diff --git a/README.md b/README.md index 56a2d097..a76b04d6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ html { } ``` -> **Note:** Chromium-based browsers require two separate `@font-face` declarations (one with `font-style: normal`, one with `font-style: italic`) for the italic axis to work correctly. +Chromium-based browsers require two separate `@font-face` declarations (one with `font-style: normal`, one with `font-style: italic`) for the italic axis to work correctly. Mona Sans includes an optical size axis (`opsz`) that automatically adjusts the font's design for optimal readability at different sizes. The optical size range spans from 1 to 100, where smaller values (1-20) are optimized for body text with improved readability, while larger values (21-100) are designed for display use with refined details and tighter spacing. When `font-optical-sizing: auto` is set, browsers will automatically select the appropriate optical size based on the font size, or you can manually control it using `font-variation-settings: "opsz" [value]`. That looks like this: @@ -64,7 +64,6 @@ To reduce [CLS](https://web.dev/cls/), you can preload the font in the `head` of Or you can use one of the other variable font files, which cover small portions of the design space. For example, if you're only using the regular width weights and the italic styles, you can use the `MonaSansVF[wght,opsz,ital]` file instead. -> **Note:** Variable font files with the italic axis (`ital`) require two separate `@font-face` declarations for Chromium compatibility. ## Stylistic sets @@ -108,7 +107,7 @@ Mona Sans comes with seven ligatures: ## Mona Sans Styles -With the newly added monospace and display styles, Mona Sans’ design space now spans 128 instances. Below is a map for the whole space. Style entries with a hyphen are elidable, meaning they are the default and have no name. +With the newly added monospace, display, and display italic styles, Mona Sans' design space now spans 168 instances. Below is a map for the whole space. Style entries with a hyphen are elidable, meaning they are the default and have no name. | Axes | Mapping | Style name | | --- | --- | --- | @@ -130,6 +129,7 @@ With the newly added monospace and display styles, Mona Sans’ design space now | Optical Size (opsz) | 20 | - | | - | 72 | Display | + ### Mona Sans Monospace Styles ![mona-mono](https://github.com/user-attachments/assets/dd55d2ac-8ba4-4126-89e3-6b125b090fc7) diff --git a/fonts/static/otf/MonaSans-Black.otf b/fonts/static/otf/MonaSans-Black.otf index 7f9b5128..5ef47a73 100644 Binary files a/fonts/static/otf/MonaSans-Black.otf and b/fonts/static/otf/MonaSans-Black.otf differ diff --git a/fonts/static/otf/MonaSans-BlackItalic.otf b/fonts/static/otf/MonaSans-BlackItalic.otf index b808235a..6e46e949 100644 Binary files a/fonts/static/otf/MonaSans-BlackItalic.otf and b/fonts/static/otf/MonaSans-BlackItalic.otf differ diff --git a/fonts/static/otf/MonaSans-Bold.otf b/fonts/static/otf/MonaSans-Bold.otf index 9426f99b..3fc63cd8 100644 Binary files a/fonts/static/otf/MonaSans-Bold.otf and b/fonts/static/otf/MonaSans-Bold.otf differ diff --git a/fonts/static/otf/MonaSans-BoldItalic.otf b/fonts/static/otf/MonaSans-BoldItalic.otf index 9a455b6e..3fd8c565 100644 Binary files a/fonts/static/otf/MonaSans-BoldItalic.otf and b/fonts/static/otf/MonaSans-BoldItalic.otf differ diff --git a/fonts/static/otf/MonaSans-ExtraBold.otf b/fonts/static/otf/MonaSans-ExtraBold.otf index fa89b0ed..afa0c949 100644 Binary files a/fonts/static/otf/MonaSans-ExtraBold.otf and b/fonts/static/otf/MonaSans-ExtraBold.otf differ diff --git a/fonts/static/otf/MonaSans-ExtraBoldItalic.otf b/fonts/static/otf/MonaSans-ExtraBoldItalic.otf index ae97c612..3b63c7c2 100644 Binary files a/fonts/static/otf/MonaSans-ExtraBoldItalic.otf and b/fonts/static/otf/MonaSans-ExtraBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSans-ExtraLight.otf b/fonts/static/otf/MonaSans-ExtraLight.otf index acb57e63..be9d8f19 100644 Binary files a/fonts/static/otf/MonaSans-ExtraLight.otf and b/fonts/static/otf/MonaSans-ExtraLight.otf differ diff --git a/fonts/static/otf/MonaSans-ExtraLightItalic.otf b/fonts/static/otf/MonaSans-ExtraLightItalic.otf index 9d997fab..a62c47a7 100644 Binary files a/fonts/static/otf/MonaSans-ExtraLightItalic.otf and b/fonts/static/otf/MonaSans-ExtraLightItalic.otf differ diff --git a/fonts/static/otf/MonaSans-Italic.otf b/fonts/static/otf/MonaSans-Italic.otf index ae9e83ad..0fb8e778 100644 Binary files a/fonts/static/otf/MonaSans-Italic.otf and b/fonts/static/otf/MonaSans-Italic.otf differ diff --git a/fonts/static/otf/MonaSans-Light.otf b/fonts/static/otf/MonaSans-Light.otf index a7578142..7deb83ea 100644 Binary files a/fonts/static/otf/MonaSans-Light.otf and b/fonts/static/otf/MonaSans-Light.otf differ diff --git a/fonts/static/otf/MonaSans-LightItalic.otf b/fonts/static/otf/MonaSans-LightItalic.otf index 9a8ecbb3..5e60236b 100644 Binary files a/fonts/static/otf/MonaSans-LightItalic.otf and b/fonts/static/otf/MonaSans-LightItalic.otf differ diff --git a/fonts/static/otf/MonaSans-Medium.otf b/fonts/static/otf/MonaSans-Medium.otf index df30d306..e05f2ba6 100644 Binary files a/fonts/static/otf/MonaSans-Medium.otf and b/fonts/static/otf/MonaSans-Medium.otf differ diff --git a/fonts/static/otf/MonaSans-MediumItalic.otf b/fonts/static/otf/MonaSans-MediumItalic.otf index e4d2c9ee..725fff12 100644 Binary files a/fonts/static/otf/MonaSans-MediumItalic.otf and b/fonts/static/otf/MonaSans-MediumItalic.otf differ diff --git a/fonts/static/otf/MonaSans-Regular.otf b/fonts/static/otf/MonaSans-Regular.otf index 68bbebcb..63885d63 100644 Binary files a/fonts/static/otf/MonaSans-Regular.otf and b/fonts/static/otf/MonaSans-Regular.otf differ diff --git a/fonts/static/otf/MonaSans-SemiBold.otf b/fonts/static/otf/MonaSans-SemiBold.otf index 0e6e8d8e..09d6e665 100644 Binary files a/fonts/static/otf/MonaSans-SemiBold.otf and b/fonts/static/otf/MonaSans-SemiBold.otf differ diff --git a/fonts/static/otf/MonaSans-SemiBoldItalic.otf b/fonts/static/otf/MonaSans-SemiBoldItalic.otf index 732ce944..b2f1f062 100644 Binary files a/fonts/static/otf/MonaSans-SemiBoldItalic.otf and b/fonts/static/otf/MonaSans-SemiBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-Black.otf b/fonts/static/otf/MonaSansCondensed-Black.otf index 27fa0a1f..4aadc2f7 100644 Binary files a/fonts/static/otf/MonaSansCondensed-Black.otf and b/fonts/static/otf/MonaSansCondensed-Black.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-BlackItalic.otf b/fonts/static/otf/MonaSansCondensed-BlackItalic.otf index 6252eaf3..a8d84dd7 100644 Binary files a/fonts/static/otf/MonaSansCondensed-BlackItalic.otf and b/fonts/static/otf/MonaSansCondensed-BlackItalic.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-Bold.otf b/fonts/static/otf/MonaSansCondensed-Bold.otf index 7dc00430..eb8ecaa9 100644 Binary files a/fonts/static/otf/MonaSansCondensed-Bold.otf and b/fonts/static/otf/MonaSansCondensed-Bold.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-BoldItalic.otf b/fonts/static/otf/MonaSansCondensed-BoldItalic.otf index 03630844..7378676f 100644 Binary files a/fonts/static/otf/MonaSansCondensed-BoldItalic.otf and b/fonts/static/otf/MonaSansCondensed-BoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-ExtraBold.otf b/fonts/static/otf/MonaSansCondensed-ExtraBold.otf index eafec5c0..3ce2df7c 100644 Binary files a/fonts/static/otf/MonaSansCondensed-ExtraBold.otf and b/fonts/static/otf/MonaSansCondensed-ExtraBold.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-ExtraBoldItalic.otf b/fonts/static/otf/MonaSansCondensed-ExtraBoldItalic.otf index a37819bd..4a60f0a6 100644 Binary files a/fonts/static/otf/MonaSansCondensed-ExtraBoldItalic.otf and b/fonts/static/otf/MonaSansCondensed-ExtraBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-ExtraLight.otf b/fonts/static/otf/MonaSansCondensed-ExtraLight.otf index 5a57ae6c..2999a2e1 100644 Binary files a/fonts/static/otf/MonaSansCondensed-ExtraLight.otf and b/fonts/static/otf/MonaSansCondensed-ExtraLight.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-ExtraLightItalic.otf b/fonts/static/otf/MonaSansCondensed-ExtraLightItalic.otf index 7544892d..2af63416 100644 Binary files a/fonts/static/otf/MonaSansCondensed-ExtraLightItalic.otf and b/fonts/static/otf/MonaSansCondensed-ExtraLightItalic.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-Italic.otf b/fonts/static/otf/MonaSansCondensed-Italic.otf index b8e2e8f5..e7e0f438 100644 Binary files a/fonts/static/otf/MonaSansCondensed-Italic.otf and b/fonts/static/otf/MonaSansCondensed-Italic.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-Light.otf b/fonts/static/otf/MonaSansCondensed-Light.otf index 9e503a98..43596ed1 100644 Binary files a/fonts/static/otf/MonaSansCondensed-Light.otf and b/fonts/static/otf/MonaSansCondensed-Light.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-LightItalic.otf b/fonts/static/otf/MonaSansCondensed-LightItalic.otf index d0368f43..3dbd9f5b 100644 Binary files a/fonts/static/otf/MonaSansCondensed-LightItalic.otf and b/fonts/static/otf/MonaSansCondensed-LightItalic.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-Medium.otf b/fonts/static/otf/MonaSansCondensed-Medium.otf index e71bf9f0..7a37886a 100644 Binary files a/fonts/static/otf/MonaSansCondensed-Medium.otf and b/fonts/static/otf/MonaSansCondensed-Medium.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-MediumItalic.otf b/fonts/static/otf/MonaSansCondensed-MediumItalic.otf index 20eca78a..7a574a30 100644 Binary files a/fonts/static/otf/MonaSansCondensed-MediumItalic.otf and b/fonts/static/otf/MonaSansCondensed-MediumItalic.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-Regular.otf b/fonts/static/otf/MonaSansCondensed-Regular.otf index ed799012..b4d4500e 100644 Binary files a/fonts/static/otf/MonaSansCondensed-Regular.otf and b/fonts/static/otf/MonaSansCondensed-Regular.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-SemiBold.otf b/fonts/static/otf/MonaSansCondensed-SemiBold.otf index 0517e536..61a1b1cc 100644 Binary files a/fonts/static/otf/MonaSansCondensed-SemiBold.otf and b/fonts/static/otf/MonaSansCondensed-SemiBold.otf differ diff --git a/fonts/static/otf/MonaSansCondensed-SemiBoldItalic.otf b/fonts/static/otf/MonaSansCondensed-SemiBoldItalic.otf index 26fe5701..7a088ed3 100644 Binary files a/fonts/static/otf/MonaSansCondensed-SemiBoldItalic.otf and b/fonts/static/otf/MonaSansCondensed-SemiBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-Black.otf b/fonts/static/otf/MonaSansDisplay-Black.otf index 85f40fc5..c9bea9d4 100644 Binary files a/fonts/static/otf/MonaSansDisplay-Black.otf and b/fonts/static/otf/MonaSansDisplay-Black.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-BlackItalic.otf b/fonts/static/otf/MonaSansDisplay-BlackItalic.otf new file mode 100644 index 00000000..94c2ef5b Binary files /dev/null and b/fonts/static/otf/MonaSansDisplay-BlackItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-Bold.otf b/fonts/static/otf/MonaSansDisplay-Bold.otf index 9b8c7adb..ea1aa07f 100644 Binary files a/fonts/static/otf/MonaSansDisplay-Bold.otf and b/fonts/static/otf/MonaSansDisplay-Bold.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-BoldItalic.otf b/fonts/static/otf/MonaSansDisplay-BoldItalic.otf new file mode 100644 index 00000000..9c15012e Binary files /dev/null and b/fonts/static/otf/MonaSansDisplay-BoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-ExtraBold.otf b/fonts/static/otf/MonaSansDisplay-ExtraBold.otf index 20821ecb..de2abc88 100644 Binary files a/fonts/static/otf/MonaSansDisplay-ExtraBold.otf and b/fonts/static/otf/MonaSansDisplay-ExtraBold.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-ExtraBoldItalic.otf b/fonts/static/otf/MonaSansDisplay-ExtraBoldItalic.otf new file mode 100644 index 00000000..8e7a2c7d Binary files /dev/null and b/fonts/static/otf/MonaSansDisplay-ExtraBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-ExtraLight.otf b/fonts/static/otf/MonaSansDisplay-ExtraLight.otf index e1482d0b..f8bdc81b 100644 Binary files a/fonts/static/otf/MonaSansDisplay-ExtraLight.otf and b/fonts/static/otf/MonaSansDisplay-ExtraLight.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-ExtraLightItalic.otf b/fonts/static/otf/MonaSansDisplay-ExtraLightItalic.otf new file mode 100644 index 00000000..8bd7f092 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplay-ExtraLightItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-Italic.otf b/fonts/static/otf/MonaSansDisplay-Italic.otf new file mode 100644 index 00000000..11718a56 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplay-Italic.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-Light.otf b/fonts/static/otf/MonaSansDisplay-Light.otf index df90931a..3a1bd176 100644 Binary files a/fonts/static/otf/MonaSansDisplay-Light.otf and b/fonts/static/otf/MonaSansDisplay-Light.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-LightItalic.otf b/fonts/static/otf/MonaSansDisplay-LightItalic.otf new file mode 100644 index 00000000..6825aadb Binary files /dev/null and b/fonts/static/otf/MonaSansDisplay-LightItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-Medium.otf b/fonts/static/otf/MonaSansDisplay-Medium.otf index b825405a..2f3cf9d6 100644 Binary files a/fonts/static/otf/MonaSansDisplay-Medium.otf and b/fonts/static/otf/MonaSansDisplay-Medium.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-MediumItalic.otf b/fonts/static/otf/MonaSansDisplay-MediumItalic.otf new file mode 100644 index 00000000..a2563871 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplay-MediumItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-Regular.otf b/fonts/static/otf/MonaSansDisplay-Regular.otf index 03284c87..6fa888dc 100644 Binary files a/fonts/static/otf/MonaSansDisplay-Regular.otf and b/fonts/static/otf/MonaSansDisplay-Regular.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-SemiBold.otf b/fonts/static/otf/MonaSansDisplay-SemiBold.otf index 84cb5918..b955f811 100644 Binary files a/fonts/static/otf/MonaSansDisplay-SemiBold.otf and b/fonts/static/otf/MonaSansDisplay-SemiBold.otf differ diff --git a/fonts/static/otf/MonaSansDisplay-SemiBoldItalic.otf b/fonts/static/otf/MonaSansDisplay-SemiBoldItalic.otf new file mode 100644 index 00000000..5fbd3ec3 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplay-SemiBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-Black.otf b/fonts/static/otf/MonaSansDisplayCondensed-Black.otf index 1b11ae9f..b37c5ff2 100644 Binary files a/fonts/static/otf/MonaSansDisplayCondensed-Black.otf and b/fonts/static/otf/MonaSansDisplayCondensed-Black.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-BlackItalic.otf b/fonts/static/otf/MonaSansDisplayCondensed-BlackItalic.otf new file mode 100644 index 00000000..9c98b6a5 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayCondensed-BlackItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-Bold.otf b/fonts/static/otf/MonaSansDisplayCondensed-Bold.otf index 9fc5d42f..802676a9 100644 Binary files a/fonts/static/otf/MonaSansDisplayCondensed-Bold.otf and b/fonts/static/otf/MonaSansDisplayCondensed-Bold.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-BoldItalic.otf b/fonts/static/otf/MonaSansDisplayCondensed-BoldItalic.otf new file mode 100644 index 00000000..b6257e1d Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayCondensed-BoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-ExtraBold.otf b/fonts/static/otf/MonaSansDisplayCondensed-ExtraBold.otf index f3c4d056..24dd3496 100644 Binary files a/fonts/static/otf/MonaSansDisplayCondensed-ExtraBold.otf and b/fonts/static/otf/MonaSansDisplayCondensed-ExtraBold.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-ExtraBoldItalic.otf b/fonts/static/otf/MonaSansDisplayCondensed-ExtraBoldItalic.otf new file mode 100644 index 00000000..ff8f47de Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayCondensed-ExtraBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-ExtraLight.otf b/fonts/static/otf/MonaSansDisplayCondensed-ExtraLight.otf index ec0faa28..632bc377 100644 Binary files a/fonts/static/otf/MonaSansDisplayCondensed-ExtraLight.otf and b/fonts/static/otf/MonaSansDisplayCondensed-ExtraLight.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-ExtraLightItalic.otf b/fonts/static/otf/MonaSansDisplayCondensed-ExtraLightItalic.otf new file mode 100644 index 00000000..158872d6 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayCondensed-ExtraLightItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-Italic.otf b/fonts/static/otf/MonaSansDisplayCondensed-Italic.otf new file mode 100644 index 00000000..74d30eb4 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayCondensed-Italic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-Light.otf b/fonts/static/otf/MonaSansDisplayCondensed-Light.otf index bc0ea52b..fbbae874 100644 Binary files a/fonts/static/otf/MonaSansDisplayCondensed-Light.otf and b/fonts/static/otf/MonaSansDisplayCondensed-Light.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-LightItalic.otf b/fonts/static/otf/MonaSansDisplayCondensed-LightItalic.otf new file mode 100644 index 00000000..68c0638d Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayCondensed-LightItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-Medium.otf b/fonts/static/otf/MonaSansDisplayCondensed-Medium.otf index 2c3ba105..4d673c09 100644 Binary files a/fonts/static/otf/MonaSansDisplayCondensed-Medium.otf and b/fonts/static/otf/MonaSansDisplayCondensed-Medium.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-MediumItalic.otf b/fonts/static/otf/MonaSansDisplayCondensed-MediumItalic.otf new file mode 100644 index 00000000..abf81151 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayCondensed-MediumItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-Regular.otf b/fonts/static/otf/MonaSansDisplayCondensed-Regular.otf index db8f425c..e8b87926 100644 Binary files a/fonts/static/otf/MonaSansDisplayCondensed-Regular.otf and b/fonts/static/otf/MonaSansDisplayCondensed-Regular.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-SemiBold.otf b/fonts/static/otf/MonaSansDisplayCondensed-SemiBold.otf index 3f6f1654..9f342e0f 100644 Binary files a/fonts/static/otf/MonaSansDisplayCondensed-SemiBold.otf and b/fonts/static/otf/MonaSansDisplayCondensed-SemiBold.otf differ diff --git a/fonts/static/otf/MonaSansDisplayCondensed-SemiBoldItalic.otf b/fonts/static/otf/MonaSansDisplayCondensed-SemiBoldItalic.otf new file mode 100644 index 00000000..1c7d9cca Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayCondensed-SemiBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-Black.otf b/fonts/static/otf/MonaSansDisplayExpanded-Black.otf index 28e9e85b..f6a12d5f 100644 Binary files a/fonts/static/otf/MonaSansDisplayExpanded-Black.otf and b/fonts/static/otf/MonaSansDisplayExpanded-Black.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-BlackItalic.otf b/fonts/static/otf/MonaSansDisplayExpanded-BlackItalic.otf new file mode 100644 index 00000000..f04e062b Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayExpanded-BlackItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-Bold.otf b/fonts/static/otf/MonaSansDisplayExpanded-Bold.otf index 4c30fa0a..c04921e6 100644 Binary files a/fonts/static/otf/MonaSansDisplayExpanded-Bold.otf and b/fonts/static/otf/MonaSansDisplayExpanded-Bold.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-BoldItalic.otf b/fonts/static/otf/MonaSansDisplayExpanded-BoldItalic.otf new file mode 100644 index 00000000..237b7c6b Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayExpanded-BoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-ExtraBold.otf b/fonts/static/otf/MonaSansDisplayExpanded-ExtraBold.otf index ea22ea03..d16f33a3 100644 Binary files a/fonts/static/otf/MonaSansDisplayExpanded-ExtraBold.otf and b/fonts/static/otf/MonaSansDisplayExpanded-ExtraBold.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-ExtraBoldItalic.otf b/fonts/static/otf/MonaSansDisplayExpanded-ExtraBoldItalic.otf new file mode 100644 index 00000000..16ceb034 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayExpanded-ExtraBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-ExtraLight.otf b/fonts/static/otf/MonaSansDisplayExpanded-ExtraLight.otf index 78c74899..eabb0d50 100644 Binary files a/fonts/static/otf/MonaSansDisplayExpanded-ExtraLight.otf and b/fonts/static/otf/MonaSansDisplayExpanded-ExtraLight.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-ExtraLightItalic.otf b/fonts/static/otf/MonaSansDisplayExpanded-ExtraLightItalic.otf new file mode 100644 index 00000000..39acb828 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayExpanded-ExtraLightItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-Italic.otf b/fonts/static/otf/MonaSansDisplayExpanded-Italic.otf new file mode 100644 index 00000000..ec525e9e Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayExpanded-Italic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-Light.otf b/fonts/static/otf/MonaSansDisplayExpanded-Light.otf index 426d15e0..8e7efc09 100644 Binary files a/fonts/static/otf/MonaSansDisplayExpanded-Light.otf and b/fonts/static/otf/MonaSansDisplayExpanded-Light.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-LightItalic.otf b/fonts/static/otf/MonaSansDisplayExpanded-LightItalic.otf new file mode 100644 index 00000000..30f7f758 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayExpanded-LightItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-Medium.otf b/fonts/static/otf/MonaSansDisplayExpanded-Medium.otf index d87c9739..b88e54c0 100644 Binary files a/fonts/static/otf/MonaSansDisplayExpanded-Medium.otf and b/fonts/static/otf/MonaSansDisplayExpanded-Medium.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-MediumItalic.otf b/fonts/static/otf/MonaSansDisplayExpanded-MediumItalic.otf new file mode 100644 index 00000000..c2edd265 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayExpanded-MediumItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-Regular.otf b/fonts/static/otf/MonaSansDisplayExpanded-Regular.otf index 96aabf50..f0ce1984 100644 Binary files a/fonts/static/otf/MonaSansDisplayExpanded-Regular.otf and b/fonts/static/otf/MonaSansDisplayExpanded-Regular.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-SemiBold.otf b/fonts/static/otf/MonaSansDisplayExpanded-SemiBold.otf index e7ed08c1..83b073ab 100644 Binary files a/fonts/static/otf/MonaSansDisplayExpanded-SemiBold.otf and b/fonts/static/otf/MonaSansDisplayExpanded-SemiBold.otf differ diff --git a/fonts/static/otf/MonaSansDisplayExpanded-SemiBoldItalic.otf b/fonts/static/otf/MonaSansDisplayExpanded-SemiBoldItalic.otf new file mode 100644 index 00000000..ef11d722 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplayExpanded-SemiBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-Black.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-Black.otf index 652580b1..f395e9be 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiCondensed-Black.otf and b/fonts/static/otf/MonaSansDisplaySemiCondensed-Black.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-BlackItalic.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-BlackItalic.otf new file mode 100644 index 00000000..368dd729 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiCondensed-BlackItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-Bold.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-Bold.otf index d668e19a..c00ced4b 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiCondensed-Bold.otf and b/fonts/static/otf/MonaSansDisplaySemiCondensed-Bold.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-BoldItalic.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-BoldItalic.otf new file mode 100644 index 00000000..ce6367fd Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiCondensed-BoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraBold.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraBold.otf index dac4ab26..61d837a6 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraBold.otf and b/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraBold.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraBoldItalic.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraBoldItalic.otf new file mode 100644 index 00000000..ea4dea5f Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraLight.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraLight.otf index 3ee05c9c..d6d0c645 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraLight.otf and b/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraLight.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraLightItalic.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraLightItalic.otf new file mode 100644 index 00000000..86ea4c82 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiCondensed-ExtraLightItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-Italic.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-Italic.otf new file mode 100644 index 00000000..3c9b9c2f Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiCondensed-Italic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-Light.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-Light.otf index 379a5585..d1439f1c 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiCondensed-Light.otf and b/fonts/static/otf/MonaSansDisplaySemiCondensed-Light.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-LightItalic.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-LightItalic.otf new file mode 100644 index 00000000..52e7484a Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiCondensed-LightItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-Medium.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-Medium.otf index 3ad7973d..8d245519 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiCondensed-Medium.otf and b/fonts/static/otf/MonaSansDisplaySemiCondensed-Medium.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-MediumItalic.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-MediumItalic.otf new file mode 100644 index 00000000..76f192d5 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiCondensed-MediumItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-Regular.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-Regular.otf index 6874072d..bfe97d26 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiCondensed-Regular.otf and b/fonts/static/otf/MonaSansDisplaySemiCondensed-Regular.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-SemiBold.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-SemiBold.otf index 8ec34595..7e627639 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiCondensed-SemiBold.otf and b/fonts/static/otf/MonaSansDisplaySemiCondensed-SemiBold.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiCondensed-SemiBoldItalic.otf b/fonts/static/otf/MonaSansDisplaySemiCondensed-SemiBoldItalic.otf new file mode 100644 index 00000000..e93bc557 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiCondensed-SemiBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-Black.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-Black.otf index 2740a84b..9fc916b6 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiExpanded-Black.otf and b/fonts/static/otf/MonaSansDisplaySemiExpanded-Black.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-BlackItalic.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-BlackItalic.otf new file mode 100644 index 00000000..74ab1efa Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiExpanded-BlackItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-Bold.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-Bold.otf index d95730a2..1da2bdfe 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiExpanded-Bold.otf and b/fonts/static/otf/MonaSansDisplaySemiExpanded-Bold.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-BoldItalic.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-BoldItalic.otf new file mode 100644 index 00000000..2453e072 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiExpanded-BoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraBold.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraBold.otf index 0defa925..6ece989e 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraBold.otf and b/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraBold.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraBoldItalic.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraBoldItalic.otf new file mode 100644 index 00000000..b659db37 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraLight.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraLight.otf index 4b1271a0..7e0b3739 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraLight.otf and b/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraLight.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraLightItalic.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraLightItalic.otf new file mode 100644 index 00000000..1003cd5b Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiExpanded-ExtraLightItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-Italic.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-Italic.otf new file mode 100644 index 00000000..06b1a0f3 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiExpanded-Italic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-Light.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-Light.otf index 3d7a4f7f..b1cb62b2 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiExpanded-Light.otf and b/fonts/static/otf/MonaSansDisplaySemiExpanded-Light.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-LightItalic.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-LightItalic.otf new file mode 100644 index 00000000..4ef9e4f1 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiExpanded-LightItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-Medium.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-Medium.otf index 45020a06..66793689 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiExpanded-Medium.otf and b/fonts/static/otf/MonaSansDisplaySemiExpanded-Medium.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-MediumItalic.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-MediumItalic.otf new file mode 100644 index 00000000..44d16544 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiExpanded-MediumItalic.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-Regular.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-Regular.otf index decb084d..d3903db7 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiExpanded-Regular.otf and b/fonts/static/otf/MonaSansDisplaySemiExpanded-Regular.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-SemiBold.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-SemiBold.otf index 5c7072c9..fa01b088 100644 Binary files a/fonts/static/otf/MonaSansDisplaySemiExpanded-SemiBold.otf and b/fonts/static/otf/MonaSansDisplaySemiExpanded-SemiBold.otf differ diff --git a/fonts/static/otf/MonaSansDisplaySemiExpanded-SemiBoldItalic.otf b/fonts/static/otf/MonaSansDisplaySemiExpanded-SemiBoldItalic.otf new file mode 100644 index 00000000..455e6c81 Binary files /dev/null and b/fonts/static/otf/MonaSansDisplaySemiExpanded-SemiBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-Black.otf b/fonts/static/otf/MonaSansExpanded-Black.otf index 473ca28c..73aa6b57 100644 Binary files a/fonts/static/otf/MonaSansExpanded-Black.otf and b/fonts/static/otf/MonaSansExpanded-Black.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-BlackItalic.otf b/fonts/static/otf/MonaSansExpanded-BlackItalic.otf index 087f8833..b58aee40 100644 Binary files a/fonts/static/otf/MonaSansExpanded-BlackItalic.otf and b/fonts/static/otf/MonaSansExpanded-BlackItalic.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-Bold.otf b/fonts/static/otf/MonaSansExpanded-Bold.otf index f1ef963a..ece47cae 100644 Binary files a/fonts/static/otf/MonaSansExpanded-Bold.otf and b/fonts/static/otf/MonaSansExpanded-Bold.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-BoldItalic.otf b/fonts/static/otf/MonaSansExpanded-BoldItalic.otf index 23a0888c..25b431f1 100644 Binary files a/fonts/static/otf/MonaSansExpanded-BoldItalic.otf and b/fonts/static/otf/MonaSansExpanded-BoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-ExtraBold.otf b/fonts/static/otf/MonaSansExpanded-ExtraBold.otf index 0519de1d..bb9c332c 100644 Binary files a/fonts/static/otf/MonaSansExpanded-ExtraBold.otf and b/fonts/static/otf/MonaSansExpanded-ExtraBold.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-ExtraBoldItalic.otf b/fonts/static/otf/MonaSansExpanded-ExtraBoldItalic.otf index 5b2fed71..c2b16188 100644 Binary files a/fonts/static/otf/MonaSansExpanded-ExtraBoldItalic.otf and b/fonts/static/otf/MonaSansExpanded-ExtraBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-ExtraLight.otf b/fonts/static/otf/MonaSansExpanded-ExtraLight.otf index 81230c5e..ece153d8 100644 Binary files a/fonts/static/otf/MonaSansExpanded-ExtraLight.otf and b/fonts/static/otf/MonaSansExpanded-ExtraLight.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-ExtraLightItalic.otf b/fonts/static/otf/MonaSansExpanded-ExtraLightItalic.otf index f1652159..73e3e720 100644 Binary files a/fonts/static/otf/MonaSansExpanded-ExtraLightItalic.otf and b/fonts/static/otf/MonaSansExpanded-ExtraLightItalic.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-Italic.otf b/fonts/static/otf/MonaSansExpanded-Italic.otf index 04a1f9e5..caa7524a 100644 Binary files a/fonts/static/otf/MonaSansExpanded-Italic.otf and b/fonts/static/otf/MonaSansExpanded-Italic.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-Light.otf b/fonts/static/otf/MonaSansExpanded-Light.otf index be5909bc..dd80969e 100644 Binary files a/fonts/static/otf/MonaSansExpanded-Light.otf and b/fonts/static/otf/MonaSansExpanded-Light.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-LightItalic.otf b/fonts/static/otf/MonaSansExpanded-LightItalic.otf index d15d4e46..a7b8efe3 100644 Binary files a/fonts/static/otf/MonaSansExpanded-LightItalic.otf and b/fonts/static/otf/MonaSansExpanded-LightItalic.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-Medium.otf b/fonts/static/otf/MonaSansExpanded-Medium.otf index 89e32eb7..12c44826 100644 Binary files a/fonts/static/otf/MonaSansExpanded-Medium.otf and b/fonts/static/otf/MonaSansExpanded-Medium.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-MediumItalic.otf b/fonts/static/otf/MonaSansExpanded-MediumItalic.otf index 235ed5ae..0ed4dc84 100644 Binary files a/fonts/static/otf/MonaSansExpanded-MediumItalic.otf and b/fonts/static/otf/MonaSansExpanded-MediumItalic.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-Regular.otf b/fonts/static/otf/MonaSansExpanded-Regular.otf index 5d43e73a..a04df8fa 100644 Binary files a/fonts/static/otf/MonaSansExpanded-Regular.otf and b/fonts/static/otf/MonaSansExpanded-Regular.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-SemiBold.otf b/fonts/static/otf/MonaSansExpanded-SemiBold.otf index 0740c0ee..4287feee 100644 Binary files a/fonts/static/otf/MonaSansExpanded-SemiBold.otf and b/fonts/static/otf/MonaSansExpanded-SemiBold.otf differ diff --git a/fonts/static/otf/MonaSansExpanded-SemiBoldItalic.otf b/fonts/static/otf/MonaSansExpanded-SemiBoldItalic.otf index d0519449..7b8d9209 100644 Binary files a/fonts/static/otf/MonaSansExpanded-SemiBoldItalic.otf and b/fonts/static/otf/MonaSansExpanded-SemiBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-Black.otf b/fonts/static/otf/MonaSansSemiCondensed-Black.otf index 83e0aacd..6a486d9a 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-Black.otf and b/fonts/static/otf/MonaSansSemiCondensed-Black.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-BlackItalic.otf b/fonts/static/otf/MonaSansSemiCondensed-BlackItalic.otf index f380034b..9394ffcd 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-BlackItalic.otf and b/fonts/static/otf/MonaSansSemiCondensed-BlackItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-Bold.otf b/fonts/static/otf/MonaSansSemiCondensed-Bold.otf index 90114696..8b8d3d7d 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-Bold.otf and b/fonts/static/otf/MonaSansSemiCondensed-Bold.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-BoldItalic.otf b/fonts/static/otf/MonaSansSemiCondensed-BoldItalic.otf index 26f11aeb..1ab468b1 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-BoldItalic.otf and b/fonts/static/otf/MonaSansSemiCondensed-BoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-ExtraBold.otf b/fonts/static/otf/MonaSansSemiCondensed-ExtraBold.otf index 64f1c11c..e50428ec 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-ExtraBold.otf and b/fonts/static/otf/MonaSansSemiCondensed-ExtraBold.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-ExtraBoldItalic.otf b/fonts/static/otf/MonaSansSemiCondensed-ExtraBoldItalic.otf index 6d740dbb..6f645ce0 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-ExtraBoldItalic.otf and b/fonts/static/otf/MonaSansSemiCondensed-ExtraBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-ExtraLight.otf b/fonts/static/otf/MonaSansSemiCondensed-ExtraLight.otf index dc3e13a7..57ac8af9 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-ExtraLight.otf and b/fonts/static/otf/MonaSansSemiCondensed-ExtraLight.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-ExtraLightItalic.otf b/fonts/static/otf/MonaSansSemiCondensed-ExtraLightItalic.otf index 6687e881..b261c73a 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-ExtraLightItalic.otf and b/fonts/static/otf/MonaSansSemiCondensed-ExtraLightItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-Italic.otf b/fonts/static/otf/MonaSansSemiCondensed-Italic.otf index 2d50fe37..6386a0ec 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-Italic.otf and b/fonts/static/otf/MonaSansSemiCondensed-Italic.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-Light.otf b/fonts/static/otf/MonaSansSemiCondensed-Light.otf index a8aaccb8..6be6129e 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-Light.otf and b/fonts/static/otf/MonaSansSemiCondensed-Light.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-LightItalic.otf b/fonts/static/otf/MonaSansSemiCondensed-LightItalic.otf index 3d52a2e4..2106fbb1 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-LightItalic.otf and b/fonts/static/otf/MonaSansSemiCondensed-LightItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-Medium.otf b/fonts/static/otf/MonaSansSemiCondensed-Medium.otf index b3191af3..044f5ca6 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-Medium.otf and b/fonts/static/otf/MonaSansSemiCondensed-Medium.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-MediumItalic.otf b/fonts/static/otf/MonaSansSemiCondensed-MediumItalic.otf index d3f892d0..e3205eb8 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-MediumItalic.otf and b/fonts/static/otf/MonaSansSemiCondensed-MediumItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-Regular.otf b/fonts/static/otf/MonaSansSemiCondensed-Regular.otf index 11e82d8a..59190b64 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-Regular.otf and b/fonts/static/otf/MonaSansSemiCondensed-Regular.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-SemiBold.otf b/fonts/static/otf/MonaSansSemiCondensed-SemiBold.otf index 558cdd04..24bc4cc7 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-SemiBold.otf and b/fonts/static/otf/MonaSansSemiCondensed-SemiBold.otf differ diff --git a/fonts/static/otf/MonaSansSemiCondensed-SemiBoldItalic.otf b/fonts/static/otf/MonaSansSemiCondensed-SemiBoldItalic.otf index 841daea8..d0f60d21 100644 Binary files a/fonts/static/otf/MonaSansSemiCondensed-SemiBoldItalic.otf and b/fonts/static/otf/MonaSansSemiCondensed-SemiBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-Black.otf b/fonts/static/otf/MonaSansSemiExpanded-Black.otf index d96da100..a5c7dc26 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-Black.otf and b/fonts/static/otf/MonaSansSemiExpanded-Black.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-BlackItalic.otf b/fonts/static/otf/MonaSansSemiExpanded-BlackItalic.otf index 3c6d61dd..9c771a54 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-BlackItalic.otf and b/fonts/static/otf/MonaSansSemiExpanded-BlackItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-Bold.otf b/fonts/static/otf/MonaSansSemiExpanded-Bold.otf index ab6045bf..a02bb324 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-Bold.otf and b/fonts/static/otf/MonaSansSemiExpanded-Bold.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-BoldItalic.otf b/fonts/static/otf/MonaSansSemiExpanded-BoldItalic.otf index 82029262..66f5013a 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-BoldItalic.otf and b/fonts/static/otf/MonaSansSemiExpanded-BoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-ExtraBold.otf b/fonts/static/otf/MonaSansSemiExpanded-ExtraBold.otf index fe373867..426d6c9c 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-ExtraBold.otf and b/fonts/static/otf/MonaSansSemiExpanded-ExtraBold.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-ExtraBoldItalic.otf b/fonts/static/otf/MonaSansSemiExpanded-ExtraBoldItalic.otf index 7ed5b0a9..d7d3865f 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-ExtraBoldItalic.otf and b/fonts/static/otf/MonaSansSemiExpanded-ExtraBoldItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-ExtraLight.otf b/fonts/static/otf/MonaSansSemiExpanded-ExtraLight.otf index 85460ca6..93d282c4 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-ExtraLight.otf and b/fonts/static/otf/MonaSansSemiExpanded-ExtraLight.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-ExtraLightItalic.otf b/fonts/static/otf/MonaSansSemiExpanded-ExtraLightItalic.otf index 40def3ea..c4030ace 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-ExtraLightItalic.otf and b/fonts/static/otf/MonaSansSemiExpanded-ExtraLightItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-Italic.otf b/fonts/static/otf/MonaSansSemiExpanded-Italic.otf index 6a964bfc..e51cd32b 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-Italic.otf and b/fonts/static/otf/MonaSansSemiExpanded-Italic.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-Light.otf b/fonts/static/otf/MonaSansSemiExpanded-Light.otf index 237b5107..13ed2848 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-Light.otf and b/fonts/static/otf/MonaSansSemiExpanded-Light.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-LightItalic.otf b/fonts/static/otf/MonaSansSemiExpanded-LightItalic.otf index c2136459..3b2e5f64 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-LightItalic.otf and b/fonts/static/otf/MonaSansSemiExpanded-LightItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-Medium.otf b/fonts/static/otf/MonaSansSemiExpanded-Medium.otf index 30704d5a..dee16951 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-Medium.otf and b/fonts/static/otf/MonaSansSemiExpanded-Medium.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-MediumItalic.otf b/fonts/static/otf/MonaSansSemiExpanded-MediumItalic.otf index 147bf00b..abdf31cb 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-MediumItalic.otf and b/fonts/static/otf/MonaSansSemiExpanded-MediumItalic.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-Regular.otf b/fonts/static/otf/MonaSansSemiExpanded-Regular.otf index cea51608..3d562a2b 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-Regular.otf and b/fonts/static/otf/MonaSansSemiExpanded-Regular.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-SemiBold.otf b/fonts/static/otf/MonaSansSemiExpanded-SemiBold.otf index 545e48f9..fed3766d 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-SemiBold.otf and b/fonts/static/otf/MonaSansSemiExpanded-SemiBold.otf differ diff --git a/fonts/static/otf/MonaSansSemiExpanded-SemiBoldItalic.otf b/fonts/static/otf/MonaSansSemiExpanded-SemiBoldItalic.otf index 1e312edd..37b8f26e 100644 Binary files a/fonts/static/otf/MonaSansSemiExpanded-SemiBoldItalic.otf and b/fonts/static/otf/MonaSansSemiExpanded-SemiBoldItalic.otf differ diff --git a/fonts/static/ttf/MonaSans-Black.ttf b/fonts/static/ttf/MonaSans-Black.ttf index ff85a813..d3ed6818 100644 Binary files a/fonts/static/ttf/MonaSans-Black.ttf and b/fonts/static/ttf/MonaSans-Black.ttf differ diff --git a/fonts/static/ttf/MonaSans-BlackItalic.ttf b/fonts/static/ttf/MonaSans-BlackItalic.ttf index 30338bc2..e03cf712 100644 Binary files a/fonts/static/ttf/MonaSans-BlackItalic.ttf and b/fonts/static/ttf/MonaSans-BlackItalic.ttf differ diff --git a/fonts/static/ttf/MonaSans-Bold.ttf b/fonts/static/ttf/MonaSans-Bold.ttf index e1b729e4..e0591eb2 100644 Binary files a/fonts/static/ttf/MonaSans-Bold.ttf and b/fonts/static/ttf/MonaSans-Bold.ttf differ diff --git a/fonts/static/ttf/MonaSans-BoldItalic.ttf b/fonts/static/ttf/MonaSans-BoldItalic.ttf index e46aea3d..bb95fd47 100644 Binary files a/fonts/static/ttf/MonaSans-BoldItalic.ttf and b/fonts/static/ttf/MonaSans-BoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSans-ExtraBold.ttf b/fonts/static/ttf/MonaSans-ExtraBold.ttf index 86f7ccb7..9ecda258 100644 Binary files a/fonts/static/ttf/MonaSans-ExtraBold.ttf and b/fonts/static/ttf/MonaSans-ExtraBold.ttf differ diff --git a/fonts/static/ttf/MonaSans-ExtraBoldItalic.ttf b/fonts/static/ttf/MonaSans-ExtraBoldItalic.ttf index d9479e46..050dba1f 100644 Binary files a/fonts/static/ttf/MonaSans-ExtraBoldItalic.ttf and b/fonts/static/ttf/MonaSans-ExtraBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSans-ExtraLight.ttf b/fonts/static/ttf/MonaSans-ExtraLight.ttf index bf5d7cc8..362ad43e 100644 Binary files a/fonts/static/ttf/MonaSans-ExtraLight.ttf and b/fonts/static/ttf/MonaSans-ExtraLight.ttf differ diff --git a/fonts/static/ttf/MonaSans-ExtraLightItalic.ttf b/fonts/static/ttf/MonaSans-ExtraLightItalic.ttf index 2a108d70..8f75ea99 100644 Binary files a/fonts/static/ttf/MonaSans-ExtraLightItalic.ttf and b/fonts/static/ttf/MonaSans-ExtraLightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSans-Italic.ttf b/fonts/static/ttf/MonaSans-Italic.ttf index 3a7d42c8..8c9e5ecc 100644 Binary files a/fonts/static/ttf/MonaSans-Italic.ttf and b/fonts/static/ttf/MonaSans-Italic.ttf differ diff --git a/fonts/static/ttf/MonaSans-Light.ttf b/fonts/static/ttf/MonaSans-Light.ttf index 814f5ead..aeca04b2 100644 Binary files a/fonts/static/ttf/MonaSans-Light.ttf and b/fonts/static/ttf/MonaSans-Light.ttf differ diff --git a/fonts/static/ttf/MonaSans-LightItalic.ttf b/fonts/static/ttf/MonaSans-LightItalic.ttf index e56541bc..a27c0520 100644 Binary files a/fonts/static/ttf/MonaSans-LightItalic.ttf and b/fonts/static/ttf/MonaSans-LightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSans-Medium.ttf b/fonts/static/ttf/MonaSans-Medium.ttf index 348e344d..c10690aa 100644 Binary files a/fonts/static/ttf/MonaSans-Medium.ttf and b/fonts/static/ttf/MonaSans-Medium.ttf differ diff --git a/fonts/static/ttf/MonaSans-MediumItalic.ttf b/fonts/static/ttf/MonaSans-MediumItalic.ttf index c70e63ea..bb1a6036 100644 Binary files a/fonts/static/ttf/MonaSans-MediumItalic.ttf and b/fonts/static/ttf/MonaSans-MediumItalic.ttf differ diff --git a/fonts/static/ttf/MonaSans-Regular.ttf b/fonts/static/ttf/MonaSans-Regular.ttf index bc3988d1..91fbf9e2 100644 Binary files a/fonts/static/ttf/MonaSans-Regular.ttf and b/fonts/static/ttf/MonaSans-Regular.ttf differ diff --git a/fonts/static/ttf/MonaSans-SemiBold.ttf b/fonts/static/ttf/MonaSans-SemiBold.ttf index dd044d1c..092959a3 100644 Binary files a/fonts/static/ttf/MonaSans-SemiBold.ttf and b/fonts/static/ttf/MonaSans-SemiBold.ttf differ diff --git a/fonts/static/ttf/MonaSans-SemiBoldItalic.ttf b/fonts/static/ttf/MonaSans-SemiBoldItalic.ttf index 6bd3880c..0b8c056b 100644 Binary files a/fonts/static/ttf/MonaSans-SemiBoldItalic.ttf and b/fonts/static/ttf/MonaSans-SemiBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-Black.ttf b/fonts/static/ttf/MonaSansCondensed-Black.ttf index 6d35a3b6..16f368fd 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-Black.ttf and b/fonts/static/ttf/MonaSansCondensed-Black.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-BlackItalic.ttf b/fonts/static/ttf/MonaSansCondensed-BlackItalic.ttf index 9c79fca2..32d161a7 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-BlackItalic.ttf and b/fonts/static/ttf/MonaSansCondensed-BlackItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-Bold.ttf b/fonts/static/ttf/MonaSansCondensed-Bold.ttf index 1391d8e4..340df262 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-Bold.ttf and b/fonts/static/ttf/MonaSansCondensed-Bold.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-BoldItalic.ttf b/fonts/static/ttf/MonaSansCondensed-BoldItalic.ttf index 1c23e147..f3e06ede 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-BoldItalic.ttf and b/fonts/static/ttf/MonaSansCondensed-BoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-ExtraBold.ttf b/fonts/static/ttf/MonaSansCondensed-ExtraBold.ttf index 2a792c54..b3f9cb23 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-ExtraBold.ttf and b/fonts/static/ttf/MonaSansCondensed-ExtraBold.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-ExtraBoldItalic.ttf b/fonts/static/ttf/MonaSansCondensed-ExtraBoldItalic.ttf index 3d0cf0fc..643ba3ee 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-ExtraBoldItalic.ttf and b/fonts/static/ttf/MonaSansCondensed-ExtraBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-ExtraLight.ttf b/fonts/static/ttf/MonaSansCondensed-ExtraLight.ttf index 7ad88eb3..3dbff479 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-ExtraLight.ttf and b/fonts/static/ttf/MonaSansCondensed-ExtraLight.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-ExtraLightItalic.ttf b/fonts/static/ttf/MonaSansCondensed-ExtraLightItalic.ttf index 5330ba59..971d2b2b 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-ExtraLightItalic.ttf and b/fonts/static/ttf/MonaSansCondensed-ExtraLightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-Italic.ttf b/fonts/static/ttf/MonaSansCondensed-Italic.ttf index 11a5065f..f49a4949 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-Italic.ttf and b/fonts/static/ttf/MonaSansCondensed-Italic.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-Light.ttf b/fonts/static/ttf/MonaSansCondensed-Light.ttf index 8edd043e..88c31aec 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-Light.ttf and b/fonts/static/ttf/MonaSansCondensed-Light.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-LightItalic.ttf b/fonts/static/ttf/MonaSansCondensed-LightItalic.ttf index c3f54702..ce4333ad 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-LightItalic.ttf and b/fonts/static/ttf/MonaSansCondensed-LightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-Medium.ttf b/fonts/static/ttf/MonaSansCondensed-Medium.ttf index 324d4b1c..ae9dcef1 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-Medium.ttf and b/fonts/static/ttf/MonaSansCondensed-Medium.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-MediumItalic.ttf b/fonts/static/ttf/MonaSansCondensed-MediumItalic.ttf index 393ea221..bf9ef216 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-MediumItalic.ttf and b/fonts/static/ttf/MonaSansCondensed-MediumItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-Regular.ttf b/fonts/static/ttf/MonaSansCondensed-Regular.ttf index cdbb6367..06c3eea9 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-Regular.ttf and b/fonts/static/ttf/MonaSansCondensed-Regular.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-SemiBold.ttf b/fonts/static/ttf/MonaSansCondensed-SemiBold.ttf index e3b4c393..01ac2c28 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-SemiBold.ttf and b/fonts/static/ttf/MonaSansCondensed-SemiBold.ttf differ diff --git a/fonts/static/ttf/MonaSansCondensed-SemiBoldItalic.ttf b/fonts/static/ttf/MonaSansCondensed-SemiBoldItalic.ttf index 9d04a9aa..22b3debc 100644 Binary files a/fonts/static/ttf/MonaSansCondensed-SemiBoldItalic.ttf and b/fonts/static/ttf/MonaSansCondensed-SemiBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-Black.ttf b/fonts/static/ttf/MonaSansDisplay-Black.ttf index b323eba6..7062a4c9 100644 Binary files a/fonts/static/ttf/MonaSansDisplay-Black.ttf and b/fonts/static/ttf/MonaSansDisplay-Black.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-BlackItalic.ttf b/fonts/static/ttf/MonaSansDisplay-BlackItalic.ttf new file mode 100644 index 00000000..958bbf7c Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplay-BlackItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-Bold.ttf b/fonts/static/ttf/MonaSansDisplay-Bold.ttf index fcab344b..73fe84cc 100644 Binary files a/fonts/static/ttf/MonaSansDisplay-Bold.ttf and b/fonts/static/ttf/MonaSansDisplay-Bold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-BoldItalic.ttf b/fonts/static/ttf/MonaSansDisplay-BoldItalic.ttf new file mode 100644 index 00000000..1abe3c1a Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplay-BoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-ExtraBold.ttf b/fonts/static/ttf/MonaSansDisplay-ExtraBold.ttf index c8582f29..e06662d8 100644 Binary files a/fonts/static/ttf/MonaSansDisplay-ExtraBold.ttf and b/fonts/static/ttf/MonaSansDisplay-ExtraBold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-ExtraBoldItalic.ttf b/fonts/static/ttf/MonaSansDisplay-ExtraBoldItalic.ttf new file mode 100644 index 00000000..75ddeb63 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplay-ExtraBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-ExtraLight.ttf b/fonts/static/ttf/MonaSansDisplay-ExtraLight.ttf index 1f975bf8..16be67b3 100644 Binary files a/fonts/static/ttf/MonaSansDisplay-ExtraLight.ttf and b/fonts/static/ttf/MonaSansDisplay-ExtraLight.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-ExtraLightItalic.ttf b/fonts/static/ttf/MonaSansDisplay-ExtraLightItalic.ttf new file mode 100644 index 00000000..608ab4df Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplay-ExtraLightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-Italic.ttf b/fonts/static/ttf/MonaSansDisplay-Italic.ttf new file mode 100644 index 00000000..3deaf98d Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplay-Italic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-Light.ttf b/fonts/static/ttf/MonaSansDisplay-Light.ttf index 9727c43e..7538d796 100644 Binary files a/fonts/static/ttf/MonaSansDisplay-Light.ttf and b/fonts/static/ttf/MonaSansDisplay-Light.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-LightItalic.ttf b/fonts/static/ttf/MonaSansDisplay-LightItalic.ttf new file mode 100644 index 00000000..a40db8dc Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplay-LightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-Medium.ttf b/fonts/static/ttf/MonaSansDisplay-Medium.ttf index 5dee14ee..76441da3 100644 Binary files a/fonts/static/ttf/MonaSansDisplay-Medium.ttf and b/fonts/static/ttf/MonaSansDisplay-Medium.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-MediumItalic.ttf b/fonts/static/ttf/MonaSansDisplay-MediumItalic.ttf new file mode 100644 index 00000000..1ef305fb Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplay-MediumItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-Regular.ttf b/fonts/static/ttf/MonaSansDisplay-Regular.ttf index 26c0979b..d07702c0 100644 Binary files a/fonts/static/ttf/MonaSansDisplay-Regular.ttf and b/fonts/static/ttf/MonaSansDisplay-Regular.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-SemiBold.ttf b/fonts/static/ttf/MonaSansDisplay-SemiBold.ttf index d9b24118..f3fe5a98 100644 Binary files a/fonts/static/ttf/MonaSansDisplay-SemiBold.ttf and b/fonts/static/ttf/MonaSansDisplay-SemiBold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplay-SemiBoldItalic.ttf b/fonts/static/ttf/MonaSansDisplay-SemiBoldItalic.ttf new file mode 100644 index 00000000..27b783fd Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplay-SemiBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-Black.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-Black.ttf index cbf19e6c..df87b604 100644 Binary files a/fonts/static/ttf/MonaSansDisplayCondensed-Black.ttf and b/fonts/static/ttf/MonaSansDisplayCondensed-Black.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-BlackItalic.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-BlackItalic.ttf new file mode 100644 index 00000000..76ea42de Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayCondensed-BlackItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-Bold.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-Bold.ttf index 14a2cc10..42c8f172 100644 Binary files a/fonts/static/ttf/MonaSansDisplayCondensed-Bold.ttf and b/fonts/static/ttf/MonaSansDisplayCondensed-Bold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-BoldItalic.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-BoldItalic.ttf new file mode 100644 index 00000000..6daacd8f Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayCondensed-BoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-ExtraBold.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-ExtraBold.ttf index daddec9a..8077000f 100644 Binary files a/fonts/static/ttf/MonaSansDisplayCondensed-ExtraBold.ttf and b/fonts/static/ttf/MonaSansDisplayCondensed-ExtraBold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-ExtraBoldItalic.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-ExtraBoldItalic.ttf new file mode 100644 index 00000000..c088d3c1 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayCondensed-ExtraBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-ExtraLight.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-ExtraLight.ttf index 7dee5c51..ef737ce0 100644 Binary files a/fonts/static/ttf/MonaSansDisplayCondensed-ExtraLight.ttf and b/fonts/static/ttf/MonaSansDisplayCondensed-ExtraLight.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-ExtraLightItalic.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-ExtraLightItalic.ttf new file mode 100644 index 00000000..9c1b1b68 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayCondensed-ExtraLightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-Italic.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-Italic.ttf new file mode 100644 index 00000000..8bb73158 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayCondensed-Italic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-Light.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-Light.ttf index 02e9b131..af6d95fa 100644 Binary files a/fonts/static/ttf/MonaSansDisplayCondensed-Light.ttf and b/fonts/static/ttf/MonaSansDisplayCondensed-Light.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-LightItalic.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-LightItalic.ttf new file mode 100644 index 00000000..cf181102 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayCondensed-LightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-Medium.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-Medium.ttf index 7e28cb4f..0cf6f4d9 100644 Binary files a/fonts/static/ttf/MonaSansDisplayCondensed-Medium.ttf and b/fonts/static/ttf/MonaSansDisplayCondensed-Medium.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-MediumItalic.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-MediumItalic.ttf new file mode 100644 index 00000000..6e79f156 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayCondensed-MediumItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-Regular.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-Regular.ttf index 41cfbd2b..9169adaa 100644 Binary files a/fonts/static/ttf/MonaSansDisplayCondensed-Regular.ttf and b/fonts/static/ttf/MonaSansDisplayCondensed-Regular.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-SemiBold.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-SemiBold.ttf index 6f11fa27..50bc7742 100644 Binary files a/fonts/static/ttf/MonaSansDisplayCondensed-SemiBold.ttf and b/fonts/static/ttf/MonaSansDisplayCondensed-SemiBold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayCondensed-SemiBoldItalic.ttf b/fonts/static/ttf/MonaSansDisplayCondensed-SemiBoldItalic.ttf new file mode 100644 index 00000000..a78b95ce Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayCondensed-SemiBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-Black.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-Black.ttf index 2a463006..efc65f2d 100644 Binary files a/fonts/static/ttf/MonaSansDisplayExpanded-Black.ttf and b/fonts/static/ttf/MonaSansDisplayExpanded-Black.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-BlackItalic.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-BlackItalic.ttf new file mode 100644 index 00000000..6217948a Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayExpanded-BlackItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-Bold.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-Bold.ttf index 9d71e393..0b24776b 100644 Binary files a/fonts/static/ttf/MonaSansDisplayExpanded-Bold.ttf and b/fonts/static/ttf/MonaSansDisplayExpanded-Bold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-BoldItalic.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-BoldItalic.ttf new file mode 100644 index 00000000..18b01bb1 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayExpanded-BoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-ExtraBold.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-ExtraBold.ttf index 90c3b7f6..2fe82b54 100644 Binary files a/fonts/static/ttf/MonaSansDisplayExpanded-ExtraBold.ttf and b/fonts/static/ttf/MonaSansDisplayExpanded-ExtraBold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-ExtraBoldItalic.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-ExtraBoldItalic.ttf new file mode 100644 index 00000000..da5078d7 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayExpanded-ExtraBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-ExtraLight.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-ExtraLight.ttf index f9c47dd2..46b0c2ce 100644 Binary files a/fonts/static/ttf/MonaSansDisplayExpanded-ExtraLight.ttf and b/fonts/static/ttf/MonaSansDisplayExpanded-ExtraLight.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-ExtraLightItalic.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-ExtraLightItalic.ttf new file mode 100644 index 00000000..98bb005d Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayExpanded-ExtraLightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-Italic.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-Italic.ttf new file mode 100644 index 00000000..e40692ed Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayExpanded-Italic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-Light.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-Light.ttf index 826f5307..c1d0fc46 100644 Binary files a/fonts/static/ttf/MonaSansDisplayExpanded-Light.ttf and b/fonts/static/ttf/MonaSansDisplayExpanded-Light.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-LightItalic.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-LightItalic.ttf new file mode 100644 index 00000000..d57c4ce0 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayExpanded-LightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-Medium.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-Medium.ttf index 26d30f21..38c6cdff 100644 Binary files a/fonts/static/ttf/MonaSansDisplayExpanded-Medium.ttf and b/fonts/static/ttf/MonaSansDisplayExpanded-Medium.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-MediumItalic.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-MediumItalic.ttf new file mode 100644 index 00000000..183ee6b1 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayExpanded-MediumItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-Regular.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-Regular.ttf index 0e81bfff..f07ad332 100644 Binary files a/fonts/static/ttf/MonaSansDisplayExpanded-Regular.ttf and b/fonts/static/ttf/MonaSansDisplayExpanded-Regular.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-SemiBold.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-SemiBold.ttf index e602cebf..e5a954f5 100644 Binary files a/fonts/static/ttf/MonaSansDisplayExpanded-SemiBold.ttf and b/fonts/static/ttf/MonaSansDisplayExpanded-SemiBold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplayExpanded-SemiBoldItalic.ttf b/fonts/static/ttf/MonaSansDisplayExpanded-SemiBoldItalic.ttf new file mode 100644 index 00000000..d27a93fa Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplayExpanded-SemiBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-Black.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Black.ttf index 72f390ca..9ae57157 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiCondensed-Black.ttf and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Black.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-BlackItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-BlackItalic.ttf new file mode 100644 index 00000000..89b3fc41 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-BlackItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-Bold.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Bold.ttf index b852c588..621a2d0d 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiCondensed-Bold.ttf and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Bold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-BoldItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-BoldItalic.ttf new file mode 100644 index 00000000..78f544fe Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-BoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraBold.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraBold.ttf index 544a7f61..ed33e10d 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraBold.ttf and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraBold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraBoldItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraBoldItalic.ttf new file mode 100644 index 00000000..25dcd4eb Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraLight.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraLight.ttf index db84e001..f6c98590 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraLight.ttf and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraLight.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraLightItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraLightItalic.ttf new file mode 100644 index 00000000..92306f5c Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-ExtraLightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-Italic.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Italic.ttf new file mode 100644 index 00000000..a5446d54 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Italic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-Light.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Light.ttf index cf584fa4..417541dd 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiCondensed-Light.ttf and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Light.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-LightItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-LightItalic.ttf new file mode 100644 index 00000000..abfaa099 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-LightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-Medium.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Medium.ttf index 90dddabd..56db90b4 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiCondensed-Medium.ttf and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Medium.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-MediumItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-MediumItalic.ttf new file mode 100644 index 00000000..ba6846ab Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-MediumItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-Regular.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Regular.ttf index 7d599b27..297c49fc 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiCondensed-Regular.ttf and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-Regular.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-SemiBold.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-SemiBold.ttf index 8f302512..3971e268 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiCondensed-SemiBold.ttf and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-SemiBold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiCondensed-SemiBoldItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiCondensed-SemiBoldItalic.ttf new file mode 100644 index 00000000..d6dd25ef Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiCondensed-SemiBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-Black.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Black.ttf index de9cdf1a..0454bec2 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiExpanded-Black.ttf and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Black.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-BlackItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-BlackItalic.ttf new file mode 100644 index 00000000..c32550cb Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-BlackItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-Bold.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Bold.ttf index 86de776a..59367ce6 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiExpanded-Bold.ttf and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Bold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-BoldItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-BoldItalic.ttf new file mode 100644 index 00000000..1145a96c Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-BoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraBold.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraBold.ttf index 23597ba0..1aa3be71 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraBold.ttf and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraBold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraBoldItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraBoldItalic.ttf new file mode 100644 index 00000000..a3ff427e Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraLight.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraLight.ttf index d21051ab..c06a3068 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraLight.ttf and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraLight.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraLightItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraLightItalic.ttf new file mode 100644 index 00000000..2dd038f0 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-ExtraLightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-Italic.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Italic.ttf new file mode 100644 index 00000000..49c9136b Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Italic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-Light.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Light.ttf index 6d4b8d74..fbcb4643 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiExpanded-Light.ttf and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Light.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-LightItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-LightItalic.ttf new file mode 100644 index 00000000..63f86d52 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-LightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-Medium.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Medium.ttf index fc6dd2fc..f5d91f8a 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiExpanded-Medium.ttf and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Medium.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-MediumItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-MediumItalic.ttf new file mode 100644 index 00000000..20965b83 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-MediumItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-Regular.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Regular.ttf index e6eede83..1e6dc8b6 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiExpanded-Regular.ttf and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-Regular.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-SemiBold.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-SemiBold.ttf index 0bd4a982..fac1e128 100644 Binary files a/fonts/static/ttf/MonaSansDisplaySemiExpanded-SemiBold.ttf and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-SemiBold.ttf differ diff --git a/fonts/static/ttf/MonaSansDisplaySemiExpanded-SemiBoldItalic.ttf b/fonts/static/ttf/MonaSansDisplaySemiExpanded-SemiBoldItalic.ttf new file mode 100644 index 00000000..3a317d33 Binary files /dev/null and b/fonts/static/ttf/MonaSansDisplaySemiExpanded-SemiBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-Black.ttf b/fonts/static/ttf/MonaSansExpanded-Black.ttf index 35418353..b1179723 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-Black.ttf and b/fonts/static/ttf/MonaSansExpanded-Black.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-BlackItalic.ttf b/fonts/static/ttf/MonaSansExpanded-BlackItalic.ttf index e8fc1bbb..2f01a5f3 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-BlackItalic.ttf and b/fonts/static/ttf/MonaSansExpanded-BlackItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-Bold.ttf b/fonts/static/ttf/MonaSansExpanded-Bold.ttf index 666abeff..ed0883e5 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-Bold.ttf and b/fonts/static/ttf/MonaSansExpanded-Bold.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-BoldItalic.ttf b/fonts/static/ttf/MonaSansExpanded-BoldItalic.ttf index 2a3ead82..71abf292 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-BoldItalic.ttf and b/fonts/static/ttf/MonaSansExpanded-BoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-ExtraBold.ttf b/fonts/static/ttf/MonaSansExpanded-ExtraBold.ttf index 4cff3e06..9466c0df 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-ExtraBold.ttf and b/fonts/static/ttf/MonaSansExpanded-ExtraBold.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-ExtraBoldItalic.ttf b/fonts/static/ttf/MonaSansExpanded-ExtraBoldItalic.ttf index f2893187..2f2d1d40 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-ExtraBoldItalic.ttf and b/fonts/static/ttf/MonaSansExpanded-ExtraBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-ExtraLight.ttf b/fonts/static/ttf/MonaSansExpanded-ExtraLight.ttf index 391ba841..c0df3460 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-ExtraLight.ttf and b/fonts/static/ttf/MonaSansExpanded-ExtraLight.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-ExtraLightItalic.ttf b/fonts/static/ttf/MonaSansExpanded-ExtraLightItalic.ttf index f77ab265..a4eaaa32 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-ExtraLightItalic.ttf and b/fonts/static/ttf/MonaSansExpanded-ExtraLightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-Italic.ttf b/fonts/static/ttf/MonaSansExpanded-Italic.ttf index 411faf8f..53385ba9 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-Italic.ttf and b/fonts/static/ttf/MonaSansExpanded-Italic.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-Light.ttf b/fonts/static/ttf/MonaSansExpanded-Light.ttf index 12c5a97c..93f5c9cd 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-Light.ttf and b/fonts/static/ttf/MonaSansExpanded-Light.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-LightItalic.ttf b/fonts/static/ttf/MonaSansExpanded-LightItalic.ttf index 1d96cc9b..f7faa9bd 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-LightItalic.ttf and b/fonts/static/ttf/MonaSansExpanded-LightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-Medium.ttf b/fonts/static/ttf/MonaSansExpanded-Medium.ttf index 744a6545..791870fd 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-Medium.ttf and b/fonts/static/ttf/MonaSansExpanded-Medium.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-MediumItalic.ttf b/fonts/static/ttf/MonaSansExpanded-MediumItalic.ttf index c512afbb..d9bbe9e5 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-MediumItalic.ttf and b/fonts/static/ttf/MonaSansExpanded-MediumItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-Regular.ttf b/fonts/static/ttf/MonaSansExpanded-Regular.ttf index 2d323f19..53e78706 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-Regular.ttf and b/fonts/static/ttf/MonaSansExpanded-Regular.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-SemiBold.ttf b/fonts/static/ttf/MonaSansExpanded-SemiBold.ttf index 3930a69e..3cf3168e 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-SemiBold.ttf and b/fonts/static/ttf/MonaSansExpanded-SemiBold.ttf differ diff --git a/fonts/static/ttf/MonaSansExpanded-SemiBoldItalic.ttf b/fonts/static/ttf/MonaSansExpanded-SemiBoldItalic.ttf index b4b59344..c85cc381 100644 Binary files a/fonts/static/ttf/MonaSansExpanded-SemiBoldItalic.ttf and b/fonts/static/ttf/MonaSansExpanded-SemiBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-Black.ttf b/fonts/static/ttf/MonaSansSemiCondensed-Black.ttf index 192902b6..16a70c94 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-Black.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-Black.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-BlackItalic.ttf b/fonts/static/ttf/MonaSansSemiCondensed-BlackItalic.ttf index ae726e4b..2b797084 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-BlackItalic.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-BlackItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-Bold.ttf b/fonts/static/ttf/MonaSansSemiCondensed-Bold.ttf index befc4df7..a4e7a625 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-Bold.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-Bold.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-BoldItalic.ttf b/fonts/static/ttf/MonaSansSemiCondensed-BoldItalic.ttf index 5c1af456..5c32e429 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-BoldItalic.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-BoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-ExtraBold.ttf b/fonts/static/ttf/MonaSansSemiCondensed-ExtraBold.ttf index 3f6bbfa6..2dbd86cb 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-ExtraBold.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-ExtraBold.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-ExtraBoldItalic.ttf b/fonts/static/ttf/MonaSansSemiCondensed-ExtraBoldItalic.ttf index adfbbac2..a5a897ca 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-ExtraBoldItalic.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-ExtraBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-ExtraLight.ttf b/fonts/static/ttf/MonaSansSemiCondensed-ExtraLight.ttf index b4e4909c..b5a51bca 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-ExtraLight.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-ExtraLight.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-ExtraLightItalic.ttf b/fonts/static/ttf/MonaSansSemiCondensed-ExtraLightItalic.ttf index e6bb7436..fae8c774 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-ExtraLightItalic.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-ExtraLightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-Italic.ttf b/fonts/static/ttf/MonaSansSemiCondensed-Italic.ttf index b2e34334..771bb2ca 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-Italic.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-Italic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-Light.ttf b/fonts/static/ttf/MonaSansSemiCondensed-Light.ttf index aab106da..45c17ded 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-Light.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-Light.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-LightItalic.ttf b/fonts/static/ttf/MonaSansSemiCondensed-LightItalic.ttf index 99183d93..515c9280 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-LightItalic.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-LightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-Medium.ttf b/fonts/static/ttf/MonaSansSemiCondensed-Medium.ttf index ba4b2a6e..4c505c78 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-Medium.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-Medium.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-MediumItalic.ttf b/fonts/static/ttf/MonaSansSemiCondensed-MediumItalic.ttf index 4dd0be91..af7dcbcd 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-MediumItalic.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-MediumItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-Regular.ttf b/fonts/static/ttf/MonaSansSemiCondensed-Regular.ttf index a9d9bdc3..b55f6a22 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-Regular.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-Regular.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-SemiBold.ttf b/fonts/static/ttf/MonaSansSemiCondensed-SemiBold.ttf index 1e4f455a..c797c157 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-SemiBold.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-SemiBold.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiCondensed-SemiBoldItalic.ttf b/fonts/static/ttf/MonaSansSemiCondensed-SemiBoldItalic.ttf index 26e379d1..e1a99f4c 100644 Binary files a/fonts/static/ttf/MonaSansSemiCondensed-SemiBoldItalic.ttf and b/fonts/static/ttf/MonaSansSemiCondensed-SemiBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-Black.ttf b/fonts/static/ttf/MonaSansSemiExpanded-Black.ttf index dfe84c22..2522f806 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-Black.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-Black.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-BlackItalic.ttf b/fonts/static/ttf/MonaSansSemiExpanded-BlackItalic.ttf index 06f73a71..de4bd18d 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-BlackItalic.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-BlackItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-Bold.ttf b/fonts/static/ttf/MonaSansSemiExpanded-Bold.ttf index c33909ca..34f134b7 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-Bold.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-Bold.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-BoldItalic.ttf b/fonts/static/ttf/MonaSansSemiExpanded-BoldItalic.ttf index 5f5f8263..5a5be5b4 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-BoldItalic.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-BoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-ExtraBold.ttf b/fonts/static/ttf/MonaSansSemiExpanded-ExtraBold.ttf index 92c64cf5..ed79e726 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-ExtraBold.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-ExtraBold.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-ExtraBoldItalic.ttf b/fonts/static/ttf/MonaSansSemiExpanded-ExtraBoldItalic.ttf index 2180d034..d8d0113a 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-ExtraBoldItalic.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-ExtraBoldItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-ExtraLight.ttf b/fonts/static/ttf/MonaSansSemiExpanded-ExtraLight.ttf index e5150db1..a54183a4 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-ExtraLight.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-ExtraLight.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-ExtraLightItalic.ttf b/fonts/static/ttf/MonaSansSemiExpanded-ExtraLightItalic.ttf index 8afbd4fd..4c86cd11 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-ExtraLightItalic.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-ExtraLightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-Italic.ttf b/fonts/static/ttf/MonaSansSemiExpanded-Italic.ttf index 799c8431..0337eab5 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-Italic.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-Italic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-Light.ttf b/fonts/static/ttf/MonaSansSemiExpanded-Light.ttf index b73c4ec9..313853bf 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-Light.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-Light.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-LightItalic.ttf b/fonts/static/ttf/MonaSansSemiExpanded-LightItalic.ttf index c2f05b15..06c13e32 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-LightItalic.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-LightItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-Medium.ttf b/fonts/static/ttf/MonaSansSemiExpanded-Medium.ttf index 41baf398..dd9bcd76 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-Medium.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-Medium.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-MediumItalic.ttf b/fonts/static/ttf/MonaSansSemiExpanded-MediumItalic.ttf index bf7ff868..f1727265 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-MediumItalic.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-MediumItalic.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-Regular.ttf b/fonts/static/ttf/MonaSansSemiExpanded-Regular.ttf index 72fb51a6..0cdb1b75 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-Regular.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-Regular.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-SemiBold.ttf b/fonts/static/ttf/MonaSansSemiExpanded-SemiBold.ttf index 842d9e0b..782cff4c 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-SemiBold.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-SemiBold.ttf differ diff --git a/fonts/static/ttf/MonaSansSemiExpanded-SemiBoldItalic.ttf b/fonts/static/ttf/MonaSansSemiExpanded-SemiBoldItalic.ttf index e2e6d5c6..fc39d004 100644 Binary files a/fonts/static/ttf/MonaSansSemiExpanded-SemiBoldItalic.ttf and b/fonts/static/ttf/MonaSansSemiExpanded-SemiBoldItalic.ttf differ diff --git a/fonts/variable/MonaSansVF[wdth,wght,opsz,ital].ttf b/fonts/variable/MonaSansVF[wdth,wght,opsz,ital].ttf index 5d66dbfe..71a56af1 100644 Binary files a/fonts/variable/MonaSansVF[wdth,wght,opsz,ital].ttf and b/fonts/variable/MonaSansVF[wdth,wght,opsz,ital].ttf differ diff --git a/fonts/variable/MonaSansVF[wdth,wght,opsz].ttf b/fonts/variable/MonaSansVF[wdth,wght,opsz].ttf deleted file mode 100644 index ce443ae4..00000000 Binary files a/fonts/variable/MonaSansVF[wdth,wght,opsz].ttf and /dev/null differ diff --git a/fonts/variable/MonaSansVF[wght,opsz,ital].ttf b/fonts/variable/MonaSansVF[wght,opsz,ital].ttf deleted file mode 100644 index 1d482b8f..00000000 Binary files a/fonts/variable/MonaSansVF[wght,opsz,ital].ttf and /dev/null differ diff --git a/fonts/variable/MonaSansVF[wght,opsz].ttf b/fonts/variable/MonaSansVF[wght,opsz].ttf deleted file mode 100644 index 6531bda6..00000000 Binary files a/fonts/variable/MonaSansVF[wght,opsz].ttf and /dev/null differ diff --git a/fonts/webfonts/static/MonaSans-Black.woff b/fonts/webfonts/static/MonaSans-Black.woff index 9c560f34..e2d692d8 100644 Binary files a/fonts/webfonts/static/MonaSans-Black.woff and b/fonts/webfonts/static/MonaSans-Black.woff differ diff --git a/fonts/webfonts/static/MonaSans-Black.woff2 b/fonts/webfonts/static/MonaSans-Black.woff2 index 21a8f2d4..16618e34 100644 Binary files a/fonts/webfonts/static/MonaSans-Black.woff2 and b/fonts/webfonts/static/MonaSans-Black.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-BlackItalic.woff b/fonts/webfonts/static/MonaSans-BlackItalic.woff index f8ef6e0e..decccb97 100644 Binary files a/fonts/webfonts/static/MonaSans-BlackItalic.woff and b/fonts/webfonts/static/MonaSans-BlackItalic.woff differ diff --git a/fonts/webfonts/static/MonaSans-BlackItalic.woff2 b/fonts/webfonts/static/MonaSans-BlackItalic.woff2 index a50fa383..976388c3 100644 Binary files a/fonts/webfonts/static/MonaSans-BlackItalic.woff2 and b/fonts/webfonts/static/MonaSans-BlackItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-Bold.woff b/fonts/webfonts/static/MonaSans-Bold.woff index 407527be..559f8bb5 100644 Binary files a/fonts/webfonts/static/MonaSans-Bold.woff and b/fonts/webfonts/static/MonaSans-Bold.woff differ diff --git a/fonts/webfonts/static/MonaSans-Bold.woff2 b/fonts/webfonts/static/MonaSans-Bold.woff2 index 49082c7f..1f86963d 100644 Binary files a/fonts/webfonts/static/MonaSans-Bold.woff2 and b/fonts/webfonts/static/MonaSans-Bold.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-BoldItalic.woff b/fonts/webfonts/static/MonaSans-BoldItalic.woff index d7d26b2a..e07c6b9f 100644 Binary files a/fonts/webfonts/static/MonaSans-BoldItalic.woff and b/fonts/webfonts/static/MonaSans-BoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSans-BoldItalic.woff2 b/fonts/webfonts/static/MonaSans-BoldItalic.woff2 index 40e7efa5..bad2cf97 100644 Binary files a/fonts/webfonts/static/MonaSans-BoldItalic.woff2 and b/fonts/webfonts/static/MonaSans-BoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-ExtraBold.woff b/fonts/webfonts/static/MonaSans-ExtraBold.woff index af6e3553..477ee2ef 100644 Binary files a/fonts/webfonts/static/MonaSans-ExtraBold.woff and b/fonts/webfonts/static/MonaSans-ExtraBold.woff differ diff --git a/fonts/webfonts/static/MonaSans-ExtraBold.woff2 b/fonts/webfonts/static/MonaSans-ExtraBold.woff2 index f6d7f9b1..3ceef9ee 100644 Binary files a/fonts/webfonts/static/MonaSans-ExtraBold.woff2 and b/fonts/webfonts/static/MonaSans-ExtraBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-ExtraBoldItalic.woff b/fonts/webfonts/static/MonaSans-ExtraBoldItalic.woff index 719d92bd..82e5dd01 100644 Binary files a/fonts/webfonts/static/MonaSans-ExtraBoldItalic.woff and b/fonts/webfonts/static/MonaSans-ExtraBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSans-ExtraBoldItalic.woff2 b/fonts/webfonts/static/MonaSans-ExtraBoldItalic.woff2 index 1d9893ba..327d112e 100644 Binary files a/fonts/webfonts/static/MonaSans-ExtraBoldItalic.woff2 and b/fonts/webfonts/static/MonaSans-ExtraBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-ExtraLight.woff b/fonts/webfonts/static/MonaSans-ExtraLight.woff index 2b5cfd0e..cfe28e36 100644 Binary files a/fonts/webfonts/static/MonaSans-ExtraLight.woff and b/fonts/webfonts/static/MonaSans-ExtraLight.woff differ diff --git a/fonts/webfonts/static/MonaSans-ExtraLight.woff2 b/fonts/webfonts/static/MonaSans-ExtraLight.woff2 index cc265004..75de6248 100644 Binary files a/fonts/webfonts/static/MonaSans-ExtraLight.woff2 and b/fonts/webfonts/static/MonaSans-ExtraLight.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-ExtraLightItalic.woff b/fonts/webfonts/static/MonaSans-ExtraLightItalic.woff index 01dd0ef7..51eb2c7e 100644 Binary files a/fonts/webfonts/static/MonaSans-ExtraLightItalic.woff and b/fonts/webfonts/static/MonaSans-ExtraLightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSans-ExtraLightItalic.woff2 b/fonts/webfonts/static/MonaSans-ExtraLightItalic.woff2 index c9653fdb..8c54e752 100644 Binary files a/fonts/webfonts/static/MonaSans-ExtraLightItalic.woff2 and b/fonts/webfonts/static/MonaSans-ExtraLightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-Italic.woff b/fonts/webfonts/static/MonaSans-Italic.woff index e80bf163..962c69ad 100644 Binary files a/fonts/webfonts/static/MonaSans-Italic.woff and b/fonts/webfonts/static/MonaSans-Italic.woff differ diff --git a/fonts/webfonts/static/MonaSans-Italic.woff2 b/fonts/webfonts/static/MonaSans-Italic.woff2 index e8a0ac88..740e3f85 100644 Binary files a/fonts/webfonts/static/MonaSans-Italic.woff2 and b/fonts/webfonts/static/MonaSans-Italic.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-Light.woff b/fonts/webfonts/static/MonaSans-Light.woff index 5fa26f3c..caac8b0a 100644 Binary files a/fonts/webfonts/static/MonaSans-Light.woff and b/fonts/webfonts/static/MonaSans-Light.woff differ diff --git a/fonts/webfonts/static/MonaSans-Light.woff2 b/fonts/webfonts/static/MonaSans-Light.woff2 index bf001d19..146399f2 100644 Binary files a/fonts/webfonts/static/MonaSans-Light.woff2 and b/fonts/webfonts/static/MonaSans-Light.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-LightItalic.woff b/fonts/webfonts/static/MonaSans-LightItalic.woff index 18271837..9302ea0b 100644 Binary files a/fonts/webfonts/static/MonaSans-LightItalic.woff and b/fonts/webfonts/static/MonaSans-LightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSans-LightItalic.woff2 b/fonts/webfonts/static/MonaSans-LightItalic.woff2 index 1ea66db7..fabcb8b2 100644 Binary files a/fonts/webfonts/static/MonaSans-LightItalic.woff2 and b/fonts/webfonts/static/MonaSans-LightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-Medium.woff b/fonts/webfonts/static/MonaSans-Medium.woff index d4b37fc7..e372eda7 100644 Binary files a/fonts/webfonts/static/MonaSans-Medium.woff and b/fonts/webfonts/static/MonaSans-Medium.woff differ diff --git a/fonts/webfonts/static/MonaSans-Medium.woff2 b/fonts/webfonts/static/MonaSans-Medium.woff2 index 4fba1328..24fa4081 100644 Binary files a/fonts/webfonts/static/MonaSans-Medium.woff2 and b/fonts/webfonts/static/MonaSans-Medium.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-MediumItalic.woff b/fonts/webfonts/static/MonaSans-MediumItalic.woff index bce20efe..d0c7cc12 100644 Binary files a/fonts/webfonts/static/MonaSans-MediumItalic.woff and b/fonts/webfonts/static/MonaSans-MediumItalic.woff differ diff --git a/fonts/webfonts/static/MonaSans-MediumItalic.woff2 b/fonts/webfonts/static/MonaSans-MediumItalic.woff2 index 2f8b9a5a..eb61d7bc 100644 Binary files a/fonts/webfonts/static/MonaSans-MediumItalic.woff2 and b/fonts/webfonts/static/MonaSans-MediumItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-Regular.woff b/fonts/webfonts/static/MonaSans-Regular.woff index 518e870e..0f176df6 100644 Binary files a/fonts/webfonts/static/MonaSans-Regular.woff and b/fonts/webfonts/static/MonaSans-Regular.woff differ diff --git a/fonts/webfonts/static/MonaSans-Regular.woff2 b/fonts/webfonts/static/MonaSans-Regular.woff2 index 76dd8b62..69ee8375 100644 Binary files a/fonts/webfonts/static/MonaSans-Regular.woff2 and b/fonts/webfonts/static/MonaSans-Regular.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-SemiBold.woff b/fonts/webfonts/static/MonaSans-SemiBold.woff index ed5fa8a7..f3a70dd0 100644 Binary files a/fonts/webfonts/static/MonaSans-SemiBold.woff and b/fonts/webfonts/static/MonaSans-SemiBold.woff differ diff --git a/fonts/webfonts/static/MonaSans-SemiBold.woff2 b/fonts/webfonts/static/MonaSans-SemiBold.woff2 index 9eed0da1..82fbcedc 100644 Binary files a/fonts/webfonts/static/MonaSans-SemiBold.woff2 and b/fonts/webfonts/static/MonaSans-SemiBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSans-SemiBoldItalic.woff b/fonts/webfonts/static/MonaSans-SemiBoldItalic.woff index 88433740..726df178 100644 Binary files a/fonts/webfonts/static/MonaSans-SemiBoldItalic.woff and b/fonts/webfonts/static/MonaSans-SemiBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSans-SemiBoldItalic.woff2 b/fonts/webfonts/static/MonaSans-SemiBoldItalic.woff2 index a44277b7..0ea87852 100644 Binary files a/fonts/webfonts/static/MonaSans-SemiBoldItalic.woff2 and b/fonts/webfonts/static/MonaSans-SemiBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Black.woff b/fonts/webfonts/static/MonaSansCondensed-Black.woff index 68b6dc3c..87c07c45 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Black.woff and b/fonts/webfonts/static/MonaSansCondensed-Black.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Black.woff2 b/fonts/webfonts/static/MonaSansCondensed-Black.woff2 index 521bf6b0..1e04eeba 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Black.woff2 and b/fonts/webfonts/static/MonaSansCondensed-Black.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-BlackItalic.woff b/fonts/webfonts/static/MonaSansCondensed-BlackItalic.woff index 2f27c271..42aba1df 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-BlackItalic.woff and b/fonts/webfonts/static/MonaSansCondensed-BlackItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-BlackItalic.woff2 b/fonts/webfonts/static/MonaSansCondensed-BlackItalic.woff2 index 02bd5f33..277c7ddb 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-BlackItalic.woff2 and b/fonts/webfonts/static/MonaSansCondensed-BlackItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Bold.woff b/fonts/webfonts/static/MonaSansCondensed-Bold.woff index 691ce569..077abf13 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Bold.woff and b/fonts/webfonts/static/MonaSansCondensed-Bold.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Bold.woff2 b/fonts/webfonts/static/MonaSansCondensed-Bold.woff2 index 4bb38a1e..50f88303 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Bold.woff2 and b/fonts/webfonts/static/MonaSansCondensed-Bold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-BoldItalic.woff b/fonts/webfonts/static/MonaSansCondensed-BoldItalic.woff index 4446bd5d..232f1fb7 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-BoldItalic.woff and b/fonts/webfonts/static/MonaSansCondensed-BoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-BoldItalic.woff2 b/fonts/webfonts/static/MonaSansCondensed-BoldItalic.woff2 index 5fc644ed..0680ff92 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-BoldItalic.woff2 and b/fonts/webfonts/static/MonaSansCondensed-BoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-ExtraBold.woff b/fonts/webfonts/static/MonaSansCondensed-ExtraBold.woff index b5e7670f..6e6fafcc 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-ExtraBold.woff and b/fonts/webfonts/static/MonaSansCondensed-ExtraBold.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-ExtraBold.woff2 b/fonts/webfonts/static/MonaSansCondensed-ExtraBold.woff2 index 39daec65..b9b0e4b6 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-ExtraBold.woff2 and b/fonts/webfonts/static/MonaSansCondensed-ExtraBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-ExtraBoldItalic.woff b/fonts/webfonts/static/MonaSansCondensed-ExtraBoldItalic.woff index a4734255..8da93cf8 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-ExtraBoldItalic.woff and b/fonts/webfonts/static/MonaSansCondensed-ExtraBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-ExtraBoldItalic.woff2 b/fonts/webfonts/static/MonaSansCondensed-ExtraBoldItalic.woff2 index fa1649e3..09bb68fb 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-ExtraBoldItalic.woff2 and b/fonts/webfonts/static/MonaSansCondensed-ExtraBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-ExtraLight.woff b/fonts/webfonts/static/MonaSansCondensed-ExtraLight.woff index 21906728..93ae5300 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-ExtraLight.woff and b/fonts/webfonts/static/MonaSansCondensed-ExtraLight.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-ExtraLight.woff2 b/fonts/webfonts/static/MonaSansCondensed-ExtraLight.woff2 index a9a91042..7cc99220 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-ExtraLight.woff2 and b/fonts/webfonts/static/MonaSansCondensed-ExtraLight.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-ExtraLightItalic.woff b/fonts/webfonts/static/MonaSansCondensed-ExtraLightItalic.woff index b3e44cbe..fa9a5897 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-ExtraLightItalic.woff and b/fonts/webfonts/static/MonaSansCondensed-ExtraLightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-ExtraLightItalic.woff2 b/fonts/webfonts/static/MonaSansCondensed-ExtraLightItalic.woff2 index 73d26c8f..2ca81405 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-ExtraLightItalic.woff2 and b/fonts/webfonts/static/MonaSansCondensed-ExtraLightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Italic.woff b/fonts/webfonts/static/MonaSansCondensed-Italic.woff index e9dce9bc..e96a9c4c 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Italic.woff and b/fonts/webfonts/static/MonaSansCondensed-Italic.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Italic.woff2 b/fonts/webfonts/static/MonaSansCondensed-Italic.woff2 index 5195a03f..5889fac6 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Italic.woff2 and b/fonts/webfonts/static/MonaSansCondensed-Italic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Light.woff b/fonts/webfonts/static/MonaSansCondensed-Light.woff index 942ebac1..c589e669 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Light.woff and b/fonts/webfonts/static/MonaSansCondensed-Light.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Light.woff2 b/fonts/webfonts/static/MonaSansCondensed-Light.woff2 index 7c60905f..f3e8e967 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Light.woff2 and b/fonts/webfonts/static/MonaSansCondensed-Light.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-LightItalic.woff b/fonts/webfonts/static/MonaSansCondensed-LightItalic.woff index 6dd2dc07..0fde2ef4 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-LightItalic.woff and b/fonts/webfonts/static/MonaSansCondensed-LightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-LightItalic.woff2 b/fonts/webfonts/static/MonaSansCondensed-LightItalic.woff2 index e1a4a9ab..803c0d20 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-LightItalic.woff2 and b/fonts/webfonts/static/MonaSansCondensed-LightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Medium.woff b/fonts/webfonts/static/MonaSansCondensed-Medium.woff index e81bd6f4..ccfa75bd 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Medium.woff and b/fonts/webfonts/static/MonaSansCondensed-Medium.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Medium.woff2 b/fonts/webfonts/static/MonaSansCondensed-Medium.woff2 index b576e699..d6c805c7 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Medium.woff2 and b/fonts/webfonts/static/MonaSansCondensed-Medium.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-MediumItalic.woff b/fonts/webfonts/static/MonaSansCondensed-MediumItalic.woff index 0a4f86b4..bda448f0 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-MediumItalic.woff and b/fonts/webfonts/static/MonaSansCondensed-MediumItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-MediumItalic.woff2 b/fonts/webfonts/static/MonaSansCondensed-MediumItalic.woff2 index a775a687..f3caeb6c 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-MediumItalic.woff2 and b/fonts/webfonts/static/MonaSansCondensed-MediumItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Regular.woff b/fonts/webfonts/static/MonaSansCondensed-Regular.woff index fd03f3b5..59944309 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Regular.woff and b/fonts/webfonts/static/MonaSansCondensed-Regular.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-Regular.woff2 b/fonts/webfonts/static/MonaSansCondensed-Regular.woff2 index 1d3a1a5c..a8003b34 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-Regular.woff2 and b/fonts/webfonts/static/MonaSansCondensed-Regular.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-SemiBold.woff b/fonts/webfonts/static/MonaSansCondensed-SemiBold.woff index dda23bd8..98962e77 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-SemiBold.woff and b/fonts/webfonts/static/MonaSansCondensed-SemiBold.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-SemiBold.woff2 b/fonts/webfonts/static/MonaSansCondensed-SemiBold.woff2 index 9cb63193..cdb5c850 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-SemiBold.woff2 and b/fonts/webfonts/static/MonaSansCondensed-SemiBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansCondensed-SemiBoldItalic.woff b/fonts/webfonts/static/MonaSansCondensed-SemiBoldItalic.woff index 2c656c93..045523f3 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-SemiBoldItalic.woff and b/fonts/webfonts/static/MonaSansCondensed-SemiBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansCondensed-SemiBoldItalic.woff2 b/fonts/webfonts/static/MonaSansCondensed-SemiBoldItalic.woff2 index b096597d..3a51326f 100644 Binary files a/fonts/webfonts/static/MonaSansCondensed-SemiBoldItalic.woff2 and b/fonts/webfonts/static/MonaSansCondensed-SemiBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Black.woff b/fonts/webfonts/static/MonaSansDisplay-Black.woff index 3283374c..982c2b3b 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-Black.woff and b/fonts/webfonts/static/MonaSansDisplay-Black.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Black.woff2 b/fonts/webfonts/static/MonaSansDisplay-Black.woff2 index b23afb01..008b2d71 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-Black.woff2 and b/fonts/webfonts/static/MonaSansDisplay-Black.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-BlackItalic.woff b/fonts/webfonts/static/MonaSansDisplay-BlackItalic.woff new file mode 100644 index 00000000..c706b323 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-BlackItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-BlackItalic.woff2 b/fonts/webfonts/static/MonaSansDisplay-BlackItalic.woff2 new file mode 100644 index 00000000..63c51863 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-BlackItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Bold.woff b/fonts/webfonts/static/MonaSansDisplay-Bold.woff index 747d06d9..d68e493e 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-Bold.woff and b/fonts/webfonts/static/MonaSansDisplay-Bold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Bold.woff2 b/fonts/webfonts/static/MonaSansDisplay-Bold.woff2 index 074cb7ff..894e878c 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-Bold.woff2 and b/fonts/webfonts/static/MonaSansDisplay-Bold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-BoldItalic.woff b/fonts/webfonts/static/MonaSansDisplay-BoldItalic.woff new file mode 100644 index 00000000..1475bfa3 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-BoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-BoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplay-BoldItalic.woff2 new file mode 100644 index 00000000..848508c7 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-BoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-ExtraBold.woff b/fonts/webfonts/static/MonaSansDisplay-ExtraBold.woff index a6cc4110..5c861ee8 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-ExtraBold.woff and b/fonts/webfonts/static/MonaSansDisplay-ExtraBold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-ExtraBold.woff2 b/fonts/webfonts/static/MonaSansDisplay-ExtraBold.woff2 index f76bb69e..9bebf51a 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-ExtraBold.woff2 and b/fonts/webfonts/static/MonaSansDisplay-ExtraBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-ExtraBoldItalic.woff b/fonts/webfonts/static/MonaSansDisplay-ExtraBoldItalic.woff new file mode 100644 index 00000000..b9dd15df Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-ExtraBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-ExtraBoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplay-ExtraBoldItalic.woff2 new file mode 100644 index 00000000..cd5db0d0 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-ExtraBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-ExtraLight.woff b/fonts/webfonts/static/MonaSansDisplay-ExtraLight.woff index 291bc8b9..f6091623 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-ExtraLight.woff and b/fonts/webfonts/static/MonaSansDisplay-ExtraLight.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-ExtraLight.woff2 b/fonts/webfonts/static/MonaSansDisplay-ExtraLight.woff2 index 111003bf..30431876 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-ExtraLight.woff2 and b/fonts/webfonts/static/MonaSansDisplay-ExtraLight.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-ExtraLightItalic.woff b/fonts/webfonts/static/MonaSansDisplay-ExtraLightItalic.woff new file mode 100644 index 00000000..3d5f4218 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-ExtraLightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-ExtraLightItalic.woff2 b/fonts/webfonts/static/MonaSansDisplay-ExtraLightItalic.woff2 new file mode 100644 index 00000000..17962004 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-ExtraLightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Italic.woff b/fonts/webfonts/static/MonaSansDisplay-Italic.woff new file mode 100644 index 00000000..fee7c260 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-Italic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Italic.woff2 b/fonts/webfonts/static/MonaSansDisplay-Italic.woff2 new file mode 100644 index 00000000..6c5fa44f Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-Italic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Light.woff b/fonts/webfonts/static/MonaSansDisplay-Light.woff index 31eb5df4..6770f3aa 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-Light.woff and b/fonts/webfonts/static/MonaSansDisplay-Light.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Light.woff2 b/fonts/webfonts/static/MonaSansDisplay-Light.woff2 index 6c350e80..eab2fd53 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-Light.woff2 and b/fonts/webfonts/static/MonaSansDisplay-Light.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-LightItalic.woff b/fonts/webfonts/static/MonaSansDisplay-LightItalic.woff new file mode 100644 index 00000000..6bb3f145 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-LightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-LightItalic.woff2 b/fonts/webfonts/static/MonaSansDisplay-LightItalic.woff2 new file mode 100644 index 00000000..476ea745 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-LightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Medium.woff b/fonts/webfonts/static/MonaSansDisplay-Medium.woff index 1ec98f0e..b3784afa 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-Medium.woff and b/fonts/webfonts/static/MonaSansDisplay-Medium.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Medium.woff2 b/fonts/webfonts/static/MonaSansDisplay-Medium.woff2 index 2a1a31b5..94696cbd 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-Medium.woff2 and b/fonts/webfonts/static/MonaSansDisplay-Medium.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-MediumItalic.woff b/fonts/webfonts/static/MonaSansDisplay-MediumItalic.woff new file mode 100644 index 00000000..b3a53d7a Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-MediumItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-MediumItalic.woff2 b/fonts/webfonts/static/MonaSansDisplay-MediumItalic.woff2 new file mode 100644 index 00000000..bc3ee267 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-MediumItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Regular.woff b/fonts/webfonts/static/MonaSansDisplay-Regular.woff index 00018b55..faeee239 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-Regular.woff and b/fonts/webfonts/static/MonaSansDisplay-Regular.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-Regular.woff2 b/fonts/webfonts/static/MonaSansDisplay-Regular.woff2 index 7646fa08..e0474e59 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-Regular.woff2 and b/fonts/webfonts/static/MonaSansDisplay-Regular.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-SemiBold.woff b/fonts/webfonts/static/MonaSansDisplay-SemiBold.woff index dd70ba44..35ca8765 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-SemiBold.woff and b/fonts/webfonts/static/MonaSansDisplay-SemiBold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-SemiBold.woff2 b/fonts/webfonts/static/MonaSansDisplay-SemiBold.woff2 index 9afbc711..d9f456df 100644 Binary files a/fonts/webfonts/static/MonaSansDisplay-SemiBold.woff2 and b/fonts/webfonts/static/MonaSansDisplay-SemiBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplay-SemiBoldItalic.woff b/fonts/webfonts/static/MonaSansDisplay-SemiBoldItalic.woff new file mode 100644 index 00000000..aabc55c6 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-SemiBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplay-SemiBoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplay-SemiBoldItalic.woff2 new file mode 100644 index 00000000..902bd5d0 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplay-SemiBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Black.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-Black.woff index cb2dad89..9b4817fb 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-Black.woff and b/fonts/webfonts/static/MonaSansDisplayCondensed-Black.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Black.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-Black.woff2 index 08305d73..0a79db53 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-Black.woff2 and b/fonts/webfonts/static/MonaSansDisplayCondensed-Black.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-BlackItalic.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-BlackItalic.woff new file mode 100644 index 00000000..1283df0c Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-BlackItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-BlackItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-BlackItalic.woff2 new file mode 100644 index 00000000..c1e2e401 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-BlackItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Bold.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-Bold.woff index 2b01e9b4..ddb9307b 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-Bold.woff and b/fonts/webfonts/static/MonaSansDisplayCondensed-Bold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Bold.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-Bold.woff2 index d9f4910e..a4d4e0f1 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-Bold.woff2 and b/fonts/webfonts/static/MonaSansDisplayCondensed-Bold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-BoldItalic.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-BoldItalic.woff new file mode 100644 index 00000000..bdd1d700 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-BoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-BoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-BoldItalic.woff2 new file mode 100644 index 00000000..bd91bac7 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-BoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBold.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBold.woff index 240987dc..a652bbcc 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBold.woff and b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBold.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBold.woff2 index 9a656383..50b367fb 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBold.woff2 and b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBoldItalic.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBoldItalic.woff new file mode 100644 index 00000000..b4b2d646 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBoldItalic.woff2 new file mode 100644 index 00000000..9a53cf2c Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLight.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLight.woff index 53fdba18..93626089 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLight.woff and b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLight.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLight.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLight.woff2 index 84bb1beb..0e6daf85 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLight.woff2 and b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLight.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLightItalic.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLightItalic.woff new file mode 100644 index 00000000..1d459ff8 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLightItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLightItalic.woff2 new file mode 100644 index 00000000..709bda97 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-ExtraLightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Italic.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-Italic.woff new file mode 100644 index 00000000..9fabb52f Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-Italic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Italic.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-Italic.woff2 new file mode 100644 index 00000000..f0a529e6 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-Italic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Light.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-Light.woff index 385e2be6..1d0391b0 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-Light.woff and b/fonts/webfonts/static/MonaSansDisplayCondensed-Light.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Light.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-Light.woff2 index 8ed5e003..a31721bc 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-Light.woff2 and b/fonts/webfonts/static/MonaSansDisplayCondensed-Light.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-LightItalic.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-LightItalic.woff new file mode 100644 index 00000000..7e5a28f9 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-LightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-LightItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-LightItalic.woff2 new file mode 100644 index 00000000..101ac74d Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-LightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Medium.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-Medium.woff index 926a696b..8654d73d 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-Medium.woff and b/fonts/webfonts/static/MonaSansDisplayCondensed-Medium.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Medium.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-Medium.woff2 index 8ed76a04..9fce893a 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-Medium.woff2 and b/fonts/webfonts/static/MonaSansDisplayCondensed-Medium.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-MediumItalic.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-MediumItalic.woff new file mode 100644 index 00000000..7af4045c Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-MediumItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-MediumItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-MediumItalic.woff2 new file mode 100644 index 00000000..a1718bfa Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-MediumItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Regular.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-Regular.woff index b20e166b..679bc576 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-Regular.woff and b/fonts/webfonts/static/MonaSansDisplayCondensed-Regular.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-Regular.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-Regular.woff2 index f4b24b70..44d523c3 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-Regular.woff2 and b/fonts/webfonts/static/MonaSansDisplayCondensed-Regular.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBold.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBold.woff index 04b226d4..2a01416a 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBold.woff and b/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBold.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBold.woff2 index 595af7d8..ad99adf9 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBold.woff2 and b/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBoldItalic.woff b/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBoldItalic.woff new file mode 100644 index 00000000..ed1e1530 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBoldItalic.woff2 new file mode 100644 index 00000000..962766c8 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayCondensed-SemiBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Black.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-Black.woff index 32d20c80..d69e11db 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-Black.woff and b/fonts/webfonts/static/MonaSansDisplayExpanded-Black.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Black.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-Black.woff2 index 8b95b383..ebb404f0 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-Black.woff2 and b/fonts/webfonts/static/MonaSansDisplayExpanded-Black.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-BlackItalic.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-BlackItalic.woff new file mode 100644 index 00000000..17ef6f5b Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-BlackItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-BlackItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-BlackItalic.woff2 new file mode 100644 index 00000000..64de0c37 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-BlackItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Bold.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-Bold.woff index 9a5cfced..af099328 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-Bold.woff and b/fonts/webfonts/static/MonaSansDisplayExpanded-Bold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Bold.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-Bold.woff2 index 04e58de4..79236c55 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-Bold.woff2 and b/fonts/webfonts/static/MonaSansDisplayExpanded-Bold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-BoldItalic.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-BoldItalic.woff new file mode 100644 index 00000000..f9d623f0 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-BoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-BoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-BoldItalic.woff2 new file mode 100644 index 00000000..85533309 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-BoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBold.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBold.woff index 8620fd04..bd85ead2 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBold.woff and b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBold.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBold.woff2 index 72efc713..78a31309 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBold.woff2 and b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBoldItalic.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBoldItalic.woff new file mode 100644 index 00000000..153502a4 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBoldItalic.woff2 new file mode 100644 index 00000000..d68f6eee Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLight.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLight.woff index 6dbe51af..44f7513f 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLight.woff and b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLight.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLight.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLight.woff2 index 72540725..d7e5c364 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLight.woff2 and b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLight.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLightItalic.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLightItalic.woff new file mode 100644 index 00000000..4cf6f460 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLightItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLightItalic.woff2 new file mode 100644 index 00000000..9bddd0d4 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-ExtraLightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Italic.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-Italic.woff new file mode 100644 index 00000000..92df310a Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-Italic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Italic.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-Italic.woff2 new file mode 100644 index 00000000..7fb63d16 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-Italic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Light.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-Light.woff index c7f68159..3ff82334 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-Light.woff and b/fonts/webfonts/static/MonaSansDisplayExpanded-Light.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Light.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-Light.woff2 index 8feaa061..90bfc69b 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-Light.woff2 and b/fonts/webfonts/static/MonaSansDisplayExpanded-Light.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-LightItalic.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-LightItalic.woff new file mode 100644 index 00000000..f799e20b Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-LightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-LightItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-LightItalic.woff2 new file mode 100644 index 00000000..853082b9 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-LightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Medium.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-Medium.woff index 067bd2b7..9fb2b620 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-Medium.woff and b/fonts/webfonts/static/MonaSansDisplayExpanded-Medium.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Medium.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-Medium.woff2 index bebce704..ea7340c9 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-Medium.woff2 and b/fonts/webfonts/static/MonaSansDisplayExpanded-Medium.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-MediumItalic.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-MediumItalic.woff new file mode 100644 index 00000000..32cc1384 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-MediumItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-MediumItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-MediumItalic.woff2 new file mode 100644 index 00000000..f9e39273 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-MediumItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Regular.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-Regular.woff index 9ea00dc0..b11e7dfb 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-Regular.woff and b/fonts/webfonts/static/MonaSansDisplayExpanded-Regular.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-Regular.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-Regular.woff2 index 66c2109d..bf9bf958 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-Regular.woff2 and b/fonts/webfonts/static/MonaSansDisplayExpanded-Regular.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBold.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBold.woff index ed18fe55..084c4b02 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBold.woff and b/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBold.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBold.woff2 index 0a11ee39..cc275aef 100644 Binary files a/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBold.woff2 and b/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBoldItalic.woff b/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBoldItalic.woff new file mode 100644 index 00000000..22137e3a Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBoldItalic.woff2 new file mode 100644 index 00000000..e7cef431 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplayExpanded-SemiBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Black.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Black.woff index 8cf56b3f..26872e94 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Black.woff and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Black.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Black.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Black.woff2 index a938acfe..840223b0 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Black.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Black.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BlackItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BlackItalic.woff new file mode 100644 index 00000000..7a89f0e5 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BlackItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BlackItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BlackItalic.woff2 new file mode 100644 index 00000000..f70cf5a8 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BlackItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Bold.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Bold.woff index bc87449d..7d2ca458 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Bold.woff and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Bold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Bold.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Bold.woff2 index 78c8e7fe..1825bca0 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Bold.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Bold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BoldItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BoldItalic.woff new file mode 100644 index 00000000..7913f53c Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BoldItalic.woff2 new file mode 100644 index 00000000..07209118 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-BoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBold.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBold.woff index d7d32783..5960e282 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBold.woff and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBold.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBold.woff2 index 03c0772e..c4a8058a 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBold.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBoldItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBoldItalic.woff new file mode 100644 index 00000000..45fd6d0f Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBoldItalic.woff2 new file mode 100644 index 00000000..a93a0895 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLight.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLight.woff index 703acc1e..51bff3d0 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLight.woff and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLight.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLight.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLight.woff2 index beccaf68..31a11b41 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLight.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLight.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLightItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLightItalic.woff new file mode 100644 index 00000000..5da5afec Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLightItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLightItalic.woff2 new file mode 100644 index 00000000..8280efcc Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-ExtraLightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Italic.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Italic.woff new file mode 100644 index 00000000..bb44b894 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Italic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Italic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Italic.woff2 new file mode 100644 index 00000000..aaf1b5c9 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Italic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Light.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Light.woff index 90433ce8..45728c7f 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Light.woff and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Light.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Light.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Light.woff2 index d2972722..2557b434 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Light.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Light.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-LightItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-LightItalic.woff new file mode 100644 index 00000000..06b9a090 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-LightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-LightItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-LightItalic.woff2 new file mode 100644 index 00000000..ecb8d93a Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-LightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Medium.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Medium.woff index 9ea69122..acd6195f 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Medium.woff and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Medium.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Medium.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Medium.woff2 index b745df00..12d82405 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Medium.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Medium.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-MediumItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-MediumItalic.woff new file mode 100644 index 00000000..a452417b Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-MediumItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-MediumItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-MediumItalic.woff2 new file mode 100644 index 00000000..d068c5b9 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-MediumItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Regular.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Regular.woff index ce40300d..079f3ee1 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Regular.woff and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Regular.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Regular.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Regular.woff2 index 36508e31..d67463a0 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Regular.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-Regular.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBold.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBold.woff index 87bb214c..cfec4e5a 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBold.woff and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBold.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBold.woff2 index ee8a5685..6e676904 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBold.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBoldItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBoldItalic.woff new file mode 100644 index 00000000..44f5aa88 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBoldItalic.woff2 new file mode 100644 index 00000000..9dbc7a9e Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiCondensed-SemiBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Black.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Black.woff index 13460a74..eaa2b705 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Black.woff and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Black.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Black.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Black.woff2 index f7b5bcca..19dc18e5 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Black.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Black.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BlackItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BlackItalic.woff new file mode 100644 index 00000000..61b82e68 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BlackItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BlackItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BlackItalic.woff2 new file mode 100644 index 00000000..bc0f3e4a Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BlackItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Bold.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Bold.woff index 70426899..154a3a79 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Bold.woff and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Bold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Bold.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Bold.woff2 index f31f5731..fb340c17 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Bold.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Bold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BoldItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BoldItalic.woff new file mode 100644 index 00000000..4006379b Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BoldItalic.woff2 new file mode 100644 index 00000000..7851e167 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-BoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBold.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBold.woff index 39ecaa07..30d75563 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBold.woff and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBold.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBold.woff2 index 27c29c88..aa46f783 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBold.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBoldItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBoldItalic.woff new file mode 100644 index 00000000..211bc6eb Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBoldItalic.woff2 new file mode 100644 index 00000000..85f9c64a Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLight.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLight.woff index d64f17e4..da1c56c2 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLight.woff and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLight.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLight.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLight.woff2 index 0f203490..58198ce3 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLight.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLight.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLightItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLightItalic.woff new file mode 100644 index 00000000..af126db5 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLightItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLightItalic.woff2 new file mode 100644 index 00000000..13a68547 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-ExtraLightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Italic.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Italic.woff new file mode 100644 index 00000000..774cc4dd Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Italic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Italic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Italic.woff2 new file mode 100644 index 00000000..2d0d0124 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Italic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Light.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Light.woff index ae75f551..3b311b99 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Light.woff and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Light.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Light.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Light.woff2 index 600b0ad3..3d702e96 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Light.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Light.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-LightItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-LightItalic.woff new file mode 100644 index 00000000..d8334469 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-LightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-LightItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-LightItalic.woff2 new file mode 100644 index 00000000..24bf0134 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-LightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Medium.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Medium.woff index b9a02ff4..79cd62bb 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Medium.woff and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Medium.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Medium.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Medium.woff2 index 0208c69d..e49ab8d7 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Medium.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Medium.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-MediumItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-MediumItalic.woff new file mode 100644 index 00000000..e36241b5 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-MediumItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-MediumItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-MediumItalic.woff2 new file mode 100644 index 00000000..5b338a8d Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-MediumItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Regular.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Regular.woff index 8f3e4008..bf0afc34 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Regular.woff and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Regular.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Regular.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Regular.woff2 index 4bc1210a..e78be024 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Regular.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-Regular.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBold.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBold.woff index 5b803562..b48bc7d8 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBold.woff and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBold.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBold.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBold.woff2 index a8b21f8b..66e9ab6c 100644 Binary files a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBold.woff2 and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBoldItalic.woff b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBoldItalic.woff new file mode 100644 index 00000000..59985c18 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBoldItalic.woff2 b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBoldItalic.woff2 new file mode 100644 index 00000000..3d1cff86 Binary files /dev/null and b/fonts/webfonts/static/MonaSansDisplaySemiExpanded-SemiBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Black.woff b/fonts/webfonts/static/MonaSansExpanded-Black.woff index 192de1c2..ff3fd063 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Black.woff and b/fonts/webfonts/static/MonaSansExpanded-Black.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Black.woff2 b/fonts/webfonts/static/MonaSansExpanded-Black.woff2 index f532f46f..a65ac48a 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Black.woff2 and b/fonts/webfonts/static/MonaSansExpanded-Black.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-BlackItalic.woff b/fonts/webfonts/static/MonaSansExpanded-BlackItalic.woff index 0ac831fd..cf0cbe61 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-BlackItalic.woff and b/fonts/webfonts/static/MonaSansExpanded-BlackItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-BlackItalic.woff2 b/fonts/webfonts/static/MonaSansExpanded-BlackItalic.woff2 index b9292ff6..42fe7cb6 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-BlackItalic.woff2 and b/fonts/webfonts/static/MonaSansExpanded-BlackItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Bold.woff b/fonts/webfonts/static/MonaSansExpanded-Bold.woff index a0509ee4..5ca2c14f 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Bold.woff and b/fonts/webfonts/static/MonaSansExpanded-Bold.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Bold.woff2 b/fonts/webfonts/static/MonaSansExpanded-Bold.woff2 index 070363d9..bb17298b 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Bold.woff2 and b/fonts/webfonts/static/MonaSansExpanded-Bold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-BoldItalic.woff b/fonts/webfonts/static/MonaSansExpanded-BoldItalic.woff index e6eec55f..776c6cf1 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-BoldItalic.woff and b/fonts/webfonts/static/MonaSansExpanded-BoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-BoldItalic.woff2 b/fonts/webfonts/static/MonaSansExpanded-BoldItalic.woff2 index cf499dd9..c97c4665 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-BoldItalic.woff2 and b/fonts/webfonts/static/MonaSansExpanded-BoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-ExtraBold.woff b/fonts/webfonts/static/MonaSansExpanded-ExtraBold.woff index d7051fad..572cad3e 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-ExtraBold.woff and b/fonts/webfonts/static/MonaSansExpanded-ExtraBold.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-ExtraBold.woff2 b/fonts/webfonts/static/MonaSansExpanded-ExtraBold.woff2 index 05daf9fa..23a86b31 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-ExtraBold.woff2 and b/fonts/webfonts/static/MonaSansExpanded-ExtraBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-ExtraBoldItalic.woff b/fonts/webfonts/static/MonaSansExpanded-ExtraBoldItalic.woff index 436733c4..c2b63424 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-ExtraBoldItalic.woff and b/fonts/webfonts/static/MonaSansExpanded-ExtraBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-ExtraBoldItalic.woff2 b/fonts/webfonts/static/MonaSansExpanded-ExtraBoldItalic.woff2 index d254fa2c..09a99492 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-ExtraBoldItalic.woff2 and b/fonts/webfonts/static/MonaSansExpanded-ExtraBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-ExtraLight.woff b/fonts/webfonts/static/MonaSansExpanded-ExtraLight.woff index e3177a7e..63dea15c 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-ExtraLight.woff and b/fonts/webfonts/static/MonaSansExpanded-ExtraLight.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-ExtraLight.woff2 b/fonts/webfonts/static/MonaSansExpanded-ExtraLight.woff2 index 99908c22..b9961e73 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-ExtraLight.woff2 and b/fonts/webfonts/static/MonaSansExpanded-ExtraLight.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-ExtraLightItalic.woff b/fonts/webfonts/static/MonaSansExpanded-ExtraLightItalic.woff index f3b533a7..2f2bad90 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-ExtraLightItalic.woff and b/fonts/webfonts/static/MonaSansExpanded-ExtraLightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-ExtraLightItalic.woff2 b/fonts/webfonts/static/MonaSansExpanded-ExtraLightItalic.woff2 index 9793a31a..dd5b5ca7 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-ExtraLightItalic.woff2 and b/fonts/webfonts/static/MonaSansExpanded-ExtraLightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Italic.woff b/fonts/webfonts/static/MonaSansExpanded-Italic.woff index 0b6ead77..eb109f9c 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Italic.woff and b/fonts/webfonts/static/MonaSansExpanded-Italic.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Italic.woff2 b/fonts/webfonts/static/MonaSansExpanded-Italic.woff2 index a5f4ba50..38bd677b 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Italic.woff2 and b/fonts/webfonts/static/MonaSansExpanded-Italic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Light.woff b/fonts/webfonts/static/MonaSansExpanded-Light.woff index 04ab329f..3c5395c4 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Light.woff and b/fonts/webfonts/static/MonaSansExpanded-Light.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Light.woff2 b/fonts/webfonts/static/MonaSansExpanded-Light.woff2 index d303e69c..6ec5e0aa 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Light.woff2 and b/fonts/webfonts/static/MonaSansExpanded-Light.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-LightItalic.woff b/fonts/webfonts/static/MonaSansExpanded-LightItalic.woff index 6e64b122..747bd729 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-LightItalic.woff and b/fonts/webfonts/static/MonaSansExpanded-LightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-LightItalic.woff2 b/fonts/webfonts/static/MonaSansExpanded-LightItalic.woff2 index de1adda7..f344a4c0 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-LightItalic.woff2 and b/fonts/webfonts/static/MonaSansExpanded-LightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Medium.woff b/fonts/webfonts/static/MonaSansExpanded-Medium.woff index 13ecea70..627c4de5 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Medium.woff and b/fonts/webfonts/static/MonaSansExpanded-Medium.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Medium.woff2 b/fonts/webfonts/static/MonaSansExpanded-Medium.woff2 index ee12bd18..39fd7ee1 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Medium.woff2 and b/fonts/webfonts/static/MonaSansExpanded-Medium.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-MediumItalic.woff b/fonts/webfonts/static/MonaSansExpanded-MediumItalic.woff index 0be6bcb0..c1a56140 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-MediumItalic.woff and b/fonts/webfonts/static/MonaSansExpanded-MediumItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-MediumItalic.woff2 b/fonts/webfonts/static/MonaSansExpanded-MediumItalic.woff2 index 63b0d1c0..1a5388f2 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-MediumItalic.woff2 and b/fonts/webfonts/static/MonaSansExpanded-MediumItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Regular.woff b/fonts/webfonts/static/MonaSansExpanded-Regular.woff index 86b4e23e..d0263276 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Regular.woff and b/fonts/webfonts/static/MonaSansExpanded-Regular.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-Regular.woff2 b/fonts/webfonts/static/MonaSansExpanded-Regular.woff2 index 72a0c92e..37e2c63b 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-Regular.woff2 and b/fonts/webfonts/static/MonaSansExpanded-Regular.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-SemiBold.woff b/fonts/webfonts/static/MonaSansExpanded-SemiBold.woff index d677d80d..2835463a 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-SemiBold.woff and b/fonts/webfonts/static/MonaSansExpanded-SemiBold.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-SemiBold.woff2 b/fonts/webfonts/static/MonaSansExpanded-SemiBold.woff2 index 9a8e3f24..c0422ace 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-SemiBold.woff2 and b/fonts/webfonts/static/MonaSansExpanded-SemiBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansExpanded-SemiBoldItalic.woff b/fonts/webfonts/static/MonaSansExpanded-SemiBoldItalic.woff index aefaf2ab..515acb29 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-SemiBoldItalic.woff and b/fonts/webfonts/static/MonaSansExpanded-SemiBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansExpanded-SemiBoldItalic.woff2 b/fonts/webfonts/static/MonaSansExpanded-SemiBoldItalic.woff2 index 45e13c8a..9fa027f2 100644 Binary files a/fonts/webfonts/static/MonaSansExpanded-SemiBoldItalic.woff2 and b/fonts/webfonts/static/MonaSansExpanded-SemiBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Black.woff b/fonts/webfonts/static/MonaSansSemiCondensed-Black.woff index ef69783a..a0e1a72f 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Black.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-Black.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Black.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-Black.woff2 index df0983d2..d0fe6e09 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Black.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-Black.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-BlackItalic.woff b/fonts/webfonts/static/MonaSansSemiCondensed-BlackItalic.woff index 7dbd5f3c..c8f714c4 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-BlackItalic.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-BlackItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-BlackItalic.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-BlackItalic.woff2 index 93ab2a7c..e3657521 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-BlackItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-BlackItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Bold.woff b/fonts/webfonts/static/MonaSansSemiCondensed-Bold.woff index 1ca71bfe..2b8b6229 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Bold.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-Bold.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Bold.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-Bold.woff2 index 6a003a7a..f4dfc8ee 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Bold.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-Bold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-BoldItalic.woff b/fonts/webfonts/static/MonaSansSemiCondensed-BoldItalic.woff index 0155f3b0..bbf93292 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-BoldItalic.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-BoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-BoldItalic.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-BoldItalic.woff2 index 4a631f93..1c2ac8c5 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-BoldItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-BoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBold.woff b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBold.woff index ea2b6ac9..7fc9156f 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBold.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBold.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBold.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBold.woff2 index a0cbb43f..143328af 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBold.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBoldItalic.woff b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBoldItalic.woff index cc8fc433..418eeb8e 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBoldItalic.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBoldItalic.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBoldItalic.woff2 index 02f067a8..788a1191 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBoldItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLight.woff b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLight.woff index 2288eabd..664260cd 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLight.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLight.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLight.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLight.woff2 index 7e608254..9a5a719b 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLight.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLight.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLightItalic.woff b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLightItalic.woff index d5ce458f..6acf5992 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLightItalic.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLightItalic.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLightItalic.woff2 index bb524527..d8df108f 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLightItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-ExtraLightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Italic.woff b/fonts/webfonts/static/MonaSansSemiCondensed-Italic.woff index 37d296f0..8d8283a4 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Italic.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-Italic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Italic.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-Italic.woff2 index 8346521c..f88fb5b9 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Italic.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-Italic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Light.woff b/fonts/webfonts/static/MonaSansSemiCondensed-Light.woff index f0b57f4e..ecb06b59 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Light.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-Light.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Light.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-Light.woff2 index bcd719c0..cf7e323e 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Light.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-Light.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-LightItalic.woff b/fonts/webfonts/static/MonaSansSemiCondensed-LightItalic.woff index 6e80d5b0..d126704e 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-LightItalic.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-LightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-LightItalic.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-LightItalic.woff2 index ea4c60fc..c40696d6 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-LightItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-LightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Medium.woff b/fonts/webfonts/static/MonaSansSemiCondensed-Medium.woff index f0662c2e..37a998d6 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Medium.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-Medium.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Medium.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-Medium.woff2 index 143da531..203c5f68 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Medium.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-Medium.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-MediumItalic.woff b/fonts/webfonts/static/MonaSansSemiCondensed-MediumItalic.woff index e24a9cc7..f6181b19 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-MediumItalic.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-MediumItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-MediumItalic.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-MediumItalic.woff2 index 0f393fef..e576cac5 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-MediumItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-MediumItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Regular.woff b/fonts/webfonts/static/MonaSansSemiCondensed-Regular.woff index 2bfc34cb..85df9907 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Regular.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-Regular.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-Regular.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-Regular.woff2 index 081d7dcb..fddb792f 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-Regular.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-Regular.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-SemiBold.woff b/fonts/webfonts/static/MonaSansSemiCondensed-SemiBold.woff index 958efa5d..6cc4dd33 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-SemiBold.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-SemiBold.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-SemiBold.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-SemiBold.woff2 index 1ac734db..a236ebba 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-SemiBold.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-SemiBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-SemiBoldItalic.woff b/fonts/webfonts/static/MonaSansSemiCondensed-SemiBoldItalic.woff index de65fe83..a183a1f1 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-SemiBoldItalic.woff and b/fonts/webfonts/static/MonaSansSemiCondensed-SemiBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiCondensed-SemiBoldItalic.woff2 b/fonts/webfonts/static/MonaSansSemiCondensed-SemiBoldItalic.woff2 index a55d8338..dc744648 100644 Binary files a/fonts/webfonts/static/MonaSansSemiCondensed-SemiBoldItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiCondensed-SemiBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Black.woff b/fonts/webfonts/static/MonaSansSemiExpanded-Black.woff index b7f64ce0..47fa9b70 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Black.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-Black.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Black.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-Black.woff2 index 0012f153..7f900564 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Black.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-Black.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-BlackItalic.woff b/fonts/webfonts/static/MonaSansSemiExpanded-BlackItalic.woff index 74c38fb8..e0c9983e 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-BlackItalic.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-BlackItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-BlackItalic.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-BlackItalic.woff2 index 7ea92122..695da75a 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-BlackItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-BlackItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Bold.woff b/fonts/webfonts/static/MonaSansSemiExpanded-Bold.woff index f0c90710..7bfe1940 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Bold.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-Bold.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Bold.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-Bold.woff2 index be01a17c..fa10c17a 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Bold.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-Bold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-BoldItalic.woff b/fonts/webfonts/static/MonaSansSemiExpanded-BoldItalic.woff index fdaebf3c..825df5c1 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-BoldItalic.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-BoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-BoldItalic.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-BoldItalic.woff2 index 577f5441..eb733c5a 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-BoldItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-BoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBold.woff b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBold.woff index f44518a2..a44bda76 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBold.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBold.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBold.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBold.woff2 index eae2281a..e17cc438 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBold.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBoldItalic.woff b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBoldItalic.woff index c2fa50d8..11e8b843 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBoldItalic.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBoldItalic.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBoldItalic.woff2 index 0b8b8626..2d02f762 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBoldItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraBoldItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLight.woff b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLight.woff index 2a87592a..4d33a0bb 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLight.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLight.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLight.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLight.woff2 index 8b5f9e07..92902ee5 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLight.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLight.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLightItalic.woff b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLightItalic.woff index 346e6b83..de6cd16a 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLightItalic.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLightItalic.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLightItalic.woff2 index 14a3a5a3..efc0d1c8 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLightItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-ExtraLightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Italic.woff b/fonts/webfonts/static/MonaSansSemiExpanded-Italic.woff index 2be3285d..7e7f4a33 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Italic.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-Italic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Italic.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-Italic.woff2 index dd22a3d1..0304da2f 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Italic.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-Italic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Light.woff b/fonts/webfonts/static/MonaSansSemiExpanded-Light.woff index 4f7eae0f..3ec88bbd 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Light.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-Light.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Light.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-Light.woff2 index 368820d1..9af514ac 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Light.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-Light.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-LightItalic.woff b/fonts/webfonts/static/MonaSansSemiExpanded-LightItalic.woff index 691bb684..9e26176a 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-LightItalic.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-LightItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-LightItalic.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-LightItalic.woff2 index e9f52ac9..9dce718b 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-LightItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-LightItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Medium.woff b/fonts/webfonts/static/MonaSansSemiExpanded-Medium.woff index 9710a4ee..f307fb86 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Medium.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-Medium.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Medium.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-Medium.woff2 index ec4b1b4e..3fd232ab 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Medium.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-Medium.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-MediumItalic.woff b/fonts/webfonts/static/MonaSansSemiExpanded-MediumItalic.woff index a8a36784..d9c5688c 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-MediumItalic.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-MediumItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-MediumItalic.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-MediumItalic.woff2 index c80e6a12..64bd72b5 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-MediumItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-MediumItalic.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Regular.woff b/fonts/webfonts/static/MonaSansSemiExpanded-Regular.woff index c725fdef..42760f7c 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Regular.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-Regular.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-Regular.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-Regular.woff2 index cb785df0..952ad19c 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-Regular.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-Regular.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-SemiBold.woff b/fonts/webfonts/static/MonaSansSemiExpanded-SemiBold.woff index 07e75790..f96a44dd 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-SemiBold.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-SemiBold.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-SemiBold.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-SemiBold.woff2 index 74f06aaf..0d1e3b51 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-SemiBold.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-SemiBold.woff2 differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-SemiBoldItalic.woff b/fonts/webfonts/static/MonaSansSemiExpanded-SemiBoldItalic.woff index 071b4234..8abc1d1c 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-SemiBoldItalic.woff and b/fonts/webfonts/static/MonaSansSemiExpanded-SemiBoldItalic.woff differ diff --git a/fonts/webfonts/static/MonaSansSemiExpanded-SemiBoldItalic.woff2 b/fonts/webfonts/static/MonaSansSemiExpanded-SemiBoldItalic.woff2 index 32706204..60654f91 100644 Binary files a/fonts/webfonts/static/MonaSansSemiExpanded-SemiBoldItalic.woff2 and b/fonts/webfonts/static/MonaSansSemiExpanded-SemiBoldItalic.woff2 differ diff --git a/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz,ital].woff b/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz,ital].woff index 33267611..43332b2e 100644 Binary files a/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz,ital].woff and b/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz,ital].woff differ diff --git a/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz,ital].woff2 b/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz,ital].woff2 index 25ad052d..576f498c 100644 Binary files a/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz,ital].woff2 and b/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz,ital].woff2 differ diff --git a/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz].woff b/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz].woff deleted file mode 100644 index 11b02d27..00000000 Binary files a/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz].woff and /dev/null differ diff --git a/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz].woff2 b/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz].woff2 deleted file mode 100644 index 8f744267..00000000 Binary files a/fonts/webfonts/variable/MonaSansVF[wdth,wght,opsz].woff2 and /dev/null differ diff --git a/fonts/webfonts/variable/MonaSansVF[wght,opsz,ital].woff b/fonts/webfonts/variable/MonaSansVF[wght,opsz,ital].woff deleted file mode 100644 index ef97a3ed..00000000 Binary files a/fonts/webfonts/variable/MonaSansVF[wght,opsz,ital].woff and /dev/null differ diff --git a/fonts/webfonts/variable/MonaSansVF[wght,opsz,ital].woff2 b/fonts/webfonts/variable/MonaSansVF[wght,opsz,ital].woff2 deleted file mode 100644 index 89735a73..00000000 Binary files a/fonts/webfonts/variable/MonaSansVF[wght,opsz,ital].woff2 and /dev/null differ diff --git a/fonts/webfonts/variable/MonaSansVF[wght,opsz].woff b/fonts/webfonts/variable/MonaSansVF[wght,opsz].woff deleted file mode 100644 index 689344c9..00000000 Binary files a/fonts/webfonts/variable/MonaSansVF[wght,opsz].woff and /dev/null differ diff --git a/fonts/webfonts/variable/MonaSansVF[wght,opsz].woff2 b/fonts/webfonts/variable/MonaSansVF[wght,opsz].woff2 deleted file mode 100644 index 79ee70d5..00000000 Binary files a/fonts/webfonts/variable/MonaSansVF[wght,opsz].woff2 and /dev/null differ diff --git a/sources/MonaSans.glyphspackage/fontinfo.plist b/sources/MonaSans.glyphspackage/fontinfo.plist index 327cf46c..a1fae617 100644 --- a/sources/MonaSans.glyphspackage/fontinfo.plist +++ b/sources/MonaSans.glyphspackage/fontinfo.plist @@ -1,5 +1,5 @@ { -.appVersion = "3343"; +.appVersion = "3436"; .formatVersion = 3; axes = ( { @@ -11,6 +11,10 @@ name = Weight; tag = wght; }, { +name = "Optical size"; +tag = opsz; +}, +{ name = Italic; tag = ital; } @@ -18,8 +22,13 @@ tag = ital; classes = ( { automatic = 1; -code = "A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Atilde AE B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Dcaron Dcroat Eth E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jacute Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Ntilde Eng O Oacute Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oslash Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ytilde Z Zacute Zcaron Zdotaccent Abrevedotbelow.ss01 Acircumflexdotbelow.ss01 Adieresis.ss01 Adotbelow.ss01 Cdotaccent.ss01 Ecircumflexdotbelow.ss01 Edieresis.ss01 Edotaccent.ss01 Edotbelow.ss01 Gdotaccent.ss01 Idieresis.ss01 Idotaccent.ss01 Idotbelow.ss01 Ldot.ss01 Ocircumflexdotbelow.ss01 Odieresis.ss01 Odotbelow.ss01 Ohorndotbelow.ss01 Udieresis.ss01 Udotbelow.ss01 Uhorndotbelow.ss01 Wdieresis.ss01 Ydieresis.ss01 Ydotbelow.ss01 Zdotaccent.ss01 I.ss02 IJ.ss02 Iacute.ss02 Ibreve.ss02 Icircumflex.ss02 Idieresis.ss02 Idotaccent.ss02 Idotbelow.ss02 Igrave.ss02 Ihookabove.ss02 Imacron.ss02 Iogonek.ss02 Itilde.ss02 G.ss07 Gbreve.ss07 Gcaron.ss07 Gcircumflex.ss07 Gcommaaccent.ss07 Gdotaccent.ss07 Gdotaccent.ss01.ss07"; +code = "A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Atilde AE B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Dcaron Dcroat Eth E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jacute Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Ntilde Eng O Oacute Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oslash Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ytilde Z Zacute Zcaron Zdotaccent Abrevedotbelow.ss01 Acircumflexdotbelow.ss01 Adieresis.ss01 Adotbelow.ss01 Cdotaccent.ss01 Ecircumflexdotbelow.ss01 Edieresis.ss01 Edotaccent.ss01 Edotbelow.ss01 Gdotaccent.ss01 Idieresis.ss01 Idotaccent.ss01 Idotbelow.ss01 Ldot.ss01 Ocircumflexdotbelow.ss01 Odieresis.ss01 Odotbelow.ss01 Ohorndotbelow.ss01 Udieresis.ss01 Udotbelow.ss01 Uhorndotbelow.ss01 Wdieresis.ss01 Ydieresis.ss01 Ydotbelow.ss01 Zdotaccent.ss01 I.ss02 IJ.ss02 Iacute.ss02 Ibreve.ss02 Icircumflex.ss02 Idieresis.ss02 Idotaccent.ss02 Idotbelow.ss02 Igrave.ss02 Ihookabove.ss02 Imacron.ss02 Iogonek.ss02 Itilde.ss02 G.ss07 Gbreve.ss07 Gcaron.ss07 Gcircumflex.ss07 Gcommaaccent.ss07 Gdotaccent.ss07 Q.ss09 J.ss10 Gdotaccent.ss01.ss07"; name = Uppercase; +}, +{ +automatic = 1; +code = "A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Atilde AE B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Dcaron Dcroat Eth E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcircumflex I IJ Iacute Ibreve Icaron Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jacute Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M Macute N Nacute Ncaron Ncommaaccent Ngrave Ntilde Eng O Oacute Ocaron Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oslash Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucaron Ucircumflex Udieresis Udieresisacute Udieresiscaron Udieresisgrave Udieresismacron Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ytilde Z Zacute Zcaron Zdotaccent Abrevedotbelow.ss01 Acircumflexdotbelow.ss01 Adieresis.ss01 Adotbelow.ss01 Cdotaccent.ss01 Ecircumflexdotbelow.ss01 Edieresis.ss01 Edotaccent.ss01 Edotbelow.ss01 Gdotaccent.ss01 Idieresis.ss01 Idotaccent.ss01 Idotbelow.ss01 Ldot.ss01 Ocircumflexdotbelow.ss01 Odieresis.ss01 Odotbelow.ss01 Ohorndotbelow.ss01 Udieresis.ss01 Udotbelow.ss01 Uhorndotbelow.ss01 Wdieresis.ss01 Ydieresis.ss01 Ydotbelow.ss01 Zdotaccent.ss01 I.ss02 IJ.ss02 Iacute.ss02 Ibreve.ss02 Icircumflex.ss02 Idieresis.ss02 Idotaccent.ss02 Idotbelow.ss02 Igrave.ss02 Ihookabove.ss02 Imacron.ss02 Iogonek.ss02 Itilde.ss02 G.ss07 Gbreve.ss07 Gcaron.ss07 Gcircumflex.ss07 Gcommaaccent.ss07 Gdotaccent.ss07 Q.ss09 IJ.ss10 J.ss10 Jacute.ss10 Jcircumflex.ss10 Gdotaccent.ss01.ss07 a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring atilde ae b c cacute ccaron ccedilla ccircumflex cdotaccent d dcaron dcroat eth e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek etilde f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcircumflex i idotless iacute ibreve icaron icircumflex idieresis idotaccent idotbelow igrave ihookabove imacron iogonek itilde ij j jdotless jacute jcircumflex k kcommaaccent l lacute lcaron lcommaaccent ldot lslash m macute n nacute ncaron ncommaaccent ngrave ntilde eng o oacute ocaron ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oslash otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls t tbar tcaron tcedilla tcommaaccent u uacute ubreve ucaron ucircumflex udieresis udieresisacute udieresiscaron udieresisgrave udieresismacron udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ytilde z zacute zcaron zdotaccent idotbelow.dotless iogonek.dotless f.longarm abrevedotbelow.ss01 acircumflexdotbelow.ss01 adotbelow.ss01 cdotaccent.ss01 ecircumflexdotbelow.ss01 edieresis.ss01 edotaccent.ss01 edotbelow.ss01 gdotaccent.ss01 i.ss01 idieresis.ss01 idotaccent.ss01 idotbelow.ss01 j.ss01 ldot.ss01 ocircumflexdotbelow.ss01 odieresis.ss01 odotbelow.ss01 ohorndotbelow.ss01 udieresis.ss01 udotbelow.ss01 uhorndotbelow.ss01 wdieresis.ss01 ydieresis.ss01 ydotbelow.ss01 zdotaccent.ss01 l.ss03 lacute.ss03 lcaron.ss03 lcommaaccent.ss03 ldot.ss03 lslash.ss03 l.ss04 lacute.ss04 lcaron.ss04 lcommaaccent.ss04 ldot.ss04 lslash.ss04 a.ss05 aacute.ss05 abreve.ss05 abreveacute.ss05 abrevedotbelow.ss05 abrevegrave.ss05 abrevehookabove.ss05 abrevetilde.ss05 acircumflex.ss05 acircumflexacute.ss05 acircumflexdotbelow.ss05 acircumflexgrave.ss05 acircumflexhookabove.ss05 acircumflextilde.ss05 adieresis.ss05 adotbelow.ss05 agrave.ss05 ahookabove.ss05 amacron.ss05 aogonek.ss05 aring.ss05 atilde.ss05 g.ss06 gbreve.ss06 gcaron.ss06 gcircumflex.ss06 gcommaaccent.ss06 gdotaccent.ss06 idotbelow.dotless.ss01 adieresis.ss05.ss01 adotbelow.ss05.ss01 ldot.ss01.ss03 ldot.ss01.ss04 gdotaccent.ss01.ss06 f_f.liga f_f_i.liga f_y.liga fi fl t_i.liga t_t.liga fi.ss01 f_f_i.liga.ss01 t_i.liga.ss01 ordfeminine ordmasculine mu pi zero one two three four five six seven eight nine zero.blackCircled one.blackCircled two.blackCircled three.blackCircled four.blackCircled five.blackCircled six.blackCircled seven.blackCircled eight.blackCircled nine.blackCircled zero.circled one.circled two.circled three.circled four.circled five.circled six.circled seven.circled eight.circled nine.circled zero.tf one.tf two.tf three.tf four.tf five.tf six.tf seven.tf eight.tf nine.tf zero.tf.ss08 zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior space nbspace period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk numbersign slash backslash exclamdown.case questiondown.case periodcentered.loclCAT period.ss01 comma.ss01 colon.ss01 semicolon.ss01 ellipsis.ss01 exclam.ss01 exclamdown.ss01 question.ss01 questiondown.ss01 periodcentered.ss01 bullet.ss01 periodcentered.loclCAT.case exclamdown.ss01.case questiondown.ss01.case periodcentered.loclCAT.ss01 periodcentered.loclCAT.case.ss01 hyphen endash emdash underscore hyphen.case endash.case emdash.case parenleft parenright braceleft braceright bracketleft bracketright parenleft.case parenright.case braceleft.case braceright.case bracketleft.case bracketright.case quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle quotesinglbase.ss01 quotedblbase.ss01 quotedblleft.ss01 quotedblright.ss01 quoteleft.ss01 quoteright.ss01 florin baht whiteFrowningFace whiteSmilingFace checkmark apple at ampersand paragraph section copyright registered published trademark degree bar brokenbar literSign estimated numero bitcoin cent currency dollar euro liraTurkish rupeeIndian sheqel sterling tenge won yen plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal logicalnot asciitilde asciicircum infinity emptyset integral product summation radical percent perthousand upArrow rightArrow downArrow leftArrow leftRightArrow blackCircle whiteCircle dottedCircle dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb horncomb dotbelowcomb commaaccentcomb cedillacomb ogonekcomb strokeshortcomb strokelongcomb slashshortcomb slashlongcomb brevecomb_acutecomb brevecomb_gravecomb brevecomb_hookabovecomb brevecomb_tildecomb circumflexcomb_acutecomb circumflexcomb_gravecomb circumflexcomb_hookabovecomb circumflexcomb_tildecomb strokeshortcomb.case slashshortcomb.case slashlongcomb.case dieresiscomb.ss01 dotaccentcomb.ss01 dotbelowcomb.ss01 dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek"; +name = All; } ); customParameters = ( @@ -46,17 +55,10 @@ value = 0; }, { name = "Variable Font Origin"; -value = master01; -}, -{ -disabled = 1; -name = unicodeRanges; -value = ( -0 -); +value = m019; } ); -date = "2017-05-31 15:56:09 +0000"; +date = "2025-07-16 23:44:39 +0000"; familyName = "Mona Sans"; featurePrefixes = ( { @@ -99,12 +101,23 @@ feature ss05; feature ss06; feature ss07; feature ss08; +feature ss09; +feature ss10; "; tag = aalt; }, { automatic = 1; code = "lookup ccmp_DFLT_1 { + @CombiningTopAccents = [acutecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb hookabovecomb hungarumlautcomb macroncomb ringcomb tildecomb]; + lookupflag UseMarkFilteringSet @CombiningTopAccents; + sub i' @CombiningTopAccents by idotless; + sub iogonek' @CombiningTopAccents by iogonek.dotless; + sub idotbelow' @CombiningTopAccents by idotbelow.dotless; + sub j' @CombiningTopAccents by jdotless; +} ccmp_DFLT_1; + +lookup ccmp_DFLT_2 { lookupflag 0; sub brevecomb acutecomb by brevecomb_acutecomb; sub brevecomb gravecomb by brevecomb_gravecomb; @@ -114,30 +127,21 @@ code = "lookup ccmp_DFLT_1 { sub circumflexcomb gravecomb by circumflexcomb_gravecomb; sub circumflexcomb hookabovecomb by circumflexcomb_hookabovecomb; sub circumflexcomb tildecomb by circumflexcomb_tildecomb; -} ccmp_DFLT_1; +} ccmp_DFLT_2; lookup ccmp_Other_1 { - @CombiningTopAccents = [acutecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb hookabovecomb hungarumlautcomb macroncomb ringcomb tildecomb]; - lookupflag UseMarkFilteringSet @CombiningTopAccents; - sub i' @CombiningTopAccents by idotless; - sub iogonek' @CombiningTopAccents by iogonek.dotless; - sub idotbelow' @CombiningTopAccents by idotbelow.dotless; - sub j' @CombiningTopAccents by jdotless; -} ccmp_Other_1; - -lookup ccmp_Other_2 { lookupflag 0; @Markscomb = [strokeshortcomb slashshortcomb slashlongcomb]; @MarkscombCase = [strokeshortcomb.case slashshortcomb.case slashlongcomb.case]; sub @Markscomb @Markscomb' by @MarkscombCase; sub @Uppercase @Markscomb' by @MarkscombCase; -} ccmp_Other_2; +} ccmp_Other_1; -lookup ccmp_Other_3 { +lookup ccmp_Other_2 { lookupflag 0; sub @Markscomb' @MarkscombCase by @MarkscombCase; sub @MarkscombCase @Markscomb' by @MarkscombCase; -} ccmp_Other_3; +} ccmp_Other_2; lookup ccmp_latn_1 { lookupflag 0; @@ -572,7 +576,7 @@ sub Gdotaccent.ss01 by Gdotaccent.ss01.ss07; labels = ( { language = dflt; -value = "Round G"; +value = "Square G"; } ); tag = ss07; @@ -588,6 +592,45 @@ value = "Tabular zero with straight bar"; } ); tag = ss08; +}, +{ +automatic = 1; +code = "sub Q by Q.ss09; +"; +labels = ( +{ +language = dflt; +value = "Q with diagonal arm"; +} +); +tag = ss09; +}, +{ +automatic = 1; +code = "sub J by J.ss10; +"; +labels = ( +{ +language = dflt; +value = "J with bowl"; +} +); +tag = ss10; +}, +{ +code = "#ifdef VARIABLE +condition opsz < 38; +sub a by a.ss05; +sub Q by Q.ss09; +sub J by J.ss10; +#endif +"; +tag = rlig; +}, +{ +code = "pos @All <14 0 14 0 (opsz:20) 9 0 9 0 (opsz:34) 4 0 4 0 (opsz:42) 17 0 17 0 (opsz:64) -2 0 -2 0 (opsz:100) 0 0 0 0>; +"; +tag = kern; } ); fontMaster = ( @@ -595,6 +638,7 @@ fontMaster = ( axesValues = ( 75, 200, +1, 0 ); customParameters = ( @@ -607,7 +651,11 @@ Location = 75; }, { Axis = Weight; -Location = "200"; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 0; }, { Axis = Italic; @@ -648,20 +696,20 @@ name = winDescent; value = 320; }, { -name = underlineThickness; -value = 25; -}, -{ name = underlinePosition; value = -140; }, { +name = underlineThickness; +value = 25; +}, +{ name = strikeoutPosition; value = 280; }, { name = strikeoutSize; -value = 25; +value = 70; }, { name = "Master Icon Glyph Name"; @@ -722,12 +770,14 @@ KernOnModels = ( "L Y", "A V", "parenleft n", +"quoteleft A", "T i", "fraction zero.dnom", "F i", "hyphen s", "s hyphen", -"l periodcentered.loclCAT", +"r s", +"w quoteright", "l l", "l n", "s l", @@ -756,7 +806,7 @@ KernOnModels = ( "H s", "H o", "H n", -"one zero", +"I I", "one two", "one three", "one seven", @@ -769,13 +819,11 @@ KernOnModels = ( "H Z", "H V", "H O", -"H H", "H period", "H comma", "H colon", "H exclam", "one percent", -"H question", "H slash", "H hyphen", "H endash", @@ -796,12 +844,15 @@ KernOnModels = ( "parenleft H", "parenleft T", "equal equal", +"H question", +"z z", "t t", "z v", "hyphen S", +"quotedbl W", "t v", "v v", -"z z", +"O G", "lcaron l", "T V", "E T", @@ -813,6 +864,7 @@ KernOnModels = ( axesValues = ( 75, 900, +1, 0 ); customParameters = ( @@ -825,221 +877,11 @@ Location = 75; }, { Axis = Weight; -Location = "900"; +Location = 900; }, { -Axis = Italic; +Axis = "Optical size"; Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlineThickness; -value = 150; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 150; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 141; -}, -{ -name = paramDepth; -value = 4; -} -); -iconName = Bold_Condensed; -id = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 541; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -} -); -name = "Condensed Black"; -stemValues = ( -156, -137, -177, -177 -); -userData = { -GSOffsetHorizontal = 82; -GSOffsetMakeStroke = 1; -GSOffsetPosition = 0.52; -GSOffsetVertical = 70; -KernOnModels = ( -"L Y", -"parenleft n", -"seven four", -"T o", -"A V", -"T u", -"parenleft T", -"fraction zero.dnom", -"o v", -"T i", -"P T", -"f o", -"hyphen s", -"l periodcentered.loclCAT", -"l l", -"l n", -"s l", -"f l", -"t v", -"f n", -"r n", -"z z", -"z v", -"v n", -"o n", -"n n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"s hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"F i", -"H s", -"H o", -"H n", -"H x", -"one zero", -"one seven", -"one four", -"one one", -"one two", -"one three", -"L H", -"E H", -"H T", -"H Z", -"H V", -"H O", -"H H", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"equal equal", -"t t", -"f f", -"v v", -"E T", -"T V", -"A Z", -"hyphen S", -"g j", -"lcaron l" -); -}; -}, -{ -axesValues = ( -100, -200, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = "200"; }, { Axis = Italic; @@ -1080,20 +922,243 @@ name = winDescent; value = 320; }, { +name = underlinePosition; +value = -140; +}, +{ name = underlineThickness; -value = 33; +value = 160; +}, +{ +name = strikeoutPosition; +value = 280; +}, +{ +name = strikeoutSize; +value = 70; +}, +{ +name = "Master Icon Glyph Name"; +value = n; +}, +{ +name = paramArea; +value = 141; +}, +{ +name = paramDepth; +value = 4; +} +); +iconName = Bold_Condensed; +id = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +metricValues = ( +{ +pos = 729; +}, +{ +over = 10; +pos = 729; +}, +{ +over = 10; +pos = 541; +}, +{ +over = -10; +}, +{ +pos = -167; +}, +{ +} +); +name = "Condensed Black"; +stemValues = ( +156, +137, +177, +177 +); +userData = { +GSOffsetHorizontal = 82; +GSOffsetMakeStroke = 1; +GSOffsetPosition = 0.52; +GSOffsetVertical = 70; +KernOnModels = ( +"L Y", +"parenleft n", +"seven four", +"T o", +"A V", +"quotedblleft A", +"quoteleft A", +"T u", +"parenleft T", +"fraction zero.dnom", +"f o", +"o v", +"bracketleft l", +"T i", +"P T", +"hyphen s", +"l l", +"l n", +"s l", +"f l", +"t v", +"r n", +"r s", +"f n", +"z z", +"z v", +"v n", +"o n", +"n n", +"l period", +"l colon", +"l exclam", +"l question", +"w quoteright", +"l slash", +"l hyphen", +"s hyphen", +"l endash", +"l underscore", +"l at", +"H l", +"F i", +"H s", +"H o", +"H n", +"H x", +"I I", +"L H", +"one seven", +"one four", +"one one", +"one two", +"one three", +"E H", +"H T", +"H Z", +"H V", +"H O", +"H period", +"H comma", +"H colon", +"H exclam", +"one percent", +"H question", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom zero.dnom", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"period period", +"endash endash", +"parenleft l", +"parenleft H", +"equal equal", +"t t", +"f f", +"v v", +"E T", +"T V", +"A Z", +"hyphen S", +"quotedbl W", +"g j", +"l quoteright", +"O G", +"lcaron l", +"slash l" +); +}; +}, +{ +axesValues = ( +100, +200, +1, +0 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 0; +}, +{ +Axis = Italic; +Location = 0; +} +); +}, +{ +name = hheaAscender; +value = 1090; +}, +{ +name = hheaDescender; +value = -320; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = typoAscender; +value = 1090; +}, +{ +name = typoDescender; +value = -320; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = winAscent; +value = 1090; +}, +{ +name = winDescent; +value = 320; }, { name = underlinePosition; value = -140; }, { +name = underlineThickness; +value = 25; +}, +{ name = strikeoutPosition; value = 280; }, { name = strikeoutSize; -value = 33; +value = 70; }, { name = "Master Icon Glyph Name"; @@ -1117,10 +1182,10 @@ pos = (301,836); } ); iconName = Light; -id = master01; +id = m019; metricValues = ( { -pos = 729; +pos = 759; }, { over = 10; @@ -1134,7 +1199,8 @@ pos = 517; over = -10; }, { -pos = -167; +over = -10; +pos = -182; }, { } @@ -1153,6 +1219,7 @@ GSOffsetKeepCompatible = 1; GSOffsetMakeStroke = 1; GSOffsetVertical = 17; KernOnModels = ( +"quotedblleft A", "T o", "L Y", "A V", @@ -1161,17 +1228,19 @@ KernOnModels = ( "parenleft n", "fraction zero.dnom", "T i", +"w quoteright", +"r s", "F i", "f o", +"H colon", +"one four", "o v", "P T", -"s hyphen", +"O G", "hyphen s", -"l periodcentered.loclCAT", "l l", "l n", "s l", -"g j", "f l", "f n", "f f", @@ -1194,22 +1263,19 @@ KernOnModels = ( "H x", "H n", "H o", -"one zero", +"I I", "one two", -"one seven", "one three", -"one four", +"one seven", "one one", "L H", -"H T", -"E H", "H Z", +"E H", +"H T", "H V", -"H H", "H O", "H period", "H comma", -"H colon", "H exclam", "one percent", "H question", @@ -1235,13 +1301,16 @@ KernOnModels = ( "parenleft T", "equal equal", "t t", +"g j", +"s hyphen", "z v", "t v", "z z", -"T V", -"E T", "v v", +"quotedbl W", +"T V", "lcaron l", +"E T", "A Z" ); }; @@ -1250,6 +1319,7 @@ KernOnModels = ( axesValues = ( 100, 900, +1, 0 ); customParameters = ( @@ -1262,7 +1332,11 @@ Location = 100; }, { Axis = Weight; -Location = "900"; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 0; }, { Axis = Italic; @@ -1303,20 +1377,20 @@ name = winDescent; value = 320; }, { -name = underlineThickness; -value = 160; -}, -{ name = underlinePosition; value = -140; }, { +name = underlineThickness; +value = 160; +}, +{ name = strikeoutPosition; value = 280; }, { name = strikeoutSize; -value = 160; +value = 70; }, { name = "Master Icon Glyph Name"; @@ -1332,10 +1406,10 @@ value = 10; } ); iconName = Bold; -id = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +id = m020; metricValues = ( { -pos = 729; +pos = 759; }, { over = 10; @@ -1349,7 +1423,8 @@ pos = 544; over = -10; }, { -pos = -167; +over = -10; +pos = -182; }, { } @@ -1368,13 +1443,15 @@ KernOnModels = ( "L Y", "A V", "T o", +"quotedblleft A", "seven four", "parenleft n", "T u", "fraction zero.dnom", "o v", "T i", -"l periodcentered.loclCAT", +"w quoteright", +"parenleft l", "l l", "l n", "s l", @@ -1382,9 +1459,10 @@ KernOnModels = ( "f n", "f o", "r n", +"r s", "z z", -"o n", "v n", +"o n", "n n", "l period", "l colon", @@ -1393,31 +1471,29 @@ KernOnModels = ( "l quoteright", "l slash", "l hyphen", +"s hyphen", "l endash", "l underscore", "l at", -"H l", "F i", +"H l", "H s", "H o", "H n", "H x", -"one zero", +"I I", "one seven", -"one two", "one three", "one four", "one one", "L H", -"H Z", "E H", "H T", "P T", "H V", +"O G", "H O", -"H H", "H period", -"H comma", "H colon", "H exclam", "one percent", @@ -1438,22 +1514,24 @@ KernOnModels = ( "slash l", "hyphen s", "endash endash", -"parenleft l", "bracketleft l", "parenleft H", "parenleft T", "equal equal", +"one two", +"H comma", "t v", "z v", "t t", -"s hyphen", -"A Z", "E T", -"g j", +"A Z", "hyphen S", +"H Z", "f f", "T V", "v v", +"g j", +"quotedbl W", "lcaron l" ); }; @@ -1462,6 +1540,7 @@ KernOnModels = ( axesValues = ( 125, 200, +1, 0 ); customParameters = ( @@ -1470,11 +1549,15 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = "125"; +Location = 125; }, { Axis = Weight; -Location = "200"; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 0; }, { Axis = Italic; @@ -1515,20 +1598,20 @@ name = winDescent; value = 320; }, { -name = underlineThickness; -value = 32; -}, -{ name = underlinePosition; value = -140; }, { +name = underlineThickness; +value = 25; +}, +{ name = strikeoutPosition; value = 280; }, { name = strikeoutSize; -value = 32; +value = 70; }, { name = "Master Icon Glyph Name"; @@ -1583,6 +1666,7 @@ KernOnModels = ( "A V", "T o", "L Y", +"quotedblleft A", "T u", "seven four", "parenleft n", @@ -1591,8 +1675,9 @@ KernOnModels = ( "o v", "P T", "fraction zero.dnom", +"r s", "F i", -"l periodcentered.loclCAT", +"w quoteright", "l l", "l n", "s l", @@ -1617,7 +1702,7 @@ KernOnModels = ( "H x", "H n", "H o", -"one zero", +"I I", "one two", "one three", "one seven", @@ -1627,7 +1712,6 @@ KernOnModels = ( "H T", "E H", "H Z", -"H H", "H O", "H V", "H period", @@ -1664,10 +1748,12 @@ KernOnModels = ( "t v", "E T", "f f", +"quotedbl W", "z z", "g j", "T V", "v v", +"O G", "A Z", "lcaron l" ); @@ -1677,6 +1763,7 @@ KernOnModels = ( axesValues = ( 125, 900, +1, 0 ); customParameters = ( @@ -1685,11 +1772,15 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = "125"; +Location = 125; }, { Axis = Weight; -Location = "900"; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 0; }, { Axis = Italic; @@ -1730,20 +1821,20 @@ name = winDescent; value = 320; }, { -name = underlineThickness; -value = 158; -}, -{ name = underlinePosition; value = -140; }, { +name = underlineThickness; +value = 160; +}, +{ name = strikeoutPosition; value = 280; }, { name = strikeoutSize; -value = 162; +value = 70; }, { name = "Master Icon Glyph Name"; @@ -1800,21 +1891,24 @@ userData = { KernOnModels = ( "L Y", "A V", +"quotedblleft A", "T o", "seven four", "parenleft n", "fraction zero.dnom", "o v", "T u", -"l periodcentered.loclCAT", +"w quoteright", +"H o", "l l", "l n", "s l", "f l", "f n", +"f o", "r n", +"r s", "v n", -"o n", "n n", "l period", "l colon", @@ -1826,23 +1920,21 @@ KernOnModels = ( "l endash", "l underscore", "l at", -"H l", "F i", +"H l", "H s", -"H o", "H x", "H n", +"I I", "one seven", -"one zero", "one two", "one three", "one one", "one four", "L H", -"H T", "H Z", "E H", -"H H", +"H T", "H O", "H V", "H period", @@ -1872,19 +1964,21 @@ KernOnModels = ( "parenleft H", "parenleft T", "equal equal", -"t t", "s hyphen", "z v", +"o o", "T i", -"f o", "t v", "z z", "hyphen S", +"t t", "P T", "g j", "E T", -"f f", +"quotedbl W", "A Z", +"f f", +"O G", "v v", "T V", "lcaron l" @@ -1895,6 +1989,7 @@ KernOnModels = ( axesValues = ( 75, 200, +1, 1 ); customParameters = ( @@ -1907,7 +2002,11 @@ Location = 75; }, { Axis = Weight; -Location = "200"; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 0; }, { Axis = Italic; @@ -1948,20 +2047,20 @@ name = winDescent; value = 320; }, { -name = underlineThickness; -value = 25; -}, -{ name = underlinePosition; value = -140; }, { +name = underlineThickness; +value = 25; +}, +{ name = strikeoutPosition; value = 280; }, { name = strikeoutSize; -value = 25; +value = 70; }, { name = "Master Icon Glyph Name"; @@ -2036,18 +2135,20 @@ KernOnModels = ( "L Y", "A V", "seven four", +"quotedblleft A", "s hyphen", "P T", "o v", +"w quoteright", "T i", -"l periodcentered.loclCAT", "l l", +"l n", "s l", "f l", -"g j", "f o", "f n", "r n", +"r s", "v n", "o n", "n n", @@ -2067,7 +2168,6 @@ KernOnModels = ( "H s", "H o", "H n", -"one zero", "one two", "one three", "one seven", @@ -2079,7 +2179,7 @@ KernOnModels = ( "H Z", "H V", "H O", -"H H", +"O G", "H period", "H comma", "H colon", @@ -2107,9 +2207,12 @@ KernOnModels = ( "bracketleft l", "parenleft H", "equal equal", +"I I", +"g j", "parenleft T", "f f", "t t", +"quotedbl W", "z v", "hyphen S", "t v", @@ -2126,6 +2229,7 @@ KernOnModels = ( axesValues = ( 75, 900, +1, 1 ); customParameters = ( @@ -2138,7 +2242,11 @@ Location = 75; }, { Axis = Weight; -Location = "900"; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 0; }, { Axis = Italic; @@ -2179,20 +2287,20 @@ name = winDescent; value = 320; }, { -name = underlineThickness; -value = 150; -}, -{ name = underlinePosition; value = -140; }, { +name = underlineThickness; +value = 160; +}, +{ name = strikeoutPosition; value = 280; }, { name = strikeoutSize; -value = 150; +value = 70; }, { name = "Master Icon Glyph Name"; @@ -2248,27 +2356,30 @@ GSOffsetVertical = 10; KernOnModels = ( "L Y", "A V", -"parenleft n", "seven four", "T o", -"parenleft T", +"parenleft n", "T u", +"quotedblleft A", "o v", "P T", -"fraction zero.dnom", -"T i", -"s hyphen", -"hyphen s", -"l periodcentered.loclCAT", +"parenleft l", +"parenleft H", "l l", +"l n", "s l", "f l", +"t t", +"t v", "f n", "f o", +"f f", "r n", +"r s", "z z", "z v", "v n", +"v v", "o n", "n n", "l period", @@ -2276,28 +2387,33 @@ KernOnModels = ( "l exclam", "l question", "l quoteright", +"w quoteright", "l slash", "l hyphen", +"s hyphen", "l endash", "l underscore", "l at", "F i", +"T i", "H s", "H o", "H x", "H n", +"I I", +"L H", "one seven", -"one zero", -"one four", "one two", "one three", -"L H", +"one four", "one one", "E H", -"H T", +"E T", +"T V", "H Z", +"A Z", +"O G", "H O", -"H H", "H V", "H period", "H comma", @@ -2317,21 +2433,18 @@ KernOnModels = ( "one.dnom two.dnom", "one.dnom one.dnom", "one.numr fraction", +"fraction zero.dnom", "period period", +"quotedbl W", "slash l", +"hyphen s", +"hyphen S", "endash endash", -"parenleft l", "bracketleft l", -"parenleft H", +"parenleft T", "equal equal", -"t t", -"t v", -"f f", -"v v", -"T V", -"A Z", -"E T", -"hyphen S", +"H l", +"H T", "g j", "lcaron l" ); @@ -2341,6 +2454,7 @@ KernOnModels = ( axesValues = ( 100, 200, +1, 1 ); customParameters = ( @@ -2353,225 +2467,11 @@ Location = 100; }, { Axis = Weight; -Location = "200"; -}, -{ -Axis = Italic; -Location = 1; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlineThickness; -value = 33; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 33; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 438; -}, -{ -name = paramDepth; -value = 14; -} -); -guides = ( -{ -pos = (285,793); -} -); -iconName = Light; -id = "095FE76F-1953-440B-9108-AA0678D151F9"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 517; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -pos = 11.7; -} -); -name = "ExtraLight Italic"; -stemValues = ( -36, -35, -36, -35 -); -userData = { -GSOffsetHorizontal = 20; -GSOffsetKeepCompatible = 1; -GSOffsetMakeStroke = 1; -GSOffsetVertical = 18; -KernOnModels = ( -"A V", -"T o", -"L Y", -"T u", -"seven four", -"parenleft n", -"P T", -"T i", -"o v", -"F i", -"equal equal", -"s hyphen", -"f o", -"fraction zero.dnom", -"l l", -"s l", -"f l", -"f n", -"t t", -"r n", -"z z", -"v n", -"n n", -"o n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H s", -"H x", -"H n", -"H o", -"one zero", -"one three", -"one seven", -"one two", -"one four", -"one one", -"L H", -"H T", -"E H", -"H Z", -"H V", -"H H", -"H O", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"hyphen s", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"g j", -"E T", -"hyphen S", -"z v", -"parenleft T", -"l periodcentered.loclCAT", -"t v", -"f f", -"T V", -"v v", -"lcaron l", -"A Z" -); -}; -}, -{ -axesValues = ( -100, -900, -1 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; +Location = 200; }, { -Axis = Weight; -Location = "900"; +Axis = "Optical size"; +Location = 0; }, { Axis = Italic; @@ -2612,20 +2512,248 @@ name = winDescent; value = 320; }, { +name = underlinePosition; +value = -140; +}, +{ name = underlineThickness; -value = 160; +value = 25; +}, +{ +name = strikeoutPosition; +value = 280; +}, +{ +name = strikeoutSize; +value = 70; +}, +{ +name = "Master Icon Glyph Name"; +value = n; +}, +{ +name = paramArea; +value = 438; +}, +{ +name = paramDepth; +value = 14; +} +); +guides = ( +{ +pos = (285,793); +} +); +iconName = Light; +id = "095FE76F-1953-440B-9108-AA0678D151F9"; +metricValues = ( +{ +pos = 729; +}, +{ +over = 10; +pos = 729; +}, +{ +over = 10; +pos = 517; +}, +{ +over = -10; +}, +{ +pos = -167; +}, +{ +pos = 11.7; +} +); +name = "ExtraLight Italic"; +stemValues = ( +36, +35, +36, +35 +); +userData = { +GSOffsetHorizontal = 20; +GSOffsetKeepCompatible = 1; +GSOffsetMakeStroke = 1; +GSOffsetVertical = 18; +KernOnModels = ( +"A V", +"T o", +"L Y", +"T u", +"quotedblleft A", +"seven four", +"parenleft n", +"P T", +"T i", +"o v", +"w quoteright", +"F i", +"equal equal", +"one.dnom zero.dnom", +"oneinferior zeroinferior", +"s hyphen", +"H n", +"f o", +"fraction zero.dnom", +"l n", +"f n", +"H o", +"l l", +"s l", +"f l", +"t t", +"r n", +"r s", +"v n", +"n n", +"o n", +"l period", +"l colon", +"l exclam", +"l question", +"l quoteright", +"l slash", +"l endash", +"l underscore", +"l at", +"H l", +"H s", +"H x", +"I I", +"one three", +"one seven", +"one two", +"one four", +"one one", +"L H", +"H T", +"E H", +"H Z", +"H V", +"H O", +"H period", +"H comma", +"H colon", +"H exclam", +"one percent", +"H question", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"period period", +"slash l", +"hyphen s", +"endash endash", +"parenleft l", +"bracketleft l", +"parenleft H", +"g j", +"E T", +"hyphen S", +"z v", +"l hyphen", +"parenleft T", +"quotedbl W", +"t v", +"f f", +"O G", +"T V", +"z z", +"v v", +"lcaron l", +"A Z" +); +}; +}, +{ +axesValues = ( +100, +900, +1, +1 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 0; +}, +{ +Axis = Italic; +Location = 1; +} +); +}, +{ +name = hheaAscender; +value = 1090; +}, +{ +name = hheaDescender; +value = -320; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = typoAscender; +value = 1090; +}, +{ +name = typoDescender; +value = -320; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = winAscent; +value = 1090; +}, +{ +name = winDescent; +value = 320; }, { name = underlinePosition; value = -140; }, { +name = underlineThickness; +value = 160; +}, +{ name = strikeoutPosition; value = 280; }, { name = strikeoutSize; -value = 160; +value = 70; }, { name = "Master Icon Glyph Name"; @@ -2684,21 +2812,23 @@ userData = { KernOnModels = ( "L Y", "A V", +"quotedblleft A", "T o", "parenleft n", "seven four", "o v", "T u", +"one percent", "T i", "P T", "fraction zero.dnom", -"l periodcentered.loclCAT", -"l n", "l l", +"l n", "s l", -"f l", +"f n", "f o", "r n", +"r s", "t v", "z z", "v n", @@ -2715,29 +2845,28 @@ KernOnModels = ( "l endash", "l underscore", "l at", +"H l", "F i", "H s", "H o", "H n", "H x", -"one zero", -"one seven", +"I I", "one two", +"one seven", "one three", -"one four", "one one", +"one four", "L H", "E H", "H Z", "H T", "H V", -"H H", "H O", "H period", "H comma", "H colon", "H exclam", -"one percent", "H question", "H slash", "H hyphen", @@ -2761,14 +2890,17 @@ KernOnModels = ( "parenleft T", "equal equal", "z v", +"f l", "t t", "E T", "A Z", +"quotedbl W", "hyphen S", "g j", "T V", -"f f", +"O G", "v v", +"f f", "lcaron l" ); }; @@ -2777,6 +2909,7 @@ KernOnModels = ( axesValues = ( 125, 200, +1, 1 ); customParameters = ( @@ -2785,11 +2918,15 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = "125"; +Location = 125; }, { Axis = Weight; -Location = "200"; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 0; }, { Axis = Italic; @@ -2830,20 +2967,20 @@ name = winDescent; value = 320; }, { -name = underlineThickness; -value = 32; -}, -{ name = underlinePosition; value = -140; }, { +name = underlineThickness; +value = 25; +}, +{ name = strikeoutPosition; value = 280; }, { name = strikeoutSize; -value = 32; +value = 70; }, { name = "Master Icon Glyph Name"; @@ -2899,6 +3036,7 @@ KernOnModels = ( "L Y", "T o", "T u", +"quotedblleft A", "seven four", "parenleft n", "o v", @@ -2908,12 +3046,13 @@ KernOnModels = ( "bracketleft l", "f o", "s hyphen", -"l periodcentered.loclCAT", +"f n", "l l", +"l n", "s l", "f l", -"f n", "r n", +"r s", "v n", "n n", "o n", @@ -2922,28 +3061,30 @@ KernOnModels = ( "l exclam", "l question", "l quoteright", +"w quoteright", "l slash", "l hyphen", "l endash", "l underscore", "l at", +"H l", "H s", "H x", "H n", "H o", -"one zero", +"I I", +"one two", "one seven", "one three", -"one two", "one four", "one one", "L H", "H T", "E H", "H Z", -"H H", "H O", "H V", +"O G", "H period", "H comma", "H colon", @@ -2981,6 +3122,7 @@ KernOnModels = ( "f f", "g j", "v v", +"quotedbl W", "A Z", "lcaron l" ); @@ -2990,6 +3132,7 @@ KernOnModels = ( axesValues = ( 125, 900, +1, 1 ); customParameters = ( @@ -2998,11 +3141,15 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = "125"; +Location = 125; }, { Axis = Weight; -Location = "900"; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 0; }, { Axis = Italic; @@ -3043,20 +3190,20 @@ name = winDescent; value = 320; }, { -name = underlineThickness; -value = 158; -}, -{ name = underlinePosition; value = -140; }, { +name = underlineThickness; +value = 160; +}, +{ name = strikeoutPosition; value = 280; }, { name = strikeoutSize; -value = 158; +value = 70; }, { name = "Master Icon Glyph Name"; @@ -3111,44 +3258,50 @@ userData = { KernOnModels = ( "L Y", "A V", +"quotedblleft A", "seven four", -"parenleft n", "T o", +"parenleft n", "o v", +"parenleft l", "l quoteright", "fraction zero.dnom", +"w quoteright", +"l question", "T u", -"parenleft l", +"H o", "parenleft H", -"l periodcentered.loclCAT", "l l", +"l n", "s l", +"f l", "f n", +"f o", "v n", "o n", "n n", "s hyphen", "l at", +"H l", "H s", -"H o", "H x", "H n", -"one seven", -"one zero", +"I I", "one two", +"one seven", "one one", -"one four", "one three", +"one four", "L H", +"H Z", "H T", "P T", -"H Z", "E H", -"H H", "H O", "H V", "H exclam", "one percent", +"H question", "H hyphen", "H endash", "H ampersand", @@ -3159,11 +3312,10 @@ KernOnModels = ( "one.dnom zero.dnom", "one.dnom two.dnom", "one.dnom one.dnom", -"one.numr fraction", +"hyphen s", "endash endash", "parenleft T", "equal equal", -"f l", "r n", "l exclam", "l hyphen", @@ -3176,21 +3328,21 @@ KernOnModels = ( "bracketleft l", "l period", "l colon", -"l question", -"H question", "l slash", "H slash", -"hyphen s", "t t", "z v", "H comma", -"f o", +"r s", "z z", "T i", "hyphen S", "t v", "g j", "E T", +"one.numr fraction", +"quotedbl W", +"O G", "f f", "A Z", "slash l", @@ -3199,60 +3351,16 @@ KernOnModels = ( "lcaron l" ); }; -} -); -instances = ( -{ -customParameters = ( -{ -name = fileName; -value = "MonaSansVF[wdth,wght,ital]"; -}, -{ -name = "Variable Font Origin"; -value = master01; -}, -{ -name = "Italic Style Linking"; -value = 1; -} -); -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans VF"; -} -); -} -); -type = variable; }, { axesValues = ( 75, 200, +100, 0 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { @@ -3261,197 +3369,224 @@ Location = 75; }, { Axis = Weight; -Location = "200"; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 100; }, { Axis = Italic; Location = 0; } ); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 1; -}; -name = ExtraLight; -properties = ( +}, { -key = familyNames; -values = ( +name = hheaAscender; +value = 1090; +}, { -language = dflt; -value = "Mona Sans Condensed"; -} -); +name = hheaDescender; +value = -320; }, { -key = variableStyleNames; -values = ( +name = hheaLineGap; +value = 0; +}, { -language = dflt; -value = "Condensed ExtraLight"; -} -); -} -); -weightClass = 200; -widthClass = 3; +name = typoAscender; +value = 1090; }, { -axesValues = ( -75, -300, -0 -); -customParameters = ( +name = typoDescender; +value = -320; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = typoLineGap; +value = 0; }, { -name = "Axis Location"; -value = ( +name = winAscent; +value = 1090; +}, { -Axis = Width; -Location = 75; +name = winDescent; +value = 320; }, { -Axis = Weight; -Location = "300"; +name = underlinePosition; +value = -140; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.85714; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.14286; -}; -name = Light; -properties = ( +name = underlineThickness; +value = 25; +}, { -key = familyNames; -values = ( +name = strikeoutPosition; +value = 280; +}, { -language = dflt; -value = "Mona Sans Condensed"; -} -); +name = strikeoutSize; +value = 70; }, { -key = variableStyleNames; -values = ( +name = "Master Icon Glyph Name"; +value = D; +}, { -language = dflt; -value = "Condensed Light"; -} -); -} -); -weightClass = 300; -widthClass = 3; +name = paramArea; +value = 306; }, { -axesValues = ( -75, -400, -0 +name = paramDepth; +value = 14; +} ); -customParameters = ( +iconName = Light_Condensed; +id = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +metricValues = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +pos = 729; }, { -name = "Axis Location"; -value = ( +over = 10; +pos = 729; +}, { -Axis = Width; -Location = 75; +over = 10; +pos = 516; }, { -Axis = Weight; -Location = "400"; +over = -10; +}, +{ +pos = -167; }, { -Axis = Italic; -Location = 0; } ); -} +name = "Display Condensed ExtraLight"; +stemValues = ( +30, +27, +29, +29 ); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.71429; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.28571; +userData = { +GSOffsetHorizontal = 13; +GSOffsetKeepCompatible = 1; +GSOffsetMakeStroke = 1; +GSOffsetPosition = 0.33; +GSOffsetProportional = 1; +GSOffsetVertical = 16; +HTLSManagerMasterRules = { }; -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed Regular"; -} -); -} +KernOnModels = ( +"quotedblleft A", +"T u", +"T o", +"seven four", +"L Y", +"A V", +"parenleft n", +"w quoteright", +"T i", +"f o", +"g j", +"o v", +"fraction zero.dnom", +"P T", +"F i", +"hyphen s", +"r s", +"s hyphen", +"H colon", +"l l", +"l n", +"s l", +"f l", +"r n", +"f n", +"f f", +"v n", +"o n", +"n n", +"l period", +"l colon", +"l exclam", +"l question", +"l quoteright", +"l slash", +"l hyphen", +"l endash", +"l underscore", +"l at", +"H l", +"H x", +"H s", +"H o", +"H n", +"I I", +"one two", +"one three", +"one seven", +"one four", +"one one", +"L H", +"E H", +"H Z", +"H T", +"H V", +"O G", +"H O", +"H period", +"H comma", +"H exclam", +"one percent", +"H question", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom zero.dnom", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"period period", +"quotedbl W", +"slash l", +"endash endash", +"parenleft l", +"bracketleft l", +"parenleft H", +"parenleft T", +"equal equal", +"t t", +"z v", +"hyphen S", +"t v", +"v v", +"z z", +"lcaron l", +"A Z", +"T V", +"E T" ); -widthClass = 3; +}; }, { axesValues = ( 75, -500, +900, +100, 0 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { @@ -3460,2082 +3595,2042 @@ Location = 75; }, { Axis = Weight; -Location = "500"; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 100; }, { Axis = Italic; Location = 0; } ); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.57143; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.42857; -}; -name = Medium; -properties = ( +}, { -key = familyNames; -values = ( +name = hheaAscender; +value = 1090; +}, { -language = dflt; -value = "Mona Sans Condensed"; -} -); +name = hheaDescender; +value = -320; }, { -key = variableStyleNames; -values = ( +name = hheaLineGap; +value = 0; +}, { -language = dflt; -value = "Condensed Medium"; -} -); -} -); -weightClass = 500; -widthClass = 3; +name = typoAscender; +value = 1090; }, { -axesValues = ( -75, -600, -0 -); -customParameters = ( +name = typoDescender; +value = -320; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = typoLineGap; +value = 0; }, { -name = "Axis Location"; -value = ( +name = winAscent; +value = 1090; +}, { -Axis = Width; -Location = 75; +name = winDescent; +value = 320; }, { -Axis = Weight; -Location = "600"; +name = underlinePosition; +value = -140; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.42857; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.57143; -}; -name = SemiBold; -properties = ( +name = underlineThickness; +value = 160; +}, { -key = familyNames; -values = ( +name = strikeoutPosition; +value = 280; +}, { -language = dflt; -value = "Mona Sans Condensed"; -} -); +name = strikeoutSize; +value = 70; }, { -key = variableStyleNames; -values = ( +name = "Master Icon Glyph Name"; +value = D; +}, { -language = dflt; -value = "Condensed SemiBold"; -} -); -} -); -weightClass = 600; -widthClass = 3; +name = paramArea; +value = 141; }, { -axesValues = ( -75, -700, -0 +name = paramDepth; +value = 4; +} ); -customParameters = ( +iconName = Bold_Condensed; +id = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +metricValues = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +pos = 729; }, { -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; +over = 10; +pos = 729; }, { -Axis = Weight; -Location = "700"; +over = 10; +pos = 541; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.28571; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.71429; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); +over = -10; }, { -key = variableStyleNames; -values = ( +pos = -167; +}, { -language = dflt; -value = "Condensed Bold"; } ); -} +name = "Display Condensed Black"; +stemValues = ( +156, +137, +177, +177 ); -weightClass = 700; -widthClass = 3; +userData = { +GSOffsetHorizontal = 82; +GSOffsetMakeStroke = 1; +GSOffsetPosition = 0.52; +GSOffsetVertical = 70; +KernOnModels = ( +"L Y", +"T o", +"parenleft n", +"T u", +"seven four", +"A V", +"quotedblleft A", +"parenleft l", +"parenleft H", +"w quoteright", +"f o", +"parenleft T", +"fraction zero.dnom", +"o v", +"l slash", +"bracketleft l", +"T i", +"P T", +"f n", +"hyphen s", +"r s", +"H O", +"l l", +"l n", +"f l", +"s l", +"r n", +"t v", +"z z", +"z v", +"v n", +"o n", +"n n", +"l period", +"l colon", +"l exclam", +"l question", +"l quoteright", +"l hyphen", +"s hyphen", +"l endash", +"l underscore", +"l at", +"F i", +"H l", +"H s", +"H x", +"H o", +"H n", +"I I", +"one seven", +"one one", +"one two", +"one four", +"one three", +"L H", +"E H", +"H T", +"H Z", +"H V", +"H period", +"H comma", +"H colon", +"H exclam", +"one percent", +"H question", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior oneinferior", +"oneinferior twoinferior", +"one.dnom zero.dnom", +"one.dnom one.dnom", +"one.dnom two.dnom", +"one.numr fraction", +"period period", +"slash l", +"endash endash", +"equal equal", +"O G", +"t t", +"f f", +"v v", +"E T", +"T V", +"A Z", +"hyphen S", +"quotedbl W", +"g j", +"lcaron l" +); +}; }, { axesValues = ( -75, -800, +100, +200, +100, 0 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { Axis = Width; -Location = 75; +Location = 100; }, { Axis = Weight; -Location = "800"; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 100; }, { Axis = Italic; Location = 0; } ); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.14286; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.85714; -}; -name = ExtraBold; -properties = ( +}, { -key = familyNames; -values = ( +name = hheaAscender; +value = 1090; +}, { -language = dflt; -value = "Mona Sans Condensed"; -} -); +name = hheaDescender; +value = -320; }, { -key = variableStyleNames; -values = ( +name = hheaLineGap; +value = 0; +}, { -language = dflt; -value = "Condensed ExtraBold"; -} -); -} -); -weightClass = 800; -widthClass = 3; +name = typoAscender; +value = 1090; }, { -axesValues = ( -75, -900, -0 -); -customParameters = ( +name = typoDescender; +value = -320; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = typoLineGap; +value = 0; }, { -name = "Axis Location"; -value = ( +name = winAscent; +value = 1090; +}, { -Axis = Width; -Location = 75; +name = winDescent; +value = 320; }, { -Axis = Weight; -Location = "900"; +name = underlinePosition; +value = -140; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 1; -}; -name = Black; -properties = ( +name = underlineThickness; +value = 25; +}, { -key = familyNames; -values = ( +name = strikeoutPosition; +value = 280; +}, { -language = dflt; -value = "Mona Sans Condensed"; -} -); +name = strikeoutSize; +value = 70; }, { -key = variableStyleNames; -values = ( +name = "Master Icon Glyph Name"; +value = D; +}, { -language = dflt; -value = "Condensed Black"; -} -); -} -); -weightClass = 900; -widthClass = 3; +name = paramArea; +value = 438; }, { -axesValues = ( -87.5, -200, -0 +name = paramDepth; +value = 14; +} ); -customParameters = ( +guides = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +pos = (293,976); }, { -name = "Axis Location"; -value = ( +pos = (301,836); +} +); +iconName = Light; +id = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +metricValues = ( { -Axis = Width; -Location = 87.5; +pos = 729; }, { -Axis = Weight; -Location = 200; +over = 10; +pos = 729; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.5; -master01 = 0.5; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( +over = 10; +pos = 517; +}, { -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); +over = -10; }, { -key = variableStyleNames; -values = ( +pos = -167; +}, { -language = dflt; -value = "SemiCondensed ExtraLight"; } ); -} +name = "Display ExtraLight"; +stemValues = ( +36, +35, +36, +38 ); -weightClass = 200; -widthClass = 4; +userData = { +GSOffsetAutoStroke = 1; +GSOffsetHorizontal = 16; +GSOffsetKeepCompatible = 1; +GSOffsetMakeStroke = 1; +GSOffsetVertical = 17; +KernOnModels = ( +"T u", +"quotedblleft A", +"T o", +"L Y", +"A V", +"seven four", +"parenleft n", +"r s", +"fraction zero.dnom", +"T i", +"F i", +"f o", +"hyphen s", +"o v", +"w quoteright", +"P T", +"s hyphen", +"quotedbl W", +"H s", +"l l", +"l n", +"s l", +"g j", +"f n", +"f f", +"r n", +"v n", +"n n", +"o n", +"l period", +"l exclam", +"l colon", +"l question", +"l quoteright", +"l slash", +"l hyphen", +"l endash", +"l underscore", +"l at", +"H l", +"H x", +"H n", +"H o", +"I I", +"one two", +"one seven", +"one three", +"one four", +"one one", +"L H", +"H T", +"E H", +"H Z", +"H V", +"H O", +"H period", +"H comma", +"H colon", +"H exclam", +"one percent", +"H question", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom zero.dnom", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"period period", +"slash l", +"hyphen S", +"endash endash", +"parenleft l", +"bracketleft l", +"parenleft H", +"parenleft T", +"equal equal", +"f l", +"O G", +"z v", +"t v", +"z z", +"T V", +"t t", +"E T", +"v v", +"lcaron l", +"A Z" +); +}; }, { axesValues = ( -87.5, -300, +100, +900, +100, 0 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { Axis = Width; -Location = 87.5; +Location = 100; }, { Axis = Weight; -Location = 300; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 100; }, { Axis = Italic; Location = 0; } ); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.07143; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.42857; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.07143; -master01 = 0.42857; -}; -name = Light; -properties = ( +}, { -key = familyNames; -values = ( +name = hheaAscender; +value = 1090; +}, { -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); +name = hheaDescender; +value = -320; }, { -key = variableStyleNames; -values = ( +name = hheaLineGap; +value = 0; +}, { -language = dflt; -value = "SemiCondensed Light"; -} -); -} -); -weightClass = 300; -widthClass = 4; +name = typoAscender; +value = 1090; }, { -axesValues = ( -87.5, -400, -0 -); -customParameters = ( +name = typoDescender; +value = -320; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = typoLineGap; +value = 0; }, { -name = "Axis Location"; -value = ( +name = winAscent; +value = 1090; +}, { -Axis = Width; -Location = 87.5; +name = winDescent; +value = 320; }, { -Axis = Weight; -Location = 400; +name = underlinePosition; +value = -140; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.14286; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.35714; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.14286; -master01 = 0.35714; -}; -name = Regular; -properties = ( +name = underlineThickness; +value = 160; +}, { -key = familyNames; -values = ( +name = strikeoutPosition; +value = 280; +}, { -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); +name = strikeoutSize; +value = 70; }, { -key = variableStyleNames; -values = ( +name = "Master Icon Glyph Name"; +value = D; +}, { -language = dflt; -value = "SemiCondensed Regular"; -} -); -} -); -widthClass = 4; +name = paramArea; +value = 290; }, { -axesValues = ( -87.5, -500, -0 +name = paramDepth; +value = 10; +} ); -customParameters = ( +iconName = Bold; +id = "0B275536-62AC-4C56-AB54-CAFC17136928"; +metricValues = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +pos = 729; }, { -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; +over = 10; +pos = 729; }, { -Axis = Weight; -Location = 500; +over = 10; +pos = 544; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.21429; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.28571; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.21429; -master01 = 0.28571; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); +over = -10; }, { -key = variableStyleNames; -values = ( +pos = -167; +}, { -language = dflt; -value = "SemiCondensed Medium"; } ); -} +name = "Display Black"; +stemValues = ( +172, +153, +191, +193 ); -weightClass = 500; -widthClass = 4; +userData = { +HTLSManagerMasterRules = { +}; +KernOnModels = ( +"L Y", +"A V", +"quotedblleft A", +"T o", +"seven four", +"parenleft n", +"w quoteright", +"T u", +"fraction zero.dnom", +"o v", +"T i", +"l question", +"one percent", +"H question", +"parenleft l", +"l slash", +"quotedbl W", +"f n", +"l l", +"l n", +"s l", +"f l", +"f o", +"r n", +"r s", +"o n", +"v n", +"n n", +"l period", +"l colon", +"l exclam", +"l quoteright", +"l hyphen", +"l endash", +"l underscore", +"l at", +"H l", +"F i", +"H s", +"H o", +"H n", +"H x", +"I I", +"one seven", +"one four", +"one one", +"one two", +"one three", +"L H", +"H Z", +"E H", +"H T", +"P T", +"H period", +"H comma", +"H colon", +"H exclam", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom zero.dnom", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"period period", +"slash l", +"hyphen s", +"endash endash", +"bracketleft l", +"parenleft H", +"parenleft T", +"equal equal", +"H V", +"t v", +"z v", +"v v", +"H O", +"t t", +"s hyphen", +"A Z", +"E T", +"z z", +"g j", +"hyphen S", +"f f", +"T V", +"O G", +"lcaron l" +); +}; }, { axesValues = ( -87.5, -600, +125, +200, +100, 0 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { Axis = Width; -Location = 87.5; +Location = 125; }, { Axis = Weight; -Location = 600; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 100; }, { Axis = Italic; Location = 0; } ); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.28571; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.21429; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.28571; -master01 = 0.21429; -}; -name = SemiBold; -properties = ( +}, { -key = familyNames; -values = ( +name = hheaAscender; +value = 1090; +}, { -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); +name = hheaDescender; +value = -320; }, { -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed SemiBold"; -} -); -} -); -weightClass = 600; -widthClass = 4; +name = hheaLineGap; +value = 0; }, { -axesValues = ( -87.5, -700, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = typoAscender; +value = 1090; }, { -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; +name = typoDescender; +value = -320; }, { -Axis = Weight; -Location = 700; +name = typoLineGap; +value = 0; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.35714; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.14286; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.35714; -master01 = 0.14286; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); +name = winAscent; +value = 1090; }, { -key = variableStyleNames; -values = ( +name = winDescent; +value = 320; +}, { -language = dflt; -value = "SemiCondensed Bold"; -} -); -} -); -weightClass = 700; -widthClass = 4; +name = underlinePosition; +value = -140; }, { -axesValues = ( -87.5, -800, -0 -); -customParameters = ( +name = underlineThickness; +value = 25; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = strikeoutPosition; +value = 280; }, { -name = "Axis Location"; -value = ( +name = strikeoutSize; +value = 70; +}, { -Axis = Width; -Location = 87.5; +name = "Master Icon Glyph Name"; +value = D; }, { -Axis = Weight; -Location = 800; +name = paramArea; +value = 338; }, { -Axis = Italic; -Location = 0; -} -); +name = paramDepth; +value = 12; } ); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.42857; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.07143; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.42857; -master01 = 0.07143; -}; -name = ExtraBold; -properties = ( -{ -key = familyNames; -values = ( +iconName = Light_Extended; +id = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +metricValues = ( { -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); +pos = 729; }, { -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed ExtraBold"; -} -); -} -); -weightClass = 800; -widthClass = 4; +over = 10; +pos = 729; }, { -axesValues = ( -87.5, -900, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +over = 10; +pos = 517; }, { -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; +over = -10; }, { -Axis = Weight; -Location = 900; +pos = -167; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.5; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.5; -}; -name = Black; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; } ); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed Black"; -} +name = "Display Expanded ExtraLight"; +stemValues = ( +36, +35, +37, +38 ); -} +userData = { +GSOffsetAutoStroke = 1; +GSOffsetHorizontal = 17; +GSOffsetKeepCompatible = 1; +GSOffsetMakeStroke = 1; +GSOffsetVertical = 16; +KernOnModels = ( +"A V", +"T o", +"L Y", +"T u", +"quotedblleft A", +"seven four", +"parenleft n", +"f o", +"o v", +"T i", +"f n", +"r s", +"P T", +"fraction zero.dnom", +"F i", +"l slash", +"l l", +"l n", +"s l", +"f l", +"r n", +"v n", +"n n", +"o n", +"l period", +"l colon", +"l exclam", +"l question", +"l quoteright", +"l hyphen", +"l endash", +"l underscore", +"l at", +"H l", +"H s", +"H x", +"H n", +"H o", +"I I", +"one seven", +"one three", +"one four", +"one one", +"L H", +"E H", +"H Z", +"H T", +"H O", +"H V", +"O G", +"H period", +"H comma", +"H colon", +"H exclam", +"one percent", +"H question", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom zero.dnom", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"period period", +"quotedbl W", +"slash l", +"hyphen s", +"hyphen S", +"endash endash", +"parenleft l", +"bracketleft l", +"parenleft H", +"parenleft T", +"equal equal", +"t t", +"z v", +"w quoteright", +"s hyphen", +"t v", +"one two", +"E T", +"f f", +"z z", +"g j", +"T V", +"v v", +"A Z", +"lcaron l" ); -weightClass = 900; -widthClass = 4; +}; }, { axesValues = ( +125, +900, 100, -200, 0 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { Axis = Width; -Location = 100; +Location = 125; }, { Axis = Weight; -Location = "200"; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 100; }, { Axis = Italic; Location = 0; } ); -} -); -instanceInterpolations = { -master01 = 1; -}; -name = ExtraLight; -properties = ( -{ -key = variableStyleNames; -values = ( +}, { -language = dflt; -value = ExtraLight; -} -); -} -); -weightClass = 200; +name = hheaAscender; +value = 1090; }, { -axesValues = ( -100, -300, -0 -); -customParameters = ( +name = hheaDescender; +value = -320; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = hheaLineGap; +value = 0; }, { -name = "Axis Location"; -value = ( +name = typoAscender; +value = 1090; +}, { -Axis = Width; -Location = 100; +name = typoDescender; +value = -320; }, { -Axis = Weight; -Location = "300"; +name = typoLineGap; +value = 0; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.14286; -master01 = 0.85714; -}; -name = Light; -properties = ( +name = winAscent; +value = 1090; +}, { -key = variableStyleNames; -values = ( +name = winDescent; +value = 320; +}, { -language = dflt; -value = Light; -} -); -} -); -weightClass = 300; +name = underlinePosition; +value = -140; }, { -axesValues = ( -100, -400, -0 -); -customParameters = ( +name = underlineThickness; +value = 160; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = strikeoutPosition; +value = 280; }, { -name = "Axis Location"; -value = ( +name = strikeoutSize; +value = 70; +}, { -Axis = Width; -Location = 100; +name = "Master Icon Glyph Name"; +value = D; }, { -Axis = Weight; -Location = "400"; +name = paramArea; +value = 230; }, { -Axis = Italic; -Location = 0; -} -); +name = paramDepth; +value = 11; } ); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.28571; -master01 = 0.71429; -}; -name = Regular; -properties = ( +guides = ( { -key = variableStyleNames; -values = ( +pos = (493,729); +}, { -language = dflt; -value = Regular; -} -); +pos = (467,988); } ); -}, +iconName = Bold_Extended; +id = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +metricValues = ( { -axesValues = ( -100, -500, -0 -); -customParameters = ( +pos = 729; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +over = 10; +pos = 729; }, { -name = "Axis Location"; -value = ( +over = 10; +pos = 544; +}, { -Axis = Width; -Location = 100; +over = -10; }, { -Axis = Weight; -Location = "500"; +pos = -167; }, { -Axis = Italic; -Location = 0; } ); -} +name = "Display Expanded Black"; +stemValues = ( +178, +166, +221, +220 ); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.42857; -master01 = 0.57143; -}; -name = Medium; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = Medium; -} -); -} +userData = { +KernOnModels = ( +"L Y", +"quotedblleft A", +"A V", +"T o", +"seven four", +"parenleft n", +"o v", +"fraction zero.dnom", +"w quoteright", +"f o", +"T u", +"o n", +"l l", +"l n", +"s l", +"r n", +"r s", +"f n", +"v n", +"n n", +"l period", +"l colon", +"l exclam", +"l question", +"l quoteright", +"l slash", +"l hyphen", +"l endash", +"l underscore", +"l at", +"H l", +"F i", +"H s", +"H n", +"H x", +"H o", +"I I", +"one seven", +"one one", +"one three", +"one four", +"L H", +"H T", +"H O", +"H V", +"O G", +"H period", +"H comma", +"H colon", +"H exclam", +"one percent", +"H question", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom zero.dnom", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"period period", +"slash l", +"hyphen s", +"endash endash", +"parenleft l", +"bracketleft l", +"parenleft T", +"equal equal", +"f l", +"parenleft H", +"t t", +"s hyphen", +"quotedbl W", +"z v", +"T i", +"t v", +"z z", +"hyphen S", +"P T", +"E H", +"g j", +"H Z", +"E T", +"one two", +"f f", +"A Z", +"v v", +"T V", +"lcaron l" ); -weightClass = 500; +}; }, { axesValues = ( +75, +200, 100, -600, -0 +1 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { Axis = Width; -Location = 100; +Location = 75; }, { Axis = Weight; -Location = "600"; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 100; }, { Axis = Italic; -Location = 0; -} -); +Location = 1; } ); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.57143; -master01 = 0.42857; -}; -name = SemiBold; -properties = ( -{ -key = variableStyleNames; -values = ( +}, { -language = dflt; -value = SemiBold; -} -); -} -); -weightClass = 600; +name = hheaAscender; +value = 1090; }, { -axesValues = ( -100, -700, -0 -); -customParameters = ( +name = hheaDescender; +value = -320; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = hheaLineGap; +value = 0; }, { -name = "Axis Location"; -value = ( +name = typoAscender; +value = 1090; +}, { -Axis = Width; -Location = 100; +name = typoDescender; +value = -320; }, { -Axis = Weight; -Location = "700"; +name = typoLineGap; +value = 0; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.71429; -master01 = 0.28571; -}; -isBold = 1; -name = Bold; -properties = ( +name = winAscent; +value = 1090; +}, { -key = variableStyleNames; -values = ( +name = winDescent; +value = 320; +}, { -language = dflt; -value = Bold; -} -); -} -); -weightClass = 700; +name = underlinePosition; +value = -140; }, { -axesValues = ( -100, -800, -0 -); -customParameters = ( +name = underlineThickness; +value = 25; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = strikeoutPosition; +value = 280; }, { -name = "Axis Location"; -value = ( +name = strikeoutSize; +value = 70; +}, { -Axis = Width; -Location = 100; +name = "Master Icon Glyph Name"; +value = D; }, { -Axis = Weight; -Location = "800"; +name = paramArea; +value = 306; }, { -Axis = Italic; -Location = 0; -} -); +name = paramDepth; +value = 14; } ); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.85714; -master01 = 0.14286; -}; -name = ExtraBold; -properties = ( +guides = ( { -key = variableStyleNames; -values = ( +pos = (126,-200); +}, { -language = dflt; -value = ExtraBold; -} -); -} -); -weightClass = 800; +pos = (217,746); }, { -axesValues = ( -100, -900, -0 -); -customParameters = ( +pos = (225,846); +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +pos = (149,882); }, { -name = "Axis Location"; -value = ( +pos = (134,100); +} +); +iconName = Light_Condensed; +id = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +metricValues = ( { -Axis = Width; -Location = 100; +pos = 729; }, { -Axis = Weight; -Location = "900"; +over = 10; +pos = 729; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 1; -}; -name = Black; -properties = ( +over = 10; +pos = 516; +}, { -key = variableStyleNames; -values = ( +over = -10; +}, { -language = dflt; -value = Black; +pos = -167; +}, +{ +pos = 11.7; } ); -} +name = "Display Condensed ExtraLight Italic"; +stemValues = ( +30, +27, +29, +29 ); -weightClass = 900; +userData = { +GSOffsetHorizontal = 16; +GSOffsetMakeStroke = 1; +GSOffsetVertical = 14; +HTLSManagerLinkedMaster = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +KernOnModels = ( +"quotedblleft A", +"T u", +"T o", +"parenleft n", +"L Y", +"A V", +"seven four", +"T i", +"hyphen s", +"F i", +"w quoteright", +"s hyphen", +"r s", +"P T", +"r n", +"f o", +"l colon", +"o v", +"l l", +"l n", +"s l", +"f l", +"g j", +"f n", +"v n", +"o n", +"n n", +"l period", +"l exclam", +"l question", +"l quoteright", +"l slash", +"l hyphen", +"l endash", +"l underscore", +"l at", +"H l", +"H s", +"H x", +"H o", +"H n", +"one two", +"one three", +"one seven", +"one four", +"L H", +"E H", +"H T", +"H Z", +"H O", +"H H", +"H period", +"H comma", +"H colon", +"H exclam", +"one percent", +"H question", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom zero.dnom", +"one.dnom two.dnom", +"one.dnom one.dnom", +"fraction zero.dnom", +"period period", +"slash l", +"endash endash", +"parenleft l", +"bracketleft l", +"parenleft H", +"equal equal", +"parenleft T", +"f f", +"t t", +"one one", +"z v", +"O G", +"H V", +"quotedbl W", +"hyphen S", +"t v", +"v v", +"z z", +"one.numr fraction", +"E T", +"lcaron l", +"T V", +"A Z" +); +}; }, { axesValues = ( -112.5, -200, -0 +75, +900, +100, +1 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { Axis = Width; -Location = 112.5; +Location = 75; }, { Axis = Weight; -Location = 200; +Location = 900; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.5; -master01 = 0.5; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); +Axis = "Optical size"; +Location = 100; }, { -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded ExtraLight"; -} -); +Axis = Italic; +Location = 1; } ); -weightClass = 200; -widthClass = 6; }, { -axesValues = ( -112.5, -300, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = hheaAscender; +value = 1090; }, { -name = "Axis Location"; -value = ( +name = hheaDescender; +value = -320; +}, { -Axis = Width; -Location = 112.5; +name = hheaLineGap; +value = 0; }, { -Axis = Weight; -Location = 300; +name = typoAscender; +value = 1090; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.07143; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.42857; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.07143; -master01 = 0.42857; -}; -name = Light; -properties = ( +name = typoDescender; +value = -320; +}, { -key = familyNames; -values = ( +name = typoLineGap; +value = 0; +}, { -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); +name = winAscent; +value = 1090; }, { -key = variableStyleNames; -values = ( +name = winDescent; +value = 320; +}, { -language = dflt; -value = "SemiExpanded Light"; -} -); -} -); -weightClass = 300; -widthClass = 6; +name = underlinePosition; +value = -140; }, { -axesValues = ( -112.5, -400, -0 -); -customParameters = ( +name = underlineThickness; +value = 160; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = strikeoutPosition; +value = 280; }, { -name = "Axis Location"; -value = ( +name = strikeoutSize; +value = 70; +}, { -Axis = Width; -Location = 112.5; +name = "Master Icon Glyph Name"; +value = D; }, { -Axis = Weight; -Location = 400; +name = paramArea; +value = 141; }, { -Axis = Italic; -Location = 0; -} -); +name = paramDepth; +value = 4; } ); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.14286; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.35714; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.14286; -master01 = 0.35714; -}; -name = Regular; -properties = ( -{ -key = familyNames; -values = ( +iconName = Bold_Condensed; +id = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +metricValues = ( { -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); +pos = 729; }, { -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Regular"; -} -); -} -); -widthClass = 6; +over = 10; +pos = 729; }, { -axesValues = ( -112.5, -500, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +over = 10; +pos = 541; }, { -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; +over = -10; }, { -Axis = Weight; -Location = 500; +pos = -167; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.21429; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.28571; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.21429; -master01 = 0.28571; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; +pos = 11.7; } ); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Medium"; -} +name = "Display Condensed Black Italic"; +stemValues = ( +156, +137, +177, +177 ); -} +userData = { +GSOffsetAutoStroke = 1; +GSOffsetHorizontal = 2; +GSOffsetKeepCompatible = 1; +GSOffsetMakeStroke = 1; +GSOffsetProportional = 1; +GSOffsetVertical = 10; +KernOnModels = ( +"L Y", +"parenleft n", +"A V", +"seven four", +"T o", +"quotedblleft A", +"T u", +"parenleft T", +"w quoteright", +"o v", +"P T", +"fraction zero.dnom", +"T i", +"s hyphen", +"hyphen s", +"l l", +"l n", +"s l", +"f l", +"f o", +"f n", +"r n", +"r s", +"z z", +"z v", +"v n", +"o n", +"n n", +"l period", +"l colon", +"l exclam", +"l question", +"l quoteright", +"l slash", +"l hyphen", +"l endash", +"l underscore", +"l at", +"F i", +"H l", +"H s", +"H o", +"H x", +"H n", +"I I", +"L H", +"one seven", +"one four", +"one two", +"one three", +"one one", +"E H", +"H T", +"H Z", +"H O", +"H V", +"H period", +"H comma", +"H colon", +"H exclam", +"one percent", +"H question", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom zero.dnom", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"period period", +"slash l", +"endash endash", +"parenleft l", +"bracketleft l", +"parenleft H", +"equal equal", +"f f", +"t t", +"t v", +"v v", +"T V", +"A Z", +"E T", +"hyphen S", +"O G", +"g j", +"lcaron l", +"quotedbl W" ); -weightClass = 500; -widthClass = 6; +}; }, { axesValues = ( -112.5, -600, -0 +100, +200, +100, +1 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { Axis = Width; -Location = 112.5; +Location = 100; }, { Axis = Weight; -Location = 600; +Location = 200; }, { -Axis = Italic; +Axis = "Optical size"; Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.28571; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.21429; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.28571; -master01 = 0.21429; -}; -name = SemiBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); }, { -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded SemiBold"; -} -); +Axis = Italic; +Location = 1; } ); -weightClass = 600; -widthClass = 6; }, { -axesValues = ( -112.5, -700, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = hheaAscender; +value = 1090; }, { -name = "Axis Location"; -value = ( +name = hheaDescender; +value = -320; +}, { -Axis = Width; -Location = 112.5; +name = hheaLineGap; +value = 0; }, { -Axis = Weight; -Location = 700; +name = typoAscender; +value = 1090; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.35714; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.14286; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.35714; -master01 = 0.14286; -}; -isBold = 1; -name = Bold; -properties = ( +name = typoDescender; +value = -320; +}, { -key = familyNames; -values = ( +name = typoLineGap; +value = 0; +}, { -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); +name = winAscent; +value = 1090; }, { -key = variableStyleNames; -values = ( +name = winDescent; +value = 320; +}, { -language = dflt; -value = "SemiExpanded Bold"; -} -); -} -); -weightClass = 700; -widthClass = 6; +name = underlinePosition; +value = -140; }, { -axesValues = ( -112.5, -800, -0 -); -customParameters = ( +name = underlineThickness; +value = 25; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = strikeoutPosition; +value = 280; }, { -name = "Axis Location"; -value = ( +name = strikeoutSize; +value = 70; +}, { -Axis = Width; -Location = 112.5; +name = "Master Icon Glyph Name"; +value = D; }, { -Axis = Weight; -Location = 800; +name = paramArea; +value = 438; }, { -Axis = Italic; -Location = 0; -} -); +name = paramDepth; +value = 14; } ); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.42857; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.07143; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.42857; -master01 = 0.07143; -}; -name = ExtraBold; -properties = ( -{ -key = familyNames; -values = ( +guides = ( { -language = dflt; -value = "Mona Sans SemiExpanded"; +pos = (285,793); } ); -}, -{ -key = variableStyleNames; -values = ( +iconName = Light; +id = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +metricValues = ( { -language = dflt; -value = "SemiExpanded ExtraBold"; -} -); -} -); -weightClass = 800; -widthClass = 6; +pos = 729; }, { -axesValues = ( -112.5, -900, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +over = 10; +pos = 729; }, { -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; +over = 10; +pos = 517; }, { -Axis = Weight; -Location = 900; +over = -10; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = 0.5; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.5; -}; -name = Black; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); +pos = -167; }, { -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Black"; -} -); +pos = 11.7; } ); -weightClass = 900; -widthClass = 6; -}, +name = "Display ExtraLight Italic"; +stemValues = ( +36, +35, +36, +35 +); +userData = { +GSOffsetHorizontal = 20; +GSOffsetKeepCompatible = 1; +GSOffsetMakeStroke = 1; +GSOffsetVertical = 18; +KernOnModels = ( +"T u", +"A V", +"T o", +"L Y", +"quotedblleft A", +"seven four", +"hyphen s", +"parenleft n", +"s hyphen", +"l hyphen", +"P T", +"H hyphen", +"T i", +"o v", +"hyphen S", +"F i", +"equal equal", +"r s", +"f o", +"one.dnom zero.dnom", +"fraction zero.dnom", +"oneinferior zeroinferior", +"f n", +"H o", +"l l", +"l n", +"s l", +"f l", +"r n", +"v n", +"n n", +"o n", +"l period", +"l colon", +"l exclam", +"l question", +"l quoteright", +"w quoteright", +"l slash", +"l endash", +"l underscore", +"l at", +"H l", +"H s", +"H x", +"H n", +"I I", +"one two", +"one seven", +"one three", +"one four", +"one one", +"L H", +"H T", +"E H", +"H Z", +"H V", +"H O", +"H period", +"H comma", +"H colon", +"H exclam", +"one percent", +"H question", +"H slash", +"H endash", +"H ampersand", +"one equal", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"period period", +"slash l", +"endash endash", +"parenleft l", +"bracketleft l", +"parenleft H", +"f f", +"t t", +"z v", +"parenleft T", +"g j", +"t v", +"E T", +"l periodcentered.loclCAT", +"v v", +"O G", +"quotedbl W", +"lcaron l", +"T V", +"A Z" +); +}; +}, { axesValues = ( -125, -200, -0 +100, +900, +100, +1 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { Axis = Width; -Location = 125; +Location = 100; }, { Axis = Weight; -Location = "200"; +Location = 900; }, { -Axis = Italic; +Axis = "Optical size"; Location = 0; -} -); -} -); -instanceInterpolations = { -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 1; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); }, { -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded ExtraLight"; -} -); +Axis = Italic; +Location = 1; } ); -weightClass = 200; -widthClass = 7; }, { -axesValues = ( -125, -300, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = hheaAscender; +value = 1090; }, { -name = "Axis Location"; -value = ( +name = hheaDescender; +value = -320; +}, { -Axis = Width; -Location = 125; +name = hheaLineGap; +value = 0; }, { -Axis = Weight; -Location = "300"; +name = typoAscender; +value = 1090; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.85714; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.14286; -}; -name = Light; -properties = ( +name = typoDescender; +value = -320; +}, { -key = familyNames; -values = ( +name = typoLineGap; +value = 0; +}, { -language = dflt; -value = "Mona Sans Expanded"; -} -); +name = winAscent; +value = 1090; }, { -key = variableStyleNames; -values = ( +name = winDescent; +value = 320; +}, { -language = dflt; -value = "Expanded Light"; -} -); -} -); -weightClass = 300; -widthClass = 7; +name = underlinePosition; +value = -140; }, { -axesValues = ( -125, -400, -0 -); -customParameters = ( +name = underlineThickness; +value = 160; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = strikeoutPosition; +value = 280; }, { -name = "Axis Location"; -value = ( +name = strikeoutSize; +value = 70; +}, { -Axis = Width; -Location = 125; +name = "Master Icon Glyph Name"; +value = D; }, { -Axis = Weight; -Location = "400"; +name = paramArea; +value = 290; }, { -Axis = Italic; -Location = 0; -} -); +name = paramDepth; +value = 10; } ); -instanceInterpolations = { -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.71429; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.28571; -}; -name = Regular; -properties = ( +guides = ( { -key = familyNames; -values = ( +angle = 78.1644; +pos = (-175,729); +}, { -language = dflt; -value = "Mona Sans Expanded"; +pos = (369,793); } ); +iconName = Bold; +id = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +metricValues = ( +{ +pos = 729; }, { -key = variableStyleNames; -values = ( +over = 10; +pos = 729; +}, { -language = dflt; -value = "Expanded Regular"; +over = 10; +pos = 544; +}, +{ +over = -10; +}, +{ +pos = -167; +}, +{ +pos = 11.7; } ); -} +name = "Display Black Italic"; +stemValues = ( +172, +153, +191, +193 ); -widthClass = 7; +userData = { +KernOnIndependentPairs = ( +"one percent" +); +KernOnModels = ( +"L Y", +"A V", +"quotedblleft A", +"T o", +"parenleft n", +"seven four", +"o v", +"T u", +"T i", +"f n", +"f o", +"P T", +"fraction zero.dnom", +"H o", +"hyphen s", +"l l", +"l n", +"f l", +"s l", +"r n", +"t v", +"z v", +"v n", +"o n", +"n n", +"l period", +"l colon", +"l exclam", +"l question", +"l quoteright", +"l slash", +"l hyphen", +"s hyphen", +"l endash", +"l underscore", +"l at", +"H l", +"F i", +"H s", +"H n", +"H x", +"I I", +"one seven", +"one two", +"one four", +"one one", +"one three", +"L H", +"E H", +"H Z", +"H T", +"H V", +"H O", +"O G", +"H period", +"H comma", +"H colon", +"H exclam", +"H question", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom zero.dnom", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"period period", +"slash l", +"endash endash", +"parenleft l", +"bracketleft l", +"parenleft H", +"parenleft T", +"equal equal", +"f f", +"hyphen S", +"r s", +"t t", +"v v", +"g j", +"E T", +"A Z", +"T V", +"l periodcentered.loclCAT", +"quotedbl W", +"lcaron l" +); +}; }, { axesValues = ( 125, -500, -0 +200, +100, +1 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { @@ -5544,132 +5639,221 @@ Location = 125; }, { Axis = Weight; -Location = "500"; +Location = 200; }, { -Axis = Italic; +Axis = "Optical size"; Location = 0; -} -); -} -); -instanceInterpolations = { -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.57143; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.42857; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( +}, { -language = dflt; -value = "Mona Sans Expanded"; +Axis = Italic; +Location = 1; } ); }, { -key = variableStyleNames; -values = ( +name = hheaAscender; +value = 1090; +}, { -language = dflt; -value = "Expanded Medium"; -} -); -} -); -weightClass = 500; -widthClass = 7; +name = hheaDescender; +value = -320; }, { -axesValues = ( -125, -600, -0 -); -customParameters = ( +name = hheaLineGap; +value = 0; +}, { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = typoAscender; +value = 1090; }, { -name = "Axis Location"; -value = ( +name = typoDescender; +value = -320; +}, { -Axis = Width; -Location = 125; +name = typoLineGap; +value = 0; }, { -Axis = Weight; -Location = "600"; +name = winAscent; +value = 1090; }, { -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.42857; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.57143; -}; -name = SemiBold; -properties = ( +name = winDescent; +value = 320; +}, { -key = familyNames; -values = ( +name = underlinePosition; +value = -140; +}, { -language = dflt; -value = "Mona Sans Expanded"; -} -); +name = underlineThickness; +value = 25; }, { -key = variableStyleNames; -values = ( +name = strikeoutPosition; +value = 280; +}, { -language = dflt; -value = "Expanded SemiBold"; +name = strikeoutSize; +value = 70; +}, +{ +name = "Master Icon Glyph Name"; +value = D; +}, +{ +name = paramArea; +value = 338; +}, +{ +name = paramDepth; +value = 12; } ); +iconName = Light_Extended; +id = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +metricValues = ( +{ +pos = 729; +}, +{ +over = 10; +pos = 729; +}, +{ +over = 10; +pos = 517; +}, +{ +over = -10; +}, +{ +pos = -167; +}, +{ +pos = 11.7; } ); -weightClass = 600; -widthClass = 7; +name = "Display Expanded ExtraLight Italic"; +stemValues = ( +38, +35, +37, +38 +); +userData = { +GSOffsetHorizontal = 17; +GSOffsetKeepCompatible = 1; +GSOffsetMakeStroke = 1; +GSOffsetVertical = 15; +KernOnModels = ( +"A V", +"L Y", +"T o", +"quotedblleft A", +"T u", +"seven four", +"parenleft n", +"o v", +"P T", +"T i", +"L H", +"F i", +"bracketleft l", +"f o", +"s hyphen", +"f n", +"l l", +"l n", +"s l", +"f l", +"r n", +"v n", +"n n", +"o n", +"l period", +"l colon", +"l exclam", +"l question", +"l quoteright", +"l slash", +"l hyphen", +"l endash", +"l underscore", +"l at", +"H l", +"H s", +"H x", +"H n", +"H o", +"one three", +"one seven", +"one four", +"one one", +"H T", +"E H", +"H O", +"H V", +"H period", +"H comma", +"H colon", +"H exclam", +"one percent", +"H question", +"H slash", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom zero.dnom", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"fraction zero.dnom", +"period period", +"slash l", +"hyphen s", +"endash endash", +"parenleft l", +"parenleft H", +"parenleft T", +"equal equal", +"E T", +"hyphen S", +"g j", +"t t", +"w quoteright", +"r s", +"z v", +"H Z", +"O G", +"t v", +"one two", +"quotedbl W", +"z z", +"T V", +"f f", +"v v", +"lcaron l", +"A Z", +"l periodcentered.loclCAT" +); +}; }, { axesValues = ( 125, -700, -0 +900, +100, +1 ); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ name = "Axis Location"; value = ( { @@ -5678,115 +5862,312 @@ Location = 125; }, { Axis = Weight; -Location = "700"; +Location = 900; }, { -Axis = Italic; +Axis = "Optical size"; Location = 0; +}, +{ +Axis = Italic; +Location = 1; +} +); +}, +{ +name = hheaAscender; +value = 1090; +}, +{ +name = hheaDescender; +value = -320; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = typoAscender; +value = 1090; +}, +{ +name = typoDescender; +value = -320; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = winAscent; +value = 1090; +}, +{ +name = winDescent; +value = 320; +}, +{ +name = underlinePosition; +value = -140; +}, +{ +name = underlineThickness; +value = 160; +}, +{ +name = strikeoutPosition; +value = 280; +}, +{ +name = strikeoutSize; +value = 70; +}, +{ +name = "Master Icon Glyph Name"; +value = D; +}, +{ +name = paramArea; +value = 230; +}, +{ +name = paramDepth; +value = 11; } ); +guides = ( +{ +pos = (295,793); } ); -instanceInterpolations = { -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.28571; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.71429; +iconName = Bold_Extended; +id = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +metricValues = ( +{ +pos = 729; +}, +{ +over = 10; +pos = 729; +}, +{ +over = 10; +pos = 544; +}, +{ +over = -10; +}, +{ +pos = -167; +}, +{ +pos = 11.7; +} +); +name = "Display Expanded Black Italic"; +stemValues = ( +178, +166, +221, +220 +); +userData = { +KernOnModels = ( +"L Y", +"A V", +"quotedblleft A", +"T o", +"seven four", +"parenleft n", +"o v", +"w quoteright", +"l quoteright", +"fraction zero.dnom", +"T u", +"H o", +"parenleft l", +"parenleft H", +"l l", +"l n", +"s l", +"f n", +"v n", +"n n", +"o n", +"s hyphen", +"l at", +"H s", +"H x", +"H n", +"one three", +"one four", +"one one", +"L H", +"E H", +"H Z", +"H T", +"P T", +"H O", +"H V", +"H exclam", +"one percent", +"H question", +"H hyphen", +"H endash", +"H ampersand", +"one equal", +"oneinferior zeroinferior", +"oneinferior twoinferior", +"oneinferior oneinferior", +"one.dnom zero.dnom", +"one.dnom two.dnom", +"one.dnom one.dnom", +"one.numr fraction", +"hyphen s", +"endash endash", +"parenleft T", +"equal equal", +"H l", +"f l", +"r n", +"r s", +"l exclam", +"l hyphen", +"l endash", +"l underscore", +"F i", +"one seven", +"H period", +"H colon", +"period period", +"bracketleft l", +"l period", +"l colon", +"l question", +"l slash", +"H slash", +"t t", +"one two", +"z v", +"H comma", +"f o", +"z z", +"T i", +"O G", +"hyphen S", +"t v", +"E T", +"A Z", +"v v", +"quotedbl W", +"g j", +"slash l", +"T V", +"f f", +"l periodcentered.loclCAT", +"lcaron l" +); }; -isBold = 1; -name = Bold; +} +); +instances = ( +{ +customParameters = ( +{ +name = fileName; +value = "MonaSansVF[wdth,wght,opsz,ital]"; +}, +{ +name = "Variable Font Origin"; +value = m019; +}, +{ +name = "Italic Style Linking"; +value = 1; +} +); +name = Regular; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Expanded"; +value = "Mona Sans VF"; } ); }, { -key = variableStyleNames; +key = familyNames; values = ( { language = dflt; -value = "Expanded Bold"; +value = "Mona Sans VF"; } ); } ); -weightClass = 700; -widthClass = 7; +type = variable; }, { -axesValues = ( -125, -800, -0 -); customParameters = ( { -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +name = fileName; +value = "MonaSansVF[wdth,wght,opsz]"; }, { -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; +name = "Variable Font Origin"; +value = m019; }, { -Axis = Weight; -Location = "800"; +name = "Italic Style Linking"; +value = 1; }, { -Axis = Italic; -Location = 0; -} +name = "Disable Masters"; +value = ( +"Condensed ExtraLight Italic", +"Condensed Black Italic", +"ExtraLight Italic", +"Black Italic", +"Expanded ExtraLight Italic", +"Expanded Black Italic" ); +}, +{ +name = "Update Features"; +value = 1; } ); -instanceInterpolations = { -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.14286; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.85714; -}; -name = ExtraBold; +exports = 0; +name = Regular; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Expanded"; +value = "Mona Sans VF"; } ); }, { -key = variableStyleNames; +key = familyNames; values = ( { language = dflt; -value = "Expanded ExtraBold"; +value = "Mona Sans VF"; } ); } ); -weightClass = 800; -widthClass = 7; +type = variable; }, { axesValues = ( -125, -900, +75, +200, +80, 0 ); customParameters = ( @@ -5809,11 +6190,15 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 125; +Location = 75; }, { Axis = Weight; -Location = "900"; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; @@ -5823,16 +6208,17 @@ Location = 0; } ); instanceInterpolations = { -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 1; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.20202; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.79798; }; -name = Black; +name = ExtraLight; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Expanded"; +value = "Mona Sans Display Condensed"; } ); }, @@ -5841,19 +6227,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Expanded Black"; +value = "Display Condensed ExtraLight"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = ExtraLight; } ); -weightClass = 900; -widthClass = 7; +weightClass = 200; +widthClass = 3; }, { axesValues = ( 75, -200, -1 +329, +80, +0 ); customParameters = ( { @@ -5879,28 +6274,33 @@ Location = 75; }, { Axis = Weight; -Location = 200; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 1; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.16479; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.14706; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.03723; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.65092; }; -isItalic = 1; -linkStyle = ExtraLight; -name = "ExtraLight Italic"; +name = Light; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Condensed"; +value = "Mona Sans Display Condensed"; } ); }, @@ -5909,19 +6309,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Condensed ExtraLight Italic"; +value = "Display Condensed Light"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = Light; } ); -weightClass = 200; +weightClass = 300; widthClass = 3; }, { axesValues = ( 75, -300, -1 +438, +80, +0 ); customParameters = ( { @@ -5947,29 +6356,33 @@ Location = 75; }, { Axis = Weight; -Location = 300; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.85714; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.14286; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.13333; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.27131; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.06869; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.52667; }; -isItalic = 1; -linkStyle = Light; -name = "Light Italic"; +name = Regular; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Condensed"; +value = "Mona Sans Display Condensed"; } ); }, @@ -5978,19 +6391,27 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Condensed Light Italic"; +value = "Display Condensed"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = Regular; } ); -weightClass = 300; widthClass = 3; }, { axesValues = ( 75, -400, -1 +534, +80, +0 ); customParameters = ( { @@ -6016,28 +6437,33 @@ Location = 75; }, { Axis = Weight; -Location = 400; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.71429; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.28571; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.10563; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.38075; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.09639; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.41723; }; -isItalic = 1; -name = Italic; +name = Medium; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Condensed"; +value = "Mona Sans Display Condensed"; } ); }, @@ -6046,18 +6472,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Condensed Italic"; +value = "Display Condensed Medium"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = Medium; } ); +weightClass = 500; widthClass = 3; }, { axesValues = ( 75, -500, -1 +600, +80, +0 ); customParameters = ( { @@ -6083,29 +6519,33 @@ Location = 75; }, { Axis = Weight; -Location = 500; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.57143; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.42857; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.08658; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.45599; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.11544; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.34199; }; -isItalic = 1; -linkStyle = Medium; -name = "Medium Italic"; +name = SemiBold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Condensed"; +value = "Mona Sans Display Condensed"; } ); }, @@ -6114,78 +6554,17 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Condensed Medium Italic"; -} -); +value = "Display Condensed SemiBold"; } ); -weightClass = 500; -widthClass = 3; }, { -axesValues = ( -75, -600, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; }, { -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.42857; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.57143; -}; -isItalic = 1; -linkStyle = SemiBold; -name = "SemiBold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed SemiBold Italic"; -} -); +key = WWSSubfamilyName; +value = SemiBold; } ); weightClass = 600; @@ -6194,8 +6573,9 @@ widthClass = 3; { axesValues = ( 75, -700, -1 +665, +80, +0 ); customParameters = ( { @@ -6224,26 +6604,31 @@ Axis = Weight; Location = 700; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.28571; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.71429; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.06782; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.53009; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.1342; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.26789; }; isBold = 1; -isItalic = 1; -name = "Bold Italic"; +name = Bold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Condensed"; +value = "Mona Sans Display Condensed"; } ); }, @@ -6252,9 +6637,17 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Condensed Bold Italic"; +value = "Display Condensed Bold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = Bold; } ); weightClass = 700; @@ -6263,8 +6656,9 @@ widthClass = 3; { axesValues = ( 75, -800, -1 +780, +80, +0 ); customParameters = ( { @@ -6293,26 +6687,30 @@ Axis = Weight; Location = 800; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.14286; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.85714; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.03463; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.66118; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.16739; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.1368; }; -isItalic = 1; -linkStyle = ExtraBold; -name = "ExtraBold Italic"; +name = ExtraBold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Condensed"; +value = "Mona Sans Display Condensed"; } ); }, @@ -6321,9 +6719,17 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Condensed ExtraBold Italic"; +value = "Display Condensed ExtraBold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = ExtraBold; } ); weightClass = 800; @@ -6333,7 +6739,8 @@ widthClass = 3; axesValues = ( 75, 900, -1 +80, +0 ); customParameters = ( { @@ -6362,25 +6769,28 @@ Axis = Weight; Location = 900; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 1; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.79798; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.20202; }; -isItalic = 1; -linkStyle = Black; -name = "Black Italic"; +name = Black; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Condensed"; +value = "Mona Sans Display Condensed"; } ); }, @@ -6389,9 +6799,17 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Condensed Black Italic"; +value = "Display Condensed Black"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = Black; } ); weightClass = 900; @@ -6399,9 +6817,10 @@ widthClass = 3; }, { axesValues = ( -100, +87.5, 200, -1 +80, +0 ); customParameters = ( { @@ -6423,43 +6842,67 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 100; +Location = 87.5; }, { Axis = Weight; -Location = "200"; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 1; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.10101; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.39899; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.39899; +m019 = 0.10101; }; -isItalic = 1; -linkStyle = ExtraLight; -name = "ExtraLight Italic"; +name = ExtraLight; properties = ( { +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ key = variableStyleNames; values = ( { language = dflt; -value = "ExtraLight Italic"; +value = "Display SemiCondensed ExtraLight"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = ExtraLight; } ); weightClass = 200; +widthClass = 4; }, { axesValues = ( -100, -300, -1 +87.5, +329, +80, +0 ); customParameters = ( { @@ -6481,44 +6924,71 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 100; +Location = 87.5; }, { Axis = Weight; -Location = "300"; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.85714; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.14286; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.07353; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.0824; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.07353; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.01861; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.32546; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.32546; +m019 = 0.0824; +m020 = 0.01861; }; -isItalic = 1; -linkStyle = Light; -name = "Light Italic"; +name = Light; properties = ( { +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ key = variableStyleNames; values = ( { language = dflt; -value = "Light Italic"; +value = "Display SemiCondensed Light"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = Light; } ); weightClass = 300; +widthClass = 4; }, { axesValues = ( -100, -400, -1 +87.5, +438, +80, +0 ); customParameters = ( { @@ -6540,42 +7010,70 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 100; +Location = 87.5; }, { Axis = Weight; Location = 400; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.71429; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.28571; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.13566; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.06667; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.13566; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.03434; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.26333; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.26333; +m019 = 0.06667; +m020 = 0.03434; }; -isItalic = 1; -name = Italic; +name = Regular; properties = ( { +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ key = variableStyleNames; values = ( { language = dflt; -value = Italic; +value = "Display SemiCondensed"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = Regular; } ); +widthClass = 4; }, { axesValues = ( -100, -500, -1 +87.5, +534, +80, +0 ); customParameters = ( { @@ -6597,44 +7095,71 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 100; +Location = 87.5; }, { Axis = Weight; -Location = "500"; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.57143; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.42857; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.19038; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.05281; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.19038; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.0482; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.20861; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.20861; +m019 = 0.05281; +m020 = 0.0482; }; -isItalic = 1; -linkStyle = Medium; -name = "Medium Italic"; +name = Medium; properties = ( { +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ key = variableStyleNames; values = ( { language = dflt; -value = "Medium Italic"; +value = "Display SemiCondensed Medium"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = Medium; } ); weightClass = 500; +widthClass = 4; }, { axesValues = ( -100, +87.5, 600, -1 +80, +0 ); customParameters = ( { @@ -6656,44 +7181,71 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 100; +Location = 87.5; }, { Axis = Weight; -Location = "600"; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.42857; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.57143; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.22799; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.04329; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.22799; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.05772; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.171; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.171; +m019 = 0.04329; +m020 = 0.05772; }; -isItalic = 1; -linkStyle = SemiBold; -name = "SemiBold Italic"; +name = SemiBold; properties = ( { +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ key = variableStyleNames; values = ( { language = dflt; -value = "SemiBold Italic"; +value = "Display SemiCondensed SemiBold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = SemiBold; } ); weightClass = 600; +widthClass = 4; }, { axesValues = ( -100, -700, -1 +87.5, +665, +80, +0 ); customParameters = ( { @@ -6715,45 +7267,72 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 100; +Location = 87.5; }, { Axis = Weight; -Location = "700"; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.28571; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.71429; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.26504; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.03391; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.26504; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.0671; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.13395; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.13395; +m019 = 0.03391; +m020 = 0.0671; }; isBold = 1; -isItalic = 1; -linkStyle = Regular; -name = "Bold Italic"; +name = Bold; properties = ( { +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ key = variableStyleNames; values = ( { language = dflt; -value = "Bold Italic"; +value = "Display SemiCondensed Bold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = "Bold SemiCondensed SemiCondensed"; } ); weightClass = 700; +widthClass = 4; }, { axesValues = ( -100, -800, -1 +87.5, +780, +80, +0 ); customParameters = ( { @@ -6775,102 +7354,71 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 100; +Location = 87.5; }, { Axis = Weight; -Location = "800"; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.14286; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.85714; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.33059; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.01732; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.33059; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.08369; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.0684; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.0684; +m019 = 0.01732; +m020 = 0.08369; }; -isItalic = 1; -linkStyle = ExtraBold; -name = "ExtraBold Italic"; +name = ExtraBold; properties = ( { -key = variableStyleNames; +key = familyNames; values = ( { language = dflt; -value = "ExtraBold Italic"; -} -); +value = "Mona Sans Display SemiCondensed"; } ); -weightClass = 800; }, { -axesValues = ( -100, -900, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = "900"; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 1; -}; -isItalic = 1; -linkStyle = Black; -name = "Black Italic"; -properties = ( -{ key = variableStyleNames; values = ( { language = dflt; -value = "Black Italic"; +value = "Display SemiCondensed ExtraBold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = ExtraBold; } ); -weightClass = 900; +weightClass = 800; +widthClass = 4; }, { axesValues = ( -125, -200, -1 +87.5, +900, +80, +0 ); customParameters = ( { @@ -6892,32 +7440,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 125; +Location = 87.5; }, { Axis = Weight; -Location = "200"; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 1; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.39899; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.39899; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.10101; +m020 = 0.10101; }; -isItalic = 1; -linkStyle = ExtraLight; -name = "ExtraLight Italic"; +name = Black; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Expanded"; +value = "Mona Sans Display SemiCondensed"; } ); }, @@ -6926,19 +7479,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Expanded ExtraLight Italic"; +value = "Display SemiCondensed Black"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = Black; } ); -weightClass = 200; -widthClass = 7; +weightClass = 900; +widthClass = 4; }, { axesValues = ( -125, -300, -1 +100, +200, +80, +0 ); customParameters = ( { @@ -6960,33 +7522,35 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 125; +Location = 100; }, { Axis = Weight; -Location = "300"; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.14286; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.85714; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.79798; +m019 = 0.20202; }; -isItalic = 1; -linkStyle = Light; -name = "Light Italic"; +name = ExtraLight; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Expanded"; +value = "Mona Sans Display"; } ); }, @@ -6995,19 +7559,27 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Expanded Light Italic"; +value = "Display ExtraLight"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = ExtraLight; } ); -weightClass = 300; -widthClass = 7; +weightClass = 200; }, { axesValues = ( -125, -400, -1 +100, +329, +80, +0 ); customParameters = ( { @@ -7029,32 +7601,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 125; +Location = 100; }, { Axis = Weight; -Location = 400; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.28571; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.71429; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.14706; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.65092; +m019 = 0.16479; +m020 = 0.03723; }; -isItalic = 1; -name = Italic; +name = Light; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Expanded"; +value = "Mona Sans Display"; } ); }, @@ -7063,18 +7640,27 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Expanded Italic"; +value = "Display Light"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = Light; } ); -widthClass = 7; +weightClass = 300; }, { axesValues = ( -125, -500, -1 +100, +438, +80, +0 ); customParameters = ( { @@ -7096,33 +7682,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 125; +Location = 100; }, { Axis = Weight; -Location = "500"; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.42857; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.57143; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.27131; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.52667; +m019 = 0.13333; +m020 = 0.06869; }; -isItalic = 1; -linkStyle = Medium; -name = "Medium Italic"; +name = Regular; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Expanded"; +value = "Mona Sans Display"; } ); }, @@ -7131,19 +7721,26 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Expanded Medium Italic"; +value = Display; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = Regular; } ); -weightClass = 500; -widthClass = 7; }, { axesValues = ( -125, -600, -1 +100, +534, +80, +0 ); customParameters = ( { @@ -7165,33 +7762,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 125; +Location = 100; }, { Axis = Weight; -Location = "600"; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.57143; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.42857; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.38075; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.41723; +m019 = 0.10563; +m020 = 0.09639; }; -isItalic = 1; -linkStyle = SemiBold; -name = "SemiBold Italic"; +name = Medium; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Expanded"; +value = "Mona Sans Display"; } ); }, @@ -7200,19 +7801,27 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Expanded SemiBold Italic"; +value = "Display Medium"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = Medium; } ); -weightClass = 600; -widthClass = 7; +weightClass = 500; }, { axesValues = ( -125, -700, -1 +100, +600, +80, +0 ); customParameters = ( { @@ -7234,33 +7843,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 125; +Location = 100; }, { Axis = Weight; -Location = "700"; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.71429; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.28571; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.45599; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.34199; +m019 = 0.08658; +m020 = 0.11544; }; -isBold = 1; -isItalic = 1; -name = "Bold Italic"; +name = SemiBold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Expanded"; +value = "Mona Sans Display"; } ); }, @@ -7269,19 +7882,27 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Expanded Bold Italic"; +value = "Display SemiBold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = SemiBold; } ); -weightClass = 700; -widthClass = 7; +weightClass = 600; }, { axesValues = ( -125, -800, -1 +100, +665, +80, +0 ); customParameters = ( { @@ -7303,33 +7924,38 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 125; +Location = 100; }, { Axis = Weight; -Location = "800"; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.85714; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.14286; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.53009; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.26789; +m019 = 0.06782; +m020 = 0.1342; }; -isItalic = 1; -linkStyle = ExtraBold; -name = "ExtraBold Italic"; +isBold = 1; +name = Bold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Expanded"; +value = "Mona Sans Display"; } ); }, @@ -7338,19 +7964,27 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Expanded ExtraBold Italic"; +value = "Display Bold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = Bold; } ); -weightClass = 800; -widthClass = 7; +weightClass = 700; }, { axesValues = ( -125, -900, -1 +100, +780, +80, +0 ); customParameters = ( { @@ -7372,32 +8006,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 125; +Location = 100; }, { Axis = Weight; -Location = "900"; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 1; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.66118; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.1368; +m019 = 0.03463; +m020 = 0.16739; }; -isItalic = 1; -linkStyle = Black; -name = "Black Italic"; +name = ExtraBold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans Expanded"; +value = "Mona Sans Display"; } ); }, @@ -7406,19 +8045,27 @@ key = variableStyleNames; values = ( { language = dflt; -value = "Expanded Black Italic"; +value = "Display ExtraBold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = ExtraBold; } ); -weightClass = 900; -widthClass = 7; +weightClass = 800; }, { axesValues = ( -87.5, -200, -1 +100, +900, +80, +0 ); customParameters = ( { @@ -7440,31 +8087,35 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 87.5; +Location = 100; }, { Axis = Weight; -Location = 200; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.5; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.5; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.79798; +m020 = 0.20202; }; -name = "ExtraLight Italic"; +name = Black; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiCondensed"; +value = "Mona Sans Display"; } ); }, @@ -7473,19 +8124,27 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiCondensed ExtraLight Italic"; +value = "Display Black"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = Black; } ); -weightClass = 200; -widthClass = 4; +weightClass = 900; }, { axesValues = ( -87.5, -300, -1 +112.5, +200, +80, +0 ); customParameters = ( { @@ -7507,33 +8166,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 87.5; +Location = 112.5; }, { Axis = Weight; -Location = 300; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.42857; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.42857; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.07143; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.07143; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.10101; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.39899; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.39899; +m019 = 0.10101; }; -name = "Light Italic"; +name = ExtraLight; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiCondensed"; +value = "Mona Sans Display SemiExpanded"; } ); }, @@ -7542,19 +8205,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiCondensed Light Italic"; +value = "Display SemiExpanded ExtraLight"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = ExtraLight; } ); -weightClass = 300; -widthClass = 4; +weightClass = 200; +widthClass = 6; }, { axesValues = ( -87.5, -400, -1 +112.5, +329, +80, +0 ); customParameters = ( { @@ -7576,34 +8248,41 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 87.5; +Location = 112.5; }, { Axis = Weight; -Location = 400; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.35714; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.35714; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.14286; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.14286; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.07353; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.07353; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.0824; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.32546; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.01861; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.32546; +m019 = 0.0824; +m020 = 0.01861; }; -isItalic = 1; -name = Italic; +name = Light; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiCondensed"; +value = "Mona Sans Display SemiExpanded"; } ); }, @@ -7612,18 +8291,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiCondensed Italic"; +value = "Display SemiExpanded Light"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = Light; } ); -widthClass = 4; +weightClass = 300; +widthClass = 6; }, { axesValues = ( -87.5, -500, -1 +112.5, +438, +80, +0 ); customParameters = ( { @@ -7645,33 +8334,41 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 87.5; +Location = 112.5; }, { Axis = Weight; -Location = 500; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.28571; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.28571; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.21429; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.21429; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.13566; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.13566; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.06667; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.26333; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.03434; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.26333; +m019 = 0.06667; +m020 = 0.03434; }; -name = "Medium Italic"; +name = Regular; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiCondensed"; +value = "Mona Sans Display SemiExpanded"; } ); }, @@ -7680,19 +8377,27 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiCondensed Medium Italic"; +value = "Display SemiExpanded"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = Regular; } ); -weightClass = 500; -widthClass = 4; +widthClass = 6; }, { axesValues = ( -87.5, -600, -1 +112.5, +534, +80, +0 ); customParameters = ( { @@ -7714,33 +8419,41 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 87.5; +Location = 112.5; }, { Axis = Weight; -Location = 600; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.21429; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.21429; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.28571; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.28571; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.19038; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.19038; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.05281; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.20861; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.0482; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.20861; +m019 = 0.05281; +m020 = 0.0482; }; -name = "SemiBold Italic"; +name = Medium; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiCondensed"; +value = "Mona Sans Display SemiExpanded"; } ); }, @@ -7749,19 +8462,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiCondensed SemiBold Italic"; +value = "Display SemiExpanded Medium"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = Medium; } ); -weightClass = 600; -widthClass = 4; +weightClass = 500; +widthClass = 6; }, { axesValues = ( -87.5, -700, -1 +112.5, +600, +80, +0 ); customParameters = ( { @@ -7783,35 +8505,41 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 87.5; +Location = 112.5; }, { Axis = Weight; -Location = 700; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.14286; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.14286; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.35714; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.35714; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.22799; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.22799; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.04329; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.171; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.05772; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.171; +m019 = 0.04329; +m020 = 0.05772; }; -isBold = 1; -isItalic = 1; -name = "Bold Italic"; +name = SemiBold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiCondensed"; +value = "Mona Sans Display SemiExpanded"; } ); }, @@ -7820,19 +8548,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiCondensed Bold Italic"; +value = "Display SemiExpanded SemiBold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = SemiBold; } ); -weightClass = 700; -widthClass = 4; +weightClass = 600; +widthClass = 6; }, { axesValues = ( -87.5, -800, -1 +112.5, +665, +80, +0 ); customParameters = ( { @@ -7854,33 +8591,42 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 87.5; +Location = 112.5; }, { Axis = Weight; -Location = 800; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.07143; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.07143; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.42857; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.42857; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.26504; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.26504; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.03391; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.13395; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.0671; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.13395; +m019 = 0.03391; +m020 = 0.0671; }; -name = "ExtraBold Italic"; +isBold = 1; +name = Bold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiCondensed"; +value = "Mona Sans Display SemiExpanded"; } ); }, @@ -7889,19 +8635,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiCondensed ExtraBold Italic"; +value = "Display SemiExpanded Bold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = Bold; } ); -weightClass = 800; -widthClass = 4; +weightClass = 700; +widthClass = 6; }, { axesValues = ( -87.5, -900, -1 +112.5, +780, +80, +0 ); customParameters = ( { @@ -7923,31 +8678,41 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 87.5; +Location = 112.5; }, { Axis = Weight; -Location = 900; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 72; }, { Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.5; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.5; +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.33059; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.33059; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.01732; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.0684; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.08369; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.0684; +m019 = 0.01732; +m020 = 0.08369; }; -name = "Black Italic"; +name = ExtraBold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiCondensed"; +value = "Mona Sans Display SemiExpanded"; } ); }, @@ -7956,19 +8721,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiCondensed Black Italic"; +value = "Display SemiExpanded ExtraBold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = ExtraBold; } ); -weightClass = 900; -widthClass = 4; +weightClass = 800; +widthClass = 6; }, { axesValues = ( 112.5, -200, -1 +900, +80, +0 ); customParameters = ( { @@ -7994,27 +8768,113 @@ Location = 112.5; }, { Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 72; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.39899; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.39899; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.10101; +m020 = 0.10101; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiExpanded Black"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = Black; +} +); +weightClass = 900; +widthClass = 6; +}, +{ +axesValues = ( +125, +200, +80, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; Location = 200; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.5; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.5; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.20202; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.79798; }; -name = "ExtraLight Italic"; +name = ExtraLight; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiExpanded"; +value = "Mona Sans Display Expanded"; } ); }, @@ -8023,19 +8883,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiExpanded ExtraLight Italic"; +value = "Display Expanded ExtraLight"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = ExtraLight; } ); weightClass = 200; -widthClass = 6; +widthClass = 7; }, { axesValues = ( -112.5, -300, -1 +125, +329, +80, +0 ); customParameters = ( { @@ -8057,33 +8926,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 112.5; +Location = 125; }, { Axis = Weight; Location = 300; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.42857; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.07143; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.07143; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.42857; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.14706; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.16479; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.65092; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.03723; }; -name = "Light Italic"; +name = Light; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiExpanded"; +value = "Mona Sans Display Expanded"; } ); }, @@ -8092,19 +8965,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiExpanded Light Italic"; +value = "Display Expanded Light"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = Light; } ); weightClass = 300; -widthClass = 6; +widthClass = 7; }, { axesValues = ( -112.5, -400, -1 +125, +438, +80, +0 ); customParameters = ( { @@ -8126,33 +9008,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 112.5; +Location = 125; }, { Axis = Weight; Location = 400; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.35714; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.14286; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.14286; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.35714; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.27131; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.13333; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.52667; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.06869; }; -name = Italic; +name = Regular; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiExpanded"; +value = "Mona Sans Display Expanded"; } ); }, @@ -8161,18 +9047,27 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiExpanded Italic"; +value = "Display Expanded"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = Regular; } ); -widthClass = 6; +widthClass = 7; }, { axesValues = ( -112.5, -500, -1 +125, +534, +80, +0 ); customParameters = ( { @@ -8194,33 +9089,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 112.5; +Location = 125; }, { Axis = Weight; Location = 500; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.28571; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.21429; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.21429; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.28571; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.38075; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.10563; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.41723; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.09639; }; -name = "Medium Italic"; +name = Medium; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiExpanded"; +value = "Mona Sans Display Expanded"; } ); }, @@ -8229,19 +9128,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiExpanded Medium Italic"; +value = "Display Expanded Medium"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = Medium; } ); weightClass = 500; -widthClass = 6; +widthClass = 7; }, { axesValues = ( -112.5, +125, 600, -1 +80, +0 ); customParameters = ( { @@ -8263,33 +9171,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 112.5; +Location = 125; }, { Axis = Weight; Location = 600; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.21429; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.28571; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.28571; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.21429; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.45599; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.08658; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.34199; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.11544; }; -name = "SemiBold Italic"; +name = SemiBold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiExpanded"; +value = "Mona Sans Display Expanded"; } ); }, @@ -8298,19 +9210,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiExpanded SemiBold Italic"; +value = "Display Expanded SemiBold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = "SemiBold Expanded"; } ); weightClass = 600; -widthClass = 6; +widthClass = 7; }, { axesValues = ( -112.5, -700, -1 +125, +665, +80, +0 ); customParameters = ( { @@ -8332,35 +9253,38 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 112.5; +Location = 125; }, { Axis = Weight; Location = 700; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.14286; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.35714; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.35714; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.14286; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.53009; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.06782; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.26789; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.1342; }; isBold = 1; -isItalic = 1; -name = "Bold Italic"; +name = Bold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiExpanded"; +value = "Mona Sans Display Expanded"; } ); }, @@ -8369,19 +9293,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiExpanded Bold Italic"; +value = "Display Expanded Bold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = Bold; } ); weightClass = 700; -widthClass = 6; +widthClass = 7; }, { axesValues = ( -112.5, -800, -1 +125, +780, +80, +0 ); customParameters = ( { @@ -8403,33 +9336,37 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 112.5; +Location = 125; }, { Axis = Weight; Location = 800; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.07143; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.42857; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.42857; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.07143; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.66118; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.03463; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.1368; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.16739; }; -name = "ExtraBold Italic"; +name = ExtraBold; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiExpanded"; +value = "Mona Sans Display Expanded"; } ); }, @@ -8438,19 +9375,28 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiExpanded ExtraBold Italic"; +value = "Display Expanded ExtraBold"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = ExtraBold; } ); weightClass = 800; -widthClass = 6; +widthClass = 7; }, { axesValues = ( -112.5, +125, 900, -1 +80, +0 ); customParameters = ( { @@ -8472,31 +9418,35 @@ name = "Axis Location"; value = ( { Axis = Width; -Location = 112.5; +Location = 125; }, { Axis = Weight; Location = 900; }, { +Axis = "Optical size"; +Location = 72; +}, +{ Axis = Italic; -Location = 1; +Location = 0; } ); } ); instanceInterpolations = { -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.5; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.5; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.79798; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.20202; }; -name = "Black Italic"; +name = Black; properties = ( { key = familyNames; values = ( { language = dflt; -value = "Mona Sans SemiExpanded"; +value = "Mona Sans Display Expanded"; } ); }, @@ -8505,130814 +9455,365949 @@ key = variableStyleNames; values = ( { language = dflt; -value = "SemiExpanded Black Italic"; +value = "Display Expanded Black"; } ); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = Black; } ); weightClass = 900; -widthClass = 6; +widthClass = 7; +}, +{ +axesValues = ( +75, +200, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; } ); -kerningLTR = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = { -"@MMK_L_A" = { -"@MMK_R_A" = 43; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 45; -"@MMK_R_J" = 43; -"@MMK_R_O" = 0; -"@MMK_R_S" = 3; -"@MMK_R_T" = -38; -"@MMK_R_U" = 0; -"@MMK_R_V" = -42; -"@MMK_R_W" = -19; -"@MMK_R_X" = 38; -"@MMK_R_Y" = -43; -"@MMK_R_Z" = 44; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -67; -"@MMK_R_asterisk" = -34; -"@MMK_R_braceright" = -7; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 39; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 7; -"@MMK_R_eightsuperior" = -37; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -43; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 9; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 32; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -11; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 7; -"@MMK_R_igrave" = 5; -"@MMK_R_imacron" = 8; -"@MMK_R_itilde" = 8; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 3; -"@MMK_R_n" = 4; -"@MMK_R_ninesuperior" = -44; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = -47; -"@MMK_R_parenright" = -12; -"@MMK_R_parenright.case" = 48; -"@MMK_R_period" = 25; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -33; -"@MMK_R_question.ss01" = -38; -"@MMK_R_quotedbl" = -43; -"@MMK_R_quotedblleft" = -51; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quotedblright" = -38; -"@MMK_R_quoteright" = -38; -"@MMK_R_quoteright.ss01" = -58; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -51; -"@MMK_R_sixsuperior" = -40; -"@MMK_R_slash" = 33; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -38; -"@MMK_R_trademark" = -75; -"@MMK_R_twosuperior" = -31; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 49; -"@MMK_R_v" = -5; -"@MMK_R_w" = -2; -"@MMK_R_x" = 20; -"@MMK_R_y" = -2; -"@MMK_R_z" = 22; -"@MMK_R_zero" = 0; -}; -"@MMK_L_B" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 12; -"@MMK_R_S" = 15; -"@MMK_R_T" = -11; -"@MMK_R_U" = 8; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -6; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -30; -"@MMK_R_asterisk" = 7; -"@MMK_R_braceright" = -15; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 22; -"@MMK_R_hyphen.case" = -3; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 20; -"@MMK_R_igrave" = 15; -"@MMK_R_imacron" = 14; -"@MMK_R_itilde" = 20; -"@MMK_R_j" = 5; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 8; -"@MMK_R_lslash" = 3; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = 9; -"@MMK_R_onesuperior" = -9; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -19; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = -9; -"@MMK_R_period.ss01" = -31; -"@MMK_R_question" = 12; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -11; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 4; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = -15; -"@MMK_R_trademark" = -30; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -8; -"@MMK_R_v" = 2; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 4; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 12; -}; -"@MMK_L_C" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 20; -"@MMK_R_T" = -6; -"@MMK_R_U" = 4; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -17; -"@MMK_R_asterisk" = 21; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = 16; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -7; -"@MMK_R_four" = 8; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = 11; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 10; -"@MMK_R_hyphen.case" = -29; -"@MMK_R_icircumflex" = 20; -"@MMK_R_igrave" = 16; -"@MMK_R_imacron" = 13; -"@MMK_R_itilde" = 23; -"@MMK_R_j" = 0; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 18; -"@MMK_R_onesuperior" = -9; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -14; -"@MMK_R_parenright.case" = -4; -"@MMK_R_period" = -6; -"@MMK_R_period.ss01" = -32; -"@MMK_R_question" = 23; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -8; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -25; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -7; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_D" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 6; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = 20; -"@MMK_R_S" = 7; -"@MMK_R_T" = -25; -"@MMK_R_U" = 14; -"@MMK_R_V" = 0; -"@MMK_R_W" = 6; -"@MMK_R_X" = -11; -"@MMK_R_Y" = -17; -"@MMK_R_Z" = -16; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -23; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = -26; -"@MMK_R_comma.ss01" = -52; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 13; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -60; -"@MMK_R_exclam" = 19; -"@MMK_R_f" = 12; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 16; -"@MMK_R_foursuperior" = 2; -"@MMK_R_g" = 13; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen" = 23; -"@MMK_R_hyphen.case" = 28; -"@MMK_R_i" = 8; -"@MMK_R_icircumflex" = 18; -"@MMK_R_igrave" = 12; -"@MMK_R_imacron" = 15; -"@MMK_R_itilde" = 16; -"@MMK_R_j" = 8; -"@MMK_R_l" = 12; -"@MMK_R_l.ss02" = 13; -"@MMK_R_l.ss03" = 12; -"@MMK_R_lslash" = 11; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -9; -"@MMK_R_oslash" = 12; -"@MMK_R_parenright" = -34; -"@MMK_R_parenright.case" = -29; -"@MMK_R_period" = -33; -"@MMK_R_period.ss01" = -52; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -20; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -14; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -14; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 12; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -35; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = -32; -"@MMK_R_v" = 19; -"@MMK_R_w" = 17; -"@MMK_R_x" = 0; -"@MMK_R_y" = 18; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 20; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 23; -"@MMK_R_I.ss02" = 35; -"@MMK_R_J" = 38; -"@MMK_R_O" = -12; -"@MMK_R_S" = -12; -"@MMK_R_T" = 38; -"@MMK_R_U" = 0; -"@MMK_R_V" = 23; -"@MMK_R_W" = 19; -"@MMK_R_X" = 25; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = 29; -"@MMK_R_a" = -18; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asciicircum" = -57; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 17; -"@MMK_R_bracketright" = 23; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = -19; -"@MMK_R_egrave" = -15; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = -6; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = -27; -"@MMK_R_foursuperior" = -23; -"@MMK_R_g" = -18; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = -9; -"@MMK_R_guillemetright" = 7; -"@MMK_R_hyphen" = -33; -"@MMK_R_hyphen.case" = 13; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 43; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = -7; -"@MMK_R_l.ss02" = -3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -7; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = 13; -"@MMK_R_parenright" = 28; -"@MMK_R_parenright.case" = 56; -"@MMK_R_period" = 4; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = -5; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 13; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = 23; -"@MMK_R_t" = -8; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 7; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -17; -"@MMK_R_underscore" = 50; -"@MMK_R_v" = -14; -"@MMK_R_w" = -15; -"@MMK_R_x" = 13; -"@MMK_R_y" = -14; -"@MMK_R_z" = 14; -"@MMK_R_zero" = -11; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -31; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 38; -"@MMK_R_J" = -13; -"@MMK_R_O" = -2; -"@MMK_R_S" = -9; -"@MMK_R_T" = 38; -"@MMK_R_U" = 0; -"@MMK_R_V" = 29; -"@MMK_R_W" = 25; -"@MMK_R_X" = 16; -"@MMK_R_Y" = 32; -"@MMK_R_Z" = 21; -"@MMK_R_a" = -14; -"@MMK_R_a.ss04" = -14; -"@MMK_R_asciicircum" = -48; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 6; -"@MMK_R_colon" = -47; -"@MMK_R_colon.ss01" = -54; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -110; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -6; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -17; -"@MMK_R_foursuperior" = -25; -"@MMK_R_g" = -12; -"@MMK_R_g.ss05" = -14; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = -23; -"@MMK_R_hyphen.case" = 28; -"@MMK_R_i" = -8; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 49; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = -8; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 6; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -20; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -16; -"@MMK_R_onesuperior" = 19; -"@MMK_R_oslash" = -13; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -12; -"@MMK_R_semicolon" = -43; -"@MMK_R_sevensuperior" = 19; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = -37; -"@MMK_R_t" = -5; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 13; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -19; -"@MMK_R_underscore" = -74; -"@MMK_R_v" = -11; -"@MMK_R_w" = -12; -"@MMK_R_x" = -25; -"@MMK_R_y" = -11; -"@MMK_R_z" = -59; -"@MMK_R_zero" = -3; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 11; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 8; -"@MMK_R_J" = 5; -"@MMK_R_O" = 6; -"@MMK_R_S" = 9; -"@MMK_R_T" = -18; -"@MMK_R_U" = 0; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 4; -"@MMK_R_Y" = -12; -"@MMK_R_Z" = 8; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -28; -"@MMK_R_asterisk" = 3; -"@MMK_R_braceright" = -20; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = 11; -"@MMK_R_comma.ss01" = -22; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -22; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = 11; -"@MMK_R_foursuperior" = -6; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 11; -"@MMK_R_hyphen.case" = 6; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 14; -"@MMK_R_igrave" = 12; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 10; -"@MMK_R_j" = 0; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -10; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -16; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -21; -"@MMK_R_parenright.case" = 10; -"@MMK_R_period" = 11; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -13; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -17; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 11; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = -21; -"@MMK_R_trademark" = -37; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 5; -"@MMK_R_v" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 9; -"@MMK_R_S" = 8; -"@MMK_R_T" = -15; -"@MMK_R_U" = 7; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -8; -"@MMK_R_Z" = -5; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = 7; -"@MMK_R_braceright" = -18; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -19; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -39; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = -45; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 20; -"@MMK_R_foursuperior" = -3; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 21; -"@MMK_R_hyphen.case" = 21; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 16; -"@MMK_R_igrave" = 11; -"@MMK_R_imacron" = 6; -"@MMK_R_itilde" = 12; -"@MMK_R_j" = 0; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 5; -"@MMK_R_lslash" = 4; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 4; -"@MMK_R_onesuperior" = -13; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -20; -"@MMK_R_parenright.case" = -16; -"@MMK_R_period" = -14; -"@MMK_R_period.ss01" = -39; -"@MMK_R_question" = 10; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -14; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 2; -"@MMK_R_t" = 7; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -16; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 10; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_S" = 3; -"@MMK_R_U" = 2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -35; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -29; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -29; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -7; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 11; -"@MMK_R_igrave" = 13; -"@MMK_R_imacron" = 5; -"@MMK_R_itilde" = 17; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -29; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -13; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -18; -"@MMK_R_twosuperior" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 45; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 49; -"@MMK_R_J" = 49; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 42; -"@MMK_R_U" = 5; -"@MMK_R_V" = 45; -"@MMK_R_W" = 40; -"@MMK_R_X" = 43; -"@MMK_R_Y" = 44; -"@MMK_R_Z" = 49; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 16; -"@MMK_R_bracketright" = 28; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -14; -"@MMK_R_foursuperior" = -19; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = -4; -"@MMK_R_guillemetright" = 28; -"@MMK_R_hyphen" = -15; -"@MMK_R_hyphen.case" = -14; -"@MMK_R_icircumflex" = 13; -"@MMK_R_igrave" = 50; -"@MMK_R_imacron" = 8; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = 17; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 46; -"@MMK_R_parenright.case" = 60; -"@MMK_R_period" = 20; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 13; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 7; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = 26; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 28; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 3; -"@MMK_R_trademark" = 11; -"@MMK_R_twosuperior" = 9; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 54; -"@MMK_R_v" = -12; -"@MMK_R_w" = -13; -"@MMK_R_x" = 20; -"@MMK_R_y" = -12; -"@MMK_R_z" = 24; -"@MMK_R_zero" = 0; -}; -"@MMK_L_J" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 5; -"@MMK_R_T" = 2; -"@MMK_R_U" = 4; -"@MMK_R_V" = 2; -"@MMK_R_W" = 3; -"@MMK_R_X" = 0; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -33; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -24; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -34; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 2; -"@MMK_R_hyphen.case" = 2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 14; -"@MMK_R_igrave" = 15; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 4; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = 2; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = 2; -"@MMK_R_parenright.case" = 2; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 2; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -17; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -3; -"@MMK_R_v" = 2; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 2; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 2; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 38; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 44; -"@MMK_R_J" = 41; -"@MMK_R_O" = -8; -"@MMK_R_S" = 2; -"@MMK_R_T" = 23; -"@MMK_R_U" = 0; -"@MMK_R_V" = 29; -"@MMK_R_W" = 27; -"@MMK_R_X" = 40; -"@MMK_R_Y" = 31; -"@MMK_R_Z" = 42; -"@MMK_R_a" = -9; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -70; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 30; -"@MMK_R_bracketright" = 30; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 35; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -8; -"@MMK_R_egrave" = -8; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 16; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = -15; -"@MMK_R_foursuperior" = -30; -"@MMK_R_g" = -9; -"@MMK_R_g.ss05" = 9; -"@MMK_R_guillemetleft" = -5; -"@MMK_R_guillemetright" = 24; -"@MMK_R_hyphen" = -20; -"@MMK_R_hyphen.case" = -45; -"@MMK_R_icircumflex" = 13; -"@MMK_R_igrave" = 44; -"@MMK_R_imacron" = 12; -"@MMK_R_itilde" = 21; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 9; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 7; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 33; -"@MMK_R_parenright.case" = 56; -"@MMK_R_period" = 21; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 9; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = 29; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = 2; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -9; -"@MMK_R_underscore" = 46; -"@MMK_R_v" = -25; -"@MMK_R_w" = -22; -"@MMK_R_x" = 19; -"@MMK_R_y" = -23; -"@MMK_R_z" = 19; -"@MMK_R_zero" = -6; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 32; -"@MMK_R_I.ss02" = 36; -"@MMK_R_J" = 36; -"@MMK_R_O" = -22; -"@MMK_R_S" = -6; -"@MMK_R_T" = -47; -"@MMK_R_U" = -23; -"@MMK_R_V" = -51; -"@MMK_R_W" = -33; -"@MMK_R_X" = 29; -"@MMK_R_Y" = -48; -"@MMK_R_Z" = 32; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -98; -"@MMK_R_asterisk" = -56; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -15; -"@MMK_R_egrave" = -14; -"@MMK_R_eightsuperior" = -75; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -79; -"@MMK_R_four" = -61; -"@MMK_R_foursuperior" = -69; -"@MMK_R_g" = -18; -"@MMK_R_g.ss05" = 13; -"@MMK_R_guillemetleft" = -19; -"@MMK_R_guillemetright" = 16; -"@MMK_R_hyphen" = -60; -"@MMK_R_hyphen.case" = -60; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -75; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = -71; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 20; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -38; -"@MMK_R_question.ss01" = -42; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -71; -"@MMK_R_quotedblleft.ss01" = -77; -"@MMK_R_quotedblright" = -57; -"@MMK_R_quoteright" = -57; -"@MMK_R_quoteright.ss01" = -74; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = -66; -"@MMK_R_sixsuperior" = -75; -"@MMK_R_slash" = 33; -"@MMK_R_t" = -6; -"@MMK_R_threesuperior" = -73; -"@MMK_R_trademark" = -80; -"@MMK_R_twosuperior" = -71; -"@MMK_R_u" = -13; -"@MMK_R_underscore" = 60; -"@MMK_R_v" = -33; -"@MMK_R_w" = -29; -"@MMK_R_x" = 22; -"@MMK_R_y" = -30; -"@MMK_R_z" = 24; -"@MMK_R_zero" = -19; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 32; -"@MMK_R_I.ss02" = 36; -"@MMK_R_J" = 40; -"@MMK_R_O" = -16; -"@MMK_R_S" = -6; -"@MMK_R_T" = -47; -"@MMK_R_U" = -21; -"@MMK_R_V" = -39; -"@MMK_R_W" = -32; -"@MMK_R_X" = 29; -"@MMK_R_Y" = -48; -"@MMK_R_Z" = 32; -"@MMK_R_a" = -14; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -7; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -14; -"@MMK_R_egrave" = -10; -"@MMK_R_eightsuperior" = -33; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -38; -"@MMK_R_four" = -38; -"@MMK_R_foursuperior" = -31; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = 17; -"@MMK_R_hyphen" = -35; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -37; -"@MMK_R_onesuperior" = -48; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 20; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -38; -"@MMK_R_question.ss01" = -42; -"@MMK_R_quotedbl" = -53; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quotedblright" = -57; -"@MMK_R_quoteright" = -57; -"@MMK_R_quoteright.ss01" = -61; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = -53; -"@MMK_R_sixsuperior" = -41; -"@MMK_R_slash" = 33; -"@MMK_R_threesuperior" = -32; -"@MMK_R_twosuperior" = -27; -"@MMK_R_u" = -11; -"@MMK_R_y" = -22; -"@MMK_R_z" = 24; -}; -"@MMK_L_O" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 18; -"@MMK_R_S" = 7; -"@MMK_R_T" = -19; -"@MMK_R_U" = 7; -"@MMK_R_V" = 0; -"@MMK_R_W" = 5; -"@MMK_R_X" = -6; -"@MMK_R_Y" = -14; -"@MMK_R_Z" = -13; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -27; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -19; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -19; -"@MMK_R_comma" = -19; -"@MMK_R_comma.ss01" = -46; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -51; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = 13; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = 4; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 17; -"@MMK_R_hyphen.case" = 21; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 15; -"@MMK_R_igrave" = 10; -"@MMK_R_imacron" = 12; -"@MMK_R_itilde" = 15; -"@MMK_R_j" = 5; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 6; -"@MMK_R_lslash" = 4; -"@MMK_R_n" = 5; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -10; -"@MMK_R_oslash" = 8; -"@MMK_R_parenright" = -20; -"@MMK_R_parenright.case" = -17; -"@MMK_R_period" = -19; -"@MMK_R_period.ss01" = -46; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -12; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -33; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 8; -"@MMK_R_underscore" = -24; -"@MMK_R_v" = 15; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 14; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 18; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_O" = 18; -"@MMK_R_S" = 7; -"@MMK_R_T" = -15; -"@MMK_R_U" = 7; -"@MMK_R_V" = 0; -"@MMK_R_X" = -3; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -19; -"@MMK_R_comma" = -19; -"@MMK_R_comma.ss01" = -46; -"@MMK_R_e" = 7; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -51; -"@MMK_R_exclam" = 12; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 17; -"@MMK_R_hyphen.case" = 21; -"@MMK_R_i" = 5; -"@MMK_R_n" = 5; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_onesuperior" = -8; -"@MMK_R_parenright" = 6; -"@MMK_R_parenright.case" = 5; -"@MMK_R_period" = -19; -"@MMK_R_period.ss01" = -46; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -9; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -27; -"@MMK_R_H" = 7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -5; -"@MMK_R_O" = 13; -"@MMK_R_S" = 10; -"@MMK_R_T" = 0; -"@MMK_R_U" = 15; -"@MMK_R_V" = 19; -"@MMK_R_W" = 25; -"@MMK_R_X" = -3; -"@MMK_R_Y" = 5; -"@MMK_R_Z" = -13; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -11; -"@MMK_R_asterisk" = 35; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -7; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = 18; -"@MMK_R_ellipsis" = -158; -"@MMK_R_exclam" = 29; -"@MMK_R_f" = 14; -"@MMK_R_fivesuperior" = 2; -"@MMK_R_four" = -27; -"@MMK_R_foursuperior" = 27; -"@MMK_R_g" = -4; -"@MMK_R_g.ss05" = -5; -"@MMK_R_guillemetleft" = -6; -"@MMK_R_guillemetright" = 28; -"@MMK_R_hyphen" = -44; -"@MMK_R_hyphen.case" = 10; -"@MMK_R_icircumflex" = 33; -"@MMK_R_igrave" = 21; -"@MMK_R_imacron" = 24; -"@MMK_R_itilde" = 32; -"@MMK_R_l" = 13; -"@MMK_R_l.ss02" = 14; -"@MMK_R_l.ss03" = 13; -"@MMK_R_lslash" = 7; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 10; -"@MMK_R_one" = 36; -"@MMK_R_onesuperior" = 5; -"@MMK_R_oslash" = -6; -"@MMK_R_parenright" = -11; -"@MMK_R_parenright.case" = -10; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 38; -"@MMK_R_question.ss01" = 14; -"@MMK_R_quotedbl" = 7; -"@MMK_R_quotedblleft" = 9; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 21; -"@MMK_R_quoteright" = 21; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 17; -"@MMK_R_slash" = -35; -"@MMK_R_t" = 14; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -14; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -121; -"@MMK_R_v" = 8; -"@MMK_R_w" = 6; -"@MMK_R_x" = 0; -"@MMK_R_y" = 9; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 12; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 35; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 29; -"@MMK_R_J" = 34; -"@MMK_R_O" = 7; -"@MMK_R_S" = 0; -"@MMK_R_T" = -25; -"@MMK_R_U" = -2; -"@MMK_R_V" = -3; -"@MMK_R_W" = -2; -"@MMK_R_X" = 25; -"@MMK_R_Y" = -21; -"@MMK_R_Z" = 27; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -16; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -3; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = -6; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 14; -"@MMK_R_hyphen" = 6; -"@MMK_R_hyphen.case" = 10; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -13; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -17; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = -24; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -22; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -18; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 21; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -40; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 41; -"@MMK_R_v" = 5; -"@MMK_R_w" = 2; -"@MMK_R_x" = 16; -"@MMK_R_y" = 4; -"@MMK_R_z" = 11; -"@MMK_R_zero" = 7; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 12; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = 14; -"@MMK_R_O" = 8; -"@MMK_R_S" = 12; -"@MMK_R_T" = -12; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 9; -"@MMK_R_Y" = -3; -"@MMK_R_Z" = 8; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -27; -"@MMK_R_asterisk" = 12; -"@MMK_R_braceright" = -18; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 12; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -21; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -21; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = 4; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = 5; -"@MMK_R_hyphen.case" = -8; -"@MMK_R_icircumflex" = 21; -"@MMK_R_igrave" = 10; -"@MMK_R_imacron" = 10; -"@MMK_R_itilde" = 22; -"@MMK_R_j" = 0; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 5; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = 13; -"@MMK_R_onesuperior" = -5; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -18; -"@MMK_R_parenright.case" = 12; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -21; -"@MMK_R_question" = 16; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = -5; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 11; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -28; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 9; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 5; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 8; -}; -"@MMK_L_S" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = 6; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 2; -"@MMK_R_O" = 8; -"@MMK_R_S" = 17; -"@MMK_R_T" = -6; -"@MMK_R_U" = 6; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 5; -"@MMK_R_Y" = -2; -"@MMK_R_Z" = 4; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = 16; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -18; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = -14; -"@MMK_R_ellipsis" = -29; -"@MMK_R_exclam" = 18; -"@MMK_R_f" = 10; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = 19; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 4; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 20; -"@MMK_R_hyphen.case" = -14; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 25; -"@MMK_R_igrave" = 19; -"@MMK_R_imacron" = 18; -"@MMK_R_itilde" = 23; -"@MMK_R_j" = 2; -"@MMK_R_l" = 12; -"@MMK_R_l.ss02" = 12; -"@MMK_R_l.ss03" = 12; -"@MMK_R_lslash" = 7; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = 17; -"@MMK_R_onesuperior" = -14; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -14; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -24; -"@MMK_R_question" = 20; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -9; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 11; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = -21; -"@MMK_R_trademark" = -25; -"@MMK_R_twosuperior" = -17; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -38; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 42; -"@MMK_R_J" = -10; -"@MMK_R_O" = -19; -"@MMK_R_S" = -5; -"@MMK_R_T" = 42; -"@MMK_R_U" = 8; -"@MMK_R_V" = 32; -"@MMK_R_W" = 27; -"@MMK_R_X" = 21; -"@MMK_R_Y" = 36; -"@MMK_R_Z" = 27; -"@MMK_R_a" = -61; -"@MMK_R_a.ss04" = -6; -"@MMK_R_asciicircum" = -59; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -47; -"@MMK_R_colon.ss01" = -61; -"@MMK_R_comma" = -44; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -60; -"@MMK_R_egrave" = -30; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -79; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -9; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -45; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = -58; -"@MMK_R_g.ss05" = -49; -"@MMK_R_guillemetleft" = -41; -"@MMK_R_guillemetright" = -39; -"@MMK_R_hyphen" = -47; -"@MMK_R_hyphen.case" = -47; -"@MMK_R_i" = -20; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 52; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 14; -"@MMK_R_j" = -20; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 10; -"@MMK_R_lslash" = -4; -"@MMK_R_n" = -64; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = 22; -"@MMK_R_oslash" = -58; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 8; -"@MMK_R_period" = -44; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 16; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 9; -"@MMK_R_quoteright" = 9; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -51; -"@MMK_R_semicolon" = -45; -"@MMK_R_sevensuperior" = 23; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = -45; -"@MMK_R_t" = -4; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 17; -"@MMK_R_twosuperior" = 3; -"@MMK_R_u" = -62; -"@MMK_R_underscore" = -42; -"@MMK_R_v" = -47; -"@MMK_R_w" = -48; -"@MMK_R_x" = -48; -"@MMK_R_y" = -47; -"@MMK_R_z" = -48; -"@MMK_R_zero" = -20; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 7; -"@MMK_R_I.ss02" = -10; -"@MMK_R_J" = -5; -"@MMK_R_O" = 24; -"@MMK_R_S" = 0; -"@MMK_R_T" = -43; -"@MMK_R_U" = 15; -"@MMK_R_V" = -3; -"@MMK_R_W" = 0; -"@MMK_R_Y" = -28; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = 12; -"@MMK_R_egrave" = 13; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_exclam" = 28; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 8; -"@MMK_R_hyphen" = 29; -"@MMK_R_hyphen.case" = 46; -"@MMK_R_i" = 13; -"@MMK_R_imacron" = 13; -"@MMK_R_j" = 13; -"@MMK_R_n" = 13; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_onesuperior" = -6; -"@MMK_R_parenright" = -52; -"@MMK_R_parenright.case" = -39; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -17; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -11; -"@MMK_R_threesuperior" = 2; -"@MMK_R_twosuperior" = 7; -"@MMK_R_u" = 16; -"@MMK_R_v" = 22; -"@MMK_R_y" = 23; -}; -"@MMK_L_U" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 5; -"@MMK_R_J" = 0; -"@MMK_R_O" = 7; -"@MMK_R_S" = 5; -"@MMK_R_T" = 8; -"@MMK_R_U" = 10; -"@MMK_R_V" = 8; -"@MMK_R_W" = 10; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 5; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -31; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 2; -"@MMK_R_bracketright" = 2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -24; -"@MMK_R_comma" = -20; -"@MMK_R_comma.ss01" = -47; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 3; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -52; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 7; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 8; -"@MMK_R_hyphen.case" = 8; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 21; -"@MMK_R_imacron" = 5; -"@MMK_R_j" = 0; -"@MMK_R_l" = 8; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 10; -"@MMK_R_lslash" = 5; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 8; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 8; -"@MMK_R_parenright.case" = 8; -"@MMK_R_period" = -21; -"@MMK_R_period.ss01" = -47; -"@MMK_R_question" = 8; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 7; -"@MMK_R_trademark" = -13; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -25; -"@MMK_R_v" = 7; -"@MMK_R_w" = 5; -"@MMK_R_x" = 0; -"@MMK_R_y" = 7; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 8; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 6; -"@MMK_R_I.ss02" = 31; -"@MMK_R_O" = 7; -"@MMK_R_T" = 31; -"@MMK_R_U" = 13; -"@MMK_R_V" = 52; -"@MMK_R_X" = 43; -"@MMK_R_Y" = 38; -"@MMK_R_Z" = 31; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_bracketright" = 59; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -24; -"@MMK_R_comma" = -20; -"@MMK_R_comma.ss01" = -47; -"@MMK_R_e" = 0; -"@MMK_R_eightsuperior" = 7; -"@MMK_R_ellipsis" = -52; -"@MMK_R_exclam" = 12; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 8; -"@MMK_R_hyphen.case" = 8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 8; -"@MMK_R_onesuperior" = 9; -"@MMK_R_parenright" = 95; -"@MMK_R_parenright.case" = 94; -"@MMK_R_period" = -21; -"@MMK_R_period.ss01" = -47; -"@MMK_R_question" = 9; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblright" = 22; -"@MMK_R_quoteright" = 22; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 38; -"@MMK_R_sixsuperior" = 6; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 9; -"@MMK_R_u" = 0; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -43; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 45; -"@MMK_R_J" = -9; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 32; -"@MMK_R_U" = 8; -"@MMK_R_V" = 43; -"@MMK_R_W" = 38; -"@MMK_R_X" = 29; -"@MMK_R_Y" = 44; -"@MMK_R_Z" = 16; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -24; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = 32; -"@MMK_R_braceright" = 31; -"@MMK_R_bracketright" = 31; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -26; -"@MMK_R_comma" = -58; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -26; -"@MMK_R_egrave" = -15; -"@MMK_R_eightsuperior" = 4; -"@MMK_R_ellipsis" = -93; -"@MMK_R_exclam" = 21; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -31; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -24; -"@MMK_R_g.ss05" = -26; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -27; -"@MMK_R_hyphen.case" = -12; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 33; -"@MMK_R_igrave" = 52; -"@MMK_R_imacron" = 31; -"@MMK_R_itilde" = 38; -"@MMK_R_j" = -2; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 13; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -24; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 26; -"@MMK_R_onesuperior" = 19; -"@MMK_R_oslash" = -25; -"@MMK_R_parenright" = 48; -"@MMK_R_parenright.case" = 49; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 27; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 24; -"@MMK_R_quoteright" = 24; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -20; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 28; -"@MMK_R_sixsuperior" = 5; -"@MMK_R_slash" = -36; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 2; -"@MMK_R_trademark" = 7; -"@MMK_R_twosuperior" = 5; -"@MMK_R_u" = -23; -"@MMK_R_underscore" = -57; -"@MMK_R_v" = -6; -"@MMK_R_w" = -8; -"@MMK_R_x" = -5; -"@MMK_R_y" = -7; -"@MMK_R_z" = -13; -"@MMK_R_zero" = 0; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -19; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 40; -"@MMK_R_J" = 0; -"@MMK_R_O" = 6; -"@MMK_R_S" = 0; -"@MMK_R_T" = 27; -"@MMK_R_U" = 10; -"@MMK_R_V" = 38; -"@MMK_R_W" = 34; -"@MMK_R_X" = 29; -"@MMK_R_Y" = 39; -"@MMK_R_Z" = 25; -"@MMK_R_a" = -14; -"@MMK_R_a.ss04" = -15; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = 30; -"@MMK_R_braceright" = 30; -"@MMK_R_bracketright" = 30; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma" = -34; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 10; -"@MMK_R_ellipsis" = -70; -"@MMK_R_exclam" = 22; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = 3; -"@MMK_R_four" = -15; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -12; -"@MMK_R_g.ss05" = -14; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -13; -"@MMK_R_hyphen.case" = -3; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 36; -"@MMK_R_igrave" = 53; -"@MMK_R_imacron" = 29; -"@MMK_R_itilde" = 52; -"@MMK_R_j" = -2; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 16; -"@MMK_R_lslash" = 6; -"@MMK_R_n" = -14; -"@MMK_R_ninesuperior" = 4; -"@MMK_R_one" = 28; -"@MMK_R_onesuperior" = 17; -"@MMK_R_oslash" = -11; -"@MMK_R_parenright" = 45; -"@MMK_R_parenright.case" = 46; -"@MMK_R_period" = -34; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 28; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 13; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 20; -"@MMK_R_quoteright" = 20; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -10; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 25; -"@MMK_R_sixsuperior" = 13; -"@MMK_R_slash" = -19; -"@MMK_R_t" = 7; -"@MMK_R_threesuperior" = 3; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 8; -"@MMK_R_u" = -9; -"@MMK_R_underscore" = -35; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -4; -"@MMK_R_zero" = 5; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 37; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 42; -"@MMK_R_J" = 41; -"@MMK_R_O" = -6; -"@MMK_R_S" = 0; -"@MMK_R_T" = 21; -"@MMK_R_U" = 0; -"@MMK_R_V" = 29; -"@MMK_R_W" = 28; -"@MMK_R_X" = 41; -"@MMK_R_Y" = 31; -"@MMK_R_Z" = 40; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -62; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 30; -"@MMK_R_bracketright" = 30; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 34; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -10; -"@MMK_R_egrave" = -8; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 16; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = -18; -"@MMK_R_foursuperior" = -24; -"@MMK_R_g" = -9; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = 23; -"@MMK_R_hyphen" = -23; -"@MMK_R_hyphen.case" = -50; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 12; -"@MMK_R_igrave" = 45; -"@MMK_R_imacron" = 16; -"@MMK_R_itilde" = 26; -"@MMK_R_j" = 0; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 9; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 5; -"@MMK_R_onesuperior" = 7; -"@MMK_R_parenright" = 35; -"@MMK_R_parenright.case" = 55; -"@MMK_R_period" = 20; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 4; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 7; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 11; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = 29; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -10; -"@MMK_R_underscore" = 46; -"@MMK_R_v" = -22; -"@MMK_R_w" = -22; -"@MMK_R_x" = 19; -"@MMK_R_y" = -22; -"@MMK_R_z" = 19; -"@MMK_R_zero" = -4; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -44; -"@MMK_R_I.ss02" = 44; -"@MMK_R_J" = -7; -"@MMK_R_O" = -14; -"@MMK_R_S" = 0; -"@MMK_R_T" = 36; -"@MMK_R_U" = 5; -"@MMK_R_V" = 44; -"@MMK_R_W" = 39; -"@MMK_R_X" = 31; -"@MMK_R_Y" = 44; -"@MMK_R_Z" = 16; -"@MMK_R_a" = -52; -"@MMK_R_a.ss04" = -48; -"@MMK_R_asciicircum" = -41; -"@MMK_R_asterisk" = 22; -"@MMK_R_braceright" = 27; -"@MMK_R_bracketright" = 28; -"@MMK_R_colon" = -14; -"@MMK_R_colon.ss01" = -40; -"@MMK_R_comma" = -60; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -52; -"@MMK_R_egrave" = -26; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -91; -"@MMK_R_exclam" = 17; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -57; -"@MMK_R_foursuperior" = -9; -"@MMK_R_g" = -50; -"@MMK_R_g.ss05" = -47; -"@MMK_R_guillemetleft" = -52; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -38; -"@MMK_R_i" = -10; -"@MMK_R_icircumflex" = 19; -"@MMK_R_igrave" = 56; -"@MMK_R_imacron" = 28; -"@MMK_R_j" = -10; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 11; -"@MMK_R_n" = -38; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 17; -"@MMK_R_onesuperior" = 22; -"@MMK_R_oslash" = -46; -"@MMK_R_parenright" = 47; -"@MMK_R_parenright.case" = 48; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 22; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 22; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 26; -"@MMK_R_quoteright" = 26; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -43; -"@MMK_R_semicolon" = -14; -"@MMK_R_sevensuperior" = 27; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -45; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = 2; -"@MMK_R_trademark" = 14; -"@MMK_R_twosuperior" = 9; -"@MMK_R_u" = -37; -"@MMK_R_underscore" = -54; -"@MMK_R_v" = -22; -"@MMK_R_w" = -22; -"@MMK_R_x" = -24; -"@MMK_R_y" = -21; -"@MMK_R_z" = -22; -"@MMK_R_zero" = -15; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 23; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 46; -"@MMK_R_J" = 46; -"@MMK_R_O" = -16; -"@MMK_R_S" = -2; -"@MMK_R_T" = 30; -"@MMK_R_U" = 0; -"@MMK_R_V" = 37; -"@MMK_R_W" = 31; -"@MMK_R_X" = 39; -"@MMK_R_Y" = 37; -"@MMK_R_Z" = 30; -"@MMK_R_a" = -21; -"@MMK_R_a.ss04" = -5; -"@MMK_R_asciicircum" = -49; -"@MMK_R_asterisk" = 15; -"@MMK_R_braceright" = 32; -"@MMK_R_bracketright" = 32; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 5; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -21; -"@MMK_R_egrave" = -16; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 22; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = -71; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = -24; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = -26; -"@MMK_R_guillemetright" = 9; -"@MMK_R_hyphen" = -69; -"@MMK_R_hyphen.case" = -44; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = 7; -"@MMK_R_igrave" = 43; -"@MMK_R_imacron" = 22; -"@MMK_R_j" = -4; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -6; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 11; -"@MMK_R_onesuperior" = 15; -"@MMK_R_parenright" = 42; -"@MMK_R_parenright.case" = 56; -"@MMK_R_period" = 4; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 15; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 18; -"@MMK_R_quoteright" = 18; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -5; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = 19; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 24; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -16; -"@MMK_R_underscore" = 51; -"@MMK_R_v" = -28; -"@MMK_R_w" = -29; -"@MMK_R_x" = 14; -"@MMK_R_y" = -26; -"@MMK_R_z" = 15; -"@MMK_R_zero" = -16; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 5; -"@MMK_R_S" = 0; -"@MMK_R_T" = -64; -"@MMK_R_U" = 0; -"@MMK_R_V" = -24; -"@MMK_R_W" = -14; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -38; -"@MMK_R_Z" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = -19; -"@MMK_R_braceright" = -35; -"@MMK_R_bracketright" = -35; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_eightsuperior" = -22; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -29; -"@MMK_R_one" = -22; -"@MMK_R_onesuperior" = -24; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -42; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = -15; -"@MMK_R_question.ss01" = -28; -"@MMK_R_quotedbl" = -23; -"@MMK_R_quotedblleft" = -38; -"@MMK_R_quotedblleft.ss01" = -40; -"@MMK_R_quotedblright" = -29; -"@MMK_R_quoteright" = -32; -"@MMK_R_quoteright.ss01" = -32; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -32; -"@MMK_R_sixsuperior" = -27; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -23; -"@MMK_R_trademark" = -65; -"@MMK_R_twosuperior" = -22; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 21; -"@MMK_R_I.ss02" = 14; -"@MMK_R_J" = 20; -"@MMK_R_O" = 3; -"@MMK_R_S" = 0; -"@MMK_R_T" = -11; -"@MMK_R_U" = -4; -"@MMK_R_V" = -26; -"@MMK_R_W" = -17; -"@MMK_R_X" = 12; -"@MMK_R_Y" = -53; -"@MMK_R_Z" = 15; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -51; -"@MMK_R_asterisk" = -34; -"@MMK_R_braceright" = -20; -"@MMK_R_bracketright" = -17; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = 23; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -26; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -31; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -21; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 16; -"@MMK_R_hyphen" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -19; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -24; -"@MMK_R_period" = 22; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = -27; -"@MMK_R_question.ss01" = -34; -"@MMK_R_quotedbl" = -27; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -51; -"@MMK_R_quotedblright" = -42; -"@MMK_R_quoteright" = -42; -"@MMK_R_quoteright.ss01" = -53; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -34; -"@MMK_R_sixsuperior" = -30; -"@MMK_R_slash" = 10; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -25; -"@MMK_R_trademark" = -76; -"@MMK_R_twosuperior" = -23; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 39; -"@MMK_R_v" = 0; -"@MMK_R_w" = -2; -"@MMK_R_x" = 9; -"@MMK_R_y" = 0; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 4; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 17; -"@MMK_R_H" = -12; -"@MMK_R_I.ss02" = 15; -"@MMK_R_J" = 20; -"@MMK_R_O" = -12; -"@MMK_R_S" = -20; -"@MMK_R_T" = -60; -"@MMK_R_U" = -20; -"@MMK_R_V" = -40; -"@MMK_R_W" = -30; -"@MMK_R_Y" = -58; -"@MMK_R_Z" = 11; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = -16; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -16; -"@MMK_R_f" = -18; -"@MMK_R_g" = -17; -"@MMK_R_i" = -17; -"@MMK_R_j" = -16; -"@MMK_R_l" = -16; -"@MMK_R_n" = -17; -"@MMK_R_s" = -17; -"@MMK_R_t" = -19; -"@MMK_R_u" = -20; -"@MMK_R_z" = 3; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -68; -"@MMK_R_H" = -35; -"@MMK_R_I.ss02" = -50; -"@MMK_R_J" = -47; -"@MMK_R_O" = -27; -"@MMK_R_S" = -28; -"@MMK_R_T" = -59; -"@MMK_R_U" = -31; -"@MMK_R_V" = -28; -"@MMK_R_W" = -25; -"@MMK_R_Y" = -41; -"@MMK_R_Z" = -80; -"@MMK_R_a" = -50; -"@MMK_R_a.ss04" = -38; -"@MMK_R_e" = -49; -"@MMK_R_f" = -21; -"@MMK_R_g" = -48; -"@MMK_R_i" = -37; -"@MMK_R_j" = -37; -"@MMK_R_l" = -37; -"@MMK_R_n" = -37; -"@MMK_R_s" = -33; -"@MMK_R_t" = -19; -"@MMK_R_u" = -35; -"@MMK_R_z" = -39; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -68; -"@MMK_R_H" = -46; -"@MMK_R_I.ss02" = -67; -"@MMK_R_J" = -63; -"@MMK_R_O" = -33; -"@MMK_R_S" = -58; -"@MMK_R_T" = -98; -"@MMK_R_U" = -41; -"@MMK_R_V" = -58; -"@MMK_R_W" = -49; -"@MMK_R_Y" = -80; -"@MMK_R_Z" = -95; -"@MMK_R_a" = -47; -"@MMK_R_a.ss04" = -39; -"@MMK_R_e" = -46; -"@MMK_R_egrave" = -46; -"@MMK_R_f" = -45; -"@MMK_R_g" = -45; -"@MMK_R_i" = -52; -"@MMK_R_j" = -52; -"@MMK_R_l" = -52; -"@MMK_R_n" = -52; -"@MMK_R_s" = -37; -"@MMK_R_t" = -43; -"@MMK_R_u" = -51; -"@MMK_R_z" = -58; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -35; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 12; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 32; -"@MMK_R_W" = 30; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 22; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -34; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asterisk" = 5; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -35; -"@MMK_R_eight" = 3; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -55; -"@MMK_R_g" = -33; -"@MMK_R_guillemetleft" = -76; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = -129; -"@MMK_R_hyphen.case" = -79; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = -19; -"@MMK_R_nine" = 12; -"@MMK_R_one" = 6; -"@MMK_R_parenleft" = -8; -"@MMK_R_parenright" = -5; -"@MMK_R_parenright.case" = -4; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = 2; -"@MMK_R_question" = 30; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = -12; -"@MMK_R_quotedblleft.ss01" = 15; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 21; -"@MMK_R_s" = -20; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 40; -"@MMK_R_slash" = -54; -"@MMK_R_t" = 0; -"@MMK_R_three" = 25; -"@MMK_R_two" = 26; -"@MMK_R_u" = -16; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 24; -"@MMK_R_J" = 0; -"@MMK_R_O" = -18; -"@MMK_R_S" = -11; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = 31; -"@MMK_R_W" = 30; -"@MMK_R_X" = 30; -"@MMK_R_Y" = 27; -"@MMK_R_Z" = 38; -"@MMK_R_a" = -20; -"@MMK_R_a.ss04" = -18; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 31; -"@MMK_R_colon" = -28; -"@MMK_R_colon.ss01" = -30; -"@MMK_R_comma" = 16; -"@MMK_R_comma.ss01" = 20; -"@MMK_R_degree" = -21; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -15; -"@MMK_R_eight" = -18; -"@MMK_R_ellipsis" = -31; -"@MMK_R_f" = -2; -"@MMK_R_five" = 0; -"@MMK_R_four" = -7; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen" = -29; -"@MMK_R_i" = -23; -"@MMK_R_icircumflex" = 15; -"@MMK_R_j" = 31; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -35; -"@MMK_R_nine" = -17; -"@MMK_R_one" = -8; -"@MMK_R_parenleft" = -15; -"@MMK_R_percent" = -19; -"@MMK_R_period" = -27; -"@MMK_R_period.ss01" = -31; -"@MMK_R_pi" = -8; -"@MMK_R_plus" = -57; -"@MMK_R_question" = -12; -"@MMK_R_quotedbl" = 13; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 16; -"@MMK_R_quoteright" = 16; -"@MMK_R_quoteright.ss01" = 17; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = 23; -"@MMK_R_seven" = 37; -"@MMK_R_slash" = 4; -"@MMK_R_t" = -2; -"@MMK_R_three" = -10; -"@MMK_R_two" = -11; -"@MMK_R_u" = -20; -"@MMK_R_v" = -15; -"@MMK_R_w" = -15; -"@MMK_R_x" = -15; -"@MMK_R_y" = 35; -"@MMK_R_z" = -15; -"@MMK_R_zero" = -19; -}; -"@MMK_L_c" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -56; -"@MMK_R_U" = 0; -"@MMK_R_V" = -22; -"@MMK_R_W" = -13; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -41; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -34; -"@MMK_R_asterisk" = -23; -"@MMK_R_braceright" = -20; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -28; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_e" = -4; -"@MMK_R_egrave" = -4; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -20; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = -5; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = -12; -"@MMK_R_i" = -6; -"@MMK_R_icircumflex" = -3; -"@MMK_R_igrave" = -6; -"@MMK_R_imacron" = -6; -"@MMK_R_itilde" = -6; -"@MMK_R_j" = -3; -"@MMK_R_l" = -3; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = -3; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -6; -"@MMK_R_ninesuperior" = -22; -"@MMK_R_one" = -21; -"@MMK_R_onesuperior" = -19; -"@MMK_R_oslash" = -4; -"@MMK_R_parenright" = -53; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -31; -"@MMK_R_question" = -26; -"@MMK_R_question.ss01" = -36; -"@MMK_R_quotedbl" = -23; -"@MMK_R_quotedblleft" = -36; -"@MMK_R_quotedblleft.ss01" = -45; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -50; -"@MMK_R_quoteright.ss01" = -44; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -30; -"@MMK_R_sixsuperior" = -19; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -54; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = -3; -"@MMK_R_underscore" = -2; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = 15; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -47; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -14; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -28; -"@MMK_R_e" = -16; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 4; -"@MMK_R_five" = 0; -"@MMK_R_four" = -41; -"@MMK_R_g" = -16; -"@MMK_R_guillemetleft" = -28; -"@MMK_R_guillemetright" = 26; -"@MMK_R_hyphen" = -62; -"@MMK_R_hyphen.case" = -37; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -3; -"@MMK_R_parenright" = -29; -"@MMK_R_parenright.case" = 0; -"@MMK_R_pi" = 13; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -36; -"@MMK_R_quotedblright" = -21; -"@MMK_R_quoteright" = -21; -"@MMK_R_s" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -4; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -65; -"@MMK_R_bracketright" = 0; -"@MMK_R_eight" = -11; -"@MMK_R_five" = -11; -"@MMK_R_four" = -65; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = 31; -"@MMK_R_hyphen" = -65; -"@MMK_R_hyphen.case" = -65; -"@MMK_R_nine" = -15; -"@MMK_R_one" = -16; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 39; -"@MMK_R_quotedbl" = -65; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblright" = -65; -"@MMK_R_quoteright" = -65; -"@MMK_R_seven" = -32; -"@MMK_R_three" = -2; -"@MMK_R_two" = 31; -"@MMK_R_zero" = -21; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 12; -"@MMK_R_H" = 49; -"@MMK_R_O" = 31; -"@MMK_R_a" = 0; -"@MMK_R_bracketright" = 90; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_e" = 2; -"@MMK_R_eightsuperior" = 41; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 76; -"@MMK_R_fivesuperior" = 39; -"@MMK_R_foursuperior" = 19; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 20; -"@MMK_R_j" = 20; -"@MMK_R_l" = 26; -"@MMK_R_l.ss02" = 27; -"@MMK_R_l.ss03" = 33; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 54; -"@MMK_R_onesuperior" = 70; -"@MMK_R_parenright" = 86; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 87; -"@MMK_R_question.ss01" = 55; -"@MMK_R_quotedbl" = 80; -"@MMK_R_quotedblleft" = 64; -"@MMK_R_quotedblleft.ss01" = 46; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = 75; -"@MMK_R_sixsuperior" = 41; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 17; -"@MMK_R_threesuperior" = 49; -"@MMK_R_twosuperior" = 55; -"@MMK_R_u" = 0; -"@MMK_R_v" = 11; -"@MMK_R_w" = 9; -"@MMK_R_y" = 9; -"@MMK_R_z" = 52; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -71; -"@MMK_R_H" = -23; -"@MMK_R_I.ss02" = -19; -"@MMK_R_J" = -34; -"@MMK_R_O" = -23; -"@MMK_R_S" = -15; -"@MMK_R_T" = -17; -"@MMK_R_U" = -18; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_Y" = -11; -"@MMK_R_Z" = -34; -"@MMK_R_a" = -72; -"@MMK_R_a.ss04" = -58; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -21; -"@MMK_R_colon" = -18; -"@MMK_R_colon.ss01" = -37; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -72; -"@MMK_R_eight" = -22; -"@MMK_R_f" = -25; -"@MMK_R_five" = -21; -"@MMK_R_four" = -86; -"@MMK_R_g" = -68; -"@MMK_R_guillemetright" = -15; -"@MMK_R_hyphen" = -132; -"@MMK_R_hyphen.case" = -77; -"@MMK_R_i" = -39; -"@MMK_R_j" = -37; -"@MMK_R_l" = -32; -"@MMK_R_n" = -47; -"@MMK_R_nine" = -16; -"@MMK_R_one" = -2; -"@MMK_R_parenright" = -24; -"@MMK_R_parenright.case" = -24; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -22; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -21; -"@MMK_R_s" = -52; -"@MMK_R_semicolon" = -17; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -80; -"@MMK_R_t" = -26; -"@MMK_R_three" = -12; -"@MMK_R_two" = -11; -"@MMK_R_u" = -45; -"@MMK_R_z" = -31; -"@MMK_R_zero" = -24; -}; -"@MMK_L_e" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -6; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -60; -"@MMK_R_U" = -2; -"@MMK_R_V" = -25; -"@MMK_R_W" = -15; -"@MMK_R_X" = -7; -"@MMK_R_Y" = -54; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -3; -"@MMK_R_asciicircum" = -47; -"@MMK_R_asterisk" = -32; -"@MMK_R_braceright" = -23; -"@MMK_R_bracketright" = -21; -"@MMK_R_colon" = -11; -"@MMK_R_colon.ss01" = -34; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -36; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -23; -"@MMK_R_ellipsis" = -40; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -27; -"@MMK_R_four" = -3; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 13; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = -2; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = -2; -"@MMK_R_itilde" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = -2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -23; -"@MMK_R_onesuperior" = -31; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -61; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -36; -"@MMK_R_question" = -34; -"@MMK_R_question.ss01" = -49; -"@MMK_R_quotedbl" = -32; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quotedblright" = -58; -"@MMK_R_quoteright" = -58; -"@MMK_R_quoteright.ss01" = -54; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -10; -"@MMK_R_sevensuperior" = -40; -"@MMK_R_sixsuperior" = -27; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -21; -"@MMK_R_trademark" = -67; -"@MMK_R_twosuperior" = -18; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -8; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -8; -"@MMK_R_zero" = 3; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 0; -"@MMK_R_T" = -24; -"@MMK_R_U" = -2; -"@MMK_R_V" = -18; -"@MMK_R_W" = -3; -"@MMK_R_X" = -3; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -3; -"@MMK_R_asterisk" = -16; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon" = -11; -"@MMK_R_colon.ss01" = -34; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -36; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -21; -"@MMK_R_ellipsis" = -40; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -27; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 13; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = -2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -27; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -24; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -8; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -36; -"@MMK_R_question" = -16; -"@MMK_R_question.ss01" = -28; -"@MMK_R_quotedbl" = -27; -"@MMK_R_quotedblleft" = -41; -"@MMK_R_quotedblleft.ss01" = -49; -"@MMK_R_quotedblright" = -23; -"@MMK_R_quoteright" = -27; -"@MMK_R_quoteright.ss01" = -43; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -10; -"@MMK_R_sevensuperior" = -27; -"@MMK_R_sixsuperior" = -25; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -20; -"@MMK_R_twosuperior" = -17; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -8; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -8; -"@MMK_R_zero" = 3; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 13; -"@MMK_R_S" = 17; -"@MMK_R_T" = -11; -"@MMK_R_U" = 10; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -5; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asterisk" = 10; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -19; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_degree" = -18; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = 14; -"@MMK_R_ellipsis" = -36; -"@MMK_R_f" = 9; -"@MMK_R_five" = 8; -"@MMK_R_four" = 21; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 21; -"@MMK_R_hyphen.case" = -3; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 17; -"@MMK_R_j" = 5; -"@MMK_R_l" = 9; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 5; -"@MMK_R_one" = 11; -"@MMK_R_parenleft" = 17; -"@MMK_R_parenright" = -19; -"@MMK_R_parenright.case" = -13; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -30; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -27; -"@MMK_R_question" = 14; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 12; -"@MMK_R_slash" = 6; -"@MMK_R_t" = 9; -"@MMK_R_three" = 15; -"@MMK_R_two" = 9; -"@MMK_R_u" = 2; -"@MMK_R_v" = 2; -"@MMK_R_w" = 5; -"@MMK_R_x" = 2; -"@MMK_R_y" = 5; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 14; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -29; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -52; -"@MMK_R_S" = -34; -"@MMK_R_T" = -79; -"@MMK_R_U" = -52; -"@MMK_R_V" = -92; -"@MMK_R_W" = -71; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -91; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -48; -"@MMK_R_a.ss04" = -31; -"@MMK_R_asterisk" = -129; -"@MMK_R_bracketright" = -31; -"@MMK_R_colon" = 0; -"@MMK_R_comma" = 19; -"@MMK_R_e" = -48; -"@MMK_R_egrave" = -48; -"@MMK_R_eight" = -40; -"@MMK_R_ellipsis" = -21; -"@MMK_R_f" = -37; -"@MMK_R_five" = -41; -"@MMK_R_four" = -148; -"@MMK_R_g" = -51; -"@MMK_R_guillemetleft" = -49; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -187; -"@MMK_R_hyphen.case" = -187; -"@MMK_R_i" = -35; -"@MMK_R_j" = -35; -"@MMK_R_l" = -35; -"@MMK_R_n" = -35; -"@MMK_R_nine" = -45; -"@MMK_R_one" = -47; -"@MMK_R_parenleft" = -51; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 18; -"@MMK_R_pi" = -40; -"@MMK_R_question" = -74; -"@MMK_R_quotedbl" = -126; -"@MMK_R_quotedblleft" = -146; -"@MMK_R_quotedblright" = -146; -"@MMK_R_quoteright" = -65; -"@MMK_R_s" = -31; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -68; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -40; -"@MMK_R_three" = -32; -"@MMK_R_two" = -8; -"@MMK_R_u" = -45; -"@MMK_R_v" = -67; -"@MMK_R_w" = -62; -"@MMK_R_x" = -8; -"@MMK_R_y" = -63; -"@MMK_R_z" = -7; -"@MMK_R_zero" = -48; -}; -"@MMK_L_f" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 33; -"@MMK_R_J" = 0; -"@MMK_R_O" = 7; -"@MMK_R_S" = 9; -"@MMK_R_T" = 29; -"@MMK_R_U" = 9; -"@MMK_R_V" = 29; -"@MMK_R_W" = 28; -"@MMK_R_X" = 23; -"@MMK_R_Y" = 30; -"@MMK_R_Z" = 20; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -17; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 2; -"@MMK_R_bracketright" = 2; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -38; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -38; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = 8; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = -3; -"@MMK_R_icircumflex" = 2; -"@MMK_R_igrave" = 20; -"@MMK_R_imacron" = 2; -"@MMK_R_itilde" = 2; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 10; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 9; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -38; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 10; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 6; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = 11; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -3; -"@MMK_R_trademark" = 4; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -3; -"@MMK_R_v" = 17; -"@MMK_R_w" = 15; -"@MMK_R_x" = 10; -"@MMK_R_y" = 17; -"@MMK_R_z" = 5; -"@MMK_R_zero" = 5; -}; -"@MMK_L_five" = { -"@MMK_R_A" = 15; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 24; -"@MMK_R_J" = 0; -"@MMK_R_O" = 15; -"@MMK_R_S" = 11; -"@MMK_R_T" = 4; -"@MMK_R_U" = 6; -"@MMK_R_V" = 20; -"@MMK_R_W" = 14; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 9; -"@MMK_R_Z" = 7; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 8; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 20; -"@MMK_R_colon" = -6; -"@MMK_R_colon.ss01" = -29; -"@MMK_R_comma" = -3; -"@MMK_R_comma.ss01" = -29; -"@MMK_R_degree" = -35; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eight" = 5; -"@MMK_R_ellipsis" = -34; -"@MMK_R_f" = 5; -"@MMK_R_five" = 4; -"@MMK_R_four" = 31; -"@MMK_R_g" = 18; -"@MMK_R_guillemetleft" = 15; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 33; -"@MMK_R_hyphen.case" = 18; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 9; -"@MMK_R_j" = 3; -"@MMK_R_l" = 6; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 26; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 15; -"@MMK_R_percent" = -7; -"@MMK_R_period" = -3; -"@MMK_R_period.ss01" = -29; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = -14; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = -6; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = 12; -"@MMK_R_t" = 2; -"@MMK_R_three" = 10; -"@MMK_R_two" = -3; -"@MMK_R_u" = 5; -"@MMK_R_v" = 5; -"@MMK_R_w" = 5; -"@MMK_R_x" = 0; -"@MMK_R_y" = 6; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 16; -}; -"@MMK_L_four" = { -"@MMK_R_A" = 9; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -2; -"@MMK_R_O" = 10; -"@MMK_R_S" = 32; -"@MMK_R_T" = -6; -"@MMK_R_U" = 4; -"@MMK_R_V" = -4; -"@MMK_R_W" = 0; -"@MMK_R_X" = -4; -"@MMK_R_Y" = -3; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -6; -"@MMK_R_colon.ss01" = -29; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_degree" = -30; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 17; -"@MMK_R_ellipsis" = -35; -"@MMK_R_f" = 0; -"@MMK_R_five" = 15; -"@MMK_R_four" = 47; -"@MMK_R_g" = 4; -"@MMK_R_guillemetleft" = 17; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -6; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 5; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -4; -"@MMK_R_parenleft" = 15; -"@MMK_R_parenright" = -10; -"@MMK_R_parenright.case" = -2; -"@MMK_R_percent" = -6; -"@MMK_R_period" = -6; -"@MMK_R_period.ss01" = -35; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -21; -"@MMK_R_question" = -6; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -22; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -21; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -4; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_three" = 30; -"@MMK_R_two" = 0; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 11; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -21; -"@MMK_R_zero.dnom" = -10; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 5; -"@MMK_R_S" = 0; -"@MMK_R_T" = -64; -"@MMK_R_U" = 0; -"@MMK_R_V" = -24; -"@MMK_R_W" = -14; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -38; -"@MMK_R_Z" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = -19; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = 2; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -23; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -31; -"@MMK_R_one" = -22; -"@MMK_R_onesuperior" = -26; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -3; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = -15; -"@MMK_R_question.ss01" = -28; -"@MMK_R_quotedbl" = -23; -"@MMK_R_quotedblleft" = -49; -"@MMK_R_quotedblleft.ss01" = -42; -"@MMK_R_quotedblright" = -32; -"@MMK_R_quoteright" = -32; -"@MMK_R_quoteright.ss01" = -32; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -30; -"@MMK_R_sixsuperior" = -27; -"@MMK_R_slash" = 13; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -24; -"@MMK_R_trademark" = -65; -"@MMK_R_twosuperior" = -23; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 3; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 25; -"@MMK_R_H" = 7; -"@MMK_R_I.ss02" = 25; -"@MMK_R_J" = 30; -"@MMK_R_O" = 13; -"@MMK_R_S" = 5; -"@MMK_R_T" = -40; -"@MMK_R_U" = 9; -"@MMK_R_V" = 2; -"@MMK_R_W" = 10; -"@MMK_R_X" = 26; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 23; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = 17; -"@MMK_R_braceright" = 47; -"@MMK_R_bracketright" = 47; -"@MMK_R_colon" = 15; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 60; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -8; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -6; -"@MMK_R_g.ss05" = 21; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 23; -"@MMK_R_hyphen" = 7; -"@MMK_R_icircumflex" = 19; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 27; -"@MMK_R_onesuperior" = -8; -"@MMK_R_oslash" = 10; -"@MMK_R_parenright" = 38; -"@MMK_R_period" = 43; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 15; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 22; -"@MMK_R_quoteright" = 22; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 52; -"@MMK_R_sevensuperior" = -18; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 43; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -16; -"@MMK_R_trademark" = -36; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 57; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 13; -"@MMK_R_y" = 0; -"@MMK_R_z" = 14; -"@MMK_R_zero" = 12; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 32; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 28; -"@MMK_R_J" = 28; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -39; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 23; -"@MMK_R_Y" = -5; -"@MMK_R_Z" = 30; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -11; -"@MMK_R_bracketright" = -17; -"@MMK_R_colon" = 26; -"@MMK_R_colon.ss01" = 7; -"@MMK_R_comma" = 17; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -15; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 12; -"@MMK_R_five" = 0; -"@MMK_R_four" = -3; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -26; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -31; -"@MMK_R_hyphen.case" = -4; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 6; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -21; -"@MMK_R_parenright.case" = 17; -"@MMK_R_percent" = 3; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_pi" = 27; -"@MMK_R_plus" = -25; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -40; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = -31; -"@MMK_R_quoteright" = -31; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 27; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 29; -"@MMK_R_t" = 7; -"@MMK_R_three" = 0; -"@MMK_R_two" = 18; -"@MMK_R_u" = 0; -"@MMK_R_v" = 30; -"@MMK_R_w" = 27; -"@MMK_R_x" = 36; -"@MMK_R_y" = 29; -"@MMK_R_z" = 36; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 10; -"@MMK_R_T" = -41; -"@MMK_R_U" = 0; -"@MMK_R_V" = -18; -"@MMK_R_W" = -3; -"@MMK_R_X" = -7; -"@MMK_R_Y" = -52; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -76; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = -28; -"@MMK_R_colon.ss01" = -39; -"@MMK_R_comma" = -28; -"@MMK_R_comma.ss01" = -44; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -49; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = 33; -"@MMK_R_g" = 8; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -26; -"@MMK_R_hyphen" = 38; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -11; -"@MMK_R_parenleft" = 15; -"@MMK_R_parenright" = -64; -"@MMK_R_parenright.case" = -30; -"@MMK_R_percent" = -24; -"@MMK_R_period" = -28; -"@MMK_R_period.ss01" = -44; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -17; -"@MMK_R_question" = -44; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quotedblright" = -81; -"@MMK_R_quoteright" = -65; -"@MMK_R_quoteright.ss01" = -61; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -27; -"@MMK_R_seven" = -31; -"@MMK_R_slash" = 7; -"@MMK_R_t" = 0; -"@MMK_R_three" = 9; -"@MMK_R_two" = -10; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -5; -"@MMK_R_y" = 0; -"@MMK_R_z" = -6; -"@MMK_R_zero" = 4; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -15; -"@MMK_R_J" = -10; -"@MMK_R_O" = 17; -"@MMK_R_S" = 10; -"@MMK_R_T" = -47; -"@MMK_R_U" = 8; -"@MMK_R_V" = -26; -"@MMK_R_W" = -14; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -61; -"@MMK_R_Z" = -14; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -129; -"@MMK_R_bracketright" = -29; -"@MMK_R_colon" = -62; -"@MMK_R_colon.ss01" = -61; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eight" = 14; -"@MMK_R_f" = -2; -"@MMK_R_five" = 4; -"@MMK_R_four" = 44; -"@MMK_R_g" = 18; -"@MMK_R_guillemetleft" = 38; -"@MMK_R_guillemetright" = -31; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 12; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -12; -"@MMK_R_one" = -18; -"@MMK_R_parenleft" = 25; -"@MMK_R_parenright" = -75; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = -5; -"@MMK_R_plus" = -26; -"@MMK_R_question" = -62; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -132; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quotedblright" = -132; -"@MMK_R_quoteright" = -65; -"@MMK_R_quoteright.ss01" = -111; -"@MMK_R_s" = -8; -"@MMK_R_semicolon" = -65; -"@MMK_R_seven" = -49; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -2; -"@MMK_R_three" = 7; -"@MMK_R_two" = -32; -"@MMK_R_u" = 3; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -22; -"@MMK_R_y" = 0; -"@MMK_R_z" = -14; -"@MMK_R_zero" = 18; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -11; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -14; -"@MMK_R_J" = -10; -"@MMK_R_O" = 21; -"@MMK_R_S" = -18; -"@MMK_R_T" = -47; -"@MMK_R_U" = 8; -"@MMK_R_V" = -12; -"@MMK_R_W" = -4; -"@MMK_R_X" = -50; -"@MMK_R_Y" = -38; -"@MMK_R_Z" = -39; -"@MMK_R_asterisk" = -79; -"@MMK_R_colon" = -44; -"@MMK_R_colon.ss01" = -44; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_eight" = -7; -"@MMK_R_five" = 11; -"@MMK_R_four" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -4; -"@MMK_R_nine" = 9; -"@MMK_R_one" = -17; -"@MMK_R_parenright.case" = -65; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_plus" = 19; -"@MMK_R_question" = -76; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quotedblright" = -132; -"@MMK_R_quoteright" = -65; -"@MMK_R_quoteright.ss01" = -61; -"@MMK_R_semicolon" = -44; -"@MMK_R_seven" = -62; -"@MMK_R_slash" = -10; -"@MMK_R_three" = -42; -"@MMK_R_two" = -51; -"@MMK_R_zero" = 20; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 5; -"@MMK_R_S" = 0; -"@MMK_R_T" = -19; -"@MMK_R_U" = 0; -"@MMK_R_V" = -2; -"@MMK_R_W" = -2; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -9; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -23; -"@MMK_R_bracketright" = -23; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -27; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -24; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -14; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -27; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = -11; -"@MMK_R_question.ss01" = -22; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -32; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -30; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -17; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -20; -"@MMK_R_trademark" = -37; -"@MMK_R_twosuperior" = -19; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 7; -"@MMK_R_H" = 11; -"@MMK_R_I.ss02" = 13; -"@MMK_R_O" = 15; -"@MMK_R_S" = 24; -"@MMK_R_U" = 20; -"@MMK_R_V" = 34; -"@MMK_R_X" = 12; -"@MMK_R_Y" = 19; -"@MMK_R_Z" = 0; -"@MMK_R_bracketright" = 15; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_egrave" = 3; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 5; -"@MMK_R_one" = 44; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 22; -"@MMK_R_question.ss01" = 28; -"@MMK_R_quotedbl" = 31; -"@MMK_R_quotedblleft" = 20; -"@MMK_R_quotedblleft.ss01" = 3; -"@MMK_R_quotedblright" = 34; -"@MMK_R_quoteright" = 34; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = 11; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = 13; -"@MMK_R_I.ss02" = 50; -"@MMK_R_J" = 5; -"@MMK_R_O" = 10; -"@MMK_R_S" = 16; -"@MMK_R_T" = 52; -"@MMK_R_U" = 21; -"@MMK_R_V" = 52; -"@MMK_R_W" = 53; -"@MMK_R_X" = 45; -"@MMK_R_Y" = 56; -"@MMK_R_Z" = 37; -"@MMK_R_asciicircum" = -36; -"@MMK_R_asterisk" = 19; -"@MMK_R_braceright" = 38; -"@MMK_R_bracketright" = 38; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -14; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 5; -"@MMK_R_onesuperior" = 34; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = 58; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 20; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 31; -"@MMK_R_quotedblleft" = 15; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 31; -"@MMK_R_quoteright" = 31; -"@MMK_R_quoteright.ss01" = 8; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 36; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_threesuperior" = 8; -"@MMK_R_trademark" = 31; -"@MMK_R_twosuperior" = 14; -"@MMK_R_underscore" = 3; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = 27; -"@MMK_R_O" = 0; -"@MMK_R_S" = 6; -"@MMK_R_T" = -46; -"@MMK_R_U" = 0; -"@MMK_R_V" = -3; -"@MMK_R_W" = 0; -"@MMK_R_X" = 21; -"@MMK_R_Y" = -21; -"@MMK_R_Z" = 19; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -22; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -16; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 30; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -14; -"@MMK_R_ellipsis" = -8; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 7; -"@MMK_R_fivesuperior" = -17; -"@MMK_R_four" = -12; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -5; -"@MMK_R_guillemetright" = 37; -"@MMK_R_hyphen" = -18; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_ninesuperior" = -21; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = -25; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -17; -"@MMK_R_period" = 13; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -24; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 19; -"@MMK_R_sevensuperior" = -36; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = 13; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = -15; -"@MMK_R_trademark" = -42; -"@MMK_R_twosuperior" = -25; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 45; -"@MMK_R_v" = 9; -"@MMK_R_w" = 10; -"@MMK_R_x" = 16; -"@MMK_R_y" = 10; -"@MMK_R_z" = 16; -"@MMK_R_zero" = 0; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 5; -"@MMK_R_S" = 9; -"@MMK_R_T" = 0; -"@MMK_R_U" = 8; -"@MMK_R_V" = 4; -"@MMK_R_W" = 7; -"@MMK_R_X" = 4; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -10; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -13; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -22; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -21; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -15; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -16; -"@MMK_R_trademark" = -27; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 21; -"@MMK_R_I.ss02" = 23; -"@MMK_R_J" = 20; -"@MMK_R_O" = 3; -"@MMK_R_S" = 6; -"@MMK_R_T" = 0; -"@MMK_R_U" = 4; -"@MMK_R_V" = 0; -"@MMK_R_W" = 2; -"@MMK_R_X" = 20; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 18; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -40; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -20; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -17; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -13; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -2; -"@MMK_R_period" = 19; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = -3; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -25; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = -16; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = 11; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -29; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 40; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 11; -"@MMK_R_y" = 0; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 2; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 90; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = 41; -"@MMK_R_exclam" = 76; -"@MMK_R_f" = 12; -"@MMK_R_fivesuperior" = 39; -"@MMK_R_foursuperior" = 19; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 20; -"@MMK_R_j" = 4; -"@MMK_R_l" = 26; -"@MMK_R_l.ss03" = 33; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 54; -"@MMK_R_onesuperior" = 70; -"@MMK_R_parenright" = 86; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 87; -"@MMK_R_question.ss01" = 55; -"@MMK_R_quotedbl" = 80; -"@MMK_R_quotedblleft" = 64; -"@MMK_R_quotedblleft.ss01" = 46; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = 75; -"@MMK_R_sixsuperior" = 41; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 17; -"@MMK_R_threesuperior" = 49; -"@MMK_R_twosuperior" = 55; -"@MMK_R_u" = 0; -"@MMK_R_v" = 11; -"@MMK_R_z" = 52; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -17; -"@MMK_R_J" = -11; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -48; -"@MMK_R_V" = -26; -"@MMK_R_W" = -14; -"@MMK_R_Y" = -55; -"@MMK_R_Z" = -15; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -9; -"@MMK_R_e" = 0; -"@MMK_R_f" = 0; -"@MMK_R_g" = 0; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_s" = -10; -"@MMK_R_t" = 0; -"@MMK_R_z" = -21; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = 0; -"@MMK_R_U" = 5; -"@MMK_R_X" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -26; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -40; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -39; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_foursuperior" = -7; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -5; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_onesuperior" = -9; -"@MMK_R_parenright" = -4; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -40; -"@MMK_R_question" = -6; -"@MMK_R_question.ss01" = -18; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblleft.ss01" = -28; -"@MMK_R_quotedblright" = -5; -"@MMK_R_quoteright" = -5; -"@MMK_R_quoteright.ss01" = -28; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -18; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -7; -"@MMK_R_twosuperior" = -6; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 7; -"@MMK_R_H" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -62; -"@MMK_R_U" = -2; -"@MMK_R_V" = -27; -"@MMK_R_W" = -15; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -47; -"@MMK_R_asterisk" = -31; -"@MMK_R_braceright" = -31; -"@MMK_R_bracketright" = -32; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -31; -"@MMK_R_comma" = 3; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -26; -"@MMK_R_ellipsis" = -33; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -30; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -18; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 3; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -33; -"@MMK_R_one" = -22; -"@MMK_R_onesuperior" = -38; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -40; -"@MMK_R_period" = 3; -"@MMK_R_period.ss01" = -33; -"@MMK_R_question" = -32; -"@MMK_R_question.ss01" = -48; -"@MMK_R_quotedbl" = -32; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quotedblright" = -56; -"@MMK_R_quoteright" = -56; -"@MMK_R_quoteright.ss01" = -52; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -4; -"@MMK_R_sevensuperior" = -46; -"@MMK_R_sixsuperior" = -29; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -23; -"@MMK_R_trademark" = -73; -"@MMK_R_twosuperior" = -22; -"@MMK_R_underscore" = 3; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 18; -"@MMK_R_S" = 7; -"@MMK_R_T" = -19; -"@MMK_R_U" = 6; -"@MMK_R_V" = 0; -"@MMK_R_W" = 5; -"@MMK_R_X" = -4; -"@MMK_R_Y" = -14; -"@MMK_R_Z" = -12; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -19; -"@MMK_R_comma" = -18; -"@MMK_R_comma.ss01" = -45; -"@MMK_R_degree" = -23; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 7; -"@MMK_R_ellipsis" = -50; -"@MMK_R_f" = 6; -"@MMK_R_five" = 8; -"@MMK_R_four" = 13; -"@MMK_R_g" = 8; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 17; -"@MMK_R_hyphen.case" = 20; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 13; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_n" = 4; -"@MMK_R_nine" = 7; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 21; -"@MMK_R_parenright" = -26; -"@MMK_R_parenright.case" = -20; -"@MMK_R_percent" = 7; -"@MMK_R_period" = -18; -"@MMK_R_period.ss01" = -45; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -2; -"@MMK_R_question" = 2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 3; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 6; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 7; -"@MMK_R_v" = 15; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 14; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 18; -}; -"@MMK_L_o" = { -"@MMK_R_A" = 5; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 6; -"@MMK_R_S" = 0; -"@MMK_R_T" = -61; -"@MMK_R_U" = 0; -"@MMK_R_V" = -26; -"@MMK_R_W" = -14; -"@MMK_R_X" = -10; -"@MMK_R_Y" = -53; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = -35; -"@MMK_R_braceright" = -21; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = -17; -"@MMK_R_colon.ss01" = -37; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -44; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = -23; -"@MMK_R_ellipsis" = -48; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -19; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 15; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = -32; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -59; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -44; -"@MMK_R_question" = -36; -"@MMK_R_question.ss01" = -38; -"@MMK_R_quotedbl" = -32; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quotedblright" = -32; -"@MMK_R_quoteright" = -32; -"@MMK_R_quoteright.ss01" = -49; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -16; -"@MMK_R_sevensuperior" = -35; -"@MMK_R_sixsuperior" = -28; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -71; -"@MMK_R_twosuperior" = -19; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -16; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 6; -}; -"@MMK_L_p" = { -"@MMK_R_A" = 5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 6; -"@MMK_R_S" = 0; -"@MMK_R_T" = -61; -"@MMK_R_U" = 0; -"@MMK_R_V" = -25; -"@MMK_R_W" = -14; -"@MMK_R_X" = -10; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = -35; -"@MMK_R_braceright" = -21; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = -16; -"@MMK_R_colon.ss01" = -37; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -44; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = -25; -"@MMK_R_ellipsis" = -48; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -19; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 15; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -31; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = -34; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -58; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -44; -"@MMK_R_question" = -35; -"@MMK_R_question.ss01" = -48; -"@MMK_R_quotedbl" = -35; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quotedblright" = -60; -"@MMK_R_quoteright" = -60; -"@MMK_R_quoteright.ss01" = -56; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -16; -"@MMK_R_sevensuperior" = -43; -"@MMK_R_sixsuperior" = -29; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -72; -"@MMK_R_twosuperior" = -20; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -14; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 6; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -11; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 38; -"@MMK_R_J" = 0; -"@MMK_R_O" = -26; -"@MMK_R_S" = -14; -"@MMK_R_T" = 0; -"@MMK_R_U" = 8; -"@MMK_R_V" = 47; -"@MMK_R_W" = 45; -"@MMK_R_X" = 35; -"@MMK_R_Y" = 47; -"@MMK_R_Z" = 22; -"@MMK_R_a" = -59; -"@MMK_R_a.ss04" = -21; -"@MMK_R_asterisk" = -5; -"@MMK_R_bracketright" = 22; -"@MMK_R_colon" = -29; -"@MMK_R_colon.ss01" = -33; -"@MMK_R_comma" = 38; -"@MMK_R_comma.ss01" = 35; -"@MMK_R_degree" = -24; -"@MMK_R_e" = -58; -"@MMK_R_egrave" = -38; -"@MMK_R_eight" = -23; -"@MMK_R_ellipsis" = -33; -"@MMK_R_f" = -15; -"@MMK_R_five" = -3; -"@MMK_R_four" = -45; -"@MMK_R_g" = -2; -"@MMK_R_guillemetleft" = -64; -"@MMK_R_guillemetright" = -21; -"@MMK_R_hyphen" = -75; -"@MMK_R_i" = -27; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 41; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -4; -"@MMK_R_n" = -42; -"@MMK_R_nine" = -18; -"@MMK_R_one" = -8; -"@MMK_R_parenleft" = -42; -"@MMK_R_parenright" = 24; -"@MMK_R_percent" = -21; -"@MMK_R_period" = -28; -"@MMK_R_period.ss01" = -33; -"@MMK_R_pi" = -33; -"@MMK_R_plus" = -100; -"@MMK_R_question" = -14; -"@MMK_R_quotedbl" = 10; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 4; -"@MMK_R_s" = -46; -"@MMK_R_semicolon" = 34; -"@MMK_R_seven" = 40; -"@MMK_R_slash" = 23; -"@MMK_R_t" = -16; -"@MMK_R_three" = -12; -"@MMK_R_two" = -11; -"@MMK_R_u" = -59; -"@MMK_R_v" = -45; -"@MMK_R_w" = -47; -"@MMK_R_x" = -19; -"@MMK_R_y" = 11; -"@MMK_R_z" = -20; -"@MMK_R_zero" = -27; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = 49; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 60; -"@MMK_R_J" = 30; -"@MMK_R_O" = -20; -"@MMK_R_S" = -2; -"@MMK_R_T" = 7; -"@MMK_R_U" = 7; -"@MMK_R_V" = 48; -"@MMK_R_W" = 45; -"@MMK_R_X" = 57; -"@MMK_R_Y" = 47; -"@MMK_R_Z" = 56; -"@MMK_R_asterisk" = -6; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 47; -"@MMK_R_comma.ss01" = 21; -"@MMK_R_degree" = -24; -"@MMK_R_eight" = -16; -"@MMK_R_ellipsis" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -26; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen.case" = -65; -"@MMK_R_nine" = -15; -"@MMK_R_one" = 0; -"@MMK_R_parenright.case" = 22; -"@MMK_R_percent" = -22; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_plus" = -89; -"@MMK_R_question" = -14; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 4; -"@MMK_R_semicolon" = 43; -"@MMK_R_seven" = 39; -"@MMK_R_slash" = 74; -"@MMK_R_three" = 0; -"@MMK_R_two" = 32; -"@MMK_R_zero" = -19; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = 8; -"@MMK_R_H" = 9; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 21; -"@MMK_R_S" = 7; -"@MMK_R_T" = -30; -"@MMK_R_U" = 15; -"@MMK_R_V" = -2; -"@MMK_R_W" = 4; -"@MMK_R_X" = -6; -"@MMK_R_Y" = -20; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 16; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asterisk" = -8; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = -3; -"@MMK_R_colon.ss01" = -29; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -47; -"@MMK_R_e" = 18; -"@MMK_R_egrave" = 18; -"@MMK_R_eight" = 10; -"@MMK_R_f" = 14; -"@MMK_R_five" = 10; -"@MMK_R_four" = 6; -"@MMK_R_g" = 19; -"@MMK_R_guillemetleft" = 15; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 25; -"@MMK_R_i" = 10; -"@MMK_R_icircumflex" = 16; -"@MMK_R_j" = 10; -"@MMK_R_l" = 10; -"@MMK_R_n" = 10; -"@MMK_R_nine" = 10; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 27; -"@MMK_R_parenright" = -43; -"@MMK_R_period" = -14; -"@MMK_R_period.ss01" = -47; -"@MMK_R_pi" = 9; -"@MMK_R_plus" = -3; -"@MMK_R_question" = -7; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -25; -"@MMK_R_quotedblleft.ss01" = -37; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -9; -"@MMK_R_quoteright.ss01" = -30; -"@MMK_R_s" = 8; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = 4; -"@MMK_R_t" = 14; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 13; -"@MMK_R_v" = 13; -"@MMK_R_w" = 15; -"@MMK_R_x" = 6; -"@MMK_R_y" = 16; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 22; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -74; -"@MMK_R_bracketright" = -31; -"@MMK_R_colon" = -25; -"@MMK_R_colon.ss01" = -49; -"@MMK_R_comma" = -16; -"@MMK_R_comma.ss01" = -49; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -19; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = -11; -"@MMK_R_parenright" = -47; -"@MMK_R_parenright.case" = -23; -"@MMK_R_period" = -16; -"@MMK_R_period.ss01" = -49; -"@MMK_R_question" = -72; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quotedblright" = -73; -"@MMK_R_quoteright" = -65; -"@MMK_R_quoteright.ss01" = -61; -"@MMK_R_semicolon" = -25; -"@MMK_R_slash" = -7; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 20; -"@MMK_R_J" = 28; -"@MMK_R_O" = -19; -"@MMK_R_S" = -2; -"@MMK_R_T" = -44; -"@MMK_R_U" = -21; -"@MMK_R_V" = -61; -"@MMK_R_W" = -34; -"@MMK_R_X" = 21; -"@MMK_R_Y" = -61; -"@MMK_R_Z" = 54; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asterisk" = -62; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 20; -"@MMK_R_e" = -11; -"@MMK_R_eight" = -10; -"@MMK_R_f" = -2; -"@MMK_R_five" = -11; -"@MMK_R_four" = -62; -"@MMK_R_g" = -13; -"@MMK_R_guillemetleft" = -28; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -62; -"@MMK_R_hyphen.case" = -62; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -14; -"@MMK_R_one" = -18; -"@MMK_R_parenleft" = -14; -"@MMK_R_parenright" = -28; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -5; -"@MMK_R_question" = -53; -"@MMK_R_quotedbl" = -62; -"@MMK_R_quotedblleft" = -62; -"@MMK_R_quotedblright" = -62; -"@MMK_R_quoteright" = -62; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 20; -"@MMK_R_seven" = -34; -"@MMK_R_slash" = 42; -"@MMK_R_t" = -5; -"@MMK_R_three" = 0; -"@MMK_R_two" = 33; -"@MMK_R_u" = -9; -"@MMK_R_v" = -27; -"@MMK_R_w" = -24; -"@MMK_R_x" = 10; -"@MMK_R_y" = -25; -"@MMK_R_z" = 45; -"@MMK_R_zero" = -19; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -29; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -46; -"@MMK_R_S" = -29; -"@MMK_R_T" = -61; -"@MMK_R_U" = -47; -"@MMK_R_V" = -61; -"@MMK_R_W" = -61; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -92; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -44; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asterisk" = -61; -"@MMK_R_bracketright" = -31; -"@MMK_R_colon.ss01" = -24; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_e" = -44; -"@MMK_R_egrave" = -44; -"@MMK_R_eight" = -35; -"@MMK_R_f" = -37; -"@MMK_R_five" = -36; -"@MMK_R_four" = -61; -"@MMK_R_g" = -46; -"@MMK_R_guillemetleft" = -44; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = -35; -"@MMK_R_j" = -35; -"@MMK_R_l" = -35; -"@MMK_R_n" = -35; -"@MMK_R_nine" = -41; -"@MMK_R_one" = -47; -"@MMK_R_parenleft" = -47; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period.ss01" = -24; -"@MMK_R_pi" = -40; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quoteright.ss01" = -61; -"@MMK_R_s" = -27; -"@MMK_R_seven" = -61; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -40; -"@MMK_R_three" = -26; -"@MMK_R_two" = -8; -"@MMK_R_u" = -42; -"@MMK_R_v" = -61; -"@MMK_R_w" = -61; -"@MMK_R_x" = -10; -"@MMK_R_y" = -61; -"@MMK_R_z" = -8; -"@MMK_R_zero" = -46; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -30; -"@MMK_R_H" = -19; -"@MMK_R_I.ss02" = -33; -"@MMK_R_J" = -30; -"@MMK_R_O" = -2; -"@MMK_R_S" = -36; -"@MMK_R_T" = -64; -"@MMK_R_U" = -14; -"@MMK_R_V" = -32; -"@MMK_R_W" = -24; -"@MMK_R_Y" = -52; -"@MMK_R_Z" = -53; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = -21; -"@MMK_R_e" = -15; -"@MMK_R_egrave" = -15; -"@MMK_R_f" = -22; -"@MMK_R_g" = -13; -"@MMK_R_i" = -21; -"@MMK_R_j" = -21; -"@MMK_R_l" = -21; -"@MMK_R_n" = -21; -"@MMK_R_s" = -14; -"@MMK_R_t" = -22; -"@MMK_R_u" = -19; -"@MMK_R_z" = -44; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -8; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 8; -"@MMK_R_V" = 16; -"@MMK_R_W" = 20; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -8; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asterisk" = 31; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -20; -"@MMK_R_comma" = -33; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -22; -"@MMK_R_f" = 0; -"@MMK_R_g" = -21; -"@MMK_R_guillemetleft" = -25; -"@MMK_R_guillemetright" = 9; -"@MMK_R_hyphen" = -34; -"@MMK_R_hyphen.case" = -7; -"@MMK_R_i" = -14; -"@MMK_R_j" = -14; -"@MMK_R_l" = 0; -"@MMK_R_n" = -21; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -9; -"@MMK_R_parenright.case" = -9; -"@MMK_R_period" = -33; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = 2; -"@MMK_R_question" = 34; -"@MMK_R_quotedbl" = 3; -"@MMK_R_quotedblleft" = 7; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 25; -"@MMK_R_quoteright" = 25; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -20; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -32; -"@MMK_R_t" = 0; -"@MMK_R_u" = -19; -"@MMK_R_v" = -3; -"@MMK_R_w" = -5; -"@MMK_R_x" = -5; -"@MMK_R_y" = -4; -"@MMK_R_z" = -7; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = -4; -"@MMK_R_H" = -14; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = -43; -"@MMK_R_S" = -33; -"@MMK_R_T" = -64; -"@MMK_R_U" = -46; -"@MMK_R_V" = -75; -"@MMK_R_W" = -52; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -79; -"@MMK_R_Z" = -4; -"@MMK_R_a" = -35; -"@MMK_R_a.ss04" = -21; -"@MMK_R_e" = -35; -"@MMK_R_eight" = -38; -"@MMK_R_f" = -17; -"@MMK_R_five" = -38; -"@MMK_R_four" = -50; -"@MMK_R_g" = -5; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = -15; -"@MMK_R_j" = 4; -"@MMK_R_l" = -15; -"@MMK_R_n" = -15; -"@MMK_R_nine" = -39; -"@MMK_R_one" = -33; -"@MMK_R_parenright" = 27; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -101; -"@MMK_R_quoteright" = -65; -"@MMK_R_s" = -23; -"@MMK_R_seven" = -46; -"@MMK_R_t" = -26; -"@MMK_R_three" = -30; -"@MMK_R_two" = 0; -"@MMK_R_u" = -32; -"@MMK_R_v" = -44; -"@MMK_R_w" = -40; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -42; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -44; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = -8; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 16; -"@MMK_R_U" = 0; -"@MMK_R_V" = 17; -"@MMK_R_W" = 13; -"@MMK_R_X" = 7; -"@MMK_R_Y" = 22; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -35; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asterisk" = -12; -"@MMK_R_bracketright" = 13; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_degree" = -11; -"@MMK_R_e" = -35; -"@MMK_R_egrave" = -30; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -126; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -56; -"@MMK_R_g" = -33; -"@MMK_R_guillemetleft" = -61; -"@MMK_R_guillemetright" = -19; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = -15; -"@MMK_R_icircumflex" = 31; -"@MMK_R_j" = -15; -"@MMK_R_l" = -12; -"@MMK_R_lslash" = -15; -"@MMK_R_n" = -23; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 16; -"@MMK_R_parenleft" = -14; -"@MMK_R_parenright" = 10; -"@MMK_R_parenright.case" = 10; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -61; -"@MMK_R_question" = 11; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -20; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -21; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 17; -"@MMK_R_slash" = -62; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -21; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -10; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -11; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 7; -"@MMK_R_O" = -32; -"@MMK_R_S" = -18; -"@MMK_R_T" = -65; -"@MMK_R_U" = -34; -"@MMK_R_V" = -82; -"@MMK_R_W" = -52; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -80; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -29; -"@MMK_R_a.ss04" = -14; -"@MMK_R_asterisk" = -129; -"@MMK_R_colon" = 4; -"@MMK_R_comma" = 23; -"@MMK_R_e" = -28; -"@MMK_R_egrave" = -28; -"@MMK_R_eight" = -23; -"@MMK_R_ellipsis" = -2; -"@MMK_R_f" = -18; -"@MMK_R_five" = -23; -"@MMK_R_four" = -65; -"@MMK_R_g" = -21; -"@MMK_R_guillemetleft" = -65; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -132; -"@MMK_R_hyphen.case" = -132; -"@MMK_R_i" = -16; -"@MMK_R_icircumflex" = -16; -"@MMK_R_j" = -3; -"@MMK_R_l" = -16; -"@MMK_R_lslash" = -20; -"@MMK_R_n" = -16; -"@MMK_R_nine" = -27; -"@MMK_R_one" = -29; -"@MMK_R_parenleft" = -31; -"@MMK_R_percent" = -57; -"@MMK_R_period" = 19; -"@MMK_R_pi" = -20; -"@MMK_R_plus" = -146; -"@MMK_R_question" = -61; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblright" = -146; -"@MMK_R_quoteright" = -65; -"@MMK_R_s" = -14; -"@MMK_R_seven" = -48; -"@MMK_R_slash" = 32; -"@MMK_R_t" = -21; -"@MMK_R_three" = -15; -"@MMK_R_two" = 0; -"@MMK_R_u" = -26; -"@MMK_R_v" = -46; -"@MMK_R_w" = -42; -"@MMK_R_x" = 0; -"@MMK_R_y" = -25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -32; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -29; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -46; -"@MMK_R_S" = -28; -"@MMK_R_T" = -77; -"@MMK_R_U" = -46; -"@MMK_R_V" = -89; -"@MMK_R_W" = -67; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -90; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -44; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asterisk" = -61; -"@MMK_R_bracketright" = 15; -"@MMK_R_colon.ss01" = -24; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -43; -"@MMK_R_egrave" = -43; -"@MMK_R_eight" = -34; -"@MMK_R_f" = -37; -"@MMK_R_five" = -35; -"@MMK_R_four" = -61; -"@MMK_R_g" = -37; -"@MMK_R_guillemetleft" = -44; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = -35; -"@MMK_R_icircumflex" = -35; -"@MMK_R_j" = -11; -"@MMK_R_l" = -35; -"@MMK_R_lslash" = -39; -"@MMK_R_n" = -35; -"@MMK_R_nine" = -41; -"@MMK_R_one" = -47; -"@MMK_R_parenleft" = -44; -"@MMK_R_parenright" = 10; -"@MMK_R_parenright.case" = 33; -"@MMK_R_percent" = -61; -"@MMK_R_period.ss01" = -24; -"@MMK_R_pi" = -39; -"@MMK_R_plus" = -61; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quoteright.ss01" = -61; -"@MMK_R_s" = -27; -"@MMK_R_seven" = -61; -"@MMK_R_slash" = 8; -"@MMK_R_t" = -40; -"@MMK_R_three" = -26; -"@MMK_R_two" = -7; -"@MMK_R_u" = -42; -"@MMK_R_v" = -58; -"@MMK_R_w" = -55; -"@MMK_R_x" = -10; -"@MMK_R_y" = -28; -"@MMK_R_z" = -6; -"@MMK_R_zero" = -45; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -50; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 18; -"@MMK_R_J" = 0; -"@MMK_R_O" = -2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 23; -"@MMK_R_U" = 2; -"@MMK_R_V" = 35; -"@MMK_R_W" = 33; -"@MMK_R_X" = 17; -"@MMK_R_Y" = 34; -"@MMK_R_Z" = 3; -"@MMK_R_a" = -68; -"@MMK_R_a.ss04" = -51; -"@MMK_R_asterisk" = -10; -"@MMK_R_bracketright" = 16; -"@MMK_R_colon" = -34; -"@MMK_R_comma" = -65; -"@MMK_R_degree" = -9; -"@MMK_R_e" = -75; -"@MMK_R_egrave" = -26; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -146; -"@MMK_R_f" = -6; -"@MMK_R_five" = 0; -"@MMK_R_four" = -79; -"@MMK_R_g" = -62; -"@MMK_R_guillemetleft" = -98; -"@MMK_R_guillemetright" = -38; -"@MMK_R_hyphen" = -132; -"@MMK_R_hyphen.case" = -132; -"@MMK_R_i" = -17; -"@MMK_R_icircumflex" = 34; -"@MMK_R_j" = -17; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -3; -"@MMK_R_n" = -47; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -25; -"@MMK_R_parenright" = 20; -"@MMK_R_parenright.case" = 21; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -62; -"@MMK_R_pi" = -16; -"@MMK_R_plus" = -115; -"@MMK_R_question" = 9; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_s" = -60; -"@MMK_R_semicolon" = -34; -"@MMK_R_seven" = 42; -"@MMK_R_slash" = -71; -"@MMK_R_t" = -6; -"@MMK_R_three" = 2; -"@MMK_R_two" = 2; -"@MMK_R_u" = -37; -"@MMK_R_v" = -23; -"@MMK_R_w" = -25; -"@MMK_R_x" = -26; -"@MMK_R_y" = -24; -"@MMK_R_z" = -28; -"@MMK_R_zero" = -2; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -62; -"@MMK_R_H" = -14; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = -24; -"@MMK_R_O" = -21; -"@MMK_R_S" = -10; -"@MMK_R_T" = 10; -"@MMK_R_U" = -7; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 7; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -61; -"@MMK_R_a.ss04" = -43; -"@MMK_R_asterisk" = 15; -"@MMK_R_bracketright" = 16; -"@MMK_R_colon.ss01" = -32; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_degree" = -24; -"@MMK_R_e" = -61; -"@MMK_R_egrave" = -35; -"@MMK_R_eight" = -18; -"@MMK_R_f" = -18; -"@MMK_R_five" = -13; -"@MMK_R_four" = -61; -"@MMK_R_g" = -61; -"@MMK_R_guillemetleft" = -61; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -111; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = -29; -"@MMK_R_icircumflex" = 3; -"@MMK_R_j" = -29; -"@MMK_R_l" = -23; -"@MMK_R_lslash" = -28; -"@MMK_R_n" = -43; -"@MMK_R_nine" = -13; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -41; -"@MMK_R_parenright" = 15; -"@MMK_R_parenright.case" = 16; -"@MMK_R_percent" = 0; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = -7; -"@MMK_R_plus" = -61; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = -52; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -61; -"@MMK_R_t" = -15; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -41; -"@MMK_R_v" = -14; -"@MMK_R_w" = -17; -"@MMK_R_x" = -18; -"@MMK_R_y" = -15; -"@MMK_R_z" = -17; -"@MMK_R_zero" = -22; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -50; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 18; -"@MMK_R_J" = 0; -"@MMK_R_O" = -2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 23; -"@MMK_R_U" = 2; -"@MMK_R_V" = 35; -"@MMK_R_W" = 33; -"@MMK_R_X" = 17; -"@MMK_R_Y" = 34; -"@MMK_R_Z" = 3; -"@MMK_R_a" = -65; -"@MMK_R_a.ss04" = -51; -"@MMK_R_asterisk" = -10; -"@MMK_R_bracketright" = 16; -"@MMK_R_colon" = -34; -"@MMK_R_comma" = -65; -"@MMK_R_degree" = -9; -"@MMK_R_e" = -65; -"@MMK_R_egrave" = -26; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -65; -"@MMK_R_f" = -6; -"@MMK_R_five" = 0; -"@MMK_R_four" = -65; -"@MMK_R_g" = -65; -"@MMK_R_guillemetleft" = -65; -"@MMK_R_guillemetright" = -38; -"@MMK_R_hyphen" = -65; -"@MMK_R_hyphen.case" = -65; -"@MMK_R_i" = -17; -"@MMK_R_icircumflex" = 34; -"@MMK_R_j" = -17; -"@MMK_R_l" = 0; -"@MMK_R_n" = -47; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -25; -"@MMK_R_parenright" = 20; -"@MMK_R_parenright.case" = 21; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -62; -"@MMK_R_pi" = -16; -"@MMK_R_plus" = -65; -"@MMK_R_question" = 9; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_s" = -43; -"@MMK_R_semicolon" = -34; -"@MMK_R_seven" = 42; -"@MMK_R_slash" = -65; -"@MMK_R_t" = -6; -"@MMK_R_three" = 2; -"@MMK_R_two" = 2; -"@MMK_R_u" = -37; -"@MMK_R_v" = -23; -"@MMK_R_w" = -25; -"@MMK_R_x" = -26; -"@MMK_R_y" = -24; -"@MMK_R_z" = -28; -"@MMK_R_zero" = -2; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -65; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -14; -"@MMK_R_O" = -18; -"@MMK_R_S" = 0; -"@MMK_R_T" = 6; -"@MMK_R_U" = 0; -"@MMK_R_V" = 21; -"@MMK_R_W" = 15; -"@MMK_R_X" = 10; -"@MMK_R_Y" = 28; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -65; -"@MMK_R_a.ss04" = -31; -"@MMK_R_asterisk" = -12; -"@MMK_R_bracketright" = 10; -"@MMK_R_colon" = -62; -"@MMK_R_comma" = -65; -"@MMK_R_e" = -65; -"@MMK_R_egrave" = -41; -"@MMK_R_eight" = -11; -"@MMK_R_ellipsis" = -146; -"@MMK_R_f" = -15; -"@MMK_R_five" = 0; -"@MMK_R_four" = -65; -"@MMK_R_g" = -65; -"@MMK_R_guillemetleft" = -65; -"@MMK_R_guillemetright" = -65; -"@MMK_R_hyphen" = -132; -"@MMK_R_hyphen.case" = -65; -"@MMK_R_i" = -19; -"@MMK_R_icircumflex" = 19; -"@MMK_R_j" = -19; -"@MMK_R_l" = -11; -"@MMK_R_lslash" = -16; -"@MMK_R_n" = -65; -"@MMK_R_nine" = -5; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -39; -"@MMK_R_parenright" = 11; -"@MMK_R_parenright.case" = 11; -"@MMK_R_percent" = -9; -"@MMK_R_period" = -62; -"@MMK_R_pi" = -43; -"@MMK_R_plus" = -65; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -20; -"@MMK_R_quotedblleft" = -25; -"@MMK_R_quotedblright" = -16; -"@MMK_R_quoteright" = -16; -"@MMK_R_s" = -65; -"@MMK_R_semicolon" = -61; -"@MMK_R_seven" = 16; -"@MMK_R_slash" = -81; -"@MMK_R_t" = -17; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -59; -"@MMK_R_v" = -50; -"@MMK_R_w" = -52; -"@MMK_R_x" = -54; -"@MMK_R_y" = -51; -"@MMK_R_z" = -34; -"@MMK_R_zero" = -19; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -61; -"@MMK_R_H" = -16; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -26; -"@MMK_R_O" = -20; -"@MMK_R_S" = -6; -"@MMK_R_T" = 0; -"@MMK_R_U" = -12; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -10; -"@MMK_R_a" = -61; -"@MMK_R_a.ss04" = -41; -"@MMK_R_asterisk" = 14; -"@MMK_R_bracketright" = 18; -"@MMK_R_colon.ss01" = -45; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -61; -"@MMK_R_egrave" = -50; -"@MMK_R_eight" = -17; -"@MMK_R_f" = -27; -"@MMK_R_five" = -15; -"@MMK_R_four" = -61; -"@MMK_R_g" = -61; -"@MMK_R_guillemetleft" = -61; -"@MMK_R_guillemetright" = -24; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = -29; -"@MMK_R_icircumflex" = 3; -"@MMK_R_j" = -29; -"@MMK_R_l" = -22; -"@MMK_R_lslash" = -27; -"@MMK_R_n" = -55; -"@MMK_R_nine" = -12; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -39; -"@MMK_R_parenright" = 7; -"@MMK_R_parenright.case" = 7; -"@MMK_R_percent" = -2; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = -21; -"@MMK_R_plus" = -61; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -61; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -61; -"@MMK_R_t" = -27; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -53; -"@MMK_R_v" = -28; -"@MMK_R_w" = -30; -"@MMK_R_x" = -32; -"@MMK_R_y" = -29; -"@MMK_R_z" = -30; -"@MMK_R_zero" = -21; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -23; -"@MMK_R_I.ss02" = -13; -"@MMK_R_J" = -7; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -50; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -11; -"@MMK_R_Z" = -33; -"@MMK_R_a" = -20; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asciicircum" = -6; -"@MMK_R_asterisk" = 12; -"@MMK_R_braceright" = -11; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = 12; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -31; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -20; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -72; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 17; -"@MMK_R_fivesuperior" = -7; -"@MMK_R_four" = -30; -"@MMK_R_foursuperior" = 24; -"@MMK_R_g" = -17; -"@MMK_R_g.ss05" = -16; -"@MMK_R_guillemetleft" = -19; -"@MMK_R_guillemetright" = 34; -"@MMK_R_hyphen" = -37; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = -14; -"@MMK_R_oslash" = -20; -"@MMK_R_parenright" = -39; -"@MMK_R_period" = -32; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 15; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 9; -"@MMK_R_s" = -5; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = -28; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -30; -"@MMK_R_t" = 17; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = -21; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -36; -"@MMK_R_v" = 25; -"@MMK_R_w" = 21; -"@MMK_R_x" = 17; -"@MMK_R_y" = 23; -"@MMK_R_z" = 18; -"@MMK_R_zero" = 0; -}; -"@MMK_L_s" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 5; -"@MMK_R_T" = -57; -"@MMK_R_U" = -2; -"@MMK_R_V" = -24; -"@MMK_R_W" = -15; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = -25; -"@MMK_R_braceright" = -19; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -27; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -28; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -20; -"@MMK_R_ellipsis" = -32; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -24; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen" = -4; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -26; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = -20; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -47; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = -27; -"@MMK_R_question.ss01" = -43; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -54; -"@MMK_R_quotedblright" = -51; -"@MMK_R_quoteright" = -51; -"@MMK_R_quoteright.ss01" = -45; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -40; -"@MMK_R_sixsuperior" = -22; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -17; -"@MMK_R_trademark" = -59; -"@MMK_R_twosuperior" = -18; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 5; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -42; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 33; -"@MMK_R_J" = -7; -"@MMK_R_O" = -9; -"@MMK_R_S" = 0; -"@MMK_R_T" = 30; -"@MMK_R_U" = 10; -"@MMK_R_V" = 48; -"@MMK_R_W" = 42; -"@MMK_R_X" = 32; -"@MMK_R_Y" = 47; -"@MMK_R_Z" = 10; -"@MMK_R_a" = -46; -"@MMK_R_a.ss04" = -40; -"@MMK_R_asterisk" = 29; -"@MMK_R_bracketright" = 30; -"@MMK_R_colon" = -10; -"@MMK_R_colon.ss01" = -37; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_degree" = -4; -"@MMK_R_e" = -45; -"@MMK_R_egrave" = -25; -"@MMK_R_eight" = -5; -"@MMK_R_ellipsis" = -98; -"@MMK_R_f" = 0; -"@MMK_R_five" = 3; -"@MMK_R_four" = -58; -"@MMK_R_g" = -43; -"@MMK_R_guillemetleft" = -39; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -49; -"@MMK_R_hyphen.case" = -32; -"@MMK_R_i" = -8; -"@MMK_R_icircumflex" = 19; -"@MMK_R_j" = -8; -"@MMK_R_n" = -34; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 23; -"@MMK_R_parenleft" = -16; -"@MMK_R_parenright" = 47; -"@MMK_R_parenright.case" = 49; -"@MMK_R_percent" = 12; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = -13; -"@MMK_R_plus" = -47; -"@MMK_R_question" = 30; -"@MMK_R_quotedbl" = 21; -"@MMK_R_quotedblleft" = 7; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 30; -"@MMK_R_quoteright" = 30; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -36; -"@MMK_R_semicolon" = -9; -"@MMK_R_seven" = 51; -"@MMK_R_slash" = -45; -"@MMK_R_t" = 0; -"@MMK_R_three" = 5; -"@MMK_R_two" = 6; -"@MMK_R_u" = -32; -"@MMK_R_v" = -17; -"@MMK_R_w" = -19; -"@MMK_R_x" = -22; -"@MMK_R_y" = -17; -"@MMK_R_z" = -24; -"@MMK_R_zero" = -9; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -17; -}; -"@MMK_L_six" = { -"@MMK_R_A" = 6; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 7; -"@MMK_R_S" = 5; -"@MMK_R_T" = -18; -"@MMK_R_U" = 2; -"@MMK_R_V" = -6; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -15; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -17; -"@MMK_R_colon" = -6; -"@MMK_R_colon.ss01" = -34; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -34; -"@MMK_R_degree" = -33; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 8; -"@MMK_R_eight" = 3; -"@MMK_R_ellipsis" = -39; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = 20; -"@MMK_R_g" = 8; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 23; -"@MMK_R_hyphen.case" = 7; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 15; -"@MMK_R_j" = 0; -"@MMK_R_l" = 3; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 16; -"@MMK_R_parenright" = -23; -"@MMK_R_parenright.case" = -14; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -8; -"@MMK_R_period.ss01" = -34; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -12; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -21; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -6; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 4; -"@MMK_R_t" = 0; -"@MMK_R_three" = 4; -"@MMK_R_two" = 0; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 8; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -34; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 28; -"@MMK_R_J" = -8; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 33; -"@MMK_R_U" = 7; -"@MMK_R_V" = 33; -"@MMK_R_W" = 31; -"@MMK_R_X" = 21; -"@MMK_R_Y" = 35; -"@MMK_R_Z" = 12; -"@MMK_R_a" = -33; -"@MMK_R_a.ss04" = -32; -"@MMK_R_asterisk" = 23; -"@MMK_R_bracketright" = 24; -"@MMK_R_colon" = -13; -"@MMK_R_colon.ss01" = -26; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -33; -"@MMK_R_egrave" = -19; -"@MMK_R_eight" = -2; -"@MMK_R_ellipsis" = -95; -"@MMK_R_f" = 0; -"@MMK_R_five" = 3; -"@MMK_R_four" = -36; -"@MMK_R_g" = -32; -"@MMK_R_guillemetleft" = -26; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = -29; -"@MMK_R_hyphen.case" = -10; -"@MMK_R_i" = -9; -"@MMK_R_icircumflex" = 8; -"@MMK_R_j" = -9; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -33; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 13; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = 20; -"@MMK_R_parenright.case" = 20; -"@MMK_R_percent" = 10; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -43; -"@MMK_R_question" = 14; -"@MMK_R_quotedbl" = 28; -"@MMK_R_quotedblleft" = 2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 20; -"@MMK_R_quoteright" = 20; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -28; -"@MMK_R_seven" = 27; -"@MMK_R_slash" = -27; -"@MMK_R_t" = -4; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -26; -"@MMK_R_v" = -7; -"@MMK_R_w" = -10; -"@MMK_R_x" = -10; -"@MMK_R_y" = -8; -"@MMK_R_z" = -8; -"@MMK_R_zero" = 0; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 20; -"@MMK_R_I.ss02" = 24; -"@MMK_R_J" = 25; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -11; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 19; -"@MMK_R_Y" = -3; -"@MMK_R_Z" = 20; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -6; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = 19; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -3; -"@MMK_R_ellipsis" = -8; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = -7; -"@MMK_R_foursuperior" = 2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 26; -"@MMK_R_hyphen" = -7; -"@MMK_R_icircumflex" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -13; -"@MMK_R_parenright" = -17; -"@MMK_R_period" = 15; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 11; -"@MMK_R_sevensuperior" = -21; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 13; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = -11; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = -21; -"@MMK_R_underscore" = 43; -"@MMK_R_v" = 16; -"@MMK_R_w" = 12; -"@MMK_R_x" = 14; -"@MMK_R_y" = 14; -"@MMK_R_z" = 11; -"@MMK_R_zero" = 0; -}; -"@MMK_L_three" = { -"@MMK_R_A" = 5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 13; -"@MMK_R_S" = 16; -"@MMK_R_T" = -12; -"@MMK_R_U" = 8; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -5; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asterisk" = 9; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -20; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_degree" = -18; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = 13; -"@MMK_R_ellipsis" = -36; -"@MMK_R_f" = 8; -"@MMK_R_five" = 7; -"@MMK_R_four" = 19; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 21; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 17; -"@MMK_R_j" = 5; -"@MMK_R_l" = 7; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 4; -"@MMK_R_one" = 10; -"@MMK_R_parenleft" = 16; -"@MMK_R_parenright" = -19; -"@MMK_R_parenright.case" = -12; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -30; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -27; -"@MMK_R_question" = 13; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 11; -"@MMK_R_slash" = 5; -"@MMK_R_t" = 8; -"@MMK_R_three" = 14; -"@MMK_R_two" = 8; -"@MMK_R_u" = 0; -"@MMK_R_v" = 2; -"@MMK_R_w" = 4; -"@MMK_R_x" = 2; -"@MMK_R_y" = 5; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 33; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 42; -"@MMK_R_J" = 42; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 8; -"@MMK_R_W" = 12; -"@MMK_R_X" = 32; -"@MMK_R_Y" = 2; -"@MMK_R_Z" = 20; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = 24; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_degree" = -6; -"@MMK_R_e" = -15; -"@MMK_R_egrave" = -12; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -7; -"@MMK_R_f" = 3; -"@MMK_R_five" = 0; -"@MMK_R_four" = -34; -"@MMK_R_g" = -16; -"@MMK_R_guillemetleft" = -17; -"@MMK_R_guillemetright" = 26; -"@MMK_R_hyphen" = -37; -"@MMK_R_hyphen.case" = -5; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 23; -"@MMK_R_j" = -2; -"@MMK_R_l" = 0; -"@MMK_R_n" = -7; -"@MMK_R_nine" = 6; -"@MMK_R_one" = 27; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -8; -"@MMK_R_parenright.case" = 25; -"@MMK_R_percent" = 16; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -9; -"@MMK_R_pi" = 5; -"@MMK_R_plus" = -25; -"@MMK_R_question" = 30; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 15; -"@MMK_R_quoteright" = 15; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 26; -"@MMK_R_slash" = 15; -"@MMK_R_t" = 0; -"@MMK_R_three" = 11; -"@MMK_R_two" = 20; -"@MMK_R_u" = -11; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 10; -"@MMK_R_y" = 0; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 0; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -33; -"@MMK_R_H" = -3; -"@MMK_R_I.ss02" = 8; -"@MMK_R_O" = -2; -"@MMK_R_S" = -3; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 10; -"@MMK_R_W" = 7; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 13; -"@MMK_R_Z" = -2; -"@MMK_R_asterisk" = 20; -"@MMK_R_bracketright" = 16; -"@MMK_R_colon" = -22; -"@MMK_R_colon.ss01" = -42; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_fraction" = 12; -"@MMK_R_guillemetleft" = -10; -"@MMK_R_guillemetright" = -18; -"@MMK_R_hyphen" = -11; -"@MMK_R_hyphen.case" = 29; -"@MMK_R_parenleft" = -11; -"@MMK_R_parenright" = 9; -"@MMK_R_parenright.case" = 9; -"@MMK_R_period" = -62; -"@MMK_R_period.ss01" = -61; -"@MMK_R_plus" = -4; -"@MMK_R_question" = 15; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 8; -"@MMK_R_quoteright" = 8; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_semicolon" = -22; -"@MMK_R_slash" = -38; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -6; -"@MMK_R_I.ss02" = -12; -"@MMK_R_J" = -8; -"@MMK_R_O" = 15; -"@MMK_R_S" = 0; -"@MMK_R_T" = -47; -"@MMK_R_U" = 7; -"@MMK_R_V" = -5; -"@MMK_R_W" = 0; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = -22; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -18; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -27; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -67; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = 10; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 9; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 30; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -12; -"@MMK_R_onesuperior" = -16; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -45; -"@MMK_R_period" = -27; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = -5; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -24; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = -13; -"@MMK_R_quoteright" = -13; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -27; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = -4; -"@MMK_R_t" = 14; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -33; -"@MMK_R_twosuperior" = -10; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = -32; -"@MMK_R_v" = 18; -"@MMK_R_w" = 15; -"@MMK_R_x" = 9; -"@MMK_R_y" = 16; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 15; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -2; -"@MMK_R_I.ss02" = -12; -"@MMK_R_J" = -8; -"@MMK_R_O" = 13; -"@MMK_R_S" = 0; -"@MMK_R_T" = -48; -"@MMK_R_U" = 5; -"@MMK_R_V" = -8; -"@MMK_R_W" = 0; -"@MMK_R_X" = -20; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = -19; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -23; -"@MMK_R_comma.ss01" = -59; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -61; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 9; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 5; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 27; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -19; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = -17; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = -23; -"@MMK_R_period.ss01" = -59; -"@MMK_R_question" = -7; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -27; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -30; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 10; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -37; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -26; -"@MMK_R_v" = 15; -"@MMK_R_w" = 13; -"@MMK_R_x" = 9; -"@MMK_R_y" = 14; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 16; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 22; -"@MMK_R_O" = 0; -"@MMK_R_S" = 3; -"@MMK_R_T" = -48; -"@MMK_R_U" = 0; -"@MMK_R_V" = -3; -"@MMK_R_W" = 0; -"@MMK_R_X" = 16; -"@MMK_R_Y" = -24; -"@MMK_R_Z" = 14; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -23; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 25; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = -14; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -6; -"@MMK_R_guillemetright" = 32; -"@MMK_R_hyphen" = -22; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -22; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = -24; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -20; -"@MMK_R_period" = 4; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -27; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -15; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 16; -"@MMK_R_sevensuperior" = -35; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = 7; -"@MMK_R_t" = 7; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -41; -"@MMK_R_twosuperior" = -20; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 40; -"@MMK_R_v" = 10; -"@MMK_R_w" = 9; -"@MMK_R_x" = 14; -"@MMK_R_y" = 10; -"@MMK_R_z" = 12; -"@MMK_R_zero" = 0; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -5; -"@MMK_R_I.ss02" = -12; -"@MMK_R_J" = -8; -"@MMK_R_O" = 14; -"@MMK_R_S" = 0; -"@MMK_R_T" = -47; -"@MMK_R_U" = 7; -"@MMK_R_V" = -5; -"@MMK_R_W" = 0; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -20; -"@MMK_R_Z" = -22; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -15; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = -25; -"@MMK_R_comma.ss01" = -58; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -66; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 9; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 8; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 29; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = -12; -"@MMK_R_onesuperior" = -17; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -33; -"@MMK_R_period" = -27; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = -6; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -25; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = -13; -"@MMK_R_quoteright" = -13; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -12; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 13; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -13; -"@MMK_R_v" = 17; -"@MMK_R_w" = 15; -"@MMK_R_x" = 8; -"@MMK_R_y" = 16; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 14; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 14; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 19; -"@MMK_R_J" = 24; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = -48; -"@MMK_R_U" = 0; -"@MMK_R_V" = -10; -"@MMK_R_W" = -2; -"@MMK_R_X" = 16; -"@MMK_R_Y" = -24; -"@MMK_R_Z" = 14; -"@MMK_R_a" = -6; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asciicircum" = -18; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -16; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -5; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -8; -"@MMK_R_exclam" = 18; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = -15; -"@MMK_R_foursuperior" = 8; -"@MMK_R_g" = -4; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -9; -"@MMK_R_guillemetright" = 37; -"@MMK_R_hyphen" = -16; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -5; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -17; -"@MMK_R_onesuperior" = -18; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -22; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -24; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = 5; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -37; -"@MMK_R_twosuperior" = -9; -"@MMK_R_underscore" = 43; -"@MMK_R_v" = 10; -"@MMK_R_w" = 9; -"@MMK_R_x" = 13; -"@MMK_R_y" = 10; -"@MMK_R_z" = 20; -"@MMK_R_zero" = 0; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 18; -"@MMK_R_S" = 7; -"@MMK_R_T" = -21; -"@MMK_R_U" = 8; -"@MMK_R_V" = 0; -"@MMK_R_W" = 5; -"@MMK_R_X" = -6; -"@MMK_R_Y" = -15; -"@MMK_R_Z" = -13; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -18; -"@MMK_R_comma" = -19; -"@MMK_R_comma.ss01" = -46; -"@MMK_R_degree" = -24; -"@MMK_R_e" = 8; -"@MMK_R_egrave" = 9; -"@MMK_R_eight" = 7; -"@MMK_R_ellipsis" = -51; -"@MMK_R_f" = 8; -"@MMK_R_five" = 8; -"@MMK_R_four" = 14; -"@MMK_R_g" = 9; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 19; -"@MMK_R_hyphen.case" = 22; -"@MMK_R_i" = 6; -"@MMK_R_icircumflex" = 15; -"@MMK_R_j" = 6; -"@MMK_R_l" = 6; -"@MMK_R_n" = 6; -"@MMK_R_nine" = 8; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 22; -"@MMK_R_parenright" = -28; -"@MMK_R_parenright.case" = -21; -"@MMK_R_percent" = 7; -"@MMK_R_period" = -19; -"@MMK_R_period.ss01" = -46; -"@MMK_R_pi" = 3; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 8; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 9; -"@MMK_R_v" = 15; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 14; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 19; -}; -A = { -Dcroat = -2; -Eth = -2; -Iogonek = 15; -Jcircumflex = 43; -Lslash = 4; -Tbar = -28; -Tcedilla = -37; -Ycircumflex = -43; -Ydieresis = -43; -Ydieresis.ss01 = -43; -Ydotbelow = -43; -Ydotbelow.ss01 = -43; -Ygrave = -43; -ampersand = 7; -asciitilde = -14; -at = 0; -backslash = -30; -dollar = 0; -eight = 0; -equal = -4; -five = 0; -gbreve.ss06 = 13; -germandbls = -5; -jcircumflex = 7; -less = 0; -logicalnot = -10; -minus = -32; -multiply = -28; -nine = -4; -numbersign = -4; -ordfeminine = -49; -ordmasculine = -49; -parenleft = 9; -parenleft.case = 0; -plus = -30; -quotedbl = -43; -quotedblleft.ss01 = -65; -quoteleft = -51; -quoteright.ss01 = -58; -registered = -37; -seven = -26; -three = 4; -two = 25; -}; -Aacute = { -Dcroat = -2; -Eth = -2; -Tbar = -28; -Tcedilla = -37; -registered = -37; -}; -Abreve = { -Tcedilla = -37; -V = -42; -}; -Acircumflex = { -T = -36; -Tcedilla = -36; -Tcommaaccent = -36; -V = -30; -Y = -38; -Ydieresis = -38; -Ydotbelow = -38; -}; -Acircumflexacute = { -T = -30; -Y = -32; -}; -Acircumflexdotbelow = { -T = -36; -Y = -38; -}; -Acircumflexdotbelow.ss01 = { -T = -36; -Y = -38; -}; -Acircumflexgrave = { -Y = -31; -}; -Acircumflexhookabove = { -Y = -31; -}; -Acircumflextilde = { -Y = -31; -}; -Adieresis = { -T = -38; -Tcedilla = -37; -V = -42; -Y = -43; -Ydieresis = -43; -registered = -37; -}; -Adieresis.ss01 = { -Ydieresis.ss01 = -43; -}; -Amacron = { -T = -38; -Tcedilla = -37; -V = -41; -Y = -43; -Ycircumflex = -43; -}; -Aogonek = { -Lslash = 4; -comma = 64; -comma.ss01 = 0; -parenright = 41; -period = 51; -semicolon = 31; +} +); +instanceInterpolations = { +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.56566; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.43434; }; -Aring = { -Tcedilla = -37; -V = -42; -Ydieresis = -43; -Ydieresis.ss01 = -43; +name = ExtraLight; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed ExtraLight"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 200; +widthClass = 3; +}, +{ +axesValues = ( +75, +329, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.46141; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.08004; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.10424; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.3543; }; -Atilde = { -V = -42; -Y = -43; -ordfeminine = -49; +name = Light; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed Light"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 300; +widthClass = 3; +}, +{ +axesValues = ( +75, +438, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.37333; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.14768; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.19232; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.28667; }; -B = { -Hbar = 14; -Lslash = 16; -OE = 15; -Oslash = 13; -Tcedilla = -11; -acircumflexacute.ss05 = 9; -ampersand = 5; -eight = 13; -five = 6; -greater = 38; -hbar = 12; -idieresis = 11; -jcircumflex = 20; -minus = -31; -nine = 3; -parenleft = 16; -plus = -26; -three = 14; -two = 7; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = Condensed; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +}, +{ +key = WWSSubfamilyName; +value = Regular; +} +); +widthClass = 3; +}, +{ +axesValues = ( +75, +534, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.29576; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.20724; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.2699; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.2271; +}; +name = Medium; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed Medium"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 500; +widthClass = 3; +}, +{ +axesValues = ( +75, +600, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.24242; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.2482; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.32323; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.18615; +}; +name = SemiBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed SemiBold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 600; +widthClass = 3; +}, +{ +axesValues = ( +75, +665, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.1899; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.28853; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.37576; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.14582; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed Bold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 700; +widthClass = 3; +}, +{ +axesValues = ( +75, +780, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.09697; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.35988; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.46869; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.07446; +}; +name = ExtraBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed ExtraBold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 800; +widthClass = 3; +}, +{ +axesValues = ( +75, +900, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.43434; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.56566; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed Black"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 900; +widthClass = 3; +}, +{ +axesValues = ( +87.5, +200, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.28283; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.21717; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.21717; +m019 = 0.28283; +}; +name = ExtraLight; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed ExtraLight"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 200; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +329, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.04002; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.23071; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.04002; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.05212; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.17715; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.17715; +m019 = 0.23071; +m020 = 0.05212; +}; +name = Light; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed Light"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 300; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +438, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.07384; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.18667; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.07384; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.09616; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.14333; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.14333; +m019 = 0.18667; +m020 = 0.09616; +}; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = SemiCondensed; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = Regular; +} +); +widthClass = 4; +}, +{ +axesValues = ( +87.5, +534, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.10362; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.14788; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.10362; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.13495; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.11355; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.11355; +m019 = 0.14788; +m020 = 0.13495; +}; +name = Medium; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed Medium"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 500; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +600, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.1241; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.12121; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.1241; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.16162; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.09307; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.09307; +m019 = 0.12121; +m020 = 0.16162; +}; +name = SemiBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed SemiBold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 600; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +665, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.14426; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.09495; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.14426; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.18788; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.07291; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.07291; +m019 = 0.09495; +m020 = 0.18788; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed Bold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 700; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +780, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.17994; +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.04848; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.17994; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.23434; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.03723; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = 0.03723; +m019 = 0.04848; +m020 = 0.23434; +}; +name = ExtraBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed ExtraBold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 800; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +900, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.21717; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = 0.21717; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.28283; +m020 = 0.28283; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed Black"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 900; +widthClass = 4; +}, +{ +axesValues = ( +100, +200, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.43434; +m019 = 0.56566; +}; +name = ExtraLight; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = ExtraLight; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 200; +}, +{ +axesValues = ( +100, +329, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.08004; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.3543; +m019 = 0.46141; +m020 = 0.10424; +}; +name = Light; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = Light; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 300; +}, +{ +axesValues = ( +100, +438, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.14768; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.28667; +m019 = 0.37333; +m020 = 0.19232; +}; +name = Regular; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = Regular; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +}, +{ +key = WWSSubfamilyName; +value = Regular; +} +); +}, +{ +axesValues = ( +100, +534, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.20724; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.2271; +m019 = 0.29576; +m020 = 0.2699; +}; +name = Medium; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = Medium; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 500; +}, +{ +axesValues = ( +100, +600, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.2482; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.18615; +m019 = 0.24242; +m020 = 0.32323; +}; +name = SemiBold; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = SemiBold; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 600; +}, +{ +axesValues = ( +100, +665, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.28853; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.14582; +m019 = 0.1899; +m020 = 0.37576; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = Bold; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 700; +}, +{ +axesValues = ( +100, +780, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.35988; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.07446; +m019 = 0.09697; +m020 = 0.46869; +}; +name = ExtraBold; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = ExtraBold; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 800; +}, +{ +axesValues = ( +100, +900, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.43434; +m020 = 0.56566; +}; +name = Black; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = Black; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 900; +}, +{ +axesValues = ( +112.5, +200, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.28283; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.21717; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.21717; +m019 = 0.28283; +}; +name = ExtraLight; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded ExtraLight"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 200; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +329, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.04002; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.04002; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.23071; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.17715; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.05212; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.17715; +m019 = 0.23071; +m020 = 0.05212; +}; +name = Light; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded Light"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 300; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +438, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.07384; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.07384; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.18667; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.14333; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.09616; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.14333; +m019 = 0.18667; +m020 = 0.09616; +}; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = SemiExpanded; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = Regular; +} +); +widthClass = 6; +}, +{ +axesValues = ( +112.5, +534, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.10362; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.10362; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.14788; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.11355; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.13495; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.11355; +m019 = 0.14788; +m020 = 0.13495; +}; +name = Medium; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded Medium"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 500; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +600, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.1241; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.1241; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.12121; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.09307; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.16162; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.09307; +m019 = 0.12121; +m020 = 0.16162; +}; +name = SemiBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded SemiBold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 600; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +665, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.14426; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.14426; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.09495; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.07291; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.18788; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.07291; +m019 = 0.09495; +m020 = 0.18788; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded Bold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 700; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +780, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.17994; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.17994; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.04848; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.03723; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.23434; +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = 0.03723; +m019 = 0.04848; +m020 = 0.23434; +}; +name = ExtraBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded ExtraBold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 800; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +900, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0B275536-62AC-4C56-AB54-CAFC17136928" = 0.21717; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.21717; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.28283; +m020 = 0.28283; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded Black"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 900; +widthClass = 6; +}, +{ +axesValues = ( +125, +200, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.56566; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.43434; +}; +name = ExtraLight; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded ExtraLight"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 200; +widthClass = 7; +}, +{ +axesValues = ( +125, +329, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.08004; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.46141; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.3543; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.10424; +}; +name = Light; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded Light"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 300; +widthClass = 7; +}, +{ +axesValues = ( +125, +438, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.14768; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.37333; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.28667; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.19232; +}; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = Expanded; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +}, +{ +key = WWSSubfamilyName; +value = Regular; +} +); +widthClass = 7; +}, +{ +axesValues = ( +125, +534, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.20724; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.29576; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.2271; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.2699; +}; +name = Medium; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded Medium"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 500; +widthClass = 7; +}, +{ +axesValues = ( +125, +600, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.2482; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.24242; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.18615; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.32323; +}; +name = SemiBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded SemiBold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 600; +widthClass = 7; +}, +{ +axesValues = ( +125, +665, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.28853; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.1899; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.14582; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.37576; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded Bold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 700; +widthClass = 7; +}, +{ +axesValues = ( +125, +780, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.35988; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.09697; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = 0.07446; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.46869; +}; +name = ExtraBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded ExtraBold"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 800; +widthClass = 7; +}, +{ +axesValues = ( +125, +900, +44, +0 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = 0.43434; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.56566; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded Black"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 900; +widthClass = 7; +}, +{ +axesValues = ( +75, +200, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.56566; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.43434; +}; +isItalic = 1; +linkStyle = ExtraLight; +name = "ExtraLight Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed ExtraLight Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 200; +widthClass = 3; +}, +{ +axesValues = ( +75, +329, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.46141; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.10424; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.08004; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.3543; +}; +isItalic = 1; +linkStyle = Light; +name = "Light Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed Light Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 300; +widthClass = 3; +}, +{ +axesValues = ( +75, +438, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.37333; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.19232; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.14768; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.28667; +}; +isItalic = 1; +name = Italic; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +widthClass = 3; +}, +{ +axesValues = ( +75, +534, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.29576; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.2699; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.20724; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.2271; +}; +isItalic = 1; +linkStyle = Medium; +name = "Medium Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed Medium Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 500; +widthClass = 3; +}, +{ +axesValues = ( +75, +600, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.24242; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.32323; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.2482; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.18615; +}; +isItalic = 1; +linkStyle = SemiBold; +name = "SemiBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed SemiBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 600; +widthClass = 3; +}, +{ +axesValues = ( +75, +665, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.1899; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.37576; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.28853; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.14582; +}; +isBold = 1; +isItalic = 1; +name = "Bold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed Bold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 700; +widthClass = 3; +}, +{ +axesValues = ( +75, +780, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.09697; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.46869; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.35988; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.07446; +}; +isItalic = 1; +linkStyle = ExtraBold; +name = "ExtraBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed ExtraBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 800; +widthClass = 3; +}, +{ +axesValues = ( +75, +900, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.56566; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.43434; +}; +isItalic = 1; +linkStyle = Black; +name = "Black Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Condensed Black Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Condensed"; +} +); +weightClass = 900; +widthClass = 3; +}, +{ +axesValues = ( +87.5, +200, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.28283; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.28283; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.21717; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.21717; +}; +name = "ExtraLight Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed ExtraLight Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 200; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +329, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.23071; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.04002; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.23071; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.05212; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.05212; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.04002; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.17715; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.17715; +}; +name = "Light Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed Light Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 300; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +438, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.18667; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.07384; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.18667; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.09616; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.09616; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.07384; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.14333; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.14333; +}; +isItalic = 1; +name = Italic; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +widthClass = 4; +}, +{ +axesValues = ( +87.5, +534, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.14788; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.10362; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.14788; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.13495; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.13495; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.10362; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.11355; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.11355; +}; +name = "Medium Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed Medium Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 500; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +600, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.12121; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.1241; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.12121; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.16162; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.16162; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.1241; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.09307; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.09307; +}; +name = "SemiBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed SemiBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 600; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +665, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.09495; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.14426; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.09495; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.18788; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.18788; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.14426; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.07291; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.07291; +}; +isBold = 1; +isItalic = 1; +name = "Bold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed Bold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 700; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +780, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.04848; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.17994; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.04848; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.23434; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.23434; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.17994; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.03723; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.03723; +}; +name = "ExtraBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed ExtraBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 800; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +900, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 87.5; +}, +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.21717; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.28283; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.28283; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.21717; +}; +name = "Black Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiCondensed Black Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiCondensed"; +} +); +weightClass = 900; +widthClass = 4; +}, +{ +axesValues = ( +100, +200, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.56566; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.43434; +}; +isItalic = 1; +linkStyle = ExtraLight; +name = "ExtraLight Italic"; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "ExtraLight Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 200; +}, +{ +axesValues = ( +100, +329, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.46141; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.08004; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.10424; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.3543; +}; +isItalic = 1; +linkStyle = Light; +name = "Light Italic"; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Light Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 300; +}, +{ +axesValues = ( +100, +438, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.37333; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.14768; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.19232; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.28667; +}; +isItalic = 1; +name = Italic; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = Italic; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +}, +{ +axesValues = ( +100, +534, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.29576; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.20724; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.2699; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.2271; +}; +isItalic = 1; +linkStyle = Medium; +name = "Medium Italic"; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Medium Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 500; +}, +{ +axesValues = ( +100, +600, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.24242; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.2482; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.32323; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.18615; +}; +isItalic = 1; +linkStyle = SemiBold; +name = "SemiBold Italic"; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 600; +}, +{ +axesValues = ( +100, +665, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.1899; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.28853; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.37576; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.14582; +}; +isBold = 1; +isItalic = 1; +linkStyle = Regular; +name = "Bold Italic"; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Bold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 700; +}, +{ +axesValues = ( +100, +780, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.09697; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.35988; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.46869; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.07446; +}; +isItalic = 1; +linkStyle = ExtraBold; +name = "ExtraBold Italic"; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "ExtraBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 800; +}, +{ +axesValues = ( +100, +900, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 100; +}, +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.43434; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.56566; +}; +isItalic = 1; +linkStyle = Black; +name = "Black Italic"; +properties = ( +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Black Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans"; +} +); +weightClass = 900; +}, +{ +axesValues = ( +112.5, +200, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.28283; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.21717; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.28283; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.21717; +}; +name = "ExtraLight Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded ExtraLight Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 200; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +329, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.23071; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.04002; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.05212; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.05212; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.17715; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.23071; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.17715; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.04002; +}; +name = "Light Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded Light Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 300; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +438, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.18667; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.07384; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.09616; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.09616; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.14333; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.18667; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.14333; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.07384; +}; +name = Italic; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +widthClass = 6; +}, +{ +axesValues = ( +112.5, +534, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.14788; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.10362; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.13495; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.13495; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.11355; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.14788; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.11355; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.10362; +}; +name = "Medium Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded Medium Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 500; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +600, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.12121; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.1241; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.16162; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.16162; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.09307; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.12121; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.09307; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.1241; +}; +name = "SemiBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded SemiBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 600; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +665, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.09495; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.14426; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.18788; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.18788; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.07291; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.09495; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.07291; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.14426; +}; +isBold = 1; +isItalic = 1; +name = "Bold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded Bold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 700; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +780, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.04848; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.17994; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.23434; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.23434; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.03723; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.04848; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.03723; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.17994; +}; +name = "ExtraBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded ExtraBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 800; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +900, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 112.5; +}, +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.21717; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.28283; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.28283; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.21717; +}; +name = "Black Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Expanded Black Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans SemiExpanded"; +} +); +weightClass = 900; +widthClass = 6; +}, +{ +axesValues = ( +125, +200, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.43434; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.56566; +}; +isItalic = 1; +linkStyle = ExtraLight; +name = "ExtraLight Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded ExtraLight Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 200; +widthClass = 7; +}, +{ +axesValues = ( +125, +329, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.10424; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.3543; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.46141; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.08004; +}; +isItalic = 1; +linkStyle = Light; +name = "Light Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded Light Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 300; +widthClass = 7; +}, +{ +axesValues = ( +125, +438, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.19232; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.28667; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.37333; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.14768; +}; +isItalic = 1; +name = Italic; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +widthClass = 7; +}, +{ +axesValues = ( +125, +534, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.2699; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.2271; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.29576; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.20724; +}; +isItalic = 1; +linkStyle = Medium; +name = "Medium Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded Medium Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 500; +widthClass = 7; +}, +{ +axesValues = ( +125, +600, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.32323; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.18615; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.24242; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.2482; +}; +isItalic = 1; +linkStyle = SemiBold; +name = "SemiBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded SemiBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 600; +widthClass = 7; +}, +{ +axesValues = ( +125, +665, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.37576; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.14582; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.1899; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.28853; +}; +isBold = 1; +isItalic = 1; +name = "Bold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded Bold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 700; +widthClass = 7; +}, +{ +axesValues = ( +125, +780, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.46869; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.07446; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.09697; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.35988; +}; +isItalic = 1; +linkStyle = ExtraBold; +name = "ExtraBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded ExtraBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 800; +widthClass = 7; +}, +{ +axesValues = ( +125, +900, +44, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 125; +}, +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = "Optical size"; +Location = 20; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.56566; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.43434; +}; +isItalic = 1; +linkStyle = Black; +name = "Black Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "SemiExpanded Black Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Expanded"; +} +); +weightClass = 900; +widthClass = 7; +}, +{ +axesValues = ( +75, +200, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "75"; +}, +{ +Axis = Weight; +Location = "200"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.20202; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.79798; +}; +isItalic = 1; +linkStyle = ExtraLight; +name = "ExtraLight Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Condensed ExtraLight Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = "ExtraLight Italic"; +} +); +weightClass = 200; +widthClass = 3; +}, +{ +axesValues = ( +75, +329, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = "Optical size"; +Location = 72; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.16479; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.03723; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.14706; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.65092; +}; +isItalic = 1; +linkStyle = Light; +name = "Light Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Condensed Light Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = "Light Italic"; +} +); +weightClass = 300; +widthClass = 3; +}, +{ +axesValues = ( +75, +438, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = "Optical size"; +Location = 72; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.13333; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.06869; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.27131; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.52667; +}; +isItalic = 1; +name = Italic; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Condensed Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = Italic; +} +); +widthClass = 3; +}, +{ +axesValues = ( +75, +534, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = "Optical size"; +Location = 72; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.10563; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.09639; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.38075; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.41723; +}; +isItalic = 1; +linkStyle = Medium; +name = "Medium Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Condensed Medium Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = "Medium Italic"; +} +); +weightClass = 500; +widthClass = 3; +}, +{ +axesValues = ( +75, +600, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = "Optical size"; +Location = 72; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.08658; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.11544; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.45599; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.34199; +}; +isItalic = 1; +linkStyle = SemiBold; +name = "SemiBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Condensed SemiBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = "SemiBold Italic"; +} +); +weightClass = 600; +widthClass = 3; +}, +{ +axesValues = ( +75, +665, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = "Optical size"; +Location = 72; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.06782; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.1342; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.53009; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.26789; +}; +isBold = 1; +isItalic = 1; +linkStyle = Bold; +name = "Bold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Condensed Bold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = "Bold Italic"; +} +); +weightClass = 700; +widthClass = 3; +}, +{ +axesValues = ( +75, +780, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = 75; +}, +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = "Optical size"; +Location = 72; +}, +{ +Axis = Italic; +Location = 1; +} +); +} +); +instanceInterpolations = { +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.03463; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.16739; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.66118; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.1368; +}; +isItalic = 1; +linkStyle = ExtraBold; +name = "ExtraBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Condensed ExtraBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = "ExtraBold Italic"; +} +); +weightClass = 800; +widthClass = 3; +}, +{ +axesValues = ( +75, +900, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "75"; +}, +{ +Axis = Weight; +Location = "900"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.20202; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.79798; +}; +isItalic = 1; +linkStyle = Black; +name = "Black Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Condensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Condensed Black Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Condensed"; +}, +{ +key = WWSSubfamilyName; +value = "Black Italic"; +} +); +weightClass = 900; +widthClass = 3; +}, +{ +axesValues = ( +87.5, +200, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "87.5"; +}, +{ +Axis = Weight; +Location = "200"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.10101; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.10101; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.39899; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.39899; +}; +isItalic = 1; +linkStyle = ExtraLight; +name = "ExtraLight Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiCondensed ExtraLight Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = "ExtraLight Italic"; +} +); +weightClass = 200; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +329, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "87.5"; +}, +{ +Axis = Weight; +Location = "300"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.0824; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.07353; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.0824; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.01861; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.01861; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.07353; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.32546; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.32546; +}; +isItalic = 1; +linkStyle = Light; +name = "Light Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiCondensed Light Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = "Light Italic"; +} +); +weightClass = 300; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +438, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "87.5"; +}, +{ +Axis = Weight; +Location = "400"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.06667; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.13566; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.06667; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.03434; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.03434; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.13566; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.26333; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.26333; +}; +isItalic = 1; +name = Italic; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiCondensed Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = Italic; +} +); +widthClass = 4; +}, +{ +axesValues = ( +87.5, +534, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "87.5"; +}, +{ +Axis = Weight; +Location = "500"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.05281; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.19038; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.05281; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.0482; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.0482; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.19038; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.20861; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.20861; +}; +isItalic = 1; +linkStyle = Medium; +name = "Medium Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiCondensed Medium Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = "Medium Italic"; +} +); +weightClass = 500; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +600, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "87.5"; +}, +{ +Axis = Weight; +Location = "600"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.04329; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.22799; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.04329; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.05772; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.05772; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.22799; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.171; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.171; +}; +isItalic = 1; +linkStyle = SemiBold; +name = "SemiBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiCondensed SemiBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = "SemiBold Italic"; +} +); +weightClass = 600; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +665, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "87.5"; +}, +{ +Axis = Weight; +Location = "700"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.03391; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.26504; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.03391; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.0671; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.0671; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.26504; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.13395; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.13395; +}; +isBold = 1; +isItalic = 1; +linkStyle = Bold; +name = "Bold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiCondensed Bold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = "Bold Italic"; +} +); +weightClass = 700; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +780, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "87.5"; +}, +{ +Axis = Weight; +Location = "800"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.01732; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.33059; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.01732; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.08369; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.08369; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.33059; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = 0.0684; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.0684; +}; +isItalic = 1; +linkStyle = ExtraBold; +name = "ExtraBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiCondensed ExtraBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = "ExtraBold Italic"; +} +); +weightClass = 800; +widthClass = 4; +}, +{ +axesValues = ( +87.5, +900, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "87.5"; +}, +{ +Axis = Weight; +Location = "900"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.39899; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.10101; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.10101; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = 0.39899; +}; +isItalic = 1; +linkStyle = Black; +name = "Black Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiCondensed"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiCondensed Black Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiCondensed"; +}, +{ +key = WWSSubfamilyName; +value = "Black Italic"; +} +); +weightClass = 900; +widthClass = 4; +}, +{ +axesValues = ( +100, +200, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "100"; +}, +{ +Axis = Weight; +Location = "200"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.20202; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.79798; +}; +isItalic = 1; +linkStyle = ExtraLight; +name = "ExtraLight Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display ExtraLight Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = "ExtraLight Italic"; +} +); +weightClass = 200; +}, +{ +axesValues = ( +100, +329, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "100"; +}, +{ +Axis = Weight; +Location = "300"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.16479; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.14706; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.03723; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.65092; +}; +isItalic = 1; +linkStyle = Light; +name = "Light Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Light Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = "Light Italic"; +} +); +weightClass = 300; +}, +{ +axesValues = ( +100, +438, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "100"; +}, +{ +Axis = Weight; +Location = "400"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.13333; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.27131; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.06869; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.52667; +}; +isItalic = 1; +name = Italic; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = Italic; +} +); +}, +{ +axesValues = ( +100, +534, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "100"; +}, +{ +Axis = Weight; +Location = "500"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.10563; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.38075; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.09639; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.41723; +}; +isItalic = 1; +linkStyle = Medium; +name = "Medium Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Medium Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = "Medium Italic"; +} +); +weightClass = 500; +}, +{ +axesValues = ( +100, +600, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "100"; +}, +{ +Axis = Weight; +Location = "600"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.08658; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.45599; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.11544; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.34199; +}; +isItalic = 1; +linkStyle = SemiBold; +name = "SemiBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = "SemiBold Italic"; +} +); +weightClass = 600; +}, +{ +axesValues = ( +100, +665, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "100"; +}, +{ +Axis = Weight; +Location = "700"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.06782; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.53009; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.1342; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.26789; +}; +isBold = 1; +isItalic = 1; +linkStyle = Bold; +name = "Bold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Bold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = "Bold Italic"; +} +); +weightClass = 700; +}, +{ +axesValues = ( +100, +780, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "100"; +}, +{ +Axis = Weight; +Location = "800"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.03463; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.66118; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.16739; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.1368; +}; +isItalic = 1; +linkStyle = ExtraBold; +name = "ExtraBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display ExtraBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = "ExtraBold Italic"; +} +); +weightClass = 800; +}, +{ +axesValues = ( +100, +900, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "100"; +}, +{ +Axis = Weight; +Location = "900"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.79798; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.20202; +}; +isItalic = 1; +linkStyle = Black; +name = "Black Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Black Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display"; +}, +{ +key = WWSSubfamilyName; +value = "Black Italic"; +} +); +weightClass = 900; +}, +{ +axesValues = ( +112.5, +200, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "112.5"; +}, +{ +Axis = Weight; +Location = "200"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.10101; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.39899; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.10101; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.39899; +}; +isItalic = 1; +linkStyle = ExtraLight; +name = "ExtraLight Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiExpanded ExtraLight Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = "ExtraLight Italic"; +} +); +weightClass = 200; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +329, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "112.5"; +}, +{ +Axis = Weight; +Location = "300"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.0824; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.07353; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.01861; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.01861; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.32546; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.0824; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.32546; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.07353; +}; +isItalic = 1; +linkStyle = Light; +name = "Light Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiExpanded Light Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = "Light Italic"; +} +); +weightClass = 300; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +438, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "112.5"; +}, +{ +Axis = Weight; +Location = "400"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.06667; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.13566; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.03434; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.03434; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.26333; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.06667; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.26333; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.13566; +}; +isItalic = 1; +name = Italic; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiExpanded Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = Italic; +} +); +widthClass = 6; +}, +{ +axesValues = ( +112.5, +534, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "112.5"; +}, +{ +Axis = Weight; +Location = "500"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.05281; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.19038; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.0482; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.0482; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.20861; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.05281; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.20861; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.19038; +}; +isItalic = 1; +linkStyle = Medium; +name = "Medium Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiExpanded Medium Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = "Medium Italic"; +} +); +weightClass = 500; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +600, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "112.5"; +}, +{ +Axis = Weight; +Location = "600"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.04329; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.22799; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.05772; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.05772; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.171; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.04329; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.171; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.22799; +}; +isItalic = 1; +linkStyle = SemiBold; +name = "SemiBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiExpanded SemiBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = "SemiBold Italic"; +} +); +weightClass = 600; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +665, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "112.5"; +}, +{ +Axis = Weight; +Location = "700"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.03391; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.26504; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.0671; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.0671; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.13395; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.03391; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.13395; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.26504; +}; +isBold = 1; +isItalic = 1; +linkStyle = Bold; +name = "Bold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiExpanded Bold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = "Bold Italic"; +} +); +weightClass = 700; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +780, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "112.5"; +}, +{ +Axis = Weight; +Location = "800"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"095FE76F-1953-440B-9108-AA0678D151F9" = 0.01732; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.33059; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.08369; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.08369; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.0684; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.01732; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = 0.0684; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.33059; +}; +isItalic = 1; +linkStyle = ExtraBold; +name = "ExtraBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiExpanded ExtraBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = "ExtraBold Italic"; +} +); +weightClass = 800; +widthClass = 6; +}, +{ +axesValues = ( +112.5, +900, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "112.5"; +}, +{ +Axis = Weight; +Location = "900"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = 0.39899; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.10101; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.10101; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.39899; +}; +isItalic = 1; +linkStyle = Black; +name = "Black Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display SemiExpanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display SemiExpanded Black Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display SemiExpanded"; +}, +{ +key = WWSSubfamilyName; +value = "Black Italic"; +} +); +weightClass = 900; +widthClass = 6; +}, +{ +axesValues = ( +125, +200, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "125"; +}, +{ +Axis = Weight; +Location = "200"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.79798; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.20202; +}; +isItalic = 1; +linkStyle = ExtraLight; +name = "ExtraLight Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Expanded ExtraLight Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = "ExtraLight Italic"; +} +); +weightClass = 200; +widthClass = 7; +}, +{ +axesValues = ( +125, +329, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "125"; +}, +{ +Axis = Weight; +Location = "300"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.03723; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.65092; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.16479; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.14706; +}; +isItalic = 1; +linkStyle = Light; +name = "Light Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Expanded Light Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = "Light Italic"; +} +); +weightClass = 300; +widthClass = 7; +}, +{ +axesValues = ( +125, +438, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "125"; +}, +{ +Axis = Weight; +Location = "400"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.06869; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.52667; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.13333; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.27131; +}; +isItalic = 1; +name = Italic; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Expanded Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = Italic; +} +); +widthClass = 7; +}, +{ +axesValues = ( +125, +534, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "125"; +}, +{ +Axis = Weight; +Location = "500"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.09639; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.41723; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.10563; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.38075; +}; +isItalic = 1; +linkStyle = Medium; +name = "Medium Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Expanded Medium Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = "Medium Italic"; +} +); +weightClass = 500; +widthClass = 7; +}, +{ +axesValues = ( +125, +600, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "125"; +}, +{ +Axis = Weight; +Location = "600"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.11544; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.34199; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.08658; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.45599; +}; +isItalic = 1; +linkStyle = SemiBold; +name = "SemiBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Expanded SemiBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = "SemiBold Italic"; +} +); +weightClass = 600; +widthClass = 7; +}, +{ +axesValues = ( +125, +665, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "125"; +}, +{ +Axis = Weight; +Location = "700"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.1342; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.26789; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.06782; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.53009; +}; +isBold = 1; +isItalic = 1; +linkStyle = Bold; +name = "Bold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Expanded Bold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = "Bold Italic"; +} +); +weightClass = 700; +widthClass = 7; +}, +{ +axesValues = ( +125, +780, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "125"; +}, +{ +Axis = Weight; +Location = "800"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.16739; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = 0.1368; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.03463; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.66118; +}; +isItalic = 1; +linkStyle = ExtraBold; +name = "ExtraBold Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Expanded ExtraBold Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = "ExtraBold Italic"; +} +); +weightClass = 800; +widthClass = 7; +}, +{ +axesValues = ( +125, +900, +80, +1 +); +customParameters = ( +{ +name = "Instance Preview"; +value = ( +M, +o, +n, +a, +space, +S, +a, +n, +s +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Width; +Location = "125"; +}, +{ +Axis = Weight; +Location = "900"; +}, +{ +Axis = "Optical size"; +Location = "72"; +}, +{ +Axis = Italic; +Location = "1"; +} +); +} +); +instanceInterpolations = { +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.20202; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = 0.79798; +}; +isItalic = 1; +linkStyle = Black; +name = "Black Italic"; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Mona Sans Display Expanded"; +} +); +}, +{ +key = variableStyleNames; +values = ( +{ +language = dflt; +value = "Display Expanded Black Italic"; +} +); +}, +{ +key = WWSFamilyName; +value = "Mona Sans Display Expanded"; +}, +{ +key = WWSSubfamilyName; +value = "Black Italic"; +} +); +weightClass = 900; +widthClass = 7; +} +); +kerningLTR = { +"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = { +J = { +Hbar = 0; +Oslash = 3; +a = 1; +igrave = 16; +ibreve = 13; +icaron = 13; +idieresis = 7; +jcircumflex = 13; +idieresis.ss01 = 9; +greater = 22; +}; +exclam.ss01 = { +period.ss01 = -44; +}; +ohungarumlaut = { +onesuperior = -8; +sevensuperior = -6; +parenright = 0; +bracketright = 0; +quotedblright = 0; +quotedbl = 0; +quotesingle = 0; +}; +uhornacute = { +a = 0; +a.ss05 = 3; +c = 0; +n = 0; +t = 11; +u = 0; +t_i.liga = 11; +t_t.liga = 11; +period = -2; +comma = -2; +ellipsis = -47; +question = 58; +period.ss01 = -45; +ellipsis.ss01 = -45; +comma.ss01 = -35; +parenright = 3; +quotedbl = 46; +}; +o = { +germandbls = -4; +gbreve.ss06 = 4; +ordmasculine = -47; +seven = -33; +registered = -25; +logicalnot = 0; +}; +ellipsis = { +Dcroat = -33; +Tbar = -80; +tbar = -54; +twosuperior = -118; +threesuperior = -132; +fivesuperior = -135; +eightsuperior = -142; +parenleft = -53; +braceright = -52; +parenleft.case = -68; +bracketright.case = 0; +}; +Iacute = { +A = 0; +S = 4; +igrave = 14; +icircumflex = 10; +parenright.case = 19; +}; +sixsuperior = { +A = -42; +fraction = -5; +period = -62; +comma = -65; +slash = -52; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -47; +parenright = 0; +guillemetleft = -20; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 42; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 47; +"@MMK_R_KO_Y" = 32; +"@MMK_R_KO_Z" = 42; +"@MMK_R_KO_I.ss02" = 44; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_x" = 28; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 34; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 6; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 26; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_backslash" = 4; +"@MMK_R_KO_period.ss01" = 10; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_underscore" = 48; +"@MMK_R_KO_hyphen.case" = -49; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 10; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 23; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = 2; +"@MMK_R_KO_asciicircum" = -59; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -53; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -42; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -93; +"@MMK_R_KO_zero" = 12; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_two" = -69; +"@MMK_R_KO_three" = -46; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = 11; +"@MMK_R_KO_seven" = -61; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = 15; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_asterisk" = -88; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_hyphen.case" = 24; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_quotedblleft" = -116; +"@MMK_R_KO_quotedblright" = -116; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = 14; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -71; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -104; +"@MMK_R_KO_plus" = 19; +}; +Igrave = { +j = 2; +l.ss04 = 3; +}; +five = { +icircumflex = 13; +x = 0; +ordfeminine = -23; +ordmasculine = -23; +parenleft = 25; +asciicircum = -54; +}; +Tcommaaccent = { +aacute = -61; +acircumflex.ss05 = -26; +amacron.ss05 = -24; +abreve.ss05 = 0; +endash.case = -44; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -33; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_asterisk" = -31; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_question.ss01" = -61; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -59; +"@MMK_R_KO_quotedblright" = -38; +"@MMK_R_KO_quoteleft" = -59; +"@MMK_R_KO_quoteright" = -40; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -64; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -78; +"@MMK_R_KO_asciicircum" = -49; +}; +questiondown.ss01 = { +l.ss03 = -49; +quoteright.ss01 = -61; +}; +threeinferior = { +T = -65; +V = -50; +W = -31; +Y = -77; +parenright = -31; +bracketright = -33; +}; +Adieresis.ss01 = { +endash.case = -16; +registered = -40; +}; +lcaron.ss03 = { +b = 22; +h = 22; +k = 22; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +j = 0; +j.ss01 = 0; +zcaron = 14; +l.ss03 = 22; +lcaron.ss03 = 22; +sixsuperior = 25; +onesuperior = 42; +twosuperior = 41; +threesuperior = 34; +foursuperior = 15; +fivesuperior = 23; +sevensuperior = 64; +eightsuperior = 29; +ninesuperior = 29; +exclam = 67; +question = 71; +exclam.ss01 = 66; +question.ss01 = 32; +parenright = 56; +bracketright = 16; +quotedblleft = 62; +quoteleft = 62; +quotedbl = 78; +quotesingle = 80; +quotedblleft.ss01 = 30; +quoteleft.ss01 = 30; +}; +f_f.liga = { +e = 0; +f = 0; +fl = 0; +i = 0; +i.ss01 = 0; +idieresis = 0; +seven = 27; +ampersand = -3; +}; +Jacute = { +Icircumflex = 0; +Imacron = 0; +Hbar = 0; +igrave = 16; +ibreve = 13; +icaron = 13; +idieresis = 7; +jcircumflex = 13; +idieresis.ss01 = 9; +parenright = 6; +parenright.case = 15; +}; +braceright.case = { +J.ss10 = -28; +period = -16; +comma = -4; +period.ss01 = -61; +comma.ss01 = -54; +hyphen.case = 28; +parenright.case = 0; +braceright.case = -4; +asciicircum = -44; +}; +ecircumflexhookabove = { +m = -2; +n = -2; +u = -2; +period.ss01 = -45; +comma.ss01 = -36; +parenright = 37; +}; +Cdotaccent = { +Hbar = 22; +}; +Ncommaaccent = { +imacron = 5; +}; +dollar = { +one = 0; +three = 5; +four = 9; +five = 0; +eight = 2; +parenright = -28; +bracketright = -31; +parenright.case = -7; +}; +Scaron = { +iogonek = 2; +}; +fi = { +hbar = 0; +idieresis = 0; +jcircumflex = 0; +germandbls = -7; +logicalnot = -2; +}; +zero = { +icircumflex = 2; +x = 0; +ordmasculine = -13; +underscore = -12; +parenleft = 17; +braceright = -27; +braceright.case = -27; +bracketright.case = -25; +baht = -13; +trademark = -37; +multiply = -9; +asciicircum = -27; +}; +period.ss01 = { +ordfeminine = -61; +ordmasculine = -61; +twosuperior = -61; +threesuperior = -61; +fivesuperior = -61; +eightsuperior = -61; +question.ss01 = -61; +parenleft = -50; +braceright = -47; +parenleft.case = -61; +quoteright.ss01 = -61; +}; +X = { +igrave = 44; +ibreve = 46; +icaron = 41; +idieresis = 15; +idieresis.ss01 = 31; +zero = -12; +two = 22; +three = 11; +six = -11; +eight = 0; +nine = -2; +numbersign = -29; +endash.case = -47; +parenleft.case = -3; +at = -14; +registered = -29; +plus = -59; +minus = -59; +multiply = -46; +equal = -29; +notequal = -62; +less = -28; +logicalnot = -53; +asciitilde = -45; +}; +L = { +H = 0; +Dcroat = -3; +Oslash = 2; +Tbar = -50; +oslash = 0; +ordfeminine = -83; +ordmasculine = -82; +zero = -29; +two = 11; +three = -3; +five = -13; +six = -26; +seven = -35; +nine = -12; +numbersign = -38; +endash.case = -56; +parenleft.case = -17; +quoteleft.ss01 = -61; +at = -22; +registered = -84; +dollar = -18; +plus = -69; +minus = -69; +multiply = -86; +equal = -65; +notequal = -71; +less = -36; +approxequal = -80; +logicalnot = -62; +asciitilde = -59; +}; +euro = { +period = -25; +comma = -25; +slash = 0; +period.ss01 = -59; +parenright = -27; +bracketright = -31; +parenright.case = -12; +bracketright.case = -31; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 32; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 44; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = 44; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -26; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_itilde" = 53; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = -28; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 21; +"@MMK_R_KO_four" = -33; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 26; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 34; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -62; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -96; +"@MMK_R_KO_exclam" = 21; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_backslash" = 36; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_underscore" = -53; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_parenleft" = 1; +"@MMK_R_KO_parenright" = 6; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 11; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 25; +"@MMK_R_KO_quoteleft" = 7; +"@MMK_R_KO_quoteright" = 25; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 27; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 14; +"@MMK_R_KO_quoteright.ss01" = 14; +"@MMK_R_KO_trademark" = 8; +"@MMK_R_KO_asciicircum" = -26; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -33; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -31; +"@MMK_R_KO_question.ss01" = -44; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -34; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -53; +"@MMK_R_KO_quoteright.ss01" = -53; +}; +perthousand = { +question = -72; +asterisk = -128; +question.ss01 = -94; +parenright = -53; +parenright.case = -26; +quotedblleft = -116; +quotedblright = -116; +quoteleft = -65; +quoteright = -65; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +}; +V = { +Eth = 0; +Oslash = 0; +adieresis = -21; +ae = -26; +a.ss05 = -26; +adieresis.ss05 = -14; +eacute = -25; +ccaron = -3; +emacron = -13; +edieresis = -19; +ecaron = -7; +otilde = -14; +odieresis = -19; +iacute = -10; +ncommaaccent = -26; +igrave = 57; +ibreve = 58; +icaron = 54; +idieresis = 35; +racute = -20; +scaron = 0; +zcaron = 21; +idieresis.ss01 = 41; +gdotaccent.ss06 = -26; +gdotaccent.ss01.ss06 = -23; +zero = -3; +two = 4; +three = 3; +six = -3; +seven = 42; +twoinferior = -36; +ellipsis.ss01 = -93; +endash.case = -8; +at = -13; +ampersand = -17; +plus = -16; +minus = -16; +less = 0; +lessequal = -27; +approxequal = -20; +asciitilde = -5; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -67; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -39; +"@MMK_R_KO_question" = 22; +"@MMK_R_KO_asterisk" = 29; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_hyphen" = -39; +"@MMK_R_KO_endash" = -27; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 21; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 10; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -111; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -58; +"@MMK_R_KO_a.ss05" = -40; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -53; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -61; +"@MMK_R_KO_i" = -31; +"@MMK_R_KO_n" = -48; +"@MMK_R_KO_j" = -31; +"@MMK_R_KO_lslash" = -23; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_uacute" = -39; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_pi" = -11; +"@MMK_R_KO_zero" = -19; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 17; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -61; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_hyphen" = -111; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -54; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = -61; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 24; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -126; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_sevensuperior" = 14; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_ellipsis" = -126; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -46; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -126; +"@MMK_R_KO_endash" = -122; +"@MMK_R_KO_hyphen.case" = -71; +"@MMK_R_KO_endash.case" = -11; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -51; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = -55; +"@MMK_R_KO_percent" = -9; +}; +seven = { +icircumflex = 27; +x = -17; +g.ss06 = -44; +mu = -37; +colon = -18; +semicolon = -11; +backslash = 34; +ellipsis.ss01 = -97; +underscore = -53; +parenleft = -8; +at = -25; +ampersand = -23; +euro = -26; +minus = -42; +multiply = -41; +divide = -42; +notequal = -49; +less = 0; +plusminus = -39; +asciitilde = -34; +asciicircum = -36; +}; +scedilla = { +gbreve.ss06 = 0; +}; +fourinferior = { +T = -62; +V = -53; +W = -32; +parenright = -33; +bracketright = -32; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -17; +"@MMK_R_KO_seven" = -40; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = -14; +"@MMK_R_KO_asterisk" = -44; +"@MMK_R_KO_parenright" = 13; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 48; +"@MMK_R_KO_quotedblleft" = -72; +"@MMK_R_KO_quotedblright" = -50; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -45; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 14; +"@MMK_R_KO_quotedbl" = -61; +"@MMK_R_KO_quotesingle" = -60; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -88; +}; +equal = { +period = -62; +comma = -65; +period.ss01 = -61; +comma.ss01 = -61; +parenright = -41; +bracketright = -33; +parenright.case = -31; +bracketright.case = -34; +equal = 0; +A = 0; +J = -11; +T = -51; +V = 0; +X = -29; +Y = -20; +}; +five.numr = { +fraction = 0; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_question.ss01" = -39; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -58; +"@MMK_R_KO_quotedblright.ss01" = -41; +"@MMK_R_KO_quoteright.ss01" = -41; +}; +dcaron = { +exclam.ss01 = 70; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 21; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 20; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -26; +"@MMK_R_KO_asciicircum" = -21; +}; +k = { +oslash = 0; +iogonek = 6; +lcommaaccent = 4; +two = 19; +plus = -16; +minus = -16; +notequal = -26; +logicalnot = -22; +asciitilde = -19; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -52; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -39; +"@MMK_R_KO_trademark" = -73; +"@MMK_R_KO_asciicircum" = -40; +}; +scaron = { +T = 0; +iogonek = 0; +}; +ninesuperior = { +A = -47; +fraction = -11; +period = -62; +comma = -65; +slash = -57; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -55; +parenright = 0; +guillemetleft = -25; +}; +v = { +n = 0; +ampersand = -10; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_t_t.liga" = 0; +}; +infinity = { +parenright = -54; +bracketright = -33; +parenright.case = -36; +bracketright.case = -35; +quotedblleft = -56; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -31; +"@MMK_R_KO_one" = -59; +"@MMK_R_KO_two" = -70; +"@MMK_R_KO_three" = -66; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_five" = -32; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = -71; +"@MMK_R_KO_eight" = -52; +"@MMK_R_KO_nine" = -23; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_question" = -77; +"@MMK_R_KO_asterisk" = -73; +"@MMK_R_KO_slash" = -87; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_hyphen" = -76; +"@MMK_R_KO_hyphen.case" = -36; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_parenright.case" = -69; +"@MMK_R_KO_quotedblleft" = -113; +"@MMK_R_KO_quotedblright" = -99; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = -64; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -79; +"@MMK_R_KO_A" = -56; +"@MMK_R_KO_H" = -39; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_J" = -50; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -55; +"@MMK_R_KO_T" = -90; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = -94; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = -89; +"@MMK_R_KO_I.ss02" = -55; +"@MMK_R_KO_J.ss10" = -84; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -46; +"@MMK_R_KO_e" = -41; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -39; +"@MMK_R_KO_i" = -46; +"@MMK_R_KO_n" = -46; +"@MMK_R_KO_j" = -46; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_z" = -56; +"@MMK_R_KO_t_t.liga" = -47; +}; +asterisk = { +g.ss06 = -31; +}; +semicolon.ss01 = { +onesuperior = -51; +sevensuperior = -61; +hyphen = -61; +emdash = -61; +}; +divide = { +one = -27; +two = -71; +three = -50; +seven = -67; +parenright = -49; +parenright.case = -38; +quotedblleft = -112; +quotedblright = -90; +quoteright = -65; +quotedblleft.ss01 = -105; +quotedblright.ss01 = -96; +A = -13; +Y = -48; +I.ss02 = -20; +}; +asciitilde = { +exclam = -40; +exclam.ss01 = -41; +question.ss01 = -82; +parenleft = -28; +parenleft.case = -26; +bracketright.case = -68; +quoteright.ss01 = -61; +U = -33; +aacute = -41; +edieresis = -41; +edieresis.ss01 = -41; +u = -44; +v = -25; +w = -27; +x = -45; +y = -26; +l.ss03 = -45; +l.ss04 = -46; +g.ss06 = -41; +gcircumflex.ss06 = -41; +}; +three.dnom = { +question = -60; +question.ss01 = -87; +parenright = -39; +quotedblleft = -116; +quotedblright = -116; +quoteleft = -65; +quoteright = -65; +quotedbl = -86; +quotesingle = -61; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +degree = -126; +}; +odotbelow.ss01 = { +T = -61; +}; +x = { +oslash = 0; +two = 10; +ampersand = -2; +plus = 0; +minus = 0; +notequal = -30; +logicalnot = -9; +asciitilde = -3; +}; +U = { +Dcroat = 0; +Eth = 0; +Hbar = 6; +Lslash = 2; +hbar = 12; +igrave = 22; +jcircumflex = 19; +greater = 25; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = 2; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 7; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -14; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 44; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 37; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = 43; +"@MMK_R_KO_Y" = 37; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 44; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = -71; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 14; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 27; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_endash" = -59; +"@MMK_R_KO_hyphen.case" = -47; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 19; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_quoteright.ss01" = 7; +}; +Eth = { +Eth = 16; +Oslash = 21; +}; +odotbelow = { +T = -61; +}; +baht = { +slash = 0; +parenright = -34; +parenright.case = -15; +}; +Icircumflex.ss02 = { +endash.case = -14; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 1; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -74; +"@MMK_R_KO_onesuperior" = -69; +"@MMK_R_KO_foursuperior" = -80; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_ninesuperior" = -70; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_question" = -59; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -49; +"@MMK_R_KO_colon.ss01" = -49; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = -24; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_quotedblleft" = -80; +"@MMK_R_KO_quotedblright" = -69; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -62; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -66; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -95; +}; +quotedblright = { +Dcroat = 0; +icircumflex = 15; +scaron = -11; +x = -36; +g.ss06 = -87; +mu = -61; +questiondown = -104; +questiondown.case = -57; +parenleft = -9; +quotesinglbase = -65; +asciitilde = -116; +}; +r = { +fl = 0; +germandbls = 13; +wdieresis = 0; +gcircumflex.ss06 = -15; +oneinferior = -48; +twoinferior = -49; +threeinferior = -53; +fourinferior = -54; +fiveinferior = -50; +sixinferior = -46; +ampersand = -22; +logicalnot = -41; +asciitilde = -37; +}; +seveninferior = { +I.ss02 = -14; +fourinferior = -9; +seveninferior = 43; +parenright = -40; +parenright.case = -14; +}; +sterling = { +two = 10; +hyphen.case = -46; +parenright = -14; +}; +Ocircumflex = { +Lslash = 9; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 22; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_hyphen.case" = 21; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = 20; +"@MMK_R_KO_bracketright" = 13; +"@MMK_R_KO_parenright.case" = 30; +"@MMK_R_KO_bracketright.case" = 12; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +_f.longarm = { +l = 0; +i = -8; +idotaccent = -8; +i.ss01 = 0; +idotaccent.ss01 = 0; +l.ss03 = 0; +l.ss04 = 0; +}; +I.ss02 = { +Dcroat = 0; +igrave = 50; +jcircumflex = 13; +endash.case = -14; +plus = -20; +minus = -20; +notequal = -43; +less = 0; +approxequal = -31; +logicalnot = -11; +asciitilde = -2; +}; +quoteleft.ss01 = { +J.ss10 = -61; +igrave = 0; +icircumflex = 0; +imacron = -6; +jcircumflex = 0; +questiondown.case = -61; +questiondown.ss01 = -61; +hyphen = -61; +emdash = -61; +quotedblbase.ss01 = -61; +ampersand = -47; +minus = -61; +logicalnot = -61; +asciitilde = -61; +}; +Zacute = { +endash.case = -35; +}; +d = { +hbar = 0; +igrave = 2; +icaron = 2; +idieresis = 0; +jcircumflex = 2; +logicalnot = -2; +}; +notequal = { +zero = -20; +one = -39; +two = -22; +seven = -19; +parenright = -65; +parenright.case = -53; +A = -33; +B = -27; +F = -27; +L = -27; +N = -27; +Y = -50; +b = -40; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -25; +"@MMK_R_KO_Z" = -30; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_t_t.liga" = 0; +}; +six = { +icircumflex = 14; +parenleft = 17; +braceright = -22; +bracketright.case = -20; +trademark = -31; +asciicircum = -46; +}; +Idieresis.ss02 = { +idieresis = 9; +}; +quotedblleft.ss01 = { +A = -68; +J = -22; +igrave = 0; +icircumflex = 0; +imacron = -6; +jcircumflex = 0; +g.ss06 = -76; +mu = -48; +questiondown.case = -75; +ellipsis.ss01 = -111; +questiondown.ss01 = -92; +underscore = -111; +quotedblbase.ss01 = -111; +ampersand = -47; +minus = -111; +divide = -102; +asciitilde = -95; +}; +sevensuperior = { +A = -61; +C = -18; +O = -18; +G = -18; +fraction = -24; +sevensuperior = 43; +period = -62; +comma = -65; +colon = -31; +semicolon = -30; +slash = -73; +period.ss01 = -61; +comma.ss01 = -61; +colon.ss01 = -61; +semicolon.ss01 = -61; +hyphen = -58; +hyphen.case = -28; +guillemetleft = -28; +guilsinglleft = -28; +guillemetright = -12; +guilsinglright = -12; +plus = -35; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 28; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 19; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 21; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -7; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = -49; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -110; +"@MMK_R_KO_zero" = 12; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_two" = -22; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_five" = 9; +"@MMK_R_KO_six" = 11; +"@MMK_R_KO_seven" = -27; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = 24; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_question" = -40; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_quotedblleft" = -74; +"@MMK_R_KO_quotedblright" = -78; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -55; +"@MMK_R_KO_quotedblright.ss01" = -42; +}; +won = { +period = -57; +comma = -57; +slash = -35; +period.ss01 = -61; +comma.ss01 = -61; +}; +i.ss01 = { +l = 0; +c = 1; +e = 1; +o = 1; +m = 0; +n = 0; +r = 0; +p = 0; +j.ss01 = 0; +parenright = 0; +}; +guillemetright = { +T = -35; +x = 0; +threesuperior = -11; +fivesuperior = -18; +eightsuperior = -20; +colon = -28; +semicolon = -27; +questiondown = -26; +question.ss01 = -41; +questiondown.ss01 = -26; +braceright = -21; +braceright.case = -19; +bracketright.case = -15; +quotesinglbase = -65; +quotedblbase = -81; +quotedblbase.ss01 = -72; +quoteright.ss01 = -48; +}; +s = { +l = 0; +seven = -22; +emdash = -2; +registered = -23; +notequal = -37; +logicalnot = 0; +asciitilde = 0; +}; +five.dnom = { +question = -60; +question.ss01 = -89; +parenright = -34; +quotedblleft = -116; +quotedblright = -116; +quoteleft = -65; +quoteright = -65; +quotedbl = -74; +quotesingle = -61; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +degree = -108; +}; +ecircumflexgrave = { +parenright = 0; +bracketright = 0; +quotedbl = 0; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = -28; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -25; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 25; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -49; +"@MMK_R_KO_asciicircum" = -9; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 4; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_two" = 8; +"@MMK_R_KO_three" = 13; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -5; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -16; +}; +t_t.liga = { +wdieresis = 12; +hyphen = -6; +logicalnot = -11; +asciitilde = 0; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 20; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -119; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = -31; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_pi" = 29; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 35; +"@MMK_R_KO_two" = 24; +"@MMK_R_KO_three" = 23; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 42; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 17; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_question" = 26; +"@MMK_R_KO_asterisk" = 41; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -129; +"@MMK_R_KO_endash" = -114; +"@MMK_R_KO_hyphen.case" = -88; +"@MMK_R_KO_endash.case" = -35; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 29; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 29; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = 16; +"@MMK_R_KO_quotedblright.ss01" = 21; +}; +ohorngrave = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +period = -19; +comma = -13; +period.ss01 = -54; +comma.ss01 = -45; +parenright = -12; +bracketright = -20; +guillemetright = 17; +quotedbl = 5; +}; +zeroinferior = { +parenright = -37; +}; +c = { +seven = -24; +registered = -22; +notequal = -37; +}; +Aacute = { +Dcroat = 0; +Eth = 0; +Tbar = -31; +endash.case = -16; +registered = -40; +}; +Abreve = { +endash.case = -16; +}; +eight.dnom = { +question = -60; +question.ss01 = -86; +parenright = -39; +quotedblleft = -116; +quotedblright = -116; +quoteleft = -65; +quoteright = -65; +quotedbl = -86; +quotesingle = -61; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +degree = -135; +}; +Idieresis.ss01 = { +Icircumflex = 2; +Idieresis.ss01 = 2; +idieresis.ss01 = 8; +parenright.case = 27; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_quoteright.ss01" = -45; +}; +comma.ss01 = { +twosuperior = -61; +threesuperior = -61; +fivesuperior = -61; +eightsuperior = -61; +parenright = 0; +bracketright = 0; +quoteright.ss01 = -61; +}; +C = { +two = 13; +three = 20; +five = 8; +eight = 10; +braceright.case = -12; +plus = -40; +minus = -40; +greater = 49; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -59; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 22; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -116; +"@MMK_R_KO_a" = -88; +"@MMK_R_KO_aacute" = -46; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -90; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -87; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -61; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_s" = -73; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -59; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_pi" = -24; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -80; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 18; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_ellipsis" = -116; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -74; +"@MMK_R_KO_hyphen" = -116; +"@MMK_R_KO_endash" = -116; +"@MMK_R_KO_hyphen.case" = -116; +"@MMK_R_KO_endash.case" = -87; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -92; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_plus" = -116; +"@MMK_R_KO_percent" = -10; +}; +ocircumflexgrave = { +parenright = 0; +bracketright = 0; +quotedbl = 0; +quotesingle = 0; +}; +wcircumflex = { +p = 0; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = 5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -4; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_two" = -25; +"@MMK_R_KO_three" = 8; +"@MMK_R_KO_four" = 43; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 9; +"@MMK_R_KO_seven" = -48; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = -9; +"@MMK_R_KO_sixsuperior" = -54; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_foursuperior" = -92; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_ninesuperior" = -50; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -129; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -116; +"@MMK_R_KO_quotedblright" = -116; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -111; +"@MMK_R_KO_quotedblright.ss01" = -111; +"@MMK_R_KO_plus" = -23; +}; +Umacron = { +Hbar = 6; +}; +Zcaron = { +Dcroat = -3; +igrave = 52; +endash.case = -35; +}; +sixinferior = { +T = -66; +W = -32; +parenright = -29; +bracketright = -32; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_zero" = -27; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -26; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_sevensuperior" = 11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 48; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_endash.case" = -30; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -36; +"@MMK_R_KO_plus" = -34; +"@MMK_R_KO_percent" = -25; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = 9; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 9; +"@MMK_R_KO_four" = 29; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 3; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_hyphen" = 32; +"@MMK_R_KO_endash" = 30; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 27; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_degree" = -35; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -13; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 19; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 21; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Idotaccent = { +l.ss04 = 3; +}; +zero.dnom = { +question = -58; +question.ss01 = -85; +parenright = -44; +parenright.case = -9; +quotedblleft = -116; +quotedblright = -116; +quoteleft = -65; +quoteright = -65; +quotedbl = -91; +quotesingle = -61; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +degree = -139; +}; +I = { +I = 0; +Hbar = 0; +hbar = 5; +igrave = 14; +jcircumflex = 10; +logicalnot = 0; +}; +uhornhookabove = { +a = 0; +a.ss05 = 3; +period = -2; +comma = -2; +ellipsis = -47; +period.ss01 = -45; +ellipsis.ss01 = -45; +comma.ss01 = -35; +parenright = 5; +bracketright = 0; +quotedblright = 61; +quotedbl = 46; +}; +Idieresis = { +Icircumflex = 0; +Idieresis = 0; +idieresis = 5; +parenright = 8; +parenright.case = 27; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 36; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 44; +"@MMK_R_KO_W" = 39; +"@MMK_R_KO_X" = 31; +"@MMK_R_KO_Y" = 46; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -82; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -56; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -40; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_itilde" = 49; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = -50; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -42; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_x" = -21; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = -49; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 22; +"@MMK_R_KO_twosuperior" = 18; +"@MMK_R_KO_threesuperior" = 12; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 40; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_colon" = -21; +"@MMK_R_KO_semicolon" = -15; +"@MMK_R_KO_ellipsis" = -95; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -52; +"@MMK_R_KO_underscore" = -49; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_parenleft" = -14; +"@MMK_R_KO_parenright" = 7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 9; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 27; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 27; +"@MMK_R_KO_guillemetleft" = -36; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 24; +"@MMK_R_KO_quotesingle" = 28; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 20; +"@MMK_R_KO_quoteright.ss01" = 20; +"@MMK_R_KO_trademark" = 14; +"@MMK_R_KO_asciicircum" = -40; +}; +Ecircumflexdotbelow.ss01 = { +T = 38; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -27; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = -26; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -51; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -55; +"@MMK_R_KO_quoteright.ss01" = -55; +"@MMK_R_KO_trademark" = -70; +"@MMK_R_KO_asciicircum" = -41; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -26; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_ellipsis" = -56; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -50; +"@MMK_R_KO_comma.ss01" = -45; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_endash.case" = 11; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -30; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +one = { +icircumflex = 9; +three = 0; +multiply = -20; +equal = 0; +notequal = -27; +asciicircum = -31; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 16; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_hyphen.case" = 21; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 19; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -30; +}; +lcaron.ss04 = { +ncaron = 0; +scaron = 2; +exclam.ss01 = 70; +}; +Gdotaccent = { +Hbar = 12; +}; +fl = { +Hbar = 5; +l = 0; +idieresis = 0; +jcircumflex = 2; +periodcentered.loclCAT = 60; +}; +quotedbl = { +Dcroat = -3; +Hbar = 8; +Lslash = 0; +hbar = 12; +igrave = 30; +icircumflex = 27; +idieresis = 13; +imacron = 32; +jcircumflex = 27; +x = 0; +idieresis.ss01 = 21; +g.ss06 = -34; +gcommaaccent.ss06 = -25; +gdotaccent.ss06 = -26; +gdotaccent.ss01.ss06 = -26; +mu = -18; +exclamdown = -20; +questiondown = -66; +backslash = 43; +questiondown.case = -43; +ellipsis.ss01 = -126; +exclamdown.ss01 = -19; +questiondown.ss01 = -67; +underscore = -126; +parenleft = 0; +braceleft = -8; +ampersand = -8; +sterling = 0; +minus = -55; +lessequal = -61; +asciitilde = -57; +}; +O = { +Dcroat = 9; +Eth = 9; +Hbar = 7; +Lslash = 9; +Tbar = -11; +idieresis = 11; +parenleft.case = 24; +braceright.case = -22; +less = 39; +}; +Zdotaccent.ss01 = { +Hbar = 9; +endash.case = -35; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = -26; +"@MMK_R_KO_O" = -46; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -45; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = -46; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -61; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -44; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -56; +"@MMK_R_KO_i" = -44; +"@MMK_R_KO_n" = -44; +"@MMK_R_KO_j" = -44; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = -61; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = -44; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_pi" = -49; +"@MMK_R_KO_zero" = -50; +"@MMK_R_KO_one" = -45; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -24; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -34; +"@MMK_R_KO_six" = -48; +"@MMK_R_KO_seven" = -61; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_sixsuperior" = -61; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -61; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -61; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -61; +}; +braceleft = { +p = 0; +x = -24; +parenleft = -19; +braceright = 58; +at = -34; +minus = -40; +logicalnot = -30; +asciicircum = -57; +}; +rcaron = { +I.ss02 = 31; +onesuperior = 0; +twosuperior = -2; +sevensuperior = 0; +parenright = 0; +}; +f_f_i.liga = { +hbar = 0; +idieresis = 0; +jcircumflex = 0; +germandbls = -7; +logicalnot = -2; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = -33; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -25; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -115; +"@MMK_R_KO_five" = -19; +"@MMK_R_KO_six" = -33; +"@MMK_R_KO_seven" = -54; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -70; +"@MMK_R_KO_asterisk" = -116; +"@MMK_R_KO_slash" = 51; +"@MMK_R_KO_hyphen" = -116; +"@MMK_R_KO_endash" = -116; +"@MMK_R_KO_hyphen.case" = -116; +"@MMK_R_KO_endash.case" = -116; +"@MMK_R_KO_quotedblleft" = -116; +"@MMK_R_KO_quotedblright" = -116; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = -83; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_plus" = -116; +"@MMK_R_KO_percent" = -72; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -31; +"@MMK_R_KO_aacute" = -31; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_n" = -36; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -26; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -27; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -21; +"@MMK_R_KO_nine" = -17; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = 36; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -47; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = -40; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -29; +"@MMK_R_KO_bracketright" = 58; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -34; +"@MMK_R_KO_plus" = -33; +"@MMK_R_KO_percent" = -24; +}; +logicalnot = { +one = -19; +two = -16; +seven = -62; +nine = 0; +parenright = -47; +parenright.case = -30; +v = 0; +x = -16; +y = 0; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 18; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -30; +}; +ydotbelow = { +ecircumflexdotbelow = 0; +period = -20; +comma = 14; +parenright = 0; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -24; +}; +idotless = { +T = -64; +}; +acircumflexhookabove.ss05 = { +y = -3; +}; +Iogonek.ss02 = { +iogonek = 46; +j = 37; +j.ss01 = 37; +endash.case = -14; +}; +aogonek = { +j = 0; +j.ss01 = 0; +parenright = 0; +bracketright = 0; +}; +ldot.ss01.ss03 = { +period.ss01 = -44; +comma.ss01 = -41; +}; +Idotbelow = { +j = 3; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -37; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -39; +}; +Tbar = { +A = -30; +Aacute = -30; +T = 42; +Tbar = 49; +a = -13; +a.ss05 = -10; +e = -13; +o = -13; +oslash = -13; +tbar = -4; +period = -51; +comma = -51; +slash = -40; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -19; +guillemetleft = 0; +guilsinglleft = 0; +}; +itilde = { +exclam.ss01 = 23; +quotedbl = 37; +}; +Idotaccent.ss01 = { +l.ss04 = 3; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_degree" = -30; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 43; +parenright = 20; +quotesingle = 41; +}; +multiply = { +one = -31; +seven.numr = -50; +parenright = -54; +parenright.case = -40; +A = -24; +J = -30; +T = -70; +V = -25; +X = -45; +Y = -45; +p = -18; +}; +Ccircumflex = { +jcircumflex = 25; +}; +q = { +j = 0; +j.ss01 = 0; +comma = 6; +slash = 16; +parenright = 4; +braceright = 0; +bracketright = 0; +}; +tcaron = { +a = 0; +b = 0; +h = 0; +k = 0; +l = 0; +o = 0; +f = 10; +i = 0; +j = 0; +sixsuperior = 13; +onesuperior = 25; +twosuperior = 24; +threesuperior = 18; +fivesuperior = 19; +sevensuperior = 53; +eightsuperior = 22; +ninesuperior = 22; +period = 8; +comma = 14; +colon = 10; +exclam = 48; +question = 51; +exclam.ss01 = 47; +hyphen = -6; +parenright = 73; +bracketright = 66; +quotedblleft = 42; +quotedblright = 66; +quoteleft = 44; +guillemetleft = 0; +guilsinglleft = 0; +quotedbl = 58; +quotesingle = 62; +quotedblleft.ss01 = 10; +quoteleft.ss01 = 10; +quotedblright.ss01 = 20; +}; +uogonek = { +j = 0; +j.ss01 = 0; +parenright = 0; +bracketright = 0; +}; +seven.dnom = { +period = -34; +comma = -33; +question = -61; +period.ss01 = -61; +comma.ss01 = -59; +question.ss01 = -86; +parenright = -42; +parenright.case = -22; +quotedblleft = -103; +quotedblright = -103; +quoteleft = -65; +quoteright = -65; +quotedbl = -63; +quotesingle = -56; +quotedblleft.ss01 = -103; +quoteleft.ss01 = -61; +quotedblright.ss01 = -103; +quoteright.ss01 = -61; +degree = -92; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_zero" = -20; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_sevensuperior" = 36; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 61; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_endash.case" = -31; +"@MMK_R_KO_parenright.case" = 55; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -23; +"@MMK_R_KO_plus" = -36; +"@MMK_R_KO_percent" = -9; +}; +Igrave.ss02 = { +igrave = 50; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 24; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -24; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 12; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -7; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -26; +}; +Amacron = { +endash.case = -16; +}; +hyphen = { +Dcroat = 0; +Lslash = 53; +Oslash = 18; +x = -23; +l.ss03 = 1; +mu = 0; +zero.numr = -52; +one.numr = -35; +three.numr = -40; +four.numr = -83; +five.numr = -48; +six.numr = -51; +seven.numr = -39; +eight.numr = -45; +nine.numr = -47; +threesuperior = -43; +fivesuperior = -52; +eightsuperior = -49; +colon = -62; +semicolon = -65; +questiondown = -39; +question.ss01 = -60; +questiondown.ss01 = -39; +parenleft = 16; +braceright = -33; +quotesinglbase = -65; +quotedblbase = -116; +quotedblbase.ss01 = -111; +quoteleft.ss01 = -61; +quoteright.ss01 = -61; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = -34; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -19; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -34; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -45; +"@MMK_R_KO_colon.ss01" = -43; +"@MMK_R_KO_question.ss01" = -64; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = -7; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_quotedblleft" = -64; +"@MMK_R_KO_quotedblright" = -42; +"@MMK_R_KO_quoteleft" = -60; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = 14; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -67; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -81; +"@MMK_R_KO_asciicircum" = -52; +}; +l = { +Hbar = 5; +l = 0; +hbar = 0; +igrave = 2; +ibreve = 2; +icaron = 2; +idieresis = 0; +jcircumflex = 2; +periodcentered.loclCAT = 60; +at = 0; +notequal = -40; +logicalnot = -2; +}; +registered = { +period = -62; +comma = -65; +slash = -51; +period.ss01 = -61; +comma.ss01 = -61; +parenright = -35; +parenright.case = -27; +trademark = -45; +}; +quotedblright.ss01 = { +icircumflex = 0; +g.ss06 = -94; +mu = -65; +questiondown.case = -84; +ellipsis.ss01 = -111; +questiondown.ss01 = -108; +asciitilde = -104; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -4; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_two" = -42; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 26; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 10; +"@MMK_R_KO_seven" = -50; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_foursuperior" = -69; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_quotedblleft" = -116; +"@MMK_R_KO_quotedblright" = -116; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = 36; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -122; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -111; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -34; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = 38; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 29; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = 32; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = -21; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -59; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = -12; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 20; +"@MMK_R_KO_twosuperior" = 19; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_colon" = -45; +"@MMK_R_KO_semicolon" = -43; +"@MMK_R_KO_ellipsis" = -116; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -59; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -68; +"@MMK_R_KO_hyphen.case" = 29; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 13; +"@MMK_R_KO_asciicircum" = -47; +}; +published = { +parenright = -57; +parenright.case = -45; +}; +emdash.case = { +one.numr = -7; +seven.numr = -13; +question.ss01 = -79; +quotedblbase = -116; +quotedblbase.ss01 = -111; +quoteright.ss01 = -61; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -27; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -51; +"@MMK_R_KO_comma.ss01" = -46; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_endash.case" = 12; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_degree" = -31; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +Atilde = { +ordfeminine = -58; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_question.ss01" = -33; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; +}; +quotesingle = { +Hbar = 13; +eacute = -23; +hbar = 12; +igrave = 34; +icaron = 31; +icircumflex = 31; +idieresis = 13; +imacron = 32; +itilde = 35; +jcircumflex = 31; +idieresis.ss01 = 29; +g.ss06 = -26; +mu = -14; +exclamdown = -13; +questiondown = -61; +backslash = 43; +questiondown.case = -41; +questiondown.ss01 = -61; +underscore = -61; +ampersand = -7; +lessequal = -61; +asciitilde = -57; +}; +exclam = { +exclam = -2; +parenright = 0; +guillemetleft = 0; +guillemetright = 0; +}; +Imacron.ss02 = { +endash.case = -14; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = 41; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 23; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -49; +"@MMK_R_KO_asciicircum" = -5; +}; +imacron = { +ncommaaccent = 0; +lcommaaccent = 0; +three = 16; +exclam.ss01 = 15; +quotedbl = 32; +}; +three = { +icircumflex = 17; +braceright = -19; +bracketright.case = -16; +trademark = -22; +}; +radical = { +four = -28; +seven = 42; +hyphen = -28; +A = -37; +J = -4; +J.ss10 = -52; +a = -27; +d = -24; +a.ss05 = -23; +c = -26; +g = -23; +s = -19; +l.ss04 = 16; +g.ss06 = -25; +}; +quotesinglbase = { +Iogonek = 16; +oslash = 0; +p = 0; +jcircumflex = 0; +germandbls = -22; +numbersign = -52; +parenleft.case = -16; +at = -26; +copyright = -65; +published = -65; +dollar = -29; +euro = -55; +minus = -65; +equal = -65; +approxequal = -65; +}; +germandbls = { +a = 3; +d = 3; +a.ss05 = 0; +e = 4; +f = 2; +g = 5; +i = 0; +s = 0; +t = 3; +v = 3; +w = 4; +g.ss06 = 5; +t_i.liga = 3; +t_t.liga = 3; +period.ss01 = -50; +comma.ss01 = -48; +hyphen = 8; +parenright = -23; +bracketright = -18; +quotedblleft = -9; +quotesingle = 0; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -49; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -32; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -35; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -65; +"@MMK_R_KO_five" = -15; +"@MMK_R_KO_six" = -33; +"@MMK_R_KO_seven" = -44; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -65; +"@MMK_R_KO_asterisk" = -65; +"@MMK_R_KO_slash" = 51; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_hyphen.case" = -65; +"@MMK_R_KO_quotedblleft" = -65; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_plus" = -65; +"@MMK_R_KO_percent" = -58; +}; +Odieresis = { +Eth = 9; +Germandbls = 0; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 19; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 21; +"@MMK_R_KO_t" = 23; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 28; +"@MMK_R_KO_w" = 25; +"@MMK_R_KO_y" = 26; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = 23; +"@MMK_R_KO_pi" = 35; +"@MMK_R_KO_zero" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 6; +"@MMK_R_KO_three" = 16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 24; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 26; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_hyphen.case" = -9; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 47; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -14; +"@MMK_R_KO_percent" = 5; +}; +e = { +idieresis = -2; +germandbls = 0; +gbreve.ss06 = 0; +seven = -28; +emdash = 0; +registered = -21; +logicalnot = 0; +asciitilde = 0; +}; +Oacute = { +Eth = 9; +Lslash = 9; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = 31; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -29; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 38; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 32; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 21; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -28; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_underscore" = 50; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 26; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -54; +"@MMK_R_KO_asciicircum" = -10; +}; +Germandbls = { +B = 6; +E = 6; +I = 6; +L = 6; +S = 19; +T = 0; +Z = 4; +a = 9; +foursuperior = -30; +hyphen = 39; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -33; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -35; +}; +six.dnom = { +question = -64; +question.ss01 = -89; +parenright = -40; +quotedblleft = -116; +quotedblright = -116; +quoteleft = -65; +quoteright = -65; +quotedbl = -85; +quotesingle = -61; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +degree = -134; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -34; +}; +less = { +two = 37; +three = 54; +parenright = 0; +less = -50; +S = 43; +}; +Acircumflex = { +six = -2; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 45; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = 42; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 39; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -58; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = -59; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 44; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 29; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 37; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_ellipsis" = -65; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_endash" = -65; +"@MMK_R_KO_hyphen.case" = -65; +"@MMK_R_KO_endash.case" = -65; +"@MMK_R_KO_parenright" = 17; +"@MMK_R_KO_bracketright" = 24; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -65; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = -27; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = -34; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -165; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_a.ss05" = -70; +"@MMK_R_KO_l" = -34; +"@MMK_R_KO_e" = -81; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -79; +"@MMK_R_KO_i" = -50; +"@MMK_R_KO_n" = -60; +"@MMK_R_KO_j" = -50; +"@MMK_R_KO_s" = -65; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_t_t.liga" = -32; +}; +ellipsis.ss01 = { +Dcroat = -31; +Tbar = -79; +tbar = -53; +twosuperior = -118; +threesuperior = -132; +fivesuperior = -135; +eightsuperior = -142; +question.ss01 = -102; +parenleft = -50; +braceright = -50; +parenleft.case = -63; +quoteleft.ss01 = -61; +quoteright.ss01 = -61; +}; +u = { +l = 0; +idieresis = 0; +s = 2; +germandbls = -7; +logicalnot = -2; +}; +colon.ss01 = { +T = -61; +V = -18; +Y = -35; +zero = -18; +one = -35; +three = -5; +four = -56; +onesuperior = -51; +sevensuperior = -61; +emdash = -61; +parenright = -30; +braceright = -40; +bracketright = -40; +}; +ocircumflexacute = { +sevensuperior = -4; +parenright = 16; +bracketright = 11; +quotedbl = 0; +quotesingle = 0; +}; +egrave = { +T = -59; +}; +Jcircumflex = { +jcircumflex = 13; +parenright = 14; +bracketright = 6; +parenright.case = 27; +bracketright.case = 3; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = -18; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = -16; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -23; +"@MMK_R_KO_asciicircum" = -21; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 19; +"@MMK_R_KO_O" = 39; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 39; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = -28; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 38; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 38; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = 23; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 43; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 14; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 50; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 14; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = -24; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_v" = -37; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -6; +"@MMK_R_KO_zero" = -27; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -25; +"@MMK_R_KO_seven" = -38; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -12; +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_foursuperior" = -62; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_ninesuperior" = -62; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = 47; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_endash" = -62; +"@MMK_R_KO_hyphen.case" = -62; +"@MMK_R_KO_endash.case" = -62; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -62; +"@MMK_R_KO_quotedblright" = -62; +"@MMK_R_KO_quoteleft" = -62; +"@MMK_R_KO_quoteright" = -62; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -61; +}; +udieresis = { +germandbls = -7; +}; +E = { +Hbar = 0; +igrave = 45; +idieresis = 4; +jcircumflex = 8; +germandbls = -15; +idieresis.ss01 = 25; +zero = -19; +two = 11; +six = -19; +seven = 21; +numbersign = -20; +registered = -25; +multiply = -51; +logicalnot = 19; +asciitilde = 0; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 48; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 60; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = 48; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = 50; +"@MMK_R_KO_I.ss02" = 54; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 47; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -4; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 27; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -100; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -8; +"@MMK_R_KO_seven" = -24; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_asterisk" = -129; +"@MMK_R_KO_slash" = 38; +"@MMK_R_KO_period.ss01" = 21; +"@MMK_R_KO_comma.ss01" = 24; +"@MMK_R_KO_colon.ss01" = 24; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 42; +"@MMK_R_KO_quotedblright" = -116; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblright.ss01" = -111; +}; +Lcaron = { +A = 32; +B = 0; +M = 0; +N = 0; +K = 0; +C = -15; +O = -14; +G = -15; +Ccaron = -15; +Ocircumflex = -14; +J = 48; +S = 0; +Scaron = 0; +T = 17; +U = -2; +Uacute = -2; +V = 26; +W = 22; +Zcaron = 42; +I.ss02 = 48; +a = -9; +u = -6; +v = -14; +w = -17; +sixsuperior = -7; +onesuperior = 0; +twosuperior = 0; +threesuperior = 0; +foursuperior = -17; +fivesuperior = -4; +sevensuperior = 19; +eightsuperior = -2; +ninesuperior = 0; +period = 20; +comma = 20; +question = 0; +question.ss01 = 0; +hyphen = -58; +hyphen.case = -58; +parenright = 0; +quotedblleft = -5; +quoteleft = 0; +guillemetleft = -35; +guilsinglleft = -35; +quotedbl = 2; +quotesingle = 10; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -37; +"@MMK_R_KO_comma" = -30; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -79; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = -31; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 28; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -6; +}; +Udieresis.ss01 = { +b = 8; +}; +twosuperior = { +A = -29; +fraction = 0; +period = -62; +comma = -65; +slash = -46; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -11; +parenright = 0; +parenright.case = 0; +}; +period = { +g.ss06 = 0; +ordfeminine = -62; +ordmasculine = -62; +twosuperior = -62; +threesuperior = -62; +fivesuperior = -62; +eightsuperior = -62; +parenleft = 0; +braceright = -31; +parenleft.case = -17; +}; +uhorntilde = { +a = 0; +a.ss05 = 3; +n = 0; +u = 0; +period = -2; +comma = -2; +ellipsis = -47; +question = 58; +period.ss01 = -45; +ellipsis.ss01 = -45; +comma.ss01 = -35; +parenright = 2; +quotedblright = 61; +quotedbl = 46; +}; +nine = { +ordmasculine = -13; +underscore = -4; +braceright = -27; +braceright.case = -27; +bracketright.case = -26; +trademark = -34; +asciicircum = -27; +}; +T = { +Hbar = 0; +Lslash = -3; +Oslash = -24; +Tbar = 42; +aacute = -61; +agrave = -12; +adotbelow = -61; +adotbelow.ss01 = -61; +aogonek = -61; +adieresis = -39; +ahookabove = -39; +ae = -60; +a.ss05 = -59; +aacute.ss05 = -52; +aogonek.ss05 = -59; +adotbelow.ss05 = -59; +cacute = -57; +ccedilla = -60; +eacute = -58; +edotaccent = -50; +eogonek = -60; +edotbelow = -60; +edotbelow.ss01 = -60; +edotaccent.ss01 = -44; +egrave = -4; +ecaron = -7; +ehookabove = -33; +oacute = -59; +ohookabove = -34; +ograve = -6; +ocircumflexhookabove = -35; +ohungarumlaut = -45; +odotbelow = -60; +ohorngrave = -6; +ohornacute = -59; +odotbelow.ss01 = -60; +oslash = -58; +gbreve = -15; +i.ss01 = 0; +idotaccent.ss01 = 0; +iacute = -29; +igrave = 52; +rcaron = 7; +ihookabove = 2; +idotless = -64; +ibreve = 43; +icaron = 48; +idieresis = 0; +racute = -47; +scaron = 0; +scircumflex = -20; +uacute = -62; +uhorndotbelow = -62; +uhorndotbelow.ss01 = -62; +ugrave = -12; +udotbelow = -62; +uogonek = -62; +uhorngrave = -12; +uhornacute = -62; +udotbelow.ss01 = -62; +uhornhookabove = -39; +ygrave = 3; +ycircumflex = -14; +yhookabove = -14; +zcaron = 15; +idieresis.ss01 = 27; +zero = -29; +six = -28; +seven = 31; +zeroinferior = -66; +twoinferior = -69; +numbersign = -38; +endash.case = -44; +parenleft.case = -17; +guilsinglleft = -35; +guilsinglright = -32; +at = -47; +ampersand = -27; +registered = -26; +plus = -57; +minus = -57; +multiply = -72; +divide = -57; +equal = -51; +less = -20; +greaterequal = -64; +plusminus = -42; +approxequal = -66; +logicalnot = -46; +asciitilde = -45; +}; +quotesinglbase.ss01 = { +Dcroat = -29; +T = -61; +Tcaron = -61; +V = -61; +W = -61; +Y = -61; +oslash = -24; +germandbls = -50; +numbersign = -61; +question.ss01 = -61; +parenleft.case = -58; +quoteright.ss01 = -61; +at = -61; +copyright = -61; +published = -61; +euro = -61; +minus = -61; +equal = -61; +approxequal = -61; +}; +Q = { +Dcroat = 0; +two = 3; +seven = -4; +registered = -11; +}; +quoteright = { +Hbar = 6; +a.ss05 = -65; +eacute = -65; +hbar = 10; +igrave = 34; +icircumflex = 18; +idieresis = 12; +imacron = 32; +itilde = 30; +jcircumflex = 18; +scaron = 0; +x = -37; +g.ss06 = -65; +gdotaccent.ss06 = -65; +mu = -61; +questiondown = -65; +questiondown.case = -47; +quotedblbase = -65; +euro = -26; +asciitilde = -65; +}; +minus = { +one = -27; +two = -71; +three = -50; +seven = -69; +one.numr = -19; +seven.numr = -27; +period = -62; +comma = -65; +period.ss01 = -61; +comma.ss01 = -61; +parenright = -49; +parenright.case = -38; +quotedblleft = -116; +quotedblright = -116; +quoteleft = -65; +quoteright = -65; +guillemetright = -17; +quotedbl = -55; +quotesingle = -55; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +tenge = -78; +yen = -8; +x = 0; +}; +ldot.ss04 = { +a = 0; +e = 0; +period = -61; +comma = -60; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 31; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 30; +"@MMK_R_KO_four" = 40; +"@MMK_R_KO_five" = 14; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 16; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_hyphen" = 36; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_endash.case" = -5; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -33; +"@MMK_R_KO_plus" = -7; +"@MMK_R_KO_percent" = -6; +}; +acircumflexacute.ss05 = { +t = 0; +y = -3; +t_i.liga = 0; +t_t.liga = 0; +question = 0; +question.ss01 = -28; +}; +p = { +seven = -32; +registered = -25; +}; +idotaccent = { +T = -19; +idieresis = 0; +parenright = -28; +}; +summation = { +n = -65; +}; +eth = { +a = 2; +d = 2; +aacute = 2; +e = 4; +o = 4; +eth = 0; +odieresis = 4; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 4; +i = 0; +j = 0; +s = 0; +t = 0; +u = 0; +v = 0; +y = 2; +t_i.liga = 0; +t_t.liga = 0; +period = -20; +comma = -14; +period.ss01 = -55; +comma.ss01 = -46; +hyphen = 0; +parenright = -25; +bracketright = -30; +quotedblleft = -14; +quoteleft = -4; +quotedbl = -6; +}; +igrave = { +parenright = -34; +}; +three.numr = { +fraction = -5; +}; +Aring = { +endash.case = -16; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -52; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -39; +"@MMK_R_KO_trademark" = -73; +"@MMK_R_KO_asciicircum" = -40; +}; +lcommaaccent = { +j = 0; +}; +quoteright.ss01 = { +igrave = 0; +icircumflex = 0; +imacron = 0; +itilde = 0; +jcircumflex = 0; +idieresis.ss01 = 0; +g.ss06 = -61; +gdotaccent.ss01.ss06 = -61; +mu = -61; +questiondown.case = -61; +questiondown.ss01 = -61; +quotedblbase.ss01 = -61; +asciitilde = -61; +}; +backslash = { +p = 2; +g.ss06 = 8; +backslash = -59; +underscore = 20; +quoteright.ss01 = -61; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_T" = 32; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 52; +"@MMK_R_KO_X" = 44; +"@MMK_R_KO_Y" = 40; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 24; +"@MMK_R_KO_twosuperior" = 22; +"@MMK_R_KO_threesuperior" = 16; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 11; +"@MMK_R_KO_sevensuperior" = 55; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = 10; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -24; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = 53; +"@MMK_R_KO_bracketright" = 51; +"@MMK_R_KO_parenright.case" = 55; +"@MMK_R_KO_bracketright.case" = 49; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteright" = 29; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 3; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = 52; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 57; +"@MMK_R_KO_W" = 53; +"@MMK_R_KO_X" = 44; +"@MMK_R_KO_Y" = 59; +"@MMK_R_KO_Z" = 37; +"@MMK_R_KO_I.ss02" = 50; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 24; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 23; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 30; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = 16; +"@MMK_R_KO_braceright" = 9; +"@MMK_R_KO_bracketright" = 9; +"@MMK_R_KO_quotedblleft" = 9; +"@MMK_R_KO_quotedblright" = 36; +"@MMK_R_KO_quoteleft" = 13; +"@MMK_R_KO_quoteright" = 37; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 30; +"@MMK_R_KO_quotesingle" = 34; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 5; +"@MMK_R_KO_asciicircum" = -37; +}; +parenright.case = { +T = -17; +V = 7; +Y = -8; +Yacute = -8; +period = -17; +comma = -16; +slash = 0; +period.ss01 = -61; +comma.ss01 = -53; +hyphen.case = 11; +emdash.case = 26; +parenleft.case = 27; +parenright.case = -10; +braceright.case = -18; +bracketright.case = -15; +quotedbl = 0; +}; +degree = { +zero = -31; +three = -8; +four = -90; +five = -25; +six = -31; +period = -62; +comma = -65; +slash = -89; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -132; +emdash = -165; +endash = -112; +hyphen.case = -74; +emdash.case = -60; +parenright = -28; +bracketright = -34; +parenright.case = -23; +bracketright.case = -34; +g.ss06 = -80; +}; +H = { +H = 0; +Hbar = 0; +igrave = 14; +ibreve = 11; +idieresis = 5; +jcircumflex = 10; +x = 0; +idieresis.ss01 = 8; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -20; +greaterequal = 0; +lessequal = -13; +Y = -12; +n = -23; +}; +mu = { +mu = 0; +pi = -2; +one = -25; +onesuperior = -40; +twosuperior = -27; +sevensuperior = -51; +period.ss01 = -44; +comma.ss01 = -34; +hyphen = 0; +parenright = -42; +braceright = -39; +bracketright = -36; +quotedblleft = -33; +quotedblright = -18; +quoteleft = -33; +quoteright = -20; +quotedbl = -18; +quotesingle = -14; +trademark = -73; +asciicircum = -40; +}; +questiondown = { +p = 0; +questiondown = 22; +}; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = 0; +Eth = 0; +Lslash = 3; +Tbar = -31; +b = 3; +h = 3; +k = 3; +l = 3; +m = 3; +n = 3; +r = 3; +p = 3; +jcircumflex = 5; +germandbls = -2; +tbar = 0; +gbreve.ss06 = 17; +ordfeminine = -58; +ordmasculine = -58; +zero = -2; +two = 25; +three = 4; +five = 0; +six = -2; +seven = -26; +eight = 0; +nine = -2; +numbersign = 0; +endash.case = -16; +parenleft.case = 8; +quotedblleft.ss01 = -70; +at = 0; +ampersand = 6; +registered = -40; +dollar = -4; +plus = -12; +minus = -12; +multiply = -24; +divide = -12; +equal = 0; +notequal = -30; +less = 0; +approxequal = -4; +logicalnot = -10; +asciitilde = 0; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 42; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 29; +"@MMK_R_KO_W" = 30; +"@MMK_R_KO_X" = 47; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 41; +"@MMK_R_KO_I.ss02" = 44; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 16; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = 28; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 33; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = 4; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 25; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = 12; +"@MMK_R_KO_period.ss01" = 9; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -35; +"@MMK_R_KO_underscore" = 47; +"@MMK_R_KO_hyphen.case" = -53; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 9; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 24; +"@MMK_R_KO_bracketright.case" = 7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_quoteright.ss01" = 4; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -55; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_two" = 9; +"@MMK_R_KO_three" = 15; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 5; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 12; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = 0; +}; +ohornacute = { +c = 5; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +p = 0; +t = 4; +u = 3; +t_i.liga = 4; +t_i.liga.ss01 = 4; +t_t.liga = 4; +parenright = -7; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = -35; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -50; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -43; +"@MMK_R_KO_comma" = -43; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -85; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 34; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_underscore" = -35; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = -18; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 19; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 38; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = 0; +}; +Ycircumflex = { +a.ss05 = -53; +}; +Ograve = { +Lslash = 9; +}; +Hbar = { +Hbar = 44; +Idieresis.ss01 = 0; +exclam.ss01 = 14; +}; +Y = { +Eth = -2; +Lslash = -3; +Oslash = -15; +aacute = -50; +a.ss05 = -53; +aacute.ss05 = -42; +aogonek.ss05 = -53; +eth = -16; +ccedilla = -58; +eacute = -48; +edotbelow = -58; +edotbelow.ss01 = -58; +egrave = -4; +ecircumflexacute = -29; +oacute = -48; +odotbelow = -58; +odotbelow.ss01 = -58; +oslash = -53; +iacute = -21; +ntilde = -24; +ncaron = -15; +igrave = 59; +idieresis = 32; +scaron = 0; +zcaron = 24; +idieresis.ss01 = 47; +zero = -21; +two = 0; +three = 0; +six = -20; +seven = 44; +eight = -11; +nine = 0; +twoinferior = -76; +numbersign = -16; +ellipsis.ss01 = -93; +endash.case = -30; +parenleft.case = -8; +at = -31; +ampersand = -26; +registered = -15; +plus = -48; +minus = -48; +multiply = -46; +equal = -20; +notequal = -53; +less = -8; +lessequal = -55; +logicalnot = -39; +asciitilde = -44; +}; +acircumflexacute = { +sevensuperior = -3; +parenright = 19; +}; +odieresis.ss01 = { +germandbls = -4; +}; +foursuperior = { +A = -38; +period = -62; +comma = -65; +slash = -51; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -35; +}; +eight = { +icircumflex = 18; +braceright = -17; +bracketright.case = -15; +trademark = -21; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -32; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 23; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -35; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = 29; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_ellipsis" = -95; +"@MMK_R_KO_question" = 28; +"@MMK_R_KO_asterisk" = 52; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_endash" = -30; +"@MMK_R_KO_hyphen.case" = -26; +"@MMK_R_KO_endash.case" = -9; +"@MMK_R_KO_parenright" = 17; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 20; +"@MMK_R_KO_quotedblleft" = 20; +"@MMK_R_KO_quotedblright" = 46; +"@MMK_R_KO_quoteleft" = 20; +"@MMK_R_KO_quoteright" = 47; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 38; +"@MMK_R_KO_quotesingle" = 38; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -23; +"@MMK_R_KO_percent" = 0; +}; +w = { +ampersand = -8; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 22; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -65; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -61; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -65; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -60; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -35; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -65; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = 18; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_ellipsis" = -65; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -65; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_endash" = -65; +"@MMK_R_KO_hyphen.case" = -65; +"@MMK_R_KO_endash.case" = -65; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_plus" = -65; +}; +jacute = { +hbar = 2; +idieresis = 0; +iogonek = 2; +j = 2; +j.ss01 = 2; +jcircumflex = 2; +seven = 51; +comma = 8; +slash = 20; +parenright = 33; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 49; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 42; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 35; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 45; +"@MMK_R_KO_Y" = 38; +"@MMK_R_KO_Z" = 43; +"@MMK_R_KO_I.ss02" = 52; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = 16; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -14; +"@MMK_R_KO_underscore" = 54; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 10; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 20; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 11; +"@MMK_R_KO_asciicircum" = -45; +}; +gcaron.ss06 = { +gcaron.ss06 = 16; +}; +Ntilde = { +A = 0; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = 32; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = 28; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 48; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 39; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_asterisk" = 37; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = 57; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = 26; +"@MMK_R_KO_braceright" = 18; +"@MMK_R_KO_bracketright" = 20; +"@MMK_R_KO_quotedblleft" = 17; +"@MMK_R_KO_quotedblright" = 44; +"@MMK_R_KO_quoteleft" = 17; +"@MMK_R_KO_quoteright" = 43; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -26; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 21; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_hyphen.case" = -9; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +guillemetleft = { +Dcroat = 0; +T = -32; +mu = 5; +twosuperior = 0; +braceright = -12; +minus = -17; +logicalnot = 0; +asciitilde = -30; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = -8; +"@MMK_R_KO_imacron" = -8; +"@MMK_R_KO_itilde" = -8; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -31; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -53; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -57; +"@MMK_R_KO_quoteright.ss01" = -57; +"@MMK_R_KO_trademark" = -70; +"@MMK_R_KO_asciicircum" = -42; +}; +icircumflex = { +two = 29; +exclam.ss01 = 17; +parenright = 0; +}; +ihookabove = { +n = 0; +}; +guilsinglleft = { +twosuperior = 0; +braceright = -12; +logicalnot = 0; +asciitilde = -30; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -59; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -49; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -40; +"@MMK_R_KO_t_t.liga" = 0; +}; +Uhornacute = { +exclam.ss01 = 14; +}; +ocircumflexhookabove = { +parenright = 29; +bracketright = 16; +quotedblright = 4; +quotedbl = 0; +quotesingle = 0; +quotedblright.ss01 = -10; +}; +plusminus = { +one = -7; +parenright = -12; +}; +question = { +exclam = 0; +questiondown = -71; +questiondown.case = -37; +bracketright.case = 0; +}; +ordmasculine = { +period = -62; +comma = -65; +slash = -65; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -94; +parenright = -15; +parenright.case = -9; +}; +slash = { +Hbar = 17; +Oslash = 0; +hbar = 3; +ntilde = -27; +ncommaaccent = -35; +igrave = 0; +ibreve = 0; +icircumflex = 0; +idieresis = 0; +imacron = 0; +itilde = 0; +jcircumflex = 0; +rcommaaccent = -35; +scaron = 0; +scircumflex = -14; +x = -11; +idieresis.ss01 = 0; +g.ss06 = -34; +gcommaaccent.ss06 = -33; +gdotaccent.ss06 = -33; +gdotaccent.ss01.ss06 = -28; +mu = -35; +oneinferior = -41; +fourinferior = -67; +eightinferior = -56; +backslash = 14; +ellipsis.ss01 = -95; +underscore = -73; +parenleft = 0; +quotesinglbase = -65; +quotedblbase = -80; +quotedblbase.ss01 = -95; +literSign = -21; +cent = -11; +euro = -12; +sterling = -17; +minus = -30; +asciicircum = -50; +infinity = -29; +integral = -38; +radical = -31; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = 7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblright" = 40; +"@MMK_R_KO_quoteright" = 41; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +M = { +Hbar = 0; +hbar = 5; +igrave = 14; +ibreve = 11; +icaron = 10; +idieresis = 5; +idieresis.ss01 = 8; +}; +i = { +hbar = 0; +ntilde = 0; +idieresis = 0; +j = 0; +jcircumflex = 0; +s = 2; +germandbls = -7; +slash = 0; +parenright = -28; +braceright = -37; +bracketright = -34; +logicalnot = -2; +}; +macute = { +quotesingle = -24; +}; +greaterequal = { +one = -24; +three = -17; +seven = -52; +parenright = -20; +T = -62; +}; +eogonek = { +parenright = 0; +}; +fiveinferior = { +T = -65; +W = -23; +parenright = -24; +}; +tcedilla = { +comma = 63; +parenright = 53; +bracketright = 42; +}; +eightsuperior = { +A = -45; +fraction = -9; +period = -62; +comma = -65; +slash = -54; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -49; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -76; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -111; +"@MMK_R_KO_a" = -95; +"@MMK_R_KO_aacute" = -66; +"@MMK_R_KO_a.ss05" = -49; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -96; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -56; +"@MMK_R_KO_i" = -26; +"@MMK_R_KO_n" = -65; +"@MMK_R_KO_j" = -26; +"@MMK_R_KO_s" = -79; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -63; +"@MMK_R_KO_uacute" = -63; +"@MMK_R_KO_v" = -36; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = -20; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_pi" = -29; +"@MMK_R_KO_zero" = -24; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -25; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -92; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -52; +"@MMK_R_KO_hyphen" = -111; +"@MMK_R_KO_endash" = -111; +"@MMK_R_KO_hyphen.case" = -109; +"@MMK_R_KO_endash.case" = -63; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -77; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -99; +"@MMK_R_KO_percent" = -5; +}; +ordfeminine = { +period = -62; +comma = -65; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -80; +parenright = 0; +}; +Edotaccent = { +scaron = 0; +}; +Oslash = { +Eth = 10; +T = 17; +Tcaron = 17; +V = 16; +Y = 23; +l.ss04 = 13; +sevensuperior = 19; +parenright = 13; +bracketright = 8; +parenright.case = 29; +bracketright.case = 6; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 42; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 22; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -69; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -59; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -64; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = -20; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -62; +"@MMK_R_KO_uacute" = -40; +"@MMK_R_KO_v" = -59; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_x" = -55; +"@MMK_R_KO_y" = -58; +"@MMK_R_KO_z" = -59; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = -54; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 22; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 21; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = -51; +"@MMK_R_KO_colon" = -55; +"@MMK_R_KO_semicolon" = -53; +"@MMK_R_KO_ellipsis" = -80; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 26; +"@MMK_R_KO_slash" = -46; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -46; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_underscore" = -37; +"@MMK_R_KO_hyphen.case" = -46; +"@MMK_R_KO_parenleft" = -25; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 17; +"@MMK_R_KO_asciicircum" = -61; +}; +seven.numr = { +fraction = -19; +}; +at = { +underscore = -27; +parenright = -42; +bracketright = -26; +parenright.case = -24; +bracketright.case = -26; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -34; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -35; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -31; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 4; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_quotedblleft" = -58; +"@MMK_R_KO_quotedblright" = -37; +"@MMK_R_KO_quoteleft" = -57; +"@MMK_R_KO_quoteright" = -38; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -62; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -79; +"@MMK_R_KO_asciicircum" = -49; +}; +F = { +Hbar = 0; +adieresis.ss05 = -5; +i.ss01 = 0; +iacute = -15; +igrave = 49; +idieresis = 0; +zcaron = 11; +idieresis.ss01 = 29; +three = -4; +seven = 22; +twoinferior = -12; +threeinferior = -13; +fourinferior = -60; +fiveinferior = -22; +sixinferior = -25; +eightinferior = -20; +numbersign = -12; +ellipsis.ss01 = -115; +ampersand = -31; +multiply = -48; +}; +nineinferior = { +parenright = -37; +}; +parenright = { +icircumflex = 20; +parenleft = 29; +braceright = -19; +asciicircum = -27; +}; +fivesuperior = { +A = -37; +fraction = 0; +period = -62; +comma = -65; +slash = -49; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -45; +guillemetleft = -17; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = -26; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_Oacute" = -46; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -45; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -79; +"@MMK_R_KO_U" = -46; +"@MMK_R_KO_V" = -92; +"@MMK_R_KO_W" = -69; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_aacute" = -54; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -44; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -53; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -56; +"@MMK_R_KO_i" = -44; +"@MMK_R_KO_n" = -44; +"@MMK_R_KO_j" = -44; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_uacute" = -51; +"@MMK_R_KO_v" = -77; +"@MMK_R_KO_w" = -72; +"@MMK_R_KO_y" = -74; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = -44; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_pi" = -49; +"@MMK_R_KO_zero" = -51; +"@MMK_R_KO_one" = -48; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -25; +"@MMK_R_KO_four" = -153; +"@MMK_R_KO_five" = -35; +"@MMK_R_KO_six" = -49; +"@MMK_R_KO_seven" = -66; +"@MMK_R_KO_eight" = -34; +"@MMK_R_KO_nine" = -35; +"@MMK_R_KO_sixsuperior" = -140; +"@MMK_R_KO_onesuperior" = -80; +"@MMK_R_KO_foursuperior" = -127; +"@MMK_R_KO_sevensuperior" = -109; +"@MMK_R_KO_ninesuperior" = -140; +"@MMK_R_KO_asterisk" = -129; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_hyphen" = -189; +"@MMK_R_KO_endash" = -187; +"@MMK_R_KO_hyphen.case" = -211; +"@MMK_R_KO_endash.case" = -187; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -74; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -111; +"@MMK_R_KO_quotedblright.ss01" = -111; +}; +lcaron = { +l = 26; +ncaron = 0; +lcaron = 26; +scaron = 2; +exclam.ss01 = 70; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 21; +"@MMK_R_KO_y" = 20; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 20; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 28; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 40; +"@MMK_R_KO_hyphen.case" = 46; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +}; +z = { +logicalnot = -2; +}; +Eogonek = { +comma = 27; +parenright = 36; +}; +G = { +Eth = 9; +Hbar = 12; +Lslash = 12; +Oslash = 13; +hbar = 11; +idieresis = 10; +jcircumflex = 16; +eight = 10; +braceright.case = -20; +}; +eightinferior = { +parenright = -30; +}; +comma = { +twosuperior = -65; +threesuperior = -65; +fivesuperior = -65; +eightsuperior = -65; +}; +pi = { +pi = 25; +onesuperior = -30; +sevensuperior = -48; +period = 5; +comma = 5; +colon = 11; +slash = 0; +hyphen = -7; +parenright = -4; +braceright = -24; +bracketright = -23; +quoteright = 0; +quotesingle = 0; +trademark = -52; +}; +iacute = { +a = 0; +c = 1; +ntilde = 0; +m = 0; +n = 0; +p = 0; +s = 2; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 26; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_sixsuperior" = 29; +"@MMK_R_KO_onesuperior" = 45; +"@MMK_R_KO_twosuperior" = 45; +"@MMK_R_KO_threesuperior" = 38; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_fivesuperior" = 27; +"@MMK_R_KO_sevensuperior" = 68; +"@MMK_R_KO_eightsuperior" = 32; +"@MMK_R_KO_ninesuperior" = 32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_exclam" = 71; +"@MMK_R_KO_question" = 75; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = 36; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 60; +"@MMK_R_KO_bracketright" = 20; +"@MMK_R_KO_quotedblleft" = 66; +"@MMK_R_KO_quoteleft" = 66; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 82; +"@MMK_R_KO_quotesingle" = 84; +"@MMK_R_KO_quotedblleft.ss01" = 34; +}; +Dcroat = { +Dcroat = 16; +Itilde = 6; +}; +jcircumflex = { +E = 10; +U = 19; +k = 2; +l = 2; +i = 0; +j = 2; +jcircumflex = 2; +two = 29; +bracketright = 5; +quotedblleft = 32; +quotedblright = 50; +quoteleft = 32; +quoteright = 50; +quotedbl = 27; +quotesingle = 31; +quotedblright.ss01 = -3; +quoteright.ss01 = -3; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 38; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 38; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = 23; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 43; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 50; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 14; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 7; +"@MMK_R_KO_asciicircum" = -50; +}; +gbreve.ss06 = { +gbreve.ss06 = 16; +}; +R = { +Hbar = 15; +Oslash = 12; +hbar = 15; +idieresis = 13; +jcircumflex = 24; +idieresis.ss01 = 13; +two = 8; +three = 13; +eight = 9; +nine = 12; +greater = 31; +logicalnot = -11; +}; +idieresis.ss01 = { +Idieresis.ss01 = 8; +exclam.ss01 = 15; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -61; +question.ss01 = -78; +parenright = -47; +quotedblleft = -78; +quotedblright = -78; +quoteleft = -65; +quoteright = -65; +quotedbl = -72; +quotesingle = -61; +quotedblleft.ss01 = -78; +quoteleft.ss01 = -61; +quotedblright.ss01 = -78; +quoteright.ss01 = -61; +degree = -78; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 42; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -69; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -59; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -62; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -58; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 22; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 21; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = -36; +"@MMK_R_KO_colon" = -55; +"@MMK_R_KO_semicolon" = -49; +"@MMK_R_KO_ellipsis" = -80; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -46; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_hyphen.case" = -46; +"@MMK_R_KO_parenleft" = -25; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 14; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = 5; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -5; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_two" = -28; +"@MMK_R_KO_three" = 8; +"@MMK_R_KO_four" = 43; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 9; +"@MMK_R_KO_seven" = -51; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_foursuperior" = -78; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_question" = -60; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_quotedblleft" = -116; +"@MMK_R_KO_quotedblright" = -116; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = 27; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -111; +"@MMK_R_KO_quotedblright.ss01" = -111; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = -1; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -32; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -78; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 27; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -6; +}; +Tcedilla = { +aacute = -61; +acircumflex.ss05 = -26; +amacron.ss05 = -24; +abreve.ss05 = 0; +endash.case = -44; +}; +Yacute = { +Eth = -2; +Oslash = -15; +a.ss05 = -53; +ellipsis.ss01 = -93; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_itilde" = 17; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -34; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -50; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_hyphen.case" = 28; +"@MMK_R_KO_parenleft" = 27; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 25; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +}; +greater = { +parenright = -10; +bracketright = 0; +parenright.case = 0; +bracketright.case = 0; +greater = -50; +}; +ecircumflexacute = { +onesuperior = -9; +sevensuperior = 0; +parenright = 25; +bracketright = 21; +quotedbl = 0; +quotesingle = 0; +}; +Uhorn = { +exclam.ss01 = 14; +}; +Rcommaaccent = { +parenright = -7; +}; +question.ss01 = { +questiondown.case = -38; +questiondown.ss01 = -70; +}; +onesuperior = { +A = -49; +fraction = -2; +period = -62; +comma = -65; +slash = -56; +period.ss01 = -61; +comma.ss01 = -61; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_Oacute" = -40; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = -42; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -25; +"@MMK_R_KO_four" = -51; +"@MMK_R_KO_five" = -32; +"@MMK_R_KO_six" = -43; +"@MMK_R_KO_seven" = -42; +"@MMK_R_KO_eight" = -32; +"@MMK_R_KO_nine" = -31; +"@MMK_R_KO_parenright" = 13; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = -78; +"@MMK_R_KO_quotesingle" = -61; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 17; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -103; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 40; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_itilde" = 41; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 26; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = 24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 34; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = 11; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_twosuperior" = 4; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 27; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_eightsuperior" = 15; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -168; +"@MMK_R_KO_exclam" = 29; +"@MMK_R_KO_question" = 23; +"@MMK_R_KO_asterisk" = 32; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_backslash" = 22; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 10; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = -112; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -4; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 24; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 23; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 20; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_quoteright.ss01" = 8; +"@MMK_R_KO_trademark" = -5; +"@MMK_R_KO_asciicircum" = 0; +}; +t_i.liga = { +hbar = 0; +idieresis = 0; +jcircumflex = 0; +lcommaaccent = 0; +germandbls = -7; +logicalnot = -2; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -40; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -36; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -62; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 39; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_quotedblleft" = -61; +"@MMK_R_KO_quotedblright" = -40; +"@MMK_R_KO_quoteleft" = -60; +"@MMK_R_KO_quoteright" = -41; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -36; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -65; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -82; +"@MMK_R_KO_asciicircum" = -52; +}; +adieresis.ss05 = { +germandbls = -2; +}; +a = { +l = 0; +idieresis = 0; +jcircumflex = 0; +s = 2; +germandbls = -7; +notequal = -40; +logicalnot = -2; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 37; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 49; +"@MMK_R_KO_W" = 43; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = 48; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 43; +"@MMK_R_KO_J.ss10" = -79; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 17; +"@MMK_R_KO_two" = 6; +"@MMK_R_KO_three" = 5; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 51; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 27; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = 39; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_ellipsis" = -99; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = -46; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_hyphen.case" = -33; +"@MMK_R_KO_endash.case" = -24; +"@MMK_R_KO_parenright" = 12; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 14; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 32; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 32; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 31; +"@MMK_R_KO_quotedblleft.ss01" = 8; +"@MMK_R_KO_quotedblright.ss01" = 19; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -42; +"@MMK_R_KO_percent" = 11; +}; +icaron = { +icaron = 2; +j = 0; +parenright = 13; +quotedbl = 28; +quotesingle = 31; +}; +braceleft.case = { +braceright.case = 54; +at = -32; +minus = -48; +logicalnot = -42; +asciicircum = -58; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 1; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -39; +}; +uhorndotbelow = { +a = 0; +a.ss05 = 3; +c = 0; +n = 0; +period = -2; +comma = -2; +ellipsis = -47; +question = 50; +parenright = 2; +quotedblright = 61; +quotedbl = 46; +}; +g.ss06 = { +oslash = 10; +iogonek = 8; +jcircumflex = 5; +gcircumflex.ss06 = 16; +notequal = -36; +logicalnot = 0; +}; +yacute = { +T = 2; +eth = -2; +parenright = 0; +}; +Imacron = { +Imacron = 0; +imacron = 5; +parenright.case = 26; +}; +exclamdown.ss01 = { +T = -52; +V = -10; +Y = -28; +j.ss01 = 0; +}; +oacute = { +seven = -15; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -27; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -33; +"@MMK_R_KO_T" = -80; +"@MMK_R_KO_U" = -53; +"@MMK_R_KO_V" = -95; +"@MMK_R_KO_W" = -71; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -95; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_aacute" = -59; +"@MMK_R_KO_a.ss05" = -40; +"@MMK_R_KO_l" = -45; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -59; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -63; +"@MMK_R_KO_i" = -45; +"@MMK_R_KO_n" = -45; +"@MMK_R_KO_j" = -45; +"@MMK_R_KO_s" = -41; +"@MMK_R_KO_t" = -50; +"@MMK_R_KO_u" = -56; +"@MMK_R_KO_uacute" = -56; +"@MMK_R_KO_v" = -79; +"@MMK_R_KO_w" = -74; +"@MMK_R_KO_y" = -76; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = -45; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_pi" = -51; +"@MMK_R_KO_zero" = -57; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -31; +"@MMK_R_KO_four" = -154; +"@MMK_R_KO_five" = -41; +"@MMK_R_KO_six" = -55; +"@MMK_R_KO_seven" = -67; +"@MMK_R_KO_eight" = -41; +"@MMK_R_KO_nine" = -41; +"@MMK_R_KO_sixsuperior" = -140; +"@MMK_R_KO_onesuperior" = -80; +"@MMK_R_KO_foursuperior" = -127; +"@MMK_R_KO_sevensuperior" = -109; +"@MMK_R_KO_ninesuperior" = -140; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_question" = -68; +"@MMK_R_KO_asterisk" = -129; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -208; +"@MMK_R_KO_endash" = -187; +"@MMK_R_KO_hyphen.case" = -212; +"@MMK_R_KO_endash.case" = -187; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -116; +"@MMK_R_KO_quotedblright" = -116; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = -82; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -61; +}; +yen = { +zero = -18; +one = 0; +two = -8; +three = -2; +four = 0; +six = -18; +foursuperior = -31; +period = -62; +comma = -65; +colon = -38; +semicolon = -36; +slash = -27; +period.ss01 = -61; +comma.ss01 = -61; +colon.ss01 = -61; +semicolon.ss01 = -61; +}; +idotaccent.ss01 = { +parenright = 0; +}; +ldot.ss01.ss04 = { +period.ss01 = -61; +comma.ss01 = -59; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 44; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 41; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = 39; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 32; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 36; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -38; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -50; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = -43; +"@MMK_R_KO_ninesuperior" = -51; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = 10; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = -51; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 48; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -55; +"@MMK_R_KO_quotedblright" = -33; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 17; +"@MMK_R_KO_quotedbl" = -36; +"@MMK_R_KO_quotesingle" = -30; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -59; +"@MMK_R_KO_quoteright.ss01" = -59; +"@MMK_R_KO_trademark" = -80; +"@MMK_R_KO_asciicircum" = -65; +}; +agrave.ss05 = { +T = -52; +Y = -51; +}; +B = { +Hbar = 14; +Lslash = 15; +hbar = 14; +idieresis = 13; +jcircumflex = 20; +idieresis.ss01 = 17; +two = 7; +three = 13; +five = 6; +eight = 13; +nine = 11; +ampersand = 0; +greater = 38; +}; +Tcaron = { +endash.case = -44; +}; +oslash = { +d = 5; +k = 0; +l = 0; +e = 6; +eth = 3; +f = 4; +f_f.liga = 4; +f_f_i.liga = 4; +fi = 4; +f_y.liga = 4; +fl = 4; +g = 7; +m = 0; +n = 0; +r = 0; +j = 0; +s = 0; +t = 4; +v = 3; +y = 5; +l.ss03 = 2; +t_i.liga = 4; +t_t.liga = 4; +period = -18; +comma = -13; +slash = 0; +period.ss01 = -54; +comma.ss01 = -45; +hyphen = 7; +parenright = -37; +bracketright = -28; +}; +guilsinglright = { +x = 0; +threesuperior = 0; +fivesuperior = 0; +eightsuperior = 0; +colon = -28; +semicolon = -27; +questiondown = -26; +question.ss01 = -41; +questiondown.ss01 = -26; +braceright = -21; +braceright.case = -19; +bracketright.case = -15; +quotesinglbase = -65; +quotedblbase = -81; +quotedblbase.ss01 = -72; +quoteright.ss01 = -48; +}; +adieresis = { +germandbls = -7; +}; +liraTurkish = { +one = -24; +two = -20; +seven = -37; +sixsuperior = -56; +onesuperior = -48; +threesuperior = -44; +foursuperior = -59; +fivesuperior = -53; +sevensuperior = -56; +eightsuperior = -49; +ninesuperior = -51; +period = -43; +comma = -43; +colon = -44; +semicolon = -39; +question = -35; +slash = 0; +period.ss01 = -61; +comma.ss01 = -61; +colon.ss01 = -61; +question.ss01 = -64; +parenright = -45; +parenright.case = -21; +quotedbl = -52; +quotesingle = -42; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 42; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -24; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 23; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 20; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -33; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = -33; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -69; +"@MMK_R_KO_quotedblright" = -56; +"@MMK_R_KO_quoteleft" = -59; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -82; +"@MMK_R_KO_quoteright.ss01" = -61; +}; +quotedblbase = { +Dcroat = 0; +Iogonek = 6; +Lslash = 0; +Oslash = 0; +oslash = 0; +p = 0; +iogonek = 14; +jcircumflex = 0; +germandbls = -25; +l.ss03 = -15; +g.ss06 = 18; +numbersign = -57; +parenleft = 0; +parenleft.case = -32; +at = -39; +copyright = -78; +published = -78; +literSign = -22; +dollar = -36; +euro = -64; +minus = -116; +multiply = -116; +divide = -116; +equal = -116; +approxequal = -116; +}; +D = { +Dcroat = 16; +Eth = 16; +Hbar = 11; +Iogonek = 6; +Lslash = 14; +Oslash = 21; +lacute = 12; +zero = 12; +five = 10; +six = 12; +eight = 10; +endash.case = 28; +parenleft.case = 26; +braceright.case = -22; +at = 14; +less = 45; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -23; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -24; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = 22; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = -71; +"@MMK_R_KO_sixsuperior" = -80; +"@MMK_R_KO_onesuperior" = -75; +"@MMK_R_KO_twosuperior" = -79; +"@MMK_R_KO_threesuperior" = -81; +"@MMK_R_KO_foursuperior" = -73; +"@MMK_R_KO_fivesuperior" = -83; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = -78; +"@MMK_R_KO_ninesuperior" = -79; +"@MMK_R_KO_period" = 20; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -57; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -57; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_underscore" = 60; +"@MMK_R_KO_hyphen.case" = -58; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = -16; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -69; +"@MMK_R_KO_quotedblright" = -58; +"@MMK_R_KO_quoteleft" = -62; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -54; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -85; +"@MMK_R_KO_quotedblright.ss01" = -82; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -82; +"@MMK_R_KO_asciicircum" = -97; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 27; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -47; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = -3; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = 10; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 28; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -2; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 21; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -18; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 9; +"@MMK_R_KO_seven" = -25; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_ellipsis" = -82; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -44; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 36; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_endash.case" = 3; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = -78; +"@MMK_R_KO_quotedblright" = -53; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = 42; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -53; +"@MMK_R_KO_plus" = 17; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -33; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 29; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -44; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 26; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_sevensuperior" = 14; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -61; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -45; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -51; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -55; +"@MMK_R_KO_percent" = 0; +}; +ohorndotbelow.ss01 = { +c = 5; +i.ss01 = 0; +n = 0; +p = 0; +t = 4; +u = 3; +t_i.liga.ss01 = 4; +t_t.liga = 4; +}; +t_i.liga.ss01 = { +parenright = 0; +}; +endash = { +x = -18; +one.numr = -9; +four.numr = -57; +seven.numr = -17; +colon = -62; +semicolon = -65; +questiondown = -41; +question.ss01 = -61; +questiondown.ss01 = -41; +endash = 0; +quotedblbase = -116; +quotedblbase.ss01 = -111; +quoteright.ss01 = -61; +}; +Ygrave = { +ellipsis.ss01 = -93; +endash.case = -30; +}; +fraction = { +zero.dnom = -10; +two.dnom = 0; +four.dnom = -26; +eight.dnom = -12; +zeroinferior = -14; +twoinferior = 0; +fourinferior = -28; +fiveinferior = -11; +sixinferior = -13; +seveninferior = 12; +nineinferior = -5; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -24; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +}; +g = { +l = 0; +iogonek = 2; +jcircumflex = 0; +}; +m = { +ordfeminine = -45; +ordmasculine = -45; +seven = -28; +registered = -26; +logicalnot = 0; +}; +ohorntilde = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +n = 0; +period = -17; +comma = -13; +period.ss01 = -54; +comma.ss01 = -45; +parenright = -8; +quotedbl = 5; +}; +hyphen.case = { +Dcroat = 43; +Lslash = 0; +Oslash = 21; +one.numr = -7; +seven.numr = -15; +question.ss01 = -78; +parenleft.case = 11; +braceright.case = -42; +bracketright.case = -31; +quotesinglbase = -65; +quotedblbase = -116; +quotedblbase.ss01 = -111; +quoteright.ss01 = -61; +dollar = -31; +}; +ohornhookabove = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +period = -13; +comma = -13; +period.ss01 = -54; +comma.ss01 = -45; +parenright = -8; +bracketright = -19; +guillemetright = 17; +quotedbl = 5; +}; +y = { +germandbls = 16; +zeroinferior = -15; +twoinferior = -13; +ampersand = -10; +logicalnot = 0; +asciitilde = 0; +}; +Idotaccent.ss02 = { +endash.case = -14; +}; +Scedilla = { +idieresis = 13; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 41; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 23; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 19; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -27; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 0; +f_f.liga = 0; +f_y.liga = 0; +fl = 0; +igrave = 0; +idieresis = 0; +seven = 27; +ampersand = -3; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -44; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = -45; +"@MMK_R_KO_V" = -90; +"@MMK_R_KO_W" = -70; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -92; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -49; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = -38; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -48; +"@MMK_R_KO_f" = -40; +"@MMK_R_KO_g" = -40; +"@MMK_R_KO_i" = -38; +"@MMK_R_KO_n" = -38; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = -42; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = -38; +"@MMK_R_KO_t_t.liga" = -43; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -50; +"@MMK_R_KO_one" = -45; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -24; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -34; +"@MMK_R_KO_six" = -48; +"@MMK_R_KO_seven" = -61; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -111; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -111; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -111; +"@MMK_R_KO_plus" = -61; +"@MMK_R_KO_percent" = -61; +}; +numero = { +period = -62; +comma = -65; +period.ss01 = -61; +comma.ss01 = -61; +parenright = -18; +parenright.case = -8; +}; +cent = { +onesuperior = -31; +sevensuperior = -42; +period = -46; +comma = -42; +slash = -15; +period.ss01 = -61; +comma.ss01 = -61; +parenright = -37; +bracketright = -30; +parenright.case = -21; +bracketright.case = -31; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 27; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 38; +"@MMK_R_KO_W" = 33; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = 39; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_icircumflex" = 36; +"@MMK_R_KO_imacron" = 29; +"@MMK_R_KO_itilde" = 52; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = -14; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 26; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 21; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 28; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -41; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -70; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_backslash" = 36; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = -30; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = 3; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 21; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 21; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = 26; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 23; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_quoteright.ss01" = 8; +"@MMK_R_KO_trademark" = 5; +"@MMK_R_KO_asciicircum" = -20; +}; +Icircumflex = { +Icircumflex = 2; +l = 2; +icircumflex = 10; +l.ss03 = 2; +l.ss04 = 3; +parenright = 13; +bracketright = 5; +parenright.case = 29; +bracketright.case = 0; +}; +iogonek = { +iogonek = 2; +j = 0; +}; +uhorn = { +a = 0; +a.ss05 = 3; +ohorn = 0; +ohorndotbelow = 0; +ohorndotbelow.ss01 = 0; +ohorngrave = 0; +ohornacute = 0; +ohornhookabove = 0; +ohorntilde = 0; +period = -2; +comma = -2; +ellipsis = -47; +question = 50; +period.ss01 = -45; +ellipsis.ss01 = -45; +comma.ss01 = -35; +parenright = 2; +quotedblright = 61; +quotedbl = 46; +}; +underscore = { +g.ss06 = 47; +underscore = 24; +parenleft.case = 0; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -37; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_s" = -27; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -39; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -27; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -27; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -22; +"@MMK_R_KO_nine" = -17; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = 36; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -47; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_hyphen" = -33; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -34; +"@MMK_R_KO_plus" = -36; +}; +W = { +Hbar = 26; +adieresis.ss05 = -10; +igrave = 53; +idieresis = 33; +scaron = 0; +idieresis.ss01 = 35; +six = -2; +seven = 40; +threeinferior = -26; +ampersand = -9; +plus = -3; +minus = -3; +notequal = -25; +logicalnot = -3; +asciitilde = 0; +}; +Aogonek = { +Lslash = 3; +period = 12; +comma = 42; +endash.case = -16; +parenright = 33; +bracketright = 27; +}; +Z = { +Lslash = -4; +igrave = 52; +ibreve = 51; +icaron = 50; +zero = -22; +two = 14; +six = -21; +seven = 39; +numbersign = -21; +endash.case = -35; +at = -22; +plus = -54; +minus = -54; +divide = -54; +equal = -30; +less = -23; +logicalnot = -47; +asciitilde = -51; +}; +emdash = { +x = -24; +zero.numr = -42; +one.numr = -27; +three.numr = -32; +four.numr = -70; +five.numr = -38; +six.numr = -41; +seven.numr = -33; +eight.numr = -37; +nine.numr = -38; +threesuperior = -34; +fivesuperior = -42; +eightsuperior = -39; +colon = -62; +semicolon = -65; +questiondown = -39; +question.ss01 = -64; +questiondown.ss01 = -39; +quotedblbase = -116; +quotedblbase.ss01 = -111; +quoteleft.ss01 = -61; +quoteright.ss01 = -61; +}; +tbar = { +a = 0; +e = 0; +tbar = 8; +}; +eng = { +j = 0; +slash = 19; +parenright = 0; +bracketright = 0; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -66; +"@MMK_R_KO_H" = -31; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = -73; +"@MMK_R_KO_I.ss02" = -45; +"@MMK_R_KO_J.ss10" = -170; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -39; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -49; +"@MMK_R_KO_i" = -39; +"@MMK_R_KO_n" = -40; +"@MMK_R_KO_j" = -39; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_t_t.liga" = -16; +}; +percent = { +twosuperior = -45; +threesuperior = -65; +fivesuperior = -74; +eightsuperior = -71; +question.ss01 = -81; +bracketright.case = -32; +quoteright.ss01 = -61; +}; +Uhornhookabove = { +exclam.ss01 = 14; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -38; +"@MMK_R_KO_I.ss02" = -29; +"@MMK_R_KO_J.ss10" = -26; +}; +uhorngrave = { +a = 0; +a.ss05 = 3; +o = 0; +n = 0; +period = -2; +comma = -2; +period.ss01 = -45; +comma.ss01 = -35; +parenright = 2; +quotedblright = 61; +quotedbl = 46; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -32; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -39; +}; +a.ss05 = { +p = 0; +jcircumflex = 0; +germandbls = -3; +gbreve.ss06 = 3; +gcircumflex.ss06 = 3; +ordfeminine = -48; +ordmasculine = -49; +seven = -27; +notequal = -43; +logicalnot = -2; +}; +Itilde = { +Itilde = 0; +igrave = 14; +itilde = 17; +}; +threesuperior = { +A = -45; +fraction = -7; +period = -62; +comma = -65; +slash = -54; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -49; +parenright = 0; +parenright.case = 0; +guillemetleft = -15; +}; +ydotbelow.ss01 = { +period.ss01 = -61; +parenright = 0; +}; +endash.case = { +seven.numr = -12; +bracketright.case = -30; +quotedblbase = -116; +quotedblbase.ss01 = -111; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 17; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 4; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -31; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 22; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 1; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 40; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -42; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -28; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = -65; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -26; +"@MMK_R_KO_seven" = -36; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_sixsuperior" = -65; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_foursuperior" = -65; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_ninesuperior" = -65; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -65; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_endash" = -65; +"@MMK_R_KO_hyphen.case" = -65; +"@MMK_R_KO_endash.case" = -65; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_quotedblleft" = -65; +"@MMK_R_KO_quotedblright" = -65; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -65; +"@MMK_R_KO_quotesingle" = -61; +}; +N = { +Hbar = 0; +igrave = 14; +icaron = 10; +idieresis = 5; +jcircumflex = 10; +idieresis.ss01 = 8; +degree = -27; +logicalnot = 0; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 1; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = -33; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -19; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -45; +"@MMK_R_KO_colon.ss01" = -42; +"@MMK_R_KO_question.ss01" = -59; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = -3; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -62; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -52; +"@MMK_R_KO_quoteright" = -42; +"@MMK_R_KO_guillemetleft" = 14; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -66; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -81; +"@MMK_R_KO_asciicircum" = -51; +}; +b = { +seven = -32; +registered = -25; +notequal = -34; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -59; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -49; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -40; +"@MMK_R_KO_t_t.liga" = 0; +}; +Itilde.ss02 = { +igrave = 50; +}; +trademark = { +period = -62; +comma = -65; +slash = -82; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -132; +parenright = -11; +parenright.case = -11; +guillemetleft = -49; +guilsinglleft = -49; +guillemetright = -17; +guilsinglright = -17; +}; +literSign = { +parenright = -24; +parenright.case = 0; +guillemetleft = 0; +guilsinglleft = 0; +}; +ohorn = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +r = 0; +t = 4; +u = 3; +v = 3; +t_i.liga = 4; +t_t.liga = 4; +period = -19; +comma = -13; +period.ss01 = -54; +comma.ss01 = -45; +hyphen = 11; +parenright = -12; +bracketright = -20; +quotedbl = 5; +}; +quotedblleft = { +A = -54; +Dcroat = 0; +Hbar = 18; +igrave = 63; +icircumflex = 34; +imacron = 30; +jcircumflex = 34; +s = -44; +x = -11; +g.ss06 = -59; +mu = -31; +exclamdown = -33; +questiondown = -75; +backslash = 62; +questiondown.case = -42; +underscore = -116; +quotedblbase = -116; +ampersand = -6; +minus = -116; +divide = -110; +asciitilde = -116; +}; +l.ss04 = { +Hbar = 5; +l.ss04 = 0; +periodcentered.loclCAT = 60; +parenright = 0; +bracketright = 0; +quoteright = 0; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 49; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 42; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 35; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 45; +"@MMK_R_KO_Y" = 38; +"@MMK_R_KO_Z" = 43; +"@MMK_R_KO_I.ss02" = 52; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 40; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 21; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -14; +"@MMK_R_KO_underscore" = 54; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 11; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 23; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = 0; +}; +integral = { +guillemetright = -14; +guilsinglright = -14; +integral = -33; +A = -29; +a = -40; +d = -40; +a.ss05 = -39; +e = -39; +s = -37; +w = -38; +}; +two.dnom = { +question = -52; +question.ss01 = -80; +parenright = -19; +quotedblleft = -112; +quotedblright = -112; +quoteleft = -65; +quoteright = -65; +quotedbl = -76; +quotesingle = -61; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +degree = -112; +}; +parenleft.case = { +Icircumflex = 29; +Imacron = 26; +Idieresis = 27; +Dcroat = 0; +Eth = 0; +Iogonek = 39; +Itilde = 28; +Lslash = 0; +Idieresis.ss01 = 27; +four.numr = -25; +numbersign = -16; +questiondown.case = 0; +question.ss01 = 0; +parenleft.case = -10; +quotedblbase = 8; +quotedblbase.ss01 = 0; +at = -20; +ampersand = 0; +section = 0; +copyright = -45; +registered = -28; +published = -45; +literSign = -6; +numero = -2; +cent = -29; +dollar = -13; +euro = -30; +liraTurkish = -26; +minus = -38; +multiply = -42; +divide = -38; +equal = -31; +notequal = -53; +less = 0; +greaterequal = 0; +approxequal = -36; +logicalnot = -28; +asciitilde = -18; +asciicircum = -52; +infinity = -36; +radical = -15; +}; +Iacute.ss02 = { +igrave = 50; +endash.case = -14; +}; +tenge = { +four = -71; +period = -62; +comma = -65; +slash = -59; +period.ss01 = -61; +comma.ss01 = -61; +}; +colon = { +A = 0; +D = 0; +C = 0; +J = 10; +T = -55; +V = 0; +W = 0; +Y = -21; +a = -19; +c = -19; +e = -19; +o = -19; +f = 0; +s = 0; +t = 0; +z = 10; +t_i.liga = 0; +pi = 10; +zero = 0; +one = -20; +two = 0; +three = 0; +four = -48; +sevensuperior = -38; +emdash = -62; +parenright = -30; +braceright = -40; +bracketright = -40; +parenright.case = 0; +guillemetleft = -28; +guilsinglleft = -28; +}; +h = { +seven = -28; +registered = -27; +}; +emacron = { +Y = -17; +lcommaaccent = -2; +}; +numbersign = { +A = 0; +J = -9; +T = -34; +X = -26; +Y = -16; +one = -17; +eight = 3; +period = -35; +comma = -35; +slash = -10; +period.ss01 = -61; +comma.ss01 = -61; +parenright = -26; +bracketright = -20; +parenright.case = -15; +bracketright.case = -21; +}; +copyright = { +parenright = -57; +parenright.case = -45; +}; +t = { +iogonek = 0; +wdieresis = 12; +two = 13; +logicalnot = -11; +asciitilde = 0; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 27; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 21; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -9; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -27; +}; +Hcircumflex = { +igrave = 14; +}; +aogonek.ss05 = { +j = 0; +comma = 27; +parenright = 22; +bracketright = 17; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -38; +"@MMK_R_KO_I.ss02" = -29; +"@MMK_R_KO_J.ss10" = -26; +}; +_B.currency = { +_baht.bar = 0; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = 31; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -29; +}; +rupeeIndian = { +four = -44; +period = -37; +comma = -31; +slash = -27; +period.ss01 = -61; +comma.ss01 = -61; +}; +Zdotaccent = { +Hbar = 9; +endash.case = -35; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = -8; +"@MMK_R_KO_imacron" = -8; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -31; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_quotedblleft" = -44; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -57; +"@MMK_R_KO_quotedblright.ss01" = -46; +"@MMK_R_KO_quoteright.ss01" = -49; +}; +P = { +Hbar = 37; +Oslash = 11; +hbar = 17; +igrave = 17; +idieresis = 27; +idieresis.ss01 = 21; +two = 22; +three = 21; +five = 8; +seven = 35; +nine = 24; +twoinferior = -23; +threeinferior = -27; +fourinferior = -80; +ellipsis.ss01 = -167; +endash.case = 25; +braceright.case = -7; +ampersand = -17; +}; +twoinferior = { +T = -68; +V = -36; +W = -23; +Y = -75; +t = -11; +t_i.liga = -10; +t_t.liga = -11; +parenright = 0; +}; +wdieresis = { +period = -29; +comma = -24; +bracketright = -25; +}; +uhungarumlaut = { +onesuperior = -9; +sevensuperior = -13; +parenright = 0; +bracketright = 0; +}; +odieresis = { +germandbls = -4; +gbreve.ss06 = 4; +}; +ohorndotbelow = { +c = 5; +i = 0; +idotaccent = 0; +m = 0; +n = 0; +p = 0; +t = 4; +u = 3; +t_i.liga = 4; +t_t.liga = 4; +period = -19; +comma = -13; +parenright = -9; +bracketright = -20; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 16; +"@MMK_R_KO_itilde" = 17; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -34; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -50; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 27; +"@MMK_R_KO_underscore" = -27; +"@MMK_R_KO_hyphen.case" = 28; +"@MMK_R_KO_parenleft" = 27; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -20; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 25; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -15; +}; +one.numr = { +fraction = 0; +}; +Uhorntilde = { +exclam.ss01 = 14; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_Oacute" = 25; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = 1; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = 12; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_pi" = 12; +"@MMK_R_KO_zero" = 17; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = 16; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = 17; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = 20; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -50; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 27; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 26; +"@MMK_R_KO_guillemetright" = 24; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_plus" = 0; +}; +two = { +icircumflex = 27; +x = 23; +colon = 2; +semicolon = 3; +braceright = -4; +minus = -8; +multiply = -14; +}; +j = { +hbar = 0; +idieresis = 0; +iogonek = 2; +jcircumflex = 2; +}; +ldot.ss01 = { +period.ss01 = -61; +comma.ss01 = -59; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 28; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 14; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = 40; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 23; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = -11; +}; +idieresis = { +l = 0; +icaron = 0; +idieresis = 0; +}; +approxequal = { +one = -22; +parenright = -47; +parenright.case = -35; +A = -19; +I.ss02 = -30; +}; +ograve = { +T = -60; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -19; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -45; +"@MMK_R_KO_colon.ss01" = -43; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = -7; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 14; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -58; +"@MMK_R_KO_quotedblright.ss01" = -47; +"@MMK_R_KO_quoteright.ss01" = -47; +"@MMK_R_KO_trademark" = -40; +}; +S = { +Hbar = 19; +Lslash = 16; +hbar = 19; +ibreve = 25; +idieresis = 13; +idieresis.ss01 = 19; +two = 14; +three = 20; +five = 6; +eight = 15; +ampersand = 5; +dollar = 0; +greater = 45; +logicalnot = -12; +}; +periodcentered.loclCAT = { +l = 60; +l.ss03 = 61; +l.ss04 = 60; +}; +Iogonek = { +iogonek = 7; +j = 4; +j.ss01 = 4; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_braceright" = -37; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -32; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -39; +}; +racute = { +parenright = 0; +bracketright = 0; +}; +questiondown.case = { +C = -7; +Q = -7; +Q.ss09 = -7; +T = -52; +V = -53; +W = -36; +Y = -57; +one = -30; +seven = -46; +parenright.case = 0; +quotedblleft = -78; +quoteright = -55; +quotedbl = -71; +quotesingle = -59; +quotedblleft.ss01 = -96; +quoteright.ss01 = -61; +}; +f_y.liga = { +germandbls = 16; +zeroinferior = -15; +ampersand = -9; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = 7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_aacute" = -42; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -42; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_n" = -42; +"@MMK_R_KO_j" = 30; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -45; +"@MMK_R_KO_uacute" = -42; +"@MMK_R_KO_v" = -34; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -24; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_sevensuperior" = 36; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = 31; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 27; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_parenright" = 58; +"@MMK_R_KO_bracketright" = 60; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -28; +"@MMK_R_KO_plus" = -48; +"@MMK_R_KO_percent" = -12; +}; +bracketleft.case = { +Icircumflex = 4; +numbersign = -21; +parenleft.case = -15; +bracketright.case = 54; +at = -28; +literSign = -34; +euro = -29; +minus = -37; +equal = -34; +less = 0; +asciitilde = -16; +asciicircum = -58; +infinity = -34; +}; +K = { +Lslash = 0; +Oslash = 15; +edieresis = -8; +odieresis.ss01 = -3; +odieresis = -8; +oslash = 0; +igrave = 44; +rcaron = 6; +idieresis = 10; +jcircumflex = 16; +ygrave = 0; +ytilde = -6; +idieresis.ss01 = 32; +zero = -14; +two = 22; +three = 6; +six = -13; +seven = 32; +nine = -2; +numbersign = -26; +endash.case = -54; +parenleft.case = -4; +at = -14; +ampersand = 0; +registered = -37; +dollar = -9; +plus = -54; +minus = -54; +multiply = -47; +divide = -54; +equal = -30; +notequal = -58; +less = -23; +logicalnot = -48; +asciitilde = -40; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 15; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 2; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_hyphen.case" = 21; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 19; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -30; +"@MMK_R_KO_asciicircum" = -20; +}; +semicolon = { +four = -46; +onesuperior = -24; +sevensuperior = -43; +hyphen = -65; +emdash = -65; +endash = -65; +hyphen.case = -53; +parenright = 0; +guillemetleft = -36; +}; +Thorn = { +Eth = 34; +}; +four.dnom = { +question = -62; +question.ss01 = -89; +parenright = -45; +quotedblleft = -116; +quotedblright = -116; +quoteleft = -65; +quoteright = -65; +quotedbl = -74; +quotesingle = -61; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +degree = -121; +}; +braceright = { +Y = -12; +period = -15; +comma = 0; +period.ss01 = -61; +comma.ss01 = -34; +parenright = 0; +braceright = -2; +asciicircum = -50; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 5; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 4; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -32; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -25; +"@MMK_R_KO_O" = -67; +"@MMK_R_KO_Oacute" = -67; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -66; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -77; +"@MMK_R_KO_U" = -70; +"@MMK_R_KO_V" = -90; +"@MMK_R_KO_W" = -72; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -90; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_a.ss05" = -47; +"@MMK_R_KO_l" = -43; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_f" = -41; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -43; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -50; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -60; +"@MMK_R_KO_uacute" = -60; +"@MMK_R_KO_v" = -70; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = -43; +"@MMK_R_KO_t_t.liga" = -51; +"@MMK_R_KO_zero" = -72; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_two" = -6; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -51; +"@MMK_R_KO_six" = -70; +"@MMK_R_KO_seven" = -65; +"@MMK_R_KO_eight" = -52; +"@MMK_R_KO_nine" = -49; +"@MMK_R_KO_parenright" = 7; +"@MMK_R_KO_guillemetright" = -53; +"@MMK_R_KO_quotedbl" = -80; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -109; +}; +ampersand = { +one = -27; +seven = -44; +parenright = -13; +bracketright = -28; +quotedblleft = -79; +quotedblright = -73; +quoteleft = -65; +quoteright = -65; +quotedbl = -65; +quotesingle = -61; +quotedblleft.ss01 = -105; +quoteleft.ss01 = -61; +quotedblright.ss01 = -106; +quoteright.ss01 = -61; +v = -22; +w = -21; +y = -20; +}; +four = { +x = -2; +ordfeminine = -18; +ordmasculine = -18; +zero.numr = -17; +one.numr = -11; +three.numr = -15; +four.numr = -9; +five.numr = -18; +six.numr = -17; +seven.numr = -3; +eight.numr = -15; +nine.numr = -16; +threesuperior = -15; +fivesuperior = -19; +eightsuperior = -14; +colon = -6; +semicolon = -5; +question.ss01 = -16; +underscore = 0; +braceright = 0; +braceright.case = 0; +bracketright.case = 0; +quoteright.ss01 = -17; +registered = -19; +trademark = -18; +asciicircum = -37; +}; +zerosuperior = { +A = -47; +fraction = -13; +period = -62; +comma = -65; +slash = -57; +period.ss01 = -61; +comma.ss01 = -61; +parenright = 0; +parenright.case = 0; +guillemetleft = -30; +guilsinglleft = -5; +}; +n = { +n = 0; +gcircumflex.ss06 = 4; +ordfeminine = -45; +ordmasculine = -46; +seven = -28; +at = 0; +registered = -27; +degree = -77; +notequal = -41; +greaterequal = -21; +logicalnot = 0; +}; +bracketleft = { +Icircumflex = 5; +Dcroat = 0; +Oslash = -16; +oslash = -3; +hcircumflex = 8; +i = -34; +idotaccent = -34; +iacute = -35; +ntilde = -35; +nacute = -36; +p = 0; +ibreve = 0; +icircumflex = 0; +imacron = 0; +jcircumflex = 29; +macute = -36; +scaron = 0; +scircumflex = -23; +germandbls = -13; +x = -23; +colon = -40; +numbersign = -20; +parenleft = -15; +at = -29; +ampersand = -24; +literSign = -32; +dollar = -33; +euro = -27; +minus = -35; +equal = -33; +less = 0; +asciitilde = -15; +asciicircum = -57; +infinity = -32; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 48; +"@MMK_R_KO_O" = 33; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 26; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 24; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_sixsuperior" = 29; +"@MMK_R_KO_onesuperior" = 45; +"@MMK_R_KO_twosuperior" = 45; +"@MMK_R_KO_threesuperior" = 38; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_fivesuperior" = 27; +"@MMK_R_KO_sevensuperior" = 68; +"@MMK_R_KO_eightsuperior" = 32; +"@MMK_R_KO_ninesuperior" = 32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 71; +"@MMK_R_KO_question" = 75; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = 36; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 60; +"@MMK_R_KO_bracketright" = 20; +"@MMK_R_KO_quotedblleft" = 66; +"@MMK_R_KO_quoteleft" = 66; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 82; +"@MMK_R_KO_quotesingle" = 84; +"@MMK_R_KO_quotedblleft.ss01" = 34; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = 31; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = 23; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 40; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 33; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 18; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 37; +"@MMK_R_KO_quotedblright" = 34; +"@MMK_R_KO_quoteleft" = 37; +"@MMK_R_KO_quoteright" = 35; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 27; +"@MMK_R_KO_quotesingle" = 31; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 16; +}; +J.ss10 = { +Hbar = 6; +ibreve = 19; +icaron = 19; +idieresis = 11; +jcircumflex = 19; +idieresis.ss01 = 16; +}; +quotedblbase.ss01 = { +Dcroat = -29; +oslash = -24; +p = -19; +germandbls = -50; +asterisk = -111; +numbersign = -81; +question.ss01 = -103; +hyphen.case = -111; +emdash.case = -111; +parenleft.case = -58; +quotedblleft.ss01 = -111; +quoteright.ss01 = -61; +at = -61; +copyright = -105; +published = -105; +dollar = -55; +euro = -83; +minus = -111; +multiply = -111; +divide = -111; +equal = -111; +approxequal = -111; +}; +l.ss03 = { +oslash = 3; +periodcentered.loclCAT = 56; +notequal = -43; +logicalnot = -4; +}; +parenleft = { +Icircumflex = 13; +Imacron = 8; +Idieresis = 8; +Dcroat = -2; +Eth = -2; +Iogonek = 39; +Lslash = -3; +Oslash = 0; +a.ss05 = -30; +thorn = 13; +ccedilla = 0; +ccaron = -5; +edieresis = -42; +odieresis = -42; +oslash = -2; +hcircumflex = 16; +i = -28; +idotaccent = -28; +i.ss01 = 0; +iacute = -34; +ntilde = -39; +nacute = -42; +ncaron = -26; +ncommaaccent = -34; +p = 4; +idieresis = 0; +imacron = 0; +iogonek = 45; +jcircumflex = 41; +scedilla = 0; +scaron = 0; +scircumflex = -22; +germandbls = -12; +tcedilla = 22; +x = -2; +zcaron = 3; +g.ss06 = 20; +mu = 0; +four.numr = -35; +colon = -30; +numbersign = -27; +semicolon.ss01 = 8; +question.ss01 = -8; +parenleft = -27; +braceleft = 0; +quotedblbase = 25; +quotedblbase.ss01 = 2; +at = -45; +ampersand = -30; +section = -17; +copyright = -57; +registered = -36; +published = -57; +literSign = -39; +numero = -7; +cent = -44; +dollar = -30; +euro = -46; +liraTurkish = -41; +sterling = -11; +minus = -49; +multiply = -56; +divide = -49; +equal = -41; +notequal = -65; +greater = 0; +less = -10; +greaterequal = -20; +lessequal = -20; +plusminus = -12; +approxequal = -54; +logicalnot = -42; +asciitilde = -34; +asciicircum = -60; +infinity = -54; +summation = 50; +radical = -32; +}; +asciicircum = { +one = -33; +two = -12; +three = -14; +four = -68; +eight = -26; +period = -62; +comma = -65; +asterisk = -26; +slash = -88; +period.ss01 = -61; +comma.ss01 = -61; +hyphen = -132; +hyphen.case = -69; +parenright = -61; +bracketright = -57; +parenright.case = -52; +bracketright.case = -58; +u = -38; +x = -12; +mu = -40; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 39; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -56; +"@MMK_R_KO_quoteright.ss01" = -56; +}; +plus = { +one = -27; +two = -67; +three = -49; +seven = -61; +seven.numr = -10; +period = -62; +comma = -65; +question = -73; +asterisk = -71; +slash = -22; +period.ss01 = -61; +comma.ss01 = -61; +question.ss01 = -78; +parenright = -48; +braceright = -36; +bracketright = -33; +parenright.case = -36; +braceright.case = -43; +bracketright.case = -34; +quotedblleft = -109; +quotedblright = -89; +quoteleft = -65; +quoteright = -65; +guillemetright = -14; +quotedbl = -55; +quotesingle = -55; +quotedblleft.ss01 = -100; +quoteleft.ss01 = -61; +quotedblright.ss01 = -88; +trademark = -45; +tenge = -69; +yen = -8; +plus = 0; +x = 0; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 44; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 37; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = 43; +"@MMK_R_KO_Y" = 37; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 44; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 42; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 14; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 27; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 23; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_endash" = -59; +"@MMK_R_KO_underscore" = 51; +"@MMK_R_KO_hyphen.case" = -47; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_quoteright.ss01" = 7; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -45; +}; +quoteleft = { +Hbar = 24; +igrave = 63; +icircumflex = 34; +imacron = 30; +jcircumflex = 34; +g.ss06 = -52; +mu = -31; +exclamdown = -33; +questiondown = -65; +questiondown.case = -33; +quotedblbase = -65; +ampersand = -2; +minus = -65; +divide = -65; +logicalnot = -65; +asciitilde = -65; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 45; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = 42; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 39; +"@MMK_R_KO_J.ss10" = -115; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -58; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = -69; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 44; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 29; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = 37; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_ellipsis" = -116; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_hyphen" = -116; +"@MMK_R_KO_endash" = -116; +"@MMK_R_KO_hyphen.case" = -116; +"@MMK_R_KO_endash.case" = -74; +"@MMK_R_KO_parenright" = 9; +"@MMK_R_KO_bracketright" = 24; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -76; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -107; +"@MMK_R_KO_percent" = -9; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 43; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 25; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -36; +"@MMK_R_KO_asciicircum" = -14; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -11; +}; +nine.dnom = { +question = -58; +question.ss01 = -85; +parenright = -44; +parenright.case = -10; +quotedblleft = -116; +quotedblright = -116; +quoteleft = -65; +quoteright = -65; +quotedbl = -89; +quotesingle = -61; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +degree = -134; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -61; +"@MMK_R_KO_a.ss05" = -49; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -61; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -61; +"@MMK_R_KO_i" = -26; +"@MMK_R_KO_n" = -61; +"@MMK_R_KO_j" = -26; +"@MMK_R_KO_lslash" = -25; +"@MMK_R_KO_s" = -61; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -61; +"@MMK_R_KO_uacute" = -56; +"@MMK_R_KO_v" = -36; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = -31; +"@MMK_R_KO_l.ss04" = -20; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_pi" = -29; +"@MMK_R_KO_zero" = -24; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -25; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -61; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -52; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -61; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -61; +}; +Omacron = { +Eth = 9; +}; +uhorndotbelow.ss01 = { +a = 0; +c = 0; +period.ss01 = -45; +ellipsis.ss01 = -45; +comma.ss01 = -35; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 46; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 27; +"@MMK_R_KO_two" = 21; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 25; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 13; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_asterisk" = 25; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = -30; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = 11; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -7; +"@MMK_R_KO_plus" = -8; +"@MMK_R_KO_percent" = 12; +}; +exclamdown = { +T = -52; +V = -12; +Y = -29; +j = 0; +}; +Adieresis = { +Germandbls = 0; +endash.case = -16; +registered = -40; +}; +}; +"E787E54A-EE3E-475A-BF02-8501A6DA5144" = { +J = { +Hbar = 33; +Oslash = 11; +a = 2; +igrave = 28; +ibreve = 33; +icaron = 34; +idieresis = 55; +jcircumflex = 41; +idieresis.ss01 = 59; +greater = 0; +}; +exclam.ss01 = { +period.ss01 = -10; +}; +ohungarumlaut = { +onesuperior = -2; +sevensuperior = 0; +parenright = 0; +bracketright = 0; +quotedblright = 0; +quotedbl = 14; +quotesingle = 6; +}; +uhornacute = { +a = -30; +a.ss05 = -34; +c = -33; +n = -17; +t = -13; +u = -15; +t_i.liga = -13; +t_t.liga = -13; +period = -32; +comma = -33; +ellipsis = -41; +question = 0; +period.ss01 = -45; +ellipsis.ss01 = -39; +comma.ss01 = -44; +parenright = -44; +quotedbl = 0; +}; +o = { +germandbls = -15; +gbreve.ss06 = 9; +ordmasculine = -38; +seven = -40; +registered = -18; +logicalnot = 0; +}; +ellipsis = { +Dcroat = -26; +Tbar = -61; +tbar = -39; +twosuperior = -151; +threesuperior = -155; +fivesuperior = -156; +eightsuperior = -153; +parenleft = -24; +braceright = -49; +parenleft.case = -37; +bracketright.case = 0; +}; +Iacute = { +A = -5; +S = -4; +igrave = 18; +icircumflex = 31; +parenright.case = 3; +}; +sixsuperior = { +A = -48; +fraction = -19; +period = -106; +comma = -113; +slash = -77; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -56; +parenright = -9; +guillemetleft = -33; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 35; +"@MMK_R_KO_itilde" = 44; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -36; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = -22; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -30; +"@MMK_R_KO_hyphen" = -33; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -49; +"@MMK_R_KO_parenleft" = -19; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 2; +"@MMK_R_KO_bracketright" = 2; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 7; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -52; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -64; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -46; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -56; +"@MMK_R_KO_I.ss02" = -40; +"@MMK_R_KO_J.ss10" = -118; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_two" = -41; +"@MMK_R_KO_three" = -86; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -18; +"@MMK_R_KO_eight" = -20; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -106; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_question" = -73; +"@MMK_R_KO_asterisk" = -114; +"@MMK_R_KO_slash" = -52; +"@MMK_R_KO_period.ss01" = -111; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenright.case" = -68; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 2; +l.ss04 = 17; +}; +five = { +icircumflex = 26; +x = -24; +ordfeminine = -29; +ordmasculine = -28; +parenleft = 7; +asciicircum = -50; +}; +Tcommaaccent = { +aacute = -51; +acircumflex.ss05 = -39; +amacron.ss05 = -42; +abreve.ss05 = -48; +endash.case = -70; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = -51; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -53; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -57; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -75; +"@MMK_R_KO_asciicircum" = -45; +}; +questiondown.ss01 = { +l.ss03 = -38; +quoteright.ss01 = -81; +}; +threeinferior = { +T = -58; +V = -42; +W = -34; +Y = -91; +parenright = -27; +bracketright = -28; +}; +Adieresis.ss01 = { +endash.case = -35; +registered = -50; +}; +lcaron.ss03 = { +b = 0; +h = 0; +k = 0; +i = 5; +idotaccent = 5; +i.ss01 = 5; +idotaccent.ss01 = 5; +j = 5; +j.ss01 = 5; +zcaron = 6; +l.ss03 = 0; +lcaron.ss03 = 7; +sixsuperior = 87; +onesuperior = 56; +twosuperior = 62; +threesuperior = 64; +foursuperior = 49; +fivesuperior = 85; +sevensuperior = 51; +eightsuperior = 84; +ninesuperior = 89; +exclam = 102; +question = 70; +exclam.ss01 = 101; +question.ss01 = 49; +parenright = 106; +bracketright = 113; +quotedblleft = 76; +quoteleft = 76; +quotedbl = 160; +quotesingle = 152; +quotedblleft.ss01 = 54; +quoteleft.ss01 = 54; +}; +f_f.liga = { +e = -10; +f = 7; +fl = 15; +i = 11; +i.ss01 = 11; +idieresis = 11; +seven = 5; +ampersand = -29; +}; +Jacute = { +Icircumflex = 2; +Imacron = 2; +Hbar = 25; +igrave = 21; +ibreve = 28; +icaron = 28; +idieresis = 50; +jcircumflex = 33; +idieresis.ss01 = 52; +parenright = 0; +parenright.case = 2; +}; +braceright.case = { +J.ss10 = -54; +period = -43; +comma = -45; +period.ss01 = -53; +comma.ss01 = -51; +hyphen.case = 11; +parenright.case = -32; +braceright.case = -20; +asciicircum = -47; +}; +ecircumflexhookabove = { +m = -5; +n = -5; +u = -3; +period.ss01 = -18; +comma.ss01 = -18; +parenright = 24; +}; +Cdotaccent = { +Hbar = 24; +}; +Ncommaaccent = { +imacron = 36; +}; +dollar = { +one = -2; +three = 0; +four = 0; +five = 4; +eight = 9; +parenright = -29; +bracketright = -25; +parenright.case = -23; +}; +Scaron = { +iogonek = 0; +}; +fi = { +hbar = 8; +idieresis = 8; +jcircumflex = 10; +germandbls = -4; +logicalnot = 4; +}; +zero = { +icircumflex = 15; +x = -14; +ordmasculine = -14; +underscore = -52; +parenleft = 5; +braceright = -19; +braceright.case = -15; +bracketright.case = -21; +baht = 0; +trademark = -45; +multiply = -16; +asciicircum = -17; +}; +period.ss01 = { +ordfeminine = -111; +ordmasculine = -111; +twosuperior = -111; +threesuperior = -111; +fivesuperior = -111; +eightsuperior = -111; +question.ss01 = -84; +parenleft = -15; +braceright = -9; +parenleft.case = -24; +quoteright.ss01 = -111; +}; +X = { +igrave = 27; +ibreve = 32; +icaron = 33; +idieresis = 52; +idieresis.ss01 = 60; +zero = -33; +two = -2; +three = -16; +six = -33; +eight = -15; +nine = -22; +numbersign = -27; +endash.case = -62; +parenleft.case = -27; +at = -32; +registered = -38; +plus = -71; +minus = -71; +multiply = -59; +equal = -33; +notequal = -31; +less = -55; +logicalnot = -47; +asciitilde = -70; +}; +L = { +H = 0; +Dcroat = -10; +Oslash = -9; +Tbar = -42; +oslash = -12; +ordfeminine = -88; +ordmasculine = -88; +zero = -26; +two = 0; +three = -2; +five = -6; +six = -26; +seven = -79; +nine = -14; +numbersign = -32; +endash.case = -90; +parenleft.case = -21; +quoteleft.ss01 = -84; +at = -17; +registered = -92; +dollar = -8; +plus = -90; +minus = -93; +multiply = -65; +equal = -32; +notequal = -28; +less = -84; +approxequal = -28; +logicalnot = -78; +asciitilde = -97; +}; +euro = { +period = -14; +comma = -15; +slash = -27; +period.ss01 = -18; +parenright = -37; +bracketright = -28; +parenright.case = -28; +bracketright.case = -28; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -35; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 43; +"@MMK_R_KO_itilde" = 39; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_x" = -24; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = -27; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = -33; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -52; +"@MMK_R_KO_comma" = -52; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -62; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -59; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -34; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_underscore" = -50; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_parenleft" = -20; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 7; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 4; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -25; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -34; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +}; +perthousand = { +question = -79; +asterisk = -138; +question.ss01 = -80; +parenright = -63; +parenright.case = -40; +quotedblleft = -110; +quotedblright = -96; +quoteleft = -110; +quoteright = -94; +quotedblleft.ss01 = -87; +quoteleft.ss01 = -87; +quotedblright.ss01 = -83; +quoteright.ss01 = -83; +}; +V = { +Eth = -8; +Oslash = -9; +adieresis = -13; +ae = -32; +a.ss05 = -33; +adieresis.ss05 = -21; +eacute = -22; +ccaron = -14; +emacron = -17; +edieresis = -7; +ecaron = -14; +otilde = -12; +odieresis = -7; +iacute = -11; +ncommaaccent = -12; +igrave = 24; +ibreve = 28; +icaron = 29; +idieresis = 50; +racute = -18; +scaron = -10; +zcaron = 0; +idieresis.ss01 = 53; +gdotaccent.ss06 = -22; +gdotaccent.ss01.ss06 = -22; +zero = -18; +two = -6; +three = -12; +six = -19; +seven = 0; +twoinferior = -41; +ellipsis.ss01 = -55; +endash.case = -19; +at = -25; +ampersand = -44; +plus = -37; +minus = -37; +less = -27; +lessequal = -8; +approxequal = -26; +asciitilde = -44; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -92; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_a.ss05" = -38; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -27; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -9; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -78; +"@MMK_R_KO_comma" = -79; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -80; +"@MMK_R_KO_period.ss01" = -85; +"@MMK_R_KO_comma.ss01" = -84; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -69; +"@MMK_R_KO_endash" = -58; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_endash.case" = -19; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 3; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -152; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -14; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 6; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -71; +"@MMK_R_KO_period.ss01" = -111; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -18; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -40; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -165; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = -11; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = -71; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_period" = -106; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_ellipsis" = -202; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -90; +"@MMK_R_KO_period.ss01" = -111; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_hyphen" = -156; +"@MMK_R_KO_endash" = -67; +"@MMK_R_KO_hyphen.case" = -22; +"@MMK_R_KO_endash.case" = -13; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 19; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 19; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_degree" = -2; +"@MMK_R_KO_plus" = -55; +"@MMK_R_KO_percent" = 0; +}; +seven = { +icircumflex = 21; +x = -24; +g.ss06 = -40; +mu = -26; +colon = -13; +semicolon = -13; +backslash = 9; +ellipsis.ss01 = -75; +underscore = -61; +parenleft = -17; +at = -33; +ampersand = -45; +euro = -27; +minus = -51; +multiply = -37; +divide = -51; +notequal = -18; +less = -35; +plusminus = -42; +asciitilde = -68; +asciicircum = -27; +}; +scedilla = { +gbreve.ss06 = 5; +}; +fourinferior = { +T = -58; +V = -53; +W = -43; +parenright = -28; +bracketright = -37; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -37; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = -29; +"@MMK_R_KO_V" = -66; +"@MMK_R_KO_W" = -56; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -92; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_v" = -58; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_zero" = -43; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -42; +"@MMK_R_KO_seven" = -76; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -31; +"@MMK_R_KO_asterisk" = -98; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_quotedblleft" = -82; +"@MMK_R_KO_quotedblright" = -75; +"@MMK_R_KO_quoteleft" = -82; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -84; +"@MMK_R_KO_quotesingle" = -89; +"@MMK_R_KO_quotedblleft.ss01" = -75; +"@MMK_R_KO_quotedblright.ss01" = -70; +}; +equal = { +period = -48; +comma = -50; +period.ss01 = -35; +comma.ss01 = -34; +parenright = -63; +bracketright = -74; +parenright.case = -57; +bracketright.case = -76; +equal = 0; +A = -18; +J = -23; +T = -29; +V = -18; +X = -34; +Y = -47; +}; +five.numr = { +fraction = -14; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = -10; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -36; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +}; +dcaron = { +exclam.ss01 = 115; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -16; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = -41; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -32; +"@MMK_R_KO_asciicircum" = -7; +}; +k = { +oslash = -18; +iogonek = 8; +lcommaaccent = 8; +two = 0; +plus = -37; +minus = -38; +notequal = -4; +logicalnot = -29; +asciitilde = -57; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -1; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_braceright" = -23; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -18; +}; +scaron = { +T = -26; +iogonek = 0; +}; +ninesuperior = { +A = -54; +fraction = -23; +period = -106; +comma = -113; +slash = -84; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -63; +parenright = -14; +guillemetleft = -45; +}; +v = { +n = 0; +ampersand = -24; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_t_t.liga" = 0; +}; +infinity = { +parenright = -69; +bracketright = -71; +parenright.case = -65; +bracketright.case = -72; +quotedblleft = -6; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -15; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_two" = -57; +"@MMK_R_KO_three" = -83; +"@MMK_R_KO_four" = -29; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = -29; +"@MMK_R_KO_eight" = -28; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_period" = -106; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_question" = -85; +"@MMK_R_KO_asterisk" = -114; +"@MMK_R_KO_slash" = -74; +"@MMK_R_KO_period.ss01" = -111; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_hyphen" = -24; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_bracketright" = -84; +"@MMK_R_KO_parenright.case" = -75; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = -19; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_J" = -53; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = -29; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -74; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = -83; +"@MMK_R_KO_I.ss02" = -58; +"@MMK_R_KO_J.ss10" = -120; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_t_t.liga" = -15; +}; +asterisk = { +g.ss06 = -51; +}; +semicolon.ss01 = { +onesuperior = -53; +sevensuperior = -63; +hyphen = -29; +emdash = -29; +}; +divide = { +one = -44; +two = -77; +three = -78; +seven = -50; +parenright = -76; +parenright.case = -71; +quotedblleft = -32; +quotedblright = 0; +quoteright = 0; +quotedblleft.ss01 = -19; +quotedblright.ss01 = 0; +A = -38; +Y = -79; +I.ss02 = -52; +}; +asciitilde = { +exclam = -18; +exclam.ss01 = -17; +question.ss01 = -91; +parenleft = -13; +parenleft.case = -12; +bracketright.case = -86; +quoteright.ss01 = 0; +U = -17; +aacute = -11; +edieresis = -12; +edieresis.ss01 = -12; +u = -15; +v = -19; +w = -15; +x = -34; +y = -22; +l.ss03 = -16; +l.ss04 = -18; +g.ss06 = -18; +gcircumflex.ss06 = -12; +}; +three.dnom = { +question = -74; +question.ss01 = -84; +parenright = -31; +quotedblleft = -100; +quotedblright = -81; +quoteleft = -83; +quoteright = -56; +quotedbl = -88; +quotesingle = -86; +quotedblleft.ss01 = -50; +quoteleft.ss01 = -46; +quotedblright.ss01 = -43; +quoteright.ss01 = -43; +degree = -112; +}; +odotbelow.ss01 = { +T = -57; +}; +x = { +oslash = -20; +two = -2; +ampersand = -18; +plus = -37; +minus = -37; +notequal = -11; +logicalnot = -31; +asciitilde = -56; +}; +U = { +Dcroat = 4; +Eth = 4; +Hbar = 34; +Lslash = 2; +hbar = 24; +igrave = 29; +jcircumflex = 42; +greater = 0; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_quoteright.ss01" = 8; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -8; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -23; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_imacron" = 43; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_four" = -22; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -41; +"@MMK_R_KO_endash" = -76; +"@MMK_R_KO_hyphen.case" = -58; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Eth = { +Eth = 12; +Oslash = 20; +}; +odotbelow = { +T = -57; +}; +baht = { +slash = -25; +parenright = -35; +parenright.case = -27; +}; +Icircumflex.ss02 = { +endash.case = -57; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 9; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 3; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -18; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -74; +"@MMK_R_KO_onesuperior" = -80; +"@MMK_R_KO_foursuperior" = -105; +"@MMK_R_KO_sevensuperior" = -81; +"@MMK_R_KO_ninesuperior" = -65; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -75; +"@MMK_R_KO_asterisk" = -113; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -21; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_quotedblleft" = -95; +"@MMK_R_KO_quotedblright" = -78; +"@MMK_R_KO_quoteleft" = -93; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -89; +"@MMK_R_KO_quotesingle" = -94; +"@MMK_R_KO_quotedblleft.ss01" = -73; +"@MMK_R_KO_quotedblright.ss01" = -63; +}; +quotedblright = { +Dcroat = -11; +icircumflex = 50; +scaron = -35; +x = -25; +g.ss06 = -61; +mu = -27; +questiondown = -112; +questiondown.case = -78; +parenleft = -20; +quotesinglbase = -113; +asciitilde = -93; +}; +r = { +fl = 22; +germandbls = 7; +wdieresis = 20; +gcircumflex.ss06 = 3; +oneinferior = -49; +twoinferior = -28; +threeinferior = -28; +fourinferior = -55; +fiveinferior = -14; +sixinferior = -32; +ampersand = -34; +logicalnot = 0; +asciitilde = -16; +}; +seveninferior = { +I.ss02 = -33; +fourinferior = -34; +seveninferior = 0; +parenright = -56; +parenright.case = -34; +}; +sterling = { +two = 4; +hyphen.case = -45; +parenright = -26; +}; +Ocircumflex = { +Lslash = 0; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 21; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = 20; +"@MMK_R_KO_bracketright" = 29; +"@MMK_R_KO_parenright.case" = 20; +"@MMK_R_KO_bracketright.case" = 42; +"@MMK_R_KO_quotedblright" = 27; +"@MMK_R_KO_quoteright" = 27; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 32; +"@MMK_R_KO_quotesingle" = 24; +"@MMK_R_KO_quotedblright.ss01" = 31; +"@MMK_R_KO_quoteright.ss01" = 31; +}; +_f.longarm = { +l = 0; +i = 6; +idotaccent = 6; +i.ss01 = 6; +idotaccent.ss01 = 6; +l.ss03 = 2; +l.ss04 = 0; +}; +I.ss02 = { +Dcroat = -8; +igrave = 29; +jcircumflex = 48; +endash.case = -49; +plus = -56; +minus = -57; +notequal = -20; +less = -48; +approxequal = -27; +logicalnot = -42; +asciitilde = -63; +}; +quoteleft.ss01 = { +J.ss10 = -111; +igrave = 24; +icircumflex = 30; +imacron = 34; +jcircumflex = 30; +questiondown.case = -54; +questiondown.ss01 = -85; +hyphen = -25; +emdash = -25; +quotedblbase.ss01 = -111; +ampersand = -44; +minus = -18; +logicalnot = 0; +asciitilde = -31; +}; +Zacute = { +endash.case = -57; +}; +d = { +hbar = 8; +igrave = 8; +icaron = 8; +idieresis = 8; +jcircumflex = 10; +logicalnot = 4; +}; +notequal = { +zero = 0; +one = -3; +two = -7; +seven = -9; +parenright = -63; +parenright.case = -57; +A = -18; +B = 0; +F = 0; +L = 0; +N = 0; +Y = -43; +b = 0; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -49; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = -31; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_t_t.liga" = 3; +}; +six = { +icircumflex = 24; +parenleft = 5; +braceright = -9; +bracketright.case = -17; +trademark = -34; +asciicircum = -35; +}; +Idieresis.ss02 = { +idieresis = 58; +}; +quotedblleft.ss01 = { +A = -39; +J = -33; +igrave = 24; +icircumflex = 30; +imacron = 34; +jcircumflex = 30; +g.ss06 = -20; +mu = -11; +questiondown.case = -54; +ellipsis.ss01 = -226; +questiondown.ss01 = -85; +underscore = -209; +quotedblbase.ss01 = -226; +ampersand = -47; +minus = -18; +divide = -18; +asciitilde = -31; +}; +sevensuperior = { +A = -75; +C = -40; +O = -40; +G = -41; +fraction = -40; +sevensuperior = 2; +period = -106; +comma = -113; +colon = -39; +semicolon = -41; +slash = -110; +period.ss01 = -111; +comma.ss01 = -111; +colon.ss01 = -43; +semicolon.ss01 = -43; +hyphen = -82; +hyphen.case = -50; +guillemetleft = -71; +guilsinglleft = -71; +guillemetright = -58; +guilsinglright = -58; +plus = -63; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 29; +"@MMK_R_KO_itilde" = 33; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = -6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_backslash" = -8; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -13; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -3; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -63; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -57; +"@MMK_R_KO_I.ss02" = -36; +"@MMK_R_KO_J.ss10" = -127; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -62; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -106; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_period.ss01" = -111; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -62; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +won = { +period = -55; +comma = -56; +slash = -48; +period.ss01 = -67; +comma.ss01 = -66; +}; +i.ss01 = { +l = 8; +c = 8; +e = 8; +o = 8; +m = 8; +n = 8; +r = 8; +p = 8; +j.ss01 = 18; +parenright = 0; +}; +guillemetright = { +T = -66; +x = -54; +threesuperior = -15; +fivesuperior = -23; +eightsuperior = -17; +colon = -23; +semicolon = -24; +questiondown = -84; +question.ss01 = -76; +questiondown.ss01 = -85; +braceright = -73; +braceright.case = -70; +bracketright.case = -79; +quotesinglbase = -78; +quotedblbase = -78; +quotedblbase.ss01 = -59; +quoteright.ss01 = -14; +}; +s = { +l = 0; +seven = -27; +emdash = 0; +registered = -18; +notequal = 0; +logicalnot = 0; +asciitilde = -27; +}; +five.dnom = { +question = -76; +question.ss01 = -82; +parenright = -31; +quotedblleft = -91; +quotedblright = -29; +quoteleft = -72; +quoteright = -16; +quotedbl = -97; +quotesingle = -76; +quotedblleft.ss01 = -37; +quoteleft.ss01 = -37; +quotedblright.ss01 = -15; +quoteright.ss01 = -15; +degree = -91; +}; +ecircumflexgrave = { +parenright = 0; +bracketright = 24; +quotedbl = 0; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -8; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = -30; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -45; +"@MMK_R_KO_backslash" = -15; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_braceright" = -52; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -6; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 5; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -9; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -23; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -35; +}; +t_t.liga = { +wdieresis = 9; +hyphen = -20; +logicalnot = 0; +asciitilde = -27; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -138; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_a.ss05" = -71; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -3; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -8; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -106; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -94; +"@MMK_R_KO_period.ss01" = -111; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -138; +"@MMK_R_KO_endash" = -138; +"@MMK_R_KO_hyphen.case" = -91; +"@MMK_R_KO_endash.case" = -32; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -85; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 20; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 7; +}; +ohorngrave = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +period = -25; +comma = -26; +period.ss01 = -33; +comma.ss01 = -32; +parenright = -33; +bracketright = -45; +guillemetright = 0; +quotedbl = 6; +}; +zeroinferior = { +parenright = -35; +}; +c = { +seven = -32; +registered = -14; +notequal = -6; +}; +Aacute = { +Dcroat = -13; +Eth = -13; +Tbar = -39; +endash.case = -35; +registered = -50; +}; +Abreve = { +endash.case = -35; +}; +eight.dnom = { +question = -74; +question.ss01 = -84; +parenright = -30; +quotedblleft = -100; +quotedblright = -82; +quoteleft = -82; +quoteright = -56; +quotedbl = -84; +quotesingle = -86; +quotedblleft.ss01 = -49; +quoteleft.ss01 = -46; +quotedblright.ss01 = -42; +quoteright.ss01 = -42; +degree = -112; +}; +Idieresis.ss01 = { +Icircumflex = 0; +Idieresis.ss01 = 6; +idieresis.ss01 = 49; +parenright.case = 10; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -33; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +comma.ss01 = { +twosuperior = -111; +threesuperior = -111; +fivesuperior = -111; +eightsuperior = -111; +parenright = 0; +bracketright = 0; +quoteright.ss01 = -111; +}; +C = { +two = 0; +three = 0; +five = 7; +eight = 7; +braceright.case = -6; +plus = -33; +minus = -46; +greater = 3; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -45; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -169; +"@MMK_R_KO_a" = -55; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -62; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -46; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -54; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = -19; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -78; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -106; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_ellipsis" = -222; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -99; +"@MMK_R_KO_hyphen" = -153; +"@MMK_R_KO_endash" = -133; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -28; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -88; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_plus" = -80; +"@MMK_R_KO_percent" = 2; +}; +ocircumflexgrave = { +parenright = 0; +bracketright = 18; +quotedbl = 0; +quotesingle = 0; +}; +wcircumflex = { +p = -3; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_pi" = -9; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -95; +"@MMK_R_KO_two" = -39; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -103; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -73; +"@MMK_R_KO_foursuperior" = -113; +"@MMK_R_KO_sevensuperior" = -80; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = -41; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_question" = -82; +"@MMK_R_KO_asterisk" = -138; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_quotedblleft" = -140; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -113; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -155; +"@MMK_R_KO_quotesingle" = -100; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = 0; +}; +Umacron = { +Hbar = 26; +}; +Zcaron = { +Dcroat = -14; +igrave = 23; +endash.case = -57; +}; +sixinferior = { +T = -58; +W = -37; +parenright = -29; +bracketright = -27; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_zero" = -15; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -14; +"@MMK_R_KO_four" = -56; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = -17; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_ellipsis" = 6; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_endash.case" = -72; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = 9; +"@MMK_R_KO_degree" = -22; +"@MMK_R_KO_plus" = -80; +"@MMK_R_KO_percent" = -12; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_pi" = -12; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_two" = -16; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -19; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -34; +"@MMK_R_KO_plus" = -15; +"@MMK_R_KO_percent" = -18; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -16; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 21; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_bracketright.case" = -35; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Idotaccent = { +l.ss04 = 17; +}; +zero.dnom = { +question = -79; +question.ss01 = -85; +parenright = -39; +parenright.case = -16; +quotedblleft = -104; +quotedblright = -88; +quoteleft = -89; +quoteright = -62; +quotedbl = -92; +quotesingle = -91; +quotedblleft.ss01 = -62; +quoteleft.ss01 = -52; +quotedblright.ss01 = -50; +quoteright.ss01 = -47; +degree = -117; +}; +I = { +I = 0; +Hbar = 30; +hbar = 20; +igrave = 25; +jcircumflex = 39; +logicalnot = 2; +}; +uhornhookabove = { +a = -30; +a.ss05 = -34; +period = -32; +comma = -33; +ellipsis = -41; +period.ss01 = -45; +ellipsis.ss01 = -39; +comma.ss01 = -44; +parenright = -45; +bracketright = -55; +quotedblright = -3; +quotedbl = 0; +}; +Idieresis = { +Icircumflex = 0; +Idieresis = 0; +idieresis = 49; +parenright = 0; +parenright.case = 10; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = -37; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -97; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -31; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -72; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -67; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -50; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_itilde" = 13; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_s" = -68; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = -48; +"@MMK_R_KO_uacute" = -26; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_x" = -44; +"@MMK_R_KO_y" = -42; +"@MMK_R_KO_z" = -36; +"@MMK_R_KO_l.ss03" = -9; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = -70; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -91; +"@MMK_R_KO_comma" = -98; +"@MMK_R_KO_colon" = -45; +"@MMK_R_KO_semicolon" = -45; +"@MMK_R_KO_ellipsis" = -91; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -93; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -97; +"@MMK_R_KO_comma.ss01" = -102; +"@MMK_R_KO_colon.ss01" = -46; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = -87; +"@MMK_R_KO_endash" = -83; +"@MMK_R_KO_underscore" = -80; +"@MMK_R_KO_hyphen.case" = -65; +"@MMK_R_KO_parenleft" = -39; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -53; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -56; +}; +Ecircumflexdotbelow.ss01 = { +T = -3; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -50; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = -45; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -25; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_braceright" = -47; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -37; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = -6; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -1; +"@MMK_R_KO_seven" = -7; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_degree" = -20; +"@MMK_R_KO_plus" = -9; +"@MMK_R_KO_percent" = -2; +}; +one = { +icircumflex = 33; +three = 0; +multiply = -16; +equal = 0; +notequal = 0; +asciicircum = -19; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = -3; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -53; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -46; +}; +lcaron.ss04 = { +ncaron = 2; +scaron = 0; +exclam.ss01 = 115; +}; +Gdotaccent = { +Hbar = 23; +}; +fl = { +Hbar = 24; +l = -6; +idieresis = 0; +jcircumflex = 2; +periodcentered.loclCAT = 6; +}; +quotedbl = { +Dcroat = -7; +Hbar = 38; +Lslash = -8; +hbar = 17; +igrave = 37; +icircumflex = 57; +idieresis = 70; +imacron = 41; +jcircumflex = 57; +x = -21; +idieresis.ss01 = 69; +g.ss06 = -36; +gcommaaccent.ss06 = -30; +gdotaccent.ss06 = -30; +gdotaccent.ss01.ss06 = -30; +mu = -21; +exclamdown = -22; +questiondown = -105; +backslash = 11; +questiondown.case = -73; +ellipsis.ss01 = -202; +exclamdown.ss01 = -21; +questiondown.ss01 = -105; +underscore = -202; +parenleft = -18; +braceleft = -49; +ampersand = -51; +sterling = -42; +minus = -58; +lessequal = -8; +asciitilde = -71; +}; +O = { +Dcroat = 11; +Eth = 11; +Hbar = 25; +Lslash = 7; +Tbar = 0; +idieresis = 30; +parenleft.case = 10; +braceright.case = -10; +less = 0; +}; +Zdotaccent.ss01 = { +Hbar = 26; +endash.case = -57; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -21; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -97; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = -53; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_pi" = -31; +"@MMK_R_KO_zero" = -30; +"@MMK_R_KO_one" = -96; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -14; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -29; +"@MMK_R_KO_seven" = -97; +"@MMK_R_KO_eight" = -15; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_sixsuperior" = -111; +"@MMK_R_KO_onesuperior" = -111; +"@MMK_R_KO_foursuperior" = -111; +"@MMK_R_KO_sevensuperior" = -111; +"@MMK_R_KO_ninesuperior" = -111; +"@MMK_R_KO_asterisk" = -111; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_hyphen.case" = -111; +"@MMK_R_KO_endash.case" = -111; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -111; +"@MMK_R_KO_quotesingle" = -100; +"@MMK_R_KO_quotedblleft.ss01" = -111; +"@MMK_R_KO_quotedblright.ss01" = -111; +}; +braceleft = { +p = 0; +x = -11; +parenleft = -9; +braceright = 16; +at = -30; +minus = -66; +logicalnot = -47; +asciicircum = -61; +}; +rcaron = { +I.ss02 = 0; +onesuperior = 0; +twosuperior = 12; +sevensuperior = 0; +parenright = 0; +}; +f_f_i.liga = { +hbar = 8; +idieresis = 8; +jcircumflex = 10; +germandbls = -4; +logicalnot = 4; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -60; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_y" = -53; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -99; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -13; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = -99; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_question" = -83; +"@MMK_R_KO_asterisk" = -138; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -66; +"@MMK_R_KO_endash" = -140; +"@MMK_R_KO_hyphen.case" = -184; +"@MMK_R_KO_endash.case" = -222; +"@MMK_R_KO_quotedblleft" = -222; +"@MMK_R_KO_quotedblright" = -222; +"@MMK_R_KO_quoteleft" = -113; +"@MMK_R_KO_quoteright" = -113; +"@MMK_R_KO_guillemetleft" = -88; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_plus" = -131; +"@MMK_R_KO_percent" = -107; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_n" = -26; +"@MMK_R_KO_j" = 59; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -69; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -70; +"@MMK_R_KO_w" = -66; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_pi" = -59; +"@MMK_R_KO_zero" = -25; +"@MMK_R_KO_one" = -40; +"@MMK_R_KO_two" = -16; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -25; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 14; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -42; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = 17; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_hyphen" = -70; +"@MMK_R_KO_endash" = -70; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -77; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_degree" = -22; +"@MMK_R_KO_plus" = -78; +"@MMK_R_KO_percent" = -8; +}; +logicalnot = { +one = -37; +two = -22; +seven = -49; +nine = 0; +parenright = -60; +parenright.case = -47; +v = -3; +x = -21; +y = -11; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 41; +"@MMK_R_KO_imacron" = 40; +"@MMK_R_KO_itilde" = 48; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 6; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_backslash" = 16; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -34; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 4; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -17; +}; +ydotbelow = { +ecircumflexdotbelow = -14; +period = -29; +comma = 35; +parenright = 43; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_itilde" = 26; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -1; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -18; +}; +idotless = { +T = -26; +}; +acircumflexhookabove.ss05 = { +y = -29; +}; +Iogonek.ss02 = { +iogonek = 2; +j = 33; +j.ss01 = 32; +endash.case = -57; +}; +aogonek = { +j = 2; +j.ss01 = 2; +parenright = -2; +bracketright = 0; +}; +ldot.ss01.ss03 = { +period.ss01 = -111; +comma.ss01 = -111; +}; +Idotbelow = { +j = 16; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 3; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -18; +}; +Tbar = { +A = -49; +Aacute = -42; +T = 0; +Tbar = 7; +a = -27; +a.ss05 = -37; +e = -28; +o = -28; +oslash = -22; +tbar = -18; +period = -59; +comma = -60; +slash = -61; +period.ss01 = -71; +comma.ss01 = -70; +hyphen = -24; +guillemetleft = -25; +guilsinglleft = -24; +}; +itilde = { +exclam.ss01 = 34; +quotedbl = 73; +}; +Idotaccent.ss01 = { +l.ss04 = 17; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_pi" = -9; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -8; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = -16; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 0; +parenright = 14; +quotesingle = 29; +}; +multiply = { +one = -16; +seven.numr = -62; +parenright = -76; +parenright.case = -71; +A = -33; +J = -55; +T = -59; +V = -32; +X = -57; +Y = -67; +p = -13; +}; +Ccircumflex = { +jcircumflex = 20; +}; +q = { +j = 10; +j.ss01 = 10; +comma = 2; +slash = 16; +parenright = 0; +braceright = 0; +bracketright = 0; +}; +tcaron = { +a = -7; +b = 0; +h = 0; +k = 0; +l = 0; +o = -12; +f = 0; +i = 0; +j = 0; +sixsuperior = 84; +onesuperior = 55; +twosuperior = 58; +threesuperior = 59; +fivesuperior = 85; +sevensuperior = 53; +eightsuperior = 91; +ninesuperior = 92; +period = 0; +comma = 0; +colon = 10; +exclam = 92; +question = 63; +exclam.ss01 = 93; +hyphen = -25; +parenright = 94; +bracketright = 104; +quotedblleft = 65; +quotedblright = 129; +quoteleft = 65; +guillemetleft = -29; +guilsinglleft = -27; +quotedbl = 148; +quotesingle = 140; +quotedblleft.ss01 = 62; +quoteleft.ss01 = 62; +quotedblright.ss01 = 82; +}; +uogonek = { +j = 2; +j.ss01 = 2; +parenright = -2; +bracketright = 0; +}; +seven.dnom = { +period = -30; +comma = -31; +question = -91; +period.ss01 = -33; +comma.ss01 = -32; +question.ss01 = -93; +parenright = -55; +parenright.case = -37; +quotedblleft = -72; +quotedblright = -8; +quoteleft = -72; +quoteright = -3; +quotedbl = -91; +quotesingle = -60; +quotedblleft.ss01 = -15; +quoteleft.ss01 = -15; +quotedblright.ss01 = 0; +quoteright.ss01 = 0; +degree = -89; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -41; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -23; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -36; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -23; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_question" = -28; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -54; +"@MMK_R_KO_endash.case" = -62; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -53; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -43; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -44; +"@MMK_R_KO_plus" = -71; +"@MMK_R_KO_percent" = -18; +}; +Igrave.ss02 = { +igrave = 22; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 47; +"@MMK_R_KO_itilde" = 49; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 7; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -16; +}; +Amacron = { +endash.case = -35; +}; +hyphen = { +Dcroat = 6; +Lslash = 8; +Oslash = 13; +x = -47; +l.ss03 = 3; +mu = 0; +zero.numr = -42; +one.numr = -57; +three.numr = -20; +four.numr = -113; +five.numr = -34; +six.numr = -41; +seven.numr = -62; +eight.numr = -25; +nine.numr = -34; +threesuperior = -33; +fivesuperior = -41; +eightsuperior = -35; +colon = -35; +semicolon = -36; +questiondown = -69; +question.ss01 = -94; +questiondown.ss01 = -69; +parenleft = 7; +braceright = -54; +quotesinglbase = -34; +quotedblbase = -34; +quotedblbase.ss01 = -2; +quoteleft.ss01 = -27; +quoteright.ss01 = 0; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -26; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -69; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = -53; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = -39; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_braceright" = -56; +"@MMK_R_KO_bracketright" = -73; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -31; +"@MMK_R_KO_quotesingle" = -39; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -77; +"@MMK_R_KO_asciicircum" = -47; +}; +l = { +Hbar = 32; +l = 0; +hbar = 8; +igrave = 8; +ibreve = 8; +icaron = 8; +idieresis = 8; +jcircumflex = 10; +periodcentered.loclCAT = 14; +at = 0; +notequal = 0; +logicalnot = 4; +}; +registered = { +period = -106; +comma = -113; +slash = -72; +period.ss01 = -111; +comma.ss01 = -111; +parenright = -65; +parenright.case = -63; +trademark = -38; +}; +quotedblright.ss01 = { +icircumflex = 25; +g.ss06 = -39; +mu = -30; +questiondown.case = -79; +ellipsis.ss01 = -226; +questiondown.ss01 = -101; +asciitilde = -76; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -29; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -95; +"@MMK_R_KO_two" = -51; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -105; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = -6; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -72; +"@MMK_R_KO_foursuperior" = -97; +"@MMK_R_KO_sevensuperior" = -79; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -106; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_question" = -82; +"@MMK_R_KO_slash" = -25; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_quotedblleft" = -53; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -53; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -46; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -60; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 50; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = -31; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -33; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = -23; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 2; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -95; +"@MMK_R_KO_comma" = -96; +"@MMK_R_KO_colon" = -17; +"@MMK_R_KO_semicolon" = -18; +"@MMK_R_KO_ellipsis" = -95; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -55; +"@MMK_R_KO_backslash" = 7; +"@MMK_R_KO_period.ss01" = -101; +"@MMK_R_KO_comma.ss01" = -100; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -83; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_braceright" = 8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 6; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -37; +}; +published = { +parenright = -68; +parenright.case = -61; +}; +emdash.case = { +one.numr = -36; +seven.numr = -39; +question.ss01 = -87; +quotedblbase = -222; +quotedblbase.ss01 = -226; +quoteright.ss01 = 0; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = -7; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -7; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 13; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_degree" = -20; +"@MMK_R_KO_plus" = -8; +"@MMK_R_KO_percent" = -2; +}; +Atilde = { +ordfeminine = -57; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; +}; +quotesingle = { +Hbar = 46; +eacute = -28; +hbar = 25; +igrave = 45; +icaron = 61; +icircumflex = 65; +idieresis = 78; +imacron = 48; +itilde = 84; +jcircumflex = 65; +idieresis.ss01 = 77; +g.ss06 = -30; +mu = -16; +exclamdown = -16; +questiondown = -99; +backslash = 19; +questiondown.case = -69; +questiondown.ss01 = -99; +underscore = -100; +ampersand = -45; +lessequal = -2; +asciitilde = -63; +}; +exclam = { +exclam = 3; +parenright = 0; +guillemetleft = -26; +guillemetright = 0; +}; +Imacron.ss02 = { +endash.case = -57; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -20; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -50; +"@MMK_R_KO_asciicircum" = -9; +}; +imacron = { +ncommaaccent = 0; +lcommaaccent = 0; +three = 5; +exclam.ss01 = 31; +quotedbl = 40; +}; +three = { +icircumflex = 27; +braceright = -6; +bracketright.case = -13; +trademark = -30; +}; +radical = { +four = -45; +seven = 2; +hyphen = -48; +A = -60; +J = -34; +J.ss10 = -66; +a = -35; +d = -34; +a.ss05 = -42; +c = -37; +g = -33; +s = -32; +l.ss04 = 12; +g.ss06 = -34; +}; +quotesinglbase = { +Iogonek = 0; +oslash = -17; +p = -2; +jcircumflex = 13; +germandbls = -51; +numbersign = -48; +parenleft.case = -30; +at = -29; +copyright = -74; +published = -68; +dollar = -22; +euro = -58; +minus = -113; +equal = -82; +approxequal = -51; +}; +germandbls = { +a = 3; +d = 3; +a.ss05 = 2; +e = 2; +f = -13; +g = 2; +i = 7; +s = -3; +t = -10; +v = -11; +w = -9; +g.ss06 = 0; +t_i.liga = -10; +t_t.liga = -10; +period.ss01 = -18; +comma.ss01 = -17; +hyphen = 7; +parenright = -34; +bracketright = -33; +quotedblleft = -15; +quotesingle = -16; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_quoteright.ss01" = 10; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -100; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_y" = -47; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -98; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -13; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = -98; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_question" = -80; +"@MMK_R_KO_asterisk" = -113; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -66; +"@MMK_R_KO_hyphen.case" = -113; +"@MMK_R_KO_quotedblleft" = -113; +"@MMK_R_KO_quoteleft" = -113; +"@MMK_R_KO_quoteright" = -113; +"@MMK_R_KO_guillemetleft" = -88; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_plus" = -113; +"@MMK_R_KO_percent" = -107; +}; +Odieresis = { +Eth = 3; +Germandbls = -5; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = -8; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -26; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_endash.case" = -22; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_parenright.case" = -52; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = -45; +"@MMK_R_KO_percent" = -3; +}; +e = { +idieresis = 8; +germandbls = -14; +gbreve.ss06 = 15; +seven = -38; +emdash = 3; +registered = -17; +logicalnot = 2; +asciitilde = -10; +}; +Oacute = { +Eth = 3; +Lslash = 0; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -42; +"@MMK_R_KO_period.ss01" = 3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = -32; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -32; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_twosuperior" = -33; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -40; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = -24; +}; +Germandbls = { +B = 0; +E = 0; +I = 0; +L = 0; +S = 0; +T = -11; +Z = 0; +a = 0; +foursuperior = -32; +hyphen = 7; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = -7; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +six.dnom = { +question = -76; +question.ss01 = -84; +parenright = -33; +quotedblleft = -100; +quotedblright = -89; +quoteleft = -84; +quoteright = -61; +quotedbl = -96; +quotesingle = -87; +quotedblleft.ss01 = -51; +quoteleft.ss01 = -47; +quotedblright.ss01 = -48; +quoteright.ss01 = -48; +degree = -113; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -19; +}; +less = { +two = -2; +three = 0; +parenright = -24; +less = -19; +S = 2; +}; +Acircumflex = { +six = -25; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -113; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_pi" = 2; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 14; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = 15; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_sevensuperior" = 4; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -106; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_ellipsis" = -113; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_hyphen" = -97; +"@MMK_R_KO_endash" = -46; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -24; +"@MMK_R_KO_percent" = 12; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_J" = -50; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -169; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_a.ss05" = -52; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_t_t.liga" = -7; +}; +ellipsis.ss01 = { +Dcroat = -26; +Tbar = -60; +tbar = -28; +twosuperior = -151; +threesuperior = -155; +fivesuperior = -156; +eightsuperior = -153; +question.ss01 = -91; +parenleft = -20; +braceright = -34; +parenleft.case = -30; +quoteleft.ss01 = -111; +quoteright.ss01 = -111; +}; +u = { +l = 0; +idieresis = 8; +s = 0; +germandbls = -4; +logicalnot = 4; +}; +colon.ss01 = { +T = -39; +V = -24; +Y = -52; +zero = -10; +one = -16; +three = -11; +four = -17; +onesuperior = -53; +sevensuperior = -69; +emdash = -29; +parenright = -32; +braceright = -15; +bracketright = -32; +}; +ocircumflexacute = { +sevensuperior = 0; +parenright = 14; +bracketright = 43; +quotedbl = 0; +quotesingle = 0; +}; +egrave = { +T = -57; +}; +Jcircumflex = { +jcircumflex = 35; +parenright = 0; +bracketright = 0; +parenright.case = 6; +bracketright.case = 0; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 30; +"@MMK_R_KO_itilde" = 36; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = -8; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = -39; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -32; +"@MMK_R_KO_asciicircum" = -23; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -44; +"@MMK_R_KO_I.ss02" = -45; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_t_t.liga" = -2; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_y" = -68; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -24; +"@MMK_R_KO_one" = -89; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_sixsuperior" = -106; +"@MMK_R_KO_onesuperior" = -106; +"@MMK_R_KO_foursuperior" = -106; +"@MMK_R_KO_sevensuperior" = -106; +"@MMK_R_KO_ninesuperior" = -106; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -69; +"@MMK_R_KO_asterisk" = -106; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_hyphen" = -41; +"@MMK_R_KO_endash" = -106; +"@MMK_R_KO_hyphen.case" = -106; +"@MMK_R_KO_endash.case" = -106; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_quotedblleft" = -106; +"@MMK_R_KO_quotedblright" = -106; +"@MMK_R_KO_quoteleft" = -106; +"@MMK_R_KO_quoteright" = -106; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -106; +"@MMK_R_KO_quotesingle" = -100; +}; +udieresis = { +germandbls = -12; +}; +E = { +Hbar = 28; +igrave = 31; +idieresis = 61; +jcircumflex = 46; +germandbls = -18; +idieresis.ss01 = 65; +zero = -7; +two = 0; +six = -8; +seven = 0; +numbersign = -17; +registered = -16; +multiply = -38; +logicalnot = 0; +asciitilde = -27; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -48; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -41; +"@MMK_R_KO_S" = -33; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = -39; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = -24; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -39; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 45; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -33; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -52; +"@MMK_R_KO_one" = -84; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -43; +"@MMK_R_KO_four" = -136; +"@MMK_R_KO_five" = -38; +"@MMK_R_KO_six" = -52; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -40; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -138; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 22; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblright" = -209; +"@MMK_R_KO_quotedbl" = -202; +"@MMK_R_KO_quotesingle" = -100; +"@MMK_R_KO_quotedblright.ss01" = -209; +}; +Lcaron = { +A = 0; +B = 42; +M = 42; +N = 42; +K = 42; +C = 0; +O = 0; +G = 0; +Ccaron = 0; +Ocircumflex = 0; +J = 2; +S = 13; +Scaron = 21; +T = 42; +U = 44; +Uacute = 52; +V = 35; +W = 38; +Zcaron = 52; +I.ss02 = 54; +a = -17; +u = -15; +v = -26; +w = -19; +sixsuperior = 41; +onesuperior = 0; +twosuperior = 6; +threesuperior = 5; +foursuperior = -11; +fivesuperior = 39; +sevensuperior = 12; +eightsuperior = 28; +ninesuperior = 47; +period = 8; +comma = 7; +question = 4; +question.ss01 = 2; +hyphen = -32; +hyphen.case = -89; +parenright = 31; +quotedblleft = 10; +quoteleft = 10; +guillemetleft = -70; +guilsinglleft = -64; +quotedbl = 68; +quotesingle = 60; +quotedblleft.ss01 = 18; +quoteleft.ss01 = 18; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -34; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -39; +"@MMK_R_KO_comma" = -40; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -53; +"@MMK_R_KO_backslash" = -15; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -44; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_braceright" = -54; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -9; +}; +Udieresis.ss01 = { +b = -3; +}; +twosuperior = { +A = -41; +fraction = 0; +period = -106; +comma = -113; +slash = -71; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -14; +parenright = -5; +parenright.case = -5; +}; +period = { +g.ss06 = 3; +ordfeminine = -106; +ordmasculine = -106; +twosuperior = -106; +threesuperior = -106; +fivesuperior = -106; +eightsuperior = -106; +parenleft = -2; +braceright = -33; +parenleft.case = -17; +}; +uhorntilde = { +a = -30; +a.ss05 = -34; +n = -17; +u = -15; +period = -32; +comma = -33; +ellipsis = -41; +question = 0; +period.ss01 = -45; +ellipsis.ss01 = -39; +comma.ss01 = -44; +parenright = -41; +quotedblright = -3; +quotedbl = 0; +}; +nine = { +ordmasculine = -14; +underscore = -53; +braceright = -18; +braceright.case = -14; +bracketright.case = -21; +trademark = -44; +asciicircum = -17; +}; +T = { +Hbar = 30; +Lslash = -10; +Oslash = -11; +Tbar = 11; +aacute = -44; +agrave = -33; +adotbelow = -44; +adotbelow.ss01 = -44; +aogonek = -44; +adieresis = -18; +ahookabove = -44; +ae = -58; +a.ss05 = -58; +aacute.ss05 = -48; +aogonek.ss05 = -51; +adotbelow.ss05 = -51; +cacute = -48; +ccedilla = -48; +eacute = -48; +edotaccent = -48; +eogonek = -48; +edotbelow = -48; +edotbelow.ss01 = -48; +edotaccent.ss01 = -47; +egrave = -27; +ecaron = -23; +ehookabove = -48; +oacute = -48; +ohookabove = -48; +ograve = -28; +ocircumflexhookabove = -28; +ohungarumlaut = -36; +odotbelow = -48; +ohorngrave = -28; +ohornacute = -48; +odotbelow.ss01 = -48; +oslash = -48; +gbreve = -31; +i.ss01 = 0; +idotaccent.ss01 = 0; +iacute = -17; +igrave = 0; +rcaron = 0; +ihookabove = -11; +idotless = -28; +ibreve = 0; +icaron = 0; +idieresis = 47; +racute = -23; +scaron = -19; +scircumflex = -17; +uacute = -22; +uhorndotbelow = -22; +uhorndotbelow.ss01 = -22; +ugrave = -18; +udotbelow = -22; +uogonek = -22; +uhorngrave = -18; +uhornacute = -22; +udotbelow.ss01 = -22; +uhornhookabove = -22; +ygrave = -20; +ycircumflex = -13; +yhookabove = -32; +zcaron = 0; +idieresis.ss01 = 49; +zero = -21; +six = -22; +seven = 0; +zeroinferior = -62; +twoinferior = -64; +numbersign = -29; +endash.case = -65; +parenleft.case = -20; +guilsinglleft = -64; +guilsinglright = -33; +at = -38; +ampersand = -43; +registered = -19; +plus = -66; +minus = -68; +multiply = -65; +divide = -66; +equal = -30; +less = -63; +greaterequal = 0; +plusminus = -61; +approxequal = -49; +logicalnot = -53; +asciitilde = -75; +}; +quotesinglbase.ss01 = { +Dcroat = -26; +T = -66; +Tcaron = -59; +V = -68; +W = -57; +Y = -102; +oslash = -17; +germandbls = -56; +numbersign = -44; +question.ss01 = -91; +parenleft.case = -30; +quoteright.ss01 = -111; +at = -23; +copyright = -62; +published = -57; +euro = -52; +minus = -111; +equal = -41; +approxequal = -34; +}; +Q = { +Dcroat = -5; +two = 0; +seven = -21; +registered = -19; +}; +quoteright = { +Hbar = 37; +a.ss05 = -69; +eacute = -57; +hbar = 13; +igrave = 14; +icircumflex = 50; +idieresis = 66; +imacron = 39; +itilde = 72; +jcircumflex = 50; +scaron = -35; +x = -24; +g.ss06 = -55; +gdotaccent.ss06 = -50; +mu = -27; +questiondown = -111; +questiondown.case = -78; +quotedblbase = -113; +euro = -39; +asciitilde = -92; +}; +minus = { +one = -60; +two = -91; +three = -96; +seven = -71; +one.numr = -53; +seven.numr = -58; +period = -106; +comma = -113; +period.ss01 = -111; +comma.ss01 = -111; +parenright = -76; +parenright.case = -71; +quotedblleft = -32; +quotedblright = 0; +quoteleft = -32; +quoteright = 0; +guillemetright = -46; +quotedbl = -40; +quotesingle = -46; +quotedblleft.ss01 = -19; +quoteleft.ss01 = -19; +quotedblright.ss01 = 0; +quoteright.ss01 = 0; +tenge = -22; +yen = -43; +x = -37; +}; +ldot.ss04 = { +a = 7; +e = 7; +period = -106; +comma = -113; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -29; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_two" = -19; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -29; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = -6; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_degree" = -46; +"@MMK_R_KO_plus" = -17; +"@MMK_R_KO_percent" = -30; +}; +acircumflexacute.ss05 = { +t = -14; +y = -29; +t_i.liga = -14; +t_t.liga = -14; +question = -27; +question.ss01 = -36; +}; +p = { +seven = -33; +registered = -16; +}; +idotaccent = { +T = -17; +idieresis = 0; +parenright = -12; +}; +summation = { +n = -18; +}; +eth = { +a = 8; +d = 8; +aacute = 15; +e = 8; +o = 8; +eth = 2; +odieresis = 15; +f = -3; +f_f.liga = -3; +f_f_i.liga = -3; +fi = -3; +f_y.liga = -3; +fl = 0; +g = 8; +i = 8; +j = 8; +s = 0; +t = -2; +u = 4; +v = -7; +y = -14; +t_i.liga = -2; +t_t.liga = -2; +period = -12; +comma = -12; +period.ss01 = -20; +comma.ss01 = -20; +hyphen = 9; +parenright = -16; +bracketright = -4; +quotedblleft = 0; +quoteleft = 0; +quotedbl = 0; +}; +igrave = { +parenright = -25; +}; +three.numr = { +fraction = -14; +}; +Aring = { +endash.case = -35; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -18; +}; +lcommaaccent = { +j = 2; +}; +quoteright.ss01 = { +igrave = 12; +icircumflex = 25; +imacron = 29; +itilde = 32; +jcircumflex = 25; +idieresis.ss01 = 38; +g.ss06 = -39; +gdotaccent.ss01.ss06 = -34; +mu = -30; +questiondown.case = -79; +questiondown.ss01 = -101; +quotedblbase.ss01 = -111; +asciitilde = -76; +}; +backslash = { +p = 10; +g.ss06 = 19; +backslash = -103; +underscore = 0; +quoteright.ss01 = -65; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_sixsuperior" = 19; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = 22; +"@MMK_R_KO_threesuperior" = 21; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 24; +"@MMK_R_KO_sevensuperior" = 27; +"@MMK_R_KO_eightsuperior" = 23; +"@MMK_R_KO_ninesuperior" = 22; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_slash" = -32; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 34; +"@MMK_R_KO_bracketright" = 42; +"@MMK_R_KO_parenright.case" = 34; +"@MMK_R_KO_bracketright.case" = 51; +"@MMK_R_KO_quotedblright" = 27; +"@MMK_R_KO_quoteright" = 26; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 36; +"@MMK_R_KO_quotesingle" = 28; +"@MMK_R_KO_quotedblright.ss01" = 26; +"@MMK_R_KO_quoteright.ss01" = 26; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 16; +"@MMK_R_KO_threesuperior" = 14; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = 15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 16; +"@MMK_R_KO_ninesuperior" = 15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 5; +"@MMK_R_KO_braceright" = 42; +"@MMK_R_KO_bracketright" = 42; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 37; +"@MMK_R_KO_quotesingle" = 29; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 21; +"@MMK_R_KO_quoteright.ss01" = 21; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -22; +}; +parenright.case = { +T = -18; +V = -16; +Y = -33; +Yacute = -28; +period = -17; +comma = -18; +slash = -33; +period.ss01 = -24; +comma.ss01 = -23; +hyphen.case = 15; +emdash.case = 16; +parenleft.case = 7; +parenright.case = -30; +braceright.case = -3; +bracketright.case = -3; +quotedbl = 0; +}; +degree = { +zero = -20; +three = -15; +four = -71; +five = -19; +six = -21; +period = -106; +comma = -113; +slash = -94; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -144; +emdash = -148; +endash = -129; +hyphen.case = -33; +emdash.case = -33; +parenright = -53; +bracketright = -25; +parenright.case = -45; +bracketright.case = -25; +g.ss06 = -42; +}; +H = { +H = 0; +Hbar = 30; +igrave = 25; +ibreve = 30; +idieresis = 53; +jcircumflex = 39; +x = 0; +idieresis.ss01 = 56; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -6; +greaterequal = 33; +lessequal = 19; +Y = -12; +n = 7; +}; +mu = { +mu = 0; +pi = 2; +one = -16; +onesuperior = -51; +twosuperior = -11; +sevensuperior = -63; +period.ss01 = -10; +comma.ss01 = -9; +hyphen = 0; +parenright = -32; +braceright = -15; +bracketright = -26; +quotedblleft = 0; +quotedblright = 0; +quoteleft = 0; +quoteright = 0; +quotedbl = -11; +quotesingle = -16; +trademark = -56; +asciicircum = -18; +}; +questiondown = { +p = 0; +questiondown = 0; +}; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 6; +Ntilde = 6; +Idieresis = 6; +Dcroat = -8; +Eth = -8; +Lslash = -6; +Tbar = -32; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 0; +jcircumflex = 10; +germandbls = -31; +tbar = -13; +gbreve.ss06 = 6; +ordfeminine = -52; +ordmasculine = -53; +zero = -20; +two = -3; +three = -8; +five = -9; +six = -20; +seven = -44; +eight = -6; +nine = -15; +numbersign = -15; +endash.case = -27; +parenleft.case = -17; +quotedblleft.ss01 = -40; +at = -15; +ampersand = -8; +registered = -43; +dollar = -13; +plus = -39; +minus = -39; +multiply = -36; +divide = -39; +equal = -19; +notequal = -18; +less = -28; +approxequal = -22; +logicalnot = -24; +asciitilde = -40; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 37; +"@MMK_R_KO_imacron" = 43; +"@MMK_R_KO_itilde" = 45; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -54; +"@MMK_R_KO_parenleft" = -20; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -57; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_endash.case" = -13; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = -26; +"@MMK_R_KO_percent" = 0; +}; +ohornacute = { +c = -8; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +p = 0; +t = 0; +u = 0; +t_i.liga = 0; +t_i.liga.ss01 = 0; +t_t.liga = 0; +parenright = -28; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = -25; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 13; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = 14; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 9; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = 16; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -54; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_backslash" = -10; +"@MMK_R_KO_period.ss01" = -57; +"@MMK_R_KO_comma.ss01" = -56; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -43; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -18; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 7; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = 0; +}; +Ycircumflex = { +a.ss05 = -79; +}; +Ograve = { +Lslash = 0; +}; +Hbar = { +Hbar = 52; +Idieresis.ss01 = 21; +exclam.ss01 = 22; +}; +Y = { +Eth = -16; +Lslash = -17; +Oslash = -29; +aacute = -64; +a.ss05 = -74; +aacute.ss05 = -70; +aogonek.ss05 = -70; +eth = -71; +ccedilla = -67; +eacute = -67; +edotbelow = -67; +edotbelow.ss01 = -67; +egrave = -34; +ecircumflexacute = -43; +oacute = -67; +odotbelow = -67; +odotbelow.ss01 = -67; +oslash = -67; +iacute = -30; +ntilde = -29; +ncaron = -34; +igrave = 0; +idieresis = 28; +scaron = -21; +zcaron = 0; +idieresis.ss01 = 26; +zero = -42; +two = -23; +three = -28; +six = -43; +seven = 0; +eight = -24; +nine = -25; +twoinferior = -91; +numbersign = -38; +ellipsis.ss01 = -92; +endash.case = -66; +parenleft.case = -33; +at = -60; +ampersand = -67; +registered = -37; +plus = -80; +minus = -80; +multiply = -70; +equal = -47; +notequal = -44; +less = -68; +lessequal = -38; +logicalnot = -59; +asciitilde = -88; +}; +acircumflexacute = { +sevensuperior = 0; +parenright = 19; +}; +odieresis.ss01 = { +germandbls = -20; +}; +foursuperior = { +A = -48; +period = -106; +comma = -113; +slash = -78; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -49; +}; +eight = { +icircumflex = 28; +braceright = -4; +bracketright.case = -12; +trademark = -30; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 25; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 22; +"@MMK_R_KO_a.ss05" = 22; +"@MMK_R_KO_l" = 16; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 24; +"@MMK_R_KO_f" = 19; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 24; +"@MMK_R_KO_n" = 16; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 24; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 19; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 24; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss03" = 15; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 19; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 11; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = 7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = 1; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = 16; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 12; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_guillemetleft" = 15; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 19; +"@MMK_R_KO_quoteright.ss01" = 19; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -53; +"@MMK_R_KO_H" = 19; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 31; +"@MMK_R_KO_V" = 17; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -80; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -31; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = -23; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -11; +"@MMK_R_KO_zero" = -19; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = 12; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -91; +"@MMK_R_KO_comma" = -92; +"@MMK_R_KO_ellipsis" = -92; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -95; +"@MMK_R_KO_period.ss01" = -93; +"@MMK_R_KO_comma.ss01" = -92; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_endash.case" = -21; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 9; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 23; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = 32; +"@MMK_R_KO_quotesingle" = 24; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_plus" = -43; +"@MMK_R_KO_percent" = 0; +}; +w = { +ampersand = -19; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -45; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -3; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -113; +"@MMK_R_KO_a" = -56; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -59; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -54; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -53; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -77; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -106; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_ellipsis" = -113; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -99; +"@MMK_R_KO_hyphen" = -113; +"@MMK_R_KO_endash" = -113; +"@MMK_R_KO_hyphen.case" = -43; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -88; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_plus" = -80; +}; +jacute = { +hbar = 0; +idieresis = 0; +iogonek = 0; +j = 2; +j.ss01 = 2; +jcircumflex = 3; +seven = 2; +comma = 0; +slash = 3; +parenright = 6; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 47; +"@MMK_R_KO_imacron" = 51; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 7; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -39; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 4; +"@MMK_R_KO_bracketright" = 4; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -52; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -38; +}; +gcaron.ss06 = { +gcaron.ss06 = -3; +}; +Ntilde = { +A = -5; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -3; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -10; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = -27; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -22; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -18; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -12; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +}; +guillemetleft = { +Dcroat = -18; +T = -31; +mu = -4; +twosuperior = -39; +braceright = -63; +minus = -46; +logicalnot = -27; +asciitilde = -65; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -21; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -43; +"@MMK_R_KO_asterisk" = -57; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = -46; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -49; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -43; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -54; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -41; +}; +icircumflex = { +two = 14; +exclam.ss01 = 27; +parenright = 0; +}; +ihookabove = { +n = -6; +}; +guilsinglleft = { +twosuperior = -39; +braceright = -55; +logicalnot = -27; +asciitilde = -65; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = -50; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -72; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = -67; +"@MMK_R_KO_I.ss02" = -54; +"@MMK_R_KO_J.ss10" = -130; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_t_t.liga" = -15; +}; +Uhornacute = { +exclam.ss01 = 8; +}; +ocircumflexhookabove = { +parenright = 19; +bracketright = 29; +quotedblright = 7; +quotedbl = 0; +quotesingle = 0; +quotedblright.ss01 = 11; +}; +plusminus = { +one = -27; +parenright = -52; +}; +question = { +exclam = 0; +questiondown = -82; +questiondown.case = -74; +bracketright.case = -21; +}; +ordmasculine = { +period = -106; +comma = -113; +slash = -82; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -94; +parenright = -17; +parenright.case = -16; +}; +slash = { +Hbar = 40; +Oslash = 0; +hbar = 30; +ntilde = -2; +ncommaaccent = -14; +igrave = 24; +ibreve = 40; +icircumflex = 36; +idieresis = 61; +imacron = 44; +itilde = 55; +jcircumflex = 37; +rcommaaccent = -20; +scaron = 0; +scircumflex = -10; +x = -28; +idieresis.ss01 = 68; +g.ss06 = -42; +gcommaaccent.ss06 = -34; +gdotaccent.ss06 = -34; +gdotaccent.ss01.ss06 = -34; +mu = -20; +oneinferior = -62; +fourinferior = -80; +eightinferior = -63; +backslash = 23; +ellipsis.ss01 = -90; +underscore = -88; +parenleft = -20; +quotesinglbase = -86; +quotedblbase = -86; +quotedblbase.ss01 = -84; +literSign = -44; +cent = -25; +euro = -28; +sterling = -43; +minus = -47; +asciicircum = -23; +infinity = -32; +integral = -54; +radical = -18; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 13; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_sixsuperior" = 22; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = 17; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 22; +"@MMK_R_KO_ninesuperior" = 23; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 13; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteright" = 23; +"@MMK_R_KO_quotedbl" = 36; +"@MMK_R_KO_quotesingle" = 28; +"@MMK_R_KO_quotedblright.ss01" = 16; +"@MMK_R_KO_quoteright.ss01" = 16; +}; +M = { +Hbar = 30; +hbar = 20; +igrave = 25; +ibreve = 30; +icaron = 33; +idieresis = 53; +idieresis.ss01 = 56; +}; +i = { +hbar = 0; +ntilde = 0; +idieresis = 0; +j = 2; +jcircumflex = 2; +s = -5; +germandbls = -12; +slash = -5; +parenright = -12; +braceright = 0; +bracketright = -13; +logicalnot = -2; +}; +macute = { +quotesingle = -35; +}; +greaterequal = { +one = 0; +three = 0; +seven = 0; +parenright = -9; +T = -30; +}; +eogonek = { +parenright = -41; +}; +fiveinferior = { +T = -58; +W = -37; +parenright = -28; +}; +tcedilla = { +comma = 12; +parenright = 8; +bracketright = 23; +}; +eightsuperior = { +A = -46; +fraction = -14; +period = -106; +comma = -113; +slash = -76; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -45; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -51; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -165; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = -19; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_two" = -7; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -92; +"@MMK_R_KO_period.ss01" = -111; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_hyphen" = -106; +"@MMK_R_KO_endash" = -124; +"@MMK_R_KO_hyphen.case" = -28; +"@MMK_R_KO_endash.case" = -25; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -50; +"@MMK_R_KO_percent" = -7; +}; +ordfeminine = { +period = -106; +comma = -113; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -35; +parenright = -3; +}; +Edotaccent = { +scaron = 5; +}; +Oslash = { +Eth = 3; +T = -17; +Tcaron = -12; +V = -14; +Y = -25; +l.ss04 = 5; +sevensuperior = -14; +parenright = -11; +bracketright = -13; +parenright.case = -3; +bracketright.case = -12; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -54; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -49; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_itilde" = 21; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -59; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_x" = -35; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = -31; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = -51; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -54; +"@MMK_R_KO_colon" = -24; +"@MMK_R_KO_semicolon" = -25; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_backslash" = 9; +"@MMK_R_KO_period.ss01" = -64; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -65; +"@MMK_R_KO_underscore" = -47; +"@MMK_R_KO_hyphen.case" = -57; +"@MMK_R_KO_parenleft" = -22; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_braceright" = 8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = -69; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 6; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -35; +}; +seven.numr = { +fraction = -37; +}; +at = { +underscore = -57; +parenright = -40; +bracketright = -39; +parenright.case = -36; +bracketright.case = -39; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -38; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -43; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -32; +}; +F = { +Hbar = 30; +adieresis.ss05 = -15; +i.ss01 = 0; +iacute = -6; +igrave = 30; +idieresis = 59; +zcaron = 0; +idieresis.ss01 = 61; +three = -7; +seven = 0; +twoinferior = -21; +threeinferior = -23; +fourinferior = -57; +fiveinferior = -26; +sixinferior = -28; +eightinferior = -24; +numbersign = -17; +ellipsis.ss01 = -96; +ampersand = -22; +multiply = -33; +}; +nineinferior = { +parenright = -35; +}; +parenright = { +icircumflex = 16; +parenleft = 8; +braceright = -9; +asciicircum = -18; +}; +fivesuperior = { +A = -47; +fraction = -19; +period = -106; +comma = -113; +slash = -76; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -59; +guillemetleft = -33; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -17; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = -21; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -97; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -50; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_y" = -57; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = -15; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_pi" = -37; +"@MMK_R_KO_zero" = -34; +"@MMK_R_KO_one" = -100; +"@MMK_R_KO_two" = -16; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -34; +"@MMK_R_KO_seven" = -102; +"@MMK_R_KO_eight" = -20; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_sixsuperior" = -161; +"@MMK_R_KO_onesuperior" = -123; +"@MMK_R_KO_foursuperior" = -167; +"@MMK_R_KO_sevensuperior" = -157; +"@MMK_R_KO_ninesuperior" = -161; +"@MMK_R_KO_asterisk" = -138; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -144; +"@MMK_R_KO_hyphen.case" = -247; +"@MMK_R_KO_endash.case" = -237; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -202; +"@MMK_R_KO_quotesingle" = -100; +"@MMK_R_KO_quotedblleft.ss01" = -226; +"@MMK_R_KO_quotedblright.ss01" = -226; +}; +lcaron = { +l = 14; +ncaron = 2; +lcaron = 22; +scaron = 0; +exclam.ss01 = 115; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -70; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -57; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_bracketright.case" = -56; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -16; +}; +z = { +logicalnot = 0; +}; +Eogonek = { +comma = 5; +parenright = 0; +}; +G = { +Eth = 6; +Hbar = 30; +Lslash = 7; +Oslash = 17; +hbar = 18; +idieresis = 36; +jcircumflex = 30; +eight = 7; +braceright.case = -2; +}; +eightinferior = { +parenright = -27; +}; +comma = { +twosuperior = -113; +threesuperior = -113; +fivesuperior = -113; +eightsuperior = -113; +}; +pi = { +pi = 2; +onesuperior = -47; +sevensuperior = -60; +period = 0; +comma = 0; +colon = 9; +slash = 0; +hyphen = -18; +parenright = -51; +braceright = -25; +bracketright = -22; +quoteright = 2; +quotesingle = -9; +trademark = -49; +}; +iacute = { +a = -4; +c = -5; +ntilde = 0; +m = -6; +n = -6; +p = -6; +s = -5; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 106; +"@MMK_R_KO_onesuperior" = 72; +"@MMK_R_KO_twosuperior" = 85; +"@MMK_R_KO_threesuperior" = 87; +"@MMK_R_KO_foursuperior" = 71; +"@MMK_R_KO_fivesuperior" = 106; +"@MMK_R_KO_sevensuperior" = 67; +"@MMK_R_KO_eightsuperior" = 105; +"@MMK_R_KO_ninesuperior" = 106; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_exclam" = 115; +"@MMK_R_KO_question" = 91; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 71; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_parenright" = 122; +"@MMK_R_KO_bracketright" = 131; +"@MMK_R_KO_quotedblleft" = 99; +"@MMK_R_KO_quoteleft" = 99; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 183; +"@MMK_R_KO_quotesingle" = 175; +"@MMK_R_KO_quotedblleft.ss01" = 75; +}; +Dcroat = { +Dcroat = 12; +Itilde = 7; +}; +jcircumflex = { +E = 24; +U = 28; +k = -4; +l = -4; +i = 0; +j = 2; +jcircumflex = 4; +two = 14; +bracketright = 17; +quotedblleft = 15; +quotedblright = 53; +quoteleft = 15; +quoteright = 53; +quotedbl = 57; +quotesingle = 49; +quotedblright.ss01 = 31; +quoteright.ss01 = 31; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 45; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 4; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 2; +"@MMK_R_KO_bracketright" = 2; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 3; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 17; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -30; +}; +gbreve.ss06 = { +gbreve.ss06 = -3; +}; +R = { +Hbar = 31; +Oslash = 9; +hbar = 23; +idieresis = 43; +jcircumflex = 33; +idieresis.ss01 = 42; +two = 9; +three = 3; +eight = 4; +nine = 7; +greater = 0; +logicalnot = -11; +}; +idieresis.ss01 = { +Idieresis.ss01 = 49; +exclam.ss01 = 46; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -79; +question.ss01 = -90; +parenright = -27; +quotedblleft = -85; +quotedblright = -17; +quoteleft = -63; +quoteright = -12; +quotedbl = -68; +quotesingle = -68; +quotedblleft.ss01 = -32; +quoteleft.ss01 = -32; +quotedblright.ss01 = -11; +quoteright.ss01 = -11; +degree = -87; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -53; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -70; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -64; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -59; +"@MMK_R_KO_comma" = -60; +"@MMK_R_KO_colon" = -27; +"@MMK_R_KO_semicolon" = -28; +"@MMK_R_KO_ellipsis" = -65; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_slash" = -55; +"@MMK_R_KO_period.ss01" = -71; +"@MMK_R_KO_comma.ss01" = -64; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -70; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 8; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -87; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_pi" = -9; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -95; +"@MMK_R_KO_two" = -39; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -106; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_sixsuperior" = -52; +"@MMK_R_KO_onesuperior" = -88; +"@MMK_R_KO_foursuperior" = -120; +"@MMK_R_KO_sevensuperior" = -94; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_question" = -82; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_quotedblleft" = -140; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -113; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -156; +"@MMK_R_KO_quotesingle" = -100; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -35; +"@MMK_R_KO_Z" = -25; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -12; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -48; +"@MMK_R_KO_comma" = -50; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -55; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = -51; +"@MMK_R_KO_comma.ss01" = -47; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_underscore" = -44; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -46; +"@MMK_R_KO_asciicircum" = -10; +}; +Tcedilla = { +aacute = -51; +acircumflex.ss05 = -39; +amacron.ss05 = -42; +abreve.ss05 = -48; +endash.case = -70; +}; +Yacute = { +Eth = -21; +Oslash = -36; +a.ss05 = -79; +ellipsis.ss01 = -97; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_itilde" = 24; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_bracketright.case" = -24; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 6; +}; +greater = { +parenright = -68; +bracketright = -75; +parenright.case = -65; +bracketright.case = -76; +greater = -19; +}; +ecircumflexacute = { +onesuperior = 0; +sevensuperior = 0; +parenright = 20; +bracketright = 49; +quotedbl = 0; +quotesingle = 0; +}; +Uhorn = { +exclam.ss01 = 8; +}; +Rcommaaccent = { +parenright = -22; +}; +question.ss01 = { +questiondown.case = -73; +questiondown.ss01 = -82; +}; +onesuperior = { +A = -48; +fraction = 0; +period = -106; +comma = -113; +slash = -74; +period.ss01 = -111; +comma.ss01 = -111; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_Oacute" = -56; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -46; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = -50; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -62; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -99; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -51; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 28; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -46; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -63; +"@MMK_R_KO_w" = -46; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_zero" = -67; +"@MMK_R_KO_one" = -83; +"@MMK_R_KO_two" = -6; +"@MMK_R_KO_three" = -47; +"@MMK_R_KO_four" = -87; +"@MMK_R_KO_five" = -50; +"@MMK_R_KO_six" = -67; +"@MMK_R_KO_seven" = -81; +"@MMK_R_KO_eight" = -45; +"@MMK_R_KO_nine" = -54; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_quotedblleft" = -79; +"@MMK_R_KO_quoteright" = -70; +"@MMK_R_KO_guillemetright" = -85; +"@MMK_R_KO_quotedbl" = -91; +"@MMK_R_KO_quotesingle" = -93; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 29; +"@MMK_R_KO_imacron" = 26; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = -6; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 2; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_fivesuperior" = 5; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -106; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -138; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -63; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = -111; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = -153; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_bracketright.case" = -24; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 14; +"@MMK_R_KO_quoteright.ss01" = 14; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = 0; +}; +t_i.liga = { +hbar = 8; +idieresis = 8; +jcircumflex = 10; +lcommaaccent = 8; +germandbls = -4; +logicalnot = 4; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -70; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -75; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = 8; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_asterisk" = -69; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = -60; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -13; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -80; +"@MMK_R_KO_asciicircum" = -48; +}; +adieresis.ss05 = { +germandbls = -23; +}; +a = { +l = 0; +idieresis = 8; +jcircumflex = 10; +s = 0; +germandbls = -4; +notequal = 0; +logicalnot = 4; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 5; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -75; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -31; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -36; +"@MMK_R_KO_n" = -26; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = -14; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -70; +"@MMK_R_KO_comma" = -72; +"@MMK_R_KO_ellipsis" = -74; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -71; +"@MMK_R_KO_period.ss01" = -79; +"@MMK_R_KO_comma.ss01" = -79; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_endash.case" = -32; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_degree" = -6; +"@MMK_R_KO_plus" = -51; +"@MMK_R_KO_percent" = 0; +}; +icaron = { +icaron = 0; +j = 2; +parenright = 18; +quotedbl = 53; +quotesingle = 45; +}; +braceleft.case = { +braceright.case = 14; +at = -12; +minus = -71; +logicalnot = -54; +asciicircum = -63; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 1; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -5; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -24; +}; +uhorndotbelow = { +a = -30; +a.ss05 = -34; +c = -33; +n = -17; +period = -35; +comma = -33; +ellipsis = -41; +question = 0; +parenright = -48; +quotedblright = -3; +quotedbl = 0; +}; +g.ss06 = { +oslash = -17; +iogonek = -2; +jcircumflex = 2; +gcircumflex.ss06 = 0; +notequal = -3; +logicalnot = -21; +}; +yacute = { +T = -25; +eth = -24; +parenright = -35; +}; +Imacron = { +Imacron = 0; +imacron = 40; +parenright.case = 9; +}; +exclamdown.ss01 = { +T = -26; +V = -16; +Y = -49; +j.ss01 = 40; +}; +oacute = { +seven = -34; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_Oacute" = -35; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = -36; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = -67; +"@MMK_R_KO_U" = -30; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -60; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -97; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = -34; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -53; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_y" = -73; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = -14; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_pi" = -38; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -100; +"@MMK_R_KO_two" = -16; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -50; +"@MMK_R_KO_five" = -32; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = -101; +"@MMK_R_KO_eight" = -28; +"@MMK_R_KO_nine" = -35; +"@MMK_R_KO_sixsuperior" = -161; +"@MMK_R_KO_onesuperior" = -123; +"@MMK_R_KO_foursuperior" = -167; +"@MMK_R_KO_sevensuperior" = -157; +"@MMK_R_KO_ninesuperior" = -161; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -87; +"@MMK_R_KO_asterisk" = -138; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_hyphen" = -128; +"@MMK_R_KO_endash" = -158; +"@MMK_R_KO_hyphen.case" = -260; +"@MMK_R_KO_endash.case" = -237; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -222; +"@MMK_R_KO_quotedblright" = -222; +"@MMK_R_KO_quoteleft" = -113; +"@MMK_R_KO_quoteright" = -113; +"@MMK_R_KO_guillemetleft" = -86; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -202; +"@MMK_R_KO_quotesingle" = -100; +}; +yen = { +zero = -35; +one = -27; +two = -24; +three = -26; +four = -30; +six = -36; +foursuperior = -35; +period = -40; +comma = -41; +colon = -28; +semicolon = -30; +slash = -53; +period.ss01 = -51; +comma.ss01 = -50; +colon.ss01 = -37; +semicolon.ss01 = -35; +}; +idotaccent.ss01 = { +parenright = -12; +}; +ldot.ss01.ss04 = { +period.ss01 = -111; +comma.ss01 = -111; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -34; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -13; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_twosuperior" = -39; +"@MMK_R_KO_threesuperior" = -43; +"@MMK_R_KO_foursuperior" = -48; +"@MMK_R_KO_fivesuperior" = -45; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_eightsuperior" = -40; +"@MMK_R_KO_ninesuperior" = -48; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -50; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -58; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = -19; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -25; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -51; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -35; +"@MMK_R_KO_trademark" = -80; +"@MMK_R_KO_asciicircum" = -60; +}; +agrave.ss05 = { +T = -57; +Y = -81; +}; +B = { +Hbar = 29; +Lslash = 7; +hbar = 20; +idieresis = 39; +jcircumflex = 30; +idieresis.ss01 = 43; +two = 0; +three = 3; +five = 8; +eight = 13; +nine = 0; +ampersand = 0; +greater = 0; +}; +Tcaron = { +endash.case = -70; +}; +oslash = { +d = 0; +k = -5; +l = -5; +e = 0; +eth = 0; +f = -14; +f_f.liga = -14; +f_f_i.liga = -14; +fi = -14; +f_y.liga = -14; +fl = -9; +g = 0; +m = -5; +n = -5; +r = -5; +j = 0; +s = -2; +t = -10; +v = -17; +y = -25; +l.ss03 = -3; +t_i.liga = -10; +t_t.liga = -10; +period = -14; +comma = -15; +slash = -27; +period.ss01 = -22; +comma.ss01 = -22; +hyphen = 2; +parenright = -54; +bracketright = -60; +}; +guilsinglright = { +x = -54; +threesuperior = -15; +fivesuperior = -23; +eightsuperior = -17; +colon = -23; +semicolon = -24; +questiondown = -84; +question.ss01 = -68; +questiondown.ss01 = -85; +braceright = -65; +braceright.case = -63; +bracketright.case = -73; +quotesinglbase = -78; +quotedblbase = -78; +quotedblbase.ss01 = -59; +quoteright.ss01 = -14; +}; +adieresis = { +germandbls = -12; +}; +liraTurkish = { +one = -98; +two = -51; +seven = -106; +sixsuperior = -46; +onesuperior = -62; +threesuperior = -36; +foursuperior = -109; +fivesuperior = -42; +sevensuperior = -67; +eightsuperior = -38; +ninesuperior = -42; +period = -47; +comma = -49; +colon = -41; +semicolon = -43; +question = -96; +slash = -44; +period.ss01 = -40; +comma.ss01 = -39; +colon.ss01 = -21; +question.ss01 = -97; +parenright = -65; +parenright.case = -42; +quotedbl = -113; +quotesingle = -97; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_twosuperior" = -47; +"@MMK_R_KO_threesuperior" = -47; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_fivesuperior" = -46; +"@MMK_R_KO_sevensuperior" = -83; +"@MMK_R_KO_eightsuperior" = -42; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = 10; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -55; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_hyphen.case" = -38; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -46; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -62; +"@MMK_R_KO_quotedblleft.ss01" = -49; +"@MMK_R_KO_quotedblright.ss01" = -40; +"@MMK_R_KO_quoteright.ss01" = -40; +}; +quotedblbase = { +Dcroat = -16; +Iogonek = 0; +Lslash = -16; +Oslash = -12; +oslash = -17; +p = -2; +iogonek = 0; +jcircumflex = 13; +germandbls = -53; +l.ss03 = -10; +g.ss06 = 0; +numbersign = -57; +parenleft = -17; +parenleft.case = -30; +at = -29; +copyright = -75; +published = -71; +literSign = -25; +dollar = -22; +euro = -64; +minus = -222; +multiply = -99; +divide = -119; +equal = -92; +approxequal = -66; +}; +D = { +Dcroat = 12; +Eth = 12; +Hbar = 22; +Iogonek = 7; +Lslash = 8; +Oslash = 20; +lacute = 9; +zero = 6; +five = 4; +six = 5; +eight = 2; +endash.case = 11; +parenleft.case = 9; +braceright.case = -17; +at = 12; +less = 0; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -29; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -40; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -40; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = -12; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -29; +"@MMK_R_KO_one" = -80; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -82; +"@MMK_R_KO_onesuperior" = -85; +"@MMK_R_KO_twosuperior" = -83; +"@MMK_R_KO_threesuperior" = -82; +"@MMK_R_KO_foursuperior" = -82; +"@MMK_R_KO_fivesuperior" = -83; +"@MMK_R_KO_sevensuperior" = -86; +"@MMK_R_KO_eightsuperior" = -82; +"@MMK_R_KO_ninesuperior" = -82; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 10; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -71; +"@MMK_R_KO_asterisk" = -83; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -72; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -77; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -71; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -84; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -82; +"@MMK_R_KO_quotedblright" = -76; +"@MMK_R_KO_quoteleft" = -82; +"@MMK_R_KO_quoteright" = -72; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -76; +"@MMK_R_KO_quotesingle" = -76; +"@MMK_R_KO_quotedblleft.ss01" = -84; +"@MMK_R_KO_quotedblright.ss01" = -71; +"@MMK_R_KO_quoteright.ss01" = -71; +"@MMK_R_KO_trademark" = -95; +"@MMK_R_KO_asciicircum" = -100; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = 4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_period" = -27; +"@MMK_R_KO_comma" = -28; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_backslash" = 13; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = -27; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 24; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 16; +"@MMK_R_KO_quoteright.ss01" = 16; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -57; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -43; +"@MMK_R_KO_I.ss02" = -44; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -33; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_pi" = -12; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -51; +"@MMK_R_KO_two" = -61; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -47; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -81; +"@MMK_R_KO_comma" = -82; +"@MMK_R_KO_ellipsis" = -77; +"@MMK_R_KO_question" = -68; +"@MMK_R_KO_asterisk" = -85; +"@MMK_R_KO_slash" = -58; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -67; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -77; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_parenright.case" = -70; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -64; +"@MMK_R_KO_quotedbl" = -59; +"@MMK_R_KO_quotesingle" = -66; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -39; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -23; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -5; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 7; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -4; +"@MMK_R_KO_zero" = -11; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -12; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 9; +"@MMK_R_KO_ninesuperior" = 17; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_ellipsis" = -100; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -85; +"@MMK_R_KO_period.ss01" = -100; +"@MMK_R_KO_comma.ss01" = -100; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = -100; +"@MMK_R_KO_endash" = -53; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 27; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 27; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 24; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 13; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -39; +"@MMK_R_KO_percent" = 8; +}; +ohorndotbelow.ss01 = { +c = -8; +i.ss01 = 0; +n = 0; +p = 0; +t = 0; +u = 0; +t_i.liga.ss01 = 0; +t_t.liga = 0; +}; +t_i.liga.ss01 = { +parenright = -6; +}; +endash = { +x = -48; +one.numr = -54; +four.numr = -101; +seven.numr = -63; +colon = -2; +semicolon = -2; +questiondown = -75; +question.ss01 = -95; +questiondown.ss01 = -75; +endash = 0; +quotedblbase = -140; +quotedblbase.ss01 = -40; +quoteright.ss01 = 0; +}; +Ygrave = { +ellipsis.ss01 = -97; +endash.case = -70; +}; +fraction = { +zero.dnom = -16; +two.dnom = -11; +four.dnom = -53; +eight.dnom = -11; +zeroinferior = -21; +twoinferior = -12; +fourinferior = -60; +fiveinferior = 0; +sixinferior = -20; +seveninferior = 0; +nineinferior = -13; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = -1; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -32; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +g = { +l = 0; +iogonek = 8; +jcircumflex = 10; +}; +m = { +ordfeminine = -25; +ordmasculine = -29; +seven = -31; +registered = -16; +logicalnot = 4; +}; +ohorntilde = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +n = 0; +period = -25; +comma = -26; +period.ss01 = -33; +comma.ss01 = -32; +parenright = -22; +quotedbl = 10; +}; +hyphen.case = { +Dcroat = 0; +Lslash = 0; +Oslash = 11; +one.numr = -38; +seven.numr = -42; +question.ss01 = -87; +parenleft.case = 0; +braceright.case = -62; +bracketright.case = -77; +quotesinglbase = -113; +quotedblbase = -184; +quotedblbase.ss01 = -184; +quoteright.ss01 = 0; +dollar = -17; +}; +ohornhookabove = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +period = -25; +comma = -26; +period.ss01 = -33; +comma.ss01 = -32; +parenright = -29; +bracketright = -36; +guillemetright = 0; +quotedbl = 7; +}; +y = { +germandbls = 0; +zeroinferior = -27; +twoinferior = -27; +ampersand = -29; +logicalnot = -3; +asciitilde = -29; +}; +Idotaccent.ss02 = { +endash.case = -57; +}; +Scedilla = { +idieresis = 34; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -34; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 1; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 1; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = 1; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_degree" = -15; +"@MMK_R_KO_plus" = -13; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 4; +f_f.liga = 4; +f_y.liga = 4; +fl = 12; +igrave = 8; +idieresis = 8; +seven = 2; +ampersand = -32; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = -21; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_lslash" = -27; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_w" = -38; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_pi" = -37; +"@MMK_R_KO_zero" = -34; +"@MMK_R_KO_one" = -100; +"@MMK_R_KO_two" = -16; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -33; +"@MMK_R_KO_seven" = -102; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -26; +"@MMK_R_KO_asterisk" = -111; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -144; +"@MMK_R_KO_hyphen.case" = -111; +"@MMK_R_KO_endash.case" = -226; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -111; +"@MMK_R_KO_quotedblright.ss01" = -226; +"@MMK_R_KO_plus" = -111; +"@MMK_R_KO_percent" = -109; +}; +numero = { +period = -45; +comma = -46; +period.ss01 = -38; +comma.ss01 = -38; +parenright = -25; +parenright.case = -24; +}; +cent = { +onesuperior = -29; +sevensuperior = -34; +period = -48; +comma = -50; +slash = -45; +period.ss01 = -41; +comma.ss01 = -40; +parenright = -48; +bracketright = -51; +parenright.case = -41; +bracketright.case = -53; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_icircumflex" = 35; +"@MMK_R_KO_imacron" = 46; +"@MMK_R_KO_itilde" = 42; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = -21; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = -23; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -41; +"@MMK_R_KO_comma" = -43; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -52; +"@MMK_R_KO_backslash" = 13; +"@MMK_R_KO_period.ss01" = -51; +"@MMK_R_KO_comma.ss01" = -50; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_underscore" = -41; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -22; +}; +Icircumflex = { +Icircumflex = 0; +l = -2; +icircumflex = 32; +l.ss03 = 0; +l.ss04 = 17; +parenright = 0; +bracketright = 0; +parenright.case = 10; +bracketright.case = 0; +}; +iogonek = { +iogonek = 0; +j = 2; +}; +uhorn = { +a = -24; +a.ss05 = -28; +ohorn = -28; +ohorndotbelow = -22; +ohorndotbelow.ss01 = -22; +ohorngrave = -22; +ohornacute = -22; +ohornhookabove = -22; +ohorntilde = -22; +period = -27; +comma = -28; +ellipsis = -35; +question = 0; +period.ss01 = -39; +ellipsis.ss01 = -34; +comma.ss01 = -39; +parenright = -43; +quotedblright = 0; +quotedbl = 0; +}; +underscore = { +g.ss06 = 20; +underscore = 0; +parenleft.case = -33; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -23; +"@MMK_R_KO_j" = 59; +"@MMK_R_KO_s" = -47; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_v" = -53; +"@MMK_R_KO_w" = -53; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_pi" = -48; +"@MMK_R_KO_zero" = -19; +"@MMK_R_KO_one" = -39; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -13; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_period" = -33; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = 17; +"@MMK_R_KO_hyphen" = -55; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -55; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = -66; +}; +W = { +Hbar = 30; +adieresis.ss05 = -17; +igrave = 27; +idieresis = 53; +scaron = -2; +idieresis.ss01 = 55; +six = -16; +seven = 0; +threeinferior = -37; +ampersand = -37; +plus = -33; +minus = -33; +notequal = -15; +logicalnot = -19; +asciitilde = -39; +}; +Aogonek = { +Lslash = -11; +period = 2; +comma = 7; +endash.case = -35; +parenright = 0; +bracketright = 7; +}; +Z = { +Lslash = 0; +igrave = 30; +ibreve = 39; +icaron = 40; +zero = -13; +two = 2; +six = -13; +seven = 0; +numbersign = -20; +endash.case = -49; +at = -15; +plus = -69; +minus = -73; +divide = -68; +equal = -15; +less = -50; +logicalnot = -53; +asciitilde = -84; +}; +emdash = { +x = -47; +zero.numr = -40; +one.numr = -63; +three.numr = -18; +four.numr = -118; +five.numr = -34; +six.numr = -40; +seven.numr = -71; +eight.numr = -25; +nine.numr = -34; +threesuperior = -33; +fivesuperior = -41; +eightsuperior = -35; +colon = -35; +semicolon = -36; +questiondown = -69; +question.ss01 = -94; +questiondown.ss01 = -69; +quotedblbase = -33; +quotedblbase.ss01 = 0; +quoteleft.ss01 = -27; +quoteright.ss01 = 0; +}; +tbar = { +a = 2; +e = 0; +tbar = 0; +}; +eng = { +j = 9; +slash = 15; +parenright = -3; +bracketright = 0; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_J" = -52; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = -50; +"@MMK_R_KO_I.ss02" = -36; +"@MMK_R_KO_J.ss10" = -165; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_a.ss05" = -48; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -33; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_t_t.liga" = 0; +}; +percent = { +twosuperior = -36; +threesuperior = -58; +fivesuperior = -64; +eightsuperior = -59; +question.ss01 = -80; +bracketright.case = -14; +quoteright.ss01 = -63; +}; +Uhornhookabove = { +exclam.ss01 = 8; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -45; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -67; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -48; +"@MMK_R_KO_I.ss02" = -47; +"@MMK_R_KO_J.ss10" = -41; +}; +uhorngrave = { +a = -30; +a.ss05 = -34; +o = -33; +n = -17; +period = -32; +comma = -33; +period.ss01 = -45; +comma.ss01 = -44; +parenright = -49; +quotedblright = -3; +quotedbl = 0; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = -7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -5; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 11; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -24; +}; +a.ss05 = { +p = 0; +jcircumflex = 7; +germandbls = -19; +gbreve.ss06 = 18; +gcircumflex.ss06 = 18; +ordfeminine = -37; +ordmasculine = -41; +seven = -39; +notequal = -11; +logicalnot = -2; +}; +Itilde = { +Itilde = 0; +igrave = 18; +itilde = 38; +}; +threesuperior = { +A = -47; +fraction = -16; +period = -106; +comma = -113; +slash = -76; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -48; +parenright = -9; +parenright.case = -7; +guillemetleft = -32; +}; +ydotbelow.ss01 = { +period.ss01 = -39; +parenright = 59; +}; +endash.case = { +seven.numr = -34; +bracketright.case = -72; +quotedblbase = -222; +quotedblbase.ss01 = -226; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 1; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 38; +"@MMK_R_KO_imacron" = 43; +"@MMK_R_KO_itilde" = 45; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 1; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 1; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 13; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -19; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -25; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -35; +"@MMK_R_KO_asciicircum" = -32; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -31; +"@MMK_R_KO_one" = -92; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -29; +"@MMK_R_KO_seven" = -92; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_sixsuperior" = -113; +"@MMK_R_KO_onesuperior" = -113; +"@MMK_R_KO_foursuperior" = -113; +"@MMK_R_KO_sevensuperior" = -113; +"@MMK_R_KO_ninesuperior" = -113; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_asterisk" = -113; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -113; +"@MMK_R_KO_hyphen.case" = -113; +"@MMK_R_KO_endash.case" = -113; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -113; +"@MMK_R_KO_quotedblright" = -113; +"@MMK_R_KO_quoteleft" = -113; +"@MMK_R_KO_quoteright" = -113; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -113; +"@MMK_R_KO_quotesingle" = -100; +}; +N = { +Hbar = 30; +igrave = 25; +icaron = 33; +idieresis = 53; +jcircumflex = 39; +idieresis.ss01 = 56; +degree = -15; +logicalnot = 2; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -42; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = -44; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -23; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -35; +}; +b = { +seven = -32; +registered = -16; +notequal = 0; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_J" = -49; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -72; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = -57; +"@MMK_R_KO_I.ss02" = -48; +"@MMK_R_KO_J.ss10" = -99; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_t_t.liga" = -15; +}; +Itilde.ss02 = { +igrave = 23; +}; +trademark = { +period = -106; +comma = -113; +slash = -90; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -180; +parenright = -33; +parenright.case = -32; +guillemetleft = -54; +guilsinglleft = -54; +guillemetright = -24; +guilsinglright = -24; +}; +literSign = { +parenright = -30; +parenright.case = -19; +guillemetleft = -53; +guilsinglleft = -53; +}; +ohorn = { +i = 8; +idotaccent = 8; +i.ss01 = 8; +idotaccent.ss01 = 8; +m = 0; +n = 0; +r = 0; +t = 3; +u = 3; +v = 0; +t_i.liga = 3; +t_t.liga = 3; +period = -21; +comma = -22; +period.ss01 = -27; +comma.ss01 = -27; +hyphen = -2; +parenright = -32; +bracketright = -40; +quotedbl = 14; +}; +quotedblleft = { +A = -40; +Dcroat = 0; +Hbar = 21; +igrave = 28; +icircumflex = 23; +imacron = 43; +jcircumflex = 23; +s = -4; +x = 0; +g.ss06 = -10; +mu = -2; +exclamdown = 0; +questiondown = -80; +backslash = 0; +questiondown.case = -71; +underscore = -209; +quotedblbase = -222; +ampersand = -42; +minus = -24; +divide = -24; +asciitilde = -42; +}; +l.ss04 = { +Hbar = 32; +l.ss04 = 0; +periodcentered.loclCAT = 14; +parenright = 0; +bracketright = -10; +quoteright = 11; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = 39; +"@MMK_R_KO_imacron" = 46; +"@MMK_R_KO_itilde" = 49; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = -6; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -47; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -48; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -44; +}; +integral = { +guillemetright = -35; +guilsinglright = -35; +integral = -51; +A = -50; +a = -52; +d = -51; +a.ss05 = -56; +e = -53; +s = -57; +w = -39; +}; +two.dnom = { +question = -76; +question.ss01 = -84; +parenright = -26; +quotedblleft = -98; +quotedblright = -78; +quoteleft = -79; +quoteright = -55; +quotedbl = -90; +quotesingle = -82; +quotedblleft.ss01 = -46; +quoteleft.ss01 = -44; +quotedblright.ss01 = -41; +quoteright.ss01 = -41; +degree = -110; +}; +parenleft.case = { +Icircumflex = 26; +Imacron = 26; +Idieresis = 26; +Dcroat = -3; +Eth = -3; +Iogonek = 8; +Itilde = 24; +Lslash = -4; +Idieresis.ss01 = 26; +four.numr = -25; +numbersign = -25; +questiondown.case = -14; +question.ss01 = -22; +parenleft.case = -30; +quotedblbase = 0; +quotedblbase.ss01 = 0; +at = -32; +ampersand = -21; +section = -17; +copyright = -56; +registered = -63; +published = -49; +literSign = -28; +numero = 0; +cent = -37; +dollar = -24; +euro = -33; +liraTurkish = -24; +minus = -71; +multiply = -74; +divide = -71; +equal = -57; +notequal = -57; +less = -66; +greaterequal = 0; +approxequal = -64; +logicalnot = -53; +asciitilde = -76; +asciicircum = -69; +infinity = -65; +radical = -44; +}; +Iacute.ss02 = { +igrave = 22; +endash.case = -57; +}; +tenge = { +four = -28; +period = -59; +comma = -60; +slash = -61; +period.ss01 = -71; +comma.ss01 = -71; +}; +colon = { +A = -4; +D = -7; +C = -4; +J = 0; +T = -30; +V = -22; +W = -19; +Y = -51; +a = -13; +c = -19; +e = -19; +o = -19; +f = 0; +s = -6; +t = 0; +z = -2; +t_i.liga = 0; +pi = -2; +zero = -8; +one = 0; +two = -2; +three = -7; +four = -21; +sevensuperior = -62; +emdash = -46; +parenright = -32; +braceright = -27; +bracketright = -28; +parenright.case = -8; +guillemetleft = -36; +guilsinglleft = -36; +}; +h = { +seven = -30; +registered = -16; +}; +emacron = { +Y = -43; +lcommaaccent = 0; +}; +numbersign = { +A = -15; +J = -25; +T = -28; +X = -27; +Y = -38; +one = 0; +eight = 0; +period = -36; +comma = -37; +slash = -25; +period.ss01 = -38; +comma.ss01 = -37; +parenright = -33; +bracketright = -40; +parenright.case = -25; +bracketright.case = -34; +}; +copyright = { +parenright = -60; +parenright.case = -53; +}; +t = { +iogonek = 5; +wdieresis = 9; +two = 0; +logicalnot = 0; +asciitilde = -27; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_itilde" = 37; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -30; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -30; +"@MMK_R_KO_asciicircum" = -27; +}; +Hcircumflex = { +igrave = 18; +}; +aogonek.ss05 = { +j = 0; +comma = 12; +parenright = 0; +bracketright = 4; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -61; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -43; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = -37; +}; +_B.currency = { +_baht.bar = -39; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -42; +"@MMK_R_KO_period.ss01" = 3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = -32; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -32; +}; +rupeeIndian = { +four = -46; +period = -46; +comma = -47; +slash = -49; +period.ss01 = -58; +comma.ss01 = -57; +}; +Zdotaccent = { +Hbar = 26; +endash.case = -57; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -26; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -65; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -49; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +P = { +Hbar = 31; +Oslash = 13; +hbar = 21; +igrave = 8; +idieresis = 35; +idieresis.ss01 = 37; +two = 0; +three = -3; +five = 0; +seven = 0; +nine = 7; +twoinferior = -29; +threeinferior = -30; +fourinferior = -76; +ellipsis.ss01 = -127; +endash.case = 5; +braceright.case = -16; +ampersand = -36; +}; +twoinferior = { +T = -60; +V = -41; +W = -33; +Y = -91; +t = -21; +t_i.liga = -21; +t_t.liga = -21; +parenright = -25; +}; +wdieresis = { +period = -33; +comma = -34; +bracketright = -53; +}; +uhungarumlaut = { +onesuperior = -8; +sevensuperior = 0; +parenright = 0; +bracketright = 0; +}; +odieresis = { +germandbls = -20; +gbreve.ss06 = 2; +}; +ohorndotbelow = { +c = -8; +i = 0; +idotaccent = 0; +m = 0; +n = 0; +p = 0; +t = 0; +u = 0; +t_i.liga = 0; +t_t.liga = 0; +period = -26; +comma = -26; +parenright = -31; +bracketright = -42; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 24; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_backslash" = -22; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -61; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_bracketright.case" = -24; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 6; +"@MMK_R_KO_trademark" = -43; +"@MMK_R_KO_asciicircum" = -11; +}; +one.numr = { +fraction = 0; +}; +Uhorntilde = { +exclam.ss01 = 8; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = -9; +"@MMK_R_KO_eight" = 3; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_plus" = -6; +}; +two = { +icircumflex = 29; +x = 0; +colon = 12; +semicolon = 11; +braceright = 0; +minus = -30; +multiply = -19; +}; +j = { +hbar = 0; +idieresis = 0; +iogonek = 0; +jcircumflex = 2; +}; +ldot.ss01 = { +period.ss01 = -111; +comma.ss01 = -111; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = -30; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_twosuperior" = -34; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -78; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -47; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -27; +}; +idieresis = { +l = -6; +icaron = 0; +idieresis = 3; +}; +approxequal = { +one = -14; +parenright = -68; +parenright.case = -64; +A = -27; +I.ss02 = -24; +}; +ograve = { +T = -57; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -32; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = -16; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -25; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -49; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -44; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -57; +}; +S = { +Hbar = 32; +Lslash = 9; +hbar = 22; +ibreve = 20; +idieresis = 42; +idieresis.ss01 = 47; +two = 2; +three = 5; +five = 9; +eight = 10; +ampersand = 0; +dollar = 0; +greater = 2; +logicalnot = -5; +}; +periodcentered.loclCAT = { +l = 14; +l.ss03 = 17; +l.ss04 = 14; +}; +Iogonek = { +iogonek = 2; +j = 21; +j.ss01 = 21; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 3; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -18; +}; +racute = { +parenright = 0; +bracketright = 0; +}; +questiondown.case = { +C = -19; +Q = -20; +Q.ss09 = -20; +T = -64; +V = -53; +W = -46; +Y = -84; +one = -84; +seven = -79; +parenright.case = -30; +quotedblleft = -90; +quoteright = -73; +quotedbl = -74; +quotesingle = -77; +quotedblleft.ss01 = -86; +quoteright.ss01 = -74; +}; +f_y.liga = { +germandbls = 0; +zeroinferior = -27; +ampersand = -29; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -33; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -69; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_n" = -62; +"@MMK_R_KO_j" = 42; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -64; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = -63; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -63; +"@MMK_R_KO_w" = -64; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -39; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_pi" = -63; +"@MMK_R_KO_zero" = -38; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_two" = -25; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -23; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_question" = -29; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = 15; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_parenright" = 10; +"@MMK_R_KO_bracketright" = 5; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -77; +"@MMK_R_KO_guillemetright" = -70; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -44; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -52; +"@MMK_R_KO_plus" = -76; +"@MMK_R_KO_percent" = -19; +}; +bracketleft.case = { +Icircumflex = 17; +numbersign = -34; +parenleft.case = -3; +bracketright.case = 14; +at = -22; +literSign = -31; +euro = -37; +minus = -80; +equal = -76; +less = -76; +asciitilde = -86; +asciicircum = -75; +infinity = -72; +}; +K = { +Lslash = -9; +Oslash = -14; +edieresis = -7; +odieresis.ss01 = -5; +odieresis = -11; +oslash = -18; +igrave = 27; +rcaron = 9; +idieresis = 50; +jcircumflex = 34; +ygrave = -28; +ytilde = -22; +idieresis.ss01 = 59; +zero = -32; +two = -3; +three = -15; +six = -31; +seven = 0; +nine = -23; +numbersign = -26; +endash.case = -62; +parenleft.case = -27; +at = -30; +ampersand = -16; +registered = -43; +dollar = -21; +plus = -67; +minus = -67; +multiply = -56; +divide = -67; +equal = -33; +notequal = -29; +less = -54; +logicalnot = -44; +asciitilde = -67; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -32; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -48; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_bracketright.case" = -16; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 9; +"@MMK_R_KO_quoteright.ss01" = 9; +"@MMK_R_KO_trademark" = -39; +"@MMK_R_KO_asciicircum" = -10; +}; +semicolon = { +four = -27; +onesuperior = -58; +sevensuperior = -68; +hyphen = -55; +emdash = -55; +endash = -42; +hyphen.case = -2; +parenright = -19; +guillemetleft = -50; +}; +Thorn = { +Eth = 7; +}; +four.dnom = { +question = -78; +question.ss01 = -82; +parenright = -42; +quotedblleft = -91; +quotedblright = -46; +quoteleft = -85; +quoteright = -34; +quotedbl = -93; +quotesingle = -75; +quotedblleft.ss01 = -41; +quoteleft.ss01 = -41; +quotedblright.ss01 = -29; +quoteright.ss01 = -29; +degree = -95; +}; +braceright = { +Y = -54; +period = -42; +comma = -44; +period.ss01 = -52; +comma.ss01 = -46; +parenright = -38; +braceright = -19; +asciicircum = -64; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = -7; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -24; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = -55; +"@MMK_R_KO_S" = -50; +"@MMK_R_KO_T" = -78; +"@MMK_R_KO_U" = -52; +"@MMK_R_KO_V" = -76; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = -56; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -22; +"@MMK_R_KO_e" = -56; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_s" = -47; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -58; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = -22; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_zero" = -61; +"@MMK_R_KO_one" = -86; +"@MMK_R_KO_two" = -19; +"@MMK_R_KO_three" = -52; +"@MMK_R_KO_four" = -88; +"@MMK_R_KO_five" = -56; +"@MMK_R_KO_six" = -62; +"@MMK_R_KO_seven" = -88; +"@MMK_R_KO_eight" = -51; +"@MMK_R_KO_nine" = -54; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_guillemetright" = -89; +"@MMK_R_KO_quotedbl" = -94; +"@MMK_R_KO_quotesingle" = -99; +"@MMK_R_KO_quotedblleft.ss01" = -85; +}; +ampersand = { +one = -63; +seven = -63; +parenright = -38; +bracketright = -35; +quotedblleft = -65; +quotedblright = -7; +quoteleft = -53; +quoteright = -6; +quotedbl = -62; +quotesingle = -60; +quotedblleft.ss01 = -30; +quoteleft.ss01 = -30; +quotedblright.ss01 = -14; +quoteright.ss01 = -14; +v = -27; +w = -16; +y = -38; +}; +four = { +x = -25; +ordfeminine = -38; +ordmasculine = -41; +zero.numr = -29; +one.numr = -34; +three.numr = -35; +four.numr = -34; +five.numr = -31; +six.numr = -29; +seven.numr = -32; +eight.numr = -28; +nine.numr = -29; +threesuperior = -34; +fivesuperior = -27; +eightsuperior = -24; +colon = -5; +semicolon = 0; +question.ss01 = -39; +underscore = -26; +braceright = -11; +braceright.case = -7; +bracketright.case = -18; +quoteright.ss01 = -25; +registered = -28; +trademark = -47; +asciicircum = -50; +}; +zerosuperior = { +A = -53; +fraction = -23; +period = -106; +comma = -113; +slash = -84; +period.ss01 = -111; +comma.ss01 = -111; +parenright = -16; +parenright.case = -15; +guillemetleft = -45; +guilsinglleft = -45; +}; +n = { +n = 0; +gcircumflex.ss06 = 11; +ordfeminine = -24; +ordmasculine = -28; +seven = -30; +at = 2; +registered = -16; +degree = -39; +notequal = 0; +greaterequal = 9; +logicalnot = 5; +}; +bracketleft = { +Icircumflex = 13; +Dcroat = -2; +Oslash = 0; +oslash = -31; +hcircumflex = 11; +i = 0; +idotaccent = 0; +iacute = -15; +ntilde = -18; +nacute = -21; +p = 0; +ibreve = 49; +icircumflex = 36; +imacron = 54; +jcircumflex = 61; +macute = -21; +scaron = -10; +scircumflex = -12; +germandbls = -46; +x = -38; +colon = -23; +numbersign = -38; +parenleft = -8; +at = -41; +ampersand = -41; +literSign = -45; +dollar = -25; +euro = -41; +minus = -78; +equal = -74; +less = -75; +asciitilde = -84; +asciicircum = -71; +infinity = -71; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 70; +"@MMK_R_KO_H" = 141; +"@MMK_R_KO_O" = 93; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 106; +"@MMK_R_KO_onesuperior" = 72; +"@MMK_R_KO_twosuperior" = 85; +"@MMK_R_KO_threesuperior" = 87; +"@MMK_R_KO_foursuperior" = 71; +"@MMK_R_KO_fivesuperior" = 106; +"@MMK_R_KO_sevensuperior" = 67; +"@MMK_R_KO_eightsuperior" = 105; +"@MMK_R_KO_ninesuperior" = 106; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 115; +"@MMK_R_KO_question" = 91; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 71; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_parenright" = 122; +"@MMK_R_KO_bracketright" = 131; +"@MMK_R_KO_quotedblleft" = 99; +"@MMK_R_KO_quoteleft" = 99; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 183; +"@MMK_R_KO_quotesingle" = 175; +"@MMK_R_KO_quotedblleft.ss01" = 75; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 24; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_X" = 22; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 59; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = 30; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = 42; +"@MMK_R_KO_threesuperior" = 21; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 28; +"@MMK_R_KO_sevensuperior" = 9; +"@MMK_R_KO_eightsuperior" = 30; +"@MMK_R_KO_ninesuperior" = 42; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 29; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 12; +"@MMK_R_KO_bracketright" = 47; +"@MMK_R_KO_quotedblleft" = 12; +"@MMK_R_KO_quotedblright" = 43; +"@MMK_R_KO_quoteleft" = 12; +"@MMK_R_KO_quoteright" = 43; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 57; +"@MMK_R_KO_quotesingle" = 49; +"@MMK_R_KO_quotedblleft.ss01" = 4; +"@MMK_R_KO_quotedblright.ss01" = 36; +"@MMK_R_KO_quoteright.ss01" = 36; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = -3; +}; +J.ss10 = { +Hbar = 34; +ibreve = 34; +icaron = 35; +idieresis = 56; +jcircumflex = 42; +idieresis.ss01 = 60; +}; +quotedblbase.ss01 = { +Dcroat = -26; +oslash = -17; +p = -8; +germandbls = -56; +asterisk = -138; +numbersign = -44; +question.ss01 = -91; +hyphen.case = -184; +emdash.case = -226; +parenleft.case = -30; +quotedblleft.ss01 = -226; +quoteright.ss01 = -111; +at = -23; +copyright = -62; +published = -57; +dollar = -21; +euro = -60; +minus = -226; +multiply = -83; +divide = -122; +equal = -41; +approxequal = -38; +}; +l.ss03 = { +oslash = 0; +periodcentered.loclCAT = 0; +notequal = -13; +logicalnot = -13; +}; +parenleft = { +Icircumflex = 16; +Imacron = 16; +Idieresis = 16; +Dcroat = -7; +Eth = -7; +Iogonek = 8; +Lslash = -8; +Oslash = -13; +a.ss05 = -60; +thorn = 10; +ccedilla = -19; +ccaron = -16; +edieresis = -11; +odieresis = -18; +oslash = -37; +hcircumflex = 15; +i = 0; +idotaccent = 0; +i.ss01 = 0; +iacute = -16; +ntilde = -19; +nacute = -21; +ncaron = -14; +ncommaaccent = -19; +p = 0; +idieresis = 51; +imacron = 29; +iogonek = 5; +jcircumflex = 44; +scedilla = -12; +scaron = -12; +scircumflex = -25; +germandbls = -45; +tcedilla = 0; +x = -46; +zcaron = 0; +g.ss06 = 0; +mu = 0; +four.numr = -27; +colon = -18; +numbersign = -33; +semicolon.ss01 = 15; +question.ss01 = -23; +parenleft = -37; +braceleft = -38; +quotedblbase = 0; +quotedblbase.ss01 = 15; +at = -43; +ampersand = -35; +section = -29; +copyright = -62; +registered = -64; +published = -55; +literSign = -41; +numero = -3; +cent = -40; +dollar = -27; +euro = -40; +liraTurkish = -27; +sterling = -26; +minus = -76; +multiply = -78; +divide = -76; +equal = -63; +notequal = -63; +greater = -24; +less = -68; +greaterequal = -6; +lessequal = -11; +plusminus = -53; +approxequal = -71; +logicalnot = -62; +asciitilde = -83; +asciicircum = -70; +infinity = -69; +summation = 7; +radical = -50; +}; +asciicircum = { +one = 0; +two = 0; +three = -21; +four = -64; +eight = -19; +period = -106; +comma = -113; +asterisk = -12; +slash = -94; +period.ss01 = -111; +comma.ss01 = -111; +hyphen = -184; +hyphen.case = 0; +parenright = -69; +bracketright = -73; +parenright.case = -68; +bracketright.case = -72; +u = -12; +x = -25; +mu = -16; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -40; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +}; +plus = { +one = -45; +two = -81; +three = -80; +seven = -50; +seven.numr = -58; +period = -106; +comma = -113; +question = -92; +asterisk = -88; +slash = -61; +period.ss01 = -111; +comma.ss01 = -111; +question.ss01 = -98; +parenright = -76; +braceright = -67; +bracketright = -78; +parenright.case = -71; +braceright.case = -71; +bracketright.case = -80; +quotedblleft = -32; +quotedblright = 0; +quoteleft = -28; +quoteright = 0; +guillemetright = -44; +quotedbl = -39; +quotesingle = -39; +quotedblleft.ss01 = -19; +quoteleft.ss01 = -19; +quotedblright.ss01 = 0; +trademark = -79; +tenge = -12; +yen = -42; +plus = -5; +x = -37; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 1; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 47; +"@MMK_R_KO_imacron" = 51; +"@MMK_R_KO_itilde" = 56; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 8; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_endash" = -73; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -50; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 4; +"@MMK_R_KO_bracketright" = 4; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -33; +}; +quoteleft = { +Hbar = 21; +igrave = 28; +icircumflex = 23; +imacron = 43; +jcircumflex = 23; +g.ss06 = -10; +mu = -2; +exclamdown = 0; +questiondown = -80; +questiondown.case = -70; +quotedblbase = -113; +ampersand = -42; +minus = -24; +divide = -24; +logicalnot = -7; +asciitilde = -42; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -157; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_pi" = 2; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 14; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_sevensuperior" = 4; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -106; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_ellipsis" = -222; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_hyphen" = -140; +"@MMK_R_KO_endash" = -46; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -24; +"@MMK_R_KO_percent" = 12; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = -20; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_braceright" = -6; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -37; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -11; +}; +nine.dnom = { +question = -80; +question.ss01 = -85; +parenright = -39; +parenright.case = -16; +quotedblleft = -104; +quotedblright = -88; +quoteleft = -88; +quoteright = -60; +quotedbl = -92; +quotesingle = -91; +quotedblleft.ss01 = -60; +quoteleft.ss01 = -51; +quotedblright.ss01 = -49; +quoteright.ss01 = -46; +degree = -117; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -51; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -111; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -33; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = -25; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = -19; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_two" = -7; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -92; +"@MMK_R_KO_period.ss01" = -111; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_hyphen" = -106; +"@MMK_R_KO_endash" = -108; +"@MMK_R_KO_hyphen.case" = -28; +"@MMK_R_KO_endash.case" = -25; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -41; +}; +Omacron = { +Eth = 3; +}; +uhorndotbelow.ss01 = { +a = -30; +c = -33; +period.ss01 = -45; +ellipsis.ss01 = -39; +comma.ss01 = -44; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -39; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_endash.case" = -8; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_degree" = -10; +"@MMK_R_KO_plus" = -30; +"@MMK_R_KO_percent" = 0; +}; +exclamdown = { +T = -30; +V = -15; +Y = -53; +j = 38; +}; +Adieresis = { +Germandbls = -5; +endash.case = -35; +registered = -50; +}; +}; +m019 = { +J = { +Hbar = 55; +Oslash = 17; +a = 14; +igrave = 43; +ibreve = 57; +icaron = 47; +idieresis = 45; +jcircumflex = 46; +idieresis.ss01 = 47; +greater = 22; +}; +exclam.ss01 = { +period.ss01 = -44; +}; +ohungarumlaut = { +onesuperior = -33; +sevensuperior = -46; +parenright = -48; +bracketright = -47; +quotedblright = -78; +quotedbl = -64; +quotesingle = -57; +}; +uhornacute = { +a = -26; +a.ss05 = -17; +c = -27; +n = 0; +t = 0; +u = -5; +t_i.liga = 0; +t_t.liga = 0; +period = -28; +comma = -32; +ellipsis = -71; +question = 29; +period.ss01 = -67; +ellipsis.ss01 = -67; +comma.ss01 = -49; +parenright = -18; +quotedbl = 0; +}; +o = { +germandbls = -6; +gbreve.ss06 = 4; +ordmasculine = -61; +seven = -59; +registered = -32; +logicalnot = -46; +}; +ellipsis = { +Dcroat = -73; +Tbar = -178; +tbar = -89; +twosuperior = -183; +threesuperior = -195; +fivesuperior = -200; +eightsuperior = -203; +parenleft = -60; +braceright = -97; +parenleft.case = -81; +bracketright.case = -50; +}; +Iacute = { +A = -2; +S = 0; +igrave = 28; +icircumflex = 31; +parenright.case = 21; +}; +sixsuperior = { +A = -85; +fraction = 0; +period = -100; +comma = -105; +slash = -95; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -40; +parenright = -32; +guillemetleft = -48; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 38; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -42; +"@MMK_R_KO_Oacute" = -42; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -36; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 30; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 47; +"@MMK_R_KO_Y" = 42; +"@MMK_R_KO_Z" = 46; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -24; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -46; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -30; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -60; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_underscore" = 21; +"@MMK_R_KO_hyphen.case" = -89; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -2; +"@MMK_R_KO_asciicircum" = -106; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -34; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = -92; +"@MMK_R_KO_G.ss07" = 32; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -136; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -81; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = -73; +"@MMK_R_KO_I.ss02" = -70; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_zero" = 13; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_two" = -32; +"@MMK_R_KO_three" = -46; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 19; +"@MMK_R_KO_six" = 11; +"@MMK_R_KO_seven" = -66; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_ninesuperior" = 13; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -44; +"@MMK_R_KO_slash" = -64; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = 65; +"@MMK_R_KO_parenright.case" = -72; +"@MMK_R_KO_quotedblleft" = -76; +"@MMK_R_KO_quotedblright" = -38; +"@MMK_R_KO_quoteleft" = -72; +"@MMK_R_KO_quoteright" = -63; +"@MMK_R_KO_guillemetleft" = 23; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -39; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_plus" = 21; +}; +Igrave = { +j = 5; +l.ss04 = 23; +}; +five = { +icircumflex = 34; +x = 0; +ordfeminine = -36; +ordmasculine = -37; +parenleft = 38; +asciicircum = -84; +}; +Tcommaaccent = { +aacute = -127; +acircumflex.ss05 = -62; +amacron.ss05 = -48; +abreve.ss05 = -48; +endash.case = -140; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -156; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -112; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = -4; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_itilde" = -4; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_one" = -58; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -22; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -39; +"@MMK_R_KO_asterisk" = -65; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = -49; +"@MMK_R_KO_period.ss01" = -48; +"@MMK_R_KO_comma.ss01" = -46; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_question.ss01" = -74; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 28; +"@MMK_R_KO_underscore" = -13; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_braceright" = -90; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_quotedblleft" = -102; +"@MMK_R_KO_quotedblright" = -81; +"@MMK_R_KO_quoteleft" = -104; +"@MMK_R_KO_quoteright" = -85; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -75; +"@MMK_R_KO_quotesingle" = -75; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -86; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -100; +"@MMK_R_KO_asciicircum" = -86; +}; +questiondown.ss01 = { +l.ss03 = -51; +quoteright.ss01 = -81; +}; +threeinferior = { +T = -154; +V = -88; +W = -60; +Y = -137; +parenright = -63; +bracketright = -67; +}; +Adieresis.ss01 = { +endash.case = -43; +registered = -84; +}; +lcaron.ss03 = { +b = 20; +h = 20; +k = 19; +i = 10; +idotaccent = 10; +i.ss01 = 10; +idotaccent.ss01 = 10; +j = 9; +j.ss01 = 9; +zcaron = 19; +l.ss03 = 18; +lcaron.ss03 = 18; +sixsuperior = 53; +onesuperior = 62; +twosuperior = 54; +threesuperior = 50; +foursuperior = 14; +fivesuperior = 49; +sevensuperior = 77; +eightsuperior = 49; +ninesuperior = 57; +exclam = 63; +question = 85; +exclam.ss01 = 75; +question.ss01 = 33; +parenright = 40; +bracketright = 0; +quotedblleft = 43; +quoteleft = 42; +quotedbl = 61; +quotesingle = 69; +quotedblleft.ss01 = 57; +quoteleft.ss01 = 57; +}; +f_f.liga = { +e = -12; +f = 0; +fl = 0; +i = 0; +i.ss01 = 0; +idieresis = 2; +seven = 0; +ampersand = -32; +}; +Jacute = { +Icircumflex = 8; +Imacron = 6; +Hbar = 55; +igrave = 43; +ibreve = 57; +icaron = 47; +idieresis = 45; +jcircumflex = 46; +idieresis.ss01 = 47; +parenright = 15; +parenright.case = 34; +}; +braceright.case = { +J.ss10 = -48; +period = -34; +comma = -31; +period.ss01 = -72; +comma.ss01 = -40; +hyphen.case = 46; +parenright.case = -20; +braceright.case = -24; +asciicircum = -65; +}; +ecircumflexhookabove = { +m = -4; +n = -4; +u = -3; +period.ss01 = -48; +comma.ss01 = -44; +parenright = 0; +}; +Cdotaccent = { +Hbar = 22; +}; +Ncommaaccent = { +imacron = 50; +}; +dollar = { +one = 0; +three = 0; +four = 0; +five = 0; +eight = 15; +parenright = -55; +bracketright = -63; +parenright.case = -40; +}; +Scaron = { +iogonek = 12; +}; +fi = { +hbar = 3; +idieresis = 3; +jcircumflex = 6; +germandbls = 2; +logicalnot = -51; +}; +zero = { +icircumflex = 14; +x = -13; +ordmasculine = -5; +underscore = -43; +parenleft = 11; +braceright = -66; +braceright.case = -63; +bracketright.case = -59; +baht = -11; +trademark = -65; +multiply = -22; +asciicircum = -67; +}; +period.ss01 = { +ordfeminine = -83; +ordmasculine = -83; +twosuperior = -83; +threesuperior = -83; +fivesuperior = -83; +eightsuperior = -83; +question.ss01 = -83; +parenleft = -52; +braceright = -83; +parenleft.case = -66; +quoteright.ss01 = -81; +}; +X = { +igrave = 28; +ibreve = 47; +icaron = 35; +idieresis = 11; +idieresis.ss01 = 33; +zero = -32; +two = 30; +three = 0; +six = -31; +eight = -3; +nine = -8; +numbersign = -43; +endash.case = -88; +parenleft.case = -14; +at = -17; +registered = -65; +plus = -108; +minus = -123; +multiply = -46; +equal = -52; +notequal = -79; +less = -91; +logicalnot = -147; +asciitilde = -111; +}; +L = { +H = 0; +Dcroat = -30; +Oslash = -15; +Tbar = -132; +oslash = 0; +ordfeminine = -223; +ordmasculine = -216; +zero = -47; +two = 44; +three = 0; +five = -11; +six = -44; +seven = -57; +nine = -17; +numbersign = -76; +endash.case = -216; +parenleft.case = -41; +quoteleft.ss01 = -81; +at = -53; +registered = -213; +dollar = -48; +plus = -157; +minus = -239; +multiply = -80; +equal = -188; +notequal = -120; +less = -193; +approxequal = -189; +logicalnot = -256; +asciitilde = -241; +}; +euro = { +period = -42; +comma = -44; +slash = -21; +period.ss01 = -81; +parenright = -67; +bracketright = -73; +parenright.case = -59; +bracketright.case = -75; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -117; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_Oacute" = -27; +"@MMK_R_KO_J" = -109; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 31; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 47; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -114; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -56; +"@MMK_R_KO_eacute" = -41; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -53; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 41; +"@MMK_R_KO_itilde" = 45; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -46; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -21; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -40; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_g.ss06" = -40; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_four" = -90; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_colon" = -30; +"@MMK_R_KO_semicolon" = -34; +"@MMK_R_KO_ellipsis" = -162; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -100; +"@MMK_R_KO_backslash" = 38; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_underscore" = -131; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = 24; +"@MMK_R_KO_quotesingle" = 27; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -70; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -1; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_fivesuperior" = -33; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -56; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -27; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_quotedblleft" = -89; +"@MMK_R_KO_quotedblright" = -70; +"@MMK_R_KO_quoteleft" = -75; +"@MMK_R_KO_quoteright" = -72; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -74; +"@MMK_R_KO_quoteright.ss01" = -71; +}; +perthousand = { +question = -109; +asterisk = -138; +question.ss01 = -128; +parenright = -72; +parenright.case = -31; +quotedblleft = -168; +quotedblright = -166; +quoteleft = -105; +quoteright = -105; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +}; +V = { +Eth = -25; +Oslash = -27; +adieresis = -40; +ae = -53; +a.ss05 = -47; +adieresis.ss05 = -26; +eacute = -44; +ccaron = -37; +emacron = -31; +edieresis = -37; +ecaron = -34; +otilde = -35; +odieresis = -39; +iacute = -9; +ncommaaccent = -33; +igrave = 36; +ibreve = 67; +icaron = 50; +idieresis = 39; +racute = -25; +scaron = -14; +zcaron = -11; +idieresis.ss01 = 38; +gdotaccent.ss06 = -38; +gdotaccent.ss01.ss06 = -39; +zero = -22; +two = 0; +three = -8; +six = -25; +seven = 48; +twoinferior = -75; +ellipsis.ss01 = -156; +endash.case = -23; +at = -26; +ampersand = -45; +plus = -50; +minus = -56; +less = -34; +lessequal = -67; +approxequal = -81; +asciitilde = -72; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -66; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -87; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -32; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -142; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_question" = 31; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -77; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_hyphen" = -69; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_Oacute" = -31; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -150; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_aacute" = -75; +"@MMK_R_KO_a.ss05" = -58; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -81; +"@MMK_R_KO_eacute" = -77; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -81; +"@MMK_R_KO_i" = -24; +"@MMK_R_KO_n" = -56; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -65; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -55; +"@MMK_R_KO_uacute" = -44; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -35; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = -26; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -35; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -50; +"@MMK_R_KO_hyphen" = -150; +"@MMK_R_KO_endash" = -81; +"@MMK_R_KO_hyphen.case" = -46; +"@MMK_R_KO_endash.case" = -11; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = -81; +"@MMK_R_KO_percent" = 12; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -115; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = -121; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -162; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_aacute" = -60; +"@MMK_R_KO_a.ss05" = -52; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -84; +"@MMK_R_KO_eacute" = -79; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -81; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_n" = -51; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -59; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -49; +"@MMK_R_KO_uacute" = -43; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -34; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = -109; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -27; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_ellipsis" = -162; +"@MMK_R_KO_question" = 27; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -124; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen" = -162; +"@MMK_R_KO_endash" = -143; +"@MMK_R_KO_hyphen.case" = -40; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -88; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -29; +"@MMK_R_KO_plus" = -53; +"@MMK_R_KO_percent" = 17; +}; +seven = { +icircumflex = 30; +x = -27; +g.ss06 = -46; +mu = -31; +colon = -36; +semicolon = -40; +backslash = 47; +ellipsis.ss01 = -139; +underscore = -100; +parenleft = -10; +at = -29; +ampersand = -39; +euro = -39; +minus = -68; +multiply = -32; +divide = -61; +notequal = -69; +less = -46; +plusminus = -49; +asciitilde = -92; +asciicircum = -60; +}; +scedilla = { +gbreve.ss06 = 11; +}; +fourinferior = { +T = -147; +V = -103; +W = -82; +parenright = -73; +bracketright = -57; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -34; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -144; +"@MMK_R_KO_U" = -25; +"@MMK_R_KO_V" = -121; +"@MMK_R_KO_W" = -71; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -112; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_v" = -53; +"@MMK_R_KO_w" = -32; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_zero" = -34; +"@MMK_R_KO_one" = -70; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -43; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -30; +"@MMK_R_KO_seven" = -67; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_asterisk" = -115; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -138; +"@MMK_R_KO_quotedblright" = -129; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -129; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -130; +}; +equal = { +period = -100; +comma = -105; +period.ss01 = -83; +comma.ss01 = -81; +parenright = -86; +bracketright = -86; +parenright.case = -74; +bracketright.case = -87; +equal = 0; +A = -23; +J = -111; +T = -140; +V = -25; +X = -52; +Y = -53; +}; +five.numr = { +fraction = 0; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -112; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -36; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -22; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -48; +"@MMK_R_KO_comma.ss01" = -44; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_question.ss01" = -59; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 28; +"@MMK_R_KO_underscore" = -13; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -89; +"@MMK_R_KO_quotedblright" = -72; +"@MMK_R_KO_quoteleft" = -89; +"@MMK_R_KO_quoteright" = -75; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -71; +"@MMK_R_KO_quotesingle" = -70; +"@MMK_R_KO_quotedblleft.ss01" = -69; +"@MMK_R_KO_quotedblright.ss01" = -71; +"@MMK_R_KO_quoteright.ss01" = -68; +}; +dcaron = { +exclam.ss01 = 92; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -43; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = -31; +"@MMK_R_KO_I.ss02" = -39; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 18; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -44; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_colon" = -29; +"@MMK_R_KO_semicolon" = -33; +"@MMK_R_KO_ellipsis" = -95; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -79; +"@MMK_R_KO_comma.ss01" = -67; +"@MMK_R_KO_colon.ss01" = -46; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 29; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_braceright" = -83; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_parenright.case" = -58; +"@MMK_R_KO_bracketright.case" = -82; +"@MMK_R_KO_quotedblleft" = -38; +"@MMK_R_KO_quotedblright" = -37; +"@MMK_R_KO_quoteleft" = -38; +"@MMK_R_KO_quoteright" = -37; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -30; +"@MMK_R_KO_trademark" = -77; +"@MMK_R_KO_asciicircum" = -77; +}; +k = { +oslash = 0; +iogonek = 11; +lcommaaccent = 7; +two = 13; +plus = -33; +minus = -51; +notequal = -23; +logicalnot = -75; +asciitilde = -59; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -123; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -31; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -39; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -45; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -68; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_quotedblleft" = -61; +"@MMK_R_KO_quotedblright" = -53; +"@MMK_R_KO_quoteleft" = -62; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -52; +"@MMK_R_KO_quotesingle" = -52; +"@MMK_R_KO_quotedblleft.ss01" = -54; +"@MMK_R_KO_quotedblright.ss01" = -55; +"@MMK_R_KO_quoteright.ss01" = -55; +"@MMK_R_KO_trademark" = -91; +"@MMK_R_KO_asciicircum" = -69; +}; +scaron = { +T = -46; +iogonek = 5; +}; +ninesuperior = { +A = -94; +fraction = 0; +period = -100; +comma = -105; +slash = -95; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -52; +parenright = -28; +guillemetleft = -59; +}; +v = { +n = 0; +ampersand = -32; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_J" = -66; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -33; +"@MMK_R_KO_T" = -180; +"@MMK_R_KO_V" = -91; +"@MMK_R_KO_W" = -75; +"@MMK_R_KO_X" = -63; +"@MMK_R_KO_Y" = -137; +"@MMK_R_KO_Z" = -55; +"@MMK_R_KO_I.ss02" = -51; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_z" = -66; +"@MMK_R_KO_t_t.liga" = -21; +}; +infinity = { +parenright = -86; +bracketright = -81; +parenright.case = -74; +bracketright.case = -82; +quotedblleft = -63; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -83; +"@MMK_R_KO_one" = -134; +"@MMK_R_KO_two" = -102; +"@MMK_R_KO_three" = -122; +"@MMK_R_KO_four" = -96; +"@MMK_R_KO_five" = -78; +"@MMK_R_KO_six" = -86; +"@MMK_R_KO_seven" = -138; +"@MMK_R_KO_eight" = -100; +"@MMK_R_KO_nine" = -73; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_question" = -111; +"@MMK_R_KO_asterisk" = -103; +"@MMK_R_KO_slash" = -148; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_hyphen" = -88; +"@MMK_R_KO_hyphen.case" = -53; +"@MMK_R_KO_parenright" = -160; +"@MMK_R_KO_bracketright" = -172; +"@MMK_R_KO_parenright.case" = -151; +"@MMK_R_KO_quotedblleft" = -139; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -92; +"@MMK_R_KO_quotedbl" = -117; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -131; +"@MMK_R_KO_A" = -138; +"@MMK_R_KO_H" = -93; +"@MMK_R_KO_O" = -76; +"@MMK_R_KO_J" = -187; +"@MMK_R_KO_G.ss07" = -64; +"@MMK_R_KO_S" = -103; +"@MMK_R_KO_T" = -226; +"@MMK_R_KO_V" = -125; +"@MMK_R_KO_W" = -118; +"@MMK_R_KO_X" = -178; +"@MMK_R_KO_Y" = -157; +"@MMK_R_KO_Z" = -170; +"@MMK_R_KO_I.ss02" = -166; +"@MMK_R_KO_J.ss10" = -157; +"@MMK_R_KO_a" = -90; +"@MMK_R_KO_a.ss05" = -73; +"@MMK_R_KO_l" = -93; +"@MMK_R_KO_e" = -89; +"@MMK_R_KO_f" = -65; +"@MMK_R_KO_g" = -91; +"@MMK_R_KO_i" = -91; +"@MMK_R_KO_n" = -91; +"@MMK_R_KO_j" = -92; +"@MMK_R_KO_s" = -77; +"@MMK_R_KO_t" = -65; +"@MMK_R_KO_z" = -101; +"@MMK_R_KO_t_t.liga" = -65; +}; +asterisk = { +g.ss06 = -50; +}; +semicolon.ss01 = { +onesuperior = -67; +sevensuperior = -77; +hyphen = -81; +emdash = -73; +}; +divide = { +one = -78; +two = -51; +three = -55; +seven = -98; +parenright = -111; +parenright.case = -93; +quotedblleft = -100; +quotedblright = -77; +quoteright = -93; +quotedblleft.ss01 = -87; +quotedblright.ss01 = -103; +A = -55; +Y = -105; +I.ss02 = -91; +}; +asciitilde = { +exclam = -105; +exclam.ss01 = -94; +question.ss01 = -124; +parenleft = -75; +parenleft.case = -75; +bracketright.case = -172; +quoteright.ss01 = -81; +U = -75; +aacute = -90; +edieresis = -89; +edieresis.ss01 = -89; +u = -88; +v = -68; +w = -69; +x = -93; +y = -70; +l.ss03 = -91; +l.ss04 = -92; +g.ss06 = -81; +gcircumflex.ss06 = -81; +}; +three.dnom = { +question = -99; +question.ss01 = -120; +parenright = -80; +quotedblleft = -168; +quotedblright = -157; +quoteleft = -105; +quoteright = -105; +quotedbl = -139; +quotesingle = -83; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +degree = -144; +}; +odotbelow.ss01 = { +T = -128; +}; +x = { +oslash = -2; +two = 0; +ampersand = -16; +plus = -30; +minus = -47; +notequal = -27; +logicalnot = -71; +asciitilde = -59; +}; +U = { +Dcroat = 0; +Eth = 0; +Hbar = 51; +Lslash = 4; +hbar = 43; +igrave = 36; +jcircumflex = 41; +greater = 15; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 18; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 31; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 27; +"@MMK_R_KO_l" = 23; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 16; +"@MMK_R_KO_n" = 14; +"@MMK_R_KO_icircumflex" = 46; +"@MMK_R_KO_imacron" = 55; +"@MMK_R_KO_itilde" = 56; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 22; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 20; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 18; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 16; +"@MMK_R_KO_ninesuperior" = 14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 22; +"@MMK_R_KO_backslash" = 3; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 9; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = 27; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -28; +"@MMK_R_KO_asciicircum" = -37; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_Oacute" = -51; +"@MMK_R_KO_J" = 45; +"@MMK_R_KO_G.ss07" = -43; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 47; +"@MMK_R_KO_Y" = 30; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 44; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -42; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_imacron" = 42; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -54; +"@MMK_R_KO_w" = -51; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -52; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -112; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -145; +"@MMK_R_KO_endash" = -131; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Eth = { +Eth = 20; +Oslash = 27; +}; +odotbelow = { +T = -128; +}; +baht = { +slash = -6; +parenright = -41; +parenright.case = -35; +}; +Icircumflex.ss02 = { +endash.case = -69; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 21; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 14; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 3; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -21; +"@MMK_R_KO_asciicircum" = -69; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -57; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_foursuperior" = -71; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_ninesuperior" = -56; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_question" = -100; +"@MMK_R_KO_asterisk" = -86; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -12; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -110; +"@MMK_R_KO_quotedblright" = -99; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -86; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -81; +"@MMK_R_KO_quotesingle" = -79; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -87; +}; +quotedblright = { +Dcroat = -47; +icircumflex = 5; +scaron = -72; +x = -66; +g.ss06 = -109; +mu = -88; +questiondown = -168; +questiondown.case = -125; +parenleft = -42; +quotesinglbase = -105; +asciitilde = -145; +}; +r = { +fl = 0; +germandbls = 0; +wdieresis = 13; +gcircumflex.ss06 = -16; +oneinferior = -69; +twoinferior = -69; +threeinferior = -72; +fourinferior = -91; +fiveinferior = -43; +sixinferior = -68; +ampersand = -58; +logicalnot = -82; +asciitilde = -46; +}; +seveninferior = { +I.ss02 = -54; +fourinferior = -45; +seveninferior = 25; +parenright = -84; +parenright.case = -62; +}; +sterling = { +two = 21; +hyphen.case = -59; +parenright = -48; +}; +Ocircumflex = { +Lslash = 0; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = -58; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -22; +"@MMK_R_KO_ellipsis" = -109; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -80; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_bracketright.case" = -15; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -20; +}; +_f.longarm = { +l = 0; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +l.ss03 = 0; +l.ss04 = 0; +}; +I.ss02 = { +Dcroat = -26; +igrave = 25; +jcircumflex = 5; +endash.case = -69; +plus = -89; +minus = -96; +notequal = -77; +less = -80; +approxequal = -109; +logicalnot = -125; +asciitilde = -115; +}; +quoteleft.ss01 = { +J.ss10 = -81; +igrave = 0; +icircumflex = 0; +imacron = 0; +jcircumflex = 0; +questiondown.case = -81; +questiondown.ss01 = -81; +hyphen = -81; +emdash = -81; +quotedblbase.ss01 = -81; +ampersand = -69; +minus = -81; +logicalnot = -81; +asciitilde = -81; +}; +Zacute = { +endash.case = -70; +}; +d = { +hbar = 6; +igrave = 3; +icaron = 3; +idieresis = 3; +jcircumflex = 11; +logicalnot = -51; +}; +notequal = { +zero = -22; +one = -45; +two = -27; +seven = -33; +parenright = -98; +parenright.case = -87; +A = -63; +B = -19; +F = -19; +L = -19; +N = -20; +Y = -76; +b = -20; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_J" = -65; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = -51; +"@MMK_R_KO_I.ss02" = -41; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_t_t.liga" = 0; +}; +six = { +icircumflex = 36; +parenleft = 24; +braceright = -35; +bracketright.case = -30; +trademark = -49; +asciicircum = -70; +}; +Idieresis.ss02 = { +idieresis = 0; +}; +quotedblleft.ss01 = { +A = -130; +J = -128; +igrave = 0; +icircumflex = 0; +imacron = 0; +jcircumflex = 0; +g.ss06 = -81; +mu = -56; +questiondown.case = -118; +ellipsis.ss01 = -150; +questiondown.ss01 = -150; +underscore = -150; +quotedblbase.ss01 = -150; +ampersand = -69; +minus = -150; +divide = -91; +asciitilde = -113; +}; +sevensuperior = { +A = -124; +C = -50; +O = -49; +G = -51; +fraction = -34; +sevensuperior = 26; +period = -100; +comma = -105; +colon = -56; +semicolon = -61; +slash = -128; +period.ss01 = -83; +comma.ss01 = -81; +colon.ss01 = -77; +semicolon.ss01 = -76; +hyphen = -74; +hyphen.case = -57; +guillemetleft = -92; +guilsinglleft = -92; +guillemetright = -75; +guilsinglright = -74; +plus = -70; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -21; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -25; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -20; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -45; +"@MMK_R_KO_threesuperior" = -37; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -37; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -18; +"@MMK_R_KO_ellipsis" = -85; +"@MMK_R_KO_exclam" = -23; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -70; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = -33; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -43; +"@MMK_R_KO_hyphen.case" = -35; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_braceright" = -82; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_parenright.case" = -59; +"@MMK_R_KO_bracketright.case" = -82; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -71; +"@MMK_R_KO_asciicircum" = -55; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -91; +"@MMK_R_KO_G.ss07" = 29; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -140; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -87; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = -95; +"@MMK_R_KO_I.ss02" = -69; +"@MMK_R_KO_J.ss10" = -94; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = 14; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = -8; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = 19; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -78; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -69; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -5; +}; +won = { +period = -100; +comma = -105; +slash = -69; +period.ss01 = -83; +comma.ss01 = -81; +}; +i.ss01 = { +l = 0; +c = 0; +e = 0; +o = 0; +m = 3; +n = 3; +r = 2; +p = 3; +j.ss01 = 2; +parenright = 0; +}; +guillemetright = { +T = -147; +x = -45; +threesuperior = -38; +fivesuperior = -51; +eightsuperior = -44; +colon = -47; +semicolon = -51; +questiondown = -84; +question.ss01 = -87; +questiondown.ss01 = -84; +braceright = -101; +braceright.case = -96; +bracketright.case = -93; +quotesinglbase = -105; +quotedblbase = -123; +quotedblbase.ss01 = -107; +quoteright.ss01 = -81; +}; +s = { +l = 0; +seven = -40; +emdash = 0; +registered = -34; +notequal = -36; +logicalnot = -47; +asciitilde = -30; +}; +five.dnom = { +question = -57; +question.ss01 = -109; +parenright = -83; +quotedblleft = -153; +quotedblright = -143; +quoteleft = -105; +quoteright = -105; +quotedbl = -111; +quotesingle = -83; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +degree = -124; +}; +ecircumflexgrave = { +parenright = -30; +bracketright = -36; +quotedbl = -54; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -49; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -124; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -40; +"@MMK_R_KO_I.ss02" = -45; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 22; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 25; +"@MMK_R_KO_w" = 25; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = 23; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 22; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -57; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -92; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -53; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -72; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -40; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 23; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 13; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 18; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = 27; +"@MMK_R_KO_nine" = 13; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = 27; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -8; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -20; +"@MMK_R_KO_plus" = -16; +"@MMK_R_KO_percent" = 7; +}; +Agrave = { +endash.case = -43; +}; +t_t.liga = { +wdieresis = 11; +hyphen = -49; +logicalnot = -77; +asciitilde = -46; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -100; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_J" = -113; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -155; +"@MMK_R_KO_a" = -67; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -70; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_s" = -47; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = -96; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_question" = 30; +"@MMK_R_KO_asterisk" = 31; +"@MMK_R_KO_slash" = -106; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = -155; +"@MMK_R_KO_endash" = -95; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_bracketright" = -43; +"@MMK_R_KO_parenright.case" = -37; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +ohorngrave = { +i = 10; +idotaccent = 10; +i.ss01 = 10; +idotaccent.ss01 = 10; +m = 8; +n = 8; +period = -28; +comma = -29; +period.ss01 = -60; +comma.ss01 = -53; +parenright = -40; +bracketright = -47; +guillemetright = -2; +quotedbl = -26; +}; +zeroinferior = { +parenright = -66; +}; +c = { +seven = -59; +registered = -30; +notequal = -40; +}; +Aacute = { +Dcroat = -27; +Eth = -27; +Tbar = -120; +endash.case = -43; +registered = -84; +}; +Abreve = { +endash.case = -43; +}; +eight.dnom = { +question = -102; +question.ss01 = -120; +parenright = -78; +quotedblleft = -168; +quotedblright = -160; +quoteleft = -105; +quoteright = -105; +quotedbl = -143; +quotesingle = -83; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +degree = -147; +}; +Idieresis.ss01 = { +Icircumflex = 2; +Idieresis.ss01 = 0; +idieresis.ss01 = 32; +parenright.case = 31; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -137; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_quotedblleft" = -72; +"@MMK_R_KO_quotedblright" = -56; +"@MMK_R_KO_quoteleft" = -66; +"@MMK_R_KO_quoteright" = -56; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -58; +"@MMK_R_KO_quotesingle" = -60; +"@MMK_R_KO_quotedblleft.ss01" = -73; +"@MMK_R_KO_quotedblright.ss01" = -61; +"@MMK_R_KO_quoteright.ss01" = -57; +}; +comma.ss01 = { +twosuperior = -81; +threesuperior = -81; +fivesuperior = -81; +eightsuperior = -81; +parenright = -2; +bracketright = -30; +quoteright.ss01 = -81; +}; +C = { +two = 3; +three = 2; +five = -2; +eight = -2; +braceright.case = -81; +plus = -48; +minus = -61; +greater = 16; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -139; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_Oacute" = -51; +"@MMK_R_KO_J" = -128; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -168; +"@MMK_R_KO_a" = -122; +"@MMK_R_KO_aacute" = -105; +"@MMK_R_KO_a.ss05" = -75; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -130; +"@MMK_R_KO_eacute" = -101; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -121; +"@MMK_R_KO_i" = -35; +"@MMK_R_KO_n" = -88; +"@MMK_R_KO_j" = -35; +"@MMK_R_KO_s" = -102; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -86; +"@MMK_R_KO_uacute" = -77; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_y" = -51; +"@MMK_R_KO_z" = -52; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_pi" = -56; +"@MMK_R_KO_zero" = -40; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -14; +"@MMK_R_KO_four" = -149; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -45; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_ellipsis" = -168; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -150; +"@MMK_R_KO_hyphen" = -168; +"@MMK_R_KO_endash" = -168; +"@MMK_R_KO_hyphen.case" = -86; +"@MMK_R_KO_endash.case" = -59; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -128; +"@MMK_R_KO_guillemetright" = -67; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_plus" = -120; +"@MMK_R_KO_percent" = 3; +}; +ocircumflexgrave = { +parenright = -38; +bracketright = -39; +quotedbl = -47; +quotesingle = -43; +}; +wcircumflex = { +p = 5; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -92; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -136; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = -59; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -121; +"@MMK_R_KO_Z" = -31; +"@MMK_R_KO_I.ss02" = -70; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 23; +"@MMK_R_KO_aacute" = 23; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 26; +"@MMK_R_KO_eacute" = 26; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 21; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -48; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = 7; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_two" = -15; +"@MMK_R_KO_three" = 9; +"@MMK_R_KO_four" = 39; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 10; +"@MMK_R_KO_seven" = -79; +"@MMK_R_KO_eight" = 29; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_foursuperior" = -129; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = -90; +"@MMK_R_KO_comma" = -103; +"@MMK_R_KO_question" = -100; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -81; +"@MMK_R_KO_hyphen" = 65; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -168; +"@MMK_R_KO_quotedblright" = -168; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = 31; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -162; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -150; +"@MMK_R_KO_quotedblright.ss01" = -150; +"@MMK_R_KO_plus" = -8; +}; +Umacron = { +Hbar = 51; +}; +Zcaron = { +Dcroat = -26; +igrave = 19; +endash.case = -70; +}; +sixinferior = { +T = -157; +W = -68; +parenright = -71; +bracketright = -72; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -65; +"@MMK_R_KO_Oacute" = -65; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -58; +"@MMK_R_KO_S" = -42; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -60; +"@MMK_R_KO_zero" = -63; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -34; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -27; +"@MMK_R_KO_nine" = -29; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_foursuperior" = -94; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_question" = -33; +"@MMK_R_KO_asterisk" = -44; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -40; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_hyphen.case" = -79; +"@MMK_R_KO_endash.case" = -76; +"@MMK_R_KO_quotedblleft" = -60; +"@MMK_R_KO_quotedblright" = -43; +"@MMK_R_KO_quoteleft" = -51; +"@MMK_R_KO_quoteright" = -42; +"@MMK_R_KO_guillemetleft" = -93; +"@MMK_R_KO_guillemetright" = -55; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -41; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_degree" = -68; +"@MMK_R_KO_plus" = -98; +"@MMK_R_KO_percent" = -27; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 22; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 29; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 35; +"@MMK_R_KO_aacute" = 35; +"@MMK_R_KO_a.ss05" = 28; +"@MMK_R_KO_l" = 31; +"@MMK_R_KO_e" = 36; +"@MMK_R_KO_eacute" = 36; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 32; +"@MMK_R_KO_i" = 32; +"@MMK_R_KO_n" = 28; +"@MMK_R_KO_j" = 31; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 24; +"@MMK_R_KO_uacute" = 24; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = 13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 14; +"@MMK_R_KO_three" = 19; +"@MMK_R_KO_four" = 32; +"@MMK_R_KO_five" = 23; +"@MMK_R_KO_six" = 15; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 40; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_ellipsis" = -55; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_hyphen" = 52; +"@MMK_R_KO_endash" = 47; +"@MMK_R_KO_hyphen.case" = 26; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_degree" = -52; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -6; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -23; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -25; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -45; +"@MMK_R_KO_threesuperior" = -37; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -37; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -18; +"@MMK_R_KO_ellipsis" = -85; +"@MMK_R_KO_exclam" = -23; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_period.ss01" = -70; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = -33; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -35; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_parenright.case" = -59; +"@MMK_R_KO_bracketright.case" = -82; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +}; +Idotaccent = { +l.ss04 = 23; +}; +zero.dnom = { +question = -111; +question.ss01 = -118; +parenright = -81; +parenright.case = -45; +quotedblleft = -168; +quotedblright = -164; +quoteleft = -105; +quoteright = -105; +quotedbl = -148; +quotesingle = -83; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +degree = -152; +}; +I = { +I = 0; +Hbar = 38; +hbar = 27; +igrave = 28; +jcircumflex = 31; +logicalnot = -50; +}; +uhornhookabove = { +a = -26; +a.ss05 = -17; +period = -28; +comma = -32; +ellipsis = -71; +period.ss01 = -67; +ellipsis.ss01 = -67; +comma.ss01 = -49; +parenright = -18; +bracketright = -35; +quotedblright = -3; +quotedbl = 0; +}; +Idieresis = { +Icircumflex = 2; +Idieresis = 0; +idieresis = 31; +parenright = 19; +parenright.case = 37; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -115; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -59; +"@MMK_R_KO_Oacute" = -59; +"@MMK_R_KO_J" = -107; +"@MMK_R_KO_G.ss07" = -50; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 40; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 47; +"@MMK_R_KO_W" = 33; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 60; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 39; +"@MMK_R_KO_J.ss10" = -163; +"@MMK_R_KO_a" = -104; +"@MMK_R_KO_aacute" = -60; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -110; +"@MMK_R_KO_eacute" = -63; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = -100; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -62; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_itilde" = 34; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -99; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -66; +"@MMK_R_KO_uacute" = -42; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -50; +"@MMK_R_KO_x" = -52; +"@MMK_R_KO_y" = -48; +"@MMK_R_KO_z" = -56; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = -88; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = -135; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_colon" = -53; +"@MMK_R_KO_semicolon" = -57; +"@MMK_R_KO_ellipsis" = -172; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -107; +"@MMK_R_KO_backslash" = 31; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -62; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -123; +"@MMK_R_KO_endash" = -109; +"@MMK_R_KO_underscore" = -136; +"@MMK_R_KO_hyphen.case" = -75; +"@MMK_R_KO_parenleft" = -28; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -119; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -89; +}; +Ecircumflexdotbelow.ss01 = { +T = 40; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -137; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_W" = -45; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -100; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_twosuperior" = -32; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -40; +"@MMK_R_KO_sevensuperior" = -76; +"@MMK_R_KO_eightsuperior" = -24; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -50; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -48; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -58; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_braceright" = -74; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = -86; +"@MMK_R_KO_quotedblright" = -66; +"@MMK_R_KO_quoteleft" = -88; +"@MMK_R_KO_quoteright" = -69; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -61; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -73; +"@MMK_R_KO_quotedblright.ss01" = -70; +"@MMK_R_KO_quoteright.ss01" = -70; +"@MMK_R_KO_trademark" = -92; +"@MMK_R_KO_asciicircum" = -71; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = -37; +"@MMK_R_KO_I.ss02" = -37; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -14; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -6; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -46; +"@MMK_R_KO_comma" = -49; +"@MMK_R_KO_ellipsis" = -96; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -32; +"@MMK_R_KO_period.ss01" = -79; +"@MMK_R_KO_comma.ss01" = -69; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_endash.case" = 8; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_degree" = -33; +"@MMK_R_KO_plus" = -16; +"@MMK_R_KO_percent" = 0; +}; +one = { +icircumflex = 23; +three = 0; +multiply = -24; +equal = 0; +notequal = -27; +asciicircum = -76; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 36; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -58; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -51; +"@MMK_R_KO_I.ss02" = -45; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -14; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = -58; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -22; +"@MMK_R_KO_ellipsis" = -109; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -80; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_underscore" = -56; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_parenright.case" = -74; +"@MMK_R_KO_bracketright.case" = -64; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -38; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -37; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -80; +}; +lcaron.ss04 = { +ncaron = 23; +scaron = 2; +exclam.ss01 = 99; +}; +Gdotaccent = { +Hbar = 10; +}; +fl = { +Hbar = 29; +l = 0; +idieresis = 0; +jcircumflex = 8; +periodcentered.loclCAT = -11; +}; +quotedbl = { +Dcroat = -14; +Hbar = 20; +Lslash = -24; +hbar = 0; +igrave = 2; +icircumflex = 14; +idieresis = 23; +imacron = 28; +jcircumflex = 13; +x = -35; +idieresis.ss01 = 6; +g.ss06 = -63; +gcommaaccent.ss06 = -58; +gdotaccent.ss06 = -58; +gdotaccent.ss01.ss06 = -58; +mu = -52; +exclamdown = -59; +questiondown = -140; +backslash = 33; +questiondown.case = -115; +ellipsis.ss01 = -162; +exclamdown.ss01 = -58; +questiondown.ss01 = -150; +underscore = -162; +parenleft = -15; +braceleft = -35; +ampersand = -79; +sterling = -43; +minus = -90; +lessequal = -96; +asciitilde = -74; +}; +O = { +Dcroat = 0; +Eth = 0; +Hbar = 7; +Lslash = 0; +Tbar = -56; +idieresis = 7; +parenleft.case = 16; +braceright.case = -68; +less = 16; +}; +Zdotaccent.ss01 = { +Hbar = 21; +endash.case = -70; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -37; +"@MMK_R_KO_O" = -83; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -83; +"@MMK_R_KO_S" = -43; +"@MMK_R_KO_T" = -83; +"@MMK_R_KO_U" = -68; +"@MMK_R_KO_V" = -83; +"@MMK_R_KO_W" = -83; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = -38; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_f" = -69; +"@MMK_R_KO_g" = -57; +"@MMK_R_KO_i" = -37; +"@MMK_R_KO_n" = -37; +"@MMK_R_KO_j" = -38; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -75; +"@MMK_R_KO_u" = -58; +"@MMK_R_KO_v" = -83; +"@MMK_R_KO_w" = -83; +"@MMK_R_KO_y" = -83; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = -38; +"@MMK_R_KO_t_t.liga" = -75; +"@MMK_R_KO_pi" = -58; +"@MMK_R_KO_zero" = -66; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = -36; +"@MMK_R_KO_six" = -63; +"@MMK_R_KO_seven" = -83; +"@MMK_R_KO_eight" = -37; +"@MMK_R_KO_nine" = -40; +"@MMK_R_KO_sixsuperior" = -83; +"@MMK_R_KO_onesuperior" = -83; +"@MMK_R_KO_foursuperior" = -83; +"@MMK_R_KO_sevensuperior" = -83; +"@MMK_R_KO_ninesuperior" = -83; +"@MMK_R_KO_asterisk" = -83; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = -83; +"@MMK_R_KO_endash" = -83; +"@MMK_R_KO_hyphen.case" = -83; +"@MMK_R_KO_endash.case" = -83; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_guillemetleft" = -83; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = -83; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -83; +}; +braceleft = { +p = -3; +x = -68; +parenleft = -46; +braceright = 38; +at = -81; +minus = -108; +logicalnot = -132; +asciicircum = -133; +}; +rcaron = { +I.ss02 = 0; +onesuperior = -2; +twosuperior = -10; +sevensuperior = -6; +parenright = -25; +}; +f_f_i.liga = { +hbar = 3; +idieresis = 3; +jcircumflex = 6; +germandbls = 2; +logicalnot = -51; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -40; +"@MMK_R_KO_O" = -92; +"@MMK_R_KO_Oacute" = -86; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -79; +"@MMK_R_KO_S" = -52; +"@MMK_R_KO_T" = -166; +"@MMK_R_KO_U" = -61; +"@MMK_R_KO_V" = -161; +"@MMK_R_KO_W" = -122; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -165; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -50; +"@MMK_R_KO_a" = -72; +"@MMK_R_KO_aacute" = -72; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -42; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_eacute" = -73; +"@MMK_R_KO_f" = -71; +"@MMK_R_KO_g" = -39; +"@MMK_R_KO_i" = -41; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -55; +"@MMK_R_KO_s" = -45; +"@MMK_R_KO_t" = -75; +"@MMK_R_KO_u" = -69; +"@MMK_R_KO_uacute" = -69; +"@MMK_R_KO_v" = -115; +"@MMK_R_KO_w" = -86; +"@MMK_R_KO_y" = -59; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = -42; +"@MMK_R_KO_t_t.liga" = -73; +"@MMK_R_KO_pi" = -61; +"@MMK_R_KO_zero" = -80; +"@MMK_R_KO_one" = -107; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = -39; +"@MMK_R_KO_four" = -120; +"@MMK_R_KO_five" = -48; +"@MMK_R_KO_six" = -75; +"@MMK_R_KO_seven" = -106; +"@MMK_R_KO_eight" = -49; +"@MMK_R_KO_nine" = -54; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_question" = -120; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -166; +"@MMK_R_KO_endash" = -168; +"@MMK_R_KO_hyphen.case" = -168; +"@MMK_R_KO_endash.case" = -168; +"@MMK_R_KO_quotedblleft" = -168; +"@MMK_R_KO_quotedblright" = -168; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = -119; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_plus" = -168; +"@MMK_R_KO_percent" = -75; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -67; +"@MMK_R_KO_Oacute" = -65; +"@MMK_R_KO_J" = -70; +"@MMK_R_KO_G.ss07" = -59; +"@MMK_R_KO_S" = -47; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -106; +"@MMK_R_KO_a" = -79; +"@MMK_R_KO_aacute" = -77; +"@MMK_R_KO_a.ss05" = -58; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -79; +"@MMK_R_KO_eacute" = -75; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_n" = -56; +"@MMK_R_KO_j" = 19; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -80; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -77; +"@MMK_R_KO_uacute" = -58; +"@MMK_R_KO_v" = -77; +"@MMK_R_KO_w" = -73; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -53; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -51; +"@MMK_R_KO_pi" = -75; +"@MMK_R_KO_zero" = -63; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_two" = -36; +"@MMK_R_KO_three" = -44; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_five" = -24; +"@MMK_R_KO_six" = -64; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -38; +"@MMK_R_KO_nine" = -37; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_foursuperior" = -94; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -98; +"@MMK_R_KO_question" = -33; +"@MMK_R_KO_asterisk" = -43; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = -78; +"@MMK_R_KO_endash" = -75; +"@MMK_R_KO_bracketright" = 34; +"@MMK_R_KO_quotedblleft" = -60; +"@MMK_R_KO_quotedblright" = -43; +"@MMK_R_KO_quoteleft" = -51; +"@MMK_R_KO_quoteright" = -42; +"@MMK_R_KO_guillemetleft" = -96; +"@MMK_R_KO_guillemetright" = -93; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_degree" = -67; +"@MMK_R_KO_plus" = -97; +"@MMK_R_KO_percent" = -28; +}; +logicalnot = { +one = -105; +two = -47; +seven = -131; +nine = -30; +parenright = -109; +parenright.case = -85; +v = -28; +x = -61; +y = -35; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 29; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 17; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 17; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 17; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 47; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 55; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 17; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 15; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -55; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 32; +"@MMK_R_KO_period.ss01" = -43; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = -6; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = 6; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = 17; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -53; +}; +ydotbelow = { +ecircumflexdotbelow = -6; +period = -57; +comma = -26; +parenright = -32; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 14; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -38; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -14; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -56; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -42; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -41; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -34; +"@MMK_R_KO_trademark" = -81; +"@MMK_R_KO_asciicircum" = -83; +}; +idotless = { +T = -103; +}; +acircumflexhookabove.ss05 = { +y = -19; +}; +Iogonek.ss02 = { +iogonek = 59; +j = 56; +j.ss01 = 56; +endash.case = -69; +}; +aogonek = { +j = 6; +j.ss01 = 6; +parenright = 0; +bracketright = 0; +}; +ldot.ss01.ss03 = { +period.ss01 = -54; +comma.ss01 = -52; +}; +Idotbelow = { +j = 25; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -33; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -69; +}; +Tbar = { +A = -121; +Aacute = -121; +T = 47; +Tbar = 47; +a = -69; +a.ss05 = -66; +e = -68; +o = -68; +oslash = -63; +tbar = -57; +period = -100; +comma = -105; +slash = -124; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -48; +guillemetleft = -69; +guilsinglleft = -69; +}; +itilde = { +exclam.ss01 = 53; +quotedbl = 49; +}; +Idotaccent.ss01 = { +l.ss04 = 23; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 24; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = 13; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = 19; +"@MMK_R_KO_four" = 15; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = 23; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -47; +"@MMK_R_KO_comma.ss01" = -45; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_hyphen" = 33; +"@MMK_R_KO_endash" = 26; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -32; +"@MMK_R_KO_plus" = -7; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 45; +parenright = 15; +quotesingle = 39; +}; +multiply = { +one = -5; +seven.numr = -29; +parenright = -111; +parenright.case = -102; +A = -34; +J = -68; +T = -82; +V = -33; +X = -47; +Y = -47; +p = -25; +}; +Ccircumflex = { +jcircumflex = 6; +}; +q = { +j = 4; +j.ss01 = 4; +comma = 3; +slash = 26; +parenright = 0; +braceright = -3; +bracketright = 0; +}; +tcaron = { +a = -18; +b = 0; +h = 0; +k = 0; +l = 0; +o = -18; +f = 10; +i = 0; +j = 0; +sixsuperior = 9; +onesuperior = 11; +twosuperior = 11; +threesuperior = 0; +fivesuperior = 11; +sevensuperior = 36; +eightsuperior = 13; +ninesuperior = 12; +period = 10; +comma = 6; +colon = 7; +exclam = 22; +question = 35; +exclam.ss01 = 32; +hyphen = -51; +parenright = 38; +bracketright = 11; +quotedblleft = 0; +quotedblright = 0; +quoteleft = 0; +guillemetleft = -36; +guilsinglleft = -21; +quotedbl = 6; +quotesingle = 13; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 10; +}; +uogonek = { +j = 4; +j.ss01 = 4; +parenright = 0; +bracketright = -5; +}; +seven.dnom = { +period = -54; +comma = -58; +question = -47; +period.ss01 = -82; +comma.ss01 = -79; +question.ss01 = -109; +parenright = -93; +parenright.case = -65; +quotedblleft = -152; +quotedblright = -143; +quoteleft = -105; +quoteright = -105; +quotedbl = -92; +quotesingle = -83; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +degree = -96; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -74; +"@MMK_R_KO_Oacute" = -74; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -64; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_zero" = -50; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -26; +"@MMK_R_KO_nine" = -26; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_foursuperior" = -75; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_asterisk" = -38; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_hyphen.case" = -74; +"@MMK_R_KO_endash.case" = -70; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_degree" = -71; +"@MMK_R_KO_plus" = -92; +"@MMK_R_KO_percent" = -30; +}; +Igrave.ss02 = { +igrave = 25; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 10; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 17; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 13; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 46; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 55; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 23; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 18; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 16; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -36; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -84; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = 33; +"@MMK_R_KO_period.ss01" = -69; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = -35; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = 17; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -52; +}; +Amacron = { +endash.case = -43; +}; +hyphen = { +Dcroat = 0; +Lslash = 50; +Oslash = 10; +x = -55; +l.ss03 = 6; +mu = 5; +zero.numr = -43; +one.numr = -40; +three.numr = -25; +four.numr = -81; +five.numr = -35; +six.numr = -40; +seven.numr = -45; +eight.numr = -30; +nine.numr = -31; +threesuperior = -28; +fivesuperior = -39; +eightsuperior = -33; +colon = -96; +semicolon = -102; +questiondown = -67; +question.ss01 = -108; +questiondown.ss01 = -67; +parenleft = 25; +braceright = -80; +quotesinglbase = -105; +quotedblbase = -166; +quotedblbase.ss01 = -150; +quoteleft.ss01 = -81; +quoteright.ss01 = -81; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -128; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -29; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -1; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -44; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -75; +"@MMK_R_KO_eightsuperior" = -30; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = -34; +"@MMK_R_KO_comma" = -34; +"@MMK_R_KO_colon" = -32; +"@MMK_R_KO_semicolon" = -35; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -75; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = -51; +"@MMK_R_KO_period.ss01" = -65; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = -51; +"@MMK_R_KO_question.ss01" = -81; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -80; +"@MMK_R_KO_braceright" = -81; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_quotedblleft" = -112; +"@MMK_R_KO_quotedblright" = -91; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -95; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -84; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -97; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -108; +"@MMK_R_KO_asciicircum" = -99; +}; +l = { +Hbar = 29; +l = 0; +hbar = 3; +igrave = 0; +ibreve = 0; +icaron = 0; +idieresis = 0; +jcircumflex = 8; +periodcentered.loclCAT = -11; +at = 0; +notequal = -24; +logicalnot = -53; +}; +registered = { +period = -100; +comma = -105; +slash = -83; +period.ss01 = -83; +comma.ss01 = -81; +parenright = -65; +parenright.case = -57; +trademark = -56; +}; +quotedblright.ss01 = { +icircumflex = 19; +g.ss06 = -98; +mu = -65; +questiondown.case = -119; +ellipsis.ss01 = -150; +questiondown.ss01 = -150; +asciitilde = -137; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -91; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -140; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -57; +"@MMK_R_KO_Y" = -108; +"@MMK_R_KO_Z" = -50; +"@MMK_R_KO_I.ss02" = -69; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 22; +"@MMK_R_KO_eacute" = 22; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -63; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_pi" = -14; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_two" = -38; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 15; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 9; +"@MMK_R_KO_seven" = -83; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_question" = -109; +"@MMK_R_KO_slash" = -50; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -42; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -168; +"@MMK_R_KO_quotedblright" = -168; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = 30; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -143; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -150; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -85; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_J" = -111; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = 44; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 37; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 37; +"@MMK_R_KO_J.ss10" = -186; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -47; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_eacute" = -45; +"@MMK_R_KO_f" = -40; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -41; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -50; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -46; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_x" = -75; +"@MMK_R_KO_y" = -51; +"@MMK_R_KO_z" = -82; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = -41; +"@MMK_R_KO_t_t.liga" = -56; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_colon" = -53; +"@MMK_R_KO_semicolon" = -55; +"@MMK_R_KO_ellipsis" = -282; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -111; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -81; +"@MMK_R_KO_question.ss01" = -34; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -223; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = -33; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -67; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -75; +}; +published = { +parenright = -71; +parenright.case = -60; +}; +emdash.case = { +one.numr = -21; +seven.numr = -27; +question.ss01 = -43; +quotedblbase = -168; +quotedblbase.ss01 = -150; +quoteright.ss01 = -45; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -36; +"@MMK_R_KO_I.ss02" = -38; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -11; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = -25; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -42; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_ellipsis" = -92; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_period.ss01" = -75; +"@MMK_R_KO_comma.ss01" = -67; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_endash.case" = 10; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_degree" = -36; +"@MMK_R_KO_plus" = -14; +"@MMK_R_KO_percent" = 0; +}; +Atilde = { +ordfeminine = -104; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -34; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -38; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -43; +"@MMK_R_KO_quotedblright.ss01" = -41; +"@MMK_R_KO_quoteright.ss01" = -41; +}; +quotesingle = { +Hbar = 20; +eacute = -71; +hbar = 24; +igrave = 12; +icaron = 20; +icircumflex = 21; +idieresis = 23; +imacron = 28; +itilde = 43; +jcircumflex = 21; +idieresis.ss01 = 10; +g.ss06 = -63; +mu = -47; +exclamdown = -58; +questiondown = -83; +backslash = 33; +questiondown.case = -83; +questiondown.ss01 = -83; +underscore = -83; +ampersand = -68; +lessequal = -83; +asciitilde = -74; +}; +exclam = { +exclam = -4; +parenright = -18; +guillemetleft = -29; +guillemetright = -28; +}; +Imacron.ss02 = { +endash.case = -69; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -149; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = -4; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_itilde" = -4; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = -5; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -55; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_underscore" = 22; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -80; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -74; +"@MMK_R_KO_asciicircum" = -40; +}; +imacron = { +ncommaaccent = 3; +lcommaaccent = 2; +three = 21; +exclam.ss01 = 51; +quotedbl = 28; +}; +three = { +icircumflex = 37; +braceright = -35; +bracketright.case = -29; +trademark = -40; +}; +radical = { +four = -67; +seven = 16; +hyphen = -52; +A = -84; +J = -88; +J.ss10 = -102; +a = -41; +d = -36; +a.ss05 = -27; +c = -42; +g = -36; +s = -36; +l.ss04 = 39; +g.ss06 = -32; +}; +quotesinglbase = { +Iogonek = 0; +oslash = -25; +p = -3; +jcircumflex = 0; +germandbls = -56; +numbersign = -96; +parenleft.case = -56; +at = -71; +copyright = -88; +published = -88; +dollar = -63; +euro = -105; +minus = -105; +equal = -105; +approxequal = -105; +}; +germandbls = { +a = 8; +d = 9; +a.ss05 = 17; +e = 8; +f = 0; +g = 6; +i = 12; +s = 0; +t = 0; +v = 0; +w = 0; +g.ss06 = 17; +t_i.liga = 0; +t_t.liga = 0; +period.ss01 = -48; +comma.ss01 = -42; +hyphen = 34; +parenright = -39; +bracketright = -44; +quotedblleft = -32; +quotesingle = -16; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_U" = 27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 26; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -55; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -50; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_parenleft" = 32; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -35; +"@MMK_R_KO_O" = -86; +"@MMK_R_KO_Oacute" = -88; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -79; +"@MMK_R_KO_S" = -46; +"@MMK_R_KO_T" = -105; +"@MMK_R_KO_U" = -61; +"@MMK_R_KO_V" = -105; +"@MMK_R_KO_W" = -105; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -105; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -50; +"@MMK_R_KO_a" = -67; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -35; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = -56; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -35; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -45; +"@MMK_R_KO_s" = -44; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -69; +"@MMK_R_KO_uacute" = -65; +"@MMK_R_KO_v" = -105; +"@MMK_R_KO_w" = -86; +"@MMK_R_KO_y" = -55; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = -35; +"@MMK_R_KO_t_t.liga" = -59; +"@MMK_R_KO_pi" = -61; +"@MMK_R_KO_zero" = -70; +"@MMK_R_KO_one" = -104; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = -39; +"@MMK_R_KO_four" = -105; +"@MMK_R_KO_five" = -44; +"@MMK_R_KO_six" = -64; +"@MMK_R_KO_seven" = -101; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -47; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_question" = -105; +"@MMK_R_KO_asterisk" = -105; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -105; +"@MMK_R_KO_hyphen.case" = -105; +"@MMK_R_KO_quotedblleft" = -105; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = -105; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_plus" = -105; +"@MMK_R_KO_percent" = -75; +}; +Odieresis = { +Eth = 0; +Germandbls = 10; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -128; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -50; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_bracketright" = -92; +"@MMK_R_KO_parenright.case" = -52; +"@MMK_R_KO_quotedblleft" = -46; +"@MMK_R_KO_quotedblright" = -34; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -37; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_degree" = -48; +"@MMK_R_KO_plus" = -25; +"@MMK_R_KO_percent" = 0; +}; +e = { +idieresis = -4; +germandbls = -15; +gbreve.ss06 = 0; +seven = -63; +emdash = 7; +registered = -24; +logicalnot = -39; +asciitilde = -6; +}; +Oacute = { +Eth = 0; +Lslash = 0; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -30; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -5; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -43; +"@MMK_R_KO_quoteleft" = -40; +"@MMK_R_KO_quoteright" = -43; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -29; +"@MMK_R_KO_trademark" = -90; +"@MMK_R_KO_asciicircum" = -74; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -127; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 28; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 29; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -44; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -11; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -42; +"@MMK_R_KO_endash" = -53; +"@MMK_R_KO_underscore" = 41; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -42; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -40; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -31; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_quoteright.ss01" = -31; +"@MMK_R_KO_trademark" = -84; +"@MMK_R_KO_asciicircum" = -46; +}; +Germandbls = { +B = 17; +E = 17; +I = 17; +L = 17; +S = 13; +T = 0; +Z = 20; +a = 30; +foursuperior = -36; +hyphen = 52; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -75; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -49; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -45; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -44; +"@MMK_R_KO_quotedblright.ss01" = -46; +"@MMK_R_KO_quoteright.ss01" = -41; +}; +six.dnom = { +question = -98; +question.ss01 = -124; +parenright = -87; +quotedblleft = -168; +quotedblright = -157; +quoteleft = -105; +quoteright = -105; +quotedbl = -139; +quotesingle = -83; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +degree = -144; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -55; +}; +less = { +two = 33; +three = 39; +parenright = -53; +less = -117; +S = 29; +}; +Acircumflex = { +six = -18; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -105; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_Oacute" = -38; +"@MMK_R_KO_J" = -105; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -105; +"@MMK_R_KO_a" = -105; +"@MMK_R_KO_aacute" = -76; +"@MMK_R_KO_a.ss05" = -55; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -105; +"@MMK_R_KO_eacute" = -81; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -105; +"@MMK_R_KO_i" = -35; +"@MMK_R_KO_n" = -66; +"@MMK_R_KO_j" = -35; +"@MMK_R_KO_s" = -89; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -64; +"@MMK_R_KO_uacute" = -52; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -50; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -37; +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -23; +"@MMK_R_KO_four" = -105; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -25; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_ellipsis" = -105; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = -105; +"@MMK_R_KO_hyphen" = -105; +"@MMK_R_KO_endash" = -105; +"@MMK_R_KO_hyphen.case" = -75; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = -105; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_degree" = -42; +"@MMK_R_KO_plus" = -105; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -134; +"@MMK_R_KO_H" = -23; +"@MMK_R_KO_O" = -41; +"@MMK_R_KO_J" = -139; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -50; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = -55; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = -234; +"@MMK_R_KO_a" = -93; +"@MMK_R_KO_a.ss05" = -76; +"@MMK_R_KO_l" = -28; +"@MMK_R_KO_e" = -97; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = -93; +"@MMK_R_KO_i" = -48; +"@MMK_R_KO_n" = -68; +"@MMK_R_KO_j" = -48; +"@MMK_R_KO_s" = -77; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_z" = -60; +"@MMK_R_KO_t_t.liga" = -28; +}; +ellipsis.ss01 = { +Dcroat = -68; +Tbar = -173; +tbar = -85; +twosuperior = -183; +threesuperior = -195; +fivesuperior = -200; +eightsuperior = -203; +question.ss01 = -145; +parenleft = -54; +braceright = -97; +parenleft.case = -72; +quoteleft.ss01 = -81; +quoteright.ss01 = -81; +}; +u = { +l = 0; +idieresis = 3; +s = 0; +germandbls = 2; +logicalnot = -51; +}; +colon.ss01 = { +T = -83; +V = -44; +Y = -65; +zero = -28; +one = -20; +three = -27; +four = -69; +onesuperior = -67; +sevensuperior = -78; +emdash = -73; +parenright = -55; +braceright = -67; +bracketright = -67; +}; +ocircumflexacute = { +sevensuperior = -18; +parenright = 0; +bracketright = -10; +quotedbl = -43; +quotesingle = -40; +}; +egrave = { +T = -138; +}; +Jcircumflex = { +jcircumflex = 47; +parenright = 29; +bracketright = 3; +parenright.case = 48; +bracketright.case = 0; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 13; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 26; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 22; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 16; +"@MMK_R_KO_n" = 13; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 46; +"@MMK_R_KO_itilde" = 41; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 35; +"@MMK_R_KO_endash" = 22; +"@MMK_R_KO_underscore" = -4; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 27; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_bracketright.case" = -29; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -64; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_J" = -110; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -143; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -93; +"@MMK_R_KO_Y" = -86; +"@MMK_R_KO_Z" = -81; +"@MMK_R_KO_I.ss02" = -81; +"@MMK_R_KO_J.ss10" = -51; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = 40; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = 40; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = 33; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 16; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -47; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -100; +"@MMK_R_KO_U" = -37; +"@MMK_R_KO_V" = -100; +"@MMK_R_KO_W" = -99; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -100; +"@MMK_R_KO_Z" = 54; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_v" = -84; +"@MMK_R_KO_w" = -53; +"@MMK_R_KO_y" = -65; +"@MMK_R_KO_z" = 34; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -42; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_two" = 45; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = -68; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -6; +"@MMK_R_KO_sixsuperior" = -100; +"@MMK_R_KO_onesuperior" = -100; +"@MMK_R_KO_foursuperior" = -100; +"@MMK_R_KO_sevensuperior" = -100; +"@MMK_R_KO_ninesuperior" = -100; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -100; +"@MMK_R_KO_asterisk" = -100; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_hyphen" = -91; +"@MMK_R_KO_endash" = -100; +"@MMK_R_KO_hyphen.case" = -100; +"@MMK_R_KO_endash.case" = -100; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -100; +"@MMK_R_KO_quotedblright" = -100; +"@MMK_R_KO_quoteleft" = -100; +"@MMK_R_KO_quoteright" = -100; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -100; +"@MMK_R_KO_quotesingle" = -83; +}; +udieresis = { +germandbls = 2; +}; +E = { +Hbar = 5; +igrave = 23; +idieresis = 0; +jcircumflex = 0; +germandbls = -32; +idieresis.ss01 = 28; +zero = -33; +two = 16; +six = -34; +seven = 29; +numbersign = -40; +registered = -46; +multiply = -48; +logicalnot = -36; +asciitilde = -34; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -56; +"@MMK_R_KO_Oacute" = -56; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -145; +"@MMK_R_KO_U" = -35; +"@MMK_R_KO_V" = -136; +"@MMK_R_KO_W" = -88; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = -136; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_v" = -79; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = -62; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_quotedblright" = -168; +"@MMK_R_KO_quotedbl" = -162; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblright.ss01" = -150; +}; +Lcaron = { +A = 51; +B = 0; +M = 0; +N = 0; +K = 10; +C = -46; +O = -45; +G = -46; +Ccaron = -46; +Ocircumflex = -45; +J = 68; +S = 0; +Scaron = 0; +T = -67; +U = -22; +Uacute = -22; +V = -74; +W = -81; +Zcaron = 67; +I.ss02 = 67; +a = -40; +u = -35; +v = -78; +w = -55; +sixsuperior = -111; +onesuperior = -78; +twosuperior = -94; +threesuperior = -99; +foursuperior = -128; +fivesuperior = -112; +sevensuperior = -80; +eightsuperior = -109; +ninesuperior = -103; +period = 33; +comma = 27; +question = -74; +question.ss01 = -95; +hyphen = -172; +hyphen.case = -168; +parenright = -43; +quotedblleft = -113; +quoteleft = -105; +guillemetleft = -81; +guilsinglleft = -81; +quotedbl = -97; +quotesingle = -83; +quotedblleft.ss01 = -107; +quoteleft.ss01 = -81; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -45; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -76; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -127; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -75; +"@MMK_R_KO_I.ss02" = -76; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 27; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 27; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 26; +"@MMK_R_KO_w" = 24; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 25; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 27; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -21; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -84; +"@MMK_R_KO_comma" = -91; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -122; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -45; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -79; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_braceright" = -79; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -39; +}; +Udieresis.ss01 = { +b = 18; +}; +twosuperior = { +A = -59; +fraction = 2; +period = -100; +comma = -105; +slash = -71; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = 0; +parenright = -23; +parenright.case = -17; +}; +period = { +g.ss06 = 30; +ordfeminine = -100; +ordmasculine = -100; +twosuperior = -100; +threesuperior = -100; +fivesuperior = -100; +eightsuperior = -100; +parenleft = -16; +braceright = -53; +parenleft.case = -38; +}; +uhorntilde = { +a = -26; +a.ss05 = -17; +n = 0; +u = -5; +period = -28; +comma = -32; +ellipsis = -71; +question = 30; +period.ss01 = -67; +ellipsis.ss01 = -67; +comma.ss01 = -49; +parenright = -17; +quotedblright = -3; +quotedbl = 0; +}; +nine = { +ordmasculine = -4; +underscore = -47; +braceright = -64; +braceright.case = -62; +bracketright.case = -59; +trademark = -59; +asciicircum = -66; +}; +T = { +Hbar = 0; +Lslash = -25; +Oslash = -58; +Tbar = 47; +aacute = -127; +agrave = -84; +adotbelow = -127; +adotbelow.ss01 = -127; +aogonek = -127; +adieresis = -75; +ahookabove = -103; +ae = -138; +a.ss05 = -136; +aacute.ss05 = -120; +aogonek.ss05 = -136; +adotbelow.ss05 = -136; +cacute = -126; +ccedilla = -128; +eacute = -125; +edotaccent = -114; +eogonek = -127; +edotbelow = -127; +edotbelow.ss01 = -127; +edotaccent.ss01 = -120; +egrave = -77; +ecaron = -61; +ehookabove = -96; +oacute = -126; +ohookabove = -101; +ograve = -82; +ocircumflexhookabove = -89; +ohungarumlaut = -109; +odotbelow = -128; +ohorngrave = -82; +ohornacute = -126; +odotbelow.ss01 = -128; +oslash = -127; +gbreve = -64; +i.ss01 = -13; +idotaccent.ss01 = -13; +iacute = -52; +igrave = 11; +rcaron = 0; +ihookabove = 0; +idotless = -103; +ibreve = 43; +icaron = 35; +idieresis = 0; +racute = -70; +scaron = -49; +scircumflex = -65; +uacute = -119; +uhorndotbelow = -119; +uhorndotbelow.ss01 = -119; +ugrave = -69; +udotbelow = -119; +uogonek = -119; +uhorngrave = -69; +uhornacute = -119; +udotbelow.ss01 = -119; +uhornhookabove = -87; +ygrave = -60; +ycircumflex = -67; +yhookabove = -67; +zcaron = -43; +idieresis.ss01 = 14; +zero = -43; +six = -46; +seven = 36; +zeroinferior = -153; +twoinferior = -157; +numbersign = -70; +endash.case = -140; +parenleft.case = -45; +guilsinglleft = -128; +guilsinglright = -128; +at = -77; +ampersand = -72; +registered = -65; +plus = -136; +minus = -166; +multiply = -82; +divide = -147; +equal = -140; +less = -142; +greaterequal = -63; +plusminus = -136; +approxequal = -166; +logicalnot = -184; +asciitilde = -169; +}; +quotesinglbase.ss01 = { +Dcroat = -52; +T = -81; +Tcaron = -81; +V = -81; +W = -81; +Y = -81; +oslash = -9; +germandbls = -51; +numbersign = -81; +question.ss01 = -81; +parenleft.case = -52; +quoteright.ss01 = -81; +at = -58; +copyright = -80; +published = -80; +euro = -81; +minus = -81; +equal = -81; +approxequal = -81; +}; +Q = { +Dcroat = 0; +two = 8; +seven = -22; +registered = -15; +}; +quoteright = { +Hbar = 5; +a.ss05 = -105; +eacute = -105; +hbar = 13; +igrave = -3; +icircumflex = 4; +idieresis = 25; +imacron = 22; +itilde = 29; +jcircumflex = 3; +scaron = -62; +x = -72; +g.ss06 = -105; +gdotaccent.ss06 = -88; +mu = -91; +questiondown = -105; +questiondown.case = -105; +quotedblbase = -105; +euro = -74; +asciitilde = -105; +}; +minus = { +one = -86; +two = -57; +three = -72; +seven = -131; +one.numr = -48; +seven.numr = -53; +period = -100; +comma = -105; +period.ss01 = -83; +comma.ss01 = -81; +parenright = -112; +parenright.case = -95; +quotedblleft = -168; +quotedblright = -168; +quoteleft = -105; +quoteright = -105; +guillemetright = -41; +quotedbl = -90; +quotesingle = -83; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +tenge = -78; +yen = -56; +x = -47; +}; +ldot.ss04 = { +a = -51; +e = -49; +period = -100; +comma = -105; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -49; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -41; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -37; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_pi" = -14; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -35; +"@MMK_R_KO_eight" = 22; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_foursuperior" = -54; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_ellipsis" = -90; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -54; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -72; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = -45; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -32; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -72; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -68; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -55; +"@MMK_R_KO_quotesingle" = -55; +"@MMK_R_KO_quotedblleft.ss01" = -52; +"@MMK_R_KO_quotedblright.ss01" = -57; +"@MMK_R_KO_degree" = -82; +"@MMK_R_KO_plus" = -22; +"@MMK_R_KO_percent" = -34; +}; +acircumflexacute.ss05 = { +t = 0; +y = -19; +t_i.liga = 0; +t_t.liga = 0; +question = -34; +question.ss01 = -39; +}; +p = { +seven = -54; +registered = -31; +}; +idotaccent = { +T = -20; +idieresis = 3; +parenright = -7; +}; +summation = { +n = -60; +}; +eth = { +a = 19; +d = 19; +aacute = 20; +e = 22; +o = 22; +eth = 34; +odieresis = 22; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 17; +i = 16; +j = 15; +s = 0; +t = 0; +u = 14; +v = 0; +y = 0; +t_i.liga = 0; +t_t.liga = 0; +period = -21; +comma = -23; +period.ss01 = -52; +comma.ss01 = -47; +hyphen = 34; +parenright = -42; +bracketright = -37; +quotedblleft = -46; +quoteleft = -44; +quotedbl = -29; +}; +igrave = { +parenright = -36; +}; +three.numr = { +fraction = 0; +}; +Aring = { +endash.case = -43; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_quotedblleft" = -60; +"@MMK_R_KO_quotedblright" = -51; +"@MMK_R_KO_quoteleft" = -60; +"@MMK_R_KO_quoteright" = -54; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -50; +"@MMK_R_KO_quotesingle" = -45; +"@MMK_R_KO_quotedblleft.ss01" = -54; +"@MMK_R_KO_quotedblright.ss01" = -54; +"@MMK_R_KO_quoteright.ss01" = -54; +"@MMK_R_KO_trademark" = -89; +"@MMK_R_KO_asciicircum" = -68; +}; +lcommaaccent = { +j = 0; +}; +quoteright.ss01 = { +igrave = 0; +icircumflex = 19; +imacron = 0; +itilde = 51; +jcircumflex = 18; +idieresis.ss01 = 11; +g.ss06 = -81; +gdotaccent.ss01.ss06 = -72; +mu = -65; +questiondown.case = -81; +questiondown.ss01 = -81; +quotedblbase.ss01 = -81; +asciitilde = -81; +}; +backslash = { +p = 17; +g.ss06 = 40; +backslash = -98; +underscore = 0; +quoteright.ss01 = -81; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 20; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_T" = 19; +"@MMK_R_KO_U" = 36; +"@MMK_R_KO_V" = 44; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 54; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 44; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_sixsuperior" = 25; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 41; +"@MMK_R_KO_threesuperior" = 30; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 29; +"@MMK_R_KO_sevensuperior" = 41; +"@MMK_R_KO_eightsuperior" = 31; +"@MMK_R_KO_ninesuperior" = 32; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -36; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -84; +"@MMK_R_KO_exclam" = 31; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -69; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = 55; +"@MMK_R_KO_bracketright" = 40; +"@MMK_R_KO_parenright.case" = 61; +"@MMK_R_KO_bracketright.case" = 39; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 24; +"@MMK_R_KO_quotesingle" = 24; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 28; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 37; +"@MMK_R_KO_V" = 35; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = 24; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 11; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_twosuperior" = 13; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_eightsuperior" = 12; +"@MMK_R_KO_ninesuperior" = 10; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 12; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -68; +}; +parenright.case = { +T = -46; +V = -9; +Y = -19; +Yacute = -19; +period = -38; +comma = -32; +slash = -11; +period.ss01 = -67; +comma.ss01 = -52; +hyphen.case = 22; +emdash.case = 22; +parenleft.case = 20; +parenright.case = -39; +braceright.case = -39; +bracketright.case = -41; +quotedbl = -14; +}; +degree = { +zero = -35; +three = -25; +four = -129; +five = -25; +six = -39; +period = -100; +comma = -105; +slash = -144; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -167; +emdash = -149; +endash = -114; +hyphen.case = -61; +emdash.case = -50; +parenright = -74; +bracketright = -66; +parenright.case = -70; +bracketright.case = -66; +g.ss06 = -82; +}; +H = { +H = 0; +Hbar = 38; +igrave = 28; +ibreve = 41; +idieresis = 31; +jcircumflex = 31; +x = 0; +idieresis.ss01 = 32; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -77; +greaterequal = 0; +lessequal = -27; +Y = -42; +n = -20; +}; +mu = { +mu = 2; +pi = 4; +one = -5; +onesuperior = -49; +twosuperior = -19; +sevensuperior = -61; +period.ss01 = -38; +comma.ss01 = -29; +hyphen = 3; +parenright = -50; +braceright = -54; +bracketright = -55; +quotedblleft = -61; +quotedblright = -53; +quoteleft = -62; +quoteright = -56; +quotedbl = -52; +quotesingle = -49; +trademark = -91; +asciicircum = -69; +}; +questiondown = { +p = 3; +questiondown = 33; +}; +A = { +B = 1; +H = 1; +E = 1; +F = 1; +I = 1; +L = 1; +R = 1; +M = 1; +N = 0; +D = 1; +P = 1; +K = 11; +Iacute = 1; +Ntilde = 0; +Idieresis = 1; +Dcroat = -27; +Eth = -27; +Lslash = -9; +Tbar = -120; +b = 6; +h = 6; +k = 5; +l = 3; +m = 6; +n = 6; +r = 5; +p = 6; +jcircumflex = 6; +germandbls = -17; +tbar = -19; +gbreve.ss06 = 13; +ordfeminine = -104; +ordmasculine = -104; +zero = -23; +two = 24; +three = 3; +five = 0; +six = -18; +seven = -75; +eight = 9; +nine = 0; +numbersign = -19; +endash.case = -43; +parenleft.case = -9; +quotedblleft.ss01 = -127; +at = -9; +ampersand = 11; +registered = -84; +dollar = -6; +plus = -51; +minus = -57; +multiply = -33; +divide = -55; +equal = -21; +notequal = -51; +less = -35; +approxequal = -59; +logicalnot = -91; +asciitilde = -56; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 41; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -42; +"@MMK_R_KO_Oacute" = -42; +"@MMK_R_KO_J" = 41; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 51; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = 45; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -56; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -47; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -70; +"@MMK_R_KO_fivesuperior" = -33; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 28; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -39; +"@MMK_R_KO_endash" = -57; +"@MMK_R_KO_underscore" = 25; +"@MMK_R_KO_hyphen.case" = -82; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -34; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -28; +"@MMK_R_KO_asciicircum" = -126; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 14; +"@MMK_R_KO_three" = 16; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 27; +"@MMK_R_KO_nine" = 9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -12; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = -18; +"@MMK_R_KO_percent" = 2; +}; +ohornacute = { +c = 19; +i = 10; +idotaccent = 10; +i.ss01 = 10; +idotaccent.ss01 = 10; +m = 8; +n = 8; +p = 10; +t = 0; +u = 10; +t_i.liga = 0; +t_i.liga.ss01 = 0; +t_t.liga = 0; +parenright = -40; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -79; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -87; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -148; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -91; +"@MMK_R_KO_I.ss02" = -81; +"@MMK_R_KO_J.ss10" = -121; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -33; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = -70; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -32; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -96; +"@MMK_R_KO_comma" = -102; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -129; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -74; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -82; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_underscore" = -82; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_braceright" = -81; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -34; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -27; +"@MMK_R_KO_trademark" = -72; +"@MMK_R_KO_asciicircum" = -35; +}; +Ycircumflex = { +a.ss05 = -95; +}; +Ograve = { +Lslash = 0; +}; +Hbar = { +Hbar = 139; +Idieresis.ss01 = 38; +exclam.ss01 = 34; +}; +Y = { +Eth = -24; +Lslash = -18; +Oslash = -58; +aacute = -97; +a.ss05 = -95; +aacute.ss05 = -85; +aogonek.ss05 = -95; +eth = -73; +ccedilla = -109; +eacute = -97; +edotbelow = -109; +edotbelow.ss01 = -109; +egrave = -58; +ecircumflexacute = -74; +oacute = -99; +odotbelow = -110; +odotbelow.ss01 = -110; +oslash = -100; +iacute = -22; +ntilde = -42; +ncaron = -38; +igrave = 22; +idieresis = 26; +scaron = -11; +zcaron = -34; +idieresis.ss01 = 34; +zero = -41; +two = -2; +three = -10; +six = -47; +seven = 49; +eight = -17; +nine = -11; +twoinferior = -134; +numbersign = -34; +ellipsis.ss01 = -167; +endash.case = -61; +parenleft.case = -19; +at = -51; +ampersand = -60; +registered = -26; +plus = -103; +minus = -110; +multiply = -47; +equal = -54; +notequal = -90; +less = -87; +lessequal = -118; +logicalnot = -127; +asciitilde = -128; +}; +acircumflexacute = { +sevensuperior = 0; +parenright = 0; +}; +odieresis.ss01 = { +germandbls = 0; +}; +foursuperior = { +A = -75; +period = -100; +comma = -105; +slash = -85; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -37; +}; +eight = { +icircumflex = 35; +braceright = -38; +bracketright.case = -28; +trademark = -46; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -69; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -104; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_J" = -103; +"@MMK_R_KO_G.ss07" = -23; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -118; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -52; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -52; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = -57; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -46; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -50; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -42; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_pi" = -14; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -26; +"@MMK_R_KO_seven" = 20; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_ellipsis" = -171; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -100; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -43; +"@MMK_R_KO_hyphen" = -83; +"@MMK_R_KO_endash" = -77; +"@MMK_R_KO_hyphen.case" = -58; +"@MMK_R_KO_endash.case" = -50; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -62; +"@MMK_R_KO_percent" = 17; +}; +w = { +ampersand = -20; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -105; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -55; +"@MMK_R_KO_Oacute" = -55; +"@MMK_R_KO_J" = -105; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -105; +"@MMK_R_KO_a" = -105; +"@MMK_R_KO_aacute" = -105; +"@MMK_R_KO_a.ss05" = -66; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -105; +"@MMK_R_KO_eacute" = -89; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = -105; +"@MMK_R_KO_i" = -31; +"@MMK_R_KO_n" = -90; +"@MMK_R_KO_j" = -32; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -105; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -88; +"@MMK_R_KO_uacute" = -76; +"@MMK_R_KO_v" = -53; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_y" = -53; +"@MMK_R_KO_z" = -68; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_pi" = -63; +"@MMK_R_KO_zero" = -42; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -15; +"@MMK_R_KO_four" = -105; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -21; +"@MMK_R_KO_nine" = -9; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_foursuperior" = -50; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_ellipsis" = -105; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -105; +"@MMK_R_KO_hyphen" = -105; +"@MMK_R_KO_endash" = -105; +"@MMK_R_KO_hyphen.case" = -91; +"@MMK_R_KO_endash.case" = -65; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -105; +"@MMK_R_KO_guillemetright" = -69; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_plus" = -105; +}; +jacute = { +hbar = 3; +idieresis = 3; +iogonek = 11; +j = 5; +j.ss01 = 5; +jcircumflex = 11; +seven = 27; +comma = 2; +slash = 26; +parenright = 25; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = 42; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 42; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 42; +"@MMK_R_KO_Y" = 41; +"@MMK_R_KO_Z" = 42; +"@MMK_R_KO_I.ss02" = 41; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -74; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -59; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -66; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -54; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -72; +"@MMK_R_KO_endash" = -69; +"@MMK_R_KO_underscore" = 18; +"@MMK_R_KO_hyphen.case" = -72; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 11; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -90; +}; +gcaron.ss06 = { +gcaron.ss06 = 36; +}; +Ntilde = { +A = -2; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 27; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 36; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = 49; +"@MMK_R_KO_comma" = 54; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 40; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 29; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 55; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = 22; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -49; +"@MMK_R_KO_asciicircum" = -47; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 37; +"@MMK_R_KO_imacron" = 33; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = -27; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -24; +"@MMK_R_KO_semicolon" = -23; +"@MMK_R_KO_ellipsis" = -55; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 27; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_parenright.case" = -28; +"@MMK_R_KO_bracketright.case" = -35; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -16; +}; +guillemetleft = { +Dcroat = -15; +T = -137; +mu = 0; +twosuperior = -41; +braceright = -94; +minus = -41; +logicalnot = -63; +asciitilde = -47; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -157; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -59; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = -4; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_itilde" = -4; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -51; +"@MMK_R_KO_exclam" = -14; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -51; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -46; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -5; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -80; +"@MMK_R_KO_braceright" = -89; +"@MMK_R_KO_bracketright" = -89; +"@MMK_R_KO_quotedblleft" = -89; +"@MMK_R_KO_quotedblright" = -67; +"@MMK_R_KO_quoteleft" = -90; +"@MMK_R_KO_quoteright" = -72; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -62; +"@MMK_R_KO_quotedblleft.ss01" = -76; +"@MMK_R_KO_quotedblright.ss01" = -73; +"@MMK_R_KO_quoteright.ss01" = -73; +"@MMK_R_KO_trademark" = -88; +"@MMK_R_KO_asciicircum" = -67; +}; +icircumflex = { +two = 37; +exclam.ss01 = 29; +parenright = 0; +}; +ihookabove = { +n = 3; +}; +guilsinglleft = { +twosuperior = -41; +braceright = -94; +logicalnot = -63; +asciitilde = -47; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_J" = -128; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -50; +"@MMK_R_KO_T" = -166; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = -122; +"@MMK_R_KO_Y" = -108; +"@MMK_R_KO_Z" = -111; +"@MMK_R_KO_I.ss02" = -96; +"@MMK_R_KO_J.ss10" = -170; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -26; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -25; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_j" = -26; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_z" = -53; +"@MMK_R_KO_t_t.liga" = -35; +}; +Uhornacute = { +exclam.ss01 = 45; +}; +ocircumflexhookabove = { +parenright = 0; +bracketright = -12; +quotedblright = -45; +quotedbl = -33; +quotesingle = -29; +quotedblright.ss01 = -37; +}; +plusminus = { +one = -64; +parenright = -42; +}; +question = { +exclam = 0; +questiondown = -114; +questiondown.case = -72; +bracketright.case = -45; +}; +ordmasculine = { +period = -100; +comma = -105; +slash = -112; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -79; +parenright = -56; +parenright.case = -47; +}; +slash = { +Hbar = 25; +Oslash = -28; +hbar = 18; +ntilde = -38; +ncommaaccent = -46; +igrave = 0; +ibreve = 46; +icircumflex = 0; +idieresis = 7; +imacron = 13; +itilde = 14; +jcircumflex = 0; +rcommaaccent = -46; +scaron = -27; +scircumflex = -31; +x = -31; +idieresis.ss01 = 15; +g.ss06 = -52; +gcommaaccent.ss06 = -50; +gdotaccent.ss06 = -49; +gdotaccent.ss01.ss06 = -49; +mu = -46; +oneinferior = -66; +fourinferior = -125; +eightinferior = -84; +backslash = 30; +ellipsis.ss01 = -164; +underscore = -166; +parenleft = -17; +quotesinglbase = -105; +quotedblbase = -168; +quotedblbase.ss01 = -150; +literSign = -34; +cent = -32; +euro = -43; +sterling = -31; +minus = -81; +asciicircum = -74; +infinity = -36; +integral = -51; +radical = -60; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 38; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 35; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 51; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 32; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 32; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 27; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_l.ss03" = 32; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_sixsuperior" = 22; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 13; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 14; +"@MMK_R_KO_ninesuperior" = 24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_exclam" = 26; +"@MMK_R_KO_question" = 61; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 29; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = 20; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_quotedbl" = 20; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblright.ss01" = 9; +"@MMK_R_KO_quoteright.ss01" = 9; +}; +M = { +Hbar = 38; +hbar = 27; +igrave = 28; +ibreve = 41; +icaron = 31; +idieresis = 31; +idieresis.ss01 = 32; +}; +i = { +hbar = 3; +ntilde = 3; +idieresis = 3; +j = 2; +jcircumflex = 6; +s = 0; +germandbls = 2; +slash = 3; +parenright = -7; +braceright = -20; +bracketright = -5; +logicalnot = -51; +}; +macute = { +quotesingle = -69; +}; +greaterequal = { +one = -95; +three = -41; +seven = -102; +parenright = -76; +T = -165; +}; +eogonek = { +parenright = -40; +}; +fiveinferior = { +T = -154; +W = -51; +parenright = -69; +}; +tcedilla = { +comma = 58; +parenright = 15; +bracketright = 0; +}; +eightsuperior = { +A = -84; +fraction = 0; +period = -100; +comma = -105; +slash = -83; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -35; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -137; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -38; +"@MMK_R_KO_J" = -126; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -150; +"@MMK_R_KO_a" = -112; +"@MMK_R_KO_aacute" = -84; +"@MMK_R_KO_a.ss05" = -56; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -117; +"@MMK_R_KO_eacute" = -92; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -77; +"@MMK_R_KO_i" = -26; +"@MMK_R_KO_n" = -65; +"@MMK_R_KO_j" = -22; +"@MMK_R_KO_s" = -91; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -63; +"@MMK_R_KO_uacute" = -63; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -35; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -35; +"@MMK_R_KO_zero" = -31; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -142; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -36; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -134; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen" = -150; +"@MMK_R_KO_endash" = -150; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_endash.case" = -43; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_guillemetleft" = -115; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -111; +"@MMK_R_KO_percent" = 21; +}; +ordfeminine = { +period = -100; +comma = -105; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -51; +parenright = -35; +}; +Edotaccent = { +scaron = -13; +}; +Oslash = { +Eth = 0; +T = -13; +Tcaron = -13; +V = 0; +Y = 0; +l.ss04 = 17; +sevensuperior = -2; +parenright = -3; +bracketright = -2; +parenright.case = 0; +bracketright.case = -2; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -133; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -58; +"@MMK_R_KO_J" = -110; +"@MMK_R_KO_G.ss07" = -53; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = 47; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 31; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 40; +"@MMK_R_KO_Z" = 31; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -169; +"@MMK_R_KO_a" = -127; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -128; +"@MMK_R_KO_eacute" = -75; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -129; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_n" = -123; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -26; +"@MMK_R_KO_s" = -144; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -120; +"@MMK_R_KO_uacute" = -75; +"@MMK_R_KO_v" = -127; +"@MMK_R_KO_w" = -125; +"@MMK_R_KO_x" = -127; +"@MMK_R_KO_y" = -127; +"@MMK_R_KO_z" = -142; +"@MMK_R_KO_l.ss03" = -9; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = -122; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -156; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -68; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_colon" = -100; +"@MMK_R_KO_semicolon" = -105; +"@MMK_R_KO_ellipsis" = -178; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -138; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -83; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -138; +"@MMK_R_KO_endash" = -140; +"@MMK_R_KO_underscore" = -144; +"@MMK_R_KO_hyphen.case" = -138; +"@MMK_R_KO_parenleft" = -49; +"@MMK_R_KO_parenright" = 1; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = -4; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -146; +"@MMK_R_KO_guillemetright" = -136; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -85; +}; +seven.numr = { +fraction = -23; +}; +at = { +underscore = -80; +parenright = -76; +bracketright = -68; +parenright.case = -65; +bracketright.case = -67; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -139; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -1; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_backslash" = -51; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -27; +"@MMK_R_KO_question.ss01" = -70; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = 6; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -67; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_quotedblleft" = -101; +"@MMK_R_KO_quotedblright" = -82; +"@MMK_R_KO_quoteleft" = -103; +"@MMK_R_KO_quoteright" = -85; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -78; +"@MMK_R_KO_quotesingle" = -75; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -87; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -108; +"@MMK_R_KO_asciicircum" = -93; +}; +F = { +Hbar = 0; +adieresis.ss05 = -37; +i.ss01 = -8; +iacute = -34; +igrave = 9; +idieresis = 0; +zcaron = -38; +idieresis.ss01 = 16; +three = -21; +seven = 33; +twoinferior = -52; +threeinferior = -55; +fourinferior = -127; +fiveinferior = -58; +sixinferior = -72; +eightinferior = -64; +numbersign = -44; +ellipsis.ss01 = -265; +ampersand = -70; +multiply = -52; +}; +nineinferior = { +parenright = -66; +}; +parenright = { +icircumflex = 37; +parenleft = 27; +braceright = -46; +asciicircum = -64; +}; +fivesuperior = { +A = -78; +fraction = 0; +period = -100; +comma = -105; +slash = -93; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -37; +guillemetleft = -44; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -37; +"@MMK_R_KO_O" = -98; +"@MMK_R_KO_Oacute" = -99; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -92; +"@MMK_R_KO_S" = -53; +"@MMK_R_KO_T" = -173; +"@MMK_R_KO_U" = -76; +"@MMK_R_KO_V" = -162; +"@MMK_R_KO_W" = -128; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -166; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -51; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -61; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = -38; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_eacute" = -64; +"@MMK_R_KO_f" = -69; +"@MMK_R_KO_g" = -57; +"@MMK_R_KO_i" = -37; +"@MMK_R_KO_n" = -37; +"@MMK_R_KO_j" = -38; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -76; +"@MMK_R_KO_u" = -58; +"@MMK_R_KO_uacute" = -58; +"@MMK_R_KO_v" = -114; +"@MMK_R_KO_w" = -89; +"@MMK_R_KO_y" = -127; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = -38; +"@MMK_R_KO_t_t.liga" = -76; +"@MMK_R_KO_pi" = -58; +"@MMK_R_KO_zero" = -86; +"@MMK_R_KO_one" = -106; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -39; +"@MMK_R_KO_four" = -149; +"@MMK_R_KO_five" = -49; +"@MMK_R_KO_six" = -81; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = -50; +"@MMK_R_KO_nine" = -53; +"@MMK_R_KO_sixsuperior" = -207; +"@MMK_R_KO_onesuperior" = -124; +"@MMK_R_KO_foursuperior" = -194; +"@MMK_R_KO_sevensuperior" = -174; +"@MMK_R_KO_ninesuperior" = -207; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = -83; +"@MMK_R_KO_endash" = -207; +"@MMK_R_KO_hyphen.case" = -265; +"@MMK_R_KO_endash.case" = -235; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -97; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_guillemetleft" = -118; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = -162; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -150; +"@MMK_R_KO_quotedblright.ss01" = -150; +}; +lcaron = { +l = 32; +ncaron = 10; +lcaron = 32; +scaron = 0; +exclam.ss01 = 89; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 28; +"@MMK_R_KO_O" = 38; +"@MMK_R_KO_Oacute" = 37; +"@MMK_R_KO_J" = -90; +"@MMK_R_KO_G.ss07" = 49; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -101; +"@MMK_R_KO_U" = 46; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_I.ss02" = -63; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 31; +"@MMK_R_KO_aacute" = 31; +"@MMK_R_KO_a.ss05" = 26; +"@MMK_R_KO_l" = 34; +"@MMK_R_KO_e" = 29; +"@MMK_R_KO_eacute" = 30; +"@MMK_R_KO_i" = 35; +"@MMK_R_KO_n" = 34; +"@MMK_R_KO_imacron" = 41; +"@MMK_R_KO_j" = 34; +"@MMK_R_KO_s" = 25; +"@MMK_R_KO_u" = 38; +"@MMK_R_KO_uacute" = 38; +"@MMK_R_KO_v" = 36; +"@MMK_R_KO_y" = 23; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -80; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -25; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 43; +"@MMK_R_KO_endash" = 60; +"@MMK_R_KO_hyphen.case" = 68; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_bracketright.case" = -57; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -24; +}; +z = { +logicalnot = -54; +}; +Eogonek = { +comma = 61; +parenright = 0; +}; +G = { +Eth = 0; +Hbar = 10; +Lslash = 0; +Oslash = -2; +hbar = 10; +idieresis = 14; +jcircumflex = 17; +eight = 8; +braceright.case = -80; +}; +eightinferior = { +parenright = -62; +}; +comma = { +twosuperior = -105; +threesuperior = -105; +fivesuperior = -105; +eightsuperior = -105; +}; +pi = { +pi = 27; +onesuperior = -40; +sevensuperior = -62; +period = 20; +comma = 16; +colon = 20; +slash = 0; +hyphen = -21; +parenright = -38; +braceright = -49; +bracketright = -48; +quoteright = -29; +quotesingle = -26; +trademark = -76; +}; +iacute = { +a = 0; +c = 0; +ntilde = 3; +m = 3; +n = 3; +p = 3; +s = 0; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 34; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_sixsuperior" = 79; +"@MMK_R_KO_onesuperior" = 89; +"@MMK_R_KO_twosuperior" = 83; +"@MMK_R_KO_threesuperior" = 79; +"@MMK_R_KO_foursuperior" = 43; +"@MMK_R_KO_fivesuperior" = 76; +"@MMK_R_KO_sevensuperior" = 106; +"@MMK_R_KO_eightsuperior" = 76; +"@MMK_R_KO_ninesuperior" = 84; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_exclam" = 88; +"@MMK_R_KO_question" = 114; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 59; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 88; +"@MMK_R_KO_bracketright" = 26; +"@MMK_R_KO_quotedblleft" = 72; +"@MMK_R_KO_quoteleft" = 71; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 90; +"@MMK_R_KO_quotesingle" = 94; +"@MMK_R_KO_quotedblleft.ss01" = 86; +}; +Dcroat = { +Dcroat = 20; +Itilde = 31; +}; +jcircumflex = { +E = 32; +U = 43; +k = 14; +l = 12; +i = 8; +j = 14; +jcircumflex = 40; +two = 37; +bracketright = 8; +quotedblleft = 12; +quotedblright = 0; +quoteleft = 16; +quoteright = 0; +quotedbl = 17; +quotesingle = 24; +quotedblright.ss01 = 6; +quoteright.ss01 = 6; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = 40; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = 40; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = 33; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -37; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -37; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -25; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 16; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -72; +}; +gbreve.ss06 = { +gbreve.ss06 = 36; +}; +R = { +Hbar = 63; +Oslash = 15; +hbar = 43; +idieresis = 43; +jcircumflex = 45; +idieresis.ss01 = 43; +two = 33; +three = 28; +eight = 36; +nine = 25; +greater = 31; +logicalnot = -49; +}; +idieresis.ss01 = { +Idieresis.ss01 = 32; +exclam.ss01 = 20; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -70; +question.ss01 = -105; +parenright = -71; +quotedblleft = -119; +quotedblright = -119; +quoteleft = -105; +quoteright = -105; +quotedbl = -114; +quotesingle = -83; +quotedblleft.ss01 = -119; +quoteleft.ss01 = -81; +quotedblright.ss01 = -119; +quoteright.ss01 = -81; +degree = -119; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -133; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -58; +"@MMK_R_KO_J" = -110; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = 47; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 31; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_Y" = 40; +"@MMK_R_KO_Z" = 31; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -169; +"@MMK_R_KO_a" = -127; +"@MMK_R_KO_aacute" = -63; +"@MMK_R_KO_a.ss05" = -134; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -128; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -119; +"@MMK_R_KO_uacute" = -60; +"@MMK_R_KO_v" = -127; +"@MMK_R_KO_four" = -156; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -68; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_colon" = -100; +"@MMK_R_KO_semicolon" = -105; +"@MMK_R_KO_ellipsis" = -178; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -131; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -81; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -138; +"@MMK_R_KO_endash" = -140; +"@MMK_R_KO_hyphen.case" = -138; +"@MMK_R_KO_parenleft" = -49; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_guillemetleft" = -128; +"@MMK_R_KO_guillemetright" = -128; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 45; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_J" = -77; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -125; +"@MMK_R_KO_Z" = -35; +"@MMK_R_KO_I.ss02" = -70; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 22; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -47; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -12; +"@MMK_R_KO_zero" = 4; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_two" = -14; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 37; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 6; +"@MMK_R_KO_seven" = -78; +"@MMK_R_KO_eight" = 27; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_foursuperior" = -73; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -78; +"@MMK_R_KO_comma" = -81; +"@MMK_R_KO_question" = -102; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -74; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_quotedblleft" = -168; +"@MMK_R_KO_quotedblright" = -168; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = 16; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -162; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -150; +"@MMK_R_KO_quotedblright.ss01" = -150; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -45; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -82; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -127; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -78; +"@MMK_R_KO_I.ss02" = -79; +"@MMK_R_KO_J.ss10" = -72; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 26; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 26; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 26; +"@MMK_R_KO_w" = 23; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 30; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 26; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -23; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -90; +"@MMK_R_KO_comma" = -96; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -126; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -19; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -84; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -78; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -67; +"@MMK_R_KO_asciicircum" = -39; +}; +Tcedilla = { +aacute = -127; +acircumflex.ss05 = -61; +amacron.ss05 = -48; +abreve.ss05 = -48; +endash.case = -140; +}; +Yacute = { +Eth = -24; +Oslash = -58; +a.ss05 = -95; +ellipsis.ss01 = -167; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 31; +"@MMK_R_KO_O" = 27; +"@MMK_R_KO_Oacute" = 27; +"@MMK_R_KO_J" = -36; +"@MMK_R_KO_G.ss07" = 39; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = 49; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 28; +"@MMK_R_KO_aacute" = 28; +"@MMK_R_KO_a.ss05" = 26; +"@MMK_R_KO_l" = 29; +"@MMK_R_KO_e" = 30; +"@MMK_R_KO_eacute" = 30; +"@MMK_R_KO_i" = 28; +"@MMK_R_KO_n" = 27; +"@MMK_R_KO_itilde" = 44; +"@MMK_R_KO_j" = 27; +"@MMK_R_KO_u" = 31; +"@MMK_R_KO_uacute" = 31; +"@MMK_R_KO_y" = 28; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = 17; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 4; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = 24; +"@MMK_R_KO_ninesuperior" = 17; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -92; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -76; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 37; +"@MMK_R_KO_hyphen.case" = 48; +"@MMK_R_KO_parenleft" = 48; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_parenright.case" = -45; +"@MMK_R_KO_bracketright.case" = -45; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +greater = { +parenright = -97; +bracketright = -86; +parenright.case = -81; +bracketright.case = -87; +greater = -117; +}; +ecircumflexacute = { +onesuperior = -8; +sevensuperior = -10; +parenright = 0; +bracketright = -13; +quotedbl = -53; +quotesingle = -30; +}; +Uhorn = { +exclam.ss01 = 45; +}; +Rcommaaccent = { +parenright = -24; +}; +question.ss01 = { +questiondown.case = -72; +questiondown.ss01 = -124; +}; +onesuperior = { +A = -83; +fraction = 12; +period = -100; +comma = -105; +slash = -86; +period.ss01 = -83; +comma.ss01 = -81; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -97; +"@MMK_R_KO_Oacute" = -97; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -90; +"@MMK_R_KO_S" = -37; +"@MMK_R_KO_T" = -155; +"@MMK_R_KO_U" = -59; +"@MMK_R_KO_V" = -149; +"@MMK_R_KO_W" = -122; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -147; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = 39; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -50; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -41; +"@MMK_R_KO_v" = -99; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_zero" = -73; +"@MMK_R_KO_one" = -89; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -23; +"@MMK_R_KO_four" = -122; +"@MMK_R_KO_five" = -33; +"@MMK_R_KO_six" = -65; +"@MMK_R_KO_seven" = -87; +"@MMK_R_KO_eight" = -34; +"@MMK_R_KO_nine" = -37; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_quotedblleft" = -141; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -128; +"@MMK_R_KO_quotesingle" = -83; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -70; +"@MMK_R_KO_H" = 21; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = -106; +"@MMK_R_KO_G.ss07" = 31; +"@MMK_R_KO_S" = 30; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 39; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = 10; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -129; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 28; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 48; +"@MMK_R_KO_imacron" = 55; +"@MMK_R_KO_itilde" = 58; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss03" = 28; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 28; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = 40; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 13; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = 14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 39; +"@MMK_R_KO_ninesuperior" = 23; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -282; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 40; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -67; +"@MMK_R_KO_backslash" = 8; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -223; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 27; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_bracketright.case" = -36; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -20; +}; +t_i.liga = { +hbar = 2; +idieresis = 2; +jcircumflex = 5; +lcommaaccent = -1; +germandbls = 0; +logicalnot = -51; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -131; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 25; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 26; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -72; +"@MMK_R_KO_twosuperior" = -34; +"@MMK_R_KO_threesuperior" = -37; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_fivesuperior" = -48; +"@MMK_R_KO_sevensuperior" = -82; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -69; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = -56; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -71; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 20; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -50; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = -104; +"@MMK_R_KO_quotedblright" = -85; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -88; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -81; +"@MMK_R_KO_quotesingle" = -78; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -89; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -118; +"@MMK_R_KO_asciicircum" = -98; +}; +adieresis.ss05 = { +germandbls = 0; +}; +a = { +l = 0; +idieresis = 3; +jcircumflex = 4; +s = 0; +germandbls = 2; +notequal = -25; +logicalnot = -51; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -89; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_J" = -100; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 54; +"@MMK_R_KO_U" = 25; +"@MMK_R_KO_V" = 59; +"@MMK_R_KO_W" = 45; +"@MMK_R_KO_X" = 22; +"@MMK_R_KO_Y" = 63; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 53; +"@MMK_R_KO_J.ss10" = -122; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -60; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -43; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -63; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -39; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -40; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_pi" = -14; +"@MMK_R_KO_zero" = -18; +"@MMK_R_KO_one" = 25; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -106; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = 67; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 7; +"@MMK_R_KO_sixsuperior" = 22; +"@MMK_R_KO_onesuperior" = 22; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = 21; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_ellipsis" = -144; +"@MMK_R_KO_question" = 28; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -79; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -50; +"@MMK_R_KO_hyphen" = -71; +"@MMK_R_KO_endash" = -58; +"@MMK_R_KO_hyphen.case" = -45; +"@MMK_R_KO_endash.case" = -33; +"@MMK_R_KO_parenright" = 10; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 27; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -57; +"@MMK_R_KO_percent" = 26; +}; +icaron = { +icaron = 3; +j = 2; +parenright = 9; +quotedbl = 15; +quotesingle = 22; +}; +braceleft.case = { +braceright.case = 35; +at = -56; +minus = -117; +logicalnot = -139; +asciicircum = -134; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -46; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -23; +"@MMK_R_KO_asciicircum" = -72; +}; +uhorndotbelow = { +a = -26; +a.ss05 = -17; +c = -27; +n = 0; +period = -28; +comma = -32; +ellipsis = -71; +question = 29; +parenright = -19; +quotedblright = -3; +quotedbl = 0; +}; +g.ss06 = { +oslash = 11; +iogonek = 23; +jcircumflex = 15; +gcircumflex.ss06 = 36; +notequal = -39; +logicalnot = -43; +}; +yacute = { +T = -59; +eth = 0; +parenright = -47; +}; +Imacron = { +Imacron = 4; +imacron = 50; +parenright.case = 38; +}; +exclamdown.ss01 = { +T = -115; +V = -42; +Y = -65; +j.ss01 = 47; +}; +oacute = { +seven = -45; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = -44; +"@MMK_R_KO_O" = -108; +"@MMK_R_KO_Oacute" = -109; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -104; +"@MMK_R_KO_S" = -59; +"@MMK_R_KO_T" = -178; +"@MMK_R_KO_U" = -83; +"@MMK_R_KO_V" = -168; +"@MMK_R_KO_W" = -134; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -171; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -57; +"@MMK_R_KO_a" = -71; +"@MMK_R_KO_aacute" = -71; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = -43; +"@MMK_R_KO_e" = -71; +"@MMK_R_KO_eacute" = -72; +"@MMK_R_KO_f" = -74; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = -43; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_j" = -42; +"@MMK_R_KO_s" = -44; +"@MMK_R_KO_t" = -81; +"@MMK_R_KO_u" = -67; +"@MMK_R_KO_uacute" = -67; +"@MMK_R_KO_v" = -121; +"@MMK_R_KO_w" = -93; +"@MMK_R_KO_y" = -132; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = -44; +"@MMK_R_KO_t_t.liga" = -79; +"@MMK_R_KO_pi" = -63; +"@MMK_R_KO_zero" = -92; +"@MMK_R_KO_one" = -114; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = -45; +"@MMK_R_KO_four" = -151; +"@MMK_R_KO_five" = -55; +"@MMK_R_KO_six" = -87; +"@MMK_R_KO_seven" = -111; +"@MMK_R_KO_eight" = -56; +"@MMK_R_KO_nine" = -59; +"@MMK_R_KO_sixsuperior" = -207; +"@MMK_R_KO_onesuperior" = -124; +"@MMK_R_KO_foursuperior" = -194; +"@MMK_R_KO_sevensuperior" = -174; +"@MMK_R_KO_ninesuperior" = -207; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_question" = -121; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -97; +"@MMK_R_KO_endash" = -206; +"@MMK_R_KO_hyphen.case" = -281; +"@MMK_R_KO_endash.case" = -235; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_bracketright" = -97; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_quotedblleft" = -168; +"@MMK_R_KO_quotedblright" = -168; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = -128; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = -162; +"@MMK_R_KO_quotesingle" = -83; +}; +yen = { +zero = -40; +one = -22; +two = -14; +three = -17; +four = -40; +six = -42; +foursuperior = -68; +period = -74; +comma = -82; +colon = -66; +semicolon = -71; +slash = -58; +period.ss01 = -83; +comma.ss01 = -81; +colon.ss01 = -81; +semicolon.ss01 = -64; +}; +idotaccent.ss01 = { +parenright = 0; +}; +ldot.ss01.ss04 = { +period.ss01 = -80; +comma.ss01 = -65; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 34; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = 33; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -132; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -122; +"@MMK_R_KO_W" = -76; +"@MMK_R_KO_X" = 42; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -42; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = -19; +"@MMK_R_KO_one" = -78; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -87; +"@MMK_R_KO_onesuperior" = -111; +"@MMK_R_KO_twosuperior" = -54; +"@MMK_R_KO_threesuperior" = -78; +"@MMK_R_KO_foursuperior" = -74; +"@MMK_R_KO_fivesuperior" = -93; +"@MMK_R_KO_sevensuperior" = -116; +"@MMK_R_KO_eightsuperior" = -82; +"@MMK_R_KO_ninesuperior" = -88; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 33; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -98; +"@MMK_R_KO_asterisk" = -99; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_backslash" = -92; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -103; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_underscore" = 13; +"@MMK_R_KO_hyphen.case" = -35; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -43; +"@MMK_R_KO_bracketright" = -43; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -111; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -114; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -126; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -150; +"@MMK_R_KO_asciicircum" = -146; +}; +agrave.ss05 = { +T = -126; +Y = -93; +}; +B = { +Hbar = 40; +Lslash = 15; +hbar = 35; +idieresis = 36; +jcircumflex = 41; +idieresis.ss01 = 35; +two = 16; +three = 19; +five = 9; +eight = 32; +nine = 13; +ampersand = 27; +greater = 26; +}; +Tcaron = { +endash.case = -140; +}; +oslash = { +d = 8; +k = 5; +l = 0; +e = 11; +eth = 23; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 7; +m = 2; +n = 2; +r = 0; +j = 4; +s = 0; +t = 0; +v = 0; +y = 0; +l.ss03 = 6; +t_i.liga = 0; +t_t.liga = 0; +period = -33; +comma = -34; +slash = -6; +period.ss01 = -65; +comma.ss01 = -58; +hyphen = 23; +parenright = -50; +bracketright = -62; +}; +guilsinglright = { +x = -45; +threesuperior = -38; +fivesuperior = -51; +eightsuperior = -44; +colon = -47; +semicolon = -51; +questiondown = -84; +question.ss01 = -83; +questiondown.ss01 = -84; +braceright = -101; +braceright.case = -96; +bracketright.case = -93; +quotesinglbase = -105; +quotedblbase = -123; +quotedblbase.ss01 = -107; +quoteright.ss01 = -81; +}; +adieresis = { +germandbls = 2; +}; +liraTurkish = { +one = -70; +two = -26; +seven = -78; +sixsuperior = -63; +onesuperior = -66; +threesuperior = -49; +foursuperior = -96; +fivesuperior = -57; +sevensuperior = -80; +eightsuperior = -51; +ninesuperior = -53; +period = -52; +comma = -57; +colon = -65; +semicolon = -71; +question = -90; +slash = -29; +period.ss01 = -83; +comma.ss01 = -81; +colon.ss01 = -83; +question.ss01 = -94; +parenright = -105; +parenright.case = -70; +quotedbl = -112; +quotesingle = -83; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 89; +"@MMK_R_KO_H" = 38; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = 106; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -107; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -95; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_X" = 93; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = 105; +"@MMK_R_KO_I.ss02" = 105; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_y" = -59; +"@MMK_R_KO_z" = 48; +"@MMK_R_KO_four" = -102; +"@MMK_R_KO_sixsuperior" = -137; +"@MMK_R_KO_onesuperior" = -124; +"@MMK_R_KO_twosuperior" = -109; +"@MMK_R_KO_threesuperior" = -115; +"@MMK_R_KO_foursuperior" = -123; +"@MMK_R_KO_fivesuperior" = -131; +"@MMK_R_KO_sevensuperior" = -165; +"@MMK_R_KO_eightsuperior" = -121; +"@MMK_R_KO_ninesuperior" = -126; +"@MMK_R_KO_period" = 71; +"@MMK_R_KO_comma" = 65; +"@MMK_R_KO_colon" = 71; +"@MMK_R_KO_semicolon" = 65; +"@MMK_R_KO_ellipsis" = 19; +"@MMK_R_KO_exclam" = 42; +"@MMK_R_KO_question" = -48; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_period.ss01" = 22; +"@MMK_R_KO_comma.ss01" = 23; +"@MMK_R_KO_colon.ss01" = 23; +"@MMK_R_KO_question.ss01" = -80; +"@MMK_R_KO_hyphen" = -92; +"@MMK_R_KO_hyphen.case" = -72; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -168; +"@MMK_R_KO_quotedblright" = -168; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -162; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -150; +"@MMK_R_KO_quoteright.ss01" = -81; +}; +quotedblbase = { +Dcroat = -69; +Iogonek = 0; +Lslash = -62; +Oslash = -42; +oslash = -29; +p = -13; +iogonek = 0; +jcircumflex = 0; +germandbls = -71; +l.ss03 = -47; +g.ss06 = 0; +numbersign = -106; +parenleft = -38; +parenleft.case = -57; +at = -71; +copyright = -99; +published = -99; +literSign = -55; +dollar = -76; +euro = -139; +minus = -168; +multiply = -103; +divide = -168; +equal = -168; +approxequal = -156; +}; +D = { +Dcroat = 19; +Eth = 19; +Hbar = 35; +Iogonek = 30; +Lslash = 9; +Oslash = 26; +lacute = 26; +zero = 24; +five = 18; +six = 23; +eight = 29; +endash.case = 46; +parenleft.case = 46; +braceright.case = -47; +at = 36; +less = 45; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 51; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -59; +"@MMK_R_KO_Oacute" = -59; +"@MMK_R_KO_J" = 68; +"@MMK_R_KO_G.ss07" = -56; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -132; +"@MMK_R_KO_U" = -43; +"@MMK_R_KO_V" = -120; +"@MMK_R_KO_W" = -82; +"@MMK_R_KO_X" = 56; +"@MMK_R_KO_Y" = -126; +"@MMK_R_KO_Z" = 67; +"@MMK_R_KO_I.ss02" = 67; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -41; +"@MMK_R_KO_eacute" = -41; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -85; +"@MMK_R_KO_w" = -60; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -91; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_four" = -139; +"@MMK_R_KO_sixsuperior" = -207; +"@MMK_R_KO_onesuperior" = -124; +"@MMK_R_KO_twosuperior" = -183; +"@MMK_R_KO_threesuperior" = -195; +"@MMK_R_KO_foursuperior" = -194; +"@MMK_R_KO_fivesuperior" = -200; +"@MMK_R_KO_sevensuperior" = -174; +"@MMK_R_KO_eightsuperior" = -203; +"@MMK_R_KO_ninesuperior" = -207; +"@MMK_R_KO_period" = 33; +"@MMK_R_KO_comma" = 27; +"@MMK_R_KO_colon" = 33; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -137; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -110; +"@MMK_R_KO_hyphen" = -172; +"@MMK_R_KO_endash" = -201; +"@MMK_R_KO_underscore" = 44; +"@MMK_R_KO_hyphen.case" = -188; +"@MMK_R_KO_parenleft" = -20; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = -77; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -168; +"@MMK_R_KO_quotedblright" = -168; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = -85; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -162; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -150; +"@MMK_R_KO_quotedblright.ss01" = -150; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -258; +"@MMK_R_KO_asciicircum" = -287; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 24; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 24; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -44; +"@MMK_R_KO_comma" = -49; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -86; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -59; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -41; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -28; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -128; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -67; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = -65; +"@MMK_R_KO_Y" = -119; +"@MMK_R_KO_Z" = -54; +"@MMK_R_KO_I.ss02" = -60; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -47; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_two" = -36; +"@MMK_R_KO_three" = -32; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -64; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_sixsuperior" = -55; +"@MMK_R_KO_onesuperior" = -67; +"@MMK_R_KO_foursuperior" = -53; +"@MMK_R_KO_sevensuperior" = -77; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_ellipsis" = -128; +"@MMK_R_KO_question" = -55; +"@MMK_R_KO_asterisk" = -79; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -70; +"@MMK_R_KO_hyphen" = 28; +"@MMK_R_KO_endash" = 29; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -99; +"@MMK_R_KO_bracketright" = -96; +"@MMK_R_KO_parenright.case" = -75; +"@MMK_R_KO_quotedblleft" = -110; +"@MMK_R_KO_quotedblright" = -95; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -98; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -89; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -99; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = -18; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -71; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = -48; +"@MMK_R_KO_quoteleft" = -51; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -45; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -44; +"@MMK_R_KO_quotedblright.ss01" = -42; +"@MMK_R_KO_quoteright.ss01" = -42; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -83; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = -83; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -83; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_aacute" = -63; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -83; +"@MMK_R_KO_eacute" = -59; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -67; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -47; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -59; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -49; +"@MMK_R_KO_uacute" = -42; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -34; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -83; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -27; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -83; +"@MMK_R_KO_comma" = -83; +"@MMK_R_KO_ellipsis" = -83; +"@MMK_R_KO_question" = 27; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -83; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_hyphen" = -83; +"@MMK_R_KO_endash" = -83; +"@MMK_R_KO_hyphen.case" = -40; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -83; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -29; +"@MMK_R_KO_plus" = -53; +"@MMK_R_KO_percent" = 17; +}; +ohorndotbelow.ss01 = { +c = 19; +i.ss01 = 10; +n = 8; +p = 10; +t = 0; +u = 10; +t_i.liga.ss01 = 0; +t_t.liga = 0; +}; +t_i.liga.ss01 = { +parenright = -6; +}; +endash = { +x = -46; +one.numr = -32; +four.numr = -6; +seven.numr = -38; +colon = -45; +semicolon = -47; +questiondown = -84; +question.ss01 = -120; +questiondown.ss01 = -84; +endash = 0; +quotedblbase = -168; +quotedblbase.ss01 = -150; +quoteright.ss01 = -81; +}; +Ygrave = { +ellipsis.ss01 = -167; +endash.case = -61; +}; +fraction = { +zero.dnom = -24; +two.dnom = 0; +four.dnom = -43; +eight.dnom = -11; +zeroinferior = 0; +twoinferior = 0; +fourinferior = -56; +fiveinferior = 0; +sixinferior = 0; +seveninferior = 31; +nineinferior = 0; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 10; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 17; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 23; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 18; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 16; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -36; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -84; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -69; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = 17; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +g = { +l = 2; +iogonek = 12; +jcircumflex = 13; +}; +m = { +ordfeminine = -51; +ordmasculine = -52; +seven = -42; +registered = -30; +logicalnot = -50; +}; +ohorntilde = { +i = 10; +idotaccent = 10; +i.ss01 = 10; +n = 8; +period = -28; +comma = -29; +period.ss01 = -60; +comma.ss01 = -53; +parenright = -38; +quotedbl = -23; +}; +hyphen.case = { +Dcroat = 47; +Lslash = 0; +Oslash = 20; +one.numr = -22; +seven.numr = -28; +question.ss01 = -59; +parenleft.case = 25; +braceright.case = -88; +bracketright.case = -77; +quotesinglbase = -105; +quotedblbase = -168; +quotedblbase.ss01 = -150; +quoteright.ss01 = -67; +dollar = -27; +}; +ohornhookabove = { +i = 10; +idotaccent = 10; +i.ss01 = 10; +idotaccent.ss01 = 10; +m = 8; +n = 8; +period = -28; +comma = -29; +period.ss01 = -60; +comma.ss01 = -53; +parenright = -40; +bracketright = -47; +guillemetright = -2; +quotedbl = -21; +}; +y = { +germandbls = 26; +zeroinferior = -32; +twoinferior = -27; +ampersand = -35; +logicalnot = -40; +asciitilde = -21; +}; +Idotaccent.ss02 = { +endash.case = -69; +}; +Scedilla = { +idieresis = 29; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -27; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -55; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 3; +"@MMK_R_KO_nine" = 9; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -3; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_degree" = -28; +"@MMK_R_KO_plus" = -25; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 0; +f_f.liga = 0; +f_y.liga = 0; +fl = 0; +igrave = 0; +idieresis = 2; +seven = 0; +ampersand = -32; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -80; +"@MMK_R_KO_Oacute" = -77; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -72; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -150; +"@MMK_R_KO_U" = -59; +"@MMK_R_KO_V" = -150; +"@MMK_R_KO_W" = -127; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -150; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_aacute" = -55; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = -24; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -56; +"@MMK_R_KO_f" = -51; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -28; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -38; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = -62; +"@MMK_R_KO_u" = -57; +"@MMK_R_KO_uacute" = -57; +"@MMK_R_KO_v" = -81; +"@MMK_R_KO_w" = -81; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -24; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_pi" = -51; +"@MMK_R_KO_zero" = -66; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = -36; +"@MMK_R_KO_six" = -63; +"@MMK_R_KO_seven" = -81; +"@MMK_R_KO_eight" = -37; +"@MMK_R_KO_nine" = -40; +"@MMK_R_KO_asterisk" = -81; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = -81; +"@MMK_R_KO_endash" = -150; +"@MMK_R_KO_hyphen.case" = -81; +"@MMK_R_KO_endash.case" = -150; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -150; +"@MMK_R_KO_plus" = -81; +"@MMK_R_KO_percent" = -70; +}; +numero = { +period = -100; +comma = -105; +period.ss01 = -83; +comma.ss01 = -81; +parenright = -40; +parenright.case = -33; +}; +cent = { +onesuperior = -62; +sevensuperior = -63; +period = -63; +comma = -68; +slash = -38; +period.ss01 = -83; +comma.ss01 = -81; +parenright = -81; +bracketright = -93; +parenright.case = -64; +bracketright.case = -92; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -76; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -94; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 34; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -92; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -35; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 38; +"@MMK_R_KO_itilde" = 48; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -32; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = -31; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -97; +"@MMK_R_KO_comma" = -103; +"@MMK_R_KO_colon" = -27; +"@MMK_R_KO_semicolon" = -31; +"@MMK_R_KO_ellipsis" = -133; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -64; +"@MMK_R_KO_backslash" = 38; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -42; +"@MMK_R_KO_endash" = -33; +"@MMK_R_KO_underscore" = -85; +"@MMK_R_KO_hyphen.case" = -24; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = 28; +"@MMK_R_KO_quotesingle" = 28; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -74; +}; +Icircumflex = { +Icircumflex = 3; +l = 20; +icircumflex = 32; +l.ss03 = 21; +l.ss04 = 25; +parenright = 20; +bracketright = 0; +parenright.case = 40; +bracketright.case = 0; +}; +iogonek = { +iogonek = 11; +j = 4; +}; +uhorn = { +a = -26; +a.ss05 = -17; +ohorn = -23; +ohorndotbelow = -23; +ohorndotbelow.ss01 = -23; +ohorngrave = -20; +ohornacute = -21; +ohornhookabove = -20; +ohorntilde = -18; +period = -28; +comma = -32; +ellipsis = -71; +question = 29; +period.ss01 = -67; +ellipsis.ss01 = -67; +comma.ss01 = -49; +parenright = -19; +quotedblright = -3; +quotedbl = 0; +}; +underscore = { +g.ss06 = 44; +underscore = 44; +parenleft.case = -39; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -70; +"@MMK_R_KO_J" = -73; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -46; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -106; +"@MMK_R_KO_a" = -78; +"@MMK_R_KO_a.ss05" = -71; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -81; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -21; +"@MMK_R_KO_n" = -68; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_s" = -82; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -80; +"@MMK_R_KO_v" = -79; +"@MMK_R_KO_w" = -74; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -80; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -51; +"@MMK_R_KO_pi" = -75; +"@MMK_R_KO_zero" = -66; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_two" = -36; +"@MMK_R_KO_three" = -44; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_five" = -24; +"@MMK_R_KO_six" = -68; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -38; +"@MMK_R_KO_nine" = -36; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -98; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -43; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_hyphen" = -82; +"@MMK_R_KO_quotedblleft" = -60; +"@MMK_R_KO_quotedblright" = -43; +"@MMK_R_KO_quoteright" = -41; +"@MMK_R_KO_guillemetleft" = -102; +"@MMK_R_KO_guillemetright" = -94; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -40; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_degree" = -68; +"@MMK_R_KO_plus" = -104; +}; +W = { +Hbar = 40; +adieresis.ss05 = -24; +igrave = 24; +idieresis = 35; +scaron = -16; +idieresis.ss01 = 27; +six = -19; +seven = 39; +threeinferior = -63; +ampersand = -45; +plus = -43; +minus = -50; +notequal = -50; +logicalnot = -72; +asciitilde = -54; +}; +Aogonek = { +Lslash = -9; +period = 54; +comma = 61; +endash.case = -42; +parenright = 0; +bracketright = 0; +}; +Z = { +Lslash = -20; +igrave = 19; +ibreve = 48; +icaron = 33; +zero = -34; +two = 21; +six = -29; +seven = 35; +numbersign = -42; +endash.case = -70; +at = -28; +plus = -117; +minus = -129; +divide = -121; +equal = -56; +less = -102; +logicalnot = -138; +asciitilde = -137; +}; +emdash = { +x = -51; +zero.numr = -38; +one.numr = -36; +three.numr = -16; +four.numr = -53; +five.numr = -31; +six.numr = -35; +seven.numr = -40; +eight.numr = -26; +nine.numr = -27; +threesuperior = -23; +fivesuperior = -34; +eightsuperior = -29; +colon = -71; +semicolon = -73; +questiondown = -62; +question.ss01 = -111; +questiondown.ss01 = -62; +quotedblbase = -112; +quotedblbase.ss01 = -83; +quoteleft.ss01 = -81; +quoteright.ss01 = -81; +}; +tbar = { +a = 0; +e = 0; +tbar = 0; +}; +eng = { +j = 8; +slash = 36; +parenright = 0; +bracketright = -9; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -146; +"@MMK_R_KO_H" = -68; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_J" = -169; +"@MMK_R_KO_G.ss07" = -53; +"@MMK_R_KO_S" = -54; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -75; +"@MMK_R_KO_X" = -125; +"@MMK_R_KO_Y" = -88; +"@MMK_R_KO_Z" = -101; +"@MMK_R_KO_I.ss02" = -92; +"@MMK_R_KO_J.ss10" = -287; +"@MMK_R_KO_a" = -94; +"@MMK_R_KO_a.ss05" = -63; +"@MMK_R_KO_l" = -68; +"@MMK_R_KO_e" = -98; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -94; +"@MMK_R_KO_i" = -68; +"@MMK_R_KO_n" = -68; +"@MMK_R_KO_j" = -68; +"@MMK_R_KO_s" = -68; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_z" = -55; +"@MMK_R_KO_t_t.liga" = -28; +}; +percent = { +twosuperior = -39; +threesuperior = -56; +fivesuperior = -54; +eightsuperior = -54; +question.ss01 = -108; +bracketright.case = -37; +quoteright.ss01 = -78; +}; +Uhornhookabove = { +exclam.ss01 = 45; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_J" = -46; +"@MMK_R_KO_G.ss07" = 29; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = -34; +"@MMK_R_KO_I.ss02" = -34; +"@MMK_R_KO_J.ss10" = -34; +}; +uhorngrave = { +a = -26; +a.ss05 = -17; +o = -27; +n = 0; +period = -28; +comma = -32; +period.ss01 = -67; +comma.ss01 = -49; +parenright = -19; +quotedblright = -3; +quotedbl = 0; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_braceright" = -13; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -38; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -69; +}; +a.ss05 = { +p = 2; +jcircumflex = 0; +germandbls = 0; +gbreve.ss06 = 26; +gcircumflex.ss06 = 26; +ordfeminine = -58; +ordmasculine = -59; +seven = -51; +notequal = -44; +logicalnot = -58; +}; +Itilde = { +Itilde = 0; +igrave = 28; +itilde = 41; +}; +threesuperior = { +A = -88; +fraction = 0; +period = -100; +comma = -105; +slash = -87; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -39; +parenright = -23; +parenright.case = -13; +guillemetleft = -47; +}; +ydotbelow.ss01 = { +period.ss01 = -83; +parenright = -33; +}; +endash.case = { +seven.numr = -28; +bracketright.case = -75; +quotedblbase = -168; +quotedblbase.ss01 = -150; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_itilde" = 41; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 14; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = 1; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -22; +"@MMK_R_KO_asciicircum" = -70; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -21; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -10; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -14; +"@MMK_R_KO_underscore" = 28; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = -32; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -43; +"@MMK_R_KO_asciicircum" = -94; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -41; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_two" = 52; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = -49; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -36; +"@MMK_R_KO_seven" = -65; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = -105; +"@MMK_R_KO_onesuperior" = -105; +"@MMK_R_KO_foursuperior" = -105; +"@MMK_R_KO_sevensuperior" = -105; +"@MMK_R_KO_ninesuperior" = -105; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_asterisk" = -105; +"@MMK_R_KO_hyphen" = -99; +"@MMK_R_KO_endash" = -105; +"@MMK_R_KO_hyphen.case" = -105; +"@MMK_R_KO_endash.case" = -105; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = 22; +"@MMK_R_KO_quotedblleft" = -105; +"@MMK_R_KO_quotedblright" = -105; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -105; +"@MMK_R_KO_quotesingle" = -83; +}; +N = { +Hbar = 38; +igrave = 28; +icaron = 31; +idieresis = 31; +jcircumflex = 31; +idieresis.ss01 = 32; +degree = -24; +logicalnot = -50; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -39; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -128; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -59; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -104; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -27; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_fivesuperior" = -41; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -24; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -30; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = -30; +"@MMK_R_KO_semicolon" = -34; +"@MMK_R_KO_ellipsis" = -71; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -40; +"@MMK_R_KO_asterisk" = -69; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = -50; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -57; +"@MMK_R_KO_colon.ss01" = -43; +"@MMK_R_KO_question.ss01" = -61; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_underscore" = -29; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -80; +"@MMK_R_KO_braceright" = -78; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -108; +"@MMK_R_KO_quotedblright" = -88; +"@MMK_R_KO_quoteleft" = -105; +"@MMK_R_KO_quoteright" = -91; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -82; +"@MMK_R_KO_quotesingle" = -79; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -93; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -107; +"@MMK_R_KO_asciicircum" = -97; +}; +b = { +seven = -54; +registered = -31; +notequal = -32; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -52; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_J" = -116; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = -136; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = -108; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_Z" = -97; +"@MMK_R_KO_I.ss02" = -89; +"@MMK_R_KO_J.ss10" = -71; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_z" = -27; +"@MMK_R_KO_t_t.liga" = -15; +}; +Itilde.ss02 = { +igrave = 25; +}; +trademark = { +period = -100; +comma = -105; +slash = -129; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -88; +parenright = -47; +parenright.case = -46; +guillemetleft = -81; +guilsinglleft = -81; +guillemetright = -54; +guilsinglright = -53; +}; +literSign = { +parenright = -29; +parenright.case = -22; +guillemetleft = -42; +guilsinglleft = -34; +}; +ohorn = { +i = 10; +idotaccent = 10; +i.ss01 = 10; +idotaccent.ss01 = 10; +m = 8; +n = 8; +r = 8; +t = 0; +u = 10; +v = 0; +t_i.liga = 0; +t_t.liga = 0; +period = -28; +comma = -29; +period.ss01 = -60; +comma.ss01 = -53; +hyphen = 31; +parenright = -40; +bracketright = -47; +quotedbl = -26; +}; +quotedblleft = { +A = -134; +Dcroat = -49; +Hbar = 0; +igrave = 0; +icircumflex = 0; +imacron = 3; +jcircumflex = 0; +s = -88; +x = -49; +g.ss06 = -97; +mu = -66; +exclamdown = -86; +questiondown = -167; +backslash = 0; +questiondown.case = -124; +underscore = -168; +quotedblbase = -168; +ampersand = -95; +minus = -168; +divide = -111; +asciitilde = -133; +}; +l.ss04 = { +Hbar = 32; +l.ss04 = 5; +periodcentered.loclCAT = -7; +parenright = -5; +bracketright = -5; +quoteright = 0; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = 42; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 42; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 42; +"@MMK_R_KO_Y" = 41; +"@MMK_R_KO_Z" = 42; +"@MMK_R_KO_I.ss02" = 41; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -69; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -60; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -66; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -51; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -72; +"@MMK_R_KO_endash" = -69; +"@MMK_R_KO_underscore" = 18; +"@MMK_R_KO_hyphen.case" = -72; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 11; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -55; +}; +integral = { +guillemetright = -56; +guilsinglright = -56; +integral = -34; +A = -48; +a = -51; +d = -46; +a.ss05 = -46; +e = -51; +s = -49; +w = -47; +}; +two.dnom = { +question = -89; +question.ss01 = -114; +parenright = -69; +quotedblleft = -168; +quotedblright = -153; +quoteleft = -105; +quoteright = -105; +quotedbl = -134; +quotesingle = -83; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +degree = -138; +}; +parenleft.case = { +Icircumflex = 39; +Imacron = 38; +Idieresis = 36; +Dcroat = -31; +Eth = -31; +Iogonek = 36; +Itilde = 40; +Lslash = -23; +Idieresis.ss01 = 31; +four.numr = -82; +numbersign = -49; +questiondown.case = -33; +question.ss01 = -39; +parenleft.case = -39; +quotedblbase = -34; +quotedblbase.ss01 = -21; +at = -46; +ampersand = -27; +section = -28; +copyright = -60; +registered = -58; +published = -60; +literSign = -30; +numero = -14; +cent = -71; +dollar = -47; +euro = -69; +liraTurkish = -43; +minus = -96; +multiply = -103; +divide = -94; +equal = -75; +notequal = -87; +less = -81; +greaterequal = -32; +approxequal = -127; +logicalnot = -127; +asciitilde = -113; +asciicircum = -134; +infinity = -75; +radical = -62; +}; +Iacute.ss02 = { +igrave = 25; +endash.case = -69; +}; +tenge = { +four = -110; +period = -100; +comma = -105; +slash = -118; +period.ss01 = -83; +comma.ss01 = -81; +}; +colon = { +A = 0; +D = -11; +C = -18; +J = 11; +T = -100; +V = -32; +W = -28; +Y = -53; +a = -29; +c = -31; +e = -30; +o = -31; +f = 0; +s = -4; +t = 0; +z = 15; +t_i.liga = 0; +pi = 0; +zero = -19; +one = 0; +two = 0; +three = -11; +four = -50; +sevensuperior = -48; +emdash = -70; +parenright = -54; +braceright = -54; +bracketright = -56; +parenright.case = -7; +guillemetleft = -47; +guilsinglleft = -47; +}; +h = { +seven = -44; +registered = -32; +}; +emacron = { +Y = -42; +lcommaaccent = 0; +}; +numbersign = { +A = -21; +J = -66; +T = -67; +X = -43; +Y = -34; +one = -5; +eight = 0; +period = -74; +comma = -80; +slash = -34; +period.ss01 = -83; +comma.ss01 = -81; +parenright = -64; +bracketright = -68; +parenright.case = -48; +bracketright.case = -68; +}; +copyright = { +parenright = -71; +parenright.case = -60; +}; +t = { +iogonek = 0; +wdieresis = 11; +two = 0; +logicalnot = -77; +asciitilde = -47; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 37; +"@MMK_R_KO_imacron" = 33; +"@MMK_R_KO_itilde" = 34; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = -27; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -24; +"@MMK_R_KO_semicolon" = -24; +"@MMK_R_KO_ellipsis" = -55; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 27; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -50; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_parenright.case" = -28; +"@MMK_R_KO_bracketright.case" = -36; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -79; +}; +Hcircumflex = { +igrave = 28; +}; +aogonek.ss05 = { +j = 18; +comma = 54; +parenright = 0; +bracketright = 0; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_J" = -46; +"@MMK_R_KO_G.ss07" = 29; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = -34; +"@MMK_R_KO_I.ss02" = -34; +"@MMK_R_KO_J.ss10" = -34; +}; +_B.currency = { +_baht.bar = 0; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 23; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 25; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 39; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -42; +"@MMK_R_KO_quoteleft" = -40; +"@MMK_R_KO_quoteright" = -43; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -29; +"@MMK_R_KO_trademark" = -90; +"@MMK_R_KO_asciicircum" = -74; +}; +rupeeIndian = { +four = -61; +period = -45; +comma = -50; +slash = -37; +period.ss01 = -76; +comma.ss01 = -58; +}; +Zdotaccent = { +Hbar = 21; +endash.case = -70; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -46; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -51; +"@MMK_R_KO_exclam" = -13; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -51; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -27; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_quotedblleft" = -79; +"@MMK_R_KO_quotedblright" = -58; +"@MMK_R_KO_quoteleft" = -76; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -61; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -62; +"@MMK_R_KO_quotedblright.ss01" = -63; +"@MMK_R_KO_quoteright.ss01" = -59; +}; +P = { +Hbar = 69; +Oslash = 20; +hbar = 46; +igrave = 38; +idieresis = 24; +idieresis.ss01 = 51; +two = 26; +three = 4; +five = 25; +seven = 39; +nine = 47; +twoinferior = -35; +threeinferior = -38; +fourinferior = -110; +ellipsis.ss01 = -265; +endash.case = 37; +braceright.case = -36; +ampersand = -32; +}; +twoinferior = { +T = -155; +V = -77; +W = -48; +Y = -132; +t = -28; +t_i.liga = -28; +t_t.liga = -28; +parenright = -50; +}; +wdieresis = { +period = -53; +comma = -57; +bracketright = -61; +}; +uhungarumlaut = { +onesuperior = -18; +sevensuperior = -28; +parenright = -32; +bracketright = -39; +}; +odieresis = { +germandbls = -3; +gbreve.ss06 = 6; +}; +ohorndotbelow = { +c = 19; +i = 10; +idotaccent = 10; +m = 8; +n = 8; +p = 10; +t = 0; +u = 10; +t_i.liga = 0; +t_t.liga = 0; +period = -28; +comma = -29; +parenright = -40; +bracketright = -47; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 30; +"@MMK_R_KO_O" = 26; +"@MMK_R_KO_Oacute" = 26; +"@MMK_R_KO_J" = -36; +"@MMK_R_KO_G.ss07" = 38; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = 48; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = 27; +"@MMK_R_KO_aacute" = 27; +"@MMK_R_KO_a.ss05" = 25; +"@MMK_R_KO_l" = 28; +"@MMK_R_KO_e" = 30; +"@MMK_R_KO_eacute" = 30; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 25; +"@MMK_R_KO_i" = 27; +"@MMK_R_KO_n" = 26; +"@MMK_R_KO_icircumflex" = 40; +"@MMK_R_KO_imacron" = 44; +"@MMK_R_KO_itilde" = 43; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_lslash" = 29; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 30; +"@MMK_R_KO_uacute" = 30; +"@MMK_R_KO_v" = 29; +"@MMK_R_KO_w" = 33; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 28; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 28; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 16; +"@MMK_R_KO_sixsuperior" = 16; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = 23; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -39; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -93; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -76; +"@MMK_R_KO_comma.ss01" = -64; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 36; +"@MMK_R_KO_endash" = 44; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_hyphen.case" = 47; +"@MMK_R_KO_parenleft" = 47; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -46; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_bracketright.case" = -45; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = 20; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -43; +}; +one.numr = { +fraction = 0; +}; +Uhorntilde = { +exclam.ss01 = 45; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 29; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -29; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 19; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 16; +"@MMK_R_KO_six" = 10; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 22; +"@MMK_R_KO_nine" = 19; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_plus" = 0; +}; +two = { +icircumflex = 39; +x = 0; +colon = 16; +semicolon = 9; +braceright = -34; +minus = -36; +multiply = 0; +}; +j = { +hbar = 3; +idieresis = 3; +iogonek = 11; +jcircumflex = 11; +}; +ldot.ss01 = { +period.ss01 = -82; +comma.ss01 = -67; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -127; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -23; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = -43; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_twosuperior" = -40; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -78; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -46; +"@MMK_R_KO_underscore" = 27; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_braceright" = -65; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_quotedblleft" = -44; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -32; +"@MMK_R_KO_trademark" = -84; +"@MMK_R_KO_asciicircum" = -49; +}; +idieresis = { +l = 0; +icaron = 3; +idieresis = 4; +}; +approxequal = { +one = -35; +parenright = -131; +parenright.case = -126; +A = -82; +I.ss02 = -122; +}; +ograve = { +T = -126; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -75; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -29; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -1; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = -34; +"@MMK_R_KO_comma" = -34; +"@MMK_R_KO_colon" = -32; +"@MMK_R_KO_semicolon" = -35; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -71; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -65; +"@MMK_R_KO_comma.ss01" = -57; +"@MMK_R_KO_colon.ss01" = -45; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -90; +"@MMK_R_KO_quotedblright" = -82; +"@MMK_R_KO_quoteleft" = -77; +"@MMK_R_KO_quoteright" = -81; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -80; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -74; +"@MMK_R_KO_quotedblright.ss01" = -85; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -106; +}; +S = { +Hbar = 32; +Lslash = 6; +hbar = 26; +ibreve = 36; +idieresis = 29; +idieresis.ss01 = 27; +two = 12; +three = 15; +five = 4; +eight = 28; +ampersand = 21; +dollar = 0; +greater = 25; +logicalnot = -78; +}; +periodcentered.loclCAT = { +l = -11; +l.ss03 = -7; +l.ss04 = -9; +}; +Iogonek = { +iogonek = 29; +j = 27; +j.ss01 = 26; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -1; +"@MMK_R_KO_uacute" = -1; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -38; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -43; +"@MMK_R_KO_asciicircum" = -70; +}; +racute = { +parenright = -39; +bracketright = -40; +}; +questiondown.case = { +C = -24; +Q = -24; +Q.ss09 = -24; +T = -112; +V = -105; +W = -82; +Y = -99; +one = -94; +seven = -84; +parenright.case = -46; +quotedblleft = -147; +quoteright = -105; +quotedbl = -130; +quotesingle = -83; +quotedblleft.ss01 = -133; +quoteright.ss01 = -81; +}; +f_y.liga = { +germandbls = 27; +zeroinferior = -32; +ampersand = -30; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -79; +"@MMK_R_KO_Oacute" = -78; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = -73; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -93; +"@MMK_R_KO_a" = -80; +"@MMK_R_KO_aacute" = -72; +"@MMK_R_KO_a.ss05" = -48; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -79; +"@MMK_R_KO_eacute" = -79; +"@MMK_R_KO_f" = -41; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_n" = -50; +"@MMK_R_KO_j" = 37; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -74; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_u" = -72; +"@MMK_R_KO_uacute" = -61; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -53; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_pi" = -60; +"@MMK_R_KO_zero" = -59; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_two" = -26; +"@MMK_R_KO_three" = -44; +"@MMK_R_KO_four" = -94; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -37; +"@MMK_R_KO_nine" = -33; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = -80; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = -45; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -40; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -79; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = -55; +"@MMK_R_KO_hyphen" = -86; +"@MMK_R_KO_endash" = -84; +"@MMK_R_KO_parenright" = 14; +"@MMK_R_KO_bracketright" = 12; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = -99; +"@MMK_R_KO_guillemetright" = -83; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_degree" = -74; +"@MMK_R_KO_plus" = -110; +"@MMK_R_KO_percent" = -32; +}; +bracketleft.case = { +Icircumflex = 0; +numbersign = -75; +parenleft.case = -40; +bracketright.case = 31; +at = -57; +literSign = -49; +euro = -89; +minus = -102; +equal = -88; +less = -87; +asciitilde = -117; +asciicircum = -134; +infinity = -82; +}; +K = { +Lslash = -16; +Oslash = -5; +edieresis = -23; +odieresis.ss01 = -20; +odieresis = -24; +oslash = 0; +igrave = 31; +rcaron = 12; +idieresis = 34; +jcircumflex = 24; +ygrave = -31; +ytilde = -32; +idieresis.ss01 = 37; +zero = -32; +two = 26; +three = 0; +six = -31; +seven = 32; +nine = -9; +numbersign = -49; +endash.case = -101; +parenleft.case = -17; +at = -24; +ampersand = -2; +registered = -42; +dollar = -15; +plus = -115; +minus = -133; +multiply = -49; +divide = -119; +equal = -54; +notequal = -83; +less = -99; +logicalnot = -152; +asciitilde = -118; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -58; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -51; +"@MMK_R_KO_I.ss02" = -45; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 16; +"@MMK_R_KO_itilde" = 16; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -14; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = -58; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -22; +"@MMK_R_KO_ellipsis" = -109; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_backslash" = -22; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -80; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_underscore" = -56; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -70; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_parenright.case" = -74; +"@MMK_R_KO_bracketright.case" = -64; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -38; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -37; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -80; +"@MMK_R_KO_asciicircum" = -64; +}; +semicolon = { +four = -50; +onesuperior = -44; +sevensuperior = -49; +hyphen = -101; +emdash = -71; +endash = -46; +hyphen.case = -2; +parenright = -12; +guillemetleft = -47; +}; +Thorn = { +Eth = 36; +}; +four.dnom = { +question = -78; +question.ss01 = -117; +parenright = -77; +quotedblleft = -163; +quotedblright = -144; +quoteleft = -105; +quoteright = -105; +quotedbl = -124; +quotesingle = -83; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +degree = -134; +}; +braceright = { +Y = -20; +period = -33; +comma = -18; +period.ss01 = -71; +comma.ss01 = -36; +parenright = -20; +braceright = -23; +asciicircum = -102; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -37; +"@MMK_R_KO_quoteleft" = -40; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -69; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -44; +"@MMK_R_KO_O" = -106; +"@MMK_R_KO_Oacute" = -106; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = -100; +"@MMK_R_KO_S" = -63; +"@MMK_R_KO_T" = -175; +"@MMK_R_KO_U" = -72; +"@MMK_R_KO_V" = -165; +"@MMK_R_KO_W" = -133; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -168; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_a.ss05" = -44; +"@MMK_R_KO_l" = -45; +"@MMK_R_KO_e" = -80; +"@MMK_R_KO_f" = -66; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = -45; +"@MMK_R_KO_n" = -45; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -56; +"@MMK_R_KO_t" = -77; +"@MMK_R_KO_u" = -74; +"@MMK_R_KO_uacute" = -72; +"@MMK_R_KO_v" = -111; +"@MMK_R_KO_w" = -91; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = -45; +"@MMK_R_KO_t_t.liga" = -77; +"@MMK_R_KO_zero" = -84; +"@MMK_R_KO_one" = -110; +"@MMK_R_KO_two" = -22; +"@MMK_R_KO_three" = -53; +"@MMK_R_KO_four" = -139; +"@MMK_R_KO_five" = -56; +"@MMK_R_KO_six" = -78; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = -53; +"@MMK_R_KO_nine" = -61; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_guillemetright" = -65; +"@MMK_R_KO_quotedbl" = -158; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -150; +}; +ampersand = { +one = -91; +seven = -89; +parenright = -66; +bracketright = -87; +quotedblleft = -158; +quotedblright = -159; +quoteleft = -105; +quoteright = -105; +quotedbl = -131; +quotesingle = -83; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +v = -58; +w = -52; +y = -65; +}; +four = { +x = -28; +ordfeminine = -53; +ordmasculine = -52; +zero.numr = -48; +one.numr = -46; +three.numr = -54; +four.numr = -57; +five.numr = -47; +six.numr = -47; +seven.numr = -47; +eight.numr = -44; +nine.numr = -44; +threesuperior = -57; +fivesuperior = -56; +eightsuperior = -46; +colon = -45; +semicolon = -47; +question.ss01 = -69; +underscore = -44; +braceright = -63; +braceright.case = -60; +bracketright.case = -57; +quoteright.ss01 = -57; +registered = -46; +trademark = -80; +asciicircum = -126; +}; +zerosuperior = { +A = -93; +fraction = 0; +period = -100; +comma = -105; +slash = -93; +period.ss01 = -83; +comma.ss01 = -81; +parenright = -32; +parenright.case = -30; +guillemetleft = -57; +guilsinglleft = -57; +}; +n = { +n = 0; +gcircumflex.ss06 = 4; +ordfeminine = -54; +ordmasculine = -55; +seven = -46; +at = -2; +registered = -32; +degree = -90; +notequal = -37; +greaterequal = -21; +logicalnot = -51; +}; +bracketleft = { +Icircumflex = 0; +Dcroat = -40; +Oslash = -37; +oslash = -19; +hcircumflex = 9; +i = -7; +idotaccent = -7; +iacute = -43; +ntilde = -54; +nacute = -55; +p = 0; +ibreve = 0; +icircumflex = 0; +imacron = 0; +jcircumflex = 23; +macute = -55; +scaron = -40; +scircumflex = -69; +germandbls = -65; +x = -61; +colon = -57; +numbersign = -74; +parenleft = -45; +at = -78; +ampersand = -66; +literSign = -64; +dollar = -57; +euro = -90; +minus = -101; +equal = -87; +less = -86; +asciitilde = -116; +asciicircum = -134; +infinity = -81; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 72; +"@MMK_R_KO_O" = 29; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 37; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 28; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_sixsuperior" = 78; +"@MMK_R_KO_onesuperior" = 80; +"@MMK_R_KO_twosuperior" = 78; +"@MMK_R_KO_threesuperior" = 68; +"@MMK_R_KO_foursuperior" = 37; +"@MMK_R_KO_fivesuperior" = 75; +"@MMK_R_KO_sevensuperior" = 106; +"@MMK_R_KO_eightsuperior" = 75; +"@MMK_R_KO_ninesuperior" = 78; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 83; +"@MMK_R_KO_question" = 98; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 50; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_parenright" = 91; +"@MMK_R_KO_bracketright" = 27; +"@MMK_R_KO_quotedblleft" = 62; +"@MMK_R_KO_quoteleft" = 63; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 75; +"@MMK_R_KO_quotesingle" = 85; +"@MMK_R_KO_quotedblleft.ss01" = 70; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 42; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 32; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = 40; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 41; +"@MMK_R_KO_imacron" = 41; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 26; +"@MMK_R_KO_onesuperior" = 28; +"@MMK_R_KO_twosuperior" = 37; +"@MMK_R_KO_threesuperior" = 8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 19; +"@MMK_R_KO_sevensuperior" = 24; +"@MMK_R_KO_eightsuperior" = 25; +"@MMK_R_KO_ninesuperior" = 31; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_exclam" = 37; +"@MMK_R_KO_question" = 60; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 20; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_parenleft" = 40; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 22; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 23; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 23; +"@MMK_R_KO_quotedblleft.ss01" = 23; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 36; +}; +J.ss10 = { +Hbar = 51; +ibreve = 57; +icaron = 46; +idieresis = 45; +jcircumflex = 45; +idieresis.ss01 = 43; +}; +quotedblbase.ss01 = { +Dcroat = -60; +oslash = -19; +p = 0; +germandbls = -64; +asterisk = -150; +numbersign = -99; +question.ss01 = -142; +hyphen.case = -150; +emdash.case = -150; +parenleft.case = -52; +quotedblleft.ss01 = -150; +quoteright.ss01 = -81; +at = -58; +copyright = -83; +published = -83; +dollar = -60; +euro = -120; +minus = -150; +multiply = -78; +divide = -150; +equal = -150; +approxequal = -140; +}; +l.ss03 = { +oslash = 2; +periodcentered.loclCAT = -32; +notequal = -44; +logicalnot = -70; +}; +parenleft = { +Icircumflex = 20; +Imacron = 18; +Idieresis = 18; +Dcroat = -36; +Eth = -36; +Iogonek = 39; +Lslash = -26; +Oslash = -33; +a.ss05 = -63; +thorn = 11; +ccedilla = -59; +ccaron = -60; +edieresis = -65; +odieresis = -69; +oslash = -11; +hcircumflex = 19; +i = -9; +idotaccent = -9; +i.ss01 = 0; +iacute = -37; +ntilde = -49; +nacute = -50; +ncaron = -45; +ncommaaccent = -50; +p = 0; +idieresis = 0; +imacron = 0; +iogonek = 34; +jcircumflex = 39; +scedilla = -38; +scaron = -37; +scircumflex = -55; +germandbls = -47; +tcedilla = -24; +x = -44; +zcaron = -29; +g.ss06 = 0; +mu = 0; +four.numr = -87; +colon = -54; +numbersign = -68; +semicolon.ss01 = -2; +question.ss01 = -40; +parenleft = -50; +braceleft = -20; +quotedblbase = -11; +quotedblbase.ss01 = -9; +at = -83; +ampersand = -63; +section = -42; +copyright = -72; +registered = -67; +published = -72; +literSign = -59; +numero = -21; +cent = -82; +dollar = -51; +euro = -86; +liraTurkish = -54; +sterling = -40; +minus = -113; +multiply = -111; +divide = -112; +equal = -87; +notequal = -99; +greater = -54; +less = -97; +greaterequal = -77; +lessequal = -76; +plusminus = -42; +approxequal = -142; +logicalnot = -137; +asciitilde = -126; +asciicircum = -134; +infinity = -87; +summation = 37; +radical = -74; +}; +asciicircum = { +one = -49; +two = -42; +three = -56; +four = -137; +eight = -66; +period = -100; +comma = -105; +asterisk = -40; +slash = -153; +period.ss01 = -83; +comma.ss01 = -81; +hyphen = -172; +hyphen.case = -74; +parenright = -133; +bracketright = -133; +parenright.case = -133; +bracketright.case = -133; +u = -66; +x = -48; +mu = -68; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 25; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 26; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -41; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 20; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_quotedblleft" = -82; +"@MMK_R_KO_quotedblright" = -72; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -58; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -59; +"@MMK_R_KO_quotedblright.ss01" = -76; +"@MMK_R_KO_quoteright.ss01" = -68; +}; +plus = { +one = -78; +two = -51; +three = -55; +seven = -92; +seven.numr = -39; +period = -100; +comma = -105; +question = -63; +asterisk = -52; +slash = -63; +period.ss01 = -83; +comma.ss01 = -81; +question.ss01 = -75; +parenright = -109; +braceright = -103; +bracketright = -96; +parenright.case = -91; +braceright.case = -112; +bracketright.case = -97; +quotedblleft = -95; +quotedblright = -64; +quoteleft = -98; +quoteright = -76; +guillemetright = -24; +quotedbl = -53; +quotesingle = -53; +quotedblleft.ss01 = -82; +quoteleft.ss01 = -81; +quotedblright.ss01 = -90; +trademark = -85; +tenge = -66; +yen = -37; +plus = -46; +x = -30; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_Oacute" = -51; +"@MMK_R_KO_J" = 45; +"@MMK_R_KO_G.ss07" = -43; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 47; +"@MMK_R_KO_Y" = 30; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 44; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -42; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 42; +"@MMK_R_KO_itilde" = 28; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -54; +"@MMK_R_KO_w" = -51; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -52; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -23; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -112; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 9; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -145; +"@MMK_R_KO_endash" = -131; +"@MMK_R_KO_underscore" = 21; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -103; +}; +quoteleft = { +Hbar = 4; +igrave = 0; +icircumflex = 0; +imacron = 2; +jcircumflex = 0; +g.ss06 = -98; +mu = -66; +exclamdown = -87; +questiondown = -105; +questiondown.case = -105; +quotedblbase = -105; +ampersand = -95; +minus = -105; +divide = -105; +logicalnot = -105; +asciitilde = -105; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -132; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = -126; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -168; +"@MMK_R_KO_a" = -112; +"@MMK_R_KO_aacute" = -96; +"@MMK_R_KO_a.ss05" = -77; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -116; +"@MMK_R_KO_eacute" = -98; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -112; +"@MMK_R_KO_i" = -37; +"@MMK_R_KO_n" = -65; +"@MMK_R_KO_j" = -37; +"@MMK_R_KO_lslash" = -25; +"@MMK_R_KO_s" = -77; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = -63; +"@MMK_R_KO_uacute" = -55; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = -49; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -19; +"@MMK_R_KO_pi" = -37; +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -23; +"@MMK_R_KO_four" = -138; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -24; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_ellipsis" = -168; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -143; +"@MMK_R_KO_hyphen" = -168; +"@MMK_R_KO_endash" = -168; +"@MMK_R_KO_hyphen.case" = -79; +"@MMK_R_KO_endash.case" = -35; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = -118; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_degree" = -42; +"@MMK_R_KO_plus" = -103; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -79; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -51; +"@MMK_R_KO_endash" = -46; +"@MMK_R_KO_underscore" = 19; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -48; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -72; +"@MMK_R_KO_asciicircum" = -36; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -17; +"@MMK_R_KO_O" = -41; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -154; +"@MMK_R_KO_V" = -107; +"@MMK_R_KO_W" = -93; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -148; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -42; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -39; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -44; +}; +nine.dnom = { +question = -108; +question.ss01 = -118; +parenright = -82; +parenright.case = -42; +quotedblleft = -168; +quotedblright = -162; +quoteleft = -105; +quoteright = -105; +quotedbl = -146; +quotesingle = -83; +quotedblleft.ss01 = -150; +quoteleft.ss01 = -81; +quotedblright.ss01 = -150; +quoteright.ss01 = -81; +degree = -150; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -37; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -81; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_aacute" = -79; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -81; +"@MMK_R_KO_eacute" = -81; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -81; +"@MMK_R_KO_i" = -21; +"@MMK_R_KO_n" = -65; +"@MMK_R_KO_j" = -22; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -81; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -63; +"@MMK_R_KO_uacute" = -52; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -49; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -35; +"@MMK_R_KO_zero" = -31; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -36; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_period.ss01" = -81; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen" = -81; +"@MMK_R_KO_endash" = -81; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_endash.case" = -43; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -50; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -81; +}; +Omacron = { +Eth = 0; +}; +uhorndotbelow.ss01 = { +a = -26; +c = -27; +period.ss01 = -67; +ellipsis.ss01 = -67; +comma.ss01 = -49; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 28; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 33; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 37; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 17; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 17; +"@MMK_R_KO_two" = 25; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 24; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = 25; +"@MMK_R_KO_sixsuperior" = 18; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_question" = 24; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -31; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -20; +"@MMK_R_KO_percent" = 32; +}; +exclamdown = { +T = -121; +V = -49; +Y = -74; +j = 31; +}; +Adieresis = { +Germandbls = 11; +endash.case = -43; +registered = -84; +}; +}; +m020 = { +J = { +Hbar = 29; +Oslash = 5; +a = 2; +igrave = 11; +ibreve = 27; +icaron = 40; +idieresis = 44; +jcircumflex = 59; +idieresis.ss01 = 35; +greater = 19; +}; +exclam.ss01 = { +period.ss01 = -25; +}; +ohungarumlaut = { +onesuperior = -9; +sevensuperior = 0; +parenright = 14; +bracketright = 19; +quotedblright = 0; +quotedbl = 0; +quotesingle = 0; +}; +uhornacute = { +a = -29; +a.ss05 = -23; +c = -30; +n = 0; +t = 0; +u = 0; +t_i.liga = 0; +t_t.liga = 0; +period = -31; +comma = -30; +ellipsis = -59; +question = 0; +period.ss01 = -52; +ellipsis.ss01 = -52; +comma.ss01 = -50; +parenright = -32; +quotedbl = 0; +}; +o = { +germandbls = -2; +gbreve.ss06 = 10; +ordmasculine = -50; +seven = -34; +registered = -27; +logicalnot = -24; +}; +ellipsis = { +Dcroat = -53; +Tbar = -114; +tbar = -48; +twosuperior = -186; +threesuperior = -188; +fivesuperior = -195; +eightsuperior = -192; +parenleft = -32; +braceright = -50; +parenleft.case = -46; +bracketright.case = -22; +}; +Iacute = { +A = 0; +S = 11; +igrave = 9; +icircumflex = 38; +parenright.case = 7; +}; +sixsuperior = { +A = -75; +fraction = -15; +period = -144; +comma = -144; +slash = -85; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -28; +parenright = -28; +guillemetleft = -30; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -72; +"@MMK_R_KO_Oacute" = -72; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 57; +"@MMK_R_KO_itilde" = 44; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -27; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -25; +"@MMK_R_KO_v" = -52; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 55; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -38; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -11; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -28; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 31; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = -38; +"@MMK_R_KO_endash" = -55; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -73; +"@MMK_R_KO_parenleft" = -15; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -74; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -65; +"@MMK_R_KO_G.ss07" = 25; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -85; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = -28; +"@MMK_R_KO_I.ss02" = -56; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = 14; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -52; +"@MMK_R_KO_comma" = -54; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -99; +"@MMK_R_KO_comma.ss01" = -104; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_hyphen.case" = 28; +"@MMK_R_KO_parenright.case" = -50; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_plus" = 3; +}; +Igrave = { +j = 18; +l.ss04 = 30; +}; +five = { +icircumflex = 41; +x = -5; +ordfeminine = -13; +ordmasculine = -10; +parenleft = 18; +asciicircum = -41; +}; +Tcommaaccent = { +aacute = -65; +acircumflex.ss05 = -44; +amacron.ss05 = -38; +abreve.ss05 = -51; +endash.case = -51; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -80; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_Y" = -106; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -31; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -49; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_backslash" = -42; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_braceright" = -71; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -81; +"@MMK_R_KO_asciicircum" = -43; +}; +questiondown.ss01 = { +l.ss03 = -30; +quoteright.ss01 = -111; +}; +threeinferior = { +T = -116; +V = -79; +W = -48; +Y = -134; +parenright = -47; +bracketright = -26; +}; +Adieresis.ss01 = { +endash.case = -32; +registered = -72; +}; +lcaron.ss03 = { +b = 104; +h = 104; +k = 104; +i = 77; +idotaccent = 77; +i.ss01 = 77; +idotaccent.ss01 = 77; +j = 95; +j.ss01 = 94; +zcaron = 59; +l.ss03 = 116; +lcaron.ss03 = 116; +sixsuperior = 76; +onesuperior = 110; +twosuperior = 87; +threesuperior = 91; +foursuperior = 43; +fivesuperior = 91; +sevensuperior = 121; +eightsuperior = 89; +ninesuperior = 88; +exclam = 109; +question = 93; +exclam.ss01 = 120; +question.ss01 = 75; +parenright = 99; +bracketright = 120; +quotedblleft = 64; +quoteleft = 64; +quotedbl = 138; +quotesingle = 138; +quotedblleft.ss01 = 79; +quoteleft.ss01 = 79; +}; +f_f.liga = { +e = 0; +f = 14; +fl = 14; +i = 2; +i.ss01 = 4; +idieresis = 31; +seven = 17; +ampersand = -18; +}; +Jacute = { +Icircumflex = 9; +Imacron = 64; +Hbar = 29; +igrave = 13; +ibreve = 27; +icaron = 40; +idieresis = 44; +jcircumflex = 59; +idieresis.ss01 = 35; +parenright = -5; +parenright.case = 2; +}; +braceright.case = { +J.ss10 = -50; +period = -30; +comma = -29; +period.ss01 = -51; +comma.ss01 = -46; +hyphen.case = 18; +parenright.case = -42; +braceright.case = -28; +asciicircum = -10; +}; +ecircumflexhookabove = { +m = 0; +n = 0; +u = 0; +period.ss01 = -14; +comma.ss01 = -11; +parenright = 17; +}; +Cdotaccent = { +Hbar = 31; +}; +Ncommaaccent = { +imacron = 39; +}; +dollar = { +one = -11; +three = 0; +four = 0; +five = 6; +eight = 11; +parenright = -57; +bracketright = -27; +parenright.case = -47; +}; +Scaron = { +iogonek = 11; +}; +fi = { +hbar = 2; +idieresis = 19; +jcircumflex = 23; +germandbls = 0; +logicalnot = -41; +}; +zero = { +icircumflex = 0; +x = -16; +ordmasculine = -22; +underscore = -57; +parenleft = 11; +braceright = -49; +braceright.case = -49; +bracketright.case = -48; +baht = -4; +trademark = -57; +multiply = -19; +asciicircum = -26; +}; +period.ss01 = { +ordfeminine = -124; +ordmasculine = -124; +twosuperior = -124; +threesuperior = -124; +fivesuperior = -124; +eightsuperior = -124; +question.ss01 = -99; +parenleft = -16; +braceright = -20; +parenleft.case = -29; +quoteright.ss01 = -123; +}; +X = { +igrave = 3; +ibreve = 18; +icaron = 26; +idieresis = 30; +idieresis.ss01 = 31; +zero = -72; +two = 0; +three = -27; +six = -68; +eight = -23; +nine = -39; +numbersign = -49; +endash.case = -90; +parenleft.case = -47; +at = -49; +registered = -71; +plus = -101; +minus = -108; +multiply = -79; +equal = -59; +notequal = -78; +less = -72; +logicalnot = -122; +asciitilde = -121; +}; +L = { +H = 0; +Dcroat = -26; +Oslash = -26; +Tbar = -78; +oslash = -9; +ordfeminine = -192; +ordmasculine = -190; +zero = -34; +two = 0; +three = -3; +five = -6; +six = -29; +seven = -77; +nine = -10; +numbersign = -5; +endash.case = -105; +parenleft.case = -21; +quoteleft.ss01 = -123; +at = -18; +registered = -110; +dollar = -13; +plus = -68; +minus = -90; +multiply = -24; +equal = -5; +notequal = -27; +less = -25; +approxequal = 0; +logicalnot = -131; +asciitilde = -72; +}; +euro = { +period = -14; +comma = -15; +slash = -33; +period.ss01 = -28; +parenright = -65; +bracketright = -41; +parenright.case = -56; +bracketright.case = -39; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -96; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_Oacute" = -39; +"@MMK_R_KO_J" = -76; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -95; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -58; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 58; +"@MMK_R_KO_itilde" = 52; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = -37; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 49; +"@MMK_R_KO_g.ss06" = -54; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -96; +"@MMK_R_KO_comma" = -96; +"@MMK_R_KO_colon" = -32; +"@MMK_R_KO_semicolon" = -30; +"@MMK_R_KO_ellipsis" = -128; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 26; +"@MMK_R_KO_slash" = -110; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = -108; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = -27; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -48; +"@MMK_R_KO_underscore" = -112; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -52; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = 35; +"@MMK_R_KO_quotesingle" = 35; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 17; +"@MMK_R_KO_quoteright.ss01" = 17; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -36; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -76; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -41; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -40; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -23; +}; +perthousand = { +question = -105; +asterisk = -135; +question.ss01 = -116; +parenright = -73; +parenright.case = -54; +quotedblleft = -84; +quotedblright = -43; +quoteleft = -84; +quoteright = -44; +quotedblleft.ss01 = -59; +quoteleft.ss01 = -59; +quotedblright.ss01 = -60; +quoteright.ss01 = -60; +}; +V = { +Eth = -14; +Oslash = -39; +adieresis = -46; +ae = -57; +a.ss05 = -54; +adieresis.ss05 = -33; +eacute = -64; +ccaron = -27; +emacron = -21; +edieresis = -28; +ecaron = -25; +otilde = -32; +odieresis = -34; +iacute = -22; +ncommaaccent = -34; +igrave = 23; +ibreve = 38; +icaron = 55; +idieresis = 50; +racute = -28; +scaron = -13; +zcaron = -15; +idieresis.ss01 = 48; +gdotaccent.ss06 = -54; +gdotaccent.ss01.ss06 = -54; +zero = -35; +two = -7; +three = -10; +six = -33; +seven = 38; +twoinferior = -79; +ellipsis.ss01 = -108; +endash.case = -29; +at = -44; +ampersand = -58; +plus = -48; +minus = -52; +less = -23; +lessequal = -35; +approxequal = -28; +asciitilde = -88; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -70; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -70; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -95; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_f" = 19; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 46; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -77; +"@MMK_R_KO_comma" = -76; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 30; +"@MMK_R_KO_slash" = -77; +"@MMK_R_KO_period.ss01" = -87; +"@MMK_R_KO_comma.ss01" = -87; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -26; +"@MMK_R_KO_endash" = -27; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_quotedblleft" = 23; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 23; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 27; +"@MMK_R_KO_quotesingle" = 27; +"@MMK_R_KO_quotedblleft.ss01" = 9; +"@MMK_R_KO_quotedblright.ss01" = 13; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = -59; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 30; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -207; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 19; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 10; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_period.ss01" = -124; +"@MMK_R_KO_comma.ss01" = -123; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = 30; +"@MMK_R_KO_quotesingle" = 30; +"@MMK_R_KO_quotedblleft.ss01" = 11; +"@MMK_R_KO_quotedblright.ss01" = 14; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -3; +"@MMK_R_KO_percent" = 12; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -77; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 35; +"@MMK_R_KO_W" = 36; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -211; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -21; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 55; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 34; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 29; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 21; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -144; +"@MMK_R_KO_ellipsis" = -226; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 32; +"@MMK_R_KO_slash" = -93; +"@MMK_R_KO_period.ss01" = -124; +"@MMK_R_KO_comma.ss01" = -123; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_endash" = -25; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 32; +"@MMK_R_KO_quotesingle" = 32; +"@MMK_R_KO_quotedblleft.ss01" = 32; +"@MMK_R_KO_quotedblright.ss01" = 36; +"@MMK_R_KO_degree" = 6; +"@MMK_R_KO_plus" = -32; +"@MMK_R_KO_percent" = 9; +}; +seven = { +icircumflex = 63; +x = -6; +g.ss06 = -34; +mu = -7; +colon = -15; +semicolon = -14; +backslash = 54; +ellipsis.ss01 = -95; +underscore = -79; +parenleft = 0; +at = -11; +ampersand = -20; +euro = -18; +minus = -45; +multiply = -18; +divide = -29; +notequal = -21; +less = -2; +plusminus = -6; +asciitilde = -80; +asciicircum = -12; +}; +scedilla = { +gbreve.ss06 = 13; +}; +fourinferior = { +T = -110; +V = -83; +W = -60; +parenright = -47; +bracketright = -35; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -41; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -92; +"@MMK_R_KO_U" = -25; +"@MMK_R_KO_V" = -108; +"@MMK_R_KO_W" = -71; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -123; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 14; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_j" = 74; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -46; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_v" = -63; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = -48; +"@MMK_R_KO_zero" = -35; +"@MMK_R_KO_one" = -75; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -28; +"@MMK_R_KO_seven" = -68; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_asterisk" = -93; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 12; +"@MMK_R_KO_parenright.case" = 24; +"@MMK_R_KO_quotedblleft" = -82; +"@MMK_R_KO_quotedblright" = -64; +"@MMK_R_KO_quoteleft" = -82; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -90; +"@MMK_R_KO_quotesingle" = -90; +"@MMK_R_KO_quotedblleft.ss01" = -76; +"@MMK_R_KO_quotedblright.ss01" = -74; +}; +equal = { +period = -7; +comma = -8; +period.ss01 = -16; +comma.ss01 = -12; +parenright = -53; +bracketright = -46; +parenright.case = -51; +bracketright.case = -52; +equal = 0; +A = -19; +J = 0; +T = 0; +V = -22; +X = -58; +Y = -52; +}; +five.numr = { +fraction = -19; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -106; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -29; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -39; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -44; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -18; +}; +dcaron = { +exclam.ss01 = 114; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -67; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 16; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = -55; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_braceright" = -37; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = -54; +"@MMK_R_KO_bracketright.case" = -39; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 18; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -23; +}; +k = { +oslash = 0; +iogonek = 0; +lcommaaccent = -2; +two = 5; +plus = -45; +minus = -48; +notequal = -18; +logicalnot = -59; +asciitilde = -89; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -32; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -74; +"@MMK_R_KO_asciicircum" = -31; +}; +scaron = { +T = -25; +iogonek = 4; +}; +ninesuperior = { +A = -80; +fraction = -21; +period = -144; +comma = -144; +slash = -90; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -38; +parenright = -30; +guillemetleft = -33; +}; +v = { +n = 0; +ampersand = -21; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -45; +"@MMK_R_KO_H" = -32; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = -23; +"@MMK_R_KO_S" = -31; +"@MMK_R_KO_T" = -136; +"@MMK_R_KO_V" = -82; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = -74; +"@MMK_R_KO_Y" = -129; +"@MMK_R_KO_Z" = -31; +"@MMK_R_KO_I.ss02" = -41; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = -31; +"@MMK_R_KO_e" = -27; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = -28; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_z" = -39; +"@MMK_R_KO_t_t.liga" = -30; +}; +infinity = { +parenright = -67; +bracketright = -55; +parenright.case = -60; +bracketright.case = -56; +quotedblleft = -8; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -81; +"@MMK_R_KO_comma" = -83; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -50; +"@MMK_R_KO_period.ss01" = -92; +"@MMK_R_KO_comma.ss01" = -92; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 31; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -69; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -96; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = -43; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = -51; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +asterisk = { +g.ss06 = -33; +}; +semicolon.ss01 = { +onesuperior = -37; +sevensuperior = -45; +hyphen = -2; +emdash = -2; +}; +divide = { +one = 0; +two = -5; +three = 0; +seven = 0; +parenright = -60; +parenright.case = -54; +quotedblleft = 0; +quotedblright = 0; +quoteright = 0; +quotedblleft.ss01 = 0; +quotedblright.ss01 = 0; +A = -31; +Y = -84; +I.ss02 = -63; +}; +asciitilde = { +exclam = 0; +exclam.ss01 = 0; +question.ss01 = 0; +parenleft = 7; +parenleft.case = 3; +bracketright.case = -48; +quoteright.ss01 = 0; +U = 0; +aacute = 2; +edieresis = 2; +edieresis.ss01 = 2; +u = 0; +v = 0; +w = 0; +x = -15; +y = 0; +l.ss03 = 0; +l.ss04 = 0; +g.ss06 = 0; +gcircumflex.ss06 = 0; +}; +three.dnom = { +question = -92; +question.ss01 = -107; +parenright = -62; +quotedblleft = -62; +quotedblright = -27; +quoteleft = -62; +quoteright = -28; +quotedbl = -69; +quotesingle = -69; +quotedblleft.ss01 = -48; +quoteleft.ss01 = -48; +quotedblright.ss01 = -50; +quoteright.ss01 = -50; +degree = -116; +}; +odotbelow.ss01 = { +T = -82; +}; +x = { +oslash = 0; +two = 0; +ampersand = -22; +plus = -45; +minus = -48; +notequal = -26; +logicalnot = -58; +asciitilde = -86; +}; +U = { +Dcroat = 7; +Eth = 7; +Hbar = 34; +Lslash = 4; +hbar = 13; +igrave = 15; +jcircumflex = 64; +greater = 18; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_itilde" = 39; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -18; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -35; +"@MMK_R_KO_asciicircum" = -23; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 46; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 68; +"@MMK_R_KO_j" = 35; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 19; +"@MMK_R_KO_l.ss04" = 55; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 40; +"@MMK_R_KO_comma" = 42; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 25; +"@MMK_R_KO_question" = 24; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = 26; +"@MMK_R_KO_quotesingle" = 26; +"@MMK_R_KO_quotedblleft.ss01" = 4; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +}; +Eth = { +Eth = 11; +Oslash = 12; +}; +odotbelow = { +T = -82; +}; +baht = { +slash = -7; +parenright = -46; +parenright.case = -37; +}; +Icircumflex.ss02 = { +endash.case = -51; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 1; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 23; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = -4; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -33; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -85; +"@MMK_R_KO_onesuperior" = -77; +"@MMK_R_KO_foursuperior" = -91; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_ninesuperior" = -73; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -93; +"@MMK_R_KO_asterisk" = -87; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_endash.case" = -22; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_parenright.case" = -45; +"@MMK_R_KO_quotedblleft" = -83; +"@MMK_R_KO_quotedblright" = -43; +"@MMK_R_KO_quoteleft" = -83; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -67; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -58; +"@MMK_R_KO_quotedblright.ss01" = -57; +}; +quotedblright = { +Dcroat = -11; +icircumflex = 28; +scaron = -35; +x = -11; +g.ss06 = -43; +mu = -31; +questiondown = -111; +questiondown.case = -81; +parenleft = -8; +quotesinglbase = -144; +asciitilde = -90; +}; +r = { +fl = 11; +germandbls = 8; +wdieresis = 4; +gcircumflex.ss06 = 0; +oneinferior = -45; +twoinferior = -30; +threeinferior = -29; +fourinferior = -74; +fiveinferior = -20; +sixinferior = -37; +ampersand = -28; +logicalnot = -18; +asciitilde = -34; +}; +seveninferior = { +I.ss02 = -33; +fourinferior = -22; +seveninferior = 0; +parenright = -63; +parenright.case = -46; +}; +sterling = { +two = 16; +hyphen.case = -14; +parenright = -43; +}; +Ocircumflex = { +Lslash = 0; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = 27; +"@MMK_R_KO_bracketright" = 17; +"@MMK_R_KO_parenright.case" = 27; +"@MMK_R_KO_bracketright.case" = 17; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_quoteright.ss01" = 14; +}; +_f.longarm = { +l = -3; +i = -2; +idotaccent = -2; +i.ss01 = -2; +idotaccent.ss01 = -2; +l.ss03 = 3; +l.ss04 = 33; +}; +I.ss02 = { +Dcroat = -16; +igrave = 31; +jcircumflex = 72; +endash.case = -49; +plus = -78; +minus = -82; +notequal = -34; +less = -15; +approxequal = -5; +logicalnot = -120; +asciitilde = -71; +}; +quoteleft.ss01 = { +J.ss10 = -123; +igrave = 7; +icircumflex = 20; +imacron = 40; +jcircumflex = 34; +questiondown.case = -48; +questiondown.ss01 = -92; +hyphen = -2; +emdash = -2; +quotedblbase.ss01 = -123; +ampersand = -41; +minus = -12; +logicalnot = -20; +asciitilde = -40; +}; +Zacute = { +endash.case = -31; +}; +d = { +hbar = 0; +igrave = 0; +icaron = 3; +idieresis = 9; +jcircumflex = 22; +logicalnot = -46; +}; +notequal = { +zero = -15; +one = -19; +two = -24; +seven = -23; +parenright = -77; +parenright.case = -75; +A = -44; +B = -18; +F = -15; +L = -18; +N = -18; +Y = -69; +b = -21; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -80; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_t_t.liga" = 9; +}; +six = { +icircumflex = 26; +parenleft = 13; +braceright = -19; +bracketright.case = -16; +trademark = -38; +asciicircum = -23; +}; +Idieresis.ss02 = { +idieresis = 60; +}; +quotedblleft.ss01 = { +A = -60; +J = -74; +igrave = 3; +icircumflex = 20; +imacron = 40; +jcircumflex = 33; +g.ss06 = -14; +mu = -16; +questiondown.case = -48; +ellipsis.ss01 = -246; +questiondown.ss01 = -92; +underscore = -231; +quotedblbase.ss01 = -246; +ampersand = -47; +minus = -12; +divide = 0; +asciitilde = -40; +}; +sevensuperior = { +A = -103; +C = -47; +O = -47; +G = -48; +fraction = -31; +sevensuperior = 0; +period = -144; +comma = -144; +colon = -54; +semicolon = -52; +slash = -114; +period.ss01 = -124; +comma.ss01 = -123; +colon.ss01 = -43; +semicolon.ss01 = -41; +hyphen = -56; +hyphen.case = -39; +guillemetleft = -54; +guilsinglleft = -52; +guillemetright = -30; +guilsinglright = -30; +plus = -56; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -48; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_bracketright.case" = -34; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -2; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -89; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = -42; +"@MMK_R_KO_I.ss02" = -46; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_zero" = 10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 13; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -64; +"@MMK_R_KO_comma" = -67; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_period.ss01" = -124; +"@MMK_R_KO_comma.ss01" = -123; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +}; +won = { +period = -55; +comma = -54; +slash = -43; +period.ss01 = -78; +comma.ss01 = -74; +}; +i.ss01 = { +l = 2; +c = 0; +e = 0; +o = 0; +m = 5; +n = 5; +r = 9; +p = 1; +j.ss01 = 17; +parenright = -7; +}; +guillemetright = { +T = -62; +x = -42; +threesuperior = -28; +fivesuperior = -32; +eightsuperior = -26; +colon = -5; +semicolon = -3; +questiondown = -41; +question.ss01 = -47; +questiondown.ss01 = -40; +braceright = -73; +braceright.case = -50; +bracketright.case = -48; +quotesinglbase = -42; +quotedblbase = -42; +quotedblbase.ss01 = -31; +quoteright.ss01 = -16; +}; +s = { +l = 0; +seven = -23; +emdash = 0; +registered = -22; +notequal = -13; +logicalnot = -29; +asciitilde = -44; +}; +five.dnom = { +question = -95; +question.ss01 = -107; +parenright = -66; +quotedblleft = -39; +quotedblright = -9; +quoteleft = -39; +quoteright = -9; +quotedbl = -46; +quotesingle = -46; +quotedblleft.ss01 = -27; +quoteleft.ss01 = -27; +quotedblright.ss01 = -24; +quoteright.ss01 = -24; +degree = -91; +}; +ecircumflexgrave = { +parenright = -6; +bracketright = 0; +quotedbl = 0; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -53; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 25; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 19; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_w" = 27; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -44; +"@MMK_R_KO_colon.ss01" = 22; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -54; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = 19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = -11; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 13; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 2; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 18; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 20; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -37; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -22; +"@MMK_R_KO_plus" = -9; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -32; +}; +t_t.liga = { +wdieresis = 11; +hyphen = 0; +logicalnot = -29; +asciitilde = -46; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -73; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_J" = -65; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 33; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -145; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = -65; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = 41; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -144; +"@MMK_R_KO_question" = 22; +"@MMK_R_KO_asterisk" = 35; +"@MMK_R_KO_slash" = -94; +"@MMK_R_KO_period.ss01" = -124; +"@MMK_R_KO_comma.ss01" = -123; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -80; +"@MMK_R_KO_endash" = -57; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 32; +"@MMK_R_KO_quotesingle" = 32; +"@MMK_R_KO_quotedblleft.ss01" = 25; +"@MMK_R_KO_quotedblright.ss01" = 23; +}; +ohorngrave = { +i = 17; +idotaccent = 17; +i.ss01 = 17; +idotaccent.ss01 = 17; +m = 16; +n = 16; +period = -3; +comma = -3; +period.ss01 = -20; +comma.ss01 = -18; +parenright = -18; +bracketright = 0; +guillemetright = 32; +quotedbl = 28; +}; +zeroinferior = { +parenright = -56; +}; +c = { +seven = -26; +registered = -20; +notequal = -26; +}; +Aacute = { +Dcroat = -15; +Eth = -15; +Tbar = -80; +endash.case = -32; +registered = -72; +}; +Abreve = { +endash.case = -32; +}; +eight.dnom = { +question = -91; +question.ss01 = -106; +parenright = -61; +quotedblleft = -62; +quotedblright = -27; +quoteleft = -62; +quoteright = -28; +quotedbl = -69; +quotesingle = -69; +quotedblleft.ss01 = -48; +quoteleft.ss01 = -48; +quotedblright.ss01 = -50; +quoteright.ss01 = -50; +degree = -116; +}; +Idieresis.ss01 = { +Icircumflex = 67; +Idieresis.ss01 = 88; +idieresis.ss01 = 31; +parenright.case = 53; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = 14; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -9; +}; +comma.ss01 = { +twosuperior = -123; +threesuperior = -123; +fivesuperior = -123; +eightsuperior = -123; +parenright = -16; +bracketright = 0; +quoteright.ss01 = -123; +}; +C = { +two = 11; +three = 17; +five = 4; +eight = 12; +braceright.case = -34; +plus = -18; +minus = -24; +greater = 17; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -89; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = -78; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -28; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -189; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -54; +"@MMK_R_KO_eacute" = -53; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -42; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 15; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -144; +"@MMK_R_KO_ellipsis" = -255; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -106; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_endash" = -48; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_endash.case" = -19; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_plus" = -48; +"@MMK_R_KO_percent" = 0; +}; +ocircumflexgrave = { +parenright = -5; +bracketright = 0; +quotedbl = -2; +quotesingle = -2; +}; +wcircumflex = { +p = 0; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -100; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_Y" = -105; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 23; +"@MMK_R_KO_aacute" = 23; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 25; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 34; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -39; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 8; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = -68; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -34; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_question" = -90; +"@MMK_R_KO_asterisk" = -80; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 28; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 31; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -36; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_plus" = -5; +}; +Umacron = { +Hbar = 34; +}; +Zcaron = { +Dcroat = -7; +igrave = 35; +endash.case = -31; +}; +sixinferior = { +T = -117; +W = -47; +parenright = -54; +bracketright = -35; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -44; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_zero" = -49; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -14; +"@MMK_R_KO_four" = -44; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -42; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = -17; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen.case" = -50; +"@MMK_R_KO_endash.case" = -50; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -38; +"@MMK_R_KO_plus" = -72; +"@MMK_R_KO_percent" = -16; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 15; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = 10; +"@MMK_R_KO_seven" = 8; +"@MMK_R_KO_eight" = 20; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 23; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -26; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_bracketright.case" = -34; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +}; +Idotaccent = { +l.ss04 = 30; +}; +zero.dnom = { +question = -96; +question.ss01 = -109; +parenright = -64; +parenright.case = -44; +quotedblleft = -72; +quotedblright = -35; +quoteleft = -72; +quoteright = -36; +quotedbl = -83; +quotesingle = -83; +quotedblleft.ss01 = -53; +quoteleft.ss01 = -53; +quotedblright.ss01 = -54; +quoteright.ss01 = -54; +degree = -124; +}; +I = { +I = 0; +Hbar = 23; +hbar = 6; +igrave = 7; +jcircumflex = 53; +logicalnot = -41; +}; +uhornhookabove = { +a = -29; +a.ss05 = -23; +period = -31; +comma = -30; +ellipsis = -59; +period.ss01 = -52; +ellipsis.ss01 = -52; +comma.ss01 = -50; +parenright = -32; +bracketright = -5; +quotedblright = 0; +quotedbl = 0; +}; +Idieresis = { +Icircumflex = 59; +Idieresis = 77; +idieresis = 39; +parenright = 46; +parenright.case = 52; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -108; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -71; +"@MMK_R_KO_Oacute" = -71; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = -66; +"@MMK_R_KO_S" = -29; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -151; +"@MMK_R_KO_a" = -102; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -48; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -107; +"@MMK_R_KO_eacute" = -45; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -93; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -72; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 61; +"@MMK_R_KO_itilde" = 42; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -92; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -67; +"@MMK_R_KO_uacute" = -48; +"@MMK_R_KO_v" = -46; +"@MMK_R_KO_w" = -48; +"@MMK_R_KO_x" = -52; +"@MMK_R_KO_y" = -46; +"@MMK_R_KO_z" = -60; +"@MMK_R_KO_l.ss03" = -5; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = -92; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -116; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -140; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_colon" = -73; +"@MMK_R_KO_semicolon" = -71; +"@MMK_R_KO_ellipsis" = -173; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -124; +"@MMK_R_KO_backslash" = 26; +"@MMK_R_KO_period.ss01" = -124; +"@MMK_R_KO_comma.ss01" = -123; +"@MMK_R_KO_colon.ss01" = -50; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = -105; +"@MMK_R_KO_endash" = -100; +"@MMK_R_KO_underscore" = -135; +"@MMK_R_KO_hyphen.case" = -71; +"@MMK_R_KO_parenleft" = -48; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -100; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -3; +"@MMK_R_KO_asciicircum" = -58; +}; +Ecircumflexdotbelow.ss01 = { +T = 8; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -92; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -21; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -71; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -21; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_braceright" = -54; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = 14; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -29; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -72; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_five" = 4; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_endash.case" = 14; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -61; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_degree" = -29; +"@MMK_R_KO_plus" = -10; +"@MMK_R_KO_percent" = 0; +}; +one = { +icircumflex = 32; +three = 0; +multiply = -24; +equal = 0; +notequal = -24; +asciicircum = -32; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 37; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -80; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -69; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_bracketright.case" = -60; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -63; +}; +lcaron.ss04 = { +ncaron = 32; +scaron = 36; +exclam.ss01 = 136; +}; +Gdotaccent = { +Hbar = 25; +}; +fl = { +Hbar = 22; +l = 0; +idieresis = 11; +jcircumflex = 24; +periodcentered.loclCAT = 0; +}; +quotedbl = { +Dcroat = 0; +Hbar = 51; +Lslash = 0; +hbar = 33; +igrave = 23; +icircumflex = 40; +idieresis = 51; +imacron = 51; +jcircumflex = 54; +x = 0; +idieresis.ss01 = 46; +g.ss06 = -34; +gcommaaccent.ss06 = -34; +gdotaccent.ss06 = -34; +gdotaccent.ss01.ss06 = -34; +mu = -22; +exclamdown = -33; +questiondown = -102; +backslash = 54; +questiondown.case = -71; +ellipsis.ss01 = -226; +exclamdown.ss01 = -27; +questiondown.ss01 = -94; +underscore = -226; +parenleft = 0; +braceleft = -3; +ampersand = -33; +sterling = -30; +minus = -32; +lessequal = -18; +asciitilde = -68; +}; +O = { +Dcroat = 0; +Eth = 0; +Hbar = 13; +Lslash = 0; +Tbar = -10; +idieresis = 0; +parenleft.case = 10; +braceright.case = -61; +less = 11; +}; +Zdotaccent.ss01 = { +Hbar = 56; +endash.case = -31; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -117; +"@MMK_R_KO_U" = -33; +"@MMK_R_KO_V" = -108; +"@MMK_R_KO_W" = -70; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -124; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -22; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_y" = -43; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -43; +"@MMK_R_KO_one" = -103; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -15; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = -88; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = -18; +"@MMK_R_KO_sixsuperior" = -124; +"@MMK_R_KO_onesuperior" = -124; +"@MMK_R_KO_foursuperior" = -124; +"@MMK_R_KO_sevensuperior" = -124; +"@MMK_R_KO_ninesuperior" = -124; +"@MMK_R_KO_asterisk" = -124; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_hyphen.case" = -99; +"@MMK_R_KO_endash.case" = -124; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -124; +"@MMK_R_KO_quotesingle" = -112; +"@MMK_R_KO_quotedblleft.ss01" = -123; +"@MMK_R_KO_quotedblright.ss01" = -124; +}; +braceleft = { +p = -9; +x = -9; +parenleft = -26; +braceright = 11; +at = -65; +minus = -82; +logicalnot = -96; +asciicircum = -57; +}; +rcaron = { +I.ss02 = 0; +onesuperior = 0; +twosuperior = 4; +sevensuperior = 0; +parenright = 0; +}; +f_f_i.liga = { +hbar = 2; +idieresis = 19; +jcircumflex = 23; +germandbls = 0; +logicalnot = -41; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -46; +"@MMK_R_KO_Oacute" = -46; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -37; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = -114; +"@MMK_R_KO_U" = -36; +"@MMK_R_KO_V" = -112; +"@MMK_R_KO_W" = -74; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -155; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_lslash" = -28; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -74; +"@MMK_R_KO_w" = -41; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_pi" = -36; +"@MMK_R_KO_zero" = -40; +"@MMK_R_KO_one" = -102; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -13; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = -21; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_question" = -102; +"@MMK_R_KO_asterisk" = -145; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_hyphen.case" = -83; +"@MMK_R_KO_endash.case" = -89; +"@MMK_R_KO_quotedblleft" = -236; +"@MMK_R_KO_quotedblright" = -241; +"@MMK_R_KO_quoteleft" = -144; +"@MMK_R_KO_quoteright" = -144; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_plus" = -91; +"@MMK_R_KO_percent" = -80; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -56; +"@MMK_R_KO_Oacute" = -56; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = -47; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -69; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_n" = -26; +"@MMK_R_KO_j" = 63; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -59; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -52; +"@MMK_R_KO_w" = -49; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_pi" = -40; +"@MMK_R_KO_zero" = -46; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -15; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -45; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = -20; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -49; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_bracketright" = 11; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -34; +"@MMK_R_KO_plus" = -71; +"@MMK_R_KO_percent" = -12; +}; +logicalnot = { +one = -36; +two = -45; +seven = -50; +nine = -36; +parenright = -97; +parenright.case = -80; +v = -38; +x = -66; +y = -46; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 44; +"@MMK_R_KO_imacron" = 43; +"@MMK_R_KO_itilde" = 55; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_backslash" = 31; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = -34; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -25; +}; +ydotbelow = { +ecircumflexdotbelow = -16; +period = -40; +comma = 3; +parenright = 0; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_icircumflex" = 15; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 18; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 17; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -18; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 16; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = -26; +}; +idotless = { +T = -22; +}; +acircumflexhookabove.ss05 = { +y = -10; +}; +Iogonek.ss02 = { +iogonek = 27; +j = 69; +j.ss01 = 69; +endash.case = -48; +}; +aogonek = { +j = 35; +j.ss01 = 35; +parenright = -9; +bracketright = -11; +}; +ldot.ss01.ss03 = { +period.ss01 = -89; +comma.ss01 = -92; +}; +Idotbelow = { +j = 33; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 15; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = 15; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -28; +"@MMK_R_KO_asciicircum" = -28; +}; +Tbar = { +A = -81; +Aacute = -81; +T = 26; +Tbar = 26; +a = -49; +a.ss05 = -53; +e = -49; +o = -48; +oslash = -47; +tbar = 0; +period = -74; +comma = -75; +slash = -85; +period.ss01 = -92; +comma.ss01 = -92; +hyphen = -31; +guillemetleft = -37; +guilsinglleft = -36; +}; +itilde = { +exclam.ss01 = 41; +quotedbl = 51; +}; +Idotaccent.ss01 = { +l.ss04 = 30; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -48; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 8; +"@MMK_R_KO_three" = 12; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -41; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_degree" = -22; +"@MMK_R_KO_plus" = -9; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 29; +parenright = 40; +quotesingle = 29; +}; +multiply = { +one = -2; +seven.numr = -46; +parenright = -73; +parenright.case = -71; +A = -36; +J = -30; +T = -27; +V = -39; +X = -78; +Y = -79; +p = -18; +}; +Ccircumflex = { +jcircumflex = 35; +}; +q = { +j = 30; +j.ss01 = 30; +comma = 7; +slash = 23; +parenright = -8; +braceright = -9; +bracketright = -3; +}; +tcaron = { +a = 0; +b = 67; +h = 67; +k = 67; +l = 67; +o = 0; +f = 23; +i = 47; +j = 61; +sixsuperior = 51; +onesuperior = 61; +twosuperior = 45; +threesuperior = 49; +fivesuperior = 57; +sevensuperior = 75; +eightsuperior = 59; +ninesuperior = 57; +period = 17; +comma = 18; +colon = 20; +exclam = 66; +question = 48; +exclam.ss01 = 76; +hyphen = 0; +parenright = 68; +bracketright = 82; +quotedblleft = 47; +quotedblright = 67; +quoteleft = 47; +guillemetleft = 0; +guilsinglleft = 0; +quotedbl = 91; +quotesingle = 91; +quotedblleft.ss01 = 52; +quoteleft.ss01 = 52; +quotedblright.ss01 = 81; +}; +uogonek = { +j = 38; +j.ss01 = 38; +parenright = -8; +bracketright = -8; +}; +seven.dnom = { +period = -27; +comma = -26; +question = -98; +period.ss01 = -41; +comma.ss01 = -39; +question.ss01 = -105; +parenright = -68; +parenright.case = -56; +quotedblleft = -22; +quotedblright = 0; +quoteleft = -22; +quoteright = 0; +quotedbl = -28; +quotesingle = -28; +quotedblleft.ss01 = -9; +quoteleft.ss01 = -9; +quotedblright.ss01 = -7; +quoteright.ss01 = -7; +degree = -66; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -67; +"@MMK_R_KO_Oacute" = -66; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = -1; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_zero" = -66; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -36; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -43; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_foursuperior" = -58; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_question" = -29; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -50; +"@MMK_R_KO_endash.case" = -50; +"@MMK_R_KO_parenright.case" = 17; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_degree" = -57; +"@MMK_R_KO_plus" = -76; +"@MMK_R_KO_percent" = -38; +}; +Igrave.ss02 = { +igrave = 31; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 49; +"@MMK_R_KO_imacron" = 46; +"@MMK_R_KO_itilde" = 60; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_backslash" = 36; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = -54; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -23; +}; +Amacron = { +endash.case = -32; +}; +hyphen = { +Dcroat = 13; +Lslash = 31; +Oslash = 0; +x = -48; +l.ss03 = 14; +mu = 10; +zero.numr = -37; +one.numr = -55; +three.numr = -25; +four.numr = -29; +five.numr = -30; +six.numr = -36; +seven.numr = -50; +eight.numr = -23; +nine.numr = -28; +threesuperior = -22; +fivesuperior = -26; +eightsuperior = -20; +colon = -20; +semicolon = -15; +questiondown = -32; +question.ss01 = -96; +questiondown.ss01 = -32; +parenleft = 24; +braceright = -56; +quotesinglbase = -22; +quotedblbase = -22; +quotedblbase.ss01 = 0; +quoteleft.ss01 = -7; +quoteright.ss01 = -5; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -82; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -107; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -34; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -72; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -28; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -43; +"@MMK_R_KO_asterisk" = -51; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = -43; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 22; +"@MMK_R_KO_underscore" = -39; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -45; +"@MMK_R_KO_quotesingle" = -45; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -81; +"@MMK_R_KO_asciicircum" = -45; +}; +l = { +Hbar = 22; +l = 0; +hbar = 2; +igrave = 2; +ibreve = 5; +icaron = 6; +idieresis = 11; +jcircumflex = 24; +periodcentered.loclCAT = 0; +at = 0; +notequal = -23; +logicalnot = -44; +}; +registered = { +period = -104; +comma = -106; +slash = -79; +period.ss01 = -124; +comma.ss01 = -123; +parenright = -60; +parenright.case = -60; +trademark = -40; +}; +quotedblright.ss01 = { +icircumflex = 31; +g.ss06 = -35; +mu = -26; +questiondown.case = -88; +ellipsis.ss01 = -246; +questiondown.ss01 = -100; +asciitilde = -70; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -103; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -63; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 22; +"@MMK_R_KO_aacute" = 22; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 23; +"@MMK_R_KO_eacute" = 23; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 35; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_two" = -22; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = -62; +"@MMK_R_KO_eight" = 8; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_question" = -89; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 33; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -56; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -73; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 22; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_icircumflex" = 52; +"@MMK_R_KO_imacron" = 54; +"@MMK_R_KO_itilde" = 62; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_g.ss06" = -33; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -56; +"@MMK_R_KO_comma" = -58; +"@MMK_R_KO_colon" = -24; +"@MMK_R_KO_semicolon" = -23; +"@MMK_R_KO_ellipsis" = -107; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_backslash" = 34; +"@MMK_R_KO_period.ss01" = -107; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -191; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 19; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 14; +"@MMK_R_KO_quoteright.ss01" = 14; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -24; +}; +published = { +parenright = -70; +parenright.case = -63; +}; +emdash.case = { +one.numr = -50; +seven.numr = -45; +question.ss01 = -24; +quotedblbase = -63; +quotedblbase.ss01 = -104; +quoteright.ss01 = 7; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -73; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -4; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_ellipsis" = -54; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_endash.case" = 8; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_degree" = -34; +"@MMK_R_KO_plus" = -14; +"@MMK_R_KO_percent" = -3; +}; +Atilde = { +ordfeminine = -85; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_j" = 30; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 16; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +}; +quotesingle = { +Hbar = 51; +eacute = -46; +hbar = 33; +igrave = 23; +icaron = 35; +icircumflex = 40; +idieresis = 51; +imacron = 51; +itilde = 56; +jcircumflex = 54; +idieresis.ss01 = 46; +g.ss06 = -34; +mu = -22; +exclamdown = -33; +questiondown = -101; +backslash = 54; +questiondown.case = -71; +questiondown.ss01 = -94; +underscore = -112; +ampersand = -33; +lessequal = -18; +asciitilde = -68; +}; +exclam = { +exclam = 0; +parenright = -18; +guillemetleft = -2; +guillemetright = 0; +}; +Imacron.ss02 = { +endash.case = -50; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 26; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 27; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -62; +"@MMK_R_KO_asciicircum" = -21; +}; +imacron = { +ncommaaccent = 6; +lcommaaccent = 12; +three = 37; +exclam.ss01 = 44; +quotedbl = 49; +}; +three = { +icircumflex = 26; +braceright = -16; +bracketright.case = -8; +trademark = -34; +}; +radical = { +four = -59; +seven = 22; +hyphen = -45; +A = -92; +J = -72; +J.ss10 = -84; +a = -48; +d = -48; +a.ss05 = -44; +c = -50; +g = -34; +s = -42; +l.ss04 = 45; +g.ss06 = -44; +}; +quotesinglbase = { +Iogonek = 0; +oslash = 0; +p = 0; +jcircumflex = 41; +germandbls = -44; +numbersign = -25; +parenleft.case = -31; +at = -31; +copyright = -50; +published = -50; +dollar = -29; +euro = -61; +minus = -91; +equal = -29; +approxequal = -27; +}; +germandbls = { +a = 11; +d = 11; +a.ss05 = 12; +e = 13; +f = 0; +g = 21; +i = 2; +s = 17; +t = 0; +v = 0; +w = 0; +g.ss06 = 15; +t_i.liga = 0; +t_t.liga = 0; +period.ss01 = -4; +comma.ss01 = -2; +hyphen = 18; +parenright = -49; +bracketright = -26; +quotedblleft = -19; +quotesingle = -13; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 21; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 20; +"@MMK_R_KO_w" = 24; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 4; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 15; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 3; +"@MMK_R_KO_quotedblleft" = 17; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 17; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = 20; +"@MMK_R_KO_guillemetright" = 32; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 8; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -46; +"@MMK_R_KO_Oacute" = -46; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -37; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = -116; +"@MMK_R_KO_U" = -36; +"@MMK_R_KO_V" = -112; +"@MMK_R_KO_W" = -74; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -144; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_lslash" = -28; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -74; +"@MMK_R_KO_w" = -41; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_pi" = -36; +"@MMK_R_KO_zero" = -40; +"@MMK_R_KO_one" = -102; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -13; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = -21; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_question" = -102; +"@MMK_R_KO_asterisk" = -144; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_hyphen.case" = -83; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quoteleft" = -144; +"@MMK_R_KO_quoteright" = -144; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_plus" = -91; +"@MMK_R_KO_percent" = -80; +}; +Odieresis = { +Eth = 0; +Germandbls = 5; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 32; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 22; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 29; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_t_t.liga" = 22; +"@MMK_R_KO_pi" = 32; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = 7; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 33; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 31; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -25; +"@MMK_R_KO_percent" = 0; +}; +e = { +idieresis = 0; +germandbls = 0; +gbreve.ss06 = 4; +seven = -38; +emdash = 0; +registered = -26; +logicalnot = -24; +asciitilde = -31; +}; +Oacute = { +Eth = 0; +Lslash = 0; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_W" = -46; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -48; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_twosuperior" = -43; +"@MMK_R_KO_threesuperior" = -45; +"@MMK_R_KO_foursuperior" = -44; +"@MMK_R_KO_fivesuperior" = -47; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -39; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = 32; +"@MMK_R_KO_comma" = 33; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -30; +"@MMK_R_KO_asterisk" = -42; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -53; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 16; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -40; +"@MMK_R_KO_quotedblright.ss01" = -41; +"@MMK_R_KO_quoteright.ss01" = -41; +"@MMK_R_KO_trademark" = -91; +"@MMK_R_KO_asciicircum" = -51; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 19; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -42; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -54; +"@MMK_R_KO_asciicircum" = -17; +}; +Germandbls = { +B = 11; +E = 16; +I = 11; +L = 11; +S = 22; +T = 0; +Z = 27; +a = 11; +foursuperior = -24; +hyphen = 19; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +}; +six.dnom = { +question = -94; +question.ss01 = -106; +parenright = -66; +quotedblleft = -62; +quotedblright = -26; +quoteleft = -62; +quoteright = -28; +quotedbl = -69; +quotesingle = -69; +quotedblleft.ss01 = -48; +quoteleft.ss01 = -48; +quotedblright.ss01 = -50; +quoteright.ss01 = -50; +degree = -115; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -43; +}; +less = { +two = 22; +three = 22; +parenright = -24; +less = -12; +S = 25; +}; +Acircumflex = { +six = -25; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -67; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -144; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -7; +"@MMK_R_KO_seven" = 26; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -144; +"@MMK_R_KO_ellipsis" = -144; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -82; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = -18; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -97; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_J" = -96; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -226; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = -30; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -51; +"@MMK_R_KO_i" = -28; +"@MMK_R_KO_n" = -36; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_s" = -50; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_t_t.liga" = -8; +}; +ellipsis.ss01 = { +Dcroat = -42; +Tbar = -90; +tbar = -24; +twosuperior = -186; +threesuperior = -188; +fivesuperior = -195; +eightsuperior = -192; +question.ss01 = -99; +parenleft = -16; +braceright = -20; +parenleft.case = -29; +quoteleft.ss01 = -123; +quoteright.ss01 = -123; +}; +u = { +l = 0; +idieresis = 5; +s = 0; +germandbls = -2; +logicalnot = -41; +}; +colon.ss01 = { +T = 0; +V = -28; +Y = -50; +zero = 0; +one = 0; +three = 0; +four = 0; +onesuperior = -36; +sevensuperior = -45; +emdash = -2; +parenright = -39; +braceright = -8; +bracketright = -8; +}; +ocircumflexacute = { +sevensuperior = 0; +parenright = 34; +bracketright = 24; +quotedbl = 0; +quotesingle = 0; +}; +egrave = { +T = -79; +}; +Jcircumflex = { +jcircumflex = 59; +parenright = 53; +bracketright = 60; +parenright.case = 61; +bracketright.case = 59; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -30; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -34; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -72; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 27; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 49; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 30; +"@MMK_R_KO_comma" = 32; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -12; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_J" = 43; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = -18; +"@MMK_R_KO_V" = -97; +"@MMK_R_KO_W" = -54; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -139; +"@MMK_R_KO_Z" = 41; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = 5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = 26; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -25; +"@MMK_R_KO_one" = -87; +"@MMK_R_KO_two" = 30; +"@MMK_R_KO_three" = 2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = -69; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -144; +"@MMK_R_KO_onesuperior" = -144; +"@MMK_R_KO_foursuperior" = -144; +"@MMK_R_KO_sevensuperior" = -144; +"@MMK_R_KO_ninesuperior" = -144; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -84; +"@MMK_R_KO_asterisk" = -144; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_hyphen.case" = -67; +"@MMK_R_KO_endash.case" = -65; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -144; +"@MMK_R_KO_quoteright" = -144; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -144; +"@MMK_R_KO_quotesingle" = -112; +}; +udieresis = { +germandbls = 0; +}; +E = { +Hbar = 45; +igrave = 29; +idieresis = 62; +jcircumflex = 71; +germandbls = 0; +idieresis.ss01 = 55; +zero = -14; +two = 17; +six = -3; +seven = 5; +numbersign = 0; +registered = -11; +multiply = -21; +logicalnot = -53; +asciitilde = -52; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -68; +"@MMK_R_KO_Oacute" = -68; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -55; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -98; +"@MMK_R_KO_U" = -49; +"@MMK_R_KO_V" = -112; +"@MMK_R_KO_W" = -64; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -133; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -31; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -39; +"@MMK_R_KO_eacute" = -38; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = 35; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 81; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_v" = -71; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = -56; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -29; +"@MMK_R_KO_four" = -116; +"@MMK_R_KO_five" = -25; +"@MMK_R_KO_six" = -51; +"@MMK_R_KO_seven" = -60; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -30; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -145; +"@MMK_R_KO_slash" = 48; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 15; +"@MMK_R_KO_colon.ss01" = 26; +"@MMK_R_KO_parenright" = 23; +"@MMK_R_KO_bracketright" = 20; +"@MMK_R_KO_parenright.case" = 14; +"@MMK_R_KO_quotedblright" = -231; +"@MMK_R_KO_quotedbl" = -226; +"@MMK_R_KO_quotesingle" = -112; +"@MMK_R_KO_quotedblright.ss01" = -231; +}; +Lcaron = { +A = 11; +B = 0; +M = 0; +N = 0; +K = 0; +C = -30; +O = -30; +G = -31; +Ccaron = -30; +Ocircumflex = -30; +J = 13; +S = -2; +Scaron = -2; +T = -20; +U = -11; +Uacute = -11; +V = -15; +W = -7; +Zcaron = 21; +I.ss02 = 9; +a = -12; +u = -15; +v = -54; +w = -39; +sixsuperior = -59; +onesuperior = -43; +twosuperior = -52; +threesuperior = -49; +foursuperior = -87; +fivesuperior = -55; +sevensuperior = -40; +eightsuperior = -53; +ninesuperior = -53; +period = 44; +comma = 46; +question = -45; +question.ss01 = -58; +hyphen = 0; +hyphen.case = -71; +parenright = -36; +quotedblleft = -74; +quoteleft = -74; +guillemetleft = -22; +guilsinglleft = -21; +quotedbl = -28; +quotesingle = -28; +quotedblleft.ss01 = -57; +quoteleft.ss01 = -57; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -52; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = -50; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -86; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -67; +"@MMK_R_KO_backslash" = -8; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = -72; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = -56; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -53; +"@MMK_R_KO_asciicircum" = -12; +}; +Udieresis.ss01 = { +b = 2; +}; +twosuperior = { +A = -59; +fraction = 4; +period = -131; +comma = -134; +slash = -72; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -5; +parenright = -27; +parenright.case = -27; +}; +period = { +g.ss06 = 29; +ordfeminine = -144; +ordmasculine = -144; +twosuperior = -130; +threesuperior = -144; +fivesuperior = -144; +eightsuperior = -144; +parenleft = 1; +braceright = -14; +parenleft.case = -14; +}; +uhorntilde = { +a = -29; +a.ss05 = -23; +n = 0; +u = 0; +period = -31; +comma = -30; +ellipsis = -59; +question = 0; +period.ss01 = -52; +ellipsis.ss01 = -52; +comma.ss01 = -50; +parenright = -32; +quotedblright = 0; +quotedbl = 0; +}; +nine = { +ordmasculine = -18; +underscore = -58; +braceright = -40; +braceright.case = -39; +bracketright.case = -39; +trademark = -51; +asciicircum = -23; +}; +T = { +Hbar = 41; +Lslash = -13; +Oslash = -20; +Tbar = 26; +aacute = -65; +agrave = -60; +adotbelow = -72; +adotbelow.ss01 = -72; +aogonek = -72; +adieresis = -43; +ahookabove = -65; +ae = -72; +a.ss05 = -69; +aacute.ss05 = -62; +aogonek.ss05 = -69; +adotbelow.ss05 = -69; +cacute = -83; +ccedilla = -83; +eacute = -83; +edotaccent = -78; +eogonek = -83; +edotbelow = -83; +edotbelow.ss01 = -83; +edotaccent.ss01 = -83; +egrave = -63; +ecaron = -42; +ehookabove = -82; +oacute = -82; +ohookabove = -82; +ograve = -66; +ocircumflexhookabove = -44; +ohungarumlaut = -59; +odotbelow = -82; +ohorngrave = -66; +ohornacute = -82; +odotbelow.ss01 = -82; +oslash = -82; +gbreve = -44; +i.ss01 = -13; +idotaccent.ss01 = -13; +iacute = -19; +igrave = 10; +rcaron = 0; +ihookabove = -3; +idotless = -23; +ibreve = 30; +icaron = 47; +idieresis = 56; +racute = -17; +scaron = -26; +scircumflex = -25; +uacute = -21; +uhorndotbelow = -24; +uhorndotbelow.ss01 = -24; +ugrave = -19; +udotbelow = -24; +uogonek = -24; +uhorngrave = -19; +uhornacute = -21; +udotbelow.ss01 = -24; +uhornhookabove = -19; +ygrave = 0; +ycircumflex = 0; +yhookabove = 0; +zcaron = -11; +idieresis.ss01 = 47; +zero = -17; +six = -16; +seven = 19; +zeroinferior = -119; +twoinferior = -119; +numbersign = 0; +endash.case = -51; +parenleft.case = -15; +guilsinglleft = -59; +guilsinglright = 0; +at = -37; +ampersand = -40; +registered = -16; +plus = -95; +minus = -96; +multiply = -28; +divide = -90; +equal = 0; +less = -24; +greaterequal = -11; +plusminus = -11; +approxequal = -24; +logicalnot = -147; +asciitilde = -105; +}; +quotesinglbase.ss01 = { +Dcroat = -44; +T = -119; +Tcaron = -119; +V = -111; +W = -75; +Y = -123; +oslash = 0; +germandbls = -56; +numbersign = -16; +question.ss01 = -102; +parenleft.case = -31; +quoteright.ss01 = -123; +at = -28; +copyright = -48; +published = -48; +euro = -60; +minus = -104; +equal = -19; +approxequal = -18; +}; +Q = { +Dcroat = -7; +two = 0; +seven = -32; +registered = -36; +}; +quoteright = { +Hbar = 36; +a.ss05 = -44; +eacute = -57; +hbar = 17; +igrave = 7; +icircumflex = 28; +idieresis = 36; +imacron = 38; +itilde = 40; +jcircumflex = 42; +scaron = -35; +x = -11; +g.ss06 = -43; +gdotaccent.ss06 = -40; +mu = -31; +questiondown = -111; +questiondown.case = -81; +quotedblbase = -144; +euro = -26; +asciitilde = -91; +}; +minus = { +one = -13; +two = -30; +three = -28; +seven = -23; +one.numr = -65; +seven.numr = -61; +period = -67; +comma = -69; +period.ss01 = -99; +comma.ss01 = -104; +parenright = -79; +parenright.case = -74; +quotedblleft = -21; +quotedblright = 0; +quoteleft = -21; +quoteright = 0; +guillemetright = -27; +quotedbl = -30; +quotesingle = -30; +quotedblleft.ss01 = -16; +quoteleft.ss01 = -16; +quotedblright.ss01 = -9; +quoteright.ss01 = -9; +tenge = -23; +yen = -42; +x = -47; +}; +ldot.ss04 = { +a = 0; +e = 0; +period = -62; +comma = -64; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_pi" = -11; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -35; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_question" = -28; +"@MMK_R_KO_asterisk" = -35; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 16; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -42; +"@MMK_R_KO_degree" = -67; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -37; +}; +acircumflexacute.ss05 = { +t = 0; +y = -10; +t_i.liga = 0; +t_t.liga = 0; +question = -18; +question.ss01 = -30; +}; +p = { +seven = -29; +registered = -23; +}; +idotaccent = { +T = -14; +idieresis = 19; +parenright = -5; +}; +summation = { +n = -8; +}; +eth = { +a = 19; +d = 19; +aacute = 19; +e = 16; +o = 17; +eth = 18; +odieresis = 17; +f = 15; +f_f.liga = 15; +f_f_i.liga = 15; +fi = 15; +f_y.liga = 15; +fl = 15; +g = 29; +i = 13; +j = 27; +s = 12; +t = 14; +u = 13; +v = 0; +y = 0; +t_i.liga = 14; +t_t.liga = 14; +period = 0; +comma = 0; +period.ss01 = -15; +comma.ss01 = -13; +hyphen = 33; +parenright = -9; +bracketright = 0; +quotedblleft = 0; +quoteleft = 0; +quotedbl = 11; +}; +igrave = { +parenright = -48; +}; +three.numr = { +fraction = -13; +}; +Aring = { +endash.case = -32; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -26; +}; +lcommaaccent = { +j = 19; +}; +quoteright.ss01 = { +igrave = 3; +icircumflex = 31; +imacron = 35; +itilde = 44; +jcircumflex = 45; +idieresis.ss01 = 27; +g.ss06 = -35; +gdotaccent.ss01.ss06 = -35; +mu = -26; +questiondown.case = -82; +questiondown.ss01 = -100; +quotedblbase.ss01 = -123; +asciitilde = -70; +}; +backslash = { +p = 27; +g.ss06 = 52; +backslash = -100; +underscore = 50; +quoteright.ss01 = -74; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_T" = 28; +"@MMK_R_KO_U" = 27; +"@MMK_R_KO_V" = 37; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = 33; +"@MMK_R_KO_Z" = 35; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 20; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 29; +"@MMK_R_KO_threesuperior" = 13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 26; +"@MMK_R_KO_sevensuperior" = 26; +"@MMK_R_KO_eightsuperior" = 26; +"@MMK_R_KO_ninesuperior" = 25; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = 50; +"@MMK_R_KO_bracketright" = 46; +"@MMK_R_KO_parenright.case" = 60; +"@MMK_R_KO_bracketright.case" = 45; +"@MMK_R_KO_quotedblright" = 33; +"@MMK_R_KO_quoteright" = 34; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 38; +"@MMK_R_KO_quotesingle" = 38; +"@MMK_R_KO_quotedblright.ss01" = 28; +"@MMK_R_KO_quoteright.ss01" = 30; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_W" = 46; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 23; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 33; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 38; +"@MMK_R_KO_itilde" = 23; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 1; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = 47; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = 10; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = 26; +"@MMK_R_KO_braceright" = 38; +"@MMK_R_KO_bracketright" = 38; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 17; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 26; +"@MMK_R_KO_quotesingle" = 26; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 14; +"@MMK_R_KO_trademark" = -2; +"@MMK_R_KO_asciicircum" = -26; +}; +parenright.case = { +T = -15; +V = -14; +Y = -38; +Yacute = -38; +period = -14; +comma = -13; +slash = -18; +period.ss01 = -30; +comma.ss01 = -27; +hyphen.case = 25; +emdash.case = 25; +parenleft.case = 24; +parenright.case = -44; +braceright.case = -22; +bracketright.case = -21; +quotedbl = 0; +}; +degree = { +zero = -32; +three = -16; +four = -84; +five = -20; +six = -30; +period = -144; +comma = -144; +slash = -106; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -64; +emdash = -68; +endash = -61; +hyphen.case = -27; +emdash.case = -27; +parenright = -54; +bracketright = -33; +parenright.case = -55; +bracketright.case = -36; +g.ss06 = -51; +}; +H = { +H = 1; +Hbar = 24; +igrave = 8; +ibreve = 22; +idieresis = 40; +jcircumflex = 54; +x = 0; +idieresis.ss01 = 32; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -31; +greaterequal = 11; +lessequal = 0; +Y = -27; +n = 0; +}; +mu = { +mu = 13; +pi = 6; +one = -15; +onesuperior = -36; +twosuperior = -21; +sevensuperior = -51; +period.ss01 = -18; +comma.ss01 = -15; +hyphen = 9; +parenright = -44; +braceright = -28; +bracketright = -26; +quotedblleft = -15; +quotedblright = -14; +quoteleft = -15; +quoteright = -14; +quotedbl = -22; +quotesingle = -22; +trademark = -69; +asciicircum = -28; +}; +questiondown = { +p = 0; +questiondown = 21; +}; +A = { +B = 0; +H = 0; +E = 5; +F = 5; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 5; +P = 5; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = -15; +Eth = -15; +Lslash = -2; +Tbar = -80; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 4; +p = 0; +jcircumflex = 38; +germandbls = -31; +tbar = -16; +gbreve.ss06 = 10; +ordfeminine = -85; +ordmasculine = -86; +zero = -31; +two = 8; +three = -13; +five = 0; +six = -25; +seven = -71; +eight = 0; +nine = -7; +numbersign = -13; +endash.case = -32; +parenleft.case = -12; +quotedblleft.ss01 = -65; +at = -12; +ampersand = 0; +registered = -72; +dollar = -18; +plus = -44; +minus = -49; +multiply = -39; +divide = -33; +equal = -20; +notequal = -38; +less = -19; +approxequal = -17; +logicalnot = -60; +asciitilde = -70; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -80; +"@MMK_R_KO_Oacute" = -80; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -69; +"@MMK_R_KO_S" = -29; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = -15; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 41; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -60; +"@MMK_R_KO_u" = -39; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -58; +"@MMK_R_KO_w" = -51; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = -9; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -61; +"@MMK_R_KO_one" = -45; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -34; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -74; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = -36; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -16; +"@MMK_R_KO_semicolon" = -15; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = -46; +"@MMK_R_KO_endash" = -64; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -84; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_bracketright.case" = -3; +"@MMK_R_KO_quotedblleft" = -52; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -52; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -42; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -26; +"@MMK_R_KO_asciicircum" = -86; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -29; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 19; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 17; +"@MMK_R_KO_three" = 24; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 24; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = -7; +"@MMK_R_KO_percent" = 0; +}; +ohornacute = { +c = 13; +i = 17; +idotaccent = 17; +i.ss01 = 17; +idotaccent.ss01 = 17; +m = 16; +n = 16; +p = 13; +t = 33; +u = 18; +t_i.liga = 33; +t_i.liga.ss01 = 33; +t_t.liga = 33; +parenright = -12; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -65; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -63; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -83; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -66; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -97; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -61; +"@MMK_R_KO_backslash" = -11; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -62; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -60; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = -6; +}; +Ycircumflex = { +a.ss05 = -94; +}; +Ograve = { +Lslash = 0; +}; +Hbar = { +Hbar = 88; +Idieresis.ss01 = 27; +exclam.ss01 = 45; +}; +Y = { +Eth = -26; +Lslash = -23; +Oslash = -71; +aacute = -102; +a.ss05 = -94; +aacute.ss05 = -94; +aogonek.ss05 = -94; +eth = -60; +ccedilla = -108; +eacute = -108; +edotbelow = -108; +edotbelow.ss01 = -108; +egrave = -61; +ecircumflexacute = -67; +oacute = -107; +odotbelow = -107; +odotbelow.ss01 = -107; +oslash = -107; +iacute = -39; +ntilde = -47; +ncaron = -46; +igrave = 21; +idieresis = 49; +scaron = -19; +zcaron = -18; +idieresis.ss01 = 51; +zero = -65; +two = -38; +three = -39; +six = -64; +seven = 4; +eight = -29; +nine = -37; +twoinferior = -135; +numbersign = -45; +ellipsis.ss01 = -160; +endash.case = -65; +parenleft.case = -36; +at = -82; +ampersand = -73; +registered = -40; +plus = -98; +minus = -102; +multiply = -81; +equal = -53; +notequal = -70; +less = -69; +lessequal = -72; +logicalnot = -114; +asciitilde = -141; +}; +acircumflexacute = { +sevensuperior = 0; +parenright = 45; +}; +odieresis.ss01 = { +germandbls = -2; +}; +foursuperior = { +A = -66; +period = -140; +comma = -144; +slash = -78; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -20; +}; +eight = { +icircumflex = 28; +braceright = -12; +bracketright.case = -3; +trademark = -36; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 16; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = 19; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = -4; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -32; +"@MMK_R_KO_asciicircum" = -28; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -100; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_Oacute" = -40; +"@MMK_R_KO_J" = -75; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -102; +"@MMK_R_KO_a" = -67; +"@MMK_R_KO_aacute" = -62; +"@MMK_R_KO_a.ss05" = -56; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -58; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -53; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = -27; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_pi" = -15; +"@MMK_R_KO_zero" = -34; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -32; +"@MMK_R_KO_seven" = 38; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_period" = -105; +"@MMK_R_KO_comma" = -101; +"@MMK_R_KO_ellipsis" = -127; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = -119; +"@MMK_R_KO_period.ss01" = -109; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_endash.case" = -33; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 27; +"@MMK_R_KO_quotesingle" = 27; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 30; +"@MMK_R_KO_plus" = -56; +"@MMK_R_KO_percent" = 0; +}; +w = { +ampersand = -14; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -89; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -78; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -144; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -50; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -53; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -42; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 15; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -144; +"@MMK_R_KO_ellipsis" = -144; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -106; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_endash.case" = -20; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -24; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_plus" = -49; +}; +jacute = { +hbar = 11; +idieresis = 34; +iogonek = 16; +j = 35; +j.ss01 = 35; +jcircumflex = 45; +seven = 16; +comma = 12; +slash = 24; +parenright = 31; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 57; +"@MMK_R_KO_imacron" = 61; +"@MMK_R_KO_j" = 32; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 51; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 30; +"@MMK_R_KO_comma" = 32; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 38; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -55; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -31; +}; +gcaron.ss06 = { +gcaron.ss06 = 37; +}; +Ntilde = { +A = 0; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 26; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 51; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 37; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 32; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = 41; +"@MMK_R_KO_backslash" = 16; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 17; +"@MMK_R_KO_colon.ss01" = 32; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = 33; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 13; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_quotedblleft" = 13; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 13; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -19; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 21; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 41; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 20; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_bracketright.case" = -5; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 26; +"@MMK_R_KO_guillemetright" = 20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +}; +guillemetleft = { +Dcroat = 0; +T = 0; +mu = 11; +twosuperior = -12; +braceright = -34; +minus = -28; +logicalnot = -39; +asciitilde = -61; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -71; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -28; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -30; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -31; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -69; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -32; +}; +icircumflex = { +two = 31; +exclam.ss01 = 37; +parenright = 0; +}; +ihookabove = { +n = 5; +}; +guilsinglleft = { +twosuperior = -8; +braceright = -34; +logicalnot = -38; +asciitilde = -59; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_J" = -89; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -96; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = -108; +"@MMK_R_KO_Y" = -103; +"@MMK_R_KO_Z" = -56; +"@MMK_R_KO_I.ss02" = -80; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -23; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -21; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_t_t.liga" = -5; +}; +Uhornacute = { +exclam.ss01 = 33; +}; +ocircumflexhookabove = { +parenright = 27; +bracketright = 16; +quotedblright = -3; +quotedbl = 0; +quotesingle = 0; +quotedblright.ss01 = 0; +}; +plusminus = { +one = 0; +parenright = -29; +}; +question = { +exclam = 8; +questiondown = -79; +questiondown.case = -65; +bracketright.case = -15; +}; +ordmasculine = { +period = -144; +comma = -144; +slash = -92; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -50; +parenright = -41; +parenright.case = -42; +}; +slash = { +Hbar = 42; +Oslash = -39; +hbar = 11; +ntilde = -33; +ncommaaccent = -34; +igrave = 12; +ibreve = 33; +icircumflex = 20; +idieresis = 47; +imacron = 56; +itilde = 47; +jcircumflex = 38; +rcommaaccent = -32; +scaron = -11; +scircumflex = -27; +x = -33; +idieresis.ss01 = 45; +g.ss06 = -59; +gcommaaccent.ss06 = -59; +gdotaccent.ss06 = -59; +gdotaccent.ss01.ss06 = -59; +mu = -32; +oneinferior = -78; +fourinferior = -102; +eightinferior = -84; +backslash = 35; +ellipsis.ss01 = -109; +underscore = -122; +parenleft = -24; +quotesinglbase = -119; +quotedblbase = -119; +quotedblbase.ss01 = -105; +literSign = -53; +cent = -41; +euro = -35; +sterling = -64; +minus = -58; +asciicircum = -40; +infinity = -38; +integral = -78; +radical = -39; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 23; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 25; +"@MMK_R_KO_S" = 41; +"@MMK_R_KO_T" = 40; +"@MMK_R_KO_U" = 34; +"@MMK_R_KO_W" = 50; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = 43; +"@MMK_R_KO_I.ss02" = 45; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 23; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 51; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 25; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = 25; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_l.ss03" = 34; +"@MMK_R_KO_l.ss04" = 81; +"@MMK_R_KO_sixsuperior" = 42; +"@MMK_R_KO_onesuperior" = 19; +"@MMK_R_KO_twosuperior" = 23; +"@MMK_R_KO_threesuperior" = 15; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_fivesuperior" = 35; +"@MMK_R_KO_sevensuperior" = 12; +"@MMK_R_KO_eightsuperior" = 40; +"@MMK_R_KO_ninesuperior" = 43; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_exclam" = 33; +"@MMK_R_KO_question" = 46; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 22; +"@MMK_R_KO_question.ss01" = 30; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenright" = 5; +"@MMK_R_KO_bracketright" = 40; +"@MMK_R_KO_parenright.case" = 9; +"@MMK_R_KO_bracketright.case" = 39; +"@MMK_R_KO_quotedblright" = 43; +"@MMK_R_KO_quoteright" = 42; +"@MMK_R_KO_quotedbl" = 50; +"@MMK_R_KO_quotesingle" = 50; +"@MMK_R_KO_quotedblright.ss01" = 24; +"@MMK_R_KO_quoteright.ss01" = 26; +}; +M = { +Hbar = 23; +hbar = 6; +igrave = 7; +ibreve = 21; +icaron = 34; +idieresis = 39; +idieresis.ss01 = 31; +}; +i = { +hbar = 2; +ntilde = 5; +idieresis = 19; +j = 17; +jcircumflex = 23; +s = 0; +germandbls = 0; +slash = 5; +parenright = -5; +braceright = -2; +bracketright = -2; +logicalnot = -41; +}; +macute = { +quotesingle = -39; +}; +greaterequal = { +one = -2; +three = -10; +seven = -5; +parenright = -43; +T = -20; +}; +eogonek = { +parenright = -62; +}; +fiveinferior = { +T = -117; +W = -43; +parenright = -53; +}; +tcedilla = { +comma = 32; +parenright = 0; +bracketright = 0; +}; +eightsuperior = { +A = -67; +fraction = -4; +period = -144; +comma = -144; +slash = -79; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -19; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -83; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -77; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -212; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -45; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -35; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = -15; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 4; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_asterisk" = 28; +"@MMK_R_KO_slash" = -91; +"@MMK_R_KO_period.ss01" = -124; +"@MMK_R_KO_comma.ss01" = -123; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -41; +"@MMK_R_KO_hyphen.case" = -12; +"@MMK_R_KO_endash.case" = -9; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 33; +"@MMK_R_KO_quotesingle" = 33; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_plus" = -28; +"@MMK_R_KO_percent" = 9; +}; +ordfeminine = { +period = -144; +comma = -144; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -22; +parenright = -24; +}; +Edotaccent = { +scaron = 11; +}; +Oslash = { +Eth = 0; +T = -8; +Tcaron = -6; +V = 0; +Y = -9; +l.ss04 = 28; +sevensuperior = 0; +parenright = 0; +bracketright = -4; +parenright.case = 0; +bracketright.case = -3; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -84; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = -71; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -119; +"@MMK_R_KO_a" = -72; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -44; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -82; +"@MMK_R_KO_eacute" = -39; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -63; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_icircumflex" = 55; +"@MMK_R_KO_imacron" = 57; +"@MMK_R_KO_itilde" = 66; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -66; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_g.ss06" = -63; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -107; +"@MMK_R_KO_comma" = -106; +"@MMK_R_KO_colon" = -22; +"@MMK_R_KO_semicolon" = -20; +"@MMK_R_KO_ellipsis" = -140; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = -94; +"@MMK_R_KO_backslash" = 38; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -118; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -103; +"@MMK_R_KO_endash" = -107; +"@MMK_R_KO_underscore" = -102; +"@MMK_R_KO_hyphen.case" = -55; +"@MMK_R_KO_parenleft" = -19; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 6; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -24; +}; +seven.numr = { +fraction = -32; +}; +at = { +underscore = -70; +parenright = -67; +bracketright = -54; +parenright.case = -56; +bracketright.case = -51; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -83; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -78; +"@MMK_R_KO_eightsuperior" = -30; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -43; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = -46; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -29; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -40; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -87; +"@MMK_R_KO_asciicircum" = -40; +}; +F = { +Hbar = 37; +adieresis.ss05 = -24; +i.ss01 = 0; +iacute = -6; +igrave = 27; +idieresis = 53; +zcaron = -10; +idieresis.ss01 = 43; +three = -8; +seven = 15; +twoinferior = -31; +threeinferior = -29; +fourinferior = -59; +fiveinferior = -42; +sixinferior = -40; +eightinferior = -37; +numbersign = 0; +ellipsis.ss01 = -107; +ampersand = -28; +multiply = -27; +}; +nineinferior = { +parenright = -59; +}; +parenright = { +icircumflex = 23; +parenleft = 27; +braceright = -28; +asciicircum = -23; +}; +fivesuperior = { +A = -74; +fraction = -13; +period = -144; +comma = -144; +slash = -84; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -25; +guillemetleft = -29; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -117; +"@MMK_R_KO_U" = -33; +"@MMK_R_KO_V" = -108; +"@MMK_R_KO_W" = -70; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -158; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -22; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_y" = -43; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -40; +"@MMK_R_KO_one" = -100; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -36; +"@MMK_R_KO_seven" = -88; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_sixsuperior" = -201; +"@MMK_R_KO_onesuperior" = -149; +"@MMK_R_KO_foursuperior" = -201; +"@MMK_R_KO_sevensuperior" = -182; +"@MMK_R_KO_ninesuperior" = -201; +"@MMK_R_KO_asterisk" = -145; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_hyphen.case" = -99; +"@MMK_R_KO_endash.case" = -129; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -226; +"@MMK_R_KO_quotesingle" = -112; +"@MMK_R_KO_quotedblleft.ss01" = -246; +"@MMK_R_KO_quotedblright.ss01" = -246; +}; +lcaron = { +l = 128; +ncaron = 19; +lcaron = 128; +scaron = 22; +exclam.ss01 = 116; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_I.ss02" = -34; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -34; +"@MMK_R_KO_comma" = -34; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_hyphen.case" = 29; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_parenright.case" = -60; +"@MMK_R_KO_bracketright.case" = -57; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +}; +z = { +logicalnot = -36; +}; +Eogonek = { +comma = 33; +parenright = 0; +}; +G = { +Eth = 0; +Hbar = 25; +Lslash = 11; +Oslash = 2; +hbar = 0; +idieresis = 16; +jcircumflex = 27; +eight = 11; +braceright.case = -41; +}; +eightinferior = { +parenright = -47; +}; +comma = { +twosuperior = -134; +threesuperior = -144; +fivesuperior = -144; +eightsuperior = -144; +}; +pi = { +pi = 17; +onesuperior = -38; +sevensuperior = -46; +period = 4; +comma = 7; +colon = 18; +slash = 0; +hyphen = 0; +parenright = -39; +braceright = -16; +bracketright = -16; +quoteright = 0; +quotesingle = -4; +trademark = -60; +}; +iacute = { +a = 0; +c = 0; +ntilde = 5; +m = 5; +n = 5; +p = 1; +s = 0; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 128; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 68; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 65; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 96; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_z" = 31; +"@MMK_R_KO_l.ss04" = 156; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 29; +"@MMK_R_KO_sixsuperior" = 92; +"@MMK_R_KO_onesuperior" = 127; +"@MMK_R_KO_twosuperior" = 104; +"@MMK_R_KO_threesuperior" = 108; +"@MMK_R_KO_foursuperior" = 59; +"@MMK_R_KO_fivesuperior" = 107; +"@MMK_R_KO_sevensuperior" = 138; +"@MMK_R_KO_eightsuperior" = 105; +"@MMK_R_KO_ninesuperior" = 103; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_exclam" = 125; +"@MMK_R_KO_question" = 110; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 26; +"@MMK_R_KO_question.ss01" = 86; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 120; +"@MMK_R_KO_bracketright" = 136; +"@MMK_R_KO_quotedblleft" = 80; +"@MMK_R_KO_quoteleft" = 80; +"@MMK_R_KO_guillemetleft" = 19; +"@MMK_R_KO_quotedbl" = 155; +"@MMK_R_KO_quotesingle" = 155; +"@MMK_R_KO_quotedblleft.ss01" = 95; +}; +Dcroat = { +Dcroat = 11; +Itilde = 12; +}; +jcircumflex = { +E = 48; +U = 54; +k = 11; +l = 11; +i = 13; +j = 37; +jcircumflex = 94; +two = 36; +bracketright = 52; +quotedblleft = 15; +quotedblright = 34; +quoteleft = 15; +quoteright = 34; +quotedbl = 42; +quotesingle = 42; +quotedblright.ss01 = 41; +quoteright.ss01 = 41; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 56; +"@MMK_R_KO_imacron" = 61; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 49; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 30; +"@MMK_R_KO_comma" = 32; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 24; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -12; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -33; +}; +gbreve.ss06 = { +gbreve.ss06 = 37; +}; +R = { +Hbar = 31; +Oslash = 0; +hbar = 4; +idieresis = 31; +jcircumflex = 60; +idieresis.ss01 = 31; +two = 15; +three = 8; +eight = 14; +nine = 4; +greater = 13; +logicalnot = -48; +}; +idieresis.ss01 = { +Idieresis.ss01 = 32; +exclam.ss01 = 41; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -104; +question.ss01 = -117; +parenright = -58; +quotedblleft = -44; +quotedblright = -13; +quoteleft = -44; +quoteright = -14; +quotedbl = -51; +quotesingle = -51; +quotedblleft.ss01 = -34; +quoteleft.ss01 = -34; +quotedblright.ss01 = -30; +quoteright.ss01 = -30; +degree = -95; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -84; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = -71; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -119; +"@MMK_R_KO_a" = -72; +"@MMK_R_KO_aacute" = -52; +"@MMK_R_KO_a.ss05" = -69; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -82; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_icircumflex" = 55; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -107; +"@MMK_R_KO_comma" = -99; +"@MMK_R_KO_colon" = -22; +"@MMK_R_KO_semicolon" = -20; +"@MMK_R_KO_ellipsis" = -140; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_slash" = -94; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -118; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -103; +"@MMK_R_KO_endash" = -107; +"@MMK_R_KO_hyphen.case" = -55; +"@MMK_R_KO_parenleft" = -19; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 33; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -57; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 23; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 25; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 34; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_two" = -17; +"@MMK_R_KO_three" = 8; +"@MMK_R_KO_four" = 16; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = -80; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -34; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -90; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 30; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -5; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -59; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -60; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -61; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -56; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 19; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -21; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -58; +"@MMK_R_KO_comma" = -58; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -93; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -73; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -70; +"@MMK_R_KO_comma.ss01" = -67; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_underscore" = -81; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -54; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -53; +"@MMK_R_KO_asciicircum" = -12; +}; +Tcedilla = { +aacute = -65; +acircumflex.ss05 = -44; +amacron.ss05 = -38; +abreve.ss05 = -51; +endash.case = -51; +}; +Yacute = { +Eth = -22; +Oslash = -71; +a.ss05 = -94; +ellipsis.ss01 = -160; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -73; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_hyphen.case" = 23; +"@MMK_R_KO_parenleft" = 23; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_bracketright.case" = -48; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +greater = { +parenright = -47; +bracketright = -42; +parenright.case = -43; +bracketright.case = -41; +greater = -12; +}; +ecircumflexacute = { +onesuperior = -11; +sevensuperior = 0; +parenright = 33; +bracketright = 21; +quotedbl = 0; +quotesingle = 0; +}; +Uhorn = { +exclam.ss01 = 33; +}; +Rcommaaccent = { +parenright = -47; +}; +question.ss01 = { +questiondown.case = -66; +questiondown.ss01 = -74; +}; +onesuperior = { +A = -66; +fraction = 0; +period = -133; +comma = -136; +slash = -79; +period.ss01 = -124; +comma.ss01 = -123; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -69; +"@MMK_R_KO_Oacute" = -69; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -55; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = -112; +"@MMK_R_KO_U" = -54; +"@MMK_R_KO_V" = -112; +"@MMK_R_KO_W" = -74; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -147; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -37; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -43; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 53; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -76; +"@MMK_R_KO_w" = -49; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -50; +"@MMK_R_KO_zero" = -57; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_five" = -31; +"@MMK_R_KO_six" = -54; +"@MMK_R_KO_seven" = -74; +"@MMK_R_KO_eight" = -23; +"@MMK_R_KO_nine" = -35; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_quotedblleft" = -102; +"@MMK_R_KO_quoteright" = -104; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -112; +"@MMK_R_KO_quotesingle" = -112; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -71; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 28; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = -43; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 25; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 41; +"@MMK_R_KO_imacron" = 51; +"@MMK_R_KO_itilde" = 49; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 19; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 22; +"@MMK_R_KO_l.ss04" = 52; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_sixsuperior" = 19; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_fivesuperior" = 10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 25; +"@MMK_R_KO_ninesuperior" = 24; +"@MMK_R_KO_period" = -93; +"@MMK_R_KO_comma" = -95; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -140; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 25; +"@MMK_R_KO_slash" = -65; +"@MMK_R_KO_backslash" = 26; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -120; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -231; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_bracketright.case" = -13; +"@MMK_R_KO_quotedblleft" = 25; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 25; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = 23; +"@MMK_R_KO_quotesingle" = 23; +"@MMK_R_KO_quotedblleft.ss01" = 7; +"@MMK_R_KO_quotedblright.ss01" = 13; +"@MMK_R_KO_quoteright.ss01" = 13; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = 0; +}; +t_i.liga = { +hbar = 6; +idieresis = 22; +jcircumflex = 28; +lcommaaccent = 6; +germandbls = 2; +logicalnot = -38; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -67; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 22; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 25; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -76; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 34; +"@MMK_R_KO_comma" = 34; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -43; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_backslash" = -45; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 4; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 18; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 13; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -84; +"@MMK_R_KO_asciicircum" = -41; +}; +adieresis.ss05 = { +germandbls = 0; +}; +a = { +l = 0; +idieresis = 5; +jcircumflex = 14; +s = 0; +germandbls = -2; +notequal = -22; +logicalnot = -41; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -76; +"@MMK_R_KO_H" = 22; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_J" = -65; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = 29; +"@MMK_R_KO_U" = 28; +"@MMK_R_KO_V" = 30; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -86; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_aacute" = -45; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -52; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 54; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = 11; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 55; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = 26; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 14; +"@MMK_R_KO_period" = -80; +"@MMK_R_KO_comma" = -79; +"@MMK_R_KO_ellipsis" = -110; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 39; +"@MMK_R_KO_slash" = -82; +"@MMK_R_KO_period.ss01" = -95; +"@MMK_R_KO_comma.ss01" = -93; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -46; +"@MMK_R_KO_endash" = -42; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_endash.case" = -8; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_quotedblleft" = 17; +"@MMK_R_KO_quotedblright" = 26; +"@MMK_R_KO_quoteleft" = 17; +"@MMK_R_KO_quoteright" = 26; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 47; +"@MMK_R_KO_quotesingle" = 47; +"@MMK_R_KO_quotedblleft.ss01" = 29; +"@MMK_R_KO_quotedblright.ss01" = 27; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -40; +"@MMK_R_KO_percent" = 22; +}; +icaron = { +icaron = 26; +j = 31; +parenright = 47; +quotedbl = 33; +quotesingle = 33; +}; +braceleft.case = { +braceright.case = 6; +at = -27; +minus = -87; +logicalnot = -100; +asciicircum = -63; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 25; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -1; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -33; +"@MMK_R_KO_asciicircum" = -32; +}; +uhorndotbelow = { +a = -29; +a.ss05 = -23; +c = -30; +n = 0; +period = -31; +comma = -30; +ellipsis = -59; +question = 0; +parenright = -32; +quotedblright = 0; +quotedbl = 0; +}; +g.ss06 = { +oslash = 8; +iogonek = 6; +jcircumflex = 68; +gcircumflex.ss06 = 37; +notequal = -15; +logicalnot = -44; +}; +yacute = { +T = 0; +eth = -20; +parenright = -37; +}; +Imacron = { +Imacron = 115; +imacron = 62; +parenright.case = 58; +}; +exclamdown.ss01 = { +T = -16; +V = -30; +Y = -66; +j.ss01 = 59; +}; +oacute = { +seven = -34; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = -29; +"@MMK_R_KO_O" = -57; +"@MMK_R_KO_Oacute" = -57; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -137; +"@MMK_R_KO_U" = -49; +"@MMK_R_KO_V" = -129; +"@MMK_R_KO_W" = -87; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -172; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -34; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -52; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -31; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -60; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -37; +"@MMK_R_KO_v" = -86; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_y" = -72; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = -24; +"@MMK_R_KO_t_t.liga" = -61; +"@MMK_R_KO_pi" = -53; +"@MMK_R_KO_zero" = -54; +"@MMK_R_KO_one" = -120; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -26; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_five" = -29; +"@MMK_R_KO_six" = -50; +"@MMK_R_KO_seven" = -101; +"@MMK_R_KO_eight" = -23; +"@MMK_R_KO_nine" = -33; +"@MMK_R_KO_sixsuperior" = -201; +"@MMK_R_KO_onesuperior" = -149; +"@MMK_R_KO_foursuperior" = -201; +"@MMK_R_KO_sevensuperior" = -182; +"@MMK_R_KO_ninesuperior" = -201; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_question" = -112; +"@MMK_R_KO_asterisk" = -145; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_hyphen" = -26; +"@MMK_R_KO_endash" = -33; +"@MMK_R_KO_hyphen.case" = -90; +"@MMK_R_KO_endash.case" = -106; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_quotedblleft" = -244; +"@MMK_R_KO_quotedblright" = -254; +"@MMK_R_KO_quoteleft" = -144; +"@MMK_R_KO_quoteright" = -144; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -226; +"@MMK_R_KO_quotesingle" = -112; +}; +yen = { +zero = -33; +one = -29; +two = -21; +three = -17; +four = -32; +six = -29; +foursuperior = -40; +period = -27; +comma = -27; +colon = -33; +semicolon = -30; +slash = -39; +period.ss01 = -48; +comma.ss01 = -44; +colon.ss01 = -41; +semicolon.ss01 = -36; +}; +idotaccent.ss01 = { +parenright = -7; +}; +ldot.ss01.ss04 = { +period.ss01 = -115; +comma.ss01 = -114; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_Oacute" = -36; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -84; +"@MMK_R_KO_U" = -22; +"@MMK_R_KO_V" = -96; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 35; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -54; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_sixsuperior" = -79; +"@MMK_R_KO_onesuperior" = -91; +"@MMK_R_KO_twosuperior" = -54; +"@MMK_R_KO_threesuperior" = -77; +"@MMK_R_KO_foursuperior" = -67; +"@MMK_R_KO_fivesuperior" = -74; +"@MMK_R_KO_sevensuperior" = -96; +"@MMK_R_KO_eightsuperior" = -68; +"@MMK_R_KO_ninesuperior" = -71; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -64; +"@MMK_R_KO_asterisk" = -75; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = -82; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -72; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -29; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -69; +"@MMK_R_KO_quotedblright" = -53; +"@MMK_R_KO_quoteleft" = -69; +"@MMK_R_KO_quoteright" = -53; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -77; +"@MMK_R_KO_quotesingle" = -77; +"@MMK_R_KO_quotedblleft.ss01" = -65; +"@MMK_R_KO_quotedblright.ss01" = -62; +"@MMK_R_KO_quoteright.ss01" = -62; +"@MMK_R_KO_trademark" = -114; +"@MMK_R_KO_asciicircum" = -84; +}; +agrave.ss05 = { +T = -65; +Y = -101; +}; +B = { +Hbar = 25; +Lslash = 0; +hbar = 0; +idieresis = 23; +jcircumflex = 47; +idieresis.ss01 = 26; +two = 3; +three = 8; +five = 3; +eight = 8; +nine = 0; +ampersand = 0; +greater = 10; +}; +Tcaron = { +endash.case = -51; +}; +oslash = { +d = 4; +k = 0; +l = 0; +e = 7; +eth = 11; +f = 3; +f_f.liga = 3; +f_f_i.liga = 3; +fi = 3; +f_y.liga = 3; +fl = 3; +g = 16; +m = 2; +n = 2; +r = 7; +j = 18; +s = 0; +t = 0; +v = 0; +y = 0; +l.ss03 = 13; +t_i.liga = 0; +t_t.liga = 0; +period = -2; +comma = -2; +slash = -12; +period.ss01 = -20; +comma.ss01 = -17; +hyphen = 25; +parenright = -29; +bracketright = -23; +}; +guilsinglright = { +x = -39; +threesuperior = -27; +fivesuperior = -31; +eightsuperior = -25; +colon = -4; +semicolon = -2; +questiondown = -40; +question.ss01 = -45; +questiondown.ss01 = -39; +braceright = -73; +braceright.case = -47; +bracketright.case = -45; +quotesinglbase = -40; +quotedblbase = -40; +quotedblbase.ss01 = -30; +quoteright.ss01 = -15; +}; +adieresis = { +germandbls = 0; +}; +liraTurkish = { +one = -91; +two = -36; +seven = -103; +sixsuperior = -48; +onesuperior = -65; +threesuperior = -37; +foursuperior = -76; +fivesuperior = -43; +sevensuperior = -60; +eightsuperior = -33; +ninesuperior = -40; +period = -29; +comma = -30; +colon = -27; +semicolon = -25; +question = -97; +slash = -38; +period.ss01 = -42; +comma.ss01 = -40; +colon.ss01 = -16; +question.ss01 = -109; +parenright = -77; +parenright.case = -70; +quotedbl = -44; +quotesingle = -44; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 20; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -95; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -82; +"@MMK_R_KO_W" = -48; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -121; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = 10; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -114; +"@MMK_R_KO_onesuperior" = -128; +"@MMK_R_KO_twosuperior" = -116; +"@MMK_R_KO_threesuperior" = -116; +"@MMK_R_KO_foursuperior" = -111; +"@MMK_R_KO_fivesuperior" = -119; +"@MMK_R_KO_sevensuperior" = -134; +"@MMK_R_KO_eightsuperior" = -110; +"@MMK_R_KO_ninesuperior" = -119; +"@MMK_R_KO_period" = 59; +"@MMK_R_KO_comma" = 61; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -77; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_period.ss01" = 15; +"@MMK_R_KO_comma.ss01" = 20; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = -86; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = -47; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -107; +"@MMK_R_KO_quotedblright" = -107; +"@MMK_R_KO_quoteleft" = -107; +"@MMK_R_KO_quoteright" = -107; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = -114; +"@MMK_R_KO_quotesingle" = -108; +"@MMK_R_KO_quotedblleft.ss01" = -113; +"@MMK_R_KO_quotedblright.ss01" = -112; +"@MMK_R_KO_quoteright.ss01" = -112; +}; +quotedblbase = { +Dcroat = -35; +Iogonek = 0; +Lslash = -28; +Oslash = -24; +oslash = 0; +p = 0; +iogonek = 0; +jcircumflex = 41; +germandbls = -44; +l.ss03 = -18; +g.ss06 = 20; +numbersign = -25; +parenleft = -14; +parenleft.case = -31; +at = -31; +copyright = -50; +published = -50; +literSign = -13; +dollar = -29; +euro = -61; +minus = -91; +multiply = -56; +divide = -82; +equal = -29; +approxequal = -27; +}; +D = { +Dcroat = 21; +Eth = 21; +Hbar = 33; +Iogonek = 21; +Lslash = 19; +Oslash = 21; +lacute = 10; +zero = 19; +five = 22; +six = 23; +eight = 19; +endash.case = 30; +parenleft.case = 31; +braceright.case = -41; +at = 23; +less = 33; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -37; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -107; +"@MMK_R_KO_U" = -26; +"@MMK_R_KO_V" = -93; +"@MMK_R_KO_W" = -59; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -8; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -179; +"@MMK_R_KO_onesuperior" = -149; +"@MMK_R_KO_twosuperior" = -186; +"@MMK_R_KO_threesuperior" = -188; +"@MMK_R_KO_foursuperior" = -187; +"@MMK_R_KO_fivesuperior" = -180; +"@MMK_R_KO_sevensuperior" = -182; +"@MMK_R_KO_eightsuperior" = -177; +"@MMK_R_KO_ninesuperior" = -177; +"@MMK_R_KO_period" = 44; +"@MMK_R_KO_comma" = 46; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -88; +"@MMK_R_KO_asterisk" = -145; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -85; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 5; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -94; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -71; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -187; +"@MMK_R_KO_quotedblright" = -182; +"@MMK_R_KO_quoteleft" = -144; +"@MMK_R_KO_quoteright" = -144; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -178; +"@MMK_R_KO_quotesingle" = -112; +"@MMK_R_KO_quotedblleft.ss01" = -186; +"@MMK_R_KO_quotedblright.ss01" = -181; +"@MMK_R_KO_quoteright.ss01" = -123; +"@MMK_R_KO_trademark" = -206; +"@MMK_R_KO_asciicircum" = -206; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 39; +"@MMK_R_KO_itilde" = 30; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_sixsuperior" = 14; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 16; +"@MMK_R_KO_threesuperior" = 14; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 11; +"@MMK_R_KO_ninesuperior" = 14; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -35; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -63; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_backslash" = 54; +"@MMK_R_KO_period.ss01" = -55; +"@MMK_R_KO_comma.ss01" = -53; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 5; +"@MMK_R_KO_bracketright" = 9; +"@MMK_R_KO_quotedblleft" = 22; +"@MMK_R_KO_quotedblright" = 35; +"@MMK_R_KO_quoteleft" = 22; +"@MMK_R_KO_quoteright" = 35; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 24; +"@MMK_R_KO_quotedbl" = 40; +"@MMK_R_KO_quotesingle" = 40; +"@MMK_R_KO_quotedblleft.ss01" = 13; +"@MMK_R_KO_quotedblright.ss01" = 21; +"@MMK_R_KO_quoteright.ss01" = 21; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -66; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 23; +"@MMK_R_KO_aacute" = 23; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 24; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 34; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_two" = -18; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 34; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = 13; +"@MMK_R_KO_seven" = -38; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -28; +"@MMK_R_KO_comma" = -28; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -49; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 31; +"@MMK_R_KO_endash" = 31; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 16; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -33; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -22; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -77; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 35; +"@MMK_R_KO_W" = 36; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -112; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -21; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 55; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 34; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 29; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 21; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -112; +"@MMK_R_KO_ellipsis" = -112; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 32; +"@MMK_R_KO_slash" = -93; +"@MMK_R_KO_period.ss01" = -112; +"@MMK_R_KO_comma.ss01" = -112; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_endash" = -25; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 32; +"@MMK_R_KO_quotesingle" = 32; +"@MMK_R_KO_quotedblleft.ss01" = 32; +"@MMK_R_KO_quotedblright.ss01" = 36; +"@MMK_R_KO_degree" = 6; +"@MMK_R_KO_plus" = -32; +"@MMK_R_KO_percent" = 9; +}; +ohorndotbelow.ss01 = { +c = 13; +i.ss01 = 17; +n = 16; +p = 13; +t = 33; +u = 18; +t_i.liga.ss01 = 33; +t_t.liga = 33; +}; +t_i.liga.ss01 = { +parenright = -8; +}; +endash = { +x = -49; +one.numr = -56; +four.numr = -24; +seven.numr = -50; +colon = 0; +semicolon = 0; +questiondown = -43; +question.ss01 = -98; +questiondown.ss01 = -43; +endash = 0; +quotedblbase = -13; +quotedblbase.ss01 = -5; +quoteright.ss01 = 0; +}; +Ygrave = { +ellipsis.ss01 = -160; +endash.case = -65; +}; +fraction = { +zero.dnom = -22; +two.dnom = -18; +four.dnom = -43; +eight.dnom = -16; +zeroinferior = -14; +twoinferior = -14; +fourinferior = -40; +fiveinferior = -3; +sixinferior = -14; +seveninferior = 24; +nineinferior = -10; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +g = { +l = 5; +iogonek = 10; +jcircumflex = 28; +}; +m = { +ordfeminine = -46; +ordmasculine = -47; +seven = -28; +registered = -32; +logicalnot = -39; +}; +ohorntilde = { +i = 17; +idotaccent = 17; +i.ss01 = 17; +n = 16; +period = -3; +comma = -3; +period.ss01 = -20; +comma.ss01 = -18; +parenright = -4; +quotedbl = 28; +}; +hyphen.case = { +Dcroat = 22; +Lslash = 7; +Oslash = 12; +one.numr = -40; +seven.numr = -45; +question.ss01 = -24; +parenleft.case = 26; +braceright.case = -57; +bracketright.case = -49; +quotesinglbase = -80; +quotedblbase = -80; +quotedblbase.ss01 = -104; +quoteright.ss01 = 7; +dollar = -11; +}; +ohornhookabove = { +i = 17; +idotaccent = 17; +i.ss01 = 17; +idotaccent.ss01 = 17; +m = 16; +n = 16; +period = -3; +comma = -3; +period.ss01 = -20; +comma.ss01 = -18; +parenright = -10; +bracketright = 0; +guillemetright = 32; +quotedbl = 28; +}; +y = { +germandbls = 0; +zeroinferior = -38; +twoinferior = -42; +ampersand = -22; +logicalnot = -35; +asciitilde = -45; +}; +Idotaccent.ss02 = { +endash.case = -51; +}; +Scedilla = { +idieresis = 36; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 26; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 27; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_endash.case" = -4; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -30; +"@MMK_R_KO_plus" = -26; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 14; +f_f.liga = 14; +f_y.liga = 14; +fl = 14; +igrave = 17; +idieresis = 31; +seven = 17; +ampersand = -18; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -46; +"@MMK_R_KO_Oacute" = -46; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -119; +"@MMK_R_KO_U" = -36; +"@MMK_R_KO_V" = -111; +"@MMK_R_KO_W" = -75; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -160; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -24; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -21; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = 54; +"@MMK_R_KO_lslash" = -23; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = -53; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -25; +"@MMK_R_KO_v" = -65; +"@MMK_R_KO_w" = -47; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -14; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_pi" = -45; +"@MMK_R_KO_zero" = -43; +"@MMK_R_KO_one" = -103; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -15; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = -18; +"@MMK_R_KO_asterisk" = -123; +"@MMK_R_KO_slash" = 52; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = -104; +"@MMK_R_KO_endash.case" = -134; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -123; +"@MMK_R_KO_quotedblright.ss01" = -246; +"@MMK_R_KO_plus" = -95; +"@MMK_R_KO_percent" = -71; +}; +numero = { +period = -21; +comma = -19; +period.ss01 = -35; +comma.ss01 = -32; +parenright = -43; +parenright.case = -40; +}; +cent = { +onesuperior = -45; +sevensuperior = -50; +period = -28; +comma = -29; +slash = -36; +period.ss01 = -39; +comma.ss01 = -37; +parenright = -71; +bracketright = -60; +parenright.case = -64; +bracketright.case = -66; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -67; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 17; +"@MMK_R_KO_W" = 30; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = 53; +"@MMK_R_KO_imacron" = 64; +"@MMK_R_KO_itilde" = 65; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 55; +"@MMK_R_KO_g.ss06" = -26; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -54; +"@MMK_R_KO_comma" = -53; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -87; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 32; +"@MMK_R_KO_slash" = -73; +"@MMK_R_KO_backslash" = 46; +"@MMK_R_KO_period.ss01" = -72; +"@MMK_R_KO_comma.ss01" = -67; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_underscore" = -65; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 35; +"@MMK_R_KO_quotesingle" = 35; +"@MMK_R_KO_quotedblleft.ss01" = 17; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_quoteright.ss01" = 18; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -22; +}; +Icircumflex = { +Icircumflex = 55; +l = 15; +icircumflex = 38; +l.ss03 = 12; +l.ss04 = 33; +parenright = 52; +bracketright = 55; +parenright.case = 59; +bracketright.case = 54; +}; +iogonek = { +iogonek = 8; +j = 39; +}; +uhorn = { +a = -29; +a.ss05 = -23; +ohorn = -29; +ohorndotbelow = -29; +ohorndotbelow.ss01 = -29; +ohorngrave = -29; +ohornacute = -29; +ohornhookabove = -29; +ohorntilde = -29; +period = -31; +comma = -30; +ellipsis = -59; +question = 0; +period.ss01 = -52; +ellipsis.ss01 = -52; +comma.ss01 = -50; +parenright = -34; +quotedblright = 0; +quotedbl = 0; +}; +underscore = { +g.ss06 = 48; +underscore = 29; +parenleft.case = -37; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -74; +"@MMK_R_KO_a" = -70; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -73; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = 63; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = -38; +"@MMK_R_KO_u" = -63; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -48; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -19; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -46; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -74; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -34; +"@MMK_R_KO_plus" = -82; +}; +W = { +Hbar = 51; +adieresis.ss05 = -24; +igrave = 43; +idieresis = 61; +scaron = 0; +idieresis.ss01 = 58; +six = -11; +seven = 34; +threeinferior = -50; +ampersand = -34; +plus = -35; +minus = -36; +notequal = -30; +logicalnot = -51; +asciitilde = -64; +}; +Aogonek = { +Lslash = -2; +period = 25; +comma = 38; +endash.case = -32; +parenright = 11; +bracketright = 0; +}; +Z = { +Lslash = 0; +igrave = 35; +ibreve = 51; +icaron = 64; +zero = -3; +two = 38; +six = 0; +seven = 33; +numbersign = 0; +endash.case = -31; +at = -3; +plus = -56; +minus = -60; +divide = -38; +equal = -3; +less = -11; +logicalnot = -77; +asciitilde = -69; +}; +emdash = { +x = -50; +zero.numr = -37; +one.numr = -57; +three.numr = -26; +four.numr = -34; +five.numr = -30; +six.numr = -37; +seven.numr = -51; +eight.numr = -24; +nine.numr = -28; +threesuperior = -22; +fivesuperior = -27; +eightsuperior = -20; +colon = -3; +semicolon = 0; +questiondown = -34; +question.ss01 = -98; +questiondown.ss01 = -34; +quotedblbase = -2; +quotedblbase.ss01 = 0; +quoteleft.ss01 = -7; +quoteright.ss01 = -5; +}; +tbar = { +a = 0; +e = -2; +tbar = 0; +}; +eng = { +j = 41; +slash = 28; +parenright = -21; +bracketright = -2; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -82; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_J" = -95; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -81; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = -34; +"@MMK_R_KO_I.ss02" = -30; +"@MMK_R_KO_J.ss10" = -238; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = -29; +"@MMK_R_KO_e" = -43; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = -27; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_t_t.liga" = 0; +}; +percent = { +twosuperior = -45; +threesuperior = -69; +fivesuperior = -77; +eightsuperior = -65; +question.ss01 = -101; +bracketright.case = -25; +quoteright.ss01 = -57; +}; +Uhornhookabove = { +exclam.ss01 = 33; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -81; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = -29; +}; +uhorngrave = { +a = -29; +a.ss05 = -23; +o = -29; +n = 0; +period = -31; +comma = -30; +period.ss01 = -52; +comma.ss01 = -50; +parenright = -32; +quotedblright = 0; +quotedbl = 0; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = 19; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_braceright" = -4; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -32; +"@MMK_R_KO_asciicircum" = -28; +}; +a.ss05 = { +p = 0; +jcircumflex = 22; +germandbls = 0; +gbreve.ss06 = 25; +gcircumflex.ss06 = 25; +ordfeminine = -45; +ordmasculine = -47; +seven = -27; +notequal = -14; +logicalnot = -37; +}; +Itilde = { +Itilde = 70; +igrave = 10; +itilde = 49; +}; +threesuperior = { +A = -69; +fraction = -3; +period = -144; +comma = -144; +slash = -80; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -21; +parenright = -25; +parenright.case = -23; +guillemetleft = -28; +}; +ydotbelow.ss01 = { +period.ss01 = -51; +parenright = 6; +}; +endash.case = { +seven.numr = -40; +bracketright.case = -49; +quotedblbase = -87; +quotedblbase.ss01 = -134; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 39; +"@MMK_R_KO_imacron" = 39; +"@MMK_R_KO_itilde" = 50; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 26; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -28; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 17; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_g.ss06" = 27; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 32; +"@MMK_R_KO_comma" = 33; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 5; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 20; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = 3; +"@MMK_R_KO_bracketright" = 3; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -37; +"@MMK_R_KO_asciicircum" = -36; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -29; +"@MMK_R_KO_one" = -86; +"@MMK_R_KO_two" = 31; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = -67; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -144; +"@MMK_R_KO_onesuperior" = -144; +"@MMK_R_KO_foursuperior" = -144; +"@MMK_R_KO_sevensuperior" = -144; +"@MMK_R_KO_ninesuperior" = -144; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_asterisk" = -144; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_hyphen.case" = -73; +"@MMK_R_KO_endash.case" = -71; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -144; +"@MMK_R_KO_quoteright" = -144; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -144; +"@MMK_R_KO_quotesingle" = -112; +}; +N = { +Hbar = 24; +igrave = 8; +icaron = 35; +idieresis = 40; +jcircumflex = 54; +idieresis.ss01 = 32; +degree = -24; +logicalnot = -40; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -43; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -26; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -44; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_backslash" = -41; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_underscore" = -31; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -70; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 23; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -81; +"@MMK_R_KO_asciicircum" = -38; +}; +b = { +seven = -29; +registered = -23; +notequal = -19; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = -17; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_J" = -79; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -95; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -100; +"@MMK_R_KO_Y" = -97; +"@MMK_R_KO_Z" = -39; +"@MMK_R_KO_I.ss02" = -77; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = -22; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_t_t.liga" = 0; +}; +Itilde.ss02 = { +igrave = 31; +}; +trademark = { +period = -144; +comma = -144; +slash = -106; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -47; +parenright = -39; +parenright.case = -39; +guillemetleft = -52; +guilsinglleft = -51; +guillemetright = -22; +guilsinglright = -22; +}; +literSign = { +parenright = -44; +parenright.case = -37; +guillemetleft = -20; +guilsinglleft = -17; +}; +ohorn = { +i = 17; +idotaccent = 17; +i.ss01 = 17; +idotaccent.ss01 = 17; +m = 16; +n = 16; +r = 20; +t = 33; +u = 18; +v = 22; +t_i.liga = 33; +t_t.liga = 33; +period = -3; +comma = -3; +period.ss01 = -20; +comma.ss01 = -18; +hyphen = 24; +parenright = -18; +bracketright = -11; +quotedbl = 28; +}; +quotedblleft = { +A = -67; +Dcroat = 0; +Hbar = 36; +igrave = 10; +icircumflex = 24; +imacron = 44; +jcircumflex = 39; +s = -17; +x = -13; +g.ss06 = -19; +mu = -15; +exclamdown = -24; +questiondown = -92; +backslash = 23; +questiondown.case = -65; +underscore = -231; +quotedblbase = -234; +ampersand = -44; +minus = -19; +divide = 0; +asciitilde = -54; +}; +l.ss04 = { +Hbar = 32; +l.ss04 = 23; +periodcentered.loclCAT = 12; +parenright = 0; +bracketright = 0; +quoteright = 9; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 57; +"@MMK_R_KO_imacron" = 62; +"@MMK_R_KO_itilde" = 63; +"@MMK_R_KO_j" = 32; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 51; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 30; +"@MMK_R_KO_comma" = 32; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -55; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -61; +}; +integral = { +guillemetright = 0; +guilsinglright = 0; +integral = -50; +A = -55; +a = -61; +d = -61; +a.ss05 = -55; +e = -61; +s = -56; +w = 0; +}; +two.dnom = { +question = -97; +question.ss01 = -109; +parenright = -51; +quotedblleft = -61; +quotedblright = -26; +quoteleft = -61; +quoteright = -28; +quotedbl = -69; +quotesingle = -69; +quotedblleft.ss01 = -48; +quoteleft.ss01 = -48; +quotedblright.ss01 = -50; +quoteright.ss01 = -50; +degree = -115; +}; +parenleft.case = { +Icircumflex = 60; +Imacron = 59; +Idieresis = 53; +Dcroat = -35; +Eth = -35; +Iogonek = 9; +Itilde = 54; +Lslash = -28; +Idieresis.ss01 = 54; +four.numr = -62; +numbersign = -46; +questiondown.case = -33; +question.ss01 = -46; +parenleft.case = -44; +quotedblbase = -28; +quotedblbase.ss01 = -3; +at = -50; +ampersand = -38; +section = -37; +copyright = -64; +registered = -61; +published = -64; +literSign = -38; +numero = -11; +cent = -66; +dollar = -52; +euro = -66; +liraTurkish = -42; +minus = -76; +multiply = -73; +divide = -57; +equal = -53; +notequal = -76; +less = -43; +greaterequal = -6; +approxequal = -52; +logicalnot = -93; +asciitilde = -100; +asciicircum = -74; +infinity = -61; +radical = -47; +}; +Iacute.ss02 = { +igrave = 31; +endash.case = -51; +}; +tenge = { +four = -35; +period = -107; +comma = -106; +slash = -76; +period.ss01 = -116; +comma.ss01 = -112; +}; +colon = { +A = 0; +D = 5; +C = 0; +J = 0; +T = -22; +V = -33; +W = -9; +Y = -73; +a = 0; +c = 0; +e = 0; +o = 0; +f = 16; +s = 9; +t = 7; +z = 20; +t_i.liga = 5; +pi = 16; +zero = 0; +one = 0; +two = 11; +three = 3; +four = -2; +sevensuperior = -54; +emdash = -4; +parenright = -51; +braceright = -26; +bracketright = -23; +parenright.case = -23; +guillemetleft = -4; +guilsinglleft = -4; +}; +h = { +seven = -29; +registered = -33; +}; +emacron = { +Y = -40; +lcommaaccent = -3; +}; +numbersign = { +A = -12; +J = 0; +T = 0; +X = -50; +Y = -44; +one = 0; +eight = 9; +period = 0; +comma = 0; +slash = -15; +period.ss01 = -14; +comma.ss01 = -11; +parenright = -45; +bracketright = -47; +parenright.case = -45; +bracketright.case = -46; +}; +copyright = { +parenright = -70; +parenright.case = -63; +}; +t = { +iogonek = 0; +wdieresis = 10; +two = 0; +logicalnot = -30; +asciitilde = -47; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 21; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 41; +"@MMK_R_KO_itilde" = 39; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 20; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_underscore" = -23; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_braceright" = -13; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_bracketright.case" = -5; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 26; +"@MMK_R_KO_guillemetright" = 20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -26; +}; +Hcircumflex = { +igrave = 9; +}; +aogonek.ss05 = { +j = 57; +comma = 46; +parenright = 0; +bracketright = 0; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -81; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = -29; +}; +_B.currency = { +_baht.bar = -5; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = -20; +"@MMK_R_KO_V" = -70; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -89; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_sixsuperior" = -43; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_twosuperior" = -39; +"@MMK_R_KO_threesuperior" = -42; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -33; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -47; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -40; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -14; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -37; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -86; +"@MMK_R_KO_asciicircum" = -46; +}; +rupeeIndian = { +four = -40; +period = -43; +comma = -43; +slash = -27; +period.ss01 = -53; +comma.ss01 = -51; +}; +Zdotaccent = { +Hbar = 56; +endash.case = -31; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -28; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -30; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +}; +P = { +Hbar = 54; +Oslash = 12; +hbar = 22; +igrave = 12; +idieresis = 51; +idieresis.ss01 = 48; +two = 0; +three = 0; +five = 23; +seven = 7; +nine = 21; +twoinferior = -36; +threeinferior = -33; +fourinferior = -82; +ellipsis.ss01 = -120; +endash.case = 17; +braceright.case = -19; +ampersand = -20; +}; +twoinferior = { +T = -117; +V = -77; +W = -46; +Y = -133; +t = -25; +t_i.liga = -26; +t_t.liga = -26; +parenright = -38; +}; +wdieresis = { +period = -31; +comma = -31; +bracketright = -48; +}; +uhungarumlaut = { +onesuperior = -6; +sevensuperior = 0; +parenright = 13; +bracketright = 21; +}; +odieresis = { +germandbls = -2; +gbreve.ss06 = 10; +}; +ohorndotbelow = { +c = 13; +i = 17; +idotaccent = 17; +m = 16; +n = 16; +p = 13; +t = 33; +u = 18; +t_i.liga = 33; +t_t.liga = 33; +period = -3; +comma = -3; +parenright = -15; +bracketright = 0; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 21; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 36; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 23; +"@MMK_R_KO_g" = 27; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = 14; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 26; +"@MMK_R_KO_itilde" = 23; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 21; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = -57; +"@MMK_R_KO_hyphen.case" = 32; +"@MMK_R_KO_parenleft" = 32; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_bracketright.case" = -39; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 29; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -49; +"@MMK_R_KO_asciicircum" = -7; +}; +one.numr = { +fraction = 0; +}; +Uhorntilde = { +exclam.ss01 = 33; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 29; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_pi" = 13; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 6; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_five" = 18; +"@MMK_R_KO_six" = 16; +"@MMK_R_KO_seven" = -4; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 25; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 29; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = 0; +}; +two = { +icircumflex = 29; +x = 0; +colon = 17; +semicolon = 20; +braceright = -5; +minus = -26; +multiply = -9; +}; +j = { +hbar = 7; +idieresis = 24; +iogonek = 14; +jcircumflex = 37; +}; +ldot.ss01 = { +period.ss01 = -115; +comma.ss01 = -116; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -45; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -15; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 33; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -46; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -27; +}; +idieresis = { +l = 12; +icaron = 31; +idieresis = 38; +}; +approxequal = { +one = 0; +parenright = -46; +parenright.case = -46; +A = -25; +I.ss02 = 0; +}; +ograve = { +T = -82; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -34; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_sixsuperior" = -34; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -42; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 22; +"@MMK_R_KO_underscore" = -39; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -45; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -81; +}; +S = { +Hbar = 41; +Lslash = 22; +hbar = 17; +ibreve = 17; +idieresis = 36; +idieresis.ss01 = 34; +two = 19; +three = 25; +five = 22; +eight = 27; +ampersand = 15; +dollar = 10; +greater = 23; +logicalnot = -24; +}; +periodcentered.loclCAT = { +l = 0; +l.ss03 = 16; +l.ss04 = 19; +}; +Iogonek = { +iogonek = 8; +j = 40; +j.ss01 = 40; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 22; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = 9; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = -4; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -28; +"@MMK_R_KO_asciicircum" = -26; +}; +racute = { +parenright = -13; +bracketright = -4; +}; +questiondown.case = { +C = -22; +Q = -22; +Q.ss09 = -22; +T = -89; +V = -79; +W = -49; +Y = -99; +one = -89; +seven = -80; +parenright.case = -47; +quotedblleft = -105; +quoteright = -97; +quotedbl = -90; +quotesingle = -90; +quotedblleft.ss01 = -102; +quoteright.ss01 = -92; +}; +f_y.liga = { +germandbls = 0; +zeroinferior = -38; +ampersand = -22; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -71; +"@MMK_R_KO_Oacute" = -71; +"@MMK_R_KO_J" = -39; +"@MMK_R_KO_G.ss07" = -61; +"@MMK_R_KO_S" = -44; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -74; +"@MMK_R_KO_a" = -70; +"@MMK_R_KO_aacute" = -62; +"@MMK_R_KO_a.ss05" = -55; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -69; +"@MMK_R_KO_eacute" = -66; +"@MMK_R_KO_f" = -41; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_n" = -48; +"@MMK_R_KO_j" = 64; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -46; +"@MMK_R_KO_u" = -64; +"@MMK_R_KO_uacute" = -59; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -40; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_pi" = -46; +"@MMK_R_KO_zero" = -70; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_two" = -26; +"@MMK_R_KO_three" = -45; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -67; +"@MMK_R_KO_seven" = -4; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -51; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_foursuperior" = -58; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -41; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -68; +"@MMK_R_KO_question" = -28; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -51; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_parenright" = 17; +"@MMK_R_KO_bracketright" = 13; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_degree" = -56; +"@MMK_R_KO_plus" = -81; +"@MMK_R_KO_percent" = -36; +}; +bracketleft.case = { +Icircumflex = 55; +numbersign = -48; +parenleft.case = -21; +bracketright.case = 7; +at = -25; +literSign = -19; +euro = -63; +minus = -72; +equal = -53; +less = -41; +asciitilde = -98; +asciicircum = -62; +infinity = -57; +}; +K = { +Lslash = -16; +Oslash = -4; +edieresis = -27; +odieresis.ss01 = -33; +odieresis = -29; +oslash = -7; +igrave = 24; +rcaron = 15; +idieresis = 48; +jcircumflex = 41; +ygrave = -14; +ytilde = -12; +idieresis.ss01 = 48; +zero = -66; +two = 0; +three = -18; +six = -60; +seven = 0; +nine = -29; +numbersign = -38; +endash.case = -79; +parenleft.case = -37; +at = -41; +ampersand = -22; +registered = -53; +dollar = -38; +plus = -92; +minus = -97; +multiply = -70; +divide = -81; +equal = -46; +notequal = -70; +less = -64; +logicalnot = -109; +asciitilde = -111; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -80; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -69; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_braceright" = -59; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_bracketright.case" = -60; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -26; +}; +semicolon = { +four = -10; +onesuperior = -51; +sevensuperior = -55; +hyphen = -11; +emdash = -5; +endash = 0; +hyphen.case = 0; +parenright = -25; +guillemetleft = -7; +}; +Thorn = { +Eth = 11; +}; +four.dnom = { +question = -93; +question.ss01 = -104; +parenright = -53; +quotedblleft = -55; +quotedblright = -26; +quoteleft = -55; +quoteright = -26; +quotedbl = -60; +quotesingle = -60; +quotedblleft.ss01 = -46; +quoteleft.ss01 = -46; +quotedblright.ss01 = -42; +quoteright.ss01 = -42; +degree = -107; +}; +braceright = { +Y = -40; +period = -28; +comma = -18; +period.ss01 = -50; +comma.ss01 = -36; +parenright = -42; +braceright = -24; +asciicircum = -37; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 35; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = 24; +"@MMK_R_KO_backslash" = 20; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = 10; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 9; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -26; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -88; +"@MMK_R_KO_Oacute" = -87; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -71; +"@MMK_R_KO_S" = -40; +"@MMK_R_KO_T" = -108; +"@MMK_R_KO_U" = -61; +"@MMK_R_KO_V" = -124; +"@MMK_R_KO_W" = -81; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -159; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_f" = -41; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 49; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -41; +"@MMK_R_KO_v" = -82; +"@MMK_R_KO_w" = -53; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_zero" = -66; +"@MMK_R_KO_one" = -102; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -101; +"@MMK_R_KO_five" = -41; +"@MMK_R_KO_six" = -60; +"@MMK_R_KO_seven" = -79; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -44; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -111; +"@MMK_R_KO_quotesingle" = -111; +"@MMK_R_KO_quotedblleft.ss01" = -110; +}; +ampersand = { +one = -51; +seven = -67; +parenright = -50; +bracketright = -22; +quotedblleft = -48; +quotedblright = -23; +quoteleft = -48; +quoteright = -23; +quotedbl = -56; +quotesingle = -56; +quotedblleft.ss01 = -41; +quoteleft.ss01 = -41; +quotedblright.ss01 = -37; +quoteright.ss01 = -37; +v = -33; +w = -21; +y = -36; +}; +four = { +x = -26; +ordfeminine = -51; +ordmasculine = -52; +zero.numr = -50; +one.numr = -52; +three.numr = -52; +four.numr = -53; +five.numr = -50; +six.numr = -49; +seven.numr = -50; +eight.numr = -46; +nine.numr = -51; +threesuperior = -47; +fivesuperior = -44; +eightsuperior = -38; +colon = 0; +semicolon = 0; +question.ss01 = -45; +underscore = -35; +braceright = -46; +braceright.case = -26; +bracketright.case = -26; +quoteright.ss01 = -36; +registered = -23; +trademark = -64; +asciicircum = -67; +}; +zerosuperior = { +A = -79; +fraction = -16; +period = -144; +comma = -144; +slash = -88; +period.ss01 = -124; +comma.ss01 = -123; +parenright = -30; +parenright.case = -28; +guillemetleft = -31; +guilsinglleft = -30; +}; +n = { +n = 0; +gcircumflex.ss06 = 6; +ordfeminine = -46; +ordmasculine = -47; +seven = -28; +at = 0; +registered = -32; +degree = -57; +notequal = -29; +greaterequal = -5; +logicalnot = -39; +}; +bracketleft = { +Icircumflex = 56; +Dcroat = -24; +Oslash = -5; +oslash = 0; +hcircumflex = 47; +i = 0; +idotaccent = 0; +iacute = -19; +ntilde = -21; +nacute = -29; +p = -3; +ibreve = 47; +icircumflex = 50; +imacron = 61; +jcircumflex = 65; +macute = -29; +scaron = -17; +scircumflex = -29; +germandbls = -47; +x = -9; +colon = -23; +numbersign = -44; +parenleft = -24; +at = -54; +ampersand = -54; +literSign = -52; +dollar = -27; +euro = -62; +minus = -71; +equal = -40; +less = -42; +asciitilde = -98; +asciicircum = -56; +infinity = -56; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 123; +"@MMK_R_KO_O" = 32; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 126; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_i" = 64; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 94; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 29; +"@MMK_R_KO_l.ss03" = 98; +"@MMK_R_KO_l.ss04" = 144; +"@MMK_R_KO_t_t.liga" = 22; +"@MMK_R_KO_sixsuperior" = 70; +"@MMK_R_KO_onesuperior" = 102; +"@MMK_R_KO_twosuperior" = 83; +"@MMK_R_KO_threesuperior" = 85; +"@MMK_R_KO_foursuperior" = 39; +"@MMK_R_KO_fivesuperior" = 92; +"@MMK_R_KO_sevensuperior" = 125; +"@MMK_R_KO_eightsuperior" = 81; +"@MMK_R_KO_ninesuperior" = 80; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 96; +"@MMK_R_KO_question" = 73; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 65; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_parenright" = 118; +"@MMK_R_KO_bracketright" = 125; +"@MMK_R_KO_quotedblleft" = 54; +"@MMK_R_KO_quoteleft" = 54; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 119; +"@MMK_R_KO_quotesingle" = 119; +"@MMK_R_KO_quotedblleft.ss01" = 71; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 38; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 32; +"@MMK_R_KO_T" = 55; +"@MMK_R_KO_V" = 56; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 56; +"@MMK_R_KO_I.ss02" = 58; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 44; +"@MMK_R_KO_imacron" = 75; +"@MMK_R_KO_itilde" = 33; +"@MMK_R_KO_j" = 36; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 49; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 36; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 34; +"@MMK_R_KO_onesuperior" = 39; +"@MMK_R_KO_twosuperior" = 29; +"@MMK_R_KO_threesuperior" = 32; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 30; +"@MMK_R_KO_sevensuperior" = 37; +"@MMK_R_KO_eightsuperior" = 39; +"@MMK_R_KO_ninesuperior" = 35; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 37; +"@MMK_R_KO_question" = 38; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 31; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_parenleft" = 27; +"@MMK_R_KO_parenright" = 48; +"@MMK_R_KO_bracketright" = 63; +"@MMK_R_KO_quotedblleft" = 27; +"@MMK_R_KO_quotedblright" = 46; +"@MMK_R_KO_quoteleft" = 27; +"@MMK_R_KO_quoteright" = 46; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 17; +"@MMK_R_KO_quotedbl" = 37; +"@MMK_R_KO_quotesingle" = 37; +"@MMK_R_KO_quotedblleft.ss01" = 30; +"@MMK_R_KO_quotedblright.ss01" = 41; +"@MMK_R_KO_quoteright.ss01" = 41; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 37; +}; +J.ss10 = { +Hbar = 34; +ibreve = 31; +icaron = 45; +idieresis = 49; +jcircumflex = 64; +idieresis.ss01 = 40; +}; +quotedblbase.ss01 = { +Dcroat = -44; +oslash = 0; +p = 0; +germandbls = -56; +asterisk = -145; +numbersign = -16; +question.ss01 = -102; +hyphen.case = -104; +emdash.case = -104; +parenleft.case = -31; +quotedblleft.ss01 = -246; +quoteright.ss01 = -123; +at = -28; +copyright = -48; +published = -48; +dollar = -23; +euro = -60; +minus = -104; +multiply = -38; +divide = -104; +equal = -20; +approxequal = -20; +}; +l.ss03 = { +oslash = 2; +periodcentered.loclCAT = 0; +notequal = -12; +logicalnot = -49; +}; +parenleft = { +Icircumflex = 53; +Imacron = 54; +Idieresis = 46; +Dcroat = -35; +Eth = -35; +Iogonek = 9; +Lslash = -28; +Oslash = -27; +a.ss05 = -55; +thorn = 9; +ccedilla = -54; +ccaron = -46; +edieresis = -55; +odieresis = -57; +oslash = -18; +hcircumflex = 42; +i = -5; +idotaccent = -5; +i.ss01 = -5; +iacute = -48; +ntilde = -48; +nacute = -48; +ncaron = -43; +ncommaaccent = -48; +p = -8; +idieresis = 35; +imacron = 48; +iogonek = 18; +jcircumflex = 66; +scedilla = -34; +scaron = -24; +scircumflex = -55; +germandbls = -46; +tcedilla = -26; +x = -38; +zcaron = -20; +g.ss06 = 6; +mu = -9; +four.numr = -62; +colon = -51; +numbersign = -46; +semicolon.ss01 = 0; +question.ss01 = -45; +parenleft = -53; +braceleft = -42; +quotedblbase = 0; +quotedblbase.ss01 = 0; +at = -65; +ampersand = -63; +section = -51; +copyright = -70; +registered = -61; +published = -70; +literSign = -61; +numero = -11; +cent = -71; +dollar = -60; +euro = -72; +liraTurkish = -50; +sterling = -41; +minus = -81; +multiply = -76; +divide = -63; +equal = -55; +notequal = -78; +greater = -24; +less = -47; +greaterequal = -32; +lessequal = -45; +plusminus = -30; +approxequal = -68; +logicalnot = -97; +asciitilde = -107; +asciicircum = -73; +infinity = -68; +summation = 14; +radical = -53; +}; +asciicircum = { +one = 0; +two = 0; +three = -3; +four = -60; +eight = -25; +period = -144; +comma = -144; +asterisk = -2; +slash = -97; +period.ss01 = -124; +comma.ss01 = -123; +hyphen = -80; +hyphen.case = -11; +parenright = -71; +bracketright = -54; +parenright.case = -71; +bracketright.case = -58; +u = -26; +x = -25; +mu = -26; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 22; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = 25; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 34; +"@MMK_R_KO_comma" = 34; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -28; +"@MMK_R_KO_asterisk" = -43; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 4; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = 2; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 14; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -36; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -22; +}; +plus = { +one = 0; +two = -11; +three = -24; +seven = -14; +seven.numr = -59; +period = -67; +comma = -69; +question = -29; +asterisk = -29; +slash = -56; +period.ss01 = -90; +comma.ss01 = -95; +question.ss01 = -34; +parenright = -79; +braceright = -81; +bracketright = -69; +parenright.case = -74; +braceright.case = -81; +bracketright.case = -70; +quotedblleft = -21; +quotedblright = 0; +quoteleft = -21; +quoteright = 0; +guillemetright = -23; +quotedbl = -30; +quotesingle = -30; +quotedblleft.ss01 = -5; +quoteleft.ss01 = -5; +quotedblright.ss01 = -2; +trademark = -72; +tenge = -17; +yen = -40; +plus = -26; +x = -44; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 46; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 64; +"@MMK_R_KO_imacron" = 68; +"@MMK_R_KO_itilde" = 70; +"@MMK_R_KO_j" = 35; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 19; +"@MMK_R_KO_l.ss04" = 55; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 40; +"@MMK_R_KO_comma" = 42; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 25; +"@MMK_R_KO_question" = 24; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = 26; +"@MMK_R_KO_quotesingle" = 26; +"@MMK_R_KO_quotedblleft.ss01" = 4; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -29; +}; +quoteleft = { +Hbar = 36; +igrave = 10; +icircumflex = 24; +imacron = 44; +jcircumflex = 39; +g.ss06 = -19; +mu = -15; +exclamdown = -24; +questiondown = -92; +questiondown.case = -65; +quotedblbase = -144; +ampersand = -44; +minus = -19; +divide = 0; +logicalnot = -25; +asciitilde = -54; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -67; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -180; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -7; +"@MMK_R_KO_seven" = 26; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -144; +"@MMK_R_KO_ellipsis" = -244; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -82; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -31; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = -18; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 23; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -13; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -103; +"@MMK_R_KO_V" = -79; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -123; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_t_t.liga" = -24; +}; +nine.dnom = { +question = -97; +question.ss01 = -109; +parenright = -65; +parenright.case = -46; +quotedblleft = -71; +quotedblright = -35; +quoteleft = -71; +quoteright = -36; +quotedbl = -83; +quotesingle = -83; +quotedblleft.ss01 = -53; +quoteleft.ss01 = -53; +quotedblright.ss01 = -54; +quoteright.ss01 = -54; +degree = -124; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -80; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -57; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -123; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -42; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -45; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -35; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = -15; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 4; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_asterisk" = 28; +"@MMK_R_KO_slash" = -91; +"@MMK_R_KO_period.ss01" = -123; +"@MMK_R_KO_comma.ss01" = -123; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -49; +"@MMK_R_KO_endash" = -41; +"@MMK_R_KO_hyphen.case" = -12; +"@MMK_R_KO_endash.case" = -9; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 33; +"@MMK_R_KO_quotesingle" = 33; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_plus" = -28; +}; +Omacron = { +Eth = 0; +}; +uhorndotbelow.ss01 = { +a = -29; +c = -30; +period.ss01 = -52; +ellipsis.ss01 = -52; +comma.ss01 = -45; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = 29; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_pi" = 14; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 24; +"@MMK_R_KO_three" = 11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 16; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = 19; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = 25; +"@MMK_R_KO_comma" = 27; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 22; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 23; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = -11; +"@MMK_R_KO_percent" = 0; +}; +exclamdown = { +T = -36; +V = -46; +Y = -83; +j = 49; +}; +Adieresis = { +Germandbls = 5; +endash.case = -32; +registered = -72; +}; +}; +"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = { +J = { +Hbar = 42; +Oslash = 7; +a = 6; +igrave = 27; +ibreve = 62; +icaron = 51; +idieresis = 63; +jcircumflex = 53; +idieresis.ss01 = 38; +greater = 24; +}; +exclam.ss01 = { +period.ss01 = -24; +}; +ohungarumlaut = { +onesuperior = -44; +sevensuperior = -51; +parenright = -55; +bracketright = -56; +quotedblright = -58; +quotedbl = -50; +quotesingle = -49; +}; +uhornacute = { +a = -17; +a.ss05 = -18; +c = -17; +n = 0; +t = 9; +u = 0; +t_i.liga = 9; +t_t.liga = 9; +period = -23; +comma = -22; +ellipsis = -50; +question = 55; +period.ss01 = -42; +ellipsis.ss01 = -51; +comma.ss01 = -38; +parenright = -13; +quotedbl = 36; +}; +o = { +germandbls = -18; +gbreve.ss06 = 1; +ordmasculine = -45; +seven = -61; +registered = -24; +logicalnot = -50; +}; +ellipsis = { +Dcroat = -73; +Tbar = -184; +tbar = -78; +twosuperior = -197; +threesuperior = -214; +fivesuperior = -220; +eightsuperior = -220; +parenleft = -49; +braceright = -86; +parenleft.case = -70; +bracketright.case = -36; +}; +Iacute = { +A = 0; +S = 0; +igrave = 23; +icircumflex = 46; +parenright.case = 24; +}; +sixsuperior = { +A = -95; +fraction = 0; +period = -71; +comma = -73; +slash = -104; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -59; +parenright = -34; +guillemetleft = -24; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 46; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 67; +"@MMK_R_KO_itilde" = 56; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -25; +"@MMK_R_KO_v" = -79; +"@MMK_R_KO_w" = -66; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -61; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = 24; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = -49; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -76; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_backslash" = 27; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -80; +"@MMK_R_KO_underscore" = 16; +"@MMK_R_KO_hyphen.case" = -100; +"@MMK_R_KO_parenleft" = -15; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 21; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -90; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -69; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 36; +"@MMK_R_KO_Oacute" = 36; +"@MMK_R_KO_J" = -149; +"@MMK_R_KO_G.ss07" = 36; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -66; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -97; +"@MMK_R_KO_Y" = -89; +"@MMK_R_KO_Z" = -94; +"@MMK_R_KO_I.ss02" = -95; +"@MMK_R_KO_J.ss10" = -86; +"@MMK_R_KO_zero" = 18; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = -66; +"@MMK_R_KO_three" = -39; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 19; +"@MMK_R_KO_seven" = -100; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_question" = -97; +"@MMK_R_KO_asterisk" = -60; +"@MMK_R_KO_slash" = -73; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright.case" = -84; +"@MMK_R_KO_quotedblleft" = -133; +"@MMK_R_KO_quotedblright" = -133; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -72; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -117; +"@MMK_R_KO_plus" = -2; +}; +Igrave = { +j = 2; +l.ss04 = 22; +}; +five = { +icircumflex = 14; +x = -24; +ordfeminine = -24; +ordmasculine = -24; +parenleft = 20; +asciicircum = -64; +}; +Tcommaaccent = { +aacute = -155; +acircumflex.ss05 = -90; +amacron.ss05 = -68; +abreve.ss05 = -62; +endash.case = -141; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -157; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -80; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -103; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = -29; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -17; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -47; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_backslash" = -66; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -69; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = -24; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_braceright" = -86; +"@MMK_R_KO_bracketright" = -88; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -70; +"@MMK_R_KO_quoteleft" = -69; +"@MMK_R_KO_quoteright" = -63; +"@MMK_R_KO_guillemetleft" = 18; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -43; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -71; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -80; +"@MMK_R_KO_asciicircum" = -61; +}; +questiondown.ss01 = { +l.ss03 = -42; +quoteright.ss01 = -68; +}; +threeinferior = { +T = -163; +V = -91; +W = -61; +Y = -145; +parenright = -65; +bracketright = -72; +}; +Adieresis.ss01 = { +endash.case = -77; +registered = -91; +}; +lcaron.ss03 = { +b = 7; +h = 7; +k = 7; +i = 5; +idotaccent = 5; +i.ss01 = 7; +idotaccent.ss01 = 7; +j = 5; +j.ss01 = 7; +zcaron = 21; +l.ss03 = 7; +lcaron.ss03 = 7; +sixsuperior = 29; +onesuperior = 50; +twosuperior = 44; +threesuperior = 36; +foursuperior = -5; +fivesuperior = 43; +sevensuperior = 52; +eightsuperior = 44; +ninesuperior = 51; +exclam = 51; +question = 51; +exclam.ss01 = 49; +question.ss01 = 31; +parenright = 27; +bracketright = 0; +quotedblleft = 36; +quoteleft = 37; +quotedbl = 58; +quotesingle = 58; +quotedblleft.ss01 = 55; +quoteleft.ss01 = 55; +}; +f_f.liga = { +e = -30; +f = 12; +fl = 12; +i = 1; +i.ss01 = 2; +idieresis = 5; +seven = 29; +ampersand = -26; +}; +Jacute = { +Icircumflex = 18; +Imacron = 15; +Hbar = 42; +igrave = 29; +ibreve = 62; +icaron = 51; +idieresis = 63; +jcircumflex = 53; +idieresis.ss01 = 38; +parenright = 9; +parenright.case = 28; +}; +braceright.case = { +J.ss10 = -44; +period = -41; +comma = -41; +period.ss01 = -55; +comma.ss01 = -54; +hyphen.case = 7; +parenright.case = -26; +braceright.case = -33; +asciicircum = -37; +}; +ecircumflexhookabove = { +m = 0; +n = 0; +u = 0; +period.ss01 = -35; +comma.ss01 = -34; +parenright = -19; +}; +Cdotaccent = { +Hbar = 45; +}; +Ncommaaccent = { +imacron = 96; +}; +dollar = { +one = 0; +three = 19; +four = 18; +five = 11; +eight = 22; +parenright = -58; +bracketright = -58; +parenright.case = -44; +}; +Scaron = { +iogonek = 7; +}; +fi = { +hbar = 18; +idieresis = 19; +jcircumflex = 19; +germandbls = 0; +logicalnot = -59; +}; +zero = { +icircumflex = 11; +x = -7; +ordmasculine = -9; +underscore = -58; +parenleft = 9; +braceright = -66; +braceright.case = -57; +bracketright.case = -57; +baht = -9; +trademark = -65; +multiply = -32; +asciicircum = -42; +}; +period.ss01 = { +ordfeminine = -68; +ordmasculine = -68; +twosuperior = -68; +threesuperior = -68; +fivesuperior = -68; +eightsuperior = -68; +question.ss01 = -68; +parenleft = -35; +braceright = -68; +parenleft.case = -55; +quoteright.ss01 = -68; +}; +X = { +igrave = 31; +ibreve = 75; +icaron = 59; +idieresis = 53; +idieresis.ss01 = 47; +zero = -52; +two = 24; +three = -18; +six = -38; +eight = -15; +nine = -21; +numbersign = -62; +endash.case = -94; +parenleft.case = -39; +at = -22; +registered = -54; +plus = -106; +minus = -112; +multiply = -52; +equal = -46; +notequal = -105; +less = -89; +logicalnot = -183; +asciitilde = -79; +}; +L = { +H = 0; +Dcroat = -51; +Oslash = -18; +Tbar = -138; +oslash = -18; +ordfeminine = -233; +ordmasculine = -227; +zero = -60; +two = 16; +three = -22; +five = -30; +six = -43; +seven = -82; +nine = -27; +numbersign = -83; +endash.case = -257; +parenleft.case = -47; +quoteleft.ss01 = -68; +at = -24; +registered = -239; +dollar = -27; +plus = -137; +minus = -264; +multiply = -66; +equal = -160; +notequal = -122; +less = -170; +approxequal = -99; +logicalnot = -288; +asciitilde = -207; +}; +euro = { +period = -41; +comma = -32; +slash = -36; +period.ss01 = -38; +parenright = -63; +bracketright = -67; +parenright.case = -60; +bracketright.case = -59; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -157; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -42; +"@MMK_R_KO_Oacute" = -42; +"@MMK_R_KO_J" = -151; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_W" = 34; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 30; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -119; +"@MMK_R_KO_a" = -78; +"@MMK_R_KO_aacute" = -77; +"@MMK_R_KO_a.ss05" = -71; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -79; +"@MMK_R_KO_eacute" = -78; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -76; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -56; +"@MMK_R_KO_icircumflex" = 50; +"@MMK_R_KO_imacron" = 103; +"@MMK_R_KO_itilde" = 74; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -72; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -50; +"@MMK_R_KO_uacute" = -45; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_x" = -40; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -43; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_g.ss06" = -74; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -99; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 19; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 14; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = -35; +"@MMK_R_KO_semicolon" = -35; +"@MMK_R_KO_ellipsis" = -209; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -183; +"@MMK_R_KO_backslash" = 42; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -47; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -88; +"@MMK_R_KO_endash" = -80; +"@MMK_R_KO_underscore" = -174; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_parenleft" = -46; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -6; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 17; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetleft" = -77; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 8; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_quoteright.ss01" = 4; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -73; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_T" = -73; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -32; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -66; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_quotedblleft" = -69; +"@MMK_R_KO_quotedblright" = -60; +"@MMK_R_KO_quoteleft" = -68; +"@MMK_R_KO_quoteright" = -60; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -46; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -62; +"@MMK_R_KO_quoteright.ss01" = -63; +}; +perthousand = { +question = -97; +asterisk = -90; +question.ss01 = -133; +parenright = -91; +parenright.case = -63; +quotedblleft = -133; +quotedblright = -133; +quoteleft = -73; +quoteright = -73; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +}; +V = { +Eth = -42; +Oslash = -42; +adieresis = -72; +ae = -76; +a.ss05 = -76; +adieresis.ss05 = -53; +eacute = -78; +ccaron = -60; +emacron = -48; +edieresis = -66; +ecaron = -57; +otilde = -66; +odieresis = -73; +iacute = -32; +ncommaaccent = -56; +igrave = 50; +ibreve = 92; +icaron = 71; +idieresis = 63; +racute = -47; +scaron = -46; +zcaron = -36; +idieresis.ss01 = 63; +gdotaccent.ss06 = -73; +gdotaccent.ss01.ss06 = -73; +zero = -46; +two = -13; +three = -19; +six = -43; +seven = 33; +twoinferior = -89; +ellipsis.ss01 = -204; +endash.case = -55; +at = -43; +ampersand = -56; +plus = -64; +minus = -72; +less = -48; +lessequal = -94; +approxequal = -90; +asciitilde = -69; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -95; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -106; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = -31; +"@MMK_R_KO_I.ss02" = -21; +"@MMK_R_KO_J.ss10" = -92; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_f" = 27; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = 27; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 13; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 27; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 13; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_question" = 28; +"@MMK_R_KO_asterisk" = 28; +"@MMK_R_KO_slash" = -89; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -56; +"@MMK_R_KO_endash" = -37; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 10; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -128; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -32; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = -28; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_pi" = -15; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -22; +"@MMK_R_KO_seven" = 18; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_hyphen" = -128; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_endash.case" = -63; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -11; +"@MMK_R_KO_plus" = -62; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -123; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -148; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -148; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_aacute" = -46; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = -26; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = -92; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 21; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_ellipsis" = -148; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -130; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = -148; +"@MMK_R_KO_endash" = -148; +"@MMK_R_KO_hyphen.case" = -72; +"@MMK_R_KO_endash.case" = -28; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -9; +"@MMK_R_KO_plus" = -24; +"@MMK_R_KO_percent" = 0; +}; +seven = { +icircumflex = 33; +x = -51; +g.ss06 = -85; +mu = -66; +colon = -46; +semicolon = -46; +backslash = 47; +ellipsis.ss01 = -200; +underscore = -158; +parenleft = -39; +at = -58; +ampersand = -52; +euro = -61; +minus = -92; +multiply = -45; +divide = -92; +notequal = -100; +less = -68; +plusminus = -74; +asciitilde = -89; +asciicircum = -75; +}; +scedilla = { +gbreve.ss06 = 5; +}; +fourinferior = { +T = -152; +V = -111; +W = -74; +parenright = -69; +bracketright = -81; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -38; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -144; +"@MMK_R_KO_U" = -34; +"@MMK_R_KO_V" = -183; +"@MMK_R_KO_W" = -93; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = -156; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 45; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -28; +"@MMK_R_KO_v" = -99; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_zero" = -42; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = -23; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_five" = -28; +"@MMK_R_KO_six" = -34; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_asterisk" = -119; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 40; +"@MMK_R_KO_quotedblleft" = -133; +"@MMK_R_KO_quotedblright" = -133; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -130; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -128; +}; +equal = { +period = -71; +comma = -73; +period.ss01 = -68; +comma.ss01 = -68; +parenright = -86; +bracketright = -99; +parenright.case = -82; +bracketright.case = -99; +equal = 0; +A = -34; +J = -106; +T = -99; +V = -34; +X = -46; +Y = -52; +}; +five.numr = { +fraction = 0; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -103; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_one" = -65; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -17; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -31; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_question.ss01" = -65; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = -24; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -80; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_quotedblleft" = -69; +"@MMK_R_KO_quotedblright" = -58; +"@MMK_R_KO_quoteleft" = -69; +"@MMK_R_KO_quoteright" = -57; +"@MMK_R_KO_guillemetleft" = 22; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -65; +"@MMK_R_KO_quotedblright.ss01" = -57; +"@MMK_R_KO_quoteright.ss01" = -58; +}; +dcaron = { +exclam.ss01 = 111; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 24; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_J" = -46; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = -36; +"@MMK_R_KO_I.ss02" = -39; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 66; +"@MMK_R_KO_itilde" = 41; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 28; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -41; +"@MMK_R_KO_comma" = -40; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -76; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -53; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 34; +"@MMK_R_KO_endash" = 34; +"@MMK_R_KO_underscore" = -52; +"@MMK_R_KO_hyphen.case" = 21; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_braceright" = -57; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_parenright.case" = -69; +"@MMK_R_KO_bracketright.case" = -56; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -61; +"@MMK_R_KO_asciicircum" = -39; +}; +k = { +oslash = -3; +iogonek = 10; +lcommaaccent = 0; +two = 27; +plus = -19; +minus = -19; +notequal = -64; +logicalnot = -95; +asciitilde = -24; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -143; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = -40; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -33; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -32; +"@MMK_R_KO_trademark" = -79; +"@MMK_R_KO_asciicircum" = -51; +}; +scaron = { +T = -61; +iogonek = 2; +}; +ninesuperior = { +A = -117; +fraction = -20; +period = -71; +comma = -73; +slash = -128; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -70; +parenright = -33; +guillemetleft = -37; +}; +v = { +n = 0; +ampersand = -34; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -71; +"@MMK_R_KO_H" = -65; +"@MMK_R_KO_O" = -47; +"@MMK_R_KO_J" = -100; +"@MMK_R_KO_G.ss07" = -47; +"@MMK_R_KO_S" = -49; +"@MMK_R_KO_T" = -224; +"@MMK_R_KO_V" = -142; +"@MMK_R_KO_W" = -94; +"@MMK_R_KO_X" = -82; +"@MMK_R_KO_Y" = -185; +"@MMK_R_KO_Z" = -75; +"@MMK_R_KO_I.ss02" = -95; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = -64; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_f" = -82; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = -64; +"@MMK_R_KO_n" = -64; +"@MMK_R_KO_j" = -64; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = -86; +"@MMK_R_KO_z" = -73; +"@MMK_R_KO_t_t.liga" = -86; +}; +infinity = { +parenright = -99; +bracketright = -90; +parenright.case = -85; +bracketright.case = -90; +quotedblleft = -43; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -93; +"@MMK_R_KO_one" = -125; +"@MMK_R_KO_two" = -102; +"@MMK_R_KO_three" = -106; +"@MMK_R_KO_four" = -103; +"@MMK_R_KO_five" = -98; +"@MMK_R_KO_six" = -93; +"@MMK_R_KO_seven" = -106; +"@MMK_R_KO_eight" = -106; +"@MMK_R_KO_nine" = -85; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_question" = -107; +"@MMK_R_KO_asterisk" = -97; +"@MMK_R_KO_slash" = -186; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_hyphen" = -126; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_parenright" = -158; +"@MMK_R_KO_bracketright" = -166; +"@MMK_R_KO_parenright.case" = -149; +"@MMK_R_KO_quotedblleft" = -133; +"@MMK_R_KO_quotedblright" = -126; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -94; +"@MMK_R_KO_guillemetright" = -98; +"@MMK_R_KO_quotedbl" = -114; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -114; +"@MMK_R_KO_A" = -177; +"@MMK_R_KO_H" = -91; +"@MMK_R_KO_O" = -81; +"@MMK_R_KO_J" = -212; +"@MMK_R_KO_G.ss07" = -81; +"@MMK_R_KO_S" = -104; +"@MMK_R_KO_T" = -225; +"@MMK_R_KO_V" = -150; +"@MMK_R_KO_W" = -126; +"@MMK_R_KO_X" = -194; +"@MMK_R_KO_Y" = -175; +"@MMK_R_KO_Z" = -203; +"@MMK_R_KO_I.ss02" = -206; +"@MMK_R_KO_J.ss10" = -123; +"@MMK_R_KO_a" = -92; +"@MMK_R_KO_a.ss05" = -93; +"@MMK_R_KO_l" = -86; +"@MMK_R_KO_e" = -92; +"@MMK_R_KO_f" = -86; +"@MMK_R_KO_g" = -89; +"@MMK_R_KO_i" = -84; +"@MMK_R_KO_n" = -101; +"@MMK_R_KO_j" = -84; +"@MMK_R_KO_s" = -91; +"@MMK_R_KO_t" = -86; +"@MMK_R_KO_z" = -103; +"@MMK_R_KO_t_t.liga" = -86; +}; +asterisk = { +g.ss06 = -26; +}; +semicolon.ss01 = { +onesuperior = -51; +sevensuperior = -68; +hyphen = -68; +emdash = -68; +}; +divide = { +one = -76; +two = -19; +three = -8; +seven = -33; +parenright = -112; +parenright.case = -101; +quotedblleft = -82; +quotedblright = -80; +quoteright = -73; +quotedblleft.ss01 = -60; +quotedblright.ss01 = -61; +A = -71; +Y = -105; +I.ss02 = -113; +}; +asciitilde = { +exclam = -90; +exclam.ss01 = -91; +question.ss01 = -116; +parenleft = -89; +parenleft.case = -88; +bracketright.case = -167; +quoteright.ss01 = -68; +U = -96; +aacute = -92; +edieresis = -92; +edieresis.ss01 = -92; +u = -93; +v = -88; +w = -83; +x = -103; +y = -90; +l.ss03 = -100; +l.ss04 = -84; +g.ss06 = -98; +gcircumflex.ss06 = -98; +}; +three.dnom = { +question = -85; +question.ss01 = -107; +parenright = -78; +quotedblleft = -133; +quotedblright = -133; +quoteleft = -73; +quoteright = -73; +quotedbl = -88; +quotesingle = -67; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -96; +}; +odotbelow.ss01 = { +T = -155; +}; +x = { +oslash = 0; +two = 30; +ampersand = 0; +plus = -16; +minus = -16; +notequal = -61; +logicalnot = -85; +asciitilde = -22; +}; +U = { +Dcroat = 13; +Eth = 13; +Hbar = 47; +Lslash = 12; +hbar = 45; +igrave = 31; +jcircumflex = 58; +greater = 20; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 66; +"@MMK_R_KO_imacron" = 113; +"@MMK_R_KO_itilde" = 86; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 4; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 11; +"@MMK_R_KO_hyphen.case" = -9; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -34; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 39; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_imacron" = 87; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -54; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -144; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -65; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -144; +"@MMK_R_KO_endash" = -136; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Eth = { +Eth = 33; +Oslash = 30; +}; +odotbelow = { +T = -155; +}; +baht = { +slash = -20; +parenright = -42; +parenright.case = -38; +}; +Icircumflex.ss02 = { +endash.case = -95; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -1; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 20; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 2; +"@MMK_R_KO_bracketright" = 2; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -18; +"@MMK_R_KO_asciicircum" = -44; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -66; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_foursuperior" = -79; +"@MMK_R_KO_sevensuperior" = -77; +"@MMK_R_KO_ninesuperior" = -60; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_question" = -93; +"@MMK_R_KO_asterisk" = -80; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_endash.case" = -36; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_parenright.case" = -50; +"@MMK_R_KO_quotedblleft" = -108; +"@MMK_R_KO_quotedblright" = -89; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -83; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -99; +}; +quotedblright = { +Dcroat = -54; +icircumflex = 52; +scaron = -57; +x = -41; +g.ss06 = -78; +mu = -58; +questiondown = -133; +questiondown.case = -115; +parenleft = -44; +quotesinglbase = -73; +asciitilde = -100; +}; +r = { +fl = 13; +germandbls = 13; +wdieresis = 17; +gcircumflex.ss06 = -19; +oneinferior = -80; +twoinferior = -72; +threeinferior = -79; +fourinferior = -93; +fiveinferior = -63; +sixinferior = -82; +ampersand = -44; +logicalnot = -100; +asciitilde = 0; +}; +seveninferior = { +I.ss02 = -74; +fourinferior = -55; +seveninferior = 22; +parenright = -88; +parenright.case = -77; +}; +sterling = { +two = 23; +hyphen.case = -57; +parenright = -51; +}; +Ocircumflex = { +Lslash = 31; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 31; +"@MMK_R_KO_Oacute" = 31; +"@MMK_R_KO_G.ss07" = 31; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_I.ss02" = -37; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_period" = -50; +"@MMK_R_KO_comma" = -49; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -67; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 32; +"@MMK_R_KO_hyphen.case" = 36; +"@MMK_R_KO_parenleft" = 26; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = -29; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -7; +}; +_f.longarm = { +l = 22; +i = 13; +idotaccent = 13; +i.ss01 = 14; +idotaccent.ss01 = 14; +l.ss03 = 26; +l.ss04 = 32; +}; +I.ss02 = { +Dcroat = -43; +igrave = 39; +jcircumflex = 25; +endash.case = -95; +plus = -114; +minus = -116; +notequal = -119; +less = -100; +approxequal = -76; +logicalnot = -161; +asciitilde = -108; +}; +quoteleft.ss01 = { +J.ss10 = -68; +igrave = 20; +icircumflex = 45; +imacron = 76; +jcircumflex = 45; +questiondown.case = -68; +questiondown.ss01 = -68; +hyphen = -68; +emdash = -68; +quotedblbase.ss01 = -68; +ampersand = -54; +minus = -68; +logicalnot = -68; +asciitilde = -51; +}; +Zacute = { +endash.case = -86; +}; +d = { +hbar = 19; +igrave = 15; +icaron = 20; +idieresis = 20; +jcircumflex = 21; +logicalnot = -59; +}; +notequal = { +zero = -54; +one = -84; +two = -56; +seven = -64; +parenright = -150; +parenright.case = -142; +A = -91; +B = -60; +F = -60; +L = -60; +N = -60; +Y = -104; +b = -58; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 32; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = 32; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = -53; +"@MMK_R_KO_I.ss02" = -51; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 15; +}; +six = { +icircumflex = 48; +parenleft = 16; +braceright = -44; +bracketright.case = -39; +trademark = -45; +asciicircum = -46; +}; +Idieresis.ss02 = { +idieresis = 28; +}; +quotedblleft.ss01 = { +A = -128; +J = -128; +igrave = 20; +icircumflex = 45; +imacron = 76; +jcircumflex = 45; +g.ss06 = -64; +mu = -32; +questiondown.case = -101; +ellipsis.ss01 = -128; +questiondown.ss01 = -128; +underscore = -128; +quotedblbase.ss01 = -128; +ampersand = -54; +minus = -69; +divide = -62; +asciitilde = -51; +}; +sevensuperior = { +A = -178; +C = -60; +O = -59; +G = -60; +fraction = -50; +sevensuperior = 22; +period = -71; +comma = -73; +colon = -53; +semicolon = -53; +slash = -185; +period.ss01 = -68; +comma.ss01 = -68; +colon.ss01 = -68; +semicolon.ss01 = -68; +hyphen = -98; +hyphen.case = -73; +guillemetleft = -79; +guilsinglleft = -79; +guillemetright = -55; +guilsinglright = -55; +plus = -80; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 28; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = 19; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 55; +"@MMK_R_KO_imacron" = 85; +"@MMK_R_KO_itilde" = 65; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_backslash" = -10; +"@MMK_R_KO_period.ss01" = -48; +"@MMK_R_KO_comma.ss01" = -47; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = -39; +"@MMK_R_KO_hyphen.case" = -23; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -66; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_bracketright.case" = -65; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -50; +"@MMK_R_KO_asciicircum" = -22; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -77; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 35; +"@MMK_R_KO_Oacute" = 35; +"@MMK_R_KO_J" = -151; +"@MMK_R_KO_G.ss07" = 35; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -142; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -93; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = -106; +"@MMK_R_KO_I.ss02" = -95; +"@MMK_R_KO_J.ss10" = -146; +"@MMK_R_KO_zero" = 17; +"@MMK_R_KO_one" = -72; +"@MMK_R_KO_two" = -44; +"@MMK_R_KO_three" = -34; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = 17; +"@MMK_R_KO_seven" = -65; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = 20; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_slash" = -82; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -83; +"@MMK_R_KO_quotedblleft" = -86; +"@MMK_R_KO_quotedblright" = -95; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -63; +"@MMK_R_KO_quotedblright.ss01" = -59; +}; +won = { +period = -71; +comma = -73; +slash = -72; +period.ss01 = -68; +comma.ss01 = -68; +}; +i.ss01 = { +l = 2; +c = 0; +e = 0; +o = 0; +m = 2; +n = 2; +r = 2; +p = 2; +j.ss01 = 3; +parenright = -10; +}; +guillemetright = { +T = -140; +x = -37; +threesuperior = -20; +fivesuperior = -28; +eightsuperior = -21; +colon = -37; +semicolon = -37; +questiondown = -58; +question.ss01 = -58; +questiondown.ss01 = -58; +braceright = -88; +braceright.case = -74; +bracketright.case = -76; +quotesinglbase = -64; +quotedblbase = -64; +quotedblbase.ss01 = -63; +quoteright.ss01 = -58; +}; +s = { +l = 0; +seven = -42; +emdash = 0; +registered = -14; +notequal = -58; +logicalnot = -56; +asciitilde = 0; +}; +five.dnom = { +question = -82; +question.ss01 = -103; +parenright = -84; +quotedblleft = -133; +quotedblright = -133; +quoteleft = -73; +quoteright = -73; +quotedbl = -84; +quotesingle = -67; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -91; +}; +ecircumflexgrave = { +parenright = -44; +bracketright = -53; +quotedbl = -42; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -66; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = -75; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -149; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -62; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -69; +"@MMK_R_KO_I.ss02" = -73; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 23; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 22; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 32; +"@MMK_R_KO_w" = 35; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = 29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = 22; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_sixsuperior" = 21; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = 6; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = 13; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -68; +"@MMK_R_KO_comma" = -67; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -90; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 28; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = -69; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -78; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -14; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = 16; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = 24; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = 6; +"@MMK_R_KO_eight" = 23; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -10; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -14; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -77; +}; +t_t.liga = { +wdieresis = 13; +hyphen = -62; +logicalnot = -93; +asciitilde = -5; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -112; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -139; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -146; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_f" = 28; +"@MMK_R_KO_g" = -37; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = 28; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 29; +"@MMK_R_KO_w" = 28; +"@MMK_R_KO_y" = 29; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = 28; +"@MMK_R_KO_pi" = 26; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 23; +"@MMK_R_KO_two" = 27; +"@MMK_R_KO_three" = 15; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 35; +"@MMK_R_KO_eight" = 15; +"@MMK_R_KO_nine" = 29; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_question" = 30; +"@MMK_R_KO_asterisk" = 44; +"@MMK_R_KO_slash" = -119; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -146; +"@MMK_R_KO_endash" = -102; +"@MMK_R_KO_hyphen.case" = -60; +"@MMK_R_KO_endash.case" = -20; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = 19; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = 20; +"@MMK_R_KO_quotedblright.ss01" = 20; +}; +ohorngrave = { +i = 3; +idotaccent = 3; +i.ss01 = 3; +idotaccent.ss01 = 3; +m = 2; +n = 2; +period = -25; +comma = -24; +period.ss01 = -41; +comma.ss01 = -39; +parenright = -38; +bracketright = -55; +guillemetright = -4; +quotedbl = -16; +}; +zeroinferior = { +parenright = -76; +}; +c = { +seven = -48; +registered = -9; +notequal = -65; +}; +Aacute = { +Dcroat = -42; +Eth = -42; +Tbar = -116; +endash.case = -77; +registered = -91; +}; +Abreve = { +endash.case = -77; +}; +eight.dnom = { +question = -85; +question.ss01 = -107; +parenright = -78; +quotedblleft = -133; +quotedblright = -133; +quoteleft = -73; +quoteright = -73; +quotedbl = -88; +quotesingle = -67; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -96; +}; +Idieresis.ss01 = { +Icircumflex = 13; +Idieresis.ss01 = 13; +idieresis.ss01 = 33; +parenright.case = 37; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -153; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -53; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_quotedblleft" = -59; +"@MMK_R_KO_quotedblright" = -49; +"@MMK_R_KO_quoteleft" = -59; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -56; +"@MMK_R_KO_quotedblright.ss01" = -49; +"@MMK_R_KO_quoteright.ss01" = -50; +}; +comma.ss01 = { +twosuperior = -68; +threesuperior = -68; +fivesuperior = -68; +eightsuperior = -68; +parenright = -10; +bracketright = -16; +quoteright.ss01 = -68; +}; +C = { +two = 23; +three = 28; +five = 16; +eight = 21; +braceright.case = -64; +plus = 0; +minus = 0; +greater = 41; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -133; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_Oacute" = -40; +"@MMK_R_KO_J" = -133; +"@MMK_R_KO_G.ss07" = -40; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -133; +"@MMK_R_KO_a" = -86; +"@MMK_R_KO_aacute" = -80; +"@MMK_R_KO_a.ss05" = -70; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -88; +"@MMK_R_KO_eacute" = -77; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -84; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -58; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = -73; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_uacute" = -51; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -36; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_pi" = -35; +"@MMK_R_KO_zero" = -42; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -133; +"@MMK_R_KO_five" = -15; +"@MMK_R_KO_six" = -40; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = -15; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_ellipsis" = -133; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -133; +"@MMK_R_KO_hyphen" = -133; +"@MMK_R_KO_endash" = -133; +"@MMK_R_KO_hyphen.case" = -133; +"@MMK_R_KO_endash.case" = -106; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -83; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -98; +"@MMK_R_KO_percent" = -14; +}; +ocircumflexgrave = { +parenright = -52; +bracketright = -48; +quotedbl = -49; +quotesingle = -46; +}; +wcircumflex = { +p = 0; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 26; +"@MMK_R_KO_Oacute" = 26; +"@MMK_R_KO_J" = -144; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -88; +"@MMK_R_KO_W" = -56; +"@MMK_R_KO_X" = -66; +"@MMK_R_KO_Y" = -135; +"@MMK_R_KO_Z" = -57; +"@MMK_R_KO_I.ss02" = -95; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 33; +"@MMK_R_KO_aacute" = 33; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 34; +"@MMK_R_KO_eacute" = 34; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = 34; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = -67; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = 10; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = -39; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 18; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = 25; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -67; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_foursuperior" = -126; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_ninesuperior" = -58; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_question" = -98; +"@MMK_R_KO_asterisk" = -146; +"@MMK_R_KO_slash" = -46; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -90; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_quotedblleft" = -133; +"@MMK_R_KO_quotedblright" = -133; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = 26; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -128; +"@MMK_R_KO_quotedblright.ss01" = -128; +"@MMK_R_KO_plus" = -27; +}; +Umacron = { +Hbar = 47; +}; +Zcaron = { +Dcroat = -43; +igrave = 42; +endash.case = -86; +}; +sixinferior = { +T = -161; +W = -66; +parenright = -72; +bracketright = -79; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -58; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = -58; +"@MMK_R_KO_S" = -43; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_zero" = -56; +"@MMK_R_KO_one" = -76; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -48; +"@MMK_R_KO_four" = -85; +"@MMK_R_KO_five" = -27; +"@MMK_R_KO_six" = -43; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -30; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_foursuperior" = -87; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = 35; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -34; +"@MMK_R_KO_hyphen.case" = -86; +"@MMK_R_KO_endash.case" = -86; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -76; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_degree" = -58; +"@MMK_R_KO_plus" = -101; +"@MMK_R_KO_percent" = -38; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 20; +"@MMK_R_KO_a" = 24; +"@MMK_R_KO_aacute" = 24; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 24; +"@MMK_R_KO_eacute" = 24; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = 26; +"@MMK_R_KO_four" = 28; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = 12; +"@MMK_R_KO_seven" = 3; +"@MMK_R_KO_eight" = 20; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_hyphen" = 37; +"@MMK_R_KO_endash" = 33; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 20; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_degree" = -41; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -18; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -36; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 28; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = 19; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 55; +"@MMK_R_KO_imacron" = 85; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_period.ss01" = -48; +"@MMK_R_KO_comma.ss01" = -47; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_hyphen.case" = -23; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_bracketright.case" = -64; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Idotaccent = { +l.ss04 = 21; +}; +zero.dnom = { +question = -92; +question.ss01 = -112; +parenright = -88; +parenright.case = -56; +quotedblleft = -133; +quotedblright = -133; +quoteleft = -73; +quoteright = -73; +quotedbl = -96; +quotesingle = -67; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -105; +}; +I = { +I = 0; +Hbar = 35; +hbar = 33; +igrave = 21; +jcircumflex = 46; +logicalnot = -60; +}; +uhornhookabove = { +a = -17; +a.ss05 = -18; +period = -23; +comma = -22; +ellipsis = -50; +period.ss01 = -42; +ellipsis.ss01 = -51; +comma.ss01 = -38; +parenright = -13; +bracketright = -30; +quotedblright = 45; +quotedbl = 36; +}; +Idieresis = { +Icircumflex = 12; +Idieresis = 10; +idieresis = 56; +parenright = 17; +parenright.case = 36; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -157; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_Oacute" = -51; +"@MMK_R_KO_J" = -145; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 30; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -162; +"@MMK_R_KO_a" = -110; +"@MMK_R_KO_aacute" = -75; +"@MMK_R_KO_a.ss05" = -58; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -115; +"@MMK_R_KO_eacute" = -80; +"@MMK_R_KO_f" = -40; +"@MMK_R_KO_g" = -105; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -77; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 88; +"@MMK_R_KO_itilde" = 61; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = -90; +"@MMK_R_KO_t" = -40; +"@MMK_R_KO_u" = -73; +"@MMK_R_KO_uacute" = -63; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_w" = -49; +"@MMK_R_KO_x" = -57; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = -63; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_g.ss06" = -96; +"@MMK_R_KO_t_t.liga" = -40; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = -149; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -60; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 14; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = -54; +"@MMK_R_KO_semicolon" = -52; +"@MMK_R_KO_ellipsis" = -199; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -156; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -135; +"@MMK_R_KO_endash" = -109; +"@MMK_R_KO_underscore" = -155; +"@MMK_R_KO_hyphen.case" = -89; +"@MMK_R_KO_parenleft" = -49; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -105; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -84; +}; +Ecircumflexdotbelow.ss01 = { +T = 12; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -153; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -90; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 9; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_asterisk" = -25; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_backslash" = -58; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -57; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -3; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_quotedblleft" = -62; +"@MMK_R_KO_quotedblright" = -57; +"@MMK_R_KO_quoteleft" = -60; +"@MMK_R_KO_quoteright" = -49; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -56; +"@MMK_R_KO_quotedblright.ss01" = -59; +"@MMK_R_KO_quoteright.ss01" = -54; +"@MMK_R_KO_trademark" = -77; +"@MMK_R_KO_asciicircum" = -54; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_J" = -49; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = -36; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -25; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -46; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_ellipsis" = -77; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -59; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_endash.case" = 20; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_parenright.case" = -54; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 7; +}; +one = { +icircumflex = 43; +three = 0; +multiply = -31; +equal = 0; +notequal = -60; +asciicircum = -45; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 47; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 31; +"@MMK_R_KO_Oacute" = 31; +"@MMK_R_KO_J" = -54; +"@MMK_R_KO_G.ss07" = 31; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -51; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = -45; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 21; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 23; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 14; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -50; +"@MMK_R_KO_comma" = -49; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -67; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 32; +"@MMK_R_KO_underscore" = -60; +"@MMK_R_KO_hyphen.case" = 36; +"@MMK_R_KO_parenleft" = 26; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_parenright.case" = -76; +"@MMK_R_KO_bracketright.case" = -60; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 18; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -63; +}; +lcaron.ss04 = { +ncaron = 7; +scaron = 8; +exclam.ss01 = 111; +}; +Gdotaccent = { +Hbar = 25; +}; +fl = { +Hbar = 26; +l = 0; +idieresis = 19; +jcircumflex = 19; +periodcentered.loclCAT = 48; +}; +quotedbl = { +Dcroat = -43; +Hbar = 38; +Lslash = -45; +hbar = 43; +igrave = 35; +icircumflex = 67; +idieresis = 64; +imacron = 106; +jcircumflex = 67; +x = -4; +idieresis.ss01 = 42; +g.ss06 = -40; +gcommaaccent.ss06 = -38; +gdotaccent.ss06 = -38; +gdotaccent.ss01.ss06 = -38; +mu = -22; +exclamdown = -21; +questiondown = -121; +backslash = 38; +questiondown.case = -83; +ellipsis.ss01 = -148; +exclamdown.ss01 = -25; +questiondown.ss01 = -124; +underscore = -148; +parenleft = -18; +braceleft = -51; +ampersand = -56; +sterling = -34; +minus = -51; +lessequal = -71; +asciitilde = -30; +}; +O = { +Dcroat = 34; +Eth = 34; +Hbar = 21; +Lslash = 31; +Tbar = -31; +idieresis = 20; +parenleft.case = 24; +braceright.case = -60; +less = 43; +}; +Zdotaccent.ss01 = { +Hbar = 12; +endash.case = -86; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -67; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -66; +"@MMK_R_KO_S" = -37; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = -54; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -68; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -37; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_f" = -51; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -64; +"@MMK_R_KO_u" = -47; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -68; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_t_t.liga" = -64; +"@MMK_R_KO_pi" = -48; +"@MMK_R_KO_zero" = -64; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -29; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -31; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = -68; +"@MMK_R_KO_eight" = -21; +"@MMK_R_KO_nine" = -28; +"@MMK_R_KO_sixsuperior" = -68; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_foursuperior" = -68; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_ninesuperior" = -68; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_endash.case" = -68; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -68; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -68; +}; +braceleft = { +p = -8; +x = -77; +parenleft = -46; +braceright = 15; +at = -81; +minus = -100; +logicalnot = -132; +asciicircum = -109; +}; +rcaron = { +I.ss02 = 0; +onesuperior = -4; +twosuperior = -2; +sevensuperior = -4; +parenright = -15; +}; +f_f_i.liga = { +hbar = 18; +idieresis = 19; +jcircumflex = 19; +germandbls = 0; +logicalnot = -59; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -59; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = -133; +"@MMK_R_KO_U" = -52; +"@MMK_R_KO_V" = -133; +"@MMK_R_KO_W" = -105; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -133; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -37; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 32; +"@MMK_R_KO_lslash" = -29; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -109; +"@MMK_R_KO_w" = -71; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_t_t.liga" = -57; +"@MMK_R_KO_pi" = -36; +"@MMK_R_KO_zero" = -60; +"@MMK_R_KO_one" = -78; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -109; +"@MMK_R_KO_five" = -36; +"@MMK_R_KO_six" = -49; +"@MMK_R_KO_seven" = -86; +"@MMK_R_KO_eight" = -27; +"@MMK_R_KO_nine" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -92; +"@MMK_R_KO_asterisk" = -133; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_hyphen" = -133; +"@MMK_R_KO_endash" = -133; +"@MMK_R_KO_hyphen.case" = -133; +"@MMK_R_KO_endash.case" = -133; +"@MMK_R_KO_quotedblleft" = -133; +"@MMK_R_KO_quotedblright" = -133; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_plus" = -133; +"@MMK_R_KO_percent" = -82; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -65; +"@MMK_R_KO_Oacute" = -64; +"@MMK_R_KO_J" = -83; +"@MMK_R_KO_G.ss07" = -65; +"@MMK_R_KO_S" = -44; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -89; +"@MMK_R_KO_a" = -83; +"@MMK_R_KO_aacute" = -83; +"@MMK_R_KO_a.ss05" = -73; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -82; +"@MMK_R_KO_eacute" = -82; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -33; +"@MMK_R_KO_n" = -77; +"@MMK_R_KO_j" = 28; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -83; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -96; +"@MMK_R_KO_uacute" = -67; +"@MMK_R_KO_v" = -86; +"@MMK_R_KO_w" = -82; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -81; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_t_t.liga" = -63; +"@MMK_R_KO_pi" = -75; +"@MMK_R_KO_zero" = -69; +"@MMK_R_KO_one" = -77; +"@MMK_R_KO_two" = -46; +"@MMK_R_KO_three" = -63; +"@MMK_R_KO_four" = -85; +"@MMK_R_KO_five" = -32; +"@MMK_R_KO_six" = -65; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -39; +"@MMK_R_KO_nine" = -47; +"@MMK_R_KO_sixsuperior" = -43; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_foursuperior" = -86; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -56; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -90; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = -85; +"@MMK_R_KO_endash" = -85; +"@MMK_R_KO_bracketright" = 15; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -82; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_degree" = -58; +"@MMK_R_KO_plus" = -100; +"@MMK_R_KO_percent" = -37; +}; +logicalnot = { +one = -145; +two = -65; +seven = -145; +nine = -62; +parenright = -158; +parenright.case = -110; +v = -73; +x = -78; +y = -75; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 53; +"@MMK_R_KO_imacron" = 113; +"@MMK_R_KO_itilde" = 84; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -55; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = 33; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -27; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 7; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -41; +}; +ydotbelow = { +ecircumflexdotbelow = -23; +period = -70; +comma = -29; +parenright = -48; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 66; +"@MMK_R_KO_itilde" = 42; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = 17; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -43; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -44; +}; +idotless = { +T = -84; +}; +acircumflexhookabove.ss05 = { +y = -29; +}; +Iogonek.ss02 = { +iogonek = 83; +j = 59; +j.ss01 = 63; +endash.case = -95; +}; +aogonek = { +j = 19; +j.ss01 = 19; +parenright = -10; +bracketright = -12; +}; +ldot.ss01.ss03 = { +period.ss01 = -29; +comma.ss01 = -21; +}; +Idotbelow = { +j = 59; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = 8; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -32; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -44; +}; +Tbar = { +A = -115; +Aacute = -115; +T = 17; +Tbar = 19; +a = -44; +a.ss05 = -54; +e = -44; +o = -44; +oslash = -44; +tbar = -39; +period = -71; +comma = -73; +slash = -128; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -66; +guillemetleft = -37; +guilsinglleft = -37; +}; +itilde = { +exclam.ss01 = 90; +quotedbl = 94; +}; +Idotaccent.ss01 = { +l.ss04 = 21; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = 16; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 22; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 11; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = 20; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_ellipsis" = -54; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = 32; +"@MMK_R_KO_endash" = 26; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_parenright.case" = -38; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 14; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 73; +parenright = 46; +quotesingle = 77; +}; +multiply = { +one = -5; +seven.numr = -18; +parenright = -99; +parenright.case = -96; +A = -43; +J = -59; +T = -64; +V = -44; +X = -51; +Y = -51; +p = -28; +}; +Ccircumflex = { +jcircumflex = 55; +}; +q = { +j = 20; +j.ss01 = 20; +comma = 13; +slash = 29; +parenright = -3; +braceright = -8; +bracketright = -9; +}; +tcaron = { +a = -19; +b = 0; +h = 0; +k = 0; +l = 0; +o = -21; +f = 12; +i = 0; +j = 0; +sixsuperior = 16; +onesuperior = 18; +twosuperior = 16; +threesuperior = 12; +fivesuperior = 14; +sevensuperior = 34; +eightsuperior = 17; +ninesuperior = 8; +period = 0; +comma = 22; +colon = 24; +exclam = 30; +question = 19; +exclam.ss01 = 29; +hyphen = -62; +parenright = 25; +bracketright = 0; +quotedblleft = 0; +quotedblright = 26; +quoteleft = 0; +guillemetleft = -27; +guilsinglleft = -27; +quotedbl = 21; +quotesingle = 25; +quotedblleft.ss01 = 13; +quoteleft.ss01 = 13; +quotedblright.ss01 = 27; +}; +uogonek = { +j = 19; +j.ss01 = 19; +parenright = -10; +bracketright = -12; +}; +seven.dnom = { +period = -70; +comma = -69; +question = -93; +period.ss01 = -68; +comma.ss01 = -68; +question.ss01 = -125; +parenright = -91; +parenright.case = -79; +quotedblleft = -133; +quotedblright = -133; +quoteleft = -73; +quoteright = -73; +quotedbl = -76; +quotesingle = -67; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -75; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -77; +"@MMK_R_KO_Oacute" = -77; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -77; +"@MMK_R_KO_S" = -37; +"@MMK_R_KO_T" = -1; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_zero" = -75; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -41; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = -13; +"@MMK_R_KO_six" = -54; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -34; +"@MMK_R_KO_nine" = -38; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_foursuperior" = -80; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_question" = -42; +"@MMK_R_KO_asterisk" = -28; +"@MMK_R_KO_slash" = 39; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen.case" = -84; +"@MMK_R_KO_endash.case" = -83; +"@MMK_R_KO_parenright.case" = 28; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -34; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -43; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -60; +"@MMK_R_KO_plus" = -100; +"@MMK_R_KO_percent" = -40; +}; +Igrave.ss02 = { +igrave = 39; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -45; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 10; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 58; +"@MMK_R_KO_imacron" = 108; +"@MMK_R_KO_itilde" = 89; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -39; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_backslash" = 35; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -52; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_underscore" = -47; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = -12; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_bracketright.case" = -5; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -38; +}; +Amacron = { +endash.case = -77; +}; +hyphen = { +Dcroat = -6; +Lslash = 14; +Oslash = 26; +x = -67; +l.ss03 = 4; +mu = 2; +zero.numr = -68; +one.numr = -63; +three.numr = -53; +four.numr = -110; +five.numr = -60; +six.numr = -62; +seven.numr = -68; +eight.numr = -54; +nine.numr = -57; +threesuperior = -54; +fivesuperior = -63; +eightsuperior = -54; +colon = -71; +semicolon = -73; +questiondown = -57; +question.ss01 = -99; +questiondown.ss01 = -57; +parenleft = 24; +braceright = -83; +quotesinglbase = -73; +quotedblbase = -133; +quotedblbase.ss01 = -128; +quoteleft.ss01 = -68; +quoteright.ss01 = -68; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = -45; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -155; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -79; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -114; +"@MMK_R_KO_Z" = -25; +"@MMK_R_KO_I.ss02" = -36; +"@MMK_R_KO_J.ss10" = 14; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -29; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 1; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -70; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -26; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = -27; +"@MMK_R_KO_semicolon" = -25; +"@MMK_R_KO_ellipsis" = -62; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -44; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = -69; +"@MMK_R_KO_period.ss01" = -49; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_question.ss01" = -76; +"@MMK_R_KO_hyphen" = 33; +"@MMK_R_KO_endash" = 31; +"@MMK_R_KO_underscore" = -34; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -92; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_quotedblleft" = -74; +"@MMK_R_KO_quotedblright" = -74; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -70; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -53; +"@MMK_R_KO_quotesingle" = -50; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -76; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -84; +"@MMK_R_KO_asciicircum" = -68; +}; +l = { +Hbar = 26; +l = 0; +hbar = 17; +igrave = 13; +ibreve = 20; +icaron = 18; +idieresis = 19; +jcircumflex = 19; +periodcentered.loclCAT = 48; +at = 0; +notequal = -58; +logicalnot = -60; +}; +registered = { +period = -71; +comma = -73; +slash = -103; +period.ss01 = -68; +comma.ss01 = -68; +parenright = -71; +parenright.case = -64; +trademark = -51; +}; +quotedblright.ss01 = { +icircumflex = 55; +g.ss06 = -71; +mu = -42; +questiondown.case = -117; +ellipsis.ss01 = -128; +questiondown.ss01 = -128; +asciitilde = -69; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 32; +"@MMK_R_KO_Oacute" = 32; +"@MMK_R_KO_J" = -151; +"@MMK_R_KO_G.ss07" = 32; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -142; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -80; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = -79; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = -73; +"@MMK_R_KO_I.ss02" = -95; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 31; +"@MMK_R_KO_aacute" = 31; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 31; +"@MMK_R_KO_eacute" = 31; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = 33; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -77; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = 15; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = -59; +"@MMK_R_KO_three" = -19; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 20; +"@MMK_R_KO_seven" = -111; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = -12; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_foursuperior" = -100; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_question" = -103; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_parenright" = -92; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_quotedblleft" = -133; +"@MMK_R_KO_quotedblright" = -133; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = 29; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -128; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -87; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -144; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 29; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -107; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -36; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -43; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = -70; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = -103; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = -32; +"@MMK_R_KO_t_t.liga" = -51; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 6; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = -52; +"@MMK_R_KO_semicolon" = -52; +"@MMK_R_KO_ellipsis" = -230; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -95; +"@MMK_R_KO_backslash" = 36; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = -54; +"@MMK_R_KO_endash" = -30; +"@MMK_R_KO_underscore" = -224; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_parenleft" = -15; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -59; +}; +published = { +parenright = -88; +parenright.case = -85; +}; +emdash.case = { +one.numr = -36; +seven.numr = -42; +question.ss01 = -99; +quotedblbase = -133; +quotedblbase.ss01 = -128; +quoteright.ss01 = -68; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_J" = -53; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = -51; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -45; +"@MMK_R_KO_I.ss02" = -43; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -8; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = -50; +"@MMK_R_KO_ellipsis" = -80; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -64; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_endash.case" = 17; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_parenright.case" = -75; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -35; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +Atilde = { +ordfeminine = -132; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -28; +}; +quotesingle = { +Hbar = 52; +eacute = -48; +hbar = 51; +igrave = 35; +icaron = 63; +icircumflex = 67; +idieresis = 79; +imacron = 106; +itilde = 96; +jcircumflex = 74; +idieresis.ss01 = 50; +g.ss06 = -38; +mu = -20; +exclamdown = -17; +questiondown = -67; +backslash = 38; +questiondown.case = -67; +questiondown.ss01 = -67; +underscore = -67; +ampersand = -56; +lessequal = -67; +asciitilde = -30; +}; +exclam = { +exclam = 0; +parenright = -15; +guillemetleft = -5; +guillemetright = -2; +}; +Imacron.ss02 = { +endash.case = -95; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -153; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -24; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 35; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -71; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_braceright" = -79; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -26; +}; +imacron = { +ncommaaccent = 3; +lcommaaccent = 18; +three = 73; +exclam.ss01 = 107; +quotedbl = 106; +}; +three = { +icircumflex = 53; +braceright = -37; +bracketright.case = -31; +trademark = -40; +}; +radical = { +four = -75; +seven = 41; +hyphen = -68; +A = -127; +J = -123; +J.ss10 = -85; +a = -61; +d = -62; +a.ss05 = -52; +c = -63; +g = -58; +s = -52; +l.ss04 = 34; +g.ss06 = -58; +}; +quotesinglbase = { +Iogonek = 45; +oslash = -5; +p = -9; +jcircumflex = 32; +germandbls = -51; +numbersign = -73; +parenleft.case = -49; +at = -40; +copyright = -71; +published = -71; +dollar = -35; +euro = -73; +minus = -73; +equal = -73; +approxequal = -73; +}; +germandbls = { +a = 19; +d = 19; +a.ss05 = 15; +e = 20; +f = 0; +g = 19; +i = 4; +s = 17; +t = 0; +v = -5; +w = 0; +g.ss06 = 5; +t_i.liga = 0; +t_t.liga = 0; +period.ss01 = -27; +comma.ss01 = -25; +hyphen = 36; +parenright = -42; +bracketright = -47; +quotedblleft = -21; +quotesingle = -23; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 14; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = 19; +"@MMK_R_KO_threesuperior" = 20; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 10; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = 20; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -16; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -59; +"@MMK_R_KO_S" = -29; +"@MMK_R_KO_T" = -73; +"@MMK_R_KO_U" = -52; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -73; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 32; +"@MMK_R_KO_lslash" = -28; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -73; +"@MMK_R_KO_w" = -71; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_t_t.liga" = -56; +"@MMK_R_KO_pi" = -33; +"@MMK_R_KO_zero" = -60; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -35; +"@MMK_R_KO_six" = -49; +"@MMK_R_KO_seven" = -73; +"@MMK_R_KO_eight" = -24; +"@MMK_R_KO_nine" = -32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -73; +"@MMK_R_KO_asterisk" = -73; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_hyphen.case" = -73; +"@MMK_R_KO_quotedblleft" = -73; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_plus" = -73; +"@MMK_R_KO_percent" = -73; +}; +Odieresis = { +Eth = 34; +Germandbls = 0; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -110; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 19; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_y" = 19; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 14; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_two" = 20; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -20; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = 23; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = -13; +"@MMK_R_KO_percent" = 0; +}; +e = { +idieresis = 0; +germandbls = -16; +gbreve.ss06 = 0; +seven = -55; +emdash = 0; +registered = -17; +logicalnot = -47; +asciitilde = 22; +}; +Oacute = { +Eth = 34; +Lslash = 31; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 38; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 33; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -48; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -28; +"@MMK_R_KO_trademark" = -75; +"@MMK_R_KO_asciicircum" = -48; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -146; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -27; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 26; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 30; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -38; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -75; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -72; +"@MMK_R_KO_underscore" = 21; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -80; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -74; +"@MMK_R_KO_asciicircum" = -26; +}; +Germandbls = { +B = 4; +E = 4; +I = 4; +L = 4; +S = 31; +T = -12; +Z = 0; +a = 24; +foursuperior = -51; +hyphen = 38; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -28; +}; +six.dnom = { +question = -85; +question.ss01 = -107; +parenright = -82; +quotedblleft = -133; +quotedblright = -133; +quoteleft = -73; +quoteright = -73; +quotedbl = -88; +quotesingle = -67; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -96; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -52; +}; +less = { +two = 44; +three = 41; +parenright = -36; +less = -32; +S = 38; +}; +Acircumflex = { +six = -34; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -73; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = -73; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 23; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -73; +"@MMK_R_KO_a" = -72; +"@MMK_R_KO_aacute" = -70; +"@MMK_R_KO_a.ss05" = -59; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -73; +"@MMK_R_KO_eacute" = -71; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -70; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -12; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -22; +"@MMK_R_KO_seven" = 27; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 23; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -73; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_endash" = -73; +"@MMK_R_KO_hyphen.case" = -73; +"@MMK_R_KO_endash.case" = -73; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = -73; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -162; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_J" = -189; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = -37; +"@MMK_R_KO_I.ss02" = -29; +"@MMK_R_KO_J.ss10" = -212; +"@MMK_R_KO_a" = -71; +"@MMK_R_KO_a.ss05" = -63; +"@MMK_R_KO_l" = -25; +"@MMK_R_KO_e" = -73; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -69; +"@MMK_R_KO_i" = -25; +"@MMK_R_KO_n" = -42; +"@MMK_R_KO_j" = -25; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_z" = -30; +"@MMK_R_KO_t_t.liga" = -11; +}; +ellipsis.ss01 = { +Dcroat = -73; +Tbar = -188; +tbar = -76; +twosuperior = -197; +threesuperior = -214; +fivesuperior = -220; +eightsuperior = -220; +question.ss01 = -116; +parenleft = -44; +braceright = -87; +parenleft.case = -66; +quoteleft.ss01 = -68; +quoteright.ss01 = -68; +}; +u = { +l = 0; +idieresis = 3; +s = 0; +germandbls = 0; +logicalnot = -59; +}; +colon.ss01 = { +T = -68; +V = -48; +Y = -68; +zero = -11; +one = -48; +three = -3; +four = -68; +onesuperior = -51; +sevensuperior = -68; +emdash = -68; +parenright = -68; +braceright = -68; +bracketright = -68; +}; +ocircumflexacute = { +sevensuperior = -14; +parenright = -12; +bracketright = -13; +quotedbl = -38; +quotesingle = -38; +}; +egrave = { +T = -153; +}; +Jcircumflex = { +jcircumflex = 58; +parenright = 41; +bracketright = 33; +parenright.case = 47; +bracketright.case = 32; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = 16; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 14; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 57; +"@MMK_R_KO_imacron" = 104; +"@MMK_R_KO_itilde" = 77; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = 26; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -46; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = -18; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_bracketright.case" = -30; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = 43; +"@MMK_R_KO_J" = -154; +"@MMK_R_KO_G.ss07" = 43; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -145; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -88; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = -79; +"@MMK_R_KO_I.ss02" = -100; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 25; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 25; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 29; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 16; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 37; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -29; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_parenleft" = -14; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -50; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -71; +"@MMK_R_KO_U" = -38; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -71; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -24; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_v" = -71; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -60; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -51; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = -71; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -34; +"@MMK_R_KO_seven" = -71; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -20; +"@MMK_R_KO_sixsuperior" = -71; +"@MMK_R_KO_onesuperior" = -71; +"@MMK_R_KO_foursuperior" = -71; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_ninesuperior" = -71; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -71; +"@MMK_R_KO_asterisk" = -71; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_hyphen" = -71; +"@MMK_R_KO_endash" = -71; +"@MMK_R_KO_hyphen.case" = -71; +"@MMK_R_KO_endash.case" = -71; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -71; +"@MMK_R_KO_quoteleft" = -71; +"@MMK_R_KO_quoteright" = -71; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -71; +"@MMK_R_KO_quotesingle" = -67; +}; +udieresis = { +germandbls = 0; +}; +E = { +Hbar = 0; +igrave = 39; +idieresis = 22; +jcircumflex = 25; +germandbls = -36; +idieresis.ss01 = 45; +zero = -21; +two = 22; +six = -20; +seven = 17; +numbersign = -49; +registered = -34; +multiply = -43; +logicalnot = -81; +asciitilde = 0; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -59; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = -47; +"@MMK_R_KO_V" = -173; +"@MMK_R_KO_W" = -89; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -154; +"@MMK_R_KO_Z" = 35; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -52; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_v" = -93; +"@MMK_R_KO_w" = -69; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = 34; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -50; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = -59; +"@MMK_R_KO_one" = -76; +"@MMK_R_KO_two" = 36; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = -161; +"@MMK_R_KO_five" = -29; +"@MMK_R_KO_six" = -41; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -26; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 25; +"@MMK_R_KO_asterisk" = -146; +"@MMK_R_KO_slash" = 66; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 22; +"@MMK_R_KO_colon.ss01" = 22; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = 22; +"@MMK_R_KO_quotedblright" = -133; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblright.ss01" = -128; +}; +Lcaron = { +A = 20; +B = 0; +M = 0; +N = 0; +K = 0; +C = -52; +O = -52; +G = -52; +Ccaron = -52; +Ocircumflex = -52; +J = 19; +S = -23; +Scaron = -23; +T = -73; +U = -40; +Uacute = -40; +V = -70; +W = -66; +Zcaron = 27; +I.ss02 = 20; +a = -41; +u = -39; +v = -91; +w = -75; +sixsuperior = -94; +onesuperior = -81; +twosuperior = -84; +threesuperior = -88; +foursuperior = -117; +fivesuperior = -89; +sevensuperior = -73; +eightsuperior = -87; +ninesuperior = -84; +period = 0; +comma = 15; +question = -73; +question.ss01 = -91; +hyphen = -189; +hyphen.case = -189; +parenright = -49; +quotedblleft = -82; +quoteleft = -73; +guillemetleft = -65; +guilsinglleft = -65; +quotedbl = -76; +quotesingle = -67; +quotedblleft.ss01 = -85; +quoteleft.ss01 = -68; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -90; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = -99; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -149; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -89; +"@MMK_R_KO_I.ss02" = -89; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = 23; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 22; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 24; +"@MMK_R_KO_w" = 32; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 25; +"@MMK_R_KO_z" = -1; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -15; +"@MMK_R_KO_t_t.liga" = 22; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = 15; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = -113; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 28; +"@MMK_R_KO_slash" = -99; +"@MMK_R_KO_backslash" = -15; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_underscore" = -93; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_braceright" = -83; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = 19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -12; +}; +Udieresis.ss01 = { +b = 12; +}; +twosuperior = { +A = -75; +fraction = 16; +period = -71; +comma = -73; +slash = -81; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -19; +parenright = -22; +parenright.case = -22; +}; +period = { +g.ss06 = 24; +ordfeminine = -71; +ordmasculine = -71; +twosuperior = -71; +threesuperior = -71; +fivesuperior = -71; +eightsuperior = -71; +parenleft = -20; +braceright = -54; +parenleft.case = -41; +}; +uhorntilde = { +a = -17; +a.ss05 = -18; +n = 0; +u = 0; +period = -23; +comma = -22; +ellipsis = -50; +question = 55; +period.ss01 = -42; +ellipsis.ss01 = -51; +comma.ss01 = -38; +parenright = -13; +quotedblright = 45; +quotedbl = 36; +}; +nine = { +ordmasculine = 0; +underscore = -53; +braceright = -55; +braceright.case = -40; +bracketright.case = -43; +trademark = -50; +asciicircum = -37; +}; +T = { +Hbar = 2; +Lslash = -33; +Oslash = -54; +Tbar = 17; +aacute = -155; +agrave = -100; +adotbelow = -155; +adotbelow.ss01 = -155; +aogonek = -155; +adieresis = -87; +ahookabove = -108; +ae = -153; +a.ss05 = -153; +aacute.ss05 = -137; +aogonek.ss05 = -153; +adotbelow.ss05 = -153; +cacute = -154; +ccedilla = -154; +eacute = -152; +edotaccent = -128; +eogonek = -154; +edotbelow = -154; +edotbelow.ss01 = -154; +edotaccent.ss01 = -130; +egrave = -96; +ecaron = -74; +ehookabove = -108; +oacute = -154; +ohookabove = -110; +ograve = -102; +ocircumflexhookabove = -102; +ohungarumlaut = -119; +odotbelow = -154; +ohorngrave = -102; +ohornacute = -154; +odotbelow.ss01 = -154; +oslash = -154; +gbreve = -73; +i.ss01 = 0; +idotaccent.ss01 = 0; +iacute = -40; +igrave = 41; +rcaron = 0; +ihookabove = 0; +idotless = -84; +ibreve = 73; +icaron = 71; +idieresis = 0; +racute = -79; +scaron = -60; +scircumflex = -82; +uacute = -131; +uhorndotbelow = -131; +uhorndotbelow.ss01 = -131; +ugrave = -96; +udotbelow = -131; +uogonek = -131; +uhorngrave = -96; +uhornacute = -131; +udotbelow.ss01 = -131; +uhornhookabove = -104; +ygrave = -80; +ycircumflex = -87; +yhookabove = -100; +zcaron = -58; +idieresis.ss01 = 46; +zero = -53; +six = -48; +seven = 21; +zeroinferior = -159; +twoinferior = -159; +numbersign = -82; +endash.case = -141; +parenleft.case = -46; +guilsinglleft = -110; +guilsinglright = -110; +at = -66; +ampersand = -57; +registered = -45; +plus = -127; +minus = -160; +multiply = -64; +divide = -149; +equal = -98; +less = -144; +greaterequal = -86; +plusminus = -133; +approxequal = -124; +logicalnot = -212; +asciitilde = -153; +}; +quotesinglbase.ss01 = { +Dcroat = -66; +T = -68; +Tcaron = -68; +V = -68; +W = -68; +Y = -68; +oslash = -6; +germandbls = -56; +numbersign = -68; +question.ss01 = -68; +parenleft.case = -48; +quoteright.ss01 = -68; +at = -34; +copyright = -68; +published = -68; +euro = -68; +minus = -68; +equal = -68; +approxequal = -68; +}; +Q = { +Dcroat = 4; +two = 36; +seven = -19; +registered = -16; +}; +quoteright = { +Hbar = 38; +a.ss05 = -73; +eacute = -73; +hbar = 40; +igrave = 40; +icircumflex = 56; +idieresis = 81; +imacron = 105; +itilde = 89; +jcircumflex = 56; +scaron = -56; +x = -39; +g.ss06 = -73; +gdotaccent.ss06 = -73; +mu = -51; +questiondown = -73; +questiondown.case = -73; +quotedblbase = -73; +euro = -58; +asciitilde = -73; +}; +minus = { +one = -80; +two = -19; +three = -8; +seven = -33; +one.numr = -41; +seven.numr = -53; +period = -71; +comma = -73; +period.ss01 = -68; +comma.ss01 = -68; +parenright = -112; +parenright.case = -101; +quotedblleft = -98; +quotedblright = -88; +quoteleft = -73; +quoteright = -73; +guillemetright = -12; +quotedbl = -51; +quotesingle = -24; +quotedblleft.ss01 = -69; +quoteleft.ss01 = -68; +quotedblright.ss01 = -64; +quoteright.ss01 = -65; +tenge = -25; +yen = -36; +x = -14; +}; +ldot.ss04 = { +a = 27; +e = 26; +period = -71; +comma = -73; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_J" = -65; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -59; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -38; +"@MMK_R_KO_I.ss02" = -57; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 22; +"@MMK_R_KO_aacute" = 22; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 23; +"@MMK_R_KO_eacute" = 23; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = -48; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -33; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_two" = -16; +"@MMK_R_KO_three" = 13; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 11; +"@MMK_R_KO_seven" = -60; +"@MMK_R_KO_eight" = 32; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -68; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_foursuperior" = -67; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_ninesuperior" = -67; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -86; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -55; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_hyphen.case" = -39; +"@MMK_R_KO_endash.case" = -66; +"@MMK_R_KO_parenright" = -74; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_parenright.case" = -65; +"@MMK_R_KO_quotedblleft" = -67; +"@MMK_R_KO_quotedblright" = -63; +"@MMK_R_KO_quoteleft" = -67; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -69; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -75; +"@MMK_R_KO_degree" = -84; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = -55; +}; +acircumflexacute.ss05 = { +t = -19; +y = -29; +t_i.liga = -19; +t_t.liga = -19; +question = -42; +question.ss01 = -56; +}; +p = { +seven = -57; +registered = -22; +}; +idotaccent = { +T = -25; +idieresis = 19; +parenright = -28; +}; +summation = { +n = -87; +}; +eth = { +a = 21; +d = 21; +aacute = 21; +e = 21; +o = 20; +eth = 20; +odieresis = 20; +f = -3; +f_f.liga = -3; +f_f_i.liga = -3; +fi = -3; +f_y.liga = -3; +fl = -3; +g = 21; +i = 3; +j = 3; +s = 7; +t = -5; +u = 12; +v = -19; +y = -21; +t_i.liga = -5; +t_t.liga = -5; +period = -24; +comma = -22; +period.ss01 = -39; +comma.ss01 = -37; +hyphen = 33; +parenright = -42; +bracketright = -49; +quotedblleft = -34; +quoteleft = -34; +quotedbl = -32; +}; +igrave = { +parenright = -34; +}; +three.numr = { +fraction = 0; +}; +Aring = { +endash.case = -77; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -143; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = -40; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -32; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -30; +"@MMK_R_KO_trademark" = -79; +"@MMK_R_KO_asciicircum" = -51; +}; +lcommaaccent = { +j = 17; +}; +quoteright.ss01 = { +igrave = 25; +icircumflex = 55; +imacron = 97; +itilde = 74; +jcircumflex = 55; +idieresis.ss01 = 34; +g.ss06 = -68; +gdotaccent.ss01.ss06 = -66; +mu = -43; +questiondown.case = -68; +questiondown.ss01 = -68; +quotedblbase.ss01 = -68; +asciitilde = -68; +}; +backslash = { +p = 29; +g.ss06 = 70; +backslash = -165; +underscore = 66; +quoteright.ss01 = -68; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = 29; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_T" = 69; +"@MMK_R_KO_U" = 40; +"@MMK_R_KO_V" = 69; +"@MMK_R_KO_X" = 46; +"@MMK_R_KO_Y" = 66; +"@MMK_R_KO_Z" = 52; +"@MMK_R_KO_I.ss02" = 67; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 23; +"@MMK_R_KO_onesuperior" = 53; +"@MMK_R_KO_twosuperior" = 50; +"@MMK_R_KO_threesuperior" = 42; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_fivesuperior" = 57; +"@MMK_R_KO_sevensuperior" = 87; +"@MMK_R_KO_eightsuperior" = 42; +"@MMK_R_KO_ninesuperior" = 40; +"@MMK_R_KO_period" = -39; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_exclam" = 57; +"@MMK_R_KO_question" = 23; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -52; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 103; +"@MMK_R_KO_bracketright" = 107; +"@MMK_R_KO_parenright.case" = 103; +"@MMK_R_KO_bracketright.case" = 106; +"@MMK_R_KO_quotedblright" = 63; +"@MMK_R_KO_quoteright" = 63; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 59; +"@MMK_R_KO_quotesingle" = 61; +"@MMK_R_KO_quotedblright.ss01" = 41; +"@MMK_R_KO_quoteright.ss01" = 46; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 22; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 43; +"@MMK_R_KO_U" = 32; +"@MMK_R_KO_V" = 51; +"@MMK_R_KO_W" = 61; +"@MMK_R_KO_X" = 33; +"@MMK_R_KO_Y" = 42; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 43; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 17; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 15; +"@MMK_R_KO_onesuperior" = 29; +"@MMK_R_KO_twosuperior" = 34; +"@MMK_R_KO_threesuperior" = 29; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 30; +"@MMK_R_KO_sevensuperior" = 43; +"@MMK_R_KO_eightsuperior" = 30; +"@MMK_R_KO_ninesuperior" = 36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 44; +"@MMK_R_KO_question" = 23; +"@MMK_R_KO_asterisk" = 35; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = 85; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 10; +"@MMK_R_KO_braceright" = 22; +"@MMK_R_KO_bracketright" = 17; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 34; +"@MMK_R_KO_quoteleft" = 17; +"@MMK_R_KO_quoteright" = 34; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 36; +"@MMK_R_KO_quotesingle" = 43; +"@MMK_R_KO_quotedblleft.ss01" = 23; +"@MMK_R_KO_quotedblright.ss01" = 22; +"@MMK_R_KO_quoteright.ss01" = 22; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -43; +}; +parenright.case = { +T = -46; +V = -37; +Y = -43; +Yacute = -43; +period = -41; +comma = -40; +slash = -30; +period.ss01 = -54; +comma.ss01 = -48; +hyphen.case = 23; +emdash.case = 23; +parenleft.case = 13; +parenright.case = -48; +braceright.case = -37; +bracketright.case = -37; +quotedbl = -15; +}; +degree = { +zero = -35; +three = -14; +four = -132; +five = -22; +six = -34; +period = -71; +comma = -73; +slash = -170; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -189; +emdash = -192; +endash = -114; +hyphen.case = -72; +emdash.case = -72; +parenright = -60; +bracketright = -58; +parenright.case = -59; +bracketright.case = -58; +g.ss06 = -65; +}; +H = { +H = 0; +Hbar = 35; +igrave = 21; +ibreve = 55; +idieresis = 56; +jcircumflex = 46; +x = 0; +idieresis.ss01 = 33; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -82; +greaterequal = -59; +lessequal = -80; +Y = -66; +n = -44; +}; +mu = { +mu = 2; +pi = 0; +one = -44; +onesuperior = -60; +twosuperior = -3; +sevensuperior = -69; +period.ss01 = -19; +comma.ss01 = -15; +hyphen = 2; +parenright = -40; +braceright = -73; +bracketright = -77; +quotedblleft = -31; +quotedblright = -27; +quoteleft = -30; +quoteright = -25; +quotedbl = -22; +quotesingle = -20; +trademark = -79; +asciicircum = -51; +}; +questiondown = { +p = 2; +questiondown = 28; +}; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = -42; +Eth = -42; +Lslash = -27; +Tbar = -116; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 0; +jcircumflex = 0; +germandbls = -37; +tbar = -43; +gbreve.ss06 = 36; +ordfeminine = -132; +ordmasculine = -132; +zero = -48; +two = 29; +three = -13; +five = -19; +six = -34; +seven = -77; +eight = -9; +nine = -18; +numbersign = -42; +endash.case = -77; +parenleft.case = -37; +quotedblleft.ss01 = -128; +at = -21; +ampersand = 0; +registered = -91; +dollar = -19; +plus = -64; +minus = -72; +multiply = -43; +divide = -72; +equal = -33; +notequal = -91; +less = -48; +approxequal = -64; +logicalnot = -110; +asciitilde = -46; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 35; +"@MMK_R_KO_I.ss02" = 39; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 70; +"@MMK_R_KO_itilde" = 54; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -63; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -59; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 25; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = -49; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -74; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_backslash" = 27; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -29; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -79; +"@MMK_R_KO_underscore" = 17; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 16; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -98; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = 16; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 8; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 24; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = 8; +"@MMK_R_KO_eight" = 24; +"@MMK_R_KO_nine" = 13; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_endash.case" = -8; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +ohornacute = { +c = 20; +i = 3; +idotaccent = 3; +i.ss01 = 3; +idotaccent.ss01 = 3; +m = 2; +n = 2; +p = 3; +t = 0; +u = 12; +t_i.liga = 0; +t_i.liga.ss01 = 0; +t_t.liga = 0; +parenright = -38; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -87; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -96; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -154; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -67; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = -91; +"@MMK_R_KO_I.ss02" = -90; +"@MMK_R_KO_J.ss10" = -95; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -19; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = -80; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -110; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_asterisk" = 28; +"@MMK_R_KO_slash" = -89; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -89; +"@MMK_R_KO_endash" = -84; +"@MMK_R_KO_underscore" = -94; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -83; +"@MMK_R_KO_bracketright" = -87; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -9; +}; +Ycircumflex = { +a.ss05 = -90; +}; +Ograve = { +Lslash = 31; +}; +Hbar = { +Hbar = 88; +Idieresis.ss01 = 36; +exclam.ss01 = 45; +}; +Y = { +Eth = -46; +Lslash = -32; +Oslash = -51; +aacute = -110; +a.ss05 = -90; +aacute.ss05 = -90; +aogonek.ss05 = -90; +eth = -77; +ccedilla = -115; +eacute = -112; +edotbelow = -112; +edotbelow.ss01 = -112; +egrave = -79; +ecircumflexacute = -87; +oacute = -115; +odotbelow = -115; +odotbelow.ss01 = -115; +oslash = -115; +iacute = -34; +ntilde = -67; +ncaron = -65; +igrave = 40; +idieresis = 54; +scaron = -52; +zcaron = -40; +idieresis.ss01 = 64; +zero = -52; +two = -18; +three = -25; +six = -48; +seven = 29; +eight = -21; +nine = -24; +twoinferior = -143; +numbersign = -55; +ellipsis.ss01 = -198; +endash.case = -79; +parenleft.case = -43; +at = -64; +ampersand = -59; +registered = -40; +plus = -96; +minus = -106; +multiply = -51; +equal = -52; +notequal = -107; +less = -80; +lessequal = -138; +logicalnot = -154; +asciitilde = -101; +}; +acircumflexacute = { +sevensuperior = -16; +parenright = -3; +}; +odieresis.ss01 = { +germandbls = -18; +}; +foursuperior = { +A = -93; +period = -71; +comma = -73; +slash = -100; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -56; +}; +eight = { +icircumflex = 54; +braceright = -37; +bracketright.case = -30; +trademark = -39; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = 14; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -44; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -169; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_Oacute" = -31; +"@MMK_R_KO_J" = -152; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -108; +"@MMK_R_KO_a" = -76; +"@MMK_R_KO_aacute" = -61; +"@MMK_R_KO_a.ss05" = -67; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -76; +"@MMK_R_KO_eacute" = -63; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -66; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -68; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -47; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -41; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_t_t.liga" = -23; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -35; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -92; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = 41; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_ellipsis" = -204; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = -177; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -46; +"@MMK_R_KO_hyphen" = -85; +"@MMK_R_KO_endash" = -77; +"@MMK_R_KO_hyphen.case" = -63; +"@MMK_R_KO_endash.case" = -53; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = 20; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = 16; +"@MMK_R_KO_quotedblright.ss01" = 22; +"@MMK_R_KO_plus" = -62; +"@MMK_R_KO_percent" = 0; +}; +w = { +ampersand = -22; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -73; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -37; +"@MMK_R_KO_J" = -73; +"@MMK_R_KO_G.ss07" = -36; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -73; +"@MMK_R_KO_a" = -73; +"@MMK_R_KO_aacute" = -73; +"@MMK_R_KO_a.ss05" = -70; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -73; +"@MMK_R_KO_eacute" = -73; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -73; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -51; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -27; +"@MMK_R_KO_s" = -71; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -44; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = -44; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_pi" = -32; +"@MMK_R_KO_zero" = -41; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -15; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = -15; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_foursuperior" = -37; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -73; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_endash" = -73; +"@MMK_R_KO_hyphen.case" = -73; +"@MMK_R_KO_endash.case" = -73; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -73; +}; +jacute = { +hbar = 21; +idieresis = 22; +iogonek = 23; +j = 21; +j.ss01 = 22; +jcircumflex = 33; +seven = 46; +comma = 8; +slash = 28; +parenright = 22; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -43; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = 20; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 45; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -31; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -40; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -25; +"@MMK_R_KO_v" = -90; +"@MMK_R_KO_w" = -74; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -83; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -75; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = 35; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = -95; +"@MMK_R_KO_endash" = -95; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -95; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 15; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -85; +}; +gcaron.ss06 = { +gcaron.ss06 = 47; +}; +Ntilde = { +A = 0; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 34; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 33; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 16; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 37; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 28; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 47; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = 16; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = 28; +"@MMK_R_KO_comma" = 51; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 48; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 32; +"@MMK_R_KO_question" = 33; +"@MMK_R_KO_asterisk" = 24; +"@MMK_R_KO_slash" = 65; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 22; +"@MMK_R_KO_colon.ss01" = 24; +"@MMK_R_KO_question.ss01" = 3; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 60; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 13; +"@MMK_R_KO_quotedblright" = 24; +"@MMK_R_KO_quoteleft" = 16; +"@MMK_R_KO_quoteright" = 23; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 19; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -53; +"@MMK_R_KO_asciicircum" = -25; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 29; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = 21; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 48; +"@MMK_R_KO_imacron" = 90; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 31; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_bracketright.case" = -35; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +}; +guillemetleft = { +Dcroat = -8; +T = -140; +mu = 0; +twosuperior = -21; +braceright = -78; +minus = -13; +logicalnot = -58; +asciitilde = -14; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -156; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_W" = -45; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -28; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 22; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -18; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_backslash" = -63; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -71; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -23; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_braceright" = -86; +"@MMK_R_KO_bracketright" = -89; +"@MMK_R_KO_quotedblleft" = -68; +"@MMK_R_KO_quotedblright" = -65; +"@MMK_R_KO_quoteleft" = -67; +"@MMK_R_KO_quoteright" = -62; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -39; +"@MMK_R_KO_quotedblleft.ss01" = -63; +"@MMK_R_KO_quotedblright.ss01" = -69; +"@MMK_R_KO_quoteright.ss01" = -62; +"@MMK_R_KO_trademark" = -74; +"@MMK_R_KO_asciicircum" = -52; +}; +icircumflex = { +two = 63; +exclam.ss01 = 59; +parenright = -2; +}; +ihookabove = { +n = 2; +}; +guilsinglleft = { +twosuperior = -21; +braceright = -78; +logicalnot = -58; +asciitilde = -14; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -71; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -169; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -160; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -110; +"@MMK_R_KO_Y" = -105; +"@MMK_R_KO_Z" = -106; +"@MMK_R_KO_I.ss02" = -115; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_t_t.liga" = 0; +}; +Uhornacute = { +exclam.ss01 = 56; +}; +ocircumflexhookabove = { +parenright = -17; +bracketright = -23; +quotedblright = -29; +quotedbl = -33; +quotesingle = -33; +quotedblright.ss01 = -38; +}; +plusminus = { +one = -50; +parenright = -36; +}; +question = { +exclam = 12; +questiondown = -109; +questiondown.case = -59; +bracketright.case = -55; +}; +ordmasculine = { +period = -71; +comma = -73; +slash = -138; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -98; +parenright = -54; +parenright.case = -53; +}; +slash = { +Hbar = 35; +Oslash = -31; +hbar = 52; +ntilde = -43; +ncommaaccent = -50; +igrave = 55; +ibreve = 87; +icircumflex = 49; +idieresis = 71; +imacron = 105; +itilde = 81; +jcircumflex = 51; +rcommaaccent = -50; +scaron = -41; +scircumflex = -58; +x = -37; +idieresis.ss01 = 62; +g.ss06 = -70; +gcommaaccent.ss06 = -66; +gdotaccent.ss06 = -70; +gdotaccent.ss01.ss06 = -65; +mu = -50; +oneinferior = -80; +fourinferior = -148; +eightinferior = -91; +backslash = 50; +ellipsis.ss01 = -199; +underscore = -168; +parenleft = -28; +quotesinglbase = -73; +quotedblbase = -133; +quotedblbase.ss01 = -128; +literSign = -60; +cent = -48; +euro = -45; +sterling = -43; +minus = -71; +asciicircum = -68; +infinity = -62; +integral = -68; +radical = -69; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 36; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 52; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 48; +"@MMK_R_KO_W" = 46; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 29; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 17; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_l.ss03" = 31; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_sixsuperior" = 48; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = 36; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_eightsuperior" = 27; +"@MMK_R_KO_ninesuperior" = 53; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_exclam" = 46; +"@MMK_R_KO_question" = 68; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 35; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblright" = 55; +"@MMK_R_KO_quoteright" = 59; +"@MMK_R_KO_quotedbl" = 38; +"@MMK_R_KO_quotesingle" = 53; +"@MMK_R_KO_quotedblright.ss01" = 22; +"@MMK_R_KO_quoteright.ss01" = 22; +}; +M = { +Hbar = 35; +hbar = 33; +igrave = 21; +ibreve = 55; +icaron = 44; +idieresis = 56; +idieresis.ss01 = 33; +}; +i = { +hbar = 18; +ntilde = 2; +idieresis = 19; +j = 3; +jcircumflex = 19; +s = 0; +germandbls = 0; +slash = -3; +parenright = -28; +braceright = -40; +bracketright = -44; +logicalnot = -59; +}; +macute = { +quotesingle = -44; +}; +greaterequal = { +one = -109; +three = -64; +seven = -95; +parenright = -84; +T = -197; +}; +eogonek = { +parenright = -56; +}; +fiveinferior = { +T = -159; +W = -53; +parenright = -72; +}; +tcedilla = { +comma = 41; +parenright = 18; +bracketright = 0; +}; +eightsuperior = { +A = -92; +fraction = 0; +period = -71; +comma = -73; +slash = -101; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -54; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -128; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = -128; +"@MMK_R_KO_G.ss07" = -23; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -128; +"@MMK_R_KO_a" = -83; +"@MMK_R_KO_aacute" = -79; +"@MMK_R_KO_a.ss05" = -67; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -84; +"@MMK_R_KO_eacute" = -78; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = -72; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -42; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_s" = -64; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -42; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -29; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -128; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -28; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -128; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -40; +"@MMK_R_KO_hyphen" = -128; +"@MMK_R_KO_endash" = -128; +"@MMK_R_KO_hyphen.case" = -119; +"@MMK_R_KO_endash.case" = -71; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -68; +"@MMK_R_KO_percent" = 0; +}; +ordfeminine = { +period = -71; +comma = -73; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -79; +parenright = -32; +}; +Edotaccent = { +scaron = -7; +}; +Oslash = { +Eth = 34; +T = -15; +Tcaron = -15; +V = -3; +Y = -13; +l.ss04 = 17; +sevensuperior = -7; +parenright = 0; +bracketright = -12; +parenright.case = 0; +bracketright.case = -11; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -140; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -54; +"@MMK_R_KO_Oacute" = -54; +"@MMK_R_KO_J" = -137; +"@MMK_R_KO_G.ss07" = -55; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 30; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -144; +"@MMK_R_KO_a" = -155; +"@MMK_R_KO_aacute" = -77; +"@MMK_R_KO_a.ss05" = -72; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -154; +"@MMK_R_KO_eacute" = -89; +"@MMK_R_KO_f" = -54; +"@MMK_R_KO_g" = -153; +"@MMK_R_KO_i" = -26; +"@MMK_R_KO_n" = -141; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -26; +"@MMK_R_KO_lslash" = -23; +"@MMK_R_KO_s" = -154; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -132; +"@MMK_R_KO_uacute" = -77; +"@MMK_R_KO_v" = -148; +"@MMK_R_KO_w" = -148; +"@MMK_R_KO_x" = -146; +"@MMK_R_KO_y" = -145; +"@MMK_R_KO_z" = -150; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = -139; +"@MMK_R_KO_t_t.liga" = -59; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_four" = -139; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -75; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = -71; +"@MMK_R_KO_semicolon" = -73; +"@MMK_R_KO_ellipsis" = -183; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -143; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -140; +"@MMK_R_KO_endash" = -141; +"@MMK_R_KO_underscore" = -137; +"@MMK_R_KO_hyphen.case" = -140; +"@MMK_R_KO_parenleft" = -56; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -139; +"@MMK_R_KO_guillemetright" = -139; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -81; +}; +seven.numr = { +fraction = -48; +}; +at = { +underscore = -74; +parenright = -83; +bracketright = -78; +parenright.case = -77; +bracketright.case = -77; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -156; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -78; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -108; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -47; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -65; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -67; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_underscore" = 13; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -70; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_quotedblleft" = -69; +"@MMK_R_KO_quotedblright" = -66; +"@MMK_R_KO_quoteleft" = -69; +"@MMK_R_KO_quoteright" = -60; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -67; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -85; +"@MMK_R_KO_asciicircum" = -69; +}; +F = { +Hbar = 0; +adieresis.ss05 = -31; +i.ss01 = 0; +iacute = -24; +igrave = 40; +idieresis = 0; +zcaron = -57; +idieresis.ss01 = 45; +three = -26; +seven = 22; +twoinferior = -35; +threeinferior = -41; +fourinferior = -102; +fiveinferior = -36; +sixinferior = -52; +eightinferior = -37; +numbersign = -51; +ellipsis.ss01 = -227; +ampersand = -37; +multiply = -53; +}; +nineinferior = { +parenright = -71; +}; +parenright = { +icircumflex = 25; +parenleft = 19; +braceright = -46; +asciicircum = -40; +}; +fivesuperior = { +A = -94; +fraction = 0; +period = -71; +comma = -73; +slash = -103; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -59; +guillemetleft = -24; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -30; +"@MMK_R_KO_O" = -76; +"@MMK_R_KO_Oacute" = -77; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -76; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -188; +"@MMK_R_KO_U" = -68; +"@MMK_R_KO_V" = -203; +"@MMK_R_KO_W" = -109; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -197; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -29; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = -63; +"@MMK_R_KO_g" = -40; +"@MMK_R_KO_i" = -29; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -72; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_uacute" = -52; +"@MMK_R_KO_v" = -112; +"@MMK_R_KO_w" = -84; +"@MMK_R_KO_y" = -101; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -29; +"@MMK_R_KO_t_t.liga" = -72; +"@MMK_R_KO_pi" = -53; +"@MMK_R_KO_zero" = -77; +"@MMK_R_KO_one" = -93; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -140; +"@MMK_R_KO_five" = -50; +"@MMK_R_KO_six" = -63; +"@MMK_R_KO_seven" = -103; +"@MMK_R_KO_eight" = -40; +"@MMK_R_KO_nine" = -47; +"@MMK_R_KO_sixsuperior" = -223; +"@MMK_R_KO_onesuperior" = -111; +"@MMK_R_KO_foursuperior" = -220; +"@MMK_R_KO_sevensuperior" = -185; +"@MMK_R_KO_ninesuperior" = -223; +"@MMK_R_KO_asterisk" = -146; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = -210; +"@MMK_R_KO_endash" = -227; +"@MMK_R_KO_hyphen.case" = -227; +"@MMK_R_KO_endash.case" = -227; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -90; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -128; +"@MMK_R_KO_quotedblright.ss01" = -128; +}; +lcaron = { +l = 64; +ncaron = 5; +lcaron = 64; +scaron = 4; +exclam.ss01 = 109; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 30; +"@MMK_R_KO_Oacute" = 30; +"@MMK_R_KO_J" = -103; +"@MMK_R_KO_G.ss07" = 30; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -101; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_I.ss02" = -76; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_u" = 18; +"@MMK_R_KO_uacute" = 18; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = 18; +"@MMK_R_KO_threesuperior" = 8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 25; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_slash" = -63; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 34; +"@MMK_R_KO_hyphen.case" = 42; +"@MMK_R_KO_parenright" = -90; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_parenright.case" = -78; +"@MMK_R_KO_bracketright.case" = -83; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +}; +z = { +logicalnot = -79; +}; +Eogonek = { +comma = 25; +parenright = 16; +}; +G = { +Eth = 17; +Hbar = 25; +Lslash = 35; +Oslash = 24; +hbar = 17; +idieresis = 22; +jcircumflex = 33; +eight = 14; +braceright.case = -54; +}; +eightinferior = { +parenright = -65; +}; +comma = { +twosuperior = -73; +threesuperior = -73; +fivesuperior = -73; +eightsuperior = -73; +}; +pi = { +pi = 16; +onesuperior = -38; +sevensuperior = -65; +period = 12; +comma = 19; +colon = 23; +slash = 25; +hyphen = -27; +parenright = -48; +braceright = -64; +bracketright = -67; +quoteright = -8; +quotesingle = 0; +trademark = -62; +}; +iacute = { +a = -1; +c = 0; +ntilde = 2; +m = 2; +n = 2; +p = 2; +s = 0; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 66; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 23; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 23; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 18; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss04" = 70; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_sixsuperior" = 95; +"@MMK_R_KO_onesuperior" = 111; +"@MMK_R_KO_twosuperior" = 110; +"@MMK_R_KO_threesuperior" = 102; +"@MMK_R_KO_foursuperior" = 53; +"@MMK_R_KO_fivesuperior" = 109; +"@MMK_R_KO_sevensuperior" = 115; +"@MMK_R_KO_eightsuperior" = 110; +"@MMK_R_KO_ninesuperior" = 117; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 28; +"@MMK_R_KO_semicolon" = 36; +"@MMK_R_KO_exclam" = 112; +"@MMK_R_KO_question" = 117; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 97; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 89; +"@MMK_R_KO_bracketright" = 18; +"@MMK_R_KO_quotedblleft" = 99; +"@MMK_R_KO_quoteleft" = 102; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 124; +"@MMK_R_KO_quotesingle" = 124; +"@MMK_R_KO_quotedblleft.ss01" = 121; +}; +Dcroat = { +Dcroat = 33; +Itilde = -1; +}; +jcircumflex = { +E = 48; +U = 60; +k = 21; +l = 19; +i = 19; +j = 24; +jcircumflex = 63; +two = 63; +bracketright = 6; +quotedblleft = 70; +quotedblright = 72; +quoteleft = 71; +quoteright = 71; +quotedbl = 67; +quotesingle = 68; +quotedblright.ss01 = 42; +quoteright.ss01 = 45; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 37; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -46; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 31; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_parenleft" = -14; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -64; +}; +gbreve.ss06 = { +gbreve.ss06 = 47; +}; +R = { +Hbar = 56; +Oslash = 6; +hbar = 42; +idieresis = 58; +jcircumflex = 66; +idieresis.ss01 = 37; +two = 22; +three = 10; +eight = 9; +nine = 14; +greater = 30; +logicalnot = -70; +}; +idieresis.ss01 = { +Idieresis.ss01 = 33; +exclam.ss01 = 47; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -87; +question.ss01 = -107; +parenright = -75; +quotedblleft = -107; +quotedblright = -107; +quoteleft = -73; +quoteright = -73; +quotedbl = -79; +quotesingle = -67; +quotedblleft.ss01 = -107; +quoteleft.ss01 = -68; +quotedblright.ss01 = -107; +quoteright.ss01 = -68; +degree = -89; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -137; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -54; +"@MMK_R_KO_Oacute" = -54; +"@MMK_R_KO_J" = -137; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 30; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -144; +"@MMK_R_KO_a" = -155; +"@MMK_R_KO_aacute" = -79; +"@MMK_R_KO_a.ss05" = -153; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -154; +"@MMK_R_KO_i" = -26; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -131; +"@MMK_R_KO_uacute" = -74; +"@MMK_R_KO_v" = -145; +"@MMK_R_KO_four" = -139; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -75; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = -71; +"@MMK_R_KO_semicolon" = -73; +"@MMK_R_KO_ellipsis" = -183; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -130; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = -140; +"@MMK_R_KO_endash" = -141; +"@MMK_R_KO_hyphen.case" = -140; +"@MMK_R_KO_parenleft" = -51; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_guillemetleft" = -110; +"@MMK_R_KO_guillemetright" = -110; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 56; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 26; +"@MMK_R_KO_J" = -144; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -142; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -88; +"@MMK_R_KO_W" = -56; +"@MMK_R_KO_X" = -67; +"@MMK_R_KO_Y" = -136; +"@MMK_R_KO_Z" = -58; +"@MMK_R_KO_I.ss02" = -95; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 33; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 34; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = 34; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -67; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = 10; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = -39; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 18; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = 22; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -67; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_foursuperior" = -127; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_ninesuperior" = -59; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_question" = -98; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -90; +"@MMK_R_KO_quotedblleft" = -133; +"@MMK_R_KO_quotedblright" = -133; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = 26; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -128; +"@MMK_R_KO_quotedblright.ss01" = -128; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -89; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = -99; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -147; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -64; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -89; +"@MMK_R_KO_I.ss02" = -89; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = 24; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 23; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 25; +"@MMK_R_KO_w" = 33; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 25; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -11; +"@MMK_R_KO_t_t.liga" = 23; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = -45; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = 16; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 26; +"@MMK_R_KO_ellipsis" = -112; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 29; +"@MMK_R_KO_slash" = -99; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = -93; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -79; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = 19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -12; +}; +Tcedilla = { +aacute = -155; +acircumflex.ss05 = -90; +amacron.ss05 = -68; +abreve.ss05 = -60; +endash.case = -141; +}; +Yacute = { +Eth = -46; +Oslash = -51; +a.ss05 = -90; +ellipsis.ss01 = -198; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 30; +"@MMK_R_KO_Oacute" = 30; +"@MMK_R_KO_J" = -54; +"@MMK_R_KO_G.ss07" = 30; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -51; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = -45; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -50; +"@MMK_R_KO_comma" = -49; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -67; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_hyphen.case" = 35; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_parenright.case" = -77; +"@MMK_R_KO_bracketright.case" = -60; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +}; +greater = { +parenright = -95; +bracketright = -84; +parenright.case = -84; +bracketright.case = -85; +greater = -32; +}; +ecircumflexacute = { +onesuperior = -28; +sevensuperior = -7; +parenright = -6; +bracketright = -8; +quotedbl = -32; +quotesingle = -32; +}; +Uhorn = { +exclam.ss01 = 56; +}; +Rcommaaccent = { +parenright = -33; +}; +question.ss01 = { +questiondown.case = -59; +questiondown.ss01 = -115; +}; +onesuperior = { +A = -87; +fraction = 0; +period = -71; +comma = -73; +slash = -95; +period.ss01 = -68; +comma.ss01 = -68; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -74; +"@MMK_R_KO_Oacute" = -74; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -73; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -146; +"@MMK_R_KO_U" = -65; +"@MMK_R_KO_V" = -138; +"@MMK_R_KO_W" = -93; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -156; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 80; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -47; +"@MMK_R_KO_uacute" = -47; +"@MMK_R_KO_v" = -81; +"@MMK_R_KO_w" = -70; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -57; +"@MMK_R_KO_zero" = -73; +"@MMK_R_KO_one" = -76; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -95; +"@MMK_R_KO_five" = -50; +"@MMK_R_KO_six" = -62; +"@MMK_R_KO_seven" = -80; +"@MMK_R_KO_eight" = -39; +"@MMK_R_KO_nine" = -45; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_quotedblleft" = -103; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -99; +"@MMK_R_KO_quotesingle" = -67; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -83; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = -154; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = -28; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -80; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 38; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 77; +"@MMK_R_KO_imacron" = 91; +"@MMK_R_KO_itilde" = 93; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 38; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 29; +"@MMK_R_KO_w" = 35; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = 38; +"@MMK_R_KO_one" = 18; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_sixsuperior" = 20; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 16; +"@MMK_R_KO_foursuperior" = 24; +"@MMK_R_KO_fivesuperior" = 8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 17; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -230; +"@MMK_R_KO_exclam" = 28; +"@MMK_R_KO_question" = 28; +"@MMK_R_KO_asterisk" = 37; +"@MMK_R_KO_slash" = -95; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 15; +"@MMK_R_KO_hyphen" = -46; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_underscore" = -224; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -58; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_parenright.case" = -56; +"@MMK_R_KO_bracketright.case" = -59; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 8; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 10; +"@MMK_R_KO_trademark" = -27; +"@MMK_R_KO_asciicircum" = -19; +}; +t_i.liga = { +hbar = 18; +idieresis = 19; +jcircumflex = 19; +lcommaaccent = 2; +germandbls = 0; +logicalnot = -59; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -146; +"@MMK_R_KO_U" = -22; +"@MMK_R_KO_V" = -86; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -125; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 40; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -43; +"@MMK_R_KO_onesuperior" = -75; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -37; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -79; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 20; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -47; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_backslash" = -76; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -75; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_underscore" = 18; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_quotedblleft" = -74; +"@MMK_R_KO_quotedblright" = -74; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -69; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -59; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -77; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -94; +"@MMK_R_KO_asciicircum" = -82; +}; +adieresis.ss05 = { +germandbls = -19; +}; +a = { +l = 0; +idieresis = 3; +jcircumflex = 3; +s = 0; +germandbls = 0; +notequal = -58; +logicalnot = -59; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -160; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_J" = -144; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 39; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = 34; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -134; +"@MMK_R_KO_a" = -92; +"@MMK_R_KO_aacute" = -77; +"@MMK_R_KO_a.ss05" = -83; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -95; +"@MMK_R_KO_eacute" = -80; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -89; +"@MMK_R_KO_n" = -67; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -83; +"@MMK_R_KO_t" = -34; +"@MMK_R_KO_u" = -63; +"@MMK_R_KO_uacute" = -59; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -41; +"@MMK_R_KO_y" = -42; +"@MMK_R_KO_z" = -56; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -112; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = 33; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 16; +"@MMK_R_KO_foursuperior" = -51; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_ellipsis" = -203; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = -164; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_hyphen" = -102; +"@MMK_R_KO_endash" = -94; +"@MMK_R_KO_hyphen.case" = -80; +"@MMK_R_KO_endash.case" = -71; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = -91; +"@MMK_R_KO_guillemetright" = -46; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = 10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -84; +"@MMK_R_KO_percent" = 0; +}; +icaron = { +icaron = 23; +j = 19; +parenright = 38; +quotedbl = 64; +quotesingle = 65; +}; +braceleft.case = { +braceright.case = 13; +at = -46; +minus = -102; +logicalnot = -142; +asciicircum = -110; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -1; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -45; +}; +uhorndotbelow = { +a = -17; +a.ss05 = -18; +c = -17; +n = 0; +period = -23; +comma = -22; +ellipsis = -50; +question = 51; +parenright = -13; +quotedblright = 45; +quotedbl = 36; +}; +g.ss06 = { +oslash = 0; +iogonek = 44; +jcircumflex = 47; +gcircumflex.ss06 = 47; +notequal = -56; +logicalnot = -64; +}; +yacute = { +T = -80; +eth = -27; +parenright = -70; +}; +Imacron = { +Imacron = 26; +imacron = 99; +parenright.case = 36; +}; +exclamdown.ss01 = { +T = -91; +V = -48; +Y = -61; +j.ss01 = 81; +}; +oacute = { +seven = -60; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = -33; +"@MMK_R_KO_O" = -81; +"@MMK_R_KO_Oacute" = -81; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -80; +"@MMK_R_KO_S" = -51; +"@MMK_R_KO_T" = -184; +"@MMK_R_KO_U" = -72; +"@MMK_R_KO_V" = -209; +"@MMK_R_KO_W" = -112; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -198; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_aacute" = -59; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = -31; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -61; +"@MMK_R_KO_f" = -63; +"@MMK_R_KO_g" = -40; +"@MMK_R_KO_i" = -31; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = -26; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -73; +"@MMK_R_KO_u" = -58; +"@MMK_R_KO_uacute" = -58; +"@MMK_R_KO_v" = -113; +"@MMK_R_KO_w" = -90; +"@MMK_R_KO_y" = -103; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = -31; +"@MMK_R_KO_t_t.liga" = -72; +"@MMK_R_KO_pi" = -53; +"@MMK_R_KO_zero" = -80; +"@MMK_R_KO_one" = -92; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = -48; +"@MMK_R_KO_four" = -217; +"@MMK_R_KO_five" = -55; +"@MMK_R_KO_six" = -69; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = -47; +"@MMK_R_KO_nine" = -54; +"@MMK_R_KO_sixsuperior" = -223; +"@MMK_R_KO_onesuperior" = -111; +"@MMK_R_KO_foursuperior" = -220; +"@MMK_R_KO_sevensuperior" = -185; +"@MMK_R_KO_ninesuperior" = -223; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_question" = -93; +"@MMK_R_KO_asterisk" = -146; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_hyphen" = -230; +"@MMK_R_KO_endash" = -230; +"@MMK_R_KO_hyphen.case" = -230; +"@MMK_R_KO_endash.case" = -230; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -90; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_quotedblleft" = -133; +"@MMK_R_KO_quotedblright" = -133; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -69; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -67; +}; +yen = { +zero = -35; +one = 0; +two = -18; +three = -22; +four = -25; +six = -33; +foursuperior = -50; +period = -71; +comma = -73; +colon = -57; +semicolon = -54; +slash = -65; +period.ss01 = -68; +comma.ss01 = -68; +colon.ss01 = -56; +semicolon.ss01 = -56; +}; +idotaccent.ss01 = { +parenright = -10; +}; +ldot.ss01.ss04 = { +period.ss01 = -68; +comma.ss01 = -68; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -142; +"@MMK_R_KO_U" = -37; +"@MMK_R_KO_V" = -158; +"@MMK_R_KO_W" = -89; +"@MMK_R_KO_X" = 28; +"@MMK_R_KO_Y" = -153; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -23; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -89; +"@MMK_R_KO_w" = -66; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = -67; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 36; +"@MMK_R_KO_t_t.liga" = -45; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_four" = -23; +"@MMK_R_KO_sixsuperior" = -105; +"@MMK_R_KO_onesuperior" = -111; +"@MMK_R_KO_twosuperior" = -75; +"@MMK_R_KO_threesuperior" = -91; +"@MMK_R_KO_foursuperior" = -94; +"@MMK_R_KO_fivesuperior" = -98; +"@MMK_R_KO_sevensuperior" = -132; +"@MMK_R_KO_eightsuperior" = -92; +"@MMK_R_KO_ninesuperior" = -95; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -81; +"@MMK_R_KO_asterisk" = -112; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = -157; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -102; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_underscore" = 31; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_parenleft" = -14; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -78; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = -133; +"@MMK_R_KO_quotedblright" = -129; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -51; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -123; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -128; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -188; +"@MMK_R_KO_asciicircum" = -150; +}; +agrave.ss05 = { +T = -145; +Y = -123; +}; +B = { +Hbar = 47; +Lslash = 20; +hbar = 35; +idieresis = 48; +jcircumflex = 57; +idieresis.ss01 = 35; +two = 13; +three = 24; +five = 15; +eight = 23; +nine = 12; +ampersand = 23; +greater = 36; +}; +Tcaron = { +endash.case = -141; +}; +oslash = { +d = 20; +k = 3; +l = 0; +e = 20; +eth = 19; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 20; +m = 2; +n = 2; +r = 2; +j = 3; +s = 6; +t = 0; +v = 0; +y = -2; +l.ss03 = 5; +t_i.liga = 0; +t_t.liga = 0; +period = -25; +comma = -25; +slash = -27; +period.ss01 = -41; +comma.ss01 = -39; +hyphen = 33; +parenright = -58; +bracketright = -82; +}; +guilsinglright = { +x = -37; +threesuperior = -20; +fivesuperior = -28; +eightsuperior = -21; +colon = -37; +semicolon = -37; +questiondown = -58; +question.ss01 = -58; +questiondown.ss01 = -58; +braceright = -88; +braceright.case = -74; +bracketright.case = -76; +quotesinglbase = -64; +quotedblbase = -64; +quotedblbase.ss01 = -63; +quoteright.ss01 = -58; +}; +adieresis = { +germandbls = 0; +}; +liraTurkish = { +one = -62; +two = -23; +seven = -68; +sixsuperior = -32; +onesuperior = -42; +threesuperior = -23; +foursuperior = -62; +fivesuperior = -27; +sevensuperior = -48; +eightsuperior = -19; +ninesuperior = -24; +period = -52; +comma = -45; +colon = -52; +semicolon = -52; +question = -69; +slash = -45; +period.ss01 = -50; +comma.ss01 = -49; +colon.ss01 = -49; +question.ss01 = -72; +parenright = -90; +parenright.case = -76; +quotedbl = -77; +quotesingle = -67; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = -41; +"@MMK_R_KO_V" = -171; +"@MMK_R_KO_W" = -88; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -146; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -42; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_lslash" = -24; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_y" = -87; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_four" = -145; +"@MMK_R_KO_sixsuperior" = -132; +"@MMK_R_KO_onesuperior" = -111; +"@MMK_R_KO_twosuperior" = -132; +"@MMK_R_KO_threesuperior" = -119; +"@MMK_R_KO_foursuperior" = -109; +"@MMK_R_KO_fivesuperior" = -131; +"@MMK_R_KO_sevensuperior" = -185; +"@MMK_R_KO_eightsuperior" = -127; +"@MMK_R_KO_ninesuperior" = -136; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -84; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -100; +"@MMK_R_KO_hyphen" = -145; +"@MMK_R_KO_hyphen.case" = -134; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = -133; +"@MMK_R_KO_quotedblright" = -133; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -131; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -128; +"@MMK_R_KO_quoteright.ss01" = -68; +}; +quotedblbase = { +Dcroat = -59; +Iogonek = 38; +Lslash = -48; +Oslash = -18; +oslash = -8; +p = -10; +iogonek = 44; +jcircumflex = 32; +germandbls = -52; +l.ss03 = -18; +g.ss06 = 28; +numbersign = -82; +parenleft = -30; +parenleft.case = -52; +at = -40; +copyright = -71; +published = -71; +literSign = -27; +dollar = -38; +euro = -117; +minus = -133; +multiply = -66; +divide = -133; +equal = -97; +approxequal = -96; +}; +D = { +Dcroat = 33; +Eth = 33; +Hbar = 20; +Iogonek = 3; +Lslash = 31; +Oslash = 30; +lacute = 2; +zero = 14; +five = 7; +six = 17; +eight = 11; +endash.case = 34; +parenleft.case = 24; +braceright.case = -60; +at = 27; +less = 42; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_Oacute" = -62; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = -48; +"@MMK_R_KO_V" = -171; +"@MMK_R_KO_W" = -88; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -146; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = -6; +"@MMK_R_KO_imacron" = -10; +"@MMK_R_KO_itilde" = -6; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -39; +"@MMK_R_KO_v" = -100; +"@MMK_R_KO_w" = -75; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = -88; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = -12; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -57; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_four" = -184; +"@MMK_R_KO_sixsuperior" = -223; +"@MMK_R_KO_onesuperior" = -111; +"@MMK_R_KO_twosuperior" = -197; +"@MMK_R_KO_threesuperior" = -214; +"@MMK_R_KO_foursuperior" = -220; +"@MMK_R_KO_fivesuperior" = -220; +"@MMK_R_KO_sevensuperior" = -185; +"@MMK_R_KO_eightsuperior" = -220; +"@MMK_R_KO_ninesuperior" = -223; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -86; +"@MMK_R_KO_asterisk" = -146; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = -167; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -100; +"@MMK_R_KO_hyphen" = -189; +"@MMK_R_KO_endash" = -254; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -189; +"@MMK_R_KO_parenleft" = -25; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -81; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = -133; +"@MMK_R_KO_quotedblright" = -133; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -128; +"@MMK_R_KO_quotedblright.ss01" = -128; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -279; +"@MMK_R_KO_asciicircum" = -288; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 18; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -56; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 30; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 43; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = 35; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_w" = 21; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -51; +"@MMK_R_KO_sixsuperior" = 23; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_twosuperior" = 18; +"@MMK_R_KO_threesuperior" = 10; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_fivesuperior" = 17; +"@MMK_R_KO_sevensuperior" = 32; +"@MMK_R_KO_eightsuperior" = 27; +"@MMK_R_KO_ninesuperior" = 27; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -53; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -75; +"@MMK_R_KO_exclam" = 25; +"@MMK_R_KO_question" = 24; +"@MMK_R_KO_asterisk" = 40; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_backslash" = 50; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -53; +"@MMK_R_KO_underscore" = -52; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 33; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 36; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 33; +"@MMK_R_KO_quotesingle" = 33; +"@MMK_R_KO_quotedblleft.ss01" = 8; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_quoteright.ss01" = 11; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -8; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -51; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -110; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -77; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -105; +"@MMK_R_KO_Z" = -50; +"@MMK_R_KO_I.ss02" = -58; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 21; +"@MMK_R_KO_aacute" = 21; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 22; +"@MMK_R_KO_eacute" = 22; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 24; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -37; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -19; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -58; +"@MMK_R_KO_two" = -41; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 6; +"@MMK_R_KO_seven" = -53; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -59; +"@MMK_R_KO_comma" = -58; +"@MMK_R_KO_ellipsis" = -69; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -43; +"@MMK_R_KO_slash" = -57; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = -38; +"@MMK_R_KO_hyphen" = 27; +"@MMK_R_KO_endash" = 29; +"@MMK_R_KO_hyphen.case" = 21; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -105; +"@MMK_R_KO_bracketright" = -84; +"@MMK_R_KO_parenright.case" = -78; +"@MMK_R_KO_quotedblleft" = -67; +"@MMK_R_KO_quotedblright" = -65; +"@MMK_R_KO_quoteleft" = -67; +"@MMK_R_KO_quoteright" = -62; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -55; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -60; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -24; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -101; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -29; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -67; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -67; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -46; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -48; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -43; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = -26; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 18; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 21; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -67; +"@MMK_R_KO_comma" = -67; +"@MMK_R_KO_ellipsis" = -67; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -67; +"@MMK_R_KO_period.ss01" = -67; +"@MMK_R_KO_comma.ss01" = -67; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -67; +"@MMK_R_KO_hyphen.case" = -67; +"@MMK_R_KO_endash.case" = -28; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -9; +"@MMK_R_KO_plus" = -24; +"@MMK_R_KO_percent" = 0; +}; +ohorndotbelow.ss01 = { +c = 20; +i.ss01 = 3; +n = 2; +p = 3; +t = 0; +u = 12; +t_i.liga.ss01 = 0; +t_t.liga = 0; +}; +t_i.liga.ss01 = { +parenright = -10; +}; +endash = { +x = -62; +one.numr = -49; +four.numr = -85; +seven.numr = -57; +colon = -71; +semicolon = -73; +questiondown = -75; +question.ss01 = -106; +questiondown.ss01 = -75; +endash = 0; +quotedblbase = -133; +quotedblbase.ss01 = -128; +quoteright.ss01 = -68; +}; +Ygrave = { +ellipsis.ss01 = -198; +endash.case = -79; +}; +fraction = { +zero.dnom = -16; +two.dnom = 0; +four.dnom = -50; +eight.dnom = 0; +zeroinferior = -20; +twoinferior = 0; +fourinferior = -50; +fiveinferior = 0; +sixinferior = -20; +seveninferior = 38; +nineinferior = 0; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -44; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 10; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -39; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -52; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_bracketright.case" = -3; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +g = { +l = 0; +iogonek = 11; +jcircumflex = 17; +}; +m = { +ordfeminine = -41; +ordmasculine = -41; +seven = -51; +registered = -27; +logicalnot = -57; +}; +ohorntilde = { +i = 3; +idotaccent = 3; +i.ss01 = 3; +n = 2; +period = -25; +comma = -24; +period.ss01 = -41; +comma.ss01 = -39; +parenright = -35; +quotedbl = -16; +}; +hyphen.case = { +Dcroat = 0; +Lslash = 2; +Oslash = 36; +one.numr = -34; +seven.numr = -42; +question.ss01 = -99; +parenleft.case = 23; +braceright.case = -85; +bracketright.case = -86; +quotesinglbase = -73; +quotedblbase = -133; +quotedblbase.ss01 = -128; +quoteright.ss01 = -68; +dollar = -21; +}; +ohornhookabove = { +i = 3; +idotaccent = 3; +i.ss01 = 3; +idotaccent.ss01 = 3; +m = 2; +n = 2; +period = -24; +comma = -24; +period.ss01 = -41; +comma.ss01 = -39; +parenright = -38; +bracketright = -55; +guillemetright = -4; +quotedbl = -16; +}; +y = { +germandbls = 23; +zeroinferior = -48; +twoinferior = -35; +ampersand = -33; +logicalnot = -65; +asciitilde = 0; +}; +Idotaccent.ss02 = { +endash.case = -95; +}; +Scedilla = { +idieresis = 36; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 35; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -71; +"@MMK_R_KO_endash" = -53; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -14; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = -1; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -1; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -1; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -1; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -1; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -1; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -1; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = -1; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_question" = -1; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -1; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_hyphen.case" = -1; +"@MMK_R_KO_endash.case" = -1; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_degree" = -23; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 12; +f_f.liga = 12; +f_y.liga = 12; +fl = 12; +igrave = 7; +idieresis = 5; +seven = 29; +ampersand = -26; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -17; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_Oacute" = -62; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -61; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -128; +"@MMK_R_KO_U" = -52; +"@MMK_R_KO_V" = -128; +"@MMK_R_KO_W" = -104; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -128; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -50; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = 27; +"@MMK_R_KO_lslash" = -34; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -64; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -14; +"@MMK_R_KO_t_t.liga" = -64; +"@MMK_R_KO_pi" = -39; +"@MMK_R_KO_zero" = -64; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -29; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -31; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = -68; +"@MMK_R_KO_eight" = -21; +"@MMK_R_KO_nine" = -28; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = 43; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -128; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_endash.case" = -128; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -128; +"@MMK_R_KO_plus" = -68; +"@MMK_R_KO_percent" = -68; +}; +numero = { +period = -71; +comma = -73; +period.ss01 = -68; +comma.ss01 = -68; +parenright = -39; +parenright.case = -37; +}; +cent = { +onesuperior = -40; +sevensuperior = -41; +period = -70; +comma = -69; +slash = -50; +period.ss01 = -68; +comma.ss01 = -68; +parenright = -81; +bracketright = -81; +parenright.case = -77; +bracketright.case = -82; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -97; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_J" = -92; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 29; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 34; +"@MMK_R_KO_W" = 36; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 32; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_aacute" = -50; +"@MMK_R_KO_a.ss05" = -46; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -54; +"@MMK_R_KO_eacute" = -50; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -50; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_icircumflex" = 66; +"@MMK_R_KO_imacron" = 114; +"@MMK_R_KO_itilde" = 88; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 47; +"@MMK_R_KO_g.ss06" = -51; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 23; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -118; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 23; +"@MMK_R_KO_slash" = -102; +"@MMK_R_KO_backslash" = 54; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -50; +"@MMK_R_KO_underscore" = -92; +"@MMK_R_KO_hyphen.case" = -35; +"@MMK_R_KO_parenleft" = -26; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = -51; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = 10; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_quoteright.ss01" = 11; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -56; +}; +Icircumflex = { +Icircumflex = 40; +l = 3; +icircumflex = 51; +l.ss03 = 7; +l.ss04 = 23; +parenright = 39; +bracketright = 26; +parenright.case = 46; +bracketright.case = 30; +}; +iogonek = { +iogonek = 21; +j = 19; +}; +uhorn = { +a = -17; +a.ss05 = -18; +ohorn = -17; +ohorndotbelow = -17; +ohorndotbelow.ss01 = -17; +ohorngrave = -17; +ohornacute = -17; +ohornhookabove = -17; +ohorntilde = -17; +period = -23; +comma = -22; +ellipsis = -50; +question = 51; +period.ss01 = -42; +ellipsis.ss01 = -51; +comma.ss01 = -38; +parenright = -16; +quotedblright = 45; +quotedbl = 36; +}; +underscore = { +g.ss06 = 64; +underscore = 0; +parenleft.case = -37; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -78; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -63; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = -64; +"@MMK_R_KO_S" = -44; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -85; +"@MMK_R_KO_a" = -77; +"@MMK_R_KO_a.ss05" = -74; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -76; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -31; +"@MMK_R_KO_i" = -41; +"@MMK_R_KO_n" = -73; +"@MMK_R_KO_j" = 32; +"@MMK_R_KO_s" = -80; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -90; +"@MMK_R_KO_v" = -82; +"@MMK_R_KO_w" = -78; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -79; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = -60; +"@MMK_R_KO_pi" = -69; +"@MMK_R_KO_zero" = -66; +"@MMK_R_KO_one" = -76; +"@MMK_R_KO_two" = -43; +"@MMK_R_KO_three" = -57; +"@MMK_R_KO_four" = -84; +"@MMK_R_KO_five" = -27; +"@MMK_R_KO_six" = -63; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -38; +"@MMK_R_KO_nine" = -46; +"@MMK_R_KO_period" = -54; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -86; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_hyphen" = -83; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -88; +"@MMK_R_KO_guillemetright" = -78; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_degree" = -58; +"@MMK_R_KO_plus" = -95; +}; +W = { +Hbar = 44; +adieresis.ss05 = -45; +igrave = 59; +idieresis = 76; +scaron = -31; +idieresis.ss01 = 70; +six = -31; +seven = 36; +threeinferior = -66; +ampersand = -39; +plus = -40; +minus = -40; +notequal = -76; +logicalnot = -86; +asciitilde = -37; +}; +Aogonek = { +Lslash = -25; +period = 20; +comma = 40; +endash.case = -77; +parenright = 0; +bracketright = 0; +}; +Z = { +Lslash = -29; +igrave = 42; +ibreve = 76; +icaron = 63; +zero = -44; +two = 22; +six = -33; +seven = 18; +numbersign = -61; +endash.case = -86; +at = -23; +plus = -107; +minus = -119; +divide = -115; +equal = -47; +less = -91; +logicalnot = -184; +asciitilde = -112; +}; +emdash = { +x = -67; +zero.numr = -68; +one.numr = -64; +three.numr = -53; +four.numr = -110; +five.numr = -60; +six.numr = -62; +seven.numr = -69; +eight.numr = -54; +nine.numr = -57; +threesuperior = -55; +fivesuperior = -64; +eightsuperior = -56; +colon = -71; +semicolon = -73; +questiondown = -58; +question.ss01 = -100; +questiondown.ss01 = -59; +quotedblbase = -133; +quotedblbase.ss01 = -128; +quoteleft.ss01 = -68; +quoteright.ss01 = -68; +}; +tbar = { +a = 12; +e = 13; +tbar = 10; +}; +eng = { +j = 21; +slash = 31; +parenright = -10; +bracketright = -19; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -150; +"@MMK_R_KO_H" = -44; +"@MMK_R_KO_O" = -33; +"@MMK_R_KO_J" = -211; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -37; +"@MMK_R_KO_T" = -81; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -54; +"@MMK_R_KO_X" = -97; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = -93; +"@MMK_R_KO_I.ss02" = -84; +"@MMK_R_KO_J.ss10" = -182; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_a.ss05" = -55; +"@MMK_R_KO_l" = -43; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -62; +"@MMK_R_KO_i" = -44; +"@MMK_R_KO_n" = -50; +"@MMK_R_KO_j" = -44; +"@MMK_R_KO_s" = -51; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_z" = -44; +"@MMK_R_KO_t_t.liga" = -7; +}; +percent = { +twosuperior = -30; +threesuperior = -55; +fivesuperior = -62; +eightsuperior = -54; +question.ss01 = -117; +bracketright.case = -58; +quoteright.ss01 = -68; +}; +Uhornhookabove = { +exclam.ss01 = 56; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_J" = -59; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -52; +"@MMK_R_KO_I.ss02" = -51; +"@MMK_R_KO_J.ss10" = -8; +}; +uhorngrave = { +a = -17; +a.ss05 = -18; +o = -17; +n = 0; +period = -23; +comma = -22; +period.ss01 = -42; +comma.ss01 = -38; +parenright = -13; +quotedblright = 45; +quotedbl = 36; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = 10; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -44; +}; +a.ss05 = { +p = 0; +jcircumflex = 0; +germandbls = -19; +gbreve.ss06 = 40; +gcircumflex.ss06 = 40; +ordfeminine = -55; +ordmasculine = -55; +seven = -63; +notequal = -73; +logicalnot = -68; +}; +Itilde = { +Itilde = 12; +igrave = 22; +itilde = 78; +}; +threesuperior = { +A = -93; +fraction = 0; +period = -71; +comma = -73; +slash = -102; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -56; +parenright = -26; +parenright.case = -26; +guillemetleft = -22; +}; +ydotbelow.ss01 = { +period.ss01 = -68; +parenright = -53; +}; +endash.case = { +seven.numr = -45; +bracketright.case = -86; +quotedblbase = -133; +quotedblbase.ss01 = -128; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 46; +"@MMK_R_KO_imacron" = 96; +"@MMK_R_KO_itilde" = 78; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 1; +"@MMK_R_KO_four" = 1; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -45; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = -14; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -35; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 38; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -45; +"@MMK_R_KO_threesuperior" = -49; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_fivesuperior" = -52; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -46; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -48; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = -50; +"@MMK_R_KO_quotedblright" = -42; +"@MMK_R_KO_quoteleft" = -50; +"@MMK_R_KO_quoteright" = -42; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -51; +"@MMK_R_KO_quotedblleft.ss01" = -56; +"@MMK_R_KO_quotedblright.ss01" = -51; +"@MMK_R_KO_quoteright.ss01" = -51; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -87; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -53; +"@MMK_R_KO_one" = -72; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -20; +"@MMK_R_KO_six" = -36; +"@MMK_R_KO_seven" = -73; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = -18; +"@MMK_R_KO_sixsuperior" = -73; +"@MMK_R_KO_onesuperior" = -73; +"@MMK_R_KO_foursuperior" = -73; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_ninesuperior" = -73; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_asterisk" = -73; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_endash" = -73; +"@MMK_R_KO_hyphen.case" = -73; +"@MMK_R_KO_endash.case" = -73; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -73; +"@MMK_R_KO_quotedblright" = -73; +"@MMK_R_KO_quoteleft" = -73; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -73; +"@MMK_R_KO_quotesingle" = -67; +}; +N = { +Hbar = 35; +igrave = 21; +icaron = 44; +idieresis = 56; +jcircumflex = 46; +idieresis.ss01 = 33; +degree = -22; +logicalnot = -60; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -156; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -78; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -33; +"@MMK_R_KO_J.ss10" = 13; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -67; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -24; +"@MMK_R_KO_colon" = -25; +"@MMK_R_KO_semicolon" = -22; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -36; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = -67; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_question.ss01" = -71; +"@MMK_R_KO_hyphen" = 33; +"@MMK_R_KO_endash" = 31; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -91; +"@MMK_R_KO_braceright" = -77; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -71; +"@MMK_R_KO_quoteleft" = -71; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -50; +"@MMK_R_KO_quotesingle" = -47; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -71; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -66; +}; +b = { +seven = -57; +registered = -22; +notequal = -44; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -63; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -126; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -127; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -104; +"@MMK_R_KO_Y" = -95; +"@MMK_R_KO_Z" = -95; +"@MMK_R_KO_I.ss02" = -113; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_t_t.liga" = 0; +}; +Itilde.ss02 = { +igrave = 39; +}; +trademark = { +period = -71; +comma = -73; +slash = -143; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -111; +parenright = -42; +parenright.case = -42; +guillemetleft = -50; +guilsinglleft = -50; +guillemetright = -20; +guilsinglright = -20; +}; +literSign = { +parenright = -39; +parenright.case = -35; +guillemetleft = -28; +guilsinglleft = -28; +}; +ohorn = { +i = 3; +idotaccent = 3; +i.ss01 = 3; +idotaccent.ss01 = 3; +m = 2; +n = 2; +r = 2; +t = 0; +u = 12; +v = -7; +t_i.liga = 0; +t_t.liga = 0; +period = -25; +comma = -24; +period.ss01 = -41; +comma.ss01 = -39; +hyphen = 33; +parenright = -39; +bracketright = -56; +quotedbl = -16; +}; +quotedblleft = { +A = -133; +Dcroat = -48; +Hbar = 44; +igrave = 46; +icircumflex = 64; +imacron = 101; +jcircumflex = 64; +s = -60; +x = -20; +g.ss06 = -64; +mu = -30; +exclamdown = -36; +questiondown = -131; +backslash = 46; +questiondown.case = -98; +underscore = -133; +quotedblbase = -133; +ampersand = -53; +minus = -96; +divide = -81; +asciitilde = -72; +}; +l.ss04 = { +Hbar = 28; +l.ss04 = 16; +periodcentered.loclCAT = 50; +parenright = 2; +bracketright = 2; +quoteright = 2; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = 20; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 45; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -31; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 28; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -88; +"@MMK_R_KO_w" = -74; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -84; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -75; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = -95; +"@MMK_R_KO_endash" = -95; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -95; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 17; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -83; +}; +integral = { +guillemetright = -65; +guilsinglright = -65; +integral = -65; +A = -71; +a = -75; +d = -75; +a.ss05 = -75; +e = -75; +s = -75; +w = -69; +}; +two.dnom = { +question = -83; +question.ss01 = -103; +parenright = -67; +quotedblleft = -133; +quotedblright = -133; +quoteleft = -73; +quoteright = -73; +quotedbl = -86; +quotesingle = -67; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -94; +}; +parenleft.case = { +Icircumflex = 46; +Imacron = 36; +Idieresis = 36; +Dcroat = -51; +Eth = -51; +Iogonek = 63; +Itilde = 40; +Lslash = -30; +Idieresis.ss01 = 37; +four.numr = -84; +numbersign = -71; +questiondown.case = -47; +question.ss01 = -59; +parenleft.case = -48; +quotedblbase = 0; +quotedblbase.ss01 = -12; +at = -43; +ampersand = -36; +section = -28; +copyright = -93; +registered = -64; +published = -93; +literSign = -43; +numero = -10; +cent = -81; +dollar = -48; +euro = -76; +liraTurkish = -42; +minus = -102; +multiply = -95; +divide = -102; +equal = -81; +notequal = -142; +less = -84; +greaterequal = -49; +approxequal = -120; +logicalnot = -138; +asciitilde = -91; +asciicircum = -118; +infinity = -85; +radical = -85; +}; +Iacute.ss02 = { +igrave = 39; +endash.case = -95; +}; +tenge = { +four = -83; +period = -71; +comma = -73; +slash = -115; +period.ss01 = -68; +comma.ss01 = -68; +}; +colon = { +A = 12; +D = 0; +C = 0; +J = 0; +T = -71; +V = -35; +W = -18; +Y = -54; +a = -25; +c = -26; +e = -27; +o = -27; +f = 9; +s = -3; +t = 9; +z = 27; +t_i.liga = 9; +pi = 10; +zero = -4; +one = -19; +two = 24; +three = 0; +four = -71; +sevensuperior = -55; +emdash = -71; +parenright = -52; +braceright = -66; +bracketright = -66; +parenright.case = 0; +guillemetleft = -37; +guilsinglleft = -37; +}; +h = { +seven = -54; +registered = -28; +}; +emacron = { +Y = -56; +lcommaaccent = -2; +}; +numbersign = { +A = -42; +J = -79; +T = -79; +X = -61; +Y = -53; +one = -29; +eight = 11; +period = -71; +comma = -73; +slash = -54; +period.ss01 = -68; +comma.ss01 = -68; +parenright = -77; +bracketright = -78; +parenright.case = -70; +bracketright.case = -79; +}; +copyright = { +parenright = -88; +parenright.case = -85; +}; +t = { +iogonek = 12; +wdieresis = 13; +two = 27; +logicalnot = -93; +asciitilde = -5; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 29; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = 21; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 48; +"@MMK_R_KO_imacron" = 90; +"@MMK_R_KO_itilde" = 66; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 30; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = -8; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 31; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = -14; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = -45; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_bracketright.case" = -37; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = -45; +}; +Hcircumflex = { +igrave = 21; +}; +aogonek.ss05 = { +j = 11; +comma = 46; +parenright = 0; +bracketright = 0; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_J" = -59; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -52; +"@MMK_R_KO_I.ss02" = -51; +"@MMK_R_KO_J.ss10" = -8; +}; +_B.currency = { +_baht.bar = -14; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 42; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 38; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 43; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = -37; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -28; +"@MMK_R_KO_trademark" = -75; +"@MMK_R_KO_asciicircum" = -48; +}; +rupeeIndian = { +four = -50; +period = -43; +comma = -43; +slash = -35; +period.ss01 = -53; +comma.ss01 = -53; +}; +Zdotaccent = { +Hbar = 12; +endash.case = -86; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 22; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -18; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = -65; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_quotedblleft" = -64; +"@MMK_R_KO_quotedblright" = -59; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -52; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -56; +"@MMK_R_KO_quotedblright.ss01" = -54; +"@MMK_R_KO_quoteright.ss01" = -56; +}; +P = { +Hbar = 64; +Oslash = 16; +hbar = 50; +igrave = 17; +idieresis = 64; +idieresis.ss01 = 42; +two = 22; +three = 15; +five = 7; +seven = 26; +nine = 26; +twoinferior = -31; +threeinferior = -37; +fourinferior = -115; +ellipsis.ss01 = -227; +endash.case = 23; +braceright.case = -58; +ampersand = -41; +}; +twoinferior = { +T = -159; +V = -89; +W = -61; +Y = -143; +t = -46; +t_i.liga = -46; +t_t.liga = -46; +parenright = -49; +}; +wdieresis = { +period = -68; +comma = -67; +bracketright = -82; +}; +uhungarumlaut = { +onesuperior = -45; +sevensuperior = -51; +parenright = -34; +bracketright = -52; +}; +odieresis = { +germandbls = -18; +gbreve.ss06 = 1; +}; +ohorndotbelow = { +c = 20; +i = 3; +idotaccent = 3; +m = 2; +n = 2; +p = 3; +t = 0; +u = 12; +t_i.liga = 0; +t_t.liga = 0; +period = -25; +comma = -24; +parenright = -38; +bracketright = -55; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 30; +"@MMK_R_KO_Oacute" = 30; +"@MMK_R_KO_J" = -54; +"@MMK_R_KO_G.ss07" = 30; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -51; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = -45; +"@MMK_R_KO_I.ss02" = -43; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 22; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 54; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 14; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -50; +"@MMK_R_KO_comma" = -49; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = -67; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 32; +"@MMK_R_KO_underscore" = -62; +"@MMK_R_KO_hyphen.case" = 35; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_braceright" = -63; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_parenright.case" = -77; +"@MMK_R_KO_bracketright.case" = -60; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -34; +}; +one.numr = { +fraction = 0; +}; +Uhorntilde = { +exclam.ss01 = 56; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 26; +"@MMK_R_KO_Oacute" = 26; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = 11; +"@MMK_R_KO_seven" = -9; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 25; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 14; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_plus" = 0; +}; +two = { +icircumflex = 57; +x = 23; +colon = 24; +semicolon = 23; +braceright = -48; +minus = -7; +multiply = -13; +}; +j = { +hbar = 18; +idieresis = 19; +iogonek = 23; +jcircumflex = 24; +}; +ldot.ss01 = { +period.ss01 = -68; +comma.ss01 = -68; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -148; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 27; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 26; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 28; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = -34; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 17; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 34; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -62; +"@MMK_R_KO_underscore" = 18; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -78; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -23; +}; +idieresis = { +l = 19; +icaron = 22; +idieresis = 21; +}; +approxequal = { +one = -29; +parenright = -126; +parenright.case = -122; +A = -89; +I.ss02 = -78; +}; +ograve = { +T = -155; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -90; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_Y" = -85; +"@MMK_R_KO_I.ss02" = -35; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -26; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 1; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = -27; +"@MMK_R_KO_semicolon" = -24; +"@MMK_R_KO_ellipsis" = -62; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_question.ss01" = -69; +"@MMK_R_KO_hyphen" = 33; +"@MMK_R_KO_endash" = 31; +"@MMK_R_KO_underscore" = -34; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -87; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_quotedblleft" = -70; +"@MMK_R_KO_quotedblright" = -63; +"@MMK_R_KO_quoteleft" = -72; +"@MMK_R_KO_quoteright" = -66; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -50; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -65; +"@MMK_R_KO_quoteright.ss01" = -64; +"@MMK_R_KO_trademark" = -83; +}; +S = { +Hbar = 35; +Lslash = 24; +hbar = 26; +ibreve = 34; +idieresis = 36; +idieresis.ss01 = 27; +two = 10; +three = 30; +five = 18; +eight = 25; +ampersand = 25; +dollar = 18; +greater = 36; +logicalnot = -69; +}; +periodcentered.loclCAT = { +l = 48; +l.ss03 = 52; +l.ss04 = 50; +}; +Iogonek = { +iogonek = 49; +j = 62; +j.ss01 = 62; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -36; +"@MMK_R_KO_asciicircum" = -44; +}; +racute = { +parenright = -42; +bracketright = -46; +}; +questiondown.case = { +C = -8; +Q = -7; +Q.ss09 = -7; +T = -102; +V = -103; +W = -74; +Y = -106; +one = -79; +seven = -92; +parenright.case = -60; +quotedblleft = -111; +quoteright = -73; +quotedbl = -109; +quotesingle = -67; +quotedblleft.ss01 = -111; +quoteright.ss01 = -68; +}; +f_y.liga = { +germandbls = 23; +zeroinferior = -48; +ampersand = -33; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -82; +"@MMK_R_KO_Oacute" = -81; +"@MMK_R_KO_J" = -55; +"@MMK_R_KO_G.ss07" = -82; +"@MMK_R_KO_S" = -37; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -91; +"@MMK_R_KO_a" = -90; +"@MMK_R_KO_aacute" = -88; +"@MMK_R_KO_a.ss05" = -60; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -91; +"@MMK_R_KO_eacute" = -91; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_n" = -40; +"@MMK_R_KO_j" = 64; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -70; +"@MMK_R_KO_t" = -65; +"@MMK_R_KO_u" = -81; +"@MMK_R_KO_uacute" = -81; +"@MMK_R_KO_v" = -79; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -53; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = -65; +"@MMK_R_KO_pi" = -59; +"@MMK_R_KO_zero" = -77; +"@MMK_R_KO_one" = -50; +"@MMK_R_KO_two" = -42; +"@MMK_R_KO_three" = -47; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -67; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -36; +"@MMK_R_KO_nine" = -41; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_foursuperior" = -83; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = -50; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -71; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -28; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = -90; +"@MMK_R_KO_endash" = -92; +"@MMK_R_KO_parenright" = 30; +"@MMK_R_KO_bracketright" = 19; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -105; +"@MMK_R_KO_guillemetright" = -67; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -60; +"@MMK_R_KO_plus" = -110; +"@MMK_R_KO_percent" = -41; +}; +bracketleft.case = { +Icircumflex = 30; +numbersign = -82; +parenleft.case = -37; +bracketright.case = 13; +at = -46; +literSign = -63; +euro = -82; +minus = -102; +equal = -99; +less = -85; +asciitilde = -94; +asciicircum = -110; +infinity = -90; +}; +K = { +Lslash = -25; +Oslash = -8; +edieresis = -35; +odieresis.ss01 = -34; +odieresis = -35; +oslash = 0; +igrave = 38; +rcaron = 12; +idieresis = 61; +jcircumflex = 24; +ygrave = -60; +ytilde = -51; +idieresis.ss01 = 56; +zero = -52; +two = 23; +three = -17; +six = -38; +seven = 16; +nine = -21; +numbersign = -64; +endash.case = -104; +parenleft.case = -39; +at = -23; +ampersand = 0; +registered = -50; +dollar = -23; +plus = -106; +minus = -115; +multiply = -52; +divide = -106; +equal = -48; +notequal = -110; +less = -90; +logicalnot = -184; +asciitilde = -79; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 31; +"@MMK_R_KO_Oacute" = 31; +"@MMK_R_KO_J" = -54; +"@MMK_R_KO_G.ss07" = 31; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -51; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = -45; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 21; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 21; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 54; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 23; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 14; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -50; +"@MMK_R_KO_comma" = -49; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -67; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 32; +"@MMK_R_KO_underscore" = -60; +"@MMK_R_KO_hyphen.case" = 36; +"@MMK_R_KO_parenleft" = 26; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_braceright" = -63; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_parenright.case" = -77; +"@MMK_R_KO_bracketright.case" = -60; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 18; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -33; +}; +semicolon = { +four = -73; +onesuperior = -40; +sevensuperior = -56; +hyphen = -73; +emdash = -73; +endash = -73; +hyphen.case = -48; +parenright = -19; +guillemetleft = -40; +}; +Thorn = { +Eth = 41; +}; +four.dnom = { +question = -81; +question.ss01 = -99; +parenright = -79; +quotedblleft = -133; +quotedblright = -133; +quoteleft = -73; +quoteright = -73; +quotedbl = -86; +quotesingle = -67; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -100; +}; +braceright = { +Y = -40; +period = -45; +comma = -28; +period.ss01 = -60; +comma.ss01 = -51; +parenright = -32; +braceright = -37; +asciicircum = -58; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 19; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 28; +"@MMK_R_KO_backslash" = 9; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -36; +"@MMK_R_KO_asciicircum" = -44; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -28; +"@MMK_R_KO_O" = -93; +"@MMK_R_KO_Oacute" = -93; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = -93; +"@MMK_R_KO_S" = -65; +"@MMK_R_KO_T" = -172; +"@MMK_R_KO_U" = -86; +"@MMK_R_KO_V" = -168; +"@MMK_R_KO_W" = -119; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -181; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -80; +"@MMK_R_KO_a" = -71; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = -31; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_f" = -57; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -32; +"@MMK_R_KO_n" = -32; +"@MMK_R_KO_j" = 50; +"@MMK_R_KO_s" = -53; +"@MMK_R_KO_t" = -78; +"@MMK_R_KO_u" = -67; +"@MMK_R_KO_uacute" = -67; +"@MMK_R_KO_v" = -101; +"@MMK_R_KO_w" = -86; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = -31; +"@MMK_R_KO_t_t.liga" = -78; +"@MMK_R_KO_zero" = -98; +"@MMK_R_KO_one" = -95; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = -63; +"@MMK_R_KO_four" = -116; +"@MMK_R_KO_five" = -69; +"@MMK_R_KO_six" = -80; +"@MMK_R_KO_seven" = -93; +"@MMK_R_KO_eight" = -62; +"@MMK_R_KO_nine" = -63; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_guillemetright" = -53; +"@MMK_R_KO_quotedbl" = -120; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -124; +}; +ampersand = { +one = -69; +seven = -76; +parenright = -46; +bracketright = -70; +quotedblleft = -133; +quotedblright = -131; +quoteleft = -73; +quoteright = -73; +quotedbl = -97; +quotesingle = -67; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +v = -46; +w = -37; +y = -48; +}; +four = { +x = -52; +ordfeminine = -72; +ordmasculine = -72; +zero.numr = -71; +one.numr = -64; +three.numr = -71; +four.numr = -71; +five.numr = -71; +six.numr = -68; +seven.numr = -68; +eight.numr = -67; +nine.numr = -68; +threesuperior = -69; +fivesuperior = -68; +eightsuperior = -64; +colon = -62; +semicolon = -60; +question.ss01 = -73; +underscore = -65; +braceright = -69; +braceright.case = -69; +bracketright.case = -71; +quoteright.ss01 = -68; +registered = -53; +trademark = -80; +asciicircum = -115; +}; +zerosuperior = { +A = -113; +fraction = -19; +period = -71; +comma = -73; +slash = -125; +period.ss01 = -68; +comma.ss01 = -68; +parenright = -41; +parenright.case = -41; +guillemetleft = -36; +guilsinglleft = -36; +}; +n = { +n = 0; +gcircumflex.ss06 = 12; +ordfeminine = -43; +ordmasculine = -43; +seven = -54; +at = 8; +registered = -28; +degree = -70; +notequal = -59; +greaterequal = -37; +logicalnot = -57; +}; +bracketleft = { +Icircumflex = 26; +Dcroat = -55; +Oslash = -35; +oslash = -48; +hcircumflex = 15; +i = -45; +idotaccent = -45; +iacute = -43; +ntilde = -63; +nacute = -77; +p = -9; +ibreve = 0; +icircumflex = 0; +imacron = -16; +jcircumflex = 53; +macute = -77; +scaron = -58; +scircumflex = -77; +germandbls = -76; +x = -82; +colon = -66; +numbersign = -83; +parenleft = -46; +at = -81; +ampersand = -70; +literSign = -79; +dollar = -52; +euro = -81; +minus = -101; +equal = -98; +less = -84; +asciitilde = -93; +asciicircum = -109; +infinity = -90; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 109; +"@MMK_R_KO_O" = 50; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 68; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_i" = 25; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss03" = 70; +"@MMK_R_KO_l.ss04" = 70; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_sixsuperior" = 95; +"@MMK_R_KO_onesuperior" = 111; +"@MMK_R_KO_twosuperior" = 110; +"@MMK_R_KO_threesuperior" = 102; +"@MMK_R_KO_foursuperior" = 53; +"@MMK_R_KO_fivesuperior" = 109; +"@MMK_R_KO_sevensuperior" = 115; +"@MMK_R_KO_eightsuperior" = 110; +"@MMK_R_KO_ninesuperior" = 117; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 28; +"@MMK_R_KO_semicolon" = 37; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 112; +"@MMK_R_KO_question" = 117; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 97; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_parenright" = 91; +"@MMK_R_KO_bracketright" = 18; +"@MMK_R_KO_quotedblleft" = 99; +"@MMK_R_KO_quoteleft" = 102; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 124; +"@MMK_R_KO_quotesingle" = 124; +"@MMK_R_KO_quotedblleft.ss01" = 121; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 48; +"@MMK_R_KO_O" = 53; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 53; +"@MMK_R_KO_S" = 63; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = 103; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 20; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 20; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 49; +"@MMK_R_KO_imacron" = 40; +"@MMK_R_KO_itilde" = 23; +"@MMK_R_KO_j" = 19; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 22; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 41; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 92; +"@MMK_R_KO_onesuperior" = 52; +"@MMK_R_KO_twosuperior" = 64; +"@MMK_R_KO_threesuperior" = 78; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_fivesuperior" = 83; +"@MMK_R_KO_sevensuperior" = 69; +"@MMK_R_KO_eightsuperior" = 94; +"@MMK_R_KO_ninesuperior" = 61; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 108; +"@MMK_R_KO_question" = 82; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = 50; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_parenleft" = 53; +"@MMK_R_KO_parenright" = 17; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_quotedblleft" = 106; +"@MMK_R_KO_quotedblright" = 98; +"@MMK_R_KO_quoteleft" = 106; +"@MMK_R_KO_quoteright" = 100; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 67; +"@MMK_R_KO_quotesingle" = 68; +"@MMK_R_KO_quotedblleft.ss01" = 57; +"@MMK_R_KO_quotedblright.ss01" = 83; +"@MMK_R_KO_quoteright.ss01" = 83; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 47; +}; +J.ss10 = { +Hbar = 47; +ibreve = 67; +icaron = 56; +idieresis = 68; +jcircumflex = 58; +idieresis.ss01 = 42; +}; +quotedblbase.ss01 = { +Dcroat = -66; +oslash = -6; +p = -6; +germandbls = -56; +asterisk = -128; +numbersign = -90; +question.ss01 = -116; +hyphen.case = -128; +emdash.case = -128; +parenleft.case = -55; +quotedblleft.ss01 = -128; +quoteright.ss01 = -68; +at = -34; +copyright = -82; +published = -82; +dollar = -27; +euro = -105; +minus = -128; +multiply = -58; +divide = -128; +equal = -84; +approxequal = -86; +}; +l.ss03 = { +oslash = 0; +periodcentered.loclCAT = 0; +notequal = -89; +logicalnot = -87; +}; +parenleft = { +Icircumflex = 39; +Imacron = 16; +Idieresis = 17; +Dcroat = -55; +Eth = -55; +Iogonek = 79; +Lslash = -38; +Oslash = -31; +a.ss05 = -65; +thorn = 18; +ccedilla = -74; +ccaron = -73; +edieresis = -80; +odieresis = -87; +oslash = -38; +hcircumflex = 29; +i = -28; +idotaccent = -28; +i.ss01 = -10; +iacute = -35; +ntilde = -40; +nacute = -40; +ncaron = -40; +ncommaaccent = -40; +p = -3; +idieresis = 0; +imacron = 16; +iogonek = 78; +jcircumflex = 70; +scedilla = -53; +scaron = -48; +scircumflex = -66; +germandbls = -65; +tcedilla = -31; +x = -51; +zcaron = -46; +g.ss06 = 5; +mu = -10; +four.numr = -87; +colon = -51; +numbersign = -78; +semicolon.ss01 = 0; +question.ss01 = -58; +parenleft = -56; +braceleft = -32; +quotedblbase = 0; +quotedblbase.ss01 = -6; +at = -93; +ampersand = -73; +section = -37; +copyright = -102; +registered = -71; +published = -102; +literSign = -66; +numero = -15; +cent = -89; +dollar = -48; +euro = -82; +liraTurkish = -54; +sterling = -38; +minus = -113; +multiply = -99; +divide = -113; +equal = -86; +notequal = -151; +greater = -37; +less = -95; +greaterequal = -82; +lessequal = -84; +plusminus = -36; +approxequal = -148; +logicalnot = -153; +asciitilde = -106; +asciicircum = -117; +infinity = -99; +summation = 33; +radical = -90; +}; +asciicircum = { +one = -40; +two = -27; +three = -37; +four = -114; +eight = -39; +period = -71; +comma = -73; +asterisk = -16; +slash = -160; +period.ss01 = -68; +comma.ss01 = -68; +hyphen = -150; +hyphen.case = -75; +parenright = -117; +bracketright = -109; +parenright.case = -117; +bracketright.case = -109; +u = -43; +x = -20; +mu = -50; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -75; +"@MMK_R_KO_U" = -22; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 40; +"@MMK_R_KO_t_t.liga" = -19; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_sixsuperior" = -43; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 20; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -43; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -69; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_underscore" = 18; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_quotedblleft" = -67; +"@MMK_R_KO_quotedblright" = -68; +"@MMK_R_KO_quoteleft" = -68; +"@MMK_R_KO_quoteright" = -63; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -66; +"@MMK_R_KO_quotedblright.ss01" = -69; +"@MMK_R_KO_quoteright.ss01" = -68; +}; +plus = { +one = -67; +two = -19; +three = -8; +seven = -33; +seven.numr = -50; +period = -71; +comma = -73; +question = -52; +asterisk = -9; +slash = -74; +period.ss01 = -68; +comma.ss01 = -68; +question.ss01 = -63; +parenright = -109; +braceright = -95; +bracketright = -99; +parenright.case = -99; +braceright.case = -100; +bracketright.case = -100; +quotedblleft = -74; +quotedblright = -70; +quoteleft = -73; +quoteright = -70; +guillemetright = -12; +quotedbl = -24; +quotesingle = -24; +quotedblleft.ss01 = -60; +quoteleft.ss01 = -60; +quotedblright.ss01 = -55; +trademark = -73; +tenge = -11; +yen = -36; +plus = -5; +x = -14; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 39; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 87; +"@MMK_R_KO_itilde" = 64; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -54; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -144; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -65; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = 33; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -144; +"@MMK_R_KO_endash" = -136; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -3; +"@MMK_R_KO_asciicircum" = -83; +}; +quoteleft = { +Hbar = 49; +igrave = 46; +icircumflex = 64; +imacron = 102; +jcircumflex = 64; +g.ss06 = -64; +mu = -29; +exclamdown = -33; +questiondown = -73; +questiondown.case = -73; +quotedblbase = -73; +ampersand = -53; +minus = -73; +divide = -73; +logicalnot = -73; +asciitilde = -72; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -133; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = -133; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 23; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -133; +"@MMK_R_KO_a" = -72; +"@MMK_R_KO_aacute" = -70; +"@MMK_R_KO_a.ss05" = -58; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_eacute" = -71; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -70; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -36; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -28; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -12; +"@MMK_R_KO_zero" = -24; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = -125; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = 27; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 23; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_ellipsis" = -133; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -133; +"@MMK_R_KO_hyphen" = -133; +"@MMK_R_KO_endash" = -133; +"@MMK_R_KO_hyphen.case" = -133; +"@MMK_R_KO_endash.case" = -85; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = -77; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -77; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 28; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 21; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 31; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_endash" = -62; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = -65; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -62; +"@MMK_R_KO_asciicircum" = -14; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -133; +"@MMK_R_KO_V" = -94; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = -134; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_z" = 26; +"@MMK_R_KO_t_t.liga" = -42; +}; +nine.dnom = { +question = -87; +question.ss01 = -111; +parenright = -88; +parenright.case = -55; +quotedblleft = -133; +quotedblright = -133; +quoteleft = -73; +quoteright = -73; +quotedbl = -91; +quotesingle = -67; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -100; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -63; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = -32; +"@MMK_R_KO_s" = -62; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -32; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -14; +"@MMK_R_KO_zero" = -28; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -27; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -39; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_endash.case" = -68; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -68; +}; +Omacron = { +Eth = 34; +}; +uhorndotbelow.ss01 = { +a = -17; +c = -17; +period.ss01 = -42; +ellipsis.ss01 = -51; +comma.ss01 = -38; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_pi" = 14; +"@MMK_R_KO_zero" = -6; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 27; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -7; +"@MMK_R_KO_seven" = 14; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 12; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_asterisk" = 25; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -41; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = 13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -6; +"@MMK_R_KO_plus" = -7; +"@MMK_R_KO_percent" = 11; +}; +exclamdown = { +T = -90; +V = -45; +Y = -59; +j = 81; +}; +Adieresis = { +Germandbls = 0; +endash.case = -77; +registered = -91; +}; +}; +"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = { +J = { +Hbar = 37; +Oslash = 14; +a = 6; +igrave = 34; +ibreve = 46; +icaron = 91; +idieresis = 89; +jcircumflex = 96; +idieresis.ss01 = 69; +greater = 25; +}; +exclam.ss01 = { +period.ss01 = -22; +}; +ohungarumlaut = { +onesuperior = -23; +sevensuperior = -2; +parenright = -10; +bracketright = -2; +quotedblright = 0; +quotedbl = -5; +quotesingle = -9; +}; +uhornacute = { +a = -22; +a.ss05 = -18; +c = -30; +n = 0; +t = 25; +u = 9; +t_i.liga = 25; +t_t.liga = 25; +period = -28; +comma = -29; +ellipsis = -43; +question = 9; +period.ss01 = -51; +ellipsis.ss01 = -48; +comma.ss01 = -50; +parenright = -37; +quotedbl = 19; +}; +o = { +germandbls = 0; +gbreve.ss06 = 10; +ordmasculine = -46; +seven = -23; +registered = -20; +logicalnot = -53; +}; +ellipsis = { +Dcroat = -28; +Tbar = -122; +tbar = -53; +twosuperior = -213; +threesuperior = -225; +fivesuperior = -230; +eightsuperior = -230; +parenleft = -22; +braceright = -36; +parenleft.case = -38; +bracketright.case = -2; +}; +Iacute = { +A = -4; +S = 0; +igrave = 20; +icircumflex = 82; +parenright.case = 8; +}; +sixsuperior = { +A = -100; +fraction = -13; +period = -137; +comma = -139; +slash = -108; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -40; +parenright = -45; +guillemetleft = -36; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -47; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = -43; +"@MMK_R_KO_S" = -31; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 29; +"@MMK_R_KO_imacron" = 77; +"@MMK_R_KO_itilde" = 53; +"@MMK_R_KO_j" = 68; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -80; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_one" = -50; +"@MMK_R_KO_four" = -39; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -72; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = -39; +"@MMK_R_KO_asterisk" = -31; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = 13; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = -55; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -89; +"@MMK_R_KO_parenleft" = -22; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 16; +"@MMK_R_KO_quotedblleft" = -52; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -52; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -42; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -82; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 23; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -98; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -28; +"@MMK_R_KO_I.ss02" = -45; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -93; +"@MMK_R_KO_comma" = -95; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = -58; +"@MMK_R_KO_period.ss01" = -107; +"@MMK_R_KO_comma.ss01" = -95; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_parenright.case" = -77; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 28; +l.ss04 = 13; +}; +five = { +icircumflex = 77; +x = -5; +ordfeminine = -17; +ordmasculine = -15; +parenleft = 14; +asciicircum = -16; +}; +Tcommaaccent = { +aacute = -42; +acircumflex.ss05 = 0; +amacron.ss05 = -7; +abreve.ss05 = -25; +endash.case = -5; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -79; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -118; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -34; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = 16; +"@MMK_R_KO_sixsuperior" = -33; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -47; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_backslash" = -49; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_underscore" = -43; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -88; +"@MMK_R_KO_braceright" = -72; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -47; +"@MMK_R_KO_quotesingle" = -49; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -85; +"@MMK_R_KO_asciicircum" = -20; +}; +questiondown.ss01 = { +l.ss03 = -26; +quoteright.ss01 = -117; +}; +threeinferior = { +T = -137; +V = -98; +W = -49; +Y = -148; +parenright = -65; +bracketright = -30; +}; +Adieresis.ss01 = { +endash.case = -60; +registered = -93; +}; +lcaron.ss03 = { +b = 138; +h = 138; +k = 138; +i = 109; +idotaccent = 109; +i.ss01 = 113; +idotaccent.ss01 = 113; +j = 111; +j.ss01 = 114; +zcaron = 80; +l.ss03 = 144; +lcaron.ss03 = 150; +sixsuperior = 124; +onesuperior = 143; +twosuperior = 115; +threesuperior = 120; +foursuperior = 72; +fivesuperior = 131; +sevensuperior = 154; +eightsuperior = 130; +ninesuperior = 129; +exclam = 141; +question = 100; +exclam.ss01 = 143; +question.ss01 = 95; +parenright = 125; +bracketright = 146; +quotedblleft = 85; +quoteleft = 85; +quotedbl = 155; +quotesingle = 149; +quotedblleft.ss01 = 99; +quoteleft.ss01 = 99; +}; +f_f.liga = { +e = -2; +f = 26; +fl = 32; +i = 8; +i.ss01 = 7; +idieresis = 89; +seven = 32; +ampersand = -20; +}; +Jacute = { +Icircumflex = 49; +Imacron = 51; +Hbar = 32; +igrave = 28; +ibreve = 40; +icaron = 85; +idieresis = 83; +jcircumflex = 90; +idieresis.ss01 = 63; +parenright = -8; +parenright.case = 10; +}; +braceright.case = { +J.ss10 = -21; +period = -37; +comma = -38; +period.ss01 = -58; +comma.ss01 = -57; +hyphen.case = 34; +parenright.case = -50; +braceright.case = -37; +asciicircum = 0; +}; +ecircumflexhookabove = { +m = 2; +n = 2; +u = 9; +period.ss01 = -8; +comma.ss01 = -7; +parenright = 24; +}; +Cdotaccent = { +Hbar = 44; +}; +Ncommaaccent = { +imacron = 56; +}; +dollar = { +one = -4; +three = 14; +four = 14; +five = 9; +eight = 17; +parenright = -75; +bracketright = -26; +parenright.case = -50; +}; +Scaron = { +iogonek = 6; +}; +fi = { +hbar = 8; +idieresis = 45; +jcircumflex = 46; +germandbls = 0; +logicalnot = -66; +}; +zero = { +icircumflex = 31; +x = -6; +ordmasculine = -16; +underscore = -77; +parenleft = 12; +braceright = -46; +braceright.case = -40; +bracketright.case = -37; +baht = -9; +trademark = -50; +multiply = 0; +asciicircum = 0; +}; +period.ss01 = { +ordfeminine = -142; +ordmasculine = -142; +twosuperior = -142; +threesuperior = -142; +fivesuperior = -142; +eightsuperior = -142; +question.ss01 = -119; +parenleft = -13; +braceright = -19; +parenleft.case = -29; +quoteright.ss01 = -142; +}; +X = { +igrave = 53; +ibreve = 64; +icaron = 110; +idieresis = 91; +idieresis.ss01 = 87; +zero = -53; +two = 24; +three = -26; +six = -42; +eight = -20; +nine = -34; +numbersign = -42; +endash.case = -94; +parenleft.case = -31; +at = -37; +registered = -57; +plus = -85; +minus = -109; +multiply = -58; +equal = -9; +notequal = -86; +less = -56; +logicalnot = -161; +asciitilde = -91; +}; +L = { +H = 0; +Dcroat = -11; +Oslash = 0; +Tbar = -57; +oslash = 0; +ordfeminine = -204; +ordmasculine = -203; +zero = -23; +two = 18; +three = 2; +five = 0; +six = -18; +seven = -78; +nine = -3; +numbersign = 0; +endash.case = -110; +parenleft.case = -12; +quoteleft.ss01 = -142; +at = -6; +registered = -103; +dollar = -2; +plus = -5; +minus = -5; +multiply = 0; +equal = 0; +notequal = -49; +less = 0; +approxequal = 0; +logicalnot = -110; +asciitilde = -5; +}; +euro = { +period = -21; +comma = -21; +slash = -41; +period.ss01 = -27; +parenright = -70; +bracketright = -39; +parenright.case = -64; +bracketright.case = -34; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -108; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = -89; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = 32; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 33; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = 18; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -44; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_eacute" = -48; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -62; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_icircumflex" = 84; +"@MMK_R_KO_imacron" = 96; +"@MMK_R_KO_itilde" = 74; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -62; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 47; +"@MMK_R_KO_g.ss06" = -58; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -71; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 12; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = 6; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -122; +"@MMK_R_KO_comma" = -120; +"@MMK_R_KO_colon" = -26; +"@MMK_R_KO_semicolon" = -27; +"@MMK_R_KO_ellipsis" = -139; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -135; +"@MMK_R_KO_backslash" = 48; +"@MMK_R_KO_period.ss01" = -136; +"@MMK_R_KO_comma.ss01" = -135; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_endash" = -64; +"@MMK_R_KO_underscore" = -151; +"@MMK_R_KO_hyphen.case" = -36; +"@MMK_R_KO_parenleft" = -38; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 5; +"@MMK_R_KO_bracketright" = 6; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 15; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = 23; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 20; +"@MMK_R_KO_quoteright.ss01" = 20; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -16; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -38; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -45; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -46; +"@MMK_R_KO_quotesingle" = -49; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +}; +perthousand = { +question = -109; +asterisk = -139; +question.ss01 = -113; +parenright = -86; +parenright.case = -57; +quotedblleft = -109; +quotedblright = -64; +quoteleft = -109; +quoteright = -64; +quotedblleft.ss01 = -70; +quoteleft.ss01 = -70; +quotedblright.ss01 = -74; +quoteright.ss01 = -74; +}; +V = { +Eth = -3; +Oslash = -28; +adieresis = -39; +ae = -62; +a.ss05 = -62; +adieresis.ss05 = -24; +eacute = -69; +ccaron = -41; +emacron = -39; +edieresis = -36; +ecaron = -41; +otilde = -48; +odieresis = -36; +iacute = -28; +ncommaaccent = -40; +igrave = 70; +ibreve = 80; +icaron = 100; +idieresis = 102; +racute = -37; +scaron = -22; +zcaron = 0; +idieresis.ss01 = 96; +gdotaccent.ss06 = -51; +gdotaccent.ss01.ss06 = -49; +zero = -36; +two = -21; +three = -19; +six = -35; +seven = 33; +twoinferior = -101; +ellipsis.ss01 = -132; +endash.case = -45; +at = -44; +ampersand = -50; +plus = -49; +minus = -61; +less = -5; +lessequal = -62; +approxequal = -25; +asciitilde = -68; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -82; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -86; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -99; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_pi" = 16; +"@MMK_R_KO_sixsuperior" = 15; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 21; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -87; +"@MMK_R_KO_comma" = -88; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 24; +"@MMK_R_KO_slash" = -88; +"@MMK_R_KO_period.ss01" = -115; +"@MMK_R_KO_comma.ss01" = -114; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 1; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 7; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -76; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 5; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -213; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = 13; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -92; +"@MMK_R_KO_period.ss01" = -142; +"@MMK_R_KO_comma.ss01" = -142; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_degree" = -10; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 4; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -113; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -117; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -241; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -52; +"@MMK_R_KO_eacute" = -48; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -49; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -46; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -3; +"@MMK_R_KO_zero" = -28; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = -13; +"@MMK_R_KO_six" = -29; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = -9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_ellipsis" = -241; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -129; +"@MMK_R_KO_period.ss01" = -142; +"@MMK_R_KO_comma.ss01" = -142; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = -55; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -30; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -10; +"@MMK_R_KO_plus" = -8; +"@MMK_R_KO_percent" = -2; +}; +seven = { +icircumflex = 95; +x = 0; +g.ss06 = -51; +mu = -16; +colon = -8; +semicolon = -9; +backslash = 63; +ellipsis.ss01 = -134; +underscore = -139; +parenleft = -13; +at = -27; +ampersand = -35; +euro = -26; +minus = -47; +multiply = 0; +divide = -10; +notequal = -49; +less = 0; +plusminus = 0; +asciitilde = -58; +asciicircum = -5; +}; +scedilla = { +gbreve.ss06 = 23; +}; +fourinferior = { +T = -136; +V = -102; +W = -52; +parenright = -60; +bracketright = -32; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -34; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -111; +"@MMK_R_KO_U" = -37; +"@MMK_R_KO_V" = -135; +"@MMK_R_KO_W" = -78; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -149; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 83; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_v" = -88; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_zero" = -41; +"@MMK_R_KO_one" = -80; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = -61; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_asterisk" = -115; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 13; +"@MMK_R_KO_parenright.case" = 17; +"@MMK_R_KO_quotedblleft" = -110; +"@MMK_R_KO_quotedblright" = -81; +"@MMK_R_KO_quoteleft" = -110; +"@MMK_R_KO_quoteright" = -81; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -120; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -92; +"@MMK_R_KO_quotedblright.ss01" = -90; +}; +equal = { +period = -2; +comma = -5; +period.ss01 = -5; +comma.ss01 = -5; +parenright = -60; +bracketright = -5; +parenright.case = -54; +bracketright.case = -5; +equal = 0; +A = -5; +J = 0; +T = 0; +V = -5; +X = -9; +Y = -8; +}; +five.numr = { +fraction = -18; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -111; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 23; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = 27; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -29; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 25; +"@MMK_R_KO_underscore" = -37; +"@MMK_R_KO_parenleft" = 23; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 19; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -36; +"@MMK_R_KO_quotesingle" = -39; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +}; +dcaron = { +exclam.ss01 = 179; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 22; +"@MMK_R_KO_Oacute" = 28; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 61; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = -68; +"@MMK_R_KO_hyphen.case" = 22; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -63; +"@MMK_R_KO_bracketright.case" = -30; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 14; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -36; +"@MMK_R_KO_asciicircum" = 0; +}; +k = { +oslash = -19; +iogonek = 2; +lcommaaccent = 0; +two = 17; +plus = -5; +minus = -5; +notequal = -48; +logicalnot = -100; +asciitilde = -51; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = -1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -5; +}; +scaron = { +T = -21; +iogonek = 15; +}; +ninesuperior = { +A = -107; +fraction = -27; +period = -137; +comma = -139; +slash = -116; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -47; +parenright = -47; +guillemetleft = -47; +}; +v = { +n = 0; +ampersand = -26; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -73; +"@MMK_R_KO_H" = -73; +"@MMK_R_KO_O" = -47; +"@MMK_R_KO_J" = -56; +"@MMK_R_KO_G.ss07" = -47; +"@MMK_R_KO_S" = -58; +"@MMK_R_KO_T" = -139; +"@MMK_R_KO_V" = -124; +"@MMK_R_KO_W" = -104; +"@MMK_R_KO_X" = -104; +"@MMK_R_KO_Y" = -164; +"@MMK_R_KO_Z" = -60; +"@MMK_R_KO_I.ss02" = -64; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_a.ss05" = -55; +"@MMK_R_KO_l" = -69; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_f" = -57; +"@MMK_R_KO_g" = -51; +"@MMK_R_KO_i" = -63; +"@MMK_R_KO_n" = -69; +"@MMK_R_KO_j" = -63; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_z" = -65; +"@MMK_R_KO_t_t.liga" = -58; +}; +infinity = { +parenright = -86; +bracketright = -59; +parenright.case = -74; +bracketright.case = -58; +quotedblleft = -5; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -94; +"@MMK_R_KO_comma" = -97; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -82; +"@MMK_R_KO_period.ss01" = -80; +"@MMK_R_KO_comma.ss01" = -79; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = -94; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = -84; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_A" = -63; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -106; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_t_t.liga" = 0; +}; +asterisk = { +g.ss06 = -31; +}; +semicolon.ss01 = { +onesuperior = -27; +sevensuperior = -39; +hyphen = -5; +emdash = -12; +}; +divide = { +one = 0; +two = 0; +three = 0; +seven = 0; +parenright = -86; +parenright.case = -79; +quotedblleft = -5; +quotedblright = 0; +quoteright = 0; +quotedblleft.ss01 = 0; +quotedblright.ss01 = 0; +A = -47; +Y = -80; +I.ss02 = -5; +}; +asciitilde = { +exclam = -5; +exclam.ss01 = -5; +question.ss01 = 0; +parenleft = 0; +parenleft.case = 0; +bracketright.case = -75; +quoteright.ss01 = 0; +U = 0; +aacute = 0; +edieresis = -5; +edieresis.ss01 = -5; +u = 0; +v = 0; +w = 0; +x = -5; +y = 0; +l.ss03 = -5; +l.ss04 = 0; +g.ss06 = 0; +gcircumflex.ss06 = 0; +}; +three.dnom = { +question = -99; +question.ss01 = -114; +parenright = -76; +quotedblleft = -66; +quotedblright = -45; +quoteleft = -66; +quoteright = -45; +quotedbl = -87; +quotesingle = -93; +quotedblleft.ss01 = -47; +quoteleft.ss01 = -47; +quotedblright.ss01 = -47; +quoteright.ss01 = -47; +degree = -119; +}; +odotbelow.ss01 = { +T = -74; +}; +x = { +oslash = -18; +two = 18; +ampersand = -22; +plus = -5; +minus = -18; +notequal = -51; +logicalnot = -83; +asciitilde = -52; +}; +U = { +Dcroat = 17; +Eth = 11; +Hbar = 43; +Lslash = 10; +hbar = 28; +igrave = 40; +jcircumflex = 102; +greater = 21; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 104; +"@MMK_R_KO_imacron" = 62; +"@MMK_R_KO_itilde" = 61; +"@MMK_R_KO_j" = 50; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 11; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = 3; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 9; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_imacron" = 76; +"@MMK_R_KO_j" = 45; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 23; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = -33; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Eth = { +Eth = 25; +Oslash = 33; +}; +odotbelow = { +T = -74; +}; +baht = { +slash = -23; +parenright = -65; +parenright.case = -47; +}; +Icircumflex.ss02 = { +endash.case = -37; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 35; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 21; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -1; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 29; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 1; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -89; +"@MMK_R_KO_onesuperior" = -78; +"@MMK_R_KO_foursuperior" = -98; +"@MMK_R_KO_sevensuperior" = -75; +"@MMK_R_KO_ninesuperior" = -81; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -99; +"@MMK_R_KO_asterisk" = -104; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_endash.case" = -21; +"@MMK_R_KO_parenright" = -74; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_quotedblleft" = -100; +"@MMK_R_KO_quotedblright" = -66; +"@MMK_R_KO_quoteleft" = -100; +"@MMK_R_KO_quoteright" = -66; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -82; +"@MMK_R_KO_quotesingle" = -84; +"@MMK_R_KO_quotedblleft.ss01" = -70; +"@MMK_R_KO_quotedblright.ss01" = -75; +}; +quotedblright = { +Dcroat = -18; +icircumflex = 67; +scaron = -50; +x = -14; +g.ss06 = -52; +mu = -33; +questiondown = -135; +questiondown.case = -103; +parenleft = -30; +quotesinglbase = -139; +asciitilde = -66; +}; +r = { +fl = 29; +germandbls = 19; +wdieresis = 27; +gcircumflex.ss06 = 5; +oneinferior = -29; +twoinferior = -25; +threeinferior = -27; +fourinferior = -76; +fiveinferior = -16; +sixinferior = -38; +ampersand = -27; +logicalnot = -50; +asciitilde = 0; +}; +seveninferior = { +I.ss02 = -33; +fourinferior = -25; +seveninferior = 21; +parenright = -83; +parenright.case = -61; +}; +sterling = { +two = 15; +hyphen.case = -5; +parenright = -52; +}; +Ocircumflex = { +Lslash = 20; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 24; +"@MMK_R_KO_O" = 23; +"@MMK_R_KO_Oacute" = 28; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 44; +"@MMK_R_KO_U" = 36; +"@MMK_R_KO_V" = 58; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 33; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_period" = -28; +"@MMK_R_KO_comma" = -29; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 46; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 23; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = 51; +"@MMK_R_KO_bracketright" = 47; +"@MMK_R_KO_parenright.case" = 59; +"@MMK_R_KO_bracketright.case" = 49; +"@MMK_R_KO_quotedblright" = 48; +"@MMK_R_KO_quoteright" = 48; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 38; +"@MMK_R_KO_quotesingle" = 32; +"@MMK_R_KO_quotedblright.ss01" = 47; +"@MMK_R_KO_quoteright.ss01" = 47; +}; +_f.longarm = { +l = 7; +i = 13; +idotaccent = 13; +i.ss01 = 13; +idotaccent.ss01 = 13; +l.ss03 = 13; +l.ss04 = 37; +}; +I.ss02 = { +Dcroat = 0; +igrave = 52; +jcircumflex = 105; +endash.case = -34; +plus = -5; +minus = -24; +notequal = -54; +less = 0; +approxequal = 0; +logicalnot = -122; +asciitilde = -5; +}; +quoteleft.ss01 = { +J.ss10 = -142; +igrave = 23; +icircumflex = 64; +imacron = 63; +jcircumflex = 64; +questiondown.case = -42; +questiondown.ss01 = -115; +hyphen = -13; +emdash = -13; +quotedblbase.ss01 = -142; +ampersand = -47; +minus = -5; +logicalnot = -58; +asciitilde = -5; +}; +Zacute = { +endash.case = -34; +}; +d = { +hbar = 9; +igrave = 8; +icaron = 18; +idieresis = 50; +jcircumflex = 49; +logicalnot = -66; +}; +notequal = { +zero = -47; +one = -49; +two = -49; +seven = -51; +parenright = -115; +parenright.case = -111; +A = -65; +B = -56; +F = -56; +L = -56; +N = -56; +Y = -78; +b = -52; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -70; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 14; +}; +six = { +icircumflex = 72; +parenleft = 13; +braceright = -21; +bracketright.case = -16; +trademark = -31; +asciicircum = -5; +}; +Idieresis.ss02 = { +idieresis = 94; +}; +quotedblleft.ss01 = { +A = -76; +J = -110; +igrave = 23; +icircumflex = 64; +imacron = 63; +jcircumflex = 64; +g.ss06 = -14; +mu = -22; +questiondown.case = -42; +ellipsis.ss01 = -277; +questiondown.ss01 = -115; +underscore = -250; +quotedblbase.ss01 = -277; +ampersand = -47; +minus = -5; +divide = 0; +asciitilde = -5; +}; +sevensuperior = { +A = -136; +C = -40; +O = -40; +G = -40; +fraction = -48; +sevensuperior = 21; +period = -137; +comma = -139; +colon = -42; +semicolon = -43; +slash = -149; +period.ss01 = -142; +comma.ss01 = -142; +colon.ss01 = -45; +semicolon.ss01 = -45; +hyphen = -84; +hyphen.case = -57; +guillemetleft = -84; +guilsinglleft = -84; +guillemetright = -42; +guilsinglright = -42; +plus = -62; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 30; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 75; +"@MMK_R_KO_imacron" = 40; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = 15; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = 28; +"@MMK_R_KO_semicolon" = 28; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = 10; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -56; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_bracketright.case" = -26; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -30; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 25; +"@MMK_R_KO_J" = -82; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -95; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = -48; +"@MMK_R_KO_I.ss02" = -32; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_zero" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 5; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -118; +"@MMK_R_KO_comma" = -119; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -59; +"@MMK_R_KO_period.ss01" = -142; +"@MMK_R_KO_comma.ss01" = -142; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -70; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +won = { +period = -72; +comma = -73; +slash = -50; +period.ss01 = -92; +comma.ss01 = -91; +}; +i.ss01 = { +l = -4; +c = -6; +e = -6; +o = -4; +m = -4; +n = -4; +r = -4; +p = -4; +j.ss01 = 5; +parenright = -15; +}; +guillemetright = { +T = -59; +x = -40; +threesuperior = -22; +fivesuperior = -31; +eightsuperior = -22; +colon = -11; +semicolon = -12; +questiondown = -56; +question.ss01 = -46; +questiondown.ss01 = -54; +braceright = -85; +braceright.case = -57; +bracketright.case = -55; +quotesinglbase = -51; +quotedblbase = -51; +quotedblbase.ss01 = -41; +quoteright.ss01 = -21; +}; +s = { +l = 0; +seven = -16; +emdash = 0; +registered = -20; +notequal = -48; +logicalnot = -60; +asciitilde = -5; +}; +five.dnom = { +question = -104; +question.ss01 = -115; +parenright = -76; +quotedblleft = -47; +quotedblright = -16; +quoteleft = -47; +quoteright = -16; +quotedbl = -54; +quotesingle = -58; +quotedblleft.ss01 = -33; +quoteleft.ss01 = -33; +quotedblright.ss01 = -29; +quoteright.ss01 = -29; +degree = -88; +}; +ecircumflexgrave = { +parenright = -20; +bracketright = -2; +quotedbl = -8; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -36; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -53; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 29; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 29; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 28; +"@MMK_R_KO_w" = 27; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = 31; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 29; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 13; +"@MMK_R_KO_fivesuperior" = 4; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -44; +"@MMK_R_KO_comma" = -43; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = -55; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -45; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -54; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -65; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -62; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = 13; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_two" = 11; +"@MMK_R_KO_three" = 24; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 11; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 25; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = -38; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_degree" = -11; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 2; +}; +Agrave = { +endash.case = -64; +}; +t_t.liga = { +wdieresis = 12; +hyphen = 0; +logicalnot = -59; +asciitilde = -5; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -101; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -105; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -166; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 3; +"@MMK_R_KO_zero" = -6; +"@MMK_R_KO_one" = 17; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 29; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_question" = 22; +"@MMK_R_KO_asterisk" = 31; +"@MMK_R_KO_slash" = -115; +"@MMK_R_KO_period.ss01" = -142; +"@MMK_R_KO_comma.ss01" = -142; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -9; +"@MMK_R_KO_endash.case" = -8; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_quotedblleft" = 12; +"@MMK_R_KO_quotedblright" = 19; +"@MMK_R_KO_quoteleft" = 12; +"@MMK_R_KO_quoteright" = 19; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = 12; +"@MMK_R_KO_quotedblright.ss01" = 12; +}; +ohorngrave = { +i = 29; +idotaccent = 29; +i.ss01 = 29; +idotaccent.ss01 = 29; +m = 23; +n = 23; +period = -4; +comma = -6; +period.ss01 = -17; +comma.ss01 = -16; +parenright = -28; +bracketright = -3; +guillemetright = 49; +quotedbl = 38; +}; +zeroinferior = { +parenright = -69; +}; +c = { +seven = -16; +registered = -15; +notequal = -56; +}; +Aacute = { +Dcroat = -15; +Eth = -18; +Tbar = -89; +endash.case = -64; +registered = -93; +}; +Abreve = { +endash.case = -64; +}; +eight.dnom = { +question = -99; +question.ss01 = -114; +parenright = -75; +quotedblleft = -66; +quotedblright = -45; +quoteleft = -66; +quoteright = -45; +quotedbl = -87; +quotesingle = -93; +quotedblleft.ss01 = -47; +quoteleft.ss01 = -47; +quotedblright.ss01 = -47; +quoteright.ss01 = -47; +degree = -119; +}; +Idieresis.ss01 = { +Icircumflex = 104; +Idieresis.ss01 = 98; +idieresis.ss01 = 55; +parenright.case = 79; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 22; +"@MMK_R_KO_a.ss05" = 27; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 15; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 20; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -39; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +}; +comma.ss01 = { +twosuperior = -142; +threesuperior = -142; +fivesuperior = -142; +eightsuperior = -142; +parenright = -24; +bracketright = -4; +quoteright.ss01 = -142; +}; +C = { +two = 19; +three = 24; +five = 11; +eight = 21; +braceright.case = -28; +plus = 0; +minus = 0; +greater = 0; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -123; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = -119; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -3; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -242; +"@MMK_R_KO_a" = -58; +"@MMK_R_KO_aacute" = -56; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_eacute" = -65; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -58; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -33; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -9; +"@MMK_R_KO_zero" = -33; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -95; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -32; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_ellipsis" = -278; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -135; +"@MMK_R_KO_hyphen" = -76; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -40; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -36; +"@MMK_R_KO_percent" = 0; +}; +ocircumflexgrave = { +parenright = -16; +bracketright = -2; +quotedbl = -6; +quotesingle = -12; +}; +wcircumflex = { +p = 0; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 25; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -130; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 21; +"@MMK_R_KO_aacute" = 27; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 27; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 5; +"@MMK_R_KO_seven" = -39; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_question" = -104; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -40; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -47; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_plus" = 0; +}; +Umacron = { +Hbar = 37; +}; +Zcaron = { +Dcroat = -4; +igrave = 33; +endash.case = -34; +}; +sixinferior = { +T = -138; +W = -51; +parenright = -68; +bracketright = -36; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_zero" = -41; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -14; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 27; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -70; +"@MMK_R_KO_endash.case" = -73; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = -78; +"@MMK_R_KO_percent" = -7; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 17; +"@MMK_R_KO_four" = 26; +"@MMK_R_KO_five" = 12; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 20; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_icircumflex" = 69; +"@MMK_R_KO_imacron" = 35; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = 4; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -57; +"@MMK_R_KO_bracketright.case" = -30; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Idotaccent = { +l.ss04 = 13; +}; +zero.dnom = { +question = -103; +question.ss01 = -114; +parenright = -80; +parenright.case = -53; +quotedblleft = -102; +quotedblright = -58; +quoteleft = -102; +quoteright = -58; +quotedbl = -109; +quotesingle = -112; +quotedblleft.ss01 = -58; +quoteleft.ss01 = -58; +quotedblright.ss01 = -60; +quoteright.ss01 = -60; +degree = -138; +}; +I = { +I = 0; +Hbar = 30; +hbar = 16; +igrave = 26; +jcircumflex = 88; +logicalnot = -65; +}; +uhornhookabove = { +a = -22; +a.ss05 = -18; +period = -28; +comma = -29; +ellipsis = -43; +period.ss01 = -51; +ellipsis.ss01 = -48; +comma.ss01 = -50; +parenright = -37; +bracketright = 18; +quotedblright = 11; +quotedbl = 19; +}; +Idieresis = { +Icircumflex = 103; +Idieresis = 116; +idieresis = 77; +parenright = 80; +parenright.case = 87; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -132; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -50; +"@MMK_R_KO_Oacute" = -47; +"@MMK_R_KO_J" = -101; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = 23; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -173; +"@MMK_R_KO_a" = -111; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -117; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -111; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -61; +"@MMK_R_KO_icircumflex" = 50; +"@MMK_R_KO_imacron" = 72; +"@MMK_R_KO_itilde" = 52; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -106; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_u" = -56; +"@MMK_R_KO_uacute" = -52; +"@MMK_R_KO_v" = -44; +"@MMK_R_KO_w" = -46; +"@MMK_R_KO_x" = -47; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = -54; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_g.ss06" = -103; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = -123; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 21; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_colon" = -60; +"@MMK_R_KO_semicolon" = -60; +"@MMK_R_KO_ellipsis" = -182; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -155; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = -142; +"@MMK_R_KO_comma.ss01" = -142; +"@MMK_R_KO_colon.ss01" = -54; +"@MMK_R_KO_question.ss01" = -34; +"@MMK_R_KO_hyphen" = -120; +"@MMK_R_KO_endash" = -117; +"@MMK_R_KO_underscore" = -169; +"@MMK_R_KO_hyphen.case" = -76; +"@MMK_R_KO_parenleft" = -51; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = 7; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -115; +"@MMK_R_KO_guillemetright" = -46; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 10; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -57; +}; +Ecircumflexdotbelow.ss01 = { +T = 8; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -70; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -39; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = -50; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -23; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_braceright" = -54; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -45; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -78; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_J" = -16; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -48; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -28; +"@MMK_R_KO_comma" = -29; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_hyphen.case" = 16; +"@MMK_R_KO_endash.case" = 7; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_parenright.case" = -75; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_degree" = -23; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +one = { +icircumflex = 87; +three = 0; +multiply = 0; +equal = 0; +notequal = -58; +asciicircum = -5; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 34; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 22; +"@MMK_R_KO_Oacute" = 28; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -50; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -28; +"@MMK_R_KO_comma" = -29; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_underscore" = -76; +"@MMK_R_KO_hyphen.case" = 23; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -74; +"@MMK_R_KO_bracketright.case" = -34; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -48; +}; +lcaron.ss04 = { +ncaron = 81; +scaron = 61; +exclam.ss01 = 179; +}; +Gdotaccent = { +Hbar = 29; +}; +fl = { +Hbar = 24; +l = -4; +idieresis = 43; +jcircumflex = 43; +periodcentered.loclCAT = 25; +}; +quotedbl = { +Dcroat = -11; +Hbar = 38; +Lslash = -20; +hbar = 22; +igrave = 22; +icircumflex = 66; +idieresis = 83; +imacron = 57; +jcircumflex = 80; +x = -14; +idieresis.ss01 = 64; +g.ss06 = -44; +gcommaaccent.ss06 = -37; +gdotaccent.ss06 = -37; +gdotaccent.ss01.ss06 = -37; +mu = -30; +exclamdown = -26; +questiondown = -131; +backslash = 47; +questiondown.case = -80; +ellipsis.ss01 = -241; +exclamdown.ss01 = -29; +questiondown.ss01 = -125; +underscore = -241; +parenleft = -25; +braceleft = -33; +ampersand = -50; +sterling = -44; +minus = -42; +lessequal = -52; +asciitilde = -57; +}; +O = { +Dcroat = 31; +Eth = 25; +Hbar = 28; +Lslash = 26; +Tbar = 0; +idieresis = 33; +parenleft.case = 23; +braceright.case = -33; +less = 0; +}; +Zdotaccent.ss01 = { +Hbar = 43; +endash.case = -34; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -33; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -142; +"@MMK_R_KO_U" = -35; +"@MMK_R_KO_V" = -136; +"@MMK_R_KO_W" = -79; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -142; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -22; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_f" = -52; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_v" = -78; +"@MMK_R_KO_w" = -53; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = -22; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_pi" = -49; +"@MMK_R_KO_zero" = -40; +"@MMK_R_KO_one" = -118; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -36; +"@MMK_R_KO_seven" = -97; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = -21; +"@MMK_R_KO_sixsuperior" = -142; +"@MMK_R_KO_onesuperior" = -142; +"@MMK_R_KO_foursuperior" = -142; +"@MMK_R_KO_sevensuperior" = -142; +"@MMK_R_KO_ninesuperior" = -142; +"@MMK_R_KO_asterisk" = -142; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_hyphen.case" = -107; +"@MMK_R_KO_endash.case" = -142; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -142; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -142; +"@MMK_R_KO_quotedblright.ss01" = -142; +}; +braceleft = { +p = -6; +x = 0; +parenleft = -21; +braceright = 26; +at = -53; +minus = -94; +logicalnot = -150; +asciicircum = -50; +}; +rcaron = { +I.ss02 = 27; +onesuperior = 0; +twosuperior = 15; +sevensuperior = 32; +parenright = 13; +}; +f_f_i.liga = { +hbar = 8; +idieresis = 45; +jcircumflex = 46; +germandbls = 0; +logicalnot = -66; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -19; +"@MMK_R_KO_O" = -48; +"@MMK_R_KO_Oacute" = -46; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -146; +"@MMK_R_KO_U" = -43; +"@MMK_R_KO_V" = -147; +"@MMK_R_KO_W" = -95; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -189; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -50; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 38; +"@MMK_R_KO_lslash" = -29; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -28; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -100; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -15; +"@MMK_R_KO_t_t.liga" = -56; +"@MMK_R_KO_pi" = -47; +"@MMK_R_KO_zero" = -52; +"@MMK_R_KO_one" = -116; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_five" = -28; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = -98; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -107; +"@MMK_R_KO_asterisk" = -166; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_hyphen.case" = -118; +"@MMK_R_KO_endash.case" = -149; +"@MMK_R_KO_quotedblleft" = -278; +"@MMK_R_KO_quotedblright" = -278; +"@MMK_R_KO_quoteleft" = -139; +"@MMK_R_KO_quoteright" = -139; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_plus" = -72; +"@MMK_R_KO_percent" = -85; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 7; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -73; +"@MMK_R_KO_a" = -58; +"@MMK_R_KO_aacute" = -49; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_eacute" = -43; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = 69; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_u" = -66; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_pi" = -48; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -66; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -18; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_hyphen" = -71; +"@MMK_R_KO_endash" = -71; +"@MMK_R_KO_bracketright" = 26; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -65; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -18; +"@MMK_R_KO_plus" = -76; +"@MMK_R_KO_percent" = -4; +}; +logicalnot = { +one = -57; +two = -61; +seven = -63; +nine = -62; +parenright = -155; +parenright.case = -130; +v = -70; +x = -95; +y = -73; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 1; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 96; +"@MMK_R_KO_imacron" = 64; +"@MMK_R_KO_itilde" = 69; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = 0; +}; +ydotbelow = { +ecircumflexdotbelow = -31; +period = -51; +comma = 0; +parenright = 0; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 21; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 44; +"@MMK_R_KO_imacron" = 16; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 40; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = 14; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -46; +"@MMK_R_KO_asciicircum" = -5; +}; +idotless = { +T = -14; +}; +acircumflexhookabove.ss05 = { +y = -30; +}; +Iogonek.ss02 = { +iogonek = 29; +j = 69; +j.ss01 = 69; +endash.case = -37; +}; +aogonek = { +j = 28; +j.ss01 = 28; +parenright = -8; +bracketright = -3; +}; +ldot.ss01.ss03 = { +period.ss01 = -85; +comma.ss01 = -84; +}; +Idotbelow = { +j = 32; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 1; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 35; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = -1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -18; +"@MMK_R_KO_asciicircum" = -5; +}; +Tbar = { +A = -72; +Aacute = -66; +T = 75; +Tbar = 75; +a = -34; +a.ss05 = -35; +e = -44; +o = -41; +oslash = -41; +tbar = 35; +period = -83; +comma = -86; +slash = -81; +period.ss01 = -95; +comma.ss01 = -94; +hyphen = -35; +guillemetleft = -30; +guilsinglleft = -30; +}; +itilde = { +exclam.ss01 = 53; +quotedbl = 51; +}; +Idotaccent.ss01 = { +l.ss04 = 13; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 3; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 16; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_five" = 9; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -52; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_degree" = -14; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 51; +parenright = 47; +quotesingle = 30; +}; +multiply = { +one = 0; +seven.numr = -5; +parenright = -76; +parenright.case = -66; +A = -12; +J = 0; +T = 0; +V = -18; +X = -59; +Y = -59; +p = 0; +}; +Ccircumflex = { +jcircumflex = 69; +}; +q = { +j = 40; +j.ss01 = 40; +comma = 3; +slash = 27; +parenright = -6; +braceright = -6; +bracketright = 0; +}; +tcaron = { +a = 0; +b = 48; +h = 48; +k = 48; +l = 47; +o = -5; +f = 10; +i = 26; +j = 35; +sixsuperior = 43; +onesuperior = 64; +twosuperior = 48; +threesuperior = 49; +fivesuperior = 54; +sevensuperior = 84; +eightsuperior = 51; +ninesuperior = 52; +period = 10; +comma = 8; +colon = 10; +exclam = 72; +question = 41; +exclam.ss01 = 65; +hyphen = -5; +parenright = 65; +bracketright = 81; +quotedblleft = 13; +quotedblright = 57; +quoteleft = 13; +guillemetleft = -13; +guilsinglleft = -13; +quotedbl = 67; +quotesingle = 61; +quotedblleft.ss01 = 30; +quoteleft.ss01 = 30; +quotedblright.ss01 = 68; +}; +uogonek = { +j = 28; +j.ss01 = 28; +parenright = -8; +bracketright = -3; +}; +seven.dnom = { +period = -39; +comma = -41; +question = -104; +period.ss01 = -45; +comma.ss01 = -43; +question.ss01 = -116; +parenright = -89; +parenright.case = -62; +quotedblleft = -34; +quotedblright = 0; +quoteleft = -34; +quoteright = 0; +quotedbl = -38; +quotesingle = -41; +quotedblleft.ss01 = -10; +quoteleft.ss01 = -10; +quotedblright.ss01 = -5; +quoteright.ss01 = -5; +degree = -57; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -69; +"@MMK_R_KO_Oacute" = -63; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -61; +"@MMK_R_KO_S" = -38; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_zero" = -79; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -45; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -76; +"@MMK_R_KO_seven" = -6; +"@MMK_R_KO_eight" = -35; +"@MMK_R_KO_nine" = -52; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_question" = -43; +"@MMK_R_KO_asterisk" = -44; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -69; +"@MMK_R_KO_endash.case" = -70; +"@MMK_R_KO_parenright.case" = 31; +"@MMK_R_KO_quotedblleft" = -52; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -52; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_degree" = -58; +"@MMK_R_KO_plus" = -78; +"@MMK_R_KO_percent" = -38; +}; +Igrave.ss02 = { +igrave = 46; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 102; +"@MMK_R_KO_imacron" = 69; +"@MMK_R_KO_itilde" = 75; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 13; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 13; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_backslash" = 43; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -64; +"@MMK_R_KO_hyphen.case" = 20; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_bracketright.case" = 4; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -5; +"@MMK_R_KO_asciicircum" = 0; +}; +Amacron = { +endash.case = -60; +}; +hyphen = { +Dcroat = 8; +Lslash = 26; +Oslash = 24; +x = -52; +l.ss03 = 7; +mu = 1; +zero.numr = -45; +one.numr = -54; +three.numr = -34; +four.numr = -52; +five.numr = -40; +six.numr = -41; +seven.numr = -45; +eight.numr = -34; +nine.numr = -39; +threesuperior = -28; +fivesuperior = -37; +eightsuperior = -28; +colon = -5; +semicolon = -5; +questiondown = -30; +question.ss01 = -102; +questiondown.ss01 = -30; +parenleft = 18; +braceright = -72; +quotesinglbase = -25; +quotedblbase = -25; +quotedblbase.ss01 = -5; +quoteleft.ss01 = -13; +quoteright.ss01 = -11; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -77; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -66; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -48; +"@MMK_R_KO_Y" = -112; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = -35; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -45; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = -48; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -49; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -88; +"@MMK_R_KO_braceright" = -69; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 16; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -46; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -82; +"@MMK_R_KO_asciicircum" = -15; +}; +l = { +Hbar = 29; +l = 0; +hbar = 8; +igrave = 7; +ibreve = 13; +icaron = 17; +idieresis = 49; +jcircumflex = 48; +periodcentered.loclCAT = 31; +at = 0; +notequal = -54; +logicalnot = -67; +}; +registered = { +period = -123; +comma = -126; +slash = -88; +period.ss01 = -126; +comma.ss01 = -125; +parenright = -65; +parenright.case = -60; +trademark = -30; +}; +quotedblright.ss01 = { +icircumflex = 63; +g.ss06 = -39; +mu = -27; +questiondown.case = -87; +ellipsis.ss01 = -277; +questiondown.ss01 = -123; +asciitilde = -53; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -134; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -69; +"@MMK_R_KO_Y" = -116; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 24; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 18; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -25; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = -25; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_question" = -88; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_parenright" = -85; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -3; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -53; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 95; +"@MMK_R_KO_imacron" = 84; +"@MMK_R_KO_itilde" = 81; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 51; +"@MMK_R_KO_g.ss06" = -25; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = 17; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_twosuperior" = 20; +"@MMK_R_KO_threesuperior" = 18; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 19; +"@MMK_R_KO_period" = -74; +"@MMK_R_KO_comma" = -76; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -114; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -70; +"@MMK_R_KO_backslash" = 55; +"@MMK_R_KO_period.ss01" = -99; +"@MMK_R_KO_comma.ss01" = -99; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -227; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = 2; +"@MMK_R_KO_bracketright" = 4; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 3; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 25; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 25; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 20; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 14; +"@MMK_R_KO_quoteright.ss01" = 14; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = 0; +}; +published = { +parenright = -102; +parenright.case = -94; +}; +emdash.case = { +one.numr = -58; +seven.numr = -54; +question.ss01 = -24; +quotedblbase = -116; +quotedblbase.ss01 = -107; +quoteright.ss01 = 0; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -30; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -40; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_hyphen.case" = 15; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = -87; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_parenright.case" = -79; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_degree" = -26; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +Atilde = { +ordfeminine = -121; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +}; +quotesingle = { +Hbar = 43; +eacute = -49; +hbar = 28; +igrave = 27; +icaron = 75; +icircumflex = 87; +idieresis = 89; +imacron = 66; +itilde = 66; +jcircumflex = 87; +idieresis.ss01 = 70; +g.ss06 = -39; +mu = -26; +exclamdown = -22; +questiondown = -115; +backslash = 53; +questiondown.case = -76; +questiondown.ss01 = -115; +underscore = -115; +ampersand = -48; +lessequal = -49; +asciitilde = -53; +}; +exclam = { +exclam = 10; +parenright = -15; +guillemetleft = -17; +guillemetright = 5; +}; +Imacron.ss02 = { +endash.case = -37; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = 25; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -14; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -12; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -2; +}; +imacron = { +ncommaaccent = 2; +lcommaaccent = 20; +three = 39; +exclam.ss01 = 58; +quotedbl = 56; +}; +three = { +icircumflex = 91; +braceright = -8; +bracketright.case = 0; +trademark = -20; +}; +radical = { +four = -52; +seven = 34; +hyphen = -49; +A = -102; +J = -76; +J.ss10 = -72; +a = -43; +d = -43; +a.ss05 = -49; +c = -49; +g = -45; +s = -48; +l.ss04 = 47; +g.ss06 = -40; +}; +quotesinglbase = { +Iogonek = -8; +oslash = -17; +p = -15; +jcircumflex = 38; +germandbls = -61; +numbersign = -33; +parenleft.case = -40; +at = -34; +copyright = -61; +published = -57; +dollar = -32; +euro = -73; +minus = -78; +equal = -9; +approxequal = -5; +}; +germandbls = { +a = 15; +d = 15; +a.ss05 = 14; +e = 9; +f = -2; +g = 7; +i = 3; +s = 16; +t = -2; +v = 0; +w = 0; +g.ss06 = 10; +t_i.liga = -2; +t_t.liga = -2; +period.ss01 = -2; +comma.ss01 = -2; +hyphen = 24; +parenright = -66; +bracketright = -21; +quotedblleft = -23; +quotesingle = -25; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 19; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 21; +"@MMK_R_KO_w" = 20; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 15; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = 16; +"@MMK_R_KO_question.ss01" = 6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -19; +"@MMK_R_KO_O" = -48; +"@MMK_R_KO_Oacute" = -45; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -45; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -139; +"@MMK_R_KO_U" = -43; +"@MMK_R_KO_V" = -139; +"@MMK_R_KO_W" = -95; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -139; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -50; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 38; +"@MMK_R_KO_lslash" = -29; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -28; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -100; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -18; +"@MMK_R_KO_t_t.liga" = -56; +"@MMK_R_KO_pi" = -47; +"@MMK_R_KO_zero" = -52; +"@MMK_R_KO_one" = -116; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_five" = -28; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = -98; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -107; +"@MMK_R_KO_asterisk" = -139; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_hyphen.case" = -109; +"@MMK_R_KO_quotedblleft" = -139; +"@MMK_R_KO_quoteleft" = -139; +"@MMK_R_KO_quoteright" = -139; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_plus" = -72; +"@MMK_R_KO_percent" = -85; +}; +Odieresis = { +Eth = 20; +Germandbls = -4; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 24; +"@MMK_R_KO_w" = 20; +"@MMK_R_KO_y" = 25; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_pi" = 21; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = 8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = 23; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -9; +"@MMK_R_KO_plus" = -4; +"@MMK_R_KO_percent" = 0; +}; +e = { +idieresis = 0; +germandbls = -2; +gbreve.ss06 = 6; +seven = -25; +emdash = 14; +registered = -22; +logicalnot = -54; +asciitilde = 0; +}; +Oacute = { +Eth = 20; +Lslash = 20; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 34; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = 40; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 29; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_j" = 65; +"@MMK_R_KO_s" = 21; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = 29; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 31; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = 43; +"@MMK_R_KO_comma" = 41; +"@MMK_R_KO_colon" = 41; +"@MMK_R_KO_semicolon" = 39; +"@MMK_R_KO_ellipsis" = 16; +"@MMK_R_KO_exclam" = 29; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = -40; +"@MMK_R_KO_period.ss01" = 11; +"@MMK_R_KO_comma.ss01" = 6; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 14; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -45; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -71; +"@MMK_R_KO_asciicircum" = -12; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -42; +"@MMK_R_KO_eacute" = -42; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 44; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 30; +"@MMK_R_KO_w" = 26; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = 22; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -42; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 25; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -54; +"@MMK_R_KO_endash" = -66; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = 17; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = 0; +}; +Germandbls = { +B = 0; +E = 0; +I = 0; +L = 0; +S = 21; +T = -4; +Z = 20; +a = 18; +foursuperior = -19; +hyphen = 25; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +}; +six.dnom = { +question = -100; +question.ss01 = -113; +parenright = -76; +quotedblleft = -73; +quotedblright = -49; +quoteleft = -73; +quoteright = -49; +quotedbl = -97; +quotesingle = -100; +quotedblleft.ss01 = -50; +quoteleft.ss01 = -50; +quotedblright.ss01 = -50; +quoteright.ss01 = -50; +degree = -125; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -53; +}; +less = { +two = 7; +three = 0; +parenright = -5; +less = 0; +S = 16; +}; +Acircumflex = { +six = -39; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -93; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -104; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 13; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -139; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_pi" = 3; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -50; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 22; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_sevensuperior" = 15; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_ellipsis" = -139; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -107; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -36; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 8; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -121; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_J" = -125; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -225; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_a.ss05" = -49; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -56; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -50; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -47; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_t_t.liga" = 0; +}; +ellipsis.ss01 = { +Dcroat = -34; +Tbar = -94; +tbar = -44; +twosuperior = -213; +threesuperior = -225; +fivesuperior = -230; +eightsuperior = -230; +question.ss01 = -123; +parenleft = -17; +braceright = -22; +parenleft.case = -33; +quoteleft.ss01 = -142; +quoteright.ss01 = -142; +}; +u = { +l = 0; +idieresis = 6; +s = 0; +germandbls = 0; +logicalnot = -66; +}; +colon.ss01 = { +T = -5; +V = -36; +Y = -56; +zero = -10; +one = 0; +three = -3; +four = 0; +onesuperior = -27; +sevensuperior = -39; +emdash = -12; +parenright = -59; +braceright = -23; +bracketright = -23; +}; +ocircumflexacute = { +sevensuperior = 10; +parenright = 56; +bracketright = 52; +quotedbl = 0; +quotesingle = 0; +}; +egrave = { +T = -74; +}; +Jcircumflex = { +jcircumflex = 90; +parenright = 79; +bracketright = 87; +parenright.case = 81; +bracketright.case = 89; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 29; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 13; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 96; +"@MMK_R_KO_imacron" = 56; +"@MMK_R_KO_itilde" = 55; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 19; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -24; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -21; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 3; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 17; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_J" = 43; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -125; +"@MMK_R_KO_U" = -24; +"@MMK_R_KO_V" = -122; +"@MMK_R_KO_W" = -69; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -137; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_v" = -69; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 28; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -31; +"@MMK_R_KO_one" = -92; +"@MMK_R_KO_two" = 22; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -25; +"@MMK_R_KO_seven" = -74; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -137; +"@MMK_R_KO_onesuperior" = -137; +"@MMK_R_KO_foursuperior" = -137; +"@MMK_R_KO_sevensuperior" = -137; +"@MMK_R_KO_ninesuperior" = -137; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -88; +"@MMK_R_KO_asterisk" = -137; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_endash.case" = -118; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_quotedblleft" = -137; +"@MMK_R_KO_quotedblright" = -137; +"@MMK_R_KO_quoteleft" = -137; +"@MMK_R_KO_quoteright" = -137; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -137; +"@MMK_R_KO_quotesingle" = -115; +}; +udieresis = { +germandbls = -3; +}; +E = { +Hbar = 47; +igrave = 41; +idieresis = 99; +jcircumflex = 101; +germandbls = 0; +idieresis.ss01 = 83; +zero = -15; +two = 14; +six = -12; +seven = 15; +numbersign = 0; +registered = -7; +multiply = 0; +logicalnot = -87; +asciitilde = -5; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -73; +"@MMK_R_KO_Oacute" = -69; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -66; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = -130; +"@MMK_R_KO_U" = -63; +"@MMK_R_KO_V" = -151; +"@MMK_R_KO_W" = -89; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -167; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -50; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 64; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_v" = -104; +"@MMK_R_KO_w" = -63; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -77; +"@MMK_R_KO_one" = -97; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -33; +"@MMK_R_KO_four" = -130; +"@MMK_R_KO_five" = -39; +"@MMK_R_KO_six" = -64; +"@MMK_R_KO_seven" = -73; +"@MMK_R_KO_eight" = -27; +"@MMK_R_KO_nine" = -47; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -166; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 19; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblright" = -250; +"@MMK_R_KO_quotedbl" = -241; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblright.ss01" = -250; +}; +Lcaron = { +A = 19; +B = 0; +M = 0; +N = 0; +K = 0; +C = -12; +O = -12; +G = -12; +Ccaron = -8; +Ocircumflex = -8; +J = 24; +S = 5; +Scaron = 10; +T = -29; +U = -14; +Uacute = -9; +V = -22; +W = -20; +Zcaron = 31; +I.ss02 = 17; +a = 0; +u = -3; +v = -60; +w = -41; +sixsuperior = -57; +onesuperior = -40; +twosuperior = -51; +threesuperior = -49; +foursuperior = -87; +fivesuperior = -51; +sevensuperior = -36; +eightsuperior = -49; +ninesuperior = -50; +period = 36; +comma = 34; +question = -49; +question.ss01 = -62; +hyphen = 0; +hyphen.case = -71; +parenright = -43; +quotedblleft = -72; +quoteleft = -72; +guillemetleft = -32; +guilsinglleft = -32; +quotedbl = -42; +quotesingle = -45; +quotedblleft.ss01 = -63; +quoteleft.ss01 = -62; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -84; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -57; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -57; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = 32; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = 32; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_v" = 32; +"@MMK_R_KO_w" = 28; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = 34; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = -13; +"@MMK_R_KO_t_t.liga" = 32; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -29; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_fivesuperior" = 4; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -69; +"@MMK_R_KO_comma" = -71; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 25; +"@MMK_R_KO_ellipsis" = -85; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -88; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -78; +"@MMK_R_KO_comma.ss01" = -76; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = -105; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -70; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = 24; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = 0; +}; +Udieresis.ss01 = { +b = 0; +}; +twosuperior = { +A = -72; +fraction = 7; +period = -137; +comma = -139; +slash = -85; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -16; +parenright = -42; +parenright.case = -39; +}; +period = { +g.ss06 = 24; +ordfeminine = -137; +ordmasculine = -137; +twosuperior = -137; +threesuperior = -137; +fivesuperior = -137; +eightsuperior = -137; +parenleft = 0; +braceright = 0; +parenleft.case = -18; +}; +uhorntilde = { +a = -22; +a.ss05 = -18; +n = 0; +u = 9; +period = -28; +comma = -29; +ellipsis = -43; +question = 9; +period.ss01 = -51; +ellipsis.ss01 = -48; +comma.ss01 = -50; +parenright = -37; +quotedblright = 11; +quotedbl = 19; +}; +nine = { +ordmasculine = -13; +underscore = -72; +braceright = -32; +braceright.case = -32; +bracketright.case = -30; +trademark = -42; +asciicircum = 0; +}; +T = { +Hbar = 50; +Lslash = -7; +Oslash = -4; +Tbar = 35; +aacute = -66; +agrave = -66; +adotbelow = -66; +adotbelow.ss01 = -66; +aogonek = -66; +adieresis = -44; +ahookabove = -66; +ae = -67; +a.ss05 = -67; +aacute.ss05 = -64; +aogonek.ss05 = -64; +adotbelow.ss05 = -64; +cacute = -80; +ccedilla = -80; +eacute = -83; +edotaccent = -83; +eogonek = -83; +edotbelow = -83; +edotbelow.ss01 = -83; +edotaccent.ss01 = -83; +egrave = -69; +ecaron = -40; +ehookabove = -83; +oacute = -78; +ohookabove = -78; +ograve = -73; +ocircumflexhookabove = -53; +ohungarumlaut = -72; +odotbelow = -78; +ohorngrave = -77; +ohornacute = -78; +odotbelow.ss01 = -78; +oslash = -78; +gbreve = -55; +i.ss01 = 0; +idotaccent.ss01 = 0; +iacute = -2; +igrave = 51; +rcaron = 34; +ihookabove = -2; +idotless = -14; +ibreve = 62; +icaron = 98; +idieresis = 105; +racute = -9; +scaron = -20; +scircumflex = -18; +uacute = -2; +uhorndotbelow = -2; +uhorndotbelow.ss01 = -2; +ugrave = -2; +udotbelow = -2; +uogonek = -2; +uhorngrave = -2; +uhornacute = -2; +udotbelow.ss01 = -2; +uhornhookabove = -2; +ygrave = 0; +ycircumflex = 0; +yhookabove = 0; +zcaron = 0; +idieresis.ss01 = 84; +zero = -16; +six = -15; +seven = 25; +zeroinferior = -141; +twoinferior = -143; +numbersign = 6; +endash.case = -17; +parenleft.case = -6; +guilsinglleft = -57; +guilsinglright = 0; +at = -26; +ampersand = -36; +registered = -5; +plus = -5; +minus = -7; +multiply = 0; +divide = -5; +equal = 0; +less = 0; +greaterequal = -38; +plusminus = 0; +approxequal = 0; +logicalnot = -139; +asciitilde = -59; +}; +quotesinglbase.ss01 = { +Dcroat = -33; +T = -142; +Tcaron = -142; +V = -139; +W = -84; +Y = -142; +oslash = -8; +germandbls = -68; +numbersign = -19; +question.ss01 = -121; +parenleft.case = -33; +quoteright.ss01 = -142; +at = -27; +copyright = -52; +published = -49; +euro = -56; +minus = -57; +equal = -5; +approxequal = -5; +}; +Q = { +Dcroat = 6; +two = 30; +seven = -16; +registered = -23; +}; +quoteright = { +Hbar = 40; +a.ss05 = -56; +eacute = -70; +hbar = 19; +igrave = 9; +icircumflex = 84; +idieresis = 79; +imacron = 63; +itilde = 61; +jcircumflex = 84; +scaron = -50; +x = -14; +g.ss06 = -52; +gdotaccent.ss06 = -49; +mu = -33; +questiondown = -132; +questiondown.case = -98; +quotedblbase = -139; +euro = -31; +asciitilde = -66; +}; +minus = { +one = 0; +two = -2; +three = 0; +seven = 0; +one.numr = -47; +seven.numr = -51; +period = -65; +comma = -67; +period.ss01 = -54; +comma.ss01 = -53; +parenright = -99; +parenright.case = -92; +quotedblleft = -5; +quotedblright = 0; +quoteleft = -5; +quoteright = 0; +guillemetright = -5; +quotedbl = -23; +quotesingle = -33; +quotedblleft.ss01 = -5; +quoteleft.ss01 = -5; +quotedblright.ss01 = 0; +quoteright.ss01 = 0; +tenge = -5; +yen = -66; +x = -13; +}; +ldot.ss04 = { +a = 23; +e = 17; +period = -79; +comma = -81; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -28; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 22; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -41; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 14; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_five" = 9; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = -34; +"@MMK_R_KO_eight" = 23; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_question" = -33; +"@MMK_R_KO_asterisk" = -47; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -40; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = -39; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_degree" = -51; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -36; +}; +acircumflexacute.ss05 = { +t = -10; +y = -30; +t_i.liga = -10; +t_t.liga = -10; +question = -30; +question.ss01 = -46; +}; +p = { +seven = -15; +registered = -17; +}; +idotaccent = { +T = -4; +idieresis = 39; +parenright = -18; +}; +summation = { +n = -15; +}; +eth = { +a = 23; +d = 23; +aacute = 28; +e = 10; +o = 14; +eth = 16; +odieresis = 17; +f = 15; +f_f.liga = 15; +f_f_i.liga = 15; +fi = 15; +f_y.liga = 15; +fl = 21; +g = 16; +i = 10; +j = 11; +s = 8; +t = 15; +u = 15; +v = -2; +y = -4; +t_i.liga = 15; +t_t.liga = 15; +period = -7; +comma = -9; +period.ss01 = -18; +comma.ss01 = -17; +hyphen = 23; +parenright = -20; +bracketright = 0; +quotedblleft = -9; +quoteleft = -9; +quotedbl = 0; +}; +igrave = { +parenright = -60; +}; +three.numr = { +fraction = -14; +}; +Aring = { +endash.case = -64; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -5; +}; +lcommaaccent = { +j = 28; +}; +quoteright.ss01 = { +igrave = 20; +icircumflex = 63; +imacron = 61; +itilde = 56; +jcircumflex = 63; +idieresis.ss01 = 60; +g.ss06 = -39; +gdotaccent.ss01.ss06 = -34; +mu = -27; +questiondown.case = -87; +questiondown.ss01 = -123; +quotedblbase.ss01 = -142; +asciitilde = -53; +}; +backslash = { +p = 27; +g.ss06 = 60; +backslash = -121; +underscore = 0; +quoteright.ss01 = -90; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 35; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_T" = 59; +"@MMK_R_KO_U" = 49; +"@MMK_R_KO_V" = 77; +"@MMK_R_KO_X" = 59; +"@MMK_R_KO_Y" = 49; +"@MMK_R_KO_Z" = 47; +"@MMK_R_KO_I.ss02" = 57; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 31; +"@MMK_R_KO_onesuperior" = 59; +"@MMK_R_KO_twosuperior" = 46; +"@MMK_R_KO_threesuperior" = 50; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 45; +"@MMK_R_KO_sevensuperior" = 67; +"@MMK_R_KO_eightsuperior" = 46; +"@MMK_R_KO_ninesuperior" = 46; +"@MMK_R_KO_period" = -27; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = 54; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = 71; +"@MMK_R_KO_bracketright" = 69; +"@MMK_R_KO_parenright.case" = 81; +"@MMK_R_KO_bracketright.case" = 66; +"@MMK_R_KO_quotedblright" = 53; +"@MMK_R_KO_quoteright" = 53; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 50; +"@MMK_R_KO_quotesingle" = 44; +"@MMK_R_KO_quotedblright.ss01" = 52; +"@MMK_R_KO_quoteright.ss01" = 52; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 41; +"@MMK_R_KO_U" = 35; +"@MMK_R_KO_V" = 59; +"@MMK_R_KO_W" = 65; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 46; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 38; +"@MMK_R_KO_imacron" = 33; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 9; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 14; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = 9; +"@MMK_R_KO_sevensuperior" = 34; +"@MMK_R_KO_eightsuperior" = 11; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 31; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = 72; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 40; +"@MMK_R_KO_braceright" = 53; +"@MMK_R_KO_bracketright" = 53; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 22; +"@MMK_R_KO_quoteright.ss01" = 22; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; +}; +parenright.case = { +T = -7; +V = -31; +Y = -44; +Yacute = -40; +period = -17; +comma = -19; +slash = -34; +period.ss01 = -29; +comma.ss01 = -29; +hyphen.case = 22; +emdash.case = 18; +parenleft.case = 17; +parenright.case = -56; +braceright.case = -17; +bracketright.case = -14; +quotedbl = -11; +}; +degree = { +zero = -26; +three = -8; +four = -84; +five = -21; +six = -26; +period = -137; +comma = -139; +slash = -126; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -61; +emdash = -70; +endash = -56; +hyphen.case = -29; +emdash.case = -35; +parenright = -60; +bracketright = -18; +parenright.case = -58; +bracketright.case = -20; +g.ss06 = -44; +}; +H = { +H = 0; +Hbar = 30; +igrave = 26; +ibreve = 38; +idieresis = 81; +jcircumflex = 88; +x = 0; +idieresis.ss01 = 61; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -80; +greaterequal = -81; +lessequal = -74; +Y = -47; +n = -42; +}; +mu = { +mu = 1; +pi = 0; +one = -5; +onesuperior = -33; +twosuperior = -10; +sevensuperior = -39; +period.ss01 = -22; +comma.ss01 = -20; +hyphen = 1; +parenright = -51; +braceright = -27; +bracketright = -27; +quotedblleft = -15; +quotedblright = -12; +quoteleft = -15; +quoteright = -9; +quotedbl = -21; +quotesingle = -25; +trademark = -60; +asciicircum = -5; +}; +questiondown = { +p = 2; +questiondown = 22; +}; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = -2; +Eth = -7; +Lslash = -4; +Tbar = -79; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 0; +jcircumflex = 72; +germandbls = -42; +tbar = -33; +gbreve.ss06 = 35; +ordfeminine = -110; +ordmasculine = -110; +zero = -36; +two = 24; +three = -11; +five = -18; +six = -32; +seven = -65; +eight = -8; +nine = -23; +numbersign = -19; +endash.case = -55; +parenleft.case = -30; +quotedblleft.ss01 = -78; +at = -23; +ampersand = -10; +registered = -81; +dollar = -24; +plus = -46; +minus = -59; +multiply = -15; +divide = -49; +equal = -5; +notequal = -65; +less = -5; +approxequal = -5; +logicalnot = -109; +asciitilde = -53; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_Oacute" = -41; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = -40; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 45; +"@MMK_R_KO_imacron" = 90; +"@MMK_R_KO_itilde" = 58; +"@MMK_R_KO_j" = 71; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -51; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = 23; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_one" = -39; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = -30; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = -51; +"@MMK_R_KO_endash" = -66; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_parenleft" = -19; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 6; +"@MMK_R_KO_bracketright" = 6; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 27; +"@MMK_R_KO_quotedblleft" = -46; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -69; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -70; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 18; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_two" = 11; +"@MMK_R_KO_three" = 25; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_five" = 12; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 26; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 2; +}; +ohornacute = { +c = 14; +i = 29; +idotaccent = 29; +i.ss01 = 29; +idotaccent.ss01 = 29; +m = 23; +n = 23; +p = 23; +t = 48; +u = 33; +t_i.liga = 48; +t_i.liga.ss01 = 48; +t_t.liga = 48; +parenright = -25; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -51; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = -84; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -59; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -101; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 23; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 23; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_v" = 29; +"@MMK_R_KO_w" = 27; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = 28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 23; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = 15; +"@MMK_R_KO_threesuperior" = 6; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = 4; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = 12; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -84; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_colon" = 33; +"@MMK_R_KO_semicolon" = 31; +"@MMK_R_KO_ellipsis" = -103; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -59; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -112; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -93; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -66; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -49; +"@MMK_R_KO_asciicircum" = 0; +}; +Ycircumflex = { +a.ss05 = -113; +}; +Ograve = { +Lslash = 20; +}; +Hbar = { +Hbar = 83; +Idieresis.ss01 = 25; +exclam.ss01 = 43; +}; +Y = { +Eth = -13; +Lslash = -12; +Oslash = -47; +aacute = -107; +a.ss05 = -110; +aacute.ss05 = -106; +aogonek.ss05 = -106; +eth = -94; +ccedilla = -120; +eacute = -118; +edotbelow = -120; +edotbelow.ss01 = -120; +egrave = -75; +ecircumflexacute = -86; +oacute = -116; +odotbelow = -117; +odotbelow.ss01 = -117; +oslash = -117; +iacute = -43; +ntilde = -57; +ncaron = -44; +igrave = 31; +idieresis = 99; +scaron = -20; +zcaron = -7; +idieresis.ss01 = 96; +zero = -57; +two = -36; +three = -34; +six = -55; +seven = 14; +eight = -28; +nine = -36; +twoinferior = -155; +numbersign = -41; +ellipsis.ss01 = -188; +endash.case = -79; +parenleft.case = -44; +at = -79; +ampersand = -72; +registered = -48; +plus = -80; +minus = -94; +multiply = -60; +equal = -13; +notequal = -97; +less = -53; +lessequal = -95; +logicalnot = -157; +asciitilde = -123; +}; +acircumflexacute = { +sevensuperior = 0; +parenright = 50; +}; +odieresis.ss01 = { +germandbls = 7; +}; +foursuperior = { +A = -85; +period = -137; +comma = -139; +slash = -94; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -38; +}; +eight = { +icircumflex = 92; +braceright = -6; +bracketright.case = 0; +trademark = -20; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_backslash" = 22; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 1; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -21; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -126; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -33; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = -93; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -109; +"@MMK_R_KO_a" = -58; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -70; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -46; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -64; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -36; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_t_t.liga" = -19; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -38; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = -21; +"@MMK_R_KO_three" = -24; +"@MMK_R_KO_four" = -76; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = 34; +"@MMK_R_KO_eight" = -15; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_period" = -134; +"@MMK_R_KO_comma" = -133; +"@MMK_R_KO_ellipsis" = -144; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -140; +"@MMK_R_KO_period.ss01" = -140; +"@MMK_R_KO_comma.ss01" = -136; +"@MMK_R_KO_colon.ss01" = -31; +"@MMK_R_KO_hyphen" = -76; +"@MMK_R_KO_endash" = -70; +"@MMK_R_KO_hyphen.case" = -45; +"@MMK_R_KO_endash.case" = -44; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = 30; +"@MMK_R_KO_quotesingle" = 24; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 27; +"@MMK_R_KO_plus" = -59; +"@MMK_R_KO_percent" = -15; +}; +w = { +ampersand = -21; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -119; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -114; +"@MMK_R_KO_G.ss07" = -23; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -139; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_aacute" = -56; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_eacute" = -65; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -58; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -33; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = -26; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -9; +"@MMK_R_KO_zero" = -33; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -95; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -32; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_ellipsis" = -139; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -135; +"@MMK_R_KO_hyphen" = -74; +"@MMK_R_KO_endash" = -62; +"@MMK_R_KO_hyphen.case" = -35; +"@MMK_R_KO_endash.case" = -33; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -36; +}; +jacute = { +hbar = 6; +idieresis = 50; +iogonek = 5; +j = 30; +j.ss01 = 30; +jcircumflex = 64; +seven = 37; +comma = 0; +slash = 8; +parenright = 40; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = 13; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 105; +"@MMK_R_KO_imacron" = 80; +"@MMK_R_KO_j" = 53; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 47; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 26; +"@MMK_R_KO_comma" = 24; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 43; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = 5; +"@MMK_R_KO_bracketright" = 5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 4; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; +}; +gcaron.ss06 = { +gcaron.ss06 = 34; +}; +Ntilde = { +A = -4; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 40; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 50; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 84; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 21; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 34; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 34; +"@MMK_R_KO_colon" = 33; +"@MMK_R_KO_semicolon" = 31; +"@MMK_R_KO_ellipsis" = 7; +"@MMK_R_KO_exclam" = 25; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 49; +"@MMK_R_KO_backslash" = 10; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 8; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -19; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_underscore" = 34; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_braceright" = 22; +"@MMK_R_KO_bracketright" = 17; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = 63; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +}; +guillemetleft = { +Dcroat = 0; +T = 0; +mu = 0; +twosuperior = -22; +braceright = -66; +minus = -5; +logicalnot = -66; +asciitilde = -24; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -31; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -39; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = -53; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -1; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -85; +"@MMK_R_KO_braceright" = -69; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -43; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -71; +"@MMK_R_KO_asciicircum" = -5; +}; +icircumflex = { +two = 67; +exclam.ss01 = 76; +parenright = 7; +}; +ihookabove = { +n = -4; +}; +guilsinglleft = { +twosuperior = -22; +braceright = -66; +logicalnot = -66; +asciitilde = -24; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -59; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -111; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_t_t.liga" = 0; +}; +Uhornacute = { +exclam.ss01 = 52; +}; +ocircumflexhookabove = { +parenright = 27; +bracketright = 17; +quotedblright = 0; +quotedbl = 0; +quotesingle = 0; +quotedblright.ss01 = 0; +}; +plusminus = { +one = 0; +parenright = -48; +}; +question = { +exclam = 8; +questiondown = -91; +questiondown.case = -51; +bracketright.case = -13; +}; +ordmasculine = { +period = -137; +comma = -139; +slash = -118; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -52; +parenright = -53; +parenright.case = -50; +}; +slash = { +Hbar = 58; +Oslash = -30; +hbar = 28; +ntilde = -34; +ncommaaccent = -42; +igrave = 56; +ibreve = 68; +icircumflex = 67; +idieresis = 87; +imacron = 82; +itilde = 62; +jcircumflex = 67; +rcommaaccent = -42; +scaron = -18; +scircumflex = -35; +x = -24; +idieresis.ss01 = 82; +g.ss06 = -60; +gcommaaccent.ss06 = -56; +gdotaccent.ss06 = -52; +gdotaccent.ss01.ss06 = -52; +mu = -46; +oneinferior = -85; +fourinferior = -130; +eightinferior = -102; +backslash = 37; +ellipsis.ss01 = -139; +underscore = -166; +parenleft = -36; +quotesinglbase = -139; +quotedblbase = -143; +quotedblbase.ss01 = -133; +literSign = -47; +cent = -44; +euro = -45; +sterling = -54; +minus = -70; +asciicircum = -27; +infinity = -42; +integral = -78; +radical = -46; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 19; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 22; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 30; +"@MMK_R_KO_T" = 39; +"@MMK_R_KO_U" = 32; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 43; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 19; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_f" = 48; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 24; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_w" = 47; +"@MMK_R_KO_x" = 41; +"@MMK_R_KO_l.ss03" = 24; +"@MMK_R_KO_l.ss04" = 65; +"@MMK_R_KO_sixsuperior" = 40; +"@MMK_R_KO_onesuperior" = 33; +"@MMK_R_KO_twosuperior" = 31; +"@MMK_R_KO_threesuperior" = 26; +"@MMK_R_KO_foursuperior" = 34; +"@MMK_R_KO_fivesuperior" = 29; +"@MMK_R_KO_sevensuperior" = 31; +"@MMK_R_KO_eightsuperior" = 35; +"@MMK_R_KO_ninesuperior" = 38; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 42; +"@MMK_R_KO_question" = 43; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = 25; +"@MMK_R_KO_question.ss01" = 36; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 38; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_bracketright.case" = 38; +"@MMK_R_KO_quotedblright" = 39; +"@MMK_R_KO_quoteright" = 39; +"@MMK_R_KO_quotedbl" = 37; +"@MMK_R_KO_quotesingle" = 31; +"@MMK_R_KO_quotedblright.ss01" = 33; +"@MMK_R_KO_quoteright.ss01" = 33; +}; +M = { +Hbar = 30; +hbar = 16; +igrave = 26; +ibreve = 38; +icaron = 83; +idieresis = 81; +idieresis.ss01 = 61; +}; +i = { +hbar = 0; +ntilde = 1; +idieresis = 39; +j = 5; +jcircumflex = 41; +s = -2; +germandbls = -3; +slash = -3; +parenright = -18; +braceright = -4; +bracketright = -4; +logicalnot = -71; +}; +macute = { +quotesingle = -50; +}; +greaterequal = { +one = -30; +three = -39; +seven = -36; +parenright = -97; +T = -40; +}; +eogonek = { +parenright = -59; +}; +fiveinferior = { +T = -139; +W = -45; +parenright = -67; +}; +tcedilla = { +comma = 13; +parenright = 0; +bracketright = 0; +}; +eightsuperior = { +A = -95; +fraction = -6; +period = -137; +comma = -139; +slash = -104; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -35; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -113; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -115; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -233; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -45; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -52; +"@MMK_R_KO_eacute" = -53; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = -26; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -26; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -9; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -125; +"@MMK_R_KO_period.ss01" = -142; +"@MMK_R_KO_comma.ss01" = -142; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -51; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_endash.case" = -19; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = -2; +}; +ordfeminine = { +period = -137; +comma = -139; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -33; +parenright = -34; +}; +Edotaccent = { +scaron = 0; +}; +Oslash = { +Eth = 20; +T = -2; +Tcaron = -2; +V = 0; +Y = 0; +l.ss04 = 20; +sevensuperior = 0; +parenright = 3; +bracketright = 2; +parenright.case = 4; +bracketright.case = 0; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -97; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -90; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 35; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 29; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -145; +"@MMK_R_KO_a" = -69; +"@MMK_R_KO_aacute" = -51; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -78; +"@MMK_R_KO_eacute" = -39; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -66; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_icircumflex" = 97; +"@MMK_R_KO_imacron" = 86; +"@MMK_R_KO_itilde" = 86; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -62; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = -53; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -90; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 15; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 9; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -128; +"@MMK_R_KO_comma" = -130; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -147; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = -111; +"@MMK_R_KO_backslash" = 58; +"@MMK_R_KO_period.ss01" = -142; +"@MMK_R_KO_comma.ss01" = -142; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 8; +"@MMK_R_KO_hyphen" = -133; +"@MMK_R_KO_endash" = -137; +"@MMK_R_KO_underscore" = -134; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 1; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 17; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 13; +"@MMK_R_KO_quoteright.ss01" = 13; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = 0; +}; +seven.numr = { +fraction = -49; +}; +at = { +underscore = -86; +parenright = -81; +bracketright = -42; +parenright.case = -72; +bracketright.case = -37; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -40; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_backslash" = -46; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -18; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -47; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -85; +"@MMK_R_KO_asciicircum" = -12; +}; +F = { +Hbar = 53; +adieresis.ss05 = -11; +i.ss01 = 0; +iacute = -2; +igrave = 55; +idieresis = 100; +zcaron = 0; +idieresis.ss01 = 84; +three = 2; +seven = 29; +twoinferior = -26; +threeinferior = -24; +fourinferior = -56; +fiveinferior = -32; +sixinferior = -32; +eightinferior = -27; +numbersign = 0; +ellipsis.ss01 = -99; +ampersand = -21; +multiply = 0; +}; +nineinferior = { +parenright = -70; +}; +parenright = { +icircumflex = 56; +parenleft = 25; +braceright = -21; +asciicircum = -3; +}; +fivesuperior = { +A = -101; +fraction = -13; +period = -137; +comma = -139; +slash = -108; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -40; +guillemetleft = -36; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -34; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = -157; +"@MMK_R_KO_U" = -35; +"@MMK_R_KO_V" = -140; +"@MMK_R_KO_W" = -84; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -190; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -26; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -54; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_n" = -26; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -82; +"@MMK_R_KO_w" = -56; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = -26; +"@MMK_R_KO_t_t.liga" = -58; +"@MMK_R_KO_pi" = -52; +"@MMK_R_KO_zero" = -43; +"@MMK_R_KO_one" = -123; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -21; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = -103; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -236; +"@MMK_R_KO_onesuperior" = -163; +"@MMK_R_KO_foursuperior" = -227; +"@MMK_R_KO_sevensuperior" = -201; +"@MMK_R_KO_ninesuperior" = -236; +"@MMK_R_KO_asterisk" = -166; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_hyphen.case" = -107; +"@MMK_R_KO_endash.case" = -147; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_guillemetleft" = -47; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -241; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -277; +"@MMK_R_KO_quotedblright.ss01" = -277; +}; +lcaron = { +l = 172; +ncaron = 80; +lcaron = 178; +scaron = 60; +exclam.ss01 = 178; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_Oacute" = 31; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = 25; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = 6; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -37; +"@MMK_R_KO_colon" = 28; +"@MMK_R_KO_semicolon" = 26; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_period.ss01" = -40; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_hyphen.case" = 32; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_bracketright.case" = -57; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -21; +}; +z = { +logicalnot = -60; +}; +Eogonek = { +comma = 22; +parenright = 9; +}; +G = { +Eth = 22; +Hbar = 35; +Lslash = 25; +Oslash = 28; +hbar = 19; +idieresis = 43; +jcircumflex = 61; +eight = 19; +braceright.case = -28; +}; +eightinferior = { +parenright = -64; +}; +comma = { +twosuperior = -139; +threesuperior = -139; +fivesuperior = -139; +eightsuperior = -139; +}; +pi = { +pi = 16; +onesuperior = -25; +sevensuperior = -36; +period = 17; +comma = 15; +colon = 17; +slash = 0; +hyphen = 0; +parenright = -56; +braceright = -18; +bracketright = -18; +quoteright = 0; +quotesingle = -15; +trademark = -55; +}; +iacute = { +a = -2; +c = -6; +ntilde = 1; +m = -4; +n = -4; +p = -4; +s = -2; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 29; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 173; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 26; +"@MMK_R_KO_f" = 103; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 140; +"@MMK_R_KO_n" = 25; +"@MMK_R_KO_j" = 141; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 105; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 69; +"@MMK_R_KO_v" = 42; +"@MMK_R_KO_z" = 112; +"@MMK_R_KO_l.ss04" = 185; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 105; +"@MMK_R_KO_sixsuperior" = 160; +"@MMK_R_KO_onesuperior" = 179; +"@MMK_R_KO_twosuperior" = 143; +"@MMK_R_KO_threesuperior" = 140; +"@MMK_R_KO_foursuperior" = 108; +"@MMK_R_KO_fivesuperior" = 167; +"@MMK_R_KO_sevensuperior" = 190; +"@MMK_R_KO_eightsuperior" = 166; +"@MMK_R_KO_ninesuperior" = 165; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 30; +"@MMK_R_KO_semicolon" = 84; +"@MMK_R_KO_exclam" = 177; +"@MMK_R_KO_question" = 136; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 60; +"@MMK_R_KO_question.ss01" = 129; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_parenright" = 144; +"@MMK_R_KO_bracketright" = 182; +"@MMK_R_KO_quotedblleft" = 119; +"@MMK_R_KO_quoteleft" = 119; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_quotedbl" = 191; +"@MMK_R_KO_quotesingle" = 185; +"@MMK_R_KO_quotedblleft.ss01" = 135; +}; +Dcroat = { +Dcroat = 25; +Itilde = 0; +}; +jcircumflex = { +E = 77; +U = 91; +k = 24; +l = 23; +i = 25; +j = 61; +jcircumflex = 133; +two = 67; +bracketright = 69; +quotedblleft = 38; +quotedblright = 69; +quoteleft = 53; +quoteright = 80; +quotedbl = 66; +quotesingle = 76; +quotedblright.ss01 = 66; +quoteright.ss01 = 66; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 101; +"@MMK_R_KO_imacron" = 78; +"@MMK_R_KO_j" = 47; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 4; +"@MMK_R_KO_threesuperior" = 2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = 25; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; +}; +gbreve.ss06 = { +gbreve.ss06 = 34; +}; +R = { +Hbar = 46; +Oslash = 18; +hbar = 29; +idieresis = 79; +jcircumflex = 104; +idieresis.ss01 = 75; +two = 22; +three = 10; +eight = 14; +nine = 14; +greater = 33; +logicalnot = -58; +}; +idieresis.ss01 = { +Idieresis.ss01 = 56; +exclam.ss01 = 65; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -112; +question.ss01 = -121; +parenright = -68; +quotedblleft = -49; +quotedblright = -20; +quoteleft = -49; +quoteright = -20; +quotedbl = -57; +quotesingle = -61; +quotedblleft.ss01 = -36; +quoteleft.ss01 = -36; +quotedblright.ss01 = -31; +quoteright.ss01 = -31; +degree = -92; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = 39; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = -58; +"@MMK_R_KO_S" = 37; +"@MMK_R_KO_T" = 75; +"@MMK_R_KO_U" = 52; +"@MMK_R_KO_V" = 72; +"@MMK_R_KO_W" = 68; +"@MMK_R_KO_Y" = 61; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 63; +"@MMK_R_KO_J.ss10" = -118; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = 33; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_i" = 46; +"@MMK_R_KO_icircumflex" = 134; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 19; +"@MMK_R_KO_uacute" = 30; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_sixsuperior" = 52; +"@MMK_R_KO_onesuperior" = 53; +"@MMK_R_KO_twosuperior" = 45; +"@MMK_R_KO_threesuperior" = 43; +"@MMK_R_KO_foursuperior" = 33; +"@MMK_R_KO_fivesuperior" = 37; +"@MMK_R_KO_sevensuperior" = 47; +"@MMK_R_KO_eightsuperior" = 44; +"@MMK_R_KO_ninesuperior" = 54; +"@MMK_R_KO_period" = -101; +"@MMK_R_KO_comma" = -98; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -120; +"@MMK_R_KO_exclam" = 48; +"@MMK_R_KO_question" = 46; +"@MMK_R_KO_slash" = -85; +"@MMK_R_KO_period.ss01" = -129; +"@MMK_R_KO_comma.ss01" = -117; +"@MMK_R_KO_colon.ss01" = 32; +"@MMK_R_KO_question.ss01" = 46; +"@MMK_R_KO_hyphen" = -106; +"@MMK_R_KO_endash" = -110; +"@MMK_R_KO_hyphen.case" = -42; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 40; +"@MMK_R_KO_bracketright" = 31; +"@MMK_R_KO_parenright.case" = 41; +"@MMK_R_KO_bracketright.case" = 47; +"@MMK_R_KO_quotedblleft" = 33; +"@MMK_R_KO_quotedblright" = 54; +"@MMK_R_KO_quoteleft" = 33; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 53; +"@MMK_R_KO_quotesingle" = 47; +"@MMK_R_KO_quotedblleft.ss01" = 38; +"@MMK_R_KO_quotedblright.ss01" = 52; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 53; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -134; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = -60; +"@MMK_R_KO_Y" = -129; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_two" = -20; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -51; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_question" = -109; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -52; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -84; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -69; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -57; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = 28; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = 28; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 31; +"@MMK_R_KO_w" = 29; +"@MMK_R_KO_x" = 25; +"@MMK_R_KO_y" = 26; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -19; +"@MMK_R_KO_t_t.liga" = 28; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -86; +"@MMK_R_KO_comma" = -91; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = -104; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -97; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -95; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -26; +"@MMK_R_KO_underscore" = -122; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -69; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -50; +"@MMK_R_KO_asciicircum" = 0; +}; +Tcedilla = { +aacute = -42; +acircumflex.ss05 = 0; +amacron.ss05 = -7; +abreve.ss05 = -25; +endash.case = -5; +}; +Yacute = { +Eth = -17; +Oslash = -50; +a.ss05 = -113; +ellipsis.ss01 = -192; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 27; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -48; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_hyphen.case" = 28; +"@MMK_R_KO_parenleft" = 26; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -69; +"@MMK_R_KO_bracketright.case" = -28; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +greater = { +parenright = -63; +bracketright = -49; +parenright.case = -55; +bracketright.case = -43; +greater = 0; +}; +ecircumflexacute = { +onesuperior = -25; +sevensuperior = 8; +parenright = 53; +bracketright = 39; +quotedbl = 0; +quotesingle = -3; +}; +Uhorn = { +exclam.ss01 = 52; +}; +Rcommaaccent = { +parenright = -45; +}; +question.ss01 = { +questiondown.case = -51; +questiondown.ss01 = -91; +}; +onesuperior = { +A = -87; +fraction = 5; +period = -137; +comma = -139; +slash = -96; +period.ss01 = -142; +comma.ss01 = -142; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -55; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -106; +"@MMK_R_KO_U" = -50; +"@MMK_R_KO_V" = -130; +"@MMK_R_KO_W" = -83; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -162; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 69; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -50; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -86; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -50; +"@MMK_R_KO_zero" = -58; +"@MMK_R_KO_one" = -78; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = -84; +"@MMK_R_KO_five" = -27; +"@MMK_R_KO_six" = -52; +"@MMK_R_KO_seven" = -76; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_quotedblleft" = -105; +"@MMK_R_KO_quoteright" = -101; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -117; +"@MMK_R_KO_quotesingle" = -115; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_J" = -88; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 99; +"@MMK_R_KO_imacron" = 65; +"@MMK_R_KO_itilde" = 60; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 26; +"@MMK_R_KO_w" = 24; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_one" = 20; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = 17; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 16; +"@MMK_R_KO_foursuperior" = 24; +"@MMK_R_KO_fivesuperior" = 11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 19; +"@MMK_R_KO_ninesuperior" = 14; +"@MMK_R_KO_period" = -126; +"@MMK_R_KO_comma" = -127; +"@MMK_R_KO_colon" = 36; +"@MMK_R_KO_semicolon" = 34; +"@MMK_R_KO_ellipsis" = -160; +"@MMK_R_KO_exclam" = 21; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -77; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -137; +"@MMK_R_KO_comma.ss01" = -136; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = 8; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -250; +"@MMK_R_KO_hyphen.case" = 16; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_bracketright.case" = -17; +"@MMK_R_KO_quotedblleft" = 19; +"@MMK_R_KO_quotedblright" = 21; +"@MMK_R_KO_quoteleft" = 19; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 14; +"@MMK_R_KO_quoteright.ss01" = 14; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = 0; +}; +t_i.liga = { +hbar = 8; +idieresis = 45; +jcircumflex = 46; +lcommaaccent = 7; +germandbls = 0; +logicalnot = -66; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 30; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -1; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -77; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -79; +"@MMK_R_KO_W" = -45; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -117; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 37; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 20; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -43; +"@MMK_R_KO_onesuperior" = -79; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_eightsuperior" = -30; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 36; +"@MMK_R_KO_semicolon" = 34; +"@MMK_R_KO_ellipsis" = 6; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = -37; +"@MMK_R_KO_asterisk" = -49; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = -59; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -51; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -53; +"@MMK_R_KO_quotesingle" = -56; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -30; +"@MMK_R_KO_trademark" = -103; +"@MMK_R_KO_asciicircum" = -38; +}; +adieresis.ss05 = { +germandbls = -8; +}; +a = { +l = 0; +idieresis = 6; +jcircumflex = 0; +s = 0; +germandbls = 0; +notequal = -53; +logicalnot = -66; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -101; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -86; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 27; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 39; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 30; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -105; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_eacute" = -40; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -55; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 35; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = 25; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 15; +"@MMK_R_KO_ninesuperior" = 24; +"@MMK_R_KO_period" = -120; +"@MMK_R_KO_comma" = -121; +"@MMK_R_KO_ellipsis" = -138; +"@MMK_R_KO_question" = 26; +"@MMK_R_KO_asterisk" = 26; +"@MMK_R_KO_slash" = -118; +"@MMK_R_KO_period.ss01" = -135; +"@MMK_R_KO_comma.ss01" = -133; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -58; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -31; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 8; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = 21; +"@MMK_R_KO_quoteleft" = 7; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 26; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = 9; +"@MMK_R_KO_quotedblright.ss01" = 16; +"@MMK_R_KO_degree" = 6; +"@MMK_R_KO_plus" = -7; +"@MMK_R_KO_percent" = 24; +}; +icaron = { +icaron = 49; +j = 37; +parenright = 75; +quotedbl = 56; +quotesingle = 64; +}; +braceleft.case = { +braceright.case = 22; +at = -20; +minus = -92; +logicalnot = -147; +asciicircum = -55; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 29; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_backslash" = 22; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = -3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = -4; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -24; +"@MMK_R_KO_asciicircum" = -5; +}; +uhorndotbelow = { +a = -22; +a.ss05 = -18; +c = -30; +n = 0; +period = -28; +comma = -28; +ellipsis = -43; +question = 9; +parenright = -37; +quotedblright = 6; +quotedbl = 19; +}; +g.ss06 = { +oslash = 0; +iogonek = 13; +jcircumflex = 97; +gcircumflex.ss06 = 47; +notequal = -47; +logicalnot = -80; +}; +yacute = { +T = 0; +eth = -37; +parenright = -60; +}; +Imacron = { +Imacron = 84; +imacron = 56; +parenright.case = 65; +}; +exclamdown.ss01 = { +T = 0; +V = -35; +Y = -58; +j.ss01 = 70; +}; +oacute = { +seven = -17; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -46; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -43; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -151; +"@MMK_R_KO_U" = -41; +"@MMK_R_KO_V" = -147; +"@MMK_R_KO_W" = -89; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -184; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -51; +"@MMK_R_KO_g" = -33; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -95; +"@MMK_R_KO_w" = -60; +"@MMK_R_KO_y" = -48; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_pi" = -48; +"@MMK_R_KO_zero" = -50; +"@MMK_R_KO_one" = -118; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -15; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = -99; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = -29; +"@MMK_R_KO_sixsuperior" = -236; +"@MMK_R_KO_onesuperior" = -163; +"@MMK_R_KO_foursuperior" = -227; +"@MMK_R_KO_sevensuperior" = -201; +"@MMK_R_KO_ninesuperior" = -236; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -103; +"@MMK_R_KO_asterisk" = -166; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -42; +"@MMK_R_KO_hyphen.case" = -114; +"@MMK_R_KO_endash.case" = -147; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = -38; +"@MMK_R_KO_quotedblleft" = -278; +"@MMK_R_KO_quotedblright" = -278; +"@MMK_R_KO_quoteleft" = -139; +"@MMK_R_KO_quoteright" = -139; +"@MMK_R_KO_guillemetleft" = -52; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -241; +"@MMK_R_KO_quotesingle" = -115; +}; +yen = { +zero = -39; +one = -24; +two = -34; +three = -32; +four = -47; +six = -39; +foursuperior = -40; +period = -51; +comma = -52; +colon = -39; +semicolon = -38; +slash = -64; +period.ss01 = -62; +comma.ss01 = -62; +colon.ss01 = -45; +semicolon.ss01 = -43; +}; +idotaccent.ss01 = { +parenright = -15; +}; +ldot.ss01.ss04 = { +period.ss01 = -111; +comma.ss01 = -111; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -112; +"@MMK_R_KO_U" = -36; +"@MMK_R_KO_V" = -112; +"@MMK_R_KO_W" = -71; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -143; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 71; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -84; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_x" = 26; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = -23; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = -108; +"@MMK_R_KO_onesuperior" = -124; +"@MMK_R_KO_twosuperior" = -65; +"@MMK_R_KO_threesuperior" = -98; +"@MMK_R_KO_foursuperior" = -93; +"@MMK_R_KO_fivesuperior" = -106; +"@MMK_R_KO_sevensuperior" = -125; +"@MMK_R_KO_eightsuperior" = -99; +"@MMK_R_KO_ninesuperior" = -107; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -90; +"@MMK_R_KO_asterisk" = -102; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -108; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -102; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -41; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -46; +"@MMK_R_KO_parenleft" = -22; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -98; +"@MMK_R_KO_quotedblright" = -68; +"@MMK_R_KO_quoteleft" = -98; +"@MMK_R_KO_quoteright" = -68; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -119; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -93; +"@MMK_R_KO_quotedblright.ss01" = -89; +"@MMK_R_KO_quoteright.ss01" = -89; +"@MMK_R_KO_trademark" = -154; +"@MMK_R_KO_asciicircum" = -94; +}; +agrave.ss05 = { +T = -82; +Y = -121; +}; +B = { +Hbar = 41; +Lslash = 22; +hbar = 31; +idieresis = 76; +jcircumflex = 96; +idieresis.ss01 = 69; +two = 12; +three = 26; +five = 13; +eight = 25; +nine = 10; +ampersand = 21; +greater = 30; +}; +Tcaron = { +endash.case = -5; +}; +oslash = { +d = 14; +k = 0; +l = 0; +e = 6; +eth = 12; +f = 2; +f_f.liga = 2; +f_f_i.liga = 2; +fi = 2; +f_y.liga = 2; +fl = 7; +g = 7; +m = 0; +n = 0; +r = 0; +j = 6; +s = 0; +t = 2; +v = 0; +y = -2; +l.ss03 = 5; +t_i.liga = 2; +t_t.liga = 2; +period = -5; +comma = -7; +slash = -26; +period.ss01 = -18; +comma.ss01 = -17; +hyphen = 19; +parenright = -57; +bracketright = -28; +}; +guilsinglright = { +x = -40; +threesuperior = -22; +fivesuperior = -31; +eightsuperior = -21; +colon = -11; +semicolon = -12; +questiondown = -56; +question.ss01 = -46; +questiondown.ss01 = -54; +braceright = -86; +braceright.case = -58; +bracketright.case = -56; +quotesinglbase = -52; +quotedblbase = -52; +quotedblbase.ss01 = -41; +quoteright.ss01 = -21; +}; +adieresis = { +germandbls = -3; +}; +liraTurkish = { +one = -69; +two = -36; +seven = -89; +sixsuperior = -40; +onesuperior = -60; +threesuperior = -25; +foursuperior = -58; +fivesuperior = -34; +sevensuperior = -50; +eightsuperior = -25; +ninesuperior = -35; +period = -36; +comma = -38; +colon = -2; +semicolon = -4; +question = -106; +slash = -45; +period.ss01 = -42; +comma.ss01 = -42; +colon.ss01 = -9; +question.ss01 = -121; +parenright = -97; +parenright.case = -74; +quotedbl = -50; +quotesingle = -52; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 29; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -105; +"@MMK_R_KO_W" = -59; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -145; +"@MMK_R_KO_Z" = 37; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -117; +"@MMK_R_KO_onesuperior" = -121; +"@MMK_R_KO_twosuperior" = -116; +"@MMK_R_KO_threesuperior" = -114; +"@MMK_R_KO_foursuperior" = -110; +"@MMK_R_KO_fivesuperior" = -122; +"@MMK_R_KO_sevensuperior" = -126; +"@MMK_R_KO_eightsuperior" = -117; +"@MMK_R_KO_ninesuperior" = -120; +"@MMK_R_KO_period" = 42; +"@MMK_R_KO_comma" = 40; +"@MMK_R_KO_colon" = 38; +"@MMK_R_KO_semicolon" = 36; +"@MMK_R_KO_ellipsis" = 15; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = -80; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_period.ss01" = 10; +"@MMK_R_KO_comma.ss01" = 5; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -97; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = -52; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -113; +"@MMK_R_KO_quoteleft" = -118; +"@MMK_R_KO_quoteright" = -113; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -121; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -112; +"@MMK_R_KO_quotedblright.ss01" = -120; +"@MMK_R_KO_quoteright.ss01" = -120; +}; +quotedblbase = { +Dcroat = -28; +Iogonek = -8; +Lslash = -30; +Oslash = -13; +oslash = -17; +p = -15; +iogonek = -6; +jcircumflex = 38; +germandbls = -61; +l.ss03 = -20; +g.ss06 = 8; +numbersign = -33; +parenleft = -24; +parenleft.case = -40; +at = -34; +copyright = -61; +published = -57; +literSign = -19; +dollar = -32; +euro = -73; +minus = -78; +multiply = -47; +divide = -73; +equal = -9; +approxequal = -5; +}; +D = { +Dcroat = 30; +Eth = 25; +Hbar = 29; +Iogonek = 5; +Lslash = 27; +Oslash = 33; +lacute = 7; +zero = 13; +five = 8; +six = 14; +eight = 16; +endash.case = 19; +parenleft.case = 24; +braceright.case = -31; +at = 17; +less = 0; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = 29; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -116; +"@MMK_R_KO_U" = -15; +"@MMK_R_KO_V" = -113; +"@MMK_R_KO_W" = -59; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -150; +"@MMK_R_KO_Z" = 31; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_one" = -85; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -185; +"@MMK_R_KO_onesuperior" = -163; +"@MMK_R_KO_twosuperior" = -187; +"@MMK_R_KO_threesuperior" = -191; +"@MMK_R_KO_foursuperior" = -195; +"@MMK_R_KO_fivesuperior" = -192; +"@MMK_R_KO_sevensuperior" = -191; +"@MMK_R_KO_eightsuperior" = -186; +"@MMK_R_KO_ninesuperior" = -185; +"@MMK_R_KO_period" = 42; +"@MMK_R_KO_comma" = 40; +"@MMK_R_KO_colon" = 38; +"@MMK_R_KO_semicolon" = 36; +"@MMK_R_KO_ellipsis" = 15; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = -81; +"@MMK_R_KO_asterisk" = -166; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = -100; +"@MMK_R_KO_period.ss01" = 4; +"@MMK_R_KO_comma.ss01" = 5; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -99; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -71; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -205; +"@MMK_R_KO_quotedblright" = -191; +"@MMK_R_KO_quoteleft" = -139; +"@MMK_R_KO_quoteright" = -139; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -199; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -203; +"@MMK_R_KO_quotedblright.ss01" = -198; +"@MMK_R_KO_quoteright.ss01" = -142; +"@MMK_R_KO_trademark" = -211; +"@MMK_R_KO_asciicircum" = -209; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 26; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 34; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 43; +"@MMK_R_KO_W" = 47; +"@MMK_R_KO_X" = 22; +"@MMK_R_KO_Y" = 34; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 25; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 76; +"@MMK_R_KO_imacron" = 70; +"@MMK_R_KO_itilde" = 62; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 25; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 31; +"@MMK_R_KO_w" = 27; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 24; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 25; +"@MMK_R_KO_one" = 28; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = 30; +"@MMK_R_KO_onesuperior" = 21; +"@MMK_R_KO_twosuperior" = 33; +"@MMK_R_KO_threesuperior" = 25; +"@MMK_R_KO_foursuperior" = 24; +"@MMK_R_KO_fivesuperior" = 18; +"@MMK_R_KO_sevensuperior" = 23; +"@MMK_R_KO_eightsuperior" = 28; +"@MMK_R_KO_ninesuperior" = 31; +"@MMK_R_KO_period" = -47; +"@MMK_R_KO_comma" = -46; +"@MMK_R_KO_colon" = 35; +"@MMK_R_KO_semicolon" = 33; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_exclam" = 32; +"@MMK_R_KO_question" = 39; +"@MMK_R_KO_asterisk" = 34; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_backslash" = 63; +"@MMK_R_KO_period.ss01" = -65; +"@MMK_R_KO_comma.ss01" = -64; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_question.ss01" = 17; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -50; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 16; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_quotedblleft" = 18; +"@MMK_R_KO_quotedblright" = 38; +"@MMK_R_KO_quoteleft" = 18; +"@MMK_R_KO_quoteright" = 38; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 14; +"@MMK_R_KO_quotedbl" = 31; +"@MMK_R_KO_quotesingle" = 25; +"@MMK_R_KO_quotedblleft.ss01" = 21; +"@MMK_R_KO_quotedblright.ss01" = 29; +"@MMK_R_KO_quoteright.ss01" = 29; +"@MMK_R_KO_trademark" = 5; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -34; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 23; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -71; +"@MMK_R_KO_Y" = -114; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 24; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_two" = -28; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 3; +"@MMK_R_KO_seven" = -31; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -43; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -49; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -44; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -97; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_parenright.case" = -75; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -38; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = -3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -105; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = -110; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -115; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -43; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -26; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -44; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -24; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -25; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -115; +"@MMK_R_KO_comma" = -115; +"@MMK_R_KO_ellipsis" = -115; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -115; +"@MMK_R_KO_period.ss01" = -115; +"@MMK_R_KO_comma.ss01" = -115; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -47; +"@MMK_R_KO_endash" = -41; +"@MMK_R_KO_hyphen.case" = -22; +"@MMK_R_KO_endash.case" = -18; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_degree" = -6; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 3; +}; +ohorndotbelow.ss01 = { +c = 14; +i.ss01 = 29; +n = 23; +p = 23; +t = 48; +u = 33; +t_i.liga.ss01 = 48; +t_t.liga = 48; +}; +t_i.liga.ss01 = { +parenright = -11; +}; +endash = { +x = -55; +one.numr = -56; +four.numr = -21; +seven.numr = -47; +colon = 0; +semicolon = 0; +questiondown = -44; +question.ss01 = -101; +questiondown.ss01 = -44; +endash = 0; +quotedblbase = -36; +quotedblbase.ss01 = -13; +quoteright.ss01 = -3; +}; +Ygrave = { +ellipsis.ss01 = -192; +endash.case = -83; +}; +fraction = { +zero.dnom = -28; +two.dnom = -16; +four.dnom = -50; +eight.dnom = -13; +zeroinferior = -21; +twoinferior = -11; +fourinferior = -48; +fiveinferior = 11; +sixinferior = -20; +seveninferior = 38; +nineinferior = -10; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -34; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -27; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +g = { +l = 0; +iogonek = 5; +jcircumflex = 14; +}; +m = { +ordfeminine = -41; +ordmasculine = -41; +seven = -18; +registered = -22; +logicalnot = -61; +}; +ohorntilde = { +i = 29; +idotaccent = 29; +i.ss01 = 29; +n = 23; +period = -4; +comma = -6; +period.ss01 = -17; +comma.ss01 = -16; +parenright = -21; +quotedbl = 38; +}; +hyphen.case = { +Dcroat = 15; +Lslash = 6; +Oslash = 23; +one.numr = -46; +seven.numr = -48; +question.ss01 = -22; +parenleft.case = 10; +braceright.case = -75; +bracketright.case = -78; +quotesinglbase = -106; +quotedblbase = -116; +quotedblbase.ss01 = -107; +quoteright.ss01 = 0; +dollar = 0; +}; +ohornhookabove = { +i = 29; +idotaccent = 29; +i.ss01 = 29; +idotaccent.ss01 = 29; +m = 23; +n = 23; +period = -4; +comma = -6; +period.ss01 = -17; +comma.ss01 = -16; +parenright = -23; +bracketright = -2; +guillemetright = 49; +quotedbl = 38; +}; +y = { +germandbls = 29; +zeroinferior = -62; +twoinferior = -54; +ampersand = -27; +logicalnot = -59; +asciitilde = -8; +}; +Idotaccent.ss02 = { +endash.case = -37; +}; +Scedilla = { +idieresis = 47; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 17; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -1; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -1; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -1; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -1; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -1; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = -1; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_j" = 32; +"@MMK_R_KO_s" = -1; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = -1; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = -1; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -1; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_endash.case" = -1; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 25; +f_f.liga = 25; +f_y.liga = 25; +fl = 31; +igrave = 26; +idieresis = 88; +seven = 31; +ampersand = -20; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = -23; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -133; +"@MMK_R_KO_U" = -35; +"@MMK_R_KO_V" = -139; +"@MMK_R_KO_W" = -84; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -194; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -24; +"@MMK_R_KO_e" = -23; +"@MMK_R_KO_eacute" = -23; +"@MMK_R_KO_f" = -54; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = 42; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -82; +"@MMK_R_KO_w" = -56; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = -20; +"@MMK_R_KO_t_t.liga" = -58; +"@MMK_R_KO_pi" = -52; +"@MMK_R_KO_zero" = -42; +"@MMK_R_KO_one" = -120; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -20; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = -103; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_asterisk" = -142; +"@MMK_R_KO_slash" = 36; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_hyphen.case" = -95; +"@MMK_R_KO_endash.case" = -147; +"@MMK_R_KO_guillemetleft" = -47; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -142; +"@MMK_R_KO_quotedblright.ss01" = -277; +"@MMK_R_KO_plus" = -51; +"@MMK_R_KO_percent" = -84; +}; +numero = { +period = -16; +comma = -19; +period.ss01 = -31; +comma.ss01 = -31; +parenright = -49; +parenright.case = -45; +}; +cent = { +onesuperior = -33; +sevensuperior = -39; +period = -38; +comma = -40; +slash = -47; +period.ss01 = -42; +comma.ss01 = -42; +parenright = -84; +bracketright = -62; +parenright.case = -73; +bracketright.case = -58; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = -51; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 29; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = 35; +"@MMK_R_KO_W" = 34; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_icircumflex" = 98; +"@MMK_R_KO_imacron" = 102; +"@MMK_R_KO_itilde" = 91; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 48; +"@MMK_R_KO_g.ss06" = -32; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 11; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 10; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -72; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -72; +"@MMK_R_KO_backslash" = 54; +"@MMK_R_KO_period.ss01" = -72; +"@MMK_R_KO_comma.ss01" = -71; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -27; +"@MMK_R_KO_underscore" = -82; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_parenleft" = -14; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 15; +"@MMK_R_KO_bracketright" = 15; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 19; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 31; +"@MMK_R_KO_quotesingle" = 25; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 22; +"@MMK_R_KO_quoteright.ss01" = 22; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; +}; +Icircumflex = { +Icircumflex = 101; +l = 0; +icircumflex = 82; +l.ss03 = 0; +l.ss04 = 14; +parenright = 72; +bracketright = 79; +parenright.case = 78; +bracketright.case = 81; +}; +iogonek = { +iogonek = 3; +j = 44; +}; +uhorn = { +a = -18; +a.ss05 = -14; +ohorn = -23; +ohorndotbelow = -23; +ohorndotbelow.ss01 = -23; +ohorngrave = -23; +ohornacute = -23; +ohornhookabove = -23; +ohorntilde = -23; +period = -24; +comma = -25; +ellipsis = -39; +question = 12; +period.ss01 = -48; +ellipsis.ss01 = -46; +comma.ss01 = -48; +parenright = -38; +quotedblright = 12; +quotedbl = 25; +}; +underscore = { +g.ss06 = 44; +underscore = 0; +parenleft.case = -50; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -75; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_a.ss05" = -46; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -72; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = 69; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -66; +"@MMK_R_KO_v" = -70; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_pi" = -50; +"@MMK_R_KO_zero" = -46; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_hyphen" = -72; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -88; +"@MMK_R_KO_guillemetright" = -66; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -18; +"@MMK_R_KO_plus" = -79; +}; +W = { +Hbar = 52; +adieresis.ss05 = -5; +igrave = 76; +idieresis = 109; +scaron = -6; +idieresis.ss01 = 99; +six = -24; +seven = 33; +threeinferior = -54; +ampersand = -35; +plus = -6; +minus = -17; +notequal = -58; +logicalnot = -81; +asciitilde = -35; +}; +Aogonek = { +Lslash = -4; +period = 19; +comma = 45; +endash.case = -47; +parenright = 16; +bracketright = 31; +}; +Z = { +Lslash = 0; +igrave = 38; +ibreve = 57; +icaron = 92; +zero = -14; +two = 20; +six = -10; +seven = 12; +numbersign = 0; +endash.case = -29; +at = 0; +plus = -5; +minus = -22; +divide = -5; +equal = 0; +less = 0; +logicalnot = -105; +asciitilde = -5; +}; +emdash = { +x = -57; +zero.numr = -50; +one.numr = -61; +three.numr = -37; +four.numr = -63; +five.numr = -44; +six.numr = -47; +seven.numr = -51; +eight.numr = -38; +nine.numr = -44; +threesuperior = -32; +fivesuperior = -41; +eightsuperior = -32; +colon = -17; +semicolon = -19; +questiondown = -34; +question.ss01 = -111; +questiondown.ss01 = -34; +quotedblbase = -26; +quotedblbase.ss01 = -6; +quoteleft.ss01 = -13; +quoteright.ss01 = -11; +}; +tbar = { +a = 0; +e = -2; +tbar = 0; +}; +eng = { +j = 32; +slash = 26; +parenright = -32; +bracketright = -4; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -92; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -125; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -70; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -232; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_t_t.liga" = 0; +}; +percent = { +twosuperior = -40; +threesuperior = -63; +fivesuperior = -78; +eightsuperior = -64; +question.ss01 = -106; +bracketright.case = -15; +quoteright.ss01 = -74; +}; +Uhornhookabove = { +exclam.ss01 = 52; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -88; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = -25; +"@MMK_R_KO_I.ss02" = -30; +"@MMK_R_KO_J.ss10" = -29; +}; +uhorngrave = { +a = -22; +a.ss05 = -18; +o = -27; +n = 0; +period = -28; +comma = -29; +period.ss01 = -51; +comma.ss01 = -50; +parenright = -41; +quotedblright = 10; +quotedbl = 19; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = -3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -5; +}; +a.ss05 = { +p = 0; +jcircumflex = 37; +germandbls = -2; +gbreve.ss06 = 26; +gcircumflex.ss06 = 26; +ordfeminine = -51; +ordmasculine = -51; +seven = -29; +notequal = -50; +logicalnot = -75; +}; +Itilde = { +Itilde = 46; +igrave = 20; +itilde = 55; +}; +threesuperior = { +A = -97; +fraction = -8; +period = -137; +comma = -139; +slash = -106; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -37; +parenright = -40; +parenright.case = -39; +guillemetleft = -31; +}; +ydotbelow.ss01 = { +period.ss01 = -50; +parenright = 0; +}; +endash.case = { +seven.numr = -46; +bracketright.case = -73; +quotedblbase = -148; +quotedblbase.ss01 = -147; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 88; +"@MMK_R_KO_imacron" = 62; +"@MMK_R_KO_itilde" = 61; +"@MMK_R_KO_j" = 34; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 1; +"@MMK_R_KO_four" = 1; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 29; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -18; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 34; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 27; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 13; +"@MMK_R_KO_j" = 48; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 20; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = 22; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 40; +"@MMK_R_KO_comma" = 38; +"@MMK_R_KO_colon" = 38; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = 16; +"@MMK_R_KO_exclam" = 30; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = 5; +"@MMK_R_KO_comma.ss01" = 6; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = 11; +"@MMK_R_KO_bracketright" = 11; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -35; +"@MMK_R_KO_one" = -94; +"@MMK_R_KO_two" = 21; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -28; +"@MMK_R_KO_seven" = -74; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -12; +"@MMK_R_KO_sixsuperior" = -139; +"@MMK_R_KO_onesuperior" = -139; +"@MMK_R_KO_foursuperior" = -139; +"@MMK_R_KO_sevensuperior" = -139; +"@MMK_R_KO_ninesuperior" = -139; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_asterisk" = -139; +"@MMK_R_KO_hyphen" = -24; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_hyphen.case" = -101; +"@MMK_R_KO_endash.case" = -119; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -139; +"@MMK_R_KO_quotedblright" = -139; +"@MMK_R_KO_quoteleft" = -139; +"@MMK_R_KO_quoteright" = -139; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -115; +}; +N = { +Hbar = 30; +igrave = 26; +icaron = 83; +idieresis = 81; +jcircumflex = 88; +idieresis.ss01 = 61; +degree = -20; +logicalnot = -65; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -59; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 22; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -30; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -41; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_backslash" = -44; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -44; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = -41; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -85; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 18; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -76; +"@MMK_R_KO_asciicircum" = -5; +}; +b = { +seven = -14; +registered = -16; +notequal = -47; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -89; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +Itilde.ss02 = { +igrave = 46; +}; +trademark = { +period = -137; +comma = -139; +slash = -123; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -48; +parenright = -40; +parenright.case = -40; +guillemetleft = -51; +guilsinglleft = -51; +guillemetright = -23; +guilsinglright = -23; +}; +literSign = { +parenright = -47; +parenright.case = -37; +guillemetleft = -28; +guilsinglleft = -28; +}; +ohorn = { +i = 29; +idotaccent = 29; +i.ss01 = 29; +idotaccent.ss01 = 29; +m = 23; +n = 23; +r = 23; +t = 48; +u = 33; +v = 55; +t_i.liga = 48; +t_t.liga = 48; +period = -4; +comma = -6; +period.ss01 = -17; +comma.ss01 = -16; +hyphen = 21; +parenright = -29; +bracketright = -23; +quotedbl = 38; +}; +quotedblleft = { +A = -93; +Dcroat = 0; +Hbar = 34; +igrave = 32; +icircumflex = 39; +imacron = 73; +jcircumflex = 39; +s = -21; +x = -4; +g.ss06 = -18; +mu = -14; +exclamdown = 0; +questiondown = -107; +backslash = 32; +questiondown.case = -56; +underscore = -250; +quotedblbase = -278; +ampersand = -49; +minus = -5; +divide = 0; +asciitilde = -19; +}; +l.ss04 = { +Hbar = 30; +l.ss04 = 2; +periodcentered.loclCAT = 32; +parenright = 1; +bracketright = 1; +quoteright = 1; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = 99; +"@MMK_R_KO_imacron" = 74; +"@MMK_R_KO_itilde" = 73; +"@MMK_R_KO_j" = 47; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 20; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -45; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -80; +}; +integral = { +guillemetright = 0; +guilsinglright = 0; +integral = -47; +A = -54; +a = -48; +d = -48; +a.ss05 = -47; +e = -54; +s = -47; +w = 0; +}; +two.dnom = { +question = -104; +question.ss01 = -118; +parenright = -58; +quotedblleft = -70; +quotedblright = -48; +quoteleft = -70; +quoteright = -48; +quotedbl = -94; +quotesingle = -98; +quotedblleft.ss01 = -49; +quoteleft.ss01 = -49; +quotedblright.ss01 = -49; +quoteright.ss01 = -49; +degree = -123; +}; +parenleft.case = { +Icircumflex = 88; +Imacron = 77; +Idieresis = 99; +Dcroat = -8; +Eth = -12; +Iogonek = 26; +Itilde = 75; +Lslash = -10; +Idieresis.ss01 = 90; +four.numr = -65; +numbersign = -47; +questiondown.case = -43; +question.ss01 = -51; +parenleft.case = -56; +quotedblbase = -21; +quotedblbase.ss01 = 0; +at = -61; +ampersand = -44; +section = -33; +copyright = -90; +registered = -61; +published = -86; +literSign = -45; +numero = -4; +cent = -77; +dollar = -52; +euro = -74; +liraTurkish = -43; +minus = -92; +multiply = -67; +divide = -80; +equal = -54; +notequal = -113; +less = -55; +greaterequal = -55; +approxequal = -55; +logicalnot = -148; +asciitilde = -86; +asciicircum = -75; +infinity = -74; +radical = -58; +}; +Iacute.ss02 = { +igrave = 46; +endash.case = -37; +}; +tenge = { +four = -14; +period = -127; +comma = -128; +slash = -73; +period.ss01 = -142; +comma.ss01 = -142; +}; +colon = { +A = 4; +D = -6; +C = 14; +J = 27; +T = 0; +V = -34; +W = -12; +Y = -62; +a = -7; +c = -13; +e = -12; +o = -11; +f = 26; +s = 6; +t = 26; +z = 14; +t_i.liga = 26; +pi = 25; +zero = 0; +one = 0; +two = 22; +three = 12; +four = 0; +sevensuperior = -31; +emdash = -23; +parenright = -50; +braceright = -14; +bracketright = -14; +parenright.case = -24; +guillemetleft = -18; +guilsinglleft = -18; +}; +h = { +seven = -17; +registered = -21; +}; +emacron = { +Y = -49; +lcommaaccent = 9; +}; +numbersign = { +A = -19; +J = 5; +T = 6; +X = -44; +Y = -40; +one = 0; +eight = 15; +period = 0; +comma = 0; +slash = -26; +period.ss01 = -15; +comma.ss01 = -15; +parenright = -56; +bracketright = -45; +parenright.case = -46; +bracketright.case = -30; +}; +copyright = { +parenright = -99; +parenright.case = -90; +}; +t = { +iogonek = 0; +wdieresis = 12; +two = 6; +logicalnot = -59; +asciitilde = -5; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 28; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 24; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 69; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 30; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -35; +"@MMK_R_KO_asciicircum" = -5; +}; +Hcircumflex = { +igrave = 20; +}; +aogonek.ss05 = { +j = 64; +comma = 38; +parenright = 17; +bracketright = 7; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -45; +"@MMK_R_KO_H" = -17; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -82; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_J.ss10" = -25; +}; +_B.currency = { +_baht.bar = -14; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = -19; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -14; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = -40; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = -12; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_braceright" = -44; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -45; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -71; +"@MMK_R_KO_asciicircum" = -12; +}; +rupeeIndian = { +four = -40; +period = -45; +comma = -47; +slash = -32; +period.ss01 = -53; +comma.ss01 = -53; +}; +Zdotaccent = { +Hbar = 43; +endash.case = -34; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 27; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 23; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -24; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 15; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -32; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -39; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 18; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +P = { +Hbar = 53; +Oslash = 24; +hbar = 35; +igrave = 9; +idieresis = 79; +idieresis.ss01 = 69; +two = 10; +three = 2; +five = 4; +seven = 24; +nine = 20; +twoinferior = -35; +threeinferior = -33; +fourinferior = -92; +ellipsis.ss01 = -134; +endash.case = 19; +braceright.case = -21; +ampersand = -30; +}; +twoinferior = { +T = -142; +V = -102; +W = -55; +Y = -154; +t = -29; +t_i.liga = -29; +t_t.liga = -29; +parenright = -50; +}; +wdieresis = { +period = -44; +comma = -43; +bracketright = -57; +}; +uhungarumlaut = { +onesuperior = -31; +sevensuperior = -15; +parenright = -19; +bracketright = -15; +}; +odieresis = { +germandbls = 7; +gbreve.ss06 = 18; +}; +ohorndotbelow = { +c = 14; +i = 29; +idotaccent = 29; +m = 23; +n = 23; +p = 23; +t = 48; +u = 33; +t_i.liga = 48; +t_t.liga = 48; +period = -4; +comma = -6; +parenright = -28; +bracketright = -2; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 27; +"@MMK_R_KO_Oacute" = 33; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 22; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 49; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 21; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 26; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 18; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = -70; +"@MMK_R_KO_hyphen.case" = 28; +"@MMK_R_KO_parenleft" = 26; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -69; +"@MMK_R_KO_bracketright.case" = -28; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = 0; +}; +one.numr = { +fraction = 0; +}; +Uhorntilde = { +exclam.ss01 = 52; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_Oacute" = 31; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 32; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 22; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 11; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = 11; +"@MMK_R_KO_four" = 16; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = 12; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 16; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 15; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -1; +"@MMK_R_KO_plus" = 0; +}; +two = { +icircumflex = 82; +x = 24; +colon = 25; +semicolon = 23; +braceright = 0; +minus = -5; +multiply = 0; +}; +j = { +hbar = 0; +idieresis = 39; +iogonek = 2; +jcircumflex = 61; +}; +ldot.ss01 = { +period.ss01 = -111; +comma.ss01 = -110; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 44; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 22; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 21; +"@MMK_R_KO_y" = 23; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -38; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 21; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -55; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = 0; +}; +idieresis = { +l = 37; +icaron = 57; +idieresis = 129; +}; +approxequal = { +one = 0; +parenright = -56; +parenright.case = -50; +A = -27; +I.ss02 = 0; +}; +ograve = { +T = -74; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 25; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 23; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 14; +"@MMK_R_KO_imacron" = 15; +"@MMK_R_KO_itilde" = 12; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -32; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -29; +"@MMK_R_KO_asterisk" = -36; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_underscore" = -46; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 24; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -74; +}; +S = { +Hbar = 36; +Lslash = 28; +hbar = 24; +ibreve = 15; +idieresis = 53; +idieresis.ss01 = 42; +two = 4; +three = 25; +five = 16; +eight = 25; +ampersand = 18; +dollar = 14; +greater = 0; +logicalnot = -51; +}; +periodcentered.loclCAT = { +l = 31; +l.ss03 = 38; +l.ss04 = 32; +}; +Iogonek = { +iogonek = 7; +j = 43; +j.ss01 = 43; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 1; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = -1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -18; +"@MMK_R_KO_asciicircum" = -5; +}; +racute = { +parenright = -20; +bracketright = -7; +}; +questiondown.case = { +C = -2; +Q = -2; +Q.ss09 = -2; +T = -97; +V = -97; +W = -57; +Y = -107; +one = -97; +seven = -97; +parenright.case = -61; +quotedblleft = -124; +quoteright = -107; +quotedbl = -112; +quotesingle = -113; +quotedblleft.ss01 = -112; +quoteright.ss01 = -106; +}; +f_y.liga = { +germandbls = 29; +zeroinferior = -62; +ampersand = -27; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -79; +"@MMK_R_KO_Oacute" = -73; +"@MMK_R_KO_J" = -44; +"@MMK_R_KO_G.ss07" = -75; +"@MMK_R_KO_S" = -54; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -89; +"@MMK_R_KO_a" = -85; +"@MMK_R_KO_aacute" = -77; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -90; +"@MMK_R_KO_eacute" = -85; +"@MMK_R_KO_f" = -56; +"@MMK_R_KO_g" = -40; +"@MMK_R_KO_n" = -50; +"@MMK_R_KO_j" = 77; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -76; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -76; +"@MMK_R_KO_uacute" = -70; +"@MMK_R_KO_v" = -59; +"@MMK_R_KO_w" = -60; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -51; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = -57; +"@MMK_R_KO_pi" = -61; +"@MMK_R_KO_zero" = -88; +"@MMK_R_KO_one" = -51; +"@MMK_R_KO_two" = -41; +"@MMK_R_KO_three" = -53; +"@MMK_R_KO_four" = -77; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -86; +"@MMK_R_KO_seven" = -6; +"@MMK_R_KO_eight" = -50; +"@MMK_R_KO_nine" = -58; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_foursuperior" = -54; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -55; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -44; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -50; +"@MMK_R_KO_hyphen" = -82; +"@MMK_R_KO_endash" = -85; +"@MMK_R_KO_parenright" = 31; +"@MMK_R_KO_bracketright" = 23; +"@MMK_R_KO_quotedblleft" = -52; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -52; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -97; +"@MMK_R_KO_guillemetright" = -64; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -49; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_degree" = -61; +"@MMK_R_KO_plus" = -85; +"@MMK_R_KO_percent" = -44; +}; +bracketleft.case = { +Icircumflex = 92; +numbersign = -30; +parenleft.case = -14; +bracketright.case = 20; +at = -18; +literSign = -20; +euro = -76; +minus = -95; +equal = -5; +less = -48; +asciitilde = -88; +asciicircum = -52; +infinity = -58; +}; +K = { +Lslash = -9; +Oslash = 0; +edieresis = -42; +odieresis.ss01 = -42; +odieresis = -40; +oslash = -9; +igrave = 47; +rcaron = 29; +idieresis = 84; +jcircumflex = 67; +ygrave = -12; +ytilde = -11; +idieresis.ss01 = 80; +zero = -55; +two = 22; +three = -26; +six = -47; +seven = 0; +nine = -40; +numbersign = -45; +endash.case = -110; +parenleft.case = -39; +at = -42; +ampersand = -20; +registered = -66; +dollar = -42; +plus = -88; +minus = -110; +multiply = -61; +divide = -84; +equal = -9; +notequal = -86; +less = -61; +logicalnot = -169; +asciitilde = -92; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 28; +"@MMK_R_KO_Oacute" = 34; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 22; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 19; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 45; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 18; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 19; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = -72; +"@MMK_R_KO_hyphen.case" = 29; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -68; +"@MMK_R_KO_bracketright.case" = -30; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = 0; +}; +semicolon = { +four = 0; +onesuperior = -25; +sevensuperior = -33; +hyphen = -12; +emdash = -24; +endash = -5; +hyphen.case = 0; +parenright = -28; +guillemetleft = -20; +}; +Thorn = { +Eth = 26; +}; +four.dnom = { +question = -96; +question.ss01 = -111; +parenright = -67; +quotedblleft = -62; +quotedblright = -31; +quoteleft = -62; +quoteright = -31; +quotedbl = -75; +quotesingle = -78; +quotedblleft.ss01 = -46; +quoteleft.ss01 = -46; +quotedblright.ss01 = -43; +quoteright.ss01 = -43; +degree = -106; +}; +braceright = { +Y = -44; +period = -30; +comma = -23; +period.ss01 = -47; +comma.ss01 = -38; +parenright = -49; +braceright = -34; +asciicircum = 0; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -3; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 30; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = 12; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -21; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -76; +"@MMK_R_KO_Oacute" = -73; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -70; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -111; +"@MMK_R_KO_U" = -59; +"@MMK_R_KO_V" = -136; +"@MMK_R_KO_W" = -91; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -162; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 56; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -96; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_t_t.liga" = -56; +"@MMK_R_KO_zero" = -82; +"@MMK_R_KO_one" = -100; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -37; +"@MMK_R_KO_four" = -107; +"@MMK_R_KO_five" = -43; +"@MMK_R_KO_six" = -67; +"@MMK_R_KO_seven" = -78; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -48; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -121; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -119; +}; +ampersand = { +one = -21; +seven = -28; +parenright = -55; +bracketright = -12; +quotedblleft = -38; +quotedblright = -7; +quoteleft = -38; +quoteright = -7; +quotedbl = -45; +quotesingle = -47; +quotedblleft.ss01 = -25; +quoteleft.ss01 = -25; +quotedblright.ss01 = -21; +quoteright.ss01 = -21; +v = -30; +w = -16; +y = -30; +}; +four = { +x = -31; +ordfeminine = -45; +ordmasculine = -44; +zero.numr = -39; +one.numr = -48; +three.numr = -39; +four.numr = -49; +five.numr = -39; +six.numr = -38; +seven.numr = -39; +eight.numr = -35; +nine.numr = -37; +threesuperior = -31; +fivesuperior = -37; +eightsuperior = -30; +colon = 0; +semicolon = 0; +question.ss01 = -48; +underscore = -44; +braceright = -41; +braceright.case = -21; +bracketright.case = -11; +quoteright.ss01 = -33; +registered = -15; +trademark = -58; +asciicircum = -60; +}; +zerosuperior = { +A = -107; +fraction = -28; +period = -137; +comma = -139; +slash = -115; +period.ss01 = -142; +comma.ss01 = -142; +parenright = -47; +parenright.case = -45; +guillemetleft = -47; +guilsinglleft = -47; +}; +n = { +n = 0; +gcircumflex.ss06 = 19; +ordfeminine = -40; +ordmasculine = -40; +seven = -17; +at = 7; +registered = -21; +degree = -51; +notequal = -48; +greaterequal = -39; +logicalnot = -61; +}; +bracketleft = { +Icircumflex = 90; +Dcroat = -10; +Oslash = 11; +oslash = -2; +hcircumflex = 88; +i = 4; +idotaccent = 4; +iacute = -9; +ntilde = -22; +nacute = -25; +p = 0; +ibreve = 70; +icircumflex = 81; +imacron = 82; +jcircumflex = 94; +macute = -25; +scaron = -21; +scircumflex = -30; +germandbls = -54; +x = 0; +colon = -3; +numbersign = -45; +parenleft = -21; +at = -50; +ampersand = -42; +literSign = -48; +dollar = -25; +euro = -74; +minus = -93; +equal = -5; +less = -48; +asciitilde = -87; +asciicircum = -50; +infinity = -59; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 174; +"@MMK_R_KO_O" = 92; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 174; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 141; +"@MMK_R_KO_n" = 26; +"@MMK_R_KO_j" = 142; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 106; +"@MMK_R_KO_u" = 18; +"@MMK_R_KO_uacute" = 79; +"@MMK_R_KO_v" = 43; +"@MMK_R_KO_w" = 40; +"@MMK_R_KO_y" = 48; +"@MMK_R_KO_z" = 113; +"@MMK_R_KO_l.ss03" = 162; +"@MMK_R_KO_l.ss04" = 179; +"@MMK_R_KO_t_t.liga" = 106; +"@MMK_R_KO_sixsuperior" = 160; +"@MMK_R_KO_onesuperior" = 179; +"@MMK_R_KO_twosuperior" = 143; +"@MMK_R_KO_threesuperior" = 140; +"@MMK_R_KO_foursuperior" = 108; +"@MMK_R_KO_fivesuperior" = 167; +"@MMK_R_KO_sevensuperior" = 190; +"@MMK_R_KO_eightsuperior" = 166; +"@MMK_R_KO_ninesuperior" = 165; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 30; +"@MMK_R_KO_semicolon" = 84; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 177; +"@MMK_R_KO_question" = 136; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 60; +"@MMK_R_KO_question.ss01" = 129; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_parenright" = 145; +"@MMK_R_KO_bracketright" = 182; +"@MMK_R_KO_quotedblleft" = 119; +"@MMK_R_KO_quoteleft" = 119; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_quotedbl" = 191; +"@MMK_R_KO_quotesingle" = 185; +"@MMK_R_KO_quotedblleft.ss01" = 135; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 77; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 74; +"@MMK_R_KO_T" = 74; +"@MMK_R_KO_V" = 84; +"@MMK_R_KO_X" = 31; +"@MMK_R_KO_Y" = 40; +"@MMK_R_KO_Z" = 80; +"@MMK_R_KO_I.ss02" = 93; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 21; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 112; +"@MMK_R_KO_imacron" = 89; +"@MMK_R_KO_itilde" = 55; +"@MMK_R_KO_j" = 49; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 31; +"@MMK_R_KO_l.ss04" = 74; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 54; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 56; +"@MMK_R_KO_onesuperior" = 88; +"@MMK_R_KO_twosuperior" = 74; +"@MMK_R_KO_threesuperior" = 61; +"@MMK_R_KO_foursuperior" = 14; +"@MMK_R_KO_fivesuperior" = 51; +"@MMK_R_KO_sevensuperior" = 91; +"@MMK_R_KO_eightsuperior" = 58; +"@MMK_R_KO_ninesuperior" = 82; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 62; +"@MMK_R_KO_question" = 74; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 49; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = 61; +"@MMK_R_KO_bracketright" = 69; +"@MMK_R_KO_quotedblleft" = 29; +"@MMK_R_KO_quotedblright" = 67; +"@MMK_R_KO_quoteleft" = 29; +"@MMK_R_KO_quoteright" = 67; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 66; +"@MMK_R_KO_quotesingle" = 76; +"@MMK_R_KO_quotedblleft.ss01" = 37; +"@MMK_R_KO_quotedblright.ss01" = 63; +"@MMK_R_KO_quoteright.ss01" = 63; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 34; +}; +J.ss10 = { +Hbar = 43; +ibreve = 52; +icaron = 97; +idieresis = 95; +jcircumflex = 102; +idieresis.ss01 = 75; +}; +quotedblbase.ss01 = { +Dcroat = -33; +oslash = -8; +p = -7; +germandbls = -68; +asterisk = -166; +numbersign = -19; +question.ss01 = -121; +hyphen.case = -107; +emdash.case = -107; +parenleft.case = -33; +quotedblleft.ss01 = -277; +quoteright.ss01 = -142; +at = -27; +copyright = -52; +published = -49; +dollar = -20; +euro = -56; +minus = -57; +multiply = -5; +divide = -53; +equal = -5; +approxequal = -5; +}; +l.ss03 = { +oslash = 2; +periodcentered.loclCAT = 0; +notequal = -49; +logicalnot = -95; +}; +parenleft = { +Icircumflex = 83; +Imacron = 74; +Idieresis = 91; +Dcroat = -9; +Eth = -13; +Iogonek = 25; +Lslash = -11; +Oslash = -24; +a.ss05 = -67; +thorn = 9; +ccedilla = -79; +ccaron = -56; +edieresis = -62; +odieresis = -64; +oslash = -43; +hcircumflex = 78; +i = -10; +idotaccent = -10; +i.ss01 = -7; +iacute = -48; +ntilde = -47; +nacute = -47; +ncaron = -39; +ncommaaccent = -47; +p = -6; +idieresis = 60; +imacron = 73; +iogonek = 36; +jcircumflex = 82; +scedilla = -61; +scaron = -29; +scircumflex = -73; +germandbls = -62; +tcedilla = -37; +x = -46; +zcaron = -16; +g.ss06 = 0; +mu = -20; +four.numr = -66; +colon = -44; +numbersign = -57; +semicolon.ss01 = 6; +question.ss01 = -59; +parenleft = -72; +braceleft = -49; +quotedblbase = 0; +quotedblbase.ss01 = 0; +at = -88; +ampersand = -70; +section = -58; +copyright = -100; +registered = -66; +published = -94; +literSign = -73; +numero = -5; +cent = -87; +dollar = -70; +euro = -81; +liraTurkish = -46; +sterling = -53; +minus = -100; +multiply = -79; +divide = -87; +equal = -61; +notequal = -121; +greater = -5; +less = -62; +greaterequal = -80; +lessequal = -96; +plusminus = -46; +approxequal = -77; +logicalnot = -148; +asciitilde = -103; +asciicircum = -79; +infinity = -86; +summation = 16; +radical = -74; +}; +asciicircum = { +one = 0; +two = 0; +three = 0; +four = -52; +eight = 0; +period = -137; +comma = -139; +asterisk = 0; +slash = -117; +period.ss01 = -142; +comma.ss01 = -142; +hyphen = -61; +hyphen.case = -2; +parenright = -77; +bracketright = -50; +parenright.case = -74; +bracketright.case = -51; +u = -4; +x = 0; +mu = -5; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -40; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 30; +"@MMK_R_KO_semicolon" = 28; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -50; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = -54; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_quoteright.ss01" = -29; +}; +plus = { +one = 0; +two = 0; +three = 0; +seven = 0; +seven.numr = -27; +period = -60; +comma = -62; +question = 0; +asterisk = -5; +slash = -61; +period.ss01 = -48; +comma.ss01 = -47; +question.ss01 = 0; +parenright = -85; +braceright = -80; +bracketright = -76; +parenright.case = -78; +braceright.case = -77; +bracketright.case = -78; +quotedblleft = -3; +quotedblright = 0; +quoteleft = -3; +quoteright = 0; +guillemetright = -4; +quotedbl = -5; +quotesingle = -5; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 0; +trademark = -69; +tenge = 0; +yen = -55; +plus = 0; +x = -5; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 98; +"@MMK_R_KO_imacron" = 82; +"@MMK_R_KO_itilde" = 82; +"@MMK_R_KO_j" = 51; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 27; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 25; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = 48; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -29; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -2; +"@MMK_R_KO_asciicircum" = -5; +}; +quoteleft = { +Hbar = 34; +igrave = 32; +icircumflex = 39; +imacron = 81; +jcircumflex = 39; +g.ss06 = -18; +mu = -14; +exclamdown = 0; +questiondown = -106; +questiondown.case = -56; +quotedblbase = -139; +ampersand = -47; +minus = -5; +divide = 0; +logicalnot = -55; +asciitilde = -19; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -89; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -107; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -222; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_pi" = 3; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -50; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 22; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_sevensuperior" = 15; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_ellipsis" = -278; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -107; +"@MMK_R_KO_hyphen" = -41; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -36; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 8; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -16; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -116; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -122; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 37; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +nine.dnom = { +question = -104; +question.ss01 = -115; +parenright = -78; +parenright.case = -51; +quotedblleft = -84; +quotedblright = -51; +quoteleft = -84; +quoteright = -51; +quotedbl = -102; +quotesingle = -105; +quotedblleft.ss01 = -53; +quoteleft.ss01 = -53; +quotedblright.ss01 = -53; +quoteright.ss01 = -53; +degree = -131; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -111; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -65; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -142; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -40; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -52; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = -26; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -26; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -9; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -122; +"@MMK_R_KO_period.ss01" = -142; +"@MMK_R_KO_comma.ss01" = -142; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen" = -55; +"@MMK_R_KO_endash" = -51; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_endash.case" = -19; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -5; +}; +Omacron = { +Eth = 20; +}; +uhorndotbelow.ss01 = { +a = -22; +c = -30; +period.ss01 = -51; +ellipsis.ss01 = -48; +comma.ss01 = -49; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 45; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_y" = 20; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_pi" = 12; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 18; +"@MMK_R_KO_three" = 11; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 8; +"@MMK_R_KO_eight" = 15; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 27; +"@MMK_R_KO_comma" = 25; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -10; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 7; +}; +exclamdown = { +T = -2; +V = -34; +Y = -65; +j = 70; +}; +Adieresis = { +Germandbls = -11; +endash.case = -60; +registered = -93; +}; +}; +"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = { +J = { +Hbar = 0; +Oslash = 1; +a = 1; +igrave = 17; +ibreve = 18; +icaron = 14; +idieresis = 11; +jcircumflex = 15; +idieresis.ss01 = 10; +greater = 24; +}; +exclam.ss01 = { +period.ss01 = -36; +}; +ohungarumlaut = { +onesuperior = -5; +sevensuperior = -4; +parenright = 0; +bracketright = 0; +quotedblright = 0; +quotedbl = -5; +quotesingle = 0; +}; +uhornacute = { +a = 0; +a.ss05 = 5; +c = 0; +n = 0; +t = 7; +u = 0; +t_i.liga = 7; +t_t.liga = 7; +period = 0; +comma = 0; +ellipsis = -36; +question = 30; +period.ss01 = -34; +ellipsis.ss01 = -34; +comma.ss01 = -27; +parenright = 0; +quotedbl = 31; +}; +o = { +germandbls = 0; +gbreve.ss06 = 8; +ordmasculine = -52; +seven = -36; +registered = -31; +logicalnot = 0; +}; +ellipsis = { +Dcroat = -39; +Tbar = -83; +tbar = -49; +twosuperior = -118; +threesuperior = -131; +fivesuperior = -134; +eightsuperior = -142; +parenleft = -52; +braceright = -57; +parenleft.case = -75; +bracketright.case = 0; +}; +Iacute = { +A = 2; +S = 10; +igrave = 16; +icircumflex = 15; +parenright.case = 22; +}; +sixsuperior = { +A = -39; +fraction = 0; +period = -61; +comma = -64; +slash = -49; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -34; +parenright = -5; +guillemetleft = -36; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 43; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 48; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 34; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 45; +"@MMK_R_KO_Y" = 41; +"@MMK_R_KO_Z" = 42; +"@MMK_R_KO_I.ss02" = 46; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 38; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_x" = 33; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 34; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_backslash" = 31; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_underscore" = 47; +"@MMK_R_KO_hyphen.case" = -53; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 28; +"@MMK_R_KO_bracketright.case" = 9; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -52; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = -35; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = -36; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -84; +"@MMK_R_KO_zero" = 12; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_two" = -57; +"@MMK_R_KO_three" = -27; +"@MMK_R_KO_four" = 16; +"@MMK_R_KO_five" = 11; +"@MMK_R_KO_six" = 12; +"@MMK_R_KO_seven" = -61; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -76; +"@MMK_R_KO_asterisk" = -88; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quotedblright" = -114; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -70; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -117; +"@MMK_R_KO_plus" = 13; +}; +Igrave = { +j = 2; +l.ss04 = 4; +}; +five = { +icircumflex = 15; +x = 0; +ordfeminine = -34; +ordmasculine = -34; +parenleft = 7; +asciicircum = -68; +}; +Tcommaaccent = { +aacute = -54; +acircumflex.ss05 = -24; +amacron.ss05 = -11; +abreve.ss05 = 0; +endash.case = -49; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = -4; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_itilde" = -4; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -31; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -13; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -55; +"@MMK_R_KO_asterisk" = -40; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -27; +"@MMK_R_KO_question.ss01" = -83; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -78; +"@MMK_R_KO_quotedblright" = -55; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -52; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -79; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -81; +"@MMK_R_KO_asciicircum" = -56; +}; +questiondown.ss01 = { +l.ss03 = -67; +quoteright.ss01 = -60; +}; +threeinferior = { +T = -59; +V = -48; +W = -35; +Y = -73; +parenright = -34; +bracketright = -34; +}; +Adieresis.ss01 = { +endash.case = -23; +registered = -46; +}; +lcaron.ss03 = { +b = 25; +h = 25; +k = 25; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +j = 0; +j.ss01 = 3; +zcaron = 28; +l.ss03 = 27; +lcaron.ss03 = 27; +sixsuperior = 41; +onesuperior = 73; +twosuperior = 58; +threesuperior = 52; +foursuperior = 23; +fivesuperior = 39; +sevensuperior = 76; +eightsuperior = 43; +ninesuperior = 52; +exclam = 76; +question = 83; +exclam.ss01 = 75; +question.ss01 = 37; +parenright = 63; +bracketright = 27; +quotedblleft = 66; +quoteleft = 66; +quotedbl = 73; +quotesingle = 80; +quotedblleft.ss01 = 53; +quoteleft.ss01 = 53; +}; +f_f.liga = { +e = 0; +f = 8; +fl = 8; +i = 0; +i.ss01 = 0; +idieresis = 2; +seven = 32; +ampersand = -3; +}; +Jacute = { +Icircumflex = 0; +Imacron = 0; +Hbar = 0; +igrave = 17; +ibreve = 18; +icaron = 14; +idieresis = 11; +jcircumflex = 15; +idieresis.ss01 = 11; +parenright = 8; +parenright.case = 16; +}; +braceright.case = { +J.ss10 = -31; +period = -17; +comma = -2; +period.ss01 = -55; +comma.ss01 = -35; +hyphen.case = 52; +parenright.case = 0; +braceright.case = -8; +asciicircum = -54; +}; +ecircumflexhookabove = { +m = -3; +n = -3; +u = -2; +period.ss01 = -36; +comma.ss01 = -27; +parenright = 31; +}; +Cdotaccent = { +Hbar = 6; +}; +Ncommaaccent = { +imacron = 13; +}; +dollar = { +one = 0; +three = 4; +four = 0; +five = -2; +eight = 9; +parenright = -26; +bracketright = -23; +parenright.case = 0; +}; +Scaron = { +iogonek = 6; +}; +fi = { +hbar = 0; +idieresis = 0; +jcircumflex = 2; +germandbls = -4; +logicalnot = 0; +}; +zero = { +icircumflex = 0; +x = 0; +ordmasculine = -18; +underscore = -20; +parenleft = 12; +braceright = -30; +braceright.case = -25; +bracketright.case = -24; +baht = -11; +trademark = -46; +multiply = -20; +asciicircum = -38; +}; +period.ss01 = { +ordfeminine = -61; +ordmasculine = -61; +twosuperior = -61; +threesuperior = -61; +fivesuperior = -61; +eightsuperior = -61; +question.ss01 = -61; +parenleft = -48; +braceright = -51; +parenleft.case = -61; +quoteright.ss01 = -60; +}; +X = { +igrave = 49; +ibreve = 59; +icaron = 48; +idieresis = 31; +idieresis.ss01 = 42; +zero = -8; +two = 21; +three = 13; +six = -9; +eight = 2; +nine = 0; +numbersign = -22; +endash.case = -43; +parenleft.case = -10; +at = -15; +registered = -24; +plus = -60; +minus = -60; +multiply = -51; +equal = -30; +notequal = -69; +less = -34; +logicalnot = -59; +asciitilde = -50; +}; +L = { +H = 0; +Dcroat = -2; +Oslash = -6; +Tbar = -48; +oslash = 0; +ordfeminine = -78; +ordmasculine = -79; +zero = -37; +two = 5; +three = -11; +five = -21; +six = -33; +seven = -31; +nine = -23; +numbersign = -37; +endash.case = -62; +parenleft.case = -39; +quoteleft.ss01 = -60; +at = -38; +registered = -78; +dollar = -36; +plus = -66; +minus = -66; +multiply = -83; +equal = -62; +notequal = -83; +less = -38; +approxequal = -78; +logicalnot = -61; +asciitilde = -57; +}; +euro = { +period = -9; +comma = -4; +slash = 0; +period.ss01 = -46; +parenright = -26; +bracketright = -24; +parenright.case = -3; +bracketright.case = -15; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 23; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 42; +"@MMK_R_KO_W" = 37; +"@MMK_R_KO_X" = 33; +"@MMK_R_KO_Y" = 47; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 46; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_icircumflex" = 43; +"@MMK_R_KO_imacron" = 30; +"@MMK_R_KO_itilde" = 62; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = -24; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 34; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 25; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 25; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -60; +"@MMK_R_KO_comma" = -59; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -96; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 28; +"@MMK_R_KO_asterisk" = 35; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_backslash" = 34; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -23; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = -57; +"@MMK_R_KO_hyphen.case" = -9; +"@MMK_R_KO_parenleft" = 1; +"@MMK_R_KO_parenright" = 7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 19; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = 21; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 26; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 3; +"@MMK_R_KO_trademark" = 4; +"@MMK_R_KO_asciicircum" = -30; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -42; +"@MMK_R_KO_quoteright.ss01" = -31; +}; +perthousand = { +question = -83; +asterisk = -125; +question.ss01 = -100; +parenright = -61; +parenright.case = -24; +quotedblleft = -114; +quotedblright = -114; +quoteleft = -64; +quoteright = -64; +quotedblleft.ss01 = -117; +quoteleft.ss01 = -60; +quotedblright.ss01 = -117; +quoteright.ss01 = -60; +}; +V = { +Eth = 0; +Oslash = -4; +adieresis = -13; +ae = -21; +a.ss05 = -21; +adieresis.ss05 = -5; +eacute = -22; +ccaron = -4; +emacron = -6; +edieresis = -12; +ecaron = -3; +otilde = -8; +odieresis = -13; +iacute = -9; +ncommaaccent = -22; +igrave = 63; +ibreve = 68; +icaron = 62; +idieresis = 50; +racute = -20; +scaron = 5; +zcaron = 23; +idieresis.ss01 = 51; +gdotaccent.ss06 = -20; +gdotaccent.ss01.ss06 = -19; +zero = -3; +two = 11; +three = 10; +six = -4; +seven = 45; +twoinferior = -32; +ellipsis.ss01 = -95; +endash.case = -4; +at = -10; +ampersand = -14; +plus = -9; +minus = -9; +less = 0; +lessequal = -34; +approxequal = -23; +asciitilde = -17; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -34; +"@MMK_R_KO_question" = 22; +"@MMK_R_KO_asterisk" = 25; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 23; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -117; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = -27; +"@MMK_R_KO_n" = -45; +"@MMK_R_KO_j" = -28; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -40; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -43; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = 3; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -34; +"@MMK_R_KO_hyphen" = -117; +"@MMK_R_KO_endash" = -60; +"@MMK_R_KO_hyphen.case" = -60; +"@MMK_R_KO_endash.case" = -60; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -15; +"@MMK_R_KO_plus" = -60; +"@MMK_R_KO_percent" = -11; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -126; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = -11; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = -12; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = 11; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -126; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -126; +"@MMK_R_KO_endash" = -126; +"@MMK_R_KO_hyphen.case" = -53; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -30; +"@MMK_R_KO_percent" = -17; +}; +seven = { +icircumflex = 35; +x = -18; +g.ss06 = -42; +mu = -36; +colon = -24; +semicolon = -24; +backslash = 36; +ellipsis.ss01 = -105; +underscore = -65; +parenleft = -14; +at = -22; +ampersand = -17; +euro = -26; +minus = -42; +multiply = -43; +divide = -42; +notequal = -56; +less = -15; +plusminus = -43; +asciitilde = -38; +asciicircum = -36; +}; +scedilla = { +gbreve.ss06 = 0; +}; +fourinferior = { +T = -58; +V = -50; +W = -35; +parenright = -33; +bracketright = -34; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -19; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = -13; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = -35; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_asterisk" = -50; +"@MMK_R_KO_parenright" = 29; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 55; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -52; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -46; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -55; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -75; +}; +equal = { +period = -61; +comma = -64; +period.ss01 = -61; +comma.ss01 = -60; +parenright = -46; +bracketright = -31; +parenright.case = -26; +bracketright.case = -32; +equal = 0; +A = 0; +J = -10; +T = -48; +V = -2; +X = -28; +Y = -29; +}; +five.numr = { +fraction = 0; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = -3; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_itilde" = -3; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_question.ss01" = -40; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -39; +"@MMK_R_KO_quotedblright.ss01" = -40; +"@MMK_R_KO_quoteright.ss01" = -40; +}; +dcaron = { +exclam.ss01 = 80; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 15; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -51; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -47; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = -13; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -35; +}; +k = { +oslash = 0; +iogonek = 0; +lcommaaccent = 0; +two = 13; +plus = -7; +minus = -7; +notequal = -25; +logicalnot = -13; +asciitilde = -16; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -24; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -49; +"@MMK_R_KO_quoteright.ss01" = -48; +"@MMK_R_KO_trademark" = -71; +"@MMK_R_KO_asciicircum" = -44; +}; +scaron = { +T = -8; +iogonek = 1; +}; +ninesuperior = { +A = -43; +fraction = 0; +period = -61; +comma = -64; +slash = -53; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -42; +parenright = -16; +guillemetleft = -45; +}; +v = { +n = 0; +ampersand = -11; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_t_t.liga" = 0; +}; +infinity = { +parenright = -64; +bracketright = -36; +parenright.case = -34; +bracketright.case = -37; +quotedblleft = -89; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -59; +"@MMK_R_KO_two" = -89; +"@MMK_R_KO_three" = -68; +"@MMK_R_KO_four" = -39; +"@MMK_R_KO_five" = -38; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = -82; +"@MMK_R_KO_eight" = -47; +"@MMK_R_KO_nine" = -40; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -97; +"@MMK_R_KO_asterisk" = -69; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_parenright" = -91; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_parenright.case" = -70; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quotedblright" = -105; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = -72; +"@MMK_R_KO_quotedbl" = -67; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -92; +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = -43; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_J" = -53; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -68; +"@MMK_R_KO_T" = -89; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = -90; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = -82; +"@MMK_R_KO_I.ss02" = -58; +"@MMK_R_KO_J.ss10" = -73; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = -46; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -37; +"@MMK_R_KO_i" = -45; +"@MMK_R_KO_n" = -45; +"@MMK_R_KO_j" = -45; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -46; +"@MMK_R_KO_z" = -61; +"@MMK_R_KO_t_t.liga" = -46; +}; +asterisk = { +g.ss06 = -8; +}; +semicolon.ss01 = { +onesuperior = -40; +sevensuperior = -55; +hyphen = -60; +emdash = -60; +}; +divide = { +one = -22; +two = -63; +three = -37; +seven = -67; +parenright = -53; +parenright.case = -32; +quotedblleft = -113; +quotedblright = -90; +quoteright = -64; +quotedblleft.ss01 = -108; +quotedblright.ss01 = -98; +A = -9; +Y = -53; +I.ss02 = -19; +}; +asciitilde = { +exclam = -33; +exclam.ss01 = -35; +question.ss01 = -111; +parenleft = -32; +parenleft.case = -36; +bracketright.case = -72; +quoteright.ss01 = -60; +U = -39; +aacute = -39; +edieresis = -38; +edieresis.ss01 = -38; +u = -43; +v = -35; +w = -35; +x = -51; +y = -35; +l.ss03 = -44; +l.ss04 = -44; +g.ss06 = -38; +gcircumflex.ss06 = -38; +}; +three.dnom = { +question = -85; +question.ss01 = -91; +parenright = -45; +quotedblleft = -114; +quotedblright = -114; +quoteleft = -64; +quoteright = -64; +quotedbl = -102; +quotesingle = -61; +quotedblleft.ss01 = -117; +quoteleft.ss01 = -60; +quotedblright.ss01 = -117; +quoteright.ss01 = -60; +degree = -125; +}; +odotbelow.ss01 = { +T = -56; +}; +x = { +oslash = 2; +two = 0; +ampersand = -9; +plus = 0; +minus = 0; +notequal = -23; +logicalnot = 0; +asciitilde = 0; +}; +U = { +Dcroat = 0; +Eth = 0; +Hbar = 5; +Lslash = 0; +hbar = 8; +igrave = 22; +jcircumflex = 19; +greater = 28; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 16; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 6; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -24; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 45; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 38; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_X" = 44; +"@MMK_R_KO_Y" = 40; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -23; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 25; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 18; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_hyphen.case" = -40; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 21; +"@MMK_R_KO_bracketright.case" = 11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Eth = { +Eth = 8; +Oslash = 8; +}; +odotbelow = { +T = -56; +}; +baht = { +slash = 0; +parenright = -31; +parenright.case = -6; +}; +Icircumflex.ss02 = { +endash.case = -16; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -70; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_foursuperior" = -81; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_ninesuperior" = -67; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_question" = -72; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -48; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -43; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_quotedblleft" = -77; +"@MMK_R_KO_quotedblright" = -69; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -60; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -91; +}; +quotedblright = { +Dcroat = -14; +icircumflex = 15; +scaron = -7; +x = -32; +g.ss06 = -76; +mu = -54; +questiondown = -87; +questiondown.case = -48; +parenleft = 0; +quotesinglbase = -64; +asciitilde = -114; +}; +r = { +fl = 13; +germandbls = 19; +wdieresis = 5; +gcircumflex.ss06 = -13; +oneinferior = -44; +twoinferior = -44; +threeinferior = -48; +fourinferior = -51; +fiveinferior = -45; +sixinferior = -43; +ampersand = -23; +logicalnot = -35; +asciitilde = -28; +}; +seveninferior = { +I.ss02 = -14; +fourinferior = -7; +seveninferior = 44; +parenright = -46; +parenright.case = -9; +}; +sterling = { +two = 3; +hyphen.case = -38; +parenright = -20; +}; +Ocircumflex = { +Lslash = 0; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = -1; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_period.ss01" = -50; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 15; +"@MMK_R_KO_bracketright" = 10; +"@MMK_R_KO_parenright.case" = 27; +"@MMK_R_KO_bracketright.case" = 11; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -2; +}; +_f.longarm = { +l = 0; +i = -5; +idotaccent = -5; +i.ss01 = 0; +idotaccent.ss01 = 0; +l.ss03 = 0; +l.ss04 = 0; +}; +I.ss02 = { +Dcroat = 0; +igrave = 52; +jcircumflex = 27; +endash.case = -16; +plus = -18; +minus = -18; +notequal = -52; +less = 0; +approxequal = -35; +logicalnot = -17; +asciitilde = -16; +}; +quoteleft.ss01 = { +J.ss10 = -60; +igrave = 26; +icircumflex = 9; +imacron = 0; +jcircumflex = 8; +questiondown.case = -47; +questiondown.ss01 = -60; +hyphen = -60; +emdash = -60; +quotedblbase.ss01 = -60; +ampersand = -33; +minus = -60; +logicalnot = -60; +asciitilde = -60; +}; +Zacute = { +endash.case = -32; +}; +d = { +hbar = 2; +igrave = 2; +icaron = 2; +idieresis = 2; +jcircumflex = 3; +logicalnot = 0; +}; +notequal = { +zero = -29; +one = -44; +two = -52; +seven = -36; +parenright = -73; +parenright.case = -51; +A = -38; +B = -35; +F = -34; +L = -34; +N = -34; +Y = -64; +b = -39; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 3; +}; +six = { +icircumflex = 12; +parenleft = 10; +braceright = -24; +bracketright.case = -5; +trademark = -46; +asciicircum = -46; +}; +Idieresis.ss02 = { +idieresis = 31; +}; +quotedblleft.ss01 = { +A = -58; +J = -24; +igrave = 26; +icircumflex = 9; +imacron = 0; +jcircumflex = 8; +g.ss06 = -65; +mu = -45; +questiondown.case = -66; +ellipsis.ss01 = -117; +questiondown.ss01 = -84; +underscore = -117; +quotedblbase.ss01 = -117; +ampersand = -39; +minus = -117; +divide = -95; +asciitilde = -78; +}; +sevensuperior = { +A = -57; +C = -21; +O = -21; +G = -21; +fraction = -21; +sevensuperior = 44; +period = -61; +comma = -64; +colon = -30; +semicolon = -30; +slash = -67; +period.ss01 = -61; +comma.ss01 = -60; +colon.ss01 = -53; +semicolon.ss01 = -53; +hyphen = -48; +hyphen.case = -26; +guillemetleft = -58; +guilsinglleft = -52; +guillemetright = -36; +guilsinglright = -36; +plus = -29; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -31; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -40; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_hyphen.case" = -33; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -23; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -28; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -46; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -129; +"@MMK_R_KO_zero" = 12; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_two" = -55; +"@MMK_R_KO_three" = -50; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 9; +"@MMK_R_KO_six" = 11; +"@MMK_R_KO_seven" = -43; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = 12; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -85; +"@MMK_R_KO_quotedblright" = -85; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -64; +}; +won = { +period = -51; +comma = -49; +slash = -36; +period.ss01 = -61; +comma.ss01 = -60; +}; +i.ss01 = { +l = -2; +c = -1; +e = -1; +o = -1; +m = 0; +n = 0; +r = -2; +p = 0; +j.ss01 = 0; +parenright = -7; +}; +guillemetright = { +T = -56; +x = -21; +threesuperior = -50; +fivesuperior = -60; +eightsuperior = -56; +colon = -61; +semicolon = -62; +questiondown = -34; +question.ss01 = -76; +questiondown.ss01 = -34; +braceright = -45; +braceright.case = -41; +bracketright.case = -40; +quotesinglbase = -64; +quotedblbase = -76; +quotedblbase.ss01 = -70; +quoteright.ss01 = -60; +}; +s = { +l = 0; +seven = -31; +emdash = -17; +registered = -26; +notequal = -42; +logicalnot = 0; +asciitilde = 0; +}; +five.dnom = { +question = -82; +question.ss01 = -93; +parenright = -40; +quotedblleft = -114; +quotedblright = -114; +quoteleft = -64; +quoteright = -64; +quotedbl = -77; +quotesingle = -61; +quotedblleft.ss01 = -117; +quoteleft.ss01 = -60; +quotedblright.ss01 = -117; +quoteright.ss01 = -60; +degree = -126; +}; +ecircumflexgrave = { +parenright = -7; +bracketright = -3; +quotedbl = -4; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 13; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -62; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -55; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -25; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -12; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = 10; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_two" = 9; +"@MMK_R_KO_three" = 11; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = 11; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = 21; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -23; +"@MMK_R_KO_plus" = -9; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -23; +}; +t_t.liga = { +wdieresis = 14; +hyphen = -5; +logicalnot = 0; +asciitilde = 0; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -132; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_f" = 33; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 38; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 43; +"@MMK_R_KO_w" = 40; +"@MMK_R_KO_y" = 41; +"@MMK_R_KO_z" = 38; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = 38; +"@MMK_R_KO_pi" = 55; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 35; +"@MMK_R_KO_two" = 24; +"@MMK_R_KO_three" = 23; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 40; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = 15; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 46; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_hyphen" = -131; +"@MMK_R_KO_endash" = -76; +"@MMK_R_KO_hyphen.case" = -45; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 24; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 27; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 19; +"@MMK_R_KO_quotedblleft.ss01" = 16; +"@MMK_R_KO_quotedblright.ss01" = 29; +}; +ohorngrave = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +period = -2; +comma = -2; +period.ss01 = -43; +comma.ss01 = -36; +parenright = -19; +bracketright = -20; +guillemetright = 0; +quotedbl = -2; +}; +zeroinferior = { +parenright = -40; +}; +c = { +seven = -40; +registered = -19; +notequal = -39; +}; +Aacute = { +Dcroat = 0; +Eth = 0; +Tbar = -31; +endash.case = -23; +registered = -46; +}; +Abreve = { +endash.case = -23; +}; +eight.dnom = { +question = -85; +question.ss01 = -91; +parenright = -46; +quotedblleft = -114; +quotedblright = -114; +quoteleft = -64; +quoteright = -64; +quotedbl = -103; +quotesingle = -61; +quotedblleft.ss01 = -117; +quoteleft.ss01 = -60; +quotedblright.ss01 = -117; +quoteright.ss01 = -60; +degree = -135; +}; +Idieresis.ss01 = { +Icircumflex = 3; +Idieresis.ss01 = 3; +idieresis.ss01 = 10; +parenright.case = 32; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_quoteright.ss01" = -35; +}; +comma.ss01 = { +twosuperior = -60; +threesuperior = -60; +fivesuperior = -60; +eightsuperior = -60; +parenright = 0; +bracketright = 0; +quoteright.ss01 = -60; +}; +C = { +two = 3; +three = 12; +five = 0; +eight = 3; +braceright.case = -7; +plus = -47; +minus = -47; +greater = 41; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 22; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 13; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -114; +"@MMK_R_KO_a" = -77; +"@MMK_R_KO_aacute" = -38; +"@MMK_R_KO_a.ss05" = -22; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -78; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = -75; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -54; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -62; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -8; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = 21; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -114; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = 28; +"@MMK_R_KO_slash" = -67; +"@MMK_R_KO_hyphen" = -114; +"@MMK_R_KO_endash" = -114; +"@MMK_R_KO_hyphen.case" = -114; +"@MMK_R_KO_endash.case" = -86; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -107; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -110; +"@MMK_R_KO_percent" = -24; +}; +ocircumflexgrave = { +parenright = -15; +bracketright = -10; +quotedbl = -6; +quotesingle = -2; +}; +wcircumflex = { +p = 0; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = 15; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_f" = -1; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 19; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -3; +"@MMK_R_KO_zero" = 7; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_two" = -14; +"@MMK_R_KO_three" = 17; +"@MMK_R_KO_four" = 54; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = -48; +"@MMK_R_KO_eight" = 25; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -67; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_foursuperior" = -98; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -63; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quotedblright" = -114; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -117; +"@MMK_R_KO_quotedblright.ss01" = -117; +"@MMK_R_KO_plus" = -29; +}; +Umacron = { +Hbar = 5; +}; +Zcaron = { +Dcroat = -2; +igrave = 49; +endash.case = -32; +}; +sixinferior = { +T = -58; +W = -33; +parenright = -32; +bracketright = -33; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_zero" = -24; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -24; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 42; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_endash.case" = -28; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -18; +"@MMK_R_KO_plus" = -32; +"@MMK_R_KO_percent" = -17; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 13; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_pi" = -4; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 13; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 4; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 26; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_degree" = -39; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -15; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -31; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -40; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_hyphen.case" = -33; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +}; +Idotaccent = { +l.ss04 = 4; +}; +zero.dnom = { +question = -80; +question.ss01 = -89; +parenright = -50; +parenright.case = -10; +quotedblleft = -114; +quotedblright = -114; +quoteleft = -64; +quoteright = -64; +quotedbl = -106; +quotesingle = -61; +quotedblleft.ss01 = -117; +quoteleft.ss01 = -60; +quotedblright.ss01 = -117; +quoteright.ss01 = -60; +degree = -138; +}; +I = { +I = 1; +Hbar = 0; +hbar = 4; +igrave = 16; +jcircumflex = 14; +logicalnot = 0; +}; +uhornhookabove = { +a = 0; +a.ss05 = 5; +period = 0; +comma = 0; +ellipsis = -36; +period.ss01 = -34; +ellipsis.ss01 = -34; +comma.ss01 = -27; +parenright = 0; +bracketright = -6; +quotedblright = 50; +quotedbl = 31; +}; +Idieresis = { +Icircumflex = 2; +Idieresis = 2; +idieresis = 10; +parenright = 8; +parenright.case = 32; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 46; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = 53; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -76; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -36; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 46; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = -18; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = -41; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 30; +"@MMK_R_KO_four" = -51; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 26; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 31; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -61; +"@MMK_R_KO_colon" = -20; +"@MMK_R_KO_semicolon" = -20; +"@MMK_R_KO_ellipsis" = -96; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 22; +"@MMK_R_KO_asterisk" = 33; +"@MMK_R_KO_slash" = -48; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_underscore" = -54; +"@MMK_R_KO_hyphen.case" = -34; +"@MMK_R_KO_parenleft" = -15; +"@MMK_R_KO_parenright" = 13; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 23; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 21; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 3; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -37; +}; +Ecircumflexdotbelow.ss01 = { +T = 26; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -24; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -39; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -74; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 16; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_quotedblleft" = -69; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -43; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -70; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -72; +"@MMK_R_KO_asciicircum" = -48; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 1; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_five" = 4; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -3; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_endash.case" = 10; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_degree" = -34; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +one = { +icircumflex = 11; +three = 0; +multiply = -24; +equal = 0; +notequal = -36; +asciicircum = -38; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 23; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = -1; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_period.ss01" = -53; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = -20; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = -23; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -47; +}; +lcaron.ss04 = { +ncaron = 2; +scaron = 4; +exclam.ss01 = 79; +}; +Gdotaccent = { +Hbar = 6; +}; +fl = { +Hbar = 2; +l = 0; +idieresis = 0; +jcircumflex = 2; +periodcentered.loclCAT = 55; +}; +quotedbl = { +Dcroat = 6; +Hbar = 14; +Lslash = 5; +hbar = 15; +igrave = 30; +icircumflex = 27; +idieresis = 22; +imacron = 37; +jcircumflex = 26; +x = 0; +idieresis.ss01 = 25; +g.ss06 = -27; +gcommaaccent.ss06 = -12; +gdotaccent.ss06 = -27; +gdotaccent.ss01.ss06 = -14; +mu = -23; +exclamdown = -23; +questiondown = -60; +backslash = 36; +questiondown.case = -38; +ellipsis.ss01 = -126; +exclamdown.ss01 = -24; +questiondown.ss01 = -63; +underscore = -126; +parenleft = -5; +braceleft = -7; +ampersand = -9; +sterling = -2; +minus = -30; +lessequal = -55; +asciitilde = -32; +}; +O = { +Dcroat = 0; +Eth = 0; +Hbar = 3; +Lslash = 0; +Tbar = -14; +idieresis = 0; +parenleft.case = 0; +braceright.case = -24; +less = 33; +}; +Zdotaccent.ss01 = { +Hbar = 14; +endash.case = -32; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -32; +"@MMK_R_KO_O" = -61; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -59; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = -60; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -61; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -34; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -52; +"@MMK_R_KO_i" = -35; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = -33; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = -61; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = -34; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_pi" = -39; +"@MMK_R_KO_zero" = -56; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -37; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -49; +"@MMK_R_KO_six" = -55; +"@MMK_R_KO_seven" = -61; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -52; +"@MMK_R_KO_sixsuperior" = -61; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -61; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -61; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -61; +}; +braceleft = { +p = 0; +x = -26; +parenleft = -20; +braceright = 33; +at = -25; +minus = -31; +logicalnot = -29; +asciicircum = -57; +}; +rcaron = { +I.ss02 = 35; +onesuperior = 25; +twosuperior = 7; +sevensuperior = 27; +parenright = 15; +}; +f_f_i.liga = { +hbar = 0; +idieresis = 0; +jcircumflex = 2; +germandbls = -4; +logicalnot = 0; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -50; +"@MMK_R_KO_Oacute" = -50; +"@MMK_R_KO_J" = 23; +"@MMK_R_KO_G.ss07" = -41; +"@MMK_R_KO_S" = -34; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = -43; +"@MMK_R_KO_V" = -76; +"@MMK_R_KO_W" = -56; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -47; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = -51; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -29; +"@MMK_R_KO_four" = -114; +"@MMK_R_KO_five" = -42; +"@MMK_R_KO_six" = -46; +"@MMK_R_KO_seven" = -58; +"@MMK_R_KO_eight" = -38; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_question" = -85; +"@MMK_R_KO_asterisk" = -114; +"@MMK_R_KO_slash" = 45; +"@MMK_R_KO_hyphen" = -114; +"@MMK_R_KO_endash" = -114; +"@MMK_R_KO_hyphen.case" = -114; +"@MMK_R_KO_endash.case" = -114; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quotedblright" = -114; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -111; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_plus" = -114; +"@MMK_R_KO_percent" = -74; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -31; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -33; +"@MMK_R_KO_comma" = 31; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -49; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -39; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_bracketright" = 33; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -17; +"@MMK_R_KO_plus" = -31; +"@MMK_R_KO_percent" = -16; +}; +logicalnot = { +one = -20; +two = -20; +seven = -57; +nine = -13; +parenright = -55; +parenright.case = -29; +v = -4; +x = -14; +y = -3; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 1; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 1; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 15; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = 1; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 10; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -36; +}; +ydotbelow = { +ecircumflexdotbelow = 0; +period = -21; +comma = 27; +parenright = 0; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 12; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = 7; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -33; +}; +idotless = { +T = -64; +}; +acircumflexhookabove.ss05 = { +y = -7; +}; +Iogonek.ss02 = { +iogonek = 60; +j = 50; +j.ss01 = 50; +endash.case = -16; +}; +aogonek = { +j = 0; +j.ss01 = 0; +parenright = 0; +bracketright = 0; +}; +ldot.ss01.ss03 = { +period.ss01 = -39; +comma.ss01 = -30; +}; +Idotbelow = { +j = 4; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = -29; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -53; +"@MMK_R_KO_asciicircum" = -43; +}; +Tbar = { +A = -27; +Aacute = -27; +T = 37; +Tbar = 37; +a = -17; +a.ss05 = -21; +e = -16; +o = -16; +oslash = -16; +tbar = -2; +period = -49; +comma = -48; +slash = -36; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -9; +guillemetleft = -9; +guilsinglleft = -9; +}; +itilde = { +exclam.ss01 = 17; +quotedbl = 37; +}; +Idotaccent.ss01 = { +l.ss04 = 4; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = 9; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_degree" = -33; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -10; +}; +ibreve = { +T = 28; +parenright = 18; +quotesingle = 41; +}; +multiply = { +one = -36; +seven.numr = -50; +parenright = -64; +parenright.case = -41; +A = -26; +J = -31; +T = -68; +V = -32; +X = -48; +Y = -47; +p = -22; +}; +Ccircumflex = { +jcircumflex = 9; +}; +q = { +j = 2; +j.ss01 = 2; +comma = 9; +slash = 15; +parenright = 0; +braceright = 0; +bracketright = 0; +}; +tcaron = { +a = -2; +b = 6; +h = 6; +k = 6; +l = 5; +o = -2; +f = 11; +i = 0; +j = 0; +sixsuperior = 24; +onesuperior = 54; +twosuperior = 48; +threesuperior = 42; +fivesuperior = 30; +sevensuperior = 68; +eightsuperior = 30; +ninesuperior = 35; +period = 12; +comma = 13; +colon = 13; +exclam = 61; +question = 64; +exclam.ss01 = 60; +hyphen = -5; +parenright = 90; +bracketright = 51; +quotedblleft = 47; +quotedblright = 59; +quoteleft = 52; +guillemetleft = -2; +guilsinglleft = -2; +quotedbl = 58; +quotesingle = 66; +quotedblleft.ss01 = 31; +quoteleft.ss01 = 31; +quotedblright.ss01 = 40; +}; +uogonek = { +j = 2; +j.ss01 = 2; +parenright = 0; +bracketright = 2; +}; +seven.dnom = { +period = -30; +comma = -29; +question = -81; +period.ss01 = -59; +comma.ss01 = -54; +question.ss01 = -89; +parenright = -48; +parenright.case = -14; +quotedblleft = -102; +quotedblright = -102; +quoteleft = -64; +quoteright = -64; +quotedbl = -56; +quotesingle = -56; +quotedblleft.ss01 = -102; +quoteleft.ss01 = -60; +quotedblright.ss01 = -102; +quoteright.ss01 = -60; +degree = -102; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 24; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_zero" = -18; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -18; +"@MMK_R_KO_seven" = 15; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_sevensuperior" = 33; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 30; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 72; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_endash.case" = -27; +"@MMK_R_KO_parenright.case" = 62; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = -32; +"@MMK_R_KO_percent" = -12; +}; +Igrave.ss02 = { +igrave = 52; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 15; +"@MMK_R_KO_itilde" = 27; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -51; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 15; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = -14; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -34; +}; +Amacron = { +endash.case = -23; +}; +hyphen = { +Dcroat = -2; +Lslash = 34; +Oslash = 7; +x = -15; +l.ss03 = 2; +mu = -3; +zero.numr = -63; +one.numr = -40; +three.numr = -51; +four.numr = -90; +five.numr = -60; +six.numr = -62; +seven.numr = -45; +eight.numr = -57; +nine.numr = -57; +threesuperior = -55; +fivesuperior = -65; +eightsuperior = -62; +colon = -61; +semicolon = -64; +questiondown = -28; +question.ss01 = -66; +questiondown.ss01 = -28; +parenleft = 23; +braceright = -31; +quotesinglbase = -64; +quotedblbase = -114; +quotedblbase.ss01 = -117; +quoteleft.ss01 = -60; +quoteright.ss01 = -60; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = -1; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -59; +"@MMK_R_KO_asterisk" = -42; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_question.ss01" = -76; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = -7; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -37; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -82; +"@MMK_R_KO_quotedblright" = -59; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -56; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -81; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -57; +}; +l = { +Hbar = 2; +l = 0; +hbar = 2; +igrave = 2; +ibreve = 2; +icaron = 2; +idieresis = 0; +jcircumflex = 2; +periodcentered.loclCAT = 55; +at = 0; +notequal = -40; +logicalnot = 0; +}; +registered = { +period = -61; +comma = -64; +slash = -46; +period.ss01 = -61; +comma.ss01 = -60; +parenright = -52; +parenright.case = -27; +trademark = -45; +}; +quotedblright.ss01 = { +icircumflex = 11; +g.ss06 = -75; +mu = -62; +questiondown.case = -74; +ellipsis.ss01 = -117; +questiondown.ss01 = -93; +asciitilde = -92; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -1; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = -1; +"@MMK_R_KO_pi" = -5; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_two" = -37; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 28; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 10; +"@MMK_R_KO_seven" = -54; +"@MMK_R_KO_eight" = 15; +"@MMK_R_KO_nine" = -14; +"@MMK_R_KO_sixsuperior" = -43; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_foursuperior" = -83; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quotedblright" = -114; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -117; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 33; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = -97; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -30; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -53; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = -16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -37; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = -60; +"@MMK_R_KO_semicolon" = -60; +"@MMK_R_KO_ellipsis" = -117; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 42; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_backslash" = 2; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -74; +"@MMK_R_KO_hyphen.case" = 32; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 19; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -58; +}; +published = { +parenright = -53; +parenright.case = -22; +}; +emdash.case = { +one.numr = -6; +seven.numr = -12; +question.ss01 = -81; +quotedblbase = -114; +quotedblbase.ss01 = -117; +quoteright.ss01 = -60; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -25; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_endash.case" = 10; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_degree" = -37; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +Atilde = { +ordfeminine = -56; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -32; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = 4; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -35; +}; +quotesingle = { +Hbar = 14; +eacute = -26; +hbar = 15; +igrave = 33; +icaron = 31; +icircumflex = 33; +idieresis = 22; +imacron = 37; +itilde = 37; +jcircumflex = 32; +idieresis.ss01 = 35; +g.ss06 = -27; +mu = -16; +exclamdown = -16; +questiondown = -53; +backslash = 36; +questiondown.case = -33; +questiondown.ss01 = -56; +underscore = -61; +ampersand = -9; +lessequal = -55; +asciitilde = -32; +}; +exclam = { +exclam = -2; +parenright = -5; +guillemetleft = -2; +guillemetright = -5; +}; +Imacron.ss02 = { +endash.case = -16; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 11; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -32; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 39; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -46; +"@MMK_R_KO_asciicircum" = -3; +}; +imacron = { +ncommaaccent = 0; +lcommaaccent = 0; +three = 22; +exclam.ss01 = 10; +quotedbl = 33; +}; +three = { +icircumflex = 16; +braceright = -23; +bracketright.case = -3; +trademark = -33; +}; +radical = { +four = -23; +seven = 37; +hyphen = -22; +A = -32; +J = -4; +J.ss10 = -44; +a = -25; +d = -24; +a.ss05 = -20; +c = -24; +g = -22; +s = -17; +l.ss04 = 15; +g.ss06 = -22; +}; +quotesinglbase = { +Iogonek = 17; +oslash = 0; +p = 0; +jcircumflex = 0; +germandbls = -21; +numbersign = -54; +parenleft.case = -43; +at = -43; +copyright = -64; +published = -64; +dollar = -45; +euro = -64; +minus = -64; +equal = -64; +approxequal = -64; +}; +germandbls = { +a = 0; +d = 2; +a.ss05 = 6; +e = 0; +f = 4; +g = 3; +i = -2; +s = 0; +t = 6; +v = 5; +w = 6; +g.ss06 = 0; +t_i.liga = 6; +t_t.liga = 6; +period.ss01 = -39; +comma.ss01 = -29; +hyphen = 24; +parenright = -23; +bracketright = -18; +quotedblleft = -9; +quotesingle = 0; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -50; +"@MMK_R_KO_Oacute" = -54; +"@MMK_R_KO_J" = 23; +"@MMK_R_KO_G.ss07" = -41; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = -43; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -56; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -31; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -41; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -51; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -23; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = -34; +"@MMK_R_KO_six" = -46; +"@MMK_R_KO_seven" = -47; +"@MMK_R_KO_eight" = -30; +"@MMK_R_KO_nine" = -35; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_question" = -64; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_slash" = 45; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_quotedblleft" = -64; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_plus" = -64; +"@MMK_R_KO_percent" = -64; +}; +Odieresis = { +Eth = 0; +Germandbls = 0; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = -42; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_hyphen.case" = -24; +"@MMK_R_KO_endash.case" = -13; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -44; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_degree" = -48; +"@MMK_R_KO_plus" = -25; +"@MMK_R_KO_percent" = -18; +}; +e = { +idieresis = -4; +germandbls = -2; +gbreve.ss06 = 0; +seven = -42; +emdash = 0; +registered = -29; +logicalnot = 0; +asciitilde = 0; +}; +Oacute = { +Eth = 0; +Lslash = 0; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 41; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 37; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 21; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_underscore" = 44; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = -37; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 30; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 32; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 37; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 27; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -7; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 17; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -30; +"@MMK_R_KO_hyphen" = -20; +"@MMK_R_KO_endash" = -25; +"@MMK_R_KO_underscore" = 46; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -54; +"@MMK_R_KO_asciicircum" = -20; +}; +Germandbls = { +B = 7; +E = 8; +I = 8; +L = 8; +S = 20; +T = 9; +Z = 11; +a = 6; +foursuperior = -39; +hyphen = 35; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -35; +}; +six.dnom = { +question = -86; +question.ss01 = -93; +parenright = -46; +quotedblleft = -114; +quotedblright = -114; +quoteleft = -64; +quoteright = -64; +quotedbl = -101; +quotesingle = -61; +quotedblleft.ss01 = -117; +quoteleft.ss01 = -60; +quotedblright.ss01 = -117; +quoteright.ss01 = -60; +degree = -133; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -26; +}; +less = { +two = 37; +three = 55; +parenright = 0; +less = -46; +S = 47; +}; +Acircumflex = { +six = -10; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 48; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 37; +"@MMK_R_KO_W" = 33; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = 44; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -26; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = 17; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 33; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 34; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = 34; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -64; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_endash.case" = -64; +"@MMK_R_KO_parenright" = 9; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_parenright.case" = 21; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_degree" = -7; +"@MMK_R_KO_plus" = -64; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -69; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_J" = -36; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = -48; +"@MMK_R_KO_I.ss02" = -29; +"@MMK_R_KO_J.ss10" = -183; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = -32; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -61; +"@MMK_R_KO_i" = -43; +"@MMK_R_KO_n" = -48; +"@MMK_R_KO_j" = -43; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_z" = -29; +"@MMK_R_KO_t_t.liga" = -19; +}; +ellipsis.ss01 = { +Dcroat = -35; +Tbar = -81; +tbar = -45; +twosuperior = -118; +threesuperior = -131; +fivesuperior = -134; +eightsuperior = -142; +question.ss01 = -102; +parenleft = -48; +braceright = -51; +parenleft.case = -70; +quoteleft.ss01 = -60; +quoteright.ss01 = -60; +}; +u = { +l = 0; +idieresis = 1; +s = 0; +germandbls = -2; +logicalnot = 0; +}; +colon.ss01 = { +T = -61; +V = -29; +Y = -47; +zero = -23; +one = -40; +three = -19; +four = -57; +onesuperior = -40; +sevensuperior = -55; +emdash = -61; +parenright = -29; +braceright = -37; +bracketright = -37; +}; +ocircumflexacute = { +sevensuperior = -4; +parenright = 13; +bracketright = 18; +quotedbl = -6; +quotesingle = 0; +}; +egrave = { +T = -54; +}; +Jcircumflex = { +jcircumflex = 17; +parenright = 16; +bracketright = 18; +parenright.case = 38; +bracketright.case = 19; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 16; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -28; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 23; +"@MMK_R_KO_O" = 34; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = 43; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 29; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 18; +"@MMK_R_KO_e" = 29; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 32; +"@MMK_R_KO_i" = 17; +"@MMK_R_KO_n" = 18; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_t_t.liga" = 16; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 35; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 50; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = 5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_bracketright.case" = 16; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = -32; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -48; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_v" = -34; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_pi" = -5; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -13; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -24; +"@MMK_R_KO_six" = -35; +"@MMK_R_KO_seven" = -42; +"@MMK_R_KO_eight" = -22; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -61; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -61; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -61; +"@MMK_R_KO_quotedblright" = -61; +"@MMK_R_KO_quoteleft" = -61; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -61; +"@MMK_R_KO_quotesingle" = -61; +}; +udieresis = { +germandbls = -2; +}; +E = { +Hbar = 0; +igrave = 24; +idieresis = 0; +jcircumflex = 0; +germandbls = -12; +idieresis.ss01 = 23; +zero = -16; +two = 0; +six = -17; +seven = 12; +numbersign = -23; +registered = -33; +multiply = -56; +logicalnot = 0; +asciitilde = 0; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_Oacute" = -39; +"@MMK_R_KO_J" = 48; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = -35; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = 33; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = 37; +"@MMK_R_KO_I.ss02" = 41; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_v" = -37; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 33; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = -38; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -109; +"@MMK_R_KO_five" = -27; +"@MMK_R_KO_six" = -35; +"@MMK_R_KO_seven" = -36; +"@MMK_R_KO_eight" = -24; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_asterisk" = -138; +"@MMK_R_KO_slash" = 45; +"@MMK_R_KO_period.ss01" = 9; +"@MMK_R_KO_comma.ss01" = 25; +"@MMK_R_KO_colon.ss01" = 25; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 47; +"@MMK_R_KO_quotedblright" = -114; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblright.ss01" = -117; +}; +Lcaron = { +A = 31; +B = 2; +M = 2; +N = 2; +K = 2; +C = -13; +O = -12; +G = -13; +Ccaron = -13; +Ocircumflex = -12; +J = 46; +S = 3; +Scaron = 3; +T = 19; +U = 0; +Uacute = 0; +V = 37; +W = 34; +Zcaron = 32; +I.ss02 = 45; +a = -19; +u = -14; +v = -7; +w = -10; +sixsuperior = 0; +onesuperior = 21; +twosuperior = 3; +threesuperior = 0; +foursuperior = -10; +fivesuperior = 0; +sevensuperior = 21; +eightsuperior = 0; +ninesuperior = 0; +period = 25; +comma = 23; +question = 25; +question.ss01 = 0; +hyphen = -57; +hyphen.case = -57; +parenright = 3; +quotedblleft = 4; +quoteleft = 5; +guillemetleft = -59; +guilsinglleft = -59; +quotedbl = 11; +quotesingle = 22; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 11; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -26; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -68; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -32; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -30; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -26; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -5; +}; +Udieresis.ss01 = { +b = 5; +}; +twosuperior = { +A = -31; +fraction = 0; +period = -61; +comma = -64; +slash = -39; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -2; +parenright = 0; +parenright.case = 0; +}; +period = { +g.ss06 = 11; +ordfeminine = -61; +ordmasculine = -61; +twosuperior = -61; +threesuperior = -61; +fivesuperior = -61; +eightsuperior = -61; +parenleft = -11; +braceright = -31; +parenleft.case = -35; +}; +uhorntilde = { +a = 0; +a.ss05 = 5; +n = 0; +u = 0; +period = 0; +comma = 0; +ellipsis = -36; +question = 30; +period.ss01 = -34; +ellipsis.ss01 = -34; +comma.ss01 = -27; +parenright = 0; +quotedblright = 50; +quotedbl = 31; +}; +nine = { +ordmasculine = -16; +underscore = -20; +braceright = -30; +braceright.case = -24; +bracketright.case = -24; +trademark = -43; +asciicircum = -36; +}; +T = { +Hbar = 0; +Lslash = -2; +Oslash = -19; +Tbar = 37; +aacute = -54; +agrave = -16; +adotbelow = -56; +adotbelow.ss01 = -56; +aogonek = -56; +adieresis = -30; +ahookabove = -32; +ae = -52; +a.ss05 = -52; +aacute.ss05 = -46; +aogonek.ss05 = -52; +adotbelow.ss05 = -52; +cacute = -51; +ccedilla = -56; +eacute = -51; +edotaccent = -40; +eogonek = -56; +edotbelow = -56; +edotbelow.ss01 = -56; +edotaccent.ss01 = -39; +egrave = -9; +ecaron = -12; +ehookabove = -30; +oacute = -51; +ohookabove = -31; +ograve = -11; +ocircumflexhookabove = -31; +ohungarumlaut = -39; +odotbelow = -56; +ohorngrave = -11; +ohornacute = -51; +odotbelow.ss01 = -56; +oslash = -50; +gbreve = -23; +i.ss01 = 0; +idotaccent.ss01 = 0; +iacute = -31; +igrave = 31; +rcaron = 0; +ihookabove = 0; +idotless = -63; +ibreve = 41; +icaron = 29; +idieresis = 0; +racute = -44; +scaron = 0; +scircumflex = -20; +uacute = -58; +uhorndotbelow = -59; +uhorndotbelow.ss01 = -59; +ugrave = -18; +udotbelow = -59; +uogonek = -59; +uhorngrave = -18; +uhornacute = -58; +udotbelow.ss01 = -59; +uhornhookabove = -37; +ygrave = 5; +ycircumflex = -13; +yhookabove = -6; +zcaron = 0; +idieresis.ss01 = 27; +zero = -18; +six = -20; +seven = 28; +zeroinferior = -59; +twoinferior = -55; +numbersign = -34; +endash.case = -49; +parenleft.case = -23; +guilsinglleft = -56; +guilsinglright = -54; +at = -36; +ampersand = -24; +registered = -26; +plus = -54; +minus = -54; +multiply = -70; +divide = -54; +equal = -48; +less = -26; +greaterequal = -61; +plusminus = -39; +approxequal = -64; +logicalnot = -47; +asciitilde = -45; +}; +quotesinglbase.ss01 = { +Dcroat = -35; +T = -60; +Tcaron = -60; +V = -60; +W = -60; +Y = -60; +oslash = -20; +germandbls = -46; +numbersign = -60; +question.ss01 = -60; +parenleft.case = -52; +quoteright.ss01 = -60; +at = -53; +copyright = -60; +published = -60; +euro = -60; +minus = -60; +equal = -60; +approxequal = -60; +}; +Q = { +Dcroat = 2; +two = 13; +seven = -4; +registered = -12; +}; +quoteright = { +Hbar = 8; +a.ss05 = -64; +eacute = -64; +hbar = 17; +igrave = 31; +icircumflex = 25; +idieresis = 28; +imacron = 42; +itilde = 40; +jcircumflex = 24; +scaron = -7; +x = -31; +g.ss06 = -64; +gdotaccent.ss06 = -53; +mu = -53; +questiondown = -64; +questiondown.case = -44; +quotedblbase = -64; +euro = -22; +asciitilde = -64; +}; +minus = { +one = -22; +two = -63; +three = -37; +seven = -67; +one.numr = -10; +seven.numr = -18; +period = -61; +comma = -64; +period.ss01 = -61; +comma.ss01 = -60; +parenright = -53; +parenright.case = -32; +quotedblleft = -114; +quotedblright = -114; +quoteleft = -64; +quoteright = -64; +guillemetright = -34; +quotedbl = -50; +quotesingle = -50; +quotedblleft.ss01 = -117; +quoteleft.ss01 = -60; +quotedblright.ss01 = -117; +quoteright.ss01 = -60; +tenge = -64; +yen = -4; +x = -4; +}; +ldot.ss04 = { +a = 8; +e = 8; +period = -61; +comma = -61; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 30; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = 15; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 32; +"@MMK_R_KO_four" = 30; +"@MMK_R_KO_five" = 12; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -9; +"@MMK_R_KO_eight" = 23; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_ellipsis" = -51; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -48; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -31; +"@MMK_R_KO_hyphen" = 34; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_endash.case" = -17; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_degree" = -40; +"@MMK_R_KO_plus" = -19; +"@MMK_R_KO_percent" = -17; +}; +acircumflexacute.ss05 = { +t = 0; +y = -7; +t_i.liga = 0; +t_t.liga = 0; +question = -15; +question.ss01 = -33; +}; +p = { +seven = -34; +registered = -31; +}; +idotaccent = { +T = -28; +idieresis = 0; +parenright = -22; +}; +summation = { +n = -56; +}; +eth = { +a = -7; +d = -7; +aacute = -7; +e = -8; +o = -7; +eth = -8; +odieresis = -7; +f = -5; +f_f.liga = -5; +f_f_i.liga = -5; +fi = -5; +f_y.liga = -5; +fl = -5; +g = -7; +i = -9; +j = -8; +s = -2; +t = -5; +u = -7; +v = -9; +y = -8; +t_i.liga = -5; +t_t.liga = -5; +period = -10; +comma = -11; +period.ss01 = -51; +comma.ss01 = -45; +hyphen = 7; +parenright = -27; +bracketright = -28; +quotedblleft = -7; +quoteleft = 0; +quotedbl = -11; +}; +igrave = { +parenright = -24; +}; +three.numr = { +fraction = 0; +}; +Aring = { +endash.case = -23; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -30; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = -28; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -51; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -48; +"@MMK_R_KO_quoteright.ss01" = -48; +"@MMK_R_KO_trademark" = -70; +"@MMK_R_KO_asciicircum" = -43; +}; +lcommaaccent = { +j = 2; +}; +quoteright.ss01 = { +igrave = 14; +icircumflex = 11; +imacron = 0; +itilde = 9; +jcircumflex = 10; +idieresis.ss01 = 0; +g.ss06 = -60; +gdotaccent.ss01.ss06 = -53; +mu = -60; +questiondown.case = -57; +questiondown.ss01 = -60; +quotedblbase.ss01 = -60; +asciitilde = -60; +}; +backslash = { +p = 8; +g.ss06 = 22; +backslash = -49; +underscore = 33; +quoteright.ss01 = -60; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_T" = 28; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 46; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = 49; +"@MMK_R_KO_Z" = 37; +"@MMK_R_KO_I.ss02" = 43; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 35; +"@MMK_R_KO_twosuperior" = 23; +"@MMK_R_KO_threesuperior" = 17; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 12; +"@MMK_R_KO_sevensuperior" = 51; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -51; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = 72; +"@MMK_R_KO_bracketright" = 57; +"@MMK_R_KO_parenright.case" = 74; +"@MMK_R_KO_bracketright.case" = 57; +"@MMK_R_KO_quotedblright" = 29; +"@MMK_R_KO_quoteright" = 33; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 24; +"@MMK_R_KO_quotesingle" = 25; +"@MMK_R_KO_quotedblright.ss01" = 9; +"@MMK_R_KO_quoteright.ss01" = 9; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 25; +"@MMK_R_KO_V" = 62; +"@MMK_R_KO_W" = 60; +"@MMK_R_KO_X" = 50; +"@MMK_R_KO_Y" = 59; +"@MMK_R_KO_Z" = 42; +"@MMK_R_KO_I.ss02" = 53; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 27; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 24; +"@MMK_R_KO_twosuperior" = 21; +"@MMK_R_KO_threesuperior" = 16; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 34; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 51; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 45; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = 19; +"@MMK_R_KO_braceright" = 15; +"@MMK_R_KO_bracketright" = 15; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 41; +"@MMK_R_KO_quoteleft" = 20; +"@MMK_R_KO_quoteright" = 41; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 33; +"@MMK_R_KO_quotesingle" = 37; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 24; +"@MMK_R_KO_quoteright.ss01" = 24; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -37; +}; +parenright.case = { +T = -31; +V = -8; +Y = -23; +Yacute = -23; +period = -15; +comma = -16; +slash = 0; +period.ss01 = -55; +comma.ss01 = -38; +hyphen.case = 14; +emdash.case = 14; +parenleft.case = -2; +parenright.case = -13; +braceright.case = -16; +bracketright.case = -16; +quotedbl = -14; +}; +degree = { +zero = -24; +three = -14; +four = -72; +five = -22; +six = -25; +period = -61; +comma = -64; +slash = -78; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -131; +emdash = -178; +endash = -114; +hyphen.case = -55; +emdash.case = -55; +parenright = -48; +bracketright = -53; +parenright.case = -26; +bracketright.case = -54; +g.ss06 = -61; +}; +H = { +H = 0; +Hbar = 0; +igrave = 16; +ibreve = 17; +idieresis = 10; +jcircumflex = 14; +x = 0; +idieresis.ss01 = 9; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -19; +greaterequal = 0; +lessequal = -6; +Y = -25; +n = -22; +}; +mu = { +mu = -11; +pi = -3; +one = -29; +onesuperior = -45; +twosuperior = -31; +sevensuperior = -56; +period.ss01 = -34; +comma.ss01 = -27; +hyphen = -4; +parenright = -27; +braceright = -34; +bracketright = -34; +quotedblleft = -55; +quotedblright = -35; +quoteleft = -55; +quoteright = -33; +quotedbl = -35; +quotesingle = -35; +trademark = -80; +asciicircum = -52; +}; +questiondown = { +p = -4; +questiondown = 22; +}; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = 0; +Eth = 0; +Lslash = 0; +Tbar = -31; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 0; +jcircumflex = 0; +germandbls = -3; +tbar = 0; +gbreve.ss06 = 19; +ordfeminine = -56; +ordmasculine = -56; +zero = -11; +two = 27; +three = 0; +five = -2; +six = -10; +seven = -25; +eight = 0; +nine = -10; +numbersign = -7; +endash.case = -23; +parenleft.case = -7; +quotedblleft.ss01 = -69; +at = -6; +ampersand = 0; +registered = -46; +dollar = -10; +plus = -17; +minus = -17; +multiply = -32; +divide = -17; +equal = 0; +notequal = -43; +less = 0; +approxequal = -23; +logicalnot = -18; +asciitilde = -10; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 42; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = 47; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 45; +"@MMK_R_KO_Y" = 38; +"@MMK_R_KO_Z" = 40; +"@MMK_R_KO_I.ss02" = 46; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_itilde" = 40; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_x" = 33; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 21; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = -22; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 9; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_backslash" = 31; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_underscore" = 47; +"@MMK_R_KO_hyphen.case" = -53; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 28; +"@MMK_R_KO_bracketright.case" = 8; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -48; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = 12; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 11; +"@MMK_R_KO_six" = 12; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = 22; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_degree" = -22; +"@MMK_R_KO_plus" = -7; +"@MMK_R_KO_percent" = 0; +}; +ohornacute = { +c = 0; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +p = 0; +t = 5; +u = 3; +t_i.liga = 5; +t_i.liga.ss01 = 5; +t_t.liga = 5; +parenright = -16; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = -37; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -13; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 23; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -43; +"@MMK_R_KO_comma" = -36; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -77; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 31; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_underscore" = -36; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = 0; +}; +Ycircumflex = { +a.ss05 = -40; +}; +Ograve = { +Lslash = 0; +}; +Hbar = { +Hbar = 54; +Idieresis.ss01 = 2; +exclam.ss01 = 12; +}; +Y = { +Eth = 0; +Lslash = 0; +Oslash = -15; +aacute = -45; +a.ss05 = -40; +aacute.ss05 = -34; +aogonek.ss05 = -40; +eth = -19; +ccedilla = -48; +eacute = -43; +edotbelow = -48; +edotbelow.ss01 = -48; +egrave = -5; +ecircumflexacute = -22; +oacute = -44; +odotbelow = -48; +odotbelow.ss01 = -48; +oslash = -45; +iacute = -17; +ntilde = -26; +ncaron = -19; +igrave = 58; +idieresis = 41; +scaron = 6; +zcaron = 21; +idieresis.ss01 = 47; +zero = -14; +two = 10; +three = 9; +six = -15; +seven = 47; +eight = -4; +nine = -2; +twoinferior = -63; +numbersign = -12; +ellipsis.ss01 = -94; +endash.case = -26; +parenleft.case = -10; +at = -24; +ampersand = -21; +registered = -11; +plus = -44; +minus = -44; +multiply = -44; +equal = -19; +notequal = -56; +less = -20; +lessequal = -59; +logicalnot = -42; +asciitilde = -41; +}; +acircumflexacute = { +sevensuperior = -4; +parenright = 20; +}; +odieresis.ss01 = { +germandbls = 0; +}; +foursuperior = { +A = -34; +period = -61; +comma = -64; +slash = -51; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -27; +}; +eight = { +icircumflex = 17; +braceright = -22; +bracketright.case = -4; +trademark = -33; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -27; +"@MMK_R_KO_asciicircum" = -43; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = 33; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 31; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -100; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 53; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = -18; +"@MMK_R_KO_parenright" = 24; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 38; +"@MMK_R_KO_quotedblleft" = 26; +"@MMK_R_KO_quotedblright" = 39; +"@MMK_R_KO_quoteleft" = 26; +"@MMK_R_KO_quoteright" = 40; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 34; +"@MMK_R_KO_quotesingle" = 34; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -8; +"@MMK_R_KO_percent" = 0; +}; +w = { +ampersand = -11; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -64; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -54; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -61; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 9; +"@MMK_R_KO_three" = 12; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 21; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_sevensuperior" = 10; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = -64; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -64; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_endash.case" = -64; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -64; +}; +jacute = { +hbar = 0; +idieresis = 0; +iogonek = 2; +j = 2; +j.ss01 = 2; +jcircumflex = 3; +seven = 62; +comma = 8; +slash = 14; +parenright = 31; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 46; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 57; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 43; +"@MMK_R_KO_W" = 39; +"@MMK_R_KO_X" = 49; +"@MMK_R_KO_Y" = 35; +"@MMK_R_KO_Z" = 42; +"@MMK_R_KO_I.ss02" = 51; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 14; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 39; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = 20; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_underscore" = 55; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 8; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 28; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 17; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -47; +}; +gcaron.ss06 = { +gcaron.ss06 = 23; +}; +Ntilde = { +A = 2; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 41; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 41; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 26; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 26; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 23; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 68; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 62; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 23; +"@MMK_R_KO_slash" = 60; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 24; +"@MMK_R_KO_colon.ss01" = 27; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = 69; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = 49; +"@MMK_R_KO_braceright" = 37; +"@MMK_R_KO_bracketright" = 37; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = 35; +"@MMK_R_KO_quoteleft" = 7; +"@MMK_R_KO_quoteright" = 36; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -48; +"@MMK_R_KO_asciicircum" = -28; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 15; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -27; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -2; +}; +guillemetleft = { +Dcroat = -2; +T = -55; +mu = 0; +twosuperior = -41; +braceright = -37; +minus = -25; +logicalnot = -13; +asciitilde = -38; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = -4; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_itilde" = -4; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -28; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -73; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_quotedblleft" = -68; +"@MMK_R_KO_quotedblright" = -45; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -43; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -30; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -69; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -46; +}; +icircumflex = { +two = 34; +exclam.ss01 = 12; +parenright = 0; +}; +ihookabove = { +n = 0; +}; +guilsinglleft = { +twosuperior = -42; +braceright = -37; +logicalnot = -14; +asciitilde = -39; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -46; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = -46; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -75; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -41; +"@MMK_R_KO_t_t.liga" = 0; +}; +Uhornacute = { +exclam.ss01 = 21; +}; +ocircumflexhookabove = { +parenright = 22; +bracketright = 19; +quotedblright = 3; +quotedbl = 0; +quotesingle = 0; +quotedblright.ss01 = -7; +}; +plusminus = { +one = -17; +parenright = -8; +}; +question = { +exclam = 12; +questiondown = -53; +questiondown.case = -26; +bracketright.case = -12; +}; +ordmasculine = { +period = -61; +comma = -64; +slash = -62; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -81; +parenright = -26; +parenright.case = -5; +}; +slash = { +Hbar = 14; +Oslash = 0; +hbar = 5; +ntilde = -20; +ncommaaccent = -29; +igrave = 39; +ibreve = 46; +icircumflex = 13; +idieresis = 7; +imacron = 0; +itilde = 33; +jcircumflex = 11; +rcommaaccent = -31; +scaron = 0; +scircumflex = 0; +x = -8; +idieresis.ss01 = 32; +g.ss06 = -29; +gcommaaccent.ss06 = -25; +gdotaccent.ss06 = -24; +gdotaccent.ss01.ss06 = -23; +mu = -30; +oneinferior = -37; +fourinferior = -59; +eightinferior = -48; +backslash = 41; +ellipsis.ss01 = -100; +underscore = -72; +parenleft = 0; +quotesinglbase = -64; +quotedblbase = -70; +quotedblbase.ss01 = -89; +literSign = -16; +cent = -11; +euro = -8; +sterling = -15; +minus = -30; +asciicircum = -35; +infinity = -17; +integral = -35; +radical = -24; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = 13; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblright" = 48; +"@MMK_R_KO_quoteright" = 49; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +M = { +Hbar = 0; +hbar = 4; +igrave = 16; +ibreve = 17; +icaron = 13; +idieresis = 10; +idieresis.ss01 = 10; +}; +i = { +hbar = 0; +ntilde = 0; +idieresis = 0; +j = 0; +jcircumflex = 2; +s = 0; +germandbls = -4; +slash = -1; +parenright = -22; +braceright = -33; +bracketright = -32; +logicalnot = 0; +}; +macute = { +quotesingle = -35; +}; +greaterequal = { +one = -30; +three = -36; +seven = -62; +parenright = -22; +T = -63; +}; +eogonek = { +parenright = 0; +}; +fiveinferior = { +T = -60; +W = -31; +parenright = -26; +}; +tcedilla = { +comma = 69; +parenright = 63; +bracketright = 55; +}; +eightsuperior = { +A = -40; +fraction = 0; +period = -61; +comma = -64; +slash = -51; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -35; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -70; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -117; +"@MMK_R_KO_a" = -76; +"@MMK_R_KO_aacute" = -59; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -77; +"@MMK_R_KO_eacute" = -50; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -54; +"@MMK_R_KO_i" = -23; +"@MMK_R_KO_n" = -63; +"@MMK_R_KO_j" = -24; +"@MMK_R_KO_s" = -65; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -61; +"@MMK_R_KO_uacute" = -48; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -79; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -55; +"@MMK_R_KO_hyphen" = -117; +"@MMK_R_KO_endash" = -117; +"@MMK_R_KO_hyphen.case" = -117; +"@MMK_R_KO_endash.case" = -68; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_guillemetleft" = -86; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -95; +"@MMK_R_KO_percent" = -17; +}; +ordfeminine = { +period = -61; +comma = -64; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -75; +parenright = -10; +}; +Edotaccent = { +scaron = 0; +}; +Oslash = { +Eth = 0; +T = 4; +Tcaron = 4; +V = 0; +Y = 0; +l.ss04 = 4; +sevensuperior = 0; +parenright = 0; +bracketright = 2; +parenright.case = 23; +bracketright.case = 0; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 37; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = 35; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_a" = -56; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -56; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -54; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -64; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -59; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_w" = -50; +"@MMK_R_KO_x" = -49; +"@MMK_R_KO_y" = -50; +"@MMK_R_KO_z" = -48; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = -50; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -49; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -55; +"@MMK_R_KO_semicolon" = -46; +"@MMK_R_KO_ellipsis" = -82; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 46; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_backslash" = 8; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_hyphen.case" = -45; +"@MMK_R_KO_parenleft" = -24; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 14; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 24; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -55; +}; +seven.numr = { +fraction = -17; +}; +at = { +underscore = -34; +parenright = -40; +bracketright = -22; +parenright.case = -19; +bracketright.case = -22; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -34; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_question.ss01" = -78; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 4; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -40; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_quotedblleft" = -75; +"@MMK_R_KO_quotedblright" = -52; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -49; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -40; +"@MMK_R_KO_quotesingle" = -39; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -76; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -81; +"@MMK_R_KO_asciicircum" = -55; +}; +F = { +Hbar = 0; +adieresis.ss05 = -14; +i.ss01 = 0; +iacute = -14; +igrave = 22; +idieresis = 3; +zcaron = 0; +idieresis.ss01 = 22; +three = 0; +seven = 24; +twoinferior = -9; +threeinferior = -13; +fourinferior = -61; +fiveinferior = -24; +sixinferior = -30; +eightinferior = -26; +numbersign = -17; +ellipsis.ss01 = -116; +ampersand = -23; +multiply = -48; +}; +nineinferior = { +parenright = -39; +}; +parenright = { +icircumflex = 14; +parenleft = 20; +braceright = -20; +asciicircum = -39; +}; +fivesuperior = { +A = -35; +fraction = 0; +period = -61; +comma = -64; +slash = -45; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -31; +guillemetleft = -32; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -32; +"@MMK_R_KO_O" = -65; +"@MMK_R_KO_Oacute" = -65; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -59; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -81; +"@MMK_R_KO_U" = -60; +"@MMK_R_KO_V" = -98; +"@MMK_R_KO_W" = -74; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -97; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -49; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -34; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -52; +"@MMK_R_KO_i" = -35; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = -33; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -67; +"@MMK_R_KO_w" = -63; +"@MMK_R_KO_y" = -64; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = -34; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_pi" = -39; +"@MMK_R_KO_zero" = -66; +"@MMK_R_KO_one" = -48; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -149; +"@MMK_R_KO_five" = -52; +"@MMK_R_KO_six" = -63; +"@MMK_R_KO_seven" = -69; +"@MMK_R_KO_eight" = -48; +"@MMK_R_KO_nine" = -54; +"@MMK_R_KO_sixsuperior" = -139; +"@MMK_R_KO_onesuperior" = -80; +"@MMK_R_KO_foursuperior" = -127; +"@MMK_R_KO_sevensuperior" = -108; +"@MMK_R_KO_ninesuperior" = -139; +"@MMK_R_KO_asterisk" = -138; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_hyphen" = -212; +"@MMK_R_KO_endash" = -185; +"@MMK_R_KO_hyphen.case" = -212; +"@MMK_R_KO_endash.case" = -185; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -103; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -117; +"@MMK_R_KO_quotedblright.ss01" = -117; +}; +lcaron = { +l = 27; +ncaron = 0; +lcaron = 27; +scaron = 3; +exclam.ss01 = 78; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_exclam" = 26; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = 37; +"@MMK_R_KO_endash" = 42; +"@MMK_R_KO_hyphen.case" = 44; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -7; +}; +z = { +logicalnot = 0; +}; +Eogonek = { +comma = 24; +parenright = 39; +}; +G = { +Eth = 0; +Hbar = 6; +Lslash = 0; +Oslash = 1; +hbar = 3; +idieresis = 0; +jcircumflex = 6; +eight = 12; +braceright.case = -20; +}; +eightinferior = { +parenright = -33; +}; +comma = { +twosuperior = -64; +threesuperior = -64; +fivesuperior = -64; +eightsuperior = -64; +}; +pi = { +pi = 25; +onesuperior = -27; +sevensuperior = -42; +period = 8; +comma = 14; +colon = 10; +slash = 6; +hyphen = -5; +parenright = -7; +braceright = -24; +bracketright = -24; +quoteright = 0; +quotesingle = 0; +trademark = -50; +}; +iacute = { +a = -1; +c = -1; +ntilde = 0; +m = 0; +n = 0; +p = 0; +s = 0; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 28; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_sixsuperior" = 45; +"@MMK_R_KO_onesuperior" = 77; +"@MMK_R_KO_twosuperior" = 62; +"@MMK_R_KO_threesuperior" = 56; +"@MMK_R_KO_foursuperior" = 27; +"@MMK_R_KO_fivesuperior" = 43; +"@MMK_R_KO_sevensuperior" = 80; +"@MMK_R_KO_eightsuperior" = 47; +"@MMK_R_KO_ninesuperior" = 56; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_exclam" = 80; +"@MMK_R_KO_question" = 87; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 41; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 66; +"@MMK_R_KO_bracketright" = 30; +"@MMK_R_KO_quotedblleft" = 70; +"@MMK_R_KO_quoteleft" = 70; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 77; +"@MMK_R_KO_quotesingle" = 84; +"@MMK_R_KO_quotedblleft.ss01" = 57; +}; +Dcroat = { +Dcroat = 8; +Itilde = 7; +}; +jcircumflex = { +E = 12; +U = 19; +k = 0; +l = 0; +i = 0; +j = 2; +jcircumflex = 3; +two = 35; +bracketright = 6; +quotedblleft = 33; +quotedblright = 55; +quoteleft = 33; +quoteright = 56; +quotedbl = 24; +quotesingle = 30; +quotedblright.ss01 = 0; +quoteright.ss01 = 0; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -36; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 35; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 50; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -62; +}; +gbreve.ss06 = { +gbreve.ss06 = 23; +}; +R = { +Hbar = 11; +Oslash = 6; +hbar = 11; +idieresis = 12; +jcircumflex = 19; +idieresis.ss01 = 9; +two = 6; +three = 6; +eight = 19; +nine = 7; +greater = 36; +logicalnot = -16; +}; +idieresis.ss01 = { +Idieresis.ss01 = 9; +exclam.ss01 = 21; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -78; +question.ss01 = -78; +parenright = -44; +quotedblleft = -78; +quotedblright = -78; +quoteleft = -64; +quoteright = -64; +quotedbl = -77; +quotesingle = -61; +quotedblleft.ss01 = -78; +quoteleft.ss01 = -60; +quotedblright.ss01 = -78; +quoteright.ss01 = -60; +degree = -78; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 37; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_Y" = 35; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_a" = -56; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -52; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -56; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -59; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -49; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = -55; +"@MMK_R_KO_semicolon" = -38; +"@MMK_R_KO_ellipsis" = -82; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -45; +"@MMK_R_KO_parenleft" = -24; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 16; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 21; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_f" = -1; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -1; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -1; +"@MMK_R_KO_pi" = -5; +"@MMK_R_KO_zero" = 7; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_two" = -18; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 44; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = -49; +"@MMK_R_KO_eight" = 25; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -67; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_foursuperior" = -98; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -65; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quotedblright" = -114; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -117; +"@MMK_R_KO_quotedblright.ss01" = -117; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -67; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -32; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -16; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = -16; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -46; +"@MMK_R_KO_asciicircum" = -7; +}; +Tcedilla = { +aacute = -54; +acircumflex.ss05 = -24; +amacron.ss05 = -11; +abreve.ss05 = 0; +endash.case = -49; +}; +Yacute = { +Eth = 0; +Oslash = -15; +a.ss05 = -40; +ellipsis.ss01 = -94; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -70; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = -56; +"@MMK_R_KO_comma.ss01" = -50; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_hyphen.case" = 30; +"@MMK_R_KO_parenleft" = 23; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -18; +}; +greater = { +parenright = -11; +bracketright = 0; +parenright.case = 0; +bracketright.case = 0; +greater = -46; +}; +ecircumflexacute = { +onesuperior = 0; +sevensuperior = -2; +parenright = 22; +bracketright = 19; +quotedbl = -4; +quotesingle = 0; +}; +Uhorn = { +exclam.ss01 = 21; +}; +Rcommaaccent = { +parenright = -21; +}; +question.ss01 = { +questiondown.case = -26; +questiondown.ss01 = -56; +}; +onesuperior = { +A = -42; +fraction = -2; +period = -61; +comma = -64; +slash = -55; +period.ss01 = -61; +comma.ss01 = -60; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -33; +"@MMK_R_KO_O" = -68; +"@MMK_R_KO_Oacute" = -68; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -63; +"@MMK_R_KO_S" = -56; +"@MMK_R_KO_T" = -80; +"@MMK_R_KO_U" = -66; +"@MMK_R_KO_V" = -86; +"@MMK_R_KO_W" = -71; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -88; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = -31; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = -31; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -49; +"@MMK_R_KO_uacute" = -49; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -56; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -30; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_zero" = -68; +"@MMK_R_KO_one" = -48; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -51; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_five" = -65; +"@MMK_R_KO_six" = -67; +"@MMK_R_KO_seven" = -68; +"@MMK_R_KO_eight" = -54; +"@MMK_R_KO_nine" = -65; +"@MMK_R_KO_parenright" = 11; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetright" = -70; +"@MMK_R_KO_quotedbl" = -93; +"@MMK_R_KO_quotesingle" = -61; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -88; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 21; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 25; +"@MMK_R_KO_four" = -21; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 3; +"@MMK_R_KO_foursuperior" = 23; +"@MMK_R_KO_fivesuperior" = 4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -169; +"@MMK_R_KO_exclam" = 26; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_endash" = -18; +"@MMK_R_KO_underscore" = -122; +"@MMK_R_KO_hyphen.case" = 25; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 23; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = 0; +}; +t_i.liga = { +hbar = 0; +idieresis = 0; +jcircumflex = 2; +lcommaaccent = -2; +germandbls = -4; +logicalnot = 0; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -41; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -39; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -34; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -76; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 38; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = -32; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -78; +"@MMK_R_KO_quotedblright" = -55; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -52; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -78; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -57; +}; +adieresis.ss05 = { +germandbls = -4; +}; +a = { +l = -2; +idieresis = -1; +jcircumflex = 0; +s = 0; +germandbls = -3; +notequal = -40; +logicalnot = 0; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 31; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 43; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = 50; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -72; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -40; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -45; +"@MMK_R_KO_n" = -36; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = 34; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = 11; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_five" = 4; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 53; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 27; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = 28; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -107; +"@MMK_R_KO_question" = 26; +"@MMK_R_KO_asterisk" = 39; +"@MMK_R_KO_slash" = -52; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -40; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_endash.case" = -25; +"@MMK_R_KO_parenright" = 10; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 23; +"@MMK_R_KO_quotedblleft" = 9; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 9; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 23; +"@MMK_R_KO_quotesingle" = 25; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -42; +"@MMK_R_KO_percent" = 12; +}; +icaron = { +icaron = 0; +j = 2; +parenright = 18; +quotedbl = 25; +quotesingle = 31; +}; +braceleft.case = { +braceright.case = 30; +at = -26; +minus = -40; +logicalnot = -43; +asciicircum = -59; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -26; +"@MMK_R_KO_asciicircum" = -40; +}; +uhorndotbelow = { +a = 0; +a.ss05 = 5; +c = 0; +n = 0; +period = 0; +comma = 0; +ellipsis = -36; +question = 29; +parenright = 0; +quotedblright = 50; +quotedbl = 31; +}; +g.ss06 = { +oslash = 10; +iogonek = 23; +jcircumflex = 4; +gcircumflex.ss06 = 23; +notequal = -44; +logicalnot = 0; +}; +yacute = { +T = 3; +eth = -4; +parenright = 0; +}; +Imacron = { +Imacron = 2; +imacron = 13; +parenright.case = 30; +}; +exclamdown.ss01 = { +T = -53; +V = -15; +Y = -35; +j.ss01 = 0; +}; +oacute = { +seven = -16; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -36; +"@MMK_R_KO_O" = -73; +"@MMK_R_KO_Oacute" = -73; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -66; +"@MMK_R_KO_S" = -52; +"@MMK_R_KO_T" = -83; +"@MMK_R_KO_U" = -67; +"@MMK_R_KO_V" = -102; +"@MMK_R_KO_W" = -78; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -99; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = -37; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -58; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -55; +"@MMK_R_KO_i" = -37; +"@MMK_R_KO_n" = -37; +"@MMK_R_KO_j" = -36; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -53; +"@MMK_R_KO_v" = -71; +"@MMK_R_KO_w" = -67; +"@MMK_R_KO_y" = -67; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = -36; +"@MMK_R_KO_t_t.liga" = -45; +"@MMK_R_KO_pi" = -42; +"@MMK_R_KO_zero" = -74; +"@MMK_R_KO_one" = -51; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -49; +"@MMK_R_KO_four" = -151; +"@MMK_R_KO_five" = -59; +"@MMK_R_KO_six" = -70; +"@MMK_R_KO_seven" = -71; +"@MMK_R_KO_eight" = -56; +"@MMK_R_KO_nine" = -60; +"@MMK_R_KO_sixsuperior" = -139; +"@MMK_R_KO_onesuperior" = -80; +"@MMK_R_KO_foursuperior" = -127; +"@MMK_R_KO_sevensuperior" = -108; +"@MMK_R_KO_ninesuperior" = -139; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_question" = -86; +"@MMK_R_KO_asterisk" = -138; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -210; +"@MMK_R_KO_endash" = -185; +"@MMK_R_KO_hyphen.case" = -210; +"@MMK_R_KO_endash.case" = -185; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quotedblright" = -114; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -113; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -61; +}; +yen = { +zero = -15; +one = 0; +two = 0; +three = 0; +four = 0; +six = -15; +foursuperior = -26; +period = -56; +comma = -56; +colon = -33; +semicolon = -33; +slash = -26; +period.ss01 = -61; +comma.ss01 = -60; +colon.ss01 = -61; +semicolon.ss01 = -50; +}; +idotaccent.ss01 = { +parenright = -7; +}; +ldot.ss01.ss04 = { +period.ss01 = -58; +comma.ss01 = -53; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 42; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 42; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = 42; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 43; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = 39; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -49; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -42; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_fivesuperior" = -48; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_eightsuperior" = -46; +"@MMK_R_KO_ninesuperior" = -48; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 48; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -13; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 22; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -56; +"@MMK_R_KO_quotedblright" = -38; +"@MMK_R_KO_quoteleft" = -56; +"@MMK_R_KO_quoteright" = -35; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -40; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -60; +"@MMK_R_KO_quoteright.ss01" = -57; +"@MMK_R_KO_trademark" = -78; +"@MMK_R_KO_asciicircum" = -74; +}; +agrave.ss05 = { +T = -53; +Y = -56; +}; +B = { +Hbar = 15; +Lslash = 8; +hbar = 16; +idieresis = 15; +jcircumflex = 20; +idieresis.ss01 = 18; +two = 8; +three = 14; +five = 11; +eight = 22; +nine = 10; +ampersand = 0; +greater = 41; +}; +Tcaron = { +endash.case = -49; +}; +oslash = { +d = 2; +k = 0; +l = 0; +e = 0; +eth = 0; +f = 5; +f_f.liga = 5; +f_f_i.liga = 5; +fi = 5; +f_y.liga = 5; +fl = 5; +g = 2; +m = 0; +n = 0; +r = 0; +j = 0; +s = 0; +t = 6; +v = 0; +y = 2; +l.ss03 = 3; +t_i.liga = 6; +t_t.liga = 6; +period = 0; +comma = -2; +slash = 0; +period.ss01 = -42; +comma.ss01 = -36; +hyphen = 16; +parenright = -27; +bracketright = -23; +}; +guilsinglright = { +x = -21; +threesuperior = -50; +fivesuperior = -60; +eightsuperior = -56; +colon = -61; +semicolon = -62; +questiondown = -34; +question.ss01 = -76; +questiondown.ss01 = -35; +braceright = -45; +braceright.case = -42; +bracketright.case = -41; +quotesinglbase = -64; +quotedblbase = -76; +quotedblbase.ss01 = -71; +quoteright.ss01 = -60; +}; +adieresis = { +germandbls = -3; +}; +liraTurkish = { +one = -21; +two = -13; +seven = -36; +sixsuperior = -65; +onesuperior = -42; +threesuperior = -52; +foursuperior = -61; +fivesuperior = -62; +sevensuperior = -50; +eightsuperior = -59; +ninesuperior = -59; +period = -28; +comma = -26; +colon = -39; +semicolon = -35; +question = -45; +slash = 0; +period.ss01 = -61; +comma.ss01 = -55; +colon.ss01 = -60; +question.ss01 = -61; +parenright = -37; +parenright.case = -13; +quotedbl = -52; +quotesingle = -45; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = 38; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = -24; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = 20; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -30; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 25; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -61; +"@MMK_R_KO_hyphen" = -49; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = 12; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -66; +"@MMK_R_KO_quotedblright" = -57; +"@MMK_R_KO_quoteleft" = -59; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -73; +"@MMK_R_KO_quoteright.ss01" = -58; +}; +quotedblbase = { +Dcroat = -22; +Iogonek = 6; +Lslash = -20; +Oslash = -14; +oslash = -2; +p = -10; +iogonek = 13; +jcircumflex = -6; +germandbls = -26; +l.ss03 = -21; +g.ss06 = 0; +numbersign = -59; +parenleft = -24; +parenleft.case = -48; +at = -49; +copyright = -114; +published = -114; +literSign = -56; +dollar = -48; +euro = -73; +minus = -114; +multiply = -114; +divide = -114; +equal = -114; +approxequal = -114; +}; +D = { +Dcroat = 8; +Eth = 8; +Hbar = 15; +Iogonek = 7; +Lslash = 9; +Oslash = 8; +lacute = 11; +zero = 9; +five = 14; +six = 9; +eight = 18; +endash.case = 28; +parenleft.case = 14; +braceright.case = -22; +at = 13; +less = 52; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -37; +"@MMK_R_KO_J" = 38; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = -30; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = 20; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_sixsuperior" = -74; +"@MMK_R_KO_onesuperior" = -67; +"@MMK_R_KO_twosuperior" = -73; +"@MMK_R_KO_threesuperior" = -77; +"@MMK_R_KO_foursuperior" = -74; +"@MMK_R_KO_fivesuperior" = -76; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_eightsuperior" = -72; +"@MMK_R_KO_ninesuperior" = -72; +"@MMK_R_KO_period" = 25; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -50; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = -49; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -61; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -62; +"@MMK_R_KO_underscore" = 61; +"@MMK_R_KO_hyphen.case" = -57; +"@MMK_R_KO_parenleft" = -15; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = -26; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -67; +"@MMK_R_KO_quotedblright" = -57; +"@MMK_R_KO_quoteleft" = -61; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -56; +"@MMK_R_KO_quotedblleft.ss01" = -84; +"@MMK_R_KO_quotedblright.ss01" = -77; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -85; +"@MMK_R_KO_asciicircum" = -93; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = 28; +"@MMK_R_KO_Y" = 32; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 41; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 35; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 21; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 6; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -7; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_two" = -22; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -59; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -17; +"@MMK_R_KO_sixsuperior" = -64; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_ninesuperior" = -58; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_question" = -75; +"@MMK_R_KO_asterisk" = -84; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_endash.case" = -19; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quotedblright" = -92; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = -88; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -91; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -44; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -39; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -36; +"@MMK_R_KO_quoteright.ss01" = -36; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 23; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 23; +"@MMK_R_KO_three" = 20; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_five" = 19; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 25; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = 11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -61; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -53; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -28; +"@MMK_R_KO_percent" = 0; +}; +ohorndotbelow.ss01 = { +c = 0; +i.ss01 = 0; +n = 0; +p = 0; +t = 5; +u = 3; +t_i.liga.ss01 = 5; +t_t.liga = 5; +}; +t_i.liga.ss01 = { +parenright = -7; +}; +endash = { +x = -22; +one.numr = -25; +four.numr = -75; +seven.numr = -29; +colon = -61; +semicolon = -64; +questiondown = -38; +question.ss01 = -71; +questiondown.ss01 = -39; +endash = 0; +quotedblbase = -114; +quotedblbase.ss01 = -117; +quoteright.ss01 = -60; +}; +Ygrave = { +ellipsis.ss01 = -94; +endash.case = -26; +}; +fraction = { +zero.dnom = 0; +two.dnom = 0; +four.dnom = -23; +eight.dnom = -2; +zeroinferior = -3; +twoinferior = 0; +fourinferior = -28; +fiveinferior = -5; +sixinferior = -2; +seveninferior = 24; +nineinferior = 0; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -51; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -3; +}; +g = { +l = 0; +iogonek = 3; +jcircumflex = 3; +}; +m = { +ordfeminine = -48; +ordmasculine = -49; +seven = -34; +registered = -32; +logicalnot = 0; +}; +ohorntilde = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +n = 0; +period = -2; +comma = -2; +period.ss01 = -43; +comma.ss01 = -36; +parenright = -19; +quotedbl = -2; +}; +hyphen.case = { +Dcroat = 39; +Lslash = 38; +Oslash = 12; +one.numr = -5; +seven.numr = -10; +question.ss01 = -80; +parenleft.case = 15; +braceright.case = -39; +bracketright.case = -30; +quotesinglbase = -64; +quotedblbase = -114; +quotedblbase.ss01 = -117; +quoteright.ss01 = -60; +dollar = -36; +}; +ohornhookabove = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +period = -2; +comma = -2; +period.ss01 = -43; +comma.ss01 = -36; +parenright = -19; +bracketright = -20; +guillemetright = 0; +quotedbl = -2; +}; +y = { +germandbls = 28; +zeroinferior = -15; +twoinferior = -3; +ampersand = -11; +logicalnot = 0; +asciitilde = 0; +}; +Idotaccent.ss02 = { +endash.case = -16; +}; +Scedilla = { +idieresis = 13; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 30; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 38; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = 42; +"@MMK_R_KO_Y" = 34; +"@MMK_R_KO_Z" = 33; +"@MMK_R_KO_I.ss02" = 48; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 18; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 25; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 9; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 19; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 28; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -1; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -1; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -1; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 8; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_question" = -1; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 8; +f_f.liga = 8; +f_y.liga = 8; +fl = 8; +igrave = 2; +idieresis = 2; +seven = 32; +ampersand = -3; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -32; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -56; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -40; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = -54; +"@MMK_R_KO_V" = -99; +"@MMK_R_KO_W" = -75; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -49; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = -36; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = -36; +"@MMK_R_KO_n" = -36; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -40; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -47; +"@MMK_R_KO_uacute" = -47; +"@MMK_R_KO_v" = -60; +"@MMK_R_KO_w" = -60; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = -35; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_pi" = -40; +"@MMK_R_KO_zero" = -56; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -37; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -49; +"@MMK_R_KO_six" = -55; +"@MMK_R_KO_seven" = -60; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -52; +"@MMK_R_KO_asterisk" = -60; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -117; +"@MMK_R_KO_hyphen.case" = -60; +"@MMK_R_KO_endash.case" = -117; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -117; +"@MMK_R_KO_plus" = -60; +"@MMK_R_KO_percent" = -60; +}; +numero = { +period = -61; +comma = -64; +period.ss01 = -61; +comma.ss01 = -60; +parenright = -21; +parenright.case = 0; +}; +cent = { +onesuperior = -26; +sevensuperior = -40; +period = -33; +comma = -33; +slash = -13; +period.ss01 = -61; +comma.ss01 = -60; +parenright = -33; +bracketright = -24; +parenright.case = -17; +bracketright.case = -24; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 33; +"@MMK_R_KO_X" = 28; +"@MMK_R_KO_Y" = 40; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 41; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = 43; +"@MMK_R_KO_imacron" = 41; +"@MMK_R_KO_itilde" = 60; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = -16; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 32; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 20; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -37; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 26; +"@MMK_R_KO_asterisk" = 32; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_backslash" = 34; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -55; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = -35; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 19; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 19; +"@MMK_R_KO_quoteleft" = 15; +"@MMK_R_KO_quoteright" = 25; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 5; +"@MMK_R_KO_asciicircum" = -27; +}; +Icircumflex = { +Icircumflex = 3; +l = 0; +icircumflex = 17; +l.ss03 = 3; +l.ss04 = 4; +parenright = 16; +bracketright = 18; +parenright.case = 39; +bracketright.case = 19; +}; +iogonek = { +iogonek = 2; +j = 2; +}; +uhorn = { +a = 0; +a.ss05 = 5; +ohorn = 0; +ohorndotbelow = 0; +ohorndotbelow.ss01 = 0; +ohorngrave = 0; +ohornacute = 0; +ohornhookabove = 0; +ohorntilde = 0; +period = 0; +comma = 0; +ellipsis = -36; +question = 29; +period.ss01 = -34; +ellipsis.ss01 = -34; +comma.ss01 = -27; +parenright = 0; +quotedblright = 50; +quotedbl = 31; +}; +underscore = { +g.ss06 = 34; +underscore = 18; +parenleft.case = -28; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -26; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_period" = -32; +"@MMK_R_KO_comma" = 31; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -50; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = -31; +}; +W = { +Hbar = 25; +adieresis.ss05 = -5; +igrave = 59; +idieresis = 46; +scaron = 2; +idieresis.ss01 = 44; +six = 2; +seven = 40; +threeinferior = -24; +ampersand = -5; +plus = 0; +minus = 0; +notequal = -35; +logicalnot = -3; +asciitilde = 0; +}; +Aogonek = { +Lslash = 0; +period = 9; +comma = 38; +endash.case = -23; +parenright = 28; +bracketright = 19; +}; +Z = { +Lslash = -2; +igrave = 49; +ibreve = 47; +icaron = 45; +zero = -12; +two = 21; +six = -13; +seven = 43; +numbersign = -16; +endash.case = -32; +at = -21; +plus = -49; +minus = -49; +divide = -49; +equal = -25; +less = -26; +logicalnot = -48; +asciitilde = -47; +}; +emdash = { +x = -20; +zero.numr = -63; +one.numr = -40; +three.numr = -51; +four.numr = -90; +five.numr = -60; +six.numr = -62; +seven.numr = -45; +eight.numr = -57; +nine.numr = -57; +threesuperior = -55; +fivesuperior = -65; +eightsuperior = -62; +colon = -61; +semicolon = -64; +questiondown = -30; +question.ss01 = -69; +questiondown.ss01 = -31; +quotedblbase = -114; +quotedblbase.ss01 = -117; +quoteleft.ss01 = -60; +quoteright.ss01 = -60; +}; +tbar = { +a = 0; +e = 0; +tbar = 12; +}; +eng = { +j = 2; +slash = 19; +parenright = 0; +bracketright = 0; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -66; +"@MMK_R_KO_H" = -37; +"@MMK_R_KO_O" = -33; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -31; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = -64; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -78; +"@MMK_R_KO_I.ss02" = -51; +"@MMK_R_KO_J.ss10" = -188; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_a.ss05" = -38; +"@MMK_R_KO_l" = -39; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -43; +"@MMK_R_KO_i" = -41; +"@MMK_R_KO_n" = -40; +"@MMK_R_KO_j" = -40; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_t_t.liga" = -19; +}; +percent = { +twosuperior = -48; +threesuperior = -63; +fivesuperior = -70; +eightsuperior = -71; +question.ss01 = -83; +bracketright.case = -22; +quoteright.ss01 = -60; +}; +Uhornhookabove = { +exclam.ss01 = 21; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = -19; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -18; +}; +uhorngrave = { +a = 0; +a.ss05 = 5; +o = 0; +n = 0; +period = 0; +comma = 0; +period.ss01 = -34; +comma.ss01 = -27; +parenright = 0; +quotedblright = 50; +quotedbl = 31; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -29; +"@MMK_R_KO_trademark" = -27; +"@MMK_R_KO_asciicircum" = -43; +}; +a.ss05 = { +p = 0; +jcircumflex = 0; +germandbls = -4; +gbreve.ss06 = 5; +gcircumflex.ss06 = 5; +ordfeminine = -51; +ordmasculine = -51; +seven = -32; +notequal = -43; +logicalnot = 0; +}; +Itilde = { +Itilde = 3; +igrave = 16; +itilde = 24; +}; +threesuperior = { +A = -41; +fraction = 0; +period = -61; +comma = -64; +slash = -51; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -35; +parenright = -7; +parenright.case = 0; +guillemetleft = -36; +}; +ydotbelow.ss01 = { +period.ss01 = -61; +parenright = 0; +}; +endash.case = { +seven.numr = -12; +bracketright.case = -28; +quotedblbase = -114; +quotedblbase.ss01 = -117; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 14; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_itilde" = 24; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 1; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 9; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -21; +"@MMK_R_KO_asciicircum" = -37; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 35; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 42; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -43; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -41; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -14; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = -25; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = -39; +"@MMK_R_KO_eight" = -21; +"@MMK_R_KO_nine" = -28; +"@MMK_R_KO_sixsuperior" = -64; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_foursuperior" = -64; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_ninesuperior" = -64; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -64; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_endash.case" = -64; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 17; +"@MMK_R_KO_quotedblleft" = -64; +"@MMK_R_KO_quotedblright" = -64; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -64; +"@MMK_R_KO_quotesingle" = -61; +}; +N = { +Hbar = 0; +igrave = 16; +icaron = 13; +idieresis = 10; +jcircumflex = 14; +idieresis.ss01 = 10; +degree = -23; +logicalnot = 0; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = -1; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -1; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -38; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = -33; +"@MMK_R_KO_question.ss01" = -66; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = -5; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_quotedblleft" = -78; +"@MMK_R_KO_quotedblright" = -56; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -54; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -71; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -57; +}; +b = { +seven = -35; +registered = -31; +notequal = -33; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -46; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = -46; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -51; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -41; +"@MMK_R_KO_t_t.liga" = 0; +}; +Itilde.ss02 = { +igrave = 52; +}; +trademark = { +period = -61; +comma = -64; +slash = -80; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -131; +parenright = -26; +parenright.case = -15; +guillemetleft = -63; +guilsinglleft = -63; +guillemetright = -36; +guilsinglright = -36; +}; +literSign = { +parenright = -20; +parenright.case = 0; +guillemetleft = -27; +guilsinglleft = -27; +}; +ohorn = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +r = 0; +t = 5; +u = 3; +v = 0; +t_i.liga = 5; +t_t.liga = 5; +period = -2; +comma = -2; +period.ss01 = -43; +comma.ss01 = -36; +hyphen = 15; +parenright = -19; +bracketright = -20; +quotedbl = -2; +}; +quotedblleft = { +A = -40; +Dcroat = -5; +Hbar = 20; +igrave = 64; +icircumflex = 36; +imacron = 33; +jcircumflex = 35; +s = -36; +x = -4; +g.ss06 = -48; +mu = -25; +exclamdown = -26; +questiondown = -60; +backslash = 64; +questiondown.case = -34; +underscore = -114; +quotedblbase = -114; +ampersand = -3; +minus = -114; +divide = -94; +asciitilde = -102; +}; +l.ss04 = { +Hbar = 3; +l.ss04 = 3; +periodcentered.loclCAT = 56; +parenright = -5; +bracketright = 0; +quoteright = 1; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 46; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 57; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 43; +"@MMK_R_KO_W" = 39; +"@MMK_R_KO_X" = 49; +"@MMK_R_KO_Y" = 35; +"@MMK_R_KO_Z" = 42; +"@MMK_R_KO_I.ss02" = 51; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 44; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = 25; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 45; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 20; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 26; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 39; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_underscore" = 55; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 11; +"@MMK_R_KO_bracketright" = 15; +"@MMK_R_KO_parenright.case" = 30; +"@MMK_R_KO_bracketright.case" = 21; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 17; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -10; +}; +integral = { +guillemetright = -41; +guilsinglright = -41; +integral = -26; +A = -25; +a = -41; +d = -39; +a.ss05 = -37; +e = -41; +s = -40; +w = -37; +}; +two.dnom = { +question = -78; +question.ss01 = -85; +parenright = -21; +quotedblleft = -112; +quotedblright = -112; +quoteleft = -64; +quoteright = -64; +quotedbl = -91; +quotesingle = -61; +quotedblleft.ss01 = -112; +quoteleft.ss01 = -60; +quotedblright.ss01 = -112; +quoteright.ss01 = -60; +degree = -112; +}; +parenleft.case = { +Icircumflex = 32; +Imacron = 23; +Idieresis = 19; +Dcroat = 0; +Eth = 0; +Iogonek = 46; +Itilde = 25; +Lslash = 0; +Idieresis.ss01 = 17; +four.numr = -20; +numbersign = -12; +questiondown.case = 0; +question.ss01 = -8; +parenleft.case = -13; +quotedblbase = 19; +quotedblbase.ss01 = 2; +at = -20; +ampersand = 0; +section = 0; +copyright = -22; +registered = -23; +published = -22; +literSign = -9; +numero = 0; +cent = -22; +dollar = -3; +euro = -21; +liraTurkish = -18; +minus = -32; +multiply = -43; +divide = -32; +equal = -27; +notequal = -52; +less = 0; +greaterequal = 0; +approxequal = -32; +logicalnot = -25; +asciitilde = -7; +asciicircum = -53; +infinity = -33; +radical = -11; +}; +Iacute.ss02 = { +igrave = 52; +endash.case = -16; +}; +tenge = { +four = -62; +period = -61; +comma = -62; +slash = -57; +period.ss01 = -61; +comma.ss01 = -60; +}; +colon = { +A = 0; +D = -3; +C = 0; +J = 21; +T = -56; +V = -9; +W = 0; +Y = -27; +a = -17; +c = -17; +e = -17; +o = -17; +f = 2; +s = 0; +t = 6; +z = 12; +t_i.liga = 6; +pi = 24; +zero = 0; +one = -24; +two = 0; +three = -8; +four = -45; +sevensuperior = -35; +emdash = -61; +parenright = -29; +braceright = -36; +bracketright = -36; +parenright.case = 0; +guillemetleft = -56; +guilsinglleft = -56; +}; +h = { +seven = -34; +registered = -32; +}; +emacron = { +Y = -29; +lcommaaccent = -4; +}; +numbersign = { +A = -2; +J = -5; +T = -34; +X = -21; +Y = -17; +one = -14; +eight = 17; +period = -34; +comma = -34; +slash = -11; +period.ss01 = -61; +comma.ss01 = -60; +parenright = -28; +bracketright = -20; +parenright.case = -11; +bracketright.case = -19; +}; +copyright = { +parenright = -53; +parenright.case = -22; +}; +t = { +iogonek = 0; +wdieresis = 13; +two = 9; +logicalnot = -2; +asciitilde = 0; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 24; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 15; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_hyphen.case" = -27; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_braceright" = -18; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -31; +}; +Hcircumflex = { +igrave = 16; +}; +aogonek.ss05 = { +j = 0; +comma = 23; +parenright = 14; +bracketright = 20; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = -19; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -18; +}; +_B.currency = { +_baht.bar = -9; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 44; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 54; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 40; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = 43; +"@MMK_R_KO_I.ss02" = 46; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 15; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_x" = 36; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 34; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 26; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_underscore" = 57; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 23; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = -12; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = 20; +"@MMK_R_KO_bracketright.case" = 15; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = -37; +}; +rupeeIndian = { +four = -42; +period = -21; +comma = -19; +slash = -20; +period.ss01 = -57; +comma.ss01 = -52; +}; +Zdotaccent = { +Hbar = 14; +endash.case = -32; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = -4; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -28; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -45; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -36; +"@MMK_R_KO_quoteright.ss01" = -42; +}; +P = { +Hbar = 30; +Oslash = 3; +hbar = 13; +igrave = 3; +idieresis = 13; +idieresis.ss01 = 14; +two = 16; +three = 15; +five = 0; +seven = 35; +nine = 15; +twoinferior = -22; +threeinferior = -26; +fourinferior = -69; +ellipsis.ss01 = -168; +endash.case = 28; +braceright.case = -11; +ampersand = -19; +}; +twoinferior = { +T = -57; +V = -42; +W = -27; +Y = -74; +t = -11; +t_i.liga = -11; +t_t.liga = -11; +parenright = -3; +}; +wdieresis = { +period = -21; +comma = -20; +bracketright = -21; +}; +uhungarumlaut = { +onesuperior = 0; +sevensuperior = -7; +parenright = -2; +bracketright = 0; +}; +odieresis = { +germandbls = 0; +gbreve.ss06 = 8; +}; +ohorndotbelow = { +c = 0; +i = 0; +idotaccent = 0; +m = 0; +n = 0; +p = 0; +t = 5; +u = 3; +t_i.liga = 5; +t_t.liga = 5; +period = -2; +comma = -2; +parenright = -18; +bracketright = -20; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 16; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -70; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -56; +"@MMK_R_KO_comma.ss01" = -50; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 29; +"@MMK_R_KO_underscore" = -34; +"@MMK_R_KO_hyphen.case" = 30; +"@MMK_R_KO_parenleft" = 23; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = -23; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -39; +"@MMK_R_KO_asciicircum" = -31; +}; +one.numr = { +fraction = 0; +}; +Uhorntilde = { +exclam.ss01 = 21; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = 7; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = 12; +"@MMK_R_KO_seven" = -3; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = 13; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 25; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_plus" = 0; +}; +two = { +icircumflex = 30; +x = 9; +colon = 5; +semicolon = 6; +braceright = -10; +minus = 0; +multiply = -18; +}; +j = { +hbar = 0; +idieresis = 0; +iogonek = 2; +jcircumflex = 2; +}; +ldot.ss01 = { +period.ss01 = -59; +comma.ss01 = -54; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 21; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 22; +"@MMK_R_KO_y" = 19; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -30; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = 40; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = -16; +}; +idieresis = { +l = 0; +icaron = 0; +idieresis = 0; +}; +approxequal = { +one = -31; +parenright = -57; +parenright.case = -34; +A = -24; +I.ss02 = -36; +}; +ograve = { +T = -56; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_sixsuperior" = -33; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -6; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_question.ss01" = -45; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = -7; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -50; +"@MMK_R_KO_quotedblright.ss01" = -47; +"@MMK_R_KO_quoteright.ss01" = -44; +"@MMK_R_KO_trademark" = -38; +}; +S = { +Hbar = 15; +Lslash = 9; +hbar = 19; +ibreve = 24; +idieresis = 13; +idieresis.ss01 = 20; +two = 15; +three = 19; +five = 5; +eight = 21; +ampersand = 7; +dollar = 0; +greater = 47; +logicalnot = -40; +}; +periodcentered.loclCAT = { +l = 54; +l.ss03 = 57; +l.ss04 = 56; +}; +Iogonek = { +iogonek = 7; +j = 5; +j.ss01 = 3; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -57; +"@MMK_R_KO_asciicircum" = -43; +}; +racute = { +parenright = 18; +bracketright = 0; +}; +questiondown.case = { +C = -23; +Q = -24; +Q.ss09 = -24; +T = -60; +V = -61; +W = -47; +Y = -66; +one = -36; +seven = -56; +parenright.case = -8; +quotedblleft = -85; +quoteright = -64; +quotedbl = -76; +quotesingle = -61; +quotedblleft.ss01 = -103; +quoteright.ss01 = -60; +}; +f_y.liga = { +germandbls = 28; +zeroinferior = -15; +ampersand = -11; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = 24; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_n" = -51; +"@MMK_R_KO_j" = 34; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -37; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_pi" = -24; +"@MMK_R_KO_zero" = -21; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = 14; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_sevensuperior" = 39; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = 25; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = 16; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_hyphen" = -49; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_parenright" = 55; +"@MMK_R_KO_bracketright" = 48; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = -49; +"@MMK_R_KO_percent" = -16; +}; +bracketleft.case = { +Icircumflex = 17; +numbersign = -20; +parenleft.case = -16; +bracketright.case = 30; +at = -24; +literSign = -26; +euro = -26; +minus = -32; +equal = -33; +less = 0; +asciitilde = -8; +asciicircum = -59; +infinity = -37; +}; +K = { +Lslash = 0; +Oslash = -4; +edieresis = -10; +odieresis.ss01 = -5; +odieresis = -8; +oslash = 5; +igrave = 49; +rcaron = 8; +idieresis = 28; +jcircumflex = 19; +ygrave = 7; +ytilde = 0; +idieresis.ss01 = 45; +zero = -9; +two = 22; +three = 13; +six = -8; +seven = 31; +nine = 0; +numbersign = -25; +endash.case = -56; +parenleft.case = -11; +at = -15; +ampersand = -2; +registered = -29; +dollar = -3; +plus = -58; +minus = -58; +multiply = -50; +divide = -58; +equal = -35; +notequal = -70; +less = -33; +logicalnot = -54; +asciitilde = -47; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_backslash" = -11; +"@MMK_R_KO_period.ss01" = -53; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = -20; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = -24; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -38; +}; +semicolon = { +four = -47; +onesuperior = -20; +sevensuperior = -38; +hyphen = -64; +emdash = -64; +endash = -64; +hyphen.case = -38; +parenright = 0; +guillemetleft = -59; +}; +Thorn = { +Eth = 23; +}; +four.dnom = { +question = -85; +question.ss01 = -93; +parenright = -48; +quotedblleft = -114; +quotedblright = -114; +quoteleft = -64; +quoteright = -64; +quotedbl = -80; +quotesingle = -61; +quotedblleft.ss01 = -117; +quoteleft.ss01 = -60; +quotedblright.ss01 = -117; +quoteright.ss01 = -60; +degree = -120; +}; +braceright = { +Y = -13; +period = -16; +comma = 0; +period.ss01 = -54; +comma.ss01 = -29; +parenright = 0; +braceright = -6; +asciicircum = -56; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = -8; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 3; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -27; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -43; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = -48; +"@MMK_R_KO_O" = -83; +"@MMK_R_KO_Oacute" = -82; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = -76; +"@MMK_R_KO_S" = -82; +"@MMK_R_KO_T" = -97; +"@MMK_R_KO_U" = -79; +"@MMK_R_KO_V" = -99; +"@MMK_R_KO_W" = -90; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -112; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -82; +"@MMK_R_KO_a" = -67; +"@MMK_R_KO_a.ss05" = -71; +"@MMK_R_KO_l" = -52; +"@MMK_R_KO_e" = -76; +"@MMK_R_KO_f" = -53; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -52; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -73; +"@MMK_R_KO_t" = -69; +"@MMK_R_KO_u" = -78; +"@MMK_R_KO_uacute" = -78; +"@MMK_R_KO_v" = -78; +"@MMK_R_KO_w" = -77; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -32; +"@MMK_R_KO_l.ss04" = -51; +"@MMK_R_KO_t_t.liga" = -69; +"@MMK_R_KO_zero" = -82; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_two" = -36; +"@MMK_R_KO_three" = -79; +"@MMK_R_KO_four" = -77; +"@MMK_R_KO_five" = -82; +"@MMK_R_KO_six" = -81; +"@MMK_R_KO_seven" = -85; +"@MMK_R_KO_eight" = -69; +"@MMK_R_KO_nine" = -84; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_guillemetright" = -72; +"@MMK_R_KO_quotedbl" = -92; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -117; +}; +ampersand = { +one = -28; +seven = -50; +parenright = -17; +bracketright = -26; +quotedblleft = -86; +quotedblright = -82; +quoteleft = -64; +quoteright = -64; +quotedbl = -68; +quotesingle = -61; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -60; +quotedblright.ss01 = -111; +quoteright.ss01 = -60; +v = -26; +w = -24; +y = -24; +}; +four = { +x = -2; +ordfeminine = -29; +ordmasculine = -29; +zero.numr = -30; +one.numr = -21; +three.numr = -28; +four.numr = -34; +five.numr = -28; +six.numr = -30; +seven.numr = -19; +eight.numr = -26; +nine.numr = -28; +threesuperior = -27; +fivesuperior = -28; +eightsuperior = -25; +colon = -19; +semicolon = -16; +question.ss01 = -35; +underscore = -14; +braceright = -18; +braceright.case = -15; +bracketright.case = -15; +quoteright.ss01 = -28; +registered = -30; +trademark = -38; +asciicircum = -51; +}; +zerosuperior = { +A = -43; +fraction = -2; +period = -61; +comma = -64; +slash = -54; +period.ss01 = -61; +comma.ss01 = -60; +parenright = -17; +parenright.case = 0; +guillemetleft = -46; +guilsinglleft = -43; +}; +n = { +n = 0; +gcircumflex.ss06 = 3; +ordfeminine = -48; +ordmasculine = -49; +seven = -34; +at = -6; +registered = -32; +degree = -91; +notequal = -41; +greaterequal = -16; +logicalnot = 0; +}; +bracketleft = { +Icircumflex = 16; +Dcroat = -2; +Oslash = -23; +oslash = -11; +hcircumflex = 20; +i = -26; +idotaccent = -26; +iacute = -25; +ntilde = -30; +nacute = -32; +p = 0; +ibreve = 5; +icircumflex = 0; +imacron = 0; +jcircumflex = 30; +macute = -32; +scaron = 0; +scircumflex = -17; +germandbls = -14; +x = -26; +colon = -37; +numbersign = -18; +parenleft = -18; +at = -24; +ampersand = -19; +literSign = -25; +dollar = -15; +euro = -25; +minus = -31; +equal = -32; +less = 0; +asciitilde = -7; +asciicircum = -57; +infinity = -35; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 54; +"@MMK_R_KO_O" = 32; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 30; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 22; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 26; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_t_t.liga" = 22; +"@MMK_R_KO_sixsuperior" = 46; +"@MMK_R_KO_onesuperior" = 78; +"@MMK_R_KO_twosuperior" = 63; +"@MMK_R_KO_threesuperior" = 57; +"@MMK_R_KO_foursuperior" = 27; +"@MMK_R_KO_fivesuperior" = 44; +"@MMK_R_KO_sevensuperior" = 81; +"@MMK_R_KO_eightsuperior" = 48; +"@MMK_R_KO_ninesuperior" = 57; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 81; +"@MMK_R_KO_question" = 88; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 42; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_parenright" = 68; +"@MMK_R_KO_bracketright" = 31; +"@MMK_R_KO_quotedblleft" = 71; +"@MMK_R_KO_quoteleft" = 71; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 78; +"@MMK_R_KO_quotesingle" = 85; +"@MMK_R_KO_quotedblleft.ss01" = 58; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 33; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 44; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 27; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = 8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 41; +"@MMK_R_KO_quotedblright" = 43; +"@MMK_R_KO_quoteleft" = 41; +"@MMK_R_KO_quoteright" = 42; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 29; +"@MMK_R_KO_quotedblleft.ss01" = 8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 23; +}; +J.ss10 = { +Hbar = 3; +ibreve = 19; +icaron = 16; +idieresis = 13; +jcircumflex = 17; +idieresis.ss01 = 14; +}; +quotedblbase.ss01 = { +Dcroat = -35; +oslash = -20; +p = -19; +germandbls = -46; +asterisk = -117; +numbersign = -79; +question.ss01 = -103; +hyphen.case = -117; +emdash.case = -117; +parenleft.case = -71; +quotedblleft.ss01 = -117; +quoteright.ss01 = -60; +at = -67; +copyright = -117; +published = -117; +dollar = -61; +euro = -89; +minus = -117; +multiply = -117; +divide = -117; +equal = -117; +approxequal = -117; +}; +l.ss03 = { +oslash = 3; +periodcentered.loclCAT = 51; +notequal = -43; +logicalnot = 0; +}; +parenleft = { +Icircumflex = 12; +Imacron = 8; +Idieresis = 9; +Dcroat = -2; +Eth = -2; +Iogonek = 39; +Lslash = -2; +Oslash = -20; +a.ss05 = -42; +thorn = 13; +ccedilla = -7; +ccaron = -8; +edieresis = -29; +odieresis = -29; +oslash = -13; +hcircumflex = 14; +i = -15; +idotaccent = -15; +i.ss01 = 0; +iacute = -23; +ntilde = -27; +nacute = -28; +ncaron = -19; +ncommaaccent = -25; +p = 0; +idieresis = 0; +imacron = 0; +iogonek = 42; +jcircumflex = 49; +scedilla = 0; +scaron = 0; +scircumflex = -18; +germandbls = -13; +tcedilla = 16; +x = -9; +zcaron = 0; +g.ss06 = 0; +mu = -10; +four.numr = -35; +colon = -35; +numbersign = -23; +semicolon.ss01 = 16; +question.ss01 = -14; +parenleft = -22; +braceleft = 0; +quotedblbase = 16; +quotedblbase.ss01 = 16; +at = -37; +ampersand = -22; +section = -10; +copyright = -32; +registered = -34; +published = -32; +literSign = -24; +numero = -7; +cent = -31; +dollar = -17; +euro = -30; +liraTurkish = -29; +sterling = -15; +minus = -49; +multiply = -64; +divide = -49; +equal = -40; +notequal = -72; +greater = 0; +less = -10; +greaterequal = -27; +lessequal = -22; +plusminus = -18; +approxequal = -57; +logicalnot = -45; +asciitilde = -40; +asciicircum = -62; +infinity = -58; +summation = 45; +radical = -30; +}; +asciicircum = { +one = -38; +two = -34; +three = -35; +four = -62; +eight = -32; +period = -61; +comma = -64; +asterisk = -22; +slash = -74; +period.ss01 = -61; +comma.ss01 = -60; +hyphen = -131; +hyphen.case = -50; +parenright = -73; +bracketright = -61; +parenright.case = -52; +bracketright.case = -62; +u = -38; +x = -22; +mu = -41; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 31; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_X" = 20; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -33; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 38; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -37; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -47; +"@MMK_R_KO_quotedblright.ss01" = -53; +"@MMK_R_KO_quoteright.ss01" = -42; +}; +plus = { +one = -22; +two = -63; +three = -37; +seven = -64; +seven.numr = -16; +period = -61; +comma = -64; +question = -74; +asterisk = -59; +slash = -21; +period.ss01 = -61; +comma.ss01 = -60; +question.ss01 = -81; +parenright = -53; +braceright = -38; +bracketright = -32; +parenright.case = -32; +braceright.case = -37; +bracketright.case = -33; +quotedblleft = -108; +quotedblright = -85; +quoteleft = -64; +quoteright = -64; +guillemetright = -34; +quotedbl = -49; +quotesingle = -48; +quotedblleft.ss01 = -102; +quoteleft.ss01 = -60; +quotedblright.ss01 = -94; +trademark = -53; +tenge = -64; +yen = -4; +plus = 0; +x = -4; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 45; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 38; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_X" = 44; +"@MMK_R_KO_Y" = 40; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -23; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 37; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 25; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 18; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = 29; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 30; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_underscore" = 52; +"@MMK_R_KO_hyphen.case" = -40; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 21; +"@MMK_R_KO_bracketright.case" = 11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -41; +}; +quoteleft = { +Hbar = 24; +igrave = 64; +icircumflex = 36; +imacron = 33; +jcircumflex = 36; +g.ss06 = -48; +mu = -24; +exclamdown = -26; +questiondown = -60; +questiondown.case = -34; +quotedblbase = -64; +ampersand = 0; +minus = -64; +divide = -64; +logicalnot = -64; +asciitilde = -64; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 48; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 37; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = 44; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -114; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -31; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -52; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -49; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 2; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = 33; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 34; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = 34; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -114; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_hyphen" = -114; +"@MMK_R_KO_endash" = -114; +"@MMK_R_KO_hyphen.case" = -114; +"@MMK_R_KO_endash.case" = -75; +"@MMK_R_KO_parenright" = 4; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_degree" = -7; +"@MMK_R_KO_plus" = -95; +"@MMK_R_KO_percent" = -16; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 22; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 43; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -36; +"@MMK_R_KO_asciicircum" = -14; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -17; +}; +nine.dnom = { +question = -81; +question.ss01 = -89; +parenright = -50; +parenright.case = -9; +quotedblleft = -114; +quotedblright = -114; +quoteleft = -64; +quoteright = -64; +quotedbl = -106; +quotesingle = -61; +quotedblleft.ss01 = -117; +quoteleft.ss01 = -60; +quotedblright.ss01 = -117; +quoteright.ss01 = -60; +degree = -133; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = -19; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -60; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -50; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = -23; +"@MMK_R_KO_n" = -60; +"@MMK_R_KO_j" = -21; +"@MMK_R_KO_lslash" = -22; +"@MMK_R_KO_s" = -60; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -60; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -55; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -60; +"@MMK_R_KO_hyphen.case" = -60; +"@MMK_R_KO_endash.case" = -60; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -60; +}; +Omacron = { +Eth = 0; +}; +uhorndotbelow.ss01 = { +a = 0; +c = 0; +period.ss01 = -34; +ellipsis.ss01 = -34; +comma.ss01 = -21; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 45; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 32; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 21; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 26; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -33; +"@MMK_R_KO_endash" = -27; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -11; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 14; +}; +exclamdown = { +T = -54; +V = -15; +Y = -35; +j = 0; +}; +Adieresis = { +Germandbls = 0; +endash.case = -23; +registered = -46; +}; +}; +"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = { +J = { +Hbar = 30; +Oslash = 11; +a = 2; +igrave = 31; +ibreve = 41; +icaron = 40; +idieresis = 55; +jcircumflex = 45; +idieresis.ss01 = 55; +greater = 0; +}; +exclam.ss01 = { +period.ss01 = -8; +}; +ohungarumlaut = { +onesuperior = 0; +sevensuperior = 32; +parenright = 10; +bracketright = 40; +quotedblright = 31; +quotedbl = 35; +quotesingle = 28; +}; +uhornacute = { +a = -27; +a.ss05 = -36; +c = -33; +n = -16; +t = -11; +u = -13; +t_i.liga = -11; +t_t.liga = -11; +period = -30; +comma = -31; +ellipsis = -37; +question = -2; +period.ss01 = -45; +ellipsis.ss01 = -40; +comma.ss01 = -44; +parenright = -48; +quotedbl = -7; +}; +o = { +germandbls = -13; +gbreve.ss06 = 14; +ordmasculine = -44; +seven = -41; +registered = -27; +logicalnot = 0; +}; +ellipsis = { +Dcroat = -21; +Tbar = -54; +tbar = -41; +twosuperior = -151; +threesuperior = -155; +fivesuperior = -155; +eightsuperior = -152; +parenleft = -32; +braceright = -27; +parenleft.case = -56; +bracketright.case = 0; +}; +Iacute = { +A = -4; +S = 0; +igrave = 24; +icircumflex = 34; +parenright.case = -7; +}; +sixsuperior = { +A = -44; +fraction = 0; +period = -113; +comma = -117; +slash = -72; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -20; +parenright = -30; +guillemetleft = -43; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_itilde" = 43; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = -25; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_parenleft" = -22; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = 10; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -61; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = -23; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -10; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -113; +"@MMK_R_KO_comma" = -117; +"@MMK_R_KO_question" = -62; +"@MMK_R_KO_asterisk" = -82; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_period.ss01" = -110; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_parenright.case" = -74; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -46; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 2; +l.ss04 = 18; +}; +five = { +icircumflex = 28; +x = -25; +ordfeminine = -29; +ordmasculine = -28; +parenleft = 0; +asciicircum = -72; +}; +Tcommaaccent = { +aacute = -40; +acircumflex.ss05 = -12; +amacron.ss05 = -25; +abreve.ss05 = -27; +endash.case = -55; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -21; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -72; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = -54; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -61; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = -40; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -67; +"@MMK_R_KO_asciicircum" = -58; +}; +questiondown.ss01 = { +l.ss03 = -45; +quoteright.ss01 = -89; +}; +threeinferior = { +T = -52; +V = -48; +W = -36; +Y = -86; +parenright = -37; +bracketright = -26; +}; +Adieresis.ss01 = { +endash.case = -28; +registered = -54; +}; +lcaron.ss03 = { +b = 3; +h = 3; +k = 3; +i = 2; +idotaccent = 2; +i.ss01 = 2; +idotaccent.ss01 = 2; +j = 2; +j.ss01 = 2; +zcaron = 8; +l.ss03 = 5; +lcaron.ss03 = 13; +sixsuperior = 102; +onesuperior = 100; +twosuperior = 86; +threesuperior = 79; +foursuperior = 51; +fivesuperior = 116; +sevensuperior = 98; +eightsuperior = 112; +ninesuperior = 111; +exclam = 123; +question = 75; +exclam.ss01 = 127; +question.ss01 = 53; +parenright = 102; +bracketright = 131; +quotedblleft = 71; +quoteleft = 72; +quotedbl = 153; +quotesingle = 145; +quotedblleft.ss01 = 60; +quoteleft.ss01 = 60; +}; +f_f.liga = { +e = -6; +f = -4; +fl = 0; +i = 0; +i.ss01 = 0; +idieresis = 1; +seven = 0; +ampersand = -29; +}; +Jacute = { +Icircumflex = 2; +Imacron = 2; +Hbar = 22; +igrave = 27; +ibreve = 34; +icaron = 33; +idieresis = 52; +jcircumflex = 37; +idieresis.ss01 = 48; +parenright = -3; +parenright.case = -4; +}; +braceright.case = { +J.ss10 = -48; +period = -41; +comma = -38; +period.ss01 = -53; +comma.ss01 = -52; +hyphen.case = 8; +parenright.case = -61; +braceright.case = -34; +asciicircum = -52; +}; +ecircumflexhookabove = { +m = -9; +n = -9; +u = -5; +period.ss01 = -13; +comma.ss01 = -11; +parenright = 15; +}; +Cdotaccent = { +Hbar = 19; +}; +Ncommaaccent = { +imacron = 37; +}; +dollar = { +one = -7; +three = 0; +four = 0; +five = 2; +eight = 5; +parenright = -46; +bracketright = -38; +parenright.case = -53; +}; +Scaron = { +iogonek = 2; +}; +fi = { +hbar = 8; +idieresis = 8; +jcircumflex = 10; +germandbls = -6; +logicalnot = 0; +}; +zero = { +icircumflex = 12; +x = -14; +ordmasculine = -19; +underscore = -46; +parenleft = 2; +braceright = -38; +braceright.case = -20; +bracketright.case = -21; +baht = 0; +trademark = -49; +multiply = -11; +asciicircum = -27; +}; +period.ss01 = { +ordfeminine = -110; +ordmasculine = -110; +twosuperior = -110; +threesuperior = -110; +fivesuperior = -110; +eightsuperior = -110; +question.ss01 = -83; +parenleft = -21; +braceright = -5; +parenleft.case = -40; +quoteright.ss01 = -110; +}; +X = { +igrave = 18; +ibreve = 28; +icaron = 25; +idieresis = 52; +idieresis.ss01 = 51; +zero = -26; +two = 0; +three = -21; +six = -25; +eight = -13; +nine = -15; +numbersign = -29; +endash.case = -33; +parenleft.case = -23; +at = -38; +registered = -31; +plus = -57; +minus = -64; +multiply = -52; +equal = -34; +notequal = -34; +less = -46; +logicalnot = -48; +asciitilde = -76; +}; +L = { +H = 0; +Dcroat = -9; +Oslash = -18; +Tbar = -45; +oslash = -8; +ordfeminine = -85; +ordmasculine = -84; +zero = -29; +two = 0; +three = -5; +five = -8; +six = -28; +seven = -76; +nine = -14; +numbersign = -41; +endash.case = -74; +parenleft.case = -34; +quoteleft.ss01 = -77; +at = -23; +registered = -86; +dollar = -15; +plus = -89; +minus = -89; +multiply = -61; +equal = -27; +notequal = -32; +less = -73; +approxequal = -32; +logicalnot = -76; +asciitilde = -102; +}; +euro = { +period = -8; +comma = -7; +slash = -30; +period.ss01 = -19; +parenright = -47; +bracketright = -38; +parenright.case = -55; +bracketright.case = -12; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -42; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -50; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = -31; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -27; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_g.ss06" = -28; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = -50; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -54; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -59; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -59; +"@MMK_R_KO_comma.ss01" = -57; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -24; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_underscore" = -62; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_quoteright.ss01" = 6; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -37; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -36; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +}; +perthousand = { +question = -76; +asterisk = -155; +question.ss01 = -79; +parenright = -46; +parenright.case = -50; +quotedblleft = -153; +quotedblright = -143; +quoteleft = -117; +quoteright = -117; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -111; +quotedblright.ss01 = -140; +quoteright.ss01 = -111; +}; +V = { +Eth = -11; +Oslash = -8; +adieresis = -8; +ae = -34; +a.ss05 = -33; +adieresis.ss05 = 0; +eacute = -28; +ccaron = -16; +emacron = -16; +edieresis = 0; +ecaron = -17; +otilde = -2; +odieresis = 0; +iacute = -8; +ncommaaccent = -14; +igrave = 15; +ibreve = 22; +icaron = 21; +idieresis = 48; +racute = -13; +scaron = 0; +zcaron = 0; +idieresis.ss01 = 49; +gdotaccent.ss06 = -18; +gdotaccent.ss01.ss06 = -17; +zero = -16; +two = -4; +three = -12; +six = -15; +seven = 0; +twoinferior = -40; +ellipsis.ss01 = -54; +endash.case = -14; +at = -23; +ampersand = -33; +plus = -32; +minus = -37; +less = -29; +lessequal = -12; +approxequal = -35; +asciitilde = -53; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -91; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -64; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -66; +"@MMK_R_KO_period.ss01" = -86; +"@MMK_R_KO_comma.ss01" = -84; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -26; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -147; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 1; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 1; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -65; +"@MMK_R_KO_period.ss01" = -110; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = -11; +"@MMK_R_KO_percent" = -2; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -148; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -40; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -31; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -22; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = -20; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -113; +"@MMK_R_KO_comma" = -117; +"@MMK_R_KO_ellipsis" = -204; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -91; +"@MMK_R_KO_period.ss01" = -110; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_hyphen" = -130; +"@MMK_R_KO_endash" = -50; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_endash.case" = -17; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -7; +"@MMK_R_KO_plus" = -52; +"@MMK_R_KO_percent" = -2; +}; +seven = { +icircumflex = 17; +x = -20; +g.ss06 = -38; +mu = -23; +colon = -14; +semicolon = -5; +backslash = 5; +ellipsis.ss01 = -79; +underscore = -75; +parenleft = -18; +at = -30; +ampersand = -34; +euro = -32; +minus = -56; +multiply = -42; +divide = -54; +notequal = -17; +less = -38; +plusminus = -46; +asciitilde = -75; +asciicircum = -40; +}; +scedilla = { +gbreve.ss06 = 5; +}; +fourinferior = { +T = -52; +V = -55; +W = -39; +parenright = -41; +bracketright = -25; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = -37; +"@MMK_R_KO_S" = -35; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = -36; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -54; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = 40; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_v" = -54; +"@MMK_R_KO_w" = -41; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = -43; +"@MMK_R_KO_zero" = -45; +"@MMK_R_KO_one" = -75; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = -34; +"@MMK_R_KO_four" = -30; +"@MMK_R_KO_five" = -34; +"@MMK_R_KO_six" = -43; +"@MMK_R_KO_seven" = -80; +"@MMK_R_KO_eight" = -32; +"@MMK_R_KO_nine" = -40; +"@MMK_R_KO_asterisk" = -96; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -82; +"@MMK_R_KO_quotedblright" = -63; +"@MMK_R_KO_quoteleft" = -79; +"@MMK_R_KO_quoteright" = -58; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -60; +"@MMK_R_KO_quotedbl" = -90; +"@MMK_R_KO_quotesingle" = -87; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -68; +}; +equal = { +period = -31; +comma = -30; +period.ss01 = -31; +comma.ss01 = -29; +parenright = -50; +bracketright = -55; +parenright.case = -60; +bracketright.case = -62; +equal = 0; +A = -21; +J = -17; +T = -32; +V = -25; +X = -37; +Y = -49; +}; +five.numr = { +fraction = 0; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_x" = -28; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss03" = -6; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -40; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -51; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -45; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -30; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +}; +dcaron = { +exclam.ss01 = 149; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 22; +"@MMK_R_KO_itilde" = 33; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -24; +}; +k = { +oslash = -19; +iogonek = 7; +lcommaaccent = 6; +two = 0; +plus = -39; +minus = -39; +notequal = -7; +logicalnot = -29; +asciitilde = -61; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -31; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -31; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_braceright" = -12; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -53; +"@MMK_R_KO_asciicircum" = -30; +}; +scaron = { +T = -28; +iogonek = 1; +}; +ninesuperior = { +A = -47; +fraction = -2; +period = -113; +comma = -117; +slash = -75; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -32; +parenright = -35; +guillemetleft = -50; +}; +v = { +n = 0; +ampersand = -31; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_t_t.liga" = 0; +}; +infinity = { +parenright = -54; +bracketright = -54; +parenright.case = -68; +bracketright.case = -61; +quotedblleft = -32; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_two" = -75; +"@MMK_R_KO_three" = -73; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_five" = -13; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = -31; +"@MMK_R_KO_eight" = -35; +"@MMK_R_KO_nine" = -14; +"@MMK_R_KO_period" = -113; +"@MMK_R_KO_comma" = -117; +"@MMK_R_KO_question" = -91; +"@MMK_R_KO_asterisk" = -113; +"@MMK_R_KO_slash" = -67; +"@MMK_R_KO_period.ss01" = -110; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_parenright.case" = -77; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -38; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -60; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_J" = -51; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -73; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = -73; +"@MMK_R_KO_I.ss02" = -55; +"@MMK_R_KO_J.ss10" = -112; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_t_t.liga" = -6; +}; +asterisk = { +g.ss06 = -28; +}; +semicolon.ss01 = { +onesuperior = -54; +sevensuperior = -64; +hyphen = -10; +emdash = -12; +}; +divide = { +one = -46; +two = -63; +three = -63; +seven = -65; +parenright = -59; +parenright.case = -74; +quotedblleft = -44; +quotedblright = 0; +quoteright = 0; +quotedblleft.ss01 = -7; +quotedblright.ss01 = 0; +A = -37; +Y = -72; +I.ss02 = -52; +}; +asciitilde = { +exclam = -23; +exclam.ss01 = -21; +question.ss01 = -101; +parenleft = -12; +parenleft.case = -8; +bracketright.case = -70; +quoteright.ss01 = 0; +U = -14; +aacute = -6; +edieresis = -6; +edieresis.ss01 = -6; +u = -13; +v = -18; +w = -16; +x = -36; +y = -24; +l.ss03 = -14; +l.ss04 = -15; +g.ss06 = -10; +gcircumflex.ss06 = -3; +}; +three.dnom = { +question = -70; +question.ss01 = -70; +parenright = -41; +quotedblleft = -135; +quotedblright = -107; +quoteleft = -117; +quoteright = -101; +quotedbl = -136; +quotesingle = -100; +quotedblleft.ss01 = -57; +quoteleft.ss01 = -57; +quotedblright.ss01 = -77; +quoteright.ss01 = -76; +degree = -141; +}; +odotbelow.ss01 = { +T = -58; +}; +x = { +oslash = -17; +two = 0; +ampersand = -34; +plus = -31; +minus = -32; +notequal = -7; +logicalnot = -19; +asciitilde = -52; +}; +U = { +Dcroat = 11; +Eth = 4; +Hbar = 31; +Lslash = 5; +hbar = 24; +igrave = 32; +jcircumflex = 46; +greater = 0; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_itilde" = 42; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_braceright" = -6; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -18; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_imacron" = 39; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = -9; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -30; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_hyphen.case" = -27; +"@MMK_R_KO_parenleft" = -17; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Eth = { +Eth = 9; +Oslash = 14; +}; +odotbelow = { +T = -58; +}; +baht = { +slash = -29; +parenright = -51; +parenright.case = -59; +}; +Icircumflex.ss02 = { +endash.case = -45; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 1; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -24; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -83; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_foursuperior" = -109; +"@MMK_R_KO_sevensuperior" = -89; +"@MMK_R_KO_ninesuperior" = -74; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -73; +"@MMK_R_KO_asterisk" = -105; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_endash.case" = -24; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -50; +"@MMK_R_KO_quotedblleft" = -116; +"@MMK_R_KO_quotedblright" = -73; +"@MMK_R_KO_quoteleft" = -103; +"@MMK_R_KO_quoteright" = -70; +"@MMK_R_KO_guillemetleft" = -31; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -91; +"@MMK_R_KO_quotesingle" = -84; +"@MMK_R_KO_quotedblleft.ss01" = -78; +"@MMK_R_KO_quotedblright.ss01" = -75; +}; +quotedblright = { +Dcroat = -17; +icircumflex = 44; +scaron = -26; +x = -24; +g.ss06 = -44; +mu = -29; +questiondown = -96; +questiondown.case = -70; +parenleft = -22; +quotesinglbase = -117; +asciitilde = -91; +}; +r = { +fl = 12; +germandbls = 0; +wdieresis = 13; +gcircumflex.ss06 = 4; +oneinferior = -50; +twoinferior = -30; +threeinferior = -31; +fourinferior = -57; +fiveinferior = -21; +sixinferior = -34; +ampersand = -32; +logicalnot = 0; +asciitilde = -28; +}; +seveninferior = { +I.ss02 = -32; +fourinferior = -31; +seveninferior = 0; +parenright = -55; +parenright.case = -56; +}; +sterling = { +two = 0; +hyphen.case = -16; +parenright = -37; +}; +Ocircumflex = { +Lslash = 0; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 24; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 15; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblright.ss01" = 15; +"@MMK_R_KO_quoteright.ss01" = 15; +}; +_f.longarm = { +l = 0; +i = 5; +idotaccent = 5; +i.ss01 = 4; +idotaccent.ss01 = 4; +l.ss03 = 0; +l.ss04 = 2; +}; +I.ss02 = { +Dcroat = -3; +igrave = 24; +jcircumflex = 43; +endash.case = -40; +plus = -54; +minus = -55; +notequal = -23; +less = -47; +approxequal = -29; +logicalnot = -42; +asciitilde = -67; +}; +quoteleft.ss01 = { +J.ss10 = -111; +igrave = 14; +icircumflex = 23; +imacron = 26; +jcircumflex = 24; +questiondown.case = -41; +questiondown.ss01 = -84; +hyphen = -5; +emdash = -6; +quotedblbase.ss01 = -111; +ampersand = -38; +minus = -11; +logicalnot = 0; +asciitilde = -33; +}; +Zacute = { +endash.case = -30; +}; +d = { +hbar = 9; +igrave = 9; +icaron = 9; +idieresis = 9; +jcircumflex = 10; +logicalnot = 0; +}; +notequal = { +zero = -2; +one = -5; +two = -3; +seven = -8; +parenright = -50; +parenright.case = -61; +A = -19; +B = -2; +F = -2; +L = -2; +N = -2; +Y = -42; +b = 0; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_t_t.liga" = 0; +}; +six = { +icircumflex = 25; +parenleft = 3; +braceright = -28; +bracketright.case = -5; +trademark = -46; +asciicircum = -43; +}; +Idieresis.ss02 = { +idieresis = 59; +}; +quotedblleft.ss01 = { +A = -38; +J = -39; +igrave = 14; +icircumflex = 23; +imacron = 26; +jcircumflex = 24; +g.ss06 = -7; +mu = -9; +questiondown.case = -41; +ellipsis.ss01 = -221; +questiondown.ss01 = -84; +underscore = -207; +quotedblbase.ss01 = -221; +ampersand = -38; +minus = -11; +divide = -12; +asciitilde = -33; +}; +sevensuperior = { +A = -68; +C = -35; +O = -35; +G = -35; +fraction = -24; +sevensuperior = 0; +period = -113; +comma = -117; +colon = -42; +semicolon = -40; +slash = -101; +period.ss01 = -110; +comma.ss01 = -111; +colon.ss01 = -42; +semicolon.ss01 = -41; +hyphen = -55; +hyphen.case = -35; +guillemetleft = -74; +guilsinglleft = -74; +guillemetright = -58; +guilsinglright = -57; +plus = -59; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_itilde" = 36; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -49; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_parenright.case" = -54; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -21; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -29; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = -102; +"@MMK_R_KO_zero" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -36; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -113; +"@MMK_R_KO_comma" = -117; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -110; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -70; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +won = { +period = -48; +comma = -47; +slash = -44; +period.ss01 = -57; +comma.ss01 = -54; +}; +i.ss01 = { +l = -5; +c = -4; +e = -6; +o = -5; +m = -5; +n = -5; +r = -5; +p = -4; +j.ss01 = 1; +parenright = -20; +}; +guillemetright = { +T = -64; +x = -57; +threesuperior = -48; +fivesuperior = -52; +eightsuperior = -50; +colon = -53; +semicolon = -52; +questiondown = -79; +question.ss01 = -95; +questiondown.ss01 = -78; +braceright = -69; +braceright.case = -61; +bracketright.case = -75; +quotesinglbase = -68; +quotedblbase = -68; +quotedblbase.ss01 = -63; +quoteright.ss01 = -45; +}; +s = { +l = 0; +seven = -35; +emdash = 0; +registered = -24; +notequal = -2; +logicalnot = 0; +asciitilde = -36; +}; +five.dnom = { +question = -69; +question.ss01 = -70; +parenright = -40; +quotedblleft = -108; +quotedblright = -19; +quoteleft = -110; +quoteright = -13; +quotedbl = -131; +quotesingle = -100; +quotedblleft.ss01 = -24; +quoteleft.ss01 = -24; +quotedblright.ss01 = -19; +quoteright.ss01 = -19; +degree = -140; +}; +ecircumflexgrave = { +parenright = 0; +bracketright = 0; +quotedbl = 0; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -26; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_backslash" = -25; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -46; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -37; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -43; +"@MMK_R_KO_asciicircum" = -20; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -48; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -18; +"@MMK_R_KO_plus" = -18; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -28; +}; +t_t.liga = { +wdieresis = 7; +hyphen = -3; +logicalnot = 0; +asciitilde = -39; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -141; +"@MMK_R_KO_a" = -31; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -39; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -113; +"@MMK_R_KO_comma" = -117; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -84; +"@MMK_R_KO_period.ss01" = -110; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -155; +"@MMK_R_KO_endash" = -150; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -69; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = -3; +}; +ohorngrave = { +i = 13; +idotaccent = 13; +i.ss01 = 13; +idotaccent.ss01 = 13; +m = 5; +n = 5; +period = -9; +comma = -9; +period.ss01 = -16; +comma.ss01 = -15; +parenright = -33; +bracketright = -50; +guillemetright = 0; +quotedbl = 0; +}; +zeroinferior = { +parenright = -43; +}; +c = { +seven = -35; +registered = -20; +notequal = -6; +}; +Aacute = { +Dcroat = -12; +Eth = -20; +Tbar = -36; +endash.case = -28; +registered = -54; +}; +Abreve = { +endash.case = -28; +}; +eight.dnom = { +question = -70; +question.ss01 = -70; +parenright = -39; +quotedblleft = -135; +quotedblright = -106; +quoteleft = -117; +quoteright = -101; +quotedbl = -137; +quotesingle = -100; +quotedblleft.ss01 = -57; +quoteleft.ss01 = -57; +quotedblright.ss01 = -78; +quoteright.ss01 = -78; +degree = -137; +}; +Idieresis.ss01 = { +Icircumflex = 2; +Idieresis.ss01 = 3; +idieresis.ss01 = 51; +parenright.case = 0; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -53; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -31; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +}; +comma.ss01 = { +twosuperior = -111; +threesuperior = -111; +fivesuperior = -111; +eightsuperior = -111; +parenright = 0; +bracketright = 0; +quoteright.ss01 = -111; +}; +C = { +two = 0; +three = 0; +five = 0; +eight = 5; +braceright.case = -10; +plus = -40; +minus = -42; +greater = 0; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -149; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -45; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -72; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -113; +"@MMK_R_KO_comma" = -117; +"@MMK_R_KO_ellipsis" = -237; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -92; +"@MMK_R_KO_hyphen" = -124; +"@MMK_R_KO_endash" = -104; +"@MMK_R_KO_hyphen.case" = -36; +"@MMK_R_KO_endash.case" = -33; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = -38; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -86; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -64; +"@MMK_R_KO_percent" = -2; +}; +ocircumflexgrave = { +parenright = -6; +bracketright = 0; +quotedbl = 0; +quotesingle = 0; +}; +wcircumflex = { +p = -2; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -65; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = 2; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -79; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_foursuperior" = -88; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_question" = -72; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_quotedblleft" = -112; +"@MMK_R_KO_quotedblright" = -42; +"@MMK_R_KO_quoteleft" = -115; +"@MMK_R_KO_quoteright" = -36; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = -130; +"@MMK_R_KO_quotesingle" = -100; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_plus" = 0; +}; +Umacron = { +Hbar = 23; +}; +Zcaron = { +Dcroat = -12; +igrave = 22; +endash.case = -30; +}; +sixinferior = { +T = -52; +W = -36; +parenright = -38; +bracketright = -27; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_zero" = -21; +"@MMK_R_KO_one" = -41; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = -56; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -55; +"@MMK_R_KO_endash.case" = -60; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -66; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -22; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -23; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -35; +"@MMK_R_KO_plus" = -14; +"@MMK_R_KO_percent" = -19; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -5; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = -32; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -59; +"@MMK_R_KO_bracketright.case" = -17; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +}; +Idotaccent = { +l.ss04 = 18; +}; +zero.dnom = { +question = -73; +question.ss01 = -72; +parenright = -44; +parenright.case = -49; +quotedblleft = -138; +quotedblright = -109; +quoteleft = -117; +quoteright = -103; +quotedbl = -138; +quotesingle = -100; +quotedblleft.ss01 = -77; +quoteleft.ss01 = -77; +quotedblright.ss01 = -88; +quoteright.ss01 = -88; +degree = -146; +}; +I = { +I = 0; +Hbar = 27; +hbar = 20; +igrave = 29; +jcircumflex = 43; +logicalnot = 0; +}; +uhornhookabove = { +a = -27; +a.ss05 = -36; +period = -30; +comma = -31; +ellipsis = -37; +period.ss01 = -45; +ellipsis.ss01 = -40; +comma.ss01 = -44; +parenright = -48; +bracketright = -43; +quotedblright = -25; +quotedbl = -7; +}; +Idieresis = { +Icircumflex = 2; +Idieresis = 0; +idieresis = 61; +parenright = 0; +parenright.case = 0; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -63; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -32; +"@MMK_R_KO_J" = -39; +"@MMK_R_KO_G.ss07" = -34; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -102; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -66; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -26; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -38; +"@MMK_R_KO_x" = -46; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = -36; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = -55; +"@MMK_R_KO_t_t.liga" = -31; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = -77; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -89; +"@MMK_R_KO_comma" = -90; +"@MMK_R_KO_colon" = -45; +"@MMK_R_KO_semicolon" = -43; +"@MMK_R_KO_ellipsis" = -95; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -96; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -103; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = -40; +"@MMK_R_KO_question.ss01" = -29; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_endash" = -58; +"@MMK_R_KO_underscore" = -91; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_parenleft" = -40; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -85; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -57; +}; +Ecircumflexdotbelow.ss01 = { +T = -2; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -67; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = -52; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -58; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -25; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -54; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -10; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -23; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_parenright.case" = -64; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -28; +"@MMK_R_KO_plus" = -7; +"@MMK_R_KO_percent" = -4; +}; +one = { +icircumflex = 36; +three = 0; +multiply = -13; +equal = 0; +notequal = -2; +asciicircum = -26; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 0; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -16; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = -13; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -25; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -50; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_bracketright.case" = -23; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -52; +}; +lcaron.ss04 = { +ncaron = 2; +scaron = 0; +exclam.ss01 = 152; +}; +Gdotaccent = { +Hbar = 14; +}; +fl = { +Hbar = 19; +l = -5; +idieresis = 1; +jcircumflex = 1; +periodcentered.loclCAT = 10; +}; +quotedbl = { +Dcroat = -14; +Hbar = 26; +Lslash = -20; +hbar = 15; +igrave = 27; +icircumflex = 52; +idieresis = 72; +imacron = 36; +jcircumflex = 53; +x = -25; +idieresis.ss01 = 64; +g.ss06 = -27; +gcommaaccent.ss06 = -23; +gdotaccent.ss06 = -23; +gdotaccent.ss01.ss06 = -23; +mu = -24; +exclamdown = -22; +questiondown = -94; +backslash = 0; +questiondown.case = -64; +ellipsis.ss01 = -204; +exclamdown.ss01 = -24; +questiondown.ss01 = -102; +underscore = -204; +parenleft = -23; +braceleft = -40; +ampersand = -36; +sterling = -35; +minus = -54; +lessequal = -18; +asciitilde = -77; +}; +O = { +Dcroat = 13; +Eth = 6; +Hbar = 16; +Lslash = 5; +Tbar = -6; +idieresis = 31; +parenleft.case = 3; +braceright.case = -19; +less = 0; +}; +Zdotaccent.ss01 = { +Hbar = 29; +endash.case = -30; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = -23; +"@MMK_R_KO_V" = -67; +"@MMK_R_KO_W" = -46; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_v" = -44; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = -50; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -31; +"@MMK_R_KO_pi" = -31; +"@MMK_R_KO_zero" = -33; +"@MMK_R_KO_one" = -89; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_five" = -8; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = -102; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -14; +"@MMK_R_KO_sixsuperior" = -110; +"@MMK_R_KO_onesuperior" = -110; +"@MMK_R_KO_foursuperior" = -110; +"@MMK_R_KO_sevensuperior" = -110; +"@MMK_R_KO_ninesuperior" = -110; +"@MMK_R_KO_asterisk" = -110; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_hyphen.case" = -110; +"@MMK_R_KO_endash.case" = -110; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_guillemetleft" = -94; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -110; +"@MMK_R_KO_quotesingle" = -100; +"@MMK_R_KO_quotedblleft.ss01" = -110; +"@MMK_R_KO_quotedblright.ss01" = -110; +}; +braceleft = { +p = 0; +x = -11; +parenleft = -19; +braceright = 12; +at = -40; +minus = -50; +logicalnot = -34; +asciicircum = -54; +}; +rcaron = { +I.ss02 = 0; +onesuperior = 0; +twosuperior = 14; +sevensuperior = 10; +parenright = 0; +}; +f_f_i.liga = { +hbar = 8; +idieresis = 8; +jcircumflex = 10; +germandbls = -6; +logicalnot = 0; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -53; +"@MMK_R_KO_Oacute" = -45; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -36; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_U" = -31; +"@MMK_R_KO_V" = -77; +"@MMK_R_KO_W" = -54; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = -24; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -53; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_y" = -50; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -55; +"@MMK_R_KO_one" = -94; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -27; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_five" = -29; +"@MMK_R_KO_six" = -53; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = -27; +"@MMK_R_KO_nine" = -35; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -86; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -85; +"@MMK_R_KO_endash" = -117; +"@MMK_R_KO_hyphen.case" = -182; +"@MMK_R_KO_endash.case" = -234; +"@MMK_R_KO_quotedblleft" = -237; +"@MMK_R_KO_quotedblright" = -237; +"@MMK_R_KO_quoteleft" = -117; +"@MMK_R_KO_quoteright" = -117; +"@MMK_R_KO_guillemetleft" = -124; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_plus" = -141; +"@MMK_R_KO_percent" = -99; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -52; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = 58; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -45; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -50; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -22; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -41; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_hyphen" = -54; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_bracketright" = 7; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -74; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -59; +"@MMK_R_KO_percent" = 0; +}; +logicalnot = { +one = -52; +two = -18; +seven = -66; +nine = -2; +parenright = -45; +parenright.case = -57; +v = -6; +x = -24; +y = -13; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 44; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_itilde" = 51; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_backslash" = 9; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -23; +}; +ydotbelow = { +ecircumflexdotbelow = -16; +period = -30; +comma = 54; +parenright = 51; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -1; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -24; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = -26; +}; +idotless = { +T = -40; +}; +acircumflexhookabove.ss05 = { +y = -43; +}; +Iogonek.ss02 = { +iogonek = 2; +j = 40; +j.ss01 = 40; +endash.case = -45; +}; +aogonek = { +j = 2; +j.ss01 = 2; +parenright = 0; +bracketright = 0; +}; +ldot.ss01.ss03 = { +period.ss01 = -110; +comma.ss01 = -110; +}; +Idotbelow = { +j = 23; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -25; +}; +Tbar = { +A = -40; +Aacute = -34; +T = 0; +Tbar = 9; +a = -28; +a.ss05 = -33; +e = -28; +o = -28; +oslash = -21; +tbar = -10; +period = -54; +comma = -55; +slash = -56; +period.ss01 = -66; +comma.ss01 = -65; +hyphen = -18; +guillemetleft = -33; +guilsinglleft = -33; +}; +itilde = { +exclam.ss01 = 42; +quotedbl = 65; +}; +Idotaccent.ss01 = { +l.ss04 = 18; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_five" = 12; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -11; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_sevensuperior" = -25; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -50; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_degree" = -22; +"@MMK_R_KO_plus" = -14; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 14; +parenright = 0; +quotesingle = 20; +}; +multiply = { +one = -8; +seven.numr = -51; +parenright = -61; +parenright.case = -73; +A = -25; +J = -45; +T = -51; +V = -30; +X = -47; +Y = -57; +p = -6; +}; +Ccircumflex = { +jcircumflex = 20; +}; +q = { +j = 10; +j.ss01 = 10; +comma = 3; +slash = 16; +parenright = 0; +braceright = 0; +bracketright = 0; +}; +tcaron = { +a = -2; +b = 0; +h = 0; +k = 0; +l = 0; +o = -4; +f = 0; +i = 0; +j = 0; +sixsuperior = 94; +onesuperior = 96; +twosuperior = 88; +threesuperior = 81; +fivesuperior = 106; +sevensuperior = 94; +eightsuperior = 102; +ninesuperior = 101; +period = 0; +comma = 0; +colon = 11; +exclam = 113; +question = 67; +exclam.ss01 = 117; +hyphen = -8; +parenright = 92; +bracketright = 121; +quotedblleft = 61; +quotedblright = 130; +quoteleft = 62; +guillemetleft = -34; +guilsinglleft = -34; +quotedbl = 143; +quotesingle = 135; +quotedblleft.ss01 = 63; +quoteleft.ss01 = 63; +quotedblright.ss01 = 74; +}; +uogonek = { +j = 2; +j.ss01 = 2; +parenright = 0; +bracketright = 0; +}; +seven.dnom = { +period = -21; +comma = -21; +question = -80; +period.ss01 = -24; +comma.ss01 = -24; +question.ss01 = -76; +parenright = -53; +parenright.case = -56; +quotedblleft = -98; +quotedblright = 0; +quoteleft = -101; +quoteright = 0; +quotedbl = -131; +quotesingle = -100; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 0; +quoteright.ss01 = 0; +degree = -129; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -64; +"@MMK_R_KO_Oacute" = -54; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = -15; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_zero" = -65; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -46; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_five" = -30; +"@MMK_R_KO_six" = -64; +"@MMK_R_KO_seven" = -19; +"@MMK_R_KO_eight" = -45; +"@MMK_R_KO_nine" = -50; +"@MMK_R_KO_sixsuperior" = -33; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_foursuperior" = -59; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -27; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -49; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -65; +"@MMK_R_KO_endash.case" = -70; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -56; +"@MMK_R_KO_quotedblright" = -33; +"@MMK_R_KO_quoteleft" = -56; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = -85; +"@MMK_R_KO_guillemetright" = -69; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -51; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_degree" = -55; +"@MMK_R_KO_plus" = -73; +"@MMK_R_KO_percent" = -48; +}; +Igrave.ss02 = { +igrave = 16; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 45; +"@MMK_R_KO_imacron" = 45; +"@MMK_R_KO_itilde" = 52; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = 10; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_hyphen.case" = 13; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -23; +}; +Amacron = { +endash.case = -28; +}; +hyphen = { +Dcroat = 13; +Lslash = 13; +Oslash = 8; +x = -23; +l.ss03 = 5; +mu = -3; +zero.numr = -37; +one.numr = -43; +three.numr = -20; +four.numr = -95; +five.numr = -24; +six.numr = -37; +seven.numr = -49; +eight.numr = -21; +nine.numr = -25; +threesuperior = -22; +fivesuperior = -29; +eightsuperior = -23; +colon = -9; +semicolon = -8; +questiondown = -27; +question.ss01 = -72; +questiondown.ss01 = -27; +parenleft = 2; +braceright = -42; +quotesinglbase = -21; +quotedblbase = -21; +quotedblbase.ss01 = 0; +quoteleft.ss01 = -9; +quoteright.ss01 = -9; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -24; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -75; +"@MMK_R_KO_slash" = -25; +"@MMK_R_KO_backslash" = -54; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -64; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -48; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -37; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -50; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -61; +}; +l = { +Hbar = 27; +l = 0; +hbar = 9; +igrave = 8; +ibreve = 8; +icaron = 8; +idieresis = 9; +jcircumflex = 9; +periodcentered.loclCAT = 18; +at = 0; +notequal = 0; +logicalnot = 0; +}; +registered = { +period = -113; +comma = -114; +slash = -63; +period.ss01 = -110; +comma.ss01 = -111; +parenright = -50; +parenright.case = -61; +trademark = -43; +}; +quotedblright.ss01 = { +icircumflex = 23; +g.ss06 = -21; +mu = -18; +questiondown.case = -68; +ellipsis.ss01 = -221; +questiondown.ss01 = -92; +asciitilde = -66; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_two" = -28; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -73; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_foursuperior" = -79; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = -39; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_question" = -72; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_quotedblleft" = -81; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -83; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = -75; +"@MMK_R_KO_quotesingle" = -87; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -79; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 43; +"@MMK_R_KO_itilde" = 44; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -25; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = -30; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = -14; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -80; +"@MMK_R_KO_comma" = -79; +"@MMK_R_KO_colon" = -16; +"@MMK_R_KO_semicolon" = -6; +"@MMK_R_KO_ellipsis" = -91; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -52; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -99; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -86; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 6; +"@MMK_R_KO_trademark" = -4; +"@MMK_R_KO_asciicircum" = -50; +}; +published = { +parenright = -75; +parenright.case = -84; +}; +emdash.case = { +one.numr = -34; +seven.numr = -39; +question.ss01 = -64; +quotedblbase = -216; +quotedblbase.ss01 = -221; +quoteright.ss01 = 0; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -11; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_hyphen.case" = 13; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_parenright.case" = -65; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -30; +"@MMK_R_KO_plus" = -7; +"@MMK_R_KO_percent" = -5; +}; +Atilde = { +ordfeminine = -60; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +}; +quotesingle = { +Hbar = 33; +eacute = -27; +hbar = 23; +igrave = 35; +icaron = 48; +icircumflex = 60; +idieresis = 80; +imacron = 43; +itilde = 80; +jcircumflex = 61; +idieresis.ss01 = 72; +g.ss06 = -22; +mu = -17; +exclamdown = -16; +questiondown = -88; +backslash = 8; +questiondown.case = -57; +questiondown.ss01 = -97; +underscore = -100; +ampersand = -28; +lessequal = -6; +asciitilde = -73; +}; +exclam = { +exclam = 2; +parenright = -10; +guillemetleft = -36; +guillemetright = -13; +}; +Imacron.ss02 = { +endash.case = -45; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -25; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -23; +}; +imacron = { +ncommaaccent = 0; +lcommaaccent = 0; +three = 7; +exclam.ss01 = 33; +quotedbl = 36; +}; +three = { +icircumflex = 25; +braceright = -26; +bracketright.case = -2; +trademark = -36; +}; +radical = { +four = -42; +seven = 2; +hyphen = -30; +A = -54; +J = -35; +J.ss10 = -59; +a = -38; +d = -37; +a.ss05 = -39; +c = -39; +g = -35; +s = -31; +l.ss04 = 10; +g.ss06 = -33; +}; +quotesinglbase = { +Iogonek = 0; +oslash = -27; +p = -7; +jcircumflex = 10; +germandbls = -56; +numbersign = -64; +parenleft.case = -55; +at = -46; +copyright = -112; +published = -107; +dollar = -39; +euro = -75; +minus = -117; +equal = -97; +approxequal = -98; +}; +germandbls = { +a = 2; +d = 3; +a.ss05 = 7; +e = 0; +f = -17; +g = 0; +i = 7; +s = 0; +t = -17; +v = -17; +w = -17; +g.ss06 = 4; +t_i.liga = -17; +t_t.liga = -17; +period.ss01 = -5; +comma.ss01 = -3; +hyphen = 8; +parenright = -47; +bracketright = -51; +quotedblleft = -20; +quotesingle = -25; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 3; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -53; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -41; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -31; +"@MMK_R_KO_V" = -77; +"@MMK_R_KO_W" = -54; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = -23; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -53; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_y" = -43; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = -14; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -55; +"@MMK_R_KO_one" = -94; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -27; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_five" = -29; +"@MMK_R_KO_six" = -53; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = -27; +"@MMK_R_KO_nine" = -35; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -86; +"@MMK_R_KO_asterisk" = -117; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -85; +"@MMK_R_KO_hyphen.case" = -117; +"@MMK_R_KO_quotedblleft" = -117; +"@MMK_R_KO_quoteleft" = -117; +"@MMK_R_KO_quoteright" = -117; +"@MMK_R_KO_guillemetleft" = -117; +"@MMK_R_KO_guillemetright" = -63; +"@MMK_R_KO_plus" = -117; +"@MMK_R_KO_percent" = -99; +}; +Odieresis = { +Eth = 0; +Germandbls = -5; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -26; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_five" = -21; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = -30; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -83; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_sevensuperior" = -84; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = -28; +"@MMK_R_KO_asterisk" = -46; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_endash" = -47; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_endash.case" = -36; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -46; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -36; +"@MMK_R_KO_quotedbl" = -36; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_degree" = -46; +"@MMK_R_KO_plus" = -63; +"@MMK_R_KO_percent" = -26; +}; +e = { +idieresis = 6; +germandbls = -12; +gbreve.ss06 = 15; +seven = -41; +emdash = 0; +registered = -26; +logicalnot = 0; +asciitilde = -18; +}; +Oacute = { +Eth = 0; +Lslash = 0; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_asterisk" = -35; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -42; +"@MMK_R_KO_period.ss01" = 8; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -25; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -27; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -52; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -48; +"@MMK_R_KO_asciicircum" = -28; +}; +Germandbls = { +B = 0; +E = 0; +I = 0; +L = 0; +S = 0; +T = -14; +Z = 5; +a = 0; +foursuperior = -37; +hyphen = 8; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -6; +}; +six.dnom = { +question = -70; +question.ss01 = -71; +parenright = -41; +quotedblleft = -135; +quotedblright = -108; +quoteleft = -117; +quoteright = -102; +quotedbl = -137; +quotesingle = -100; +quotedblleft.ss01 = -61; +quoteleft.ss01 = -61; +quotedblright.ss01 = -78; +quoteright.ss01 = -77; +degree = -145; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -30; +}; +less = { +two = 0; +three = 0; +parenright = -41; +less = -15; +S = 0; +}; +Acircumflex = { +six = -26; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -117; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 3; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 4; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -113; +"@MMK_R_KO_comma" = -117; +"@MMK_R_KO_ellipsis" = -117; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = -64; +"@MMK_R_KO_hyphen" = -108; +"@MMK_R_KO_endash" = -32; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = -19; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -156; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_t_t.liga" = -5; +}; +ellipsis.ss01 = { +Dcroat = -26; +Tbar = -57; +tbar = -30; +twosuperior = -151; +threesuperior = -155; +fivesuperior = -155; +eightsuperior = -152; +question.ss01 = -90; +parenleft = -28; +braceright = -24; +parenleft.case = -45; +quoteleft.ss01 = -111; +quoteright.ss01 = -111; +}; +u = { +l = 0; +idieresis = 8; +s = 0; +germandbls = -9; +logicalnot = 0; +}; +colon.ss01 = { +T = -45; +V = -29; +Y = -49; +zero = -9; +one = -9; +three = -13; +four = -13; +onesuperior = -52; +sevensuperior = -62; +emdash = -11; +parenright = -43; +braceright = -12; +bracketright = -19; +}; +ocircumflexacute = { +sevensuperior = 5; +parenright = 5; +bracketright = 20; +quotedbl = 0; +quotesingle = 0; +}; +egrave = { +T = -53; +}; +Jcircumflex = { +jcircumflex = 39; +parenright = 0; +bracketright = 0; +parenright.case = 0; +bracketright.case = 20; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_itilde" = 41; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -34; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -48; +"@MMK_R_KO_bracketright.case" = -3; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -37; +"@MMK_R_KO_asciicircum" = -26; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -39; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -48; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -39; +"@MMK_R_KO_I.ss02" = -43; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_bracketright.case" = 2; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = -21; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_v" = -37; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_y" = -54; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -35; +"@MMK_R_KO_one" = -77; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -33; +"@MMK_R_KO_seven" = -87; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = -20; +"@MMK_R_KO_sixsuperior" = -113; +"@MMK_R_KO_onesuperior" = -113; +"@MMK_R_KO_foursuperior" = -113; +"@MMK_R_KO_sevensuperior" = -113; +"@MMK_R_KO_ninesuperior" = -113; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -68; +"@MMK_R_KO_asterisk" = -113; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -113; +"@MMK_R_KO_hyphen.case" = -113; +"@MMK_R_KO_endash.case" = -113; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -113; +"@MMK_R_KO_quotedblright" = -113; +"@MMK_R_KO_quoteleft" = -113; +"@MMK_R_KO_quoteright" = -113; +"@MMK_R_KO_guillemetleft" = -109; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -113; +"@MMK_R_KO_quotesingle" = -100; +}; +udieresis = { +germandbls = -13; +}; +E = { +Hbar = 34; +igrave = 37; +idieresis = 57; +jcircumflex = 47; +germandbls = -11; +idieresis.ss01 = 58; +zero = -9; +two = 2; +six = -9; +seven = 0; +numbersign = -9; +registered = -12; +multiply = -40; +logicalnot = -6; +asciitilde = -30; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -91; +"@MMK_R_KO_Oacute" = -87; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -82; +"@MMK_R_KO_S" = -76; +"@MMK_R_KO_T" = -75; +"@MMK_R_KO_U" = -81; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -48; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -106; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -75; +"@MMK_R_KO_a" = -52; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -79; +"@MMK_R_KO_eacute" = -77; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 54; +"@MMK_R_KO_s" = -67; +"@MMK_R_KO_t" = -77; +"@MMK_R_KO_u" = -49; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -77; +"@MMK_R_KO_pi" = -32; +"@MMK_R_KO_zero" = -94; +"@MMK_R_KO_one" = -105; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -79; +"@MMK_R_KO_four" = -168; +"@MMK_R_KO_five" = -80; +"@MMK_R_KO_six" = -94; +"@MMK_R_KO_seven" = -113; +"@MMK_R_KO_eight" = -80; +"@MMK_R_KO_nine" = -84; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblright" = -207; +"@MMK_R_KO_quotedbl" = -204; +"@MMK_R_KO_quotesingle" = -100; +"@MMK_R_KO_quotedblright.ss01" = -207; +}; +Lcaron = { +A = 0; +B = 45; +M = 46; +N = 45; +K = 45; +C = 3; +O = 3; +G = 3; +Ccaron = 11; +Ocircumflex = 11; +J = 11; +S = 32; +Scaron = 40; +T = 55; +U = 46; +Uacute = 54; +V = 41; +W = 45; +Zcaron = 55; +I.ss02 = 54; +a = -12; +u = -7; +v = -22; +w = -9; +sixsuperior = 59; +onesuperior = 44; +twosuperior = 43; +threesuperior = 40; +foursuperior = 0; +fivesuperior = 56; +sevensuperior = 57; +eightsuperior = 47; +ninesuperior = 60; +period = 0; +comma = 0; +question = 28; +question.ss01 = 28; +hyphen = -9; +hyphen.case = -64; +parenright = 33; +quotedblleft = 14; +quoteleft = 15; +guillemetleft = -76; +guilsinglleft = -76; +quotedbl = 77; +quotesingle = 69; +quotedblleft.ss01 = 39; +quoteleft.ss01 = 39; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -32; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_backslash" = -25; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -55; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -40; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = -21; +}; +Udieresis.ss01 = { +b = 0; +}; +twosuperior = { +A = -41; +fraction = 0; +period = -113; +comma = -117; +slash = -64; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -6; +parenright = -26; +parenright.case = -29; +}; +period = { +g.ss06 = 0; +ordfeminine = -113; +ordmasculine = -113; +twosuperior = -113; +threesuperior = -113; +fivesuperior = -113; +eightsuperior = -113; +parenleft = -18; +braceright = -15; +parenleft.case = -43; +}; +uhorntilde = { +a = -27; +a.ss05 = -36; +n = -16; +u = -13; +period = -30; +comma = -31; +ellipsis = -37; +question = 0; +period.ss01 = -45; +ellipsis.ss01 = -40; +comma.ss01 = -44; +parenright = -46; +quotedblright = -25; +quotedbl = -7; +}; +nine = { +ordmasculine = -18; +underscore = -47; +braceright = -37; +braceright.case = -21; +bracketright.case = -21; +trademark = -47; +asciicircum = -27; +}; +T = { +Hbar = 29; +Lslash = -13; +Oslash = -8; +Tbar = 15; +aacute = -36; +agrave = -35; +adotbelow = -36; +adotbelow.ss01 = -36; +aogonek = -36; +adieresis = -15; +ahookabove = -36; +ae = -50; +a.ss05 = -49; +aacute.ss05 = -43; +aogonek.ss05 = -45; +adotbelow.ss05 = -45; +cacute = -42; +ccedilla = -45; +eacute = -43; +edotaccent = -42; +eogonek = -45; +edotbelow = -45; +edotbelow.ss01 = -45; +edotaccent.ss01 = -42; +egrave = -29; +ecaron = -28; +ehookabove = -42; +oacute = -43; +ohookabove = -42; +ograve = -29; +ocircumflexhookabove = -24; +ohungarumlaut = -30; +odotbelow = -45; +ohorngrave = -29; +ohornacute = -43; +odotbelow.ss01 = -45; +oslash = -45; +gbreve = -34; +i.ss01 = -2; +idotaccent.ss01 = -2; +iacute = -9; +igrave = 10; +rcaron = 0; +ihookabove = -5; +idotless = -41; +ibreve = 25; +icaron = 14; +idieresis = 59; +racute = -28; +scaron = -8; +scircumflex = 0; +uacute = -33; +uhorndotbelow = -33; +uhorndotbelow.ss01 = -33; +ugrave = -27; +udotbelow = -33; +uogonek = -33; +uhorngrave = -27; +uhornacute = -33; +udotbelow.ss01 = -33; +uhornhookabove = -33; +ygrave = -27; +ycircumflex = -6; +yhookabove = -37; +zcaron = -4; +idieresis.ss01 = 59; +zero = -13; +six = -13; +seven = 4; +zeroinferior = -56; +twoinferior = -58; +numbersign = -33; +endash.case = -50; +parenleft.case = -11; +guilsinglleft = -67; +guilsinglright = -25; +at = -31; +ampersand = -33; +registered = -12; +plus = -63; +minus = -65; +multiply = -50; +divide = -63; +equal = -25; +less = -54; +greaterequal = 0; +plusminus = -54; +approxequal = -45; +logicalnot = -52; +asciitilde = -77; +}; +quotesinglbase.ss01 = { +Dcroat = -19; +T = -58; +Tcaron = -53; +V = -69; +W = -47; +Y = -94; +oslash = -14; +germandbls = -55; +numbersign = -52; +question.ss01 = -84; +parenleft.case = -40; +quoteright.ss01 = -111; +at = -32; +copyright = -104; +published = -96; +euro = -57; +minus = -111; +equal = -32; +approxequal = -36; +}; +Q = { +Dcroat = 0; +two = 0; +seven = -24; +registered = -26; +}; +quoteright = { +Hbar = 26; +a.ss05 = -51; +eacute = -44; +hbar = 11; +igrave = 0; +icircumflex = 43; +idieresis = 61; +imacron = 32; +itilde = 65; +jcircumflex = 51; +scaron = -25; +x = -24; +g.ss06 = -43; +gdotaccent.ss06 = -30; +mu = -27; +questiondown = -96; +questiondown.case = -69; +quotedblbase = -117; +euro = -31; +asciitilde = -89; +}; +minus = { +one = -69; +two = -80; +three = -81; +seven = -83; +one.numr = -51; +seven.numr = -56; +period = -113; +comma = -117; +period.ss01 = -110; +comma.ss01 = -111; +parenright = -64; +parenright.case = -79; +quotedblleft = -46; +quotedblright = 0; +quoteleft = -47; +quoteright = 0; +guillemetright = -66; +quotedbl = -41; +quotesingle = -48; +quotedblleft.ss01 = -8; +quoteleft.ss01 = -8; +quotedblright.ss01 = -2; +quoteright.ss01 = -2; +tenge = -21; +yen = -46; +x = -41; +}; +ldot.ss04 = { +a = 8; +e = 9; +period = -113; +comma = -117; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -35; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_foursuperior" = -36; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = -37; +"@MMK_R_KO_asterisk" = -36; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = -52; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_degree" = -47; +"@MMK_R_KO_plus" = -12; +"@MMK_R_KO_percent" = -30; +}; +acircumflexacute.ss05 = { +t = -26; +y = -43; +t_i.liga = -26; +t_t.liga = -26; +question = -54; +question.ss01 = -57; +}; +p = { +seven = -32; +registered = -23; +}; +idotaccent = { +T = -8; +idieresis = 0; +parenright = -29; +}; +summation = { +n = -18; +}; +eth = { +a = 8; +d = 8; +aacute = 16; +e = 10; +o = 10; +eth = 8; +odieresis = 18; +f = 0; +f_f.liga = 3; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 3; +fl = 3; +g = 9; +i = 9; +j = 9; +s = 0; +t = 0; +u = 5; +v = 0; +y = -4; +t_i.liga = 0; +t_t.liga = 0; +period = -3; +comma = -2; +period.ss01 = -11; +comma.ss01 = -10; +hyphen = 10; +parenright = -28; +bracketright = -14; +quotedblleft = -8; +quoteleft = 0; +quotedbl = 0; +}; +igrave = { +parenright = -45; +}; +three.numr = { +fraction = 0; +}; +Aring = { +endash.case = -28; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -31; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = -31; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = -30; +}; +lcommaaccent = { +j = 1; +}; +quoteright.ss01 = { +igrave = 11; +icircumflex = 24; +imacron = 29; +itilde = 31; +jcircumflex = 25; +idieresis.ss01 = 39; +g.ss06 = -21; +gdotaccent.ss01.ss06 = -15; +mu = -18; +questiondown.case = -68; +questiondown.ss01 = -92; +quotedblbase.ss01 = -111; +asciitilde = -65; +}; +backslash = { +p = 5; +g.ss06 = 0; +backslash = -101; +underscore = 15; +quoteright.ss01 = -68; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 25; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 21; +"@MMK_R_KO_threesuperior" = 19; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 33; +"@MMK_R_KO_sevensuperior" = 23; +"@MMK_R_KO_eightsuperior" = 29; +"@MMK_R_KO_ninesuperior" = 28; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 24; +"@MMK_R_KO_bracketright" = 25; +"@MMK_R_KO_parenright.case" = 23; +"@MMK_R_KO_bracketright.case" = 41; +"@MMK_R_KO_quotedblright" = 21; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 25; +"@MMK_R_KO_quotesingle" = 19; +"@MMK_R_KO_quotedblright.ss01" = 19; +"@MMK_R_KO_quoteright.ss01" = 18; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 21; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 33; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 29; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -1; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 13; +"@MMK_R_KO_threesuperior" = 11; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = 12; +"@MMK_R_KO_sevensuperior" = 29; +"@MMK_R_KO_eightsuperior" = 15; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = 31; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = 4; +"@MMK_R_KO_braceright" = 28; +"@MMK_R_KO_bracketright" = 30; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 19; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 19; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 37; +"@MMK_R_KO_quotesingle" = 29; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_quoteright.ss01" = 10; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -29; +}; +parenright.case = { +T = -29; +V = -24; +Y = -50; +Yacute = -42; +period = -11; +comma = -5; +slash = -24; +period.ss01 = -17; +comma.ss01 = -16; +hyphen.case = 12; +emdash.case = 11; +parenleft.case = 0; +parenright.case = -58; +braceright.case = -8; +bracketright.case = -11; +quotedbl = -24; +}; +degree = { +zero = -15; +three = -15; +four = -61; +five = -15; +six = -15; +period = -113; +comma = -117; +slash = -83; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -108; +emdash = -110; +endash = -79; +hyphen.case = -10; +emdash.case = -10; +parenright = -46; +bracketright = -33; +parenright.case = -53; +bracketright.case = -31; +g.ss06 = -26; +}; +H = { +H = 0; +Hbar = 27; +igrave = 29; +ibreve = 38; +idieresis = 58; +jcircumflex = 43; +x = 0; +idieresis.ss01 = 57; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -19; +greaterequal = 31; +lessequal = 14; +Y = -13; +n = 5; +}; +mu = { +mu = -10; +pi = -8; +one = -21; +onesuperior = -53; +twosuperior = -17; +sevensuperior = -62; +period.ss01 = -9; +comma.ss01 = -7; +hyphen = -4; +parenright = -40; +braceright = -16; +bracketright = -19; +quotedblleft = -19; +quotedblright = -9; +quoteleft = -17; +quoteright = -8; +quotedbl = -24; +quotesingle = -25; +trademark = -61; +asciicircum = -38; +}; +questiondown = { +p = 0; +questiondown = 0; +}; +A = { +B = -1; +H = -1; +E = -1; +F = -1; +I = -1; +L = -1; +R = -1; +M = -1; +N = -1; +D = -1; +P = -1; +K = -1; +Iacute = 7; +Ntilde = 7; +Idieresis = 7; +Dcroat = -7; +Eth = -12; +Lslash = -10; +Tbar = -30; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 2; +jcircumflex = 10; +germandbls = -38; +tbar = -17; +gbreve.ss06 = 2; +ordfeminine = -54; +ordmasculine = -55; +zero = -22; +two = -4; +three = -16; +five = -16; +six = -21; +seven = -46; +eight = -13; +nine = -22; +numbersign = -19; +endash.case = -23; +parenleft.case = -25; +quotedblleft.ss01 = -41; +at = -21; +ampersand = -20; +registered = -49; +dollar = -25; +plus = -36; +minus = -41; +multiply = -35; +divide = -42; +equal = -24; +notequal = -22; +less = -33; +approxequal = -27; +logicalnot = -26; +asciitilde = -50; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 40; +"@MMK_R_KO_itilde" = 43; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_parenleft" = -25; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 10; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -54; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -4; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -48; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = -18; +"@MMK_R_KO_percent" = 0; +}; +ohornacute = { +c = 2; +i = 13; +idotaccent = 13; +i.ss01 = 13; +idotaccent.ss01 = 13; +m = 5; +n = 5; +p = 6; +t = 12; +u = 10; +t_i.liga = 12; +t_i.liga.ss01 = 12; +t_t.liga = 12; +parenright = -32; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = -38; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -50; +"@MMK_R_KO_comma" = -50; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -62; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -14; +}; +Ycircumflex = { +a.ss05 = -69; +}; +Ograve = { +Lslash = 0; +}; +Hbar = { +Hbar = 52; +Idieresis.ss01 = 20; +exclam.ss01 = 24; +}; +Y = { +Eth = -20; +Lslash = -19; +Oslash = -32; +aacute = -57; +a.ss05 = -64; +aacute.ss05 = -57; +aogonek.ss05 = -57; +eth = -66; +ccedilla = -60; +eacute = -60; +edotbelow = -60; +edotbelow.ss01 = -60; +egrave = -37; +ecircumflexacute = -41; +oacute = -60; +odotbelow = -60; +odotbelow.ss01 = -60; +oslash = -60; +iacute = -34; +ntilde = -33; +ncaron = -37; +igrave = 0; +idieresis = 28; +scaron = -14; +zcaron = -10; +idieresis.ss01 = 23; +zero = -38; +two = -24; +three = -28; +six = -38; +seven = 0; +eight = -27; +nine = -26; +twoinferior = -83; +numbersign = -34; +ellipsis.ss01 = -99; +endash.case = -38; +parenleft.case = -33; +at = -52; +ampersand = -50; +registered = -33; +plus = -66; +minus = -73; +multiply = -63; +equal = -48; +notequal = -42; +less = -54; +lessequal = -38; +logicalnot = -59; +asciitilde = -93; +}; +acircumflexacute = { +sevensuperior = 4; +parenright = 7; +}; +odieresis.ss01 = { +germandbls = -19; +}; +foursuperior = { +A = -46; +period = -113; +comma = -117; +slash = -72; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -29; +}; +eight = { +icircumflex = 23; +braceright = -28; +bracketright.case = 0; +trademark = -37; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -25; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -53; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -77; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_pi" = -24; +"@MMK_R_KO_zero" = -28; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -28; +"@MMK_R_KO_seven" = 3; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_period" = -80; +"@MMK_R_KO_comma" = -79; +"@MMK_R_KO_ellipsis" = -91; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -91; +"@MMK_R_KO_period.ss01" = -92; +"@MMK_R_KO_comma.ss01" = -90; +"@MMK_R_KO_colon.ss01" = -23; +"@MMK_R_KO_hyphen" = -41; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_endash.case" = -22; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_plus" = -47; +"@MMK_R_KO_percent" = 0; +}; +w = { +ampersand = -26; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -40; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -117; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -42; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -71; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -113; +"@MMK_R_KO_comma" = -117; +"@MMK_R_KO_ellipsis" = -117; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -87; +"@MMK_R_KO_hyphen" = -117; +"@MMK_R_KO_endash" = -101; +"@MMK_R_KO_hyphen.case" = -35; +"@MMK_R_KO_endash.case" = -33; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -85; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -63; +}; +jacute = { +hbar = 0; +idieresis = 0; +iogonek = 0; +j = 2; +j.ss01 = 2; +jcircumflex = 2; +seven = 0; +comma = 0; +slash = 4; +parenright = 7; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 40; +"@MMK_R_KO_imacron" = 47; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = 3; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 2; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -52; +}; +gcaron.ss06 = { +gcaron.ss06 = 0; +}; +Ntilde = { +A = -3; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = -21; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -26; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -32; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -31; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = -34; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_underscore" = 15; +"@MMK_R_KO_parenleft" = -28; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -29; +"@MMK_R_KO_trademark" = -50; +"@MMK_R_KO_asciicircum" = -52; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -25; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_bracketright.case" = -4; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +}; +guillemetleft = { +Dcroat = -21; +T = -43; +mu = -19; +twosuperior = -55; +braceright = -56; +minus = -67; +logicalnot = -57; +asciitilde = -89; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -24; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -67; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = -51; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -61; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -54; +}; +icircumflex = { +two = 6; +exclam.ss01 = 30; +parenright = 0; +}; +ihookabove = { +n = -5; +}; +guilsinglleft = { +twosuperior = -62; +braceright = -58; +logicalnot = -63; +asciitilde = -95; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = -38; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = -66; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_Z" = -59; +"@MMK_R_KO_I.ss02" = -53; +"@MMK_R_KO_J.ss10" = -122; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_t_t.liga" = -12; +}; +Uhornacute = { +exclam.ss01 = 16; +}; +ocircumflexhookabove = { +parenright = 0; +bracketright = 10; +quotedblright = 6; +quotedbl = 8; +quotesingle = 3; +quotedblright.ss01 = 0; +}; +plusminus = { +one = -23; +parenright = -37; +}; +question = { +exclam = 0; +questiondown = -69; +questiondown.case = -57; +bracketright.case = -20; +}; +ordmasculine = { +period = -113; +comma = -117; +slash = -77; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -46; +parenright = -34; +parenright.case = -42; +}; +slash = { +Hbar = 25; +Oslash = -23; +hbar = 16; +ntilde = -24; +ncommaaccent = -24; +igrave = 40; +ibreve = 48; +icircumflex = 39; +idieresis = 80; +imacron = 48; +itilde = 68; +jcircumflex = 40; +rcommaaccent = -24; +scaron = -6; +scircumflex = -8; +x = -30; +idieresis.ss01 = 79; +g.ss06 = -40; +gcommaaccent.ss06 = -35; +gdotaccent.ss06 = -35; +gdotaccent.ss01.ss06 = -35; +mu = -30; +oneinferior = -63; +fourinferior = -85; +eightinferior = -61; +backslash = 2; +ellipsis.ss01 = -90; +underscore = -97; +parenleft = -28; +quotesinglbase = -81; +quotedblbase = -89; +quotedblbase.ss01 = -89; +literSign = -39; +cent = -35; +euro = -36; +sterling = -45; +minus = -52; +asciicircum = -45; +infinity = -34; +integral = -61; +radical = -28; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 13; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 20; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_sixsuperior" = 30; +"@MMK_R_KO_onesuperior" = 3; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = 19; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 29; +"@MMK_R_KO_ninesuperior" = 24; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 7; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_bracketright.case" = 13; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_quotedbl" = 26; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_quotedblright.ss01" = 17; +"@MMK_R_KO_quoteright.ss01" = 17; +}; +M = { +Hbar = 27; +hbar = 20; +igrave = 29; +ibreve = 38; +icaron = 38; +idieresis = 58; +idieresis.ss01 = 58; +}; +i = { +hbar = 0; +ntilde = 0; +idieresis = 0; +j = 1; +jcircumflex = 2; +s = -8; +germandbls = -14; +slash = -6; +parenright = -29; +braceright = -3; +bracketright = -5; +logicalnot = -3; +}; +macute = { +quotesingle = -40; +}; +greaterequal = { +one = 0; +three = -5; +seven = 0; +parenright = -25; +T = -29; +}; +eogonek = { +parenright = -41; +}; +fiveinferior = { +T = -53; +W = -36; +parenright = -37; +}; +tcedilla = { +comma = 10; +parenright = 0; +bracketright = 0; +}; +eightsuperior = { +A = -43; +fraction = 0; +period = -113; +comma = -117; +slash = -69; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -16; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -151; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = -8; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -83; +"@MMK_R_KO_period.ss01" = -110; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -101; +"@MMK_R_KO_endash" = -55; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_endash.case" = -5; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -44; +"@MMK_R_KO_percent" = -3; +}; +ordfeminine = { +period = -113; +comma = -117; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -12; +parenright = -14; +}; +Edotaccent = { +scaron = 2; +}; +Oslash = { +Eth = 0; +T = -26; +Tcaron = -18; +V = -22; +Y = -32; +l.ss04 = 0; +sevensuperior = -24; +parenright = -24; +bracketright = -20; +parenright.case = -25; +bracketright.case = -13; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -36; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -39; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 40; +"@MMK_R_KO_itilde" = 27; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -42; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_x" = -41; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = -41; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_g.ss06" = -42; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -49; +"@MMK_R_KO_comma" = -49; +"@MMK_R_KO_colon" = -21; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -34; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -50; +"@MMK_R_KO_underscore" = -52; +"@MMK_R_KO_hyphen.case" = -39; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_quoteright.ss01" = 4; +"@MMK_R_KO_trademark" = -4; +"@MMK_R_KO_asciicircum" = -48; +}; +seven.numr = { +fraction = -20; +}; +at = { +underscore = -61; +parenright = -55; +bracketright = -56; +parenright.case = -68; +bracketright.case = -52; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -55; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -48; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -44; +}; +F = { +Hbar = 28; +adieresis.ss05 = 2; +i.ss01 = 0; +iacute = -5; +igrave = 20; +idieresis = 60; +zcaron = -11; +idieresis.ss01 = 59; +three = -7; +seven = 3; +twoinferior = -16; +threeinferior = -18; +fourinferior = -53; +fiveinferior = -20; +sixinferior = -17; +eightinferior = -15; +numbersign = -8; +ellipsis.ss01 = -95; +ampersand = -18; +multiply = -32; +}; +nineinferior = { +parenright = -43; +}; +parenright = { +icircumflex = 12; +parenleft = 0; +braceright = -18; +asciicircum = -32; +}; +fivesuperior = { +A = -44; +fraction = 0; +period = -113; +comma = -117; +slash = -72; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -21; +guillemetleft = -43; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_Oacute" = -33; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = -23; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_y" = -57; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = -14; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_pi" = -36; +"@MMK_R_KO_zero" = -43; +"@MMK_R_KO_one" = -98; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -23; +"@MMK_R_KO_five" = -21; +"@MMK_R_KO_six" = -42; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = -17; +"@MMK_R_KO_nine" = -29; +"@MMK_R_KO_sixsuperior" = -160; +"@MMK_R_KO_onesuperior" = -122; +"@MMK_R_KO_foursuperior" = -165; +"@MMK_R_KO_sevensuperior" = -157; +"@MMK_R_KO_ninesuperior" = -160; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = -37; +"@MMK_R_KO_hyphen.case" = -234; +"@MMK_R_KO_endash.case" = -234; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_guillemetleft" = -99; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = -204; +"@MMK_R_KO_quotesingle" = -100; +"@MMK_R_KO_quotedblleft.ss01" = -221; +"@MMK_R_KO_quotedblright.ss01" = -221; +}; +lcaron = { +l = 14; +ncaron = 2; +lcaron = 22; +scaron = 0; +exclam.ss01 = 151; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -55; +"@MMK_R_KO_comma" = -51; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -57; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_parenright.case" = -65; +"@MMK_R_KO_bracketright.case" = -58; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -21; +}; +z = { +logicalnot = 0; +}; +Eogonek = { +comma = 0; +parenright = 0; +}; +G = { +Eth = 0; +Hbar = 21; +Lslash = 5; +Oslash = 7; +hbar = 10; +idieresis = 42; +jcircumflex = 23; +eight = 5; +braceright.case = -12; +}; +eightinferior = { +parenright = -34; +}; +comma = { +twosuperior = -117; +threesuperior = -117; +fivesuperior = -117; +eightsuperior = -117; +}; +pi = { +pi = 2; +onesuperior = -47; +sevensuperior = -58; +period = 0; +comma = 0; +colon = 9; +slash = 0; +hyphen = 0; +parenright = -35; +braceright = -7; +bracketright = -12; +quoteright = 4; +quotesingle = -13; +trademark = -46; +}; +iacute = { +a = -2; +c = -4; +ntilde = 0; +m = -5; +n = -5; +p = -4; +s = -8; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_sixsuperior" = 125; +"@MMK_R_KO_onesuperior" = 118; +"@MMK_R_KO_twosuperior" = 95; +"@MMK_R_KO_threesuperior" = 89; +"@MMK_R_KO_foursuperior" = 74; +"@MMK_R_KO_fivesuperior" = 138; +"@MMK_R_KO_sevensuperior" = 115; +"@MMK_R_KO_eightsuperior" = 132; +"@MMK_R_KO_ninesuperior" = 136; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_exclam" = 148; +"@MMK_R_KO_question" = 98; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 77; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_parenright" = 126; +"@MMK_R_KO_bracketright" = 156; +"@MMK_R_KO_quotedblleft" = 96; +"@MMK_R_KO_quoteleft" = 97; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_quotedbl" = 178; +"@MMK_R_KO_quotesingle" = 170; +"@MMK_R_KO_quotedblleft.ss01" = 84; +}; +Dcroat = { +Dcroat = 9; +Itilde = 0; +}; +jcircumflex = { +E = 25; +U = 30; +k = -2; +l = -2; +i = 2; +j = 2; +jcircumflex = 3; +two = 6; +bracketright = 25; +quotedblleft = 12; +quotedblright = 31; +quoteleft = 13; +quoteright = 33; +quotedbl = 46; +quotesingle = 38; +quotedblright.ss01 = 20; +quoteright.ss01 = 20; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -3; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 45; +"@MMK_R_KO_imacron" = 45; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 2; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -41; +}; +gbreve.ss06 = { +gbreve.ss06 = 0; +}; +R = { +Hbar = 37; +Oslash = 9; +hbar = 21; +idieresis = 44; +jcircumflex = 35; +idieresis.ss01 = 46; +two = 9; +three = 0; +eight = 3; +nine = 12; +greater = 2; +logicalnot = 0; +}; +idieresis.ss01 = { +Idieresis.ss01 = 51; +exclam.ss01 = 43; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -73; +question.ss01 = -73; +parenright = -38; +quotedblleft = -105; +quotedblright = -12; +quoteleft = -107; +quoteright = -8; +quotedbl = -113; +quotesingle = -100; +quotedblleft.ss01 = -15; +quoteleft.ss01 = -15; +quotedblright.ss01 = -12; +quoteright.ss01 = -10; +degree = -113; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -66; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -57; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -42; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -54; +"@MMK_R_KO_comma" = -52; +"@MMK_R_KO_colon" = -26; +"@MMK_R_KO_semicolon" = -18; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -39; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_hyphen.case" = -43; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -57; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 16; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -77; +"@MMK_R_KO_two" = -21; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -81; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_foursuperior" = -108; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_question" = -75; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_quotedblleft" = -113; +"@MMK_R_KO_quotedblright" = -42; +"@MMK_R_KO_quoteleft" = -115; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = -131; +"@MMK_R_KO_quotesingle" = -100; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -10; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = -32; +"@MMK_R_KO_I.ss02" = -21; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -42; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -48; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = -47; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_braceright" = -48; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = -21; +}; +Tcedilla = { +aacute = -40; +acircumflex.ss05 = -12; +amacron.ss05 = -25; +abreve.ss05 = -27; +endash.case = -55; +}; +Yacute = { +Eth = -26; +Oslash = -37; +a.ss05 = -69; +ellipsis.ss01 = -103; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = -12; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_parenright.case" = -63; +"@MMK_R_KO_bracketright.case" = -25; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +greater = { +parenright = -54; +bracketright = -56; +parenright.case = -68; +bracketright.case = -63; +greater = -15; +}; +ecircumflexacute = { +onesuperior = 0; +sevensuperior = 0; +parenright = 21; +bracketright = 30; +quotedbl = 0; +quotesingle = 0; +}; +Uhorn = { +exclam.ss01 = 16; +}; +Rcommaaccent = { +parenright = -37; +}; +question.ss01 = { +questiondown.case = -58; +questiondown.ss01 = -81; +}; +onesuperior = { +A = -42; +fraction = 0; +period = -113; +comma = -117; +slash = -66; +period.ss01 = -110; +comma.ss01 = -111; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -67; +"@MMK_R_KO_Oacute" = -62; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -55; +"@MMK_R_KO_T" = -74; +"@MMK_R_KO_U" = -57; +"@MMK_R_KO_V" = -79; +"@MMK_R_KO_W" = -64; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -95; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -66; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_s" = -51; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -59; +"@MMK_R_KO_w" = -51; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_zero" = -71; +"@MMK_R_KO_one" = -78; +"@MMK_R_KO_two" = -6; +"@MMK_R_KO_three" = -63; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_five" = -55; +"@MMK_R_KO_six" = -69; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -55; +"@MMK_R_KO_nine" = -60; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quoteright" = -66; +"@MMK_R_KO_guillemetright" = -103; +"@MMK_R_KO_quotedbl" = -93; +"@MMK_R_KO_quotesingle" = -99; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -77; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 33; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -113; +"@MMK_R_KO_comma" = -111; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -132; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = -110; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -152; +"@MMK_R_KO_hyphen.case" = 13; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -54; +"@MMK_R_KO_bracketright.case" = -34; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -37; +"@MMK_R_KO_asciicircum" = -18; +}; +t_i.liga = { +hbar = 8; +idieresis = 8; +jcircumflex = 10; +lcommaaccent = 7; +germandbls = -6; +logicalnot = 0; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -37; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -81; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -65; +"@MMK_R_KO_asterisk" = -87; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -68; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -68; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -51; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -51; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; +"@MMK_R_KO_trademark" = -81; +"@MMK_R_KO_asciicircum" = -73; +}; +adieresis.ss05 = { +germandbls = -32; +}; +a = { +l = 0; +idieresis = 8; +jcircumflex = 9; +s = 0; +germandbls = -9; +notequal = 0; +logicalnot = 0; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -79; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -39; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_pi" = -14; +"@MMK_R_KO_zero" = -11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = -56; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -71; +"@MMK_R_KO_comma" = -67; +"@MMK_R_KO_ellipsis" = -76; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_period.ss01" = -87; +"@MMK_R_KO_comma.ss01" = -84; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -41; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_endash.case" = -20; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -50; +"@MMK_R_KO_percent" = 2; +}; +icaron = { +icaron = 0; +j = 2; +parenright = 8; +quotedbl = 50; +quotesingle = 42; +}; +braceleft.case = { +braceright.case = 12; +at = -36; +minus = -55; +logicalnot = -41; +asciicircum = -54; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -6; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_braceright" = -4; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -26; +"@MMK_R_KO_asciicircum" = -29; +}; +uhorndotbelow = { +a = -27; +a.ss05 = -36; +c = -33; +n = -16; +period = -30; +comma = -31; +ellipsis = -37; +question = -2; +parenright = -48; +quotedblright = -25; +quotedbl = -7; +}; +g.ss06 = { +oslash = -31; +iogonek = 0; +jcircumflex = 0; +gcircumflex.ss06 = 0; +notequal = -33; +logicalnot = -34; +}; +yacute = { +T = -27; +eth = -26; +parenright = -31; +}; +Imacron = { +Imacron = 2; +imacron = 38; +parenright.case = 0; +}; +exclamdown.ss01 = { +T = -29; +V = -18; +Y = -49; +j.ss01 = 43; +}; +oacute = { +seven = -39; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -50; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -41; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -34; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_W" = -53; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -90; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -24; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -38; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -53; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_y" = -63; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_t_t.liga" = -38; +"@MMK_R_KO_pi" = -33; +"@MMK_R_KO_zero" = -52; +"@MMK_R_KO_one" = -95; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = -33; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = -35; +"@MMK_R_KO_six" = -51; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -40; +"@MMK_R_KO_sixsuperior" = -160; +"@MMK_R_KO_onesuperior" = -122; +"@MMK_R_KO_foursuperior" = -165; +"@MMK_R_KO_sevensuperior" = -157; +"@MMK_R_KO_ninesuperior" = -160; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -85; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_hyphen" = -86; +"@MMK_R_KO_endash" = -130; +"@MMK_R_KO_hyphen.case" = -247; +"@MMK_R_KO_endash.case" = -234; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_quotedblleft" = -237; +"@MMK_R_KO_quotedblright" = -237; +"@MMK_R_KO_quoteleft" = -117; +"@MMK_R_KO_quoteright" = -117; +"@MMK_R_KO_guillemetleft" = -121; +"@MMK_R_KO_guillemetright" = -49; +"@MMK_R_KO_quotedbl" = -204; +"@MMK_R_KO_quotesingle" = -100; +}; +yen = { +zero = -29; +one = -27; +two = -27; +three = -29; +four = -35; +six = -29; +foursuperior = -36; +period = -32; +comma = -31; +colon = -28; +semicolon = -28; +slash = -51; +period.ss01 = -51; +comma.ss01 = -46; +colon.ss01 = -35; +semicolon.ss01 = -34; +}; +idotaccent.ss01 = { +parenright = -20; +}; +ldot.ss01.ss04 = { +period.ss01 = -110; +comma.ss01 = -111; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = -15; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -12; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_one" = -45; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = -52; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_twosuperior" = -45; +"@MMK_R_KO_threesuperior" = -49; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_fivesuperior" = -48; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_eightsuperior" = -47; +"@MMK_R_KO_ninesuperior" = -50; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -61; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -37; +"@MMK_R_KO_quoteleft" = -52; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -47; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = -55; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -42; +"@MMK_R_KO_quoteright.ss01" = -42; +"@MMK_R_KO_trademark" = -81; +"@MMK_R_KO_asciicircum" = -68; +}; +agrave.ss05 = { +T = -57; +Y = -84; +}; +B = { +Hbar = 28; +Lslash = 8; +hbar = 18; +idieresis = 44; +jcircumflex = 32; +idieresis.ss01 = 45; +two = 0; +three = 0; +five = 7; +eight = 13; +nine = 3; +ampersand = 2; +greater = 3; +}; +Tcaron = { +endash.case = -55; +}; +oslash = { +d = 0; +k = -4; +l = -5; +e = 0; +eth = 0; +f = -13; +f_f.liga = -3; +f_f_i.liga = -13; +fi = -13; +f_y.liga = -3; +fl = -3; +g = 0; +m = -5; +n = -5; +r = -5; +j = 0; +s = -3; +t = -14; +v = -26; +y = -35; +l.ss03 = -3; +t_i.liga = -14; +t_t.liga = -14; +period = -9; +comma = -9; +slash = -30; +period.ss01 = -16; +comma.ss01 = -15; +hyphen = 0; +parenright = -55; +bracketright = -54; +}; +guilsinglright = { +x = -57; +threesuperior = -48; +fivesuperior = -51; +eightsuperior = -49; +colon = -53; +semicolon = -52; +questiondown = -78; +question.ss01 = -95; +questiondown.ss01 = -77; +braceright = -69; +braceright.case = -61; +bracketright.case = -75; +quotesinglbase = -68; +quotedblbase = -68; +quotedblbase.ss01 = -64; +quoteright.ss01 = -45; +}; +adieresis = { +germandbls = -14; +}; +liraTurkish = { +one = -90; +two = -43; +seven = -112; +sixsuperior = -78; +onesuperior = -90; +threesuperior = -78; +foursuperior = -112; +fivesuperior = -76; +sevensuperior = -94; +eightsuperior = -75; +ninesuperior = -75; +period = -33; +comma = -33; +colon = -40; +semicolon = -39; +question = -87; +slash = -42; +period.ss01 = -37; +comma.ss01 = -36; +colon.ss01 = -27; +question.ss01 = -93; +parenright = -61; +parenright.case = -73; +quotedbl = -107; +quotesingle = -100; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -74; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -73; +"@MMK_R_KO_twosuperior" = -47; +"@MMK_R_KO_threesuperior" = -44; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = -47; +"@MMK_R_KO_sevensuperior" = -77; +"@MMK_R_KO_eightsuperior" = -42; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = 8; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -52; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -43; +"@MMK_R_KO_quotedblright.ss01" = -43; +"@MMK_R_KO_quoteright.ss01" = -43; +}; +quotedblbase = { +Dcroat = -21; +Iogonek = -7; +Lslash = -23; +Oslash = -32; +oslash = -27; +p = -9; +iogonek = -9; +jcircumflex = 9; +germandbls = -56; +l.ss03 = -19; +g.ss06 = -10; +numbersign = -64; +parenleft = -28; +parenleft.case = -59; +at = -50; +copyright = -123; +published = -117; +literSign = -44; +dollar = -39; +euro = -75; +minus = -237; +multiply = -108; +divide = -128; +equal = -97; +approxequal = -98; +}; +D = { +Dcroat = 17; +Eth = 9; +Hbar = 16; +Iogonek = 8; +Lslash = 10; +Oslash = 14; +lacute = 9; +zero = 5; +five = 10; +six = 6; +eight = 8; +endash.case = 10; +parenleft.case = 8; +braceright.case = -24; +at = 8; +less = 0; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_one" = -76; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -75; +"@MMK_R_KO_onesuperior" = -78; +"@MMK_R_KO_twosuperior" = -75; +"@MMK_R_KO_threesuperior" = -77; +"@MMK_R_KO_foursuperior" = -77; +"@MMK_R_KO_fivesuperior" = -77; +"@MMK_R_KO_sevensuperior" = -81; +"@MMK_R_KO_eightsuperior" = -75; +"@MMK_R_KO_ninesuperior" = -75; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = 8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -66; +"@MMK_R_KO_asterisk" = -80; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -73; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -76; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -59; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -76; +"@MMK_R_KO_quotedblright" = -68; +"@MMK_R_KO_quoteleft" = -75; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = -77; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -65; +"@MMK_R_KO_quotesingle" = -70; +"@MMK_R_KO_quotedblleft.ss01" = -77; +"@MMK_R_KO_quotedblright.ss01" = -72; +"@MMK_R_KO_quoteright.ss01" = -73; +"@MMK_R_KO_trademark" = -93; +"@MMK_R_KO_asciicircum" = -100; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -21; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 11; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = 6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 15; +"@MMK_R_KO_period" = -26; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -29; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 7; +"@MMK_R_KO_quotedblright.ss01" = 13; +"@MMK_R_KO_quoteright.ss01" = 13; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -15; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -49; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = -61; +"@MMK_R_KO_Y" = -89; +"@MMK_R_KO_Z" = -43; +"@MMK_R_KO_I.ss02" = -48; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = -49; +"@MMK_R_KO_l.ss04" = -13; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_pi" = -32; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_two" = -65; +"@MMK_R_KO_three" = -39; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = -74; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -31; +"@MMK_R_KO_sixsuperior" = -60; +"@MMK_R_KO_onesuperior" = -73; +"@MMK_R_KO_foursuperior" = -64; +"@MMK_R_KO_sevensuperior" = -80; +"@MMK_R_KO_ninesuperior" = -52; +"@MMK_R_KO_period" = -70; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_ellipsis" = -72; +"@MMK_R_KO_question" = -95; +"@MMK_R_KO_asterisk" = -116; +"@MMK_R_KO_slash" = -53; +"@MMK_R_KO_period.ss01" = -70; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_bracketright" = -73; +"@MMK_R_KO_parenright.case" = -86; +"@MMK_R_KO_quotedblleft" = -79; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -79; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -81; +"@MMK_R_KO_quotedbl" = -79; +"@MMK_R_KO_quotesingle" = -84; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_plus" = -12; +"@MMK_R_KO_percent" = -64; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -6; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_pi" = -14; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_period" = -100; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_ellipsis" = -100; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -78; +"@MMK_R_KO_period.ss01" = -100; +"@MMK_R_KO_comma.ss01" = -100; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -100; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_endash.case" = -11; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -42; +"@MMK_R_KO_percent" = 5; +}; +ohorndotbelow.ss01 = { +c = 2; +i.ss01 = 13; +n = 5; +p = 6; +t = 12; +u = 10; +t_i.liga.ss01 = 12; +t_t.liga = 12; +}; +t_i.liga.ss01 = { +parenright = -11; +}; +endash = { +x = -28; +one.numr = -40; +four.numr = -34; +seven.numr = -46; +colon = -19; +semicolon = -15; +questiondown = -41; +question.ss01 = -75; +questiondown.ss01 = -41; +endash = 0; +quotedblbase = -48; +quotedblbase.ss01 = -6; +quoteright.ss01 = 0; +}; +Ygrave = { +ellipsis.ss01 = -103; +endash.case = -43; +}; +fraction = { +zero.dnom = 0; +two.dnom = 0; +four.dnom = -32; +eight.dnom = 0; +zeroinferior = 0; +twoinferior = 0; +fourinferior = -39; +fiveinferior = 0; +sixinferior = 0; +seveninferior = 0; +nineinferior = 0; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +g = { +l = 0; +iogonek = 9; +jcircumflex = 10; +}; +m = { +ordfeminine = -27; +ordmasculine = -32; +seven = -27; +registered = -20; +logicalnot = 0; +}; +ohorntilde = { +i = 13; +idotaccent = 13; +i.ss01 = 13; +n = 5; +period = -9; +comma = -9; +period.ss01 = -16; +comma.ss01 = -15; +parenright = -29; +quotedbl = 2; +}; +hyphen.case = { +Dcroat = 7; +Lslash = 0; +Oslash = 6; +one.numr = -34; +seven.numr = -39; +question.ss01 = -64; +parenleft.case = 0; +braceright.case = -50; +bracketright.case = -64; +quotesinglbase = -117; +quotedblbase = -182; +quotedblbase.ss01 = -182; +quoteright.ss01 = 0; +dollar = -9; +}; +ohornhookabove = { +i = 13; +idotaccent = 13; +i.ss01 = 13; +idotaccent.ss01 = 13; +m = 5; +n = 5; +period = -9; +comma = -9; +period.ss01 = -16; +comma.ss01 = -15; +parenright = -32; +bracketright = -48; +guillemetright = 0; +quotedbl = 0; +}; +y = { +germandbls = 0; +zeroinferior = -31; +twoinferior = -26; +ampersand = -33; +logicalnot = -2; +asciitilde = -35; +}; +Idotaccent.ss02 = { +endash.case = -45; +}; +Scedilla = { +idieresis = 40; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -8; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -1; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_question" = -1; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_endash.case" = -1; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = -15; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 0; +f_f.liga = 8; +f_y.liga = 8; +fl = 8; +igrave = 8; +idieresis = 9; +seven = 5; +ampersand = -24; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -23; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_lslash" = -26; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -35; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_pi" = -32; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -94; +"@MMK_R_KO_two" = -7; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = -103; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_asterisk" = -111; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -32; +"@MMK_R_KO_hyphen.case" = -111; +"@MMK_R_KO_endash.case" = -221; +"@MMK_R_KO_guillemetleft" = -95; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -111; +"@MMK_R_KO_quotedblright.ss01" = -221; +"@MMK_R_KO_plus" = -111; +"@MMK_R_KO_percent" = -103; +}; +numero = { +period = -27; +comma = -22; +period.ss01 = -32; +comma.ss01 = -23; +parenright = -40; +parenright.case = -50; +}; +cent = { +onesuperior = -43; +sevensuperior = -50; +period = -28; +comma = -27; +slash = -38; +period.ss01 = -31; +comma.ss01 = -30; +parenright = -53; +bracketright = -58; +parenright.case = -66; +bracketright.case = -51; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 40; +"@MMK_R_KO_itilde" = 41; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -14; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = -19; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -46; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -47; +"@MMK_R_KO_comma.ss01" = -45; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = -47; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_quoteright.ss01" = 6; +"@MMK_R_KO_trademark" = -5; +"@MMK_R_KO_asciicircum" = -33; +}; +Icircumflex = { +Icircumflex = 2; +l = 0; +icircumflex = 35; +l.ss03 = 0; +l.ss04 = 18; +parenright = 0; +bracketright = 0; +parenright.case = 0; +bracketright.case = 21; +}; +iogonek = { +iogonek = 0; +j = 2; +}; +uhorn = { +a = -24; +a.ss05 = -32; +ohorn = -30; +ohorndotbelow = -25; +ohorndotbelow.ss01 = -25; +ohorngrave = -24; +ohornacute = -24; +ohornhookabove = -24; +ohorntilde = -23; +period = -27; +comma = -26; +ellipsis = -31; +question = 0; +period.ss01 = -40; +ellipsis.ss01 = -34; +comma.ss01 = -38; +parenright = -41; +quotedblright = -21; +quotedbl = 0; +}; +underscore = { +g.ss06 = 5; +underscore = 0; +parenleft.case = -71; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -39; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 62; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_pi" = -33; +"@MMK_R_KO_zero" = -20; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_period" = -34; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -57; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -50; +}; +W = { +Hbar = 32; +adieresis.ss05 = 9; +igrave = 24; +idieresis = 53; +scaron = 0; +idieresis.ss01 = 52; +six = -10; +seven = 0; +threeinferior = -36; +ampersand = -26; +plus = -26; +minus = -29; +notequal = -16; +logicalnot = -16; +asciitilde = -45; +}; +Aogonek = { +Lslash = -18; +period = 0; +comma = 5; +endash.case = -28; +parenright = 0; +bracketright = 0; +}; +Z = { +Lslash = 0; +igrave = 28; +ibreve = 34; +icaron = 36; +zero = -13; +two = 4; +six = -13; +seven = 0; +numbersign = -11; +endash.case = -26; +at = -24; +plus = -58; +minus = -63; +divide = -57; +equal = -25; +less = -44; +logicalnot = -52; +asciitilde = -87; +}; +emdash = { +x = -23; +zero.numr = -38; +one.numr = -44; +three.numr = -23; +four.numr = -95; +five.numr = -26; +six.numr = -38; +seven.numr = -50; +eight.numr = -24; +nine.numr = -27; +threesuperior = -30; +fivesuperior = -35; +eightsuperior = -32; +colon = -3; +semicolon = -2; +questiondown = -34; +question.ss01 = -72; +questiondown.ss01 = -33; +quotedblbase = -19; +quotedblbase.ss01 = 0; +quoteleft.ss01 = -9; +quoteright.ss01 = -10; +}; +tbar = { +a = 0; +e = 0; +tbar = 0; +}; +eng = { +j = 9; +slash = 15; +parenright = -4; +bracketright = 0; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_J" = -57; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -65; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -62; +"@MMK_R_KO_I.ss02" = -52; +"@MMK_R_KO_J.ss10" = -166; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -23; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -36; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_t_t.liga" = -13; +}; +percent = { +twosuperior = -52; +threesuperior = -74; +fivesuperior = -75; +eightsuperior = -73; +question.ss01 = -79; +bracketright.case = 0; +quoteright.ss01 = -75; +}; +Uhornhookabove = { +exclam.ss01 = 16; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = -27; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_V" = -59; +"@MMK_R_KO_W" = -46; +"@MMK_R_KO_X" = -49; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = -31; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = -30; +}; +uhorngrave = { +a = -27; +a.ss05 = -36; +o = -34; +n = -16; +period = -30; +comma = -31; +period.ss01 = -45; +comma.ss01 = -44; +parenright = -48; +quotedblright = -25; +quotedbl = -7; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = -10; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -6; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_braceright" = -4; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -29; +}; +a.ss05 = { +p = 0; +jcircumflex = 5; +germandbls = -27; +gbreve.ss06 = 9; +gcircumflex.ss06 = 9; +ordfeminine = -50; +ordmasculine = -57; +seven = -48; +notequal = -25; +logicalnot = -15; +}; +Itilde = { +Itilde = 0; +igrave = 24; +itilde = 44; +}; +threesuperior = { +A = -43; +fraction = 0; +period = -113; +comma = -117; +slash = -70; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -18; +parenright = -29; +parenright.case = -31; +guillemetleft = -40; +}; +ydotbelow.ss01 = { +period.ss01 = -37; +parenright = 70; +}; +endash.case = { +seven.numr = -34; +bracketright.case = -60; +quotedblbase = -234; +quotedblbase.ss01 = -221; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 41; +"@MMK_R_KO_imacron" = 44; +"@MMK_R_KO_itilde" = 48; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -25; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -25; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -23; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -35; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -41; +"@MMK_R_KO_one" = -79; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_five" = -20; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = -17; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -117; +"@MMK_R_KO_onesuperior" = -117; +"@MMK_R_KO_foursuperior" = -117; +"@MMK_R_KO_sevensuperior" = -117; +"@MMK_R_KO_ninesuperior" = -117; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -117; +"@MMK_R_KO_hyphen" = -52; +"@MMK_R_KO_endash" = -115; +"@MMK_R_KO_hyphen.case" = -117; +"@MMK_R_KO_endash.case" = -117; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = -117; +"@MMK_R_KO_quotedblright" = -117; +"@MMK_R_KO_quoteleft" = -117; +"@MMK_R_KO_quoteright" = -117; +"@MMK_R_KO_guillemetleft" = -115; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = -117; +"@MMK_R_KO_quotesingle" = -100; +}; +N = { +Hbar = 27; +igrave = 29; +icaron = 38; +idieresis = 58; +jcircumflex = 43; +idieresis.ss01 = 58; +degree = -15; +logicalnot = 0; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -58; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_backslash" = -50; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -35; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -43; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -61; +"@MMK_R_KO_asciicircum" = -47; +}; +b = { +seven = -31; +registered = -22; +notequal = 0; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -29; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -59; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = -51; +"@MMK_R_KO_I.ss02" = -47; +"@MMK_R_KO_J.ss10" = -85; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_t_t.liga" = -10; +}; +Itilde.ss02 = { +igrave = 17; +}; +trademark = { +period = -113; +comma = -117; +slash = -81; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -142; +parenright = -22; +parenright.case = -28; +guillemetleft = -62; +guilsinglleft = -62; +guillemetright = -32; +guilsinglright = -32; +}; +literSign = { +parenright = -47; +parenright.case = -53; +guillemetleft = -50; +guilsinglleft = -50; +}; +ohorn = { +i = 21; +idotaccent = 21; +i.ss01 = 21; +idotaccent.ss01 = 21; +m = 13; +n = 13; +r = 13; +t = 20; +u = 18; +v = 7; +t_i.liga = 20; +t_t.liga = 20; +period = -3; +comma = -2; +period.ss01 = -11; +comma.ss01 = -10; +hyphen = 9; +parenright = -25; +bracketright = -46; +quotedbl = 3; +}; +quotedblleft = { +A = -38; +Dcroat = 0; +Hbar = 14; +igrave = 27; +icircumflex = 22; +imacron = 46; +jcircumflex = 23; +s = -2; +x = -14; +g.ss06 = -6; +mu = -9; +exclamdown = 0; +questiondown = -72; +backslash = 0; +questiondown.case = -58; +underscore = -207; +quotedblbase = -237; +ampersand = -41; +minus = -21; +divide = -22; +asciitilde = -46; +}; +l.ss04 = { +Hbar = 28; +l.ss04 = 3; +periodcentered.loclCAT = 19; +parenright = -10; +bracketright = 0; +quoteright = 1; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 43; +"@MMK_R_KO_itilde" = 43; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -35; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -40; +}; +integral = { +guillemetright = -53; +guilsinglright = -56; +integral = -51; +A = -45; +a = -44; +d = -45; +a.ss05 = -53; +e = -54; +s = -45; +w = -42; +}; +two.dnom = { +question = -73; +question.ss01 = -72; +parenright = -31; +quotedblleft = -134; +quotedblright = -103; +quoteleft = -117; +quoteright = -98; +quotedbl = -134; +quotesingle = -100; +quotedblleft.ss01 = -51; +quoteleft.ss01 = -51; +quotedblright.ss01 = -72; +quoteright.ss01 = -71; +degree = -137; +}; +parenleft.case = { +Icircumflex = 0; +Imacron = 0; +Idieresis = 0; +Dcroat = -21; +Eth = -29; +Iogonek = -2; +Itilde = 0; +Lslash = -28; +Idieresis.ss01 = 2; +four.numr = -55; +numbersign = -57; +questiondown.case = -43; +question.ss01 = -54; +parenleft.case = -58; +quotedblbase = -25; +quotedblbase.ss01 = 0; +at = -61; +ampersand = -52; +section = -49; +copyright = -78; +registered = -63; +published = -73; +literSign = -54; +numero = -17; +cent = -69; +dollar = -53; +euro = -69; +liraTurkish = -52; +minus = -77; +multiply = -75; +divide = -73; +equal = -58; +notequal = -59; +less = -68; +greaterequal = 0; +approxequal = -64; +logicalnot = -60; +asciitilde = -85; +asciicircum = -81; +infinity = -68; +radical = -64; +}; +Iacute.ss02 = { +igrave = 16; +endash.case = -45; +}; +tenge = { +four = -30; +period = -58; +comma = -58; +slash = -59; +period.ss01 = -70; +comma.ss01 = -69; +}; +colon = { +A = -2; +D = -8; +C = -6; +J = 0; +T = -44; +V = -28; +W = -19; +Y = -53; +a = -7; +c = -10; +e = -10; +o = -10; +f = 0; +s = -2; +t = 0; +z = -3; +t_i.liga = 0; +pi = 0; +zero = -6; +one = 0; +two = -6; +three = -18; +four = -35; +sevensuperior = -61; +emdash = -21; +parenright = -41; +braceright = -23; +bracketright = -28; +parenright.case = -34; +guillemetleft = -41; +guilsinglleft = -41; +}; +h = { +seven = -27; +registered = -20; +}; +emacron = { +Y = -36; +lcommaaccent = -2; +}; +numbersign = { +A = -13; +J = -21; +T = -31; +X = -30; +Y = -37; +one = 0; +eight = 2; +period = -29; +comma = -27; +slash = -28; +period.ss01 = -49; +comma.ss01 = -47; +parenright = -48; +bracketright = -46; +parenright.case = -57; +bracketright.case = -42; +}; +copyright = { +parenright = -69; +parenright.case = -79; +}; +t = { +iogonek = 5; +wdieresis = 8; +two = 0; +logicalnot = 0; +asciitilde = -38; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 36; +"@MMK_R_KO_itilde" = 45; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -20; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -33; +}; +Hcircumflex = { +igrave = 23; +}; +aogonek.ss05 = { +j = 0; +comma = 7; +parenright = 0; +bracketright = 0; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -87; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_J.ss10" = -25; +}; +_B.currency = { +_baht.bar = -17; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_asterisk" = -35; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -42; +"@MMK_R_KO_period.ss01" = 8; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -39; +}; +rupeeIndian = { +four = -45; +period = -43; +comma = -44; +slash = -39; +period.ss01 = -52; +comma.ss01 = -51; +}; +Zdotaccent = { +Hbar = 29; +endash.case = -30; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = -28; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -6; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -72; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -55; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +}; +P = { +Hbar = 31; +Oslash = 12; +hbar = 16; +igrave = 7; +idieresis = 43; +idieresis.ss01 = 39; +two = -2; +three = -13; +five = 7; +seven = 0; +nine = 8; +twoinferior = -20; +threeinferior = -22; +fourinferior = -64; +ellipsis.ss01 = -125; +endash.case = 0; +braceright.case = -32; +ampersand = -27; +}; +twoinferior = { +T = -54; +V = -49; +W = -35; +Y = -87; +t = -27; +t_i.liga = -27; +t_t.liga = -27; +parenright = -23; +}; +wdieresis = { +period = -31; +comma = -30; +bracketright = -52; +}; +uhungarumlaut = { +onesuperior = 0; +sevensuperior = 20; +parenright = 3; +bracketright = 26; +}; +odieresis = { +germandbls = -19; +gbreve.ss06 = 6; +}; +ohorndotbelow = { +c = 2; +i = 13; +idotaccent = 13; +m = 5; +n = 5; +p = 6; +t = 12; +u = 10; +t_i.liga = 12; +t_t.liga = 12; +period = -9; +comma = -5; +parenright = -33; +bracketright = -49; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 18; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = -55; +"@MMK_R_KO_hyphen.case" = 19; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_parenright.case" = -63; +"@MMK_R_KO_bracketright.case" = -25; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -25; +}; +one.numr = { +fraction = 0; +}; +Uhorntilde = { +exclam.ss01 = 16; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 4; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -16; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_plus" = -8; +}; +two = { +icircumflex = 26; +x = 0; +colon = 10; +semicolon = 11; +braceright = -4; +minus = -24; +multiply = -21; +}; +j = { +hbar = 0; +idieresis = 0; +iogonek = 0; +jcircumflex = 2; +}; +ldot.ss01 = { +period.ss01 = -110; +comma.ss01 = -111; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -23; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -29; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -24; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -26; +}; +idieresis = { +l = -5; +icaron = 0; +idieresis = 2; +}; +approxequal = { +one = -10; +parenright = -55; +parenright.case = -65; +A = -34; +I.ss02 = -25; +}; +ograve = { +T = -53; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_x" = -28; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -28; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -53; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -38; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -57; +}; +S = { +Hbar = 32; +Lslash = 7; +hbar = 20; +ibreve = 11; +idieresis = 47; +idieresis.ss01 = 49; +two = 4; +three = 3; +five = 8; +eight = 12; +ampersand = 3; +dollar = 0; +greater = 0; +logicalnot = -7; +}; +periodcentered.loclCAT = { +l = 18; +l.ss03 = 22; +l.ss04 = 20; +}; +Iogonek = { +iogonek = 2; +j = 29; +j.ss01 = 29; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -25; +}; +racute = { +parenright = 0; +bracketright = 0; +}; +questiondown.case = { +C = -27; +Q = -29; +Q.ss09 = -29; +T = -60; +V = -59; +W = -46; +Y = -92; +one = -81; +seven = -79; +parenright.case = -58; +quotedblleft = -89; +quoteright = -70; +quotedbl = -72; +quotesingle = -77; +quotedblleft.ss01 = -81; +quoteright.ss01 = -75; +}; +f_y.liga = { +germandbls = -3; +zeroinferior = -36; +ampersand = -38; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_Oacute" = -36; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -37; +"@MMK_R_KO_n" = -42; +"@MMK_R_KO_j" = 39; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -45; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -47; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -45; +"@MMK_R_KO_pi" = -49; +"@MMK_R_KO_zero" = -45; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_two" = -30; +"@MMK_R_KO_three" = -35; +"@MMK_R_KO_four" = -50; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -45; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -32; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_question" = -30; +"@MMK_R_KO_asterisk" = -28; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_hyphen" = -56; +"@MMK_R_KO_endash" = -57; +"@MMK_R_KO_parenright" = 14; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -61; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -29; +"@MMK_R_KO_plus" = -58; +"@MMK_R_KO_percent" = -21; +}; +bracketleft.case = { +Icircumflex = 37; +numbersign = -42; +parenleft.case = -11; +bracketright.case = 7; +at = -37; +literSign = -44; +euro = -51; +minus = -73; +equal = -60; +less = -63; +asciitilde = -80; +asciicircum = -63; +infinity = -61; +}; +K = { +Lslash = -10; +Oslash = -20; +edieresis = 0; +odieresis.ss01 = 0; +odieresis = 0; +oslash = -24; +igrave = 21; +rcaron = 12; +idieresis = 51; +jcircumflex = 34; +ygrave = -28; +ytilde = -19; +idieresis.ss01 = 52; +zero = -29; +two = 0; +three = -23; +six = -29; +seven = 0; +nine = -22; +numbersign = -29; +endash.case = -40; +parenleft.case = -25; +at = -31; +ampersand = -27; +registered = -35; +dollar = -27; +plus = -56; +minus = -61; +multiply = -49; +divide = -56; +equal = -33; +notequal = -32; +less = -46; +logicalnot = -45; +asciitilde = -67; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 15; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -23; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = -45; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -37; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_parenright.case" = -64; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -46; +"@MMK_R_KO_asciicircum" = -26; +}; +semicolon = { +four = -44; +onesuperior = -58; +sevensuperior = -67; +hyphen = -32; +emdash = -33; +endash = -13; +hyphen.case = 0; +parenright = -22; +guillemetleft = -51; +}; +Thorn = { +Eth = 6; +}; +four.dnom = { +question = -68; +question.ss01 = -69; +parenright = -43; +quotedblleft = -115; +quotedblright = -33; +quoteleft = -116; +quoteright = -27; +quotedbl = -131; +quotesingle = -100; +quotedblleft.ss01 = -34; +quoteleft.ss01 = -34; +quotedblright.ss01 = -31; +quoteright.ss01 = -31; +degree = -142; +}; +braceright = { +Y = -52; +period = -40; +comma = -36; +period.ss01 = -52; +comma.ss01 = -49; +parenright = -50; +braceright = -33; +asciicircum = -65; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -1; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -11; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -23; +"@MMK_R_KO_asciicircum" = -30; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -68; +"@MMK_R_KO_Oacute" = -64; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -61; +"@MMK_R_KO_T" = -73; +"@MMK_R_KO_U" = -56; +"@MMK_R_KO_V" = -81; +"@MMK_R_KO_W" = -64; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_a.ss05" = -52; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_f" = -40; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -50; +"@MMK_R_KO_uacute" = -45; +"@MMK_R_KO_v" = -59; +"@MMK_R_KO_w" = -51; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = -18; +"@MMK_R_KO_t_t.liga" = -56; +"@MMK_R_KO_zero" = -73; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = -15; +"@MMK_R_KO_three" = -66; +"@MMK_R_KO_four" = -85; +"@MMK_R_KO_five" = -61; +"@MMK_R_KO_six" = -71; +"@MMK_R_KO_seven" = -96; +"@MMK_R_KO_eight" = -63; +"@MMK_R_KO_nine" = -61; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_guillemetright" = -98; +"@MMK_R_KO_quotedbl" = -92; +"@MMK_R_KO_quotesingle" = -99; +"@MMK_R_KO_quotedblleft.ss01" = -80; +}; +ampersand = { +one = -70; +seven = -78; +parenright = -36; +bracketright = -14; +quotedblleft = -69; +quotedblright = -17; +quoteleft = -69; +quoteright = -15; +quotedbl = -67; +quotesingle = -71; +quotedblleft.ss01 = -38; +quoteleft.ss01 = -38; +quotedblright.ss01 = -40; +quoteright.ss01 = -40; +v = -33; +w = -30; +y = -43; +}; +four = { +x = -26; +ordfeminine = -41; +ordmasculine = -41; +zero.numr = -20; +one.numr = -22; +three.numr = -22; +four.numr = -22; +five.numr = -19; +six.numr = -21; +seven.numr = -23; +eight.numr = -17; +nine.numr = -18; +threesuperior = -37; +fivesuperior = -36; +eightsuperior = -34; +colon = 0; +semicolon = 0; +question.ss01 = -42; +underscore = -34; +braceright = -25; +braceright.case = -21; +bracketright.case = -20; +quoteright.ss01 = -32; +registered = -32; +trademark = -50; +asciicircum = -58; +}; +zerosuperior = { +A = -47; +fraction = -2; +period = -113; +comma = -117; +slash = -75; +period.ss01 = -110; +comma.ss01 = -111; +parenright = -35; +parenright.case = -39; +guillemetleft = -49; +guilsinglleft = -49; +}; +n = { +n = 0; +gcircumflex.ss06 = 10; +ordfeminine = -27; +ordmasculine = -32; +seven = -26; +at = -2; +registered = -20; +degree = -53; +notequal = -2; +greaterequal = 9; +logicalnot = 0; +}; +bracketleft = { +Icircumflex = 19; +Dcroat = -5; +Oslash = -14; +oslash = -32; +hcircumflex = 15; +i = 0; +idotaccent = 0; +iacute = -10; +ntilde = -10; +nacute = -33; +p = 0; +ibreve = 37; +icircumflex = 30; +imacron = 37; +jcircumflex = 63; +macute = -33; +scaron = 0; +scircumflex = 0; +germandbls = -51; +x = -35; +colon = -32; +numbersign = -43; +parenleft = -15; +at = -49; +ampersand = -35; +literSign = -43; +dollar = -11; +euro = -50; +minus = -66; +equal = -53; +less = -55; +asciitilde = -73; +asciicircum = -61; +infinity = -53; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 67; +"@MMK_R_KO_H" = 140; +"@MMK_R_KO_O" = 93; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_sixsuperior" = 122; +"@MMK_R_KO_onesuperior" = 116; +"@MMK_R_KO_twosuperior" = 94; +"@MMK_R_KO_threesuperior" = 88; +"@MMK_R_KO_foursuperior" = 71; +"@MMK_R_KO_fivesuperior" = 135; +"@MMK_R_KO_sevensuperior" = 113; +"@MMK_R_KO_eightsuperior" = 129; +"@MMK_R_KO_ninesuperior" = 133; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 145; +"@MMK_R_KO_question" = 95; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 74; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_parenright" = 124; +"@MMK_R_KO_bracketright" = 153; +"@MMK_R_KO_quotedblleft" = 93; +"@MMK_R_KO_quoteleft" = 94; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_quotedbl" = 175; +"@MMK_R_KO_quotesingle" = 167; +"@MMK_R_KO_quotedblleft.ss01" = 81; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 26; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 30; +"@MMK_R_KO_T" = 32; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 49; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = 25; +"@MMK_R_KO_onesuperior" = 38; +"@MMK_R_KO_twosuperior" = 38; +"@MMK_R_KO_threesuperior" = 15; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 24; +"@MMK_R_KO_sevensuperior" = 36; +"@MMK_R_KO_eightsuperior" = 27; +"@MMK_R_KO_ninesuperior" = 36; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 31; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 43; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 38; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = 39; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 46; +"@MMK_R_KO_quotesingle" = 38; +"@MMK_R_KO_quotedblleft.ss01" = 6; +"@MMK_R_KO_quotedblright.ss01" = 28; +"@MMK_R_KO_quoteright.ss01" = 28; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 0; +}; +J.ss10 = { +Hbar = 31; +ibreve = 42; +icaron = 41; +idieresis = 56; +jcircumflex = 46; +idieresis.ss01 = 56; +}; +quotedblbase.ss01 = { +Dcroat = -19; +oslash = -14; +p = 0; +germandbls = -55; +asterisk = -155; +numbersign = -52; +question.ss01 = -84; +hyphen.case = -182; +emdash.case = -221; +parenleft.case = -40; +quotedblleft.ss01 = -221; +quoteright.ss01 = -111; +at = -32; +copyright = -104; +published = -96; +dollar = -22; +euro = -57; +minus = -221; +multiply = -72; +divide = -114; +equal = -32; +approxequal = -36; +}; +l.ss03 = { +oslash = 0; +periodcentered.loclCAT = 0; +notequal = -17; +logicalnot = -17; +}; +parenleft = { +Icircumflex = 9; +Imacron = 10; +Idieresis = 11; +Dcroat = -12; +Eth = -18; +Iogonek = 0; +Lslash = -17; +Oslash = -38; +a.ss05 = -49; +thorn = 4; +ccedilla = -22; +ccaron = -21; +edieresis = -9; +odieresis = -9; +oslash = -45; +hcircumflex = 4; +i = 0; +idotaccent = 0; +i.ss01 = 0; +iacute = -30; +ntilde = -32; +nacute = -35; +ncaron = -29; +ncommaaccent = -35; +p = 0; +idieresis = 46; +imacron = 23; +iogonek = 0; +jcircumflex = 63; +scedilla = -25; +scaron = -11; +scircumflex = -34; +germandbls = -49; +tcedilla = 0; +x = -29; +zcaron = 0; +g.ss06 = -3; +mu = -18; +four.numr = -35; +colon = -38; +numbersign = -46; +semicolon.ss01 = 0; +question.ss01 = -32; +parenleft = -46; +braceleft = -50; +quotedblbase = 0; +quotedblbase.ss01 = 0; +at = -52; +ampersand = -52; +section = -41; +copyright = -57; +registered = -45; +published = -52; +literSign = -54; +numero = -8; +cent = -51; +dollar = -40; +euro = -55; +liraTurkish = -41; +sterling = -42; +minus = -62; +multiply = -66; +divide = -59; +equal = -48; +notequal = -49; +greater = -36; +less = -53; +greaterequal = -14; +lessequal = -27; +plusminus = -40; +approxequal = -57; +logicalnot = -46; +asciitilde = -73; +asciicircum = -63; +infinity = -51; +summation = 10; +radical = -50; +}; +asciicircum = { +one = -13; +two = -22; +three = -36; +four = -66; +eight = -29; +period = -113; +comma = -117; +asterisk = -34; +slash = -89; +period.ss01 = -110; +comma.ss01 = -111; +hyphen = -182; +hyphen.case = 0; +parenright = -64; +bracketright = -68; +parenright.case = -75; +bracketright.case = -69; +u = -21; +x = -30; +mu = -25; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_U" = -18; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -43; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = -48; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -71; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -38; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_fivesuperior" = -40; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -36; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -67; +"@MMK_R_KO_asterisk" = -89; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -68; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = -55; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -50; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -58; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -41; +"@MMK_R_KO_quotedblright.ss01" = -38; +"@MMK_R_KO_quoteright.ss01" = -38; +}; +plus = { +one = -49; +two = -64; +three = -65; +seven = -67; +seven.numr = -51; +period = -113; +comma = -117; +question = -86; +asterisk = -82; +slash = -52; +period.ss01 = -110; +comma.ss01 = -111; +question.ss01 = -94; +parenright = -60; +braceright = -55; +bracketright = -61; +parenright.case = -74; +braceright.case = -56; +bracketright.case = -67; +quotedblleft = -45; +quotedblright = 0; +quoteleft = -45; +quoteright = 0; +guillemetright = -61; +quotedbl = -39; +quotesingle = -48; +quotedblleft.ss01 = -8; +quoteleft.ss01 = -8; +quotedblright.ss01 = -2; +trademark = -80; +tenge = -18; +yen = -44; +plus = -8; +x = -36; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 41; +"@MMK_R_KO_imacron" = 46; +"@MMK_R_KO_itilde" = 49; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -22; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = 3; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -32; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -23; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -74; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -42; +}; +quoteleft = { +Hbar = 14; +igrave = 27; +icircumflex = 21; +imacron = 45; +jcircumflex = 22; +g.ss06 = -2; +mu = -9; +exclamdown = 0; +questiondown = -72; +questiondown.case = -53; +quotedblbase = -117; +ampersand = -42; +minus = -22; +divide = -20; +logicalnot = -7; +asciitilde = -50; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -135; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 4; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 6; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -113; +"@MMK_R_KO_comma" = -117; +"@MMK_R_KO_ellipsis" = -237; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -69; +"@MMK_R_KO_hyphen" = -52; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = -19; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -21; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -22; +}; +nine.dnom = { +question = -74; +question.ss01 = -73; +parenright = -45; +parenright.case = -49; +quotedblleft = -138; +quotedblright = -109; +quoteleft = -117; +quoteright = -104; +quotedbl = -138; +quotesingle = -100; +quotedblleft.ss01 = -78; +quoteleft.ss01 = -78; +quotedblright.ss01 = -88; +quoteright.ss01 = -89; +degree = -145; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -111; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -22; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -26; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = -8; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_period.ss01" = -110; +"@MMK_R_KO_comma.ss01" = -111; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -100; +"@MMK_R_KO_endash" = -55; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_endash.case" = -5; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -44; +}; +Omacron = { +Eth = 0; +}; +uhorndotbelow.ss01 = { +a = -27; +c = -33; +period.ss01 = -45; +ellipsis.ss01 = -40; +comma.ss01 = -44; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -15; +"@MMK_R_KO_plus" = -22; +"@MMK_R_KO_percent" = 8; +}; +exclamdown = { +T = -44; +V = -23; +Y = -52; +j = 40; +}; +Adieresis = { +Germandbls = -5; +endash.case = -28; +registered = -54; +}; +}; +"095FE76F-1953-440B-9108-AA0678D151F9" = { +J = { +Hbar = 50; +Oslash = 6; +a = 0; +igrave = 11; +ibreve = 42; +icaron = 30; +idieresis = 34; +jcircumflex = 32; +idieresis.ss01 = 22; +greater = 8; +}; +exclam.ss01 = { +period.ss01 = -35; +}; +ohungarumlaut = { +onesuperior = -39; +sevensuperior = -49; +parenright = -53; +bracketright = -52; +quotedblright = -59; +quotedbl = -55; +quotesingle = -55; +}; +uhornacute = { +a = -13; +a.ss05 = 0; +c = -15; +n = -6; +t = 0; +u = 0; +t_i.liga = 0; +t_t.liga = 0; +period = -25; +comma = -23; +ellipsis = -59; +question = 44; +period.ss01 = -46; +ellipsis.ss01 = -56; +comma.ss01 = -38; +parenright = -26; +quotedbl = 2; +}; +o = { +germandbls = -21; +gbreve.ss06 = 4; +ordmasculine = -64; +seven = -69; +registered = -45; +logicalnot = -34; +}; +ellipsis = { +Dcroat = -69; +Tbar = -154; +tbar = -81; +twosuperior = -186; +threesuperior = -193; +fivesuperior = -198; +eightsuperior = -205; +parenleft = -63; +braceright = -80; +parenleft.case = -77; +bracketright.case = -28; +}; +Iacute = { +A = 2; +S = 0; +igrave = 4; +icircumflex = 25; +parenright.case = 27; +}; +sixsuperior = { +A = -62; +fraction = 10; +period = -85; +comma = -87; +slash = -75; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -42; +parenright = -38; +guillemetleft = -14; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 38; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = 41; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 27; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = 27; +"@MMK_R_KO_Z" = 47; +"@MMK_R_KO_I.ss02" = 58; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -41; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 29; +"@MMK_R_KO_imacron" = 51; +"@MMK_R_KO_itilde" = 51; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -53; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 24; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = -23; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -50; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_backslash" = 51; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -77; +"@MMK_R_KO_underscore" = 37; +"@MMK_R_KO_hyphen.case" = -104; +"@MMK_R_KO_parenleft" = -18; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_bracketright.case" = 21; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -80; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 30; +"@MMK_R_KO_Oacute" = 30; +"@MMK_R_KO_J" = -100; +"@MMK_R_KO_G.ss07" = 29; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -78; +"@MMK_R_KO_Y" = -90; +"@MMK_R_KO_Z" = -75; +"@MMK_R_KO_I.ss02" = -77; +"@MMK_R_KO_J.ss10" = -46; +"@MMK_R_KO_zero" = 22; +"@MMK_R_KO_one" = -59; +"@MMK_R_KO_two" = -43; +"@MMK_R_KO_three" = -35; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 10; +"@MMK_R_KO_seven" = -67; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_question" = -69; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -42; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright.case" = -74; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -69; +"@MMK_R_KO_quotesingle" = -69; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -90; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 0; +l.ss04 = 7; +}; +five = { +icircumflex = 18; +x = 0; +ordfeminine = -45; +ordmasculine = -44; +parenleft = 0; +asciicircum = -101; +}; +Tcommaaccent = { +aacute = -115; +acircumflex.ss05 = -45; +amacron.ss05 = -28; +abreve.ss05 = -25; +endash.case = -111; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -124; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 19; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -49; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -31; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -43; +"@MMK_R_KO_fivesuperior" = -44; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -45; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -60; +"@MMK_R_KO_asterisk" = -56; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -54; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -76; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -95; +"@MMK_R_KO_quotedblright" = -81; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -80; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -90; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -95; +"@MMK_R_KO_asciicircum" = -93; +}; +questiondown.ss01 = { +l.ss03 = -61; +quoteright.ss01 = -81; +}; +threeinferior = { +T = -134; +V = -91; +W = -49; +Y = -142; +parenright = -58; +bracketright = -60; +}; +Adieresis.ss01 = { +endash.case = -62; +registered = -104; +}; +lcaron.ss03 = { +b = 24; +h = 25; +k = 24; +i = 14; +idotaccent = 14; +i.ss01 = 18; +idotaccent.ss01 = 18; +j = 15; +j.ss01 = 19; +zcaron = 42; +l.ss03 = 27; +lcaron.ss03 = 27; +sixsuperior = 95; +onesuperior = 83; +twosuperior = 79; +threesuperior = 75; +foursuperior = 43; +fivesuperior = 84; +sevensuperior = 92; +eightsuperior = 72; +ninesuperior = 79; +exclam = 83; +question = 111; +exclam.ss01 = 82; +question.ss01 = 66; +parenright = 64; +bracketright = 31; +quotedblleft = 73; +quoteleft = 73; +quotedbl = 79; +quotesingle = 79; +quotedblleft.ss01 = 77; +quoteleft.ss01 = 77; +}; +f_f.liga = { +e = -4; +f = 14; +fl = 14; +i = -2; +i.ss01 = -1; +idieresis = -1; +seven = 21; +ampersand = -3; +}; +Jacute = { +Icircumflex = 0; +Imacron = 0; +Hbar = 50; +igrave = 11; +ibreve = 42; +icaron = 30; +idieresis = 34; +jcircumflex = 33; +idieresis.ss01 = 22; +parenright = 10; +parenright.case = 31; +}; +braceright.case = { +J.ss10 = -35; +period = -34; +comma = -30; +period.ss01 = -56; +comma.ss01 = -42; +hyphen.case = 5; +parenright.case = -28; +braceright.case = -30; +asciicircum = -66; +}; +ecircumflexhookabove = { +m = -2; +n = -2; +u = 0; +period.ss01 = -27; +comma.ss01 = -21; +parenright = -17; +}; +Cdotaccent = { +Hbar = 40; +}; +Ncommaaccent = { +imacron = 49; +}; +dollar = { +one = 0; +three = 12; +four = 15; +five = 0; +eight = 17; +parenright = -64; +bracketright = -63; +parenright.case = -38; +}; +Scaron = { +iogonek = 9; +}; +fi = { +hbar = 5; +idieresis = 6; +jcircumflex = 6; +germandbls = 0; +logicalnot = -32; +}; +zero = { +icircumflex = 9; +x = -4; +ordmasculine = -20; +underscore = -25; +parenleft = 11; +braceright = -84; +braceright.case = -47; +bracketright.case = -47; +baht = -5; +trademark = -68; +multiply = -15; +asciicircum = -64; +}; +period.ss01 = { +ordfeminine = -82; +ordmasculine = -82; +twosuperior = -82; +threesuperior = -82; +fivesuperior = -82; +eightsuperior = -82; +question.ss01 = -82; +parenleft = -51; +braceright = -82; +parenleft.case = -72; +quoteright.ss01 = -81; +}; +X = { +igrave = 20; +ibreve = 60; +icaron = 46; +idieresis = 43; +idieresis.ss01 = 33; +zero = -37; +two = 17; +three = -10; +six = -37; +eight = -17; +nine = -16; +numbersign = -46; +endash.case = -83; +parenleft.case = -33; +at = -40; +registered = -47; +plus = -100; +minus = -101; +multiply = -60; +equal = -53; +notequal = -73; +less = -94; +logicalnot = -121; +asciitilde = -105; +}; +L = { +H = 0; +Dcroat = -34; +Oslash = 0; +Tbar = -113; +oslash = 0; +ordfeminine = -219; +ordmasculine = -214; +zero = -57; +two = -2; +three = -18; +five = -27; +six = -69; +seven = -70; +nine = -31; +numbersign = -82; +endash.case = -201; +parenleft.case = -59; +quoteleft.ss01 = -81; +at = -54; +registered = -226; +dollar = -45; +plus = -152; +minus = -213; +multiply = -85; +equal = -155; +notequal = -105; +less = -197; +approxequal = -135; +logicalnot = -234; +asciitilde = -222; +}; +euro = { +period = -12; +comma = -13; +slash = -10; +period.ss01 = -22; +parenright = -78; +bracketright = -69; +parenright.case = -45; +bracketright.case = -49; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -103; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -96; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 42; +"@MMK_R_KO_W" = 41; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 40; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -85; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -43; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -45; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_icircumflex" = 44; +"@MMK_R_KO_imacron" = 75; +"@MMK_R_KO_itilde" = 68; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -25; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -31; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = -40; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 20; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 12; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -14; +"@MMK_R_KO_ellipsis" = -159; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 24; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -120; +"@MMK_R_KO_backslash" = 50; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_underscore" = -122; +"@MMK_R_KO_hyphen.case" = -34; +"@MMK_R_KO_parenleft" = -17; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = 15; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 10; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -64; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -45; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -31; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = -10; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -57; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_quotedblleft" = -79; +"@MMK_R_KO_quotedblright" = -61; +"@MMK_R_KO_quoteleft" = -79; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -52; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -66; +"@MMK_R_KO_quoteright.ss01" = -67; +}; +perthousand = { +question = -102; +asterisk = -154; +question.ss01 = -113; +parenright = -74; +parenright.case = -36; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +quotedblleft.ss01 = -145; +quoteleft.ss01 = -81; +quotedblright.ss01 = -145; +quoteright.ss01 = -81; +}; +V = { +Eth = -23; +Oslash = -14; +adieresis = -44; +ae = -37; +a.ss05 = -37; +adieresis.ss05 = -18; +eacute = -47; +ccaron = -32; +emacron = -18; +edieresis = -29; +ecaron = -26; +otilde = -27; +odieresis = -34; +iacute = -15; +ncommaaccent = -40; +igrave = 40; +ibreve = 79; +icaron = 69; +idieresis = 65; +racute = -31; +scaron = -2; +zcaron = -15; +idieresis.ss01 = 55; +gdotaccent.ss06 = -39; +gdotaccent.ss01.ss06 = -38; +zero = -16; +two = 20; +three = 15; +six = -13; +seven = 42; +twoinferior = -60; +ellipsis.ss01 = -154; +endash.case = -25; +at = -19; +ampersand = -20; +plus = -43; +minus = -47; +less = -30; +lessequal = -67; +approxequal = -66; +asciitilde = -60; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -64; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = -36; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_J.ss10" = -85; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_question" = 25; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -59; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 7; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -145; +"@MMK_R_KO_a" = -63; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -66; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -62; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -11; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 22; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_hyphen" = -145; +"@MMK_R_KO_endash" = -81; +"@MMK_R_KO_hyphen.case" = -75; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = 8; +"@MMK_R_KO_quotedblright.ss01" = 15; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = -65; +"@MMK_R_KO_percent" = 14; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -92; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -125; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -163; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -43; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -21; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -14; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_ellipsis" = -163; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -105; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_hyphen" = -163; +"@MMK_R_KO_endash" = -149; +"@MMK_R_KO_hyphen.case" = -50; +"@MMK_R_KO_endash.case" = -26; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -52; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -17; +"@MMK_R_KO_plus" = -45; +"@MMK_R_KO_percent" = 3; +}; +seven = { +icircumflex = 43; +x = -36; +g.ss06 = -52; +mu = -48; +colon = -24; +semicolon = -20; +backslash = 49; +ellipsis.ss01 = -154; +underscore = -122; +parenleft = -19; +at = -18; +ampersand = -20; +euro = -31; +minus = -62; +multiply = -29; +divide = -62; +notequal = -58; +less = -44; +plusminus = -48; +asciitilde = -78; +asciicircum = -65; +}; +scedilla = { +gbreve.ss06 = 10; +}; +fourinferior = { +T = -119; +V = -97; +W = -54; +parenright = -62; +bracketright = -58; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -41; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -118; +"@MMK_R_KO_U" = -35; +"@MMK_R_KO_V" = -133; +"@MMK_R_KO_W" = -58; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -124; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -23; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 33; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_v" = -67; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_zero" = -40; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -29; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -45; +"@MMK_R_KO_seven" = -68; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_asterisk" = -102; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 29; +"@MMK_R_KO_quotedblleft" = -129; +"@MMK_R_KO_quotedblright" = -125; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -119; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -124; +}; +equal = { +period = -85; +comma = -87; +period.ss01 = -82; +comma.ss01 = -81; +parenright = -81; +bracketright = -75; +parenright.case = -66; +bracketright.case = -76; +equal = -9; +A = -16; +J = -94; +T = -112; +V = -29; +X = -42; +Y = -58; +}; +five.numr = { +fraction = 15; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 19; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -43; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -42; +"@MMK_R_KO_asterisk" = -53; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -59; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_quotedblleft" = -77; +"@MMK_R_KO_quotedblright" = -60; +"@MMK_R_KO_quoteleft" = -76; +"@MMK_R_KO_quoteright" = -54; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -60; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -70; +"@MMK_R_KO_quotedblright.ss01" = -70; +"@MMK_R_KO_quoteright.ss01" = -63; +}; +dcaron = { +exclam.ss01 = 76; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_itilde" = 21; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 27; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = 38; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -48; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 40; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = -21; +"@MMK_R_KO_hyphen.case" = 13; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -97; +"@MMK_R_KO_braceright" = -82; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_bracketright.case" = -52; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 19; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -71; +"@MMK_R_KO_asciicircum" = -60; +}; +k = { +oslash = 0; +iogonek = 7; +lcommaaccent = 0; +two = 24; +plus = -30; +minus = -37; +notequal = -19; +logicalnot = -49; +asciitilde = -45; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -119; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -45; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = -41; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -71; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_quotedblleft" = -53; +"@MMK_R_KO_quotedblright" = -47; +"@MMK_R_KO_quoteleft" = -53; +"@MMK_R_KO_quoteright" = -46; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -56; +"@MMK_R_KO_quotedblright.ss01" = -53; +"@MMK_R_KO_quoteright.ss01" = -54; +"@MMK_R_KO_trademark" = -82; +"@MMK_R_KO_asciicircum" = -65; +}; +scaron = { +T = -52; +iogonek = 0; +}; +ninesuperior = { +A = -73; +fraction = -3; +period = -85; +comma = -87; +slash = -83; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -52; +parenright = -49; +guillemetleft = -19; +}; +v = { +n = 0; +ampersand = -19; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = -25; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_J" = -96; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -155; +"@MMK_R_KO_V" = -83; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -62; +"@MMK_R_KO_Y" = -129; +"@MMK_R_KO_Z" = -55; +"@MMK_R_KO_I.ss02" = -76; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = -20; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_z" = -51; +"@MMK_R_KO_t_t.liga" = -39; +}; +infinity = { +parenright = -101; +bracketright = -85; +parenright.case = -80; +bracketright.case = -87; +quotedblleft = -69; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -68; +"@MMK_R_KO_one" = -130; +"@MMK_R_KO_two" = -99; +"@MMK_R_KO_three" = -99; +"@MMK_R_KO_four" = -69; +"@MMK_R_KO_five" = -73; +"@MMK_R_KO_six" = -68; +"@MMK_R_KO_seven" = -116; +"@MMK_R_KO_eight" = -78; +"@MMK_R_KO_nine" = -79; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_question" = -118; +"@MMK_R_KO_asterisk" = -103; +"@MMK_R_KO_slash" = -134; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_hyphen" = -80; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_parenright" = -162; +"@MMK_R_KO_bracketright" = -164; +"@MMK_R_KO_parenright.case" = -154; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -94; +"@MMK_R_KO_quotedbl" = -114; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -123; +"@MMK_R_KO_A" = -117; +"@MMK_R_KO_H" = -82; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_J" = -188; +"@MMK_R_KO_G.ss07" = -59; +"@MMK_R_KO_S" = -92; +"@MMK_R_KO_T" = -201; +"@MMK_R_KO_V" = -124; +"@MMK_R_KO_W" = -97; +"@MMK_R_KO_X" = -160; +"@MMK_R_KO_Y" = -166; +"@MMK_R_KO_Z" = -159; +"@MMK_R_KO_I.ss02" = -165; +"@MMK_R_KO_J.ss10" = -92; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_a.ss05" = -63; +"@MMK_R_KO_l" = -79; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_f" = -74; +"@MMK_R_KO_g" = -65; +"@MMK_R_KO_i" = -81; +"@MMK_R_KO_n" = -81; +"@MMK_R_KO_j" = -81; +"@MMK_R_KO_s" = -68; +"@MMK_R_KO_t" = -75; +"@MMK_R_KO_z" = -89; +"@MMK_R_KO_t_t.liga" = -75; +}; +asterisk = { +g.ss06 = -21; +}; +semicolon.ss01 = { +onesuperior = -50; +sevensuperior = -64; +hyphen = -75; +emdash = -74; +}; +divide = { +one = -65; +two = -59; +three = -44; +seven = -80; +parenright = -94; +parenright.case = -82; +quotedblleft = -123; +quotedblright = -125; +quoteright = -87; +quotedblleft.ss01 = -94; +quotedblright.ss01 = -97; +A = -41; +Y = -98; +I.ss02 = -86; +}; +asciitilde = { +exclam = -85; +exclam.ss01 = -85; +question.ss01 = -127; +parenleft = -67; +parenleft.case = -68; +bracketright.case = -166; +quoteright.ss01 = -81; +U = -73; +aacute = -65; +edieresis = -66; +edieresis.ss01 = -66; +u = -72; +v = -72; +w = -70; +x = -99; +y = -73; +l.ss03 = -79; +l.ss04 = -80; +g.ss06 = -70; +gcircumflex.ss06 = -70; +}; +three.dnom = { +question = -100; +question.ss01 = -117; +parenright = -73; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +quotedbl = -111; +quotesingle = -83; +quotedblleft.ss01 = -145; +quoteleft.ss01 = -81; +quotedblright.ss01 = -145; +quoteright.ss01 = -81; +degree = -157; +}; +odotbelow.ss01 = { +T = -124; +}; +x = { +oslash = 2; +two = 20; +ampersand = -20; +plus = -30; +minus = -30; +notequal = -27; +logicalnot = -48; +asciitilde = -46; +}; +U = { +Dcroat = 11; +Eth = 11; +Hbar = 54; +Lslash = 11; +hbar = 30; +igrave = 15; +jcircumflex = 35; +greater = 11; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 39; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 42; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 7; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -29; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = -3; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -48; +"@MMK_R_KO_asciicircum" = -46; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = -23; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_W" = 29; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = 29; +"@MMK_R_KO_Z" = 45; +"@MMK_R_KO_I.ss02" = 53; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -38; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -40; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_imacron" = 59; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -112; +"@MMK_R_KO_endash" = -104; +"@MMK_R_KO_hyphen.case" = -80; +"@MMK_R_KO_parenleft" = -15; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 11; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Eth = { +Eth = 35; +Oslash = 21; +}; +odotbelow = { +T = -124; +}; +baht = { +slash = -2; +parenright = -57; +parenright.case = -32; +}; +Icircumflex.ss02 = { +endash.case = -77; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = -16; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -60; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -60; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_foursuperior" = -88; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_ninesuperior" = -52; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -39; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_hyphen.case" = -43; +"@MMK_R_KO_endash.case" = -57; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_quotedblleft" = -56; +"@MMK_R_KO_quotedblright" = -49; +"@MMK_R_KO_quoteleft" = -52; +"@MMK_R_KO_quoteright" = -46; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -53; +"@MMK_R_KO_quotedblright.ss01" = -54; +}; +quotedblright = { +Dcroat = -47; +icircumflex = 29; +scaron = -25; +x = -44; +g.ss06 = -64; +mu = -52; +questiondown = -144; +questiondown.case = -104; +parenleft = -28; +quotesinglbase = -87; +asciitilde = -121; +}; +r = { +fl = 14; +germandbls = 28; +wdieresis = 17; +gcircumflex.ss06 = -11; +oneinferior = -58; +twoinferior = -54; +threeinferior = -55; +fourinferior = -92; +fiveinferior = -55; +sixinferior = -63; +ampersand = -33; +logicalnot = -60; +asciitilde = -27; +}; +seveninferior = { +I.ss02 = -46; +fourinferior = -26; +seveninferior = 22; +parenright = -78; +parenright.case = -58; +}; +sterling = { +two = 16; +hyphen.case = -43; +parenright = -43; +}; +Ocircumflex = { +Lslash = 38; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -66; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -49; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 35; +"@MMK_R_KO_endash" = 32; +"@MMK_R_KO_hyphen.case" = 27; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -17; +}; +_f.longarm = { +l = 14; +i = 6; +idotaccent = 6; +i.ss01 = 7; +idotaccent.ss01 = 7; +l.ss03 = 15; +l.ss04 = 33; +}; +I.ss02 = { +Dcroat = -26; +igrave = 29; +jcircumflex = 24; +endash.case = -77; +plus = -83; +minus = -87; +notequal = -78; +less = -79; +approxequal = -96; +logicalnot = -95; +asciitilde = -102; +}; +quoteleft.ss01 = { +J.ss10 = -81; +igrave = 0; +icircumflex = 26; +imacron = 33; +jcircumflex = 26; +questiondown.case = -81; +questiondown.ss01 = -81; +hyphen = -81; +emdash = -81; +quotedblbase.ss01 = -81; +ampersand = -38; +minus = -81; +logicalnot = -81; +asciitilde = -71; +}; +Zacute = { +endash.case = -69; +}; +d = { +hbar = 6; +igrave = 5; +icaron = 6; +idieresis = 5; +jcircumflex = 6; +logicalnot = -32; +}; +notequal = { +zero = -10; +one = -55; +two = -26; +seven = -38; +parenright = -99; +parenright.case = -86; +A = -43; +B = -20; +F = -20; +L = -20; +N = -20; +Y = -79; +b = -16; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = -36; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -78; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -38; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_t_t.liga" = 0; +}; +six = { +icircumflex = 40; +parenleft = 9; +braceright = -54; +bracketright.case = -36; +trademark = -61; +asciicircum = -61; +}; +Idieresis.ss02 = { +idieresis = 36; +}; +quotedblleft.ss01 = { +A = -94; +J = -110; +igrave = 0; +icircumflex = 26; +imacron = 31; +jcircumflex = 26; +g.ss06 = -54; +mu = -43; +questiondown.case = -91; +ellipsis.ss01 = -145; +questiondown.ss01 = -111; +underscore = -145; +quotedblbase.ss01 = -145; +ampersand = -38; +minus = -89; +divide = -75; +asciitilde = -71; +}; +sevensuperior = { +A = -117; +C = -24; +O = -24; +G = -24; +fraction = -38; +sevensuperior = 23; +period = -85; +comma = -87; +colon = -33; +semicolon = -34; +slash = -121; +period.ss01 = -82; +comma.ss01 = -81; +colon.ss01 = -55; +semicolon.ss01 = -56; +hyphen = -73; +hyphen.case = -52; +guillemetleft = -67; +guilsinglleft = -67; +guillemetright = -46; +guilsinglright = -47; +plus = -56; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 24; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_itilde" = 36; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -10; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_bracketright.case" = -47; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -45; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = -100; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -91; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = -89; +"@MMK_R_KO_I.ss02" = -77; +"@MMK_R_KO_J.ss10" = -113; +"@MMK_R_KO_zero" = 7; +"@MMK_R_KO_one" = -52; +"@MMK_R_KO_two" = -23; +"@MMK_R_KO_three" = -32; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 5; +"@MMK_R_KO_seven" = -39; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_slash" = -58; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -23; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -73; +"@MMK_R_KO_quotedblleft" = -82; +"@MMK_R_KO_quotedblright" = -82; +"@MMK_R_KO_quoteleft" = -78; +"@MMK_R_KO_quoteright" = -79; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -63; +"@MMK_R_KO_quotedblright.ss01" = -56; +}; +won = { +period = -85; +comma = -87; +slash = -46; +period.ss01 = -82; +comma.ss01 = -81; +}; +i.ss01 = { +l = -1; +c = 0; +e = 0; +o = 1; +m = -3; +n = -3; +r = -3; +p = -3; +j.ss01 = -2; +parenright = -23; +}; +guillemetright = { +T = -131; +x = -34; +threesuperior = -36; +fivesuperior = -46; +eightsuperior = -40; +colon = -41; +semicolon = -42; +questiondown = -46; +question.ss01 = -71; +questiondown.ss01 = -46; +braceright = -90; +braceright.case = -70; +bracketright.case = -70; +quotesinglbase = -59; +quotedblbase = -59; +quotedblbase.ss01 = -56; +quoteright.ss01 = -71; +}; +s = { +l = 0; +seven = -48; +emdash = 0; +registered = -43; +notequal = -31; +logicalnot = -26; +asciitilde = -20; +}; +five.dnom = { +question = -77; +question.ss01 = -106; +parenright = -70; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +quotedbl = -81; +quotesingle = -81; +quotedblleft.ss01 = -135; +quoteleft.ss01 = -81; +quotedblright.ss01 = -133; +quoteright.ss01 = -81; +degree = -117; +}; +ecircumflexgrave = { +parenright = -55; +bracketright = -49; +quotedbl = -42; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 24; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = -40; +"@MMK_R_KO_I.ss02" = -44; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 29; +"@MMK_R_KO_w" = 30; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = 29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -46; +"@MMK_R_KO_comma" = -41; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -75; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = -71; +"@MMK_R_KO_comma.ss01" = -66; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -48; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_braceright" = -68; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -35; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_pi" = 11; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_two" = 23; +"@MMK_R_KO_three" = 17; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 15; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_degree" = -26; +"@MMK_R_KO_plus" = -10; +"@MMK_R_KO_percent" = 3; +}; +Agrave = { +endash.case = -62; +}; +t_t.liga = { +wdieresis = 9; +hyphen = -51; +logicalnot = -56; +asciitilde = -36; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -71; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -102; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 10; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -154; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = 1; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_pi" = 20; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_two" = 21; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 29; +"@MMK_R_KO_eight" = 16; +"@MMK_R_KO_nine" = 18; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_question" = 37; +"@MMK_R_KO_asterisk" = 39; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -154; +"@MMK_R_KO_endash" = -86; +"@MMK_R_KO_hyphen.case" = -53; +"@MMK_R_KO_endash.case" = -19; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 6; +"@MMK_R_KO_quotedblright.ss01" = 9; +}; +ohorngrave = { +i = 2; +idotaccent = 2; +i.ss01 = 2; +idotaccent.ss01 = 2; +m = 2; +n = 2; +period = -8; +comma = 0; +period.ss01 = -38; +comma.ss01 = -30; +parenright = -54; +bracketright = -58; +guillemetright = 0; +quotedbl = -20; +}; +zeroinferior = { +parenright = -64; +}; +c = { +seven = -54; +registered = -38; +notequal = -32; +}; +Aacute = { +Dcroat = -26; +Eth = -26; +Tbar = -90; +endash.case = -62; +registered = -104; +}; +Abreve = { +endash.case = -62; +}; +eight.dnom = { +question = -99; +question.ss01 = -116; +parenright = -73; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +quotedbl = -117; +quotesingle = -83; +quotedblleft.ss01 = -145; +quoteleft.ss01 = -81; +quotedblright.ss01 = -145; +quoteright.ss01 = -81; +degree = -160; +}; +Idieresis.ss01 = { +Icircumflex = 4; +Idieresis.ss01 = 5; +idieresis.ss01 = 21; +parenright.case = 38; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -122; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -47; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_quotedblleft" = -66; +"@MMK_R_KO_quotedblright" = -59; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -53; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -55; +"@MMK_R_KO_quotedblleft.ss01" = -80; +"@MMK_R_KO_quotedblright.ss01" = -64; +"@MMK_R_KO_quoteright.ss01" = -63; +}; +comma.ss01 = { +twosuperior = -81; +threesuperior = -81; +fivesuperior = -81; +eightsuperior = -81; +parenright = -21; +bracketright = -19; +quoteright.ss01 = -81; +}; +C = { +two = 17; +three = 24; +five = 14; +eight = 28; +braceright.case = -48; +plus = -5; +minus = -15; +greater = 25; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -120; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = -118; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -144; +"@MMK_R_KO_a" = -69; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -72; +"@MMK_R_KO_eacute" = -60; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -70; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -48; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = -32; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -34; +"@MMK_R_KO_zero" = -28; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -123; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -26; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_sevensuperior" = 6; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_ellipsis" = -144; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -131; +"@MMK_R_KO_hyphen" = -144; +"@MMK_R_KO_endash" = -144; +"@MMK_R_KO_hyphen.case" = -144; +"@MMK_R_KO_endash.case" = -75; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -106; +"@MMK_R_KO_percent" = 3; +}; +ocircumflexgrave = { +parenright = -61; +bracketright = -53; +quotedbl = -51; +quotesingle = -51; +}; +wcircumflex = { +p = 0; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -100; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -125; +"@MMK_R_KO_Z" = -36; +"@MMK_R_KO_I.ss02" = -77; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 21; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -29; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -45; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -29; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -6; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_two" = -29; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 36; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = -97; +"@MMK_R_KO_eight" = 32; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_sixsuperior" = -78; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_foursuperior" = -121; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_ninesuperior" = -68; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_question" = -93; +"@MMK_R_KO_asterisk" = -154; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -75; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -145; +"@MMK_R_KO_quotedblright.ss01" = -145; +"@MMK_R_KO_plus" = -30; +}; +Umacron = { +Hbar = 54; +}; +Zcaron = { +Dcroat = -28; +igrave = 47; +endash.case = -69; +}; +sixinferior = { +T = -130; +W = -49; +parenright = -60; +bracketright = -58; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -50; +"@MMK_R_KO_Oacute" = -49; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = -50; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -75; +"@MMK_R_KO_zero" = -46; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -25; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -53; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -17; +"@MMK_R_KO_nine" = -33; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_foursuperior" = -70; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -33; +"@MMK_R_KO_hyphen.case" = -76; +"@MMK_R_KO_endash.case" = -74; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -87; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_degree" = -51; +"@MMK_R_KO_plus" = -82; +"@MMK_R_KO_percent" = -11; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = 23; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -15; +"@MMK_R_KO_zero" = -6; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 23; +"@MMK_R_KO_four" = 30; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 21; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -33; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_foursuperior" = -57; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_endash.case" = -19; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 1; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_degree" = -52; +"@MMK_R_KO_plus" = -8; +"@MMK_R_KO_percent" = -13; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 24; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_bracketright.case" = -47; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -12; +}; +Idotaccent = { +l.ss04 = 7; +}; +zero.dnom = { +question = -101; +question.ss01 = -119; +parenright = -78; +parenright.case = -47; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +quotedbl = -123; +quotesingle = -83; +quotedblleft.ss01 = -145; +quoteleft.ss01 = -81; +quotedblright.ss01 = -145; +quoteright.ss01 = -81; +degree = -167; +}; +I = { +I = 0; +Hbar = 44; +hbar = 19; +igrave = 4; +jcircumflex = 32; +logicalnot = -35; +}; +uhornhookabove = { +a = -13; +a.ss05 = 0; +period = -25; +comma = -23; +ellipsis = -59; +period.ss01 = -46; +ellipsis.ss01 = -56; +comma.ss01 = -38; +parenright = -26; +bracketright = -39; +quotedblright = 6; +quotedbl = 2; +}; +Idieresis = { +Icircumflex = 4; +Idieresis = 3; +idieresis = 28; +parenright = 11; +parenright.case = 37; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -105; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_J" = -98; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 40; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 39; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 29; +"@MMK_R_KO_J.ss10" = -138; +"@MMK_R_KO_a" = -78; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -80; +"@MMK_R_KO_eacute" = -40; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -74; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -58; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 60; +"@MMK_R_KO_itilde" = 50; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -61; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = -49; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -43; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_g.ss06" = -65; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -117; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_colon" = -35; +"@MMK_R_KO_semicolon" = -34; +"@MMK_R_KO_ellipsis" = -168; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -112; +"@MMK_R_KO_backslash" = 42; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -109; +"@MMK_R_KO_endash" = -92; +"@MMK_R_KO_underscore" = -132; +"@MMK_R_KO_hyphen.case" = -72; +"@MMK_R_KO_parenleft" = -25; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -92; +"@MMK_R_KO_guillemetright" = -36; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -72; +}; +Ecircumflexdotbelow.ss01 = { +T = 13; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -122; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -99; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -33; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -40; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -27; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -54; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -71; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 12; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -65; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_quotedblleft" = -75; +"@MMK_R_KO_quotedblright" = -75; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -55; +"@MMK_R_KO_quotedblleft.ss01" = -80; +"@MMK_R_KO_quotedblright.ss01" = -83; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -84; +"@MMK_R_KO_asciicircum" = -77; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -16; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -50; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -106; +"@MMK_R_KO_bracketright" = -94; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_degree" = -53; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -13; +}; +one = { +icircumflex = 22; +three = 0; +multiply = -30; +equal = 0; +notequal = -20; +asciicircum = -61; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 40; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 25; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -66; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -49; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = 35; +"@MMK_R_KO_endash" = 32; +"@MMK_R_KO_underscore" = -30; +"@MMK_R_KO_hyphen.case" = 28; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = -102; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_bracketright.case" = -50; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -69; +}; +lcaron.ss04 = { +ncaron = 9; +scaron = 18; +exclam.ss01 = 98; +}; +Gdotaccent = { +Hbar = 19; +}; +fl = { +Hbar = 32; +l = 0; +idieresis = 7; +jcircumflex = 7; +periodcentered.loclCAT = 82; +}; +quotedbl = { +Dcroat = -20; +Hbar = 31; +Lslash = -38; +hbar = 23; +igrave = 5; +icircumflex = 31; +idieresis = 30; +imacron = 61; +jcircumflex = 31; +x = -17; +idieresis.ss01 = 18; +g.ss06 = -36; +gcommaaccent.ss06 = -30; +gdotaccent.ss06 = -30; +gdotaccent.ss01.ss06 = -30; +mu = -35; +exclamdown = -36; +questiondown = -119; +backslash = 43; +questiondown.case = -74; +ellipsis.ss01 = -163; +exclamdown.ss01 = -40; +questiondown.ss01 = -120; +underscore = -163; +parenleft = -14; +braceleft = -38; +ampersand = -40; +sterling = -26; +minus = -61; +lessequal = -55; +asciitilde = -57; +}; +O = { +Dcroat = 33; +Eth = 33; +Hbar = 10; +Lslash = 38; +Tbar = -20; +idieresis = 8; +parenleft.case = 17; +braceright.case = -49; +less = 25; +}; +Zdotaccent.ss01 = { +Hbar = 41; +endash.case = -69; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -35; +"@MMK_R_KO_O" = -82; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -82; +"@MMK_R_KO_S" = -58; +"@MMK_R_KO_T" = -82; +"@MMK_R_KO_U" = -77; +"@MMK_R_KO_V" = -82; +"@MMK_R_KO_W" = -82; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -57; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -35; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_f" = -57; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = -35; +"@MMK_R_KO_n" = -35; +"@MMK_R_KO_j" = -28; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -70; +"@MMK_R_KO_u" = -62; +"@MMK_R_KO_v" = -82; +"@MMK_R_KO_w" = -74; +"@MMK_R_KO_y" = -82; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -35; +"@MMK_R_KO_t_t.liga" = -70; +"@MMK_R_KO_pi" = -54; +"@MMK_R_KO_zero" = -75; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -43; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = -52; +"@MMK_R_KO_six" = -80; +"@MMK_R_KO_seven" = -82; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -54; +"@MMK_R_KO_sixsuperior" = -82; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_foursuperior" = -82; +"@MMK_R_KO_sevensuperior" = -82; +"@MMK_R_KO_ninesuperior" = -82; +"@MMK_R_KO_asterisk" = -82; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = 8; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -82; +"@MMK_R_KO_endash" = -82; +"@MMK_R_KO_hyphen.case" = -82; +"@MMK_R_KO_endash.case" = -82; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -82; +"@MMK_R_KO_quotesingle" = -82; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -82; +}; +braceleft = { +p = -23; +x = -62; +parenleft = -40; +braceright = 30; +at = -60; +minus = -82; +logicalnot = -84; +asciicircum = -104; +}; +rcaron = { +I.ss02 = 0; +onesuperior = 0; +twosuperior = 0; +sevensuperior = -5; +parenright = -23; +}; +f_f_i.liga = { +hbar = 5; +idieresis = 6; +jcircumflex = 6; +germandbls = 0; +logicalnot = -32; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -27; +"@MMK_R_KO_O" = -88; +"@MMK_R_KO_Oacute" = -88; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -89; +"@MMK_R_KO_S" = -51; +"@MMK_R_KO_T" = -132; +"@MMK_R_KO_U" = -65; +"@MMK_R_KO_V" = -144; +"@MMK_R_KO_W" = -90; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -144; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -51; +"@MMK_R_KO_a" = -58; +"@MMK_R_KO_aacute" = -58; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = -28; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -58; +"@MMK_R_KO_f" = -49; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = -28; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_lslash" = -39; +"@MMK_R_KO_s" = -40; +"@MMK_R_KO_t" = -60; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -53; +"@MMK_R_KO_v" = -99; +"@MMK_R_KO_w" = -67; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -28; +"@MMK_R_KO_t_t.liga" = -60; +"@MMK_R_KO_pi" = -44; +"@MMK_R_KO_zero" = -69; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -43; +"@MMK_R_KO_four" = -105; +"@MMK_R_KO_five" = -51; +"@MMK_R_KO_six" = -83; +"@MMK_R_KO_seven" = -93; +"@MMK_R_KO_eight" = -46; +"@MMK_R_KO_nine" = -52; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 27; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_question" = -97; +"@MMK_R_KO_asterisk" = -144; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_hyphen" = -144; +"@MMK_R_KO_endash" = -144; +"@MMK_R_KO_hyphen.case" = -144; +"@MMK_R_KO_endash.case" = -144; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = -94; +"@MMK_R_KO_guillemetright" = -48; +"@MMK_R_KO_plus" = -144; +"@MMK_R_KO_percent" = -49; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_Oacute" = -48; +"@MMK_R_KO_J" = -59; +"@MMK_R_KO_G.ss07" = -50; +"@MMK_R_KO_S" = -38; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -26; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_a" = -84; +"@MMK_R_KO_aacute" = -84; +"@MMK_R_KO_a.ss05" = -55; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -83; +"@MMK_R_KO_eacute" = -78; +"@MMK_R_KO_f" = -45; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_n" = -72; +"@MMK_R_KO_j" = 60; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -78; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -98; +"@MMK_R_KO_uacute" = -63; +"@MMK_R_KO_v" = -75; +"@MMK_R_KO_w" = -71; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -63; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = -48; +"@MMK_R_KO_pi" = -67; +"@MMK_R_KO_zero" = -52; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_two" = -24; +"@MMK_R_KO_three" = -38; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -53; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -35; +"@MMK_R_KO_nine" = -38; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_foursuperior" = -69; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -84; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -75; +"@MMK_R_KO_hyphen" = -74; +"@MMK_R_KO_endash" = -73; +"@MMK_R_KO_bracketright" = 30; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -85; +"@MMK_R_KO_guillemetright" = -82; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -50; +"@MMK_R_KO_plus" = -81; +"@MMK_R_KO_percent" = -25; +}; +logicalnot = { +one = -87; +two = -46; +seven = -100; +nine = -31; +parenright = -116; +parenright.case = -83; +v = -35; +x = -48; +y = -37; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 55; +"@MMK_R_KO_itilde" = 49; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -46; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_backslash" = 23; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -12; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -18; +"@MMK_R_KO_asciicircum" = -55; +}; +ydotbelow = { +ecircumflexdotbelow = 0; +period = -59; +comma = -6; +parenright = -36; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 33; +"@MMK_R_KO_itilde" = 23; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = 26; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 24; +"@MMK_R_KO_comma" = 24; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 24; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = 14; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -54; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -13; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -73; +"@MMK_R_KO_asciicircum" = -62; +}; +idotless = { +T = -103; +}; +acircumflexhookabove.ss05 = { +y = -30; +}; +Iogonek.ss02 = { +iogonek = 75; +j = 78; +j.ss01 = 78; +endash.case = -77; +}; +aogonek = { +j = 5; +j.ss01 = 5; +parenright = -33; +bracketright = -25; +}; +ldot.ss01.ss03 = { +period.ss01 = -52; +comma.ss01 = -48; +}; +Idotbelow = { +j = 28; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -64; +}; +Tbar = { +A = -74; +Aacute = -74; +T = 20; +Tbar = 29; +a = -35; +a.ss05 = -38; +e = -35; +o = -34; +oslash = -34; +tbar = -26; +period = -85; +comma = -87; +slash = -82; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -40; +guillemetleft = -32; +guilsinglleft = -32; +}; +itilde = { +exclam.ss01 = 64; +quotedbl = 59; +}; +Idotaccent.ss01 = { +l.ss04 = 7; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 19; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_two" = 20; +"@MMK_R_KO_three" = 24; +"@MMK_R_KO_four" = 27; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 3; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = -17; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -39; +"@MMK_R_KO_plus" = -13; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 61; +parenright = 31; +quotesingle = 45; +}; +multiply = { +one = -30; +seven.numr = -46; +parenright = -100; +parenright.case = -82; +A = -24; +J = -65; +T = -92; +V = -36; +X = -39; +Y = -56; +p = -28; +}; +Ccircumflex = { +jcircumflex = 34; +}; +q = { +j = 6; +j.ss01 = 6; +comma = 5; +slash = 17; +parenright = -17; +braceright = -18; +bracketright = -18; +}; +tcaron = { +a = -3; +b = 0; +h = 0; +k = 0; +l = 0; +o = -8; +f = 15; +i = 0; +j = 0; +sixsuperior = 17; +onesuperior = 29; +twosuperior = 18; +threesuperior = 13; +fivesuperior = 27; +sevensuperior = 40; +eightsuperior = 25; +ninesuperior = 35; +period = 17; +comma = 18; +colon = 48; +exclam = 30; +question = 37; +exclam.ss01 = 24; +hyphen = -51; +parenright = 43; +bracketright = 27; +quotedblleft = 2; +quotedblright = 18; +quoteleft = 2; +guillemetleft = -17; +guilsinglleft = -17; +quotedbl = 34; +quotesingle = 36; +quotedblleft.ss01 = 7; +quoteleft.ss01 = 7; +quotedblright.ss01 = 21; +}; +uogonek = { +j = 5; +j.ss01 = 5; +parenright = -33; +bracketright = -25; +}; +seven.dnom = { +period = -48; +comma = -47; +question = -69; +period.ss01 = -63; +comma.ss01 = -61; +question.ss01 = -107; +parenright = -82; +parenright.case = -59; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +quotedbl = -67; +quotesingle = -67; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -81; +quotedblright.ss01 = -124; +quoteright.ss01 = -81; +degree = -85; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -54; +"@MMK_R_KO_Oacute" = -54; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = -55; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -67; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -26; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -45; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -30; +"@MMK_R_KO_nine" = -26; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_foursuperior" = -66; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = 41; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_hyphen.case" = -75; +"@MMK_R_KO_endash.case" = -71; +"@MMK_R_KO_parenright.case" = 33; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -85; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_degree" = -51; +"@MMK_R_KO_plus" = -81; +"@MMK_R_KO_percent" = -19; +}; +Igrave.ss02 = { +igrave = 29; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 55; +"@MMK_R_KO_itilde" = 53; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -62; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = -27; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = -18; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 1; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -52; +}; +Amacron = { +endash.case = -62; +}; +hyphen = { +Dcroat = 0; +Lslash = 20; +Oslash = 0; +x = -44; +l.ss03 = 0; +mu = -3; +zero.numr = -73; +one.numr = -64; +three.numr = -62; +four.numr = -108; +five.numr = -68; +six.numr = -76; +seven.numr = -69; +eight.numr = -65; +nine.numr = -66; +threesuperior = -63; +fivesuperior = -70; +eightsuperior = -66; +colon = -65; +semicolon = -65; +questiondown = -49; +question.ss01 = -97; +questiondown.ss01 = -49; +parenleft = 0; +braceright = -75; +quotesinglbase = -87; +quotedblbase = -144; +quotedblbase.ss01 = -145; +quoteleft.ss01 = -81; +quoteright.ss01 = -81; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -124; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -54; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = -35; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_fivesuperior" = -47; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -39; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -46; +"@MMK_R_KO_exclam" = -12; +"@MMK_R_KO_question" = -68; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -55; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -80; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -12; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -85; +"@MMK_R_KO_braceright" = -84; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_quotedblleft" = -104; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -86; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -68; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -95; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -103; +"@MMK_R_KO_asciicircum" = -100; +}; +l = { +Hbar = 32; +l = 0; +hbar = 7; +igrave = 7; +ibreve = 8; +icaron = 7; +idieresis = 7; +jcircumflex = 7; +periodcentered.loclCAT = 82; +at = 0; +notequal = -12; +logicalnot = -31; +}; +registered = { +period = -85; +comma = -87; +slash = -76; +period.ss01 = -82; +comma.ss01 = -81; +parenright = -98; +parenright.case = -94; +trademark = -67; +}; +quotedblright.ss01 = { +icircumflex = 31; +g.ss06 = -66; +mu = -54; +questiondown.case = -100; +ellipsis.ss01 = -145; +questiondown.ss01 = -121; +asciitilde = -77; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -100; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -45; +"@MMK_R_KO_X" = -61; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = -57; +"@MMK_R_KO_I.ss02" = -77; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -53; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_two" = -34; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = -102; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = -64; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_foursuperior" = -75; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_ninesuperior" = -53; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_question" = -96; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -64; +"@MMK_R_KO_parenright" = -90; +"@MMK_R_KO_bracketright" = -73; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -151; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -145; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -64; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -100; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 30; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -91; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -42; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 38; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -40; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = -76; +"@MMK_R_KO_y" = -42; +"@MMK_R_KO_z" = -85; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = -35; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -37; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_colon" = -38; +"@MMK_R_KO_semicolon" = -39; +"@MMK_R_KO_ellipsis" = -273; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -73; +"@MMK_R_KO_backslash" = 44; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -75; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -24; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = -235; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_parenleft" = -14; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -50; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -70; +}; +published = { +parenright = -77; +parenright.case = -45; +}; +emdash.case = { +one.numr = -41; +seven.numr = -47; +question.ss01 = -77; +quotedblbase = -144; +quotedblbase.ss01 = -145; +quoteright.ss01 = -81; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 2; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -11; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_hyphen.case" = 21; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -102; +"@MMK_R_KO_bracketright" = -84; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_degree" = -47; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -9; +}; +Atilde = { +ordfeminine = -111; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -50; +"@MMK_R_KO_quotedblright.ss01" = -49; +"@MMK_R_KO_quoteright.ss01" = -50; +}; +quotesingle = { +Hbar = 31; +eacute = -36; +hbar = 26; +igrave = 18; +icaron = 33; +icircumflex = 36; +idieresis = 33; +imacron = 61; +itilde = 55; +jcircumflex = 36; +idieresis.ss01 = 30; +g.ss06 = -26; +mu = -25; +exclamdown = -32; +questiondown = -83; +backslash = 43; +questiondown.case = -74; +questiondown.ss01 = -83; +underscore = -83; +ampersand = -40; +lessequal = -55; +asciitilde = -57; +}; +exclam = { +exclam = -2; +parenright = -23; +guillemetleft = -17; +guillemetright = -9; +}; +Imacron.ss02 = { +endash.case = -77; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -115; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 25; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 43; +"@MMK_R_KO_semicolon" = 41; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -30; +"@MMK_R_KO_hyphen" = -47; +"@MMK_R_KO_endash" = -32; +"@MMK_R_KO_underscore" = 50; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -56; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -42; +}; +imacron = { +ncommaaccent = 0; +lcommaaccent = 8; +three = 59; +exclam.ss01 = 54; +quotedbl = 61; +}; +three = { +icircumflex = 37; +braceright = -52; +bracketright.case = -25; +trademark = -49; +}; +radical = { +four = -47; +seven = 43; +hyphen = -48; +A = -78; +J = -78; +J.ss10 = -69; +a = -31; +d = -31; +a.ss05 = -27; +c = -33; +g = -32; +s = -26; +l.ss04 = 29; +g.ss06 = -33; +}; +quotesinglbase = { +Iogonek = 12; +oslash = 0; +p = -7; +jcircumflex = 26; +germandbls = -49; +numbersign = -87; +parenleft.case = -58; +at = -69; +copyright = -87; +published = -87; +dollar = -58; +euro = -87; +minus = -87; +equal = -87; +approxequal = -87; +}; +germandbls = { +a = 0; +d = 0; +a.ss05 = 12; +e = 5; +f = 0; +g = 0; +i = 0; +s = 12; +t = 0; +v = 0; +w = 0; +g.ss06 = 0; +t_i.liga = 0; +t_t.liga = 0; +period.ss01 = -29; +comma.ss01 = -21; +hyphen = 0; +parenright = -67; +bracketright = -65; +quotedblleft = -27; +quotesingle = -22; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 5; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = 11; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -21; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -85; +"@MMK_R_KO_Oacute" = -85; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -86; +"@MMK_R_KO_S" = -51; +"@MMK_R_KO_T" = -87; +"@MMK_R_KO_U" = -63; +"@MMK_R_KO_V" = -87; +"@MMK_R_KO_W" = -86; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -87; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -51; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = -25; +"@MMK_R_KO_e" = -57; +"@MMK_R_KO_eacute" = -57; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -25; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_lslash" = -33; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_uacute" = -52; +"@MMK_R_KO_v" = -87; +"@MMK_R_KO_w" = -65; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -25; +"@MMK_R_KO_t_t.liga" = -58; +"@MMK_R_KO_pi" = -42; +"@MMK_R_KO_zero" = -69; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -43; +"@MMK_R_KO_four" = -87; +"@MMK_R_KO_five" = -51; +"@MMK_R_KO_six" = -82; +"@MMK_R_KO_seven" = -87; +"@MMK_R_KO_eight" = -45; +"@MMK_R_KO_nine" = -52; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 27; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_question" = -87; +"@MMK_R_KO_asterisk" = -87; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_hyphen" = -87; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = -87; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_plus" = -87; +"@MMK_R_KO_percent" = -49; +}; +Odieresis = { +Eth = 33; +Germandbls = 0; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -115; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 31; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_two" = 14; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = -8; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -49; +"@MMK_R_KO_quoteright" = -35; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_degree" = -50; +"@MMK_R_KO_plus" = -19; +"@MMK_R_KO_percent" = -2; +}; +e = { +idieresis = -2; +germandbls = -16; +gbreve.ss06 = 0; +seven = -61; +emdash = 12; +registered = -40; +logicalnot = -30; +asciitilde = -10; +}; +Oacute = { +Eth = 33; +Lslash = 38; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = 33; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -84; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = 35; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 27; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -33; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = 40; +"@MMK_R_KO_backslash" = -43; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 54; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -57; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -55; +"@MMK_R_KO_quotedblright" = -51; +"@MMK_R_KO_quoteleft" = -55; +"@MMK_R_KO_quoteright" = -47; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -45; +"@MMK_R_KO_quotesingle" = -45; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -48; +"@MMK_R_KO_quoteright.ss01" = -49; +"@MMK_R_KO_trademark" = -95; +"@MMK_R_KO_asciicircum" = -79; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -112; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 38; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 39; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 25; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -41; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 44; +"@MMK_R_KO_semicolon" = 42; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 31; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 24; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_underscore" = 43; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -56; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -34; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -45; +}; +Germandbls = { +B = 0; +E = 0; +I = 0; +L = 0; +S = 28; +T = -3; +Z = 14; +a = 8; +foursuperior = -53; +hyphen = 6; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -78; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_quotedblleft" = -52; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -52; +"@MMK_R_KO_quoteright" = -46; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -46; +"@MMK_R_KO_quoteright.ss01" = -40; +}; +six.dnom = { +question = -97; +question.ss01 = -114; +parenright = -72; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +quotedbl = -111; +quotesingle = -83; +quotedblleft.ss01 = -145; +quoteleft.ss01 = -81; +quotedblright.ss01 = -145; +quoteright.ss01 = -81; +degree = -156; +}; +oneinferior = { +zeroinferior = -6; +oneinferior = 0; +twoinferior = 0; +parenright = -52; +}; +less = { +two = 31; +three = 39; +parenright = -56; +less = -77; +S = 28; +}; +Acircumflex = { +six = -42; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -87; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -87; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 10; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_a" = -52; +"@MMK_R_KO_aacute" = -52; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -53; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -37; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = 12; +"@MMK_R_KO_four" = -87; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = 20; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_ellipsis" = -87; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -87; +"@MMK_R_KO_hyphen" = -87; +"@MMK_R_KO_endash" = -87; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_endash.case" = -67; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -14; +"@MMK_R_KO_plus" = -87; +"@MMK_R_KO_percent" = 9; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -112; +"@MMK_R_KO_H" = -30; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_J" = -140; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -64; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = -56; +"@MMK_R_KO_I.ss02" = -50; +"@MMK_R_KO_J.ss10" = -237; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_a.ss05" = -49; +"@MMK_R_KO_l" = -29; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -58; +"@MMK_R_KO_i" = -38; +"@MMK_R_KO_n" = -50; +"@MMK_R_KO_j" = -38; +"@MMK_R_KO_s" = -47; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_z" = -34; +"@MMK_R_KO_t_t.liga" = -19; +}; +ellipsis.ss01 = { +Dcroat = -66; +Tbar = -154; +tbar = -78; +twosuperior = -186; +threesuperior = -193; +fivesuperior = -198; +eightsuperior = -205; +question.ss01 = -118; +parenleft = -59; +braceright = -83; +parenleft.case = -73; +quoteleft.ss01 = -81; +quoteright.ss01 = -81; +}; +u = { +l = -2; +idieresis = -3; +s = 0; +germandbls = 0; +logicalnot = -32; +}; +colon.ss01 = { +T = -82; +V = -42; +Y = -70; +zero = -4; +one = -33; +three = -7; +four = -71; +onesuperior = -51; +sevensuperior = -65; +emdash = -74; +parenright = -55; +braceright = -63; +bracketright = -62; +}; +ocircumflexacute = { +sevensuperior = -15; +parenright = -17; +bracketright = -20; +quotedbl = -30; +quotesingle = -30; +}; +egrave = { +T = -124; +}; +Jcircumflex = { +jcircumflex = 34; +parenright = 28; +bracketright = 17; +parenright.case = 35; +bracketright.case = 17; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 20; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_itilde" = 36; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 28; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -61; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = -35; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -58; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_J" = -101; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -114; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -66; +"@MMK_R_KO_Y" = -85; +"@MMK_R_KO_Z" = -61; +"@MMK_R_KO_I.ss02" = -79; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 28; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 29; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 29; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_z" = -35; +"@MMK_R_KO_t_t.liga" = -5; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 37; +"@MMK_R_KO_Y" = 18; +"@MMK_R_KO_Z" = 47; +"@MMK_R_KO_I.ss02" = 56; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 46; +"@MMK_R_KO_hyphen.case" = -22; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 13; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -63; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -64; +"@MMK_R_KO_S" = -34; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_U" = -52; +"@MMK_R_KO_V" = -85; +"@MMK_R_KO_W" = -68; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -85; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_v" = -79; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_y" = -52; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_t_t.liga" = -48; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = -55; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -71; +"@MMK_R_KO_five" = -34; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = -74; +"@MMK_R_KO_eight" = -26; +"@MMK_R_KO_nine" = -36; +"@MMK_R_KO_sixsuperior" = -85; +"@MMK_R_KO_onesuperior" = -85; +"@MMK_R_KO_foursuperior" = -85; +"@MMK_R_KO_sevensuperior" = -85; +"@MMK_R_KO_ninesuperior" = -85; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -83; +"@MMK_R_KO_asterisk" = -85; +"@MMK_R_KO_slash" = 44; +"@MMK_R_KO_hyphen" = -85; +"@MMK_R_KO_endash" = -85; +"@MMK_R_KO_hyphen.case" = -85; +"@MMK_R_KO_endash.case" = -85; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -85; +"@MMK_R_KO_quotedblright" = -85; +"@MMK_R_KO_quoteleft" = -85; +"@MMK_R_KO_quoteright" = -85; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -85; +"@MMK_R_KO_quotesingle" = -83; +}; +udieresis = { +germandbls = 0; +}; +E = { +Hbar = 3; +igrave = 24; +idieresis = 35; +jcircumflex = 35; +germandbls = -26; +idieresis.ss01 = 35; +zero = -16; +two = 28; +six = -15; +seven = 13; +numbersign = -33; +registered = -39; +multiply = -46; +logicalnot = -32; +asciitilde = -24; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -80; +"@MMK_R_KO_Oacute" = -80; +"@MMK_R_KO_J" = 33; +"@MMK_R_KO_G.ss07" = -80; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = -60; +"@MMK_R_KO_V" = -139; +"@MMK_R_KO_W" = -73; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -50; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = -50; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_v" = -81; +"@MMK_R_KO_w" = -62; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 34; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = -50; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -65; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = -100; +"@MMK_R_KO_five" = -39; +"@MMK_R_KO_six" = -74; +"@MMK_R_KO_seven" = -77; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -41; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 33; +"@MMK_R_KO_asterisk" = -154; +"@MMK_R_KO_slash" = 72; +"@MMK_R_KO_period.ss01" = 9; +"@MMK_R_KO_comma.ss01" = 28; +"@MMK_R_KO_colon.ss01" = 28; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 19; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblright.ss01" = -145; +}; +Lcaron = { +A = 14; +B = 0; +M = 0; +N = 0; +K = 0; +C = -58; +O = -58; +G = -58; +Ccaron = -58; +Ocircumflex = -58; +J = 20; +S = -28; +Scaron = -28; +T = -41; +U = -42; +Uacute = -42; +V = -36; +W = -38; +Zcaron = 32; +I.ss02 = 31; +a = -55; +u = -40; +v = -67; +w = -60; +sixsuperior = -64; +onesuperior = -54; +twosuperior = -60; +threesuperior = -63; +foursuperior = -86; +fivesuperior = -70; +sevensuperior = -55; +eightsuperior = -66; +ninesuperior = -60; +period = 12; +comma = 10; +question = -45; +question.ss01 = -61; +hyphen = -147; +hyphen.case = -138; +parenright = -36; +quotedblleft = -60; +quoteleft = -58; +guillemetleft = -71; +guilsinglleft = -71; +quotedbl = -56; +quotesingle = -56; +quotedblleft.ss01 = -61; +quoteleft.ss01 = -58; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 24; +"@MMK_R_KO_J" = -66; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -114; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = -63; +"@MMK_R_KO_I.ss02" = -69; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 25; +"@MMK_R_KO_w" = 28; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = 25; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -60; +"@MMK_R_KO_comma" = -61; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -92; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -70; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -73; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -32; +}; +Udieresis.ss01 = { +b = 0; +}; +twosuperior = { +A = -52; +fraction = 12; +period = -85; +comma = -87; +slash = -63; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -9; +parenright = -36; +parenright.case = -37; +}; +period = { +g.ss06 = 20; +ordfeminine = -85; +ordmasculine = -85; +twosuperior = -85; +threesuperior = -85; +fivesuperior = -85; +eightsuperior = -85; +parenleft = -31; +braceright = -48; +parenleft.case = -50; +}; +uhorntilde = { +a = -13; +a.ss05 = 0; +n = -6; +u = 0; +period = -25; +comma = -23; +ellipsis = -59; +question = 44; +period.ss01 = -46; +ellipsis.ss01 = -56; +comma.ss01 = -38; +parenright = -26; +quotedblright = 6; +quotedbl = 2; +}; +nine = { +ordmasculine = -25; +underscore = -25; +braceright = -96; +braceright.case = -54; +bracketright.case = -53; +trademark = -74; +asciicircum = -67; +}; +T = { +Hbar = 7; +Lslash = -22; +Oslash = -25; +Tbar = 20; +aacute = -115; +agrave = -85; +adotbelow = -115; +adotbelow.ss01 = -115; +aogonek = -115; +adieresis = -78; +ahookabove = -96; +ae = -108; +a.ss05 = -107; +aacute.ss05 = -87; +aogonek.ss05 = -102; +adotbelow.ss05 = -102; +cacute = -108; +ccedilla = -121; +eacute = -100; +edotaccent = -88; +eogonek = -118; +edotbelow = -118; +edotbelow.ss01 = -118; +edotaccent.ss01 = -90; +egrave = -60; +ecaron = -41; +ehookabove = -81; +oacute = -107; +ohookabove = -83; +ograve = -67; +ocircumflexhookabove = -72; +ohungarumlaut = -82; +odotbelow = -121; +ohorngrave = -67; +ohornacute = -107; +odotbelow.ss01 = -121; +oslash = -110; +gbreve = -57; +i.ss01 = -2; +idotaccent.ss01 = -2; +iacute = -30; +igrave = 27; +rcaron = -5; +ihookabove = 0; +idotless = -103; +ibreve = 71; +icaron = 54; +idieresis = 43; +racute = -72; +scaron = -25; +scircumflex = -42; +uacute = -100; +uhorndotbelow = -111; +uhorndotbelow.ss01 = -111; +ugrave = -71; +udotbelow = -111; +uogonek = -111; +uhorngrave = -71; +uhornacute = -100; +udotbelow.ss01 = -111; +uhornhookabove = -88; +ygrave = -43; +ycircumflex = -49; +yhookabove = -66; +zcaron = -40; +idieresis.ss01 = 41; +zero = -18; +six = -18; +seven = 20; +zeroinferior = -135; +twoinferior = -127; +numbersign = -66; +endash.case = -111; +parenleft.case = -33; +guilsinglleft = -117; +guilsinglright = -115; +at = -40; +ampersand = -20; +registered = -41; +plus = -110; +minus = -117; +multiply = -71; +divide = -117; +equal = -109; +less = -112; +greaterequal = -85; +plusminus = -109; +approxequal = -134; +logicalnot = -138; +asciitilde = -137; +}; +quotesinglbase.ss01 = { +Dcroat = -57; +T = -81; +Tcaron = -81; +V = -81; +W = -81; +Y = -81; +oslash = -10; +germandbls = -55; +numbersign = -81; +question.ss01 = -81; +parenleft.case = -58; +quoteright.ss01 = -81; +at = -60; +copyright = -81; +published = -81; +euro = -81; +minus = -81; +equal = -81; +approxequal = -81; +}; +Q = { +Dcroat = 0; +two = 23; +seven = -35; +registered = -38; +}; +quoteright = { +Hbar = 28; +a.ss05 = -58; +eacute = -67; +hbar = 30; +igrave = 7; +icircumflex = 34; +idieresis = 41; +imacron = 72; +itilde = 59; +jcircumflex = 35; +scaron = -21; +x = -43; +g.ss06 = -56; +gdotaccent.ss06 = -56; +mu = -49; +questiondown = -87; +questiondown.case = -87; +quotedblbase = -87; +euro = -43; +asciitilde = -87; +}; +minus = { +one = -66; +two = -59; +three = -47; +seven = -84; +one.numr = -44; +seven.numr = -51; +period = -85; +comma = -87; +period.ss01 = -82; +comma.ss01 = -81; +parenright = -94; +parenright.case = -82; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +guillemetright = -42; +quotedbl = -76; +quotesingle = -76; +quotedblleft.ss01 = -108; +quoteleft.ss01 = -81; +quotedblright.ss01 = -105; +quoteright.ss01 = -81; +tenge = -82; +yen = -25; +x = -51; +}; +ldot.ss04 = { +a = 33; +e = 34; +period = -85; +comma = -87; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -49; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 37; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -46; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -23; +"@MMK_R_KO_pi" = -15; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = -44; +"@MMK_R_KO_eight" = 35; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -63; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_ninesuperior" = -60; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_ellipsis" = -79; +"@MMK_R_KO_question" = -48; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -71; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -45; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -29; +"@MMK_R_KO_endash.case" = -45; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_parenright.case" = -45; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -57; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -57; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -66; +"@MMK_R_KO_quotesingle" = -66; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -58; +"@MMK_R_KO_degree" = -82; +"@MMK_R_KO_plus" = -36; +"@MMK_R_KO_percent" = -49; +}; +acircumflexacute.ss05 = { +t = -27; +y = -30; +t_i.liga = -27; +t_t.liga = -27; +question = -44; +question.ss01 = -51; +}; +p = { +seven = -68; +registered = -45; +}; +idotaccent = { +T = -31; +idieresis = 6; +parenright = -37; +}; +summation = { +n = -60; +}; +eth = { +a = 7; +d = 7; +aacute = 7; +e = 6; +o = 7; +eth = 10; +odieresis = 7; +f = -10; +f_f.liga = -10; +f_f_i.liga = -10; +fi = -10; +f_y.liga = -10; +fl = -10; +g = 6; +i = 2; +j = 2; +s = 5; +t = -11; +u = 7; +v = -14; +y = -18; +t_i.liga = -11; +t_t.liga = -11; +period = -5; +comma = -2; +period.ss01 = -33; +comma.ss01 = -27; +hyphen = 5; +parenright = -64; +bracketright = -60; +quotedblleft = -38; +quoteleft = -28; +quotedbl = -34; +}; +igrave = { +parenright = -47; +}; +three.numr = { +fraction = 3; +}; +Aring = { +endash.case = -62; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -118; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -33; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = -40; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -51; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = -40; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_quotedblleft" = -53; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -53; +"@MMK_R_KO_quoteright" = -45; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -55; +"@MMK_R_KO_quotedblright.ss01" = -52; +"@MMK_R_KO_quoteright.ss01" = -53; +"@MMK_R_KO_trademark" = -81; +"@MMK_R_KO_asciicircum" = -64; +}; +lcommaaccent = { +j = 7; +}; +quoteright.ss01 = { +igrave = 11; +icircumflex = 31; +imacron = 47; +itilde = 52; +jcircumflex = 31; +idieresis.ss01 = 18; +g.ss06 = -58; +gdotaccent.ss01.ss06 = -55; +mu = -52; +questiondown.case = -81; +questiondown.ss01 = -81; +quotedblbase.ss01 = -81; +asciitilde = -78; +}; +backslash = { +p = 15; +g.ss06 = 39; +backslash = -120; +underscore = 55; +quoteright.ss01 = -81; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_T" = 57; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = 53; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 52; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 55; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_sixsuperior" = 18; +"@MMK_R_KO_onesuperior" = 28; +"@MMK_R_KO_twosuperior" = 43; +"@MMK_R_KO_threesuperior" = 40; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 32; +"@MMK_R_KO_sevensuperior" = 57; +"@MMK_R_KO_eightsuperior" = 24; +"@MMK_R_KO_ninesuperior" = 35; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -62; +"@MMK_R_KO_exclam" = 25; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 5; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 68; +"@MMK_R_KO_bracketright" = 45; +"@MMK_R_KO_parenright.case" = 67; +"@MMK_R_KO_bracketright.case" = 50; +"@MMK_R_KO_quotedblright" = 21; +"@MMK_R_KO_quoteright" = 24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 39; +"@MMK_R_KO_quotesingle" = 39; +"@MMK_R_KO_quotedblright.ss01" = 34; +"@MMK_R_KO_quoteright.ss01" = 34; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = 23; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 43; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = 27; +"@MMK_R_KO_Z" = 48; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 20; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_twosuperior" = 20; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 15; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_eightsuperior" = 24; +"@MMK_R_KO_ninesuperior" = 14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 24; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 69; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 9; +"@MMK_R_KO_bracketright" = 10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = 7; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -60; +}; +parenright.case = { +T = -47; +V = -31; +Y = -40; +Yacute = -40; +period = -24; +comma = -19; +slash = -18; +period.ss01 = -48; +comma.ss01 = -37; +hyphen.case = 18; +emdash.case = 21; +parenleft.case = 9; +parenright.case = -41; +braceright.case = -35; +bracketright.case = -35; +quotedbl = -20; +}; +degree = { +zero = -22; +three = -14; +four = -105; +five = -23; +six = -20; +period = -85; +comma = -87; +slash = -131; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -155; +emdash = -147; +endash = -83; +hyphen.case = -57; +emdash.case = -57; +parenright = -72; +bracketright = -74; +parenright.case = -71; +bracketright.case = -75; +g.ss06 = -53; +}; +H = { +H = 0; +Hbar = 44; +igrave = 4; +ibreve = 36; +idieresis = 28; +jcircumflex = 32; +x = 0; +idieresis.ss01 = 16; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -60; +greaterequal = 0; +lessequal = -29; +Y = -54; +n = -11; +}; +mu = { +mu = -16; +pi = 0; +one = -49; +onesuperior = -58; +twosuperior = -35; +sevensuperior = -72; +period.ss01 = -34; +comma.ss01 = -26; +hyphen = -6; +parenright = -57; +braceright = -76; +bracketright = -74; +quotedblleft = -59; +quotedblright = -57; +quoteleft = -59; +quoteright = -57; +quotedbl = -46; +quotesingle = -43; +trademark = -96; +asciicircum = -72; +}; +questiondown = { +p = -2; +questiondown = 25; +}; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = -26; +Eth = -26; +Lslash = -20; +Tbar = -90; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 0; +jcircumflex = 0; +germandbls = -25; +tbar = -24; +gbreve.ss06 = 15; +ordfeminine = -111; +ordmasculine = -111; +zero = -38; +two = 20; +three = -9; +five = -17; +six = -42; +seven = -69; +eight = -11; +nine = -18; +numbersign = -28; +endash.case = -62; +parenleft.case = -32; +quotedblleft.ss01 = -112; +at = -34; +ampersand = -2; +registered = -104; +dollar = -19; +plus = -56; +minus = -59; +multiply = -37; +divide = -57; +equal = -28; +notequal = -57; +less = -44; +approxequal = -63; +logicalnot = -76; +asciitilde = -62; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 41; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_Oacute" = -39; +"@MMK_R_KO_J" = 49; +"@MMK_R_KO_G.ss07" = -40; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 39; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 41; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 44; +"@MMK_R_KO_itilde" = 47; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -54; +"@MMK_R_KO_w" = -41; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -59; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = -24; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 23; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -74; +"@MMK_R_KO_underscore" = 39; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_parenleft" = -19; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_bracketright.case" = 13; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -32; +"@MMK_R_KO_asciicircum" = -101; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 13; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 22; +"@MMK_R_KO_three" = 19; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 4; +"@MMK_R_KO_eight" = 15; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_degree" = -29; +"@MMK_R_KO_plus" = -11; +"@MMK_R_KO_percent" = 0; +}; +ohornacute = { +c = 7; +i = 2; +idotaccent = 2; +i.ss01 = 2; +idotaccent.ss01 = 2; +m = 2; +n = 2; +p = 0; +t = 0; +u = 5; +t_i.liga = 0; +t_i.liga.ss01 = 0; +t_t.liga = 0; +parenright = -54; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -65; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -86; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -71; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = -87; +"@MMK_R_KO_I.ss02" = -75; +"@MMK_R_KO_J.ss10" = -107; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 21; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 21; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -11; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = 17; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = -112; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -65; +"@MMK_R_KO_backslash" = -15; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -92; +"@MMK_R_KO_endash" = -66; +"@MMK_R_KO_underscore" = -87; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -70; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -34; +}; +Ycircumflex = { +a.ss05 = -63; +}; +Ograve = { +Lslash = 38; +}; +Hbar = { +Hbar = 136; +Idieresis.ss01 = 42; +exclam.ss01 = 41; +}; +Y = { +Eth = -27; +Lslash = -21; +Oslash = -21; +aacute = -72; +a.ss05 = -63; +aacute.ss05 = -59; +aogonek.ss05 = -63; +eth = -59; +ccedilla = -79; +eacute = -76; +edotbelow = -79; +edotbelow.ss01 = -79; +egrave = -50; +ecircumflexacute = -50; +oacute = -75; +odotbelow = -79; +odotbelow.ss01 = -79; +oslash = -75; +iacute = -22; +ntilde = -45; +ncaron = -48; +igrave = 27; +idieresis = 40; +scaron = 0; +zcaron = -24; +idieresis.ss01 = 45; +zero = -23; +two = 10; +three = 6; +six = -22; +seven = 38; +eight = -3; +nine = 0; +twoinferior = -104; +numbersign = -35; +ellipsis.ss01 = -166; +endash.case = -59; +parenleft.case = -22; +at = -30; +ampersand = -23; +registered = -19; +plus = -76; +minus = -76; +multiply = -42; +equal = -38; +notequal = -78; +less = -61; +lessequal = -98; +logicalnot = -93; +asciitilde = -97; +}; +acircumflexacute = { +sevensuperior = 0; +parenright = -2; +}; +odieresis.ss01 = { +germandbls = -21; +}; +foursuperior = { +A = -63; +period = -85; +comma = -87; +slash = -72; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -49; +}; +eight = { +icircumflex = 33; +braceright = -55; +bracketright.case = -28; +trademark = -52; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -62; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -109; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -94; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -81; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -38; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -43; +"@MMK_R_KO_eacute" = -39; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -40; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -12; +"@MMK_R_KO_zero" = -6; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_two" = 17; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 48; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_ellipsis" = -152; +"@MMK_R_KO_question" = 37; +"@MMK_R_KO_asterisk" = 25; +"@MMK_R_KO_slash" = -115; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -31; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_endash" = -55; +"@MMK_R_KO_hyphen.case" = -39; +"@MMK_R_KO_endash.case" = -31; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetleft" = -52; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = 29; +"@MMK_R_KO_quotesingle" = 29; +"@MMK_R_KO_quotedblleft.ss01" = 24; +"@MMK_R_KO_quotedblright.ss01" = 23; +"@MMK_R_KO_plus" = -46; +"@MMK_R_KO_percent" = 27; +}; +w = { +ampersand = -10; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -87; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = -87; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 1; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -64; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -60; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -65; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -49; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -45; +"@MMK_R_KO_uacute" = -39; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -41; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_pi" = -33; +"@MMK_R_KO_zero" = -21; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = 11; +"@MMK_R_KO_four" = -87; +"@MMK_R_KO_five" = -8; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_ellipsis" = -87; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -87; +"@MMK_R_KO_hyphen" = -87; +"@MMK_R_KO_endash" = -87; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_endash.case" = -74; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -76; +"@MMK_R_KO_guillemetright" = -36; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -87; +}; +jacute = { +hbar = 6; +idieresis = 6; +iogonek = 8; +j = 7; +j.ss01 = 7; +jcircumflex = 12; +seven = 30; +comma = 2; +slash = 16; +parenright = 12; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 45; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_J" = 29; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 47; +"@MMK_R_KO_W" = 45; +"@MMK_R_KO_X" = 45; +"@MMK_R_KO_Y" = 30; +"@MMK_R_KO_Z" = 48; +"@MMK_R_KO_I.ss02" = 58; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 39; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -70; +"@MMK_R_KO_w" = -53; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -55; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -79; +"@MMK_R_KO_endash" = -77; +"@MMK_R_KO_underscore" = 48; +"@MMK_R_KO_hyphen.case" = -79; +"@MMK_R_KO_parenleft" = -17; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 14; +"@MMK_R_KO_bracketright.case" = 18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -75; +}; +gcaron.ss06 = { +gcaron.ss06 = 40; +}; +Ntilde = { +A = 3; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 34; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 33; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 35; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 24; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 40; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 42; +"@MMK_R_KO_comma" = 62; +"@MMK_R_KO_colon" = 48; +"@MMK_R_KO_semicolon" = 63; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 29; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = 72; +"@MMK_R_KO_backslash" = 3; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 44; +"@MMK_R_KO_colon.ss01" = 47; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 66; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 12; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -54; +"@MMK_R_KO_asciicircum" = -45; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 21; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_bracketright.case" = -32; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -3; +}; +guillemetleft = { +Dcroat = -5; +T = -115; +mu = -7; +twosuperior = -32; +braceright = -82; +minus = -29; +logicalnot = -33; +asciitilde = -38; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -122; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_one" = -59; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -49; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -52; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -82; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_braceright" = -75; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -77; +"@MMK_R_KO_quotedblright" = -76; +"@MMK_R_KO_quoteleft" = -77; +"@MMK_R_KO_quoteright" = -75; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -56; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -84; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -78; +}; +icircumflex = { +two = 55; +exclam.ss01 = 30; +parenright = -5; +}; +ihookabove = { +n = -3; +}; +guilsinglleft = { +twosuperior = -33; +braceright = -82; +logicalnot = -34; +asciitilde = -39; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -104; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = -119; +"@MMK_R_KO_V" = -59; +"@MMK_R_KO_W" = -45; +"@MMK_R_KO_X" = -81; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = -78; +"@MMK_R_KO_I.ss02" = -86; +"@MMK_R_KO_J.ss10" = -57; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -22; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = -22; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_z" = -44; +"@MMK_R_KO_t_t.liga" = -23; +}; +Uhornacute = { +exclam.ss01 = 23; +}; +ocircumflexhookabove = { +parenright = -18; +bracketright = -23; +quotedblright = -28; +quotedbl = -26; +quotesingle = -26; +quotedblright.ss01 = -35; +}; +plusminus = { +one = -56; +parenright = -43; +}; +question = { +exclam = -6; +questiondown = -90; +questiondown.case = -39; +bracketright.case = -55; +}; +ordmasculine = { +period = -85; +comma = -87; +slash = -99; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -72; +parenright = -55; +parenright.case = -54; +}; +slash = { +Hbar = 51; +Oslash = -4; +hbar = 50; +ntilde = -32; +ncommaaccent = -43; +igrave = 49; +ibreve = 85; +icircumflex = 47; +idieresis = 67; +imacron = 64; +itilde = 69; +jcircumflex = 48; +rcommaaccent = -43; +scaron = -4; +scircumflex = -16; +x = -28; +idieresis.ss01 = 61; +g.ss06 = -40; +gcommaaccent.ss06 = -37; +gdotaccent.ss06 = -36; +gdotaccent.ss01.ss06 = -35; +mu = -45; +oneinferior = -61; +fourinferior = -104; +eightinferior = -71; +backslash = 58; +ellipsis.ss01 = -146; +underscore = -103; +parenleft = -9; +quotesinglbase = -87; +quotedblbase = -134; +quotedblbase.ss01 = -139; +literSign = -28; +cent = -19; +euro = -20; +sterling = -16; +minus = -49; +asciicircum = -64; +infinity = -27; +integral = -42; +radical = -48; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 42; +"@MMK_R_KO_O" = 46; +"@MMK_R_KO_Oacute" = 46; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 45; +"@MMK_R_KO_S" = 70; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 56; +"@MMK_R_KO_W" = 64; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 27; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 29; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 19; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_w" = 23; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_l.ss03" = 32; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_sixsuperior" = 35; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 21; +"@MMK_R_KO_threesuperior" = 10; +"@MMK_R_KO_foursuperior" = 13; +"@MMK_R_KO_fivesuperior" = 22; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_eightsuperior" = 29; +"@MMK_R_KO_ninesuperior" = 28; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 34; +"@MMK_R_KO_semicolon" = 32; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = 41; +"@MMK_R_KO_question" = 65; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 21; +"@MMK_R_KO_question.ss01" = 37; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = -4; +"@MMK_R_KO_quotedblright" = 44; +"@MMK_R_KO_quoteright" = 44; +"@MMK_R_KO_quotedbl" = 26; +"@MMK_R_KO_quotesingle" = 26; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_quoteright.ss01" = 18; +}; +M = { +Hbar = 44; +hbar = 20; +igrave = 4; +ibreve = 36; +icaron = 24; +idieresis = 28; +idieresis.ss01 = 16; +}; +i = { +hbar = 5; +ntilde = -3; +idieresis = 6; +j = 0; +jcircumflex = 6; +s = 0; +germandbls = 0; +slash = -2; +parenright = -37; +braceright = -34; +bracketright = -34; +logicalnot = -32; +}; +macute = { +quotesingle = -56; +}; +greaterequal = { +one = -70; +three = -56; +seven = -86; +parenright = -65; +T = -138; +}; +eogonek = { +parenright = -51; +}; +fiveinferior = { +T = -130; +W = -44; +parenright = -58; +}; +tcedilla = { +comma = 55; +parenright = 38; +bracketright = 19; +}; +eightsuperior = { +A = -64; +fraction = 4; +period = -85; +comma = -87; +slash = -73; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -43; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -104; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -121; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -145; +"@MMK_R_KO_a" = -71; +"@MMK_R_KO_aacute" = -59; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_eacute" = -54; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -51; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -54; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -45; +"@MMK_R_KO_uacute" = -45; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 11; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -100; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -122; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -38; +"@MMK_R_KO_hyphen" = -145; +"@MMK_R_KO_endash" = -145; +"@MMK_R_KO_hyphen.case" = -79; +"@MMK_R_KO_endash.case" = -56; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_plus" = -78; +"@MMK_R_KO_percent" = 9; +}; +ordfeminine = { +period = -85; +comma = -87; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -63; +parenright = -38; +}; +Edotaccent = { +scaron = 0; +}; +Oslash = { +Eth = 33; +T = 0; +Tcaron = 0; +V = 0; +Y = 0; +l.ss04 = 27; +sevensuperior = 0; +parenright = 0; +bracketright = -15; +parenright.case = 16; +bracketright.case = 0; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -102; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = -93; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 52; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -125; +"@MMK_R_KO_a" = -115; +"@MMK_R_KO_aacute" = -60; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -121; +"@MMK_R_KO_eacute" = -57; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -114; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -117; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 40; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -109; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -114; +"@MMK_R_KO_uacute" = -60; +"@MMK_R_KO_v" = -115; +"@MMK_R_KO_w" = -116; +"@MMK_R_KO_x" = -107; +"@MMK_R_KO_y" = -111; +"@MMK_R_KO_z" = -111; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = -102; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -110; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -55; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_colon" = -76; +"@MMK_R_KO_semicolon" = -77; +"@MMK_R_KO_ellipsis" = -152; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -104; +"@MMK_R_KO_backslash" = 46; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -82; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -113; +"@MMK_R_KO_endash" = -111; +"@MMK_R_KO_underscore" = -116; +"@MMK_R_KO_hyphen.case" = -113; +"@MMK_R_KO_parenleft" = -37; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = -17; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -117; +"@MMK_R_KO_guillemetright" = -112; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -71; +}; +seven.numr = { +fraction = -30; +}; +at = { +underscore = -12; +parenright = -78; +bracketright = -65; +parenright.case = -55; +bracketright.case = -57; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -134; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -107; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -50; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_twosuperior" = -33; +"@MMK_R_KO_threesuperior" = -35; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_fivesuperior" = -47; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -35; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = -10; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -54; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = -53; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = -78; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 11; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -67; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_quotedblleft" = -88; +"@MMK_R_KO_quotedblright" = -79; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -78; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -87; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -100; +"@MMK_R_KO_asciicircum" = -92; +}; +F = { +Hbar = 0; +adieresis.ss05 = -19; +i.ss01 = 0; +iacute = -12; +igrave = 24; +idieresis = 41; +zcaron = -42; +idieresis.ss01 = 38; +three = 0; +seven = 19; +twoinferior = -24; +threeinferior = -27; +fourinferior = -78; +fiveinferior = -40; +sixinferior = -41; +eightinferior = -39; +numbersign = -35; +ellipsis.ss01 = -276; +ampersand = -11; +multiply = -48; +}; +nineinferior = { +parenright = -64; +}; +parenright = { +icircumflex = 14; +parenleft = 17; +braceright = -40; +asciicircum = -66; +}; +fivesuperior = { +A = -60; +fraction = 13; +period = -85; +comma = -87; +slash = -73; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -41; +guillemetleft = -12; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -35; +"@MMK_R_KO_O" = -90; +"@MMK_R_KO_Oacute" = -90; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -90; +"@MMK_R_KO_S" = -58; +"@MMK_R_KO_T" = -154; +"@MMK_R_KO_U" = -78; +"@MMK_R_KO_V" = -163; +"@MMK_R_KO_W" = -90; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -164; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -57; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -35; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = -60; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = -35; +"@MMK_R_KO_n" = -35; +"@MMK_R_KO_j" = -33; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -72; +"@MMK_R_KO_u" = -62; +"@MMK_R_KO_uacute" = -62; +"@MMK_R_KO_v" = -95; +"@MMK_R_KO_w" = -78; +"@MMK_R_KO_y" = -92; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -35; +"@MMK_R_KO_t_t.liga" = -72; +"@MMK_R_KO_pi" = -54; +"@MMK_R_KO_zero" = -81; +"@MMK_R_KO_one" = -84; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -45; +"@MMK_R_KO_four" = -147; +"@MMK_R_KO_five" = -57; +"@MMK_R_KO_six" = -87; +"@MMK_R_KO_seven" = -99; +"@MMK_R_KO_eight" = -49; +"@MMK_R_KO_nine" = -59; +"@MMK_R_KO_sixsuperior" = -208; +"@MMK_R_KO_onesuperior" = -120; +"@MMK_R_KO_foursuperior" = -195; +"@MMK_R_KO_sevensuperior" = -173; +"@MMK_R_KO_ninesuperior" = -208; +"@MMK_R_KO_asterisk" = -154; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -162; +"@MMK_R_KO_endash" = -247; +"@MMK_R_KO_hyphen.case" = -280; +"@MMK_R_KO_endash.case" = -255; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_guillemetleft" = -82; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -145; +"@MMK_R_KO_quotedblright.ss01" = -145; +}; +lcaron = { +l = 34; +ncaron = 11; +lcaron = 34; +scaron = 20; +exclam.ss01 = 100; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_Oacute" = 25; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -103; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_I.ss02" = -58; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 21; +"@MMK_R_KO_eacute" = 21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -64; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 34; +"@MMK_R_KO_endash" = 31; +"@MMK_R_KO_hyphen.case" = 43; +"@MMK_R_KO_parenright" = -92; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_parenright.case" = -72; +"@MMK_R_KO_bracketright.case" = -77; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -31; +}; +z = { +logicalnot = -27; +}; +Eogonek = { +comma = 56; +parenright = 14; +}; +G = { +Eth = 13; +Hbar = 19; +Lslash = 40; +Oslash = 14; +hbar = 13; +idieresis = 11; +jcircumflex = 21; +eight = 17; +braceright.case = -52; +}; +eightinferior = { +parenright = -60; +}; +comma = { +twosuperior = -87; +threesuperior = -87; +fivesuperior = -87; +eightsuperior = -87; +}; +pi = { +pi = 11; +onesuperior = -40; +sevensuperior = -54; +period = 14; +comma = 17; +colon = 48; +slash = 34; +hyphen = -26; +parenright = -41; +braceright = -50; +bracketright = -49; +quoteright = -18; +quotesingle = -17; +trademark = -61; +}; +iacute = { +a = 0; +c = 0; +ntilde = -3; +m = -3; +n = -3; +p = -3; +s = 0; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 31; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 29; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 20; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 28; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = 22; +"@MMK_R_KO_z" = 51; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 28; +"@MMK_R_KO_sixsuperior" = 110; +"@MMK_R_KO_onesuperior" = 97; +"@MMK_R_KO_twosuperior" = 94; +"@MMK_R_KO_threesuperior" = 90; +"@MMK_R_KO_foursuperior" = 58; +"@MMK_R_KO_fivesuperior" = 99; +"@MMK_R_KO_sevensuperior" = 107; +"@MMK_R_KO_eightsuperior" = 87; +"@MMK_R_KO_ninesuperior" = 94; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 55; +"@MMK_R_KO_semicolon" = 55; +"@MMK_R_KO_exclam" = 98; +"@MMK_R_KO_question" = 126; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 46; +"@MMK_R_KO_question.ss01" = 77; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_parenright" = 81; +"@MMK_R_KO_bracketright" = 27; +"@MMK_R_KO_quotedblleft" = 88; +"@MMK_R_KO_quoteleft" = 88; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 94; +"@MMK_R_KO_quotesingle" = 94; +"@MMK_R_KO_quotedblleft.ss01" = 92; +}; +Dcroat = { +Dcroat = 35; +Itilde = 2; +}; +jcircumflex = { +E = 24; +U = 37; +k = 6; +l = 8; +i = 6; +j = 8; +jcircumflex = 20; +two = 55; +bracketright = 0; +quotedblleft = 36; +quotedblright = 41; +quoteleft = 38; +quoteright = 43; +quotedbl = 25; +quotesingle = 30; +quotedblright.ss01 = 20; +quoteright.ss01 = 20; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 37; +"@MMK_R_KO_Y" = 18; +"@MMK_R_KO_Z" = 47; +"@MMK_R_KO_I.ss02" = 56; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -23; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_backslash" = 38; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 46; +"@MMK_R_KO_hyphen.case" = -22; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -73; +}; +gbreve.ss06 = { +gbreve.ss06 = 40; +}; +R = { +Hbar = 53; +Oslash = 9; +hbar = 23; +idieresis = 21; +jcircumflex = 46; +idieresis.ss01 = 17; +two = 18; +three = 10; +eight = 11; +nine = 11; +greater = 17; +logicalnot = -30; +}; +idieresis.ss01 = { +Idieresis.ss01 = 19; +exclam.ss01 = 29; +}; +one.dnom = { +zero.dnom = -7; +one.dnom = 0; +two.dnom = 0; +question = -84; +question.ss01 = -113; +parenright = -68; +quotedblleft = -115; +quotedblright = -115; +quoteleft = -87; +quoteright = -87; +quotedbl = -84; +quotesingle = -83; +quotedblleft.ss01 = -115; +quoteleft.ss01 = -81; +quotedblright.ss01 = -115; +quoteright.ss01 = -81; +degree = -115; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -102; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = -93; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 52; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -125; +"@MMK_R_KO_a" = -115; +"@MMK_R_KO_aacute" = -64; +"@MMK_R_KO_a.ss05" = -107; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -121; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -111; +"@MMK_R_KO_uacute" = -56; +"@MMK_R_KO_v" = -115; +"@MMK_R_KO_four" = -110; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -55; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_colon" = -76; +"@MMK_R_KO_semicolon" = -74; +"@MMK_R_KO_ellipsis" = -152; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -102; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -81; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -113; +"@MMK_R_KO_endash" = -111; +"@MMK_R_KO_hyphen.case" = -113; +"@MMK_R_KO_parenleft" = -37; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = -6; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -117; +"@MMK_R_KO_guillemetright" = -115; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 23; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -99; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -112; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -70; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -123; +"@MMK_R_KO_Z" = -33; +"@MMK_R_KO_I.ss02" = -76; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 24; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -43; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_pi" = -14; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -58; +"@MMK_R_KO_two" = -17; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 39; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = -95; +"@MMK_R_KO_eight" = 32; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -78; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_foursuperior" = -121; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_ninesuperior" = -67; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_question" = -92; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -74; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -85; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -145; +"@MMK_R_KO_quotedblright.ss01" = -145; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -52; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 24; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_J" = -70; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -59; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -66; +"@MMK_R_KO_I.ss02" = -63; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 25; +"@MMK_R_KO_w" = 28; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = 24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -64; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -95; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -53; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -78; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_braceright" = -70; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -32; +}; +Tcedilla = { +aacute = -115; +acircumflex.ss05 = -45; +amacron.ss05 = -28; +abreve.ss05 = -25; +endash.case = -111; +}; +Yacute = { +Eth = -27; +Oslash = -21; +a.ss05 = -63; +ellipsis.ss01 = -166; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_itilde" = 18; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -68; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 36; +"@MMK_R_KO_hyphen.case" = 35; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -101; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_bracketright.case" = -50; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = 19; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -24; +}; +greater = { +parenright = -90; +bracketright = -76; +parenright.case = -75; +bracketright.case = -77; +greater = -78; +}; +ecircumflexacute = { +onesuperior = -23; +sevensuperior = -6; +parenright = -16; +bracketright = -14; +quotedbl = -25; +quotesingle = -25; +}; +Uhorn = { +exclam.ss01 = 23; +}; +Rcommaaccent = { +parenright = -40; +}; +question.ss01 = { +questiondown.case = -39; +questiondown.ss01 = -91; +}; +onesuperior = { +A = -67; +fraction = 0; +period = -85; +comma = -87; +slash = -76; +period.ss01 = -82; +comma.ss01 = -81; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -23; +"@MMK_R_KO_O" = -86; +"@MMK_R_KO_Oacute" = -86; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -88; +"@MMK_R_KO_S" = -58; +"@MMK_R_KO_T" = -132; +"@MMK_R_KO_U" = -78; +"@MMK_R_KO_V" = -135; +"@MMK_R_KO_W" = -80; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -139; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_a" = -67; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -21; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_j" = 79; +"@MMK_R_KO_s" = -45; +"@MMK_R_KO_t" = -62; +"@MMK_R_KO_u" = -56; +"@MMK_R_KO_uacute" = -56; +"@MMK_R_KO_v" = -83; +"@MMK_R_KO_w" = -67; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -21; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_zero" = -81; +"@MMK_R_KO_one" = -67; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -49; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_five" = -56; +"@MMK_R_KO_six" = -91; +"@MMK_R_KO_seven" = -83; +"@MMK_R_KO_eight" = -52; +"@MMK_R_KO_nine" = -58; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_quotedblleft" = -141; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetright" = -53; +"@MMK_R_KO_quotedbl" = -112; +"@MMK_R_KO_quotesingle" = -83; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 29; +"@MMK_R_KO_Oacute" = 29; +"@MMK_R_KO_J" = -102; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = -40; +"@MMK_R_KO_I.ss02" = -32; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 59; +"@MMK_R_KO_imacron" = 54; +"@MMK_R_KO_itilde" = 60; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = 5; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -273; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -63; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -221; +"@MMK_R_KO_hyphen.case" = 20; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_braceright" = -66; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_parenright.case" = -59; +"@MMK_R_KO_bracketright.case" = -67; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -36; +}; +t_i.liga = { +hbar = 5; +idieresis = 6; +jcircumflex = 6; +lcommaaccent = 0; +germandbls = 0; +logicalnot = -32; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -117; +"@MMK_R_KO_U" = -19; +"@MMK_R_KO_V" = -80; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = -116; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 23; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 27; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_four" = -7; +"@MMK_R_KO_sixsuperior" = -59; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_twosuperior" = -43; +"@MMK_R_KO_threesuperior" = -45; +"@MMK_R_KO_foursuperior" = -48; +"@MMK_R_KO_fivesuperior" = -52; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -45; +"@MMK_R_KO_ninesuperior" = -52; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -63; +"@MMK_R_KO_asterisk" = -60; +"@MMK_R_KO_slash" = 38; +"@MMK_R_KO_backslash" = -61; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -78; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 53; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -63; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_quotedblleft" = -98; +"@MMK_R_KO_quotedblright" = -85; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -84; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -68; +"@MMK_R_KO_quotesingle" = -62; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -93; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -115; +"@MMK_R_KO_asciicircum" = -100; +}; +adieresis.ss05 = { +germandbls = -11; +}; +a = { +l = 0; +idieresis = -3; +jcircumflex = 0; +s = 0; +germandbls = 0; +notequal = -12; +logicalnot = -32; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -95; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -96; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 46; +"@MMK_R_KO_W" = 48; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 46; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 37; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -63; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_eacute" = -39; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -61; +"@MMK_R_KO_n" = -44; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -37; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -39; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = -10; +"@MMK_R_KO_one" = 18; +"@MMK_R_KO_two" = 23; +"@MMK_R_KO_three" = 18; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = 51; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 9; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_sevensuperior" = 6; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_ellipsis" = -158; +"@MMK_R_KO_question" = 25; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -107; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -45; +"@MMK_R_KO_hyphen" = -75; +"@MMK_R_KO_endash" = -67; +"@MMK_R_KO_hyphen.case" = -51; +"@MMK_R_KO_endash.case" = -39; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 6; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -56; +"@MMK_R_KO_percent" = 17; +}; +icaron = { +icaron = 7; +j = 5; +parenright = 20; +quotedbl = 28; +quotesingle = 33; +}; +braceleft.case = { +braceright.case = 25; +at = -61; +minus = -89; +logicalnot = -89; +asciicircum = -106; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 13; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = -16; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -24; +"@MMK_R_KO_asciicircum" = -59; +}; +uhorndotbelow = { +a = -13; +a.ss05 = 0; +c = -15; +n = -6; +period = -25; +comma = -23; +ellipsis = -59; +question = 44; +parenright = -26; +quotedblright = 6; +quotedbl = 2; +}; +g.ss06 = { +oslash = 16; +iogonek = 33; +jcircumflex = 38; +gcircumflex.ss06 = 40; +notequal = -31; +logicalnot = -38; +}; +yacute = { +T = -58; +eth = 0; +parenright = -56; +}; +Imacron = { +Imacron = 4; +imacron = 48; +parenright.case = 35; +}; +exclamdown.ss01 = { +T = -106; +V = -43; +Y = -65; +j.ss01 = 71; +}; +oacute = { +seven = -57; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -38; +"@MMK_R_KO_O" = -95; +"@MMK_R_KO_Oacute" = -95; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -96; +"@MMK_R_KO_S" = -69; +"@MMK_R_KO_T" = -154; +"@MMK_R_KO_U" = -84; +"@MMK_R_KO_V" = -169; +"@MMK_R_KO_W" = -94; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -165; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -69; +"@MMK_R_KO_a" = -74; +"@MMK_R_KO_aacute" = -74; +"@MMK_R_KO_a.ss05" = -52; +"@MMK_R_KO_l" = -39; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_eacute" = -75; +"@MMK_R_KO_f" = -63; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = -39; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_j" = -36; +"@MMK_R_KO_s" = -53; +"@MMK_R_KO_t" = -75; +"@MMK_R_KO_u" = -69; +"@MMK_R_KO_uacute" = -69; +"@MMK_R_KO_v" = -99; +"@MMK_R_KO_w" = -81; +"@MMK_R_KO_y" = -92; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -39; +"@MMK_R_KO_t_t.liga" = -75; +"@MMK_R_KO_pi" = -58; +"@MMK_R_KO_zero" = -86; +"@MMK_R_KO_one" = -87; +"@MMK_R_KO_two" = -18; +"@MMK_R_KO_three" = -57; +"@MMK_R_KO_four" = -171; +"@MMK_R_KO_five" = -69; +"@MMK_R_KO_six" = -92; +"@MMK_R_KO_seven" = -99; +"@MMK_R_KO_eight" = -61; +"@MMK_R_KO_nine" = -70; +"@MMK_R_KO_sixsuperior" = -208; +"@MMK_R_KO_onesuperior" = -120; +"@MMK_R_KO_foursuperior" = -195; +"@MMK_R_KO_sevensuperior" = -173; +"@MMK_R_KO_ninesuperior" = -208; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_question" = -98; +"@MMK_R_KO_asterisk" = -154; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -186; +"@MMK_R_KO_endash" = -255; +"@MMK_R_KO_hyphen.case" = -273; +"@MMK_R_KO_endash.case" = -255; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = -95; +"@MMK_R_KO_guillemetright" = -49; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -83; +}; +yen = { +zero = -18; +one = 0; +two = 0; +three = 0; +four = -5; +six = -18; +foursuperior = -35; +period = -51; +comma = -50; +colon = -27; +semicolon = -28; +slash = -35; +period.ss01 = -61; +comma.ss01 = -55; +colon.ss01 = -38; +semicolon.ss01 = -34; +}; +idotaccent.ss01 = { +parenright = -23; +}; +ldot.ss01.ss04 = { +period.ss01 = -72; +comma.ss01 = -64; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 42; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_Oacute" = -39; +"@MMK_R_KO_J" = 33; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -111; +"@MMK_R_KO_U" = -33; +"@MMK_R_KO_V" = -124; +"@MMK_R_KO_W" = -53; +"@MMK_R_KO_X" = 42; +"@MMK_R_KO_Y" = -119; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 47; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -60; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_x" = 21; +"@MMK_R_KO_y" = -48; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_one" = -51; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = -104; +"@MMK_R_KO_onesuperior" = -106; +"@MMK_R_KO_twosuperior" = -70; +"@MMK_R_KO_threesuperior" = -80; +"@MMK_R_KO_foursuperior" = -77; +"@MMK_R_KO_fivesuperior" = -93; +"@MMK_R_KO_sevensuperior" = -108; +"@MMK_R_KO_eightsuperior" = -86; +"@MMK_R_KO_ninesuperior" = -89; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 30; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -75; +"@MMK_R_KO_asterisk" = -92; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_backslash" = -116; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -87; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -37; +"@MMK_R_KO_underscore" = 45; +"@MMK_R_KO_hyphen.case" = -55; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -55; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quotedblright" = -107; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -109; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -105; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -150; +"@MMK_R_KO_asciicircum" = -149; +}; +agrave.ss05 = { +T = -110; +Y = -116; +}; +B = { +Hbar = 36; +Lslash = 10; +hbar = 22; +idieresis = 23; +jcircumflex = 30; +idieresis.ss01 = 22; +two = 19; +three = 26; +five = 8; +eight = 19; +nine = 13; +ampersand = 27; +greater = 19; +}; +Tcaron = { +endash.case = -111; +}; +oslash = { +d = 8; +k = 3; +l = 6; +e = 7; +eth = 9; +f = 9; +f_f.liga = 9; +f_f_i.liga = 9; +fi = 9; +f_y.liga = 9; +fl = 9; +g = 5; +m = 2; +n = 2; +r = 2; +j = 2; +s = 6; +t = 8; +v = 2; +y = 3; +l.ss03 = 6; +t_i.liga = 8; +t_t.liga = 8; +period = -6; +comma = 0; +slash = 0; +period.ss01 = -39; +comma.ss01 = -22; +hyphen = 11; +parenright = -48; +bracketright = -66; +}; +guilsinglright = { +x = -33; +threesuperior = -37; +fivesuperior = -47; +eightsuperior = -41; +colon = -40; +semicolon = -41; +questiondown = -44; +question.ss01 = -73; +questiondown.ss01 = -44; +braceright = -89; +braceright.case = -68; +bracketright.case = -68; +quotesinglbase = -57; +quotedblbase = -58; +quotedblbase.ss01 = -55; +quoteright.ss01 = -72; +}; +adieresis = { +germandbls = 0; +}; +liraTurkish = { +one = -49; +two = -21; +seven = -64; +sixsuperior = -51; +onesuperior = -46; +threesuperior = -37; +foursuperior = -58; +fivesuperior = -47; +sevensuperior = -55; +eightsuperior = -40; +ninesuperior = -43; +period = -33; +comma = -35; +colon = -27; +semicolon = -26; +question = -65; +slash = -25; +period.ss01 = -44; +comma.ss01 = -40; +colon.ss01 = -40; +question.ss01 = -71; +parenright = -93; +parenright.case = -60; +quotedbl = -86; +quotesingle = -83; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -61; +"@MMK_R_KO_Oacute" = -61; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -61; +"@MMK_R_KO_S" = -33; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = -49; +"@MMK_R_KO_V" = -126; +"@MMK_R_KO_W" = -63; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -120; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_aacute" = -60; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -61; +"@MMK_R_KO_i" = -21; +"@MMK_R_KO_lslash" = -24; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -53; +"@MMK_R_KO_y" = -65; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_four" = -96; +"@MMK_R_KO_sixsuperior" = -135; +"@MMK_R_KO_onesuperior" = -120; +"@MMK_R_KO_twosuperior" = -123; +"@MMK_R_KO_threesuperior" = -117; +"@MMK_R_KO_foursuperior" = -102; +"@MMK_R_KO_fivesuperior" = -125; +"@MMK_R_KO_sevensuperior" = -156; +"@MMK_R_KO_eightsuperior" = -122; +"@MMK_R_KO_ninesuperior" = -124; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -72; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -97; +"@MMK_R_KO_hyphen" = -99; +"@MMK_R_KO_hyphen.case" = -85; +"@MMK_R_KO_parenleft" = -34; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = -6; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = -69; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -141; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -145; +"@MMK_R_KO_quoteright.ss01" = -81; +}; +quotedblbase = { +Dcroat = -52; +Iogonek = 10; +Lslash = -49; +Oslash = -14; +oslash = 0; +p = -13; +iogonek = 11; +jcircumflex = 22; +germandbls = -51; +l.ss03 = -38; +g.ss06 = 0; +numbersign = -88; +parenleft = -44; +parenleft.case = -60; +at = -69; +copyright = -133; +published = -133; +literSign = -57; +dollar = -58; +euro = -140; +minus = -144; +multiply = -95; +divide = -144; +equal = -144; +approxequal = -144; +}; +D = { +Dcroat = 35; +Eth = 35; +Hbar = 12; +Iogonek = 2; +Lslash = 40; +Oslash = 21; +lacute = 8; +zero = 12; +five = 2; +six = 11; +eight = 14; +endash.case = 0; +parenleft.case = 18; +braceright.case = -53; +at = 17; +less = 27; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -75; +"@MMK_R_KO_Oacute" = -75; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -76; +"@MMK_R_KO_S" = -33; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = -55; +"@MMK_R_KO_V" = -126; +"@MMK_R_KO_W" = -63; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -120; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_aacute" = -62; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_eacute" = -57; +"@MMK_R_KO_f" = -49; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = -21; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_icircumflex" = -21; +"@MMK_R_KO_imacron" = -21; +"@MMK_R_KO_itilde" = -21; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -48; +"@MMK_R_KO_v" = -81; +"@MMK_R_KO_w" = -64; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = -73; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = -22; +"@MMK_R_KO_l.ss04" = -21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -59; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_four" = -122; +"@MMK_R_KO_sixsuperior" = -208; +"@MMK_R_KO_onesuperior" = -120; +"@MMK_R_KO_twosuperior" = -186; +"@MMK_R_KO_threesuperior" = -193; +"@MMK_R_KO_foursuperior" = -195; +"@MMK_R_KO_fivesuperior" = -198; +"@MMK_R_KO_sevensuperior" = -173; +"@MMK_R_KO_eightsuperior" = -205; +"@MMK_R_KO_ninesuperior" = -208; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -72; +"@MMK_R_KO_asterisk" = -154; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_backslash" = -126; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -99; +"@MMK_R_KO_hyphen" = -156; +"@MMK_R_KO_endash" = -193; +"@MMK_R_KO_underscore" = 55; +"@MMK_R_KO_hyphen.case" = -189; +"@MMK_R_KO_parenleft" = -34; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -71; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = -6; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -145; +"@MMK_R_KO_quotedblright.ss01" = -145; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -241; +"@MMK_R_KO_asciicircum" = -262; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -35; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 28; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 20; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 13; +"@MMK_R_KO_foursuperior" = 11; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 4; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -42; +"@MMK_R_KO_comma" = -40; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 26; +"@MMK_R_KO_ellipsis" = -70; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = 50; +"@MMK_R_KO_period.ss01" = -65; +"@MMK_R_KO_comma.ss01" = -54; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -39; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 10; +"@MMK_R_KO_trademark" = -3; +"@MMK_R_KO_asciicircum" = -30; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -51; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -129; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -43; +"@MMK_R_KO_Y" = -129; +"@MMK_R_KO_Z" = -38; +"@MMK_R_KO_I.ss02" = -46; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 21; +"@MMK_R_KO_eacute" = 21; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = -36; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_two" = -40; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = -64; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_sixsuperior" = -54; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = -48; +"@MMK_R_KO_comma" = -49; +"@MMK_R_KO_ellipsis" = -63; +"@MMK_R_KO_question" = -67; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -56; +"@MMK_R_KO_colon.ss01" = -40; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -13; +"@MMK_R_KO_parenright" = -104; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_parenright.case" = -78; +"@MMK_R_KO_quotedblleft" = -96; +"@MMK_R_KO_quotedblright" = -81; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -81; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = -70; +"@MMK_R_KO_quotesingle" = -69; +"@MMK_R_KO_quotedblleft.ss01" = -74; +"@MMK_R_KO_quotedblright.ss01" = -70; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -48; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -90; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -44; +"@MMK_R_KO_quotedblright.ss01" = -50; +"@MMK_R_KO_quoteright.ss01" = -51; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -83; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -83; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -83; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = 11; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -83; +"@MMK_R_KO_comma" = -83; +"@MMK_R_KO_ellipsis" = -83; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -83; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = -83; +"@MMK_R_KO_endash" = -83; +"@MMK_R_KO_hyphen.case" = -50; +"@MMK_R_KO_endash.case" = -26; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -17; +"@MMK_R_KO_plus" = -45; +"@MMK_R_KO_percent" = 3; +}; +ohorndotbelow.ss01 = { +c = 7; +i.ss01 = 2; +n = 2; +p = 0; +t = 0; +u = 5; +t_i.liga.ss01 = 0; +t_t.liga = 0; +}; +t_i.liga.ss01 = { +parenright = -18; +}; +endash = { +x = -57; +one.numr = -52; +four.numr = -68; +seven.numr = -59; +colon = -54; +semicolon = -55; +questiondown = -63; +question.ss01 = -102; +questiondown.ss01 = -63; +endash = 0; +quotedblbase = -144; +quotedblbase.ss01 = -145; +quoteright.ss01 = -81; +}; +Ygrave = { +ellipsis.ss01 = -166; +endash.case = -59; +}; +fraction = { +zero.dnom = -4; +two.dnom = 0; +four.dnom = -36; +eight.dnom = 0; +zeroinferior = -6; +twoinferior = 10; +fourinferior = -43; +fiveinferior = 0; +sixinferior = -5; +seveninferior = 33; +nineinferior = 7; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -62; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 1; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +g = { +l = 0; +iogonek = 7; +jcircumflex = 7; +}; +m = { +ordfeminine = -59; +ordmasculine = -60; +seven = -58; +registered = -42; +logicalnot = -35; +}; +ohorntilde = { +i = 2; +idotaccent = 2; +i.ss01 = 2; +n = 2; +period = -8; +comma = 0; +period.ss01 = -38; +comma.ss01 = -30; +parenright = -54; +quotedbl = -20; +}; +hyphen.case = { +Dcroat = 25; +Lslash = 18; +Oslash = 30; +one.numr = -41; +seven.numr = -48; +question.ss01 = -79; +parenleft.case = 19; +braceright.case = -79; +bracketright.case = -75; +quotesinglbase = -87; +quotedblbase = -144; +quotedblbase.ss01 = -145; +quoteright.ss01 = -81; +dollar = -5; +}; +ohornhookabove = { +i = 2; +idotaccent = 2; +i.ss01 = 2; +idotaccent.ss01 = 2; +m = 2; +n = 2; +period = -8; +comma = 0; +period.ss01 = -38; +comma.ss01 = -30; +parenright = -54; +bracketright = -58; +guillemetright = 0; +quotedbl = -20; +}; +y = { +germandbls = 12; +zeroinferior = -26; +twoinferior = -14; +ampersand = -21; +logicalnot = -18; +asciitilde = -13; +}; +Idotaccent.ss02 = { +endash.case = -77; +}; +Scedilla = { +idieresis = 24; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 25; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 43; +"@MMK_R_KO_semicolon" = 41; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -47; +"@MMK_R_KO_endash" = -32; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -19; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 1; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_degree" = -31; +"@MMK_R_KO_plus" = -10; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 14; +f_f.liga = 14; +f_y.liga = 14; +fl = 14; +igrave = 0; +idieresis = -1; +seven = 21; +ampersand = -3; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -29; +"@MMK_R_KO_O" = -81; +"@MMK_R_KO_Oacute" = -81; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -81; +"@MMK_R_KO_S" = -53; +"@MMK_R_KO_T" = -116; +"@MMK_R_KO_U" = -72; +"@MMK_R_KO_V" = -145; +"@MMK_R_KO_W" = -88; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -145; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -66; +"@MMK_R_KO_aacute" = -65; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = -28; +"@MMK_R_KO_e" = -66; +"@MMK_R_KO_eacute" = -62; +"@MMK_R_KO_f" = -52; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -30; +"@MMK_R_KO_n" = -35; +"@MMK_R_KO_j" = 28; +"@MMK_R_KO_lslash" = -38; +"@MMK_R_KO_s" = -40; +"@MMK_R_KO_t" = -66; +"@MMK_R_KO_u" = -60; +"@MMK_R_KO_uacute" = -60; +"@MMK_R_KO_v" = -81; +"@MMK_R_KO_w" = -73; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -28; +"@MMK_R_KO_t_t.liga" = -66; +"@MMK_R_KO_pi" = -52; +"@MMK_R_KO_zero" = -75; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -43; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = -52; +"@MMK_R_KO_six" = -80; +"@MMK_R_KO_seven" = -81; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -54; +"@MMK_R_KO_asterisk" = -81; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = 8; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = -81; +"@MMK_R_KO_endash" = -145; +"@MMK_R_KO_hyphen.case" = -81; +"@MMK_R_KO_endash.case" = -145; +"@MMK_R_KO_guillemetleft" = -77; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -145; +"@MMK_R_KO_plus" = -81; +"@MMK_R_KO_percent" = -50; +}; +numero = { +period = -85; +comma = -87; +period.ss01 = -82; +comma.ss01 = -81; +parenright = -45; +parenright.case = -45; +}; +cent = { +onesuperior = -39; +sevensuperior = -51; +period = -36; +comma = -35; +slash = -22; +period.ss01 = -44; +comma.ss01 = -40; +parenright = -84; +bracketright = -77; +parenright.case = -57; +bracketright.case = -73; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -60; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 42; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 41; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 40; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = 53; +"@MMK_R_KO_imacron" = 80; +"@MMK_R_KO_itilde" = 86; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = -22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 28; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 15; +"@MMK_R_KO_period" = -60; +"@MMK_R_KO_comma" = -61; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -90; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 32; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_backslash" = 53; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -76; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_underscore" = -67; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = 13; +"@MMK_R_KO_quotedblright.ss01" = 21; +"@MMK_R_KO_quoteright.ss01" = 20; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -52; +}; +Icircumflex = { +Icircumflex = 4; +l = 0; +icircumflex = 27; +l.ss03 = 0; +l.ss04 = 21; +parenright = 26; +bracketright = 11; +parenright.case = 38; +bracketright.case = 21; +}; +iogonek = { +iogonek = 6; +j = 5; +}; +uhorn = { +a = -13; +a.ss05 = 0; +ohorn = -14; +ohorndotbelow = -14; +ohorndotbelow.ss01 = -14; +ohorngrave = -14; +ohornacute = -14; +ohornhookabove = -14; +ohorntilde = -13; +period = -25; +comma = -23; +ellipsis = -59; +question = 44; +period.ss01 = -46; +ellipsis.ss01 = -56; +comma.ss01 = -38; +parenright = -29; +quotedblright = 6; +quotedbl = 2; +}; +underscore = { +g.ss06 = 38; +underscore = 23; +parenleft.case = -31; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_J" = -59; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -40; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -26; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -89; +"@MMK_R_KO_a" = -89; +"@MMK_R_KO_a.ss05" = -82; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -89; +"@MMK_R_KO_f" = -45; +"@MMK_R_KO_g" = -50; +"@MMK_R_KO_i" = -47; +"@MMK_R_KO_n" = -73; +"@MMK_R_KO_j" = 60; +"@MMK_R_KO_s" = -79; +"@MMK_R_KO_t" = -50; +"@MMK_R_KO_u" = -98; +"@MMK_R_KO_v" = -75; +"@MMK_R_KO_w" = -71; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -65; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -50; +"@MMK_R_KO_pi" = -69; +"@MMK_R_KO_zero" = -52; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_two" = -24; +"@MMK_R_KO_three" = -38; +"@MMK_R_KO_four" = -76; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -53; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -36; +"@MMK_R_KO_nine" = -38; +"@MMK_R_KO_period" = -63; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -85; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_hyphen" = -82; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -95; +"@MMK_R_KO_guillemetright" = -82; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -50; +"@MMK_R_KO_plus" = -82; +}; +W = { +Hbar = 70; +adieresis.ss05 = -8; +igrave = 39; +idieresis = 73; +scaron = 0; +idieresis.ss01 = 60; +six = -4; +seven = 41; +threeinferior = -34; +ampersand = -15; +plus = -21; +minus = -25; +notequal = -27; +logicalnot = -45; +asciitilde = -37; +}; +Aogonek = { +Lslash = -20; +period = 43; +comma = 54; +endash.case = -62; +parenright = 0; +bracketright = 6; +}; +Z = { +Lslash = -24; +igrave = 47; +ibreve = 70; +icaron = 57; +zero = -21; +two = 23; +six = -24; +seven = 36; +numbersign = -37; +endash.case = -69; +at = -28; +plus = -84; +minus = -85; +divide = -85; +equal = -43; +less = -70; +logicalnot = -110; +asciitilde = -103; +}; +emdash = { +x = -42; +zero.numr = -72; +one.numr = -63; +three.numr = -61; +four.numr = -108; +five.numr = -67; +six.numr = -75; +seven.numr = -69; +eight.numr = -64; +nine.numr = -66; +threesuperior = -63; +fivesuperior = -69; +eightsuperior = -66; +colon = -60; +semicolon = -61; +questiondown = -47; +question.ss01 = -96; +questiondown.ss01 = -47; +quotedblbase = -144; +quotedblbase.ss01 = -145; +quoteleft.ss01 = -81; +quoteright.ss01 = -81; +}; +tbar = { +a = 0; +e = 0; +tbar = 11; +}; +eng = { +j = 5; +slash = 28; +parenright = -21; +bracketright = -22; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -128; +"@MMK_R_KO_H" = -58; +"@MMK_R_KO_O" = -41; +"@MMK_R_KO_J" = -164; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -58; +"@MMK_R_KO_T" = -94; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -61; +"@MMK_R_KO_X" = -125; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = -103; +"@MMK_R_KO_I.ss02" = -93; +"@MMK_R_KO_J.ss10" = -272; +"@MMK_R_KO_a" = -63; +"@MMK_R_KO_a.ss05" = -52; +"@MMK_R_KO_l" = -59; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = -64; +"@MMK_R_KO_i" = -60; +"@MMK_R_KO_n" = -64; +"@MMK_R_KO_j" = -60; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_z" = -51; +"@MMK_R_KO_t_t.liga" = -35; +}; +percent = { +twosuperior = -39; +threesuperior = -49; +fivesuperior = -62; +eightsuperior = -59; +question.ss01 = -57; +bracketright.case = -25; +quoteright.ss01 = -52; +}; +Uhornhookabove = { +exclam.ss01 = 23; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -81; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 9; +}; +uhorngrave = { +a = -13; +a.ss05 = 0; +o = -14; +n = -6; +period = -25; +comma = -23; +period.ss01 = -46; +comma.ss01 = -38; +parenright = -26; +quotedblright = 6; +quotedbl = 2; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -62; +}; +a.ss05 = { +p = 0; +jcircumflex = 0; +germandbls = -14; +gbreve.ss06 = 27; +gcircumflex.ss06 = 27; +ordfeminine = -65; +ordmasculine = -65; +seven = -62; +notequal = -42; +logicalnot = -45; +}; +Itilde = { +Itilde = 4; +igrave = 4; +itilde = 43; +}; +threesuperior = { +A = -65; +fraction = 3; +period = -85; +comma = -87; +slash = -74; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -43; +parenright = -39; +parenright.case = -35; +guillemetleft = -12; +}; +ydotbelow.ss01 = { +period.ss01 = -82; +parenright = -38; +}; +endash.case = { +seven.numr = -44; +bracketright.case = -75; +quotedblbase = -144; +quotedblbase.ss01 = -145; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 43; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = -6; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -23; +"@MMK_R_KO_asciicircum" = -59; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 28; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 35; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 40; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = 60; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -27; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = -77; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -54; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = -25; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = -37; +"@MMK_R_KO_six" = -62; +"@MMK_R_KO_seven" = -76; +"@MMK_R_KO_eight" = -29; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_sixsuperior" = -87; +"@MMK_R_KO_onesuperior" = -87; +"@MMK_R_KO_foursuperior" = -87; +"@MMK_R_KO_sevensuperior" = -87; +"@MMK_R_KO_ninesuperior" = -87; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_asterisk" = -87; +"@MMK_R_KO_hyphen" = -87; +"@MMK_R_KO_endash" = -87; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_endash.case" = -87; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -87; +"@MMK_R_KO_quotesingle" = -83; +}; +N = { +Hbar = 44; +igrave = 4; +icaron = 24; +idieresis = 28; +jcircumflex = 32; +idieresis.ss01 = 16; +degree = -30; +logicalnot = -34; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -125; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = -1; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -54; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_fivesuperior" = -48; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -39; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_exclam" = -12; +"@MMK_R_KO_question" = -67; +"@MMK_R_KO_asterisk" = -60; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -55; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -77; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -9; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_braceright" = -79; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_quotedblleft" = -101; +"@MMK_R_KO_quotedblright" = -86; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -84; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -68; +"@MMK_R_KO_quotesingle" = -62; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -94; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -104; +"@MMK_R_KO_asciicircum" = -99; +}; +b = { +seven = -61; +registered = -45; +notequal = -21; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -102; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -118; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -78; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = -75; +"@MMK_R_KO_I.ss02" = -83; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_z" = -44; +"@MMK_R_KO_t_t.liga" = -17; +}; +Itilde.ss02 = { +igrave = 29; +}; +trademark = { +period = -85; +comma = -87; +slash = -124; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -83; +parenright = -54; +parenright.case = -55; +guillemetleft = -53; +guilsinglleft = -53; +guillemetright = -39; +guilsinglright = -39; +}; +literSign = { +parenright = -52; +parenright.case = -23; +guillemetleft = -32; +guilsinglleft = -32; +}; +ohorn = { +i = 2; +idotaccent = 2; +i.ss01 = 2; +idotaccent.ss01 = 2; +m = 2; +n = 2; +r = 2; +t = 0; +u = 5; +v = -4; +t_i.liga = 0; +t_t.liga = 0; +period = -8; +comma = 0; +period.ss01 = -39; +comma.ss01 = -30; +hyphen = 11; +parenright = -54; +bracketright = -58; +quotedbl = -20; +}; +quotedblleft = { +A = -99; +Dcroat = -44; +Hbar = 38; +igrave = 16; +icircumflex = 35; +imacron = 55; +jcircumflex = 35; +s = -42; +x = -23; +g.ss06 = -49; +mu = -37; +exclamdown = -42; +questiondown = -113; +backslash = 35; +questiondown.case = -91; +underscore = -144; +quotedblbase = -144; +ampersand = -37; +minus = -144; +divide = -108; +asciitilde = -94; +}; +l.ss04 = { +Hbar = 30; +l.ss04 = 0; +periodcentered.loclCAT = 80; +parenright = -14; +bracketright = -17; +quoteright = -2; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 45; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_J" = 29; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 47; +"@MMK_R_KO_W" = 45; +"@MMK_R_KO_X" = 45; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 48; +"@MMK_R_KO_I.ss02" = 58; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -41; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 39; +"@MMK_R_KO_itilde" = 34; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -21; +"@MMK_R_KO_v" = -69; +"@MMK_R_KO_w" = -53; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = -46; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 34; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -79; +"@MMK_R_KO_endash" = -77; +"@MMK_R_KO_underscore" = 48; +"@MMK_R_KO_hyphen.case" = -79; +"@MMK_R_KO_parenleft" = -17; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 16; +"@MMK_R_KO_bracketright.case" = 20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -71; +}; +integral = { +guillemetright = -53; +guilsinglright = -53; +integral = -37; +A = -44; +a = -53; +d = -53; +a.ss05 = -50; +e = -53; +s = -52; +w = -49; +}; +two.dnom = { +question = -93; +question.ss01 = -110; +parenright = -59; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +quotedbl = -107; +quotesingle = -83; +quotedblleft.ss01 = -145; +quoteleft.ss01 = -81; +quotedblright.ss01 = -145; +quoteright.ss01 = -81; +degree = -154; +}; +parenleft.case = { +Icircumflex = 31; +Imacron = 30; +Idieresis = 31; +Dcroat = -33; +Eth = -33; +Iogonek = 43; +Itilde = 32; +Lslash = -28; +Idieresis.ss01 = 31; +four.numr = -72; +numbersign = -51; +questiondown.case = -51; +question.ss01 = -35; +parenleft.case = -41; +quotedblbase = 0; +quotedblbase.ss01 = -12; +at = -58; +ampersand = -40; +section = -33; +copyright = -56; +registered = -58; +published = -56; +literSign = -47; +numero = -17; +cent = -65; +dollar = -38; +euro = -72; +liraTurkish = -42; +minus = -81; +multiply = -87; +divide = -81; +equal = -66; +notequal = -86; +less = -75; +greaterequal = -24; +approxequal = -120; +logicalnot = -83; +asciitilde = -98; +asciicircum = -113; +infinity = -80; +radical = -66; +}; +Iacute.ss02 = { +igrave = 29; +endash.case = -77; +}; +tenge = { +four = -63; +period = -85; +comma = -87; +slash = -84; +period.ss01 = -82; +comma.ss01 = -81; +}; +colon = { +A = 20; +D = 0; +C = 11; +J = 15; +T = -85; +V = -24; +W = -2; +Y = -51; +a = 0; +c = -2; +e = -2; +o = -2; +f = 26; +s = 4; +t = 25; +z = 44; +t_i.liga = 25; +pi = 25; +zero = 0; +one = -15; +two = 28; +three = 0; +four = -41; +sevensuperior = -47; +emdash = -60; +parenright = -40; +braceright = -49; +bracketright = -49; +parenright.case = 0; +guillemetleft = -22; +guilsinglleft = -22; +}; +h = { +seven = -58; +registered = -43; +}; +emacron = { +Y = -53; +lcommaaccent = 0; +}; +numbersign = { +A = -20; +J = -61; +T = -70; +X = -39; +Y = -44; +one = -13; +eight = 4; +period = -64; +comma = -64; +slash = -30; +period.ss01 = -82; +comma.ss01 = -81; +parenright = -63; +bracketright = -67; +parenright.case = -54; +bracketright.case = -65; +}; +copyright = { +parenright = -77; +parenright.case = -45; +}; +t = { +iogonek = 0; +wdieresis = 9; +two = 18; +logicalnot = -56; +asciitilde = -36; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 21; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_itilde" = 39; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_bracketright.case" = -36; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -58; +}; +Hcircumflex = { +igrave = 4; +}; +aogonek.ss05 = { +j = 9; +comma = 57; +parenright = 0; +bracketright = 8; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -81; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 9; +}; +_B.currency = { +_baht.bar = 0; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = 33; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -84; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = 37; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 27; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -33; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_backslash" = -43; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 54; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -58; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -55; +"@MMK_R_KO_quotedblright" = -51; +"@MMK_R_KO_quoteleft" = -55; +"@MMK_R_KO_quoteright" = -47; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -45; +"@MMK_R_KO_quotesingle" = -45; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -48; +"@MMK_R_KO_quoteright.ss01" = -49; +"@MMK_R_KO_trademark" = -95; +"@MMK_R_KO_asciicircum" = -79; +}; +rupeeIndian = { +four = -58; +period = -46; +comma = -44; +slash = -21; +period.ss01 = -54; +comma.ss01 = -52; +}; +Zdotaccent = { +Hbar = 41; +endash.case = -69; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -59; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -49; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -62; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_quotedblleft" = -69; +"@MMK_R_KO_quotedblright" = -68; +"@MMK_R_KO_quoteleft" = -67; +"@MMK_R_KO_quoteright" = -57; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -53; +"@MMK_R_KO_quotesingle" = -55; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -71; +"@MMK_R_KO_quoteright.ss01" = -65; +}; +P = { +Hbar = 59; +Oslash = 29; +hbar = 35; +igrave = 3; +idieresis = 26; +idieresis.ss01 = 22; +two = 28; +three = 11; +five = 8; +seven = 25; +nine = 24; +twoinferior = -15; +threeinferior = -19; +fourinferior = -81; +ellipsis.ss01 = -280; +endash.case = 38; +braceright.case = -69; +ampersand = -13; +}; +twoinferior = { +T = -134; +V = -83; +W = -46; +Y = -138; +t = -36; +t_i.liga = -36; +t_t.liga = -36; +parenright = -46; +}; +wdieresis = { +period = -46; +comma = -41; +bracketright = -67; +}; +uhungarumlaut = { +onesuperior = -31; +sevensuperior = -40; +parenright = -41; +bracketright = -39; +}; +odieresis = { +germandbls = -21; +gbreve.ss06 = 4; +}; +ohorndotbelow = { +c = 7; +i = 2; +idotaccent = 2; +m = 2; +n = 2; +p = 0; +t = 0; +u = 5; +t_i.liga = 0; +t_t.liga = 0; +period = -8; +comma = 0; +parenright = -54; +bracketright = -58; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 22; +"@MMK_R_KO_itilde" = 18; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 27; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 33; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -68; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 36; +"@MMK_R_KO_endash" = 33; +"@MMK_R_KO_underscore" = -31; +"@MMK_R_KO_hyphen.case" = 35; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -101; +"@MMK_R_KO_braceright" = -84; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_bracketright.case" = -50; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = 19; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -60; +}; +one.numr = { +fraction = 0; +}; +Uhorntilde = { +exclam.ss01 = 23; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = -13; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_plus" = 0; +}; +two = { +icircumflex = 38; +x = 14; +colon = 31; +semicolon = 29; +braceright = -42; +minus = -14; +multiply = -22; +}; +j = { +hbar = 5; +idieresis = 5; +iogonek = 7; +jcircumflex = 8; +}; +ldot.ss01 = { +period.ss01 = -71; +comma.ss01 = -62; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -110; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 31; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 30; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 24; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -42; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -24; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 35; +"@MMK_R_KO_semicolon" = 33; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 27; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -42; +"@MMK_R_KO_underscore" = 42; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -61; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_quotedblleft" = -44; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -39; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_quoteright.ss01" = -32; +"@MMK_R_KO_trademark" = -72; +"@MMK_R_KO_asciicircum" = -54; +}; +idieresis = { +l = 8; +icaron = 6; +idieresis = 7; +}; +approxequal = { +one = -53; +parenright = -127; +parenright.case = -119; +A = -64; +I.ss02 = -100; +}; +ograve = { +T = -124; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_sixsuperior" = -50; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -46; +"@MMK_R_KO_exclam" = -12; +"@MMK_R_KO_question" = -59; +"@MMK_R_KO_asterisk" = -52; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -65; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -12; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_quotedblleft" = -74; +"@MMK_R_KO_quotedblright" = -65; +"@MMK_R_KO_quoteleft" = -78; +"@MMK_R_KO_quoteright" = -69; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -66; +"@MMK_R_KO_quotedblright.ss01" = -75; +"@MMK_R_KO_quoteright.ss01" = -72; +"@MMK_R_KO_trademark" = -98; +}; +S = { +Hbar = 40; +Lslash = 7; +hbar = 24; +ibreve = 25; +idieresis = 24; +idieresis.ss01 = 23; +two = 23; +three = 27; +five = 11; +eight = 20; +ampersand = 28; +dollar = 10; +greater = 23; +logicalnot = -64; +}; +periodcentered.loclCAT = { +l = 83; +l.ss03 = 84; +l.ss04 = 81; +}; +Iogonek = { +iogonek = 17; +j = 26; +j.ss01 = 24; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -49; +"@MMK_R_KO_asciicircum" = -62; +}; +racute = { +parenright = -33; +bracketright = -34; +}; +questiondown.case = { +C = -24; +Q = -24; +Q.ss09 = -24; +T = -88; +V = -84; +W = -51; +Y = -93; +one = -64; +seven = -83; +parenright.case = -35; +quotedblleft = -116; +quoteright = -87; +quotedbl = -108; +quotesingle = -83; +quotedblleft.ss01 = -111; +quoteright.ss01 = -81; +}; +f_y.liga = { +germandbls = 12; +zeroinferior = -26; +ampersand = -21; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -56; +"@MMK_R_KO_Oacute" = -56; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = -58; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -96; +"@MMK_R_KO_a" = -101; +"@MMK_R_KO_aacute" = -92; +"@MMK_R_KO_a.ss05" = -65; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -99; +"@MMK_R_KO_eacute" = -94; +"@MMK_R_KO_f" = -45; +"@MMK_R_KO_g" = -42; +"@MMK_R_KO_n" = -55; +"@MMK_R_KO_j" = 63; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -81; +"@MMK_R_KO_t" = -50; +"@MMK_R_KO_u" = -82; +"@MMK_R_KO_uacute" = -67; +"@MMK_R_KO_v" = -67; +"@MMK_R_KO_w" = -66; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -44; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = -50; +"@MMK_R_KO_pi" = -59; +"@MMK_R_KO_zero" = -50; +"@MMK_R_KO_one" = -40; +"@MMK_R_KO_two" = -24; +"@MMK_R_KO_three" = -32; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -52; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -31; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_foursuperior" = -72; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -68; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -68; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -62; +"@MMK_R_KO_hyphen" = -89; +"@MMK_R_KO_endash" = -89; +"@MMK_R_KO_parenright" = 33; +"@MMK_R_KO_bracketright" = 31; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -104; +"@MMK_R_KO_guillemetright" = -73; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_degree" = -54; +"@MMK_R_KO_plus" = -92; +"@MMK_R_KO_percent" = -28; +}; +bracketleft.case = { +Icircumflex = 18; +numbersign = -67; +parenleft.case = -34; +bracketright.case = 26; +at = -58; +literSign = -54; +euro = -79; +minus = -82; +equal = -75; +less = -77; +asciitilde = -99; +asciicircum = -106; +infinity = -88; +}; +K = { +Lslash = -19; +Oslash = 0; +edieresis = -30; +odieresis.ss01 = -35; +odieresis = -35; +oslash = 0; +igrave = 47; +rcaron = 10; +idieresis = 50; +jcircumflex = 34; +ygrave = -25; +ytilde = -17; +idieresis.ss01 = 59; +zero = -20; +two = 26; +three = 0; +six = -19; +seven = 25; +nine = 0; +numbersign = -46; +endash.case = -92; +parenleft.case = -22; +at = -33; +ampersand = -14; +registered = -31; +dollar = 0; +plus = -107; +minus = -110; +multiply = -55; +divide = -110; +equal = -54; +notequal = -76; +less = -101; +logicalnot = -139; +asciitilde = -111; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 21; +"@MMK_R_KO_itilde" = 17; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 25; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = 32; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -66; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -49; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = 35; +"@MMK_R_KO_endash" = 32; +"@MMK_R_KO_underscore" = -30; +"@MMK_R_KO_hyphen.case" = 33; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = -102; +"@MMK_R_KO_braceright" = -86; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_bracketright.case" = -51; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -62; +}; +semicolon = { +four = -42; +onesuperior = -32; +sevensuperior = -49; +hyphen = -66; +emdash = -61; +endash = -46; +hyphen.case = -19; +parenright = -10; +guillemetleft = -24; +}; +Thorn = { +Eth = 27; +}; +four.dnom = { +question = -81; +question.ss01 = -104; +parenright = -68; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +quotedbl = -95; +quotesingle = -83; +quotedblleft.ss01 = -145; +quoteleft.ss01 = -81; +quotedblright.ss01 = -144; +quoteright.ss01 = -81; +degree = -140; +}; +braceright = { +Y = -28; +period = -32; +comma = -23; +period.ss01 = -54; +comma.ss01 = -34; +parenright = -28; +braceright = -28; +asciicircum = -90; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -49; +"@MMK_R_KO_asciicircum" = -65; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -55; +"@MMK_R_KO_O" = -100; +"@MMK_R_KO_Oacute" = -100; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = -101; +"@MMK_R_KO_S" = -77; +"@MMK_R_KO_T" = -154; +"@MMK_R_KO_U" = -95; +"@MMK_R_KO_V" = -148; +"@MMK_R_KO_W" = -95; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -155; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -92; +"@MMK_R_KO_a" = -78; +"@MMK_R_KO_a.ss05" = -66; +"@MMK_R_KO_l" = -56; +"@MMK_R_KO_e" = -80; +"@MMK_R_KO_f" = -66; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = -56; +"@MMK_R_KO_n" = -56; +"@MMK_R_KO_j" = 37; +"@MMK_R_KO_s" = -74; +"@MMK_R_KO_t" = -74; +"@MMK_R_KO_u" = -78; +"@MMK_R_KO_uacute" = -78; +"@MMK_R_KO_v" = -95; +"@MMK_R_KO_w" = -79; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = -55; +"@MMK_R_KO_t_t.liga" = -74; +"@MMK_R_KO_zero" = -97; +"@MMK_R_KO_one" = -93; +"@MMK_R_KO_two" = -37; +"@MMK_R_KO_three" = -82; +"@MMK_R_KO_four" = -106; +"@MMK_R_KO_five" = -83; +"@MMK_R_KO_six" = -103; +"@MMK_R_KO_seven" = -100; +"@MMK_R_KO_eight" = -72; +"@MMK_R_KO_nine" = -75; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_guillemetright" = -69; +"@MMK_R_KO_quotedbl" = -133; +"@MMK_R_KO_quotesingle" = -83; +"@MMK_R_KO_quotedblleft.ss01" = -143; +}; +ampersand = { +one = -59; +seven = -74; +parenright = -34; +bracketright = -49; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +quotedbl = -110; +quotesingle = -83; +quotedblleft.ss01 = -140; +quoteleft.ss01 = -81; +quotedblright.ss01 = -136; +quoteright.ss01 = -81; +v = -41; +w = -35; +y = -29; +}; +four = { +x = -25; +ordfeminine = -65; +ordmasculine = -63; +zero.numr = -64; +one.numr = -52; +three.numr = -59; +four.numr = -59; +five.numr = -66; +six.numr = -64; +seven.numr = -54; +eight.numr = -61; +nine.numr = -61; +threesuperior = -59; +fivesuperior = -67; +eightsuperior = -61; +colon = -27; +semicolon = -24; +question.ss01 = -58; +underscore = -52; +braceright = -60; +braceright.case = -56; +bracketright.case = -55; +quoteright.ss01 = -59; +registered = -63; +trademark = -69; +asciicircum = -112; +}; +zerosuperior = { +A = -75; +fraction = -5; +period = -85; +comma = -87; +slash = -84; +period.ss01 = -82; +comma.ss01 = -81; +parenright = -48; +parenright.case = -45; +guillemetleft = -21; +guilsinglleft = -21; +}; +n = { +n = 0; +gcircumflex.ss06 = 7; +ordfeminine = -60; +ordmasculine = -60; +seven = -58; +at = -6; +registered = -43; +degree = -100; +notequal = -30; +greaterequal = -7; +logicalnot = -35; +}; +bracketleft = { +Icircumflex = 19; +Dcroat = -40; +Oslash = -28; +oslash = -44; +hcircumflex = 19; +i = -47; +idotaccent = -47; +iacute = -45; +ntilde = -58; +nacute = -72; +p = -23; +ibreve = 0; +icircumflex = -3; +imacron = -8; +jcircumflex = 70; +macute = -72; +scaron = -44; +scircumflex = -51; +germandbls = -56; +x = -62; +colon = -59; +numbersign = -68; +parenleft = -40; +at = -59; +ampersand = -49; +literSign = -56; +dollar = -44; +euro = -77; +minus = -81; +equal = -74; +less = -75; +asciitilde = -98; +asciicircum = -104; +infinity = -85; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 72; +"@MMK_R_KO_O" = 45; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 19; +"@MMK_R_KO_w" = 27; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 28; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_sixsuperior" = 88; +"@MMK_R_KO_onesuperior" = 77; +"@MMK_R_KO_twosuperior" = 74; +"@MMK_R_KO_threesuperior" = 69; +"@MMK_R_KO_foursuperior" = 48; +"@MMK_R_KO_fivesuperior" = 77; +"@MMK_R_KO_sevensuperior" = 85; +"@MMK_R_KO_eightsuperior" = 69; +"@MMK_R_KO_ninesuperior" = 72; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 43; +"@MMK_R_KO_semicolon" = 42; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 76; +"@MMK_R_KO_question" = 104; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 37; +"@MMK_R_KO_question.ss01" = 60; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_parenright" = 58; +"@MMK_R_KO_bracketright" = 12; +"@MMK_R_KO_quotedblleft" = 66; +"@MMK_R_KO_quoteleft" = 66; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_quotedbl" = 74; +"@MMK_R_KO_quotesingle" = 75; +"@MMK_R_KO_quotedblleft.ss01" = 70; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 24; +"@MMK_R_KO_O" = 51; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 50; +"@MMK_R_KO_S" = 53; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = 71; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 44; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 50; +"@MMK_R_KO_onesuperior" = 36; +"@MMK_R_KO_twosuperior" = 32; +"@MMK_R_KO_threesuperior" = 55; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = 34; +"@MMK_R_KO_sevensuperior" = 42; +"@MMK_R_KO_eightsuperior" = 41; +"@MMK_R_KO_ninesuperior" = 36; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 55; +"@MMK_R_KO_question" = 66; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 28; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_parenleft" = 45; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 73; +"@MMK_R_KO_quotedblright" = 60; +"@MMK_R_KO_quoteleft" = 73; +"@MMK_R_KO_quoteright" = 58; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 25; +"@MMK_R_KO_quotesingle" = 30; +"@MMK_R_KO_quotedblleft.ss01" = 24; +"@MMK_R_KO_quotedblright.ss01" = 40; +"@MMK_R_KO_quoteright.ss01" = 38; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 40; +}; +J.ss10 = { +Hbar = 54; +ibreve = 47; +icaron = 33; +idieresis = 39; +jcircumflex = 34; +idieresis.ss01 = 25; +}; +quotedblbase.ss01 = { +Dcroat = -65; +oslash = -10; +p = -2; +germandbls = -62; +asterisk = -145; +numbersign = -92; +question.ss01 = -117; +hyphen.case = -145; +emdash.case = -145; +parenleft.case = -58; +quotedblleft.ss01 = -145; +quoteright.ss01 = -81; +at = -63; +copyright = -124; +published = -124; +dollar = -50; +euro = -124; +minus = -145; +multiply = -81; +divide = -145; +equal = -145; +approxequal = -132; +}; +l.ss03 = { +oslash = 6; +periodcentered.loclCAT = 55; +notequal = -36; +logicalnot = -49; +}; +parenleft = { +Icircumflex = 11; +Imacron = 11; +Idieresis = 7; +Dcroat = -39; +Eth = -39; +Iogonek = 40; +Lslash = -34; +Oslash = -35; +a.ss05 = -84; +thorn = 14; +ccedilla = -72; +ccaron = -65; +edieresis = -65; +odieresis = -66; +oslash = -35; +hcircumflex = 9; +i = -38; +idotaccent = -38; +i.ss01 = -12; +iacute = -43; +ntilde = -55; +nacute = -55; +ncaron = -54; +ncommaaccent = -55; +p = -8; +idieresis = 0; +imacron = 0; +iogonek = 42; +jcircumflex = 67; +scedilla = -54; +scaron = -38; +scircumflex = -53; +germandbls = -54; +tcedilla = -27; +x = -39; +zcaron = -34; +g.ss06 = -8; +mu = -28; +four.numr = -81; +colon = -50; +numbersign = -61; +semicolon.ss01 = 0; +question.ss01 = -41; +parenleft = -49; +braceleft = -28; +quotedblbase = 0; +quotedblbase.ss01 = -7; +at = -66; +ampersand = -52; +section = -45; +copyright = -60; +registered = -65; +published = -60; +literSign = -64; +numero = -21; +cent = -76; +dollar = -43; +euro = -83; +liraTurkish = -48; +sterling = -40; +minus = -93; +multiply = -93; +divide = -93; +equal = -76; +notequal = -100; +greater = -46; +less = -88; +greaterequal = -61; +lessequal = -65; +plusminus = -45; +approxequal = -133; +logicalnot = -96; +asciitilde = -110; +asciicircum = -115; +infinity = -90; +summation = 42; +radical = -80; +}; +asciicircum = { +one = -62; +two = -42; +three = -54; +four = -102; +eight = -61; +period = -85; +comma = -87; +asterisk = -40; +slash = -146; +period.ss01 = -82; +comma.ss01 = -81; +hyphen = -177; +hyphen.case = -71; +parenright = -132; +bracketright = -129; +parenright.case = -130; +bracketright.case = -129; +u = -59; +x = -57; +mu = -65; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = -18; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 24; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 27; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_one" = -47; +"@MMK_R_KO_sixsuperior" = -55; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -32; +"@MMK_R_KO_threesuperior" = -35; +"@MMK_R_KO_foursuperior" = -48; +"@MMK_R_KO_fivesuperior" = -45; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -39; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = 20; +"@MMK_R_KO_comma" = 26; +"@MMK_R_KO_colon" = 25; +"@MMK_R_KO_semicolon" = 25; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_asterisk" = -51; +"@MMK_R_KO_slash" = 38; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 53; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_quotedblleft" = -68; +"@MMK_R_KO_quotedblright" = -75; +"@MMK_R_KO_quoteleft" = -71; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -61; +"@MMK_R_KO_quotesingle" = -62; +"@MMK_R_KO_quotedblleft.ss01" = -74; +"@MMK_R_KO_quotedblright.ss01" = -77; +"@MMK_R_KO_quoteright.ss01" = -75; +}; +plus = { +one = -62; +two = -44; +three = -44; +seven = -79; +seven.numr = -47; +period = -85; +comma = -87; +question = -81; +asterisk = -63; +slash = -51; +period.ss01 = -82; +comma.ss01 = -81; +question.ss01 = -96; +parenright = -94; +braceright = -89; +bracketright = -82; +parenright.case = -82; +braceright.case = -85; +bracketright.case = -83; +quotedblleft = -118; +quotedblright = -108; +quoteleft = -87; +quoteright = -87; +guillemetright = -32; +quotedbl = -69; +quotesingle = -69; +quotedblleft.ss01 = -89; +quoteleft.ss01 = -81; +quotedblright.ss01 = -83; +trademark = -78; +tenge = -65; +yen = -21; +plus = -38; +x = -45; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_W" = 29; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = 29; +"@MMK_R_KO_Z" = 45; +"@MMK_R_KO_I.ss02" = 53; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -40; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 59; +"@MMK_R_KO_itilde" = 54; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -30; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -112; +"@MMK_R_KO_endash" = -104; +"@MMK_R_KO_underscore" = 49; +"@MMK_R_KO_hyphen.case" = -80; +"@MMK_R_KO_parenleft" = -15; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 11; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -76; +}; +quoteleft = { +Hbar = 38; +igrave = 23; +icircumflex = 43; +imacron = 55; +jcircumflex = 43; +g.ss06 = -47; +mu = -37; +exclamdown = -42; +questiondown = -87; +questiondown.case = -87; +quotedblbase = -87; +ampersand = -37; +minus = -87; +divide = -87; +logicalnot = -87; +asciitilde = -87; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -99; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -111; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -144; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -57; +"@MMK_R_KO_eacute" = -50; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -55; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -37; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -97; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = 20; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_ellipsis" = -144; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -114; +"@MMK_R_KO_hyphen" = -144; +"@MMK_R_KO_endash" = -144; +"@MMK_R_KO_hyphen.case" = -142; +"@MMK_R_KO_endash.case" = -67; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -14; +"@MMK_R_KO_plus" = -94; +"@MMK_R_KO_percent" = 9; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -67; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 34; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 30; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -31; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 48; +"@MMK_R_KO_semicolon" = 46; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 22; +"@MMK_R_KO_backslash" = -10; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -51; +"@MMK_R_KO_endash" = -46; +"@MMK_R_KO_underscore" = 50; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -56; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -41; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -118; +"@MMK_R_KO_V" = -89; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = -126; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -40; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_t_t.liga" = -40; +}; +nine.dnom = { +question = -101; +question.ss01 = -118; +parenright = -77; +parenright.case = -46; +quotedblleft = -144; +quotedblright = -144; +quoteleft = -87; +quoteright = -87; +quotedbl = -130; +quotesingle = -83; +quotedblleft.ss01 = -145; +quoteleft.ss01 = -81; +quotedblright.ss01 = -145; +quoteright.ss01 = -81; +degree = -174; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -81; +"@MMK_R_KO_a" = -66; +"@MMK_R_KO_aacute" = -60; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -60; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -65; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -45; +"@MMK_R_KO_uacute" = -31; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -33; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 11; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_period.ss01" = -81; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -39; +"@MMK_R_KO_hyphen" = -81; +"@MMK_R_KO_endash" = -81; +"@MMK_R_KO_hyphen.case" = -78; +"@MMK_R_KO_endash.case" = -57; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_plus" = -80; +}; +Omacron = { +Eth = 33; +}; +uhorndotbelow.ss01 = { +a = -13; +c = -15; +period.ss01 = -46; +ellipsis.ss01 = -56; +comma.ss01 = -38; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 3; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 19; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -45; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 8; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -42; +"@MMK_R_KO_endash" = -33; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -25; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 5; +}; +exclamdown = { +T = -101; +V = -43; +Y = -66; +j = 71; +}; +Adieresis = { +Germandbls = 1; +endash.case = -62; +registered = -104; +}; +}; +"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = { +J = { +Hbar = 37; +Oslash = 7; +a = 5; +igrave = 13; +ibreve = 31; +icaron = 31; +idieresis = 51; +jcircumflex = 39; +idieresis.ss01 = 37; +greater = 18; +}; +exclam.ss01 = { +period.ss01 = -21; +}; +ohungarumlaut = { +onesuperior = -10; +sevensuperior = 4; +parenright = 0; +bracketright = 0; +quotedblright = -2; +quotedbl = -2; +quotesingle = -2; +}; +uhornacute = { +a = -8; +a.ss05 = -2; +c = -12; +n = 0; +t = 3; +u = 0; +t_i.liga = 3; +t_t.liga = 3; +period = -25; +comma = -26; +ellipsis = -36; +question = 2; +period.ss01 = -36; +ellipsis.ss01 = -36; +comma.ss01 = -34; +parenright = -32; +quotedbl = 0; +}; +o = { +germandbls = -4; +gbreve.ss06 = 8; +ordmasculine = -62; +seven = -37; +registered = -40; +logicalnot = -24; +}; +ellipsis = { +Dcroat = -39; +Tbar = -108; +tbar = -46; +twosuperior = -193; +threesuperior = -196; +fivesuperior = -202; +eightsuperior = -203; +parenleft = -31; +braceright = -26; +parenleft.case = -45; +bracketright.case = 0; +}; +Iacute = { +A = 0; +S = 2; +igrave = 11; +icircumflex = 31; +parenright.case = 6; +}; +sixsuperior = { +A = -71; +fraction = 3; +period = -121; +comma = -127; +slash = -74; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = -15; +parenright = -43; +guillemetleft = -22; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -41; +"@MMK_R_KO_Oacute" = -41; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -43; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -42; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -41; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 44; +"@MMK_R_KO_itilde" = 50; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -32; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -56; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -50; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 24; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -32; +"@MMK_R_KO_hyphen" = -55; +"@MMK_R_KO_endash" = -66; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -94; +"@MMK_R_KO_parenleft" = -28; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 4; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -82; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -69; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -67; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -82; +"@MMK_R_KO_Y" = -81; +"@MMK_R_KO_Z" = -32; +"@MMK_R_KO_I.ss02" = -66; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_zero" = 10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -15; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -75; +"@MMK_R_KO_comma" = -76; +"@MMK_R_KO_question" = -29; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = -48; +"@MMK_R_KO_period.ss01" = -110; +"@MMK_R_KO_comma.ss01" = -90; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenright.case" = -59; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 7; +l.ss04 = 25; +}; +five = { +icircumflex = 29; +x = -15; +ordfeminine = -24; +ordmasculine = -22; +parenleft = 0; +asciicircum = -60; +}; +Tcommaaccent = { +aacute = -45; +acircumflex.ss05 = -16; +amacron.ss05 = -17; +abreve.ss05 = -18; +endash.case = -71; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -114; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -81; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -35; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -67; +"@MMK_R_KO_asterisk" = -79; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_backslash" = -55; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -65; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -14; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_braceright" = -51; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -59; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -27; +"@MMK_R_KO_trademark" = -100; +"@MMK_R_KO_asciicircum" = -74; +}; +questiondown.ss01 = { +l.ss03 = -33; +quoteright.ss01 = -100; +}; +threeinferior = { +T = -99; +V = -88; +W = -43; +Y = -143; +parenright = -49; +bracketright = -22; +}; +Adieresis.ss01 = { +endash.case = -52; +registered = -85; +}; +lcaron.ss03 = { +b = 126; +h = 126; +k = 125; +i = 117; +idotaccent = 117; +i.ss01 = 120; +idotaccent.ss01 = 120; +j = 119; +j.ss01 = 122; +zcaron = 70; +l.ss03 = 131; +lcaron.ss03 = 131; +sixsuperior = 137; +onesuperior = 161; +twosuperior = 146; +threesuperior = 152; +foursuperior = 75; +fivesuperior = 143; +sevensuperior = 169; +eightsuperior = 146; +ninesuperior = 150; +exclam = 143; +question = 105; +exclam.ss01 = 143; +question.ss01 = 105; +parenright = 132; +bracketright = 162; +quotedblleft = 103; +quoteleft = 104; +quotedbl = 163; +quotesingle = 163; +quotedblleft.ss01 = 122; +quoteleft.ss01 = 122; +}; +f_f.liga = { +e = 1; +f = 26; +fl = 26; +i = 0; +i.ss01 = 3; +idieresis = 63; +seven = 31; +ampersand = 0; +}; +Jacute = { +Icircumflex = 4; +Imacron = 24; +Hbar = 37; +igrave = 16; +ibreve = 31; +icaron = 36; +idieresis = 51; +jcircumflex = 39; +idieresis.ss01 = 37; +parenright = -2; +parenright.case = 13; +}; +braceright.case = { +J.ss10 = -30; +period = -39; +comma = -40; +period.ss01 = -50; +comma.ss01 = -44; +hyphen.case = 15; +parenright.case = -44; +braceright.case = -37; +asciicircum = -30; +}; +ecircumflexhookabove = { +m = 0; +n = 0; +u = 0; +period.ss01 = -4; +comma.ss01 = -2; +parenright = 0; +}; +Cdotaccent = { +Hbar = 33; +}; +Ncommaaccent = { +imacron = 27; +}; +dollar = { +one = 0; +three = 18; +four = 23; +five = 7; +eight = 19; +parenright = -59; +bracketright = -40; +parenright.case = -39; +}; +Scaron = { +iogonek = 2; +}; +fi = { +hbar = 2; +idieresis = 17; +jcircumflex = 10; +germandbls = 0; +logicalnot = -33; +}; +zero = { +icircumflex = 0; +x = -18; +ordmasculine = -25; +underscore = -40; +parenleft = 11; +braceright = -50; +braceright.case = -25; +bracketright.case = -25; +baht = -5; +trademark = -54; +multiply = -11; +asciicircum = -37; +}; +period.ss01 = { +ordfeminine = -126; +ordmasculine = -126; +twosuperior = -126; +threesuperior = -126; +fivesuperior = -126; +eightsuperior = -126; +question.ss01 = -86; +parenleft = -26; +braceright = -21; +parenleft.case = -36; +quoteright.ss01 = -126; +}; +X = { +igrave = 29; +ibreve = 50; +icaron = 64; +idieresis = 63; +idieresis.ss01 = 57; +zero = -34; +two = 0; +three = -16; +six = -35; +eight = -12; +nine = -10; +numbersign = -36; +endash.case = -83; +parenleft.case = -12; +at = -40; +registered = -34; +plus = -89; +minus = -110; +multiply = -67; +equal = -41; +notequal = -68; +less = -60; +logicalnot = -127; +asciitilde = -132; +}; +L = { +H = 0; +Dcroat = -28; +Oslash = -14; +Tbar = -72; +oslash = 0; +ordfeminine = -176; +ordmasculine = -174; +zero = -31; +two = 0; +three = -5; +five = -11; +six = -35; +seven = -81; +nine = -11; +numbersign = -5; +endash.case = -118; +parenleft.case = -27; +quoteleft.ss01 = -126; +at = -21; +registered = -129; +dollar = -9; +plus = -74; +minus = -93; +multiply = -27; +equal = 0; +notequal = -25; +less = -26; +approxequal = -16; +logicalnot = -126; +asciitilde = -88; +}; +euro = { +period = -2; +comma = 0; +slash = -19; +period.ss01 = -12; +parenright = -62; +bracketright = -41; +parenright.case = -41; +bracketright.case = -14; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -90; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -66; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 25; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -84; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -42; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -33; +"@MMK_R_KO_icircumflex" = 37; +"@MMK_R_KO_imacron" = 54; +"@MMK_R_KO_itilde" = 66; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -40; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -29; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 48; +"@MMK_R_KO_g.ss06" = -37; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = -51; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -101; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_colon" = -26; +"@MMK_R_KO_semicolon" = -22; +"@MMK_R_KO_ellipsis" = -114; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -95; +"@MMK_R_KO_backslash" = 45; +"@MMK_R_KO_period.ss01" = -100; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -54; +"@MMK_R_KO_endash" = -50; +"@MMK_R_KO_underscore" = -117; +"@MMK_R_KO_hyphen.case" = -34; +"@MMK_R_KO_parenleft" = -24; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -51; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 13; +"@MMK_R_KO_quoteright.ss01" = 13; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -42; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -41; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -19; +}; +perthousand = { +question = -102; +asterisk = -151; +question.ss01 = -96; +parenright = -77; +parenright.case = -53; +quotedblleft = -112; +quotedblright = -81; +quoteleft = -112; +quoteright = -82; +quotedblleft.ss01 = -77; +quoteleft.ss01 = -77; +quotedblright.ss01 = -73; +quoteright.ss01 = -75; +}; +V = { +Eth = -16; +Oslash = -13; +adieresis = -31; +ae = -44; +a.ss05 = -43; +adieresis.ss05 = 0; +eacute = -42; +ccaron = -18; +emacron = -13; +edieresis = -2; +ecaron = -4; +otilde = -15; +odieresis = -14; +iacute = -24; +ncommaaccent = -33; +igrave = 31; +ibreve = 53; +icaron = 67; +idieresis = 67; +racute = -28; +scaron = 0; +zcaron = -12; +idieresis.ss01 = 59; +gdotaccent.ss06 = -36; +gdotaccent.ss01.ss06 = -35; +zero = -19; +two = -7; +three = -2; +six = -17; +seven = 14; +twoinferior = -73; +ellipsis.ss01 = -100; +endash.case = -35; +at = -25; +ampersand = -22; +plus = -42; +minus = -55; +less = -22; +lessequal = -33; +approxequal = -43; +asciitilde = -81; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -65; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -70; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -63; +"@MMK_R_KO_Y" = -35; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -96; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -94; +"@MMK_R_KO_comma" = -95; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -71; +"@MMK_R_KO_period.ss01" = -93; +"@MMK_R_KO_comma.ss01" = -92; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -45; +"@MMK_R_KO_quotedblleft" = 9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 7; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -63; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -203; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 12; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 18; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 12; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = -71; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -126; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = 10; +"@MMK_R_KO_quotedblright.ss01" = 24; +"@MMK_R_KO_degree" = -6; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = -2; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -88; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -78; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -231; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -32; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -6; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -50; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -121; +"@MMK_R_KO_comma" = -127; +"@MMK_R_KO_ellipsis" = -235; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -91; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -126; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_endash.case" = -17; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_degree" = -9; +"@MMK_R_KO_plus" = -35; +"@MMK_R_KO_percent" = -9; +}; +seven = { +icircumflex = 63; +x = -6; +g.ss06 = -30; +mu = -18; +colon = -15; +semicolon = -13; +backslash = 55; +ellipsis.ss01 = -94; +underscore = -102; +parenleft = -7; +at = -6; +ampersand = -9; +euro = -10; +minus = -56; +multiply = -22; +divide = -29; +notequal = -26; +less = -10; +plusminus = -11; +asciitilde = -82; +asciicircum = -33; +}; +scedilla = { +gbreve.ss06 = 15; +}; +fourinferior = { +T = -105; +V = -89; +W = -46; +parenright = -49; +bracketright = -32; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -36; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -90; +"@MMK_R_KO_U" = -37; +"@MMK_R_KO_V" = -104; +"@MMK_R_KO_W" = -58; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = -123; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 71; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_v" = -64; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_zero" = -38; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = -22; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -41; +"@MMK_R_KO_seven" = -77; +"@MMK_R_KO_eight" = -17; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_asterisk" = -101; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -67; +"@MMK_R_KO_quoteleft" = -83; +"@MMK_R_KO_quoteright" = -67; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -92; +"@MMK_R_KO_quotesingle" = -92; +"@MMK_R_KO_quotedblleft.ss01" = -78; +"@MMK_R_KO_quotedblright.ss01" = -72; +}; +equal = { +period = -2; +comma = -5; +period.ss01 = -21; +comma.ss01 = -18; +parenright = -66; +bracketright = -54; +parenright.case = -49; +bracketright.case = -41; +equal = 0; +A = -19; +J = 0; +T = 0; +V = -26; +X = -47; +Y = -56; +}; +five.numr = { +fraction = -5; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -114; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_sixsuperior" = -51; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -38; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -43; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -37; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -63; +"@MMK_R_KO_asterisk" = -57; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -14; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -40; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -52; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -26; +}; +dcaron = { +exclam.ss01 = 159; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = -22; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 26; +"@MMK_R_KO_underscore" = -35; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_braceright" = -51; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_parenright.case" = -50; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = -31; +}; +k = { +oslash = 0; +iogonek = 0; +lcommaaccent = 0; +two = 10; +plus = -32; +minus = -40; +notequal = -20; +logicalnot = -48; +asciitilde = -79; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -64; +"@MMK_R_KO_asciicircum" = -40; +}; +scaron = { +T = -22; +iogonek = 2; +}; +ninesuperior = { +A = -74; +fraction = 0; +period = -121; +comma = -127; +slash = -80; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = -26; +parenright = -50; +guillemetleft = -28; +}; +v = { +n = 0; +ampersand = -3; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = -30; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = -120; +"@MMK_R_KO_V" = -84; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_X" = -61; +"@MMK_R_KO_Y" = -131; +"@MMK_R_KO_Z" = -30; +"@MMK_R_KO_I.ss02" = -32; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = -27; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -27; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_z" = -31; +"@MMK_R_KO_t_t.liga" = -27; +}; +infinity = { +parenright = -77; +bracketright = -64; +parenright.case = -62; +bracketright.case = -56; +quotedblleft = -26; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_two" = -42; +"@MMK_R_KO_three" = -45; +"@MMK_R_KO_four" = -23; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -17; +"@MMK_R_KO_seven" = -27; +"@MMK_R_KO_eight" = -30; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_period" = -98; +"@MMK_R_KO_comma" = -99; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -46; +"@MMK_R_KO_slash" = -83; +"@MMK_R_KO_period.ss01" = -114; +"@MMK_R_KO_comma.ss01" = -113; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_parenright" = -96; +"@MMK_R_KO_bracketright" = -87; +"@MMK_R_KO_parenright.case" = -86; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -43; +"@MMK_R_KO_quotedbl" = -50; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_A" = -71; +"@MMK_R_KO_H" = -28; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_J" = -91; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -34; +"@MMK_R_KO_T" = -91; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -130; +"@MMK_R_KO_Y" = -105; +"@MMK_R_KO_Z" = -83; +"@MMK_R_KO_I.ss02" = -80; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = -29; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = -29; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = -29; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_t_t.liga" = -6; +}; +asterisk = { +g.ss06 = -27; +}; +semicolon.ss01 = { +onesuperior = -34; +sevensuperior = -34; +hyphen = 0; +emdash = -4; +}; +divide = { +one = 0; +two = -22; +three = 0; +seven = 0; +parenright = -73; +parenright.case = -59; +quotedblleft = -4; +quotedblright = 0; +quoteright = 0; +quotedblleft.ss01 = 0; +quotedblright.ss01 = 0; +A = -29; +Y = -79; +I.ss02 = -64; +}; +asciitilde = { +exclam = -37; +exclam.ss01 = -38; +question.ss01 = -50; +parenleft = -17; +parenleft.case = -16; +bracketright.case = -87; +quoteright.ss01 = -10; +U = -20; +aacute = -15; +edieresis = -14; +edieresis.ss01 = -14; +u = -21; +v = -29; +w = -23; +x = -59; +y = -31; +l.ss03 = -24; +l.ss04 = -28; +g.ss06 = -19; +gcircumflex.ss06 = -19; +}; +three.dnom = { +question = -94; +question.ss01 = -93; +parenright = -65; +quotedblleft = -90; +quotedblright = -63; +quoteleft = -90; +quoteright = -65; +quotedbl = -105; +quotesingle = -105; +quotedblleft.ss01 = -60; +quoteleft.ss01 = -60; +quotedblright.ss01 = -52; +quoteright.ss01 = -58; +degree = -152; +}; +odotbelow.ss01 = { +T = -84; +}; +x = { +oslash = 0; +two = 0; +ampersand = -17; +plus = -39; +minus = -45; +notequal = -27; +logicalnot = -52; +asciitilde = -82; +}; +U = { +Dcroat = 9; +Eth = 9; +Hbar = 41; +Lslash = 10; +hbar = 25; +igrave = 17; +jcircumflex = 41; +greater = 20; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -35; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 21; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 9; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -32; +"@MMK_R_KO_asciicircum" = -19; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_hyphen.case" = -39; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Eth = { +Eth = 17; +Oslash = 19; +}; +odotbelow = { +T = -84; +}; +baht = { +slash = -10; +parenright = -52; +parenright.case = -37; +}; +Icircumflex.ss02 = { +endash.case = -44; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 16; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 27; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -24; +"@MMK_R_KO_asciicircum" = -38; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -91; +"@MMK_R_KO_onesuperior" = -80; +"@MMK_R_KO_foursuperior" = -103; +"@MMK_R_KO_sevensuperior" = -84; +"@MMK_R_KO_ninesuperior" = -84; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_question" = -93; +"@MMK_R_KO_asterisk" = -97; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -14; +"@MMK_R_KO_hyphen.case" = -23; +"@MMK_R_KO_endash.case" = -31; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_quotedblleft" = -99; +"@MMK_R_KO_quotedblright" = -79; +"@MMK_R_KO_quoteleft" = -99; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -89; +"@MMK_R_KO_quotesingle" = -81; +"@MMK_R_KO_quotedblleft.ss01" = -75; +"@MMK_R_KO_quotedblright.ss01" = -70; +}; +quotedblright = { +Dcroat = -22; +icircumflex = 54; +scaron = -34; +x = -18; +g.ss06 = -37; +mu = -28; +questiondown = -131; +questiondown.case = -96; +parenleft = -22; +quotesinglbase = -127; +asciitilde = -93; +}; +r = { +fl = 22; +germandbls = 20; +wdieresis = 19; +gcircumflex.ss06 = 0; +oneinferior = -24; +twoinferior = -18; +threeinferior = -15; +fourinferior = -65; +fiveinferior = -18; +sixinferior = -23; +ampersand = 0; +logicalnot = -14; +asciitilde = -32; +}; +seveninferior = { +I.ss02 = -30; +fourinferior = -18; +seveninferior = 12; +parenright = -74; +parenright.case = -56; +}; +sterling = { +two = 9; +hyphen.case = 0; +parenright = -38; +}; +Ocircumflex = { +Lslash = 27; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_bracketright.case" = -17; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +_f.longarm = { +l = 2; +i = 2; +idotaccent = 2; +i.ss01 = 2; +idotaccent.ss01 = 2; +l.ss03 = 8; +l.ss04 = 18; +}; +I.ss02 = { +Dcroat = -24; +igrave = 30; +jcircumflex = 61; +endash.case = -44; +plus = -69; +minus = -82; +notequal = -29; +less = -22; +approxequal = -23; +logicalnot = -107; +asciitilde = -83; +}; +quoteleft.ss01 = { +J.ss10 = -126; +igrave = 17; +icircumflex = 46; +imacron = 46; +jcircumflex = 47; +questiondown.case = -32; +questiondown.ss01 = -92; +hyphen = -3; +emdash = -8; +quotedblbase.ss01 = -126; +ampersand = -11; +minus = -13; +logicalnot = -21; +asciitilde = -38; +}; +Zacute = { +endash.case = -33; +}; +d = { +hbar = 4; +igrave = 2; +icaron = 3; +idieresis = 23; +jcircumflex = 14; +logicalnot = -33; +}; +notequal = { +zero = -15; +one = -17; +two = -24; +seven = -23; +parenright = -83; +parenright.case = -68; +A = -37; +B = -21; +F = -21; +L = -21; +N = -21; +Y = -71; +b = -19; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 10; +}; +six = { +icircumflex = 19; +parenleft = 10; +braceright = -32; +bracketright.case = 0; +trademark = -38; +asciicircum = -29; +}; +Idieresis.ss02 = { +idieresis = 64; +}; +quotedblleft.ss01 = { +A = -61; +J = -74; +igrave = 17; +icircumflex = 46; +imacron = 46; +jcircumflex = 47; +g.ss06 = -7; +mu = -12; +questiondown.case = -32; +ellipsis.ss01 = -246; +questiondown.ss01 = -92; +underscore = -237; +quotedblbase.ss01 = -246; +ampersand = -11; +minus = -13; +divide = 0; +asciitilde = -39; +}; +sevensuperior = { +A = -100; +C = -22; +O = -21; +G = -22; +fraction = -32; +sevensuperior = 12; +period = -121; +comma = -127; +colon = -38; +semicolon = -39; +slash = -116; +period.ss01 = -126; +comma.ss01 = -126; +colon.ss01 = -33; +semicolon.ss01 = -32; +hyphen = -68; +hyphen.case = -45; +guillemetleft = -61; +guilsinglleft = -73; +guillemetright = -32; +guilsinglright = -32; +plus = -59; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 12; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -25; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_braceright" = -43; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_bracketright.case" = -18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -18; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -91; +"@MMK_R_KO_Y" = -85; +"@MMK_R_KO_Z" = -49; +"@MMK_R_KO_I.ss02" = -56; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_zero" = 7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -22; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -96; +"@MMK_R_KO_comma" = -98; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_slash" = -55; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -126; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -61; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +won = { +period = -45; +comma = -46; +slash = -37; +period.ss01 = -52; +comma.ss01 = -50; +}; +i.ss01 = { +l = 0; +c = -1; +e = 0; +o = -1; +m = -2; +n = 0; +r = 0; +p = 1; +j.ss01 = 0; +parenright = -29; +}; +guillemetright = { +T = -96; +x = -63; +threesuperior = -48; +fivesuperior = -55; +eightsuperior = -45; +colon = -23; +semicolon = -26; +questiondown = -47; +question.ss01 = -79; +questiondown.ss01 = -47; +braceright = -79; +braceright.case = -64; +bracketright.case = -64; +quotesinglbase = -44; +quotedblbase = -44; +quotedblbase.ss01 = -35; +quoteright.ss01 = -33; +}; +s = { +l = 0; +seven = -26; +emdash = 0; +registered = -32; +notequal = -16; +logicalnot = -30; +asciitilde = -43; +}; +five.dnom = { +question = -96; +question.ss01 = -91; +parenright = -58; +quotedblleft = -50; +quotedblright = -25; +quoteleft = -50; +quoteright = -26; +quotedbl = -74; +quotesingle = -74; +quotedblleft.ss01 = -34; +quoteleft.ss01 = -34; +quotedblright.ss01 = -29; +quoteright.ss01 = -30; +degree = -109; +}; +ecircumflexgrave = { +parenright = -27; +bracketright = -4; +quotedbl = -23; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -36; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -40; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -47; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -52; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -46; +"@MMK_R_KO_asciicircum" = -23; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 16; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 17; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 12; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_endash.case" = -5; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_degree" = -27; +"@MMK_R_KO_plus" = -18; +"@MMK_R_KO_percent" = -15; +}; +Agrave = { +endash.case = -52; +}; +t_t.liga = { +wdieresis = 6; +hyphen = 0; +logicalnot = -27; +asciitilde = -42; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -89; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -76; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -151; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_v" = 14; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = -71; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = 20; +"@MMK_R_KO_period" = -121; +"@MMK_R_KO_comma" = -127; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 30; +"@MMK_R_KO_slash" = -97; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -126; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -89; +"@MMK_R_KO_endash" = -76; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_endash.case" = -12; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_quotedblleft" = 18; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 18; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 9; +"@MMK_R_KO_quotedblright.ss01" = 10; +}; +ohorngrave = { +i = 14; +idotaccent = 14; +i.ss01 = 14; +idotaccent.ss01 = 14; +m = 13; +n = 14; +period = 0; +comma = 0; +period.ss01 = -10; +comma.ss01 = -7; +parenright = -33; +bracketright = -14; +guillemetright = 14; +quotedbl = 3; +}; +zeroinferior = { +parenright = -60; +}; +c = { +seven = -32; +registered = -35; +notequal = -24; +}; +Aacute = { +Dcroat = -18; +Eth = -18; +Tbar = -69; +endash.case = -52; +registered = -85; +}; +Abreve = { +endash.case = -52; +}; +eight.dnom = { +question = -95; +question.ss01 = -93; +parenright = -62; +quotedblleft = -95; +quotedblright = -68; +quoteleft = -95; +quoteright = -70; +quotedbl = -110; +quotesingle = -110; +quotedblleft.ss01 = -66; +quoteleft.ss01 = -66; +quotedblright.ss01 = -60; +quoteright.ss01 = -64; +degree = -156; +}; +Idieresis.ss01 = { +Icircumflex = 56; +Idieresis.ss01 = 54; +idieresis.ss01 = 32; +parenright.case = 46; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -13; +}; +comma.ss01 = { +twosuperior = -126; +threesuperior = -126; +fivesuperior = -126; +eightsuperior = -126; +parenright = -22; +bracketright = -5; +quoteright.ss01 = -126; +}; +C = { +two = 4; +three = 13; +five = 12; +eight = 24; +braceright.case = -18; +plus = -5; +minus = -18; +greater = 12; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -93; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -85; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -228; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -38; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -42; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -40; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_pi" = -8; +"@MMK_R_KO_zero" = -18; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -7; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -121; +"@MMK_R_KO_comma" = -127; +"@MMK_R_KO_ellipsis" = -250; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -96; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_endash" = -62; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_endash.case" = -25; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -37; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_plus" = -45; +"@MMK_R_KO_percent" = -13; +}; +ocircumflexgrave = { +parenright = -18; +bracketright = 0; +quotedbl = -19; +quotesingle = -18; +}; +wcircumflex = { +p = 0; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -88; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 14; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -50; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -55; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -52; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_question" = -95; +"@MMK_R_KO_asterisk" = -102; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -59; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_plus" = -12; +}; +Umacron = { +Hbar = 41; +}; +Zcaron = { +Dcroat = -20; +igrave = 28; +endash.case = -33; +}; +sixinferior = { +T = -98; +W = -42; +parenright = -50; +bracketright = -24; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -24; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -61; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -25; +"@MMK_R_KO_plus" = -73; +"@MMK_R_KO_percent" = -15; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -5; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 16; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = -6; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -7; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_degree" = -32; +"@MMK_R_KO_plus" = -12; +"@MMK_R_KO_percent" = -23; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_bracketright.case" = -17; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -2; +}; +Idotaccent = { +l.ss04 = 25; +}; +zero.dnom = { +question = -95; +question.ss01 = -92; +parenright = -68; +parenright.case = -48; +quotedblleft = -102; +quotedblright = -72; +quoteleft = -102; +quoteright = -74; +quotedbl = -115; +quotesingle = -114; +quotedblleft.ss01 = -70; +quoteleft.ss01 = -70; +quotedblright.ss01 = -66; +quoteright.ss01 = -68; +degree = -161; +}; +I = { +I = 0; +Hbar = 32; +hbar = 16; +igrave = 8; +jcircumflex = 43; +logicalnot = -33; +}; +uhornhookabove = { +a = -8; +a.ss05 = -2; +period = -25; +comma = -26; +ellipsis = -36; +period.ss01 = -36; +ellipsis.ss01 = -36; +comma.ss01 = -34; +parenright = -32; +bracketright = -7; +quotedblright = 0; +quotedbl = 0; +}; +Idieresis = { +Icircumflex = 62; +Idieresis = 45; +idieresis = 48; +parenright = 36; +parenright.case = 47; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -107; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -143; +"@MMK_R_KO_a" = -79; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -82; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -77; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -53; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 55; +"@MMK_R_KO_itilde" = 57; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -78; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_x" = -39; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -44; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_g.ss06" = -68; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = -92; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -121; +"@MMK_R_KO_comma" = -127; +"@MMK_R_KO_colon" = -49; +"@MMK_R_KO_semicolon" = -52; +"@MMK_R_KO_ellipsis" = -158; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -120; +"@MMK_R_KO_backslash" = 35; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -126; +"@MMK_R_KO_colon.ss01" = -40; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -98; +"@MMK_R_KO_endash" = -93; +"@MMK_R_KO_underscore" = -139; +"@MMK_R_KO_hyphen.case" = -65; +"@MMK_R_KO_parenleft" = -35; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -94; +"@MMK_R_KO_guillemetright" = -36; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -62; +}; +Ecircumflexdotbelow.ss01 = { +T = 9; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -99; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -78; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -28; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -39; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -43; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -3; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -40; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -82; +"@MMK_R_KO_asciicircum" = -52; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -11; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -28; +"@MMK_R_KO_slash" = -25; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -74; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_parenright.case" = -58; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -36; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_degree" = -43; +"@MMK_R_KO_plus" = -6; +"@MMK_R_KO_percent" = -30; +}; +one = { +icircumflex = 24; +three = 0; +multiply = -22; +equal = 0; +notequal = -23; +asciicircum = -39; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 18; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 17; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_parenright.case" = -52; +"@MMK_R_KO_bracketright.case" = -23; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -57; +}; +lcaron.ss04 = { +ncaron = 49; +scaron = 82; +exclam.ss01 = 158; +}; +Gdotaccent = { +Hbar = 21; +}; +fl = { +Hbar = 30; +l = 0; +idieresis = 22; +jcircumflex = 11; +periodcentered.loclCAT = 21; +}; +quotedbl = { +Dcroat = -10; +Hbar = 47; +Lslash = -15; +hbar = 26; +igrave = 10; +icircumflex = 55; +idieresis = 58; +imacron = 40; +jcircumflex = 56; +x = -19; +idieresis.ss01 = 43; +g.ss06 = -31; +gcommaaccent.ss06 = -30; +gdotaccent.ss06 = -30; +gdotaccent.ss01.ss06 = -30; +mu = -28; +exclamdown = -30; +questiondown = -127; +backslash = 50; +questiondown.case = -75; +ellipsis.ss01 = -235; +exclamdown.ss01 = -32; +questiondown.ss01 = -110; +underscore = -235; +parenleft = -15; +braceleft = -26; +ampersand = -17; +sterling = -20; +minus = -38; +lessequal = -26; +asciitilde = -74; +}; +O = { +Dcroat = 17; +Eth = 17; +Hbar = 16; +Lslash = 27; +Tbar = -18; +idieresis = 6; +parenleft.case = 15; +braceright.case = -23; +less = 18; +}; +Zdotaccent.ss01 = { +Hbar = 48; +endash.case = -33; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -19; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -103; +"@MMK_R_KO_U" = -33; +"@MMK_R_KO_V" = -111; +"@MMK_R_KO_W" = -63; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -126; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_v" = -74; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_pi" = -41; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -92; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = -94; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_sixsuperior" = -126; +"@MMK_R_KO_onesuperior" = -126; +"@MMK_R_KO_foursuperior" = -126; +"@MMK_R_KO_sevensuperior" = -126; +"@MMK_R_KO_ninesuperior" = -126; +"@MMK_R_KO_asterisk" = -126; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_hyphen.case" = -110; +"@MMK_R_KO_endash.case" = -126; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -114; +"@MMK_R_KO_quotedblleft.ss01" = -126; +"@MMK_R_KO_quotedblright.ss01" = -126; +}; +braceleft = { +p = 0; +x = -7; +parenleft = -27; +braceright = 18; +at = -32; +minus = -86; +logicalnot = -96; +asciicircum = -66; +}; +rcaron = { +I.ss02 = 0; +onesuperior = 0; +twosuperior = 6; +sevensuperior = 2; +parenright = -6; +}; +f_f_i.liga = { +hbar = 2; +idieresis = 17; +jcircumflex = 10; +germandbls = 0; +logicalnot = -33; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -81; +"@MMK_R_KO_Oacute" = -81; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -74; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = -53; +"@MMK_R_KO_V" = -128; +"@MMK_R_KO_W" = -78; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -163; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -22; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 27; +"@MMK_R_KO_lslash" = -31; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -65; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -89; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_t_t.liga" = -65; +"@MMK_R_KO_pi" = -42; +"@MMK_R_KO_zero" = -64; +"@MMK_R_KO_one" = -111; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -35; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = -39; +"@MMK_R_KO_six" = -77; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -41; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = -113; +"@MMK_R_KO_asterisk" = -151; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_hyphen" = -47; +"@MMK_R_KO_endash" = -60; +"@MMK_R_KO_hyphen.case" = -142; +"@MMK_R_KO_endash.case" = -162; +"@MMK_R_KO_quotedblleft" = -250; +"@MMK_R_KO_quotedblright" = -250; +"@MMK_R_KO_quoteleft" = -127; +"@MMK_R_KO_quoteright" = -127; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_plus" = -134; +"@MMK_R_KO_percent" = -92; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = -23; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -71; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_aacute" = -50; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_j" = 57; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -56; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -59; +"@MMK_R_KO_w" = -48; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_pi" = -45; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -56; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_bracketright" = 17; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -23; +"@MMK_R_KO_plus" = -72; +"@MMK_R_KO_percent" = -19; +}; +logicalnot = { +one = -41; +two = -35; +seven = -45; +nine = -33; +parenright = -94; +parenright.case = -85; +v = -40; +x = -63; +y = -42; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 36; +"@MMK_R_KO_imacron" = 35; +"@MMK_R_KO_itilde" = 53; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_backslash" = 32; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -24; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_braceright" = 2; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -33; +}; +ydotbelow = { +ecircumflexdotbelow = -4; +period = -48; +comma = 33; +parenright = 23; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -25; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -61; +"@MMK_R_KO_asciicircum" = -34; +}; +idotless = { +T = -26; +}; +acircumflexhookabove.ss05 = { +y = -17; +}; +Iogonek.ss02 = { +iogonek = 34; +j = 58; +j.ss01 = 57; +endash.case = -43; +}; +aogonek = { +j = 13; +j.ss01 = 13; +parenright = -7; +bracketright = 0; +}; +ldot.ss01.ss03 = { +period.ss01 = -90; +comma.ss01 = -89; +}; +Idotbelow = { +j = 26; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 12; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -38; +}; +Tbar = { +A = -63; +Aacute = -63; +T = 26; +Tbar = 29; +a = -33; +a.ss05 = -33; +e = -33; +o = -34; +oslash = -34; +tbar = 0; +period = -75; +comma = -76; +slash = -72; +period.ss01 = -79; +comma.ss01 = -77; +hyphen = -27; +guillemetleft = -36; +guilsinglleft = -36; +}; +itilde = { +exclam.ss01 = 51; +quotedbl = 64; +}; +Idotaccent.ss01 = { +l.ss04 = 26; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 16; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 8; +"@MMK_R_KO_three" = 14; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_five" = 14; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 24; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_degree" = -25; +"@MMK_R_KO_plus" = -8; +"@MMK_R_KO_percent" = -16; +}; +ibreve = { +T = 36; +parenright = 7; +quotesingle = 32; +}; +multiply = { +one = 0; +seven.numr = -50; +parenright = -79; +parenright.case = -67; +A = -31; +J = -17; +T = -29; +V = -40; +X = -61; +Y = -73; +p = -16; +}; +Ccircumflex = { +jcircumflex = 14; +}; +q = { +j = 13; +j.ss01 = 13; +comma = 0; +slash = 19; +parenright = -7; +braceright = -2; +bracketright = 0; +}; +tcaron = { +a = 0; +b = 55; +h = 55; +k = 54; +l = 54; +o = 0; +f = 21; +i = 50; +j = 60; +sixsuperior = 70; +onesuperior = 91; +twosuperior = 76; +threesuperior = 82; +fivesuperior = 77; +sevensuperior = 104; +eightsuperior = 81; +ninesuperior = 82; +period = 0; +comma = 0; +colon = 20; +exclam = 84; +question = 48; +exclam.ss01 = 81; +hyphen = 0; +parenright = 72; +bracketright = 97; +quotedblleft = 55; +quotedblright = 89; +quoteleft = 56; +guillemetleft = -15; +guilsinglleft = -7; +quotedbl = 97; +quotesingle = 97; +quotedblleft.ss01 = 66; +quoteleft.ss01 = 66; +quotedblright.ss01 = 98; +}; +uogonek = { +j = 13; +j.ss01 = 13; +parenright = -7; +bracketright = 0; +}; +seven.dnom = { +period = -31; +comma = -32; +question = -100; +period.ss01 = -34; +comma.ss01 = -30; +question.ss01 = -98; +parenright = -80; +parenright.case = -58; +quotedblleft = -32; +quotedblright = -4; +quoteleft = -32; +quoteright = -6; +quotedbl = -49; +quotesingle = -49; +quotedblleft.ss01 = -14; +quoteleft.ss01 = -14; +quotedblright.ss01 = -6; +quoteright.ss01 = -7; +degree = -86; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_Oacute" = -51; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_zero" = -58; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -38; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -57; +"@MMK_R_KO_seven" = -13; +"@MMK_R_KO_eight" = -39; +"@MMK_R_KO_nine" = -38; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_foursuperior" = -57; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -27; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -38; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -60; +"@MMK_R_KO_endash.case" = -60; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -43; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_degree" = -51; +"@MMK_R_KO_plus" = -72; +"@MMK_R_KO_percent" = -48; +}; +Igrave.ss02 = { +igrave = 30; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 41; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_itilde" = 57; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -41; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -30; +}; +Amacron = { +endash.case = -52; +}; +hyphen = { +Dcroat = 16; +Lslash = 23; +Oslash = 5; +x = -45; +l.ss03 = 9; +mu = -2; +zero.numr = -48; +one.numr = -58; +three.numr = -35; +four.numr = -46; +five.numr = -39; +six.numr = -53; +seven.numr = -46; +eight.numr = -35; +nine.numr = -40; +threesuperior = -34; +fivesuperior = -39; +eightsuperior = -35; +colon = 0; +semicolon = 0; +questiondown = -26; +question.ss01 = -91; +questiondown.ss01 = -26; +parenleft = 11; +braceright = -66; +quotesinglbase = -18; +quotedblbase = -19; +quotedblbase.ss01 = -5; +quoteleft.ss01 = -15; +quoteright.ss01 = -14; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -84; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -70; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -51; +"@MMK_R_KO_onesuperior" = -81; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -38; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -37; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -65; +"@MMK_R_KO_asterisk" = -76; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = -48; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -63; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -21; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -52; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -97; +"@MMK_R_KO_asciicircum" = -71; +}; +l = { +Hbar = 30; +l = 0; +hbar = 2; +igrave = 0; +ibreve = 0; +icaron = 2; +idieresis = 22; +jcircumflex = 11; +periodcentered.loclCAT = 21; +at = 0; +notequal = -21; +logicalnot = -33; +}; +registered = { +period = -93; +comma = -95; +slash = -69; +period.ss01 = -92; +comma.ss01 = -90; +parenright = -76; +parenright.case = -64; +trademark = -50; +}; +quotedblright.ss01 = { +icircumflex = 48; +g.ss06 = -23; +mu = -22; +questiondown.case = -67; +ellipsis.ss01 = -246; +questiondown.ss01 = -112; +asciitilde = -68; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -90; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -61; +"@MMK_R_KO_Y" = -111; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -52; +"@MMK_R_KO_two" = -24; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -58; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -9; +"@MMK_R_KO_sixsuperior" = -50; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_question" = -94; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -53; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -8; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -52; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -60; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 23; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 62; +"@MMK_R_KO_imacron" = 48; +"@MMK_R_KO_itilde" = 78; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 52; +"@MMK_R_KO_g.ss06" = -21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -76; +"@MMK_R_KO_comma" = -78; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -14; +"@MMK_R_KO_ellipsis" = -115; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -59; +"@MMK_R_KO_backslash" = 40; +"@MMK_R_KO_period.ss01" = -97; +"@MMK_R_KO_comma.ss01" = -97; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -188; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_quoteright.ss01" = 8; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -31; +}; +published = { +parenright = -73; +parenright.case = -52; +}; +emdash.case = { +one.numr = -53; +seven.numr = -45; +question.ss01 = -32; +quotedblbase = -125; +quotedblbase.ss01 = -110; +quoteright.ss01 = 0; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = -1; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 2; +"@MMK_R_KO_zero" = 1; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -6; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -25; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_parenright.case" = -58; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -39; +"@MMK_R_KO_plus" = -7; +"@MMK_R_KO_percent" = -25; +}; +Atilde = { +ordfeminine = -94; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -13; +}; +quotesingle = { +Hbar = 49; +eacute = -33; +hbar = 27; +igrave = 10; +icaron = 47; +icircumflex = 55; +idieresis = 58; +imacron = 42; +itilde = 71; +jcircumflex = 56; +idieresis.ss01 = 46; +g.ss06 = -31; +mu = -28; +exclamdown = -30; +questiondown = -114; +backslash = 50; +questiondown.case = -69; +questiondown.ss01 = -110; +underscore = -114; +ampersand = -17; +lessequal = -26; +asciitilde = -73; +}; +exclam = { +exclam = 4; +parenright = -19; +guillemetleft = -27; +guillemetright = -4; +}; +Imacron.ss02 = { +endash.case = -42; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = -35; +}; +imacron = { +ncommaaccent = 0; +lcommaaccent = 9; +three = 32; +exclam.ss01 = 65; +quotedbl = 38; +}; +three = { +icircumflex = 19; +braceright = -32; +bracketright.case = 0; +trademark = -38; +}; +radical = { +four = -47; +seven = 20; +hyphen = -48; +A = -88; +J = -64; +J.ss10 = -74; +a = -37; +d = -37; +a.ss05 = -37; +c = -38; +g = -34; +s = -35; +l.ss04 = 44; +g.ss06 = -34; +}; +quotesinglbase = { +Iogonek = -4; +oslash = -6; +p = -11; +jcircumflex = 27; +germandbls = -47; +numbersign = -47; +parenleft.case = -48; +at = -47; +copyright = -112; +published = -112; +dollar = -40; +euro = -100; +minus = -127; +equal = -47; +approxequal = -52; +}; +germandbls = { +a = 3; +d = 4; +a.ss05 = 13; +e = 2; +f = 0; +g = 0; +i = 0; +s = 6; +t = 0; +v = -4; +w = 0; +g.ss06 = 13; +t_i.liga = 0; +t_t.liga = 0; +period.ss01 = 0; +comma.ss01 = 0; +hyphen = 6; +parenright = -57; +bracketright = -41; +quotedblleft = -21; +quotesingle = -35; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 14; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = 9; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -81; +"@MMK_R_KO_Oacute" = -80; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -74; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = -122; +"@MMK_R_KO_U" = -53; +"@MMK_R_KO_V" = -127; +"@MMK_R_KO_W" = -78; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -127; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -22; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 27; +"@MMK_R_KO_lslash" = -31; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -65; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -89; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_t_t.liga" = -65; +"@MMK_R_KO_pi" = -42; +"@MMK_R_KO_zero" = -64; +"@MMK_R_KO_one" = -111; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -35; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = -39; +"@MMK_R_KO_six" = -77; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -41; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = -113; +"@MMK_R_KO_asterisk" = -127; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_hyphen.case" = -122; +"@MMK_R_KO_quotedblleft" = -127; +"@MMK_R_KO_quoteleft" = -127; +"@MMK_R_KO_quoteright" = -127; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_plus" = -127; +"@MMK_R_KO_percent" = -92; +}; +Odieresis = { +Eth = 17; +Germandbls = 0; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -16; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_hyphen.case" = -24; +"@MMK_R_KO_endash.case" = -24; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -30; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_degree" = -32; +"@MMK_R_KO_plus" = -33; +"@MMK_R_KO_percent" = -28; +}; +e = { +idieresis = 0; +germandbls = -7; +gbreve.ss06 = 8; +seven = -39; +emdash = 0; +registered = -41; +logicalnot = -25; +asciitilde = -35; +}; +Oacute = { +Eth = 17; +Lslash = 27; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -78; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -40; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = -41; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -87; +"@MMK_R_KO_twosuperior" = -40; +"@MMK_R_KO_threesuperior" = -53; +"@MMK_R_KO_foursuperior" = -44; +"@MMK_R_KO_fivesuperior" = -59; +"@MMK_R_KO_sevensuperior" = -91; +"@MMK_R_KO_eightsuperior" = -51; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -73; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = -63; +"@MMK_R_KO_period.ss01" = 8; +"@MMK_R_KO_comma.ss01" = 12; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -25; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = -34; +"@MMK_R_KO_quoteleft" = -49; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -74; +"@MMK_R_KO_quotesingle" = -74; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -40; +"@MMK_R_KO_trademark" = -104; +"@MMK_R_KO_asciicircum" = -80; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = 2; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -48; +"@MMK_R_KO_asciicircum" = -24; +}; +Germandbls = { +B = 0; +E = 0; +I = 0; +L = 0; +S = 18; +T = -4; +Z = 22; +a = 4; +foursuperior = -23; +hyphen = 13; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -13; +}; +six.dnom = { +question = -94; +question.ss01 = -91; +parenright = -57; +quotedblleft = -95; +quotedblright = -68; +quoteleft = -95; +quoteright = -70; +quotedbl = -110; +quotesingle = -110; +quotedblleft.ss01 = -66; +quoteleft.ss01 = -66; +quotedblright.ss01 = -59; +quoteright.ss01 = -64; +degree = -156; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -46; +}; +less = { +two = 8; +three = 15; +parenright = -35; +less = 0; +S = 22; +}; +Acircumflex = { +six = -42; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -65; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -127; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = 7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 9; +"@MMK_R_KO_seven" = 23; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 15; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -121; +"@MMK_R_KO_comma" = -127; +"@MMK_R_KO_ellipsis" = -127; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -74; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_quotedblleft" = 9; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 9; +"@MMK_R_KO_quoteright" = 23; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_degree" = -9; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -4; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -94; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -91; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -77; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -217; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = -23; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = -26; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = -26; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_t_t.liga" = -4; +}; +ellipsis.ss01 = { +Dcroat = -42; +Tbar = -92; +tbar = -31; +twosuperior = -193; +threesuperior = -196; +fivesuperior = -202; +eightsuperior = -203; +question.ss01 = -86; +parenleft = -26; +braceright = -21; +parenleft.case = -36; +quoteleft.ss01 = -126; +quoteright.ss01 = -126; +}; +u = { +l = 0; +idieresis = 0; +s = 0; +germandbls = 0; +logicalnot = -33; +}; +colon.ss01 = { +T = -14; +V = -30; +Y = -53; +zero = 0; +one = 0; +three = 0; +four = -5; +onesuperior = -34; +sevensuperior = -34; +emdash = -4; +parenright = -46; +braceright = -21; +bracketright = -21; +}; +ocircumflexacute = { +sevensuperior = 19; +parenright = 38; +bracketright = 31; +quotedbl = -7; +quotesingle = -7; +}; +egrave = { +T = -85; +}; +Jcircumflex = { +jcircumflex = 47; +parenright = 56; +bracketright = 50; +parenright.case = 66; +bracketright.case = 51; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -10; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -37; +"@MMK_R_KO_asciicircum" = -34; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = 17; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_bracketright" = 5; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 16; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -47; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = -39; +"@MMK_R_KO_V" = -113; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -121; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_f" = -39; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_v" = -77; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_pi" = -37; +"@MMK_R_KO_zero" = -45; +"@MMK_R_KO_one" = -103; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_five" = -27; +"@MMK_R_KO_six" = -50; +"@MMK_R_KO_seven" = -99; +"@MMK_R_KO_eight" = -20; +"@MMK_R_KO_nine" = -29; +"@MMK_R_KO_sixsuperior" = -121; +"@MMK_R_KO_onesuperior" = -121; +"@MMK_R_KO_foursuperior" = -121; +"@MMK_R_KO_sevensuperior" = -121; +"@MMK_R_KO_ninesuperior" = -121; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -101; +"@MMK_R_KO_asterisk" = -121; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_hyphen.case" = -103; +"@MMK_R_KO_endash.case" = -119; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -121; +"@MMK_R_KO_quoteleft" = -121; +"@MMK_R_KO_quoteright" = -121; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -121; +"@MMK_R_KO_quotesingle" = -114; +}; +udieresis = { +germandbls = 0; +}; +E = { +Hbar = 47; +igrave = 29; +idieresis = 66; +jcircumflex = 65; +germandbls = 0; +idieresis.ss01 = 52; +zero = -3; +two = 8; +six = 0; +seven = 13; +numbersign = 0; +registered = -5; +multiply = -21; +logicalnot = -46; +asciitilde = -58; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -102; +"@MMK_R_KO_Oacute" = -102; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -93; +"@MMK_R_KO_S" = -57; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = -76; +"@MMK_R_KO_V" = -131; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -141; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -56; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -69; +"@MMK_R_KO_eacute" = -69; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 70; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -73; +"@MMK_R_KO_u" = -42; +"@MMK_R_KO_v" = -90; +"@MMK_R_KO_w" = -50; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -73; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = -83; +"@MMK_R_KO_one" = -94; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -54; +"@MMK_R_KO_four" = -126; +"@MMK_R_KO_five" = -59; +"@MMK_R_KO_six" = -94; +"@MMK_R_KO_seven" = -88; +"@MMK_R_KO_eight" = -50; +"@MMK_R_KO_nine" = -64; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_asterisk" = -151; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 13; +"@MMK_R_KO_colon.ss01" = 29; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblright" = -237; +"@MMK_R_KO_quotedbl" = -235; +"@MMK_R_KO_quotesingle" = -114; +"@MMK_R_KO_quotedblright.ss01" = -237; +}; +Lcaron = { +A = 11; +B = 2; +M = 2; +N = 2; +K = 2; +C = -24; +O = -24; +G = -23; +Ccaron = -24; +Ocircumflex = -24; +J = 23; +S = 0; +Scaron = 0; +T = 0; +U = -9; +Uacute = -9; +V = -6; +W = 0; +Zcaron = 26; +I.ss02 = 25; +a = -12; +u = -5; +v = -40; +w = -30; +sixsuperior = -32; +onesuperior = -20; +twosuperior = -27; +threesuperior = -25; +foursuperior = -62; +fivesuperior = -32; +sevensuperior = -19; +eightsuperior = -28; +ninesuperior = -25; +period = 14; +comma = 16; +question = -39; +question.ss01 = -37; +hyphen = 0; +hyphen.case = -73; +parenright = -25; +quotedblleft = -43; +quoteleft = -43; +guillemetleft = -46; +guilsinglleft = -25; +quotedbl = -22; +quotesingle = -22; +quotedblleft.ss01 = -37; +quoteleft.ss01 = -37; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -65; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -45; +"@MMK_R_KO_comma" = -47; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -48; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = -55; +"@MMK_R_KO_comma.ss01" = -50; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = -67; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -55; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -23; +}; +Udieresis.ss01 = { +b = 8; +}; +twosuperior = { +A = -56; +fraction = 21; +period = -121; +comma = -127; +slash = -62; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = 0; +parenright = -44; +parenright.case = -35; +}; +period = { +g.ss06 = -2; +ordfeminine = -121; +ordmasculine = -121; +twosuperior = -121; +threesuperior = -121; +fivesuperior = -121; +eightsuperior = -121; +parenleft = -25; +braceright = -27; +parenleft.case = -39; +}; +uhorntilde = { +a = -8; +a.ss05 = -2; +n = 0; +u = 0; +period = -25; +comma = -26; +ellipsis = -36; +question = 2; +period.ss01 = -36; +ellipsis.ss01 = -36; +comma.ss01 = -34; +parenright = -31; +quotedblright = 0; +quotedbl = 0; +}; +nine = { +ordmasculine = -31; +underscore = -39; +braceright = -59; +braceright.case = -23; +bracketright.case = -23; +trademark = -60; +asciicircum = -41; +}; +T = { +Hbar = 44; +Lslash = -16; +Oslash = 0; +Tbar = 26; +aacute = -45; +agrave = -42; +adotbelow = -45; +adotbelow.ss01 = -45; +aogonek = -45; +adieresis = -31; +ahookabove = -45; +ae = -47; +a.ss05 = -46; +aacute.ss05 = -43; +aogonek.ss05 = -45; +adotbelow.ss05 = -45; +cacute = -50; +ccedilla = -50; +eacute = -50; +edotaccent = -50; +eogonek = -50; +edotbelow = -50; +edotbelow.ss01 = -50; +edotaccent.ss01 = -50; +egrave = -35; +ecaron = -22; +ehookabove = -50; +oacute = -51; +ohookabove = -51; +ograve = -36; +ocircumflexhookabove = -27; +ohungarumlaut = -35; +odotbelow = -51; +ohorngrave = -36; +ohornacute = -51; +odotbelow.ss01 = -51; +oslash = -51; +gbreve = -35; +i.ss01 = -5; +idotaccent.ss01 = -5; +iacute = -15; +igrave = 24; +rcaron = 0; +ihookabove = 0; +idotless = -21; +ibreve = 47; +icaron = 58; +idieresis = 69; +racute = -19; +scaron = -13; +scircumflex = -12; +uacute = -16; +uhorndotbelow = -16; +uhorndotbelow.ss01 = -16; +ugrave = -16; +udotbelow = -16; +uogonek = -16; +uhorngrave = -16; +uhornacute = -16; +udotbelow.ss01 = -16; +uhornhookabove = -16; +ygrave = 3; +ycircumflex = 3; +yhookabove = 3; +zcaron = -8; +idieresis.ss01 = 54; +zero = -5; +six = -5; +seven = 18; +zeroinferior = -107; +twoinferior = -104; +numbersign = 0; +endash.case = -72; +parenleft.case = 0; +guilsinglleft = -64; +guilsinglright = 0; +at = -15; +ampersand = -9; +registered = -4; +plus = -79; +minus = -98; +multiply = -20; +divide = -70; +equal = 0; +less = -21; +greaterequal = -7; +plusminus = -14; +approxequal = -32; +logicalnot = -109; +asciitilde = -100; +}; +quotesinglbase.ss01 = { +Dcroat = -43; +T = -104; +Tcaron = -104; +V = -110; +W = -64; +Y = -126; +oslash = 0; +germandbls = -51; +numbersign = -20; +question.ss01 = -86; +parenleft.case = -34; +quoteright.ss01 = -126; +at = -33; +copyright = -73; +published = -73; +euro = -53; +minus = -112; +equal = -26; +approxequal = -31; +}; +Q = { +Dcroat = -16; +two = 5; +seven = -46; +registered = -55; +}; +quoteright = { +Hbar = 39; +a.ss05 = -41; +eacute = -44; +hbar = 22; +igrave = 0; +icircumflex = 53; +idieresis = 45; +imacron = 30; +itilde = 64; +jcircumflex = 54; +scaron = -35; +x = -18; +g.ss06 = -38; +gdotaccent.ss06 = -35; +mu = -29; +questiondown = -126; +questiondown.case = -96; +quotedblbase = -127; +euro = -17; +asciitilde = -94; +}; +minus = { +one = -19; +two = -49; +three = -30; +seven = -25; +one.numr = -72; +seven.numr = -65; +period = -71; +comma = -72; +period.ss01 = -110; +comma.ss01 = -110; +parenright = -83; +parenright.case = -75; +quotedblleft = -25; +quotedblright = -2; +quoteleft = -25; +quoteright = -2; +guillemetright = -48; +quotedbl = -44; +quotesingle = -44; +quotedblleft.ss01 = -19; +quoteleft.ss01 = -19; +quotedblright.ss01 = -10; +quoteright.ss01 = -11; +tenge = -5; +yen = -36; +x = -62; +}; +ldot.ss04 = { +a = 24; +e = 26; +period = -69; +comma = -70; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -41; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -42; +"@MMK_R_KO_eight" = 18; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_question" = -48; +"@MMK_R_KO_asterisk" = -45; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_parenright.case" = -41; +"@MMK_R_KO_quotedblleft" = -50; +"@MMK_R_KO_quotedblright" = -40; +"@MMK_R_KO_quoteleft" = -50; +"@MMK_R_KO_quoteright" = -40; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_degree" = -61; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -55; +}; +acircumflexacute.ss05 = { +t = -10; +y = -17; +t_i.liga = -10; +t_t.liga = -10; +question = -47; +question.ss01 = -46; +}; +p = { +seven = -35; +registered = -39; +}; +idotaccent = { +T = -10; +idieresis = 17; +parenright = -36; +}; +summation = { +n = -7; +}; +eth = { +a = 7; +d = 7; +aacute = 7; +e = 8; +o = 7; +eth = 6; +odieresis = 7; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 6; +i = 0; +j = 0; +s = 12; +t = -2; +u = 3; +v = -21; +y = -25; +t_i.liga = -2; +t_t.liga = -2; +period = 0; +comma = 0; +period.ss01 = -7; +comma.ss01 = -4; +hyphen = 11; +parenright = -51; +bracketright = -23; +quotedblleft = -26; +quoteleft = -21; +quotedbl = -31; +}; +igrave = { +parenright = -49; +}; +three.numr = { +fraction = 0; +}; +Aring = { +endash.case = -52; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -12; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -64; +"@MMK_R_KO_asciicircum" = -40; +}; +lcommaaccent = { +j = 11; +}; +quoteright.ss01 = { +igrave = 8; +icircumflex = 48; +imacron = 42; +itilde = 64; +jcircumflex = 49; +idieresis.ss01 = 48; +g.ss06 = -24; +gdotaccent.ss01.ss06 = -21; +mu = -23; +questiondown.case = -70; +questiondown.ss01 = -116; +quotedblbase.ss01 = -126; +asciitilde = -68; +}; +backslash = { +p = 27; +g.ss06 = 34; +backslash = -94; +underscore = 38; +quoteright.ss01 = -71; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_T" = 40; +"@MMK_R_KO_U" = 30; +"@MMK_R_KO_V" = 43; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 44; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 39; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 30; +"@MMK_R_KO_onesuperior" = 25; +"@MMK_R_KO_twosuperior" = 41; +"@MMK_R_KO_threesuperior" = 31; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 34; +"@MMK_R_KO_sevensuperior" = 42; +"@MMK_R_KO_eightsuperior" = 40; +"@MMK_R_KO_ninesuperior" = 45; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 44; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = 36; +"@MMK_R_KO_bracketright" = 52; +"@MMK_R_KO_parenright.case" = 47; +"@MMK_R_KO_bracketright.case" = 62; +"@MMK_R_KO_quotedblright" = 41; +"@MMK_R_KO_quoteright" = 42; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 32; +"@MMK_R_KO_quotesingle" = 32; +"@MMK_R_KO_quotedblright.ss01" = 41; +"@MMK_R_KO_quoteright.ss01" = 41; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = 31; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 34; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 18; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 49; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 32; +"@MMK_R_KO_bracketright" = 32; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 19; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 13; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -38; +}; +parenright.case = { +T = -18; +V = -36; +Y = -50; +Yacute = -50; +period = -8; +comma = -7; +slash = -17; +period.ss01 = -18; +comma.ss01 = -11; +hyphen.case = 2; +emdash.case = 2; +parenleft.case = 7; +parenright.case = -47; +braceright.case = -5; +bracketright.case = -5; +quotedbl = -22; +}; +degree = { +zero = -18; +three = -8; +four = -65; +five = -19; +six = -17; +period = -121; +comma = -127; +slash = -94; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = -51; +emdash = -54; +endash = -43; +hyphen.case = -18; +emdash.case = -18; +parenright = -67; +bracketright = -33; +parenright.case = -56; +bracketright.case = -35; +g.ss06 = -30; +}; +H = { +H = 0; +Hbar = 32; +igrave = 8; +ibreve = 26; +idieresis = 45; +jcircumflex = 43; +x = 0; +idieresis.ss01 = 31; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -43; +greaterequal = 0; +lessequal = -7; +Y = -29; +n = -4; +}; +mu = { +mu = -11; +pi = 0; +one = -20; +onesuperior = -55; +twosuperior = -26; +sevensuperior = -59; +period.ss01 = -15; +comma.ss01 = -13; +hyphen = -4; +parenright = -55; +braceright = -28; +bracketright = -28; +quotedblleft = -24; +quotedblright = -18; +quoteleft = -24; +quoteright = -18; +quotedbl = -39; +quotesingle = -39; +trademark = -75; +asciicircum = -51; +}; +questiondown = { +p = -10; +questiondown = 0; +}; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = -18; +Eth = -18; +Lslash = -11; +Tbar = -69; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 0; +jcircumflex = 5; +germandbls = -27; +tbar = -29; +gbreve.ss06 = 0; +ordfeminine = -94; +ordmasculine = -95; +zero = -39; +two = 5; +three = -21; +five = -22; +six = -42; +seven = -75; +eight = -18; +nine = -24; +numbersign = -19; +endash.case = -52; +parenleft.case = -37; +quotedblleft.ss01 = -80; +at = -31; +ampersand = -13; +registered = -85; +dollar = -25; +plus = -54; +minus = -71; +multiply = -45; +divide = -42; +equal = -26; +notequal = -44; +less = -30; +approxequal = -37; +logicalnot = -69; +asciitilde = -82; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_Oacute" = -36; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -51; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = 29; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 57; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -39; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -29; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 29; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -66; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -88; +"@MMK_R_KO_parenleft" = -28; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 19; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -74; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 16; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = 13; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_five" = 4; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 16; +"@MMK_R_KO_nine" = 9; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = -9; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -31; +"@MMK_R_KO_plus" = -22; +"@MMK_R_KO_percent" = -18; +}; +ohornacute = { +c = 14; +i = 14; +idotaccent = 14; +i.ss01 = 14; +idotaccent.ss01 = 14; +m = 13; +n = 14; +p = 15; +t = 26; +u = 22; +t_i.liga = 26; +t_i.liga.ss01 = 26; +t_t.liga = 26; +parenright = -33; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = -66; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -74; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 24; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 22; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -82; +"@MMK_R_KO_comma" = -83; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = -93; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -48; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = -80; +"@MMK_R_KO_comma.ss01" = -78; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -79; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -60; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -21; +}; +Ycircumflex = { +a.ss05 = -79; +}; +Ograve = { +Lslash = 27; +}; +Hbar = { +Hbar = 99; +Idieresis.ss01 = 32; +exclam.ss01 = 58; +}; +Y = { +Eth = -23; +Lslash = -17; +Oslash = -28; +aacute = -74; +a.ss05 = -79; +aacute.ss05 = -70; +aogonek.ss05 = -79; +eth = -10; +ccedilla = -82; +eacute = -72; +edotbelow = -82; +edotbelow.ss01 = -82; +egrave = -33; +ecircumflexacute = -37; +oacute = -74; +odotbelow = -82; +odotbelow.ss01 = -82; +oslash = -77; +iacute = -30; +ntilde = -43; +ncaron = -45; +igrave = 34; +idieresis = 69; +scaron = -10; +zcaron = -22; +idieresis.ss01 = 61; +zero = -31; +two = -19; +three = -17; +six = -30; +seven = 14; +eight = -14; +nine = -10; +twoinferior = -116; +numbersign = -33; +ellipsis.ss01 = -156; +endash.case = -68; +parenleft.case = -17; +at = -42; +ampersand = -24; +registered = -31; +plus = -75; +minus = -94; +multiply = -61; +equal = -43; +notequal = -57; +less = -49; +lessequal = -55; +logicalnot = -101; +asciitilde = -120; +}; +acircumflexacute = { +sevensuperior = 0; +parenright = 17; +}; +odieresis.ss01 = { +germandbls = 0; +}; +foursuperior = { +A = -66; +period = -121; +comma = -127; +slash = -75; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = -27; +}; +eight = { +icircumflex = 15; +braceright = -38; +bracketright.case = -2; +trademark = -41; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -38; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -93; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = -70; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -96; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = -42; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -28; +"@MMK_R_KO_uacute" = -25; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss04" = 48; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = 29; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -102; +"@MMK_R_KO_ellipsis" = -119; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -107; +"@MMK_R_KO_period.ss01" = -105; +"@MMK_R_KO_comma.ss01" = -103; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -43; +"@MMK_R_KO_endash.case" = -39; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 23; +"@MMK_R_KO_plus" = -50; +"@MMK_R_KO_percent" = -11; +}; +w = { +ampersand = -4; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -94; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -85; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -127; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -43; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -40; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_lslash" = -23; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_pi" = -9; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -77; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -14; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -121; +"@MMK_R_KO_comma" = -127; +"@MMK_R_KO_ellipsis" = -127; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -97; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -33; +"@MMK_R_KO_endash.case" = -26; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -37; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_plus" = -46; +}; +jacute = { +hbar = 3; +idieresis = 30; +iogonek = 3; +j = 13; +j.ss01 = 13; +jcircumflex = 15; +seven = 13; +comma = 0; +slash = 13; +parenright = 10; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 50; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 36; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 2; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -39; +}; +gcaron.ss06 = { +gcaron.ss06 = 18; +}; +Ntilde = { +A = 0; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 52; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 21; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -23; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 18; +"@MMK_R_KO_colon.ss01" = 29; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -29; +"@MMK_R_KO_underscore" = 37; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 19; +"@MMK_R_KO_bracketright" = 19; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -30; +"@MMK_R_KO_asciicircum" = -42; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 15; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -11; +}; +guillemetleft = { +Dcroat = -16; +T = -23; +mu = -12; +twosuperior = -38; +braceright = -72; +minus = -46; +logicalnot = -50; +asciitilde = -73; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -82; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -72; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -63; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_backslash" = -45; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -63; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -15; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -51; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -47; +"@MMK_R_KO_quotesingle" = -47; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -88; +"@MMK_R_KO_asciicircum" = -68; +}; +icircumflex = { +two = 37; +exclam.ss01 = 34; +parenright = 2; +}; +ihookabove = { +n = 0; +}; +guilsinglleft = { +twosuperior = -28; +braceright = -7; +logicalnot = -39; +asciitilde = -60; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -59; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -85; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -96; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = -109; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = -58; +"@MMK_R_KO_I.ss02" = -87; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = -20; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_t_t.liga" = -6; +}; +Uhornacute = { +exclam.ss01 = 38; +}; +ocircumflexhookabove = { +parenright = 0; +bracketright = 11; +quotedblright = -4; +quotedbl = -8; +quotesingle = -4; +quotedblright.ss01 = 0; +}; +plusminus = { +one = 0; +parenright = -32; +}; +question = { +exclam = 2; +questiondown = -85; +questiondown.case = -41; +bracketright.case = -25; +}; +ordmasculine = { +period = -121; +comma = -127; +slash = -85; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = -34; +parenright = -54; +parenright.case = -45; +}; +slash = { +Hbar = 41; +Oslash = -17; +hbar = 32; +ntilde = -26; +ncommaaccent = -34; +igrave = 23; +ibreve = 46; +icircumflex = 42; +idieresis = 63; +imacron = 52; +itilde = 62; +jcircumflex = 43; +rcommaaccent = -34; +scaron = -4; +scircumflex = -19; +x = -30; +idieresis.ss01 = 57; +g.ss06 = -41; +gcommaaccent.ss06 = -39; +gdotaccent.ss06 = -38; +gdotaccent.ss01.ss06 = -38; +mu = -35; +oneinferior = -68; +fourinferior = -92; +eightinferior = -73; +backslash = 34; +ellipsis.ss01 = -105; +underscore = -131; +parenleft = -26; +quotesinglbase = -115; +quotedblbase = -115; +quotedblbase.ss01 = -103; +literSign = -37; +cent = -32; +euro = -28; +sterling = -37; +minus = -63; +asciicircum = -49; +infinity = -31; +integral = -67; +radical = -27; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 32; +"@MMK_R_KO_O" = 44; +"@MMK_R_KO_Oacute" = 43; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 41; +"@MMK_R_KO_S" = 52; +"@MMK_R_KO_T" = 44; +"@MMK_R_KO_U" = 44; +"@MMK_R_KO_W" = 50; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = 40; +"@MMK_R_KO_I.ss02" = 47; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 32; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_f" = 39; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 25; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_j" = 32; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_w" = 43; +"@MMK_R_KO_x" = 29; +"@MMK_R_KO_l.ss03" = 38; +"@MMK_R_KO_l.ss04" = 77; +"@MMK_R_KO_sixsuperior" = 46; +"@MMK_R_KO_onesuperior" = 39; +"@MMK_R_KO_twosuperior" = 30; +"@MMK_R_KO_threesuperior" = 31; +"@MMK_R_KO_foursuperior" = 36; +"@MMK_R_KO_fivesuperior" = 36; +"@MMK_R_KO_sevensuperior" = 33; +"@MMK_R_KO_eightsuperior" = 40; +"@MMK_R_KO_ninesuperior" = 47; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 31; +"@MMK_R_KO_semicolon" = 32; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 58; +"@MMK_R_KO_question" = 44; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 24; +"@MMK_R_KO_question.ss01" = 38; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = 28; +"@MMK_R_KO_parenright.case" = 24; +"@MMK_R_KO_bracketright.case" = 32; +"@MMK_R_KO_quotedblright" = 45; +"@MMK_R_KO_quoteright" = 45; +"@MMK_R_KO_quotedbl" = 46; +"@MMK_R_KO_quotesingle" = 48; +"@MMK_R_KO_quotedblright.ss01" = 41; +"@MMK_R_KO_quoteright.ss01" = 40; +}; +M = { +Hbar = 32; +hbar = 16; +igrave = 8; +ibreve = 26; +icaron = 26; +idieresis = 45; +idieresis.ss01 = 31; +}; +i = { +hbar = 2; +ntilde = 0; +idieresis = 17; +j = 0; +jcircumflex = 10; +s = 0; +germandbls = 0; +slash = -1; +parenright = -36; +braceright = -2; +bracketright = -2; +logicalnot = -33; +}; +macute = { +quotesingle = -46; +}; +greaterequal = { +one = 0; +three = -8; +seven = -6; +parenright = -53; +T = -32; +}; +eogonek = { +parenright = -41; +}; +fiveinferior = { +T = -103; +W = -39; +parenright = -51; +}; +tcedilla = { +comma = 25; +parenright = 4; +bracketright = 0; +}; +eightsuperior = { +A = -65; +fraction = 0; +period = -121; +comma = -127; +slash = -70; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = -9; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -84; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -210; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -23; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -6; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -87; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -126; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_plus" = -24; +"@MMK_R_KO_percent" = -8; +}; +ordfeminine = { +period = -121; +comma = -127; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = -22; +parenright = -33; +}; +Edotaccent = { +scaron = 7; +}; +Oslash = { +Eth = 18; +T = 0; +Tcaron = 0; +V = 0; +Y = 0; +l.ss04 = 39; +sevensuperior = 0; +parenright = 0; +bracketright = 0; +parenright.case = 7; +bracketright.case = 20; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -118; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_icircumflex" = 65; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 80; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -41; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 54; +"@MMK_R_KO_g.ss06" = -41; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -105; +"@MMK_R_KO_comma" = -105; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -17; +"@MMK_R_KO_ellipsis" = -121; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -90; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = -108; +"@MMK_R_KO_comma.ss01" = -104; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -91; +"@MMK_R_KO_endash" = -91; +"@MMK_R_KO_underscore" = -105; +"@MMK_R_KO_hyphen.case" = -67; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_quoteright.ss01" = 10; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -29; +}; +seven.numr = { +fraction = -32; +}; +at = { +underscore = -69; +parenright = -66; +bracketright = -48; +parenright.case = -49; +bracketright.case = -37; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -96; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -67; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -30; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = -45; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -46; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -88; +"@MMK_R_KO_asciicircum" = -56; +}; +F = { +Hbar = 54; +adieresis.ss05 = -3; +i.ss01 = 0; +iacute = -2; +igrave = 29; +idieresis = 66; +zcaron = -4; +idieresis.ss01 = 53; +three = 6; +seven = 28; +twoinferior = -25; +threeinferior = -22; +fourinferior = -48; +fiveinferior = -32; +sixinferior = -27; +eightinferior = -29; +numbersign = 0; +ellipsis.ss01 = -97; +ampersand = -2; +multiply = -17; +}; +nineinferior = { +parenright = -58; +}; +parenright = { +icircumflex = 6; +parenleft = 12; +braceright = -27; +asciicircum = -40; +}; +fivesuperior = { +A = -73; +fraction = 0; +period = -121; +comma = -127; +slash = -76; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = -17; +guillemetleft = -23; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -19; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -103; +"@MMK_R_KO_U" = -33; +"@MMK_R_KO_V" = -111; +"@MMK_R_KO_W" = -64; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -156; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -74; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_pi" = -41; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -43; +"@MMK_R_KO_seven" = -94; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_sixsuperior" = -208; +"@MMK_R_KO_onesuperior" = -155; +"@MMK_R_KO_foursuperior" = -210; +"@MMK_R_KO_sevensuperior" = -192; +"@MMK_R_KO_ninesuperior" = -208; +"@MMK_R_KO_asterisk" = -151; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_hyphen.case" = -110; +"@MMK_R_KO_endash.case" = -140; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -235; +"@MMK_R_KO_quotesingle" = -114; +"@MMK_R_KO_quotedblleft.ss01" = -246; +"@MMK_R_KO_quotedblright.ss01" = -246; +}; +lcaron = { +l = 139; +ncaron = 48; +lcaron = 139; +scaron = 81; +exclam.ss01 = 157; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = -30; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 20; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_bracketright.case" = -50; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -33; +}; +z = { +logicalnot = -30; +}; +Eogonek = { +comma = 27; +parenright = 0; +}; +G = { +Eth = 12; +Hbar = 21; +Lslash = 31; +Oslash = 19; +hbar = 8; +idieresis = 8; +jcircumflex = 11; +eight = 19; +braceright.case = -21; +}; +eightinferior = { +parenright = -47; +}; +comma = { +twosuperior = -127; +threesuperior = -127; +fivesuperior = -127; +eightsuperior = -127; +}; +pi = { +pi = 12; +onesuperior = -34; +sevensuperior = -35; +period = 0; +comma = 0; +colon = 18; +slash = 0; +hyphen = 0; +parenright = -46; +braceright = -21; +bracketright = -21; +quoteright = 0; +quotesingle = -19; +trademark = -51; +}; +iacute = { +a = 0; +c = -1; +ntilde = 0; +m = -2; +n = 0; +p = 1; +s = 0; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 38; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 139; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 50; +"@MMK_R_KO_f" = 77; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 131; +"@MMK_R_KO_n" = 38; +"@MMK_R_KO_j" = 132; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 78; +"@MMK_R_KO_u" = 48; +"@MMK_R_KO_uacute" = 48; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_z" = 84; +"@MMK_R_KO_l.ss04" = 182; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 78; +"@MMK_R_KO_sixsuperior" = 152; +"@MMK_R_KO_onesuperior" = 176; +"@MMK_R_KO_twosuperior" = 161; +"@MMK_R_KO_threesuperior" = 167; +"@MMK_R_KO_foursuperior" = 90; +"@MMK_R_KO_fivesuperior" = 158; +"@MMK_R_KO_sevensuperior" = 184; +"@MMK_R_KO_eightsuperior" = 161; +"@MMK_R_KO_ninesuperior" = 165; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 46; +"@MMK_R_KO_semicolon" = 42; +"@MMK_R_KO_exclam" = 158; +"@MMK_R_KO_question" = 120; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = 120; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 146; +"@MMK_R_KO_bracketright" = 177; +"@MMK_R_KO_quotedblleft" = 118; +"@MMK_R_KO_quoteleft" = 118; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 178; +"@MMK_R_KO_quotesingle" = 178; +"@MMK_R_KO_quotedblleft.ss01" = 137; +}; +Dcroat = { +Dcroat = 17; +Itilde = -2; +}; +jcircumflex = { +E = 29; +U = 41; +k = 2; +l = 0; +i = 2; +j = 13; +jcircumflex = 69; +two = 38; +bracketright = 29; +quotedblleft = 44; +quotedblright = 43; +quoteleft = 44; +quoteright = 42; +quotedbl = 53; +quotesingle = 53; +quotedblright.ss01 = 54; +quoteright.ss01 = 54; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 51; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 27; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -18; +"@MMK_R_KO_underscore" = 17; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -40; +}; +gbreve.ss06 = { +gbreve.ss06 = 18; +}; +R = { +Hbar = 41; +Oslash = 16; +hbar = 22; +idieresis = 24; +jcircumflex = 38; +idieresis.ss01 = 23; +two = 10; +three = 14; +eight = 12; +nine = 20; +greater = 23; +logicalnot = -26; +}; +idieresis.ss01 = { +Idieresis.ss01 = 33; +exclam.ss01 = 58; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -97; +question.ss01 = -94; +parenright = -63; +quotedblleft = -50; +quotedblright = -25; +quoteleft = -50; +quoteright = -26; +quotedbl = -74; +quotesingle = -74; +quotedblleft.ss01 = -34; +quoteleft.ss01 = -34; +quotedblright.ss01 = -29; +quoteright.ss01 = -30; +degree = -109; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -118; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -46; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_icircumflex" = 65; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -105; +"@MMK_R_KO_comma" = -98; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -121; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -89; +"@MMK_R_KO_period.ss01" = -108; +"@MMK_R_KO_comma.ss01" = -104; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -91; +"@MMK_R_KO_endash" = -91; +"@MMK_R_KO_hyphen.case" = -67; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 10; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 38; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -89; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -66; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -52; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = -18; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -79; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_sixsuperior" = -56; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_question" = -98; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -60; +"@MMK_R_KO_quotesingle" = -60; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -13; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -71; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -58; +"@MMK_R_KO_comma" = -60; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -70; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -58; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = 2; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = -78; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -57; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -23; +}; +Tcedilla = { +aacute = -45; +acircumflex.ss05 = -16; +amacron.ss05 = -17; +abreve.ss05 = -18; +endash.case = -70; +}; +Yacute = { +Eth = -23; +Oslash = -28; +a.ss05 = -79; +ellipsis.ss01 = -156; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_bracketright.case" = -33; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +greater = { +parenright = -65; +bracketright = -53; +parenright.case = -50; +bracketright.case = -53; +greater = 0; +}; +ecircumflexacute = { +onesuperior = -14; +sevensuperior = 10; +parenright = 29; +bracketright = 22; +quotedbl = -11; +quotesingle = -11; +}; +Uhorn = { +exclam.ss01 = 38; +}; +Rcommaaccent = { +parenright = -39; +}; +question.ss01 = { +questiondown.case = -41; +questiondown.ss01 = -90; +}; +onesuperior = { +A = -71; +fraction = 0; +period = -121; +comma = -127; +slash = -75; +period.ss01 = -126; +comma.ss01 = -126; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -86; +"@MMK_R_KO_Oacute" = -86; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -78; +"@MMK_R_KO_S" = -61; +"@MMK_R_KO_T" = -122; +"@MMK_R_KO_U" = -74; +"@MMK_R_KO_V" = -126; +"@MMK_R_KO_W" = -79; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -153; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = -69; +"@MMK_R_KO_f" = -39; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 38; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -77; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -40; +"@MMK_R_KO_v" = -91; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -20; +"@MMK_R_KO_t_t.liga" = -77; +"@MMK_R_KO_zero" = -80; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -57; +"@MMK_R_KO_four" = -90; +"@MMK_R_KO_five" = -64; +"@MMK_R_KO_six" = -84; +"@MMK_R_KO_seven" = -99; +"@MMK_R_KO_eight" = -51; +"@MMK_R_KO_nine" = -69; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_quotedblleft" = -104; +"@MMK_R_KO_quoteright" = -94; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -127; +"@MMK_R_KO_quotesingle" = -114; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 24; +"@MMK_R_KO_Oacute" = 25; +"@MMK_R_KO_J" = -66; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -73; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 34; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -14; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -132; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = -107; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -226; +"@MMK_R_KO_hyphen.case" = 16; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_bracketright.case" = -37; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 7; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 11; +"@MMK_R_KO_trademark" = -33; +"@MMK_R_KO_asciicircum" = -15; +}; +t_i.liga = { +hbar = 2; +idieresis = 17; +jcircumflex = 10; +lcommaaccent = 0; +germandbls = 0; +logicalnot = -33; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -82; +"@MMK_R_KO_U" = -15; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -116; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -58; +"@MMK_R_KO_onesuperior" = -90; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -42; +"@MMK_R_KO_foursuperior" = -36; +"@MMK_R_KO_fivesuperior" = -47; +"@MMK_R_KO_sevensuperior" = -85; +"@MMK_R_KO_eightsuperior" = -41; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -65; +"@MMK_R_KO_asterisk" = -78; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = -58; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 5; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -62; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -6; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_quotedblleft" = -44; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -66; +"@MMK_R_KO_quotesingle" = -66; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -30; +"@MMK_R_KO_trademark" = -104; +"@MMK_R_KO_asciicircum" = -74; +}; +adieresis.ss05 = { +germandbls = 0; +}; +a = { +l = 0; +idieresis = 0; +jcircumflex = 0; +s = 0; +germandbls = 0; +notequal = -20; +logicalnot = -33; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -80; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -64; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -94; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -41; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -4; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = -49; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 31; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 12; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 11; +"@MMK_R_KO_period" = -97; +"@MMK_R_KO_comma" = -97; +"@MMK_R_KO_ellipsis" = -107; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 23; +"@MMK_R_KO_slash" = -89; +"@MMK_R_KO_period.ss01" = -94; +"@MMK_R_KO_comma.ss01" = -93; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_hyphen.case" = -28; +"@MMK_R_KO_endash.case" = -31; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_degree" = -2; +"@MMK_R_KO_plus" = -40; +"@MMK_R_KO_percent" = 0; +}; +icaron = { +icaron = 20; +j = 12; +parenright = 29; +quotedbl = 44; +quotesingle = 44; +}; +braceleft.case = { +braceright.case = 14; +at = -37; +minus = -88; +logicalnot = -100; +asciicircum = -70; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 16; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 26; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -38; +}; +uhorndotbelow = { +a = -8; +a.ss05 = -2; +c = -12; +n = 0; +period = -25; +comma = -26; +ellipsis = -36; +question = 2; +parenright = -32; +quotedblright = 0; +quotedbl = 0; +}; +g.ss06 = { +oslash = 2; +iogonek = 7; +jcircumflex = 52; +gcircumflex.ss06 = 18; +notequal = -35; +logicalnot = -54; +}; +yacute = { +T = 0; +eth = -5; +parenright = -55; +}; +Imacron = { +Imacron = 52; +imacron = 32; +parenright.case = 39; +}; +exclamdown.ss01 = { +T = -31; +V = -46; +Y = -76; +j.ss01 = 56; +}; +oacute = { +seven = -31; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -64; +"@MMK_R_KO_Oacute" = -64; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = -120; +"@MMK_R_KO_U" = -44; +"@MMK_R_KO_V" = -130; +"@MMK_R_KO_W" = -71; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -158; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -37; +"@MMK_R_KO_f" = -39; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -86; +"@MMK_R_KO_w" = -50; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -57; +"@MMK_R_KO_pi" = -38; +"@MMK_R_KO_zero" = -54; +"@MMK_R_KO_one" = -109; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -29; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_five" = -33; +"@MMK_R_KO_six" = -62; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = -27; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_sixsuperior" = -208; +"@MMK_R_KO_onesuperior" = -155; +"@MMK_R_KO_foursuperior" = -210; +"@MMK_R_KO_sevensuperior" = -192; +"@MMK_R_KO_ninesuperior" = -208; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -107; +"@MMK_R_KO_asterisk" = -151; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_hyphen" = -39; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -136; +"@MMK_R_KO_endash.case" = -158; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_quotedblleft" = -250; +"@MMK_R_KO_quotedblright" = -250; +"@MMK_R_KO_quoteleft" = -127; +"@MMK_R_KO_quoteright" = -127; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -235; +"@MMK_R_KO_quotesingle" = -114; +}; +yen = { +zero = -20; +one = 0; +two = -12; +three = 0; +four = -11; +six = -20; +foursuperior = -22; +period = -27; +comma = -28; +colon = -13; +semicolon = -15; +slash = -34; +period.ss01 = -34; +comma.ss01 = -32; +colon.ss01 = -21; +semicolon.ss01 = -20; +}; +idotaccent.ss01 = { +parenright = -29; +}; +ldot.ss01.ss04 = { +period.ss01 = -102; +comma.ss01 = -101; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_Oacute" = -39; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -37; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -91; +"@MMK_R_KO_U" = -36; +"@MMK_R_KO_V" = -106; +"@MMK_R_KO_W" = -54; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -121; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -13; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_one" = -70; +"@MMK_R_KO_four" = -23; +"@MMK_R_KO_sixsuperior" = -92; +"@MMK_R_KO_onesuperior" = -104; +"@MMK_R_KO_twosuperior" = -70; +"@MMK_R_KO_threesuperior" = -90; +"@MMK_R_KO_foursuperior" = -88; +"@MMK_R_KO_fivesuperior" = -92; +"@MMK_R_KO_sevensuperior" = -107; +"@MMK_R_KO_eightsuperior" = -86; +"@MMK_R_KO_ninesuperior" = -90; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -85; +"@MMK_R_KO_asterisk" = -102; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -91; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -76; +"@MMK_R_KO_hyphen" = -24; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -47; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -71; +"@MMK_R_KO_quoteleft" = -87; +"@MMK_R_KO_quoteright" = -70; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -97; +"@MMK_R_KO_quotesingle" = -96; +"@MMK_R_KO_quotedblleft.ss01" = -78; +"@MMK_R_KO_quotedblright.ss01" = -71; +"@MMK_R_KO_quoteright.ss01" = -72; +"@MMK_R_KO_trademark" = -129; +"@MMK_R_KO_asciicircum" = -117; +}; +agrave.ss05 = { +T = -82; +Y = -116; +}; +B = { +Hbar = 35; +Lslash = 17; +hbar = 20; +idieresis = 24; +jcircumflex = 28; +idieresis.ss01 = 26; +two = 8; +three = 19; +five = 8; +eight = 19; +nine = 12; +ampersand = 24; +greater = 19; +}; +Tcaron = { +endash.case = -55; +}; +oslash = { +d = 9; +k = 4; +l = 3; +e = 9; +eth = 12; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 8; +m = 0; +n = 2; +r = 2; +j = 2; +s = 10; +t = 0; +v = 0; +y = 0; +l.ss03 = 10; +t_i.liga = 0; +t_t.liga = 0; +period = 0; +comma = 0; +slash = -11; +period.ss01 = -8; +comma.ss01 = -6; +hyphen = 12; +parenright = -33; +bracketright = -18; +}; +guilsinglright = { +x = -38; +threesuperior = -46; +fivesuperior = -51; +eightsuperior = -46; +colon = -11; +semicolon = -9; +questiondown = -36; +question.ss01 = -67; +questiondown.ss01 = -36; +braceright = -63; +braceright.case = -41; +bracketright.case = -41; +quotesinglbase = -32; +quotedblbase = -32; +quotedblbase.ss01 = -24; +quoteright.ss01 = -34; +}; +adieresis = { +germandbls = 0; +}; +liraTurkish = { +one = -68; +two = -22; +seven = -72; +sixsuperior = -47; +onesuperior = -59; +threesuperior = -33; +foursuperior = -40; +fivesuperior = -36; +sevensuperior = -47; +eightsuperior = -31; +ninesuperior = -36; +period = -28; +comma = -28; +colon = -12; +semicolon = -14; +question = -91; +slash = -38; +period.ss01 = -28; +comma.ss01 = -27; +colon.ss01 = -9; +question.ss01 = -90; +parenright = -76; +parenright.case = -61; +quotedbl = -56; +quotesingle = -56; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = 23; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -83; +"@MMK_R_KO_U" = -17; +"@MMK_R_KO_V" = -89; +"@MMK_R_KO_W" = -46; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -124; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -106; +"@MMK_R_KO_onesuperior" = -118; +"@MMK_R_KO_twosuperior" = -101; +"@MMK_R_KO_threesuperior" = -107; +"@MMK_R_KO_foursuperior" = -93; +"@MMK_R_KO_fivesuperior" = -106; +"@MMK_R_KO_sevensuperior" = -122; +"@MMK_R_KO_eightsuperior" = -101; +"@MMK_R_KO_ninesuperior" = -106; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -82; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 6; +"@MMK_R_KO_comma.ss01" = 10; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -79; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = -65; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -98; +"@MMK_R_KO_quotedblright" = -93; +"@MMK_R_KO_quoteleft" = -97; +"@MMK_R_KO_quoteright" = -92; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -114; +"@MMK_R_KO_quotesingle" = -113; +"@MMK_R_KO_quotedblleft.ss01" = -87; +"@MMK_R_KO_quotedblright.ss01" = -99; +"@MMK_R_KO_quoteright.ss01" = -98; +}; +quotedblbase = { +Dcroat = -43; +Iogonek = -9; +Lslash = -38; +Oslash = -22; +oslash = -6; +p = -15; +iogonek = -7; +jcircumflex = 27; +germandbls = -47; +l.ss03 = -30; +g.ss06 = -5; +numbersign = -47; +parenleft = -35; +parenleft.case = -48; +at = -47; +copyright = -112; +published = -112; +literSign = -34; +dollar = -40; +euro = -100; +minus = -153; +multiply = -90; +divide = -124; +equal = -50; +approxequal = -58; +}; +D = { +Dcroat = 17; +Eth = 17; +Hbar = 19; +Iogonek = -2; +Lslash = 25; +Oslash = 19; +lacute = 2; +zero = 13; +five = 12; +six = 10; +eight = 15; +endash.case = 10; +parenleft.case = 18; +braceright.case = -33; +at = 15; +less = 22; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -33; +"@MMK_R_KO_Oacute" = -33; +"@MMK_R_KO_J" = 23; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -86; +"@MMK_R_KO_U" = -24; +"@MMK_R_KO_V" = -93; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -124; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = -8; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_one" = -78; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -169; +"@MMK_R_KO_onesuperior" = -155; +"@MMK_R_KO_twosuperior" = -170; +"@MMK_R_KO_threesuperior" = -171; +"@MMK_R_KO_foursuperior" = -174; +"@MMK_R_KO_fivesuperior" = -176; +"@MMK_R_KO_sevensuperior" = -178; +"@MMK_R_KO_eightsuperior" = -170; +"@MMK_R_KO_ninesuperior" = -172; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -94; +"@MMK_R_KO_asterisk" = -151; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -82; +"@MMK_R_KO_period.ss01" = 6; +"@MMK_R_KO_comma.ss01" = 10; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -79; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -75; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -170; +"@MMK_R_KO_quotedblright" = -163; +"@MMK_R_KO_quoteleft" = -127; +"@MMK_R_KO_quoteright" = -127; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -175; +"@MMK_R_KO_quotesingle" = -114; +"@MMK_R_KO_quotedblleft.ss01" = -171; +"@MMK_R_KO_quotedblright.ss01" = -167; +"@MMK_R_KO_quoteright.ss01" = -126; +"@MMK_R_KO_trademark" = -190; +"@MMK_R_KO_asciicircum" = -204; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 22; +"@MMK_R_KO_Oacute" = 22; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 30; +"@MMK_R_KO_W" = 41; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -50; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 26; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 41; +"@MMK_R_KO_imacron" = 57; +"@MMK_R_KO_itilde" = 59; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 26; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 19; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 26; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_sixsuperior" = 20; +"@MMK_R_KO_onesuperior" = 12; +"@MMK_R_KO_twosuperior" = 20; +"@MMK_R_KO_threesuperior" = 23; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_fivesuperior" = 15; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_eightsuperior" = 21; +"@MMK_R_KO_ninesuperior" = 22; +"@MMK_R_KO_period" = -44; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = -54; +"@MMK_R_KO_exclam" = 23; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 34; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = 55; +"@MMK_R_KO_period.ss01" = -55; +"@MMK_R_KO_comma.ss01" = -53; +"@MMK_R_KO_colon.ss01" = 22; +"@MMK_R_KO_question.ss01" = 3; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 17; +"@MMK_R_KO_quotedblright" = 39; +"@MMK_R_KO_quoteleft" = 17; +"@MMK_R_KO_quoteright" = 39; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 26; +"@MMK_R_KO_quotedblleft.ss01" = 24; +"@MMK_R_KO_quotedblright.ss01" = 38; +"@MMK_R_KO_quoteright.ss01" = 38; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -13; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -80; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -77; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -43; +"@MMK_R_KO_Y" = -120; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_pi" = -14; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -41; +"@MMK_R_KO_two" = -36; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = -49; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -87; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_ninesuperior" = -53; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -37; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_question" = -67; +"@MMK_R_KO_asterisk" = -93; +"@MMK_R_KO_slash" = -25; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -4; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_parenright.case" = -71; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = -76; +"@MMK_R_KO_quotesingle" = -76; +"@MMK_R_KO_quotedblleft.ss01" = -38; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = -66; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -13; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -88; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -78; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -114; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -32; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -21; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -50; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -114; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_ellipsis" = -114; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -91; +"@MMK_R_KO_period.ss01" = -114; +"@MMK_R_KO_comma.ss01" = -114; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_endash.case" = -17; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_degree" = -9; +"@MMK_R_KO_plus" = -35; +"@MMK_R_KO_percent" = -8; +}; +ohorndotbelow.ss01 = { +c = 14; +i.ss01 = 14; +n = 14; +p = 15; +t = 26; +u = 22; +t_i.liga.ss01 = 26; +t_t.liga = 26; +}; +t_i.liga.ss01 = { +parenright = -26; +}; +endash = { +x = -57; +one.numr = -61; +four.numr = -33; +seven.numr = -48; +colon = -14; +semicolon = -15; +questiondown = -35; +question.ss01 = -87; +questiondown.ss01 = -35; +endash = 0; +quotedblbase = -31; +quotedblbase.ss01 = -12; +quoteright.ss01 = -10; +}; +Ygrave = { +ellipsis.ss01 = -156; +endash.case = -68; +}; +fraction = { +zero.dnom = -4; +two.dnom = -11; +four.dnom = -41; +eight.dnom = -4; +zeroinferior = -2; +twoinferior = -4; +fourinferior = -41; +fiveinferior = 0; +sixinferior = 0; +seveninferior = 29; +nineinferior = 2; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +g = { +l = 0; +iogonek = 0; +jcircumflex = 12; +}; +m = { +ordfeminine = -42; +ordmasculine = -44; +seven = -29; +registered = -34; +logicalnot = -27; +}; +ohorntilde = { +i = 14; +idotaccent = 14; +i.ss01 = 14; +n = 14; +period = 0; +comma = 0; +period.ss01 = -10; +comma.ss01 = -7; +parenright = -30; +quotedbl = 6; +}; +hyphen.case = { +Dcroat = 24; +Lslash = 15; +Oslash = 17; +one.numr = -52; +seven.numr = -44; +question.ss01 = -31; +parenleft.case = 11; +braceright.case = -71; +bracketright.case = -61; +quotesinglbase = -102; +quotedblbase = -125; +quotedblbase.ss01 = -110; +quoteright.ss01 = 7; +dollar = -10; +}; +ohornhookabove = { +i = 14; +idotaccent = 14; +i.ss01 = 14; +idotaccent.ss01 = 14; +m = 13; +n = 14; +period = 0; +comma = 0; +period.ss01 = -10; +comma.ss01 = -7; +parenright = -33; +bracketright = -4; +guillemetright = 14; +quotedbl = 4; +}; +y = { +germandbls = 17; +zeroinferior = -35; +twoinferior = -33; +ampersand = -3; +logicalnot = -30; +asciitilde = -44; +}; +Idotaccent.ss02 = { +endash.case = -46; +}; +Scedilla = { +idieresis = 20; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -4; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = -22; +"@MMK_R_KO_percent" = -14; +}; +f = { +f = 26; +f_f.liga = 26; +f_y.liga = 26; +fl = 26; +igrave = 7; +idieresis = 63; +seven = 31; +ampersand = 0; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -19; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -101; +"@MMK_R_KO_U" = -34; +"@MMK_R_KO_V" = -110; +"@MMK_R_KO_W" = -64; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -157; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_lslash" = -22; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -72; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_pi" = -41; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -92; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = -94; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_asterisk" = -126; +"@MMK_R_KO_slash" = 35; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 10; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_hyphen.case" = -99; +"@MMK_R_KO_endash.case" = -140; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -126; +"@MMK_R_KO_quotedblright.ss01" = -246; +"@MMK_R_KO_plus" = -90; +"@MMK_R_KO_percent" = -95; +}; +numero = { +period = -15; +comma = -17; +period.ss01 = -24; +comma.ss01 = -21; +parenright = -49; +parenright.case = -38; +}; +cent = { +onesuperior = -36; +sevensuperior = -43; +period = -18; +comma = -20; +slash = -30; +period.ss01 = -20; +comma.ss01 = -17; +parenright = -68; +bracketright = -54; +parenright.case = -48; +bracketright.case = -40; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_icircumflex" = 48; +"@MMK_R_KO_imacron" = 52; +"@MMK_R_KO_itilde" = 73; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 53; +"@MMK_R_KO_g.ss06" = -15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -23; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_period" = -46; +"@MMK_R_KO_comma" = -47; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -53; +"@MMK_R_KO_backslash" = 48; +"@MMK_R_KO_period.ss01" = -56; +"@MMK_R_KO_comma.ss01" = -54; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_underscore" = -61; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetleft" = -31; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 19; +"@MMK_R_KO_quoteright.ss01" = 19; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -33; +}; +Icircumflex = { +Icircumflex = 54; +l = 2; +icircumflex = 39; +l.ss03 = 7; +l.ss04 = 28; +parenright = 49; +bracketright = 43; +parenright.case = 59; +bracketright.case = 44; +}; +iogonek = { +iogonek = 0; +j = 12; +}; +uhorn = { +a = -8; +a.ss05 = -2; +ohorn = -12; +ohorndotbelow = -12; +ohorndotbelow.ss01 = -12; +ohorngrave = -12; +ohornacute = -12; +ohornhookabove = -12; +ohorntilde = -12; +period = -25; +comma = -26; +ellipsis = -36; +question = 2; +period.ss01 = -36; +ellipsis.ss01 = -36; +comma.ss01 = -34; +parenright = -33; +quotedblright = 0; +quotedbl = 0; +}; +underscore = { +g.ss06 = 26; +underscore = 9; +parenleft.case = -61; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = -23; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -77; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_a.ss05" = -50; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_j" = 57; +"@MMK_R_KO_s" = -56; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -51; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_pi" = -45; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_period" = -37; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_hyphen" = -70; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -23; +"@MMK_R_KO_plus" = -76; +}; +W = { +Hbar = 53; +adieresis.ss05 = 0; +igrave = 29; +idieresis = 67; +scaron = 0; +idieresis.ss01 = 56; +six = -7; +seven = 21; +threeinferior = -36; +ampersand = -10; +plus = -25; +minus = -35; +notequal = -24; +logicalnot = -41; +asciitilde = -57; +}; +Aogonek = { +Lslash = -11; +period = 0; +comma = 32; +endash.case = -51; +parenright = 22; +bracketright = 16; +}; +Z = { +Lslash = 0; +igrave = 28; +ibreve = 44; +icaron = 45; +zero = -8; +two = 17; +six = -5; +seven = 12; +numbersign = 0; +endash.case = -33; +at = -13; +plus = -48; +minus = -60; +divide = -36; +equal = -6; +less = -20; +logicalnot = -74; +asciitilde = -84; +}; +emdash = { +x = -49; +zero.numr = -53; +one.numr = -62; +three.numr = -39; +four.numr = -47; +five.numr = -44; +six.numr = -58; +seven.numr = -49; +eight.numr = -39; +nine.numr = -45; +threesuperior = -36; +fivesuperior = -41; +eightsuperior = -36; +colon = -5; +semicolon = -7; +questiondown = -28; +question.ss01 = -92; +questiondown.ss01 = -28; +quotedblbase = -20; +quotedblbase.ss01 = -6; +quoteleft.ss01 = -19; +quoteright.ss01 = -17; +}; +tbar = { +a = 0; +e = 0; +tbar = 0; +}; +eng = { +j = 15; +slash = 25; +parenright = -24; +bracketright = -2; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -101; +"@MMK_R_KO_H" = -36; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_J" = -113; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -105; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = -57; +"@MMK_R_KO_I.ss02" = -49; +"@MMK_R_KO_J.ss10" = -271; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = -37; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -31; +"@MMK_R_KO_i" = -37; +"@MMK_R_KO_n" = -38; +"@MMK_R_KO_j" = -37; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_z" = -34; +"@MMK_R_KO_t_t.liga" = -12; +}; +percent = { +twosuperior = -48; +threesuperior = -85; +fivesuperior = -94; +eightsuperior = -88; +question.ss01 = -90; +bracketright.case = -20; +quoteright.ss01 = -72; +}; +Uhornhookabove = { +exclam.ss01 = 38; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -86; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +}; +uhorngrave = { +a = -8; +a.ss05 = -2; +o = -12; +n = 0; +period = -25; +comma = -26; +period.ss01 = -36; +comma.ss01 = -34; +parenright = -32; +quotedblright = 0; +quotedbl = 0; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -38; +}; +a.ss05 = { +p = 0; +jcircumflex = 0; +germandbls = -5; +gbreve.ss06 = 14; +gcircumflex.ss06 = 14; +ordfeminine = -58; +ordmasculine = -65; +seven = -38; +notequal = -28; +logicalnot = -38; +}; +Itilde = { +Itilde = 31; +igrave = 15; +itilde = 52; +}; +threesuperior = { +A = -70; +fraction = 0; +period = -121; +comma = -127; +slash = -72; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = -13; +parenright = -42; +parenright.case = -34; +guillemetleft = -22; +}; +ydotbelow.ss01 = { +period.ss01 = -37; +parenright = 35; +}; +endash.case = { +seven.numr = -47; +bracketright.case = -63; +quotedblbase = -155; +quotedblbase.ss01 = -140; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 47; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 26; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -23; +"@MMK_R_KO_asciicircum" = -37; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 26; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 9; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = 15; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -49; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -47; +"@MMK_R_KO_one" = -104; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -26; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_five" = -31; +"@MMK_R_KO_six" = -58; +"@MMK_R_KO_seven" = -99; +"@MMK_R_KO_eight" = -24; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_sixsuperior" = -127; +"@MMK_R_KO_onesuperior" = -127; +"@MMK_R_KO_foursuperior" = -127; +"@MMK_R_KO_sevensuperior" = -127; +"@MMK_R_KO_ninesuperior" = -127; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_asterisk" = -127; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_hyphen.case" = -97; +"@MMK_R_KO_endash.case" = -125; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_quotedblleft" = -127; +"@MMK_R_KO_quotedblright" = -127; +"@MMK_R_KO_quoteleft" = -127; +"@MMK_R_KO_quoteright" = -127; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -127; +"@MMK_R_KO_quotesingle" = -114; +}; +N = { +Hbar = 31; +igrave = 7; +icaron = 26; +idieresis = 45; +jcircumflex = 42; +idieresis.ss01 = 31; +degree = -20; +logicalnot = -33; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -79; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -103; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -79; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -35; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_backslash" = -45; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -53; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -19; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -52; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_quotedblleft" = -38; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -38; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -52; +"@MMK_R_KO_quotesingle" = -52; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -94; +"@MMK_R_KO_asciicircum" = -63; +}; +b = { +seven = -35; +registered = -39; +notequal = -17; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -69; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -84; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -87; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = -37; +"@MMK_R_KO_I.ss02" = -66; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = -20; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_t_t.liga" = 0; +}; +Itilde.ss02 = { +igrave = 30; +}; +trademark = { +period = -121; +comma = -127; +slash = -103; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = -46; +parenright = -42; +parenright.case = -36; +guillemetleft = -45; +guilsinglleft = -53; +guillemetright = -29; +guilsinglright = -27; +}; +literSign = { +parenright = -58; +parenright.case = -39; +guillemetleft = -34; +guilsinglleft = -32; +}; +ohorn = { +i = 14; +idotaccent = 14; +i.ss01 = 14; +idotaccent.ss01 = 14; +m = 13; +n = 14; +r = 14; +t = 26; +u = 22; +v = 20; +t_i.liga = 26; +t_t.liga = 26; +period = 0; +comma = 0; +period.ss01 = -10; +comma.ss01 = -7; +hyphen = 9; +parenright = -33; +bracketright = -16; +quotedbl = 3; +}; +quotedblleft = { +A = -65; +Dcroat = 7; +Hbar = 53; +igrave = 35; +icircumflex = 26; +imacron = 59; +jcircumflex = 27; +s = -2; +x = -20; +g.ss06 = -2; +mu = -11; +exclamdown = -9; +questiondown = -105; +backslash = 39; +questiondown.case = -38; +underscore = -237; +quotedblbase = -250; +ampersand = -17; +minus = -10; +divide = 0; +asciitilde = -40; +}; +l.ss04 = { +Hbar = 31; +l.ss04 = 7; +periodcentered.loclCAT = 22; +parenright = -23; +bracketright = -2; +quoteright = 1; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 50; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_itilde" = 67; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 4; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -69; +}; +integral = { +guillemetright = 0; +guilsinglright = 0; +integral = -49; +A = -48; +a = -44; +d = -44; +a.ss05 = -44; +e = -42; +s = -38; +w = 0; +}; +two.dnom = { +question = -97; +question.ss01 = -94; +parenright = -46; +quotedblleft = -95; +quotedblright = -67; +quoteleft = -95; +quoteright = -68; +quotedbl = -109; +quotesingle = -109; +quotedblleft.ss01 = -65; +quoteleft.ss01 = -65; +quotedblright.ss01 = -58; +quoteright.ss01 = -63; +degree = -155; +}; +parenleft.case = { +Icircumflex = 36; +Imacron = 21; +Idieresis = 24; +Dcroat = -41; +Eth = -41; +Iogonek = 22; +Itilde = 24; +Lslash = -34; +Idieresis.ss01 = 25; +four.numr = -57; +numbersign = -42; +questiondown.case = -47; +question.ss01 = -50; +parenleft.case = -46; +quotedblbase = -21; +quotedblbase.ss01 = 0; +at = -48; +ampersand = -36; +section = -44; +copyright = -65; +registered = -58; +published = -65; +literSign = -48; +numero = -27; +cent = -52; +dollar = -40; +euro = -56; +liraTurkish = -40; +minus = -77; +multiply = -67; +divide = -58; +equal = -51; +notequal = -71; +less = -51; +greaterequal = -22; +approxequal = -65; +logicalnot = -85; +asciitilde = -98; +asciicircum = -86; +infinity = -60; +radical = -53; +}; +Iacute.ss02 = { +igrave = 30; +endash.case = -46; +}; +tenge = { +four = -5; +period = -95; +comma = -96; +slash = -63; +period.ss01 = -103; +comma.ss01 = -99; +}; +colon = { +A = 0; +D = 0; +C = 20; +J = 11; +T = -30; +V = -35; +W = -8; +Y = -69; +a = 9; +c = 7; +e = 8; +o = 7; +f = 20; +s = 14; +t = 17; +z = 16; +t_i.liga = 17; +pi = 20; +zero = 10; +one = 0; +two = 10; +three = 0; +four = 0; +sevensuperior = -44; +emdash = -3; +parenright = -46; +braceright = -24; +bracketright = -24; +parenright.case = -26; +guillemetleft = -9; +guilsinglleft = -9; +}; +h = { +seven = -28; +registered = -35; +}; +emacron = { +Y = -53; +lcommaaccent = 0; +}; +numbersign = { +A = -14; +J = 0; +T = -2; +X = -38; +Y = -40; +one = 0; +eight = 8; +period = -10; +comma = -12; +slash = -20; +period.ss01 = -14; +comma.ss01 = -12; +parenright = -52; +bracketright = -52; +parenright.case = -41; +bracketright.case = -52; +}; +copyright = { +parenright = -73; +parenright.case = -52; +}; +t = { +iogonek = 0; +wdieresis = 6; +two = 0; +logicalnot = -27; +asciitilde = -42; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 15; +"@MMK_R_KO_itilde" = 23; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 16; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -15; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -30; +}; +Hcircumflex = { +igrave = 8; +}; +aogonek.ss05 = { +j = 45; +comma = 33; +parenright = 11; +bracketright = 0; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -86; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +}; +_B.currency = { +_baht.bar = -5; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -78; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -40; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = -41; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -87; +"@MMK_R_KO_twosuperior" = -40; +"@MMK_R_KO_threesuperior" = -53; +"@MMK_R_KO_foursuperior" = -44; +"@MMK_R_KO_fivesuperior" = -59; +"@MMK_R_KO_sevensuperior" = -91; +"@MMK_R_KO_eightsuperior" = -51; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -73; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -63; +"@MMK_R_KO_period.ss01" = 8; +"@MMK_R_KO_comma.ss01" = 12; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -25; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = -34; +"@MMK_R_KO_quoteleft" = -49; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -74; +"@MMK_R_KO_quotesingle" = -74; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -40; +"@MMK_R_KO_trademark" = -104; +"@MMK_R_KO_asciicircum" = -80; +}; +rupeeIndian = { +four = -19; +period = -52; +comma = -52; +slash = -33; +period.ss01 = -53; +comma.ss01 = -51; +}; +Zdotaccent = { +Hbar = 48; +endash.case = -33; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -55; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -55; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -19; +}; +P = { +Hbar = 43; +Oslash = 25; +hbar = 20; +igrave = 0; +idieresis = 20; +idieresis.ss01 = 27; +two = 0; +three = 0; +five = 4; +seven = 5; +nine = 20; +twoinferior = -21; +threeinferior = -18; +fourinferior = -62; +ellipsis.ss01 = -107; +endash.case = 0; +braceright.case = -37; +ampersand = 0; +}; +twoinferior = { +T = -101; +V = -90; +W = -46; +Y = -147; +t = -39; +t_i.liga = -39; +t_t.liga = -39; +parenright = -36; +}; +wdieresis = { +period = -35; +comma = -36; +bracketright = -50; +}; +uhungarumlaut = { +onesuperior = -12; +sevensuperior = 0; +parenright = -3; +bracketright = 0; +}; +odieresis = { +germandbls = 0; +gbreve.ss06 = 8; +}; +ohorndotbelow = { +c = 14; +i = 14; +idotaccent = 14; +m = 13; +n = 14; +p = 15; +t = 26; +u = 22; +t_i.liga = 26; +t_t.liga = 26; +period = 0; +comma = 0; +parenright = -32; +bracketright = -6; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 15; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_backslash" = -22; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -54; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_bracketright.case" = -33; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = -30; +}; +one.numr = { +fraction = 0; +}; +Uhorntilde = { +exclam.ss01 = 38; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 3; +"@MMK_R_KO_seven" = -6; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -25; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_plus" = -4; +}; +two = { +icircumflex = 21; +x = 2; +colon = 29; +semicolon = 27; +braceright = -17; +minus = -23; +multiply = -16; +}; +j = { +hbar = 2; +idieresis = 17; +iogonek = 2; +jcircumflex = 14; +}; +ldot.ss01 = { +period.ss01 = -102; +comma.ss01 = -101; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = 20; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 21; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -33; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = -47; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -37; +}; +idieresis = { +l = 26; +icaron = 44; +idieresis = 59; +}; +approxequal = { +one = -5; +parenright = -75; +parenright.case = -64; +A = -41; +I.ss02 = -22; +}; +ograve = { +T = -84; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = -41; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_eightsuperior" = -36; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -49; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -21; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -52; +"@MMK_R_KO_quotesingle" = -56; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -92; +}; +S = { +Hbar = 35; +Lslash = 23; +hbar = 16; +ibreve = 4; +idieresis = 20; +idieresis.ss01 = 18; +two = 7; +three = 16; +five = 13; +eight = 22; +ampersand = 22; +dollar = 13; +greater = 9; +logicalnot = -27; +}; +periodcentered.loclCAT = { +l = 20; +l.ss03 = 28; +l.ss04 = 22; +}; +Iogonek = { +iogonek = 11; +j = 34; +j.ss01 = 34; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 12; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -38; +}; +racute = { +parenright = -20; +bracketright = -7; +}; +questiondown.case = { +C = -23; +Q = -23; +Q.ss09 = -23; +T = -80; +V = -81; +W = -43; +Y = -98; +one = -79; +seven = -85; +parenright.case = -51; +quotedblleft = -92; +quoteright = -91; +quotedbl = -98; +quotesingle = -98; +quotedblleft.ss01 = -89; +quoteright.ss01 = -84; +}; +f_y.liga = { +germandbls = 17; +zeroinferior = -35; +ampersand = -3; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -54; +"@MMK_R_KO_Oacute" = -53; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -43; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -85; +"@MMK_R_KO_a" = -73; +"@MMK_R_KO_aacute" = -61; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_eacute" = -62; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -58; +"@MMK_R_KO_n" = -51; +"@MMK_R_KO_j" = 36; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -67; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -63; +"@MMK_R_KO_uacute" = -53; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -49; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -48; +"@MMK_R_KO_pi" = -50; +"@MMK_R_KO_zero" = -61; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_two" = -40; +"@MMK_R_KO_three" = -38; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -57; +"@MMK_R_KO_seven" = -6; +"@MMK_R_KO_eight" = -40; +"@MMK_R_KO_nine" = -37; +"@MMK_R_KO_sixsuperior" = -33; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_foursuperior" = -58; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = -54; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_ellipsis" = -62; +"@MMK_R_KO_question" = -47; +"@MMK_R_KO_asterisk" = -31; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = -47; +"@MMK_R_KO_hyphen" = -70; +"@MMK_R_KO_endash" = -70; +"@MMK_R_KO_parenright" = 17; +"@MMK_R_KO_bracketright" = 17; +"@MMK_R_KO_quotedblleft" = -46; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -46; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = -87; +"@MMK_R_KO_guillemetright" = -63; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -40; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -46; +"@MMK_R_KO_plus" = -82; +"@MMK_R_KO_percent" = -43; +}; +bracketleft.case = { +Icircumflex = 46; +numbersign = -52; +parenleft.case = -6; +bracketright.case = 13; +at = -37; +literSign = -40; +euro = -56; +minus = -78; +equal = -38; +less = -53; +asciitilde = -100; +asciicircum = -70; +infinity = -55; +}; +K = { +Lslash = -12; +Oslash = -2; +edieresis = -12; +odieresis.ss01 = -29; +odieresis = -23; +oslash = 0; +igrave = 23; +rcaron = 8; +idieresis = 57; +jcircumflex = 31; +ygrave = -17; +ytilde = -12; +idieresis.ss01 = 49; +zero = -40; +two = 0; +three = -19; +six = -39; +seven = 0; +nine = -15; +numbersign = -42; +endash.case = -96; +parenleft.case = -20; +at = -45; +ampersand = -26; +registered = -38; +dollar = -28; +plus = -94; +minus = -112; +multiply = -72; +divide = -81; +equal = -49; +notequal = -73; +less = -65; +logicalnot = -121; +asciitilde = -126; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -60; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_parenright.case" = -52; +"@MMK_R_KO_bracketright.case" = -23; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -57; +"@MMK_R_KO_asciicircum" = -35; +}; +semicolon = { +four = -8; +onesuperior = -43; +sevensuperior = -47; +hyphen = 0; +emdash = -8; +endash = 0; +hyphen.case = 5; +parenright = -21; +guillemetleft = -15; +}; +Thorn = { +Eth = 19; +}; +four.dnom = { +question = -98; +question.ss01 = -96; +parenright = -55; +quotedblleft = -68; +quotedblright = -38; +quoteleft = -68; +quoteright = -39; +quotedbl = -88; +quotesingle = -88; +quotedblleft.ss01 = -45; +quoteleft.ss01 = -45; +quotedblright.ss01 = -39; +quoteright.ss01 = -40; +degree = -125; +}; +braceright = { +Y = -36; +period = -29; +comma = -24; +period.ss01 = -39; +comma.ss01 = -29; +parenright = -46; +braceright = -35; +asciicircum = -53; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_backslash" = 13; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_braceright" = 2; +"@MMK_R_KO_bracketright" = 2; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -24; +"@MMK_R_KO_asciicircum" = -38; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -83; +"@MMK_R_KO_Oacute" = -83; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -78; +"@MMK_R_KO_S" = -61; +"@MMK_R_KO_T" = -105; +"@MMK_R_KO_U" = -71; +"@MMK_R_KO_V" = -120; +"@MMK_R_KO_W" = -75; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -151; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_f" = -39; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 38; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -73; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -82; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -20; +"@MMK_R_KO_t_t.liga" = -73; +"@MMK_R_KO_zero" = -76; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -57; +"@MMK_R_KO_four" = -87; +"@MMK_R_KO_five" = -64; +"@MMK_R_KO_six" = -80; +"@MMK_R_KO_seven" = -98; +"@MMK_R_KO_eight" = -51; +"@MMK_R_KO_nine" = -69; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -118; +"@MMK_R_KO_quotesingle" = -114; +"@MMK_R_KO_quotedblleft.ss01" = -87; +}; +ampersand = { +one = -44; +seven = -50; +parenright = -40; +bracketright = -10; +quotedblleft = -49; +quotedblright = -25; +quoteleft = -49; +quoteright = -25; +quotedbl = -70; +quotesingle = -70; +quotedblleft.ss01 = -36; +quoteleft.ss01 = -36; +quotedblright.ss01 = -30; +quoteright.ss01 = -31; +v = -36; +w = -23; +y = -13; +}; +four = { +x = -28; +ordfeminine = -50; +ordmasculine = -53; +zero.numr = -47; +one.numr = -48; +three.numr = -50; +four.numr = -49; +five.numr = -52; +six.numr = -50; +seven.numr = -48; +eight.numr = -43; +nine.numr = -48; +threesuperior = -47; +fivesuperior = -50; +eightsuperior = -40; +colon = 0; +semicolon = 0; +question.ss01 = -46; +underscore = -46; +braceright = -49; +braceright.case = -34; +bracketright.case = -34; +quoteright.ss01 = -33; +registered = -36; +trademark = -62; +asciicircum = -85; +}; +zerosuperior = { +A = -76; +fraction = 0; +period = -121; +comma = -127; +slash = -81; +period.ss01 = -126; +comma.ss01 = -126; +parenright = -48; +parenright.case = -41; +guillemetleft = -30; +guilsinglleft = -38; +}; +n = { +n = 0; +gcircumflex.ss06 = 5; +ordfeminine = -43; +ordmasculine = -45; +seven = -29; +at = 2; +registered = -35; +degree = -66; +notequal = -21; +greaterequal = -2; +logicalnot = -27; +}; +bracketleft = { +Icircumflex = 48; +Dcroat = -31; +Oslash = -15; +oslash = 0; +hcircumflex = 57; +i = -2; +idotaccent = -2; +iacute = -18; +ntilde = -32; +nacute = -39; +p = 0; +ibreve = 41; +icircumflex = 31; +imacron = 44; +jcircumflex = 68; +macute = -39; +scaron = -4; +scircumflex = -18; +germandbls = -46; +x = -8; +colon = -34; +numbersign = -49; +parenleft = -27; +at = -32; +ampersand = -17; +literSign = -37; +dollar = -7; +euro = -52; +minus = -77; +equal = -41; +less = -53; +asciitilde = -99; +asciicircum = -66; +infinity = -51; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 154; +"@MMK_R_KO_O" = 92; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 141; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_i" = 133; +"@MMK_R_KO_n" = 38; +"@MMK_R_KO_j" = 134; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 80; +"@MMK_R_KO_u" = 50; +"@MMK_R_KO_uacute" = 50; +"@MMK_R_KO_v" = 19; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_y" = 19; +"@MMK_R_KO_z" = 86; +"@MMK_R_KO_l.ss03" = 147; +"@MMK_R_KO_l.ss04" = 183; +"@MMK_R_KO_t_t.liga" = 80; +"@MMK_R_KO_sixsuperior" = 153; +"@MMK_R_KO_onesuperior" = 177; +"@MMK_R_KO_twosuperior" = 162; +"@MMK_R_KO_threesuperior" = 168; +"@MMK_R_KO_foursuperior" = 91; +"@MMK_R_KO_fivesuperior" = 159; +"@MMK_R_KO_sevensuperior" = 185; +"@MMK_R_KO_eightsuperior" = 162; +"@MMK_R_KO_ninesuperior" = 166; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 47; +"@MMK_R_KO_semicolon" = 43; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 159; +"@MMK_R_KO_question" = 121; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = 121; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_parenright" = 148; +"@MMK_R_KO_bracketright" = 178; +"@MMK_R_KO_quotedblleft" = 119; +"@MMK_R_KO_quoteleft" = 119; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 179; +"@MMK_R_KO_quotesingle" = 179; +"@MMK_R_KO_quotedblleft.ss01" = 138; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 28; +"@MMK_R_KO_O" = 26; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 44; +"@MMK_R_KO_T" = 50; +"@MMK_R_KO_V" = 53; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 42; +"@MMK_R_KO_I.ss02" = 66; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 67; +"@MMK_R_KO_imacron" = 64; +"@MMK_R_KO_itilde" = 41; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 66; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 61; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 45; +"@MMK_R_KO_onesuperior" = 68; +"@MMK_R_KO_twosuperior" = 56; +"@MMK_R_KO_threesuperior" = 39; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = 34; +"@MMK_R_KO_sevensuperior" = 61; +"@MMK_R_KO_eightsuperior" = 40; +"@MMK_R_KO_ninesuperior" = 61; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 65; +"@MMK_R_KO_question" = 47; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 47; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = 16; +"@MMK_R_KO_bracketright" = 63; +"@MMK_R_KO_quotedblleft" = 24; +"@MMK_R_KO_quotedblright" = 47; +"@MMK_R_KO_quoteleft" = 24; +"@MMK_R_KO_quoteright" = 49; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 52; +"@MMK_R_KO_quotesingle" = 52; +"@MMK_R_KO_quotedblleft.ss01" = 48; +"@MMK_R_KO_quotedblright.ss01" = 49; +"@MMK_R_KO_quoteright.ss01" = 49; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 18; +}; +J.ss10 = { +Hbar = 42; +ibreve = 36; +icaron = 36; +idieresis = 55; +jcircumflex = 42; +idieresis.ss01 = 42; +}; +quotedblbase.ss01 = { +Dcroat = -43; +oslash = 0; +p = 0; +germandbls = -51; +asterisk = -151; +numbersign = -20; +question.ss01 = -86; +hyphen.case = -110; +emdash.case = -110; +parenleft.case = -35; +quotedblleft.ss01 = -246; +quoteright.ss01 = -126; +at = -33; +copyright = -73; +published = -73; +dollar = -24; +euro = -53; +minus = -112; +multiply = -49; +divide = -110; +equal = -26; +approxequal = -36; +}; +l.ss03 = { +oslash = 0; +periodcentered.loclCAT = 5; +notequal = -20; +logicalnot = -40; +}; +parenleft = { +Icircumflex = 60; +Imacron = 30; +Idieresis = 23; +Dcroat = -30; +Eth = -30; +Iogonek = 10; +Lslash = -21; +Oslash = -42; +a.ss05 = -67; +thorn = 6; +ccedilla = -72; +ccaron = -36; +edieresis = -31; +odieresis = -41; +oslash = -19; +hcircumflex = 69; +i = -12; +idotaccent = -12; +i.ss01 = -9; +iacute = -43; +ntilde = -52; +nacute = -51; +ncaron = -45; +ncommaaccent = -51; +p = -5; +idieresis = 25; +imacron = 24; +iogonek = 6; +jcircumflex = 48; +scedilla = -55; +scaron = -16; +scircumflex = -52; +germandbls = -48; +tcedilla = -41; +x = -38; +zcaron = -21; +g.ss06 = -11; +mu = -30; +four.numr = -59; +colon = -51; +numbersign = -50; +semicolon.ss01 = 0; +question.ss01 = -47; +parenleft = -57; +braceleft = -42; +quotedblbase = 7; +quotedblbase.ss01 = -3; +at = -60; +ampersand = -47; +section = -44; +copyright = -65; +registered = -55; +published = -65; +literSign = -70; +numero = -10; +cent = -62; +dollar = -44; +euro = -66; +liraTurkish = -36; +sterling = -42; +minus = -82; +multiply = -79; +divide = -71; +equal = -59; +notequal = -83; +greater = -29; +less = -60; +greaterequal = -37; +lessequal = -54; +plusminus = -37; +approxequal = -85; +logicalnot = -92; +asciitilde = -105; +asciicircum = -85; +infinity = -71; +summation = 0; +radical = -56; +}; +asciicircum = { +one = -8; +two = -28; +three = -27; +four = -62; +eight = -40; +period = -121; +comma = -127; +asterisk = -32; +slash = -114; +period.ss01 = -126; +comma.ss01 = -126; +hyphen = -98; +hyphen.case = -29; +parenright = -88; +bracketright = -74; +parenright.case = -78; +bracketright.case = -77; +u = -35; +x = -46; +mu = -39; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = -15; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_sixsuperior" = -52; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_twosuperior" = -28; +"@MMK_R_KO_threesuperior" = -40; +"@MMK_R_KO_foursuperior" = -36; +"@MMK_R_KO_fivesuperior" = -46; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_eightsuperior" = -40; +"@MMK_R_KO_ninesuperior" = -45; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -78; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 5; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -61; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -64; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -30; +}; +plus = { +one = -5; +two = -33; +three = -12; +seven = -13; +seven.numr = -59; +period = -65; +comma = -66; +question = -45; +asterisk = -44; +slash = -53; +period.ss01 = -79; +comma.ss01 = -78; +question.ss01 = -45; +parenright = -83; +braceright = -77; +bracketright = -72; +parenright.case = -72; +braceright.case = -76; +bracketright.case = -72; +quotedblleft = -20; +quotedblright = 0; +quoteleft = -20; +quoteright = 0; +guillemetright = -35; +quotedbl = -40; +quotesingle = -40; +quotedblleft.ss01 = -11; +quoteleft.ss01 = -11; +quotedblright.ss01 = 0; +trademark = -78; +tenge = -5; +yen = -35; +plus = -21; +x = -48; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 50; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_itilde" = 67; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 43; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_hyphen.case" = -39; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -44; +}; +quoteleft = { +Hbar = 53; +igrave = 35; +icircumflex = 26; +imacron = 59; +jcircumflex = 27; +g.ss06 = -2; +mu = -11; +exclamdown = -9; +questiondown = -105; +questiondown.case = -38; +quotedblbase = -127; +ampersand = -17; +minus = -10; +divide = 0; +logicalnot = -20; +asciitilde = -40; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -65; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -70; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -191; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 22; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -121; +"@MMK_R_KO_comma" = -127; +"@MMK_R_KO_ellipsis" = -250; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -74; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_quotedblleft" = 9; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 9; +"@MMK_R_KO_quoteright" = 23; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_degree" = -9; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -5; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = -25; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -92; +"@MMK_R_KO_V" = -79; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -120; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_t_t.liga" = -16; +}; +nine.dnom = { +question = -96; +question.ss01 = -93; +parenright = -65; +parenright.case = -45; +quotedblleft = -108; +quotedblright = -78; +quoteleft = -108; +quoteright = -80; +quotedbl = -122; +quotesingle = -114; +quotedblleft.ss01 = -74; +quoteleft.ss01 = -74; +quotedblright.ss01 = -70; +quoteright.ss01 = -72; +degree = -167; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -85; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -66; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -126; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -23; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -49; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -88; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -126; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -38; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = -7; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_plus" = -24; +}; +Omacron = { +Eth = 17; +}; +uhorndotbelow.ss01 = { +a = -8; +c = -12; +period.ss01 = -36; +ellipsis.ss01 = -36; +comma.ss01 = -34; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 16; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 14; +"@MMK_R_KO_three" = 7; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = -12; +"@MMK_R_KO_percent" = -5; +}; +exclamdown = { +T = -41; +V = -49; +Y = -84; +j = 55; +}; +Adieresis = { +Germandbls = 0; +endash.case = -52; +registered = -85; +}; +}; +"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = { +J = { +Hbar = 46; +Oslash = 6; +a = 4; +igrave = 38; +ibreve = 63; +icaron = 58; +idieresis = 61; +jcircumflex = 59; +idieresis.ss01 = 37; +greater = 23; +}; +exclam.ss01 = { +period.ss01 = -21; +}; +ohungarumlaut = { +onesuperior = -51; +sevensuperior = -59; +parenright = -62; +bracketright = -61; +quotedblright = -63; +quotedbl = -62; +quotesingle = -57; +}; +uhornacute = { +a = -22; +a.ss05 = -14; +c = -23; +n = 0; +t = 0; +u = 0; +t_i.liga = 0; +t_t.liga = 0; +period = -28; +comma = -28; +ellipsis = -58; +question = 43; +period.ss01 = -45; +ellipsis.ss01 = -55; +comma.ss01 = -45; +parenright = -22; +quotedbl = 37; +}; +o = { +germandbls = -28; +gbreve.ss06 = 0; +ordmasculine = -70; +seven = -81; +registered = -42; +logicalnot = -61; +}; +ellipsis = { +Dcroat = -81; +Tbar = -177; +tbar = -82; +twosuperior = -197; +threesuperior = -212; +fivesuperior = -218; +eightsuperior = -220; +parenleft = -61; +braceright = -96; +parenleft.case = -75; +bracketright.case = -31; +}; +Iacute = { +A = 2; +S = 4; +igrave = 33; +icircumflex = 55; +parenright.case = 33; +}; +sixsuperior = { +A = -89; +fraction = 2; +period = -72; +comma = -74; +slash = -100; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -44; +parenright = -45; +guillemetleft = -2; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 34; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = 31; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -46; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -48; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 35; +"@MMK_R_KO_imacron" = 81; +"@MMK_R_KO_itilde" = 70; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -40; +"@MMK_R_KO_u" = -43; +"@MMK_R_KO_uacute" = -43; +"@MMK_R_KO_v" = -67; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = -60; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_g.ss06" = 27; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -69; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_backslash" = 56; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -75; +"@MMK_R_KO_endash" = -87; +"@MMK_R_KO_underscore" = 16; +"@MMK_R_KO_hyphen.case" = -104; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -75; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = -117; +"@MMK_R_KO_G.ss07" = 32; +"@MMK_R_KO_S" = -31; +"@MMK_R_KO_T" = -136; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -46; +"@MMK_R_KO_X" = -91; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = -88; +"@MMK_R_KO_I.ss02" = -96; +"@MMK_R_KO_J.ss10" = -84; +"@MMK_R_KO_zero" = 19; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_two" = -62; +"@MMK_R_KO_three" = -69; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 17; +"@MMK_R_KO_seven" = -98; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_question" = -98; +"@MMK_R_KO_asterisk" = -69; +"@MMK_R_KO_slash" = -70; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -40; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright.case" = -84; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = 25; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -70; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -103; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 3; +l.ss04 = 27; +}; +five = { +icircumflex = 26; +x = -12; +ordfeminine = -43; +ordmasculine = -43; +parenleft = 12; +asciicircum = -91; +}; +Tcommaaccent = { +aacute = -136; +acircumflex.ss05 = -60; +amacron.ss05 = -40; +abreve.ss05 = -37; +endash.case = -136; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -148; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -90; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -127; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 17; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = -14; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -73; +"@MMK_R_KO_asterisk" = -57; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = -80; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -95; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -11; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_braceright" = -86; +"@MMK_R_KO_bracketright" = -90; +"@MMK_R_KO_quotedblleft" = -85; +"@MMK_R_KO_quotedblright" = -88; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -62; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -92; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -100; +"@MMK_R_KO_asciicircum" = -83; +}; +questiondown.ss01 = { +l.ss03 = -57; +quoteright.ss01 = -68; +}; +threeinferior = { +T = -156; +V = -109; +W = -77; +Y = -155; +parenright = -66; +bracketright = -71; +}; +Adieresis.ss01 = { +endash.case = -84; +registered = -121; +}; +lcaron.ss03 = { +b = 11; +h = 11; +k = 11; +i = 2; +idotaccent = 2; +i.ss01 = 9; +idotaccent.ss01 = 9; +j = 3; +j.ss01 = 9; +zcaron = 15; +l.ss03 = 15; +lcaron.ss03 = 15; +sixsuperior = 53; +onesuperior = 55; +twosuperior = 47; +threesuperior = 44; +foursuperior = 2; +fivesuperior = 54; +sevensuperior = 65; +eightsuperior = 64; +ninesuperior = 71; +exclam = 66; +question = 74; +exclam.ss01 = 66; +question.ss01 = 32; +parenright = 33; +bracketright = 0; +quotedblleft = 66; +quoteleft = 66; +quotedbl = 80; +quotesingle = 80; +quotedblleft.ss01 = 52; +quoteleft.ss01 = 52; +}; +f_f.liga = { +e = -6; +f = 20; +fl = 20; +i = 0; +i.ss01 = 1; +idieresis = 1; +seven = 27; +ampersand = -13; +}; +Jacute = { +Icircumflex = 17; +Imacron = 16; +Hbar = 46; +igrave = 39; +ibreve = 63; +icaron = 58; +idieresis = 61; +jcircumflex = 59; +idieresis.ss01 = 37; +parenright = 10; +parenright.case = 34; +}; +braceright.case = { +J.ss10 = -44; +period = -38; +comma = -35; +period.ss01 = -52; +comma.ss01 = -52; +hyphen.case = 12; +parenright.case = -36; +braceright.case = -42; +asciicircum = -51; +}; +ecircumflexhookabove = { +m = 0; +n = 0; +u = 5; +period.ss01 = -25; +comma.ss01 = -24; +parenright = -38; +}; +Cdotaccent = { +Hbar = 18; +}; +Ncommaaccent = { +imacron = 84; +}; +dollar = { +one = -21; +three = 0; +four = 0; +five = 0; +eight = 12; +parenright = -73; +bracketright = -73; +parenright.case = -45; +}; +Scaron = { +iogonek = 7; +}; +fi = { +hbar = 22; +idieresis = 22; +jcircumflex = 23; +germandbls = 0; +logicalnot = -61; +}; +zero = { +icircumflex = 9; +x = -11; +ordmasculine = -24; +underscore = -40; +parenleft = 16; +braceright = -82; +braceright.case = -53; +bracketright.case = -57; +baht = -7; +trademark = -78; +multiply = -22; +asciicircum = -53; +}; +period.ss01 = { +ordfeminine = -66; +ordmasculine = -66; +twosuperior = -66; +threesuperior = -66; +fivesuperior = -66; +eightsuperior = -66; +question.ss01 = -66; +parenleft = -43; +braceright = -66; +parenleft.case = -60; +quoteright.ss01 = -66; +}; +X = { +igrave = 39; +ibreve = 85; +icaron = 69; +idieresis = 67; +idieresis.ss01 = 48; +zero = -38; +two = 18; +three = -14; +six = -37; +eight = -15; +nine = -13; +numbersign = -60; +endash.case = -87; +parenleft.case = -32; +at = -42; +registered = -37; +plus = -101; +minus = -112; +multiply = -53; +equal = -49; +notequal = -112; +less = -86; +logicalnot = -173; +asciitilde = -98; +}; +L = { +H = 0; +Dcroat = -56; +Oslash = -32; +Tbar = -135; +oslash = -16; +ordfeminine = -231; +ordmasculine = -224; +zero = -81; +two = 0; +three = -47; +five = -55; +six = -73; +seven = -94; +nine = -52; +numbersign = -87; +endash.case = -253; +parenleft.case = -59; +quoteleft.ss01 = -68; +at = -68; +registered = -251; +dollar = -72; +plus = -162; +minus = -259; +multiply = -93; +equal = -120; +notequal = -138; +less = -189; +approxequal = -127; +logicalnot = -284; +asciitilde = -201; +}; +euro = { +period = -32; +comma = -32; +slash = -32; +period.ss01 = -56; +parenright = -91; +bracketright = -91; +parenright.case = -69; +bracketright.case = -74; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -156; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_Oacute" = -31; +"@MMK_R_KO_J" = -124; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 37; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 34; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -73; +"@MMK_R_KO_aacute" = -69; +"@MMK_R_KO_a.ss05" = -44; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -72; +"@MMK_R_KO_eacute" = -67; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_icircumflex" = 52; +"@MMK_R_KO_imacron" = 101; +"@MMK_R_KO_itilde" = 74; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -45; +"@MMK_R_KO_uacute" = -40; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = -31; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -46; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = -67; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = -78; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 23; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 15; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_colon" = -30; +"@MMK_R_KO_semicolon" = -30; +"@MMK_R_KO_ellipsis" = -190; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = -165; +"@MMK_R_KO_backslash" = 49; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -84; +"@MMK_R_KO_endash" = -76; +"@MMK_R_KO_underscore" = -166; +"@MMK_R_KO_hyphen.case" = -60; +"@MMK_R_KO_parenleft" = -32; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -18; +"@MMK_R_KO_quotedblleft" = 15; +"@MMK_R_KO_quotedblright" = 17; +"@MMK_R_KO_quoteleft" = 15; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = 24; +"@MMK_R_KO_quotesingle" = 24; +"@MMK_R_KO_quotedblleft.ss01" = 16; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_quoteright.ss01" = 11; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -61; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -37; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -62; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -74; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_quotedblleft" = -79; +"@MMK_R_KO_quotedblright" = -65; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -56; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -75; +"@MMK_R_KO_quoteright.ss01" = -68; +}; +perthousand = { +question = -94; +asterisk = -125; +question.ss01 = -114; +parenright = -86; +parenright.case = -51; +quotedblleft = -128; +quotedblright = -128; +quoteleft = -74; +quoteright = -74; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -68; +quotedblright.ss01 = -130; +quoteright.ss01 = -68; +}; +V = { +Eth = -46; +Oslash = -31; +adieresis = -70; +ae = -63; +a.ss05 = -63; +adieresis.ss05 = -31; +eacute = -73; +ccaron = -50; +emacron = -33; +edieresis = -53; +ecaron = -51; +otilde = -48; +odieresis = -53; +iacute = -20; +ncommaaccent = -51; +igrave = 64; +ibreve = 90; +icaron = 78; +idieresis = 65; +racute = -47; +scaron = -20; +zcaron = -32; +idieresis.ss01 = 63; +gdotaccent.ss06 = -67; +gdotaccent.ss01.ss06 = -67; +zero = -24; +two = 0; +three = 0; +six = -28; +seven = 44; +twoinferior = -93; +ellipsis.ss01 = -184; +endash.case = -47; +at = -42; +ampersand = -35; +plus = -53; +minus = -62; +less = -42; +lessequal = -101; +approxequal = -76; +asciitilde = -56; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -86; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -102; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = -47; +"@MMK_R_KO_I.ss02" = -40; +"@MMK_R_KO_J.ss10" = -95; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_foursuperior" = 23; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 25; +"@MMK_R_KO_slash" = -88; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -26; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 8; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -64; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -130; +"@MMK_R_KO_a" = -66; +"@MMK_R_KO_aacute" = -58; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -66; +"@MMK_R_KO_eacute" = -52; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -64; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -36; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -45; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_pi" = -10; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = 9; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 22; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_asterisk" = 29; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_hyphen" = -130; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_endash.case" = -61; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_degree" = -2; +"@MMK_R_KO_plus" = -54; +"@MMK_R_KO_percent" = 12; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -119; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -140; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -147; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 15; +"@MMK_R_KO_four" = -78; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 21; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 14; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 11; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_sevensuperior" = 11; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_ellipsis" = -147; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 29; +"@MMK_R_KO_slash" = -126; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -147; +"@MMK_R_KO_endash" = -147; +"@MMK_R_KO_hyphen.case" = -50; +"@MMK_R_KO_endash.case" = -8; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = 14; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = 7; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 15; +}; +seven = { +icircumflex = 35; +x = -50; +g.ss06 = -86; +mu = -63; +colon = -43; +semicolon = -43; +backslash = 46; +ellipsis.ss01 = -197; +underscore = -175; +parenleft = -28; +at = -47; +ampersand = -40; +euro = -71; +minus = -85; +multiply = -40; +divide = -85; +notequal = -98; +less = -60; +plusminus = -65; +asciitilde = -79; +asciicircum = -61; +}; +scedilla = { +gbreve.ss06 = 14; +}; +fourinferior = { +T = -153; +V = -117; +W = -83; +parenright = -75; +bracketright = -69; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -50; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -154; +"@MMK_R_KO_U" = -55; +"@MMK_R_KO_V" = -185; +"@MMK_R_KO_W" = -122; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -160; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -41; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = 32; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -39; +"@MMK_R_KO_v" = -109; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -56; +"@MMK_R_KO_zero" = -56; +"@MMK_R_KO_one" = -80; +"@MMK_R_KO_two" = 11; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_five" = -43; +"@MMK_R_KO_six" = -54; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = -29; +"@MMK_R_KO_nine" = -41; +"@MMK_R_KO_asterisk" = -130; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = 38; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -140; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -130; +}; +equal = { +period = -69; +comma = -42; +period.ss01 = -66; +comma.ss01 = -68; +parenright = -94; +bracketright = -96; +parenright.case = -75; +bracketright.case = -97; +equal = 0; +A = -21; +J = -67; +T = -99; +V = -44; +X = -42; +Y = -67; +}; +five.numr = { +fraction = 6; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -97; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -90; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -127; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 17; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = -14; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -30; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -55; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_question.ss01" = -82; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -11; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -85; +"@MMK_R_KO_bracketright" = -87; +"@MMK_R_KO_quotedblleft" = -85; +"@MMK_R_KO_quotedblright" = -70; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -70; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -84; +"@MMK_R_KO_quoteright.ss01" = -68; +}; +dcaron = { +exclam.ss01 = 169; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -78; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -25; +"@MMK_R_KO_I.ss02" = -32; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 45; +"@MMK_R_KO_itilde" = 26; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 19; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = -34; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = -13; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -66; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_backslash" = -46; +"@MMK_R_KO_period.ss01" = -57; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_question.ss01" = -30; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_underscore" = -41; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -99; +"@MMK_R_KO_braceright" = -80; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_bracketright.case" = -64; +"@MMK_R_KO_quotedblleft" = -38; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -38; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = 18; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -28; +"@MMK_R_KO_trademark" = -84; +"@MMK_R_KO_asciicircum" = -55; +}; +k = { +oslash = -9; +iogonek = 10; +lcommaaccent = 0; +two = 10; +plus = -5; +minus = -5; +notequal = -64; +logicalnot = -91; +asciitilde = -6; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -85; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = -46; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -44; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -72; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -38; +"@MMK_R_KO_quotedblright.ss01" = -46; +"@MMK_R_KO_quoteright.ss01" = -46; +"@MMK_R_KO_trademark" = -87; +"@MMK_R_KO_asciicircum" = -52; +}; +scaron = { +T = -72; +iogonek = 2; +}; +ninesuperior = { +A = -92; +fraction = 0; +period = -72; +comma = -74; +slash = -102; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -55; +parenright = -48; +guillemetleft = -14; +}; +v = { +n = 0; +ampersand = -34; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -70; +"@MMK_R_KO_H" = -64; +"@MMK_R_KO_O" = -55; +"@MMK_R_KO_J" = -93; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -54; +"@MMK_R_KO_T" = -220; +"@MMK_R_KO_V" = -153; +"@MMK_R_KO_W" = -111; +"@MMK_R_KO_X" = -84; +"@MMK_R_KO_Y" = -196; +"@MMK_R_KO_Z" = -78; +"@MMK_R_KO_I.ss02" = -92; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_a.ss05" = -49; +"@MMK_R_KO_l" = -62; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_f" = -82; +"@MMK_R_KO_g" = -45; +"@MMK_R_KO_i" = -63; +"@MMK_R_KO_n" = -64; +"@MMK_R_KO_j" = -63; +"@MMK_R_KO_s" = -53; +"@MMK_R_KO_t" = -85; +"@MMK_R_KO_z" = -77; +"@MMK_R_KO_t_t.liga" = -85; +}; +infinity = { +parenright = -101; +bracketright = -91; +parenright.case = -82; +bracketright.case = -91; +quotedblleft = -62; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -88; +"@MMK_R_KO_one" = -146; +"@MMK_R_KO_two" = -115; +"@MMK_R_KO_three" = -113; +"@MMK_R_KO_four" = -91; +"@MMK_R_KO_five" = -93; +"@MMK_R_KO_six" = -90; +"@MMK_R_KO_seven" = -121; +"@MMK_R_KO_eight" = -92; +"@MMK_R_KO_nine" = -95; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_question" = -129; +"@MMK_R_KO_asterisk" = -110; +"@MMK_R_KO_slash" = -169; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_hyphen" = -111; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_parenright" = -160; +"@MMK_R_KO_bracketright" = -165; +"@MMK_R_KO_parenright.case" = -147; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -101; +"@MMK_R_KO_quotedbl" = -121; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -130; +"@MMK_R_KO_A" = -159; +"@MMK_R_KO_H" = -91; +"@MMK_R_KO_O" = -87; +"@MMK_R_KO_J" = -193; +"@MMK_R_KO_G.ss07" = -80; +"@MMK_R_KO_S" = -106; +"@MMK_R_KO_T" = -235; +"@MMK_R_KO_V" = -167; +"@MMK_R_KO_W" = -141; +"@MMK_R_KO_X" = -189; +"@MMK_R_KO_Y" = -195; +"@MMK_R_KO_Z" = -180; +"@MMK_R_KO_I.ss02" = -216; +"@MMK_R_KO_J.ss10" = -107; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_a.ss05" = -84; +"@MMK_R_KO_l" = -86; +"@MMK_R_KO_e" = -80; +"@MMK_R_KO_f" = -95; +"@MMK_R_KO_g" = -79; +"@MMK_R_KO_i" = -84; +"@MMK_R_KO_n" = -99; +"@MMK_R_KO_j" = -84; +"@MMK_R_KO_s" = -87; +"@MMK_R_KO_t" = -95; +"@MMK_R_KO_z" = -106; +"@MMK_R_KO_t_t.liga" = -95; +}; +asterisk = { +g.ss06 = -12; +}; +semicolon.ss01 = { +onesuperior = -49; +sevensuperior = -68; +hyphen = -68; +emdash = -68; +}; +divide = { +one = -76; +two = -43; +three = 0; +seven = -57; +parenright = -117; +parenright.case = -99; +quotedblleft = -95; +quotedblright = -98; +quoteright = -74; +quotedblleft.ss01 = -82; +quotedblright.ss01 = -80; +A = -60; +Y = -121; +I.ss02 = -112; +}; +asciitilde = { +exclam = -90; +exclam.ss01 = -91; +question.ss01 = -139; +parenleft = -83; +parenleft.case = -83; +bracketright.case = -166; +quoteright.ss01 = -68; +U = -94; +aacute = -81; +edieresis = -81; +edieresis.ss01 = -81; +u = -90; +v = -96; +w = -90; +x = -115; +y = -97; +l.ss03 = -95; +l.ss04 = -84; +g.ss06 = -93; +gcircumflex.ss06 = -93; +}; +three.dnom = { +question = -99; +question.ss01 = -112; +parenright = -80; +quotedblleft = -128; +quotedblright = -128; +quoteleft = -74; +quoteright = -74; +quotedbl = -99; +quotesingle = -67; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -68; +quotedblright.ss01 = -130; +quoteright.ss01 = -68; +degree = -131; +}; +odotbelow.ss01 = { +T = -151; +}; +x = { +oslash = 0; +two = 13; +ampersand = -34; +plus = 0; +minus = -5; +notequal = -60; +logicalnot = -80; +asciitilde = -3; +}; +U = { +Dcroat = 10; +Eth = 10; +Hbar = 51; +Lslash = 11; +hbar = 46; +igrave = 42; +jcircumflex = 64; +greater = 27; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 63; +"@MMK_R_KO_imacron" = 85; +"@MMK_R_KO_itilde" = 76; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 16; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 9; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -44; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_parenright.case" = 9; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -31; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_Oacute" = -36; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -46; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_imacron" = 88; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -37; +"@MMK_R_KO_v" = -46; +"@MMK_R_KO_w" = -47; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -127; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -133; +"@MMK_R_KO_endash" = -111; +"@MMK_R_KO_hyphen.case" = -91; +"@MMK_R_KO_parenleft" = -26; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Eth = { +Eth = 32; +Oslash = 12; +}; +odotbelow = { +T = -151; +}; +baht = { +slash = -14; +parenright = -58; +parenright.case = -36; +}; +Icircumflex.ss02 = { +endash.case = -96; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 19; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = -16; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -32; +"@MMK_R_KO_asciicircum" = -44; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -84; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_foursuperior" = -93; +"@MMK_R_KO_sevensuperior" = -86; +"@MMK_R_KO_ninesuperior" = -80; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_asterisk" = -74; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_hyphen.case" = -33; +"@MMK_R_KO_endash.case" = -56; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_parenright.case" = -45; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -79; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -81; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -93; +}; +quotedblright = { +Dcroat = -55; +icircumflex = 68; +scaron = -32; +x = -22; +g.ss06 = -65; +mu = -44; +questiondown = -128; +questiondown.case = -117; +parenleft = -22; +quotesinglbase = -74; +asciitilde = -69; +}; +r = { +fl = 14; +germandbls = 15; +wdieresis = 16; +gcircumflex.ss06 = -9; +oneinferior = -63; +twoinferior = -59; +threeinferior = -67; +fourinferior = -97; +fiveinferior = -53; +sixinferior = -71; +ampersand = -47; +logicalnot = -96; +asciitilde = 0; +}; +seveninferior = { +I.ss02 = -74; +fourinferior = -46; +seveninferior = 39; +parenright = -96; +parenright.case = -78; +}; +sterling = { +two = 16; +hyphen.case = -63; +parenright = -58; +}; +Ocircumflex = { +Lslash = 23; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -67; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_I.ss02" = -40; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_period" = -32; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -14; +"@MMK_R_KO_ellipsis" = -71; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -57; +"@MMK_R_KO_comma.ss01" = -48; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_parenright.case" = -41; +"@MMK_R_KO_bracketright.case" = -53; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; +}; +_f.longarm = { +l = 9; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +l.ss03 = 16; +l.ss04 = 21; +}; +I.ss02 = { +Dcroat = -54; +igrave = 40; +jcircumflex = 30; +endash.case = -96; +plus = -113; +minus = -115; +notequal = -138; +less = -99; +approxequal = -90; +logicalnot = -164; +asciitilde = -107; +}; +quoteleft.ss01 = { +J.ss10 = -68; +igrave = 20; +icircumflex = 42; +imacron = 79; +jcircumflex = 41; +questiondown.case = -68; +questiondown.ss01 = -68; +hyphen = -68; +emdash = -68; +quotedblbase.ss01 = -68; +ampersand = -47; +minus = -63; +logicalnot = -68; +asciitilde = -26; +}; +Zacute = { +endash.case = -80; +}; +d = { +hbar = 22; +igrave = 21; +icaron = 21; +idieresis = 21; +jcircumflex = 21; +logicalnot = -62; +}; +notequal = { +zero = -51; +one = -91; +two = -68; +seven = -79; +parenright = -158; +parenright.case = -142; +A = -90; +B = -60; +F = -60; +L = -60; +N = -60; +Y = -116; +b = -60; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -56; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -102; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -86; +"@MMK_R_KO_Z" = -43; +"@MMK_R_KO_I.ss02" = -55; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_t_t.liga" = 0; +}; +six = { +icircumflex = 59; +parenleft = 13; +braceright = -54; +bracketright.case = -44; +trademark = -63; +asciicircum = -39; +}; +Idieresis.ss02 = { +idieresis = 49; +}; +quotedblleft.ss01 = { +A = -128; +J = -130; +igrave = 20; +icircumflex = 42; +imacron = 79; +jcircumflex = 41; +g.ss06 = -60; +mu = -38; +questiondown.case = -102; +ellipsis.ss01 = -130; +questiondown.ss01 = -121; +underscore = -130; +quotedblbase.ss01 = -130; +ampersand = -47; +minus = -63; +divide = -52; +asciitilde = -26; +}; +sevensuperior = { +A = -163; +C = -43; +O = -45; +G = -43; +fraction = -52; +sevensuperior = 39; +period = -72; +comma = -74; +colon = -52; +semicolon = -52; +slash = -171; +period.ss01 = -66; +comma.ss01 = -68; +colon.ss01 = -64; +semicolon.ss01 = -64; +hyphen = -87; +hyphen.case = -70; +guillemetleft = -67; +guilsinglleft = -67; +guillemetright = -43; +guilsinglright = -43; +plus = -69; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = 17; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 47; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -42; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -26; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = -39; +"@MMK_R_KO_period.ss01" = -51; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -89; +"@MMK_R_KO_braceright" = -84; +"@MMK_R_KO_bracketright" = -87; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_bracketright.case" = -68; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -79; +"@MMK_R_KO_asciicircum" = -40; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -72; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 24; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_J" = -118; +"@MMK_R_KO_G.ss07" = 35; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -136; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -100; +"@MMK_R_KO_Y" = -86; +"@MMK_R_KO_Z" = -100; +"@MMK_R_KO_I.ss02" = -96; +"@MMK_R_KO_J.ss10" = -139; +"@MMK_R_KO_zero" = 22; +"@MMK_R_KO_one" = -72; +"@MMK_R_KO_two" = -44; +"@MMK_R_KO_three" = -45; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 19; +"@MMK_R_KO_seven" = -53; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_question" = -78; +"@MMK_R_KO_slash" = -78; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -84; +"@MMK_R_KO_quotedblleft" = -90; +"@MMK_R_KO_quotedblright" = -93; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -73; +}; +won = { +period = -72; +comma = -74; +slash = -80; +period.ss01 = -66; +comma.ss01 = -68; +}; +i.ss01 = { +l = 2; +c = 1; +e = 1; +o = 1; +m = 2; +n = 2; +r = 1; +p = 3; +j.ss01 = 4; +parenright = -12; +}; +guillemetright = { +T = -146; +x = -35; +threesuperior = -28; +fivesuperior = -35; +eightsuperior = -24; +colon = -46; +semicolon = -46; +questiondown = -35; +question.ss01 = -72; +questiondown.ss01 = -35; +braceright = -75; +braceright.case = -65; +bracketright.case = -68; +quotesinglbase = -43; +quotedblbase = -51; +quotedblbase.ss01 = -50; +quoteright.ss01 = -65; +}; +s = { +l = 0; +seven = -58; +emdash = -5; +registered = -28; +notequal = -74; +logicalnot = -60; +asciitilde = 0; +}; +five.dnom = { +question = -94; +question.ss01 = -109; +parenright = -82; +quotedblleft = -128; +quotedblright = -128; +quoteleft = -74; +quoteright = -74; +quotedbl = -85; +quotesingle = -67; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -68; +quotedblright.ss01 = -130; +quoteright.ss01 = -68; +degree = -108; +}; +ecircumflexgrave = { +parenright = -73; +bracketright = -71; +quotedbl = -59; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -71; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -144; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -64; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -64; +"@MMK_R_KO_I.ss02" = -71; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 20; +"@MMK_R_KO_uacute" = 20; +"@MMK_R_KO_v" = 33; +"@MMK_R_KO_w" = 36; +"@MMK_R_KO_x" = 22; +"@MMK_R_KO_y" = 31; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = 15; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 2; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_fivesuperior" = 10; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = 21; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -63; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = -84; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 31; +"@MMK_R_KO_slash" = -46; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -70; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_braceright" = -79; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 26; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -10; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 20; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 19; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_pi" = 20; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_two" = 19; +"@MMK_R_KO_three" = 15; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 8; +"@MMK_R_KO_eight" = 23; +"@MMK_R_KO_nine" = 18; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -9; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -17; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = 9; +}; +Agrave = { +endash.case = -84; +}; +t_t.liga = { +wdieresis = 12; +hyphen = -63; +logicalnot = -95; +asciitilde = 0; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -104; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -122; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -141; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_f" = 41; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 41; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_v" = 40; +"@MMK_R_KO_w" = 37; +"@MMK_R_KO_y" = 41; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_t_t.liga" = 41; +"@MMK_R_KO_pi" = 41; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = 32; +"@MMK_R_KO_two" = 33; +"@MMK_R_KO_three" = 31; +"@MMK_R_KO_four" = -72; +"@MMK_R_KO_five" = 12; +"@MMK_R_KO_six" = 5; +"@MMK_R_KO_seven" = 43; +"@MMK_R_KO_eight" = 18; +"@MMK_R_KO_nine" = 41; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_question" = 31; +"@MMK_R_KO_asterisk" = 48; +"@MMK_R_KO_slash" = -116; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_hyphen" = -141; +"@MMK_R_KO_endash" = -93; +"@MMK_R_KO_hyphen.case" = -58; +"@MMK_R_KO_endash.case" = -5; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_quotedblleft" = 24; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 24; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = 29; +"@MMK_R_KO_quotesingle" = 29; +"@MMK_R_KO_quotedblleft.ss01" = 33; +"@MMK_R_KO_quotedblright.ss01" = 23; +}; +ohorngrave = { +i = 3; +idotaccent = 3; +i.ss01 = 3; +idotaccent.ss01 = 3; +m = 0; +n = 2; +period = -6; +comma = -3; +period.ss01 = -29; +comma.ss01 = -25; +parenright = -52; +bracketright = -59; +guillemetright = 0; +quotedbl = -20; +}; +zeroinferior = { +parenright = -76; +}; +c = { +seven = -76; +registered = -32; +notequal = -78; +}; +Aacute = { +Dcroat = -49; +Eth = -49; +Tbar = -122; +endash.case = -84; +registered = -121; +}; +Abreve = { +endash.case = -84; +}; +eight.dnom = { +question = -99; +question.ss01 = -111; +parenright = -79; +quotedblleft = -128; +quotedblright = -128; +quoteleft = -74; +quoteright = -74; +quotedbl = -100; +quotesingle = -67; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -68; +quotedblright.ss01 = -130; +quoteright.ss01 = -68; +degree = -134; +}; +Idieresis.ss01 = { +Icircumflex = 13; +Idieresis.ss01 = 12; +idieresis.ss01 = 32; +parenright.case = 42; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -148; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -56; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = -73; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -65; +"@MMK_R_KO_quoteleft" = -71; +"@MMK_R_KO_quoteright" = -63; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -40; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -63; +"@MMK_R_KO_quoteright.ss01" = -62; +}; +comma.ss01 = { +twosuperior = -68; +threesuperior = -68; +fivesuperior = -68; +eightsuperior = -68; +parenright = -17; +bracketright = -19; +quoteright.ss01 = -68; +}; +C = { +two = 2; +three = 14; +five = 12; +eight = 22; +braceright.case = -68; +plus = -9; +minus = -9; +greater = 18; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -128; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -128; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -128; +"@MMK_R_KO_a" = -72; +"@MMK_R_KO_aacute" = -71; +"@MMK_R_KO_a.ss05" = -49; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -72; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -69; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -44; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = -27; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = -128; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 28; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_sevensuperior" = 21; +"@MMK_R_KO_ninesuperior" = 18; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_ellipsis" = -128; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = 23; +"@MMK_R_KO_slash" = -128; +"@MMK_R_KO_hyphen" = -128; +"@MMK_R_KO_endash" = -128; +"@MMK_R_KO_hyphen.case" = -128; +"@MMK_R_KO_endash.case" = -90; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_quotedblleft" = 13; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 13; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_plus" = -70; +"@MMK_R_KO_percent" = 2; +}; +ocircumflexgrave = { +parenright = -68; +bracketright = -61; +quotedbl = -62; +quotesingle = -59; +}; +wcircumflex = { +p = 8; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -117; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -136; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -95; +"@MMK_R_KO_W" = -69; +"@MMK_R_KO_X" = -62; +"@MMK_R_KO_Y" = -148; +"@MMK_R_KO_Z" = -57; +"@MMK_R_KO_I.ss02" = -96; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 31; +"@MMK_R_KO_aacute" = 31; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 31; +"@MMK_R_KO_eacute" = 32; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = 30; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 23; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -38; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = -62; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_two" = -36; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -117; +"@MMK_R_KO_eight" = 33; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_sixsuperior" = -79; +"@MMK_R_KO_onesuperior" = -73; +"@MMK_R_KO_foursuperior" = -130; +"@MMK_R_KO_sevensuperior" = -80; +"@MMK_R_KO_ninesuperior" = -74; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_question" = -95; +"@MMK_R_KO_asterisk" = -141; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -93; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -147; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -130; +"@MMK_R_KO_quotedblright.ss01" = -130; +"@MMK_R_KO_plus" = -35; +}; +Umacron = { +Hbar = 51; +}; +Zcaron = { +Dcroat = -54; +igrave = 44; +endash.case = -80; +}; +sixinferior = { +T = -157; +W = -78; +parenright = -65; +bracketright = -71; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -40; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -89; +"@MMK_R_KO_zero" = -52; +"@MMK_R_KO_one" = -78; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = -44; +"@MMK_R_KO_four" = -93; +"@MMK_R_KO_five" = -20; +"@MMK_R_KO_six" = -55; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -28; +"@MMK_R_KO_nine" = -36; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_foursuperior" = -92; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -23; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -34; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_endash.case" = -87; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -55; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_degree" = -46; +"@MMK_R_KO_plus" = -97; +"@MMK_R_KO_percent" = -34; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 27; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 27; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -42; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_t_t.liga" = -33; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 18; +"@MMK_R_KO_four" = 32; +"@MMK_R_KO_five" = 20; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 29; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_foursuperior" = -58; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -22; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_degree" = -48; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -15; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = 17; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 47; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = -32; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -26; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -51; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -89; +"@MMK_R_KO_bracketright" = -87; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_bracketright.case" = -68; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -22; +}; +Idotaccent = { +l.ss04 = 26; +}; +zero.dnom = { +question = -96; +question.ss01 = -113; +parenright = -87; +parenright.case = -49; +quotedblleft = -128; +quotedblright = -128; +quoteleft = -74; +quoteright = -74; +quotedbl = -111; +quotesingle = -67; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -68; +quotedblright.ss01 = -130; +quoteright.ss01 = -68; +degree = -165; +}; +I = { +I = 0; +Hbar = 40; +hbar = 36; +igrave = 33; +jcircumflex = 56; +logicalnot = -63; +}; +uhornhookabove = { +a = -22; +a.ss05 = -14; +period = -28; +comma = -28; +ellipsis = -58; +period.ss01 = -45; +ellipsis.ss01 = -55; +comma.ss01 = -45; +parenright = -22; +bracketright = -41; +quotedblright = 32; +quotedbl = 37; +}; +Idieresis = { +Icircumflex = 13; +Idieresis = 11; +idieresis = 55; +parenright = 23; +parenright.case = 43; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -151; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_Oacute" = -36; +"@MMK_R_KO_J" = -127; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 34; +"@MMK_R_KO_W" = 36; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = 33; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -159; +"@MMK_R_KO_a" = -95; +"@MMK_R_KO_aacute" = -70; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -94; +"@MMK_R_KO_eacute" = -60; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -91; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -67; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 87; +"@MMK_R_KO_itilde" = 64; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -82; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -64; +"@MMK_R_KO_uacute" = -55; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_x" = -53; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = -64; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = -90; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -136; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 15; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_colon" = -47; +"@MMK_R_KO_semicolon" = -47; +"@MMK_R_KO_ellipsis" = -187; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -143; +"@MMK_R_KO_backslash" = 38; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -62; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -113; +"@MMK_R_KO_endash" = -100; +"@MMK_R_KO_underscore" = -148; +"@MMK_R_KO_hyphen.case" = -82; +"@MMK_R_KO_parenleft" = -40; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 7; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetleft" = -76; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -69; +}; +Ecircumflexdotbelow.ss01 = { +T = 3; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -148; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -82; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -107; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = -34; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -62; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -67; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -79; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_braceright" = -82; +"@MMK_R_KO_bracketright" = -84; +"@MMK_R_KO_quotedblleft" = -72; +"@MMK_R_KO_quotedblright" = -74; +"@MMK_R_KO_quoteleft" = -71; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -79; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -88; +"@MMK_R_KO_asciicircum" = -64; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -71; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -28; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -34; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -18; +"@MMK_R_KO_eight" = 8; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -27; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_ellipsis" = -67; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_period.ss01" = -50; +"@MMK_R_KO_comma.ss01" = -42; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_endash.case" = 13; +"@MMK_R_KO_parenright" = -99; +"@MMK_R_KO_bracketright" = -87; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_quotedblleft" = -38; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_degree" = -47; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -9; +}; +one = { +icircumflex = 48; +three = 0; +multiply = -33; +equal = 0; +notequal = -61; +asciicircum = -46; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 34; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -39; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -84; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -30; +"@MMK_R_KO_I.ss02" = -41; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -32; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -14; +"@MMK_R_KO_ellipsis" = -71; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -57; +"@MMK_R_KO_comma.ss01" = -48; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_underscore" = -50; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -103; +"@MMK_R_KO_bracketright" = -90; +"@MMK_R_KO_parenright.case" = -58; +"@MMK_R_KO_bracketright.case" = -66; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetleft" = 15; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; +"@MMK_R_KO_trademark" = -79; +}; +lcaron.ss04 = { +ncaron = 23; +scaron = 12; +exclam.ss01 = 124; +}; +Gdotaccent = { +Hbar = 2; +}; +fl = { +Hbar = 33; +l = 0; +idieresis = 20; +jcircumflex = 20; +periodcentered.loclCAT = 48; +}; +quotedbl = { +Dcroat = -29; +Hbar = 45; +Lslash = -37; +hbar = 50; +igrave = 38; +icircumflex = 72; +idieresis = 73; +imacron = 122; +jcircumflex = 71; +x = 0; +idieresis.ss01 = 45; +g.ss06 = -27; +gcommaaccent.ss06 = -25; +gdotaccent.ss06 = -25; +gdotaccent.ss01.ss06 = -25; +mu = -19; +exclamdown = -16; +questiondown = -122; +backslash = 48; +questiondown.case = -73; +ellipsis.ss01 = -147; +exclamdown.ss01 = -21; +questiondown.ss01 = -126; +underscore = -147; +parenleft = -5; +braceleft = -44; +ampersand = -40; +sterling = -28; +minus = -5; +lessequal = -71; +asciitilde = -10; +}; +O = { +Dcroat = 18; +Eth = 18; +Hbar = 5; +Lslash = 23; +Tbar = -38; +idieresis = 0; +parenleft.case = 11; +braceright.case = -62; +less = 27; +}; +Zdotaccent.ss01 = { +Hbar = 23; +endash.case = -80; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -66; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -66; +"@MMK_R_KO_S" = -61; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = -66; +"@MMK_R_KO_V" = -66; +"@MMK_R_KO_W" = -66; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_f" = -51; +"@MMK_R_KO_g" = -37; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -66; +"@MMK_R_KO_u" = -56; +"@MMK_R_KO_v" = -66; +"@MMK_R_KO_w" = -66; +"@MMK_R_KO_y" = -66; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_t_t.liga" = -66; +"@MMK_R_KO_pi" = -48; +"@MMK_R_KO_zero" = -68; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -52; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -55; +"@MMK_R_KO_six" = -68; +"@MMK_R_KO_seven" = -66; +"@MMK_R_KO_eight" = -40; +"@MMK_R_KO_nine" = -53; +"@MMK_R_KO_sixsuperior" = -66; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_foursuperior" = -66; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_ninesuperior" = -66; +"@MMK_R_KO_asterisk" = -66; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -66; +"@MMK_R_KO_endash" = -66; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_endash.case" = -66; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -66; +"@MMK_R_KO_quotesingle" = -66; +"@MMK_R_KO_quotedblleft.ss01" = -66; +"@MMK_R_KO_quotedblright.ss01" = -66; +}; +braceleft = { +p = -11; +x = -82; +parenleft = -44; +braceright = 17; +at = -62; +minus = -98; +logicalnot = -134; +asciicircum = -90; +}; +rcaron = { +I.ss02 = 4; +onesuperior = 0; +twosuperior = 0; +sevensuperior = 0; +parenright = -14; +}; +f_f_i.liga = { +hbar = 22; +idieresis = 22; +jcircumflex = 23; +germandbls = 0; +logicalnot = -61; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -84; +"@MMK_R_KO_Oacute" = -84; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -79; +"@MMK_R_KO_S" = -49; +"@MMK_R_KO_T" = -128; +"@MMK_R_KO_U" = -66; +"@MMK_R_KO_V" = -128; +"@MMK_R_KO_W" = -126; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -128; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_aacute" = -52; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = 59; +"@MMK_R_KO_lslash" = -32; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -49; +"@MMK_R_KO_uacute" = -49; +"@MMK_R_KO_v" = -123; +"@MMK_R_KO_w" = -78; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss04" = -13; +"@MMK_R_KO_t_t.liga" = -60; +"@MMK_R_KO_pi" = -34; +"@MMK_R_KO_zero" = -82; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -51; +"@MMK_R_KO_four" = -102; +"@MMK_R_KO_five" = -58; +"@MMK_R_KO_six" = -75; +"@MMK_R_KO_seven" = -115; +"@MMK_R_KO_eight" = -43; +"@MMK_R_KO_nine" = -56; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -94; +"@MMK_R_KO_asterisk" = -128; +"@MMK_R_KO_slash" = 41; +"@MMK_R_KO_hyphen" = -128; +"@MMK_R_KO_endash" = -128; +"@MMK_R_KO_hyphen.case" = -128; +"@MMK_R_KO_endash.case" = -128; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_plus" = -128; +"@MMK_R_KO_percent" = -81; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -90; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = -89; +"@MMK_R_KO_G.ss07" = -50; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -96; +"@MMK_R_KO_a" = -77; +"@MMK_R_KO_aacute" = -77; +"@MMK_R_KO_a.ss05" = -63; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -78; +"@MMK_R_KO_eacute" = -75; +"@MMK_R_KO_f" = -52; +"@MMK_R_KO_g" = -45; +"@MMK_R_KO_n" = -79; +"@MMK_R_KO_j" = 50; +"@MMK_R_KO_lslash" = -27; +"@MMK_R_KO_s" = -84; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -92; +"@MMK_R_KO_uacute" = -64; +"@MMK_R_KO_v" = -89; +"@MMK_R_KO_w" = -84; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = -86; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -65; +"@MMK_R_KO_pi" = -80; +"@MMK_R_KO_zero" = -53; +"@MMK_R_KO_one" = -77; +"@MMK_R_KO_two" = -43; +"@MMK_R_KO_three" = -51; +"@MMK_R_KO_four" = -92; +"@MMK_R_KO_five" = -21; +"@MMK_R_KO_six" = -57; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -40; +"@MMK_R_KO_nine" = -42; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_foursuperior" = -91; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -100; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = -25; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -66; +"@MMK_R_KO_hyphen" = -86; +"@MMK_R_KO_endash" = -86; +"@MMK_R_KO_bracketright" = 13; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -74; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_degree" = -48; +"@MMK_R_KO_plus" = -95; +"@MMK_R_KO_percent" = -34; +}; +logicalnot = { +one = -134; +two = -70; +seven = -163; +nine = -66; +parenright = -156; +parenright.case = -109; +v = -82; +x = -81; +y = -85; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 60; +"@MMK_R_KO_imacron" = 91; +"@MMK_R_KO_itilde" = 84; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -24; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -41; +}; +ydotbelow = { +ecircumflexdotbelow = -6; +period = -72; +comma = -44; +parenright = -63; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 38; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_itilde" = 40; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 22; +"@MMK_R_KO_underscore" = 20; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = -63; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_bracketright.case" = -24; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 15; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -82; +"@MMK_R_KO_asciicircum" = -51; +}; +idotless = { +T = -84; +}; +acircumflexhookabove.ss05 = { +y = -49; +}; +Iogonek.ss02 = { +iogonek = 69; +j = 58; +j.ss01 = 59; +endash.case = -96; +}; +aogonek = { +j = 4; +j.ss01 = 4; +parenright = -10; +bracketright = -15; +}; +ldot.ss01.ss03 = { +period.ss01 = -35; +comma.ss01 = -24; +}; +Idotbelow = { +j = 59; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 22; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -40; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -39; +"@MMK_R_KO_asciicircum" = -49; +}; +Tbar = { +A = -93; +Aacute = -93; +T = 9; +Tbar = 11; +a = -42; +a.ss05 = -56; +e = -42; +o = -41; +oslash = -41; +tbar = -47; +period = -72; +comma = -74; +slash = -110; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -50; +guillemetleft = -27; +guilsinglleft = -27; +}; +itilde = { +exclam.ss01 = 91; +quotedbl = 107; +}; +Idotaccent.ss01 = { +l.ss04 = 27; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 29; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 26; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 17; +"@MMK_R_KO_three" = 21; +"@MMK_R_KO_four" = 30; +"@MMK_R_KO_five" = 20; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = 28; +"@MMK_R_KO_nine" = 14; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_endash.case" = -21; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 14; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_degree" = -23; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 67; +parenright = 35; +quotesingle = 85; +}; +multiply = { +one = -6; +seven.numr = -44; +parenright = -109; +parenright.case = -80; +A = -35; +J = -30; +T = -76; +V = -52; +X = -41; +Y = -65; +p = -25; +}; +Ccircumflex = { +jcircumflex = 34; +}; +q = { +j = 22; +j.ss01 = 22; +comma = 7; +slash = 26; +parenright = -12; +braceright = -9; +bracketright = -9; +}; +tcaron = { +a = -11; +b = 0; +h = 0; +k = 0; +l = 0; +o = -13; +f = 12; +i = 0; +j = 0; +sixsuperior = 12; +onesuperior = 15; +twosuperior = 20; +threesuperior = 18; +fivesuperior = 16; +sevensuperior = 35; +eightsuperior = 22; +ninesuperior = 19; +period = 14; +comma = 22; +colon = 28; +exclam = 29; +question = 24; +exclam.ss01 = 29; +hyphen = -63; +parenright = 30; +bracketright = 0; +quotedblleft = 14; +quotedblright = 35; +quoteleft = 14; +guillemetleft = -13; +guilsinglleft = -13; +quotedbl = 37; +quotesingle = 37; +quotedblleft.ss01 = 15; +quoteleft.ss01 = 15; +quotedblright.ss01 = 23; +}; +uogonek = { +j = 3; +j.ss01 = 3; +parenright = -11; +bracketright = -16; +}; +seven.dnom = { +period = -70; +comma = -70; +question = -102; +period.ss01 = -66; +comma.ss01 = -68; +question.ss01 = -132; +parenright = -101; +parenright.case = -80; +quotedblleft = -128; +quotedblright = -128; +quoteleft = -74; +quoteright = -74; +quotedbl = -67; +quotesingle = -62; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -68; +quotedblright.ss01 = -130; +quoteright.ss01 = -68; +degree = -92; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -56; +"@MMK_R_KO_Oacute" = -57; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -29; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -75; +"@MMK_R_KO_zero" = -49; +"@MMK_R_KO_one" = -45; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = -47; +"@MMK_R_KO_four" = -79; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -51; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -29; +"@MMK_R_KO_nine" = -28; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_foursuperior" = -77; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_question" = -29; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen.case" = -83; +"@MMK_R_KO_endash.case" = -81; +"@MMK_R_KO_parenright.case" = 16; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -50; +"@MMK_R_KO_plus" = -93; +"@MMK_R_KO_percent" = -29; +}; +Igrave.ss02 = { +igrave = 40; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 64; +"@MMK_R_KO_imacron" = 94; +"@MMK_R_KO_itilde" = 89; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -65; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_backslash" = 33; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = -39; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -38; +}; +Amacron = { +endash.case = -84; +}; +hyphen = { +Dcroat = -15; +Lslash = 13; +Oslash = 0; +x = -61; +l.ss03 = 7; +mu = -4; +zero.numr = -81; +one.numr = -72; +three.numr = -69; +four.numr = -115; +five.numr = -74; +six.numr = -77; +seven.numr = -79; +eight.numr = -68; +nine.numr = -72; +threesuperior = -70; +fivesuperior = -74; +eightsuperior = -70; +colon = -72; +semicolon = -74; +questiondown = -54; +question.ss01 = -96; +questiondown.ss01 = -54; +parenleft = 19; +braceright = -83; +quotesinglbase = -74; +quotedblbase = -128; +quotedblbase.ss01 = -130; +quoteleft.ss01 = -68; +quoteright.ss01 = -68; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -151; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -91; +"@MMK_R_KO_W" = -66; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 25; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -50; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -35; +"@MMK_R_KO_foursuperior" = -53; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -75; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -45; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -15; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -69; +"@MMK_R_KO_asterisk" = -59; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_backslash" = -80; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_question.ss01" = -88; +"@MMK_R_KO_hyphen" = 31; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_underscore" = -22; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_braceright" = -78; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_quotedblleft" = -88; +"@MMK_R_KO_quotedblright" = -90; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -64; +"@MMK_R_KO_quotesingle" = -64; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -90; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -102; +"@MMK_R_KO_asciicircum" = -86; +}; +l = { +Hbar = 33; +l = 0; +hbar = 20; +igrave = 20; +ibreve = 20; +icaron = 20; +idieresis = 20; +jcircumflex = 20; +periodcentered.loclCAT = 48; +at = 0; +notequal = -61; +logicalnot = -63; +}; +registered = { +period = -72; +comma = -74; +slash = -90; +period.ss01 = -66; +comma.ss01 = -68; +parenright = -81; +parenright.case = -77; +trademark = -64; +}; +quotedblright.ss01 = { +icircumflex = 55; +g.ss06 = -68; +mu = -44; +questiondown.case = -110; +ellipsis.ss01 = -130; +questiondown.ss01 = -128; +asciitilde = -52; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -118; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -136; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -87; +"@MMK_R_KO_W" = -62; +"@MMK_R_KO_X" = -74; +"@MMK_R_KO_Y" = -127; +"@MMK_R_KO_Z" = -69; +"@MMK_R_KO_I.ss02" = -96; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 32; +"@MMK_R_KO_aacute" = 32; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 33; +"@MMK_R_KO_eacute" = 33; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = 33; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -72; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -40; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = -72; +"@MMK_R_KO_two" = -56; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = -126; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = -20; +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_foursuperior" = -91; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_ninesuperior" = -55; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_question" = -97; +"@MMK_R_KO_slash" = -53; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -66; +"@MMK_R_KO_parenright" = -95; +"@MMK_R_KO_bracketright" = -87; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = 25; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -147; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -130; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -126; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 29; +"@MMK_R_KO_W" = 30; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -102; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -40; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -50; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_x" = -77; +"@MMK_R_KO_y" = -52; +"@MMK_R_KO_z" = -100; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = -34; +"@MMK_R_KO_t_t.liga" = -51; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_colon" = -61; +"@MMK_R_KO_semicolon" = -61; +"@MMK_R_KO_ellipsis" = -233; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 26; +"@MMK_R_KO_slash" = -98; +"@MMK_R_KO_backslash" = 33; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -41; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_underscore" = -222; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_parenleft" = -20; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_bracketright.case" = -25; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -67; +}; +published = { +parenright = -114; +parenright.case = -63; +}; +emdash.case = { +one.numr = -41; +seven.numr = -49; +question.ss01 = -99; +quotedblbase = -128; +quotedblbase.ss01 = -130; +quoteright.ss01 = -68; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -81; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = 2; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -24; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -24; +"@MMK_R_KO_ellipsis" = -65; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -47; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_endash.case" = 11; +"@MMK_R_KO_parenright" = -100; +"@MMK_R_KO_bracketright" = -88; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -40; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_degree" = -52; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -11; +}; +Atilde = { +ordfeminine = -144; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -39; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_quoteright.ss01" = -44; +}; +quotesingle = { +Hbar = 58; +eacute = -31; +hbar = 63; +igrave = 40; +icaron = 71; +icircumflex = 72; +idieresis = 86; +imacron = 122; +itilde = 105; +jcircumflex = 75; +idieresis.ss01 = 52; +g.ss06 = -25; +mu = -17; +exclamdown = -13; +questiondown = -67; +backslash = 48; +questiondown.case = -67; +questiondown.ss01 = -67; +underscore = -67; +ampersand = -40; +lessequal = -67; +asciitilde = -10; +}; +exclam = { +exclam = 0; +parenright = -16; +guillemetleft = 0; +guillemetright = 0; +}; +Imacron.ss02 = { +endash.case = -96; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -153; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -66; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_four" = -70; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -35; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -52; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -88; +"@MMK_R_KO_bracketright" = -93; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 17; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -71; +"@MMK_R_KO_asciicircum" = -21; +}; +imacron = { +ncommaaccent = 3; +lcommaaccent = 21; +three = 90; +exclam.ss01 = 103; +quotedbl = 122; +}; +three = { +icircumflex = 60; +braceright = -45; +bracketright.case = -42; +trademark = -50; +}; +radical = { +four = -70; +seven = 43; +hyphen = -66; +A = -111; +J = -113; +J.ss10 = -90; +a = -52; +d = -52; +a.ss05 = -47; +c = -51; +g = -49; +s = -44; +l.ss04 = 41; +g.ss06 = -51; +}; +quotesinglbase = { +Iogonek = 61; +oslash = 0; +p = 0; +jcircumflex = 59; +germandbls = -44; +numbersign = -74; +parenleft.case = -59; +at = -64; +copyright = -74; +published = -74; +dollar = -61; +euro = -74; +minus = -74; +equal = -74; +approxequal = -74; +}; +germandbls = { +a = 14; +d = 14; +a.ss05 = 24; +e = 15; +f = 0; +g = 12; +i = 3; +s = 20; +t = 0; +v = -2; +w = 0; +g.ss06 = 2; +t_i.liga = 0; +t_t.liga = 0; +period.ss01 = -15; +comma.ss01 = -11; +hyphen = 26; +parenright = -63; +bracketright = -58; +quotedblleft = -21; +quotesingle = -14; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_a" = 21; +"@MMK_R_KO_aacute" = 21; +"@MMK_R_KO_a.ss05" = 24; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 22; +"@MMK_R_KO_eacute" = 24; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 27; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 19; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 20; +"@MMK_R_KO_uacute" = 23; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = 16; +"@MMK_R_KO_threesuperior" = 5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_parenleft" = 29; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -18; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -74; +"@MMK_R_KO_Oacute" = -74; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -74; +"@MMK_R_KO_S" = -48; +"@MMK_R_KO_T" = -74; +"@MMK_R_KO_U" = -66; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_W" = -74; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -74; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -52; +"@MMK_R_KO_aacute" = -52; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = 59; +"@MMK_R_KO_lslash" = -28; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -47; +"@MMK_R_KO_uacute" = -47; +"@MMK_R_KO_v" = -74; +"@MMK_R_KO_w" = -74; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = -60; +"@MMK_R_KO_pi" = -32; +"@MMK_R_KO_zero" = -74; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -51; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = -56; +"@MMK_R_KO_six" = -73; +"@MMK_R_KO_seven" = -74; +"@MMK_R_KO_eight" = -42; +"@MMK_R_KO_nine" = -54; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_asterisk" = -74; +"@MMK_R_KO_slash" = 41; +"@MMK_R_KO_hyphen" = -74; +"@MMK_R_KO_hyphen.case" = -74; +"@MMK_R_KO_quotedblleft" = -74; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_plus" = -74; +"@MMK_R_KO_percent" = -74; +}; +Odieresis = { +Eth = 18; +Germandbls = 1; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -110; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_pi" = 15; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_foursuperior" = 11; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_hyphen.case" = -6; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 17; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_degree" = -31; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +e = { +idieresis = 0; +germandbls = -26; +gbreve.ss06 = 0; +seven = -78; +emdash = 0; +registered = -40; +logicalnot = -59; +asciitilde = 13; +}; +Oacute = { +Eth = 18; +Lslash = 23; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 34; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -92; +"@MMK_R_KO_U" = -19; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -59; +"@MMK_R_KO_X" = 33; +"@MMK_R_KO_Y" = -90; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 41; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -50; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -69; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = -43; +"@MMK_R_KO_sevensuperior" = -77; +"@MMK_R_KO_eightsuperior" = -35; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 30; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -38; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_backslash" = -57; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -62; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = 32; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -60; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -56; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -59; +"@MMK_R_KO_quotedblright.ss01" = -56; +"@MMK_R_KO_quoteright.ss01" = -54; +"@MMK_R_KO_trademark" = -99; +"@MMK_R_KO_asciicircum" = -79; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -148; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -46; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -23; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 28; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -34; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -75; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = -36; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -32; +"@MMK_R_KO_hyphen" = -76; +"@MMK_R_KO_endash" = -69; +"@MMK_R_KO_underscore" = 20; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -85; +"@MMK_R_KO_bracketright" = -91; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -77; +"@MMK_R_KO_asciicircum" = -19; +}; +Germandbls = { +B = 5; +E = 5; +I = 5; +L = 5; +S = 29; +T = -14; +Z = 7; +a = 17; +foursuperior = -65; +hyphen = 28; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -89; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -38; +"@MMK_R_KO_quoteright.ss01" = -33; +}; +six.dnom = { +question = -103; +question.ss01 = -110; +parenright = -82; +quotedblleft = -128; +quotedblright = -128; +quoteleft = -74; +quoteright = -74; +quotedbl = -101; +quotesingle = -67; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -68; +quotedblright.ss01 = -130; +quoteright.ss01 = -68; +degree = -139; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -62; +}; +less = { +two = 51; +three = 39; +parenright = -43; +less = -21; +S = 40; +}; +Acircumflex = { +six = -54; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -74; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 24; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -74; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -57; +"@MMK_R_KO_eacute" = -57; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -52; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 53; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_pi" = 3; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = 13; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 36; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 21; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_ninesuperior" = 15; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_ellipsis" = -74; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -74; +"@MMK_R_KO_hyphen" = -74; +"@MMK_R_KO_endash" = -74; +"@MMK_R_KO_hyphen.case" = -74; +"@MMK_R_KO_endash.case" = -71; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 12; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 12; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -47; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -54; +"@MMK_R_KO_percent" = 10; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -142; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_J" = -158; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -48; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = -58; +"@MMK_R_KO_I.ss02" = -48; +"@MMK_R_KO_J.ss10" = -212; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_a.ss05" = -47; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -53; +"@MMK_R_KO_i" = -27; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_z" = -29; +"@MMK_R_KO_t_t.liga" = -8; +}; +ellipsis.ss01 = { +Dcroat = -77; +Tbar = -175; +tbar = -77; +twosuperior = -197; +threesuperior = -212; +fivesuperior = -218; +eightsuperior = -220; +question.ss01 = -108; +parenleft = -55; +braceright = -96; +parenleft.case = -69; +quoteleft.ss01 = -68; +quoteright.ss01 = -68; +}; +u = { +l = 0; +idieresis = 2; +s = 0; +germandbls = 0; +logicalnot = -62; +}; +colon.ss01 = { +T = -66; +V = -52; +Y = -66; +zero = 0; +one = -42; +three = -13; +four = -66; +onesuperior = -59; +sevensuperior = -66; +emdash = -66; +parenright = -66; +braceright = -66; +bracketright = -66; +}; +ocircumflexacute = { +sevensuperior = -23; +parenright = -18; +bracketright = -20; +quotedbl = -39; +quotesingle = -39; +}; +egrave = { +T = -149; +}; +Jcircumflex = { +jcircumflex = 61; +parenright = 43; +bracketright = 29; +parenright.case = 50; +bracketright.case = 29; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 20; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 62; +"@MMK_R_KO_imacron" = 88; +"@MMK_R_KO_itilde" = 70; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 20; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = 28; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -6; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -44; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_bracketright.case" = -41; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -46; +"@MMK_R_KO_asciicircum" = -37; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = 26; +"@MMK_R_KO_J" = -126; +"@MMK_R_KO_G.ss07" = 38; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -71; +"@MMK_R_KO_Y" = -95; +"@MMK_R_KO_Z" = -62; +"@MMK_R_KO_I.ss02" = -99; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 35; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = 36; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 38; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = 11; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = 20; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -54; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -52; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -60; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -72; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -72; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_U" = -61; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -72; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_f" = -41; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_v" = -72; +"@MMK_R_KO_w" = -72; +"@MMK_R_KO_y" = -72; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_pi" = -30; +"@MMK_R_KO_zero" = -72; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -48; +"@MMK_R_KO_four" = -72; +"@MMK_R_KO_five" = -52; +"@MMK_R_KO_six" = -70; +"@MMK_R_KO_seven" = -72; +"@MMK_R_KO_eight" = -31; +"@MMK_R_KO_nine" = -50; +"@MMK_R_KO_sixsuperior" = -72; +"@MMK_R_KO_onesuperior" = -72; +"@MMK_R_KO_foursuperior" = -72; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_ninesuperior" = -72; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -72; +"@MMK_R_KO_asterisk" = -72; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_hyphen" = -72; +"@MMK_R_KO_endash" = -72; +"@MMK_R_KO_hyphen.case" = -72; +"@MMK_R_KO_endash.case" = -72; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = -72; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -72; +"@MMK_R_KO_quotedblright" = -72; +"@MMK_R_KO_quoteleft" = -72; +"@MMK_R_KO_quoteright" = -72; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -72; +"@MMK_R_KO_quotesingle" = -67; +}; +udieresis = { +germandbls = 0; +}; +E = { +Hbar = 2; +igrave = 39; +idieresis = 48; +jcircumflex = 28; +germandbls = -44; +idieresis.ss01 = 43; +zero = -19; +two = 7; +six = -20; +seven = 16; +numbersign = -66; +registered = -31; +multiply = -42; +logicalnot = -68; +asciitilde = 0; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -94; +"@MMK_R_KO_Oacute" = -94; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -89; +"@MMK_R_KO_S" = -53; +"@MMK_R_KO_T" = -145; +"@MMK_R_KO_U" = -76; +"@MMK_R_KO_V" = -193; +"@MMK_R_KO_W" = -115; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -156; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = -58; +"@MMK_R_KO_aacute" = -58; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_eacute" = -62; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -65; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_v" = -108; +"@MMK_R_KO_w" = -79; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -63; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = -91; +"@MMK_R_KO_one" = -77; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -55; +"@MMK_R_KO_four" = -177; +"@MMK_R_KO_five" = -63; +"@MMK_R_KO_six" = -84; +"@MMK_R_KO_seven" = -102; +"@MMK_R_KO_eight" = -46; +"@MMK_R_KO_nine" = -60; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_asterisk" = -141; +"@MMK_R_KO_slash" = 66; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 22; +"@MMK_R_KO_colon.ss01" = 22; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = 9; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quotedbl" = -147; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblright.ss01" = -130; +}; +Lcaron = { +A = 11; +B = 0; +M = 0; +N = 0; +K = 0; +C = -80; +O = -82; +G = -81; +Ccaron = -80; +Ocircumflex = -82; +J = 12; +S = -36; +Scaron = -36; +T = -70; +U = -58; +Uacute = -58; +V = -69; +W = -63; +Zcaron = 11; +I.ss02 = 10; +a = -61; +u = -55; +v = -101; +w = -79; +sixsuperior = -93; +onesuperior = -81; +twosuperior = -86; +threesuperior = -88; +foursuperior = -106; +fivesuperior = -96; +sevensuperior = -80; +eightsuperior = -91; +ninesuperior = -87; +period = 0; +comma = 0; +question = -73; +question.ss01 = -89; +hyphen = -188; +hyphen.case = -173; +parenright = -64; +quotedblleft = -79; +quoteleft = -74; +guillemetleft = -70; +guilsinglleft = -70; +quotedbl = -75; +quotesingle = -67; +quotedblleft.ss01 = -90; +quoteleft.ss01 = -68; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -79; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_J" = -95; +"@MMK_R_KO_G.ss07" = 30; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -147; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -72; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -85; +"@MMK_R_KO_I.ss02" = -94; +"@MMK_R_KO_J.ss10" = -69; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 24; +"@MMK_R_KO_w" = 36; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = 29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = 25; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = -107; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 35; +"@MMK_R_KO_slash" = -84; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_underscore" = -94; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_braceright" = -85; +"@MMK_R_KO_bracketright" = -87; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 28; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -64; +"@MMK_R_KO_asciicircum" = -7; +}; +Udieresis.ss01 = { +b = 12; +}; +twosuperior = { +A = -76; +fraction = 0; +period = -72; +comma = -74; +slash = -83; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -10; +parenright = -36; +parenright.case = -33; +}; +period = { +g.ss06 = 16; +ordfeminine = -72; +ordmasculine = -72; +twosuperior = -72; +threesuperior = -72; +fivesuperior = -72; +eightsuperior = -72; +parenleft = -32; +braceright = -70; +parenleft.case = -52; +}; +uhorntilde = { +a = -22; +a.ss05 = -14; +n = 0; +u = 0; +period = -28; +comma = -28; +ellipsis = -58; +question = 43; +period.ss01 = -45; +ellipsis.ss01 = -55; +comma.ss01 = -45; +parenright = -24; +quotedblright = 32; +quotedbl = 37; +}; +nine = { +ordmasculine = -19; +underscore = -43; +braceright = -86; +braceright.case = -57; +bracketright.case = -60; +trademark = -74; +asciicircum = -48; +}; +T = { +Hbar = 2; +Lslash = -32; +Oslash = -40; +Tbar = 9; +aacute = -136; +agrave = -99; +adotbelow = -136; +adotbelow.ss01 = -136; +aogonek = -136; +adieresis = -85; +ahookabove = -119; +ae = -137; +a.ss05 = -136; +aacute.ss05 = -104; +aogonek.ss05 = -136; +adotbelow.ss05 = -136; +cacute = -130; +ccedilla = -136; +eacute = -131; +edotaccent = -113; +eogonek = -136; +edotbelow = -136; +edotbelow.ss01 = -136; +edotaccent.ss01 = -123; +egrave = -85; +ecaron = -64; +ehookabove = -102; +oacute = -130; +ohookabove = -102; +ograve = -85; +ocircumflexhookabove = -85; +ohungarumlaut = -101; +odotbelow = -136; +ohorngrave = -85; +ohornacute = -130; +odotbelow.ss01 = -136; +oslash = -136; +gbreve = -51; +i.ss01 = -5; +idotaccent.ss01 = -5; +iacute = -41; +igrave = 41; +rcaron = 0; +ihookabove = 0; +idotless = -84; +ibreve = 84; +icaron = 73; +idieresis = 54; +racute = -84; +scaron = -33; +scircumflex = -63; +uacute = -127; +uhorndotbelow = -127; +uhorndotbelow.ss01 = -127; +ugrave = -88; +udotbelow = -127; +uogonek = -127; +uhorngrave = -88; +uhornacute = -127; +udotbelow.ss01 = -127; +uhornhookabove = -103; +ygrave = -74; +ycircumflex = -75; +yhookabove = -99; +zcaron = -63; +idieresis.ss01 = 47; +zero = -31; +six = -34; +seven = 17; +zeroinferior = -155; +twoinferior = -156; +numbersign = -83; +endash.case = -136; +parenleft.case = -39; +guilsinglleft = -110; +guilsinglright = -110; +at = -63; +ampersand = -52; +registered = -37; +plus = -117; +minus = -157; +multiply = -49; +divide = -138; +equal = -86; +less = -141; +greaterequal = -93; +plusminus = -120; +approxequal = -104; +logicalnot = -208; +asciitilde = -149; +}; +quotesinglbase.ss01 = { +Dcroat = -68; +T = -68; +Tcaron = -68; +V = -68; +W = -68; +Y = -68; +oslash = -2; +germandbls = -50; +numbersign = -68; +question.ss01 = -68; +parenleft.case = -58; +quoteright.ss01 = -68; +at = -67; +copyright = -68; +published = -68; +euro = -68; +minus = -68; +equal = -68; +approxequal = -68; +}; +Q = { +Dcroat = -6; +two = 26; +seven = -43; +registered = -42; +}; +quoteright = { +Hbar = 49; +a.ss05 = -61; +eacute = -72; +hbar = 58; +igrave = 45; +icircumflex = 69; +idieresis = 93; +imacron = 121; +itilde = 104; +jcircumflex = 68; +scaron = -33; +x = -21; +g.ss06 = -65; +gdotaccent.ss06 = -65; +mu = -38; +questiondown = -74; +questiondown.case = -74; +quotedblbase = -74; +euro = -50; +asciitilde = -68; +}; +minus = { +one = -76; +two = -44; +three = -5; +seven = -74; +one.numr = -58; +seven.numr = -69; +period = -72; +comma = -74; +period.ss01 = -66; +comma.ss01 = -68; +parenright = -117; +parenright.case = -99; +quotedblleft = -120; +quotedblright = -109; +quoteleft = -74; +quoteright = -74; +guillemetright = -21; +quotedbl = -63; +quotesingle = -59; +quotedblleft.ss01 = -92; +quoteleft.ss01 = -68; +quotedblright.ss01 = -90; +quoteright.ss01 = -68; +tenge = -66; +yen = -52; +x = -39; +}; +ldot.ss04 = { +a = 30; +e = 31; +period = -72; +comma = -74; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = -59; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 34; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -30; +"@MMK_R_KO_I.ss02" = -60; +"@MMK_R_KO_J.ss10" = 3; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -34; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_y" = -51; +"@MMK_R_KO_z" = -39; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_five" = 26; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = -51; +"@MMK_R_KO_eight" = 36; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -66; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_foursuperior" = -63; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_ninesuperior" = -68; +"@MMK_R_KO_period" = -63; +"@MMK_R_KO_comma" = -62; +"@MMK_R_KO_ellipsis" = -82; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_asterisk" = -47; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = -39; +"@MMK_R_KO_endash.case" = -63; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -73; +"@MMK_R_KO_parenright.case" = -61; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -62; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -60; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -58; +"@MMK_R_KO_quotesingle" = -58; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -68; +"@MMK_R_KO_degree" = -78; +"@MMK_R_KO_plus" = -14; +"@MMK_R_KO_percent" = -57; +}; +acircumflexacute.ss05 = { +t = -36; +y = -49; +t_i.liga = -36; +t_t.liga = -36; +question = -62; +question.ss01 = -76; +}; +p = { +seven = -78; +registered = -41; +}; +idotaccent = { +T = -27; +idieresis = 22; +parenright = -42; +}; +summation = { +n = -85; +}; +eth = { +a = 18; +d = 18; +aacute = 18; +e = 18; +o = 18; +eth = 17; +odieresis = 18; +f = -23; +f_f.liga = -23; +f_f_i.liga = -23; +fi = -23; +f_y.liga = -23; +fl = -23; +g = 16; +i = 2; +j = 4; +s = 14; +t = -25; +u = 10; +v = -31; +y = -34; +t_i.liga = -25; +t_t.liga = -25; +period = -7; +comma = 0; +period.ss01 = -24; +comma.ss01 = -21; +hyphen = 29; +parenright = -65; +bracketright = -64; +quotedblleft = -50; +quoteleft = -50; +quotedbl = -53; +}; +igrave = { +parenright = -45; +}; +three.numr = { +fraction = 0; +}; +Aring = { +endash.case = -84; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -139; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_backslash" = -44; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -40; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_quoteright.ss01" = -44; +"@MMK_R_KO_trademark" = -86; +"@MMK_R_KO_asciicircum" = -50; +}; +lcommaaccent = { +j = 20; +}; +quoteright.ss01 = { +igrave = 29; +icircumflex = 55; +imacron = 94; +itilde = 77; +jcircumflex = 54; +idieresis.ss01 = 32; +g.ss06 = -67; +gdotaccent.ss01.ss06 = -56; +mu = -39; +questiondown.case = -68; +questiondown.ss01 = -68; +quotedblbase.ss01 = -68; +asciitilde = -50; +}; +backslash = { +p = 24; +g.ss06 = 60; +backslash = -168; +underscore = 52; +quoteright.ss01 = -68; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = 25; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_T" = 65; +"@MMK_R_KO_U" = 36; +"@MMK_R_KO_V" = 58; +"@MMK_R_KO_X" = 39; +"@MMK_R_KO_Y" = 57; +"@MMK_R_KO_Z" = 46; +"@MMK_R_KO_I.ss02" = 65; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_sixsuperior" = 33; +"@MMK_R_KO_onesuperior" = 45; +"@MMK_R_KO_twosuperior" = 43; +"@MMK_R_KO_threesuperior" = 40; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 52; +"@MMK_R_KO_sevensuperior" = 72; +"@MMK_R_KO_eightsuperior" = 48; +"@MMK_R_KO_ninesuperior" = 50; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -65; +"@MMK_R_KO_exclam" = 68; +"@MMK_R_KO_question" = 31; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 9; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = 90; +"@MMK_R_KO_bracketright" = 85; +"@MMK_R_KO_parenright.case" = 90; +"@MMK_R_KO_bracketright.case" = 85; +"@MMK_R_KO_quotedblright" = 50; +"@MMK_R_KO_quoteright" = 52; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = 44; +"@MMK_R_KO_quotesingle" = 46; +"@MMK_R_KO_quotedblright.ss01" = 36; +"@MMK_R_KO_quoteright.ss01" = 36; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 36; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = 42; +"@MMK_R_KO_U" = 47; +"@MMK_R_KO_V" = 57; +"@MMK_R_KO_W" = 68; +"@MMK_R_KO_X" = 42; +"@MMK_R_KO_Y" = 43; +"@MMK_R_KO_Z" = 37; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 22; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 22; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 22; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 21; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 33; +"@MMK_R_KO_onesuperior" = 37; +"@MMK_R_KO_twosuperior" = 34; +"@MMK_R_KO_threesuperior" = 29; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 33; +"@MMK_R_KO_sevensuperior" = 43; +"@MMK_R_KO_eightsuperior" = 35; +"@MMK_R_KO_ninesuperior" = 42; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 41; +"@MMK_R_KO_question" = 34; +"@MMK_R_KO_asterisk" = 48; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = 94; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = 14; +"@MMK_R_KO_braceright" = 7; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 32; +"@MMK_R_KO_quotedblright" = 48; +"@MMK_R_KO_quoteleft" = 33; +"@MMK_R_KO_quoteright" = 49; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 43; +"@MMK_R_KO_quotesingle" = 45; +"@MMK_R_KO_quotedblleft.ss01" = 19; +"@MMK_R_KO_quotedblright.ss01" = 22; +"@MMK_R_KO_quoteright.ss01" = 22; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -39; +}; +parenright.case = { +T = -53; +V = -42; +Y = -49; +Yacute = -49; +period = -24; +comma = -24; +slash = -25; +period.ss01 = -41; +comma.ss01 = -40; +hyphen.case = 25; +emdash.case = 25; +parenleft.case = 19; +parenright.case = -38; +braceright.case = -44; +bracketright.case = -45; +quotedbl = -11; +}; +degree = { +zero = -10; +three = 0; +four = -101; +five = -15; +six = -15; +period = -72; +comma = -74; +slash = -149; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -145; +emdash = -145; +endash = -93; +hyphen.case = -58; +emdash.case = -58; +parenright = -72; +bracketright = -73; +parenright.case = -72; +bracketright.case = -74; +g.ss06 = -48; +}; +H = { +H = 0; +Hbar = 40; +igrave = 33; +ibreve = 57; +idieresis = 55; +jcircumflex = 56; +x = 0; +idieresis.ss01 = 32; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -91; +greaterequal = -72; +lessequal = -76; +Y = -80; +n = -49; +}; +mu = { +mu = -10; +pi = 0; +one = -48; +onesuperior = -63; +twosuperior = -18; +sevensuperior = -79; +period.ss01 = -17; +comma.ss01 = -15; +hyphen = -4; +parenright = -63; +braceright = -74; +bracketright = -78; +quotedblleft = -50; +quotedblright = -38; +quoteleft = -44; +quoteright = -37; +quotedbl = -31; +quotesingle = -28; +trademark = -93; +asciicircum = -62; +}; +questiondown = { +p = 2; +questiondown = 16; +}; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = -49; +Eth = -49; +Lslash = -28; +Tbar = -122; +b = 0; +h = 0; +k = 0; +l = 0; +m = -2; +n = 0; +r = -2; +p = 0; +jcircumflex = 0; +germandbls = -34; +tbar = -44; +gbreve.ss06 = 32; +ordfeminine = -144; +ordmasculine = -145; +zero = -57; +two = 24; +three = -30; +five = -35; +six = -54; +seven = -93; +eight = -21; +nine = -33; +numbersign = -47; +endash.case = -84; +parenleft.case = -47; +quotedblleft.ss01 = -130; +at = -49; +ampersand = -20; +registered = -121; +dollar = -44; +plus = -77; +minus = -85; +multiply = -54; +divide = -85; +equal = -44; +notequal = -98; +less = -61; +approxequal = -78; +logicalnot = -118; +asciitilde = -57; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 30; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_Oacute" = -42; +"@MMK_R_KO_J" = 36; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 13; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 82; +"@MMK_R_KO_itilde" = 65; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -43; +"@MMK_R_KO_uacute" = -43; +"@MMK_R_KO_v" = -60; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -56; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = 27; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = -59; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -67; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = 46; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -77; +"@MMK_R_KO_endash" = -89; +"@MMK_R_KO_underscore" = 16; +"@MMK_R_KO_hyphen.case" = -97; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -82; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 19; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 18; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 17; +"@MMK_R_KO_three" = 13; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 11; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = 22; +"@MMK_R_KO_nine" = 15; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = 7; +}; +ohornacute = { +c = 20; +i = 3; +idotaccent = 3; +i.ss01 = 3; +idotaccent.ss01 = 3; +m = 0; +n = 2; +p = 3; +t = -14; +u = 11; +t_i.liga = -14; +t_i.liga.ss01 = -14; +t_t.liga = -14; +parenright = -52; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -88; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -96; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -145; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -76; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = -98; +"@MMK_R_KO_I.ss02" = -98; +"@MMK_R_KO_J.ss10" = -101; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 19; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -9; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -28; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = -108; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 35; +"@MMK_R_KO_slash" = -86; +"@MMK_R_KO_backslash" = -20; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = -88; +"@MMK_R_KO_endash" = -82; +"@MMK_R_KO_underscore" = -90; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -85; +"@MMK_R_KO_braceright" = -87; +"@MMK_R_KO_bracketright" = -91; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 28; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -64; +"@MMK_R_KO_asciicircum" = -7; +}; +Ycircumflex = { +a.ss05 = -87; +}; +Ograve = { +Lslash = 23; +}; +Hbar = { +Hbar = 101; +Idieresis.ss01 = 41; +exclam.ss01 = 57; +}; +Y = { +Eth = -52; +Lslash = -32; +Oslash = -37; +aacute = -95; +a.ss05 = -87; +aacute.ss05 = -83; +aogonek.ss05 = -86; +eth = -49; +ccedilla = -94; +eacute = -95; +edotbelow = -96; +edotbelow.ss01 = -96; +egrave = -70; +ecircumflexacute = -77; +oacute = -94; +odotbelow = -94; +odotbelow.ss01 = -94; +oslash = -94; +iacute = -27; +ntilde = -63; +ncaron = -61; +igrave = 42; +idieresis = 58; +scaron = -22; +zcaron = -45; +idieresis.ss01 = 53; +zero = -29; +two = -9; +three = -8; +six = -32; +seven = 33; +eight = -9; +nine = -8; +twoinferior = -121; +numbersign = -48; +ellipsis.ss01 = -185; +endash.case = -72; +parenleft.case = -28; +at = -54; +ampersand = -47; +registered = -24; +plus = -79; +minus = -90; +multiply = -44; +equal = -37; +notequal = -101; +less = -64; +lessequal = -129; +logicalnot = -132; +asciitilde = -84; +}; +acircumflexacute = { +sevensuperior = -7; +parenright = 0; +}; +odieresis.ss01 = { +germandbls = -25; +}; +foursuperior = { +A = -93; +period = -72; +comma = -74; +slash = -99; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -47; +}; +eight = { +icircumflex = 59; +braceright = -47; +bracketright.case = -41; +trademark = -53; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 22; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 15; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -44; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -151; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = -124; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 31; +"@MMK_R_KO_W" = 36; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -108; +"@MMK_R_KO_a" = -67; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_eacute" = -62; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = -61; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -48; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -45; +"@MMK_R_KO_l.ss04" = 48; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_pi" = -24; +"@MMK_R_KO_zero" = -20; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = 43; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_ellipsis" = -185; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 30; +"@MMK_R_KO_slash" = -160; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -38; +"@MMK_R_KO_hyphen" = -81; +"@MMK_R_KO_endash" = -74; +"@MMK_R_KO_hyphen.case" = -58; +"@MMK_R_KO_endash.case" = -46; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 15; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteleft" = 15; +"@MMK_R_KO_quoteright" = 25; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 31; +"@MMK_R_KO_quotesingle" = 31; +"@MMK_R_KO_quotedblleft.ss01" = 17; +"@MMK_R_KO_quotedblright.ss01" = 19; +"@MMK_R_KO_plus" = -50; +"@MMK_R_KO_percent" = 6; +}; +w = { +ampersand = -22; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -74; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 13; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -74; +"@MMK_R_KO_a" = -71; +"@MMK_R_KO_aacute" = -71; +"@MMK_R_KO_a.ss05" = -47; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -71; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -38; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -27; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 27; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 18; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_sevensuperior" = 21; +"@MMK_R_KO_ninesuperior" = 17; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_ellipsis" = -74; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = 23; +"@MMK_R_KO_slash" = -74; +"@MMK_R_KO_hyphen" = -74; +"@MMK_R_KO_endash" = -74; +"@MMK_R_KO_hyphen.case" = -74; +"@MMK_R_KO_endash.case" = -74; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_quotedblleft" = 13; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 13; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_plus" = -69; +}; +jacute = { +hbar = 22; +idieresis = 22; +iogonek = 25; +j = 22; +j.ss01 = 22; +jcircumflex = 24; +seven = 43; +comma = 5; +slash = 24; +parenright = 17; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -37; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 39; +"@MMK_R_KO_W" = 41; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 45; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -46; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -40; +"@MMK_R_KO_u" = -42; +"@MMK_R_KO_uacute" = -41; +"@MMK_R_KO_v" = -97; +"@MMK_R_KO_w" = -77; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -89; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -40; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -91; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -62; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -96; +"@MMK_R_KO_endash" = -96; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -96; +"@MMK_R_KO_parenleft" = -29; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -71; +}; +gcaron.ss06 = { +gcaron.ss06 = 34; +}; +Ntilde = { +A = 2; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -82; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -21; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = 35; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 34; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 52; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 51; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 70; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 32; +"@MMK_R_KO_colon.ss01" = 32; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = -18; +"@MMK_R_KO_underscore" = 57; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -74; +"@MMK_R_KO_asciicircum" = -51; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 29; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 26; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 58; +"@MMK_R_KO_imacron" = 70; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -31; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -29; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_bracketright.case" = -42; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -9; +}; +guillemetleft = { +Dcroat = 0; +T = -133; +mu = 0; +twosuperior = -15; +braceright = -69; +minus = -4; +logicalnot = -57; +asciitilde = -2; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -150; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -89; +"@MMK_R_KO_W" = -60; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -113; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 23; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -37; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -68; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_backslash" = -74; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -90; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -6; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_braceright" = -83; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_quotedblleft" = -78; +"@MMK_R_KO_quotedblright" = -81; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -54; +"@MMK_R_KO_quotesingle" = -49; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -85; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -92; +"@MMK_R_KO_asciicircum" = -69; +}; +icircumflex = { +two = 73; +exclam.ss01 = 54; +parenright = -3; +}; +ihookabove = { +n = 2; +}; +guilsinglleft = { +twosuperior = -15; +braceright = -70; +logicalnot = -57; +asciitilde = -2; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -141; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -157; +"@MMK_R_KO_V" = -82; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = -96; +"@MMK_R_KO_Y" = -121; +"@MMK_R_KO_Z" = -98; +"@MMK_R_KO_I.ss02" = -115; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_t_t.liga" = -6; +}; +Uhornacute = { +exclam.ss01 = 68; +}; +ocircumflexhookabove = { +parenright = -38; +bracketright = -40; +quotedblright = -46; +quotedbl = -48; +quotesingle = -43; +quotedblright.ss01 = -56; +}; +plusminus = { +one = -63; +parenright = -25; +}; +question = { +exclam = 6; +questiondown = -106; +questiondown.case = -45; +bracketright.case = -63; +}; +ordmasculine = { +period = -72; +comma = -74; +slash = -116; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -82; +parenright = -63; +parenright.case = -63; +}; +slash = { +Hbar = 39; +Oslash = -28; +hbar = 58; +ntilde = -44; +ncommaaccent = -48; +igrave = 62; +ibreve = 89; +icircumflex = 59; +idieresis = 69; +imacron = 94; +itilde = 80; +jcircumflex = 58; +rcommaaccent = -48; +scaron = -23; +scircumflex = -32; +x = -30; +idieresis.ss01 = 68; +g.ss06 = -61; +gcommaaccent.ss06 = -61; +gdotaccent.ss06 = -60; +gdotaccent.ss01.ss06 = -60; +mu = -51; +oneinferior = -82; +fourinferior = -138; +eightinferior = -90; +backslash = 54; +ellipsis.ss01 = -179; +underscore = -160; +parenleft = -25; +quotesinglbase = -74; +quotedblbase = -128; +quotedblbase.ss01 = -130; +literSign = -48; +cent = -40; +euro = -50; +sterling = -36; +minus = -61; +asciicircum = -56; +infinity = -41; +integral = -68; +radical = -72; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 41; +"@MMK_R_KO_O" = 34; +"@MMK_R_KO_Oacute" = 37; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 48; +"@MMK_R_KO_S" = 65; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 53; +"@MMK_R_KO_W" = 45; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 35; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 28; +"@MMK_R_KO_n" = 18; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_l.ss03" = 40; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_sixsuperior" = 57; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = 18; +"@MMK_R_KO_fivesuperior" = 37; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 32; +"@MMK_R_KO_ninesuperior" = 45; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 60; +"@MMK_R_KO_question" = 71; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 36; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblright" = 59; +"@MMK_R_KO_quoteright" = 61; +"@MMK_R_KO_quotedbl" = 45; +"@MMK_R_KO_quotesingle" = 58; +"@MMK_R_KO_quotedblright.ss01" = 22; +"@MMK_R_KO_quoteright.ss01" = 21; +}; +M = { +Hbar = 40; +hbar = 36; +igrave = 33; +ibreve = 57; +icaron = 52; +idieresis = 55; +idieresis.ss01 = 32; +}; +i = { +hbar = 22; +ntilde = 2; +idieresis = 22; +j = 5; +jcircumflex = 23; +s = 2; +germandbls = 0; +slash = 0; +parenright = -42; +braceright = -45; +bracketright = -47; +logicalnot = -61; +}; +macute = { +quotesingle = -51; +}; +greaterequal = { +one = -108; +three = -85; +seven = -120; +parenright = -94; +T = -201; +}; +eogonek = { +parenright = -58; +}; +fiveinferior = { +T = -155; +W = -70; +parenright = -67; +}; +tcedilla = { +comma = 44; +parenright = 31; +bracketright = 10; +}; +eightsuperior = { +A = -92; +fraction = 0; +period = -72; +comma = -74; +slash = -99; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -43; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -130; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -130; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -130; +"@MMK_R_KO_a" = -74; +"@MMK_R_KO_aacute" = -71; +"@MMK_R_KO_a.ss05" = -49; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_eacute" = -72; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -58; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -44; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -42; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -32; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 5; +"@MMK_R_KO_four" = -116; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -14; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_asterisk" = 32; +"@MMK_R_KO_slash" = -130; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -38; +"@MMK_R_KO_hyphen" = -130; +"@MMK_R_KO_endash" = -130; +"@MMK_R_KO_hyphen.case" = -101; +"@MMK_R_KO_endash.case" = -73; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -55; +"@MMK_R_KO_percent" = 15; +}; +ordfeminine = { +period = -72; +comma = -74; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -76; +parenright = -33; +}; +Edotaccent = { +scaron = -19; +}; +Oslash = { +Eth = 18; +T = -16; +Tcaron = -16; +V = -14; +Y = -16; +l.ss04 = 28; +sevensuperior = -10; +parenright = -9; +bracketright = -26; +parenright.case = 0; +bracketright.case = -15; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -137; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_Oacute" = -40; +"@MMK_R_KO_J" = -123; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 47; +"@MMK_R_KO_X" = 20; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -141; +"@MMK_R_KO_a" = -136; +"@MMK_R_KO_aacute" = -73; +"@MMK_R_KO_a.ss05" = -55; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -136; +"@MMK_R_KO_eacute" = -71; +"@MMK_R_KO_f" = -52; +"@MMK_R_KO_g" = -135; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -140; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_lslash" = -24; +"@MMK_R_KO_s" = -140; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -128; +"@MMK_R_KO_uacute" = -72; +"@MMK_R_KO_v" = -145; +"@MMK_R_KO_w" = -144; +"@MMK_R_KO_x" = -145; +"@MMK_R_KO_y" = -142; +"@MMK_R_KO_z" = -146; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = -135; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = -137; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -74; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_colon" = -72; +"@MMK_R_KO_semicolon" = -74; +"@MMK_R_KO_ellipsis" = -176; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -140; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -66; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -136; +"@MMK_R_KO_endash" = -136; +"@MMK_R_KO_underscore" = -130; +"@MMK_R_KO_hyphen.case" = -136; +"@MMK_R_KO_parenleft" = -45; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -133; +"@MMK_R_KO_guillemetright" = -133; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -5; +"@MMK_R_KO_asciicircum" = -68; +}; +seven.numr = { +fraction = -47; +}; +at = { +underscore = -63; +parenright = -105; +bracketright = -85; +parenright.case = -63; +bracketright.case = -68; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -154; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -87; +"@MMK_R_KO_W" = -62; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -123; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -75; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -70; +"@MMK_R_KO_asterisk" = -49; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = -78; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -88; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_underscore" = 16; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -66; +"@MMK_R_KO_bracketright" = -72; +"@MMK_R_KO_quotedblleft" = -80; +"@MMK_R_KO_quotedblright" = -83; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -58; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -84; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -98; +"@MMK_R_KO_asciicircum" = -81; +}; +F = { +Hbar = 0; +adieresis.ss05 = -30; +i.ss01 = 0; +iacute = -29; +igrave = 39; +idieresis = 52; +zcaron = -65; +idieresis.ss01 = 40; +three = -9; +seven = 21; +twoinferior = -34; +threeinferior = -36; +fourinferior = -98; +fiveinferior = -38; +sixinferior = -46; +eightinferior = -36; +numbersign = -65; +ellipsis.ss01 = -229; +ampersand = -42; +multiply = -40; +}; +nineinferior = { +parenright = -75; +}; +parenright = { +icircumflex = 29; +parenleft = 19; +braceright = -49; +asciicircum = -47; +}; +fivesuperior = { +A = -87; +fraction = 6; +period = -72; +comma = -74; +slash = -98; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -44; +guillemetleft = -3; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -25; +"@MMK_R_KO_O" = -98; +"@MMK_R_KO_Oacute" = -96; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -93; +"@MMK_R_KO_S" = -61; +"@MMK_R_KO_T" = -175; +"@MMK_R_KO_U" = -80; +"@MMK_R_KO_V" = -202; +"@MMK_R_KO_W" = -125; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -182; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -66; +"@MMK_R_KO_aacute" = -66; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = -24; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = -60; +"@MMK_R_KO_g" = -37; +"@MMK_R_KO_i" = -24; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -72; +"@MMK_R_KO_u" = -62; +"@MMK_R_KO_uacute" = -62; +"@MMK_R_KO_v" = -112; +"@MMK_R_KO_w" = -86; +"@MMK_R_KO_y" = -107; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -24; +"@MMK_R_KO_t_t.liga" = -72; +"@MMK_R_KO_pi" = -51; +"@MMK_R_KO_zero" = -95; +"@MMK_R_KO_one" = -88; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -64; +"@MMK_R_KO_four" = -188; +"@MMK_R_KO_five" = -70; +"@MMK_R_KO_six" = -88; +"@MMK_R_KO_seven" = -115; +"@MMK_R_KO_eight" = -55; +"@MMK_R_KO_nine" = -68; +"@MMK_R_KO_sixsuperior" = -226; +"@MMK_R_KO_onesuperior" = -110; +"@MMK_R_KO_foursuperior" = -207; +"@MMK_R_KO_sevensuperior" = -185; +"@MMK_R_KO_ninesuperior" = -226; +"@MMK_R_KO_asterisk" = -141; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -207; +"@MMK_R_KO_endash" = -229; +"@MMK_R_KO_hyphen.case" = -229; +"@MMK_R_KO_endash.case" = -229; +"@MMK_R_KO_parenright" = -77; +"@MMK_R_KO_bracketright" = -98; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -147; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -130; +"@MMK_R_KO_quotedblright.ss01" = -130; +}; +lcaron = { +l = 66; +ncaron = 21; +lcaron = 66; +scaron = 10; +exclam.ss01 = 122; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = -92; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -111; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_I.ss02" = -73; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 25; +"@MMK_R_KO_aacute" = 25; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 26; +"@MMK_R_KO_eacute" = 26; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_u" = 19; +"@MMK_R_KO_uacute" = 19; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = 15; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -73; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_slash" = -50; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = 35; +"@MMK_R_KO_endash" = 40; +"@MMK_R_KO_hyphen.case" = 40; +"@MMK_R_KO_parenright" = -94; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_parenright.case" = -78; +"@MMK_R_KO_bracketright.case" = -84; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -20; +}; +z = { +logicalnot = -75; +}; +Eogonek = { +comma = 19; +parenright = 0; +}; +G = { +Eth = 0; +Hbar = 2; +Lslash = 25; +Oslash = 0; +hbar = 0; +idieresis = 0; +jcircumflex = 24; +eight = 16; +braceright.case = -62; +}; +eightinferior = { +parenright = -65; +}; +comma = { +twosuperior = -74; +threesuperior = -74; +fivesuperior = -74; +eightsuperior = -74; +}; +pi = { +pi = 14; +onesuperior = -43; +sevensuperior = -69; +period = 12; +comma = 12; +colon = 22; +slash = 31; +hyphen = -26; +parenright = -55; +braceright = -68; +bracketright = -73; +quoteright = -2; +quotesingle = 0; +trademark = -69; +}; +iacute = { +a = 0; +c = 2; +ntilde = 2; +m = 2; +n = 2; +p = 3; +s = 2; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 68; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 31; +"@MMK_R_KO_n" = 21; +"@MMK_R_KO_j" = 31; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss04" = 72; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_sixsuperior" = 111; +"@MMK_R_KO_onesuperior" = 109; +"@MMK_R_KO_twosuperior" = 100; +"@MMK_R_KO_threesuperior" = 97; +"@MMK_R_KO_foursuperior" = 59; +"@MMK_R_KO_fivesuperior" = 112; +"@MMK_R_KO_sevensuperior" = 119; +"@MMK_R_KO_eightsuperior" = 122; +"@MMK_R_KO_ninesuperior" = 129; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 55; +"@MMK_R_KO_semicolon" = 55; +"@MMK_R_KO_exclam" = 124; +"@MMK_R_KO_question" = 132; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 85; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 89; +"@MMK_R_KO_bracketright" = 10; +"@MMK_R_KO_quotedblleft" = 124; +"@MMK_R_KO_quoteleft" = 124; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_quotedbl" = 138; +"@MMK_R_KO_quotesingle" = 138; +"@MMK_R_KO_quotedblleft.ss01" = 110; +}; +Dcroat = { +Dcroat = 32; +Itilde = 14; +}; +jcircumflex = { +E = 55; +U = 66; +k = 23; +l = 21; +i = 22; +j = 22; +jcircumflex = 58; +two = 73; +bracketright = -3; +quotedblleft = 81; +quotedblright = 89; +quoteleft = 81; +quoteright = 90; +quotedbl = 71; +quotesingle = 71; +quotedblright.ss01 = 39; +quoteright.ss01 = 39; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -46; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -54; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -53; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -60; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -70; +}; +gbreve.ss06 = { +gbreve.ss06 = 34; +}; +R = { +Hbar = 52; +Oslash = 0; +hbar = 47; +idieresis = 48; +jcircumflex = 63; +idieresis.ss01 = 36; +two = 24; +three = 21; +eight = 21; +nine = 21; +greater = 30; +logicalnot = -68; +}; +idieresis.ss01 = { +Idieresis.ss01 = 34; +exclam.ss01 = 44; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -87; +question.ss01 = -105; +parenright = -78; +quotedblleft = -105; +quotedblright = -105; +quoteleft = -74; +quoteright = -74; +quotedbl = -82; +quotesingle = -67; +quotedblleft.ss01 = -105; +quoteleft.ss01 = -68; +quotedblright.ss01 = -105; +quoteright.ss01 = -68; +degree = -105; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -137; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_Oacute" = -40; +"@MMK_R_KO_J" = -123; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 47; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -141; +"@MMK_R_KO_a" = -136; +"@MMK_R_KO_aacute" = -81; +"@MMK_R_KO_a.ss05" = -136; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -136; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -127; +"@MMK_R_KO_uacute" = -62; +"@MMK_R_KO_v" = -145; +"@MMK_R_KO_four" = -137; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -74; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_colon" = -72; +"@MMK_R_KO_semicolon" = -74; +"@MMK_R_KO_ellipsis" = -176; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -128; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -136; +"@MMK_R_KO_endash" = -136; +"@MMK_R_KO_hyphen.case" = -136; +"@MMK_R_KO_parenleft" = -45; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -110; +"@MMK_R_KO_guillemetright" = -110; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 68; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -118; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -136; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -95; +"@MMK_R_KO_W" = -69; +"@MMK_R_KO_X" = -62; +"@MMK_R_KO_Y" = -149; +"@MMK_R_KO_Z" = -57; +"@MMK_R_KO_I.ss02" = -96; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 30; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 31; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = 30; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = -62; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -72; +"@MMK_R_KO_two" = -37; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -117; +"@MMK_R_KO_eight" = 33; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_sixsuperior" = -79; +"@MMK_R_KO_onesuperior" = -73; +"@MMK_R_KO_foursuperior" = -130; +"@MMK_R_KO_sevensuperior" = -80; +"@MMK_R_KO_ninesuperior" = -74; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_question" = -95; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -66; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -93; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -147; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -130; +"@MMK_R_KO_quotedblright.ss01" = -130; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -79; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -95; +"@MMK_R_KO_G.ss07" = 30; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -144; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -71; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = -85; +"@MMK_R_KO_I.ss02" = -93; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 24; +"@MMK_R_KO_w" = 36; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = 31; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = 25; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 25; +"@MMK_R_KO_ellipsis" = -107; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 35; +"@MMK_R_KO_slash" = -84; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = -90; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -80; +"@MMK_R_KO_bracketright" = -87; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 29; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -64; +"@MMK_R_KO_asciicircum" = -7; +}; +Tcedilla = { +aacute = -136; +acircumflex.ss05 = -58; +amacron.ss05 = -40; +abreve.ss05 = -37; +endash.case = -136; +}; +Yacute = { +Eth = -52; +Oslash = -37; +a.ss05 = -87; +ellipsis.ss01 = -185; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = 25; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -76; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -25; +"@MMK_R_KO_I.ss02" = -39; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 28; +"@MMK_R_KO_aacute" = 28; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 28; +"@MMK_R_KO_eacute" = 28; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_u" = 18; +"@MMK_R_KO_uacute" = 18; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -28; +"@MMK_R_KO_comma" = -28; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -69; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -55; +"@MMK_R_KO_comma.ss01" = -47; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = 33; +"@MMK_R_KO_hyphen.case" = 32; +"@MMK_R_KO_parenleft" = 27; +"@MMK_R_KO_parenright" = -94; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_parenright.case" = -56; +"@MMK_R_KO_bracketright.case" = -58; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 28; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -24; +}; +greater = { +parenright = -98; +bracketright = -82; +parenright.case = -79; +bracketright.case = -83; +greater = -21; +}; +ecircumflexacute = { +onesuperior = -40; +sevensuperior = -19; +parenright = -15; +bracketright = -19; +quotedbl = -35; +quotesingle = -35; +}; +Uhorn = { +exclam.ss01 = 68; +}; +Rcommaaccent = { +parenright = -40; +}; +question.ss01 = { +questiondown.case = -45; +questiondown.ss01 = -107; +}; +onesuperior = { +A = -89; +fraction = 2; +period = -72; +comma = -74; +slash = -96; +period.ss01 = -66; +comma.ss01 = -68; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -83; +"@MMK_R_KO_Oacute" = -83; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -78; +"@MMK_R_KO_S" = -74; +"@MMK_R_KO_T" = -165; +"@MMK_R_KO_U" = -80; +"@MMK_R_KO_V" = -161; +"@MMK_R_KO_W" = -132; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -175; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -75; +"@MMK_R_KO_a" = -71; +"@MMK_R_KO_a.ss05" = -50; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -72; +"@MMK_R_KO_f" = -48; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 99; +"@MMK_R_KO_s" = -56; +"@MMK_R_KO_t" = -72; +"@MMK_R_KO_u" = -72; +"@MMK_R_KO_uacute" = -72; +"@MMK_R_KO_v" = -83; +"@MMK_R_KO_w" = -82; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = -14; +"@MMK_R_KO_t_t.liga" = -71; +"@MMK_R_KO_zero" = -83; +"@MMK_R_KO_one" = -85; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -75; +"@MMK_R_KO_four" = -88; +"@MMK_R_KO_five" = -78; +"@MMK_R_KO_six" = -82; +"@MMK_R_KO_seven" = -95; +"@MMK_R_KO_eight" = -70; +"@MMK_R_KO_nine" = -77; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = -110; +"@MMK_R_KO_quotesingle" = -67; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -122; +"@MMK_R_KO_G.ss07" = 31; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = -36; +"@MMK_R_KO_I.ss02" = -28; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 28; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 72; +"@MMK_R_KO_imacron" = 87; +"@MMK_R_KO_itilde" = 84; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 28; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 30; +"@MMK_R_KO_w" = 36; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 28; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_sixsuperior" = 16; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 18; +"@MMK_R_KO_foursuperior" = 29; +"@MMK_R_KO_fivesuperior" = 13; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = 21; +"@MMK_R_KO_ninesuperior" = 10; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -233; +"@MMK_R_KO_exclam" = 21; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = 29; +"@MMK_R_KO_slash" = -86; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = -222; +"@MMK_R_KO_hyphen.case" = 28; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -63; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_bracketright.case" = -67; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 25; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -17; +}; +t_i.liga = { +hbar = 22; +idieresis = 22; +jcircumflex = 23; +lcommaaccent = 3; +germandbls = 0; +logicalnot = -61; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -154; +"@MMK_R_KO_U" = -28; +"@MMK_R_KO_V" = -104; +"@MMK_R_KO_W" = -77; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -146; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = -64; +"@MMK_R_KO_onesuperior" = -84; +"@MMK_R_KO_twosuperior" = -36; +"@MMK_R_KO_threesuperior" = -51; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_fivesuperior" = -57; +"@MMK_R_KO_sevensuperior" = -91; +"@MMK_R_KO_eightsuperior" = -49; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -76; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_slash" = 34; +"@MMK_R_KO_backslash" = -91; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -95; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = 10; +"@MMK_R_KO_parenleft" = -14; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -80; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_quotedblleft" = -91; +"@MMK_R_KO_quotedblright" = -92; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -69; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -93; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -110; +"@MMK_R_KO_asciicircum" = -99; +}; +adieresis.ss05 = { +germandbls = -25; +}; +a = { +l = 1; +idieresis = 3; +jcircumflex = 4; +s = 2; +germandbls = 0; +notequal = -64; +logicalnot = -62; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -155; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_J" = -125; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 41; +"@MMK_R_KO_W" = 45; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -134; +"@MMK_R_KO_a" = -87; +"@MMK_R_KO_aacute" = -81; +"@MMK_R_KO_a.ss05" = -80; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -87; +"@MMK_R_KO_eacute" = -69; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -84; +"@MMK_R_KO_n" = -63; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -76; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -60; +"@MMK_R_KO_uacute" = -55; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -63; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_pi" = -40; +"@MMK_R_KO_zero" = -21; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -104; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -24; +"@MMK_R_KO_seven" = 42; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_foursuperior" = -44; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_ninesuperior" = 19; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_ellipsis" = -203; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 26; +"@MMK_R_KO_slash" = -163; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -56; +"@MMK_R_KO_hyphen" = -101; +"@MMK_R_KO_endash" = -93; +"@MMK_R_KO_hyphen.case" = -79; +"@MMK_R_KO_endash.case" = -69; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 15; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 15; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = 10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -2; +"@MMK_R_KO_plus" = -75; +"@MMK_R_KO_percent" = 4; +}; +icaron = { +icaron = 23; +j = 22; +parenright = 38; +quotedbl = 73; +quotesingle = 73; +}; +braceleft.case = { +braceright.case = 13; +at = -56; +minus = -103; +logicalnot = -144; +asciicircum = -91; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -33; +"@MMK_R_KO_asciicircum" = -45; +}; +uhorndotbelow = { +a = -22; +a.ss05 = -14; +c = -23; +n = 0; +period = -28; +comma = -28; +ellipsis = -58; +question = 43; +parenright = -24; +quotedblright = 32; +quotedbl = 37; +}; +g.ss06 = { +oslash = 0; +iogonek = 42; +jcircumflex = 24; +gcircumflex.ss06 = 34; +notequal = -74; +logicalnot = -74; +}; +yacute = { +T = -80; +eth = -6; +parenright = -76; +}; +Imacron = { +Imacron = 44; +imacron = 84; +parenright.case = 44; +}; +exclamdown.ss01 = { +T = -91; +V = -55; +Y = -69; +j.ss01 = 83; +}; +oacute = { +seven = -75; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -34; +"@MMK_R_KO_O" = -104; +"@MMK_R_KO_Oacute" = -103; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = -99; +"@MMK_R_KO_S" = -71; +"@MMK_R_KO_T" = -177; +"@MMK_R_KO_U" = -86; +"@MMK_R_KO_V" = -215; +"@MMK_R_KO_W" = -137; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -184; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -71; +"@MMK_R_KO_a" = -73; +"@MMK_R_KO_aacute" = -73; +"@MMK_R_KO_a.ss05" = -49; +"@MMK_R_KO_l" = -33; +"@MMK_R_KO_e" = -76; +"@MMK_R_KO_eacute" = -75; +"@MMK_R_KO_f" = -64; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_i" = -33; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = -29; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = -78; +"@MMK_R_KO_u" = -69; +"@MMK_R_KO_uacute" = -69; +"@MMK_R_KO_v" = -125; +"@MMK_R_KO_w" = -92; +"@MMK_R_KO_y" = -108; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -33; +"@MMK_R_KO_t_t.liga" = -77; +"@MMK_R_KO_pi" = -57; +"@MMK_R_KO_zero" = -101; +"@MMK_R_KO_one" = -92; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -72; +"@MMK_R_KO_four" = -217; +"@MMK_R_KO_five" = -77; +"@MMK_R_KO_six" = -94; +"@MMK_R_KO_seven" = -118; +"@MMK_R_KO_eight" = -67; +"@MMK_R_KO_nine" = -75; +"@MMK_R_KO_sixsuperior" = -226; +"@MMK_R_KO_onesuperior" = -110; +"@MMK_R_KO_foursuperior" = -207; +"@MMK_R_KO_sevensuperior" = -185; +"@MMK_R_KO_ninesuperior" = -226; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_question" = -96; +"@MMK_R_KO_asterisk" = -141; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_hyphen" = -233; +"@MMK_R_KO_endash" = -233; +"@MMK_R_KO_hyphen.case" = -233; +"@MMK_R_KO_endash.case" = -233; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -100; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -80; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = -147; +"@MMK_R_KO_quotesingle" = -67; +}; +yen = { +zero = -36; +one = -14; +two = -14; +three = -12; +four = -40; +six = -38; +foursuperior = -56; +period = -71; +comma = -70; +colon = -53; +semicolon = -51; +slash = -73; +period.ss01 = -66; +comma.ss01 = -68; +colon.ss01 = -65; +semicolon.ss01 = -67; +}; +idotaccent.ss01 = { +parenright = -12; +}; +ldot.ss01.ss04 = { +period.ss01 = -65; +comma.ss01 = -66; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 34; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -58; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = -53; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -139; +"@MMK_R_KO_U" = -43; +"@MMK_R_KO_V" = -170; +"@MMK_R_KO_W" = -103; +"@MMK_R_KO_X" = 32; +"@MMK_R_KO_Y" = -148; +"@MMK_R_KO_Z" = 35; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -52; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -102; +"@MMK_R_KO_w" = -65; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = -72; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = -6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 32; +"@MMK_R_KO_t_t.liga" = -51; +"@MMK_R_KO_one" = -67; +"@MMK_R_KO_four" = -30; +"@MMK_R_KO_sixsuperior" = -130; +"@MMK_R_KO_onesuperior" = -110; +"@MMK_R_KO_twosuperior" = -86; +"@MMK_R_KO_threesuperior" = -109; +"@MMK_R_KO_foursuperior" = -104; +"@MMK_R_KO_fivesuperior" = -116; +"@MMK_R_KO_sevensuperior" = -145; +"@MMK_R_KO_eightsuperior" = -110; +"@MMK_R_KO_ninesuperior" = -115; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -84; +"@MMK_R_KO_asterisk" = -124; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_backslash" = -160; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -100; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -57; +"@MMK_R_KO_underscore" = 30; +"@MMK_R_KO_hyphen.case" = -76; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -88; +"@MMK_R_KO_bracketright" = -88; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -51; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -138; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -130; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -194; +"@MMK_R_KO_asciicircum" = -169; +}; +agrave.ss05 = { +T = -146; +Y = -138; +}; +B = { +Hbar = 44; +Lslash = 7; +hbar = 43; +idieresis = 49; +jcircumflex = 62; +idieresis.ss01 = 30; +two = 17; +three = 15; +five = 14; +eight = 24; +nine = 16; +ampersand = 22; +greater = 35; +}; +Tcaron = { +endash.case = -136; +}; +oslash = { +d = 19; +k = 6; +l = 3; +e = 20; +eth = 19; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 18; +m = 2; +n = 3; +r = 2; +j = 5; +s = 20; +t = 0; +v = 0; +y = 0; +l.ss03 = 10; +t_i.liga = 0; +t_t.liga = 0; +period = -11; +comma = -3; +slash = -13; +period.ss01 = -30; +comma.ss01 = -25; +hyphen = 31; +parenright = -57; +bracketright = -75; +}; +guilsinglright = { +x = -35; +threesuperior = -28; +fivesuperior = -35; +eightsuperior = -24; +colon = -46; +semicolon = -46; +questiondown = -35; +question.ss01 = -72; +questiondown.ss01 = -35; +braceright = -75; +braceright.case = -65; +bracketright.case = -68; +quotesinglbase = -43; +quotedblbase = -50; +quotedblbase.ss01 = -50; +quoteright.ss01 = -65; +}; +adieresis = { +germandbls = 0; +}; +liraTurkish = { +one = -70; +two = -25; +seven = -85; +sixsuperior = -69; +onesuperior = -69; +threesuperior = -58; +foursuperior = -87; +fivesuperior = -58; +sevensuperior = -80; +eightsuperior = -52; +ninesuperior = -58; +period = -50; +comma = -43; +colon = -49; +semicolon = -49; +question = -69; +slash = -45; +period.ss01 = -66; +comma.ss01 = -62; +colon.ss01 = -61; +question.ss01 = -87; +parenright = -106; +parenright.case = -84; +quotedbl = -83; +quotesingle = -67; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -83; +"@MMK_R_KO_Oacute" = -83; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = -77; +"@MMK_R_KO_S" = -37; +"@MMK_R_KO_T" = -135; +"@MMK_R_KO_U" = -58; +"@MMK_R_KO_V" = -183; +"@MMK_R_KO_W" = -109; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -142; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -63; +"@MMK_R_KO_aacute" = -63; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_eacute" = -66; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_lslash" = -35; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_u" = -57; +"@MMK_R_KO_uacute" = -53; +"@MMK_R_KO_y" = -92; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_four" = -128; +"@MMK_R_KO_sixsuperior" = -138; +"@MMK_R_KO_onesuperior" = -110; +"@MMK_R_KO_twosuperior" = -116; +"@MMK_R_KO_threesuperior" = -113; +"@MMK_R_KO_foursuperior" = -111; +"@MMK_R_KO_fivesuperior" = -124; +"@MMK_R_KO_sevensuperior" = -185; +"@MMK_R_KO_eightsuperior" = -116; +"@MMK_R_KO_ninesuperior" = -129; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -83; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -102; +"@MMK_R_KO_hyphen" = -129; +"@MMK_R_KO_hyphen.case" = -104; +"@MMK_R_KO_parenleft" = -37; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -90; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -141; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -130; +"@MMK_R_KO_quoteright.ss01" = -68; +}; +quotedblbase = { +Dcroat = -63; +Iogonek = 61; +Lslash = -47; +Oslash = -27; +oslash = 0; +p = 0; +iogonek = 69; +jcircumflex = 59; +germandbls = -46; +l.ss03 = -22; +g.ss06 = 31; +numbersign = -82; +parenleft = -40; +parenleft.case = -60; +at = -65; +copyright = -121; +published = -121; +literSign = -48; +dollar = -64; +euro = -128; +minus = -128; +multiply = -81; +divide = -128; +equal = -119; +approxequal = -114; +}; +D = { +Dcroat = 32; +Eth = 32; +Hbar = 19; +Iogonek = 14; +Lslash = 36; +Oslash = 12; +lacute = 8; +zero = 12; +five = 15; +six = 13; +eight = 22; +endash.case = 26; +parenleft.case = 25; +braceright.case = -54; +at = 16; +less = 40; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -85; +"@MMK_R_KO_Oacute" = -85; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = -80; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -135; +"@MMK_R_KO_U" = -62; +"@MMK_R_KO_V" = -183; +"@MMK_R_KO_W" = -109; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -142; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -63; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_eacute" = -65; +"@MMK_R_KO_f" = -52; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_icircumflex" = -16; +"@MMK_R_KO_imacron" = -16; +"@MMK_R_KO_itilde" = -16; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -66; +"@MMK_R_KO_u" = -58; +"@MMK_R_KO_uacute" = -55; +"@MMK_R_KO_v" = -106; +"@MMK_R_KO_w" = -79; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = -92; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = -27; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -64; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_four" = -179; +"@MMK_R_KO_sixsuperior" = -226; +"@MMK_R_KO_onesuperior" = -110; +"@MMK_R_KO_twosuperior" = -197; +"@MMK_R_KO_threesuperior" = -212; +"@MMK_R_KO_foursuperior" = -207; +"@MMK_R_KO_fivesuperior" = -218; +"@MMK_R_KO_sevensuperior" = -185; +"@MMK_R_KO_eightsuperior" = -220; +"@MMK_R_KO_ninesuperior" = -226; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -83; +"@MMK_R_KO_asterisk" = -141; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -177; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -102; +"@MMK_R_KO_hyphen" = -188; +"@MMK_R_KO_endash" = -250; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -188; +"@MMK_R_KO_parenleft" = -37; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -87; +"@MMK_R_KO_bracketright" = -90; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -128; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -147; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -130; +"@MMK_R_KO_quotedblright.ss01" = -130; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -281; +"@MMK_R_KO_asciicircum" = -284; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -50; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 25; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 34; +"@MMK_R_KO_W" = 46; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -51; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 20; +"@MMK_R_KO_w" = 21; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_sixsuperior" = 16; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 14; +"@MMK_R_KO_threesuperior" = 15; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_fivesuperior" = 13; +"@MMK_R_KO_sevensuperior" = 15; +"@MMK_R_KO_eightsuperior" = 22; +"@MMK_R_KO_ninesuperior" = 31; +"@MMK_R_KO_period" = -45; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -69; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 48; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_backslash" = 48; +"@MMK_R_KO_period.ss01" = -59; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_underscore" = -45; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_quotedblleft" = 18; +"@MMK_R_KO_quotedblright" = 35; +"@MMK_R_KO_quoteleft" = 18; +"@MMK_R_KO_quoteright" = 39; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 31; +"@MMK_R_KO_quotedbl" = 32; +"@MMK_R_KO_quotesingle" = 40; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 13; +"@MMK_R_KO_quoteright.ss01" = 12; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -7; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -110; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -78; +"@MMK_R_KO_W" = -53; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = -33; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 29; +"@MMK_R_KO_aacute" = 29; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 30; +"@MMK_R_KO_eacute" = 30; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 30; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -32; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_two" = -24; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -60; +"@MMK_R_KO_eight" = 22; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = -46; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_ellipsis" = -56; +"@MMK_R_KO_question" = -67; +"@MMK_R_KO_asterisk" = -52; +"@MMK_R_KO_slash" = -43; +"@MMK_R_KO_period.ss01" = -49; +"@MMK_R_KO_comma.ss01" = -48; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_hyphen" = 31; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -97; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = -64; +"@MMK_R_KO_quotedblleft" = -75; +"@MMK_R_KO_quotedblright" = -77; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -67; +"@MMK_R_KO_guillemetleft" = 19; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -60; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -67; +"@MMK_R_KO_quotedblright.ss01" = -67; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -35; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -103; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -38; +"@MMK_R_KO_quoteright.ss01" = -37; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -67; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -67; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 15; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 21; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 14; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 11; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_sevensuperior" = 11; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -67; +"@MMK_R_KO_comma" = -67; +"@MMK_R_KO_ellipsis" = -67; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 29; +"@MMK_R_KO_slash" = -67; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -67; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -67; +"@MMK_R_KO_hyphen.case" = -48; +"@MMK_R_KO_endash.case" = -8; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = 14; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = 7; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 15; +}; +ohorndotbelow.ss01 = { +c = 20; +i.ss01 = 3; +n = 2; +p = 3; +t = -14; +u = 11; +t_i.liga.ss01 = -14; +t_t.liga = -14; +}; +t_i.liga.ss01 = { +parenright = -12; +}; +endash = { +x = -68; +one.numr = -57; +four.numr = -82; +seven.numr = -66; +colon = -72; +semicolon = -74; +questiondown = -69; +question.ss01 = -98; +questiondown.ss01 = -69; +endash = 0; +quotedblbase = -128; +quotedblbase.ss01 = -130; +quoteright.ss01 = -68; +}; +Ygrave = { +ellipsis.ss01 = -185; +endash.case = -72; +}; +fraction = { +zero.dnom = 0; +two.dnom = 0; +four.dnom = -52; +eight.dnom = 0; +zeroinferior = -2; +twoinferior = 0; +fourinferior = -52; +fiveinferior = 10; +sixinferior = -2; +seveninferior = 42; +nineinferior = 5; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -65; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +g = { +l = 3; +iogonek = 25; +jcircumflex = 21; +}; +m = { +ordfeminine = -55; +ordmasculine = -57; +seven = -66; +registered = -37; +logicalnot = -60; +}; +ohorntilde = { +i = 3; +idotaccent = 3; +i.ss01 = 3; +n = 2; +period = -6; +comma = -3; +period.ss01 = -29; +comma.ss01 = -25; +parenright = -51; +quotedbl = -19; +}; +hyphen.case = { +Dcroat = 19; +Lslash = 9; +Oslash = 19; +one.numr = -41; +seven.numr = -49; +question.ss01 = -99; +parenleft.case = 25; +braceright.case = -86; +bracketright.case = -87; +quotesinglbase = -74; +quotedblbase = -128; +quotedblbase.ss01 = -130; +quoteright.ss01 = -68; +dollar = -39; +}; +ohornhookabove = { +i = 3; +idotaccent = 3; +i.ss01 = 3; +idotaccent.ss01 = 3; +m = 0; +n = 2; +period = -6; +comma = -3; +period.ss01 = -29; +comma.ss01 = -25; +parenright = -52; +bracketright = -59; +guillemetright = 0; +quotedbl = -20; +}; +y = { +germandbls = 19; +zeroinferior = -37; +twoinferior = -28; +ampersand = -34; +logicalnot = -64; +asciitilde = 0; +}; +Idotaccent.ss02 = { +endash.case = -96; +}; +Scedilla = { +idieresis = 30; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -66; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -33; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -51; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 17; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -18; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -1; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 8; +"@MMK_R_KO_nine" = 9; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_question" = -1; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 20; +f_f.liga = 20; +f_y.liga = 20; +fl = 20; +igrave = 2; +idieresis = 1; +seven = 27; +ampersand = -13; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -68; +"@MMK_R_KO_Oacute" = -68; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -68; +"@MMK_R_KO_S" = -50; +"@MMK_R_KO_T" = -130; +"@MMK_R_KO_U" = -68; +"@MMK_R_KO_V" = -130; +"@MMK_R_KO_W" = -125; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -49; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -54; +"@MMK_R_KO_f" = -48; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_j" = 35; +"@MMK_R_KO_lslash" = -36; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -65; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -44; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -65; +"@MMK_R_KO_pi" = -48; +"@MMK_R_KO_zero" = -68; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -52; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -55; +"@MMK_R_KO_six" = -68; +"@MMK_R_KO_seven" = -68; +"@MMK_R_KO_eight" = -40; +"@MMK_R_KO_nine" = -53; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = 44; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -130; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_endash.case" = -130; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -130; +"@MMK_R_KO_plus" = -68; +"@MMK_R_KO_percent" = -68; +}; +numero = { +period = -72; +comma = -74; +period.ss01 = -66; +comma.ss01 = -68; +parenright = -68; +parenright.case = -66; +}; +cent = { +onesuperior = -59; +sevensuperior = -78; +period = -63; +comma = -52; +slash = -51; +period.ss01 = -66; +comma.ss01 = -68; +parenright = -98; +bracketright = -94; +parenright.case = -85; +bracketright.case = -94; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -95; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = -94; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 41; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 37; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 39; +"@MMK_R_KO_J.ss10" = -73; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -49; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_icircumflex" = 65; +"@MMK_R_KO_imacron" = 107; +"@MMK_R_KO_itilde" = 90; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = -18; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_g.ss06" = -47; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_four" = -59; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 25; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = 8; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = 4; +"@MMK_R_KO_sevensuperior" = 21; +"@MMK_R_KO_eightsuperior" = 12; +"@MMK_R_KO_ninesuperior" = 18; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -14; +"@MMK_R_KO_ellipsis" = -120; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 23; +"@MMK_R_KO_asterisk" = 29; +"@MMK_R_KO_slash" = -100; +"@MMK_R_KO_backslash" = 54; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -51; +"@MMK_R_KO_underscore" = -103; +"@MMK_R_KO_hyphen.case" = -36; +"@MMK_R_KO_parenleft" = -17; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = -18; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = 14; +"@MMK_R_KO_quotedblright" = 24; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 24; +"@MMK_R_KO_guillemetleft" = -47; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 30; +"@MMK_R_KO_quotesingle" = 30; +"@MMK_R_KO_quotedblleft.ss01" = 14; +"@MMK_R_KO_quotedblright.ss01" = 20; +"@MMK_R_KO_quoteright.ss01" = 19; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -49; +}; +Icircumflex = { +Icircumflex = 41; +l = 17; +icircumflex = 57; +l.ss03 = 23; +l.ss04 = 29; +parenright = 37; +bracketright = 24; +parenright.case = 52; +bracketright.case = 35; +}; +iogonek = { +iogonek = 23; +j = 5; +}; +uhorn = { +a = -22; +a.ss05 = -14; +ohorn = -22; +ohorndotbelow = -22; +ohorndotbelow.ss01 = -22; +ohorngrave = -22; +ohornacute = -22; +ohornhookabove = -22; +ohorntilde = -22; +period = -28; +comma = -28; +ellipsis = -58; +question = 43; +period.ss01 = -45; +ellipsis.ss01 = -55; +comma.ss01 = -45; +parenright = -27; +quotedblright = 32; +quotedbl = 37; +}; +underscore = { +g.ss06 = 50; +underscore = 0; +parenleft.case = -57; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -87; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -55; +"@MMK_R_KO_J" = -87; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -94; +"@MMK_R_KO_a" = -76; +"@MMK_R_KO_a.ss05" = -79; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -75; +"@MMK_R_KO_f" = -52; +"@MMK_R_KO_g" = -44; +"@MMK_R_KO_i" = -34; +"@MMK_R_KO_n" = -75; +"@MMK_R_KO_j" = 50; +"@MMK_R_KO_s" = -81; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -83; +"@MMK_R_KO_v" = -87; +"@MMK_R_KO_w" = -79; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = -83; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_pi" = -74; +"@MMK_R_KO_zero" = -51; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = -40; +"@MMK_R_KO_three" = -48; +"@MMK_R_KO_four" = -88; +"@MMK_R_KO_five" = -20; +"@MMK_R_KO_six" = -53; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -38; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -96; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_hyphen" = -86; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -69; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_degree" = -44; +"@MMK_R_KO_plus" = -90; +}; +W = { +Hbar = 53; +adieresis.ss05 = -19; +igrave = 65; +idieresis = 89; +scaron = -12; +idieresis.ss01 = 66; +six = -17; +seven = 42; +threeinferior = -67; +ampersand = -26; +plus = -39; +minus = -39; +notequal = -79; +logicalnot = -90; +asciitilde = -34; +}; +Aogonek = { +Lslash = -28; +period = 9; +comma = 33; +endash.case = -84; +parenright = 0; +bracketright = 0; +}; +Z = { +Lslash = -34; +igrave = 44; +ibreve = 76; +icaron = 67; +zero = -27; +two = 13; +six = -30; +seven = 30; +numbersign = -53; +endash.case = -80; +at = -47; +plus = -88; +minus = -99; +divide = -99; +equal = -39; +less = -73; +logicalnot = -153; +asciitilde = -92; +}; +emdash = { +x = -61; +zero.numr = -82; +one.numr = -72; +three.numr = -70; +four.numr = -115; +five.numr = -74; +six.numr = -77; +seven.numr = -79; +eight.numr = -68; +nine.numr = -73; +threesuperior = -70; +fivesuperior = -74; +eightsuperior = -70; +colon = -72; +semicolon = -74; +questiondown = -55; +question.ss01 = -96; +questiondown.ss01 = -55; +quotedblbase = -128; +quotedblbase.ss01 = -130; +quoteleft.ss01 = -68; +quoteright.ss01 = -68; +}; +tbar = { +a = 7; +e = 8; +tbar = 9; +}; +eng = { +j = 13; +slash = 34; +parenright = -16; +bracketright = -11; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -137; +"@MMK_R_KO_H" = -44; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_J" = -182; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -43; +"@MMK_R_KO_T" = -96; +"@MMK_R_KO_V" = -85; +"@MMK_R_KO_W" = -66; +"@MMK_R_KO_X" = -113; +"@MMK_R_KO_Y" = -100; +"@MMK_R_KO_Z" = -109; +"@MMK_R_KO_I.ss02" = -90; +"@MMK_R_KO_J.ss10" = -191; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_a.ss05" = -40; +"@MMK_R_KO_l" = -42; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -45; +"@MMK_R_KO_i" = -43; +"@MMK_R_KO_n" = -46; +"@MMK_R_KO_j" = -43; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_t_t.liga" = -12; +}; +percent = { +twosuperior = -46; +threesuperior = -79; +fivesuperior = -83; +eightsuperior = -76; +question.ss01 = -93; +bracketright.case = -43; +quoteright.ss01 = -68; +}; +Uhornhookabove = { +exclam.ss01 = 68; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_J" = -59; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = -35; +"@MMK_R_KO_I.ss02" = -45; +"@MMK_R_KO_J.ss10" = -9; +}; +uhorngrave = { +a = -22; +a.ss05 = -14; +o = -22; +n = 0; +period = -28; +comma = -28; +period.ss01 = -45; +comma.ss01 = -45; +parenright = -23; +quotedblright = 32; +quotedbl = 37; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 12; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -44; +}; +a.ss05 = { +p = 2; +jcircumflex = 3; +germandbls = -30; +gbreve.ss06 = 22; +gcircumflex.ss06 = 22; +ordfeminine = -78; +ordmasculine = -80; +seven = -85; +notequal = -82; +logicalnot = -76; +}; +Itilde = { +Itilde = 13; +igrave = 33; +itilde = 78; +}; +threesuperior = { +A = -93; +fraction = 0; +period = -72; +comma = -74; +slash = -100; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -43; +parenright = -37; +parenright.case = -35; +guillemetleft = -7; +}; +ydotbelow.ss01 = { +period.ss01 = -66; +parenright = -67; +}; +endash.case = { +seven.numr = -51; +bracketright.case = -87; +quotedblbase = -128; +quotedblbase.ss01 = -130; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 55; +"@MMK_R_KO_imacron" = 84; +"@MMK_R_KO_itilde" = 78; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 1; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 23; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = -16; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -23; +"@MMK_R_KO_asciicircum" = -45; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_Oacute" = -36; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = -29; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 25; +"@MMK_R_KO_t_t.liga" = -33; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -43; +"@MMK_R_KO_threesuperior" = -45; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = -47; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -44; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -28; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = -38; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_underscore" = 7; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -52; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -40; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -51; +"@MMK_R_KO_quotedblright.ss01" = -48; +"@MMK_R_KO_quoteright.ss01" = -47; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -80; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -74; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -48; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = -46; +"@MMK_R_KO_six" = -71; +"@MMK_R_KO_seven" = -74; +"@MMK_R_KO_eight" = -30; +"@MMK_R_KO_nine" = -43; +"@MMK_R_KO_sixsuperior" = -74; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_foursuperior" = -74; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_ninesuperior" = -74; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_asterisk" = -74; +"@MMK_R_KO_hyphen" = -74; +"@MMK_R_KO_endash" = -74; +"@MMK_R_KO_hyphen.case" = -74; +"@MMK_R_KO_endash.case" = -74; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -74; +"@MMK_R_KO_quotedblright" = -74; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -74; +"@MMK_R_KO_quotesingle" = -67; +}; +N = { +Hbar = 40; +igrave = 32; +icaron = 52; +idieresis = 55; +jcircumflex = 55; +idieresis.ss01 = 32; +degree = -18; +logicalnot = -63; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -152; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -90; +"@MMK_R_KO_W" = -65; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -127; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = 5; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 25; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_sixsuperior" = -48; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -48; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_eightsuperior" = -31; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -16; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -68; +"@MMK_R_KO_asterisk" = -55; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_backslash" = -79; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_question.ss01" = -87; +"@MMK_R_KO_hyphen" = 31; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_underscore" = -23; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_braceright" = -74; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -85; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -62; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -88; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -100; +"@MMK_R_KO_asciicircum" = -83; +}; +b = { +seven = -77; +registered = -41; +notequal = -58; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -51; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -116; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -139; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = -85; +"@MMK_R_KO_Y" = -111; +"@MMK_R_KO_Z" = -76; +"@MMK_R_KO_I.ss02" = -112; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_t_t.liga" = -6; +}; +Itilde.ss02 = { +igrave = 40; +}; +trademark = { +period = -72; +comma = -74; +slash = -131; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -96; +parenright = -45; +parenright.case = -45; +guillemetleft = -39; +guilsinglleft = -39; +guillemetright = -13; +guilsinglright = -13; +}; +literSign = { +parenright = -58; +parenright.case = -31; +guillemetleft = -28; +guilsinglleft = -28; +}; +ohorn = { +i = 3; +idotaccent = 3; +i.ss01 = 3; +idotaccent.ss01 = 3; +m = 0; +n = 2; +r = 0; +t = -14; +u = 11; +v = -18; +t_i.liga = -14; +t_t.liga = -14; +period = -6; +comma = -3; +period.ss01 = -29; +comma.ss01 = -25; +hyphen = 31; +parenright = -52; +bracketright = -59; +quotedbl = -20; +}; +quotedblleft = { +A = -128; +Dcroat = -51; +Hbar = 52; +igrave = 55; +icircumflex = 79; +imacron = 116; +jcircumflex = 78; +s = -39; +x = 0; +g.ss06 = -49; +mu = -17; +exclamdown = -15; +questiondown = -119; +backslash = 49; +questiondown.case = -101; +underscore = -128; +quotedblbase = -128; +ampersand = -38; +minus = -83; +divide = -70; +asciitilde = -44; +}; +l.ss04 = { +Hbar = 35; +l.ss04 = 9; +periodcentered.loclCAT = 50; +parenright = -13; +bracketright = -21; +quoteright = 2; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -37; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 39; +"@MMK_R_KO_W" = 41; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 45; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -46; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 28; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -40; +"@MMK_R_KO_u" = -42; +"@MMK_R_KO_uacute" = -41; +"@MMK_R_KO_v" = -95; +"@MMK_R_KO_w" = -77; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -89; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -40; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -91; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -62; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -96; +"@MMK_R_KO_endash" = -96; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -96; +"@MMK_R_KO_parenleft" = -29; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -94; +}; +integral = { +guillemetright = -62; +guilsinglright = -62; +integral = -66; +A = -77; +a = -72; +d = -72; +a.ss05 = -72; +e = -72; +s = -74; +w = -69; +}; +two.dnom = { +question = -96; +question.ss01 = -109; +parenright = -76; +quotedblleft = -128; +quotedblright = -128; +quoteleft = -74; +quoteright = -74; +quotedbl = -96; +quotesingle = -67; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -68; +quotedblright.ss01 = -130; +quoteright.ss01 = -68; +degree = -122; +}; +parenleft.case = { +Icircumflex = 47; +Imacron = 42; +Idieresis = 39; +Dcroat = -57; +Eth = -57; +Iogonek = 63; +Itilde = 44; +Lslash = -39; +Idieresis.ss01 = 35; +four.numr = -83; +numbersign = -67; +questiondown.case = -67; +question.ss01 = -46; +parenleft.case = -38; +quotedblbase = 4; +quotedblbase.ss01 = -15; +at = -74; +ampersand = -45; +section = -38; +copyright = -59; +registered = -59; +published = -59; +literSign = -58; +numero = -12; +cent = -76; +dollar = -40; +euro = -89; +liraTurkish = -51; +minus = -99; +multiply = -86; +divide = -99; +equal = -70; +notequal = -135; +less = -79; +greaterequal = -57; +approxequal = -129; +logicalnot = -132; +asciitilde = -89; +asciicircum = -104; +infinity = -80; +radical = -88; +}; +Iacute.ss02 = { +igrave = 40; +endash.case = -96; +}; +tenge = { +four = -93; +period = -72; +comma = -74; +slash = -118; +period.ss01 = -66; +comma.ss01 = -68; +}; +colon = { +A = 16; +D = -3; +C = 0; +J = 0; +T = -72; +V = -46; +W = -28; +Y = -64; +a = -16; +c = -15; +e = -16; +o = -15; +f = 20; +s = 0; +t = 20; +z = 21; +t_i.liga = 20; +pi = 21; +zero = 0; +one = -25; +two = 0; +three = 0; +four = -68; +sevensuperior = -61; +emdash = -72; +parenright = -54; +braceright = -69; +bracketright = -69; +parenright.case = 0; +guillemetleft = -23; +guilsinglleft = -23; +}; +h = { +seven = -70; +registered = -41; +}; +emacron = { +Y = -75; +lcommaaccent = 0; +}; +numbersign = { +A = -37; +J = -81; +T = -81; +X = -58; +Y = -59; +one = -35; +eight = 15; +period = -72; +comma = -74; +slash = -50; +period.ss01 = -66; +comma.ss01 = -68; +parenright = -84; +bracketright = -88; +parenright.case = -71; +bracketright.case = -87; +}; +copyright = { +parenright = -114; +parenright.case = -63; +}; +t = { +iogonek = 13; +wdieresis = 12; +two = 18; +logicalnot = -95; +asciitilde = 0; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 29; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 26; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 58; +"@MMK_R_KO_imacron" = 70; +"@MMK_R_KO_itilde" = 67; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -31; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -22; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -29; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -59; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_bracketright.case" = -44; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -47; +}; +Hcircumflex = { +igrave = 33; +}; +aogonek.ss05 = { +j = 8; +comma = 29; +parenright = 0; +bracketright = 0; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_J" = -59; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = -35; +"@MMK_R_KO_I.ss02" = -45; +"@MMK_R_KO_J.ss10" = -9; +}; +_B.currency = { +_baht.bar = -6; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 34; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -92; +"@MMK_R_KO_U" = -19; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -59; +"@MMK_R_KO_X" = 33; +"@MMK_R_KO_Y" = -90; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 41; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -50; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -69; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = -43; +"@MMK_R_KO_sevensuperior" = -77; +"@MMK_R_KO_eightsuperior" = -35; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 30; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -38; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_backslash" = -57; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -62; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = 32; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -60; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -56; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -59; +"@MMK_R_KO_quotedblright.ss01" = -56; +"@MMK_R_KO_quoteright.ss01" = -54; +"@MMK_R_KO_trademark" = -99; +"@MMK_R_KO_asciicircum" = -79; +}; +rupeeIndian = { +four = -71; +period = -54; +comma = -54; +slash = -50; +period.ss01 = -66; +comma.ss01 = -68; +}; +Zdotaccent = { +Hbar = 23; +endash.case = -80; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_T" = -95; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 23; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -37; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -65; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -81; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_quotedblleft" = -78; +"@MMK_R_KO_quotedblright" = -75; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -70; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -54; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -78; +"@MMK_R_KO_quoteright.ss01" = -68; +}; +P = { +Hbar = 59; +Oslash = 18; +hbar = 50; +igrave = 5; +idieresis = 46; +idieresis.ss01 = 41; +two = 28; +three = 25; +five = 12; +seven = 27; +nine = 31; +twoinferior = -22; +threeinferior = -24; +fourinferior = -96; +ellipsis.ss01 = -229; +endash.case = 32; +braceright.case = -65; +ampersand = -25; +}; +twoinferior = { +T = -158; +V = -99; +W = -72; +Y = -148; +t = -43; +t_i.liga = -44; +t_t.liga = -43; +parenright = -46; +}; +wdieresis = { +period = -63; +comma = -64; +bracketright = -83; +}; +uhungarumlaut = { +onesuperior = -40; +sevensuperior = -52; +parenright = -49; +bracketright = -52; +}; +odieresis = { +germandbls = -25; +gbreve.ss06 = 0; +}; +ohorndotbelow = { +c = 20; +i = 3; +idotaccent = 3; +m = 0; +n = 2; +p = 3; +t = -14; +u = 11; +t_i.liga = -14; +t_t.liga = -14; +period = -6; +comma = -3; +parenright = -52; +bracketright = -59; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = 25; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -76; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -25; +"@MMK_R_KO_I.ss02" = -39; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 28; +"@MMK_R_KO_aacute" = 28; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 28; +"@MMK_R_KO_eacute" = 28; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 28; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 29; +"@MMK_R_KO_imacron" = 48; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 30; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 18; +"@MMK_R_KO_uacute" = 18; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 15; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = 30; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -28; +"@MMK_R_KO_comma" = -28; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -69; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -55; +"@MMK_R_KO_comma.ss01" = -47; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = 33; +"@MMK_R_KO_endash" = 36; +"@MMK_R_KO_underscore" = -47; +"@MMK_R_KO_hyphen.case" = 32; +"@MMK_R_KO_parenleft" = 27; +"@MMK_R_KO_parenright" = -94; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_parenright.case" = -56; +"@MMK_R_KO_bracketright.case" = -58; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 28; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -71; +"@MMK_R_KO_asciicircum" = -44; +}; +one.numr = { +fraction = 0; +}; +Uhorntilde = { +exclam.ss01 = 68; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 22; +"@MMK_R_KO_aacute" = 22; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 21; +"@MMK_R_KO_eacute" = 21; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = 8; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 2; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_five" = 9; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = -17; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 25; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = 22; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_plus" = 0; +}; +two = { +icircumflex = 32; +x = 6; +colon = 11; +semicolon = 13; +braceright = -70; +minus = -5; +multiply = -28; +}; +j = { +hbar = 22; +idieresis = 22; +iogonek = 25; +jcircumflex = 22; +}; +ldot.ss01 = { +period.ss01 = -66; +comma.ss01 = -68; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -148; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 23; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 26; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -66; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -75; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -47; +"@MMK_R_KO_underscore" = 19; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -83; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -74; +"@MMK_R_KO_asciicircum" = -17; +}; +idieresis = { +l = 21; +icaron = 22; +idieresis = 22; +}; +approxequal = { +one = -43; +parenright = -134; +parenright.case = -129; +A = -75; +I.ss02 = -88; +}; +ograve = { +T = -151; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -100; +"@MMK_R_KO_V" = -80; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_Y" = -95; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 25; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_sixsuperior" = -49; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -43; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -15; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -66; +"@MMK_R_KO_asterisk" = -58; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_question.ss01" = -83; +"@MMK_R_KO_hyphen" = 31; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_underscore" = -22; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -82; +"@MMK_R_KO_quotedblright" = -73; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -64; +"@MMK_R_KO_quotesingle" = -64; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -84; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -98; +}; +S = { +Hbar = 35; +Lslash = 4; +hbar = 27; +ibreve = 26; +idieresis = 30; +idieresis.ss01 = 17; +two = 17; +three = 20; +five = 18; +eight = 27; +ampersand = 18; +dollar = 3; +greater = 36; +logicalnot = -84; +}; +periodcentered.loclCAT = { +l = 48; +l.ss03 = 55; +l.ss04 = 51; +}; +Iogonek = { +iogonek = 39; +j = 58; +j.ss01 = 58; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 22; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -45; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -44; +}; +racute = { +parenright = -27; +bracketright = -40; +}; +questiondown.case = { +C = -35; +Q = -37; +Q.ss09 = -37; +T = -98; +V = -101; +W = -91; +Y = -101; +one = -76; +seven = -95; +parenright.case = -48; +quotedblleft = -106; +quoteright = -74; +quotedbl = -102; +quotesingle = -67; +quotedblleft.ss01 = -111; +quoteright.ss01 = -68; +}; +f_y.liga = { +germandbls = 19; +zeroinferior = -37; +ampersand = -33; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -53; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = -62; +"@MMK_R_KO_G.ss07" = -53; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -96; +"@MMK_R_KO_a" = -99; +"@MMK_R_KO_aacute" = -90; +"@MMK_R_KO_a.ss05" = -62; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -98; +"@MMK_R_KO_eacute" = -98; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = 72; +"@MMK_R_KO_lslash" = -27; +"@MMK_R_KO_s" = -83; +"@MMK_R_KO_t" = -62; +"@MMK_R_KO_u" = -73; +"@MMK_R_KO_uacute" = -65; +"@MMK_R_KO_v" = -86; +"@MMK_R_KO_w" = -75; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -57; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_pi" = -70; +"@MMK_R_KO_zero" = -57; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_two" = -46; +"@MMK_R_KO_three" = -47; +"@MMK_R_KO_four" = -98; +"@MMK_R_KO_five" = -19; +"@MMK_R_KO_six" = -52; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -39; +"@MMK_R_KO_nine" = -41; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_foursuperior" = -82; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -59; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -79; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -66; +"@MMK_R_KO_hyphen" = -95; +"@MMK_R_KO_endash" = -95; +"@MMK_R_KO_parenright" = 16; +"@MMK_R_KO_bracketright" = 20; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -97; +"@MMK_R_KO_guillemetright" = -67; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_degree" = -51; +"@MMK_R_KO_plus" = -107; +"@MMK_R_KO_percent" = -36; +}; +bracketleft.case = { +Icircumflex = 27; +numbersign = -85; +parenleft.case = -41; +bracketright.case = 10; +at = -57; +literSign = -73; +euro = -101; +minus = -102; +equal = -96; +less = -83; +asciitilde = -91; +asciicircum = -93; +infinity = -90; +}; +K = { +Lslash = -27; +Oslash = -20; +edieresis = -48; +odieresis.ss01 = -48; +odieresis = -48; +oslash = 0; +igrave = 46; +rcaron = 8; +idieresis = 76; +jcircumflex = 34; +ygrave = -56; +ytilde = -50; +idieresis.ss01 = 58; +zero = -31; +two = 18; +three = -8; +six = -35; +seven = 21; +nine = -7; +numbersign = -62; +endash.case = -95; +parenleft.case = -28; +at = -44; +ampersand = -28; +registered = -35; +dollar = -19; +plus = -114; +minus = -120; +multiply = -49; +divide = -114; +equal = -51; +notequal = -116; +less = -98; +logicalnot = -183; +asciitilde = -95; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_J" = -39; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -84; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -30; +"@MMK_R_KO_I.ss02" = -41; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 33; +"@MMK_R_KO_itilde" = 12; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 17; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -32; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -14; +"@MMK_R_KO_ellipsis" = -71; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_backslash" = -36; +"@MMK_R_KO_period.ss01" = -57; +"@MMK_R_KO_comma.ss01" = -48; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_underscore" = -50; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -103; +"@MMK_R_KO_braceright" = -85; +"@MMK_R_KO_bracketright" = -90; +"@MMK_R_KO_parenright.case" = -58; +"@MMK_R_KO_bracketright.case" = -66; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetleft" = 15; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; +"@MMK_R_KO_trademark" = -79; +"@MMK_R_KO_asciicircum" = -55; +}; +semicolon = { +four = -69; +onesuperior = -44; +sevensuperior = -62; +hyphen = -74; +emdash = -74; +endash = -74; +hyphen.case = -32; +parenright = -15; +guillemetleft = -25; +}; +Thorn = { +Eth = 25; +}; +four.dnom = { +question = -94; +question.ss01 = -105; +parenright = -88; +quotedblleft = -128; +quotedblright = -128; +quoteleft = -74; +quoteright = -74; +quotedbl = -91; +quotesingle = -67; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -68; +quotedblright.ss01 = -130; +quoteright.ss01 = -68; +degree = -121; +}; +braceright = { +Y = -39; +period = -42; +comma = -31; +period.ss01 = -56; +comma.ss01 = -46; +parenright = -40; +braceright = -44; +asciicircum = -72; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 22; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 24; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = -12; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -49; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = -51; +"@MMK_R_KO_O" = -106; +"@MMK_R_KO_Oacute" = -107; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = -98; +"@MMK_R_KO_S" = -96; +"@MMK_R_KO_T" = -192; +"@MMK_R_KO_U" = -100; +"@MMK_R_KO_V" = -171; +"@MMK_R_KO_W" = -148; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -187; +"@MMK_R_KO_Z" = -25; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -102; +"@MMK_R_KO_a" = -89; +"@MMK_R_KO_a.ss05" = -76; +"@MMK_R_KO_l" = -44; +"@MMK_R_KO_e" = -91; +"@MMK_R_KO_f" = -75; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = -45; +"@MMK_R_KO_n" = -46; +"@MMK_R_KO_j" = 54; +"@MMK_R_KO_s" = -81; +"@MMK_R_KO_t" = -92; +"@MMK_R_KO_u" = -90; +"@MMK_R_KO_uacute" = -90; +"@MMK_R_KO_v" = -99; +"@MMK_R_KO_w" = -98; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss04" = -44; +"@MMK_R_KO_t_t.liga" = -92; +"@MMK_R_KO_zero" = -106; +"@MMK_R_KO_one" = -103; +"@MMK_R_KO_two" = -36; +"@MMK_R_KO_three" = -96; +"@MMK_R_KO_four" = -105; +"@MMK_R_KO_five" = -100; +"@MMK_R_KO_six" = -105; +"@MMK_R_KO_seven" = -112; +"@MMK_R_KO_eight" = -90; +"@MMK_R_KO_nine" = -99; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_guillemetright" = -69; +"@MMK_R_KO_quotedbl" = -118; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -122; +}; +ampersand = { +one = -83; +seven = -109; +parenright = -68; +bracketright = -94; +quotedblleft = -128; +quotedblright = -128; +quoteleft = -74; +quoteright = -74; +quotedbl = -111; +quotesingle = -67; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -68; +quotedblright.ss01 = -130; +quoteright.ss01 = -68; +v = -69; +w = -56; +y = -68; +}; +four = { +x = -48; +ordfeminine = -68; +ordmasculine = -68; +zero.numr = -71; +one.numr = -62; +three.numr = -68; +four.numr = -68; +five.numr = -73; +six.numr = -71; +seven.numr = -63; +eight.numr = -70; +nine.numr = -72; +threesuperior = -65; +fivesuperior = -70; +eightsuperior = -66; +colon = -60; +semicolon = -57; +question.ss01 = -65; +underscore = -62; +braceright = -71; +braceright.case = -73; +bracketright.case = -74; +quoteright.ss01 = -67; +registered = -67; +trademark = -79; +asciicircum = -107; +}; +zerosuperior = { +A = -91; +fraction = 0; +period = -72; +comma = -74; +slash = -102; +period.ss01 = -66; +comma.ss01 = -68; +parenright = -54; +parenright.case = -53; +guillemetleft = -13; +guilsinglleft = -13; +}; +n = { +n = 0; +gcircumflex.ss06 = 14; +ordfeminine = -61; +ordmasculine = -63; +seven = -70; +at = -2; +registered = -41; +degree = -93; +notequal = -64; +greaterequal = -41; +logicalnot = -61; +}; +bracketleft = { +Icircumflex = 29; +Dcroat = -61; +Oslash = -54; +oslash = -41; +hcircumflex = 0; +i = -34; +idotaccent = -34; +iacute = -45; +ntilde = -73; +nacute = -78; +p = -13; +ibreve = 0; +icircumflex = 0; +imacron = -19; +jcircumflex = 49; +macute = -78; +scaron = -41; +scircumflex = -65; +germandbls = -75; +x = -85; +colon = -72; +numbersign = -82; +parenleft = -44; +at = -66; +ampersand = -53; +literSign = -72; +dollar = -53; +euro = -100; +minus = -101; +equal = -94; +less = -82; +asciitilde = -90; +asciicircum = -92; +infinity = -89; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 155; +"@MMK_R_KO_O" = 106; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 73; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_i" = 70; +"@MMK_R_KO_n" = 28; +"@MMK_R_KO_j" = 71; +"@MMK_R_KO_s" = 19; +"@MMK_R_KO_t" = 31; +"@MMK_R_KO_u" = 40; +"@MMK_R_KO_uacute" = 43; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 30; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_l.ss03" = 77; +"@MMK_R_KO_l.ss04" = 73; +"@MMK_R_KO_t_t.liga" = 31; +"@MMK_R_KO_sixsuperior" = 156; +"@MMK_R_KO_onesuperior" = 150; +"@MMK_R_KO_twosuperior" = 144; +"@MMK_R_KO_threesuperior" = 139; +"@MMK_R_KO_foursuperior" = 102; +"@MMK_R_KO_fivesuperior" = 157; +"@MMK_R_KO_sevensuperior" = 160; +"@MMK_R_KO_eightsuperior" = 167; +"@MMK_R_KO_ninesuperior" = 174; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 100; +"@MMK_R_KO_semicolon" = 100; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 169; +"@MMK_R_KO_question" = 177; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 129; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_parenright" = 136; +"@MMK_R_KO_bracketright" = 38; +"@MMK_R_KO_quotedblleft" = 169; +"@MMK_R_KO_quoteleft" = 169; +"@MMK_R_KO_guillemetleft" = 16; +"@MMK_R_KO_quotedbl" = 183; +"@MMK_R_KO_quotesingle" = 183; +"@MMK_R_KO_quotedblleft.ss01" = 155; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 55; +"@MMK_R_KO_O" = 75; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 85; +"@MMK_R_KO_S" = 75; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = 95; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 23; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 23; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 51; +"@MMK_R_KO_imacron" = 59; +"@MMK_R_KO_itilde" = 24; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 25; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 60; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 90; +"@MMK_R_KO_onesuperior" = 55; +"@MMK_R_KO_twosuperior" = 56; +"@MMK_R_KO_threesuperior" = 74; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_fivesuperior" = 76; +"@MMK_R_KO_sevensuperior" = 64; +"@MMK_R_KO_eightsuperior" = 81; +"@MMK_R_KO_ninesuperior" = 63; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 102; +"@MMK_R_KO_question" = 95; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 53; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_parenleft" = 58; +"@MMK_R_KO_parenright" = 12; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_quotedblleft" = 117; +"@MMK_R_KO_quotedblright" = 119; +"@MMK_R_KO_quoteleft" = 117; +"@MMK_R_KO_quoteright" = 119; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 71; +"@MMK_R_KO_quotesingle" = 71; +"@MMK_R_KO_quotedblleft.ss01" = 52; +"@MMK_R_KO_quotedblright.ss01" = 83; +"@MMK_R_KO_quoteright.ss01" = 83; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 34; +}; +J.ss10 = { +Hbar = 51; +ibreve = 68; +icaron = 62; +idieresis = 66; +jcircumflex = 63; +idieresis.ss01 = 42; +}; +quotedblbase.ss01 = { +Dcroat = -74; +oslash = -18; +p = -4; +germandbls = -59; +asterisk = -130; +numbersign = -95; +question.ss01 = -108; +hyphen.case = -130; +emdash.case = -130; +parenleft.case = -60; +quotedblleft.ss01 = -130; +quoteright.ss01 = -68; +at = -67; +copyright = -110; +published = -110; +dollar = -68; +euro = -130; +minus = -130; +multiply = -73; +divide = -130; +equal = -108; +approxequal = -115; +}; +l.ss03 = { +oslash = 0; +periodcentered.loclCAT = 0; +notequal = -96; +logicalnot = -87; +}; +parenleft = { +Icircumflex = 22; +Imacron = 18; +Idieresis = 16; +Dcroat = -59; +Eth = -59; +Iogonek = 66; +Lslash = -39; +Oslash = -52; +a.ss05 = -75; +thorn = 17; +ccedilla = -86; +ccaron = -68; +edieresis = -74; +odieresis = -74; +oslash = -42; +hcircumflex = 20; +i = -37; +idotaccent = -37; +i.ss01 = -5; +iacute = -45; +ntilde = -52; +nacute = -52; +ncaron = -52; +ncommaaccent = -52; +p = -6; +idieresis = 2; +imacron = 0; +iogonek = 68; +jcircumflex = 74; +scedilla = -69; +scaron = -43; +scircumflex = -59; +germandbls = -66; +tcedilla = -38; +x = -54; +zcaron = -56; +g.ss06 = -9; +mu = -20; +four.numr = -88; +colon = -60; +numbersign = -79; +semicolon.ss01 = -2; +question.ss01 = -50; +parenleft = -47; +braceleft = -40; +quotedblbase = 0; +quotedblbase.ss01 = -8; +at = -79; +ampersand = -53; +section = -40; +copyright = -74; +registered = -60; +published = -74; +literSign = -80; +numero = -11; +cent = -87; +dollar = -53; +euro = -105; +liraTurkish = -58; +sterling = -56; +minus = -113; +multiply = -91; +divide = -113; +equal = -80; +notequal = -155; +greater = -29; +less = -92; +greaterequal = -96; +lessequal = -97; +plusminus = -46; +approxequal = -140; +logicalnot = -159; +asciitilde = -106; +asciicircum = -104; +infinity = -90; +summation = 21; +radical = -100; +}; +asciicircum = { +one = -52; +two = -34; +three = -36; +four = -92; +eight = -46; +period = -72; +comma = -74; +asterisk = -25; +slash = -147; +period.ss01 = -66; +comma.ss01 = -68; +hyphen = -125; +hyphen.case = -58; +parenright = -132; +bracketright = -124; +parenright.case = -131; +bracketright.case = -124; +u = -37; +x = -29; +mu = -47; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -91; +"@MMK_R_KO_U" = -26; +"@MMK_R_KO_V" = -92; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_one" = -65; +"@MMK_R_KO_sixsuperior" = -63; +"@MMK_R_KO_onesuperior" = -76; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -48; +"@MMK_R_KO_foursuperior" = -50; +"@MMK_R_KO_fivesuperior" = -56; +"@MMK_R_KO_sevensuperior" = -86; +"@MMK_R_KO_eightsuperior" = -49; +"@MMK_R_KO_ninesuperior" = -56; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_slash" = 34; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -90; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = 10; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -85; +"@MMK_R_KO_quotedblright" = -85; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -69; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -89; +"@MMK_R_KO_quoteright.ss01" = -68; +}; +plus = { +one = -73; +two = -42; +three = 0; +seven = -57; +seven.numr = -54; +period = -72; +comma = -74; +question = -74; +asterisk = -32; +slash = -60; +period.ss01 = -66; +comma.ss01 = -68; +question.ss01 = -83; +parenright = -112; +braceright = -97; +bracketright = -96; +parenright.case = -92; +braceright.case = -92; +bracketright.case = -96; +quotedblleft = -88; +quotedblright = -85; +quoteleft = -74; +quoteright = -74; +guillemetright = -16; +quotedbl = -55; +quotesingle = -55; +quotedblleft.ss01 = -67; +quoteleft.ss01 = -67; +quotedblright.ss01 = -67; +trademark = -78; +tenge = -59; +yen = -44; +plus = -5; +x = -34; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_Oacute" = -36; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_icircumflex" = 53; +"@MMK_R_KO_imacron" = 88; +"@MMK_R_KO_itilde" = 66; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -46; +"@MMK_R_KO_w" = -47; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -127; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = 33; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = -133; +"@MMK_R_KO_endash" = -111; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -91; +"@MMK_R_KO_parenleft" = -26; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = -4; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -68; +}; +quoteleft = { +Hbar = 60; +igrave = 55; +icircumflex = 79; +imacron = 116; +jcircumflex = 78; +g.ss06 = -46; +mu = -12; +exclamdown = -15; +questiondown = -74; +questiondown.case = -74; +quotedblbase = -74; +ampersand = -38; +minus = -71; +divide = -59; +logicalnot = -74; +asciitilde = -44; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -128; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -128; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 24; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -128; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -57; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -55; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 53; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_pi" = 3; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = 13; +"@MMK_R_KO_four" = -114; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -7; +"@MMK_R_KO_seven" = 36; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 21; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_ninesuperior" = 15; +"@MMK_R_KO_period" = -72; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_ellipsis" = -128; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -128; +"@MMK_R_KO_hyphen" = -128; +"@MMK_R_KO_endash" = -128; +"@MMK_R_KO_hyphen.case" = -128; +"@MMK_R_KO_endash.case" = -85; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 12; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 12; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -54; +"@MMK_R_KO_percent" = 6; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -80; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 23; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -59; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 26; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = 24; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -67; +"@MMK_R_KO_asciicircum" = -13; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -46; +"@MMK_R_KO_T" = -165; +"@MMK_R_KO_V" = -125; +"@MMK_R_KO_W" = -95; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -164; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -60; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -64; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -62; +}; +nine.dnom = { +question = -98; +question.ss01 = -115; +parenright = -87; +parenright.case = -50; +quotedblleft = -128; +quotedblright = -128; +quoteleft = -74; +quoteright = -74; +quotedbl = -106; +quotesingle = -67; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -68; +quotedblright.ss01 = -130; +quoteright.ss01 = -68; +degree = -157; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -62; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -62; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -63; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = -24; +"@MMK_R_KO_s" = -60; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -32; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_asterisk" = 32; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_period.ss01" = -66; +"@MMK_R_KO_comma.ss01" = -68; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_endash.case" = -63; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -54; +}; +Omacron = { +Eth = 18; +}; +uhorndotbelow.ss01 = { +a = -22; +c = -23; +period.ss01 = -45; +ellipsis.ss01 = -55; +comma.ss01 = -45; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 19; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -55; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_hyphen.case" = -6; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_degree" = -22; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 6; +}; +exclamdown = { +T = -90; +V = -54; +Y = -68; +j = 83; +}; +Adieresis = { +Germandbls = 0; +endash.case = -84; +registered = -121; +}; +}; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = { +J = { +Hbar = 40; +Oslash = 16; +a = 5; +igrave = 33; +ibreve = 41; +icaron = 90; +idieresis = 94; +jcircumflex = 100; +idieresis.ss01 = 66; +greater = 29; +}; +exclam.ss01 = { +period.ss01 = -20; +}; +ohungarumlaut = { +onesuperior = -27; +sevensuperior = -12; +parenright = -25; +bracketright = 2; +quotedblright = -18; +quotedbl = -16; +quotesingle = -20; +}; +uhornacute = { +a = -19; +a.ss05 = -16; +c = -20; +n = -8; +t = 13; +u = 0; +t_i.liga = 13; +t_t.liga = 13; +period = -38; +comma = -34; +ellipsis = -49; +question = 0; +period.ss01 = -46; +ellipsis.ss01 = -42; +comma.ss01 = -44; +parenright = -50; +quotedbl = 7; +}; +o = { +germandbls = -14; +gbreve.ss06 = 13; +ordmasculine = -62; +seven = -38; +registered = -41; +logicalnot = -58; +}; +ellipsis = { +Dcroat = -39; +Tbar = -122; +tbar = -72; +twosuperior = -219; +threesuperior = -223; +fivesuperior = -226; +eightsuperior = -228; +parenleft = -34; +braceright = -7; +parenleft.case = -55; +bracketright.case = 0; +}; +Iacute = { +A = 0; +S = 10; +igrave = 31; +icircumflex = 99; +parenright.case = 14; +}; +sixsuperior = { +A = -89; +fraction = 0; +period = -138; +comma = -139; +slash = -84; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -27; +parenright = -45; +guillemetleft = -39; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -54; +"@MMK_R_KO_Oacute" = -50; +"@MMK_R_KO_J" = 23; +"@MMK_R_KO_G.ss07" = -53; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 10; +"@MMK_R_KO_X" = 20; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -57; +"@MMK_R_KO_a" = -55; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = -66; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 29; +"@MMK_R_KO_imacron" = 77; +"@MMK_R_KO_itilde" = 47; +"@MMK_R_KO_j" = 75; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -47; +"@MMK_R_KO_uacute" = -41; +"@MMK_R_KO_v" = -78; +"@MMK_R_KO_w" = -56; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 24; +"@MMK_R_KO_l.ss03" = -9; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -56; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -63; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -42; +"@MMK_R_KO_asterisk" = -23; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 8; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -70; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -93; +"@MMK_R_KO_parenleft" = -29; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = 9; +"@MMK_R_KO_bracketright" = 10; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 34; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -110; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -90; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 22; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -81; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -35; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 6; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -78; +"@MMK_R_KO_comma" = -77; +"@MMK_R_KO_question" = -30; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_period.ss01" = -91; +"@MMK_R_KO_comma.ss01" = -101; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_parenright.case" = -76; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 42; +l.ss04 = 19; +}; +five = { +icircumflex = 68; +x = -14; +ordfeminine = -22; +ordmasculine = -23; +parenleft = 10; +asciicircum = -41; +}; +Tcommaaccent = { +aacute = -25; +acircumflex.ss05 = 23; +amacron.ss05 = 0; +abreve.ss05 = -13; +endash.case = 0; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -101; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -83; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -121; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_sixsuperior" = -50; +"@MMK_R_KO_onesuperior" = -73; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -39; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = -45; +"@MMK_R_KO_sevensuperior" = -78; +"@MMK_R_KO_eightsuperior" = -38; +"@MMK_R_KO_ninesuperior" = -45; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -67; +"@MMK_R_KO_asterisk" = -78; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = -61; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -84; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = -21; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -42; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -55; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -30; +"@MMK_R_KO_trademark" = -107; +"@MMK_R_KO_asciicircum" = -77; +}; +questiondown.ss01 = { +l.ss03 = -44; +quoteright.ss01 = -114; +}; +threeinferior = { +T = -121; +V = -99; +W = -50; +Y = -158; +parenright = -50; +bracketright = 0; +}; +Adieresis.ss01 = { +endash.case = -50; +registered = -97; +}; +lcaron.ss03 = { +b = 134; +h = 135; +k = 135; +i = 104; +idotaccent = 104; +i.ss01 = 105; +idotaccent.ss01 = 105; +j = 138; +j.ss01 = 140; +zcaron = 66; +l.ss03 = 144; +lcaron.ss03 = 150; +sixsuperior = 123; +onesuperior = 151; +twosuperior = 136; +threesuperior = 133; +foursuperior = 71; +fivesuperior = 129; +sevensuperior = 159; +eightsuperior = 136; +ninesuperior = 141; +exclam = 136; +question = 87; +exclam.ss01 = 138; +question.ss01 = 83; +parenright = 86; +bracketright = 136; +quotedblleft = 102; +quoteleft = 102; +quotedbl = 157; +quotesingle = 151; +quotedblleft.ss01 = 102; +quoteleft.ss01 = 102; +}; +f_f.liga = { +e = -5; +f = 17; +fl = 23; +i = 2; +i.ss01 = 2; +idieresis = 86; +seven = 30; +ampersand = -19; +}; +Jacute = { +Icircumflex = 62; +Imacron = 64; +Hbar = 45; +igrave = 39; +ibreve = 47; +icaron = 96; +idieresis = 100; +jcircumflex = 106; +idieresis.ss01 = 72; +parenright = 0; +parenright.case = 21; +}; +braceright.case = { +J.ss10 = -13; +period = -35; +comma = -30; +period.ss01 = -48; +comma.ss01 = -47; +hyphen.case = 30; +parenright.case = -43; +braceright.case = -26; +asciicircum = -5; +}; +ecircumflexhookabove = { +m = -2; +n = -2; +u = 0; +period.ss01 = -10; +comma.ss01 = -10; +parenright = -9; +}; +Cdotaccent = { +Hbar = 35; +}; +Ncommaaccent = { +imacron = 60; +}; +dollar = { +one = -9; +three = 15; +four = 17; +five = 5; +eight = 15; +parenright = -71; +bracketright = -40; +parenright.case = -41; +}; +Scaron = { +iogonek = 5; +}; +fi = { +hbar = 10; +idieresis = 49; +jcircumflex = 49; +germandbls = -5; +logicalnot = -61; +}; +zero = { +icircumflex = 10; +x = -20; +ordmasculine = -31; +underscore = -46; +parenleft = 15; +braceright = -45; +braceright.case = -19; +bracketright.case = -16; +baht = -9; +trademark = -65; +multiply = 0; +asciicircum = -23; +}; +period.ss01 = { +ordfeminine = -141; +ordmasculine = -141; +twosuperior = -141; +threesuperior = -141; +fivesuperior = -141; +eightsuperior = -141; +question.ss01 = -95; +parenleft = -20; +braceright = 0; +parenleft.case = -38; +quoteright.ss01 = -140; +}; +X = { +igrave = 52; +ibreve = 62; +icaron = 108; +idieresis = 104; +idieresis.ss01 = 85; +zero = -48; +two = 18; +three = -28; +six = -46; +eight = -23; +nine = -26; +numbersign = -42; +endash.case = -76; +parenleft.case = -32; +at = -56; +registered = -41; +plus = -85; +minus = -98; +multiply = -50; +equal = -12; +notequal = -102; +less = -56; +logicalnot = -164; +asciitilde = -107; +}; +L = { +H = 0; +Dcroat = -22; +Oslash = -6; +Tbar = -62; +oslash = -3; +ordfeminine = -193; +ordmasculine = -192; +zero = -35; +two = 8; +three = 0; +five = -6; +six = -33; +seven = -90; +nine = -7; +numbersign = 0; +endash.case = -83; +parenleft.case = -20; +quoteleft.ss01 = -140; +at = -20; +registered = -122; +dollar = -9; +plus = -5; +minus = -13; +multiply = 0; +equal = 0; +notequal = -46; +less = 0; +approxequal = -5; +logicalnot = -113; +asciitilde = -5; +}; +euro = { +period = 0; +comma = 0; +slash = -23; +period.ss01 = -20; +parenright = -80; +bracketright = -43; +parenright.case = -48; +bracketright.case = -5; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -105; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = -54; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 33; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 44; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = -92; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = 16; +"@MMK_R_KO_n" = -36; +"@MMK_R_KO_icircumflex" = 97; +"@MMK_R_KO_imacron" = 110; +"@MMK_R_KO_itilde" = 88; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -41; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = -18; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -32; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 56; +"@MMK_R_KO_g.ss06" = -45; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 21; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 6; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = 11; +"@MMK_R_KO_sevensuperior" = 27; +"@MMK_R_KO_eightsuperior" = 15; +"@MMK_R_KO_ninesuperior" = 17; +"@MMK_R_KO_period" = -103; +"@MMK_R_KO_comma" = -102; +"@MMK_R_KO_colon" = -13; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -122; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -107; +"@MMK_R_KO_backslash" = 54; +"@MMK_R_KO_period.ss01" = -119; +"@MMK_R_KO_comma.ss01" = -117; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -49; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_underscore" = -122; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 23; +"@MMK_R_KO_bracketright" = 24; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 25; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 27; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 27; +"@MMK_R_KO_guillemetleft" = -76; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 32; +"@MMK_R_KO_quotesingle" = 26; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 24; +"@MMK_R_KO_quoteright.ss01" = 24; +"@MMK_R_KO_trademark" = 9; +"@MMK_R_KO_asciicircum" = -24; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -55; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -67; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -45; +"@MMK_R_KO_quotesingle" = -51; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -30; +}; +perthousand = { +question = -93; +asterisk = -149; +question.ss01 = -104; +parenright = -69; +parenright.case = -39; +quotedblleft = -142; +quotedblright = -96; +quoteleft = -139; +quoteright = -96; +quotedblleft.ss01 = -98; +quoteleft.ss01 = -98; +quotedblright.ss01 = -100; +quoteright.ss01 = -100; +}; +V = { +Eth = -15; +Oslash = -12; +adieresis = -31; +ae = -44; +a.ss05 = -44; +adieresis.ss05 = -4; +eacute = -47; +ccaron = -8; +emacron = -21; +edieresis = -16; +ecaron = -20; +otilde = -39; +odieresis = -19; +iacute = -21; +ncommaaccent = -33; +igrave = 76; +ibreve = 86; +icaron = 109; +idieresis = 120; +racute = -33; +scaron = 0; +zcaron = -7; +idieresis.ss01 = 101; +gdotaccent.ss06 = -38; +gdotaccent.ss01.ss06 = -38; +zero = -21; +two = -15; +three = -7; +six = -20; +seven = 35; +twoinferior = -71; +ellipsis.ss01 = -115; +endash.case = -21; +at = -25; +ampersand = -37; +plus = -15; +minus = -44; +less = 0; +lessequal = -71; +approxequal = -43; +asciitilde = -51; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -69; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 26; +"@MMK_R_KO_J" = -64; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 38; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 32; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_v" = 27; +"@MMK_R_KO_w" = 31; +"@MMK_R_KO_y" = 27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_t_t.liga" = 32; +"@MMK_R_KO_pi" = 29; +"@MMK_R_KO_sixsuperior" = 24; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_foursuperior" = 34; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 20; +"@MMK_R_KO_period" = -83; +"@MMK_R_KO_comma" = -82; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 24; +"@MMK_R_KO_slash" = -67; +"@MMK_R_KO_period.ss01" = -98; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 3; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_quotedblleft" = 27; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 27; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_quotedblleft.ss01" = 17; +"@MMK_R_KO_quotedblright.ss01" = 25; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -84; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = -60; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -204; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_pi" = 8; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -29; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -79; +"@MMK_R_KO_period.ss01" = -141; +"@MMK_R_KO_comma.ss01" = -140; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -110; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -79; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -240; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -35; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = -3; +"@MMK_R_KO_zero" = -14; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 14; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = -138; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_ellipsis" = -240; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -113; +"@MMK_R_KO_period.ss01" = -141; +"@MMK_R_KO_comma.ss01" = -140; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = -42; +"@MMK_R_KO_endash" = -37; +"@MMK_R_KO_hyphen.case" = -25; +"@MMK_R_KO_endash.case" = -14; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 0; +}; +seven = { +icircumflex = 105; +x = 0; +g.ss06 = -39; +mu = -13; +colon = 0; +semicolon = 0; +backslash = 71; +ellipsis.ss01 = -112; +underscore = -112; +parenleft = -4; +at = -13; +ampersand = -30; +euro = -24; +minus = -5; +multiply = 0; +divide = -5; +notequal = -46; +less = 0; +plusminus = 0; +asciitilde = -43; +asciicircum = -5; +}; +scedilla = { +gbreve.ss06 = 28; +}; +fourinferior = { +T = -118; +V = -95; +W = -52; +parenright = -50; +bracketright = 0; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_J" = 38; +"@MMK_R_KO_G.ss07" = -45; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -108; +"@MMK_R_KO_U" = -39; +"@MMK_R_KO_V" = -127; +"@MMK_R_KO_W" = -73; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -141; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -31; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 84; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_u" = -28; +"@MMK_R_KO_v" = -91; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_zero" = -49; +"@MMK_R_KO_one" = -79; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = -26; +"@MMK_R_KO_six" = -49; +"@MMK_R_KO_seven" = -87; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -31; +"@MMK_R_KO_asterisk" = -118; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -107; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -107; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -114; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -91; +"@MMK_R_KO_quotedblright.ss01" = -85; +}; +equal = { +period = 0; +comma = 0; +period.ss01 = -5; +comma.ss01 = -5; +parenright = -77; +bracketright = -10; +parenright.case = -60; +bracketright.case = -5; +equal = 0; +A = 0; +J = 0; +T = 0; +V = -5; +X = -5; +Y = -31; +}; +five.numr = { +fraction = 0; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -84; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -126; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -34; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = -30; +"@MMK_R_KO_y" = -43; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_sixsuperior" = -51; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -39; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -45; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -37; +"@MMK_R_KO_ninesuperior" = -45; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -70; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -86; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = -24; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -49; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -52; +"@MMK_R_KO_quotesingle" = -58; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -32; +}; +dcaron = { +exclam.ss01 = 179; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 27; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 23; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_f" = 19; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 19; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 28; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 26; +"@MMK_R_KO_underscore" = -36; +"@MMK_R_KO_hyphen.case" = 25; +"@MMK_R_KO_parenleft" = 28; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_braceright" = -37; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_parenright.case" = -45; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -5; +}; +k = { +oslash = -18; +iogonek = 3; +lcommaaccent = 0; +two = 12; +plus = 0; +minus = -5; +notequal = -50; +logicalnot = -92; +asciitilde = -52; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -35; +}; +scaron = { +T = -36; +iogonek = 13; +}; +ninesuperior = { +A = -95; +fraction = -11; +period = -138; +comma = -139; +slash = -97; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -34; +parenright = -51; +guillemetleft = -47; +}; +v = { +n = 0; +ampersand = -21; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = -76; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_J" = -57; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -62; +"@MMK_R_KO_T" = -137; +"@MMK_R_KO_V" = -127; +"@MMK_R_KO_W" = -100; +"@MMK_R_KO_X" = -97; +"@MMK_R_KO_Y" = -178; +"@MMK_R_KO_Z" = -66; +"@MMK_R_KO_I.ss02" = -73; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -52; +"@MMK_R_KO_a.ss05" = -58; +"@MMK_R_KO_l" = -74; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_f" = -60; +"@MMK_R_KO_g" = -57; +"@MMK_R_KO_i" = -71; +"@MMK_R_KO_n" = -74; +"@MMK_R_KO_j" = -71; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -64; +"@MMK_R_KO_z" = -72; +"@MMK_R_KO_t_t.liga" = -64; +}; +infinity = { +parenright = -83; +bracketright = -48; +parenright.case = -53; +bracketright.case = -35; +quotedblleft = -28; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -46; +"@MMK_R_KO_one" = -45; +"@MMK_R_KO_two" = -70; +"@MMK_R_KO_three" = -71; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_five" = -50; +"@MMK_R_KO_six" = -46; +"@MMK_R_KO_seven" = -59; +"@MMK_R_KO_eight" = -55; +"@MMK_R_KO_nine" = -52; +"@MMK_R_KO_period" = -123; +"@MMK_R_KO_comma" = -122; +"@MMK_R_KO_question" = -80; +"@MMK_R_KO_asterisk" = -86; +"@MMK_R_KO_slash" = -121; +"@MMK_R_KO_period.ss01" = -117; +"@MMK_R_KO_comma.ss01" = -117; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_hyphen.case" = -55; +"@MMK_R_KO_parenright" = -155; +"@MMK_R_KO_bracketright" = -129; +"@MMK_R_KO_parenright.case" = -137; +"@MMK_R_KO_quotedblleft" = -70; +"@MMK_R_KO_quotedblright" = -56; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -56; +"@MMK_R_KO_guillemetleft" = -74; +"@MMK_R_KO_guillemetright" = -86; +"@MMK_R_KO_quotedbl" = -82; +"@MMK_R_KO_quotesingle" = -86; +"@MMK_R_KO_quotedblleft.ss01" = -58; +"@MMK_R_KO_quotedblright.ss01" = -57; +"@MMK_R_KO_A" = -106; +"@MMK_R_KO_H" = -59; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_J" = -100; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -62; +"@MMK_R_KO_T" = -97; +"@MMK_R_KO_V" = -107; +"@MMK_R_KO_W" = -83; +"@MMK_R_KO_X" = -154; +"@MMK_R_KO_Y" = -146; +"@MMK_R_KO_Z" = -92; +"@MMK_R_KO_I.ss02" = -93; +"@MMK_R_KO_J.ss10" = -73; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_a.ss05" = -48; +"@MMK_R_KO_l" = -65; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -49; +"@MMK_R_KO_i" = -60; +"@MMK_R_KO_n" = -64; +"@MMK_R_KO_j" = -60; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_z" = -65; +"@MMK_R_KO_t_t.liga" = -42; +}; +asterisk = { +g.ss06 = -30; +}; +semicolon.ss01 = { +onesuperior = -29; +sevensuperior = -40; +hyphen = 0; +emdash = -8; +}; +divide = { +one = 0; +two = -5; +three = 0; +seven = 0; +parenright = -95; +parenright.case = -74; +quotedblleft = -5; +quotedblright = 0; +quoteright = 0; +quotedblleft.ss01 = 0; +quotedblright.ss01 = 0; +A = -25; +Y = -94; +I.ss02 = -4; +}; +asciitilde = { +exclam = -72; +exclam.ss01 = -71; +question.ss01 = -86; +parenleft = -47; +parenleft.case = -47; +bracketright.case = -131; +quoteright.ss01 = -57; +U = -49; +aacute = -42; +edieresis = -42; +edieresis.ss01 = -42; +u = -55; +v = -66; +w = -59; +x = -88; +y = -68; +l.ss03 = -58; +l.ss04 = -64; +g.ss06 = -54; +gcircumflex.ss06 = -50; +}; +three.dnom = { +question = -91; +question.ss01 = -103; +parenright = -56; +quotedblleft = -104; +quotedblright = -62; +quoteleft = -104; +quoteright = -62; +quotedbl = -101; +quotesingle = -105; +quotedblleft.ss01 = -53; +quoteleft.ss01 = -53; +quotedblright.ss01 = -53; +quoteright.ss01 = -53; +degree = -146; +}; +odotbelow.ss01 = { +T = -99; +}; +x = { +oslash = -15; +two = 9; +ampersand = -25; +plus = 0; +minus = -5; +notequal = -52; +logicalnot = -86; +asciitilde = -35; +}; +U = { +Dcroat = 8; +Eth = 0; +Hbar = 43; +Lslash = 13; +hbar = 28; +igrave = 37; +jcircumflex = 104; +greater = 26; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 96; +"@MMK_R_KO_imacron" = 59; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 53; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 11; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 37; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 13; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 2; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = 13; +"@MMK_R_KO_quotedblleft" = 14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 3; +"@MMK_R_KO_trademark" = -26; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_imacron" = 72; +"@MMK_R_KO_j" = 51; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 26; +"@MMK_R_KO_comma" = 30; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_slash" = 28; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = 15; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 26; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Eth = { +Eth = 18; +Oslash = 31; +}; +odotbelow = { +T = -99; +}; +baht = { +slash = -10; +parenright = -71; +parenright.case = -38; +}; +Icircumflex.ss02 = { +endash.case = -20; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 1; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 18; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -23; +"@MMK_R_KO_asciicircum" = -18; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -114; +"@MMK_R_KO_onesuperior" = -106; +"@MMK_R_KO_foursuperior" = -118; +"@MMK_R_KO_sevensuperior" = -105; +"@MMK_R_KO_ninesuperior" = -109; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -93; +"@MMK_R_KO_asterisk" = -122; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -12; +"@MMK_R_KO_endash.case" = -33; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -96; +"@MMK_R_KO_quoteleft" = -121; +"@MMK_R_KO_quoteright" = -96; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -107; +"@MMK_R_KO_quotesingle" = -112; +"@MMK_R_KO_quotedblleft.ss01" = -98; +"@MMK_R_KO_quotedblright.ss01" = -100; +}; +quotedblright = { +Dcroat = -12; +icircumflex = 82; +scaron = -24; +x = 0; +g.ss06 = -33; +mu = -22; +questiondown = -112; +questiondown.case = -75; +parenleft = -13; +quotesinglbase = -139; +asciitilde = -44; +}; +r = { +fl = 26; +germandbls = 25; +wdieresis = 39; +gcircumflex.ss06 = 5; +oneinferior = -28; +twoinferior = -17; +threeinferior = -19; +fourinferior = -70; +fiveinferior = -17; +sixinferior = -29; +ampersand = -18; +logicalnot = -50; +asciitilde = 0; +}; +seveninferior = { +I.ss02 = -32; +fourinferior = -23; +seveninferior = 31; +parenright = -77; +parenright.case = -51; +}; +sterling = { +two = 5; +hyphen.case = 0; +parenright = -52; +}; +Ocircumflex = { +Lslash = 22; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 23; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_hyphen.case" = 22; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = 19; +"@MMK_R_KO_parenright.case" = 16; +"@MMK_R_KO_bracketright.case" = 27; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +_f.longarm = { +l = 3; +i = 11; +idotaccent = 11; +i.ss01 = 11; +idotaccent.ss01 = 11; +l.ss03 = 15; +l.ss04 = 22; +}; +I.ss02 = { +Dcroat = -22; +igrave = 50; +jcircumflex = 103; +endash.case = -16; +plus = -4; +minus = -5; +notequal = -56; +less = 0; +approxequal = -8; +logicalnot = -121; +asciitilde = -17; +}; +quoteleft.ss01 = { +J.ss10 = -140; +igrave = 23; +icircumflex = 75; +imacron = 72; +jcircumflex = 74; +questiondown.case = -30; +questiondown.ss01 = -98; +hyphen = -12; +emdash = -5; +quotedblbase.ss01 = -140; +ampersand = -31; +minus = -3; +logicalnot = -64; +asciitilde = -5; +}; +Zacute = { +endash.case = -21; +}; +d = { +hbar = 10; +igrave = 8; +icaron = 19; +idieresis = 55; +jcircumflex = 50; +logicalnot = -61; +}; +notequal = { +zero = -46; +one = -45; +two = -53; +seven = -52; +parenright = -117; +parenright.case = -102; +A = -76; +B = -61; +F = -61; +L = -61; +N = -61; +Y = -107; +b = -59; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_t_t.liga" = 5; +}; +six = { +icircumflex = 65; +parenleft = 17; +braceright = -23; +bracketright.case = 12; +trademark = -37; +asciicircum = -5; +}; +Idieresis.ss02 = { +idieresis = 98; +}; +quotedblleft.ss01 = { +A = -84; +J = -81; +igrave = 20; +icircumflex = 75; +imacron = 72; +jcircumflex = 74; +g.ss06 = -15; +mu = -12; +questiondown.case = -30; +ellipsis.ss01 = -278; +questiondown.ss01 = -98; +underscore = -247; +quotedblbase.ss01 = -278; +ampersand = -31; +minus = -3; +divide = 0; +asciitilde = -5; +}; +sevensuperior = { +A = -128; +C = -26; +O = -26; +G = -27; +fraction = -30; +sevensuperior = 31; +period = -138; +comma = -139; +colon = -35; +semicolon = -35; +slash = -125; +period.ss01 = -141; +comma.ss01 = -140; +colon.ss01 = -41; +semicolon.ss01 = -40; +hyphen = -75; +hyphen.case = -47; +guillemetleft = -88; +guilsinglleft = -88; +guillemetright = -39; +guilsinglright = -39; +plus = -55; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 28; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 43; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -28; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_bracketright.case" = 2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 23; +"@MMK_R_KO_Oacute" = 28; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -85; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = -32; +"@MMK_R_KO_I.ss02" = -32; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 12; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -108; +"@MMK_R_KO_comma" = -99; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_period.ss01" = -130; +"@MMK_R_KO_comma.ss01" = -130; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -71; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +won = { +period = -58; +comma = -58; +slash = -49; +period.ss01 = -85; +comma.ss01 = -84; +}; +i.ss01 = { +l = 6; +c = 8; +e = 6; +o = 6; +m = 7; +n = 7; +r = 6; +p = 7; +j.ss01 = 16; +parenright = -29; +}; +guillemetright = { +T = -112; +x = -70; +threesuperior = -51; +fivesuperior = -57; +eightsuperior = -49; +colon = -39; +semicolon = -38; +questiondown = -47; +question.ss01 = -99; +questiondown.ss01 = -47; +braceright = -84; +braceright.case = -54; +bracketright.case = -53; +quotesinglbase = -45; +quotedblbase = -45; +quotedblbase.ss01 = -44; +quoteright.ss01 = -42; +}; +s = { +l = 0; +seven = -26; +emdash = 0; +registered = -34; +notequal = -55; +logicalnot = -72; +asciitilde = -5; +}; +five.dnom = { +question = -86; +question.ss01 = -99; +parenright = -57; +quotedblleft = -72; +quotedblright = -27; +quoteleft = -72; +quoteright = -27; +quotedbl = -68; +quotesingle = -72; +quotedblleft.ss01 = -30; +quoteleft.ss01 = -30; +quotedblright.ss01 = -29; +quoteright.ss01 = -29; +degree = -110; +}; +ecircumflexgrave = { +parenright = -47; +bracketright = -16; +quotedbl = -32; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -42; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -52; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 27; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 27; +"@MMK_R_KO_w" = 25; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = 29; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 27; +"@MMK_R_KO_one" = 19; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 35; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -50; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -47; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_braceright" = -41; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = 15; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = 15; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = -1; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 11; +"@MMK_R_KO_three" = 19; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_five" = 9; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 22; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -51; +}; +t_t.liga = { +wdieresis = 13; +hyphen = 0; +logicalnot = -66; +asciitilde = -5; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -105; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -149; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -27; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 19; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 9; +"@MMK_R_KO_four" = -66; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 29; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = 24; +"@MMK_R_KO_period" = -138; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 24; +"@MMK_R_KO_slash" = -111; +"@MMK_R_KO_period.ss01" = -141; +"@MMK_R_KO_comma.ss01" = -140; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -88; +"@MMK_R_KO_endash" = -71; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_endash.case" = -7; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_quotedblleft" = 18; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 18; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 8; +"@MMK_R_KO_quotedblright.ss01" = 10; +}; +ohorngrave = { +i = 18; +idotaccent = 18; +i.ss01 = 18; +idotaccent.ss01 = 18; +m = 11; +n = 11; +period = 0; +comma = 0; +period.ss01 = -8; +comma.ss01 = -7; +parenright = -43; +bracketright = 0; +guillemetright = 18; +quotedbl = 12; +}; +zeroinferior = { +parenright = -57; +}; +c = { +seven = -31; +registered = -35; +notequal = -53; +}; +Aacute = { +Dcroat = -19; +Eth = -23; +Tbar = -83; +endash.case = -51; +registered = -97; +}; +Abreve = { +endash.case = -51; +}; +eight.dnom = { +question = -90; +question.ss01 = -102; +parenright = -55; +quotedblleft = -106; +quotedblright = -63; +quoteleft = -106; +quoteright = -63; +quotedbl = -103; +quotesingle = -107; +quotedblleft.ss01 = -53; +quoteleft.ss01 = -53; +quotedblright.ss01 = -55; +quoteright.ss01 = -56; +degree = -147; +}; +Idieresis.ss01 = { +Icircumflex = 103; +Idieresis.ss01 = 105; +idieresis.ss01 = 52; +parenright.case = 77; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -80; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 25; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 13; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 19; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = 23; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 31; +"@MMK_R_KO_ellipsis" = 9; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = -43; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = -62; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -34; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +}; +comma.ss01 = { +twosuperior = -140; +threesuperior = -140; +fivesuperior = -140; +eightsuperior = -140; +parenright = 0; +bracketright = 5; +quoteright.ss01 = -140; +}; +C = { +two = 2; +three = 25; +five = 13; +eight = 24; +braceright.case = 0; +plus = 0; +minus = 0; +greater = 0; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -108; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -79; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -239; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -35; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -7; +"@MMK_R_KO_seven" = 17; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 13; +"@MMK_R_KO_sixsuperior" = 11; +"@MMK_R_KO_onesuperior" = 9; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -138; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_ellipsis" = -275; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -110; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_endash.case" = -18; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -28; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 6; +}; +ocircumflexgrave = { +parenright = -43; +bracketright = -11; +quotedbl = -28; +quotesingle = -31; +}; +wcircumflex = { +p = -2; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -103; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -118; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 25; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 22; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 28; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -36; +"@MMK_R_KO_eight" = 21; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -48; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_question" = -97; +"@MMK_R_KO_asterisk" = -103; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = -56; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -51; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -54; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_plus" = -5; +}; +Umacron = { +Hbar = 37; +}; +Zcaron = { +Dcroat = -21; +igrave = 31; +endash.case = -21; +}; +sixinferior = { +T = -119; +W = -49; +parenright = -50; +bracketright = 0; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 33; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_zero" = -20; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -14; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = 15; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_ninesuperior" = 14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 38; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_endash.case" = -69; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -74; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -67; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_pi" = -4; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 18; +"@MMK_R_KO_four" = 27; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -10; +"@MMK_R_KO_eight" = 26; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_degree" = -31; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -10; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 28; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 25; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 49; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 25; +"@MMK_R_KO_semicolon" = 25; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_bracketright.case" = 7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Idotaccent = { +l.ss04 = 19; +}; +zero.dnom = { +question = -88; +question.ss01 = -100; +parenright = -68; +parenright.case = -38; +quotedblleft = -131; +quotedblright = -86; +quoteleft = -131; +quoteright = -86; +quotedbl = -127; +quotesingle = -115; +quotedblleft.ss01 = -81; +quoteleft.ss01 = -81; +quotedblright.ss01 = -82; +quoteright.ss01 = -82; +degree = -169; +}; +I = { +I = 0; +Hbar = 32; +hbar = 16; +igrave = 25; +jcircumflex = 92; +logicalnot = -64; +}; +uhornhookabove = { +a = -19; +a.ss05 = -16; +period = -38; +comma = -34; +ellipsis = -49; +period.ss01 = -46; +ellipsis.ss01 = -42; +comma.ss01 = -44; +parenright = -50; +bracketright = 0; +quotedblright = 0; +quotedbl = 7; +}; +Idieresis = { +Icircumflex = 124; +Idieresis = 142; +idieresis = 116; +parenright = 82; +parenright.case = 108; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -120; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_Oacute" = -35; +"@MMK_R_KO_J" = -75; +"@MMK_R_KO_G.ss07" = -40; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -165; +"@MMK_R_KO_a" = -93; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -96; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -90; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -65; +"@MMK_R_KO_icircumflex" = 60; +"@MMK_R_KO_imacron" = 97; +"@MMK_R_KO_itilde" = 65; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = -88; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_uacute" = -44; +"@MMK_R_KO_v" = -34; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_x" = -39; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = -50; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_g.ss06" = -89; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -107; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -138; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_colon" = -43; +"@MMK_R_KO_semicolon" = -43; +"@MMK_R_KO_ellipsis" = -179; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -134; +"@MMK_R_KO_backslash" = 36; +"@MMK_R_KO_period.ss01" = -141; +"@MMK_R_KO_comma.ss01" = -140; +"@MMK_R_KO_colon.ss01" = -44; +"@MMK_R_KO_question.ss01" = -33; +"@MMK_R_KO_hyphen" = -100; +"@MMK_R_KO_endash" = -91; +"@MMK_R_KO_underscore" = -153; +"@MMK_R_KO_hyphen.case" = -59; +"@MMK_R_KO_parenleft" = -41; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 15; +"@MMK_R_KO_bracketright" = 8; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 19; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 19; +"@MMK_R_KO_guillemetleft" = -116; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 4; +"@MMK_R_KO_trademark" = 2; +"@MMK_R_KO_asciicircum" = -58; +}; +Ecircumflexdotbelow.ss01 = { +T = 9; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -83; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -120; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = 4; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -52; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -52; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -66; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -92; +"@MMK_R_KO_asciicircum" = -57; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -81; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -12; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_endash.case" = 9; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_parenright.case" = -52; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_degree" = -42; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -21; +}; +one = { +icircumflex = 90; +three = 0; +multiply = 0; +equal = 0; +notequal = -62; +asciicircum = -12; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 29; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 22; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -48; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -25; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = -45; +"@MMK_R_KO_hyphen.case" = 22; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = -80; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -64; +}; +lcaron.ss04 = { +ncaron = 73; +scaron = 88; +exclam.ss01 = 179; +}; +Gdotaccent = { +Hbar = 27; +}; +fl = { +Hbar = 25; +l = -4; +idieresis = 48; +jcircumflex = 40; +periodcentered.loclCAT = 26; +}; +quotedbl = { +Dcroat = -12; +Hbar = 46; +Lslash = -19; +hbar = 20; +igrave = 16; +icircumflex = 78; +idieresis = 91; +imacron = 68; +jcircumflex = 77; +x = -10; +idieresis.ss01 = 67; +g.ss06 = -35; +gcommaaccent.ss06 = -32; +gdotaccent.ss06 = -32; +gdotaccent.ss01.ss06 = -32; +mu = -29; +exclamdown = -21; +questiondown = -121; +backslash = 46; +questiondown.case = -69; +ellipsis.ss01 = -240; +exclamdown.ss01 = -30; +questiondown.ss01 = -116; +underscore = -240; +parenleft = -16; +braceleft = -30; +ampersand = -43; +sterling = -40; +minus = -19; +lessequal = -50; +asciitilde = -46; +}; +O = { +Dcroat = 23; +Eth = 18; +Hbar = 19; +Lslash = 28; +Tbar = -16; +idieresis = 16; +parenleft.case = 21; +braceright.case = -13; +less = 0; +}; +Zdotaccent.ss01 = { +Hbar = 44; +endash.case = -21; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -41; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -40; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -117; +"@MMK_R_KO_U" = -34; +"@MMK_R_KO_V" = -133; +"@MMK_R_KO_W" = -81; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -141; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_v" = -90; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_pi" = -31; +"@MMK_R_KO_zero" = -46; +"@MMK_R_KO_one" = -98; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -24; +"@MMK_R_KO_six" = -45; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -141; +"@MMK_R_KO_onesuperior" = -141; +"@MMK_R_KO_foursuperior" = -141; +"@MMK_R_KO_sevensuperior" = -141; +"@MMK_R_KO_ninesuperior" = -141; +"@MMK_R_KO_asterisk" = -141; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -14; +"@MMK_R_KO_hyphen.case" = -91; +"@MMK_R_KO_endash.case" = -130; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -141; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -140; +"@MMK_R_KO_quotedblright.ss01" = -141; +}; +braceleft = { +p = 2; +x = 0; +parenleft = -17; +braceright = 36; +at = -31; +minus = -82; +logicalnot = -117; +asciicircum = -61; +}; +rcaron = { +I.ss02 = 45; +onesuperior = 11; +twosuperior = 30; +sevensuperior = 39; +parenright = 15; +}; +f_f_i.liga = { +hbar = 10; +idieresis = 49; +jcircumflex = 49; +germandbls = -5; +logicalnot = -61; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -67; +"@MMK_R_KO_Oacute" = -63; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -58; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = -119; +"@MMK_R_KO_U" = -46; +"@MMK_R_KO_V" = -139; +"@MMK_R_KO_W" = -86; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -178; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -38; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -42; +"@MMK_R_KO_f" = -40; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 53; +"@MMK_R_KO_lslash" = -28; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -101; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_pi" = -39; +"@MMK_R_KO_zero" = -70; +"@MMK_R_KO_one" = -103; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = -23; +"@MMK_R_KO_five" = -37; +"@MMK_R_KO_six" = -67; +"@MMK_R_KO_seven" = -108; +"@MMK_R_KO_eight" = -23; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -97; +"@MMK_R_KO_asterisk" = -149; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_hyphen" = -46; +"@MMK_R_KO_endash" = -60; +"@MMK_R_KO_hyphen.case" = -132; +"@MMK_R_KO_endash.case" = -156; +"@MMK_R_KO_quotedblleft" = -275; +"@MMK_R_KO_quotedblright" = -275; +"@MMK_R_KO_quoteleft" = -139; +"@MMK_R_KO_quoteright" = -139; +"@MMK_R_KO_guillemetleft" = -100; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_plus" = -105; +"@MMK_R_KO_percent" = -117; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 37; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = 84; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -45; +"@MMK_R_KO_uacute" = -31; +"@MMK_R_KO_v" = -50; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_pi" = -37; +"@MMK_R_KO_zero" = -15; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 6; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -12; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_ninesuperior" = 17; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -66; +"@MMK_R_KO_endash" = -67; +"@MMK_R_KO_bracketright" = 36; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -64; +"@MMK_R_KO_percent" = 0; +}; +logicalnot = { +one = -70; +two = -75; +seven = -76; +nine = -68; +parenright = -136; +parenright.case = -113; +v = -86; +x = -98; +y = -86; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 101; +"@MMK_R_KO_imacron" = 80; +"@MMK_R_KO_itilde" = 68; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = 36; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = -23; +"@MMK_R_KO_hyphen.case" = 21; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = 14; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 16; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -5; +}; +ydotbelow = { +ecircumflexdotbelow = -13; +period = -52; +comma = 2; +parenright = 23; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 13; +"@MMK_R_KO_j" = 47; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 26; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 25; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_underscore" = 7; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -67; +"@MMK_R_KO_asciicircum" = -17; +}; +idotless = { +T = -15; +}; +acircumflexhookabove.ss05 = { +y = -28; +}; +Iogonek.ss02 = { +iogonek = 31; +j = 70; +j.ss01 = 70; +endash.case = -20; +}; +aogonek = { +j = 24; +j.ss01 = 24; +parenright = 0; +bracketright = 0; +}; +ldot.ss01.ss03 = { +period.ss01 = -83; +comma.ss01 = -82; +}; +Idotbelow = { +j = 43; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 21; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = 15; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -19; +}; +Tbar = { +A = -67; +Aacute = -67; +T = 76; +Tbar = 76; +a = -13; +a.ss05 = -16; +e = -19; +o = -18; +oslash = -18; +tbar = 37; +period = -63; +comma = -59; +slash = -70; +period.ss01 = -80; +comma.ss01 = -77; +hyphen = -26; +guillemetleft = -39; +guilsinglleft = -39; +}; +itilde = { +exclam.ss01 = 44; +quotedbl = 54; +}; +Idotaccent.ss01 = { +l.ss04 = 7; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_pi" = 2; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 21; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 14; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 27; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_degree" = -20; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 40; +parenright = 2; +quotesingle = 19; +}; +multiply = { +one = 0; +seven.numr = -5; +parenright = -88; +parenright.case = -66; +A = -7; +J = 0; +T = 0; +V = -19; +X = -38; +Y = -59; +p = 0; +}; +Ccircumflex = { +jcircumflex = 48; +}; +q = { +j = 38; +j.ss01 = 38; +comma = 4; +slash = 28; +parenright = -2; +braceright = 2; +bracketright = 2; +}; +tcaron = { +a = -4; +b = 49; +h = 50; +k = 50; +l = 48; +o = -3; +f = 8; +i = 51; +j = 68; +sixsuperior = 59; +onesuperior = 70; +twosuperior = 59; +threesuperior = 57; +fivesuperior = 61; +sevensuperior = 88; +eightsuperior = 58; +ninesuperior = 60; +period = 13; +comma = 14; +colon = 14; +exclam = 70; +question = 24; +exclam.ss01 = 67; +hyphen = 0; +parenright = 54; +bracketright = 92; +quotedblleft = 34; +quotedblright = 69; +quoteleft = 34; +guillemetleft = -35; +guilsinglleft = -35; +quotedbl = 80; +quotesingle = 74; +quotedblleft.ss01 = 40; +quoteleft.ss01 = 40; +quotedblright.ss01 = 71; +}; +uogonek = { +j = 25; +j.ss01 = 25; +parenright = 0; +bracketright = 0; +}; +seven.dnom = { +period = -29; +comma = -25; +question = -94; +period.ss01 = -36; +comma.ss01 = -36; +question.ss01 = -104; +parenright = -81; +parenright.case = -51; +quotedblleft = -37; +quotedblright = 0; +quoteleft = -37; +quoteright = 0; +quotedbl = -37; +quotesingle = -39; +quotedblleft.ss01 = -4; +quoteleft.ss01 = -4; +quotedblright.ss01 = 0; +quoteright.ss01 = 0; +degree = -84; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -47; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -44; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -50; +"@MMK_R_KO_zero" = -54; +"@MMK_R_KO_one" = -39; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = -36; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_five" = -20; +"@MMK_R_KO_six" = -52; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -32; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -34; +"@MMK_R_KO_slash" = 24; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = 15; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_hyphen.case" = -69; +"@MMK_R_KO_endash.case" = -74; +"@MMK_R_KO_parenright.case" = 22; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -86; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -38; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -41; +"@MMK_R_KO_plus" = -73; +"@MMK_R_KO_percent" = -34; +}; +Igrave.ss02 = { +igrave = 44; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 10; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 104; +"@MMK_R_KO_imacron" = 78; +"@MMK_R_KO_itilde" = 72; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 16; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_backslash" = 40; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -37; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = 3; +"@MMK_R_KO_bracketright" = 3; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 14; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -5; +}; +Amacron = { +endash.case = -49; +}; +hyphen = { +Dcroat = 15; +Lslash = 25; +Oslash = 13; +x = -43; +l.ss03 = 12; +mu = -2; +zero.numr = -54; +one.numr = -52; +three.numr = -35; +four.numr = -31; +five.numr = -38; +six.numr = -46; +seven.numr = -55; +eight.numr = -34; +nine.numr = -40; +threesuperior = -34; +fivesuperior = -40; +eightsuperior = -32; +colon = 0; +semicolon = 0; +questiondown = 0; +question.ss01 = -97; +questiondown.ss01 = 0; +parenleft = 15; +braceright = -67; +quotesinglbase = -13; +quotedblbase = -13; +quotedblbase.ss01 = -8; +quoteleft.ss01 = -17; +quoteright.ss01 = -17; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -102; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -84; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -120; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = -28; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_sixsuperior" = -51; +"@MMK_R_KO_onesuperior" = -72; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -39; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = -45; +"@MMK_R_KO_sevensuperior" = -76; +"@MMK_R_KO_eightsuperior" = -38; +"@MMK_R_KO_ninesuperior" = -45; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -70; +"@MMK_R_KO_asterisk" = -81; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = -63; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -86; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_underscore" = -26; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_braceright" = -44; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -49; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_quoteright.ss01" = -31; +"@MMK_R_KO_trademark" = -109; +"@MMK_R_KO_asciicircum" = -82; +}; +l = { +Hbar = 31; +l = 0; +hbar = 8; +igrave = 7; +ibreve = 8; +icaron = 18; +idieresis = 54; +jcircumflex = 46; +periodcentered.loclCAT = 32; +at = 0; +notequal = -59; +logicalnot = -62; +}; +registered = { +period = -89; +comma = -87; +slash = -66; +period.ss01 = -106; +comma.ss01 = -106; +parenright = -80; +parenright.case = -58; +trademark = -42; +}; +quotedblright.ss01 = { +icircumflex = 69; +g.ss06 = -31; +mu = -29; +questiondown.case = -68; +ellipsis.ss01 = -278; +questiondown.ss01 = -125; +asciitilde = -39; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -113; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 26; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 21; +"@MMK_R_KO_eacute" = 27; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 19; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 27; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -13; +"@MMK_R_KO_eight" = 8; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_question" = -87; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -38; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = -40; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -50; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 31; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = 108; +"@MMK_R_KO_imacron" = 88; +"@MMK_R_KO_itilde" = 83; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_g.ss06" = -19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 18; +"@MMK_R_KO_onesuperior" = 15; +"@MMK_R_KO_twosuperior" = 21; +"@MMK_R_KO_threesuperior" = 16; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 6; +"@MMK_R_KO_sevensuperior" = 12; +"@MMK_R_KO_eightsuperior" = 12; +"@MMK_R_KO_ninesuperior" = 21; +"@MMK_R_KO_period" = -58; +"@MMK_R_KO_comma" = -57; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -101; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_backslash" = 66; +"@MMK_R_KO_period.ss01" = -95; +"@MMK_R_KO_comma.ss01" = -95; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -207; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 15; +"@MMK_R_KO_quotedblright" = 32; +"@MMK_R_KO_quoteleft" = 15; +"@MMK_R_KO_quoteright" = 32; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 23; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 14; +"@MMK_R_KO_quoteright.ss01" = 16; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; +}; +published = { +parenright = -100; +parenright.case = -72; +}; +emdash.case = { +one.numr = -46; +seven.numr = -49; +question.ss01 = -25; +quotedblbase = -102; +quotedblbase.ss01 = -91; +quoteright.ss01 = 0; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -49; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -12; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 16; +"@MMK_R_KO_endash.case" = 9; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_parenright.case" = -54; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_degree" = -43; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -24; +}; +Atilde = { +ordfeminine = -113; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_j" = 38; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +}; +quotesingle = { +Hbar = 51; +eacute = -32; +hbar = 26; +igrave = 28; +icaron = 65; +icircumflex = 83; +idieresis = 97; +imacron = 74; +itilde = 68; +jcircumflex = 82; +idieresis.ss01 = 73; +g.ss06 = -32; +mu = -27; +exclamdown = -17; +questiondown = -115; +backslash = 52; +questiondown.case = -65; +questiondown.ss01 = -114; +underscore = -115; +ampersand = -39; +lessequal = -48; +asciitilde = -40; +}; +exclam = { +exclam = 11; +parenright = -27; +guillemetleft = -37; +guillemetright = -12; +}; +Imacron.ss02 = { +endash.case = -20; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 1; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 27; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 1; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 1; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = 28; +"@MMK_R_KO_comma" = 28; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -15; +}; +imacron = { +ncommaaccent = 2; +lcommaaccent = 18; +three = 52; +exclam.ss01 = 61; +quotedbl = 68; +}; +three = { +icircumflex = 82; +braceright = -17; +bracketright.case = 17; +trademark = -33; +}; +radical = { +four = -49; +seven = 34; +hyphen = -43; +A = -93; +J = -63; +J.ss10 = -76; +a = -38; +d = -38; +a.ss05 = -39; +c = -38; +g = -38; +s = -37; +l.ss04 = 47; +g.ss06 = -40; +}; +quotesinglbase = { +Iogonek = 0; +oslash = -5; +p = -8; +jcircumflex = 53; +germandbls = -45; +numbersign = -36; +parenleft.case = -51; +at = -50; +copyright = -107; +published = -104; +dollar = -43; +euro = -100; +minus = -113; +equal = -23; +approxequal = -61; +}; +germandbls = { +a = 5; +d = 5; +a.ss05 = 15; +e = 2; +f = -6; +g = 0; +i = 0; +s = 5; +t = -8; +v = -17; +w = -5; +g.ss06 = 16; +t_i.liga = -8; +t_t.liga = -8; +period.ss01 = -2; +comma.ss01 = 0; +hyphen = 9; +parenright = -58; +bracketright = -30; +quotedblleft = -26; +quotesingle = -38; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 23; +"@MMK_R_KO_w" = 25; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = 11; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = 6; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = 13; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 40; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_quotedblleft" = 13; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 9; +"@MMK_R_KO_quoteright.ss01" = 8; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -67; +"@MMK_R_KO_Oacute" = -63; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -65; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = -129; +"@MMK_R_KO_U" = -46; +"@MMK_R_KO_V" = -139; +"@MMK_R_KO_W" = -86; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -139; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -38; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -42; +"@MMK_R_KO_f" = -40; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 53; +"@MMK_R_KO_lslash" = -28; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -101; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -15; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_pi" = -39; +"@MMK_R_KO_zero" = -70; +"@MMK_R_KO_one" = -103; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = -23; +"@MMK_R_KO_five" = -37; +"@MMK_R_KO_six" = -67; +"@MMK_R_KO_seven" = -108; +"@MMK_R_KO_eight" = -23; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -97; +"@MMK_R_KO_asterisk" = -139; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_hyphen" = -40; +"@MMK_R_KO_hyphen.case" = -128; +"@MMK_R_KO_quotedblleft" = -139; +"@MMK_R_KO_quoteleft" = -139; +"@MMK_R_KO_quoteright" = -139; +"@MMK_R_KO_guillemetleft" = -100; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_plus" = -105; +"@MMK_R_KO_percent" = -117; +}; +Odieresis = { +Eth = 12; +Germandbls = -4; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = -14; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -74; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -13; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_pi" = -3; +"@MMK_R_KO_zero" = -26; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_five" = -24; +"@MMK_R_KO_six" = -25; +"@MMK_R_KO_seven" = -12; +"@MMK_R_KO_eight" = -15; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_hyphen.case" = -17; +"@MMK_R_KO_endash.case" = -15; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -41; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_degree" = -31; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = -15; +}; +e = { +idieresis = 8; +germandbls = -12; +gbreve.ss06 = 18; +seven = -36; +emdash = 21; +registered = -39; +logicalnot = -57; +asciitilde = 0; +}; +Oacute = { +Eth = 12; +Lslash = 22; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -86; +"@MMK_R_KO_U" = -20; +"@MMK_R_KO_V" = -93; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = 29; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 72; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_x" = 34; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 20; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = -48; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -68; +"@MMK_R_KO_onesuperior" = -93; +"@MMK_R_KO_twosuperior" = -49; +"@MMK_R_KO_threesuperior" = -54; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_fivesuperior" = -61; +"@MMK_R_KO_sevensuperior" = -100; +"@MMK_R_KO_eightsuperior" = -55; +"@MMK_R_KO_ninesuperior" = -59; +"@MMK_R_KO_period" = 46; +"@MMK_R_KO_comma" = 47; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = 11; +"@MMK_R_KO_exclam" = 31; +"@MMK_R_KO_question" = -60; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = 47; +"@MMK_R_KO_backslash" = -83; +"@MMK_R_KO_period.ss01" = 7; +"@MMK_R_KO_comma.ss01" = 7; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = -72; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = 3; +"@MMK_R_KO_bracketright" = 4; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 16; +"@MMK_R_KO_quotedblleft" = -56; +"@MMK_R_KO_quotedblright" = -53; +"@MMK_R_KO_quoteleft" = -56; +"@MMK_R_KO_quoteright" = -53; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -74; +"@MMK_R_KO_quotesingle" = -81; +"@MMK_R_KO_quotedblleft.ss01" = -58; +"@MMK_R_KO_quotedblright.ss01" = -52; +"@MMK_R_KO_quoteright.ss01" = -52; +"@MMK_R_KO_trademark" = -116; +"@MMK_R_KO_asciicircum" = -87; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -31; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -39; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 46; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 27; +"@MMK_R_KO_w" = 23; +"@MMK_R_KO_x" = 25; +"@MMK_R_KO_y" = 22; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -39; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -38; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -59; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -53; +"@MMK_R_KO_asciicircum" = -5; +}; +Germandbls = { +B = 0; +E = 2; +I = 2; +L = 2; +S = 18; +T = -6; +Z = 22; +a = 10; +foursuperior = -21; +hyphen = 17; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -1; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +}; +six.dnom = { +question = -89; +question.ss01 = -100; +parenright = -57; +quotedblleft = -112; +quotedblright = -69; +quoteleft = -112; +quoteright = -69; +quotedbl = -109; +quotesingle = -113; +quotedblleft.ss01 = -63; +quoteleft.ss01 = -63; +quotedblright.ss01 = -65; +quoteright.ss01 = -66; +degree = -153; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -42; +}; +less = { +two = 14; +three = 0; +parenright = -45; +less = 0; +S = 25; +}; +Acircumflex = { +six = -48; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -74; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -139; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_pi" = 11; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 22; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 12; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -138; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_ellipsis" = -139; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -91; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -105; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = -91; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -52; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -219; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -31; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_t_t.liga" = 0; +}; +ellipsis.ss01 = { +Dcroat = -36; +Tbar = -90; +tbar = -46; +twosuperior = -219; +threesuperior = -223; +fivesuperior = -226; +eightsuperior = -228; +question.ss01 = -98; +parenleft = -24; +braceright = -2; +parenleft.case = -40; +quoteleft.ss01 = -140; +quoteright.ss01 = -140; +}; +u = { +l = 0; +idieresis = 8; +s = 0; +germandbls = -5; +logicalnot = -60; +}; +colon.ss01 = { +T = -7; +V = -36; +Y = -68; +zero = -2; +one = 0; +three = -6; +four = 0; +onesuperior = -30; +sevensuperior = -40; +emdash = -9; +parenright = -52; +braceright = 0; +bracketright = 0; +}; +ocircumflexacute = { +sevensuperior = 0; +parenright = 25; +bracketright = 46; +quotedbl = -14; +quotesingle = -18; +}; +egrave = { +T = -105; +}; +Jcircumflex = { +jcircumflex = 106; +parenright = 71; +bracketright = 101; +parenright.case = 97; +bracketright.case = 107; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 84; +"@MMK_R_KO_imacron" = 48; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 35; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = -4; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -16; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_bracketright.case" = 20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -33; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 34; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 59; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_period" = 34; +"@MMK_R_KO_comma" = 38; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 27; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = 36; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 30; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_bracketright" = 28; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_bracketright.case" = 34; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_quoteright.ss01" = 6; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -47; +"@MMK_R_KO_J" = 44; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -115; +"@MMK_R_KO_U" = -34; +"@MMK_R_KO_V" = -127; +"@MMK_R_KO_W" = -62; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -138; +"@MMK_R_KO_Z" = 33; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 48; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_v" = -74; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 29; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -50; +"@MMK_R_KO_one" = -85; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = -93; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_sixsuperior" = -138; +"@MMK_R_KO_onesuperior" = -138; +"@MMK_R_KO_foursuperior" = -138; +"@MMK_R_KO_sevensuperior" = -138; +"@MMK_R_KO_ninesuperior" = -138; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_question" = -80; +"@MMK_R_KO_asterisk" = -138; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_hyphen" = -33; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_hyphen.case" = -119; +"@MMK_R_KO_endash.case" = -127; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = -138; +"@MMK_R_KO_quotedblright" = -138; +"@MMK_R_KO_quoteleft" = -138; +"@MMK_R_KO_quoteright" = -138; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -138; +"@MMK_R_KO_quotesingle" = -115; +}; +udieresis = { +germandbls = -8; +}; +E = { +Hbar = 51; +igrave = 40; +idieresis = 100; +jcircumflex = 107; +germandbls = 0; +idieresis.ss01 = 72; +zero = -7; +two = 14; +six = -6; +seven = 16; +numbersign = 0; +registered = -4; +multiply = 0; +logicalnot = -81; +asciitilde = -16; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -103; +"@MMK_R_KO_Oacute" = -99; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -99; +"@MMK_R_KO_S" = -58; +"@MMK_R_KO_T" = -118; +"@MMK_R_KO_U" = -79; +"@MMK_R_KO_V" = -149; +"@MMK_R_KO_W" = -82; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -161; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_aacute" = -61; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -78; +"@MMK_R_KO_eacute" = -80; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 81; +"@MMK_R_KO_s" = -45; +"@MMK_R_KO_t" = -74; +"@MMK_R_KO_u" = -55; +"@MMK_R_KO_v" = -110; +"@MMK_R_KO_w" = -60; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -74; +"@MMK_R_KO_pi" = -27; +"@MMK_R_KO_zero" = -105; +"@MMK_R_KO_one" = -92; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -53; +"@MMK_R_KO_four" = -109; +"@MMK_R_KO_five" = -61; +"@MMK_R_KO_six" = -98; +"@MMK_R_KO_seven" = -98; +"@MMK_R_KO_eight" = -42; +"@MMK_R_KO_nine" = -66; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -149; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 32; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 25; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblright" = -247; +"@MMK_R_KO_quotedbl" = -240; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblright.ss01" = -247; +}; +Lcaron = { +A = 17; +B = 0; +M = 0; +N = 0; +K = 0; +C = -32; +O = -32; +G = -32; +Ccaron = -29; +Ocircumflex = -29; +J = 28; +S = 0; +Scaron = 2; +T = -28; +U = -18; +Uacute = -15; +V = -18; +W = -24; +Zcaron = 34; +I.ss02 = 21; +a = -11; +u = -9; +v = -62; +w = -34; +sixsuperior = -44; +onesuperior = -30; +twosuperior = -37; +threesuperior = -38; +foursuperior = -69; +fivesuperior = -43; +sevensuperior = -30; +eightsuperior = -39; +ninesuperior = -36; +period = 38; +comma = 42; +question = -45; +question.ss01 = -63; +hyphen = 0; +hyphen.case = -50; +parenright = -36; +quotedblleft = -49; +quoteleft = -49; +guillemetleft = -50; +guilsinglleft = -50; +quotedbl = -33; +quotesingle = -35; +quotedblleft.ss01 = -58; +quoteleft.ss01 = -58; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -77; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_J" = -50; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -69; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 30; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 24; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 20; +"@MMK_R_KO_v" = 32; +"@MMK_R_KO_w" = 27; +"@MMK_R_KO_x" = 21; +"@MMK_R_KO_y" = 36; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = 24; +"@MMK_R_KO_one" = 22; +"@MMK_R_KO_four" = -22; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 22; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -56; +"@MMK_R_KO_comma" = -56; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = -83; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -77; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -84; +"@MMK_R_KO_comma.ss01" = -83; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -87; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_braceright" = -50; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = 16; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = 16; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -4; +}; +Udieresis.ss01 = { +b = 2; +}; +twosuperior = { +A = -69; +fraction = 35; +period = -138; +comma = -139; +slash = -67; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -9; +parenright = -48; +parenright.case = -29; +}; +period = { +g.ss06 = 20; +ordfeminine = -138; +ordmasculine = -138; +twosuperior = -138; +threesuperior = -138; +fivesuperior = -138; +eightsuperior = -138; +parenleft = -11; +braceright = 0; +parenleft.case = -35; +}; +uhorntilde = { +a = -19; +a.ss05 = -16; +n = -8; +u = 0; +period = -38; +comma = -34; +ellipsis = -49; +question = 0; +period.ss01 = -46; +ellipsis.ss01 = -42; +comma.ss01 = -44; +parenright = -50; +quotedblright = 0; +quotedbl = 7; +}; +nine = { +ordmasculine = -29; +underscore = -43; +braceright = -41; +braceright.case = -16; +bracketright.case = -14; +trademark = -65; +asciicircum = -22; +}; +T = { +Hbar = 55; +Lslash = -8; +Oslash = 2; +Tbar = 36; +aacute = -44; +agrave = -44; +adotbelow = -44; +adotbelow.ss01 = -44; +aogonek = -44; +adieresis = -35; +ahookabove = -44; +ae = -40; +a.ss05 = -40; +aacute.ss05 = -36; +aogonek.ss05 = -36; +adotbelow.ss05 = -36; +cacute = -51; +ccedilla = -51; +eacute = -54; +edotaccent = -54; +eogonek = -54; +edotbelow = -54; +edotbelow.ss01 = -54; +edotaccent.ss01 = -54; +egrave = -54; +ecaron = -32; +ehookabove = -54; +oacute = -54; +ohookabove = -54; +ograve = -54; +ocircumflexhookabove = -42; +ohungarumlaut = -53; +odotbelow = -54; +ohorngrave = -54; +ohornacute = -54; +odotbelow.ss01 = -54; +oslash = -54; +gbreve = -42; +i.ss01 = 0; +idotaccent.ss01 = 0; +iacute = -5; +igrave = 48; +rcaron = 26; +ihookabove = -2; +idotless = -13; +ibreve = 58; +icaron = 100; +idieresis = 113; +racute = -8; +scaron = -8; +scircumflex = -2; +uacute = 0; +uhorndotbelow = 0; +uhorndotbelow.ss01 = 0; +ugrave = 0; +udotbelow = 0; +uogonek = 0; +uhorngrave = 0; +uhornacute = 0; +udotbelow.ss01 = 0; +uhornhookabove = 0; +ygrave = 0; +ycircumflex = 0; +yhookabove = 0; +zcaron = 0; +idieresis.ss01 = 85; +zero = -6; +six = -5; +seven = 36; +zeroinferior = -121; +twoinferior = -123; +numbersign = 0; +endash.case = -8; +parenleft.case = 0; +guilsinglleft = -72; +guilsinglright = 0; +at = -11; +ampersand = -31; +registered = 0; +plus = 0; +minus = -5; +multiply = 0; +divide = -3; +equal = 0; +less = 0; +greaterequal = -37; +plusminus = 0; +approxequal = -5; +logicalnot = -135; +asciitilde = -18; +}; +quotesinglbase.ss01 = { +Dcroat = -37; +T = -124; +Tcaron = -124; +V = -138; +W = -87; +Y = -140; +oslash = -8; +germandbls = -49; +numbersign = -19; +question.ss01 = -100; +parenleft.case = -39; +quoteright.ss01 = -140; +at = -40; +copyright = -89; +published = -84; +euro = -74; +minus = -71; +equal = -5; +approxequal = -44; +}; +Q = { +Dcroat = -16; +two = 16; +seven = -54; +registered = -64; +}; +quoteright = { +Hbar = 50; +a.ss05 = -32; +eacute = -37; +hbar = 26; +igrave = 0; +icircumflex = 83; +idieresis = 85; +imacron = 71; +itilde = 54; +jcircumflex = 82; +scaron = -24; +x = 0; +g.ss06 = -33; +gdotaccent.ss06 = -29; +mu = -22; +questiondown = -112; +questiondown.case = -75; +quotedblbase = -139; +euro = -19; +asciitilde = -44; +}; +minus = { +one = 0; +two = -5; +three = 0; +seven = 0; +one.numr = -56; +seven.numr = -60; +period = -56; +comma = -55; +period.ss01 = -36; +comma.ss01 = -36; +parenright = -107; +parenright.case = -87; +quotedblleft = -5; +quotedblright = 0; +quoteleft = -5; +quoteright = 0; +guillemetright = -32; +quotedbl = -30; +quotesingle = -39; +quotedblleft.ss01 = -5; +quoteleft.ss01 = -5; +quotedblright.ss01 = -2; +quoteright.ss01 = -2; +tenge = -5; +yen = -59; +x = -46; +}; +ldot.ss04 = { +a = 23; +e = 24; +period = -60; +comma = -60; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 3; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 21; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -3; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 18; +"@MMK_R_KO_four" = 27; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -38; +"@MMK_R_KO_eight" = 22; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -42; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -37; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -42; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = -42; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -45; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -42; +"@MMK_R_KO_degree" = -62; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -43; +}; +acircumflexacute.ss05 = { +t = -18; +y = -28; +t_i.liga = -18; +t_t.liga = -18; +question = -50; +question.ss01 = -64; +}; +p = { +seven = -32; +registered = -33; +}; +idotaccent = { +T = 0; +idieresis = 44; +parenright = -35; +}; +summation = { +n = -18; +}; +eth = { +a = 12; +d = 12; +aacute = 18; +e = 12; +o = 11; +eth = 15; +odieresis = 11; +f = -2; +f_f.liga = 0; +f_f_i.liga = -2; +fi = -2; +f_y.liga = 0; +fl = 0; +g = 8; +i = 9; +j = 9; +s = 9; +t = -3; +u = 13; +v = -10; +y = -12; +t_i.liga = -3; +t_t.liga = -3; +period = 0; +comma = 0; +period.ss01 = -10; +comma.ss01 = -9; +hyphen = 22; +parenright = -42; +bracketright = 0; +quotedblleft = -11; +quoteleft = -11; +quotedbl = -9; +}; +igrave = { +parenright = -54; +}; +three.numr = { +fraction = 0; +}; +Aring = { +endash.case = -51; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -33; +}; +lcommaaccent = { +j = 29; +}; +quoteright.ss01 = { +igrave = 20; +icircumflex = 69; +imacron = 66; +itilde = 56; +jcircumflex = 71; +idieresis.ss01 = 58; +g.ss06 = -31; +gdotaccent.ss01.ss06 = -27; +mu = -29; +questiondown.case = -67; +questiondown.ss01 = -124; +quotedblbase.ss01 = -140; +asciitilde = -39; +}; +backslash = { +p = 29; +g.ss06 = 42; +backslash = -121; +underscore = 17; +quoteright.ss01 = -85; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 30; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_T" = 57; +"@MMK_R_KO_U" = 45; +"@MMK_R_KO_V" = 82; +"@MMK_R_KO_X" = 57; +"@MMK_R_KO_Y" = 53; +"@MMK_R_KO_Z" = 41; +"@MMK_R_KO_I.ss02" = 56; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 41; +"@MMK_R_KO_onesuperior" = 51; +"@MMK_R_KO_twosuperior" = 46; +"@MMK_R_KO_threesuperior" = 44; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 41; +"@MMK_R_KO_sevensuperior" = 60; +"@MMK_R_KO_eightsuperior" = 42; +"@MMK_R_KO_ninesuperior" = 46; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 42; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = 55; +"@MMK_R_KO_bracketright" = 68; +"@MMK_R_KO_parenright.case" = 82; +"@MMK_R_KO_bracketright.case" = 74; +"@MMK_R_KO_quotedblright" = 55; +"@MMK_R_KO_quoteright" = 55; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 56; +"@MMK_R_KO_quotesingle" = 50; +"@MMK_R_KO_quotedblright.ss01" = 46; +"@MMK_R_KO_quoteright.ss01" = 46; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 19; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 42; +"@MMK_R_KO_U" = 40; +"@MMK_R_KO_V" = 68; +"@MMK_R_KO_W" = 69; +"@MMK_R_KO_X" = 42; +"@MMK_R_KO_Y" = 38; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 43; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 35; +"@MMK_R_KO_imacron" = 42; +"@MMK_R_KO_itilde" = 45; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 16; +"@MMK_R_KO_threesuperior" = 17; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = 10; +"@MMK_R_KO_sevensuperior" = 35; +"@MMK_R_KO_eightsuperior" = 13; +"@MMK_R_KO_ninesuperior" = 15; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 77; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 13; +"@MMK_R_KO_braceright" = 56; +"@MMK_R_KO_bracketright" = 55; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 21; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 20; +"@MMK_R_KO_quoteright.ss01" = 21; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -28; +}; +parenright.case = { +T = -21; +V = -37; +Y = -59; +Yacute = -55; +period = 0; +comma = 0; +slash = -14; +period.ss01 = -19; +comma.ss01 = -18; +hyphen.case = 20; +emdash.case = 20; +parenleft.case = 17; +parenright.case = -40; +braceright.case = -7; +bracketright.case = -6; +quotedbl = -18; +}; +degree = { +zero = -12; +three = -4; +four = -59; +five = -12; +six = -11; +period = -138; +comma = -139; +slash = -107; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -49; +emdash = -56; +endash = -38; +hyphen.case = -19; +emdash.case = -23; +parenright = -65; +bracketright = -13; +parenright.case = -49; +bracketright.case = -15; +g.ss06 = -29; +}; +H = { +H = 0; +Hbar = 32; +igrave = 25; +ibreve = 33; +idieresis = 86; +jcircumflex = 92; +x = 0; +idieresis.ss01 = 57; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -109; +greaterequal = -103; +lessequal = -98; +Y = -85; +n = -71; +}; +mu = { +mu = -10; +pi = -6; +one = -14; +onesuperior = -42; +twosuperior = -26; +sevensuperior = -56; +period.ss01 = -13; +comma.ss01 = -12; +hyphen = -2; +parenright = -58; +braceright = 0; +bracketright = 0; +quotedblleft = -23; +quotedblright = -24; +quoteleft = -23; +quoteright = -24; +quotedbl = -34; +quotesingle = -37; +trademark = -78; +asciicircum = -51; +}; +questiondown = { +p = -2; +questiondown = 15; +}; +A = { +B = -5; +H = -5; +E = -5; +F = -5; +I = -5; +L = -5; +R = -5; +M = -5; +N = -5; +D = -5; +P = -5; +K = -5; +Iacute = -2; +Ntilde = -2; +Idieresis = -2; +Dcroat = -19; +Eth = -23; +Lslash = -7; +Tbar = -83; +b = -3; +h = -3; +k = -3; +l = -4; +m = -3; +n = -3; +r = -3; +p = -2; +jcircumflex = 76; +germandbls = -34; +tbar = -40; +gbreve.ss06 = 27; +ordfeminine = -113; +ordmasculine = -113; +zero = -50; +two = 16; +three = -24; +five = -29; +six = -48; +seven = -84; +eight = -17; +nine = -34; +numbersign = -27; +endash.case = -51; +parenleft.case = -42; +quotedblleft.ss01 = -95; +at = -39; +ampersand = -16; +registered = -97; +dollar = -40; +plus = -54; +minus = -65; +multiply = -32; +divide = -56; +equal = -7; +notequal = -84; +less = -13; +approxequal = -51; +logicalnot = -119; +asciitilde = -60; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_Oacute" = -42; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -48; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 52; +"@MMK_R_KO_imacron" = 94; +"@MMK_R_KO_itilde" = 58; +"@MMK_R_KO_j" = 74; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_u" = -45; +"@MMK_R_KO_uacute" = -41; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -39; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -54; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -33; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 16; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -39; +"@MMK_R_KO_hyphen" = -51; +"@MMK_R_KO_endash" = -65; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -81; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 18; +"@MMK_R_KO_bracketright" = 18; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 34; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -111; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -5; +"@MMK_R_KO_asciicircum" = -74; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 11; +"@MMK_R_KO_three" = 18; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 23; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_degree" = -17; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +ohornacute = { +c = 19; +i = 18; +idotaccent = 18; +i.ss01 = 18; +idotaccent.ss01 = 18; +m = 11; +n = 11; +p = 11; +t = 30; +u = 22; +t_i.liga = 30; +t_i.liga.ss01 = 30; +t_t.liga = 30; +parenright = -42; +}; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 22; +"@MMK_R_KO_Oacute" = 28; +"@MMK_R_KO_J" = -69; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -72; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -97; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 22; +"@MMK_R_KO_v" = 31; +"@MMK_R_KO_w" = 33; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = 29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = 6; +"@MMK_R_KO_threesuperior" = 10; +"@MMK_R_KO_foursuperior" = 17; +"@MMK_R_KO_fivesuperior" = 5; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = 13; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -75; +"@MMK_R_KO_comma" = -75; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -100; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = -92; +"@MMK_R_KO_comma.ss01" = -92; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -79; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -45; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -5; +}; +Ycircumflex = { +a.ss05 = -91; +}; +Ograve = { +Lslash = 22; +}; +Hbar = { +Hbar = 105; +Idieresis.ss01 = 37; +exclam.ss01 = 63; +}; +Y = { +Eth = -30; +Lslash = -15; +Oslash = -35; +aacute = -89; +a.ss05 = -87; +aacute.ss05 = -82; +aogonek.ss05 = -83; +eth = -49; +ccedilla = -93; +eacute = -91; +edotbelow = -95; +edotbelow.ss01 = -95; +egrave = -62; +ecircumflexacute = -63; +oacute = -94; +odotbelow = -96; +odotbelow.ss01 = -96; +oslash = -96; +iacute = -36; +ntilde = -60; +ncaron = -48; +igrave = 48; +idieresis = 110; +scaron = -4; +zcaron = -15; +idieresis.ss01 = 94; +zero = -44; +two = -33; +three = -28; +six = -42; +seven = 18; +eight = -23; +nine = -18; +twoinferior = -134; +numbersign = -35; +ellipsis.ss01 = -178; +endash.case = -60; +parenleft.case = -24; +at = -54; +ampersand = -52; +registered = -28; +plus = -67; +minus = -82; +multiply = -41; +equal = -5; +notequal = -92; +less = -18; +lessequal = -102; +logicalnot = -150; +asciitilde = -94; +}; +acircumflexacute = { +sevensuperior = 0; +parenright = 31; +}; +odieresis.ss01 = { +germandbls = -11; +}; +foursuperior = { +A = -85; +period = -138; +comma = -139; +slash = -85; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -31; +}; +eight = { +icircumflex = 88; +braceright = -14; +bracketright.case = 17; +trademark = -31; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_f" = 1; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 19; +"@MMK_R_KO_n" = 13; +"@MMK_R_KO_icircumflex" = 41; +"@MMK_R_KO_imacron" = 38; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 1; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 1; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = 15; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = 6; +"@MMK_R_KO_bracketright" = 5; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -100; +"@MMK_R_KO_H" = 29; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = 72; +"@MMK_R_KO_U" = 50; +"@MMK_R_KO_V" = 54; +"@MMK_R_KO_W" = 50; +"@MMK_R_KO_X" = 28; +"@MMK_R_KO_Y" = 35; +"@MMK_R_KO_Z" = 47; +"@MMK_R_KO_I.ss02" = 61; +"@MMK_R_KO_J.ss10" = -84; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 29; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -23; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = 28; +"@MMK_R_KO_n" = -23; +"@MMK_R_KO_j" = 28; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 66; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 26; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_five" = 22; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 63; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 17; +"@MMK_R_KO_period" = -107; +"@MMK_R_KO_comma" = -106; +"@MMK_R_KO_ellipsis" = -107; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 40; +"@MMK_R_KO_slash" = -110; +"@MMK_R_KO_period.ss01" = -110; +"@MMK_R_KO_comma.ss01" = -110; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -49; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_endash.case" = -19; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 31; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 45; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 45; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 57; +"@MMK_R_KO_quotesingle" = 51; +"@MMK_R_KO_quotedblleft.ss01" = 15; +"@MMK_R_KO_quotedblright.ss01" = 55; +"@MMK_R_KO_plus" = -36; +"@MMK_R_KO_percent" = 14; +}; +w = { +ampersand = -15; +}; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -107; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -79; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -139; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -35; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -7; +"@MMK_R_KO_seven" = 17; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 13; +"@MMK_R_KO_sixsuperior" = 11; +"@MMK_R_KO_onesuperior" = 9; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -138; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_ellipsis" = -139; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -110; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_endash.case" = -5; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -28; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -5; +}; +jacute = { +hbar = 4; +idieresis = 49; +iogonek = 13; +j = 29; +j.ss01 = 29; +jcircumflex = 73; +seven = 39; +comma = 0; +slash = 9; +parenright = 14; +}; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 29; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 19; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 102; +"@MMK_R_KO_imacron" = 83; +"@MMK_R_KO_j" = 62; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 32; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = 31; +"@MMK_R_KO_backslash" = 53; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = 22; +"@MMK_R_KO_bracketright" = 22; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_bracketright.case" = 23; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; +}; +gcaron.ss06 = { +gcaron.ss06 = 36; +}; +Ntilde = { +A = -8; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 31; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 91; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = -15; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -24; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 26; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 53; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 13; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = 23; +"@MMK_R_KO_parenleft" = -11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 37; +"@MMK_R_KO_bracketright" = 33; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -58; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 50; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_bracketright.case" = 12; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -36; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +}; +guillemetleft = { +Dcroat = -17; +T = -13; +mu = -19; +twosuperior = -39; +braceright = -40; +minus = -26; +logicalnot = -90; +asciitilde = -46; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -98; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -79; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -118; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -24; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -60; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = -54; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -78; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -21; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -46; +"@MMK_R_KO_quotesingle" = -49; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -96; +"@MMK_R_KO_asciicircum" = -64; +}; +icircumflex = { +two = 69; +exclam.ss01 = 77; +parenright = 0; +}; +ihookabove = { +n = -4; +}; +guilsinglleft = { +twosuperior = -46; +braceright = -44; +logicalnot = -98; +asciitilde = -54; +}; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -51; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -95; +"@MMK_R_KO_Y" = -107; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_t_t.liga" = 0; +}; +Uhornacute = { +exclam.ss01 = 44; +}; +ocircumflexhookabove = { +parenright = -2; +bracketright = 6; +quotedblright = -13; +quotedbl = -12; +quotesingle = -13; +quotedblright.ss01 = -14; +}; +plusminus = { +one = 0; +parenright = -57; +}; +question = { +exclam = 21; +questiondown = -78; +questiondown.case = -25; +bracketright.case = 0; +}; +ordmasculine = { +period = -138; +comma = -139; +slash = -98; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -40; +parenright = -56; +parenright.case = -41; +}; +slash = { +Hbar = 95; +Oslash = 0; +hbar = 59; +ntilde = -17; +ncommaaccent = -19; +igrave = 85; +ibreve = 96; +icircumflex = 98; +idieresis = 126; +imacron = 116; +itilde = 98; +jcircumflex = 105; +rcommaaccent = -20; +scaron = 5; +scircumflex = -3; +x = -5; +idieresis.ss01 = 108; +g.ss06 = -30; +gcommaaccent.ss06 = -25; +gdotaccent.ss06 = -23; +gdotaccent.ss01.ss06 = -23; +mu = -23; +oneinferior = -53; +fourinferior = -99; +eightinferior = -57; +backslash = 72; +ellipsis.ss01 = -106; +underscore = -128; +parenleft = -7; +quotesinglbase = -108; +quotedblbase = -108; +quotedblbase.ss01 = -106; +literSign = -17; +cent = -14; +euro = -20; +sterling = -34; +minus = -45; +asciicircum = -31; +infinity = -11; +integral = -50; +radical = -20; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 31; +"@MMK_R_KO_O" = 40; +"@MMK_R_KO_Oacute" = 45; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 45; +"@MMK_R_KO_S" = 54; +"@MMK_R_KO_T" = 55; +"@MMK_R_KO_U" = 45; +"@MMK_R_KO_W" = 55; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 48; +"@MMK_R_KO_I.ss02" = 57; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 32; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_f" = 72; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 40; +"@MMK_R_KO_n" = 21; +"@MMK_R_KO_j" = 45; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_u" = 33; +"@MMK_R_KO_w" = 66; +"@MMK_R_KO_x" = 60; +"@MMK_R_KO_l.ss03" = 40; +"@MMK_R_KO_l.ss04" = 86; +"@MMK_R_KO_sixsuperior" = 55; +"@MMK_R_KO_onesuperior" = 54; +"@MMK_R_KO_twosuperior" = 46; +"@MMK_R_KO_threesuperior" = 41; +"@MMK_R_KO_foursuperior" = 48; +"@MMK_R_KO_fivesuperior" = 43; +"@MMK_R_KO_sevensuperior" = 46; +"@MMK_R_KO_eightsuperior" = 51; +"@MMK_R_KO_ninesuperior" = 56; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 32; +"@MMK_R_KO_semicolon" = 40; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 61; +"@MMK_R_KO_question" = 45; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 25; +"@MMK_R_KO_question.ss01" = 45; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_hyphen.case" = 13; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 56; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_bracketright.case" = 61; +"@MMK_R_KO_quotedblright" = 58; +"@MMK_R_KO_quoteright" = 58; +"@MMK_R_KO_quotedbl" = 56; +"@MMK_R_KO_quotesingle" = 50; +"@MMK_R_KO_quotedblright.ss01" = 46; +"@MMK_R_KO_quoteright.ss01" = 46; +}; +M = { +Hbar = 32; +hbar = 16; +igrave = 25; +ibreve = 33; +icaron = 82; +idieresis = 86; +idieresis.ss01 = 58; +}; +i = { +hbar = 4; +ntilde = 1; +idieresis = 44; +j = 2; +jcircumflex = 43; +s = -2; +germandbls = -8; +slash = -1; +parenright = -35; +braceright = 0; +bracketright = 0; +logicalnot = -67; +}; +macute = { +quotesingle = -52; +}; +greaterequal = { +one = -32; +three = -37; +seven = -36; +parenright = -86; +T = -41; +}; +eogonek = { +parenright = -38; +}; +fiveinferior = { +T = -119; +W = -46; +parenright = -50; +}; +tcedilla = { +comma = 14; +parenright = 0; +bracketright = 0; +}; +eightsuperior = { +A = -87; +fraction = 0; +period = -138; +comma = -139; +slash = -84; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -25; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -104; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -88; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -220; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -33; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = -27; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -4; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -14; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = -66; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = 8; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -108; +"@MMK_R_KO_period.ss01" = -141; +"@MMK_R_KO_comma.ss01" = -140; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 0; +}; +ordfeminine = { +period = -138; +comma = -139; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -26; +parenright = -34; +}; +Edotaccent = { +scaron = 11; +}; +Oslash = { +Eth = 17; +T = 0; +Tcaron = 0; +V = 10; +Y = 6; +l.ss04 = 34; +sevensuperior = 11; +parenright = 0; +bracketright = 25; +parenright.case = 19; +bracketright.case = 31; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -98; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 36; +"@MMK_R_KO_U" = 23; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -137; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -54; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -42; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_icircumflex" = 112; +"@MMK_R_KO_imacron" = 93; +"@MMK_R_KO_itilde" = 88; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_g.ss06" = -39; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -92; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 16; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 8; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_eightsuperior" = 13; +"@MMK_R_KO_ninesuperior" = 18; +"@MMK_R_KO_period" = -120; +"@MMK_R_KO_comma" = -117; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -134; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -103; +"@MMK_R_KO_backslash" = 70; +"@MMK_R_KO_period.ss01" = -125; +"@MMK_R_KO_comma.ss01" = -123; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -106; +"@MMK_R_KO_endash" = -106; +"@MMK_R_KO_underscore" = -112; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = 6; +"@MMK_R_KO_bracketright" = 5; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 14; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 26; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 16; +"@MMK_R_KO_quoteright.ss01" = 16; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; +}; +seven.numr = { +fraction = -33; +}; +at = { +underscore = -63; +parenright = -82; +bracketright = -48; +parenright.case = -55; +bracketright.case = -30; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -80; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -76; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -114; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -57; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_backslash" = -55; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -62; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -47; +"@MMK_R_KO_quotesingle" = -50; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -99; +"@MMK_R_KO_asciicircum" = -62; +}; +F = { +Hbar = 55; +adieresis.ss05 = 0; +i.ss01 = 0; +iacute = -3; +igrave = 49; +idieresis = 109; +zcaron = -2; +idieresis.ss01 = 80; +three = 9; +seven = 32; +twoinferior = -18; +threeinferior = -21; +fourinferior = -50; +fiveinferior = -29; +sixinferior = -25; +eightinferior = -24; +numbersign = 0; +ellipsis.ss01 = -95; +ampersand = -14; +multiply = 0; +}; +nineinferior = { +parenright = -57; +}; +parenright = { +icircumflex = 49; +parenleft = 22; +braceright = -17; +asciicircum = -34; +}; +fivesuperior = { +A = -89; +fraction = 0; +period = -138; +comma = -139; +slash = -84; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -28; +guillemetleft = -39; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -41; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = -43; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = -34; +"@MMK_R_KO_V" = -138; +"@MMK_R_KO_W" = -85; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -178; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -94; +"@MMK_R_KO_w" = -56; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = -14; +"@MMK_R_KO_t_t.liga" = -59; +"@MMK_R_KO_pi" = -37; +"@MMK_R_KO_zero" = -48; +"@MMK_R_KO_one" = -100; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -25; +"@MMK_R_KO_six" = -46; +"@MMK_R_KO_seven" = -110; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -26; +"@MMK_R_KO_sixsuperior" = -234; +"@MMK_R_KO_onesuperior" = -160; +"@MMK_R_KO_foursuperior" = -222; +"@MMK_R_KO_sevensuperior" = -206; +"@MMK_R_KO_ninesuperior" = -234; +"@MMK_R_KO_asterisk" = -149; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_hyphen.case" = -91; +"@MMK_R_KO_endash.case" = -130; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = -240; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -278; +"@MMK_R_KO_quotedblright.ss01" = -278; +}; +lcaron = { +l = 172; +ncaron = 71; +lcaron = 178; +scaron = 86; +exclam.ss01 = 177; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 23; +"@MMK_R_KO_Oacute" = 29; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_Y" = -87; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 24; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 26; +"@MMK_R_KO_hyphen.case" = 32; +"@MMK_R_KO_parenright" = -74; +"@MMK_R_KO_bracketright" = -43; +"@MMK_R_KO_parenright.case" = -52; +"@MMK_R_KO_bracketright.case" = -40; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -26; +}; +z = { +logicalnot = -68; +}; +Eogonek = { +comma = 38; +parenright = 29; +}; +G = { +Eth = 15; +Hbar = 21; +Lslash = 29; +Oslash = 27; +hbar = 10; +idieresis = 22; +jcircumflex = 33; +eight = 17; +braceright.case = -8; +}; +eightinferior = { +parenright = -49; +}; +comma = { +twosuperior = -139; +threesuperior = -139; +fivesuperior = -139; +eightsuperior = -139; +}; +pi = { +pi = 15; +onesuperior = -28; +sevensuperior = -38; +period = 20; +comma = 20; +colon = 21; +slash = 10; +hyphen = 0; +parenright = -50; +braceright = 0; +bracketright = 0; +quoteright = -5; +quotesingle = -19; +trademark = -56; +}; +iacute = { +a = -3; +c = -3; +ntilde = 1; +m = -4; +n = -4; +p = -3; +s = -2; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 174; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 70; +"@MMK_R_KO_f" = 104; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 136; +"@MMK_R_KO_n" = 21; +"@MMK_R_KO_j" = 158; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 99; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_z" = 104; +"@MMK_R_KO_l.ss04" = 186; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 99; +"@MMK_R_KO_sixsuperior" = 164; +"@MMK_R_KO_onesuperior" = 192; +"@MMK_R_KO_twosuperior" = 177; +"@MMK_R_KO_threesuperior" = 174; +"@MMK_R_KO_foursuperior" = 112; +"@MMK_R_KO_fivesuperior" = 170; +"@MMK_R_KO_sevensuperior" = 200; +"@MMK_R_KO_eightsuperior" = 177; +"@MMK_R_KO_ninesuperior" = 182; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 35; +"@MMK_R_KO_semicolon" = 54; +"@MMK_R_KO_exclam" = 177; +"@MMK_R_KO_question" = 128; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_question.ss01" = 124; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_parenright" = 119; +"@MMK_R_KO_bracketright" = 174; +"@MMK_R_KO_quotedblleft" = 143; +"@MMK_R_KO_quoteleft" = 143; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 198; +"@MMK_R_KO_quotesingle" = 192; +"@MMK_R_KO_quotedblleft.ss01" = 143; +}; +Dcroat = { +Dcroat = 29; +Itilde = 11; +}; +jcircumflex = { +E = 77; +U = 92; +k = 22; +l = 20; +i = 23; +j = 56; +jcircumflex = 129; +two = 69; +bracketright = 78; +quotedblleft = 61; +quotedblright = 66; +quoteleft = 61; +quoteright = 66; +quotedbl = 70; +quotesingle = 64; +quotedblright.ss01 = 62; +quoteright.ss01 = 61; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 17; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 108; +"@MMK_R_KO_imacron" = 80; +"@MMK_R_KO_j" = 53; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = 28; +"@MMK_R_KO_comma" = 32; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 21; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_backslash" = 50; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 24; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 21; +"@MMK_R_KO_bracketright" = 21; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 28; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; +}; +gbreve.ss06 = { +gbreve.ss06 = 36; +}; +R = { +Hbar = 48; +Oslash = 21; +hbar = 24; +idieresis = 60; +jcircumflex = 95; +idieresis.ss01 = 58; +two = 12; +three = 11; +eight = 16; +nine = 21; +greater = 29; +logicalnot = -54; +}; +idieresis.ss01 = { +Idieresis.ss01 = 51; +exclam.ss01 = 57; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -99; +question.ss01 = -108; +parenright = -60; +quotedblleft = -69; +quotedblright = -24; +quoteleft = -69; +quoteright = -24; +quotedbl = -66; +quotesingle = -70; +quotedblleft.ss01 = -29; +quoteleft.ss01 = -29; +quotedblright.ss01 = -26; +quoteright.ss01 = -26; +degree = -107; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -71; +"@MMK_R_KO_H" = 42; +"@MMK_R_KO_O" = 34; +"@MMK_R_KO_Oacute" = 39; +"@MMK_R_KO_J" = -40; +"@MMK_R_KO_S" = 50; +"@MMK_R_KO_T" = 76; +"@MMK_R_KO_U" = 63; +"@MMK_R_KO_V" = 72; +"@MMK_R_KO_W" = 71; +"@MMK_R_KO_Y" = 59; +"@MMK_R_KO_Z" = 52; +"@MMK_R_KO_I.ss02" = 65; +"@MMK_R_KO_J.ss10" = -111; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 34; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_i" = 48; +"@MMK_R_KO_icircumflex" = 152; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 27; +"@MMK_R_KO_uacute" = 36; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_sixsuperior" = 52; +"@MMK_R_KO_onesuperior" = 56; +"@MMK_R_KO_twosuperior" = 49; +"@MMK_R_KO_threesuperior" = 46; +"@MMK_R_KO_foursuperior" = 34; +"@MMK_R_KO_fivesuperior" = 45; +"@MMK_R_KO_sevensuperior" = 54; +"@MMK_R_KO_eightsuperior" = 49; +"@MMK_R_KO_ninesuperior" = 55; +"@MMK_R_KO_period" = -90; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -108; +"@MMK_R_KO_exclam" = 49; +"@MMK_R_KO_question" = 42; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -101; +"@MMK_R_KO_colon.ss01" = 40; +"@MMK_R_KO_question.ss01" = 35; +"@MMK_R_KO_hyphen" = -89; +"@MMK_R_KO_endash" = -89; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = 14; +"@MMK_R_KO_bracketright" = 49; +"@MMK_R_KO_parenright.case" = 41; +"@MMK_R_KO_bracketright.case" = 47; +"@MMK_R_KO_quotedblleft" = 52; +"@MMK_R_KO_quotedblright" = 60; +"@MMK_R_KO_quoteleft" = 52; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 66; +"@MMK_R_KO_quotesingle" = 60; +"@MMK_R_KO_quotedblleft.ss01" = 32; +"@MMK_R_KO_quotedblright.ss01" = 54; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 44; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -103; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -126; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 21; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 27; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -38; +"@MMK_R_KO_eight" = 20; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -52; +"@MMK_R_KO_onesuperior" = -67; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -102; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_quotedblleft" = -57; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -57; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -53; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -8; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -79; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 23; +"@MMK_R_KO_J" = -53; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -69; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -46; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 24; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 24; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 20; +"@MMK_R_KO_v" = 26; +"@MMK_R_KO_w" = 27; +"@MMK_R_KO_x" = 21; +"@MMK_R_KO_y" = 29; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -11; +"@MMK_R_KO_t_t.liga" = 24; +"@MMK_R_KO_one" = 22; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 21; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -58; +"@MMK_R_KO_comma" = -60; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -86; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -85; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -86; +"@MMK_R_KO_comma.ss01" = -89; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = -91; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_braceright" = -50; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -48; +"@MMK_R_KO_asciicircum" = -4; +}; +Tcedilla = { +aacute = -25; +acircumflex.ss05 = 23; +amacron.ss05 = 0; +abreve.ss05 = -13; +endash.case = 0; +}; +Yacute = { +Eth = -33; +Oslash = -39; +a.ss05 = -91; +ellipsis.ss01 = -182; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 31; +"@MMK_R_KO_Oacute" = 37; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 25; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 24; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 25; +"@MMK_R_KO_aacute" = 31; +"@MMK_R_KO_a.ss05" = 29; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 23; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_itilde" = 17; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_u" = 21; +"@MMK_R_KO_uacute" = 27; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_hyphen.case" = 29; +"@MMK_R_KO_parenleft" = 28; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_bracketright.case" = -15; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +greater = { +parenright = -70; +bracketright = -53; +parenright.case = -57; +bracketright.case = -54; +greater = 0; +}; +ecircumflexacute = { +onesuperior = -33; +sevensuperior = -2; +parenright = 18; +bracketright = 28; +quotedbl = -19; +quotesingle = -22; +}; +Uhorn = { +exclam.ss01 = 44; +}; +Rcommaaccent = { +parenright = -45; +}; +question.ss01 = { +questiondown.case = -25; +questiondown.ss01 = -83; +}; +onesuperior = { +A = -87; +fraction = 21; +period = -138; +comma = -139; +slash = -84; +period.ss01 = -141; +comma.ss01 = -140; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -78; +"@MMK_R_KO_Oacute" = -74; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -79; +"@MMK_R_KO_S" = -53; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = -74; +"@MMK_R_KO_V" = -122; +"@MMK_R_KO_W" = -90; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -168; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -58; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -70; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = 53; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -68; +"@MMK_R_KO_u" = -48; +"@MMK_R_KO_uacute" = -44; +"@MMK_R_KO_v" = -90; +"@MMK_R_KO_w" = -62; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_t_t.liga" = -68; +"@MMK_R_KO_zero" = -86; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -51; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_five" = -57; +"@MMK_R_KO_six" = -82; +"@MMK_R_KO_seven" = -83; +"@MMK_R_KO_eight" = -39; +"@MMK_R_KO_nine" = -62; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_quotedblleft" = -97; +"@MMK_R_KO_quoteright" = -100; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = -114; +"@MMK_R_KO_quotesingle" = -115; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -63; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_Oacute" = 31; +"@MMK_R_KO_J" = -58; +"@MMK_R_KO_G.ss07" = 30; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 30; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 88; +"@MMK_R_KO_imacron" = 51; +"@MMK_R_KO_itilde" = 30; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 24; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 24; +"@MMK_R_KO_one" = 20; +"@MMK_R_KO_four" = -7; +"@MMK_R_KO_sixsuperior" = 11; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 11; +"@MMK_R_KO_foursuperior" = 17; +"@MMK_R_KO_fivesuperior" = 10; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = 18; +"@MMK_R_KO_ninesuperior" = 10; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = -140; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -58; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -122; +"@MMK_R_KO_comma.ss01" = -122; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -247; +"@MMK_R_KO_hyphen.case" = 31; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = 19; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 19; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 7; +"@MMK_R_KO_quotedblright.ss01" = 15; +"@MMK_R_KO_quoteright.ss01" = 14; +"@MMK_R_KO_trademark" = -26; +"@MMK_R_KO_asciicircum" = 0; +}; +t_i.liga = { +hbar = 10; +idieresis = 48; +jcircumflex = 49; +lcommaaccent = 6; +germandbls = -5; +logicalnot = -61; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -96; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = -86; +"@MMK_R_KO_W" = -53; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -125; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -50; +"@MMK_R_KO_onesuperior" = -75; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -38; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -45; +"@MMK_R_KO_sevensuperior" = -81; +"@MMK_R_KO_eightsuperior" = -38; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = 23; +"@MMK_R_KO_comma" = 25; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = 8; +"@MMK_R_KO_exclam" = 26; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -72; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_backslash" = -68; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = -76; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -46; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -46; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; +"@MMK_R_KO_trademark" = -110; +"@MMK_R_KO_asciicircum" = -71; +}; +adieresis.ss05 = { +germandbls = -14; +}; +a = { +l = -1; +idieresis = 7; +jcircumflex = 5; +s = 0; +germandbls = -5; +notequal = -62; +logicalnot = -61; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -97; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -59; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 42; +"@MMK_R_KO_W" = 33; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = 30; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -112; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -38; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = -39; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = 18; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 37; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = 17; +"@MMK_R_KO_sixsuperior" = 25; +"@MMK_R_KO_onesuperior" = 20; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_ninesuperior" = 24; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -110; +"@MMK_R_KO_ellipsis" = -121; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 38; +"@MMK_R_KO_slash" = -104; +"@MMK_R_KO_period.ss01" = -115; +"@MMK_R_KO_comma.ss01" = -115; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_endash.case" = -16; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_quotedblleft" = 21; +"@MMK_R_KO_quotedblright" = 28; +"@MMK_R_KO_quoteleft" = 21; +"@MMK_R_KO_quoteright" = 28; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 29; +"@MMK_R_KO_quotesingle" = 23; +"@MMK_R_KO_quotedblleft.ss01" = 7; +"@MMK_R_KO_quotedblright.ss01" = 19; +"@MMK_R_KO_degree" = 5; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 16; +}; +icaron = { +icaron = 49; +j = 38; +parenright = 61; +quotedbl = 62; +quotesingle = 56; +}; +braceleft.case = { +braceright.case = 32; +at = -28; +minus = -81; +logicalnot = -116; +asciicircum = -64; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 20; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -28; +"@MMK_R_KO_asciicircum" = -30; +}; +uhorndotbelow = { +a = -19; +a.ss05 = -16; +c = -20; +n = -8; +period = -38; +comma = -33; +ellipsis = -49; +question = 0; +parenright = -50; +quotedblright = 0; +quotedbl = 7; +}; +g.ss06 = { +oslash = 0; +iogonek = 34; +jcircumflex = 91; +gcircumflex.ss06 = 42; +notequal = -76; +logicalnot = -86; +}; +yacute = { +T = 0; +eth = -19; +parenright = -65; +}; +Imacron = { +Imacron = 130; +imacron = 72; +parenright.case = 68; +}; +exclamdown.ss01 = { +T = -6; +V = -35; +Y = -61; +j.ss01 = 66; +}; +oacute = { +seven = -36; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -68; +"@MMK_R_KO_Oacute" = -64; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -65; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = -45; +"@MMK_R_KO_V" = -154; +"@MMK_R_KO_W" = -93; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -180; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = -42; +"@MMK_R_KO_eacute" = -45; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -64; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -105; +"@MMK_R_KO_w" = -66; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -20; +"@MMK_R_KO_t_t.liga" = -64; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -74; +"@MMK_R_KO_one" = -114; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_five" = -36; +"@MMK_R_KO_six" = -70; +"@MMK_R_KO_seven" = -122; +"@MMK_R_KO_eight" = -24; +"@MMK_R_KO_nine" = -38; +"@MMK_R_KO_sixsuperior" = -234; +"@MMK_R_KO_onesuperior" = -160; +"@MMK_R_KO_foursuperior" = -222; +"@MMK_R_KO_sevensuperior" = -206; +"@MMK_R_KO_ninesuperior" = -234; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -92; +"@MMK_R_KO_asterisk" = -149; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -116; +"@MMK_R_KO_endash.case" = -144; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_quotedblleft" = -275; +"@MMK_R_KO_quotedblright" = -275; +"@MMK_R_KO_quoteleft" = -139; +"@MMK_R_KO_quoteright" = -139; +"@MMK_R_KO_guillemetleft" = -95; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -240; +"@MMK_R_KO_quotesingle" = -115; +}; +yen = { +zero = -37; +one = -24; +two = -29; +three = -23; +four = -38; +six = -36; +foursuperior = -38; +period = -37; +comma = -37; +colon = -36; +semicolon = -34; +slash = -51; +period.ss01 = -55; +comma.ss01 = -54; +colon.ss01 = -37; +semicolon.ss01 = -36; +}; +idotaccent.ss01 = { +parenright = -36; +}; +ldot.ss01.ss04 = { +period.ss01 = -99; +comma.ss01 = -99; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_Oacute" = -42; +"@MMK_R_KO_J" = 23; +"@MMK_R_KO_G.ss07" = -41; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = -38; +"@MMK_R_KO_V" = -121; +"@MMK_R_KO_W" = -74; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -143; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 62; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -89; +"@MMK_R_KO_w" = -46; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = -22; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_one" = -78; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_sixsuperior" = -104; +"@MMK_R_KO_onesuperior" = -122; +"@MMK_R_KO_twosuperior" = -76; +"@MMK_R_KO_threesuperior" = -98; +"@MMK_R_KO_foursuperior" = -91; +"@MMK_R_KO_fivesuperior" = -103; +"@MMK_R_KO_sevensuperior" = -126; +"@MMK_R_KO_eightsuperior" = -97; +"@MMK_R_KO_ninesuperior" = -105; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -89; +"@MMK_R_KO_asterisk" = -113; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_backslash" = -112; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -94; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -27; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -40; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 13; +"@MMK_R_KO_quotedblleft" = -104; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -104; +"@MMK_R_KO_quoteright" = -87; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = -115; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -95; +"@MMK_R_KO_quotedblright.ss01" = -91; +"@MMK_R_KO_quoteright.ss01" = -91; +"@MMK_R_KO_trademark" = -142; +"@MMK_R_KO_asciicircum" = -127; +}; +agrave.ss05 = { +T = -99; +Y = -129; +}; +B = { +Hbar = 38; +Lslash = 15; +hbar = 23; +idieresis = 50; +jcircumflex = 83; +idieresis.ss01 = 47; +two = 12; +three = 19; +five = 9; +eight = 22; +nine = 16; +ampersand = 14; +greater = 27; +}; +Tcaron = { +endash.case = 0; +}; +oslash = { +d = 7; +k = 2; +l = 0; +e = 8; +eth = 11; +f = -6; +f_f.liga = -2; +f_f_i.liga = -6; +fi = -6; +f_y.liga = -2; +fl = -2; +g = 2; +m = 0; +n = 0; +r = 0; +j = 7; +s = 3; +t = -6; +v = -12; +y = -12; +l.ss03 = 10; +t_i.liga = -6; +t_t.liga = -6; +period = 0; +comma = 0; +slash = -9; +period.ss01 = -10; +comma.ss01 = -9; +hyphen = 19; +parenright = -55; +bracketright = 0; +}; +guilsinglright = { +x = -70; +threesuperior = -51; +fivesuperior = -57; +eightsuperior = -49; +colon = -39; +semicolon = -38; +questiondown = -47; +question.ss01 = -99; +questiondown.ss01 = -47; +braceright = -84; +braceright.case = -54; +bracketright.case = -53; +quotesinglbase = -45; +quotedblbase = -45; +quotedblbase.ss01 = -44; +quoteright.ss01 = -42; +}; +adieresis = { +germandbls = -8; +}; +liraTurkish = { +one = -71; +two = -31; +seven = -79; +sixsuperior = -44; +onesuperior = -58; +threesuperior = -31; +foursuperior = -59; +fivesuperior = -37; +sevensuperior = -61; +eightsuperior = -29; +ninesuperior = -37; +period = -22; +comma = -21; +colon = -15; +semicolon = -15; +question = -102; +slash = -41; +period.ss01 = -36; +comma.ss01 = -36; +colon.ss01 = -10; +question.ss01 = -110; +parenright = -87; +parenright.case = -66; +quotedbl = -53; +quotesingle = -56; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = 34; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -97; +"@MMK_R_KO_U" = -14; +"@MMK_R_KO_V" = -104; +"@MMK_R_KO_W" = -58; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -140; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -111; +"@MMK_R_KO_onesuperior" = -120; +"@MMK_R_KO_twosuperior" = -110; +"@MMK_R_KO_threesuperior" = -111; +"@MMK_R_KO_foursuperior" = -101; +"@MMK_R_KO_fivesuperior" = -109; +"@MMK_R_KO_sevensuperior" = -127; +"@MMK_R_KO_eightsuperior" = -106; +"@MMK_R_KO_ninesuperior" = -113; +"@MMK_R_KO_period" = 44; +"@MMK_R_KO_comma" = 48; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 25; +"@MMK_R_KO_ellipsis" = 9; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_slash" = 46; +"@MMK_R_KO_period.ss01" = 11; +"@MMK_R_KO_comma.ss01" = 10; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_question.ss01" = -88; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = -39; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -104; +"@MMK_R_KO_quotedblright" = -112; +"@MMK_R_KO_quoteleft" = -104; +"@MMK_R_KO_quoteright" = -112; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -116; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -102; +"@MMK_R_KO_quotedblright.ss01" = -116; +"@MMK_R_KO_quoteright.ss01" = -116; +}; +quotedblbase = { +Dcroat = -34; +Iogonek = 0; +Lslash = -25; +Oslash = -2; +oslash = -5; +p = -8; +iogonek = 0; +jcircumflex = 53; +germandbls = -45; +l.ss03 = -31; +g.ss06 = 7; +numbersign = -36; +parenleft = -33; +parenleft.case = -51; +at = -50; +copyright = -107; +published = -104; +literSign = -33; +dollar = -43; +euro = -101; +minus = -113; +multiply = -61; +divide = -102; +equal = -23; +approxequal = -63; +}; +D = { +Dcroat = 23; +Eth = 18; +Hbar = 22; +Iogonek = 5; +Lslash = 27; +Oslash = 31; +lacute = 7; +zero = 13; +five = 18; +six = 13; +eight = 17; +endash.case = 21; +parenleft.case = 23; +braceright.case = -19; +at = 20; +less = 0; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = 34; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -99; +"@MMK_R_KO_U" = -18; +"@MMK_R_KO_V" = -109; +"@MMK_R_KO_W" = -60; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -141; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_one" = -82; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -184; +"@MMK_R_KO_onesuperior" = -160; +"@MMK_R_KO_twosuperior" = -179; +"@MMK_R_KO_threesuperior" = -180; +"@MMK_R_KO_foursuperior" = -185; +"@MMK_R_KO_fivesuperior" = -182; +"@MMK_R_KO_sevensuperior" = -192; +"@MMK_R_KO_eightsuperior" = -180; +"@MMK_R_KO_ninesuperior" = -181; +"@MMK_R_KO_period" = 44; +"@MMK_R_KO_comma" = 48; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 25; +"@MMK_R_KO_ellipsis" = 9; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -75; +"@MMK_R_KO_asterisk" = -149; +"@MMK_R_KO_slash" = 46; +"@MMK_R_KO_backslash" = -99; +"@MMK_R_KO_period.ss01" = 5; +"@MMK_R_KO_comma.ss01" = 10; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = -88; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -52; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = -190; +"@MMK_R_KO_quotedblright" = -186; +"@MMK_R_KO_quoteleft" = -139; +"@MMK_R_KO_quoteright" = -139; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -192; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -197; +"@MMK_R_KO_quotedblright.ss01" = -193; +"@MMK_R_KO_quoteright.ss01" = -140; +"@MMK_R_KO_trademark" = -210; +"@MMK_R_KO_asciicircum" = -219; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 27; +"@MMK_R_KO_Oacute" = 33; +"@MMK_R_KO_J" = -35; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 42; +"@MMK_R_KO_W" = 39; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 30; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 23; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 72; +"@MMK_R_KO_imacron" = 69; +"@MMK_R_KO_itilde" = 56; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 23; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 23; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 23; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 23; +"@MMK_R_KO_one" = 22; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = 29; +"@MMK_R_KO_onesuperior" = 24; +"@MMK_R_KO_twosuperior" = 31; +"@MMK_R_KO_threesuperior" = 29; +"@MMK_R_KO_foursuperior" = 28; +"@MMK_R_KO_fivesuperior" = 19; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_eightsuperior" = 26; +"@MMK_R_KO_ninesuperior" = 29; +"@MMK_R_KO_period" = -43; +"@MMK_R_KO_comma" = -41; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 48; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 30; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_backslash" = 58; +"@MMK_R_KO_period.ss01" = -55; +"@MMK_R_KO_comma.ss01" = -53; +"@MMK_R_KO_colon.ss01" = 26; +"@MMK_R_KO_question.ss01" = 8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_parenleft" = 18; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_braceright" = 24; +"@MMK_R_KO_bracketright" = 24; +"@MMK_R_KO_quotedblleft" = 20; +"@MMK_R_KO_quotedblright" = 33; +"@MMK_R_KO_quoteleft" = 20; +"@MMK_R_KO_quoteright" = 33; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 28; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = 24; +"@MMK_R_KO_quotedblright.ss01" = 34; +"@MMK_R_KO_quoteright.ss01" = 34; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = -23; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -112; +"@MMK_R_KO_U" = -14; +"@MMK_R_KO_V" = -96; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -71; +"@MMK_R_KO_Y" = -147; +"@MMK_R_KO_Z" = -30; +"@MMK_R_KO_I.ss02" = -37; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -25; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_n" = -26; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = -56; +"@MMK_R_KO_z" = -37; +"@MMK_R_KO_l.ss04" = -24; +"@MMK_R_KO_t_t.liga" = -33; +"@MMK_R_KO_pi" = -30; +"@MMK_R_KO_zero" = -20; +"@MMK_R_KO_one" = -52; +"@MMK_R_KO_two" = -42; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = -62; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -28; +"@MMK_R_KO_sixsuperior" = -68; +"@MMK_R_KO_onesuperior" = -86; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_sevensuperior" = -90; +"@MMK_R_KO_ninesuperior" = -57; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -39; +"@MMK_R_KO_ellipsis" = -46; +"@MMK_R_KO_question" = -90; +"@MMK_R_KO_asterisk" = -99; +"@MMK_R_KO_slash" = -53; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -46; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_endash.case" = -12; +"@MMK_R_KO_parenright" = -107; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = -81; +"@MMK_R_KO_quotedblleft" = -70; +"@MMK_R_KO_quotedblright" = -49; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -49; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -62; +"@MMK_R_KO_quotedbl" = -78; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -43; +"@MMK_R_KO_quotedblright.ss01" = -42; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -79; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -81; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -104; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -73; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -115; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -27; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -1; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -11; +"@MMK_R_KO_one" = 20; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 20; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = 11; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 4; +"@MMK_R_KO_ninesuperior" = 10; +"@MMK_R_KO_period" = -115; +"@MMK_R_KO_comma" = -115; +"@MMK_R_KO_ellipsis" = -115; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -108; +"@MMK_R_KO_period.ss01" = -115; +"@MMK_R_KO_comma.ss01" = -115; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_endash.case" = -5; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 9; +"@MMK_R_KO_degree" = -4; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 4; +}; +ohorndotbelow.ss01 = { +c = 19; +i.ss01 = 18; +n = 11; +p = 12; +t = 30; +u = 22; +t_i.liga.ss01 = 30; +t_t.liga = 30; +}; +t_i.liga.ss01 = { +parenright = -32; +}; +endash = { +x = -53; +one.numr = -53; +four.numr = -12; +seven.numr = -56; +colon = 0; +semicolon = 0; +questiondown = -18; +question.ss01 = -95; +questiondown.ss01 = -18; +endash = 0; +quotedblbase = -20; +quotedblbase.ss01 = -4; +quoteright.ss01 = 0; +}; +Ygrave = { +ellipsis.ss01 = -182; +endash.case = -64; +}; +fraction = { +zero.dnom = -6; +two.dnom = 0; +four.dnom = -45; +eight.dnom = -2; +zeroinferior = -8; +twoinferior = 0; +fourinferior = -41; +fiveinferior = 17; +sixinferior = -10; +seveninferior = 41; +nineinferior = 0; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +g = { +l = 0; +iogonek = 8; +jcircumflex = 18; +}; +m = { +ordfeminine = -51; +ordmasculine = -52; +seven = -29; +registered = -31; +logicalnot = -67; +}; +ohorntilde = { +i = 18; +idotaccent = 18; +i.ss01 = 18; +n = 11; +period = 0; +comma = 0; +period.ss01 = -8; +comma.ss01 = -7; +parenright = -41; +quotedbl = 12; +}; +hyphen.case = { +Dcroat = 9; +Lslash = 8; +Oslash = 22; +one.numr = -44; +seven.numr = -47; +question.ss01 = -30; +parenleft.case = 8; +braceright.case = -69; +bracketright.case = -72; +quotesinglbase = -103; +quotedblbase = -109; +quotedblbase.ss01 = -113; +quoteright.ss01 = 0; +dollar = -10; +}; +ohornhookabove = { +i = 18; +idotaccent = 18; +i.ss01 = 18; +idotaccent.ss01 = 18; +m = 11; +n = 11; +period = 0; +comma = 0; +period.ss01 = -8; +comma.ss01 = -7; +parenright = -42; +bracketright = 0; +guillemetright = 18; +quotedbl = 12; +}; +y = { +germandbls = 23; +zeroinferior = -43; +twoinferior = -40; +ampersand = -22; +logicalnot = -61; +asciitilde = -5; +}; +Idotaccent.ss02 = { +endash.case = -20; +}; +Scedilla = { +idieresis = 27; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 1; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_j" = 28; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -12; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 33; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_endash.case" = -1; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 23; +f_f.liga = 29; +f_y.liga = 29; +fl = 29; +igrave = 19; +idieresis = 92; +seven = 36; +ampersand = -15; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -114; +"@MMK_R_KO_U" = -35; +"@MMK_R_KO_V" = -138; +"@MMK_R_KO_W" = -87; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -183; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -31; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = -39; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = 45; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -95; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = -13; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_pi" = -39; +"@MMK_R_KO_zero" = -50; +"@MMK_R_KO_one" = -101; +"@MMK_R_KO_two" = -6; +"@MMK_R_KO_three" = -19; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -26; +"@MMK_R_KO_six" = -48; +"@MMK_R_KO_seven" = -110; +"@MMK_R_KO_eight" = -15; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_asterisk" = -140; +"@MMK_R_KO_slash" = 40; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_hyphen.case" = -101; +"@MMK_R_KO_endash.case" = -130; +"@MMK_R_KO_guillemetleft" = -77; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -140; +"@MMK_R_KO_quotedblright.ss01" = -278; +"@MMK_R_KO_plus" = -65; +"@MMK_R_KO_percent" = -127; +}; +numero = { +period = 0; +comma = 0; +period.ss01 = -28; +comma.ss01 = -28; +parenright = -68; +parenright.case = -48; +}; +cent = { +onesuperior = -48; +sevensuperior = -57; +period = -12; +comma = -11; +slash = -34; +period.ss01 = -30; +comma.ss01 = -30; +parenright = -84; +bracketright = -50; +parenright.case = -54; +bracketright.case = -36; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -39; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = 39; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 27; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -46; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = 107; +"@MMK_R_KO_imacron" = 107; +"@MMK_R_KO_itilde" = 94; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 51; +"@MMK_R_KO_g.ss06" = -23; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 18; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 14; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = 18; +"@MMK_R_KO_eightsuperior" = 11; +"@MMK_R_KO_ninesuperior" = 18; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -66; +"@MMK_R_KO_exclam" = 23; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 23; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_backslash" = 51; +"@MMK_R_KO_period.ss01" = -74; +"@MMK_R_KO_comma.ss01" = -74; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_underscore" = -61; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = 26; +"@MMK_R_KO_bracketright" = 25; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 26; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 25; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 25; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 31; +"@MMK_R_KO_quotesingle" = 25; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 17; +"@MMK_R_KO_quoteright.ss01" = 17; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -10; +}; +Icircumflex = { +Icircumflex = 111; +l = 6; +icircumflex = 99; +l.ss03 = 15; +l.ss04 = 21; +parenright = 64; +bracketright = 94; +parenright.case = 90; +bracketright.case = 99; +}; +iogonek = { +iogonek = 3; +j = 46; +}; +uhorn = { +a = -15; +a.ss05 = -13; +ohorn = -17; +ohorndotbelow = -17; +ohorndotbelow.ss01 = -17; +ohorngrave = -17; +ohornacute = -17; +ohornhookabove = -17; +ohorntilde = -17; +period = -34; +comma = -30; +ellipsis = -44; +question = 8; +period.ss01 = -42; +ellipsis.ss01 = -39; +comma.ss01 = -39; +parenright = -48; +quotedblright = 0; +quotedbl = 13; +}; +underscore = { +g.ss06 = 29; +underscore = 2; +parenleft.case = -62; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = 84; +"@MMK_R_KO_s" = -50; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -50; +"@MMK_R_KO_v" = -50; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_t_t.liga" = -31; +"@MMK_R_KO_pi" = -37; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -49; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_hyphen" = -69; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -87; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -67; +}; +W = { +Hbar = 60; +adieresis.ss05 = 0; +igrave = 74; +idieresis = 120; +scaron = 0; +idieresis.ss01 = 98; +six = -10; +seven = 30; +threeinferior = -45; +ampersand = -26; +plus = -3; +minus = -8; +notequal = -58; +logicalnot = -84; +asciitilde = -22; +}; +Aogonek = { +Lslash = -7; +period = 18; +comma = 48; +endash.case = -49; +parenright = 27; +bracketright = 38; +}; +Z = { +Lslash = 0; +igrave = 37; +ibreve = 45; +icaron = 92; +zero = -9; +two = 18; +six = -8; +seven = 15; +numbersign = 0; +endash.case = -15; +at = -11; +plus = -5; +minus = -5; +divide = -5; +equal = 0; +less = 0; +logicalnot = -102; +asciitilde = -13; +}; +emdash = { +x = -50; +zero.numr = -59; +one.numr = -57; +three.numr = -34; +four.numr = -34; +five.numr = -41; +six.numr = -51; +seven.numr = -60; +eight.numr = -32; +nine.numr = -41; +threesuperior = -37; +fivesuperior = -43; +eightsuperior = -35; +colon = 0; +semicolon = 0; +questiondown = -10; +question.ss01 = -100; +questiondown.ss01 = -10; +quotedblbase = -11; +quotedblbase.ss01 = 0; +quoteleft.ss01 = -11; +quoteright.ss01 = -8; +}; +tbar = { +a = 3; +e = 0; +tbar = 0; +}; +eng = { +j = 33; +slash = 32; +parenright = -19; +bracketright = 0; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -113; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -110; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -98; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -46; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -215; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -33; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_t_t.liga" = -4; +}; +percent = { +twosuperior = -61; +threesuperior = -107; +fivesuperior = -113; +eightsuperior = -107; +question.ss01 = -104; +bracketright.case = 0; +quoteright.ss01 = -100; +}; +Uhornhookabove = { +exclam.ss01 = 44; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_V" = -81; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -116; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -20; +}; +uhorngrave = { +a = -19; +a.ss05 = -16; +o = -21; +n = -8; +period = -38; +comma = -34; +period.ss01 = -46; +comma.ss01 = -44; +parenright = -50; +quotedblright = 0; +quotedbl = 7; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 12; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -1; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -28; +}; +a.ss05 = { +p = -2; +jcircumflex = 41; +germandbls = -10; +gbreve.ss06 = 22; +gcircumflex.ss06 = 22; +ordfeminine = -58; +ordmasculine = -59; +seven = -36; +notequal = -59; +logicalnot = -80; +}; +Itilde = { +Itilde = 60; +igrave = 33; +itilde = 66; +}; +threesuperior = { +A = -89; +fraction = 0; +period = -138; +comma = -139; +slash = -87; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -26; +parenright = -40; +parenright.case = -22; +guillemetleft = -39; +}; +ydotbelow.ss01 = { +period.ss01 = -62; +parenright = 15; +}; +endash.case = { +seven.numr = -43; +bracketright.case = -69; +quotedblbase = -141; +quotedblbase.ss01 = -130; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -3; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 93; +"@MMK_R_KO_imacron" = 66; +"@MMK_R_KO_itilde" = 60; +"@MMK_R_KO_j" = 36; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_bracketright.case" = 3; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -18; +"@MMK_R_KO_asciicircum" = -10; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 29; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = 31; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 47; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 43; +"@MMK_R_KO_comma" = 41; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 41; +"@MMK_R_KO_ellipsis" = 10; +"@MMK_R_KO_exclam" = 30; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = 28; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -40; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = 15; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -60; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -55; +"@MMK_R_KO_one" = -85; +"@MMK_R_KO_two" = 12; +"@MMK_R_KO_three" = -14; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -53; +"@MMK_R_KO_seven" = -92; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -139; +"@MMK_R_KO_onesuperior" = -139; +"@MMK_R_KO_foursuperior" = -139; +"@MMK_R_KO_sevensuperior" = -139; +"@MMK_R_KO_ninesuperior" = -139; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_asterisk" = -139; +"@MMK_R_KO_hyphen" = -34; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_hyphen.case" = -125; +"@MMK_R_KO_endash.case" = -121; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -139; +"@MMK_R_KO_quotedblright" = -139; +"@MMK_R_KO_quoteleft" = -139; +"@MMK_R_KO_quoteright" = -139; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -115; +}; +N = { +Hbar = 32; +igrave = 25; +icaron = 82; +idieresis = 86; +jcircumflex = 92; +idieresis.ss01 = 58; +degree = -14; +logicalnot = -64; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -92; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -77; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -28; +"@MMK_R_KO_Y" = -117; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -41; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -58; +"@MMK_R_KO_asterisk" = -66; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = -53; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -74; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = -20; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -50; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -28; +"@MMK_R_KO_trademark" = -102; +"@MMK_R_KO_asciicircum" = -66; +}; +b = { +seven = -32; +registered = -33; +notequal = -45; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -75; +"@MMK_R_KO_Y" = -95; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +Itilde.ss02 = { +igrave = 44; +}; +trademark = { +period = -138; +comma = -139; +slash = -115; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -44; +parenright = -37; +parenright.case = -20; +guillemetleft = -59; +guilsinglleft = -59; +guillemetright = -29; +guilsinglright = -29; +}; +literSign = { +parenright = -57; +parenright.case = -31; +guillemetleft = -43; +guilsinglleft = -43; +}; +ohorn = { +i = 18; +idotaccent = 18; +i.ss01 = 18; +idotaccent.ss01 = 18; +m = 11; +n = 11; +r = 11; +t = 30; +u = 22; +v = 33; +t_i.liga = 30; +t_t.liga = 30; +period = 0; +comma = 0; +period.ss01 = -8; +comma.ss01 = -7; +hyphen = 21; +parenright = -43; +bracketright = 0; +quotedbl = 12; +}; +quotedblleft = { +A = -74; +Dcroat = 0; +Hbar = 29; +igrave = 18; +icircumflex = 38; +imacron = 63; +jcircumflex = 38; +s = 0; +x = -10; +g.ss06 = -6; +mu = -13; +exclamdown = 0; +questiondown = -98; +backslash = 18; +questiondown.case = -36; +underscore = -247; +quotedblbase = -275; +ampersand = -42; +minus = 0; +divide = 0; +asciitilde = -5; +}; +l.ss04 = { +Hbar = 33; +l.ss04 = 8; +periodcentered.loclCAT = 34; +parenright = -30; +bracketright = 0; +quoteright = -4; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 23; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 97; +"@MMK_R_KO_imacron" = 77; +"@MMK_R_KO_itilde" = 72; +"@MMK_R_KO_j" = 56; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 23; +"@MMK_R_KO_comma" = 26; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = 24; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 23; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -91; +}; +integral = { +guillemetright = 0; +guilsinglright = 0; +integral = -48; +A = -60; +a = -49; +d = -49; +a.ss05 = -50; +e = -52; +s = -43; +w = 0; +}; +two.dnom = { +question = -96; +question.ss01 = -100; +parenright = -50; +quotedblleft = -112; +quotedblright = -69; +quoteleft = -112; +quoteright = -69; +quotedbl = -109; +quotesingle = -113; +quotedblleft.ss01 = -64; +quoteleft.ss01 = -64; +quotedblright.ss01 = -66; +quoteright.ss01 = -66; +degree = -153; +}; +parenleft.case = { +Icircumflex = 66; +Imacron = 53; +Idieresis = 71; +Dcroat = -28; +Eth = -32; +Iogonek = 36; +Itilde = 36; +Lslash = -19; +Idieresis.ss01 = 60; +four.numr = -55; +numbersign = -43; +questiondown.case = -28; +question.ss01 = -50; +parenleft.case = -40; +quotedblbase = -9; +quotedblbase.ss01 = 15; +at = -65; +ampersand = -35; +section = -36; +copyright = -69; +registered = -46; +published = -65; +literSign = -40; +numero = -18; +cent = -63; +dollar = -45; +euro = -61; +liraTurkish = -38; +minus = -87; +multiply = -68; +divide = -75; +equal = -57; +notequal = -102; +less = -56; +greaterequal = -46; +approxequal = -81; +logicalnot = -113; +asciitilde = -82; +asciicircum = -98; +infinity = -54; +radical = -47; +}; +Iacute.ss02 = { +igrave = 44; +endash.case = -20; +}; +tenge = { +four = -12; +period = -115; +comma = -115; +slash = -71; +period.ss01 = -126; +comma.ss01 = -125; +}; +colon = { +A = 6; +D = -6; +C = 5; +J = 10; +T = -17; +V = -37; +W = -19; +Y = -61; +a = 0; +c = 0; +e = 0; +o = 0; +f = 17; +s = 11; +t = 12; +z = 14; +t_i.liga = 12; +pi = 17; +zero = 0; +one = 0; +two = 11; +three = 0; +four = 0; +sevensuperior = -41; +emdash = -9; +parenright = -52; +braceright = 0; +bracketright = 0; +parenright.case = -17; +guillemetleft = -28; +guilsinglleft = -28; +}; +h = { +seven = -29; +registered = -32; +}; +emacron = { +Y = -64; +lcommaaccent = 0; +}; +numbersign = { +A = -21; +J = 12; +T = 0; +X = -43; +Y = -41; +one = 7; +eight = 18; +period = 0; +comma = 0; +slash = -19; +period.ss01 = -15; +comma.ss01 = -14; +parenright = -58; +bracketright = -32; +parenright.case = -41; +bracketright.case = -29; +}; +copyright = { +parenright = -97; +parenright.case = -68; +}; +t = { +iogonek = 0; +wdieresis = 13; +two = 0; +logicalnot = -66; +asciitilde = -5; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 56; +"@MMK_R_KO_imacron" = 26; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = 26; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = -4; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -26; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_bracketright.case" = 18; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -33; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -6; +}; +Hcircumflex = { +igrave = 31; +}; +aogonek.ss05 = { +j = 64; +comma = 41; +parenright = 28; +bracketright = 27; +}; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = -53; +"@MMK_R_KO_Y" = -113; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -16; +}; +_B.currency = { +_baht.bar = 0; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -86; +"@MMK_R_KO_U" = -20; +"@MMK_R_KO_V" = -93; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = 29; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 72; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_x" = 34; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 26; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 20; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = -48; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -68; +"@MMK_R_KO_onesuperior" = -93; +"@MMK_R_KO_twosuperior" = -49; +"@MMK_R_KO_threesuperior" = -54; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_fivesuperior" = -61; +"@MMK_R_KO_sevensuperior" = -100; +"@MMK_R_KO_eightsuperior" = -55; +"@MMK_R_KO_ninesuperior" = -59; +"@MMK_R_KO_period" = 46; +"@MMK_R_KO_comma" = 47; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = 11; +"@MMK_R_KO_exclam" = 31; +"@MMK_R_KO_question" = -60; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = 45; +"@MMK_R_KO_backslash" = -83; +"@MMK_R_KO_period.ss01" = 7; +"@MMK_R_KO_comma.ss01" = 7; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = -72; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 2; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 16; +"@MMK_R_KO_quotedblleft" = -56; +"@MMK_R_KO_quotedblright" = -53; +"@MMK_R_KO_quoteleft" = -56; +"@MMK_R_KO_quoteright" = -53; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -74; +"@MMK_R_KO_quotesingle" = -81; +"@MMK_R_KO_quotedblleft.ss01" = -58; +"@MMK_R_KO_quotedblright.ss01" = -52; +"@MMK_R_KO_quoteright.ss01" = -52; +"@MMK_R_KO_trademark" = -116; +"@MMK_R_KO_asciicircum" = -87; +}; +rupeeIndian = { +four = -39; +period = -50; +comma = -50; +slash = -39; +period.ss01 = -59; +comma.ss01 = -58; +}; +Zdotaccent = { +Hbar = 44; +endash.case = -21; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -94; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -36; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = -28; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -64; +"@MMK_R_KO_asterisk" = -72; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -82; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -27; +}; +P = { +Hbar = 47; +Oslash = 31; +hbar = 25; +igrave = 0; +idieresis = 53; +idieresis.ss01 = 51; +two = 0; +three = 0; +five = 8; +seven = 16; +nine = 20; +twoinferior = -20; +threeinferior = -23; +fourinferior = -68; +ellipsis.ss01 = -120; +endash.case = 24; +braceright.case = -15; +ampersand = -15; +}; +twoinferior = { +T = -124; +V = -102; +W = -56; +Y = -166; +t = -37; +t_i.liga = -37; +t_t.liga = -37; +parenright = -34; +}; +wdieresis = { +period = -39; +comma = -35; +bracketright = -43; +}; +uhungarumlaut = { +onesuperior = -28; +sevensuperior = -15; +parenright = -28; +bracketright = 0; +}; +odieresis = { +germandbls = -11; +gbreve.ss06 = 17; +}; +ohorndotbelow = { +c = 19; +i = 18; +idotaccent = 18; +m = 11; +n = 11; +p = 12; +t = 30; +u = 22; +t_i.liga = 30; +t_t.liga = 30; +period = 0; +comma = 0; +parenright = -41; +bracketright = 0; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_Oacute" = 31; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 25; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 25; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_eacute" = 23; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 12; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 19; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 21; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_backslash" = -22; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_underscore" = -48; +"@MMK_R_KO_hyphen.case" = 29; +"@MMK_R_KO_parenleft" = 28; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_bracketright.case" = -15; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = -5; +}; +one.numr = { +fraction = 17; +}; +Uhorntilde = { +exclam.ss01 = 44; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 25; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 22; +"@MMK_R_KO_aacute" = 28; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 8; +"@MMK_R_KO_zero" = 7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 9; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_plus" = 0; +}; +two = { +icircumflex = 81; +x = 19; +colon = 33; +semicolon = 34; +braceright = 6; +minus = 0; +multiply = 0; +}; +j = { +hbar = 3; +idieresis = 46; +iogonek = 3; +jcircumflex = 69; +}; +ldot.ss01 = { +period.ss01 = -106; +comma.ss01 = -105; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 28; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 46; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 21; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -46; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -5; +}; +idieresis = { +l = 41; +icaron = 77; +idieresis = 131; +}; +approxequal = { +one = 0; +parenright = -105; +parenright.case = -80; +A = -50; +I.ss02 = -9; +}; +ograve = { +T = -99; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_Y" = -85; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -26; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_sixsuperior" = -43; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -66; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -81; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_underscore" = -24; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -30; +"@MMK_R_KO_trademark" = -99; +}; +S = { +Hbar = 32; +Lslash = 23; +hbar = 17; +ibreve = 11; +idieresis = 33; +idieresis.ss01 = 26; +two = 12; +three = 21; +five = 14; +eight = 25; +ampersand = 20; +dollar = 6; +greater = 0; +logicalnot = -56; +}; +periodcentered.loclCAT = { +l = 31; +l.ss03 = 42; +l.ss04 = 33; +}; +Iogonek = { +iogonek = 19; +j = 56; +j.ss01 = 56; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 21; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = 15; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -19; +}; +racute = { +parenright = -16; +bracketright = 0; +}; +questiondown.case = { +C = -29; +Q = -29; +Q.ss09 = -29; +T = -93; +V = -98; +W = -69; +Y = -116; +one = -94; +seven = -95; +parenright.case = -54; +quotedblleft = -106; +quoteright = -98; +quotedbl = -101; +quotesingle = -105; +quotedblleft.ss01 = -101; +quoteright.ss01 = -97; +}; +f_y.liga = { +germandbls = 18; +zeroinferior = -47; +ampersand = -26; +}; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -54; +"@MMK_R_KO_Oacute" = -50; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -33; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -86; +"@MMK_R_KO_a" = -84; +"@MMK_R_KO_aacute" = -73; +"@MMK_R_KO_a.ss05" = -48; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -84; +"@MMK_R_KO_eacute" = -65; +"@MMK_R_KO_f" = -54; +"@MMK_R_KO_g" = -50; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = 58; +"@MMK_R_KO_lslash" = -25; +"@MMK_R_KO_s" = -75; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -69; +"@MMK_R_KO_uacute" = -53; +"@MMK_R_KO_v" = -56; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -51; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_pi" = -55; +"@MMK_R_KO_zero" = -60; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_two" = -41; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -57; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -38; +"@MMK_R_KO_nine" = -36; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_foursuperior" = -51; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -60; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -49; +"@MMK_R_KO_hyphen" = -87; +"@MMK_R_KO_endash" = -88; +"@MMK_R_KO_parenright" = 19; +"@MMK_R_KO_bracketright" = 32; +"@MMK_R_KO_quotedblleft" = -38; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -38; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -109; +"@MMK_R_KO_guillemetright" = -71; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -40; +"@MMK_R_KO_plus" = -85; +"@MMK_R_KO_percent" = -38; +}; +bracketleft.case = { +Icircumflex = 84; +numbersign = -25; +parenleft.case = -6; +bracketright.case = 31; +at = -27; +literSign = -26; +euro = -52; +minus = -84; +equal = -5; +less = -54; +asciitilde = -78; +asciicircum = -63; +infinity = -35; +}; +K = { +Lslash = -15; +Oslash = 0; +edieresis = -35; +odieresis.ss01 = -55; +odieresis = -43; +oslash = 0; +igrave = 42; +rcaron = 14; +idieresis = 93; +jcircumflex = 74; +ygrave = -6; +ytilde = -5; +idieresis.ss01 = 74; +zero = -59; +two = 19; +three = -32; +six = -54; +seven = 0; +nine = -33; +numbersign = -50; +endash.case = -101; +parenleft.case = -39; +at = -57; +ampersand = -31; +registered = -47; +dollar = -41; +plus = -98; +minus = -113; +multiply = -60; +divide = -97; +equal = -27; +notequal = -107; +less = -64; +logicalnot = -174; +asciitilde = -111; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 22; +"@MMK_R_KO_Oacute" = 28; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 25; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 21; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_hyphen.case" = 27; +"@MMK_R_KO_parenleft" = 27; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_braceright" = -43; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -8; +}; +semicolon = { +four = -6; +onesuperior = -37; +sevensuperior = -42; +hyphen = -3; +emdash = -13; +endash = 0; +hyphen.case = 0; +parenright = -8; +guillemetleft = -30; +}; +Thorn = { +Eth = 22; +}; +four.dnom = { +question = -83; +question.ss01 = -97; +parenright = -57; +quotedblleft = -78; +quotedblright = -34; +quoteleft = -78; +quoteright = -34; +quotedbl = -76; +quotesingle = -79; +quotedblleft.ss01 = -35; +quoteleft.ss01 = -35; +quotedblright.ss01 = -33; +quoteright.ss01 = -33; +degree = -117; +}; +braceright = { +Y = -43; +period = -25; +comma = -14; +period.ss01 = -44; +comma.ss01 = -37; +parenright = -48; +braceright = -24; +asciicircum = -7; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 15; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -1; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = 9; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = 7; +"@MMK_R_KO_bracketright" = 7; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -24; +"@MMK_R_KO_asciicircum" = -28; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -92; +"@MMK_R_KO_Oacute" = -89; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -92; +"@MMK_R_KO_S" = -71; +"@MMK_R_KO_T" = -114; +"@MMK_R_KO_U" = -82; +"@MMK_R_KO_V" = -128; +"@MMK_R_KO_W" = -100; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -172; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -76; +"@MMK_R_KO_a" = -73; +"@MMK_R_KO_a.ss05" = -38; +"@MMK_R_KO_l" = -24; +"@MMK_R_KO_e" = -85; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = 47; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = -77; +"@MMK_R_KO_u" = -61; +"@MMK_R_KO_uacute" = -55; +"@MMK_R_KO_v" = -93; +"@MMK_R_KO_w" = -71; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = -24; +"@MMK_R_KO_t_t.liga" = -77; +"@MMK_R_KO_zero" = -97; +"@MMK_R_KO_one" = -100; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -66; +"@MMK_R_KO_four" = -99; +"@MMK_R_KO_five" = -74; +"@MMK_R_KO_six" = -92; +"@MMK_R_KO_seven" = -106; +"@MMK_R_KO_eight" = -52; +"@MMK_R_KO_nine" = -78; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -117; +"@MMK_R_KO_quotesingle" = -115; +"@MMK_R_KO_quotedblleft.ss01" = -106; +}; +ampersand = { +one = -39; +seven = -48; +parenright = -47; +bracketright = 0; +quotedblleft = -66; +quotedblright = -28; +quoteleft = -65; +quoteright = -28; +quotedbl = -68; +quotesingle = -71; +quotedblleft.ss01 = -37; +quoteleft.ss01 = -37; +quotedblright.ss01 = -34; +quoteright.ss01 = -34; +v = -46; +w = -24; +y = -31; +}; +four = { +x = -31; +ordfeminine = -47; +ordmasculine = -51; +zero.numr = -41; +one.numr = -41; +three.numr = -42; +four.numr = -42; +five.numr = -41; +six.numr = -41; +seven.numr = -43; +eight.numr = -35; +nine.numr = -37; +threesuperior = -41; +fivesuperior = -45; +eightsuperior = -37; +colon = 0; +semicolon = 0; +question.ss01 = -56; +underscore = -37; +braceright = -28; +braceright.case = 0; +bracketright.case = 0; +quoteright.ss01 = -42; +registered = -32; +trademark = -57; +asciicircum = -76; +}; +zerosuperior = { +A = -96; +fraction = -12; +period = -138; +comma = -139; +slash = -97; +period.ss01 = -141; +comma.ss01 = -140; +parenright = -53; +parenright.case = -39; +guillemetleft = -47; +guilsinglleft = -47; +}; +n = { +n = 0; +gcircumflex.ss06 = 17; +ordfeminine = -51; +ordmasculine = -52; +seven = -29; +at = 2; +registered = -31; +degree = -63; +notequal = -52; +greaterequal = -37; +logicalnot = -66; +}; +bracketleft = { +Icircumflex = 86; +Dcroat = -15; +Oslash = 13; +oslash = 6; +hcircumflex = 88; +i = 12; +idotaccent = 12; +iacute = 0; +ntilde = -4; +nacute = -4; +p = 2; +ibreve = 72; +icircumflex = 92; +imacron = 95; +jcircumflex = 114; +macute = -4; +scaron = 0; +scircumflex = 0; +germandbls = -40; +x = 0; +colon = -5; +numbersign = -30; +parenleft = -16; +at = -30; +ampersand = -29; +literSign = -27; +dollar = 0; +euro = -50; +minus = -81; +equal = -5; +less = -52; +asciitilde = -76; +asciicircum = -61; +infinity = -33; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 175; +"@MMK_R_KO_O" = 112; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 176; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 137; +"@MMK_R_KO_n" = 22; +"@MMK_R_KO_j" = 160; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 101; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 69; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 33; +"@MMK_R_KO_z" = 106; +"@MMK_R_KO_l.ss03" = 153; +"@MMK_R_KO_l.ss04" = 179; +"@MMK_R_KO_t_t.liga" = 101; +"@MMK_R_KO_sixsuperior" = 164; +"@MMK_R_KO_onesuperior" = 192; +"@MMK_R_KO_twosuperior" = 177; +"@MMK_R_KO_threesuperior" = 174; +"@MMK_R_KO_foursuperior" = 112; +"@MMK_R_KO_fivesuperior" = 170; +"@MMK_R_KO_sevensuperior" = 200; +"@MMK_R_KO_eightsuperior" = 177; +"@MMK_R_KO_ninesuperior" = 182; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 35; +"@MMK_R_KO_semicolon" = 54; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 177; +"@MMK_R_KO_question" = 128; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 16; +"@MMK_R_KO_question.ss01" = 124; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_parenright" = 121; +"@MMK_R_KO_bracketright" = 174; +"@MMK_R_KO_quotedblleft" = 143; +"@MMK_R_KO_quoteleft" = 143; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 198; +"@MMK_R_KO_quotesingle" = 192; +"@MMK_R_KO_quotedblleft.ss01" = 143; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 77; +"@MMK_R_KO_O" = 29; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 96; +"@MMK_R_KO_T" = 79; +"@MMK_R_KO_V" = 93; +"@MMK_R_KO_X" = 20; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 81; +"@MMK_R_KO_I.ss02" = 98; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 23; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 106; +"@MMK_R_KO_imacron" = 88; +"@MMK_R_KO_itilde" = 53; +"@MMK_R_KO_j" = 51; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 32; +"@MMK_R_KO_l.ss04" = 70; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 53; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 67; +"@MMK_R_KO_onesuperior" = 102; +"@MMK_R_KO_twosuperior" = 87; +"@MMK_R_KO_threesuperior" = 68; +"@MMK_R_KO_foursuperior" = 11; +"@MMK_R_KO_fivesuperior" = 52; +"@MMK_R_KO_sevensuperior" = 100; +"@MMK_R_KO_eightsuperior" = 63; +"@MMK_R_KO_ninesuperior" = 93; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -1; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 61; +"@MMK_R_KO_question" = 57; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 45; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = 26; +"@MMK_R_KO_parenright" = 47; +"@MMK_R_KO_bracketright" = 72; +"@MMK_R_KO_quotedblleft" = 47; +"@MMK_R_KO_quotedblright" = 74; +"@MMK_R_KO_quoteleft" = 48; +"@MMK_R_KO_quoteright" = 74; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 70; +"@MMK_R_KO_quotesingle" = 64; +"@MMK_R_KO_quotedblleft.ss01" = 34; +"@MMK_R_KO_quotedblright.ss01" = 64; +"@MMK_R_KO_quoteright.ss01" = 64; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 30; +}; +J.ss10 = { +Hbar = 42; +ibreve = 45; +icaron = 94; +idieresis = 98; +jcircumflex = 103; +idieresis.ss01 = 69; +}; +quotedblbase.ss01 = { +Dcroat = -37; +oslash = -8; +p = -11; +germandbls = -49; +asterisk = -149; +numbersign = -19; +question.ss01 = -100; +hyphen.case = -113; +emdash.case = -91; +parenleft.case = -39; +quotedblleft.ss01 = -278; +quoteright.ss01 = -140; +at = -40; +copyright = -89; +published = -84; +dollar = -32; +euro = -74; +minus = -71; +multiply = -20; +divide = -66; +equal = -5; +approxequal = -48; +}; +l.ss03 = { +oslash = -2; +periodcentered.loclCAT = 0; +notequal = -53; +logicalnot = -84; +}; +parenleft = { +Icircumflex = 75; +Imacron = 66; +Idieresis = 80; +Dcroat = -25; +Eth = -28; +Iogonek = 20; +Lslash = -14; +Oslash = -35; +a.ss05 = -76; +thorn = -5; +ccedilla = -78; +ccaron = -9; +edieresis = -40; +odieresis = -47; +oslash = -36; +hcircumflex = 71; +i = -6; +idotaccent = -6; +i.ss01 = -8; +iacute = -45; +ntilde = -49; +nacute = -49; +ncaron = -45; +ncommaaccent = -49; +p = -8; +idieresis = 64; +imacron = 79; +iogonek = 14; +jcircumflex = 60; +scedilla = -73; +scaron = 0; +scircumflex = -51; +germandbls = -56; +tcedilla = -43; +x = -42; +zcaron = -8; +g.ss06 = -15; +mu = -31; +four.numr = -59; +colon = -53; +numbersign = -52; +semicolon.ss01 = 0; +question.ss01 = -47; +parenleft = -46; +braceleft = -46; +quotedblbase = 0; +quotedblbase.ss01 = 0; +at = -72; +ampersand = -63; +section = -40; +copyright = -70; +registered = -46; +published = -65; +literSign = -67; +numero = -17; +cent = -73; +dollar = -51; +euro = -77; +liraTurkish = -41; +sterling = -54; +minus = -100; +multiply = -79; +divide = -89; +equal = -67; +notequal = -113; +greater = -5; +less = -66; +greaterequal = -70; +lessequal = -97; +plusminus = -65; +approxequal = -106; +logicalnot = -129; +asciitilde = -108; +asciicircum = -95; +infinity = -66; +summation = 4; +radical = -69; +}; +asciicircum = { +one = 0; +two = -5; +three = -5; +four = -60; +eight = -11; +period = -138; +comma = -139; +asterisk = -5; +slash = -126; +period.ss01 = -141; +comma.ss01 = -140; +hyphen = -67; +hyphen.case = -35; +parenright = -109; +bracketright = -72; +parenright.case = -94; +bracketright.case = -73; +u = -11; +x = -29; +mu = -36; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = -18; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = -81; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -42; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_sixsuperior" = -48; +"@MMK_R_KO_onesuperior" = -79; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -40; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -46; +"@MMK_R_KO_sevensuperior" = -83; +"@MMK_R_KO_eightsuperior" = -39; +"@MMK_R_KO_ninesuperior" = -45; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = -65; +"@MMK_R_KO_asterisk" = -75; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -79; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -60; +"@MMK_R_KO_quotedblleft.ss01" = -40; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_quoteright.ss01" = -33; +}; +plus = { +one = 0; +two = 0; +three = 0; +seven = 0; +seven.numr = -45; +period = -51; +comma = -50; +question = -5; +asterisk = -11; +slash = -54; +period.ss01 = -13; +comma.ss01 = -13; +question.ss01 = -5; +parenright = -93; +braceright = -70; +bracketright = -65; +parenright.case = -72; +braceright.case = -67; +bracketright.case = -66; +quotedblleft = -5; +quotedblright = 0; +quoteleft = -5; +quoteright = 0; +guillemetright = -7; +quotedbl = -5; +quotesingle = -5; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 0; +trademark = -68; +tenge = 0; +yen = -49; +plus = 0; +x = -8; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 32; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 105; +"@MMK_R_KO_imacron" = 77; +"@MMK_R_KO_itilde" = 72; +"@MMK_R_KO_j" = 57; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = 32; +"@MMK_R_KO_comma" = 36; +"@MMK_R_KO_colon" = 25; +"@MMK_R_KO_semicolon" = 25; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 25; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = 34; +"@MMK_R_KO_backslash" = 47; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 17; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = 21; +"@MMK_R_KO_bracketright" = 21; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 32; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -2; +"@MMK_R_KO_asciicircum" = -5; +}; +quoteleft = { +Hbar = 29; +igrave = 22; +icircumflex = 38; +imacron = 63; +jcircumflex = 38; +g.ss06 = -6; +mu = -13; +exclamdown = 0; +questiondown = -98; +questiondown.case = -36; +quotedblbase = -139; +ampersand = -42; +minus = 0; +divide = 0; +logicalnot = -49; +asciitilde = -5; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -74; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -219; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_pi" = 11; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 22; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 12; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -138; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_ellipsis" = -275; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -91; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -57; +"@MMK_R_KO_asciicircum" = -10; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -110; +"@MMK_R_KO_V" = -90; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = -136; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 40; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_t_t.liga" = -23; +}; +nine.dnom = { +question = -90; +question.ss01 = -100; +parenright = -66; +parenright.case = -37; +quotedblleft = -122; +quotedblright = -78; +quoteleft = -122; +quoteright = -78; +quotedbl = -119; +quotesingle = -115; +quotedblleft.ss01 = -74; +quoteleft.ss01 = -74; +quotedblright.ss01 = -75; +quoteright.ss01 = -75; +degree = -162; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -103; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -140; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -4; +"@MMK_R_KO_zero" = -11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -14; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = -65; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = 8; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -107; +"@MMK_R_KO_period.ss01" = -140; +"@MMK_R_KO_comma.ss01" = -140; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = -46; +"@MMK_R_KO_endash" = -37; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = -5; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -5; +}; +Omacron = { +Eth = 12; +}; +uhorndotbelow.ss01 = { +a = -19; +c = -20; +period.ss01 = -46; +ellipsis.ss01 = -42; +comma.ss01 = -44; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_J" = 36; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = 22; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 26; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 68; +"@MMK_R_KO_s" = 16; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_y" = 25; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_pi" = 20; +"@MMK_R_KO_zero" = 4; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 21; +"@MMK_R_KO_three" = 9; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 12; +"@MMK_R_KO_six" = 5; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = 17; +"@MMK_R_KO_nine" = 25; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 36; +"@MMK_R_KO_comma" = 37; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 37; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_endash.case" = 3; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = 6; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_quotedblleft" = 14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 7; +}; +exclamdown = { +T = -20; +V = -39; +Y = -62; +j = 64; +}; +Adieresis = { +Germandbls = -4; +endash.case = -49; +registered = -97; +}; +}; +"F809B810-8CF1-453B-A5BE-CA3BE927A72B" = { +J = { +Hbar = 27; +Oslash = 2; +a = 0; +igrave = 35; +ibreve = 33; +icaron = 30; +idieresis = 24; +jcircumflex = 14; +idieresis.ss01 = 19; +greater = 22; +}; +exclam.ss01 = { +period.ss01 = -18; +}; +ohungarumlaut = { +onesuperior = -26; +sevensuperior = -24; +parenright = -15; +bracketright = -17; +quotedblright = -24; +quotedbl = -24; +quotesingle = -23; +}; +uhornacute = { +a = -7; +a.ss05 = -3; +c = -5; +n = 0; +t = 15; +u = 2; +t_i.liga = 18; +t_t.liga = 18; +period = -9; +comma = -6; +ellipsis = -26; +question = 59; +period.ss01 = -26; +ellipsis.ss01 = -26; +comma.ss01 = -28; +parenright = 0; +quotedbl = 45; +}; +o = { +germandbls = -8; +gbreve.ss06 = -6; +ordmasculine = -32; +seven = -34; +registered = -17; +logicalnot = 11; +}; +ellipsis = { +Dcroat = -46; +Tbar = -104; +tbar = -68; +twosuperior = -118; +threesuperior = -132; +fivesuperior = -135; +eightsuperior = -142; +parenleft = -57; +braceright = -73; +parenleft.case = -72; +bracketright.case = -25; +}; +Iacute = { +A = 0; +S = 4; +igrave = 33; +icircumflex = 28; +parenright.case = 17; +}; +sixsuperior = { +A = -71; +fraction = -20; +period = -40; +comma = -48; +slash = -82; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -80; +parenright = -35; +guillemetleft = -42; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 33; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = 43; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 28; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 31; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 37; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 15; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_x" = 27; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = 31; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 31; +"@MMK_R_KO_comma" = 29; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = 19; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = 17; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_underscore" = 38; +"@MMK_R_KO_hyphen.case" = -45; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 6; +"@MMK_R_KO_asciicircum" = -78; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = -25; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = -44; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -54; +"@MMK_R_KO_T" = -87; +"@MMK_R_KO_U" = -24; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -85; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_Z" = -66; +"@MMK_R_KO_I.ss02" = -49; +"@MMK_R_KO_J.ss10" = -132; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = -53; +"@MMK_R_KO_two" = -99; +"@MMK_R_KO_three" = -60; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_five" = -19; +"@MMK_R_KO_six" = -22; +"@MMK_R_KO_seven" = -93; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -34; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_ninesuperior" = -57; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_question" = -102; +"@MMK_R_KO_asterisk" = -119; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -111; +"@MMK_R_KO_plus" = -17; +}; +Igrave = { +j = -9; +l.ss04 = 0; +}; +five = { +icircumflex = 17; +x = 0; +ordfeminine = -13; +ordmasculine = -13; +parenleft = 20; +asciicircum = -46; +}; +Tcommaaccent = { +aacute = -62; +acircumflex.ss05 = -28; +amacron.ss05 = -30; +abreve.ss05 = -3; +endash.case = -58; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = -3; +"@MMK_R_KO_imacron" = -3; +"@MMK_R_KO_itilde" = -3; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_lslash" = 17; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = -9; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -19; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -31; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_quotedblleft" = -70; +"@MMK_R_KO_quotedblright" = -67; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -63; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -70; +"@MMK_R_KO_asciicircum" = -49; +}; +questiondown.ss01 = { +l.ss03 = -49; +quoteright.ss01 = -61; +}; +threeinferior = { +T = -66; +V = -43; +W = -30; +Y = -82; +parenright = -31; +bracketright = -36; +}; +Adieresis.ss01 = { +endash.case = -24; +registered = -46; +}; +lcaron.ss03 = { +b = 25; +h = 25; +k = 25; +i = 11; +idotaccent = 11; +i.ss01 = 20; +idotaccent.ss01 = 20; +j = 0; +j.ss01 = 3; +zcaron = 33; +l.ss03 = 20; +lcaron.ss03 = 20; +sixsuperior = 55; +onesuperior = 65; +twosuperior = 76; +threesuperior = 70; +foursuperior = 27; +fivesuperior = 62; +sevensuperior = 85; +eightsuperior = 58; +ninesuperior = 28; +exclam = 71; +question = 79; +exclam.ss01 = 70; +question.ss01 = 56; +parenright = 68; +bracketright = 22; +quotedblleft = 70; +quoteleft = 70; +quotedbl = 79; +quotesingle = 79; +quotedblleft.ss01 = 29; +quoteleft.ss01 = 29; +}; +f_f.liga = { +e = -20; +f = 0; +fl = 0; +i = 0; +i.ss01 = 0; +idieresis = 0; +seven = 23; +ampersand = -24; +}; +Jacute = { +Icircumflex = 10; +Imacron = 0; +Hbar = 27; +igrave = 35; +ibreve = 33; +icaron = 30; +idieresis = 24; +jcircumflex = 14; +idieresis.ss01 = 19; +parenright = 0; +parenright.case = 15; +}; +braceright.case = { +J.ss10 = -30; +period = -24; +comma = -27; +period.ss01 = -41; +comma.ss01 = -43; +hyphen.case = 35; +parenright.case = -7; +braceright.case = -13; +asciicircum = -71; +}; +ecircumflexhookabove = { +m = -24; +n = -24; +u = -23; +period.ss01 = -41; +comma.ss01 = -43; +parenright = 9; +}; +Cdotaccent = { +Hbar = 29; +}; +Ncommaaccent = { +imacron = 29; +}; +dollar = { +one = 3; +three = 12; +four = 13; +five = 0; +eight = 2; +parenright = -27; +bracketright = -32; +parenright.case = -18; +}; +Scaron = { +iogonek = -36; +}; +fi = { +hbar = 0; +idieresis = 0; +jcircumflex = 0; +germandbls = 16; +logicalnot = 4; +}; +zero = { +icircumflex = 13; +x = 0; +ordmasculine = -9; +underscore = 0; +parenleft = 13; +braceright = -37; +braceright.case = -37; +bracketright.case = -37; +baht = -12; +trademark = -42; +multiply = -23; +asciicircum = -30; +}; +period.ss01 = { +ordfeminine = -41; +ordmasculine = -41; +twosuperior = -41; +threesuperior = -41; +fivesuperior = -41; +eightsuperior = -41; +question.ss01 = -41; +parenleft = -26; +braceright = -41; +parenleft.case = -39; +quoteright.ss01 = -41; +}; +X = { +igrave = 44; +ibreve = 43; +icaron = 42; +idieresis = 11; +idieresis.ss01 = 26; +zero = -23; +two = 15; +three = -7; +six = -24; +eight = -13; +nine = -16; +numbersign = -37; +endash.case = -49; +parenleft.case = -19; +at = -25; +registered = -41; +plus = -63; +minus = -79; +multiply = -61; +equal = -38; +notequal = -58; +less = -66; +logicalnot = -53; +asciitilde = -56; +}; +L = { +H = 0; +Dcroat = -3; +Oslash = 19; +Tbar = -59; +oslash = 0; +ordfeminine = -106; +ordmasculine = -105; +zero = -29; +two = 29; +three = -5; +five = -16; +six = -30; +seven = -44; +nine = -16; +numbersign = -49; +endash.case = -90; +parenleft.case = -20; +quoteleft.ss01 = -61; +at = -27; +registered = -107; +dollar = -28; +plus = -95; +minus = -105; +multiply = -119; +equal = -95; +notequal = -90; +less = -97; +approxequal = -117; +logicalnot = -83; +asciitilde = -94; +}; +euro = { +period = -17; +comma = -22; +slash = -12; +period.ss01 = -38; +parenright = -26; +bracketright = -27; +parenright.case = -22; +bracketright.case = -25; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 32; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 22; +"@MMK_R_KO_W" = 29; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 20; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_icircumflex" = 36; +"@MMK_R_KO_imacron" = 33; +"@MMK_R_KO_itilde" = 50; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_g.ss06" = -41; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 19; +"@MMK_R_KO_twosuperior" = 13; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -80; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -55; +"@MMK_R_KO_backslash" = 42; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_underscore" = -58; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 26; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_quoteright.ss01" = 7; +"@MMK_R_KO_trademark" = 6; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -33; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -38; +"@MMK_R_KO_quoteright.ss01" = -38; +}; +perthousand = { +question = -73; +asterisk = -119; +question.ss01 = -85; +parenright = -56; +parenright.case = -25; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +}; +V = { +Eth = -3; +Oslash = -14; +adieresis = -27; +ae = -27; +a.ss05 = -27; +adieresis.ss05 = -18; +eacute = -32; +ccaron = -11; +emacron = -17; +edieresis = -24; +ecaron = -13; +otilde = -18; +odieresis = -25; +iacute = -14; +ncommaaccent = -25; +igrave = 57; +ibreve = 57; +icaron = 53; +idieresis = 38; +racute = -25; +scaron = 0; +zcaron = 7; +idieresis.ss01 = 42; +gdotaccent.ss06 = -41; +gdotaccent.ss01.ss06 = -37; +zero = -14; +two = 0; +three = -2; +six = -16; +seven = 28; +twoinferior = -33; +ellipsis.ss01 = -79; +endash.case = -4; +at = -23; +ampersand = -23; +plus = -32; +minus = -34; +less = -28; +lessequal = -22; +approxequal = -35; +asciitilde = -28; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -39; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_question" = 26; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 14; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 5; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 10; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -111; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -45; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -41; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -61; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_j" = -25; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -42; +"@MMK_R_KO_uacute" = -31; +"@MMK_R_KO_v" = -36; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_pi" = -41; +"@MMK_R_KO_zero" = -14; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = -17; +"@MMK_R_KO_seven" = 21; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 6; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -61; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen" = -111; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -61; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -14; +"@MMK_R_KO_plus" = -61; +"@MMK_R_KO_percent" = -5; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -79; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = -20; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -126; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_aacute" = -58; +"@MMK_R_KO_a.ss05" = -49; +"@MMK_R_KO_l" = -30; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -58; +"@MMK_R_KO_i" = -32; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = -43; +"@MMK_R_KO_lslash" = -34; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -40; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_pi" = -13; +"@MMK_R_KO_zero" = -33; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_two" = -17; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = -90; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -35; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -27; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_ninesuperior" = -51; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_ellipsis" = -126; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -93; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_hyphen" = -112; +"@MMK_R_KO_endash" = -126; +"@MMK_R_KO_hyphen.case" = -126; +"@MMK_R_KO_endash.case" = -50; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -46; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -41; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -39; +"@MMK_R_KO_plus" = -125; +"@MMK_R_KO_percent" = -28; +}; +seven = { +icircumflex = 33; +x = -21; +g.ss06 = -59; +mu = -39; +colon = -21; +semicolon = -26; +backslash = 47; +ellipsis.ss01 = -90; +underscore = -68; +parenleft = -19; +at = -32; +ampersand = -22; +euro = -27; +minus = -50; +multiply = -48; +divide = -50; +notequal = -49; +less = -46; +plusminus = -42; +asciitilde = -50; +asciicircum = -53; +}; +scedilla = { +gbreve.ss06 = -28; +}; +fourinferior = { +T = -62; +V = -43; +W = -31; +parenright = -30; +bracketright = -34; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_U" = -17; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_v" = -37; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_two" = 12; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -24; +"@MMK_R_KO_seven" = -38; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_asterisk" = -70; +"@MMK_R_KO_parenright" = 13; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = 52; +"@MMK_R_KO_quotedblleft" = -77; +"@MMK_R_KO_quotedblright" = -77; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -72; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -79; +}; +equal = { +period = -40; +comma = -48; +period.ss01 = -41; +comma.ss01 = -43; +parenright = -48; +bracketright = -44; +parenright.case = -42; +bracketright.case = -45; +equal = 0; +A = -8; +J = -22; +T = -61; +V = -9; +X = -38; +Y = -32; +}; +five.numr = { +fraction = -20; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -23; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = -25; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = -24; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -24; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_icircumflex" = -24; +"@MMK_R_KO_imacron" = -24; +"@MMK_R_KO_itilde" = -24; +"@MMK_R_KO_j" = -35; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -29; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_x" = -31; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss03" = -25; +"@MMK_R_KO_l.ss04" = -27; +"@MMK_R_KO_g.ss06" = -30; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_one" = -40; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -30; +"@MMK_R_KO_ninesuperior" = -62; +"@MMK_R_KO_period" = -26; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_colon" = -34; +"@MMK_R_KO_semicolon" = -39; +"@MMK_R_KO_ellipsis" = -51; +"@MMK_R_KO_exclam" = -25; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -46; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = -5; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -61; +"@MMK_R_KO_quotedblright" = -45; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -45; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -47; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -54; +"@MMK_R_KO_quoteright.ss01" = -54; +}; +dcaron = { +exclam.ss01 = 75; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 34; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = 17; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -28; +"@MMK_R_KO_asciicircum" = -29; +}; +k = { +oslash = 9; +iogonek = 12; +lcommaaccent = 9; +two = 29; +plus = -36; +minus = -43; +notequal = -19; +logicalnot = -24; +asciitilde = -36; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = -41; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -51; +"@MMK_R_KO_quotedblright.ss01" = -38; +"@MMK_R_KO_quoteright.ss01" = -38; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -39; +}; +scaron = { +T = -27; +iogonek = -26; +}; +ninesuperior = { +A = -51; +fraction = -12; +period = -40; +comma = -48; +slash = -60; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -67; +parenright = 0; +guillemetleft = -24; +}; +v = { +n = 0; +ampersand = -22; +}; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = 19; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_t_t.liga" = -2; +}; +infinity = { +parenright = -49; +bracketright = -30; +parenright.case = -34; +bracketright.case = -32; +quotedblleft = -67; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = -84; +"@MMK_R_KO_three" = -84; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = -40; +"@MMK_R_KO_six" = -41; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = -57; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_question" = -118; +"@MMK_R_KO_asterisk" = -119; +"@MMK_R_KO_slash" = -94; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_hyphen" = -86; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_parenright" = -88; +"@MMK_R_KO_bracketright" = -91; +"@MMK_R_KO_parenright.case" = -79; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -88; +"@MMK_R_KO_quotedbl" = -90; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -111; +"@MMK_R_KO_A" = -72; +"@MMK_R_KO_H" = -44; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_J" = -66; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -67; +"@MMK_R_KO_T" = -106; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -48; +"@MMK_R_KO_X" = -110; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = -97; +"@MMK_R_KO_I.ss02" = -71; +"@MMK_R_KO_J.ss10" = -130; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = -49; +"@MMK_R_KO_e" = -43; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -44; +"@MMK_R_KO_i" = -48; +"@MMK_R_KO_n" = -48; +"@MMK_R_KO_j" = -58; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_z" = -64; +"@MMK_R_KO_t_t.liga" = -56; +}; +asterisk = { +g.ss06 = -46; +}; +semicolon.ss01 = { +onesuperior = -60; +sevensuperior = -61; +hyphen = -61; +emdash = -61; +}; +divide = { +one = -40; +two = -73; +three = -43; +seven = -73; +parenright = -70; +parenright.case = -57; +quotedblleft = -87; +quotedblright = -87; +quoteright = -48; +quotedblleft.ss01 = -111; +quotedblright.ss01 = -111; +A = -30; +Y = -64; +I.ss02 = -37; +}; +asciitilde = { +exclam = -57; +exclam.ss01 = -58; +question.ss01 = -115; +parenleft = -35; +parenleft.case = -34; +bracketright.case = -92; +quoteright.ss01 = -61; +U = -43; +aacute = -45; +edieresis = -44; +edieresis.ss01 = -44; +u = -47; +v = -44; +w = -43; +x = -57; +y = -44; +l.ss03 = -49; +l.ss04 = -51; +g.ss06 = -54; +gcircumflex.ss06 = -54; +}; +three.dnom = { +question = -66; +question.ss01 = -71; +parenright = -42; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +quotedbl = -106; +quotesingle = -41; +quotedblleft.ss01 = -106; +quoteleft.ss01 = -61; +quotedblright.ss01 = -106; +quoteright.ss01 = -61; +degree = -106; +}; +odotbelow.ss01 = { +T = -93; +}; +x = { +oslash = 0; +two = 17; +ampersand = -6; +plus = -30; +minus = -32; +notequal = -18; +logicalnot = -6; +asciitilde = -24; +}; +U = { +Dcroat = 8; +Eth = 8; +Hbar = 27; +Lslash = 0; +hbar = 22; +igrave = 35; +jcircumflex = 14; +greater = 22; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 26; +"@MMK_R_KO_itilde" = 38; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -30; +"@MMK_R_KO_asciicircum" = -30; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = 40; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 31; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 29; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 15; +"@MMK_R_KO_twosuperior" = 13; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 23; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_quoteright.ss01" = 8; +}; +Eth = { +Eth = 0; +Oslash = -15; +}; +odotbelow = { +T = -93; +}; +baht = { +slash = -37; +parenright = -55; +parenright.case = -46; +}; +Icircumflex.ss02 = { +endash.case = -23; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 1; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 1; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_foursuperior" = -86; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_ninesuperior" = -84; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_question" = -65; +"@MMK_R_KO_asterisk" = -71; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_endash.case" = -36; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_quotedblleft" = -81; +"@MMK_R_KO_quotedblright" = -72; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -68; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -82; +}; +quotedblright = { +Dcroat = -9; +icircumflex = 33; +scaron = -7; +x = -32; +g.ss06 = -86; +mu = -50; +questiondown = -87; +questiondown.case = -83; +parenleft = -22; +quotesinglbase = -48; +asciitilde = -87; +}; +r = { +fl = 0; +germandbls = 11; +wdieresis = 0; +gcircumflex.ss06 = -26; +oneinferior = -52; +twoinferior = -53; +threeinferior = -56; +fourinferior = -61; +fiveinferior = -58; +sixinferior = -58; +ampersand = -27; +logicalnot = -39; +asciitilde = -52; +}; +seveninferior = { +I.ss02 = -23; +fourinferior = -26; +seveninferior = 38; +parenright = -47; +parenright.case = -26; +}; +sterling = { +two = 14; +hyphen.case = -40; +parenright = -20; +}; +Ocircumflex = { +Lslash = -24; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -31; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = -23; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_i" = -33; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -33; +"@MMK_R_KO_semicolon" = -38; +"@MMK_R_KO_ellipsis" = -76; +"@MMK_R_KO_exclam" = -17; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_question.ss01" = -33; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -29; +"@MMK_R_KO_hyphen.case" = -28; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetright" = -49; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +}; +_f.longarm = { +l = -14; +i = -17; +idotaccent = -17; +i.ss01 = -13; +idotaccent.ss01 = -13; +l.ss03 = -15; +l.ss04 = -13; +}; +I.ss02 = { +Dcroat = 0; +igrave = 61; +jcircumflex = 0; +endash.case = -23; +plus = -37; +minus = -37; +notequal = -43; +less = -32; +approxequal = -49; +logicalnot = -9; +asciitilde = -28; +}; +quoteleft.ss01 = { +J.ss10 = -61; +igrave = 32; +icircumflex = 4; +imacron = 0; +jcircumflex = 0; +questiondown.case = -61; +questiondown.ss01 = -61; +hyphen = -61; +emdash = -61; +quotedblbase.ss01 = -61; +ampersand = -33; +minus = -61; +logicalnot = -61; +asciitilde = -61; +}; +Zacute = { +endash.case = -31; +}; +d = { +hbar = 0; +igrave = 0; +icaron = 0; +idieresis = 0; +jcircumflex = 0; +logicalnot = 5; +}; +notequal = { +zero = -9; +one = -37; +two = -30; +seven = -42; +parenright = -58; +parenright.case = -47; +A = -32; +B = -17; +F = -17; +L = -17; +N = -17; +Y = -56; +b = -22; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = -33; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +six = { +icircumflex = 28; +parenleft = 10; +braceright = -25; +bracketright.case = -24; +trademark = -29; +asciicircum = -47; +}; +Idieresis.ss02 = { +idieresis = 7; +}; +quotedblleft.ss01 = { +A = -61; +J = -27; +igrave = 32; +icircumflex = 4; +imacron = 0; +jcircumflex = 0; +g.ss06 = -79; +mu = -43; +questiondown.case = -89; +ellipsis.ss01 = -111; +questiondown.ss01 = -86; +underscore = -111; +quotedblbase.ss01 = -111; +ampersand = -34; +minus = -111; +divide = -111; +asciitilde = -111; +}; +sevensuperior = { +A = -71; +C = -29; +O = -32; +G = -30; +fraction = -20; +sevensuperior = 38; +period = -40; +comma = -48; +colon = -33; +semicolon = -38; +slash = -87; +period.ss01 = -41; +comma.ss01 = -43; +colon.ss01 = -48; +semicolon.ss01 = -48; +hyphen = -73; +hyphen.case = -42; +guillemetleft = -44; +guilsinglleft = -44; +guillemetright = -51; +guilsinglright = -51; +plus = -57; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_itilde" = 36; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -26; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -74; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_bracketright.case" = -23; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -26; +"@MMK_R_KO_asciicircum" = -26; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = -23; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = -45; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = -84; +"@MMK_R_KO_U" = -22; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -73; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -82; +"@MMK_R_KO_I.ss02" = -50; +"@MMK_R_KO_J.ss10" = -159; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = -53; +"@MMK_R_KO_two" = -52; +"@MMK_R_KO_three" = -53; +"@MMK_R_KO_four" = -50; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = -67; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_ninesuperior" = -51; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_question" = -73; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_endash.case" = -26; +"@MMK_R_KO_parenright.case" = -65; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -31; +"@MMK_R_KO_guillemetright" = -43; +"@MMK_R_KO_quotedbl" = -50; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -94; +}; +won = { +period = -40; +comma = -48; +slash = -35; +period.ss01 = -41; +comma.ss01 = -43; +}; +i.ss01 = { +l = -1; +c = 0; +e = -1; +o = 0; +m = -1; +n = -1; +r = -1; +p = -1; +j.ss01 = -15; +parenright = -2; +}; +guillemetright = { +T = -57; +x = -18; +threesuperior = -12; +fivesuperior = -22; +eightsuperior = -17; +colon = -33; +semicolon = -39; +questiondown = -72; +question.ss01 = -53; +questiondown.ss01 = -41; +braceright = -40; +braceright.case = -38; +bracketright.case = -34; +quotesinglbase = -48; +quotedblbase = -87; +quotedblbase.ss01 = -81; +quoteright.ss01 = -54; +}; +s = { +l = 0; +seven = -32; +emdash = -8; +registered = -12; +notequal = -22; +logicalnot = 0; +asciitilde = 0; +}; +five.dnom = { +question = -64; +question.ss01 = -67; +parenright = -35; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +quotedbl = -108; +quotesingle = -41; +quotedblleft.ss01 = -108; +quoteleft.ss01 = -61; +quotedblright.ss01 = -108; +quoteright.ss01 = -61; +degree = -108; +}; +ecircumflexgrave = { +parenright = -19; +bracketright = -15; +quotedbl = -24; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -18; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; +"@MMK_R_KO_trademark" = -48; +"@MMK_R_KO_asciicircum" = -26; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = 14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = 21; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 7; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -14; +"@MMK_R_KO_plus" = -15; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -24; +}; +t_t.liga = { +wdieresis = 6; +hyphen = -12; +logicalnot = -6; +asciitilde = -21; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -119; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -39; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -40; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 12; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 26; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 26; +"@MMK_R_KO_slash" = -67; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -112; +"@MMK_R_KO_endash" = -119; +"@MMK_R_KO_hyphen.case" = -119; +"@MMK_R_KO_endash.case" = -65; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 14; +}; +ohorngrave = { +i = -26; +idotaccent = -26; +i.ss01 = -26; +idotaccent.ss01 = -26; +m = -26; +n = -26; +period = -35; +comma = -42; +period.ss01 = -41; +comma.ss01 = -43; +parenright = -34; +bracketright = -43; +guillemetright = -31; +quotedbl = -16; +}; +zeroinferior = { +parenright = -41; +}; +c = { +seven = -40; +registered = -16; +notequal = -27; +}; +Aacute = { +Dcroat = 0; +Eth = 0; +Tbar = -31; +endash.case = -24; +registered = -46; +}; +Abreve = { +endash.case = -24; +}; +eight.dnom = { +question = -66; +question.ss01 = -71; +parenright = -42; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +quotedbl = -115; +quotesingle = -41; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +degree = -115; +}; +Idieresis.ss01 = { +Icircumflex = 3; +Idieresis.ss01 = 6; +idieresis.ss01 = 17; +parenright.case = 22; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -27; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = -88; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = -27; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -27; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_icircumflex" = -27; +"@MMK_R_KO_imacron" = -25; +"@MMK_R_KO_j" = -37; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -26; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss03" = -27; +"@MMK_R_KO_l.ss04" = -29; +"@MMK_R_KO_g.ss06" = -28; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_one" = -51; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_eightsuperior" = -30; +"@MMK_R_KO_ninesuperior" = -65; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = -24; +"@MMK_R_KO_semicolon" = -31; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_exclam" = -25; +"@MMK_R_KO_question" = -42; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_question.ss01" = -49; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_parenleft" = -18; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -51; +"@MMK_R_KO_quotedblright" = -43; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -42; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -62; +"@MMK_R_KO_quoteright.ss01" = -61; +}; +comma.ss01 = { +twosuperior = -43; +threesuperior = -43; +fivesuperior = -43; +eightsuperior = -43; +parenright = 0; +bracketright = 0; +quoteright.ss01 = -43; +}; +C = { +two = 9; +three = 14; +five = 0; +eight = 3; +braceright.case = -23; +plus = -69; +minus = -102; +greater = 30; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -66; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_a" = -79; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -86; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -86; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -50; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_s" = -73; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = -48; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_pi" = -27; +"@MMK_R_KO_zero" = -25; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -87; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -27; +"@MMK_R_KO_seven" = 19; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -6; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 12; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_ellipsis" = -87; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -82; +"@MMK_R_KO_hyphen" = -87; +"@MMK_R_KO_endash" = -87; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_endash.case" = -87; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_plus" = -87; +"@MMK_R_KO_percent" = -15; +}; +ocircumflexgrave = { +parenright = -24; +bracketright = -23; +quotedbl = -31; +quotesingle = -27; +}; +wcircumflex = { +p = 0; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_pi" = -11; +"@MMK_R_KO_zero" = 8; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_two" = -30; +"@MMK_R_KO_three" = 9; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 3; +"@MMK_R_KO_seven" = -51; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -67; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_foursuperior" = -104; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_ninesuperior" = -82; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_question" = -56; +"@MMK_R_KO_asterisk" = -112; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 29; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = -112; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -111; +"@MMK_R_KO_quotedblright.ss01" = -111; +"@MMK_R_KO_plus" = -44; +}; +Umacron = { +Hbar = 27; +}; +Zcaron = { +Dcroat = -3; +igrave = 57; +endash.case = -31; +}; +sixinferior = { +T = -69; +W = -31; +parenright = -30; +bracketright = -35; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_Oacute" = -31; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_zero" = -37; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -19; +"@MMK_R_KO_four" = -23; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -25; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = 53; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_endash.case" = -40; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -44; +"@MMK_R_KO_plus" = -60; +"@MMK_R_KO_percent" = -26; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 13; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = 17; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -6; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 18; +"@MMK_R_KO_four" = 28; +"@MMK_R_KO_five" = 11; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 25; +"@MMK_R_KO_hyphen.case" = 25; +"@MMK_R_KO_endash.case" = 2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_degree" = -28; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -5; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -26; +"@MMK_R_KO_hyphen.case" = -74; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +Idotaccent = { +l.ss04 = 0; +}; +zero.dnom = { +question = -68; +question.ss01 = -76; +parenright = -47; +parenright.case = -19; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +quotedbl = -119; +quotesingle = -41; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +degree = -119; +}; +I = { +I = 0; +Hbar = 25; +hbar = 20; +igrave = 33; +jcircumflex = 12; +logicalnot = 17; +}; +uhornhookabove = { +a = -7; +a.ss05 = -3; +period = -9; +comma = -6; +ellipsis = -26; +period.ss01 = -26; +ellipsis.ss01 = -26; +comma.ss01 = -28; +parenright = 0; +bracketright = 0; +quotedblright = 34; +quotedbl = 45; +}; +Idieresis = { +Icircumflex = 0; +Idieresis = 0; +idieresis = 22; +parenright = 8; +parenright.case = 24; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = 32; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 29; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -78; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -62; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -47; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 45; +"@MMK_R_KO_j" = -20; +"@MMK_R_KO_s" = -48; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_x" = -28; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = -67; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -70; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 19; +"@MMK_R_KO_twosuperior" = 15; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 24; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -28; +"@MMK_R_KO_semicolon" = -33; +"@MMK_R_KO_ellipsis" = -88; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -65; +"@MMK_R_KO_backslash" = 35; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -72; +"@MMK_R_KO_endash" = -58; +"@MMK_R_KO_underscore" = -65; +"@MMK_R_KO_hyphen.case" = -46; +"@MMK_R_KO_parenleft" = -26; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_quoteright.ss01" = 10; +"@MMK_R_KO_trademark" = 10; +"@MMK_R_KO_asciicircum" = -61; +}; +Ecircumflexdotbelow.ss01 = { +T = 36; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 22; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = -1; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -45; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -25; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = -29; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -62; +"@MMK_R_KO_quotedblright" = -59; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -47; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -55; +"@MMK_R_KO_quoteright.ss01" = -55; +"@MMK_R_KO_trademark" = -62; +"@MMK_R_KO_asciicircum" = -38; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = -1; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -7; +"@MMK_R_KO_seven" = -3; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_endash.case" = 4; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -26; +"@MMK_R_KO_plus" = -4; +"@MMK_R_KO_percent" = 0; +}; +one = { +icircumflex = 27; +three = 0; +multiply = -27; +equal = 0; +notequal = -17; +asciicircum = -33; +}; +gdotaccent.ss06 = { +gdotaccent.ss06 = 20; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = -31; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -31; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = -31; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -52; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = -46; +"@MMK_R_KO_I.ss02" = -40; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = -33; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -35; +"@MMK_R_KO_i" = -34; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = -43; +"@MMK_R_KO_lslash" = -23; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -35; +"@MMK_R_KO_x" = -36; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -35; +"@MMK_R_KO_l.ss03" = -34; +"@MMK_R_KO_l.ss04" = -35; +"@MMK_R_KO_g.ss06" = -41; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_sixsuperior" = -43; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = -34; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = -44; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -39; +"@MMK_R_KO_ninesuperior" = -70; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -33; +"@MMK_R_KO_semicolon" = -38; +"@MMK_R_KO_ellipsis" = -76; +"@MMK_R_KO_exclam" = -35; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -32; +"@MMK_R_KO_slash" = -53; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -29; +"@MMK_R_KO_underscore" = -24; +"@MMK_R_KO_hyphen.case" = -28; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_parenright.case" = -56; +"@MMK_R_KO_bracketright.case" = -54; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -45; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -49; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_quoteright.ss01" = -45; +"@MMK_R_KO_trademark" = -72; +}; +lcaron.ss04 = { +ncaron = 0; +scaron = 9; +exclam.ss01 = 74; +}; +Gdotaccent = { +Hbar = 28; +}; +fl = { +Hbar = 32; +l = 0; +idieresis = 0; +jcircumflex = 0; +periodcentered.loclCAT = 56; +}; +quotedbl = { +Dcroat = -25; +Hbar = 0; +Lslash = -26; +hbar = 0; +igrave = 6; +icircumflex = 0; +idieresis = 0; +imacron = 9; +jcircumflex = -2; +x = -23; +idieresis.ss01 = 0; +g.ss06 = -66; +gcommaaccent.ss06 = -66; +gdotaccent.ss06 = -66; +gdotaccent.ss01.ss06 = -66; +mu = -41; +exclamdown = -71; +questiondown = -119; +backslash = 0; +questiondown.case = -107; +ellipsis.ss01 = -126; +exclamdown.ss01 = -74; +questiondown.ss01 = -90; +underscore = -126; +parenleft = -31; +braceleft = -57; +ampersand = -52; +sterling = -45; +minus = -126; +lessequal = -110; +asciitilde = -117; +}; +O = { +Dcroat = 13; +Eth = 13; +Hbar = 16; +Lslash = 0; +Tbar = -15; +idieresis = 4; +parenleft.case = 9; +braceright.case = -30; +less = -5; +}; +Zdotaccent.ss01 = { +Hbar = 21; +endash.case = -31; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = -32; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -41; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = -17; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_pi" = -32; +"@MMK_R_KO_zero" = -40; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_two" = 8; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -43; +"@MMK_R_KO_five" = -27; +"@MMK_R_KO_six" = -41; +"@MMK_R_KO_seven" = -41; +"@MMK_R_KO_eight" = -23; +"@MMK_R_KO_nine" = -29; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_asterisk" = -41; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -41; +"@MMK_R_KO_endash" = -41; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_endash.case" = -41; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -41; +"@MMK_R_KO_quotedblright.ss01" = -41; +}; +braceleft = { +p = 0; +x = -30; +parenleft = -24; +braceright = 63; +at = -35; +minus = -58; +logicalnot = -27; +asciicircum = -81; +}; +rcaron = { +I.ss02 = 21; +onesuperior = 0; +twosuperior = 0; +sevensuperior = 9; +parenright = 0; +}; +f_f_i.liga = { +hbar = 0; +idieresis = 0; +jcircumflex = 0; +germandbls = 16; +logicalnot = 4; }; -C = { -Lslash = 17; -OE = 0; -Tcedilla = -6; -ampersand = 0; -bracketright.case = -7; -dollar = 7; -eight = 10; -five = 7; -greater = 48; -minus = -74; -nine = 2; -numbersign = 0; -plus = -43; -seven = 25; -three = 20; -two = 12; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = -27; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_two" = 6; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -87; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -36; +"@MMK_R_KO_seven" = -52; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = 4; +"@MMK_R_KO_question" = -58; +"@MMK_R_KO_asterisk" = -87; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_hyphen" = -87; +"@MMK_R_KO_endash" = -87; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_endash.case" = -87; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_plus" = -87; +"@MMK_R_KO_percent" = -66; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = 34; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -40; +"@MMK_R_KO_v" = -34; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_two" = -19; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = -22; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -27; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_sevensuperior" = 18; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = 12; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_hyphen" = -40; +"@MMK_R_KO_endash" = -39; +"@MMK_R_KO_bracketright" = 63; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -42; +"@MMK_R_KO_plus" = -59; +"@MMK_R_KO_percent" = -28; +}; +logicalnot = { +one = -27; +two = -9; +seven = -55; +nine = 0; +parenright = -39; +parenright.case = -19; +v = 0; +x = -12; +y = 0; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 1; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_itilde" = 39; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 19; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -32; +}; +ydotbelow = { +ecircumflexdotbelow = -10; +period = -32; +comma = 0; +parenright = 0; +}; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 26; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -33; +"@MMK_R_KO_asciicircum" = -33; +}; +idotless = { +T = -51; +}; +acircumflexhookabove.ss05 = { +y = -41; +}; +Iogonek.ss02 = { +iogonek = 48; +j = 7; +j.ss01 = 11; +endash.case = -23; +}; +aogonek = { +j = -13; +j.ss01 = -13; +parenright = 0; +bracketright = 0; +}; +ldot.ss01.ss03 = { +period.ss01 = -9; +comma.ss01 = -12; +}; +Idotbelow = { +j = -5; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -1; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -40; +}; +Tbar = { +A = -31; +Aacute = -31; +T = 40; +Tbar = 41; +a = -15; +a.ss05 = -17; +e = -15; +o = -14; +oslash = -13; +tbar = -19; +period = -40; +comma = -48; +slash = -39; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -15; +guillemetleft = 0; +guilsinglleft = 0; +}; +itilde = { +exclam.ss01 = 30; +quotedbl = 51; +}; +Idotaccent.ss01 = { +l.ss04 = 0; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = 8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 13; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_endash.case" = -3; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 54; +parenright = 33; +quotesingle = 46; +}; +multiply = { +one = -48; +seven.numr = -69; +parenright = -79; +parenright.case = -69; +A = -32; +J = -46; +T = -85; +V = -33; +X = -61; +Y = -55; +p = -26; }; Ccircumflex = { -jcircumflex = 20; +jcircumflex = 18; }; -Cdotaccent = { -Hbar = 22; +q = { +j = -9; +j.ss01 = -9; +comma = 0; +slash = 17; +parenright = 2; +braceright = 0; +bracketright = 0; }; -D = { -Dcroat = 16; -Eth = 16; -Hbar = 10; -Jcircumflex = 0; -Lslash = 16; -OE = 23; -Oslash = 20; -Ycircumflex = -17; -ampersand = 3; -at = 19; -bracketright.case = -16; -eight = 9; -equal = 23; -five = 7; -idotbelow = 8; -lacute = 12; -less = 46; -nine = 10; -parenleft = 25; +tcaron = { +a = -14; +b = 2; +h = 2; +k = 2; +l = 2; +o = -13; +f = 13; +i = 2; +j = -4; +sixsuperior = 3; +onesuperior = 10; +twosuperior = 19; +threesuperior = 13; +fivesuperior = 10; +sevensuperior = 36; +eightsuperior = 9; +ninesuperior = -16; +period = 12; +comma = 4; +colon = 21; +exclam = 19; +question = 20; +exclam.ss01 = 17; +hyphen = -27; +parenright = 51; +bracketright = 46; +quotedblleft = 10; +quotedblright = 19; +quoteleft = 10; +guillemetleft = -25; +guilsinglleft = -25; +quotedbl = 21; +quotesingle = 21; +quotedblleft.ss01 = -11; +quoteleft.ss01 = -11; +quotedblright.ss01 = 10; }; -Dcroat = { -Dcroat = 16; -acircumflexacute.ss05 = 6; -idotbelow = 8; -ihookabove = 12; +uogonek = { +j = -13; +j.ss01 = -13; +parenright = 0; +bracketright = 0; +}; +seven.dnom = { +period = -32; +comma = -39; +question = -75; +period.ss01 = -41; +comma.ss01 = -43; +question.ss01 = -84; +parenright = -48; +parenright.case = -28; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +quotedbl = -94; +quotesingle = -41; +quotedblleft.ss01 = -94; +quoteleft.ss01 = -61; +quotedblright.ss01 = -94; +quoteright.ss01 = -61; +degree = -94; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_zero" = -30; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -17; +"@MMK_R_KO_nine" = -18; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 57; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_endash.case" = -38; +"@MMK_R_KO_parenright.case" = 52; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -23; +"@MMK_R_KO_plus" = -59; +"@MMK_R_KO_percent" = -22; +}; +Igrave.ss02 = { +igrave = 61; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 1; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_itilde" = 39; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -12; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_backslash" = 19; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -32; +}; +Amacron = { +endash.case = -24; +}; +hyphen = { +Dcroat = -3; +Lslash = 35; +Oslash = 5; +x = -23; +l.ss03 = -2; +mu = 2; +zero.numr = -63; +one.numr = -50; +three.numr = -54; +four.numr = -94; +five.numr = -60; +six.numr = -63; +seven.numr = -54; +eight.numr = -59; +nine.numr = -79; +threesuperior = -59; +fivesuperior = -66; +eightsuperior = -64; +colon = -40; +semicolon = -48; +questiondown = -61; +question.ss01 = -56; +questiondown.ss01 = -30; +parenleft = 21; +braceright = -38; +quotesinglbase = -48; +quotedblbase = -87; +quotedblbase.ss01 = -111; +quoteleft.ss01 = -61; +quoteright.ss01 = -61; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = 5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = -1; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -6; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_four" = 15; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -50; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = -16; +"@MMK_R_KO_semicolon" = -22; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -40; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = -31; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = -23; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -73; +"@MMK_R_KO_quotedblright" = -69; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -66; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -71; +"@MMK_R_KO_asciicircum" = -51; +}; +l = { +Hbar = 32; +l = 0; +hbar = 0; +igrave = 0; +ibreve = 2; +icaron = 0; +idieresis = 0; +jcircumflex = 0; +periodcentered.loclCAT = 56; +at = 0; +notequal = -21; +logicalnot = 5; +}; +registered = { +period = -40; +comma = -48; +slash = -54; +period.ss01 = -41; +comma.ss01 = -43; +parenright = -39; +parenright.case = -32; +trademark = -38; +}; +quotedblright.ss01 = { +icircumflex = 0; +g.ss06 = -111; +mu = -79; +questiondown.case = -111; +ellipsis.ss01 = -111; +questiondown.ss01 = -111; +asciitilde = -111; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -51; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -33; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -73; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -33; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -12; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_two" = -54; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = -62; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_foursuperior" = -82; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_question" = -73; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 20; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -111; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 36; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 33; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = 27; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = -103; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = -7; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -29; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -60; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = -18; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_twosuperior" = 18; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 29; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -40; +"@MMK_R_KO_semicolon" = -48; +"@MMK_R_KO_ellipsis" = -113; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -46; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -47; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -85; +"@MMK_R_KO_hyphen.case" = 20; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = 16; +"@MMK_R_KO_quoteright.ss01" = 16; +"@MMK_R_KO_trademark" = 11; +"@MMK_R_KO_asciicircum" = -68; +}; +published = { +parenright = -84; +parenright.case = -75; +}; +emdash.case = { +one.numr = -44; +seven.numr = -50; +question.ss01 = -111; +quotedblbase = -87; +quotedblbase.ss01 = -111; +quoteright.ss01 = -61; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = -16; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 2; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 3; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -28; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_period.ss01" = -40; +"@MMK_R_KO_comma.ss01" = -42; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_endash.case" = 11; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_degree" = -25; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +Atilde = { +ordfeminine = -55; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +}; +quotesingle = { +Hbar = 34; +eacute = -29; +hbar = 24; +igrave = 44; +icaron = 39; +icircumflex = 38; +idieresis = 31; +imacron = 48; +itilde = 50; +jcircumflex = 23; +idieresis.ss01 = 31; +g.ss06 = -37; +mu = -14; +exclamdown = -41; +questiondown = -41; +backslash = 31; +questiondown.case = -41; +questiondown.ss01 = -41; +underscore = -41; +ampersand = -21; +lessequal = -41; +asciitilde = -41; +}; +exclam = { +exclam = 0; +parenright = -2; +guillemetleft = 0; +guillemetright = -24; +}; +Imacron.ss02 = { +endash.case = -23; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -29; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 33; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -44; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_quoteright.ss01" = -33; +"@MMK_R_KO_trademark" = -46; +"@MMK_R_KO_asciicircum" = -22; +}; +imacron = { +ncommaaccent = -1; +lcommaaccent = 0; +three = 27; +exclam.ss01 = 26; +quotedbl = 47; +}; +three = { +icircumflex = 37; +braceright = -26; +bracketright.case = -22; +trademark = -26; +}; +radical = { +four = -35; +seven = 47; +hyphen = -19; +A = -42; +J = -8; +J.ss10 = -45; +a = -30; +d = -30; +a.ss05 = -22; +c = -28; +g = -29; +s = -19; +l.ss04 = 30; +g.ss06 = -34; +}; +quotesinglbase = { +Iogonek = 18; +oslash = 0; +p = -2; +jcircumflex = 0; +germandbls = -29; +numbersign = -48; +parenleft.case = -26; +at = -34; +copyright = -48; +published = -48; +dollar = -32; +euro = -48; +minus = -48; +equal = -48; +approxequal = -48; +}; +germandbls = { +a = 10; +d = 10; +a.ss05 = 10; +e = 11; +f = 0; +g = 10; +i = 0; +s = 16; +t = 0; +v = 0; +w = -3; +g.ss06 = -4; +t_i.liga = -2; +t_t.liga = -2; +period.ss01 = -34; +comma.ss01 = -36; +hyphen = 23; +parenright = -23; +bracketright = -22; +quotedblleft = -8; +quotesingle = -6; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -14; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -39; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_Oacute" = -32; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = -27; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -46; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_two" = 6; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -36; +"@MMK_R_KO_seven" = -48; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = 4; +"@MMK_R_KO_question" = -48; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_hyphen.case" = -48; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -48; +"@MMK_R_KO_plus" = -48; +"@MMK_R_KO_percent" = -48; +}; +Odieresis = { +Eth = -18; +Germandbls = -31; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = 9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 26; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = 25; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 20; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_y" = 20; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_pi" = 34; +"@MMK_R_KO_zero" = 17; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = 16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 24; +"@MMK_R_KO_six" = 13; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = 17; +"@MMK_R_KO_nine" = 19; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = 16; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -29; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_degree" = -6; +"@MMK_R_KO_plus" = -21; +"@MMK_R_KO_percent" = 0; +}; +e = { +idieresis = -3; +germandbls = -6; +gbreve.ss06 = -9; +seven = -35; +emdash = 0; +registered = -16; +logicalnot = 10; +asciitilde = 0; +}; +Oacute = { +Eth = -18; +Lslash = -24; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -9; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = 10; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -53; +"@MMK_R_KO_asciicircum" = -45; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 34; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 31; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 32; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 33; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 10; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = 11; +"@MMK_R_KO_comma.ss01" = 8; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -32; +"@MMK_R_KO_underscore" = 44; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = -20; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -33; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = -31; +}; +Germandbls = { +B = 8; +E = 8; +I = 8; +L = 8; +S = 29; +T = 8; +Z = 5; +a = 15; +foursuperior = -43; +hyphen = 35; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +}; +six.dnom = { +question = -66; +question.ss01 = -72; +parenright = -41; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +quotedbl = -114; +quotesingle = -41; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +degree = -114; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -34; +}; +less = { +two = 46; +three = 46; +parenright = -21; +less = -120; +S = 45; +}; +Acircumflex = { +six = -17; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -37; +"@MMK_R_KO_j" = -21; +"@MMK_R_KO_s" = -48; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_pi" = -15; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 14; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -48; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_endash" = -48; +"@MMK_R_KO_hyphen.case" = -48; +"@MMK_R_KO_endash.case" = -48; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -11; +"@MMK_R_KO_plus" = -48; +"@MMK_R_KO_percent" = -9; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -75; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_J" = -44; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = -32; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -145; +"@MMK_R_KO_a" = -67; +"@MMK_R_KO_a.ss05" = -57; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -67; +"@MMK_R_KO_i" = -30; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_j" = -40; +"@MMK_R_KO_s" = -53; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_z" = -35; +"@MMK_R_KO_t_t.liga" = -24; +}; +ellipsis.ss01 = { +Dcroat = -44; +Tbar = -101; +tbar = -68; +twosuperior = -118; +threesuperior = -132; +fivesuperior = -135; +eightsuperior = -142; +question.ss01 = -101; +parenleft = -53; +braceright = -69; +parenleft.case = -66; +quoteleft.ss01 = -61; +quoteright.ss01 = -61; +}; +u = { +l = 0; +idieresis = 0; +s = 0; +germandbls = 17; +logicalnot = 5; +}; +colon.ss01 = { +T = -61; +V = -45; +Y = -61; +zero = -32; +one = -61; +three = -27; +four = -61; +onesuperior = -60; +sevensuperior = -61; +emdash = -61; +parenright = -52; +braceright = -61; +bracketright = -61; +}; +ocircumflexacute = { +sevensuperior = -22; +parenright = 0; +bracketright = 0; +quotedbl = -32; +quotesingle = -28; +}; +egrave = { +T = -87; +}; +Jcircumflex = { +jcircumflex = 14; +parenright = 44; +bracketright = 44; +parenright.case = 39; +bracketright.case = 38; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 30; +"@MMK_R_KO_itilde" = 38; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -4; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_bracketright.case" = -25; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -33; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 21; +"@MMK_R_KO_O" = 28; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 35; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 10; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 21; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 21; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 24; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -27; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 38; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 22; +"@MMK_R_KO_W" = 29; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = 27; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = -30; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_twosuperior" = 16; +"@MMK_R_KO_threesuperior" = 8; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 35; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 37; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = -36; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = 29; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_two" = 29; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -22; +"@MMK_R_KO_seven" = -40; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -40; +"@MMK_R_KO_asterisk" = -40; +"@MMK_R_KO_slash" = 28; +"@MMK_R_KO_hyphen" = -40; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_hyphen.case" = -40; +"@MMK_R_KO_endash.case" = -40; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -40; +"@MMK_R_KO_quoteleft" = -40; +"@MMK_R_KO_quoteright" = -40; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = -40; +"@MMK_R_KO_quotesingle" = -40; +}; +udieresis = { +germandbls = 17; }; E = { -H = 0; Hbar = 0; -Iogonek = 0; -Jcircumflex = 38; -Tcedilla = 38; -asciitilde = -19; -backslash = 28; -eight = -17; -equal = -27; -exclam.ss01 = 11; -gbreve.ss06 = 3; -germandbls = -17; +igrave = 53; idieresis = 0; -idieresis.ss01 = 18; jcircumflex = 0; -minus = -4; -multiply = -56; -numbersign = -27; -registered = -27; -seven = 9; -three = -10; -two = 5; +germandbls = -23; +idieresis.ss01 = 39; +zero = -5; +two = 16; +six = -8; +seven = 23; +numbersign = -45; +registered = -15; +multiply = -57; +logicalnot = 0; +asciitilde = -10; }; -Ecircumflex = { -Icircumflex = 17; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 43; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 33; +"@MMK_R_KO_I.ss02" = 37; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = -43; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 32; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_pi" = -9; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_two" = 22; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -112; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -37; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_asterisk" = -119; +"@MMK_R_KO_slash" = 45; +"@MMK_R_KO_period.ss01" = 17; +"@MMK_R_KO_comma.ss01" = 19; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = 20; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblright.ss01" = -111; }; -Ecircumflexdotbelow = { -C = -12; -T = 38; -comma = 24; -period = 9; +Lcaron = { +A = 37; +B = 4; +M = 4; +N = 4; +K = 4; +C = -17; +O = -20; +G = -18; +Ccaron = -17; +Ocircumflex = -20; +J = 47; +S = -2; +Scaron = -2; +T = -2; +U = -13; +Uacute = -13; +V = -4; +W = 0; +Zcaron = 39; +I.ss02 = 44; +a = -19; +u = -14; +v = -41; +w = -31; +sixsuperior = -26; +onesuperior = -6; +twosuperior = -9; +threesuperior = -13; +foursuperior = -45; +fivesuperior = -25; +sevensuperior = -3; +eightsuperior = -21; +ninesuperior = -44; +period = 26; +comma = 18; +question = -3; +question.ss01 = -21; +hyphen = -84; +hyphen.case = -87; +parenright = 0; +quotedblleft = -13; +quoteleft = -13; +guillemetleft = -66; +guilsinglleft = -66; +quotedbl = -5; +quotesingle = -5; +quotedblleft.ss01 = -39; +quoteleft.ss01 = -39; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -29; +"@MMK_R_KO_Z" = -37; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = -1; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -19; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -40; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -62; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -43; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -44; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_quoteright.ss01" = -33; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -24; +}; +Udieresis.ss01 = { +b = 2; }; -Ecircumflexdotbelow.ss01 = { -T = 38; +twosuperior = { +A = -54; +fraction = -19; +period = -40; +comma = -48; +slash = -65; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -48; +parenright = -18; +parenright.case = -16; }; -Ecircumflexgrave = { -comma = 4; -period = 4; +period = { +g.ss06 = 4; +ordfeminine = -40; +ordmasculine = -40; +twosuperior = -40; +threesuperior = -40; +fivesuperior = -40; +eightsuperior = -40; +parenleft = 0; +braceright = -36; +parenleft.case = -17; }; -Ecircumflexhookabove = { -comma = 4; -period = 4; +uhorntilde = { +a = -7; +a.ss05 = -3; +n = 0; +u = 2; +period = -9; +comma = -6; +ellipsis = -26; +question = 59; +period.ss01 = -26; +ellipsis.ss01 = -26; +comma.ss01 = -28; +parenright = 0; +quotedblright = 34; +quotedbl = 45; }; -Ecircumflextilde = { -comma = 4; +nine = { +ordmasculine = -12; +underscore = 0; +braceright = -37; +braceright.case = -33; +bracketright.case = -33; +trademark = -39; +asciicircum = -32; +}; +T = { +Hbar = 2; +Lslash = -4; +Oslash = -26; +Tbar = 40; +aacute = -62; +agrave = -14; +adotbelow = -62; +adotbelow.ss01 = -62; +aogonek = -62; +adieresis = -38; +ahookabove = -46; +ae = -59; +a.ss05 = -59; +aacute.ss05 = -58; +aogonek.ss05 = -59; +adotbelow.ss05 = -59; +cacute = -60; +ccedilla = -60; +eacute = -61; +edotaccent = -52; +eogonek = -61; +edotbelow = -61; +edotbelow.ss01 = -61; +edotaccent.ss01 = -46; +egrave = -9; +ecaron = -11; +ehookabove = -39; +oacute = -60; +ohookabove = -41; +ograve = -10; +ocircumflexhookabove = -39; +ohungarumlaut = -48; +odotbelow = -60; +ohorngrave = -10; +ohornacute = -60; +odotbelow.ss01 = -60; +oslash = -60; +gbreve = -25; +i.ss01 = 5; +idotaccent.ss01 = 5; +iacute = -29; +igrave = 54; +rcaron = 10; +ihookabove = 0; +idotless = -51; +ibreve = 54; +icaron = 51; +idieresis = -13; +racute = -51; +scaron = 0; +scircumflex = -22; +uacute = -62; +uhorndotbelow = -62; +uhorndotbelow.ss01 = -62; +ugrave = -13; +udotbelow = -62; +uogonek = -62; +uhorngrave = -13; +uhornacute = -62; +udotbelow.ss01 = -62; +uhornhookabove = -42; +ygrave = 0; +ycircumflex = -25; +yhookabove = -30; +zcaron = 7; +idieresis.ss01 = 37; +zero = -30; +six = -29; +seven = 34; +zeroinferior = -71; +twoinferior = -61; +numbersign = -45; +endash.case = -58; +parenleft.case = -18; +guilsinglleft = -57; +guilsinglright = -77; +at = -50; +ampersand = -28; +registered = -31; +plus = -72; +minus = -72; +multiply = -87; +divide = -72; +equal = -61; +less = -64; +greaterequal = -62; +plusminus = -56; +approxequal = -84; +logicalnot = -47; +asciitilde = -61; +}; +quotesinglbase.ss01 = { +Dcroat = -40; +T = -61; +Tcaron = -61; +V = -61; +W = -61; +Y = -61; +oslash = -30; +germandbls = -61; +numbersign = -61; +question.ss01 = -61; +parenleft.case = -60; +quoteright.ss01 = -61; +at = -61; +copyright = -61; +published = -61; +euro = -61; +minus = -61; +equal = -61; +approxequal = -61; }; -Edieresis = { -Idieresis = 10; +Q = { +Dcroat = 0; +two = 0; +seven = -14; +registered = -24; }; -Edotaccent = { -scaron = 0; +quoteright = { +Hbar = 22; +a.ss05 = -48; +eacute = -48; +hbar = 25; +igrave = 48; +icircumflex = 33; +idieresis = 31; +imacron = 50; +itilde = 48; +jcircumflex = 17; +scaron = -7; +x = -32; +g.ss06 = -48; +gdotaccent.ss06 = -48; +mu = -48; +questiondown = -48; +questiondown.case = -48; +quotedblbase = -48; +euro = -41; +asciitilde = -48; }; -Emacron = { -Imacron = 31; -gcommaaccent.ss06 = 3; +minus = { +one = -40; +two = -89; +three = -58; +seven = -86; +one.numr = -31; +seven.numr = -38; +period = -40; +comma = -48; +period.ss01 = -41; +comma.ss01 = -43; +parenright = -70; +parenright.case = -57; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +guillemetright = -53; +quotedbl = -126; +quotesingle = -41; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -111; +quoteright.ss01 = -61; +tenge = -89; +yen = -16; +x = -32; }; -Eogonek = { -comma = 65; -parenright = 60; -period = 39; +ldot.ss04 = { +a = 17; +e = 18; +period = -40; +comma = -48; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = 25; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -8; +"@MMK_R_KO_zero" = 4; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = 28; +"@MMK_R_KO_four" = 33; +"@MMK_R_KO_five" = 16; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -11; +"@MMK_R_KO_eight" = 17; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_endash.case" = -14; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_degree" = -38; +"@MMK_R_KO_plus" = -20; +"@MMK_R_KO_percent" = -18; +}; +acircumflexacute.ss05 = { +t = -39; +y = -41; +t_i.liga = -35; +t_t.liga = -36; +question = -34; +question.ss01 = -47; }; -Eth = { -Eth = 16; -Oslash = 20; +p = { +seven = -35; +registered = -18; }; -F = { -Hbar = 0; -adieresis = -13; -ampersand = -32; -backslash = 34; -eight = -19; -eightinferior = -22; -ellipsis.ss01 = -111; -fiveinferior = -22; -fourinferior = -59; -iacute = -15; +idotaccent = { +T = -20; idieresis = 0; -nine = -10; -numbersign = -18; -seven = 15; -sixinferior = -28; -three = -7; -threeinferior = -15; -two = -8; -twoinferior = -13; -udieresis = -18; -}; -G = { -Eth = 2; -Hbar = 8; -Lslash = 6; -Oslash = 11; -Ycircumflex = -12; -backslash = 0; -eight = 5; -hbar = 9; -jcircumflex = 14; -parenleft = 10; -three = 10; -two = 6; -}; -G.ss07 = { -Hbar = 12; -Lslash = 14; -Oslash = 10; -eight = 6; -hbar = 10; +parenright = -19; }; -Germandbls = { -A = 14; -E = 6; -G = 11; -I = 6; -L = 6; -S = 18; -T = 11; -Z = 5; -a = 15; -hyphen = 38; -parenright = 5; +summation = { +n = -50; }; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 4; -endash = 0; -exclam = 0; -greater = 20; -hyphen = 0; -ibreve = 11; -jcircumflex = 11; -l = 0; -n = 0; +eth = { +a = 0; +d = 0; +aacute = 0; +e = 0; o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 3; -D = 3; -E = 3; -F = 3; -Gdotaccent = 6; -H = 3; -Hbar = 45; -I = 3; -I.ss02 = 4; -K = 3; -L = 3; -M = 3; -N = 3; -O = 6; -Q = 6; -R = 3; -S = 17; -T = 0; -U = 7; -W = 26; -Zdotaccent = 0; -b = 4; -exclam = 5; -i = 3; -i.ss01 = 3; -idotaccent = 3; -j = 3; -l = 4; -l.ss04 = 6; -ninesuperior = 0; -question = 17; -quotedblright = 20; -quoteright = 20; -quotesingle = 6; -sixsuperior = 0; +eth = 0; +odieresis = 0; +f = -8; +f_f.liga = -8; +f_f_i.liga = -8; +fi = -8; +f_y.liga = -8; +fl = -8; +g = 0; +i = 0; +j = -12; +s = 6; +t = -8; u = 0; -w = 2; +v = -8; +y = -8; +t_i.liga = -8; +t_t.liga = -8; +period = -9; +comma = -17; +period.ss01 = -31; +comma.ss01 = -33; +hyphen = 13; +parenright = -18; +bracketright = -32; +quotedblleft = -8; +quoteleft = -8; +quotedbl = -7; }; -I = { -Hbar = 3; -backslash = 4; -greater = 20; -jcircumflex = 11; +igrave = { +parenright = -25; }; -I.ss02 = { -Dcroat = 0; -Eth = 0; -Tcedilla = 42; -jcircumflex = 13; -logicalnot = -12; -minus = -35; -plus = -33; +three.numr = { +fraction = -20; }; -Iacute = { -Igrave = 65; -Rcaron = 2; -Tcaron = 4; -U = 2; -comma.ss01 = -29; -l.ss04 = 2; -parenright = 22; -period.ss01 = -29; +Aring = { +endash.case = -24; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 4; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -38; +"@MMK_R_KO_quoteright.ss01" = -38; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -39; }; -Iacute.ss02 = { -Eth = 0; +lcommaaccent = { +j = -13; }; -Ibreve = { -Imacron = 56; +quoteright.ss01 = { +igrave = 0; +icircumflex = 0; +imacron = 0; +itilde = 0; +jcircumflex = -8; +idieresis.ss01 = 0; +g.ss06 = -61; +gdotaccent.ss01.ss06 = -61; +mu = -61; +questiondown.case = -61; +questiondown.ss01 = -61; +quotedblbase.ss01 = -61; +asciitilde = -61; }; -Icircumflex = { -Icircumflex = 62; -bracketright = 30; -icircumflex = 12; -l.ss04 = 3; -parenright = 37; -parenright.case = 48; +backslash = { +p = 11; +g.ss06 = 26; +backslash = -66; +underscore = 40; +quoteright.ss01 = -61; }; -Idieresis = { -Idieresis = 53; -Igrave = 32; -idieresis = 5; -parenright = 26; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 21; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_T" = 61; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 51; +"@MMK_R_KO_X" = 36; +"@MMK_R_KO_Y" = 55; +"@MMK_R_KO_Z" = 46; +"@MMK_R_KO_I.ss02" = 59; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 15; +"@MMK_R_KO_onesuperior" = 32; +"@MMK_R_KO_twosuperior" = 42; +"@MMK_R_KO_threesuperior" = 36; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 37; +"@MMK_R_KO_sevensuperior" = 65; +"@MMK_R_KO_eightsuperior" = 25; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 23; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 83; +"@MMK_R_KO_bracketright" = 80; +"@MMK_R_KO_parenright.case" = 81; +"@MMK_R_KO_bracketright.case" = 78; +"@MMK_R_KO_quotedblright" = 31; +"@MMK_R_KO_quoteright" = 31; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 33; +"@MMK_R_KO_quotesingle" = 33; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_quoteright.ss01" = 18; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 33; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = 54; +"@MMK_R_KO_U" = 35; +"@MMK_R_KO_V" = 57; +"@MMK_R_KO_W" = 63; +"@MMK_R_KO_X" = 43; +"@MMK_R_KO_Y" = 58; +"@MMK_R_KO_Z" = 50; +"@MMK_R_KO_I.ss02" = 61; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = 17; +"@MMK_R_KO_onesuperior" = 32; +"@MMK_R_KO_twosuperior" = 39; +"@MMK_R_KO_threesuperior" = 33; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 16; +"@MMK_R_KO_sevensuperior" = 45; +"@MMK_R_KO_eightsuperior" = 23; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 33; +"@MMK_R_KO_question" = 25; +"@MMK_R_KO_asterisk" = 31; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 49; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 4; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 37; +"@MMK_R_KO_braceright" = 10; +"@MMK_R_KO_bracketright" = 10; +"@MMK_R_KO_quotedblleft" = 28; +"@MMK_R_KO_quotedblright" = 45; +"@MMK_R_KO_quoteleft" = 28; +"@MMK_R_KO_quoteright" = 45; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 44; +"@MMK_R_KO_quotesingle" = 44; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 28; +"@MMK_R_KO_quoteright.ss01" = 28; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -35; }; -Idieresis.ss01 = { -Idieresis.ss01 = 46; -Igrave = 54; +parenright.case = { +T = -18; +V = -6; +Y = -21; +Yacute = -21; +period = -17; +comma = -21; +slash = -9; +period.ss01 = -39; +comma.ss01 = -36; +hyphen.case = 21; +emdash.case = 21; +parenleft.case = 18; +parenright.case = -19; +braceright.case = -17; +bracketright.case = -16; +quotedbl = 0; }; -Idieresis.ss02 = { -idieresis = 9; +degree = { +zero = -25; +three = -5; +four = -88; +five = -21; +six = -28; +period = -40; +comma = -48; +slash = -89; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -112; +emdash = -145; +endash = -145; +hyphen.case = -92; +emdash.case = -92; +parenright = -26; +bracketright = -42; +parenright.case = -23; +bracketright.case = -42; +g.ss06 = -74; }; -Idotaccent = { -l.ss04 = 2; +H = { +H = 0; +Hbar = 25; +igrave = 33; +ibreve = 31; +idieresis = 22; +jcircumflex = 12; +x = 0; +idieresis.ss01 = 17; +exclam = 0; +endash = 0; +ampersand = 0; }; -Idotaccent.ss01 = { -l.ss04 = 2; -period.ss01 = -29; +lessequal = { +parenright = -21; +greaterequal = 10; +lessequal = -3; +Y = -18; +n = 0; }; -Idotbelow = { -U = 2; -comma = 21; -j = 2; +mu = { +mu = -1; +pi = 12; +one = -31; +onesuperior = -32; +twosuperior = -11; +sevensuperior = -42; +period.ss01 = -14; +comma.ss01 = -16; +hyphen = 0; +parenright = -26; +braceright = -42; +bracketright = -41; +quotedblleft = -35; +quotedblright = -32; +quoteleft = -35; +quoteright = -32; +quotedbl = -14; +quotesingle = -14; +trademark = -61; +asciicircum = -40; }; -Imacron = { -Ibreve = 55; -Imacron = 67; -imacron = 5; -l.ss04 = 2; -parenright = 21; -parenright.case = 41; +questiondown = { +p = 0; +questiondown = -13; }; -Iogonek = { -Iogonek = 17; -iogonek = 7; -j = 3; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = 0; +Eth = 0; +Lslash = 0; +Tbar = -31; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 0; +jcircumflex = -6; +germandbls = -19; +tbar = -19; +gbreve.ss06 = 7; +ordfeminine = -55; +ordmasculine = -55; +zero = -15; +two = 22; +three = 0; +five = -6; +six = -17; +seven = -31; +eight = -3; +nine = -10; +numbersign = -11; +endash.case = -24; +parenleft.case = -7; +quotedblleft.ss01 = -81; +at = -12; +ampersand = 4; +registered = -46; +dollar = -6; +plus = -28; +minus = -33; +multiply = -33; +divide = -29; +equal = -8; +notequal = -31; +less = -27; +approxequal = -28; +logicalnot = -4; +asciitilde = -21; }; -Iogonek.ss02 = { -comma = 69; -iogonek = 57; -j = 36; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = 29; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 21; +"@MMK_R_KO_itilde" = 24; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = -6; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -34; +"@MMK_R_KO_endash" = -50; +"@MMK_R_KO_underscore" = 24; +"@MMK_R_KO_hyphen.case" = -59; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -77; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 17; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = 10; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 11; +"@MMK_R_KO_three" = 24; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 9; +"@MMK_R_KO_six" = 5; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = 15; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -15; +"@MMK_R_KO_percent" = 0; }; -Itilde = { -Idieresis = 63; -Idieresis.ss01 = 62; -Itilde = 80; +ohornacute = { +c = -25; +i = -26; +idotaccent = -26; +i.ss01 = -26; +idotaccent.ss01 = -26; +m = -26; +n = -26; +p = -26; +t = -21; +u = -26; +t_i.liga = -21; +t_i.liga.ss01 = -21; +t_t.liga = -21; +parenright = -33; }; -J = { -Hbar = 2; -Iogonek = 2; -Oslash = 4; -backslash = 6; -greater = 22; -i.ss01 = 2; -ibreve = 14; -idieresis = 6; -iogonek = 2; -jcircumflex = 14; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -43; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -50; +"@MMK_R_KO_I.ss02" = -29; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -26; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -70; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -48; +"@MMK_R_KO_backslash" = -8; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -32; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -46; +"@MMK_R_KO_underscore" = -49; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -44; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_quoteright.ss01" = -31; +"@MMK_R_KO_trademark" = -50; +"@MMK_R_KO_asciicircum" = -29; +}; +Ycircumflex = { +a.ss05 = -53; }; -Jacute = { -Ecaron = 5; -Edieresis = 2; -Egrave = 5; -Hbar = 2; -Ibreve = 68; -Icircumflex = 31; -Idieresis = 33; -Idieresis.ss01 = 56; -Idotaccent = 6; -Igrave = 67; -Imacron = 37; -Itilde = 46; -Oslash = 4; -backslash = 6; -ibreve = 14; -idieresis = 6; -jcircumflex = 14; -parenright = 24; -parenright.case = 26; +Ograve = { +Lslash = -24; }; -Jcircumflex = { -A = 0; -E = 0; -Jcircumflex = 49; -O = 2; -U = 4; -a = 0; -e = 2; -jcircumflex = 14; -o = 2; -parenright = 38; +Hbar = { +Hbar = 90; +Idieresis.ss01 = 25; +exclam.ss01 = 27; }; -K = { -Iogonek = 14; -Lslash = -2; -OE = -12; -Ydotbelow = 31; -Ydotbelow.ss01 = 31; -Ygrave = 31; -ampersand = 0; -asciitilde = -43; -at = -14; -backslash = 27; -dollar = -8; -ecircumflexacute = 0; -edieresis = -8; -eight = -2; -equal = -27; -jcircumflex = 13; -lcommaaccent.ss04 = 9; -less = -30; -logicalnot = -47; -minus = -70; -nine = -8; -numbersign = -24; -odieresis = -8; -parenleft = -5; -plus = -59; -rcaron = 6; -registered = -32; +Y = { +Eth = -4; +Lslash = -5; +Oslash = -22; +aacute = -61; +a.ss05 = -53; +aacute.ss05 = -52; +aogonek.ss05 = -53; +eth = -21; +ccedilla = -60; +eacute = -60; +edotbelow = -62; +edotbelow.ss01 = -62; +egrave = -8; +ecircumflexacute = -34; +oacute = -59; +odotbelow = -60; +odotbelow.ss01 = -60; +oslash = -60; +iacute = -26; +ntilde = -29; +ncaron = -16; +igrave = 59; +idieresis = 29; +scaron = 0; +zcaron = 8; +idieresis.ss01 = 44; +zero = -24; +two = -5; +three = -8; +six = -24; seven = 25; -three = 5; -two = 20; -u = -10; -ygrave = 0; -yhookabove = -16; -ytilde = -6; -}; -L = { -Dcroat = -3; -H = 0; -Iogonek = 0; -Jcircumflex = 36; -OE = -29; -Oslash = 15; -Tbar = -47; -Tcedilla = -44; -Ycircumflex = -48; -Ydieresis = -48; -Ydieresis.ss01 = -48; -Ydotbelow = -48; -Ydotbelow.ss01 = -48; -Ygrave = -48; -ampersand = -6; -asciitilde = -71; -at = -30; -backslash = -54; -eight = -11; -equal = -62; -five = -12; -idotbelow = 0; -less = -44; -logicalnot = -59; -minus = -82; -multiply = -93; -nine = -16; -numbersign = -37; -ordfeminine = -78; -ordmasculine = -78; -parenleft = -17; -plus = -80; -quotedbl = -63; -quoteleft = -65; -quoteleft.ss01 = -61; -quoteright.ss01 = -61; -registered = -79; -seven = -32; -three = -2; -two = 11; -}; -Lcaron = { -A = 32; -B = 0; -Ccaron = -14; -D = 0; -G = -14; -H = 0; -J = 54; -K = 0; -M = 0; -N = 0; -Ncaron = 0; -O = -14; -R = 0; -S = 0; -Scaron = 0; -T = 17; -U = -3; -Uacute = -3; -V = 27; -a = -16; -a.ss05 = 0; -comma = 21; -eightsuperior = -7; -fivesuperior = -8; -foursuperior = -22; -hyphen = -60; -hyphen.case = -60; -ninesuperior = 0; -onesuperior = 0; -parenright = 36; -period = 20; -question = 12; -sevensuperior = 12; -sixsuperior = -7; -threesuperior = 0; -twosuperior = 0; -u = -11; -uacute = -11; -v = -19; +eight = -15; +nine = -12; +twoinferior = -74; +numbersign = -29; +ellipsis.ss01 = -88; +endash.case = -34; +parenleft.case = -20; +at = -37; +ampersand = -27; +registered = -26; +plus = -59; +minus = -65; +multiply = -56; +equal = -32; +notequal = -57; +less = -59; +lessequal = -56; +logicalnot = -44; +asciitilde = -64; }; -Lslash = { -Ydieresis = -48; -Ydieresis.ss01 = -48; +acircumflexacute = { +sevensuperior = 0; +parenright = 40; }; -M = { -Hbar = 3; -backslash = 4; -greater = 20; -ibreve = 11; -idieresis = 5; -idieresis.ss01 = 6; +odieresis.ss01 = { +germandbls = -34; }; -N = { -Hbar = 3; -backslash = 4; -degree = -23; -greater = 20; -idieresis = 5; -jcircumflex = 11; +foursuperior = { +A = -37; +period = -40; +comma = -48; +slash = -55; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -49; }; -O = { -Dcroat = 10; -Eth = 10; -Hbar = 6; -Jcircumflex = 0; -Lslash = 12; -Oslash = 18; -Tbar = -7; -Tcedilla = -19; -Ydieresis = -14; -Ydieresis.ss01 = -14; -at = 14; -backslash = 5; -bracketright.case = -18; -eight = 7; -five = 8; -gbreve.ss06 = 4; -idieresis = 10; -less = 39; -parenleft = 21; -parenleft.case = 19; -parenright = -26; -parenright.case = -20; +eight = { +icircumflex = 39; +braceright = -23; +bracketright.case = -22; +trademark = -25; +}; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -40; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 31; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_W" = 43; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 29; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -36; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_pi" = -6; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = -18; +"@MMK_R_KO_seven" = 40; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_ellipsis" = -94; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -69; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -23; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = -26; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = 14; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 17; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 23; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_plus" = -39; +"@MMK_R_KO_percent" = -2; }; -Oacute = { -Eth = 10; -Lslash = 12; -parenright = -26; +w = { +ampersand = -18; }; -Ocircumflex = { -Lslash = 12; -Tcedilla = -19; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -48; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -48; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = -48; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_pi" = -27; +"@MMK_R_KO_zero" = -21; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = 19; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = -6; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 12; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -48; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_endash" = -48; +"@MMK_R_KO_hyphen.case" = -48; +"@MMK_R_KO_endash.case" = -48; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -48; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_plus" = -48; }; -Odieresis = { -Eth = 10; -gbreve.ss06 = 4; +jacute = { +hbar = 0; +idieresis = 0; +iogonek = 2; +j = -9; +j.ss01 = 0; +jcircumflex = 0; +seven = 57; +comma = 0; +slash = 17; +parenright = 39; }; -Odieresis.ss01 = { -Eth = 10; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = 39; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = 38; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 30; +"@MMK_R_KO_W" = 36; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 19; +"@MMK_R_KO_twosuperior" = 15; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 31; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = 11; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = 13; +"@MMK_R_KO_comma.ss01" = 18; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -26; +"@MMK_R_KO_underscore" = 37; +"@MMK_R_KO_hyphen.case" = -24; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = 7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_quoteright.ss01" = 18; +"@MMK_R_KO_trademark" = 12; +"@MMK_R_KO_asciicircum" = -59; }; -Ograve = { -Lslash = 12; +gcaron.ss06 = { +gcaron.ss06 = 20; }; -Omacron = { -Eth = 10; -Lslash = 12; +Ntilde = { +A = 0; }; -Oslash = { -Eth = 11; -G = 18; -G.ss07 = 18; -J = 0; -O = 18; -Oslash = 18; -S = 8; -T = 20; -V = 21; -Y = 28; -comma = -19; -comma.ss01 = -46; -d = 6; -e = 7; -g = 8; -hyphen = 17; -hyphen.case = 21; -k = 11; -l = 11; -l.ss03 = 12; -l.ss04 = 13; -period = -19; -period.ss01 = -46; -r = 5; -s = 6; -v = 15; -y = 14; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -3; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 20; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 23; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 25; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = 36; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 7; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 39; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = 9; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 18; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 18; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -36; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = -32; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_Oacute" = -31; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -32; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -43; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -41; +"@MMK_R_KO_I.ss02" = -38; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -38; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = -35; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_eacute" = -37; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = -37; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_icircumflex" = -10; +"@MMK_R_KO_imacron" = -9; +"@MMK_R_KO_j" = -45; +"@MMK_R_KO_lslash" = -36; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -41; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -41; +"@MMK_R_KO_x" = -39; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = -37; +"@MMK_R_KO_l.ss03" = -36; +"@MMK_R_KO_l.ss04" = -37; +"@MMK_R_KO_g.ss06" = -48; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -46; +"@MMK_R_KO_threesuperior" = -52; +"@MMK_R_KO_foursuperior" = -53; +"@MMK_R_KO_fivesuperior" = -53; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -54; +"@MMK_R_KO_ninesuperior" = -73; +"@MMK_R_KO_period" = -39; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_colon" = -39; +"@MMK_R_KO_semicolon" = -44; +"@MMK_R_KO_ellipsis" = -62; +"@MMK_R_KO_exclam" = -34; +"@MMK_R_KO_question" = -28; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -51; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_hyphen.case" = -58; +"@MMK_R_KO_parenleft" = -31; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_parenright.case" = -50; +"@MMK_R_KO_bracketright.case" = -59; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -41; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -41; +"@MMK_R_KO_quoteright.ss01" = -41; }; -P = { -Jcircumflex = -5; -Lslash = 0; -OE = 15; -Oslash = 13; -Tcedilla = 0; -ampersand = -16; -bracketright.case = 0; -ellipsis.ss01 = -159; +guillemetleft = { +Dcroat = 0; +T = -50; +mu = 6; +twosuperior = -16; +braceright = -25; +minus = -31; +logicalnot = -3; +asciitilde = -26; +}; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = -5; +"@MMK_R_KO_imacron" = -5; +"@MMK_R_KO_itilde" = -5; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = -6; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_g.ss06" = -11; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -17; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -29; +"@MMK_R_KO_asterisk" = -34; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -28; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_braceright" = -37; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -68; +"@MMK_R_KO_quotedblright" = -64; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -61; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -67; +"@MMK_R_KO_asciicircum" = -44; +}; +icircumflex = { +two = 48; exclam.ss01 = 28; -five = 14; -fourinferior = -78; -idieresis = 8; -lcommaaccent = 13; -lcommaaccent.ss04 = 13; -less = 32; -nine = 18; -parenleft = 10; -seven = 36; -three = 21; -threeinferior = -30; -two = 22; +parenright = 0; }; -Q = { -Dcroat = 0; -backslash = 0; -minus = -15; -plus = -14; -registered = -9; -seven = -2; -two = 12; +ihookabove = { +n = -1; }; -R = { -Hbar = 15; -Iogonek = 0; -Jcircumflex = 14; -Oslash = 11; -Tcedilla = -12; -Ydieresis = -3; -ampersand = 6; -eight = 9; -greater = 31; -idieresis = 13; -jcircumflex = 21; -nine = 2; -seven = 14; -three = 14; -two = 9; +guilsinglleft = { +twosuperior = -15; +braceright = -25; +logicalnot = -3; +asciitilde = -26; }; -S = { -Abrevetilde = 10; -Hbar = 19; -Lslash = 17; -OE = 9; -Oslash = 11; -Tcedilla = -6; -Ycircumflex = -2; -ampersand = 9; -bracketright.case = -6; -dollar = 3; -eight = 14; -five = 6; -greater = 45; -hbar = 18; -ibreve = 23; -idieresis = 12; -idieresis.ss01 = 18; -minus = -36; -nine = 0; -parenleft = 13; -plus = -27; -three = 18; -two = 13; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -34; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -56; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -80; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = -59; +"@MMK_R_KO_I.ss02" = -37; +"@MMK_R_KO_J.ss10" = -152; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -25; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -34; +"@MMK_R_KO_z" = -60; +"@MMK_R_KO_t_t.liga" = -26; +}; +Uhornacute = { +exclam.ss01 = 22; }; -Scaron = { -iogonek = 2; +ocircumflexhookabove = { +parenright = 0; +bracketright = 0; +quotedblright = -13; +quotedbl = -13; +quotesingle = -13; +quotedblright.ss01 = -23; }; -Scedilla = { -parenright = -2; +plusminus = { +one = -26; +parenright = -39; }; -T = { -Acircumflex = -36; -Acircumflexacute = -29; -Acircumflexdotbelow = -36; -Acircumflexgrave = -30; -Amacron = -38; -Atilde = -38; -Hbar = 0; -Lslash = -4; -OE = -25; -Oslash = -18; -Ycircumflex = 36; -Ydotbelow = 36; -Ygrave = 36; -a.ss05 = -57; -aacute.ss05 = -51; -abreve = -23; -abreveacute = -23; -abrevedotbelow = -23; -abrevegrave = -23; -acircumflex = -33; -acircumflex.ss05 = -27; -acircumflexacute = 0; -acircumflexacute.ss05 = 3; -acircumflexdotbelow = -33; -acircumflexdotbelow.ss01 = -33; -acircumflexgrave = -39; -acircumflexhookabove = -39; -acircumflexhookabove.ss05 = -31; -acircumflextilde = -25; -adieresis = -40; -adieresis.ss05 = -17; -adotbelow.ss05 = -57; -ae = -57; -agrave = -17; -ahookabove = -37; -ahookabove.ss05 = -30; -amacron = -36; -ampersand = -29; -aogonek.ss05 = -57; -aring = -28; -asciitilde = -55; -at = -42; -atilde = -34; -backslash = 38; -e = -60; -eacute = -59; -ecaron = -13; -ecircumflexacute = 0; -edieresis = -35; -edotaccent = -46; -egrave = -11; -ehookabove = -32; -eight = -15; -emacron = -33; -equal = -47; +question = { +exclam = 0; +questiondown = -81; +questiondown.case = -73; +bracketright.case = -9; +}; +ordmasculine = { +period = -40; +comma = -48; +slash = -67; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -112; +parenright = -16; +parenright.case = -12; +}; +slash = { +Hbar = 37; +Oslash = -15; +hbar = 5; +ntilde = -21; +ncommaaccent = -31; +igrave = 39; +ibreve = 45; +icircumflex = 26; +idieresis = 7; +imacron = 0; +itilde = 29; +jcircumflex = 8; +rcommaaccent = -31; +scaron = 0; +scircumflex = -12; +x = -19; +idieresis.ss01 = 33; +g.ss06 = -45; +gcommaaccent.ss06 = -45; +gdotaccent.ss06 = -45; +gdotaccent.ss01.ss06 = -44; +mu = -31; +oneinferior = -43; +fourinferior = -75; +eightinferior = -55; +backslash = 42; +ellipsis.ss01 = -94; +underscore = -75; +parenleft = -12; +quotesinglbase = -48; +quotedblbase = -87; +quotedblbase.ss01 = -94; +literSign = -28; +cent = -22; +euro = -24; +sterling = -22; +minus = -43; +asciicircum = -56; +infinity = -28; +integral = -35; +radical = -23; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 25; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 39; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 27; +"@MMK_R_KO_W" = 42; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 31; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 19; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_l.ss03" = 30; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_sixsuperior" = 27; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = 20; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 20; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 28; +"@MMK_R_KO_question" = 47; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 38; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblright" = 30; +"@MMK_R_KO_quoteright" = 30; +"@MMK_R_KO_quotedbl" = 34; +"@MMK_R_KO_quotesingle" = 34; +"@MMK_R_KO_quotedblright.ss01" = 17; +"@MMK_R_KO_quoteright.ss01" = 17; +}; +M = { +Hbar = 25; +hbar = 20; +igrave = 33; +ibreve = 31; +icaron = 28; +idieresis = 22; +idieresis.ss01 = 17; +}; +i = { hbar = 0; -i.ss01 = 0; -iacute = -31; -ibreve = 44; +ntilde = -1; idieresis = 0; -idieresis.ss01 = 29; -idotaccent.ss01 = 0; -idotbelow = -20; -idotless = -64; -ihookabove = 2; -less = -30; -logicalnot = -45; -minus = -67; -multiply = -81; -numbersign = -37; -oacute = -59; -ocircumflexacute = 0; -odieresis = -36; -ograve = -12; -ohookabove = -33; -ohorngrave = -12; -ohungarumlaut = -44; -omacron = -33; -otilde = -30; -parenleft = -30; -plus = -64; -racute = -44; -rcaron = 7; -registered = -32; -scaron = 0; -scircumflex = -24; -seven = 19; -three = -2; -two = -2; -twoinferior = -59; -uacute = -62; -ubreve = -24; -ucircumflex = -34; -udieresis = -41; -udieresis.ss01 = -31; -ugrave = -17; -uhookabove = -37; -uhorngrave = -17; -uhornhookabove = -37; -uhungarumlaut = -47; -umacron = -38; -uring = -31; -utilde = -34; -ycircumflex = -16; -ygrave = 3; -yhookabove = -20; -zeroinferior = -62; +j = -13; +jcircumflex = 0; +s = 0; +germandbls = 16; +slash = -1; +parenright = -19; +braceright = -36; +bracketright = -36; +logicalnot = 4; }; -Tbar = { -A = -28; -Aacute = -28; -Tbar = 48; -comma = -44; -comma.ss01 = -61; -guilsinglleft = -2; -oslash = -20; -period = -44; -period.ss01 = -61; -slash = -37; -tbar = -7; +macute = { +quotesingle = -26; }; -Tcaron = { -a.ss05 = -57; -udieresis = -41; +greaterequal = { +one = -26; +three = -18; +seven = -51; +parenright = -16; +T = -58; }; -Tcedilla = { -Tcedilla = 42; -a.ss05 = -56; -abreve = -23; -amacron = -36; -umacron = -38; +eogonek = { +parenright = 0; }; -Tcommaaccent = { -a.ss05 = -57; -abreve = -23; -acircumflex = -33; -amacron = -36; +fiveinferior = { +T = -65; +W = -19; +parenright = -24; }; -Thorn = { -Eth = 34; +tcedilla = { +comma = 20; +parenright = 28; +bracketright = 26; }; -U = { -Dcroat = 0; -Eth = 0; -Germandbls = 2; -Hbar = 7; -Idieresis = 2; -Igrave = 2; -Lcommaaccent = 2; -Lslash = 3; -Tcedilla = 8; -backslash = 12; -greater = 24; -hbar = 12; -jcircumflex = 20; -seven = 8; -yhookabove = 7; +eightsuperior = { +A = -72; +fraction = -20; +period = -40; +comma = -48; +slash = -84; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -83; }; -Uacute = { -Eth = 0; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -89; +"@MMK_R_KO_H" = -31; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_Oacute" = -35; +"@MMK_R_KO_J" = -53; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = -29; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -111; +"@MMK_R_KO_a" = -106; +"@MMK_R_KO_aacute" = -70; +"@MMK_R_KO_a.ss05" = -55; +"@MMK_R_KO_l" = -30; +"@MMK_R_KO_e" = -105; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_i" = -34; +"@MMK_R_KO_n" = -51; +"@MMK_R_KO_j" = -45; +"@MMK_R_KO_s" = -93; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -78; +"@MMK_R_KO_uacute" = -71; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -64; +"@MMK_R_KO_y" = -62; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss04" = -23; +"@MMK_R_KO_t_t.liga" = -40; +"@MMK_R_KO_pi" = -58; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = -15; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -109; +"@MMK_R_KO_five" = -31; +"@MMK_R_KO_six" = -42; +"@MMK_R_KO_seven" = -7; +"@MMK_R_KO_eight" = -29; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -94; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen" = -111; +"@MMK_R_KO_endash" = -111; +"@MMK_R_KO_hyphen.case" = -111; +"@MMK_R_KO_endash.case" = -102; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -63; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -40; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_plus" = -111; +"@MMK_R_KO_percent" = -29; }; -Udieresis = { -Germandbls = 2; +ordfeminine = { +period = -40; +comma = -48; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -112; +parenright = 0; }; -V = { -Abrevetilde = -43; -Acircumflex = -30; -Acircumflexacute = -28; -Acircumflexdotbelow = -30; -Acircumflextilde = -27; -Amacron = -41; -Atilde = -43; -Dcroat = -2; -Eth = -2; -Jcircumflex = 0; -OE = 0; -Oslash = 0; -abreve = -11; -abreve.ss05 = 0; -acircumflexacute = 0; -adieresis = -21; -adieresis.ss05 = -8; -amacron = -18; -amacron.ss05 = -11; -ampersand = -16; -at = -12; -backslash = 38; -ccaron = -3; -ecaron = -5; -ecircumflexacute = 0; -edieresis = -19; -eight = -2; -emacron = -13; -equal = -6; -iacute = -11; -ibreve = 46; -idieresis = 24; -idieresis.ss01 = 35; -less = 0; -minus = -35; -ocircumflexacute = 0; -odieresis = -19; -odieresis.ss01 = -13; -otilde = -13; -parenleft = -3; -plus = -32; -racute = -19; -scaron = 0; -seven = 41; -three = 2; -two = 3; -twoinferior = -36; -zcaron = 21; +Edotaccent = { +scaron = 5; }; -W = { -Hbar = 26; -Lslash = 0; -Ycircumflex = 39; -adieresis = -9; -adieresis.ss05 = -2; -ampersand = -8; -backslash = 36; -idieresis = 33; -minus = -25; -odieresis = -6; -plus = -23; -seven = 39; -three = 5; -threeinferior = -26; -two = 4; +Oslash = { +Eth = -18; +T = -12; +Tcaron = -12; +V = -14; +Y = -11; +l.ss04 = -14; +sevensuperior = -5; +parenright = 0; +bracketright = -4; +parenright.case = 0; +bracketright.case = 0; }; -X = { -ampersand = 0; -asciitilde = -48; -at = -15; -backslash = 25; -ecircumflexacute = 0; -eight = 0; -equal = -27; -ibreve = 43; -idieresis = 14; -less = -32; -logicalnot = -52; -minus = -74; -multiply = -52; -nine = -7; -notequal = -22; -numbersign = -27; -plus = -67; -registered = -28; -three = 4; -two = 19; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = -23; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = 40; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -62; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -64; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = -21; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -30; +"@MMK_R_KO_lslash" = -1; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = -62; +"@MMK_R_KO_uacute" = -39; +"@MMK_R_KO_v" = -63; +"@MMK_R_KO_w" = -64; +"@MMK_R_KO_x" = -60; +"@MMK_R_KO_y" = -63; +"@MMK_R_KO_z" = -60; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = -64; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 20; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 6; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 28; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -40; +"@MMK_R_KO_semicolon" = -48; +"@MMK_R_KO_ellipsis" = -74; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -50; +"@MMK_R_KO_backslash" = 41; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_underscore" = -53; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -77; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = 20; +"@MMK_R_KO_quoteright.ss01" = 20; +"@MMK_R_KO_trademark" = 14; +"@MMK_R_KO_asciicircum" = -71; }; -Y = { -Acircumflex = -39; -Amacron = -44; -Eth = 0; -Lslash = -2; -Oslash = -14; -Ydieresis = 44; -adieresis = -31; -agrave = -14; -agrave.ss05 = 0; -amacron = -26; -amacron.ss05 = -14; -ampersand = -25; -asciitilde = -53; -at = -29; -backslash = 40; -ecircumflex = -28; -ecircumflexacute = 0; -ecircumflexhookabove = -30; -egrave = -8; -eight = -11; -equal = -26; -iacute = -20; -less = -25; -logicalnot = -39; -minus = -62; -multiply = -44; -nine = -3; -numbersign = -21; -ograve = -11; -parenleft = -20; -plus = -52; -registered = -15; -scaron = 0; -seven = 43; -three = 0; -two = 0; -twoinferior = -67; -udieresis = -31; -umacron = -25; +seven.numr = { +fraction = -20; }; -Yacute = { -Eth = 0; -udieresis = -31; +at = { +underscore = -31; +parenright = -40; +bracketright = -29; +parenright.case = -32; +bracketright.case = -30; }; -Z = { -Lslash = -4; -adieresis = -16; -asciitilde = -64; -at = -21; -backslash = 29; -equal = -35; -ibreve = 39; -less = -30; -logicalnot = -47; -minus = -69; -numbersign = -27; -plus = -59; -rcaron = 0; -registered = -19; -seven = 35; -two = 24; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -52; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -34; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -45; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -40; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -66; +"@MMK_R_KO_quotedblright" = -63; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -59; +"@MMK_R_KO_quoteright.ss01" = -59; +"@MMK_R_KO_trademark" = -70; +"@MMK_R_KO_asciicircum" = -47; }; -Zcaron = { -Dcroat = -3; -Iogonek = 15; +F = { +Hbar = 0; +adieresis.ss05 = -12; +i.ss01 = 3; +iacute = -9; +igrave = 56; +idieresis = 0; +zcaron = 6; +idieresis.ss01 = 44; +three = -14; +seven = 30; +twoinferior = -7; +threeinferior = -12; +fourinferior = -69; +fiveinferior = -12; +sixinferior = -29; +eightinferior = -21; +numbersign = -48; +ellipsis.ss01 = -113; +ampersand = -30; +multiply = -58; }; -a = { -asciitilde = -11; -backslash = -30; -germandbls = -6; -jcircumflex = 0; -logicalnot = 0; -notequal = -36; -parenleft = 10; -plus = -21; -r = 0; -registered = -26; -seven = -16; +nineinferior = { +parenright = -40; +}; +parenright = { +icircumflex = 17; +parenleft = 21; +braceright = -24; +asciicircum = -32; +}; +fivesuperior = { +A = -68; +fraction = -20; +period = -40; +comma = -48; +slash = -78; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -79; +guillemetleft = -39; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = -39; +"@MMK_R_KO_O" = -65; +"@MMK_R_KO_Oacute" = -62; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -43; +"@MMK_R_KO_T" = -101; +"@MMK_R_KO_U" = -58; +"@MMK_R_KO_V" = -104; +"@MMK_R_KO_W" = -81; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -56; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = -43; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = -65; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = -43; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_j" = -54; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -69; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -53; +"@MMK_R_KO_v" = -87; +"@MMK_R_KO_w" = -78; +"@MMK_R_KO_y" = -87; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = -46; +"@MMK_R_KO_t_t.liga" = -58; +"@MMK_R_KO_pi" = -59; +"@MMK_R_KO_zero" = -66; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_two" = -18; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -168; +"@MMK_R_KO_five" = -53; +"@MMK_R_KO_six" = -67; +"@MMK_R_KO_seven" = -86; +"@MMK_R_KO_eight" = -49; +"@MMK_R_KO_nine" = -56; +"@MMK_R_KO_sixsuperior" = -140; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_foursuperior" = -113; +"@MMK_R_KO_sevensuperior" = -100; +"@MMK_R_KO_ninesuperior" = -140; +"@MMK_R_KO_asterisk" = -119; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -33; +"@MMK_R_KO_hyphen" = -211; +"@MMK_R_KO_endash" = -167; +"@MMK_R_KO_hyphen.case" = -211; +"@MMK_R_KO_endash.case" = -187; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -62; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -111; +"@MMK_R_KO_quotedblright.ss01" = -111; }; -a.ss05 = { -T = -55; -backslash = -33; -gbreve.ss06 = 2; -gcircumflex.ss06 = 2; -gcommaaccent.ss06 = 2; -germandbls = -2; -jcircumflex = 0; -seven = -31; +lcaron = { +l = 26; +ncaron = 0; +lcaron = 22; +scaron = 10; +exclam.ss01 = 75; }; -aacute = { -parenright = -12; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = 22; +"@MMK_R_KO_threesuperior" = 14; +"@MMK_R_KO_foursuperior" = 14; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 32; +"@MMK_R_KO_hyphen.case" = 38; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = -24; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; }; -abreve = { -parenright = -15; +z = { +logicalnot = -2; }; -abreveacute = { -parenright = -15; +Eogonek = { +comma = 41; +parenright = 34; }; -abrevedotbelow = { -parenright = -14; +G = { +Eth = 20; +Hbar = 28; +Lslash = 9; +Oslash = 0; +hbar = 13; +idieresis = 15; +jcircumflex = 16; +eight = 4; +braceright.case = -23; }; -abrevedotbelow.ss05 = { -c = 2; -t = 0; -t_i.liga = 0; -t_t.liga = 0; +eightinferior = { +parenright = -31; }; -abrevegrave = { -parenright = -20; -sevensuperior = -24; +comma = { +twosuperior = -48; +threesuperior = -48; +fivesuperior = -48; +eightsuperior = -48; }; -abrevehookabove = { +pi = { +pi = 24; +onesuperior = -27; +sevensuperior = -46; +period = 14; +comma = 6; +colon = 19; +slash = 0; +hyphen = -12; parenright = -18; +braceright = -28; +bracketright = -28; +quoteright = -18; +quotesingle = 0; +trademark = -53; }; -abrevetilde = { -parenright = 0; +iacute = { +a = -2; +c = 0; +ntilde = 0; +m = -1; +n = -1; +p = -1; +s = 0; }; -acircumflexacute = { -parenright = -41; -sevensuperior = -33; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 22; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_sixsuperior" = 63; +"@MMK_R_KO_onesuperior" = 73; +"@MMK_R_KO_twosuperior" = 84; +"@MMK_R_KO_threesuperior" = 78; +"@MMK_R_KO_foursuperior" = 35; +"@MMK_R_KO_fivesuperior" = 70; +"@MMK_R_KO_sevensuperior" = 93; +"@MMK_R_KO_eightsuperior" = 66; +"@MMK_R_KO_ninesuperior" = 36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 79; +"@MMK_R_KO_question" = 87; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 64; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_parenright" = 72; +"@MMK_R_KO_bracketright" = 27; +"@MMK_R_KO_quotedblleft" = 78; +"@MMK_R_KO_quoteleft" = 78; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 87; +"@MMK_R_KO_quotesingle" = 87; +"@MMK_R_KO_quotedblleft.ss01" = 37; }; -acircumflexdotbelow = { -parenright = -38; -sevensuperior = -29; +Dcroat = { +Dcroat = 0; +Itilde = -15; }; -acircumflexdotbelow.ss05 = { -t = 0; -t_i.liga = 0; -t_t.liga = 0; -y = 0; +jcircumflex = { +E = 28; +U = 30; +k = 0; +l = 0; +i = 0; +j = 0; +jcircumflex = 0; +two = 50; +bracketright = 7; +quotedblleft = 48; +quotedblright = 35; +quoteleft = 48; +quoteright = 35; +quotedbl = 38; +quotesingle = 38; +quotedblright.ss01 = 6; +quoteright.ss01 = 6; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 38; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 22; +"@MMK_R_KO_W" = 29; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = 27; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = -30; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 15; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 3; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 35; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 11; +"@MMK_R_KO_asciicircum" = -66; }; -acircumflexgrave.ss05 = { -y = 0; +gbreve.ss06 = { +gbreve.ss06 = 20; }; -acircumflexhookabove.ss05 = { -y = 0; +R = { +Hbar = 30; +Oslash = 0; +hbar = 15; +idieresis = 18; +jcircumflex = 18; +idieresis.ss01 = 11; +two = 6; +three = 4; +eight = 7; +nine = 0; +greater = 25; +logicalnot = -6; }; -acircumflextilde = { -parenright = 0; +idieresis.ss01 = { +Idieresis.ss01 = 17; +exclam.ss01 = 16; }; -acircumflextilde.ss05 = { -y = 0; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -63; +question.ss01 = -63; +parenright = -47; +quotedblleft = -63; +quotedblright = -63; +quoteleft = -48; +quoteright = -48; +quotedbl = -63; +quotesingle = -41; +quotedblleft.ss01 = -63; +quoteleft.ss01 = -61; +quotedblright.ss01 = -63; +quoteright.ss01 = -61; +degree = -63; }; -adieresis = { -germandbls = -6; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = 40; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = -59; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -62; +"@MMK_R_KO_uacute" = -39; +"@MMK_R_KO_v" = -63; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 20; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 6; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 28; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -40; +"@MMK_R_KO_semicolon" = -48; +"@MMK_R_KO_ellipsis" = -74; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -45; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -77; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = 20; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 22; }; -adieresis.ss05 = { -germandbls = -2; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_two" = -31; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -58; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = -6; +"@MMK_R_KO_sixsuperior" = -67; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_foursuperior" = -104; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_ninesuperior" = -82; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_question" = -64; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -111; +"@MMK_R_KO_quotedblright.ss01" = -111; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -29; +"@MMK_R_KO_Z" = -35; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 19; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = -1; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -18; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -33; +"@MMK_R_KO_comma" = -36; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -5; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -44; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_quoteright.ss01" = -33; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -24; }; -ampersand = { -one = -29; -parenright = -23; -quotedbl = -82; -quotedblleft = -87; -quotedblright = -80; -quoteright = -65; -quotesingle = -61; -seven = -44; -v = -22; -w = -21; -y = -21; +Tcedilla = { +aacute = -62; +acircumflex.ss05 = -28; +amacron.ss05 = -30; +abreve.ss05 = -3; +endash.case = -58; }; -aogonek = { -comma = 5; -j = 2; -parenright = 0; +Yacute = { +Eth = -4; +Oslash = -22; +a.ss05 = -53; +ellipsis.ss01 = -88; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = -36; +"@MMK_R_KO_I.ss02" = -32; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -48; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -17; +"@MMK_R_KO_ellipsis" = -65; +"@MMK_R_KO_exclam" = -13; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_hyphen.case" = -6; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_bracketright.case" = -51; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -27; }; -aogonek.ss05 = { -comma = 42; -j = 0; -j.ss01 = 0; -parenright = 24; +greater = { +parenright = -37; +bracketright = -25; +parenright.case = -27; +bracketright.case = -26; +greater = -102; }; -approxequal = { -one = -20; -parenright = -87; -parenright.case = -84; +ecircumflexacute = { +onesuperior = -28; +sevensuperior = -15; +parenright = 5; +bracketright = 3; +quotedbl = -26; +quotesingle = -25; }; -asciicircum = { -X = -62; -asterisk = -26; -bracketright = -71; -bracketright.case = -72; -comma = -65; -comma.ss01 = -61; -four = -72; -hyphen = -132; -hyphen.case = -68; -one = -29; -parenright = -86; -parenright.case = -86; -period = -62; -period.ss01 = -61; -semicolon = -31; -slash = -91; -three = -21; -two = -20; -x = -23; +Uhorn = { +exclam.ss01 = 22; }; -asciitilde = { -X = -97; -asterisk = -99; -bracketright = -83; -bracketright.case = -84; -comma = -65; -comma.ss01 = -61; -eight = -58; -exclam = -52; -exclam.ss01 = -53; -five = -40; -four = -48; -hyphen = -75; -nine = -36; -one = -70; -parenleft = -33; -parenright = -124; -parenright.case = -116; -period = -62; -period.ss01 = -61; -question = -94; -question.ss01 = -88; -quotedbl = -85; -quotedblleft = -139; -quotedblright = -143; -quoteright = -65; -quotesingle = -61; -seven = -73; -six = -34; -slash = -84; -three = -67; -two = -74; -v = -31; -w = -32; -y = -32; -zero = -33; +Rcommaaccent = { +parenright = -26; }; -asterisk = { -g.ss06 = -33; -l.ss04 = 0; +question.ss01 = { +questiondown.case = -73; +questiondown.ss01 = -51; }; -at = { -A = -6; -C = 16; -G = 16; -J = -7; -O = 16; -T = -36; -V = -4; -X = -24; -Y = -23; -a = 0; -c = 0; -d = 0; -e = 0; -g = 2; -parenright = -58; -parenright.case = -33; +onesuperior = { +A = -42; +fraction = -1; +period = -40; +comma = -48; +slash = -56; +period.ss01 = -41; +comma.ss01 = -43; }; -atilde = { -parenright = -28; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -45; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = -44; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -40; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -50; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_zero" = -52; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -27; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = -41; +"@MMK_R_KO_six" = -54; +"@MMK_R_KO_seven" = -52; +"@MMK_R_KO_eight" = -37; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_parenright" = 20; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetright" = -76; +"@MMK_R_KO_quotedbl" = -72; +"@MMK_R_KO_quotesingle" = -41; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -3; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -117; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 46; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_itilde" = 50; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 18; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 21; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 21; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 22; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 11; +"@MMK_R_KO_foursuperior" = 25; +"@MMK_R_KO_fivesuperior" = 4; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -146; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 24; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_backslash" = 22; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = 20; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = -115; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = -23; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_bracketright.case" = -23; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_quoteright.ss01" = 12; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -16; }; -b = { -backslash = -30; -eight = 0; -notequal = -28; -parenleft = 16; -registered = -26; -seven = -32; +t_i.liga = { +hbar = -2; +idieresis = 0; +jcircumflex = -2; +lcommaaccent = -3; +germandbls = 12; +logicalnot = 0; }; -backslash = { -T = -54; -V = -48; -W = -29; -Y = -55; -asterisk = -67; -backslash = -37; -c = -8; -f = -10; -j = 2; -o = -8; -one = -25; -quotedbl = -71; -quotedblleft = -83; -quotedblleft.ss01 = -81; -quotedblright = -68; -quotedblright.ss01 = -76; -quoteleft = -65; -quoteright = -65; -quotesingle = -61; -seven = -40; -t = -12; -t_i.liga = -11; -t_t.liga = -12; -underscore = 59; -v = -18; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = 28; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -56; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -33; +"@MMK_R_KO_asterisk" = -39; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -35; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -44; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 34; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -32; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -68; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -65; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -75; +"@MMK_R_KO_asciicircum" = -53; }; -baht = { -parenright = -32; -parenright.case = -24; -slash = 0; +adieresis.ss05 = { +germandbls = -31; }; -braceleft = { -A = -7; -C = -19; -G = -19; -O = -19; -Q = -19; -S = -11; -a = -21; -a.ss05 = -18; -asciicircum = -71; -braceright = 31; -c = -20; -d = -21; -e = -20; -f = -2; -f_f.liga = -2; -f_f_i.liga = -2; -f_y.liga = -2; -fi = -2; -fl = -2; -four = -7; -hyphen = -32; -j = 31; -logicalnot = -22; -m = -35; -minus = -66; -mu = 0; -n = -35; -o = -20; -one = -8; -parenleft = -17; -period = -27; -pi = -8; -plus = -64; -q = -21; -r = -35; -s = -18; -t = -2; -t_i.liga = -2; -t_t.liga = -2; -three = -10; -two = -11; -u = -32; -v = -17; -w = -17; -x = -16; -z = -16; -zero = -19; +a = { +l = 0; +idieresis = 0; +jcircumflex = -14; +s = 0; +germandbls = 17; +notequal = -21; +logicalnot = 5; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 44; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 41; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 41; +"@MMK_R_KO_J.ss10" = -66; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -31; +"@MMK_R_KO_a.ss05" = -46; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_s" = -41; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -37; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = -18; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 38; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 26; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_sevensuperior" = 36; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_ellipsis" = -91; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -41; +"@MMK_R_KO_hyphen.case" = -33; +"@MMK_R_KO_endash.case" = -25; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 11; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 20; +"@MMK_R_KO_degree" = -7; +"@MMK_R_KO_plus" = -49; +"@MMK_R_KO_percent" = 0; +}; +icaron = { +icaron = 0; +j = -9; +parenright = 34; +quotedbl = 38; +quotesingle = 38; }; braceleft.case = { -logicalnot = -33; -one = 0; -}; -braceright = { -asciicircum = -62; -braceright = -2; -comma = 0; -parenright = -2; -period = -19; -period.ss01 = -55; -}; -bracketleft = { -Dcroat = 0; -Icircumflex = 30; -Jcircumflex = 27; -asciicircum = -71; -asciitilde = -36; -at = -19; -equal = -31; -g.ss06 = 45; -hcircumflex = 36; -infinity = -22; -jcircumflex = 51; -minus = -61; -mu = 0; -numbersign = -13; -p = 3; -scaron = 5; -scircumflex = -13; -u = -32; -zcaron = 33; +braceright.case = 56; +at = -28; +minus = -72; +logicalnot = -40; +asciicircum = -83; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 1; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 1; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -39; }; -bracketleft.case = { -A = 30; -C = -18; -G = -17; -G.ss07 = -18; -O = -18; -Q = -18; -S = -6; -four = -9; -hyphen.case = -31; -one = 0; -plus = -58; +uhorndotbelow = { +a = -7; +a.ss05 = -3; +c = -5; +n = 0; +period = -9; +comma = -6; +ellipsis = -26; +question = 59; +parenright = 0; +quotedblright = 34; +quotedbl = 45; }; -c = { -acircumflexacute.ss05 = 0; -backslash = -24; -bracketright = -19; -notequal = -32; -quotedblright = -50; -registered = -20; -seven = -23; +g.ss06 = { +oslash = 0; +iogonek = 18; +jcircumflex = 0; +gcircumflex.ss06 = 20; +notequal = -30; +logicalnot = 4; }; -cacute = { -parenright = -2; +yacute = { +T = 0; +eth = -11; +parenright = 0; }; -ccaron = { -parenright = -5; +Imacron = { +Imacron = 0; +imacron = 29; +parenright.case = 15; }; -ccedilla = { -parenright = 0; +exclamdown.ss01 = { +T = -63; +V = -17; +Y = -43; +j.ss01 = 0; }; -cent = { -bracketright = -24; -comma = -35; -parenright = -41; -parenright.case = -37; -period = -35; -slash = -14; +oacute = { +seven = -41; }; -colon.ss01 = { -T = -61; -V = -26; -Y = -40; -bracketright = -30; -four = -61; -one = -39; -parenright = -33; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -41; +"@MMK_R_KO_O" = -72; +"@MMK_R_KO_Oacute" = -68; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = -66; +"@MMK_R_KO_S" = -50; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = -65; +"@MMK_R_KO_V" = -108; +"@MMK_R_KO_W" = -84; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -118; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_aacute" = -62; +"@MMK_R_KO_a.ss05" = -44; +"@MMK_R_KO_l" = -46; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_eacute" = -62; +"@MMK_R_KO_f" = -68; +"@MMK_R_KO_g" = -67; +"@MMK_R_KO_i" = -46; +"@MMK_R_KO_n" = -46; +"@MMK_R_KO_j" = -57; +"@MMK_R_KO_s" = -46; +"@MMK_R_KO_t" = -72; +"@MMK_R_KO_u" = -58; +"@MMK_R_KO_uacute" = -58; +"@MMK_R_KO_v" = -91; +"@MMK_R_KO_w" = -81; +"@MMK_R_KO_y" = -91; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss04" = -49; +"@MMK_R_KO_t_t.liga" = -60; +"@MMK_R_KO_pi" = -62; +"@MMK_R_KO_zero" = -73; +"@MMK_R_KO_one" = -72; +"@MMK_R_KO_two" = -21; +"@MMK_R_KO_three" = -49; +"@MMK_R_KO_four" = -168; +"@MMK_R_KO_five" = -61; +"@MMK_R_KO_six" = -74; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = -57; +"@MMK_R_KO_nine" = -62; +"@MMK_R_KO_sixsuperior" = -140; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_foursuperior" = -113; +"@MMK_R_KO_sevensuperior" = -100; +"@MMK_R_KO_ninesuperior" = -140; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_question" = -89; +"@MMK_R_KO_asterisk" = -119; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_hyphen" = -212; +"@MMK_R_KO_endash" = -167; +"@MMK_R_KO_hyphen.case" = -212; +"@MMK_R_KO_endash.case" = -187; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -73; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -75; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -41; }; -comma = { -eightsuperior = -65; -fivesuperior = -65; -foursuperior = -65; -ninesuperior = -65; -onesuperior = -65; -quotesingle = -61; -sevensuperior = -65; -six = -19; -sixsuperior = -65; -threesuperior = -65; -twosuperior = -65; +yen = { +zero = -9; +one = 0; +two = -6; +three = 0; +four = 0; +six = -13; +foursuperior = -35; +period = -40; +comma = -48; +colon = -36; +semicolon = -41; +slash = -26; +period.ss01 = -41; +comma.ss01 = -43; +colon.ss01 = -51; +semicolon.ss01 = -51; }; -comma.ss01 = { -eightsuperior = -61; -fivesuperior = -61; -foursuperior = -61; -ninesuperior = -61; -onesuperior = -61; -sevensuperior = -61; -sixsuperior = -61; -threesuperior = -61; -twosuperior = -61; +idotaccent.ss01 = { +parenright = -2; }; -copyright = { -J = -22; -T = -49; -V = -20; -X = -39; -Y = -36; -parenright = -72; +ldot.ss01.ss04 = { +period.ss01 = -32; +comma.ss01 = -34; }; -d = { -backslash = 5; -hbar = 0; -ibreve = 2; -idieresis = 0; -idieresis.ss01 = 0; -jcircumflex = 0; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 35; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = 29; +"@MMK_R_KO_I.ss02" = 29; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 27; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -49; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -38; +"@MMK_R_KO_foursuperior" = -43; +"@MMK_R_KO_fivesuperior" = -47; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -43; +"@MMK_R_KO_ninesuperior" = -74; +"@MMK_R_KO_period" = 30; +"@MMK_R_KO_comma" = 27; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -30; +"@MMK_R_KO_asterisk" = -47; +"@MMK_R_KO_slash" = 24; +"@MMK_R_KO_backslash" = -46; +"@MMK_R_KO_period.ss01" = 13; +"@MMK_R_KO_comma.ss01" = 10; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_underscore" = 31; +"@MMK_R_KO_hyphen.case" = -12; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -54; +"@MMK_R_KO_quotedblright" = -59; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -53; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -56; +"@MMK_R_KO_quoteright.ss01" = -51; +"@MMK_R_KO_trademark" = -78; +"@MMK_R_KO_asciicircum" = -75; +}; +agrave.ss05 = { +T = -86; +Y = -87; }; -dcaron = { -amacron = 2; -exclam.ss01 = 75; -zacute = 7; +B = { +Hbar = 29; +Lslash = 15; +hbar = 16; +idieresis = 19; +jcircumflex = 17; +idieresis.ss01 = 15; +two = 4; +three = 19; +five = 4; +eight = 10; +nine = 5; +ampersand = 12; +greater = 37; }; -dcroat = { -ecircumflexacute = 3; -i = 0; -i.ss01 = 0; -iacute = 0; -idotaccent = 0; -idotbelow = 0; -igrave = 2; -ihookabove = 0; -itilde = 0; -ocircumflexacute = 3; +Tcaron = { +endash.case = -58; }; -divide = { -one = -35; -parenright = -104; -parenright.case = -93; -three = -47; -two = -68; +oslash = { +d = -26; +k = -27; +l = -27; +e = -25; +eth = -25; +f = -25; +f_f.liga = -25; +f_f_i.liga = -25; +fi = -25; +f_y.liga = -25; +fl = -25; +g = -26; +m = -28; +n = -28; +r = -28; +j = -38; +s = -19; +t = -24; +v = -26; +y = -26; +l.ss03 = -28; +t_i.liga = -28; +t_t.liga = -28; +period = -34; +comma = -41; +slash = -34; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -19; +parenright = -53; +bracketright = -57; }; -dollar = { -eight = 3; -five = 0; -four = 0; -one = 0; -parenright = -32; -parenright.case = -24; -period = -21; -seven = 0; -six = 0; -three = 6; -two = 0; +guilsinglright = { +x = -18; +threesuperior = -12; +fivesuperior = -22; +eightsuperior = -17; +colon = -33; +semicolon = -39; +questiondown = -72; +question.ss01 = -53; +questiondown.ss01 = -41; +braceright = -40; +braceright.case = -38; +bracketright.case = -34; +quotesinglbase = -48; +quotedblbase = -87; +quotedblbase.ss01 = -81; +quoteright.ss01 = -54; }; -e = { -Tcedilla = -60; -asciitilde = 0; -backslash = -30; -gbreve.ss06 = 0; -germandbls = 0; -idieresis = -2; -logicalnot = 14; -parenleft = 0; -registered = -23; -seven = -33; +adieresis = { +germandbls = 17; }; -ecircumflex = { -parenright = -39; +liraTurkish = { +one = -26; +two = -18; +seven = -36; +sixsuperior = -46; +onesuperior = -47; +threesuperior = -38; +foursuperior = -52; +fivesuperior = -44; +sevensuperior = -56; +eightsuperior = -40; +ninesuperior = -65; +period = -33; +comma = -39; +colon = -40; +semicolon = -48; +question = -34; +slash = -11; +period.ss01 = -41; +comma.ss01 = -43; +colon.ss01 = -59; +question.ss01 = -42; +parenright = -41; +parenright.case = -25; +quotedbl = -51; +quotesingle = -41; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 71; +"@MMK_R_KO_H" = 34; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 81; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = 65; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 73; +"@MMK_R_KO_I.ss02" = 78; +"@MMK_R_KO_J.ss10" = 21; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 28; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_i" = 28; +"@MMK_R_KO_lslash" = 29; +"@MMK_R_KO_s" = 19; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 47; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -51; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -53; +"@MMK_R_KO_period" = 60; +"@MMK_R_KO_comma" = 52; +"@MMK_R_KO_colon" = 60; +"@MMK_R_KO_semicolon" = 52; +"@MMK_R_KO_ellipsis" = 40; +"@MMK_R_KO_exclam" = 37; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_slash" = 50; +"@MMK_R_KO_period.ss01" = 42; +"@MMK_R_KO_comma.ss01" = 60; +"@MMK_R_KO_colon.ss01" = 60; +"@MMK_R_KO_question.ss01" = -29; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 23; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = 40; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -74; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -46; +"@MMK_R_KO_quotedbl" = -64; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -78; +"@MMK_R_KO_quoteright.ss01" = -61; }; -ecircumflexacute = { -parenright = -45; +quotedblbase = { +Dcroat = -11; +Iogonek = 18; +Lslash = -11; +Oslash = 6; +oslash = 0; +p = -2; +iogonek = 26; +jcircumflex = 0; +germandbls = -29; +l.ss03 = -10; +g.ss06 = 12; +numbersign = -60; +parenleft = -17; +parenleft.case = -31; +at = -36; +copyright = -80; +published = -80; +literSign = -30; +dollar = -32; +euro = -60; +minus = -87; +multiply = -87; +divide = -87; +equal = -87; +approxequal = -87; }; -ecircumflexgrave = { -comma = -4; -comma.ss01 = -36; -hyphen = 13; -parenright = 0; -period.ss01 = -36; -quotedbl = -10; -quotedblright = -6; +D = { +Dcroat = 23; +Eth = 23; +Hbar = 20; +Iogonek = 3; +Lslash = 9; +Oslash = 3; +lacute = 5; +zero = 4; +five = 4; +six = 0; +eight = 6; +endash.case = 16; +parenleft.case = 14; +braceright.case = -36; +at = 4; +less = 0; }; -ecircumflexhookabove = { -comma = -4; -comma.ss01 = -36; -parenright = 53; -period = -4; -period.ss01 = -36; -quotedbl = 0; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 37; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_Oacute" = -27; +"@MMK_R_KO_J" = 47; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -20; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = 31; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 44; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = -93; +"@MMK_R_KO_sixsuperior" = -102; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_twosuperior" = -94; +"@MMK_R_KO_threesuperior" = -97; +"@MMK_R_KO_foursuperior" = -96; +"@MMK_R_KO_fivesuperior" = -103; +"@MMK_R_KO_sevensuperior" = -93; +"@MMK_R_KO_eightsuperior" = -98; +"@MMK_R_KO_ninesuperior" = -127; +"@MMK_R_KO_period" = 26; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 7; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -39; +"@MMK_R_KO_asterisk" = -91; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_backslash" = -62; +"@MMK_R_KO_period.ss01" = 8; +"@MMK_R_KO_comma.ss01" = 26; +"@MMK_R_KO_colon.ss01" = 26; +"@MMK_R_KO_question.ss01" = -53; +"@MMK_R_KO_hyphen" = -84; +"@MMK_R_KO_endash" = -89; +"@MMK_R_KO_underscore" = 45; +"@MMK_R_KO_hyphen.case" = -86; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -65; +"@MMK_R_KO_quotedbl" = -88; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -111; +"@MMK_R_KO_quotedblright.ss01" = -101; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -104; +"@MMK_R_KO_asciicircum" = -127; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 29; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 30; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 23; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -23; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -35; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -22; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 28; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -8; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_two" = -27; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -48; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_ellipsis" = -89; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -57; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_hyphen.case" = 16; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_quotedblleft" = -82; +"@MMK_R_KO_quotedblright" = -81; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 23; +"@MMK_R_KO_guillemetright" = -43; +"@MMK_R_KO_quotedbl" = -50; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -64; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -27; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 8; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_two" = 8; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 19; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 10; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -41; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -41; +"@MMK_R_KO_endash" = -41; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_endash.case" = -29; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = -41; +"@MMK_R_KO_percent" = 0; }; -edieresis = { -parenright = -45; +ohorndotbelow.ss01 = { +c = -25; +i.ss01 = -26; +n = -26; +p = -26; +t = -21; +u = -26; +t_i.liga.ss01 = -21; +t_t.liga = -21; }; -edotaccent.ss01 = { -parenright = -44; +t_i.liga.ss01 = { +parenright = 0; }; -egrave = { -T = -56; -parenright = -54; +endash = { +x = -21; +one.numr = -21; +four.numr = -73; +seven.numr = -27; +colon = -40; +semicolon = -48; +questiondown = -70; +question.ss01 = -74; +questiondown.ss01 = -41; +endash = 0; +quotedblbase = -87; +quotedblbase.ss01 = -111; +quoteright.ss01 = -61; }; -eight = { -minus = -31; -six = 13; +Ygrave = { +ellipsis.ss01 = -88; +endash.case = -34; }; -eight.dnom = { -degree = -111; -parenright = -55; -question = -74; -question.ss01 = -69; -quotedbl = -101; -quotedblleft = -135; -quotedblleft.ss01 = -111; -quotedblright = -135; -quoteright = -65; -quotesingle = -61; +fraction = { +zero.dnom = -10; +two.dnom = 0; +four.dnom = -20; +eight.dnom = -4; +zeroinferior = -12; +twoinferior = 0; +fourinferior = -20; +fiveinferior = -5; +sixinferior = -11; +seveninferior = 19; +nineinferior = -20; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 1; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -12; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; }; -eightinferior = { -parenright = -41; +g = { +l = 0; +iogonek = 0; +jcircumflex = -14; }; -eightsuperior = { -comma = -65; -comma.ss01 = -61; -fraction = -6; -period = -62; -period.ss01 = -61; -slash = -50; +m = { +ordfeminine = -30; +ordmasculine = -30; +seven = -32; +registered = -17; +logicalnot = 7; }; -ellipsis = { -Tbar = -79; -eightsuperior = -142; -fivesuperior = -135; -foursuperior = -127; -ninesuperior = -140; -onesuperior = -80; -parenleft.case = -69; -quoteleft = -65; -quotesingle = -61; -sevensuperior = -109; -sixsuperior = -140; -tbar = -44; -threesuperior = -132; -twosuperior = -118; +ohorntilde = { +i = -26; +idotaccent = -26; +i.ss01 = -26; +n = -26; +period = -35; +comma = -42; +period.ss01 = -41; +comma.ss01 = -43; +parenright = -34; +quotedbl = -16; }; -ellipsis.ss01 = { -Tbar = -80; -eightsuperior = -142; -fivesuperior = -135; -foursuperior = -127; -ninesuperior = -140; -onesuperior = -80; -question.ss01 = -80; -quotedbl = -126; -quotedblleft.ss01 = -111; -quotedblright.ss01 = -111; -sevensuperior = -109; -sixsuperior = -140; -threesuperior = -132; -twosuperior = -118; +hyphen.case = { +Dcroat = 12; +Lslash = -30; +Oslash = -19; +one.numr = -44; +seven.numr = -50; +question.ss01 = -102; +parenleft.case = -10; +braceright.case = -73; +bracketright.case = -66; +quotesinglbase = -48; +quotedblbase = -87; +quotedblbase.ss01 = -111; +quoteright.ss01 = -61; +dollar = -53; }; -emacron = { +ohornhookabove = { +i = -26; +idotaccent = -26; +i.ss01 = -26; +idotaccent.ss01 = -26; +m = -26; +n = -26; +period = -35; +comma = -42; +period.ss01 = -41; +comma.ss01 = -43; parenright = -34; +bracketright = -43; +guillemetright = -31; +quotedbl = -16; }; -emdash = { -four.numr = -85; -foursuperior = -92; -one.numr = -43; -onesuperior = -46; -question.ss01 = -52; -questiondown = -34; -quotedbl = -126; -seven.numr = -48; -sevensuperior = -51; -sixsuperior = -61; -zero.numr = -59; +y = { +germandbls = 15; +zeroinferior = -25; +twoinferior = -8; +ampersand = -21; +logicalnot = 4; +asciitilde = -3; }; -emdash.case = { -quotedblbase = -146; -quotedblbase.ss01 = -111; +Idotaccent.ss02 = { +endash.case = -23; }; -endash = { -H = 0; -Lslash = 53; -Tcedilla = -46; -endash = 0; -four.numr = -85; -foursuperior = -92; -n = 0; -one.numr = -43; -onesuperior = -46; -question.ss01 = -52; -quotedblbase = -146; -seven.numr = -48; -sevensuperior = -51; -sixsuperior = -61; -zero.numr = -59; +Scedilla = { +idieresis = -20; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 10; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 11; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -1; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = -9; +"@MMK_R_KO_percent" = 0; }; -endash.case = { -quotedblbase = -146; -quotedblbase.ss01 = -111; +f = { +f = 0; +f_f.liga = 0; +f_y.liga = 0; +fl = 0; +igrave = 2; +idieresis = 0; +seven = 23; +ampersand = -24; }; -eng = { -bracketright = 5; -j = 0; -parenright = 7; -slash = 19; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = -35; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -61; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = -56; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -87; +"@MMK_R_KO_U" = -55; +"@MMK_R_KO_V" = -100; +"@MMK_R_KO_W" = -76; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -111; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -40; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -53; +"@MMK_R_KO_f" = -61; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_i" = -40; +"@MMK_R_KO_n" = -40; +"@MMK_R_KO_j" = -31; +"@MMK_R_KO_lslash" = -44; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -49; +"@MMK_R_KO_uacute" = -49; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss04" = -42; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_pi" = -56; +"@MMK_R_KO_zero" = -61; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_two" = -14; +"@MMK_R_KO_three" = -38; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -50; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = -61; +"@MMK_R_KO_eight" = -46; +"@MMK_R_KO_nine" = -52; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -111; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -111; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -111; +"@MMK_R_KO_plus" = -61; +"@MMK_R_KO_percent" = -61; }; -eogonek = { -parenright = -13; +numero = { +period = -40; +comma = -48; +period.ss01 = -41; +comma.ss01 = -43; +parenright = -17; +parenright.case = -16; }; -equal = { -A = -4; -C = 18; -G = 18; -J = -10; -O = 18; -T = -47; -V = -6; -X = -27; -Y = -26; +cent = { +onesuperior = -26; +sevensuperior = -33; +period = -40; +comma = -48; +slash = -18; +period.ss01 = -41; +comma.ss01 = -43; +parenright = -35; bracketright = -31; -comma = -65; -equal = 0; -one = -18; -parenright = -74; -parenright.case = -65; -period = -62; -quotedbl = -21; -quotedblright = -57; -zero = 19; +parenright.case = -27; +bracketright.case = -32; }; -euro = { -comma = -17; -comma.ss01 = -41; -parenright = -29; -parenright.case = -24; -period = -19; -period.ss01 = -41; -slash = 0; -three = 6; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 38; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 29; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = 29; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_icircumflex" = 48; +"@MMK_R_KO_imacron" = 43; +"@MMK_R_KO_itilde" = 60; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = -28; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 24; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 25; +"@MMK_R_KO_twosuperior" = 20; +"@MMK_R_KO_threesuperior" = 14; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 29; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -40; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -54; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_backslash" = 53; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = 6; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -34; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 3; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 7; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 40; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 15; +"@MMK_R_KO_quoteright.ss01" = 15; +"@MMK_R_KO_trademark" = 12; +"@MMK_R_KO_asciicircum" = -30; }; -exclam = { -exclam = 0; -guillemetleft = -6; -guilsinglleft = -6; -parenright = -2; -quotedbl = -7; -quotedblleft = -13; -quotedblright = 0; +Icircumflex = { +Icircumflex = 2; +l = 0; +icircumflex = 28; +l.ss03 = 0; +l.ss04 = 0; +parenright = 43; +bracketright = 42; +parenright.case = 37; +bracketright.case = 36; }; -exclam.ss01 = { -exclam.ss01 = 0; -parenright = -2; -period.ss01 = -36; +iogonek = { +iogonek = 0; +j = -14; }; -exclamdown = { -A = 20; -C = 10; -O = 10; -Q = 10; -T = -52; -V = -7; -Y = -27; -j = 3; +uhorn = { +a = -7; +a.ss05 = -3; +ohorn = -5; +ohorndotbelow = -5; +ohorndotbelow.ss01 = -5; +ohorngrave = -5; +ohornacute = -5; +ohornhookabove = -5; +ohorntilde = -3; +period = -9; +comma = -6; +ellipsis = -26; +question = 59; +period.ss01 = -26; +ellipsis.ss01 = -26; +comma.ss01 = -28; +parenright = 0; +quotedblright = 34; +quotedbl = 45; }; -exclamdown.ss01 = { -T = -51; -V = -6; -Y = -25; +underscore = { +g.ss06 = 29; +underscore = 20; +parenleft.case = 0; }; -f = { -backslash = 19; -exclam.ss01 = 0; -germandbls = 27; -hbar = 2; -ibreve = 16; -idieresis = 2; -idieresis.ss01 = 5; -jcircumflex = 2; -n = 0; -nine = 5; -ordmasculine = 0; -parenleft = 13; -seven = 20; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -36; +"@MMK_R_KO_n" = -42; +"@MMK_R_KO_j" = 34; +"@MMK_R_KO_s" = -27; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_v" = -34; +"@MMK_R_KO_w" = -35; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -37; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_two" = -19; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -27; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = 12; +"@MMK_R_KO_hyphen" = -38; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -42; +"@MMK_R_KO_plus" = -58; }; -f_f.liga = { -backslash = 19; -hbar = 2; -ibreve = 16; -idieresis = 2; -idieresis.ss01 = 5; -nine = 5; -ordmasculine = 0; -parenleft = 13; -seven = 20; +W = { +Hbar = 42; +adieresis.ss05 = -8; +igrave = 63; +idieresis = 47; +scaron = 2; +idieresis.ss01 = 49; +six = -7; +seven = 34; +threeinferior = -21; +ampersand = -12; +plus = -19; +minus = -19; +notequal = -18; +logicalnot = 10; +asciitilde = -15; }; -f_f_i.liga = { -asciitilde = -11; -germandbls = -6; -hbar = 0; -idieresis = 0; -jcircumflex = 0; -logicalnot = 0; +Aogonek = { +Lslash = 0; +period = 44; +comma = 39; +endash.case = -24; +parenright = 40; +bracketright = 38; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 0; -parenright = -2; +Z = { +Lslash = -4; +igrave = 57; +ibreve = 59; +icaron = 54; +zero = -22; +two = 20; +six = -23; +seven = 26; +numbersign = -26; +endash.case = -31; +at = -25; +plus = -55; +minus = -61; +divide = -60; +equal = -30; +less = -55; +logicalnot = -39; +asciitilde = -60; }; -f_y.liga = { -Ydieresis = -20; -ampersand = -9; -asciitilde = 0; -exclam.ss01 = 11; -germandbls = 22; +emdash = { +x = -29; +zero.numr = -63; +one.numr = -50; +three.numr = -54; +four.numr = -94; +five.numr = -60; +six.numr = -63; +seven.numr = -54; +eight.numr = -59; +nine.numr = -79; +threesuperior = -59; +fivesuperior = -66; +eightsuperior = -64; +colon = -40; +semicolon = -48; +questiondown = -62; +question.ss01 = -66; +questiondown.ss01 = -35; +quotedblbase = -87; +quotedblbase.ss01 = -111; +quoteleft.ss01 = -61; +quoteright.ss01 = -61; }; -fi = { -asciitilde = -11; -germandbls = -6; -hbar = 0; -idieresis = 0; -jcircumflex = 0; -logicalnot = 0; +tbar = { +a = 33; +e = 34; +tbar = 57; }; -fi.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 0; -parenright = -2; +eng = { +j = -13; +slash = 17; +parenright = 0; +bracketright = 0; }; -five = { -asciicircum = -51; -ordfeminine = -26; -ordmasculine = -26; -six = 16; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -77; +"@MMK_R_KO_H" = -33; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_J" = -56; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -31; +"@MMK_R_KO_T" = -71; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -78; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -84; +"@MMK_R_KO_I.ss02" = -59; +"@MMK_R_KO_J.ss10" = -162; +"@MMK_R_KO_a" = -52; +"@MMK_R_KO_a.ss05" = -40; +"@MMK_R_KO_l" = -40; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -52; +"@MMK_R_KO_i" = -40; +"@MMK_R_KO_n" = -40; +"@MMK_R_KO_j" = -50; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_z" = -36; +"@MMK_R_KO_t_t.liga" = -23; }; -five.dnom = { -degree = -87; -parenright = -49; -question = -71; -question.ss01 = -68; -quotedbl = -81; -quotedblleft = -128; -quotedblright = -128; -quoteright = -65; -quotesingle = -61; +percent = { +twosuperior = -30; +threesuperior = -52; +fivesuperior = -62; +eightsuperior = -57; +question.ss01 = -76; +bracketright.case = -28; +quoteright.ss01 = -61; }; -five.numr = { -fraction = 0; +Uhornhookabove = { +exclam.ss01 = 22; }; -fiveinferior = { -T = -59; -W = -29; -parenright = -37; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = -35; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = -89; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -76; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -72; +"@MMK_R_KO_I.ss02" = -66; +"@MMK_R_KO_J.ss10" = -46; }; -fivesuperior = { -comma = -65; -comma.ss01 = -61; -fraction = 0; -period = -62; -period.ss01 = -61; -slash = -45; +uhorngrave = { +a = -7; +a.ss05 = -3; +o = -5; +n = 0; +period = -9; +comma = -6; +period.ss01 = -26; +comma.ss01 = -28; +parenright = 0; +quotedblright = 34; +quotedbl = 45; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -1; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -40; }; -fl = { -backslash = 5; -ibreve = 2; -idieresis = 0; -idieresis.ss01 = 0; -jcircumflex = 0; +a.ss05 = { +p = 4; +jcircumflex = -6; +germandbls = -5; +gbreve.ss06 = 8; +gcircumflex.ss06 = 8; +ordfeminine = -35; +ordmasculine = -35; +seven = -33; +notequal = -28; +logicalnot = 0; }; -four = { -asciicircum = -42; -braceright = 0; -bracketright.case = 2; -fivesuperior = -18; -hyphen = 35; -minus = -27; -ninesuperior = -15; -ordfeminine = -17; -ordmasculine = -17; -six = 11; -sixsuperior = -14; -trademark = -26; +Itilde = { +Itilde = 0; +igrave = 33; +itilde = 37; }; -four.dnom = { -degree = -100; -parenright = -43; -question = -74; -question.ss01 = -69; -quotedbl = -87; -quotedblleft = -121; -quotedblright = -121; -quoteright = -65; -quotesingle = -61; +threesuperior = { +A = -72; +fraction = -20; +period = -40; +comma = -48; +slash = -84; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -82; +parenright = -35; +parenright.case = -32; +guillemetleft = -43; }; -fourinferior = { -T = -58; -V = -45; -W = -30; -bracketright = -22; -parenright = -28; +ydotbelow.ss01 = { +period.ss01 = -41; +parenright = 0; +}; +endash.case = { +seven.numr = -52; +bracketright.case = -66; +quotedblbase = -87; +quotedblbase.ss01 = -111; }; -foursuperior = { -comma = -65; -comma.ss01 = -61; -fraction = -2; -period = -62; -period.ss01 = -61; -slash = -47; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 29; +"@MMK_R_KO_itilde" = 37; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -33; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 33; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = 29; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 35; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -45; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_two" = 34; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = -41; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -48; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_foursuperior" = -48; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_ninesuperior" = -48; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_endash" = -48; +"@MMK_R_KO_hyphen.case" = -48; +"@MMK_R_KO_endash.case" = -48; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 23; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -48; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -43; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -41; }; -fraction = { -eight.dnom = 0; -fiveinferior = 0; -fourinferior = -25; -nineinferior = 0; -seven.dnom = 39; -seveninferior = 35; -sixinferior = -6; -two.dnom = 6; -twoinferior = 2; -zeroinferior = -7; +N = { +Hbar = 25; +igrave = 33; +icaron = 28; +idieresis = 22; +jcircumflex = 12; +idieresis.ss01 = 17; +degree = -21; +logicalnot = 17; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = 3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = -8; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -51; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = -17; +"@MMK_R_KO_semicolon" = -22; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -40; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -67; +"@MMK_R_KO_quotedblright" = -68; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -66; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -72; +"@MMK_R_KO_asciicircum" = -52; }; -g = { -backslash = -30; -iogonek = 2; -jcircumflex = 0; +b = { +seven = -35; +registered = -18; +notequal = -18; }; -g.ss06 = { -colon.ss01 = -7; -hbar = 0; -idieresis = 0; -iogonek = 37; -jcircumflex = 22; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -64; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -46; +"@MMK_R_KO_I.ss02" = -37; +"@MMK_R_KO_J.ss10" = -90; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -25; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_z" = -51; +"@MMK_R_KO_t_t.liga" = -26; +}; +Itilde.ss02 = { +igrave = 61; }; -gbreve.ss06 = { -gbreve.ss06 = 21; +trademark = { +period = -40; +comma = -48; +slash = -87; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -112; +parenright = -19; +parenright.case = -18; +guillemetleft = -46; +guilsinglleft = -46; +guillemetright = -39; +guilsinglright = -39; }; -gcaron.ss06 = { -gcaron.ss06 = 21; +literSign = { +parenright = -23; +parenright.case = -11; +guillemetleft = -18; +guilsinglleft = -18; }; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 21; +ohorn = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +r = 0; +t = 5; +u = 2; +v = 4; +t_i.liga = 4; +t_t.liga = 4; +period = -8; +comma = -16; +period.ss01 = -30; +comma.ss01 = -32; +hyphen = 11; +parenright = -11; +bracketright = -19; +quotedbl = 13; }; -gdotaccent.ss06 = { -gdotaccent.ss06 = 21; +quotedblleft = { +A = -65; +Dcroat = -4; +Hbar = 34; +igrave = 49; +icircumflex = 37; +imacron = 28; +jcircumflex = 22; +s = -62; +x = -20; +g.ss06 = -80; +mu = -37; +exclamdown = -68; +questiondown = -87; +backslash = 31; +questiondown.case = -86; +underscore = -87; +quotedblbase = -87; +ampersand = -31; +minus = -87; +divide = -87; +asciitilde = -87; }; -germandbls = { -a = 4; -a.ss05 = 0; -bracketright = -10; -c = 6; -comma = -10; -comma.ss01 = -40; -d = 5; -e = 6; -f = 3; -f_f.liga = 3; -f_f_i.liga = 3; -f_y.liga = 3; -fi = 3; -fl = 3; -g = 7; -g.ss06 = 3; -guillemetleft = 18; -guilsinglleft = 18; -hyphen = 28; -o = 6; -parenright = -26; -period = -14; -period.ss01 = -40; -quotedblleft = -13; -quotedblleft.ss01 = -28; -quoteleft = -13; -quotesingle = -12; -s = 0; -t = 0; -t_i.liga = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; -v = 0; -w = 0; -z = 0; +l.ss04 = { +Hbar = 31; +l.ss04 = -2; +periodcentered.loclCAT = 55; +parenright = 0; +bracketright = 0; +quoteright = -1; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = 39; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = 38; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 30; +"@MMK_R_KO_W" = 36; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 33; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 19; +"@MMK_R_KO_twosuperior" = 15; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 33; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = 11; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_period.ss01" = 13; +"@MMK_R_KO_comma.ss01" = 18; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -26; +"@MMK_R_KO_underscore" = 37; +"@MMK_R_KO_hyphen.case" = -24; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = 7; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_quoteright.ss01" = 18; +}; +eacute = { +Y = -31; }; -greater = { -J = 3; -T = -30; -X = -32; -Y = -25; -Z = -25; -greater = -79; -parenright = -66; +integral = { +guillemetright = -57; +guilsinglright = -57; +integral = -27; +A = -34; +a = -42; +d = -42; +a.ss05 = -41; +e = -42; +s = -40; +w = -42; }; -greaterequal = { -T = -59; -one = -30; -parenright = -28; -seven = -56; +two.dnom = { +question = -56; +question.ss01 = -65; +parenright = -20; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +quotedbl = -92; +quotesingle = -41; +quotedblleft.ss01 = -92; +quoteleft.ss01 = -61; +quotedblright.ss01 = -92; +quoteright.ss01 = -61; +degree = -92; }; -guillemetleft = { -Tcedilla = -34; -g.ss06 = 8; -questiondown = 9; -quotedblbase = -12; -sevensuperior = -25; +parenleft.case = { +Icircumflex = 42; +Imacron = 18; +Idieresis = 26; +Dcroat = 0; +Eth = 0; +Iogonek = 34; +Itilde = 23; +Lslash = 0; +Idieresis.ss01 = 24; +four.numr = -34; +numbersign = -21; +questiondown.case = -32; +question.ss01 = -7; +parenleft.case = -19; +quotedblbase = 2; +quotedblbase.ss01 = 0; +at = -29; +ampersand = -7; +section = -13; +copyright = -45; +registered = -32; +published = -45; +literSign = -10; +numero = -9; +cent = -36; +dollar = -21; +euro = -25; +liraTurkish = -24; +minus = -59; +multiply = -70; +divide = -59; +equal = -42; +notequal = -48; +less = -52; +greaterequal = 0; +approxequal = -62; +logicalnot = -26; +asciitilde = -51; +asciicircum = -79; +infinity = -34; +radical = -17; }; -guillemetright = { -Lslash = 28; -T = -41; -onesuperior = -29; -quotesinglbase = -65; -sevensuperior = -37; -sixsuperior = -31; +Iacute.ss02 = { +igrave = 61; +endash.case = -23; }; -guilsinglleft = { -A = 32; -Adieresis = 32; -Aring = 32; +tenge = { +four = -67; +period = -40; +comma = -48; +slash = -65; +period.ss01 = -41; +comma.ss01 = -43; +}; +colon = { +A = 17; +D = -2; C = 0; -G = 0; -J = 28; -T = -39; -Tcommaaccent = -39; -V = 0; +J = 24; +T = -40; +V = -8; W = 0; -X = 23; -Y = -5; -Yacute = -5; -Z = 30; -a = 0; -c = 0; -comma = 17; -d = 0; -e = 0; -f = 12; -f_f.liga = 12; -f_f_i.liga = 12; -f_y.liga = 12; -fi = 12; -fl = 12; -guilsinglleft = -26; -j = 0; -o = 0; -parenright = -21; -pi = 27; -s = 3; -semicolon = 27; -t = 7; -t_i.liga = 8; -t_t.liga = 7; -v = 30; -w = 27; -x = 36; -y = 29; -z = 36; -}; -guilsinglright = { -onesuperior = -29; -quotesinglbase = -65; -sevensuperior = -37; +Y = -29; +a = -17; +c = -16; +e = -17; +o = -16; +f = 17; +s = -2; +t = 16; +z = 21; +t_i.liga = 9; +pi = 24; +zero = 0; +one = -32; +two = 11; +three = 0; +four = -40; +sevensuperior = -36; +emdash = -40; +parenright = -27; +braceright = -40; +bracketright = -40; +parenright.case = 2; +guillemetleft = -33; +guilsinglleft = -33; }; h = { -abrevehookabove.ss05 = 0; -acircumflexhookabove.ss05 = 0; -backslash = -32; -e = 2; -registered = -27; -seven = -31; -yhookabove = 0; +seven = -32; +registered = -17; }; -hyphen = { -Dcroat = 0; -Jcircumflex = -10; -Lslash = 53; -OE = 22; -Oslash = 17; -Tcedilla = -46; -Ycircumflex = -61; -Ydieresis = -61; -Ydieresis.ss01 = -61; -Ydotbelow = -60; -Ydotbelow.ss01 = -60; -Ygrave = -61; -braceright = -32; -four.numr = -77; -foursuperior = -85; -hyphen = -30; -l.ss03 = 0; -mu = 0; -one = -18; -one.numr = -33; -onesuperior = -37; -oslash = 16; -question.ss01 = -52; -questiondown = -34; -quotedbl = -126; -quotedblbase = -132; -quotedblbase.ss01 = -111; -quoteleft = -65; -quotesinglbase = -65; -seven.numr = -37; -sevensuperior = -42; -six.numr = -46; -sixsuperior = -50; -two = -24; -zero.numr = -48; +emacron = { +Y = -45; +lcommaaccent = -24; }; -hyphen.case = { -Dcroat = 45; -Jcircumflex = -10; -Lslash = 0; -Oslash = 21; -Tcedilla = -46; -Ycircumflex = -38; -bracketright.case = -31; -hyphen.case = -30; -parenleft.case = 26; -quotedblbase = -132; -quotedblbase.ss01 = -111; -quotesinglbase = -65; +numbersign = { +A = -11; +J = -17; +T = -41; +X = -37; +Y = -29; +one = -25; +eight = 2; +period = -40; +comma = -48; +slash = -22; +period.ss01 = -41; +comma.ss01 = -43; +parenright = -29; +bracketright = -25; +parenright.case = -21; +bracketright.case = -26; }; -i = { -asciitilde = -11; -germandbls = -6; -hbar = 0; -idieresis = 0; -jcircumflex = 0; -logicalnot = 0; -p = 0; +copyright = { +parenright = -84; +parenright.case = -75; }; -i.ss01 = { -bracketright = 0; -idieresis.ss01 = 0; -jcircumflex = 0; -parenright = -2; +t = { +iogonek = 0; +wdieresis = 12; +two = 21; +logicalnot = -27; +asciitilde = -38; }; -iacute = { -ccaron = 3; -j = 0; -jacute = 0; -parenright = 29; -rcaron = 0; -scaron = 0; -thorn = 0; -zcaron = 13; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 19; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 45; +"@MMK_R_KO_imacron" = 38; +"@MMK_R_KO_itilde" = 49; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 17; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 6; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -17; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_bracketright.case" = -18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -32; +}; +Hcircumflex = { +igrave = 33; }; -ibreve = { -T = 45; -exclam = 30; -i = 0; -imacron = 0; -l = 2; -l.ss04 = 0; -onesuperior = 27; -parenright = 41; -question = 38; -quotesingle = 34; -sevensuperior = 33; +aogonek.ss05 = { +j = -31; +comma = 0; +parenright = 0; +bracketright = 0; }; -icircumflex = { -Icircumflex = 12; -i.ss01 = 0; -j.ss01 = 0; -ordfeminine = 0; -parenleft = 16; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = -35; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = -89; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -76; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -72; +"@MMK_R_KO_I.ss02" = -66; +"@MMK_R_KO_J.ss10" = -46; +}; +_B.currency = { +_baht.bar = -20; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -9; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = 10; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -53; +"@MMK_R_KO_asciicircum" = -45; }; -idieresis = { -Idieresis = 6; -Idieresis.ss02 = 9; -b = 0; -eightsuperior = 0; -exclam = 0; -fivesuperior = -8; -h = 0; -i = 0; -idieresis = 0; -j = 0; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 0; -ninesuperior = 0; -onesuperior = 2; -parenright = -5; -question = 0; -quotedbl = 4; -quotedblright = 0; -quotesingle = 4; -sevensuperior = 20; -sixsuperior = -4; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -threesuperior = 0; -twosuperior = 6; +rupeeIndian = { +four = -42; +period = -32; +comma = -31; +slash = -31; +period.ss01 = -41; +comma.ss01 = -43; }; -idieresis.ss01 = { -b = 0; -comma.ss01 = -35; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 0; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +Zdotaccent = { +Hbar = 21; +endash.case = -31; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = -5; +"@MMK_R_KO_imacron" = -5; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = -6; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_g.ss06" = -11; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -17; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -28; +"@MMK_R_KO_asterisk" = -34; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -40; +"@MMK_R_KO_quoteright.ss01" = -46; }; -idotaccent = { -idieresis = 0; -jcircumflex = 0; +P = { +Hbar = 47; +Oslash = 0; +hbar = 27; +igrave = 19; +idieresis = 37; +idieresis.ss01 = 30; +two = 24; +three = 20; +five = 4; +seven = 27; +nine = 14; +twoinferior = -20; +threeinferior = -25; +fourinferior = -80; +ellipsis.ss01 = -145; +endash.case = 22; +braceright.case = -23; +ampersand = -18; }; -idotaccent.ss01 = { +twoinferior = { +T = -62; +V = -34; +W = -19; +Y = -74; +t = -22; +t_i.liga = -15; +t_t.liga = -15; parenright = -2; }; -idotbelow = { -comma = 19; -j = 0; +wdieresis = { +period = -25; +comma = -31; +bracketright = -31; }; -idotbelow.ss01 = { -period.ss01 = -35; +uhungarumlaut = { +onesuperior = 0; +sevensuperior = 0; +parenright = 0; +bracketright = 0; }; -igrave = { -parenright = -32; +odieresis = { +germandbls = -34; +gbreve.ss06 = -36; }; -ihookabove = { -comma.ss01 = -35; -period.ss01 = -35; -quotedbl = 11; -quotedblright = 20; +ohorndotbelow = { +c = -25; +i = -26; +idotaccent = -26; +m = -26; +n = -26; +p = -26; +t = -21; +u = -26; +t_i.liga = -21; +t_t.liga = -21; +period = -35; +comma = -42; +parenright = -34; +bracketright = -43; }; -imacron = { -I = 5; -N = 5; -P = 5; -S = 19; -V = 31; -b = 0; -bracketright = -2; -ccaron = 2; -comma.ss01 = -35; -eightsuperior = 5; -exclam = 0; -fivesuperior = 0; -h = 0; -i = 0; -ibreve = 0; -imacron = 0; -j = 0; -j.ss01 = 0; -k = 0; -kcommaaccent = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 0; -lcommaaccent = 0; -lcommaaccent.ss03 = 0; -lcommaaccent.ss04 = 0; -ninesuperior = 11; -onesuperior = 0; -parenright = 0; -period.ss01 = -35; -question = 12; -quotedbl = 11; -quotedblleft = 16; -quotedblleft.ss01 = 11; -quotedblright = 14; -quotedblright.ss01 = 2; -quoteleft = 16; -quoteright = 14; -quotesingle = 11; -scaron = 0; -sevensuperior = 38; -sixsuperior = 4; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -thorn = 0; -threesuperior = 18; -twosuperior = 25; -zcaron = 0; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 21; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 20; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = -31; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_bracketright.case" = -35; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -28; }; -infinity = { -bracketright = -22; -parenright = -72; -parenright.case = -62; +one.numr = { +fraction = 0; }; -integral = { -A = -29; -a = -40; -d = -40; -e = -39; -integral = -37; -s = -36; +Uhorntilde = { +exclam.ss01 = 22; }; -iogonek = { -comma = 5; -iogonek = 0; -j = 2; -parenright = 2; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 9; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 15; +"@MMK_R_KO_zero" = 13; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 16; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_five" = 12; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 8; +"@MMK_R_KO_nine" = 13; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 22; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 18; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_plus" = 0; }; -itilde = { -N = 19; -b = 0; -comma.ss01 = -35; -eightsuperior = 13; -exclam = 17; -fivesuperior = 2; -h = 0; -i = 2; -itilde = 0; -j = 2; -k = 0; -l = 0; -ninesuperior = 17; -onesuperior = 41; -parenright = 0; -period.ss01 = -35; -question = 15; -quotedbl = 23; -quotedblright = 13; -quotedblright.ss01 = 16; -quoteright = 13; -quotesingle = 23; -sevensuperior = 43; -sixsuperior = 7; -t = 0; -threesuperior = 23; -twosuperior = 29; +two = { +icircumflex = 30; +x = 17; +colon = 12; +semicolon = 2; +braceright = -24; +minus = -35; +multiply = -24; }; j = { -braceright = 2; -bracketright = 2; -comma = 15; hbar = 0; idieresis = 0; -iogonek = 2; -j = 2; +iogonek = 0; jcircumflex = 0; -parenright = 5; -semicolon = 6; -slash = 16; }; -j.ss01 = { -bracketright = 3; -comma.ss01 = -20; -j.ss01 = 2; -parenright = 13; -slash = 16; +ldot.ss01 = { +period.ss01 = -32; +comma.ss01 = -34; }; -jacute = { -adieresis.ss05 = 0; -backslash = 41; -ccaron = 3; -comma = 15; -hbar = 0; -hcircumflex = 0; -i.ss01 = 0; -iacute = 0; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -29; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -10; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_underscore" = 29; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = -29; +}; +idieresis = { +l = 0; +icaron = 0; idieresis = 0; -idotaccent.ss01 = 0; -iogonek = 2; +}; +approxequal = { +one = -35; +parenright = -71; +parenright.case = -60; +A = -35; +I.ss02 = -48; +}; +ograve = { +T = -90; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = -28; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_I.ss02" = -36; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = -29; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -29; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_icircumflex" = -28; +"@MMK_R_KO_imacron" = -26; +"@MMK_R_KO_itilde" = -20; +"@MMK_R_KO_j" = -39; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -30; +"@MMK_R_KO_v" = -37; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_x" = -36; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = -37; +"@MMK_R_KO_l.ss03" = -30; +"@MMK_R_KO_l.ss04" = -32; +"@MMK_R_KO_g.ss06" = -36; +"@MMK_R_KO_t_t.liga" = -38; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -32; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -43; +"@MMK_R_KO_fivesuperior" = -44; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -38; +"@MMK_R_KO_ninesuperior" = -73; +"@MMK_R_KO_period" = -34; +"@MMK_R_KO_comma" = -41; +"@MMK_R_KO_colon" = -40; +"@MMK_R_KO_semicolon" = -46; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_exclam" = -30; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -58; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -50; +"@MMK_R_KO_question.ss01" = -49; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = -7; +"@MMK_R_KO_parenleft" = -19; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_quotedblleft" = -61; +"@MMK_R_KO_quotedblright" = -51; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -48; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -61; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -56; +}; +S = { +Hbar = 40; +Lslash = 16; +hbar = 25; +ibreve = 29; +idieresis = 28; +idieresis.ss01 = 24; +two = 17; +three = 26; +five = 11; +eight = 15; +ampersand = 20; +dollar = 11; +greater = 46; +logicalnot = -12; +}; +periodcentered.loclCAT = { +l = 52; +l.ss03 = 51; +l.ss04 = 48; +}; +Iogonek = { +iogonek = 22; j = 0; -jcircumflex = 0; -rcaron = 0; -scaron = 2; -semicolon = 6; -seven = 42; -slash = 20; -zcaron = 13; +j.ss01 = 0; }; -jcircumflex = { -hcircumflex = 0; -i.ss01 = 0; -jcircumflex = 2; -scircumflex = 2; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -5; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = -11; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -6; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = -40; }; -k = { -ampersand = 0; -asciitilde = -25; -exclam.ss01 = 16; -iogonek = 3; -logicalnot = -13; -minus = -42; -plus = -28; -two = 0; -yhookabove = 10; +racute = { +parenright = 0; +bracketright = 0; }; -l = { -Hbar = 4; -at = 0; -backslash = 5; -hbar = 0; -ibreve = 2; -idieresis = 0; -idieresis.ss01 = 0; -jcircumflex = 0; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -plus = -21; +questiondown.case = { +C = -2; +Q = -5; +Q.ss09 = -5; +T = -48; +V = -43; +W = -30; +Y = -54; +one = -32; +seven = -41; +parenright.case = -10; +quotedblleft = -71; +quoteright = -48; +quotedbl = -60; +quotesingle = -41; +quotedblleft.ss01 = -92; +quoteright.ss01 = -61; }; -l.ss03 = { -iogonek = 0; -jcircumflex = 0; -periodcentered.loclCAT = -2; +f_y.liga = { +germandbls = 15; +zeroinferior = -25; +ampersand = -21; }; -l.ss04 = { -ibreve = 2; -idieresis = 0; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_Oacute" = -35; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -39; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_n" = -42; +"@MMK_R_KO_j" = 35; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -43; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -32; +"@MMK_R_KO_zero" = -37; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -24; +"@MMK_R_KO_nine" = -20; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = 12; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_hyphen" = -51; +"@MMK_R_KO_endash" = -53; +"@MMK_R_KO_parenright" = 54; +"@MMK_R_KO_bracketright" = 59; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = -60; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -26; +"@MMK_R_KO_plus" = -71; +"@MMK_R_KO_percent" = -23; +}; +bracketleft.case = { +Icircumflex = 40; +numbersign = -26; +parenleft.case = -18; +bracketright.case = 56; +at = -28; +literSign = -28; +euro = -28; +minus = -60; +equal = -45; +less = -50; +asciitilde = -49; +asciicircum = -83; +infinity = -32; +}; +K = { +Lslash = 0; +Oslash = 20; +edieresis = -7; +odieresis.ss01 = -6; +odieresis = -7; +oslash = 0; +igrave = 56; +rcaron = 19; +idieresis = 20; jcircumflex = 0; +ygrave = 0; +ytilde = -21; +idieresis.ss01 = 43; +zero = -15; +two = 27; +three = 0; +six = -16; +seven = 22; +nine = -11; +numbersign = -29; +endash.case = -57; +parenleft.case = -9; +at = -19; +ampersand = 0; +registered = -37; +dollar = -11; +plus = -48; +minus = -61; +multiply = -49; +divide = -50; +equal = -32; +notequal = -49; +less = -52; +logicalnot = -36; +asciitilde = -40; }; -lcaron = { -exclam.ss01 = 75; -ncaron = 0; -scaron = 18; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = -1; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 1; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -6; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_bracketright.case" = -30; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -37; +"@MMK_R_KO_asciicircum" = -31; }; -lcaron.ss03 = { -b = 22; -bracketright = 86; -ccaron = 0; -comma = 21; -eightsuperior = 37; -exclam = 72; -exclam.ss01 = 71; -fivesuperior = 35; -h = 22; -i = 4; -i.ss01 = 17; -j = 4; -j.ss01 = 17; -k = 22; -l.ss03 = 23; -lcaron.ss03 = 23; -m = 0; -n = 0; -ncaron = 0; -ninesuperior = 50; -onesuperior = 66; -parenright = 82; -period = 19; -question = 83; -question.ss01 = 51; -quotedbl = 76; -quotedblleft = 60; -quotedblleft.ss01 = 42; -quoteleft = 60; -quoteleft.ss01 = 42; -quotesingle = 76; -s = 0; -scaron = 19; -sevensuperior = 71; -sixsuperior = 37; -t = 13; -t_i.liga = 13; -t_t.liga = 13; -threesuperior = 44; -twosuperior = 51; -u = 0; -uacute = 0; -v = 7; -zcaron = 50; +semicolon = { +four = -48; +onesuperior = -25; +sevensuperior = -42; +hyphen = -48; +emdash = -48; +endash = -48; +hyphen.case = -48; +parenright = 0; +guillemetleft = -40; }; -lcaron.ss04 = { -exclam.ss01 = 75; -ncaron = 0; -scaron = 18; +Thorn = { +Eth = 39; }; -lcommaaccent = { -j = 0; +four.dnom = { +question = -64; +question.ss01 = -72; +parenright = -42; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +quotedbl = -106; +quotesingle = -41; +quotedblleft.ss01 = -106; +quoteleft.ss01 = -61; +quotedblright.ss01 = -106; +quoteright.ss01 = -61; +degree = -106; }; -ldot.ss01 = { -a = 10; -comma.ss01 = -58; -e = 11; -period.ss01 = -58; +braceright = { +Y = -28; +period = -23; +comma = -22; +period.ss01 = -41; +comma.ss01 = -34; +parenright = -9; +braceright = -11; +asciicircum = -71; }; -ldot.ss01.ss04 = { -comma.ss01 = -58; -period.ss01 = -58; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 4; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -48; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -32; +"@MMK_R_KO_O" = -53; +"@MMK_R_KO_Oacute" = -54; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -81; +"@MMK_R_KO_U" = -48; +"@MMK_R_KO_V" = -80; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = -38; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = -38; +"@MMK_R_KO_n" = -38; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -46; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -48; +"@MMK_R_KO_uacute" = -48; +"@MMK_R_KO_v" = -53; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -36; +"@MMK_R_KO_l.ss04" = -40; +"@MMK_R_KO_t_t.liga" = -50; +"@MMK_R_KO_zero" = -57; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -47; +"@MMK_R_KO_four" = -70; +"@MMK_R_KO_five" = -50; +"@MMK_R_KO_six" = -57; +"@MMK_R_KO_seven" = -63; +"@MMK_R_KO_eight" = -46; +"@MMK_R_KO_nine" = -46; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_guillemetright" = -79; +"@MMK_R_KO_quotedbl" = -74; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -111; }; -ldot.ss04 = { -a = 13; -e = 14; -o = 14; +ampersand = { +one = -32; +seven = -50; +parenright = -18; +bracketright = -31; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +quotedbl = -92; +quotesingle = -41; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -99; +quoteright.ss01 = -61; +v = -23; +w = -21; +y = -23; }; -less = { -S = 43; -less = -79; -parenright = -33; -three = 53; +four = { +x = -12; +ordfeminine = -28; +ordmasculine = -27; +zero.numr = -27; +one.numr = -20; +three.numr = -21; +four.numr = -21; +five.numr = -27; +six.numr = -28; +seven.numr = -17; +eight.numr = -26; +nine.numr = -45; +threesuperior = -19; +fivesuperior = -26; +eightsuperior = -24; +colon = -18; +semicolon = -23; +question.ss01 = -19; +underscore = -2; +braceright = -5; +braceright.case = -6; +bracketright.case = -6; +quoteright.ss01 = -23; +registered = -29; +trademark = -26; +asciicircum = -51; }; -lessequal = { -n = -24; -parenright = -26; +zerosuperior = { +A = -78; +fraction = -20; +period = -40; +comma = -48; +slash = -87; +period.ss01 = -41; +comma.ss01 = -43; +parenright = -41; +parenright.case = -38; +guillemetleft = -50; +guilsinglleft = -50; }; -liraTurkish = { -foursuperior = -54; -one = -22; -onesuperior = -40; -parenright = -67; -question = -42; -question.ss01 = -46; -quotedbl = -59; -quotesingle = -59; -seven = -36; -sevensuperior = -47; -sixsuperior = -51; -slash = 0; -two = -20; +n = { +n = 0; +gcircumflex.ss06 = -5; +ordfeminine = -29; +ordmasculine = -30; +seven = -32; +at = -2; +registered = -17; +degree = -62; +notequal = -24; +greaterequal = 0; +logicalnot = 7; }; -literSign = { -parenright = -24; +bracketleft = { +Icircumflex = 42; +Dcroat = 0; +Oslash = -23; +oslash = -29; +hcircumflex = 47; +i = -36; +idotaccent = -36; +iacute = -32; +ntilde = -41; +nacute = -41; +p = 0; +ibreve = 0; +icircumflex = 0; +imacron = 0; +jcircumflex = 34; +macute = -41; +scaron = 0; +scircumflex = -22; +germandbls = -20; +x = -30; +colon = -40; +numbersign = -25; +parenleft = -24; +at = -32; +ampersand = -26; +literSign = -27; +dollar = -30; +euro = -27; +minus = -59; +equal = -44; +less = -49; +asciitilde = -48; +asciicircum = -81; +infinity = -30; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 72; +"@MMK_R_KO_O" = 45; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 22; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 21; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_sixsuperior" = 63; +"@MMK_R_KO_onesuperior" = 73; +"@MMK_R_KO_twosuperior" = 84; +"@MMK_R_KO_threesuperior" = 78; +"@MMK_R_KO_foursuperior" = 35; +"@MMK_R_KO_fivesuperior" = 70; +"@MMK_R_KO_sevensuperior" = 93; +"@MMK_R_KO_eightsuperior" = 66; +"@MMK_R_KO_ninesuperior" = 36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 79; +"@MMK_R_KO_question" = 87; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 64; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_parenright" = 72; +"@MMK_R_KO_bracketright" = 28; +"@MMK_R_KO_quotedblleft" = 78; +"@MMK_R_KO_quoteleft" = 78; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 87; +"@MMK_R_KO_quotesingle" = 87; +"@MMK_R_KO_quotedblleft.ss01" = 37; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 27; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 43; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 44; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -1; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 27; +"@MMK_R_KO_question" = 53; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = 28; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 52; +"@MMK_R_KO_quotedblright" = 30; +"@MMK_R_KO_quoteleft" = 52; +"@MMK_R_KO_quoteright" = 30; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 37; +"@MMK_R_KO_quotesingle" = 37; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -logicalnot = { -one = -20; -parenright = -62; -parenright.case = -34; -seven = -54; -two = -21; -y = 0; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 20; }; -lslash.ss03 = { -comma = 14; -period = 12; +J.ss10 = { +Hbar = 27; +ibreve = 33; +icaron = 30; +idieresis = 24; +jcircumflex = 14; +idieresis.ss01 = 19; }; -m = { -backslash = -31; -comma = 4; -e = 3; -hyphen = 4; -multiply = -28; -ordmasculine = -36; -parenleft = 10; -period = 4; -registered = -27; -seven = -30; -wgrave = 0; +quotedblbase.ss01 = { +Dcroat = -40; +oslash = -30; +p = -30; +germandbls = -63; +asterisk = -111; +numbersign = -93; +question.ss01 = -98; +hyphen.case = -111; +emdash.case = -111; +parenleft.case = -63; +quotedblleft.ss01 = -111; +quoteright.ss01 = -61; +at = -66; +copyright = -109; +published = -109; +dollar = -64; +euro = -88; +minus = -111; +multiply = -111; +divide = -111; +equal = -111; +approxequal = -111; }; -minus = { -A = -33; -I.ss02 = -35; -T = -67; -V = -34; -X = -74; -Y = -62; -Z = -63; -comma = -65; -comma.ss01 = -61; -eight = -35; -four = -20; -one = -38; -parenright = -108; -parenright.case = -97; -period = -62; -period.ss01 = -61; -quotedblleft = -146; -quotedblright = -146; -seven = -84; -seven.numr = -34; -tenge = -92; -three = -69; -two = -93; -x = -32; -yen = -32; +l.ss03 = { +oslash = 0; +periodcentered.loclCAT = 47; +notequal = -27; +logicalnot = 0; }; -mu = { -braceright = -35; -bracketright = -35; -comma.ss01 = -35; -hyphen = 0; +parenleft = { +Icircumflex = 43; +Imacron = 5; +Idieresis = 8; +Dcroat = -3; +Eth = -3; +Iogonek = 52; +Lslash = -4; +Oslash = -2; +a.ss05 = -33; +thorn = 13; +ccedilla = 0; +ccaron = -13; +edieresis = -39; +odieresis = -40; +oslash = -3; +hcircumflex = 48; +i = -19; +idotaccent = -19; +i.ss01 = 0; +iacute = -25; +ntilde = -25; +nacute = -26; +ncaron = -17; +ncommaaccent = -22; +p = 0; +idieresis = 0; +imacron = 3; +iogonek = 55; +jcircumflex = 36; +scedilla = 0; +scaron = 0; +scircumflex = -26; +germandbls = -22; +tcedilla = 16; +x = -9; +zcaron = 0; +g.ss06 = 10; mu = 0; -one = -22; -onesuperior = -39; -parenright = -42; -period.ss01 = -35; -pi = 0; -quotedbl = -23; -quotedblleft = -49; -quotedblright = -32; -quoteleft = -49; -quoteright = -32; -quotesingle = -23; -sevensuperior = -46; -trademark = -65; -twosuperior = -23; +four.numr = -46; +colon = -27; +numbersign = -28; +semicolon.ss01 = 12; +question.ss01 = -13; +parenleft = -29; +braceleft = -9; +quotedblbase = 0; +quotedblbase.ss01 = 12; +at = -46; +ampersand = -31; +section = -15; +copyright = -56; +registered = -39; +published = -56; +literSign = -30; +numero = -11; +cent = -41; +dollar = -26; +euro = -34; +liraTurkish = -32; +sterling = -11; +minus = -71; +multiply = -81; +divide = -71; +equal = -48; +notequal = -58; +greater = -21; +less = -65; +greaterequal = -21; +lessequal = -16; +plusminus = -39; +approxequal = -77; +logicalnot = -38; +asciitilde = -63; +asciicircum = -85; +infinity = -49; +summation = 45; +radical = -28; }; -multiply = { -A = -27; -P = -24; -T = -79; -Y = -42; -five = -19; -one = -31; -p = -29; -parenright = -95; -parenright.case = -89; -two = -20; +asciicircum = { +one = -38; +two = -24; +three = -28; +four = -82; +eight = -33; +period = -40; +comma = -48; +asterisk = -34; +slash = -94; +period.ss01 = -41; +comma.ss01 = -43; +hyphen = -112; +hyphen.case = -108; +parenright = -86; +bracketright = -81; +parenright.case = -79; +bracketright.case = -83; +u = -38; +x = -29; +mu = -40; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = -31; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -22; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -33; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_icircumflex" = -21; +"@MMK_R_KO_imacron" = -14; +"@MMK_R_KO_itilde" = -22; +"@MMK_R_KO_j" = -32; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -30; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -38; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = -25; +"@MMK_R_KO_l.ss04" = -24; +"@MMK_R_KO_g.ss06" = -18; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_one" = -48; +"@MMK_R_KO_sixsuperior" = -49; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -39; +"@MMK_R_KO_threesuperior" = -40; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = -47; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -42; +"@MMK_R_KO_ninesuperior" = -74; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = -15; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -56; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_question.ss01" = -59; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -22; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_quotedblleft" = -59; +"@MMK_R_KO_quotedblright" = -71; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = -52; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -72; +"@MMK_R_KO_quoteright.ss01" = -61; }; -n = { -Tcedilla = -61; -asciitilde = -8; -at = 0; -backslash = -32; -degree = -66; -e = 2; -greaterequal = -23; -guilsinglright = 0; -jcircumflex = 0; -logicalnot = 3; -multiply = -28; -n = 0; -ordmasculine = -36; -parenleft = 9; -registered = -27; -seven = -31; +plus = { +one = -40; +two = -71; +three = -43; +seven = -72; +seven.numr = -38; +period = -40; +comma = -48; +question = -85; +asterisk = -102; +slash = -42; +period.ss01 = -41; +comma.ss01 = -43; +question.ss01 = -86; +parenright = -70; +braceright = -58; +bracketright = -59; +parenright.case = -57; +braceright.case = -72; +bracketright.case = -60; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +guillemetright = -46; +quotedbl = -113; +quotesingle = -41; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -61; +quotedblright.ss01 = -104; +trademark = -70; +tenge = -83; +yen = -16; +plus = -9; +x = -30; }; -ncaron = { -Yacute = -16; -parenright = -17; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = 40; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 31; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 29; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_itilde" = 46; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 15; +"@MMK_R_KO_twosuperior" = 13; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 23; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = 34; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_underscore" = 33; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_quoteright.ss01" = 8; +"@MMK_R_KO_trademark" = 4; +"@MMK_R_KO_asciicircum" = -59; }; -nine = { -braceright = -19; -bracketright.case = -17; -ordmasculine = -3; -six = 17; -trademark = -34; +quoteleft = { +Hbar = 34; +igrave = 49; +icircumflex = 37; +imacron = 28; +jcircumflex = 22; +g.ss06 = -48; +mu = -37; +exclamdown = -48; +questiondown = -48; +questiondown.case = -48; +quotedblbase = -48; +ampersand = -26; +minus = -48; +divide = -48; +logicalnot = -48; +asciitilde = -48; +}; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -65; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_a" = -67; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -74; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -37; +"@MMK_R_KO_j" = -21; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_pi" = -15; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 14; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_ellipsis" = -87; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -76; +"@MMK_R_KO_hyphen" = -87; +"@MMK_R_KO_endash" = -87; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_endash.case" = -87; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -11; +"@MMK_R_KO_plus" = -87; +"@MMK_R_KO_percent" = -9; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 22; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_underscore" = 30; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -23; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -21; }; nine.dnom = { -degree = -114; -parenright = -62; -question = -74; -question.ss01 = -69; -quotedbl = -103; -quotedblleft = -134; +question = -70; +question.ss01 = -76; +parenright = -47; +parenright.case = -20; +quotedblleft = -87; +quotedblright = -87; +quoteleft = -48; +quoteright = -48; +quotedbl = -126; +quotesingle = -41; quotedblleft.ss01 = -111; -quotedblright = -134; +quoteleft.ss01 = -61; quotedblright.ss01 = -111; -quoteright = -65; -quotesingle = -61; -}; -nineinferior = { -parenright = -50; +quoteright.ss01 = -61; +degree = -134; }; -ninesuperior = { -comma = -65; -comma.ss01 = -61; -fraction = -13; -period = -62; -period.ss01 = -61; -slash = -53; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = -31; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_Oacute" = -39; +"@MMK_R_KO_J" = -53; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = -29; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -61; +"@MMK_R_KO_a.ss05" = -50; +"@MMK_R_KO_l" = -30; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -61; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -61; +"@MMK_R_KO_i" = -34; +"@MMK_R_KO_n" = -51; +"@MMK_R_KO_j" = -45; +"@MMK_R_KO_lslash" = -34; +"@MMK_R_KO_s" = -61; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -61; +"@MMK_R_KO_uacute" = -58; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = -55; +"@MMK_R_KO_z" = -49; +"@MMK_R_KO_l.ss04" = -23; +"@MMK_R_KO_t_t.liga" = -40; +"@MMK_R_KO_pi" = -58; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = -15; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -31; +"@MMK_R_KO_six" = -42; +"@MMK_R_KO_seven" = -7; +"@MMK_R_KO_eight" = -29; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -61; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -61; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -61; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -40; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_plus" = -61; }; -notequal = { -N = -28; -b = -34; -parenright = -17; -zero = -16; +Omacron = { +Eth = -18; }; -ntilde = { -parenright = -31; +uhorndotbelow.ss01 = { +a = -7; +c = -5; +period.ss01 = -26; +ellipsis.ss01 = -26; +comma.ss01 = -28; }; -numbersign = { -A = -5; -C = 8; -J = -12; -T = -34; -V = 0; -X = -26; -Y = -21; -bracketright = -13; -comma = -31; -comma.ss01 = -61; -eight = 3; -four = 6; -nine = 0; -one = -19; -parenright = -29; -parenright.case = -25; -period = -31; -period.ss01 = -61; -six = 8; -three = 0; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_J" = 34; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 29; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = 17; +"@MMK_R_KO_two" = 17; +"@MMK_R_KO_three" = 7; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = 12; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 8; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_hyphen" = -52; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_hyphen.case" = -9; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -10; +"@MMK_R_KO_plus" = -26; +"@MMK_R_KO_percent" = 3; }; -numero = { -one = 3; -parenright = -20; -period = -62; +exclamdown = { +T = -62; +V = -16; +Y = -43; +j = 0; }; -o = { -Ydieresis = -53; -Ydieresis.ss01 = -53; -backslash = -30; -bracketright = -20; -gbreve.ss06 = 2; -gcircumflex.ss06 = 2; -gcommaaccent.ss06 = 2; -germandbls = -4; -logicalnot = 10; -n = 0; -parenleft = 17; -quotedbl = -35; -quotedblright = -61; -quoteright = -61; -quotesingle = -35; -registered = -26; -seven = -33; -tbar = 0; -two = -13; +Adieresis = { +Germandbls = 0; +endash.case = -24; +registered = -46; }; -oacute = { -parenright = -13; }; -ocircumflex = { -T = -31; +"BBBD8BC5-1445-4217-985E-4C596438DA38" = { +J = { +Hbar = 31; +Oslash = -1; +a = 2; +igrave = 21; +ibreve = 32; +icaron = 30; +idieresis = 52; +jcircumflex = 28; +idieresis.ss01 = 49; +greater = -3; }; -ocircumflexgrave = { -comma = -12; -comma.ss01 = -44; -guillemetright = 0; -hyphen = 15; -parenright = -5; -period = -12; -period.ss01 = -44; -quotedbl = -16; -quotedblright = -13; +exclam.ss01 = { +period.ss01 = -5; }; -ocircumflexhookabove = { -comma = -12; -comma.ss01 = -44; -guillemetright = 0; -hyphen = 15; -parenright = 44; -period = -12; -period.ss01 = -44; -quotedbl = 0; +ohungarumlaut = { +onesuperior = -2; +sevensuperior = 0; +parenright = 0; +bracketright = 0; quotedblright = 0; +quotedbl = 0; +quotesingle = 0; }; -ocircumflextilde = { -parenright = 0; +uhornacute = { +a = -30; +a.ss05 = -38; +c = -38; +n = -12; +t = -4; +u = -10; +t_i.liga = -4; +t_t.liga = -4; +period = -40; +comma = -40; +ellipsis = -45; +question = 0; +period.ss01 = -39; +ellipsis.ss01 = -39; +comma.ss01 = -43; +parenright = -59; +quotedbl = 0; }; -odieresis = { -gbreve.ss06 = 2; -germandbls = -3; -parenright = -50; +o = { +germandbls = -18; +gbreve.ss06 = -2; +ordmasculine = -40; +seven = -37; +registered = -16; +logicalnot = 0; }; -odieresis.ss01 = { -germandbls = -3; +ellipsis = { +Dcroat = -19; +Tbar = -69; +tbar = -44; +twosuperior = -134; +threesuperior = -139; +fivesuperior = -139; +eightsuperior = -136; +parenleft = -17; +braceright = -65; +parenleft.case = -31; +bracketright.case = -31; }; -ohookabove = { -parenright = -29; +Iacute = { +A = 0; +S = 2; +igrave = 20; +icircumflex = 32; +parenright.case = -16; }; -ohorn = { -comma = -12; -comma.ss01 = -45; -hyphen = 14; -parenright = -43; -period = -12; -period.ss01 = -45; -quotedbl = -7; -quotedblright = 0; -u = 2; +sixsuperior = { +A = -52; +fraction = -14; +period = -99; +comma = -100; +slash = -89; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -53; +parenright = -42; +guillemetleft = -35; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_Oacute" = -35; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 43; +"@MMK_R_KO_itilde" = 39; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -53; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -33; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -59; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -24; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -47; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -71; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -67; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -70; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = -60; +"@MMK_R_KO_I.ss02" = -52; +"@MMK_R_KO_J.ss10" = -120; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_two" = -56; +"@MMK_R_KO_three" = -86; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = -15; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_sevensuperior" = -77; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_question" = -107; +"@MMK_R_KO_asterisk" = -122; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_parenright.case" = -84; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -34; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_quotedbl" = -50; +"@MMK_R_KO_quotesingle" = -50; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_plus" = -13; +}; +Igrave = { +j = 0; +l.ss04 = 23; }; -ohornacute = { -c = 6; -parenright = -13; -t = 2; -t_i.liga = 2; -t_t.liga = 2; +five = { +icircumflex = 20; +x = -32; +ordfeminine = -23; +ordmasculine = -26; +parenleft = 8; +asciicircum = -52; }; -ohorndotbelow = { -c = 6; -comma = -12; -parenright = -40; -period = -12; -t = 2; -t_i.liga = 2; -t_t.liga = 2; -u = 2; +Tcommaaccent = { +aacute = -65; +acircumflex.ss05 = -45; +amacron.ss05 = -51; +abreve.ss05 = -56; +endash.case = -54; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -85; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -69; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -56; +"@MMK_R_KO_asterisk" = -72; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_backslash" = -63; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -55; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = -71; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_braceright" = -65; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -45; +"@MMK_R_KO_quotesingle" = -45; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -72; +"@MMK_R_KO_asciicircum" = -47; }; -ohorndotbelow.ss01 = { -c = 6; -comma.ss01 = -45; -parenright = -40; -period.ss01 = -45; -t = 2; -t_i.liga.ss01 = 2; -t_t.liga = 2; +questiondown.ss01 = { +l.ss03 = -41; +quoteright.ss01 = -94; }; -ohorngrave = { -comma = -12; -comma.ss01 = -45; -parenright = -43; -period = -12; -period.ss01 = -45; -quotedbl = -7; -quotedblright = 0; +threeinferior = { +T = -64; +V = -57; +W = -45; +Y = -100; +parenright = -65; +bracketright = -52; }; -ohornhookabove = { -comma = -12; -comma.ss01 = -45; -parenright = -27; -period = -12; -period.ss01 = -45; -quotedbl = -6; -quotedblright = 0; +Adieresis.ss01 = { +endash.case = -27; +registered = -51; }; -ohorntilde = { -comma = -12; -comma.ss01 = -45; -parenright = -29; -period = -12; -period.ss01 = -45; +lcaron.ss03 = { +b = 25; +h = 25; +k = 25; +i = 20; +idotaccent = 20; +i.ss01 = 16; +idotaccent.ss01 = 16; +j = 22; +j.ss01 = 17; +zcaron = 21; +l.ss03 = 27; +lcaron.ss03 = 27; +sixsuperior = 43; +onesuperior = 0; +twosuperior = 23; +threesuperior = 24; +foursuperior = 41; +fivesuperior = 43; +sevensuperior = 0; +eightsuperior = 45; +ninesuperior = 40; +exclam = 79; +question = 44; +exclam.ss01 = 72; +question.ss01 = 44; +parenright = 21; +bracketright = 29; +quotedblleft = 71; +quoteleft = 71; +quotedbl = 75; +quotesingle = 75; +quotedblleft.ss01 = 42; +quoteleft.ss01 = 42; }; -ohungarumlaut = { -b = 0; -bracketright = 14; -h = 0; +f_f.liga = { +e = -22; +f = 4; +fl = 4; i = 0; -j = 0; -k = 0; -l = 0; -l.ss04 = 2; -parenright = 0; -quotedbl = -5; -quotedblright = 0; -sevensuperior = -5; +i.ss01 = 0; +idieresis = 3; +seven = 0; +ampersand = -43; }; -omacron = { -T = -34; -parenright = -43; +Jacute = { +Icircumflex = 16; +Imacron = 15; +Hbar = 31; +igrave = 21; +ibreve = 33; +icaron = 32; +idieresis = 52; +jcircumflex = 28; +idieresis.ss01 = 49; +parenright = -22; +parenright.case = -20; }; -one = { -bracketright = 0; -colon.ss01 = -22; -comma = 0; -comma.ss01 = -29; -degree = -23; -equal = 0; -four = 0; -icircumflex = 7; -multiply = -25; -one = 0; -ordfeminine = -11; -ordmasculine = -11; -parenright = -4; -parenright.case = 0; -percent = 0; -period = 0; -period.ss01 = -29; -seven = 0; -slash = 0; -three = 0; -two = 0; -zero = 0; +braceright.case = { +J.ss10 = -61; +period = -54; +comma = -54; +period.ss01 = -57; +comma.ss01 = -61; +hyphen.case = 0; +parenright.case = -73; +braceright.case = -53; +asciicircum = -61; }; -one.dnom = { -degree = -78; -one.dnom = 0; -parenright = -40; -question = -75; -question.ss01 = -71; -quotedbl = -78; -quotedblleft = -78; -quotedblright = -78; -quoteright = -65; -quotesingle = -61; -two.dnom = 0; -zero.dnom = 0; +ecircumflexhookabove = { +m = 1; +n = 1; +u = 2; +period.ss01 = -11; +comma.ss01 = -13; +parenright = 0; }; -one.numr = { -fraction = 0; +Cdotaccent = { +Hbar = 18; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; +Ncommaaccent = { +imacron = 44; }; -onesuperior = { -A = -41; -comma = -65; -comma.ss01 = -61; -period = -62; -period.ss01 = -61; -slash = -52; +dollar = { +one = -13; +three = 2; +four = 0; +five = 2; +eight = 10; +parenright = -69; +bracketright = -51; +parenright.case = -59; }; -ordfeminine = { -comma = -65; -comma.ss01 = -61; -parenright = -2; -period = -62; -period.ss01 = -61; +Scaron = { +iogonek = 4; }; -ordmasculine = { -comma = -65; -comma.ss01 = -61; -hyphen = -83; -parenright = -15; -parenright.case = -15; -period = -62; -period.ss01 = -61; -slash = -60; +fi = { +hbar = 5; +idieresis = 7; +jcircumflex = 0; +germandbls = 0; +logicalnot = 0; }; -oslash = { -a = 6; -bracketright = -19; -c = 7; -comma = -12; -comma.ss01 = -44; -d = 6; -e = 7; -f = 4; -f_f.liga = 4; -f_f_i.liga = 4; -f_y.liga = 4; -fi = 4; -fl = 4; -g = 8; -g.ss06 = 2; -hyphen = 15; -l.ss03 = 3; -l.ss04 = 2; -o = 7; -oslash = 7; -parenright = -46; -period = -12; -period.ss01 = -44; -s = 0; -t = 4; -t_i.liga = 4; -t_t.liga = 4; -u = 3; -v = 4; -y = 4; +zero = { +icircumflex = 6; +x = -16; +ordmasculine = -9; +underscore = -67; +parenleft = 4; +braceright = -60; +braceright.case = -53; +bracketright.case = -71; +baht = -6; +trademark = -52; +multiply = -13; +asciicircum = -16; }; -otilde = { -parenright = -32; +period.ss01 = { +ordfeminine = -96; +ordmasculine = -96; +twosuperior = -96; +threesuperior = -96; +fivesuperior = -96; +eightsuperior = -96; +question.ss01 = -86; +parenleft = -9; +braceright = -60; +parenleft.case = -19; +quoteright.ss01 = -96; }; -p = { -backslash = -30; -parenleft = 16; -registered = -26; -seven = -32; -two = -13; +X = { +igrave = 18; +ibreve = 28; +icaron = 24; +idieresis = 44; +idieresis.ss01 = 45; +zero = -38; +two = 0; +three = -22; +six = -39; +eight = -17; +nine = -28; +numbersign = -37; +endash.case = -50; +parenleft.case = -37; +at = -43; +registered = -49; +plus = -71; +minus = -71; +multiply = -62; +equal = -36; +notequal = -36; +less = -74; +logicalnot = -60; +asciitilde = -70; }; -parenleft = { -Abrevetilde = -10; -Ccedilla = -11; -Ccircumflex = -18; -Dcroat = -4; -Eth = -4; -Gcircumflex = -20; -Icircumflex = 37; -Idieresis = 26; -Idotaccent = 14; -Imacron = 21; -Iogonek = 100; -Itilde = 28; -Jcircumflex = 33; -Lslash = -4; -OE = -33; -Odieresis = -23; -Odieresis.ss01 = -24; -Oslash = -6; -Scedilla = 0; -Scircumflex = -3; -Ydieresis = 47; -a.ss05 = -49; -acircumflexacute = -7; -adieresis = -53; -agrave = -16; -ampersand = -35; -approxequal = -97; -aring = -36; -asciicircum = -86; -asciitilde = -88; -at = -68; -ccaron = -9; -ccedilla = 0; -ccircumflex = -38; -cent = -49; -copyright = -70; -divide = -104; -dollar = -31; -equal = -74; -euro = -53; -four.numr = -36; -g.ss06 = 40; -germandbls = -31; -greater = -33; -greaterequal = -26; -hcircumflex = 39; -i.ss01 = -2; -iacute = -32; -ibreve = 40; -idotaccent.ss01 = -2; -imacron = 0; -infinity = -73; -iogonek = 86; -jcircumflex = 66; -l.ss03 = 0; -l.ss04 = 6; -less = -66; -lessequal = -28; -liraTurkish = -36; -literSign = -45; -logicalnot = -64; -minus = -108; -mu = 5; -multiply = -96; -notequal = -65; -numbersign = -30; -numero = -8; -ocircumflex = -44; -ohornhookabove = -32; -onesuperior = 17; -oslash = -9; -p = 15; -plusminus = -45; -published = -70; -question.ss01 = -9; -questiondown = 34; -quotedblbase = 32; -quotedblbase.ss01 = 35; -quotesinglbase = 32; -racute = -42; -radical = -45; -scaron = 0; -scedilla = 0; -scircumflex = -26; -scommaaccent = -3; -section = -16; -semicolon.ss01 = 35; -sterling = -23; -summation = 66; -tbar = -18; -tcommaaccent = 19; -thorn = 25; -udieresis = -51; -udieresis.ss01 = -28; -ugrave = -16; -wacute = -47; -wgrave = -41; -zcaron = 18; +L = { +H = 0; +Dcroat = -9; +Oslash = -14; +Tbar = -61; +oslash = -15; +ordfeminine = -93; +ordmasculine = -93; +zero = -20; +two = 2; +three = -2; +five = -4; +six = -19; +seven = -78; +nine = -12; +numbersign = -65; +endash.case = -81; +parenleft.case = -23; +quoteleft.ss01 = -90; +at = -19; +registered = -96; +dollar = -14; +plus = -94; +minus = -96; +multiply = -72; +equal = -45; +notequal = -35; +less = -106; +approxequal = -21; +logicalnot = -87; +asciitilde = -99; }; -parenleft.case = { -Dcroat = 0; -Icircumflex = 49; -Imacron = 42; -Iogonek = 68; -Lslash = 0; -OE = -29; -approxequal = -84; -asciicircum = -87; -asciitilde = -77; -at = -27; -copyright = -68; -dollar = -26; -equal = -65; -euro = -48; -infinity = -62; -less = -52; -logicalnot = -53; -minus = -97; -multiply = -90; -numbersign = -27; -parenleft.case = -27; -published = -68; -question.ss01 = -8; -questiondown.case = -9; -quotedblbase = 40; -radical = -28; -section = -16; +euro = { +period = -20; +comma = -19; +slash = -45; +period.ss01 = -18; +parenright = -70; +bracketright = -51; +parenright.case = -65; +bracketright.case = -62; }; -parenright = { -asciicircum = -30; -braceright = -17; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = -45; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 1; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -47; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -42; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -23; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -28; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = -45; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -63; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -25; +"@MMK_R_KO_semicolon" = -22; +"@MMK_R_KO_ellipsis" = -76; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_backslash" = 8; +"@MMK_R_KO_period.ss01" = -71; +"@MMK_R_KO_comma.ss01" = -73; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = -29; +"@MMK_R_KO_underscore" = -71; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -24; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -36; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -4; +"@MMK_R_KO_asciicircum" = -29; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -37; +"@MMK_R_KO_asterisk" = -36; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; }; -parenright.case = { -bracketright.case = -16; -colon = 0; -comma = -28; -comma.ss01 = -61; -emdash.case = 26; -hyphen.case = 26; -parenleft.case = 24; -parenright.case = -27; -period = -28; -period.ss01 = -61; -quotedbl = -9; -semicolon = 0; -slash = 0; +perthousand = { +question = -85; +asterisk = -125; +question.ss01 = -86; +parenright = -71; +parenright.case = -51; +quotedblleft = -115; +quotedblright = -107; +quoteleft = -100; +quoteright = -100; +quotedblleft.ss01 = -127; +quoteleft.ss01 = -98; +quotedblright.ss01 = -138; +quoteright.ss01 = -98; }; -percent = { -eightsuperior = -58; -fivesuperior = -63; -foursuperior = -72; -ninesuperior = -62; -onesuperior = -58; -question.ss01 = -72; -sevensuperior = -66; -sixsuperior = -68; -threesuperior = -53; -twosuperior = -35; +V = { +Eth = -8; +Oslash = -22; +adieresis = -24; +ae = -50; +a.ss05 = -47; +adieresis.ss05 = -35; +eacute = -42; +ccaron = -24; +emacron = -27; +edieresis = -15; +ecaron = -24; +otilde = -19; +odieresis = -20; +iacute = -21; +ncommaaccent = -23; +igrave = 14; +ibreve = 20; +icaron = 19; +idieresis = 36; +racute = -23; +scaron = -18; +zcaron = 0; +idieresis.ss01 = 29; +gdotaccent.ss06 = -45; +gdotaccent.ss01.ss06 = -45; +zero = -25; +two = -11; +three = -14; +six = -26; +seven = 3; +twoinferior = -54; +ellipsis.ss01 = -71; +endash.case = -19; +at = -35; +ampersand = -55; +plus = -39; +minus = -39; +less = -50; +lessequal = -14; +approxequal = -35; +asciitilde = -55; }; -period = { -braceright = -27; -eightsuperior = -62; -fivesuperior = -62; -foursuperior = -62; -g.ss06 = 25; -ninesuperior = -62; -onesuperior = -62; -ordfeminine = -62; -ordmasculine = -62; -parenleft.case = -29; -quotesingle = -61; -sevensuperior = -62; -six = -17; -sixsuperior = -62; -threesuperior = -62; -twosuperior = -62; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -89; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -80; +"@MMK_R_KO_comma" = -80; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -89; +"@MMK_R_KO_period.ss01" = -85; +"@MMK_R_KO_comma.ss01" = -87; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -56; +"@MMK_R_KO_endash" = -33; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -56; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -165; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -82; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -131; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = -18; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -154; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_aacute" = -38; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -37; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -10; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_ellipsis" = -187; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -106; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_hyphen" = -166; +"@MMK_R_KO_endash" = -117; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -21; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_degree" = -2; +"@MMK_R_KO_plus" = -51; +"@MMK_R_KO_percent" = 0; }; -period.ss01 = { -Y = -61; -eightsuperior = -61; -fivesuperior = -61; -foursuperior = -61; -mu = -35; -ninesuperior = -61; -onesuperior = -61; -ordfeminine = -61; -ordmasculine = -61; -parenleft.case = -61; -question.ss01 = -61; -quotedbl = -61; -sevensuperior = -61; -sixsuperior = -61; -threesuperior = -61; -twosuperior = -61; +seven = { +icircumflex = 22; +x = -22; +g.ss06 = -48; +mu = -18; +colon = -23; +semicolon = -21; +backslash = 8; +ellipsis.ss01 = -74; +underscore = -60; +parenleft = -18; +at = -35; +ampersand = -52; +euro = -26; +minus = -40; +multiply = -33; +divide = -40; +notequal = -14; +less = -49; +plusminus = -32; +asciitilde = -61; +asciicircum = -27; }; -perthousand = { -asterisk = -129; -comma = -16; -comma.ss01 = -49; -parenright = -72; -parenright.case = -23; -period = -16; -period.ss01 = -49; -question = -83; -question.ss01 = -81; -quotedblleft = -146; -quotedblleft.ss01 = -111; -quotedblright = -146; -quotedblright.ss01 = -111; -quoteleft = -65; -quoteright = -65; +scedilla = { +gbreve.ss06 = 3; }; -pi = { -braceright = -16; -bracketright = -16; -colon = 12; -comma = 24; -guillemetright = 26; -hyphen = -7; -parenright = -21; -period = 21; -period.ss01 = -10; -pi = 21; -quoteright = -14; -quotesingle = 0; -semicolon = 14; -sevensuperior = -38; -slash = 15; -trademark = -45; +fourinferior = { +T = -65; +V = -67; +W = -58; +parenright = -66; +bracketright = -41; }; -plus = { -X = -67; -asterisk = -73; -braceright = -64; -bracketright = -57; -bracketright.case = -58; -comma = -65; -comma.ss01 = -61; -one = -34; -parenright = -100; -parenright.case = -89; -period = -62; -period.ss01 = -61; -plus = -20; -question = -81; -quotedbl = -67; -quotedblleft = -114; -quotedblright = -107; -quoteright = -65; -quotesingle = -61; -seven = -67; -slash = -42; -tenge = -78; -three = -49; -two = -69; -x = -24; -yen = -32; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -37; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = -30; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -40; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -62; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_v" = -71; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_zero" = -45; +"@MMK_R_KO_one" = -82; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -23; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -46; +"@MMK_R_KO_seven" = -79; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -38; +"@MMK_R_KO_asterisk" = -100; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -91; +"@MMK_R_KO_quotedblright" = -92; +"@MMK_R_KO_quoteleft" = -91; +"@MMK_R_KO_quoteright" = -92; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -106; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -79; +"@MMK_R_KO_quotedblright.ss01" = -83; }; -plusminus = { -one = -17; -parenright = -45; +equal = { +period = -38; +comma = -39; +period.ss01 = -21; +comma.ss01 = -21; +parenright = -69; +bracketright = -78; +parenright.case = -64; +bracketright.case = -92; +equal = 0; +A = -18; +J = -37; +T = -44; +V = -19; +X = -37; +Y = -49; }; -published = { -T = -49; -Y = -36; -parenright = -72; +five.numr = { +fraction = -13; }; -q = { -backslash = -30; -braceright = 3; -bracketright = 3; -comma = 16; -comma.ss01 = -19; -j = 2; -j.ss01 = 2; -parenright = 15; -semicolon = 6; -slash = 16; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -85; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -36; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = -46; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; }; -question = { -exclam = 9; -questiondown = -63; +dcaron = { +exclam.ss01 = 78; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -28; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 14; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 23; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -50; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -44; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_parenright.case" = -59; +"@MMK_R_KO_bracketright.case" = -57; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -33; +"@MMK_R_KO_asciicircum" = -12; }; -question.ss01 = { -question.ss01 = 3; -questiondown.ss01 = -59; +k = { +oslash = -24; +iogonek = 5; +lcommaaccent = 4; +two = 6; +plus = -42; +minus = -42; +notequal = -3; +logicalnot = -30; +asciitilde = -65; }; -questiondown = { -p = 0; -questiondown = 34; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -75; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = -33; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_braceright" = -60; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -18; }; -questiondown.case = { -C = -17; -Q = -17; -T = -55; -V = -58; -Y = -61; -quotedbl = -75; -quotedblleft = -83; -quotedblleft.ss01 = -95; -quoteright = -65; -quoteright.ss01 = -61; -quotesingle = -61; -seven = -51; +scaron = { +T = -22; +iogonek = 2; }; -questiondown.ss01 = { -C = -51; -D = -22; -E = -22; -G = -50; -N = -22; -O = -51; -P = -22; -Q = -51; -S = -41; -T = -69; -U = -55; -V = -79; -W = -61; -Y = -82; -a = -51; -c = -52; -d = -51; -e = -52; -four = -62; -o = -52; -q = -48; -quotedbl = -78; -quotedblleft.ss01 = -87; -quoteright.ss01 = -61; -quotesingle = -61; -s = -39; -t = -40; -t_i.liga.ss01 = -40; -t_t.liga = -40; -v = -54; +ninesuperior = { +A = -57; +fraction = -22; +period = -99; +comma = -100; +slash = -96; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -65; +parenright = -46; +guillemetleft = -47; }; -quotedbl = { -A = -44; -AE = -46; -Aacute = -44; -Adieresis = -44; -Agrave = -44; -Amacron = -44; -Aring = -44; -Dcroat = 0; -Hbar = 6; -Jcircumflex = 0; -Lslash = 0; -asciitilde = -82; -ellipsis.ss01 = -126; -emdash = -126; -exclamdown = -23; -exclamdown.ss01 = -25; -g.ss06 = -33; -hbar = 0; -hyphen = -126; -imacron = 11; -jcircumflex = 31; -l.ss04 = 0; -mu = -23; -oslash = -35; -period.ss01 = -61; -questiondown = -72; -questiondown.case = -54; -questiondown.ss01 = -72; -underscore = -126; +v = { +n = 0; +ampersand = -37; }; -quotedblbase = { -Dcroat = -16; -Icircumflex = -11; -Iogonek = 21; -Lslash = -17; -OE = -43; -Oslash = 0; -Tcedilla = -42; -approxequal = -146; -copyright = -86; -divide = -146; -equal = -146; -euro = -68; -g.ss06 = 17; -germandbls = -27; -iogonek = 29; -l.ss03 = -19; -l.ss04 = -16; -minus = -146; -multiply = -146; -numbersign = -58; -p = -7; -parenleft.case = -50; -published = -86; -quotedblleft = -146; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -74; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; }; -quotedblbase.ss01 = { -Iogonek = 12; -Tcedilla = -51; -divide = -111; -minus = -111; -p = -22; -question.ss01 = -80; -quotedblleft.ss01 = -111; -quotedblright.ss01 = -111; +infinity = { +parenright = -80; +bracketright = -81; +parenright.case = -74; +bracketright.case = -95; +quotedblleft = -14; }; -quotedblleft = { -Dcroat = 0; -Hbar = 13; -Jcircumflex = 0; -exclamdown = -48; -g.ss06 = -73; -imacron = 7; -jcircumflex = 34; -l.ss04 = 5; -minus = -146; -mu = -47; -questiondown = -85; -questiondown.case = -39; -quotedblbase = -146; -underscore = -146; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -11; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_two" = -77; +"@MMK_R_KO_three" = -88; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = -21; +"@MMK_R_KO_eight" = -30; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_question" = -104; +"@MMK_R_KO_asterisk" = -113; +"@MMK_R_KO_slash" = -86; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_hyphen.case" = -6; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_bracketright" = -88; +"@MMK_R_KO_parenright.case" = -81; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -36; +"@MMK_R_KO_quotedbl" = -31; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_J" = -58; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -74; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -74; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = -86; +"@MMK_R_KO_I.ss02" = -63; +"@MMK_R_KO_J.ss10" = -122; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_t_t.liga" = -11; }; -quotedblleft.ss01 = { -Dcroat = -18; -ellipsis.ss01 = -111; -g.ss06 = -66; -l.ss04 = -9; -mu = -43; -questiondown.ss01 = -82; -quotedblbase.ss01 = -111; -underscore = -111; +asterisk = { +g.ss06 = -71; }; -quotedblright = { -A = -67; -Adieresis = -66; -Aring = -66; -Dcroat = -5; -asciitilde = -146; -g.ss06 = -95; -l.ss04 = 0; -mu = -76; -oslash = -96; -questiondown = -114; -questiondown.case = -57; -quotesinglbase = -65; -tbar = -21; +semicolon.ss01 = { +onesuperior = -54; +sevensuperior = -66; +hyphen = -4; +emdash = -30; }; -quotedblright.ss01 = { -A = -65; -ellipsis.ss01 = -111; -hyphen = -111; -questiondown.case = -76; -questiondown.ss01 = -92; +divide = { +one = -78; +two = -73; +three = -98; +seven = -83; +parenright = -87; +parenright.case = -84; +quotedblleft = -28; +quotedblright = -25; +quoteright = -25; +quotedblleft.ss01 = -15; +quotedblright.ss01 = -17; +A = -37; +Y = -78; +I.ss02 = -53; }; -quoteleft = { -Hbar = 13; -Jcircumflex = 0; -exclamdown = -48; -g.ss06 = -65; -imacron = 7; -l.ss04 = 5; -mu = -47; -oslash = -65; -questiondown = -65; -questiondown.case = -39; -quotedblbase = -65; +asciitilde = { +exclam = -17; +exclam.ss01 = -23; +question.ss01 = -104; +parenleft = -10; +parenleft.case = -9; +bracketright.case = -101; +quoteright.ss01 = -16; +U = -12; +aacute = -14; +edieresis = -17; +edieresis.ss01 = -17; +u = -12; +v = -20; +w = -13; +x = -37; +y = -23; +l.ss03 = -12; +l.ss04 = -18; +g.ss06 = -18; +gcircumflex.ss06 = -18; }; -quoteleft.ss01 = { -A = -61; -J = -24; -g.ss06 = -61; -questiondown.ss01 = -61; -quotedblbase.ss01 = -61; +three.dnom = { +question = -81; +question.ss01 = -86; +parenright = -67; +quotedblleft = -100; +quotedblright = -92; +quoteleft = -100; +quoteright = -94; +quotedbl = -110; +quotesingle = -85; +quotedblleft.ss01 = -59; +quoteleft.ss01 = -59; +quotedblright.ss01 = -80; +quoteright.ss01 = -80; +degree = -121; }; -quoteright = { -Hbar = 0; -J = -14; -Jcircumflex = -2; -OE = -21; -a.ss05 = -65; -acircumflex = -48; -agrave = -31; -egrave = -25; -ellipsis = -65; -emdash = -65; -g.ss06 = -65; -hbar = 0; -hyphen = -65; -idieresis = 0; -igrave = 23; -imacron = 11; -itilde = 11; -l.ss04 = 0; -mu = -65; -oslash = -65; -questiondown = -65; -quotedblbase = -65; -ytilde = -5; +odotbelow.ss01 = { +T = -64; }; -quoteright.ss01 = { -J = -26; -questiondown.ss01 = -61; -quotedblbase.ss01 = -61; +x = { +oslash = -30; +two = 0; +ampersand = -27; +plus = -39; +minus = -39; +notequal = -9; +logicalnot = -29; +asciitilde = -62; }; -quotesinglbase = { -Iogonek = 21; -T = -65; -V = -65; -W = -52; -Y = -65; -copyright = -65; -g.ss06 = 17; -hyphen = -65; -iogonek = 29; -l.ss03 = -19; -minus = -65; -p = -7; -v = -46; +U = { +Dcroat = 7; +Eth = 7; +Hbar = 32; +Lslash = 5; +hbar = 18; +igrave = 22; +jcircumflex = 29; +greater = -2; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_itilde" = 28; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = -24; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -10; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_hyphen.case" = -42; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -quotesinglbase.ss01 = { -T = -61; -V = -61; -W = -61; -Y = -61; -minus = -61; -question.ss01 = -61; +Eth = { +Eth = 15; +Oslash = 7; }; -quotesingle = { -Dcroat = 0; -Hbar = 6; -J = -8; -OE = 0; -comma = -61; -comma.ss01 = -61; -ellipsis = -61; -exclamdown = -23; -g.ss06 = -33; -hbar = 0; -idieresis = 3; -igrave = 31; -imacron = 11; -itilde = 21; -jcircumflex = 31; -l.ss04 = 0; -mu = -23; -period = -61; -questiondown = -61; -questiondown.case = -54; -questiondown.ss01 = -61; -underscore = -61; +odotbelow = { +T = -64; }; -r = { -ampersand = -23; -asciitilde = -30; -exclam.ss01 = 2; -fiveinferior = -45; -fourinferior = -45; -gcircumflex.ss06 = -16; -germandbls = 44; -logicalnot = -32; -minus = -60; -numbersign = 29; -plus = -37; -sixinferior = -44; -threeinferior = -43; -twoinferior = -46; +baht = { +slash = -57; +parenright = -83; +parenright.case = -74; +}; +Icircumflex.ss02 = { +endash.case = -57; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 1; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 1; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 1; +"@MMK_R_KO_u" = -1; +"@MMK_R_KO_uacute" = -1; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -18; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -89; +"@MMK_R_KO_onesuperior" = -90; +"@MMK_R_KO_foursuperior" = -122; +"@MMK_R_KO_sevensuperior" = -91; +"@MMK_R_KO_ninesuperior" = -84; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -85; +"@MMK_R_KO_asterisk" = -117; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = -28; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_quotedblleft" = -111; +"@MMK_R_KO_quotedblright" = -95; +"@MMK_R_KO_quoteleft" = -100; +"@MMK_R_KO_quoteright" = -96; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -99; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -90; +"@MMK_R_KO_quotedblright.ss01" = -86; }; -racute = { -parenright = 21; -sevensuperior = 22; +quotedblright = { +Dcroat = 0; +icircumflex = 28; +scaron = -40; +x = -15; +g.ss06 = -52; +mu = -17; +questiondown = -104; +questiondown.case = -82; +parenleft = -17; +quotesinglbase = -100; +asciitilde = -72; }; -radical = { -A = -37; -a = -24; -four = -27; -s = -22; +r = { +fl = 0; +germandbls = 0; +wdieresis = 4; +gcircumflex.ss06 = -6; +oneinferior = -50; +twoinferior = -24; +threeinferior = -29; +fourinferior = -70; +fiveinferior = -20; +sixinferior = -34; +ampersand = -41; +logicalnot = 0; +asciitilde = -17; }; -rcaron = { -b = 0; -i = 0; -k = 0; -l.ss04 = 2; -parenright = 21; -sevensuperior = 17; +seveninferior = { +I.ss02 = -40; +fourinferior = -41; +seveninferior = 2; +parenright = -79; +parenright.case = -67; }; -registered = { -comma = -65; -comma.ss01 = -61; -parenright = -44; -parenright.case = -41; -period = -62; -period.ss01 = -61; -slash = -47; -trademark = -39; +sterling = { +two = 4; +hyphen.case = -92; +parenright = -60; }; -rupeeIndian = { -four = -43; -slash = -25; +Ocircumflex = { +Lslash = 4; }; -s = { -abrevetilde.ss05 = 4; -ampersand = 0; -asciitilde = -7; -backslash = -28; -guilsinglright = 2; -i = 0; -l = 0; -logicalnot = 14; -m = 0; -n = 0; -parenleft = 8; -r = 0; -registered = -23; -seven = -24; -wacute = 0; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 21; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteright" = 19; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblright.ss01" = 26; +"@MMK_R_KO_quoteright.ss01" = 26; +}; +_f.longarm = { +l = -9; +i = -9; +idotaccent = -9; +i.ss01 = -9; +idotaccent.ss01 = -9; +l.ss03 = -7; +l.ss04 = -8; }; -sacute = { -parenright = 0; +I.ss02 = { +Dcroat = -7; +igrave = 28; +jcircumflex = 50; +endash.case = -41; +plus = -58; +minus = -60; +notequal = -23; +less = -70; +approxequal = -18; +logicalnot = -44; +asciitilde = -67; }; -scaron = { -imacron = 0; -parenright = -2; +quoteleft.ss01 = { +J.ss10 = -98; +igrave = 17; +icircumflex = 23; +imacron = 22; +jcircumflex = 17; +questiondown.case = -63; +questiondown.ss01 = -87; +hyphen = -98; +emdash = -98; +quotedblbase.ss01 = -98; +ampersand = -56; +minus = -18; +logicalnot = -2; +asciitilde = -31; }; -scedilla = { -comma = 7; -gbreve.ss06 = 0; -parenright = 0; +Zacute = { +endash.case = -27; }; -semicolon = { -emdash = -65; -hyphen = -65; -parenright = -2; +d = { +hbar = 5; +igrave = 2; +icaron = 3; +idieresis = 5; +jcircumflex = 0; +logicalnot = 0; }; -semicolon.ss01 = { -hyphen = -61; +notequal = { +zero = 0; +one = -2; +two = 0; +seven = -7; +parenright = -69; +parenright.case = -64; +A = -18; +B = 0; +F = 0; +L = 0; +N = 0; +Y = -47; +b = 0; }; -seven = { -asciitilde = -43; -backslash = 39; -g.ss06 = -43; -minus = -55; -mu = -34; -multiply = -40; -notequal = -47; -ordmasculine = 0; -plusminus = -38; -six = -10; -underscore = -61; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -59; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -37; +"@MMK_R_KO_I.ss02" = -32; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_t_t.liga" = 0; }; -seven.dnom = { -degree = -71; -parenright = -62; -question = -73; -question.ss01 = -69; -quotedbl = -79; -quotedblleft = -103; -quotedblright = -103; -quoteright = -65; -quotesingle = -61; -seven.dnom = 47; +six = { +icircumflex = 13; +parenleft = 5; +braceright = -45; +bracketright.case = -55; +trademark = -37; +asciicircum = -35; }; -seven.numr = { -seven.numr = 47; +Idieresis.ss02 = { +idieresis = 40; }; -seveninferior = { -fourinferior = -17; -parenright = -56; -seveninferior = 21; +quotedblleft.ss01 = { +A = -49; +J = -38; +igrave = 17; +icircumflex = 23; +imacron = 22; +jcircumflex = 17; +g.ss06 = -21; +mu = -9; +questiondown.case = -63; +ellipsis.ss01 = -213; +questiondown.ss01 = -87; +underscore = -191; +quotedblbase.ss01 = -213; +ampersand = -56; +minus = -18; +divide = -18; +asciitilde = -31; }; sevensuperior = { -A = -61; -comma = -65; -comma.ss01 = -61; -fraction = -23; -guillemetleft = -48; -period = -62; -period.ss01 = -61; -slash = -66; +A = -79; +C = -42; +O = -42; +G = -42; +fraction = -45; +sevensuperior = 2; +period = -99; +comma = -100; +colon = -54; +semicolon = -49; +slash = -116; +period.ss01 = -96; +comma.ss01 = -98; +colon.ss01 = -42; +semicolon.ss01 = -52; +hyphen = -81; +hyphen.case = -53; +guillemetleft = -67; +guilsinglleft = -67; +guillemetright = -50; +guilsinglright = -50; +plus = -66; }; -six = { -braceright = -17; -bracketright.case = -14; -ordmasculine = -21; -six = 7; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 14; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 23; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_backslash" = -15; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -57; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -47; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_parenright.case" = -67; +"@MMK_R_KO_bracketright.case" = -62; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -36; +"@MMK_R_KO_asciicircum" = -12; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -69; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = -75; +"@MMK_R_KO_I.ss02" = -52; +"@MMK_R_KO_J.ss10" = -146; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -35; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = -14; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -73; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_sevensuperior" = -78; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_question" = -86; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_endash.case" = -13; +"@MMK_R_KO_parenright.case" = -85; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -36; +"@MMK_R_KO_quotesingle" = -36; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -14; }; -six.dnom = { -degree = -112; -parenright = -56; -question = -75; -question.ss01 = -72; -quotedbl = -100; -quotedblleft = -134; -quotedblleft.ss01 = -111; -quotedblright = -134; -quoteright = -65; -quotesingle = -61; +won = { +period = -68; +comma = -68; +slash = -65; +period.ss01 = -69; +comma.ss01 = -72; }; -sixinferior = { -T = -62; -W = -29; -bracketright = -22; -parenright = -40; +i.ss01 = { +l = 0; +c = 0; +e = 0; +o = 0; +m = 1; +n = 1; +r = 1; +p = 1; +j.ss01 = -2; +parenright = -33; }; -sixsuperior = { -comma = -65; -comma.ss01 = -61; -fraction = -4; -period = -62; -period.ss01 = -61; -slash = -49; +guillemetright = { +T = -57; +x = -58; +threesuperior = -30; +fivesuperior = -37; +eightsuperior = -30; +colon = -36; +semicolon = -31; +questiondown = -91; +question.ss01 = -75; +questiondown.ss01 = -90; +braceright = -87; +braceright.case = -74; +bracketright.case = -96; +quotesinglbase = -77; +quotedblbase = -77; +quotedblbase.ss01 = -66; +quoteright.ss01 = -29; }; -slash = { -Hbar = 14; -Ydieresis = 35; -backslash = 66; -eightinferior = -52; -fourinferior = -62; -g.ss06 = -32; -ibreve = 32; -idieresis = 0; -igrave = 37; -imacron = 20; -integral = -36; -itilde = 24; -jcircumflex = 8; -l.ss03 = 0; -l.ss04 = 2; -minus = -49; -mu = -33; -oneinferior = -37; -oslash = -32; -quotedblbase = -93; -quotedblbase.ss01 = -95; -quotesinglbase = -65; -radical = -25; -sterling = -18; -underscore = -67; +s = { +l = 0; +seven = -26; +emdash = -3; +registered = -18; +notequal = 0; +logicalnot = -2; +asciitilde = -29; }; -sterling = { -four = -10; -parenright = -25; -three = 8; -two = 9; +five.dnom = { +question = -80; +question.ss01 = -84; +parenright = -66; +quotedblleft = -87; +quotedblright = -93; +quoteleft = -87; +quoteright = -95; +quotedbl = -109; +quotesingle = -85; +quotedblleft.ss01 = -22; +quoteleft.ss01 = -22; +quotedblright.ss01 = -28; +quoteright.ss01 = -28; +degree = -102; }; -summation = { -n = -53; +ecircumflexgrave = { +parenright = 0; +bracketright = 0; +quotedbl = 0; }; -t = { -asciitilde = -17; -exclam.ss01 = 0; -idieresis = 0; -iogonek = 0; -two = 2; -yhookabove = 14; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = -29; +"@MMK_R_KO_I.ss02" = -30; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 1; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -76; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -33; +"@MMK_R_KO_comma" = -33; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -57; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = -41; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = -14; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 7; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 17; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -10; +"@MMK_R_KO_plus" = -14; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -27; }; -t_i.liga = { -asciitilde = -11; -germandbls = -6; -hbar = 0; -idieresis = 0; -jcircumflex = 0; +t_t.liga = { +wdieresis = 2; +hyphen = -26; logicalnot = 0; +asciitilde = -26; }; -t_i.liga.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 0; -parenright = -2; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = -39; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -125; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_a.ss05" = -74; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -75; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -59; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -60; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 4; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -100; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = -125; +"@MMK_R_KO_endash" = -125; +"@MMK_R_KO_hyphen.case" = -122; +"@MMK_R_KO_endash.case" = -86; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -41; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -86; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 0; }; -t_t.liga = { -asciitilde = -17; -iogonek = 0; -two = 2; -yhookabove = 14; +ohorngrave = { +i = 11; +idotaccent = 11; +i.ss01 = 9; +idotaccent.ss01 = 9; +m = 9; +n = 9; +period = -20; +comma = -21; +period.ss01 = -23; +comma.ss01 = -26; +parenright = -40; +bracketright = -64; +guillemetright = 0; +quotedbl = 13; }; -tbar = { -guilsinglleft = 0; -parenright = -21; -tbar = 8; +zeroinferior = { +parenright = -70; }; -tcaron = { -a = 0; -b = 4; -bracketright = 80; -ccaron = 0; -colon = 11; -comma = 19; -d = 0; -eightsuperior = 26; -exclam = 52; -exclam.ss01 = 51; -f = 6; -f_f.liga = 6; -f_f_i.liga = 6; -f_y.liga = 6; -fi = 6; -fivesuperior = 22; -fl = 6; -h = 4; -hyphen = -7; -i = 0; -i.ss01 = 3; -idotaccent = 0; -j = 0; -j.ss01 = 3; -k = 4; -l = 4; -l.ss03 = 4; -l.ss04 = 21; -ninesuperior = 30; -o = 0; -onesuperior = 46; -parenright = 98; -period = 15; -period.ss01 = -11; -question = 55; -quotedbl = 58; -quotedblleft = 40; -quotedblleft.ss01 = 20; -quotedblright = 65; -quoteleft = 40; -quoteleft.ss01 = 20; -quotesingle = 58; -scaron = 6; -semicolon = 12; -sevensuperior = 62; -sixsuperior = 17; -t = 8; -t_i.liga = 8; -t_i.liga.ss01 = 8; -t_t.liga = 8; -threesuperior = 30; -twosuperior = 38; -uring = 0; +c = { +seven = -33; +registered = -14; +notequal = -2; }; -tcedilla = { -Tcedilla = 3; -a = 0; -abreve = 0; -comma = 82; -e = 0; -hyphen = -6; -parenright = 75; -semicolon = 52; -tcedilla = 35; +Aacute = { +Dcroat = -8; +Eth = -8; +Tbar = -46; +endash.case = -27; +registered = -51; }; -tcommaaccent = { -comma = 35; -parenright = 9; +Abreve = { +endash.case = -27; }; -tenge = { -comma = -65; -comma.ss01 = -61; -four = -65; -period = -62; -period.ss01 = -61; -slash = -57; +eight.dnom = { +question = -81; +question.ss01 = -86; +parenright = -66; +quotedblleft = -100; +quotedblright = -92; +quoteleft = -100; +quoteright = -95; +quotedbl = -110; +quotesingle = -85; +quotedblleft.ss01 = -58; +quoteleft.ss01 = -58; +quotedblright.ss01 = -80; +quoteright.ss01 = -80; +degree = -121; }; -three = { -braceright = -16; -minus = -30; -six = 13; +Idieresis.ss01 = { +Icircumflex = 15; +Idieresis.ss01 = 18; +idieresis.ss01 = 49; +parenright.case = 0; }; -three.dnom = { -degree = -112; -parenright = -56; -question = -74; -question.ss01 = -69; -quotedbl = -101; -quotedblleft = -126; -quotedblright = -126; -quoteright = -65; -quotesingle = -61; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -40; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; }; -three.numr = { -fraction = 0; +comma.ss01 = { +twosuperior = -98; +threesuperior = -98; +fivesuperior = -98; +eightsuperior = -98; +parenright = -28; +bracketright = -9; +quoteright.ss01 = -98; }; -threeinferior = { -T = -62; -V = -43; -W = -27; -Y = -73; -parenright = -41; +C = { +two = 0; +three = 0; +five = 0; +eight = 5; +braceright.case = -40; +plus = -29; +minus = -29; +greater = -1; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -156; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -31; +"@MMK_R_KO_a.ss05" = -56; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -53; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_pi" = -6; +"@MMK_R_KO_zero" = -11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = -69; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = -7; +"@MMK_R_KO_seven" = 3; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_ellipsis" = -204; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -106; +"@MMK_R_KO_hyphen" = -151; +"@MMK_R_KO_endash" = -101; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_endash.case" = -23; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_plus" = -55; +"@MMK_R_KO_percent" = 0; }; -threesuperior = { -comma = -65; -comma.ss01 = -61; -fraction = -6; -hyphen = -45; -parenright = -3; -parenright.case = 0; -period = -62; -period.ss01 = -61; -slash = -50; +ocircumflexgrave = { +parenright = -2; +bracketright = 0; +quotedbl = 0; +quotesingle = 0; }; -trademark = { -comma = -65; -comma.ss01 = -61; -guillemetleft = -56; -guilsinglleft = -56; -hyphen = -109; -parenright = -12; -period = -62; -period.ss01 = -61; -slash = -76; +wcircumflex = { +p = 0; }; -two = { -braceright = -5; -exclam = 22; -minus = -32; -multiply = -17; -six = 0; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -28; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_pi" = -24; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = 5; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -63; +"@MMK_R_KO_onesuperior" = -85; +"@MMK_R_KO_foursuperior" = -116; +"@MMK_R_KO_sevensuperior" = -88; +"@MMK_R_KO_ninesuperior" = -54; +"@MMK_R_KO_period" = -92; +"@MMK_R_KO_comma" = -97; +"@MMK_R_KO_question" = -91; +"@MMK_R_KO_asterisk" = -125; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_quotedblleft" = -142; +"@MMK_R_KO_quotedblright" = -151; +"@MMK_R_KO_quoteleft" = -100; +"@MMK_R_KO_quoteright" = -100; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -166; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -131; +"@MMK_R_KO_quotedblright.ss01" = -144; +"@MMK_R_KO_plus" = 0; +}; +Umacron = { +Hbar = 12; }; -two.dnom = { -degree = -105; -question = -62; -question.ss01 = -60; -quotedbl = -92; -quotedblleft = -112; -quotedblright = -112; -quoteright = -65; -quotesingle = -61; +Zcaron = { +Dcroat = -7; +igrave = 28; +endash.case = -27; }; -twoinferior = { -T = -60; -V = -34; -W = -21; -Y = -67; -parenright = -22; -t = -14; -t_i.liga = -14; -t_t.liga = -14; +sixinferior = { +T = -64; +W = -47; +parenright = -66; +bracketright = -53; }; -u = { -asciitilde = -11; -backslash = -30; -exclam.ss01 = 0; -germandbls = -6; -jcircumflex = 0; -logicalnot = 0; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = -44; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_zero" = -53; +"@MMK_R_KO_one" = -79; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = -79; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -56; +"@MMK_R_KO_seven" = -9; +"@MMK_R_KO_eight" = -26; +"@MMK_R_KO_nine" = -35; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_foursuperior" = -64; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen.case" = -78; +"@MMK_R_KO_endash.case" = -80; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -82; +"@MMK_R_KO_guillemetright" = -67; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -35; +"@MMK_R_KO_plus" = -88; +"@MMK_R_KO_percent" = -30; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_pi" = -12; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -18; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_degree" = -32; +"@MMK_R_KO_plus" = -9; +"@MMK_R_KO_percent" = -22; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 14; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_parenright.case" = -67; +"@MMK_R_KO_bracketright.case" = -62; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; }; -uacute = { -parenright = -17; +Idotaccent = { +l.ss04 = 23; }; -uhorn = { -a = 0; -a.ss05 = 0; -colon = 10; -comma = 0; -comma.ss01 = -36; -guillemetright = 17; -ohorn = 0; -ohornacute = 0; -ohorndotbelow = 0; -ohorndotbelow.ss01 = 0; -ohorngrave = 0; -ohornhookabove = 0; -ohorntilde = 0; -parenright = -17; -period = -2; -period.ss01 = -36; -quotedbl = 25; -quotedblright = 25; -u = 0; +zero.dnom = { +question = -87; +question.ss01 = -87; +parenright = -72; +parenright.case = -53; +quotedblleft = -105; +quotedblright = -95; +quoteleft = -100; +quoteright = -97; +quotedbl = -113; +quotesingle = -85; +quotedblleft.ss01 = -70; +quoteleft.ss01 = -70; +quotedblright.ss01 = -83; +quoteright.ss01 = -83; +degree = -126; +}; +I = { +I = 0; +Hbar = 29; +hbar = 15; +igrave = 19; +jcircumflex = 41; +logicalnot = 0; +}; +uhornhookabove = { +a = -30; +a.ss05 = -38; +period = -40; +comma = -40; +ellipsis = -45; +period.ss01 = -39; +ellipsis.ss01 = -39; +comma.ss01 = -43; +parenright = -59; +bracketright = -76; +quotedblright = 0; +quotedbl = 0; }; -uhornacute = { -a = 0; -a.ss05 = 0; -c = 0; -comma = 0; -comma.ss01 = -36; -guillemetright = 17; -parenright = -11; -period = -2; -period.ss01 = -36; -quotedbl = 25; -t = 8; -t_i.liga = 8; -t_i.liga.ss01 = 8; -t_t.liga = 8; -u = 0; +Idieresis = { +Icircumflex = 15; +Idieresis = 15; +idieresis = 53; +parenright = 0; +parenright.case = 0; }; -uhorndotbelow = { -a = 0; -a.ss05 = 0; -c = 0; -colon = 10; -comma = 0; -guillemetright = 17; -parenright = -17; -period = -2; -quotedbl = 25; -quotedblright = 25; -u = 0; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -76; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -56; +"@MMK_R_KO_Oacute" = -56; +"@MMK_R_KO_J" = -52; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -105; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -56; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -87; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -80; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -58; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_s" = -77; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_u" = -55; +"@MMK_R_KO_uacute" = -39; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_x" = -59; +"@MMK_R_KO_y" = -52; +"@MMK_R_KO_z" = -52; +"@MMK_R_KO_l.ss03" = -8; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = -83; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = -90; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -50; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -89; +"@MMK_R_KO_comma" = -89; +"@MMK_R_KO_colon" = -65; +"@MMK_R_KO_semicolon" = -61; +"@MMK_R_KO_ellipsis" = -104; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -98; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -58; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = -82; +"@MMK_R_KO_endash" = -76; +"@MMK_R_KO_underscore" = -88; +"@MMK_R_KO_hyphen.case" = -63; +"@MMK_R_KO_parenleft" = -55; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -82; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -65; }; -uhorndotbelow.ss01 = { -a = 0; -c = 0; -comma.ss01 = -36; -parenright = -17; -period.ss01 = -36; +Ecircumflexdotbelow.ss01 = { +T = 4; }; -uhorngrave = { -a = 0; -a.ss05 = 0; -comma = 0; -comma.ss01 = -36; -guillemetright = 17; -parenright = -17; -period = -2; -period.ss01 = -36; -quotedbl = 25; -quotedblright = 25; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -72; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -77; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_backslash" = -58; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = -48; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_braceright" = -60; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -41; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = -8; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -50; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_parenright.case" = -69; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = -11; +"@MMK_R_KO_percent" = -3; }; -uhornhookabove = { -a = 0; -a.ss05 = 0; -comma = 0; -comma.ss01 = -36; -guillemetright = 17; -parenright = -17; -period = -2; -period.ss01 = -36; -quotedbl = 25; -quotedblright = 25; -quotesingle = 25; -semicolon = 11; -u = 0; +one = { +icircumflex = 25; +three = 0; +multiply = -12; +equal = 0; +notequal = 0; +asciicircum = -15; }; -uhorntilde = { -a = 0; -a.ss05 = 0; -colon = 10; -comma = 0; -comma.ss01 = -36; -guillemetright = 17; -parenright = -17; -period = -2; -period.ss01 = -36; -quotedbl = 25; -quotedblright = 25; -u = 0; +gdotaccent.ss06 = { +gdotaccent.ss06 = 0; }; -uhungarumlaut = { -b = 0; -comma.ss01 = -35; -h = 0; -j = 0; -j.ss01 = 0; -k = 0; -l = 0; -l.ss04 = 0; -parenright = 0; -period.ss01 = -35; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = -65; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_parenright.case" = -61; +"@MMK_R_KO_bracketright.case" = -68; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -45; }; -underscore = { -A = 49; -C = -24; -G = -23; -J = 60; -O = -24; -Q = -24; -S = -4; -T = -42; -U = -25; -V = -56; -W = -35; -X = 47; -Y = -54; -Z = 50; -a = -14; -asterisk = -129; -c = -16; -d = -14; -e = -16; -eight = -11; -f = -2; -five = -11; -four = -111; -j = 3; -nine = -17; -o = -16; -one = -14; -q = -14; -quotedbl = -126; -quotedblright = -146; -quotedblright.ss01 = -111; -quotesingle = -61; -s = 0; -seven = -32; -six = -21; -slash = 74; -t = -6; -t_i.liga = -6; -t_t.liga = -6; -three = -2; -two = 27; -u = -10; -underscore = -30; -v = -32; -w = -27; -x = 43; -z = 47; -zero = -23; +lcaron.ss04 = { +ncaron = 6; +scaron = 14; +exclam.ss01 = 79; }; -uogonek = { -comma = 5; -j = 2; -j.ss01 = 2; -onesuperior = -39; -parenright = 0; -period = 0; -period.ss01 = -35; -quotedbl = -23; -quotedblleft = -49; -quotedblleft.ss01 = -42; -quoteleft = -49; -quoteleft.ss01 = -42; -semicolon = 2; -sevensuperior = -46; +Gdotaccent = { +Hbar = 19; }; -v = { -Jcircumflex = -8; -acircumflextilde.ss05 = 0; -ampersand = -11; -e = 0; -n = 0; +fl = { +Hbar = 30; +l = 0; +idieresis = 5; +jcircumflex = 0; +periodcentered.loclCAT = 9; }; -w = { -ampersand = -8; +quotedbl = { +Dcroat = 0; +Hbar = 30; +Lslash = 0; +hbar = 20; +igrave = 22; +icircumflex = 31; +idieresis = 40; +imacron = 39; +jcircumflex = 29; +x = -17; +idieresis.ss01 = 39; +g.ss06 = -42; +gcommaaccent.ss06 = -42; +gdotaccent.ss06 = -42; +gdotaccent.ss01.ss06 = -42; +mu = -18; +exclamdown = -38; +questiondown = -103; +backslash = 11; +questiondown.case = -81; +ellipsis.ss01 = -187; +exclamdown.ss01 = -32; +questiondown.ss01 = -95; +underscore = -187; +parenleft = -16; +braceleft = -52; +ampersand = -55; +sterling = -40; +minus = -51; +lessequal = -10; +asciitilde = -66; }; -won = { -comma = -57; -period = -58; -slash = -33; +O = { +Dcroat = 9; +Eth = 9; +Hbar = 12; +Lslash = 4; +Tbar = -8; +idieresis = 22; +parenleft.case = 5; +braceright.case = -50; +less = -13; }; -x = { -ampersand = -2; -backslash = -5; -logicalnot = -3; -minus = -31; -plus = -23; -two = 0; +Zdotaccent.ss01 = { +Hbar = 29; +endash.case = -27; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = -17; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -61; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -96; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_v" = -52; +"@MMK_R_KO_w" = -32; +"@MMK_R_KO_y" = -66; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_pi" = -29; +"@MMK_R_KO_zero" = -27; +"@MMK_R_KO_one" = -93; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -27; +"@MMK_R_KO_seven" = -92; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_sixsuperior" = -96; +"@MMK_R_KO_onesuperior" = -96; +"@MMK_R_KO_foursuperior" = -96; +"@MMK_R_KO_sevensuperior" = -96; +"@MMK_R_KO_ninesuperior" = -96; +"@MMK_R_KO_asterisk" = -96; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -96; +"@MMK_R_KO_hyphen.case" = -96; +"@MMK_R_KO_endash.case" = -96; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -96; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -96; +"@MMK_R_KO_quotedblright.ss01" = -96; }; -y = { -Ydieresis = -20; -Ydieresis.ss01 = -20; -ampersand = -10; -asciitilde = 0; -e = 0; -exclam.ss01 = 11; -germandbls = 22; -twoinferior = -16; -zeroinferior = -15; +braceleft = { +p = -6; +x = -63; +parenleft = -39; +braceright = 9; +at = -67; +minus = -75; +logicalnot = -63; +asciicircum = -66; }; -yacute = { -T = 2; +rcaron = { +I.ss02 = 0; +onesuperior = -3; +twosuperior = 5; +sevensuperior = 0; parenright = 0; }; -ydotbelow = { -comma = 22; -ecircumflexdotbelow = 3; -parenright = 0; -period = -17; -semicolon = 19; +f_f_i.liga = { +hbar = 5; +idieresis = 7; +jcircumflex = 0; +germandbls = 0; +logicalnot = 0; }; -ydotbelow.ss01 = { -comma.ss01 = -17; -parenright = 0; -period.ss01 = -61; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_Oacute" = -32; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_U" = -17; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -96; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = -33; +"@MMK_R_KO_one" = -86; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -32; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -80; +"@MMK_R_KO_asterisk" = -125; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -99; +"@MMK_R_KO_endash" = -157; +"@MMK_R_KO_hyphen.case" = -176; +"@MMK_R_KO_endash.case" = -204; +"@MMK_R_KO_quotedblleft" = -204; +"@MMK_R_KO_quotedblright" = -204; +"@MMK_R_KO_quoteleft" = -100; +"@MMK_R_KO_quoteright" = -100; +"@MMK_R_KO_guillemetleft" = -80; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_plus" = -119; +"@MMK_R_KO_percent" = -103; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -71; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -56; +"@MMK_R_KO_Oacute" = -54; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = -53; +"@MMK_R_KO_S" = -38; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -83; +"@MMK_R_KO_a" = -78; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -72; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -80; +"@MMK_R_KO_eacute" = -62; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_n" = -75; +"@MMK_R_KO_j" = 34; +"@MMK_R_KO_lslash" = -22; +"@MMK_R_KO_s" = -81; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -78; +"@MMK_R_KO_uacute" = -49; +"@MMK_R_KO_v" = -81; +"@MMK_R_KO_w" = -80; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -63; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -40; +"@MMK_R_KO_pi" = -78; +"@MMK_R_KO_zero" = -62; +"@MMK_R_KO_one" = -79; +"@MMK_R_KO_two" = -37; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -80; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = -9; +"@MMK_R_KO_eight" = -37; +"@MMK_R_KO_nine" = -41; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_foursuperior" = -59; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -75; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -82; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -75; +"@MMK_R_KO_hyphen" = -78; +"@MMK_R_KO_endash" = -79; +"@MMK_R_KO_bracketright" = 9; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -86; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_degree" = -37; +"@MMK_R_KO_plus" = -88; +"@MMK_R_KO_percent" = -26; }; -yen = { -comma = -63; -four = -2; -one = -4; -period = -62; -slash = -21; -three = -4; +logicalnot = { +one = -76; two = -12; +seven = -81; +nine = 0; +parenright = -71; +parenright.case = -58; +v = -8; +x = -23; +y = -14; }; -ytilde = { -parenright = -9; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -1; +"@MMK_R_KO_Oacute" = -1; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 46; +"@MMK_R_KO_itilde" = 41; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -1; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = 22; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -6; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_bracketright.case" = -18; +"@MMK_R_KO_quotedblleft" = 12; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 12; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -14; }; -z = { -backslash = -9; -minus = -24; +ydotbelow = { +ecircumflexdotbelow = -15; +period = -54; +comma = 14; +parenright = 0; }; -zcaron = { -imacron = 0; -iogonek = 0; -parenright = 18; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_bracketright.case" = -23; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -37; +"@MMK_R_KO_asciicircum" = -16; +}; +idotless = { +T = -59; }; -zero = { -asciicircum = -26; -baht = -7; -braceright = -19; -bracketright.case = -18; -multiply = -15; -ordmasculine = -3; -six = 18; -trademark = -34; +acircumflexhookabove.ss05 = { +y = -34; }; -zero.dnom = { -degree = -116; -parenright = -62; -question = -74; -question.ss01 = -68; -quotedbl = -105; -quotedblleft = -139; -quotedblleft.ss01 = -111; -quotedblright = -139; -quotedblright.ss01 = -111; -quoteright = -65; -quotesingle = -61; +Iogonek.ss02 = { +iogonek = -5; +j = 15; +j.ss01 = 14; +endash.case = -57; }; -zeroinferior = { -parenright = -52; +aogonek = { +j = 5; +j.ss01 = 5; +parenright = -11; +bracketright = -12; }; -zerosuperior = { -comma = -65; -comma.ss01 = -61; -fraction = -14; -parenright = -5; -period = -62; -period.ss01 = -61; -slash = -53; +ldot.ss01.ss03 = { +period.ss01 = -96; +comma.ss01 = -98; }; +Idotbelow = { +j = 17; }; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = { -"@MMK_L_A" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 4; -"@MMK_R_O" = -10; -"@MMK_R_S" = -7; -"@MMK_R_T" = -42; -"@MMK_R_U" = -8; -"@MMK_R_V" = -54; -"@MMK_R_W" = -42; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -59; -"@MMK_R_Z" = 4; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -33; -"@MMK_R_asterisk" = -40; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 7; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -11; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = -32; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -16; -"@MMK_R_fivesuperior" = -34; -"@MMK_R_four" = -8; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = -5; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -7; -"@MMK_R_hyphen.case" = -17; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 5; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -7; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -36; -"@MMK_R_one" = -32; -"@MMK_R_onesuperior" = -50; -"@MMK_R_parenright" = -40; -"@MMK_R_parenright.case" = -15; -"@MMK_R_period" = 8; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -33; -"@MMK_R_question.ss01" = -38; -"@MMK_R_quotedbl" = -51; -"@MMK_R_quotedblleft" = -38; -"@MMK_R_quotedblleft.ss01" = -33; -"@MMK_R_quotedblright" = -26; -"@MMK_R_quoteright" = -26; -"@MMK_R_quoteright.ss01" = -27; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -49; -"@MMK_R_sixsuperior" = -38; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -18; -"@MMK_R_threesuperior" = -33; -"@MMK_R_trademark" = -60; -"@MMK_R_twosuperior" = -30; -"@MMK_R_u" = -7; -"@MMK_R_underscore" = 16; -"@MMK_R_v" = -33; -"@MMK_R_w" = -24; -"@MMK_R_x" = 0; -"@MMK_R_y" = -28; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -14; -}; -"@MMK_L_B" = { -"@MMK_R_A" = -4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 8; -"@MMK_R_T" = -2; -"@MMK_R_U" = 2; -"@MMK_R_V" = -11; -"@MMK_R_W" = -9; -"@MMK_R_X" = -14; -"@MMK_R_Y" = -24; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -8; -"@MMK_R_asterisk" = -4; -"@MMK_R_braceright" = 3; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 7; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = 4; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 41; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 30; -"@MMK_R_itilde" = 46; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 16; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -13; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -68; -"@MMK_R_parenright.case" = -68; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -15; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -14; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -23; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -34; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -5; -"@MMK_R_y" = -4; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 4; -}; -"@MMK_L_C" = { -"@MMK_R_A" = -10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -2; -"@MMK_R_O" = 3; -"@MMK_R_S" = 6; -"@MMK_R_T" = -3; -"@MMK_R_U" = 3; -"@MMK_R_V" = -10; -"@MMK_R_W" = -7; -"@MMK_R_X" = -21; -"@MMK_R_Y" = -25; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -17; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = 4; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_icircumflex" = 40; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 29; -"@MMK_R_itilde" = 43; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 15; -"@MMK_R_lslash" = 3; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -13; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -72; -"@MMK_R_parenright.case" = -78; -"@MMK_R_period" = -11; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -15; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -23; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -25; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -35; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -14; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -8; -"@MMK_R_J" = -10; -"@MMK_R_O" = 12; -"@MMK_R_S" = 2; -"@MMK_R_T" = -11; -"@MMK_R_U" = 5; -"@MMK_R_V" = -14; -"@MMK_R_W" = -11; -"@MMK_R_X" = -27; -"@MMK_R_Y" = -33; -"@MMK_R_Z" = -10; -"@MMK_R_a" = 8; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -11; -"@MMK_R_braceright" = -28; -"@MMK_R_bracketright" = -29; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -21; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -8; -"@MMK_R_hyphen" = 8; -"@MMK_R_hyphen.case" = 13; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 22; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 13; -"@MMK_R_itilde" = 24; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 6; -"@MMK_R_lslash" = 9; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -22; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -87; -"@MMK_R_parenright.case" = -91; -"@MMK_R_period" = -20; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 8; -"@MMK_R_quoteright.ss01" = 3; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -25; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -27; -"@MMK_R_t" = 9; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = -53; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = -6; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 12; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = 5; -"@MMK_R_O" = -3; -"@MMK_R_S" = 0; -"@MMK_R_T" = 4; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 3; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 7; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -11; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 9; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = -3; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = -17; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = -8; -"@MMK_R_hyphen.case" = -3; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 55; -"@MMK_R_igrave" = 39; -"@MMK_R_imacron" = 45; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 32; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -16; -"@MMK_R_period" = 10; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -3; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -9; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 8; -"@MMK_R_v" = -12; -"@MMK_R_w" = -3; -"@MMK_R_x" = -2; -"@MMK_R_y" = -15; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -4; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -24; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -30; -"@MMK_R_O" = -2; -"@MMK_R_S" = -3; -"@MMK_R_T" = 2; -"@MMK_R_U" = 0; -"@MMK_R_V" = 4; -"@MMK_R_W" = 5; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = -20; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -11; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = -83; -"@MMK_R_comma.ss01" = -95; -"@MMK_R_e" = -11; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -89; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = -9; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -10; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = -9; -"@MMK_R_g.ss05" = -16; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = -16; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 61; -"@MMK_R_igrave" = 44; -"@MMK_R_imacron" = 51; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 27; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -14; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -11; -"@MMK_R_parenright" = -24; -"@MMK_R_parenright.case" = -25; -"@MMK_R_period" = -82; -"@MMK_R_period.ss01" = -96; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -14; -"@MMK_R_semicolon" = -11; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -46; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -3; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -12; -"@MMK_R_underscore" = -79; -"@MMK_R_v" = -15; -"@MMK_R_w" = -15; -"@MMK_R_x" = -17; -"@MMK_R_y" = -15; -"@MMK_R_z" = -17; -"@MMK_R_zero" = -3; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = 3; -"@MMK_R_O" = 5; -"@MMK_R_S" = 3; -"@MMK_R_T" = -9; -"@MMK_R_U" = 0; -"@MMK_R_V" = -15; -"@MMK_R_W" = -12; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -31; -"@MMK_R_Z" = 6; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -9; -"@MMK_R_braceright" = -7; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 7; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = -3; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -6; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 10; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 29; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 19; -"@MMK_R_itilde" = 31; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 10; -"@MMK_R_lslash" = 5; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = -4; -"@MMK_R_onesuperior" = -19; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -52; -"@MMK_R_parenright.case" = -20; -"@MMK_R_period" = 7; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -30; -"@MMK_R_twosuperior" = -7; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 5; -"@MMK_R_v" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = -2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 4; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = -9; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -2; -"@MMK_R_O" = 9; -"@MMK_R_S" = 5; -"@MMK_R_T" = -2; -"@MMK_R_U" = 3; -"@MMK_R_V" = -9; -"@MMK_R_W" = -6; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -25; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -11; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -17; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = 10; -"@MMK_R_hyphen.case" = 3; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 40; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 29; -"@MMK_R_itilde" = 42; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 15; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -13; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -73; -"@MMK_R_parenright.case" = -79; -"@MMK_R_period" = -11; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -5; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -16; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -18; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -3; -"@MMK_R_trademark" = -25; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -36; -"@MMK_R_v" = 0; -"@MMK_R_w" = 3; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_S" = 0; -"@MMK_R_U" = 2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = 25; -"@MMK_R_bracketright" = 2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -7; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 45; -"@MMK_R_igrave" = 30; -"@MMK_R_imacron" = 40; -"@MMK_R_itilde" = 62; -"@MMK_R_j" = 2; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 22; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -6; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = -4; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -6; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -9; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -13; -"@MMK_R_twosuperior" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 0; -"@MMK_R_O" = -4; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 2; -"@MMK_R_W" = 4; -"@MMK_R_X" = 4; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 10; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 11; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = -8; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -28; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = -8; -"@MMK_R_hyphen.case" = -30; -"@MMK_R_icircumflex" = 57; -"@MMK_R_igrave" = 41; -"@MMK_R_imacron" = 47; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = -10; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -9; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = -16; -"@MMK_R_period" = 12; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -8; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 10; -"@MMK_R_v" = -14; -"@MMK_R_w" = -13; -"@MMK_R_x" = -2; -"@MMK_R_y" = -13; -"@MMK_R_z" = 2; -"@MMK_R_zero" = -5; -}; -"@MMK_L_J" = { -"@MMK_R_A" = -9; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 2; -"@MMK_R_T" = 3; -"@MMK_R_U" = 5; -"@MMK_R_V" = 3; -"@MMK_R_W" = 3; -"@MMK_R_X" = -2; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 20; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 3; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -15; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 3; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 3; -"@MMK_R_hyphen.case" = 3; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 48; -"@MMK_R_igrave" = 32; -"@MMK_R_imacron" = 42; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 25; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -3; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -6; -"@MMK_R_parenright.case" = -5; -"@MMK_R_period" = -8; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -3; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -13; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -11; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -30; -"@MMK_R_v" = 2; -"@MMK_R_w" = 2; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 3; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 0; -"@MMK_R_O" = -21; -"@MMK_R_S" = -15; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 5; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -8; -"@MMK_R_asciicircum" = -39; -"@MMK_R_asterisk" = -11; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -18; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = -17; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = -21; -"@MMK_R_foursuperior" = -37; -"@MMK_R_g" = -15; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -18; -"@MMK_R_hyphen.case" = -33; -"@MMK_R_icircumflex" = 27; -"@MMK_R_igrave" = 47; -"@MMK_R_imacron" = 42; -"@MMK_R_itilde" = 53; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 22; -"@MMK_R_lslash" = -7; -"@MMK_R_n" = -3; -"@MMK_R_ninesuperior" = -11; -"@MMK_R_one" = -25; -"@MMK_R_onesuperior" = -6; -"@MMK_R_oslash" = -20; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -16; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = -21; -"@MMK_R_question.ss01" = -26; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -31; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -20; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -5; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = -12; -"@MMK_R_underscore" = 15; -"@MMK_R_v" = -28; -"@MMK_R_w" = -25; -"@MMK_R_x" = 0; -"@MMK_R_y" = -29; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -24; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 3; -"@MMK_R_O" = -12; -"@MMK_R_S" = -3; -"@MMK_R_T" = -44; -"@MMK_R_U" = -6; -"@MMK_R_V" = -40; -"@MMK_R_W" = -33; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -80; -"@MMK_R_Z" = 2; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -71; -"@MMK_R_asterisk" = -72; -"@MMK_R_braceright" = -21; -"@MMK_R_bracketright" = -29; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 15; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = -82; -"@MMK_R_ellipsis" = 2; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -24; -"@MMK_R_fivesuperior" = -83; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -80; -"@MMK_R_g" = -7; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -27; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -9; -"@MMK_R_hyphen.case" = -70; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -82; -"@MMK_R_one" = -81; -"@MMK_R_onesuperior" = -79; -"@MMK_R_oslash" = -7; -"@MMK_R_parenright" = -50; -"@MMK_R_parenright.case" = -27; -"@MMK_R_period" = 16; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -60; -"@MMK_R_question.ss01" = -77; -"@MMK_R_quotedbl" = -80; -"@MMK_R_quotedblleft" = -80; -"@MMK_R_quotedblleft.ss01" = -85; -"@MMK_R_quotedblright" = -67; -"@MMK_R_quoteright" = -67; -"@MMK_R_quoteright.ss01" = -72; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -82; -"@MMK_R_sixsuperior" = -83; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -21; -"@MMK_R_threesuperior" = -80; -"@MMK_R_trademark" = -86; -"@MMK_R_twosuperior" = -80; -"@MMK_R_u" = -4; -"@MMK_R_underscore" = 14; -"@MMK_R_v" = -30; -"@MMK_R_w" = -24; -"@MMK_R_x" = 0; -"@MMK_R_y" = -36; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -11; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 3; -"@MMK_R_O" = -6; -"@MMK_R_S" = -2; -"@MMK_R_T" = -44; -"@MMK_R_U" = -2; -"@MMK_R_V" = -39; -"@MMK_R_W" = -32; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -80; -"@MMK_R_Z" = 2; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -29; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 15; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -6; -"@MMK_R_egrave" = -6; -"@MMK_R_eightsuperior" = -37; -"@MMK_R_ellipsis" = 2; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -39; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -38; -"@MMK_R_guillemetleft" = -26; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -9; -"@MMK_R_hyphen.case" = -34; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -13; -"@MMK_R_ninesuperior" = -44; -"@MMK_R_onesuperior" = -79; -"@MMK_R_parenright" = -50; -"@MMK_R_parenright.case" = -25; -"@MMK_R_period" = 16; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -36; -"@MMK_R_question.ss01" = -38; -"@MMK_R_quotedbl" = -52; -"@MMK_R_quotedblleft" = -36; -"@MMK_R_quotedblleft.ss01" = -41; -"@MMK_R_quotedblright" = -32; -"@MMK_R_quoteright" = -32; -"@MMK_R_quoteright.ss01" = -31; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -82; -"@MMK_R_sixsuperior" = -39; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -36; -"@MMK_R_twosuperior" = -42; -"@MMK_R_u" = -2; -"@MMK_R_y" = -34; -"@MMK_R_z" = 0; -}; -"@MMK_L_O" = { -"@MMK_R_A" = -10; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = -6; -"@MMK_R_O" = 11; -"@MMK_R_S" = 2; -"@MMK_R_T" = -7; -"@MMK_R_U" = 4; -"@MMK_R_V" = -13; -"@MMK_R_W" = -10; -"@MMK_R_X" = -24; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = -7; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -8; -"@MMK_R_braceright" = -14; -"@MMK_R_bracketright" = -14; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -17; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -23; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 4; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = 8; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 29; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 20; -"@MMK_R_itilde" = 32; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 9; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -18; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -37; -"@MMK_R_parenright.case" = -41; -"@MMK_R_period" = -17; -"@MMK_R_period.ss01" = -17; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 3; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -21; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -19; -"@MMK_R_t" = 9; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -29; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -42; -"@MMK_R_v" = 0; -"@MMK_R_w" = 3; -"@MMK_R_x" = -4; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 11; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 12; -"@MMK_R_I.ss02" = 11; -"@MMK_R_O" = 11; -"@MMK_R_S" = 2; -"@MMK_R_T" = 15; -"@MMK_R_U" = 15; -"@MMK_R_V" = 18; -"@MMK_R_X" = 13; -"@MMK_R_bracketright" = 19; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -17; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_e" = 7; -"@MMK_R_eightsuperior" = 14; -"@MMK_R_ellipsis" = -23; -"@MMK_R_exclam" = 26; -"@MMK_R_fivesuperior" = 15; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = 8; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_i" = 12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 9; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = 21; -"@MMK_R_parenright.case" = 21; -"@MMK_R_period" = -17; -"@MMK_R_period.ss01" = -17; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -5; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 12; -"@MMK_R_quoteright.ss01" = 18; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = 20; -"@MMK_R_sixsuperior" = 5; -"@MMK_R_slash" = -16; -"@MMK_R_t" = 9; -"@MMK_R_threesuperior" = 6; -"@MMK_R_twosuperior" = 10; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -27; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -30; -"@MMK_R_O" = 7; -"@MMK_R_S" = 2; -"@MMK_R_T" = -8; -"@MMK_R_U" = 4; -"@MMK_R_V" = -7; -"@MMK_R_W" = -5; -"@MMK_R_X" = -25; -"@MMK_R_Y" = -24; -"@MMK_R_Z" = -15; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = -13; -"@MMK_R_asciicircum" = 2; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -19; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -105; -"@MMK_R_comma.ss01" = -101; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -122; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -15; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = -21; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -8; -"@MMK_R_hyphen.case" = 5; -"@MMK_R_icircumflex" = 43; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 26; -"@MMK_R_itilde" = 43; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 18; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 2; -"@MMK_R_onesuperior" = -11; -"@MMK_R_oslash" = -2; -"@MMK_R_parenright" = -71; -"@MMK_R_parenright.case" = -77; -"@MMK_R_period" = -98; -"@MMK_R_period.ss01" = -96; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 7; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -14; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -56; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -23; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -144; -"@MMK_R_v" = 2; -"@MMK_R_w" = 2; -"@MMK_R_x" = -4; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = 6; -"@MMK_R_O" = -5; -"@MMK_R_S" = 0; -"@MMK_R_T" = -23; -"@MMK_R_U" = 0; -"@MMK_R_V" = -27; -"@MMK_R_W" = -24; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -49; -"@MMK_R_Z" = 8; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -13; -"@MMK_R_asterisk" = -23; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = 13; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = -7; -"@MMK_R_fivesuperior" = -17; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -18; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = -15; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -9; -"@MMK_R_hyphen.case" = -9; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 12; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 5; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -19; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = -31; -"@MMK_R_parenright" = -47; -"@MMK_R_parenright.case" = -18; -"@MMK_R_period" = 14; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -16; -"@MMK_R_question.ss01" = -23; -"@MMK_R_quotedbl" = -31; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -8; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -33; -"@MMK_R_sixsuperior" = -18; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -6; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -45; -"@MMK_R_twosuperior" = -19; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 10; -"@MMK_R_v" = -13; -"@MMK_R_w" = -12; -"@MMK_R_x" = 0; -"@MMK_R_y" = -16; -"@MMK_R_z" = 3; -"@MMK_R_zero" = -4; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 7; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = -5; -"@MMK_R_W" = -3; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -20; -"@MMK_R_Z" = 3; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 14; -"@MMK_R_bracketright" = 7; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = 5; -"@MMK_R_comma" = 2; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 48; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 30; -"@MMK_R_itilde" = 51; -"@MMK_R_j" = 0; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 21; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -8; -"@MMK_R_oslash" = -2; -"@MMK_R_parenright" = -50; -"@MMK_R_parenright.case" = -13; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = -10; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -19; -"@MMK_R_twosuperior" = -7; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = 6; -"@MMK_R_v" = 0; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 2; -}; -"@MMK_L_S" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 7; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = -8; -"@MMK_R_W" = -6; -"@MMK_R_X" = -14; -"@MMK_R_Y" = -20; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 4; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -10; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -8; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = 6; -"@MMK_R_hyphen.case" = -7; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 45; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 32; -"@MMK_R_itilde" = 49; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 19; -"@MMK_R_lslash" = 7; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -10; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -65; -"@MMK_R_parenright.case" = -63; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -6; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = -13; -"@MMK_R_quoteright" = -13; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -13; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -13; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -22; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -27; -"@MMK_R_x" = -4; -"@MMK_R_y" = -2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -41; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -29; -"@MMK_R_O" = -7; -"@MMK_R_S" = 0; -"@MMK_R_T" = 2; -"@MMK_R_U" = 4; -"@MMK_R_V" = 4; -"@MMK_R_W" = 5; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -46; -"@MMK_R_a.ss04" = -37; -"@MMK_R_asciicircum" = -20; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -22; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = -41; -"@MMK_R_comma.ss01" = -56; -"@MMK_R_e" = -54; -"@MMK_R_egrave" = -22; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -51; -"@MMK_R_exclam" = 4; -"@MMK_R_f" = -11; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -48; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = -45; -"@MMK_R_g.ss05" = -40; -"@MMK_R_guillemetleft" = -53; -"@MMK_R_guillemetright" = -18; -"@MMK_R_hyphen" = -43; -"@MMK_R_hyphen.case" = -43; -"@MMK_R_i" = -8; -"@MMK_R_icircumflex" = 61; -"@MMK_R_igrave" = 44; -"@MMK_R_imacron" = 51; -"@MMK_R_itilde" = 78; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 26; -"@MMK_R_lslash" = -11; -"@MMK_R_n" = -25; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -54; -"@MMK_R_parenright" = -20; -"@MMK_R_parenright.case" = -22; -"@MMK_R_period" = -41; -"@MMK_R_period.ss01" = -56; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -51; -"@MMK_R_semicolon" = -23; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -46; -"@MMK_R_t" = -11; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -3; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -26; -"@MMK_R_underscore" = -42; -"@MMK_R_v" = -16; -"@MMK_R_w" = -16; -"@MMK_R_x" = -16; -"@MMK_R_y" = -15; -"@MMK_R_z" = -20; -"@MMK_R_zero" = -10; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = -18; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -22; -"@MMK_R_J" = -27; -"@MMK_R_O" = 10; -"@MMK_R_S" = -3; -"@MMK_R_T" = -25; -"@MMK_R_U" = 4; -"@MMK_R_V" = -17; -"@MMK_R_W" = -13; -"@MMK_R_Y" = -43; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -64; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -42; -"@MMK_R_comma.ss01" = -34; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_exclam" = -4; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_foursuperior" = -2; -"@MMK_R_hyphen" = 6; -"@MMK_R_hyphen.case" = 13; -"@MMK_R_i" = 0; -"@MMK_R_imacron" = 2; -"@MMK_R_j" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_onesuperior" = -40; -"@MMK_R_parenright" = -92; -"@MMK_R_parenright.case" = -95; -"@MMK_R_period" = -41; -"@MMK_R_period.ss01" = -32; -"@MMK_R_question" = -12; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = -20; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -43; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = -37; -"@MMK_R_threesuperior" = -3; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 4; -"@MMK_R_v" = 0; -"@MMK_R_y" = -4; -}; -"@MMK_L_U" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 2; -"@MMK_R_T" = 4; -"@MMK_R_U" = 6; -"@MMK_R_V" = 4; -"@MMK_R_W" = 4; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 21; -"@MMK_R_bracketright" = 7; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -17; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 3; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = 4; -"@MMK_R_hyphen.case" = 4; -"@MMK_R_i" = 2; -"@MMK_R_igrave" = 33; -"@MMK_R_imacron" = 43; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 7; -"@MMK_R_l.ss03" = 26; -"@MMK_R_lslash" = 3; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -2; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -5; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -11; -"@MMK_R_period.ss01" = -14; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 3; -"@MMK_R_quoteright" = 3; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = 2; -"@MMK_R_slash" = -9; -"@MMK_R_t" = 3; -"@MMK_R_trademark" = -10; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -34; -"@MMK_R_v" = 3; -"@MMK_R_w" = 2; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 4; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 27; -"@MMK_R_I.ss02" = 38; -"@MMK_R_O" = 6; -"@MMK_R_T" = 42; -"@MMK_R_U" = 31; -"@MMK_R_V" = 45; -"@MMK_R_X" = 40; -"@MMK_R_Y" = 45; -"@MMK_R_Z" = 29; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = 46; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_e" = 2; -"@MMK_R_eightsuperior" = 30; -"@MMK_R_ellipsis" = -17; -"@MMK_R_exclam" = 47; -"@MMK_R_fivesuperior" = 34; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = 4; -"@MMK_R_hyphen.case" = 4; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 29; -"@MMK_R_onesuperior" = 29; -"@MMK_R_parenright" = 47; -"@MMK_R_parenright.case" = 47; -"@MMK_R_period" = -11; -"@MMK_R_period.ss01" = -14; -"@MMK_R_question" = 5; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 44; -"@MMK_R_quotedblright" = 31; -"@MMK_R_quoteright" = 30; -"@MMK_R_quoteright.ss01" = 37; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 47; -"@MMK_R_sixsuperior" = 23; -"@MMK_R_slash" = -6; -"@MMK_R_threesuperior" = 27; -"@MMK_R_twosuperior" = 29; -"@MMK_R_u" = 0; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -54; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = -27; -"@MMK_R_O" = -13; -"@MMK_R_S" = -6; -"@MMK_R_T" = 4; -"@MMK_R_U" = 4; -"@MMK_R_V" = 2; -"@MMK_R_W" = 3; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = -29; -"@MMK_R_asciicircum" = -9; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -12; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = -40; -"@MMK_R_comma.ss01" = -49; -"@MMK_R_e" = -25; -"@MMK_R_egrave" = -24; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -50; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = -6; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -28; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = -22; -"@MMK_R_g.ss05" = -23; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = -16; -"@MMK_R_hyphen" = -22; -"@MMK_R_hyphen.case" = -15; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 46; -"@MMK_R_igrave" = 47; -"@MMK_R_imacron" = 43; -"@MMK_R_itilde" = 68; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 26; -"@MMK_R_lslash" = -7; -"@MMK_R_n" = -15; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -7; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -25; -"@MMK_R_parenright" = -17; -"@MMK_R_parenright.case" = -22; -"@MMK_R_period" = -39; -"@MMK_R_period.ss01" = -49; -"@MMK_R_question" = -9; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = 6; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -23; -"@MMK_R_semicolon" = -11; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -55; -"@MMK_R_t" = -5; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -12; -"@MMK_R_underscore" = -47; -"@MMK_R_v" = -13; -"@MMK_R_w" = -12; -"@MMK_R_x" = -16; -"@MMK_R_y" = -12; -"@MMK_R_z" = -17; -"@MMK_R_zero" = -15; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -42; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = -27; -"@MMK_R_O" = -10; -"@MMK_R_S" = -3; -"@MMK_R_T" = 5; -"@MMK_R_U" = 4; -"@MMK_R_V" = 3; -"@MMK_R_W" = 3; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asciicircum" = -6; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 9; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -9; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -34; -"@MMK_R_comma.ss01" = -39; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -16; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -38; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -22; -"@MMK_R_foursuperior" = -9; -"@MMK_R_g" = -18; -"@MMK_R_g.ss05" = -19; -"@MMK_R_guillemetleft" = -28; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = -18; -"@MMK_R_hyphen.case" = -12; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 48; -"@MMK_R_igrave" = 47; -"@MMK_R_imacron" = 44; -"@MMK_R_itilde" = 70; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 29; -"@MMK_R_lslash" = -7; -"@MMK_R_n" = -12; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -5; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -20; -"@MMK_R_parenright" = -14; -"@MMK_R_parenright.case" = -18; -"@MMK_R_period" = -34; -"@MMK_R_period.ss01" = -39; -"@MMK_R_question" = -7; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = 7; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -17; -"@MMK_R_semicolon" = -7; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -40; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -8; -"@MMK_R_underscore" = -37; -"@MMK_R_v" = -9; -"@MMK_R_w" = -6; -"@MMK_R_x" = -14; -"@MMK_R_y" = -10; -"@MMK_R_z" = -13; -"@MMK_R_zero" = -11; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 5; -"@MMK_R_J" = 0; -"@MMK_R_O" = -23; -"@MMK_R_S" = -14; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 5; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -10; -"@MMK_R_asciicircum" = -33; -"@MMK_R_asterisk" = -11; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -21; -"@MMK_R_egrave" = -19; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = -16; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = -22; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = -14; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -35; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -20; -"@MMK_R_hyphen.case" = -37; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 29; -"@MMK_R_igrave" = 43; -"@MMK_R_imacron" = 39; -"@MMK_R_itilde" = 53; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 21; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -10; -"@MMK_R_one" = -23; -"@MMK_R_onesuperior" = -8; -"@MMK_R_parenright" = -18; -"@MMK_R_parenright.case" = -16; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -19; -"@MMK_R_question.ss01" = -24; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -28; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = -17; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -21; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -7; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = -14; -"@MMK_R_underscore" = 16; -"@MMK_R_v" = -26; -"@MMK_R_w" = -22; -"@MMK_R_x" = 0; -"@MMK_R_y" = -27; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -24; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -57; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -31; -"@MMK_R_O" = -30; -"@MMK_R_S" = -18; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -5; -"@MMK_R_a" = -60; -"@MMK_R_a.ss04" = -66; -"@MMK_R_asciicircum" = -31; -"@MMK_R_asterisk" = -8; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -33; -"@MMK_R_colon.ss01" = -32; -"@MMK_R_comma" = -77; -"@MMK_R_comma.ss01" = -91; -"@MMK_R_e" = -64; -"@MMK_R_egrave" = -22; -"@MMK_R_eightsuperior" = -8; -"@MMK_R_ellipsis" = -85; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -27; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = -82; -"@MMK_R_foursuperior" = -31; -"@MMK_R_g" = -58; -"@MMK_R_g.ss05" = -57; -"@MMK_R_guillemetleft" = -86; -"@MMK_R_guillemetright" = -33; -"@MMK_R_hyphen" = -60; -"@MMK_R_hyphen.case" = -41; -"@MMK_R_i" = -11; -"@MMK_R_icircumflex" = 27; -"@MMK_R_igrave" = 48; -"@MMK_R_imacron" = 43; -"@MMK_R_j" = -2; -"@MMK_R_l" = -3; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 20; -"@MMK_R_n" = -36; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = -22; -"@MMK_R_onesuperior" = -4; -"@MMK_R_oslash" = -64; -"@MMK_R_parenright" = -23; -"@MMK_R_parenright.case" = -23; -"@MMK_R_period" = -76; -"@MMK_R_period.ss01" = -92; -"@MMK_R_question" = -18; -"@MMK_R_question.ss01" = -22; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = -3; -"@MMK_R_quoteright" = -3; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = -55; -"@MMK_R_semicolon" = -32; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = -87; -"@MMK_R_t" = -25; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -4; -"@MMK_R_twosuperior" = -10; -"@MMK_R_u" = -33; -"@MMK_R_underscore" = -73; -"@MMK_R_v" = -29; -"@MMK_R_w" = -29; -"@MMK_R_x" = -34; -"@MMK_R_y" = -30; -"@MMK_R_z" = -33; -"@MMK_R_zero" = -32; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 7; -"@MMK_R_O" = -7; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 3; -"@MMK_R_W" = 3; -"@MMK_R_X" = 4; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 8; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -17; -"@MMK_R_asterisk" = 2; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 11; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -10; -"@MMK_R_egrave" = -5; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = -4; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = -3; -"@MMK_R_foursuperior" = -14; -"@MMK_R_g" = -11; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -13; -"@MMK_R_hyphen.case" = -31; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 57; -"@MMK_R_igrave" = 41; -"@MMK_R_imacron" = 47; -"@MMK_R_j" = 2; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 28; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -19; -"@MMK_R_period" = 12; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -5; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -4; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -5; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 10; -"@MMK_R_v" = -12; -"@MMK_R_w" = -11; -"@MMK_R_x" = 0; -"@MMK_R_y" = -13; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -8; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -22; -"@MMK_R_U" = 0; -"@MMK_R_V" = -14; -"@MMK_R_W" = -12; -"@MMK_R_X" = -3; -"@MMK_R_Y" = -36; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -10; -"@MMK_R_braceright" = -32; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -42; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -62; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -48; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = -3; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -44; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 6; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 5; -"@MMK_R_O" = -4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -24; -"@MMK_R_U" = -2; -"@MMK_R_V" = -30; -"@MMK_R_W" = -27; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -68; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -17; -"@MMK_R_asterisk" = -45; -"@MMK_R_braceright" = -30; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 12; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = -5; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -18; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 10; -"@MMK_R_guillemetleft" = -9; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -5; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = -21; -"@MMK_R_onesuperior" = -38; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -47; -"@MMK_R_period" = 13; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -32; -"@MMK_R_question.ss01" = -34; -"@MMK_R_quotedbl" = -33; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -38; -"@MMK_R_sixsuperior" = -23; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -4; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -55; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 16; -"@MMK_R_v" = -14; -"@MMK_R_w" = -11; -"@MMK_R_x" = 0; -"@MMK_R_y" = -21; -"@MMK_R_z" = 3; -"@MMK_R_zero" = -4; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -5; -"@MMK_R_S" = -4; -"@MMK_R_T" = -45; -"@MMK_R_U" = -2; -"@MMK_R_V" = -32; -"@MMK_R_W" = -27; -"@MMK_R_Y" = -71; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_f" = -12; -"@MMK_R_g" = -2; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = -2; -"@MMK_R_s" = 0; -"@MMK_R_t" = -9; -"@MMK_R_u" = -2; -"@MMK_R_z" = 0; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -31; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -19; -"@MMK_R_J" = -29; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -19; -"@MMK_R_U" = 0; -"@MMK_R_V" = -8; -"@MMK_R_W" = -4; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = -27; -"@MMK_R_a" = -10; -"@MMK_R_a.ss04" = -16; -"@MMK_R_e" = -15; -"@MMK_R_f" = 4; -"@MMK_R_g" = -8; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_s" = -3; -"@MMK_R_t" = 4; -"@MMK_R_u" = 0; -"@MMK_R_z" = 0; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -32; -"@MMK_R_H" = -6; -"@MMK_R_I.ss02" = -38; -"@MMK_R_J" = -35; -"@MMK_R_O" = 0; -"@MMK_R_S" = -12; -"@MMK_R_T" = -49; -"@MMK_R_U" = -3; -"@MMK_R_V" = -19; -"@MMK_R_W" = -15; -"@MMK_R_Y" = -43; -"@MMK_R_Z" = -59; -"@MMK_R_a" = -6; -"@MMK_R_a.ss04" = -13; -"@MMK_R_e" = -7; -"@MMK_R_egrave" = -7; -"@MMK_R_f" = 0; -"@MMK_R_g" = -4; -"@MMK_R_i" = -7; -"@MMK_R_j" = -7; -"@MMK_R_l" = -7; -"@MMK_R_n" = -7; -"@MMK_R_s" = -3; -"@MMK_R_t" = 0; -"@MMK_R_u" = -4; -"@MMK_R_z" = -4; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -39; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -30; -"@MMK_R_O" = -8; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -11; -"@MMK_R_Y" = -8; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -37; -"@MMK_R_a.ss04" = -46; -"@MMK_R_asterisk" = 11; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon" = -9; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = -105; -"@MMK_R_comma.ss01" = -103; -"@MMK_R_e" = -45; -"@MMK_R_eight" = -2; -"@MMK_R_f" = -2; -"@MMK_R_five" = -6; -"@MMK_R_four" = -70; -"@MMK_R_g" = -35; -"@MMK_R_guillemetleft" = -68; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -130; -"@MMK_R_hyphen.case" = -47; -"@MMK_R_i" = -5; -"@MMK_R_j" = -5; -"@MMK_R_l" = -2; -"@MMK_R_n" = -10; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -19; -"@MMK_R_parenright" = -41; -"@MMK_R_parenright.case" = -49; -"@MMK_R_period" = -98; -"@MMK_R_period.ss01" = -103; -"@MMK_R_pi" = -2; -"@MMK_R_question" = 8; -"@MMK_R_quotedbl" = 7; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 4; -"@MMK_R_quoteright" = 4; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -35; -"@MMK_R_semicolon" = -10; -"@MMK_R_seven" = 3; -"@MMK_R_slash" = -83; -"@MMK_R_t" = -2; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -8; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -4; -"@MMK_R_y" = 0; -"@MMK_R_z" = -7; -"@MMK_R_zero" = -10; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = -14; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -7; -"@MMK_R_O" = -11; -"@MMK_R_S" = -11; -"@MMK_R_T" = 0; -"@MMK_R_U" = 5; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -10; -"@MMK_R_a" = -54; -"@MMK_R_a.ss04" = -52; -"@MMK_R_asterisk" = -5; -"@MMK_R_bracketright" = 5; -"@MMK_R_colon" = -33; -"@MMK_R_colon.ss01" = -37; -"@MMK_R_comma" = 6; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -20; -"@MMK_R_e" = -65; -"@MMK_R_egrave" = -9; -"@MMK_R_eight" = 2; -"@MMK_R_ellipsis" = -40; -"@MMK_R_f" = -16; -"@MMK_R_five" = -5; -"@MMK_R_four" = -64; -"@MMK_R_g" = -9; -"@MMK_R_guillemetleft" = -65; -"@MMK_R_guillemetright" = -35; -"@MMK_R_hyphen" = -58; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 27; -"@MMK_R_j" = 32; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 6; -"@MMK_R_n" = -33; -"@MMK_R_nine" = -11; -"@MMK_R_one" = -57; -"@MMK_R_parenleft" = -29; -"@MMK_R_percent" = -11; -"@MMK_R_period" = -32; -"@MMK_R_period.ss01" = -38; -"@MMK_R_pi" = -43; -"@MMK_R_plus" = -61; -"@MMK_R_question" = -17; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -29; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = -63; -"@MMK_R_semicolon" = 6; -"@MMK_R_seven" = -4; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -9; -"@MMK_R_three" = -20; -"@MMK_R_two" = -15; -"@MMK_R_u" = -11; -"@MMK_R_v" = -58; -"@MMK_R_w" = -50; -"@MMK_R_x" = -35; -"@MMK_R_y" = -18; -"@MMK_R_z" = -35; -"@MMK_R_zero" = -18; -}; -"@MMK_L_c" = { -"@MMK_R_A" = -6; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = -2; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -47; -"@MMK_R_U" = 0; -"@MMK_R_V" = -23; -"@MMK_R_W" = -20; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -59; -"@MMK_R_Z" = -3; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -11; -"@MMK_R_asterisk" = -39; -"@MMK_R_braceright" = -43; -"@MMK_R_bracketright" = -25; -"@MMK_R_colon" = -3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = -6; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -15; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = 4; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -13; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = -35; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -88; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = -26; -"@MMK_R_question.ss01" = -31; -"@MMK_R_quotedbl" = -31; -"@MMK_R_quotedblleft" = -19; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = -50; -"@MMK_R_sixsuperior" = -15; -"@MMK_R_slash" = -20; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -43; -"@MMK_R_twosuperior" = -4; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -28; -"@MMK_R_v" = -8; -"@MMK_R_w" = -3; -"@MMK_R_x" = -21; -"@MMK_R_y" = -17; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 7; -"@MMK_R_O" = 3; -"@MMK_R_S" = 0; -"@MMK_R_T" = -21; -"@MMK_R_U" = 0; -"@MMK_R_V" = -12; -"@MMK_R_W" = -9; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -33; -"@MMK_R_Z" = 5; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asterisk" = -9; -"@MMK_R_bracketright" = -30; -"@MMK_R_e" = -8; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 9; -"@MMK_R_five" = 0; -"@MMK_R_four" = -7; -"@MMK_R_g" = -3; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -21; -"@MMK_R_hyphen.case" = 4; -"@MMK_R_i" = 0; -"@MMK_R_j" = 5; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 8; -"@MMK_R_one" = 6; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -56; -"@MMK_R_parenright.case" = -34; -"@MMK_R_pi" = 8; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = 5; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = 0; -"@MMK_R_seven" = 2; -"@MMK_R_t" = 10; -"@MMK_R_three" = 0; -"@MMK_R_two" = 7; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 2; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -105; -"@MMK_R_bracketright" = -7; -"@MMK_R_eight" = -7; -"@MMK_R_five" = -10; -"@MMK_R_four" = -13; -"@MMK_R_guillemetleft" = -37; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -26; -"@MMK_R_hyphen.case" = -105; -"@MMK_R_nine" = -13; -"@MMK_R_one" = -75; -"@MMK_R_parenright" = -38; -"@MMK_R_parenright.case" = -12; -"@MMK_R_quotedbl" = -105; -"@MMK_R_quotedblleft" = -105; -"@MMK_R_quotedblright" = -105; -"@MMK_R_quoteright" = -105; -"@MMK_R_seven" = -84; -"@MMK_R_three" = -6; -"@MMK_R_two" = 3; -"@MMK_R_zero" = -20; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 78; -"@MMK_R_H" = 168; -"@MMK_R_O" = 103; -"@MMK_R_a" = 0; -"@MMK_R_bracketright" = 181; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = 0; -"@MMK_R_eightsuperior" = 160; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 172; -"@MMK_R_fivesuperior" = 167; -"@MMK_R_foursuperior" = 83; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 86; -"@MMK_R_j" = 86; -"@MMK_R_l" = 162; -"@MMK_R_l.ss02" = 165; -"@MMK_R_l.ss03" = 170; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 159; -"@MMK_R_onesuperior" = 170; -"@MMK_R_parenright" = 140; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = 132; -"@MMK_R_question.ss01" = 118; -"@MMK_R_quotedbl" = 186; -"@MMK_R_quotedblleft" = 107; -"@MMK_R_quotedblleft.ss01" = 133; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = 183; -"@MMK_R_sixsuperior" = 146; -"@MMK_R_slash" = 21; -"@MMK_R_t" = 116; -"@MMK_R_threesuperior" = 160; -"@MMK_R_twosuperior" = 162; -"@MMK_R_u" = 0; -"@MMK_R_v" = 2; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 142; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -49; -"@MMK_R_H" = -10; -"@MMK_R_I.ss02" = -6; -"@MMK_R_J" = -41; -"@MMK_R_O" = -11; -"@MMK_R_S" = -4; -"@MMK_R_T" = -6; -"@MMK_R_U" = -7; -"@MMK_R_V" = -11; -"@MMK_R_W" = -9; -"@MMK_R_Y" = -21; -"@MMK_R_Z" = -16; -"@MMK_R_a" = -31; -"@MMK_R_a.ss04" = -37; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = -5; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -105; -"@MMK_R_comma.ss01" = -103; -"@MMK_R_e" = -36; -"@MMK_R_eight" = -8; -"@MMK_R_f" = -4; -"@MMK_R_five" = -12; -"@MMK_R_four" = -60; -"@MMK_R_g" = -30; -"@MMK_R_guillemetright" = -8; -"@MMK_R_hyphen" = -66; -"@MMK_R_hyphen.case" = -18; -"@MMK_R_i" = -12; -"@MMK_R_j" = -12; -"@MMK_R_l" = -10; -"@MMK_R_n" = -16; -"@MMK_R_nine" = -4; -"@MMK_R_one" = -3; -"@MMK_R_parenright" = -60; -"@MMK_R_parenright.case" = -63; -"@MMK_R_period" = -98; -"@MMK_R_period.ss01" = -103; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -5; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = -29; -"@MMK_R_semicolon" = -5; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = -88; -"@MMK_R_t" = -3; -"@MMK_R_three" = -10; -"@MMK_R_two" = -2; -"@MMK_R_u" = -14; -"@MMK_R_z" = -13; -"@MMK_R_zero" = -12; -}; -"@MMK_L_e" = { -"@MMK_R_A" = -6; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -49; -"@MMK_R_U" = 2; -"@MMK_R_V" = -24; -"@MMK_R_W" = -21; -"@MMK_R_X" = -20; -"@MMK_R_Y" = -63; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -14; -"@MMK_R_asterisk" = -43; -"@MMK_R_braceright" = -46; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = -4; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -17; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -14; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -25; -"@MMK_R_hyphen" = 6; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 6; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = -17; -"@MMK_R_onesuperior" = -50; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -88; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = -30; -"@MMK_R_question.ss01" = -34; -"@MMK_R_quotedbl" = -33; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = -4; -"@MMK_R_sevensuperior" = -54; -"@MMK_R_sixsuperior" = -19; -"@MMK_R_slash" = -19; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -47; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -28; -"@MMK_R_v" = -11; -"@MMK_R_w" = -6; -"@MMK_R_x" = -21; -"@MMK_R_y" = -18; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 4; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = -6; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 6; -"@MMK_R_S" = 0; -"@MMK_R_T" = -12; -"@MMK_R_U" = 2; -"@MMK_R_V" = -8; -"@MMK_R_W" = -15; -"@MMK_R_X" = -16; -"@MMK_R_Y" = -26; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -24; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = -4; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -14; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -23; -"@MMK_R_hyphen" = 6; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 26; -"@MMK_R_igrave" = 13; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 6; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = -17; -"@MMK_R_onesuperior" = -32; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -36; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = -30; -"@MMK_R_question.ss01" = -32; -"@MMK_R_quotedbl" = -23; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = -4; -"@MMK_R_sevensuperior" = -24; -"@MMK_R_sixsuperior" = -18; -"@MMK_R_slash" = -18; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -12; -"@MMK_R_twosuperior" = -6; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -28; -"@MMK_R_v" = -11; -"@MMK_R_w" = -6; -"@MMK_R_x" = -19; -"@MMK_R_y" = -18; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = -3; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 9; -"@MMK_R_T" = 0; -"@MMK_R_U" = 3; -"@MMK_R_V" = -9; -"@MMK_R_W" = -7; -"@MMK_R_X" = -13; -"@MMK_R_Y" = -21; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asterisk" = -2; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_degree" = -8; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 6; -"@MMK_R_eight" = 13; -"@MMK_R_ellipsis" = -10; -"@MMK_R_f" = 0; -"@MMK_R_five" = 8; -"@MMK_R_four" = 4; -"@MMK_R_g" = 5; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 6; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 42; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 3; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 2; -"@MMK_R_parenright" = -69; -"@MMK_R_parenright.case" = -65; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -6; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -10; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 2; -"@MMK_R_three" = 5; -"@MMK_R_two" = 0; -"@MMK_R_u" = 4; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = -2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -23; -"@MMK_R_S" = -13; -"@MMK_R_T" = -49; -"@MMK_R_U" = -17; -"@MMK_R_V" = -49; -"@MMK_R_W" = -38; -"@MMK_R_X" = -6; -"@MMK_R_Y" = -85; -"@MMK_R_Z" = 2; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -130; -"@MMK_R_bracketright" = -37; -"@MMK_R_colon" = 11; -"@MMK_R_comma" = 12; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -16; -"@MMK_R_eight" = -10; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -25; -"@MMK_R_five" = -14; -"@MMK_R_four" = -14; -"@MMK_R_g" = -17; -"@MMK_R_guillemetleft" = -36; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -25; -"@MMK_R_hyphen.case" = -147; -"@MMK_R_i" = -7; -"@MMK_R_j" = -5; -"@MMK_R_l" = -7; -"@MMK_R_n" = -7; -"@MMK_R_nine" = -16; -"@MMK_R_one" = -82; -"@MMK_R_parenleft" = -17; -"@MMK_R_parenright" = -64; -"@MMK_R_parenright.case" = -36; -"@MMK_R_period" = 13; -"@MMK_R_pi" = -25; -"@MMK_R_question" = -60; -"@MMK_R_quotedbl" = -194; -"@MMK_R_quotedblleft" = -217; -"@MMK_R_quotedblright" = -217; -"@MMK_R_quoteright" = -105; -"@MMK_R_s" = -5; -"@MMK_R_semicolon" = 10; -"@MMK_R_seven" = -88; -"@MMK_R_slash" = -5; -"@MMK_R_t" = -22; -"@MMK_R_three" = -10; -"@MMK_R_two" = -4; -"@MMK_R_u" = -10; -"@MMK_R_v" = -34; -"@MMK_R_w" = -27; -"@MMK_R_x" = -7; -"@MMK_R_y" = -55; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -22; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -20; -"@MMK_R_H" = 5; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = -20; -"@MMK_R_O" = 6; -"@MMK_R_S" = 7; -"@MMK_R_T" = 6; -"@MMK_R_U" = 8; -"@MMK_R_V" = 13; -"@MMK_R_W" = 14; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 2; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 8; -"@MMK_R_braceright" = 13; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -24; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_e" = -4; -"@MMK_R_egrave" = -4; -"@MMK_R_eightsuperior" = 6; -"@MMK_R_ellipsis" = -29; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 4; -"@MMK_R_fivesuperior" = 3; -"@MMK_R_four" = -21; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -25; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -14; -"@MMK_R_icircumflex" = 64; -"@MMK_R_igrave" = 49; -"@MMK_R_imacron" = 43; -"@MMK_R_itilde" = 82; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 22; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 10; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -4; -"@MMK_R_parenright" = -14; -"@MMK_R_period" = -25; -"@MMK_R_period.ss01" = -32; -"@MMK_R_question" = 2; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 3; -"@MMK_R_quotedblleft.ss01" = 4; -"@MMK_R_quotedblright" = 13; -"@MMK_R_quoteright" = 14; -"@MMK_R_quoteright.ss01" = 12; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 7; -"@MMK_R_slash" = -23; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = 3; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 5; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -23; -"@MMK_R_v" = 0; -"@MMK_R_w" = 3; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_five" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 6; -"@MMK_R_S" = 0; -"@MMK_R_T" = -13; -"@MMK_R_U" = 2; -"@MMK_R_V" = -12; -"@MMK_R_W" = -11; -"@MMK_R_X" = -15; -"@MMK_R_Y" = -17; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -18; -"@MMK_R_bracketright" = -14; -"@MMK_R_colon" = -8; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -10; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_degree" = -26; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 8; -"@MMK_R_ellipsis" = -15; -"@MMK_R_f" = -6; -"@MMK_R_five" = 10; -"@MMK_R_four" = 3; -"@MMK_R_g" = 7; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -23; -"@MMK_R_hyphen" = 12; -"@MMK_R_hyphen.case" = 3; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 24; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -21; -"@MMK_R_parenleft" = 6; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -37; -"@MMK_R_percent" = -14; -"@MMK_R_period" = -9; -"@MMK_R_period.ss01" = -10; -"@MMK_R_pi" = -5; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -18; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -8; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -6; -"@MMK_R_seven" = -17; -"@MMK_R_slash" = -17; -"@MMK_R_t" = -3; -"@MMK_R_three" = 0; -"@MMK_R_two" = -15; -"@MMK_R_u" = 4; -"@MMK_R_v" = -14; -"@MMK_R_w" = -7; -"@MMK_R_x" = -21; -"@MMK_R_y" = -20; -"@MMK_R_z" = -4; -"@MMK_R_zero" = 6; -}; -"@MMK_L_four" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -29; -"@MMK_R_U" = 3; -"@MMK_R_V" = -24; -"@MMK_R_W" = -19; -"@MMK_R_X" = -16; -"@MMK_R_Y" = -32; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -30; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = -5; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -10; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_degree" = -41; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 6; -"@MMK_R_eight" = 8; -"@MMK_R_ellipsis" = -14; -"@MMK_R_f" = -16; -"@MMK_R_five" = 0; -"@MMK_R_four" = 2; -"@MMK_R_g" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -26; -"@MMK_R_hyphen" = 8; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 4; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -30; -"@MMK_R_parenleft" = 3; -"@MMK_R_parenright" = -55; -"@MMK_R_parenright.case" = -51; -"@MMK_R_percent" = -27; -"@MMK_R_period" = -9; -"@MMK_R_period.ss01" = -5; -"@MMK_R_pi" = -18; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -30; -"@MMK_R_quotedbl" = -33; -"@MMK_R_quotedblleft" = -34; -"@MMK_R_quotedblleft.ss01" = -33; -"@MMK_R_quotedblright" = -27; -"@MMK_R_quoteright" = -27; -"@MMK_R_quoteright.ss01" = -28; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = -30; -"@MMK_R_slash" = -17; -"@MMK_R_t" = -11; -"@MMK_R_three" = 0; -"@MMK_R_two" = -12; -"@MMK_R_u" = 2; -"@MMK_R_v" = -14; -"@MMK_R_w" = -6; -"@MMK_R_x" = -22; -"@MMK_R_y" = -23; -"@MMK_R_z" = -7; -"@MMK_R_zero" = 3; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -37; -"@MMK_R_zero.dnom" = -16; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -20; -"@MMK_R_U" = 0; -"@MMK_R_V" = -14; -"@MMK_R_W" = -11; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -36; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -10; -"@MMK_R_braceright" = 15; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 10; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -46; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -26; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -51; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -44; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 3; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -13; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = 5; -"@MMK_R_braceright" = 8; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -21; -"@MMK_R_egrave" = -18; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -30; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -22; -"@MMK_R_icircumflex" = 62; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 39; -"@MMK_R_itilde" = 70; -"@MMK_R_j" = 24; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 18; -"@MMK_R_lslash" = -9; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -19; -"@MMK_R_parenright" = -27; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = 5; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -6; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 12; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = -2; -"@MMK_R_O" = -5; -"@MMK_R_S" = 0; -"@MMK_R_T" = -16; -"@MMK_R_U" = -3; -"@MMK_R_V" = -15; -"@MMK_R_W" = -13; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -33; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -20; -"@MMK_R_a.ss04" = -16; -"@MMK_R_asterisk" = -3; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = -3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_degree" = -8; -"@MMK_R_e" = -27; -"@MMK_R_egrave" = -27; -"@MMK_R_eight" = -2; -"@MMK_R_ellipsis" = -10; -"@MMK_R_f" = 0; -"@MMK_R_five" = -7; -"@MMK_R_four" = -31; -"@MMK_R_g" = -13; -"@MMK_R_guillemetleft" = -55; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -34; -"@MMK_R_hyphen.case" = -20; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = -2; -"@MMK_R_j" = 0; -"@MMK_R_l" = -2; -"@MMK_R_lslash" = -12; -"@MMK_R_n" = -2; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = -11; -"@MMK_R_parenright" = -55; -"@MMK_R_parenright.case" = -27; -"@MMK_R_percent" = 2; -"@MMK_R_period" = -3; -"@MMK_R_period.ss01" = -7; -"@MMK_R_pi" = -2; -"@MMK_R_plus" = -23; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = -20; -"@MMK_R_quoteright" = -20; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = -19; -"@MMK_R_semicolon" = -3; -"@MMK_R_seven" = -3; -"@MMK_R_slash" = -3; -"@MMK_R_t" = 0; -"@MMK_R_three" = -4; -"@MMK_R_two" = 0; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -7; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = -18; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -27; -"@MMK_R_J" = -26; -"@MMK_R_O" = 0; -"@MMK_R_S" = -11; -"@MMK_R_T" = -49; -"@MMK_R_U" = 0; -"@MMK_R_V" = -32; -"@MMK_R_W" = -28; -"@MMK_R_X" = -35; -"@MMK_R_Y" = -86; -"@MMK_R_Z" = -24; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -13; -"@MMK_R_asterisk" = -68; -"@MMK_R_bracketright" = -65; -"@MMK_R_colon" = -32; -"@MMK_R_colon.ss01" = -23; -"@MMK_R_comma" = -32; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = -2; -"@MMK_R_ellipsis" = -36; -"@MMK_R_f" = -21; -"@MMK_R_five" = -2; -"@MMK_R_four" = 0; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = -55; -"@MMK_R_hyphen" = 2; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = -3; -"@MMK_R_icircumflex" = -3; -"@MMK_R_j" = -2; -"@MMK_R_l" = -3; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -3; -"@MMK_R_nine" = -18; -"@MMK_R_one" = -38; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -95; -"@MMK_R_parenright.case" = -90; -"@MMK_R_percent" = -38; -"@MMK_R_period" = -33; -"@MMK_R_period.ss01" = -29; -"@MMK_R_pi" = -22; -"@MMK_R_plus" = -5; -"@MMK_R_question" = -53; -"@MMK_R_quotedbl" = -58; -"@MMK_R_quotedblleft" = -49; -"@MMK_R_quotedblleft.ss01" = -31; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -24; -"@MMK_R_quoteright.ss01" = -25; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = -30; -"@MMK_R_seven" = -43; -"@MMK_R_slash" = -33; -"@MMK_R_t" = -17; -"@MMK_R_three" = -11; -"@MMK_R_two" = -41; -"@MMK_R_u" = 0; -"@MMK_R_v" = -19; -"@MMK_R_w" = -13; -"@MMK_R_x" = -44; -"@MMK_R_y" = -30; -"@MMK_R_z" = -28; -"@MMK_R_zero" = 0; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -7; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -14; -"@MMK_R_O" = 8; -"@MMK_R_S" = 4; -"@MMK_R_T" = -40; -"@MMK_R_U" = 4; -"@MMK_R_V" = -22; -"@MMK_R_W" = -18; -"@MMK_R_X" = -20; -"@MMK_R_Y" = -60; -"@MMK_R_Z" = -12; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = -130; -"@MMK_R_bracketright" = -58; -"@MMK_R_colon" = -27; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -28; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eight" = 6; -"@MMK_R_f" = -14; -"@MMK_R_five" = 3; -"@MMK_R_four" = 11; -"@MMK_R_g" = 10; -"@MMK_R_guillemetleft" = 2; -"@MMK_R_guillemetright" = -34; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 9; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -5; -"@MMK_R_one" = -76; -"@MMK_R_parenleft" = 8; -"@MMK_R_parenright" = -86; -"@MMK_R_period" = -27; -"@MMK_R_period.ss01" = -9; -"@MMK_R_pi" = -9; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -71; -"@MMK_R_quotedbl" = -53; -"@MMK_R_quotedblleft" = -48; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = -43; -"@MMK_R_quoteright" = -39; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = -4; -"@MMK_R_semicolon" = -28; -"@MMK_R_seven" = -91; -"@MMK_R_slash" = -22; -"@MMK_R_t" = -11; -"@MMK_R_three" = 6; -"@MMK_R_two" = -23; -"@MMK_R_u" = 4; -"@MMK_R_v" = -8; -"@MMK_R_w" = -3; -"@MMK_R_x" = -27; -"@MMK_R_y" = -16; -"@MMK_R_z" = -13; -"@MMK_R_zero" = 9; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -16; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -26; -"@MMK_R_J" = -29; -"@MMK_R_O" = 12; -"@MMK_R_S" = -10; -"@MMK_R_T" = -40; -"@MMK_R_U" = 4; -"@MMK_R_V" = -15; -"@MMK_R_W" = -12; -"@MMK_R_X" = -37; -"@MMK_R_Y" = -41; -"@MMK_R_Z" = -30; -"@MMK_R_asterisk" = -47; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -105; -"@MMK_R_comma.ss01" = -103; -"@MMK_R_eight" = 0; -"@MMK_R_five" = 3; -"@MMK_R_four" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -14; -"@MMK_R_nine" = 4; -"@MMK_R_one" = 0; -"@MMK_R_parenright.case" = -88; -"@MMK_R_period" = -98; -"@MMK_R_period.ss01" = -103; -"@MMK_R_plus" = 4; -"@MMK_R_question" = -40; -"@MMK_R_quotedbl" = -21; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 13; -"@MMK_R_semicolon" = 3; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -37; -"@MMK_R_three" = -34; -"@MMK_R_two" = -10; -"@MMK_R_zero" = 12; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -5; -"@MMK_R_U" = 3; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -10; -"@MMK_R_Z" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = 22; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 25; -"@MMK_R_igrave" = 10; -"@MMK_R_imacron" = 26; -"@MMK_R_itilde" = 63; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 5; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -4; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -17; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -8; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = -3; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -11; -"@MMK_R_twosuperior" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 46; -"@MMK_R_I.ss02" = 58; -"@MMK_R_O" = 30; -"@MMK_R_S" = 51; -"@MMK_R_U" = 50; -"@MMK_R_V" = 47; -"@MMK_R_X" = 30; -"@MMK_R_Y" = 28; -"@MMK_R_Z" = 48; -"@MMK_R_bracketright" = 25; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_egrave" = 26; -"@MMK_R_eightsuperior" = 44; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 50; -"@MMK_R_f" = 15; -"@MMK_R_fivesuperior" = 51; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 24; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = -2; -"@MMK_R_i" = 25; -"@MMK_R_icircumflex" = 101; -"@MMK_R_igrave" = 42; -"@MMK_R_j" = 25; -"@MMK_R_l" = 44; -"@MMK_R_l.ss02" = 47; -"@MMK_R_l.ss03" = 84; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 60; -"@MMK_R_one" = 60; -"@MMK_R_onesuperior" = 64; -"@MMK_R_parenright" = -6; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = 53; -"@MMK_R_question.ss01" = 53; -"@MMK_R_quotedbl" = 59; -"@MMK_R_quotedblleft" = 46; -"@MMK_R_quotedblleft.ss01" = 55; -"@MMK_R_quotedblright" = 53; -"@MMK_R_quoteright" = 53; -"@MMK_R_quoteright.ss01" = 57; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 60; -"@MMK_R_sixsuperior" = 58; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 24; -"@MMK_R_threesuperior" = 41; -"@MMK_R_twosuperior" = 52; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = -2; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 31; -"@MMK_R_I.ss02" = 41; -"@MMK_R_J" = 2; -"@MMK_R_O" = 0; -"@MMK_R_S" = 2; -"@MMK_R_T" = 45; -"@MMK_R_U" = 34; -"@MMK_R_V" = 48; -"@MMK_R_W" = 48; -"@MMK_R_X" = 43; -"@MMK_R_Y" = 49; -"@MMK_R_Z" = 32; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 4; -"@MMK_R_braceright" = 51; -"@MMK_R_bracketright" = 51; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 20; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 33; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 36; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 10; -"@MMK_R_icircumflex" = 42; -"@MMK_R_igrave" = 66; -"@MMK_R_imacron" = 69; -"@MMK_R_itilde" = 71; -"@MMK_R_j" = 27; -"@MMK_R_l" = 27; -"@MMK_R_l.ss02" = 30; -"@MMK_R_l.ss03" = 63; -"@MMK_R_lslash" = 13; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 19; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = 23; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 25; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = 47; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 2; -"@MMK_R_quotedblright" = 20; -"@MMK_R_quoteright" = 20; -"@MMK_R_quoteright.ss01" = 40; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 53; -"@MMK_R_sixsuperior" = 12; -"@MMK_R_threesuperior" = 20; -"@MMK_R_trademark" = 38; -"@MMK_R_twosuperior" = 22; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -13; -"@MMK_R_U" = 0; -"@MMK_R_V" = -12; -"@MMK_R_W" = -10; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asciicircum" = -4; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -20; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 3; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -20; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = -23; -"@MMK_R_foursuperior" = -3; -"@MMK_R_g" = -10; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -36; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -22; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -8; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -41; -"@MMK_R_oslash" = -20; -"@MMK_R_parenright" = -46; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = -14; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -60; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -15; -"@MMK_R_trademark" = -36; -"@MMK_R_twosuperior" = -32; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 17; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 3; -"@MMK_R_y" = 0; -"@MMK_R_z" = 4; -"@MMK_R_zero" = -2; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 4; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -3; -"@MMK_R_Z" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = 21; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 43; -"@MMK_R_igrave" = 26; -"@MMK_R_imacron" = 20; -"@MMK_R_itilde" = 60; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -7; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -7; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -11; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -14; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = 4; -"@MMK_R_O" = -6; -"@MMK_R_S" = 0; -"@MMK_R_T" = -13; -"@MMK_R_U" = 0; -"@MMK_R_V" = -11; -"@MMK_R_W" = -11; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -19; -"@MMK_R_Z" = 6; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -15; -"@MMK_R_asterisk" = -18; -"@MMK_R_braceright" = 17; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = 12; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = -10; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -19; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -14; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 22; -"@MMK_R_igrave" = 7; -"@MMK_R_imacron" = 2; -"@MMK_R_itilde" = 37; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = -7; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -19; -"@MMK_R_onesuperior" = -22; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -23; -"@MMK_R_period" = 13; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -14; -"@MMK_R_question.ss01" = -22; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -19; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -13; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 11; -"@MMK_R_sevensuperior" = -24; -"@MMK_R_sixsuperior" = -17; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -9; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -26; -"@MMK_R_twosuperior" = -19; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 16; -"@MMK_R_v" = -11; -"@MMK_R_w" = -10; -"@MMK_R_x" = 2; -"@MMK_R_y" = -16; -"@MMK_R_z" = 3; -"@MMK_R_zero" = -8; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 181; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 98; -"@MMK_R_eightsuperior" = 160; -"@MMK_R_exclam" = 172; -"@MMK_R_f" = 90; -"@MMK_R_fivesuperior" = 167; -"@MMK_R_foursuperior" = 83; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 86; -"@MMK_R_j" = 86; -"@MMK_R_l" = 166; -"@MMK_R_l.ss03" = 170; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 159; -"@MMK_R_onesuperior" = 170; -"@MMK_R_parenright" = 140; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = 132; -"@MMK_R_question.ss01" = 118; -"@MMK_R_quotedbl" = 186; -"@MMK_R_quotedblleft" = 107; -"@MMK_R_quotedblleft.ss01" = 133; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = 183; -"@MMK_R_sixsuperior" = 146; -"@MMK_R_slash" = 21; -"@MMK_R_t" = 116; -"@MMK_R_threesuperior" = 160; -"@MMK_R_twosuperior" = 162; -"@MMK_R_u" = 2; -"@MMK_R_v" = 2; -"@MMK_R_z" = 142; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 9; -"@MMK_R_S" = 0; -"@MMK_R_T" = -39; -"@MMK_R_V" = -16; -"@MMK_R_W" = -13; -"@MMK_R_Y" = -48; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 7; -"@MMK_R_e" = 10; -"@MMK_R_f" = 0; -"@MMK_R_g" = 10; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_s" = 5; -"@MMK_R_t" = 0; -"@MMK_R_z" = 0; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = -8; -"@MMK_R_U" = 3; -"@MMK_R_X" = -7; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = 4; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = -10; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = 3; -"@MMK_R_ellipsis" = -18; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 4; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -15; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 0; -"@MMK_R_igrave" = 11; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -19; -"@MMK_R_parenright" = -19; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 7; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 11; -"@MMK_R_sevensuperior" = -20; -"@MMK_R_sixsuperior" = 2; -"@MMK_R_slash" = -10; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 3; -"@MMK_R_v" = 4; -"@MMK_R_w" = 5; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -37; -"@MMK_R_U" = -2; -"@MMK_R_V" = -22; -"@MMK_R_W" = -19; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -57; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -8; -"@MMK_R_asterisk" = -33; -"@MMK_R_braceright" = -31; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 3; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 4; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 3; -"@MMK_R_ninesuperior" = -16; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = -53; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -58; -"@MMK_R_period" = 4; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = -20; -"@MMK_R_question.ss01" = -24; -"@MMK_R_quotedbl" = -30; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -57; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -44; -"@MMK_R_twosuperior" = -11; -"@MMK_R_underscore" = 4; -"@MMK_R_v" = -7; -"@MMK_R_w" = -4; -"@MMK_R_x" = 0; -"@MMK_R_y" = -13; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 4; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = -15; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = -8; -"@MMK_R_O" = 11; -"@MMK_R_S" = 2; -"@MMK_R_T" = -8; -"@MMK_R_U" = 4; -"@MMK_R_V" = -13; -"@MMK_R_W" = -10; -"@MMK_R_X" = -25; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = -8; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -8; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -18; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_degree" = -11; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 2; -"@MMK_R_ellipsis" = -25; -"@MMK_R_f" = 6; -"@MMK_R_five" = 3; -"@MMK_R_four" = 3; -"@MMK_R_g" = 8; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 27; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 8; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 9; -"@MMK_R_parenright" = -84; -"@MMK_R_parenright.case" = -88; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -18; -"@MMK_R_period.ss01" = -18; -"@MMK_R_pi" = 5; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -24; -"@MMK_R_t" = 9; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 4; -"@MMK_R_v" = 0; -"@MMK_R_w" = 3; -"@MMK_R_x" = -4; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 11; -}; -"@MMK_L_o" = { -"@MMK_R_A" = -11; -"@MMK_R_I.ss02" = -8; -"@MMK_R_J" = -5; -"@MMK_R_O" = 8; -"@MMK_R_S" = 0; -"@MMK_R_T" = -50; -"@MMK_R_U" = 2; -"@MMK_R_V" = -25; -"@MMK_R_W" = -20; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -64; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -16; -"@MMK_R_asterisk" = -45; -"@MMK_R_braceright" = -44; -"@MMK_R_bracketright" = -25; -"@MMK_R_colon" = -8; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -11; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -16; -"@MMK_R_exclam" = -9; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -27; -"@MMK_R_hyphen" = 11; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 9; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = -36; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -93; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question" = -33; -"@MMK_R_question.ss01" = -34; -"@MMK_R_quotedbl" = -26; -"@MMK_R_quotedblleft" = -24; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -8; -"@MMK_R_sevensuperior" = -38; -"@MMK_R_sixsuperior" = -18; -"@MMK_R_slash" = -22; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -49; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -34; -"@MMK_R_v" = -12; -"@MMK_R_w" = -6; -"@MMK_R_x" = -22; -"@MMK_R_y" = -19; -"@MMK_R_z" = -6; -"@MMK_R_zero" = 7; -}; -"@MMK_L_p" = { -"@MMK_R_A" = -7; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 8; -"@MMK_R_S" = 0; -"@MMK_R_T" = -43; -"@MMK_R_U" = 2; -"@MMK_R_V" = -23; -"@MMK_R_W" = -18; -"@MMK_R_X" = -17; -"@MMK_R_Y" = -59; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -11; -"@MMK_R_asterisk" = -36; -"@MMK_R_braceright" = -43; -"@MMK_R_bracketright" = -45; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -3; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = -12; -"@MMK_R_exclam" = -4; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = 10; -"@MMK_R_l.ss02" = 2; -"@MMK_R_lslash" = 9; -"@MMK_R_ninesuperior" = -16; -"@MMK_R_one" = -14; -"@MMK_R_onesuperior" = -50; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -89; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -10; -"@MMK_R_question" = -23; -"@MMK_R_question.ss01" = -27; -"@MMK_R_quotedbl" = -30; -"@MMK_R_quotedblleft" = -18; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -4; -"@MMK_R_sevensuperior" = -54; -"@MMK_R_sixsuperior" = -15; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -44; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -23; -"@MMK_R_v" = -7; -"@MMK_R_w" = -5; -"@MMK_R_x" = -16; -"@MMK_R_y" = -16; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 7; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -40; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -15; -"@MMK_R_J" = -43; -"@MMK_R_O" = -83; -"@MMK_R_S" = -59; -"@MMK_R_T" = -18; -"@MMK_R_U" = -5; -"@MMK_R_V" = -16; -"@MMK_R_W" = -14; -"@MMK_R_X" = -18; -"@MMK_R_Y" = -23; -"@MMK_R_Z" = -19; -"@MMK_R_a" = -89; -"@MMK_R_a.ss04" = -76; -"@MMK_R_asterisk" = -40; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -56; -"@MMK_R_colon.ss01" = -56; -"@MMK_R_comma" = 10; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -60; -"@MMK_R_e" = -93; -"@MMK_R_egrave" = -41; -"@MMK_R_eight" = -69; -"@MMK_R_ellipsis" = -64; -"@MMK_R_f" = -71; -"@MMK_R_five" = -23; -"@MMK_R_four" = -86; -"@MMK_R_g" = -33; -"@MMK_R_guillemetleft" = -95; -"@MMK_R_guillemetright" = -55; -"@MMK_R_hyphen" = -86; -"@MMK_R_i" = -17; -"@MMK_R_icircumflex" = -6; -"@MMK_R_j" = 33; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -17; -"@MMK_R_n" = -62; -"@MMK_R_nine" = -69; -"@MMK_R_one" = -59; -"@MMK_R_parenleft" = -88; -"@MMK_R_parenright" = 0; -"@MMK_R_percent" = -40; -"@MMK_R_period" = -58; -"@MMK_R_period.ss01" = -58; -"@MMK_R_pi" = -73; -"@MMK_R_plus" = -89; -"@MMK_R_question" = -55; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -68; -"@MMK_R_quotedblleft.ss01" = -52; -"@MMK_R_quotedblright" = -35; -"@MMK_R_quoteright" = -35; -"@MMK_R_quoteright.ss01" = -28; -"@MMK_R_s" = -83; -"@MMK_R_semicolon" = 10; -"@MMK_R_seven" = -27; -"@MMK_R_slash" = -20; -"@MMK_R_t" = -58; -"@MMK_R_three" = -71; -"@MMK_R_two" = -57; -"@MMK_R_u" = -83; -"@MMK_R_v" = -69; -"@MMK_R_w" = -70; -"@MMK_R_x" = -52; -"@MMK_R_y" = -27; -"@MMK_R_z" = -55; -"@MMK_R_zero" = -86; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = -15; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = -16; -"@MMK_R_J" = -19; -"@MMK_R_O" = -84; -"@MMK_R_S" = -66; -"@MMK_R_T" = -22; -"@MMK_R_U" = 0; -"@MMK_R_V" = -21; -"@MMK_R_W" = -18; -"@MMK_R_X" = -17; -"@MMK_R_Y" = -25; -"@MMK_R_Z" = -20; -"@MMK_R_asterisk" = -48; -"@MMK_R_colon" = -34; -"@MMK_R_colon.ss01" = -30; -"@MMK_R_comma" = -26; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_degree" = -63; -"@MMK_R_eight" = -65; -"@MMK_R_ellipsis" = -36; -"@MMK_R_five" = -29; -"@MMK_R_four" = -70; -"@MMK_R_guillemetleft" = -90; -"@MMK_R_guillemetright" = -27; -"@MMK_R_hyphen.case" = -88; -"@MMK_R_nine" = -76; -"@MMK_R_one" = -64; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = -45; -"@MMK_R_period" = -32; -"@MMK_R_period.ss01" = -31; -"@MMK_R_plus" = -91; -"@MMK_R_question" = -60; -"@MMK_R_quotedbl" = -26; -"@MMK_R_quotedblleft" = -75; -"@MMK_R_quotedblleft.ss01" = -56; -"@MMK_R_quotedblright" = -36; -"@MMK_R_quoteright" = -37; -"@MMK_R_quoteright.ss01" = -30; -"@MMK_R_semicolon" = -28; -"@MMK_R_seven" = -30; -"@MMK_R_slash" = 0; -"@MMK_R_three" = -64; -"@MMK_R_two" = -29; -"@MMK_R_zero" = -86; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 9; -"@MMK_R_S" = 2; -"@MMK_R_T" = -4; -"@MMK_R_U" = 3; -"@MMK_R_V" = -8; -"@MMK_R_W" = 0; -"@MMK_R_X" = -10; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = -3; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -19; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -8; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eight" = 2; -"@MMK_R_f" = 0; -"@MMK_R_five" = 4; -"@MMK_R_four" = 0; -"@MMK_R_g" = 8; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = 8; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 11; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 2; -"@MMK_R_one" = -3; -"@MMK_R_parenleft" = 7; -"@MMK_R_parenright" = -88; -"@MMK_R_period" = -7; -"@MMK_R_period.ss01" = -14; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -9; -"@MMK_R_quotedbl" = -21; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 3; -"@MMK_R_seven" = -5; -"@MMK_R_slash" = -8; -"@MMK_R_t" = 3; -"@MMK_R_three" = 0; -"@MMK_R_two" = -3; -"@MMK_R_u" = 3; -"@MMK_R_v" = -4; -"@MMK_R_w" = -2; -"@MMK_R_x" = -10; -"@MMK_R_y" = -5; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -101; -"@MMK_R_bracketright" = -45; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = 6; -"@MMK_R_hyphen.case" = -8; -"@MMK_R_parenright" = -82; -"@MMK_R_parenright.case" = -54; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = -66; -"@MMK_R_quotedbl" = -84; -"@MMK_R_quotedblleft" = -84; -"@MMK_R_quotedblleft.ss01" = -40; -"@MMK_R_quotedblright" = -54; -"@MMK_R_quoteright" = -52; -"@MMK_R_quoteright.ss01" = -39; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -13; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = 17; -"@MMK_R_O" = -16; -"@MMK_R_S" = -5; -"@MMK_R_T" = -39; -"@MMK_R_U" = -11; -"@MMK_R_V" = -39; -"@MMK_R_W" = -34; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -76; -"@MMK_R_Z" = 15; -"@MMK_R_a" = -5; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asterisk" = -98; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 15; -"@MMK_R_e" = -10; -"@MMK_R_eight" = -2; -"@MMK_R_f" = -19; -"@MMK_R_five" = -8; -"@MMK_R_four" = -9; -"@MMK_R_g" = -9; -"@MMK_R_guillemetleft" = -33; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -27; -"@MMK_R_hyphen.case" = -98; -"@MMK_R_i" = 0; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -10; -"@MMK_R_one" = -72; -"@MMK_R_parenleft" = -7; -"@MMK_R_parenright" = -58; -"@MMK_R_parenright.case" = -32; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -20; -"@MMK_R_question" = -55; -"@MMK_R_quotedbl" = -98; -"@MMK_R_quotedblleft" = -98; -"@MMK_R_quotedblright" = -98; -"@MMK_R_quoteright" = -98; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 14; -"@MMK_R_seven" = -81; -"@MMK_R_slash" = -2; -"@MMK_R_t" = -15; -"@MMK_R_three" = -2; -"@MMK_R_two" = 2; -"@MMK_R_u" = -4; -"@MMK_R_v" = -30; -"@MMK_R_w" = -22; -"@MMK_R_x" = 0; -"@MMK_R_y" = -42; -"@MMK_R_z" = 12; -"@MMK_R_zero" = -18; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -16; -"@MMK_R_S" = -9; -"@MMK_R_T" = -53; -"@MMK_R_U" = -14; -"@MMK_R_V" = -49; -"@MMK_R_W" = -39; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -92; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -10; -"@MMK_R_a.ss04" = -3; -"@MMK_R_asterisk" = -103; -"@MMK_R_bracketright" = -31; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -11; -"@MMK_R_egrave" = -11; -"@MMK_R_eight" = -6; -"@MMK_R_f" = -28; -"@MMK_R_five" = -9; -"@MMK_R_four" = -5; -"@MMK_R_g" = -12; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = -9; -"@MMK_R_hyphen.case" = -103; -"@MMK_R_i" = -8; -"@MMK_R_j" = -7; -"@MMK_R_l" = -8; -"@MMK_R_n" = -8; -"@MMK_R_nine" = -14; -"@MMK_R_one" = -89; -"@MMK_R_parenleft" = -14; -"@MMK_R_parenright" = -58; -"@MMK_R_parenright.case" = -31; -"@MMK_R_period.ss01" = -2; -"@MMK_R_pi" = -28; -"@MMK_R_quotedbl" = -92; -"@MMK_R_quotedblleft.ss01" = -103; -"@MMK_R_quoteright.ss01" = -103; -"@MMK_R_s" = -5; -"@MMK_R_seven" = -94; -"@MMK_R_slash" = -2; -"@MMK_R_t" = -25; -"@MMK_R_three" = -6; -"@MMK_R_two" = -8; -"@MMK_R_u" = -11; -"@MMK_R_v" = -34; -"@MMK_R_w" = -28; -"@MMK_R_x" = -4; -"@MMK_R_y" = -42; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -17; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -18; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -33; -"@MMK_R_J" = -29; -"@MMK_R_O" = 0; -"@MMK_R_S" = -14; -"@MMK_R_T" = -43; -"@MMK_R_U" = 0; -"@MMK_R_V" = -17; -"@MMK_R_W" = -15; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = -36; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -7; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = 0; -"@MMK_R_g" = 0; -"@MMK_R_i" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = 0; -"@MMK_R_n" = -2; -"@MMK_R_s" = 0; -"@MMK_R_t" = 0; -"@MMK_R_u" = 0; -"@MMK_R_z" = -3; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -38; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -31; -"@MMK_R_O" = -2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -3; -"@MMK_R_W" = -2; -"@MMK_R_X" = -20; -"@MMK_R_Y" = -18; -"@MMK_R_Z" = -12; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = -31; -"@MMK_R_asterisk" = 3; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -62; -"@MMK_R_comma.ss01" = -82; -"@MMK_R_e" = -29; -"@MMK_R_f" = 0; -"@MMK_R_g" = -21; -"@MMK_R_guillemetleft" = -56; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = -38; -"@MMK_R_hyphen.case" = -15; -"@MMK_R_i" = -4; -"@MMK_R_j" = -2; -"@MMK_R_l" = 0; -"@MMK_R_n" = -11; -"@MMK_R_parenleft" = -10; -"@MMK_R_parenright" = -57; -"@MMK_R_parenright.case" = -60; -"@MMK_R_period" = -64; -"@MMK_R_period.ss01" = -83; -"@MMK_R_pi" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -21; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -81; -"@MMK_R_t" = 0; -"@MMK_R_u" = -7; -"@MMK_R_v" = -2; -"@MMK_R_w" = -2; -"@MMK_R_x" = -5; -"@MMK_R_y" = -2; -"@MMK_R_z" = -8; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -6; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -38; -"@MMK_R_S" = -28; -"@MMK_R_T" = -43; -"@MMK_R_U" = -33; -"@MMK_R_V" = -52; -"@MMK_R_W" = -41; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -84; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -14; -"@MMK_R_e" = -34; -"@MMK_R_eight" = -26; -"@MMK_R_f" = -24; -"@MMK_R_five" = -31; -"@MMK_R_four" = -74; -"@MMK_R_g" = -14; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = -3; -"@MMK_R_j" = 32; -"@MMK_R_l" = -2; -"@MMK_R_n" = -4; -"@MMK_R_nine" = -32; -"@MMK_R_one" = -59; -"@MMK_R_parenright" = -28; -"@MMK_R_quotedbl" = -83; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quoteright" = -58; -"@MMK_R_s" = -20; -"@MMK_R_seven" = -62; -"@MMK_R_t" = -30; -"@MMK_R_three" = -25; -"@MMK_R_two" = -2; -"@MMK_R_u" = -20; -"@MMK_R_v" = -38; -"@MMK_R_w" = -31; -"@MMK_R_x" = 0; -"@MMK_R_y" = -26; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -37; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -48; -"@MMK_R_H" = -3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -33; -"@MMK_R_O" = -12; -"@MMK_R_S" = -3; -"@MMK_R_T" = 2; -"@MMK_R_U" = 0; -"@MMK_R_V" = 7; -"@MMK_R_W" = 8; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -30; -"@MMK_R_a.ss04" = -36; -"@MMK_R_asterisk" = 8; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -9; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma" = -105; -"@MMK_R_comma.ss01" = -103; -"@MMK_R_degree" = -2; -"@MMK_R_e" = -33; -"@MMK_R_egrave" = -23; -"@MMK_R_eight" = -7; -"@MMK_R_ellipsis" = -194; -"@MMK_R_f" = -4; -"@MMK_R_five" = -7; -"@MMK_R_four" = -54; -"@MMK_R_g" = -30; -"@MMK_R_guillemetleft" = -58; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = -53; -"@MMK_R_hyphen.case" = -21; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 59; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_lslash" = -15; -"@MMK_R_n" = -19; -"@MMK_R_nine" = -6; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -21; -"@MMK_R_parenright" = -24; -"@MMK_R_parenright.case" = -26; -"@MMK_R_percent" = 2; -"@MMK_R_period" = -98; -"@MMK_R_period.ss01" = -92; -"@MMK_R_pi" = -10; -"@MMK_R_plus" = -23; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = 7; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 6; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -28; -"@MMK_R_semicolon" = -9; -"@MMK_R_seven" = 4; -"@MMK_R_slash" = -90; -"@MMK_R_t" = -5; -"@MMK_R_three" = -8; -"@MMK_R_two" = -4; -"@MMK_R_u" = -16; -"@MMK_R_v" = -8; -"@MMK_R_w" = -9; -"@MMK_R_x" = -12; -"@MMK_R_y" = -8; -"@MMK_R_z" = -15; -"@MMK_R_zero" = -14; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -25; -"@MMK_R_S" = -15; -"@MMK_R_T" = -49; -"@MMK_R_U" = -20; -"@MMK_R_V" = -52; -"@MMK_R_W" = -45; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -87; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asterisk" = -130; -"@MMK_R_colon" = 7; -"@MMK_R_comma" = 9; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -20; -"@MMK_R_eight" = -13; -"@MMK_R_ellipsis" = 2; -"@MMK_R_f" = -26; -"@MMK_R_five" = -17; -"@MMK_R_four" = -19; -"@MMK_R_g" = -16; -"@MMK_R_guillemetleft" = -39; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -36; -"@MMK_R_hyphen.case" = -151; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = -7; -"@MMK_R_j" = 14; -"@MMK_R_l" = -7; -"@MMK_R_lslash" = -17; -"@MMK_R_n" = -7; -"@MMK_R_nine" = -20; -"@MMK_R_one" = -84; -"@MMK_R_parenleft" = -18; -"@MMK_R_percent" = -85; -"@MMK_R_period" = 10; -"@MMK_R_pi" = -26; -"@MMK_R_plus" = -102; -"@MMK_R_question" = -63; -"@MMK_R_quotedblleft" = -105; -"@MMK_R_quotedblright" = -217; -"@MMK_R_quoteright" = -105; -"@MMK_R_s" = -10; -"@MMK_R_seven" = -89; -"@MMK_R_slash" = -2; -"@MMK_R_t" = -25; -"@MMK_R_three" = -13; -"@MMK_R_two" = -5; -"@MMK_R_u" = -14; -"@MMK_R_v" = -37; -"@MMK_R_w" = -29; -"@MMK_R_x" = -2; -"@MMK_R_y" = -33; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -28; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -16; -"@MMK_R_S" = -9; -"@MMK_R_T" = -53; -"@MMK_R_U" = -13; -"@MMK_R_V" = -48; -"@MMK_R_W" = -39; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -92; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -9; -"@MMK_R_a.ss04" = -3; -"@MMK_R_asterisk" = -103; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -11; -"@MMK_R_egrave" = -11; -"@MMK_R_eight" = -5; -"@MMK_R_f" = -28; -"@MMK_R_five" = -9; -"@MMK_R_four" = -5; -"@MMK_R_g" = -6; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -9; -"@MMK_R_hyphen.case" = -103; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = -7; -"@MMK_R_j" = 26; -"@MMK_R_l" = -7; -"@MMK_R_lslash" = -20; -"@MMK_R_n" = -7; -"@MMK_R_nine" = -14; -"@MMK_R_one" = -89; -"@MMK_R_parenleft" = -12; -"@MMK_R_parenright" = -28; -"@MMK_R_parenright.case" = -7; -"@MMK_R_percent" = -87; -"@MMK_R_period.ss01" = -2; -"@MMK_R_pi" = -28; -"@MMK_R_plus" = -94; -"@MMK_R_quotedbl" = -103; -"@MMK_R_quotedblleft.ss01" = -103; -"@MMK_R_quoteright.ss01" = -103; -"@MMK_R_s" = -5; -"@MMK_R_seven" = -94; -"@MMK_R_slash" = 5; -"@MMK_R_t" = -23; -"@MMK_R_three" = -5; -"@MMK_R_two" = -6; -"@MMK_R_u" = -9; -"@MMK_R_v" = -34; -"@MMK_R_w" = -26; -"@MMK_R_x" = -3; -"@MMK_R_y" = -28; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -17; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -34; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = -28; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 10; -"@MMK_R_U" = 2; -"@MMK_R_V" = 12; -"@MMK_R_W" = 12; -"@MMK_R_X" = 7; -"@MMK_R_Y" = 12; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -21; -"@MMK_R_asterisk" = -6; -"@MMK_R_bracketright" = 6; -"@MMK_R_colon" = 10; -"@MMK_R_comma" = -105; -"@MMK_R_degree" = -5; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -18; -"@MMK_R_eight" = -2; -"@MMK_R_ellipsis" = -217; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -37; -"@MMK_R_g" = -15; -"@MMK_R_guillemetleft" = -40; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -47; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 12; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = -8; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -7; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -18; -"@MMK_R_percent" = 4; -"@MMK_R_period" = -98; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -8; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 10; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -11; -"@MMK_R_semicolon" = 9; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = -69; -"@MMK_R_t" = 0; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -5; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -7; -"@MMK_R_y" = -2; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -33; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -28; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = 8; -"@MMK_R_W" = 9; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 4; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = -15; -"@MMK_R_asterisk" = 9; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma.ss01" = -103; -"@MMK_R_degree" = 0; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -12; -"@MMK_R_eight" = -2; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -28; -"@MMK_R_g" = -10; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -16; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 51; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -8; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -20; -"@MMK_R_parenright.case" = -22; -"@MMK_R_percent" = 3; -"@MMK_R_period.ss01" = -103; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -2; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 8; -"@MMK_R_s" = -9; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = -62; -"@MMK_R_t" = 0; -"@MMK_R_three" = -4; -"@MMK_R_two" = 0; -"@MMK_R_u" = -5; -"@MMK_R_v" = -2; -"@MMK_R_w" = 0; -"@MMK_R_x" = -7; -"@MMK_R_y" = -2; -"@MMK_R_z" = -8; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -34; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = -28; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 10; -"@MMK_R_U" = 2; -"@MMK_R_V" = 12; -"@MMK_R_W" = 12; -"@MMK_R_X" = 7; -"@MMK_R_Y" = 12; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -21; -"@MMK_R_asterisk" = -6; -"@MMK_R_bracketright" = 6; -"@MMK_R_colon" = 10; -"@MMK_R_comma" = -105; -"@MMK_R_degree" = -5; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -18; -"@MMK_R_eight" = -2; -"@MMK_R_ellipsis" = -105; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -37; -"@MMK_R_g" = -15; -"@MMK_R_guillemetleft" = -40; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -42; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 12; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = -8; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -7; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -18; -"@MMK_R_percent" = 4; -"@MMK_R_period" = -98; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -8; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 10; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -11; -"@MMK_R_semicolon" = 9; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = -69; -"@MMK_R_t" = 0; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -5; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -7; -"@MMK_R_y" = -2; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -50; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -34; -"@MMK_R_O" = -13; -"@MMK_R_S" = -2; -"@MMK_R_T" = 0; -"@MMK_R_U" = -2; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -8; -"@MMK_R_Z" = -8; -"@MMK_R_a" = -38; -"@MMK_R_a.ss04" = -51; -"@MMK_R_asterisk" = 7; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon" = -14; -"@MMK_R_comma" = -105; -"@MMK_R_e" = -51; -"@MMK_R_egrave" = -23; -"@MMK_R_eight" = -7; -"@MMK_R_ellipsis" = -217; -"@MMK_R_f" = -10; -"@MMK_R_five" = -8; -"@MMK_R_four" = -77; -"@MMK_R_g" = -37; -"@MMK_R_guillemetleft" = -77; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -80; -"@MMK_R_hyphen.case" = -35; -"@MMK_R_i" = -8; -"@MMK_R_icircumflex" = 60; -"@MMK_R_j" = -8; -"@MMK_R_l" = -3; -"@MMK_R_lslash" = -15; -"@MMK_R_n" = -19; -"@MMK_R_nine" = -5; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -26; -"@MMK_R_parenright" = -38; -"@MMK_R_parenright.case" = -40; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -98; -"@MMK_R_pi" = -11; -"@MMK_R_plus" = -40; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 3; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -37; -"@MMK_R_semicolon" = -15; -"@MMK_R_seven" = 2; -"@MMK_R_slash" = -93; -"@MMK_R_t" = -8; -"@MMK_R_three" = -9; -"@MMK_R_two" = -3; -"@MMK_R_u" = -17; -"@MMK_R_v" = -9; -"@MMK_R_w" = -9; -"@MMK_R_x" = -13; -"@MMK_R_y" = -8; -"@MMK_R_z" = -16; -"@MMK_R_zero" = -15; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -42; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -33; -"@MMK_R_O" = -3; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -5; -"@MMK_R_Y" = -3; -"@MMK_R_Z" = -7; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -30; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma.ss01" = -103; -"@MMK_R_e" = -30; -"@MMK_R_egrave" = -24; -"@MMK_R_eight" = -2; -"@MMK_R_f" = 0; -"@MMK_R_five" = -4; -"@MMK_R_four" = -52; -"@MMK_R_g" = -24; -"@MMK_R_guillemetleft" = -55; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = -49; -"@MMK_R_hyphen.case" = -11; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = 55; -"@MMK_R_j" = -4; -"@MMK_R_l" = -2; -"@MMK_R_lslash" = -16; -"@MMK_R_n" = -14; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -15; -"@MMK_R_parenright" = -25; -"@MMK_R_parenright.case" = -26; -"@MMK_R_percent" = 0; -"@MMK_R_period.ss01" = -103; -"@MMK_R_pi" = -4; -"@MMK_R_plus" = -17; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -22; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -83; -"@MMK_R_t" = 0; -"@MMK_R_three" = -3; -"@MMK_R_two" = 0; -"@MMK_R_u" = -12; -"@MMK_R_v" = -3; -"@MMK_R_w" = -4; -"@MMK_R_x" = -8; -"@MMK_R_y" = -3; -"@MMK_R_z" = -11; -"@MMK_R_zero" = -5; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -25; -"@MMK_R_I.ss02" = -12; -"@MMK_R_J" = -29; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -12; -"@MMK_R_U" = 0; -"@MMK_R_V" = -12; -"@MMK_R_W" = -8; -"@MMK_R_X" = -30; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = -17; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -10; -"@MMK_R_asciicircum" = 3; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -44; -"@MMK_R_bracketright" = -60; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -41; -"@MMK_R_comma.ss01" = -57; -"@MMK_R_e" = -6; -"@MMK_R_egrave" = -6; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -52; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -19; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = -3; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -3; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -39; -"@MMK_R_oslash" = -6; -"@MMK_R_parenright" = -71; -"@MMK_R_period" = -41; -"@MMK_R_period.ss01" = -57; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -42; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -48; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -43; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -4; -"@MMK_R_y" = 2; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_s" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -48; -"@MMK_R_U" = 0; -"@MMK_R_V" = -23; -"@MMK_R_W" = -20; -"@MMK_R_X" = -14; -"@MMK_R_Y" = -56; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -7; -"@MMK_R_asterisk" = -36; -"@MMK_R_braceright" = -43; -"@MMK_R_bracketright" = -58; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = -19; -"@MMK_R_hyphen" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -13; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = -33; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -83; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = -22; -"@MMK_R_question.ss01" = -27; -"@MMK_R_quotedbl" = -29; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 3; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -56; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = -14; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -42; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -23; -"@MMK_R_v" = -7; -"@MMK_R_w" = -4; -"@MMK_R_x" = -15; -"@MMK_R_y" = -16; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -43; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -29; -"@MMK_R_O" = -8; -"@MMK_R_S" = 0; -"@MMK_R_T" = 2; -"@MMK_R_U" = 4; -"@MMK_R_V" = 5; -"@MMK_R_W" = 5; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -35; -"@MMK_R_a.ss04" = -45; -"@MMK_R_asterisk" = 6; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -14; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma" = -67; -"@MMK_R_comma.ss01" = -83; -"@MMK_R_degree" = -2; -"@MMK_R_e" = -44; -"@MMK_R_egrave" = -18; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -76; -"@MMK_R_f" = -8; -"@MMK_R_five" = -3; -"@MMK_R_four" = -60; -"@MMK_R_g" = -33; -"@MMK_R_guillemetleft" = -63; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = -44; -"@MMK_R_hyphen.case" = -23; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 61; -"@MMK_R_j" = 0; -"@MMK_R_n" = -18; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -9; -"@MMK_R_parenright" = -24; -"@MMK_R_parenright.case" = -26; -"@MMK_R_percent" = 2; -"@MMK_R_period" = -67; -"@MMK_R_period.ss01" = -83; -"@MMK_R_pi" = -11; -"@MMK_R_plus" = -31; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 3; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -34; -"@MMK_R_semicolon" = -14; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -80; -"@MMK_R_t" = -5; -"@MMK_R_three" = -6; -"@MMK_R_two" = -2; -"@MMK_R_u" = -15; -"@MMK_R_v" = -9; -"@MMK_R_w" = -9; -"@MMK_R_x" = -12; -"@MMK_R_y" = -8; -"@MMK_R_z" = -16; -"@MMK_R_zero" = -10; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -25; -}; -"@MMK_L_six" = { -"@MMK_R_A" = -7; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 7; -"@MMK_R_S" = 6; -"@MMK_R_T" = -2; -"@MMK_R_U" = 3; -"@MMK_R_V" = -11; -"@MMK_R_W" = -9; -"@MMK_R_X" = -17; -"@MMK_R_Y" = -23; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -4; -"@MMK_R_bracketright" = -7; -"@MMK_R_colon" = -6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_degree" = -13; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 9; -"@MMK_R_ellipsis" = -15; -"@MMK_R_f" = 0; -"@MMK_R_five" = 11; -"@MMK_R_four" = 4; -"@MMK_R_g" = 7; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = 12; -"@MMK_R_hyphen.case" = 3; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 39; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -4; -"@MMK_R_parenleft" = 7; -"@MMK_R_parenright" = -73; -"@MMK_R_parenright.case" = -73; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -8; -"@MMK_R_period.ss01" = -10; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -4; -"@MMK_R_seven" = -6; -"@MMK_R_slash" = -15; -"@MMK_R_t" = 0; -"@MMK_R_three" = 3; -"@MMK_R_two" = 0; -"@MMK_R_u" = 5; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -8; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 7; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -41; -"@MMK_R_H" = 18; -"@MMK_R_I.ss02" = 15; -"@MMK_R_J" = -20; -"@MMK_R_O" = -9; -"@MMK_R_S" = -3; -"@MMK_R_T" = 14; -"@MMK_R_U" = 18; -"@MMK_R_V" = 17; -"@MMK_R_W" = 17; -"@MMK_R_X" = 5; -"@MMK_R_Y" = 10; -"@MMK_R_Z" = 3; -"@MMK_R_a" = -33; -"@MMK_R_a.ss04" = -41; -"@MMK_R_asterisk" = 3; -"@MMK_R_bracketright" = 7; -"@MMK_R_colon" = -19; -"@MMK_R_colon.ss01" = -19; -"@MMK_R_comma" = -82; -"@MMK_R_comma.ss01" = -80; -"@MMK_R_e" = -39; -"@MMK_R_egrave" = -21; -"@MMK_R_eight" = -5; -"@MMK_R_ellipsis" = -85; -"@MMK_R_f" = -7; -"@MMK_R_five" = 0; -"@MMK_R_four" = -45; -"@MMK_R_g" = -33; -"@MMK_R_guillemetleft" = -51; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = -39; -"@MMK_R_hyphen.case" = -24; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 49; -"@MMK_R_j" = 16; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -22; -"@MMK_R_nine" = -5; -"@MMK_R_one" = -6; -"@MMK_R_parenleft" = -13; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = -17; -"@MMK_R_percent" = -3; -"@MMK_R_period" = -81; -"@MMK_R_period.ss01" = -79; -"@MMK_R_pi" = -15; -"@MMK_R_plus" = -31; -"@MMK_R_question" = -8; -"@MMK_R_quotedbl" = 16; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 4; -"@MMK_R_quoteright" = 4; -"@MMK_R_quoteright.ss01" = 9; -"@MMK_R_s" = -32; -"@MMK_R_seven" = 10; -"@MMK_R_slash" = -108; -"@MMK_R_t" = -7; -"@MMK_R_three" = -13; -"@MMK_R_two" = -8; -"@MMK_R_u" = -17; -"@MMK_R_v" = -16; -"@MMK_R_w" = -16; -"@MMK_R_x" = -21; -"@MMK_R_y" = -16; -"@MMK_R_z" = -16; -"@MMK_R_zero" = -14; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 2; -"@MMK_R_T" = -13; -"@MMK_R_V" = -9; -"@MMK_R_W" = -6; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = 2; -"@MMK_R_bracketright" = -7; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 6; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -8; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = -21; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -16; -"@MMK_R_icircumflex" = 12; -"@MMK_R_itilde" = 25; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -27; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = 7; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = -28; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -31; -"@MMK_R_twosuperior" = -9; -"@MMK_R_underscore" = 10; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = 2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_three" = { -"@MMK_R_A" = -4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 9; -"@MMK_R_T" = 0; -"@MMK_R_U" = 4; -"@MMK_R_V" = -10; -"@MMK_R_W" = -8; -"@MMK_R_X" = -15; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asterisk" = -3; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -7; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_degree" = -9; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 8; -"@MMK_R_eight" = 13; -"@MMK_R_ellipsis" = -12; -"@MMK_R_f" = 0; -"@MMK_R_five" = 8; -"@MMK_R_four" = 4; -"@MMK_R_g" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 41; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 2; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = 3; -"@MMK_R_parenright" = -71; -"@MMK_R_parenright.case" = -69; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -6; -"@MMK_R_period.ss01" = -7; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -8; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -12; -"@MMK_R_t" = 2; -"@MMK_R_three" = 5; -"@MMK_R_two" = 0; -"@MMK_R_u" = 4; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = 7; -"@MMK_R_O" = 0; -"@MMK_R_S" = 4; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -8; -"@MMK_R_W" = -6; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -20; -"@MMK_R_Z" = 3; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 13; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -5; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eight" = 2; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 2; -"@MMK_R_five" = 0; -"@MMK_R_four" = -2; -"@MMK_R_g" = -2; -"@MMK_R_guillemetleft" = -27; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -17; -"@MMK_R_hyphen.case" = -9; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 46; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 5; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -21; -"@MMK_R_percent" = 3; -"@MMK_R_period" = 14; -"@MMK_R_period.ss01" = 0; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -13; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 5; -"@MMK_R_three" = 0; -"@MMK_R_two" = 2; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -2; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -28; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = -6; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -8; -"@MMK_R_Z" = -9; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = -105; -"@MMK_R_comma.ss01" = -103; -"@MMK_R_fraction" = 8; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = -23; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 5; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -34; -"@MMK_R_parenright.case" = -34; -"@MMK_R_period" = -98; -"@MMK_R_period.ss01" = -103; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -8; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -48; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -33; -"@MMK_R_I.ss02" = -14; -"@MMK_R_J" = -26; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -13; -"@MMK_R_U" = 3; -"@MMK_R_V" = -12; -"@MMK_R_W" = -9; -"@MMK_R_X" = -26; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = -16; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = -17; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -41; -"@MMK_R_bracketright" = -56; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -30; -"@MMK_R_comma.ss01" = -34; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -12; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = -15; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -8; -"@MMK_R_g.ss05" = -7; -"@MMK_R_guillemetleft" = -20; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -9; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -3; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -42; -"@MMK_R_oslash" = -12; -"@MMK_R_parenright" = -69; -"@MMK_R_period" = -30; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -6; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -52; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -43; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -35; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = -36; -"@MMK_R_v" = 4; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -28; -"@MMK_R_I.ss02" = -13; -"@MMK_R_J" = -21; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -13; -"@MMK_R_U" = 3; -"@MMK_R_V" = -12; -"@MMK_R_W" = -7; -"@MMK_R_X" = -24; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = -15; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = -14; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -40; -"@MMK_R_bracketright" = -51; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = -25; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -31; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -11; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -5; -"@MMK_R_g.ss05" = -5; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -5; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -42; -"@MMK_R_oslash" = -9; -"@MMK_R_parenright" = -69; -"@MMK_R_period" = -27; -"@MMK_R_period.ss01" = -30; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -5; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -51; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -36; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = -12; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -30; -"@MMK_R_v" = 4; -"@MMK_R_w" = 5; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = -4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -15; -"@MMK_R_U" = -2; -"@MMK_R_V" = -17; -"@MMK_R_W" = -15; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asciicircum" = -9; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -30; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -22; -"@MMK_R_egrave" = -22; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = -26; -"@MMK_R_foursuperior" = -7; -"@MMK_R_g" = -12; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -42; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -26; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -9; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -50; -"@MMK_R_oslash" = -22; -"@MMK_R_parenright" = -52; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -5; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -63; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -17; -"@MMK_R_trademark" = -39; -"@MMK_R_twosuperior" = -32; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 17; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = -2; -"@MMK_R_z" = 2; -"@MMK_R_zero" = -6; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -32; -"@MMK_R_I.ss02" = -13; -"@MMK_R_J" = -25; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -13; -"@MMK_R_U" = 0; -"@MMK_R_V" = -10; -"@MMK_R_W" = -4; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = -16; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = -18; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -32; -"@MMK_R_bracketright" = -58; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -35; -"@MMK_R_comma.ss01" = -37; -"@MMK_R_e" = -14; -"@MMK_R_egrave" = -14; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -39; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -18; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -10; -"@MMK_R_g.ss05" = -8; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -11; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -6; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -41; -"@MMK_R_oslash" = -14; -"@MMK_R_parenright" = -68; -"@MMK_R_period" = -35; -"@MMK_R_period.ss01" = -37; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = -3; -"@MMK_R_quoteright" = -3; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -8; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -46; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -49; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -35; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -41; -"@MMK_R_v" = 4; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -17; -"@MMK_R_U" = 0; -"@MMK_R_V" = -15; -"@MMK_R_W" = -11; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -33; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = -6; -"@MMK_R_braceright" = -30; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 8; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -4; -"@MMK_R_egrave" = -4; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = -6; -"@MMK_R_foursuperior" = -3; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = -27; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -14; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -6; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -45; -"@MMK_R_oslash" = -4; -"@MMK_R_parenright" = -55; -"@MMK_R_period" = 9; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question.ss01" = -6; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = -47; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -37; -"@MMK_R_twosuperior" = -13; -"@MMK_R_underscore" = 11; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 2; -"@MMK_R_y" = -2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = -14; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = -8; -"@MMK_R_O" = 11; -"@MMK_R_S" = 2; -"@MMK_R_T" = -10; -"@MMK_R_U" = 4; -"@MMK_R_V" = -14; -"@MMK_R_W" = -11; -"@MMK_R_X" = -26; -"@MMK_R_Y" = -32; -"@MMK_R_Z" = -9; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -10; -"@MMK_R_bracketright" = -23; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -18; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_degree" = -12; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -24; -"@MMK_R_f" = 5; -"@MMK_R_five" = 3; -"@MMK_R_four" = 2; -"@MMK_R_g" = 8; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = 8; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 23; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 7; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = 9; -"@MMK_R_parenright" = -86; -"@MMK_R_parenright.case" = -88; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -18; -"@MMK_R_period.ss01" = -17; -"@MMK_R_pi" = 5; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 3; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -24; -"@MMK_R_t" = 9; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 4; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = -5; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 11; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -18; }; -A = { -Dcroat = -6; -Eth = -6; -Iogonek = 2; -Jcircumflex = 4; -Lslash = -3; -Tbar = -30; -Tcedilla = -40; -Ycircumflex = -59; -Ydieresis = -59; -Ydieresis.ss01 = -59; -Ydotbelow = -59; -Ydotbelow.ss01 = -59; -Ygrave = -59; -ampersand = -4; -asciitilde = -21; -at = -11; -backslash = -43; -dollar = -6; -eight = -3; -equal = -8; -five = -7; -gbreve.ss06 = 0; -germandbls = -25; -jcircumflex = 0; -less = -15; -logicalnot = -16; -minus = -22; -multiply = -18; -nine = -11; -numbersign = -13; -ordfeminine = -41; -ordmasculine = -43; -parenleft = 0; -parenleft.case = -12; -plus = -19; -quotedbl = -51; -quotedblleft.ss01 = -33; -quoteleft = -38; -quoteright.ss01 = -27; -registered = -35; -seven = -34; -three = -6; -two = 0; +Tbar = { +A = -49; +Aacute = -49; +T = 9; +Tbar = 9; +a = -20; +a.ss05 = -32; +e = -23; +o = -23; +oslash = -23; +tbar = -25; +period = -56; +comma = -56; +slash = -67; +period.ss01 = -69; +comma.ss01 = -73; +hyphen = -14; +guillemetleft = -15; +guilsinglleft = -15; }; -Aacute = { -Dcroat = -6; -Eth = -6; -Tbar = -27; -Tcedilla = -40; -registered = -35; +itilde = { +exclam.ss01 = 30; +quotedbl = 29; }; -Abreve = { -Tcedilla = -40; -V = -53; +Idotaccent.ss01 = { +l.ss04 = 23; }; -Acircumflex = { -T = -42; -Tcedilla = -40; -Tcommaaccent = -40; -V = -43; -Y = -47; -Ydieresis = -45; -Ydotbelow = -45; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -9; +"@MMK_R_KO_eight" = 11; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_sevensuperior" = -25; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_parenright.case" = -60; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = -12; +"@MMK_R_KO_percent" = -9; }; -Acircumflexacute = { -T = -42; -Y = -50; +ibreve = { +T = 0; +parenright = 0; +quotesingle = 30; }; -Acircumflexdotbelow = { -T = -40; -Y = -47; +multiply = { +one = -11; +seven.numr = -69; +parenright = -80; +parenright.case = -76; +A = -32; +J = -54; +T = -68; +V = -33; +X = -60; +Y = -69; +p = -6; }; -Acircumflexdotbelow.ss01 = { -T = -40; -Y = -47; +Ccircumflex = { +jcircumflex = 8; }; -Acircumflexgrave = { -Y = -50; +q = { +j = 12; +j.ss01 = 12; +comma = 2; +slash = 2; +parenright = -15; +braceright = -6; +bracketright = -13; }; -Acircumflexhookabove = { -Y = -46; +tcaron = { +a = 0; +b = 19; +h = 20; +k = 20; +l = 19; +o = -4; +f = 23; +i = 17; +j = 20; +sixsuperior = 74; +onesuperior = 0; +twosuperior = 31; +threesuperior = 35; +fivesuperior = 72; +sevensuperior = 0; +eightsuperior = 59; +ninesuperior = 69; +period = 0; +comma = 0; +colon = 5; +exclam = 74; +question = 60; +exclam.ss01 = 70; +hyphen = -36; +parenright = 16; +bracketright = 20; +quotedblleft = 72; +quotedblright = 68; +quoteleft = 72; +guillemetleft = -26; +guilsinglleft = -26; +quotedbl = 72; +quotesingle = 72; +quotedblleft.ss01 = 68; +quoteleft.ss01 = 68; +quotedblright.ss01 = 74; }; -Acircumflextilde = { -Y = -46; +uogonek = { +j = 5; +j.ss01 = 5; +parenright = -11; +bracketright = -12; }; -Adieresis = { -T = -42; -Tcedilla = -40; -V = -53; -Y = -59; -Ydieresis = -55; -registered = -35; +seven.dnom = { +period = -32; +comma = -32; +question = -94; +period.ss01 = -31; +comma.ss01 = -35; +question.ss01 = -94; +parenright = -79; +parenright.case = -70; +quotedblleft = -82; +quotedblright = -92; +quoteleft = -82; +quoteright = -95; +quotedbl = -108; +quotesingle = -85; +quotedblleft.ss01 = -2; +quoteleft.ss01 = 0; +quotedblright.ss01 = -28; +quoteright.ss01 = -28; +degree = -96; }; -Adieresis.ss01 = { -Ydieresis.ss01 = -40; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = -23; +"@MMK_R_KO_O" = -66; +"@MMK_R_KO_Oacute" = -66; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = -63; +"@MMK_R_KO_S" = -54; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = -25; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -67; +"@MMK_R_KO_zero" = -68; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_two" = -24; +"@MMK_R_KO_three" = -53; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = -38; +"@MMK_R_KO_six" = -69; +"@MMK_R_KO_seven" = -23; +"@MMK_R_KO_eight" = -50; +"@MMK_R_KO_nine" = -59; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_foursuperior" = -70; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -40; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_hyphen.case" = -71; +"@MMK_R_KO_endash.case" = -72; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_quotedblleft" = -62; +"@MMK_R_KO_quotedblright" = -37; +"@MMK_R_KO_quoteleft" = -62; +"@MMK_R_KO_quoteright" = -36; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -61; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -51; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_degree" = -61; +"@MMK_R_KO_plus" = -84; +"@MMK_R_KO_percent" = -52; +}; +Igrave.ss02 = { +igrave = 11; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 35; +"@MMK_R_KO_imacron" = 47; +"@MMK_R_KO_itilde" = 42; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_backslash" = 23; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -44; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = 13; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 13; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -13; }; Amacron = { -T = -42; -Tcedilla = -40; -V = -53; -Y = -58; -Ycircumflex = -58; -}; -Aogonek = { -Lslash = 0; -comma = 16; -comma.ss01 = 13; -parenright = 0; -period = 10; -semicolon = 18; -}; -Aring = { -Tcedilla = -40; -V = -53; -Ydieresis = -59; -Ydieresis.ss01 = -59; +endash.case = -27; }; -Atilde = { -V = -53; -Y = -59; -ordfeminine = -41; -}; -B = { -Hbar = 24; +hyphen = { +Dcroat = 7; Lslash = 9; -OE = 2; -Oslash = 3; -Tcedilla = 0; -acircumflexacute.ss05 = 3; -ampersand = 4; -eight = 13; -five = 8; -greater = 2; -hbar = 12; -idieresis = 36; -jcircumflex = 41; -minus = -8; -nine = 2; -parenleft = 3; -plus = -8; -three = 5; -two = 0; +Oslash = 0; +x = -42; +l.ss03 = 3; +mu = 1; +zero.numr = -79; +one.numr = -80; +three.numr = -46; +four.numr = -111; +five.numr = -72; +six.numr = -79; +seven.numr = -83; +eight.numr = -51; +nine.numr = -71; +threesuperior = -43; +fivesuperior = -53; +eightsuperior = -45; +colon = -53; +semicolon = -49; +questiondown = -56; +question.ss01 = -89; +questiondown.ss01 = -56; +parenleft = 6; +braceright = -65; +quotesinglbase = -99; +quotedblbase = -99; +quotedblbase.ss01 = -22; +quoteleft.ss01 = -98; +quoteright.ss01 = -98; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_Y" = -87; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = -31; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -71; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -62; +"@MMK_R_KO_asterisk" = -75; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_backslash" = -65; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -61; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -63; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -77; +"@MMK_R_KO_braceright" = -66; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -75; +"@MMK_R_KO_asciicircum" = -49; }; -C = { -Lslash = 6; -OE = 2; -Tcedilla = -3; -ampersand = 0; -bracketright.case = -22; -dollar = 3; -eight = 6; -five = 0; -greater = 3; -minus = -8; -nine = 3; -numbersign = 0; -plus = -8; -seven = 0; -three = 0; -two = 0; +l = { +Hbar = 30; +l = 0; +hbar = 5; +igrave = 2; +ibreve = 4; +icaron = 3; +idieresis = 5; +jcircumflex = 0; +periodcentered.loclCAT = 9; +at = 0; +notequal = 0; +logicalnot = 0; }; -Ccircumflex = { -jcircumflex = 40; +registered = { +period = -99; +comma = -100; +slash = -88; +period.ss01 = -96; +comma.ss01 = -98; +parenright = -72; +parenright.case = -71; +trademark = -37; }; -Cdotaccent = { -Hbar = 25; +quotedblright.ss01 = { +icircumflex = 36; +g.ss06 = -35; +mu = -16; +questiondown.case = -84; +ellipsis.ss01 = -213; +questiondown.ss01 = -93; +asciitilde = -67; }; -D = { -Dcroat = 14; -Eth = 14; -Hbar = 16; -Jcircumflex = -10; -Lslash = 10; -OE = 12; -Oslash = 12; -Ycircumflex = -33; -ampersand = 0; -at = 11; -bracketright.case = -27; -eight = 0; -equal = 5; -five = 4; -idotbelow = 2; -lacute = 2; -less = 0; -nine = 7; -parenleft = 9; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -35; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -38; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = -24; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -92; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_foursuperior" = -94; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_question" = -92; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_quotedblleft" = -88; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -88; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -49; +"@MMK_R_KO_quotedbl" = -117; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -4; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -39; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -92; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 40; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = -45; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -27; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = -23; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -90; +"@MMK_R_KO_comma" = -90; +"@MMK_R_KO_colon" = -22; +"@MMK_R_KO_semicolon" = -19; +"@MMK_R_KO_ellipsis" = -105; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -66; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -88; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -24; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -53; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -42; }; -Dcroat = { -Dcroat = 14; -acircumflexacute.ss05 = 0; -idotbelow = 2; -ihookabove = 2; +published = { +parenright = -106; +parenright.case = -101; }; -E = { -H = 0; -Hbar = 25; -Iogonek = 0; -Jcircumflex = 6; -Tcedilla = 4; -asciitilde = -13; -backslash = 8; -eight = 0; -equal = 0; -exclam.ss01 = 4; -gbreve.ss06 = 5; -germandbls = -11; -idieresis = 63; -idieresis.ss01 = 74; -jcircumflex = 55; -minus = -4; -multiply = -22; -numbersign = -12; -registered = -9; -seven = 0; -three = 0; -two = 0; +emdash.case = { +one.numr = -65; +seven.numr = -68; +question.ss01 = -108; +quotedblbase = -204; +quotedblbase.ss01 = -213; +quoteright.ss01 = -15; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = -7; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -8; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -45; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_endash.case" = 2; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_parenright.case" = -68; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_degree" = -17; +"@MMK_R_KO_plus" = -7; +"@MMK_R_KO_percent" = -3; }; -Ecircumflex = { -Icircumflex = 54; +Atilde = { +ordfeminine = -58; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; }; -Ecircumflexdotbelow = { -C = 0; -T = 5; -comma = 9; -period = 10; +quotesingle = { +Hbar = 30; +eacute = -48; +hbar = 22; +igrave = 22; +icaron = 31; +icircumflex = 31; +idieresis = 40; +imacron = 39; +itilde = 32; +jcircumflex = 29; +idieresis.ss01 = 39; +g.ss06 = -42; +mu = -18; +exclamdown = -38; +questiondown = -85; +backslash = 16; +questiondown.case = -81; +questiondown.ss01 = -85; +underscore = -85; +ampersand = -54; +lessequal = -10; +asciitilde = -66; }; -Ecircumflexdotbelow.ss01 = { -T = 5; +exclam = { +exclam = 3; +parenright = -31; +guillemetleft = -12; +guillemetright = -2; }; -Ecircumflexgrave = { -comma = 9; -period = 10; +Imacron.ss02 = { +endash.case = -57; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -52; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -50; +"@MMK_R_KO_asciicircum" = -15; }; -Ecircumflexhookabove = { -comma = 9; -period = 10; +imacron = { +ncommaaccent = 1; +lcommaaccent = 5; +three = 19; +exclam.ss01 = 38; +quotedbl = 39; }; -Ecircumflextilde = { -comma = 9; +three = { +icircumflex = 18; +braceright = -36; +bracketright.case = -48; +trademark = -30; }; -Edieresis = { -Idieresis = 75; +radical = { +four = -61; +seven = 2; +hyphen = -51; +A = -76; +J = -47; +J.ss10 = -71; +a = -46; +d = -47; +a.ss05 = -55; +c = -50; +g = -45; +s = -45; +l.ss04 = 13; +g.ss06 = -53; }; -Edotaccent = { -scaron = 0; +quotesinglbase = { +Iogonek = 0; +oslash = -18; +p = 2; +jcircumflex = 18; +germandbls = -56; +numbersign = -56; +parenleft.case = -26; +at = -25; +copyright = -71; +published = -71; +dollar = -21; +euro = -62; +minus = -100; +equal = -65; +approxequal = -55; }; -Emacron = { -Imacron = 28; -gcommaaccent.ss06 = 4; +germandbls = { +a = 0; +d = 0; +a.ss05 = 0; +e = 0; +f = -17; +g = 0; +i = 0; +s = -2; +t = -15; +v = -17; +w = -10; +g.ss06 = 0; +t_i.liga = -11; +t_t.liga = -11; +period.ss01 = -10; +comma.ss01 = -14; +hyphen = 0; +parenright = -73; +bracketright = -63; +quotedblleft = -18; +quotesingle = -23; }; -Eogonek = { -comma = 13; -parenright = -2; -period = 10; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -25; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -23; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -96; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = -32; +"@MMK_R_KO_one" = -86; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -32; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -80; +"@MMK_R_KO_asterisk" = -100; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -99; +"@MMK_R_KO_hyphen.case" = -100; +"@MMK_R_KO_quotedblleft" = -100; +"@MMK_R_KO_quoteleft" = -100; +"@MMK_R_KO_quoteright" = -100; +"@MMK_R_KO_guillemetleft" = -80; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_plus" = -100; +"@MMK_R_KO_percent" = -100; }; -Eth = { -Eth = 14; -Oslash = 12; +Odieresis = { +Eth = 9; +Germandbls = -2; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -5; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -71; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_sevensuperior" = -85; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -33; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -36; +"@MMK_R_KO_endash.case" = -23; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_parenright.case" = -59; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_degree" = -14; +"@MMK_R_KO_plus" = -44; +"@MMK_R_KO_percent" = -5; }; -F = { -Hbar = 23; -adieresis = -3; -ampersand = -19; -backslash = 14; -eight = 0; -eightinferior = -16; -ellipsis.ss01 = -96; -fiveinferior = -19; -fourinferior = -41; -iacute = -7; -idieresis = 69; -nine = 0; -numbersign = -11; -seven = 0; -sixinferior = -18; -three = -8; -threeinferior = -15; -two = -5; -twoinferior = -13; -udieresis = -5; +e = { +idieresis = 1; +germandbls = -16; +gbreve.ss06 = 0; +seven = -34; +emdash = 0; +registered = -14; +logicalnot = 0; +asciitilde = -13; }; -G = { -Eth = 4; -Hbar = 16; -Lslash = 6; -Oslash = 5; -Ycircumflex = -29; -backslash = -13; -eight = 4; -hbar = 8; -jcircumflex = 29; -parenleft = 5; -three = 0; -two = 0; +Oacute = { +Eth = 9; +Lslash = 4; }; -G.ss07 = { -Hbar = 24; -Lslash = 9; -Oslash = 9; -eight = 7; -hbar = 11; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -35; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -53; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -22; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -67; +"@MMK_R_KO_twosuperior" = -48; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -82; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -31; +"@MMK_R_KO_period.ss01" = 6; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -42; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_braceright" = -56; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -37; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -38; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -54; +"@MMK_R_KO_asciicircum" = -24; }; Germandbls = { -A = -4; +B = 0; E = 0; -G = 3; I = 0; L = 0; S = 0; -T = -9; +T = -11; Z = 0; -a = 4; -hyphen = 8; -parenright = -26; +a = 0; +foursuperior = -48; +hyphen = 6; }; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 18; -endash = 0; -exclam = 0; -greater = 0; -hyphen = 0; -ibreve = 28; -jcircumflex = 45; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 1; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -7; +}; +six.dnom = { +question = -82; +question.ss01 = -86; +parenright = -68; +quotedblleft = -101; +quotedblright = -92; +quoteleft = -100; +quoteright = -94; +quotedbl = -110; +quotesingle = -85; +quotedblleft.ss01 = -60; +quoteleft.ss01 = -60; +quotedblright.ss01 = -80; +quoteright.ss01 = -80; +degree = -121; +}; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -52; +}; +less = { +two = 0; +three = 2; +parenright = -59; +less = -29; +S = 2; +}; +Acircumflex = { +six = -24; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -27; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_ellipsis" = -100; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -88; +"@MMK_R_KO_hyphen" = -100; +"@MMK_R_KO_endash" = -86; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -38; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -7; +"@MMK_R_KO_plus" = -20; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -70; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_J" = -52; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -172; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_a.ss05" = -57; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -42; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_s" = -41; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_t_t.liga" = -6; +}; +ellipsis.ss01 = { +Dcroat = -27; +Tbar = -77; +tbar = -54; +twosuperior = -134; +threesuperior = -139; +fivesuperior = -139; +eightsuperior = -136; +question.ss01 = -95; +parenleft = -20; +braceright = -73; +parenleft.case = -32; +quoteleft.ss01 = -98; +quoteright.ss01 = -98; +}; +u = { l = 0; -n = 0; -o = 0; +idieresis = 1; s = 0; -x = 0; +germandbls = 0; +logicalnot = 0; }; -Hbar = { -B = 24; -D = 24; -E = 24; -F = 24; -Gdotaccent = 17; -H = 24; -Hbar = 53; -I = 24; -I.ss02 = 25; -K = 24; -L = 24; -M = 24; -N = 24; -O = 18; -Q = 18; -R = 24; -S = 27; -T = 23; -U = 28; -W = 24; -Zdotaccent = 20; -b = 23; -exclam = 29; -i = 19; -i.ss01 = 16; -idotaccent = 19; -j = 20; -l = 23; -l.ss04 = 47; -ninesuperior = 25; -question = 25; -quotedblright = 24; -quoteright = 24; -quotesingle = 28; -sixsuperior = 24; -u = 6; -w = 19; +colon.ss01 = { +T = -65; +V = -30; +Y = -63; +zero = -8; +one = -18; +three = -5; +four = -17; +onesuperior = -73; +sevensuperior = -78; +emdash = -33; +parenright = -67; +braceright = -65; +bracketright = -77; }; -I = { -Hbar = 25; -backslash = 18; -greater = 0; -jcircumflex = 45; +ocircumflexacute = { +sevensuperior = 0; +parenright = 0; +bracketright = 0; +quotedbl = 0; +quotesingle = 0; }; -I.ss02 = { -Dcroat = -6; -Eth = -6; -Tcedilla = 0; -jcircumflex = 57; -logicalnot = -32; -minus = -37; -plus = -36; +egrave = { +T = -62; }; -Iacute = { -Igrave = 106; -Rcaron = 20; -Tcaron = 41; -U = 2; -comma.ss01 = -7; -l.ss04 = 22; -parenright = 5; -period.ss01 = -7; +Jcircumflex = { +jcircumflex = 29; +parenright = 0; +bracketright = 0; +parenright.case = 0; +bracketright.case = 0; }; -Iacute.ss02 = { -Eth = 0; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_bracketright.case" = -45; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -19; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -45; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -63; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = -43; +"@MMK_R_KO_I.ss02" = -50; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -3; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -89; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -32; +"@MMK_R_KO_y" = -68; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -22; +"@MMK_R_KO_seven" = -79; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -99; +"@MMK_R_KO_onesuperior" = -99; +"@MMK_R_KO_foursuperior" = -99; +"@MMK_R_KO_sevensuperior" = -99; +"@MMK_R_KO_ninesuperior" = -99; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -78; +"@MMK_R_KO_asterisk" = -99; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_hyphen" = -92; +"@MMK_R_KO_endash" = -99; +"@MMK_R_KO_hyphen.case" = -99; +"@MMK_R_KO_endash.case" = -99; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_quotedblleft" = -99; +"@MMK_R_KO_quotedblright" = -99; +"@MMK_R_KO_quoteleft" = -99; +"@MMK_R_KO_quoteright" = -99; +"@MMK_R_KO_guillemetleft" = -74; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -99; +"@MMK_R_KO_quotesingle" = -85; +}; +udieresis = { +germandbls = 0; }; -Ibreve = { -Imacron = 79; +E = { +Hbar = 24; +igrave = 27; +idieresis = 54; +jcircumflex = 48; +germandbls = -13; +idieresis.ss01 = 49; +zero = -5; +two = 3; +six = -7; +seven = 4; +numbersign = -10; +registered = -9; +multiply = -41; +logicalnot = 0; +asciitilde = -22; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -65; +"@MMK_R_KO_Oacute" = -65; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -48; +"@MMK_R_KO_S" = -34; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = -41; +"@MMK_R_KO_V" = -70; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -88; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_eacute" = -59; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 45; +"@MMK_R_KO_s" = -53; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_v" = -67; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_pi" = -29; +"@MMK_R_KO_zero" = -67; +"@MMK_R_KO_one" = -79; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -39; +"@MMK_R_KO_four" = -130; +"@MMK_R_KO_five" = -35; +"@MMK_R_KO_six" = -66; +"@MMK_R_KO_seven" = -76; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -49; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -125; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 6; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblright" = -191; +"@MMK_R_KO_quotedbl" = -187; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblright.ss01" = -191; }; -Icircumflex = { -Icircumflex = 122; -bracketright = 52; -icircumflex = 45; -l.ss04 = 22; -parenright = 55; -parenright.case = 56; +Lcaron = { +A = 7; +B = 49; +M = 49; +N = 49; +K = 49; +C = -2; +O = -2; +G = -2; +Ccaron = -2; +Ocircumflex = -2; +J = 18; +S = 19; +Scaron = 19; +T = 46; +U = 50; +Uacute = 50; +V = 37; +W = 39; +Zcaron = 53; +I.ss02 = 60; +a = -9; +u = -5; +v = -52; +w = -30; +sixsuperior = 25; +onesuperior = 0; +twosuperior = 0; +threesuperior = 0; +foursuperior = -11; +fivesuperior = 23; +sevensuperior = 0; +eightsuperior = 0; +ninesuperior = 24; +period = 6; +comma = 6; +question = 0; +question.ss01 = 0; +hyphen = -31; +hyphen.case = -80; +parenright = 0; +quotedblleft = 17; +quoteleft = 17; +guillemetleft = -59; +guilsinglleft = -59; +quotedbl = 48; +quotesingle = 48; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; }; -Idieresis = { -Idieresis = 143; -Igrave = 95; -idieresis = 55; -parenright = 39; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -52; +"@MMK_R_KO_I.ss02" = -46; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = -17; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -78; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -55; +"@MMK_R_KO_comma" = -55; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -62; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -71; +"@MMK_R_KO_backslash" = -28; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -56; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -20; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_underscore" = -67; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -65; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = -15; +}; +Udieresis.ss01 = { +b = -11; +}; +twosuperior = { +A = -40; +fraction = 0; +period = -99; +comma = -100; +slash = -75; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -2; +parenright = -38; +parenright.case = -37; }; -Idieresis.ss01 = { -Idieresis.ss01 = 140; -Igrave = 110; +period = { +g.ss06 = 0; +ordfeminine = -99; +ordmasculine = -99; +twosuperior = -99; +threesuperior = -99; +fivesuperior = -99; +eightsuperior = -99; +parenleft = -9; +braceright = -58; +parenleft.case = -21; }; -Idieresis.ss02 = { -idieresis = 65; +uhorntilde = { +a = -30; +a.ss05 = -38; +n = -12; +u = -10; +period = -40; +comma = -40; +ellipsis = -45; +question = 0; +period.ss01 = -39; +ellipsis.ss01 = -39; +comma.ss01 = -43; +parenright = -59; +quotedblright = 0; +quotedbl = 0; }; -Idotaccent = { -l.ss04 = 22; +nine = { +ordmasculine = -8; +underscore = -71; +braceright = -59; +braceright.case = -53; +bracketright.case = -70; +trademark = -47; +asciicircum = -16; }; -Idotaccent.ss01 = { -l.ss04 = 22; -period.ss01 = -7; +T = { +Hbar = 24; +Lslash = -9; +Oslash = -20; +Tbar = 9; +aacute = -65; +agrave = -47; +adotbelow = -65; +adotbelow.ss01 = -65; +aogonek = -65; +adieresis = -22; +ahookabove = -65; +ae = -68; +a.ss05 = -67; +aacute.ss05 = -66; +aogonek.ss05 = -67; +adotbelow.ss05 = -67; +cacute = -67; +ccedilla = -67; +eacute = -67; +edotaccent = -67; +eogonek = -67; +edotbelow = -67; +edotbelow.ss01 = -67; +edotaccent.ss01 = -67; +egrave = -38; +ecaron = -29; +ehookabove = -67; +oacute = -67; +ohookabove = -67; +ograve = -43; +ocircumflexhookabove = -36; +ohungarumlaut = -52; +odotbelow = -67; +ohorngrave = -43; +ohornacute = -67; +odotbelow.ss01 = -67; +oslash = -67; +gbreve = -49; +i.ss01 = -2; +idotaccent.ss01 = -2; +iacute = -21; +igrave = 0; +rcaron = 0; +ihookabove = -21; +idotless = -63; +ibreve = 0; +icaron = 0; +idieresis = 0; +racute = -47; +scaron = -26; +scircumflex = -21; +uacute = -59; +uhorndotbelow = -60; +uhorndotbelow.ss01 = -60; +ugrave = -43; +udotbelow = -60; +uogonek = -60; +uhorngrave = -43; +uhornacute = -59; +udotbelow.ss01 = -60; +uhornhookabove = -59; +ygrave = -37; +ycircumflex = -27; +yhookabove = -70; +zcaron = -2; +idieresis.ss01 = 0; +zero = -23; +six = -23; +seven = 7; +zeroinferior = -67; +twoinferior = -70; +numbersign = -51; +endash.case = -54; +parenleft.case = -18; +guilsinglleft = -60; +guilsinglright = -58; +at = -47; +ampersand = -48; +registered = -18; +plus = -73; +minus = -75; +multiply = -71; +divide = -72; +equal = -45; +less = -82; +greaterequal = 0; +plusminus = -65; +approxequal = -57; +logicalnot = -61; +asciitilde = -77; +}; +quotesinglbase.ss01 = { +Dcroat = -15; +T = -65; +Tcaron = -65; +V = -71; +W = -61; +Y = -98; +oslash = -10; +germandbls = -54; +numbersign = -58; +question.ss01 = -86; +parenleft.case = -19; +quoteright.ss01 = -98; +at = -20; +copyright = -54; +published = -54; +euro = -48; +minus = -98; +equal = -21; +approxequal = -21; +}; +Q = { +Dcroat = 0; +two = 5; +seven = -10; +registered = -10; +}; +quoteright = { +Hbar = 30; +a.ss05 = -57; +eacute = -60; +hbar = 20; +igrave = 16; +icircumflex = 29; +idieresis = 37; +imacron = 32; +itilde = 31; +jcircumflex = 24; +scaron = -40; +x = -16; +g.ss06 = -53; +gdotaccent.ss06 = -53; +mu = -18; +questiondown = -100; +questiondown.case = -82; +quotedblbase = -100; +euro = -30; +asciitilde = -72; +}; +minus = { +one = -87; +two = -73; +three = -102; +seven = -92; +one.numr = -57; +seven.numr = -61; +period = -99; +comma = -100; +period.ss01 = -96; +comma.ss01 = -98; +parenright = -87; +parenright.case = -84; +quotedblleft = -28; +quotedblright = -25; +quoteleft = -28; +quoteright = -25; +guillemetright = -44; +quotedbl = -52; +quotesingle = -52; +quotedblleft.ss01 = -15; +quoteleft.ss01 = -15; +quotedblright.ss01 = -17; +quoteright.ss01 = -17; +tenge = -21; +yen = -47; +x = -40; +}; +ldot.ss04 = { +a = 3; +e = 0; +period = -99; +comma = -100; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -39; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -34; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = -6; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -35; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -10; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_parenright.case" = -61; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -37; +"@MMK_R_KO_degree" = -48; +"@MMK_R_KO_plus" = -21; +"@MMK_R_KO_percent" = -37; +}; +acircumflexacute.ss05 = { +t = -15; +y = -34; +t_i.liga = -10; +t_t.liga = -10; +question = -37; +question.ss01 = -37; +}; +p = { +seven = -28; +registered = -14; +}; +idotaccent = { +T = -4; +idieresis = 7; +parenright = -36; +}; +summation = { +n = -14; }; -Idotbelow = { -U = 2; -comma = 0; -j = 18; +eth = { +a = 5; +d = 4; +aacute = 5; +e = 4; +o = 4; +eth = 4; +odieresis = 5; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 4; +i = 0; +j = -2; +s = 0; +t = 0; +u = 3; +v = -10; +y = -13; +t_i.liga = 0; +t_t.liga = 0; +period = -18; +comma = -19; +period.ss01 = -20; +comma.ss01 = -23; +hyphen = 6; +parenright = -39; +bracketright = -20; +quotedblleft = -9; +quoteleft = -8; +quotedbl = 0; }; -Imacron = { -Ibreve = 81; -Imacron = 89; -imacron = 40; -l.ss04 = 22; -parenright = 33; -parenright.case = 34; +igrave = { +parenright = -58; }; -Iogonek = { -Iogonek = 10; -iogonek = 20; -j = 24; +three.numr = { +fraction = -12; }; -Iogonek.ss02 = { -comma = 15; -iogonek = 32; -j = 35; +Aring = { +endash.case = -27; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -75; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = -33; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -18; }; -Itilde = { -Idieresis = 142; -Idieresis.ss01 = 149; -Itilde = 136; +lcommaaccent = { +j = 0; }; -J = { -Hbar = 28; -Iogonek = 2; -Oslash = 3; -backslash = 13; -greater = 0; -i.ss01 = 3; -ibreve = 31; -idieresis = 57; -iogonek = 3; -jcircumflex = 48; +quoteright.ss01 = { +igrave = 24; +icircumflex = 36; +imacron = 39; +itilde = 36; +jcircumflex = 30; +idieresis.ss01 = 38; +g.ss06 = -35; +gdotaccent.ss01.ss06 = -34; +mu = -16; +questiondown.case = -84; +questiondown.ss01 = -93; +quotedblbase.ss01 = -98; +asciitilde = -67; }; -Jacute = { -Ecaron = 50; -Edieresis = 33; -Egrave = 42; -Hbar = 28; -Ibreve = 95; -Icircumflex = 46; -Idieresis = 98; -Idieresis.ss01 = 114; -Idotaccent = 20; -Igrave = 109; -Imacron = 89; -Itilde = 90; -Oslash = 4; -backslash = 19; -ibreve = 32; -idieresis = 57; -jcircumflex = 48; -parenright = 0; -parenright.case = 7; +backslash = { +p = 2; +g.ss06 = 10; +backslash = -112; +underscore = 14; +quoteright.ss01 = -83; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 5; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = 11; +"@MMK_R_KO_sevensuperior" = 15; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_colon" = -13; +"@MMK_R_KO_semicolon" = -11; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 20; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 23; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 29; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 16; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 27; +"@MMK_R_KO_threesuperior" = 26; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = 22; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 26; +"@MMK_R_KO_ninesuperior" = 25; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = 7; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 18; +"@MMK_R_KO_bracketright" = 19; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 22; +"@MMK_R_KO_quoteright.ss01" = 22; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -12; }; -Jcircumflex = { -A = 0; -E = 2; -Jcircumflex = 75; -O = 4; -U = 5; -a = 2; -e = 2; -jcircumflex = 48; -o = 2; -parenright = 58; +parenright.case = { +T = -17; +V = -18; +Y = -46; +Yacute = -46; +period = -21; +comma = -21; +slash = -45; +period.ss01 = -19; +comma.ss01 = -22; +hyphen.case = 7; +emdash.case = 7; +parenleft.case = 7; +parenright.case = -70; +braceright.case = -36; +bracketright.case = -56; +quotedbl = -11; }; -K = { -Iogonek = 3; -Lslash = -7; -OE = -27; -Ydotbelow = 0; -Ydotbelow.ss01 = 0; -Ygrave = 0; -ampersand = -13; -asciitilde = -38; -at = -19; -backslash = 7; -dollar = -12; -ecircumflexacute = 0; -edieresis = -11; -eight = -12; -equal = -17; -jcircumflex = 31; -lcommaaccent.ss04 = 22; -less = -27; -logicalnot = -31; -minus = -37; -nine = -19; -numbersign = -20; -odieresis = -13; -parenleft = -9; -plus = -37; -rcaron = 19; -registered = -34; -seven = 0; -three = -14; -two = 0; -u = -15; -ygrave = -18; -yhookabove = -20; -ytilde = -14; +degree = { +zero = -17; +three = -15; +four = -76; +five = -10; +six = -18; +period = -99; +comma = -100; +slash = -107; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -146; +emdash = -151; +endash = -106; +hyphen.case = -32; +emdash.case = -35; +parenright = -64; +bracketright = -39; +parenright.case = -62; +bracketright.case = -49; +g.ss06 = -51; }; -L = { -Dcroat = -8; +H = { H = 0; -Iogonek = 0; -Jcircumflex = 3; -OE = -15; -Oslash = -6; -Tbar = -44; -Tcedilla = -44; -Ycircumflex = -80; -Ydieresis = -80; -Ydieresis.ss01 = -80; -Ydotbelow = -80; -Ydotbelow.ss01 = -80; -Ygrave = -80; +Hbar = 29; +igrave = 19; +ibreve = 30; +idieresis = 51; +jcircumflex = 41; +x = 0; +idieresis.ss01 = 49; +exclam = 0; +endash = 0; ampersand = 0; -asciitilde = -82; -at = -10; -backslash = -63; -eight = 0; -equal = 0; -five = -2; -idotbelow = 0; -less = -54; -logicalnot = -67; -minus = -76; -multiply = -32; -nine = -7; -numbersign = -15; -ordfeminine = -84; -ordmasculine = -83; -parenleft = -5; -plus = -76; -quotedbl = -80; -quoteleft = -80; -quoteleft.ss01 = -85; -quoteright.ss01 = -72; -registered = -86; -seven = -83; -three = 0; -two = -2; }; -Lcaron = { -A = 6; -B = 52; -Ccaron = 0; -D = 52; -G = 0; -H = 52; -J = 14; -K = 52; -M = 52; -N = 52; -Ncaron = 52; -O = 0; -R = 52; -S = 19; -Scaron = 21; -T = 68; -U = 56; -Uacute = 56; -V = 71; -a = -4; -a.ss05 = 0; -comma = 15; -eightsuperior = 46; -fivesuperior = 52; -foursuperior = -6; -hyphen = -9; -hyphen.case = -70; -ninesuperior = 51; -onesuperior = 54; -parenright = 26; -period = 16; -question = 19; -sevensuperior = 67; -sixsuperior = 39; -threesuperior = 46; -twosuperior = 49; -u = -4; -uacute = -2; -v = -11; +lessequal = { +parenright = -40; +greaterequal = 22; +lessequal = 12; +Y = -17; +n = 4; }; -Lslash = { -Ydieresis = -80; -Ydieresis.ss01 = -80; +mu = { +mu = 1; +pi = 0; +one = -15; +onesuperior = -68; +twosuperior = -13; +sevensuperior = -75; +period.ss01 = -3; +comma.ss01 = -8; +hyphen = 1; +parenright = -61; +braceright = -60; +bracketright = -75; +quotedblleft = -3; +quotedblright = -25; +quoteleft = -2; +quoteright = -25; +quotedbl = -18; +quotesingle = -18; +trademark = -58; +asciicircum = -18; }; -M = { -Hbar = 25; -backslash = 18; -greater = 0; -ibreve = 28; -idieresis = 54; -idieresis.ss01 = 64; +questiondown = { +p = -5; +questiondown = 0; }; -N = { -Hbar = 25; -backslash = 18; -degree = -10; -greater = 0; -idieresis = 54; -jcircumflex = 45; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = -8; +Eth = -8; +Lslash = -5; +Tbar = -46; +b = 0; +h = 2; +k = 2; +l = 0; +m = 2; +n = 2; +r = 2; +p = 2; +jcircumflex = -1; +germandbls = -44; +tbar = -27; +gbreve.ss06 = 0; +ordfeminine = -58; +ordmasculine = -61; +zero = -22; +two = 0; +three = -8; +five = -9; +six = -24; +seven = -55; +eight = -5; +nine = -23; +numbersign = -15; +endash.case = -27; +parenleft.case = -18; +quotedblleft.ss01 = -45; +at = -18; +ampersand = -9; +registered = -51; +dollar = -15; +plus = -37; +minus = -37; +multiply = -34; +divide = -37; +equal = -18; +notequal = -16; +less = -48; +approxequal = -21; +logicalnot = -28; +asciitilde = -39; }; -O = { -Dcroat = 13; -Eth = 13; -Hbar = 18; -Jcircumflex = -2; -Lslash = 9; -Oslash = 11; -Tbar = -3; -Tcedilla = 0; -Ydieresis = -26; -Ydieresis.ss01 = -29; -at = 11; -backslash = -12; -bracketright.case = -14; -eight = 2; -five = 4; -gbreve.ss06 = 2; -idieresis = 31; -less = 0; -parenleft = 9; -parenleft.case = 8; -parenright = -83; -parenright.case = -87; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_Oacute" = -36; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 43; +"@MMK_R_KO_itilde" = 39; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -44; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -47; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -51; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -34; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -51; +"@MMK_R_KO_parenleft" = -26; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -65; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 12; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 21; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -7; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -50; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = -14; +"@MMK_R_KO_percent" = 0; }; -Oacute = { -Eth = 13; -Lslash = 9; -parenright = -83; +ohornacute = { +c = -2; +i = 11; +idotaccent = 11; +i.ss01 = 9; +idotaccent.ss01 = 9; +m = 9; +n = 9; +p = 9; +t = 12; +u = 12; +t_i.liga = 16; +t_i.liga.ss01 = 16; +t_t.liga = 16; +parenright = -37; }; -Ocircumflex = { -Lslash = 9; -Tcedilla = 0; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -40; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = -62; +"@MMK_R_KO_I.ss02" = -41; +"@MMK_R_KO_J.ss10" = -72; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = -6; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -67; +"@MMK_R_KO_comma" = -67; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -71; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -72; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -69; +"@MMK_R_KO_comma.ss01" = -73; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -63; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -61; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -46; +"@MMK_R_KO_asciicircum" = -3; +}; +Ycircumflex = { +a.ss05 = -85; }; -Odieresis = { -Eth = 13; -gbreve.ss06 = 2; +Ograve = { +Lslash = 4; }; -Odieresis.ss01 = { -Eth = 13; +Hbar = { +Hbar = 57; +Idieresis.ss01 = 28; +exclam.ss01 = 33; }; -Ograve = { -Lslash = 9; +Y = { +Eth = -17; +Lslash = -17; +Oslash = -56; +aacute = -79; +a.ss05 = -85; +aacute.ss05 = -85; +aogonek.ss05 = -85; +eth = -79; +ccedilla = -87; +eacute = -84; +edotbelow = -87; +edotbelow.ss01 = -87; +egrave = -43; +ecircumflexacute = -68; +oacute = -84; +odotbelow = -87; +odotbelow.ss01 = -87; +oslash = -87; +iacute = -48; +ntilde = -42; +ncaron = -41; +igrave = 0; +idieresis = 0; +scaron = -29; +zcaron = 0; +idieresis.ss01 = 0; +zero = -61; +two = -38; +three = -41; +six = -61; +seven = 0; +eight = -36; +nine = -39; +twoinferior = -99; +numbersign = -46; +ellipsis.ss01 = -103; +endash.case = -54; +parenleft.case = -46; +at = -72; +ampersand = -76; +registered = -48; +plus = -78; +minus = -78; +multiply = -71; +equal = -49; +notequal = -51; +less = -82; +lessequal = -49; +logicalnot = -74; +asciitilde = -95; }; -Omacron = { -Eth = 13; -Lslash = 9; +acircumflexacute = { +sevensuperior = 0; +parenright = 0; }; -Oslash = { -Eth = 13; -G = 11; -G.ss07 = 11; -J = -6; -O = 11; -Oslash = 11; -S = 2; -T = -6; -V = -2; -Y = -5; -comma = -17; -comma.ss01 = -18; -d = 7; -e = 7; -g = 8; -hyphen = 8; -hyphen.case = 12; -k = 2; -l = 2; -l.ss03 = 5; -l.ss04 = 14; -period = -17; -period.ss01 = -17; -r = 0; -s = 0; -v = 0; -y = 0; +odieresis.ss01 = { +germandbls = -18; }; -P = { -Jcircumflex = -29; -Lslash = -7; -OE = 7; -Oslash = 7; -Tcedilla = -8; -ampersand = -28; -bracketright.case = -30; -ellipsis.ss01 = -96; -exclam.ss01 = 3; -five = 0; -fourinferior = -61; -idieresis = 33; -lcommaaccent = 0; -lcommaaccent.ss04 = 18; -less = 0; -nine = 11; -parenleft = 0; -seven = 0; -three = -2; -threeinferior = -22; -two = 0; +foursuperior = { +A = -52; +period = -99; +comma = -100; +slash = -87; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -42; }; -Q = { -Dcroat = -5; -backslash = -27; -minus = -12; -plus = -11; -registered = -18; -seven = -15; -two = 0; +eight = { +icircumflex = 22; +braceright = -31; +bracketright.case = -43; +trademark = -27; }; -R = { -Hbar = 27; -Iogonek = 2; -Jcircumflex = 0; -Oslash = 2; -Tcedilla = 0; -Ydieresis = -17; -ampersand = 0; -eight = 4; -greater = 2; -idieresis = 40; -jcircumflex = 48; -nine = 9; -seven = 0; -three = 4; -two = 7; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 1; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 1; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -18; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -65; +"@MMK_R_KO_H" = 20; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 23; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -80; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -49; +"@MMK_R_KO_a.ss05" = -61; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_eacute" = -46; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -59; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -33; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -30; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = -27; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -65; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = -29; +"@MMK_R_KO_seven" = 6; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -9; +"@MMK_R_KO_period" = -98; +"@MMK_R_KO_comma" = -99; +"@MMK_R_KO_ellipsis" = -106; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -112; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_endash.case" = -32; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_plus" = -55; +"@MMK_R_KO_percent" = -6; }; -S = { -Abrevetilde = -5; -Hbar = 25; -Lslash = 9; -OE = 0; -Oslash = 2; -Tcedilla = 0; -Ycircumflex = -19; -ampersand = 2; -bracketright.case = -12; -dollar = 4; -eight = 9; -five = 8; -greater = 2; -hbar = 15; -ibreve = 11; -idieresis = 38; -idieresis.ss01 = 53; -minus = -10; -nine = 2; -parenleft = 2; -plus = -10; -three = 4; -two = 0; +w = { +ampersand = -22; }; -Scaron = { -iogonek = 0; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -57; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -53; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = -6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -69; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = -8; +"@MMK_R_KO_seven" = 3; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_ellipsis" = -100; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -100; +"@MMK_R_KO_hyphen" = -100; +"@MMK_R_KO_endash" = -100; +"@MMK_R_KO_hyphen.case" = -38; +"@MMK_R_KO_endash.case" = -24; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -74; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_plus" = -57; }; -Scedilla = { -parenright = -41; +jacute = { +hbar = 5; +idieresis = 7; +iogonek = 11; +j = 26; +j.ss01 = 23; +jcircumflex = 34; +seven = 20; +comma = 1; +slash = 0; +parenright = 0; }; -T = { -Acircumflex = -41; -Acircumflexacute = -39; -Acircumflexdotbelow = -39; -Acircumflexgrave = -41; -Amacron = -41; -Atilde = -41; -Hbar = 24; -Lslash = -8; -OE = -10; -Oslash = -7; -Ycircumflex = 0; -Ydotbelow = 0; -Ygrave = 0; -a.ss05 = -50; -aacute.ss05 = -50; -abreve = -30; -abreveacute = -30; -abrevedotbelow = -30; -abrevegrave = -30; -acircumflex = -23; -acircumflex.ss05 = -30; -acircumflexacute = 0; -acircumflexacute.ss05 = -11; -acircumflexdotbelow = -19; -acircumflexdotbelow.ss01 = -20; -acircumflexgrave = -30; -acircumflexhookabove = -29; -acircumflexhookabove.ss05 = -37; -acircumflextilde = -27; -adieresis = -17; -adieresis.ss05 = -22; -adotbelow.ss05 = -50; -ae = -50; -agrave = -27; -ahookabove = -41; -ahookabove.ss05 = -47; -amacron = -30; -ampersand = -30; -aogonek.ss05 = -50; -aring = -41; -asciitilde = -53; -at = -22; -atilde = -16; -backslash = 14; -e = -54; -eacute = -50; -ecaron = -21; -ecircumflexacute = 0; -edieresis = -14; -edotaccent = -50; -egrave = -25; -ehookabove = -50; -eight = 0; -emacron = -24; -equal = 0; -hbar = 15; -i.ss01 = -4; -iacute = -16; -ibreve = 41; -idieresis = 69; -idieresis.ss01 = 80; -idotaccent.ss01 = -4; -idotbelow = 0; -idotless = -25; -ihookabove = 0; -less = -44; -logicalnot = -43; -minus = -48; -multiply = -37; -numbersign = -15; -oacute = -50; -ocircumflexacute = 0; -odieresis = -16; -ograve = -27; -ohookabove = -50; -ohorngrave = -25; -ohungarumlaut = -32; -omacron = -26; -otilde = -13; -parenleft = -7; -plus = -46; -racute = -17; -rcaron = 17; -registered = -14; -scaron = -17; -scircumflex = -15; -seven = 0; -three = -9; -two = -5; -twoinferior = -52; -uacute = -16; -ubreve = -15; -ucircumflex = -15; -udieresis = -15; -udieresis.ss01 = -14; -ugrave = -15; -uhookabove = -16; -uhorngrave = -15; -uhornhookabove = -14; -uhungarumlaut = -15; -umacron = -15; -uring = -16; -utilde = -14; -ycircumflex = -12; -ygrave = -13; -yhookabove = -15; -zeroinferior = -55; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 1; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 1; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -56; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -41; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -41; }; -Tbar = { -A = -33; -Aacute = -32; -Tbar = 4; -comma = -41; -comma.ss01 = -56; -guilsinglleft = -22; -oslash = -18; -period = -40; -period.ss01 = -56; -slash = -45; -tbar = -10; +gcaron.ss06 = { +gcaron.ss06 = 0; }; -Tcaron = { -a.ss05 = -50; -udieresis = -7; +Ntilde = { +A = 0; }; -Tcedilla = { -Tcedilla = 2; -a.ss05 = -50; -abreve = -26; -amacron = -27; -umacron = -6; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -24; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -30; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -22; +"@MMK_R_KO_asciicircum" = -29; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_bracketright.case" = -40; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; }; -Tcommaaccent = { -a.ss05 = -50; -abreve = -30; -acircumflex = -20; -amacron = -30; +guillemetleft = { +Dcroat = -6; +T = -56; +mu = -4; +twosuperior = -56; +braceright = -67; +minus = -44; +logicalnot = -33; +asciitilde = -69; }; -Thorn = { -Eth = 11; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -69; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -71; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_backslash" = -65; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -55; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -76; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -65; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -72; +"@MMK_R_KO_asciicircum" = -46; }; -U = { -Dcroat = 5; -Eth = 5; -Germandbls = 2; -Hbar = 29; -Idieresis = 2; -Igrave = 2; -Lcommaaccent = 2; -Lslash = 4; -Tcedilla = 4; -backslash = 15; -greater = 0; -hbar = 18; -jcircumflex = 49; -seven = 0; -yhookabove = 0; +icircumflex = { +two = 18; +exclam.ss01 = 30; +parenright = 0; }; -Uacute = { -Eth = 5; +ihookabove = { +n = 1; }; -Udieresis = { -Germandbls = 2; +guilsinglleft = { +twosuperior = -56; +braceright = -67; +logicalnot = -33; +asciitilde = -69; }; -V = { -Abrevetilde = -53; -Acircumflex = -44; -Acircumflexacute = -48; -Acircumflexdotbelow = -44; -Acircumflextilde = -44; -Amacron = -53; -Atilde = -53; -Dcroat = -6; -Eth = -6; -Jcircumflex = -20; -OE = -13; -Oslash = -13; -abreve = -23; -abreve.ss05 = -27; -acircumflexacute = 0; -adieresis = -15; -adieresis.ss05 = -18; -amacron = -23; -amacron.ss05 = -27; -ampersand = -33; -at = -15; -backslash = 17; -ccaron = -13; -ecaron = -13; -ecircumflexacute = 0; -edieresis = -8; -eight = -9; -emacron = -20; -equal = -7; -iacute = -13; -ibreve = 43; -idieresis = 65; -idieresis.ss01 = 71; -less = -14; -minus = -21; -ocircumflexacute = 0; -odieresis = -10; -odieresis.ss01 = -7; -otilde = -9; -parenleft = -9; -plus = -18; -racute = -13; -scaron = -13; -seven = 2; -three = -10; -two = -7; -twoinferior = -33; -zcaron = 0; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_J" = -50; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -71; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -72; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = -62; +"@MMK_R_KO_I.ss02" = -55; +"@MMK_R_KO_J.ss10" = -136; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_t_t.liga" = -13; +}; +Uhornacute = { +exclam.ss01 = 0; }; -W = { -Hbar = 25; -Lslash = -7; -Ycircumflex = 0; -adieresis = -13; -adieresis.ss05 = -17; -ampersand = -26; -backslash = 17; -idieresis = 66; -minus = -17; -odieresis = -10; -plus = -15; -seven = 2; -three = -8; -threeinferior = -30; -two = -4; +ocircumflexhookabove = { +parenright = 0; +bracketright = 0; +quotedblright = 0; +quotedbl = 0; +quotesingle = 0; +quotedblright.ss01 = 9; }; -X = { -ampersand = -13; -asciitilde = -40; -at = -19; -backslash = 6; -ecircumflexacute = 0; -eight = -13; -equal = -18; -ibreve = 39; -idieresis = 56; -less = -31; -logicalnot = -32; -minus = -40; -multiply = -30; -nine = -20; -notequal = -15; -numbersign = -22; -plus = -39; -registered = -31; -three = -15; -two = 0; +plusminus = { +one = -29; +parenright = -58; }; -Y = { -Acircumflex = -47; -Amacron = -57; -Eth = -12; -Lslash = -13; -Oslash = -30; -Ydieresis = 0; -adieresis = -24; -agrave = -30; -agrave.ss05 = -37; -amacron = -33; -amacron.ss05 = -42; -ampersand = -55; -asciitilde = -67; -at = -50; -backslash = 10; -ecircumflex = -35; -ecircumflexacute = 0; -ecircumflexhookabove = -45; -egrave = -26; -eight = -23; -equal = -25; -iacute = -31; -less = -39; -logicalnot = -40; -minus = -47; -multiply = -39; -nine = -23; -numbersign = -30; -ograve = -28; -parenleft = -40; -plus = -47; -registered = -30; -scaron = -17; -seven = 0; -three = -26; -two = -22; -twoinferior = -82; -udieresis = -24; -umacron = -32; +question = { +exclam = 2; +questiondown = -85; +questiondown.case = -80; +bracketright.case = -46; }; -Yacute = { -Eth = -10; -udieresis = -19; +ordmasculine = { +period = -99; +comma = -100; +slash = -100; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -122; +parenright = -56; +parenright.case = -54; }; -Z = { -Lslash = 0; -adieresis = 0; -asciitilde = -60; -at = -5; -backslash = 10; -equal = 0; -ibreve = 37; -less = -28; -logicalnot = -35; -minus = -40; -numbersign = -14; -plus = -39; -rcaron = 17; -registered = -13; -seven = 0; -two = 2; +slash = { +Hbar = 29; +Oslash = -24; +hbar = 17; +ntilde = -25; +ncommaaccent = -33; +igrave = 6; +ibreve = 17; +icircumflex = 24; +idieresis = 28; +imacron = 27; +itilde = 25; +jcircumflex = 20; +rcommaaccent = -33; +scaron = -21; +scircumflex = -30; +x = -35; +idieresis.ss01 = 27; +g.ss06 = -63; +gcommaaccent.ss06 = -62; +gdotaccent.ss06 = -62; +gdotaccent.ss01.ss06 = -62; +mu = -33; +oneinferior = -73; +fourinferior = -101; +eightinferior = -77; +backslash = 8; +ellipsis.ss01 = -96; +underscore = -107; +parenleft = -32; +quotesinglbase = -100; +quotedblbase = -102; +quotedblbase.ss01 = -99; +literSign = -62; +cent = -43; +euro = -46; +sterling = -61; +minus = -55; +asciicircum = -36; +infinity = -52; +integral = -72; +radical = -32; }; -Zcaron = { -Dcroat = -6; -Iogonek = 0; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 28; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 31; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 30; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 23; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 19; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_l.ss03" = 32; +"@MMK_R_KO_l.ss04" = 47; +"@MMK_R_KO_sixsuperior" = 26; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_fivesuperior" = 21; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 21; +"@MMK_R_KO_ninesuperior" = 27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 31; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = 20; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblright" = 25; +"@MMK_R_KO_quoteright" = 25; +"@MMK_R_KO_quotedbl" = 28; +"@MMK_R_KO_quotesingle" = 29; +"@MMK_R_KO_quotedblright.ss01" = 19; +"@MMK_R_KO_quoteright.ss01" = 19; }; -a = { -asciitilde = -7; -backslash = -22; -germandbls = -2; -jcircumflex = 0; -logicalnot = 2; -notequal = 0; -parenleft = 0; -plus = -2; -r = 0; -registered = -8; -seven = -11; +M = { +Hbar = 29; +hbar = 15; +igrave = 19; +ibreve = 30; +icaron = 29; +idieresis = 51; +idieresis.ss01 = 49; }; -a.ss05 = { -T = -46; -backslash = -44; -gbreve.ss06 = 10; -gcircumflex.ss06 = 10; -gcommaaccent.ss06 = 10; -germandbls = -12; +i = { +hbar = 5; +ntilde = 1; +idieresis = 7; +j = 0; jcircumflex = 0; -seven = -24; +s = 0; +germandbls = 0; +slash = -12; +parenright = -36; +braceright = -8; +bracketright = -9; +logicalnot = 0; }; -aacute = { -parenright = -31; +macute = { +quotesingle = -35; }; -abreve = { -parenright = -39; +greaterequal = { +one = 0; +three = 2; +seven = 0; +parenright = -46; +T = -50; }; -abreveacute = { -parenright = -41; +eogonek = { +parenright = -63; }; -abrevedotbelow = { -parenright = -39; +fiveinferior = { +T = -64; +W = -48; +parenright = -66; }; -abrevedotbelow.ss05 = { -c = -2; -t = -4; -t_i.liga = -4; -t_t.liga = -4; +tcedilla = { +comma = 10; +parenright = 0; +bracketright = 0; }; -abrevegrave = { -parenright = -57; -sevensuperior = -37; +eightsuperior = { +A = -50; +fraction = -11; +period = -99; +comma = -100; +slash = -87; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -46; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = -40; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -165; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -43; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -6; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -99; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = -144; +"@MMK_R_KO_endash" = -100; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_endash.case" = -7; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -48; +"@MMK_R_KO_percent" = 2; }; -abrevehookabove = { -parenright = -57; +ordfeminine = { +period = -99; +comma = -100; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -127; +parenright = -35; }; -abrevetilde = { -parenright = -31; +Edotaccent = { +scaron = 4; }; -acircumflexacute = { -parenright = -57; -sevensuperior = -42; +Oslash = { +Eth = 9; +T = -15; +Tcaron = -15; +V = -14; +Y = -25; +l.ss04 = 2; +sevensuperior = -17; +parenright = -30; +bracketright = -19; +parenright.case = -29; +bracketright.case = -31; }; -acircumflexdotbelow = { -parenright = -57; -sevensuperior = -30; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = -39; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -72; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -65; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -63; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -67; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_u" = -61; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -69; +"@MMK_R_KO_w" = -67; +"@MMK_R_KO_x" = -68; +"@MMK_R_KO_y" = -71; +"@MMK_R_KO_z" = -60; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -67; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -56; +"@MMK_R_KO_comma" = -56; +"@MMK_R_KO_colon" = -60; +"@MMK_R_KO_semicolon" = -58; +"@MMK_R_KO_ellipsis" = -71; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -69; +"@MMK_R_KO_comma.ss01" = -73; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_underscore" = -47; +"@MMK_R_KO_hyphen.case" = -53; +"@MMK_R_KO_parenleft" = -20; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -40; }; -acircumflexdotbelow.ss05 = { -t = -3; -t_i.liga = -3; -t_t.liga = -3; -y = -21; +seven.numr = { +fraction = -35; }; -acircumflexgrave.ss05 = { -y = -21; +at = { +underscore = -75; +parenright = -78; +bracketright = -78; +parenright.case = -73; +bracketright.case = -88; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -70; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -37; +"@MMK_R_KO_asterisk" = -52; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = -58; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_braceright" = -60; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -27; }; -acircumflexhookabove.ss05 = { -y = -21; +F = { +Hbar = 27; +adieresis.ss05 = -16; +i.ss01 = 0; +iacute = -7; +igrave = 26; +idieresis = 50; +zcaron = 0; +idieresis.ss01 = 36; +three = -6; +seven = 8; +twoinferior = -15; +threeinferior = -18; +fourinferior = -66; +fiveinferior = -22; +sixinferior = -22; +eightinferior = -19; +numbersign = -9; +ellipsis.ss01 = -103; +ampersand = -24; +multiply = -38; }; -acircumflextilde = { -parenright = -31; +nineinferior = { +parenright = -70; }; -acircumflextilde.ss05 = { -y = -21; +parenright = { +icircumflex = 11; +parenleft = 9; +braceright = -39; +asciicircum = -21; }; -adieresis = { -germandbls = -2; +fivesuperior = { +A = -51; +fraction = -14; +period = -99; +comma = -100; +slash = -89; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -52; +guillemetleft = -35; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -77; +"@MMK_R_KO_U" = -27; +"@MMK_R_KO_V" = -79; +"@MMK_R_KO_W" = -71; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -113; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = -20; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -66; +"@MMK_R_KO_w" = -46; +"@MMK_R_KO_y" = -73; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = -21; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_pi" = -39; +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -103; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -36; +"@MMK_R_KO_seven" = -101; +"@MMK_R_KO_eight" = -17; +"@MMK_R_KO_nine" = -31; +"@MMK_R_KO_sixsuperior" = -144; +"@MMK_R_KO_onesuperior" = -106; +"@MMK_R_KO_foursuperior" = -152; +"@MMK_R_KO_sevensuperior" = -141; +"@MMK_R_KO_ninesuperior" = -144; +"@MMK_R_KO_asterisk" = -125; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_hyphen" = -117; +"@MMK_R_KO_endash" = -176; +"@MMK_R_KO_hyphen.case" = -252; +"@MMK_R_KO_endash.case" = -229; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_bracketright" = -88; +"@MMK_R_KO_parenright.case" = -37; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -187; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -213; +"@MMK_R_KO_quotedblright.ss01" = -213; }; -adieresis.ss05 = { -germandbls = -12; +lcaron = { +l = 26; +ncaron = 5; +lcaron = 22; +scaron = 14; +exclam.ss01 = 78; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_I.ss02" = -41; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -54; +"@MMK_R_KO_comma" = -54; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -56; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_parenright.case" = -71; +"@MMK_R_KO_bracketright.case" = -93; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -18; }; -ampersand = { -one = -45; -parenright = -51; -quotedbl = -40; -quotedblleft = -37; -quotedblright = -6; -quoteright = -5; -quotesingle = -40; -seven = -46; -v = -17; -w = -13; -y = -28; +z = { +logicalnot = 0; }; -aogonek = { -comma = 2; -j = 12; -parenright = -6; +Eogonek = { +comma = 5; +parenright = 0; }; -aogonek.ss05 = { -comma = 17; -j = 28; -j.ss01 = 28; -parenright = -2; +G = { +Eth = 4; +Hbar = 19; +Lslash = 7; +Oslash = 2; +hbar = 8; +idieresis = 29; +jcircumflex = 8; +eight = 9; +braceright.case = -37; }; -approxequal = { -one = 0; -parenright = -67; -parenright.case = -73; +eightinferior = { +parenright = -64; }; -asciicircum = { -X = -31; -asterisk = -11; -bracketright = -50; -bracketright.case = -50; -comma = -105; -comma.ss01 = -103; -four = -37; -hyphen = -137; -hyphen.case = 0; -one = 6; -parenright = -73; -parenright.case = -80; -period = -98; -period.ss01 = -103; -semicolon = 5; -slash = -66; -three = -2; -two = 0; -x = -8; +comma = { +twosuperior = -100; +threesuperior = -100; +fivesuperior = -100; +eightsuperior = -100; }; -asciitilde = { -X = -43; -asterisk = -33; +pi = { +pi = 7; +onesuperior = -61; +sevensuperior = -71; +period = 0; +comma = 0; +colon = 6; +slash = -10; +hyphen = -26; +parenright = -56; +braceright = -53; bracketright = -68; -bracketright.case = -69; -comma = -105; -comma.ss01 = -103; -eight = -11; -exclam = -11; -exclam.ss01 = -9; -five = -6; -four = -16; -hyphen = -12; -nine = 0; -one = -2; -parenleft = -3; -parenright = -89; -parenright.case = -93; -period = -98; -period.ss01 = -103; -question = -20; -question.ss01 = -23; -quotedbl = -22; -quotedblleft = -7; -quotedblright = 0; -quoteright = 0; -quotesingle = -22; -seven = -6; -six = 0; -slash = -63; -three = -19; -two = -7; -v = -4; -w = -2; -y = -8; -zero = 0; +quoteright = -16; +quotesingle = -12; +trademark = -49; }; -asterisk = { -g.ss06 = -39; -l.ss04 = 24; +iacute = { +a = 0; +c = 0; +ntilde = 2; +m = 1; +n = 1; +p = 1; +s = 0; }; -at = { -A = -16; -C = 10; -G = 10; -J = -20; -O = 10; -T = -16; -V = -15; -X = -37; -Y = -40; -a = 2; -c = 3; -d = 4; -e = 3; -g = 4; -parenright = -93; -parenright.case = -80; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 23; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 18; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_sixsuperior" = 69; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 48; +"@MMK_R_KO_threesuperior" = 50; +"@MMK_R_KO_foursuperior" = 68; +"@MMK_R_KO_fivesuperior" = 69; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 72; +"@MMK_R_KO_ninesuperior" = 66; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_exclam" = 82; +"@MMK_R_KO_question" = 71; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 71; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 28; +"@MMK_R_KO_bracketright" = 40; +"@MMK_R_KO_quotedblleft" = 81; +"@MMK_R_KO_quoteleft" = 81; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 89; +"@MMK_R_KO_quotesingle" = 90; +"@MMK_R_KO_quotedblleft.ss01" = 68; }; -atilde = { -parenright = -25; +Dcroat = { +Dcroat = 15; +Itilde = 2; }; -b = { -backslash = -33; -eight = 5; -notequal = 2; -parenleft = 7; -registered = -9; -seven = -16; +jcircumflex = { +E = 32; +U = 35; +k = 5; +l = 4; +i = 5; +j = 28; +jcircumflex = 43; +two = 18; +bracketright = 14; +quotedblleft = 19; +quotedblright = 28; +quoteleft = 19; +quoteright = 28; +quotedbl = 31; +quotesingle = 31; +quotedblright.ss01 = 35; +quoteright.ss01 = 35; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -3; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 40; +"@MMK_R_KO_imacron" = 47; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -45; }; -backslash = { -T = -41; -V = -54; -W = -40; -Y = -87; -asterisk = -83; -backslash = -108; -c = -22; -f = -20; -j = 49; -o = -22; -one = -64; -quotedbl = -90; -quotedblleft = -73; -quotedblleft.ss01 = -61; -quotedblright = -48; -quotedblright.ss01 = -51; -quoteleft = -73; -quoteright = -47; -quotesingle = -90; -seven = -67; -t = -28; -t_i.liga = -24; -t_t.liga = -28; -underscore = 29; -v = -42; +gbreve.ss06 = { +gbreve.ss06 = 0; +}; +R = { +Hbar = 26; +Oslash = -2; +hbar = 15; +idieresis = 34; +jcircumflex = 24; +idieresis.ss01 = 34; +two = 10; +three = 3; +eight = 7; +nine = 6; +greater = 0; +logicalnot = -12; +}; +idieresis.ss01 = { +Idieresis.ss01 = 49; +exclam.ss01 = 39; +}; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -88; +question.ss01 = -82; +parenright = -62; +quotedblleft = -84; +quotedblright = -92; +quoteleft = -84; +quoteright = -95; +quotedbl = -97; +quotesingle = -85; +quotedblleft.ss01 = -17; +quoteleft.ss01 = -17; +quotedblright.ss01 = -28; +quoteright.ss01 = -28; +degree = -97; }; -baht = { -parenright = -70; -parenright.case = -70; -slash = -8; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = -39; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -72; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -67; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_u" = -60; +"@MMK_R_KO_uacute" = -39; +"@MMK_R_KO_v" = -69; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -56; +"@MMK_R_KO_comma" = -56; +"@MMK_R_KO_colon" = -60; +"@MMK_R_KO_semicolon" = -58; +"@MMK_R_KO_ellipsis" = -71; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_period.ss01" = -69; +"@MMK_R_KO_comma.ss01" = -73; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_hyphen.case" = -53; +"@MMK_R_KO_parenleft" = -20; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = -18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 0; }; -braceleft = { -A = 0; -C = -15; -G = -17; -O = -15; -Q = -15; -S = -9; -a = -45; -a.ss05 = -41; -asciicircum = -40; -braceright = 8; -c = -45; -d = -44; -e = -45; -f = -17; -f_f.liga = -17; -f_f_i.liga = -17; -f_y.liga = -17; -fi = -17; -fl = -17; -four = -42; -hyphen = -41; -j = 46; -logicalnot = -38; -m = -32; -minus = -47; -mu = 0; -n = -32; -o = -45; -one = -40; -parenleft = -31; -period = -30; -pi = -37; -plus = -46; -q = -44; -r = -32; -s = -42; -t = -5; -t_i.liga = -5; -t_t.liga = -5; -three = -19; -two = -13; -u = -48; -v = -41; -w = -40; -x = -30; -z = -30; -zero = -22; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = -6; +"@MMK_R_KO_sixsuperior" = -67; +"@MMK_R_KO_onesuperior" = -88; +"@MMK_R_KO_foursuperior" = -118; +"@MMK_R_KO_sevensuperior" = -91; +"@MMK_R_KO_ninesuperior" = -58; +"@MMK_R_KO_period" = -94; +"@MMK_R_KO_comma" = -98; +"@MMK_R_KO_question" = -92; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -33; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_parenright" = -77; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -154; +"@MMK_R_KO_quoteleft" = -100; +"@MMK_R_KO_quoteright" = -100; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -170; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -136; +"@MMK_R_KO_quotedblright.ss01" = -149; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -45; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -55; +"@MMK_R_KO_I.ss02" = -47; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = -18; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -78; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -57; +"@MMK_R_KO_comma" = -57; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -65; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_backslash" = -28; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = -65; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = -15; }; -braceleft.case = { -logicalnot = -40; -one = -41; +Tcedilla = { +aacute = -65; +acircumflex.ss05 = -45; +amacron.ss05 = -51; +abreve.ss05 = -56; +endash.case = -54; }; -braceright = { -asciicircum = -37; -braceright = -34; -comma = -34; -parenright = -64; -period = -33; -period.ss01 = -47; +Yacute = { +Eth = -17; +Oslash = -56; +a.ss05 = -85; +ellipsis.ss01 = -103; }; -bracketleft = { -Dcroat = 8; -Icircumflex = 51; -Jcircumflex = 4; -asciicircum = -49; -asciitilde = -68; -at = -63; -equal = -60; -g.ss06 = 12; -hcircumflex = 58; -infinity = -64; -jcircumflex = 39; -minus = -63; -mu = -3; -numbersign = -48; -p = 0; -scaron = -16; -scircumflex = -20; -u = -50; -zcaron = -2; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_parenright.case" = -64; +"@MMK_R_KO_bracketright.case" = -71; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; }; -bracketleft.case = { -A = 0; -C = -13; -G = -10; -G.ss07 = -15; -O = -15; -Q = -15; -S = -12; -four = -66; -hyphen.case = -60; -one = -65; -plus = -62; +greater = { +parenright = -78; +bracketright = -81; +parenright.case = -73; +bracketright.case = -95; +greater = -16; }; -c = { -acircumflexacute.ss05 = 3; -backslash = -34; -bracketright = -62; -notequal = 0; -quotedblright = 0; -registered = -11; -seven = -15; +ecircumflexacute = { +onesuperior = -16; +sevensuperior = 0; +parenright = 0; +bracketright = 0; +quotedbl = 0; +quotesingle = 0; }; -cacute = { -parenright = -37; +Uhorn = { +exclam.ss01 = 0; }; -ccaron = { -parenright = -33; +Rcommaaccent = { +parenright = -53; }; -ccedilla = { -parenright = -40; +question.ss01 = { +questiondown.case = -79; +questiondown.ss01 = -80; }; -cent = { -bracketright = -58; -comma = -36; -parenright = -87; -parenright.case = -91; -period = -36; -slash = -34; +onesuperior = { +A = -48; +fraction = 0; +period = -99; +comma = -100; +slash = -80; +period.ss01 = -96; +comma.ss01 = -98; }; -colon.ss01 = { -T = -18; -V = -14; -Y = -32; -bracketright = -31; -four = -5; -one = -2; -parenright = -56; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -69; +"@MMK_R_KO_Oacute" = -69; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = -61; +"@MMK_R_KO_S" = -55; +"@MMK_R_KO_T" = -76; +"@MMK_R_KO_U" = -57; +"@MMK_R_KO_V" = -86; +"@MMK_R_KO_W" = -78; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -106; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -37; +"@MMK_R_KO_v" = -72; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = -22; +"@MMK_R_KO_t_t.liga" = -51; +"@MMK_R_KO_zero" = -70; +"@MMK_R_KO_one" = -83; +"@MMK_R_KO_two" = -19; +"@MMK_R_KO_three" = -52; +"@MMK_R_KO_four" = -93; +"@MMK_R_KO_five" = -55; +"@MMK_R_KO_six" = -70; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -52; +"@MMK_R_KO_nine" = -66; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_quotedblleft" = -83; +"@MMK_R_KO_quoteright" = -99; +"@MMK_R_KO_guillemetright" = -101; +"@MMK_R_KO_quotedbl" = -101; +"@MMK_R_KO_quotesingle" = -85; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -94; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 21; +"@MMK_R_KO_itilde" = 26; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -150; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -73; +"@MMK_R_KO_backslash" = -8; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -153; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_braceright" = -43; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_parenright.case" = -65; +"@MMK_R_KO_bracketright.case" = -65; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -27; +"@MMK_R_KO_asciicircum" = -2; }; -comma = { -eightsuperior = -105; -fivesuperior = -105; -foursuperior = -105; -ninesuperior = -105; -onesuperior = -105; -quotesingle = -92; -sevensuperior = -105; -six = -19; -sixsuperior = -105; -threesuperior = -105; -twosuperior = -105; +t_i.liga = { +hbar = 2; +idieresis = 5; +jcircumflex = 0; +lcommaaccent = 0; +germandbls = 0; +logicalnot = 0; }; -comma.ss01 = { -eightsuperior = -103; -fivesuperior = -103; -foursuperior = -103; -ninesuperior = -103; -onesuperior = -103; -sevensuperior = -103; -sixsuperior = -103; -threesuperior = -103; -twosuperior = -103; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -89; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -33; +"@MMK_R_KO_onesuperior" = -79; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -82; +"@MMK_R_KO_eightsuperior" = -24; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -76; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = -71; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -59; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_braceright" = -59; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -37; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -54; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -78; +"@MMK_R_KO_asciicircum" = -50; }; -copyright = { -J = -32; -T = -31; -V = -29; -X = -54; -Y = -56; -parenright = -106; +adieresis.ss05 = { +germandbls = -23; }; -d = { -backslash = 10; -hbar = 0; -ibreve = 21; -idieresis = 51; -idieresis.ss01 = 50; -jcircumflex = 43; +a = { +l = 0; +idieresis = 1; +jcircumflex = -2; +s = 0; +germandbls = 0; +notequal = 0; +logicalnot = 0; }; -dcaron = { -amacron = 112; -exclam.ss01 = 174; -zacute = 37; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -51; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -50; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -40; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -19; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -64; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -77; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_period.ss01" = -74; +"@MMK_R_KO_comma.ss01" = -76; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = -32; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_endash.case" = -16; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_quotedblleft" = 9; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 9; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -4; +"@MMK_R_KO_plus" = -40; +"@MMK_R_KO_percent" = 0; +}; +icaron = { +icaron = 7; +j = 0; +parenright = 0; +quotedbl = 30; +quotesingle = 30; }; -dcroat = { -ecircumflexacute = 11; -i = 0; -i.ss01 = 0; -iacute = 0; -idotaccent = 0; -idotbelow = 0; -igrave = 35; -ihookabove = 0; -itilde = 71; -ocircumflexacute = 8; +braceleft.case = { +braceright.case = 9; +at = -47; +minus = -79; +logicalnot = -68; +asciicircum = -68; }; -divide = { -one = -2; -parenright = -89; -parenright.case = -91; -three = -45; -two = -20; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 1; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 1; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 1; +"@MMK_R_KO_u" = -1; +"@MMK_R_KO_uacute" = -1; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -18; }; -dollar = { -eight = 7; -five = 7; -four = 0; -one = -2; -parenright = -72; -parenright.case = -70; -period = -8; -seven = -2; -six = 3; -three = 0; -two = 0; +uhorndotbelow = { +a = -30; +a.ss05 = -38; +c = -38; +n = -12; +period = -40; +comma = -40; +ellipsis = -45; +question = 0; +parenright = -60; +quotedblright = 0; +quotedbl = 0; }; -e = { -Tcedilla = -49; -asciitilde = 0; -backslash = -38; -gbreve.ss06 = 2; -germandbls = -9; -idieresis = 0; -logicalnot = 11; -parenleft = 4; -registered = -13; -seven = -19; +g.ss06 = { +oslash = -33; +iogonek = 2; +jcircumflex = 23; +gcircumflex.ss06 = 0; +notequal = -8; +logicalnot = -28; }; -ecircumflex = { -parenright = -82; +yacute = { +T = -35; +eth = -17; +parenright = -52; }; -ecircumflexacute = { -parenright = -88; +Imacron = { +Imacron = 14; +imacron = 45; +parenright.case = 0; }; -ecircumflexgrave = { -comma = -5; -comma.ss01 = -8; -hyphen = 6; -parenright = -13; -period.ss01 = -8; -quotedbl = -4; -quotedblright = 0; +exclamdown.ss01 = { +T = -61; +V = -26; +Y = -59; +j.ss01 = 33; }; -ecircumflexhookabove = { -comma = -5; -comma.ss01 = -8; -parenright = 13; -period = -4; -period.ss01 = -8; -quotedbl = 12; +oacute = { +seven = -31; }; -edieresis = { -parenright = -37; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -35; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = -25; +"@MMK_R_KO_V" = -76; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -104; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_y" = -73; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_pi" = -34; +"@MMK_R_KO_zero" = -38; +"@MMK_R_KO_one" = -94; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -19; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = -92; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -30; +"@MMK_R_KO_sixsuperior" = -144; +"@MMK_R_KO_onesuperior" = -106; +"@MMK_R_KO_foursuperior" = -152; +"@MMK_R_KO_sevensuperior" = -141; +"@MMK_R_KO_ninesuperior" = -144; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_question" = -86; +"@MMK_R_KO_asterisk" = -125; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_hyphen" = -110; +"@MMK_R_KO_endash" = -166; +"@MMK_R_KO_hyphen.case" = -242; +"@MMK_R_KO_endash.case" = -229; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_parenright.case" = -41; +"@MMK_R_KO_quotedblleft" = -204; +"@MMK_R_KO_quotedblright" = -204; +"@MMK_R_KO_quoteleft" = -100; +"@MMK_R_KO_quoteright" = -100; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -187; +"@MMK_R_KO_quotesingle" = -85; }; -edotaccent.ss01 = { -parenright = -88; +yen = { +zero = -39; +one = -34; +two = -35; +three = -29; +four = -37; +six = -41; +foursuperior = -49; +period = -43; +comma = -43; +colon = -44; +semicolon = -43; +slash = -71; +period.ss01 = -49; +comma.ss01 = -53; +colon.ss01 = -36; +semicolon.ss01 = -44; }; -egrave = { -T = -46; -parenright = -88; +idotaccent.ss01 = { +parenright = -33; }; -eight = { -minus = -10; -six = 2; +ldot.ss01.ss04 = { +period.ss01 = -96; +comma.ss01 = -98; }; -eight.dnom = { -degree = -85; -parenright = -66; -question = -63; -question.ss01 = -74; -quotedbl = -69; -quotedblleft = -66; -quotedblleft.ss01 = -30; -quotedblright = -37; -quoteright = -35; -quotesingle = -69; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = -14; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -48; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 1; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -47; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = -5; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -56; +"@MMK_R_KO_onesuperior" = -73; +"@MMK_R_KO_twosuperior" = -42; +"@MMK_R_KO_threesuperior" = -53; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_fivesuperior" = -54; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -50; +"@MMK_R_KO_ninesuperior" = -57; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -57; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -65; +"@MMK_R_KO_period.ss01" = 3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_parenleft" = -11; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = -60; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -52; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -52; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -55; +"@MMK_R_KO_quotesingle" = -55; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -48; +"@MMK_R_KO_quoteright.ss01" = -48; +"@MMK_R_KO_trademark" = -79; +"@MMK_R_KO_asciicircum" = -60; +}; +agrave.ss05 = { +T = -62; +Y = -87; }; -eightinferior = { -parenright = -63; +B = { +Hbar = 25; +Lslash = 10; +hbar = 16; +idieresis = 37; +jcircumflex = 17; +idieresis.ss01 = 37; +two = 0; +three = 8; +five = 8; +eight = 17; +nine = 0; +ampersand = 7; +greater = 2; }; -eightsuperior = { -comma = -105; -comma.ss01 = -103; -fraction = -6; -period = -98; -period.ss01 = -103; -slash = -63; +Tcaron = { +endash.case = -54; }; -ellipsis = { -Tbar = -49; -eightsuperior = -145; -fivesuperior = -148; -foursuperior = -159; -ninesuperior = -153; -onesuperior = -115; -parenleft.case = -29; -quoteleft = -105; -quotesingle = -92; -sevensuperior = -149; -sixsuperior = -153; -tbar = -26; -threesuperior = -147; -twosuperior = -143; +oslash = { +d = 2; +k = 0; +l = 0; +e = 4; +eth = 4; +f = -13; +f_f.liga = -13; +f_f_i.liga = -13; +fi = -13; +f_y.liga = -13; +fl = -13; +g = 4; +m = 0; +n = 0; +r = 0; +j = -4; +s = 0; +t = -13; +v = -15; +y = -23; +l.ss03 = 2; +t_i.liga = -9; +t_t.liga = -9; +period = -14; +comma = -15; +slash = -40; +period.ss01 = -14; +comma.ss01 = -18; +hyphen = 7; +parenright = -77; +bracketright = -80; }; -ellipsis.ss01 = { -Tbar = -53; -eightsuperior = -145; -fivesuperior = -148; -foursuperior = -159; -ninesuperior = -153; -onesuperior = -115; -question.ss01 = -83; -quotedbl = -194; -quotedblleft.ss01 = -218; -quotedblright.ss01 = -218; -sevensuperior = -149; -sixsuperior = -153; -threesuperior = -147; -twosuperior = -143; +guilsinglright = { +x = -58; +threesuperior = -30; +fivesuperior = -37; +eightsuperior = -30; +colon = -36; +semicolon = -31; +questiondown = -91; +question.ss01 = -75; +questiondown.ss01 = -90; +braceright = -87; +braceright.case = -74; +bracketright.case = -96; +quotesinglbase = -77; +quotedblbase = -77; +quotedblbase.ss01 = -66; +quoteright.ss01 = -29; }; -emacron = { -parenright = -39; +adieresis = { +germandbls = 0; }; -emdash = { -four.numr = -55; -foursuperior = -62; -one.numr = -36; -onesuperior = -42; -question.ss01 = -73; -questiondown = -38; -quotedbl = -45; -seven.numr = -39; -sevensuperior = -45; -sixsuperior = -23; -zero.numr = -24; +liraTurkish = { +one = -96; +two = -40; +seven = -111; +sixsuperior = -68; +onesuperior = -77; +threesuperior = -50; +foursuperior = -114; +fivesuperior = -59; +sevensuperior = -80; +eightsuperior = -52; +ninesuperior = -60; +period = -49; +comma = -50; +colon = -59; +semicolon = -59; +question = -97; +slash = -63; +period.ss01 = -39; +comma.ss01 = -41; +colon.ss01 = -37; +question.ss01 = -97; +parenright = -85; +parenright.case = -79; +quotedbl = -146; +quotesingle = -85; }; -emdash.case = { -quotedblbase = -147; -quotedblbase.ss01 = -136; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_y" = -57; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -60; +"@MMK_R_KO_onesuperior" = -92; +"@MMK_R_KO_twosuperior" = -61; +"@MMK_R_KO_threesuperior" = -57; +"@MMK_R_KO_foursuperior" = -53; +"@MMK_R_KO_fivesuperior" = -60; +"@MMK_R_KO_sevensuperior" = -92; +"@MMK_R_KO_eightsuperior" = -54; +"@MMK_R_KO_ninesuperior" = -63; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -59; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = -51; +"@MMK_R_KO_quotedblright" = -65; +"@MMK_R_KO_quoteleft" = -51; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = -51; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -51; +"@MMK_R_KO_quotedblright.ss01" = -57; +"@MMK_R_KO_quoteright.ss01" = -57; }; -endash = { -H = 0; -Lslash = 9; -Tcedilla = -36; -endash = 0; -four.numr = -55; -foursuperior = -62; -n = 0; -one.numr = -36; -onesuperior = -42; -question.ss01 = -73; -quotedblbase = -26; -seven.numr = -39; -sevensuperior = -45; -sixsuperior = -23; -zero.numr = -24; +quotedblbase = { +Dcroat = -13; +Iogonek = 0; +Lslash = -14; +Oslash = -11; +oslash = -20; +p = 0; +iogonek = 0; +jcircumflex = 18; +germandbls = -56; +l.ss03 = -6; +g.ss06 = 2; +numbersign = -56; +parenleft = -12; +parenleft.case = -27; +at = -26; +copyright = -71; +published = -71; +literSign = -15; +dollar = -21; +euro = -62; +minus = -204; +multiply = -84; +divide = -110; +equal = -65; +approxequal = -55; }; -endash.case = { -quotedblbase = -147; -quotedblbase.ss01 = -136; +D = { +Dcroat = 9; +Eth = 9; +Hbar = 9; +Iogonek = -2; +Lslash = 5; +Oslash = 1; +lacute = -2; +zero = 0; +five = 0; +six = -2; +eight = 2; +endash.case = 3; +parenleft.case = 4; +braceright.case = -58; +at = 0; +less = -13; }; -eng = { -bracketright = 2; -j = 15; -parenright = -15; -slash = 0; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -67; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -52; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -66; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -11; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_one" = -80; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -92; +"@MMK_R_KO_onesuperior" = -95; +"@MMK_R_KO_twosuperior" = -92; +"@MMK_R_KO_threesuperior" = -93; +"@MMK_R_KO_foursuperior" = -93; +"@MMK_R_KO_fivesuperior" = -91; +"@MMK_R_KO_sevensuperior" = -95; +"@MMK_R_KO_eightsuperior" = -92; +"@MMK_R_KO_ninesuperior" = -92; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -80; +"@MMK_R_KO_asterisk" = -84; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -75; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -83; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = -81; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -80; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -58; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = -82; +"@MMK_R_KO_quotedblright" = -82; +"@MMK_R_KO_quoteleft" = -82; +"@MMK_R_KO_quoteright" = -82; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -80; +"@MMK_R_KO_quotesingle" = -80; +"@MMK_R_KO_quotedblleft.ss01" = -90; +"@MMK_R_KO_quotedblright.ss01" = -91; +"@MMK_R_KO_quoteright.ss01" = -91; +"@MMK_R_KO_trademark" = -97; +"@MMK_R_KO_asciicircum" = -96; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -54; +"@MMK_R_KO_comma" = -54; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -64; +"@MMK_R_KO_backslash" = 2; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -17; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -35; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -59; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = -46; +"@MMK_R_KO_I.ss02" = -38; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -31; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -52; +"@MMK_R_KO_two" = -48; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -53; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -70; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = -74; +"@MMK_R_KO_comma" = -75; +"@MMK_R_KO_ellipsis" = -79; +"@MMK_R_KO_question" = -75; +"@MMK_R_KO_asterisk" = -86; +"@MMK_R_KO_slash" = -65; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -66; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -3; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_parenright.case" = -75; +"@MMK_R_KO_quotedblleft" = -54; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -54; +"@MMK_R_KO_quoteright" = -47; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -65; +"@MMK_R_KO_quotedbl" = -67; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = -49; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -85; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -10; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -85; +"@MMK_R_KO_ellipsis" = -85; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -85; +"@MMK_R_KO_period.ss01" = -85; +"@MMK_R_KO_comma.ss01" = -85; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = -85; +"@MMK_R_KO_endash" = -85; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -21; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_degree" = -2; +"@MMK_R_KO_plus" = -51; +"@MMK_R_KO_percent" = 0; }; -eogonek = { -parenright = -40; +ohorndotbelow.ss01 = { +c = -2; +i.ss01 = 9; +n = 9; +p = 9; +t = 12; +u = 12; +t_i.liga.ss01 = 15; +t_t.liga = 15; }; -equal = { -A = -7; -C = 5; -G = 5; -J = 0; -O = 5; -T = 0; -V = -7; -X = -19; -Y = -25; -bracketright = -60; -comma = -20; -equal = 0; -one = 0; -parenright = -68; -parenright.case = -71; -period = -19; -quotedbl = -7; -quotedblright = 4; -zero = 4; +t_i.liga.ss01 = { +parenright = -33; }; -euro = { -comma = -12; -comma.ss01 = -12; -parenright = -74; -parenright.case = -80; -period = -12; -period.ss01 = -11; -slash = -23; -three = 0; +endash = { +x = -40; +one.numr = -58; +four.numr = -91; +seven.numr = -61; +colon = -21; +semicolon = -18; +questiondown = -75; +question.ss01 = -92; +questiondown.ss01 = -74; +endash = 0; +quotedblbase = -157; +quotedblbase.ss01 = -176; +quoteright.ss01 = -4; }; -exclam = { -exclam = 3; -guillemetleft = -26; -guilsinglleft = -26; -parenright = -22; -quotedbl = -2; -quotedblleft = -2; -quotedblright = 0; +Ygrave = { +ellipsis.ss01 = -103; +endash.case = -54; }; -exclam.ss01 = { -exclam.ss01 = 2; -parenright = -20; -period.ss01 = -7; +fraction = { +zero.dnom = -16; +two.dnom = -13; +four.dnom = -59; +eight.dnom = -13; +zeroinferior = -23; +twoinferior = -15; +fourinferior = -59; +fiveinferior = 0; +sixinferior = -22; +seveninferior = 2; +nineinferior = -14; }; -exclamdown = { -A = 0; -C = 3; -O = 3; -Q = 3; -T = -24; -V = -14; -Y = -35; -j = 37; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -34; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss03" = -9; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = -16; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_colon" = -13; +"@MMK_R_KO_semicolon" = -11; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = -14; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_bracketright.case" = -39; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; }; -exclamdown.ss01 = { -T = -12; -V = -13; -Y = -32; +g = { +l = 0; +iogonek = 1; +jcircumflex = 5; }; -f = { -backslash = 18; -exclam.ss01 = 13; -germandbls = 4; -hbar = 14; -ibreve = 44; -idieresis = 74; -idieresis.ss01 = 73; -jcircumflex = 64; -n = 0; -nine = 9; -ordmasculine = 6; -parenleft = 0; -seven = 6; +m = { +ordfeminine = -22; +ordmasculine = -26; +seven = -24; +registered = -12; +logicalnot = 0; +}; +ohorntilde = { +i = 11; +idotaccent = 11; +i.ss01 = 9; +n = 9; +period = -20; +comma = -21; +period.ss01 = -23; +comma.ss01 = -26; +parenright = -36; +quotedbl = 16; }; -f_f.liga = { -backslash = 18; -hbar = 14; -ibreve = 44; -idieresis = 74; -idieresis.ss01 = 73; -nine = 9; -ordmasculine = 6; -parenleft = 0; -seven = 6; +hyphen.case = { +Dcroat = -2; +Lslash = -3; +Oslash = -9; +one.numr = -64; +seven.numr = -67; +question.ss01 = -107; +parenleft.case = -9; +braceright.case = -79; +bracketright.case = -105; +quotesinglbase = -100; +quotedblbase = -176; +quotedblbase.ss01 = -176; +quoteright.ss01 = -15; +dollar = -29; }; -f_f_i.liga = { -asciitilde = -7; +ohornhookabove = { +i = 11; +idotaccent = 11; +i.ss01 = 9; +idotaccent.ss01 = 9; +m = 9; +n = 9; +period = -20; +comma = -21; +period.ss01 = -23; +comma.ss01 = -26; +parenright = -37; +bracketright = -64; +guillemetright = 0; +quotedbl = 13; +}; +y = { germandbls = -2; -hbar = 0; -idieresis = 57; -jcircumflex = 25; -logicalnot = 2; +zeroinferior = -35; +twoinferior = -29; +ampersand = -39; +logicalnot = -11; +asciitilde = -30; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 50; -jcircumflex = 43; -parenright = -18; +Idotaccent.ss02 = { +endash.case = -57; }; -f_y.liga = { -Ydieresis = -25; -ampersand = -23; -asciitilde = -17; -exclam.ss01 = 2; -germandbls = 0; +Scedilla = { +idieresis = 37; }; -fi = { -asciitilde = -7; -germandbls = -2; -hbar = 0; -idieresis = 57; -jcircumflex = 25; -logicalnot = 2; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -24; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -6; +"@MMK_R_KO_plus" = -14; +"@MMK_R_KO_percent" = 0; }; -fi.ss01 = { -idieresis.ss01 = 50; -jcircumflex = 43; -parenright = -18; +f = { +f = 4; +f_f.liga = 4; +f_y.liga = 4; +fl = 4; +igrave = 0; +idieresis = 3; +seven = 0; +ampersand = -43; }; -five = { -asciicircum = -29; -ordfeminine = -21; -ordmasculine = -21; -six = 6; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = -17; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -61; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -103; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 32; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -52; +"@MMK_R_KO_w" = -32; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_pi" = -29; +"@MMK_R_KO_zero" = -27; +"@MMK_R_KO_one" = -93; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -27; +"@MMK_R_KO_seven" = -92; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_asterisk" = -98; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -176; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_endash.case" = -213; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -98; +"@MMK_R_KO_quotedblright.ss01" = -213; +"@MMK_R_KO_plus" = -98; +"@MMK_R_KO_percent" = -98; }; -five.dnom = { -degree = -63; -parenright = -68; -question = -63; -question.ss01 = -72; -quotedbl = -45; -quotedblleft = -42; -quotedblright = -16; -quoteright = -13; -quotesingle = -45; +numero = { +period = -41; +comma = -42; +period.ss01 = -36; +comma.ss01 = -38; +parenright = -63; +parenright.case = -61; }; -five.numr = { -fraction = -9; +cent = { +onesuperior = -44; +sevensuperior = -47; +period = -53; +comma = -53; +slash = -64; +period.ss01 = -39; +comma.ss01 = -42; +parenright = -77; +bracketright = -82; +parenright.case = -72; +bracketright.case = -95; }; -fiveinferior = { -T = -48; -W = -30; -parenright = -65; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = -36; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -50; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 38; +"@MMK_R_KO_itilde" = 26; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -25; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = -35; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -49; +"@MMK_R_KO_comma" = -49; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -67; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -67; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -65; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_parenleft" = -18; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -2; +"@MMK_R_KO_asciicircum" = -25; }; -fivesuperior = { -comma = -105; -comma.ss01 = -103; -fraction = -10; -period = -98; -period.ss01 = -103; -slash = -65; +Icircumflex = { +Icircumflex = 14; +l = 0; +icircumflex = 33; +l.ss03 = 2; +l.ss04 = 23; +parenright = 0; +bracketright = 0; +parenright.case = 0; +bracketright.case = 0; }; -fl = { -backslash = 0; -ibreve = 21; -idieresis = 51; -idieresis.ss01 = 50; -jcircumflex = 43; +iogonek = { +iogonek = 2; +j = 8; }; -four = { -asciicircum = -31; -braceright = -22; -bracketright.case = -25; -fivesuperior = -33; -hyphen = 8; -minus = 0; -ninesuperior = -32; -ordfeminine = -34; -ordmasculine = -36; -six = 5; -sixsuperior = -32; -trademark = -39; +uhorn = { +a = -30; +a.ss05 = -38; +ohorn = -38; +ohorndotbelow = -38; +ohorndotbelow.ss01 = -38; +ohorngrave = -38; +ohornacute = -38; +ohornhookabove = -38; +ohorntilde = -37; +period = -40; +comma = -40; +ellipsis = -45; +question = 0; +period.ss01 = -39; +ellipsis.ss01 = -39; +comma.ss01 = -43; +parenright = -60; +quotedblright = 0; +quotedbl = 0; }; -four.dnom = { -degree = -72; -parenright = -65; -question = -61; -question.ss01 = -72; -quotedbl = -49; -quotedblleft = -46; -quotedblright = -20; -quoteright = -18; -quotesingle = -49; +underscore = { +g.ss06 = 26; +underscore = 3; +parenleft.case = -41; }; -fourinferior = { -T = -46; -V = -41; -W = -34; -bracketright = -27; -parenright = -62; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -57; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -33; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -67; +"@MMK_R_KO_a" = -63; +"@MMK_R_KO_a.ss05" = -60; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_f" = -56; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -60; +"@MMK_R_KO_j" = 35; +"@MMK_R_KO_s" = -62; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -58; +"@MMK_R_KO_v" = -65; +"@MMK_R_KO_w" = -63; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = -54; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -38; +"@MMK_R_KO_pi" = -58; +"@MMK_R_KO_zero" = -60; +"@MMK_R_KO_one" = -59; +"@MMK_R_KO_two" = -39; +"@MMK_R_KO_three" = -40; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -60; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = -31; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_period" = -58; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_ellipsis" = -65; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -83; +"@MMK_R_KO_guillemetright" = -67; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -35; +"@MMK_R_KO_plus" = -74; }; -foursuperior = { -comma = -105; -comma.ss01 = -103; -fraction = -6; -period = -98; -period.ss01 = -103; -slash = -62; +W = { +Hbar = 25; +adieresis.ss05 = -27; +igrave = 17; +idieresis = 41; +scaron = -14; +idieresis.ss01 = 35; +six = -19; +seven = 4; +threeinferior = -47; +ampersand = -43; +plus = -34; +minus = -34; +notequal = -13; +logicalnot = -24; +asciitilde = -44; }; -fraction = { -eight.dnom = -6; -fiveinferior = 0; -fourinferior = -44; -nineinferior = -8; -seven.dnom = 17; -seveninferior = 12; -sixinferior = -12; -two.dnom = -5; -twoinferior = -6; -zeroinferior = -12; +Aogonek = { +Lslash = -5; +period = 0; +comma = 2; +endash.case = -27; +parenright = 0; +bracketright = 0; }; -g = { -backslash = -21; -iogonek = 0; -jcircumflex = 10; +Z = { +Lslash = 0; +igrave = 28; +ibreve = 40; +icaron = 38; +zero = -16; +two = 6; +six = -16; +seven = 8; +numbersign = -19; +endash.case = -27; +at = -16; +plus = -68; +minus = -68; +divide = -68; +equal = -18; +less = -67; +logicalnot = -59; +asciitilde = -86; }; -g.ss06 = { -colon.ss01 = 0; -hbar = 10; -idieresis = 63; -iogonek = 5; -jcircumflex = 62; +emdash = { +x = -44; +zero.numr = -83; +one.numr = -82; +three.numr = -45; +four.numr = -112; +five.numr = -77; +six.numr = -84; +seven.numr = -85; +eight.numr = -64; +nine.numr = -76; +threesuperior = -44; +fivesuperior = -56; +eightsuperior = -46; +colon = -54; +semicolon = -50; +questiondown = -57; +question.ss01 = -90; +questiondown.ss01 = -57; +quotedblbase = -101; +quotedblbase.ss01 = -24; +quoteleft.ss01 = -98; +quoteright.ss01 = -98; }; -gbreve.ss06 = { -gbreve.ss06 = 2; +tbar = { +a = 18; +e = 12; +tbar = 19; }; -gcaron.ss06 = { -gcaron.ss06 = 2; +eng = { +j = 0; +slash = 0; +parenright = -40; +bracketright = -15; }; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 2; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_J" = -50; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -63; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -52; +"@MMK_R_KO_I.ss02" = -40; +"@MMK_R_KO_J.ss10" = -165; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_a.ss05" = -47; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -39; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = -20; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_t_t.liga" = -2; }; -gdotaccent.ss06 = { -gdotaccent.ss06 = 2; +percent = { +twosuperior = -41; +threesuperior = -81; +fivesuperior = -84; +eightsuperior = -82; +question.ss01 = -86; +bracketright.case = -41; +quoteright.ss01 = -86; }; -germandbls = { -a = 5; -a.ss05 = 3; -bracketright = -19; -c = 5; -comma = -8; -comma.ss01 = -7; -d = 5; -e = 5; -f = -9; -f_f.liga = -9; -f_f_i.liga = -9; -f_y.liga = -9; -fi = -9; -fl = -9; -g = 4; -g.ss06 = 0; -guillemetleft = 0; -guilsinglleft = 0; -hyphen = 9; -o = 5; -parenright = -83; -period = -7; -period.ss01 = -7; -quotedblleft = -17; -quotedblleft.ss01 = -19; -quoteleft = -17; -quotesingle = -20; -s = 0; -t = -8; -t_i.liga = -8; -t_i.liga.ss01 = -8; -t_t.liga = -8; -v = -10; -w = -9; -z = -3; +Uhornhookabove = { +exclam.ss01 = 0; }; -greater = { -J = -28; -T = -41; -X = -31; -Y = -39; -Z = -25; -greater = -13; -parenright = -86; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -64; +"@MMK_R_KO_H" = -34; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -67; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -61; +"@MMK_R_KO_X" = -85; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = -66; +"@MMK_R_KO_I.ss02" = -63; +"@MMK_R_KO_J.ss10" = -47; }; -greaterequal = { -T = -26; -one = 0; -parenright = -47; -seven = 0; +uhorngrave = { +a = -30; +a.ss05 = -38; +o = -38; +n = -12; +period = -40; +comma = -40; +period.ss01 = -39; +comma.ss01 = -43; +parenright = -60; +quotedblright = 0; +quotedbl = 0; }; -guillemetleft = { -Tcedilla = -16; -g.ss06 = 0; -questiondown = -4; -quotedblbase = -11; -sevensuperior = -63; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 1; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -18; }; -guillemetright = { -Lslash = 0; -T = -49; -onesuperior = -61; -quotesinglbase = -36; -sevensuperior = -67; -sixsuperior = -42; +a.ss05 = { +p = 0; +jcircumflex = -2; +germandbls = -23; +gbreve.ss06 = 3; +gcircumflex.ss06 = 3; +ordfeminine = -38; +ordmasculine = -42; +seven = -36; +notequal = -12; +logicalnot = -10; }; -guilsinglleft = { -A = 0; -Adieresis = 0; -Aring = 0; -C = -5; -G = -5; -J = -2; -T = -16; -Tcommaaccent = -16; -V = -15; -W = -13; -X = 0; -Y = -33; -Yacute = -33; -Z = -2; -a = -20; -c = -27; -comma = -4; -d = -20; -e = -27; -f = 0; -f_f.liga = 0; -f_f_i.liga = 0; -f_y.liga = 0; -fi = 0; -fl = 0; -guilsinglleft = -55; -j = 0; -o = -27; -parenright = -55; -pi = -2; -s = -19; -semicolon = -3; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -v = 0; -w = 0; -x = 0; -y = 0; -z = 0; +Itilde = { +Itilde = 13; +igrave = 19; +itilde = 39; }; -guilsinglright = { -onesuperior = -61; -quotesinglbase = -36; -sevensuperior = -67; +threesuperior = { +A = -51; +fraction = -12; +period = -99; +comma = -100; +slash = -88; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -52; +parenright = -41; +parenright.case = -41; +guillemetleft = -32; }; -h = { -abrevehookabove.ss05 = 2; -acircumflexhookabove.ss05 = 2; -backslash = -31; -e = 4; -registered = -10; -seven = -15; -yhookabove = -12; +ydotbelow.ss01 = { +period.ss01 = -54; +parenright = 0; }; -hyphen = { -Dcroat = 6; -Jcircumflex = -14; -Lslash = 9; -OE = 8; -Oslash = 8; -Tcedilla = -36; -Ycircumflex = -58; -Ydieresis = -58; -Ydieresis.ss01 = -58; -Ydotbelow = -58; -Ydotbelow.ss01 = -58; -Ygrave = -58; -braceright = -41; -four.numr = -72; -foursuperior = -75; -hyphen = -3; -l.ss03 = 3; -mu = 0; -one = -76; -one.numr = -40; -onesuperior = -43; -oslash = 11; -question.ss01 = -73; -questiondown = -40; -quotedbl = -53; -quotedblbase = -32; -quotedblbase.ss01 = -11; -quoteleft = -48; -quotesinglbase = -32; -seven.numr = -42; -sevensuperior = -47; -six.numr = -29; -sixsuperior = -28; -two = -25; -zero.numr = -30; +endash.case = { +seven.numr = -68; +bracketright.case = -106; +quotedblbase = -204; +quotedblbase.ss01 = -213; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 44; +"@MMK_R_KO_itilde" = 39; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 20; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -24; +"@MMK_R_KO_bracketright.case" = -15; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -15; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -19; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -29; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -36; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -25; +"@MMK_R_KO_one" = -80; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -25; +"@MMK_R_KO_seven" = -78; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_sixsuperior" = -100; +"@MMK_R_KO_onesuperior" = -100; +"@MMK_R_KO_foursuperior" = -100; +"@MMK_R_KO_sevensuperior" = -100; +"@MMK_R_KO_ninesuperior" = -100; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -100; +"@MMK_R_KO_hyphen" = -97; +"@MMK_R_KO_endash" = -100; +"@MMK_R_KO_hyphen.case" = -100; +"@MMK_R_KO_endash.case" = -100; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_quotedblleft" = -100; +"@MMK_R_KO_quotedblright" = -100; +"@MMK_R_KO_quoteleft" = -100; +"@MMK_R_KO_quoteright" = -100; +"@MMK_R_KO_guillemetleft" = -77; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -100; +"@MMK_R_KO_quotesingle" = -85; }; -hyphen.case = { -Dcroat = 11; -Jcircumflex = -25; -Lslash = 3; -Oslash = 12; -Tcedilla = -36; -Ycircumflex = -41; -bracketright.case = -60; -hyphen.case = -3; -parenleft.case = 9; -quotedblbase = -151; -quotedblbase.ss01 = -139; -quotesinglbase = -105; +N = { +Hbar = 29; +igrave = 19; +icaron = 29; +idieresis = 51; +jcircumflex = 41; +idieresis.ss01 = 49; +degree = -6; +logicalnot = 0; }; -i = { -asciitilde = -7; -germandbls = -2; -hbar = 0; -idieresis = 57; -jcircumflex = 25; -logicalnot = 2; -p = 0; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -70; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -43; +"@MMK_R_KO_asterisk" = -60; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_backslash" = -61; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -44; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = -34; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_braceright" = -63; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -39; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -70; +"@MMK_R_KO_asciicircum" = -40; }; -i.ss01 = { -bracketright = -2; -idieresis.ss01 = 50; -jcircumflex = 43; -parenright = -23; +b = { +seven = -27; +registered = -12; +notequal = 0; }; -iacute = { -ccaron = 20; -j = 10; -jacute = 0; -parenright = 23; -rcaron = 59; -scaron = 27; -thorn = 27; -zcaron = 49; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_J" = -50; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -72; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = -62; +"@MMK_R_KO_I.ss02" = -53; +"@MMK_R_KO_J.ss10" = -109; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_t_t.liga" = -13; +}; +Itilde.ss02 = { +igrave = 11; }; -ibreve = { -T = 39; -exclam = 31; -i = 17; -imacron = 70; -l = 20; -l.ss04 = 60; -onesuperior = 35; -parenright = 10; -question = 4; -quotesingle = 40; -sevensuperior = 38; +trademark = { +period = -99; +comma = -100; +slash = -98; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -166; +parenright = -40; +parenright.case = -39; +guillemetleft = -54; +guilsinglleft = -54; +guillemetright = -22; +guilsinglright = -22; }; -icircumflex = { -Icircumflex = 46; -i.ss01 = 44; -j.ss01 = 44; -ordfeminine = 56; -parenleft = 11; +literSign = { +parenright = -67; +parenright.case = -59; +guillemetleft = -63; +guilsinglleft = -63; }; -idieresis = { -Idieresis = 55; -Idieresis.ss02 = 66; -b = 52; -eightsuperior = 63; -exclam = 70; -fivesuperior = 56; -h = 52; -i = 57; -idieresis = 75; -j = 57; -k = 52; -l = 52; -l.ss03 = 55; -l.ss04 = 72; -ninesuperior = 66; -onesuperior = 73; -parenright = 9; -question = 46; -quotedbl = 72; -quotedblright = 74; -quotesingle = 72; -sevensuperior = 69; -sixsuperior = 58; -t = 30; -t_i.liga = 30; -t_t.liga = 30; -threesuperior = 66; -twosuperior = 69; +ohorn = { +i = 11; +idotaccent = 11; +i.ss01 = 9; +idotaccent.ss01 = 9; +m = 9; +n = 9; +r = 9; +t = 12; +u = 12; +v = 0; +t_i.liga = 15; +t_t.liga = 15; +period = -20; +comma = -21; +period.ss01 = -23; +comma.ss01 = -26; +hyphen = 0; +parenright = -40; +bracketright = -64; +quotedbl = 13; }; -idieresis.ss01 = { -b = 50; -comma.ss01 = -8; -k = 50; -l = 50; -l.ss03 = 53; -l.ss04 = 90; -t = 28; -t_i.liga.ss01 = 28; -t_t.liga = 28; +quotedblleft = { +A = -50; +Dcroat = 7; +Hbar = 27; +igrave = 7; +icircumflex = 5; +imacron = 24; +jcircumflex = 0; +s = -13; +x = -10; +g.ss06 = -19; +mu = -6; +exclamdown = -16; +questiondown = -83; +backslash = -2; +questiondown.case = -83; +underscore = -191; +quotedblbase = -204; +ampersand = -51; +minus = -20; +divide = -20; +asciitilde = -43; }; -idotaccent = { -idieresis = 57; -jcircumflex = 25; +l.ss04 = { +Hbar = 31; +l.ss04 = 0; +periodcentered.loclCAT = 10; +parenright = -31; +bracketright = -14; +quoteright = 1; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_Oacute" = -32; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -27; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -39; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_itilde" = 28; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -40; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -64; +"@MMK_R_KO_w" = -50; +"@MMK_R_KO_x" = -18; +"@MMK_R_KO_y" = -66; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -8; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = -19; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = -22; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = -13; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -33; +"@MMK_R_KO_endash" = -57; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -55; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +}; +eacute = { +Y = -41; }; -idotaccent.ss01 = { -parenright = -23; +integral = { +guillemetright = -74; +guilsinglright = -74; +integral = -63; +A = -60; +a = -66; +d = -68; +a.ss05 = -68; +e = -69; +s = -69; +w = -69; }; -idotbelow = { -comma = 0; -j = 7; +two.dnom = { +question = -81; +question.ss01 = -85; +parenright = -54; +quotedblleft = -99; +quotedblright = -91; +quoteleft = -99; +quoteright = -93; +quotedbl = -109; +quotesingle = -85; +quotedblleft.ss01 = -54; +quoteleft.ss01 = -54; +quotedblright.ss01 = -79; +quoteright.ss01 = -79; +degree = -119; }; -idotbelow.ss01 = { -period.ss01 = -8; +parenleft.case = { +Icircumflex = 0; +Imacron = 0; +Idieresis = 0; +Dcroat = -37; +Eth = -37; +Iogonek = -23; +Itilde = 0; +Lslash = -37; +Idieresis.ss01 = 0; +four.numr = -68; +numbersign = -61; +questiondown.case = -56; +question.ss01 = -61; +parenleft.case = -70; +quotedblbase = -36; +quotedblbase.ss01 = -31; +at = -70; +ampersand = -62; +section = -59; +copyright = -87; +registered = -70; +published = -87; +literSign = -62; +numero = -29; +cent = -73; +dollar = -60; +euro = -74; +liraTurkish = -61; +minus = -84; +multiply = -78; +divide = -84; +equal = -64; +notequal = -64; +less = -86; +greaterequal = -22; +approxequal = -70; +logicalnot = -70; +asciitilde = -82; +asciicircum = -75; +infinity = -74; +radical = -72; }; -igrave = { -parenright = -52; +Iacute.ss02 = { +igrave = 11; +endash.case = -57; }; -ihookabove = { -comma.ss01 = -8; -period.ss01 = -8; -quotedbl = 6; -quotedblright = 2; +tenge = { +four = -36; +period = -71; +comma = -71; +slash = -74; +period.ss01 = -76; +comma.ss01 = -78; }; -imacron = { -I = 40; -N = 40; -P = 40; -S = 32; -V = 43; -b = 20; -bracketright = 37; -ccaron = 4; -comma.ss01 = -8; -eightsuperior = 33; -exclam = 40; -fivesuperior = 29; -h = 20; -i = 25; -ibreve = 71; -imacron = 77; -j = 25; -j.ss01 = 20; -k = 20; -kcommaaccent = 20; -l = 20; -l.ss03 = 23; -l.ss04 = 60; -lcommaaccent = 20; -lcommaaccent.ss03 = 23; -lcommaaccent.ss04 = 60; -ninesuperior = 38; -onesuperior = 42; -parenright = 2; -period.ss01 = -8; -question = 32; -quotedbl = 41; -quotedblleft = 23; -quotedblleft.ss01 = 32; -quotedblright = 43; -quotedblright.ss01 = 35; -quoteleft = 23; -quoteright = 43; -quotesingle = 41; -scaron = 11; -sevensuperior = 38; -sixsuperior = 35; -t = 2; -t_i.liga = 2; -t_t.liga = 2; -thorn = 20; -threesuperior = 37; -twosuperior = 40; -zcaron = 34; +colon = { +A = 0; +D = 0; +C = 0; +J = 0; +T = -58; +V = -24; +W = -19; +Y = -65; +a = -4; +c = -9; +e = -9; +o = -9; +f = 0; +s = 0; +t = 0; +z = 6; +t_i.liga = 0; +pi = 3; +zero = 0; +one = -5; +two = 3; +three = -3; +four = -17; +sevensuperior = -71; +emdash = -54; +parenright = -65; +braceright = -56; +bracketright = -71; +parenright.case = -38; +guillemetleft = -35; +guilsinglleft = -35; }; -infinity = { -bracketright = -64; -parenright = -93; -parenright.case = -94; +h = { +seven = -24; +registered = -11; }; -integral = { -A = -37; -a = -44; -d = -44; -e = -48; -integral = -32; -s = -49; +emacron = { +Y = -43; +lcommaaccent = 0; }; -iogonek = { -comma = 2; -iogonek = 5; -j = 12; -parenright = 5; +numbersign = { +A = -15; +J = -33; +T = -49; +X = -38; +Y = -46; +one = 0; +eight = 7; +period = -47; +comma = -48; +slash = -43; +period.ss01 = -58; +comma.ss01 = -62; +parenright = -68; +bracketright = -65; +parenright.case = -61; +bracketright.case = -77; }; -itilde = { -N = 62; -b = 60; -comma.ss01 = -8; -eightsuperior = 61; -exclam = 66; -fivesuperior = 62; -h = 60; -i = 56; -itilde = 71; -j = 56; -k = 60; -l = 60; -ninesuperior = 61; -onesuperior = 74; -parenright = 27; -period.ss01 = -8; -question = 33; -quotedbl = 80; -quotedblright = 68; -quotedblright.ss01 = 73; -quoteright = 68; -quotesingle = 80; -sevensuperior = 77; -sixsuperior = 50; -t = 24; -threesuperior = 62; -twosuperior = 65; +copyright = { +parenright = -106; +parenright.case = -101; }; -j = { -braceright = 33; -bracketright = 16; -comma = 0; -hbar = 0; -idieresis = 57; +t = { iogonek = 0; -j = 11; -jcircumflex = 25; -parenright = -11; -semicolon = 6; -slash = 14; +wdieresis = 0; +two = 3; +logicalnot = 0; +asciitilde = -26; }; -j.ss01 = { -bracketright = 15; -comma.ss01 = 0; -j.ss01 = 11; -parenright = 0; -slash = 13; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -29; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_bracketright.case" = -43; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -19; +}; +Hcircumflex = { +igrave = 19; }; -jacute = { -adieresis.ss05 = 0; -backslash = 60; -ccaron = 20; -comma = 0; -hbar = 35; -hcircumflex = 27; -i.ss01 = 27; -iacute = 0; -idieresis = 71; -idotaccent.ss01 = 27; -iogonek = 14; -j = 11; -jcircumflex = 42; -rcaron = 59; -scaron = 27; -semicolon = 6; -seven = 37; -slash = 22; -zcaron = 49; +aogonek.ss05 = { +j = 8; +comma = 6; +parenright = -2; +bracketright = -2; }; -jcircumflex = { -hcircumflex = 44; -i.ss01 = 44; -jcircumflex = 102; -scircumflex = 35; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -64; +"@MMK_R_KO_H" = -34; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -67; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -61; +"@MMK_R_KO_X" = -85; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = -66; +"@MMK_R_KO_I.ss02" = -63; +"@MMK_R_KO_J.ss10" = -47; +}; +_B.currency = { +_baht.bar = -40; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -35; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -53; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -22; }; -k = { -ampersand = -15; -asciitilde = -38; -exclam.ss01 = 5; -iogonek = 4; -logicalnot = -18; -minus = -22; -plus = -21; +rupeeIndian = { +four = -53; +period = -60; +comma = -60; +slash = -68; +period.ss01 = -65; +comma.ss01 = -67; +}; +Zdotaccent = { +Hbar = 29; +endash.case = -27; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -71; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +}; +P = { +Hbar = 25; +Oslash = 0; +hbar = 13; +igrave = 0; +idieresis = 31; +idieresis.ss01 = 30; two = 0; -yhookabove = 0; +three = -3; +five = 0; +seven = 0; +nine = 4; +twoinferior = -30; +threeinferior = -33; +fourinferior = -85; +ellipsis.ss01 = -141; +endash.case = 0; +braceright.case = -42; +ampersand = -45; }; -l = { -Hbar = 24; -at = 0; -backslash = 0; -hbar = 0; -ibreve = 21; -idieresis = 51; -idieresis.ss01 = 50; -jcircumflex = 43; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -plus = 0; +twoinferior = { +T = -65; +V = -56; +W = -44; +Y = -100; +t = -32; +t_i.liga = -23; +t_t.liga = -23; +parenright = -44; }; -l.ss03 = { -iogonek = 2; -jcircumflex = 23; -periodcentered.loclCAT = -13; +wdieresis = { +period = -33; +comma = -33; +bracketright = -74; }; -l.ss04 = { -ibreve = 21; -idieresis = 51; -jcircumflex = 43; +uhungarumlaut = { +onesuperior = -7; +sevensuperior = 0; +parenright = 0; +bracketright = 0; }; -lcaron = { -exclam.ss01 = 174; -ncaron = 123; -scaron = 118; +odieresis = { +germandbls = -18; +gbreve.ss06 = -2; }; -lcaron.ss03 = { -b = 143; -bracketright = 158; -ccaron = 83; -comma = 12; -eightsuperior = 137; -exclam = 149; -exclam.ss01 = 151; -fivesuperior = 144; -h = 143; -i = 131; -i.ss01 = 141; -j = 131; -j.ss01 = 141; -k = 143; -l.ss03 = 146; -lcaron.ss03 = 146; -m = 2; -n = 2; -ncaron = 100; -ninesuperior = 136; -onesuperior = 147; -parenright = 117; -period = 13; -question = 109; -question.ss01 = 95; -quotedbl = 163; -quotedblleft = 84; -quotedblleft.ss01 = 110; -quoteleft = 84; -quoteleft.ss01 = 110; -quotesingle = 163; -s = 2; -scaron = 97; -sevensuperior = 160; -sixsuperior = 123; -t = 93; -t_i.liga = 93; -t_t.liga = 93; -threesuperior = 137; -twosuperior = 139; -u = 0; -uacute = 0; -v = 0; -zcaron = 138; +ohorndotbelow = { +c = -2; +i = 11; +idotaccent = 11; +m = 9; +n = 9; +p = 9; +t = 12; +u = 12; +t_i.liga = 15; +t_t.liga = 15; +period = -20; +comma = -21; +parenright = -40; +bracketright = -64; }; -lcaron.ss04 = { -exclam.ss01 = 174; -ncaron = 123; -scaron = 118; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_backslash" = -28; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = -78; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_braceright" = -62; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_parenright.case" = -70; +"@MMK_R_KO_bracketright.case" = -74; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -53; +"@MMK_R_KO_asciicircum" = -16; }; -lcommaaccent = { -j = 14; +one.numr = { +fraction = 0; }; -ldot.ss01 = { -a = 4; -comma.ss01 = -103; -e = 5; -period.ss01 = -103; +Uhorntilde = { +exclam.ss01 = 0; }; -ldot.ss01.ss04 = { -comma.ss01 = -103; -period.ss01 = -103; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 4; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -7; +"@MMK_R_KO_eight" = 11; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_plus" = -4; }; -ldot.ss04 = { -a = 9; -e = 9; -o = 9; +two = { +icircumflex = 17; +x = 0; +colon = 5; +semicolon = 8; +braceright = -31; +minus = -25; +multiply = -17; }; -less = { -S = 2; -less = -13; -parenright = -44; -three = 0; +j = { +hbar = 9; +idieresis = 11; +iogonek = 2; +jcircumflex = 28; }; -lessequal = { -n = 7; -parenright = -35; +ldot.ss01 = { +period.ss01 = -96; +comma.ss01 = -98; }; -liraTurkish = { -foursuperior = -92; -one = -84; -onesuperior = -46; -parenright = -96; -question = -83; -question.ss01 = -86; -quotedbl = -77; -quotesingle = -77; -seven = -105; -sevensuperior = -52; -sixsuperior = -35; -slash = -37; -two = -37; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -72; +"@MMK_R_KO_twosuperior" = -45; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -86; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_backslash" = -35; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -40; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_braceright" = -63; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -40; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -43; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -27; +"@MMK_R_KO_trademark" = -62; +"@MMK_R_KO_asciicircum" = -25; }; -literSign = { -parenright = -66; +idieresis = { +l = 5; +icaron = 7; +idieresis = 8; }; -logicalnot = { -one = -2; -parenright = -81; -parenright.case = -62; -seven = -5; -two = -15; -y = -6; +approxequal = { +one = -11; +parenright = -72; +parenright.case = -70; +A = -35; +I.ss02 = -17; }; -lslash.ss03 = { -comma = 7; -period = 8; +ograve = { +T = -63; }; -m = { -backslash = -35; -comma = 3; -e = 4; -hyphen = 4; -multiply = -2; -ordmasculine = -22; -parenleft = 2; -period = 4; -registered = -11; -seven = -15; -wgrave = -4; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = -31; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -48; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -59; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -39; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -51; }; -minus = { -A = -21; -I.ss02 = -35; -T = -44; -V = -20; -X = -40; -Y = -47; -Z = -38; -comma = -105; -comma.ss01 = -103; -eight = -10; -four = 0; -one = -2; -parenright = -89; -parenright.case = -91; -period = -98; -period.ss01 = -103; -quotedblleft = -11; -quotedblright = 5; -seven = -6; -seven.numr = -38; -tenge = -3; -three = -48; -two = -21; -x = -22; -yen = -30; +S = { +Hbar = 26; +Lslash = 11; +hbar = 16; +ibreve = 11; +idieresis = 37; +idieresis.ss01 = 38; +two = 7; +three = 10; +five = 9; +eight = 15; +ampersand = 8; +dollar = 5; +greater = 4; +logicalnot = -7; }; -mu = { -braceright = -24; -bracketright = -30; -comma.ss01 = -8; -hyphen = 0; -mu = 0; -one = -8; -onesuperior = -47; -parenright = -62; -period.ss01 = -8; -pi = 0; -quotedbl = -19; -quotedblleft = -9; -quotedblright = 0; -quoteleft = -9; -quoteright = 0; -quotesingle = -19; -sevensuperior = -53; -trademark = -44; -twosuperior = -11; +periodcentered.loclCAT = { +l = 10; +l.ss03 = 13; +l.ss04 = 5; }; -multiply = { -A = -16; -P = 0; -T = -33; -Y = -38; -five = 0; -one = 0; -p = 0; -parenright = -84; -parenright.case = -87; -two = 0; +Iogonek = { +iogonek = 2; +j = 22; +j.ss01 = 22; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -1; +"@MMK_R_KO_uacute" = -1; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -12; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -18; }; -n = { -Tcedilla = -36; -asciitilde = -4; -at = 2; -backslash = -34; -degree = -29; -e = 4; -greaterequal = 9; -guilsinglright = 0; -jcircumflex = 0; -logicalnot = 4; -multiply = 0; -n = 0; -ordmasculine = -21; -parenleft = 2; -registered = -11; -seven = -15; +racute = { +parenright = -7; +bracketright = 0; }; -ncaron = { -Yacute = -25; -parenright = -26; +questiondown.case = { +C = -15; +Q = -15; +Q.ss09 = -15; +T = -65; +V = -63; +W = -50; +Y = -94; +one = -86; +seven = -82; +parenright.case = -62; +quotedblleft = -92; +quoteright = -80; +quotedbl = -80; +quotesingle = -80; +quotedblleft.ss01 = -85; +quoteright.ss01 = -84; }; -nine = { -braceright = -18; -bracketright.case = -18; -ordmasculine = -5; -six = 11; -trademark = -30; +f_y.liga = { +germandbls = -2; +zeroinferior = -35; +ampersand = -39; }; -nine.dnom = { -degree = -91; -parenright = -79; -question = -70; -question.ss01 = -75; -quotedbl = -75; -quotedblleft = -73; -quotedblleft.ss01 = -35; -quotedblright = -42; -quotedblright.ss01 = -33; -quoteright = -40; -quotesingle = -75; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = -26; +"@MMK_R_KO_O" = -74; +"@MMK_R_KO_Oacute" = -69; +"@MMK_R_KO_J" = -51; +"@MMK_R_KO_G.ss07" = -69; +"@MMK_R_KO_S" = -60; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = -26; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = -29; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -81; +"@MMK_R_KO_a" = -76; +"@MMK_R_KO_aacute" = -65; +"@MMK_R_KO_a.ss05" = -70; +"@MMK_R_KO_l" = -31; +"@MMK_R_KO_e" = -77; +"@MMK_R_KO_eacute" = -75; +"@MMK_R_KO_f" = -68; +"@MMK_R_KO_g" = -59; +"@MMK_R_KO_n" = -62; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -44; +"@MMK_R_KO_s" = -73; +"@MMK_R_KO_t" = -69; +"@MMK_R_KO_u" = -68; +"@MMK_R_KO_uacute" = -62; +"@MMK_R_KO_v" = -70; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -58; +"@MMK_R_KO_l.ss04" = -13; +"@MMK_R_KO_t_t.liga" = -67; +"@MMK_R_KO_pi" = -68; +"@MMK_R_KO_zero" = -76; +"@MMK_R_KO_one" = -58; +"@MMK_R_KO_two" = -53; +"@MMK_R_KO_three" = -63; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_five" = -39; +"@MMK_R_KO_six" = -77; +"@MMK_R_KO_seven" = -28; +"@MMK_R_KO_eight" = -57; +"@MMK_R_KO_nine" = -64; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_foursuperior" = -71; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = -63; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_ellipsis" = -68; +"@MMK_R_KO_question" = -64; +"@MMK_R_KO_asterisk" = -41; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -55; +"@MMK_R_KO_hyphen" = -76; +"@MMK_R_KO_endash" = -78; +"@MMK_R_KO_parenright" = 3; +"@MMK_R_KO_bracketright" = 7; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -38; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -37; +"@MMK_R_KO_guillemetleft" = -82; +"@MMK_R_KO_guillemetright" = -72; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -52; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_degree" = -62; +"@MMK_R_KO_plus" = -87; +"@MMK_R_KO_percent" = -53; +}; +bracketleft.case = { +Icircumflex = 0; +numbersign = -62; +parenleft.case = -36; +bracketright.case = -5; +at = -48; +literSign = -73; +euro = -74; +minus = -89; +equal = -79; +less = -95; +asciitilde = -89; +asciicircum = -81; +infinity = -81; +}; +K = { +Lslash = -8; +Oslash = -24; +edieresis = -17; +odieresis.ss01 = -16; +odieresis = -20; +oslash = -32; +igrave = 19; +rcaron = 11; +idieresis = 44; +jcircumflex = 24; +ygrave = -34; +ytilde = -30; +idieresis.ss01 = 45; +zero = -38; +two = 0; +three = -21; +six = -39; +seven = -2; +nine = -27; +numbersign = -35; +endash.case = -55; +parenleft.case = -34; +at = -39; +ampersand = -23; +registered = -53; +dollar = -26; +plus = -67; +minus = -67; +multiply = -57; +divide = -67; +equal = -35; +notequal = -33; +less = -72; +logicalnot = -54; +asciitilde = -68; }; -nineinferior = { -parenright = -77; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_itilde" = 17; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = -65; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -74; +"@MMK_R_KO_braceright" = -57; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_bracketright.case" = -68; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -15; }; -ninesuperior = { -comma = -105; -comma.ss01 = -103; -fraction = -16; -period = -98; -period.ss01 = -103; -slash = -75; +semicolon = { +four = -21; +onesuperior = -69; +sevensuperior = -75; +hyphen = -61; +emdash = -61; +endash = -26; +hyphen.case = -4; +parenright = -48; +guillemetleft = -42; }; -notequal = { -N = 0; -b = 0; -parenright = -35; -zero = 0; +Thorn = { +Eth = 8; }; -ntilde = { -parenright = -25; +four.dnom = { +question = -81; +question.ss01 = -84; +parenright = -66; +quotedblleft = -90; +quotedblright = -92; +quoteleft = -90; +quoteright = -95; +quotedbl = -108; +quotesingle = -85; +quotedblleft.ss01 = -37; +quoteleft.ss01 = -37; +quotedblright.ss01 = -69; +quoteright.ss01 = -69; +degree = -107; }; -numbersign = { -A = -12; -C = 6; -J = -21; -T = -14; -V = -10; -X = -23; -Y = -30; -bracketright = -48; -comma = -30; -comma.ss01 = -16; -eight = 4; -four = 0; -nine = 5; -one = 0; -parenright = -72; -parenright.case = -72; -period = -30; -period.ss01 = -12; -six = 5; -three = 0; +braceright = { +Y = -67; +period = -54; +comma = -53; +period.ss01 = -54; +comma.ss01 = -57; +parenright = -76; +braceright = -51; +asciicircum = -65; }; -numero = { -one = 0; -parenright = -56; -period = -26; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -18; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -72; +"@MMK_R_KO_Oacute" = -72; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = -65; +"@MMK_R_KO_S" = -56; +"@MMK_R_KO_T" = -79; +"@MMK_R_KO_U" = -62; +"@MMK_R_KO_V" = -85; +"@MMK_R_KO_W" = -78; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -104; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_a.ss05" = -44; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_s" = -47; +"@MMK_R_KO_t" = -63; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -41; +"@MMK_R_KO_v" = -72; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = -23; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_zero" = -73; +"@MMK_R_KO_one" = -86; +"@MMK_R_KO_two" = -19; +"@MMK_R_KO_three" = -54; +"@MMK_R_KO_four" = -93; +"@MMK_R_KO_five" = -58; +"@MMK_R_KO_six" = -74; +"@MMK_R_KO_seven" = -87; +"@MMK_R_KO_eight" = -55; +"@MMK_R_KO_nine" = -66; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_guillemetright" = -92; +"@MMK_R_KO_quotedbl" = -97; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -87; }; -o = { -Ydieresis = -64; -Ydieresis.ss01 = -64; -backslash = -39; -bracketright = -65; -gbreve.ss06 = 0; -gcircumflex.ss06 = 0; -gcommaaccent.ss06 = 0; -germandbls = -11; -logicalnot = 11; -n = 0; -parenleft = 6; -quotedbl = -34; -quotedblright = -2; -quoteright = -2; -quotesingle = -34; -registered = -14; -seven = -21; -tbar = 4; -two = -18; +ampersand = { +one = -94; +seven = -91; +parenright = -59; +bracketright = -75; +quotedblleft = -73; +quotedblright = -49; +quoteleft = -73; +quoteright = -57; +quotedbl = -87; +quotesingle = -85; +quotedblleft.ss01 = -29; +quoteleft.ss01 = -27; +quotedblright.ss01 = -32; +quoteright.ss01 = -30; +v = -32; +w = -22; +y = -39; }; -oacute = { -parenright = -36; +four = { +x = -31; +ordfeminine = -41; +ordmasculine = -41; +zero.numr = -26; +one.numr = -33; +three.numr = -27; +four.numr = -30; +five.numr = -25; +six.numr = -26; +seven.numr = -26; +eight.numr = -26; +nine.numr = -27; +threesuperior = -42; +fivesuperior = -42; +eightsuperior = -40; +colon = -17; +semicolon = -16; +question.ss01 = -43; +underscore = -22; +braceright = -45; +braceright.case = -34; +bracketright.case = -59; +quoteright.ss01 = -37; +registered = -35; +trademark = -51; +asciicircum = -48; }; -ocircumflex = { -T = -22; +zerosuperior = { +A = -56; +fraction = -22; +period = -99; +comma = -100; +slash = -96; +period.ss01 = -96; +comma.ss01 = -98; +parenright = -48; +parenright.case = -46; +guillemetleft = -47; +guilsinglleft = -47; }; -ocircumflexgrave = { -comma = -11; -comma.ss01 = -11; -guillemetright = -27; -hyphen = 11; -parenright = -14; -period = -10; -period.ss01 = -11; -quotedbl = -7; -quotedblright = -2; +n = { +n = 0; +gcircumflex.ss06 = 0; +ordfeminine = -21; +ordmasculine = -25; +seven = -23; +at = 2; +registered = -11; +degree = -38; +notequal = 0; +greaterequal = 6; +logicalnot = 0; }; -ocircumflexhookabove = { -comma = -11; -comma.ss01 = -11; -guillemetright = -27; -hyphen = 11; -parenright = 7; -period = -10; -period.ss01 = -11; -quotedbl = 6; -quotedblright = -2; +bracketleft = { +Icircumflex = 0; +Dcroat = -17; +Oslash = -21; +oslash = -58; +hcircumflex = 0; +i = -9; +idotaccent = -9; +iacute = -42; +ntilde = -37; +nacute = -75; +p = -14; +ibreve = 0; +icircumflex = 0; +imacron = 0; +jcircumflex = 38; +macute = -75; +scaron = -30; +scircumflex = -46; +germandbls = -79; +x = -82; +colon = -75; +numbersign = -65; +parenleft = -43; +at = -80; +ampersand = -73; +literSign = -76; +dollar = -45; +euro = -74; +minus = -88; +equal = -78; +less = -94; +asciitilde = -88; +asciicircum = -79; +infinity = -81; }; -ocircumflextilde = { -parenright = -31; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 67; +"@MMK_R_KO_H" = 72; +"@MMK_R_KO_O" = 71; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 23; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 18; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 22; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_sixsuperior" = 68; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 47; +"@MMK_R_KO_threesuperior" = 49; +"@MMK_R_KO_foursuperior" = 67; +"@MMK_R_KO_fivesuperior" = 68; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 71; +"@MMK_R_KO_ninesuperior" = 65; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 81; +"@MMK_R_KO_question" = 70; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 70; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 28; +"@MMK_R_KO_bracketright" = 39; +"@MMK_R_KO_quotedblleft" = 80; +"@MMK_R_KO_quoteleft" = 80; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 89; +"@MMK_R_KO_quotesingle" = 89; +"@MMK_R_KO_quotedblleft.ss01" = 67; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 32; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = 34; +"@MMK_R_KO_X" = 31; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 57; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 37; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 30; +"@MMK_R_KO_threesuperior" = 26; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = 38; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 40; +"@MMK_R_KO_ninesuperior" = 37; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 1; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 40; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 28; +"@MMK_R_KO_quotedblright" = 31; +"@MMK_R_KO_quoteleft" = 28; +"@MMK_R_KO_quoteright" = 33; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 31; +"@MMK_R_KO_quotesingle" = 31; +"@MMK_R_KO_quotedblleft.ss01" = 21; +"@MMK_R_KO_quotedblright.ss01" = 39; +"@MMK_R_KO_quoteright.ss01" = 39; }; -odieresis = { -gbreve.ss06 = 0; -germandbls = -11; -parenright = -40; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 0; }; -odieresis.ss01 = { -germandbls = -11; +J.ss10 = { +Hbar = 32; +ibreve = 33; +icaron = 31; +idieresis = 53; +jcircumflex = 29; +idieresis.ss01 = 50; }; -ohookabove = { -parenright = -57; +quotedblbase.ss01 = { +Dcroat = -15; +oslash = -10; +p = -2; +germandbls = -54; +asterisk = -125; +numbersign = -58; +question.ss01 = -86; +hyphen.case = -176; +emdash.case = -213; +parenleft.case = -19; +quotedblleft.ss01 = -213; +quoteright.ss01 = -98; +at = -20; +copyright = -54; +published = -54; +dollar = -16; +euro = -48; +minus = -213; +multiply = -78; +divide = -112; +equal = -21; +approxequal = -21; }; -ohorn = { -comma = -18; -comma.ss01 = -20; -hyphen = -2; -parenright = -47; -period = -19; -period.ss01 = -21; -quotedbl = 2; -quotedblright = 0; -u = 0; +l.ss03 = { +oslash = -10; +periodcentered.loclCAT = -11; +notequal = -15; +logicalnot = -20; }; -ohornacute = { -c = -3; -parenright = -33; -t = 0; -t_i.liga = 0; -t_t.liga = 0; +parenleft = { +Icircumflex = 0; +Imacron = 0; +Idieresis = 0; +Dcroat = -40; +Eth = -40; +Iogonek = -26; +Lslash = -41; +Oslash = -58; +a.ss05 = -70; +thorn = -12; +ccedilla = -45; +ccaron = -46; +edieresis = -59; +odieresis = -62; +oslash = -77; +hcircumflex = 0; +i = -35; +idotaccent = -35; +i.ss01 = -33; +iacute = -58; +ntilde = -56; +nacute = -62; +ncaron = -51; +ncommaaccent = -61; +p = -15; +idieresis = 0; +imacron = 0; +iogonek = -26; +jcircumflex = 23; +scedilla = -38; +scaron = -41; +scircumflex = -69; +germandbls = -69; +tcedilla = -16; +x = -56; +zcaron = -17; +g.ss06 = -15; +mu = -28; +four.numr = -70; +colon = -65; +numbersign = -68; +semicolon.ss01 = -11; +question.ss01 = -64; +parenleft = -76; +braceleft = -76; +quotedblbase = -24; +quotedblbase.ss01 = -13; +at = -79; +ampersand = -76; +section = -69; +copyright = -92; +registered = -72; +published = -92; +literSign = -75; +numero = -35; +cent = -77; +dollar = -66; +euro = -77; +liraTurkish = -66; +sterling = -61; +minus = -87; +multiply = -82; +divide = -87; +equal = -69; +notequal = -69; +greater = -58; +less = -92; +greaterequal = -40; +lessequal = -49; +plusminus = -60; +approxequal = -80; +logicalnot = -76; +asciitilde = -88; +asciicircum = -77; +infinity = -80; +summation = -4; +radical = -73; }; -ohorndotbelow = { -c = -3; -comma = -17; -parenright = -38; -period = -17; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -u = 0; +asciicircum = { +one = 0; +two = -9; +three = -20; +four = -63; +eight = -18; +period = -99; +comma = -100; +asterisk = -23; +slash = -95; +period.ss01 = -96; +comma.ss01 = -98; +hyphen = -166; +hyphen.case = -127; +parenright = -76; +bracketright = -80; +parenright.case = -74; +bracketright.case = -90; +u = -16; +x = -24; +mu = -17; }; -ohorndotbelow.ss01 = { -c = -3; -comma.ss01 = -20; -parenright = -38; -period.ss01 = -21; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -56; +"@MMK_R_KO_asterisk" = -70; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -55; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -45; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; }; -ohorngrave = { -comma = -18; -comma.ss01 = -20; -parenright = -38; -period = -19; -period.ss01 = -21; -quotedbl = 2; -quotedblright = 0; +plus = { +one = -80; +two = -73; +three = -100; +seven = -84; +seven.numr = -61; +period = -99; +comma = -100; +question = -97; +asterisk = -96; +slash = -70; +period.ss01 = -96; +comma.ss01 = -98; +question.ss01 = -97; +parenright = -87; +braceright = -75; +bracketright = -88; +parenright.case = -84; +braceright.case = -79; +bracketright.case = -98; +quotedblleft = -28; +quotedblright = -25; +quoteleft = -28; +quoteright = -25; +guillemetright = -44; +quotedbl = -52; +quotesingle = -52; +quotedblleft.ss01 = -15; +quoteleft.ss01 = -15; +quotedblright.ss01 = -17; +trademark = -92; +tenge = -21; +yen = -47; +plus = -4; +x = -40; }; -ohornhookabove = { -comma = -18; -comma.ss01 = -20; -parenright = -38; -period = -19; -period.ss01 = -21; -quotedbl = 2; -quotedblright = 0; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 46; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -42; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -4; +"@MMK_R_KO_asciicircum" = -39; }; -ohorntilde = { -comma = -18; -comma.ss01 = -20; -parenright = -33; -period = -19; -period.ss01 = -21; +quoteleft = { +Hbar = 27; +igrave = 7; +icircumflex = 5; +imacron = 24; +jcircumflex = 0; +g.ss06 = -19; +mu = -6; +exclamdown = -16; +questiondown = -83; +questiondown.case = -83; +quotedblbase = -100; +ampersand = -51; +minus = -20; +divide = -20; +logicalnot = -2; +asciitilde = -43; }; -ohungarumlaut = { -b = 10; -bracketright = 31; -h = 10; -i = 0; -j = 0; -k = 10; -l = 10; -l.ss04 = 46; -parenright = 3; -quotedbl = 26; -quotedblright = 0; -sevensuperior = 33; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -156; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -27; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -100; +"@MMK_R_KO_ellipsis" = -204; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -88; +"@MMK_R_KO_hyphen" = -142; +"@MMK_R_KO_endash" = -86; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -38; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -7; +"@MMK_R_KO_plus" = -20; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -42; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -7; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_W" = -48; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_t_t.liga" = -19; }; -omacron = { -T = -26; -parenright = -41; +nine.dnom = { +question = -87; +question.ss01 = -88; +parenright = -72; +parenright.case = -53; +quotedblleft = -104; +quotedblright = -94; +quoteleft = -100; +quoteright = -97; +quotedbl = -112; +quotesingle = -85; +quotedblleft.ss01 = -68; +quoteleft.ss01 = -68; +quotedblright.ss01 = -82; +quoteright.ss01 = -82; +degree = -125; }; -one = { -bracketright = 0; -colon.ss01 = 0; -comma = 0; -comma.ss01 = -7; -degree = -10; -equal = 0; -four = 0; -icircumflex = 45; -multiply = 0; -one = 0; -ordfeminine = -6; -ordmasculine = -5; -parenright = -6; -parenright.case = -6; -percent = 0; -period = 0; -period.ss01 = -7; -seven = 0; -slash = -2; -three = 0; -two = 0; -zero = 0; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = -40; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -98; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -43; +"@MMK_R_KO_eacute" = -37; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -6; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -98; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -98; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = -98; +"@MMK_R_KO_endash" = -98; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_endash.case" = -7; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -48; }; -one.dnom = { -degree = -57; -one.dnom = 0; -parenright = -57; -question = -71; -question.ss01 = -84; -quotedbl = -44; -quotedblleft = -40; -quotedblright = -14; -quoteright = -12; -quotesingle = -44; -two.dnom = 0; -zero.dnom = 0; +Omacron = { +Eth = 9; }; -one.numr = { -fraction = 0; +uhorndotbelow.ss01 = { +a = -30; +c = -38; +period.ss01 = -39; +ellipsis.ss01 = -39; +comma.ss01 = -43; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -35; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -25; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -25; +"@MMK_R_KO_percent" = 0; }; -onesuperior = { -A = -31; -comma = -105; -comma.ss01 = -103; -period = -98; -period.ss01 = -103; -slash = -57; +exclamdown = { +T = -59; +V = -25; +Y = -66; +j = 33; }; -ordfeminine = { -comma = -105; -comma.ss01 = -103; -parenright = -32; -period = -98; -period.ss01 = -103; +Adieresis = { +Germandbls = 0; +endash.case = -27; +registered = -51; }; -ordmasculine = { -comma = -105; -comma.ss01 = -103; -hyphen = -43; -parenright = -53; -parenright.case = -56; -period = -98; -period.ss01 = -103; -slash = -80; }; -oslash = { +"E97B55C1-E583-4247-91FF-22E95A4A75BA" = { +J = { +Hbar = 38; +Oslash = 6; a = 7; -bracketright = -65; -c = 7; -comma = -11; -comma.ss01 = -11; -d = 7; -e = 7; -f = 0; -f_f.liga = 0; -f_f_i.liga = 0; -f_y.liga = 0; -fi = 0; -fl = 0; -g = 6; -g.ss06 = 0; -hyphen = 11; -l.ss03 = 3; -l.ss04 = 0; -o = 7; -oslash = 7; -parenright = -93; -period = -10; -period.ss01 = -11; -s = 0; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -u = 4; -v = -12; -y = -19; -}; -otilde = { -parenright = -27; +igrave = 31; +ibreve = 61; +icaron = 41; +idieresis = 51; +jcircumflex = 33; +idieresis.ss01 = 34; +greater = 5; }; -p = { -backslash = -36; -parenleft = 7; -registered = -11; -seven = -16; -two = -10; +exclam.ss01 = { +period.ss01 = -38; }; -parenleft = { -Abrevetilde = -40; -Ccedilla = -26; -Ccircumflex = -19; -Dcroat = -14; -Eth = -14; -Gcircumflex = -25; -Icircumflex = 54; -Idieresis = 38; -Idotaccent = 5; -Imacron = 33; -Iogonek = 14; -Itilde = 31; -Jcircumflex = 5; -Lslash = -15; -OE = -86; -Odieresis = -24; -Odieresis.ss01 = -16; -Oslash = -34; -Scedilla = -12; -Scircumflex = -20; -Ydieresis = -21; -a.ss05 = -76; -acircumflexacute = -14; -adieresis = -46; -agrave = -34; -ampersand = -86; -approxequal = -89; -aring = -78; -asciicircum = -75; -asciitilde = -96; -at = -97; -ccaron = -32; -ccedilla = -31; -ccircumflex = -81; -cent = -91; -copyright = -108; -divide = -89; -dollar = -67; -equal = -68; -euro = -89; -four.numr = -73; -g.ss06 = -10; -germandbls = -70; -greater = -44; -greaterequal = -35; -hcircumflex = 61; -i.ss01 = -22; -iacute = -53; -ibreve = 12; -idotaccent.ss01 = -22; -imacron = 3; -infinity = -93; -iogonek = 10; -jcircumflex = 33; -l.ss03 = -8; -l.ss04 = 2; -less = -86; -lessequal = -48; -liraTurkish = -45; -literSign = -84; -logicalnot = -82; -minus = -89; -mu = -18; -multiply = -86; -notequal = -72; -numbersign = -71; -numero = -5; -ocircumflex = -85; -ohornhookabove = -68; -onesuperior = -35; -oslash = -77; -p = -5; -plusminus = -49; -published = -108; -question.ss01 = -60; -questiondown = -29; -quotedblbase = 10; -quotedblbase.ss01 = 0; -quotesinglbase = 10; -racute = -57; -radical = -80; -scaron = -29; -scedilla = -27; -scircumflex = -74; -scommaaccent = -42; -section = -72; -semicolon.ss01 = 0; -sterling = -48; -summation = -3; -tbar = -65; -tcommaaccent = -12; -thorn = 9; -udieresis = -46; -udieresis.ss01 = -28; -ugrave = -35; -wacute = -70; -wgrave = -70; -zcaron = -15; +ohungarumlaut = { +onesuperior = -57; +sevensuperior = -68; +parenright = -90; +bracketright = -68; +quotedblright = -89; +quotedbl = -95; +quotesingle = -63; }; -parenleft.case = { -Dcroat = -15; -Icircumflex = 54; -Imacron = 34; -Iogonek = 13; -Lslash = -16; -OE = -91; -approxequal = -75; -asciicircum = -82; -asciitilde = -93; -at = -80; -copyright = -112; -dollar = -74; -equal = -71; -euro = -91; -infinity = -94; -less = -89; -logicalnot = -84; -minus = -91; -multiply = -89; -numbersign = -72; -parenleft.case = -85; -published = -112; -question.ss01 = -64; -questiondown.case = -60; -quotedblbase = -34; -radical = -84; -section = -57; +uhornacute = { +a = -16; +a.ss05 = -20; +c = -20; +n = -2; +t = 0; +u = 0; +t_i.liga = 2; +t_t.liga = 2; +period = -19; +comma = -23; +ellipsis = -56; +question = 48; +period.ss01 = -50; +ellipsis.ss01 = -53; +comma.ss01 = -42; +parenright = -30; +quotedbl = 0; }; -parenright = { -asciicircum = -2; -braceright = -32; +o = { +germandbls = -8; +gbreve.ss06 = 0; +ordmasculine = -65; +seven = -71; +registered = -33; +logicalnot = -28; }; -parenright.case = { -bracketright.case = -24; -colon = 0; -comma = -22; -comma.ss01 = -25; -emdash.case = 9; -hyphen.case = 9; -parenleft.case = 5; -parenright.case = -85; -period = -23; -period.ss01 = -24; -quotedbl = -17; -semicolon = 0; -slash = -26; +ellipsis = { +Dcroat = -84; +Tbar = -185; +tbar = -97; +twosuperior = -185; +threesuperior = -196; +fivesuperior = -201; +eightsuperior = -205; +parenleft = -77; +braceright = -101; +parenleft.case = -92; +bracketright.case = -36; }; -percent = { -eightsuperior = -45; -fivesuperior = -51; -foursuperior = -81; -ninesuperior = -51; -onesuperior = -66; -question.ss01 = -78; -sevensuperior = -73; -sixsuperior = -57; -threesuperior = -44; -twosuperior = -24; +Iacute = { +A = 0; +S = 4; +igrave = 26; +icircumflex = 36; +parenright.case = -7; }; -period = { -braceright = -30; -eightsuperior = -98; -fivesuperior = -98; -foursuperior = -98; -g.ss06 = 3; -ninesuperior = -98; -onesuperior = -98; -ordfeminine = -98; -ordmasculine = -98; -parenleft.case = -23; -quotesingle = -92; -sevensuperior = -98; -six = -16; -sixsuperior = -98; -threesuperior = -98; -twosuperior = -98; +sixsuperior = { +A = -116; +fraction = -38; +period = -65; +comma = -70; +slash = -121; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -78; +parenright = -62; +guillemetleft = -72; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 43; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = -44; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 29; +"@MMK_R_KO_W" = 53; +"@MMK_R_KO_X" = 45; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 41; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 42; +"@MMK_R_KO_itilde" = 38; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = -65; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -65; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = 24; +"@MMK_R_KO_comma" = 30; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -81; +"@MMK_R_KO_underscore" = 7; +"@MMK_R_KO_hyphen.case" = -101; +"@MMK_R_KO_parenleft" = -11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 13; +"@MMK_R_KO_bracketright.case" = 5; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -96; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -74; +"@MMK_R_KO_H" = -26; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -115; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = -51; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = -21; +"@MMK_R_KO_V" = -67; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = -126; +"@MMK_R_KO_Y" = -107; +"@MMK_R_KO_Z" = -128; +"@MMK_R_KO_I.ss02" = -97; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = -84; +"@MMK_R_KO_two" = -87; +"@MMK_R_KO_three" = -97; +"@MMK_R_KO_four" = -33; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = -120; +"@MMK_R_KO_eight" = -35; +"@MMK_R_KO_nine" = -20; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_ninesuperior" = -54; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_question" = -101; +"@MMK_R_KO_asterisk" = -87; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -52; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright.case" = -106; +"@MMK_R_KO_quotedblleft" = -124; +"@MMK_R_KO_quotedblright" = -100; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -73; +"@MMK_R_KO_quotedbl" = -101; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -109; +"@MMK_R_KO_plus" = -4; +}; +Igrave = { +j = 0; +l.ss04 = 12; }; -period.ss01 = { -Y = -92; -eightsuperior = -103; -fivesuperior = -103; -foursuperior = -103; -mu = -7; -ninesuperior = -103; -onesuperior = -103; -ordfeminine = -103; -ordmasculine = -103; -parenleft.case = -24; -question.ss01 = -83; -quotedbl = -103; -sevensuperior = -103; -sixsuperior = -103; -threesuperior = -103; -twosuperior = -103; +five = { +icircumflex = 22; +x = -11; +ordfeminine = -50; +ordmasculine = -52; +parenleft = 22; +asciicircum = -89; }; -perthousand = { -asterisk = -130; -comma = 0; -comma.ss01 = -4; -parenright = -82; -parenright.case = -54; -period = 0; -period.ss01 = -5; -question = -66; -question.ss01 = -78; -quotedblleft = -84; -quotedblleft.ss01 = -40; -quotedblright = -54; -quotedblright.ss01 = -39; -quoteleft = -84; -quoteright = -52; +Tcommaaccent = { +aacute = -126; +acircumflex.ss05 = -74; +amacron.ss05 = -64; +abreve.ss05 = -44; +endash.case = -113; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -40; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -126; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -59; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -105; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -44; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -65; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -62; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_colon" = -23; +"@MMK_R_KO_semicolon" = -25; +"@MMK_R_KO_ellipsis" = -55; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -39; +"@MMK_R_KO_asterisk" = -75; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = -52; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -47; +"@MMK_R_KO_colon.ss01" = -39; +"@MMK_R_KO_question.ss01" = -76; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_underscore" = -35; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -93; +"@MMK_R_KO_braceright" = -93; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_quotedblleft" = -97; +"@MMK_R_KO_quotedblright" = -92; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_quotedbl" = -84; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -98; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -105; +"@MMK_R_KO_asciicircum" = -83; }; -pi = { -braceright = -30; -bracketright = -28; -colon = 8; -comma = 5; -guillemetright = 0; -hyphen = -11; -parenright = -55; -period = 6; -period.ss01 = -4; -pi = 0; -quoteright = 5; -quotesingle = -13; -semicolon = 7; -sevensuperior = -51; -slash = 0; -trademark = -36; +questiondown.ss01 = { +l.ss03 = -54; +quoteright.ss01 = -81; }; -plus = { -X = -40; -asterisk = -63; -braceright = -47; +threeinferior = { +T = -134; +V = -80; +W = -51; +Y = -142; +parenright = -70; bracketright = -61; -bracketright.case = -62; -comma = -95; -comma.ss01 = -94; -one = -2; -parenright = -89; -parenright.case = -91; -period = -94; -period.ss01 = -94; -plus = -6; -question = -63; -quotedbl = -23; -quotedblleft = -11; -quotedblright = 5; -quoteright = 5; -quotesingle = -23; -seven = -6; -slash = -42; -tenge = -3; -three = -46; -two = -20; -x = -21; -yen = -27; }; -plusminus = { -one = 0; -parenright = -49; +Adieresis.ss01 = { +endash.case = -61; +registered = -87; }; -published = { -T = -31; -Y = -56; -parenright = -106; +lcaron.ss03 = { +b = 19; +h = 19; +k = 19; +i = 17; +idotaccent = 17; +i.ss01 = 18; +idotaccent.ss01 = 18; +j = 7; +j.ss01 = 8; +zcaron = 23; +l.ss03 = 3; +lcaron.ss03 = 3; +sixsuperior = 45; +onesuperior = 67; +twosuperior = 45; +threesuperior = 39; +foursuperior = 18; +fivesuperior = 51; +sevensuperior = 69; +eightsuperior = 41; +ninesuperior = 15; +exclam = 65; +question = 77; +exclam.ss01 = 68; +question.ss01 = 45; +parenright = 32; +bracketright = 16; +quotedblleft = 44; +quoteleft = 44; +quotedbl = 69; +quotesingle = 69; +quotedblleft.ss01 = 34; +quoteleft.ss01 = 34; }; -q = { -backslash = -21; -braceright = 20; -bracketright = 0; -comma = 2; -comma.ss01 = 0; -j = 13; -j.ss01 = 13; -parenright = -5; -semicolon = 8; -slash = 2; +f_f.liga = { +e = -13; +f = 0; +fl = 0; +i = 0; +i.ss01 = 0; +idieresis = 2; +seven = 0; +ampersand = -49; }; -question = { -exclam = 2; -questiondown = -79; +Jacute = { +Icircumflex = 0; +Imacron = 0; +Hbar = 38; +igrave = 31; +ibreve = 61; +icaron = 41; +idieresis = 51; +jcircumflex = 33; +idieresis.ss01 = 34; +parenright = -7; +parenright.case = -5; }; -question.ss01 = { -question.ss01 = -3; -questiondown.ss01 = -79; +braceright.case = { +J.ss10 = -39; +period = -33; +comma = -33; +period.ss01 = -61; +comma.ss01 = -45; +hyphen.case = 28; +parenright.case = -48; +braceright.case = -47; +asciicircum = -72; }; -questiondown = { -p = 0; -questiondown = 0; +ecircumflexhookabove = { +m = -12; +n = -12; +u = -11; +period.ss01 = -61; +comma.ss01 = -62; +parenright = -34; }; -questiondown.case = { -C = -9; -Q = -9; -T = -48; -V = -37; -Y = -75; -quotedbl = -65; -quotedblleft = -81; -quotedblleft.ss01 = -75; -quoteright = -64; -quoteright.ss01 = -69; -quotesingle = -65; -seven = -66; +Cdotaccent = { +Hbar = 28; }; -questiondown.ss01 = { -C = -40; -D = -12; -E = -12; -G = -37; -N = -12; -O = -42; -P = -12; -Q = -42; -S = -33; -T = -51; -U = -35; -V = -59; -W = -50; -Y = -90; -a = -27; -c = -37; -d = -28; -e = -37; -four = -83; -o = -37; -q = -27; -quotedbl = -87; -quotedblleft.ss01 = -83; -quoteright.ss01 = -72; -quotesingle = -87; -s = -25; -t = -34; -t_i.liga.ss01 = -34; -t_t.liga = -34; -v = -43; +Ncommaaccent = { +imacron = 77; }; -quotedbl = { -A = -48; -AE = -48; -Aacute = -48; -Adieresis = -48; -Agrave = -48; -Amacron = -48; -Aring = -48; -Dcroat = -9; -Hbar = 29; -Jcircumflex = -32; -Lslash = -11; -asciitilde = -39; -ellipsis.ss01 = -194; -emdash = -45; -exclamdown = -21; -exclamdown.ss01 = -18; -g.ss06 = -31; -hbar = 16; -hyphen = -53; -imacron = 42; -jcircumflex = 59; -l.ss04 = 21; -mu = -19; -oslash = -33; -period.ss01 = -103; -questiondown = -89; -questiondown.case = -67; -questiondown.ss01 = -87; -underscore = -194; +dollar = { +one = -15; +three = 2; +four = 0; +five = 0; +eight = 6; +parenright = -80; +bracketright = -63; +parenright.case = -65; }; -quotedblbase = { -Dcroat = -16; -Icircumflex = -7; -Iogonek = 0; -Lslash = -16; -OE = -31; -Oslash = -14; -Tcedilla = -46; -approxequal = -26; -copyright = -57; -divide = -94; -equal = -27; -euro = -42; -g.ss06 = 7; -germandbls = -39; -iogonek = 8; -l.ss03 = -11; -l.ss04 = -7; -minus = -165; -multiply = -61; -numbersign = -40; -p = -3; -parenleft.case = -32; -published = -57; -quotedblleft = -217; +Scaron = { +iogonek = -21; }; -quotedblbase.ss01 = { -Iogonek = 15; -Tcedilla = -29; -divide = -93; -minus = -147; -p = 0; -question.ss01 = -83; -quotedblleft.ss01 = -218; -quotedblright.ss01 = -218; +fi = { +hbar = 11; +idieresis = 10; +jcircumflex = 2; +germandbls = 7; +logicalnot = -31; }; -quotedblleft = { -Dcroat = 0; -Hbar = 15; -Jcircumflex = -28; -exclamdown = -3; -g.ss06 = -15; -imacron = 59; -jcircumflex = 12; -l.ss04 = 34; -minus = -8; -mu = -8; -questiondown = -70; -questiondown.case = -67; -quotedblbase = -217; -underscore = -201; +zero = { +icircumflex = 34; +x = -7; +ordmasculine = -11; +underscore = -51; +parenleft = 9; +braceright = -85; +braceright.case = -80; +bracketright.case = -54; +baht = -15; +trademark = -68; +multiply = -23; +asciicircum = -63; }; -quotedblleft.ss01 = { -Dcroat = 0; -ellipsis.ss01 = -218; -g.ss06 = -11; -l.ss04 = 25; -mu = -8; -questiondown.ss01 = -82; -quotedblbase.ss01 = -218; -underscore = -201; +period.ss01 = { +ordfeminine = -62; +ordmasculine = -62; +twosuperior = -62; +threesuperior = -62; +fivesuperior = -62; +eightsuperior = -62; +question.ss01 = -62; +parenleft = -39; +braceright = -62; +parenleft.case = -55; +quoteright.ss01 = -62; }; -quotedblright = { -A = -50; -Adieresis = -49; -Aring = -49; -Dcroat = -12; -asciitilde = -65; -g.ss06 = -40; -l.ss04 = 19; -mu = -19; -oslash = -51; -questiondown = -94; -questiondown.case = -69; -quotesinglbase = -105; -tbar = -13; +X = { +igrave = 20; +ibreve = 45; +icaron = 33; +idieresis = 25; +idieresis.ss01 = 27; +zero = -43; +two = 38; +three = -13; +six = -42; +eight = -13; +nine = -27; +numbersign = -59; +endash.case = -103; +parenleft.case = -30; +at = -40; +registered = -75; +plus = -107; +minus = -125; +multiply = -65; +equal = -65; +notequal = -87; +less = -124; +logicalnot = -148; +asciitilde = -111; }; -quotedblright.ss01 = { -A = -42; -ellipsis.ss01 = -218; -hyphen = -51; -questiondown.case = -75; -questiondown.ss01 = -84; +L = { +H = 0; +Dcroat = -32; +Oslash = -30; +Tbar = -117; +oslash = -15; +ordfeminine = -201; +ordmasculine = -198; +zero = -58; +two = 0; +three = -32; +five = -29; +six = -57; +seven = -73; +nine = -39; +numbersign = -81; +endash.case = -209; +parenleft.case = -56; +quoteleft.ss01 = -81; +at = -62; +registered = -233; +dollar = -68; +plus = -161; +minus = -231; +multiply = -142; +equal = -208; +notequal = -106; +less = -228; +approxequal = -198; +logicalnot = -244; +asciitilde = -232; }; -quoteleft = { -Hbar = 15; -Jcircumflex = -28; -exclamdown = -3; -g.ss06 = -15; -imacron = 59; -l.ss04 = 34; -mu = -8; -oslash = -20; -questiondown = -70; -questiondown.case = -67; -quotedblbase = -105; +euro = { +period = -47; +comma = -49; +slash = -37; +period.ss01 = -62; +parenright = -87; +bracketright = -66; +parenright.case = -76; +bracketright.case = -66; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -122; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_Oacute" = -35; +"@MMK_R_KO_J" = -102; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 60; +"@MMK_R_KO_W" = 60; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = 46; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -97; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -54; +"@MMK_R_KO_a.ss05" = -47; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_eacute" = -58; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -57; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_icircumflex" = 36; +"@MMK_R_KO_imacron" = 62; +"@MMK_R_KO_itilde" = 56; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_x" = -24; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_g.ss06" = -54; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = 18; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_colon" = -21; +"@MMK_R_KO_semicolon" = -23; +"@MMK_R_KO_ellipsis" = -170; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -119; +"@MMK_R_KO_backslash" = 42; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -46; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_underscore" = -139; +"@MMK_R_KO_hyphen.case" = -42; +"@MMK_R_KO_parenleft" = -22; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -62; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 9; +"@MMK_R_KO_quoteright.ss01" = 9; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -66; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -1; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -52; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -54; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -54; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -58; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_quotedblleft" = -74; +"@MMK_R_KO_quotedblright" = -68; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -78; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -87; +"@MMK_R_KO_quoteright.ss01" = -75; }; -quoteleft.ss01 = { -A = -33; -J = -28; -g.ss06 = -11; -questiondown.ss01 = -82; -quotedblbase.ss01 = -103; +perthousand = { +question = -103; +asterisk = -131; +question.ss01 = -116; +parenright = -92; +parenright.case = -60; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +quotedblleft.ss01 = -151; +quoteleft.ss01 = -81; +quotedblright.ss01 = -151; +quoteright.ss01 = -81; }; -quoteright = { -Hbar = 25; -J = -34; -Jcircumflex = -34; -OE = -15; -a.ss05 = -52; -acircumflex = -29; -agrave = -38; -egrave = -42; -ellipsis = -105; -emdash = -73; -g.ss06 = -40; -hbar = 12; -hyphen = -79; -idieresis = 68; -igrave = 12; -imacron = 41; -itilde = 79; -l.ss04 = 19; -mu = -19; -oslash = -51; -questiondown = -94; -quotedblbase = -105; -ytilde = -7; +V = { +Eth = -21; +Oslash = -31; +adieresis = -57; +ae = -60; +a.ss05 = -60; +adieresis.ss05 = -40; +eacute = -64; +ccaron = -44; +emacron = -32; +edieresis = -48; +ecaron = -38; +otilde = -44; +odieresis = -54; +iacute = -13; +ncommaaccent = -41; +igrave = 44; +ibreve = 81; +icaron = 69; +idieresis = 48; +racute = -31; +scaron = -19; +zcaron = -18; +idieresis.ss01 = 52; +gdotaccent.ss06 = -50; +gdotaccent.ss01.ss06 = -48; +zero = -29; +two = 0; +three = -6; +six = -33; +seven = 45; +twoinferior = -77; +ellipsis.ss01 = -168; +endash.case = -27; +at = -39; +ampersand = -58; +plus = -52; +minus = -69; +less = -69; +lessequal = -76; +approxequal = -75; +asciitilde = -71; }; -quoteright.ss01 = { -J = -33; -questiondown.ss01 = -84; -quotedblbase.ss01 = -103; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -79; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -85; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -39; +"@MMK_R_KO_I.ss02" = -28; +"@MMK_R_KO_J.ss10" = -117; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -39; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_question" = 35; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -84; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_hyphen" = -80; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_hyphen.case" = -22; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -51; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_Oacute" = -40; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -151; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_aacute" = -78; +"@MMK_R_KO_a.ss05" = -73; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -81; +"@MMK_R_KO_eacute" = -79; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -81; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = -29; +"@MMK_R_KO_lslash" = -24; +"@MMK_R_KO_s" = -71; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -50; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -28; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -39; +"@MMK_R_KO_hyphen" = -151; +"@MMK_R_KO_endash" = -81; +"@MMK_R_KO_hyphen.case" = -81; +"@MMK_R_KO_endash.case" = -24; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -65; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = -81; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -155; +"@MMK_R_KO_H" = -38; +"@MMK_R_KO_O" = -57; +"@MMK_R_KO_Oacute" = -57; +"@MMK_R_KO_J" = -149; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -31; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = -33; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -61; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = -55; +"@MMK_R_KO_I.ss02" = -38; +"@MMK_R_KO_J.ss10" = -163; +"@MMK_R_KO_a" = -105; +"@MMK_R_KO_aacute" = -92; +"@MMK_R_KO_a.ss05" = -91; +"@MMK_R_KO_l" = -38; +"@MMK_R_KO_e" = -113; +"@MMK_R_KO_eacute" = -99; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -98; +"@MMK_R_KO_i" = -53; +"@MMK_R_KO_n" = -75; +"@MMK_R_KO_j" = -60; +"@MMK_R_KO_lslash" = -50; +"@MMK_R_KO_s" = -88; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -73; +"@MMK_R_KO_uacute" = -73; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = -54; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -51; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_two" = -24; +"@MMK_R_KO_three" = -40; +"@MMK_R_KO_four" = -148; +"@MMK_R_KO_five" = -40; +"@MMK_R_KO_six" = -58; +"@MMK_R_KO_seven" = -13; +"@MMK_R_KO_eight" = -40; +"@MMK_R_KO_nine" = -28; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_ninesuperior" = -63; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_ellipsis" = -163; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = -157; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -62; +"@MMK_R_KO_hyphen" = -163; +"@MMK_R_KO_endash" = -133; +"@MMK_R_KO_hyphen.case" = -113; +"@MMK_R_KO_endash.case" = -42; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -35; +"@MMK_R_KO_guillemetleft" = -108; +"@MMK_R_KO_guillemetright" = -86; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -47; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_degree" = -54; +"@MMK_R_KO_plus" = -101; +"@MMK_R_KO_percent" = -27; }; -quotesinglbase = { -Iogonek = 0; -T = -49; -V = -52; -W = -45; -Y = -87; -copyright = -57; -g.ss06 = 7; -hyphen = -36; -iogonek = 8; -l.ss03 = -11; -minus = -105; -p = -3; -v = -37; +seven = { +icircumflex = 12; +x = -45; +g.ss06 = -79; +mu = -59; +colon = -38; +semicolon = -42; +backslash = 37; +ellipsis.ss01 = -161; +underscore = -126; +parenleft = -29; +at = -55; +ampersand = -64; +euro = -65; +minus = -88; +multiply = -51; +divide = -83; +notequal = -82; +less = -95; +plusminus = -72; +asciitilde = -101; +asciicircum = -72; +}; +scedilla = { +gbreve.ss06 = -17; +}; +fourinferior = { +T = -138; +V = -92; +W = -62; +parenright = -68; +bracketright = -50; }; -quotesinglbase.ss01 = { -T = -53; -V = -48; -W = -39; -Y = -92; -minus = -103; -question.ss01 = -83; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -131; +"@MMK_R_KO_U" = -32; +"@MMK_R_KO_V" = -130; +"@MMK_R_KO_W" = -76; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -144; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_v" = -67; +"@MMK_R_KO_w" = -48; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_zero" = -34; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -35; +"@MMK_R_KO_seven" = -82; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = -23; +"@MMK_R_KO_asterisk" = -117; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 14; +"@MMK_R_KO_quotedblleft" = -124; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -132; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -144; }; -quotesingle = { -Dcroat = -9; -Hbar = 29; -J = -33; -OE = -13; -comma = -92; -comma.ss01 = -92; -ellipsis = -92; -exclamdown = -21; -g.ss06 = -31; -hbar = 16; -idieresis = 72; -igrave = 47; -imacron = 42; -itilde = 81; -jcircumflex = 59; -l.ss04 = 21; -mu = -19; -period = -92; -questiondown = -89; -questiondown.case = -67; -questiondown.ss01 = -87; -underscore = -92; +equal = { +period = -65; +comma = -70; +period.ss01 = -62; +comma.ss01 = -63; +parenright = -94; +bracketright = -69; +parenright.case = -84; +bracketright.case = -71; +equal = 0; +A = -32; +J = -105; +T = -123; +V = -32; +X = -65; +Y = -56; }; -r = { -ampersand = -29; -asciitilde = -8; -exclam.ss01 = 5; -fiveinferior = -12; -fourinferior = -50; -gcircumflex.ss06 = -3; -germandbls = 3; -logicalnot = 6; -minus = 0; -numbersign = 0; -plus = 0; -sixinferior = -27; -threeinferior = -21; -twoinferior = -20; +five.numr = { +fraction = -35; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = -17; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -49; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = -90; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -118; +"@MMK_R_KO_Z" = -36; +"@MMK_R_KO_I.ss02" = -54; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_icircumflex" = -12; +"@MMK_R_KO_imacron" = -12; +"@MMK_R_KO_itilde" = -12; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_x" = -34; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -34; +"@MMK_R_KO_l.ss03" = -15; +"@MMK_R_KO_l.ss04" = -18; +"@MMK_R_KO_g.ss06" = -9; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_twosuperior" = -31; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = -49; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -37; +"@MMK_R_KO_ninesuperior" = -74; +"@MMK_R_KO_period" = -33; +"@MMK_R_KO_comma" = -35; +"@MMK_R_KO_colon" = -35; +"@MMK_R_KO_semicolon" = -37; +"@MMK_R_KO_ellipsis" = -70; +"@MMK_R_KO_exclam" = -20; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -82; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = -56; +"@MMK_R_KO_question.ss01" = -70; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = -47; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -105; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_quotedblleft" = -104; +"@MMK_R_KO_quotedblright" = -91; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = -59; +"@MMK_R_KO_quotedbl" = -92; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -93; +"@MMK_R_KO_quoteright.ss01" = -81; }; -racute = { -parenright = -5; -sevensuperior = 14; +dcaron = { +exclam.ss01 = 103; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -50; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = -45; +"@MMK_R_KO_I.ss02" = -54; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 40; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 18; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = -45; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -88; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = -32; +"@MMK_R_KO_backslash" = -20; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 28; +"@MMK_R_KO_underscore" = -60; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_braceright" = -86; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_parenright.case" = -79; +"@MMK_R_KO_bracketright.case" = -56; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -43; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -51; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -78; +"@MMK_R_KO_asciicircum" = -64; }; -radical = { -A = -55; -a = -29; -four = -36; -s = -29; +k = { +oslash = 0; +iogonek = 7; +lcommaaccent = 0; +two = 18; +plus = -46; +minus = -71; +notequal = -26; +logicalnot = -79; +asciitilde = -67; }; -rcaron = { -b = 2; -i = 0; -k = 2; -l.ss04 = 37; -parenright = 0; -sevensuperior = 22; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -143; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -36; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_braceright" = -83; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = -52; +"@MMK_R_KO_quotedblright" = -48; +"@MMK_R_KO_quoteleft" = -52; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -71; +"@MMK_R_KO_quotedblright.ss01" = -53; +"@MMK_R_KO_quoteright.ss01" = -53; +"@MMK_R_KO_trademark" = -84; +"@MMK_R_KO_asciicircum" = -68; }; -registered = { -comma = -105; -comma.ss01 = -103; -parenright = -81; -parenright.case = -85; -period = -98; -period.ss01 = -101; -slash = -65; -trademark = -28; +scaron = { +T = -63; +iogonek = -23; }; -rupeeIndian = { -four = -35; -slash = -40; +ninesuperior = { +A = -95; +fraction = -15; +period = -65; +comma = -70; +slash = -96; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -67; +parenright = -37; +guillemetleft = -57; }; -s = { -abrevetilde.ss05 = 6; -ampersand = 0; -asciitilde = -13; -backslash = -33; -guilsinglright = -19; -i = 0; -l = 0; -logicalnot = 0; -m = 0; +v = { n = 0; -parenleft = 0; -r = 0; -registered = -12; -seven = -12; -wacute = -4; +ampersand = -41; }; -sacute = { -parenright = -30; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = -19; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -116; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = -148; +"@MMK_R_KO_V" = -81; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -77; +"@MMK_R_KO_Y" = -129; +"@MMK_R_KO_Z" = -70; +"@MMK_R_KO_I.ss02" = -96; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_a.ss05" = -22; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_f" = -41; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -22; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_z" = -72; +"@MMK_R_KO_t_t.liga" = -41; }; -scaron = { -imacron = 16; -parenright = -26; +infinity = { +parenright = -101; +bracketright = -68; +parenright.case = -89; +bracketright.case = -69; +quotedblleft = -61; }; -scedilla = { -comma = 0; -gbreve.ss06 = 6; -parenright = -32; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -68; +"@MMK_R_KO_one" = -138; +"@MMK_R_KO_two" = -87; +"@MMK_R_KO_three" = -108; +"@MMK_R_KO_four" = -85; +"@MMK_R_KO_five" = -69; +"@MMK_R_KO_six" = -75; +"@MMK_R_KO_seven" = -106; +"@MMK_R_KO_eight" = -87; +"@MMK_R_KO_nine" = -67; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_question" = -100; +"@MMK_R_KO_asterisk" = -110; +"@MMK_R_KO_slash" = -149; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_hyphen" = -101; +"@MMK_R_KO_hyphen.case" = -59; +"@MMK_R_KO_parenright" = -160; +"@MMK_R_KO_bracketright" = -148; +"@MMK_R_KO_parenright.case" = -151; +"@MMK_R_KO_quotedblleft" = -124; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -120; +"@MMK_R_KO_quotedbl" = -123; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -146; +"@MMK_R_KO_A" = -132; +"@MMK_R_KO_H" = -77; +"@MMK_R_KO_O" = -63; +"@MMK_R_KO_J" = -164; +"@MMK_R_KO_G.ss07" = -55; +"@MMK_R_KO_S" = -92; +"@MMK_R_KO_T" = -200; +"@MMK_R_KO_V" = -116; +"@MMK_R_KO_W" = -93; +"@MMK_R_KO_X" = -183; +"@MMK_R_KO_Y" = -154; +"@MMK_R_KO_Z" = -180; +"@MMK_R_KO_I.ss02" = -164; +"@MMK_R_KO_J.ss10" = -137; +"@MMK_R_KO_a" = -72; +"@MMK_R_KO_a.ss05" = -78; +"@MMK_R_KO_l" = -77; +"@MMK_R_KO_e" = -75; +"@MMK_R_KO_f" = -69; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_i" = -77; +"@MMK_R_KO_n" = -78; +"@MMK_R_KO_j" = -82; +"@MMK_R_KO_s" = -69; +"@MMK_R_KO_t" = -70; +"@MMK_R_KO_z" = -96; +"@MMK_R_KO_t_t.liga" = -69; }; -semicolon = { -emdash = -25; -hyphen = -33; -parenright = -37; +asterisk = { +g.ss06 = -61; }; semicolon.ss01 = { -hyphen = -9; +onesuperior = -78; +sevensuperior = -81; +hyphen = -81; +emdash = -81; }; -seven = { -asciitilde = -50; -backslash = 13; -g.ss06 = -35; -minus = -33; -mu = -17; -multiply = -22; -notequal = -12; -ordmasculine = 0; -plusminus = -26; -six = -10; -underscore = -65; +divide = { +one = -73; +two = -76; +three = -76; +seven = -117; +parenright = -115; +parenright.case = -100; +quotedblleft = -119; +quotedblright = -124; +quoteright = -89; +quotedblleft.ss01 = -144; +quotedblright.ss01 = -138; +A = -56; +Y = -98; +I.ss02 = -91; }; -seven.dnom = { -degree = -46; -parenright = -90; -question = -77; -question.ss01 = -81; -quotedbl = -36; -quotedblleft = -35; -quotedblright = -13; -quoteright = -11; -quotesingle = -36; -seven.dnom = 13; +asciitilde = { +exclam = -85; +exclam.ss01 = -83; +question.ss01 = -112; +parenleft = -69; +parenleft.case = -69; +bracketright.case = -149; +quoteright.ss01 = -81; +U = -72; +aacute = -72; +edieresis = -75; +edieresis.ss01 = -75; +u = -75; +v = -68; +w = -62; +x = -87; +y = -70; +l.ss03 = -81; +l.ss04 = -82; +g.ss06 = -72; +gcircumflex.ss06 = -72; }; -seven.numr = { -seven.numr = 13; +three.dnom = { +question = -100; +question.ss01 = -117; +parenright = -83; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +quotedbl = -163; +quotesingle = -63; +quotedblleft.ss01 = -151; +quoteleft.ss01 = -81; +quotedblright.ss01 = -151; +quoteright.ss01 = -81; +degree = -157; }; -seveninferior = { -fourinferior = -30; -parenright = -90; -seveninferior = 2; +odotbelow.ss01 = { +T = -150; }; -sevensuperior = { -A = -57; -comma = -105; -comma.ss01 = -103; -fraction = -31; -guillemetleft = -59; -period = -98; -period.ss01 = -103; -slash = -99; +x = { +oslash = 0; +two = 19; +ampersand = -18; +plus = -38; +minus = -60; +notequal = -25; +logicalnot = -66; +asciitilde = -57; }; -six = { -braceright = -4; -bracketright.case = -16; -ordmasculine = -6; -six = 8; +U = { +Dcroat = 4; +Eth = 4; +Hbar = 38; +Lslash = 5; +hbar = 42; +igrave = 33; +jcircumflex = 35; +greater = 0; }; -six.dnom = { -degree = -86; -parenright = -70; -question = -65; -question.ss01 = -74; -quotedbl = -70; -quotedblleft = -67; -quotedblleft.ss01 = -32; -quotedblright = -38; -quoteright = -36; -quotesingle = -70; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 45; +"@MMK_R_KO_imacron" = 65; +"@MMK_R_KO_itilde" = 61; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = -52; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = -31; +"@MMK_R_KO_O" = -85; +"@MMK_R_KO_Oacute" = -85; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = -78; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = -31; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -3; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_a" = -74; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -48; +"@MMK_R_KO_l" = -24; +"@MMK_R_KO_e" = -80; +"@MMK_R_KO_eacute" = -72; +"@MMK_R_KO_f" = -55; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = -31; +"@MMK_R_KO_n" = -45; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_j" = -35; +"@MMK_R_KO_lslash" = -35; +"@MMK_R_KO_s" = -44; +"@MMK_R_KO_t" = -63; +"@MMK_R_KO_u" = -71; +"@MMK_R_KO_uacute" = -60; +"@MMK_R_KO_v" = -87; +"@MMK_R_KO_w" = -86; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = -82; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss03" = -28; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = -18; +"@MMK_R_KO_t_t.liga" = -63; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = -159; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = -42; +"@MMK_R_KO_foursuperior" = -72; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -40; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = -15; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = -169; +"@MMK_R_KO_endash" = -150; +"@MMK_R_KO_hyphen.case" = -133; +"@MMK_R_KO_parenleft" = -46; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -33; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = -108; +"@MMK_R_KO_guillemetright" = -78; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -52; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; }; -sixinferior = { -T = -50; -W = -28; -bracketright = -31; -parenright = -66; +Eth = { +Eth = 40; +Oslash = 24; }; -sixsuperior = { -comma = -105; -comma.ss01 = -103; -fraction = -10; -period = -98; -period.ss01 = -103; -slash = -65; +odotbelow = { +T = -150; }; -slash = { -Hbar = 27; -Ydieresis = 10; -backslash = 18; -eightinferior = -52; -fourinferior = -80; -g.ss06 = -29; -ibreve = 53; -idieresis = 76; -igrave = 59; -imacron = 64; -integral = -44; -itilde = 73; -jcircumflex = 49; -l.ss03 = 3; -l.ss04 = 40; -minus = -32; -mu = -21; -oneinferior = -46; -oslash = -39; -quotedblbase = -85; -quotedblbase.ss01 = -80; -quotesinglbase = -85; -radical = -19; -sterling = -31; -underscore = -95; +baht = { +slash = -20; +parenright = -77; +parenright.case = -65; }; -sterling = { -four = -3; -parenright = -55; -three = -2; -two = 0; +Icircumflex.ss02 = { +endash.case = -102; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 14; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -62; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_foursuperior" = -87; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_ninesuperior" = -77; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_question" = -86; +"@MMK_R_KO_asterisk" = -78; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -43; +"@MMK_R_KO_comma.ss01" = -45; +"@MMK_R_KO_colon.ss01" = -45; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -12; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_parenright.case" = -60; +"@MMK_R_KO_quotedblleft" = -97; +"@MMK_R_KO_quotedblright" = -83; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -81; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = -86; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -91; }; -summation = { -n = -11; +quotedblright = { +Dcroat = -38; +icircumflex = 15; +scaron = -70; +x = -57; +g.ss06 = -103; +mu = -77; +questiondown = -124; +questiondown.case = -124; +parenleft = -38; +quotesinglbase = -89; +asciitilde = -124; }; -t = { -asciitilde = -12; -exclam.ss01 = 5; -idieresis = 19; -iogonek = 0; -two = 0; -yhookabove = 0; +r = { +fl = 8; +germandbls = 9; +wdieresis = 14; +gcircumflex.ss06 = -36; +oneinferior = -82; +twoinferior = -85; +threeinferior = -95; +fourinferior = -96; +fiveinferior = -82; +sixinferior = -89; +ampersand = -61; +logicalnot = -94; +asciitilde = -50; }; -t_i.liga = { -asciitilde = -7; -germandbls = -2; -hbar = 0; -idieresis = 57; -jcircumflex = 25; -logicalnot = 2; +seveninferior = { +I.ss02 = -60; +fourinferior = -39; +seveninferior = 21; +parenright = -87; +parenright.case = -71; }; -t_i.liga.ss01 = { -idieresis.ss01 = 50; -jcircumflex = 43; -parenright = -18; +sterling = { +two = 12; +hyphen.case = -76; +parenright = -64; }; -t_t.liga = { -asciitilde = -12; -iogonek = 0; -two = 0; -yhookabove = 0; +Ocircumflex = { +Lslash = -2; }; -tbar = { -guilsinglleft = -4; -parenright = -55; -tbar = 0; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_X" = -61; +"@MMK_R_KO_I.ss02" = -52; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -67; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -20; +"@MMK_R_KO_ellipsis" = -101; +"@MMK_R_KO_exclam" = -10; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_slash" = -43; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -57; +"@MMK_R_KO_bracketright.case" = -36; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblright.ss01" = -44; +"@MMK_R_KO_quoteright.ss01" = -34; +}; +_f.longarm = { +l = -20; +i = -24; +idotaccent = -24; +i.ss01 = -23; +idotaccent.ss01 = -23; +l.ss03 = -23; +l.ss04 = -20; }; -tcaron = { -a = 0; -b = 131; -bracketright = 146; -ccaron = 79; -colon = 12; -comma = 6; -d = 0; -eightsuperior = 125; -exclam = 137; -exclam.ss01 = 139; -f = 55; -f_f.liga = 55; -f_f_i.liga = 55; -f_y.liga = 55; -fi = 55; -fivesuperior = 132; -fl = 55; -h = 131; -hyphen = -16; -i = 119; -i.ss01 = 129; -idotaccent = 119; -j = 119; -j.ss01 = 129; -k = 131; -l = 131; -l.ss03 = 134; -l.ss04 = 138; -ninesuperior = 124; -o = 0; -onesuperior = 135; -parenright = 105; -period = 7; -period.ss01 = -3; -question = 97; -quotedbl = 151; -quotedblleft = 72; -quotedblleft.ss01 = 98; -quotedblright = 129; -quoteleft = 72; -quoteleft.ss01 = 98; -quotesingle = 151; -scaron = 90; -semicolon = 13; -sevensuperior = 148; -sixsuperior = 111; -t = 81; -t_i.liga = 81; -t_i.liga.ss01 = 81; -t_t.liga = 81; -threesuperior = 125; -twosuperior = 127; -uring = 39; +I.ss02 = { +Dcroat = -31; +igrave = 26; +jcircumflex = 0; +endash.case = -84; +plus = -87; +minus = -91; +notequal = -91; +less = -110; +approxequal = -126; +logicalnot = -100; +asciitilde = -106; }; -tcedilla = { -Tcedilla = 4; -a = 0; -abreve = 0; -comma = 32; -e = 0; -hyphen = -16; -parenright = 16; -semicolon = 32; -tcedilla = 15; +quoteleft.ss01 = { +J.ss10 = -81; +igrave = 0; +icircumflex = 8; +imacron = 26; +jcircumflex = 0; +questiondown.case = -81; +questiondown.ss01 = -81; +hyphen = -81; +emdash = -81; +quotedblbase.ss01 = -81; +ampersand = -68; +minus = -81; +logicalnot = -81; +asciitilde = -81; }; -tcommaaccent = { -comma = 6; -parenright = -18; +Zacute = { +endash.case = -104; }; -tenge = { -comma = -47; -comma.ss01 = -61; -four = -27; -period = -46; -period.ss01 = -61; -slash = -54; +d = { +hbar = 10; +igrave = 10; +icaron = 10; +idieresis = 10; +jcircumflex = 2; +logicalnot = -31; }; -three = { -braceright = 0; -minus = -8; -six = 4; +notequal = { +zero = -23; +one = -67; +two = -22; +seven = -34; +parenright = -104; +parenright.case = -96; +A = -64; +B = -26; +F = -26; +L = -26; +N = -26; +Y = -85; +b = -24; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -42; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -87; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -83; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -65; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = -64; +"@MMK_R_KO_I.ss02" = -67; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_t_t.liga" = 0; }; -three.dnom = { -degree = -86; -parenright = -67; -question = -64; -question.ss01 = -74; -quotedbl = -69; -quotedblleft = -66; -quotedblright = -38; -quoteright = -36; -quotesingle = -69; +six = { +icircumflex = 52; +parenleft = 12; +braceright = -67; +bracketright.case = -34; +trademark = -61; +asciicircum = -68; }; -three.numr = { -fraction = -8; +Idieresis.ss02 = { +idieresis = 0; }; -threeinferior = { -T = -49; -V = -33; -W = -28; -Y = -85; -parenright = -64; +quotedblleft.ss01 = { +A = -123; +J = -121; +igrave = 0; +icircumflex = 8; +imacron = 26; +jcircumflex = 0; +g.ss06 = -85; +mu = -53; +questiondown.case = -135; +ellipsis.ss01 = -151; +questiondown.ss01 = -151; +underscore = -151; +quotedblbase.ss01 = -151; +ampersand = -78; +minus = -151; +divide = -132; +asciitilde = -151; }; -threesuperior = { -comma = -105; -comma.ss01 = -103; -fraction = -7; -hyphen = -21; -parenright = -34; -parenright.case = -35; -period = -98; -period.ss01 = -103; -slash = -64; +sevensuperior = { +A = -142; +C = -57; +O = -57; +G = -57; +fraction = -41; +sevensuperior = 22; +period = -65; +comma = -70; +colon = -50; +semicolon = -54; +slash = -143; +period.ss01 = -62; +comma.ss01 = -63; +colon.ss01 = -73; +semicolon.ss01 = -72; +hyphen = -79; +hyphen.case = -61; +guillemetleft = -93; +guilsinglleft = -88; +guillemetright = -99; +guilsinglright = -99; +plus = -69; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -33; +"@MMK_R_KO_J.ss10" = 17; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 27; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -32; +"@MMK_R_KO_comma" = -30; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -71; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_hyphen.case" = -42; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_parenright.case" = -60; +"@MMK_R_KO_bracketright.case" = -43; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -39; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -88; +"@MMK_R_KO_H" = -26; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = -125; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -29; +"@MMK_R_KO_T" = -149; +"@MMK_R_KO_U" = -21; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -127; +"@MMK_R_KO_Y" = -87; +"@MMK_R_KO_Z" = -149; +"@MMK_R_KO_I.ss02" = -102; +"@MMK_R_KO_J.ss10" = -160; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = -77; +"@MMK_R_KO_two" = -24; +"@MMK_R_KO_three" = -53; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -25; +"@MMK_R_KO_seven" = -45; +"@MMK_R_KO_eight" = -38; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_ninesuperior" = -45; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_slash" = -88; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_endash.case" = -28; +"@MMK_R_KO_parenright.case" = -115; +"@MMK_R_KO_quotedblleft" = -53; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -53; +"@MMK_R_KO_quoteright" = -46; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -65; +"@MMK_R_KO_quotedblright.ss01" = -51; }; -trademark = { -comma = -105; -comma.ss01 = -103; -guillemetleft = -45; -guilsinglleft = -45; -hyphen = -55; -parenright = -35; -period = -98; -period.ss01 = -103; -slash = -78; +won = { +period = -65; +comma = -70; +slash = -73; +period.ss01 = -62; +comma.ss01 = -63; }; -two = { -braceright = -7; -exclam = 10; -minus = -13; -multiply = -4; -six = -2; +i.ss01 = { +l = 0; +c = 0; +e = 0; +o = 0; +m = 0; +n = 0; +r = 0; +p = 0; +j.ss01 = -6; +parenright = -25; }; -two.dnom = { -degree = -84; -question = -64; -question.ss01 = -74; -quotedbl = -66; -quotedblleft = -64; -quotedblright = -36; -quoteright = -34; -quotesingle = -66; +guillemetright = { +T = -143; +x = -45; +threesuperior = -43; +fivesuperior = -53; +eightsuperior = -42; +colon = -49; +semicolon = -53; +questiondown = -110; +question.ss01 = -86; +questiondown.ss01 = -110; +braceright = -111; +braceright.case = -106; +bracketright.case = -69; +quotesinglbase = -89; +quotedblbase = -109; +quotedblbase.ss01 = -105; +quoteright.ss01 = -81; }; -twoinferior = { -T = -49; -V = -32; -W = -27; -Y = -83; -parenright = -41; -t = -19; -t_i.liga = -19; -t_t.liga = -19; +s = { +l = 0; +seven = -47; +emdash = 0; +registered = -28; +notequal = -34; +logicalnot = -24; +asciitilde = -25; }; -u = { -asciitilde = -7; -backslash = -22; -exclam.ss01 = -2; -germandbls = -2; -jcircumflex = 0; -logicalnot = 2; +five.dnom = { +question = -92; +question.ss01 = -117; +parenright = -80; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +quotedbl = -163; +quotesingle = -63; +quotedblleft.ss01 = -151; +quoteleft.ss01 = -81; +quotedblright.ss01 = -151; +quoteright.ss01 = -81; +degree = -136; }; -uacute = { -parenright = -33; +ecircumflexgrave = { +parenright = -80; +bracketright = -53; +quotedbl = -79; }; -uhorn = { -a = -19; -a.ss05 = -24; -colon = 0; -comma = -25; -comma.ss01 = -33; -guillemetright = 0; -ohorn = -25; -ohornacute = -25; -ohorndotbelow = -25; -ohorndotbelow.ss01 = -25; -ohorngrave = -25; -ohornhookabove = -25; -ohorntilde = -17; -parenright = -51; -period = -27; -period.ss01 = -34; -quotedbl = 2; -quotedblright = 0; -u = 0; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = -54; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -119; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -53; +"@MMK_R_KO_I.ss02" = -60; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 18; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 24; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 16; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 23; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 31; +"@MMK_R_KO_w" = 38; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = 27; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 24; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -56; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -83; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_backslash" = -10; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -63; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_braceright" = -80; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -42; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -36; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = 20; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 17; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 12; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_pi" = 18; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_two" = 18; +"@MMK_R_KO_three" = 29; +"@MMK_R_KO_four" = 34; +"@MMK_R_KO_five" = 19; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = 26; +"@MMK_R_KO_nine" = 12; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_ellipsis" = -46; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 31; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = -11; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -61; }; -uhornacute = { -a = -19; -a.ss05 = -24; -c = -25; -comma = -25; -comma.ss01 = -33; -guillemetright = 0; -parenright = -41; -period = -27; -period.ss01 = -34; -quotedbl = 2; -t = 0; -t_i.liga = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; -u = 0; +t_t.liga = { +wdieresis = 17; +hyphen = -48; +logicalnot = -77; +asciitilde = -52; }; -uhorndotbelow = { -a = -19; -a.ss05 = -24; -c = -25; -colon = 0; -comma = -23; -guillemetright = 0; -parenright = -43; -period = -25; -quotedbl = 2; -quotedblright = 0; -u = 0; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -109; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_J" = -105; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -131; +"@MMK_R_KO_a" = -75; +"@MMK_R_KO_a.ss05" = -56; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -81; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -69; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -26; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_s" = -51; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -93; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -15; +"@MMK_R_KO_seven" = 13; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_question" = 36; +"@MMK_R_KO_asterisk" = 31; +"@MMK_R_KO_slash" = -106; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = -131; +"@MMK_R_KO_endash" = -90; +"@MMK_R_KO_hyphen.case" = -71; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 0; }; -uhorndotbelow.ss01 = { -a = -19; -c = -25; -comma.ss01 = -33; -parenright = -43; -period.ss01 = -34; +ohorngrave = { +i = -17; +idotaccent = -17; +i.ss01 = -17; +idotaccent.ss01 = -17; +m = -20; +n = -20; +period = -43; +comma = -45; +period.ss01 = -62; +comma.ss01 = -63; +parenright = -94; +bracketright = -75; +guillemetright = -61; +quotedbl = -57; }; -uhorngrave = { -a = -19; -a.ss05 = -24; -comma = -25; -comma.ss01 = -33; -guillemetright = 0; -parenright = -43; -period = -27; -period.ss01 = -34; -quotedbl = 2; -quotedblright = 0; +zeroinferior = { +parenright = -80; }; -uhornhookabove = { -a = -19; -a.ss05 = -24; -comma = -25; -comma.ss01 = -33; -guillemetright = 0; -parenright = -40; -period = -27; -period.ss01 = -34; -quotedbl = 2; -quotedblright = 0; -quotesingle = 2; -semicolon = 0; -u = 0; +c = { +seven = -69; +registered = -29; +notequal = -45; }; -uhorntilde = { -a = -19; -a.ss05 = -24; -colon = 0; -comma = -25; -comma.ss01 = -33; -guillemetright = 0; -parenright = -38; -period = -27; -period.ss01 = -34; -quotedbl = 2; -quotedblright = 0; -u = 0; +Aacute = { +Dcroat = -23; +Eth = -23; +Tbar = -96; +endash.case = -61; +registered = -87; }; -uhungarumlaut = { -b = 0; -comma.ss01 = -8; -h = 0; -j = 0; -j.ss01 = 0; -k = 0; -l = 0; -l.ss04 = 34; -parenright = 0; -period.ss01 = -8; +Abreve = { +endash.case = -61; }; -underscore = { -A = 16; -C = -40; -G = -37; -J = 15; -O = -42; -Q = -42; -S = -29; -T = -39; -U = -34; -V = -46; -W = -37; -X = 16; -Y = -73; -Z = 13; -a = -24; -asterisk = -130; -c = -33; -d = -24; -e = -34; -eight = -29; -f = -18; -five = -32; -four = -139; -j = 58; -nine = -33; -o = -34; -one = -69; -q = -24; -quotedbl = -194; -quotedblright = -201; -quotedblright.ss01 = -201; -quotesingle = -92; -s = -24; -seven = -76; -six = -41; -slash = 29; -t = -30; -t_i.liga = -30; -t_t.liga = -30; -three = -28; -two = 4; -u = -21; -underscore = -7; -v = -35; -w = -25; -x = 17; -z = 12; -zero = -43; +eight.dnom = { +question = -103; +question.ss01 = -117; +parenright = -80; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +quotedbl = -163; +quotesingle = -63; +quotedblleft.ss01 = -151; +quoteleft.ss01 = -81; +quotedblright.ss01 = -151; +quoteright.ss01 = -81; +degree = -160; }; -uogonek = { -comma = 2; -j = 12; -j.ss01 = 12; -onesuperior = -47; +Idieresis.ss01 = { +Icircumflex = 3; +Idieresis.ss01 = 3; +idieresis.ss01 = 28; +parenright.case = 6; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -29; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -151; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_I.ss02" = -36; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -24; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = -24; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_icircumflex" = -24; +"@MMK_R_KO_imacron" = -23; +"@MMK_R_KO_j" = -30; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -29; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = -26; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss03" = -28; +"@MMK_R_KO_l.ss04" = -30; +"@MMK_R_KO_g.ss06" = -17; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_one" = -78; +"@MMK_R_KO_sixsuperior" = -53; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_twosuperior" = -50; +"@MMK_R_KO_threesuperior" = -50; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = -59; +"@MMK_R_KO_sevensuperior" = -77; +"@MMK_R_KO_eightsuperior" = -47; +"@MMK_R_KO_ninesuperior" = -79; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -24; +"@MMK_R_KO_colon" = -26; +"@MMK_R_KO_semicolon" = -29; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = -31; +"@MMK_R_KO_question" = -47; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -54; +"@MMK_R_KO_colon.ss01" = -48; +"@MMK_R_KO_question.ss01" = -69; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -98; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = -95; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = -55; +"@MMK_R_KO_quotedbl" = -88; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -93; +"@MMK_R_KO_quoteright.ss01" = -77; +}; +comma.ss01 = { +twosuperior = -63; +threesuperior = -63; +fivesuperior = -63; +eightsuperior = -63; parenright = -6; -period = 2; -period.ss01 = -8; -quotedbl = -19; -quotedblleft = -9; -quotedblleft.ss01 = -8; -quoteleft = -9; -quoteleft.ss01 = -8; -semicolon = 8; -sevensuperior = -53; +bracketright = 0; +quoteright.ss01 = -63; }; -v = { -Jcircumflex = -26; -acircumflextilde.ss05 = -17; -ampersand = -21; -e = -12; -n = 0; +C = { +two = 18; +three = 24; +five = 11; +eight = 19; +braceright.case = -72; +plus = -40; +minus = -85; +greater = 21; }; -w = { -ampersand = -17; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -124; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = -118; +"@MMK_R_KO_G.ss07" = -36; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -124; +"@MMK_R_KO_a" = -114; +"@MMK_R_KO_aacute" = -89; +"@MMK_R_KO_a.ss05" = -65; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -124; +"@MMK_R_KO_eacute" = -85; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -111; +"@MMK_R_KO_i" = -24; +"@MMK_R_KO_n" = -77; +"@MMK_R_KO_j" = -31; +"@MMK_R_KO_s" = -98; +"@MMK_R_KO_t" = -38; +"@MMK_R_KO_u" = -74; +"@MMK_R_KO_uacute" = -70; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_y" = -46; +"@MMK_R_KO_z" = -40; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -38; +"@MMK_R_KO_pi" = -49; +"@MMK_R_KO_zero" = -37; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -124; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -42; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_ellipsis" = -124; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -124; +"@MMK_R_KO_hyphen" = -124; +"@MMK_R_KO_endash" = -124; +"@MMK_R_KO_hyphen.case" = -124; +"@MMK_R_KO_endash.case" = -51; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -108; +"@MMK_R_KO_guillemetright" = -87; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -124; +"@MMK_R_KO_percent" = -4; }; -won = { -comma = -44; -period = -44; -slash = -34; +ocircumflexgrave = { +parenright = -88; +bracketright = -62; +quotedbl = -89; +quotesingle = -63; }; -x = { -ampersand = -17; -backslash = -21; -logicalnot = -18; -minus = -22; -plus = -21; -two = 0; +wcircumflex = { +p = 18; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -92; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -103; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = -62; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = -55; +"@MMK_R_KO_I.ss02" = -78; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 22; +"@MMK_R_KO_aacute" = 25; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 23; +"@MMK_R_KO_eacute" = 23; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = 29; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 20; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -61; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -29; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_two" = -35; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = 37; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 5; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = 24; +"@MMK_R_KO_nine" = -14; +"@MMK_R_KO_sixsuperior" = -63; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_foursuperior" = -122; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_ninesuperior" = -84; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_question" = -91; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -81; +"@MMK_R_KO_hyphen" = 40; +"@MMK_R_KO_parenright" = -95; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_quotedblleft" = -124; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = -59; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -151; +"@MMK_R_KO_quotedblright.ss01" = -151; +"@MMK_R_KO_plus" = -38; +}; +Umacron = { +Hbar = 0; }; -y = { -Ydieresis = -29; -Ydieresis.ss01 = -29; -ampersand = -25; -asciitilde = -17; -e = -14; -exclam.ss01 = 2; -germandbls = 0; -twoinferior = -22; -zeroinferior = -26; +Zcaron = { +Dcroat = -59; +igrave = 0; +endash.case = -104; }; -yacute = { -T = -12; -parenright = -29; +sixinferior = { +T = -132; +W = -54; +parenright = -72; +bracketright = -60; }; -ydotbelow = { -comma = 52; -ecircumflexdotbelow = -10; -parenright = 34; -period = -15; -semicolon = 52; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_Oacute" = -62; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -54; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_zero" = -59; +"@MMK_R_KO_one" = -51; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -26; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -60; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_question" = -28; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 44; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -71; +"@MMK_R_KO_endash.case" = -73; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -69; +"@MMK_R_KO_guillemetright" = -70; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -44; +"@MMK_R_KO_plus" = -75; +"@MMK_R_KO_percent" = -27; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = 22; +"@MMK_R_KO_a" = 26; +"@MMK_R_KO_aacute" = 28; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 19; +"@MMK_R_KO_e" = 25; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 32; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -1; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_pi" = -15; +"@MMK_R_KO_zero" = 6; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 27; +"@MMK_R_KO_four" = 42; +"@MMK_R_KO_five" = 16; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -1; +"@MMK_R_KO_eight" = 27; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = -48; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -43; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -42; +"@MMK_R_KO_hyphen" = 43; +"@MMK_R_KO_endash" = 32; +"@MMK_R_KO_hyphen.case" = 13; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_quotedblleft" = -50; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = 14; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_degree" = -66; +"@MMK_R_KO_plus" = -9; +"@MMK_R_KO_percent" = -17; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = -41; +"@MMK_R_KO_I.ss02" = -47; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -12; +"@MMK_R_KO_l.ss04" = -15; +"@MMK_R_KO_g.ss06" = -18; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -48; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -24; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = -42; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -84; +"@MMK_R_KO_exclam" = -10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -47; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -75; +"@MMK_R_KO_bracketright.case" = -63; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -43; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -28; }; -ydotbelow.ss01 = { -comma.ss01 = 76; -parenright = 68; -period.ss01 = -33; +Idotaccent = { +l.ss04 = 12; }; -yen = { -comma = -29; -four = -27; -one = -22; -period = -30; -slash = -41; -three = -23; -two = -22; +zero.dnom = { +question = -101; +question.ss01 = -115; +parenright = -91; +parenright.case = -58; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +quotedbl = -163; +quotesingle = -63; +quotedblleft.ss01 = -151; +quoteleft.ss01 = -81; +quotedblright.ss01 = -151; +quoteright.ss01 = -81; +degree = -167; }; -ytilde = { -parenright = -22; +I = { +I = 0; +Hbar = 32; +hbar = 34; +igrave = 26; +jcircumflex = 28; +logicalnot = -35; }; -z = { -backslash = -19; -minus = -3; +uhornhookabove = { +a = -16; +a.ss05 = -20; +period = -19; +comma = -23; +ellipsis = -56; +period.ss01 = -50; +ellipsis.ss01 = -53; +comma.ss01 = -42; +parenright = -30; +bracketright = -43; +quotedblright = 0; +quotedbl = 0; }; -zcaron = { -imacron = 35; -iogonek = 0; -parenright = -15; +Idieresis = { +Icircumflex = 3; +Idieresis = 2; +idieresis = 45; +parenright = 0; +parenright.case = 10; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -132; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -54; +"@MMK_R_KO_Oacute" = -54; +"@MMK_R_KO_J" = -103; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 46; +"@MMK_R_KO_W" = 53; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 43; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -144; +"@MMK_R_KO_a" = -107; +"@MMK_R_KO_aacute" = -65; +"@MMK_R_KO_a.ss05" = -46; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -112; +"@MMK_R_KO_eacute" = -66; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -102; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -67; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 48; +"@MMK_R_KO_itilde" = 36; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_s" = -91; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_u" = -75; +"@MMK_R_KO_uacute" = -56; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -53; +"@MMK_R_KO_x" = -55; +"@MMK_R_KO_y" = -48; +"@MMK_R_KO_z" = -54; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = -100; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -129; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -37; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_colon" = -47; +"@MMK_R_KO_semicolon" = -51; +"@MMK_R_KO_ellipsis" = -172; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -134; +"@MMK_R_KO_backslash" = 29; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -75; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -117; +"@MMK_R_KO_endash" = -104; +"@MMK_R_KO_underscore" = -135; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_parenleft" = -40; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -108; +"@MMK_R_KO_guillemetright" = -87; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -80; }; -zero = { -asciicircum = 0; -baht = 22; -braceright = -22; -bracketright.case = -18; -multiply = 0; -ordmasculine = -6; -six = 11; -trademark = -32; +Ecircumflexdotbelow.ss01 = { +T = 17; }; -zero.dnom = { -degree = -91; -parenright = -79; -question = -69; -question.ss01 = -75; -quotedbl = -75; -quotedblleft = -74; -quotedblleft.ss01 = -35; -quotedblright = -43; -quotedblright.ss01 = -33; -quoteright = -41; -quotesingle = -75; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -125; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -53; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -63; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -54; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -51; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -63; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -5; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -74; +"@MMK_R_KO_braceright" = -88; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_quotedblleft" = -81; +"@MMK_R_KO_quotedblright" = -73; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -65; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -79; +"@MMK_R_KO_quoteright.ss01" = -79; +"@MMK_R_KO_trademark" = -94; +"@MMK_R_KO_asciicircum" = -71; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -50; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = -47; +"@MMK_R_KO_I.ss02" = -46; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -8; +"@MMK_R_KO_seven" = -12; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = -48; +"@MMK_R_KO_comma" = -51; +"@MMK_R_KO_ellipsis" = -87; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_endash.case" = 6; +"@MMK_R_KO_parenright" = -77; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_parenright.case" = -74; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -40; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_degree" = -37; +"@MMK_R_KO_plus" = -16; +"@MMK_R_KO_percent" = 0; }; -zeroinferior = { -parenright = -77; +one = { +icircumflex = 33; +three = 0; +multiply = -24; +equal = 0; +notequal = -26; +asciicircum = -65; }; -zerosuperior = { -comma = -105; -comma.ss01 = -103; -fraction = -15; -parenright = -41; -period = -98; -period.ss01 = -103; -slash = -74; +gdotaccent.ss06 = { +gdotaccent.ss06 = 37; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -66; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -64; +"@MMK_R_KO_I.ss02" = -72; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -1; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -21; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -67; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -20; +"@MMK_R_KO_ellipsis" = -101; +"@MMK_R_KO_exclam" = -10; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = -43; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = -80; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -102; +"@MMK_R_KO_bracketright" = -72; +"@MMK_R_KO_parenright.case" = -97; +"@MMK_R_KO_bracketright.case" = -72; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -42; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -37; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -55; +"@MMK_R_KO_quotedblright.ss01" = -51; +"@MMK_R_KO_quoteright.ss01" = -40; +"@MMK_R_KO_trademark" = -82; }; +lcaron.ss04 = { +ncaron = 21; +scaron = 5; +exclam.ss01 = 103; }; -master01 = { -"@MMK_L_A" = { -"@MMK_R_A" = 47; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 26; -"@MMK_R_J" = 28; -"@MMK_R_O" = -22; -"@MMK_R_S" = 0; -"@MMK_R_T" = -116; -"@MMK_R_U" = -21; -"@MMK_R_V" = -122; -"@MMK_R_W" = -74; -"@MMK_R_X" = 51; -"@MMK_R_Y" = -124; -"@MMK_R_Z" = 44; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -134; -"@MMK_R_asterisk" = -71; -"@MMK_R_braceright" = -27; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 31; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = -68; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -22; -"@MMK_R_fivesuperior" = -76; -"@MMK_R_four" = -4; -"@MMK_R_foursuperior" = -71; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 13; -"@MMK_R_guillemetleft" = -10; -"@MMK_R_guillemetright" = 26; -"@MMK_R_hyphen" = -16; -"@MMK_R_hyphen.case" = -41; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -73; -"@MMK_R_one" = -58; -"@MMK_R_onesuperior" = -98; -"@MMK_R_parenright" = -8; -"@MMK_R_parenright.case" = 19; -"@MMK_R_period" = 21; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -71; -"@MMK_R_question.ss01" = -90; -"@MMK_R_quotedbl" = -83; -"@MMK_R_quotedblleft" = -94; -"@MMK_R_quotedblleft.ss01" = -81; -"@MMK_R_quotedblright" = -90; -"@MMK_R_quoteright" = -89; -"@MMK_R_quoteright.ss01" = -99; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 15; -"@MMK_R_sevensuperior" = -102; -"@MMK_R_sixsuperior" = -79; -"@MMK_R_slash" = 30; -"@MMK_R_t" = -26; -"@MMK_R_threesuperior" = -68; -"@MMK_R_trademark" = -139; -"@MMK_R_twosuperior" = -58; -"@MMK_R_u" = -6; -"@MMK_R_underscore" = 48; -"@MMK_R_v" = -56; -"@MMK_R_w" = -33; -"@MMK_R_x" = 22; -"@MMK_R_y" = -41; -"@MMK_R_z" = 19; -"@MMK_R_zero" = -12; -}; -"@MMK_L_B" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = -9; -"@MMK_R_O" = 17; -"@MMK_R_S" = 21; -"@MMK_R_T" = -15; -"@MMK_R_U" = 6; -"@MMK_R_V" = -7; -"@MMK_R_W" = -3; -"@MMK_R_X" = -8; -"@MMK_R_Y" = -18; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 14; -"@MMK_R_asciicircum" = -49; -"@MMK_R_asterisk" = 18; -"@MMK_R_braceright" = -35; -"@MMK_R_bracketright" = -35; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -10; -"@MMK_R_comma.ss01" = -36; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 13; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -43; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 25; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 11; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = 14; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 28; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 37; -"@MMK_R_igrave" = 10; -"@MMK_R_imacron" = 62; -"@MMK_R_itilde" = 47; -"@MMK_R_j" = 4; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 13; -"@MMK_R_lslash" = 11; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 10; -"@MMK_R_onesuperior" = -10; -"@MMK_R_oslash" = 14; -"@MMK_R_parenright" = -26; -"@MMK_R_parenright.case" = -16; -"@MMK_R_period" = -6; -"@MMK_R_period.ss01" = -36; -"@MMK_R_question" = 12; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -11; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -42; -"@MMK_R_twosuperior" = -3; -"@MMK_R_u" = 11; -"@MMK_R_underscore" = -12; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 17; -}; -"@MMK_L_C" = { -"@MMK_R_A" = -10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -19; -"@MMK_R_J" = -26; -"@MMK_R_O" = 10; -"@MMK_R_S" = 28; -"@MMK_R_T" = -30; -"@MMK_R_U" = 6; -"@MMK_R_V" = -11; -"@MMK_R_W" = 0; -"@MMK_R_X" = -20; -"@MMK_R_Y" = -24; -"@MMK_R_Z" = -18; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -38; -"@MMK_R_asterisk" = 27; -"@MMK_R_braceright" = -39; -"@MMK_R_bracketright" = -39; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -26; -"@MMK_R_comma.ss01" = -47; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -55; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 7; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = 22; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 9; -"@MMK_R_guillemetright" = 9; -"@MMK_R_hyphen" = 4; -"@MMK_R_hyphen.case" = -8; -"@MMK_R_icircumflex" = 27; -"@MMK_R_igrave" = 8; -"@MMK_R_imacron" = 41; -"@MMK_R_itilde" = 28; -"@MMK_R_j" = 0; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 8; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 13; -"@MMK_R_onesuperior" = -25; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -36; -"@MMK_R_parenright.case" = -29; -"@MMK_R_period" = -24; -"@MMK_R_period.ss01" = -49; -"@MMK_R_question" = 19; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 8; -"@MMK_R_quotedblleft" = 7; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 11; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -23; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -9; -"@MMK_R_t" = 7; -"@MMK_R_threesuperior" = -11; -"@MMK_R_trademark" = -50; -"@MMK_R_twosuperior" = -22; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -29; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 12; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -21; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -37; -"@MMK_R_J" = -41; -"@MMK_R_O" = 31; -"@MMK_R_S" = 8; -"@MMK_R_T" = -41; -"@MMK_R_U" = 11; -"@MMK_R_V" = -21; -"@MMK_R_W" = -9; -"@MMK_R_X" = -36; -"@MMK_R_Y" = -36; -"@MMK_R_Z" = -31; -"@MMK_R_a" = 25; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -47; -"@MMK_R_asterisk" = 2; -"@MMK_R_braceright" = -57; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -40; -"@MMK_R_comma.ss01" = -64; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -68; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 11; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 26; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = 12; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen" = 26; -"@MMK_R_hyphen.case" = 38; -"@MMK_R_i" = 6; -"@MMK_R_icircumflex" = 27; -"@MMK_R_igrave" = 9; -"@MMK_R_imacron" = 34; -"@MMK_R_itilde" = 31; -"@MMK_R_j" = 7; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 9; -"@MMK_R_lslash" = 22; -"@MMK_R_n" = 6; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -20; -"@MMK_R_oslash" = 24; -"@MMK_R_parenright" = -56; -"@MMK_R_parenright.case" = -52; -"@MMK_R_period" = -41; -"@MMK_R_period.ss01" = -63; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -21; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -20; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -23; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -20; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -51; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 15; -"@MMK_R_underscore" = -46; -"@MMK_R_v" = 17; -"@MMK_R_w" = 18; -"@MMK_R_x" = 0; -"@MMK_R_y" = 18; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 26; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 17; -"@MMK_R_I.ss02" = 59; -"@MMK_R_J" = 25; -"@MMK_R_O" = -16; -"@MMK_R_S" = -15; -"@MMK_R_T" = 18; -"@MMK_R_U" = 0; -"@MMK_R_V" = 17; -"@MMK_R_W" = 13; -"@MMK_R_X" = 32; -"@MMK_R_Y" = 15; -"@MMK_R_Z" = 45; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = -12; -"@MMK_R_asciicircum" = -74; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -27; -"@MMK_R_egrave" = -27; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = -33; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = -43; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = -22; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -34; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 2; -"@MMK_R_igrave" = 28; -"@MMK_R_imacron" = 55; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 35; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -14; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 24; -"@MMK_R_period" = 5; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -23; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = -13; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -37; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -10; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = -29; -"@MMK_R_underscore" = 48; -"@MMK_R_v" = -36; -"@MMK_R_w" = -32; -"@MMK_R_x" = 8; -"@MMK_R_y" = -38; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -18; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -67; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 22; -"@MMK_R_J" = -101; -"@MMK_R_O" = -5; -"@MMK_R_S" = -21; -"@MMK_R_T" = 24; -"@MMK_R_U" = 0; -"@MMK_R_V" = 23; -"@MMK_R_W" = 19; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 22; -"@MMK_R_Z" = 10; -"@MMK_R_a" = -28; -"@MMK_R_a.ss04" = -34; -"@MMK_R_asciicircum" = -69; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -45; -"@MMK_R_colon.ss01" = -49; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -28; -"@MMK_R_egrave" = -27; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -271; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -39; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = -39; -"@MMK_R_foursuperior" = -30; -"@MMK_R_g" = -26; -"@MMK_R_g.ss05" = -32; -"@MMK_R_guillemetleft" = -21; -"@MMK_R_guillemetright" = -29; -"@MMK_R_hyphen" = -28; -"@MMK_R_hyphen.case" = 6; -"@MMK_R_i" = -16; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 26; -"@MMK_R_imacron" = 36; -"@MMK_R_j" = -16; -"@MMK_R_l" = -14; -"@MMK_R_l.ss02" = -13; -"@MMK_R_l.ss03" = 31; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = -40; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = 3; -"@MMK_R_oslash" = -28; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -23; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -28; -"@MMK_R_semicolon" = -47; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -17; -"@MMK_R_slash" = -78; -"@MMK_R_t" = -41; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -7; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -33; -"@MMK_R_underscore" = -225; -"@MMK_R_v" = -32; -"@MMK_R_w" = -29; -"@MMK_R_x" = -60; -"@MMK_R_y" = -34; -"@MMK_R_z" = -54; -"@MMK_R_zero" = -14; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 8; -"@MMK_R_J" = 0; -"@MMK_R_O" = 12; -"@MMK_R_S" = 10; -"@MMK_R_T" = -38; -"@MMK_R_U" = -2; -"@MMK_R_V" = -26; -"@MMK_R_W" = -17; -"@MMK_R_X" = 13; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = 19; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -60; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -30; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 22; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 18; -"@MMK_R_egrave" = 18; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = -21; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -17; -"@MMK_R_four" = 22; -"@MMK_R_foursuperior" = -18; -"@MMK_R_g" = 16; -"@MMK_R_g.ss05" = 18; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = 3; -"@MMK_R_hyphen" = 22; -"@MMK_R_hyphen.case" = 11; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 22; -"@MMK_R_igrave" = 4; -"@MMK_R_imacron" = 25; -"@MMK_R_itilde" = 23; -"@MMK_R_j" = 5; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 12; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = -11; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -32; -"@MMK_R_oslash" = 22; -"@MMK_R_parenright" = -28; -"@MMK_R_parenright.case" = 16; -"@MMK_R_period" = 22; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -21; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -22; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -31; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = 22; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -60; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 13; -"@MMK_R_v" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 10; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = -17; -"@MMK_R_I.ss02" = -32; -"@MMK_R_J" = -36; -"@MMK_R_O" = 23; -"@MMK_R_S" = 11; -"@MMK_R_T" = -37; -"@MMK_R_U" = 9; -"@MMK_R_V" = -22; -"@MMK_R_W" = -11; -"@MMK_R_X" = -32; -"@MMK_R_Y" = -38; -"@MMK_R_Z" = -26; -"@MMK_R_a" = 13; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -48; -"@MMK_R_asterisk" = 5; -"@MMK_R_braceright" = -57; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = -36; -"@MMK_R_comma.ss01" = -59; -"@MMK_R_e" = 15; -"@MMK_R_egrave" = 15; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -64; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = 27; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 15; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 19; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 35; -"@MMK_R_hyphen.case" = 20; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 30; -"@MMK_R_igrave" = 8; -"@MMK_R_imacron" = 28; -"@MMK_R_itilde" = 32; -"@MMK_R_j" = 3; -"@MMK_R_l" = 8; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 8; -"@MMK_R_lslash" = 27; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -27; -"@MMK_R_oslash" = 15; -"@MMK_R_parenright" = -50; -"@MMK_R_parenright.case" = -44; -"@MMK_R_period" = -35; -"@MMK_R_period.ss01" = -59; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = -26; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -15; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -59; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -41; -"@MMK_R_v" = 0; -"@MMK_R_w" = 10; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 21; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 0; -"@MMK_R_S" = 0; -"@MMK_R_U" = 2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -57; -"@MMK_R_asterisk" = 4; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -18; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -29; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -35; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 23; -"@MMK_R_igrave" = 8; -"@MMK_R_imacron" = 56; -"@MMK_R_itilde" = 46; -"@MMK_R_j" = 2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 9; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 2; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -36; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -26; -"@MMK_R_twosuperior" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 23; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 61; -"@MMK_R_J" = 29; -"@MMK_R_O" = -39; -"@MMK_R_S" = -6; -"@MMK_R_T" = 20; -"@MMK_R_U" = 5; -"@MMK_R_V" = 21; -"@MMK_R_W" = 36; -"@MMK_R_X" = 39; -"@MMK_R_Y" = 18; -"@MMK_R_Z" = 46; -"@MMK_R_a" = -34; -"@MMK_R_a.ss04" = -8; -"@MMK_R_asciicircum" = -86; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -35; -"@MMK_R_egrave" = -35; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = -30; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = -56; -"@MMK_R_foursuperior" = -58; -"@MMK_R_g" = -22; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -26; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = -77; -"@MMK_R_hyphen.case" = -77; -"@MMK_R_icircumflex" = 8; -"@MMK_R_igrave" = 30; -"@MMK_R_imacron" = 54; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = -11; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 22; -"@MMK_R_parenright.case" = 45; -"@MMK_R_period" = 11; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -21; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_s" = -13; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -35; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -14; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = -33; -"@MMK_R_underscore" = 50; -"@MMK_R_v" = -65; -"@MMK_R_w" = -47; -"@MMK_R_x" = 8; -"@MMK_R_y" = -47; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -20; -}; -"@MMK_L_J" = { -"@MMK_R_A" = -10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -13; -"@MMK_R_O" = 6; -"@MMK_R_S" = 6; -"@MMK_R_T" = 0; -"@MMK_R_U" = 8; -"@MMK_R_V" = 6; -"@MMK_R_W" = 4; -"@MMK_R_X" = -10; -"@MMK_R_Z" = -5; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -54; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = -16; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = -3; -"@MMK_R_colon.ss01" = -18; -"@MMK_R_comma" = -19; -"@MMK_R_comma.ss01" = -45; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -50; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = 6; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 4; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 6; -"@MMK_R_hyphen.case" = 6; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 29; -"@MMK_R_igrave" = 14; -"@MMK_R_imacron" = 62; -"@MMK_R_j" = 0; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 7; -"@MMK_R_l.ss03" = 15; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 6; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 7; -"@MMK_R_period" = -16; -"@MMK_R_period.ss01" = -44; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = -7; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -10; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -23; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -19; -"@MMK_R_v" = 2; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 6; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 48; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 44; -"@MMK_R_J" = 21; -"@MMK_R_O" = -38; -"@MMK_R_S" = -8; -"@MMK_R_T" = 3; -"@MMK_R_U" = 0; -"@MMK_R_V" = 34; -"@MMK_R_W" = 36; -"@MMK_R_X" = 52; -"@MMK_R_Y" = 16; -"@MMK_R_Z" = 45; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -93; -"@MMK_R_asterisk" = 12; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -23; -"@MMK_R_egrave" = -22; -"@MMK_R_eightsuperior" = -19; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = -27; -"@MMK_R_fivesuperior" = -21; -"@MMK_R_four" = -30; -"@MMK_R_foursuperior" = -60; -"@MMK_R_g" = -4; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = -25; -"@MMK_R_guillemetright" = 27; -"@MMK_R_hyphen" = -53; -"@MMK_R_hyphen.case" = -91; -"@MMK_R_icircumflex" = 18; -"@MMK_R_igrave" = 25; -"@MMK_R_imacron" = 47; -"@MMK_R_itilde" = 31; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 31; -"@MMK_R_lslash" = -6; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = -7; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 22; -"@MMK_R_parenright.case" = 58; -"@MMK_R_period" = 20; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -28; -"@MMK_R_quotedbl" = 6; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = -11; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -24; -"@MMK_R_slash" = 22; -"@MMK_R_t" = -30; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -8; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = -22; -"@MMK_R_underscore" = 40; -"@MMK_R_v" = -58; -"@MMK_R_w" = -46; -"@MMK_R_x" = 21; -"@MMK_R_y" = -42; -"@MMK_R_z" = 14; -"@MMK_R_zero" = -23; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 24; -"@MMK_R_I.ss02" = 22; -"@MMK_R_J" = 26; -"@MMK_R_O" = -54; -"@MMK_R_S" = -23; -"@MMK_R_T" = -116; -"@MMK_R_U" = -45; -"@MMK_R_V" = -124; -"@MMK_R_W" = -74; -"@MMK_R_X" = 19; -"@MMK_R_Y" = -126; -"@MMK_R_Z" = 27; -"@MMK_R_a" = -41; -"@MMK_R_a.ss04" = -15; -"@MMK_R_asciicircum" = -260; -"@MMK_R_asterisk" = -156; -"@MMK_R_braceright" = -49; -"@MMK_R_bracketright" = -49; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 5; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -41; -"@MMK_R_egrave" = -41; -"@MMK_R_eightsuperior" = -205; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -41; -"@MMK_R_fivesuperior" = -201; -"@MMK_R_four" = -77; -"@MMK_R_foursuperior" = -196; -"@MMK_R_g" = -24; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -34; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -126; -"@MMK_R_hyphen.case" = -190; -"@MMK_R_i" = -17; -"@MMK_R_icircumflex" = -17; -"@MMK_R_igrave" = -17; -"@MMK_R_imacron" = -17; -"@MMK_R_itilde" = -17; -"@MMK_R_j" = -17; -"@MMK_R_l" = -17; -"@MMK_R_l.ss02" = -21; -"@MMK_R_l.ss03" = -17; -"@MMK_R_n" = -17; -"@MMK_R_ninesuperior" = -208; -"@MMK_R_one" = -62; -"@MMK_R_onesuperior" = -123; -"@MMK_R_oslash" = -5; -"@MMK_R_parenright" = -30; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 11; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -77; -"@MMK_R_question.ss01" = -96; -"@MMK_R_quotedbl" = -83; -"@MMK_R_quotedblleft" = -154; -"@MMK_R_quotedblleft.ss01" = -151; -"@MMK_R_quotedblright" = -154; -"@MMK_R_quoteright" = -89; -"@MMK_R_quoteright.ss01" = -151; -"@MMK_R_s" = -18; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -174; -"@MMK_R_sixsuperior" = -208; -"@MMK_R_slash" = 6; -"@MMK_R_t" = -49; -"@MMK_R_threesuperior" = -196; -"@MMK_R_trademark" = -227; -"@MMK_R_twosuperior" = -185; -"@MMK_R_u" = -40; -"@MMK_R_underscore" = 56; -"@MMK_R_v" = -75; -"@MMK_R_w" = -58; -"@MMK_R_x" = 12; -"@MMK_R_y" = -69; -"@MMK_R_z" = 7; -"@MMK_R_zero" = -35; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 24; -"@MMK_R_I.ss02" = 22; -"@MMK_R_J" = 26; -"@MMK_R_O" = -47; -"@MMK_R_S" = -22; -"@MMK_R_T" = -116; -"@MMK_R_U" = -41; -"@MMK_R_V" = -124; -"@MMK_R_W" = -72; -"@MMK_R_X" = 19; -"@MMK_R_Y" = -126; -"@MMK_R_Z" = 27; -"@MMK_R_a" = -34; -"@MMK_R_a.ss04" = -12; -"@MMK_R_bracketright" = -46; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 6; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -35; -"@MMK_R_egrave" = -35; -"@MMK_R_eightsuperior" = -116; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -120; -"@MMK_R_four" = -74; -"@MMK_R_foursuperior" = -105; -"@MMK_R_guillemetleft" = -30; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -93; -"@MMK_R_hyphen.case" = -85; -"@MMK_R_i" = -17; -"@MMK_R_igrave" = -17; -"@MMK_R_l" = -17; -"@MMK_R_lslash" = -24; -"@MMK_R_ninesuperior" = -118; -"@MMK_R_onesuperior" = -123; -"@MMK_R_parenright" = -29; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 11; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -77; -"@MMK_R_question.ss01" = -96; -"@MMK_R_quotedbl" = -83; -"@MMK_R_quotedblleft" = -89; -"@MMK_R_quotedblleft.ss01" = -81; -"@MMK_R_quotedblright" = -134; -"@MMK_R_quoteright" = -89; -"@MMK_R_quoteright.ss01" = -81; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -166; -"@MMK_R_sixsuperior" = -124; -"@MMK_R_slash" = 6; -"@MMK_R_threesuperior" = -112; -"@MMK_R_twosuperior" = -108; -"@MMK_R_u" = -34; -"@MMK_R_y" = -64; -"@MMK_R_z" = 7; -}; -"@MMK_L_O" = { -"@MMK_R_A" = -22; -"@MMK_R_I.ss02" = -39; -"@MMK_R_J" = -43; -"@MMK_R_O" = 32; -"@MMK_R_S" = 7; -"@MMK_R_T" = -42; -"@MMK_R_U" = 12; -"@MMK_R_V" = -22; -"@MMK_R_W" = -9; -"@MMK_R_X" = -37; -"@MMK_R_Y" = -38; -"@MMK_R_Z" = -33; -"@MMK_R_a" = 24; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -47; -"@MMK_R_asterisk" = 2; -"@MMK_R_braceright" = -57; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -42; -"@MMK_R_comma.ss01" = -65; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -70; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 11; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 25; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = 12; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen" = 26; -"@MMK_R_hyphen.case" = 39; -"@MMK_R_i" = 7; -"@MMK_R_icircumflex" = 25; -"@MMK_R_igrave" = 8; -"@MMK_R_imacron" = 34; -"@MMK_R_itilde" = 29; -"@MMK_R_j" = 7; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 8; -"@MMK_R_lslash" = 23; -"@MMK_R_n" = 6; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -21; -"@MMK_R_oslash" = 24; -"@MMK_R_parenright" = -59; -"@MMK_R_parenright.case" = -53; -"@MMK_R_period" = -43; -"@MMK_R_period.ss01" = -65; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -22; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -21; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -24; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -20; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -52; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 16; -"@MMK_R_underscore" = -47; -"@MMK_R_v" = 17; -"@MMK_R_w" = 18; -"@MMK_R_x" = 0; -"@MMK_R_y" = 17; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 27; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -39; -"@MMK_R_O" = 32; -"@MMK_R_S" = 7; -"@MMK_R_T" = -39; -"@MMK_R_U" = 12; -"@MMK_R_V" = -22; -"@MMK_R_X" = -37; -"@MMK_R_bracketright" = -46; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -42; -"@MMK_R_comma.ss01" = -65; -"@MMK_R_e" = 24; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -70; -"@MMK_R_exclam" = 7; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen" = 26; -"@MMK_R_hyphen.case" = 39; -"@MMK_R_i" = 7; -"@MMK_R_n" = 6; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -21; -"@MMK_R_parenright" = -50; -"@MMK_R_parenright.case" = -47; -"@MMK_R_period" = -43; -"@MMK_R_period.ss01" = -65; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -21; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -20; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -63; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = -10; -"@MMK_R_J" = -106; -"@MMK_R_O" = 21; -"@MMK_R_S" = 14; -"@MMK_R_T" = -6; -"@MMK_R_U" = 15; -"@MMK_R_V" = 0; -"@MMK_R_W" = 15; -"@MMK_R_X" = -35; -"@MMK_R_Y" = -5; -"@MMK_R_Z" = -24; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = -5; -"@MMK_R_asciicircum" = -28; -"@MMK_R_asterisk" = 40; -"@MMK_R_braceright" = -31; -"@MMK_R_bracketright" = -31; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -5; -"@MMK_R_eightsuperior" = 19; -"@MMK_R_ellipsis" = -271; -"@MMK_R_exclam" = 14; -"@MMK_R_f" = 21; -"@MMK_R_fivesuperior" = 2; -"@MMK_R_four" = -36; -"@MMK_R_foursuperior" = 17; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = -14; -"@MMK_R_guillemetright" = 19; -"@MMK_R_hyphen" = -46; -"@MMK_R_hyphen.case" = 7; -"@MMK_R_icircumflex" = 40; -"@MMK_R_igrave" = 15; -"@MMK_R_imacron" = 63; -"@MMK_R_itilde" = 52; -"@MMK_R_l" = 12; -"@MMK_R_l.ss02" = 13; -"@MMK_R_l.ss03" = 18; -"@MMK_R_lslash" = 4; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 7; -"@MMK_R_one" = 27; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -7; -"@MMK_R_parenright" = -20; -"@MMK_R_parenright.case" = -19; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 35; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 12; -"@MMK_R_quotedblleft" = 23; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 21; -"@MMK_R_quoteright" = 21; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 20; -"@MMK_R_slash" = -65; -"@MMK_R_t" = 21; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -24; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -217; -"@MMK_R_v" = 15; -"@MMK_R_w" = 10; -"@MMK_R_x" = -2; -"@MMK_R_y" = 16; -"@MMK_R_z" = -10; -"@MMK_R_zero" = 18; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 37; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 29; -"@MMK_R_J" = 15; -"@MMK_R_O" = 19; -"@MMK_R_S" = 0; -"@MMK_R_T" = -48; -"@MMK_R_U" = -2; -"@MMK_R_V" = -30; -"@MMK_R_W" = -18; -"@MMK_R_X" = 34; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = 30; -"@MMK_R_a" = 14; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -57; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -28; -"@MMK_R_bracketright" = -28; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 15; -"@MMK_R_egrave" = 15; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = 7; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 15; -"@MMK_R_g.ss05" = 20; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 16; -"@MMK_R_hyphen" = 13; -"@MMK_R_hyphen.case" = 25; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 15; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 24; -"@MMK_R_j" = 2; -"@MMK_R_l" = 3; -"@MMK_R_l.ss03" = 3; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = -29; -"@MMK_R_parenright" = -21; -"@MMK_R_parenright.case" = 15; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -20; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -31; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -30; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -33; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 21; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -60; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = 37; -"@MMK_R_v" = 4; -"@MMK_R_w" = 0; -"@MMK_R_x" = 8; -"@MMK_R_y" = 3; -"@MMK_R_z" = 5; -"@MMK_R_zero" = 13; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 13; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = 0; -"@MMK_R_O" = 5; -"@MMK_R_S" = 12; -"@MMK_R_T" = -14; -"@MMK_R_U" = 0; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 12; -"@MMK_R_Y" = -13; -"@MMK_R_Z" = 12; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 8; -"@MMK_R_asciicircum" = -44; -"@MMK_R_asterisk" = 25; -"@MMK_R_braceright" = -23; -"@MMK_R_bracketright" = -23; -"@MMK_R_colon" = 12; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -25; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 13; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 7; -"@MMK_R_hyphen" = 5; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 36; -"@MMK_R_igrave" = 9; -"@MMK_R_imacron" = 65; -"@MMK_R_itilde" = 54; -"@MMK_R_j" = 0; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 11; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 10; -"@MMK_R_onesuperior" = -5; -"@MMK_R_oslash" = 10; -"@MMK_R_parenright" = -21; -"@MMK_R_parenright.case" = 18; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -24; -"@MMK_R_question" = 19; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -5; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 10; -"@MMK_R_t" = 13; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -36; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 9; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 9; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_S" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -2; -"@MMK_R_O" = 14; -"@MMK_R_S" = 25; -"@MMK_R_T" = -21; -"@MMK_R_U" = 8; -"@MMK_R_V" = -13; -"@MMK_R_W" = -8; -"@MMK_R_X" = -6; -"@MMK_R_Y" = -21; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 18; -"@MMK_R_asciicircum" = -58; -"@MMK_R_asterisk" = 7; -"@MMK_R_braceright" = -33; -"@MMK_R_bracketright" = -33; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eightsuperior" = -14; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = 30; -"@MMK_R_foursuperior" = -18; -"@MMK_R_g" = 15; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = 19; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 31; -"@MMK_R_hyphen.case" = -9; -"@MMK_R_i" = 7; -"@MMK_R_icircumflex" = 40; -"@MMK_R_igrave" = 11; -"@MMK_R_imacron" = 52; -"@MMK_R_itilde" = 44; -"@MMK_R_j" = 7; -"@MMK_R_l" = 10; -"@MMK_R_l.ss02" = 11; -"@MMK_R_l.ss03" = 15; -"@MMK_R_lslash" = 12; -"@MMK_R_n" = 6; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = 7; -"@MMK_R_onesuperior" = -23; -"@MMK_R_oslash" = 18; -"@MMK_R_parenright" = -27; -"@MMK_R_parenright.case" = -13; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -30; -"@MMK_R_question" = 9; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -23; -"@MMK_R_trademark" = -50; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 18; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -116; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 20; -"@MMK_R_J" = -95; -"@MMK_R_O" = -42; -"@MMK_R_S" = -16; -"@MMK_R_T" = 27; -"@MMK_R_U" = 0; -"@MMK_R_V" = 16; -"@MMK_R_W" = 23; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 16; -"@MMK_R_Z" = 14; -"@MMK_R_a" = -130; -"@MMK_R_a.ss04" = -42; -"@MMK_R_asciicircum" = -83; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -76; -"@MMK_R_colon.ss01" = -82; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -128; -"@MMK_R_egrave" = -74; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -133; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -49; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = -115; -"@MMK_R_foursuperior" = -58; -"@MMK_R_g" = -129; -"@MMK_R_g.ss05" = -119; -"@MMK_R_guillemetleft" = -114; -"@MMK_R_guillemetright" = -73; -"@MMK_R_hyphen" = -110; -"@MMK_R_hyphen.case" = -109; -"@MMK_R_i" = -22; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 18; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 32; -"@MMK_R_j" = -21; -"@MMK_R_l" = -13; -"@MMK_R_l.ss02" = -12; -"@MMK_R_l.ss03" = 21; -"@MMK_R_lslash" = -24; -"@MMK_R_n" = -116; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = -12; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -127; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 2; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -21; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -125; -"@MMK_R_semicolon" = -77; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -16; -"@MMK_R_slash" = -106; -"@MMK_R_t" = -47; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -11; -"@MMK_R_twosuperior" = -3; -"@MMK_R_u" = -120; -"@MMK_R_underscore" = -110; -"@MMK_R_v" = -109; -"@MMK_R_w" = -112; -"@MMK_R_x" = -106; -"@MMK_R_y" = -108; -"@MMK_R_z" = -111; -"@MMK_R_zero" = -31; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = -29; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = -74; -"@MMK_R_J" = -79; -"@MMK_R_O" = 38; -"@MMK_R_S" = 0; -"@MMK_R_T" = -76; -"@MMK_R_U" = 15; -"@MMK_R_V" = -29; -"@MMK_R_W" = -12; -"@MMK_R_Y" = -55; -"@MMK_R_a" = 17; -"@MMK_R_a.ss04" = 5; -"@MMK_R_bracketright" = -51; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -80; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = 18; -"@MMK_R_egrave" = 18; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_exclam" = 11; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_hyphen" = 25; -"@MMK_R_hyphen.case" = 49; -"@MMK_R_i" = 12; -"@MMK_R_imacron" = 17; -"@MMK_R_j" = 12; -"@MMK_R_n" = 12; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -26; -"@MMK_R_parenright" = -60; -"@MMK_R_parenright.case" = -45; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -24; -"@MMK_R_quotedbl" = -10; -"@MMK_R_s" = 8; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -31; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -30; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 22; -"@MMK_R_v" = 15; -"@MMK_R_y" = 10; -}; -"@MMK_L_U" = { -"@MMK_R_A" = -21; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 5; -"@MMK_R_J" = -33; -"@MMK_R_O" = 12; -"@MMK_R_S" = 8; -"@MMK_R_T" = 0; -"@MMK_R_U" = 13; -"@MMK_R_V" = 12; -"@MMK_R_W" = 10; -"@MMK_R_X" = -14; -"@MMK_R_Y" = 3; -"@MMK_R_Z" = -3; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = 16; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -19; -"@MMK_R_comma" = -35; -"@MMK_R_comma.ss01" = -59; -"@MMK_R_e" = 8; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -63; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 9; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 12; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 18; -"@MMK_R_imacron" = 65; -"@MMK_R_j" = 0; -"@MMK_R_l" = 11; -"@MMK_R_l.ss02" = 12; -"@MMK_R_l.ss03" = 21; -"@MMK_R_lslash" = 2; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 2; -"@MMK_R_one" = 12; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 8; -"@MMK_R_parenright" = 2; -"@MMK_R_parenright.case" = 8; -"@MMK_R_period" = -33; -"@MMK_R_period.ss01" = -58; -"@MMK_R_question" = 12; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 3; -"@MMK_R_quoteright" = 3; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -21; -"@MMK_R_t" = 3; -"@MMK_R_trademark" = -20; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -38; -"@MMK_R_v" = 8; -"@MMK_R_w" = 7; -"@MMK_R_x" = -8; -"@MMK_R_y" = 6; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 10; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = -21; -"@MMK_R_H" = 23; -"@MMK_R_I.ss02" = 46; -"@MMK_R_O" = 12; -"@MMK_R_T" = 43; -"@MMK_R_U" = 34; -"@MMK_R_V" = 83; -"@MMK_R_X" = 39; -"@MMK_R_Y" = 85; -"@MMK_R_Z" = 67; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = 76; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -19; -"@MMK_R_comma" = -35; -"@MMK_R_comma.ss01" = -59; -"@MMK_R_e" = 8; -"@MMK_R_eightsuperior" = 25; -"@MMK_R_ellipsis" = -63; -"@MMK_R_exclam" = 23; -"@MMK_R_fivesuperior" = 25; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 12; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 29; -"@MMK_R_onesuperior" = 31; -"@MMK_R_parenright" = 86; -"@MMK_R_parenright.case" = 92; -"@MMK_R_period" = -33; -"@MMK_R_period.ss01" = -58; -"@MMK_R_question" = 24; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 50; -"@MMK_R_quotedblright" = 42; -"@MMK_R_quoteright" = 42; -"@MMK_R_quoteright.ss01" = 20; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = 60; -"@MMK_R_sixsuperior" = 18; -"@MMK_R_slash" = -21; -"@MMK_R_threesuperior" = 20; -"@MMK_R_twosuperior" = 31; -"@MMK_R_u" = 0; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -123; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = -102; -"@MMK_R_O" = -22; -"@MMK_R_S" = -2; -"@MMK_R_T" = 16; -"@MMK_R_U" = 12; -"@MMK_R_V" = 47; -"@MMK_R_W" = 43; -"@MMK_R_X" = 7; -"@MMK_R_Y" = 51; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -53; -"@MMK_R_a.ss04" = -51; -"@MMK_R_asciicircum" = -66; -"@MMK_R_asterisk" = 26; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -23; -"@MMK_R_colon.ss01" = -45; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -54; -"@MMK_R_egrave" = -51; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -155; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = -6; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -70; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = -50; -"@MMK_R_g.ss05" = -49; -"@MMK_R_guillemetleft" = -61; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -68; -"@MMK_R_hyphen.case" = -43; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 30; -"@MMK_R_igrave" = 37; -"@MMK_R_imacron" = 62; -"@MMK_R_itilde" = 60; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 43; -"@MMK_R_lslash" = -5; -"@MMK_R_n" = -43; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 9; -"@MMK_R_onesuperior" = 17; -"@MMK_R_oslash" = -54; -"@MMK_R_parenright" = 14; -"@MMK_R_parenright.case" = 18; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 18; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 30; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 18; -"@MMK_R_quoteright" = 18; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -45; -"@MMK_R_semicolon" = -26; -"@MMK_R_sevensuperior" = 14; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -123; -"@MMK_R_t" = -6; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -37; -"@MMK_R_underscore" = -118; -"@MMK_R_v" = -23; -"@MMK_R_w" = -22; -"@MMK_R_x" = -36; -"@MMK_R_y" = -23; -"@MMK_R_z" = -38; -"@MMK_R_zero" = -20; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -74; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 36; -"@MMK_R_J" = -72; -"@MMK_R_O" = -9; -"@MMK_R_S" = 0; -"@MMK_R_T" = 23; -"@MMK_R_U" = 10; -"@MMK_R_V" = 43; -"@MMK_R_W" = 42; -"@MMK_R_X" = 4; -"@MMK_R_Y" = 47; -"@MMK_R_Z" = 25; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -29; -"@MMK_R_asciicircum" = -56; -"@MMK_R_asterisk" = 33; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -7; -"@MMK_R_colon.ss01" = -28; -"@MMK_R_comma" = -77; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -31; -"@MMK_R_egrave" = -28; -"@MMK_R_eightsuperior" = 4; -"@MMK_R_ellipsis" = -104; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -40; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -30; -"@MMK_R_g.ss05" = -32; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -37; -"@MMK_R_hyphen.case" = -20; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 43; -"@MMK_R_igrave" = 43; -"@MMK_R_imacron" = 72; -"@MMK_R_itilde" = 67; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 57; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -23; -"@MMK_R_ninesuperior" = 7; -"@MMK_R_one" = 17; -"@MMK_R_onesuperior" = 17; -"@MMK_R_oslash" = -30; -"@MMK_R_parenright" = 23; -"@MMK_R_parenright.case" = 27; -"@MMK_R_period" = -75; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 27; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 26; -"@MMK_R_quotedblleft" = 4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 26; -"@MMK_R_quoteright" = 26; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -26; -"@MMK_R_semicolon" = -13; -"@MMK_R_sevensuperior" = 11; -"@MMK_R_sixsuperior" = 9; -"@MMK_R_slash" = -61; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -17; -"@MMK_R_underscore" = -72; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -16; -"@MMK_R_y" = -4; -"@MMK_R_z" = -20; -"@MMK_R_zero" = -9; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 50; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 38; -"@MMK_R_J" = 23; -"@MMK_R_O" = -38; -"@MMK_R_S" = -7; -"@MMK_R_T" = 0; -"@MMK_R_U" = -14; -"@MMK_R_V" = 6; -"@MMK_R_W" = 3; -"@MMK_R_X" = 54; -"@MMK_R_Y" = 8; -"@MMK_R_Z" = 47; -"@MMK_R_a" = -21; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -117; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -21; -"@MMK_R_egrave" = -21; -"@MMK_R_eightsuperior" = -33; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -27; -"@MMK_R_fivesuperior" = -36; -"@MMK_R_four" = -28; -"@MMK_R_foursuperior" = -66; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = 29; -"@MMK_R_hyphen" = -51; -"@MMK_R_hyphen.case" = -87; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 5; -"@MMK_R_igrave" = 16; -"@MMK_R_imacron" = 26; -"@MMK_R_itilde" = 12; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 11; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -21; -"@MMK_R_onesuperior" = -12; -"@MMK_R_parenright" = 14; -"@MMK_R_parenright.case" = 45; -"@MMK_R_period" = 22; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -24; -"@MMK_R_question.ss01" = -38; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -23; -"@MMK_R_quotedblleft.ss01" = -28; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -26; -"@MMK_R_s" = -9; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -13; -"@MMK_R_sixsuperior" = -32; -"@MMK_R_slash" = 24; -"@MMK_R_t" = -32; -"@MMK_R_threesuperior" = -31; -"@MMK_R_trademark" = -25; -"@MMK_R_twosuperior" = -26; -"@MMK_R_u" = -22; -"@MMK_R_underscore" = 43; -"@MMK_R_v" = -56; -"@MMK_R_w" = -43; -"@MMK_R_x" = 23; -"@MMK_R_y" = -41; -"@MMK_R_z" = 17; -"@MMK_R_zero" = -22; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -126; -"@MMK_R_I.ss02" = 18; -"@MMK_R_J" = -100; -"@MMK_R_O" = -38; -"@MMK_R_S" = -13; -"@MMK_R_T" = 16; -"@MMK_R_U" = 3; -"@MMK_R_V" = 51; -"@MMK_R_W" = 47; -"@MMK_R_X" = 8; -"@MMK_R_Y" = 55; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -96; -"@MMK_R_a.ss04" = -82; -"@MMK_R_asciicircum" = -80; -"@MMK_R_asterisk" = 23; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -43; -"@MMK_R_colon.ss01" = -62; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -101; -"@MMK_R_egrave" = -61; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -154; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -29; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -129; -"@MMK_R_foursuperior" = -32; -"@MMK_R_g" = -92; -"@MMK_R_g.ss05" = -85; -"@MMK_R_guillemetleft" = -103; -"@MMK_R_guillemetright" = -33; -"@MMK_R_hyphen" = -118; -"@MMK_R_hyphen.case" = -84; -"@MMK_R_i" = -15; -"@MMK_R_icircumflex" = 11; -"@MMK_R_igrave" = 36; -"@MMK_R_imacron" = 55; -"@MMK_R_j" = -15; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 39; -"@MMK_R_n" = -63; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 20; -"@MMK_R_oslash" = -101; -"@MMK_R_parenright" = 12; -"@MMK_R_parenright.case" = 13; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = 20; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 3; -"@MMK_R_quoteright" = 3; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -78; -"@MMK_R_semicolon" = -46; -"@MMK_R_sevensuperior" = 11; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -117; -"@MMK_R_t" = -29; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -57; -"@MMK_R_underscore" = -122; -"@MMK_R_v" = -45; -"@MMK_R_w" = -47; -"@MMK_R_x" = -55; -"@MMK_R_y" = -45; -"@MMK_R_z" = -53; -"@MMK_R_zero" = -32; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 20; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 48; -"@MMK_R_J" = 29; -"@MMK_R_O" = -37; -"@MMK_R_S" = -6; -"@MMK_R_T" = 14; -"@MMK_R_U" = 0; -"@MMK_R_V" = 32; -"@MMK_R_W" = 31; -"@MMK_R_X" = 48; -"@MMK_R_Y" = 36; -"@MMK_R_Z" = 43; -"@MMK_R_a" = -34; -"@MMK_R_a.ss04" = -12; -"@MMK_R_asciicircum" = -85; -"@MMK_R_asterisk" = 20; -"@MMK_R_braceright" = 7; -"@MMK_R_bracketright" = 7; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -36; -"@MMK_R_egrave" = -34; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 14; -"@MMK_R_f" = -24; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = -60; -"@MMK_R_foursuperior" = -39; -"@MMK_R_g" = -24; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -28; -"@MMK_R_guillemetright" = 8; -"@MMK_R_hyphen" = -100; -"@MMK_R_hyphen.case" = -95; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 5; -"@MMK_R_igrave" = 25; -"@MMK_R_imacron" = 60; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 30; -"@MMK_R_lslash" = -5; -"@MMK_R_n" = -13; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 8; -"@MMK_R_parenright" = 36; -"@MMK_R_parenright.case" = 61; -"@MMK_R_period" = 6; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -13; -"@MMK_R_quotedbl" = 12; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -14; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = 3; -"@MMK_R_t" = -28; -"@MMK_R_threesuperior" = -3; -"@MMK_R_trademark" = -3; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -33; -"@MMK_R_underscore" = 51; -"@MMK_R_v" = -53; -"@MMK_R_w" = -50; -"@MMK_R_x" = 10; -"@MMK_R_y" = -51; -"@MMK_R_z" = 2; -"@MMK_R_zero" = -20; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -13; -"@MMK_R_O" = 6; -"@MMK_R_S" = 0; -"@MMK_R_T" = -116; -"@MMK_R_U" = 0; -"@MMK_R_V" = -43; -"@MMK_R_W" = -23; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -63; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -68; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -51; -"@MMK_R_bracketright" = -51; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = -7; -"@MMK_R_fivesuperior" = -31; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -31; -"@MMK_R_one" = -29; -"@MMK_R_onesuperior" = -43; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -50; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -38; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -37; -"@MMK_R_quotedbl" = -25; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -43; -"@MMK_R_quotedblright" = -23; -"@MMK_R_quoteright" = -26; -"@MMK_R_quoteright.ss01" = -40; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -52; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -24; -"@MMK_R_trademark" = -78; -"@MMK_R_twosuperior" = -19; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 29; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = 13; -"@MMK_R_O" = -8; -"@MMK_R_S" = -2; -"@MMK_R_T" = -66; -"@MMK_R_U" = -13; -"@MMK_R_V" = -69; -"@MMK_R_W" = -45; -"@MMK_R_X" = 24; -"@MMK_R_Y" = -106; -"@MMK_R_Z" = 23; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -90; -"@MMK_R_asterisk" = -40; -"@MMK_R_braceright" = -34; -"@MMK_R_bracketright" = -34; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 19; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -31; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 16; -"@MMK_R_f" = -19; -"@MMK_R_fivesuperior" = -42; -"@MMK_R_four" = -16; -"@MMK_R_foursuperior" = -42; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 32; -"@MMK_R_guillemetleft" = -6; -"@MMK_R_guillemetright" = 39; -"@MMK_R_hyphen" = -12; -"@MMK_R_imacron" = 3; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -39; -"@MMK_R_one" = -53; -"@MMK_R_onesuperior" = -62; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -14; -"@MMK_R_period" = 26; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = -37; -"@MMK_R_question.ss01" = -55; -"@MMK_R_quotedbl" = -43; -"@MMK_R_quotedblleft" = -62; -"@MMK_R_quotedblleft.ss01" = -66; -"@MMK_R_quotedblright" = -56; -"@MMK_R_quoteright" = -56; -"@MMK_R_quoteright.ss01" = -65; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 25; -"@MMK_R_sevensuperior" = -62; -"@MMK_R_sixsuperior" = -38; -"@MMK_R_slash" = 30; -"@MMK_R_t" = -21; -"@MMK_R_threesuperior" = -37; -"@MMK_R_trademark" = -107; -"@MMK_R_twosuperior" = -33; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 62; -"@MMK_R_v" = -21; -"@MMK_R_w" = -15; -"@MMK_R_x" = 26; -"@MMK_R_y" = -23; -"@MMK_R_z" = 21; -"@MMK_R_zero" = -3; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = 15; -"@MMK_R_O" = -12; -"@MMK_R_S" = -2; -"@MMK_R_T" = -117; -"@MMK_R_U" = -28; -"@MMK_R_V" = -79; -"@MMK_R_W" = -57; -"@MMK_R_Y" = -122; -"@MMK_R_Z" = 11; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_e" = -15; -"@MMK_R_egrave" = -15; -"@MMK_R_f" = -29; -"@MMK_R_g" = -3; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_s" = 0; -"@MMK_R_t" = -32; -"@MMK_R_u" = -17; -"@MMK_R_z" = 16; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -133; -"@MMK_R_H" = -57; -"@MMK_R_I.ss02" = -86; -"@MMK_R_J" = -163; -"@MMK_R_O" = -47; -"@MMK_R_S" = -45; -"@MMK_R_T" = -83; -"@MMK_R_U" = -49; -"@MMK_R_V" = -65; -"@MMK_R_W" = -56; -"@MMK_R_Y" = -79; -"@MMK_R_Z" = -98; -"@MMK_R_a" = -78; -"@MMK_R_a.ss04" = -67; -"@MMK_R_e" = -79; -"@MMK_R_f" = -30; -"@MMK_R_g" = -75; -"@MMK_R_i" = -63; -"@MMK_R_j" = -63; -"@MMK_R_l" = -58; -"@MMK_R_n" = -67; -"@MMK_R_s" = -64; -"@MMK_R_t" = -30; -"@MMK_R_u" = -60; -"@MMK_R_z" = -54; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -125; -"@MMK_R_H" = -75; -"@MMK_R_I.ss02" = -157; -"@MMK_R_J" = -179; -"@MMK_R_O" = -52; -"@MMK_R_S" = -85; -"@MMK_R_T" = -195; -"@MMK_R_U" = -68; -"@MMK_R_V" = -114; -"@MMK_R_W" = -93; -"@MMK_R_Y" = -144; -"@MMK_R_Z" = -166; -"@MMK_R_a" = -68; -"@MMK_R_a.ss04" = -72; -"@MMK_R_e" = -68; -"@MMK_R_egrave" = -68; -"@MMK_R_f" = -63; -"@MMK_R_g" = -66; -"@MMK_R_i" = -77; -"@MMK_R_j" = -77; -"@MMK_R_l" = -77; -"@MMK_R_n" = -77; -"@MMK_R_s" = -64; -"@MMK_R_t" = -63; -"@MMK_R_u" = -71; -"@MMK_R_z" = -78; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -71; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -87; -"@MMK_R_O" = 2; -"@MMK_R_S" = 25; -"@MMK_R_T" = 0; -"@MMK_R_U" = 16; -"@MMK_R_V" = 26; -"@MMK_R_W" = 33; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 24; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -33; -"@MMK_R_a.ss04" = -23; -"@MMK_R_asterisk" = 20; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -36; -"@MMK_R_eight" = 15; -"@MMK_R_f" = 45; -"@MMK_R_five" = 10; -"@MMK_R_four" = -68; -"@MMK_R_g" = -30; -"@MMK_R_guillemetleft" = -69; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -111; -"@MMK_R_hyphen.case" = -47; -"@MMK_R_i" = 8; -"@MMK_R_j" = 8; -"@MMK_R_l" = 9; -"@MMK_R_n" = -2; -"@MMK_R_nine" = 28; -"@MMK_R_one" = 14; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 5; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = 17; -"@MMK_R_question" = 62; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 34; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 33; -"@MMK_R_s" = -19; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 50; -"@MMK_R_slash" = -82; -"@MMK_R_t" = 46; -"@MMK_R_three" = 19; -"@MMK_R_two" = 36; -"@MMK_R_u" = 0; -"@MMK_R_v" = 11; -"@MMK_R_w" = 7; -"@MMK_R_x" = 0; -"@MMK_R_y" = 12; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = -27; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -29; -"@MMK_R_O" = -55; -"@MMK_R_S" = -33; -"@MMK_R_T" = 0; -"@MMK_R_U" = -12; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 3; -"@MMK_R_a" = -65; -"@MMK_R_a.ss04" = -60; -"@MMK_R_asterisk" = -11; -"@MMK_R_bracketright" = 16; -"@MMK_R_colon" = -38; -"@MMK_R_colon.ss01" = -41; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -39; -"@MMK_R_e" = -63; -"@MMK_R_egrave" = -61; -"@MMK_R_eight" = -33; -"@MMK_R_ellipsis" = -46; -"@MMK_R_f" = -40; -"@MMK_R_five" = -24; -"@MMK_R_four" = -54; -"@MMK_R_g" = -11; -"@MMK_R_guillemetleft" = -63; -"@MMK_R_guillemetright" = -36; -"@MMK_R_hyphen" = -69; -"@MMK_R_i" = -12; -"@MMK_R_icircumflex" = 4; -"@MMK_R_j" = 60; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -10; -"@MMK_R_n" = -51; -"@MMK_R_nine" = -33; -"@MMK_R_one" = -39; -"@MMK_R_parenleft" = -40; -"@MMK_R_percent" = -34; -"@MMK_R_period" = -38; -"@MMK_R_period.ss01" = -46; -"@MMK_R_pi" = -51; -"@MMK_R_plus" = -78; -"@MMK_R_question" = -31; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -31; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = -5; -"@MMK_R_quoteright" = -5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -62; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -34; -"@MMK_R_three" = -29; -"@MMK_R_two" = -16; -"@MMK_R_u" = -66; -"@MMK_R_v" = -57; -"@MMK_R_w" = -57; -"@MMK_R_x" = -26; -"@MMK_R_y" = 3; -"@MMK_R_z" = -24; -"@MMK_R_zero" = -52; -}; -"@MMK_L_c" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = -20; -"@MMK_R_J" = -20; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -124; -"@MMK_R_U" = 0; -"@MMK_R_V" = -50; -"@MMK_R_W" = -27; -"@MMK_R_X" = -13; -"@MMK_R_Y" = -79; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -63; -"@MMK_R_asterisk" = -22; -"@MMK_R_braceright" = -62; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = -6; -"@MMK_R_colon.ss01" = -23; -"@MMK_R_comma" = -8; -"@MMK_R_comma.ss01" = -34; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -41; -"@MMK_R_exclam" = -3; -"@MMK_R_f" = -3; -"@MMK_R_fivesuperior" = -23; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -3; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -20; -"@MMK_R_one" = -47; -"@MMK_R_onesuperior" = -46; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -55; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = -26; -"@MMK_R_question.ss01" = -52; -"@MMK_R_quotedbl" = -29; -"@MMK_R_quotedblleft" = -44; -"@MMK_R_quotedblleft.ss01" = -57; -"@MMK_R_quotedblright" = -33; -"@MMK_R_quoteright" = -37; -"@MMK_R_quoteright.ss01" = -57; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -10; -"@MMK_R_sevensuperior" = -54; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -3; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -76; -"@MMK_R_twosuperior" = -12; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -3; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -4; -"@MMK_R_y" = 0; -"@MMK_R_z" = -5; -"@MMK_R_zero" = 0; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -76; -"@MMK_R_U" = 0; -"@MMK_R_V" = -23; -"@MMK_R_W" = -7; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -42; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -20; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -38; -"@MMK_R_e" = -22; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 0; -"@MMK_R_five" = -2; -"@MMK_R_four" = -49; -"@MMK_R_g" = -15; -"@MMK_R_guillemetleft" = -34; -"@MMK_R_guillemetright" = 28; -"@MMK_R_hyphen" = -65; -"@MMK_R_hyphen.case" = -8; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 4; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = -4; -"@MMK_R_parenright" = -32; -"@MMK_R_parenright.case" = 0; -"@MMK_R_pi" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_s" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 23; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 28; -"@MMK_R_y" = 0; -"@MMK_R_z" = 37; -"@MMK_R_zero" = 0; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -89; -"@MMK_R_bracketright" = -17; -"@MMK_R_eight" = -3; -"@MMK_R_five" = -13; -"@MMK_R_four" = -64; -"@MMK_R_guillemetleft" = -30; -"@MMK_R_guillemetright" = 30; -"@MMK_R_hyphen" = -86; -"@MMK_R_hyphen.case" = -89; -"@MMK_R_nine" = -9; -"@MMK_R_one" = -60; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 33; -"@MMK_R_quotedbl" = -89; -"@MMK_R_quotedblleft" = -89; -"@MMK_R_quotedblright" = -89; -"@MMK_R_quoteright" = -89; -"@MMK_R_seven" = -71; -"@MMK_R_three" = 0; -"@MMK_R_two" = 45; -"@MMK_R_zero" = -28; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 81; -"@MMK_R_O" = 51; -"@MMK_R_a" = 0; -"@MMK_R_bracketright" = 69; -"@MMK_R_colon" = 19; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_e" = 0; -"@MMK_R_eightsuperior" = 76; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = 106; -"@MMK_R_fivesuperior" = 86; -"@MMK_R_foursuperior" = 47; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 15; -"@MMK_R_j" = 15; -"@MMK_R_l" = 32; -"@MMK_R_l.ss02" = 33; -"@MMK_R_l.ss03" = 35; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = 88; -"@MMK_R_onesuperior" = 108; -"@MMK_R_parenright" = 110; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -38; -"@MMK_R_question" = 112; -"@MMK_R_question.ss01" = 63; -"@MMK_R_quotedbl" = 133; -"@MMK_R_quotedblleft" = 109; -"@MMK_R_quotedblleft.ss01" = 86; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 50; -"@MMK_R_sevensuperior" = 105; -"@MMK_R_sixsuperior" = 76; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 30; -"@MMK_R_threesuperior" = 78; -"@MMK_R_twosuperior" = 84; -"@MMK_R_u" = 12; -"@MMK_R_v" = 25; -"@MMK_R_w" = 20; -"@MMK_R_y" = 26; -"@MMK_R_z" = 10; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -122; -"@MMK_R_H" = -25; -"@MMK_R_I.ss02" = -32; -"@MMK_R_J" = -134; -"@MMK_R_O" = -27; -"@MMK_R_S" = -15; -"@MMK_R_T" = -32; -"@MMK_R_U" = -17; -"@MMK_R_V" = -11; -"@MMK_R_W" = -3; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = -47; -"@MMK_R_a" = -75; -"@MMK_R_a.ss04" = -67; -"@MMK_R_asterisk" = 9; -"@MMK_R_bracketright" = -39; -"@MMK_R_colon" = -24; -"@MMK_R_colon.ss01" = -46; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -77; -"@MMK_R_eight" = -23; -"@MMK_R_f" = -23; -"@MMK_R_five" = -23; -"@MMK_R_four" = -111; -"@MMK_R_g" = -73; -"@MMK_R_guillemetright" = -23; -"@MMK_R_hyphen" = -129; -"@MMK_R_hyphen.case" = -70; -"@MMK_R_i" = -42; -"@MMK_R_j" = -40; -"@MMK_R_l" = -28; -"@MMK_R_n" = -60; -"@MMK_R_nine" = -6; -"@MMK_R_one" = -13; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -32; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = -64; -"@MMK_R_semicolon" = -27; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -138; -"@MMK_R_t" = -23; -"@MMK_R_three" = -22; -"@MMK_R_two" = -8; -"@MMK_R_u" = -55; -"@MMK_R_z" = -44; -"@MMK_R_zero" = -25; -}; -"@MMK_L_e" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -25; -"@MMK_R_J" = -25; -"@MMK_R_O" = 10; -"@MMK_R_S" = 0; -"@MMK_R_T" = -130; -"@MMK_R_U" = 0; -"@MMK_R_V" = -50; -"@MMK_R_W" = -30; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -89; -"@MMK_R_Z" = -17; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -74; -"@MMK_R_asterisk" = -29; -"@MMK_R_braceright" = -73; -"@MMK_R_bracketright" = -65; -"@MMK_R_colon" = -14; -"@MMK_R_colon.ss01" = -32; -"@MMK_R_comma" = -16; -"@MMK_R_comma.ss01" = -40; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = -47; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = -6; -"@MMK_R_fivesuperior" = -28; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -26; -"@MMK_R_g" = 4; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 20; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = 20; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = -2; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = -2; -"@MMK_R_itilde" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = -2; -"@MMK_R_lslash" = 14; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -27; -"@MMK_R_one" = -52; -"@MMK_R_onesuperior" = -50; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -63; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -40; -"@MMK_R_question" = -36; -"@MMK_R_question.ss01" = -59; -"@MMK_R_quotedbl" = -39; -"@MMK_R_quotedblleft" = -54; -"@MMK_R_quotedblleft.ss01" = -65; -"@MMK_R_quotedblright" = -46; -"@MMK_R_quoteright" = -46; -"@MMK_R_quoteright.ss01" = -63; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = -16; -"@MMK_R_sevensuperior" = -58; -"@MMK_R_sixsuperior" = -24; -"@MMK_R_slash" = -8; -"@MMK_R_t" = -6; -"@MMK_R_threesuperior" = -15; -"@MMK_R_trademark" = -83; -"@MMK_R_twosuperior" = -12; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -14; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -10; -"@MMK_R_y" = -2; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 6; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -24; -"@MMK_R_J" = -25; -"@MMK_R_O" = 10; -"@MMK_R_S" = 0; -"@MMK_R_T" = -60; -"@MMK_R_U" = 0; -"@MMK_R_V" = -39; -"@MMK_R_W" = -28; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -59; -"@MMK_R_Z" = -15; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asterisk" = -28; -"@MMK_R_bracketright" = -61; -"@MMK_R_colon" = -14; -"@MMK_R_colon.ss01" = -32; -"@MMK_R_comma" = -16; -"@MMK_R_comma.ss01" = -40; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = -47; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = -6; -"@MMK_R_fivesuperior" = -27; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -26; -"@MMK_R_g" = 4; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 20; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = 20; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = 5; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = -2; -"@MMK_R_lslash" = 14; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -24; -"@MMK_R_one" = -47; -"@MMK_R_onesuperior" = -42; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -59; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -40; -"@MMK_R_question" = -27; -"@MMK_R_question.ss01" = -51; -"@MMK_R_quotedbl" = -39; -"@MMK_R_quotedblleft" = -54; -"@MMK_R_quotedblleft.ss01" = -64; -"@MMK_R_quotedblright" = -43; -"@MMK_R_quoteright" = -43; -"@MMK_R_quoteright.ss01" = -61; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = -16; -"@MMK_R_sevensuperior" = -48; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = -8; -"@MMK_R_t" = -6; -"@MMK_R_threesuperior" = -15; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -14; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -10; -"@MMK_R_y" = -2; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 6; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -3; -"@MMK_R_O" = 15; -"@MMK_R_S" = 22; -"@MMK_R_T" = -17; -"@MMK_R_U" = 5; -"@MMK_R_V" = -10; -"@MMK_R_W" = -5; -"@MMK_R_X" = -8; -"@MMK_R_Y" = -20; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asterisk" = 15; -"@MMK_R_bracketright" = -33; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_degree" = -23; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 13; -"@MMK_R_eight" = 25; -"@MMK_R_ellipsis" = -39; -"@MMK_R_f" = 2; -"@MMK_R_five" = 6; -"@MMK_R_four" = 27; -"@MMK_R_g" = 11; -"@MMK_R_guillemetleft" = 14; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 26; -"@MMK_R_hyphen.case" = -10; -"@MMK_R_i" = 6; -"@MMK_R_icircumflex" = 33; -"@MMK_R_j" = 6; -"@MMK_R_l" = 7; -"@MMK_R_n" = 5; -"@MMK_R_nine" = 16; -"@MMK_R_one" = 8; -"@MMK_R_parenleft" = 14; -"@MMK_R_parenright" = -27; -"@MMK_R_parenright.case" = -15; -"@MMK_R_percent" = 5; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -32; -"@MMK_R_pi" = 4; -"@MMK_R_plus" = -20; -"@MMK_R_question" = 9; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = 5; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 2; -"@MMK_R_three" = 24; -"@MMK_R_two" = 15; -"@MMK_R_u" = 11; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 14; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -35; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -70; -"@MMK_R_S" = -44; -"@MMK_R_T" = -133; -"@MMK_R_U" = -63; -"@MMK_R_V" = -155; -"@MMK_R_W" = -104; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -152; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -55; -"@MMK_R_a.ss04" = -33; -"@MMK_R_asterisk" = -156; -"@MMK_R_bracketright" = -46; -"@MMK_R_colon" = 0; -"@MMK_R_comma" = 19; -"@MMK_R_e" = -56; -"@MMK_R_egrave" = -56; -"@MMK_R_eight" = -39; -"@MMK_R_ellipsis" = -20; -"@MMK_R_f" = -59; -"@MMK_R_five" = -47; -"@MMK_R_four" = -90; -"@MMK_R_g" = -46; -"@MMK_R_guillemetleft" = -53; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -100; -"@MMK_R_hyphen.case" = -237; -"@MMK_R_i" = -37; -"@MMK_R_j" = -37; -"@MMK_R_l" = -37; -"@MMK_R_n" = -37; -"@MMK_R_nine" = -43; -"@MMK_R_one" = -82; -"@MMK_R_parenleft" = -51; -"@MMK_R_parenright" = -40; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 24; -"@MMK_R_pi" = -52; -"@MMK_R_question" = -103; -"@MMK_R_quotedbl" = -163; -"@MMK_R_quotedblleft" = -154; -"@MMK_R_quotedblright" = -154; -"@MMK_R_quoteright" = -89; -"@MMK_R_s" = -36; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -96; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -65; -"@MMK_R_three" = -34; -"@MMK_R_two" = -11; -"@MMK_R_u" = -55; -"@MMK_R_v" = -92; -"@MMK_R_w" = -74; -"@MMK_R_x" = -3; -"@MMK_R_y" = -77; -"@MMK_R_z" = -3; -"@MMK_R_zero" = -56; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -33; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 23; -"@MMK_R_J" = -42; -"@MMK_R_O" = 11; -"@MMK_R_S" = 11; -"@MMK_R_T" = 27; -"@MMK_R_U" = 16; -"@MMK_R_V" = 37; -"@MMK_R_W" = 39; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 36; -"@MMK_R_Z" = 22; -"@MMK_R_a" = -13; -"@MMK_R_a.ss04" = -7; -"@MMK_R_asciicircum" = -30; -"@MMK_R_asterisk" = 58; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -45; -"@MMK_R_comma.ss01" = -63; -"@MMK_R_e" = -14; -"@MMK_R_egrave" = -14; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -67; -"@MMK_R_exclam" = 16; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -33; -"@MMK_R_foursuperior" = 14; -"@MMK_R_g" = -11; -"@MMK_R_g.ss05" = -8; -"@MMK_R_guillemetleft" = -21; -"@MMK_R_guillemetright" = 35; -"@MMK_R_hyphen" = -41; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 21; -"@MMK_R_imacron" = 26; -"@MMK_R_itilde" = 27; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 23; -"@MMK_R_lslash" = -2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -4; -"@MMK_R_onesuperior" = 11; -"@MMK_R_oslash" = -14; -"@MMK_R_parenright" = 29; -"@MMK_R_period" = -41; -"@MMK_R_period.ss01" = -67; -"@MMK_R_question" = 29; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 34; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 14; -"@MMK_R_quoteright" = 14; -"@MMK_R_quoteright.ss01" = 6; -"@MMK_R_s" = -4; -"@MMK_R_semicolon" = 26; -"@MMK_R_sevensuperior" = 5; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -36; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 2; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = 5; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = -39; -"@MMK_R_v" = 24; -"@MMK_R_w" = 23; -"@MMK_R_x" = 4; -"@MMK_R_y" = 23; -"@MMK_R_z" = 12; -"@MMK_R_zero" = 6; -}; -"@MMK_L_five" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = -11; -"@MMK_R_O" = 22; -"@MMK_R_S" = 22; -"@MMK_R_T" = -3; -"@MMK_R_U" = 9; -"@MMK_R_V" = 10; -"@MMK_R_W" = 14; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 6; -"@MMK_R_a" = 25; -"@MMK_R_a.ss04" = 14; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = -22; -"@MMK_R_colon.ss01" = -36; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -37; -"@MMK_R_degree" = -48; -"@MMK_R_e" = 25; -"@MMK_R_egrave" = 25; -"@MMK_R_eight" = 23; -"@MMK_R_ellipsis" = -44; -"@MMK_R_f" = -15; -"@MMK_R_five" = 7; -"@MMK_R_four" = 38; -"@MMK_R_g" = 24; -"@MMK_R_guillemetleft" = 23; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = 41; -"@MMK_R_hyphen.case" = 10; -"@MMK_R_i" = 6; -"@MMK_R_icircumflex" = 15; -"@MMK_R_j" = 6; -"@MMK_R_l" = 8; -"@MMK_R_n" = 6; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -17; -"@MMK_R_parenleft" = 21; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 10; -"@MMK_R_percent" = -12; -"@MMK_R_period" = -8; -"@MMK_R_period.ss01" = -37; -"@MMK_R_pi" = -12; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -6; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -21; -"@MMK_R_quotedblleft.ss01" = -26; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -25; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = -18; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -15; -"@MMK_R_three" = 18; -"@MMK_R_two" = 0; -"@MMK_R_u" = 16; -"@MMK_R_v" = -10; -"@MMK_R_w" = -2; -"@MMK_R_x" = -11; -"@MMK_R_y" = -15; -"@MMK_R_z" = -8; -"@MMK_R_zero" = 19; -}; -"@MMK_L_four" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -46; -"@MMK_R_J" = -46; -"@MMK_R_O" = 16; -"@MMK_R_S" = 29; -"@MMK_R_T" = -49; -"@MMK_R_U" = 5; -"@MMK_R_V" = -46; -"@MMK_R_W" = -34; -"@MMK_R_X" = -24; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = -18; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -38; -"@MMK_R_bracketright" = -41; -"@MMK_R_colon" = -40; -"@MMK_R_colon.ss01" = -52; -"@MMK_R_comma" = -34; -"@MMK_R_comma.ss01" = -63; -"@MMK_R_degree" = -73; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = 30; -"@MMK_R_ellipsis" = -70; -"@MMK_R_f" = -24; -"@MMK_R_five" = 12; -"@MMK_R_four" = 32; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = -14; -"@MMK_R_hyphen" = 20; -"@MMK_R_hyphen.case" = -25; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -48; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -45; -"@MMK_R_parenright.case" = -33; -"@MMK_R_percent" = -44; -"@MMK_R_period" = -35; -"@MMK_R_period.ss01" = -64; -"@MMK_R_pi" = -15; -"@MMK_R_plus" = -28; -"@MMK_R_question" = -44; -"@MMK_R_quotedbl" = -49; -"@MMK_R_quotedblleft" = -54; -"@MMK_R_quotedblleft.ss01" = -59; -"@MMK_R_quotedblright" = -47; -"@MMK_R_quoteright" = -47; -"@MMK_R_quoteright.ss01" = -56; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -42; -"@MMK_R_seven" = -44; -"@MMK_R_slash" = -17; -"@MMK_R_t" = -24; -"@MMK_R_three" = 0; -"@MMK_R_two" = -5; -"@MMK_R_u" = 0; -"@MMK_R_v" = -26; -"@MMK_R_w" = -11; -"@MMK_R_x" = -33; -"@MMK_R_y" = -32; -"@MMK_R_z" = -36; -"@MMK_R_zero" = 15; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -49; -"@MMK_R_zero.dnom" = -24; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -12; -"@MMK_R_O" = 7; -"@MMK_R_S" = 0; -"@MMK_R_T" = -116; -"@MMK_R_U" = 0; -"@MMK_R_V" = -43; -"@MMK_R_W" = -23; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -63; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -68; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -27; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = -6; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -31; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -31; -"@MMK_R_one" = -29; -"@MMK_R_onesuperior" = -49; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -19; -"@MMK_R_period" = 3; -"@MMK_R_period.ss01" = -38; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -37; -"@MMK_R_quotedbl" = -25; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -46; -"@MMK_R_quotedblright" = -26; -"@MMK_R_quoteright" = -26; -"@MMK_R_quoteright.ss01" = -40; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -55; -"@MMK_R_sixsuperior" = -22; -"@MMK_R_slash" = 11; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -24; -"@MMK_R_trademark" = -78; -"@MMK_R_twosuperior" = -20; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 26; -"@MMK_R_H" = 14; -"@MMK_R_I.ss02" = 20; -"@MMK_R_J" = 11; -"@MMK_R_O" = 13; -"@MMK_R_S" = 20; -"@MMK_R_T" = -29; -"@MMK_R_U" = 13; -"@MMK_R_V" = 0; -"@MMK_R_W" = 21; -"@MMK_R_X" = 24; -"@MMK_R_Y" = -2; -"@MMK_R_Z" = 26; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -45; -"@MMK_R_asterisk" = 59; -"@MMK_R_braceright" = 20; -"@MMK_R_bracketright" = 21; -"@MMK_R_colon" = 31; -"@MMK_R_colon.ss01" = 19; -"@MMK_R_comma" = 64; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 19; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -9; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g.ss05" = 34; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 37; -"@MMK_R_hyphen" = -5; -"@MMK_R_icircumflex" = 28; -"@MMK_R_igrave" = 4; -"@MMK_R_imacron" = 29; -"@MMK_R_itilde" = 29; -"@MMK_R_j" = 14; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 3; -"@MMK_R_lslash" = 4; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 19; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 18; -"@MMK_R_parenright" = 41; -"@MMK_R_period" = 56; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = 42; -"@MMK_R_question.ss01" = 6; -"@MMK_R_quotedbl" = 29; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 48; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 65; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -3; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 63; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 23; -"@MMK_R_y" = 0; -"@MMK_R_z" = 17; -"@MMK_R_zero" = 14; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 26; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 18; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -73; -"@MMK_R_U" = 0; -"@MMK_R_V" = -12; -"@MMK_R_W" = 0; -"@MMK_R_X" = 30; -"@MMK_R_Y" = -32; -"@MMK_R_Z" = 23; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -10; -"@MMK_R_bracketright" = -36; -"@MMK_R_colon" = 28; -"@MMK_R_colon.ss01" = 17; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -23; -"@MMK_R_e" = -11; -"@MMK_R_egrave" = -12; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 40; -"@MMK_R_five" = 0; -"@MMK_R_four" = -15; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -34; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen" = -31; -"@MMK_R_hyphen.case" = -8; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 8; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 14; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -20; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 19; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_pi" = 40; -"@MMK_R_plus" = -23; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -30; -"@MMK_R_quotedblleft" = -32; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = -24; -"@MMK_R_quoteright" = -24; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 22; -"@MMK_R_seven" = 7; -"@MMK_R_slash" = 35; -"@MMK_R_t" = 38; -"@MMK_R_three" = 0; -"@MMK_R_two" = 26; -"@MMK_R_u" = 0; -"@MMK_R_v" = 31; -"@MMK_R_w" = 27; -"@MMK_R_x" = 37; -"@MMK_R_y" = 32; -"@MMK_R_z" = 45; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = -10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -26; -"@MMK_R_J" = -24; -"@MMK_R_O" = 12; -"@MMK_R_S" = 5; -"@MMK_R_T" = -114; -"@MMK_R_U" = 0; -"@MMK_R_V" = -62; -"@MMK_R_W" = -33; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -102; -"@MMK_R_Z" = -19; -"@MMK_R_a" = 20; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asterisk" = -69; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = -34; -"@MMK_R_colon.ss01" = -33; -"@MMK_R_comma" = -35; -"@MMK_R_comma.ss01" = -48; -"@MMK_R_e" = 23; -"@MMK_R_egrave" = 23; -"@MMK_R_eight" = 14; -"@MMK_R_ellipsis" = -53; -"@MMK_R_f" = -16; -"@MMK_R_five" = 0; -"@MMK_R_four" = 26; -"@MMK_R_g" = 21; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -34; -"@MMK_R_hyphen" = 35; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 25; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -57; -"@MMK_R_parenleft" = 11; -"@MMK_R_parenright" = -71; -"@MMK_R_parenright.case" = -37; -"@MMK_R_percent" = -21; -"@MMK_R_period" = -32; -"@MMK_R_period.ss01" = -47; -"@MMK_R_pi" = -13; -"@MMK_R_plus" = -6; -"@MMK_R_question" = -41; -"@MMK_R_quotedbl" = -79; -"@MMK_R_quotedblleft" = -85; -"@MMK_R_quotedblleft.ss01" = -67; -"@MMK_R_quotedblright" = -80; -"@MMK_R_quoteright" = -80; -"@MMK_R_quoteright.ss01" = -64; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -36; -"@MMK_R_seven" = -44; -"@MMK_R_slash" = -11; -"@MMK_R_t" = -16; -"@MMK_R_three" = 0; -"@MMK_R_two" = -17; -"@MMK_R_u" = 2; -"@MMK_R_v" = -12; -"@MMK_R_w" = -2; -"@MMK_R_x" = -23; -"@MMK_R_y" = -17; -"@MMK_R_z" = -21; -"@MMK_R_zero" = 10; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -17; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -77; -"@MMK_R_J" = -90; -"@MMK_R_O" = 26; -"@MMK_R_S" = 0; -"@MMK_R_T" = -110; -"@MMK_R_U" = 12; -"@MMK_R_V" = -68; -"@MMK_R_W" = -37; -"@MMK_R_X" = -50; -"@MMK_R_Y" = -117; -"@MMK_R_Z" = -44; -"@MMK_R_a" = 30; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -111; -"@MMK_R_bracketright" = -69; -"@MMK_R_colon" = -79; -"@MMK_R_colon.ss01" = -71; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = 32; -"@MMK_R_egrave" = 32; -"@MMK_R_eight" = 26; -"@MMK_R_f" = -30; -"@MMK_R_five" = 0; -"@MMK_R_four" = 42; -"@MMK_R_g" = 31; -"@MMK_R_guillemetleft" = 35; -"@MMK_R_guillemetright" = -22; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 14; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -9; -"@MMK_R_one" = -62; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -76; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = -20; -"@MMK_R_plus" = -23; -"@MMK_R_question" = -95; -"@MMK_R_quotedbl" = -83; -"@MMK_R_quotedblleft" = -154; -"@MMK_R_quotedblleft.ss01" = -81; -"@MMK_R_quotedblright" = -154; -"@MMK_R_quoteright" = -89; -"@MMK_R_quoteright.ss01" = -151; -"@MMK_R_s" = -4; -"@MMK_R_semicolon" = -79; -"@MMK_R_seven" = -88; -"@MMK_R_slash" = -24; -"@MMK_R_t" = -29; -"@MMK_R_three" = -5; -"@MMK_R_two" = -35; -"@MMK_R_u" = 10; -"@MMK_R_v" = -20; -"@MMK_R_w" = -9; -"@MMK_R_x" = -56; -"@MMK_R_y" = -27; -"@MMK_R_z" = -56; -"@MMK_R_zero" = 28; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -42; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -77; -"@MMK_R_J" = -96; -"@MMK_R_O" = 39; -"@MMK_R_S" = -16; -"@MMK_R_T" = -109; -"@MMK_R_U" = 12; -"@MMK_R_V" = -43; -"@MMK_R_W" = -20; -"@MMK_R_X" = -86; -"@MMK_R_Y" = -83; -"@MMK_R_Z" = -89; -"@MMK_R_asterisk" = -47; -"@MMK_R_colon" = -31; -"@MMK_R_colon.ss01" = -23; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_eight" = -10; -"@MMK_R_five" = 18; -"@MMK_R_four" = -7; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -3; -"@MMK_R_nine" = 6; -"@MMK_R_one" = -62; -"@MMK_R_parenright.case" = -65; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_plus" = 6; -"@MMK_R_question" = -67; -"@MMK_R_quotedbl" = -47; -"@MMK_R_quotedblleft" = -76; -"@MMK_R_quotedblleft.ss01" = -69; -"@MMK_R_quotedblright" = -78; -"@MMK_R_quoteright" = -78; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_semicolon" = -34; -"@MMK_R_seven" = -61; -"@MMK_R_slash" = -50; -"@MMK_R_three" = -41; -"@MMK_R_two" = -37; -"@MMK_R_zero" = 29; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -9; -"@MMK_R_O" = 7; -"@MMK_R_S" = 4; -"@MMK_R_T" = -21; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -15; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -63; -"@MMK_R_asterisk" = 9; -"@MMK_R_braceright" = -11; -"@MMK_R_bracketright" = -11; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 2; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_one" = -17; -"@MMK_R_onesuperior" = -7; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -17; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -38; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -28; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -22; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -19; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -12; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -11; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = -2; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 25; -"@MMK_R_I.ss02" = 8; -"@MMK_R_O" = 26; -"@MMK_R_S" = 39; -"@MMK_R_U" = 36; -"@MMK_R_V" = 32; -"@MMK_R_X" = 6; -"@MMK_R_Y" = 14; -"@MMK_R_Z" = 0; -"@MMK_R_bracketright" = 5; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 13; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = 37; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = 15; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 8; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 4; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 29; -"@MMK_R_one" = 50; -"@MMK_R_onesuperior" = 13; -"@MMK_R_parenright" = 2; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -38; -"@MMK_R_question" = 57; -"@MMK_R_question.ss01" = 28; -"@MMK_R_quotedbl" = 64; -"@MMK_R_quotedblleft" = 44; -"@MMK_R_quotedblleft.ss01" = 27; -"@MMK_R_quotedblright" = 41; -"@MMK_R_quoteright" = 41; -"@MMK_R_quoteright.ss01" = 16; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = 25; -"@MMK_R_sixsuperior" = 24; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = 5; -"@MMK_R_twosuperior" = 17; -"@MMK_R_u" = 10; -"@MMK_R_v" = 4; -"@MMK_R_w" = 2; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 9; -"@MMK_R_I.ss02" = 31; -"@MMK_R_J" = -4; -"@MMK_R_O" = 8; -"@MMK_R_S" = 14; -"@MMK_R_T" = 19; -"@MMK_R_U" = 19; -"@MMK_R_V" = 37; -"@MMK_R_W" = 44; -"@MMK_R_X" = 18; -"@MMK_R_Y" = 37; -"@MMK_R_Z" = 20; -"@MMK_R_asciicircum" = -59; -"@MMK_R_asterisk" = 43; -"@MMK_R_braceright" = 14; -"@MMK_R_bracketright" = 14; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 4; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 23; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = 44; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -38; -"@MMK_R_question" = 17; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 34; -"@MMK_R_quotedblleft" = 15; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 13; -"@MMK_R_quoteright" = 13; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = 20; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 5; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 9; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -108; -"@MMK_R_U" = -2; -"@MMK_R_V" = -32; -"@MMK_R_W" = -14; -"@MMK_R_X" = 22; -"@MMK_R_Y" = -51; -"@MMK_R_Z" = 18; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -47; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -25; -"@MMK_R_bracketright" = -25; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 16; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -16; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 4; -"@MMK_R_f" = 11; -"@MMK_R_fivesuperior" = -22; -"@MMK_R_four" = -42; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 38; -"@MMK_R_hyphen" = -55; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -9; -"@MMK_R_ninesuperior" = -28; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -53; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -15; -"@MMK_R_period" = 20; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -14; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -17; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 24; -"@MMK_R_sevensuperior" = -65; -"@MMK_R_sixsuperior" = -16; -"@MMK_R_slash" = 19; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = -23; -"@MMK_R_trademark" = -70; -"@MMK_R_twosuperior" = -38; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 46; -"@MMK_R_v" = 7; -"@MMK_R_w" = 4; -"@MMK_R_x" = 23; -"@MMK_R_y" = 6; -"@MMK_R_z" = 23; -"@MMK_R_zero" = 0; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -6; -"@MMK_R_O" = 7; -"@MMK_R_S" = 9; -"@MMK_R_T" = -13; -"@MMK_R_U" = 11; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asciicircum" = -58; -"@MMK_R_asterisk" = 8; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 2; -"@MMK_R_itilde" = 2; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = -11; -"@MMK_R_onesuperior" = -6; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -38; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -17; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 29; -"@MMK_R_I.ss02" = 26; -"@MMK_R_J" = 13; -"@MMK_R_O" = -11; -"@MMK_R_S" = 0; -"@MMK_R_T" = -30; -"@MMK_R_U" = -5; -"@MMK_R_V" = -14; -"@MMK_R_W" = -8; -"@MMK_R_X" = 27; -"@MMK_R_Y" = -19; -"@MMK_R_Z" = 27; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -78; -"@MMK_R_asterisk" = -10; -"@MMK_R_braceright" = -13; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 19; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -22; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 16; -"@MMK_R_f" = -13; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = -20; -"@MMK_R_foursuperior" = -31; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 33; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = 39; -"@MMK_R_hyphen" = -20; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = -5; -"@MMK_R_ninesuperior" = -24; -"@MMK_R_one" = -21; -"@MMK_R_onesuperior" = -29; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -12; -"@MMK_R_period" = 25; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -17; -"@MMK_R_question.ss01" = -29; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -23; -"@MMK_R_quotedblleft.ss01" = -32; -"@MMK_R_quotedblright" = -18; -"@MMK_R_quoteright" = -18; -"@MMK_R_quoteright.ss01" = -33; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 25; -"@MMK_R_sevensuperior" = -25; -"@MMK_R_sixsuperior" = -25; -"@MMK_R_slash" = 30; -"@MMK_R_t" = -13; -"@MMK_R_threesuperior" = -28; -"@MMK_R_trademark" = -49; -"@MMK_R_twosuperior" = -24; -"@MMK_R_u" = -6; -"@MMK_R_underscore" = 62; -"@MMK_R_v" = -16; -"@MMK_R_w" = -11; -"@MMK_R_x" = 26; -"@MMK_R_y" = -17; -"@MMK_R_z" = 22; -"@MMK_R_zero" = -3; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 69; -"@MMK_R_colon" = 19; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = 76; -"@MMK_R_exclam" = 106; -"@MMK_R_f" = 30; -"@MMK_R_fivesuperior" = 86; -"@MMK_R_foursuperior" = 47; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 15; -"@MMK_R_j" = 15; -"@MMK_R_l" = 32; -"@MMK_R_l.ss03" = 35; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = 88; -"@MMK_R_onesuperior" = 108; -"@MMK_R_parenright" = 110; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -38; -"@MMK_R_question" = 112; -"@MMK_R_question.ss01" = 63; -"@MMK_R_quotedbl" = 133; -"@MMK_R_quotedblleft" = 109; -"@MMK_R_quotedblleft.ss01" = 86; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 50; -"@MMK_R_sevensuperior" = 105; -"@MMK_R_sixsuperior" = 76; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 30; -"@MMK_R_threesuperior" = 78; -"@MMK_R_twosuperior" = 84; -"@MMK_R_u" = 12; -"@MMK_R_v" = 25; -"@MMK_R_z" = 10; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = -31; -"@MMK_R_H" = -20; -"@MMK_R_I.ss02" = -63; -"@MMK_R_J" = -65; -"@MMK_R_O" = 0; -"@MMK_R_S" = -15; -"@MMK_R_T" = -152; -"@MMK_R_V" = -74; -"@MMK_R_W" = -47; -"@MMK_R_Y" = -113; -"@MMK_R_Z" = -55; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = -18; -"@MMK_R_e" = -2; -"@MMK_R_f" = -38; -"@MMK_R_g" = -3; -"@MMK_R_i" = -19; -"@MMK_R_j" = -19; -"@MMK_R_l" = -19; -"@MMK_R_n" = -19; -"@MMK_R_s" = -20; -"@MMK_R_t" = -38; -"@MMK_R_z" = -55; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = -5; -"@MMK_R_U" = 2; -"@MMK_R_X" = -11; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 11; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = -16; -"@MMK_R_comma.ss01" = -43; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -48; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 8; -"@MMK_R_hyphen" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -12; -"@MMK_R_parenright" = -11; -"@MMK_R_period" = -13; -"@MMK_R_period.ss01" = -47; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -26; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -20; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -15; -"@MMK_R_sixsuperior" = 2; -"@MMK_R_slash" = -10; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 6; -"@MMK_R_v" = 4; -"@MMK_R_w" = 21; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = 0; -"@MMK_R_J" = -2; -"@MMK_R_O" = 11; -"@MMK_R_S" = 0; -"@MMK_R_T" = -138; -"@MMK_R_U" = -4; -"@MMK_R_V" = -57; -"@MMK_R_W" = -34; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -96; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -81; -"@MMK_R_asterisk" = -33; -"@MMK_R_braceright" = -46; -"@MMK_R_bracketright" = -46; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -20; -"@MMK_R_comma" = 7; -"@MMK_R_comma.ss01" = -25; -"@MMK_R_e" = 10; -"@MMK_R_egrave" = 10; -"@MMK_R_eightsuperior" = -25; -"@MMK_R_ellipsis" = -30; -"@MMK_R_exclam" = -3; -"@MMK_R_f" = -13; -"@MMK_R_fivesuperior" = -36; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 2; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 10; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 6; -"@MMK_R_ninesuperior" = -35; -"@MMK_R_one" = -51; -"@MMK_R_onesuperior" = -58; -"@MMK_R_oslash" = 10; -"@MMK_R_parenright" = -42; -"@MMK_R_period" = 10; -"@MMK_R_period.ss01" = -32; -"@MMK_R_question" = -36; -"@MMK_R_question.ss01" = -61; -"@MMK_R_quotedbl" = -46; -"@MMK_R_quotedblleft" = -57; -"@MMK_R_quotedblleft.ss01" = -67; -"@MMK_R_quotedblright" = -50; -"@MMK_R_quoteright" = -50; -"@MMK_R_quoteright.ss01" = -64; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -4; -"@MMK_R_sevensuperior" = -64; -"@MMK_R_sixsuperior" = -29; -"@MMK_R_slash" = 10; -"@MMK_R_t" = -13; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -88; -"@MMK_R_twosuperior" = -22; -"@MMK_R_underscore" = 10; -"@MMK_R_v" = -11; -"@MMK_R_w" = -5; -"@MMK_R_x" = 0; -"@MMK_R_y" = -13; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 8; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = -19; -"@MMK_R_I.ss02" = -23; -"@MMK_R_J" = -27; -"@MMK_R_O" = 27; -"@MMK_R_S" = 10; -"@MMK_R_T" = -24; -"@MMK_R_U" = 10; -"@MMK_R_V" = -14; -"@MMK_R_W" = -4; -"@MMK_R_X" = -29; -"@MMK_R_Y" = -24; -"@MMK_R_Z" = -22; -"@MMK_R_a" = 17; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asterisk" = 11; -"@MMK_R_bracketright" = -42; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -32; -"@MMK_R_comma.ss01" = -57; -"@MMK_R_degree" = -22; -"@MMK_R_e" = 19; -"@MMK_R_egrave" = 19; -"@MMK_R_eight" = 11; -"@MMK_R_ellipsis" = -61; -"@MMK_R_f" = 15; -"@MMK_R_five" = 6; -"@MMK_R_four" = 13; -"@MMK_R_g" = 19; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = 20; -"@MMK_R_hyphen.case" = 29; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 28; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 19; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 17; -"@MMK_R_parenright" = -36; -"@MMK_R_parenright.case" = -27; -"@MMK_R_percent" = 19; -"@MMK_R_period" = -31; -"@MMK_R_period.ss01" = -57; -"@MMK_R_pi" = 15; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 6; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 8; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 9; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 15; -"@MMK_R_three" = 0; -"@MMK_R_two" = 3; -"@MMK_R_u" = 9; -"@MMK_R_v" = 20; -"@MMK_R_w" = 19; -"@MMK_R_x" = 0; -"@MMK_R_y" = 16; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 22; -}; -"@MMK_L_o" = { -"@MMK_R_A" = -3; -"@MMK_R_I.ss02" = -35; -"@MMK_R_J" = -33; -"@MMK_R_O" = 24; -"@MMK_R_S" = 0; -"@MMK_R_T" = -128; -"@MMK_R_U" = 8; -"@MMK_R_V" = -53; -"@MMK_R_W" = -31; -"@MMK_R_X" = -20; -"@MMK_R_Y" = -99; -"@MMK_R_Z" = -15; -"@MMK_R_a" = 22; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -79; -"@MMK_R_asterisk" = -36; -"@MMK_R_braceright" = -66; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = -24; -"@MMK_R_colon.ss01" = -40; -"@MMK_R_comma" = -24; -"@MMK_R_comma.ss01" = -50; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eightsuperior" = -20; -"@MMK_R_ellipsis" = -56; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = -7; -"@MMK_R_fivesuperior" = -32; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -32; -"@MMK_R_g" = 22; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 23; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = 33; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 24; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -47; -"@MMK_R_onesuperior" = -50; -"@MMK_R_oslash" = 24; -"@MMK_R_parenright" = -70; -"@MMK_R_period" = -24; -"@MMK_R_period.ss01" = -51; -"@MMK_R_question" = -40; -"@MMK_R_question.ss01" = -63; -"@MMK_R_quotedbl" = -46; -"@MMK_R_quotedblleft" = -61; -"@MMK_R_quotedblleft.ss01" = -70; -"@MMK_R_quotedblright" = -51; -"@MMK_R_quoteright" = -51; -"@MMK_R_quoteright.ss01" = -66; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -26; -"@MMK_R_sevensuperior" = -52; -"@MMK_R_sixsuperior" = -26; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -7; -"@MMK_R_threesuperior" = -20; -"@MMK_R_trademark" = -87; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -23; -"@MMK_R_v" = -6; -"@MMK_R_w" = 0; -"@MMK_R_x" = -16; -"@MMK_R_y" = -9; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 25; -}; -"@MMK_L_p" = { -"@MMK_R_A" = -3; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -34; -"@MMK_R_J" = -31; -"@MMK_R_O" = 24; -"@MMK_R_S" = 0; -"@MMK_R_T" = -131; -"@MMK_R_U" = 5; -"@MMK_R_V" = -53; -"@MMK_R_W" = -32; -"@MMK_R_X" = -20; -"@MMK_R_Y" = -96; -"@MMK_R_Z" = -14; -"@MMK_R_a" = 19; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -79; -"@MMK_R_asterisk" = -34; -"@MMK_R_braceright" = -68; -"@MMK_R_bracketright" = -65; -"@MMK_R_colon" = -20; -"@MMK_R_colon.ss01" = -38; -"@MMK_R_comma" = -22; -"@MMK_R_comma.ss01" = -48; -"@MMK_R_e" = 21; -"@MMK_R_egrave" = 22; -"@MMK_R_eightsuperior" = -21; -"@MMK_R_ellipsis" = -55; -"@MMK_R_exclam" = -3; -"@MMK_R_f" = -7; -"@MMK_R_fivesuperior" = -32; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -31; -"@MMK_R_g" = 20; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 20; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = 30; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 22; -"@MMK_R_ninesuperior" = -31; -"@MMK_R_one" = -47; -"@MMK_R_onesuperior" = -54; -"@MMK_R_oslash" = 22; -"@MMK_R_parenright" = -70; -"@MMK_R_period" = -23; -"@MMK_R_period.ss01" = -50; -"@MMK_R_question" = -37; -"@MMK_R_question.ss01" = -63; -"@MMK_R_quotedbl" = -45; -"@MMK_R_quotedblleft" = -59; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -51; -"@MMK_R_quoteright" = -51; -"@MMK_R_quoteright.ss01" = -66; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = -23; -"@MMK_R_sevensuperior" = -60; -"@MMK_R_sixsuperior" = -29; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -7; -"@MMK_R_threesuperior" = -20; -"@MMK_R_trademark" = -87; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = 7; -"@MMK_R_underscore" = -10; -"@MMK_R_v" = -6; -"@MMK_R_w" = 0; -"@MMK_R_x" = -14; -"@MMK_R_y" = -9; -"@MMK_R_z" = -16; -"@MMK_R_zero" = 23; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -21; -"@MMK_R_O" = -59; -"@MMK_R_S" = -23; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = 14; -"@MMK_R_W" = 23; -"@MMK_R_X" = 15; -"@MMK_R_Y" = 12; -"@MMK_R_Z" = 18; -"@MMK_R_a" = -71; -"@MMK_R_a.ss04" = -47; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 6; -"@MMK_R_colon" = -32; -"@MMK_R_colon.ss01" = -35; -"@MMK_R_comma" = 16; -"@MMK_R_comma.ss01" = 19; -"@MMK_R_degree" = -33; -"@MMK_R_e" = -70; -"@MMK_R_egrave" = -65; -"@MMK_R_eight" = -27; -"@MMK_R_ellipsis" = -40; -"@MMK_R_f" = -39; -"@MMK_R_five" = -6; -"@MMK_R_four" = -55; -"@MMK_R_g" = -9; -"@MMK_R_guillemetleft" = -71; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = -76; -"@MMK_R_i" = -18; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 98; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -11; -"@MMK_R_n" = -50; -"@MMK_R_nine" = -23; -"@MMK_R_one" = -18; -"@MMK_R_parenleft" = -48; -"@MMK_R_parenright" = 17; -"@MMK_R_percent" = -21; -"@MMK_R_period" = -28; -"@MMK_R_period.ss01" = -39; -"@MMK_R_pi" = -41; -"@MMK_R_plus" = -79; -"@MMK_R_question" = -22; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -51; -"@MMK_R_semicolon" = 12; -"@MMK_R_seven" = 36; -"@MMK_R_slash" = 35; -"@MMK_R_t" = -39; -"@MMK_R_three" = -23; -"@MMK_R_two" = -13; -"@MMK_R_u" = -72; -"@MMK_R_v" = -45; -"@MMK_R_w" = -48; -"@MMK_R_x" = -13; -"@MMK_R_y" = 16; -"@MMK_R_z" = -17; -"@MMK_R_zero" = -49; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 44; -"@MMK_R_J" = 6; -"@MMK_R_O" = -53; -"@MMK_R_S" = -17; -"@MMK_R_T" = 0; -"@MMK_R_U" = 7; -"@MMK_R_V" = 18; -"@MMK_R_W" = 27; -"@MMK_R_X" = 45; -"@MMK_R_Y" = 12; -"@MMK_R_Z" = 61; -"@MMK_R_asterisk" = 4; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 22; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -33; -"@MMK_R_eight" = -15; -"@MMK_R_ellipsis" = 0; -"@MMK_R_five" = -2; -"@MMK_R_four" = -34; -"@MMK_R_guillemetleft" = -36; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = -65; -"@MMK_R_nine" = -15; -"@MMK_R_one" = -15; -"@MMK_R_parenright.case" = 18; -"@MMK_R_percent" = -16; -"@MMK_R_period" = 8; -"@MMK_R_period.ss01" = 0; -"@MMK_R_plus" = -66; -"@MMK_R_question" = -19; -"@MMK_R_quotedbl" = 20; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_semicolon" = 13; -"@MMK_R_seven" = 40; -"@MMK_R_slash" = 81; -"@MMK_R_three" = -9; -"@MMK_R_two" = 37; -"@MMK_R_zero" = -26; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = -4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -16; -"@MMK_R_J" = -22; -"@MMK_R_O" = 26; -"@MMK_R_S" = 7; -"@MMK_R_T" = -48; -"@MMK_R_U" = 5; -"@MMK_R_V" = -24; -"@MMK_R_W" = -13; -"@MMK_R_X" = -15; -"@MMK_R_Y" = -35; -"@MMK_R_Z" = -10; -"@MMK_R_a" = 17; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -40; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = -13; -"@MMK_R_comma.ss01" = -41; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eight" = 14; -"@MMK_R_f" = 0; -"@MMK_R_five" = 6; -"@MMK_R_four" = 0; -"@MMK_R_g" = 17; -"@MMK_R_guillemetleft" = 11; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 20; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 17; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 11; -"@MMK_R_one" = -18; -"@MMK_R_parenleft" = 16; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = -18; -"@MMK_R_period.ss01" = -49; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -7; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -28; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -28; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = -7; -"@MMK_R_seven" = -5; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 8; -"@MMK_R_v" = 0; -"@MMK_R_w" = 8; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -5; -"@MMK_R_zero" = 21; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -57; -"@MMK_R_bracketright" = -52; -"@MMK_R_colon" = -23; -"@MMK_R_colon.ss01" = -42; -"@MMK_R_comma" = -16; -"@MMK_R_comma.ss01" = -42; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = 14; -"@MMK_R_hyphen.case" = -10; -"@MMK_R_parenright" = -56; -"@MMK_R_parenright.case" = -21; -"@MMK_R_period" = -13; -"@MMK_R_period.ss01" = -41; -"@MMK_R_question" = -76; -"@MMK_R_quotedbl" = -65; -"@MMK_R_quotedblleft" = -83; -"@MMK_R_quotedblleft.ss01" = -77; -"@MMK_R_quotedblright" = -71; -"@MMK_R_quoteright" = -71; -"@MMK_R_quoteright.ss01" = -77; -"@MMK_R_semicolon" = -25; -"@MMK_R_slash" = 0; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 21; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 19; -"@MMK_R_O" = -43; -"@MMK_R_S" = -7; -"@MMK_R_T" = -85; -"@MMK_R_U" = -33; -"@MMK_R_V" = -85; -"@MMK_R_W" = -75; -"@MMK_R_X" = 23; -"@MMK_R_Y" = -85; -"@MMK_R_Z" = 49; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -85; -"@MMK_R_bracketright" = -38; -"@MMK_R_colon" = 32; -"@MMK_R_e" = -24; -"@MMK_R_eight" = -2; -"@MMK_R_f" = -29; -"@MMK_R_five" = -11; -"@MMK_R_four" = -64; -"@MMK_R_g" = -11; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -85; -"@MMK_R_hyphen.case" = -85; -"@MMK_R_i" = 0; -"@MMK_R_j" = 3; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -7; -"@MMK_R_one" = -62; -"@MMK_R_parenleft" = -18; -"@MMK_R_parenright" = -29; -"@MMK_R_parenright.case" = 8; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -19; -"@MMK_R_question" = -85; -"@MMK_R_quotedbl" = -85; -"@MMK_R_quotedblleft" = -85; -"@MMK_R_quotedblright" = -85; -"@MMK_R_quoteright" = -85; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 32; -"@MMK_R_seven" = -72; -"@MMK_R_slash" = 51; -"@MMK_R_t" = -37; -"@MMK_R_three" = 0; -"@MMK_R_two" = 40; -"@MMK_R_u" = -24; -"@MMK_R_v" = -72; -"@MMK_R_w" = -51; -"@MMK_R_x" = 22; -"@MMK_R_y" = -48; -"@MMK_R_z" = 43; -"@MMK_R_zero" = -30; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -36; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = -65; -"@MMK_R_S" = -37; -"@MMK_R_T" = -82; -"@MMK_R_U" = -58; -"@MMK_R_V" = -82; -"@MMK_R_W" = -82; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -155; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -50; -"@MMK_R_a.ss04" = -28; -"@MMK_R_asterisk" = -82; -"@MMK_R_bracketright" = -46; -"@MMK_R_colon.ss01" = -23; -"@MMK_R_comma.ss01" = -23; -"@MMK_R_e" = -51; -"@MMK_R_egrave" = -51; -"@MMK_R_eight" = -32; -"@MMK_R_f" = -59; -"@MMK_R_five" = -40; -"@MMK_R_four" = -82; -"@MMK_R_g" = -45; -"@MMK_R_guillemetleft" = -47; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -82; -"@MMK_R_hyphen.case" = -82; -"@MMK_R_i" = -38; -"@MMK_R_j" = -38; -"@MMK_R_l" = -38; -"@MMK_R_n" = -38; -"@MMK_R_nine" = -37; -"@MMK_R_one" = -81; -"@MMK_R_parenleft" = -49; -"@MMK_R_parenright" = -40; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_pi" = -52; -"@MMK_R_quotedbl" = -82; -"@MMK_R_quotedblleft.ss01" = -82; -"@MMK_R_quoteright.ss01" = -82; -"@MMK_R_s" = -30; -"@MMK_R_seven" = -82; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -63; -"@MMK_R_three" = -27; -"@MMK_R_two" = -11; -"@MMK_R_u" = -51; -"@MMK_R_v" = -82; -"@MMK_R_w" = -73; -"@MMK_R_x" = -4; -"@MMK_R_y" = -78; -"@MMK_R_z" = -6; -"@MMK_R_zero" = -56; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -48; -"@MMK_R_H" = -21; -"@MMK_R_I.ss02" = -82; -"@MMK_R_J" = -105; -"@MMK_R_O" = 0; -"@MMK_R_S" = -28; -"@MMK_R_T" = -120; -"@MMK_R_U" = -11; -"@MMK_R_V" = -51; -"@MMK_R_W" = -30; -"@MMK_R_Y" = -85; -"@MMK_R_Z" = -88; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = -12; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = -25; -"@MMK_R_g" = -2; -"@MMK_R_i" = -21; -"@MMK_R_j" = -21; -"@MMK_R_l" = -21; -"@MMK_R_n" = -21; -"@MMK_R_s" = -5; -"@MMK_R_t" = -24; -"@MMK_R_u" = -17; -"@MMK_R_z" = -38; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -77; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -20; -"@MMK_R_J" = -77; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -20; -"@MMK_R_U" = 6; -"@MMK_R_V" = 0; -"@MMK_R_W" = 4; -"@MMK_R_X" = -31; -"@MMK_R_Y" = -2; -"@MMK_R_Z" = -28; -"@MMK_R_a" = -29; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asterisk" = 44; -"@MMK_R_bracketright" = -32; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -30; -"@MMK_R_f" = 0; -"@MMK_R_g" = -26; -"@MMK_R_guillemetleft" = -35; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = -60; -"@MMK_R_hyphen.case" = -18; -"@MMK_R_i" = -9; -"@MMK_R_j" = -9; -"@MMK_R_l" = 0; -"@MMK_R_n" = -18; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -24; -"@MMK_R_parenright.case" = -21; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = 0; -"@MMK_R_question" = 33; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 19; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 19; -"@MMK_R_quoteright" = 19; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -21; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -70; -"@MMK_R_t" = 0; -"@MMK_R_u" = -11; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -13; -"@MMK_R_y" = 0; -"@MMK_R_z" = -13; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -6; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -65; -"@MMK_R_S" = -30; -"@MMK_R_T" = -123; -"@MMK_R_U" = -55; -"@MMK_R_V" = -124; -"@MMK_R_W" = -81; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -132; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -37; -"@MMK_R_a.ss04" = -14; -"@MMK_R_e" = -39; -"@MMK_R_eight" = -25; -"@MMK_R_f" = -38; -"@MMK_R_five" = -31; -"@MMK_R_four" = -95; -"@MMK_R_g" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = -8; -"@MMK_R_j" = 41; -"@MMK_R_l" = -8; -"@MMK_R_n" = -8; -"@MMK_R_nine" = -27; -"@MMK_R_one" = -70; -"@MMK_R_parenright" = 33; -"@MMK_R_quotedbl" = -83; -"@MMK_R_quotedblleft" = -117; -"@MMK_R_quoteright" = -89; -"@MMK_R_s" = -19; -"@MMK_R_seven" = -80; -"@MMK_R_t" = -46; -"@MMK_R_three" = -20; -"@MMK_R_two" = 0; -"@MMK_R_u" = -35; -"@MMK_R_v" = -77; -"@MMK_R_w" = -57; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -39; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -83; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 8; -"@MMK_R_J" = -110; -"@MMK_R_O" = -2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 29; -"@MMK_R_W" = 25; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 19; -"@MMK_R_Z" = -8; -"@MMK_R_a" = -44; -"@MMK_R_a.ss04" = -32; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_degree" = -3; -"@MMK_R_e" = -45; -"@MMK_R_egrave" = -45; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -163; -"@MMK_R_f" = 16; -"@MMK_R_five" = 0; -"@MMK_R_four" = -76; -"@MMK_R_g" = -41; -"@MMK_R_guillemetleft" = -79; -"@MMK_R_guillemetright" = -30; -"@MMK_R_hyphen" = -83; -"@MMK_R_hyphen.case" = -47; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = 61; -"@MMK_R_j" = -7; -"@MMK_R_l" = -6; -"@MMK_R_lslash" = -18; -"@MMK_R_n" = -25; -"@MMK_R_nine" = 2; -"@MMK_R_one" = 11; -"@MMK_R_parenleft" = -13; -"@MMK_R_parenright" = 16; -"@MMK_R_parenright.case" = 20; -"@MMK_R_percent" = 13; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -51; -"@MMK_R_question" = 25; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = 6; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = 9; -"@MMK_R_s" = -28; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = 23; -"@MMK_R_slash" = -98; -"@MMK_R_t" = 16; -"@MMK_R_three" = 0; -"@MMK_R_two" = 8; -"@MMK_R_u" = -19; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -3; -"@MMK_R_y" = 0; -"@MMK_R_z" = -13; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 7; -"@MMK_R_H" = -9; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -54; -"@MMK_R_S" = -23; -"@MMK_R_T" = -124; -"@MMK_R_U" = -45; -"@MMK_R_V" = -134; -"@MMK_R_W" = -85; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -136; -"@MMK_R_Z" = 8; -"@MMK_R_a" = -34; -"@MMK_R_a.ss04" = -12; -"@MMK_R_asterisk" = -154; -"@MMK_R_colon" = 5; -"@MMK_R_comma" = 35; -"@MMK_R_e" = -34; -"@MMK_R_egrave" = -34; -"@MMK_R_eight" = -20; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -40; -"@MMK_R_five" = -25; -"@MMK_R_four" = -70; -"@MMK_R_g" = -15; -"@MMK_R_guillemetleft" = -70; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = -101; -"@MMK_R_hyphen.case" = -154; -"@MMK_R_i" = -12; -"@MMK_R_icircumflex" = -12; -"@MMK_R_j" = 11; -"@MMK_R_l" = -12; -"@MMK_R_lslash" = -23; -"@MMK_R_n" = -12; -"@MMK_R_nine" = -23; -"@MMK_R_one" = -72; -"@MMK_R_parenleft" = -22; -"@MMK_R_percent" = -61; -"@MMK_R_period" = 41; -"@MMK_R_pi" = -30; -"@MMK_R_plus" = -144; -"@MMK_R_question" = -89; -"@MMK_R_quotedblleft" = -89; -"@MMK_R_quotedblright" = -154; -"@MMK_R_quoteright" = -89; -"@MMK_R_s" = -15; -"@MMK_R_seven" = -81; -"@MMK_R_slash" = 53; -"@MMK_R_t" = -49; -"@MMK_R_three" = -13; -"@MMK_R_two" = 0; -"@MMK_R_u" = -34; -"@MMK_R_v" = -84; -"@MMK_R_w" = -59; -"@MMK_R_x" = 0; -"@MMK_R_y" = -28; -"@MMK_R_z" = 11; -"@MMK_R_zero" = -41; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -29; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -64; -"@MMK_R_S" = -35; -"@MMK_R_T" = -136; -"@MMK_R_U" = -58; -"@MMK_R_V" = -149; -"@MMK_R_W" = -101; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -151; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -48; -"@MMK_R_a.ss04" = -26; -"@MMK_R_asterisk" = -81; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -48; -"@MMK_R_egrave" = -48; -"@MMK_R_eight" = -31; -"@MMK_R_f" = -54; -"@MMK_R_five" = -39; -"@MMK_R_four" = -69; -"@MMK_R_g" = -30; -"@MMK_R_guillemetleft" = -45; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -81; -"@MMK_R_hyphen.case" = -81; -"@MMK_R_i" = -31; -"@MMK_R_icircumflex" = -31; -"@MMK_R_j" = 18; -"@MMK_R_l" = -31; -"@MMK_R_lslash" = -41; -"@MMK_R_n" = -31; -"@MMK_R_nine" = -35; -"@MMK_R_one" = -79; -"@MMK_R_parenleft" = -38; -"@MMK_R_parenright" = 19; -"@MMK_R_parenright.case" = 37; -"@MMK_R_percent" = -68; -"@MMK_R_period.ss01" = -22; -"@MMK_R_pi" = -47; -"@MMK_R_plus" = -81; -"@MMK_R_quotedbl" = -81; -"@MMK_R_quotedblleft.ss01" = -81; -"@MMK_R_quoteright.ss01" = -81; -"@MMK_R_s" = -29; -"@MMK_R_seven" = -81; -"@MMK_R_slash" = 50; -"@MMK_R_t" = -62; -"@MMK_R_three" = -26; -"@MMK_R_two" = 0; -"@MMK_R_u" = -49; -"@MMK_R_v" = -81; -"@MMK_R_w" = -67; -"@MMK_R_x" = -4; -"@MMK_R_y" = -31; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -54; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -94; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -102; -"@MMK_R_O" = -5; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 3; -"@MMK_R_V" = 22; -"@MMK_R_W" = 30; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 11; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -60; -"@MMK_R_a.ss04" = -45; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -18; -"@MMK_R_comma" = -89; -"@MMK_R_degree" = -8; -"@MMK_R_e" = -63; -"@MMK_R_egrave" = -57; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -154; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -97; -"@MMK_R_g" = -56; -"@MMK_R_guillemetleft" = -86; -"@MMK_R_guillemetright" = -36; -"@MMK_R_hyphen" = -154; -"@MMK_R_hyphen.case" = -77; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = 38; -"@MMK_R_j" = -7; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -11; -"@MMK_R_n" = -28; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -18; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 10; -"@MMK_R_period" = -85; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -71; -"@MMK_R_question" = 29; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_s" = -45; -"@MMK_R_semicolon" = -22; -"@MMK_R_seven" = 40; -"@MMK_R_slash" = -107; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 11; -"@MMK_R_u" = -24; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -12; -"@MMK_R_y" = 0; -"@MMK_R_z" = -16; -"@MMK_R_zero" = -4; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -103; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -112; -"@MMK_R_O" = -24; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 2; -"@MMK_R_W" = 0; -"@MMK_R_X" = -18; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -11; -"@MMK_R_a" = -69; -"@MMK_R_a.ss04" = -56; -"@MMK_R_asterisk" = 29; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon.ss01" = -36; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_degree" = -18; -"@MMK_R_e" = -71; -"@MMK_R_egrave" = -71; -"@MMK_R_eight" = -10; -"@MMK_R_f" = -6; -"@MMK_R_five" = -6; -"@MMK_R_four" = -81; -"@MMK_R_g" = -67; -"@MMK_R_guillemetleft" = -67; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -151; -"@MMK_R_hyphen.case" = -72; -"@MMK_R_i" = -20; -"@MMK_R_icircumflex" = 15; -"@MMK_R_j" = -20; -"@MMK_R_l" = -2; -"@MMK_R_lslash" = -25; -"@MMK_R_n" = -46; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = -31; -"@MMK_R_parenright" = 2; -"@MMK_R_parenright.case" = 4; -"@MMK_R_percent" = 4; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = -14; -"@MMK_R_plus" = -71; -"@MMK_R_quotedbl" = 13; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -57; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -81; -"@MMK_R_t" = -6; -"@MMK_R_three" = -4; -"@MMK_R_two" = 0; -"@MMK_R_u" = -40; -"@MMK_R_v" = -16; -"@MMK_R_w" = -18; -"@MMK_R_x" = -29; -"@MMK_R_y" = -16; -"@MMK_R_z" = -29; -"@MMK_R_zero" = -21; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -89; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -89; -"@MMK_R_O" = -5; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 3; -"@MMK_R_V" = 22; -"@MMK_R_W" = 30; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 11; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -59; -"@MMK_R_a.ss04" = -45; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -18; -"@MMK_R_comma" = -89; -"@MMK_R_degree" = -8; -"@MMK_R_e" = -63; -"@MMK_R_egrave" = -57; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -89; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -89; -"@MMK_R_g" = -57; -"@MMK_R_guillemetleft" = -86; -"@MMK_R_guillemetright" = -36; -"@MMK_R_hyphen" = -89; -"@MMK_R_hyphen.case" = -77; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = 38; -"@MMK_R_j" = -7; -"@MMK_R_l" = 0; -"@MMK_R_n" = -28; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -18; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 10; -"@MMK_R_period" = -85; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -71; -"@MMK_R_question" = 29; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_s" = -41; -"@MMK_R_semicolon" = -22; -"@MMK_R_seven" = 40; -"@MMK_R_slash" = -89; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 11; -"@MMK_R_u" = -24; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -12; -"@MMK_R_y" = 0; -"@MMK_R_z" = -16; -"@MMK_R_zero" = -4; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -89; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -107; -"@MMK_R_O" = -25; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 27; -"@MMK_R_W" = 30; -"@MMK_R_X" = -7; -"@MMK_R_Y" = 21; -"@MMK_R_Z" = -6; -"@MMK_R_a" = -77; -"@MMK_R_a.ss04" = -56; -"@MMK_R_asterisk" = -2; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = -39; -"@MMK_R_comma" = -89; -"@MMK_R_e" = -79; -"@MMK_R_egrave" = -68; -"@MMK_R_eight" = -7; -"@MMK_R_ellipsis" = -154; -"@MMK_R_f" = -8; -"@MMK_R_five" = -2; -"@MMK_R_four" = -89; -"@MMK_R_g" = -73; -"@MMK_R_guillemetleft" = -89; -"@MMK_R_guillemetright" = -55; -"@MMK_R_hyphen" = -154; -"@MMK_R_hyphen.case" = -89; -"@MMK_R_i" = -10; -"@MMK_R_icircumflex" = 50; -"@MMK_R_j" = -10; -"@MMK_R_l" = -6; -"@MMK_R_lslash" = -17; -"@MMK_R_n" = -50; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 12; -"@MMK_R_parenleft" = -30; -"@MMK_R_parenright" = 10; -"@MMK_R_parenright.case" = 14; -"@MMK_R_percent" = 3; -"@MMK_R_period" = -85; -"@MMK_R_pi" = -25; -"@MMK_R_plus" = -88; -"@MMK_R_question" = 17; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblright" = -17; -"@MMK_R_quoteright" = -17; -"@MMK_R_s" = -63; -"@MMK_R_semicolon" = -42; -"@MMK_R_seven" = 27; -"@MMK_R_slash" = -123; -"@MMK_R_t" = -10; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -40; -"@MMK_R_v" = -19; -"@MMK_R_w" = -21; -"@MMK_R_x" = -34; -"@MMK_R_y" = -20; -"@MMK_R_z" = -34; -"@MMK_R_zero" = -19; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -81; -"@MMK_R_H" = -11; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -118; -"@MMK_R_O" = -26; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = -2; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -22; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -16; -"@MMK_R_a" = -79; -"@MMK_R_a.ss04" = -61; -"@MMK_R_asterisk" = 31; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon.ss01" = -43; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -80; -"@MMK_R_egrave" = -74; -"@MMK_R_eight" = -10; -"@MMK_R_f" = -15; -"@MMK_R_five" = -10; -"@MMK_R_four" = -81; -"@MMK_R_g" = -76; -"@MMK_R_guillemetleft" = -71; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen" = -81; -"@MMK_R_hyphen.case" = -81; -"@MMK_R_i" = -16; -"@MMK_R_icircumflex" = 26; -"@MMK_R_j" = -16; -"@MMK_R_l" = -12; -"@MMK_R_lslash" = -26; -"@MMK_R_n" = -53; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -31; -"@MMK_R_parenright" = 13; -"@MMK_R_parenright.case" = 17; -"@MMK_R_percent" = 7; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = -25; -"@MMK_R_plus" = -81; -"@MMK_R_quotedbl" = 7; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -67; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -81; -"@MMK_R_t" = -16; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -47; -"@MMK_R_v" = -24; -"@MMK_R_w" = -26; -"@MMK_R_x" = -37; -"@MMK_R_y" = -23; -"@MMK_R_z" = -37; -"@MMK_R_zero" = -19; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -67; -"@MMK_R_I.ss02" = -71; -"@MMK_R_J" = -76; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -110; -"@MMK_R_U" = 0; -"@MMK_R_V" = -24; -"@MMK_R_W" = -13; -"@MMK_R_X" = -61; -"@MMK_R_Y" = -42; -"@MMK_R_Z" = -76; -"@MMK_R_a" = -34; -"@MMK_R_a.ss04" = -23; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = 19; -"@MMK_R_braceright" = -55; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -88; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -35; -"@MMK_R_egrave" = -36; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -106; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = -61; -"@MMK_R_foursuperior" = 12; -"@MMK_R_g" = -31; -"@MMK_R_g.ss05" = -27; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = 28; -"@MMK_R_hyphen" = -82; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -16; -"@MMK_R_one" = -6; -"@MMK_R_onesuperior" = -39; -"@MMK_R_oslash" = -36; -"@MMK_R_parenright" = -42; -"@MMK_R_period" = -84; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = -19; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -56; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -71; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -58; -"@MMK_R_twosuperior" = -27; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -82; -"@MMK_R_v" = 6; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 5; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_s" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -10; -"@MMK_R_J" = -11; -"@MMK_R_O" = 6; -"@MMK_R_S" = 10; -"@MMK_R_T" = -126; -"@MMK_R_U" = 0; -"@MMK_R_V" = -48; -"@MMK_R_W" = -28; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -78; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 15; -"@MMK_R_asciicircum" = -66; -"@MMK_R_asterisk" = -21; -"@MMK_R_braceright" = -62; -"@MMK_R_bracketright" = -62; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -17; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -29; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = -34; -"@MMK_R_exclam" = -5; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -27; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -18; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -4; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 3; -"@MMK_R_ninesuperior" = -24; -"@MMK_R_one" = -38; -"@MMK_R_onesuperior" = -46; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -50; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -29; -"@MMK_R_question" = -24; -"@MMK_R_question.ss01" = -49; -"@MMK_R_quotedbl" = -29; -"@MMK_R_quotedblleft" = -42; -"@MMK_R_quotedblleft.ss01" = -56; -"@MMK_R_quotedblright" = -35; -"@MMK_R_quoteright" = -35; -"@MMK_R_quoteright.ss01" = -55; -"@MMK_R_s" = 11; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -60; -"@MMK_R_sixsuperior" = -21; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -16; -"@MMK_R_trademark" = -77; -"@MMK_R_twosuperior" = -19; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -117; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = -98; -"@MMK_R_O" = -30; -"@MMK_R_S" = -4; -"@MMK_R_T" = 8; -"@MMK_R_U" = 12; -"@MMK_R_V" = 48; -"@MMK_R_W" = 45; -"@MMK_R_X" = 7; -"@MMK_R_Y" = 52; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -82; -"@MMK_R_a.ss04" = -72; -"@MMK_R_asterisk" = 38; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -34; -"@MMK_R_colon.ss01" = -54; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_degree" = -13; -"@MMK_R_e" = -83; -"@MMK_R_egrave" = -60; -"@MMK_R_eight" = -12; -"@MMK_R_ellipsis" = -140; -"@MMK_R_f" = -23; -"@MMK_R_five" = -2; -"@MMK_R_four" = -106; -"@MMK_R_g" = -78; -"@MMK_R_guillemetleft" = -89; -"@MMK_R_guillemetright" = -25; -"@MMK_R_hyphen" = -92; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_i" = -5; -"@MMK_R_icircumflex" = 22; -"@MMK_R_j" = 0; -"@MMK_R_n" = -54; -"@MMK_R_nine" = -2; -"@MMK_R_one" = 6; -"@MMK_R_parenleft" = -26; -"@MMK_R_parenright" = 14; -"@MMK_R_parenright.case" = 15; -"@MMK_R_percent" = 5; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = -33; -"@MMK_R_plus" = -72; -"@MMK_R_question" = 17; -"@MMK_R_quotedbl" = 27; -"@MMK_R_quotedblleft" = 13; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 20; -"@MMK_R_quoteright" = 20; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -66; -"@MMK_R_semicolon" = -38; -"@MMK_R_seven" = 48; -"@MMK_R_slash" = -111; -"@MMK_R_t" = -23; -"@MMK_R_three" = -5; -"@MMK_R_two" = 0; -"@MMK_R_u" = -49; -"@MMK_R_v" = -37; -"@MMK_R_w" = -39; -"@MMK_R_x" = -48; -"@MMK_R_y" = -37; -"@MMK_R_z" = -49; -"@MMK_R_zero" = -20; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -41; -}; -"@MMK_L_six" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -7; -"@MMK_R_J" = -10; -"@MMK_R_O" = 18; -"@MMK_R_S" = 20; -"@MMK_R_T" = -12; -"@MMK_R_U" = 7; -"@MMK_R_V" = -8; -"@MMK_R_W" = 0; -"@MMK_R_X" = -8; -"@MMK_R_Y" = -14; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 20; -"@MMK_R_a.ss04" = 11; -"@MMK_R_asterisk" = 12; -"@MMK_R_bracketright" = -34; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -25; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -39; -"@MMK_R_degree" = -26; -"@MMK_R_e" = 20; -"@MMK_R_egrave" = 20; -"@MMK_R_eight" = 26; -"@MMK_R_ellipsis" = -46; -"@MMK_R_f" = 0; -"@MMK_R_five" = 5; -"@MMK_R_four" = 33; -"@MMK_R_g" = 19; -"@MMK_R_guillemetleft" = 19; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 36; -"@MMK_R_hyphen.case" = 3; -"@MMK_R_i" = 6; -"@MMK_R_icircumflex" = 37; -"@MMK_R_j" = 6; -"@MMK_R_l" = 6; -"@MMK_R_n" = 3; -"@MMK_R_nine" = 5; -"@MMK_R_one" = 14; -"@MMK_R_parenleft" = 19; -"@MMK_R_parenright" = -22; -"@MMK_R_parenright.case" = -17; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -9; -"@MMK_R_period.ss01" = -39; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 5; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 13; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_three" = 25; -"@MMK_R_two" = 10; -"@MMK_R_u" = 12; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 18; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -115; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = -92; -"@MMK_R_O" = -16; -"@MMK_R_S" = 0; -"@MMK_R_T" = 10; -"@MMK_R_U" = 13; -"@MMK_R_V" = 33; -"@MMK_R_W" = 38; -"@MMK_R_X" = -3; -"@MMK_R_Y" = 29; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -51; -"@MMK_R_a.ss04" = -55; -"@MMK_R_asterisk" = 32; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -23; -"@MMK_R_colon.ss01" = -44; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -52; -"@MMK_R_egrave" = -46; -"@MMK_R_eight" = -5; -"@MMK_R_ellipsis" = -154; -"@MMK_R_f" = -10; -"@MMK_R_five" = 0; -"@MMK_R_four" = -67; -"@MMK_R_g" = -49; -"@MMK_R_guillemetleft" = -58; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = -67; -"@MMK_R_hyphen.case" = -45; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 28; -"@MMK_R_j" = -2; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -10; -"@MMK_R_n" = -47; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = -22; -"@MMK_R_parenright" = 28; -"@MMK_R_parenright.case" = 29; -"@MMK_R_percent" = 9; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = -18; -"@MMK_R_plus" = -54; -"@MMK_R_question" = 12; -"@MMK_R_quotedbl" = 36; -"@MMK_R_quotedblleft" = 8; -"@MMK_R_quotedblleft.ss01" = 15; -"@MMK_R_quotedblright" = 23; -"@MMK_R_quoteright" = 23; -"@MMK_R_quoteright.ss01" = 21; -"@MMK_R_s" = -48; -"@MMK_R_seven" = 40; -"@MMK_R_slash" = -111; -"@MMK_R_t" = -10; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -38; -"@MMK_R_v" = -22; -"@MMK_R_w" = -20; -"@MMK_R_x" = -33; -"@MMK_R_y" = -22; -"@MMK_R_z" = -33; -"@MMK_R_zero" = -12; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 16; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = 4; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -64; -"@MMK_R_V" = -19; -"@MMK_R_W" = -2; -"@MMK_R_X" = 15; -"@MMK_R_Y" = -43; -"@MMK_R_Z" = 14; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -41; -"@MMK_R_asterisk" = 28; -"@MMK_R_braceright" = -21; -"@MMK_R_bracketright" = -21; -"@MMK_R_colon" = 29; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = -19; -"@MMK_R_egrave" = -19; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 13; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = -42; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -6; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 30; -"@MMK_R_hyphen" = -51; -"@MMK_R_icircumflex" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -4; -"@MMK_R_ninesuperior" = -20; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -40; -"@MMK_R_parenright" = -18; -"@MMK_R_period" = 13; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = 5; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 23; -"@MMK_R_sevensuperior" = -53; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 15; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -58; -"@MMK_R_twosuperior" = -32; -"@MMK_R_underscore" = 53; -"@MMK_R_v" = 12; -"@MMK_R_w" = 13; -"@MMK_R_x" = 18; -"@MMK_R_y" = 9; -"@MMK_R_z" = 20; -"@MMK_R_zero" = 0; -}; -"@MMK_L_three" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -6; -"@MMK_R_J" = -9; -"@MMK_R_O" = 12; -"@MMK_R_S" = 25; -"@MMK_R_T" = -11; -"@MMK_R_U" = 8; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -7; -"@MMK_R_Y" = -12; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 8; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asterisk" = 28; -"@MMK_R_bracketright" = -33; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = -13; -"@MMK_R_comma.ss01" = -38; -"@MMK_R_degree" = -12; -"@MMK_R_e" = 8; -"@MMK_R_egrave" = 9; -"@MMK_R_eight" = 25; -"@MMK_R_ellipsis" = -45; -"@MMK_R_f" = 13; -"@MMK_R_five" = 9; -"@MMK_R_four" = 19; -"@MMK_R_g" = 10; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 22; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 33; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 19; -"@MMK_R_one" = 14; -"@MMK_R_parenleft" = 14; -"@MMK_R_parenright" = -21; -"@MMK_R_parenright.case" = -14; -"@MMK_R_percent" = 18; -"@MMK_R_period" = -9; -"@MMK_R_period.ss01" = -38; -"@MMK_R_pi" = 13; -"@MMK_R_plus" = -17; -"@MMK_R_question" = 22; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 18; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 13; -"@MMK_R_three" = 19; -"@MMK_R_two" = 16; -"@MMK_R_u" = 7; -"@MMK_R_v" = 2; -"@MMK_R_w" = 6; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 12; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 31; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 31; -"@MMK_R_J" = 16; -"@MMK_R_O" = 6; -"@MMK_R_S" = 9; -"@MMK_R_T" = -8; -"@MMK_R_U" = 5; -"@MMK_R_V" = 0; -"@MMK_R_W" = 10; -"@MMK_R_X" = 35; -"@MMK_R_Y" = -7; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -14; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = 37; -"@MMK_R_bracketright" = -11; -"@MMK_R_colon" = 28; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_degree" = -2; -"@MMK_R_e" = -15; -"@MMK_R_egrave" = -13; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -14; -"@MMK_R_f" = 12; -"@MMK_R_five" = 2; -"@MMK_R_four" = -46; -"@MMK_R_g" = -7; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = 28; -"@MMK_R_hyphen" = -47; -"@MMK_R_hyphen.case" = -9; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 36; -"@MMK_R_j" = 0; -"@MMK_R_l" = 9; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 24; -"@MMK_R_one" = 22; -"@MMK_R_parenleft" = 4; -"@MMK_R_parenright" = -11; -"@MMK_R_parenright.case" = 20; -"@MMK_R_percent" = 30; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -16; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -18; -"@MMK_R_question" = 32; -"@MMK_R_quotedbl" = 6; -"@MMK_R_quotedblleft" = 17; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 15; -"@MMK_R_quoteright" = 15; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 22; -"@MMK_R_seven" = 29; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 12; -"@MMK_R_three" = 11; -"@MMK_R_two" = 28; -"@MMK_R_u" = 0; -"@MMK_R_v" = 5; -"@MMK_R_w" = 0; -"@MMK_R_x" = 14; -"@MMK_R_y" = 6; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 9; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -61; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -3; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -2; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -25; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -12; -"@MMK_R_asterisk" = 28; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -26; -"@MMK_R_colon.ss01" = -47; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_fraction" = 10; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = -12; -"@MMK_R_hyphen.case" = 13; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = 5; -"@MMK_R_parenright.case" = 6; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_plus" = -7; -"@MMK_R_question" = 16; -"@MMK_R_quotedbl" = 11; -"@MMK_R_quotedblleft" = 10; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 11; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = -29; -"@MMK_R_slash" = -71; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -57; -"@MMK_R_I.ss02" = -65; -"@MMK_R_J" = -68; -"@MMK_R_O" = 17; -"@MMK_R_S" = 0; -"@MMK_R_T" = -109; -"@MMK_R_U" = 8; -"@MMK_R_V" = -23; -"@MMK_R_W" = 0; -"@MMK_R_X" = -56; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = -61; -"@MMK_R_a" = -5; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -36; -"@MMK_R_asterisk" = 11; -"@MMK_R_braceright" = -58; -"@MMK_R_bracketright" = -57; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -75; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -6; -"@MMK_R_egrave" = -6; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -92; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 29; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = -17; -"@MMK_R_foursuperior" = 6; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = 31; -"@MMK_R_hyphen" = -20; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 4; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 2; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_one" = -6; -"@MMK_R_onesuperior" = -32; -"@MMK_R_oslash" = -6; -"@MMK_R_parenright" = -45; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -46; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -49; -"@MMK_R_t" = 29; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -57; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -74; -"@MMK_R_v" = 26; -"@MMK_R_w" = 27; -"@MMK_R_x" = 0; -"@MMK_R_y" = 25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 16; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -33; -"@MMK_R_I.ss02" = -46; -"@MMK_R_J" = -49; -"@MMK_R_O" = 18; -"@MMK_R_S" = 0; -"@MMK_R_T" = -112; -"@MMK_R_U" = 7; -"@MMK_R_V" = -22; -"@MMK_R_W" = 0; -"@MMK_R_X" = -42; -"@MMK_R_Y" = -46; -"@MMK_R_Z" = -42; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -39; -"@MMK_R_asterisk" = 7; -"@MMK_R_braceright" = -56; -"@MMK_R_bracketright" = -56; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -47; -"@MMK_R_comma.ss01" = -70; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -74; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 25; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = -5; -"@MMK_R_foursuperior" = 6; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = 27; -"@MMK_R_hyphen" = -9; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 3; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -11; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -31; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = -50; -"@MMK_R_period.ss01" = -73; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 16; -"@MMK_R_sevensuperior" = -44; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -30; -"@MMK_R_t" = 25; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -57; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 7; -"@MMK_R_underscore" = -50; -"@MMK_R_v" = 27; -"@MMK_R_w" = 26; -"@MMK_R_x" = 0; -"@MMK_R_y" = 23; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 17; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 20; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 11; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -107; -"@MMK_R_U" = -9; -"@MMK_R_V" = -36; -"@MMK_R_W" = -17; -"@MMK_R_X" = 22; -"@MMK_R_Y" = -55; -"@MMK_R_Z" = 16; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -52; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -26; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 27; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 15; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -16; -"@MMK_R_eightsuperior" = -20; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -27; -"@MMK_R_four" = -45; -"@MMK_R_foursuperior" = -7; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = 36; -"@MMK_R_hyphen" = -56; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -9; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -34; -"@MMK_R_one" = -16; -"@MMK_R_onesuperior" = -58; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -14; -"@MMK_R_period" = 20; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -20; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -29; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -22; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = -65; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = 17; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = -26; -"@MMK_R_trademark" = -73; -"@MMK_R_twosuperior" = -36; -"@MMK_R_u" = -3; -"@MMK_R_underscore" = 45; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 24; -"@MMK_R_y" = 0; -"@MMK_R_z" = 23; -"@MMK_R_zero" = -2; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -60; -"@MMK_R_I.ss02" = -67; -"@MMK_R_J" = -74; -"@MMK_R_O" = 16; -"@MMK_R_S" = 0; -"@MMK_R_T" = -109; -"@MMK_R_U" = 8; -"@MMK_R_V" = -23; -"@MMK_R_W" = -3; -"@MMK_R_X" = -59; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = -67; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -36; -"@MMK_R_asterisk" = 11; -"@MMK_R_braceright" = -59; -"@MMK_R_bracketright" = -58; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -8; -"@MMK_R_egrave" = -7; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -98; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 28; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = -19; -"@MMK_R_foursuperior" = 6; -"@MMK_R_g" = -4; -"@MMK_R_g.ss05" = -3; -"@MMK_R_guillemetleft" = -14; -"@MMK_R_guillemetright" = 31; -"@MMK_R_hyphen" = -23; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_one" = -7; -"@MMK_R_onesuperior" = -33; -"@MMK_R_oslash" = -8; -"@MMK_R_parenright" = -45; -"@MMK_R_period" = -78; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = -35; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -56; -"@MMK_R_t" = 28; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -57; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 8; -"@MMK_R_underscore" = -64; -"@MMK_R_v" = 26; -"@MMK_R_w" = 25; -"@MMK_R_x" = 0; -"@MMK_R_y" = 23; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 15; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = -113; -"@MMK_R_U" = 0; -"@MMK_R_V" = -33; -"@MMK_R_W" = -18; -"@MMK_R_X" = 5; -"@MMK_R_Y" = -53; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asciicircum" = -42; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -30; -"@MMK_R_bracketright" = -28; -"@MMK_R_colon" = 34; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -20; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -18; -"@MMK_R_exclam" = 14; -"@MMK_R_f" = 12; -"@MMK_R_fivesuperior" = -22; -"@MMK_R_four" = -50; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -10; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = -22; -"@MMK_R_guillemetright" = 38; -"@MMK_R_hyphen" = -61; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -10; -"@MMK_R_ninesuperior" = -24; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -44; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -20; -"@MMK_R_period" = 7; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -21; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -19; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 29; -"@MMK_R_sevensuperior" = -52; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 12; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -64; -"@MMK_R_twosuperior" = -24; -"@MMK_R_underscore" = 55; -"@MMK_R_v" = 8; -"@MMK_R_w" = 8; -"@MMK_R_x" = 17; -"@MMK_R_y" = 8; -"@MMK_R_z" = 16; -"@MMK_R_zero" = 0; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = -16; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -26; -"@MMK_R_J" = -26; -"@MMK_R_O" = 29; -"@MMK_R_S" = 11; -"@MMK_R_T" = -30; -"@MMK_R_U" = 10; -"@MMK_R_V" = -18; -"@MMK_R_W" = -9; -"@MMK_R_X" = -27; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = -21; -"@MMK_R_a" = 22; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asterisk" = 4; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = -30; -"@MMK_R_comma.ss01" = -55; -"@MMK_R_degree" = -25; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eight" = 14; -"@MMK_R_ellipsis" = -60; -"@MMK_R_f" = 10; -"@MMK_R_five" = 7; -"@MMK_R_four" = 19; -"@MMK_R_g" = 24; -"@MMK_R_guillemetleft" = 9; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 25; -"@MMK_R_hyphen.case" = 32; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 26; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 18; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 21; -"@MMK_R_parenright" = -46; -"@MMK_R_parenright.case" = -31; -"@MMK_R_percent" = 16; -"@MMK_R_period" = -30; -"@MMK_R_period.ss01" = -56; -"@MMK_R_pi" = 11; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 3; -"@MMK_R_slash" = -14; -"@MMK_R_t" = 10; -"@MMK_R_three" = 2; -"@MMK_R_two" = 0; -"@MMK_R_u" = 11; -"@MMK_R_v" = 16; -"@MMK_R_w" = 17; -"@MMK_R_x" = -2; -"@MMK_R_y" = 16; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 22; +Gdotaccent = { +Hbar = 23; }; -A = { -Dcroat = -22; -Eth = -22; -Iogonek = 34; -Jcircumflex = 28; -Lslash = -7; -Tbar = -83; -Tcedilla = -107; -Ycircumflex = -124; -Ydieresis = -124; -Ydieresis.ss01 = -124; -Ydotbelow = -124; -Ydotbelow.ss01 = -124; -Ygrave = -124; -ampersand = 0; -asciitilde = -53; -at = -10; -backslash = -106; -dollar = -4; -eight = 0; -equal = -26; -five = -8; -gbreve.ss06 = 13; -germandbls = -22; -jcircumflex = 0; -less = -36; -logicalnot = -67; -minus = -63; -multiply = -29; -nine = -5; -numbersign = -28; -ordfeminine = -94; -ordmasculine = -93; -parenleft = -4; -parenleft.case = -18; -plus = -48; -quotedbl = -88; -quotedblleft.ss01 = -105; -quoteleft = -89; -quoteright.ss01 = -81; -registered = -79; -seven = -66; -three = 2; -two = 30; +fl = { +Hbar = 37; +l = 0; +idieresis = 10; +jcircumflex = 2; +periodcentered.loclCAT = 65; }; -Aacute = { -Dcroat = -22; -Eth = -22; -Tbar = -83; -Tcedilla = -107; -registered = -79; +quotedbl = { +Dcroat = -64; +Hbar = 0; +Lslash = -61; +hbar = 0; +igrave = -19; +icircumflex = -8; +idieresis = -7; +imacron = 9; +jcircumflex = -13; +x = -48; +idieresis.ss01 = 0; +g.ss06 = -94; +gcommaaccent.ss06 = -94; +gdotaccent.ss06 = -94; +gdotaccent.ss01.ss06 = -93; +mu = -75; +exclamdown = -77; +questiondown = -163; +backslash = -6; +questiondown.case = -163; +ellipsis.ss01 = -163; +exclamdown.ss01 = -81; +questiondown.ss01 = -163; +underscore = -163; +parenleft = -54; +braceleft = -69; +ampersand = -106; +sterling = -78; +minus = -143; +lessequal = -143; +asciitilde = -125; }; -Abreve = { -Tcedilla = -107; -V = -115; +O = { +Dcroat = 18; +Eth = 18; +Hbar = 21; +Lslash = 10; +Tbar = -34; +idieresis = 6; +parenleft.case = 13; +braceright.case = -89; +less = -7; +}; +Zdotaccent.ss01 = { +Hbar = -6; +endash.case = -104; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -27; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -62; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = -61; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -62; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = -27; +"@MMK_R_KO_e" = -56; +"@MMK_R_KO_f" = -62; +"@MMK_R_KO_g" = -43; +"@MMK_R_KO_i" = -27; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = -33; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = -62; +"@MMK_R_KO_u" = -55; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -62; +"@MMK_R_KO_y" = -62; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -34; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_pi" = -54; +"@MMK_R_KO_zero" = -57; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -36; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = -37; +"@MMK_R_KO_six" = -58; +"@MMK_R_KO_seven" = -62; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -43; +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_foursuperior" = -62; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_ninesuperior" = -62; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_endash" = -62; +"@MMK_R_KO_hyphen.case" = -62; +"@MMK_R_KO_endash.case" = -62; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -63; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -62; +"@MMK_R_KO_quotedblleft.ss01" = -62; +"@MMK_R_KO_quotedblright.ss01" = -62; }; -Acircumflex = { -T = -83; -Tcedilla = -83; -Tcommaaccent = -83; -V = -86; -Y = -83; -Ydieresis = -83; -Ydotbelow = -83; +braceleft = { +p = 0; +x = -57; +parenleft = -51; +braceright = 21; +at = -69; +minus = -88; +logicalnot = -78; +asciicircum = -111; }; -Acircumflexacute = { -T = -80; -Y = -79; +rcaron = { +I.ss02 = -4; +onesuperior = -11; +twosuperior = -20; +sevensuperior = -12; +parenright = -18; }; -Acircumflexdotbelow = { -T = -83; -Y = -83; +f_f_i.liga = { +hbar = 11; +idieresis = 10; +jcircumflex = 2; +germandbls = 7; +logicalnot = -31; }; -Acircumflexdotbelow.ss01 = { -T = -83; -Y = -83; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -33; +"@MMK_R_KO_O" = -92; +"@MMK_R_KO_Oacute" = -92; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -85; +"@MMK_R_KO_S" = -54; +"@MMK_R_KO_T" = -124; +"@MMK_R_KO_U" = -74; +"@MMK_R_KO_V" = -124; +"@MMK_R_KO_W" = -106; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -124; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -62; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = -30; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -67; +"@MMK_R_KO_f" = -66; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -30; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -44; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -73; +"@MMK_R_KO_u" = -62; +"@MMK_R_KO_uacute" = -62; +"@MMK_R_KO_v" = -103; +"@MMK_R_KO_w" = -80; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -37; +"@MMK_R_KO_t_t.liga" = -70; +"@MMK_R_KO_pi" = -56; +"@MMK_R_KO_zero" = -76; +"@MMK_R_KO_one" = -94; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -45; +"@MMK_R_KO_four" = -124; +"@MMK_R_KO_five" = -55; +"@MMK_R_KO_six" = -78; +"@MMK_R_KO_seven" = -114; +"@MMK_R_KO_eight" = -50; +"@MMK_R_KO_nine" = -61; +"@MMK_R_KO_period" = 25; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_question" = -103; +"@MMK_R_KO_asterisk" = -124; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_hyphen" = -124; +"@MMK_R_KO_endash" = -124; +"@MMK_R_KO_hyphen.case" = -124; +"@MMK_R_KO_endash.case" = -124; +"@MMK_R_KO_quotedblleft" = -124; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -105; +"@MMK_R_KO_guillemetright" = -74; +"@MMK_R_KO_plus" = -124; +"@MMK_R_KO_percent" = -72; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -56; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_Oacute" = -62; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = -54; +"@MMK_R_KO_S" = -34; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -62; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_eacute" = -61; +"@MMK_R_KO_f" = -49; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_n" = -66; +"@MMK_R_KO_j" = 37; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -63; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -68; +"@MMK_R_KO_uacute" = -58; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -55; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_pi" = -55; +"@MMK_R_KO_zero" = -60; +"@MMK_R_KO_one" = -50; +"@MMK_R_KO_two" = -26; +"@MMK_R_KO_three" = -33; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_five" = -13; +"@MMK_R_KO_six" = -63; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -37; +"@MMK_R_KO_nine" = -36; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -60; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -60; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -76; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -67; +"@MMK_R_KO_hyphen" = -70; +"@MMK_R_KO_endash" = -72; +"@MMK_R_KO_bracketright" = 61; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -102; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -44; +"@MMK_R_KO_plus" = -82; +"@MMK_R_KO_percent" = -36; }; -Acircumflexgrave = { -Y = -80; +logicalnot = { +one = -86; +two = -53; +seven = -117; +nine = -27; +parenright = -111; +parenright.case = -88; +v = -30; +x = -60; +y = -34; }; -Acircumflexhookabove = { -Y = -80; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = 7; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 68; +"@MMK_R_KO_itilde" = 66; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -56; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_backslash" = 24; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -23; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -24; +"@MMK_R_KO_asciicircum" = -62; }; -Acircumflextilde = { -Y = -79; +ydotbelow = { +ecircumflexdotbelow = -11; +period = -65; +comma = -23; +parenright = -48; }; -Adieresis = { -T = -111; -Tcedilla = -106; -V = -113; -Y = -111; -Ydieresis = -111; -registered = -79; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 39; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 25; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -24; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -40; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -78; +"@MMK_R_KO_asciicircum" = -66; +}; +idotless = { +T = -77; }; -Adieresis.ss01 = { -Ydieresis.ss01 = -115; +acircumflexhookabove.ss05 = { +y = -24; }; -Amacron = { -T = -76; -Tcedilla = -76; -V = -77; -Y = -75; -Ycircumflex = -75; +Iogonek.ss02 = { +iogonek = 21; +j = 10; +j.ss01 = 10; +endash.case = -102; }; -Aogonek = { -Lslash = -7; -comma = 66; -comma.ss01 = 12; -parenright = 51; -period = 57; -semicolon = 35; +aogonek = { +j = 0; +j.ss01 = 0; +parenright = -9; +bracketright = 0; }; -Aring = { -Tcedilla = -107; -V = -120; -Ydieresis = -119; -Ydieresis.ss01 = -119; +ldot.ss01.ss03 = { +period.ss01 = -23; +comma.ss01 = -25; }; -Atilde = { -V = -109; -Y = -108; -ordfeminine = -94; +Idotbelow = { +j = 22; }; -B = { -Hbar = 46; -Lslash = 32; -OE = 17; -Oslash = 17; -Tcedilla = -15; -acircumflexacute.ss05 = 14; -ampersand = 18; -eight = 24; -five = 6; -greater = 26; -hbar = 28; -idieresis = 31; -jcircumflex = 37; -minus = -31; -nine = 17; -parenleft = 16; -plus = -16; -three = 23; -two = 14; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_braceright" = -42; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -43; +"@MMK_R_KO_asciicircum" = -66; }; -C = { -Lslash = 30; -OE = 11; -Tcedilla = -30; -ampersand = 15; -bracketright.case = -34; -dollar = 17; -eight = 22; -five = 5; -greater = 27; -minus = -39; -nine = 23; -numbersign = 0; -plus = -23; -seven = 22; -three = 25; -two = 21; +Tbar = { +A = -97; +Aacute = -97; +T = 14; +Tbar = 22; +a = -48; +a.ss05 = -58; +e = -50; +o = -51; +oslash = -45; +tbar = -48; +period = -65; +comma = -70; +slash = -101; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -49; +guillemetleft = -60; +guilsinglleft = -58; +}; +itilde = { +exclam.ss01 = 78; +quotedbl = 47; +}; +Idotaccent.ss01 = { +l.ss04 = 12; +}; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 19; +"@MMK_R_KO_four" = 29; +"@MMK_R_KO_five" = 11; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 18; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_hyphen" = 30; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -9; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = -50; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_degree" = -35; +"@MMK_R_KO_plus" = -14; +"@MMK_R_KO_percent" = 0; +}; +ibreve = { +T = 55; +parenright = 22; +quotesingle = 38; +}; +multiply = { +one = -18; +seven.numr = -41; +parenright = -113; +parenright.case = -103; +A = -34; +J = -90; +T = -102; +V = -33; +X = -65; +Y = -61; +p = -29; }; Ccircumflex = { -jcircumflex = 27; -}; -Cdotaccent = { -Hbar = 47; +jcircumflex = 0; }; -D = { -Dcroat = 38; -Eth = 38; -Hbar = 21; -Jcircumflex = -41; -Lslash = 24; -OE = 30; -Oslash = 31; -Ycircumflex = -36; -ampersand = 0; -at = 27; -bracketright.case = -52; -eight = 15; -equal = 25; -five = 10; -idotbelow = 6; -lacute = 7; -less = 33; -nine = 19; -parenleft = 26; +q = { +j = 2; +j.ss01 = 2; +comma = 3; +slash = 25; +parenright = -8; +braceright = -25; +bracketright = 0; }; -Dcroat = { -Dcroat = 38; -acircumflexacute.ss05 = 7; -idotbelow = 6; -ihookabove = 7; +tcaron = { +a = -16; +b = 10; +h = 10; +k = 10; +l = 10; +o = -22; +f = 22; +i = 8; +j = 0; +sixsuperior = 8; +onesuperior = 26; +twosuperior = 8; +threesuperior = 0; +fivesuperior = 18; +sevensuperior = 34; +eightsuperior = 11; +ninesuperior = -3; +period = 0; +comma = 0; +colon = 30; +exclam = 31; +question = 32; +exclam.ss01 = 29; +hyphen = -47; +parenright = 32; +bracketright = 39; +quotedblleft = 0; +quotedblright = 10; +quoteleft = 0; +guillemetleft = -39; +guilsinglleft = -34; +quotedbl = 23; +quotesingle = 23; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 18; }; -E = { -H = 0; -Hbar = 0; -Iogonek = 5; -Jcircumflex = 26; -Tcedilla = 23; -asciitilde = -33; -backslash = 17; -eight = -13; -equal = -23; -exclam.ss01 = 3; -gbreve.ss06 = 0; -germandbls = -36; -idieresis = 34; -idieresis.ss01 = 34; -jcircumflex = 2; -minus = -25; -multiply = -51; -numbersign = -40; -registered = -43; -seven = 0; -three = -10; -two = 14; +uogonek = { +j = 0; +j.ss01 = 0; +parenright = -9; +bracketright = 0; }; -Ecircumflex = { -Icircumflex = 11; +seven.dnom = { +period = -50; +comma = -52; +question = -92; +period.ss01 = -62; +comma.ss01 = -63; +question.ss01 = -128; +parenright = -87; +parenright.case = -71; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +quotedbl = -141; +quotesingle = -63; +quotedblleft.ss01 = -141; +quoteleft.ss01 = -81; +quotedblright.ss01 = -141; +quoteright.ss01 = -81; +degree = -113; }; -Ecircumflexdotbelow = { -C = -16; -T = 18; -comma = 0; -period = 5; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -59; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 31; +"@MMK_R_KO_W" = 41; +"@MMK_R_KO_X" = 32; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 56; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_zero" = -50; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_two" = 34; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -49; +"@MMK_R_KO_seven" = 45; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_sevensuperior" = 54; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 38; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 64; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 26; +"@MMK_R_KO_colon.ss01" = 26; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_endash.case" = -65; +"@MMK_R_KO_parenright.case" = 27; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_degree" = -39; +"@MMK_R_KO_plus" = -68; +"@MMK_R_KO_percent" = -18; +}; +Igrave.ss02 = { +igrave = 0; }; -Ecircumflexdotbelow.ss01 = { -T = 18; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 44; +"@MMK_R_KO_imacron" = 63; +"@MMK_R_KO_itilde" = 64; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -37; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -82; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -25; +"@MMK_R_KO_backslash" = 26; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -49; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -22; +"@MMK_R_KO_asciicircum" = -61; }; -Ecircumflexgrave = { -comma = 0; -period = 5; +Amacron = { +endash.case = -61; }; -Ecircumflexhookabove = { -comma = 0; -period = 5; +hyphen = { +Dcroat = 0; +Lslash = 41; +Oslash = 12; +x = -65; +l.ss03 = -3; +mu = 0; +zero.numr = -61; +one.numr = -48; +three.numr = -55; +four.numr = -109; +five.numr = -62; +six.numr = -58; +seven.numr = -55; +eight.numr = -51; +nine.numr = -82; +threesuperior = -60; +fivesuperior = -64; +eightsuperior = -55; +colon = -85; +semicolon = -89; +questiondown = -98; +question.ss01 = -94; +questiondown.ss01 = -98; +parenleft = 14; +braceright = -94; +quotesinglbase = -89; +quotedblbase = -124; +quotedblbase.ss01 = -151; +quoteleft.ss01 = -81; +quoteright.ss01 = -81; }; -Ecircumflextilde = { -comma = 0; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -128; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = -111; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -50; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 28; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -67; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_fivesuperior" = -40; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -31; +"@MMK_R_KO_ninesuperior" = -69; +"@MMK_R_KO_period" = -27; +"@MMK_R_KO_comma" = -29; +"@MMK_R_KO_colon" = -33; +"@MMK_R_KO_semicolon" = -35; +"@MMK_R_KO_ellipsis" = -67; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -82; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = -54; +"@MMK_R_KO_period.ss01" = -57; +"@MMK_R_KO_comma.ss01" = -56; +"@MMK_R_KO_colon.ss01" = -51; +"@MMK_R_KO_question.ss01" = -76; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = -41; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -91; +"@MMK_R_KO_braceright" = -94; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_quotedblleft" = -100; +"@MMK_R_KO_quotedblright" = -98; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = -90; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -105; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -112; +"@MMK_R_KO_asciicircum" = -89; }; -Edieresis = { -Idieresis = 0; +l = { +Hbar = 37; +l = 0; +hbar = 10; +igrave = 10; +ibreve = 11; +icaron = 10; +idieresis = 10; +jcircumflex = 2; +periodcentered.loclCAT = 65; +at = 0; +notequal = -24; +logicalnot = -31; }; -Edotaccent = { -scaron = -12; +registered = { +period = -65; +comma = -70; +slash = -89; +period.ss01 = -62; +comma.ss01 = -63; +parenright = -81; +parenright.case = -80; +trademark = -63; }; -Emacron = { -Imacron = 22; -gcommaaccent.ss06 = 0; +quotedblright.ss01 = { +icircumflex = 0; +g.ss06 = -112; +mu = -86; +questiondown.case = -151; +ellipsis.ss01 = -151; +questiondown.ss01 = -151; +asciitilde = -151; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 22; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = -97; +"@MMK_R_KO_G.ss07" = 33; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -82; +"@MMK_R_KO_Y" = -104; +"@MMK_R_KO_Z" = -76; +"@MMK_R_KO_I.ss02" = -84; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 21; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = 26; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -34; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -82; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -33; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = 14; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_two" = -57; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 6; +"@MMK_R_KO_seven" = -101; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_foursuperior" = -64; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_question" = -106; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_parenright" = -102; +"@MMK_R_KO_bracketright" = -72; +"@MMK_R_KO_quotedblleft" = -124; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = 15; +"@MMK_R_KO_guillemetright" = -61; +"@MMK_R_KO_quotedbl" = -133; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -151; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -74; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -103; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 18; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -166; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -44; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -53; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -21; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -32; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -36; +"@MMK_R_KO_w" = -29; +"@MMK_R_KO_x" = -69; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = -132; +"@MMK_R_KO_l.ss03" = -5; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = -31; +"@MMK_R_KO_t_t.liga" = -50; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -53; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_colon" = -85; +"@MMK_R_KO_semicolon" = -87; +"@MMK_R_KO_ellipsis" = -271; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -92; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -81; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = -33; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -205; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -29; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -84; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -78; }; -Eogonek = { -comma = 59; -parenright = 60; -period = 37; +published = { +parenright = -129; +parenright.case = -116; }; -Eth = { -Eth = 38; -Oslash = 31; +emdash.case = { +one.numr = -52; +seven.numr = -61; +question.ss01 = -91; +quotedblbase = -124; +quotedblbase.ss01 = -151; +quoteright.ss01 = -81; }; -F = { -Hbar = 0; -adieresis = -28; -ampersand = -35; -backslash = 24; -eight = -23; -eightinferior = -47; -ellipsis.ss01 = -268; -fiveinferior = -42; -fourinferior = -88; -iacute = -32; -idieresis = 35; -nine = -17; -numbersign = -30; -seven = 0; -sixinferior = -52; -three = -22; -threeinferior = -40; -two = -17; -twoinferior = -37; -udieresis = -33; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -40; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -43; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = -42; +"@MMK_R_KO_I.ss02" = -47; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -13; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -40; +"@MMK_R_KO_ellipsis" = -82; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -59; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_hyphen.case" = 15; +"@MMK_R_KO_endash.case" = 13; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_parenright.case" = -75; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -41; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_degree" = -38; +"@MMK_R_KO_plus" = -9; +"@MMK_R_KO_percent" = 0; }; -G = { -Eth = 19; -Hbar = 22; -Lslash = 21; -Oslash = 13; -Ycircumflex = -40; -backslash = -15; -eight = 15; -hbar = 15; -jcircumflex = 22; -parenleft = 12; -three = 9; -two = 13; +Atilde = { +ordfeminine = -102; }; -G.ss07 = { -Hbar = 27; -Lslash = 32; -Oslash = 23; -eight = 17; -hbar = 17; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -48; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -25; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -34; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -39; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -39; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -46; +"@MMK_R_KO_quoteright.ss01" = -46; }; -Germandbls = { -A = 0; -E = 4; -G = 16; -I = 4; -L = 4; -S = 28; -T = -5; -Z = 0; -a = 24; -hyphen = 42; -parenright = -2; +quotesingle = { +Hbar = 14; +eacute = -63; +hbar = 10; +igrave = 8; +icaron = 20; +icircumflex = 22; +idieresis = 21; +imacron = 48; +itilde = 42; +jcircumflex = 13; +idieresis.ss01 = 11; +g.ss06 = -63; +mu = -44; +exclamdown = -50; +questiondown = -63; +backslash = 29; +questiondown.case = -63; +questiondown.ss01 = -63; +underscore = -63; +ampersand = -63; +lessequal = -63; +asciitilde = -63; }; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 15; -endash = 0; +exclam = { exclam = 0; -greater = 0; -hyphen = 0; -ibreve = 38; -jcircumflex = 24; -l = 0; -n = 0; -o = 0; -s = 0; -x = 0; +parenright = -31; +guillemetleft = -17; +guillemetright = -41; +}; +Imacron.ss02 = { +endash.case = -102; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -124; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -46; +"@MMK_R_KO_four" = -56; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -53; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 28; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -50; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -73; +"@MMK_R_KO_asciicircum" = -40; }; -Hbar = { -B = 33; -D = 33; -E = 33; -F = 33; -Gdotaccent = 20; -H = 33; -Hbar = 125; -I = 33; -I.ss02 = 3; -K = 33; -L = 33; -M = 33; -N = 33; -O = 20; -Q = 20; -R = 33; -S = 54; -T = 4; -U = 45; -W = 56; -Zdotaccent = 7; -b = 24; -exclam = 33; -i = 7; -i.ss01 = 6; -idotaccent = 7; -j = 7; -l = 24; -l.ss04 = 26; -ninesuperior = 33; -question = 64; -quotedblright = 63; -quoteright = 63; -quotesingle = 45; -sixsuperior = 32; -u = 4; -w = 14; +imacron = { +ncommaaccent = 0; +lcommaaccent = 10; +three = 30; +exclam.ss01 = 79; +quotedbl = 48; }; -I = { -Hbar = 33; -backslash = 15; -greater = 0; -jcircumflex = 24; +three = { +icircumflex = 59; +braceright = -62; +bracketright.case = -30; +trademark = -44; }; -I.ss02 = { -Dcroat = -24; -Eth = -24; -Tcedilla = 25; -jcircumflex = 8; -logicalnot = -95; +radical = { +four = -56; +seven = 36; +hyphen = -55; +A = -89; +J = -97; +J.ss10 = -83; +a = -45; +d = -47; +a.ss05 = -43; +c = -48; +g = -41; +s = -38; +l.ss04 = 31; +g.ss06 = -41; +}; +quotesinglbase = { +Iogonek = -2; +oslash = -43; +p = -28; +jcircumflex = -11; +germandbls = -80; +numbersign = -89; +parenleft.case = -73; +at = -89; +copyright = -89; +published = -89; +dollar = -85; +euro = -89; minus = -89; -plus = -82; +equal = -89; +approxequal = -89; }; -Iacute = { -Igrave = 71; -Rcaron = 0; -Tcaron = 0; -U = 2; -comma.ss01 = -29; -l.ss04 = 10; -parenright = 15; -period.ss01 = -36; +germandbls = { +a = 16; +d = 14; +a.ss05 = 8; +e = 12; +f = 0; +g = 20; +i = 2; +s = 0; +t = 0; +v = 0; +w = 0; +g.ss06 = 4; +t_i.liga = 0; +t_t.liga = 0; +period.ss01 = -42; +comma.ss01 = -37; +hyphen = 26; +parenright = -70; +bracketright = -45; +quotedblleft = -30; +quotesingle = -25; }; -Iacute.ss02 = { -Eth = -24; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -48; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_parenleft" = 18; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -41; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -30; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = -48; +"@MMK_R_KO_O" = -89; +"@MMK_R_KO_Oacute" = -89; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = -89; +"@MMK_R_KO_S" = -71; +"@MMK_R_KO_T" = -89; +"@MMK_R_KO_U" = -87; +"@MMK_R_KO_V" = -89; +"@MMK_R_KO_W" = -89; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -89; +"@MMK_R_KO_Z" = -25; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = -77; +"@MMK_R_KO_a" = -79; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -60; +"@MMK_R_KO_l" = -50; +"@MMK_R_KO_e" = -85; +"@MMK_R_KO_eacute" = -72; +"@MMK_R_KO_f" = -79; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_i" = -53; +"@MMK_R_KO_n" = -59; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = -57; +"@MMK_R_KO_s" = -65; +"@MMK_R_KO_t" = -83; +"@MMK_R_KO_u" = -82; +"@MMK_R_KO_uacute" = -68; +"@MMK_R_KO_v" = -89; +"@MMK_R_KO_w" = -89; +"@MMK_R_KO_y" = -70; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = -55; +"@MMK_R_KO_t_t.liga" = -81; +"@MMK_R_KO_pi" = -76; +"@MMK_R_KO_zero" = -89; +"@MMK_R_KO_one" = -89; +"@MMK_R_KO_two" = -31; +"@MMK_R_KO_three" = -70; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_five" = -65; +"@MMK_R_KO_six" = -89; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = -59; +"@MMK_R_KO_nine" = -66; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_question" = -89; +"@MMK_R_KO_asterisk" = -89; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -89; +"@MMK_R_KO_hyphen.case" = -89; +"@MMK_R_KO_quotedblleft" = -89; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -89; +"@MMK_R_KO_guillemetright" = -89; +"@MMK_R_KO_plus" = -89; +"@MMK_R_KO_percent" = -89; }; -Ibreve = { -Imacron = 165; +Odieresis = { +Eth = 2; +Germandbls = -11; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -108; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -45; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = -48; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -14; +"@MMK_R_KO_seven" = -23; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -76; +"@MMK_R_KO_ninesuperior" = -70; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = -34; +"@MMK_R_KO_endash" = -35; +"@MMK_R_KO_hyphen.case" = -22; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -85; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -30; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_degree" = -48; +"@MMK_R_KO_plus" = -33; +"@MMK_R_KO_percent" = 0; }; -Icircumflex = { -Icircumflex = 130; -bracketright = 30; -icircumflex = 24; -l.ss04 = 12; -parenright = 48; -parenright.case = 54; +e = { +idieresis = -2; +germandbls = -19; +gbreve.ss06 = 0; +seven = -64; +emdash = 10; +registered = -28; +logicalnot = -23; +asciitilde = 0; }; -Idieresis = { -Idieresis = 133; -Igrave = 82; -idieresis = 29; -parenright = 36; +Oacute = { +Eth = 2; +Lslash = -2; }; -Idieresis.ss01 = { -Idieresis.ss01 = 94; -Igrave = 73; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 50; +"@MMK_R_KO_H" = 13; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = 49; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 42; +"@MMK_R_KO_I.ss02" = 33; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 17; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 14; +"@MMK_R_KO_icircumflex" = 40; +"@MMK_R_KO_imacron" = 54; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 42; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_backslash" = -15; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 31; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 33; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = -69; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -42; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -53; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -123; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 26; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 21; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -51; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -64; +"@MMK_R_KO_period" = 23; +"@MMK_R_KO_comma" = 28; +"@MMK_R_KO_colon" = 31; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -59; +"@MMK_R_KO_underscore" = 15; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -77; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -49; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -84; +"@MMK_R_KO_asciicircum" = -49; }; -Idieresis.ss02 = { -idieresis = 36; +Germandbls = { +B = 2; +E = 2; +I = 2; +L = 2; +S = 24; +T = -3; +Z = -3; +a = 24; +foursuperior = -56; +hyphen = 38; }; -Idotaccent = { -l.ss04 = 9; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -77; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -56; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -41; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -44; +"@MMK_R_KO_quoteright.ss01" = -45; }; -Idotaccent.ss01 = { -l.ss04 = 9; -period.ss01 = -36; +six.dnom = { +question = -100; +question.ss01 = -119; +parenright = -84; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +quotedbl = -163; +quotesingle = -63; +quotedblleft.ss01 = -151; +quoteleft.ss01 = -81; +quotedblright.ss01 = -151; +quoteright.ss01 = -81; +degree = -157; }; -Idotbelow = { -U = 2; -comma = 22; -j = 15; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -64; }; -Imacron = { -Ibreve = 164; -Imacron = 184; -imacron = 56; -l.ss04 = 10; -parenright = 53; -parenright.case = 56; +less = { +two = 27; +three = 31; +parenright = -72; +less = -148; +S = 24; }; -Iogonek = { -Iogonek = 24; -iogonek = 15; -j = 23; +Acircumflex = { +six = -32; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -70; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_Oacute" = -32; +"@MMK_R_KO_J" = -70; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -70; +"@MMK_R_KO_a" = -70; +"@MMK_R_KO_aacute" = -70; +"@MMK_R_KO_a.ss05" = -55; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -70; +"@MMK_R_KO_eacute" = -70; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -70; +"@MMK_R_KO_i" = -23; +"@MMK_R_KO_n" = -53; +"@MMK_R_KO_j" = -29; +"@MMK_R_KO_s" = -70; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_uacute" = -44; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -33; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = -70; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -30; +"@MMK_R_KO_seven" = 13; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_ellipsis" = -70; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -70; +"@MMK_R_KO_hyphen" = -70; +"@MMK_R_KO_endash" = -70; +"@MMK_R_KO_hyphen.case" = -70; +"@MMK_R_KO_endash.case" = -32; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -69; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -27; +"@MMK_R_KO_plus" = -70; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -144; +"@MMK_R_KO_H" = -26; +"@MMK_R_KO_O" = -41; +"@MMK_R_KO_J" = -137; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -61; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = -63; +"@MMK_R_KO_I.ss02" = -45; +"@MMK_R_KO_J.ss10" = -216; +"@MMK_R_KO_a" = -93; +"@MMK_R_KO_a.ss05" = -82; +"@MMK_R_KO_l" = -26; +"@MMK_R_KO_e" = -102; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -89; +"@MMK_R_KO_i" = -46; +"@MMK_R_KO_n" = -68; +"@MMK_R_KO_j" = -52; +"@MMK_R_KO_s" = -80; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_z" = -48; +"@MMK_R_KO_t_t.liga" = -27; }; -Iogonek.ss02 = { -comma = 61; -iogonek = 57; -j = 78; +ellipsis.ss01 = { +Dcroat = -84; +Tbar = -184; +tbar = -97; +twosuperior = -185; +threesuperior = -196; +fivesuperior = -201; +eightsuperior = -205; +question.ss01 = -152; +parenleft = -75; +braceright = -101; +parenleft.case = -90; +quoteleft.ss01 = -81; +quoteright.ss01 = -81; }; -Itilde = { -Idieresis = 153; -Idieresis.ss01 = 130; -Itilde = 165; +u = { +l = 0; +idieresis = 0; +s = 0; +germandbls = 7; +logicalnot = -31; }; -J = { -Hbar = 39; -Iogonek = 2; -Oslash = 6; -backslash = 21; -greater = 5; -i.ss01 = 5; -ibreve = 44; -idieresis = 35; -iogonek = 2; -jcircumflex = 29; +colon.ss01 = { +T = -82; +V = -73; +Y = -82; +zero = -42; +one = -60; +three = -52; +four = -82; +onesuperior = -78; +sevensuperior = -82; +emdash = -82; +parenright = -82; +braceright = -82; +bracketright = -80; }; -Jacute = { -Ecaron = 0; -Edieresis = 0; -Egrave = 0; -Hbar = 39; -Ibreve = 111; -Icircumflex = 57; -Idieresis = 88; -Idieresis.ss01 = 80; -Idotaccent = 10; -Igrave = 77; -Imacron = 121; -Itilde = 95; -Oslash = 6; -backslash = 21; -ibreve = 44; -idieresis = 35; -jcircumflex = 29; -parenright = 16; -parenright.case = 29; +ocircumflexacute = { +sevensuperior = -43; +parenright = -42; +bracketright = -26; +quotedbl = -88; +quotesingle = -63; }; -Jcircumflex = { -A = -10; -E = 0; -Jcircumflex = -3; -O = 6; -U = 10; -a = 3; -e = 5; -jcircumflex = 30; -o = 3; -parenright = 54; +egrave = { +T = -140; }; -K = { -Iogonek = 29; -Lslash = -16; -OE = -37; -Ydotbelow = 16; -Ydotbelow.ss01 = 16; -Ygrave = 16; -ampersand = 0; -asciitilde = -100; -at = -25; -backslash = 24; -dollar = -13; -ecircumflexacute = -17; -edieresis = -22; -eight = -4; -equal = -52; -jcircumflex = 18; -lcommaaccent.ss04 = 31; -less = -84; -logicalnot = -116; -minus = -103; -nine = -10; -numbersign = -54; -odieresis = -23; -parenleft = -15; -plus = -92; -rcaron = 2; -registered = -46; -seven = 25; -three = 0; -two = 25; -u = -23; -ygrave = -42; -yhookabove = -42; -ytilde = -33; +Jcircumflex = { +jcircumflex = 33; +parenright = 0; +bracketright = 27; +parenright.case = 5; +bracketright.case = 31; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = 16; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 56; +"@MMK_R_KO_imacron" = 63; +"@MMK_R_KO_itilde" = 55; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 30; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = 31; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -54; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = -23; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_braceright" = -69; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_bracketright.case" = -33; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -53; +"@MMK_R_KO_asciicircum" = -63; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_J" = -103; +"@MMK_R_KO_G.ss07" = 30; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -120; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -95; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = -89; +"@MMK_R_KO_I.ss02" = -83; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_z" = -45; +"@MMK_R_KO_t_t.liga" = -19; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 7; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -46; +"@MMK_R_KO_f" = -53; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -44; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = -50; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -54; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = -52; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -6; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = -37; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -65; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_v" = -65; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_y" = -65; +"@MMK_R_KO_z" = 41; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -38; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_two" = 43; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -65; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = -65; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -21; +"@MMK_R_KO_sixsuperior" = -65; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_foursuperior" = -65; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_ninesuperior" = -65; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -65; +"@MMK_R_KO_asterisk" = -65; +"@MMK_R_KO_slash" = 34; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_endash" = -65; +"@MMK_R_KO_hyphen.case" = -65; +"@MMK_R_KO_endash.case" = -65; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_quotedblleft" = -65; +"@MMK_R_KO_quotedblright" = -65; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -65; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -49; +"@MMK_R_KO_quotedbl" = -65; +"@MMK_R_KO_quotesingle" = -63; +}; +udieresis = { +germandbls = 7; }; -L = { -Dcroat = -32; -H = 0; -Iogonek = 6; -Jcircumflex = 26; -OE = -52; -Oslash = -10; -Tbar = -116; -Tcedilla = -108; -Ycircumflex = -126; -Ydieresis = -126; -Ydieresis.ss01 = -126; -Ydotbelow = -126; -Ydotbelow.ss01 = -126; -Ygrave = -126; -ampersand = -15; -asciitilde = -213; -at = -38; -backslash = -119; -eight = -18; -equal = -138; -five = -25; -idotbelow = -17; -less = -175; -logicalnot = -215; -minus = -227; -multiply = -73; -nine = -21; -numbersign = -68; -ordfeminine = -219; -ordmasculine = -217; -parenleft = -30; -plus = -136; -quotedbl = -163; -quoteleft = -89; -quoteleft.ss01 = -81; -quoteright.ss01 = -81; -registered = -184; -seven = -69; -three = -17; -two = 7; +E = { +Hbar = 2; +igrave = 21; +idieresis = 0; +jcircumflex = 0; +germandbls = -55; +idieresis.ss01 = 29; +zero = -32; +two = 0; +six = -37; +seven = 0; +numbersign = -67; +registered = -61; +multiply = -80; +logicalnot = -38; +asciitilde = -53; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -70; +"@MMK_R_KO_Oacute" = -70; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -63; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = -49; +"@MMK_R_KO_V" = -139; +"@MMK_R_KO_W" = -89; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -134; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -37; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -40; +"@MMK_R_KO_eacute" = -41; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -46; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_v" = -89; +"@MMK_R_KO_w" = -63; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = -51; +"@MMK_R_KO_one" = -65; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -166; +"@MMK_R_KO_five" = -24; +"@MMK_R_KO_six" = -50; +"@MMK_R_KO_seven" = -79; +"@MMK_R_KO_eight" = -20; +"@MMK_R_KO_nine" = -29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_slash" = 47; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 5; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblright.ss01" = -151; }; Lcaron = { -A = 24; +A = 15; B = 0; -Ccaron = -42; -D = 0; -G = -42; -H = 0; -J = 26; -K = 0; M = 0; N = 0; -Ncaron = 0; -O = -42; -R = 0; -S = -10; -Scaron = -10; -T = -52; -U = -29; -Uacute = -29; -V = -45; -a = -34; -a.ss05 = -12; -comma = 5; -eightsuperior = -81; -fivesuperior = -81; -foursuperior = -101; -hyphen = -126; -hyphen.case = -149; -ninesuperior = -75; -onesuperior = -62; -parenright = -20; -period = 11; -question = -61; -sevensuperior = -59; -sixsuperior = -80; -threesuperior = -73; -twosuperior = -69; -u = -34; -uacute = -34; -v = -75; +K = 0; +C = -58; +O = -58; +G = -58; +Ccaron = -58; +Ocircumflex = -58; +J = 13; +S = -22; +Scaron = -22; +T = -53; +U = -40; +Uacute = -40; +V = -48; +W = -48; +Zcaron = 16; +I.ss02 = 11; +a = -48; +u = -44; +v = -91; +w = -73; +sixsuperior = -86; +onesuperior = -74; +twosuperior = -82; +threesuperior = -89; +foursuperior = -113; +fivesuperior = -87; +sevensuperior = -69; +eightsuperior = -89; +ninesuperior = -107; +period = 0; +comma = 0; +question = -71; +question.ss01 = -79; +hyphen = -170; +hyphen.case = -163; +parenright = -41; +quotedblleft = -85; +quoteleft = -70; +guillemetleft = -98; +guilsinglleft = -98; +quotedbl = -77; +quotesingle = -63; +quotedblleft.ss01 = -98; +quoteleft.ss01 = -81; }; -Lslash = { -Ydieresis = -126; -Ydieresis.ss01 = -126; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -56; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -79; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -123; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -75; +"@MMK_R_KO_I.ss02" = -78; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 23; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 22; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 26; +"@MMK_R_KO_w" = 31; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 23; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_four" = -21; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -101; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = -88; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_braceright" = -86; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -42; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -37; +}; +Udieresis.ss01 = { +b = -21; +}; +twosuperior = { +A = -100; +fraction = -21; +period = -65; +comma = -70; +slash = -103; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -55; +parenright = -51; +parenright.case = -50; }; -M = { -Hbar = 33; -backslash = 15; -greater = 0; -ibreve = 38; -idieresis = 29; -idieresis.ss01 = 16; +period = { +g.ss06 = 28; +ordfeminine = -65; +ordmasculine = -65; +twosuperior = -65; +threesuperior = -65; +fivesuperior = -65; +eightsuperior = -65; +parenleft = -16; +braceright = -65; +parenleft.case = -35; }; -N = { -Hbar = 33; -backslash = 15; -degree = -25; -greater = 0; -idieresis = 29; -jcircumflex = 24; +uhorntilde = { +a = -16; +a.ss05 = -20; +n = -2; +u = 0; +period = -19; +comma = -23; +ellipsis = -56; +question = 48; +period.ss01 = -50; +ellipsis.ss01 = -53; +comma.ss01 = -42; +parenright = -30; +quotedblright = 0; +quotedbl = 0; }; -O = { -Dcroat = 39; -Eth = 39; -Hbar = 20; -Jcircumflex = -43; -Lslash = 24; -Oslash = 32; -Tbar = -22; -Tcedilla = -42; -Ydieresis = -38; -Ydieresis.ss01 = -38; -at = 28; -backslash = -8; -bracketright.case = -55; -eight = 15; -five = 10; -gbreve.ss06 = 11; -idieresis = 17; -less = 34; -parenleft = 26; -parenleft.case = 24; -parenright = -59; -parenright.case = -53; +nine = { +ordmasculine = -12; +underscore = -59; +braceright = -83; +braceright.case = -79; +bracketright.case = -59; +trademark = -68; +asciicircum = -64; }; -Oacute = { -Eth = 39; -Lslash = 24; -parenright = -59; +T = { +Hbar = 0; +Lslash = -19; +Oslash = -58; +Tbar = 14; +aacute = -126; +agrave = -77; +adotbelow = -126; +adotbelow.ss01 = -126; +aogonek = -126; +adieresis = -76; +ahookabove = -92; +ae = -125; +a.ss05 = -125; +aacute.ss05 = -119; +aogonek.ss05 = -125; +adotbelow.ss05 = -125; +cacute = -128; +ccedilla = -128; +eacute = -126; +edotaccent = -111; +eogonek = -128; +edotbelow = -128; +edotbelow.ss01 = -128; +edotaccent.ss01 = -112; +egrave = -73; +ecaron = -63; +ehookabove = -90; +oacute = -128; +ohookabove = -92; +ograve = -76; +ocircumflexhookabove = -89; +ohungarumlaut = -105; +odotbelow = -128; +ohorngrave = -76; +ohornacute = -128; +odotbelow.ss01 = -128; +oslash = -125; +gbreve = -64; +i.ss01 = -16; +idotaccent.ss01 = -16; +iacute = -40; +igrave = 24; +rcaron = 0; +ihookabove = 0; +idotless = -77; +ibreve = 55; +icaron = 51; +idieresis = 0; +racute = -76; +scaron = -41; +scircumflex = -72; +uacute = -132; +uhorndotbelow = -141; +uhorndotbelow.ss01 = -141; +ugrave = -75; +udotbelow = -141; +uogonek = -141; +uhorngrave = -75; +uhornacute = -132; +udotbelow.ss01 = -141; +uhornhookabove = -89; +ygrave = -55; +ycircumflex = -72; +yhookabove = -72; +zcaron = -33; +idieresis.ss01 = 31; +zero = -44; +six = -48; +seven = 16; +zeroinferior = -132; +twoinferior = -134; +numbersign = -70; +endash.case = -113; +parenleft.case = -47; +guilsinglleft = -108; +guilsinglright = -128; +at = -93; +ampersand = -77; +registered = -64; +plus = -124; +minus = -136; +multiply = -102; +divide = -129; +equal = -123; +less = -147; +greaterequal = -121; +plusminus = -121; +approxequal = -160; +logicalnot = -147; +asciitilde = -142; }; -Ocircumflex = { -Lslash = 24; -Tcedilla = -42; +quotesinglbase.ss01 = { +Dcroat = -69; +T = -81; +Tcaron = -81; +V = -81; +W = -81; +Y = -81; +oslash = -31; +germandbls = -72; +numbersign = -81; +question.ss01 = -81; +parenleft.case = -65; +quoteright.ss01 = -81; +at = -72; +copyright = -81; +published = -81; +euro = -81; +minus = -81; +equal = -81; +approxequal = -81; }; -Odieresis = { -Eth = 39; -gbreve.ss06 = 11; +Q = { +Dcroat = 28; +two = 29; +seven = -7; +registered = -4; }; -Odieresis.ss01 = { -Eth = 39; +quoteright = { +Hbar = 0; +a.ss05 = -89; +eacute = -89; +hbar = -2; +igrave = -16; +icircumflex = -9; +idieresis = 0; +imacron = 21; +itilde = 12; +jcircumflex = -14; +scaron = -78; +x = -79; +g.ss06 = -89; +gdotaccent.ss06 = -89; +mu = -89; +questiondown = -89; +questiondown.case = -89; +quotedblbase = -89; +euro = -88; +asciitilde = -89; }; -Ograve = { -Lslash = 24; +minus = { +one = -77; +two = -101; +three = -100; +seven = -132; +one.numr = -48; +seven.numr = -56; +period = -65; +comma = -70; +period.ss01 = -62; +comma.ss01 = -63; +parenright = -118; +parenright.case = -101; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +guillemetright = -69; +quotedbl = -143; +quotesingle = -63; +quotedblleft.ss01 = -151; +quoteleft.ss01 = -81; +quotedblright.ss01 = -151; +quoteright.ss01 = -81; +tenge = -135; +yen = -56; +x = -60; }; -Omacron = { -Eth = 39; -Lslash = 24; +ldot.ss04 = { +a = 15; +e = 11; +period = -65; +comma = -70; }; -Oslash = { -Eth = 39; -G = 32; -G.ss07 = 32; -J = -43; -O = 32; -Oslash = 32; -S = 7; -T = -2; -V = 0; -Y = 0; -comma = -42; -comma.ss01 = -65; -d = 24; -e = 24; -g = 25; -hyphen = 26; -hyphen.case = 39; -k = 8; -l = 8; -l.ss03 = 9; -l.ss04 = 17; -period = -43; -period.ss01 = -65; -r = 6; -s = 4; -v = 17; -y = 17; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 40; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -53; +"@MMK_R_KO_J.ss10" = 9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = -34; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -50; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = 27; +"@MMK_R_KO_four" = 32; +"@MMK_R_KO_five" = 33; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -49; +"@MMK_R_KO_eight" = 33; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -60; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_ninesuperior" = -83; +"@MMK_R_KO_period" = -48; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -50; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -45; +"@MMK_R_KO_endash.case" = -51; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -61; +"@MMK_R_KO_quotedblleft" = -60; +"@MMK_R_KO_quotedblright" = -60; +"@MMK_R_KO_quoteleft" = -58; +"@MMK_R_KO_quoteright" = -58; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -80; +"@MMK_R_KO_quotedblright.ss01" = -61; +"@MMK_R_KO_degree" = -78; +"@MMK_R_KO_plus" = -50; +"@MMK_R_KO_percent" = -47; +}; +acircumflexacute.ss05 = { +t = -18; +y = -25; +t_i.liga = -16; +t_t.liga = -17; +question = -43; +question.ss01 = -49; }; -P = { -Jcircumflex = -106; -Lslash = -15; -OE = 22; -Oslash = 21; -Tcedilla = -6; -ampersand = -33; -bracketright.case = -32; -ellipsis.ss01 = -265; -exclam.ss01 = 13; -five = 12; -fourinferior = -97; -idieresis = 26; -lcommaaccent = 12; -lcommaaccent.ss04 = 18; -less = 16; -nine = 30; -parenleft = 8; -seven = 35; -three = 10; -threeinferior = -36; -two = 31; +p = { +seven = -66; +registered = -31; }; -Q = { -Dcroat = 25; -backslash = -16; -minus = -15; -plus = -2; -registered = -5; -seven = -7; -two = 23; +idotaccent = { +T = -22; +idieresis = 10; +parenright = -46; }; -R = { -Hbar = 53; -Iogonek = 4; -Jcircumflex = 2; -Oslash = 5; -Tcedilla = -14; -Ydieresis = -13; -ampersand = 10; -eight = 9; -greater = 16; -idieresis = 33; -jcircumflex = 36; -nine = 16; -seven = 15; -three = 10; -two = 21; +summation = { +n = -88; }; -S = { -Abrevetilde = 0; -Hbar = 43; -Lslash = 36; -OE = 15; -Oslash = 14; -Tcedilla = -21; -Ycircumflex = -21; -ampersand = 25; -bracketright.case = -14; -dollar = 13; -eight = 27; -five = 8; -greater = 33; -hbar = 28; -ibreve = 37; -idieresis = 28; -idieresis.ss01 = 26; -minus = -29; -nine = 11; -parenleft = 15; -plus = -15; -three = 27; -two = 14; +eth = { +a = 19; +d = 16; +aacute = 19; +e = 17; +o = 17; +eth = 21; +odieresis = 17; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 23; +i = 6; +j = 0; +s = 2; +t = 0; +u = 8; +v = -5; +y = -6; +t_i.liga = 0; +t_t.liga = 0; +period = -21; +comma = -23; +period.ss01 = -46; +comma.ss01 = -40; +hyphen = 27; +parenright = -66; +bracketright = -35; +quotedblleft = -44; +quoteleft = -40; +quotedbl = -48; }; -Scaron = { -iogonek = 8; +igrave = { +parenright = -64; }; -Scedilla = { -parenright = -27; +three.numr = { +fraction = -31; }; -T = { -Acircumflex = -84; -Acircumflexacute = -80; -Acircumflexdotbelow = -84; -Acircumflexgrave = -80; -Amacron = -75; -Atilde = -85; -Hbar = 4; -Lslash = -19; -OE = -41; -Oslash = -42; -Ycircumflex = 16; -Ydotbelow = 16; -Ygrave = 16; -a.ss05 = -125; -aacute.ss05 = -115; -abreve = -56; -abreveacute = -62; -abrevedotbelow = -56; -abrevegrave = -62; -acircumflex = -78; -acircumflex.ss05 = -66; -acircumflexacute = -41; -acircumflexacute.ss05 = -23; -acircumflexdotbelow = -78; -acircumflexdotbelow.ss01 = -78; -acircumflexgrave = -84; -acircumflexhookabove = -84; -acircumflexhookabove.ss05 = -69; -acircumflextilde = -64; -adieresis = -70; -adieresis.ss05 = -50; -adotbelow.ss05 = -125; -ae = -125; -agrave = -73; -ahookabove = -88; -ahookabove.ss05 = -68; -amacron = -56; -ampersand = -55; -aogonek.ss05 = -125; -aring = -75; -asciitilde = -142; -at = -61; -atilde = -63; -backslash = 24; -e = -129; -eacute = -128; -ecaron = -55; -ecircumflexacute = -37; -edieresis = -64; -edotaccent = -108; -egrave = -65; -ehookabove = -79; -eight = -17; -emacron = -51; -equal = -115; -hbar = 0; -i.ss01 = -16; -iacute = -40; -ibreve = 52; -idieresis = 35; -idieresis.ss01 = 25; -idotaccent.ss01 = -16; -idotbelow = -22; -idotless = -103; -ihookabove = 0; -less = -117; -logicalnot = -121; -minus = -137; -multiply = -74; -numbersign = -68; -oacute = -128; -ocircumflexacute = -40; -odieresis = -68; -ograve = -69; -ohookabove = -84; -ohorngrave = -69; -ohungarumlaut = -95; -omacron = -54; -otilde = -59; -parenleft = -48; -plus = -120; -racute = -70; -rcaron = -7; -registered = -50; -scaron = -37; -scircumflex = -62; -seven = 0; -three = -14; -two = -9; -twoinferior = -127; -uacute = -115; -ubreve = -49; -ucircumflex = -73; -udieresis = -66; -udieresis.ss01 = -63; -ugrave = -67; -uhookabove = -79; -uhorngrave = -67; -uhornhookabove = -79; -uhungarumlaut = -92; -umacron = -55; -uring = -66; -utilde = -57; -ycircumflex = -62; -ygrave = -48; -yhookabove = -65; -zeroinferior = -137; +Aring = { +endash.case = -61; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -143; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_backslash" = -36; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -40; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_quotedblleft" = -52; +"@MMK_R_KO_quotedblright" = -48; +"@MMK_R_KO_quoteleft" = -52; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -71; +"@MMK_R_KO_quotedblright.ss01" = -53; +"@MMK_R_KO_quoteright.ss01" = -53; +"@MMK_R_KO_trademark" = -84; +"@MMK_R_KO_asciicircum" = -68; }; -Tbar = { -A = -84; -Aacute = -84; -Tbar = 35; -comma = -89; -comma.ss01 = -81; -guilsinglleft = -31; -oslash = -40; -period = -85; -period.ss01 = -82; -slash = -90; -tbar = -45; +lcommaaccent = { +j = 2; }; -Tcaron = { -a.ss05 = -125; -udieresis = -66; +quoteright.ss01 = { +igrave = -11; +icircumflex = 0; +imacron = 14; +itilde = 20; +jcircumflex = -4; +idieresis.ss01 = 0; +g.ss06 = -81; +gdotaccent.ss01.ss06 = -81; +mu = -81; +questiondown.case = -81; +questiondown.ss01 = -81; +quotedblbase.ss01 = -81; +asciitilde = -81; }; -Tcedilla = { -Tcedilla = 27; -a.ss05 = -125; -abreve = -56; -amacron = -56; -umacron = -54; +backslash = { +p = 15; +g.ss06 = 40; +backslash = -111; +underscore = 37; +quoteright.ss01 = -81; }; -Tcommaaccent = { -a.ss05 = -125; -abreve = -56; -acircumflex = -78; -amacron = -56; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = 25; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -64; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_colon" = -29; +"@MMK_R_KO_semicolon" = -33; +"@MMK_R_KO_ellipsis" = -97; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -46; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_parenleft" = -18; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_bracketright.case" = 17; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -2; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 26; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 33; +"@MMK_R_KO_V" = 44; +"@MMK_R_KO_W" = 56; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 15; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 2; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 15; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 25; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 45; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 17; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -62; }; -Thorn = { -Eth = 49; +parenright.case = { +T = -47; +V = -18; +Y = -33; +Yacute = -33; +period = -35; +comma = -37; +slash = -22; +period.ss01 = -54; +comma.ss01 = -47; +hyphen.case = 14; +emdash.case = 14; +parenleft.case = 9; +parenright.case = -64; +braceright.case = -72; +bracketright.case = -44; +quotedbl = -22; }; -U = { -Dcroat = 12; -Eth = 12; -Germandbls = 2; -Hbar = 45; -Idieresis = 3; -Igrave = 2; -Lcommaaccent = 2; -Lslash = 11; -Tcedilla = 0; -backslash = 27; -greater = 4; -hbar = 34; -jcircumflex = 35; -seven = 12; -yhookabove = 7; +degree = { +zero = -38; +three = -26; +four = -134; +five = -26; +six = -45; +period = -65; +comma = -70; +slash = -143; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -170; +emdash = -171; +endash = -108; +hyphen.case = -92; +emdash.case = -71; +parenright = -67; +bracketright = -44; +parenright.case = -66; +bracketright.case = -44; +g.ss06 = -85; +}; +H = { +H = 0; +Hbar = 32; +igrave = 26; +ibreve = 56; +idieresis = 45; +jcircumflex = 28; +x = 0; +idieresis.ss01 = 28; +exclam = 0; +endash = 0; +ampersand = 0; +}; +lessequal = { +parenright = -71; +greaterequal = 0; +lessequal = -34; +Y = -55; +n = -27; +}; +mu = { +mu = 0; +pi = 8; +one = -49; +onesuperior = -47; +twosuperior = -18; +sevensuperior = -66; +period.ss01 = -27; +comma.ss01 = -24; +hyphen = 0; +parenright = -75; +braceright = -83; +bracketright = -66; +quotedblleft = -52; +quotedblright = -48; +quoteleft = -52; +quoteright = -48; +quotedbl = -48; +quotesingle = -46; +trademark = -84; +asciicircum = -68; +}; +questiondown = { +p = 0; +questiondown = 0; +}; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = -23; +Eth = -23; +Lslash = -10; +Tbar = -96; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 0; +jcircumflex = 0; +germandbls = -23; +tbar = -26; +gbreve.ss06 = 20; +ordfeminine = -102; +ordmasculine = -102; +zero = -33; +two = 39; +three = 0; +five = -4; +six = -32; +seven = -75; +eight = 0; +nine = -14; +numbersign = -28; +endash.case = -61; +parenleft.case = -23; +quotedblleft.ss01 = -141; +at = -26; +ampersand = 0; +registered = -87; +dollar = -20; +plus = -55; +minus = -71; +multiply = -34; +divide = -55; +equal = -32; +notequal = -55; +less = -71; +approxequal = -65; +logicalnot = -83; +asciitilde = -64; }; -Uacute = { -Eth = 12; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 40; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -55; +"@MMK_R_KO_Oacute" = -55; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 35; +"@MMK_R_KO_I.ss02" = 29; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 26; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -38; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = -71; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = -8; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -33; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -36; +"@MMK_R_KO_threesuperior" = -42; +"@MMK_R_KO_foursuperior" = -75; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 27; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -35; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -44; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_endash" = -83; +"@MMK_R_KO_underscore" = 4; +"@MMK_R_KO_hyphen.case" = -101; +"@MMK_R_KO_parenleft" = -18; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -33; +"@MMK_R_KO_quoteleft" = -38; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetleft" = -69; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -55; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_quoteright.ss01" = -29; +"@MMK_R_KO_trademark" = -35; +"@MMK_R_KO_asciicircum" = -121; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -25; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = 16; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = 24; +"@MMK_R_KO_four" = 31; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_endash.case" = -13; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -28; +"@MMK_R_KO_plus" = -16; +"@MMK_R_KO_percent" = 0; }; -Udieresis = { -Germandbls = 2; +ohornacute = { +c = -8; +i = -17; +idotaccent = -17; +i.ss01 = -17; +idotaccent.ss01 = -17; +m = -19; +n = -19; +p = -17; +t = -20; +u = -19; +t_i.liga = -19; +t_i.liga.ss01 = -19; +t_t.liga = -19; +parenright = -94; }; -V = { -Abrevetilde = -118; -Acircumflex = -87; -Acircumflexacute = -82; -Acircumflexdotbelow = -87; -Acircumflextilde = -80; -Amacron = -77; -Atilde = -88; -Dcroat = -22; -Eth = -22; -Jcircumflex = -47; -OE = -21; -Oslash = -22; -abreve = -40; -abreve.ss05 = -27; -acircumflexacute = -34; -adieresis = -49; -adieresis.ss05 = -37; -amacron = -38; -amacron.ss05 = -23; -ampersand = -50; -at = -33; -backslash = 47; -ccaron = -40; -ecaron = -38; -ecircumflexacute = -26; -edieresis = -42; -eight = -10; -emacron = -37; -equal = -28; -iacute = -18; -ibreve = 75; -idieresis = 50; -idieresis.ss01 = 47; -less = -38; -minus = -65; -ocircumflexacute = -31; -odieresis = -47; -odieresis.ss01 = -51; -otilde = -40; -parenleft = -24; -plus = -51; -racute = -34; -scaron = -23; -seven = 48; -three = -7; -two = 0; -twoinferior = -71; -zcaron = -27; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -89; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -125; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -80; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -94; +"@MMK_R_KO_I.ss02" = -83; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_eacute" = -50; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 14; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -36; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -58; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -40; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -50; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -117; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -85; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -83; +"@MMK_R_KO_endash" = -84; +"@MMK_R_KO_underscore" = -95; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_braceright" = -86; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -42; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -71; +"@MMK_R_KO_asciicircum" = -38; +}; +Ycircumflex = { +a.ss05 = -96; }; -W = { -Hbar = 56; -Lslash = -14; -Ycircumflex = 47; -adieresis = -28; -adieresis.ss05 = -27; -ampersand = -38; -backslash = 51; -idieresis = 52; -minus = -48; -odieresis = -28; -plus = -30; -seven = 45; -three = 0; -threeinferior = -49; -two = 2; +Ograve = { +Lslash = -2; }; -X = { -ampersand = 0; -asciitilde = -97; -at = -23; -backslash = 0; -ecircumflexacute = -19; -eight = -8; -equal = -50; -ibreve = 37; -idieresis = 7; -less = -79; -logicalnot = -113; -minus = -99; -multiply = -47; -nine = -13; -notequal = -29; -numbersign = -52; -plus = -87; -registered = -62; -three = -3; -two = 27; +Hbar = { +Hbar = 124; +Idieresis.ss01 = 32; +exclam.ss01 = 30; }; Y = { -Acircumflex = -83; -Amacron = -75; -Eth = -25; +Eth = -27; Lslash = -19; -Oslash = -38; -Ydieresis = 55; -adieresis = -65; -agrave = -73; -agrave.ss05 = -47; -amacron = -48; -amacron.ss05 = -35; -ampersand = -59; -asciitilde = -113; -at = -51; -backslash = 42; -ecircumflex = -71; -ecircumflexacute = -34; -ecircumflexhookabove = -76; -egrave = -65; -eight = -20; -equal = -50; -iacute = -28; -less = -79; -logicalnot = -90; -minus = -95; -multiply = -55; -nine = -15; -numbersign = -50; -ograve = -70; -parenleft = -36; -plus = -86; -registered = -31; -scaron = -30; +Oslash = -54; +aacute = -107; +a.ss05 = -96; +aacute.ss05 = -95; +aogonek.ss05 = -96; +eth = -88; +ccedilla = -112; +eacute = -112; +edotbelow = -112; +edotbelow.ss01 = -112; +egrave = -66; +ecircumflexacute = -82; +oacute = -112; +odotbelow = -112; +odotbelow.ss01 = -112; +oslash = -112; +iacute = -26; +ntilde = -57; +ncaron = -51; +igrave = 31; +idieresis = 31; +scaron = -31; +zcaron = -23; +idieresis.ss01 = 39; +zero = -46; +two = -11; +three = -19; +six = -51; seven = 37; -three = -14; -two = -8; -twoinferior = -116; -udieresis = -53; -umacron = -41; -}; -Yacute = { -Eth = -25; -udieresis = -53; +eight = -26; +nine = -17; +twoinferior = -135; +numbersign = -45; +ellipsis.ss01 = -171; +endash.case = -63; +parenleft.case = -33; +at = -67; +ampersand = -76; +registered = -37; +plus = -90; +minus = -103; +multiply = -61; +equal = -57; +notequal = -93; +less = -114; +lessequal = -116; +logicalnot = -112; +asciitilde = -118; }; -Z = { -Lslash = -20; -adieresis = -33; -asciitilde = -126; -at = -21; -backslash = 29; -equal = -55; -ibreve = 62; -less = -88; -logicalnot = -102; -minus = -108; -numbersign = -50; -plus = -96; -rcaron = 0; -registered = -36; -seven = 30; -two = 26; +acircumflexacute = { +sevensuperior = -14; +parenright = -11; }; -Zcaron = { -Dcroat = -27; -Iogonek = 38; +odieresis.ss01 = { +germandbls = -28; }; -a = { -asciitilde = -23; -backslash = -38; -germandbls = 0; -jcircumflex = 0; -logicalnot = -33; -notequal = -16; -parenleft = 0; -plus = -21; -r = 0; -registered = -21; -seven = -26; +foursuperior = { +A = -81; +period = -65; +comma = -70; +slash = -85; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -50; }; -a.ss05 = { -T = -112; -backslash = -58; -gbreve.ss06 = 32; -gcircumflex.ss06 = 32; -gcommaaccent.ss06 = 32; -germandbls = -19; -jcircumflex = 0; -seven = -44; +eight = { +icircumflex = 54; +braceright = -68; +bracketright.case = -33; +trademark = -53; }; -aacute = { -parenright = -49; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -43; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -63; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -118; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = -99; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 29; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -106; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_eacute" = -60; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -56; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -50; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -30; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -25; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -30; +"@MMK_R_KO_seven" = 38; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_ellipsis" = -162; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -114; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -50; +"@MMK_R_KO_hyphen" = -71; +"@MMK_R_KO_endash" = -66; +"@MMK_R_KO_hyphen.case" = -54; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -63; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_plus" = -64; +"@MMK_R_KO_percent" = 5; }; -abreve = { -parenright = -40; +w = { +ampersand = -27; }; -abreveacute = { -parenright = -43; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -89; +"@MMK_R_KO_H" = -33; +"@MMK_R_KO_O" = -67; +"@MMK_R_KO_Oacute" = -67; +"@MMK_R_KO_J" = -89; +"@MMK_R_KO_G.ss07" = -58; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = -27; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -48; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = -47; +"@MMK_R_KO_I.ss02" = -29; +"@MMK_R_KO_J.ss10" = -89; +"@MMK_R_KO_a" = -89; +"@MMK_R_KO_aacute" = -89; +"@MMK_R_KO_a.ss05" = -88; +"@MMK_R_KO_l" = -29; +"@MMK_R_KO_e" = -89; +"@MMK_R_KO_eacute" = -89; +"@MMK_R_KO_f" = -52; +"@MMK_R_KO_g" = -89; +"@MMK_R_KO_i" = -43; +"@MMK_R_KO_n" = -77; +"@MMK_R_KO_j" = -49; +"@MMK_R_KO_lslash" = -41; +"@MMK_R_KO_s" = -89; +"@MMK_R_KO_t" = -52; +"@MMK_R_KO_u" = -89; +"@MMK_R_KO_uacute" = -77; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -68; +"@MMK_R_KO_z" = -76; +"@MMK_R_KO_l.ss04" = -15; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_pi" = -75; +"@MMK_R_KO_zero" = -60; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_two" = -27; +"@MMK_R_KO_three" = -40; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_five" = -38; +"@MMK_R_KO_six" = -66; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = -42; +"@MMK_R_KO_nine" = -35; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_foursuperior" = -58; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_ninesuperior" = -59; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_ellipsis" = -89; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = -89; +"@MMK_R_KO_hyphen" = -89; +"@MMK_R_KO_endash" = -89; +"@MMK_R_KO_hyphen.case" = -89; +"@MMK_R_KO_endash.case" = -70; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -89; +"@MMK_R_KO_guillemetright" = -89; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_plus" = -89; }; -abrevedotbelow = { -parenright = -40; +jacute = { +hbar = 10; +idieresis = 10; +iogonek = 12; +j = 2; +j.ss01 = 2; +jcircumflex = 5; +seven = 25; +comma = 3; +slash = 25; +parenright = 9; }; -abrevedotbelow.ss05 = { -c = 0; -t = -21; -t_i.liga = -20; -t_t.liga = -21; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 42; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 44; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_eacute" = -46; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -47; +"@MMK_R_KO_uacute" = -43; +"@MMK_R_KO_v" = -78; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -76; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = -78; +"@MMK_R_KO_endash" = -84; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -78; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -76; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -94; }; -abrevegrave = { -parenright = -43; -sevensuperior = -47; +gcaron.ss06 = { +gcaron.ss06 = 37; }; -abrevehookabove = { -parenright = -43; +Ntilde = { +A = 0; }; -abrevetilde = { -parenright = -34; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -78; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 18; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 17; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 37; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 42; +"@MMK_R_KO_comma" = 40; +"@MMK_R_KO_colon" = 25; +"@MMK_R_KO_semicolon" = 33; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 22; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = 48; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = 6; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 51; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 13; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -52; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = -24; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = -34; +"@MMK_R_KO_I.ss02" = -35; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_n" = -23; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_j" = -28; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = -30; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss03" = -19; +"@MMK_R_KO_l.ss04" = -20; +"@MMK_R_KO_g.ss06" = -17; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -50; +"@MMK_R_KO_threesuperior" = -61; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = -45; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -48; +"@MMK_R_KO_ninesuperior" = -66; +"@MMK_R_KO_period" = -32; +"@MMK_R_KO_comma" = -34; +"@MMK_R_KO_colon" = -28; +"@MMK_R_KO_semicolon" = -30; +"@MMK_R_KO_ellipsis" = -72; +"@MMK_R_KO_exclam" = -26; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -57; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_hyphen.case" = -38; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_parenright.case" = -69; +"@MMK_R_KO_bracketright.case" = -57; +"@MMK_R_KO_quotedblleft" = -40; +"@MMK_R_KO_quotedblright" = -43; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -36; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -54; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_quoteright.ss01" = -36; }; -acircumflexacute = { -parenright = -50; -sevensuperior = -54; +guillemetleft = { +Dcroat = -24; +T = -141; +mu = -2; +twosuperior = -42; +braceright = -102; +minus = -52; +logicalnot = -55; +asciitilde = -52; }; -acircumflexdotbelow = { -parenright = -50; -sevensuperior = -53; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -36; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -129; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -100; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -40; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = -8; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -59; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = -17; +"@MMK_R_KO_semicolon" = -20; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = -10; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -65; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_backslash" = -52; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -42; +"@MMK_R_KO_colon.ss01" = -34; +"@MMK_R_KO_question.ss01" = -72; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -35; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -88; +"@MMK_R_KO_braceright" = -93; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = -92; +"@MMK_R_KO_quotedblright" = -83; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -83; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -74; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -89; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -95; +"@MMK_R_KO_asciicircum" = -73; }; -acircumflexdotbelow.ss05 = { -t = -21; -t_i.liga = -20; -t_t.liga = -21; -y = -23; +icircumflex = { +two = 43; +exclam.ss01 = 48; +parenright = -17; }; -acircumflexgrave.ss05 = { -y = -23; +ihookabove = { +n = 0; }; -acircumflexhookabove.ss05 = { -y = -23; +guilsinglleft = { +twosuperior = -42; +braceright = -102; +logicalnot = -55; +asciitilde = -52; }; -acircumflextilde = { -parenright = -35; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -71; +"@MMK_R_KO_H" = -28; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_J" = -117; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -65; +"@MMK_R_KO_T" = -136; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = -125; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_Z" = -116; +"@MMK_R_KO_I.ss02" = -91; +"@MMK_R_KO_J.ss10" = -135; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = -27; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_f" = -53; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -27; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = -32; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = -53; +"@MMK_R_KO_z" = -91; +"@MMK_R_KO_t_t.liga" = -52; +}; +Uhornacute = { +exclam.ss01 = -3; }; -acircumflextilde.ss05 = { -y = -23; +ocircumflexhookabove = { +parenright = -50; +bracketright = -26; +quotedblright = -63; +quotedbl = -73; +quotesingle = -54; +quotedblright.ss01 = -70; }; -adieresis = { -germandbls = 0; +plusminus = { +one = -65; +parenright = -64; }; -adieresis.ss05 = { -germandbls = -19; +question = { +exclam = 0; +questiondown = -127; +questiondown.case = -106; +bracketright.case = -28; }; -ampersand = { -one = -64; -parenright = -27; -quotedbl = -78; -quotedblleft = -110; -quotedblright = -112; -quoteright = -89; -quotesingle = -78; -seven = -74; -v = -31; -w = -28; -y = -34; +ordmasculine = { +period = -65; +comma = -70; +slash = -110; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -112; +parenright = -57; +parenright.case = -52; }; -aogonek = { -comma = 17; -j = 0; -parenright = 0; +slash = { +Hbar = 26; +Oslash = -28; +hbar = 19; +ntilde = -41; +ncommaaccent = -50; +igrave = 30; +ibreve = 65; +icircumflex = 15; +idieresis = 36; +imacron = 3; +itilde = 43; +jcircumflex = 7; +rcommaaccent = -50; +scaron = -28; +scircumflex = -43; +x = -26; +idieresis.ss01 = 41; +g.ss06 = -59; +gcommaaccent.ss06 = -59; +gdotaccent.ss06 = -58; +gdotaccent.ss01.ss06 = -57; +mu = -50; +oneinferior = -66; +fourinferior = -116; +eightinferior = -89; +backslash = 46; +ellipsis.ss01 = -162; +underscore = -148; +parenleft = -25; +quotesinglbase = -89; +quotedblbase = -124; +quotedblbase.ss01 = -151; +literSign = -43; +cent = -42; +euro = -48; +sterling = -39; +minus = -69; +asciicircum = -78; +infinity = -43; +integral = -60; +radical = -60; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 32; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 32; +"@MMK_R_KO_S" = 49; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 38; +"@MMK_R_KO_W" = 61; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 33; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 37; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 26; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_l.ss03" = 33; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_sixsuperior" = 20; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 29; +"@MMK_R_KO_question" = 49; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 29; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; }; -aogonek.ss05 = { -comma = 60; -j = 33; -j.ss01 = 33; -parenright = 38; +M = { +Hbar = 32; +hbar = 34; +igrave = 26; +ibreve = 56; +icaron = 36; +idieresis = 45; +idieresis.ss01 = 28; }; -approxequal = { -one = -44; -parenright = -114; -parenright.case = -109; +i = { +hbar = 11; +ntilde = 0; +idieresis = 10; +j = 2; +jcircumflex = 2; +s = 0; +germandbls = 7; +slash = 0; +parenright = -46; +braceright = -42; +bracketright = -20; +logicalnot = -31; }; -asciicircum = { -X = -116; -asterisk = -34; -bracketright = -109; -bracketright.case = -110; -comma = -89; -comma.ss01 = -81; -four = -112; -hyphen = -143; -hyphen.case = -76; -one = -48; -parenright = -116; -parenright.case = -115; -period = -85; -period.ss01 = -82; -semicolon = -51; -slash = -146; -three = -53; -two = -36; -x = -51; +macute = { +quotesingle = -63; }; -asciitilde = { -X = -167; -asterisk = -78; -bracketright = -150; -bracketright.case = -150; -comma = -89; -comma.ss01 = -81; -eight = -81; -exclam = -82; -exclam.ss01 = -82; -five = -66; -four = -81; -hyphen = -89; -nine = -63; -one = -99; -parenleft = -65; -parenright = -155; -parenright.case = -146; -period = -85; -period.ss01 = -82; -question = -85; -question.ss01 = -89; -quotedbl = -87; -quotedblleft = -101; -quotedblright = -90; -quoteright = -89; -quotesingle = -83; -seven = -83; -six = -58; -slash = -136; -three = -91; -two = -79; -v = -57; -w = -56; -y = -60; -zero = -56; +greaterequal = { +one = -84; +three = -51; +seven = -106; +parenright = -70; +T = -143; }; -asterisk = { -g.ss06 = -26; -l.ss04 = 33; +eogonek = { +parenright = -72; }; -at = { -A = -24; -C = 33; -G = 33; -J = -55; -O = 33; -T = -47; -V = -23; -X = -44; -Y = -38; -a = 15; -c = 17; -d = 15; -e = 16; -g = 17; -parenright = -67; -parenright.case = -60; +fiveinferior = { +T = -129; +W = -48; +parenright = -68; }; -atilde = { -parenright = -41; +tcedilla = { +comma = 55; +parenright = 11; +bracketright = 19; }; -b = { -backslash = -42; -eight = 12; -notequal = -4; -parenleft = 17; -registered = -22; -seven = -47; +eightsuperior = { +A = -114; +fraction = -30; +period = -65; +comma = -70; +slash = -115; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -73; }; -backslash = { -T = -113; -V = -130; -W = -70; -Y = -124; -asterisk = -89; -backslash = -110; -c = -12; -f = -32; -j = 18; -o = -13; -one = -65; -quotedbl = -107; -quotedblleft = -111; -quotedblleft.ss01 = -120; -quotedblright = -106; -quotedblright.ss01 = -115; -quoteleft = -89; -quoteright = -89; -quotesingle = -83; -seven = -70; -t = -37; -t_i.liga = -35; -t_t.liga = -37; -underscore = 68; -v = -58; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -151; +"@MMK_R_KO_H" = -34; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = -147; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = -29; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -50; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = -43; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = -151; +"@MMK_R_KO_a" = -127; +"@MMK_R_KO_aacute" = -105; +"@MMK_R_KO_a.ss05" = -90; +"@MMK_R_KO_l" = -33; +"@MMK_R_KO_e" = -140; +"@MMK_R_KO_eacute" = -105; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -94; +"@MMK_R_KO_i" = -38; +"@MMK_R_KO_n" = -77; +"@MMK_R_KO_j" = -46; +"@MMK_R_KO_s" = -103; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -84; +"@MMK_R_KO_uacute" = -84; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_y" = -57; +"@MMK_R_KO_z" = -56; +"@MMK_R_KO_l.ss04" = -15; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_pi" = -60; +"@MMK_R_KO_zero" = -53; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_two" = -17; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -147; +"@MMK_R_KO_five" = -34; +"@MMK_R_KO_six" = -58; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -36; +"@MMK_R_KO_nine" = -26; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = -151; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -78; +"@MMK_R_KO_hyphen" = -151; +"@MMK_R_KO_endash" = -151; +"@MMK_R_KO_hyphen.case" = -122; +"@MMK_R_KO_endash.case" = -66; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_guillemetleft" = -108; +"@MMK_R_KO_guillemetright" = -95; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -38; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_plus" = -142; +"@MMK_R_KO_percent" = -17; }; -baht = { -parenright = -39; -parenright.case = -27; -slash = -4; +ordfeminine = { +period = -65; +comma = -70; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -88; +parenright = -22; }; -braceleft = { -A = -27; -C = -57; -G = -57; -O = -57; -Q = -57; -S = -33; -a = -69; -a.ss05 = -60; -asciicircum = -110; -braceright = 16; -c = -66; -d = -69; -e = -67; -f = -40; -f_f.liga = -40; -f_f_i.liga = -40; -f_y.liga = -40; -fi = -40; -fl = -40; -four = -54; -hyphen = -72; -j = 60; -logicalnot = -79; -m = -51; -minus = -87; -mu = -10; -n = -51; -o = -66; -one = -39; -parenleft = -40; -period = -38; -pi = -51; -plus = -81; -q = -69; -r = -51; -s = -62; -t = -36; -t_i.liga = -34; -t_t.liga = -36; -three = -29; -two = -16; -u = -81; -v = -58; -w = -57; -x = -26; -z = -25; -zero = -51; +Edotaccent = { +scaron = -23; }; -braceleft.case = { -logicalnot = -82; -one = -26; +Oslash = { +Eth = 2; +T = -40; +Tcaron = -40; +V = -29; +Y = -40; +l.ss04 = 0; +sevensuperior = -34; +parenright = -49; +bracketright = -28; +parenright.case = -46; +bracketright.case = -29; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -119; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -58; +"@MMK_R_KO_J" = -100; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 42; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -130; +"@MMK_R_KO_a" = -126; +"@MMK_R_KO_aacute" = -74; +"@MMK_R_KO_a.ss05" = -61; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -128; +"@MMK_R_KO_eacute" = -77; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -122; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_n" = -143; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -33; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -126; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -141; +"@MMK_R_KO_uacute" = -76; +"@MMK_R_KO_v" = -123; +"@MMK_R_KO_w" = -119; +"@MMK_R_KO_x" = -121; +"@MMK_R_KO_y" = -125; +"@MMK_R_KO_z" = -124; +"@MMK_R_KO_l.ss03" = -18; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = -121; +"@MMK_R_KO_t_t.liga" = -60; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -118; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -71; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_colon" = -85; +"@MMK_R_KO_semicolon" = -89; +"@MMK_R_KO_ellipsis" = -157; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -120; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -82; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = -103; +"@MMK_R_KO_endash" = -113; +"@MMK_R_KO_underscore" = -121; +"@MMK_R_KO_hyphen.case" = -103; +"@MMK_R_KO_parenleft" = -56; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -143; +"@MMK_R_KO_guillemetright" = -167; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -86; }; -braceright = { -asciicircum = -76; -braceright = -17; -comma = -16; -parenright = -16; -period = -30; -period.ss01 = -59; +seven.numr = { +fraction = -31; }; -bracketleft = { -Dcroat = -22; -Icircumflex = 30; -Jcircumflex = -9; -asciicircum = -110; -asciitilde = -94; -at = -67; -equal = -70; -g.ss06 = 19; -hcircumflex = 39; -infinity = -65; -jcircumflex = 66; -minus = -83; -mu = -10; -numbersign = -58; -p = 0; -scaron = -27; -scircumflex = -59; -u = -81; -zcaron = -18; +at = { +underscore = -90; +parenright = -96; +bracketright = -64; +parenright.case = -84; +bracketright.case = -61; }; -bracketleft.case = { -A = 0; -C = -55; -G = -55; -G.ss07 = -55; -O = -55; -Q = -55; -S = -20; -four = -54; -hyphen.case = -69; -one = -26; -plus = -78; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -1; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -137; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -108; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -52; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -39; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -27; +"@MMK_R_KO_ninesuperior" = -67; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = -53; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -63; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_braceright" = -81; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_quotedblleft" = -93; +"@MMK_R_KO_quotedblright" = -85; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -85; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -79; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -92; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -107; +"@MMK_R_KO_asciicircum" = -84; }; -c = { -acircumflexacute.ss05 = 0; -backslash = -41; -bracketright = -61; -notequal = -29; -quotedblright = -37; -registered = -24; -seven = -41; +F = { +Hbar = 0; +adieresis.ss05 = -37; +i.ss01 = -3; +iacute = -36; +igrave = 33; +idieresis = 0; +zcaron = -29; +idieresis.ss01 = 42; +three = -25; +seven = 2; +twoinferior = -44; +threeinferior = -48; +fourinferior = -107; +fiveinferior = -51; +sixinferior = -66; +eightinferior = -56; +numbersign = -72; +ellipsis.ss01 = -268; +ampersand = -74; +multiply = -81; }; -cacute = { -parenright = -51; +nineinferior = { +parenright = -81; }; -ccaron = { -parenright = -29; +parenright = { +icircumflex = 36; +parenleft = 14; +braceright = -77; +asciicircum = -63; }; -ccedilla = { -parenright = -40; +fivesuperior = { +A = -113; +fraction = -38; +period = -65; +comma = -70; +slash = -118; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -75; +guillemetleft = -69; }; -cent = { -bracketright = -67; -comma = -52; -parenright = -63; -parenright.case = -54; -period = -57; -slash = -27; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = -61; +"@MMK_R_KO_O" = -115; +"@MMK_R_KO_Oacute" = -115; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = -107; +"@MMK_R_KO_S" = -72; +"@MMK_R_KO_T" = -184; +"@MMK_R_KO_U" = -94; +"@MMK_R_KO_V" = -194; +"@MMK_R_KO_W" = -145; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -196; +"@MMK_R_KO_Z" = -28; +"@MMK_R_KO_I.ss02" = -35; +"@MMK_R_KO_J.ss10" = -73; +"@MMK_R_KO_a" = -83; +"@MMK_R_KO_aacute" = -82; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = -58; +"@MMK_R_KO_e" = -85; +"@MMK_R_KO_eacute" = -85; +"@MMK_R_KO_f" = -82; +"@MMK_R_KO_g" = -70; +"@MMK_R_KO_i" = -58; +"@MMK_R_KO_n" = -58; +"@MMK_R_KO_j" = -64; +"@MMK_R_KO_s" = -59; +"@MMK_R_KO_t" = -91; +"@MMK_R_KO_u" = -81; +"@MMK_R_KO_uacute" = -81; +"@MMK_R_KO_v" = -135; +"@MMK_R_KO_w" = -101; +"@MMK_R_KO_y" = -147; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss04" = -64; +"@MMK_R_KO_t_t.liga" = -90; +"@MMK_R_KO_pi" = -75; +"@MMK_R_KO_zero" = -95; +"@MMK_R_KO_one" = -124; +"@MMK_R_KO_two" = -33; +"@MMK_R_KO_three" = -64; +"@MMK_R_KO_four" = -199; +"@MMK_R_KO_five" = -74; +"@MMK_R_KO_six" = -95; +"@MMK_R_KO_seven" = -141; +"@MMK_R_KO_eight" = -69; +"@MMK_R_KO_nine" = -81; +"@MMK_R_KO_sixsuperior" = -208; +"@MMK_R_KO_onesuperior" = -99; +"@MMK_R_KO_foursuperior" = -171; +"@MMK_R_KO_sevensuperior" = -153; +"@MMK_R_KO_ninesuperior" = -208; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -43; +"@MMK_R_KO_hyphen" = -174; +"@MMK_R_KO_endash" = -217; +"@MMK_R_KO_hyphen.case" = -268; +"@MMK_R_KO_endash.case" = -237; +"@MMK_R_KO_parenright" = -94; +"@MMK_R_KO_bracketright" = -93; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_guillemetleft" = -108; +"@MMK_R_KO_guillemetright" = -92; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -151; +"@MMK_R_KO_quotedblright.ss01" = -151; }; -colon.ss01 = { -T = -82; -V = -45; -Y = -62; -bracketright = -41; -four = -64; -one = -24; -parenright = -35; +lcaron = { +l = 32; +ncaron = 21; +lcaron = 32; +scaron = 5; +exclam.ss01 = 103; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -103; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -112; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_I.ss02" = -83; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 36; +"@MMK_R_KO_hyphen.case" = 40; +"@MMK_R_KO_parenright" = -88; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_parenright.case" = -76; +"@MMK_R_KO_bracketright.case" = -57; +"@MMK_R_KO_quotedbl" = -45; +"@MMK_R_KO_quotesingle" = -34; }; -comma = { -eightsuperior = -89; -fivesuperior = -89; -foursuperior = -89; -ninesuperior = -89; -onesuperior = -89; -quotesingle = -83; -sevensuperior = -89; -six = -22; -sixsuperior = -89; -threesuperior = -89; -twosuperior = -89; +z = { +logicalnot = -44; }; -comma.ss01 = { -eightsuperior = -81; -fivesuperior = -81; -foursuperior = -81; -ninesuperior = -81; -onesuperior = -81; -sevensuperior = -81; -sixsuperior = -81; -threesuperior = -81; -twosuperior = -81; +Eogonek = { +comma = 42; +parenright = 4; }; -copyright = { -J = -43; -T = -44; -V = -20; -X = -36; -Y = -36; -parenright = -64; +G = { +Eth = 24; +Hbar = 23; +Lslash = 18; +Oslash = 0; +hbar = 21; +idieresis = 13; +jcircumflex = 31; +eight = 3; +braceright.case = -82; }; -d = { -backslash = 14; -hbar = 0; -ibreve = 0; -idieresis = 0; -idieresis.ss01 = 0; -jcircumflex = 0; +eightinferior = { +parenright = -68; }; -dcaron = { -amacron = 14; -exclam.ss01 = 105; -zacute = 10; +comma = { +twosuperior = -70; +threesuperior = -70; +fivesuperior = -70; +eightsuperior = -70; }; -dcroat = { -ecircumflexacute = 0; -i = 0; -i.ss01 = 0; -iacute = 0; -idotaccent = 0; -idotbelow = 0; -igrave = 0; -ihookabove = 0; -itilde = 0; -ocircumflexacute = 2; +pi = { +pi = 25; +onesuperior = -44; +sevensuperior = -65; +period = 4; +comma = 12; +colon = 45; +slash = 9; +hyphen = -22; +parenright = -51; +braceright = -73; +bracketright = -51; +quoteright = -15; +quotesingle = -19; +trademark = -73; }; -divide = { -one = -71; -parenright = -84; -parenright.case = -75; -three = -52; -two = -38; +iacute = { +a = 2; +c = 0; +ntilde = 0; +m = 0; +n = 0; +p = 0; +s = 0; }; -dollar = { -eight = 17; -five = 0; -four = 15; -one = 0; -parenright = -49; -parenright.case = -29; -period = -21; -seven = 0; -six = 11; -three = 13; -two = 5; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 32; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 28; +"@MMK_R_KO_n" = 17; +"@MMK_R_KO_j" = 19; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = 19; +"@MMK_R_KO_uacute" = 19; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_sixsuperior" = 78; +"@MMK_R_KO_onesuperior" = 101; +"@MMK_R_KO_twosuperior" = 80; +"@MMK_R_KO_threesuperior" = 74; +"@MMK_R_KO_foursuperior" = 52; +"@MMK_R_KO_fivesuperior" = 86; +"@MMK_R_KO_sevensuperior" = 104; +"@MMK_R_KO_eightsuperior" = 74; +"@MMK_R_KO_ninesuperior" = 48; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_exclam" = 100; +"@MMK_R_KO_question" = 112; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 77; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 63; +"@MMK_R_KO_bracketright" = 46; +"@MMK_R_KO_quotedblleft" = 78; +"@MMK_R_KO_quoteleft" = 78; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 104; +"@MMK_R_KO_quotesingle" = 104; +"@MMK_R_KO_quotedblleft.ss01" = 69; }; -e = { -Tcedilla = -130; -asciitilde = -6; -backslash = -43; -gbreve.ss06 = 3; -germandbls = -7; -idieresis = -2; -logicalnot = -24; -parenleft = 6; -registered = -21; -seven = -50; +Dcroat = { +Dcroat = 40; +Itilde = 22; }; -ecircumflex = { -parenright = -63; +jcircumflex = { +E = 37; +U = 44; +k = 11; +l = 11; +i = 10; +j = 2; +jcircumflex = 12; +two = 44; +bracketright = 5; +quotedblleft = 30; +quotedblright = 12; +quoteleft = 30; +quoteright = 12; +quotedbl = 19; +quotesingle = 23; +quotedblright.ss01 = 3; +quoteright.ss01 = 3; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 7; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -42; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -46; +"@MMK_R_KO_f" = -53; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -42; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = -50; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -54; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 15; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = -52; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -86; }; -ecircumflexacute = { -parenright = -63; +gbreve.ss06 = { +gbreve.ss06 = 37; }; -ecircumflexgrave = { -comma = -16; -comma.ss01 = -40; -hyphen = 20; -parenright = -29; -period.ss01 = -40; -quotedbl = -30; -quotedblright = -38; +R = { +Hbar = 48; +Oslash = 0; +hbar = 44; +idieresis = 43; +jcircumflex = 36; +idieresis.ss01 = 39; +two = 17; +three = 8; +eight = 13; +nine = 8; +greater = 11; +logicalnot = -48; }; -ecircumflexhookabove = { -comma = -16; -comma.ss01 = -40; -parenright = 0; -period = -12; -period.ss01 = -40; -quotedbl = -11; +idieresis.ss01 = { +Idieresis.ss01 = 28; +exclam.ss01 = 33; }; -edieresis = { -parenright = -59; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -86; +question.ss01 = -94; +parenright = -77; +quotedblleft = -94; +quotedblright = -94; +quoteleft = -70; +quoteright = -89; +quotedbl = -94; +quotesingle = -63; +quotedblleft.ss01 = -94; +quoteleft.ss01 = -81; +quotedblright.ss01 = -94; +quoteright.ss01 = -81; +degree = -94; }; -edotaccent.ss01 = { -parenright = -63; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -119; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -58; +"@MMK_R_KO_J" = -100; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 43; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -130; +"@MMK_R_KO_a" = -126; +"@MMK_R_KO_aacute" = -63; +"@MMK_R_KO_a.ss05" = -125; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -128; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -141; +"@MMK_R_KO_uacute" = -74; +"@MMK_R_KO_v" = -123; +"@MMK_R_KO_four" = -118; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -71; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_colon" = -85; +"@MMK_R_KO_semicolon" = -89; +"@MMK_R_KO_ellipsis" = -157; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -113; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -81; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = -103; +"@MMK_R_KO_endash" = -113; +"@MMK_R_KO_hyphen.case" = -103; +"@MMK_R_KO_parenleft" = -56; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_guillemetleft" = -108; +"@MMK_R_KO_guillemetright" = -128; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = -3; }; -egrave = { -T = -126; -parenright = -63; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_J" = -95; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -111; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -124; +"@MMK_R_KO_Z" = -48; +"@MMK_R_KO_I.ss02" = -82; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 25; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 23; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = 29; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -54; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -31; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_two" = -29; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 42; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 5; +"@MMK_R_KO_seven" = -93; +"@MMK_R_KO_eight" = 27; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -58; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_foursuperior" = -120; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_ninesuperior" = -69; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_question" = -95; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -82; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -98; +"@MMK_R_KO_quotedblleft" = -124; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -151; +"@MMK_R_KO_quotedblright.ss01" = -151; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -59; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -85; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -124; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -69; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -78; +"@MMK_R_KO_I.ss02" = -78; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 23; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 22; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 26; +"@MMK_R_KO_w" = 29; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 23; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -107; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -63; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = -85; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_braceright" = -86; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -42; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -37; }; -eight = { -minus = -34; -six = 17; +Tcedilla = { +aacute = -126; +acircumflex.ss05 = -74; +amacron.ss05 = -64; +abreve.ss05 = -44; +endash.case = -113; }; -eight.dnom = { -degree = -113; -parenright = -51; -question = -71; -question.ss01 = -90; -quotedbl = -76; -quotedblleft = -114; -quotedblleft.ss01 = -109; -quotedblright = -111; -quoteright = -89; -quotesingle = -76; +Yacute = { +Eth = -27; +Oslash = -54; +a.ss05 = -96; +ellipsis.ss01 = -171; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = 22; +"@MMK_R_KO_O" = 24; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = 36; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = 30; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -37; +"@MMK_R_KO_I.ss02" = -43; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 30; +"@MMK_R_KO_aacute" = 30; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 25; +"@MMK_R_KO_e" = 25; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_i" = 22; +"@MMK_R_KO_n" = 22; +"@MMK_R_KO_itilde" = 61; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_u" = 17; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_y" = 23; +"@MMK_R_KO_one" = -1; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = 14; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -36; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -85; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 35; +"@MMK_R_KO_hyphen.case" = 45; +"@MMK_R_KO_parenleft" = 37; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_parenright.case" = -71; +"@MMK_R_KO_bracketright.case" = -46; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 23; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -17; }; -eightinferior = { -parenright = -37; +greater = { +parenright = -102; +bracketright = -68; +parenright.case = -90; +bracketright.case = -68; +greater = -127; }; -eightsuperior = { -comma = -89; -comma.ss01 = -81; -fraction = -12; -period = -85; -period.ss01 = -82; -slash = -77; +ecircumflexacute = { +onesuperior = -43; +sevensuperior = -33; +parenright = -33; +bracketright = -9; +quotedbl = -79; +quotesingle = -58; }; -ellipsis = { -Tbar = -133; -eightsuperior = -205; -fivesuperior = -201; -foursuperior = -196; -ninesuperior = -208; -onesuperior = -123; -parenleft.case = -66; -quoteleft = -89; -quotesingle = -83; -sevensuperior = -174; -sixsuperior = -208; -tbar = -71; -threesuperior = -196; -twosuperior = -185; +Uhorn = { +exclam.ss01 = -3; }; -ellipsis.ss01 = { -Tbar = -136; -eightsuperior = -205; -fivesuperior = -201; -foursuperior = -196; -ninesuperior = -208; -onesuperior = -123; -question.ss01 = -120; -quotedbl = -163; -quotedblleft.ss01 = -151; -quotedblright.ss01 = -151; -sevensuperior = -174; -sixsuperior = -208; -threesuperior = -196; -twosuperior = -185; +Rcommaaccent = { +parenright = -54; }; -emacron = { -parenright = -56; +question.ss01 = { +questiondown.case = -106; +questiondown.ss01 = -130; }; -emdash = { -four.numr = -77; -foursuperior = -85; -one.numr = -52; -onesuperior = -56; -question.ss01 = -98; -questiondown = -60; -quotedbl = -118; -seven.numr = -56; -sevensuperior = -62; -sixsuperior = -58; -zero.numr = -56; +onesuperior = { +A = -80; +fraction = -2; +period = -65; +comma = -70; +slash = -90; +period.ss01 = -62; +comma.ss01 = -63; }; -emdash.case = { -quotedblbase = -154; -quotedblbase.ss01 = -151; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -75; +"@MMK_R_KO_Oacute" = -75; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -70; +"@MMK_R_KO_S" = -35; +"@MMK_R_KO_T" = -124; +"@MMK_R_KO_U" = -59; +"@MMK_R_KO_V" = -128; +"@MMK_R_KO_W" = -91; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -136; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 30; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -83; +"@MMK_R_KO_w" = -65; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -43; +"@MMK_R_KO_zero" = -61; +"@MMK_R_KO_one" = -67; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -33; +"@MMK_R_KO_four" = -99; +"@MMK_R_KO_five" = -33; +"@MMK_R_KO_six" = -59; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -24; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetright" = -53; +"@MMK_R_KO_quotedbl" = -118; +"@MMK_R_KO_quotesingle" = -63; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -76; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -105; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -48; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = -33; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_itilde" = 41; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 20; +"@MMK_R_KO_w" = 28; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 33; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_sixsuperior" = 19; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 17; +"@MMK_R_KO_fivesuperior" = 7; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = 19; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -271; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 31; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -76; +"@MMK_R_KO_backslash" = 8; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -205; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -62; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_bracketright.case" = -33; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -33; +"@MMK_R_KO_asciicircum" = -31; }; -endash = { -H = 0; -Lslash = 48; -Tcedilla = -109; -endash = 0; -four.numr = -77; -foursuperior = -85; -n = 0; -one.numr = -52; -onesuperior = -56; -question.ss01 = -98; -quotedblbase = -87; -seven.numr = -56; -sevensuperior = -62; -sixsuperior = -58; -zero.numr = -56; +t_i.liga = { +hbar = 4; +idieresis = 4; +jcircumflex = 0; +lcommaaccent = 0; +germandbls = 2; +logicalnot = -35; }; -endash.case = { -quotedblbase = -154; -quotedblbase.ss01 = -151; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -122; +"@MMK_R_KO_U" = -17; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -113; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = 27; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 29; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_one" = -58; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = -49; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_twosuperior" = -41; +"@MMK_R_KO_threesuperior" = -45; +"@MMK_R_KO_foursuperior" = -44; +"@MMK_R_KO_fivesuperior" = -57; +"@MMK_R_KO_sevensuperior" = -88; +"@MMK_R_KO_eightsuperior" = -41; +"@MMK_R_KO_ninesuperior" = -78; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -76; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_backslash" = -67; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -64; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = -75; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_quotedblleft" = -96; +"@MMK_R_KO_quotedblright" = -93; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = -88; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -99; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -124; +"@MMK_R_KO_asciicircum" = -96; }; -eng = { -bracketright = 0; -j = 10; -parenright = 5; -slash = 35; +adieresis.ss05 = { +germandbls = -14; }; -eogonek = { -parenright = -51; +a = { +l = 0; +idieresis = 0; +jcircumflex = 0; +s = 0; +germandbls = 7; +notequal = -29; +logicalnot = -31; }; -equal = { -A = -26; -C = 24; -G = 24; -J = -98; -O = 24; -T = -115; -V = -28; -X = -49; -Y = -50; -bracketright = -70; -comma = -89; -equal = 0; -one = -19; -parenright = -70; -parenright.case = -59; -period = -85; -quotedbl = -23; -quotedblright = -14; -zero = 23; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -123; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -46; +"@MMK_R_KO_J" = -101; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 55; +"@MMK_R_KO_W" = 58; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 49; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = -122; +"@MMK_R_KO_a" = -86; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -81; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -91; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -83; +"@MMK_R_KO_n" = -59; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -75; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = -65; +"@MMK_R_KO_uacute" = -57; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = -54; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_pi" = -40; +"@MMK_R_KO_zero" = -35; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -12; +"@MMK_R_KO_four" = -106; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -40; +"@MMK_R_KO_seven" = 45; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_ellipsis" = -161; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -120; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -69; +"@MMK_R_KO_hyphen" = -90; +"@MMK_R_KO_endash" = -84; +"@MMK_R_KO_hyphen.case" = -69; +"@MMK_R_KO_endash.case" = -51; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -98; +"@MMK_R_KO_guillemetright" = -78; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = -76; +"@MMK_R_KO_percent" = 0; +}; +icaron = { +icaron = 12; +j = 2; +parenright = 14; +quotedbl = 19; +quotesingle = 21; }; -euro = { -comma = -33; -comma.ss01 = -42; -parenright = -49; -parenright.case = -39; -period = -32; -period.ss01 = -43; -slash = -15; -three = 12; +braceleft.case = { +braceright.case = 19; +at = -59; +minus = -93; +logicalnot = -86; +asciicircum = -112; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 14; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -62; }; -exclam = { -exclam = 0; -guillemetleft = -8; -guilsinglleft = -8; -parenright = -4; +uhorndotbelow = { +a = -16; +a.ss05 = -20; +c = -20; +n = -2; +period = -19; +comma = -23; +ellipsis = -56; +question = 48; +parenright = -30; +quotedblright = 0; quotedbl = 0; -quotedblleft = -7; -quotedblright = -2; }; -exclam.ss01 = { -exclam.ss01 = -8; -parenright = -6; -period.ss01 = -42; +g.ss06 = { +oslash = 17; +iogonek = 37; +jcircumflex = 20; +gcircumflex.ss06 = 37; +notequal = -49; +logicalnot = -32; }; -exclamdown = { -A = 5; -C = 0; -O = 0; -Q = 0; -T = -82; -V = -33; -Y = -53; -j = 40; +yacute = { +T = -55; +eth = -8; +parenright = -73; +}; +Imacron = { +Imacron = 6; +imacron = 77; +parenright.case = 10; }; exclamdown.ss01 = { -T = -88; -V = -35; -Y = -60; +T = -90; +V = -39; +Y = -63; +j.ss01 = 43; }; -f = { -backslash = 45; -exclam.ss01 = 15; -germandbls = 0; -hbar = 2; -ibreve = 33; -idieresis = 29; -idieresis.ss01 = 22; -jcircumflex = 0; -n = 0; -nine = 24; -ordmasculine = 0; -parenleft = 0; -seven = 24; +oacute = { +seven = -80; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = -63; +"@MMK_R_KO_O" = -122; +"@MMK_R_KO_Oacute" = -122; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = -110; +"@MMK_R_KO_S" = -80; +"@MMK_R_KO_T" = -185; +"@MMK_R_KO_U" = -97; +"@MMK_R_KO_V" = -196; +"@MMK_R_KO_W" = -147; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -197; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -34; +"@MMK_R_KO_J.ss10" = -81; +"@MMK_R_KO_a" = -86; +"@MMK_R_KO_aacute" = -84; +"@MMK_R_KO_a.ss05" = -60; +"@MMK_R_KO_l" = -60; +"@MMK_R_KO_e" = -87; +"@MMK_R_KO_eacute" = -88; +"@MMK_R_KO_f" = -84; +"@MMK_R_KO_g" = -72; +"@MMK_R_KO_i" = -60; +"@MMK_R_KO_n" = -60; +"@MMK_R_KO_j" = -65; +"@MMK_R_KO_s" = -65; +"@MMK_R_KO_t" = -92; +"@MMK_R_KO_u" = -84; +"@MMK_R_KO_uacute" = -84; +"@MMK_R_KO_v" = -137; +"@MMK_R_KO_w" = -103; +"@MMK_R_KO_y" = -148; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss04" = -66; +"@MMK_R_KO_t_t.liga" = -88; +"@MMK_R_KO_pi" = -77; +"@MMK_R_KO_zero" = -98; +"@MMK_R_KO_one" = -124; +"@MMK_R_KO_two" = -35; +"@MMK_R_KO_three" = -71; +"@MMK_R_KO_four" = -202; +"@MMK_R_KO_five" = -80; +"@MMK_R_KO_six" = -97; +"@MMK_R_KO_seven" = -141; +"@MMK_R_KO_eight" = -76; +"@MMK_R_KO_nine" = -84; +"@MMK_R_KO_sixsuperior" = -208; +"@MMK_R_KO_onesuperior" = -99; +"@MMK_R_KO_foursuperior" = -171; +"@MMK_R_KO_sevensuperior" = -153; +"@MMK_R_KO_ninesuperior" = -208; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_question" = -127; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_hyphen" = -177; +"@MMK_R_KO_endash" = -217; +"@MMK_R_KO_hyphen.case" = -271; +"@MMK_R_KO_endash.case" = -237; +"@MMK_R_KO_parenright" = -95; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_parenright.case" = -45; +"@MMK_R_KO_quotedblleft" = -124; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -108; +"@MMK_R_KO_guillemetright" = -98; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -63; }; -f_f.liga = { -backslash = 45; -hbar = 2; -ibreve = 33; -idieresis = 29; -idieresis.ss01 = 22; -nine = 24; -ordmasculine = 0; -parenleft = 0; -seven = 24; +yen = { +zero = -40; +one = -24; +two = -22; +three = -25; +four = -38; +six = -45; +foursuperior = -55; +period = -65; +comma = -70; +colon = -62; +semicolon = -64; +slash = -63; +period.ss01 = -62; +comma.ss01 = -63; +colon.ss01 = -82; +semicolon.ss01 = -81; }; -f_f_i.liga = { -asciitilde = -23; -germandbls = 0; -hbar = 0; -idieresis = 0; -jcircumflex = 0; -logicalnot = -33; +idotaccent.ss01 = { +parenright = -25; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 2; -parenright = 0; +ldot.ss01.ss04 = { +period.ss01 = -48; +comma.ss01 = -45; }; -f_y.liga = { -Ydieresis = -45; -ampersand = -29; -asciitilde = -23; -exclam.ss01 = 6; -germandbls = 28; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 50; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_Oacute" = -40; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -119; +"@MMK_R_KO_U" = -24; +"@MMK_R_KO_V" = -122; +"@MMK_R_KO_W" = -66; +"@MMK_R_KO_X" = 40; +"@MMK_R_KO_Y" = -131; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -56; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = -61; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = -29; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_sixsuperior" = -90; +"@MMK_R_KO_onesuperior" = -99; +"@MMK_R_KO_twosuperior" = -67; +"@MMK_R_KO_threesuperior" = -80; +"@MMK_R_KO_foursuperior" = -82; +"@MMK_R_KO_fivesuperior" = -91; +"@MMK_R_KO_sevensuperior" = -120; +"@MMK_R_KO_eightsuperior" = -81; +"@MMK_R_KO_ninesuperior" = -120; +"@MMK_R_KO_period" = 36; +"@MMK_R_KO_comma" = 38; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -78; +"@MMK_R_KO_asterisk" = -108; +"@MMK_R_KO_slash" = 24; +"@MMK_R_KO_backslash" = -105; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -90; +"@MMK_R_KO_hyphen" = -20; +"@MMK_R_KO_endash" = -33; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_hyphen.case" = -47; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -71; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -124; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -121; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -121; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -163; +"@MMK_R_KO_asciicircum" = -146; +}; +agrave.ss05 = { +T = -122; +Y = -112; }; -fi = { -asciitilde = -23; -germandbls = 0; -hbar = 0; -idieresis = 0; -jcircumflex = 0; -logicalnot = -33; +B = { +Hbar = 40; +Lslash = 30; +hbar = 48; +idieresis = 47; +jcircumflex = 47; +idieresis.ss01 = 32; +two = 6; +three = 23; +five = 15; +eight = 19; +nine = 3; +ampersand = 12; +greater = 18; }; -fi.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 2; -parenright = 0; +Tcaron = { +endash.case = -113; }; -five = { -asciicircum = -86; -ordfeminine = -38; -ordmasculine = -38; -six = 21; +oslash = { +d = -9; +k = -17; +l = -17; +e = -8; +eth = -6; +f = -13; +f_f.liga = -13; +f_f_i.liga = -13; +fi = -13; +f_y.liga = -13; +fl = -13; +g = -5; +m = -19; +n = -19; +r = -18; +j = -22; +s = -15; +t = -13; +v = -17; +y = -19; +l.ss03 = -20; +t_i.liga = -12; +t_t.liga = -12; +period = -43; +comma = -45; +slash = -34; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -6; +parenright = -95; +bracketright = -78; }; -five.dnom = { -degree = -87; -parenright = -51; -question = -50; -question.ss01 = -73; -quotedbl = -57; -quotedblleft = -78; -quotedblright = -78; -quoteright = -78; -quotesingle = -57; +guilsinglright = { +x = -45; +threesuperior = -43; +fivesuperior = -53; +eightsuperior = -42; +colon = -49; +semicolon = -53; +questiondown = -110; +question.ss01 = -77; +questiondown.ss01 = -110; +braceright = -111; +braceright.case = -106; +bracketright.case = -69; +quotesinglbase = -89; +quotedblbase = -109; +quotedblbase.ss01 = -105; +quoteright.ss01 = -81; +}; +adieresis = { +germandbls = 7; +}; +liraTurkish = { +one = -70; +two = -36; +seven = -87; +sixsuperior = -75; +onesuperior = -73; +threesuperior = -63; +foursuperior = -94; +fivesuperior = -75; +sevensuperior = -85; +eightsuperior = -69; +ninesuperior = -94; +period = -62; +comma = -59; +colon = -72; +semicolon = -66; +question = -84; +slash = -39; +period.ss01 = -62; +comma.ss01 = -63; +colon.ss01 = -82; +question.ss01 = -98; +parenright = -109; +parenright.case = -89; +quotedbl = -118; +quotesingle = -63; }; -five.numr = { -fraction = -9; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -72; +"@MMK_R_KO_Oacute" = -72; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -64; +"@MMK_R_KO_S" = -35; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = -52; +"@MMK_R_KO_V" = -137; +"@MMK_R_KO_W" = -89; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -135; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_aacute" = -51; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -56; +"@MMK_R_KO_eacute" = -56; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_lslash" = -30; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_u" = -49; +"@MMK_R_KO_uacute" = -49; +"@MMK_R_KO_y" = -98; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_four" = -141; +"@MMK_R_KO_sixsuperior" = -154; +"@MMK_R_KO_onesuperior" = -99; +"@MMK_R_KO_twosuperior" = -134; +"@MMK_R_KO_threesuperior" = -137; +"@MMK_R_KO_foursuperior" = -140; +"@MMK_R_KO_fivesuperior" = -151; +"@MMK_R_KO_sevensuperior" = -153; +"@MMK_R_KO_eightsuperior" = -144; +"@MMK_R_KO_ninesuperior" = -171; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -82; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -102; +"@MMK_R_KO_hyphen" = -120; +"@MMK_R_KO_hyphen.case" = -91; +"@MMK_R_KO_parenleft" = -41; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -124; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -95; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -151; +"@MMK_R_KO_quoteright.ss01" = -81; }; -fiveinferior = { -T = -129; -W = -45; -parenright = -38; +quotedblbase = { +Dcroat = -63; +Iogonek = 12; +Lslash = -55; +Oslash = -44; +oslash = -18; +p = -7; +iogonek = 25; +jcircumflex = 0; +germandbls = -67; +l.ss03 = -40; +g.ss06 = 14; +numbersign = -97; +parenleft = -35; +parenleft.case = -64; +at = -67; +copyright = -97; +published = -97; +literSign = -57; +dollar = -76; +euro = -124; +minus = -124; +multiply = -123; +divide = -124; +equal = -124; +approxequal = -124; }; -fivesuperior = { -comma = -89; -comma.ss01 = -81; -fraction = -14; -period = -85; -period.ss01 = -82; -slash = -85; +D = { +Dcroat = 29; +Eth = 29; +Hbar = 33; +Iogonek = 11; +Lslash = 21; +Oslash = 13; +lacute = 14; +zero = 15; +five = 5; +six = 6; +eight = 10; +endash.case = 31; +parenleft.case = 25; +braceright.case = -80; +at = 10; +less = 0; }; -fl = { -backslash = 14; -ibreve = 0; -idieresis = 0; -idieresis.ss01 = 0; -jcircumflex = 0; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -75; +"@MMK_R_KO_Oacute" = -75; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -68; +"@MMK_R_KO_S" = -37; +"@MMK_R_KO_T" = -117; +"@MMK_R_KO_U" = -58; +"@MMK_R_KO_V" = -131; +"@MMK_R_KO_W" = -82; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -126; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -59; +"@MMK_R_KO_f" = -51; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_icircumflex" = -17; +"@MMK_R_KO_imacron" = -17; +"@MMK_R_KO_itilde" = -17; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -63; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_uacute" = -52; +"@MMK_R_KO_v" = -91; +"@MMK_R_KO_w" = -73; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -94; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = -26; +"@MMK_R_KO_l.ss04" = -23; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -58; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_four" = -164; +"@MMK_R_KO_sixsuperior" = -208; +"@MMK_R_KO_onesuperior" = -99; +"@MMK_R_KO_twosuperior" = -185; +"@MMK_R_KO_threesuperior" = -196; +"@MMK_R_KO_foursuperior" = -171; +"@MMK_R_KO_fivesuperior" = -201; +"@MMK_R_KO_sevensuperior" = -153; +"@MMK_R_KO_eightsuperior" = -205; +"@MMK_R_KO_ninesuperior" = -208; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -78; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -144; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -95; +"@MMK_R_KO_hyphen" = -170; +"@MMK_R_KO_endash" = -207; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -190; +"@MMK_R_KO_parenleft" = -35; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -84; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_parenright.case" = -24; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -124; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -98; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -151; +"@MMK_R_KO_quotedblright.ss01" = -151; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -247; +"@MMK_R_KO_asciicircum" = -247; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -54; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 30; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -1; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -45; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -52; +"@MMK_R_KO_comma" = -56; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -53; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -55; +"@MMK_R_KO_underscore" = -55; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -6; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -36; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -80; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -128; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -70; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = -70; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = -64; +"@MMK_R_KO_I.ss02" = -76; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -50; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_pi" = -29; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_two" = -44; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = -73; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -21; +"@MMK_R_KO_sixsuperior" = -53; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_sevensuperior" = -80; +"@MMK_R_KO_ninesuperior" = -77; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -66; +"@MMK_R_KO_ellipsis" = -107; +"@MMK_R_KO_question" = -59; +"@MMK_R_KO_asterisk" = -82; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -69; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -16; +"@MMK_R_KO_parenright" = -112; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_parenright.case" = -86; +"@MMK_R_KO_quotedblleft" = -97; +"@MMK_R_KO_quotedblright" = -99; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -70; +"@MMK_R_KO_quotedbl" = -91; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -104; +"@MMK_R_KO_plus" = -15; +"@MMK_R_KO_percent" = -32; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -87; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -41; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -46; +"@MMK_R_KO_quoteright.ss01" = -46; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -63; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_J" = -63; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -63; +"@MMK_R_KO_aacute" = -63; +"@MMK_R_KO_a.ss05" = -56; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_eacute" = -63; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -63; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_j" = -23; +"@MMK_R_KO_lslash" = -22; +"@MMK_R_KO_s" = -61; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -27; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = -13; +"@MMK_R_KO_six" = -29; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = -63; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -63; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -63; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -31; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -63; +"@MMK_R_KO_endash.case" = -10; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -60; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -23; +"@MMK_R_KO_plus" = -63; +"@MMK_R_KO_percent" = 0; }; -four = { -asciicircum = -115; -braceright = -41; -bracketright.case = -40; -fivesuperior = -53; -hyphen = 20; -minus = -40; -ninesuperior = -45; -ordfeminine = -56; -ordmasculine = -54; -six = 19; -sixsuperior = -47; -trademark = -68; +ohorndotbelow.ss01 = { +c = -8; +i.ss01 = -17; +n = -19; +p = -17; +t = -20; +u = -19; +t_i.liga.ss01 = -19; +t_t.liga = -19; }; -four.dnom = { -degree = -98; -parenright = -48; -question = -67; -question.ss01 = -81; -quotedbl = -67; -quotedblleft = -83; -quotedblright = -80; -quoteright = -80; -quotesingle = -67; +t_i.liga.ss01 = { +parenright = -25; }; -fourinferior = { -T = -116; -V = -87; -W = -54; -bracketright = -42; -parenright = -36; +endash = { +x = -47; +one.numr = -34; +four.numr = -45; +seven.numr = -43; +colon = -73; +semicolon = -74; +questiondown = -120; +question.ss01 = -109; +questiondown.ss01 = -120; +endash = 0; +quotedblbase = -124; +quotedblbase.ss01 = -151; +quoteright.ss01 = -81; }; -foursuperior = { -comma = -89; -comma.ss01 = -81; -fraction = -13; -period = -85; -period.ss01 = -82; -slash = -78; +Ygrave = { +ellipsis.ss01 = -171; +endash.case = -63; }; fraction = { -eight.dnom = -12; -fiveinferior = 0; -fourinferior = -58; -nineinferior = -14; -seven.dnom = 38; -seveninferior = 35; -sixinferior = -22; +zero.dnom = -24; two.dnom = 0; +four.dnom = -41; +eight.dnom = -11; +zeroinferior = -20; twoinferior = 0; -zeroinferior = -23; +fourinferior = -41; +fiveinferior = -3; +sixinferior = -18; +seveninferior = 19; +nineinferior = -41; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -51; +"@MMK_R_KO_H" = -23; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -63; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = -18; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = -35; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = -21; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -31; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -31; +"@MMK_R_KO_l.ss03" = -25; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = -30; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -22; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = -30; +"@MMK_R_KO_ninesuperior" = -58; +"@MMK_R_KO_period" = -64; +"@MMK_R_KO_comma" = -65; +"@MMK_R_KO_colon" = -30; +"@MMK_R_KO_semicolon" = -33; +"@MMK_R_KO_ellipsis" = -97; +"@MMK_R_KO_exclam" = -24; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -40; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_parenleft" = -18; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -45; +"@MMK_R_KO_bracketright.case" = -29; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -31; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -51; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_quoteright.ss01" = -30; }; g = { -backslash = -38; -iogonek = 2; -jcircumflex = 0; +l = 0; +iogonek = 11; +jcircumflex = 2; }; -g.ss06 = { -colon.ss01 = 0; -hbar = 25; -idieresis = 23; -iogonek = 21; -jcircumflex = 28; +m = { +ordfeminine = -56; +ordmasculine = -56; +seven = -58; +registered = -32; +logicalnot = -30; }; -gbreve.ss06 = { -gbreve.ss06 = 34; +ohorntilde = { +i = -17; +idotaccent = -17; +i.ss01 = -17; +n = -19; +period = -43; +comma = -45; +period.ss01 = -62; +comma.ss01 = -63; +parenright = -94; +quotedbl = -54; }; -gcaron.ss06 = { -gcaron.ss06 = 34; +hyphen.case = { +Dcroat = 0; +Lslash = -29; +Oslash = -11; +one.numr = -53; +seven.numr = -62; +question.ss01 = -122; +parenleft.case = -17; +braceright.case = -131; +bracketright.case = -91; +quotesinglbase = -89; +quotedblbase = -124; +quotedblbase.ss01 = -151; +quoteright.ss01 = -81; +dollar = -67; }; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 34; +ohornhookabove = { +i = -17; +idotaccent = -17; +i.ss01 = -17; +idotaccent.ss01 = -17; +m = -19; +n = -19; +period = -43; +comma = -45; +period.ss01 = -62; +comma.ss01 = -63; +parenright = -94; +bracketright = -75; +guillemetright = -59; +quotedbl = -57; }; -gdotaccent.ss06 = { -gdotaccent.ss06 = 34; +y = { +germandbls = 22; +zeroinferior = -38; +twoinferior = -31; +ampersand = -43; +logicalnot = -26; +asciitilde = -24; }; -germandbls = { -a = 17; -a.ss05 = 12; -bracketright = -41; -c = 18; -comma = -15; -comma.ss01 = -40; -d = 17; -e = 17; +Idotaccent.ss02 = { +endash.case = -102; +}; +Scedilla = { +idieresis = 7; +}; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 28; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -39; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_degree" = -26; +"@MMK_R_KO_plus" = -20; +"@MMK_R_KO_percent" = 0; +}; +f = { f = 0; f_f.liga = 0; -f_f_i.liga = 0; f_y.liga = 0; -fi = 0; fl = 0; -g = 16; -g.ss06 = 6; -guillemetleft = 26; -guilsinglleft = 26; -hyphen = 32; -o = 17; -parenright = -48; -period = -11; -period.ss01 = -40; -quotedblleft = -13; -quotedblleft.ss01 = -29; -quoteleft = -13; -quotesingle = -16; -s = 4; -t = 0; -t_i.liga = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; -v = 0; -w = 0; -z = -2; -}; -greater = { -J = -99; -T = -117; -X = -78; -Y = -78; -Z = -79; -greater = -80; -parenright = -73; +igrave = 3; +idieresis = 2; +seven = 0; +ampersand = -49; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = -43; +"@MMK_R_KO_O" = -81; +"@MMK_R_KO_Oacute" = -81; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = -81; +"@MMK_R_KO_S" = -63; +"@MMK_R_KO_T" = -151; +"@MMK_R_KO_U" = -76; +"@MMK_R_KO_V" = -151; +"@MMK_R_KO_W" = -133; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -151; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -69; +"@MMK_R_KO_a" = -76; +"@MMK_R_KO_aacute" = -70; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = -42; +"@MMK_R_KO_e" = -80; +"@MMK_R_KO_eacute" = -66; +"@MMK_R_KO_f" = -71; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = -45; +"@MMK_R_KO_n" = -54; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -50; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = -74; +"@MMK_R_KO_u" = -77; +"@MMK_R_KO_uacute" = -74; +"@MMK_R_KO_v" = -81; +"@MMK_R_KO_w" = -81; +"@MMK_R_KO_y" = -58; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = -47; +"@MMK_R_KO_t_t.liga" = -74; +"@MMK_R_KO_pi" = -73; +"@MMK_R_KO_zero" = -80; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = -22; +"@MMK_R_KO_three" = -59; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = -56; +"@MMK_R_KO_six" = -81; +"@MMK_R_KO_seven" = -81; +"@MMK_R_KO_eight" = -52; +"@MMK_R_KO_nine" = -63; +"@MMK_R_KO_asterisk" = -81; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_hyphen" = -81; +"@MMK_R_KO_endash" = -151; +"@MMK_R_KO_hyphen.case" = -81; +"@MMK_R_KO_endash.case" = -151; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -81; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -151; +"@MMK_R_KO_plus" = -81; +"@MMK_R_KO_percent" = -81; }; -greaterequal = { -T = -132; -one = -76; -parenright = -41; -seven = -67; +numero = { +period = -65; +comma = -70; +period.ss01 = -62; +comma.ss01 = -63; +parenright = -61; +parenright.case = -59; }; -guillemetleft = { -Tcedilla = -73; -g.ss06 = 23; -questiondown = 4; -quotedblbase = -24; -sevensuperior = -38; +cent = { +onesuperior = -58; +sevensuperior = -66; +period = -65; +comma = -69; +slash = -47; +period.ss01 = -62; +comma.ss01 = -63; +parenright = -97; +bracketright = -73; +parenright.case = -90; +bracketright.case = -74; }; -guillemetright = { -Lslash = 33; -T = -114; -onesuperior = -44; -quotesinglbase = -72; -sevensuperior = -50; -sixsuperior = -33; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -66; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -82; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 42; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 60; +"@MMK_R_KO_W" = 60; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = 53; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = 18; +"@MMK_R_KO_e" = -41; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_icircumflex" = 55; +"@MMK_R_KO_imacron" = 69; +"@MMK_R_KO_itilde" = 74; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 53; +"@MMK_R_KO_g.ss06" = -34; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 31; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_sixsuperior" = 11; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 12; +"@MMK_R_KO_sevensuperior" = 4; +"@MMK_R_KO_eightsuperior" = 12; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -114; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_backslash" = 53; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_underscore" = -89; +"@MMK_R_KO_hyphen.case" = -38; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = 32; +"@MMK_R_KO_quotesingle" = 32; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 19; +"@MMK_R_KO_quoteright.ss01" = 19; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -57; }; -guilsinglleft = { -A = 26; -Adieresis = 26; -Aring = 26; -C = 2; -G = 2; -J = 0; -T = -73; -Tcommaaccent = -73; -V = -12; -W = 0; -X = 30; -Y = -32; -Yacute = -32; -Z = 23; -a = -11; -c = -11; -comma = 4; -d = -11; -e = -11; -f = 40; -f_f.liga = 40; -f_f_i.liga = 40; -f_y.liga = 40; -fi = 40; -fl = 40; -guilsinglleft = -34; -j = 0; -o = -12; -parenright = -20; -pi = 40; -s = 0; -semicolon = 22; -t = 38; -t_i.liga = 40; -t_t.liga = 38; -v = 31; -w = 27; -x = 37; -y = 32; -z = 45; +Icircumflex = { +Icircumflex = 7; +l = 2; +icircumflex = 36; +l.ss03 = 0; +l.ss04 = 12; +parenright = 0; +bracketright = 24; +parenright.case = 16; +bracketright.case = 27; }; -guilsinglright = { -onesuperior = -44; -quotesinglbase = -72; -sevensuperior = -50; +iogonek = { +iogonek = 11; +j = 2; }; -h = { -abrevehookabove.ss05 = 4; -acircumflexhookabove.ss05 = 4; -backslash = -47; -e = 9; -registered = -27; -seven = -47; -yhookabove = -13; +uhorn = { +a = -16; +a.ss05 = -20; +ohorn = -18; +ohorndotbelow = -18; +ohorndotbelow.ss01 = -18; +ohorngrave = -18; +ohornacute = -18; +ohornhookabove = -18; +ohorntilde = -18; +period = -19; +comma = -23; +ellipsis = -56; +question = 48; +period.ss01 = -50; +ellipsis.ss01 = -53; +comma.ss01 = -42; +parenright = -30; +quotedblright = 0; +quotedbl = 0; }; -hyphen = { -Dcroat = 0; -Jcircumflex = -90; -Lslash = 48; -OE = 26; -Oslash = 26; -Tcedilla = -109; -Ycircumflex = -117; -Ydieresis = -117; -Ydieresis.ss01 = -117; -Ydotbelow = -117; -Ydotbelow.ss01 = -117; -Ygrave = -117; -braceright = -72; -four.numr = -77; -foursuperior = -85; -hyphen = -27; -l.ss03 = 0; -mu = 0; -one = -62; -one.numr = -52; -onesuperior = -56; -oslash = 33; -question.ss01 = -98; -questiondown = -60; -quotedbl = -158; -quotedblbase = -101; -quotedblbase.ss01 = -94; -quoteleft = -89; -quotesinglbase = -89; -seven.numr = -56; -sevensuperior = -62; -six.numr = -53; -sixsuperior = -58; -two = -35; -zero.numr = -56; +underscore = { +g.ss06 = 45; +underscore = 2; +parenleft.case = -48; }; -hyphen.case = { -Dcroat = 43; -Jcircumflex = -96; -Lslash = 0; -Oslash = 39; -Tcedilla = -109; -Ycircumflex = -83; -bracketright.case = -69; -hyphen.case = -27; -parenleft.case = 20; -quotedblbase = -154; -quotedblbase.ss01 = -151; -quotesinglbase = -89; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -56; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -63; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = -55; +"@MMK_R_KO_S" = -34; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_a.ss05" = -64; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_f" = -49; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -66; +"@MMK_R_KO_j" = 37; +"@MMK_R_KO_s" = -63; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -68; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -55; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_pi" = -55; +"@MMK_R_KO_zero" = -60; +"@MMK_R_KO_one" = -50; +"@MMK_R_KO_two" = -26; +"@MMK_R_KO_three" = -33; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_five" = -13; +"@MMK_R_KO_six" = -65; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -37; +"@MMK_R_KO_nine" = -36; +"@MMK_R_KO_period" = -60; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -76; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_hyphen" = -74; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -102; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -44; +"@MMK_R_KO_plus" = -85; }; -i = { -asciitilde = -23; -germandbls = 0; -hbar = 0; -idieresis = 0; -jcircumflex = 0; -logicalnot = -33; -p = 0; +W = { +Hbar = 61; +adieresis.ss05 = -28; +igrave = 56; +idieresis = 61; +scaron = -9; +idieresis.ss01 = 58; +six = -16; +seven = 47; +threeinferior = -54; +ampersand = -44; +plus = -33; +minus = -51; +notequal = -41; +logicalnot = -56; +asciitilde = -46; }; -i.ss01 = { -bracketright = 0; -idieresis.ss01 = 0; -jcircumflex = 2; +Aogonek = { +Lslash = -10; +period = 47; +comma = 49; +endash.case = -61; parenright = 0; +bracketright = 0; }; -iacute = { -ccaron = 0; -j = 0; -jacute = 0; -parenright = 28; -rcaron = 2; -scaron = 0; -thorn = 0; -zcaron = 0; +Z = { +Lslash = -26; +igrave = 29; +ibreve = 58; +icaron = 41; +zero = -46; +two = 9; +six = -45; +seven = 25; +numbersign = -51; +endash.case = -79; +at = -45; +plus = -113; +minus = -133; +divide = -115; +equal = -67; +less = -128; +logicalnot = -142; +asciitilde = -136; }; -ibreve = { -T = 53; -exclam = 54; -i = 0; -imacron = 0; -l = 2; -l.ss04 = 0; -onesuperior = 59; -parenright = 60; -question = 61; -quotesingle = 70; -sevensuperior = 61; +emdash = { +x = -60; +zero.numr = -56; +one.numr = -45; +three.numr = -40; +four.numr = -108; +five.numr = -49; +six.numr = -53; +seven.numr = -52; +eight.numr = -45; +nine.numr = -66; +threesuperior = -44; +fivesuperior = -53; +eightsuperior = -49; +colon = -85; +semicolon = -89; +questiondown = -96; +question.ss01 = -98; +questiondown.ss01 = -96; +quotedblbase = -124; +quotedblbase.ss01 = -151; +quoteleft.ss01 = -81; +quoteright.ss01 = -81; }; -icircumflex = { -Icircumflex = 26; -i.ss01 = 0; -j.ss01 = 0; -ordfeminine = 30; -parenleft = 18; +tbar = { +a = 0; +e = 0; +tbar = 0; }; -idieresis = { -Idieresis = 30; -Idieresis.ss02 = 37; -b = 0; -eightsuperior = 23; -exclam = 45; -fivesuperior = 12; -h = 0; -i = 0; -idieresis = 0; +eng = { j = 0; -k = 0; -l = 0; -l.ss03 = 2; -l.ss04 = 0; -ninesuperior = 32; -onesuperior = 38; -parenright = 25; -question = 41; -quotedbl = 39; -quotedblright = 31; -quotesingle = 39; -sevensuperior = 44; -sixsuperior = 21; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -threesuperior = 31; -twosuperior = 39; +slash = 29; +parenright = -19; +bracketright = -2; }; -idieresis.ss01 = { -b = 0; -comma.ss01 = -31; -k = 0; -l = 0; -l.ss03 = 2; -l.ss04 = 2; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -146; +"@MMK_R_KO_H" = -64; +"@MMK_R_KO_O" = -61; +"@MMK_R_KO_J" = -164; +"@MMK_R_KO_G.ss07" = -50; +"@MMK_R_KO_S" = -53; +"@MMK_R_KO_T" = -86; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = -120; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -104; +"@MMK_R_KO_I.ss02" = -94; +"@MMK_R_KO_J.ss10" = -276; +"@MMK_R_KO_a" = -85; +"@MMK_R_KO_a.ss05" = -71; +"@MMK_R_KO_l" = -61; +"@MMK_R_KO_e" = -89; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -80; +"@MMK_R_KO_i" = -62; +"@MMK_R_KO_n" = -67; +"@MMK_R_KO_j" = -68; +"@MMK_R_KO_s" = -68; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_z" = -56; +"@MMK_R_KO_t_t.liga" = -32; }; -idotaccent = { -idieresis = 0; -jcircumflex = 0; +percent = { +twosuperior = -42; +threesuperior = -62; +fivesuperior = -56; +eightsuperior = -52; +question.ss01 = -94; +bracketright.case = -30; +quoteright.ss01 = -77; }; -idotaccent.ss01 = { -parenright = 0; +Uhornhookabove = { +exclam.ss01 = -3; }; -idotbelow = { -comma = 23; -j = 0; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -63; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_J" = -99; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -108; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -83; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = -77; +"@MMK_R_KO_I.ss02" = -97; +"@MMK_R_KO_J.ss10" = -51; }; -idotbelow.ss01 = { -period.ss01 = -38; +uhorngrave = { +a = -16; +a.ss05 = -20; +o = -20; +n = -2; +period = -19; +comma = -23; +period.ss01 = -50; +comma.ss01 = -42; +parenright = -30; +quotedblright = 0; +quotedbl = 0; }; -igrave = { -parenright = -31; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -43; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -41; +"@MMK_R_KO_asciicircum" = -63; }; -ihookabove = { -comma.ss01 = -31; -period.ss01 = -38; -quotedbl = 24; -quotedblright = 18; +a.ss05 = { +p = 8; +jcircumflex = 2; +germandbls = -15; +gbreve.ss06 = 29; +gcircumflex.ss06 = 29; +ordfeminine = -67; +ordmasculine = -68; +seven = -66; +notequal = -52; +logicalnot = -49; }; -imacron = { -I = 56; -N = 56; -P = 56; -S = 55; -V = 62; -b = 2; -bracketright = 2; -ccaron = 2; -comma.ss01 = -31; -eightsuperior = 45; -exclam = 69; -fivesuperior = 41; -h = 2; -i = 0; -ibreve = 0; -imacron = 20; -j = 0; -j.ss01 = 2; -k = 2; -kcommaaccent = 2; -l = 2; -l.ss03 = 2; -l.ss04 = 2; -lcommaaccent = 2; -lcommaaccent.ss03 = 2; -lcommaaccent.ss04 = 2; -ninesuperior = 58; -onesuperior = 65; -parenright = 44; -period.ss01 = -38; -question = 68; -quotedbl = 65; -quotedblleft = 65; -quotedblleft.ss01 = 45; -quotedblright = 57; -quotedblright.ss01 = 41; -quoteleft = 65; -quoteright = 57; -quotesingle = 65; -scaron = 4; -sevensuperior = 59; -sixsuperior = 48; -t = 2; -t_i.liga = 2; -t_t.liga = 2; -thorn = 2; -threesuperior = 47; -twosuperior = 54; -zcaron = 0; +Itilde = { +Itilde = 2; +igrave = 26; +itilde = 60; }; -infinity = { -bracketright = -66; -parenright = -74; -parenright.case = -62; +threesuperior = { +A = -117; +fraction = -31; +period = -65; +comma = -70; +slash = -120; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -77; +parenright = -60; +parenright.case = -59; +guillemetleft = -72; }; -integral = { -A = -46; -a = -48; -d = -47; -e = -49; -integral = -40; -s = -49; +ydotbelow.ss01 = { +period.ss01 = -62; +parenright = -53; }; -iogonek = { -comma = 17; -iogonek = 2; -j = 0; -parenright = 3; +endash.case = { +seven.numr = -63; +bracketright.case = -96; +quotedblbase = -124; +quotedblbase.ss01 = -151; }; -itilde = { -N = 51; -b = 0; -comma.ss01 = -31; -eightsuperior = 45; -exclam = 66; -fivesuperior = 36; -h = 0; -i = 0; -itilde = 0; -j = 0; -k = 0; -l = 0; -ninesuperior = 55; -onesuperior = 63; -parenright = 48; -period.ss01 = -38; -question = 60; -quotedbl = 62; -quotedblright = 58; -quotedblright.ss01 = 47; -quoteright = 58; -quotesingle = 62; -sevensuperior = 59; -sixsuperior = 39; -t = 2; -threesuperior = 59; -twosuperior = 65; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 36; +"@MMK_R_KO_imacron" = 77; +"@MMK_R_KO_itilde" = 60; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -29; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_bracketright.case" = -4; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -33; +"@MMK_R_KO_asciicircum" = -65; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = -15; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_itilde" = 13; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = 28; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 33; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -58; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -20; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -47; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -57; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -32; +"@MMK_R_KO_trademark" = -64; +"@MMK_R_KO_asciicircum" = -84; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_two" = 43; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -70; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -35; +"@MMK_R_KO_seven" = -70; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = -20; +"@MMK_R_KO_sixsuperior" = -70; +"@MMK_R_KO_onesuperior" = -70; +"@MMK_R_KO_foursuperior" = -70; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_ninesuperior" = -70; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -70; +"@MMK_R_KO_hyphen" = -70; +"@MMK_R_KO_endash" = -70; +"@MMK_R_KO_hyphen.case" = -70; +"@MMK_R_KO_endash.case" = -70; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_quotedblleft" = -70; +"@MMK_R_KO_quotedblright" = -70; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -70; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -70; +"@MMK_R_KO_quotesingle" = -63; }; -j = { -braceright = 0; -bracketright = 0; -comma = 10; -hbar = 0; -idieresis = 0; -iogonek = 2; -j = 0; -jcircumflex = 0; -parenright = 0; -semicolon = 0; -slash = 25; +N = { +Hbar = 32; +igrave = 26; +icaron = 36; +idieresis = 45; +jcircumflex = 28; +idieresis.ss01 = 28; +degree = -26; +logicalnot = -35; }; -j.ss01 = { -bracketright = 0; -comma.ss01 = -7; -j.ss01 = 0; -parenright = 0; -slash = 25; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -44; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -129; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -28; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -46; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 33; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -28; +"@MMK_R_KO_ninesuperior" = -67; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = -30; +"@MMK_R_KO_semicolon" = -32; +"@MMK_R_KO_ellipsis" = -63; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -77; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_backslash" = -52; +"@MMK_R_KO_period.ss01" = -53; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_question.ss01" = -67; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = -36; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -90; +"@MMK_R_KO_braceright" = -92; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_quotedblleft" = -97; +"@MMK_R_KO_quotedblright" = -93; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = -86; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -99; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -109; +"@MMK_R_KO_asciicircum" = -87; }; -jacute = { -adieresis.ss05 = 0; -backslash = 53; -ccaron = 0; -comma = 10; -hbar = 0; -hcircumflex = 0; -i.ss01 = 0; -iacute = 0; -idieresis = 0; -idotaccent.ss01 = 0; -iogonek = 2; -j = 0; -jcircumflex = 0; -rcaron = 2; -scaron = 0; -semicolon = 0; -seven = 27; -slash = 25; -zcaron = 0; +b = { +seven = -60; +registered = -31; +notequal = -24; }; -jcircumflex = { -hcircumflex = 0; -i.ss01 = 0; -jcircumflex = 4; -scircumflex = 0; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -56; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_J" = -106; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -35; +"@MMK_R_KO_T" = -124; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -106; +"@MMK_R_KO_Y" = -89; +"@MMK_R_KO_Z" = -98; +"@MMK_R_KO_I.ss02" = -87; +"@MMK_R_KO_J.ss10" = -75; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_f" = -39; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_z" = -56; +"@MMK_R_KO_t_t.liga" = -38; +}; +Itilde.ss02 = { +igrave = 0; }; -k = { -ampersand = 0; -asciitilde = -53; -exclam.ss01 = 10; -iogonek = 2; -logicalnot = -51; -minus = -55; -plus = -38; -two = 8; -yhookabove = 7; +trademark = { +period = -65; +comma = -70; +slash = -129; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -141; +parenright = -45; +parenright.case = -43; +guillemetleft = -84; +guilsinglleft = -84; +guillemetright = -76; +guilsinglright = -76; }; -l = { -Hbar = 24; -at = 0; -backslash = 14; -hbar = 0; -ibreve = 0; -idieresis = 0; -idieresis.ss01 = 0; -jcircumflex = 0; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -plus = -21; +literSign = { +parenright = -65; +parenright.case = -51; +guillemetleft = -49; +guilsinglleft = -49; }; -l.ss03 = { -iogonek = 5; +ohorn = { +i = 9; +idotaccent = 9; +i.ss01 = 9; +idotaccent.ss01 = 9; +m = 8; +n = 8; +r = 8; +t = 0; +u = 9; +v = 0; +t_i.liga = 0; +t_t.liga = 0; +period = -23; +comma = -24; +period.ss01 = -45; +comma.ss01 = -43; +hyphen = 31; +parenright = -69; +bracketright = -50; +quotedbl = -28; +}; +quotedblleft = { +A = -140; +Dcroat = -37; +Hbar = 4; +igrave = 7; +icircumflex = 7; +imacron = 41; jcircumflex = 0; -periodcentered.loclCAT = -17; +s = -79; +x = -28; +g.ss06 = -90; +mu = -53; +exclamdown = -63; +questiondown = -124; +backslash = 30; +questiondown.case = -124; +underscore = -124; +quotedblbase = -124; +ampersand = -84; +minus = -124; +divide = -123; +asciitilde = -124; }; l.ss04 = { -ibreve = 0; -idieresis = 0; -jcircumflex = 0; +Hbar = 37; +l.ss04 = 2; +periodcentered.loclCAT = 65; +parenright = -25; +bracketright = 0; +quoteright = 0; }; -lcaron = { -exclam.ss01 = 105; -ncaron = 3; -scaron = 11; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -28; +"@MMK_R_KO_O" = -88; +"@MMK_R_KO_Oacute" = -88; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = -80; +"@MMK_R_KO_S" = -42; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = -26; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = -69; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -46; +"@MMK_R_KO_l" = -23; +"@MMK_R_KO_e" = -71; +"@MMK_R_KO_eacute" = -67; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_i" = -29; +"@MMK_R_KO_n" = -38; +"@MMK_R_KO_icircumflex" = -5; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -35; +"@MMK_R_KO_s" = -51; +"@MMK_R_KO_t" = -60; +"@MMK_R_KO_u" = -67; +"@MMK_R_KO_uacute" = -57; +"@MMK_R_KO_v" = -106; +"@MMK_R_KO_w" = -88; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -111; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = -26; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -14; +"@MMK_R_KO_t_t.liga" = -60; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = -109; +"@MMK_R_KO_sixsuperior" = -48; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = -39; +"@MMK_R_KO_foursuperior" = -86; +"@MMK_R_KO_fivesuperior" = -48; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -44; +"@MMK_R_KO_ninesuperior" = -68; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = -16; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_asterisk" = -32; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = -31; +"@MMK_R_KO_question.ss01" = -58; +"@MMK_R_KO_hyphen" = -97; +"@MMK_R_KO_endash" = -102; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -97; +"@MMK_R_KO_parenleft" = -51; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -54; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -54; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = -108; +"@MMK_R_KO_guillemetright" = -78; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -59; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_quoteright.ss01" = -31; +}; +eacute = { +Y = -87; }; -lcaron.ss03 = { -b = 6; -bracketright = 52; -ccaron = 0; -comma = 19; -eightsuperior = 47; -exclam = 77; -exclam.ss01 = 76; -fivesuperior = 57; -h = 6; -i = 2; -i.ss01 = 5; -j = 2; -j.ss01 = 6; -k = 6; -l.ss03 = 6; -lcaron.ss03 = 6; -m = 0; -n = 0; -ncaron = 0; -ninesuperior = 59; -onesuperior = 79; -parenright = 81; -period = 25; -question = 83; -question.ss01 = 38; -quotedbl = 104; -quotedblleft = 80; -quotedblleft.ss01 = 57; -quoteleft = 80; -quoteleft.ss01 = 57; -quotesingle = 104; -s = 0; -scaron = 0; -sevensuperior = 76; -sixsuperior = 47; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -threesuperior = 49; -twosuperior = 55; -u = 0; -uacute = 0; -v = 0; -zcaron = 24; +integral = { +guillemetright = -93; +guilsinglright = -93; +integral = -50; +A = -53; +a = -54; +d = -56; +a.ss05 = -62; +e = -57; +s = -61; +w = -43; }; -lcaron.ss04 = { -exclam.ss01 = 105; -ncaron = 3; -scaron = 11; +two.dnom = { +question = -96; +question.ss01 = -114; +parenright = -67; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +quotedbl = -155; +quotesingle = -63; +quotedblleft.ss01 = -151; +quoteleft.ss01 = -81; +quotedblright.ss01 = -151; +quoteright.ss01 = -81; +degree = -150; }; -lcommaaccent = { -j = 0; +parenleft.case = { +Icircumflex = 53; +Imacron = 49; +Idieresis = 48; +Dcroat = -19; +Eth = -19; +Iogonek = 54; +Itilde = 52; +Lslash = -13; +Idieresis.ss01 = 44; +four.numr = -48; +numbersign = -43; +questiondown.case = -43; +question.ss01 = -25; +parenleft.case = -33; +quotedblbase = 27; +quotedblbase.ss01 = 26; +at = -44; +ampersand = -25; +section = -24; +copyright = -54; +registered = -56; +published = -54; +literSign = -33; +numero = -12; +cent = -59; +dollar = -36; +euro = -64; +liraTurkish = -46; +minus = -81; +multiply = -74; +divide = -74; +equal = -57; +notequal = -69; +less = -90; +greaterequal = 0; +approxequal = -97; +logicalnot = -73; +asciitilde = -85; +asciicircum = -108; +infinity = -62; +radical = -52; }; -ldot.ss01 = { -a = 26; -comma.ss01 = -68; -e = 28; -period.ss01 = -71; +Iacute.ss02 = { +igrave = 0; +endash.case = -102; }; -ldot.ss01.ss04 = { -comma.ss01 = -68; -period.ss01 = -71; +tenge = { +four = -110; +period = -65; +comma = -70; +slash = -118; +period.ss01 = -62; +comma.ss01 = -63; }; -ldot.ss04 = { -a = 28; -e = 29; -o = 29; +colon = { +A = 0; +D = -29; +C = -30; +J = 0; +T = -85; +V = -45; +W = -30; +Y = -72; +a = -54; +c = -58; +e = -57; +o = -59; +f = 0; +s = -33; +t = 0; +z = 0; +t_i.liga = 0; +pi = 0; +zero = -31; +one = -29; +two = -4; +three = -25; +four = -85; +sevensuperior = -77; +emdash = -85; +parenright = -80; +braceright = -85; +bracketright = -73; +parenright.case = -39; +guillemetleft = -75; +guilsinglleft = -75; }; -less = { -S = 29; -less = -80; -parenright = -41; -three = 39; +h = { +seven = -54; +registered = -32; }; -lessequal = { -n = -22; -parenright = -33; +emacron = { +Y = -71; +lcommaaccent = -12; }; -liraTurkish = { -foursuperior = -43; -one = -55; -onesuperior = -43; -parenright = -73; -question = -68; -question.ss01 = -73; -quotedbl = -77; -quotesingle = -77; -seven = -60; -sevensuperior = -50; -sixsuperior = -35; -slash = -20; -two = -24; +numbersign = { +A = -28; +J = -65; +T = -68; +X = -59; +Y = -44; +one = -44; +eight = 8; +period = -65; +comma = -70; +slash = -34; +period.ss01 = -62; +comma.ss01 = -63; +parenright = -77; +bracketright = -56; +parenright.case = -69; +bracketright.case = -56; }; -literSign = { -parenright = -27; +copyright = { +parenright = -129; +parenright.case = -116; }; -logicalnot = { -one = -92; -parenright = -96; -parenright.case = -63; -seven = -68; -two = -44; -y = -32; +t = { +iogonek = 7; +wdieresis = 19; +two = 7; +logicalnot = -76; +asciitilde = -51; }; -lslash.ss03 = { -comma = 0; -period = 14; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = 20; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 59; +"@MMK_R_KO_imacron" = 46; +"@MMK_R_KO_itilde" = 52; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 31; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = 31; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -35; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -45; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 27; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -19; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_braceright" = -69; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -41; +"@MMK_R_KO_bracketright.case" = -31; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -64; +"@MMK_R_KO_asciicircum" = -64; +}; +Hcircumflex = { +igrave = 26; }; -m = { -backslash = -47; -comma = 7; -e = 9; -hyphen = 10; -multiply = -25; -ordmasculine = -49; -parenleft = 3; -period = 10; -registered = -27; -seven = -47; -wgrave = -5; +aogonek.ss05 = { +j = 7; +comma = 42; +parenright = 0; +bracketright = 12; }; -minus = { -A = -64; -I.ss02 = -89; -T = -137; -V = -65; -X = -99; -Y = -94; -Z = -97; -comma = -89; -comma.ss01 = -81; -eight = -34; -four = -29; -one = -78; -parenright = -88; -parenright.case = -80; -period = -85; -period.ss01 = -82; -quotedblleft = -82; -quotedblright = -85; -seven = -69; -seven.numr = -52; -tenge = -68; -three = -71; -two = -58; -x = -51; -yen = -41; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -63; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_J" = -99; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -108; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -83; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = -77; +"@MMK_R_KO_I.ss02" = -97; +"@MMK_R_KO_J.ss10" = -51; +}; +_B.currency = { +_baht.bar = -9; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 39; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 33; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 16; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 29; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 14; +"@MMK_R_KO_icircumflex" = 40; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 21; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 49; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 24; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 41; +"@MMK_R_KO_backslash" = -15; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 31; +"@MMK_R_KO_underscore" = 29; +"@MMK_R_KO_hyphen.case" = 33; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_braceright" = -41; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -42; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -53; }; -mu = { -braceright = -51; -bracketright = -51; -comma.ss01 = -31; -hyphen = 0; -mu = 0; -one = -29; -onesuperior = -52; -parenright = -50; -period.ss01 = -38; -pi = 0; -quotedbl = -25; -quotedblleft = -26; -quotedblright = -26; -quoteleft = -26; -quoteright = -26; -quotesingle = -25; -sevensuperior = -59; -trademark = -78; -twosuperior = -20; +rupeeIndian = { +four = -54; +period = -48; +comma = -46; +slash = -45; +period.ss01 = -62; +comma.ss01 = -63; }; -multiply = { -A = -29; -P = -23; -T = -74; -Y = -55; -five = -12; -one = -24; -p = -29; -parenright = -80; -parenright.case = -73; -two = -6; +Zdotaccent = { +Hbar = -6; +endash.case = -104; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -73; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -37; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -59; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = -17; +"@MMK_R_KO_semicolon" = -20; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_exclam" = -10; +"@MMK_R_KO_question" = -30; +"@MMK_R_KO_asterisk" = -65; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -42; +"@MMK_R_KO_colon.ss01" = -34; +"@MMK_R_KO_question.ss01" = -67; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -78; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -71; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -82; +"@MMK_R_KO_quoteright.ss01" = -79; }; -n = { -Tcedilla = -131; -asciitilde = -19; -at = 3; -backslash = -47; -degree = -75; -e = 9; -greaterequal = -15; -guilsinglright = 0; -jcircumflex = 0; -logicalnot = -33; -multiply = -25; -n = 0; -ordmasculine = -49; -parenleft = 3; -registered = -27; -seven = -47; +P = { +Hbar = 67; +Oslash = 7; +hbar = 30; +igrave = 15; +idieresis = 32; +idieresis.ss01 = 31; +two = 25; +three = 0; +five = 5; +seven = 30; +nine = 27; +twoinferior = -47; +threeinferior = -51; +fourinferior = -113; +ellipsis.ss01 = -268; +endash.case = 30; +braceright.case = -63; +ampersand = -56; }; -ncaron = { -Yacute = -46; -parenright = -36; +twoinferior = { +T = -132; +V = -75; +W = -45; +Y = -132; +t = -37; +t_i.liga = -37; +t_t.liga = -37; +parenright = -48; }; -nine = { -braceright = -42; -bracketright.case = -31; -ordmasculine = 0; -six = 20; -trademark = -41; +wdieresis = { +period = -53; +comma = -56; +bracketright = -58; }; -nine.dnom = { -degree = -117; -parenright = -65; -question = -74; -question.ss01 = -93; -quotedbl = -78; -quotedblleft = -116; -quotedblleft.ss01 = -111; -quotedblright = -113; -quotedblright.ss01 = -108; -quoteright = -89; -quotesingle = -78; +uhungarumlaut = { +onesuperior = -27; +sevensuperior = -39; +parenright = -63; +bracketright = -35; }; -nineinferior = { -parenright = -52; +odieresis = { +germandbls = -28; +gbreve.ss06 = -18; }; -ninesuperior = { -comma = -89; -comma.ss01 = -81; -fraction = -27; -period = -85; -period.ss01 = -82; -slash = -85; +ohorndotbelow = { +c = -8; +i = -17; +idotaccent = -17; +m = -19; +n = -19; +p = -17; +t = -20; +u = -19; +t_i.liga = -19; +t_t.liga = -19; +period = -43; +comma = -45; +parenright = -94; +bracketright = -75; }; -notequal = { -N = -18; -b = -22; -parenright = -22; -zero = 0; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = 25; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = -44; +"@MMK_R_KO_I.ss02" = -51; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 11; +"@MMK_R_KO_icircumflex" = 44; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_itilde" = 50; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 36; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 13; +"@MMK_R_KO_w" = 21; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -45; +"@MMK_R_KO_comma" = -47; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -89; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -25; +"@MMK_R_KO_backslash" = -13; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 32; +"@MMK_R_KO_underscore" = -60; +"@MMK_R_KO_hyphen.case" = 34; +"@MMK_R_KO_parenleft" = 26; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_braceright" = -81; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_parenright.case" = -78; +"@MMK_R_KO_bracketright.case" = -53; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -38; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -51; }; -ntilde = { -parenright = -35; +one.numr = { +fraction = 0; }; -numbersign = { -A = -27; -C = 0; -J = -63; -T = -66; -V = -25; -X = -51; -Y = -49; -bracketright = -54; -comma = -69; -comma.ss01 = -81; -eight = 5; -four = 0; -nine = 0; -one = -15; -parenright = -51; -parenright.case = -40; -period = -66; -period.ss01 = -82; -six = 7; -three = 0; +Uhorntilde = { +exclam.ss01 = -3; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_pi" = 11; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -13; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -42; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_plus" = -2; +}; +two = { +icircumflex = 36; +x = 12; +colon = 21; +semicolon = 17; +braceright = -51; +minus = -50; +multiply = -7; }; -numero = { -one = 10; -parenright = -18; -period = -85; +j = { +hbar = 11; +idieresis = 10; +iogonek = 11; +jcircumflex = 2; }; -o = { -Ydieresis = -99; -Ydieresis.ss01 = -99; -backslash = -43; -bracketright = -63; -gbreve.ss06 = 7; -gcircumflex.ss06 = 7; -gcommaaccent.ss06 = 7; -germandbls = -7; -logicalnot = -26; -n = 0; -parenleft = 17; -quotedbl = -46; -quotedblright = -54; -quoteright = -54; -quotesingle = -46; -registered = -23; -seven = -46; -tbar = 8; -two = -6; +ldot.ss01 = { +period.ss01 = -48; +comma.ss01 = -45; }; -oacute = { -parenright = -66; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 31; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss03" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -42; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -76; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -63; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 28; +"@MMK_R_KO_colon" = 33; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -47; +"@MMK_R_KO_underscore" = 19; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -50; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -82; +"@MMK_R_KO_asciicircum" = -45; }; -ocircumflex = { -T = -73; +idieresis = { +l = 10; +icaron = 10; +idieresis = 10; }; -ocircumflexgrave = { -comma = -24; -comma.ss01 = -50; -guillemetright = -12; -hyphen = 33; -parenright = -41; -period = -24; -period.ss01 = -51; -quotedbl = -35; -quotedblright = -48; +approxequal = { +one = -49; +parenright = -136; +parenright.case = -127; +A = -75; +I.ss02 = -124; }; -ocircumflexhookabove = { -comma = -24; -comma.ss01 = -50; -guillemetright = -12; -hyphen = 33; -parenright = 0; -period = -24; -period.ss01 = -51; -quotedbl = -21; -quotedblright = -29; +ograve = { +T = -150; }; -ocircumflextilde = { -parenright = -44; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -99; +"@MMK_R_KO_V" = -77; +"@MMK_R_KO_W" = -54; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_I.ss02" = -64; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_icircumflex" = -18; +"@MMK_R_KO_imacron" = -18; +"@MMK_R_KO_itilde" = -18; +"@MMK_R_KO_j" = -24; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -29; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = -44; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = -47; +"@MMK_R_KO_l.ss03" = -22; +"@MMK_R_KO_l.ss04" = -24; +"@MMK_R_KO_g.ss06" = -18; +"@MMK_R_KO_t_t.liga" = -29; +"@MMK_R_KO_one" = -84; +"@MMK_R_KO_sixsuperior" = -58; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_twosuperior" = -42; +"@MMK_R_KO_threesuperior" = -49; +"@MMK_R_KO_foursuperior" = -60; +"@MMK_R_KO_fivesuperior" = -62; +"@MMK_R_KO_sevensuperior" = -83; +"@MMK_R_KO_eightsuperior" = -50; +"@MMK_R_KO_ninesuperior" = -82; +"@MMK_R_KO_period" = -44; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_colon" = -53; +"@MMK_R_KO_semicolon" = -56; +"@MMK_R_KO_ellipsis" = -85; +"@MMK_R_KO_exclam" = -31; +"@MMK_R_KO_question" = -65; +"@MMK_R_KO_asterisk" = -81; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -58; +"@MMK_R_KO_question.ss01" = -79; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = -60; +"@MMK_R_KO_parenleft" = -11; +"@MMK_R_KO_parenright" = -116; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_quotedblleft" = -115; +"@MMK_R_KO_quotedblright" = -100; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -63; +"@MMK_R_KO_quotedbl" = -106; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -100; +"@MMK_R_KO_quoteright.ss01" = -81; +"@MMK_R_KO_trademark" = -135; }; -odieresis = { -gbreve.ss06 = 7; -germandbls = -7; -parenright = -67; +S = { +Hbar = 44; +Lslash = 32; +hbar = 49; +ibreve = 41; +idieresis = 47; +idieresis.ss01 = 33; +two = 12; +three = 29; +five = 14; +eight = 22; +ampersand = 16; +dollar = 6; +greater = 24; +logicalnot = -63; }; -odieresis.ss01 = { -germandbls = -7; +periodcentered.loclCAT = { +l = 66; +l.ss03 = 61; +l.ss04 = 57; }; -ohookabove = { -parenright = -70; +Iogonek = { +iogonek = 35; +j = 20; +j.ss01 = 19; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -50; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -34; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -63; }; -ohorn = { -comma = -24; -comma.ss01 = -50; -hyphen = 33; -parenright = -63; -period = -24; -period.ss01 = -51; -quotedbl = -29; -quotedblright = -27; -u = 10; +racute = { +parenright = -31; +bracketright = -2; }; -ohornacute = { -c = 24; -parenright = -62; -t = -7; -t_i.liga = -7; -t_t.liga = -7; +questiondown.case = { +C = -16; +Q = -16; +Q.ss09 = -16; +T = -89; +V = -88; +W = -61; +Y = -86; +one = -68; +seven = -84; +parenright.case = -52; +quotedblleft = -118; +quoteright = -89; +quotedbl = -118; +quotesingle = -63; +quotedblleft.ss01 = -140; +quoteright.ss01 = -81; }; -ohorndotbelow = { -c = 24; -comma = -24; -parenright = -63; -period = -24; -t = -7; -t_i.liga = -7; -t_t.liga = -7; -u = 10; +f_y.liga = { +germandbls = 23; +zeroinferior = -38; +ampersand = -43; }; -ohorndotbelow.ss01 = { -c = 24; -comma.ss01 = -50; -parenright = -63; -period.ss01 = -51; -t = -7; -t_i.liga.ss01 = -7; -t_t.liga = -7; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -66; +"@MMK_R_KO_Oacute" = -66; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = -58; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = 13; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_aacute" = -59; +"@MMK_R_KO_a.ss05" = -50; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_eacute" = -63; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_n" = -50; +"@MMK_R_KO_j" = 76; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -46; +"@MMK_R_KO_u" = -60; +"@MMK_R_KO_uacute" = -59; +"@MMK_R_KO_v" = -52; +"@MMK_R_KO_w" = -51; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_t_t.liga" = -45; +"@MMK_R_KO_pi" = -46; +"@MMK_R_KO_zero" = -56; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_two" = -16; +"@MMK_R_KO_three" = -29; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -59; +"@MMK_R_KO_seven" = 43; +"@MMK_R_KO_eight" = -32; +"@MMK_R_KO_nine" = -28; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_sevensuperior" = 52; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -30; +"@MMK_R_KO_comma" = 27; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_period.ss01" = -43; +"@MMK_R_KO_comma.ss01" = 10; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen" = -77; +"@MMK_R_KO_endash" = -80; +"@MMK_R_KO_parenright" = 26; +"@MMK_R_KO_bracketright" = 53; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -77; +"@MMK_R_KO_guillemetright" = -85; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -41; +"@MMK_R_KO_plus" = -81; +"@MMK_R_KO_percent" = -20; }; -ohorngrave = { -comma = -24; -comma.ss01 = -50; -parenright = -63; -period = -24; -period.ss01 = -51; -quotedbl = -29; -quotedblright = -27; +bracketleft.case = { +Icircumflex = 26; +numbersign = -57; +parenleft.case = -44; +bracketright.case = 59; +at = -59; +literSign = -65; +euro = -75; +minus = -84; +equal = -71; +less = -95; +asciitilde = -91; +asciicircum = -112; +infinity = -69; }; -ohornhookabove = { -comma = -24; -comma.ss01 = -50; -parenright = -63; -period = -24; -period.ss01 = -51; -quotedbl = -27; -quotedblright = -27; +K = { +Lslash = -16; +Oslash = -14; +edieresis = -27; +odieresis.ss01 = -28; +odieresis = -29; +oslash = 0; +igrave = 39; +rcaron = 17; +idieresis = 38; +jcircumflex = 10; +ygrave = -45; +ytilde = -41; +idieresis.ss01 = 48; +zero = -40; +two = 41; +three = -7; +six = -39; +seven = 34; +nine = -22; +numbersign = -58; +endash.case = -108; +parenleft.case = -28; +at = -37; +ampersand = -12; +registered = -61; +dollar = -31; +plus = -104; +minus = -123; +multiply = -63; +divide = -108; +equal = -64; +notequal = -84; +less = -122; +logicalnot = -149; +asciitilde = -109; }; -ohorntilde = { -comma = -24; -comma.ss01 = -50; -parenright = -59; -period = -24; -period.ss01 = -51; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_J" = -58; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = -53; +"@MMK_R_KO_I.ss02" = -60; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 42; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 25; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = -58; +"@MMK_R_KO_comma" = -61; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -6; +"@MMK_R_KO_ellipsis" = -94; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_backslash" = -20; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = -70; +"@MMK_R_KO_hyphen.case" = 23; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -91; +"@MMK_R_KO_braceright" = -89; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_parenright.case" = -86; +"@MMK_R_KO_bracketright.case" = -62; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -47; +"@MMK_R_KO_quotedblright.ss01" = -40; +"@MMK_R_KO_quoteright.ss01" = -31; +"@MMK_R_KO_trademark" = -72; +"@MMK_R_KO_asciicircum" = -61; }; -ohungarumlaut = { -b = 0; -bracketright = -36; -h = 0; -i = 0; -j = 0; -k = 0; -l = 0; -l.ss04 = 0; -parenright = -34; -quotedbl = -35; -quotedblright = -50; -sevensuperior = -41; +semicolon = { +four = -83; +onesuperior = -64; +sevensuperior = -78; +hyphen = -89; +emdash = -89; +endash = -83; +hyphen.case = -59; +parenright = -45; +guillemetleft = -76; }; -omacron = { -T = -54; -parenright = -63; +Thorn = { +Eth = 36; }; -one = { -bracketright = 0; -colon.ss01 = -18; -comma = 0; -comma.ss01 = -29; -degree = -25; -equal = 0; -four = 0; -icircumflex = 17; -multiply = -23; -one = 0; -ordfeminine = -7; -ordmasculine = -5; -parenright = -2; -parenright.case = 2; -percent = 0; -period = 0; -period.ss01 = -36; -seven = 0; -slash = 0; -three = 0; -two = 0; -zero = 0; +four.dnom = { +question = -88; +question.ss01 = -113; +parenright = -74; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +quotedbl = -158; +quotesingle = -63; +quotedblleft.ss01 = -151; +quoteleft.ss01 = -81; +quotedblright.ss01 = -151; +quoteright.ss01 = -81; +degree = -145; }; -one.dnom = { -degree = -88; -one.dnom = 0; -parenright = -50; -question = -58; -question.ss01 = -75; -quotedbl = -58; -quotedblleft = -77; -quotedblright = -75; -quoteright = -75; -quotesingle = -58; -two.dnom = 0; -zero.dnom = 0; +braceright = { +Y = -32; +period = -32; +comma = -23; +period.ss01 = -58; +comma.ss01 = -39; +parenright = -48; +braceright = -46; +asciicircum = -96; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -43; +"@MMK_R_KO_asciicircum" = -66; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -37; +"@MMK_R_KO_O" = -97; +"@MMK_R_KO_Oacute" = -98; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -90; +"@MMK_R_KO_S" = -66; +"@MMK_R_KO_T" = -152; +"@MMK_R_KO_U" = -78; +"@MMK_R_KO_V" = -143; +"@MMK_R_KO_W" = -109; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -156; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -73; +"@MMK_R_KO_a" = -66; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = -38; +"@MMK_R_KO_e" = -78; +"@MMK_R_KO_f" = -64; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -38; +"@MMK_R_KO_n" = -38; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -59; +"@MMK_R_KO_t" = -74; +"@MMK_R_KO_u" = -74; +"@MMK_R_KO_uacute" = -65; +"@MMK_R_KO_v" = -96; +"@MMK_R_KO_w" = -81; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = -44; +"@MMK_R_KO_t_t.liga" = -73; +"@MMK_R_KO_zero" = -79; +"@MMK_R_KO_one" = -96; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -61; +"@MMK_R_KO_four" = -113; +"@MMK_R_KO_five" = -65; +"@MMK_R_KO_six" = -77; +"@MMK_R_KO_seven" = -110; +"@MMK_R_KO_eight" = -61; +"@MMK_R_KO_nine" = -65; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_guillemetright" = -111; +"@MMK_R_KO_quotedbl" = -151; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -151; }; -one.numr = { -fraction = 0; +ampersand = { +one = -80; +seven = -98; +parenright = -64; +bracketright = -68; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +quotedbl = -163; +quotesingle = -63; +quotedblleft.ss01 = -151; +quoteleft.ss01 = -81; +quotedblright.ss01 = -151; +quoteright.ss01 = -81; +v = -68; +w = -55; +y = -65; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; +four = { +x = -36; +ordfeminine = -62; +ordmasculine = -60; +zero.numr = -62; +one.numr = -54; +three.numr = -60; +four.numr = -53; +five.numr = -63; +six.numr = -62; +seven.numr = -49; +eight.numr = -59; +nine.numr = -85; +threesuperior = -59; +fivesuperior = -65; +eightsuperior = -60; +colon = -56; +semicolon = -59; +question.ss01 = -54; +underscore = -50; +braceright = -68; +braceright.case = -67; +bracketright.case = -39; +quoteright.ss01 = -59; +registered = -56; +trademark = -83; +asciicircum = -114; }; -onesuperior = { -A = -72; -comma = -89; -comma.ss01 = -81; -period = -85; -period.ss01 = -82; -slash = -81; +zerosuperior = { +A = -121; +fraction = -41; +period = -65; +comma = -70; +slash = -122; +period.ss01 = -62; +comma.ss01 = -63; +parenright = -70; +parenright.case = -70; +guillemetleft = -82; +guilsinglleft = -82; }; -ordfeminine = { -comma = -89; -comma.ss01 = -81; -parenright = 0; -period = -85; -period.ss01 = -82; +n = { +n = 0; +gcircumflex.ss06 = 15; +ordfeminine = -56; +ordmasculine = -57; +seven = -58; +at = 0; +registered = -32; +degree = -89; +notequal = -30; +greaterequal = -21; +logicalnot = -30; }; -ordmasculine = { -comma = -89; -comma.ss01 = -81; -hyphen = -83; -parenright = -25; -parenright.case = -23; -period = -85; -period.ss01 = -82; -slash = -101; +bracketleft = { +Icircumflex = 24; +Dcroat = -26; +Oslash = -38; +oslash = -5; +hcircumflex = 26; +i = -20; +idotaccent = -20; +iacute = -37; +ntilde = -62; +nacute = -66; +p = 0; +ibreve = 6; +icircumflex = 0; +imacron = -2; +jcircumflex = 42; +macute = -66; +scaron = -33; +scircumflex = -62; +germandbls = -58; +x = -57; +colon = -54; +numbersign = -58; +parenleft = -49; +at = -65; +ampersand = -64; +literSign = -66; +dollar = -63; +euro = -76; +minus = -84; +equal = -69; +less = -95; +asciitilde = -90; +asciicircum = -111; +infinity = -68; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 96; +"@MMK_R_KO_O" = 41; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 32; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 28; +"@MMK_R_KO_n" = 17; +"@MMK_R_KO_j" = 19; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = 19; +"@MMK_R_KO_uacute" = 20; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_w" = 35; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 27; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_sixsuperior" = 78; +"@MMK_R_KO_onesuperior" = 101; +"@MMK_R_KO_twosuperior" = 80; +"@MMK_R_KO_threesuperior" = 74; +"@MMK_R_KO_foursuperior" = 52; +"@MMK_R_KO_fivesuperior" = 86; +"@MMK_R_KO_sevensuperior" = 104; +"@MMK_R_KO_eightsuperior" = 74; +"@MMK_R_KO_ninesuperior" = 48; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 100; +"@MMK_R_KO_question" = 112; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 77; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 63; +"@MMK_R_KO_bracketright" = 46; +"@MMK_R_KO_quotedblleft" = 78; +"@MMK_R_KO_quoteleft" = 78; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 104; +"@MMK_R_KO_quotesingle" = 104; +"@MMK_R_KO_quotedblleft.ss01" = 69; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 37; +"@MMK_R_KO_O" = 42; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 54; +"@MMK_R_KO_S" = 52; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_V" = 61; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 49; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 42; +"@MMK_R_KO_onesuperior" = 46; +"@MMK_R_KO_twosuperior" = 36; +"@MMK_R_KO_threesuperior" = 29; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 35; +"@MMK_R_KO_sevensuperior" = 47; +"@MMK_R_KO_eightsuperior" = 41; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 77; +"@MMK_R_KO_question" = 62; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 31; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 46; +"@MMK_R_KO_parenright" = 6; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 50; +"@MMK_R_KO_quotedblright" = 29; +"@MMK_R_KO_quoteleft" = 50; +"@MMK_R_KO_quoteright" = 29; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 23; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 26; +"@MMK_R_KO_quoteright.ss01" = 26; }; -oslash = { -a = 22; -bracketright = -61; -c = 24; -comma = -24; -comma.ss01 = -50; -d = 22; -e = 24; -f = 0; -f_f.liga = 0; -f_f_i.liga = 0; -f_y.liga = 0; -fi = 0; -fl = 0; -g = 22; -g.ss06 = 7; -hyphen = 33; -l.ss03 = 6; -l.ss04 = 4; -o = 24; -oslash = 24; -parenright = -42; -period = -24; -period.ss01 = -51; -s = 2; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -u = 10; -v = 4; -y = 0; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 37; }; -otilde = { -parenright = -62; +J.ss10 = { +Hbar = 40; +ibreve = 63; +icaron = 43; +idieresis = 52; +jcircumflex = 35; +idieresis.ss01 = 35; }; -p = { -backslash = -42; -parenleft = 17; -registered = -22; -seven = -47; -two = -5; +quotedblbase.ss01 = { +Dcroat = -79; +oslash = -33; +p = -30; +germandbls = -80; +asterisk = -131; +numbersign = -120; +question.ss01 = -148; +hyphen.case = -151; +emdash.case = -151; +parenleft.case = -85; +quotedblleft.ss01 = -151; +quoteright.ss01 = -81; +at = -90; +copyright = -112; +published = -112; +dollar = -88; +euro = -151; +minus = -151; +multiply = -132; +divide = -151; +equal = -151; +approxequal = -151; +}; +l.ss03 = { +oslash = 0; +periodcentered.loclCAT = 30; +notequal = -45; +logicalnot = -56; }; parenleft = { -Abrevetilde = -8; -Ccedilla = -59; -Ccircumflex = -59; -Dcroat = -25; -Eth = -25; -Gcircumflex = -59; -Icircumflex = 47; -Idieresis = 36; -Idotaccent = 11; -Imacron = 53; -Iogonek = 85; -Itilde = 54; -Jcircumflex = -10; -Lslash = -19; -OE = -57; -Odieresis = -59; -Odieresis.ss01 = -59; -Oslash = -24; -Scedilla = -23; -Scircumflex = -22; -Ydieresis = 12; -a.ss05 = -48; -acircumflexacute = -48; -adieresis = -69; -agrave = -69; -ampersand = -54; -approxequal = -124; -aring = -71; -asciicircum = -116; -asciitilde = -105; -at = -79; -ccaron = -60; -ccedilla = -61; -ccircumflex = -69; -cent = -73; -copyright = -72; -divide = -84; -dollar = -39; -equal = -70; -euro = -66; -four.numr = -54; -g.ss06 = 39; -germandbls = -42; -greater = -41; -greaterequal = -33; -hcircumflex = 41; +Icircumflex = 33; +Imacron = 24; +Idieresis = 27; +Dcroat = -27; +Eth = -27; +Iogonek = 67; +Lslash = -20; +Oslash = -33; +a.ss05 = -50; +thorn = 26; +ccedilla = -59; +ccaron = -58; +edieresis = -59; +odieresis = -61; +oslash = -2; +hcircumflex = 34; +i = -19; +idotaccent = -19; i.ss01 = 0; iacute = -32; -ibreve = 58; -idotaccent.ss01 = 0; -imacron = 43; -infinity = -74; -iogonek = 69; -jcircumflex = 98; -l.ss03 = 0; -l.ss04 = 31; -less = -73; -lessequal = -41; -liraTurkish = -41; -literSign = -57; -logicalnot = -82; -minus = -88; +ntilde = -50; +nacute = -50; +ncaron = -48; +ncommaaccent = -50; +p = 5; +idieresis = 24; +imacron = 45; +iogonek = 77; +jcircumflex = 79; +scedilla = -31; +scaron = -29; +scircumflex = -52; +germandbls = -46; +tcedilla = -17; +x = -6; +zcaron = -14; +g.ss06 = 43; mu = 0; -multiply = -80; -notequal = -63; -numbersign = -51; -numero = -14; -ocircumflex = -70; -ohornhookabove = -69; -onesuperior = 0; -oslash = 0; -p = 0; -plusminus = -33; -published = -72; -question.ss01 = -26; -questiondown = 20; -quotedblbase = 11; -quotedblbase.ss01 = 19; -quotesinglbase = 11; -racute = -50; -radical = -61; -scaron = -23; -scedilla = -25; -scircumflex = -51; -scommaaccent = -48; -section = -39; -semicolon.ss01 = 20; -sterling = -20; -summation = 68; -tbar = -48; -tcommaaccent = -32; -thorn = 16; -udieresis = -66; -udieresis.ss01 = -65; -ugrave = -66; -wacute = -48; -wgrave = -48; -zcaron = -15; +four.numr = -55; +colon = -29; +numbersign = -53; +semicolon.ss01 = 12; +question.ss01 = -27; +parenleft = -48; +braceleft = -15; +quotedblbase = 17; +quotedblbase.ss01 = 10; +at = -74; +ampersand = -60; +section = -42; +copyright = -62; +registered = -57; +published = -62; +literSign = -63; +numero = -15; +cent = -69; +dollar = -52; +euro = -73; +liraTurkish = -56; +sterling = -33; +minus = -89; +multiply = -82; +divide = -89; +equal = -68; +notequal = -77; +greater = -43; +less = -102; +greaterequal = -42; +lessequal = -44; +plusminus = -44; +approxequal = -116; +logicalnot = -80; +asciitilde = -99; +asciicircum = -114; +infinity = -74; +summation = 75; +radical = -64; }; -parenleft.case = { -Dcroat = -20; -Icircumflex = 53; -Imacron = 56; -Iogonek = 65; -Lslash = -14; -OE = -52; -approxequal = -108; -asciicircum = -116; -asciitilde = -88; -at = -39; -copyright = -64; -dollar = -30; -equal = -59; -euro = -54; -infinity = -62; -less = -63; -logicalnot = -73; -minus = -80; -multiply = -72; -numbersign = -40; -parenleft.case = -33; -published = -64; -question.ss01 = -26; -questiondown.case = -21; -quotedblbase = 12; -radical = -48; -section = -20; +asciicircum = { +one = -54; +two = -39; +three = -62; +four = -121; +eight = -64; +period = -65; +comma = -70; +asterisk = -41; +slash = -161; +period.ss01 = -62; +comma.ss01 = -63; +hyphen = -170; +hyphen.case = -97; +parenright = -138; +bracketright = -111; +parenright.case = -135; +bracketright.case = -112; +u = -65; +x = -43; +mu = -67; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 28; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = -15; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = 28; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 29; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -33; +"@MMK_R_KO_threesuperior" = -43; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_fivesuperior" = -44; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -64; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = -43; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_quotedblleft" = -85; +"@MMK_R_KO_quotedblright" = -71; +"@MMK_R_KO_quoteleft" = -65; +"@MMK_R_KO_quoteright" = -62; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = -74; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -81; +"@MMK_R_KO_quotedblright.ss01" = -90; +"@MMK_R_KO_quoteright.ss01" = -72; +}; +plus = { +one = -68; +two = -74; +three = -75; +seven = -106; +seven.numr = -42; +period = -65; +comma = -70; +question = -88; +asterisk = -71; +slash = -66; +period.ss01 = -62; +comma.ss01 = -63; +question.ss01 = -98; +parenright = -107; +braceright = -111; +bracketright = -82; +parenright.case = -94; +braceright.case = -112; +bracketright.case = -75; +quotedblleft = -119; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +guillemetright = -58; +quotedbl = -84; +quotesingle = -63; +quotedblleft.ss01 = -130; +quoteleft.ss01 = -81; +quotedblright.ss01 = -134; +trademark = -91; +tenge = -115; +yen = -47; +plus = -35; +x = -38; }; -parenright = { -asciicircum = -56; -braceright = -40; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -59; +"@MMK_R_KO_Oacute" = -59; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = 30; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 46; +"@MMK_R_KO_itilde" = 26; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -60; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = -56; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -149; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 16; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -144; +"@MMK_R_KO_endash" = -126; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -102; +"@MMK_R_KO_parenleft" = -24; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -88; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -88; }; -parenright.case = { -bracketright.case = -34; -colon = -2; -comma = -34; -comma.ss01 = -61; -emdash.case = 20; -hyphen.case = 20; -parenleft.case = 10; -parenright.case = -33; -period = -35; -period.ss01 = -62; -quotedbl = -6; -semicolon = -4; -slash = -16; +quoteleft = { +Hbar = 8; +igrave = 7; +icircumflex = 7; +imacron = 41; +jcircumflex = 0; +g.ss06 = -70; +mu = -53; +exclamdown = -63; +questiondown = -70; +questiondown.case = -70; +quotedblbase = -70; +ampersand = -70; +minus = -70; +divide = -70; +logicalnot = -70; +asciitilde = -70; }; -percent = { -eightsuperior = -51; -fivesuperior = -55; -foursuperior = -63; -ninesuperior = -52; -onesuperior = -63; -question.ss01 = -85; -sevensuperior = -64; -sixsuperior = -54; -threesuperior = -49; -twosuperior = -37; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -124; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_Oacute" = -32; +"@MMK_R_KO_J" = -116; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -124; +"@MMK_R_KO_a" = -98; +"@MMK_R_KO_aacute" = -73; +"@MMK_R_KO_a.ss05" = -77; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -102; +"@MMK_R_KO_eacute" = -80; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -95; +"@MMK_R_KO_i" = -30; +"@MMK_R_KO_n" = -53; +"@MMK_R_KO_j" = -37; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -72; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_uacute" = -47; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -33; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -27; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = -124; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -32; +"@MMK_R_KO_seven" = 13; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = -65; +"@MMK_R_KO_comma" = -70; +"@MMK_R_KO_ellipsis" = -124; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -124; +"@MMK_R_KO_hyphen" = -124; +"@MMK_R_KO_endash" = -124; +"@MMK_R_KO_hyphen.case" = -124; +"@MMK_R_KO_endash.case" = -32; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -99; +"@MMK_R_KO_guillemetright" = -69; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -27; +"@MMK_R_KO_plus" = -119; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 18; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 19; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_four" = -43; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -33; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -52; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -47; +"@MMK_R_KO_endash" = -53; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -72; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -38; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -73; +"@MMK_R_KO_asciicircum" = -36; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -153; +"@MMK_R_KO_V" = -114; +"@MMK_R_KO_W" = -75; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -156; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -33; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -26; +"@MMK_R_KO_j" = -24; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -52; }; -period = { -braceright = -38; -eightsuperior = -85; -fivesuperior = -85; -foursuperior = -85; -g.ss06 = 39; -ninesuperior = -85; -onesuperior = -85; -ordfeminine = -85; -ordmasculine = -85; -parenleft.case = -36; -quotesingle = -83; -sevensuperior = -85; -six = -26; -sixsuperior = -85; -threesuperior = -85; -twosuperior = -85; +nine.dnom = { +question = -102; +question.ss01 = -115; +parenright = -93; +parenright.case = -60; +quotedblleft = -124; +quotedblright = -124; +quoteleft = -70; +quoteright = -89; +quotedbl = -163; +quotesingle = -63; +quotedblleft.ss01 = -151; +quoteleft.ss01 = -81; +quotedblright.ss01 = -151; +quoteright.ss01 = -81; +degree = -164; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = -34; +"@MMK_R_KO_O" = -53; +"@MMK_R_KO_Oacute" = -53; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = -29; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = -41; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = -81; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_aacute" = -81; +"@MMK_R_KO_a.ss05" = -80; +"@MMK_R_KO_l" = -30; +"@MMK_R_KO_e" = -81; +"@MMK_R_KO_eacute" = -81; +"@MMK_R_KO_f" = -39; +"@MMK_R_KO_g" = -81; +"@MMK_R_KO_i" = -34; +"@MMK_R_KO_n" = -77; +"@MMK_R_KO_j" = -39; +"@MMK_R_KO_lslash" = -40; +"@MMK_R_KO_s" = -81; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -81; +"@MMK_R_KO_uacute" = -75; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_y" = -52; +"@MMK_R_KO_z" = -60; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_pi" = -60; +"@MMK_R_KO_zero" = -48; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_two" = -16; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = -34; +"@MMK_R_KO_six" = -54; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -33; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = -78; +"@MMK_R_KO_hyphen" = -81; +"@MMK_R_KO_endash" = -81; +"@MMK_R_KO_hyphen.case" = -81; +"@MMK_R_KO_endash.case" = -66; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -81; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -38; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_plus" = -81; }; -period.ss01 = { -Y = -82; -eightsuperior = -82; -fivesuperior = -82; -foursuperior = -82; -mu = -38; -ninesuperior = -82; -onesuperior = -82; -ordfeminine = -82; -ordmasculine = -82; -parenleft.case = -62; -question.ss01 = -82; -quotedbl = -82; -sevensuperior = -82; -sixsuperior = -82; -threesuperior = -82; -twosuperior = -82; +Omacron = { +Eth = 2; }; -perthousand = { -asterisk = -80; -comma = -16; +uhorndotbelow.ss01 = { +a = -16; +c = -20; +period.ss01 = -50; +ellipsis.ss01 = -53; comma.ss01 = -42; -parenright = -64; -parenright.case = -25; -period = -13; -period.ss01 = -41; -question = -80; -question.ss01 = -103; -quotedblleft = -119; -quotedblleft.ss01 = -118; -quotedblright = -116; -quotedblright.ss01 = -113; -quoteleft = -89; -quoteright = -89; }; -pi = { -braceright = -25; -bracketright = -22; -colon = 35; -comma = 21; -guillemetright = 38; -hyphen = -25; -parenright = -17; -period = 25; -period.ss01 = -7; -pi = 44; -quoteright = 0; -quotesingle = 0; -semicolon = 29; -sevensuperior = -54; -slash = 21; -trademark = -62; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 24; +"@MMK_R_KO_two" = 30; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 20; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 13; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -69; +"@MMK_R_KO_endash" = -39; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = -30; +"@MMK_R_KO_percent" = 10; }; -plus = { -X = -86; -asterisk = -45; -braceright = -81; -bracketright = -78; -bracketright.case = -78; -comma = -89; -comma.ss01 = -81; -one = -69; -parenright = -79; -parenright.case = -66; -period = -85; -period.ss01 = -82; -plus = -23; -question = -60; -quotedbl = -51; -quotedblleft = -68; -quotedblright = -73; -quoteright = -73; -quotesingle = -51; -seven = -56; -slash = -57; -tenge = -61; -three = -52; -two = -39; -x = -36; -yen = -33; +exclamdown = { +T = -93; +V = -38; +Y = -63; +j = 40; }; -plusminus = { -one = -55; -parenright = -33; +Adieresis = { +Germandbls = 0; +endash.case = -61; +registered = -87; }; -published = { -T = -44; -Y = -36; -parenright = -64; }; -q = { -backslash = -38; -braceright = 0; -bracketright = 0; -comma = 15; -comma.ss01 = -2; -j = 2; -j.ss01 = 2; +"0B275536-62AC-4C56-AB54-CAFC17136928" = { +J = { +Hbar = 42; +Oslash = 7; +a = -2; +igrave = 30; +ibreve = 51; +icaron = 55; +idieresis = 62; +jcircumflex = 45; +idieresis.ss01 = 55; +greater = 7; +}; +exclam.ss01 = { +period.ss01 = -28; +}; +ohungarumlaut = { +onesuperior = -21; +sevensuperior = 0; parenright = 0; -semicolon = 0; -slash = 25; +bracketright = 0; +quotedblright = -19; +quotedbl = -8; +quotesingle = -7; }; -question = { -exclam = 0; -questiondown = -94; +uhornacute = { +a = -16; +a.ss05 = -16; +c = -16; +n = 9; +t = 11; +u = 14; +t_i.liga = 11; +t_t.liga = 11; +period = -25; +comma = -25; +ellipsis = -39; +question = 0; +period.ss01 = -39; +ellipsis.ss01 = -39; +comma.ss01 = -40; +parenright = -23; +quotedbl = 24; }; -question.ss01 = { -question.ss01 = 0; -questiondown.ss01 = -95; +o = { +germandbls = 6; +gbreve.ss06 = -2; +ordmasculine = -50; +seven = -34; +registered = -18; +logicalnot = -27; }; -questiondown = { -p = 0; -questiondown = 33; +ellipsis = { +Dcroat = -33; +Tbar = -95; +tbar = -44; +twosuperior = -184; +threesuperior = -187; +fivesuperior = -194; +eightsuperior = -190; +parenleft = -14; +braceright = -41; +parenleft.case = -30; +bracketright.case = 0; }; -questiondown.case = { -C = -15; -Q = -15; -T = -87; -V = -86; -Y = -89; -quotedbl = -108; -quotedblleft = -111; -quotedblleft.ss01 = -120; -quoteright = -89; -quoteright.ss01 = -81; -quotesingle = -83; -seven = -83; +Iacute = { +A = 3; +S = 0; +igrave = 30; +icircumflex = 55; +parenright.case = 0; }; -questiondown.ss01 = { -C = -74; -D = -34; -E = -34; -G = -74; -N = -34; -O = -74; -P = -34; -Q = -74; -S = -55; -T = -145; -U = -71; -V = -138; -W = -101; -Y = -151; -a = -63; -c = -63; -d = -63; -e = -63; -four = -112; -o = -63; -q = -63; -quotedbl = -118; -quotedblleft.ss01 = -134; -quoteright.ss01 = -81; -quotesingle = -83; -s = -46; -t = -67; -t_i.liga.ss01 = -67; -t_t.liga = -67; -v = -92; +sixsuperior = { +A = -98; +fraction = -31; +period = -110; +comma = -116; +slash = -112; +period.ss01 = -106; +comma.ss01 = -107; +hyphen = -49; +parenright = -37; +guillemetleft = -51; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -49; +"@MMK_R_KO_Oacute" = -49; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -38; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -38; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -43; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 56; +"@MMK_R_KO_itilde" = 48; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -65; +"@MMK_R_KO_w" = -56; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -51; +"@MMK_R_KO_one" = -46; +"@MMK_R_KO_four" = -51; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -63; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -17; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = -55; +"@MMK_R_KO_endash" = -74; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -89; +"@MMK_R_KO_parenleft" = -26; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -79; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = -90; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -98; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = -111; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = -56; +"@MMK_R_KO_I.ss02" = -92; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -54; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -12; +"@MMK_R_KO_seven" = -11; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -14; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_question" = -68; +"@MMK_R_KO_asterisk" = -45; +"@MMK_R_KO_slash" = -74; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_parenright.case" = -86; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -48; +"@MMK_R_KO_quotedbl" = -38; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_plus" = -22; +}; +Igrave = { +j = 0; +l.ss04 = 25; }; -quotedbl = { -A = -88; -AE = -89; -Aacute = -88; -Adieresis = -88; -Agrave = -88; -Amacron = -87; -Aring = -88; -Dcroat = -8; -Hbar = 44; -Jcircumflex = -65; -Lslash = -22; -asciitilde = -69; -ellipsis.ss01 = -163; -emdash = -118; -exclamdown = -25; -exclamdown.ss01 = -29; -g.ss06 = -37; -hbar = 51; -hyphen = -158; -imacron = 64; -jcircumflex = 61; -l.ss04 = 34; -mu = -25; -oslash = -47; -period.ss01 = -82; -questiondown = -107; -questiondown.case = -82; -questiondown.ss01 = -109; -underscore = -163; +five = { +icircumflex = 61; +x = -32; +ordfeminine = -14; +ordmasculine = -12; +parenleft = 10; +asciicircum = -50; }; -quotedblbase = { -Dcroat = -37; -Icircumflex = -9; -Iogonek = 45; -Lslash = -30; -OE = -52; -Oslash = -16; -Tcedilla = -105; -approxequal = -100; -copyright = -66; -divide = -154; -equal = -99; -euro = -98; -g.ss06 = 39; -germandbls = -41; -iogonek = 54; -l.ss03 = -18; -l.ss04 = -12; -minus = -154; -multiply = -77; -numbersign = -76; -p = -2; -parenleft.case = -45; -published = -66; -quotedblleft = -154; +Tcommaaccent = { +aacute = -79; +acircumflex.ss05 = -53; +amacron.ss05 = -46; +abreve.ss05 = -63; +endash.case = -66; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = -77; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 16; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -43; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -34; +"@MMK_R_KO_onesuperior" = -85; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -53; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -60; +"@MMK_R_KO_asterisk" = -70; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_backslash" = -53; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -58; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = -59; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_braceright" = -66; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -89; +"@MMK_R_KO_asciicircum" = -44; }; -quotedblbase.ss01 = { -Iogonek = 22; -Tcedilla = -104; -divide = -151; -minus = -151; -p = -11; -question.ss01 = -120; -quotedblleft.ss01 = -151; -quotedblright.ss01 = -151; +questiondown.ss01 = { +l.ss03 = -35; +quoteright.ss01 = -117; }; -quotedblleft = { -Dcroat = -25; -Hbar = 50; -Jcircumflex = -60; -exclamdown = -40; -g.ss06 = -54; -imacron = 62; -jcircumflex = 38; -l.ss04 = 35; -minus = -82; -mu = -28; -questiondown = -115; -questiondown.case = -91; -quotedblbase = -154; -underscore = -154; +threeinferior = { +T = -106; +V = -86; +W = -56; +Y = -134; +parenright = -52; +bracketright = -12; }; -quotedblleft.ss01 = { -Dcroat = -33; -ellipsis.ss01 = -151; -g.ss06 = -63; -l.ss04 = 13; -mu = -46; -questiondown.ss01 = -120; -quotedblbase.ss01 = -151; -underscore = -151; +Adieresis.ss01 = { +endash.case = -53; +registered = -74; }; -quotedblright = { -A = -116; -Adieresis = -116; -Aring = -116; -Dcroat = -32; -asciitilde = -124; -g.ss06 = -70; -l.ss04 = 45; -mu = -50; -oslash = -85; -questiondown = -131; -questiondown.case = -95; -quotesinglbase = -89; -tbar = -17; +lcaron.ss03 = { +b = 67; +h = 67; +k = 67; +i = 58; +idotaccent = 58; +i.ss01 = 39; +idotaccent.ss01 = 39; +j = 52; +j.ss01 = 46; +zcaron = 44; +l.ss03 = 61; +lcaron.ss03 = 61; +sixsuperior = 77; +onesuperior = 17; +twosuperior = 41; +threesuperior = 38; +foursuperior = 39; +fivesuperior = 72; +sevensuperior = 23; +eightsuperior = 75; +ninesuperior = 59; +exclam = 81; +question = 29; +exclam.ss01 = 69; +question.ss01 = 43; +parenright = 63; +bracketright = 74; +quotedblleft = 54; +quoteleft = 56; +quotedbl = 74; +quotesingle = 74; +quotedblleft.ss01 = 65; +quoteleft.ss01 = 65; }; -quotedblright.ss01 = { -A = -112; -ellipsis.ss01 = -151; -hyphen = -151; -questiondown.case = -109; -questiondown.ss01 = -131; +f_f.liga = { +e = -2; +f = 14; +fl = 14; +i = 4; +i.ss01 = 0; +idieresis = 22; +seven = 16; +ampersand = -31; }; -quoteleft = { -Hbar = 50; -Jcircumflex = -60; -exclamdown = -40; -g.ss06 = -54; -imacron = 62; -l.ss04 = 35; -mu = -28; -oslash = -64; -questiondown = -89; -questiondown.case = -89; -quotedblbase = -89; +Jacute = { +Icircumflex = 34; +Imacron = 41; +Hbar = 42; +igrave = 30; +ibreve = 51; +icaron = 55; +idieresis = 62; +jcircumflex = 45; +idieresis.ss01 = 55; +parenright = -6; +parenright.case = -7; }; -quoteleft.ss01 = { -A = -81; -J = -81; -g.ss06 = -63; -questiondown.ss01 = -81; -quotedblbase.ss01 = -81; +braceright.case = { +J.ss10 = -50; +period = -42; +comma = -42; +period.ss01 = -51; +comma.ss01 = -47; +hyphen.case = 16; +parenright.case = -48; +braceright.case = -41; +asciicircum = -27; }; -quoteright = { -Hbar = 45; -J = -89; -Jcircumflex = -71; -OE = -24; -a.ss05 = -67; -acircumflex = -73; -agrave = -77; -egrave = -76; -ellipsis = -89; -emdash = -89; -g.ss06 = -70; -hbar = 60; -hyphen = -89; -idieresis = 46; -igrave = 29; -imacron = 68; -itilde = 61; -l.ss04 = 45; -mu = -50; -oslash = -85; -questiondown = -89; -quotedblbase = -89; -ytilde = -14; +ecircumflexhookabove = { +m = 8; +n = 8; +u = 8; +period.ss01 = -9; +comma.ss01 = -10; +parenright = 0; }; -quoteright.ss01 = { -J = -81; -questiondown.ss01 = -81; -quotedblbase.ss01 = -81; +Cdotaccent = { +Hbar = 53; }; -quotesinglbase = { -Iogonek = 45; -T = -89; -V = -89; -W = -85; -Y = -89; -copyright = -66; -g.ss06 = 39; -hyphen = -89; -iogonek = 54; -l.ss03 = -18; -minus = -89; -p = -2; -v = -84; +Ncommaaccent = { +imacron = 61; }; -quotesinglbase.ss01 = { -T = -81; -V = -81; -W = -81; -Y = -81; -minus = -81; -question.ss01 = -81; +dollar = { +one = -2; +three = 9; +four = 18; +five = 22; +eight = 17; +parenright = -61; +bracketright = -26; +parenright.case = -52; }; -quotesingle = { -Dcroat = -8; -Hbar = 44; -J = -83; -OE = -2; -comma = -83; -comma.ss01 = -81; -ellipsis = -83; -exclamdown = -25; -g.ss06 = -37; -hbar = 51; -idieresis = 37; -igrave = 32; -imacron = 64; -itilde = 56; -jcircumflex = 61; -l.ss04 = 34; -mu = -25; -period = -83; -questiondown = -83; -questiondown.case = -82; -questiondown.ss01 = -83; -underscore = -83; +Scaron = { +iogonek = -4; }; -r = { -ampersand = -41; -asciitilde = -40; -exclam.ss01 = 0; -fiveinferior = -54; -fourinferior = -82; -gcircumflex.ss06 = -27; -germandbls = 5; -logicalnot = -49; -minus = -43; -numbersign = 0; -plus = -41; -sixinferior = -61; -threeinferior = -60; -twoinferior = -59; +fi = { +hbar = 19; +idieresis = 32; +jcircumflex = 20; +germandbls = 0; +logicalnot = -40; +}; +zero = { +icircumflex = 19; +x = -15; +ordmasculine = -11; +underscore = -69; +parenleft = 9; +braceright = -40; +braceright.case = -49; +bracketright.case = -27; +baht = 0; +trademark = -46; +multiply = -5; +asciicircum = -17; +}; +period.ss01 = { +ordfeminine = -106; +ordmasculine = -106; +twosuperior = -106; +threesuperior = -106; +fivesuperior = -106; +eightsuperior = -106; +question.ss01 = -86; +parenleft = -17; +braceright = -21; +parenleft.case = -30; +quoteright.ss01 = -106; }; -racute = { -parenright = 0; -sevensuperior = -23; +X = { +igrave = 12; +ibreve = 24; +icaron = 22; +idieresis = 42; +idieresis.ss01 = 44; +zero = -50; +two = 0; +three = -38; +six = -61; +eight = -34; +nine = -47; +numbersign = -51; +endash.case = -95; +parenleft.case = -48; +at = -45; +registered = -66; +plus = -101; +minus = -119; +multiply = -77; +equal = -62; +notequal = -65; +less = -75; +logicalnot = -137; +asciitilde = -131; }; -radical = { -A = -97; -a = -39; -four = -50; -s = -35; +L = { +H = 0; +Dcroat = -28; +Oslash = -13; +Tbar = -84; +oslash = -6; +ordfeminine = -184; +ordmasculine = -182; +zero = -20; +two = 4; +three = 0; +five = 0; +six = -27; +seven = -74; +nine = -6; +numbersign = 0; +endash.case = -176; +parenleft.case = -17; +quoteleft.ss01 = -117; +at = -7; +registered = -134; +dollar = 0; +plus = -113; +minus = -158; +multiply = -35; +equal = -2; +notequal = -25; +less = -57; +approxequal = 0; +logicalnot = -196; +asciitilde = -129; }; -rcaron = { -b = 0; -i = 0; -k = 0; -l.ss04 = 0; -parenright = 0; -sevensuperior = -5; +euro = { +period = -29; +comma = -34; +slash = -41; +period.ss01 = -22; +parenright = -66; +bracketright = -29; +parenright.case = -56; +bracketright.case = -33; }; -registered = { -comma = -89; -comma.ss01 = -81; -parenright = -51; -parenright.case = -50; -period = -85; -period.ss01 = -82; -slash = -78; -trademark = -53; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -96; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_Oacute" = -31; +"@MMK_R_KO_J" = -80; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -52; +"@MMK_R_KO_a.ss05" = -57; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -58; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = -38; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 52; +"@MMK_R_KO_itilde" = 48; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -56; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = -46; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = -61; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_colon" = -37; +"@MMK_R_KO_semicolon" = -43; +"@MMK_R_KO_ellipsis" = -109; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -119; +"@MMK_R_KO_backslash" = 25; +"@MMK_R_KO_period.ss01" = -105; +"@MMK_R_KO_comma.ss01" = -106; +"@MMK_R_KO_colon.ss01" = -31; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -66; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_underscore" = -138; +"@MMK_R_KO_hyphen.case" = -46; +"@MMK_R_KO_parenleft" = -39; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 13; +"@MMK_R_KO_quoteright.ss01" = 13; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -41; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_sixsuperior" = -33; +"@MMK_R_KO_onesuperior" = -77; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -58; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -49; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -35; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -41; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -20; }; -rupeeIndian = { -four = -40; -slash = -21; +perthousand = { +question = -115; +asterisk = -136; +question.ss01 = -103; +parenright = -76; +parenright.case = -53; +quotedblleft = -105; +quotedblright = -74; +quoteleft = -108; +quoteright = -74; +quotedblleft.ss01 = -85; +quoteleft.ss01 = -85; +quotedblright.ss01 = -81; +quoteright.ss01 = -81; }; -s = { -abrevetilde.ss05 = 15; -ampersand = 15; -asciitilde = -21; -backslash = -43; -guilsinglright = 0; -i = 0; -l = 0; -logicalnot = -24; -m = 0; -n = 0; -parenleft = 6; -r = 0; -registered = -26; -seven = -39; -wacute = 0; +V = { +Eth = -23; +Oslash = -31; +adieresis = -47; +ae = -59; +a.ss05 = -59; +adieresis.ss05 = -44; +eacute = -62; +ccaron = -32; +emacron = -27; +edieresis = -34; +ecaron = -30; +otilde = -36; +odieresis = -38; +iacute = -32; +ncommaaccent = -38; +igrave = 13; +ibreve = 27; +icaron = 26; +idieresis = 51; +racute = -37; +scaron = -17; +zcaron = -17; +idieresis.ss01 = 49; +gdotaccent.ss06 = -61; +gdotaccent.ss01.ss06 = -61; +zero = -37; +two = -25; +three = -23; +six = -43; +seven = 26; +twoinferior = -98; +ellipsis.ss01 = -105; +endash.case = -37; +at = -43; +ampersand = -51; +plus = -64; +minus = -69; +less = -31; +lessequal = -38; +approxequal = -41; +asciitilde = -90; }; -sacute = { -parenright = -41; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -78; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -106; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -112; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -88; +"@MMK_R_KO_period.ss01" = -91; +"@MMK_R_KO_comma.ss01" = -92; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -34; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 9; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -45; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 10; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -73; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = -66; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -244; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 15; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -86; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 4; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_degree" = -6; +"@MMK_R_KO_plus" = -19; +"@MMK_R_KO_percent" = -2; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -109; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = -89; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -228; +"@MMK_R_KO_a" = -71; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -69; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -73; +"@MMK_R_KO_eacute" = -54; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -53; +"@MMK_R_KO_j" = -26; +"@MMK_R_KO_lslash" = -23; +"@MMK_R_KO_s" = -65; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = -50; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -39; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_pi" = -34; +"@MMK_R_KO_zero" = -35; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_two" = -22; +"@MMK_R_KO_three" = -24; +"@MMK_R_KO_four" = -98; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = -31; +"@MMK_R_KO_nine" = -26; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_ellipsis" = -228; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -122; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_hyphen" = -76; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_hyphen.case" = -38; +"@MMK_R_KO_endash.case" = -31; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -88; +"@MMK_R_KO_guillemetright" = -49; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = -58; +"@MMK_R_KO_percent" = -23; }; -scaron = { -imacron = 3; -parenright = -23; +seven = { +icircumflex = 36; +x = -24; +g.ss06 = -56; +mu = -22; +colon = -17; +semicolon = -22; +backslash = 30; +ellipsis.ss01 = -95; +underscore = -110; +parenleft = -19; +at = -32; +ampersand = -35; +euro = -23; +minus = -63; +multiply = -36; +divide = -46; +notequal = -28; +less = -23; +plusminus = -29; +asciitilde = -90; +asciicircum = -24; }; scedilla = { -comma = 0; -gbreve.ss06 = 5; -parenright = -31; +gbreve.ss06 = -2; }; -semicolon = { -emdash = -64; -hyphen = -78; -parenright = 0; +fourinferior = { +T = -115; +V = -94; +W = -65; +parenright = -52; +bracketright = -24; }; -semicolon.ss01 = { -hyphen = -71; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -38; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -99; +"@MMK_R_KO_U" = -38; +"@MMK_R_KO_V" = -119; +"@MMK_R_KO_W" = -81; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -24; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -27; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -53; +"@MMK_R_KO_u" = -28; +"@MMK_R_KO_v" = -81; +"@MMK_R_KO_w" = -47; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_zero" = -41; +"@MMK_R_KO_one" = -84; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_five" = -24; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = -78; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -30; +"@MMK_R_KO_asterisk" = -114; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -95; +"@MMK_R_KO_quotedblright" = -98; +"@MMK_R_KO_quoteleft" = -91; +"@MMK_R_KO_quoteright" = -95; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -105; +"@MMK_R_KO_quotesingle" = -93; +"@MMK_R_KO_quotedblleft.ss01" = -90; +"@MMK_R_KO_quotedblright.ss01" = -90; }; -seven = { -asciitilde = -98; -backslash = 44; -g.ss06 = -72; -minus = -83; -mu = -54; -multiply = -42; -notequal = -64; -ordmasculine = 0; -plusminus = -62; -six = -21; -underscore = -113; +equal = { +period = -27; +comma = -29; +period.ss01 = -20; +comma.ss01 = -21; +parenright = -71; +bracketright = -66; +parenright.case = -67; +bracketright.case = -67; +equal = 0; +A = -32; +J = 0; +T = 0; +V = -31; +X = -62; +Y = -63; }; -seven.dnom = { -degree = -68; -parenright = -61; -question = -42; -question.ss01 = -71; -quotedbl = -39; -quotedblleft = -61; -quotedblright = -68; -quoteright = -68; -quotesingle = -39; -seven.dnom = 54; +five.numr = { +fraction = -40; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 29; +"@MMK_R_KO_Oacute" = 28; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 27; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 25; +"@MMK_R_KO_aacute" = 25; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 23; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 27; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 30; +"@MMK_R_KO_s" = 24; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -37; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 22; +"@MMK_R_KO_underscore" = -55; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 20; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; }; -seven.numr = { -seven.numr = 54; +dcaron = { +exclam.ss01 = 84; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_Oacute" = 25; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 25; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 24; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_underscore" = -77; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -32; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -50; +"@MMK_R_KO_bracketright.case" = -23; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -49; +"@MMK_R_KO_asciicircum" = -5; }; -seveninferior = { -fourinferior = -43; -parenright = -59; -seveninferior = 25; +k = { +oslash = -14; +iogonek = -10; +lcommaaccent = -11; +two = 0; +plus = -72; +minus = -73; +notequal = -33; +logicalnot = -93; +asciitilde = -99; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -74; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -35; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -39; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -75; +"@MMK_R_KO_asciicircum" = -29; }; -sevensuperior = { -A = -126; -comma = -89; -comma.ss01 = -81; -fraction = -51; -guillemetleft = -71; -period = -85; -period.ss01 = -82; -slash = -128; +scaron = { +T = -43; +iogonek = -8; }; -six = { -braceright = -34; -bracketright.case = -21; -ordmasculine = -7; -six = 19; +ninesuperior = { +A = -84; +fraction = -21; +period = -110; +comma = -116; +slash = -93; +period.ss01 = -106; +comma.ss01 = -107; +hyphen = -44; +parenright = -33; +guillemetleft = -44; }; -six.dnom = { -degree = -104; -parenright = -55; -question = -70; -question.ss01 = -86; -quotedbl = -74; -quotedblleft = -109; -quotedblleft.ss01 = -107; -quotedblright = -100; -quoteright = -89; -quotesingle = -74; +v = { +n = 0; +ampersand = -30; }; -sixinferior = { -T = -134; -W = -45; -bracketright = -49; -parenright = -41; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = -27; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -132; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -56; +"@MMK_R_KO_X" = -84; +"@MMK_R_KO_Y" = -136; +"@MMK_R_KO_Z" = -29; +"@MMK_R_KO_I.ss02" = -34; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = -32; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -32; +"@MMK_R_KO_n" = -32; +"@MMK_R_KO_j" = -40; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_z" = -35; +"@MMK_R_KO_t_t.liga" = -32; }; -sixsuperior = { -comma = -89; -comma.ss01 = -81; -fraction = -18; -period = -85; -period.ss01 = -82; -slash = -83; +infinity = { +parenright = -73; +bracketright = -54; +parenright.case = -68; +bracketright.case = -55; +quotedblleft = -4; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -37; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_question" = -48; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = -69; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_parenright.case" = -74; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_J" = -78; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -105; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -99; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -74; +"@MMK_R_KO_I.ss02" = -80; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; }; -slash = { -Hbar = 33; -Ydieresis = 29; -backslash = 71; -eightinferior = -79; -fourinferior = -108; -g.ss06 = -53; -ibreve = 70; -idieresis = 44; -igrave = 38; -imacron = 56; -integral = -51; -itilde = 55; -jcircumflex = 28; -l.ss03 = 0; -l.ss04 = 38; -minus = -61; -mu = -47; -oneinferior = -69; -oslash = -52; -quotedblbase = -135; -quotedblbase.ss01 = -146; -quotesinglbase = -89; -radical = -56; -sterling = -23; -underscore = -116; +asterisk = { +g.ss06 = -63; }; -sterling = { -four = 0; -parenright = -25; -three = 19; -two = 23; +semicolon.ss01 = { +onesuperior = -67; +sevensuperior = -80; +hyphen = -17; +emdash = -17; }; -summation = { -n = -56; +divide = { +one = 0; +two = -5; +three = -60; +seven = 0; +parenright = -82; +parenright.case = -76; +quotedblleft = 0; +quotedblright = -12; +quoteright = -12; +quotedblleft.ss01 = -19; +quotedblright.ss01 = 0; +A = -48; +Y = -93; +I.ss02 = -80; }; -t = { -asciitilde = -41; -exclam.ss01 = 2; -idieresis = 0; -iogonek = 0; -two = 0; -yhookabove = 9; +asciitilde = { +exclam = -8; +exclam.ss01 = -16; +question.ss01 = -32; +parenleft = 8; +parenleft.case = 9; +bracketright.case = -61; +quoteright.ss01 = 0; +U = 5; +aacute = 2; +edieresis = 2; +edieresis.ss01 = 2; +u = 2; +v = 0; +w = 0; +x = -31; +y = -2; +l.ss03 = 0; +l.ss04 = -2; +g.ss06 = 0; +gcircumflex.ss06 = 0; }; -t_i.liga = { -asciitilde = -23; -germandbls = 0; -hbar = 0; -idieresis = 0; -jcircumflex = 0; -logicalnot = -33; +three.dnom = { +question = -105; +question.ss01 = -98; +parenright = -60; +quotedblleft = -84; +quotedblright = -58; +quoteleft = -87; +quoteright = -58; +quotedbl = -117; +quotesingle = -93; +quotedblleft.ss01 = -70; +quoteleft.ss01 = -70; +quotedblright.ss01 = -68; +quoteright.ss01 = -68; +degree = -140; }; -t_i.liga.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 2; -parenright = 0; +odotbelow.ss01 = { +T = -88; }; -t_t.liga = { -asciitilde = -41; -iogonek = 0; +x = { +oslash = -8; two = 0; -yhookabove = 9; -}; -tbar = { -guilsinglleft = 14; -parenright = -23; -tbar = 0; +ampersand = -26; +plus = -61; +minus = -62; +notequal = -29; +logicalnot = -79; +asciitilde = -91; }; -tcaron = { -a = -17; -b = 0; -bracketright = 74; -ccaron = -18; -colon = 29; -comma = 0; -d = -17; -eightsuperior = 4; -exclam = 31; -exclam.ss01 = 27; -f = 14; -f_f.liga = 14; -f_f_i.liga = 14; -f_y.liga = 14; -fi = 14; -fivesuperior = 14; -fl = 14; -h = 0; -hyphen = -51; -i = 0; -i.ss01 = 0; -idotaccent = 0; -j = 0; -j.ss01 = 0; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 18; -ninesuperior = 9; -o = -19; -onesuperior = 22; -parenright = 75; -period = 13; -period.ss01 = -8; -question = 44; -quotedbl = 53; -quotedblleft = 30; -quotedblleft.ss01 = 2; -quotedblright = 40; -quoteleft = 30; -quoteleft.ss01 = 2; -quotesingle = 53; -scaron = 0; -semicolon = 23; -sevensuperior = 41; -sixsuperior = 0; -t = 10; -t_i.liga = 12; -t_i.liga.ss01 = 10; -t_t.liga = 10; -threesuperior = 0; -twosuperior = 7; -uring = 0; +U = { +Dcroat = 21; +Eth = 21; +Hbar = 51; +Lslash = 17; +hbar = 27; +igrave = 39; +jcircumflex = 53; +greater = 10; }; -tcedilla = { -Tcedilla = -52; -a = -17; -abreve = -17; -comma = 60; -e = -18; -hyphen = -51; -parenright = 55; -semicolon = 53; -tcedilla = 11; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 45; +"@MMK_R_KO_imacron" = 69; +"@MMK_R_KO_itilde" = 69; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -23; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_imacron" = 73; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -69; +"@MMK_R_KO_hyphen.case" = -49; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 4; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -tcommaaccent = { -comma = 24; -parenright = -15; +Eth = { +Eth = 30; +Oslash = 26; }; -tenge = { -comma = -89; -comma.ss01 = -81; -four = -74; -period = -85; -period.ss01 = -82; -slash = -91; +odotbelow = { +T = -88; }; -three = { -braceright = -33; -minus = -33; -six = 13; +baht = { +slash = -29; +parenright = -53; +parenright.case = -47; }; -three.dnom = { -degree = -105; -parenright = -57; -question = -70; -question.ss01 = -86; -quotedbl = -74; -quotedblleft = -109; -quotedblright = -101; -quoteright = -89; -quotesingle = -74; +Icircumflex.ss02 = { +endash.case = -55; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 39; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 22; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -18; +"@MMK_R_KO_asciicircum" = -27; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -91; +"@MMK_R_KO_onesuperior" = -95; +"@MMK_R_KO_foursuperior" = -114; +"@MMK_R_KO_sevensuperior" = -83; +"@MMK_R_KO_ninesuperior" = -104; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_question" = -104; +"@MMK_R_KO_asterisk" = -108; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_endash.case" = -34; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_quotedblleft" = -100; +"@MMK_R_KO_quotedblright" = -74; +"@MMK_R_KO_quoteleft" = -102; +"@MMK_R_KO_quoteright" = -74; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -86; +"@MMK_R_KO_quotesingle" = -86; +"@MMK_R_KO_quotedblleft.ss01" = -85; +"@MMK_R_KO_quotedblright.ss01" = -81; }; -three.numr = { -fraction = -15; +quotedblright = { +Dcroat = -14; +icircumflex = 31; +scaron = -42; +x = -25; +g.ss06 = -62; +mu = -29; +questiondown = -142; +questiondown.case = -93; +parenleft = -16; +quotesinglbase = -110; +asciitilde = -97; }; -threeinferior = { -T = -137; -V = -73; -W = -43; -Y = -121; -parenright = -41; +r = { +fl = 7; +germandbls = 6; +wdieresis = 13; +gcircumflex.ss06 = -7; +oneinferior = -76; +twoinferior = -39; +threeinferior = -36; +fourinferior = -79; +fiveinferior = -26; +sixinferior = -50; +ampersand = -29; +logicalnot = -22; +asciitilde = -37; }; -threesuperior = { -comma = -89; -comma.ss01 = -81; -fraction = -18; -hyphen = -51; -parenright = 0; -parenright.case = 0; -period = -85; -period.ss01 = -82; -slash = -81; +seveninferior = { +I.ss02 = -40; +fourinferior = -30; +seveninferior = 21; +parenright = -71; +parenright.case = -55; }; -trademark = { -comma = -89; -comma.ss01 = -81; -guillemetleft = -60; -guilsinglleft = -60; -hyphen = -81; -parenright = -17; -period = -85; -period.ss01 = -82; -slash = -118; +sterling = { +two = 13; +hyphen.case = -49; +parenright = -47; }; -two = { -braceright = -11; -exclam = 13; -minus = -32; -multiply = -4; -six = 6; +Ocircumflex = { +Lslash = 4; }; -two.dnom = { -degree = -99; -question = -66; -question.ss01 = -82; -quotedbl = -70; -quotedblleft = -98; -quotedblright = -88; -quoteright = -88; -quotesingle = -70; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 29; +"@MMK_R_KO_O" = 26; +"@MMK_R_KO_Oacute" = 26; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 32; +"@MMK_R_KO_U" = 38; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_i" = 33; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_t" = 23; +"@MMK_R_KO_t_t.liga" = 23; +"@MMK_R_KO_period" = -33; +"@MMK_R_KO_comma" = -37; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_exclam" = 34; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_hyphen.case" = 24; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = 23; +"@MMK_R_KO_bracketright" = 40; +"@MMK_R_KO_parenright.case" = 22; +"@MMK_R_KO_bracketright.case" = 40; +"@MMK_R_KO_quotedblright" = 29; +"@MMK_R_KO_quoteright" = 29; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 24; +"@MMK_R_KO_quotesingle" = 25; +"@MMK_R_KO_quotedblright.ss01" = 39; +"@MMK_R_KO_quoteright.ss01" = 39; +}; +_f.longarm = { +l = -7; +i = -7; +idotaccent = -7; +i.ss01 = -7; +idotaccent.ss01 = -7; +l.ss03 = -5; +l.ss04 = -9; }; -twoinferior = { -T = -128; -V = -68; -W = -38; -Y = -114; -parenright = -18; -t = -29; -t_i.liga = -29; -t_t.liga = -29; +I.ss02 = { +Dcroat = -21; +igrave = 42; +jcircumflex = 52; +endash.case = -55; +plus = -88; +minus = -115; +notequal = -29; +less = -52; +approxequal = -7; +logicalnot = -132; +asciitilde = -119; }; -u = { -asciitilde = -23; -backslash = -38; -exclam.ss01 = -7; -germandbls = 0; -jcircumflex = 0; -logicalnot = -33; +quoteleft.ss01 = { +J.ss10 = -117; +igrave = 21; +icircumflex = 34; +imacron = 57; +jcircumflex = 25; +questiondown.case = -53; +questiondown.ss01 = -90; +hyphen = -10; +emdash = -12; +quotedblbase.ss01 = -117; +ampersand = -38; +minus = -19; +logicalnot = -29; +asciitilde = -45; }; -uacute = { -parenright = -50; +Zacute = { +endash.case = -26; }; -uhorn = { -a = -14; -a.ss05 = -10; -colon = 0; -comma = -22; -comma.ss01 = -47; -guillemetright = 28; -ohorn = -14; -ohornacute = -14; -ohorndotbelow = -14; -ohorndotbelow.ss01 = -14; -ohorngrave = -14; -ohornhookabove = -14; -ohorntilde = -14; -parenright = -8; -period = -18; -period.ss01 = -51; -quotedbl = 46; -quotedblright = 39; -u = 0; +d = { +hbar = 13; +igrave = 7; +icaron = 27; +idieresis = 32; +jcircumflex = 20; +logicalnot = -40; }; -uhornacute = { -a = -14; -a.ss05 = -10; -c = -15; -comma = -22; -comma.ss01 = -47; -guillemetright = 28; -parenright = -8; -period = -18; -period.ss01 = -51; -quotedbl = 46; -t = 13; -t_i.liga = 13; -t_i.liga.ss01 = 13; -t_t.liga = 13; -u = 0; +notequal = { +zero = -15; +one = -25; +two = -14; +seven = -26; +parenright = -74; +parenright.case = -74; +A = -52; +B = -16; +F = -16; +L = -16; +N = -16; +Y = -74; +b = -16; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 24; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_t_t.liga" = 8; }; -uhorndotbelow = { -a = -14; -a.ss05 = -10; -c = -15; -colon = 0; -comma = -22; -guillemetright = 28; -parenright = -8; -period = -18; -quotedbl = 46; -quotedblright = 39; -u = 0; +six = { +icircumflex = 30; +parenleft = 0; +braceright = -25; +bracketright.case = -15; +trademark = -37; +asciicircum = -24; }; -uhorndotbelow.ss01 = { -a = -14; -c = -15; -comma.ss01 = -47; -parenright = -8; -period.ss01 = -51; +Idieresis.ss02 = { +idieresis = 73; }; -uhorngrave = { -a = -14; -a.ss05 = -10; -comma = -22; -comma.ss01 = -47; -guillemetright = 28; -parenright = -8; -period = -18; -period.ss01 = -51; -quotedbl = 46; -quotedblright = 39; +quotedblleft.ss01 = { +A = -74; +J = -74; +igrave = 21; +icircumflex = 34; +imacron = 56; +jcircumflex = 25; +g.ss06 = -30; +mu = -20; +questiondown.case = -53; +ellipsis.ss01 = -247; +questiondown.ss01 = -91; +underscore = -219; +quotedblbase.ss01 = -247; +ampersand = -40; +minus = -19; +divide = 0; +asciitilde = -45; }; -uhornhookabove = { -a = -14; -a.ss05 = -10; -comma = -22; -comma.ss01 = -47; -guillemetright = 28; -parenright = -8; -period = -18; -period.ss01 = -51; -quotedbl = 46; -quotedblright = 39; -quotesingle = 46; -semicolon = 19; -u = 0; +sevensuperior = { +A = -120; +C = -50; +O = -50; +G = -50; +fraction = -54; +sevensuperior = 0; +period = -110; +comma = -116; +colon = -59; +semicolon = -65; +slash = -134; +period.ss01 = -106; +comma.ss01 = -107; +colon.ss01 = -53; +semicolon.ss01 = -52; +hyphen = -73; +hyphen.case = -67; +guillemetleft = -94; +guilsinglleft = -94; +guillemetright = -76; +guilsinglright = -76; +plus = -79; }; -uhorntilde = { -a = -14; -a.ss05 = -10; -colon = 0; -comma = -22; -comma.ss01 = -47; -guillemetright = 28; -parenright = -8; -period = -18; -period.ss01 = -51; -quotedbl = 46; -quotedblright = 39; -u = 0; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 35; +"@MMK_R_KO_imacron" = 41; +"@MMK_R_KO_itilde" = 39; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 21; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = -11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -75; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_bracketright.case" = -23; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -90; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -107; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -66; +"@MMK_R_KO_I.ss02" = -64; +"@MMK_R_KO_J.ss10" = -125; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -14; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -14; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = -28; +"@MMK_R_KO_nine" = -12; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -78; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_slash" = -85; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = -16; +"@MMK_R_KO_parenright.case" = -79; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -36; +"@MMK_R_KO_quotedbl" = -31; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = 0; }; -uhungarumlaut = { -b = 0; -comma.ss01 = -31; -h = 0; -j = 0; -j.ss01 = 0; -k = 0; +won = { +period = -70; +comma = -71; +slash = -54; +period.ss01 = -66; +comma.ss01 = -66; +}; +i.ss01 = { l = 0; -l.ss04 = 0; -parenright = -29; -period.ss01 = -38; +c = 0; +e = 0; +o = 0; +m = 0; +n = 0; +r = 0; +p = 0; +j.ss01 = -5; +parenright = -21; }; -underscore = { -A = 48; -C = -47; -G = -47; -J = 57; -O = -47; -Q = -47; -S = -14; -T = -110; -U = -38; -V = -118; -W = -72; -X = 44; -Y = -120; -Z = 51; -a = -14; -asterisk = -156; -c = -22; -d = -14; -e = -21; -eight = -2; -f = -27; -five = -11; -four = -65; -j = 16; -nine = -6; -o = -23; -one = -58; -q = -14; -quotedbl = -163; -quotedblright = -154; -quotedblright.ss01 = -151; -quotesingle = -83; -s = 0; -seven = -69; -six = -21; -slash = 79; -t = -37; -t_i.liga = -33; -t_t.liga = -37; -three = 0; -two = 31; -u = -7; -underscore = -35; -v = -74; -w = -51; -x = 47; -z = 55; -zero = -23; +guillemetright = { +T = -87; +x = -56; +threesuperior = -51; +fivesuperior = -42; +eightsuperior = -30; +colon = -36; +semicolon = -41; +questiondown = -60; +question.ss01 = -71; +questiondown.ss01 = -56; +braceright = -79; +braceright.case = -71; +bracketright.case = -56; +quotesinglbase = -65; +quotedblbase = -65; +quotedblbase.ss01 = -54; +quoteright.ss01 = -36; }; -uogonek = { -comma = 17; -j = 0; -j.ss01 = 0; -onesuperior = -52; -parenright = 0; -period = 3; -period.ss01 = -38; -quotedbl = -25; -quotedblleft = -26; -quotedblleft.ss01 = -46; -quoteleft = -26; -quoteleft.ss01 = -46; -semicolon = 0; -sevensuperior = -59; +s = { +l = 0; +seven = -20; +emdash = 8; +registered = -16; +notequal = -12; +logicalnot = -34; +asciitilde = -47; }; -v = { -Jcircumflex = -68; -acircumflextilde.ss05 = -2; -ampersand = -27; -e = -5; -n = 0; +five.dnom = { +question = -106; +question.ss01 = -104; +parenright = -65; +quotedblleft = -51; +quotedblright = -33; +quoteleft = -53; +quoteright = -33; +quotedbl = -85; +quotesingle = -85; +quotedblleft.ss01 = -38; +quoteleft.ss01 = -38; +quotedblright.ss01 = -40; +quoteright.ss01 = -40; +degree = -110; }; -w = { -ampersand = -17; +ecircumflexgrave = { +parenright = -4; +bracketright = 0; +quotedbl = -14; }; -won = { -comma = -89; -period = -85; -slash = -47; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 20; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -16; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -54; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -57; +"@MMK_R_KO_comma.ss01" = -56; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -70; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -58; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -12; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 21; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 23; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_five" = 23; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 14; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_degree" = -14; +"@MMK_R_KO_plus" = -12; +"@MMK_R_KO_percent" = -10; +}; +Agrave = { +endash.case = -44; }; -x = { -ampersand = -2; -backslash = -26; -logicalnot = -49; -minus = -51; -plus = -36; -two = 6; +t_t.liga = { +wdieresis = 10; +hyphen = -30; +logicalnot = -34; +asciitilde = -52; }; -y = { -Ydieresis = -45; -Ydieresis.ss01 = -45; -ampersand = -29; -asciitilde = -23; -e = -7; -exclam.ss01 = 6; -germandbls = 28; -twoinferior = -28; -zeroinferior = -31; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -104; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_J" = -93; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -136; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_a.ss05" = -63; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -73; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -61; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_s" = -56; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = -98; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -26; +"@MMK_R_KO_seven" = 17; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -116; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -136; +"@MMK_R_KO_endash" = -77; +"@MMK_R_KO_hyphen.case" = -35; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; }; -yacute = { -T = -48; -parenright = -39; +ohorngrave = { +i = 17; +idotaccent = 17; +i.ss01 = 17; +idotaccent.ss01 = 17; +m = 11; +n = 17; +period = -26; +comma = -29; +period.ss01 = -31; +comma.ss01 = -32; +parenright = -30; +bracketright = -23; +guillemetright = 0; +quotedbl = 16; }; -ydotbelow = { -comma = -20; -ecircumflexdotbelow = -7; -parenright = -15; -period = -53; -semicolon = 21; +zeroinferior = { +parenright = -64; }; -ydotbelow.ss01 = { -comma.ss01 = -58; -parenright = -19; -period.ss01 = -78; +c = { +seven = -29; +registered = -18; +notequal = -17; }; -yen = { -comma = -66; -four = -8; -one = 0; -period = -69; -slash = -36; -three = -6; -two = -3; +Aacute = { +Dcroat = -13; +Eth = -13; +Tbar = -64; +endash.case = -44; +registered = -63; }; -ytilde = { -parenright = -28; +Abreve = { +endash.case = -44; }; -z = { -backslash = -24; -minus = -37; +eight.dnom = { +question = -106; +question.ss01 = -99; +parenright = -58; +quotedblleft = -85; +quotedblright = -59; +quoteleft = -88; +quoteright = -59; +quotedbl = -118; +quotesingle = -93; +quotedblleft.ss01 = -70; +quoteleft.ss01 = -70; +quotedblright.ss01 = -69; +quoteright.ss01 = -69; +degree = -141; }; -zcaron = { -imacron = 0; -iogonek = 0; -parenright = -15; +Idieresis.ss01 = { +Icircumflex = 44; +Idieresis.ss01 = 43; +idieresis.ss01 = 55; +parenright.case = 5; }; -zero = { -asciicircum = -44; -baht = 0; -braceright = -51; -bracketright.case = -33; -multiply = -13; -ordmasculine = 0; -six = 22; -trademark = -48; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -83; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = -8; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_x" = -37; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_sixsuperior" = -33; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -27; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = -11; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -61; +"@MMK_R_KO_quotedblleft.ss01" = -41; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -19; }; -zero.dnom = { -degree = -119; -parenright = -62; -question = -77; -question.ss01 = -99; -quotedbl = -81; -quotedblleft = -117; -quotedblleft.ss01 = -116; -quotedblright = -114; -quotedblright.ss01 = -111; -quoteright = -89; -quotesingle = -81; +comma.ss01 = { +twosuperior = -107; +threesuperior = -107; +fivesuperior = -107; +eightsuperior = -107; +parenright = -14; +bracketright = 0; +quoteright.ss01 = -107; }; -zeroinferior = { -parenright = -50; +C = { +two = 24; +three = 16; +five = 17; +eight = 17; +braceright.case = -41; +plus = -2; +minus = -14; +greater = 15; }; -zerosuperior = { -comma = -89; -comma.ss01 = -81; -fraction = -27; -parenright = -13; -period = -85; -period.ss01 = -82; -slash = -85; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -92; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -83; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -238; +"@MMK_R_KO_a" = -58; +"@MMK_R_KO_aacute" = -50; +"@MMK_R_KO_a.ss05" = -50; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_eacute" = -53; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -53; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -18; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -28; +"@MMK_R_KO_seven" = 13; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_ellipsis" = -238; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -104; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_hyphen.case" = -33; +"@MMK_R_KO_endash.case" = -16; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_plus" = -53; +"@MMK_R_KO_percent" = -6; }; +ocircumflexgrave = { +parenright = -23; +bracketright = 0; +quotedbl = -23; +quotesingle = -23; }; -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = { -"@MMK_L_A" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 8; -"@MMK_R_O" = -23; -"@MMK_R_S" = -6; -"@MMK_R_T" = -73; -"@MMK_R_U" = -24; -"@MMK_R_V" = -96; -"@MMK_R_W" = -58; -"@MMK_R_X" = 5; -"@MMK_R_Y" = -99; -"@MMK_R_Z" = 8; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -77; -"@MMK_R_asterisk" = -77; -"@MMK_R_braceright" = -9; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 16; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -11; -"@MMK_R_eightsuperior" = -57; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -18; -"@MMK_R_fivesuperior" = -66; -"@MMK_R_four" = -12; -"@MMK_R_foursuperior" = -53; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 9; -"@MMK_R_guillemetleft" = -21; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -16; -"@MMK_R_hyphen.case" = -33; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 12; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -61; -"@MMK_R_one" = -52; -"@MMK_R_onesuperior" = -87; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -6; -"@MMK_R_period" = 15; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -58; -"@MMK_R_question.ss01" = -72; -"@MMK_R_quotedbl" = -81; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblleft.ss01" = -55; -"@MMK_R_quotedblright" = -53; -"@MMK_R_quoteright" = -53; -"@MMK_R_quoteright.ss01" = -49; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -90; -"@MMK_R_sixsuperior" = -68; -"@MMK_R_slash" = 6; -"@MMK_R_t" = -36; -"@MMK_R_threesuperior" = -58; -"@MMK_R_trademark" = -106; -"@MMK_R_twosuperior" = -45; -"@MMK_R_u" = -9; -"@MMK_R_underscore" = 37; -"@MMK_R_v" = -61; -"@MMK_R_w" = -34; -"@MMK_R_x" = 4; -"@MMK_R_y" = -29; -"@MMK_R_z" = 7; -"@MMK_R_zero" = -18; -}; -"@MMK_L_B" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 11; -"@MMK_R_S" = 20; -"@MMK_R_T" = -4; -"@MMK_R_U" = 7; -"@MMK_R_V" = -12; -"@MMK_R_W" = -4; -"@MMK_R_X" = -16; -"@MMK_R_Y" = -26; -"@MMK_R_Z" = 12; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 12; -"@MMK_R_asciicircum" = -16; -"@MMK_R_asterisk" = -3; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 14; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = 15; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 11; -"@MMK_R_g.ss05" = 9; -"@MMK_R_guillemetleft" = 10; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 16; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 33; -"@MMK_R_igrave" = 5; -"@MMK_R_imacron" = 55; -"@MMK_R_itilde" = 41; -"@MMK_R_j" = 4; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 31; -"@MMK_R_lslash" = 16; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -10; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -9; -"@MMK_R_oslash" = 14; -"@MMK_R_parenright" = -44; -"@MMK_R_parenright.case" = -37; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -6; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = 14; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = -14; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -26; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = 9; -"@MMK_R_underscore" = -25; -"@MMK_R_v" = 0; -"@MMK_R_w" = 6; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 13; -}; -"@MMK_L_C" = { -"@MMK_R_A" = -17; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 10; -"@MMK_R_T" = -6; -"@MMK_R_U" = 3; -"@MMK_R_V" = -19; -"@MMK_R_W" = -2; -"@MMK_R_X" = -36; -"@MMK_R_Y" = -33; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -29; -"@MMK_R_bracketright" = -28; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -22; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -26; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 11; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 23; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 32; -"@MMK_R_itilde" = 25; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 25; -"@MMK_R_lslash" = 9; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -14; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -49; -"@MMK_R_period" = -15; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -5; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -19; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -27; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -35; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -48; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -3; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -8; -"@MMK_R_J" = -13; -"@MMK_R_O" = 25; -"@MMK_R_S" = 8; -"@MMK_R_T" = -17; -"@MMK_R_U" = 11; -"@MMK_R_V" = -26; -"@MMK_R_W" = -12; -"@MMK_R_X" = -47; -"@MMK_R_Y" = -43; -"@MMK_R_Z" = -3; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = -9; -"@MMK_R_braceright" = -42; -"@MMK_R_bracketright" = -41; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -28; -"@MMK_R_comma.ss01" = -36; -"@MMK_R_e" = 15; -"@MMK_R_egrave" = 15; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -39; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = 16; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 13; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 16; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 18; -"@MMK_R_hyphen.case" = 27; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 20; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 23; -"@MMK_R_itilde" = 14; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 15; -"@MMK_R_lslash" = 15; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -25; -"@MMK_R_oslash" = 15; -"@MMK_R_parenright" = -63; -"@MMK_R_parenright.case" = -61; -"@MMK_R_period" = -28; -"@MMK_R_period.ss01" = -36; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = -25; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -33; -"@MMK_R_t" = 12; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -38; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -61; -"@MMK_R_v" = 0; -"@MMK_R_w" = 8; -"@MMK_R_x" = -6; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 24; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 9; -"@MMK_R_I.ss02" = 24; -"@MMK_R_J" = 0; -"@MMK_R_O" = -7; -"@MMK_R_S" = 7; -"@MMK_R_T" = 8; -"@MMK_R_U" = 0; -"@MMK_R_V" = 5; -"@MMK_R_W" = 7; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 16; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 23; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 25; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 20; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 16; -"@MMK_R_guillemetleft" = -15; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -4; -"@MMK_R_hyphen.case" = -18; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 49; -"@MMK_R_igrave" = 27; -"@MMK_R_imacron" = 60; -"@MMK_R_j" = 21; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 42; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -2; -"@MMK_R_parenright" = -8; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = 25; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 23; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -8; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 20; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -2; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -44; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 20; -"@MMK_R_J" = -65; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 22; -"@MMK_R_U" = 9; -"@MMK_R_V" = 16; -"@MMK_R_W" = 18; -"@MMK_R_X" = -3; -"@MMK_R_Y" = 9; -"@MMK_R_Z" = 8; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = -28; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = 6; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -7; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma" = -97; -"@MMK_R_comma.ss01" = -112; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -10; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -118; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -14; -"@MMK_R_foursuperior" = -6; -"@MMK_R_g" = -16; -"@MMK_R_g.ss05" = -27; -"@MMK_R_guillemetleft" = -19; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -11; -"@MMK_R_hyphen.case" = -6; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 61; -"@MMK_R_igrave" = 25; -"@MMK_R_imacron" = 69; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 44; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -17; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -16; -"@MMK_R_parenright" = -12; -"@MMK_R_parenright.case" = -10; -"@MMK_R_period" = -97; -"@MMK_R_period.ss01" = -115; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 14; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -21; -"@MMK_R_semicolon" = -7; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 4; -"@MMK_R_slash" = -63; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -13; -"@MMK_R_underscore" = -189; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -5; -"@MMK_R_y" = 0; -"@MMK_R_z" = -18; -"@MMK_R_zero" = 0; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 16; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 10; -"@MMK_R_S" = 6; -"@MMK_R_T" = -20; -"@MMK_R_U" = 0; -"@MMK_R_V" = -30; -"@MMK_R_W" = -18; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = 7; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asciicircum" = -16; -"@MMK_R_asterisk" = -15; -"@MMK_R_braceright" = -16; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 14; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 16; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_e" = 10; -"@MMK_R_egrave" = 10; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = 11; -"@MMK_R_foursuperior" = -9; -"@MMK_R_g" = 12; -"@MMK_R_g.ss05" = 15; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 16; -"@MMK_R_hyphen.case" = 3; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 18; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 18; -"@MMK_R_itilde" = 15; -"@MMK_R_j" = 21; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 14; -"@MMK_R_lslash" = 10; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_one" = -6; -"@MMK_R_onesuperior" = -29; -"@MMK_R_oslash" = 16; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = -10; -"@MMK_R_period" = 16; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = -23; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -34; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = 4; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -15; -"@MMK_R_trademark" = -44; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 11; -"@MMK_R_v" = 0; -"@MMK_R_x" = 2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 11; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = -18; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = -13; -"@MMK_R_O" = 22; -"@MMK_R_S" = 10; -"@MMK_R_T" = -12; -"@MMK_R_U" = 9; -"@MMK_R_V" = -22; -"@MMK_R_W" = -11; -"@MMK_R_X" = -41; -"@MMK_R_Y" = -39; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -8; -"@MMK_R_asterisk" = -7; -"@MMK_R_braceright" = -31; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -22; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 12; -"@MMK_R_egrave" = 14; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -33; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 9; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 13; -"@MMK_R_foursuperior" = -3; -"@MMK_R_g" = 13; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 20; -"@MMK_R_hyphen.case" = 11; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 24; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 27; -"@MMK_R_itilde" = 18; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 7; -"@MMK_R_l.ss03" = 18; -"@MMK_R_lslash" = 14; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -21; -"@MMK_R_oslash" = 14; -"@MMK_R_parenright" = -59; -"@MMK_R_parenright.case" = -57; -"@MMK_R_period" = -22; -"@MMK_R_period.ss01" = -30; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -26; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = -29; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -39; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = -56; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = -11; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 21; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_S" = 0; -"@MMK_R_U" = 3; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -3; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -16; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 36; -"@MMK_R_igrave" = 9; -"@MMK_R_imacron" = 42; -"@MMK_R_itilde" = 40; -"@MMK_R_j" = 7; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 29; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_onesuperior" = -7; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -21; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -10; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -18; -"@MMK_R_twosuperior" = -8; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 7; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 23; -"@MMK_R_J" = 0; -"@MMK_R_O" = -10; -"@MMK_R_S" = 0; -"@MMK_R_T" = 10; -"@MMK_R_U" = 0; -"@MMK_R_V" = 4; -"@MMK_R_W" = 7; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 15; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -11; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = -8; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = -4; -"@MMK_R_hyphen.case" = -62; -"@MMK_R_icircumflex" = 50; -"@MMK_R_igrave" = 25; -"@MMK_R_imacron" = 61; -"@MMK_R_j" = 29; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -4; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -5; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 24; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -5; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = -3; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 2; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -9; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = -7; -"@MMK_R_underscore" = 19; -"@MMK_R_v" = -2; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -6; -}; -"@MMK_L_J" = { -"@MMK_R_A" = -20; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -12; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 3; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -15; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -5; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -16; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -28; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 36; -"@MMK_R_igrave" = 10; -"@MMK_R_imacron" = 42; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 29; -"@MMK_R_n" = -8; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -7; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -8; -"@MMK_R_parenright.case" = -4; -"@MMK_R_period" = -17; -"@MMK_R_period.ss01" = -30; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -10; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = -28; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -18; -"@MMK_R_twosuperior" = -3; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -38; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -10; -"@MMK_R_y" = 0; -"@MMK_R_z" = -7; -"@MMK_R_zero" = 0; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 9; -"@MMK_R_O" = -45; -"@MMK_R_S" = -22; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 8; -"@MMK_R_Y" = 2; -"@MMK_R_Z" = 7; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -17; -"@MMK_R_asciicircum" = -65; -"@MMK_R_asterisk" = -17; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = -28; -"@MMK_R_egrave" = -28; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -24; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = -32; -"@MMK_R_foursuperior" = -47; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -41; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -47; -"@MMK_R_hyphen.case" = -76; -"@MMK_R_icircumflex" = 16; -"@MMK_R_igrave" = 18; -"@MMK_R_imacron" = 62; -"@MMK_R_itilde" = 38; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 30; -"@MMK_R_lslash" = -3; -"@MMK_R_n" = -8; -"@MMK_R_ninesuperior" = -16; -"@MMK_R_one" = -42; -"@MMK_R_onesuperior" = -6; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -5; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = -29; -"@MMK_R_question.ss01" = -37; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -37; -"@MMK_R_quotedblleft.ss01" = -27; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = -23; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -22; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -36; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -6; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = -23; -"@MMK_R_underscore" = 30; -"@MMK_R_v" = -61; -"@MMK_R_w" = -43; -"@MMK_R_x" = 3; -"@MMK_R_y" = -25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -36; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 14; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = 15; -"@MMK_R_O" = -16; -"@MMK_R_S" = -2; -"@MMK_R_T" = -95; -"@MMK_R_U" = -13; -"@MMK_R_V" = -86; -"@MMK_R_W" = -42; -"@MMK_R_X" = 10; -"@MMK_R_Y" = -130; -"@MMK_R_Z" = 29; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -180; -"@MMK_R_asterisk" = -153; -"@MMK_R_braceright" = -15; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 15; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 39; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = -166; -"@MMK_R_ellipsis" = 4; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -28; -"@MMK_R_fivesuperior" = -172; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -173; -"@MMK_R_g" = -5; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -78; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -168; -"@MMK_R_one" = -89; -"@MMK_R_onesuperior" = -157; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -38; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = 39; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -80; -"@MMK_R_question.ss01" = -93; -"@MMK_R_quotedbl" = -114; -"@MMK_R_quotedblleft" = -174; -"@MMK_R_quotedblleft.ss01" = -174; -"@MMK_R_quotedblright" = -163; -"@MMK_R_quoteright" = -120; -"@MMK_R_quoteright.ss01" = -169; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -166; -"@MMK_R_sixsuperior" = -167; -"@MMK_R_slash" = 6; -"@MMK_R_t" = -34; -"@MMK_R_threesuperior" = -165; -"@MMK_R_trademark" = -186; -"@MMK_R_twosuperior" = -166; -"@MMK_R_u" = -5; -"@MMK_R_underscore" = 34; -"@MMK_R_v" = -49; -"@MMK_R_w" = -30; -"@MMK_R_x" = 9; -"@MMK_R_y" = -29; -"@MMK_R_z" = 9; -"@MMK_R_zero" = -10; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 14; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = 15; -"@MMK_R_O" = -16; -"@MMK_R_S" = 0; -"@MMK_R_T" = -92; -"@MMK_R_U" = -13; -"@MMK_R_V" = -83; -"@MMK_R_W" = -42; -"@MMK_R_X" = 10; -"@MMK_R_Y" = -129; -"@MMK_R_Z" = 29; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 15; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 39; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = -94; -"@MMK_R_ellipsis" = 4; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -105; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -90; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -105; -"@MMK_R_onesuperior" = -121; -"@MMK_R_parenright" = -38; -"@MMK_R_parenright.case" = -12; -"@MMK_R_period" = 39; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -78; -"@MMK_R_question.ss01" = -90; -"@MMK_R_quotedbl" = -113; -"@MMK_R_quotedblleft" = -93; -"@MMK_R_quotedblleft.ss01" = -107; -"@MMK_R_quotedblright" = -96; -"@MMK_R_quoteright" = -96; -"@MMK_R_quoteright.ss01" = -93; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 15; -"@MMK_R_sevensuperior" = -123; -"@MMK_R_sixsuperior" = -99; -"@MMK_R_slash" = 6; -"@MMK_R_threesuperior" = -100; -"@MMK_R_twosuperior" = -99; -"@MMK_R_u" = -5; -"@MMK_R_y" = -29; -"@MMK_R_z" = 9; -}; -"@MMK_L_O" = { -"@MMK_R_A" = -22; -"@MMK_R_I.ss02" = -8; -"@MMK_R_J" = -10; -"@MMK_R_O" = 26; -"@MMK_R_S" = 8; -"@MMK_R_T" = -17; -"@MMK_R_U" = 10; -"@MMK_R_V" = -26; -"@MMK_R_W" = -12; -"@MMK_R_X" = -48; -"@MMK_R_Y" = -43; -"@MMK_R_Z" = -3; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = -9; -"@MMK_R_braceright" = -43; -"@MMK_R_bracketright" = -41; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -28; -"@MMK_R_comma.ss01" = -36; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 15; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -40; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = 16; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 12; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 16; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 18; -"@MMK_R_hyphen.case" = 27; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 19; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 22; -"@MMK_R_itilde" = 14; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 15; -"@MMK_R_lslash" = 15; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -25; -"@MMK_R_oslash" = 15; -"@MMK_R_parenright" = -63; -"@MMK_R_parenright.case" = -61; -"@MMK_R_period" = -28; -"@MMK_R_period.ss01" = -36; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = -25; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -33; -"@MMK_R_t" = 12; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -38; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -62; -"@MMK_R_v" = 2; -"@MMK_R_w" = 8; -"@MMK_R_x" = -6; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 24; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = -3; -"@MMK_R_O" = 25; -"@MMK_R_S" = 8; -"@MMK_R_T" = 0; -"@MMK_R_U" = 12; -"@MMK_R_V" = 0; -"@MMK_R_X" = -6; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -28; -"@MMK_R_comma.ss01" = -36; -"@MMK_R_e" = 14; -"@MMK_R_eightsuperior" = 5; -"@MMK_R_ellipsis" = -40; -"@MMK_R_exclam" = 15; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 18; -"@MMK_R_hyphen.case" = 27; -"@MMK_R_i" = 4; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -11; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -28; -"@MMK_R_period.ss01" = -36; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = -4; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -32; -"@MMK_R_t" = 12; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 3; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -46; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -71; -"@MMK_R_O" = 16; -"@MMK_R_S" = 9; -"@MMK_R_T" = 0; -"@MMK_R_U" = 12; -"@MMK_R_V" = -8; -"@MMK_R_W" = 2; -"@MMK_R_X" = -38; -"@MMK_R_Y" = -25; -"@MMK_R_Z" = -10; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 7; -"@MMK_R_braceright" = -25; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = 29; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -120; -"@MMK_R_comma.ss01" = -127; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 11; -"@MMK_R_ellipsis" = -143; -"@MMK_R_exclam" = 25; -"@MMK_R_f" = 17; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -16; -"@MMK_R_foursuperior" = 11; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = -7; -"@MMK_R_guillemetleft" = -20; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -7; -"@MMK_R_hyphen.case" = 11; -"@MMK_R_icircumflex" = 32; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 42; -"@MMK_R_itilde" = 36; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 7; -"@MMK_R_l.ss03" = 38; -"@MMK_R_lslash" = 2; -"@MMK_R_n" = -5; -"@MMK_R_ninesuperior" = 5; -"@MMK_R_one" = 9; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -3; -"@MMK_R_parenright" = -42; -"@MMK_R_parenright.case" = -42; -"@MMK_R_period" = -116; -"@MMK_R_period.ss01" = -127; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 11; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 6; -"@MMK_R_s" = -4; -"@MMK_R_semicolon" = 29; -"@MMK_R_sevensuperior" = -7; -"@MMK_R_sixsuperior" = 8; -"@MMK_R_slash" = -65; -"@MMK_R_t" = 16; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -21; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -219; -"@MMK_R_v" = 12; -"@MMK_R_w" = 11; -"@MMK_R_x" = -4; -"@MMK_R_y" = 9; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 13; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 24; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 15; -"@MMK_R_O" = 0; -"@MMK_R_S" = 9; -"@MMK_R_T" = -34; -"@MMK_R_U" = 0; -"@MMK_R_V" = -52; -"@MMK_R_W" = -35; -"@MMK_R_X" = 14; -"@MMK_R_Y" = -71; -"@MMK_R_Z" = 15; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 19; -"@MMK_R_asciicircum" = -34; -"@MMK_R_asterisk" = -35; -"@MMK_R_braceright" = -13; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = 39; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 41; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = -23; -"@MMK_R_ellipsis" = 6; -"@MMK_R_exclam" = 14; -"@MMK_R_f" = -3; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -23; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 27; -"@MMK_R_guillemetleft" = -4; -"@MMK_R_guillemetright" = 11; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -9; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 4; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 5; -"@MMK_R_j" = 15; -"@MMK_R_l" = 2; -"@MMK_R_l.ss03" = 4; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -28; -"@MMK_R_one" = -19; -"@MMK_R_onesuperior" = -49; -"@MMK_R_parenright" = -25; -"@MMK_R_parenright.case" = -6; -"@MMK_R_period" = 41; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -25; -"@MMK_R_question.ss01" = -36; -"@MMK_R_quotedbl" = -36; -"@MMK_R_quotedblleft" = -27; -"@MMK_R_quotedblleft.ss01" = -29; -"@MMK_R_quotedblright" = -18; -"@MMK_R_quoteright" = -18; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 18; -"@MMK_R_semicolon" = 39; -"@MMK_R_sevensuperior" = -52; -"@MMK_R_sixsuperior" = -28; -"@MMK_R_slash" = 10; -"@MMK_R_t" = -3; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -70; -"@MMK_R_twosuperior" = -23; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 36; -"@MMK_R_v" = -16; -"@MMK_R_w" = -14; -"@MMK_R_x" = 11; -"@MMK_R_y" = -5; -"@MMK_R_z" = 18; -"@MMK_R_zero" = 0; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 5; -"@MMK_R_S" = 10; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = -10; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = 8; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 17; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = 9; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -12; -"@MMK_R_exclam" = 16; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 9; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_icircumflex" = 34; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 50; -"@MMK_R_itilde" = 42; -"@MMK_R_j" = 17; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 34; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -2; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -31; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 9; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 17; -"@MMK_R_sevensuperior" = -7; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 11; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -23; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 13; -"@MMK_R_v" = 0; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 3; -}; -"@MMK_L_S" = { -"@MMK_R_A" = -4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 15; -"@MMK_R_S" = 21; -"@MMK_R_T" = -8; -"@MMK_R_U" = 9; -"@MMK_R_V" = -16; -"@MMK_R_W" = -8; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -32; -"@MMK_R_Z" = 11; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 11; -"@MMK_R_asciicircum" = -23; -"@MMK_R_asterisk" = -6; -"@MMK_R_braceright" = -21; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -14; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = 14; -"@MMK_R_g.ss05" = 9; -"@MMK_R_guillemetleft" = 12; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 21; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 30; -"@MMK_R_igrave" = 4; -"@MMK_R_imacron" = 42; -"@MMK_R_itilde" = 29; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 27; -"@MMK_R_lslash" = 16; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -16; -"@MMK_R_one" = -3; -"@MMK_R_onesuperior" = -16; -"@MMK_R_oslash" = 17; -"@MMK_R_parenright" = -52; -"@MMK_R_parenright.case" = -41; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -14; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = -12; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = -17; -"@MMK_R_quoteright" = -17; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -19; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -23; -"@MMK_R_trademark" = -35; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 7; -"@MMK_R_underscore" = -30; -"@MMK_R_x" = -5; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 17; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -73; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = -70; -"@MMK_R_O" = -17; -"@MMK_R_S" = -6; -"@MMK_R_T" = 25; -"@MMK_R_U" = 12; -"@MMK_R_V" = 14; -"@MMK_R_W" = 20; -"@MMK_R_X" = -3; -"@MMK_R_Y" = 11; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -67; -"@MMK_R_a.ss04" = -45; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -17; -"@MMK_R_comma" = -103; -"@MMK_R_comma.ss01" = -120; -"@MMK_R_e" = -82; -"@MMK_R_egrave" = -39; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -114; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -78; -"@MMK_R_foursuperior" = -9; -"@MMK_R_g" = -60; -"@MMK_R_g.ss05" = -60; -"@MMK_R_guillemetleft" = -78; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -104; -"@MMK_R_hyphen.case" = -85; -"@MMK_R_i" = -14; -"@MMK_R_icircumflex" = 64; -"@MMK_R_igrave" = 27; -"@MMK_R_imacron" = 71; -"@MMK_R_itilde" = 67; -"@MMK_R_j" = -7; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 44; -"@MMK_R_lslash" = -9; -"@MMK_R_n" = -28; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -82; -"@MMK_R_parenright" = -4; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -103; -"@MMK_R_period.ss01" = -121; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -61; -"@MMK_R_semicolon" = -4; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -99; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -24; -"@MMK_R_underscore" = -101; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -3; -"@MMK_R_y" = 0; -"@MMK_R_z" = -23; -"@MMK_R_zero" = -15; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = -26; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -27; -"@MMK_R_J" = -35; -"@MMK_R_O" = 27; -"@MMK_R_S" = 0; -"@MMK_R_T" = -30; -"@MMK_R_U" = 12; -"@MMK_R_V" = -31; -"@MMK_R_W" = -12; -"@MMK_R_Y" = -61; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 4; -"@MMK_R_bracketright" = -53; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -44; -"@MMK_R_comma.ss01" = -48; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 16; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_exclam" = 14; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_foursuperior" = 0; -"@MMK_R_hyphen" = 19; -"@MMK_R_hyphen.case" = 30; -"@MMK_R_i" = 2; -"@MMK_R_imacron" = 8; -"@MMK_R_j" = 2; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_onesuperior" = -38; -"@MMK_R_parenright" = -61; -"@MMK_R_parenright.case" = -57; -"@MMK_R_period" = -44; -"@MMK_R_period.ss01" = -48; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -18; -"@MMK_R_quotedbl" = -20; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 21; -"@MMK_R_sevensuperior" = -38; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = -39; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 10; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -}; -"@MMK_L_U" = { -"@MMK_R_A" = -23; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -15; -"@MMK_R_O" = 11; -"@MMK_R_S" = 5; -"@MMK_R_T" = 12; -"@MMK_R_U" = 12; -"@MMK_R_V" = 12; -"@MMK_R_W" = 10; -"@MMK_R_X" = -6; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -8; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -23; -"@MMK_R_comma.ss01" = -34; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = 6; -"@MMK_R_ellipsis" = -36; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 3; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 20; -"@MMK_R_imacron" = 54; -"@MMK_R_j" = 0; -"@MMK_R_l" = 8; -"@MMK_R_l.ss02" = 13; -"@MMK_R_l.ss03" = 39; -"@MMK_R_lslash" = 6; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -25; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 12; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 3; -"@MMK_R_slash" = -31; -"@MMK_R_t" = 7; -"@MMK_R_trademark" = -13; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -54; -"@MMK_R_v" = 9; -"@MMK_R_w" = 7; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 9; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = -18; -"@MMK_R_H" = 27; -"@MMK_R_I.ss02" = 40; -"@MMK_R_O" = 12; -"@MMK_R_T" = 51; -"@MMK_R_U" = 38; -"@MMK_R_V" = 50; -"@MMK_R_X" = 30; -"@MMK_R_Y" = 51; -"@MMK_R_Z" = 32; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = -2; -"@MMK_R_bracketright" = 47; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -23; -"@MMK_R_comma.ss01" = -34; -"@MMK_R_e" = 5; -"@MMK_R_eightsuperior" = 39; -"@MMK_R_ellipsis" = -36; -"@MMK_R_exclam" = 43; -"@MMK_R_fivesuperior" = 37; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 38; -"@MMK_R_onesuperior" = 33; -"@MMK_R_parenright" = 53; -"@MMK_R_parenright.case" = 53; -"@MMK_R_period" = -25; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 13; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 40; -"@MMK_R_quotedblright" = 38; -"@MMK_R_quoteright" = 38; -"@MMK_R_quoteright.ss01" = 36; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = 55; -"@MMK_R_sixsuperior" = 27; -"@MMK_R_slash" = -31; -"@MMK_R_threesuperior" = 30; -"@MMK_R_twosuperior" = 28; -"@MMK_R_u" = 0; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -95; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = -69; -"@MMK_R_O" = -26; -"@MMK_R_S" = -15; -"@MMK_R_T" = 15; -"@MMK_R_U" = 12; -"@MMK_R_V" = 17; -"@MMK_R_W" = 20; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 7; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -46; -"@MMK_R_a.ss04" = -46; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -21; -"@MMK_R_colon.ss01" = -31; -"@MMK_R_comma" = -95; -"@MMK_R_comma.ss01" = -108; -"@MMK_R_e" = -47; -"@MMK_R_egrave" = -44; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -110; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = -6; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -52; -"@MMK_R_foursuperior" = -19; -"@MMK_R_g" = -43; -"@MMK_R_g.ss05" = -42; -"@MMK_R_guillemetleft" = -60; -"@MMK_R_guillemetright" = -25; -"@MMK_R_hyphen" = -51; -"@MMK_R_hyphen.case" = -37; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 39; -"@MMK_R_igrave" = 23; -"@MMK_R_imacron" = 76; -"@MMK_R_itilde" = 53; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 49; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -32; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -47; -"@MMK_R_parenright" = -4; -"@MMK_R_parenright.case" = -5; -"@MMK_R_period" = -96; -"@MMK_R_period.ss01" = -111; -"@MMK_R_question" = -3; -"@MMK_R_question.ss01" = -14; -"@MMK_R_quotedbl" = 8; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -42; -"@MMK_R_semicolon" = -21; -"@MMK_R_sevensuperior" = 3; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -115; -"@MMK_R_t" = -10; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -27; -"@MMK_R_underscore" = -111; -"@MMK_R_v" = -17; -"@MMK_R_w" = -19; -"@MMK_R_x" = -29; -"@MMK_R_y" = -17; -"@MMK_R_z" = -33; -"@MMK_R_zero" = -25; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -57; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = -43; -"@MMK_R_O" = -12; -"@MMK_R_S" = -5; -"@MMK_R_T" = 21; -"@MMK_R_U" = 10; -"@MMK_R_V" = 20; -"@MMK_R_W" = 23; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 10; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = -26; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = 4; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -5; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = -48; -"@MMK_R_comma.ss01" = -58; -"@MMK_R_e" = -27; -"@MMK_R_egrave" = -25; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -60; -"@MMK_R_exclam" = 20; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -27; -"@MMK_R_foursuperior" = -7; -"@MMK_R_g" = -23; -"@MMK_R_g.ss05" = -25; -"@MMK_R_guillemetleft" = -31; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = -27; -"@MMK_R_hyphen.case" = -15; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 50; -"@MMK_R_igrave" = 23; -"@MMK_R_imacron" = 76; -"@MMK_R_itilde" = 58; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 52; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -15; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -25; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = -3; -"@MMK_R_period" = -48; -"@MMK_R_period.ss01" = -59; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = 12; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 9; -"@MMK_R_quoteright" = 9; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -22; -"@MMK_R_semicolon" = -5; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -64; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -8; -"@MMK_R_underscore" = -64; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -15; -"@MMK_R_y" = -2; -"@MMK_R_z" = -15; -"@MMK_R_zero" = -11; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 6; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 10; -"@MMK_R_O" = -48; -"@MMK_R_S" = -23; -"@MMK_R_T" = -4; -"@MMK_R_U" = -10; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 6; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 2; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = -15; -"@MMK_R_asciicircum" = -72; -"@MMK_R_asterisk" = -27; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -31; -"@MMK_R_egrave" = -29; -"@MMK_R_eightsuperior" = -26; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -24; -"@MMK_R_fivesuperior" = -28; -"@MMK_R_four" = -35; -"@MMK_R_foursuperior" = -56; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -42; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -51; -"@MMK_R_hyphen.case" = -84; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 3; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 50; -"@MMK_R_itilde" = 20; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -7; -"@MMK_R_l.ss03" = 17; -"@MMK_R_n" = -6; -"@MMK_R_ninesuperior" = -28; -"@MMK_R_one" = -44; -"@MMK_R_onesuperior" = -16; -"@MMK_R_parenright" = -19; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = -35; -"@MMK_R_question.ss01" = -41; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -43; -"@MMK_R_quotedblleft.ss01" = -35; -"@MMK_R_quotedblright" = -17; -"@MMK_R_quoteright" = -17; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = -25; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -11; -"@MMK_R_sixsuperior" = -31; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -43; -"@MMK_R_threesuperior" = -24; -"@MMK_R_trademark" = -18; -"@MMK_R_twosuperior" = -25; -"@MMK_R_u" = -24; -"@MMK_R_underscore" = 31; -"@MMK_R_v" = -59; -"@MMK_R_w" = -44; -"@MMK_R_x" = 6; -"@MMK_R_y" = -26; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -37; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -98; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -72; -"@MMK_R_O" = -44; -"@MMK_R_S" = -30; -"@MMK_R_T" = 11; -"@MMK_R_U" = 0; -"@MMK_R_V" = 7; -"@MMK_R_W" = 10; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 10; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -89; -"@MMK_R_a.ss04" = -88; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = -7; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -44; -"@MMK_R_colon.ss01" = -56; -"@MMK_R_comma" = -120; -"@MMK_R_comma.ss01" = -127; -"@MMK_R_e" = -93; -"@MMK_R_egrave" = -40; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -147; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -32; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = -109; -"@MMK_R_foursuperior" = -36; -"@MMK_R_g" = -85; -"@MMK_R_g.ss05" = -84; -"@MMK_R_guillemetleft" = -105; -"@MMK_R_guillemetright" = -48; -"@MMK_R_hyphen" = -106; -"@MMK_R_hyphen.case" = -73; -"@MMK_R_i" = -13; -"@MMK_R_icircumflex" = 16; -"@MMK_R_igrave" = 24; -"@MMK_R_imacron" = 78; -"@MMK_R_j" = -11; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 41; -"@MMK_R_n" = -63; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = -26; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -93; -"@MMK_R_parenright" = -10; -"@MMK_R_parenright.case" = -6; -"@MMK_R_period" = -116; -"@MMK_R_period.ss01" = -127; -"@MMK_R_question" = -16; -"@MMK_R_question.ss01" = -27; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -27; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -83; -"@MMK_R_semicolon" = -44; -"@MMK_R_sevensuperior" = 5; -"@MMK_R_sixsuperior" = -13; -"@MMK_R_slash" = -125; -"@MMK_R_t" = -36; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = -7; -"@MMK_R_u" = -58; -"@MMK_R_underscore" = -133; -"@MMK_R_v" = -43; -"@MMK_R_w" = -44; -"@MMK_R_x" = -52; -"@MMK_R_y" = -40; -"@MMK_R_z" = -56; -"@MMK_R_zero" = -42; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 11; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 20; -"@MMK_R_J" = 0; -"@MMK_R_O" = -6; -"@MMK_R_S" = 9; -"@MMK_R_T" = 18; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 7; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 17; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -24; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 27; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -8; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 18; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = -43; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 47; -"@MMK_R_igrave" = 24; -"@MMK_R_imacron" = 57; -"@MMK_R_j" = 18; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 39; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -6; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 27; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = 11; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 25; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -10; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 22; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 0; -"@MMK_R_T" = -28; -"@MMK_R_U" = 0; -"@MMK_R_V" = -32; -"@MMK_R_W" = -15; -"@MMK_R_X" = -6; -"@MMK_R_Y" = -63; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -23; -"@MMK_R_asterisk" = -15; -"@MMK_R_braceright" = -37; -"@MMK_R_bracketright" = -37; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -14; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 10; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -19; -"@MMK_R_one" = -11; -"@MMK_R_onesuperior" = -40; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = -28; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -13; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -43; -"@MMK_R_sixsuperior" = -16; -"@MMK_R_slash" = -6; -"@MMK_R_threesuperior" = -17; -"@MMK_R_trademark" = -54; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 13; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 5; -"@MMK_R_O" = -3; -"@MMK_R_S" = 4; -"@MMK_R_T" = -44; -"@MMK_R_U" = -5; -"@MMK_R_V" = -58; -"@MMK_R_W" = -39; -"@MMK_R_X" = 6; -"@MMK_R_Y" = -100; -"@MMK_R_Z" = 8; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asciicircum" = -38; -"@MMK_R_asterisk" = -55; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -17; -"@MMK_R_colon" = 26; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 19; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -26; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -30; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -27; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 19; -"@MMK_R_guillemetleft" = -5; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_imacron" = 4; -"@MMK_R_j" = 8; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -28; -"@MMK_R_onesuperior" = -64; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -33; -"@MMK_R_period" = 20; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -37; -"@MMK_R_question.ss01" = -48; -"@MMK_R_quotedbl" = -43; -"@MMK_R_quotedblleft" = -34; -"@MMK_R_quotedblleft.ss01" = -30; -"@MMK_R_quotedblright" = -20; -"@MMK_R_quoteright" = -20; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = 26; -"@MMK_R_sevensuperior" = -47; -"@MMK_R_sixsuperior" = -32; -"@MMK_R_slash" = 6; -"@MMK_R_t" = -6; -"@MMK_R_threesuperior" = -29; -"@MMK_R_trademark" = -82; -"@MMK_R_twosuperior" = -21; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 33; -"@MMK_R_v" = -23; -"@MMK_R_w" = -14; -"@MMK_R_x" = 6; -"@MMK_R_y" = -13; -"@MMK_R_z" = 13; -"@MMK_R_zero" = -2; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = -10; -"@MMK_R_S" = 0; -"@MMK_R_T" = -98; -"@MMK_R_U" = -14; -"@MMK_R_V" = -68; -"@MMK_R_W" = -42; -"@MMK_R_Y" = -113; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = -16; -"@MMK_R_g" = 0; -"@MMK_R_i" = -7; -"@MMK_R_j" = 0; -"@MMK_R_l" = -4; -"@MMK_R_n" = -7; -"@MMK_R_s" = 0; -"@MMK_R_t" = -23; -"@MMK_R_u" = -3; -"@MMK_R_z" = 0; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -75; -"@MMK_R_H" = -17; -"@MMK_R_I.ss02" = -24; -"@MMK_R_J" = -89; -"@MMK_R_O" = -4; -"@MMK_R_S" = -4; -"@MMK_R_T" = -18; -"@MMK_R_U" = -6; -"@MMK_R_V" = -28; -"@MMK_R_W" = -18; -"@MMK_R_Y" = -49; -"@MMK_R_Z" = -32; -"@MMK_R_a" = -29; -"@MMK_R_a.ss04" = -27; -"@MMK_R_e" = -31; -"@MMK_R_f" = 0; -"@MMK_R_g" = -27; -"@MMK_R_i" = -20; -"@MMK_R_j" = -20; -"@MMK_R_l" = -19; -"@MMK_R_n" = -21; -"@MMK_R_s" = -24; -"@MMK_R_t" = 0; -"@MMK_R_u" = -16; -"@MMK_R_z" = -16; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -33; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -39; -"@MMK_R_J" = -62; -"@MMK_R_O" = 23; -"@MMK_R_S" = 0; -"@MMK_R_T" = -50; -"@MMK_R_U" = 8; -"@MMK_R_V" = -23; -"@MMK_R_W" = -5; -"@MMK_R_Y" = -57; -"@MMK_R_Z" = -32; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 0; -"@MMK_R_e" = 10; -"@MMK_R_egrave" = 10; -"@MMK_R_f" = 27; -"@MMK_R_g" = 14; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_s" = 14; -"@MMK_R_t" = 27; -"@MMK_R_u" = 9; -"@MMK_R_z" = 0; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -76; -"@MMK_R_H" = -5; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -76; -"@MMK_R_O" = -9; -"@MMK_R_S" = -2; -"@MMK_R_T" = 10; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 4; -"@MMK_R_X" = -24; -"@MMK_R_Y" = -7; -"@MMK_R_Z" = -5; -"@MMK_R_a" = -45; -"@MMK_R_a.ss04" = -44; -"@MMK_R_asterisk" = 17; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = -120; -"@MMK_R_comma.ss01" = -127; -"@MMK_R_e" = -51; -"@MMK_R_eight" = -5; -"@MMK_R_f" = 0; -"@MMK_R_five" = -9; -"@MMK_R_four" = -64; -"@MMK_R_g" = -41; -"@MMK_R_guillemetleft" = -60; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -95; -"@MMK_R_hyphen.case" = -23; -"@MMK_R_i" = -10; -"@MMK_R_j" = -10; -"@MMK_R_l" = -6; -"@MMK_R_n" = -15; -"@MMK_R_nine" = -2; -"@MMK_R_one" = 3; -"@MMK_R_parenleft" = -15; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = -35; -"@MMK_R_period" = -116; -"@MMK_R_period.ss01" = -127; -"@MMK_R_pi" = 0; -"@MMK_R_question" = 18; -"@MMK_R_quotedbl" = 5; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 3; -"@MMK_R_quoteright" = 3; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -39; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 13; -"@MMK_R_slash" = -98; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -11; -"@MMK_R_v" = 9; -"@MMK_R_w" = 5; -"@MMK_R_x" = 0; -"@MMK_R_y" = 11; -"@MMK_R_z" = -11; -"@MMK_R_zero" = -9; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = -7; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -15; -"@MMK_R_O" = -40; -"@MMK_R_S" = -17; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -53; -"@MMK_R_a.ss04" = -42; -"@MMK_R_asterisk" = -7; -"@MMK_R_bracketright" = 19; -"@MMK_R_colon" = -14; -"@MMK_R_colon.ss01" = -30; -"@MMK_R_comma" = 13; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -27; -"@MMK_R_e" = -56; -"@MMK_R_egrave" = -34; -"@MMK_R_eight" = -9; -"@MMK_R_ellipsis" = -36; -"@MMK_R_f" = -28; -"@MMK_R_five" = -9; -"@MMK_R_four" = -51; -"@MMK_R_g" = -2; -"@MMK_R_guillemetleft" = -57; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = -54; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 24; -"@MMK_R_j" = 55; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = -37; -"@MMK_R_nine" = -17; -"@MMK_R_one" = -32; -"@MMK_R_parenleft" = -23; -"@MMK_R_percent" = -12; -"@MMK_R_period" = -20; -"@MMK_R_period.ss01" = -30; -"@MMK_R_pi" = -39; -"@MMK_R_plus" = -67; -"@MMK_R_question" = -14; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -27; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = -45; -"@MMK_R_semicolon" = 13; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 14; -"@MMK_R_t" = -32; -"@MMK_R_three" = -22; -"@MMK_R_two" = -3; -"@MMK_R_u" = -42; -"@MMK_R_v" = -55; -"@MMK_R_w" = -49; -"@MMK_R_x" = 0; -"@MMK_R_y" = -12; -"@MMK_R_z" = -23; -"@MMK_R_zero" = -29; -}; -"@MMK_L_c" = { -"@MMK_R_A" = -5; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -67; -"@MMK_R_U" = 0; -"@MMK_R_V" = -44; -"@MMK_R_W" = -24; -"@MMK_R_X" = -29; -"@MMK_R_Y" = -84; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = -41; -"@MMK_R_braceright" = -52; -"@MMK_R_bracketright" = -42; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = -12; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = -4; -"@MMK_R_guillemetright" = -18; -"@MMK_R_hyphen" = 6; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 5; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_one" = -14; -"@MMK_R_onesuperior" = -49; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -63; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = -23; -"@MMK_R_question.ss01" = -34; -"@MMK_R_quotedbl" = -37; -"@MMK_R_quotedblleft" = -21; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -47; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = -19; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -64; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -29; -"@MMK_R_v" = -11; -"@MMK_R_w" = 0; -"@MMK_R_x" = -29; -"@MMK_R_y" = -17; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 22; -"@MMK_R_J" = 14; -"@MMK_R_O" = 22; -"@MMK_R_S" = 16; -"@MMK_R_T" = -4; -"@MMK_R_U" = 10; -"@MMK_R_V" = -21; -"@MMK_R_W" = -5; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = 27; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 19; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -14; -"@MMK_R_e" = -3; -"@MMK_R_eight" = 11; -"@MMK_R_f" = 28; -"@MMK_R_five" = 2; -"@MMK_R_four" = 0; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 9; -"@MMK_R_hyphen" = -15; -"@MMK_R_hyphen.case" = 6; -"@MMK_R_i" = 0; -"@MMK_R_j" = 5; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 24; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 8; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = -15; -"@MMK_R_pi" = 29; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = 2; -"@MMK_R_quotedblright" = 12; -"@MMK_R_quoteright" = 12; -"@MMK_R_s" = 14; -"@MMK_R_seven" = 0; -"@MMK_R_t" = 21; -"@MMK_R_three" = 12; -"@MMK_R_two" = 29; -"@MMK_R_u" = 5; -"@MMK_R_v" = 10; -"@MMK_R_w" = 20; -"@MMK_R_x" = 14; -"@MMK_R_y" = 15; -"@MMK_R_z" = 24; -"@MMK_R_zero" = 20; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -120; -"@MMK_R_bracketright" = 0; -"@MMK_R_eight" = 0; -"@MMK_R_five" = -6; -"@MMK_R_four" = -2; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -23; -"@MMK_R_hyphen.case" = -110; -"@MMK_R_nine" = -10; -"@MMK_R_one" = -90; -"@MMK_R_parenright" = -22; -"@MMK_R_parenright.case" = -2; -"@MMK_R_quotedbl" = -120; -"@MMK_R_quotedblleft" = -120; -"@MMK_R_quotedblright" = -120; -"@MMK_R_quoteright" = -120; -"@MMK_R_seven" = -77; -"@MMK_R_three" = -5; -"@MMK_R_two" = 24; -"@MMK_R_zero" = -22; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 14; -"@MMK_R_H" = 142; -"@MMK_R_O" = 70; -"@MMK_R_a" = 0; -"@MMK_R_bracketright" = 164; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 27; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_e" = 2; -"@MMK_R_eightsuperior" = 133; -"@MMK_R_ellipsis" = -14; -"@MMK_R_exclam" = 149; -"@MMK_R_fivesuperior" = 138; -"@MMK_R_foursuperior" = 80; -"@MMK_R_guillemetleft" = 2; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 127; -"@MMK_R_j" = 128; -"@MMK_R_l" = 128; -"@MMK_R_l.ss02" = 133; -"@MMK_R_l.ss03" = 166; -"@MMK_R_n" = 15; -"@MMK_R_ninesuperior" = 138; -"@MMK_R_onesuperior" = 157; -"@MMK_R_parenright" = 131; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = 113; -"@MMK_R_question.ss01" = 106; -"@MMK_R_quotedbl" = 163; -"@MMK_R_quotedblleft" = 99; -"@MMK_R_quotedblleft.ss01" = 122; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = 168; -"@MMK_R_sixsuperior" = 126; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 54; -"@MMK_R_threesuperior" = 140; -"@MMK_R_twosuperior" = 136; -"@MMK_R_u" = 21; -"@MMK_R_v" = 9; -"@MMK_R_w" = 12; -"@MMK_R_y" = 2; -"@MMK_R_z" = 106; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -86; -"@MMK_R_H" = -19; -"@MMK_R_I.ss02" = -13; -"@MMK_R_J" = -89; -"@MMK_R_O" = -18; -"@MMK_R_S" = -13; -"@MMK_R_T" = -2; -"@MMK_R_U" = -13; -"@MMK_R_V" = -15; -"@MMK_R_W" = -11; -"@MMK_R_Y" = -26; -"@MMK_R_Z" = -21; -"@MMK_R_a" = -42; -"@MMK_R_a.ss04" = -42; -"@MMK_R_asterisk" = -3; -"@MMK_R_bracketright" = -28; -"@MMK_R_colon" = -8; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma" = -120; -"@MMK_R_comma.ss01" = -127; -"@MMK_R_e" = -46; -"@MMK_R_eight" = -17; -"@MMK_R_f" = -5; -"@MMK_R_five" = -22; -"@MMK_R_four" = -67; -"@MMK_R_g" = -40; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen" = -68; -"@MMK_R_hyphen.case" = -28; -"@MMK_R_i" = -24; -"@MMK_R_j" = -23; -"@MMK_R_l" = -19; -"@MMK_R_n" = -30; -"@MMK_R_nine" = -11; -"@MMK_R_one" = -2; -"@MMK_R_parenright" = -45; -"@MMK_R_parenright.case" = -46; -"@MMK_R_period" = -116; -"@MMK_R_period.ss01" = -127; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = -38; -"@MMK_R_semicolon" = -8; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = -109; -"@MMK_R_t" = -4; -"@MMK_R_three" = -12; -"@MMK_R_two" = -11; -"@MMK_R_u" = -25; -"@MMK_R_z" = -24; -"@MMK_R_zero" = -17; -}; -"@MMK_L_e" = { -"@MMK_R_A" = -6; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -10; -"@MMK_R_J" = -2; -"@MMK_R_O" = 11; -"@MMK_R_S" = 6; -"@MMK_R_T" = -80; -"@MMK_R_U" = 0; -"@MMK_R_V" = -48; -"@MMK_R_W" = -28; -"@MMK_R_X" = -31; -"@MMK_R_Y" = -93; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = -50; -"@MMK_R_braceright" = -54; -"@MMK_R_bracketright" = -53; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = -15; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -24; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -20; -"@MMK_R_g" = 11; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = 17; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = -2; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = -2; -"@MMK_R_itilde" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = -2; -"@MMK_R_lslash" = 12; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -19; -"@MMK_R_onesuperior" = -59; -"@MMK_R_oslash" = 13; -"@MMK_R_parenright" = -64; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -16; -"@MMK_R_question" = -35; -"@MMK_R_question.ss01" = -49; -"@MMK_R_quotedbl" = -42; -"@MMK_R_quotedblleft" = -29; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -9; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -51; -"@MMK_R_sixsuperior" = -28; -"@MMK_R_slash" = -20; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -20; -"@MMK_R_trademark" = -70; -"@MMK_R_twosuperior" = -6; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -32; -"@MMK_R_v" = -16; -"@MMK_R_w" = -5; -"@MMK_R_x" = -26; -"@MMK_R_y" = -21; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = -6; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = -2; -"@MMK_R_O" = 11; -"@MMK_R_S" = 8; -"@MMK_R_T" = -34; -"@MMK_R_U" = 0; -"@MMK_R_V" = -24; -"@MMK_R_W" = -25; -"@MMK_R_X" = -25; -"@MMK_R_Y" = -60; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asterisk" = -39; -"@MMK_R_bracketright" = -51; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -15; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -23; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -20; -"@MMK_R_g" = 11; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = 17; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 3; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = -2; -"@MMK_R_lslash" = 12; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -21; -"@MMK_R_one" = -19; -"@MMK_R_onesuperior" = -46; -"@MMK_R_oslash" = 13; -"@MMK_R_parenright" = -58; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -16; -"@MMK_R_question" = -32; -"@MMK_R_question.ss01" = -44; -"@MMK_R_quotedbl" = -36; -"@MMK_R_quotedblleft" = -28; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -9; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -39; -"@MMK_R_sixsuperior" = -26; -"@MMK_R_slash" = -20; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -18; -"@MMK_R_twosuperior" = -4; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -32; -"@MMK_R_v" = -16; -"@MMK_R_w" = -5; -"@MMK_R_x" = -24; -"@MMK_R_y" = -21; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 6; -"@MMK_R_O" = 9; -"@MMK_R_S" = 21; -"@MMK_R_T" = -7; -"@MMK_R_U" = 5; -"@MMK_R_V" = -15; -"@MMK_R_W" = -9; -"@MMK_R_X" = -15; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = 15; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 14; -"@MMK_R_asterisk" = -5; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = 11; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_degree" = -17; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 14; -"@MMK_R_eight" = 23; -"@MMK_R_ellipsis" = -8; -"@MMK_R_f" = 0; -"@MMK_R_five" = 15; -"@MMK_R_four" = 13; -"@MMK_R_g" = 11; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 14; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 24; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 16; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = 13; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -35; -"@MMK_R_percent" = -8; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -9; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -6; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 15; -"@MMK_R_semicolon" = 12; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -7; -"@MMK_R_t" = 0; -"@MMK_R_three" = 11; -"@MMK_R_two" = 9; -"@MMK_R_u" = 8; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = -3; -"@MMK_R_y" = 0; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 11; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -16; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 4; -"@MMK_R_O" = -39; -"@MMK_R_S" = -15; -"@MMK_R_T" = -112; -"@MMK_R_U" = -36; -"@MMK_R_V" = -111; -"@MMK_R_W" = -60; -"@MMK_R_X" = -5; -"@MMK_R_Y" = -146; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = -153; -"@MMK_R_bracketright" = -36; -"@MMK_R_colon" = 0; -"@MMK_R_comma" = 12; -"@MMK_R_e" = -21; -"@MMK_R_egrave" = -21; -"@MMK_R_eight" = -8; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -36; -"@MMK_R_five" = -16; -"@MMK_R_four" = -13; -"@MMK_R_g" = -21; -"@MMK_R_guillemetleft" = -35; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = -26; -"@MMK_R_hyphen.case" = -113; -"@MMK_R_i" = -14; -"@MMK_R_j" = 0; -"@MMK_R_l" = -14; -"@MMK_R_n" = -14; -"@MMK_R_nine" = -16; -"@MMK_R_one" = -100; -"@MMK_R_parenleft" = -17; -"@MMK_R_parenright" = -50; -"@MMK_R_parenright.case" = -30; -"@MMK_R_period" = 13; -"@MMK_R_pi" = -35; -"@MMK_R_question" = -85; -"@MMK_R_quotedbl" = -238; -"@MMK_R_quotedblleft" = -247; -"@MMK_R_quotedblright" = -247; -"@MMK_R_quoteright" = -120; -"@MMK_R_s" = -4; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -88; -"@MMK_R_slash" = -6; -"@MMK_R_t" = -49; -"@MMK_R_three" = -13; -"@MMK_R_two" = 0; -"@MMK_R_u" = -20; -"@MMK_R_v" = -63; -"@MMK_R_w" = -42; -"@MMK_R_x" = -4; -"@MMK_R_y" = -49; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -30; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -28; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = -32; -"@MMK_R_O" = 14; -"@MMK_R_S" = 11; -"@MMK_R_T" = 14; -"@MMK_R_U" = 16; -"@MMK_R_V" = 22; -"@MMK_R_W" = 29; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 18; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 19; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -36; -"@MMK_R_comma.ss01" = -47; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 13; -"@MMK_R_ellipsis" = -47; -"@MMK_R_exclam" = 23; -"@MMK_R_f" = 14; -"@MMK_R_fivesuperior" = 7; -"@MMK_R_four" = -9; -"@MMK_R_foursuperior" = 14; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -3; -"@MMK_R_icircumflex" = 63; -"@MMK_R_igrave" = 16; -"@MMK_R_imacron" = 58; -"@MMK_R_itilde" = 52; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 19; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 13; -"@MMK_R_one" = 11; -"@MMK_R_onesuperior" = 10; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = -37; -"@MMK_R_period.ss01" = -47; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblleft" = 13; -"@MMK_R_quotedblleft.ss01" = 12; -"@MMK_R_quotedblright" = 26; -"@MMK_R_quoteright" = 26; -"@MMK_R_quoteright.ss01" = 21; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 21; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 14; -"@MMK_R_slash" = -33; -"@MMK_R_t" = 14; -"@MMK_R_threesuperior" = 13; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 15; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -39; -"@MMK_R_v" = 16; -"@MMK_R_w" = 16; -"@MMK_R_x" = 0; -"@MMK_R_y" = 16; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 11; -}; -"@MMK_L_five" = { -"@MMK_R_A" = -10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 12; -"@MMK_R_S" = 14; -"@MMK_R_T" = -2; -"@MMK_R_U" = 6; -"@MMK_R_V" = 0; -"@MMK_R_W" = 3; -"@MMK_R_X" = -5; -"@MMK_R_Y" = -5; -"@MMK_R_Z" = 5; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asterisk" = -5; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_degree" = -18; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 14; -"@MMK_R_eight" = 16; -"@MMK_R_ellipsis" = -20; -"@MMK_R_f" = 0; -"@MMK_R_five" = 9; -"@MMK_R_four" = 18; -"@MMK_R_g" = 11; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 19; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 38; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 6; -"@MMK_R_one" = -8; -"@MMK_R_parenleft" = 11; -"@MMK_R_parenright" = -17; -"@MMK_R_parenright.case" = -14; -"@MMK_R_percent" = -9; -"@MMK_R_period" = -9; -"@MMK_R_period.ss01" = -19; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -5; -"@MMK_R_quoteright" = -5; -"@MMK_R_quoteright.ss01" = -13; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -22; -"@MMK_R_t" = 0; -"@MMK_R_three" = 2; -"@MMK_R_two" = 0; -"@MMK_R_u" = 2; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -13; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_four" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 8; -"@MMK_R_S" = 0; -"@MMK_R_T" = -38; -"@MMK_R_U" = 0; -"@MMK_R_V" = -34; -"@MMK_R_W" = -24; -"@MMK_R_X" = -27; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -41; -"@MMK_R_bracketright" = -43; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_degree" = -55; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 13; -"@MMK_R_eight" = 22; -"@MMK_R_ellipsis" = -13; -"@MMK_R_f" = -12; -"@MMK_R_five" = 6; -"@MMK_R_four" = 18; -"@MMK_R_g" = 11; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen" = 16; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -37; -"@MMK_R_parenleft" = 8; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -35; -"@MMK_R_percent" = -26; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -9; -"@MMK_R_pi" = -11; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -34; -"@MMK_R_quotedbl" = -44; -"@MMK_R_quotedblleft" = -42; -"@MMK_R_quotedblleft.ss01" = -35; -"@MMK_R_quotedblright" = -36; -"@MMK_R_quoteright" = -36; -"@MMK_R_quoteright.ss01" = -37; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -41; -"@MMK_R_slash" = -13; -"@MMK_R_t" = -22; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 0; -"@MMK_R_v" = -17; -"@MMK_R_w" = -2; -"@MMK_R_x" = -28; -"@MMK_R_y" = -26; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 11; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -37; -"@MMK_R_zero.dnom" = -22; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -27; -"@MMK_R_U" = 0; -"@MMK_R_V" = -31; -"@MMK_R_W" = -14; -"@MMK_R_X" = -10; -"@MMK_R_Y" = -63; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -22; -"@MMK_R_asterisk" = -15; -"@MMK_R_braceright" = -15; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 2; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -12; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 12; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = -41; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -36; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -19; -"@MMK_R_quotedbl" = -28; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 23; -"@MMK_R_sevensuperior" = -44; -"@MMK_R_sixsuperior" = -15; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -16; -"@MMK_R_trademark" = -54; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 16; -"@MMK_R_H" = 6; -"@MMK_R_I.ss02" = 14; -"@MMK_R_J" = 12; -"@MMK_R_O" = 0; -"@MMK_R_S" = 5; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 5; -"@MMK_R_X" = 12; -"@MMK_R_Y" = -10; -"@MMK_R_Z" = 17; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -11; -"@MMK_R_asterisk" = 5; -"@MMK_R_braceright" = 8; -"@MMK_R_bracketright" = 8; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 15; -"@MMK_R_comma" = 29; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 19; -"@MMK_R_f" = 7; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = -12; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g.ss05" = 25; -"@MMK_R_guillemetleft" = -20; -"@MMK_R_guillemetright" = 9; -"@MMK_R_hyphen" = -20; -"@MMK_R_icircumflex" = 49; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 44; -"@MMK_R_itilde" = 43; -"@MMK_R_j" = 35; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 11; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -7; -"@MMK_R_period" = 18; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 34; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 39; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -12; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 42; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 18; -"@MMK_R_y" = 0; -"@MMK_R_z" = 16; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -2; -"@MMK_R_U" = 0; -"@MMK_R_V" = -25; -"@MMK_R_W" = -13; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -48; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -6; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_degree" = -17; -"@MMK_R_e" = -22; -"@MMK_R_egrave" = -22; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -9; -"@MMK_R_f" = 6; -"@MMK_R_five" = -4; -"@MMK_R_four" = -19; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -39; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -33; -"@MMK_R_hyphen.case" = -19; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 5; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 2; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -41; -"@MMK_R_parenright.case" = -15; -"@MMK_R_percent" = -3; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -10; -"@MMK_R_pi" = 5; -"@MMK_R_plus" = -26; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = -20; -"@MMK_R_quoteright" = -20; -"@MMK_R_quoteright.ss01" = -13; -"@MMK_R_s" = -13; -"@MMK_R_semicolon" = 9; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 4; -"@MMK_R_y" = 0; -"@MMK_R_z" = 6; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = -21; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -23; -"@MMK_R_J" = -22; -"@MMK_R_O" = 7; -"@MMK_R_S" = 0; -"@MMK_R_T" = -78; -"@MMK_R_U" = 0; -"@MMK_R_V" = -61; -"@MMK_R_W" = -31; -"@MMK_R_X" = -42; -"@MMK_R_Y" = -105; -"@MMK_R_Z" = -8; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -60; -"@MMK_R_bracketright" = -57; -"@MMK_R_colon" = -23; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma" = -28; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eight" = 8; -"@MMK_R_ellipsis" = -35; -"@MMK_R_f" = -11; -"@MMK_R_five" = 0; -"@MMK_R_four" = 8; -"@MMK_R_g" = 10; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -39; -"@MMK_R_hyphen" = 13; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 16; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -37; -"@MMK_R_parenleft" = 15; -"@MMK_R_parenright" = -68; -"@MMK_R_parenright.case" = -57; -"@MMK_R_percent" = -35; -"@MMK_R_period" = -28; -"@MMK_R_period.ss01" = -35; -"@MMK_R_pi" = -10; -"@MMK_R_plus" = -4; -"@MMK_R_question" = -49; -"@MMK_R_quotedbl" = -59; -"@MMK_R_quotedblleft" = -47; -"@MMK_R_quotedblleft.ss01" = -34; -"@MMK_R_quotedblright" = -28; -"@MMK_R_quoteright" = -28; -"@MMK_R_quoteright.ss01" = -30; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -18; -"@MMK_R_seven" = -39; -"@MMK_R_slash" = -32; -"@MMK_R_t" = -13; -"@MMK_R_three" = -7; -"@MMK_R_two" = -22; -"@MMK_R_u" = 0; -"@MMK_R_v" = -24; -"@MMK_R_w" = -12; -"@MMK_R_x" = -42; -"@MMK_R_y" = -31; -"@MMK_R_z" = -18; -"@MMK_R_zero" = 8; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -15; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = 0; -"@MMK_R_O" = 18; -"@MMK_R_S" = 12; -"@MMK_R_T" = -100; -"@MMK_R_U" = 7; -"@MMK_R_V" = -51; -"@MMK_R_W" = -27; -"@MMK_R_X" = -51; -"@MMK_R_Y" = -105; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 21; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -95; -"@MMK_R_bracketright" = -54; -"@MMK_R_colon" = -20; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -23; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_e" = 23; -"@MMK_R_egrave" = 23; -"@MMK_R_eight" = 14; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = 25; -"@MMK_R_g" = 21; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = -33; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 19; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -54; -"@MMK_R_parenleft" = 16; -"@MMK_R_parenright" = -58; -"@MMK_R_period" = -23; -"@MMK_R_period.ss01" = -14; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -4; -"@MMK_R_question" = -92; -"@MMK_R_quotedbl" = -47; -"@MMK_R_quotedblleft" = -40; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -20; -"@MMK_R_seven" = -53; -"@MMK_R_slash" = -30; -"@MMK_R_t" = -3; -"@MMK_R_three" = 9; -"@MMK_R_two" = -17; -"@MMK_R_u" = 8; -"@MMK_R_v" = -19; -"@MMK_R_w" = -3; -"@MMK_R_x" = -49; -"@MMK_R_y" = -27; -"@MMK_R_z" = -18; -"@MMK_R_zero" = 18; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -33; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -60; -"@MMK_R_J" = -65; -"@MMK_R_O" = 27; -"@MMK_R_S" = -4; -"@MMK_R_T" = -81; -"@MMK_R_U" = 12; -"@MMK_R_V" = -37; -"@MMK_R_W" = -15; -"@MMK_R_X" = -84; -"@MMK_R_Y" = -73; -"@MMK_R_Z" = -38; -"@MMK_R_asterisk" = -23; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -108; -"@MMK_R_comma.ss01" = -110; -"@MMK_R_eight" = 0; -"@MMK_R_five" = 6; -"@MMK_R_four" = 8; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -19; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenright.case" = -55; -"@MMK_R_period" = -108; -"@MMK_R_period.ss01" = -115; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -17; -"@MMK_R_quotedbl" = -20; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 8; -"@MMK_R_semicolon" = 6; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -46; -"@MMK_R_three" = -15; -"@MMK_R_two" = -6; -"@MMK_R_zero" = 24; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 3; -"@MMK_R_T" = -13; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -13; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = -10; -"@MMK_R_braceright" = -6; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -14; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 15; -"@MMK_R_itilde" = 10; -"@MMK_R_j" = 10; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = -12; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -19; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -13; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -26; -"@MMK_R_twosuperior" = -8; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 36; -"@MMK_R_I.ss02" = 51; -"@MMK_R_O" = 20; -"@MMK_R_S" = 30; -"@MMK_R_U" = 47; -"@MMK_R_V" = 40; -"@MMK_R_X" = 9; -"@MMK_R_Y" = 18; -"@MMK_R_Z" = 49; -"@MMK_R_bracketright" = 23; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = 33; -"@MMK_R_ellipsis" = -14; -"@MMK_R_exclam" = 42; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = 31; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 4; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 101; -"@MMK_R_igrave" = 2; -"@MMK_R_j" = 11; -"@MMK_R_l" = 19; -"@MMK_R_l.ss02" = 24; -"@MMK_R_l.ss03" = 82; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 47; -"@MMK_R_one" = 48; -"@MMK_R_onesuperior" = 62; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = 43; -"@MMK_R_question.ss01" = 37; -"@MMK_R_quotedbl" = 52; -"@MMK_R_quotedblleft" = 27; -"@MMK_R_quotedblleft.ss01" = 38; -"@MMK_R_quotedblright" = 52; -"@MMK_R_quoteright" = 52; -"@MMK_R_quoteright.ss01" = 42; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = 55; -"@MMK_R_sixsuperior" = 45; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 35; -"@MMK_R_twosuperior" = 38; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 9; -"@MMK_R_I.ss02" = 27; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 5; -"@MMK_R_T" = 27; -"@MMK_R_U" = 20; -"@MMK_R_V" = 23; -"@MMK_R_W" = 23; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 24; -"@MMK_R_Z" = 20; -"@MMK_R_asciicircum" = -20; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = 25; -"@MMK_R_bracketright" = 25; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = 16; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 18; -"@MMK_R_imacron" = 32; -"@MMK_R_itilde" = 17; -"@MMK_R_j" = 11; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 37; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -5; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = 12; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -13; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 22; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 4; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 10; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -20; -"@MMK_R_W" = -6; -"@MMK_R_X" = 3; -"@MMK_R_Y" = -42; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asciicircum" = -12; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -8; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 17; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -29; -"@MMK_R_egrave" = -25; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = -36; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -39; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = -48; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -9; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -35; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -38; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = -24; -"@MMK_R_quoteright" = -24; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = 17; -"@MMK_R_sevensuperior" = -38; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -25; -"@MMK_R_trademark" = -52; -"@MMK_R_twosuperior" = -35; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 33; -"@MMK_R_v" = 4; -"@MMK_R_w" = 0; -"@MMK_R_x" = 11; -"@MMK_R_y" = 6; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 0; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 5; -"@MMK_R_T" = 0; -"@MMK_R_U" = 8; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asciicircum" = -20; -"@MMK_R_asterisk" = -6; -"@MMK_R_braceright" = -3; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -14; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 18; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 13; -"@MMK_R_itilde" = 12; -"@MMK_R_j" = 10; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -9; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -12; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -22; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 18; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = 13; -"@MMK_R_O" = 0; -"@MMK_R_S" = 9; -"@MMK_R_T" = -15; -"@MMK_R_U" = 0; -"@MMK_R_V" = -9; -"@MMK_R_W" = 0; -"@MMK_R_X" = 11; -"@MMK_R_Y" = -23; -"@MMK_R_Z" = 19; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 18; -"@MMK_R_asciicircum" = -33; -"@MMK_R_asterisk" = -22; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 33; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 30; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -22; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = -5; -"@MMK_R_fivesuperior" = -25; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -22; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 21; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = 11; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 4; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 3; -"@MMK_R_itilde" = 3; -"@MMK_R_j" = 5; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = -26; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -20; -"@MMK_R_period" = 33; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -14; -"@MMK_R_question.ss01" = -26; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -23; -"@MMK_R_quotedblleft.ss01" = -27; -"@MMK_R_quotedblright" = -16; -"@MMK_R_quoteright" = -16; -"@MMK_R_quoteright.ss01" = -23; -"@MMK_R_s" = 18; -"@MMK_R_semicolon" = 32; -"@MMK_R_sevensuperior" = -25; -"@MMK_R_sixsuperior" = -22; -"@MMK_R_slash" = 11; -"@MMK_R_t" = -5; -"@MMK_R_threesuperior" = -25; -"@MMK_R_trademark" = -38; -"@MMK_R_twosuperior" = -22; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 37; -"@MMK_R_v" = -12; -"@MMK_R_w" = -6; -"@MMK_R_x" = 13; -"@MMK_R_y" = -9; -"@MMK_R_z" = 15; -"@MMK_R_zero" = 0; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 164; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 27; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 49; -"@MMK_R_eightsuperior" = 133; -"@MMK_R_exclam" = 149; -"@MMK_R_f" = 35; -"@MMK_R_fivesuperior" = 138; -"@MMK_R_foursuperior" = 80; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 2; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 127; -"@MMK_R_j" = 115; -"@MMK_R_l" = 128; -"@MMK_R_l.ss03" = 166; -"@MMK_R_n" = 15; -"@MMK_R_ninesuperior" = 138; -"@MMK_R_onesuperior" = 157; -"@MMK_R_parenright" = 131; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = 113; -"@MMK_R_question.ss01" = 106; -"@MMK_R_quotedbl" = 163; -"@MMK_R_quotedblleft" = 99; -"@MMK_R_quotedblleft.ss01" = 122; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = 168; -"@MMK_R_sixsuperior" = 126; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 54; -"@MMK_R_threesuperior" = 140; -"@MMK_R_twosuperior" = 136; -"@MMK_R_u" = 21; -"@MMK_R_v" = 9; -"@MMK_R_z" = 106; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = -38; -"@MMK_R_H" = -31; -"@MMK_R_I.ss02" = -36; -"@MMK_R_J" = -29; -"@MMK_R_O" = -21; -"@MMK_R_S" = -24; -"@MMK_R_T" = -129; -"@MMK_R_V" = -71; -"@MMK_R_W" = -46; -"@MMK_R_Y" = -115; -"@MMK_R_Z" = -30; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -21; -"@MMK_R_e" = -21; -"@MMK_R_f" = -23; -"@MMK_R_g" = -22; -"@MMK_R_i" = -30; -"@MMK_R_j" = -29; -"@MMK_R_l" = -29; -"@MMK_R_n" = -30; -"@MMK_R_s" = -21; -"@MMK_R_t" = -26; -"@MMK_R_z" = -31; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = 0; -"@MMK_R_U" = 7; -"@MMK_R_X" = -7; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = 5; -"@MMK_R_comma" = -10; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = 6; -"@MMK_R_ellipsis" = -22; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 15; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -15; -"@MMK_R_parenright" = -14; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = 2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 25; -"@MMK_R_sevensuperior" = -18; -"@MMK_R_sixsuperior" = 2; -"@MMK_R_slash" = -6; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 3; -"@MMK_R_u" = 2; -"@MMK_R_v" = 14; -"@MMK_R_w" = 17; -"@MMK_R_x" = 0; -"@MMK_R_y" = 7; -"@MMK_R_z" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 8; -"@MMK_R_H" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 9; -"@MMK_R_S" = 0; -"@MMK_R_T" = -59; -"@MMK_R_U" = -2; -"@MMK_R_V" = -48; -"@MMK_R_W" = -28; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -87; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -30; -"@MMK_R_asterisk" = -43; -"@MMK_R_braceright" = -34; -"@MMK_R_bracketright" = -34; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 9; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = 8; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = -8; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -24; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -18; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 9; -"@MMK_R_j" = 19; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 3; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = -63; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -44; -"@MMK_R_period" = 9; -"@MMK_R_period.ss01" = -15; -"@MMK_R_question" = -27; -"@MMK_R_question.ss01" = -39; -"@MMK_R_quotedbl" = -37; -"@MMK_R_quotedblleft" = -25; -"@MMK_R_quotedblleft.ss01" = -20; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -14; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = -55; -"@MMK_R_sixsuperior" = -26; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -20; -"@MMK_R_trademark" = -67; -"@MMK_R_twosuperior" = -11; -"@MMK_R_underscore" = 9; -"@MMK_R_v" = -12; -"@MMK_R_w" = -3; -"@MMK_R_x" = 0; -"@MMK_R_y" = -16; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 8; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = -21; -"@MMK_R_I.ss02" = -6; -"@MMK_R_J" = -6; -"@MMK_R_O" = 24; -"@MMK_R_S" = 8; -"@MMK_R_T" = -12; -"@MMK_R_U" = 10; -"@MMK_R_V" = -22; -"@MMK_R_W" = -10; -"@MMK_R_X" = -39; -"@MMK_R_Y" = -37; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -6; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -21; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_degree" = -15; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 14; -"@MMK_R_eight" = 10; -"@MMK_R_ellipsis" = -35; -"@MMK_R_f" = 14; -"@MMK_R_five" = 7; -"@MMK_R_four" = 12; -"@MMK_R_g" = 16; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 15; -"@MMK_R_hyphen.case" = 25; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 25; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 13; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -60; -"@MMK_R_parenright.case" = -60; -"@MMK_R_percent" = -3; -"@MMK_R_period" = -24; -"@MMK_R_period.ss01" = -33; -"@MMK_R_pi" = 15; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 22; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -31; -"@MMK_R_t" = 9; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 9; -"@MMK_R_v" = 7; -"@MMK_R_w" = 10; -"@MMK_R_x" = -3; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 23; -}; -"@MMK_L_o" = { -"@MMK_R_A" = -10; -"@MMK_R_I.ss02" = -10; -"@MMK_R_J" = -2; -"@MMK_R_O" = 15; -"@MMK_R_S" = 14; -"@MMK_R_T" = -82; -"@MMK_R_U" = 5; -"@MMK_R_V" = -47; -"@MMK_R_W" = -26; -"@MMK_R_X" = -31; -"@MMK_R_Y" = -93; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 16; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = -51; -"@MMK_R_braceright" = -59; -"@MMK_R_bracketright" = -43; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 15; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -21; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -22; -"@MMK_R_four" = 11; -"@MMK_R_foursuperior" = -21; -"@MMK_R_g" = 14; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 11; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = 23; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 14; -"@MMK_R_ninesuperior" = -21; -"@MMK_R_one" = -19; -"@MMK_R_onesuperior" = -45; -"@MMK_R_oslash" = 15; -"@MMK_R_parenright" = -66; -"@MMK_R_period" = -11; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = -36; -"@MMK_R_question.ss01" = -44; -"@MMK_R_quotedbl" = -37; -"@MMK_R_quotedblleft" = -30; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -9; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = -44; -"@MMK_R_sixsuperior" = -23; -"@MMK_R_slash" = -22; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -70; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 7; -"@MMK_R_underscore" = -39; -"@MMK_R_v" = -14; -"@MMK_R_w" = -4; -"@MMK_R_x" = -29; -"@MMK_R_y" = -21; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 16; -}; -"@MMK_L_p" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = -2; -"@MMK_R_O" = 15; -"@MMK_R_S" = 11; -"@MMK_R_T" = -67; -"@MMK_R_U" = 6; -"@MMK_R_V" = -46; -"@MMK_R_W" = -26; -"@MMK_R_X" = -27; -"@MMK_R_Y" = -89; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 14; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -30; -"@MMK_R_asterisk" = -45; -"@MMK_R_braceright" = -54; -"@MMK_R_bracketright" = -53; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = -19; -"@MMK_R_exclam" = -3; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -22; -"@MMK_R_four" = 9; -"@MMK_R_foursuperior" = -18; -"@MMK_R_g" = 15; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = 9; -"@MMK_R_guillemetright" = -19; -"@MMK_R_hyphen" = 21; -"@MMK_R_l.ss02" = 3; -"@MMK_R_lslash" = 13; -"@MMK_R_ninesuperior" = -22; -"@MMK_R_one" = -17; -"@MMK_R_onesuperior" = -59; -"@MMK_R_oslash" = 16; -"@MMK_R_parenright" = -67; -"@MMK_R_period" = -8; -"@MMK_R_period.ss01" = -18; -"@MMK_R_question" = -27; -"@MMK_R_question.ss01" = -39; -"@MMK_R_quotedbl" = -37; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -8; -"@MMK_R_quoteright" = -8; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -51; -"@MMK_R_sixsuperior" = -26; -"@MMK_R_slash" = -19; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -67; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = -31; -"@MMK_R_v" = -12; -"@MMK_R_w" = -4; -"@MMK_R_x" = -25; -"@MMK_R_y" = -19; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 16; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -32; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -7; -"@MMK_R_J" = -35; -"@MMK_R_O" = -63; -"@MMK_R_S" = -49; -"@MMK_R_T" = 0; -"@MMK_R_U" = -2; -"@MMK_R_V" = -4; -"@MMK_R_W" = -2; -"@MMK_R_X" = -16; -"@MMK_R_Y" = -10; -"@MMK_R_Z" = -12; -"@MMK_R_a" = -67; -"@MMK_R_a.ss04" = -51; -"@MMK_R_asterisk" = -35; -"@MMK_R_bracketright" = 16; -"@MMK_R_colon" = -35; -"@MMK_R_colon.ss01" = -39; -"@MMK_R_comma" = 6; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -45; -"@MMK_R_e" = -65; -"@MMK_R_egrave" = -61; -"@MMK_R_eight" = -51; -"@MMK_R_ellipsis" = -50; -"@MMK_R_f" = -41; -"@MMK_R_five" = -21; -"@MMK_R_four" = -55; -"@MMK_R_g" = -23; -"@MMK_R_guillemetleft" = -68; -"@MMK_R_guillemetright" = -41; -"@MMK_R_hyphen" = -58; -"@MMK_R_i" = -20; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 46; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -14; -"@MMK_R_n" = -48; -"@MMK_R_nine" = -50; -"@MMK_R_one" = -39; -"@MMK_R_parenleft" = -64; -"@MMK_R_parenright" = 9; -"@MMK_R_percent" = -33; -"@MMK_R_period" = -41; -"@MMK_R_period.ss01" = -48; -"@MMK_R_pi" = -48; -"@MMK_R_plus" = -74; -"@MMK_R_question" = -39; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -46; -"@MMK_R_quotedblleft.ss01" = -35; -"@MMK_R_quotedblright" = -26; -"@MMK_R_quoteright" = -26; -"@MMK_R_quoteright.ss01" = -21; -"@MMK_R_s" = -55; -"@MMK_R_semicolon" = 6; -"@MMK_R_seven" = -16; -"@MMK_R_slash" = -5; -"@MMK_R_t" = -42; -"@MMK_R_three" = -47; -"@MMK_R_two" = -28; -"@MMK_R_u" = -61; -"@MMK_R_v" = -49; -"@MMK_R_w" = -46; -"@MMK_R_x" = -37; -"@MMK_R_y" = -17; -"@MMK_R_z" = -36; -"@MMK_R_zero" = -65; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -11; -"@MMK_R_O" = -59; -"@MMK_R_S" = -42; -"@MMK_R_T" = -2; -"@MMK_R_U" = 0; -"@MMK_R_V" = -5; -"@MMK_R_W" = -3; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -6; -"@MMK_R_Z" = 0; -"@MMK_R_asterisk" = -36; -"@MMK_R_colon" = -15; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = -13; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_degree" = -46; -"@MMK_R_eight" = -35; -"@MMK_R_ellipsis" = -29; -"@MMK_R_five" = -22; -"@MMK_R_four" = -41; -"@MMK_R_guillemetleft" = -57; -"@MMK_R_guillemetright" = -14; -"@MMK_R_hyphen.case" = -55; -"@MMK_R_nine" = -42; -"@MMK_R_one" = -40; -"@MMK_R_parenright.case" = 3; -"@MMK_R_percent" = -35; -"@MMK_R_period" = -20; -"@MMK_R_period.ss01" = -25; -"@MMK_R_plus" = -68; -"@MMK_R_question" = -39; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -48; -"@MMK_R_quotedblleft.ss01" = -36; -"@MMK_R_quotedblright" = -27; -"@MMK_R_quoteright" = -27; -"@MMK_R_quoteright.ss01" = -22; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -15; -"@MMK_R_slash" = 14; -"@MMK_R_three" = -40; -"@MMK_R_two" = -6; -"@MMK_R_zero" = -58; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 21; -"@MMK_R_S" = 10; -"@MMK_R_T" = -16; -"@MMK_R_U" = 9; -"@MMK_R_V" = -27; -"@MMK_R_W" = -14; -"@MMK_R_X" = -13; -"@MMK_R_Y" = -37; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 16; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asterisk" = -15; -"@MMK_R_bracketright" = -23; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 13; -"@MMK_R_eight" = 13; -"@MMK_R_f" = 7; -"@MMK_R_five" = 11; -"@MMK_R_four" = 10; -"@MMK_R_g" = 16; -"@MMK_R_guillemetleft" = 15; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 16; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 20; -"@MMK_R_j" = 7; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 11; -"@MMK_R_one" = -5; -"@MMK_R_parenleft" = 18; -"@MMK_R_parenright" = -64; -"@MMK_R_period" = -3; -"@MMK_R_period.ss01" = -20; -"@MMK_R_pi" = 6; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = -21; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 19; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -14; -"@MMK_R_t" = 7; -"@MMK_R_three" = 2; -"@MMK_R_two" = 0; -"@MMK_R_u" = 6; -"@MMK_R_v" = 0; -"@MMK_R_w" = 3; -"@MMK_R_x" = -4; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 20; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -89; -"@MMK_R_bracketright" = -46; -"@MMK_R_colon" = -3; -"@MMK_R_colon.ss01" = -17; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_guillemetleft" = -5; -"@MMK_R_guillemetright" = -24; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -18; -"@MMK_R_parenright" = -63; -"@MMK_R_parenright.case" = -41; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = -86; -"@MMK_R_quotedbl" = -71; -"@MMK_R_quotedblleft" = -86; -"@MMK_R_quotedblleft.ss01" = -60; -"@MMK_R_quotedblright" = -60; -"@MMK_R_quoteright" = -60; -"@MMK_R_quoteright.ss01" = -57; -"@MMK_R_semicolon" = -3; -"@MMK_R_slash" = -20; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 16; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 24; -"@MMK_R_J" = 39; -"@MMK_R_O" = -28; -"@MMK_R_S" = -2; -"@MMK_R_T" = -99; -"@MMK_R_U" = -25; -"@MMK_R_V" = -97; -"@MMK_R_W" = -48; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -116; -"@MMK_R_Z" = 29; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = 8; -"@MMK_R_asterisk" = -116; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 17; -"@MMK_R_e" = -11; -"@MMK_R_eight" = 0; -"@MMK_R_f" = -27; -"@MMK_R_five" = -4; -"@MMK_R_four" = 0; -"@MMK_R_g" = -11; -"@MMK_R_guillemetleft" = -28; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -23; -"@MMK_R_hyphen.case" = -108; -"@MMK_R_i" = 0; -"@MMK_R_j" = 3; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -3; -"@MMK_R_one" = -86; -"@MMK_R_parenleft" = -3; -"@MMK_R_parenright" = -41; -"@MMK_R_parenright.case" = -20; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -26; -"@MMK_R_question" = -81; -"@MMK_R_quotedbl" = -116; -"@MMK_R_quotedblleft" = -116; -"@MMK_R_quotedblright" = -116; -"@MMK_R_quoteright" = -116; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 17; -"@MMK_R_seven" = -73; -"@MMK_R_slash" = 11; -"@MMK_R_t" = -38; -"@MMK_R_three" = -2; -"@MMK_R_two" = 25; -"@MMK_R_u" = -9; -"@MMK_R_v" = -49; -"@MMK_R_w" = -32; -"@MMK_R_x" = 0; -"@MMK_R_y" = -34; -"@MMK_R_z" = 24; -"@MMK_R_zero" = -20; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = -21; -"@MMK_R_I.ss02" = -6; -"@MMK_R_J" = 0; -"@MMK_R_O" = -36; -"@MMK_R_S" = -14; -"@MMK_R_T" = -118; -"@MMK_R_U" = -34; -"@MMK_R_V" = -111; -"@MMK_R_W" = -59; -"@MMK_R_X" = -4; -"@MMK_R_Y" = -157; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -18; -"@MMK_R_a.ss04" = -7; -"@MMK_R_asterisk" = -127; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon.ss01" = -10; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_e" = -19; -"@MMK_R_egrave" = -19; -"@MMK_R_eight" = -9; -"@MMK_R_f" = -39; -"@MMK_R_five" = -16; -"@MMK_R_four" = -9; -"@MMK_R_g" = -19; -"@MMK_R_guillemetleft" = -35; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -14; -"@MMK_R_hyphen.case" = -115; -"@MMK_R_i" = -20; -"@MMK_R_j" = 0; -"@MMK_R_l" = -20; -"@MMK_R_n" = -20; -"@MMK_R_nine" = -15; -"@MMK_R_one" = -112; -"@MMK_R_parenleft" = -20; -"@MMK_R_parenright" = -48; -"@MMK_R_parenright.case" = -26; -"@MMK_R_period.ss01" = -11; -"@MMK_R_pi" = -38; -"@MMK_R_quotedbl" = -114; -"@MMK_R_quotedblleft.ss01" = -127; -"@MMK_R_quoteright.ss01" = -127; -"@MMK_R_s" = -7; -"@MMK_R_seven" = -92; -"@MMK_R_slash" = -6; -"@MMK_R_t" = -51; -"@MMK_R_three" = -13; -"@MMK_R_two" = -2; -"@MMK_R_u" = -22; -"@MMK_R_v" = -61; -"@MMK_R_w" = -42; -"@MMK_R_x" = -5; -"@MMK_R_y" = -42; -"@MMK_R_z" = -5; -"@MMK_R_zero" = -29; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -40; -"@MMK_R_H" = -9; -"@MMK_R_I.ss02" = -67; -"@MMK_R_J" = -71; -"@MMK_R_O" = 0; -"@MMK_R_S" = -7; -"@MMK_R_T" = -76; -"@MMK_R_U" = 0; -"@MMK_R_V" = -44; -"@MMK_R_W" = -25; -"@MMK_R_Y" = -82; -"@MMK_R_Z" = -39; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -7; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = 0; -"@MMK_R_g" = 0; -"@MMK_R_i" = -13; -"@MMK_R_j" = -10; -"@MMK_R_l" = -10; -"@MMK_R_n" = -13; -"@MMK_R_s" = 0; -"@MMK_R_t" = 0; -"@MMK_R_u" = -9; -"@MMK_R_z" = -13; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -64; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -74; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = -35; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = -12; -"@MMK_R_a" = -20; -"@MMK_R_a.ss04" = -23; -"@MMK_R_asterisk" = 8; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = -82; -"@MMK_R_comma.ss01" = -96; -"@MMK_R_e" = -23; -"@MMK_R_f" = 9; -"@MMK_R_g" = -17; -"@MMK_R_guillemetleft" = -38; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -37; -"@MMK_R_hyphen.case" = -7; -"@MMK_R_i" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_n" = -12; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -37; -"@MMK_R_parenright.case" = -37; -"@MMK_R_period" = -82; -"@MMK_R_period.ss01" = -97; -"@MMK_R_pi" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -18; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -86; -"@MMK_R_t" = 8; -"@MMK_R_u" = -6; -"@MMK_R_v" = 4; -"@MMK_R_w" = 4; -"@MMK_R_x" = -8; -"@MMK_R_y" = 5; -"@MMK_R_z" = -9; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -5; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -55; -"@MMK_R_S" = -28; -"@MMK_R_T" = -99; -"@MMK_R_U" = -48; -"@MMK_R_V" = -103; -"@MMK_R_W" = -65; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -133; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = -8; -"@MMK_R_e" = -37; -"@MMK_R_eight" = -24; -"@MMK_R_f" = -31; -"@MMK_R_five" = -28; -"@MMK_R_four" = -78; -"@MMK_R_g" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = -2; -"@MMK_R_j" = 47; -"@MMK_R_l" = -2; -"@MMK_R_n" = -2; -"@MMK_R_nine" = -27; -"@MMK_R_one" = -80; -"@MMK_R_parenright" = -21; -"@MMK_R_quotedbl" = -110; -"@MMK_R_quotedblleft" = -90; -"@MMK_R_quoteright" = -91; -"@MMK_R_s" = -17; -"@MMK_R_seven" = -74; -"@MMK_R_t" = -52; -"@MMK_R_three" = -27; -"@MMK_R_two" = 0; -"@MMK_R_u" = -26; -"@MMK_R_v" = -68; -"@MMK_R_w" = -46; -"@MMK_R_x" = 8; -"@MMK_R_y" = -15; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -40; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -81; -"@MMK_R_H" = -8; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = -81; -"@MMK_R_O" = -16; -"@MMK_R_S" = -8; -"@MMK_R_T" = 18; -"@MMK_R_U" = 0; -"@MMK_R_V" = 9; -"@MMK_R_W" = 13; -"@MMK_R_X" = -11; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -37; -"@MMK_R_a.ss04" = -38; -"@MMK_R_asterisk" = 6; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -3; -"@MMK_R_colon.ss01" = -18; -"@MMK_R_comma" = -120; -"@MMK_R_comma.ss01" = -127; -"@MMK_R_degree" = -7; -"@MMK_R_e" = -42; -"@MMK_R_egrave" = -37; -"@MMK_R_eight" = -12; -"@MMK_R_ellipsis" = -238; -"@MMK_R_f" = -2; -"@MMK_R_five" = -14; -"@MMK_R_four" = -52; -"@MMK_R_g" = -35; -"@MMK_R_guillemetleft" = -58; -"@MMK_R_guillemetright" = -16; -"@MMK_R_hyphen" = -47; -"@MMK_R_hyphen.case" = -20; -"@MMK_R_i" = -14; -"@MMK_R_icircumflex" = 52; -"@MMK_R_j" = -13; -"@MMK_R_l" = -9; -"@MMK_R_lslash" = -18; -"@MMK_R_n" = -28; -"@MMK_R_nine" = -7; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -20; -"@MMK_R_parenright" = -18; -"@MMK_R_parenright.case" = -18; -"@MMK_R_percent" = -3; -"@MMK_R_period" = -116; -"@MMK_R_period.ss01" = -114; -"@MMK_R_pi" = -6; -"@MMK_R_plus" = -31; -"@MMK_R_question" = 10; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -35; -"@MMK_R_semicolon" = -3; -"@MMK_R_seven" = 8; -"@MMK_R_slash" = -101; -"@MMK_R_t" = -2; -"@MMK_R_three" = -8; -"@MMK_R_two" = -8; -"@MMK_R_u" = -22; -"@MMK_R_v" = -4; -"@MMK_R_w" = -6; -"@MMK_R_x" = -16; -"@MMK_R_y" = -6; -"@MMK_R_z" = -23; -"@MMK_R_zero" = -16; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -14; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 6; -"@MMK_R_O" = -36; -"@MMK_R_S" = -19; -"@MMK_R_T" = -108; -"@MMK_R_U" = -36; -"@MMK_R_V" = -111; -"@MMK_R_W" = -63; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -143; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -21; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = -153; -"@MMK_R_colon" = 5; -"@MMK_R_comma" = 22; -"@MMK_R_e" = -24; -"@MMK_R_egrave" = -25; -"@MMK_R_eight" = -12; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -35; -"@MMK_R_five" = -19; -"@MMK_R_four" = -18; -"@MMK_R_g" = -13; -"@MMK_R_guillemetleft" = -42; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -29; -"@MMK_R_hyphen.case" = -114; -"@MMK_R_i" = -14; -"@MMK_R_icircumflex" = -14; -"@MMK_R_j" = 28; -"@MMK_R_l" = -14; -"@MMK_R_lslash" = -22; -"@MMK_R_n" = -14; -"@MMK_R_nine" = -19; -"@MMK_R_one" = -95; -"@MMK_R_parenleft" = -18; -"@MMK_R_percent" = -65; -"@MMK_R_period" = 15; -"@MMK_R_pi" = -35; -"@MMK_R_plus" = -95; -"@MMK_R_question" = -88; -"@MMK_R_quotedblleft" = -120; -"@MMK_R_quotedblright" = -247; -"@MMK_R_quoteright" = -120; -"@MMK_R_s" = -9; -"@MMK_R_seven" = -86; -"@MMK_R_slash" = 5; -"@MMK_R_t" = -44; -"@MMK_R_three" = -16; -"@MMK_R_two" = 0; -"@MMK_R_u" = -21; -"@MMK_R_v" = -65; -"@MMK_R_w" = -42; -"@MMK_R_x" = -2; -"@MMK_R_y" = -32; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -31; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -19; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -34; -"@MMK_R_S" = -11; -"@MMK_R_T" = -117; -"@MMK_R_U" = -32; -"@MMK_R_V" = -106; -"@MMK_R_W" = -57; -"@MMK_R_X" = -4; -"@MMK_R_Y" = -156; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asterisk" = -127; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon.ss01" = -10; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -16; -"@MMK_R_eight" = -7; -"@MMK_R_f" = -37; -"@MMK_R_five" = -13; -"@MMK_R_four" = -6; -"@MMK_R_g" = -12; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = -8; -"@MMK_R_hyphen" = -11; -"@MMK_R_hyphen.case" = -102; -"@MMK_R_i" = -17; -"@MMK_R_icircumflex" = -17; -"@MMK_R_j" = 38; -"@MMK_R_l" = -17; -"@MMK_R_lslash" = -17; -"@MMK_R_n" = -17; -"@MMK_R_nine" = -12; -"@MMK_R_one" = -109; -"@MMK_R_parenleft" = -15; -"@MMK_R_parenright" = -19; -"@MMK_R_parenright.case" = -5; -"@MMK_R_percent" = -67; -"@MMK_R_period.ss01" = -10; -"@MMK_R_pi" = -36; -"@MMK_R_plus" = -88; -"@MMK_R_quotedbl" = -127; -"@MMK_R_quotedblleft.ss01" = -127; -"@MMK_R_quoteright.ss01" = -127; -"@MMK_R_s" = -6; -"@MMK_R_seven" = -92; -"@MMK_R_slash" = 22; -"@MMK_R_t" = -47; -"@MMK_R_three" = -10; -"@MMK_R_two" = -2; -"@MMK_R_u" = -18; -"@MMK_R_v" = -57; -"@MMK_R_w" = -40; -"@MMK_R_x" = -5; -"@MMK_R_y" = -27; -"@MMK_R_z" = -4; -"@MMK_R_zero" = -26; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -59; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -72; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 12; -"@MMK_R_U" = 7; -"@MMK_R_V" = 15; -"@MMK_R_W" = 14; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 14; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = -21; -"@MMK_R_asterisk" = 2; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 9; -"@MMK_R_comma" = -120; -"@MMK_R_degree" = -10; -"@MMK_R_e" = -26; -"@MMK_R_egrave" = -23; -"@MMK_R_eight" = -9; -"@MMK_R_ellipsis" = -247; -"@MMK_R_f" = 10; -"@MMK_R_five" = -5; -"@MMK_R_four" = -42; -"@MMK_R_g" = -19; -"@MMK_R_guillemetleft" = -44; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -38; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -6; -"@MMK_R_icircumflex" = 16; -"@MMK_R_j" = -5; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = -16; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -9; -"@MMK_R_parenright.case" = -9; -"@MMK_R_percent" = 4; -"@MMK_R_period" = -116; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -8; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 12; -"@MMK_R_quoteright" = 12; -"@MMK_R_s" = -17; -"@MMK_R_semicolon" = 9; -"@MMK_R_seven" = 21; -"@MMK_R_slash" = -86; -"@MMK_R_t" = 6; -"@MMK_R_three" = -3; -"@MMK_R_two" = 0; -"@MMK_R_u" = -9; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -10; -"@MMK_R_y" = 0; -"@MMK_R_z" = -9; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -57; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -79; -"@MMK_R_O" = -2; -"@MMK_R_S" = -3; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 6; -"@MMK_R_W" = 8; -"@MMK_R_X" = -8; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -5; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -17; -"@MMK_R_asterisk" = 2; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon.ss01" = -10; -"@MMK_R_comma.ss01" = -127; -"@MMK_R_degree" = -11; -"@MMK_R_e" = -21; -"@MMK_R_egrave" = -19; -"@MMK_R_eight" = -13; -"@MMK_R_f" = 0; -"@MMK_R_five" = -8; -"@MMK_R_four" = -37; -"@MMK_R_g" = -16; -"@MMK_R_guillemetleft" = -36; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = -17; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = 36; -"@MMK_R_j" = -6; -"@MMK_R_l" = -2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -18; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -17; -"@MMK_R_percent" = -3; -"@MMK_R_period.ss01" = -127; -"@MMK_R_pi" = -3; -"@MMK_R_plus" = -11; -"@MMK_R_quotedbl" = 4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 8; -"@MMK_R_s" = -15; -"@MMK_R_seven" = 5; -"@MMK_R_slash" = -81; -"@MMK_R_t" = 0; -"@MMK_R_three" = -5; -"@MMK_R_two" = -3; -"@MMK_R_u" = -13; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -14; -"@MMK_R_y" = 0; -"@MMK_R_z" = -15; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -59; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -72; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 12; -"@MMK_R_U" = 7; -"@MMK_R_V" = 15; -"@MMK_R_W" = 14; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 14; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = -21; -"@MMK_R_asterisk" = 2; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 9; -"@MMK_R_comma" = -120; -"@MMK_R_degree" = -10; -"@MMK_R_e" = -26; -"@MMK_R_egrave" = -23; -"@MMK_R_eight" = -9; -"@MMK_R_ellipsis" = -120; -"@MMK_R_f" = 10; -"@MMK_R_five" = -5; -"@MMK_R_four" = -42; -"@MMK_R_g" = -20; -"@MMK_R_guillemetleft" = -44; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -38; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -6; -"@MMK_R_icircumflex" = 16; -"@MMK_R_j" = -5; -"@MMK_R_l" = 0; -"@MMK_R_n" = -16; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -9; -"@MMK_R_parenright.case" = -9; -"@MMK_R_percent" = 4; -"@MMK_R_period" = -116; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -8; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 12; -"@MMK_R_quoteright" = 12; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = 9; -"@MMK_R_seven" = 21; -"@MMK_R_slash" = -86; -"@MMK_R_t" = 6; -"@MMK_R_three" = -3; -"@MMK_R_two" = 0; -"@MMK_R_u" = -9; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -10; -"@MMK_R_y" = 0; -"@MMK_R_z" = -9; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -88; -"@MMK_R_H" = -10; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -80; -"@MMK_R_O" = -19; -"@MMK_R_S" = -7; -"@MMK_R_T" = 10; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 3; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -3; -"@MMK_R_Z" = -7; -"@MMK_R_a" = -46; -"@MMK_R_a.ss04" = -45; -"@MMK_R_asterisk" = 8; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon" = -12; -"@MMK_R_comma" = -120; -"@MMK_R_e" = -50; -"@MMK_R_egrave" = -40; -"@MMK_R_eight" = -12; -"@MMK_R_ellipsis" = -247; -"@MMK_R_f" = -2; -"@MMK_R_five" = -16; -"@MMK_R_four" = -75; -"@MMK_R_g" = -43; -"@MMK_R_guillemetleft" = -67; -"@MMK_R_guillemetright" = -16; -"@MMK_R_hyphen" = -72; -"@MMK_R_hyphen.case" = -34; -"@MMK_R_i" = -15; -"@MMK_R_icircumflex" = 54; -"@MMK_R_j" = -14; -"@MMK_R_l" = -12; -"@MMK_R_lslash" = -20; -"@MMK_R_n" = -29; -"@MMK_R_nine" = -6; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -21; -"@MMK_R_parenright" = -31; -"@MMK_R_parenright.case" = -32; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -116; -"@MMK_R_pi" = -10; -"@MMK_R_plus" = -44; -"@MMK_R_question" = 12; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -42; -"@MMK_R_semicolon" = -12; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = -110; -"@MMK_R_t" = -2; -"@MMK_R_three" = -7; -"@MMK_R_two" = -8; -"@MMK_R_u" = -25; -"@MMK_R_v" = -10; -"@MMK_R_w" = -10; -"@MMK_R_x" = -16; -"@MMK_R_y" = -8; -"@MMK_R_z" = -24; -"@MMK_R_zero" = -17; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -80; -"@MMK_R_H" = -8; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -84; -"@MMK_R_O" = -11; -"@MMK_R_S" = -6; -"@MMK_R_T" = 9; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 2; -"@MMK_R_X" = -15; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -11; -"@MMK_R_a" = -33; -"@MMK_R_a.ss04" = -33; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma.ss01" = -127; -"@MMK_R_e" = -37; -"@MMK_R_egrave" = -35; -"@MMK_R_eight" = -15; -"@MMK_R_f" = 0; -"@MMK_R_five" = -11; -"@MMK_R_four" = -50; -"@MMK_R_g" = -31; -"@MMK_R_guillemetleft" = -48; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -50; -"@MMK_R_hyphen.case" = -17; -"@MMK_R_i" = -18; -"@MMK_R_icircumflex" = 41; -"@MMK_R_j" = -17; -"@MMK_R_l" = -12; -"@MMK_R_lslash" = -22; -"@MMK_R_n" = -23; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -17; -"@MMK_R_parenright" = -18; -"@MMK_R_parenright.case" = -18; -"@MMK_R_percent" = -5; -"@MMK_R_period.ss01" = -127; -"@MMK_R_pi" = -4; -"@MMK_R_plus" = -28; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -29; -"@MMK_R_seven" = 2; -"@MMK_R_slash" = -96; -"@MMK_R_t" = 0; -"@MMK_R_three" = -6; -"@MMK_R_two" = -4; -"@MMK_R_u" = -18; -"@MMK_R_v" = 0; -"@MMK_R_w" = -2; -"@MMK_R_x" = -14; -"@MMK_R_y" = -2; -"@MMK_R_z" = -20; -"@MMK_R_zero" = -12; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -41; -"@MMK_R_I.ss02" = -9; -"@MMK_R_J" = -70; -"@MMK_R_O" = 7; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = -22; -"@MMK_R_W" = -7; -"@MMK_R_X" = -61; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = -20; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -57; -"@MMK_R_bracketright" = -57; -"@MMK_R_colon" = 16; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -78; -"@MMK_R_comma.ss01" = -92; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 6; -"@MMK_R_ellipsis" = -88; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 17; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -18; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = -21; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -18; -"@MMK_R_oslash" = -2; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = -78; -"@MMK_R_period.ss01" = -93; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblleft" = 4; -"@MMK_R_quotedblleft.ss01" = 10; -"@MMK_R_quotedblright" = 9; -"@MMK_R_quoteright" = 9; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 16; -"@MMK_R_sevensuperior" = -25; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -59; -"@MMK_R_t" = 16; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -40; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -79; -"@MMK_R_v" = 13; -"@MMK_R_w" = 11; -"@MMK_R_x" = -4; -"@MMK_R_y" = 14; -"@MMK_R_z" = -5; -"@MMK_R_zero" = 3; -}; -"@MMK_L_s" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 14; -"@MMK_R_T" = -59; -"@MMK_R_U" = 0; -"@MMK_R_V" = -42; -"@MMK_R_W" = -23; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -82; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 14; -"@MMK_R_asciicircum" = -24; -"@MMK_R_asterisk" = -38; -"@MMK_R_braceright" = -45; -"@MMK_R_bracketright" = -44; -"@MMK_R_colon" = 12; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_e" = 8; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = 7; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = 8; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 8; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = -11; -"@MMK_R_onesuperior" = -50; -"@MMK_R_oslash" = 10; -"@MMK_R_parenright" = -56; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = -23; -"@MMK_R_question.ss01" = -37; -"@MMK_R_quotedbl" = -36; -"@MMK_R_quotedblleft" = -21; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -3; -"@MMK_R_quoteright" = -3; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 16; -"@MMK_R_semicolon" = 12; -"@MMK_R_sevensuperior" = -54; -"@MMK_R_sixsuperior" = -21; -"@MMK_R_slash" = -10; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -15; -"@MMK_R_trademark" = -64; -"@MMK_R_twosuperior" = -12; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -19; -"@MMK_R_v" = -5; -"@MMK_R_w" = 0; -"@MMK_R_x" = -16; -"@MMK_R_y" = -13; -"@MMK_R_z" = 9; -"@MMK_R_zero" = 7; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -75; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = -69; -"@MMK_R_O" = -3; -"@MMK_R_S" = 0; -"@MMK_R_T" = 20; -"@MMK_R_U" = 13; -"@MMK_R_V" = 18; -"@MMK_R_W" = 21; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 12; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -44; -"@MMK_R_a.ss04" = -44; -"@MMK_R_asterisk" = 15; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -17; -"@MMK_R_comma" = -88; -"@MMK_R_comma.ss01" = -109; -"@MMK_R_degree" = 0; -"@MMK_R_e" = -48; -"@MMK_R_egrave" = -25; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -101; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -64; -"@MMK_R_g" = -39; -"@MMK_R_guillemetleft" = -58; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -36; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 58; -"@MMK_R_j" = 0; -"@MMK_R_n" = -21; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 8; -"@MMK_R_parenleft" = -9; -"@MMK_R_parenright" = -6; -"@MMK_R_parenright.case" = -7; -"@MMK_R_percent" = 10; -"@MMK_R_period" = -88; -"@MMK_R_period.ss01" = -110; -"@MMK_R_pi" = -2; -"@MMK_R_plus" = -43; -"@MMK_R_question" = 26; -"@MMK_R_quotedbl" = 10; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 11; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -38; -"@MMK_R_semicolon" = -4; -"@MMK_R_seven" = 24; -"@MMK_R_slash" = -96; -"@MMK_R_t" = 0; -"@MMK_R_three" = -3; -"@MMK_R_two" = 0; -"@MMK_R_u" = -14; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -9; -"@MMK_R_y" = -2; -"@MMK_R_z" = -16; -"@MMK_R_zero" = 0; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -33; -}; -"@MMK_L_six" = { -"@MMK_R_A" = -11; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 15; -"@MMK_R_S" = 13; -"@MMK_R_T" = -2; -"@MMK_R_U" = 8; -"@MMK_R_V" = -9; -"@MMK_R_W" = 0; -"@MMK_R_X" = -28; -"@MMK_R_Y" = -27; -"@MMK_R_Z" = 3; -"@MMK_R_a" = 8; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_degree" = -12; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eight" = 18; -"@MMK_R_ellipsis" = -22; -"@MMK_R_f" = 0; -"@MMK_R_five" = 7; -"@MMK_R_four" = 15; -"@MMK_R_g" = 8; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 16; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 28; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 8; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 15; -"@MMK_R_parenright" = -45; -"@MMK_R_parenright.case" = -44; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -11; -"@MMK_R_period.ss01" = -21; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -2; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -23; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 9; -"@MMK_R_u" = 5; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 12; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -105; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = -78; -"@MMK_R_O" = -31; -"@MMK_R_S" = -22; -"@MMK_R_T" = 4; -"@MMK_R_U" = 4; -"@MMK_R_V" = 9; -"@MMK_R_W" = 11; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 7; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -55; -"@MMK_R_a.ss04" = -57; -"@MMK_R_asterisk" = -2; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -30; -"@MMK_R_colon.ss01" = -36; -"@MMK_R_comma" = -109; -"@MMK_R_comma.ss01" = -119; -"@MMK_R_e" = -59; -"@MMK_R_egrave" = -44; -"@MMK_R_eight" = -20; -"@MMK_R_ellipsis" = -119; -"@MMK_R_f" = -17; -"@MMK_R_five" = -11; -"@MMK_R_four" = -63; -"@MMK_R_g" = -52; -"@MMK_R_guillemetleft" = -71; -"@MMK_R_guillemetright" = -34; -"@MMK_R_hyphen" = -62; -"@MMK_R_hyphen.case" = -44; -"@MMK_R_i" = -10; -"@MMK_R_icircumflex" = 30; -"@MMK_R_j" = -4; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -10; -"@MMK_R_n" = -39; -"@MMK_R_nine" = -22; -"@MMK_R_one" = -16; -"@MMK_R_parenleft" = -32; -"@MMK_R_parenright" = -12; -"@MMK_R_parenright.case" = -12; -"@MMK_R_percent" = -16; -"@MMK_R_period" = -111; -"@MMK_R_period.ss01" = -119; -"@MMK_R_pi" = -28; -"@MMK_R_plus" = -58; -"@MMK_R_question" = -11; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -51; -"@MMK_R_seven" = 7; -"@MMK_R_slash" = -127; -"@MMK_R_t" = -20; -"@MMK_R_three" = -24; -"@MMK_R_two" = -22; -"@MMK_R_u" = -33; -"@MMK_R_v" = -25; -"@MMK_R_w" = -26; -"@MMK_R_x" = -35; -"@MMK_R_y" = -23; -"@MMK_R_z" = -38; -"@MMK_R_zero" = -29; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -2; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -13; -"@MMK_R_V" = -20; -"@MMK_R_W" = -4; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -6; -"@MMK_R_asterisk" = -6; -"@MMK_R_braceright" = -25; -"@MMK_R_bracketright" = -25; -"@MMK_R_colon" = 16; -"@MMK_R_colon.ss01" = 3; -"@MMK_R_comma" = 17; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 11; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -3; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -13; -"@MMK_R_icircumflex" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 29; -"@MMK_R_l.ss03" = 9; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -31; -"@MMK_R_parenright" = -36; -"@MMK_R_period" = 18; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 17; -"@MMK_R_sevensuperior" = -32; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -44; -"@MMK_R_twosuperior" = -6; -"@MMK_R_underscore" = 19; -"@MMK_R_v" = 4; -"@MMK_R_w" = 8; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_three" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 12; -"@MMK_R_S" = 19; -"@MMK_R_T" = -5; -"@MMK_R_U" = 6; -"@MMK_R_V" = -13; -"@MMK_R_W" = -4; -"@MMK_R_X" = -17; -"@MMK_R_Y" = -26; -"@MMK_R_Z" = 11; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 11; -"@MMK_R_asterisk" = -2; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_degree" = -14; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 13; -"@MMK_R_eight" = 21; -"@MMK_R_ellipsis" = -12; -"@MMK_R_f" = 5; -"@MMK_R_five" = 14; -"@MMK_R_four" = 13; -"@MMK_R_g" = 10; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 14; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 28; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 15; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 16; -"@MMK_R_parenright" = -47; -"@MMK_R_parenright.case" = -39; -"@MMK_R_percent" = -3; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -12; -"@MMK_R_pi" = 4; -"@MMK_R_plus" = -5; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = 9; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -13; -"@MMK_R_t" = 2; -"@MMK_R_three" = 10; -"@MMK_R_two" = 10; -"@MMK_R_u" = 8; -"@MMK_R_v" = 0; -"@MMK_R_w" = 9; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 13; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 6; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 11; -"@MMK_R_T" = -3; -"@MMK_R_U" = 3; -"@MMK_R_V" = -11; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -27; -"@MMK_R_Z" = 10; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 6; -"@MMK_R_comma" = 23; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_degree" = -9; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = 9; -"@MMK_R_ellipsis" = -2; -"@MMK_R_f" = 11; -"@MMK_R_five" = 3; -"@MMK_R_four" = 0; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -8; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 32; -"@MMK_R_j" = 22; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 15; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 2; -"@MMK_R_parenright" = -31; -"@MMK_R_parenright.case" = -3; -"@MMK_R_percent" = 2; -"@MMK_R_period" = 23; -"@MMK_R_period.ss01" = -7; -"@MMK_R_pi" = 11; -"@MMK_R_plus" = -11; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 22; -"@MMK_R_seven" = 7; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 8; -"@MMK_R_three" = 0; -"@MMK_R_two" = 15; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 10; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 13; -"@MMK_R_zero" = 5; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -46; -"@MMK_R_H" = -3; -"@MMK_R_I.ss02" = -4; -"@MMK_R_O" = 0; -"@MMK_R_S" = -8; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -21; -"@MMK_R_Y" = -6; -"@MMK_R_Z" = -11; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma" = -120; -"@MMK_R_comma.ss01" = -127; -"@MMK_R_fraction" = 17; -"@MMK_R_guillemetleft" = -22; -"@MMK_R_guillemetright" = -23; -"@MMK_R_hyphen" = -3; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -28; -"@MMK_R_parenright.case" = -28; -"@MMK_R_period" = -116; -"@MMK_R_period.ss01" = -127; -"@MMK_R_plus" = -6; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 4; -"@MMK_R_quoteright" = 4; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -68; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -60; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -46; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 9; -"@MMK_R_V" = -18; -"@MMK_R_W" = 0; -"@MMK_R_X" = -57; -"@MMK_R_Y" = -42; -"@MMK_R_Z" = -14; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = -14; -"@MMK_R_asciicircum" = -3; -"@MMK_R_asterisk" = 9; -"@MMK_R_braceright" = -55; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = -49; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -14; -"@MMK_R_egrave" = -14; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -63; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 17; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -19; -"@MMK_R_foursuperior" = 5; -"@MMK_R_g" = -8; -"@MMK_R_g.ss05" = -8; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -19; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -25; -"@MMK_R_oslash" = -14; -"@MMK_R_parenright" = -49; -"@MMK_R_period" = -49; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 7; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = -6; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = -31; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -72; -"@MMK_R_t" = 16; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -45; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = 8; -"@MMK_R_underscore" = -73; -"@MMK_R_v" = 18; -"@MMK_R_w" = 17; -"@MMK_R_x" = 0; -"@MMK_R_y" = 16; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -34; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -27; -"@MMK_R_O" = 8; -"@MMK_R_S" = 11; -"@MMK_R_T" = 0; -"@MMK_R_U" = 7; -"@MMK_R_V" = -19; -"@MMK_R_W" = 0; -"@MMK_R_X" = -44; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = -4; -"@MMK_R_a" = -5; -"@MMK_R_a.ss04" = -5; -"@MMK_R_asciicircum" = -3; -"@MMK_R_asterisk" = 5; -"@MMK_R_braceright" = -53; -"@MMK_R_bracketright" = -49; -"@MMK_R_colon" = 19; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = -32; -"@MMK_R_comma.ss01" = -41; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -5; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -43; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 19; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -4; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -4; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -23; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -46; -"@MMK_R_period" = -33; -"@MMK_R_period.ss01" = -43; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 19; -"@MMK_R_sevensuperior" = -31; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -38; -"@MMK_R_t" = 19; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -45; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -44; -"@MMK_R_v" = 17; -"@MMK_R_w" = 19; -"@MMK_R_x" = 0; -"@MMK_R_y" = 18; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 8; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 10; -"@MMK_R_O" = -4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -4; -"@MMK_R_U" = -2; -"@MMK_R_V" = -28; -"@MMK_R_W" = -16; -"@MMK_R_X" = 5; -"@MMK_R_Y" = -53; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -24; -"@MMK_R_a.ss04" = -7; -"@MMK_R_asciicircum" = -20; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 14; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -28; -"@MMK_R_egrave" = -28; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = -35; -"@MMK_R_foursuperior" = -7; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -42; -"@MMK_R_guillemetright" = 3; -"@MMK_R_hyphen" = -48; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -6; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -7; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -20; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -38; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -37; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -6; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = -27; -"@MMK_R_quoteright" = -27; -"@MMK_R_quoteright.ss01" = -17; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -41; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = 2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -26; -"@MMK_R_trademark" = -59; -"@MMK_R_twosuperior" = -34; -"@MMK_R_u" = -5; -"@MMK_R_underscore" = 33; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 10; -"@MMK_R_y" = 0; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 0; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -59; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -51; -"@MMK_R_O" = 3; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 10; -"@MMK_R_V" = -20; -"@MMK_R_W" = -2; -"@MMK_R_X" = -58; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = -15; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = -16; -"@MMK_R_asciicircum" = -3; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = -51; -"@MMK_R_bracketright" = -51; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -54; -"@MMK_R_comma.ss01" = -69; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -17; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -69; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 16; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -22; -"@MMK_R_foursuperior" = 6; -"@MMK_R_g" = -11; -"@MMK_R_g.ss05" = -11; -"@MMK_R_guillemetleft" = -26; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -22; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -25; -"@MMK_R_oslash" = -16; -"@MMK_R_parenright" = -47; -"@MMK_R_period" = -55; -"@MMK_R_period.ss01" = -70; -"@MMK_R_question" = 8; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = -7; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = -31; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -82; -"@MMK_R_t" = 16; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -45; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = -83; -"@MMK_R_v" = 19; -"@MMK_R_w" = 18; -"@MMK_R_x" = 0; -"@MMK_R_y" = 15; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 4; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 2; -"@MMK_R_T" = -20; -"@MMK_R_U" = 0; -"@MMK_R_V" = -31; -"@MMK_R_W" = -12; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -56; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -14; -"@MMK_R_asterisk" = -9; -"@MMK_R_braceright" = -26; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 3; -"@MMK_R_comma" = 22; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -6; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = 3; -"@MMK_R_hyphen" = -13; -"@MMK_R_j" = 24; -"@MMK_R_l.ss03" = 3; -"@MMK_R_lslash" = -2; -"@MMK_R_ninesuperior" = -13; -"@MMK_R_one" = -3; -"@MMK_R_onesuperior" = -35; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -36; -"@MMK_R_period" = 23; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = -21; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 21; -"@MMK_R_sevensuperior" = -38; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -50; -"@MMK_R_twosuperior" = -13; -"@MMK_R_underscore" = 24; -"@MMK_R_v" = 4; -"@MMK_R_w" = 5; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = -19; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = -3; -"@MMK_R_O" = 24; -"@MMK_R_S" = 10; -"@MMK_R_T" = -13; -"@MMK_R_U" = 9; -"@MMK_R_V" = -23; -"@MMK_R_W" = -11; -"@MMK_R_X" = -38; -"@MMK_R_Y" = -38; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 16; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asterisk" = -7; -"@MMK_R_bracketright" = -24; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -18; -"@MMK_R_comma.ss01" = -29; -"@MMK_R_degree" = -17; -"@MMK_R_e" = 15; -"@MMK_R_egrave" = 15; -"@MMK_R_eight" = 11; -"@MMK_R_ellipsis" = -31; -"@MMK_R_f" = 13; -"@MMK_R_five" = 9; -"@MMK_R_four" = 14; -"@MMK_R_g" = 17; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 17; -"@MMK_R_hyphen.case" = 25; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 24; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 11; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -63; -"@MMK_R_parenright.case" = -60; -"@MMK_R_percent" = -4; -"@MMK_R_period" = -20; -"@MMK_R_period.ss01" = -29; -"@MMK_R_pi" = 15; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 20; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -29; -"@MMK_R_t" = 10; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 9; -"@MMK_R_v" = 5; -"@MMK_R_w" = 9; -"@MMK_R_x" = -2; -"@MMK_R_y" = 2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 23; +wcircumflex = { +p = -2; }; -A = { -Dcroat = -17; -Eth = -17; -Iogonek = 6; -Jcircumflex = 8; -Lslash = -3; -Tbar = -63; -Tcedilla = -73; -Ycircumflex = -99; -Ydieresis = -99; -Ydieresis.ss01 = -99; -Ydotbelow = -99; -Ydotbelow.ss01 = -99; -Ygrave = -99; -ampersand = -6; -asciitilde = -60; -at = -19; -backslash = -88; -dollar = -19; -eight = -2; -equal = -17; -five = -8; -gbreve.ss06 = 9; -germandbls = -26; -jcircumflex = 12; -less = -13; -logicalnot = -55; -minus = -46; -multiply = -30; -nine = -6; -numbersign = -13; -ordfeminine = -74; -ordmasculine = -75; -parenleft = -8; -parenleft.case = -21; -plus = -41; -quotedbl = -81; -quotedblleft.ss01 = -55; -quoteleft = -64; -quoteright.ss01 = -49; -registered = -59; -seven = -55; -three = -8; -two = 14; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -97; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -67; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -59; +"@MMK_R_KO_Y" = -119; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = 4; +"@MMK_R_KO_one" = -87; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 15; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -99; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -70; +"@MMK_R_KO_foursuperior" = -96; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_question" = -122; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -43; +"@MMK_R_KO_quotedbl" = -72; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_plus" = -9; +}; +Umacron = { +Hbar = 19; }; -Aacute = { -Dcroat = -17; -Eth = -17; -Tbar = -63; -Tcedilla = -73; -registered = -59; +Zcaron = { +Dcroat = -19; +igrave = 39; +endash.case = -26; }; -Abreve = { -Tcedilla = -73; -V = -96; +sixinferior = { +T = -108; +W = -53; +parenright = -59; +bracketright = -25; }; -Acircumflex = { -T = -73; -Tcedilla = -73; -Tcommaaccent = -73; -V = -90; -Y = -93; -Ydieresis = -93; -Ydotbelow = -93; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_zero" = -28; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = -49; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -40; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -30; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_endash.case" = -66; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -17; +"@MMK_R_KO_plus" = -72; +"@MMK_R_KO_percent" = -19; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = -4; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_five" = 20; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -22; +"@MMK_R_KO_plus" = -3; +"@MMK_R_KO_percent" = -21; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 22; +"@MMK_R_KO_Oacute" = 22; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 27; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 38; +"@MMK_R_KO_imacron" = 44; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 24; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = -6; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -Acircumflexacute = { -T = -73; -Y = -94; +Idotaccent = { +l.ss04 = 25; }; -Acircumflexdotbelow = { -T = -73; -Y = -93; +zero.dnom = { +question = -105; +question.ss01 = -102; +parenright = -70; +parenright.case = -45; +quotedblleft = -95; +quotedblright = -68; +quoteleft = -100; +quoteright = -68; +quotedbl = -123; +quotesingle = -93; +quotedblleft.ss01 = -79; +quoteleft.ss01 = -79; +quotedblright.ss01 = -76; +quoteright.ss01 = -76; +degree = -148; }; -Acircumflexdotbelow.ss01 = { -T = -73; -Y = -93; +I = { +I = 0; +Hbar = 42; +hbar = 18; +igrave = 30; +jcircumflex = 47; +logicalnot = -36; }; -Acircumflexgrave = { -Y = -94; +uhornhookabove = { +a = -16; +a.ss05 = -16; +period = -25; +comma = -25; +ellipsis = -39; +period.ss01 = -39; +ellipsis.ss01 = -39; +comma.ss01 = -40; +parenright = -23; +bracketright = 0; +quotedblright = 7; +quotedbl = 24; }; -Acircumflexhookabove = { -Y = -94; +Idieresis = { +Icircumflex = 47; +Idieresis = 47; +idieresis = 62; +parenright = 0; +parenright.case = 6; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -115; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -58; +"@MMK_R_KO_J" = -80; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -44; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -158; +"@MMK_R_KO_a" = -99; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -102; +"@MMK_R_KO_eacute" = -46; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -97; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -74; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_s" = -96; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_u" = -73; +"@MMK_R_KO_uacute" = -53; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_x" = -75; +"@MMK_R_KO_y" = -62; +"@MMK_R_KO_z" = -59; +"@MMK_R_KO_l.ss03" = -6; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = -102; +"@MMK_R_KO_t_t.liga" = -45; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_four" = -125; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -53; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_colon" = -71; +"@MMK_R_KO_semicolon" = -79; +"@MMK_R_KO_ellipsis" = -160; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -43; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = -133; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = -119; +"@MMK_R_KO_endash" = -102; +"@MMK_R_KO_underscore" = -154; +"@MMK_R_KO_hyphen.case" = -84; +"@MMK_R_KO_parenleft" = -54; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -40; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -116; +"@MMK_R_KO_guillemetright" = -83; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -63; }; -Acircumflextilde = { -Y = -92; +Ecircumflexdotbelow.ss01 = { +T = 8; }; -Adieresis = { -T = -73; -Tcedilla = -73; -V = -93; -Y = -97; -Ydieresis = -97; -registered = -59; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -97; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 5; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 17; +"@MMK_R_KO_s" = 20; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -92; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -79; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -56; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_backslash" = -47; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -44; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_braceright" = -55; +"@MMK_R_KO_bracketright" = -43; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -51; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -33; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -67; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = -3; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = -46; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_question" = -28; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -46; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -68; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_degree" = -31; +"@MMK_R_KO_plus" = -15; +"@MMK_R_KO_percent" = -20; }; -Adieresis.ss01 = { -Ydieresis.ss01 = -96; +one = { +icircumflex = 54; +three = 0; +multiply = -11; +equal = 0; +notequal = -17; +asciicircum = -21; }; -Amacron = { -T = -73; -Tcedilla = -73; -V = -90; -Y = -93; -Ycircumflex = -93; +gdotaccent.ss06 = { +gdotaccent.ss06 = 20; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -35; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -78; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = -20; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -32; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss03" = -12; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_g.ss06" = -17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -54; +"@MMK_R_KO_comma" = -55; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -17; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_exclam" = -18; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -53; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -99; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -77; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_parenright.case" = -76; +"@MMK_R_KO_bracketright.case" = -51; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -60; }; -Aogonek = { -Lslash = -3; -comma = 44; -comma.ss01 = 27; -parenright = 20; -period = 22; -semicolon = 42; +lcaron.ss04 = { +ncaron = 32; +scaron = 54; +exclam.ss01 = 84; }; -Aring = { -Tcedilla = -73; -V = -96; -Ydieresis = -99; -Ydieresis.ss01 = -99; +Gdotaccent = { +Hbar = 51; }; -Atilde = { -V = -96; -Y = -99; -ordfeminine = -74; +fl = { +Hbar = 42; +l = 0; +idieresis = 32; +jcircumflex = 20; +periodcentered.loclCAT = 20; }; -B = { -Hbar = 38; -Lslash = 18; -OE = 11; -Oslash = 11; -Tcedilla = -4; -acircumflexacute.ss05 = 12; -ampersand = 20; -eight = 22; -five = 15; -greater = 24; -hbar = 20; +quotedbl = { +Dcroat = -25; +Hbar = 28; +Lslash = -30; +hbar = 2; +igrave = 0; +icircumflex = 15; idieresis = 42; -jcircumflex = 33; -minus = -12; -nine = 15; -parenleft = 15; -plus = -3; -three = 10; -two = 6; -}; -C = { -Lslash = 0; -OE = 0; -Tcedilla = -5; -ampersand = 0; -bracketright.case = -28; -dollar = 0; -eight = 13; -five = 5; -greater = 16; -minus = -5; -nine = 2; -numbersign = 0; -plus = -4; -seven = 2; -three = 7; -two = 14; +imacron = 47; +jcircumflex = 6; +x = -42; +idieresis.ss01 = 38; +g.ss06 = -72; +gcommaaccent.ss06 = -70; +gdotaccent.ss06 = -63; +gdotaccent.ss01.ss06 = -66; +mu = -53; +exclamdown = -67; +questiondown = -162; +backslash = 8; +questiondown.case = -106; +ellipsis.ss01 = -228; +exclamdown.ss01 = -70; +questiondown.ss01 = -152; +underscore = -219; +parenleft = -36; +braceleft = -52; +ampersand = -58; +sterling = -48; +minus = -58; +lessequal = -51; +asciitilde = -103; }; -Ccircumflex = { -jcircumflex = 27; +O = { +Dcroat = 30; +Eth = 30; +Hbar = 45; +Lslash = 34; +Tbar = -4; +idieresis = 18; +parenleft.case = 18; +braceright.case = -51; +less = 25; }; -Cdotaccent = { -Hbar = 38; +Zdotaccent.ss01 = { +Hbar = 56; +endash.case = -26; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = -97; +"@MMK_R_KO_U" = -31; +"@MMK_R_KO_V" = -106; +"@MMK_R_KO_W" = -72; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -106; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -67; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_v" = -76; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -27; +"@MMK_R_KO_t_t.liga" = -67; +"@MMK_R_KO_pi" = -45; +"@MMK_R_KO_zero" = -30; +"@MMK_R_KO_one" = -88; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -13; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_five" = -15; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = -82; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_sixsuperior" = -106; +"@MMK_R_KO_onesuperior" = -106; +"@MMK_R_KO_foursuperior" = -106; +"@MMK_R_KO_sevensuperior" = -106; +"@MMK_R_KO_ninesuperior" = -106; +"@MMK_R_KO_asterisk" = -106; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -86; +"@MMK_R_KO_hyphen.case" = -106; +"@MMK_R_KO_endash.case" = -106; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -106; +"@MMK_R_KO_quotesingle" = -93; +"@MMK_R_KO_quotedblleft.ss01" = -106; +"@MMK_R_KO_quotedblright.ss01" = -106; }; -D = { -Dcroat = 22; -Eth = 22; -Hbar = 26; -Jcircumflex = -9; -Lslash = 21; -OE = 25; -Oslash = 25; -Ycircumflex = -43; -ampersand = 0; -at = 15; -bracketright.case = -34; -eight = 9; -equal = 9; -five = 8; -idotbelow = 3; -lacute = 4; -less = 31; -nine = 14; -parenleft = 22; +braceleft = { +p = 0; +x = 0; +parenleft = -26; +braceright = 30; +at = -53; +minus = -94; +logicalnot = -95; +asciicircum = -63; }; -Dcroat = { -Dcroat = 22; -acircumflexacute.ss05 = 0; -idotbelow = 3; -ihookabove = 3; +rcaron = { +I.ss02 = 0; +onesuperior = -15; +twosuperior = 8; +sevensuperior = 0; +parenright = 0; }; -E = { -H = 0; -Hbar = 38; -Iogonek = 2; -Jcircumflex = 0; -Tcedilla = 8; -asciitilde = -48; -backslash = 19; -eight = 11; -equal = 0; -exclam.ss01 = 17; -gbreve.ss06 = 16; +f_f_i.liga = { +hbar = 19; +idieresis = 32; +jcircumflex = 20; germandbls = 0; -idieresis = 60; -idieresis.ss01 = 53; -jcircumflex = 57; -minus = -32; -multiply = -21; -numbersign = 0; -registered = -14; -seven = 8; -three = 3; -two = 11; -}; -Ecircumflex = { -Icircumflex = 5; +logicalnot = -40; }; -Ecircumflexdotbelow = { -C = -7; -T = 8; -comma = 25; -period = 25; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_Oacute" = -45; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -120; +"@MMK_R_KO_U" = -37; +"@MMK_R_KO_V" = -125; +"@MMK_R_KO_W" = -81; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -168; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -64; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -84; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_y" = -42; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -18; +"@MMK_R_KO_t_t.liga" = -65; +"@MMK_R_KO_pi" = -45; +"@MMK_R_KO_zero" = -38; +"@MMK_R_KO_one" = -111; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -48; +"@MMK_R_KO_seven" = -102; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -21; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_question" = -116; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_hyphen" = -26; +"@MMK_R_KO_endash" = -62; +"@MMK_R_KO_hyphen.case" = -138; +"@MMK_R_KO_endash.case" = -230; +"@MMK_R_KO_quotedblleft" = -238; +"@MMK_R_KO_quotedblright" = -238; +"@MMK_R_KO_quoteleft" = -116; +"@MMK_R_KO_quoteright" = -110; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_plus" = -133; +"@MMK_R_KO_percent" = -100; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -25; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -37; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = 48; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -45; +"@MMK_R_KO_t" = -34; +"@MMK_R_KO_u" = -48; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -48; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_t_t.liga" = -33; +"@MMK_R_KO_pi" = -41; +"@MMK_R_KO_zero" = -29; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = -40; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -18; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -34; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -65; +"@MMK_R_KO_bracketright" = 42; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -69; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -73; +"@MMK_R_KO_percent" = -18; }; -Ecircumflexdotbelow.ss01 = { -T = 8; +logicalnot = { +one = -62; +two = -42; +seven = -56; +nine = -29; +parenright = -90; +parenright.case = -79; +v = -43; +x = -65; +y = -48; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 55; +"@MMK_R_KO_imacron" = 61; +"@MMK_R_KO_itilde" = 66; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = -9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -6; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_backslash" = 30; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -22; }; -Ecircumflexgrave = { -comma = 25; -period = 25; +ydotbelow = { +ecircumflexdotbelow = -30; +period = -86; +comma = -22; +parenright = -5; }; -Ecircumflexhookabove = { -comma = 25; -period = 25; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 11; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 33; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_backslash" = -22; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = -19; +}; +idotless = { +T = -24; }; -Ecircumflextilde = { -comma = 25; +acircumflexhookabove.ss05 = { +y = -39; }; -Edieresis = { -Idieresis = 10; +Iogonek.ss02 = { +iogonek = 49; +j = 54; +j.ss01 = 51; +endash.case = -55; }; -Edotaccent = { -scaron = 6; +aogonek = { +j = 14; +j.ss01 = 14; +parenright = 0; +bracketright = 0; }; -Emacron = { -Imacron = 13; -gcommaaccent.ss06 = 16; +ldot.ss01.ss03 = { +period.ss01 = -101; +comma.ss01 = -101; }; -Eogonek = { -comma = 32; -parenright = 20; -period = 25; +Idotbelow = { +j = 31; }; -Eth = { -Eth = 22; -Oslash = 25; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 39; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 16; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 3; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -27; }; -F = { -Hbar = 46; -adieresis = -7; -ampersand = -25; -backslash = 32; -eight = 0; -eightinferior = -32; -ellipsis.ss01 = -115; -fiveinferior = -34; -fourinferior = -59; -iacute = -3; -idieresis = 69; -nine = 0; -numbersign = 0; -seven = 22; -sixinferior = -32; -three = -4; -threeinferior = -25; -two = -4; -twoinferior = -25; -udieresis = 0; +Tbar = { +A = -91; +Aacute = -91; +T = 9; +Tbar = 12; +a = -50; +a.ss05 = -58; +e = -50; +o = -49; +oslash = -48; +tbar = -24; +period = -110; +comma = -114; +slash = -98; +period.ss01 = -105; +comma.ss01 = -105; +hyphen = -49; +guillemetleft = -60; +guilsinglleft = -60; }; -G = { -Eth = 0; -Hbar = 20; -Lslash = 15; -Oslash = 12; -Ycircumflex = -45; -backslash = -19; -eight = 13; -hbar = 8; -jcircumflex = 25; -parenleft = 11; -three = 0; -two = 11; +itilde = { +exclam.ss01 = 45; +quotedbl = 47; }; -G.ss07 = { -Hbar = 29; -Lslash = 21; -Oslash = 22; -eight = 11; -hbar = 9; +Idotaccent.ss01 = { +l.ss04 = 25; }; -Germandbls = { -A = -2; -E = 0; -G = 11; -I = 0; -L = 0; -S = 18; -T = -3; -Z = 13; -a = 14; -hyphen = 21; -parenright = -10; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 11; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -17; +"@MMK_R_KO_plus" = -15; +"@MMK_R_KO_percent" = -15; }; -H = { -H = 0; -O = 0; +ibreve = { T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 27; -endash = 0; -exclam = 0; -greater = 9; -hyphen = 0; -ibreve = 28; -jcircumflex = 38; -l = 0; -n = 0; -o = 0; -s = 0; -x = 0; +parenright = 0; +quotesingle = 29; }; -Hbar = { -B = 26; -D = 26; -E = 26; -F = 26; -Gdotaccent = 24; -H = 26; -Hbar = 82; -I = 26; -I.ss02 = 38; -K = 26; -L = 26; -M = 26; -N = 26; -O = 25; -Q = 25; -R = 26; -S = 39; -T = 43; -U = 36; -W = 44; -Zdotaccent = 32; -b = 29; -exclam = 46; -i = 24; -i.ss01 = 24; -idotaccent = 24; -j = 27; -l = 29; -l.ss04 = 70; -ninesuperior = 36; -question = 40; -quotedblright = 39; -quoteright = 39; -quotesingle = 37; -sixsuperior = 43; -u = 14; -w = 24; +multiply = { +one = -5; +seven.numr = -61; +parenright = -84; +parenright.case = -81; +A = -42; +J = -42; +T = -41; +V = -44; +X = -75; +Y = -82; +p = -16; }; -I = { -Hbar = 26; -backslash = 27; -greater = 9; -jcircumflex = 38; +Ccircumflex = { +jcircumflex = 27; }; -I.ss02 = { -Dcroat = -25; -Eth = -25; -Tcedilla = 10; -jcircumflex = 56; -logicalnot = -101; -minus = -71; -plus = -71; +q = { +j = 27; +j.ss01 = 27; +comma = 0; +slash = 18; +parenright = 0; +braceright = -2; +bracketright = 0; }; -Iacute = { -Igrave = 43; -Rcaron = 0; -Tcaron = 0; -U = 3; -comma.ss01 = -20; -l.ss04 = 29; -parenright = 2; -period.ss01 = -21; +tcaron = { +a = -10; +b = 34; +h = 34; +k = 34; +l = 34; +o = -11; +f = 4; +i = 33; +j = 31; +sixsuperior = 60; +onesuperior = 31; +twosuperior = 55; +threesuperior = 56; +fivesuperior = 66; +sevensuperior = 42; +eightsuperior = 70; +ninesuperior = 51; +period = -3; +comma = -3; +colon = 4; +exclam = 66; +question = 15; +exclam.ss01 = 56; +hyphen = -32; +parenright = 35; +bracketright = 64; +quotedblleft = 28; +quotedblright = 67; +quoteleft = 30; +guillemetleft = -27; +guilsinglleft = -27; +quotedbl = 71; +quotesingle = 71; +quotedblleft.ss01 = 45; +quoteleft.ss01 = 45; +quotedblright.ss01 = 87; }; -Iacute.ss02 = { -Eth = -25; +uogonek = { +j = 14; +j.ss01 = 14; +parenright = 0; +bracketright = 0; }; -Ibreve = { -Imacron = 97; +seven.dnom = { +period = -39; +comma = -41; +question = -114; +period.ss01 = -44; +comma.ss01 = -45; +question.ss01 = -113; +parenright = -73; +parenright.case = -60; +quotedblleft = -36; +quotedblright = -16; +quoteleft = -39; +quoteright = -16; +quotedbl = -85; +quotesingle = -85; +quotedblleft.ss01 = -22; +quoteleft.ss01 = -22; +quotedblright.ss01 = -40; +quoteright.ss01 = -40; +degree = -92; }; -Icircumflex = { -Icircumflex = 111; -bracketright = 36; -icircumflex = 38; -l.ss04 = 29; -parenright = 47; -parenright.case = 46; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -47; +"@MMK_R_KO_Oacute" = -47; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = -47; +"@MMK_R_KO_S" = -35; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_zero" = -52; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -37; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -59; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -31; +"@MMK_R_KO_nine" = -41; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_foursuperior" = -50; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -71; +"@MMK_R_KO_endash.case" = -64; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -50; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -49; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -41; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -46; +"@MMK_R_KO_plus" = -77; +"@MMK_R_KO_percent" = -51; +}; +Igrave.ss02 = { +igrave = 42; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 64; +"@MMK_R_KO_imacron" = 69; +"@MMK_R_KO_itilde" = 74; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = -9; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -72; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_quoteright.ss01" = 7; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -12; }; -Idieresis = { -Idieresis = 122; -Igrave = 68; -idieresis = 47; -parenright = 23; +Amacron = { +endash.case = -44; }; -Idieresis.ss01 = { -Idieresis.ss01 = 104; -Igrave = 71; +hyphen = { +Dcroat = 23; +Lslash = 37; +Oslash = 15; +x = -67; +l.ss03 = 2; +mu = 0; +zero.numr = -45; +one.numr = -64; +three.numr = -34; +four.numr = -106; +five.numr = -38; +six.numr = -44; +seven.numr = -51; +eight.numr = -32; +nine.numr = -50; +threesuperior = -29; +fivesuperior = -33; +eightsuperior = -25; +colon = -26; +semicolon = -29; +questiondown = -34; +question.ss01 = -109; +questiondown.ss01 = -31; +parenleft = 14; +braceright = -80; +quotesinglbase = -23; +quotedblbase = -23; +quotedblbase.ss01 = -7; +quoteleft.ss01 = -21; +quoteright.ss01 = -15; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -79; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 23; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -45; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -88; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -53; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = -12; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -72; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_backslash" = -53; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -59; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = -63; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_braceright" = -65; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -58; +"@MMK_R_KO_quotesingle" = -58; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -91; +"@MMK_R_KO_asciicircum" = -46; }; -Idieresis.ss02 = { -idieresis = 60; +l = { +Hbar = 42; +l = 0; +hbar = 13; +igrave = 7; +ibreve = 28; +icaron = 27; +idieresis = 32; +jcircumflex = 20; +periodcentered.loclCAT = 20; +at = 0; +notequal = -17; +logicalnot = -40; }; -Idotaccent = { -l.ss04 = 29; +registered = { +period = -110; +comma = -116; +slash = -85; +period.ss01 = -106; +comma.ss01 = -107; +parenright = -66; +parenright.case = -66; +trademark = -37; }; -Idotaccent.ss01 = { -l.ss04 = 29; -period.ss01 = -21; +quotedblright.ss01 = { +icircumflex = 24; +g.ss06 = -62; +mu = -41; +questiondown.case = -94; +ellipsis.ss01 = -247; +questiondown.ss01 = -141; +asciitilde = -90; }; -Idotbelow = { -U = 3; -comma = 0; -j = 26; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = -78; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -99; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -81; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -59; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 10; +"@MMK_R_KO_one" = -51; +"@MMK_R_KO_two" = -35; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -46; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -69; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = -49; +"@MMK_R_KO_comma" = -52; +"@MMK_R_KO_question" = -113; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_period.ss01" = -86; +"@MMK_R_KO_comma.ss01" = -86; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = -31; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -70; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = 48; +"@MMK_R_KO_imacron" = 75; +"@MMK_R_KO_itilde" = 68; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = -42; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -103; +"@MMK_R_KO_comma" = -112; +"@MMK_R_KO_colon" = -24; +"@MMK_R_KO_semicolon" = -30; +"@MMK_R_KO_ellipsis" = -132; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -70; +"@MMK_R_KO_backslash" = 29; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = -211; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 17; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 11; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -31; }; -Imacron = { -Ibreve = 97; -Imacron = 123; -imacron = 46; -l.ss04 = 29; -parenright = 44; -parenright.case = 43; +published = { +parenright = -87; +parenright.case = -82; }; -Iogonek = { -Iogonek = 9; -iogonek = 23; -j = 40; +emdash.case = { +one.numr = -76; +seven.numr = -65; +question.ss01 = -62; +quotedblbase = -138; +quotedblbase.ss01 = -180; +quoteright.ss01 = -3; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -49; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_pi" = 11; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 13; +"@MMK_R_KO_endash.case" = 8; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -60; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -25; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = -14; }; -Iogonek.ss02 = { -comma = 31; -iogonek = 44; -j = 62; +Atilde = { +ordfeminine = -78; }; -Itilde = { -Idieresis = 107; -Idieresis.ss01 = 102; -Itilde = 94; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -69; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -23; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; }; -J = { -Hbar = 26; -Iogonek = 0; -Oslash = 0; -backslash = 22; -greater = 8; -i.ss01 = 0; -ibreve = 28; -idieresis = 43; -iogonek = 0; -jcircumflex = 36; +quotesingle = { +Hbar = 49; +eacute = -59; +hbar = 23; +igrave = 8; +icaron = 26; +icircumflex = 33; +idieresis = 59; +imacron = 62; +itilde = 54; +jcircumflex = 24; +idieresis.ss01 = 59; +g.ss06 = -60; +mu = -38; +exclamdown = -57; +questiondown = -93; +backslash = 30; +questiondown.case = -85; +questiondown.ss01 = -93; +underscore = -93; +ampersand = -43; +lessequal = -36; +asciitilde = -81; }; -Jacute = { -Ecaron = 0; -Edieresis = 0; -Egrave = 0; -Hbar = 26; -Ibreve = 57; -Icircumflex = 31; -Idieresis = 68; -Idieresis.ss01 = 70; -Idotaccent = 0; -Igrave = 43; -Imacron = 84; -Itilde = 52; -Oslash = 0; -backslash = 23; -ibreve = 28; -idieresis = 43; -jcircumflex = 36; -parenright = -2; -parenright.case = 5; +exclam = { +exclam = 0; +parenright = -12; +guillemetleft = -13; +guillemetright = -13; }; -Jcircumflex = { -A = -20; -E = 0; -Jcircumflex = 0; -O = 0; -U = 7; -a = -2; -e = 0; -jcircumflex = 38; -o = 0; -parenright = 47; +Imacron.ss02 = { +endash.case = -55; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 19; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -36; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -21; }; -K = { -Iogonek = 4; -Lslash = -14; -OE = -44; -Ydotbelow = 2; -Ydotbelow.ss01 = 2; -Ygrave = 2; -ampersand = -18; -asciitilde = -97; -at = -33; -backslash = 26; -dollar = -32; -ecircumflexacute = -14; -edieresis = -25; -eight = -14; -equal = -42; -jcircumflex = 21; -lcommaaccent.ss04 = 30; -less = -52; -logicalnot = -104; -minus = -88; -nine = -23; -numbersign = -35; -odieresis = -27; -parenleft = -12; -plus = -81; -rcaron = 0; -registered = -47; -seven = 0; -three = -21; -two = 0; -u = -25; -ygrave = -20; -yhookabove = -25; -ytilde = -15; +imacron = { +ncommaaccent = 0; +lcommaaccent = 39; +three = 44; +exclam.ss01 = 49; +quotedbl = 61; }; -L = { -Dcroat = -26; -H = 0; -Iogonek = 2; -Jcircumflex = 15; -OE = -15; -Oslash = -6; -Tbar = -63; -Tcedilla = -95; -Ycircumflex = -130; -Ydieresis = -130; -Ydieresis.ss01 = -130; -Ydotbelow = -130; -Ydotbelow.ss01 = -130; -Ygrave = -130; -ampersand = 0; -asciitilde = -63; -at = -12; -backslash = -82; -eight = 0; -equal = 0; -five = -3; -idotbelow = 0; -less = -12; -logicalnot = -122; -minus = -68; -multiply = -17; -nine = -2; -numbersign = -5; -ordfeminine = -172; -ordmasculine = -170; -parenleft = -4; -plus = -53; -quotedbl = -173; -quoteleft = -120; -quoteleft.ss01 = -127; -quoteright.ss01 = -127; -registered = -102; -seven = -78; -three = 0; -two = 15; +three = { +icircumflex = 37; +braceright = -16; +bracketright.case = -6; +trademark = -32; }; -Lcaron = { -A = 15; -B = 0; -Ccaron = -13; -D = 0; -G = -9; -H = 0; -J = 15; -K = 0; -M = 0; -N = 0; -Ncaron = 0; -O = -13; -R = 0; -S = 5; -Scaron = 5; -T = -9; -U = -8; -Uacute = -8; -V = -7; -a = -3; -a.ss05 = 0; -comma = 39; -eightsuperior = -34; -fivesuperior = -35; -foursuperior = -56; -hyphen = 0; -hyphen.case = -66; -ninesuperior = -31; -onesuperior = -22; -parenright = -23; -period = 39; -question = -34; -sevensuperior = -17; -sixsuperior = -33; -threesuperior = -30; -twosuperior = -32; -u = -5; -uacute = -5; -v = -43; +radical = { +four = -61; +seven = 16; +hyphen = -63; +A = -100; +J = -76; +J.ss10 = -94; +a = -53; +d = -54; +a.ss05 = -56; +c = -55; +g = -51; +s = -51; +l.ss04 = 33; +g.ss06 = -57; +}; +quotesinglbase = { +Iogonek = 8; +oslash = 2; +p = 5; +jcircumflex = 29; +germandbls = -49; +numbersign = -24; +parenleft.case = -25; +at = -13; +copyright = -60; +published = -60; +dollar = -11; +euro = -78; +minus = -110; +equal = -26; +approxequal = -22; }; -Lslash = { -Ydieresis = -129; -Ydieresis.ss01 = -129; +germandbls = { +a = 15; +d = 15; +a.ss05 = 13; +e = 15; +f = -14; +g = 15; +i = 0; +s = 15; +t = -15; +v = -13; +w = -9; +g.ss06 = 4; +t_i.liga = -15; +t_t.liga = -15; +period.ss01 = -13; +comma.ss01 = -14; +hyphen = 12; +parenright = -60; +bracketright = -29; +quotedblleft = -28; +quotesingle = -27; }; -M = { -Hbar = 26; -backslash = 27; -greater = 9; -ibreve = 28; -idieresis = 43; -idieresis.ss01 = 37; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_Oacute" = -35; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -110; +"@MMK_R_KO_U" = -27; +"@MMK_R_KO_V" = -110; +"@MMK_R_KO_W" = -72; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -53; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -75; +"@MMK_R_KO_w" = -51; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -53; +"@MMK_R_KO_pi" = -35; +"@MMK_R_KO_zero" = -29; +"@MMK_R_KO_one" = -105; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = -93; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_ellipsis" = 15; +"@MMK_R_KO_question" = -107; +"@MMK_R_KO_asterisk" = -110; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_hyphen.case" = -110; +"@MMK_R_KO_quotedblleft" = -110; +"@MMK_R_KO_quoteleft" = -110; +"@MMK_R_KO_quoteright" = -110; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_plus" = -110; +"@MMK_R_KO_percent" = -87; }; -N = { -Hbar = 26; -backslash = 27; -degree = -19; -greater = 9; -idieresis = 43; -jcircumflex = 38; +Odieresis = { +Eth = 0; +Germandbls = -13; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_five" = -8; +"@MMK_R_KO_six" = -17; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_sevensuperior" = -75; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = -33; +"@MMK_R_KO_hyphen.case" = -22; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -33; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_degree" = -20; +"@MMK_R_KO_plus" = -39; +"@MMK_R_KO_percent" = -20; }; -O = { -Dcroat = 22; -Eth = 22; -Hbar = 25; -Jcircumflex = -10; -Lslash = 21; -Oslash = 25; -Tbar = -3; -Tcedilla = -17; -Ydieresis = -43; -Ydieresis.ss01 = -43; -at = 15; -backslash = -14; -bracketright.case = -35; -eight = 9; -five = 8; -gbreve.ss06 = 7; -idieresis = 18; -less = 31; -parenleft = 21; -parenleft.case = 20; -parenright = -63; -parenright.case = -61; +e = { +idieresis = 0; +germandbls = 0; +gbreve.ss06 = 0; +seven = -33; +emdash = 13; +registered = -17; +logicalnot = -26; +asciitilde = -28; }; Oacute = { -Eth = 22; -Lslash = 21; -parenright = -63; +Eth = 0; +Lslash = 4; }; -Ocircumflex = { -Lslash = 21; -Tcedilla = -16; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 21; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -42; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -45; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -34; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -4; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -40; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -48; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = -10; +"@MMK_R_KO_imacron" = -10; +"@MMK_R_KO_itilde" = -10; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -12; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -93; +"@MMK_R_KO_twosuperior" = -69; +"@MMK_R_KO_threesuperior" = -52; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -102; +"@MMK_R_KO_eightsuperior" = -41; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = -13; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -74; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -40; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -48; +"@MMK_R_KO_quoteright.ss01" = -48; +"@MMK_R_KO_trademark" = -80; +"@MMK_R_KO_asciicircum" = -41; }; -Odieresis = { -Eth = 22; -gbreve.ss06 = 7; +Germandbls = { +B = 0; +E = 0; +I = 0; +L = 0; +S = 25; +T = -2; +Z = 20; +a = 18; +foursuperior = -25; +hyphen = 14; }; -Odieresis.ss01 = { -Eth = 22; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -12; }; -Ograve = { -Lslash = 21; +six.dnom = { +question = -110; +question.ss01 = -110; +parenright = -66; +quotedblleft = -86; +quotedblright = -59; +quoteleft = -88; +quoteright = -59; +quotedbl = -118; +quotesingle = -93; +quotedblleft.ss01 = -71; +quoteleft.ss01 = -71; +quotedblright.ss01 = -70; +quoteright.ss01 = -70; +degree = -141; }; -Omacron = { -Eth = 22; -Lslash = 21; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -48; }; -Oslash = { -Eth = 28; -G = 26; -G.ss07 = 26; -J = -10; -O = 25; -Oslash = 25; -S = 8; -T = 0; -V = 0; -Y = 0; -comma = -28; -comma.ss01 = -36; -d = 15; -e = 14; -g = 16; -hyphen = 18; -hyphen.case = 27; -k = 6; -l = 6; -l.ss03 = 11; -l.ss04 = 31; -period = -28; -period.ss01 = -36; -r = 2; -s = 6; -v = 3; -y = 0; +less = { +two = 13; +three = 8; +parenright = -46; +less = 0; +S = 13; }; -P = { -Jcircumflex = -71; -Lslash = 2; -OE = 16; -Oslash = 16; -Tcedilla = 0; -ampersand = -28; -bracketright.case = -24; -ellipsis.ss01 = -132; -exclam.ss01 = 22; -five = 2; -fourinferior = -75; -idieresis = 40; -lcommaaccent = 2; -lcommaaccent.ss04 = 38; -less = 19; -nine = 15; -parenleft = 3; -seven = 14; -three = 0; -threeinferior = -32; -two = 3; +Acircumflex = { +six = -29; }; -Q = { -Dcroat = -4; -backslash = -39; -minus = -23; -plus = -20; -registered = -23; -seven = -20; -two = 15; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -95; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -84; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -116; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 8; +"@MMK_R_KO_eight" = -17; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_ellipsis" = -116; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -102; +"@MMK_R_KO_hyphen" = -34; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 7; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -22; +"@MMK_R_KO_percent" = -10; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -110; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_J" = -90; +"@MMK_R_KO_G.ss07" = -23; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -31; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -214; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_a.ss05" = -66; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -73; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -64; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_j" = -30; +"@MMK_R_KO_s" = -61; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_z" = -31; +"@MMK_R_KO_t_t.liga" = -5; }; -R = { -Hbar = 41; -Iogonek = 0; -Jcircumflex = 0; -Oslash = 7; -Tcedilla = 0; -Ydieresis = -20; -ampersand = 0; -eight = 9; -greater = 21; -idieresis = 48; -jcircumflex = 41; -nine = 12; -seven = 8; -three = 7; -two = 18; +ellipsis.ss01 = { +Dcroat = -51; +Tbar = -106; +tbar = -60; +twosuperior = -184; +threesuperior = -187; +fivesuperior = -194; +eightsuperior = -190; +question.ss01 = -97; +parenleft = -33; +braceright = -29; +parenleft.case = -46; +quoteleft.ss01 = -117; +quoteright.ss01 = -117; }; -S = { -Abrevetilde = -4; -Hbar = 34; -Lslash = 23; -OE = 15; -Oslash = 15; -Tcedilla = -8; -Ycircumflex = -32; -ampersand = 11; -bracketright.case = -13; -dollar = 6; -eight = 22; -five = 16; -greater = 18; -hbar = 18; -ibreve = 7; -idieresis = 34; -idieresis.ss01 = 34; -minus = -6; -nine = 14; -parenleft = 15; -plus = 0; -three = 8; -two = 5; +u = { +l = 0; +idieresis = 0; +s = 0; +germandbls = 0; +logicalnot = -40; }; -Scaron = { -iogonek = 4; +colon.ss01 = { +T = -19; +V = -46; +Y = -74; +zero = -9; +one = -19; +three = -11; +four = -15; +onesuperior = -67; +sevensuperior = -80; +emdash = -18; +parenright = -58; +braceright = -28; +bracketright = -11; }; -Scedilla = { -parenright = -52; +ocircumflexacute = { +sevensuperior = -2; +parenright = 0; +bracketright = 0; +quotedbl = -19; +quotesingle = -19; }; -T = { -Acircumflex = -73; -Acircumflexacute = -73; -Acircumflexdotbelow = -73; -Acircumflexgrave = -73; -Amacron = -73; -Atilde = -73; -Hbar = 43; -Lslash = -16; -OE = -17; -Oslash = -14; -Ycircumflex = 11; -Ydotbelow = 11; -Ygrave = 11; -a.ss05 = -69; -aacute.ss05 = -69; -abreve = -46; -abreveacute = -45; -abrevedotbelow = -46; -abrevegrave = -44; -acircumflex = -44; -acircumflex.ss05 = -44; -acircumflexacute = -34; -acircumflexacute.ss05 = -31; -acircumflexdotbelow = -44; -acircumflexdotbelow.ss01 = -44; -acircumflexgrave = -46; -acircumflexhookabove = -46; -acircumflexhookabove.ss05 = -48; -acircumflextilde = -44; -adieresis = -41; -adieresis.ss05 = -40; -adotbelow.ss05 = -69; -ae = -69; -agrave = -60; -ahookabove = -67; -ahookabove.ss05 = -69; -amacron = -41; -ampersand = -36; -aogonek.ss05 = -69; -aring = -67; -asciitilde = -101; -at = -35; -atilde = -44; -backslash = 30; -e = -83; -eacute = -83; -ecaron = -37; -ecircumflexacute = -22; -edieresis = -30; -edotaccent = -83; -egrave = -50; -ehookabove = -73; -eight = -7; -emacron = -30; -equal = 0; -hbar = 18; -i.ss01 = -10; -iacute = -19; -ibreve = 47; -idieresis = 72; -idieresis.ss01 = 61; -idotaccent.ss01 = -10; -idotbelow = -14; -idotless = -28; -ihookabove = 0; -less = -38; -logicalnot = -127; -minus = -96; -multiply = -26; +egrave = { +T = -73; +}; +Jcircumflex = { +jcircumflex = 46; +parenright = 0; +bracketright = 0; +parenright.case = 0; +bracketright.case = 16; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 43; +"@MMK_R_KO_imacron" = 71; +"@MMK_R_KO_itilde" = 68; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 24; +"@MMK_R_KO_s" = 23; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = -38; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -27; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_J" = -55; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -74; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -50; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -33; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -110; +"@MMK_R_KO_U" = -25; +"@MMK_R_KO_V" = -110; +"@MMK_R_KO_W" = -75; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_v" = -81; +"@MMK_R_KO_w" = -49; +"@MMK_R_KO_y" = -67; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_pi" = -35; +"@MMK_R_KO_zero" = -30; +"@MMK_R_KO_one" = -99; +"@MMK_R_KO_two" = 11; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -12; +"@MMK_R_KO_sixsuperior" = -110; +"@MMK_R_KO_onesuperior" = -110; +"@MMK_R_KO_foursuperior" = -110; +"@MMK_R_KO_sevensuperior" = -110; +"@MMK_R_KO_ninesuperior" = -110; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -110; +"@MMK_R_KO_asterisk" = -110; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -110; +"@MMK_R_KO_endash.case" = -110; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -38; +"@MMK_R_KO_quotedblleft" = -110; +"@MMK_R_KO_quotedblright" = -110; +"@MMK_R_KO_quoteleft" = -110; +"@MMK_R_KO_quoteright" = -110; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -110; +"@MMK_R_KO_quotesingle" = -93; +}; +udieresis = { +germandbls = 0; +}; +E = { +Hbar = 52; +igrave = 41; +idieresis = 75; +jcircumflex = 57; +germandbls = 0; +idieresis.ss01 = 67; +zero = -13; +two = 13; +six = -19; +seven = 7; numbersign = 0; -oacute = -82; -ocircumflexacute = -26; -odieresis = -32; -ograve = -52; -ohookabove = -75; -ohorngrave = -52; -ohungarumlaut = -48; -omacron = -31; -otilde = -36; -parenleft = -17; -plus = -76; -racute = -23; -rcaron = 0; -registered = -11; -scaron = -26; -scircumflex = -25; -seven = 15; -three = -3; -two = -3; -twoinferior = -110; -uacute = -24; -ubreve = -22; -ucircumflex = -12; -udieresis = -12; -udieresis.ss01 = -12; -ugrave = -24; -uhookabove = -24; -uhorngrave = -24; -uhornhookabove = -24; -uhungarumlaut = -24; -umacron = -12; -uring = -24; -utilde = -12; -ycircumflex = 0; -ygrave = 0; -yhookabove = 0; -zeroinferior = -112; +registered = -12; +multiply = -31; +logicalnot = -59; +asciitilde = -64; }; -Tbar = { -A = -67; -Aacute = -67; -Tbar = 25; -comma = -89; -comma.ss01 = -100; -guilsinglleft = -38; -oslash = -34; -period = -89; -period.ss01 = -100; -slash = -87; -tbar = -2; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -82; +"@MMK_R_KO_Oacute" = -82; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -77; +"@MMK_R_KO_S" = -51; +"@MMK_R_KO_T" = -112; +"@MMK_R_KO_U" = -74; +"@MMK_R_KO_V" = -140; +"@MMK_R_KO_W" = -89; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -154; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_aacute" = -50; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_eacute" = -61; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 65; +"@MMK_R_KO_s" = -45; +"@MMK_R_KO_t" = -73; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_v" = -103; +"@MMK_R_KO_w" = -66; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -73; +"@MMK_R_KO_pi" = -42; +"@MMK_R_KO_zero" = -70; +"@MMK_R_KO_one" = -99; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -55; +"@MMK_R_KO_four" = -197; +"@MMK_R_KO_five" = -51; +"@MMK_R_KO_six" = -78; +"@MMK_R_KO_seven" = -81; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -57; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 10; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 12; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblright" = -219; +"@MMK_R_KO_quotedbl" = -219; +"@MMK_R_KO_quotesingle" = -93; +"@MMK_R_KO_quotedblright.ss01" = -219; }; -Tcaron = { -a.ss05 = -69; -udieresis = -12; +Lcaron = { +A = 14; +B = 5; +M = 5; +N = 5; +K = 5; +C = -17; +O = -17; +G = -17; +Ccaron = -17; +Ocircumflex = -17; +J = 9; +S = 0; +Scaron = 0; +T = -5; +U = -4; +Uacute = -4; +V = -11; +W = -5; +Zcaron = 27; +I.ss02 = 23; +a = -7; +u = -9; +v = -68; +w = -42; +sixsuperior = -53; +onesuperior = -34; +twosuperior = -46; +threesuperior = -42; +foursuperior = -88; +fivesuperior = -46; +sevensuperior = -22; +eightsuperior = -46; +ninesuperior = -58; +period = 28; +comma = 32; +question = -56; +question.ss01 = -52; +hyphen = 0; +hyphen.case = -138; +parenright = -15; +quotedblleft = -64; +quoteleft = -63; +guillemetleft = -43; +guilsinglleft = -43; +quotedbl = -25; +quotesingle = -25; +quotedblleft.ss01 = -68; +quoteleft.ss01 = -68; }; -Tcedilla = { -Tcedilla = 25; -a.ss05 = -69; -abreve = -46; -amacron = -41; -umacron = -12; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -76; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -57; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -64; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = -26; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -79; +"@MMK_R_KO_comma" = -80; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -78; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -76; +"@MMK_R_KO_comma.ss01" = -75; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = -100; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_braceright" = -65; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -23; +}; +Udieresis.ss01 = { +b = 7; +}; +twosuperior = { +A = -91; +fraction = -15; +period = -110; +comma = -116; +slash = -102; +period.ss01 = -106; +comma.ss01 = -107; +hyphen = -19; +parenright = -38; +parenright.case = -39; }; -Tcommaaccent = { -a.ss05 = -69; -abreve = -46; -acircumflex = -44; -amacron = -41; +period = { +g.ss06 = 2; +ordfeminine = -110; +ordmasculine = -110; +twosuperior = -110; +threesuperior = -110; +fivesuperior = -110; +eightsuperior = -110; +parenleft = -9; +braceright = -40; +parenleft.case = -30; }; -Thorn = { -Eth = 19; +uhorntilde = { +a = -16; +a.ss05 = -16; +n = 9; +u = 14; +period = -25; +comma = -25; +ellipsis = -39; +question = 0; +period.ss01 = -39; +ellipsis.ss01 = -39; +comma.ss01 = -40; +parenright = -22; +quotedblright = 7; +quotedbl = 24; }; -U = { -Dcroat = 12; -Eth = 12; -Germandbls = 3; -Hbar = 36; -Idieresis = 6; -Igrave = 3; -Lcommaaccent = 3; -Lslash = 11; -Tcedilla = 12; -backslash = 29; -greater = 15; -hbar = 21; -jcircumflex = 47; +nine = { +ordmasculine = -17; +underscore = -87; +braceright = -47; +braceright.case = -57; +bracketright.case = -37; +trademark = -49; +asciicircum = -27; +}; +T = { +Hbar = 46; +Lslash = -15; +Oslash = -19; +Tbar = 21; +aacute = -72; +agrave = -65; +adotbelow = -75; +adotbelow.ss01 = -75; +aogonek = -75; +adieresis = -49; +ahookabove = -71; +ae = -78; +a.ss05 = -79; +aacute.ss05 = -72; +aogonek.ss05 = -79; +adotbelow.ss05 = -79; +cacute = -82; +ccedilla = -83; +eacute = -82; +edotaccent = -69; +eogonek = -83; +edotbelow = -83; +edotbelow.ss01 = -83; +edotaccent.ss01 = -70; +egrave = -55; +ecaron = -42; +ehookabove = -70; +oacute = -81; +ohookabove = -73; +ograve = -59; +ocircumflexhookabove = -43; +ohungarumlaut = -54; +odotbelow = -82; +ohorngrave = -59; +ohornacute = -81; +odotbelow.ss01 = -82; +oslash = -80; +gbreve = -55; +i.ss01 = -14; +idotaccent.ss01 = -14; +iacute = -24; +igrave = 0; +rcaron = 0; +ihookabove = -19; +idotless = -24; +ibreve = 0; +icaron = 0; +idieresis = 0; +racute = -24; +scaron = -30; +scircumflex = -26; +uacute = -23; +uhorndotbelow = -23; +uhorndotbelow.ss01 = -23; +ugrave = -23; +udotbelow = -23; +uogonek = -23; +uhorngrave = -23; +uhornacute = -23; +udotbelow.ss01 = -23; +uhornhookabove = -23; +ygrave = -23; +ycircumflex = -23; +yhookabove = -23; +zcaron = -26; +idieresis.ss01 = 0; +zero = -23; +six = -32; seven = 12; -yhookabove = 0; +zeroinferior = -110; +twoinferior = -120; +numbersign = -17; +endash.case = -66; +parenleft.case = -24; +guilsinglleft = -90; +guilsinglright = -23; +at = -33; +ampersand = -33; +registered = -20; +plus = -98; +minus = -140; +multiply = -42; +divide = -93; +equal = 0; +less = -70; +greaterequal = -18; +plusminus = -71; +approxequal = -31; +logicalnot = -157; +asciitilde = -136; }; -Uacute = { -Eth = 12; +quotesinglbase.ss01 = { +Dcroat = -50; +T = -115; +Tcaron = -115; +V = -117; +W = -85; +Y = -117; +oslash = 0; +germandbls = -60; +numbersign = -26; +question.ss01 = -95; +parenleft.case = -40; +quoteright.ss01 = -117; +at = -27; +copyright = -63; +published = -63; +euro = -85; +minus = -117; +equal = -32; +approxequal = -32; }; -Udieresis = { -Germandbls = 3; +Q = { +Dcroat = -2; +two = 12; +seven = -20; +registered = -25; }; -V = { -Abrevetilde = -95; -Acircumflex = -90; -Acircumflexacute = -90; -Acircumflexdotbelow = -90; -Acircumflextilde = -90; -Amacron = -90; -Atilde = -92; -Dcroat = -16; -Eth = -16; -Jcircumflex = -44; -OE = -26; -Oslash = -25; -abreve = -45; -abreve.ss05 = -38; -acircumflexacute = -26; -adieresis = -36; -adieresis.ss05 = -31; -amacron = -33; -amacron.ss05 = -27; -ampersand = -47; -at = -38; -backslash = 35; -ccaron = -29; -ecaron = -27; -ecircumflexacute = -18; -edieresis = -23; -eight = -15; -emacron = -19; -equal = -21; -iacute = -22; -ibreve = 44; -idieresis = 69; -idieresis.ss01 = 66; -less = -17; -minus = -50; -ocircumflexacute = -23; -odieresis = -24; -odieresis.ss01 = -25; -otilde = -32; -parenleft = -27; -plus = -45; -racute = -28; -scaron = -14; -seven = 13; -three = -15; -two = -14; -twoinferior = -68; -zcaron = -16; +quoteright = { +Hbar = 64; +a.ss05 = -46; +eacute = -51; +hbar = 42; +igrave = 11; +icircumflex = 41; +idieresis = 62; +imacron = 66; +itilde = 57; +jcircumflex = 32; +scaron = -28; +x = -16; +g.ss06 = -49; +gdotaccent.ss06 = -43; +mu = -20; +questiondown = -110; +questiondown.case = -75; +quotedblbase = -110; +euro = -14; +asciitilde = -88; }; -W = { -Hbar = 44; -Lslash = -8; -Ycircumflex = 10; -adieresis = -25; -adieresis.ss05 = -24; -ampersand = -37; -backslash = 37; -idieresis = 69; -minus = -31; -odieresis = -22; -plus = -26; -seven = 14; -three = -5; -threeinferior = -39; -two = -2; +minus = { +one = -17; +two = -33; +three = -76; +seven = -19; +one.numr = -83; +seven.numr = -71; +period = -110; +comma = -116; +period.ss01 = -106; +comma.ss01 = -107; +parenright = -105; +parenright.case = -101; +quotedblleft = -23; +quotedblright = -27; +quoteleft = -23; +quoteright = -27; +guillemetright = -57; +quotedbl = -43; +quotesingle = -43; +quotedblleft.ss01 = -30; +quoteleft.ss01 = -30; +quotedblright.ss01 = -14; +quoteright.ss01 = -14; +tenge = -26; +yen = -57; +x = -62; +}; +ldot.ss04 = { +a = 8; +e = 9; +period = -109; +comma = -112; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_y" = -40; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_pi" = -32; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -48; +"@MMK_R_KO_eight" = 11; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -55; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_foursuperior" = -59; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_ninesuperior" = -62; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -58; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = -45; +"@MMK_R_KO_quotedblleft" = -56; +"@MMK_R_KO_quotedblright" = -56; +"@MMK_R_KO_quoteleft" = -55; +"@MMK_R_KO_quoteright" = -54; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -55; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -62; +"@MMK_R_KO_quotedblright.ss01" = -53; +"@MMK_R_KO_degree" = -63; +"@MMK_R_KO_plus" = -4; +"@MMK_R_KO_percent" = -63; +}; +acircumflexacute.ss05 = { +t = -21; +y = -39; +t_i.liga = -21; +t_t.liga = -21; +question = -58; +question.ss01 = -49; +}; +p = { +seven = -27; +registered = -16; +}; +idotaccent = { +T = -13; +idieresis = 32; +parenright = -14; +}; +summation = { +n = -9; +}; +eth = { +a = 16; +d = 16; +aacute = 16; +e = 18; +o = 18; +eth = 18; +odieresis = 21; +f = 16; +f_f.liga = 16; +f_f_i.liga = 16; +fi = 16; +f_y.liga = 16; +fl = 16; +g = 18; +i = 3; +j = -2; +s = 8; +t = 16; +u = 5; +v = -11; +y = -15; +t_i.liga = 16; +t_t.liga = 16; +period = -18; +comma = -19; +period.ss01 = -23; +comma.ss01 = -23; +hyphen = 20; +parenright = -19; +bracketright = 0; +quotedblleft = -4; +quoteleft = -5; +quotedbl = -4; }; -X = { -ampersand = -18; -asciitilde = -102; -at = -36; -backslash = 4; -ecircumflexacute = -22; -eight = -16; -equal = -45; -ibreve = 21; -idieresis = 41; -less = -56; -logicalnot = -112; -minus = -95; -multiply = -59; -nine = -24; -notequal = -19; -numbersign = -38; -plus = -91; -registered = -53; -three = -22; -two = 0; +igrave = { +parenright = -50; }; -Y = { -Acircumflex = -93; -Amacron = -93; -Eth = -28; -Lslash = -22; -Oslash = -44; -Ydieresis = 10; -adieresis = -48; -agrave = -83; -agrave.ss05 = -71; -amacron = -46; -amacron.ss05 = -41; -ampersand = -60; -asciitilde = -119; -at = -66; -backslash = 33; -ecircumflex = -53; -ecircumflexacute = -19; -ecircumflexhookabove = -65; -egrave = -59; -eight = -30; -equal = -42; -iacute = -36; -less = -57; -logicalnot = -108; -minus = -87; -multiply = -66; -nine = -31; -numbersign = -41; -ograve = -64; -parenleft = -36; -plus = -83; -registered = -36; -scaron = -17; -seven = 5; -three = -30; -two = -30; -twoinferior = -123; -udieresis = -42; -umacron = -38; +three.numr = { +fraction = -37; }; -Yacute = { -Eth = -26; -udieresis = -40; +Aring = { +endash.case = -44; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -69; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_backslash" = -28; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -37; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -37; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -40; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -76; +"@MMK_R_KO_asciicircum" = -30; }; -Z = { -Lslash = 0; -adieresis = 0; -asciitilde = -63; -at = -3; -backslash = 17; -equal = -5; -ibreve = 41; -less = -14; -logicalnot = -78; -minus = -53; -numbersign = 0; -plus = -50; -rcaron = 6; -registered = -12; -seven = 10; -two = 14; +lcommaaccent = { +j = 18; }; -Zcaron = { -Dcroat = -22; -Iogonek = 0; +quoteright.ss01 = { +igrave = 7; +icircumflex = 24; +imacron = 53; +itilde = 47; +jcircumflex = 15; +idieresis.ss01 = 43; +g.ss06 = -62; +gdotaccent.ss01.ss06 = -52; +mu = -41; +questiondown.case = -94; +questiondown.ss01 = -117; +quotedblbase.ss01 = -117; +asciitilde = -90; }; -a = { -asciitilde = -32; -backslash = -23; -germandbls = 0; -jcircumflex = 10; -logicalnot = -28; -notequal = -18; -parenleft = 0; -plus = -14; -r = 0; -registered = -15; -seven = -16; +backslash = { +p = 21; +g.ss06 = 28; +backslash = -106; +underscore = 28; +quoteright.ss01 = -87; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 49; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_T" = 37; +"@MMK_R_KO_U" = 58; +"@MMK_R_KO_V" = 38; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 51; +"@MMK_R_KO_I.ss02" = 43; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 29; +"@MMK_R_KO_onesuperior" = 15; +"@MMK_R_KO_twosuperior" = 39; +"@MMK_R_KO_threesuperior" = 39; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 47; +"@MMK_R_KO_sevensuperior" = 52; +"@MMK_R_KO_eightsuperior" = 44; +"@MMK_R_KO_ninesuperior" = 20; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = 54; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 47; +"@MMK_R_KO_bracketright" = 66; +"@MMK_R_KO_parenright.case" = 46; +"@MMK_R_KO_bracketright.case" = 67; +"@MMK_R_KO_quotedblright" = 49; +"@MMK_R_KO_quoteright" = 49; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 38; +"@MMK_R_KO_quotesingle" = 38; +"@MMK_R_KO_quotedblright.ss01" = 46; +"@MMK_R_KO_quoteright.ss01" = 46; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 30; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 39; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 16; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 12; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 22; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 27; +"@MMK_R_KO_bracketright" = 38; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 24; +"@MMK_R_KO_quoteright.ss01" = 24; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -27; }; -a.ss05 = { -T = -82; -backslash = -51; -gbreve.ss06 = 19; -gcircumflex.ss06 = 19; -gcommaaccent.ss06 = 19; -germandbls = 0; -jcircumflex = 8; -seven = -34; +parenright.case = { +T = -22; +V = -33; +Y = -49; +Yacute = -49; +period = -29; +comma = -28; +slash = -37; +period.ss01 = -31; +comma.ss01 = -29; +hyphen.case = 14; +emdash.case = 14; +parenleft.case = 11; +parenright.case = -55; +braceright.case = -39; +bracketright.case = -22; +quotedbl = -13; }; -aacute = { -parenright = -48; +degree = { +zero = -26; +three = -19; +four = -94; +five = -24; +six = -35; +period = -110; +comma = -116; +slash = -115; +period.ss01 = -106; +comma.ss01 = -107; +hyphen = -88; +emdash = -88; +endash = -54; +hyphen.case = -32; +emdash.case = -32; +parenright = -53; +bracketright = -7; +parenright.case = -54; +bracketright.case = -17; +g.ss06 = -67; }; -abreve = { -parenright = -48; +H = { +H = 0; +Hbar = 42; +igrave = 30; +ibreve = 51; +idieresis = 62; +jcircumflex = 47; +x = 0; +idieresis.ss01 = 55; +exclam = 0; +endash = 0; +ampersand = 0; }; -abreveacute = { -parenright = -48; +lessequal = { +parenright = -40; +greaterequal = 0; +lessequal = -10; +Y = -33; +n = -6; }; -abrevedotbelow = { -parenright = -48; +mu = { +mu = 0; +pi = 0; +one = -21; +onesuperior = -68; +twosuperior = -11; +sevensuperior = -65; +period.ss01 = -20; +comma.ss01 = -19; +hyphen = 0; +parenright = -56; +braceright = -28; +bracketright = -14; +quotedblleft = -9; +quotedblright = -35; +quoteleft = -10; +quoteright = -35; +quotedbl = -39; +quotesingle = -39; +trademark = -75; +asciicircum = -29; }; -abrevedotbelow.ss05 = { -c = 0; -t = -6; -t_i.liga = -6; -t_t.liga = -6; +questiondown = { +p = -11; +questiondown = 0; }; -abrevegrave = { -parenright = -48; -sevensuperior = -39; +A = { +B = 3; +H = 3; +E = 3; +F = 3; +I = 3; +L = 3; +R = 3; +M = 3; +N = 3; +D = 3; +P = 3; +K = 3; +Iacute = 3; +Ntilde = 3; +Idieresis = 3; +Dcroat = -23; +Eth = -23; +Lslash = -11; +Tbar = -80; +b = 3; +h = 3; +k = 3; +l = 3; +m = 3; +n = 3; +r = 3; +p = 3; +jcircumflex = -3; +germandbls = -41; +tbar = -30; +gbreve.ss06 = 0; +ordfeminine = -86; +ordmasculine = -87; +zero = -33; +two = 0; +three = -19; +five = -19; +six = -41; +seven = -74; +eight = -15; +nine = -26; +numbersign = -19; +endash.case = -53; +parenleft.case = -31; +quotedblleft.ss01 = -80; +at = -24; +ampersand = -8; +registered = -74; +dollar = -22; +plus = -59; +minus = -65; +multiply = -44; +divide = -48; +equal = -33; +notequal = -46; +less = -28; +approxequal = -27; +logicalnot = -82; +asciitilde = -81; +}; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_Oacute" = -51; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -40; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -45; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = -60; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -65; +"@MMK_R_KO_w" = -56; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -11; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -60; +"@MMK_R_KO_one" = -47; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -38; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -70; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -54; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -18; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -41; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -55; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -80; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -97; +"@MMK_R_KO_parenleft" = -26; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -55; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -54; +"@MMK_R_KO_quoteright" = -35; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -36; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -52; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -24; +"@MMK_R_KO_asciicircum" = -85; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 20; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 22; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_five" = 22; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = -4; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 14; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -7; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = -17; +"@MMK_R_KO_percent" = -17; }; -abrevehookabove = { -parenright = -48; +ohornacute = { +c = 2; +i = 17; +idotaccent = 17; +i.ss01 = 17; +idotaccent.ss01 = 17; +m = 11; +n = 17; +p = 17; +t = 24; +u = 19; +t_i.liga = 24; +t_i.liga.ss01 = 24; +t_t.liga = 24; +parenright = -30; }; -abrevetilde = { -parenright = -48; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -64; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -94; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = 6; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -96; +"@MMK_R_KO_comma" = -96; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -92; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -83; +"@MMK_R_KO_comma.ss01" = -83; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -95; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -59; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -2; +}; +Ycircumflex = { +a.ss05 = -100; }; -acircumflexacute = { -parenright = -48; -sevensuperior = -39; +Ograve = { +Lslash = 4; }; -acircumflexdotbelow = { -parenright = -48; -sevensuperior = -37; +Hbar = { +Hbar = 97; +Idieresis.ss01 = 42; +exclam.ss01 = 40; }; -acircumflexdotbelow.ss05 = { -t = -3; -t_i.liga = -5; -t_t.liga = -3; -y = -13; +Y = { +Eth = -23; +Lslash = -17; +Oslash = -57; +aacute = -99; +a.ss05 = -100; +aacute.ss05 = -100; +aogonek.ss05 = -100; +eth = -65; +ccedilla = -103; +eacute = -103; +edotbelow = -103; +edotbelow.ss01 = -103; +egrave = -60; +ecircumflexacute = -61; +oacute = -102; +odotbelow = -102; +odotbelow.ss01 = -102; +oslash = -102; +iacute = -39; +ntilde = -55; +ncaron = -54; +igrave = 0; +idieresis = 18; +scaron = -26; +zcaron = -22; +idieresis.ss01 = 14; +zero = -57; +two = -43; +three = -43; +six = -67; +seven = 0; +eight = -42; +nine = -49; +twoinferior = -138; +numbersign = -48; +ellipsis.ss01 = -153; +endash.case = -68; +parenleft.case = -49; +at = -77; +ampersand = -71; +registered = -50; +plus = -104; +minus = -109; +multiply = -85; +equal = -63; +notequal = -83; +less = -75; +lessequal = -75; +logicalnot = -132; +asciitilde = -143; }; -acircumflexgrave.ss05 = { -y = -13; +acircumflexacute = { +sevensuperior = 0; +parenright = 0; }; -acircumflexhookabove.ss05 = { -y = -13; +odieresis.ss01 = { +germandbls = -6; }; -acircumflextilde = { -parenright = -48; +foursuperior = { +A = -89; +period = -110; +comma = -116; +slash = -98; +period.ss01 = -106; +comma.ss01 = -107; +hyphen = -44; }; -acircumflextilde.ss05 = { -y = -13; +eight = { +icircumflex = 35; +braceright = -21; +bracketright.case = -3; +trademark = -37; }; -adieresis = { -germandbls = 0; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 39; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 14; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -22; +"@MMK_R_KO_asciicircum" = -27; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -105; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = -78; +"@MMK_R_KO_G.ss07" = -38; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -108; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -52; +"@MMK_R_KO_a.ss05" = -58; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -59; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -33; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_pi" = -35; +"@MMK_R_KO_zero" = -38; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_two" = -23; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = 22; +"@MMK_R_KO_eight" = -29; +"@MMK_R_KO_nine" = -31; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_ellipsis" = -129; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -129; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_hyphen" = -75; +"@MMK_R_KO_endash" = -64; +"@MMK_R_KO_hyphen.case" = -53; +"@MMK_R_KO_endash.case" = -42; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -57; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = 9; +"@MMK_R_KO_plus" = -72; +"@MMK_R_KO_percent" = -23; }; -adieresis.ss05 = { -germandbls = 0; +w = { +ampersand = -23; }; -ampersand = { -one = -49; -parenright = -45; -quotedbl = -64; -quotedblleft = -51; -quotedblright = -30; -quoteright = -30; -quotesingle = -64; -seven = -52; -v = -34; -w = -24; -y = -33; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -86; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -75; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -3; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -110; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -40; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -42; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -43; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = 46; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -10; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 26; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 15; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -110; +"@MMK_R_KO_ellipsis" = -110; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -97; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -37; +"@MMK_R_KO_hyphen.case" = -24; +"@MMK_R_KO_endash.case" = -7; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 19; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 19; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_plus" = -44; }; -aogonek = { -comma = 6; -j = 11; +jacute = { +hbar = 29; +idieresis = 35; +iogonek = 22; +j = 30; +j.ss01 = 26; +jcircumflex = 43; +seven = 17; +comma = 0; +slash = 3; parenright = 0; }; -aogonek.ss05 = { -comma = 37; -j = 41; -j.ss01 = 41; -parenright = 3; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 58; +"@MMK_R_KO_imacron" = 73; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 21; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -86; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -2; +"@MMK_R_KO_asciicircum" = -36; }; -approxequal = { -one = 0; -parenright = -43; -parenright.case = -42; +gcaron.ss06 = { +gcaron.ss06 = 20; }; -asciicircum = { -X = -67; -asterisk = -7; -bracketright = -52; -bracketright.case = -56; -comma = -120; -comma.ss01 = -127; -four = -51; -hyphen = -91; -hyphen.case = -12; -one = 0; -parenright = -65; -parenright.case = -65; -period = -116; -period.ss01 = -127; -semicolon = 0; -slash = -96; -three = -2; -two = 0; -x = -18; +Ntilde = { +A = 3; }; -asciitilde = { -X = -80; -asterisk = 0; -bracketright = -50; -bracketright.case = -50; -comma = -100; -comma.ss01 = -98; -eight = 0; -exclam = 0; -exclam.ss01 = 0; -five = 0; -four = 0; -hyphen = 0; -nine = 11; -one = 0; -parenleft = 16; -parenright = -54; -parenright.case = -51; -period = -100; -period.ss01 = -98; -question = 0; -question.ss01 = 0; -quotedbl = -6; -quotedblleft = 7; -quotedblright = 21; -quoteright = 21; -quotesingle = -6; -seven = 0; -six = 20; -slash = -48; -three = 0; -two = 0; -v = 7; -w = 15; -y = 0; -zero = 21; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 35; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 32; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_backslash" = 2; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_underscore" = 24; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -30; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 42; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = -11; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_bracketright.case" = -15; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -22; }; -asterisk = { -g.ss06 = -39; -l.ss04 = 33; +guillemetleft = { +Dcroat = -3; +T = -23; +mu = -2; +twosuperior = -22; +braceright = -63; +minus = -44; +logicalnot = -59; +asciitilde = -70; }; -at = { -A = -30; -C = 17; -G = 18; -J = -27; -O = 17; -T = -27; -V = -32; -X = -63; -Y = -55; -a = 2; -c = 2; -d = 2; -e = 2; -g = 3; -parenright = -69; -parenright.case = -67; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -83; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = -50; +"@MMK_R_KO_Y" = -99; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = -3; +"@MMK_R_KO_imacron" = -3; +"@MMK_R_KO_itilde" = -3; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -44; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -85; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = -11; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -66; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_backslash" = -51; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -61; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_braceright" = -66; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -54; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -86; +"@MMK_R_KO_asciicircum" = -41; }; -atilde = { -parenright = -48; +icircumflex = { +two = 37; +exclam.ss01 = 40; +parenright = 0; }; -b = { -backslash = -37; -eight = 12; -notequal = -10; -parenleft = 16; -registered = -15; -seven = -22; +ihookabove = { +n = 0; }; -backslash = { -T = -96; -V = -114; -W = -61; -Y = -123; -asterisk = -95; -backslash = -109; -c = -22; -f = -24; -j = 74; -o = -21; -one = -73; -quotedbl = -100; -quotedblleft = -87; -quotedblleft.ss01 = -77; -quotedblright = -69; -quotedblright.ss01 = -68; -quoteleft = -87; -quoteright = -69; -quotesingle = -100; -seven = -74; -t = -46; -t_i.liga = -46; -t_t.liga = -46; -underscore = 65; -v = -70; +guilsinglleft = { +twosuperior = -22; +braceright = -63; +logicalnot = -59; +asciitilde = -70; }; -baht = { -parenright = -55; -parenright.case = -50; -slash = -21; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -65; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -106; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = -135; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = -118; +"@MMK_R_KO_Y" = -108; +"@MMK_R_KO_Z" = -63; +"@MMK_R_KO_I.ss02" = -110; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = -27; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = -27; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = -35; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_t_t.liga" = -6; +}; +Uhornacute = { +exclam.ss01 = 47; }; -braceleft = { -A = -7; -C = -41; -G = -46; -O = -41; -Q = -41; -S = -19; -a = -54; -a.ss05 = -42; -asciicircum = -53; -braceright = 19; -c = -60; -d = -54; -e = -59; -f = -28; -f_f.liga = -28; -f_f_i.liga = -28; -f_y.liga = -28; -fi = -28; -fl = -28; -four = -52; -hyphen = -61; -j = 54; -logicalnot = -89; -m = -37; -minus = -72; -mu = -9; -n = -37; -o = -59; -one = -32; -parenleft = -25; -period = -20; -pi = -41; -plus = -72; -q = -54; -r = -37; -s = -45; -t = -39; -t_i.liga = -35; -t_t.liga = -39; -three = -22; -two = -3; -u = -62; -v = -55; -w = -52; -x = -2; -z = -23; -zero = -23; +ocircumflexhookabove = { +parenright = 0; +bracketright = 0; +quotedblright = -20; +quotedbl = -13; +quotesingle = -11; +quotedblright.ss01 = -6; }; -braceleft.case = { -logicalnot = -91; -one = -35; +plusminus = { +one = 0; +parenright = -50; }; -braceright = { -asciicircum = -31; -braceright = -29; -comma = -28; -parenright = -43; -period = -31; -period.ss01 = -41; +question = { +exclam = 0; +questiondown = -91; +questiondown.case = -55; +bracketright.case = 0; }; -bracketleft = { -Dcroat = -26; -Icircumflex = 35; -Jcircumflex = 0; -asciicircum = -53; -asciitilde = -87; -at = -58; -equal = -41; -g.ss06 = 15; -hcircumflex = 43; -infinity = -59; -jcircumflex = 68; -minus = -69; -mu = -5; -numbersign = -46; -p = 0; -scaron = -20; -scircumflex = -26; -u = -62; -zcaron = -6; +ordmasculine = { +period = -110; +comma = -116; +slash = -96; +period.ss01 = -106; +comma.ss01 = -107; +hyphen = -64; +parenright = -42; +parenright.case = -44; }; -bracketleft.case = { -A = 0; -C = -35; -G = -31; -G.ss07 = -34; -O = -35; -Q = -35; -S = -14; -four = -44; -hyphen.case = -54; -one = -35; -plus = -66; +slash = { +Hbar = 37; +Oslash = -33; +hbar = 18; +ntilde = -40; +ncommaaccent = -41; +igrave = 0; +ibreve = 29; +icircumflex = 34; +idieresis = 48; +imacron = 47; +itilde = 47; +jcircumflex = 24; +rcommaaccent = -41; +scaron = -20; +scircumflex = -38; +x = -50; +idieresis.ss01 = 47; +g.ss06 = -66; +gcommaaccent.ss06 = -66; +gdotaccent.ss06 = -66; +gdotaccent.ss01.ss06 = -66; +mu = -41; +oneinferior = -94; +fourinferior = -105; +eightinferior = -91; +backslash = 21; +ellipsis.ss01 = -127; +underscore = -150; +parenleft = -38; +quotesinglbase = -110; +quotedblbase = -131; +quotedblbase.ss01 = -127; +literSign = -51; +cent = -49; +euro = -40; +sterling = -55; +minus = -77; +asciicircum = -48; +infinity = -51; +integral = -84; +radical = -45; }; -c = { -acircumflexacute.ss05 = 2; -backslash = -38; -bracketright = -51; -notequal = -19; -quotedblright = -2; -registered = -14; -seven = -19; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 42; +"@MMK_R_KO_O" = 46; +"@MMK_R_KO_Oacute" = 46; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 39; +"@MMK_R_KO_S" = 54; +"@MMK_R_KO_T" = 46; +"@MMK_R_KO_U" = 51; +"@MMK_R_KO_W" = 49; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = 50; +"@MMK_R_KO_I.ss02" = 52; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 42; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 35; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 55; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_j" = 44; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_w" = 32; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_l.ss03" = 44; +"@MMK_R_KO_l.ss04" = 76; +"@MMK_R_KO_sixsuperior" = 55; +"@MMK_R_KO_onesuperior" = 23; +"@MMK_R_KO_twosuperior" = 31; +"@MMK_R_KO_threesuperior" = 14; +"@MMK_R_KO_foursuperior" = 27; +"@MMK_R_KO_fivesuperior" = 46; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_eightsuperior" = 49; +"@MMK_R_KO_ninesuperior" = 23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 47; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 28; +"@MMK_R_KO_question.ss01" = 23; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 17; +"@MMK_R_KO_parenright.case" = 4; +"@MMK_R_KO_bracketright.case" = 22; +"@MMK_R_KO_quotedblright" = 51; +"@MMK_R_KO_quoteright" = 51; +"@MMK_R_KO_quotedbl" = 48; +"@MMK_R_KO_quotesingle" = 48; +"@MMK_R_KO_quotedblright.ss01" = 40; +"@MMK_R_KO_quoteright.ss01" = 40; }; -cacute = { -parenright = -50; +M = { +Hbar = 42; +hbar = 18; +igrave = 30; +ibreve = 51; +icaron = 55; +idieresis = 62; +idieresis.ss01 = 55; }; -ccaron = { -parenright = -35; +i = { +hbar = 19; +ntilde = 0; +idieresis = 32; +j = -5; +jcircumflex = 20; +s = 0; +germandbls = 0; +slash = -5; +parenright = -14; +braceright = 0; +bracketright = 3; +logicalnot = -40; }; -ccedilla = { -parenright = -56; +macute = { +quotesingle = -62; }; -cent = { -bracketright = -54; -comma = -36; -parenright = -65; -parenright.case = -64; -period = -36; -slash = -42; +greaterequal = { +one = -16; +three = -12; +seven = -9; +parenright = -54; +T = -58; }; -colon.ss01 = { -T = -17; -V = -31; -Y = -56; -bracketright = -30; -four = -9; -one = -2; -parenright = -39; +eogonek = { +parenright = -61; }; -comma = { -eightsuperior = -120; -fivesuperior = -120; -foursuperior = -120; -ninesuperior = -120; -onesuperior = -120; -quotesingle = -114; -sevensuperior = -120; -six = -21; -sixsuperior = -120; -threesuperior = -120; -twosuperior = -120; +fiveinferior = { +T = -104; +W = -48; +parenright = -58; }; -comma.ss01 = { -eightsuperior = -127; -fivesuperior = -127; -foursuperior = -127; -ninesuperior = -127; -onesuperior = -127; -sevensuperior = -127; -sixsuperior = -127; -threesuperior = -127; -twosuperior = -127; +tcedilla = { +comma = 6; +parenright = 0; +bracketright = 0; }; -copyright = { -J = -28; -T = -30; -V = -34; -X = -62; -Y = -58; -parenright = -73; +eightsuperior = { +A = -98; +fraction = -27; +period = -110; +comma = -116; +slash = -103; +period.ss01 = -106; +comma.ss01 = -107; +hyphen = -37; }; -d = { -backslash = 27; -hbar = 0; -ibreve = 0; -idieresis = 13; -idieresis.ss01 = 2; -jcircumflex = 19; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -96; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = -86; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -247; +"@MMK_R_KO_a" = -63; +"@MMK_R_KO_aacute" = -52; +"@MMK_R_KO_a.ss05" = -50; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -43; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -15; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -33; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -21; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -110; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_hyphen" = -77; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_hyphen.case" = -25; +"@MMK_R_KO_endash.case" = -13; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_guillemetleft" = -83; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -45; +"@MMK_R_KO_percent" = -17; }; -dcaron = { -amacron = 55; -exclam.ss01 = 146; -zacute = 20; +ordfeminine = { +period = -110; +comma = -116; +period.ss01 = -106; +comma.ss01 = -107; +hyphen = -23; +parenright = -21; }; -dcroat = { -ecircumflexacute = 0; -i = 0; -i.ss01 = 0; -iacute = 0; -idotaccent = 0; -idotbelow = 0; -igrave = 0; -ihookabove = 0; -itilde = 30; -ocircumflexacute = 0; +Edotaccent = { +scaron = 17; }; -divide = { -one = 0; -parenright = -60; -parenright.case = -56; -three = -2; -two = 0; +Oslash = { +Eth = 0; +T = -25; +Tcaron = -25; +V = -18; +Y = -27; +l.ss04 = 0; +sevensuperior = -14; +parenright = -17; +bracketright = 0; +parenright.case = -17; +bracketright.case = 0; }; -dollar = { -eight = 15; -five = 7; -four = 6; -one = -15; -parenright = -63; -parenright.case = -54; -period = -14; -seven = -13; -six = 6; -three = 0; -two = -2; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -92; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -108; +"@MMK_R_KO_a" = -75; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -46; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -82; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -73; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -76; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = -77; +"@MMK_R_KO_t_t.liga" = -23; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -85; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_colon" = -23; +"@MMK_R_KO_semicolon" = -28; +"@MMK_R_KO_ellipsis" = -109; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -100; +"@MMK_R_KO_backslash" = 32; +"@MMK_R_KO_period.ss01" = -100; +"@MMK_R_KO_comma.ss01" = -101; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -100; +"@MMK_R_KO_endash" = -102; +"@MMK_R_KO_underscore" = -116; +"@MMK_R_KO_hyphen.case" = -93; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -90; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -29; }; -e = { -Tcedilla = -80; -asciitilde = -18; -backslash = -43; -gbreve.ss06 = 2; -germandbls = 0; -idieresis = -2; -logicalnot = -17; -parenleft = 10; -registered = -17; -seven = -25; +seven.numr = { +fraction = -51; }; -ecircumflex = { -parenright = -64; +at = { +underscore = -82; +parenright = -68; +bracketright = -46; +parenright.case = -64; +bracketright.case = -46; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 1; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -74; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -100; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -34; +"@MMK_R_KO_onesuperior" = -95; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -35; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -80; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -51; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = -10; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = -55; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -35; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -62; +"@MMK_R_KO_quotedblleft.ss01" = -41; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -27; +"@MMK_R_KO_trademark" = -95; +"@MMK_R_KO_asciicircum" = -42; }; -ecircumflexacute = { -parenright = -64; +F = { +Hbar = 49; +adieresis.ss05 = -27; +i.ss01 = 0; +iacute = -8; +igrave = 25; +idieresis = 73; +zcaron = -11; +idieresis.ss01 = 67; +three = -5; +seven = 15; +twoinferior = -34; +threeinferior = -34; +fourinferior = -81; +fiveinferior = -49; +sixinferior = -41; +eightinferior = -43; +numbersign = 0; +ellipsis.ss01 = -189; +ampersand = -18; +multiply = -37; }; -ecircumflexgrave = { -comma = -2; -comma.ss01 = -16; -hyphen = 17; -parenright = -24; -period.ss01 = -16; -quotedbl = -29; -quotedblright = -9; +nineinferior = { +parenright = -65; }; -ecircumflexhookabove = { -comma = -2; -comma.ss01 = -16; -parenright = 0; -period = -4; -period.ss01 = -16; -quotedbl = -16; +parenright = { +icircumflex = 16; +parenleft = 13; +braceright = -34; +asciicircum = -26; }; -edieresis = { -parenright = -48; +fivesuperior = { +A = -98; +fraction = -30; +period = -110; +comma = -116; +slash = -111; +period.ss01 = -106; +comma.ss01 = -107; +hyphen = -48; +guillemetleft = -50; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -33; +"@MMK_R_KO_O" = -46; +"@MMK_R_KO_Oacute" = -46; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = -44; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -117; +"@MMK_R_KO_U" = -45; +"@MMK_R_KO_V" = -120; +"@MMK_R_KO_W" = -86; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -172; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -22; +"@MMK_R_KO_l" = -34; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -56; +"@MMK_R_KO_g" = -35; +"@MMK_R_KO_i" = -34; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = -39; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -77; +"@MMK_R_KO_u" = -39; +"@MMK_R_KO_uacute" = -39; +"@MMK_R_KO_v" = -88; +"@MMK_R_KO_w" = -64; +"@MMK_R_KO_y" = -62; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss04" = -39; +"@MMK_R_KO_t_t.liga" = -77; +"@MMK_R_KO_pi" = -55; +"@MMK_R_KO_zero" = -48; +"@MMK_R_KO_one" = -99; +"@MMK_R_KO_two" = -16; +"@MMK_R_KO_three" = -23; +"@MMK_R_KO_four" = -21; +"@MMK_R_KO_five" = -25; +"@MMK_R_KO_six" = -55; +"@MMK_R_KO_seven" = -92; +"@MMK_R_KO_eight" = -23; +"@MMK_R_KO_nine" = -33; +"@MMK_R_KO_sixsuperior" = -200; +"@MMK_R_KO_onesuperior" = -137; +"@MMK_R_KO_foursuperior" = -198; +"@MMK_R_KO_sevensuperior" = -178; +"@MMK_R_KO_ninesuperior" = -200; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = -86; +"@MMK_R_KO_hyphen.case" = -180; +"@MMK_R_KO_endash.case" = -278; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = -38; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -228; +"@MMK_R_KO_quotesingle" = -93; +"@MMK_R_KO_quotedblleft.ss01" = -247; +"@MMK_R_KO_quotedblright.ss01" = -247; }; -edotaccent.ss01 = { -parenright = -64; +lcaron = { +l = 128; +ncaron = 32; +lcaron = 74; +scaron = 54; +exclam.ss01 = 84; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 30; +"@MMK_R_KO_Oacute" = 29; +"@MMK_R_KO_J" = -40; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -56; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -6; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_period.ss01" = -50; +"@MMK_R_KO_comma.ss01" = -50; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_hyphen.case" = 24; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_parenright.case" = -58; +"@MMK_R_KO_bracketright.case" = -46; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -24; }; -egrave = { -T = -80; -parenright = -64; +z = { +logicalnot = -35; }; -eight = { -minus = -14; -six = 12; +Eogonek = { +comma = 22; +parenright = 0; }; -eight.dnom = { -degree = -101; -parenright = -45; -question = -89; -question.ss01 = -94; -quotedbl = -83; -quotedblleft = -71; -quotedblleft.ss01 = -42; -quotedblright = -45; -quoteright = -45; -quotesingle = -83; +G = { +Eth = 24; +Hbar = 51; +Lslash = 32; +Oslash = 25; +hbar = 11; +idieresis = 26; +jcircumflex = 20; +eight = 12; +braceright.case = -41; }; eightinferior = { -parenright = -45; +parenright = -49; }; -eightsuperior = { -comma = -120; -comma.ss01 = -127; -fraction = -2; -period = -116; -period.ss01 = -127; -slash = -78; +comma = { +twosuperior = -116; +threesuperior = -116; +fivesuperior = -116; +eightsuperior = -116; }; -ellipsis = { -Tbar = -101; -eightsuperior = -200; -fivesuperior = -204; -foursuperior = -209; -ninesuperior = -210; -onesuperior = -157; -parenleft.case = -30; -quoteleft = -120; -quotesingle = -114; -sevensuperior = -191; -sixsuperior = -210; -tbar = -43; -threesuperior = -197; -twosuperior = -194; +pi = { +pi = 9; +onesuperior = -68; +sevensuperior = -66; +period = 0; +comma = 0; +colon = 5; +slash = 0; +hyphen = -7; +parenright = -49; +braceright = -21; +bracketright = -5; +quoteright = -28; +quotesingle = -26; +trademark = -66; }; -ellipsis.ss01 = { -Tbar = -98; -eightsuperior = -200; -fivesuperior = -204; -foursuperior = -209; -ninesuperior = -210; -onesuperior = -157; -question.ss01 = -109; -quotedbl = -238; -quotedblleft.ss01 = -257; -quotedblright.ss01 = -257; -sevensuperior = -191; -sixsuperior = -210; -threesuperior = -197; -twosuperior = -194; +iacute = { +a = 0; +c = 0; +ntilde = 0; +m = 0; +n = 0; +p = 0; +s = 0; }; -emacron = { -parenright = -39; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 34; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 74; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 39; +"@MMK_R_KO_f" = 57; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 69; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 64; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 31; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_z" = 52; +"@MMK_R_KO_l.ss04" = 73; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 32; +"@MMK_R_KO_sixsuperior" = 113; +"@MMK_R_KO_onesuperior" = 50; +"@MMK_R_KO_twosuperior" = 72; +"@MMK_R_KO_threesuperior" = 68; +"@MMK_R_KO_foursuperior" = 84; +"@MMK_R_KO_fivesuperior" = 104; +"@MMK_R_KO_sevensuperior" = 56; +"@MMK_R_KO_eightsuperior" = 104; +"@MMK_R_KO_ninesuperior" = 85; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_exclam" = 93; +"@MMK_R_KO_question" = 33; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 84; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 97; +"@MMK_R_KO_bracketright" = 100; +"@MMK_R_KO_quotedblleft" = 95; +"@MMK_R_KO_quoteleft" = 97; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_quotedbl" = 101; +"@MMK_R_KO_quotesingle" = 101; +"@MMK_R_KO_quotedblleft.ss01" = 94; }; -emdash = { -four.numr = -41; -foursuperior = -39; -one.numr = -54; -onesuperior = -64; -question.ss01 = -99; -questiondown = -37; -quotedbl = -47; -seven.numr = -45; -sevensuperior = -54; -sixsuperior = -33; -zero.numr = -31; +Dcroat = { +Dcroat = 30; +Itilde = 7; }; -emdash.case = { -quotedblbase = -113; -quotedblbase.ss01 = -110; +jcircumflex = { +E = 55; +U = 64; +k = 30; +l = 30; +i = 31; +j = 44; +jcircumflex = 54; +two = 37; +bracketright = 34; +quotedblleft = 9; +quotedblright = 32; +quoteleft = 9; +quoteright = 32; +quotedbl = 32; +quotesingle = 32; +quotedblright.ss01 = 39; +quoteright.ss01 = 39; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 61; +"@MMK_R_KO_imacron" = 75; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 20; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -4; +"@MMK_R_KO_asciicircum" = -37; }; -endash = { -H = 0; -Lslash = 34; -Tcedilla = -100; -endash = 0; -four.numr = -41; -foursuperior = -39; -n = 0; -one.numr = -54; -onesuperior = -64; -question.ss01 = -99; -quotedblbase = -26; -seven.numr = -45; -sevensuperior = -54; -sixsuperior = -33; -zero.numr = -31; +gbreve.ss06 = { +gbreve.ss06 = 20; }; -endash.case = { -quotedblbase = -113; -quotedblbase.ss01 = -110; +R = { +Hbar = 63; +Oslash = 7; +hbar = 35; +idieresis = 65; +jcircumflex = 54; +idieresis.ss01 = 63; +two = 18; +three = 13; +eight = 4; +nine = 4; +greater = 18; +logicalnot = -42; }; -eng = { -bracketright = 0; -j = 20; -parenright = -21; -slash = 13; +idieresis.ss01 = { +Idieresis.ss01 = 56; +exclam.ss01 = 44; }; -eogonek = { -parenright = -55; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -105; +question.ss01 = -96; +parenright = -59; +quotedblleft = -54; +quotedblright = -36; +quoteleft = -56; +quoteright = -36; +quotedbl = -85; +quotesingle = -85; +quotedblleft.ss01 = -42; +quoteleft.ss01 = -42; +quotedblright.ss01 = -40; +quoteright.ss01 = -40; +degree = -112; }; -equal = { -A = -16; -C = 10; -G = 10; -J = 0; -O = 10; -T = 0; -V = -20; -X = -44; -Y = -41; -bracketright = -41; -comma = -17; -equal = 0; -one = 0; -parenright = -54; -parenright.case = -51; -period = -16; -quotedbl = -12; -quotedblright = 0; -zero = 12; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -97; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = -76; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -115; +"@MMK_R_KO_a" = -82; +"@MMK_R_KO_aacute" = -65; +"@MMK_R_KO_a.ss05" = -86; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -87; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -31; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_four" = -93; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_colon" = -30; +"@MMK_R_KO_semicolon" = -36; +"@MMK_R_KO_ellipsis" = -118; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_slash" = -105; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = -105; +"@MMK_R_KO_endash" = -107; +"@MMK_R_KO_hyphen.case" = -97; +"@MMK_R_KO_parenleft" = -35; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_guillemetleft" = -98; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = -1; +"@MMK_R_KO_quotesingle" = -1; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -2; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 47; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -97; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -67; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -62; +"@MMK_R_KO_Y" = -120; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_pi" = -5; +"@MMK_R_KO_zero" = 4; +"@MMK_R_KO_one" = -87; +"@MMK_R_KO_two" = -17; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 15; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -99; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -70; +"@MMK_R_KO_foursuperior" = -96; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_question" = -122; +"@MMK_R_KO_slash" = -39; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -43; +"@MMK_R_KO_quotedbl" = -72; +"@MMK_R_KO_quotesingle" = -72; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -27; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -75; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -65; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -67; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = -26; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -87; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -84; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -84; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -80; +"@MMK_R_KO_comma.ss01" = -78; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -33; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_underscore" = -107; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -23; }; -euro = { -comma = -23; -comma.ss01 = -29; -parenright = -60; -parenright.case = -60; -period = -23; -period.ss01 = -29; -slash = -36; -three = 0; +Tcedilla = { +aacute = -79; +acircumflex.ss05 = -53; +amacron.ss05 = -46; +abreve.ss05 = -63; +endash.case = -66; }; -exclam = { -exclam = 5; -guillemetleft = -19; -guilsinglleft = -19; -parenright = -13; -quotedbl = 0; -quotedblleft = 0; -quotedblright = 0; +Yacute = { +Eth = -23; +Oslash = -57; +a.ss05 = -100; +ellipsis.ss01 = -153; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 26; +"@MMK_R_KO_Oacute" = 26; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -51; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -33; +"@MMK_R_KO_comma" = -37; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_hyphen.case" = 24; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -54; +"@MMK_R_KO_bracketright.case" = -28; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 22; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -exclam.ss01 = { -exclam.ss01 = 0; -parenright = -14; -period.ss01 = -24; +greater = { +parenright = -68; +bracketright = -55; +parenright.case = -67; +bracketright.case = -55; +greater = 0; }; -exclamdown = { -A = 8; -C = 0; -O = 0; -Q = 0; -T = -24; -V = -29; -Y = -57; -j = 49; +ecircumflexacute = { +onesuperior = -27; +sevensuperior = 0; +parenright = 0; +bracketright = 10; +quotedbl = -11; +quotesingle = -11; }; -exclamdown.ss01 = { -T = -14; -V = -27; -Y = -57; +Uhorn = { +exclam.ss01 = 47; }; -f = { -backslash = 40; -exclam.ss01 = 20; -germandbls = 14; -hbar = 2; -ibreve = 34; -idieresis = 53; -idieresis.ss01 = 47; -jcircumflex = 64; -n = 0; -nine = 16; -ordmasculine = 14; -parenleft = 7; -seven = 23; +Rcommaaccent = { +parenright = -30; }; -f_f.liga = { -backslash = 40; -hbar = 2; -ibreve = 34; -idieresis = 53; -idieresis.ss01 = 47; -nine = 16; -ordmasculine = 14; -parenleft = 7; -seven = 23; +question.ss01 = { +questiondown.case = -51; +questiondown.ss01 = -88; }; -f_f_i.liga = { -asciitilde = -32; +onesuperior = { +A = -70; +fraction = -5; +period = -110; +comma = -116; +slash = -83; +period.ss01 = -106; +comma.ss01 = -107; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -74; +"@MMK_R_KO_Oacute" = -74; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -71; +"@MMK_R_KO_S" = -59; +"@MMK_R_KO_T" = -137; +"@MMK_R_KO_U" = -74; +"@MMK_R_KO_V" = -137; +"@MMK_R_KO_W" = -109; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -171; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = -24; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = -24; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -77; +"@MMK_R_KO_u" = -48; +"@MMK_R_KO_uacute" = -48; +"@MMK_R_KO_v" = -105; +"@MMK_R_KO_w" = -76; +"@MMK_R_KO_y" = -42; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = -32; +"@MMK_R_KO_t_t.liga" = -77; +"@MMK_R_KO_zero" = -71; +"@MMK_R_KO_one" = -110; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -56; +"@MMK_R_KO_four" = -108; +"@MMK_R_KO_five" = -59; +"@MMK_R_KO_six" = -80; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = -52; +"@MMK_R_KO_nine" = -65; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_quotedblleft" = -119; +"@MMK_R_KO_quoteright" = -110; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = -145; +"@MMK_R_KO_quotesingle" = -93; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -65; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = -78; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -79; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 35; +"@MMK_R_KO_imacron" = 45; +"@MMK_R_KO_itilde" = 46; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = -17; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = 7; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = 14; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -165; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -78; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -219; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -18; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -50; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = 15; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 15; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_quoteright.ss01" = 10; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = 0; +}; +t_i.liga = { +hbar = 4; +idieresis = 29; +jcircumflex = 17; +lcommaaccent = -2; germandbls = 0; -hbar = 0; -idieresis = 14; -jcircumflex = 11; -logicalnot = -28; +logicalnot = -42; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 2; -jcircumflex = 19; -parenright = -13; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -77; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -81; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -39; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -50; +"@MMK_R_KO_onesuperior" = -105; +"@MMK_R_KO_twosuperior" = -36; +"@MMK_R_KO_threesuperior" = -49; +"@MMK_R_KO_foursuperior" = -43; +"@MMK_R_KO_fivesuperior" = -44; +"@MMK_R_KO_sevensuperior" = -95; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -64; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -58; +"@MMK_R_KO_asterisk" = -78; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -61; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -47; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -47; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -72; +"@MMK_R_KO_quotesingle" = -72; +"@MMK_R_KO_quotedblleft.ss01" = -53; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -39; +"@MMK_R_KO_trademark" = -110; +"@MMK_R_KO_asciicircum" = -55; }; -f_y.liga = { -Ydieresis = -39; -ampersand = -24; -asciitilde = -41; -exclam.ss01 = 6; -germandbls = 15; +adieresis.ss05 = { +germandbls = -21; }; -fi = { -asciitilde = -32; +a = { +l = 0; +idieresis = 0; +jcircumflex = -5; +s = 0; germandbls = 0; -hbar = 0; -idieresis = 14; -jcircumflex = 11; -logicalnot = -28; -}; -fi.ss01 = { -idieresis.ss01 = 2; -jcircumflex = 19; -parenright = -13; +notequal = -17; +logicalnot = -40; }; -five = { -asciicircum = -30; -ordfeminine = -11; -ordmasculine = -10; -six = 13; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -93; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_J" = -65; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -97; +"@MMK_R_KO_a" = -56; +"@MMK_R_KO_aacute" = -54; +"@MMK_R_KO_a.ss05" = -55; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -53; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -51; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -21; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -26; +"@MMK_R_KO_seven" = 24; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -107; +"@MMK_R_KO_comma" = -108; +"@MMK_R_KO_ellipsis" = -102; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -100; +"@MMK_R_KO_period.ss01" = -95; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -53; +"@MMK_R_KO_hyphen.case" = -42; +"@MMK_R_KO_endash.case" = -23; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_degree" = -1; +"@MMK_R_KO_plus" = -57; +"@MMK_R_KO_percent" = -2; +}; +icaron = { +icaron = 32; +j = 22; +parenright = 0; +quotedbl = 26; +quotesingle = 26; }; -five.dnom = { -degree = -76; -parenright = -56; -question = -89; -question.ss01 = -95; -quotedbl = -57; -quotedblleft = -45; -quotedblright = -15; -quoteright = -15; -quotesingle = -57; +braceleft.case = { +braceright.case = 6; +at = -25; +minus = -97; +logicalnot = -98; +asciicircum = -67; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 39; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 22; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -18; +"@MMK_R_KO_asciicircum" = -27; }; -five.numr = { -fraction = -18; +uhorndotbelow = { +a = -16; +a.ss05 = -16; +c = -16; +n = 9; +period = -25; +comma = -25; +ellipsis = -39; +question = 0; +parenright = -23; +quotedblright = 0; +quotedbl = 24; }; -fiveinferior = { -T = -109; -W = -33; -parenright = -54; +g.ss06 = { +oslash = 22; +iogonek = 25; +jcircumflex = 54; +gcircumflex.ss06 = 32; +notequal = -18; +logicalnot = -55; }; -fivesuperior = { -comma = -120; -comma.ss01 = -127; -fraction = -12; -period = -116; -period.ss01 = -127; -slash = -85; +yacute = { +T = -23; +eth = -36; +parenright = -66; }; -fl = { -backslash = 27; -ibreve = 0; -idieresis = 13; -idieresis.ss01 = 2; -jcircumflex = 19; +Imacron = { +Imacron = 60; +imacron = 61; +parenright.case = 5; }; -four = { -asciicircum = -59; -braceright = -43; -bracketright.case = -30; -fivesuperior = -38; -hyphen = 16; -minus = 0; -ninesuperior = -35; -ordfeminine = -44; -ordmasculine = -45; -six = 12; -sixsuperior = -37; -trademark = -49; +exclamdown.ss01 = { +T = -36; +V = -57; +Y = -93; +j.ss01 = 29; }; -four.dnom = { -degree = -94; -parenright = -42; -question = -82; -question.ss01 = -88; -quotedbl = -72; -quotedblleft = -60; -quotedblright = -37; -quoteright = -37; -quotesingle = -72; +oacute = { +seven = -41; }; -fourinferior = { -T = -100; -V = -80; -W = -45; -bracketright = -36; -parenright = -43; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -103; +"@MMK_R_KO_U" = -30; +"@MMK_R_KO_V" = -107; +"@MMK_R_KO_W" = -74; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -155; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -76; +"@MMK_R_KO_w" = -56; +"@MMK_R_KO_y" = -73; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -60; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -32; +"@MMK_R_KO_one" = -94; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -40; +"@MMK_R_KO_seven" = -86; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_sixsuperior" = -200; +"@MMK_R_KO_onesuperior" = -137; +"@MMK_R_KO_foursuperior" = -198; +"@MMK_R_KO_sevensuperior" = -178; +"@MMK_R_KO_ninesuperior" = -200; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_ellipsis" = 6; +"@MMK_R_KO_question" = -113; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -52; +"@MMK_R_KO_hyphen.case" = -121; +"@MMK_R_KO_endash.case" = -220; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_quotedblleft" = -238; +"@MMK_R_KO_quotedblright" = -238; +"@MMK_R_KO_quoteleft" = -116; +"@MMK_R_KO_quoteright" = -110; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -228; +"@MMK_R_KO_quotesingle" = -93; }; -foursuperior = { -comma = -120; -comma.ss01 = -127; -fraction = -4; -period = -116; -period.ss01 = -127; -slash = -77; +yen = { +zero = -29; +one = -26; +two = -30; +three = -26; +four = -27; +six = -36; +foursuperior = -35; +period = -47; +comma = -47; +colon = -35; +semicolon = -38; +slash = -55; +period.ss01 = -50; +comma.ss01 = -50; +colon.ss01 = -31; +semicolon.ss01 = -30; }; -fraction = { -eight.dnom = -9; -fiveinferior = 0; -fourinferior = -38; -nineinferior = -8; -seven.dnom = 33; -seveninferior = 34; -sixinferior = -9; -two.dnom = -8; -twoinferior = -5; -zeroinferior = -10; +idotaccent.ss01 = { +parenright = -21; }; -g = { -backslash = -22; -iogonek = 2; -jcircumflex = 12; +ldot.ss01.ss04 = { +period.ss01 = -94; +comma.ss01 = -94; }; -g.ss06 = { -colon.ss01 = 4; -hbar = 3; -idieresis = 45; -iogonek = 18; -jcircumflex = 50; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 19; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -82; +"@MMK_R_KO_U" = -18; +"@MMK_R_KO_V" = -96; +"@MMK_R_KO_W" = -62; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -106; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 19; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 19; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -50; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -75; +"@MMK_R_KO_w" = -46; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -43; +"@MMK_R_KO_one" = -72; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = -72; +"@MMK_R_KO_onesuperior" = -95; +"@MMK_R_KO_twosuperior" = -62; +"@MMK_R_KO_threesuperior" = -75; +"@MMK_R_KO_foursuperior" = -79; +"@MMK_R_KO_fivesuperior" = -69; +"@MMK_R_KO_sevensuperior" = -94; +"@MMK_R_KO_eightsuperior" = -66; +"@MMK_R_KO_ninesuperior" = -95; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_asterisk" = -104; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -86; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 21; +"@MMK_R_KO_question.ss01" = -69; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -25; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -35; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_bracketright.case" = 4; +"@MMK_R_KO_quotedblleft" = -81; +"@MMK_R_KO_quotedblright" = -71; +"@MMK_R_KO_quoteleft" = -67; +"@MMK_R_KO_quoteright" = -70; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -84; +"@MMK_R_KO_quotesingle" = -84; +"@MMK_R_KO_quotedblleft.ss01" = -66; +"@MMK_R_KO_quotedblright.ss01" = -64; +"@MMK_R_KO_quoteright.ss01" = -64; +"@MMK_R_KO_trademark" = -118; +"@MMK_R_KO_asciicircum" = -98; +}; +agrave.ss05 = { +T = -86; +Y = -113; }; -gbreve.ss06 = { -gbreve.ss06 = 25; +B = { +Hbar = 47; +Lslash = 33; +hbar = 22; +idieresis = 55; +jcircumflex = 32; +idieresis.ss01 = 62; +two = 2; +three = 25; +five = 25; +eight = 21; +nine = 16; +ampersand = 25; +greater = 13; }; -gcaron.ss06 = { -gcaron.ss06 = 25; +Tcaron = { +endash.case = -66; }; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 25; +oslash = { +d = 3; +k = 0; +l = 0; +e = 6; +eth = 5; +f = -4; +f_f.liga = -4; +f_f_i.liga = -4; +fi = -4; +f_y.liga = -4; +fl = -4; +g = 5; +m = -7; +n = -7; +r = -7; +j = -11; +s = 0; +t = -4; +v = -10; +y = -13; +l.ss03 = 0; +t_i.liga = -4; +t_t.liga = -4; +period = -23; +comma = -27; +slash = -38; +period.ss01 = -29; +comma.ss01 = -29; +hyphen = 7; +parenright = -52; +bracketright = -39; }; -gdotaccent.ss06 = { -gdotaccent.ss06 = 25; +guilsinglright = { +x = -56; +threesuperior = -51; +fivesuperior = -42; +eightsuperior = -30; +colon = -33; +semicolon = -38; +questiondown = -60; +question.ss01 = -71; +questiondown.ss01 = -56; +braceright = -79; +braceright.case = -71; +bracketright.case = -56; +quotesinglbase = -65; +quotedblbase = -65; +quotedblbase.ss01 = -54; +quoteright.ss01 = -36; }; -germandbls = { -a = 14; -a.ss05 = 14; -bracketright = -23; -c = 16; -comma = 0; -comma.ss01 = -10; -d = 14; -e = 17; -f = -5; -f_f.liga = -5; -f_f_i.liga = -5; -f_y.liga = -5; -fi = -5; -fl = -5; -g = 13; -g.ss06 = 11; -guillemetleft = 9; -guilsinglleft = 9; -hyphen = 23; -o = 16; -parenright = -58; -period = 0; -period.ss01 = -10; -quotedblleft = -22; -quotedblleft.ss01 = -26; -quoteleft = -22; -quotesingle = -25; -s = 13; -t = -6; -t_i.liga = -6; -t_i.liga.ss01 = -6; -t_t.liga = -6; -v = -2; -w = -2; -z = 4; +adieresis = { +germandbls = 0; }; -greater = { -J = -38; -T = -39; -X = -55; -Y = -57; -Z = -8; -greater = 0; -parenright = -48; +liraTurkish = { +one = -94; +two = -31; +seven = -95; +sixsuperior = -48; +onesuperior = -78; +threesuperior = -35; +foursuperior = -125; +fivesuperior = -40; +sevensuperior = -65; +eightsuperior = -32; +ninesuperior = -52; +period = -48; +comma = -50; +colon = -48; +semicolon = -51; +question = -111; +slash = -52; +period.ss01 = -36; +comma.ss01 = -37; +colon.ss01 = -30; +question.ss01 = -107; +parenright = -80; +parenright.case = -74; +quotedbl = -112; +quotesingle = -93; }; -greaterequal = { -T = -32; -one = -4; -parenright = -43; -seven = -9; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -88; +"@MMK_R_KO_U" = -15; +"@MMK_R_KO_V" = -98; +"@MMK_R_KO_W" = -61; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -129; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -115; +"@MMK_R_KO_onesuperior" = -137; +"@MMK_R_KO_twosuperior" = -116; +"@MMK_R_KO_threesuperior" = -120; +"@MMK_R_KO_foursuperior" = -122; +"@MMK_R_KO_fivesuperior" = -118; +"@MMK_R_KO_sevensuperior" = -144; +"@MMK_R_KO_eightsuperior" = -112; +"@MMK_R_KO_ninesuperior" = -131; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 33; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -89; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -82; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = -105; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quotedblright" = -124; +"@MMK_R_KO_quoteleft" = -111; +"@MMK_R_KO_quoteright" = -110; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -129; +"@MMK_R_KO_quotesingle" = -93; +"@MMK_R_KO_quotedblleft.ss01" = -102; +"@MMK_R_KO_quotedblright.ss01" = -116; +"@MMK_R_KO_quoteright.ss01" = -112; }; -guillemetleft = { -Tcedilla = -2; +quotedblbase = { +Dcroat = -36; +Iogonek = -3; +Lslash = -22; +Oslash = -13; +oslash = 0; +p = -4; +iogonek = -2; +jcircumflex = 16; +germandbls = -59; +l.ss03 = -13; g.ss06 = 0; -questiondown = -2; -quotedblbase = -9; -sevensuperior = -37; +numbersign = -32; +parenleft = -18; +parenleft.case = -34; +at = -20; +copyright = -66; +published = -66; +literSign = -15; +dollar = -26; +euro = -88; +minus = -145; +multiply = -68; +divide = -127; +equal = -33; +approxequal = -29; }; -guillemetright = { -Lslash = 14; -T = -78; -onesuperior = -72; -quotesinglbase = -38; -sevensuperior = -67; -sixsuperior = -42; +D = { +Dcroat = 29; +Eth = 29; +Hbar = 44; +Iogonek = 6; +Lslash = 33; +Oslash = 25; +lacute = 3; +zero = 15; +five = 10; +six = 4; +eight = 5; +endash.case = 17; +parenleft.case = 17; +braceright.case = -52; +at = 19; +less = 24; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -91; +"@MMK_R_KO_U" = -18; +"@MMK_R_KO_V" = -99; +"@MMK_R_KO_W" = -64; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = -39; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -71; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -12; +"@MMK_R_KO_l.ss04" = -14; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -56; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -183; +"@MMK_R_KO_onesuperior" = -137; +"@MMK_R_KO_twosuperior" = -181; +"@MMK_R_KO_threesuperior" = -179; +"@MMK_R_KO_foursuperior" = -185; +"@MMK_R_KO_fivesuperior" = -184; +"@MMK_R_KO_sevensuperior" = -178; +"@MMK_R_KO_eightsuperior" = -181; +"@MMK_R_KO_ninesuperior" = -193; +"@MMK_R_KO_period" = 28; +"@MMK_R_KO_comma" = 32; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -109; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -95; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -82; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -138; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -180; +"@MMK_R_KO_quotedblright" = -180; +"@MMK_R_KO_quoteleft" = -116; +"@MMK_R_KO_quoteright" = -110; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -182; +"@MMK_R_KO_quotesingle" = -93; +"@MMK_R_KO_quotedblleft.ss01" = -191; +"@MMK_R_KO_quotedblright.ss01" = -179; +"@MMK_R_KO_quoteright.ss01" = -117; +"@MMK_R_KO_trademark" = -207; +"@MMK_R_KO_asciicircum" = -203; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -49; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = -6; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 11; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -58; +"@MMK_R_KO_comma" = -58; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -55; +"@MMK_R_KO_backslash" = 26; +"@MMK_R_KO_period.ss01" = -59; +"@MMK_R_KO_comma.ss01" = -59; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -57; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 20; +"@MMK_R_KO_quoteright.ss01" = 20; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -7; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 23; +"@MMK_R_KO_Oacute" = 22; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -87; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -79; +"@MMK_R_KO_Y" = -116; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -40; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_pi" = -11; +"@MMK_R_KO_zero" = 10; +"@MMK_R_KO_one" = -50; +"@MMK_R_KO_two" = -36; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -54; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -91; +"@MMK_R_KO_foursuperior" = -48; +"@MMK_R_KO_sevensuperior" = -78; +"@MMK_R_KO_ninesuperior" = -64; +"@MMK_R_KO_period" = -60; +"@MMK_R_KO_comma" = -61; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_question" = -71; +"@MMK_R_KO_asterisk" = -84; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -54; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -76; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_parenright.case" = -68; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -38; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -38; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = -72; +"@MMK_R_KO_quotesingle" = -72; +"@MMK_R_KO_quotedblleft.ss01" = -47; +"@MMK_R_KO_quotedblright.ss01" = -36; +"@MMK_R_KO_plus" = -13; +"@MMK_R_KO_percent" = -54; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -91; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -79; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -93; +"@MMK_R_KO_a" = -56; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -43; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -53; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -38; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -50; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -19; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -76; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -28; +"@MMK_R_KO_seven" = 15; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -93; +"@MMK_R_KO_comma" = -93; +"@MMK_R_KO_ellipsis" = -93; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -93; +"@MMK_R_KO_period.ss01" = -93; +"@MMK_R_KO_comma.ss01" = -93; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_hyphen.case" = -24; +"@MMK_R_KO_endash.case" = -14; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -43; +"@MMK_R_KO_percent" = -8; }; -guilsinglleft = { -A = 0; -Adieresis = 0; -Aring = 0; -C = 0; -G = 0; -J = 0; -T = -2; -Tcommaaccent = -2; -V = -25; -W = -13; -X = 0; -Y = -48; -Yacute = -48; -Z = 0; -a = -19; -c = -23; -comma = 0; -d = -19; -e = -22; -f = 6; -f_f.liga = 6; -f_f_i.liga = 6; -f_y.liga = 6; -fi = 6; -fl = 6; -guilsinglleft = -39; -j = 5; -o = -22; -parenright = -41; -pi = 5; -s = -13; -semicolon = 9; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -v = 0; -w = 0; -x = 4; -y = 0; -z = 6; +ohorndotbelow.ss01 = { +c = 2; +i.ss01 = 17; +n = 17; +p = 17; +t = 24; +u = 21; +t_i.liga.ss01 = 24; +t_t.liga = 24; }; -guilsinglright = { -onesuperior = -72; -quotesinglbase = -38; -sevensuperior = -67; +t_i.liga.ss01 = { +parenright = -21; }; -h = { -abrevehookabove.ss05 = 4; -acircumflexhookabove.ss05 = 4; -backslash = -37; -e = 8; -registered = -18; -seven = -23; -yhookabove = -16; +endash = { +x = -58; +one.numr = -63; +four.numr = -15; +seven.numr = -50; +colon = -21; +semicolon = -26; +questiondown = -64; +question.ss01 = -106; +questiondown.ss01 = -59; +endash = 0; +quotedblbase = -60; +quotedblbase.ss01 = -86; +quoteright.ss01 = 0; }; -hyphen = { -Dcroat = 17; -Jcircumflex = 0; -Lslash = 34; -OE = 18; -Oslash = 18; -Tcedilla = -100; -Ycircumflex = -104; -Ydieresis = -104; -Ydieresis.ss01 = -104; -Ydotbelow = -104; -Ydotbelow.ss01 = -104; -Ygrave = -104; -braceright = -59; -four.numr = -41; -foursuperior = -39; -hyphen = -11; -l.ss03 = 5; -mu = 0; -one = -54; -one.numr = -57; -onesuperior = -64; -oslash = 23; -question.ss01 = -99; -questiondown = -37; -quotedbl = -47; -quotedblbase = -26; -quotedblbase.ss01 = -14; -quoteleft = -40; -quotesinglbase = -26; -seven.numr = -48; -sevensuperior = -54; -six.numr = -33; -sixsuperior = -33; -two = -17; -zero.numr = -34; +Ygrave = { +ellipsis.ss01 = -153; +endash.case = -66; +}; +fraction = { +zero.dnom = -22; +two.dnom = -32; +four.dnom = -62; +eight.dnom = -23; +zeroinferior = -20; +twoinferior = -27; +fourinferior = -62; +fiveinferior = -12; +sixinferior = -21; +seveninferior = 0; +nineinferior = -30; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = -35; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = -23; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -26; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss03" = -17; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = -27; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -48; +"@MMK_R_KO_comma" = -50; +"@MMK_R_KO_colon" = -17; +"@MMK_R_KO_semicolon" = -24; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = -17; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -58; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -53; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = -29; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_parenleft" = -14; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -28; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +}; +g = { +l = -2; +iogonek = 0; +jcircumflex = 12; +}; +m = { +ordfeminine = -40; +ordmasculine = -41; +seven = -31; +registered = -23; +logicalnot = -40; +}; +ohorntilde = { +i = 17; +idotaccent = 17; +i.ss01 = 17; +n = 17; +period = -26; +comma = -28; +period.ss01 = -31; +comma.ss01 = -32; +parenright = -29; +quotedbl = 16; }; hyphen.case = { -Dcroat = 26; -Jcircumflex = -65; -Lslash = 16; -Oslash = 27; -Tcedilla = -81; -Ycircumflex = -72; -bracketright.case = -54; -hyphen.case = -12; -parenleft.case = 18; -quotedblbase = -113; -quotedblbase.ss01 = -110; -quotesinglbase = -113; +Dcroat = 7; +Lslash = 0; +Oslash = 3; +one.numr = -76; +seven.numr = -65; +question.ss01 = -59; +parenleft.case = -3; +braceright.case = -101; +bracketright.case = -79; +quotesinglbase = -110; +quotedblbase = -138; +quotedblbase.ss01 = -180; +quoteright.ss01 = -3; +dollar = -27; }; -i = { -asciitilde = -32; -germandbls = 0; -hbar = 0; -idieresis = 14; -jcircumflex = 11; -logicalnot = -28; -p = 0; +ohornhookabove = { +i = 17; +idotaccent = 17; +i.ss01 = 17; +idotaccent.ss01 = 17; +m = 11; +n = 17; +period = -26; +comma = -29; +period.ss01 = -31; +comma.ss01 = -32; +parenright = -30; +bracketright = -23; +guillemetright = 0; +quotedbl = 16; }; -i.ss01 = { -bracketright = -5; -idieresis.ss01 = 2; -jcircumflex = 19; -parenright = -14; +y = { +germandbls = 4; +zeroinferior = -53; +twoinferior = -51; +ampersand = -29; +logicalnot = -48; +asciitilde = -61; }; -iacute = { -ccaron = 0; -j = 10; -jacute = 10; -parenright = 0; -rcaron = 18; -scaron = 0; -thorn = 0; -zcaron = 0; +Idotaccent.ss02 = { +endash.case = -55; }; -ibreve = { -T = 48; -exclam = 31; -i = 0; -imacron = 32; -l = 0; -l.ss04 = 37; -onesuperior = 30; -parenright = 16; -question = 2; -quotesingle = 30; -sevensuperior = 38; +Scedilla = { +idieresis = 30; }; -icircumflex = { -Icircumflex = 38; -i.ss01 = 19; -j.ss01 = 20; -ordfeminine = 48; -parenleft = 20; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = -32; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -33; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = -46; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -32; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -32; +"@MMK_R_KO_n" = -32; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -33; +"@MMK_R_KO_lslash" = -42; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = -32; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss03" = -33; +"@MMK_R_KO_l.ss04" = -33; +"@MMK_R_KO_g.ss06" = -25; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_twosuperior" = -42; +"@MMK_R_KO_threesuperior" = -53; +"@MMK_R_KO_foursuperior" = -50; +"@MMK_R_KO_fivesuperior" = -44; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = -39; +"@MMK_R_KO_ninesuperior" = -58; +"@MMK_R_KO_period" = -39; +"@MMK_R_KO_comma" = -40; +"@MMK_R_KO_colon" = -27; +"@MMK_R_KO_semicolon" = -26; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_exclam" = -32; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -43; +"@MMK_R_KO_comma.ss01" = -44; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -49; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -41; +"@MMK_R_KO_parenleft" = -33; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -55; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_quotedbl" = -50; +"@MMK_R_KO_quotesingle" = -50; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -39; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -7; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = 3; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -15; +"@MMK_R_KO_plus" = -17; +"@MMK_R_KO_percent" = -11; }; -idieresis = { -Idieresis = 47; -Idieresis.ss02 = 61; -b = 14; -eightsuperior = 45; -exclam = 53; -fivesuperior = 38; -h = 14; -i = 14; -idieresis = 42; -j = 17; -k = 14; -l = 14; -l.ss03 = 19; -l.ss04 = 56; -ninesuperior = 49; -onesuperior = 66; -parenright = 18; -question = 35; -quotedbl = 58; -quotedblright = 62; -quotesingle = 58; -sevensuperior = 63; -sixsuperior = 43; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -threesuperior = 55; -twosuperior = 53; +f = { +f = 14; +f_f.liga = 14; +f_y.liga = 14; +fl = 14; +igrave = 10; +idieresis = 22; +seven = 16; +ampersand = -31; }; -idieresis.ss01 = { -b = 3; -comma.ss01 = -18; -k = 3; -l = 3; -l.ss03 = 8; -l.ss04 = 70; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = -31; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = -43; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -115; +"@MMK_R_KO_U" = -44; +"@MMK_R_KO_V" = -119; +"@MMK_R_KO_W" = -85; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -170; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -31; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -54; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = -31; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_lslash" = -40; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -73; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -31; +"@MMK_R_KO_v" = -86; +"@MMK_R_KO_w" = -62; +"@MMK_R_KO_y" = -40; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss04" = -38; +"@MMK_R_KO_t_t.liga" = -73; +"@MMK_R_KO_pi" = -53; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -97; +"@MMK_R_KO_two" = -15; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -52; +"@MMK_R_KO_seven" = -91; +"@MMK_R_KO_eight" = -22; +"@MMK_R_KO_nine" = -32; +"@MMK_R_KO_asterisk" = -117; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -86; +"@MMK_R_KO_hyphen.case" = -117; +"@MMK_R_KO_endash.case" = -247; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -117; +"@MMK_R_KO_quotedblright.ss01" = -247; +"@MMK_R_KO_plus" = -117; +"@MMK_R_KO_percent" = -106; }; -idotaccent = { -idieresis = 14; -jcircumflex = 11; +numero = { +period = -30; +comma = -32; +period.ss01 = -31; +comma.ss01 = -32; +parenright = -49; +parenright.case = -45; }; -idotaccent.ss01 = { -parenright = -14; +cent = { +onesuperior = -41; +sevensuperior = -46; +period = -47; +comma = -49; +slash = -49; +period.ss01 = -34; +comma.ss01 = -35; +parenright = -73; +bracketright = -54; +parenright.case = -69; +bracketright.case = -59; }; -idotbelow = { -comma = 0; -j = 11; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -78; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = -63; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -70; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_aacute" = -38; +"@MMK_R_KO_a.ss05" = -44; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -39; +"@MMK_R_KO_eacute" = -38; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -36; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_icircumflex" = 44; +"@MMK_R_KO_imacron" = 65; +"@MMK_R_KO_itilde" = 59; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = -32; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = -46; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -79; +"@MMK_R_KO_comma" = -79; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -25; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -84; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -75; +"@MMK_R_KO_comma.ss01" = -76; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_underscore" = -91; +"@MMK_R_KO_hyphen.case" = -29; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 9; +"@MMK_R_KO_quoteright.ss01" = 9; +"@MMK_R_KO_trademark" = -2; +"@MMK_R_KO_asciicircum" = -32; }; -idotbelow.ss01 = { -period.ss01 = -19; +Icircumflex = { +Icircumflex = 38; +l = 0; +icircumflex = 56; +l.ss03 = 3; +l.ss04 = 25; +parenright = 0; +bracketright = 9; +parenright.case = 5; +bracketright.case = 22; }; -igrave = { -parenright = -45; +iogonek = { +iogonek = 12; +j = 13; }; -ihookabove = { -comma.ss01 = -18; -period.ss01 = -20; -quotedbl = 0; +uhorn = { +a = -16; +a.ss05 = -16; +ohorn = -16; +ohorndotbelow = -16; +ohorndotbelow.ss01 = -16; +ohorngrave = -16; +ohornacute = -16; +ohornhookabove = -16; +ohorntilde = -13; +period = -25; +comma = -25; +ellipsis = -39; +question = 0; +period.ss01 = -39; +ellipsis.ss01 = -39; +comma.ss01 = -40; +parenright = -23; quotedblright = 0; +quotedbl = 24; }; -imacron = { -I = 42; -N = 42; -P = 42; -S = 44; -V = 76; -b = 13; -bracketright = 58; -ccaron = 0; -comma.ss01 = -18; -eightsuperior = 47; -exclam = 54; -fivesuperior = 41; -h = 13; -i = 14; -ibreve = 32; -imacron = 104; -j = 15; -j.ss01 = 14; -k = 13; -kcommaaccent = 13; -l = 13; -l.ss03 = 18; -l.ss04 = 80; -lcommaaccent = 13; -lcommaaccent.ss03 = 18; -lcommaaccent.ss04 = 80; -ninesuperior = 53; -onesuperior = 68; -parenright = 33; -period.ss01 = -20; -question = 51; -quotedbl = 60; -quotedblleft = 35; -quotedblleft.ss01 = 40; -quotedblright = 64; -quotedblright.ss01 = 52; -quoteleft = 35; -quoteright = 64; -quotesingle = 60; -scaron = 10; -sevensuperior = 62; -sixsuperior = 50; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -thorn = 13; -threesuperior = 56; -twosuperior = 56; -zcaron = 9; +underscore = { +g.ss06 = 32; +underscore = 13; +parenleft.case = -58; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -34; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -55; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -57; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = 48; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = -34; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_v" = -60; +"@MMK_R_KO_w" = -48; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_pi" = -41; +"@MMK_R_KO_zero" = -29; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = -50; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = -18; +"@MMK_R_KO_period" = -34; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_hyphen" = -72; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -76; +"@MMK_R_KO_guillemetright" = -69; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -79; +}; +W = { +Hbar = 49; +adieresis.ss05 = -37; +igrave = 23; +idieresis = 62; +scaron = -15; +idieresis.ss01 = 60; +six = -33; +seven = 22; +threeinferior = -58; +ampersand = -41; +plus = -43; +minus = -52; +notequal = -32; +logicalnot = -70; +asciitilde = -72; }; -infinity = { -bracketright = -59; -parenright = -67; -parenright.case = -62; +Aogonek = { +Lslash = 0; +period = 15; +comma = 27; +endash.case = -44; +parenright = 0; +bracketright = 0; }; -integral = { -A = -44; -a = -44; -d = -44; -e = -48; -integral = -43; -s = -44; +Z = { +Lslash = 0; +igrave = 39; +ibreve = 54; +icaron = 55; +zero = -11; +two = 17; +six = -18; +seven = 11; +numbersign = 0; +endash.case = -26; +at = -2; +plus = -61; +minus = -71; +divide = -52; +equal = -5; +less = -34; +logicalnot = -97; +asciitilde = -110; }; -iogonek = { -comma = 6; -iogonek = 2; -j = 11; -parenright = 4; +emdash = { +x = -70; +zero.numr = -45; +one.numr = -64; +three.numr = -34; +four.numr = -106; +five.numr = -38; +six.numr = -44; +seven.numr = -51; +eight.numr = -32; +nine.numr = -50; +threesuperior = -29; +fivesuperior = -33; +eightsuperior = -25; +colon = -26; +semicolon = -29; +questiondown = -34; +question.ss01 = -109; +questiondown.ss01 = -31; +quotedblbase = -23; +quotedblbase.ss01 = -7; +quoteleft.ss01 = -21; +quoteright.ss01 = -27; }; -itilde = { -N = 38; -b = 10; -comma.ss01 = -18; -eightsuperior = 32; -exclam = 41; -fivesuperior = 28; -h = 10; -i = 2; -itilde = 19; -j = 11; -k = 10; -l = 10; -ninesuperior = 32; -onesuperior = 48; -parenright = 21; -period.ss01 = -20; -question = 16; -quotedbl = 48; -quotedblright = 45; -quotedblright.ss01 = 38; -quoteright = 45; -quotesingle = 48; -sevensuperior = 53; -sixsuperior = 22; -t = 0; -threesuperior = 34; -twosuperior = 33; +tbar = { +a = 0; +e = 0; +tbar = -3; }; -j = { -braceright = 0; +eng = { +j = 22; +slash = 9; +parenright = -30; bracketright = 0; -comma = 0; -hbar = 0; -idieresis = 14; -iogonek = 2; -j = 11; -jcircumflex = 11; -parenright = -13; -semicolon = 22; -slash = 14; }; -j.ss01 = { -bracketright = 0; -comma.ss01 = -13; -j.ss01 = 11; -parenright = 0; -slash = 14; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -100; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = -107; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -83; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -44; +"@MMK_R_KO_I.ss02" = -36; +"@MMK_R_KO_J.ss10" = -277; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = -27; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = -28; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = -36; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_t_t.liga" = 0; }; -jacute = { -adieresis.ss05 = 0; -backslash = 41; -ccaron = 0; -comma = 0; -hbar = 0; -hcircumflex = 0; -i.ss01 = 0; -iacute = 0; -idieresis = 19; -idotaccent.ss01 = 0; -iogonek = 2; -j = 11; -jcircumflex = 11; -rcaron = 18; -scaron = 0; -semicolon = 22; -seven = 4; -slash = 14; -zcaron = 0; +percent = { +twosuperior = -50; +threesuperior = -93; +fivesuperior = -91; +eightsuperior = -86; +question.ss01 = -102; +bracketright.case = -11; +quoteright.ss01 = -81; }; -jcircumflex = { -hcircumflex = 18; -i.ss01 = 18; -jcircumflex = 101; -scircumflex = 12; +Uhornhookabove = { +exclam.ss01 = 47; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -52; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -85; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = -32; +"@MMK_R_KO_I.ss02" = -35; +"@MMK_R_KO_J.ss10" = -30; }; -k = { -ampersand = -19; -asciitilde = -72; -exclam.ss01 = 0; -iogonek = 0; -logicalnot = -59; -minus = -37; -plus = -36; -two = 5; -yhookabove = 6; +uhorngrave = { +a = -16; +a.ss05 = -16; +o = -16; +n = 9; +period = -25; +comma = -25; +period.ss01 = -39; +comma.ss01 = -40; +parenright = -23; +quotedblright = 4; +quotedbl = 24; }; -l = { -Hbar = 29; -at = 0; -backslash = 27; -hbar = 0; -ibreve = 0; -idieresis = 13; -idieresis.ss01 = 2; -jcircumflex = 19; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -plus = -11; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 39; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 14; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -22; +"@MMK_R_KO_asciicircum" = -27; }; -l.ss03 = { -iogonek = 6; -jcircumflex = 7; -periodcentered.loclCAT = -12; +a.ss05 = { +p = 0; +jcircumflex = -5; +germandbls = -13; +gbreve.ss06 = 13; +gcircumflex.ss06 = 13; +ordfeminine = -59; +ordmasculine = -62; +seven = -38; +notequal = -23; +logicalnot = -52; }; -l.ss04 = { -ibreve = 0; -idieresis = 13; -jcircumflex = 19; +Itilde = { +Itilde = 43; +igrave = 31; +itilde = 66; }; -lcaron = { -exclam.ss01 = 146; -ncaron = 52; -scaron = 74; +threesuperior = { +A = -96; +fraction = -27; +period = -110; +comma = -116; +slash = -105; +period.ss01 = -106; +comma.ss01 = -107; +hyphen = -40; +parenright = -38; +parenright.case = -39; +guillemetleft = -49; }; -lcaron.ss03 = { -b = 102; -bracketright = 138; -ccaron = 50; -comma = 30; -eightsuperior = 107; -exclam = 125; -exclam.ss01 = 122; -fivesuperior = 112; -h = 102; -i = 88; -i.ss01 = 101; -j = 89; -j.ss01 = 103; -k = 102; -l.ss03 = 107; -lcaron.ss03 = 107; -m = 10; -n = 10; -ncaron = 26; -ninesuperior = 112; -onesuperior = 131; -parenright = 105; -period = 33; -question = 89; -question.ss01 = 82; -quotedbl = 137; -quotedblleft = 75; -quotedblleft.ss01 = 96; -quoteleft = 75; -quoteleft.ss01 = 96; -quotesingle = 137; -s = 19; -scaron = 79; -sevensuperior = 142; -sixsuperior = 100; -t = 28; -t_i.liga = 28; -t_t.liga = 28; -threesuperior = 114; -twosuperior = 111; -u = 10; -uacute = 10; -v = 0; -zcaron = 80; +ydotbelow.ss01 = { +period.ss01 = -82; +parenright = 0; }; -lcaron.ss04 = { -exclam.ss01 = 146; -ncaron = 52; -scaron = 74; +endash.case = { +seven.numr = -64; +bracketright.case = -79; +quotedblbase = -230; +quotedblbase.ss01 = -247; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 55; +"@MMK_R_KO_imacron" = 61; +"@MMK_R_KO_itilde" = 66; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 30; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = 3; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -21; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -29; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_itilde" = 34; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -19; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = -28; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -29; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -49; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -34; +"@MMK_R_KO_one" = -99; +"@MMK_R_KO_two" = 8; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -42; +"@MMK_R_KO_seven" = -87; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_sixsuperior" = -116; +"@MMK_R_KO_onesuperior" = -116; +"@MMK_R_KO_foursuperior" = -116; +"@MMK_R_KO_sevensuperior" = -116; +"@MMK_R_KO_ninesuperior" = -116; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_asterisk" = -116; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_hyphen.case" = -116; +"@MMK_R_KO_endash.case" = -116; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = -116; +"@MMK_R_KO_quotedblright" = -116; +"@MMK_R_KO_quoteleft" = -116; +"@MMK_R_KO_quoteright" = -110; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -116; +"@MMK_R_KO_quotesingle" = -93; }; -lcommaaccent = { -j = 11; +N = { +Hbar = 42; +igrave = 30; +icaron = 55; +idieresis = 62; +jcircumflex = 47; +idieresis.ss01 = 55; +degree = -15; +logicalnot = -36; }; -ldot.ss01 = { -a = 19; -comma.ss01 = -104; -e = 19; -period.ss01 = -106; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -71; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 20; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = -41; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -83; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -48; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = -10; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = -50; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -51; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = -48; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_braceright" = -60; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -56; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -89; +"@MMK_R_KO_asciicircum" = -40; }; -ldot.ss01.ss04 = { -comma.ss01 = -104; +b = { +seven = -28; +registered = -16; +notequal = -13; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = -17; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -83; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -96; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = -100; +"@MMK_R_KO_Y" = -103; +"@MMK_R_KO_Z" = -54; +"@MMK_R_KO_I.ss02" = -88; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = -29; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_t_t.liga" = 0; +}; +Itilde.ss02 = { +igrave = 42; +}; +trademark = { +period = -110; +comma = -116; +slash = -119; period.ss01 = -106; +comma.ss01 = -107; +hyphen = -81; +parenright = -36; +parenright.case = -37; +guillemetleft = -72; +guilsinglleft = -72; +guillemetright = -51; +guilsinglright = -51; }; -ldot.ss04 = { -a = 20; -e = 19; -o = 20; +literSign = { +parenright = -47; +parenright.case = -41; +guillemetleft = -44; +guilsinglleft = -44; }; -less = { -S = 22; -less = 0; -parenright = -22; -three = 15; +ohorn = { +i = 39; +idotaccent = 39; +i.ss01 = 39; +idotaccent.ss01 = 39; +m = 32; +n = 39; +r = 39; +t = 45; +u = 42; +v = 27; +t_i.liga = 45; +t_t.liga = 45; +period = -10; +comma = -14; +period.ss01 = -17; +comma.ss01 = -18; +hyphen = 24; +parenright = -14; +bracketright = -2; +quotedbl = 38; }; -lessequal = { -n = -7; -parenright = -35; +quotedblleft = { +A = -94; +Dcroat = 0; +Hbar = 38; +igrave = 0; +icircumflex = 17; +imacron = 50; +jcircumflex = 5; +s = -18; +x = -32; +g.ss06 = -27; +mu = -9; +exclamdown = -20; +questiondown = -122; +backslash = 7; +questiondown.case = -77; +underscore = -219; +quotedblbase = -238; +ampersand = -42; +minus = -21; +divide = 0; +asciitilde = -59; }; -liraTurkish = { -foursuperior = -57; -one = -90; -onesuperior = -70; -parenright = -72; -question = -96; -question.ss01 = -107; -quotedbl = -60; -quotesingle = -60; -seven = -94; -sevensuperior = -61; -sixsuperior = -44; -slash = -42; -two = -32; +l.ss04 = { +Hbar = 42; +l.ss04 = 19; +periodcentered.loclCAT = 20; +parenright = -15; +bracketright = 0; +quoteright = 0; }; -literSign = { -parenright = -41; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 58; +"@MMK_R_KO_imacron" = 74; +"@MMK_R_KO_itilde" = 74; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -86; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 14; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -61; }; -logicalnot = { -one = -39; -parenright = -93; -parenright.case = -79; -seven = -43; -two = -37; -y = -40; +integral = { +guillemetright = -59; +guilsinglright = -59; +integral = -59; +A = -58; +a = -53; +d = -53; +a.ss05 = -61; +e = -59; +s = -60; +w = -44; }; -lslash.ss03 = { -comma = 18; -period = 21; +two.dnom = { +question = -111; +question.ss01 = -107; +parenright = -55; +quotedblleft = -84; +quotedblright = -58; +quoteleft = -87; +quoteright = -58; +quotedbl = -117; +quotesingle = -93; +quotedblleft.ss01 = -70; +quoteleft.ss01 = -70; +quotedblright.ss01 = -69; +quoteright.ss01 = -69; +degree = -140; }; -m = { -backslash = -37; -comma = 9; -e = 8; -hyphen = 9; -multiply = -6; -ordmasculine = -31; -parenleft = 6; -period = 9; -registered = -17; -seven = -23; -wgrave = -3; +parenleft.case = { +Icircumflex = 18; +Imacron = 18; +Idieresis = 19; +Dcroat = -24; +Eth = -24; +Iogonek = 13; +Itilde = 18; +Lslash = -17; +Idieresis.ss01 = 18; +four.numr = -55; +numbersign = -40; +questiondown.case = -33; +question.ss01 = -46; +parenleft.case = -49; +quotedblbase = -21; +quotedblbase.ss01 = 0; +at = -48; +ampersand = -42; +section = -35; +copyright = -61; +registered = -56; +published = -61; +literSign = -42; +numero = -16; +cent = -55; +dollar = -45; +euro = -62; +liraTurkish = -43; +minus = -93; +multiply = -75; +divide = -69; +equal = -60; +notequal = -66; +less = -59; +greaterequal = -12; +approxequal = -60; +logicalnot = -89; +asciitilde = -107; +asciicircum = -74; +infinity = -57; +radical = -50; }; -minus = { -A = -45; -I.ss02 = -67; -T = -94; -V = -50; -X = -94; -Y = -86; -Z = -43; -comma = -109; +Iacute.ss02 = { +igrave = 42; +endash.case = -55; +}; +tenge = { +four = -27; +period = -110; +comma = -116; +slash = -79; +period.ss01 = -106; comma.ss01 = -107; -eight = -14; -four = 0; -one = 0; -parenright = -76; -parenright.case = -72; -period = -109; -period.ss01 = -111; -quotedblleft = -16; -quotedblright = 0; -seven = -6; -seven.numr = -52; -tenge = -13; -three = -19; -two = -16; -x = -37; -yen = -40; }; -mu = { -braceright = -37; -bracketright = -37; -comma.ss01 = -18; -hyphen = 0; -mu = 0; -one = -11; -onesuperior = -42; -parenright = -48; -period.ss01 = -20; +colon = { +A = -4; +D = 0; +C = 7; +J = 0; +T = -23; +V = -37; +W = -18; +Y = -71; +a = -4; +c = -7; +e = -6; +o = -6; +f = 2; +s = 0; +t = 0; +z = 7; +t_i.liga = 0; pi = 0; -quotedbl = -28; -quotedblleft = -16; -quotedblright = -12; -quoteleft = -16; -quoteright = -12; -quotesingle = -28; -sevensuperior = -44; -trademark = -54; -twosuperior = -14; +zero = 0; +one = -6; +two = 11; +three = 0; +four = -16; +sevensuperior = -56; +emdash = -26; +parenright = -59; +braceright = -38; +bracketright = -36; +parenright.case = -33; +guillemetleft = -35; +guilsinglleft = -32; }; -multiply = { -A = -27; -P = -7; -T = -24; -Y = -64; -five = 0; -one = 0; -p = -8; -parenright = -64; -parenright.case = -62; -two = 0; +h = { +seven = -31; +registered = -23; }; -n = { -Tcedilla = -59; -asciitilde = -28; -at = 0; -backslash = -37; -degree = -41; -e = 8; -greaterequal = -2; -guilsinglright = 0; -jcircumflex = 19; -logicalnot = -24; -multiply = -6; -n = 0; -ordmasculine = -31; -parenleft = 6; -registered = -18; -seven = -23; +emacron = { +Y = -41; +lcommaaccent = 8; }; -ncaron = { -Yacute = -49; -parenright = -37; +numbersign = { +A = -20; +J = -39; +T = -17; +X = -51; +Y = -47; +one = 0; +eight = 11; +period = -19; +comma = -23; +slash = -30; +period.ss01 = -17; +comma.ss01 = -17; +parenright = -53; +bracketright = -47; +parenright.case = -48; +bracketright.case = -45; }; -nine = { -braceright = -23; -bracketright.case = -24; -ordmasculine = 0; -six = 23; -trademark = -32; +copyright = { +parenright = -73; +parenright.case = -68; }; -nine.dnom = { -degree = -105; -parenright = -59; -question = -97; -question.ss01 = -96; -quotedbl = -89; -quotedblleft = -78; -quotedblleft.ss01 = -49; -quotedblright = -52; -quotedblright.ss01 = -46; -quoteright = -52; -quotesingle = -89; +t = { +iogonek = 0; +wdieresis = 12; +two = 12; +logicalnot = -32; +asciitilde = -50; }; -nineinferior = { -parenright = -59; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_eacute" = 20; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 37; +"@MMK_R_KO_imacron" = 54; +"@MMK_R_KO_itilde" = 53; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 24; +"@MMK_R_KO_s" = 21; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 15; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_backslash" = -15; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = -47; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_bracketright.case" = -5; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -29; +}; +Hcircumflex = { +igrave = 30; }; -ninesuperior = { -comma = -120; -comma.ss01 = -127; -fraction = -14; -period = -116; -period.ss01 = -127; -slash = -90; +aogonek.ss05 = { +j = 21; +comma = 14; +parenright = 0; +bracketright = 0; }; -notequal = { -N = -18; -b = -15; -parenright = -39; -zero = -7; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -69; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -21; +"@MMK_R_KO_J.ss10" = -17; +}; +_B.currency = { +_baht.bar = -23; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = -15; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = -10; +"@MMK_R_KO_l.ss04" = -14; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = -12; +"@MMK_R_KO_question" = -43; +"@MMK_R_KO_asterisk" = -42; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = -45; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = -5; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_parenleft" = -11; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -40; }; -ntilde = { -parenright = -41; +rupeeIndian = { +four = -37; +period = -56; +comma = -55; +slash = -40; +period.ss01 = -54; +comma.ss01 = -55; }; -numbersign = { -A = -12; -C = 10; -J = -12; -T = 0; -V = -14; -X = -38; -Y = -40; -bracketright = -47; -comma = -17; -comma.ss01 = -26; -eight = 8; -four = 0; -nine = 7; -one = 0; -parenright = -47; -parenright.case = -46; -period = -17; -period.ss01 = -26; -six = 10; +Zdotaccent = { +Hbar = 56; +endash.case = -26; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -36; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -48; +"@MMK_R_KO_asterisk" = -59; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +}; +P = { +Hbar = 57; +Oslash = 16; +hbar = 32; +igrave = -2; +idieresis = 45; +idieresis.ss01 = 40; +two = 0; three = 0; +five = -5; +seven = 15; +nine = 7; +twoinferior = -53; +threeinferior = -50; +fourinferior = -112; +ellipsis.ss01 = -164; +endash.case = 14; +braceright.case = -26; +ampersand = -31; }; -numero = { -one = 0; -parenright = -42; -period = -26; +twoinferior = { +T = -112; +V = -85; +W = -55; +Y = -136; +t = -36; +t_i.liga = -36; +t_t.liga = -36; +parenright = -39; }; -o = { -Ydieresis = -93; -Ydieresis.ss01 = -93; -backslash = -39; -bracketright = -56; -gbreve.ss06 = 7; -gcircumflex.ss06 = 7; -gcommaaccent.ss06 = 7; -germandbls = 0; -logicalnot = -16; -n = 0; -parenleft = 13; -quotedbl = -42; -quotedblright = -9; -quoteright = -9; -quotesingle = -42; -registered = -17; -seven = -25; -tbar = 5; -two = -4; +wdieresis = { +period = -61; +comma = -62; +bracketright = -58; }; -oacute = { -parenright = -60; +uhungarumlaut = { +onesuperior = -21; +sevensuperior = 0; +parenright = 0; +bracketright = 0; }; -ocircumflex = { -T = -39; +odieresis = { +germandbls = -6; +gbreve.ss06 = -10; }; -ocircumflexgrave = { -comma = -9; -comma.ss01 = -18; -guillemetright = -22; -hyphen = 23; -parenright = -23; -period = -11; -period.ss01 = -19; -quotedbl = -32; -quotedblright = -9; +ohorndotbelow = { +c = 2; +i = 17; +idotaccent = 17; +m = 17; +n = 17; +p = 17; +t = 24; +u = 21; +t_i.liga = 24; +t_t.liga = 24; +period = -26; +comma = -28; +parenright = -30; +bracketright = -23; }; -ocircumflexhookabove = { -comma = -9; -comma.ss01 = -18; -guillemetright = -22; -hyphen = 23; -parenright = 0; -period = -11; -period.ss01 = -19; -quotedbl = -18; -quotedblright = -8; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_Oacute" = 25; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -51; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 30; +"@MMK_R_KO_itilde" = 21; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 24; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = 4; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -1; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -33; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_underscore" = -83; +"@MMK_R_KO_hyphen.case" = 23; +"@MMK_R_KO_parenleft" = 18; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -42; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_bracketright.case" = -28; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -48; +"@MMK_R_KO_asciicircum" = -5; }; -ocircumflextilde = { -parenright = -55; +one.numr = { +fraction = 0; }; -odieresis = { -gbreve.ss06 = 7; -germandbls = 0; -parenright = -51; +Uhorntilde = { +exclam.ss01 = 47; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = 1; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_pi" = 13; +"@MMK_R_KO_zero" = 8; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_two" = 1; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -3; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = -25; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -3; }; -odieresis.ss01 = { -germandbls = 0; +two = { +icircumflex = 35; +x = 0; +colon = 14; +semicolon = 12; +braceright = 0; +minus = -26; +multiply = -2; }; -ohookabove = { -parenright = -65; +j = { +hbar = 18; +idieresis = 32; +iogonek = 2; +jcircumflex = 44; }; -ohorn = { -comma = -11; -comma.ss01 = -20; -hyphen = 19; -parenright = -36; -period = -13; -period.ss01 = -22; -quotedbl = -5; -quotedblright = -2; -u = 5; +ldot.ss01 = { +period.ss01 = -94; +comma.ss01 = -94; }; -ohornacute = { -c = 11; -parenright = -32; -t = 4; -t_i.liga = 4; -t_t.liga = 4; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -40; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -10; +"@MMK_R_KO_l.ss04" = -13; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -92; +"@MMK_R_KO_twosuperior" = -53; +"@MMK_R_KO_threesuperior" = -43; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -99; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -11; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -34; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -58; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -19; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -40; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -40; +"@MMK_R_KO_quoteright.ss01" = -40; +"@MMK_R_KO_trademark" = -80; +"@MMK_R_KO_asciicircum" = -41; }; -ohorndotbelow = { -c = 11; -comma = -11; -parenright = -33; -period = -13; -t = 4; -t_i.liga = 4; -t_t.liga = 4; -u = 5; +idieresis = { +l = 32; +icaron = 39; +idieresis = 51; }; -ohorndotbelow.ss01 = { -c = 11; -comma.ss01 = -20; -parenright = -32; -period.ss01 = -22; -t = 4; -t_i.liga.ss01 = 4; -t_t.liga = 4; +approxequal = { +one = 0; +parenright = -66; +parenright.case = -64; +A = -40; +I.ss02 = -5; }; -ohorngrave = { -comma = -11; -comma.ss01 = -20; -parenright = -33; -period = -13; -period.ss01 = -22; -quotedbl = -5; -quotedblright = -2; +ograve = { +T = -88; }; -ohornhookabove = { -comma = -11; -comma.ss01 = -20; -parenright = -32; -period = -13; -period.ss01 = -22; -quotedbl = -5; -quotedblright = -2; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = -4; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_x" = -50; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = -6; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_colon" = -17; +"@MMK_R_KO_semicolon" = -20; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = -19; +"@MMK_R_KO_question" = -63; +"@MMK_R_KO_asterisk" = -67; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -58; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -69; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -65; +"@MMK_R_KO_quotedblleft.ss01" = -38; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -98; }; -ohorntilde = { -comma = -11; -comma.ss01 = -20; -parenright = -32; -period = -13; -period.ss01 = -22; +S = { +Hbar = 49; +Lslash = 33; +hbar = 18; +ibreve = 2; +idieresis = 42; +idieresis.ss01 = 45; +two = 4; +three = 25; +five = 25; +eight = 21; +ampersand = 24; +dollar = 20; +greater = 11; +logicalnot = -25; }; -ohungarumlaut = { -b = 2; -bracketright = 12; -h = 2; -i = 0; -j = 0; -k = 2; -l = 2; -l.ss04 = 33; -parenright = 0; -quotedbl = 0; -quotedblright = 0; -sevensuperior = 16; +periodcentered.loclCAT = { +l = 20; +l.ss03 = 22; +l.ss04 = 9; }; -omacron = { -T = -31; -parenright = -43; +Iogonek = { +iogonek = 28; +j = 42; +j.ss01 = 42; }; -one = { -bracketright = -2; -colon.ss01 = -6; -comma = 0; -comma.ss01 = -20; -degree = -19; -equal = 0; -four = 0; -icircumflex = 23; -multiply = -9; -one = 0; -ordfeminine = -9; -ordmasculine = -10; -parenright = -5; -parenright.case = 0; -percent = 0; -period = 0; -period.ss01 = -21; -seven = 0; -slash = -3; -three = 0; -two = 0; -zero = 0; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 29; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -27; }; -one.dnom = { -degree = -83; -one.dnom = 0; -parenright = -47; -question = -93; -question.ss01 = -105; -quotedbl = -60; -quotedblleft = -48; -quotedblright = -23; -quoteright = -23; -quotesingle = -60; -two.dnom = 0; -zero.dnom = 0; +racute = { +parenright = -23; +bracketright = 0; }; -one.numr = { -fraction = 0; +questiondown.case = { +C = -14; +Q = -14; +Q.ss09 = -14; +T = -91; +V = -90; +W = -56; +Y = -106; +one = -91; +seven = -88; +parenright.case = -53; +quotedblleft = -107; +quoteright = -99; +quotedbl = -108; +quotesingle = -93; +quotedblleft.ss01 = -101; +quoteright.ss01 = -91; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; +f_y.liga = { +germandbls = 4; +zeroinferior = -53; +ampersand = -29; }; -onesuperior = { -A = -59; -comma = -120; -comma.ss01 = -127; -period = -116; -period.ss01 = -127; -slash = -79; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -48; +"@MMK_R_KO_Oacute" = -48; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = -50; +"@MMK_R_KO_S" = -42; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -56; +"@MMK_R_KO_aacute" = -55; +"@MMK_R_KO_a.ss05" = -50; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -56; +"@MMK_R_KO_eacute" = -56; +"@MMK_R_KO_f" = -41; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_n" = -48; +"@MMK_R_KO_j" = 39; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -56; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -51; +"@MMK_R_KO_v" = -54; +"@MMK_R_KO_w" = -47; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -35; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_pi" = -45; +"@MMK_R_KO_zero" = -53; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_two" = -25; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_five" = -20; +"@MMK_R_KO_six" = -64; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -42; +"@MMK_R_KO_nine" = -45; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_foursuperior" = -50; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -56; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -49; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -33; +"@MMK_R_KO_hyphen" = -74; +"@MMK_R_KO_endash" = -76; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 26; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -62; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -40; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -45; +"@MMK_R_KO_plus" = -82; +"@MMK_R_KO_percent" = -54; }; -ordfeminine = { -comma = -120; -comma.ss01 = -127; -parenright = -28; -period = -116; -period.ss01 = -127; +bracketleft.case = { +Icircumflex = 22; +numbersign = -45; +parenleft.case = -22; +bracketright.case = 28; +at = -23; +literSign = -39; +euro = -59; +minus = -88; +equal = -68; +less = -55; +asciitilde = -101; +asciicircum = -67; +infinity = -54; }; -ordmasculine = { -comma = -120; -comma.ss01 = -127; -hyphen = -48; -parenright = -38; -parenright.case = -38; -period = -116; -period.ss01 = -127; -slash = -94; +K = { +Lslash = -15; +Oslash = -8; +edieresis = -34; +odieresis.ss01 = -37; +odieresis = -36; +oslash = -7; +igrave = 18; +rcaron = 9; +idieresis = 54; +jcircumflex = 8; +ygrave = -36; +ytilde = -36; +idieresis.ss01 = 51; +zero = -48; +two = 0; +three = -34; +six = -56; +seven = 0; +nine = -44; +numbersign = -47; +endash.case = -99; +parenleft.case = -44; +at = -45; +ampersand = -21; +registered = -63; +dollar = -43; +plus = -96; +minus = -111; +multiply = -73; +divide = -87; +equal = -60; +notequal = -64; +less = -70; +logicalnot = -128; +asciitilde = -123; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 27; +"@MMK_R_KO_Oacute" = 26; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -51; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_f" = 23; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 27; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_itilde" = 22; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 25; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 18; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -33; +"@MMK_R_KO_comma" = -37; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_underscore" = -82; +"@MMK_R_KO_hyphen.case" = 24; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -41; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -54; +"@MMK_R_KO_bracketright.case" = -28; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 22; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -3; }; -oslash = { -a = 16; -bracketright = -31; -c = 15; -comma = -9; -comma.ss01 = -18; -d = 16; -e = 15; -f = 2; -f_f.liga = 2; -f_f_i.liga = 2; -f_y.liga = 2; -fi = 2; -fl = 2; -g = 15; -g.ss06 = 8; -hyphen = 23; -l.ss03 = 9; -l.ss04 = 24; -o = 15; -oslash = 15; -parenright = -34; -period = -11; -period.ss01 = -19; -s = 5; -t = 2; -t_i.liga = 2; -t_t.liga = 2; -u = 8; -v = 0; -y = 0; +semicolon = { +four = -19; +onesuperior = -52; +sevensuperior = -58; +hyphen = -31; +emdash = -31; +endash = -24; +hyphen.case = 0; +parenright = -39; +guillemetleft = -38; }; -otilde = { -parenright = -55; +Thorn = { +Eth = 30; }; -p = { -backslash = -37; -parenleft = 16; -registered = -15; -seven = -22; -two = -3; +four.dnom = { +question = -110; +question.ss01 = -106; +parenright = -57; +quotedblleft = -71; +quotedblright = -55; +quoteleft = -73; +quoteright = -55; +quotedbl = -96; +quotesingle = -93; +quotedblleft.ss01 = -61; +quoteleft.ss01 = -61; +quotedblright.ss01 = -50; +quoteright.ss01 = -50; +degree = -125; }; -parenleft = { -Abrevetilde = -32; -Ccedilla = -63; -Ccircumflex = -63; -Dcroat = -34; -Eth = -34; -Gcircumflex = -65; -Icircumflex = 46; -Idieresis = 23; -Idotaccent = 2; -Imacron = 44; -Iogonek = 25; -Itilde = 17; -Jcircumflex = -22; -Lslash = -23; -OE = -63; -Odieresis = -63; -Odieresis.ss01 = -63; -Oslash = -18; -Scedilla = -49; -Scircumflex = -41; -Ydieresis = -8; -a.ss05 = -51; -acircumflexacute = -40; -adieresis = -64; -agrave = -66; -ampersand = -60; -approxequal = -64; -aring = -67; -asciicircum = -66; -asciitilde = -100; -at = -74; -ccaron = -47; -ccedilla = -56; -ccircumflex = -66; -cent = -70; -copyright = -73; -divide = -61; -dollar = -61; -equal = -54; -euro = -64; -four.numr = -45; -g.ss06 = 0; -germandbls = -42; -greater = -22; -greaterequal = -35; -hcircumflex = 57; -i.ss01 = -14; -iacute = -46; -ibreve = 15; -idotaccent.ss01 = -14; -imacron = 33; -infinity = -67; -iogonek = 17; -jcircumflex = 59; -l.ss03 = -3; -l.ss04 = 7; -less = -47; -lessequal = -43; -liraTurkish = -49; -literSign = -58; -logicalnot = -89; -minus = -77; -mu = -4; -multiply = -67; -notequal = -64; -numbersign = -47; -numero = -13; -ocircumflex = -66; -ohornhookabove = -66; -onesuperior = -27; -oslash = -15; -p = 0; -plusminus = -29; -published = -73; -question.ss01 = -45; -questiondown = -21; -quotedblbase = 0; -quotedblbase.ss01 = 0; -quotesinglbase = 0; -racute = -48; -radical = -55; -scaron = -31; -scedilla = -34; -scircumflex = -55; -scommaaccent = -54; -section = -56; -semicolon.ss01 = 0; -sterling = -40; -summation = 22; -tbar = -54; -tcommaaccent = -41; -thorn = 8; -udieresis = -58; -udieresis.ss01 = -55; -ugrave = -60; -wacute = -46; -wgrave = -46; -zcaron = -21; +braceright = { +Y = -44; +period = -44; +comma = -40; +period.ss01 = -51; +comma.ss01 = -43; +parenright = -52; +braceright = -35; +asciicircum = -67; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 39; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 16; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 11; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -27; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_Oacute" = -62; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -61; +"@MMK_R_KO_S" = -50; +"@MMK_R_KO_T" = -120; +"@MMK_R_KO_U" = -62; +"@MMK_R_KO_V" = -124; +"@MMK_R_KO_W" = -98; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -162; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -52; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = -24; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_f" = -55; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = -24; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -73; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -93; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = -32; +"@MMK_R_KO_t_t.liga" = -73; +"@MMK_R_KO_zero" = -61; +"@MMK_R_KO_one" = -93; +"@MMK_R_KO_two" = -7; +"@MMK_R_KO_three" = -47; +"@MMK_R_KO_four" = -98; +"@MMK_R_KO_five" = -50; +"@MMK_R_KO_six" = -68; +"@MMK_R_KO_seven" = -97; +"@MMK_R_KO_eight" = -43; +"@MMK_R_KO_nine" = -58; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = -135; +"@MMK_R_KO_quotesingle" = -93; +"@MMK_R_KO_quotedblleft.ss01" = -97; }; -parenleft.case = { -Dcroat = -31; -Icircumflex = 45; -Imacron = 43; -Iogonek = 21; -Lslash = -20; -OE = -61; -approxequal = -44; -asciicircum = -66; -asciitilde = -92; -at = -61; -copyright = -71; -dollar = -55; -equal = -51; -euro = -62; -infinity = -62; -less = -43; -logicalnot = -85; -minus = -72; -multiply = -64; -numbersign = -46; -parenleft.case = -58; -published = -71; -question.ss01 = -45; -questiondown.case = -37; -quotedblbase = -23; -radical = -52; -section = -37; +ampersand = { +one = -59; +seven = -53; +parenright = -49; +bracketright = -5; +quotedblleft = -47; +quotedblright = -40; +quoteleft = -48; +quoteright = -40; +quotedbl = -66; +quotesingle = -66; +quotedblleft.ss01 = -46; +quoteleft.ss01 = -46; +quotedblright.ss01 = -31; +quoteright.ss01 = -31; +v = -38; +w = -26; +y = -36; }; -parenright = { -asciicircum = -17; -braceright = -25; +four = { +x = -43; +ordfeminine = -57; +ordmasculine = -57; +zero.numr = -57; +one.numr = -61; +three.numr = -58; +four.numr = -63; +five.numr = -58; +six.numr = -56; +seven.numr = -55; +eight.numr = -56; +nine.numr = -67; +threesuperior = -55; +fivesuperior = -53; +eightsuperior = -45; +colon = -10; +semicolon = -15; +question.ss01 = -53; +underscore = -53; +braceright = -47; +braceright.case = -51; +bracketright.case = -34; +quoteright.ss01 = -53; +registered = -26; +trademark = -73; +asciicircum = -76; }; -parenright.case = { -bracketright.case = -21; -colon = 12; -comma = -20; -comma.ss01 = -29; -emdash.case = 18; -hyphen.case = 18; -parenleft.case = 14; -parenright.case = -58; -period = -21; -period.ss01 = -31; -quotedbl = -17; -semicolon = 13; -slash = -28; +zerosuperior = { +A = -93; +fraction = -35; +period = -110; +comma = -116; +slash = -104; +period.ss01 = -106; +comma.ss01 = -107; +parenright = -49; +parenright.case = -50; +guillemetleft = -57; +guilsinglleft = -57; +}; +n = { +n = 0; +gcircumflex.ss06 = -2; +ordfeminine = -40; +ordmasculine = -42; +seven = -31; +at = 0; +registered = -23; +degree = -66; +notequal = -23; +greaterequal = -11; +logicalnot = -40; +}; +bracketleft = { +Icircumflex = 9; +Dcroat = -15; +Oslash = 0; +oslash = 0; +hcircumflex = 4; +i = 3; +idotaccent = 3; +iacute = -10; +ntilde = -14; +nacute = -14; +p = 0; +ibreve = 45; +icircumflex = 25; +imacron = 69; +jcircumflex = 61; +macute = -14; +scaron = -4; +scircumflex = -21; +germandbls = -41; +x = 0; +colon = -36; +numbersign = -47; +parenleft = -26; +at = -46; +ampersand = -47; +literSign = -43; +dollar = -25; +euro = -59; +minus = -87; +equal = -65; +less = -55; +asciitilde = -100; +asciicircum = -63; +infinity = -54; }; -percent = { -eightsuperior = -61; -fivesuperior = -67; -foursuperior = -83; -ninesuperior = -66; -onesuperior = -74; -question.ss01 = -99; -sevensuperior = -68; -sixsuperior = -71; -threesuperior = -62; -twosuperior = -37; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 119; +"@MMK_R_KO_O" = 84; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 74; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 69; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 64; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 31; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 22; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 52; +"@MMK_R_KO_l.ss03" = 76; +"@MMK_R_KO_l.ss04" = 73; +"@MMK_R_KO_t_t.liga" = 32; +"@MMK_R_KO_sixsuperior" = 113; +"@MMK_R_KO_onesuperior" = 50; +"@MMK_R_KO_twosuperior" = 72; +"@MMK_R_KO_threesuperior" = 68; +"@MMK_R_KO_foursuperior" = 84; +"@MMK_R_KO_fivesuperior" = 104; +"@MMK_R_KO_sevensuperior" = 56; +"@MMK_R_KO_eightsuperior" = 104; +"@MMK_R_KO_ninesuperior" = 85; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 93; +"@MMK_R_KO_question" = 33; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 84; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 97; +"@MMK_R_KO_bracketright" = 100; +"@MMK_R_KO_quotedblleft" = 95; +"@MMK_R_KO_quoteleft" = 97; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_quotedbl" = 101; +"@MMK_R_KO_quotesingle" = 101; +"@MMK_R_KO_quotedblleft.ss01" = 94; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 56; +"@MMK_R_KO_O" = 31; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 39; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = 52; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 61; +"@MMK_R_KO_I.ss02" = 74; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 39; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 39; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 62; +"@MMK_R_KO_itilde" = 44; +"@MMK_R_KO_j" = 33; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 30; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 57; +"@MMK_R_KO_onesuperior" = 16; +"@MMK_R_KO_twosuperior" = 51; +"@MMK_R_KO_threesuperior" = 48; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_fivesuperior" = 50; +"@MMK_R_KO_sevensuperior" = 41; +"@MMK_R_KO_eightsuperior" = 58; +"@MMK_R_KO_ninesuperior" = 39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 58; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 37; +"@MMK_R_KO_parenright" = 31; +"@MMK_R_KO_bracketright" = 64; +"@MMK_R_KO_quotedblleft" = 35; +"@MMK_R_KO_quotedblright" = 58; +"@MMK_R_KO_quoteleft" = 37; +"@MMK_R_KO_quoteright" = 57; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 33; +"@MMK_R_KO_quotesingle" = 33; +"@MMK_R_KO_quotedblleft.ss01" = 13; +"@MMK_R_KO_quotedblright.ss01" = 70; +"@MMK_R_KO_quoteright.ss01" = 70; }; -period = { -braceright = -20; -eightsuperior = -116; -fivesuperior = -116; -foursuperior = -116; -g.ss06 = 20; -ninesuperior = -116; -onesuperior = -116; -ordfeminine = -116; -ordmasculine = -116; -parenleft.case = -21; -quotesingle = -114; -sevensuperior = -116; -six = -19; -sixsuperior = -116; -threesuperior = -116; -twosuperior = -116; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 20; }; -period.ss01 = { -Y = -127; -eightsuperior = -127; -fivesuperior = -127; -foursuperior = -127; -mu = -19; -ninesuperior = -127; -onesuperior = -127; -ordfeminine = -127; -ordmasculine = -127; -parenleft.case = -31; -question.ss01 = -109; -quotedbl = -127; -sevensuperior = -127; -sixsuperior = -127; -threesuperior = -127; -twosuperior = -127; +J.ss10 = { +Hbar = 51; +ibreve = 60; +icaron = 64; +idieresis = 70; +jcircumflex = 53; +idieresis.ss01 = 64; }; -perthousand = { -asterisk = -137; -comma = -2; -comma.ss01 = -17; -parenright = -71; -parenright.case = -45; -period = -5; -period.ss01 = -20; -question = -96; -question.ss01 = -110; -quotedblleft = -88; -quotedblleft.ss01 = -61; -quotedblright = -63; -quotedblright.ss01 = -60; -quoteleft = -88; -quoteright = -63; +quotedblbase.ss01 = { +Dcroat = -50; +oslash = 0; +p = -10; +germandbls = -60; +asterisk = -136; +numbersign = -26; +question.ss01 = -95; +hyphen.case = -180; +emdash.case = -180; +parenleft.case = -40; +quotedblleft.ss01 = -247; +quoteright.ss01 = -117; +at = -34; +copyright = -63; +published = -63; +dollar = -28; +euro = -85; +minus = -184; +multiply = -57; +divide = -135; +equal = -32; +approxequal = -32; }; -pi = { -braceright = -30; -bracketright = -30; -colon = 18; -comma = 0; -guillemetright = 2; -hyphen = -11; -parenright = -37; -period = 0; -period.ss01 = -10; -pi = 12; -quoteright = -2; -quotesingle = -16; -semicolon = 19; -sevensuperior = -37; -slash = -2; -trademark = -48; +l.ss03 = { +oslash = 3; +periodcentered.loclCAT = 0; +notequal = -30; +logicalnot = -62; }; -plus = { -X = -91; -asterisk = -35; -braceright = -72; -bracketright = -66; -bracketright.case = -65; -comma = -88; -comma.ss01 = -92; -one = 0; -parenright = -73; -parenright.case = -67; -period = -88; -period.ss01 = -92; -plus = -17; -question = -41; -quotedbl = -31; -quotedblleft = -14; -quotedblright = 0; -quoteright = 0; -quotesingle = -31; -seven = -5; -slash = -59; -tenge = -13; -three = -19; -two = -13; +parenleft = { +Icircumflex = 8; +Imacron = 8; +Idieresis = 8; +Dcroat = -24; +Eth = -24; +Iogonek = 12; +Lslash = -16; +Oslash = -18; +a.ss05 = -52; +thorn = 0; +ccedilla = -43; +ccaron = -36; +edieresis = -43; +odieresis = -46; +oslash = -5; +hcircumflex = 0; +i = -5; +idotaccent = -5; +i.ss01 = -12; +iacute = -39; +ntilde = -47; +nacute = -48; +ncaron = -39; +ncommaaccent = -48; +p = 0; +idieresis = 34; +imacron = 42; +iogonek = 8; +jcircumflex = 45; +scedilla = -25; +scaron = -21; +scircumflex = -49; +germandbls = -45; +tcedilla = -32; x = -36; -yen = -38; -}; -plusminus = { -one = 5; -parenright = -29; -}; -published = { -T = -30; -Y = -58; -parenright = -73; -}; -q = { -backslash = -22; -braceright = -4; -bracketright = 0; -comma = 3; -comma.ss01 = -2; -j = 11; -j.ss01 = 11; -parenright = 0; -semicolon = 23; -slash = 24; +zcaron = -13; +g.ss06 = 0; +mu = 0; +four.numr = -55; +colon = -52; +numbersign = -43; +semicolon.ss01 = 0; +question.ss01 = -44; +parenleft = -54; +braceleft = -43; +quotedblbase = 0; +quotedblbase.ss01 = 0; +at = -62; +ampersand = -56; +section = -47; +copyright = -65; +registered = -58; +published = -65; +literSign = -56; +numero = -17; +cent = -61; +dollar = -49; +euro = -65; +liraTurkish = -48; +sterling = -41; +minus = -96; +multiply = -78; +divide = -74; +equal = -63; +notequal = -67; +greater = -35; +less = -60; +greaterequal = -32; +lessequal = -45; +plusminus = -39; +approxequal = -74; +logicalnot = -93; +asciitilde = -113; +asciicircum = -74; +infinity = -64; +summation = 8; +radical = -50; }; -question = { -exclam = 8; -questiondown = -91; +asciicircum = { +one = 0; +two = 0; +three = -19; +four = -72; +eight = -32; +period = -110; +comma = -116; +asterisk = -22; +slash = -119; +period.ss01 = -106; +comma.ss01 = -107; +hyphen = -173; +hyphen.case = -20; +parenright = -82; +bracketright = -64; +parenright.case = -83; +bracketright.case = -68; +u = -27; +x = -41; +mu = -30; }; -question.ss01 = { -question.ss01 = 0; -questiondown.ss01 = -88; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = -18; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = -7; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -46; +"@MMK_R_KO_w" = -32; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -8; +"@MMK_R_KO_l.ss04" = -14; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = -46; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_twosuperior" = -34; +"@MMK_R_KO_threesuperior" = -42; +"@MMK_R_KO_foursuperior" = -51; +"@MMK_R_KO_fivesuperior" = -47; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = -39; +"@MMK_R_KO_ninesuperior" = -59; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -62; +"@MMK_R_KO_asterisk" = -86; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -59; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -52; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -64; +"@MMK_R_KO_quotedblleft.ss01" = -55; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -39; }; -questiondown = { -p = 0; -questiondown = 0; +plus = { +one = -5; +two = -25; +three = -63; +seven = -9; +seven.numr = -71; +period = -110; +comma = -116; +question = -96; +asterisk = -57; +slash = -75; +period.ss01 = -106; +comma.ss01 = -107; +question.ss01 = -85; +parenright = -89; +braceright = -87; +bracketright = -72; +parenright.case = -84; +braceright.case = -94; +bracketright.case = -71; +quotedblleft = -19; +quotedblright = -27; +quoteleft = -20; +quoteright = -27; +guillemetright = -51; +quotedbl = -43; +quotesingle = -43; +quotedblleft.ss01 = -29; +quoteleft.ss01 = -29; +quotedblright.ss01 = -14; +trademark = -79; +tenge = -26; +yen = -51; +plus = -18; +x = -61; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 60; +"@MMK_R_KO_imacron" = 73; +"@MMK_R_KO_itilde" = 79; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 23; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -69; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -49; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 4; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -29; }; -questiondown.case = { -C = -11; -Q = -11; -T = -87; -V = -80; -Y = -99; -quotedbl = -97; -quotedblleft = -104; -quotedblleft.ss01 = -105; -quoteright = -94; -quoteright.ss01 = -99; -quotesingle = -97; -seven = -88; +quoteleft = { +Hbar = 32; +igrave = 0; +icircumflex = 15; +imacron = 50; +jcircumflex = 4; +g.ss06 = -34; +mu = -9; +exclamdown = -20; +questiondown = -116; +questiondown.case = -79; +quotedblbase = -116; +ampersand = -39; +minus = -22; +divide = 0; +logicalnot = -32; +asciitilde = -60; }; -questiondown.ss01 = { -C = -81; -D = -19; -E = -19; -G = -70; -N = -19; -O = -81; -P = -19; -Q = -81; -S = -46; -T = -109; -U = -67; -V = -117; -W = -75; -Y = -144; -a = -43; -c = -51; -d = -43; -e = -49; -four = -97; -o = -50; -q = -39; -quotedbl = -116; -quotedblleft.ss01 = -109; -quoteright.ss01 = -94; -quotesingle = -114; -s = -32; -t = -62; -t_i.liga.ss01 = -62; -t_t.liga = -62; -v = -79; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -94; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -84; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -238; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -110; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_ellipsis" = -238; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -103; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 7; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -21; +"@MMK_R_KO_percent" = -10; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -15; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -19; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -93; +"@MMK_R_KO_V" = -79; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -114; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -15; }; -quotedbl = { -A = -81; -AE = -81; -Aacute = -81; -Adieresis = -81; -Agrave = -81; -Amacron = -81; -Aring = -81; -Dcroat = -12; -Hbar = 38; -Jcircumflex = -54; -Lslash = -22; -asciitilde = -66; -ellipsis.ss01 = -238; -emdash = -47; -exclamdown = -32; -exclamdown.ss01 = -33; -g.ss06 = -36; -hbar = 13; -hyphen = -47; -imacron = 61; -jcircumflex = 53; -l.ss04 = 29; -mu = -28; -oslash = -42; -period.ss01 = -127; -questiondown = -115; -questiondown.case = -84; -questiondown.ss01 = -111; -underscore = -238; +nine.dnom = { +question = -105; +question.ss01 = -102; +parenright = -70; +parenright.case = -47; +quotedblleft = -93; +quotedblright = -66; +quoteleft = -98; +quoteright = -66; +quotedbl = -122; +quotesingle = -93; +quotedblleft.ss01 = -77; +quoteleft.ss01 = -77; +quotedblright.ss01 = -75; +quoteright.ss01 = -75; +degree = -147; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -96; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -117; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_aacute" = -46; +"@MMK_R_KO_a.ss05" = -50; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_eacute" = -50; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -53; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -15; +"@MMK_R_KO_four" = -77; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -33; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -21; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -110; +"@MMK_R_KO_period.ss01" = -106; +"@MMK_R_KO_comma.ss01" = -107; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_hyphen" = -71; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_hyphen.case" = -25; +"@MMK_R_KO_endash.case" = -13; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_guillemetleft" = -83; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -45; }; -quotedblbase = { -Dcroat = -34; -Icircumflex = -14; -Iogonek = 0; -Lslash = -25; -OE = -38; -Oslash = -13; -Tcedilla = -104; -approxequal = -25; -copyright = -50; -divide = -89; -equal = -28; -euro = -71; -g.ss06 = 10; -germandbls = -43; -iogonek = 6; -l.ss03 = -16; -l.ss04 = -14; -minus = -115; -multiply = -54; -numbersign = -39; -p = -7; -parenleft.case = -31; -published = -50; -quotedblleft = -247; +Omacron = { +Eth = 0; }; -quotedblbase.ss01 = { -Iogonek = 19; -Tcedilla = -98; -divide = -78; -minus = -98; -p = -7; -question.ss01 = -109; -quotedblleft.ss01 = -257; -quotedblright.ss01 = -257; +uhorndotbelow.ss01 = { +a = -16; +c = -16; +period.ss01 = -39; +ellipsis.ss01 = -39; +comma.ss01 = -37; }; -quotedblleft = { -Dcroat = 0; -Hbar = 28; -Jcircumflex = -48; -exclamdown = -14; -g.ss06 = -19; -imacron = 71; -jcircumflex = 16; -l.ss04 = 34; -minus = -11; -mu = -16; -questiondown = -94; -questiondown.case = -68; -quotedblbase = -247; -underscore = -240; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 19; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_pi" = 15; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 17; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 9; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = -16; +"@MMK_R_KO_percent" = -5; }; -quotedblleft.ss01 = { -Dcroat = 0; -ellipsis.ss01 = -257; -g.ss06 = -18; -l.ss04 = 31; -mu = -18; -questiondown.ss01 = -96; -quotedblbase.ss01 = -257; -underscore = -240; +exclamdown = { +T = -54; +V = -58; +Y = -96; +j = 40; }; -quotedblright = { -A = -88; -Adieresis = -88; -Aring = -88; -Dcroat = -22; -asciitilde = -77; -g.ss06 = -43; -l.ss04 = 30; -mu = -29; -oslash = -49; -questiondown = -118; -questiondown.case = -91; -quotesinglbase = -120; -tbar = -16; +Adieresis = { +Germandbls = 19; +endash.case = -44; +registered = -63; }; -quotedblright.ss01 = { -A = -80; -ellipsis.ss01 = -257; -hyphen = -50; -questiondown.case = -81; -questiondown.ss01 = -102; }; -quoteleft = { -Hbar = 28; -Jcircumflex = -48; -exclamdown = -14; -g.ss06 = -19; -imacron = 71; -l.ss04 = 34; -mu = -16; -oslash = -25; -questiondown = -94; -questiondown.case = -68; -quotedblbase = -120; +"672F45B7-BA56-43A0-BBB6-CC0745727C88" = { +J = { +Hbar = 43; +Oslash = 7; +a = 8; +igrave = 41; +ibreve = 72; +icaron = 72; +idieresis = 74; +jcircumflex = 69; +idieresis.ss01 = 44; +greater = 20; }; -quoteleft.ss01 = { -A = -57; -J = -79; -g.ss06 = -18; -questiondown.ss01 = -96; -quotedblbase.ss01 = -127; +exclam.ss01 = { +period.ss01 = -13; }; -quoteright = { -Hbar = 39; -J = -80; -Jcircumflex = -72; -OE = -18; -a.ss05 = -45; -acircumflex = -46; -agrave = -46; -egrave = -50; -ellipsis = -120; -emdash = -72; -g.ss06 = -43; -hbar = 11; -hyphen = -72; -idieresis = 56; -igrave = 0; -imacron = 61; -itilde = 52; -l.ss04 = 30; -mu = -29; -oslash = -49; -questiondown = -118; -quotedblbase = -120; -ytilde = -8; +ohungarumlaut = { +onesuperior = -44; +sevensuperior = -49; +parenright = -69; +bracketright = -64; +quotedblright = -49; +quotedbl = -57; +quotesingle = -54; }; -quoteright.ss01 = { -J = -84; -questiondown.ss01 = -102; -quotedblbase.ss01 = -127; +uhornacute = { +a = -25; +a.ss05 = -25; +c = -30; +n = -14; +t = 0; +u = -7; +t_i.liga = 0; +t_t.liga = 0; +period = -35; +comma = -36; +ellipsis = -54; +question = 38; +period.ss01 = -46; +ellipsis.ss01 = -53; +comma.ss01 = -45; +parenright = -25; +quotedbl = 17; }; -quotesinglbase = { -Iogonek = 0; -T = -108; -V = -111; -W = -63; -Y = -120; -copyright = -50; -g.ss06 = 10; -hyphen = -29; -iogonek = 6; -l.ss03 = -16; -minus = -115; -p = -7; -v = -65; +o = { +germandbls = -18; +gbreve.ss06 = -3; +ordmasculine = -51; +seven = -71; +registered = -25; +logicalnot = -57; }; -quotesinglbase.ss01 = { -T = -117; -V = -106; -W = -57; -Y = -127; -minus = -98; -question.ss01 = -109; +ellipsis = { +Dcroat = -73; +Tbar = -196; +tbar = -81; +twosuperior = -197; +threesuperior = -214; +fivesuperior = -220; +eightsuperior = -220; +parenleft = -47; +braceright = -83; +parenleft.case = -71; +bracketright.case = -16; }; -quotesingle = { -Dcroat = -12; -Hbar = 38; -J = -81; -OE = -16; -comma = -114; -comma.ss01 = -114; -ellipsis = -114; -exclamdown = -32; -g.ss06 = -36; -hbar = 13; -idieresis = 58; -igrave = 10; -imacron = 61; -itilde = 51; -jcircumflex = 53; -l.ss04 = 29; -mu = -28; -period = -114; -questiondown = -114; -questiondown.case = -84; -questiondown.ss01 = -111; -underscore = -114; +Iacute = { +A = -10; +S = 0; +igrave = 16; +icircumflex = 47; +parenright.case = -6; }; -r = { -ampersand = -31; -asciitilde = -27; -exclam.ss01 = 5; -fiveinferior = -20; -fourinferior = -70; -gcircumflex.ss06 = -2; -germandbls = 16; -logicalnot = -14; -minus = 0; -numbersign = 0; -plus = 0; -sixinferior = -40; -threeinferior = -30; -twoinferior = -32; +sixsuperior = { +A = -107; +fraction = -20; +period = -61; +comma = -63; +slash = -108; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -63; +parenright = -28; +guillemetleft = -39; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 50; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -53; +"@MMK_R_KO_Oacute" = -53; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -51; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 51; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 53; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 35; +"@MMK_R_KO_itilde" = 34; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -84; +"@MMK_R_KO_w" = -66; +"@MMK_R_KO_x" = 33; +"@MMK_R_KO_y" = -84; +"@MMK_R_KO_z" = 29; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 33; +"@MMK_R_KO_t_t.liga" = -40; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_four" = -45; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -92; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = -29; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = 26; +"@MMK_R_KO_comma" = 25; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 34; +"@MMK_R_KO_ellipsis" = 9; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = -42; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = 42; +"@MMK_R_KO_backslash" = 14; +"@MMK_R_KO_period.ss01" = 13; +"@MMK_R_KO_comma.ss01" = 13; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -95; +"@MMK_R_KO_underscore" = 32; +"@MMK_R_KO_hyphen.case" = -102; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = -4; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -27; +"@MMK_R_KO_asciicircum" = -120; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -82; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -154; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = -35; +"@MMK_R_KO_T" = -167; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -80; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = -116; +"@MMK_R_KO_Y" = -105; +"@MMK_R_KO_Z" = -106; +"@MMK_R_KO_I.ss02" = -106; +"@MMK_R_KO_J.ss10" = -76; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = -83; +"@MMK_R_KO_two" = -51; +"@MMK_R_KO_three" = -43; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -7; +"@MMK_R_KO_seven" = -109; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = -68; +"@MMK_R_KO_asterisk" = -74; +"@MMK_R_KO_slash" = -86; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -34; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright.case" = -102; +"@MMK_R_KO_quotedblleft" = -91; +"@MMK_R_KO_quotedblright" = -105; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -79; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -126; +"@MMK_R_KO_plus" = -5; +}; +Igrave = { +j = -12; +l.ss04 = 0; }; -racute = { -parenright = -21; -sevensuperior = -13; +five = { +icircumflex = 23; +x = -21; +ordfeminine = -33; +ordmasculine = -34; +parenleft = 21; +asciicircum = -68; }; -radical = { -A = -96; -a = -39; -four = -44; -s = -37; +Tcommaaccent = { +aacute = -150; +acircumflex.ss05 = -96; +amacron.ss05 = -56; +abreve.ss05 = -57; +endash.case = -162; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -155; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -82; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -106; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 21; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = 21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 21; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = -25; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -18; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -57; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_backslash" = -59; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_question.ss01" = -64; +"@MMK_R_KO_hyphen" = 32; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_underscore" = -34; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -80; +"@MMK_R_KO_braceright" = -78; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -61; +"@MMK_R_KO_quoteleft" = -62; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = 14; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -90; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -63; }; -rcaron = { -b = 0; -i = 0; -k = 0; -l.ss04 = 5; -parenright = 0; -sevensuperior = 0; +questiondown.ss01 = { +l.ss03 = -32; +quoteright.ss01 = -68; }; -registered = { -comma = -116; -comma.ss01 = -125; +threeinferior = { +T = -168; +V = -95; +W = -62; +Y = -144; parenright = -60; -parenright.case = -59; -period = -116; -period.ss01 = -124; -slash = -77; -trademark = -30; -}; -rupeeIndian = { -four = -37; -slash = -37; +bracketright = -66; }; -s = { -abrevetilde.ss05 = 14; -ampersand = 8; -asciitilde = -31; -backslash = -37; -guilsinglright = -13; -i = 0; -l = 0; -logicalnot = -24; -m = 0; -n = 0; -parenleft = 7; -r = 0; -registered = -16; -seven = -17; -wacute = 0; +Adieresis.ss01 = { +endash.case = -92; +registered = -97; }; -sacute = { -parenright = -43; +lcaron.ss03 = { +b = 28; +h = 30; +k = 30; +i = 20; +idotaccent = 20; +i.ss01 = 30; +idotaccent.ss01 = 30; +j = 16; +j.ss01 = 25; +zcaron = 19; +l.ss03 = 26; +lcaron.ss03 = 26; +sixsuperior = 26; +onesuperior = 53; +twosuperior = 35; +threesuperior = 26; +foursuperior = -13; +fivesuperior = 39; +sevensuperior = 59; +eightsuperior = 35; +ninesuperior = 26; +exclam = 47; +question = 37; +exclam.ss01 = 46; +question.ss01 = 22; +parenright = 11; +bracketright = 0; +quotedblleft = 19; +quoteleft = 19; +quotedbl = 55; +quotesingle = 55; +quotedblleft.ss01 = 34; +quoteleft.ss01 = 34; }; -scaron = { -imacron = 9; -parenright = -31; +f_f.liga = { +e = -31; +f = 12; +fl = 12; +i = -6; +i.ss01 = 0; +idieresis = 0; +seven = 6; +ampersand = -57; }; -scedilla = { -comma = 0; -gbreve.ss06 = 12; -parenright = -51; +Jacute = { +Icircumflex = 30; +Imacron = 21; +Hbar = 43; +igrave = 41; +ibreve = 72; +icaron = 72; +idieresis = 74; +jcircumflex = 69; +idieresis.ss01 = 44; +parenright = 0; +parenright.case = 10; }; -semicolon = { -emdash = -23; -hyphen = -24; -parenright = -15; +braceright.case = { +J.ss10 = -43; +period = -40; +comma = -37; +period.ss01 = -50; +comma.ss01 = -50; +hyphen.case = 40; +parenright.case = -32; +braceright.case = -31; +asciicircum = -47; }; -semicolon.ss01 = { -hyphen = -10; +ecircumflexhookabove = { +m = 9; +n = 9; +u = 15; +period.ss01 = -23; +comma.ss01 = -16; +parenright = -20; }; -seven = { -asciitilde = -78; -backslash = 34; -g.ss06 = -39; -minus = -47; -mu = -20; -multiply = -25; -notequal = -24; -ordmasculine = 9; -plusminus = -15; -six = -2; -underscore = -92; +Cdotaccent = { +Hbar = 44; }; -seven.dnom = { -degree = -58; -parenright = -61; -question = -93; -question.ss01 = -97; -quotedbl = -42; -quotedblleft = -33; -quotedblright = 0; -quoteright = 0; -quotesingle = -42; -seven.dnom = 36; +Ncommaaccent = { +imacron = 70; }; -seven.numr = { -seven.numr = 37; +dollar = { +one = -10; +three = 18; +four = 0; +five = 11; +eight = 12; +parenright = -67; +bracketright = -72; +parenright.case = -56; }; -seveninferior = { -fourinferior = -25; -parenright = -64; -seveninferior = 15; +Scaron = { +iogonek = -2; }; -sevensuperior = { -A = -96; -comma = -120; -comma.ss01 = -127; -fraction = -30; -guillemetleft = -69; -period = -116; -period.ss01 = -127; -slash = -117; +fi = { +hbar = 23; +idieresis = 28; +jcircumflex = 22; +germandbls = 0; +logicalnot = -59; }; -six = { -braceright = -16; -bracketright.case = -15; -ordmasculine = 0; -six = 13; +zero = { +icircumflex = 31; +x = -8; +ordmasculine = -10; +underscore = -62; +parenleft = 13; +braceright = -78; +braceright.case = -70; +bracketright.case = -73; +baht = -12; +trademark = -65; +multiply = -35; +asciicircum = -45; }; -six.dnom = { -degree = -101; -parenright = -57; -question = -96; -question.ss01 = -95; -quotedbl = -83; -quotedblleft = -71; -quotedblleft.ss01 = -42; -quotedblright = -46; -quoteright = -46; -quotesingle = -83; +period.ss01 = { +ordfeminine = -58; +ordmasculine = -58; +twosuperior = -58; +threesuperior = -58; +fivesuperior = -58; +eightsuperior = -58; +question.ss01 = -58; +parenleft = -33; +braceright = -58; +parenleft.case = -52; +quoteright.ss01 = -58; }; -sixinferior = { -T = -108; -W = -36; -bracketright = -35; -parenright = -55; +X = { +igrave = 33; +ibreve = 57; +icaron = 48; +idieresis = 30; +idieresis.ss01 = 41; +zero = -52; +two = 39; +three = -22; +six = -43; +eight = -18; +nine = -26; +numbersign = -71; +endash.case = -94; +parenleft.case = -36; +at = -38; +registered = -61; +plus = -112; +minus = -133; +multiply = -58; +equal = -61; +notequal = -109; +less = -108; +logicalnot = -164; +asciitilde = -94; }; -sixsuperior = { -comma = -120; -comma.ss01 = -127; -fraction = -13; -period = -116; -period.ss01 = -127; -slash = -86; +L = { +H = 0; +Dcroat = -48; +Oslash = -24; +Tbar = -149; +oslash = -15; +ordfeminine = -223; +ordmasculine = -217; +zero = -71; +two = 22; +three = -33; +five = -39; +six = -57; +seven = -79; +nine = -40; +numbersign = -79; +endash.case = -257; +parenleft.case = -53; +quoteleft.ss01 = -68; +at = -46; +registered = -253; +dollar = -51; +plus = -150; +minus = -285; +multiply = -67; +equal = -124; +notequal = -149; +less = -198; +approxequal = -103; +logicalnot = -285; +asciitilde = -227; }; -slash = { -Hbar = 45; -Ydieresis = 7; -backslash = 26; -eightinferior = -84; -fourinferior = -105; -g.ss06 = -51; -ibreve = 41; -idieresis = 59; -igrave = 16; -imacron = 67; -integral = -71; -itilde = 42; -jcircumflex = 31; -l.ss03 = 5; -l.ss04 = 32; -minus = -59; -mu = -39; -oneinferior = -72; -oslash = -56; -quotedblbase = -119; -quotedblbase.ss01 = -119; -quotesinglbase = -119; -radical = -35; -sterling = -56; -underscore = -127; +euro = { +period = -44; +comma = -40; +slash = -42; +period.ss01 = -58; +parenright = -71; +bracketright = -75; +parenright.case = -68; +bracketright.case = -73; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -157; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_Oacute" = -51; +"@MMK_R_KO_J" = -147; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 34; +"@MMK_R_KO_W" = 37; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -114; +"@MMK_R_KO_a" = -80; +"@MMK_R_KO_aacute" = -76; +"@MMK_R_KO_a.ss05" = -71; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -84; +"@MMK_R_KO_eacute" = -80; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = -81; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -58; +"@MMK_R_KO_icircumflex" = 56; +"@MMK_R_KO_imacron" = 89; +"@MMK_R_KO_itilde" = 75; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -71; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = -56; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_x" = -42; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = -63; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_g.ss06" = -78; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -97; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 9; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -35; +"@MMK_R_KO_semicolon" = -34; +"@MMK_R_KO_ellipsis" = -192; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -171; +"@MMK_R_KO_backslash" = 59; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -50; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -94; +"@MMK_R_KO_endash" = -78; +"@MMK_R_KO_underscore" = -184; +"@MMK_R_KO_hyphen.case" = -72; +"@MMK_R_KO_parenleft" = -44; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -79; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_icircumflex" = -11; +"@MMK_R_KO_imacron" = -13; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = -12; +"@MMK_R_KO_l.ss04" = -14; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -38; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -48; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -56; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = -67; +"@MMK_R_KO_quotedblright" = -56; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -62; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -65; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -73; +"@MMK_R_KO_quoteright.ss01" = -68; }; -sterling = { -four = -5; -parenright = -44; -three = 0; -two = 3; +perthousand = { +question = -90; +asterisk = -98; +question.ss01 = -114; +parenright = -83; +parenright.case = -49; +quotedblleft = -121; +quotedblright = -121; +quoteleft = -63; +quoteright = -73; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; }; -summation = { -n = -8; +V = { +Eth = -43; +Oslash = -51; +adieresis = -76; +ae = -76; +a.ss05 = -75; +adieresis.ss05 = -59; +eacute = -83; +ccaron = -62; +emacron = -49; +edieresis = -67; +ecaron = -56; +otilde = -68; +odieresis = -73; +iacute = -30; +ncommaaccent = -60; +igrave = 49; +ibreve = 86; +icaron = 81; +idieresis = 62; +racute = -53; +scaron = -37; +zcaron = -44; +idieresis.ss01 = 59; +gdotaccent.ss06 = -78; +gdotaccent.ss01.ss06 = -78; +zero = -48; +two = -20; +three = -26; +six = -48; +seven = 35; +twoinferior = -91; +ellipsis.ss01 = -188; +endash.case = -49; +at = -62; +ampersand = -65; +plus = -77; +minus = -93; +less = -67; +lessequal = -94; +approxequal = -96; +asciitilde = -75; }; -t = { -asciitilde = -36; -exclam.ss01 = 0; -idieresis = 0; -iogonek = 0; -two = 2; -yhookabove = 0; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -99; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = -108; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -13; +"@MMK_R_KO_Z" = -38; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = -110; +"@MMK_R_KO_a" = -31; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 2; +"@MMK_R_KO_sixsuperior" = 14; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = 32; +"@MMK_R_KO_asterisk" = 24; +"@MMK_R_KO_slash" = -103; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -75; +"@MMK_R_KO_endash" = -30; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = 29; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 28; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -128; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -42; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_lslash" = -22; +"@MMK_R_KO_s" = -59; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -11; +"@MMK_R_KO_zero" = -20; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -24; +"@MMK_R_KO_seven" = 19; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_hyphen" = -128; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_endash.case" = -35; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -36; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_degree" = -2; +"@MMK_R_KO_plus" = -60; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -148; +"@MMK_R_KO_H" = -19; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_Oacute" = -35; +"@MMK_R_KO_J" = -148; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = -25; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -148; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -66; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -70; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -66; +"@MMK_R_KO_i" = -23; +"@MMK_R_KO_n" = -44; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_lslash" = -41; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -36; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -35; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = -19; +"@MMK_R_KO_four" = -120; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -26; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -148; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -148; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_hyphen" = -148; +"@MMK_R_KO_endash" = -105; +"@MMK_R_KO_hyphen.case" = -79; +"@MMK_R_KO_endash.case" = -33; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = -60; +"@MMK_R_KO_percent" = -11; }; -t_i.liga = { -asciitilde = -32; -germandbls = 0; -hbar = 0; -idieresis = 14; -jcircumflex = 11; -logicalnot = -28; +seven = { +icircumflex = 23; +x = -56; +g.ss06 = -90; +mu = -70; +colon = -48; +semicolon = -47; +backslash = 62; +ellipsis.ss01 = -186; +underscore = -171; +parenleft = -38; +at = -68; +ampersand = -64; +euro = -73; +minus = -111; +multiply = -54; +divide = -101; +notequal = -110; +less = -89; +plusminus = -89; +asciitilde = -97; +asciicircum = -82; }; -t_i.liga.ss01 = { -idieresis.ss01 = 2; -jcircumflex = 19; -parenright = -13; +scedilla = { +gbreve.ss06 = -5; }; -t_t.liga = { -asciitilde = -36; -iogonek = 0; -two = 2; -yhookabove = 0; +fourinferior = { +T = -173; +V = -106; +W = -75; +parenright = -65; +bracketright = -58; }; -tbar = { -guilsinglleft = 0; -parenright = -46; -tbar = 0; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -55; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -164; +"@MMK_R_KO_U" = -44; +"@MMK_R_KO_V" = -171; +"@MMK_R_KO_W" = -90; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = -160; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -50; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_v" = -89; +"@MMK_R_KO_w" = -63; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_zero" = -52; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_two" = 34; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -33; +"@MMK_R_KO_five" = -27; +"@MMK_R_KO_six" = -46; +"@MMK_R_KO_seven" = -76; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -33; +"@MMK_R_KO_asterisk" = -124; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 40; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -121; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -128; }; -tcaron = { -a = 0; -b = 49; -bracketright = 97; -ccaron = 15; -colon = 19; -comma = 17; -d = 0; -eightsuperior = 66; -exclam = 83; -exclam.ss01 = 81; -f = 13; -f_f.liga = 13; -f_f_i.liga = 13; -f_y.liga = 13; -fi = 13; -fivesuperior = 66; -fl = 13; -h = 49; -hyphen = -13; -i = 41; -i.ss01 = 48; -idotaccent = 41; -j = 42; -j.ss01 = 59; -k = 49; -l = 49; -l.ss03 = 54; -l.ss04 = 89; -ninesuperior = 68; -o = 0; -onesuperior = 85; -parenright = 68; -period = 18; -period.ss01 = -11; -question = 54; -quotedbl = 92; -quotedblleft = 39; -quotedblleft.ss01 = 54; -quotedblright = 80; -quoteleft = 39; -quoteleft.ss01 = 54; -quotesingle = 92; -scaron = 44; -semicolon = 20; -sevensuperior = 100; -sixsuperior = 60; -t = 11; -t_i.liga = 11; -t_i.liga.ss01 = 11; -t_t.liga = 11; -threesuperior = 71; -twosuperior = 68; -uring = 3; +equal = { +period = -61; +comma = -63; +period.ss01 = -58; +comma.ss01 = -58; +parenright = -102; +bracketright = -108; +parenright.case = -91; +bracketright.case = -108; +equal = 0; +A = -40; +J = -95; +T = -103; +V = -41; +X = -61; +Y = -62; }; -tcedilla = { -Tcedilla = -13; -a = 0; -abreve = 0; -comma = 24; -e = 0; -hyphen = -13; -parenright = 0; -semicolon = 40; -tcedilla = 8; +five.numr = { +fraction = -14; }; -tcommaaccent = { -comma = 18; -parenright = -23; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -91; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -99; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 31; +"@MMK_R_KO_aacute" = 34; +"@MMK_R_KO_a.ss05" = 25; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 27; +"@MMK_R_KO_eacute" = 27; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 34; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 29; +"@MMK_R_KO_s" = 34; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -29; +"@MMK_R_KO_asterisk" = -40; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = 46; +"@MMK_R_KO_endash" = 35; +"@MMK_R_KO_underscore" = -29; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -74; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = -57; +"@MMK_R_KO_quotedblright" = -43; +"@MMK_R_KO_quoteleft" = -57; +"@MMK_R_KO_quoteright" = -40; +"@MMK_R_KO_guillemetleft" = 28; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -66; +"@MMK_R_KO_quoteright.ss01" = -57; }; -tenge = { -comma = -102; -comma.ss01 = -118; -four = -28; -period = -102; -period.ss01 = -119; -slash = -73; +dcaron = { +exclam.ss01 = 95; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -62; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -49; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -42; +"@MMK_R_KO_I.ss02" = -49; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 41; +"@MMK_R_KO_imacron" = 41; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = 24; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = -49; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -80; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = -61; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -77; +"@MMK_R_KO_braceright" = -77; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_parenright.case" = -76; +"@MMK_R_KO_bracketright.case" = -73; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -64; +"@MMK_R_KO_asciicircum" = -48; }; -three = { -braceright = -11; -minus = -13; -six = 13; +k = { +oslash = -9; +iogonek = 0; +lcommaaccent = -2; +two = 30; +plus = -32; +minus = -59; +notequal = -66; +logicalnot = -115; +asciitilde = -41; }; -three.dnom = { -degree = -101; -parenright = -47; -question = -93; -question.ss01 = -95; -quotedbl = -83; -quotedblleft = -70; -quotedblright = -45; -quoteright = -45; -quotesingle = -83; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -143; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = -39; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -72; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -50; +"@MMK_R_KO_quotedblright.ss01" = -41; +"@MMK_R_KO_quoteright.ss01" = -40; +"@MMK_R_KO_trademark" = -74; +"@MMK_R_KO_asciicircum" = -53; }; -three.numr = { -fraction = -8; +scaron = { +T = -63; +iogonek = -8; }; -threeinferior = { -T = -107; -V = -71; -W = -38; -Y = -121; -parenright = -43; +ninesuperior = { +A = -109; +fraction = -19; +period = -61; +comma = -63; +slash = -110; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -61; +parenright = -23; +guillemetleft = -40; }; -threesuperior = { -comma = -120; -comma.ss01 = -127; -fraction = 0; -hyphen = -24; -parenright = -27; -parenright.case = -28; -period = -116; -period.ss01 = -127; -slash = -80; +v = { +n = 0; +ampersand = -42; }; -trademark = { -comma = -120; -comma.ss01 = -127; -guillemetleft = -59; -guilsinglleft = -59; -hyphen = -49; -parenright = -40; -period = -116; -period.ss01 = -127; -slash = -106; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -70; +"@MMK_R_KO_H" = -62; +"@MMK_R_KO_O" = -55; +"@MMK_R_KO_J" = -118; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -48; +"@MMK_R_KO_T" = -236; +"@MMK_R_KO_V" = -139; +"@MMK_R_KO_W" = -93; +"@MMK_R_KO_X" = -82; +"@MMK_R_KO_Y" = -190; +"@MMK_R_KO_Z" = -77; +"@MMK_R_KO_I.ss02" = -105; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_a.ss05" = -46; +"@MMK_R_KO_l" = -62; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_f" = -81; +"@MMK_R_KO_g" = -45; +"@MMK_R_KO_i" = -62; +"@MMK_R_KO_n" = -62; +"@MMK_R_KO_j" = -65; +"@MMK_R_KO_s" = -46; +"@MMK_R_KO_t" = -84; +"@MMK_R_KO_z" = -81; +"@MMK_R_KO_t_t.liga" = -84; }; -two = { -braceright = -2; -exclam = 22; -minus = -17; -multiply = 0; -six = 4; +infinity = { +parenright = -86; +bracketright = -82; +parenright.case = -80; +bracketright.case = -81; +quotedblleft = -33; }; -two.dnom = { -degree = -101; -question = -96; -question.ss01 = -97; -quotedbl = -83; -quotedblleft = -70; -quotedblright = -45; -quoteright = -45; -quotesingle = -83; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -96; +"@MMK_R_KO_one" = -129; +"@MMK_R_KO_two" = -98; +"@MMK_R_KO_three" = -109; +"@MMK_R_KO_four" = -111; +"@MMK_R_KO_five" = -99; +"@MMK_R_KO_six" = -101; +"@MMK_R_KO_seven" = -112; +"@MMK_R_KO_eight" = -109; +"@MMK_R_KO_nine" = -88; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = -99; +"@MMK_R_KO_asterisk" = -108; +"@MMK_R_KO_slash" = -189; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_hyphen" = -133; +"@MMK_R_KO_hyphen.case" = -100; +"@MMK_R_KO_parenright" = -158; +"@MMK_R_KO_bracketright" = -166; +"@MMK_R_KO_parenright.case" = -149; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -107; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -96; +"@MMK_R_KO_guillemetright" = -110; +"@MMK_R_KO_quotedbl" = -121; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -124; +"@MMK_R_KO_A" = -182; +"@MMK_R_KO_H" = -81; +"@MMK_R_KO_O" = -93; +"@MMK_R_KO_J" = -205; +"@MMK_R_KO_G.ss07" = -90; +"@MMK_R_KO_S" = -111; +"@MMK_R_KO_T" = -248; +"@MMK_R_KO_V" = -165; +"@MMK_R_KO_W" = -134; +"@MMK_R_KO_X" = -209; +"@MMK_R_KO_Y" = -190; +"@MMK_R_KO_Z" = -212; +"@MMK_R_KO_I.ss02" = -219; +"@MMK_R_KO_J.ss10" = -126; +"@MMK_R_KO_a" = -93; +"@MMK_R_KO_a.ss05" = -98; +"@MMK_R_KO_l" = -76; +"@MMK_R_KO_e" = -99; +"@MMK_R_KO_f" = -88; +"@MMK_R_KO_g" = -92; +"@MMK_R_KO_i" = -74; +"@MMK_R_KO_n" = -102; +"@MMK_R_KO_j" = -77; +"@MMK_R_KO_s" = -90; +"@MMK_R_KO_t" = -90; +"@MMK_R_KO_z" = -104; +"@MMK_R_KO_t_t.liga" = -90; }; -twoinferior = { -T = -109; -V = -69; -W = -38; -Y = -122; -parenright = -38; -t = -24; -t_i.liga = -24; -t_t.liga = -24; +asterisk = { +g.ss06 = -40; }; -u = { -asciitilde = -32; -backslash = -23; -exclam.ss01 = -2; -germandbls = 0; -jcircumflex = 10; -logicalnot = -28; +semicolon.ss01 = { +onesuperior = -61; +sevensuperior = -68; +hyphen = -68; +emdash = -68; }; -uacute = { -parenright = -48; +divide = { +one = -82; +two = -19; +three = -6; +seven = -52; +parenright = -120; +parenright.case = -109; +quotedblleft = -59; +quotedblright = -22; +quoteright = -22; +quotedblleft.ss01 = -72; +quotedblright.ss01 = -67; +A = -80; +Y = -114; +I.ss02 = -112; }; -uhorn = { -a = -12; -a.ss05 = -14; -colon = 14; -comma = -20; -comma.ss01 = -33; -guillemetright = 5; -ohorn = -14; -ohornacute = -14; -ohorndotbelow = -14; -ohorndotbelow.ss01 = -14; -ohorngrave = -14; -ohornhookabove = -14; -ohorntilde = -13; -parenright = -22; -period = -21; -period.ss01 = -34; -quotedbl = 11; -quotedblright = 7; -u = 0; +asciitilde = { +exclam = -80; +exclam.ss01 = -81; +question.ss01 = -106; +parenleft = -90; +parenleft.case = -89; +bracketright.case = -167; +quoteright.ss01 = -68; +U = -97; +aacute = -93; +edieresis = -98; +edieresis.ss01 = -98; +u = -94; +v = -95; +w = -89; +x = -105; +y = -97; +l.ss03 = -101; +l.ss04 = -77; +g.ss06 = -102; +gcircumflex.ss06 = -102; }; -uhornacute = { -a = -12; -a.ss05 = -14; -c = -14; -comma = -20; -comma.ss01 = -33; -guillemetright = 5; -parenright = -16; -period = -21; -period.ss01 = -34; -quotedbl = 11; -t = 15; -t_i.liga = 15; -t_i.liga.ss01 = 15; -t_t.liga = 15; -u = 0; +three.dnom = { +question = -80; +question.ss01 = -95; +parenright = -69; +quotedblleft = -115; +quotedblright = -118; +quoteleft = -63; +quoteright = -73; +quotedbl = -102; +quotesingle = -57; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -103; }; -uhorndotbelow = { -a = -12; -a.ss05 = -14; -c = -14; -colon = 14; -comma = -20; -guillemetright = 5; -parenright = -18; -period = -21; -quotedbl = 11; -quotedblright = 7; -u = 0; +odotbelow.ss01 = { +T = -151; }; -uhorndotbelow.ss01 = { -a = -12; -c = -14; -comma.ss01 = -33; -parenright = -18; -period.ss01 = -34; +x = { +oslash = -7; +two = 30; +ampersand = -17; +plus = -25; +minus = -50; +notequal = -63; +logicalnot = -95; +asciitilde = -31; }; -uhorngrave = { -a = -12; -a.ss05 = -14; -comma = -20; -comma.ss01 = -33; -guillemetright = 5; -parenright = -22; -period = -21; -period.ss01 = -34; -quotedbl = 11; -quotedblright = 7; +U = { +Dcroat = 10; +Eth = 10; +Hbar = 48; +Lslash = 14; +hbar = 54; +igrave = 46; +jcircumflex = 74; +greater = 16; }; -uhornhookabove = { -a = -12; -a.ss05 = -14; -comma = -20; -comma.ss01 = -33; -guillemetright = 5; -parenright = -16; -period = -21; -period.ss01 = -34; -quotedbl = 11; -quotedblright = 7; -quotesingle = 11; -semicolon = 14; -u = 0; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 72; +"@MMK_R_KO_imacron" = 82; +"@MMK_R_KO_itilde" = 80; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = 5; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_underscore" = 4; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -43; +"@MMK_R_KO_bracketright" = -43; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -38; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_Oacute" = -51; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -50; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = 32; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 41; +"@MMK_R_KO_I.ss02" = 41; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 86; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -60; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -59; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = -145; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -63; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -159; +"@MMK_R_KO_endash" = -115; +"@MMK_R_KO_hyphen.case" = -103; +"@MMK_R_KO_parenleft" = -20; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -uhorntilde = { -a = -12; -a.ss05 = -14; -colon = 14; -comma = -20; -comma.ss01 = -33; -guillemetright = 5; -parenright = -16; -period = -21; -period.ss01 = -34; -quotedbl = 13; -quotedblright = 7; -u = 0; +Eth = { +Eth = 24; +Oslash = 18; }; -uhungarumlaut = { -b = 0; -comma.ss01 = -18; -h = 0; -j = 10; -j.ss01 = 10; -k = 0; -l = 0; -l.ss04 = 8; -parenright = 0; -period.ss01 = -20; +odotbelow = { +T = -151; }; -underscore = { -A = 38; -C = -62; -G = -56; -J = 34; -O = -62; -Q = -62; -S = -31; -T = -97; -U = -54; -V = -112; -W = -64; -X = 31; -Y = -133; -Z = 24; -a = -31; -asterisk = -153; -c = -40; -d = -31; -e = -39; -eight = -23; -f = -26; -five = -31; -four = -132; -j = 90; -nine = -31; -o = -39; -one = -89; -q = -31; -quotedbl = -238; -quotedblright = -240; -quotedblright.ss01 = -240; -quotesingle = -114; -s = -19; -seven = -74; -six = -45; -slash = 62; -t = -52; -t_i.liga = -52; -t_t.liga = -52; -three = -28; -two = 27; -u = -26; -underscore = -12; -v = -73; -w = -43; -x = 34; -z = 27; -zero = -46; +baht = { +slash = -39; +parenright = -66; +parenright.case = -56; }; -uogonek = { -comma = 6; -j = 11; -j.ss01 = 11; -onesuperior = -42; -parenright = 0; -period = 0; -period.ss01 = -19; -quotedbl = -28; -quotedblleft = -16; -quotedblleft.ss01 = -18; -quoteleft = -16; -quoteleft.ss01 = -18; -semicolon = 25; -sevensuperior = -44; +Icircumflex.ss02 = { +endash.case = -98; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = -1; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 27; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 27; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -1; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -22; +"@MMK_R_KO_asciicircum" = -44; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -65; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_foursuperior" = -78; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_ninesuperior" = -67; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_question" = -86; +"@MMK_R_KO_asterisk" = -89; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -27; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_endash.case" = -69; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_quotedblleft" = -108; +"@MMK_R_KO_quotedblright" = -87; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -91; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -90; }; -v = { -Jcircumflex = -45; -acircumflextilde.ss05 = -14; -ampersand = -24; -e = -15; -n = 0; +quotedblright = { +Dcroat = -57; +icircumflex = 48; +scaron = -60; +x = -47; +g.ss06 = -74; +mu = -55; +questiondown = -121; +questiondown.case = -107; +parenleft = -42; +quotesinglbase = -73; +asciitilde = -82; }; -w = { -ampersand = -21; +r = { +fl = 13; +germandbls = 18; +wdieresis = 25; +gcircumflex.ss06 = -30; +oneinferior = -77; +twoinferior = -76; +threeinferior = -78; +fourinferior = -100; +fiveinferior = -73; +sixinferior = -83; +ampersand = -55; +logicalnot = -118; +asciitilde = -5; }; -won = { -comma = -56; -period = -56; -slash = -41; +seveninferior = { +I.ss02 = -70; +fourinferior = -57; +seveninferior = 30; +parenright = -84; +parenright.case = -73; }; -x = { -ampersand = -20; -backslash = -20; -logicalnot = -56; -minus = -38; -plus = -37; -two = 4; +sterling = { +two = 17; +hyphen.case = -62; +parenright = -56; }; -y = { -Ydieresis = -40; -Ydieresis.ss01 = -40; -ampersand = -24; -asciitilde = -41; -e = -17; -exclam.ss01 = 6; -germandbls = 15; -twoinferior = -35; -zeroinferior = -39; +Ocircumflex = { +Lslash = 30; }; -yacute = { -T = 0; -parenright = -40; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_I.ss02" = -53; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_period" = -60; +"@MMK_R_KO_comma" = -60; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -87; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -41; +"@MMK_R_KO_bracketright.case" = -40; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +}; +_f.longarm = { +l = -14; +i = -17; +idotaccent = -17; +i.ss01 = -17; +idotaccent.ss01 = -17; +l.ss03 = -12; +l.ss04 = 0; }; -ydotbelow = { -comma = 5; -ecircumflexdotbelow = -17; -parenright = 0; -period = -42; -semicolon = 31; +I.ss02 = { +Dcroat = -43; +igrave = 48; +jcircumflex = 11; +endash.case = -98; +plus = -112; +minus = -118; +notequal = -127; +less = -111; +approxequal = -86; +logicalnot = -141; +asciitilde = -107; }; -ydotbelow.ss01 = { -comma.ss01 = 0; -parenright = 9; -period.ss01 = -41; +quoteleft.ss01 = { +J.ss10 = -68; +igrave = 31; +icircumflex = 41; +imacron = 54; +jcircumflex = 36; +questiondown.case = -68; +questiondown.ss01 = -68; +hyphen = -68; +emdash = -68; +quotedblbase.ss01 = -68; +ampersand = -59; +minus = -68; +logicalnot = -68; +asciitilde = -58; }; -yen = { -comma = -30; -four = -26; -one = -29; -period = -29; -slash = -47; -three = -21; -two = -23; +Zacute = { +endash.case = -80; }; -ytilde = { -parenright = -39; +d = { +hbar = 21; +igrave = 21; +icaron = 26; +idieresis = 26; +jcircumflex = 22; +logicalnot = -61; }; -z = { -backslash = -25; -minus = -16; +notequal = { +zero = -56; +one = -87; +two = -60; +seven = -65; +parenright = -137; +parenright.case = -125; +A = -99; +B = -58; +F = -58; +L = -58; +N = -58; +Y = -108; +b = -58; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = -85; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -77; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = -65; +"@MMK_R_KO_I.ss02" = -65; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_t_t.liga" = -2; }; -zcaron = { -imacron = 8; -iogonek = 0; -parenright = -24; +six = { +icircumflex = 56; +parenleft = 17; +braceright = -54; +bracketright.case = -48; +trademark = -46; +asciicircum = -49; }; -zero = { -asciicircum = -6; -baht = -5; -braceright = -24; -bracketright.case = -21; -multiply = 0; -ordmasculine = -3; -six = 23; -trademark = -33; +Idieresis.ss02 = { +idieresis = 22; }; -zero.dnom = { -degree = -105; -parenright = -59; -question = -97; -question.ss01 = -97; -quotedbl = -90; -quotedblleft = -79; -quotedblleft.ss01 = -50; -quotedblright = -53; -quotedblright.ss01 = -47; -quoteright = -53; -quotesingle = -90; +quotedblleft.ss01 = { +A = -128; +J = -128; +igrave = 31; +icircumflex = 41; +imacron = 54; +jcircumflex = 36; +g.ss06 = -74; +mu = -42; +questiondown.case = -104; +ellipsis.ss01 = -128; +questiondown.ss01 = -128; +underscore = -128; +quotedblbase.ss01 = -128; +ampersand = -61; +minus = -78; +divide = -70; +asciitilde = -58; }; -zeroinferior = { -parenright = -59; +sevensuperior = { +A = -176; +C = -68; +O = -67; +G = -69; +fraction = -45; +sevensuperior = 30; +period = -61; +comma = -63; +colon = -57; +semicolon = -57; +slash = -177; +period.ss01 = -58; +comma.ss01 = -58; +colon.ss01 = -64; +semicolon.ss01 = -63; +hyphen = -96; +hyphen.case = -78; +guillemetleft = -89; +guilsinglleft = -89; +guillemetright = -71; +guilsinglright = -71; +plus = -93; }; -zerosuperior = { -comma = -120; -comma.ss01 = -127; -fraction = -12; -parenright = -31; -period = -116; -period.ss01 = -127; -slash = -89; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = -57; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = -36; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_itilde" = 33; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_g.ss06" = -15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -32; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -43; +"@MMK_R_KO_comma" = -40; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -72; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -55; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_underscore" = -59; +"@MMK_R_KO_hyphen.case" = -34; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_braceright" = -72; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = -70; +"@MMK_R_KO_bracketright.case" = -71; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -57; +"@MMK_R_KO_asciicircum" = -34; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -101; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -166; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -179; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -101; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = -158; +"@MMK_R_KO_I.ss02" = -107; +"@MMK_R_KO_J.ss10" = -230; +"@MMK_R_KO_zero" = -6; +"@MMK_R_KO_one" = -67; +"@MMK_R_KO_two" = -27; +"@MMK_R_KO_three" = -34; +"@MMK_R_KO_four" = -76; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -12; +"@MMK_R_KO_seven" = -41; +"@MMK_R_KO_eight" = -27; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -105; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = -15; +"@MMK_R_KO_parenright.case" = -99; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -52; +"@MMK_R_KO_quotedblright.ss01" = -38; }; +won = { +period = -61; +comma = -63; +slash = -77; +period.ss01 = -58; +comma.ss01 = -58; }; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = { -"@MMK_L_A" = { -"@MMK_R_A" = 36; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 32; -"@MMK_R_J" = 27; -"@MMK_R_O" = -36; -"@MMK_R_S" = -13; -"@MMK_R_T" = -136; -"@MMK_R_U" = -31; -"@MMK_R_V" = -158; -"@MMK_R_W" = -93; -"@MMK_R_X" = 38; -"@MMK_R_Y" = -147; -"@MMK_R_Z" = 36; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -137; -"@MMK_R_asterisk" = -104; -"@MMK_R_braceright" = -71; -"@MMK_R_bracketright" = -73; -"@MMK_R_colon" = 13; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 35; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -15; -"@MMK_R_egrave" = -17; -"@MMK_R_eightsuperior" = -87; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -26; -"@MMK_R_fivesuperior" = -92; -"@MMK_R_four" = -20; -"@MMK_R_foursuperior" = -84; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 34; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 22; -"@MMK_R_hyphen" = -30; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -5; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -89; -"@MMK_R_one" = -62; -"@MMK_R_onesuperior" = -111; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 31; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -76; -"@MMK_R_question.ss01" = -91; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -137; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -126; -"@MMK_R_quoteright" = -73; -"@MMK_R_quoteright.ss01" = -124; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = -122; -"@MMK_R_sixsuperior" = -100; -"@MMK_R_slash" = 18; -"@MMK_R_t" = -43; -"@MMK_R_threesuperior" = -86; -"@MMK_R_trademark" = -169; -"@MMK_R_twosuperior" = -67; -"@MMK_R_u" = -18; -"@MMK_R_underscore" = 28; -"@MMK_R_v" = -90; -"@MMK_R_w" = -62; -"@MMK_R_x" = 16; -"@MMK_R_y" = -64; -"@MMK_R_z" = 24; -"@MMK_R_zero" = -22; -}; -"@MMK_L_B" = { -"@MMK_R_A" = -9; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -9; -"@MMK_R_J" = -19; -"@MMK_R_O" = 13; -"@MMK_R_S" = 21; -"@MMK_R_T" = -23; -"@MMK_R_U" = 4; -"@MMK_R_V" = -17; -"@MMK_R_W" = -7; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = -6; -"@MMK_R_a" = 14; -"@MMK_R_a.ss04" = 13; -"@MMK_R_asciicircum" = -40; -"@MMK_R_asterisk" = 17; -"@MMK_R_braceright" = -40; -"@MMK_R_bracketright" = -40; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -8; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 14; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -39; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = 28; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 13; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 26; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 55; -"@MMK_R_igrave" = 10; -"@MMK_R_imacron" = 99; -"@MMK_R_itilde" = 74; -"@MMK_R_j" = 0; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 12; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 10; -"@MMK_R_onesuperior" = -11; -"@MMK_R_oslash" = 14; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -30; -"@MMK_R_period" = -8; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 8; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -11; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -18; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 16; -}; -"@MMK_L_C" = { -"@MMK_R_A" = -22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -26; -"@MMK_R_J" = -33; -"@MMK_R_O" = 10; -"@MMK_R_S" = 28; -"@MMK_R_T" = -34; -"@MMK_R_U" = 2; -"@MMK_R_V" = -24; -"@MMK_R_W" = -8; -"@MMK_R_X" = -32; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = -25; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -31; -"@MMK_R_asterisk" = 25; -"@MMK_R_braceright" = -60; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = -25; -"@MMK_R_comma.ss01" = -46; -"@MMK_R_e" = 10; -"@MMK_R_egrave" = 10; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -55; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 12; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 22; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = 4; -"@MMK_R_hyphen.case" = -17; -"@MMK_R_icircumflex" = 53; -"@MMK_R_igrave" = 6; -"@MMK_R_imacron" = 68; -"@MMK_R_itilde" = 59; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 6; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -21; -"@MMK_R_oslash" = 10; -"@MMK_R_parenright" = -60; -"@MMK_R_parenright.case" = -54; -"@MMK_R_period" = -25; -"@MMK_R_period.ss01" = -49; -"@MMK_R_question" = 15; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 3; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -19; -"@MMK_R_sixsuperior" = 7; -"@MMK_R_slash" = -35; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -46; -"@MMK_R_twosuperior" = -17; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -35; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 14; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -36; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -41; -"@MMK_R_J" = -49; -"@MMK_R_O" = 29; -"@MMK_R_S" = 4; -"@MMK_R_T" = -48; -"@MMK_R_U" = 11; -"@MMK_R_V" = -37; -"@MMK_R_W" = -21; -"@MMK_R_X" = -50; -"@MMK_R_Y" = -50; -"@MMK_R_Z" = -42; -"@MMK_R_a" = 20; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -34; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -72; -"@MMK_R_bracketright" = -74; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = -45; -"@MMK_R_comma.ss01" = -64; -"@MMK_R_e" = 19; -"@MMK_R_egrave" = 19; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -70; -"@MMK_R_exclam" = 17; -"@MMK_R_f" = 10; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 17; -"@MMK_R_foursuperior" = 4; -"@MMK_R_g" = 22; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 9; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 23; -"@MMK_R_hyphen.case" = 35; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 29; -"@MMK_R_igrave" = 4; -"@MMK_R_imacron" = 52; -"@MMK_R_itilde" = 32; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 5; -"@MMK_R_lslash" = 23; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -35; -"@MMK_R_oslash" = 19; -"@MMK_R_parenright" = -68; -"@MMK_R_parenright.case" = -58; -"@MMK_R_period" = -46; -"@MMK_R_period.ss01" = -63; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -7; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = -20; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -8; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -33; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -44; -"@MMK_R_t" = 10; -"@MMK_R_threesuperior" = 4; -"@MMK_R_trademark" = -57; -"@MMK_R_twosuperior" = 11; -"@MMK_R_u" = 15; -"@MMK_R_underscore" = -56; -"@MMK_R_v" = 14; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 14; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 26; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 27; -"@MMK_R_I.ss02" = 48; -"@MMK_R_J" = 14; -"@MMK_R_O" = -11; -"@MMK_R_S" = -15; -"@MMK_R_T" = 11; -"@MMK_R_U" = 0; -"@MMK_R_V" = 21; -"@MMK_R_W" = 26; -"@MMK_R_X" = 37; -"@MMK_R_Y" = 20; -"@MMK_R_Z" = 43; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = -5; -"@MMK_R_asciicircum" = -58; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 14; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -24; -"@MMK_R_egrave" = -24; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = -29; -"@MMK_R_fivesuperior" = -7; -"@MMK_R_four" = -51; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = -12; -"@MMK_R_g.ss05" = 15; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = 9; -"@MMK_R_hyphen" = -43; -"@MMK_R_hyphen.case" = -13; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 23; -"@MMK_R_igrave" = 44; -"@MMK_R_imacron" = 71; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 43; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -7; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -9; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -24; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -11; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = 4; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = 3; -"@MMK_R_t" = -33; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -4; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -23; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -37; -"@MMK_R_w" = -32; -"@MMK_R_x" = 9; -"@MMK_R_y" = -39; -"@MMK_R_z" = 13; -"@MMK_R_zero" = -12; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -82; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = -144; -"@MMK_R_O" = -3; -"@MMK_R_S" = -19; -"@MMK_R_T" = 16; -"@MMK_R_U" = 0; -"@MMK_R_V" = 26; -"@MMK_R_W" = 31; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 25; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -26; -"@MMK_R_asciicircum" = -55; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -39; -"@MMK_R_colon.ss01" = -49; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -22; -"@MMK_R_egrave" = -21; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -230; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -45; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = -43; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = -19; -"@MMK_R_g.ss05" = -26; -"@MMK_R_guillemetleft" = -25; -"@MMK_R_guillemetright" = -34; -"@MMK_R_hyphen" = -32; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -8; -"@MMK_R_icircumflex" = 4; -"@MMK_R_igrave" = 47; -"@MMK_R_imacron" = 52; -"@MMK_R_j" = -8; -"@MMK_R_l" = -3; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 44; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -31; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = -23; -"@MMK_R_onesuperior" = 7; -"@MMK_R_oslash" = -22; -"@MMK_R_parenright" = -8; -"@MMK_R_parenright.case" = -8; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -21; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -22; -"@MMK_R_semicolon" = -39; -"@MMK_R_sevensuperior" = 9; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = -96; -"@MMK_R_t" = -47; -"@MMK_R_threesuperior" = -3; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = 2; -"@MMK_R_u" = -24; -"@MMK_R_underscore" = -224; -"@MMK_R_v" = -36; -"@MMK_R_w" = -28; -"@MMK_R_x" = -57; -"@MMK_R_y" = -38; -"@MMK_R_z" = -59; -"@MMK_R_zero" = -7; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 21; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 13; -"@MMK_R_O" = 9; -"@MMK_R_S" = 8; -"@MMK_R_T" = -41; -"@MMK_R_U" = -2; -"@MMK_R_V" = -36; -"@MMK_R_W" = -22; -"@MMK_R_X" = 10; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = 19; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 13; -"@MMK_R_asciicircum" = -43; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -54; -"@MMK_R_bracketright" = -54; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = 17; -"@MMK_R_g.ss05" = 17; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = 21; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 37; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 64; -"@MMK_R_itilde" = 41; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 3; -"@MMK_R_lslash" = 12; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = -11; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -35; -"@MMK_R_oslash" = 16; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 21; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = -8; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -30; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = 6; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -57; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = 15; -"@MMK_R_v" = 0; -"@MMK_R_x" = 6; -"@MMK_R_y" = 0; -"@MMK_R_z" = 13; -"@MMK_R_zero" = 11; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = -32; -"@MMK_R_I.ss02" = -36; -"@MMK_R_J" = -42; -"@MMK_R_O" = 24; -"@MMK_R_S" = 14; -"@MMK_R_T" = -42; -"@MMK_R_U" = 9; -"@MMK_R_V" = -36; -"@MMK_R_W" = -21; -"@MMK_R_X" = -44; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = -34; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -38; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -70; -"@MMK_R_bracketright" = -67; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -18; -"@MMK_R_comma" = -37; -"@MMK_R_comma.ss01" = -59; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -64; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_four" = 26; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 17; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 17; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 32; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 38; -"@MMK_R_igrave" = 6; -"@MMK_R_imacron" = 63; -"@MMK_R_itilde" = 40; -"@MMK_R_j" = 0; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 7; -"@MMK_R_l.ss03" = 6; -"@MMK_R_lslash" = 30; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -33; -"@MMK_R_oslash" = 16; -"@MMK_R_parenright" = -67; -"@MMK_R_parenright.case" = -59; -"@MMK_R_period" = -38; -"@MMK_R_period.ss01" = -58; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -30; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -39; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -58; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 9; -"@MMK_R_underscore" = -48; -"@MMK_R_v" = 0; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 21; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_S" = 0; -"@MMK_R_U" = 4; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -45; -"@MMK_R_asterisk" = 2; -"@MMK_R_braceright" = -4; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -21; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -3; -"@MMK_R_ellipsis" = -25; -"@MMK_R_fivesuperior" = -7; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 46; -"@MMK_R_igrave" = 18; -"@MMK_R_imacron" = 90; -"@MMK_R_itilde" = 75; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 20; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -24; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -12; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -14; -"@MMK_R_twosuperior" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 31; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 48; -"@MMK_R_J" = 14; -"@MMK_R_O" = -41; -"@MMK_R_S" = -13; -"@MMK_R_T" = 12; -"@MMK_R_U" = 7; -"@MMK_R_V" = 22; -"@MMK_R_W" = 29; -"@MMK_R_X" = 37; -"@MMK_R_Y" = 20; -"@MMK_R_Z" = 43; -"@MMK_R_a" = -24; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -79; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -3; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 14; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -27; -"@MMK_R_egrave" = -27; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = -33; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = -84; -"@MMK_R_foursuperior" = -69; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 20; -"@MMK_R_guillemetleft" = -34; -"@MMK_R_guillemetright" = 20; -"@MMK_R_hyphen" = -93; -"@MMK_R_hyphen.case" = -93; -"@MMK_R_icircumflex" = 27; -"@MMK_R_igrave" = 50; -"@MMK_R_imacron" = 72; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = -12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -17; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -2; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -11; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 19; -"@MMK_R_t" = -38; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -5; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -25; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -91; -"@MMK_R_w" = -68; -"@MMK_R_x" = 6; -"@MMK_R_y" = -75; -"@MMK_R_z" = 13; -"@MMK_R_zero" = -26; -}; -"@MMK_L_J" = { -"@MMK_R_A" = -21; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = -25; -"@MMK_R_O" = 7; -"@MMK_R_S" = 6; -"@MMK_R_T" = 7; -"@MMK_R_U" = 11; -"@MMK_R_V" = 7; -"@MMK_R_W" = 5; -"@MMK_R_X" = 0; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 4; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -42; -"@MMK_R_asterisk" = 9; -"@MMK_R_braceright" = -13; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = -5; -"@MMK_R_colon.ss01" = -10; -"@MMK_R_comma" = -21; -"@MMK_R_comma.ss01" = -41; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -48; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 7; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 4; -"@MMK_R_g.ss05" = -7; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 7; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 53; -"@MMK_R_igrave" = 25; -"@MMK_R_imacron" = 96; -"@MMK_R_j" = 0; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 27; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 5; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -3; -"@MMK_R_parenright.case" = 7; -"@MMK_R_period" = -22; -"@MMK_R_period.ss01" = -44; -"@MMK_R_question" = 7; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -5; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -24; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -4; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -26; -"@MMK_R_v" = 4; -"@MMK_R_w" = 4; -"@MMK_R_x" = -2; -"@MMK_R_y" = 3; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 7; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 36; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 45; -"@MMK_R_J" = 23; -"@MMK_R_O" = -50; -"@MMK_R_S" = -21; -"@MMK_R_T" = 5; -"@MMK_R_U" = 0; -"@MMK_R_V" = 24; -"@MMK_R_W" = 26; -"@MMK_R_X" = 38; -"@MMK_R_Y" = 22; -"@MMK_R_Z" = 45; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -84; -"@MMK_R_asterisk" = -3; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 12; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 27; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -33; -"@MMK_R_egrave" = -33; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = -26; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = -45; -"@MMK_R_foursuperior" = -75; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 24; -"@MMK_R_guillemetleft" = -36; -"@MMK_R_guillemetright" = 19; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -100; -"@MMK_R_icircumflex" = 24; -"@MMK_R_igrave" = 46; -"@MMK_R_imacron" = 78; -"@MMK_R_itilde" = 51; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 42; -"@MMK_R_lslash" = -4; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 4; -"@MMK_R_period" = 19; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -14; -"@MMK_R_question.ss01" = -22; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = -9; -"@MMK_R_semicolon" = 12; -"@MMK_R_sevensuperior" = 6; -"@MMK_R_sixsuperior" = -17; -"@MMK_R_slash" = 27; -"@MMK_R_t" = -42; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -4; -"@MMK_R_twosuperior" = -4; -"@MMK_R_u" = -28; -"@MMK_R_underscore" = 17; -"@MMK_R_v" = -72; -"@MMK_R_w" = -64; -"@MMK_R_x" = 16; -"@MMK_R_y" = -67; -"@MMK_R_z" = 12; -"@MMK_R_zero" = -27; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 28; -"@MMK_R_I.ss02" = 19; -"@MMK_R_J" = 19; -"@MMK_R_O" = -52; -"@MMK_R_S" = -23; -"@MMK_R_T" = -138; -"@MMK_R_U" = -45; -"@MMK_R_V" = -157; -"@MMK_R_W" = -81; -"@MMK_R_X" = 15; -"@MMK_R_Y" = -146; -"@MMK_R_Z" = 23; -"@MMK_R_a" = -37; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asciicircum" = -287; -"@MMK_R_asterisk" = -146; -"@MMK_R_braceright" = -77; -"@MMK_R_bracketright" = -80; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -39; -"@MMK_R_egrave" = -39; -"@MMK_R_eightsuperior" = -220; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -38; -"@MMK_R_fivesuperior" = -220; -"@MMK_R_four" = -118; -"@MMK_R_foursuperior" = -220; -"@MMK_R_g" = -13; -"@MMK_R_g.ss05" = 20; -"@MMK_R_guillemetleft" = -34; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = -158; -"@MMK_R_hyphen.case" = -189; -"@MMK_R_i" = -6; -"@MMK_R_icircumflex" = -6; -"@MMK_R_igrave" = -6; -"@MMK_R_imacron" = -6; -"@MMK_R_itilde" = -6; -"@MMK_R_j" = -4; -"@MMK_R_l" = -6; -"@MMK_R_l.ss02" = -14; -"@MMK_R_l.ss03" = -6; -"@MMK_R_n" = -6; -"@MMK_R_ninesuperior" = -223; -"@MMK_R_one" = -64; -"@MMK_R_onesuperior" = -111; -"@MMK_R_oslash" = -13; -"@MMK_R_parenright" = -44; -"@MMK_R_parenright.case" = -8; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -78; -"@MMK_R_question.ss01" = -92; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -137; -"@MMK_R_quotedblleft.ss01" = -128; -"@MMK_R_quotedblright" = -137; -"@MMK_R_quoteright" = -73; -"@MMK_R_quoteright.ss01" = -128; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -185; -"@MMK_R_sixsuperior" = -223; -"@MMK_R_slash" = 9; -"@MMK_R_t" = -53; -"@MMK_R_threesuperior" = -214; -"@MMK_R_trademark" = -257; -"@MMK_R_twosuperior" = -197; -"@MMK_R_u" = -35; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -92; -"@MMK_R_w" = -67; -"@MMK_R_x" = 12; -"@MMK_R_y" = -82; -"@MMK_R_z" = 17; -"@MMK_R_zero" = -33; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 28; -"@MMK_R_I.ss02" = 19; -"@MMK_R_J" = 19; -"@MMK_R_O" = -48; -"@MMK_R_S" = -22; -"@MMK_R_T" = -138; -"@MMK_R_U" = -38; -"@MMK_R_V" = -157; -"@MMK_R_W" = -81; -"@MMK_R_X" = 15; -"@MMK_R_Y" = -146; -"@MMK_R_Z" = 23; -"@MMK_R_a" = -36; -"@MMK_R_a.ss04" = -8; -"@MMK_R_bracketright" = -77; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -37; -"@MMK_R_egrave" = -33; -"@MMK_R_eightsuperior" = -123; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -126; -"@MMK_R_four" = -97; -"@MMK_R_foursuperior" = -104; -"@MMK_R_guillemetleft" = -34; -"@MMK_R_guillemetright" = 15; -"@MMK_R_hyphen" = -133; -"@MMK_R_hyphen.case" = -113; -"@MMK_R_i" = -2; -"@MMK_R_igrave" = -2; -"@MMK_R_l" = -2; -"@MMK_R_lslash" = -19; -"@MMK_R_ninesuperior" = -126; -"@MMK_R_onesuperior" = -111; -"@MMK_R_parenright" = -44; -"@MMK_R_parenright.case" = -8; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -78; -"@MMK_R_question.ss01" = -92; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -73; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -128; -"@MMK_R_quoteright" = -73; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 16; -"@MMK_R_sevensuperior" = -185; -"@MMK_R_sixsuperior" = -126; -"@MMK_R_slash" = 9; -"@MMK_R_threesuperior" = -120; -"@MMK_R_twosuperior" = -125; -"@MMK_R_u" = -34; -"@MMK_R_y" = -76; -"@MMK_R_z" = 17; -}; -"@MMK_L_O" = { -"@MMK_R_A" = -36; -"@MMK_R_I.ss02" = -41; -"@MMK_R_J" = -48; -"@MMK_R_O" = 30; -"@MMK_R_S" = 5; -"@MMK_R_T" = -48; -"@MMK_R_U" = 11; -"@MMK_R_V" = -37; -"@MMK_R_W" = -21; -"@MMK_R_X" = -50; -"@MMK_R_Y" = -50; -"@MMK_R_Z" = -42; -"@MMK_R_a" = 20; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -34; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -72; -"@MMK_R_bracketright" = -73; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = -45; -"@MMK_R_comma.ss01" = -64; -"@MMK_R_e" = 20; -"@MMK_R_egrave" = 20; -"@MMK_R_eightsuperior" = 3; -"@MMK_R_ellipsis" = -70; -"@MMK_R_exclam" = 18; -"@MMK_R_f" = 10; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 17; -"@MMK_R_foursuperior" = 5; -"@MMK_R_g" = 22; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = 10; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 24; -"@MMK_R_hyphen.case" = 36; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 29; -"@MMK_R_igrave" = 5; -"@MMK_R_imacron" = 51; -"@MMK_R_itilde" = 32; -"@MMK_R_j" = 5; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 7; -"@MMK_R_l.ss03" = 6; -"@MMK_R_lslash" = 24; -"@MMK_R_n" = 4; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -34; -"@MMK_R_oslash" = 20; -"@MMK_R_parenright" = -65; -"@MMK_R_parenright.case" = -55; -"@MMK_R_period" = -46; -"@MMK_R_period.ss01" = -63; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -7; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = -20; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -8; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -33; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -44; -"@MMK_R_t" = 10; -"@MMK_R_threesuperior" = 4; -"@MMK_R_trademark" = -57; -"@MMK_R_twosuperior" = 12; -"@MMK_R_u" = 16; -"@MMK_R_underscore" = -56; -"@MMK_R_v" = 14; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 14; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 27; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -39; -"@MMK_R_O" = 30; -"@MMK_R_S" = 5; -"@MMK_R_T" = -48; -"@MMK_R_U" = 12; -"@MMK_R_V" = -37; -"@MMK_R_X" = -50; -"@MMK_R_bracketright" = -65; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = -45; -"@MMK_R_comma.ss01" = -64; -"@MMK_R_e" = 20; -"@MMK_R_eightsuperior" = 3; -"@MMK_R_ellipsis" = -70; -"@MMK_R_exclam" = 18; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 5; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 24; -"@MMK_R_hyphen.case" = 36; -"@MMK_R_i" = 5; -"@MMK_R_n" = 4; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -34; -"@MMK_R_parenright" = -61; -"@MMK_R_parenright.case" = -54; -"@MMK_R_period" = -46; -"@MMK_R_period.ss01" = -63; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -7; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -32; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -44; -"@MMK_R_t" = 10; -"@MMK_R_threesuperior" = 4; -"@MMK_R_twosuperior" = 12; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -81; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -20; -"@MMK_R_J" = -150; -"@MMK_R_O" = 15; -"@MMK_R_S" = 9; -"@MMK_R_T" = -18; -"@MMK_R_U" = 13; -"@MMK_R_V" = -7; -"@MMK_R_W" = 0; -"@MMK_R_X" = -28; -"@MMK_R_Y" = -16; -"@MMK_R_Z" = -25; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -18; -"@MMK_R_asterisk" = 42; -"@MMK_R_braceright" = -50; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -10; -"@MMK_R_eightsuperior" = 16; -"@MMK_R_ellipsis" = -230; -"@MMK_R_exclam" = 24; -"@MMK_R_f" = 33; -"@MMK_R_fivesuperior" = 6; -"@MMK_R_four" = -48; -"@MMK_R_foursuperior" = 23; -"@MMK_R_g" = -6; -"@MMK_R_g.ss05" = -8; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = 21; -"@MMK_R_hyphen" = -43; -"@MMK_R_hyphen.case" = 10; -"@MMK_R_icircumflex" = 71; -"@MMK_R_igrave" = 15; -"@MMK_R_imacron" = 97; -"@MMK_R_itilde" = 79; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 12; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 7; -"@MMK_R_one" = 19; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -13; -"@MMK_R_parenright" = -47; -"@MMK_R_parenright.case" = -46; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 28; -"@MMK_R_question.ss01" = 7; -"@MMK_R_quotedbl" = 6; -"@MMK_R_quotedblleft" = 9; -"@MMK_R_quotedblleft.ss01" = 8; -"@MMK_R_quotedblright" = 16; -"@MMK_R_quoteright" = 18; -"@MMK_R_quoteright.ss01" = 8; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 18; -"@MMK_R_slash" = -102; -"@MMK_R_t" = 26; -"@MMK_R_threesuperior" = 17; -"@MMK_R_trademark" = -24; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -224; -"@MMK_R_v" = 25; -"@MMK_R_w" = 31; -"@MMK_R_x" = 8; -"@MMK_R_y" = 25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 37; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 22; -"@MMK_R_J" = 20; -"@MMK_R_O" = 0; -"@MMK_R_S" = -5; -"@MMK_R_T" = -64; -"@MMK_R_U" = -11; -"@MMK_R_V" = -56; -"@MMK_R_W" = -40; -"@MMK_R_X" = 28; -"@MMK_R_Y" = -64; -"@MMK_R_Z" = 33; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -47; -"@MMK_R_asterisk" = -10; -"@MMK_R_braceright" = -50; -"@MMK_R_bracketright" = -53; -"@MMK_R_colon" = 13; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 16; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = -6; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 37; -"@MMK_R_guillemetleft" = -4; -"@MMK_R_guillemetright" = 25; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = 5; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 8; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 25; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -16; -"@MMK_R_one" = -22; -"@MMK_R_onesuperior" = -49; -"@MMK_R_parenright" = -25; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -18; -"@MMK_R_question.ss01" = -25; -"@MMK_R_quotedbl" = -27; -"@MMK_R_quotedblleft" = -38; -"@MMK_R_quotedblleft.ss01" = -32; -"@MMK_R_quotedblright" = -27; -"@MMK_R_quoteright" = -25; -"@MMK_R_quoteright.ss01" = -29; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = -52; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = 32; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -74; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = -7; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -6; -"@MMK_R_w" = 0; -"@MMK_R_x" = 18; -"@MMK_R_y" = -7; -"@MMK_R_z" = 18; -"@MMK_R_zero" = -2; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 15; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 12; -"@MMK_R_O" = 2; -"@MMK_R_S" = 11; -"@MMK_R_T" = -19; -"@MMK_R_U" = 0; -"@MMK_R_V" = -12; -"@MMK_R_W" = 0; -"@MMK_R_X" = 3; -"@MMK_R_Y" = -17; -"@MMK_R_Z" = 14; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asciicircum" = -35; -"@MMK_R_asterisk" = 26; -"@MMK_R_braceright" = -31; -"@MMK_R_bracketright" = -31; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 9; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -18; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 15; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 6; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 7; -"@MMK_R_hyphen" = 4; -"@MMK_R_hyphen.case" = -8; -"@MMK_R_icircumflex" = 63; -"@MMK_R_igrave" = 12; -"@MMK_R_imacron" = 102; -"@MMK_R_itilde" = 83; -"@MMK_R_j" = 0; -"@MMK_R_l" = 8; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 13; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 18; -"@MMK_R_onesuperior" = -4; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -27; -"@MMK_R_parenright.case" = 4; -"@MMK_R_period" = 9; -"@MMK_R_period.ss01" = -15; -"@MMK_R_question" = 17; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 8; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -4; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 15; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -29; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 9; -"@MMK_R_v" = 9; -"@MMK_R_w" = 8; -"@MMK_R_x" = 15; -"@MMK_R_y" = 8; -"@MMK_R_z" = 15; -"@MMK_R_zero" = 4; -}; -"@MMK_L_S" = { -"@MMK_R_A" = -3; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -6; -"@MMK_R_J" = -13; -"@MMK_R_O" = 8; -"@MMK_R_S" = 27; -"@MMK_R_T" = -29; -"@MMK_R_U" = 6; -"@MMK_R_V" = -23; -"@MMK_R_W" = -15; -"@MMK_R_X" = -11; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 17; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asciicircum" = -44; -"@MMK_R_asterisk" = 4; -"@MMK_R_braceright" = -48; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -27; -"@MMK_R_e" = 18; -"@MMK_R_egrave" = 18; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = 31; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = 17; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 18; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 31; -"@MMK_R_hyphen.case" = -4; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 48; -"@MMK_R_igrave" = 8; -"@MMK_R_imacron" = 83; -"@MMK_R_itilde" = 64; -"@MMK_R_j" = 5; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 9; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 4; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -20; -"@MMK_R_oslash" = 18; -"@MMK_R_parenright" = -48; -"@MMK_R_parenright.case" = -33; -"@MMK_R_period" = -3; -"@MMK_R_period.ss01" = -29; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = -4; -"@MMK_R_sevensuperior" = -19; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = -13; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -44; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 8; -"@MMK_R_underscore" = -13; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 14; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -136; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = -137; -"@MMK_R_O" = -48; -"@MMK_R_S" = -23; -"@MMK_R_T" = 17; -"@MMK_R_U" = 11; -"@MMK_R_V" = 18; -"@MMK_R_W" = 26; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 16; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -155; -"@MMK_R_a.ss04" = -54; -"@MMK_R_asciicircum" = -75; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -3; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = -71; -"@MMK_R_colon.ss01" = -68; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -154; -"@MMK_R_egrave" = -92; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -161; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = -48; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = -139; -"@MMK_R_foursuperior" = -68; -"@MMK_R_g" = -153; -"@MMK_R_g.ss05" = -130; -"@MMK_R_guillemetleft" = -110; -"@MMK_R_guillemetright" = -110; -"@MMK_R_hyphen" = -137; -"@MMK_R_hyphen.case" = -137; -"@MMK_R_i" = -26; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 44; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 53; -"@MMK_R_j" = -26; -"@MMK_R_l" = -3; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 41; -"@MMK_R_lslash" = -21; -"@MMK_R_n" = -128; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = -25; -"@MMK_R_onesuperior" = 7; -"@MMK_R_oslash" = -154; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -21; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -138; -"@MMK_R_semicolon" = -73; -"@MMK_R_sevensuperior" = 9; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = -136; -"@MMK_R_t" = -47; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -3; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -132; -"@MMK_R_underscore" = -128; -"@MMK_R_v" = -131; -"@MMK_R_w" = -131; -"@MMK_R_x" = -131; -"@MMK_R_y" = -131; -"@MMK_R_z" = -131; -"@MMK_R_zero" = -41; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = -50; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -74; -"@MMK_R_J" = -85; -"@MMK_R_O" = 29; -"@MMK_R_S" = 0; -"@MMK_R_T" = -84; -"@MMK_R_U" = 13; -"@MMK_R_V" = -50; -"@MMK_R_W" = -25; -"@MMK_R_Y" = -64; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 6; -"@MMK_R_bracketright" = -84; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = 15; -"@MMK_R_egrave" = 16; -"@MMK_R_eightsuperior" = 7; -"@MMK_R_exclam" = 21; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 5; -"@MMK_R_hyphen" = 26; -"@MMK_R_hyphen.case" = 43; -"@MMK_R_i" = 6; -"@MMK_R_imacron" = 11; -"@MMK_R_j" = 6; -"@MMK_R_n" = 6; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -34; -"@MMK_R_parenright" = -75; -"@MMK_R_parenright.case" = -67; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -18; -"@MMK_R_quotedbl" = -13; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -42; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -60; -"@MMK_R_threesuperior" = 8; -"@MMK_R_twosuperior" = 15; -"@MMK_R_u" = 18; -"@MMK_R_v" = 8; -"@MMK_R_y" = 8; -}; -"@MMK_L_U" = { -"@MMK_R_A" = -31; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 8; -"@MMK_R_J" = -38; -"@MMK_R_O" = 11; -"@MMK_R_S" = 2; -"@MMK_R_T" = 11; -"@MMK_R_U" = 14; -"@MMK_R_V" = 12; -"@MMK_R_W" = 10; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -40; -"@MMK_R_asterisk" = 14; -"@MMK_R_braceright" = -19; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -35; -"@MMK_R_comma.ss01" = -57; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -62; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 7; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = -5; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 11; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 28; -"@MMK_R_imacron" = 101; -"@MMK_R_j" = 0; -"@MMK_R_l" = 10; -"@MMK_R_l.ss02" = 12; -"@MMK_R_l.ss03" = 32; -"@MMK_R_lslash" = 7; -"@MMK_R_n" = -3; -"@MMK_R_ninesuperior" = 3; -"@MMK_R_one" = 10; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 6; -"@MMK_R_period" = -36; -"@MMK_R_period.ss01" = -57; -"@MMK_R_question" = 12; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 6; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 2; -"@MMK_R_slash" = -38; -"@MMK_R_t" = 6; -"@MMK_R_trademark" = -3; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -43; -"@MMK_R_v" = 8; -"@MMK_R_w" = 9; -"@MMK_R_x" = 0; -"@MMK_R_y" = 8; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = -31; -"@MMK_R_H" = 49; -"@MMK_R_I.ss02" = 88; -"@MMK_R_O" = 13; -"@MMK_R_T" = 88; -"@MMK_R_U" = 60; -"@MMK_R_V" = 93; -"@MMK_R_X" = 73; -"@MMK_R_Y" = 93; -"@MMK_R_Z" = 78; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = -2; -"@MMK_R_bracketright" = 87; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -35; -"@MMK_R_comma.ss01" = -57; -"@MMK_R_e" = 7; -"@MMK_R_eightsuperior" = 47; -"@MMK_R_ellipsis" = -62; -"@MMK_R_exclam" = 50; -"@MMK_R_fivesuperior" = 57; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 11; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_n" = -3; -"@MMK_R_ninesuperior" = 45; -"@MMK_R_onesuperior" = 55; -"@MMK_R_parenright" = 110; -"@MMK_R_parenright.case" = 109; -"@MMK_R_period" = -36; -"@MMK_R_period.ss01" = -57; -"@MMK_R_question" = 27; -"@MMK_R_question.ss01" = 10; -"@MMK_R_quotedbl" = 65; -"@MMK_R_quotedblright" = 66; -"@MMK_R_quoteright" = 64; -"@MMK_R_quoteright.ss01" = 48; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = 89; -"@MMK_R_sixsuperior" = 27; -"@MMK_R_slash" = -38; -"@MMK_R_threesuperior" = 47; -"@MMK_R_twosuperior" = 55; -"@MMK_R_u" = 0; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -159; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 23; -"@MMK_R_J" = -144; -"@MMK_R_O" = -37; -"@MMK_R_S" = -16; -"@MMK_R_T" = 18; -"@MMK_R_U" = 12; -"@MMK_R_V" = 35; -"@MMK_R_W" = 39; -"@MMK_R_X" = 17; -"@MMK_R_Y" = 33; -"@MMK_R_Z" = 7; -"@MMK_R_a" = -78; -"@MMK_R_a.ss04" = -74; -"@MMK_R_asciicircum" = -69; -"@MMK_R_asterisk" = 15; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -36; -"@MMK_R_colon.ss01" = -51; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -79; -"@MMK_R_egrave" = -77; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -201; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = -21; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -101; -"@MMK_R_foursuperior" = -35; -"@MMK_R_g" = -76; -"@MMK_R_g.ss05" = -74; -"@MMK_R_guillemetleft" = -87; -"@MMK_R_guillemetright" = -32; -"@MMK_R_hyphen" = -86; -"@MMK_R_hyphen.case" = -63; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 40; -"@MMK_R_igrave" = 57; -"@MMK_R_imacron" = 102; -"@MMK_R_itilde" = 85; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 53; -"@MMK_R_lslash" = -10; -"@MMK_R_n" = -56; -"@MMK_R_ninesuperior" = 7; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 12; -"@MMK_R_oslash" = -79; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 2; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = 21; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 11; -"@MMK_R_quotedblright" = 16; -"@MMK_R_quoteright" = 16; -"@MMK_R_quoteright.ss01" = 3; -"@MMK_R_s" = -69; -"@MMK_R_semicolon" = -36; -"@MMK_R_sevensuperior" = 23; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -184; -"@MMK_R_t" = -24; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -47; -"@MMK_R_underscore" = -168; -"@MMK_R_v" = -28; -"@MMK_R_w" = -26; -"@MMK_R_x" = -31; -"@MMK_R_y" = -27; -"@MMK_R_z" = -43; -"@MMK_R_zero" = -35; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -97; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 29; -"@MMK_R_J" = -89; -"@MMK_R_O" = -22; -"@MMK_R_S" = -8; -"@MMK_R_T" = 24; -"@MMK_R_U" = 10; -"@MMK_R_V" = 39; -"@MMK_R_W" = 41; -"@MMK_R_X" = 16; -"@MMK_R_Y" = 34; -"@MMK_R_Z" = 16; -"@MMK_R_a" = -49; -"@MMK_R_a.ss04" = -43; -"@MMK_R_asciicircum" = -53; -"@MMK_R_asterisk" = 26; -"@MMK_R_braceright" = -3; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = -20; -"@MMK_R_colon.ss01" = -33; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -49; -"@MMK_R_egrave" = -46; -"@MMK_R_eightsuperior" = 3; -"@MMK_R_ellipsis" = -119; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -55; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = -46; -"@MMK_R_g.ss05" = -45; -"@MMK_R_guillemetleft" = -56; -"@MMK_R_guillemetright" = -16; -"@MMK_R_hyphen" = -54; -"@MMK_R_hyphen.case" = -33; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 59; -"@MMK_R_igrave" = 59; -"@MMK_R_imacron" = 114; -"@MMK_R_itilde" = 94; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 50; -"@MMK_R_lslash" = -3; -"@MMK_R_n" = -29; -"@MMK_R_ninesuperior" = 6; -"@MMK_R_one" = 11; -"@MMK_R_onesuperior" = 19; -"@MMK_R_oslash" = -47; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 17; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 18; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 10; -"@MMK_R_quotedblright" = 23; -"@MMK_R_quoteright" = 23; -"@MMK_R_quoteright.ss01" = 12; -"@MMK_R_s" = -38; -"@MMK_R_semicolon" = -20; -"@MMK_R_sevensuperior" = 22; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -98; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 2; -"@MMK_R_u" = -21; -"@MMK_R_underscore" = -95; -"@MMK_R_v" = -8; -"@MMK_R_w" = -10; -"@MMK_R_x" = -18; -"@MMK_R_y" = -8; -"@MMK_R_z" = -21; -"@MMK_R_zero" = -21; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 37; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 38; -"@MMK_R_J" = 23; -"@MMK_R_O" = -50; -"@MMK_R_S" = -21; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 17; -"@MMK_R_W" = 16; -"@MMK_R_X" = 35; -"@MMK_R_Y" = 13; -"@MMK_R_Z" = 43; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -91; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 12; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 27; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -33; -"@MMK_R_egrave" = -33; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = -26; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = -44; -"@MMK_R_foursuperior" = -72; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 24; -"@MMK_R_guillemetleft" = -36; -"@MMK_R_guillemetright" = 25; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -99; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 15; -"@MMK_R_igrave" = 38; -"@MMK_R_imacron" = 75; -"@MMK_R_itilde" = 50; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 33; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 19; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -19; -"@MMK_R_question.ss01" = -26; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = -9; -"@MMK_R_semicolon" = 12; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = 34; -"@MMK_R_t" = -40; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -7; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = -28; -"@MMK_R_underscore" = 17; -"@MMK_R_v" = -61; -"@MMK_R_w" = -60; -"@MMK_R_x" = 16; -"@MMK_R_y" = -61; -"@MMK_R_z" = 12; -"@MMK_R_zero" = -27; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -147; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = -146; -"@MMK_R_O" = -50; -"@MMK_R_S" = -23; -"@MMK_R_T" = 16; -"@MMK_R_U" = 0; -"@MMK_R_V" = 33; -"@MMK_R_W" = 34; -"@MMK_R_X" = 13; -"@MMK_R_Y" = 33; -"@MMK_R_Z" = 3; -"@MMK_R_a" = -108; -"@MMK_R_a.ss04" = -91; -"@MMK_R_asciicircum" = -78; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -53; -"@MMK_R_colon.ss01" = -66; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -111; -"@MMK_R_egrave" = -74; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -181; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -38; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -149; -"@MMK_R_foursuperior" = -54; -"@MMK_R_g" = -105; -"@MMK_R_g.ss05" = -97; -"@MMK_R_guillemetleft" = -107; -"@MMK_R_guillemetright" = -51; -"@MMK_R_hyphen" = -131; -"@MMK_R_hyphen.case" = -87; -"@MMK_R_i" = -3; -"@MMK_R_icircumflex" = 24; -"@MMK_R_igrave" = 55; -"@MMK_R_imacron" = 90; -"@MMK_R_j" = -3; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 52; -"@MMK_R_n" = -70; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -5; -"@MMK_R_onesuperior" = 8; -"@MMK_R_oslash" = -111; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = -6; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = 12; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 12; -"@MMK_R_quoteright" = 12; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -88; -"@MMK_R_semicolon" = -53; -"@MMK_R_sevensuperior" = 22; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = -149; -"@MMK_R_t" = -39; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -65; -"@MMK_R_underscore" = -144; -"@MMK_R_v" = -44; -"@MMK_R_w" = -45; -"@MMK_R_x" = -50; -"@MMK_R_y" = -44; -"@MMK_R_z" = -54; -"@MMK_R_zero" = -43; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 24; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 46; -"@MMK_R_J" = 16; -"@MMK_R_O" = -40; -"@MMK_R_S" = -13; -"@MMK_R_T" = 14; -"@MMK_R_U" = 0; -"@MMK_R_V" = 24; -"@MMK_R_W" = 28; -"@MMK_R_X" = 36; -"@MMK_R_Y" = 20; -"@MMK_R_Z" = 39; -"@MMK_R_a" = -29; -"@MMK_R_a.ss04" = -10; -"@MMK_R_asciicircum" = -77; -"@MMK_R_asterisk" = 3; -"@MMK_R_braceright" = -3; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = 11; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 16; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -32; -"@MMK_R_egrave" = -26; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = -29; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = -92; -"@MMK_R_foursuperior" = -60; -"@MMK_R_g" = -12; -"@MMK_R_g.ss05" = 21; -"@MMK_R_guillemetleft" = -34; -"@MMK_R_guillemetright" = 12; -"@MMK_R_hyphen" = -137; -"@MMK_R_hyphen.case" = -97; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 42; -"@MMK_R_igrave" = 45; -"@MMK_R_imacron" = 91; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 37; -"@MMK_R_lslash" = -12; -"@MMK_R_n" = -3; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -5; -"@MMK_R_onesuperior" = 3; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = 6; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 3; -"@MMK_R_quoteright" = 3; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -14; -"@MMK_R_semicolon" = 11; -"@MMK_R_sevensuperior" = 12; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = 7; -"@MMK_R_t" = -40; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -28; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -49; -"@MMK_R_w" = -51; -"@MMK_R_x" = 11; -"@MMK_R_y" = -49; -"@MMK_R_z" = 15; -"@MMK_R_zero" = -25; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -5; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -128; -"@MMK_R_U" = -3; -"@MMK_R_V" = -56; -"@MMK_R_W" = -27; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -69; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -52; -"@MMK_R_asterisk" = -7; -"@MMK_R_braceright" = -65; -"@MMK_R_bracketright" = -68; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -28; -"@MMK_R_onesuperior" = -56; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -40; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -26; -"@MMK_R_quotedbl" = -27; -"@MMK_R_quotedblleft" = -38; -"@MMK_R_quotedblleft.ss01" = -35; -"@MMK_R_quotedblright" = -27; -"@MMK_R_quoteright" = -24; -"@MMK_R_quoteright.ss01" = -32; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -67; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = -2; -"@MMK_R_threesuperior" = -11; -"@MMK_R_trademark" = -79; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 26; -"@MMK_R_I.ss02" = 17; -"@MMK_R_J" = 20; -"@MMK_R_O" = -10; -"@MMK_R_S" = -5; -"@MMK_R_T" = -75; -"@MMK_R_U" = -21; -"@MMK_R_V" = -88; -"@MMK_R_W" = -62; -"@MMK_R_X" = 23; -"@MMK_R_Y" = -116; -"@MMK_R_Z" = 21; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -78; -"@MMK_R_asterisk" = -47; -"@MMK_R_braceright" = -71; -"@MMK_R_bracketright" = -67; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 30; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -8; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = -34; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = -19; -"@MMK_R_fivesuperior" = -39; -"@MMK_R_four" = -11; -"@MMK_R_foursuperior" = -36; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 37; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = 27; -"@MMK_R_hyphen" = -13; -"@MMK_R_imacron" = 21; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_ninesuperior" = -37; -"@MMK_R_one" = -60; -"@MMK_R_onesuperior" = -74; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -39; -"@MMK_R_period" = 23; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -52; -"@MMK_R_question.ss01" = -62; -"@MMK_R_quotedbl" = -56; -"@MMK_R_quotedblleft" = -73; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -70; -"@MMK_R_quoteright" = -68; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 20; -"@MMK_R_sevensuperior" = -74; -"@MMK_R_sixsuperior" = -43; -"@MMK_R_slash" = 28; -"@MMK_R_t" = -22; -"@MMK_R_threesuperior" = -32; -"@MMK_R_trademark" = -93; -"@MMK_R_twosuperior" = -23; -"@MMK_R_u" = -3; -"@MMK_R_underscore" = 26; -"@MMK_R_v" = -34; -"@MMK_R_w" = -25; -"@MMK_R_x" = 25; -"@MMK_R_y" = -33; -"@MMK_R_z" = 20; -"@MMK_R_zero" = -11; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 5; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -23; -"@MMK_R_S" = -23; -"@MMK_R_T" = -144; -"@MMK_R_U" = -35; -"@MMK_R_V" = -115; -"@MMK_R_W" = -76; -"@MMK_R_Y" = -146; -"@MMK_R_Z" = 4; -"@MMK_R_a" = -31; -"@MMK_R_a.ss04" = -11; -"@MMK_R_e" = -31; -"@MMK_R_egrave" = -31; -"@MMK_R_f" = -40; -"@MMK_R_g" = -11; -"@MMK_R_i" = -4; -"@MMK_R_j" = -2; -"@MMK_R_l" = -4; -"@MMK_R_n" = -4; -"@MMK_R_s" = -16; -"@MMK_R_t" = -54; -"@MMK_R_u" = -32; -"@MMK_R_z" = 0; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -137; -"@MMK_R_H" = -45; -"@MMK_R_I.ss02" = -78; -"@MMK_R_J" = -203; -"@MMK_R_O" = -34; -"@MMK_R_S" = -38; -"@MMK_R_T" = -75; -"@MMK_R_U" = -39; -"@MMK_R_V" = -68; -"@MMK_R_W" = -52; -"@MMK_R_Y" = -78; -"@MMK_R_Z" = -86; -"@MMK_R_a" = -62; -"@MMK_R_a.ss04" = -52; -"@MMK_R_e" = -64; -"@MMK_R_f" = -24; -"@MMK_R_g" = -59; -"@MMK_R_i" = -46; -"@MMK_R_j" = -46; -"@MMK_R_l" = -45; -"@MMK_R_n" = -51; -"@MMK_R_s" = -49; -"@MMK_R_t" = -24; -"@MMK_R_u" = -44; -"@MMK_R_z" = -43; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -167; -"@MMK_R_H" = -98; -"@MMK_R_I.ss02" = -200; -"@MMK_R_J" = -212; -"@MMK_R_O" = -76; -"@MMK_R_S" = -97; -"@MMK_R_T" = -203; -"@MMK_R_U" = -90; -"@MMK_R_V" = -142; -"@MMK_R_W" = -118; -"@MMK_R_Y" = -170; -"@MMK_R_Z" = -193; -"@MMK_R_a" = -88; -"@MMK_R_a.ss04" = -92; -"@MMK_R_e" = -87; -"@MMK_R_egrave" = -87; -"@MMK_R_f" = -82; -"@MMK_R_g" = -85; -"@MMK_R_i" = -84; -"@MMK_R_j" = -84; -"@MMK_R_l" = -84; -"@MMK_R_n" = -96; -"@MMK_R_s" = -86; -"@MMK_R_t" = -82; -"@MMK_R_u" = -89; -"@MMK_R_z" = -97; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -104; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -144; -"@MMK_R_O" = 0; -"@MMK_R_S" = 20; -"@MMK_R_T" = 0; -"@MMK_R_U" = 14; -"@MMK_R_V" = 16; -"@MMK_R_W" = 27; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -40; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asterisk" = 29; -"@MMK_R_bracketright" = -36; -"@MMK_R_colon" = 15; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -43; -"@MMK_R_eight" = 19; -"@MMK_R_f" = 20; -"@MMK_R_five" = 6; -"@MMK_R_four" = -81; -"@MMK_R_g" = -37; -"@MMK_R_guillemetleft" = -57; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -112; -"@MMK_R_hyphen.case" = -55; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = -7; -"@MMK_R_nine" = 31; -"@MMK_R_one" = 23; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -22; -"@MMK_R_parenright.case" = -22; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_pi" = 18; -"@MMK_R_question" = 33; -"@MMK_R_quotedbl" = 11; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 22; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 16; -"@MMK_R_s" = -22; -"@MMK_R_semicolon" = 15; -"@MMK_R_seven" = 43; -"@MMK_R_slash" = -124; -"@MMK_R_t" = 20; -"@MMK_R_three" = 21; -"@MMK_R_two" = 32; -"@MMK_R_u" = -2; -"@MMK_R_v" = 27; -"@MMK_R_w" = 25; -"@MMK_R_x" = 10; -"@MMK_R_y" = 27; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = -73; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -74; -"@MMK_R_O" = -74; -"@MMK_R_S" = -48; -"@MMK_R_T" = -3; -"@MMK_R_U" = -19; -"@MMK_R_V" = -2; -"@MMK_R_W" = -3; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -2; -"@MMK_R_Z" = -4; -"@MMK_R_a" = -90; -"@MMK_R_a.ss04" = -85; -"@MMK_R_asterisk" = -37; -"@MMK_R_bracketright" = 11; -"@MMK_R_colon" = -64; -"@MMK_R_colon.ss01" = -68; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_degree" = -58; -"@MMK_R_e" = -90; -"@MMK_R_egrave" = -85; -"@MMK_R_eight" = -43; -"@MMK_R_ellipsis" = -89; -"@MMK_R_f" = -57; -"@MMK_R_five" = -23; -"@MMK_R_four" = -82; -"@MMK_R_g" = -32; -"@MMK_R_guillemetleft" = -85; -"@MMK_R_guillemetright" = -65; -"@MMK_R_hyphen" = -84; -"@MMK_R_i" = -40; -"@MMK_R_icircumflex" = -7; -"@MMK_R_j" = 81; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -25; -"@MMK_R_n" = -73; -"@MMK_R_nine" = -46; -"@MMK_R_one" = -77; -"@MMK_R_parenleft" = -47; -"@MMK_R_percent" = -39; -"@MMK_R_period" = -46; -"@MMK_R_period.ss01" = -68; -"@MMK_R_pi" = -78; -"@MMK_R_plus" = -95; -"@MMK_R_question" = -33; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -33; -"@MMK_R_quotedblleft.ss01" = -30; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -20; -"@MMK_R_s" = -87; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -9; -"@MMK_R_slash" = -17; -"@MMK_R_t" = -63; -"@MMK_R_three" = -60; -"@MMK_R_two" = -50; -"@MMK_R_u" = -77; -"@MMK_R_v" = -85; -"@MMK_R_w" = -81; -"@MMK_R_x" = -81; -"@MMK_R_y" = -8; -"@MMK_R_z" = -81; -"@MMK_R_zero" = -64; -}; -"@MMK_L_c" = { -"@MMK_R_A" = -8; -"@MMK_R_I.ss02" = -24; -"@MMK_R_J" = -27; -"@MMK_R_O" = 16; -"@MMK_R_S" = 3; -"@MMK_R_T" = -148; -"@MMK_R_U" = 0; -"@MMK_R_V" = -73; -"@MMK_R_W" = -42; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -93; -"@MMK_R_Z" = -9; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 17; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = -29; -"@MMK_R_braceright" = -87; -"@MMK_R_bracketright" = -77; -"@MMK_R_colon" = -15; -"@MMK_R_colon.ss01" = -23; -"@MMK_R_comma" = -8; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -40; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -9; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -17; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -13; -"@MMK_R_one" = -62; -"@MMK_R_onesuperior" = -43; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -78; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = -37; -"@MMK_R_question.ss01" = -54; -"@MMK_R_quotedbl" = -43; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblleft.ss01" = -59; -"@MMK_R_quotedblright" = -60; -"@MMK_R_quoteright" = -58; -"@MMK_R_quoteright.ss01" = -59; -"@MMK_R_s" = 22; -"@MMK_R_semicolon" = -15; -"@MMK_R_sevensuperior" = -56; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = -23; -"@MMK_R_t" = -12; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -73; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -22; -"@MMK_R_v" = -3; -"@MMK_R_w" = 0; -"@MMK_R_x" = -21; -"@MMK_R_y" = -7; -"@MMK_R_z" = -7; -"@MMK_R_zero" = 13; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 13; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -71; -"@MMK_R_U" = -2; -"@MMK_R_V" = -35; -"@MMK_R_W" = -19; -"@MMK_R_X" = 14; -"@MMK_R_Y" = -53; -"@MMK_R_Z" = 11; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = -3; -"@MMK_R_asterisk" = 15; -"@MMK_R_bracketright" = -64; -"@MMK_R_e" = -28; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 13; -"@MMK_R_five" = -6; -"@MMK_R_four" = -70; -"@MMK_R_g" = -8; -"@MMK_R_guillemetleft" = -40; -"@MMK_R_guillemetright" = 17; -"@MMK_R_hyphen" = -71; -"@MMK_R_hyphen.case" = -31; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 3; -"@MMK_R_one" = -7; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -45; -"@MMK_R_parenright.case" = -2; -"@MMK_R_pi" = 21; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -19; -"@MMK_R_quotedblright" = -8; -"@MMK_R_quoteright" = -7; -"@MMK_R_s" = -8; -"@MMK_R_seven" = 0; -"@MMK_R_t" = 7; -"@MMK_R_three" = 0; -"@MMK_R_two" = 22; -"@MMK_R_u" = 0; -"@MMK_R_v" = 17; -"@MMK_R_w" = 14; -"@MMK_R_x" = 27; -"@MMK_R_y" = 17; -"@MMK_R_z" = 33; -"@MMK_R_zero" = 0; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -73; -"@MMK_R_bracketright" = -3; -"@MMK_R_eight" = -10; -"@MMK_R_five" = -21; -"@MMK_R_four" = -72; -"@MMK_R_guillemetleft" = -28; -"@MMK_R_guillemetright" = 24; -"@MMK_R_hyphen" = -73; -"@MMK_R_hyphen.case" = -73; -"@MMK_R_nine" = -18; -"@MMK_R_one" = -67; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 15; -"@MMK_R_quotedbl" = -73; -"@MMK_R_quotedblleft" = -73; -"@MMK_R_quotedblright" = -73; -"@MMK_R_quoteright" = -73; -"@MMK_R_seven" = -73; -"@MMK_R_three" = -13; -"@MMK_R_two" = 38; -"@MMK_R_zero" = -40; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 109; -"@MMK_R_O" = 49; -"@MMK_R_a" = 0; -"@MMK_R_bracketright" = 44; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_e" = 0; -"@MMK_R_eightsuperior" = 96; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 115; -"@MMK_R_fivesuperior" = 108; -"@MMK_R_foursuperior" = 44; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 63; -"@MMK_R_j" = 63; -"@MMK_R_l" = 64; -"@MMK_R_l.ss02" = 66; -"@MMK_R_l.ss03" = 67; -"@MMK_R_n" = 18; -"@MMK_R_ninesuperior" = 108; -"@MMK_R_onesuperior" = 109; -"@MMK_R_parenright" = 88; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = 115; -"@MMK_R_question.ss01" = 93; -"@MMK_R_quotedbl" = 122; -"@MMK_R_quotedblleft" = 97; -"@MMK_R_quotedblleft.ss01" = 113; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 20; -"@MMK_R_sevensuperior" = 114; -"@MMK_R_sixsuperior" = 96; -"@MMK_R_slash" = 4; -"@MMK_R_t" = 24; -"@MMK_R_threesuperior" = 83; -"@MMK_R_twosuperior" = 90; -"@MMK_R_u" = 29; -"@MMK_R_v" = 22; -"@MMK_R_w" = 20; -"@MMK_R_y" = 22; -"@MMK_R_z" = 11; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -143; -"@MMK_R_H" = -17; -"@MMK_R_I.ss02" = -24; -"@MMK_R_J" = -179; -"@MMK_R_O" = -24; -"@MMK_R_S" = -11; -"@MMK_R_T" = -23; -"@MMK_R_U" = -10; -"@MMK_R_V" = -14; -"@MMK_R_W" = -4; -"@MMK_R_Y" = -17; -"@MMK_R_Z" = -35; -"@MMK_R_a" = -71; -"@MMK_R_a.ss04" = -61; -"@MMK_R_asterisk" = 7; -"@MMK_R_bracketright" = -58; -"@MMK_R_colon" = -16; -"@MMK_R_colon.ss01" = -36; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -72; -"@MMK_R_eight" = -12; -"@MMK_R_f" = -11; -"@MMK_R_five" = -17; -"@MMK_R_four" = -127; -"@MMK_R_g" = -68; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = -125; -"@MMK_R_hyphen.case" = -63; -"@MMK_R_i" = -28; -"@MMK_R_j" = -28; -"@MMK_R_l" = -25; -"@MMK_R_n" = -44; -"@MMK_R_nine" = -2; -"@MMK_R_one" = 0; -"@MMK_R_parenright" = -58; -"@MMK_R_parenright.case" = -57; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 4; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = -57; -"@MMK_R_semicolon" = -16; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -165; -"@MMK_R_t" = -14; -"@MMK_R_three" = -11; -"@MMK_R_two" = 0; -"@MMK_R_u" = -37; -"@MMK_R_z" = -30; -"@MMK_R_zero" = -22; -}; -"@MMK_L_e" = { -"@MMK_R_A" = -13; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -25; -"@MMK_R_J" = -29; -"@MMK_R_O" = 12; -"@MMK_R_S" = 0; -"@MMK_R_T" = -154; -"@MMK_R_U" = 0; -"@MMK_R_V" = -77; -"@MMK_R_W" = -45; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -106; -"@MMK_R_Z" = -14; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -59; -"@MMK_R_asterisk" = -37; -"@MMK_R_braceright" = -88; -"@MMK_R_bracketright" = -90; -"@MMK_R_colon" = -20; -"@MMK_R_colon.ss01" = -28; -"@MMK_R_comma" = -11; -"@MMK_R_comma.ss01" = -36; -"@MMK_R_e" = 12; -"@MMK_R_egrave" = 12; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -42; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -14; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 4; -"@MMK_R_foursuperior" = -25; -"@MMK_R_g" = 13; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = -14; -"@MMK_R_hyphen" = 20; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 27; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -21; -"@MMK_R_one" = -60; -"@MMK_R_onesuperior" = -45; -"@MMK_R_oslash" = 12; -"@MMK_R_parenright" = -76; -"@MMK_R_period" = -13; -"@MMK_R_period.ss01" = -37; -"@MMK_R_question" = -44; -"@MMK_R_question.ss01" = -62; -"@MMK_R_quotedbl" = -49; -"@MMK_R_quotedblleft" = -71; -"@MMK_R_quotedblleft.ss01" = -67; -"@MMK_R_quotedblright" = -65; -"@MMK_R_quoteright" = -63; -"@MMK_R_quoteright.ss01" = -64; -"@MMK_R_s" = 8; -"@MMK_R_semicolon" = -19; -"@MMK_R_sevensuperior" = -57; -"@MMK_R_sixsuperior" = -22; -"@MMK_R_slash" = -28; -"@MMK_R_t" = -17; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -78; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -23; -"@MMK_R_v" = -16; -"@MMK_R_w" = -7; -"@MMK_R_x" = -23; -"@MMK_R_y" = -18; -"@MMK_R_z" = -13; -"@MMK_R_zero" = 11; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = -13; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -18; -"@MMK_R_J" = -28; -"@MMK_R_O" = 12; -"@MMK_R_S" = 0; -"@MMK_R_T" = -77; -"@MMK_R_U" = 0; -"@MMK_R_V" = -63; -"@MMK_R_W" = -43; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -77; -"@MMK_R_Z" = -14; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asterisk" = -33; -"@MMK_R_bracketright" = -80; -"@MMK_R_colon" = -20; -"@MMK_R_colon.ss01" = -28; -"@MMK_R_comma" = -11; -"@MMK_R_comma.ss01" = -36; -"@MMK_R_e" = 12; -"@MMK_R_egrave" = 12; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -42; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -6; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = 7; -"@MMK_R_foursuperior" = -25; -"@MMK_R_g" = 13; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = -14; -"@MMK_R_hyphen" = 21; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 20; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 27; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = -55; -"@MMK_R_onesuperior" = -45; -"@MMK_R_oslash" = 12; -"@MMK_R_parenright" = -73; -"@MMK_R_period" = -13; -"@MMK_R_period.ss01" = -37; -"@MMK_R_question" = -44; -"@MMK_R_question.ss01" = -59; -"@MMK_R_quotedbl" = -46; -"@MMK_R_quotedblleft" = -67; -"@MMK_R_quotedblleft.ss01" = -65; -"@MMK_R_quotedblright" = -65; -"@MMK_R_quoteright" = -62; -"@MMK_R_quoteright.ss01" = -62; -"@MMK_R_s" = 8; -"@MMK_R_semicolon" = -19; -"@MMK_R_sevensuperior" = -54; -"@MMK_R_sixsuperior" = -22; -"@MMK_R_slash" = -28; -"@MMK_R_t" = -16; -"@MMK_R_threesuperior" = -12; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -23; -"@MMK_R_v" = -16; -"@MMK_R_w" = -7; -"@MMK_R_x" = -23; -"@MMK_R_y" = -18; -"@MMK_R_z" = -13; -"@MMK_R_zero" = 11; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -8; -"@MMK_R_J" = -19; -"@MMK_R_O" = 11; -"@MMK_R_S" = 21; -"@MMK_R_T" = -24; -"@MMK_R_U" = 4; -"@MMK_R_V" = -17; -"@MMK_R_W" = -5; -"@MMK_R_X" = -13; -"@MMK_R_Y" = -23; -"@MMK_R_Z" = -5; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 13; -"@MMK_R_asterisk" = 20; -"@MMK_R_bracketright" = -43; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = -7; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_degree" = -11; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 13; -"@MMK_R_eight" = 25; -"@MMK_R_ellipsis" = -38; -"@MMK_R_f" = 8; -"@MMK_R_five" = 14; -"@MMK_R_four" = 26; -"@MMK_R_g" = 12; -"@MMK_R_guillemetleft" = 11; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 23; -"@MMK_R_hyphen.case" = -6; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 52; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 15; -"@MMK_R_one" = 13; -"@MMK_R_parenleft" = 16; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = -29; -"@MMK_R_percent" = 3; -"@MMK_R_period" = -7; -"@MMK_R_period.ss01" = -33; -"@MMK_R_pi" = 8; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 10; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 9; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 8; -"@MMK_R_three" = 23; -"@MMK_R_two" = 11; -"@MMK_R_u" = 9; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 12; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -25; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -70; -"@MMK_R_S" = -43; -"@MMK_R_T" = -162; -"@MMK_R_U" = -62; -"@MMK_R_V" = -200; -"@MMK_R_W" = -112; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -180; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -51; -"@MMK_R_a.ss04" = -26; -"@MMK_R_asterisk" = -146; -"@MMK_R_bracketright" = -89; -"@MMK_R_colon" = 0; -"@MMK_R_comma" = 16; -"@MMK_R_e" = -52; -"@MMK_R_egrave" = -52; -"@MMK_R_eight" = -38; -"@MMK_R_ellipsis" = -15; -"@MMK_R_f" = -56; -"@MMK_R_five" = -47; -"@MMK_R_four" = -108; -"@MMK_R_g" = -34; -"@MMK_R_guillemetleft" = -53; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -129; -"@MMK_R_hyphen.case" = -230; -"@MMK_R_i" = -27; -"@MMK_R_j" = -27; -"@MMK_R_l" = -27; -"@MMK_R_n" = -27; -"@MMK_R_nine" = -43; -"@MMK_R_one" = -84; -"@MMK_R_parenleft" = -43; -"@MMK_R_parenright" = -63; -"@MMK_R_parenright.case" = -28; -"@MMK_R_period" = 14; -"@MMK_R_pi" = -49; -"@MMK_R_question" = -92; -"@MMK_R_quotedbl" = -148; -"@MMK_R_quotedblleft" = -137; -"@MMK_R_quotedblright" = -137; -"@MMK_R_quoteright" = -73; -"@MMK_R_s" = -31; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -96; -"@MMK_R_slash" = -8; -"@MMK_R_t" = -67; -"@MMK_R_three" = -40; -"@MMK_R_two" = 0; -"@MMK_R_u" = -50; -"@MMK_R_v" = -116; -"@MMK_R_w" = -84; -"@MMK_R_x" = -4; -"@MMK_R_y" = -88; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -55; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -43; -"@MMK_R_H" = 16; -"@MMK_R_I.ss02" = 38; -"@MMK_R_J" = -50; -"@MMK_R_O" = 10; -"@MMK_R_S" = 8; -"@MMK_R_T" = 39; -"@MMK_R_U" = 28; -"@MMK_R_V" = 48; -"@MMK_R_W" = 47; -"@MMK_R_X" = 27; -"@MMK_R_Y" = 44; -"@MMK_R_Z" = 25; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = -8; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = 34; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -47; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -32; -"@MMK_R_egrave" = -32; -"@MMK_R_eightsuperior" = 12; -"@MMK_R_ellipsis" = -69; -"@MMK_R_exclam" = 21; -"@MMK_R_f" = 12; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -46; -"@MMK_R_foursuperior" = 13; -"@MMK_R_g" = -23; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 11; -"@MMK_R_hyphen" = -51; -"@MMK_R_icircumflex" = 22; -"@MMK_R_igrave" = 56; -"@MMK_R_imacron" = 20; -"@MMK_R_itilde" = 56; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 54; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 9; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 31; -"@MMK_R_oslash" = -14; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = -51; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 24; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 24; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 5; -"@MMK_R_quotedblright" = 29; -"@MMK_R_quoteright" = 29; -"@MMK_R_quoteright.ss01" = 13; -"@MMK_R_s" = -5; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 28; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -48; -"@MMK_R_t" = 12; -"@MMK_R_threesuperior" = 8; -"@MMK_R_trademark" = 10; -"@MMK_R_twosuperior" = 10; -"@MMK_R_u" = 8; -"@MMK_R_underscore" = -50; -"@MMK_R_v" = 20; -"@MMK_R_w" = 23; -"@MMK_R_x" = 6; -"@MMK_R_y" = 18; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 5; -}; -"@MMK_L_five" = { -"@MMK_R_A" = -13; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = -24; -"@MMK_R_O" = 15; -"@MMK_R_S" = 25; -"@MMK_R_T" = -7; -"@MMK_R_U" = 8; -"@MMK_R_V" = 3; -"@MMK_R_W" = 4; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 22; -"@MMK_R_a.ss04" = 11; -"@MMK_R_asterisk" = -3; -"@MMK_R_bracketright" = -31; -"@MMK_R_colon" = -23; -"@MMK_R_colon.ss01" = -31; -"@MMK_R_comma" = -16; -"@MMK_R_comma.ss01" = -37; -"@MMK_R_degree" = -35; -"@MMK_R_e" = 22; -"@MMK_R_egrave" = 22; -"@MMK_R_eight" = 20; -"@MMK_R_ellipsis" = -45; -"@MMK_R_f" = -24; -"@MMK_R_five" = 14; -"@MMK_R_four" = 38; -"@MMK_R_g" = 21; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = -19; -"@MMK_R_hyphen" = 38; -"@MMK_R_hyphen.case" = 15; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 13; -"@MMK_R_j" = 5; -"@MMK_R_l" = 6; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 2; -"@MMK_R_one" = -14; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = -6; -"@MMK_R_percent" = -18; -"@MMK_R_period" = -17; -"@MMK_R_period.ss01" = -39; -"@MMK_R_pi" = -20; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -12; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -18; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -5; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = -23; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -26; -"@MMK_R_t" = -27; -"@MMK_R_three" = 25; -"@MMK_R_two" = -5; -"@MMK_R_u" = 14; -"@MMK_R_v" = -28; -"@MMK_R_w" = -12; -"@MMK_R_x" = -21; -"@MMK_R_y" = -29; -"@MMK_R_z" = -19; -"@MMK_R_zero" = 15; -}; -"@MMK_L_four" = { -"@MMK_R_A" = -19; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -57; -"@MMK_R_J" = -57; -"@MMK_R_O" = 12; -"@MMK_R_S" = 17; -"@MMK_R_T" = -57; -"@MMK_R_U" = 5; -"@MMK_R_V" = -56; -"@MMK_R_W" = -50; -"@MMK_R_X" = -40; -"@MMK_R_Y" = -58; -"@MMK_R_Z" = -33; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -55; -"@MMK_R_bracketright" = -71; -"@MMK_R_colon" = -62; -"@MMK_R_colon.ss01" = -68; -"@MMK_R_comma" = -58; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_degree" = -81; -"@MMK_R_e" = 12; -"@MMK_R_egrave" = 12; -"@MMK_R_eight" = 30; -"@MMK_R_ellipsis" = -77; -"@MMK_R_f" = -26; -"@MMK_R_five" = 12; -"@MMK_R_four" = 27; -"@MMK_R_g" = 12; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = -23; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -34; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -56; -"@MMK_R_parenleft" = 4; -"@MMK_R_parenright" = -66; -"@MMK_R_parenright.case" = -46; -"@MMK_R_percent" = -48; -"@MMK_R_period" = -58; -"@MMK_R_period.ss01" = -68; -"@MMK_R_pi" = -19; -"@MMK_R_plus" = -4; -"@MMK_R_question" = -55; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -67; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -61; -"@MMK_R_quoteright" = -61; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -61; -"@MMK_R_seven" = -59; -"@MMK_R_slash" = -30; -"@MMK_R_t" = -33; -"@MMK_R_three" = 8; -"@MMK_R_two" = -14; -"@MMK_R_u" = 0; -"@MMK_R_v" = -46; -"@MMK_R_w" = -27; -"@MMK_R_x" = -51; -"@MMK_R_y" = -47; -"@MMK_R_z" = -43; -"@MMK_R_zero" = 15; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -50; -"@MMK_R_zero.dnom" = -16; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -3; -"@MMK_R_O" = 5; -"@MMK_R_S" = 0; -"@MMK_R_T" = -128; -"@MMK_R_U" = -3; -"@MMK_R_V" = -53; -"@MMK_R_W" = -27; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -69; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -52; -"@MMK_R_asterisk" = -7; -"@MMK_R_braceright" = -39; -"@MMK_R_bracketright" = -39; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 17; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = -28; -"@MMK_R_onesuperior" = -56; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -25; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -27; -"@MMK_R_quotedbl" = -27; -"@MMK_R_quotedblleft" = -38; -"@MMK_R_quotedblleft.ss01" = -36; -"@MMK_R_quotedblright" = -27; -"@MMK_R_quoteright" = -24; -"@MMK_R_quoteright.ss01" = -32; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -67; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = 12; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -11; -"@MMK_R_trademark" = -79; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 38; -"@MMK_R_H" = 9; -"@MMK_R_I.ss02" = 29; -"@MMK_R_J" = 26; -"@MMK_R_O" = 0; -"@MMK_R_S" = 14; -"@MMK_R_T" = -53; -"@MMK_R_U" = 12; -"@MMK_R_V" = 0; -"@MMK_R_W" = 11; -"@MMK_R_X" = 33; -"@MMK_R_Y" = -3; -"@MMK_R_Z" = 35; -"@MMK_R_a" = -10; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -39; -"@MMK_R_asterisk" = 18; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 33; -"@MMK_R_colon.ss01" = 23; -"@MMK_R_comma" = 54; -"@MMK_R_comma.ss01" = 23; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 21; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -23; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g.ss05" = 39; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = 30; -"@MMK_R_hyphen" = -12; -"@MMK_R_icircumflex" = 64; -"@MMK_R_igrave" = 4; -"@MMK_R_imacron" = 62; -"@MMK_R_itilde" = 64; -"@MMK_R_j" = 55; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 20; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 11; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 51; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 35; -"@MMK_R_question.ss01" = 5; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 9; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 22; -"@MMK_R_quoteright" = 22; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 41; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 58; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -49; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 58; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 26; -"@MMK_R_y" = 0; -"@MMK_R_z" = 27; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = 19; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -124; -"@MMK_R_U" = 0; -"@MMK_R_V" = -32; -"@MMK_R_W" = -15; -"@MMK_R_X" = 26; -"@MMK_R_Y" = -51; -"@MMK_R_Z" = 24; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = -2; -"@MMK_R_bracketright" = -65; -"@MMK_R_colon" = 17; -"@MMK_R_colon.ss01" = 8; -"@MMK_R_comma" = 23; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -20; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -20; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -5; -"@MMK_R_f" = 18; -"@MMK_R_five" = 0; -"@MMK_R_four" = -25; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -33; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = -31; -"@MMK_R_hyphen.case" = -8; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -11; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 18; -"@MMK_R_one" = -3; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -37; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 23; -"@MMK_R_period.ss01" = -4; -"@MMK_R_pi" = 21; -"@MMK_R_plus" = -18; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -21; -"@MMK_R_quotedblleft" = -35; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -22; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = -4; -"@MMK_R_semicolon" = 17; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 17; -"@MMK_R_t" = 14; -"@MMK_R_three" = 0; -"@MMK_R_two" = 22; -"@MMK_R_u" = 0; -"@MMK_R_v" = 17; -"@MMK_R_w" = 18; -"@MMK_R_x" = 29; -"@MMK_R_y" = 16; -"@MMK_R_z" = 30; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = -32; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -33; -"@MMK_R_J" = -33; -"@MMK_R_O" = 10; -"@MMK_R_S" = 9; -"@MMK_R_T" = -110; -"@MMK_R_U" = 0; -"@MMK_R_V" = -87; -"@MMK_R_W" = -54; -"@MMK_R_X" = -35; -"@MMK_R_Y" = -107; -"@MMK_R_Z" = -31; -"@MMK_R_a" = 20; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -57; -"@MMK_R_bracketright" = -85; -"@MMK_R_colon" = -40; -"@MMK_R_colon.ss01" = -41; -"@MMK_R_comma" = -28; -"@MMK_R_comma.ss01" = -48; -"@MMK_R_e" = 21; -"@MMK_R_egrave" = 21; -"@MMK_R_eight" = 11; -"@MMK_R_ellipsis" = -53; -"@MMK_R_f" = -21; -"@MMK_R_five" = 4; -"@MMK_R_four" = 27; -"@MMK_R_g" = 22; -"@MMK_R_guillemetleft" = 12; -"@MMK_R_guillemetright" = -33; -"@MMK_R_hyphen" = 29; -"@MMK_R_hyphen.case" = 3; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 16; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -6; -"@MMK_R_one" = -52; -"@MMK_R_parenleft" = 16; -"@MMK_R_parenright" = -75; -"@MMK_R_parenright.case" = -51; -"@MMK_R_percent" = -30; -"@MMK_R_period" = -33; -"@MMK_R_period.ss01" = -50; -"@MMK_R_pi" = -20; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -50; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -73; -"@MMK_R_quotedblleft.ss01" = -65; -"@MMK_R_quotedblright" = -72; -"@MMK_R_quoteright" = -71; -"@MMK_R_quoteright.ss01" = -61; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -39; -"@MMK_R_seven" = -50; -"@MMK_R_slash" = -37; -"@MMK_R_t" = -22; -"@MMK_R_three" = 8; -"@MMK_R_two" = -26; -"@MMK_R_u" = 2; -"@MMK_R_v" = -29; -"@MMK_R_w" = -18; -"@MMK_R_x" = -30; -"@MMK_R_y" = -29; -"@MMK_R_z" = -29; -"@MMK_R_zero" = 12; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -30; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -93; -"@MMK_R_J" = -136; -"@MMK_R_O" = 24; -"@MMK_R_S" = 0; -"@MMK_R_T" = -137; -"@MMK_R_U" = 11; -"@MMK_R_V" = -86; -"@MMK_R_W" = -52; -"@MMK_R_X" = -60; -"@MMK_R_Y" = -130; -"@MMK_R_Z" = -52; -"@MMK_R_a" = 31; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asterisk" = -112; -"@MMK_R_bracketright" = -84; -"@MMK_R_colon" = -71; -"@MMK_R_colon.ss01" = -68; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = 32; -"@MMK_R_egrave" = 32; -"@MMK_R_eight" = 23; -"@MMK_R_f" = -33; -"@MMK_R_five" = 8; -"@MMK_R_four" = 21; -"@MMK_R_g" = 33; -"@MMK_R_guillemetleft" = 29; -"@MMK_R_guillemetright" = -33; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 16; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -2; -"@MMK_R_one" = -71; -"@MMK_R_parenleft" = 22; -"@MMK_R_parenright" = -75; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_pi" = -23; -"@MMK_R_plus" = -33; -"@MMK_R_question" = -96; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -137; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -137; -"@MMK_R_quoteright" = -73; -"@MMK_R_quoteright.ss01" = -128; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -73; -"@MMK_R_seven" = -105; -"@MMK_R_slash" = -44; -"@MMK_R_t" = -39; -"@MMK_R_three" = -2; -"@MMK_R_two" = -42; -"@MMK_R_u" = 12; -"@MMK_R_v" = -30; -"@MMK_R_w" = -16; -"@MMK_R_x" = -64; -"@MMK_R_y" = -34; -"@MMK_R_z" = -63; -"@MMK_R_zero" = 28; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -62; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -93; -"@MMK_R_J" = -144; -"@MMK_R_O" = 36; -"@MMK_R_S" = -18; -"@MMK_R_T" = -137; -"@MMK_R_U" = 12; -"@MMK_R_V" = -63; -"@MMK_R_W" = -31; -"@MMK_R_X" = -98; -"@MMK_R_Y" = -87; -"@MMK_R_Z" = -91; -"@MMK_R_asterisk" = -55; -"@MMK_R_colon" = -37; -"@MMK_R_colon.ss01" = -28; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_eight" = -7; -"@MMK_R_five" = 6; -"@MMK_R_four" = -17; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = -9; -"@MMK_R_nine" = 13; -"@MMK_R_one" = -71; -"@MMK_R_parenright.case" = -68; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_plus" = -3; -"@MMK_R_question" = -81; -"@MMK_R_quotedbl" = -57; -"@MMK_R_quotedblleft" = -73; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -113; -"@MMK_R_quoteright" = -73; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_semicolon" = -37; -"@MMK_R_seven" = -76; -"@MMK_R_slash" = -72; -"@MMK_R_three" = -32; -"@MMK_R_two" = -55; -"@MMK_R_zero" = 29; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -3; -"@MMK_R_O" = 5; -"@MMK_R_S" = 0; -"@MMK_R_T" = -25; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -2; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -45; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -36; -"@MMK_R_bracketright" = -39; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_eightsuperior" = -3; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 18; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 18; -"@MMK_R_itilde" = 18; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 16; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -25; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -14; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = -2; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -28; -"@MMK_R_twosuperior" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 48; -"@MMK_R_I.ss02" = 28; -"@MMK_R_O" = 31; -"@MMK_R_S" = 61; -"@MMK_R_U" = 59; -"@MMK_R_V" = 43; -"@MMK_R_X" = 18; -"@MMK_R_Y" = 26; -"@MMK_R_Z" = 22; -"@MMK_R_bracketright" = -7; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 50; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 60; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 46; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 3; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 18; -"@MMK_R_icircumflex" = 86; -"@MMK_R_igrave" = 22; -"@MMK_R_j" = 18; -"@MMK_R_l" = 22; -"@MMK_R_l.ss02" = 24; -"@MMK_R_l.ss03" = 24; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 60; -"@MMK_R_one" = 74; -"@MMK_R_onesuperior" = 26; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = 88; -"@MMK_R_question.ss01" = 58; -"@MMK_R_quotedbl" = 58; -"@MMK_R_quotedblleft" = 65; -"@MMK_R_quotedblleft.ss01" = 52; -"@MMK_R_quotedblright" = 69; -"@MMK_R_quoteright" = 67; -"@MMK_R_quoteright.ss01" = 40; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = 38; -"@MMK_R_sixsuperior" = 54; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 34; -"@MMK_R_twosuperior" = 41; -"@MMK_R_u" = 2; -"@MMK_R_v" = 2; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 19; -"@MMK_R_I.ss02" = 52; -"@MMK_R_J" = -3; -"@MMK_R_O" = 5; -"@MMK_R_S" = 10; -"@MMK_R_T" = 46; -"@MMK_R_U" = 29; -"@MMK_R_V" = 59; -"@MMK_R_W" = 61; -"@MMK_R_X" = 40; -"@MMK_R_Y" = 56; -"@MMK_R_Z" = 39; -"@MMK_R_asciicircum" = -44; -"@MMK_R_asterisk" = 26; -"@MMK_R_braceright" = 21; -"@MMK_R_bracketright" = 18; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 27; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 31; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 24; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 21; -"@MMK_R_igrave" = 18; -"@MMK_R_imacron" = 18; -"@MMK_R_itilde" = 18; -"@MMK_R_j" = 18; -"@MMK_R_l" = 16; -"@MMK_R_l.ss02" = 18; -"@MMK_R_l.ss03" = 18; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 34; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 36; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = 27; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = 17; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 33; -"@MMK_R_quotedblleft" = 13; -"@MMK_R_quotedblleft.ss01" = 17; -"@MMK_R_quotedblright" = 33; -"@MMK_R_quoteright" = 33; -"@MMK_R_quoteright.ss01" = 18; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 39; -"@MMK_R_sixsuperior" = 15; -"@MMK_R_threesuperior" = 19; -"@MMK_R_trademark" = 23; -"@MMK_R_twosuperior" = 28; -"@MMK_R_underscore" = 3; -"@MMK_R_v" = 2; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = 14; -"@MMK_R_O" = -2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -131; -"@MMK_R_U" = -3; -"@MMK_R_V" = -36; -"@MMK_R_W" = -19; -"@MMK_R_X" = 17; -"@MMK_R_Y" = -53; -"@MMK_R_Z" = 16; -"@MMK_R_a" = -24; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -38; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -80; -"@MMK_R_bracketright" = -81; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = 10; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = -32; -"@MMK_R_egrave" = -25; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -21; -"@MMK_R_four" = -48; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 24; -"@MMK_R_guillemetleft" = -30; -"@MMK_R_guillemetright" = 23; -"@MMK_R_hyphen" = -64; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -12; -"@MMK_R_ninesuperior" = -27; -"@MMK_R_one" = -11; -"@MMK_R_onesuperior" = -51; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -40; -"@MMK_R_period" = 19; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -14; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -8; -"@MMK_R_quoteright.ss01" = -14; -"@MMK_R_s" = -6; -"@MMK_R_semicolon" = 25; -"@MMK_R_sevensuperior" = -75; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = 11; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -71; -"@MMK_R_twosuperior" = -44; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 21; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 22; -"@MMK_R_y" = 0; -"@MMK_R_z" = 25; -"@MMK_R_zero" = -5; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -3; -"@MMK_R_O" = 5; -"@MMK_R_S" = 7; -"@MMK_R_T" = -3; -"@MMK_R_U" = 10; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asciicircum" = -45; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 20; -"@MMK_R_igrave" = 14; -"@MMK_R_imacron" = 20; -"@MMK_R_itilde" = 17; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 10; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -22; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 2; -"@MMK_R_w" = 0; -"@MMK_R_y" = 2; -"@MMK_R_zero" = 2; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 26; -"@MMK_R_I.ss02" = 19; -"@MMK_R_J" = 16; -"@MMK_R_O" = -32; -"@MMK_R_S" = 0; -"@MMK_R_T" = -42; -"@MMK_R_U" = -13; -"@MMK_R_V" = -36; -"@MMK_R_W" = -29; -"@MMK_R_X" = 23; -"@MMK_R_Y" = -36; -"@MMK_R_Z" = 22; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -84; -"@MMK_R_asterisk" = -34; -"@MMK_R_braceright" = -53; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 23; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -19; -"@MMK_R_egrave" = -19; -"@MMK_R_eightsuperior" = -47; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = -21; -"@MMK_R_fivesuperior" = -53; -"@MMK_R_four" = -37; -"@MMK_R_foursuperior" = -45; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 35; -"@MMK_R_guillemetleft" = -21; -"@MMK_R_guillemetright" = 27; -"@MMK_R_hyphen" = -41; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 3; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_ninesuperior" = -50; -"@MMK_R_one" = -37; -"@MMK_R_onesuperior" = -43; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -34; -"@MMK_R_period" = 21; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -35; -"@MMK_R_question.ss01" = -46; -"@MMK_R_quotedbl" = -49; -"@MMK_R_quotedblleft" = -51; -"@MMK_R_quotedblleft.ss01" = -53; -"@MMK_R_quotedblright" = -41; -"@MMK_R_quoteright" = -41; -"@MMK_R_quoteright.ss01" = -49; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 20; -"@MMK_R_sevensuperior" = -44; -"@MMK_R_sixsuperior" = -47; -"@MMK_R_slash" = 25; -"@MMK_R_t" = -27; -"@MMK_R_threesuperior" = -48; -"@MMK_R_trademark" = -59; -"@MMK_R_twosuperior" = -46; -"@MMK_R_u" = -5; -"@MMK_R_underscore" = 23; -"@MMK_R_v" = -37; -"@MMK_R_w" = -32; -"@MMK_R_x" = 21; -"@MMK_R_y" = -37; -"@MMK_R_z" = 20; -"@MMK_R_zero" = -26; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 44; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 96; -"@MMK_R_exclam" = 115; -"@MMK_R_f" = 24; -"@MMK_R_fivesuperior" = 108; -"@MMK_R_foursuperior" = 44; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 63; -"@MMK_R_j" = 56; -"@MMK_R_l" = 64; -"@MMK_R_l.ss03" = 67; -"@MMK_R_n" = 18; -"@MMK_R_ninesuperior" = 108; -"@MMK_R_onesuperior" = 109; -"@MMK_R_parenright" = 87; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = 115; -"@MMK_R_question.ss01" = 93; -"@MMK_R_quotedbl" = 122; -"@MMK_R_quotedblleft" = 97; -"@MMK_R_quotedblleft.ss01" = 113; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 20; -"@MMK_R_sevensuperior" = 114; -"@MMK_R_sixsuperior" = 96; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 24; -"@MMK_R_threesuperior" = 83; -"@MMK_R_twosuperior" = 90; -"@MMK_R_u" = 29; -"@MMK_R_v" = 22; -"@MMK_R_z" = 11; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = -66; -"@MMK_R_H" = -60; -"@MMK_R_I.ss02" = -68; -"@MMK_R_J" = -74; -"@MMK_R_O" = -43; -"@MMK_R_S" = -44; -"@MMK_R_T" = -217; -"@MMK_R_V" = -130; -"@MMK_R_W" = -94; -"@MMK_R_Y" = -171; -"@MMK_R_Z" = -64; -"@MMK_R_a" = -45; -"@MMK_R_a.ss04" = -49; -"@MMK_R_e" = -45; -"@MMK_R_f" = -74; -"@MMK_R_g" = -45; -"@MMK_R_i" = -60; -"@MMK_R_j" = -60; -"@MMK_R_l" = -60; -"@MMK_R_n" = -60; -"@MMK_R_s" = -47; -"@MMK_R_t" = -77; -"@MMK_R_z" = -69; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = -5; -"@MMK_R_U" = 6; -"@MMK_R_X" = -3; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 8; -"@MMK_R_bracketright" = -24; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -40; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 16; -"@MMK_R_ellipsis" = -43; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 6; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -14; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_ninesuperior" = 10; -"@MMK_R_onesuperior" = -14; -"@MMK_R_parenright" = -14; -"@MMK_R_period" = -15; -"@MMK_R_period.ss01" = -43; -"@MMK_R_question" = -14; -"@MMK_R_question.ss01" = -18; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -25; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -15; -"@MMK_R_quoteright.ss01" = -19; -"@MMK_R_s" = 11; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -17; -"@MMK_R_sixsuperior" = 2; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 8; -"@MMK_R_twosuperior" = 16; -"@MMK_R_u" = 9; -"@MMK_R_v" = 9; -"@MMK_R_w" = 16; -"@MMK_R_x" = 0; -"@MMK_R_y" = 7; -"@MMK_R_z" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 8; -"@MMK_R_H" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 8; -"@MMK_R_S" = 0; -"@MMK_R_T" = -158; -"@MMK_R_U" = -4; -"@MMK_R_V" = -78; -"@MMK_R_W" = -48; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -106; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -66; -"@MMK_R_asterisk" = -39; -"@MMK_R_braceright" = -68; -"@MMK_R_bracketright" = -71; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = 12; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_e" = 10; -"@MMK_R_egrave" = 10; -"@MMK_R_eightsuperior" = -18; -"@MMK_R_ellipsis" = -20; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -3; -"@MMK_R_fivesuperior" = -28; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -29; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 2; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 12; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 8; -"@MMK_R_ninesuperior" = -27; -"@MMK_R_one" = -52; -"@MMK_R_onesuperior" = -56; -"@MMK_R_oslash" = 10; -"@MMK_R_parenright" = -45; -"@MMK_R_period" = 12; -"@MMK_R_period.ss01" = -21; -"@MMK_R_question" = -44; -"@MMK_R_question.ss01" = -60; -"@MMK_R_quotedbl" = -52; -"@MMK_R_quotedblleft" = -70; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -64; -"@MMK_R_quoteright" = -63; -"@MMK_R_quoteright.ss01" = -62; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -64; -"@MMK_R_sixsuperior" = -31; -"@MMK_R_slash" = 2; -"@MMK_R_t" = -9; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -84; -"@MMK_R_twosuperior" = -9; -"@MMK_R_underscore" = 12; -"@MMK_R_v" = -18; -"@MMK_R_w" = -13; -"@MMK_R_x" = 0; -"@MMK_R_y" = -20; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 9; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = -32; -"@MMK_R_I.ss02" = -28; -"@MMK_R_J" = -38; -"@MMK_R_O" = 28; -"@MMK_R_S" = 6; -"@MMK_R_T" = -33; -"@MMK_R_U" = 10; -"@MMK_R_V" = -25; -"@MMK_R_W" = -13; -"@MMK_R_X" = -38; -"@MMK_R_Y" = -32; -"@MMK_R_Z" = -31; -"@MMK_R_a" = 17; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asterisk" = 15; -"@MMK_R_bracketright" = -53; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -36; -"@MMK_R_comma.ss01" = -57; -"@MMK_R_degree" = -14; -"@MMK_R_e" = 18; -"@MMK_R_egrave" = 18; -"@MMK_R_eight" = 8; -"@MMK_R_ellipsis" = -63; -"@MMK_R_f" = 17; -"@MMK_R_five" = 6; -"@MMK_R_four" = 13; -"@MMK_R_g" = 20; -"@MMK_R_guillemetleft" = 4; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = 18; -"@MMK_R_hyphen.case" = 29; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 45; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 19; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -55; -"@MMK_R_parenright.case" = -49; -"@MMK_R_percent" = 12; -"@MMK_R_period" = -36; -"@MMK_R_period.ss01" = -57; -"@MMK_R_pi" = 17; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 8; -"@MMK_R_slash" = -39; -"@MMK_R_t" = 17; -"@MMK_R_three" = 0; -"@MMK_R_two" = 8; -"@MMK_R_u" = 11; -"@MMK_R_v" = 22; -"@MMK_R_w" = 19; -"@MMK_R_x" = 0; -"@MMK_R_y" = 20; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 25; -}; -"@MMK_L_o" = { -"@MMK_R_A" = -18; -"@MMK_R_I.ss02" = -28; -"@MMK_R_J" = -40; -"@MMK_R_O" = 20; -"@MMK_R_S" = 11; -"@MMK_R_T" = -155; -"@MMK_R_U" = 7; -"@MMK_R_V" = -79; -"@MMK_R_W" = -47; -"@MMK_R_X" = -33; -"@MMK_R_Y" = -111; -"@MMK_R_Z" = -23; -"@MMK_R_a" = 16; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -64; -"@MMK_R_asterisk" = -44; -"@MMK_R_braceright" = -85; -"@MMK_R_bracketright" = -90; -"@MMK_R_colon" = -29; -"@MMK_R_colon.ss01" = -33; -"@MMK_R_comma" = -23; -"@MMK_R_comma.ss01" = -45; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eightsuperior" = -14; -"@MMK_R_ellipsis" = -53; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -13; -"@MMK_R_fivesuperior" = -23; -"@MMK_R_four" = 14; -"@MMK_R_foursuperior" = -31; -"@MMK_R_g" = 17; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 21; -"@MMK_R_guillemetright" = -21; -"@MMK_R_hyphen" = 32; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 23; -"@MMK_R_ninesuperior" = -22; -"@MMK_R_one" = -62; -"@MMK_R_onesuperior" = -49; -"@MMK_R_oslash" = 17; -"@MMK_R_parenright" = -75; -"@MMK_R_period" = -23; -"@MMK_R_period.ss01" = -47; -"@MMK_R_question" = -51; -"@MMK_R_question.ss01" = -68; -"@MMK_R_quotedbl" = -53; -"@MMK_R_quotedblleft" = -73; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -68; -"@MMK_R_quoteright" = -67; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = -29; -"@MMK_R_sevensuperior" = -57; -"@MMK_R_sixsuperior" = -29; -"@MMK_R_slash" = -26; -"@MMK_R_t" = -17; -"@MMK_R_threesuperior" = -17; -"@MMK_R_trademark" = -82; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -35; -"@MMK_R_v" = -24; -"@MMK_R_w" = -10; -"@MMK_R_x" = -29; -"@MMK_R_y" = -26; -"@MMK_R_z" = -25; -"@MMK_R_zero" = 24; -}; -"@MMK_L_p" = { -"@MMK_R_A" = -16; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -26; -"@MMK_R_J" = -32; -"@MMK_R_O" = 20; -"@MMK_R_S" = 11; -"@MMK_R_T" = -155; -"@MMK_R_U" = 6; -"@MMK_R_V" = -78; -"@MMK_R_W" = -46; -"@MMK_R_X" = -30; -"@MMK_R_Y" = -108; -"@MMK_R_Z" = -21; -"@MMK_R_a" = 17; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -63; -"@MMK_R_asterisk" = -40; -"@MMK_R_braceright" = -86; -"@MMK_R_bracketright" = -90; -"@MMK_R_colon" = -27; -"@MMK_R_colon.ss01" = -34; -"@MMK_R_comma" = -21; -"@MMK_R_comma.ss01" = -43; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 16; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -50; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -9; -"@MMK_R_fivesuperior" = -21; -"@MMK_R_four" = 14; -"@MMK_R_foursuperior" = -28; -"@MMK_R_g" = 17; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 20; -"@MMK_R_guillemetright" = -19; -"@MMK_R_hyphen" = 31; -"@MMK_R_l.ss02" = 2; -"@MMK_R_lslash" = 23; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -57; -"@MMK_R_onesuperior" = -48; -"@MMK_R_oslash" = 16; -"@MMK_R_parenright" = -75; -"@MMK_R_period" = -22; -"@MMK_R_period.ss01" = -46; -"@MMK_R_question" = -47; -"@MMK_R_question.ss01" = -64; -"@MMK_R_quotedbl" = -53; -"@MMK_R_quotedblleft" = -73; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -67; -"@MMK_R_quoteright" = -65; -"@MMK_R_quoteright.ss01" = -67; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = -26; -"@MMK_R_sevensuperior" = -59; -"@MMK_R_sixsuperior" = -28; -"@MMK_R_slash" = -25; -"@MMK_R_t" = -17; -"@MMK_R_threesuperior" = -15; -"@MMK_R_trademark" = -81; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -33; -"@MMK_R_v" = -22; -"@MMK_R_w" = -9; -"@MMK_R_x" = -27; -"@MMK_R_y" = -24; -"@MMK_R_z" = -21; -"@MMK_R_zero" = 23; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -35; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -39; -"@MMK_R_O" = -67; -"@MMK_R_S" = -41; -"@MMK_R_T" = 0; -"@MMK_R_U" = -2; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -7; -"@MMK_R_a" = -75; -"@MMK_R_a.ss04" = -56; -"@MMK_R_asterisk" = -22; -"@MMK_R_bracketright" = 15; -"@MMK_R_colon" = -44; -"@MMK_R_colon.ss01" = -60; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -59; -"@MMK_R_e" = -75; -"@MMK_R_egrave" = -75; -"@MMK_R_eight" = -35; -"@MMK_R_ellipsis" = -63; -"@MMK_R_f" = -47; -"@MMK_R_five" = -14; -"@MMK_R_four" = -73; -"@MMK_R_g" = -20; -"@MMK_R_guillemetleft" = -75; -"@MMK_R_guillemetright" = -37; -"@MMK_R_hyphen" = -75; -"@MMK_R_i" = -26; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 85; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -14; -"@MMK_R_n" = -40; -"@MMK_R_nine" = -43; -"@MMK_R_one" = -40; -"@MMK_R_parenleft" = -52; -"@MMK_R_parenright" = 26; -"@MMK_R_percent" = -40; -"@MMK_R_period" = -35; -"@MMK_R_period.ss01" = -65; -"@MMK_R_pi" = -58; -"@MMK_R_plus" = -85; -"@MMK_R_question" = -35; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = -30; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -20; -"@MMK_R_s" = -65; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -3; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -47; -"@MMK_R_three" = -56; -"@MMK_R_two" = -33; -"@MMK_R_u" = -69; -"@MMK_R_v" = -65; -"@MMK_R_w" = -62; -"@MMK_R_x" = -40; -"@MMK_R_y" = 0; -"@MMK_R_z" = -41; -"@MMK_R_zero" = -62; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -57; -"@MMK_R_S" = -38; -"@MMK_R_T" = 0; -"@MMK_R_U" = 5; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 5; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asterisk" = -22; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -27; -"@MMK_R_comma" = 12; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_degree" = -57; -"@MMK_R_eight" = -29; -"@MMK_R_ellipsis" = -28; -"@MMK_R_five" = -14; -"@MMK_R_four" = -55; -"@MMK_R_guillemetleft" = -51; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_nine" = -38; -"@MMK_R_one" = -38; -"@MMK_R_parenright.case" = 24; -"@MMK_R_percent" = -37; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -29; -"@MMK_R_plus" = -75; -"@MMK_R_question" = -34; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -30; -"@MMK_R_quotedblleft.ss01" = -24; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -20; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -4; -"@MMK_R_slash" = 39; -"@MMK_R_three" = -44; -"@MMK_R_two" = 0; -"@MMK_R_zero" = -49; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = -10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -12; -"@MMK_R_J" = -19; -"@MMK_R_O" = 26; -"@MMK_R_S" = 8; -"@MMK_R_T" = -38; -"@MMK_R_U" = 8; -"@MMK_R_V" = -33; -"@MMK_R_W" = -20; -"@MMK_R_X" = -7; -"@MMK_R_Y" = -42; -"@MMK_R_Z" = -13; -"@MMK_R_a" = 17; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -47; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -29; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 17; -"@MMK_R_eight" = 15; -"@MMK_R_f" = 0; -"@MMK_R_five" = 12; -"@MMK_R_four" = 8; -"@MMK_R_g" = 17; -"@MMK_R_guillemetleft" = 16; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 22; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 26; -"@MMK_R_j" = 7; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 13; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -52; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -39; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -5; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 0; -"@MMK_R_three" = 6; -"@MMK_R_two" = 0; -"@MMK_R_u" = 10; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 24; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -79; -"@MMK_R_bracketright" = -77; -"@MMK_R_colon" = -25; -"@MMK_R_colon.ss01" = -36; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -38; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = -21; -"@MMK_R_parenright" = -78; -"@MMK_R_parenright.case" = -44; -"@MMK_R_period" = -17; -"@MMK_R_period.ss01" = -41; -"@MMK_R_question" = -101; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -73; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -83; -"@MMK_R_quoteright" = -73; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_semicolon" = -23; -"@MMK_R_slash" = -31; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 33; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -46; -"@MMK_R_S" = -14; -"@MMK_R_T" = -71; -"@MMK_R_U" = -36; -"@MMK_R_V" = -71; -"@MMK_R_W" = -71; -"@MMK_R_X" = 20; -"@MMK_R_Y" = -71; -"@MMK_R_Z" = 42; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -71; -"@MMK_R_bracketright" = -46; -"@MMK_R_colon" = 30; -"@MMK_R_e" = -23; -"@MMK_R_eight" = -7; -"@MMK_R_f" = -33; -"@MMK_R_five" = -19; -"@MMK_R_four" = -71; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -33; -"@MMK_R_guillemetright" = 23; -"@MMK_R_hyphen" = -71; -"@MMK_R_hyphen.case" = -71; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -15; -"@MMK_R_one" = -70; -"@MMK_R_parenleft" = -10; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -23; -"@MMK_R_question" = -71; -"@MMK_R_quotedbl" = -71; -"@MMK_R_quotedblleft" = -71; -"@MMK_R_quotedblright" = -71; -"@MMK_R_quoteright" = -71; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 30; -"@MMK_R_seven" = -71; -"@MMK_R_slash" = 35; -"@MMK_R_t" = -45; -"@MMK_R_three" = -10; -"@MMK_R_two" = 40; -"@MMK_R_u" = -22; -"@MMK_R_v" = -71; -"@MMK_R_w" = -63; -"@MMK_R_x" = 18; -"@MMK_R_y" = -55; -"@MMK_R_z" = 34; -"@MMK_R_zero" = -37; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -24; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -63; -"@MMK_R_S" = -38; -"@MMK_R_T" = -68; -"@MMK_R_U" = -57; -"@MMK_R_V" = -68; -"@MMK_R_W" = -68; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -185; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -46; -"@MMK_R_a.ss04" = -22; -"@MMK_R_asterisk" = -68; -"@MMK_R_bracketright" = -68; -"@MMK_R_colon.ss01" = -17; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_e" = -47; -"@MMK_R_egrave" = -47; -"@MMK_R_eight" = -33; -"@MMK_R_f" = -57; -"@MMK_R_five" = -41; -"@MMK_R_four" = -68; -"@MMK_R_g" = -34; -"@MMK_R_guillemetleft" = -50; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = -68; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_i" = -28; -"@MMK_R_j" = -28; -"@MMK_R_l" = -28; -"@MMK_R_n" = -28; -"@MMK_R_nine" = -38; -"@MMK_R_one" = -68; -"@MMK_R_parenleft" = -39; -"@MMK_R_parenright" = -65; -"@MMK_R_parenright.case" = -29; -"@MMK_R_period.ss01" = -17; -"@MMK_R_pi" = -50; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = -26; -"@MMK_R_seven" = -68; -"@MMK_R_slash" = -8; -"@MMK_R_t" = -65; -"@MMK_R_three" = -35; -"@MMK_R_two" = 0; -"@MMK_R_u" = -46; -"@MMK_R_v" = -68; -"@MMK_R_w" = -68; -"@MMK_R_x" = -5; -"@MMK_R_y" = -68; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -58; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -56; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -106; -"@MMK_R_J" = -121; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = -122; -"@MMK_R_U" = 0; -"@MMK_R_V" = -59; -"@MMK_R_W" = -38; -"@MMK_R_Y" = -88; -"@MMK_R_Z" = -88; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = 0; -"@MMK_R_g" = 0; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = -3; -"@MMK_R_s" = 0; -"@MMK_R_t" = 0; -"@MMK_R_u" = 0; -"@MMK_R_z" = -39; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -93; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -13; -"@MMK_R_J" = -93; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -19; -"@MMK_R_U" = 6; -"@MMK_R_V" = -3; -"@MMK_R_W" = 0; -"@MMK_R_X" = -24; -"@MMK_R_Y" = -14; -"@MMK_R_Z" = -26; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -19; -"@MMK_R_asterisk" = 35; -"@MMK_R_bracketright" = -51; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -34; -"@MMK_R_f" = 17; -"@MMK_R_g" = -29; -"@MMK_R_guillemetleft" = -39; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -56; -"@MMK_R_hyphen.case" = -10; -"@MMK_R_i" = -3; -"@MMK_R_j" = -3; -"@MMK_R_l" = -2; -"@MMK_R_n" = -8; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -43; -"@MMK_R_parenright.case" = -39; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_pi" = 0; -"@MMK_R_question" = 28; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 7; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 9; -"@MMK_R_quoteright" = 11; -"@MMK_R_quoteright.ss01" = 4; -"@MMK_R_s" = -13; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -93; -"@MMK_R_t" = 11; -"@MMK_R_u" = 0; -"@MMK_R_v" = 7; -"@MMK_R_w" = 9; -"@MMK_R_x" = 0; -"@MMK_R_y" = 6; -"@MMK_R_z" = -2; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -68; -"@MMK_R_S" = -41; -"@MMK_R_T" = -145; -"@MMK_R_U" = -60; -"@MMK_R_V" = -140; -"@MMK_R_W" = -90; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -152; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -48; -"@MMK_R_a.ss04" = -18; -"@MMK_R_e" = -48; -"@MMK_R_eight" = -35; -"@MMK_R_f" = -35; -"@MMK_R_five" = -45; -"@MMK_R_four" = -93; -"@MMK_R_g" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = -4; -"@MMK_R_j" = 88; -"@MMK_R_l" = -2; -"@MMK_R_n" = -4; -"@MMK_R_nine" = -40; -"@MMK_R_one" = -70; -"@MMK_R_parenright" = 0; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -110; -"@MMK_R_quoteright" = -73; -"@MMK_R_s" = -27; -"@MMK_R_seven" = -78; -"@MMK_R_t" = -55; -"@MMK_R_three" = -37; -"@MMK_R_two" = 0; -"@MMK_R_u" = -44; -"@MMK_R_v" = -77; -"@MMK_R_w" = -70; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -53; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -67; -"@MMK_R_H" = -9; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -148; -"@MMK_R_O" = -10; -"@MMK_R_S" = -2; -"@MMK_R_T" = 2; -"@MMK_R_U" = 0; -"@MMK_R_V" = 21; -"@MMK_R_W" = 18; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 12; -"@MMK_R_Z" = -7; -"@MMK_R_a" = -53; -"@MMK_R_a.ss04" = -40; -"@MMK_R_asterisk" = 11; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_degree" = -9; -"@MMK_R_e" = -54; -"@MMK_R_egrave" = -50; -"@MMK_R_eight" = -2; -"@MMK_R_ellipsis" = -148; -"@MMK_R_f" = 0; -"@MMK_R_five" = -10; -"@MMK_R_four" = -67; -"@MMK_R_g" = -50; -"@MMK_R_guillemetleft" = -67; -"@MMK_R_guillemetright" = -21; -"@MMK_R_hyphen" = -67; -"@MMK_R_hyphen.case" = -57; -"@MMK_R_i" = -9; -"@MMK_R_icircumflex" = 57; -"@MMK_R_j" = -9; -"@MMK_R_l" = -7; -"@MMK_R_lslash" = -23; -"@MMK_R_n" = -27; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -15; -"@MMK_R_parenright" = -7; -"@MMK_R_parenright.case" = -7; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -67; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -47; -"@MMK_R_question" = 14; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -35; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 18; -"@MMK_R_slash" = -138; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 3; -"@MMK_R_u" = -19; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -6; -"@MMK_R_y" = 0; -"@MMK_R_z" = -11; -"@MMK_R_zero" = -10; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 13; -"@MMK_R_H" = -16; -"@MMK_R_I.ss02" = 5; -"@MMK_R_J" = 9; -"@MMK_R_O" = -62; -"@MMK_R_S" = -32; -"@MMK_R_T" = -137; -"@MMK_R_U" = -54; -"@MMK_R_V" = -137; -"@MMK_R_W" = -106; -"@MMK_R_X" = 7; -"@MMK_R_Y" = -137; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -40; -"@MMK_R_a.ss04" = -16; -"@MMK_R_asterisk" = -137; -"@MMK_R_colon" = 0; -"@MMK_R_comma" = 23; -"@MMK_R_e" = -43; -"@MMK_R_egrave" = -41; -"@MMK_R_eight" = -27; -"@MMK_R_ellipsis" = -5; -"@MMK_R_f" = -47; -"@MMK_R_five" = -35; -"@MMK_R_four" = -73; -"@MMK_R_g" = -14; -"@MMK_R_guillemetleft" = -61; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = -126; -"@MMK_R_hyphen.case" = -137; -"@MMK_R_i" = -16; -"@MMK_R_icircumflex" = -16; -"@MMK_R_j" = 27; -"@MMK_R_l" = -16; -"@MMK_R_lslash" = -31; -"@MMK_R_n" = -16; -"@MMK_R_nine" = -32; -"@MMK_R_one" = -73; -"@MMK_R_parenleft" = -26; -"@MMK_R_percent" = -73; -"@MMK_R_period" = 24; -"@MMK_R_pi" = -38; -"@MMK_R_plus" = -137; -"@MMK_R_question" = -73; -"@MMK_R_quotedblleft" = -73; -"@MMK_R_quotedblright" = -137; -"@MMK_R_quoteright" = -73; -"@MMK_R_s" = -22; -"@MMK_R_seven" = -73; -"@MMK_R_slash" = 29; -"@MMK_R_t" = -56; -"@MMK_R_three" = -29; -"@MMK_R_two" = 0; -"@MMK_R_u" = -41; -"@MMK_R_v" = -111; -"@MMK_R_w" = -73; -"@MMK_R_x" = 0; -"@MMK_R_y" = -36; -"@MMK_R_z" = 6; -"@MMK_R_zero" = -55; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -20; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -63; -"@MMK_R_S" = -33; -"@MMK_R_T" = -128; -"@MMK_R_U" = -56; -"@MMK_R_V" = -128; -"@MMK_R_W" = -107; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -128; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -41; -"@MMK_R_a.ss04" = -19; -"@MMK_R_asterisk" = -68; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon.ss01" = -17; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -43; -"@MMK_R_egrave" = -43; -"@MMK_R_eight" = -29; -"@MMK_R_f" = -56; -"@MMK_R_five" = -37; -"@MMK_R_four" = -68; -"@MMK_R_g" = -18; -"@MMK_R_guillemetleft" = -46; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -68; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_i" = -22; -"@MMK_R_icircumflex" = -22; -"@MMK_R_j" = 56; -"@MMK_R_l" = -22; -"@MMK_R_lslash" = -39; -"@MMK_R_n" = -22; -"@MMK_R_nine" = -34; -"@MMK_R_one" = -68; -"@MMK_R_parenleft" = -27; -"@MMK_R_parenright" = -13; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = -68; -"@MMK_R_period.ss01" = -17; -"@MMK_R_pi" = -46; -"@MMK_R_plus" = -68; -"@MMK_R_quotedbl" = -68; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = -25; -"@MMK_R_seven" = -68; -"@MMK_R_slash" = 43; -"@MMK_R_t" = -62; -"@MMK_R_three" = -30; -"@MMK_R_two" = 0; -"@MMK_R_u" = -42; -"@MMK_R_v" = -68; -"@MMK_R_w" = -68; -"@MMK_R_x" = -3; -"@MMK_R_y" = -26; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -57; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -128; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = -137; -"@MMK_R_O" = -18; -"@MMK_R_S" = -2; -"@MMK_R_T" = 13; -"@MMK_R_U" = 6; -"@MMK_R_V" = 27; -"@MMK_R_W" = 31; -"@MMK_R_X" = 2; -"@MMK_R_Y" = 26; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -73; -"@MMK_R_a.ss04" = -62; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = -18; -"@MMK_R_comma" = -73; -"@MMK_R_degree" = -6; -"@MMK_R_e" = -75; -"@MMK_R_egrave" = -66; -"@MMK_R_eight" = -3; -"@MMK_R_ellipsis" = -137; -"@MMK_R_f" = -4; -"@MMK_R_five" = -6; -"@MMK_R_four" = -136; -"@MMK_R_g" = -70; -"@MMK_R_guillemetleft" = -82; -"@MMK_R_guillemetright" = -32; -"@MMK_R_hyphen" = -137; -"@MMK_R_hyphen.case" = -103; -"@MMK_R_i" = -15; -"@MMK_R_icircumflex" = 58; -"@MMK_R_j" = -15; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -15; -"@MMK_R_n" = -35; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 8; -"@MMK_R_parenleft" = -20; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -71; -"@MMK_R_pi" = -9; -"@MMK_R_plus" = -68; -"@MMK_R_question" = 15; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 3; -"@MMK_R_quoteright" = 3; -"@MMK_R_s" = -58; -"@MMK_R_semicolon" = -18; -"@MMK_R_seven" = 35; -"@MMK_R_slash" = -137; -"@MMK_R_t" = -4; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -29; -"@MMK_R_v" = -7; -"@MMK_R_w" = -9; -"@MMK_R_x" = -17; -"@MMK_R_y" = -7; -"@MMK_R_z" = -22; -"@MMK_R_zero" = -16; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -128; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -128; -"@MMK_R_O" = -17; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 7; -"@MMK_R_W" = 12; -"@MMK_R_X" = -5; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -6; -"@MMK_R_a" = -68; -"@MMK_R_a.ss04" = -59; -"@MMK_R_asterisk" = 16; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon.ss01" = -28; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_degree" = -7; -"@MMK_R_e" = -68; -"@MMK_R_egrave" = -68; -"@MMK_R_eight" = 0; -"@MMK_R_f" = -6; -"@MMK_R_five" = -8; -"@MMK_R_four" = -68; -"@MMK_R_g" = -68; -"@MMK_R_guillemetleft" = -65; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -128; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_i" = -17; -"@MMK_R_icircumflex" = 45; -"@MMK_R_j" = -17; -"@MMK_R_l" = -3; -"@MMK_R_lslash" = -27; -"@MMK_R_n" = -39; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -21; -"@MMK_R_parenright" = -14; -"@MMK_R_parenright.case" = -13; -"@MMK_R_percent" = 0; -"@MMK_R_period.ss01" = -68; -"@MMK_R_pi" = -9; -"@MMK_R_plus" = -60; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -57; -"@MMK_R_seven" = 18; -"@MMK_R_slash" = -68; -"@MMK_R_t" = -6; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -32; -"@MMK_R_v" = -9; -"@MMK_R_w" = -10; -"@MMK_R_x" = -17; -"@MMK_R_y" = -9; -"@MMK_R_z" = -19; -"@MMK_R_zero" = -16; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -73; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = -73; -"@MMK_R_O" = -18; -"@MMK_R_S" = -2; -"@MMK_R_T" = 13; -"@MMK_R_U" = 6; -"@MMK_R_V" = 27; -"@MMK_R_W" = 31; -"@MMK_R_X" = 2; -"@MMK_R_Y" = 26; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -71; -"@MMK_R_a.ss04" = -62; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = -18; -"@MMK_R_comma" = -73; -"@MMK_R_degree" = -6; -"@MMK_R_e" = -73; -"@MMK_R_egrave" = -66; -"@MMK_R_eight" = -3; -"@MMK_R_ellipsis" = -73; -"@MMK_R_f" = -4; -"@MMK_R_five" = -6; -"@MMK_R_four" = -73; -"@MMK_R_g" = -70; -"@MMK_R_guillemetleft" = -73; -"@MMK_R_guillemetright" = -32; -"@MMK_R_hyphen" = -73; -"@MMK_R_hyphen.case" = -73; -"@MMK_R_i" = -15; -"@MMK_R_icircumflex" = 58; -"@MMK_R_j" = -15; -"@MMK_R_l" = 0; -"@MMK_R_n" = -35; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 8; -"@MMK_R_parenleft" = -20; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -71; -"@MMK_R_pi" = -9; -"@MMK_R_plus" = -68; -"@MMK_R_question" = 15; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 3; -"@MMK_R_quoteright" = 3; -"@MMK_R_s" = -58; -"@MMK_R_semicolon" = -18; -"@MMK_R_seven" = 35; -"@MMK_R_slash" = -73; -"@MMK_R_t" = -4; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -29; -"@MMK_R_v" = -7; -"@MMK_R_w" = -9; -"@MMK_R_x" = -17; -"@MMK_R_y" = -7; -"@MMK_R_z" = -22; -"@MMK_R_zero" = -16; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -73; -"@MMK_R_H" = -13; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -137; -"@MMK_R_O" = -39; -"@MMK_R_S" = -16; -"@MMK_R_T" = 0; -"@MMK_R_U" = -2; -"@MMK_R_V" = 20; -"@MMK_R_W" = 23; -"@MMK_R_X" = -3; -"@MMK_R_Y" = 14; -"@MMK_R_Z" = -6; -"@MMK_R_a" = -73; -"@MMK_R_a.ss04" = -73; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -17; -"@MMK_R_colon" = -38; -"@MMK_R_comma" = -73; -"@MMK_R_e" = -73; -"@MMK_R_egrave" = -73; -"@MMK_R_eight" = -17; -"@MMK_R_ellipsis" = -137; -"@MMK_R_f" = -25; -"@MMK_R_five" = -15; -"@MMK_R_four" = -73; -"@MMK_R_g" = -73; -"@MMK_R_guillemetleft" = -73; -"@MMK_R_guillemetright" = -54; -"@MMK_R_hyphen" = -137; -"@MMK_R_hyphen.case" = -73; -"@MMK_R_i" = -14; -"@MMK_R_icircumflex" = 48; -"@MMK_R_j" = -15; -"@MMK_R_l" = -10; -"@MMK_R_lslash" = -26; -"@MMK_R_n" = -57; -"@MMK_R_nine" = -16; -"@MMK_R_one" = -3; -"@MMK_R_parenleft" = -39; -"@MMK_R_parenright" = -13; -"@MMK_R_parenright.case" = -13; -"@MMK_R_percent" = -13; -"@MMK_R_period" = -71; -"@MMK_R_pi" = -33; -"@MMK_R_plus" = -73; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -73; -"@MMK_R_semicolon" = -38; -"@MMK_R_seven" = 18; -"@MMK_R_slash" = -137; -"@MMK_R_t" = -29; -"@MMK_R_three" = -19; -"@MMK_R_two" = -12; -"@MMK_R_u" = -50; -"@MMK_R_v" = -33; -"@MMK_R_w" = -34; -"@MMK_R_x" = -40; -"@MMK_R_y" = -33; -"@MMK_R_z" = -44; -"@MMK_R_zero" = -37; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -68; -"@MMK_R_H" = -10; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -128; -"@MMK_R_O" = -21; -"@MMK_R_S" = -2; -"@MMK_R_T" = 0; -"@MMK_R_U" = -3; -"@MMK_R_V" = 16; -"@MMK_R_W" = 18; -"@MMK_R_X" = -3; -"@MMK_R_Y" = 5; -"@MMK_R_Z" = -7; -"@MMK_R_a" = -68; -"@MMK_R_a.ss04" = -63; -"@MMK_R_asterisk" = 19; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon.ss01" = -36; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -68; -"@MMK_R_egrave" = -68; -"@MMK_R_eight" = -2; -"@MMK_R_f" = -15; -"@MMK_R_five" = -10; -"@MMK_R_four" = -68; -"@MMK_R_g" = -68; -"@MMK_R_guillemetleft" = -68; -"@MMK_R_guillemetright" = -19; -"@MMK_R_hyphen" = -68; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_i" = -16; -"@MMK_R_icircumflex" = 52; -"@MMK_R_j" = -16; -"@MMK_R_l" = -7; -"@MMK_R_lslash" = -29; -"@MMK_R_n" = -44; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -28; -"@MMK_R_parenright" = -18; -"@MMK_R_parenright.case" = -17; -"@MMK_R_percent" = 0; -"@MMK_R_period.ss01" = -68; -"@MMK_R_pi" = -18; -"@MMK_R_plus" = -65; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -64; -"@MMK_R_seven" = 7; -"@MMK_R_slash" = -68; -"@MMK_R_t" = -16; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -38; -"@MMK_R_v" = -18; -"@MMK_R_w" = -20; -"@MMK_R_x" = -25; -"@MMK_R_y" = -18; -"@MMK_R_z" = -29; -"@MMK_R_zero" = -19; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -86; -"@MMK_R_I.ss02" = -89; -"@MMK_R_J" = -88; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -126; -"@MMK_R_U" = 0; -"@MMK_R_V" = -31; -"@MMK_R_W" = -11; -"@MMK_R_X" = -61; -"@MMK_R_Y" = -50; -"@MMK_R_Z" = -90; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -17; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = 27; -"@MMK_R_braceright" = -81; -"@MMK_R_bracketright" = -85; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -28; -"@MMK_R_egrave" = -31; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -108; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 16; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = -75; -"@MMK_R_foursuperior" = 14; -"@MMK_R_g" = -23; -"@MMK_R_g.ss05" = -19; -"@MMK_R_guillemetleft" = -30; -"@MMK_R_guillemetright" = 26; -"@MMK_R_hyphen" = -87; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -11; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_one" = -17; -"@MMK_R_onesuperior" = -41; -"@MMK_R_oslash" = -31; -"@MMK_R_parenright" = -65; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -6; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = -3; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = -12; -"@MMK_R_semicolon" = 20; -"@MMK_R_sevensuperior" = -61; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -90; -"@MMK_R_t" = 16; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -58; -"@MMK_R_twosuperior" = -27; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -89; -"@MMK_R_v" = 22; -"@MMK_R_w" = 20; -"@MMK_R_x" = 2; -"@MMK_R_y" = 22; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_s" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -11; -"@MMK_R_O" = 5; -"@MMK_R_S" = 12; -"@MMK_R_T" = -138; -"@MMK_R_U" = -2; -"@MMK_R_V" = -72; -"@MMK_R_W" = -40; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -91; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 17; -"@MMK_R_asciicircum" = -52; -"@MMK_R_asterisk" = -25; -"@MMK_R_braceright" = -84; -"@MMK_R_bracketright" = -88; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -23; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 8; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -16; -"@MMK_R_one" = -53; -"@MMK_R_onesuperior" = -49; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -63; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_question" = -31; -"@MMK_R_question.ss01" = -49; -"@MMK_R_quotedbl" = -39; -"@MMK_R_quotedblleft" = -61; -"@MMK_R_quotedblleft.ss01" = -58; -"@MMK_R_quotedblright" = -55; -"@MMK_R_quoteright" = -53; -"@MMK_R_quoteright.ss01" = -54; -"@MMK_R_s" = 17; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -63; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = -3; -"@MMK_R_t" = -3; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -75; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -5; -"@MMK_R_v" = -5; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = -7; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 11; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -151; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 25; -"@MMK_R_J" = -143; -"@MMK_R_O" = -39; -"@MMK_R_S" = -12; -"@MMK_R_T" = 21; -"@MMK_R_U" = 12; -"@MMK_R_V" = 41; -"@MMK_R_W" = 43; -"@MMK_R_X" = 20; -"@MMK_R_Y" = 34; -"@MMK_R_Z" = 5; -"@MMK_R_a" = -92; -"@MMK_R_a.ss04" = -82; -"@MMK_R_asterisk" = 21; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon" = -43; -"@MMK_R_colon.ss01" = -57; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_degree" = -8; -"@MMK_R_e" = -93; -"@MMK_R_egrave" = -75; -"@MMK_R_eight" = -12; -"@MMK_R_ellipsis" = -187; -"@MMK_R_f" = -30; -"@MMK_R_five" = 0; -"@MMK_R_four" = -112; -"@MMK_R_g" = -88; -"@MMK_R_guillemetleft" = -100; -"@MMK_R_guillemetright" = -40; -"@MMK_R_hyphen" = -101; -"@MMK_R_hyphen.case" = -76; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 38; -"@MMK_R_j" = 0; -"@MMK_R_n" = -62; -"@MMK_R_nine" = -11; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -29; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_pi" = -33; -"@MMK_R_plus" = -75; -"@MMK_R_question" = 3; -"@MMK_R_quotedbl" = 20; -"@MMK_R_quotedblleft" = 7; -"@MMK_R_quotedblleft.ss01" = 10; -"@MMK_R_quotedblright" = 20; -"@MMK_R_quoteright" = 20; -"@MMK_R_quoteright.ss01" = 3; -"@MMK_R_s" = -80; -"@MMK_R_semicolon" = -43; -"@MMK_R_seven" = 40; -"@MMK_R_slash" = -158; -"@MMK_R_t" = -31; -"@MMK_R_three" = -17; -"@MMK_R_two" = -9; -"@MMK_R_u" = -54; -"@MMK_R_v" = -35; -"@MMK_R_w" = -35; -"@MMK_R_x" = -40; -"@MMK_R_y" = -33; -"@MMK_R_z" = -50; -"@MMK_R_zero" = -32; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -50; -}; -"@MMK_L_six" = { -"@MMK_R_A" = -13; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -14; -"@MMK_R_J" = -24; -"@MMK_R_O" = 15; -"@MMK_R_S" = 23; -"@MMK_R_T" = -25; -"@MMK_R_U" = 7; -"@MMK_R_V" = -17; -"@MMK_R_W" = -4; -"@MMK_R_X" = -21; -"@MMK_R_Y" = -25; -"@MMK_R_Z" = -12; -"@MMK_R_a" = 19; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -44; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = -16; -"@MMK_R_comma.ss01" = -37; -"@MMK_R_degree" = -14; -"@MMK_R_e" = 19; -"@MMK_R_egrave" = 19; -"@MMK_R_eight" = 23; -"@MMK_R_ellipsis" = -45; -"@MMK_R_f" = 0; -"@MMK_R_five" = 13; -"@MMK_R_four" = 36; -"@MMK_R_g" = 19; -"@MMK_R_guillemetleft" = 19; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 35; -"@MMK_R_hyphen.case" = 9; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 53; -"@MMK_R_j" = 5; -"@MMK_R_l" = 5; -"@MMK_R_n" = 3; -"@MMK_R_nine" = 3; -"@MMK_R_one" = 3; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -41; -"@MMK_R_parenright.case" = -38; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -16; -"@MMK_R_period.ss01" = -39; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 9; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = 11; -"@MMK_R_slash" = -23; -"@MMK_R_t" = 0; -"@MMK_R_three" = 23; -"@MMK_R_two" = 6; -"@MMK_R_u" = 12; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 16; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -166; -"@MMK_R_H" = 11; -"@MMK_R_I.ss02" = 24; -"@MMK_R_J" = -143; -"@MMK_R_O" = -31; -"@MMK_R_S" = -10; -"@MMK_R_T" = 21; -"@MMK_R_U" = 17; -"@MMK_R_V" = 29; -"@MMK_R_W" = 46; -"@MMK_R_X" = 26; -"@MMK_R_Y" = 26; -"@MMK_R_Z" = 9; -"@MMK_R_a" = -74; -"@MMK_R_a.ss04" = -64; -"@MMK_R_asterisk" = 10; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon" = -34; -"@MMK_R_colon.ss01" = -52; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -77; -"@MMK_R_egrave" = -72; -"@MMK_R_eight" = -12; -"@MMK_R_ellipsis" = -202; -"@MMK_R_f" = -20; -"@MMK_R_five" = -2; -"@MMK_R_four" = -94; -"@MMK_R_g" = -70; -"@MMK_R_guillemetleft" = -82; -"@MMK_R_guillemetright" = -29; -"@MMK_R_hyphen" = -83; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = 47; -"@MMK_R_j" = -4; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -6; -"@MMK_R_n" = -51; -"@MMK_R_nine" = -10; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -27; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_pi" = -25; -"@MMK_R_plus" = -60; -"@MMK_R_question" = 6; -"@MMK_R_quotedbl" = 25; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 16; -"@MMK_R_quotedblright" = 19; -"@MMK_R_quoteright" = 18; -"@MMK_R_quoteright.ss01" = 9; -"@MMK_R_s" = -67; -"@MMK_R_seven" = 40; -"@MMK_R_slash" = -178; -"@MMK_R_t" = -25; -"@MMK_R_three" = -17; -"@MMK_R_two" = -6; -"@MMK_R_u" = -43; -"@MMK_R_v" = -29; -"@MMK_R_w" = -27; -"@MMK_R_x" = -32; -"@MMK_R_y" = -29; -"@MMK_R_z" = -39; -"@MMK_R_zero" = -29; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 15; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = 7; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -64; -"@MMK_R_V" = -28; -"@MMK_R_W" = -3; -"@MMK_R_X" = 12; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -31; -"@MMK_R_asterisk" = 9; -"@MMK_R_braceright" = -67; -"@MMK_R_bracketright" = -70; -"@MMK_R_colon" = 31; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 14; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -21; -"@MMK_R_egrave" = -17; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 17; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -56; -"@MMK_R_foursuperior" = 3; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 29; -"@MMK_R_guillemetleft" = -25; -"@MMK_R_guillemetright" = 23; -"@MMK_R_hyphen" = -60; -"@MMK_R_icircumflex" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -6; -"@MMK_R_ninesuperior" = -11; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -37; -"@MMK_R_parenright" = -40; -"@MMK_R_period" = 11; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = -4; -"@MMK_R_semicolon" = 31; -"@MMK_R_sevensuperior" = -59; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 18; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -60; -"@MMK_R_twosuperior" = -24; -"@MMK_R_underscore" = 14; -"@MMK_R_v" = 10; -"@MMK_R_w" = 15; -"@MMK_R_x" = 23; -"@MMK_R_y" = 10; -"@MMK_R_z" = 21; -"@MMK_R_zero" = 2; -}; -"@MMK_L_three" = { -"@MMK_R_A" = -9; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -9; -"@MMK_R_J" = -20; -"@MMK_R_O" = 12; -"@MMK_R_S" = 21; -"@MMK_R_T" = -23; -"@MMK_R_U" = 4; -"@MMK_R_V" = -16; -"@MMK_R_W" = -5; -"@MMK_R_X" = -14; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = -7; -"@MMK_R_a" = 13; -"@MMK_R_a.ss04" = 13; -"@MMK_R_asterisk" = 19; -"@MMK_R_bracketright" = -42; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_degree" = -12; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 14; -"@MMK_R_eight" = 24; -"@MMK_R_ellipsis" = -40; -"@MMK_R_f" = 7; -"@MMK_R_five" = 14; -"@MMK_R_four" = 27; -"@MMK_R_g" = 12; -"@MMK_R_guillemetleft" = 12; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 25; -"@MMK_R_hyphen.case" = -3; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 52; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 14; -"@MMK_R_one" = 12; -"@MMK_R_parenleft" = 16; -"@MMK_R_parenright" = -34; -"@MMK_R_parenright.case" = -30; -"@MMK_R_percent" = 2; -"@MMK_R_period" = -9; -"@MMK_R_period.ss01" = -34; -"@MMK_R_pi" = 7; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 10; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 9; -"@MMK_R_slash" = -18; -"@MMK_R_t" = 7; -"@MMK_R_three" = 23; -"@MMK_R_two" = 10; -"@MMK_R_u" = 10; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 16; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 25; -"@MMK_R_J" = 7; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -23; -"@MMK_R_U" = 0; -"@MMK_R_V" = -14; -"@MMK_R_W" = -4; -"@MMK_R_X" = 29; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = 24; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = 30; -"@MMK_R_bracketright" = -52; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 5; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_degree" = -2; -"@MMK_R_e" = -21; -"@MMK_R_egrave" = -21; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -7; -"@MMK_R_f" = 18; -"@MMK_R_five" = -4; -"@MMK_R_four" = -60; -"@MMK_R_g" = -3; -"@MMK_R_guillemetleft" = -31; -"@MMK_R_guillemetright" = 26; -"@MMK_R_hyphen" = -52; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 58; -"@MMK_R_j" = 0; -"@MMK_R_l" = 3; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 14; -"@MMK_R_one" = 8; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 14; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -6; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -5; -"@MMK_R_question" = 18; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 6; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 23; -"@MMK_R_seven" = 18; -"@MMK_R_slash" = 23; -"@MMK_R_t" = 18; -"@MMK_R_three" = 3; -"@MMK_R_two" = 28; -"@MMK_R_u" = 0; -"@MMK_R_v" = 12; -"@MMK_R_w" = 11; -"@MMK_R_x" = 24; -"@MMK_R_y" = 12; -"@MMK_R_z" = 21; -"@MMK_R_zero" = 0; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -66; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 10; -"@MMK_R_W" = 12; -"@MMK_R_X" = -6; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -8; -"@MMK_R_asterisk" = 15; -"@MMK_R_bracketright" = -24; -"@MMK_R_colon" = -24; -"@MMK_R_colon.ss01" = -44; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_fraction" = 13; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = -13; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -22; -"@MMK_R_parenright.case" = -22; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 16; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 3; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 9; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = -24; -"@MMK_R_slash" = -80; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -90; -"@MMK_R_I.ss02" = -90; -"@MMK_R_J" = -89; -"@MMK_R_O" = 13; -"@MMK_R_S" = 0; -"@MMK_R_T" = -131; -"@MMK_R_U" = 8; -"@MMK_R_V" = -28; -"@MMK_R_W" = -8; -"@MMK_R_X" = -61; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = -90; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -10; -"@MMK_R_asciicircum" = -30; -"@MMK_R_asterisk" = 26; -"@MMK_R_braceright" = -82; -"@MMK_R_bracketright" = -85; -"@MMK_R_colon" = 16; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -24; -"@MMK_R_egrave" = -24; -"@MMK_R_eightsuperior" = 9; -"@MMK_R_ellipsis" = -115; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 26; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -43; -"@MMK_R_foursuperior" = 5; -"@MMK_R_g" = -17; -"@MMK_R_g.ss05" = -13; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = 16; -"@MMK_R_hyphen" = -30; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -4; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = -5; -"@MMK_R_onesuperior" = -33; -"@MMK_R_oslash" = -24; -"@MMK_R_parenright" = -65; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 16; -"@MMK_R_sevensuperior" = -59; -"@MMK_R_sixsuperior" = 5; -"@MMK_R_slash" = -98; -"@MMK_R_t" = 25; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -58; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 12; -"@MMK_R_underscore" = -97; -"@MMK_R_v" = 24; -"@MMK_R_w" = 28; -"@MMK_R_x" = 3; -"@MMK_R_y" = 24; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 14; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -62; -"@MMK_R_I.ss02" = -68; -"@MMK_R_J" = -66; -"@MMK_R_O" = 13; -"@MMK_R_S" = 0; -"@MMK_R_T" = -131; -"@MMK_R_U" = 9; -"@MMK_R_V" = -26; -"@MMK_R_W" = -8; -"@MMK_R_X" = -59; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = -68; -"@MMK_R_a" = -9; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -31; -"@MMK_R_asterisk" = 25; -"@MMK_R_braceright" = -78; -"@MMK_R_bracketright" = -81; -"@MMK_R_colon" = 14; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -60; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -10; -"@MMK_R_egrave" = -10; -"@MMK_R_eightsuperior" = 13; -"@MMK_R_ellipsis" = -84; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 24; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -25; -"@MMK_R_foursuperior" = 10; -"@MMK_R_g" = -7; -"@MMK_R_g.ss05" = -3; -"@MMK_R_guillemetleft" = -17; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = -16; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -32; -"@MMK_R_oslash" = -9; -"@MMK_R_parenright" = -62; -"@MMK_R_period" = -63; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -59; -"@MMK_R_sixsuperior" = 14; -"@MMK_R_slash" = -58; -"@MMK_R_t" = 24; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -58; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -71; -"@MMK_R_v" = 29; -"@MMK_R_w" = 31; -"@MMK_R_x" = 11; -"@MMK_R_y" = 29; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 15; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 12; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -131; -"@MMK_R_U" = -2; -"@MMK_R_V" = -32; -"@MMK_R_W" = -18; -"@MMK_R_X" = 16; -"@MMK_R_Y" = -51; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = 8; -"@MMK_R_braceright" = -80; -"@MMK_R_bracketright" = -81; -"@MMK_R_colon" = 26; -"@MMK_R_colon.ss01" = 17; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = -29; -"@MMK_R_egrave" = -29; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = -51; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 23; -"@MMK_R_guillemetleft" = -31; -"@MMK_R_guillemetright" = 28; -"@MMK_R_hyphen" = -64; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -10; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -12; -"@MMK_R_onesuperior" = -48; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -41; -"@MMK_R_period" = 17; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -13; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -18; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 28; -"@MMK_R_sevensuperior" = -70; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 16; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = -16; -"@MMK_R_trademark" = -67; -"@MMK_R_twosuperior" = -34; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 20; -"@MMK_R_v" = 0; -"@MMK_R_w" = 11; -"@MMK_R_x" = 25; -"@MMK_R_y" = 0; -"@MMK_R_z" = 24; -"@MMK_R_zero" = 0; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -90; -"@MMK_R_I.ss02" = -90; -"@MMK_R_J" = -89; -"@MMK_R_O" = 14; -"@MMK_R_S" = 0; -"@MMK_R_T" = -131; -"@MMK_R_U" = 9; -"@MMK_R_V" = -25; -"@MMK_R_W" = -7; -"@MMK_R_X" = -59; -"@MMK_R_Y" = -43; -"@MMK_R_Z" = -90; -"@MMK_R_a" = -21; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asciicircum" = -30; -"@MMK_R_asterisk" = 27; -"@MMK_R_braceright" = -81; -"@MMK_R_bracketright" = -84; -"@MMK_R_colon" = 17; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -73; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -24; -"@MMK_R_egrave" = -23; -"@MMK_R_eightsuperior" = 9; -"@MMK_R_ellipsis" = -115; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 27; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -42; -"@MMK_R_foursuperior" = 6; -"@MMK_R_g" = -17; -"@MMK_R_g.ss05" = -12; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = 17; -"@MMK_R_hyphen" = -30; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 2; -"@MMK_R_igrave" = 2; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -3; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -33; -"@MMK_R_oslash" = -24; -"@MMK_R_parenright" = -61; -"@MMK_R_period" = -71; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 17; -"@MMK_R_sevensuperior" = -58; -"@MMK_R_sixsuperior" = 6; -"@MMK_R_slash" = -98; -"@MMK_R_t" = 26; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -58; -"@MMK_R_twosuperior" = -4; -"@MMK_R_u" = 13; -"@MMK_R_underscore" = -92; -"@MMK_R_v" = 25; -"@MMK_R_w" = 29; -"@MMK_R_x" = 5; -"@MMK_R_y" = 25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 15; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 12; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 6; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -131; -"@MMK_R_U" = 0; -"@MMK_R_V" = -37; -"@MMK_R_W" = -19; -"@MMK_R_X" = 8; -"@MMK_R_Y" = -61; -"@MMK_R_Z" = 11; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -36; -"@MMK_R_asterisk" = 9; -"@MMK_R_braceright" = -81; -"@MMK_R_bracketright" = -81; -"@MMK_R_colon" = 27; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_e" = -25; -"@MMK_R_egrave" = -25; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 4; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = -81; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 17; -"@MMK_R_guillemetleft" = -31; -"@MMK_R_guillemetright" = 25; -"@MMK_R_hyphen" = -68; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -11; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = -45; -"@MMK_R_oslash" = -3; -"@MMK_R_parenright" = -43; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question.ss01" = -13; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblleft" = -20; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = -4; -"@MMK_R_semicolon" = 31; -"@MMK_R_sevensuperior" = -67; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -66; -"@MMK_R_twosuperior" = -22; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 8; -"@MMK_R_w" = 9; -"@MMK_R_x" = 22; -"@MMK_R_y" = 8; -"@MMK_R_z" = 14; -"@MMK_R_zero" = 0; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = -31; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -32; -"@MMK_R_J" = -40; -"@MMK_R_O" = 28; -"@MMK_R_S" = 6; -"@MMK_R_T" = -44; -"@MMK_R_U" = 9; -"@MMK_R_V" = -35; -"@MMK_R_W" = -21; -"@MMK_R_X" = -40; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = -33; -"@MMK_R_a" = 22; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -68; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = -37; -"@MMK_R_comma.ss01" = -58; -"@MMK_R_degree" = -23; -"@MMK_R_e" = 21; -"@MMK_R_egrave" = 21; -"@MMK_R_eight" = 12; -"@MMK_R_ellipsis" = -64; -"@MMK_R_f" = 10; -"@MMK_R_five" = 8; -"@MMK_R_four" = 18; -"@MMK_R_g" = 22; -"@MMK_R_guillemetleft" = 10; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 24; -"@MMK_R_hyphen.case" = 33; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 33; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 16; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 24; -"@MMK_R_parenright" = -63; -"@MMK_R_parenright.case" = -55; -"@MMK_R_percent" = 6; -"@MMK_R_period" = -37; -"@MMK_R_period.ss01" = -58; -"@MMK_R_pi" = 10; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -19; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -38; -"@MMK_R_t" = 10; -"@MMK_R_three" = 6; -"@MMK_R_two" = 0; -"@MMK_R_u" = 13; -"@MMK_R_v" = 14; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 14; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 28; +i.ss01 = { +l = -16; +c = -13; +e = -13; +o = -13; +m = -14; +n = -14; +r = -14; +p = -14; +j.ss01 = -19; +parenright = -23; }; -A = { -Dcroat = -39; -Eth = -39; -Iogonek = 35; -Jcircumflex = 27; -Lslash = -25; -Tbar = -104; -Tcedilla = -124; -Ycircumflex = -147; -Ydieresis = -147; -Ydieresis.ss01 = -147; -Ydotbelow = -147; -Ydotbelow.ss01 = -147; -Ygrave = -147; -ampersand = -3; -asciitilde = -44; -at = -25; -backslash = -155; -dollar = -27; -eight = -8; -equal = -36; -five = -16; -gbreve.ss06 = 34; -germandbls = -34; -jcircumflex = 0; -less = -46; -logicalnot = -103; -minus = -64; -multiply = -42; -nine = -15; -numbersign = -35; -ordfeminine = -117; -ordmasculine = -117; -parenleft = -10; -parenleft.case = -25; -plus = -56; -quotedbl = -121; +guillemetright = { +T = -182; +x = -46; +threesuperior = -26; +fivesuperior = -34; +eightsuperior = -24; +colon = -39; +semicolon = -39; +questiondown = -59; +question.ss01 = -58; +questiondown.ss01 = -59; +braceright = -81; +braceright.case = -75; +bracketright.case = -77; +quotesinglbase = -73; +quotedblbase = -75; +quotedblbase.ss01 = -73; +quoteright.ss01 = -68; +}; +s = { +l = 0; +seven = -53; +emdash = 0; +registered = -12; +notequal = -56; +logicalnot = -56; +asciitilde = 0; +}; +five.dnom = { +question = -80; +question.ss01 = -91; +parenright = -70; +quotedblleft = -121; +quotedblright = -121; +quoteleft = -63; +quoteright = -73; +quotedbl = -102; +quotesingle = -57; quotedblleft.ss01 = -128; -quoteleft = -73; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; quoteright.ss01 = -68; -registered = -89; +degree = -95; +}; +ecircumflexgrave = { +parenright = -65; +bracketright = -58; +quotedbl = -48; +}; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -69; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = -79; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -164; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -67; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -69; +"@MMK_R_KO_I.ss02" = -76; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 25; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 11; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_itilde" = 12; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 25; +"@MMK_R_KO_u" = 21; +"@MMK_R_KO_uacute" = 21; +"@MMK_R_KO_v" = 33; +"@MMK_R_KO_w" = 39; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = 29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = -8; +"@MMK_R_KO_t_t.liga" = 25; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = 17; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = 18; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = -85; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -63; +"@MMK_R_KO_backslash" = -10; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -80; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -67; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = -11; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 35; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = 30; +"@MMK_R_KO_a" = 21; +"@MMK_R_KO_aacute" = 24; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 24; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 13; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 28; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 18; +"@MMK_R_KO_uacute" = 18; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_zero" = 7; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 36; +"@MMK_R_KO_four" = 35; +"@MMK_R_KO_five" = 31; +"@MMK_R_KO_six" = 5; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = 31; +"@MMK_R_KO_nine" = 14; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 35; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -11; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -92; +}; +t_t.liga = { +wdieresis = 19; +hyphen = -59; +logicalnot = -94; +asciitilde = -5; +}; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -121; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_J" = -141; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -141; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_a.ss05" = -46; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -57; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -52; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -41; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 19; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = -91; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -12; +"@MMK_R_KO_seven" = 29; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 15; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = 36; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = -124; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = -141; +"@MMK_R_KO_endash" = -86; +"@MMK_R_KO_hyphen.case" = -70; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -28; +"@MMK_R_KO_quotedblleft" = 13; +"@MMK_R_KO_quotedblright" = 25; +"@MMK_R_KO_quoteleft" = 13; +"@MMK_R_KO_quoteright" = 25; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +ohorngrave = { +i = 15; +idotaccent = 15; +i.ss01 = 15; +idotaccent.ss01 = 15; +m = 15; +n = 15; +period = -20; +comma = -20; +period.ss01 = -39; +comma.ss01 = -30; +parenright = -49; +bracketright = -63; +guillemetright = -17; +quotedbl = -14; +}; +zeroinferior = { +parenright = -71; +}; +c = { seven = -70; -three = -11; -two = 32; +registered = -10; +notequal = -63; }; Aacute = { -Dcroat = -39; -Eth = -39; -Tbar = -104; -Tcedilla = -124; -registered = -89; +Dcroat = -43; +Eth = -43; +Tbar = -140; +endash.case = -92; +registered = -97; }; Abreve = { -Tcedilla = -124; -V = -150; -}; -Acircumflex = { -T = -123; -Tcedilla = -117; -Tcommaaccent = -123; -V = -116; -Y = -117; -Ydieresis = -115; -Ydotbelow = -117; +endash.case = -92; }; -Acircumflexacute = { -T = -120; -Y = -113; +eight.dnom = { +question = -80; +question.ss01 = -95; +parenright = -69; +quotedblleft = -115; +quotedblright = -118; +quoteleft = -63; +quoteright = -73; +quotedbl = -102; +quotesingle = -57; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -103; }; -Acircumflexdotbelow = { -T = -123; -Y = -117; +Idieresis.ss01 = { +Icircumflex = 31; +Idieresis.ss01 = 53; +idieresis.ss01 = 37; +parenright.case = 28; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -161; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = -8; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = -45; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -57; +"@MMK_R_KO_quotedblright" = -40; +"@MMK_R_KO_quoteleft" = -57; +"@MMK_R_KO_quoteright" = -40; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -51; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -55; +"@MMK_R_KO_quoteright.ss01" = -57; }; -Acircumflexdotbelow.ss01 = { -T = -123; -Y = -117; +comma.ss01 = { +twosuperior = -58; +threesuperior = -58; +fivesuperior = -58; +eightsuperior = -58; +parenright = 0; +bracketright = 0; +quoteright.ss01 = -58; }; -Acircumflexgrave = { -Y = -114; +C = { +two = 19; +three = 24; +five = 19; +eight = 15; +braceright.case = -67; +plus = -13; +minus = -21; +greater = 19; }; -Acircumflexhookabove = { -Y = -113; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -121; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -47; +"@MMK_R_KO_Oacute" = -47; +"@MMK_R_KO_J" = -121; +"@MMK_R_KO_G.ss07" = -44; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -121; +"@MMK_R_KO_a" = -82; +"@MMK_R_KO_aacute" = -80; +"@MMK_R_KO_a.ss05" = -68; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -84; +"@MMK_R_KO_eacute" = -80; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -80; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -55; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = -65; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_uacute" = -44; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = -40; +"@MMK_R_KO_z" = -36; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = -19; +"@MMK_R_KO_pi" = -39; +"@MMK_R_KO_zero" = -43; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -121; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -45; +"@MMK_R_KO_seven" = 20; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -121; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -121; +"@MMK_R_KO_hyphen" = -121; +"@MMK_R_KO_endash" = -121; +"@MMK_R_KO_hyphen.case" = -97; +"@MMK_R_KO_endash.case" = -55; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -83; +"@MMK_R_KO_guillemetright" = -55; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -78; +"@MMK_R_KO_percent" = -7; }; -Acircumflextilde = { -Y = -113; +ocircumflexgrave = { +parenright = -67; +bracketright = -64; +quotedbl = -57; +quotesingle = -54; }; -Adieresis = { -T = -135; -Tcedilla = -124; -V = -137; -Y = -136; -Ydieresis = -136; -registered = -89; +wcircumflex = { +p = 12; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -134; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -151; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -94; +"@MMK_R_KO_W" = -60; +"@MMK_R_KO_X" = -71; +"@MMK_R_KO_Y" = -138; +"@MMK_R_KO_Z" = -59; +"@MMK_R_KO_I.ss02" = -97; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 29; +"@MMK_R_KO_aacute" = 33; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 25; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = 33; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -41; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_y" = -40; +"@MMK_R_KO_z" = -72; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = 6; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = -30; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = 42; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = 26; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -57; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_foursuperior" = -140; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_ninesuperior" = -67; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = -107; +"@MMK_R_KO_asterisk" = -141; +"@MMK_R_KO_slash" = -48; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_parenright" = -101; +"@MMK_R_KO_bracketright" = -94; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -121; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = 25; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -128; +"@MMK_R_KO_quotedblright.ss01" = -128; +"@MMK_R_KO_plus" = -41; +}; +Umacron = { +Hbar = 28; }; -Adieresis.ss01 = { -Ydieresis.ss01 = -144; +Zcaron = { +Dcroat = -42; +igrave = 45; +endash.case = -80; }; -Amacron = { -T = -110; -Tcedilla = -108; -V = -104; -Y = -111; -Ycircumflex = -109; +sixinferior = { +T = -166; +W = -65; +parenright = -62; +bracketright = -68; }; -Aogonek = { -Lslash = -24; -comma = 52; -comma.ss01 = 22; -parenright = 28; -period = 42; -semicolon = 31; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -68; +"@MMK_R_KO_Oacute" = -68; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -63; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_zero" = -56; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -29; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -55; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -25; +"@MMK_R_KO_nine" = -36; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -67; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 59; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -86; +"@MMK_R_KO_endash.case" = -87; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -36; +"@MMK_R_KO_plus" = -95; +"@MMK_R_KO_percent" = -38; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 24; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 24; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 24; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_t_t.liga" = -23; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 26; +"@MMK_R_KO_four" = 38; +"@MMK_R_KO_five" = 28; +"@MMK_R_KO_six" = 5; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 25; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_hyphen" = 39; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_endash.case" = -15; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 20; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_degree" = -41; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -22; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 39; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -25; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = 28; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 50; +"@MMK_R_KO_imacron" = 67; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = 31; +"@MMK_R_KO_sixsuperior" = 15; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -34; +"@MMK_R_KO_comma" = -29; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = -65; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 34; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -45; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 8; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_hyphen.case" = -28; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_parenright.case" = -62; +"@MMK_R_KO_bracketright.case" = -59; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -Aring = { -Tcedilla = -124; -V = -150; -Ydieresis = -146; -Ydieresis.ss01 = -146; +Idotaccent = { +l.ss04 = 0; }; -Atilde = { -V = -131; -Y = -130; -ordfeminine = -117; +zero.dnom = { +question = -84; +question.ss01 = -100; +parenright = -79; +parenright.case = -43; +quotedblleft = -121; +quotedblright = -121; +quoteleft = -63; +quoteright = -73; +quotedbl = -112; +quotesingle = -57; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -107; }; -B = { -Hbar = 44; -Lslash = 20; -OE = 13; -Oslash = 13; -Tcedilla = -23; -acircumflexacute.ss05 = 13; -ampersand = 16; -eight = 24; -five = 14; -greater = 34; -hbar = 32; -idieresis = 45; -jcircumflex = 55; -minus = -5; -nine = 13; -parenleft = 16; -plus = 0; -three = 23; -two = 10; +I = { +I = 0; +Hbar = 36; +hbar = 42; +igrave = 34; +jcircumflex = 62; +logicalnot = -62; }; -C = { -Lslash = 0; -OE = 9; -Tcedilla = -34; -ampersand = 7; -bracketright.case = -60; -dollar = 10; -eight = 19; -five = 17; -greater = 35; -minus = -6; -nine = 24; -numbersign = 0; -plus = 0; -seven = 25; -three = 28; -two = 23; +uhornhookabove = { +a = -25; +a.ss05 = -25; +period = -35; +comma = -36; +ellipsis = -54; +period.ss01 = -46; +ellipsis.ss01 = -53; +comma.ss01 = -45; +parenright = -25; +bracketright = -46; +quotedblright = 21; +quotedbl = 17; }; -Ccircumflex = { -jcircumflex = 53; +Idieresis = { +Icircumflex = 0; +Idieresis = 0; +idieresis = 47; +parenright = 0; +parenright.case = 10; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -161; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -59; +"@MMK_R_KO_Oacute" = -59; +"@MMK_R_KO_J" = -145; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 31; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 34; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -158; +"@MMK_R_KO_a" = -107; +"@MMK_R_KO_aacute" = -85; +"@MMK_R_KO_a.ss05" = -64; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -120; +"@MMK_R_KO_eacute" = -81; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -108; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -74; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 75; +"@MMK_R_KO_itilde" = 59; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_s" = -92; +"@MMK_R_KO_t" = -52; +"@MMK_R_KO_u" = -75; +"@MMK_R_KO_uacute" = -68; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -64; +"@MMK_R_KO_x" = -67; +"@MMK_R_KO_y" = -57; +"@MMK_R_KO_z" = -76; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_g.ss06" = -97; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -146; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 14; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -58; +"@MMK_R_KO_semicolon" = -54; +"@MMK_R_KO_ellipsis" = -184; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -162; +"@MMK_R_KO_backslash" = 59; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -140; +"@MMK_R_KO_endash" = -106; +"@MMK_R_KO_underscore" = -163; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_parenleft" = -53; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -100; +"@MMK_R_KO_guillemetright" = -72; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -90; }; -Cdotaccent = { -Hbar = 40; +Ecircumflexdotbelow.ss01 = { +T = 11; }; -D = { -Dcroat = 33; -Eth = 33; -Hbar = 17; -Jcircumflex = -49; -Lslash = 27; -OE = 28; -Oslash = 29; -Ycircumflex = -50; -ampersand = 0; -at = 17; -bracketright.case = -68; -eight = 10; -equal = 20; -five = 7; -idotbelow = 4; -lacute = 6; -less = 40; -nine = 15; -parenleft = 25; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = -150; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 15; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 24; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 28; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -40; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_backslash" = -52; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -51; +"@MMK_R_KO_quotedblright" = -50; +"@MMK_R_KO_quoteleft" = -51; +"@MMK_R_KO_quoteright" = -50; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -43; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -77; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -73; +"@MMK_R_KO_asciicircum" = -53; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -60; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -50; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = -43; +"@MMK_R_KO_I.ss02" = -40; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -53; +"@MMK_R_KO_ellipsis" = -79; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -52; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = -68; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -26; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; }; -Dcroat = { -Dcroat = 33; -acircumflexacute.ss05 = 3; -idotbelow = 4; -ihookabove = 4; +one = { +icircumflex = 59; +three = 0; +multiply = -31; +equal = 0; +notequal = -57; +asciicircum = -45; }; -E = { -H = 0; -Hbar = 0; -Iogonek = 32; -Jcircumflex = 14; -Tcedilla = 11; -asciitilde = -2; -backslash = 34; -eight = -11; -equal = -20; -exclam.ss01 = 6; -gbreve.ss06 = 16; -germandbls = -34; -idieresis = 62; -idieresis.ss01 = 48; -jcircumflex = 24; -minus = -27; -multiply = -43; -numbersign = -45; -registered = -33; -seven = 18; -three = -13; -two = 18; +gdotaccent.ss06 = { +gdotaccent.ss06 = 46; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -64; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = 27; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -49; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -44; +"@MMK_R_KO_I.ss02" = -49; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 32; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 21; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 15; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = 15; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -50; +"@MMK_R_KO_comma" = -50; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 32; +"@MMK_R_KO_underscore" = -62; +"@MMK_R_KO_hyphen.case" = 34; +"@MMK_R_KO_parenleft" = 32; +"@MMK_R_KO_parenright" = -77; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_parenright.case" = -77; +"@MMK_R_KO_bracketright.case" = -70; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 16; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -61; }; -Ecircumflex = { -Icircumflex = 4; +lcaron.ss04 = { +ncaron = 13; +scaron = 20; +exclam.ss01 = 112; }; -Ecircumflexdotbelow = { -C = -11; -T = 13; -comma = 14; -period = 0; +Gdotaccent = { +Hbar = 19; }; -Ecircumflexdotbelow.ss01 = { -T = 13; +fl = { +Hbar = 36; +l = 0; +idieresis = 26; +jcircumflex = 22; +periodcentered.loclCAT = 42; }; -Ecircumflexgrave = { -comma = 14; -period = 0; +quotedbl = { +Dcroat = -62; +Hbar = 7; +Lslash = -57; +hbar = 8; +igrave = 7; +icircumflex = 40; +idieresis = 37; +imacron = 68; +jcircumflex = 35; +x = -29; +idieresis.ss01 = 10; +g.ss06 = -61; +gcommaaccent.ss06 = -61; +gdotaccent.ss06 = -61; +gdotaccent.ss01.ss06 = -61; +mu = -41; +exclamdown = -47; +questiondown = -137; +backslash = 21; +questiondown.case = -105; +ellipsis.ss01 = -148; +exclamdown.ss01 = -53; +questiondown.ss01 = -143; +underscore = -148; +parenleft = -35; +braceleft = -65; +ampersand = -75; +sterling = -55; +minus = -66; +lessequal = -88; +asciitilde = -55; }; -Ecircumflexhookabove = { -comma = 14; -period = 0; +O = { +Dcroat = 13; +Eth = 13; +Hbar = 7; +Lslash = 15; +Tbar = -57; +idieresis = 0; +parenleft.case = 14; +braceright.case = -77; +less = 7; }; -Ecircumflextilde = { -comma = 14; +Zdotaccent.ss01 = { +Hbar = 13; +endash.case = -80; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -58; +"@MMK_R_KO_S" = -38; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = -53; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_W" = -58; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_f" = -49; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -42; +"@MMK_R_KO_v" = -58; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_y" = -58; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -15; +"@MMK_R_KO_t_t.liga" = -58; +"@MMK_R_KO_pi" = -41; +"@MMK_R_KO_zero" = -58; +"@MMK_R_KO_one" = -58; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = -29; +"@MMK_R_KO_six" = -51; +"@MMK_R_KO_seven" = -58; +"@MMK_R_KO_eight" = -20; +"@MMK_R_KO_nine" = -33; +"@MMK_R_KO_sixsuperior" = -58; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_foursuperior" = -58; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_ninesuperior" = -58; +"@MMK_R_KO_asterisk" = -58; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -58; +"@MMK_R_KO_hyphen.case" = -58; +"@MMK_R_KO_endash.case" = -58; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = -58; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -58; +"@MMK_R_KO_quotedblright.ss01" = -58; }; -Edieresis = { -Idieresis = 0; +braceleft = { +p = 0; +x = -64; +parenleft = -44; +braceright = 28; +at = -74; +minus = -106; +logicalnot = -111; +asciicircum = -103; }; -Edotaccent = { -scaron = -6; +rcaron = { +I.ss02 = -11; +onesuperior = -2; +twosuperior = -15; +sevensuperior = -10; +parenright = -10; }; -Emacron = { -Imacron = 33; -gcommaaccent.ss06 = 15; +f_f_i.liga = { +hbar = 23; +idieresis = 28; +jcircumflex = 22; +germandbls = 0; +logicalnot = -59; }; -Eogonek = { -comma = 51; -parenright = 28; -period = 32; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -68; +"@MMK_R_KO_Oacute" = -68; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -66; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = -55; +"@MMK_R_KO_V" = -121; +"@MMK_R_KO_W" = -105; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -121; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = -49; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = 38; +"@MMK_R_KO_lslash" = -30; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -63; +"@MMK_R_KO_u" = -43; +"@MMK_R_KO_uacute" = -40; +"@MMK_R_KO_v" = -106; +"@MMK_R_KO_w" = -80; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_pi" = -40; +"@MMK_R_KO_zero" = -64; +"@MMK_R_KO_one" = -79; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -37; +"@MMK_R_KO_four" = -118; +"@MMK_R_KO_five" = -42; +"@MMK_R_KO_six" = -56; +"@MMK_R_KO_seven" = -90; +"@MMK_R_KO_eight" = -28; +"@MMK_R_KO_nine" = -43; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_question" = -99; +"@MMK_R_KO_asterisk" = -121; +"@MMK_R_KO_slash" = 31; +"@MMK_R_KO_hyphen" = -121; +"@MMK_R_KO_endash" = -121; +"@MMK_R_KO_hyphen.case" = -121; +"@MMK_R_KO_endash.case" = -121; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -121; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -46; +"@MMK_R_KO_plus" = -121; +"@MMK_R_KO_percent" = -82; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -67; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -75; +"@MMK_R_KO_Oacute" = -72; +"@MMK_R_KO_J" = -69; +"@MMK_R_KO_G.ss07" = -72; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -70; +"@MMK_R_KO_a" = -69; +"@MMK_R_KO_aacute" = -69; +"@MMK_R_KO_a.ss05" = -68; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -73; +"@MMK_R_KO_eacute" = -73; +"@MMK_R_KO_f" = -54; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_n" = -71; +"@MMK_R_KO_j" = 98; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -69; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -78; +"@MMK_R_KO_uacute" = -63; +"@MMK_R_KO_v" = -67; +"@MMK_R_KO_w" = -62; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -63; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = -51; +"@MMK_R_KO_pi" = -71; +"@MMK_R_KO_zero" = -69; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_two" = -35; +"@MMK_R_KO_three" = -44; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -69; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -42; +"@MMK_R_KO_nine" = -45; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -67; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -58; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = -85; +"@MMK_R_KO_endash" = -85; +"@MMK_R_KO_bracketright" = 28; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -80; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -36; +"@MMK_R_KO_plus" = -94; +"@MMK_R_KO_percent" = -39; }; -Eth = { -Eth = 33; -Oslash = 29; +logicalnot = { +one = -130; +two = -58; +seven = -152; +nine = -61; +parenright = -145; +parenright.case = -100; +v = -71; +x = -80; +y = -74; }; -F = { -Hbar = 0; -adieresis = -22; -ampersand = -51; -backslash = 38; -eight = -19; -eightinferior = -34; -ellipsis.ss01 = -227; -fiveinferior = -32; -fourinferior = -99; -iacute = -27; -idieresis = 62; -nine = -11; -numbersign = -39; -seven = 21; -sixinferior = -46; -three = -27; -threeinferior = -33; -two = -18; -twoinferior = -28; -udieresis = -24; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 74; +"@MMK_R_KO_imacron" = 89; +"@MMK_R_KO_itilde" = 86; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = 34; +"@MMK_R_KO_period.ss01" = -41; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -31; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -42; }; -G = { -Eth = 13; -Hbar = 24; -Lslash = 18; -Oslash = 10; -Ycircumflex = -44; -backslash = -23; -eight = 15; -hbar = 13; -jcircumflex = 37; -parenleft = 13; -three = 9; -two = 11; +ydotbelow = { +ecircumflexdotbelow = -27; +period = -61; +comma = -27; +parenright = -35; }; -G.ss07 = { -Hbar = 23; -Lslash = 34; -Oslash = 24; -eight = 14; -hbar = 14; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 46; +"@MMK_R_KO_imacron" = 55; +"@MMK_R_KO_itilde" = 48; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -62; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -61; +"@MMK_R_KO_asciicircum" = -47; +}; +idotless = { +T = -74; }; -Germandbls = { -A = -4; -E = 3; -G = 13; -I = 3; -L = 3; -S = 29; -T = -10; -Z = 0; -a = 23; -hyphen = 38; -parenright = -19; +acircumflexhookabove.ss05 = { +y = -33; }; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 29; -endash = 0; -exclam = 0; -greater = 16; -hyphen = 0; -ibreve = 56; -jcircumflex = 46; -l = 0; -n = 0; -o = 0; -s = 0; -x = 0; +Iogonek.ss02 = { +iogonek = 81; +j = 36; +j.ss01 = 35; +endash.case = -98; }; -Hbar = { -B = 35; -D = 35; -E = 35; -F = 35; -Gdotaccent = 17; -H = 35; -Hbar = 102; -I = 35; -I.ss02 = 2; -K = 35; -L = 35; -M = 35; -N = 35; -O = 17; -Q = 17; -R = 35; -S = 48; -T = 2; -U = 47; -W = 46; -Zdotaccent = 2; -b = 29; -exclam = 37; -i = 18; -i.ss01 = 17; -idotaccent = 18; +aogonek = { j = 18; -l = 29; -l.ss04 = 29; -ninesuperior = 51; -question = 60; -quotedblright = 59; -quoteright = 58; -quotesingle = 39; -sixsuperior = 47; -u = 0; -w = 14; +j.ss01 = 18; +parenright = 0; +bracketright = 0; }; -I = { -Hbar = 34; -backslash = 29; -greater = 16; -jcircumflex = 46; +ldot.ss01.ss03 = { +period.ss01 = -29; +comma.ss01 = -30; }; -I.ss02 = { -Dcroat = -42; -Eth = -42; -Tcedilla = 12; -jcircumflex = 27; -logicalnot = -147; -minus = -109; -plus = -107; +Idotbelow = { +j = 53; }; -Iacute = { -Igrave = 94; -Rcaron = 0; -Tcaron = 0; -U = 4; -comma.ss01 = -21; -l.ss04 = 20; -parenright = 14; -period.ss01 = -24; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 29; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = 12; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -51; }; -Iacute.ss02 = { -Eth = -42; +Tbar = { +A = -140; +Aacute = -140; +T = 13; +Tbar = 23; +a = -64; +a.ss05 = -74; +e = -68; +o = -68; +oslash = -68; +tbar = -62; +period = -61; +comma = -63; +slash = -142; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -74; +guillemetleft = -61; +guilsinglleft = -61; }; -Ibreve = { -Imacron = 184; +itilde = { +exclam.ss01 = 71; +quotedbl = 66; }; -Icircumflex = { -Icircumflex = 154; -bracketright = 60; -icircumflex = 46; +Idotaccent.ss01 = { l.ss04 = 20; -parenright = 67; -parenright.case = 75; }; -Idieresis = { -Idieresis = 175; -Igrave = 111; -idieresis = 55; -parenright = 37; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = 17; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 26; +"@MMK_R_KO_four" = 31; +"@MMK_R_KO_five" = 21; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 20; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = 31; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_endash.case" = -22; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_degree" = -20; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -2; }; -Idieresis.ss01 = { -Idieresis.ss01 = 119; -Igrave = 101; +ibreve = { +T = 53; +parenright = 19; +quotesingle = 43; }; -Idieresis.ss02 = { -idieresis = 63; +multiply = { +one = -5; +seven.numr = -20; +parenright = -110; +parenright.case = -107; +A = -48; +J = -59; +T = -68; +V = -49; +X = -58; +Y = -63; +p = -30; }; -Idotaccent = { -l.ss04 = 20; +Ccircumflex = { +jcircumflex = 45; }; -Idotaccent.ss01 = { -l.ss04 = 20; -period.ss01 = -24; +q = { +j = 22; +j.ss01 = 22; +comma = 11; +slash = 27; +parenright = 0; +braceright = 0; +bracketright = 0; }; -Idotbelow = { -U = 4; -comma = 12; -j = 64; +tcaron = { +a = -17; +b = 4; +h = 6; +k = 6; +l = 4; +o = -21; +f = 32; +i = 0; +j = 0; +sixsuperior = 16; +onesuperior = 15; +twosuperior = 9; +threesuperior = 0; +fivesuperior = 18; +sevensuperior = 40; +eightsuperior = 21; +ninesuperior = 0; +period = 17; +comma = 16; +colon = 30; +exclam = 24; +question = 30; +exclam.ss01 = 20; +hyphen = -59; +parenright = 25; +bracketright = 9; +quotedblleft = 0; +quotedblright = 27; +quoteleft = 0; +guillemetleft = -28; +guilsinglleft = -28; +quotedbl = 19; +quotesingle = 19; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 20; }; -Imacron = { -Ibreve = 184; -Imacron = 228; -imacron = 90; -l.ss04 = 20; -parenright = 54; -parenright.case = 67; +uogonek = { +j = 0; +j.ss01 = 0; +parenright = -5; +bracketright = -7; }; -Iogonek = { -Iogonek = 55; -iogonek = 47; -j = 68; +seven.dnom = { +period = -61; +comma = -63; +question = -88; +period.ss01 = -58; +comma.ss01 = -58; +question.ss01 = -98; +parenright = -85; +parenright.case = -72; +quotedblleft = -108; +quotedblright = -116; +quoteleft = -63; +quoteright = -73; +quotedbl = -91; +quotesingle = -57; +quotedblleft.ss01 = -126; +quoteleft.ss01 = -68; +quotedblright.ss01 = -124; +quoteright.ss01 = -68; +degree = -72; }; -Iogonek.ss02 = { -comma = 51; -iogonek = 88; -j = 107; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -77; +"@MMK_R_KO_Oacute" = -76; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -74; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_zero" = -70; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_two" = 33; +"@MMK_R_KO_three" = -37; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -57; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -28; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -59; +"@MMK_R_KO_sevensuperior" = 21; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = 58; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -85; +"@MMK_R_KO_endash.case" = -82; +"@MMK_R_KO_parenright.case" = 21; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -38; +"@MMK_R_KO_plus" = -95; +"@MMK_R_KO_percent" = -33; +}; +Igrave.ss02 = { +igrave = 48; }; -Itilde = { -Idieresis = 197; -Idieresis.ss01 = 169; -Itilde = 210; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -46; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 79; +"@MMK_R_KO_imacron" = 94; +"@MMK_R_KO_itilde" = 90; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 20; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = -6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -39; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -67; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -50; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_underscore" = -48; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -40; }; -J = { -Hbar = 41; -Iogonek = 2; -Oslash = 8; -backslash = 32; -greater = 20; -i.ss01 = 4; -ibreve = 63; -idieresis = 62; -iogonek = 0; -jcircumflex = 53; +Amacron = { +endash.case = -92; }; -Jacute = { -Ecaron = 2; -Edieresis = 2; -Egrave = 2; -Hbar = 41; -Ibreve = 134; -Icircumflex = 87; -Idieresis = 119; -Idieresis.ss01 = 110; -Idotaccent = 23; -Igrave = 100; -Imacron = 156; -Itilde = 128; -Oslash = 9; -backslash = 32; -ibreve = 65; -idieresis = 62; -jcircumflex = 53; -parenright = 20; -parenright.case = 24; +hyphen = { +Dcroat = 0; +Lslash = 23; +Oslash = 6; +x = -75; +l.ss03 = 4; +mu = 2; +zero.numr = -58; +one.numr = -56; +three.numr = -49; +four.numr = -119; +five.numr = -58; +six.numr = -51; +seven.numr = -61; +eight.numr = -51; +nine.numr = -62; +threesuperior = -56; +fivesuperior = -62; +eightsuperior = -51; +colon = -61; +semicolon = -61; +questiondown = -66; +question.ss01 = -108; +questiondown.ss01 = -66; +parenleft = 23; +braceright = -91; +quotesinglbase = -73; +quotedblbase = -121; +quotedblbase.ss01 = -128; +quoteleft.ss01 = -68; +quoteright.ss01 = -68; }; -Jcircumflex = { -A = -21; -E = 4; -Jcircumflex = -18; -O = 9; -U = 14; -a = 4; -e = 3; -jcircumflex = 53; -o = 3; -parenright = 73; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -62; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -155; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -84; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -119; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -47; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 20; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -28; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -29; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_sixsuperior" = -34; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -29; +"@MMK_R_KO_colon" = -30; +"@MMK_R_KO_semicolon" = -29; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -48; +"@MMK_R_KO_asterisk" = -60; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = -65; +"@MMK_R_KO_period.ss01" = -50; +"@MMK_R_KO_comma.ss01" = -46; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_question.ss01" = -71; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = -48; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_braceright" = -79; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_quotedblleft" = -68; +"@MMK_R_KO_quotedblright" = -67; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -67; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -67; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -95; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -91; +"@MMK_R_KO_asciicircum" = -72; }; -K = { -Iogonek = 31; -Lslash = -25; -OE = -50; -Ydotbelow = 22; -Ydotbelow.ss01 = 22; -Ygrave = 22; -ampersand = -14; -asciitilde = -77; -at = -31; -backslash = 50; -dollar = -32; -ecircumflexacute = -33; -edieresis = -33; -eight = -15; -equal = -52; -jcircumflex = 24; -lcommaaccent.ss04 = 42; -less = -83; -logicalnot = -158; -minus = -107; -nine = -20; -numbersign = -59; -odieresis = -33; -parenleft = -11; -plus = -98; -rcaron = 17; -registered = -46; -seven = 16; -three = -17; -two = 27; -u = -31; -ygrave = -53; -yhookabove = -59; -ytilde = -52; +l = { +Hbar = 36; +l = 0; +hbar = 21; +igrave = 21; +ibreve = 30; +icaron = 26; +idieresis = 26; +jcircumflex = 22; +periodcentered.loclCAT = 42; +at = 0; +notequal = -57; +logicalnot = -61; }; -L = { -Dcroat = -45; -H = 0; -Iogonek = 35; -Jcircumflex = 19; -OE = -52; -Oslash = -9; -Tbar = -138; -Tcedilla = -127; -Ycircumflex = -146; -Ydieresis = -146; -Ydieresis.ss01 = -146; -Ydotbelow = -146; -Ydotbelow.ss01 = -146; -Ygrave = -146; -ampersand = -19; -asciitilde = -157; -at = -40; -backslash = -152; -eight = -16; -equal = -79; -five = -26; -idotbelow = -6; -less = -149; -logicalnot = -288; -minus = -234; -multiply = -60; -nine = -24; -numbersign = -76; -ordfeminine = -233; -ordmasculine = -227; -parenleft = -22; -plus = -129; -quotedbl = -148; -quoteleft = -73; -quoteleft.ss01 = -68; +registered = { +period = -61; +comma = -63; +slash = -92; +period.ss01 = -58; +comma.ss01 = -58; +parenright = -63; +parenright.case = -62; +trademark = -48; +}; +quotedblright.ss01 = { +icircumflex = 44; +g.ss06 = -87; +mu = -63; +questiondown.case = -117; +ellipsis.ss01 = -128; +questiondown.ss01 = -128; +asciitilde = -88; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -139; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = -151; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -78; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = -97; +"@MMK_R_KO_Y" = -105; +"@MMK_R_KO_Z" = -92; +"@MMK_R_KO_I.ss02" = -97; +"@MMK_R_KO_J.ss10" = -76; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 22; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = 23; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = -84; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -43; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = 13; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = -76; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 9; +"@MMK_R_KO_seven" = -114; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_foursuperior" = -71; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = -104; +"@MMK_R_KO_slash" = -73; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_parenright" = -102; +"@MMK_R_KO_bracketright" = -94; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -121; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -105; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -128; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -91; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -138; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -150; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -49; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -32; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_x" = -79; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = -112; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_g.ss06" = -29; +"@MMK_R_KO_t_t.liga" = -58; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = -56; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -56; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -61; +"@MMK_R_KO_semicolon" = -61; +"@MMK_R_KO_ellipsis" = -230; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -90; +"@MMK_R_KO_backslash" = 47; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = -39; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -214; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = -12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -61; +}; +published = { +parenright = -99; +parenright.case = -93; +}; +emdash.case = { +one.numr = -45; +seven.numr = -52; +question.ss01 = -91; +quotedblbase = -121; +quotedblbase.ss01 = -128; quoteright.ss01 = -68; -registered = -204; -seven = -74; -three = -19; -two = 18; }; -Lcaron = { -A = 28; -B = 0; -Ccaron = -48; -D = 0; -G = -47; -H = 0; -J = 19; -K = 0; -M = 0; -N = 0; -Ncaron = 0; -O = -47; -R = 0; -S = -22; -Scaron = -22; -T = -65; -U = -35; -Uacute = -35; -V = -63; -a = -37; -a.ss05 = -8; -comma = 21; -eightsuperior = -85; -fivesuperior = -88; -foursuperior = -118; -hyphen = -158; -hyphen.case = -169; -ninesuperior = -83; -onesuperior = -71; -parenright = -39; -period = 0; -question = -72; -sevensuperior = -71; -sixsuperior = -92; -threesuperior = -83; -twosuperior = -80; -u = -34; -uacute = -34; -v = -89; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -52; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = -45; +"@MMK_R_KO_I.ss02" = -50; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -9; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -52; +"@MMK_R_KO_ellipsis" = -80; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_hyphen.case" = 15; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -77; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_parenright.case" = -76; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_degree" = -32; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +Atilde = { +ordfeminine = -124; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 26; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_a" = 34; +"@MMK_R_KO_aacute" = 34; +"@MMK_R_KO_a.ss05" = 25; +"@MMK_R_KO_l" = 26; +"@MMK_R_KO_e" = 26; +"@MMK_R_KO_eacute" = 26; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 34; +"@MMK_R_KO_i" = 28; +"@MMK_R_KO_n" = 28; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_j" = 43; +"@MMK_R_KO_s" = 26; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 26; +"@MMK_R_KO_uacute" = 26; +"@MMK_R_KO_v" = 27; +"@MMK_R_KO_w" = 37; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = 24; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 21; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 27; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 25; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 39; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 28; +"@MMK_R_KO_endash" = 27; +"@MMK_R_KO_parenleft" = 29; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -23; +}; +quotesingle = { +Hbar = 36; +eacute = -57; +hbar = 31; +igrave = 27; +icaron = 58; +icircumflex = 58; +idieresis = 60; +imacron = 89; +itilde = 84; +jcircumflex = 54; +idieresis.ss01 = 36; +g.ss06 = -51; +mu = -25; +exclamdown = -34; +questiondown = -57; +backslash = 40; +questiondown.case = -57; +questiondown.ss01 = -57; +underscore = -57; +ampersand = -57; +lessequal = -57; +asciitilde = -44; }; -Lslash = { -Ydieresis = -146; -Ydieresis.ss01 = -146; +exclam = { +exclam = 0; +parenright = -12; +guillemetleft = -7; +guillemetright = -16; +}; +Imacron.ss02 = { +endash.case = -98; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -174; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 21; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 31; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -75; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_underscore" = 12; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -67; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -24; }; -M = { -Hbar = 34; -backslash = 29; -greater = 16; -ibreve = 56; -idieresis = 55; -idieresis.ss01 = 31; +imacron = { +ncommaaccent = -13; +lcommaaccent = 4; +three = 44; +exclam.ss01 = 83; +quotedbl = 68; }; -N = { -Hbar = 34; -backslash = 29; -degree = -17; -greater = 16; -idieresis = 55; -jcircumflex = 46; +three = { +icircumflex = 67; +braceright = -45; +bracketright.case = -35; +trademark = -32; }; -O = { -Dcroat = 34; -Eth = 34; -Hbar = 16; -Jcircumflex = -48; -Lslash = 28; -Oslash = 30; -Tbar = -27; -Tcedilla = -48; -Ydieresis = -50; -Ydieresis.ss01 = -50; -at = 18; -backslash = -21; -bracketright.case = -68; -eight = 11; -five = 8; -gbreve.ss06 = 4; -idieresis = 16; -less = 41; -parenleft = 26; -parenleft.case = 24; -parenright = -67; -parenright.case = -57; +radical = { +four = -75; +seven = 40; +hyphen = -73; +A = -123; +J = -127; +J.ss10 = -85; +a = -62; +d = -65; +a.ss05 = -59; +c = -67; +g = -62; +s = -53; +l.ss04 = 42; +g.ss06 = -62; }; -Oacute = { -Eth = 34; -Lslash = 28; -parenright = -65; +quotesinglbase = { +Iogonek = 25; +oslash = -23; +p = -19; +jcircumflex = 16; +germandbls = -67; +numbersign = -73; +parenleft.case = -64; +at = -60; +copyright = -73; +published = -73; +dollar = -57; +euro = -73; +minus = -73; +equal = -73; +approxequal = -73; }; -Ocircumflex = { -Lslash = 28; -Tcedilla = -48; +germandbls = { +a = 22; +d = 19; +a.ss05 = 20; +e = 14; +f = -2; +g = 22; +i = 4; +s = 22; +t = -3; +v = -2; +w = 0; +g.ss06 = 0; +t_i.liga = -3; +t_t.liga = -3; +period.ss01 = -27; +comma.ss01 = -20; +hyphen = 34; +parenright = -51; +bracketright = -59; +quotedblleft = -19; +quotesingle = -23; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 19; +"@MMK_R_KO_uacute" = 18; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = 11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_parenleft" = 27; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = -27; +"@MMK_R_KO_O" = -73; +"@MMK_R_KO_Oacute" = -73; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = -73; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -73; +"@MMK_R_KO_U" = -63; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -73; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_aacute" = -54; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -26; +"@MMK_R_KO_e" = -57; +"@MMK_R_KO_eacute" = -56; +"@MMK_R_KO_f" = -62; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -26; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_lslash" = -42; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -71; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -53; +"@MMK_R_KO_v" = -73; +"@MMK_R_KO_w" = -73; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = -29; +"@MMK_R_KO_t_t.liga" = -70; +"@MMK_R_KO_pi" = -52; +"@MMK_R_KO_zero" = -72; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -46; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -50; +"@MMK_R_KO_six" = -64; +"@MMK_R_KO_seven" = -73; +"@MMK_R_KO_eight" = -41; +"@MMK_R_KO_nine" = -52; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_question" = -73; +"@MMK_R_KO_asterisk" = -73; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_hyphen.case" = -73; +"@MMK_R_KO_quotedblleft" = -73; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -53; +"@MMK_R_KO_plus" = -73; +"@MMK_R_KO_percent" = -73; }; Odieresis = { -Eth = 34; -gbreve.ss06 = 4; +Eth = 28; +Germandbls = 16; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -44; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -100; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_two" = 11; +"@MMK_R_KO_three" = 2; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = -12; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -24; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_parenright.case" = -38; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_degree" = -29; +"@MMK_R_KO_plus" = -16; +"@MMK_R_KO_percent" = 0; }; -Odieresis.ss01 = { -Eth = 34; +e = { +idieresis = 0; +germandbls = -19; +gbreve.ss06 = -2; +seven = -64; +emdash = 13; +registered = -14; +logicalnot = -52; +asciitilde = 23; }; -Ograve = { -Lslash = 28; +Oacute = { +Eth = 28; +Lslash = 30; }; -Omacron = { -Eth = 34; -Lslash = 28; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 55; +"@MMK_R_KO_H" = 23; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 46; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -71; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = 56; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = 55; +"@MMK_R_KO_I.ss02" = 68; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 24; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 25; +"@MMK_R_KO_i" = 24; +"@MMK_R_KO_n" = 22; +"@MMK_R_KO_icircumflex" = 38; +"@MMK_R_KO_imacron" = 51; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 40; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 35; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = 52; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 38; +"@MMK_R_KO_comma" = 37; +"@MMK_R_KO_colon" = 42; +"@MMK_R_KO_semicolon" = 41; +"@MMK_R_KO_ellipsis" = 14; +"@MMK_R_KO_exclam" = 34; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 47; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = 14; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = 32; +"@MMK_R_KO_hyphen.case" = 23; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -55; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -43; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -168; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 21; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 20; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -48; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_underscore" = 17; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -73; +"@MMK_R_KO_asciicircum" = -34; }; -Oslash = { -Eth = 34; -G = 30; -G.ss07 = 30; -J = -48; -O = 30; -Oslash = 30; -S = 5; -T = -4; -V = 0; -Y = -2; -comma = -45; -comma.ss01 = -64; -d = 20; -e = 20; -g = 22; -hyphen = 24; -hyphen.case = 36; -k = 8; -l = 8; -l.ss03 = 10; -l.ss04 = 15; -period = -46; -period.ss01 = -63; -r = 4; -s = 3; -v = 14; -y = 14; +Germandbls = { +B = 10; +E = 10; +I = 10; +L = 10; +S = 33; +T = -11; +Z = -2; +a = 25; +foursuperior = -52; +hyphen = 38; }; -P = { -Jcircumflex = -149; -Lslash = -9; -OE = 14; -Oslash = 15; -Tcedilla = -18; -ampersand = -47; -bracketright.case = -51; -ellipsis.ss01 = -227; -exclam.ss01 = 23; -five = 7; -fourinferior = -118; -idieresis = 55; -lcommaaccent = 6; -lcommaaccent.ss04 = 12; -less = 14; -nine = 27; -parenleft = 7; -seven = 29; -three = 15; -threeinferior = -34; -two = 27; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -107; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = -66; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_Y" = -74; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_icircumflex" = -9; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = -4; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = -14; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = -13; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -12; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -33; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -53; +"@MMK_R_KO_quotedblright.ss01" = -49; +"@MMK_R_KO_quoteright.ss01" = -51; }; -Q = { -Dcroat = 4; -backslash = -38; -minus = 0; -plus = 0; -registered = -15; -seven = -18; -two = 32; +six.dnom = { +question = -80; +question.ss01 = -95; +parenright = -71; +quotedblleft = -119; +quotedblright = -118; +quoteleft = -63; +quoteright = -73; +quotedbl = -102; +quotesingle = -57; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -101; }; -R = { -Hbar = 53; -Iogonek = 7; -Jcircumflex = 12; -Oslash = 3; -Tcedilla = -19; -Ydieresis = -17; -ampersand = 0; -eight = 11; -greater = 28; -idieresis = 55; -jcircumflex = 63; -nine = 17; -seven = 15; -three = 9; -two = 21; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -47; }; -S = { -Abrevetilde = -3; -Hbar = 36; -Lslash = 22; -OE = 7; -Oslash = 8; -Tcedilla = -29; -Ycircumflex = -30; -ampersand = 18; -bracketright.case = -40; -dollar = 12; -eight = 24; -five = 18; -greater = 34; -hbar = 23; -ibreve = 33; -idieresis = 34; -idieresis.ss01 = 25; -minus = -2; -nine = 9; -parenleft = 15; -plus = 0; -three = 29; -two = 5; +less = { +two = 39; +three = 35; +parenright = -46; +less = -57; +S = 35; }; -Scaron = { -iogonek = 6; +Acircumflex = { +six = -38; }; -Scedilla = { -parenright = -46; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -63; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -63; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 24; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -63; +"@MMK_R_KO_aacute" = -61; +"@MMK_R_KO_a.ss05" = -48; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_eacute" = -63; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -63; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -10; +"@MMK_R_KO_zero" = -18; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 9; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -22; +"@MMK_R_KO_seven" = 40; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = 18; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -63; +"@MMK_R_KO_question" = 24; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = -63; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -63; +"@MMK_R_KO_endash.case" = -30; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_degree" = -3; +"@MMK_R_KO_plus" = -52; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -157; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_J" = -189; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = -40; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -202; +"@MMK_R_KO_a" = -70; +"@MMK_R_KO_a.ss05" = -60; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -70; +"@MMK_R_KO_i" = -23; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = -25; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_z" = -36; +"@MMK_R_KO_t_t.liga" = -8; }; -T = { -Acircumflex = -124; -Acircumflexacute = -121; -Acircumflexdotbelow = -124; -Acircumflexgrave = -121; -Amacron = -110; -Atilde = -123; -Hbar = 2; -Lslash = -30; -OE = -48; -Oslash = -48; -Ycircumflex = 16; -Ydotbelow = 16; -Ygrave = 16; -a.ss05 = -145; -aacute.ss05 = -131; -abreve = -68; -abreveacute = -70; -abrevedotbelow = -68; -abrevegrave = -69; -acircumflex = -90; -acircumflex.ss05 = -76; -acircumflexacute = -48; -acircumflexacute.ss05 = -32; -acircumflexdotbelow = -90; -acircumflexdotbelow.ss01 = -90; -acircumflexgrave = -96; -acircumflexhookabove = -96; -acircumflexhookabove.ss05 = -80; -acircumflextilde = -72; -adieresis = -73; -adieresis.ss05 = -67; -adotbelow.ss05 = -145; -ae = -148; -agrave = -82; -ahookabove = -101; -ahookabove.ss05 = -85; -amacron = -60; -ampersand = -63; -aogonek.ss05 = -145; -aring = -80; -asciitilde = -143; -at = -75; -atilde = -70; -backslash = 37; -e = -154; -eacute = -148; -ecaron = -62; -ecircumflexacute = -45; -edieresis = -72; -edotaccent = -120; -egrave = -78; -ehookabove = -95; -eight = -24; -emacron = -55; -equal = -75; -hbar = 0; -i.ss01 = -5; -iacute = -36; -ibreve = 79; -idieresis = 60; -idieresis.ss01 = 54; -idotaccent.ss01 = -5; -idotbelow = -26; -idotless = -84; -ihookabove = 7; -less = -135; -logicalnot = -206; -minus = -150; -multiply = -59; -numbersign = -74; -oacute = -154; -ocircumflexacute = -49; -odieresis = -74; -ograve = -84; -ohookabove = -105; -ohorngrave = -84; -ohungarumlaut = -111; -omacron = -61; -otilde = -72; -parenleft = -38; -plus = -122; -racute = -67; -rcaron = 0; -registered = -39; -scaron = -47; -scircumflex = -68; -seven = 16; -three = -28; -two = -22; -twoinferior = -153; -uacute = -128; -ubreve = -63; -ucircumflex = -83; -udieresis = -66; -udieresis.ss01 = -76; -ugrave = -79; -uhookabove = -93; -uhorngrave = -79; -uhornhookabove = -93; -uhungarumlaut = -103; -umacron = -55; -uring = -75; -utilde = -64; -ycircumflex = -74; -ygrave = -67; -yhookabove = -83; -zeroinferior = -157; +ellipsis.ss01 = { +Dcroat = -72; +Tbar = -197; +tbar = -81; +twosuperior = -197; +threesuperior = -214; +fivesuperior = -220; +eightsuperior = -220; +question.ss01 = -117; +parenleft = -51; +braceright = -89; +parenleft.case = -72; +quoteleft.ss01 = -68; +quoteright.ss01 = -68; }; -Tbar = { -A = -104; -Aacute = -104; -Tbar = 19; -comma = -73; -comma.ss01 = -68; -guilsinglleft = -45; -oslash = -39; -period = -71; -period.ss01 = -68; -slash = -122; -tbar = -35; +u = { +l = 0; +idieresis = 2; +s = 0; +germandbls = 0; +logicalnot = -59; }; -Tcaron = { -a.ss05 = -145; -udieresis = -66; +colon.ss01 = { +T = -68; +V = -64; +Y = -68; +zero = -22; +one = -49; +three = -25; +four = -68; +onesuperior = -61; +sevensuperior = -68; +emdash = -68; +parenright = -65; +braceright = -68; +bracketright = -68; }; -Tcedilla = { -Tcedilla = 17; -a.ss05 = -145; -abreve = -68; -amacron = -60; -umacron = -55; +ocircumflexacute = { +sevensuperior = -28; +parenright = -6; +bracketright = -6; +quotedbl = -55; +quotesingle = -52; }; -Tcommaaccent = { -a.ss05 = -145; -abreve = -68; -acircumflex = -90; -amacron = -60; +egrave = { +T = -147; }; -Thorn = { -Eth = 30; +Jcircumflex = { +jcircumflex = 69; +parenright = 15; +bracketright = 11; +parenright.case = 28; +bracketright.case = 10; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 31; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = 26; +"@MMK_R_KO_a" = 21; +"@MMK_R_KO_aacute" = 21; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_icircumflex" = 67; +"@MMK_R_KO_imacron" = 84; +"@MMK_R_KO_itilde" = 71; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 25; +"@MMK_R_KO_s" = 25; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 33; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -39; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 32; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -21; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 18; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -50; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_bracketright.case" = -34; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -43; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 27; +"@MMK_R_KO_J" = -158; +"@MMK_R_KO_G.ss07" = 33; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -168; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -95; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = -83; +"@MMK_R_KO_I.ss02" = -101; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 22; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 27; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 24; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -31; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -42; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -43; +"@MMK_R_KO_f" = -50; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -37; +"@MMK_R_KO_v" = -63; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -64; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -10; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -59; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -58; +"@MMK_R_KO_fivesuperior" = -20; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -33; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_parenleft" = -28; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -46; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -10; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -61; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = -39; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -61; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = -61; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_pi" = -27; +"@MMK_R_KO_zero" = -53; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_two" = 23; +"@MMK_R_KO_three" = -21; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -20; +"@MMK_R_KO_six" = -40; +"@MMK_R_KO_seven" = -61; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = -23; +"@MMK_R_KO_sixsuperior" = -61; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -61; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -61; +"@MMK_R_KO_quotedblright" = -61; +"@MMK_R_KO_quoteleft" = -61; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -61; +"@MMK_R_KO_quotesingle" = -57; +}; +udieresis = { +germandbls = -7; }; -U = { -Dcroat = 11; -Eth = 11; -Germandbls = 4; -Hbar = 46; -Idieresis = 4; -Igrave = 4; -Lcommaaccent = 4; -Lslash = 11; -Tcedilla = 11; -backslash = 34; -greater = 17; -hbar = 45; -jcircumflex = 57; +E = { +Hbar = 0; +igrave = 48; +idieresis = 0; +jcircumflex = 3; +germandbls = -43; +idieresis.ss01 = 50; +zero = -23; +two = 24; +six = -27; seven = 12; -yhookabove = 8; +numbersign = -59; +registered = -33; +multiply = -54; +logicalnot = -69; +asciitilde = -2; }; -Uacute = { -Eth = 11; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -72; +"@MMK_R_KO_Oacute" = -72; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = -68; +"@MMK_R_KO_S" = -33; +"@MMK_R_KO_T" = -163; +"@MMK_R_KO_U" = -48; +"@MMK_R_KO_V" = -184; +"@MMK_R_KO_W" = -101; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -161; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_v" = -102; +"@MMK_R_KO_w" = -79; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -63; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = -32; +"@MMK_R_KO_four" = -195; +"@MMK_R_KO_five" = -38; +"@MMK_R_KO_six" = -49; +"@MMK_R_KO_seven" = -85; +"@MMK_R_KO_eight" = -24; +"@MMK_R_KO_nine" = -38; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_asterisk" = -141; +"@MMK_R_KO_slash" = 54; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 22; +"@MMK_R_KO_colon.ss01" = 22; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_quotedblright" = -121; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblright.ss01" = -128; +}; +Lcaron = { +A = 15; +B = 0; +M = 0; +N = 0; +K = 0; +C = -70; +O = -69; +G = -71; +Ccaron = -70; +Ocircumflex = -69; +J = 14; +S = -26; +Scaron = -26; +T = -75; +U = -44; +Uacute = -44; +V = -73; +W = -69; +Zcaron = 24; +I.ss02 = 23; +a = -56; +u = -52; +v = -104; +w = -81; +sixsuperior = -100; +onesuperior = -80; +twosuperior = -86; +threesuperior = -89; +foursuperior = -122; +fivesuperior = -95; +sevensuperior = -75; +eightsuperior = -91; +ninesuperior = -99; +period = 0; +comma = 8; +question = -79; +question.ss01 = -94; +hyphen = -179; +hyphen.case = -189; +parenright = -48; +quotedblleft = -101; +quoteleft = -63; +guillemetleft = -73; +guilsinglleft = -73; +quotedbl = -87; +quotesingle = -57; +quotedblleft.ss01 = -96; +quoteleft.ss01 = -68; }; -Udieresis = { -Germandbls = 4; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -91; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -103; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -169; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -79; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = -88; +"@MMK_R_KO_I.ss02" = -90; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -27; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = 19; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 18; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 24; +"@MMK_R_KO_w" = 32; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = 21; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -16; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_one" = -40; +"@MMK_R_KO_four" = -45; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = 11; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -110; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -88; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_underscore" = -102; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -74; +"@MMK_R_KO_braceright" = -72; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = -14; +}; +Udieresis.ss01 = { +b = 8; +}; +twosuperior = { +A = -86; +fraction = -5; +period = -61; +comma = -63; +slash = -85; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -32; +parenright = -24; +parenright.case = -24; }; -V = { -Abrevetilde = -150; -Acircumflex = -117; -Acircumflexacute = -114; -Acircumflexdotbelow = -117; -Acircumflextilde = -115; -Amacron = -104; -Atilde = -116; -Dcroat = -41; -Eth = -41; -Jcircumflex = -85; -OE = -37; -Oslash = -37; -abreve = -59; -abreve.ss05 = -45; -acircumflexacute = -45; -adieresis = -67; -adieresis.ss05 = -58; -amacron = -46; -amacron.ss05 = -32; -ampersand = -58; +period = { +g.ss06 = 24; +ordfeminine = -61; +ordmasculine = -61; +twosuperior = -61; +threesuperior = -61; +fivesuperior = -61; +eightsuperior = -61; +parenleft = -19; +braceright = -61; +parenleft.case = -40; +}; +uhorntilde = { +a = -25; +a.ss05 = -25; +n = -14; +u = -7; +period = -35; +comma = -36; +ellipsis = -54; +question = 38; +period.ss01 = -46; +ellipsis.ss01 = -53; +comma.ss01 = -45; +parenright = -25; +quotedblright = 21; +quotedbl = 17; +}; +nine = { +ordmasculine = -5; +underscore = -62; +braceright = -73; +braceright.case = -68; +bracketright.case = -68; +trademark = -58; +asciicircum = -43; +}; +T = { +Hbar = 0; +Lslash = -36; +Oslash = -75; +Tbar = 13; +aacute = -150; +agrave = -106; +adotbelow = -150; +adotbelow.ss01 = -150; +aogonek = -150; +adieresis = -107; +ahookabove = -123; +ae = -151; +a.ss05 = -151; +aacute.ss05 = -143; +aogonek.ss05 = -151; +adotbelow.ss05 = -151; +cacute = -152; +ccedilla = -154; +eacute = -152; +edotaccent = -129; +eogonek = -153; +edotbelow = -153; +edotbelow.ss01 = -153; +edotaccent.ss01 = -126; +egrave = -90; +ecaron = -75; +ehookabove = -114; +oacute = -152; +ohookabove = -121; +ograve = -96; +ocircumflexhookabove = -111; +ohungarumlaut = -120; +odotbelow = -154; +ohorngrave = -96; +ohornacute = -152; +odotbelow.ss01 = -154; +oslash = -154; +gbreve = -71; +i.ss01 = -6; +idotaccent.ss01 = -6; +iacute = -42; +igrave = 40; +rcaron = 0; +ihookabove = 0; +idotless = -74; +ibreve = 71; +icaron = 70; +idieresis = 0; +racute = -83; +scaron = -52; +scircumflex = -88; +uacute = -131; +uhorndotbelow = -131; +uhorndotbelow.ss01 = -131; +ugrave = -90; +udotbelow = -131; +uogonek = -131; +uhorngrave = -90; +uhornacute = -131; +udotbelow.ss01 = -131; +uhornhookabove = -108; +ygrave = -81; +ycircumflex = -97; +yhookabove = -103; +zcaron = -54; +idieresis.ss01 = 46; +zero = -64; +six = -61; +seven = 18; +zeroinferior = -166; +twoinferior = -182; +numbersign = -79; +endash.case = -162; +parenleft.case = -50; +guilsinglleft = -100; +guilsinglright = -110; +at = -85; +ampersand = -71; +registered = -50; +plus = -142; +minus = -197; +multiply = -68; +divide = -162; +equal = -103; +less = -181; +greaterequal = -105; +plusminus = -146; +approxequal = -140; +logicalnot = -215; +asciitilde = -176; +}; +quotesinglbase.ss01 = { +Dcroat = -68; +T = -68; +Tcaron = -68; +V = -68; +W = -68; +Y = -68; +oslash = -14; +germandbls = -64; +numbersign = -68; +question.ss01 = -68; +parenleft.case = -60; +quoteright.ss01 = -68; at = -55; -backslash = 46; -ccaron = -55; -ecaron = -51; -ecircumflexacute = -42; -edieresis = -61; -eight = -17; -emacron = -45; -equal = -38; -iacute = -30; -ibreve = 93; -idieresis = 73; -idieresis.ss01 = 65; -less = -48; +copyright = -68; +published = -68; +euro = -68; minus = -68; -ocircumflexacute = -46; -odieresis = -68; -odieresis.ss01 = -77; -otilde = -62; -parenleft = -33; -plus = -60; -racute = -43; -scaron = -40; -seven = 41; -three = -22; -two = -14; -twoinferior = -88; -zcaron = -33; +equal = -68; +approxequal = -68; }; -W = { -Hbar = 44; -Lslash = -24; -Ycircumflex = 34; -adieresis = -46; -adieresis.ss05 = -39; -ampersand = -46; -backslash = 64; -idieresis = 77; -minus = -41; -odieresis = -47; -plus = -39; -seven = 39; -three = -10; -threeinferior = -65; -two = -2; +Q = { +Dcroat = 20; +two = 56; +seven = -7; +registered = -2; }; -X = { -ampersand = -14; +quoteright = { +Hbar = 0; +a.ss05 = -73; +eacute = -73; +hbar = 13; +igrave = 12; +icircumflex = 30; +idieresis = 45; +imacron = 72; +itilde = 61; +jcircumflex = 25; +scaron = -68; +x = -55; +g.ss06 = -73; +gdotaccent.ss06 = -73; +mu = -63; +questiondown = -73; +questiondown.case = -73; +quotedblbase = -73; +euro = -66; asciitilde = -73; -at = -29; -backslash = 43; -ecircumflexacute = -27; -eight = -14; -equal = -50; -ibreve = 72; -idieresis = 47; -less = -83; -logicalnot = -158; -minus = -107; -multiply = -50; -nine = -20; -notequal = -65; -numbersign = -56; -plus = -98; -registered = -51; -three = -17; -two = 27; -}; -Y = { -Acircumflex = -118; -Amacron = -111; -Eth = -42; -Lslash = -29; -Oslash = -50; -Ydieresis = 33; -adieresis = -72; -agrave = -78; -agrave.ss05 = -67; -amacron = -51; -amacron.ss05 = -33; -ampersand = -65; -asciitilde = -94; -at = -69; -backslash = 43; -ecircumflex = -84; -ecircumflexacute = -40; -ecircumflexhookabove = -91; -egrave = -73; -eight = -23; -equal = -49; -iacute = -34; -less = -74; -logicalnot = -135; -minus = -98; -multiply = -50; -nine = -22; -numbersign = -48; -ograve = -80; -parenleft = -42; -plus = -89; -registered = -36; -scaron = -39; -seven = 31; -three = -28; -two = -20; -twoinferior = -135; -udieresis = -62; -umacron = -46; }; -Yacute = { -Eth = -40; -udieresis = -62; +minus = { +one = -94; +two = -23; +three = -6; +seven = -70; +one.numr = -54; +seven.numr = -61; +period = -61; +comma = -63; +period.ss01 = -58; +comma.ss01 = -58; +parenright = -123; +parenright.case = -113; +quotedblleft = -72; +quotedblright = -56; +quoteleft = -63; +quoteright = -56; +guillemetright = -52; +quotedbl = -55; +quotesingle = -55; +quotedblleft.ss01 = -86; +quoteleft.ss01 = -68; +quotedblright.ss01 = -74; +quoteright.ss01 = -68; +tenge = -51; +yen = -57; +x = -49; }; -Z = { -Lslash = -30; -adieresis = -25; -asciitilde = -104; -at = -31; -backslash = 38; -equal = -49; -ibreve = 78; -less = -84; -logicalnot = -158; -minus = -108; -numbersign = -54; -plus = -99; -rcaron = 14; -registered = -37; -seven = 25; -two = 21; +ldot.ss04 = { +a = 17; +e = 6; +period = -61; +comma = -63; }; -Zcaron = { -Dcroat = -42; -Iogonek = 38; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 29; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_W" = -53; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = -38; +"@MMK_R_KO_I.ss02" = -55; +"@MMK_R_KO_J.ss10" = 23; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_y" = -53; +"@MMK_R_KO_z" = -53; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_two" = -7; +"@MMK_R_KO_three" = 30; +"@MMK_R_KO_four" = 34; +"@MMK_R_KO_five" = 25; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -55; +"@MMK_R_KO_eight" = 30; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -68; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_foursuperior" = -63; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_ninesuperior" = -73; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -78; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = -32; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_hyphen.case" = -43; +"@MMK_R_KO_endash.case" = -69; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_parenright.case" = -63; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -61; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -71; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -69; +"@MMK_R_KO_degree" = -79; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = -61; +}; +acircumflexacute.ss05 = { +t = -26; +y = -33; +t_i.liga = -26; +t_t.liga = -26; +question = -41; +question.ss01 = -49; }; -a = { -asciitilde = 0; -backslash = -40; -germandbls = 0; -jcircumflex = 0; -logicalnot = -54; -notequal = -54; -parenleft = 0; -plus = -5; -r = 0; -registered = -14; -seven = -10; +p = { +seven = -66; +registered = -19; }; -a.ss05 = { -T = -136; -backslash = -76; -gbreve.ss06 = 37; -gcircumflex.ss06 = 37; -gcommaaccent.ss06 = 37; -germandbls = -24; -jcircumflex = 0; -seven = -54; +idotaccent = { +T = -36; +idieresis = 9; +parenright = -45; }; -aacute = { -parenright = -40; +summation = { +n = -85; }; -abreve = { -parenright = -40; +eth = { +a = 13; +d = 7; +aacute = 13; +e = 3; +o = 2; +eth = 0; +odieresis = 2; +f = -14; +f_f.liga = -14; +f_f_i.liga = -14; +fi = -14; +f_y.liga = -14; +fl = -14; +g = 12; +i = 0; +j = -3; +s = 9; +t = -15; +u = 11; +v = -21; +y = -26; +t_i.liga = -15; +t_t.liga = -15; +period = -29; +comma = -29; +period.ss01 = -47; +comma.ss01 = -39; +hyphen = 25; +parenright = -56; +bracketright = -51; +quotedblleft = -51; +quoteleft = -49; +quotedbl = -42; }; -abreveacute = { -parenright = -40; +igrave = { +parenright = -60; }; -abrevedotbelow = { -parenright = -40; +three.numr = { +fraction = -13; }; -abrevedotbelow.ss05 = { -c = -8; -t = -22; -t_i.liga = -22; -t_t.liga = -22; +Aring = { +endash.case = -92; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -143; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = -39; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -50; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -40; +"@MMK_R_KO_trademark" = -74; +"@MMK_R_KO_asciicircum" = -53; }; -abrevegrave = { -parenright = -40; -sevensuperior = -67; +lcommaaccent = { +j = 0; }; -abrevehookabove = { -parenright = -40; +quoteright.ss01 = { +igrave = 16; +icircumflex = 44; +imacron = 69; +itilde = 71; +jcircumflex = 40; +idieresis.ss01 = 28; +g.ss06 = -68; +gdotaccent.ss01.ss06 = -68; +mu = -58; +questiondown.case = -68; +questiondown.ss01 = -68; +quotedblbase.ss01 = -68; +asciitilde = -68; }; -abrevetilde = { -parenright = -40; +backslash = { +p = 27; +g.ss06 = 68; +backslash = -151; +underscore = 54; +quoteright.ss01 = -68; }; -acircumflexacute = { -parenright = -40; -sevensuperior = -67; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 33; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_T" = 50; +"@MMK_R_KO_U" = 44; +"@MMK_R_KO_V" = 71; +"@MMK_R_KO_X" = 39; +"@MMK_R_KO_Y" = 73; +"@MMK_R_KO_Z" = 60; +"@MMK_R_KO_I.ss02" = 54; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 27; +"@MMK_R_KO_onesuperior" = 37; +"@MMK_R_KO_twosuperior" = 47; +"@MMK_R_KO_threesuperior" = 42; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 54; +"@MMK_R_KO_sevensuperior" = 85; +"@MMK_R_KO_eightsuperior" = 47; +"@MMK_R_KO_ninesuperior" = 21; +"@MMK_R_KO_period" = -39; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -67; +"@MMK_R_KO_exclam" = 40; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -50; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 2; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = 96; +"@MMK_R_KO_bracketright" = 96; +"@MMK_R_KO_parenright.case" = 96; +"@MMK_R_KO_bracketright.case" = 95; +"@MMK_R_KO_quotedblright" = 51; +"@MMK_R_KO_quoteright" = 50; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 39; +"@MMK_R_KO_quotesingle" = 39; +"@MMK_R_KO_quotedblright.ss01" = 43; +"@MMK_R_KO_quoteright.ss01" = 43; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 36; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 41; +"@MMK_R_KO_U" = 48; +"@MMK_R_KO_V" = 51; +"@MMK_R_KO_W" = 64; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = 53; +"@MMK_R_KO_Z" = 40; +"@MMK_R_KO_I.ss02" = 51; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 22; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 23; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 39; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 21; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 16; +"@MMK_R_KO_onesuperior" = 38; +"@MMK_R_KO_twosuperior" = 30; +"@MMK_R_KO_threesuperior" = 25; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 20; +"@MMK_R_KO_sevensuperior" = 33; +"@MMK_R_KO_eightsuperior" = 26; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 38; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = 91; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = 37; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 37; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 29; +"@MMK_R_KO_quotesingle" = 29; +"@MMK_R_KO_quotedblleft.ss01" = 11; +"@MMK_R_KO_quotedblright.ss01" = 33; +"@MMK_R_KO_quoteright.ss01" = 33; +"@MMK_R_KO_trademark" = 20; +"@MMK_R_KO_asciicircum" = -43; }; -acircumflexdotbelow = { -parenright = -40; -sevensuperior = -67; +parenright.case = { +T = -51; +V = -35; +Y = -43; +Yacute = -43; +period = -40; +comma = -38; +slash = -39; +period.ss01 = -51; +comma.ss01 = -48; +hyphen.case = 23; +emdash.case = 22; +parenleft.case = 18; +parenright.case = -52; +braceright.case = -53; +bracketright.case = -54; +quotedbl = -14; }; -acircumflexdotbelow.ss05 = { -t = -22; -t_i.liga = -22; -t_t.liga = -22; -y = -33; +degree = { +zero = -32; +three = -13; +four = -123; +five = -19; +six = -36; +period = -61; +comma = -63; +slash = -144; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -167; +emdash = -192; +endash = -88; +hyphen.case = -70; +emdash.case = -75; +parenright = -49; +bracketright = -45; +parenright.case = -48; +bracketright.case = -46; +g.ss06 = -65; }; -acircumflexgrave.ss05 = { -y = -33; +H = { +H = 0; +Hbar = 36; +igrave = 34; +ibreve = 65; +idieresis = 67; +jcircumflex = 62; +x = 0; +idieresis.ss01 = 37; +exclam = 0; +endash = 0; +ampersand = 0; }; -acircumflexhookabove.ss05 = { -y = -33; +lessequal = { +parenright = -75; +greaterequal = -56; +lessequal = -67; +Y = -69; +n = -43; }; -acircumflextilde = { -parenright = -40; +mu = { +mu = 2; +pi = 0; +one = -42; +onesuperior = -59; +twosuperior = -5; +sevensuperior = -66; +period.ss01 = -13; +comma.ss01 = -9; +hyphen = 2; +parenright = -58; +braceright = -72; +bracketright = -74; +quotedblleft = -34; +quotedblright = -27; +quoteleft = -31; +quoteright = -23; +quotedbl = -30; +quotesingle = -26; +trademark = -74; +asciicircum = -53; }; -acircumflextilde.ss05 = { -y = -33; +questiondown = { +p = 2; +questiondown = 52; }; -adieresis = { -germandbls = 0; +A = { +B = 1; +H = 1; +E = 1; +F = 1; +I = 1; +L = 1; +R = 1; +M = 1; +N = 1; +D = 1; +P = 1; +K = 1; +Iacute = 1; +Ntilde = 1; +Idieresis = 1; +Dcroat = -43; +Eth = -43; +Lslash = -28; +Tbar = -140; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 0; +jcircumflex = -2; +germandbls = -37; +tbar = -46; +gbreve.ss06 = 16; +ordfeminine = -124; +ordmasculine = -124; +zero = -49; +two = 41; +three = -16; +five = -21; +six = -38; +seven = -76; +eight = -13; +nine = -25; +numbersign = -48; +endash.case = -92; +parenleft.case = -35; +quotedblleft.ss01 = -128; +at = -27; +ampersand = -9; +registered = -97; +dollar = -28; +plus = -76; +minus = -93; +multiply = -47; +divide = -80; +equal = -39; +notequal = -93; +less = -66; +approxequal = -74; +logicalnot = -116; +asciitilde = -58; }; -adieresis.ss05 = { -germandbls = -21; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -57; +"@MMK_R_KO_Oacute" = -57; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -40; +"@MMK_R_KO_eacute" = -38; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 54; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -30; +"@MMK_R_KO_v" = -79; +"@MMK_R_KO_w" = -67; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = -79; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -78; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_backslash" = 27; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = -72; +"@MMK_R_KO_endash" = -98; +"@MMK_R_KO_underscore" = 15; +"@MMK_R_KO_hyphen.case" = -105; +"@MMK_R_KO_parenleft" = -18; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -111; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 27; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -31; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = 23; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 20; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 8; +"@MMK_R_KO_three" = 28; +"@MMK_R_KO_four" = 28; +"@MMK_R_KO_five" = 23; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 24; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -14; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_parenright.case" = -37; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; }; -ampersand = { -one = -75; -parenright = -49; -quotedbl = -89; -quotedblleft = -137; -quotedblright = -137; -quoteright = -73; -quotesingle = -67; -seven = -83; -v = -57; -w = -47; -y = -59; +ohornacute = { +c = 19; +i = 15; +idotaccent = 15; +i.ss01 = 15; +idotaccent.ss01 = 15; +m = 15; +n = 15; +p = 15; +t = -8; +u = 21; +t_i.liga = -8; +t_i.liga.ss01 = -8; +t_t.liga = -8; +parenright = -48; }; -aogonek = { -comma = 2; -j = 18; -parenright = 0; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -96; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -102; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -166; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -80; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -98; +"@MMK_R_KO_I.ss02" = -90; +"@MMK_R_KO_J.ss10" = -103; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -40; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 22; +"@MMK_R_KO_w" = 25; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 19; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -31; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_four" = -83; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 17; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 25; +"@MMK_R_KO_semicolon" = 28; +"@MMK_R_KO_ellipsis" = -115; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -86; +"@MMK_R_KO_backslash" = -13; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -101; +"@MMK_R_KO_endash" = -74; +"@MMK_R_KO_underscore" = -102; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_braceright" = -75; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -57; +"@MMK_R_KO_asciicircum" = -11; +}; +Ycircumflex = { +a.ss05 = -96; }; -aogonek.ss05 = { -comma = 55; -j = 65; -j.ss01 = 65; -parenright = 25; +Ograve = { +Lslash = 30; }; -approxequal = { -one = -39; -parenright = -106; -parenright.case = -100; +Hbar = { +Hbar = 103; +Idieresis.ss01 = 17; +exclam.ss01 = 19; }; -asciicircum = { -X = -90; -asterisk = -28; -bracketright = -103; -bracketright.case = -104; -comma = -73; -comma.ss01 = -68; -four = -104; -hyphen = -142; -hyphen.case = -75; -one = -39; -parenright = -107; -parenright.case = -103; -period = -71; -period.ss01 = -68; -semicolon = -36; -slash = -156; -three = -35; -two = -30; -x = -35; +Y = { +Eth = -43; +Lslash = -29; +Oslash = -58; +aacute = -107; +a.ss05 = -96; +aacute.ss05 = -92; +aogonek.ss05 = -96; +eth = -88; +ccedilla = -121; +eacute = -119; +edotbelow = -119; +edotbelow.ss01 = -119; +egrave = -82; +ecircumflexacute = -90; +oacute = -120; +odotbelow = -120; +odotbelow.ss01 = -120; +oslash = -120; +iacute = -37; +ntilde = -73; +ncaron = -67; +igrave = 51; +idieresis = 56; +scaron = -43; +zcaron = -44; +idieresis.ss01 = 59; +zero = -54; +two = -27; +three = -32; +six = -54; +seven = 31; +eight = -29; +nine = -27; +twoinferior = -139; +numbersign = -64; +ellipsis.ss01 = -185; +endash.case = -77; +parenleft.case = -43; +at = -75; +ampersand = -70; +registered = -39; +plus = -106; +minus = -129; +multiply = -64; +equal = -62; +notequal = -121; +less = -105; +lessequal = -138; +logicalnot = -163; +asciitilde = -111; }; -asciitilde = { -X = -188; -asterisk = -92; -bracketright = -166; -bracketright.case = -167; -comma = -73; -comma.ss01 = -68; -eight = -98; -exclam = -90; -exclam.ss01 = -91; -five = -91; -four = -100; -hyphen = -119; -nine = -78; -one = -110; -parenleft = -84; -parenright = -143; -parenright.case = -134; -period = -71; -period.ss01 = -68; -question = -102; -question.ss01 = -109; -quotedbl = -109; -quotedblleft = -127; -quotedblright = -126; -quoteright = -73; -quotesingle = -67; -seven = -95; -six = -81; -slash = -182; -three = -99; -two = -92; -v = -87; -w = -83; -y = -89; -zero = -78; +acircumflexacute = { +sevensuperior = -18; +parenright = 0; }; -asterisk = { -g.ss06 = -31; -l.ss04 = 25; +odieresis.ss01 = { +germandbls = -12; }; -at = { -A = -45; -C = 21; -G = 21; -J = -73; -O = 21; -T = -66; -V = -46; -X = -59; -Y = -61; -a = 0; -c = 0; -d = 0; -e = 0; -g = 0; -parenright = -78; -parenright.case = -68; +foursuperior = { +A = -106; +period = -61; +comma = -63; +slash = -106; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -66; }; -atilde = { -parenright = -40; +eight = { +icircumflex = 56; +braceright = -52; +bracketright.case = -39; +trademark = -42; }; -b = { -backslash = -63; -eight = 12; -notequal = -40; -parenleft = 17; -registered = -23; -seven = -45; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = -13; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_underscore" = -11; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -60; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -154; +"@MMK_R_KO_H" = 13; +"@MMK_R_KO_O" = -46; +"@MMK_R_KO_Oacute" = -46; +"@MMK_R_KO_J" = -142; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = 28; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 42; +"@MMK_R_KO_W" = 45; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 42; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -99; +"@MMK_R_KO_a" = -70; +"@MMK_R_KO_aacute" = -65; +"@MMK_R_KO_a.ss05" = -60; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -72; +"@MMK_R_KO_eacute" = -69; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -66; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -50; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -56; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -41; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = -37; +"@MMK_R_KO_l.ss04" = 66; +"@MMK_R_KO_t_t.liga" = -23; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -41; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = -42; +"@MMK_R_KO_seven" = 44; +"@MMK_R_KO_eight" = -17; +"@MMK_R_KO_nine" = -14; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -182; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -159; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen" = -90; +"@MMK_R_KO_endash" = -74; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_endash.case" = -43; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 30; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 30; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = 23; +"@MMK_R_KO_quotesingle" = 23; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 26; +"@MMK_R_KO_plus" = -70; +"@MMK_R_KO_percent" = 0; }; -backslash = { -T = -136; -V = -183; -W = -94; -Y = -148; -asterisk = -124; -backslash = -168; -c = -27; -f = -33; -j = 38; -o = -28; -one = -69; -quotedbl = -139; -quotedblleft = -137; -quotedblleft.ss01 = -128; -quotedblright = -137; -quotedblright.ss01 = -128; -quoteleft = -73; -quoteright = -73; -quotesingle = -67; -seven = -77; -t = -48; -t_i.liga = -48; -t_t.liga = -48; -underscore = 64; -v = -99; +w = { +ampersand = -30; }; -baht = { -parenright = -51; -parenright.case = -42; -slash = -31; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -73; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -59; +"@MMK_R_KO_Oacute" = -59; +"@MMK_R_KO_J" = -73; +"@MMK_R_KO_G.ss07" = -47; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -73; +"@MMK_R_KO_a" = -73; +"@MMK_R_KO_aacute" = -73; +"@MMK_R_KO_a.ss05" = -73; +"@MMK_R_KO_l" = -22; +"@MMK_R_KO_e" = -73; +"@MMK_R_KO_eacute" = -73; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -73; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -63; +"@MMK_R_KO_j" = -23; +"@MMK_R_KO_lslash" = -41; +"@MMK_R_KO_s" = -72; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = -58; +"@MMK_R_KO_uacute" = -54; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_y" = -43; +"@MMK_R_KO_z" = -54; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_pi" = -46; +"@MMK_R_KO_zero" = -54; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = -22; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -25; +"@MMK_R_KO_six" = -58; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -32; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -73; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_endash" = -73; +"@MMK_R_KO_hyphen.case" = -73; +"@MMK_R_KO_endash.case" = -63; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -63; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_plus" = -73; }; -braceleft = { -A = -71; -C = -72; -G = -73; -O = -72; -Q = -72; -S = -46; -a = -86; -a.ss05 = -84; -asciicircum = -103; -braceright = 11; -c = -85; -d = -86; -e = -85; -f = -54; -f_f.liga = -54; -f_f_i.liga = -54; -f_y.liga = -54; -fi = -54; -fl = -54; -four = -79; -hyphen = -81; -j = 81; -logicalnot = -132; -m = -70; -minus = -101; -mu = -16; -n = -70; -o = -85; -one = -76; -parenleft = -47; -period = -46; -pi = -74; -plus = -91; -q = -86; -r = -70; -s = -83; -t = -61; -t_i.liga = -60; -t_t.liga = -61; -three = -58; -two = -46; -u = -92; -v = -81; -w = -78; -x = -80; -z = -81; -zero = -67; +jacute = { +hbar = 29; +idieresis = 30; +iogonek = 34; +j = 23; +j.ss01 = 25; +jcircumflex = 45; +seven = 49; +comma = 2; +slash = 26; +parenright = 16; }; -braceleft.case = { -logicalnot = -143; -one = -74; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -56; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 34; +"@MMK_R_KO_X" = 37; +"@MMK_R_KO_Y" = 23; +"@MMK_R_KO_Z" = 40; +"@MMK_R_KO_I.ss02" = 50; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_aacute" = -42; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_eacute" = -45; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -90; +"@MMK_R_KO_w" = -76; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = -86; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = -88; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -69; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_backslash" = 51; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -30; +"@MMK_R_KO_hyphen" = -97; +"@MMK_R_KO_endash" = -97; +"@MMK_R_KO_underscore" = 11; +"@MMK_R_KO_hyphen.case" = -97; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 7; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -4; +"@MMK_R_KO_asciicircum" = -87; }; -braceright = { -asciicircum = -59; -braceright = -43; -comma = -22; -parenright = -30; -period = -37; -period.ss01 = -63; +gcaron.ss06 = { +gcaron.ss06 = 47; }; -bracketleft = { -Dcroat = -55; -Icircumflex = 59; -Jcircumflex = -72; -asciicircum = -103; -asciitilde = -88; -at = -92; -equal = -93; -g.ss06 = 0; -hcircumflex = 60; -infinity = -93; -jcircumflex = 81; -minus = -102; -mu = -16; -numbersign = -85; -p = -8; -scaron = -55; -scircumflex = -87; -u = -96; -zcaron = -54; +Ntilde = { +A = -10; }; -bracketleft.case = { -A = -2; -C = -68; -G = -68; -G.ss07 = -68; -O = -68; -Q = -68; -S = -41; -four = -83; -hyphen.case = -84; -one = -75; -plus = -96; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -99; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 18; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = 26; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 46; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = -29; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 30; +"@MMK_R_KO_comma" = 42; +"@MMK_R_KO_colon" = 31; +"@MMK_R_KO_semicolon" = 42; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 32; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 67; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 25; +"@MMK_R_KO_colon.ss01" = 25; +"@MMK_R_KO_question.ss01" = 6; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 51; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -54; +"@MMK_R_KO_asciicircum" = -40; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = 10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 43; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = -8; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = -28; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -15; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -23; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_bracketright.case" = -47; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; }; -c = { -acircumflexacute.ss05 = 17; -backslash = -60; -bracketright = -91; -notequal = -54; -quotedblright = -60; -registered = -11; -seven = -37; +guillemetleft = { +Dcroat = -18; +T = -173; +mu = -2; +twosuperior = -23; +braceright = -78; +minus = -40; +logicalnot = -72; +asciitilde = -19; }; -cacute = { -parenright = -70; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -46; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -180; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = -28; +"@MMK_R_KO_Y" = -96; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -41; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 25; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -24; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -19; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = -16; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -46; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_asterisk" = -50; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = -53; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -23; +"@MMK_R_KO_question.ss01" = -62; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -75; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_quotedblleft" = -60; +"@MMK_R_KO_quotedblright" = -55; +"@MMK_R_KO_quoteleft" = -56; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -85; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -74; +"@MMK_R_KO_asciicircum" = -51; }; -ccaron = { -parenright = -57; +icircumflex = { +two = 41; +exclam.ss01 = 39; +parenright = -18; }; -ccedilla = { -parenright = -70; +ihookabove = { +n = -14; }; -cent = { -bracketright = -96; -comma = -65; -parenright = -79; -parenright.case = -72; -period = -66; -slash = -62; +guilsinglleft = { +twosuperior = -23; +braceright = -78; +logicalnot = -72; +asciitilde = -19; }; -colon.ss01 = { -T = -68; -V = -51; -Y = -66; -bracketright = -68; -four = -68; -one = -32; -parenright = -60; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -93; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -182; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -197; +"@MMK_R_KO_V" = -93; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = -132; +"@MMK_R_KO_Y" = -128; +"@MMK_R_KO_Z" = -126; +"@MMK_R_KO_I.ss02" = -117; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_t_t.liga" = -5; +}; +Uhornacute = { +exclam.ss01 = 39; }; -comma = { -eightsuperior = -73; -fivesuperior = -73; -foursuperior = -73; -ninesuperior = -73; -onesuperior = -73; -quotesingle = -67; -sevensuperior = -73; -six = -27; -sixsuperior = -73; -threesuperior = -73; -twosuperior = -73; +ocircumflexhookabove = { +parenright = -26; +bracketright = -27; +quotedblright = -42; +quotedbl = -50; +quotesingle = -48; +quotedblright.ss01 = -44; }; -comma.ss01 = { -eightsuperior = -68; -fivesuperior = -68; -foursuperior = -68; -ninesuperior = -68; -onesuperior = -68; -sevensuperior = -68; -sixsuperior = -68; -threesuperior = -68; -twosuperior = -68; +plusminus = { +one = -58; +parenright = -47; }; -copyright = { -J = -67; -T = -68; -V = -51; -X = -60; -Y = -65; -parenright = -84; +question = { +exclam = 9; +questiondown = -103; +questiondown.case = -64; +bracketright.case = -43; }; -d = { -backslash = 18; -hbar = 17; -ibreve = 18; -idieresis = 18; -idieresis.ss01 = 14; -jcircumflex = 20; +ordmasculine = { +period = -61; +comma = -63; +slash = -121; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -93; +parenright = -44; +parenright.case = -42; }; -dcaron = { -amacron = 10; -exclam.ss01 = 114; -zacute = 11; +slash = { +Hbar = 30; +Oslash = -45; +hbar = 48; +ntilde = -45; +ncommaaccent = -50; +igrave = 72; +ibreve = 105; +icircumflex = 60; +idieresis = 83; +imacron = 126; +itilde = 93; +jcircumflex = 55; +rcommaaccent = -50; +scaron = -34; +scircumflex = -54; +x = -34; +idieresis.ss01 = 78; +g.ss06 = -66; +gcommaaccent.ss06 = -66; +gdotaccent.ss06 = -66; +gdotaccent.ss01.ss06 = -66; +mu = -50; +oneinferior = -77; +fourinferior = -135; +eightinferior = -80; +backslash = 68; +ellipsis.ss01 = -176; +underscore = -174; +parenleft = -36; +quotesinglbase = -73; +quotedblbase = -121; +quotedblbase.ss01 = -128; +literSign = -56; +cent = -52; +euro = -54; +sterling = -49; +minus = -89; +asciicircum = -73; +infinity = -50; +integral = -64; +radical = -66; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 29; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 20; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_l.ss03" = 22; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_sixsuperior" = 14; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = 43; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 20; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblright" = 21; +"@MMK_R_KO_quoteright" = 24; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -dcroat = { -ecircumflexacute = 0; -i = 17; -i.ss01 = 17; -iacute = 17; -idotaccent = 17; -idotbelow = 17; -igrave = 18; -ihookabove = 17; -itilde = 37; -ocircumflexacute = 0; +M = { +Hbar = 36; +hbar = 42; +igrave = 34; +ibreve = 65; +icaron = 65; +idieresis = 67; +idieresis.ss01 = 37; }; -divide = { -one = -66; -parenright = -92; -parenright.case = -81; -three = -16; -two = -30; +i = { +hbar = 23; +ntilde = 2; +idieresis = 28; +j = 0; +jcircumflex = 22; +s = 0; +germandbls = 0; +slash = -3; +parenright = -33; +braceright = -39; +bracketright = -39; +logicalnot = -59; }; -dollar = { -eight = 13; -five = 0; -four = 2; -one = -6; -parenright = -64; -parenright.case = -43; -period = -21; -seven = -5; -six = 0; -three = 9; -two = 0; +macute = { +quotesingle = -53; }; -e = { -Tcedilla = -154; -asciitilde = 18; -backslash = -67; -gbreve.ss06 = 0; -germandbls = -16; -idieresis = 0; -logicalnot = -42; -parenleft = 7; -registered = -17; -seven = -44; +greaterequal = { +one = -97; +three = -71; +seven = -104; +parenright = -81; +T = -212; }; -ecircumflex = { -parenright = -73; +eogonek = { +parenright = -63; }; -ecircumflexacute = { -parenright = -73; +fiveinferior = { +T = -171; +W = -54; +parenright = -61; }; -ecircumflexgrave = { -comma = -11; -comma.ss01 = -36; -hyphen = 21; -parenright = -52; -period.ss01 = -37; -quotedbl = -42; -quotedblright = -55; +tcedilla = { +comma = 49; +parenright = 13; +bracketright = 6; }; -ecircumflexhookabove = { -comma = -11; -comma.ss01 = -36; -parenright = -24; -period = -13; -period.ss01 = -37; -quotedbl = -35; +eightsuperior = { +A = -104; +fraction = -15; +period = -61; +comma = -63; +slash = -106; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -63; }; -edieresis = { -parenright = -73; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -128; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = -128; +"@MMK_R_KO_G.ss07" = -40; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -128; +"@MMK_R_KO_a" = -95; +"@MMK_R_KO_aacute" = -90; +"@MMK_R_KO_a.ss05" = -72; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -97; +"@MMK_R_KO_eacute" = -85; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -78; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -66; +"@MMK_R_KO_j" = -22; +"@MMK_R_KO_s" = -83; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = -63; +"@MMK_R_KO_uacute" = -51; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = -46; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_pi" = -41; +"@MMK_R_KO_zero" = -40; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -128; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -21; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -128; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -53; +"@MMK_R_KO_hyphen" = -128; +"@MMK_R_KO_endash" = -128; +"@MMK_R_KO_hyphen.case" = -127; +"@MMK_R_KO_endash.case" = -58; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_guillemetleft" = -80; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -84; +"@MMK_R_KO_percent" = -10; }; -edotaccent.ss01 = { -parenright = -73; +ordfeminine = { +period = -61; +comma = -63; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -70; +parenright = -10; }; -egrave = { -T = -148; -parenright = -74; +Edotaccent = { +scaron = -25; }; -eight = { -minus = -9; -six = 16; +Oslash = { +Eth = 30; +T = -29; +Tcaron = -29; +V = -19; +Y = -26; +l.ss04 = 11; +sevensuperior = -13; +parenright = -18; +bracketright = -14; +parenright.case = -16; +bracketright.case = -14; }; -eight.dnom = { -degree = -99; -parenright = -69; -question = -83; -question.ss01 = -100; -quotedbl = -78; -quotedblleft = -129; -quotedblleft.ss01 = -111; -quotedblright = -127; -quoteright = -73; -quotesingle = -67; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -159; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -76; +"@MMK_R_KO_Oacute" = -75; +"@MMK_R_KO_J" = -140; +"@MMK_R_KO_G.ss07" = -73; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -158; +"@MMK_R_KO_a" = -150; +"@MMK_R_KO_aacute" = -88; +"@MMK_R_KO_a.ss05" = -78; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -154; +"@MMK_R_KO_eacute" = -95; +"@MMK_R_KO_f" = -59; +"@MMK_R_KO_g" = -151; +"@MMK_R_KO_i" = -26; +"@MMK_R_KO_n" = -140; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -31; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_lslash" = -23; +"@MMK_R_KO_s" = -153; +"@MMK_R_KO_t" = -70; +"@MMK_R_KO_u" = -132; +"@MMK_R_KO_uacute" = -91; +"@MMK_R_KO_v" = -167; +"@MMK_R_KO_w" = -163; +"@MMK_R_KO_x" = -167; +"@MMK_R_KO_y" = -170; +"@MMK_R_KO_z" = -176; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = -158; +"@MMK_R_KO_t_t.liga" = -70; +"@MMK_R_KO_one" = -45; +"@MMK_R_KO_four" = -146; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -76; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -61; +"@MMK_R_KO_semicolon" = -61; +"@MMK_R_KO_ellipsis" = -184; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = -162; +"@MMK_R_KO_backslash" = 45; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -150; +"@MMK_R_KO_endash" = -151; +"@MMK_R_KO_underscore" = -163; +"@MMK_R_KO_hyphen.case" = -150; +"@MMK_R_KO_parenleft" = -61; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -173; +"@MMK_R_KO_guillemetright" = -183; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -3; +"@MMK_R_KO_asciicircum" = -90; }; -eightinferior = { -parenright = -58; +seven.numr = { +fraction = -45; }; -eightsuperior = { -comma = -73; -comma.ss01 = -68; -fraction = 0; -period = -71; -period.ss01 = -68; -slash = -102; +at = { +underscore = -84; +parenright = -85; +bracketright = -81; +parenright.case = -82; +bracketright.case = -79; }; -ellipsis = { -Tbar = -162; -eightsuperior = -220; -fivesuperior = -220; -foursuperior = -220; -ninesuperior = -223; -onesuperior = -111; -parenleft.case = -58; -quoteleft = -73; -quotesingle = -67; -sevensuperior = -185; -sixsuperior = -223; -tbar = -71; -threesuperior = -214; -twosuperior = -197; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -164; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -79; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -104; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -65; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -46; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = -62; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = 11; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -71; +"@MMK_R_KO_bracketright" = -72; +"@MMK_R_KO_quotedblleft" = -60; +"@MMK_R_KO_quotedblright" = -59; +"@MMK_R_KO_quoteleft" = -60; +"@MMK_R_KO_quoteright" = -59; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -87; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -68; }; -ellipsis.ss01 = { -Tbar = -167; -eightsuperior = -220; -fivesuperior = -220; -foursuperior = -220; -ninesuperior = -223; -onesuperior = -111; -question.ss01 = -118; -quotedbl = -148; -quotedblleft.ss01 = -128; -quotedblright.ss01 = -128; -sevensuperior = -185; -sixsuperior = -223; -threesuperior = -214; -twosuperior = -197; +F = { +Hbar = 0; +adieresis.ss05 = -29; +i.ss01 = 0; +iacute = -26; +igrave = 44; +idieresis = 0; +zcaron = -59; +idieresis.ss01 = 52; +three = -34; +seven = 17; +twoinferior = -35; +threeinferior = -39; +fourinferior = -108; +fiveinferior = -36; +sixinferior = -48; +eightinferior = -38; +numbersign = -63; +ellipsis.ss01 = -227; +ampersand = -52; +multiply = -56; }; -emacron = { -parenright = -68; +nineinferior = { +parenright = -71; }; -emdash = { -four.numr = -91; -foursuperior = -102; -one.numr = -54; -onesuperior = -59; -question.ss01 = -97; -questiondown = -57; -quotedbl = -148; -seven.numr = -58; -sevensuperior = -64; -sixsuperior = -58; -zero.numr = -59; +parenright = { +icircumflex = 39; +parenleft = 22; +braceright = -58; +asciicircum = -44; }; -emdash.case = { -quotedblbase = -137; -quotedblbase.ss01 = -128; +fivesuperior = { +A = -106; +fraction = -18; +period = -61; +comma = -63; +slash = -108; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -62; +guillemetleft = -38; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = -33; +"@MMK_R_KO_O" = -91; +"@MMK_R_KO_Oacute" = -91; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = -89; +"@MMK_R_KO_S" = -55; +"@MMK_R_KO_T" = -197; +"@MMK_R_KO_U" = -73; +"@MMK_R_KO_V" = -204; +"@MMK_R_KO_W" = -117; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -195; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_aacute" = -64; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = -29; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = -64; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = -29; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = -32; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -76; +"@MMK_R_KO_u" = -63; +"@MMK_R_KO_uacute" = -61; +"@MMK_R_KO_v" = -120; +"@MMK_R_KO_w" = -92; +"@MMK_R_KO_y" = -117; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = -32; +"@MMK_R_KO_t_t.liga" = -76; +"@MMK_R_KO_pi" = -57; +"@MMK_R_KO_zero" = -85; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -54; +"@MMK_R_KO_four" = -222; +"@MMK_R_KO_five" = -61; +"@MMK_R_KO_six" = -76; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = -50; +"@MMK_R_KO_nine" = -64; +"@MMK_R_KO_sixsuperior" = -223; +"@MMK_R_KO_onesuperior" = -104; +"@MMK_R_KO_foursuperior" = -220; +"@MMK_R_KO_sevensuperior" = -177; +"@MMK_R_KO_ninesuperior" = -223; +"@MMK_R_KO_asterisk" = -141; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = -227; +"@MMK_R_KO_endash" = -227; +"@MMK_R_KO_hyphen.case" = -227; +"@MMK_R_KO_endash.case" = -227; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -92; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_guillemetleft" = -88; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -128; +"@MMK_R_KO_quotedblright.ss01" = -128; }; -endash = { -H = 0; -Lslash = 0; -Tcedilla = -139; -endash = 0; -four.numr = -91; -foursuperior = -102; -n = 0; -one.numr = -54; -onesuperior = -59; -question.ss01 = -97; -quotedblbase = -118; -seven.numr = -58; -sevensuperior = -64; -sixsuperior = -58; -zero.numr = -59; +lcaron = { +l = 64; +ncaron = 0; +lcaron = 64; +scaron = 0; +exclam.ss01 = 93; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -116; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_I.ss02" = -78; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = 20; +"@MMK_R_KO_threesuperior" = 13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = 14; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 35; +"@MMK_R_KO_hyphen.case" = 43; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_parenright.case" = -76; +"@MMK_R_KO_bracketright.case" = -77; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -20; }; -endash.case = { -quotedblbase = -137; -quotedblbase.ss01 = -128; +z = { +logicalnot = -87; }; -eng = { -bracketright = -17; -j = 29; +Eogonek = { +comma = 21; parenright = 0; -slash = 29; }; -eogonek = { -parenright = -71; +G = { +Eth = 12; +Hbar = 19; +Lslash = 20; +Oslash = 0; +hbar = 11; +idieresis = 16; +jcircumflex = 36; +eight = 2; +braceright.case = -72; }; -equal = { -A = -36; -C = 19; -G = 19; -J = -74; -O = 19; -T = -76; -V = -38; -X = -50; -Y = -49; -bracketright = -94; -comma = -73; -equal = 0; -one = 0; -parenright = -69; -parenright.case = -62; -period = -71; -quotedbl = -10; -quotedblright = -8; -zero = 20; +eightinferior = { +parenright = -59; }; -euro = { -comma = -34; -comma.ss01 = -57; -parenright = -68; -parenright.case = -62; -period = -35; -period.ss01 = -59; -slash = -47; -three = 10; +comma = { +twosuperior = -63; +threesuperior = -63; +fivesuperior = -63; +eightsuperior = -63; }; -exclam = { -exclam = 0; -guillemetleft = -7; -guilsinglleft = -7; -parenright = -11; -quotedbl = -8; -quotedblleft = -11; -quotedblright = -2; +pi = { +pi = 21; +onesuperior = -38; +sevensuperior = -61; +period = 16; +comma = 21; +colon = 34; +slash = 25; +hyphen = -26; +parenright = -40; +braceright = -63; +bracketright = -65; +quoteright = 0; +quotesingle = -14; +trademark = -60; }; -exclam.ss01 = { -exclam.ss01 = -2; -parenright = -12; -period.ss01 = -30; +iacute = { +a = -8; +c = -13; +ntilde = -14; +m = -14; +n = -14; +p = -14; +s = -9; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 66; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 37; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 81; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_sixsuperior" = 95; +"@MMK_R_KO_onesuperior" = 119; +"@MMK_R_KO_twosuperior" = 101; +"@MMK_R_KO_threesuperior" = 94; +"@MMK_R_KO_foursuperior" = 32; +"@MMK_R_KO_fivesuperior" = 110; +"@MMK_R_KO_sevensuperior" = 125; +"@MMK_R_KO_eightsuperior" = 103; +"@MMK_R_KO_ninesuperior" = 97; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_exclam" = 113; +"@MMK_R_KO_question" = 108; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 93; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_parenright" = 58; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 89; +"@MMK_R_KO_quoteleft" = 89; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_quotedbl" = 126; +"@MMK_R_KO_quotesingle" = 126; +"@MMK_R_KO_quotedblleft.ss01" = 105; }; -exclamdown = { -A = 3; -C = 0; -O = 0; -Q = 0; -T = -90; -V = -46; -Y = -60; -j = 75; +Dcroat = { +Dcroat = 43; +Itilde = 37; }; -exclamdown.ss01 = { -T = -91; -V = -48; -Y = -62; +jcircumflex = { +E = 69; +U = 81; +k = 29; +l = 28; +i = 26; +j = 25; +jcircumflex = 69; +two = 60; +bracketright = 0; +quotedblleft = 65; +quotedblright = 63; +quoteleft = 65; +quoteright = 63; +quotedbl = 60; +quotesingle = 60; +quotedblright.ss01 = 37; +quoteright.ss01 = 37; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 33; +"@MMK_R_KO_Y" = 7; +"@MMK_R_KO_Z" = 40; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = -54; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_four" = -66; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -54; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = 42; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -37; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_underscore" = 11; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -17; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 7; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -4; +"@MMK_R_KO_asciicircum" = -66; }; -f = { -backslash = 63; -exclam.ss01 = 20; -germandbls = 11; -hbar = 0; -ibreve = 67; -idieresis = 62; -idieresis.ss01 = 56; -jcircumflex = 22; -n = 0; -nine = 30; -ordmasculine = 0; -parenleft = 0; -seven = 34; +gbreve.ss06 = { +gbreve.ss06 = 47; }; -f_f.liga = { -backslash = 63; -hbar = 0; -ibreve = 67; -idieresis = 62; -idieresis.ss01 = 56; -nine = 30; -ordmasculine = 0; -parenleft = 0; -seven = 34; +R = { +Hbar = 48; +Oslash = 0; +hbar = 46; +idieresis = 66; +jcircumflex = 68; +idieresis.ss01 = 43; +two = 19; +three = 4; +eight = 13; +nine = 7; +greater = 23; +logicalnot = -74; }; -f_f_i.liga = { -asciitilde = 0; -germandbls = 0; -hbar = 17; -idieresis = 17; -jcircumflex = 18; -logicalnot = -54; +idieresis.ss01 = { +Idieresis.ss01 = 19; +exclam.ss01 = 24; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 14; -jcircumflex = 18; -parenright = -9; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -84; +question.ss01 = -92; +parenright = -68; +quotedblleft = -97; +quotedblright = -97; +quoteleft = -63; +quoteright = -73; +quotedbl = -92; +quotesingle = -57; +quotedblleft.ss01 = -97; +quoteleft.ss01 = -68; +quotedblright.ss01 = -97; +quoteright.ss01 = -68; +degree = -86; }; -f_y.liga = { -Ydieresis = -43; -ampersand = -38; -asciitilde = 0; -exclam.ss01 = 6; -germandbls = 26; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -160; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -75; +"@MMK_R_KO_Oacute" = -75; +"@MMK_R_KO_J" = -140; +"@MMK_R_KO_S" = -27; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -158; +"@MMK_R_KO_a" = -150; +"@MMK_R_KO_aacute" = -89; +"@MMK_R_KO_a.ss05" = -151; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -154; +"@MMK_R_KO_i" = -26; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = -70; +"@MMK_R_KO_u" = -131; +"@MMK_R_KO_uacute" = -67; +"@MMK_R_KO_v" = -167; +"@MMK_R_KO_four" = -146; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -76; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -61; +"@MMK_R_KO_semicolon" = -61; +"@MMK_R_KO_ellipsis" = -184; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_slash" = -150; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -150; +"@MMK_R_KO_endash" = -151; +"@MMK_R_KO_hyphen.case" = -150; +"@MMK_R_KO_parenleft" = -61; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_guillemetleft" = -100; +"@MMK_R_KO_guillemetright" = -110; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 39; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = -136; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -151; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -95; +"@MMK_R_KO_W" = -60; +"@MMK_R_KO_X" = -74; +"@MMK_R_KO_Y" = -138; +"@MMK_R_KO_Z" = -65; +"@MMK_R_KO_I.ss02" = -97; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 30; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 22; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = 31; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = -74; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_pi" = -27; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = -36; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 6; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = 26; +"@MMK_R_KO_nine" = -14; +"@MMK_R_KO_sixsuperior" = -71; +"@MMK_R_KO_onesuperior" = -71; +"@MMK_R_KO_foursuperior" = -148; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_ninesuperior" = -72; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = -107; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -68; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -101; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -121; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -128; +"@MMK_R_KO_quotedblright.ss01" = -128; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -90; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -103; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -170; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -79; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = -87; +"@MMK_R_KO_I.ss02" = -90; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = -1; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 23; +"@MMK_R_KO_w" = 32; +"@MMK_R_KO_x" = 8; +"@MMK_R_KO_y" = 25; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -17; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_one" = -40; +"@MMK_R_KO_four" = -44; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 11; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 26; +"@MMK_R_KO_ellipsis" = -109; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -87; +"@MMK_R_KO_backslash" = -13; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_underscore" = -101; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -74; +"@MMK_R_KO_braceright" = -72; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -15; }; -fi = { -asciitilde = 0; -germandbls = 0; -hbar = 17; -idieresis = 17; -jcircumflex = 18; -logicalnot = -54; +Tcedilla = { +aacute = -150; +acircumflex.ss05 = -96; +amacron.ss05 = -56; +abreve.ss05 = -57; +endash.case = -162; }; -fi.ss01 = { -idieresis.ss01 = 14; -jcircumflex = 18; -parenright = -9; +Yacute = { +Eth = -43; +Oslash = -58; +a.ss05 = -96; +ellipsis.ss01 = -185; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 37; +"@MMK_R_KO_O" = 38; +"@MMK_R_KO_Oacute" = 38; +"@MMK_R_KO_J" = -66; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = 48; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -32; +"@MMK_R_KO_I.ss02" = -37; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 38; +"@MMK_R_KO_aacute" = 38; +"@MMK_R_KO_a.ss05" = 26; +"@MMK_R_KO_l" = 32; +"@MMK_R_KO_e" = 29; +"@MMK_R_KO_eacute" = 29; +"@MMK_R_KO_i" = 31; +"@MMK_R_KO_n" = 31; +"@MMK_R_KO_itilde" = 68; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_u" = 35; +"@MMK_R_KO_uacute" = 35; +"@MMK_R_KO_y" = 33; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_sixsuperior" = 19; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = 35; +"@MMK_R_KO_threesuperior" = 28; +"@MMK_R_KO_foursuperior" = 24; +"@MMK_R_KO_fivesuperior" = 20; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = 30; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -50; +"@MMK_R_KO_comma" = -50; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -82; +"@MMK_R_KO_exclam" = 38; +"@MMK_R_KO_question" = 22; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_hyphen.case" = 35; +"@MMK_R_KO_parenleft" = 33; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_parenright.case" = -78; +"@MMK_R_KO_bracketright.case" = -71; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; }; -five = { -asciicircum = -66; -ordfeminine = -23; -ordmasculine = -24; -six = 19; +greater = { +parenright = -103; +bracketright = -94; +parenright.case = -94; +bracketright.case = -94; +greater = -45; }; -five.dnom = { -degree = -80; -parenright = -74; -question = -75; -question.ss01 = -91; -quotedbl = -69; -quotedblleft = -115; -quotedblright = -122; -quoteright = -73; -quotesingle = -67; +ecircumflexacute = { +onesuperior = -36; +sevensuperior = -21; +parenright = 0; +bracketright = 0; +quotedbl = -48; +quotesingle = -44; }; -five.numr = { -fraction = 0; +Uhorn = { +exclam.ss01 = 39; }; -fiveinferior = { -T = -155; -W = -50; -parenright = -65; +Rcommaaccent = { +parenright = -51; }; -fivesuperior = { -comma = -73; -comma.ss01 = -68; -fraction = -6; -period = -71; -period.ss01 = -68; -slash = -104; +question.ss01 = { +questiondown.case = -64; +questiondown.ss01 = -105; }; -fl = { -backslash = 18; -ibreve = 18; -idieresis = 18; -idieresis.ss01 = 14; -jcircumflex = 20; +onesuperior = { +A = -87; +fraction = 18; +period = -61; +comma = -63; +slash = -87; +period.ss01 = -58; +comma.ss01 = -58; }; -four = { -asciicircum = -106; -braceright = -71; -bracketright.case = -69; -fivesuperior = -66; -hyphen = 0; -minus = -12; -ninesuperior = -62; -ordfeminine = -70; -ordmasculine = -69; -six = 21; -sixsuperior = -66; -trademark = -72; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -73; +"@MMK_R_KO_Oacute" = -73; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -71; +"@MMK_R_KO_S" = -33; +"@MMK_R_KO_T" = -162; +"@MMK_R_KO_U" = -58; +"@MMK_R_KO_V" = -151; +"@MMK_R_KO_W" = -94; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -158; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 74; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -82; +"@MMK_R_KO_w" = -69; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_zero" = -67; +"@MMK_R_KO_one" = -70; +"@MMK_R_KO_two" = 17; +"@MMK_R_KO_three" = -34; +"@MMK_R_KO_four" = -102; +"@MMK_R_KO_five" = -39; +"@MMK_R_KO_six" = -59; +"@MMK_R_KO_seven" = -81; +"@MMK_R_KO_eight" = -28; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_quotedblleft" = -105; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -110; +"@MMK_R_KO_quotesingle" = -57; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -85; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -143; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = -29; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = -95; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 64; +"@MMK_R_KO_imacron" = 92; +"@MMK_R_KO_itilde" = 75; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 27; +"@MMK_R_KO_w" = 39; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 22; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = -11; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 22; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = 21; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 21; +"@MMK_R_KO_foursuperior" = 26; +"@MMK_R_KO_fivesuperior" = 14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 21; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = -230; +"@MMK_R_KO_exclam" = 26; +"@MMK_R_KO_question" = 35; +"@MMK_R_KO_asterisk" = 29; +"@MMK_R_KO_slash" = -87; +"@MMK_R_KO_backslash" = 4; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 30; +"@MMK_R_KO_hyphen" = -39; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -214; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = -44; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_bracketright.case" = -46; +"@MMK_R_KO_quotedblleft" = 15; +"@MMK_R_KO_quotedblright" = 29; +"@MMK_R_KO_quoteleft" = 15; +"@MMK_R_KO_quoteright" = 30; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 10; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -20; }; -four.dnom = { -degree = -98; -parenright = -64; -question = -78; -question.ss01 = -91; -quotedbl = -72; -quotedblleft = -120; -quotedblright = -122; -quoteright = -73; -quotesingle = -67; +t_i.liga = { +hbar = 23; +idieresis = 28; +jcircumflex = 21; +lcommaaccent = 2; +germandbls = 0; +logicalnot = -59; }; -fourinferior = { -T = -145; -V = -112; -W = -74; -bracketright = -70; -parenright = -59; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -167; +"@MMK_R_KO_U" = -20; +"@MMK_R_KO_V" = -90; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = 25; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -77; +"@MMK_R_KO_eightsuperior" = -36; +"@MMK_R_KO_ninesuperior" = -52; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -58; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_backslash" = -71; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_underscore" = 12; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -67; +"@MMK_R_KO_quotedblright" = -66; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -66; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -65; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -94; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -94; +"@MMK_R_KO_asciicircum" = -83; }; -foursuperior = { -comma = -73; -comma.ss01 = -68; -fraction = -11; -period = -71; -period.ss01 = -68; -slash = -99; +adieresis.ss05 = { +germandbls = -26; +}; +a = { +l = 0; +idieresis = 2; +jcircumflex = 0; +s = 0; +germandbls = 0; +notequal = -57; +logicalnot = -59; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -163; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -54; +"@MMK_R_KO_J" = -142; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = 19; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 38; +"@MMK_R_KO_W" = 41; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = -135; +"@MMK_R_KO_a" = -93; +"@MMK_R_KO_aacute" = -87; +"@MMK_R_KO_a.ss05" = -88; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -97; +"@MMK_R_KO_eacute" = -82; +"@MMK_R_KO_f" = -40; +"@MMK_R_KO_g" = -93; +"@MMK_R_KO_n" = -69; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = -83; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_u" = -68; +"@MMK_R_KO_uacute" = -62; +"@MMK_R_KO_v" = -46; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_y" = -48; +"@MMK_R_KO_z" = -76; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_pi" = -52; +"@MMK_R_KO_zero" = -48; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -17; +"@MMK_R_KO_three" = -23; +"@MMK_R_KO_four" = -112; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = -48; +"@MMK_R_KO_seven" = 35; +"@MMK_R_KO_eight" = -20; +"@MMK_R_KO_nine" = -20; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_foursuperior" = -53; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -187; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -168; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -67; +"@MMK_R_KO_hyphen" = -109; +"@MMK_R_KO_endash" = -92; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_endash.case" = -68; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -98; +"@MMK_R_KO_guillemetright" = -66; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -92; +"@MMK_R_KO_percent" = -8; +}; +icaron = { +icaron = 34; +j = 18; +parenright = 28; +quotedbl = 60; +quotesingle = 60; }; -fraction = { -eight.dnom = 0; -fiveinferior = 3; -fourinferior = -50; -nineinferior = -2; -seven.dnom = 47; -seveninferior = 44; -sixinferior = -17; -two.dnom = 6; -twoinferior = 0; -zeroinferior = -19; +braceleft.case = { +braceright.case = 26; +at = -44; +minus = -107; +logicalnot = -112; +asciicircum = -104; }; -g = { -backslash = -40; -iogonek = 10; -jcircumflex = 17; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = -1; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 27; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 27; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -1; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -22; +"@MMK_R_KO_asciicircum" = -44; }; -g.ss06 = { -colon.ss01 = 0; -hbar = 50; -idieresis = 52; -iogonek = 54; -jcircumflex = 65; +uhorndotbelow = { +a = -25; +a.ss05 = -25; +c = -30; +n = -14; +period = -35; +comma = -34; +ellipsis = -54; +question = 38; +parenright = -25; +quotedblright = 21; +quotedbl = 17; }; -gbreve.ss06 = { -gbreve.ss06 = 39; +g.ss06 = { +oslash = 7; +iogonek = 55; +jcircumflex = 34; +gcircumflex.ss06 = 47; +notequal = -69; +logicalnot = -66; }; -gcaron.ss06 = { -gcaron.ss06 = 39; +yacute = { +T = -80; +eth = -30; +parenright = -72; }; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 39; +Imacron = { +Imacron = 40; +imacron = 70; +parenright.case = 6; }; -gdotaccent.ss06 = { -gdotaccent.ss06 = 39; +exclamdown.ss01 = { +T = -91; +V = -53; +Y = -69; +j.ss01 = 71; }; -germandbls = { -a = 18; -a.ss05 = 14; -bracketright = -47; -c = 19; -comma = -8; -comma.ss01 = -34; -d = 19; -e = 19; -f = 0; -f_f.liga = 0; -f_f_i.liga = 0; -f_y.liga = 0; -fi = 0; -fl = 0; -g = 18; -g.ss06 = 0; -guillemetleft = 23; -guilsinglleft = 23; -hyphen = 35; -o = 19; -parenright = -52; -period = -10; -period.ss01 = -34; -quotedblleft = -22; -quotedblleft.ss01 = -25; -quoteleft = -22; -quotesingle = -23; -s = 14; -t = 0; -t_i.liga = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; -v = 0; -w = 0; -z = -2; +oacute = { +seven = -57; }; -greater = { -J = -140; -T = -135; -X = -82; -Y = -74; -Z = -73; -greater = -36; -parenright = -71; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = -35; +"@MMK_R_KO_O" = -94; +"@MMK_R_KO_Oacute" = -95; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = -92; +"@MMK_R_KO_S" = -62; +"@MMK_R_KO_T" = -196; +"@MMK_R_KO_U" = -75; +"@MMK_R_KO_V" = -207; +"@MMK_R_KO_W" = -123; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -195; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -64; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = -37; +"@MMK_R_KO_e" = -71; +"@MMK_R_KO_eacute" = -70; +"@MMK_R_KO_f" = -65; +"@MMK_R_KO_g" = -50; +"@MMK_R_KO_i" = -36; +"@MMK_R_KO_n" = -36; +"@MMK_R_KO_j" = -37; +"@MMK_R_KO_s" = -44; +"@MMK_R_KO_t" = -76; +"@MMK_R_KO_u" = -66; +"@MMK_R_KO_uacute" = -58; +"@MMK_R_KO_v" = -119; +"@MMK_R_KO_w" = -93; +"@MMK_R_KO_y" = -117; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = -39; +"@MMK_R_KO_t_t.liga" = -75; +"@MMK_R_KO_pi" = -58; +"@MMK_R_KO_zero" = -88; +"@MMK_R_KO_one" = -92; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -61; +"@MMK_R_KO_four" = -218; +"@MMK_R_KO_five" = -65; +"@MMK_R_KO_six" = -79; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = -51; +"@MMK_R_KO_nine" = -60; +"@MMK_R_KO_sixsuperior" = -223; +"@MMK_R_KO_onesuperior" = -104; +"@MMK_R_KO_foursuperior" = -220; +"@MMK_R_KO_sevensuperior" = -177; +"@MMK_R_KO_ninesuperior" = -223; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_question" = -109; +"@MMK_R_KO_asterisk" = -141; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_hyphen" = -228; +"@MMK_R_KO_endash" = -230; +"@MMK_R_KO_hyphen.case" = -230; +"@MMK_R_KO_endash.case" = -230; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -121; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -90; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -57; }; -greaterequal = { -T = -187; -one = -109; -parenright = -77; -seven = -76; +yen = { +zero = -45; +one = -17; +two = -31; +three = -31; +four = -43; +six = -47; +foursuperior = -63; +period = -61; +comma = -63; +colon = -56; +semicolon = -54; +slash = -74; +period.ss01 = -58; +comma.ss01 = -58; +colon.ss01 = -66; +semicolon.ss01 = -66; }; -guillemetleft = { -Tcedilla = -124; -g.ss06 = 26; -questiondown = 0; -quotedblbase = -14; -sevensuperior = -60; +idotaccent.ss01 = { +parenright = -23; }; -guillemetright = { -Lslash = 25; -T = -130; -onesuperior = -54; -quotesinglbase = -59; -sevensuperior = -59; -sixsuperior = -37; +ldot.ss01.ss04 = { +period.ss01 = -54; +comma.ss01 = -55; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 36; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -160; +"@MMK_R_KO_U" = -36; +"@MMK_R_KO_V" = -158; +"@MMK_R_KO_W" = -87; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = -157; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -91; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = -77; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = -48; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_sixsuperior" = -103; +"@MMK_R_KO_onesuperior" = -104; +"@MMK_R_KO_twosuperior" = -73; +"@MMK_R_KO_threesuperior" = -92; +"@MMK_R_KO_foursuperior" = -91; +"@MMK_R_KO_fivesuperior" = -100; +"@MMK_R_KO_sevensuperior" = -129; +"@MMK_R_KO_eightsuperior" = -94; +"@MMK_R_KO_ninesuperior" = -106; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -85; +"@MMK_R_KO_asterisk" = -120; +"@MMK_R_KO_slash" = 27; +"@MMK_R_KO_backslash" = -144; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -96; +"@MMK_R_KO_hyphen" = -40; +"@MMK_R_KO_endash" = -67; +"@MMK_R_KO_underscore" = 13; +"@MMK_R_KO_hyphen.case" = -73; +"@MMK_R_KO_parenleft" = -17; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -71; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -121; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -131; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -128; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -182; +"@MMK_R_KO_asciicircum" = -163; +}; +agrave.ss05 = { +T = -153; +Y = -130; }; -guilsinglleft = { -A = 22; -Adieresis = 22; -Aring = 22; -C = 0; -G = 0; -J = 19; -T = -110; -Tcommaaccent = -110; -V = -32; -W = -15; -X = 26; -Y = -51; -Yacute = -51; -Z = 24; -a = -19; -c = -20; -comma = 23; -d = -19; -e = -20; -f = 18; -f_f.liga = 18; -f_f_i.liga = 18; -f_y.liga = 18; -fi = 18; -fl = 18; -guilsinglleft = -33; -j = 0; -o = -21; -parenright = -37; -pi = 21; -s = -4; -semicolon = 17; -t = 14; -t_i.liga = 15; -t_t.liga = 14; -v = 17; -w = 18; -x = 29; -y = 16; -z = 30; +B = { +Hbar = 40; +Lslash = 29; +hbar = 42; +idieresis = 58; +jcircumflex = 63; +idieresis.ss01 = 38; +two = 12; +three = 32; +five = 28; +eight = 28; +nine = 11; +ampersand = 19; +greater = 33; }; -guilsinglright = { -onesuperior = -54; -quotesinglbase = -59; -sevensuperior = -59; +Tcaron = { +endash.case = -162; }; -h = { -abrevehookabove.ss05 = 6; -acircumflexhookabove.ss05 = 6; -backslash = -64; -e = 10; -registered = -29; -seven = -43; -yhookabove = -20; +oslash = { +d = 23; +k = 15; +l = 13; +e = 19; +eth = 18; +f = -11; +f_f.liga = -11; +f_f_i.liga = -11; +fi = -11; +f_y.liga = -11; +fl = -11; +g = 26; +m = 15; +n = 15; +r = 15; +j = 10; +s = 24; +t = -11; +v = -13; +y = -15; +l.ss03 = 17; +t_i.liga = -11; +t_t.liga = -11; +period = -20; +comma = -20; +slash = -23; +period.ss01 = -39; +comma.ss01 = -30; +hyphen = 40; +parenright = -77; +bracketright = -75; }; -hyphen = { -Dcroat = 0; -Jcircumflex = -136; -Lslash = 18; -OE = 23; -Oslash = 24; -Tcedilla = -137; -Ycircumflex = -130; -Ydieresis = -130; -Ydieresis.ss01 = -130; -Ydotbelow = -130; -Ydotbelow.ss01 = -130; -Ygrave = -130; +guilsinglright = { +x = -46; +threesuperior = -26; +fivesuperior = -34; +eightsuperior = -24; +colon = -39; +semicolon = -39; +questiondown = -58; +question.ss01 = -58; +questiondown.ss01 = -58; braceright = -81; -four.numr = -91; -foursuperior = -102; -hyphen = -27; -l.ss03 = 2; -mu = 0; -one = -71; -one.numr = -52; -onesuperior = -57; -oslash = 32; -question.ss01 = -97; -questiondown = -55; -quotedbl = -148; -quotedblbase = -126; -quotedblbase.ss01 = -114; -quoteleft = -73; -quotesinglbase = -73; -seven.numr = -56; -sevensuperior = -63; -six.numr = -54; -sixsuperior = -57; -two = -42; -zero.numr = -58; -}; -hyphen.case = { -Dcroat = 20; -Jcircumflex = -144; -Lslash = 2; -Oslash = 36; -Tcedilla = -137; -Ycircumflex = -87; -bracketright.case = -84; -hyphen.case = -27; -parenleft.case = 21; -quotedblbase = -137; -quotedblbase.ss01 = -128; +braceright.case = -75; +bracketright.case = -77; quotesinglbase = -73; +quotedblbase = -73; +quotedblbase.ss01 = -73; +quoteright.ss01 = -68; }; -i = { -asciitilde = 0; +adieresis = { germandbls = 0; -hbar = 17; -idieresis = 17; -jcircumflex = 18; -logicalnot = -54; -p = 0; -}; -i.ss01 = { -bracketright = -20; -idieresis.ss01 = 14; -jcircumflex = 18; -parenright = -12; }; -iacute = { -ccaron = 0; -j = 2; -jacute = 0; -parenright = 9; -rcaron = 18; -scaron = 0; -thorn = 16; -zcaron = 0; +liraTurkish = { +one = -68; +two = -24; +seven = -75; +sixsuperior = -49; +onesuperior = -59; +threesuperior = -49; +foursuperior = -73; +fivesuperior = -45; +sevensuperior = -61; +eightsuperior = -38; +ninesuperior = -53; +period = -54; +comma = -53; +colon = -54; +semicolon = -54; +question = -68; +slash = -48; +period.ss01 = -58; +comma.ss01 = -58; +colon.ss01 = -60; +question.ss01 = -81; +parenright = -91; +parenright.case = -77; +quotedbl = -88; +quotesingle = -57; }; -ibreve = { -T = 79; -exclam = 66; -i = 17; -imacron = 48; -l = 18; -l.ss04 = 18; -onesuperior = 70; -parenright = 44; -question = 67; -quotesingle = 73; -sevensuperior = 69; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 30; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = -64; +"@MMK_R_KO_Oacute" = -64; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -61; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -140; +"@MMK_R_KO_U" = -41; +"@MMK_R_KO_V" = -168; +"@MMK_R_KO_W" = -85; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = -139; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 33; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -42; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -48; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_y" = -91; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_four" = -148; +"@MMK_R_KO_sixsuperior" = -120; +"@MMK_R_KO_onesuperior" = -104; +"@MMK_R_KO_twosuperior" = -121; +"@MMK_R_KO_threesuperior" = -111; +"@MMK_R_KO_foursuperior" = -108; +"@MMK_R_KO_fivesuperior" = -116; +"@MMK_R_KO_sevensuperior" = -177; +"@MMK_R_KO_eightsuperior" = -108; +"@MMK_R_KO_ninesuperior" = -130; +"@MMK_R_KO_period" = 20; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = 4; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -83; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_period.ss01" = 5; +"@MMK_R_KO_comma.ss01" = 8; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -91; +"@MMK_R_KO_hyphen" = -160; +"@MMK_R_KO_hyphen.case" = -111; +"@MMK_R_KO_parenleft" = -17; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -120; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = -134; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -128; +"@MMK_R_KO_quoteright.ss01" = -68; }; -icircumflex = { -Icircumflex = 48; -i.ss01 = 17; -j.ss01 = 17; -ordfeminine = 62; -parenleft = 27; +quotedblbase = { +Dcroat = -60; +Iogonek = 44; +Lslash = -48; +Oslash = -23; +oslash = -12; +p = -6; +iogonek = 46; +jcircumflex = 38; +germandbls = -56; +l.ss03 = -20; +g.ss06 = 26; +numbersign = -85; +parenleft = -34; +parenleft.case = -56; +at = -50; +copyright = -75; +published = -75; +literSign = -37; +dollar = -48; +euro = -121; +minus = -121; +multiply = -73; +divide = -121; +equal = -106; +approxequal = -103; }; -idieresis = { -Idieresis = 56; -Idieresis.ss02 = 64; -b = 18; -eightsuperior = 50; -exclam = 60; -fivesuperior = 38; -h = 18; -i = 17; -idieresis = 18; -j = 17; -k = 18; -l = 18; -l.ss03 = 20; -l.ss04 = 18; -ninesuperior = 59; -onesuperior = 71; -parenright = 12; -question = 71; -quotedbl = 60; -quotedblright = 56; -quotesingle = 60; -sevensuperior = 69; -sixsuperior = 43; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -threesuperior = 55; -twosuperior = 63; +D = { +Dcroat = 13; +Eth = 13; +Hbar = 13; +Iogonek = 6; +Lslash = 20; +Oslash = 7; +lacute = 0; +zero = 8; +five = 0; +six = 4; +eight = 0; +endash.case = 0; +parenleft.case = 20; +braceright.case = -76; +at = 13; +less = 14; }; -idieresis.ss01 = { -b = 14; -comma.ss01 = -26; -k = 14; -l = 14; -l.ss03 = 16; -l.ss04 = 18; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -79; +"@MMK_R_KO_Oacute" = -79; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -76; +"@MMK_R_KO_S" = -33; +"@MMK_R_KO_T" = -149; +"@MMK_R_KO_U" = -55; +"@MMK_R_KO_V" = -182; +"@MMK_R_KO_W" = -92; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = -146; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -56; +"@MMK_R_KO_aacute" = -51; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_eacute" = -57; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = -4; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_itilde" = -4; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -65; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_uacute" = -49; +"@MMK_R_KO_v" = -108; +"@MMK_R_KO_w" = -81; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = -101; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = -14; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = -64; +"@MMK_R_KO_one" = -67; +"@MMK_R_KO_four" = -213; +"@MMK_R_KO_sixsuperior" = -223; +"@MMK_R_KO_onesuperior" = -104; +"@MMK_R_KO_twosuperior" = -197; +"@MMK_R_KO_threesuperior" = -214; +"@MMK_R_KO_foursuperior" = -220; +"@MMK_R_KO_fivesuperior" = -220; +"@MMK_R_KO_sevensuperior" = -177; +"@MMK_R_KO_eightsuperior" = -220; +"@MMK_R_KO_ninesuperior" = -223; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -89; +"@MMK_R_KO_asterisk" = -141; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = -152; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -98; +"@MMK_R_KO_hyphen" = -179; +"@MMK_R_KO_endash" = -247; +"@MMK_R_KO_underscore" = 12; +"@MMK_R_KO_hyphen.case" = -189; +"@MMK_R_KO_parenleft" = -28; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -121; +"@MMK_R_KO_quotedblright" = -121; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -128; +"@MMK_R_KO_quotedblright.ss01" = -128; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -276; +"@MMK_R_KO_asciicircum" = -285; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 10; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -70; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -29; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -66; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -61; +"@MMK_R_KO_backslash" = 56; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -70; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_underscore" = -71; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -47; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -37; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -110; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -85; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = -66; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = -58; +"@MMK_R_KO_I.ss02" = -66; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -48; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_pi" = -27; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_two" = -39; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -63; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -61; +"@MMK_R_KO_ellipsis" = -82; +"@MMK_R_KO_question" = -43; +"@MMK_R_KO_asterisk" = -58; +"@MMK_R_KO_slash" = -55; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -43; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 13; +"@MMK_R_KO_endash.case" = -21; +"@MMK_R_KO_parenright" = -89; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_parenright.case" = -77; +"@MMK_R_KO_quotedblleft" = -65; +"@MMK_R_KO_quotedblright" = -60; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -69; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -32; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -42; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -40; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = -57; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -57; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -57; +"@MMK_R_KO_eacute" = -57; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -57; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = -25; +"@MMK_R_KO_s" = -40; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -13; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -24; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -57; +"@MMK_R_KO_comma" = -57; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -57; +"@MMK_R_KO_period.ss01" = -57; +"@MMK_R_KO_comma.ss01" = -57; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -57; +"@MMK_R_KO_hyphen.case" = -57; +"@MMK_R_KO_endash.case" = -25; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -9; +"@MMK_R_KO_plus" = -46; +"@MMK_R_KO_percent" = 0; }; -idotaccent = { -idieresis = 17; -jcircumflex = 18; +ohorndotbelow.ss01 = { +c = 19; +i.ss01 = 15; +n = 15; +p = 15; +t = -8; +u = 21; +t_i.liga.ss01 = -8; +t_t.liga = -8; }; -idotaccent.ss01 = { +t_i.liga.ss01 = { parenright = -12; }; -idotbelow = { -comma = 10; -j = 18; +endash = { +x = -50; +one.numr = -34; +four.numr = -43; +seven.numr = -40; +colon = -59; +semicolon = -59; +questiondown = -101; +question.ss01 = -107; +questiondown.ss01 = -101; +endash = 0; +quotedblbase = -121; +quotedblbase.ss01 = -128; +quoteright.ss01 = -68; }; -idotbelow.ss01 = { -period.ss01 = -28; +Ygrave = { +ellipsis.ss01 = -185; +endash.case = -77; }; -igrave = { -parenright = -38; +fraction = { +zero.dnom = -16; +two.dnom = 0; +four.dnom = -45; +eight.dnom = -4; +zeroinferior = -20; +twoinferior = 0; +fourinferior = -45; +fiveinferior = 15; +sixinferior = -20; +seveninferior = 34; +nineinferior = -20; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -58; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = -17; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = -51; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -78; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -52; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = -15; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -10; }; -ihookabove = { -comma.ss01 = -26; -period.ss01 = -28; -quotedbl = 19; -quotedblright = 16; +g = { +l = 0; +iogonek = 26; +jcircumflex = 17; }; -imacron = { -I = 90; -N = 90; -P = 90; -S = 95; -V = 102; -b = 20; -bracketright = -22; -ccaron = 0; -comma.ss01 = -26; -eightsuperior = 90; -exclam = 98; -fivesuperior = 84; -h = 20; -i = 18; -ibreve = 47; -imacron = 125; -j = 18; -j.ss01 = 18; -k = 20; -kcommaaccent = 20; -l = 20; -l.ss03 = 22; -l.ss04 = 20; -lcommaaccent = 20; -lcommaaccent.ss03 = 22; -lcommaaccent.ss04 = 20; -ninesuperior = 97; -onesuperior = 117; -parenright = 27; -period.ss01 = -28; -question = 111; -quotedbl = 99; -quotedblleft = 95; -quotedblleft.ss01 = 91; -quotedblright = 88; -quotedblright.ss01 = 87; -quoteleft = 95; -quoteright = 89; -quotesingle = 99; -scaron = 0; -sevensuperior = 109; -sixsuperior = 88; -t = 6; -t_i.liga = 6; -t_t.liga = 6; -thorn = 20; -threesuperior = 96; -twosuperior = 104; -zcaron = 0; +m = { +ordfeminine = -41; +ordmasculine = -41; +seven = -57; +registered = -21; +logicalnot = -57; }; -infinity = { -bracketright = -93; -parenright = -83; -parenright.case = -74; +ohorntilde = { +i = 15; +idotaccent = 15; +i.ss01 = 15; +n = 15; +period = -20; +comma = -20; +period.ss01 = -39; +comma.ss01 = -30; +parenright = -46; +quotedbl = -14; }; -integral = { -A = -67; -a = -74; -d = -74; -e = -73; -integral = -67; -s = -72; +hyphen.case = { +Dcroat = 25; +Lslash = 0; +Oslash = -2; +one.numr = -44; +seven.numr = -50; +question.ss01 = -82; +parenleft.case = 3; +braceright.case = -104; +bracketright.case = -103; +quotesinglbase = -73; +quotedblbase = -121; +quotedblbase.ss01 = -128; +quoteright.ss01 = -68; +dollar = -41; }; -iogonek = { -comma = 2; -iogonek = 20; -j = 18; -parenright = 16; +ohornhookabove = { +i = 15; +idotaccent = 15; +i.ss01 = 15; +idotaccent.ss01 = 15; +m = 15; +n = 15; +period = -20; +comma = -20; +period.ss01 = -39; +comma.ss01 = -30; +parenright = -49; +bracketright = -63; +guillemetright = -17; +quotedbl = -14; }; -itilde = { -N = 80; -b = 18; -comma.ss01 = -26; -eightsuperior = 76; -exclam = 91; -fivesuperior = 64; -h = 18; -i = 18; -itilde = 49; -j = 18; -k = 18; -l = 18; -ninesuperior = 84; -onesuperior = 104; -parenright = 39; -period.ss01 = -28; -question = 93; -quotedbl = 89; -quotedblright = 84; -quotedblright.ss01 = 76; -quoteright = 85; -quotesingle = 89; -sevensuperior = 95; -sixsuperior = 69; -t = 0; -threesuperior = 80; -twosuperior = 87; +y = { +germandbls = 20; +zeroinferior = -50; +twoinferior = -37; +ampersand = -42; +logicalnot = -68; +asciitilde = 0; }; -j = { -braceright = -7; -bracketright = -7; -comma = 2; -hbar = 17; -idieresis = 17; -iogonek = 19; -j = 18; -jcircumflex = 19; -parenright = -2; -semicolon = 2; -slash = 26; +Idotaccent.ss02 = { +endash.case = -98; }; -j.ss01 = { -bracketright = 0; -comma.ss01 = -9; -j.ss01 = 18; -parenright = 0; -slash = 26; +Scedilla = { +idieresis = 30; }; -jacute = { -adieresis.ss05 = 0; -backslash = 80; -ccaron = 0; -comma = 2; -hbar = 18; -hcircumflex = 16; -i.ss01 = 16; -iacute = 0; -idieresis = 18; -idotaccent.ss01 = 16; -iogonek = 19; -j = 18; -jcircumflex = 21; -rcaron = 18; -scaron = 0; -semicolon = 2; -seven = 52; -slash = 26; -zcaron = 0; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 21; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 31; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -75; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -12; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 1; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -1; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -18; +"@MMK_R_KO_plus" = -3; +"@MMK_R_KO_percent" = 0; +}; +f = { +f = 12; +f_f.liga = 12; +f_y.liga = 12; +fl = 12; +igrave = 0; +idieresis = 0; +seven = 6; +ampersand = -57; +}; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -25; +"@MMK_R_KO_O" = -68; +"@MMK_R_KO_Oacute" = -68; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = -68; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = -128; +"@MMK_R_KO_U" = -62; +"@MMK_R_KO_V" = -128; +"@MMK_R_KO_W" = -116; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -128; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -23; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -52; +"@MMK_R_KO_f" = -59; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = -23; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_lslash" = -40; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -68; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -40; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = -26; +"@MMK_R_KO_t_t.liga" = -68; +"@MMK_R_KO_pi" = -50; +"@MMK_R_KO_zero" = -68; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -41; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -42; +"@MMK_R_KO_six" = -64; +"@MMK_R_KO_seven" = -68; +"@MMK_R_KO_eight" = -32; +"@MMK_R_KO_nine" = -45; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -128; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_endash.case" = -128; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -128; +"@MMK_R_KO_plus" = -68; +"@MMK_R_KO_percent" = -68; +}; +numero = { +period = -61; +comma = -63; +period.ss01 = -58; +comma.ss01 = -58; +parenright = -42; +parenright.case = -41; +}; +cent = { +onesuperior = -52; +sevensuperior = -59; +period = -61; +comma = -63; +slash = -53; +period.ss01 = -58; +comma.ss01 = -58; +parenright = -83; +bracketright = -84; +parenright.case = -79; +bracketright.case = -84; }; -jcircumflex = { -hcircumflex = 22; -i.ss01 = 17; -jcircumflex = 86; -scircumflex = 0; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -97; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_J" = -95; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 37; +"@MMK_R_KO_W" = 42; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 38; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -66; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_aacute" = -50; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = -51; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_icircumflex" = 73; +"@MMK_R_KO_imacron" = 103; +"@MMK_R_KO_itilde" = 91; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -45; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -21; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = -32; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 58; +"@MMK_R_KO_g.ss06" = -53; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = -56; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = 6; +"@MMK_R_KO_sevensuperior" = 23; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -16; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -110; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -99; +"@MMK_R_KO_backslash" = 61; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_underscore" = -104; +"@MMK_R_KO_hyphen.case" = -39; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 19; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 19; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = 20; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_quoteright.ss01" = 18; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -59; }; -k = { -ampersand = -15; -asciitilde = -36; -exclam.ss01 = 5; -iogonek = 9; -logicalnot = -85; -minus = -45; -plus = -39; -two = 23; -yhookabove = 0; +Icircumflex = { +Icircumflex = 44; +l = -3; +icircumflex = 47; +l.ss03 = -2; +l.ss04 = 0; +parenright = 0; +bracketright = 0; +parenright.case = 14; +bracketright.case = 0; }; -l = { -Hbar = 28; -at = 0; -backslash = 18; -hbar = 17; -ibreve = 18; -idieresis = 18; -idieresis.ss01 = 14; -jcircumflex = 20; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -plus = -2; +iogonek = { +iogonek = 9; +j = 0; }; -l.ss03 = { -iogonek = 11; -jcircumflex = 0; -periodcentered.loclCAT = -38; +uhorn = { +a = -15; +a.ss05 = -16; +ohorn = -20; +ohorndotbelow = -20; +ohorndotbelow.ss01 = -20; +ohorngrave = -20; +ohornacute = -20; +ohornhookabove = -20; +ohorntilde = -20; +period = -21; +comma = -22; +ellipsis = -45; +question = 58; +period.ss01 = -33; +ellipsis.ss01 = -43; +comma.ss01 = -32; +parenright = -7; +quotedblright = 41; +quotedbl = 35; }; -l.ss04 = { -ibreve = 18; -idieresis = 18; -jcircumflex = 20; +underscore = { +g.ss06 = 54; +underscore = 17; +parenleft.case = -47; }; -lcaron = { -exclam.ss01 = 114; -ncaron = 18; -scaron = 23; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -72; +"@MMK_R_KO_J" = -66; +"@MMK_R_KO_G.ss07" = -69; +"@MMK_R_KO_S" = -37; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -66; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_a.ss05" = -66; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -70; +"@MMK_R_KO_f" = -54; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -29; +"@MMK_R_KO_n" = -68; +"@MMK_R_KO_j" = 98; +"@MMK_R_KO_s" = -65; +"@MMK_R_KO_t" = -50; +"@MMK_R_KO_u" = -74; +"@MMK_R_KO_v" = -63; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -61; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -50; +"@MMK_R_KO_pi" = -67; +"@MMK_R_KO_zero" = -65; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_two" = -35; +"@MMK_R_KO_three" = -44; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -67; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -40; +"@MMK_R_KO_nine" = -43; +"@MMK_R_KO_period" = -58; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_ellipsis" = -70; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_hyphen" = -82; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -78; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -36; +"@MMK_R_KO_plus" = -90; }; -lcaron.ss03 = { -b = 0; -bracketright = 10; -ccaron = -16; -comma = 23; -eightsuperior = 31; -exclam = 49; -exclam.ss01 = 48; -fivesuperior = 42; -h = 0; -i = 0; -i.ss01 = 0; -j = 0; -j.ss01 = 0; -k = 0; -l.ss03 = 0; -lcaron.ss03 = 0; -m = 0; -n = 0; -ncaron = 0; -ninesuperior = 42; -onesuperior = 48; -parenright = 31; -period = 21; -question = 49; -question.ss01 = 27; -quotedbl = 58; -quotedblleft = 35; -quotedblleft.ss01 = 47; -quoteleft = 35; -quoteleft.ss01 = 47; -quotesingle = 58; -s = 0; -scaron = 0; -sevensuperior = 53; -sixsuperior = 30; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -threesuperior = 22; -twosuperior = 29; -u = 0; -uacute = 0; -v = 0; -zcaron = 21; +W = { +Hbar = 44; +adieresis.ss05 = -42; +igrave = 61; +idieresis = 76; +scaron = -27; +idieresis.ss01 = 65; +six = -29; +seven = 39; +threeinferior = -66; +ampersand = -58; +plus = -43; +minus = -60; +notequal = -77; +logicalnot = -89; +asciitilde = -42; }; -lcaron.ss04 = { -exclam.ss01 = 114; -ncaron = 18; -scaron = 23; +Aogonek = { +Lslash = -28; +period = 25; +comma = 39; +endash.case = -92; +parenright = 0; +bracketright = 0; }; -lcommaaccent = { -j = 18; +Z = { +Lslash = -29; +igrave = 45; +ibreve = 76; +icaron = 72; +zero = -46; +two = 37; +six = -37; +seven = 28; +numbersign = -63; +endash.case = -80; +at = -37; +plus = -114; +minus = -140; +divide = -121; +equal = -58; +less = -108; +logicalnot = -180; +asciitilde = -118; }; -ldot.ss01 = { -a = 33; -comma.ss01 = -67; -e = 33; -period.ss01 = -68; +emdash = { +x = -75; +zero.numr = -71; +one.numr = -64; +three.numr = -57; +four.numr = -127; +five.numr = -63; +six.numr = -65; +seven.numr = -68; +eight.numr = -59; +nine.numr = -68; +threesuperior = -62; +fivesuperior = -68; +eightsuperior = -62; +colon = -61; +semicolon = -61; +questiondown = -71; +question.ss01 = -109; +questiondown.ss01 = -71; +quotedblbase = -121; +quotedblbase.ss01 = -128; +quoteleft.ss01 = -68; +quoteright.ss01 = -68; }; -ldot.ss01.ss04 = { -comma.ss01 = -67; -period.ss01 = -68; +tbar = { +a = 0; +e = 0; +tbar = 13; }; -ldot.ss04 = { -a = 34; -e = 34; -o = 34; +eng = { +j = 6; +slash = 38; +parenright = -4; +bracketright = -2; }; -less = { -S = 36; -less = -36; -parenright = -35; -three = 38; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -164; +"@MMK_R_KO_H" = -45; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_J" = -205; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -38; +"@MMK_R_KO_T" = -90; +"@MMK_R_KO_V" = -79; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = -110; +"@MMK_R_KO_Y" = -90; +"@MMK_R_KO_Z" = -99; +"@MMK_R_KO_I.ss02" = -86; +"@MMK_R_KO_J.ss10" = -210; +"@MMK_R_KO_a" = -67; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = -43; +"@MMK_R_KO_e" = -71; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -64; +"@MMK_R_KO_i" = -46; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = -49; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_z" = -44; +"@MMK_R_KO_t_t.liga" = -12; }; -lessequal = { -n = -42; -parenright = -78; +percent = { +twosuperior = -33; +threesuperior = -56; +fivesuperior = -62; +eightsuperior = -56; +question.ss01 = -95; +bracketright.case = -47; +quoteright.ss01 = -68; }; -liraTurkish = { -foursuperior = -77; -one = -68; -onesuperior = -61; -parenright = -86; -question = -68; -question.ss01 = -83; -quotedbl = -82; -quotesingle = -67; -seven = -76; -sevensuperior = -65; -sixsuperior = -52; -slash = -52; -two = -36; +Uhornhookabove = { +exclam.ss01 = 39; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_J" = -86; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -87; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = -76; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = -71; +"@MMK_R_KO_I.ss02" = -72; +"@MMK_R_KO_J.ss10" = -28; }; -literSign = { -parenright = -42; +uhorngrave = { +a = -25; +a.ss05 = -25; +o = -30; +n = -14; +period = -35; +comma = -36; +period.ss01 = -46; +comma.ss01 = -45; +parenright = -25; +quotedblright = 21; +quotedbl = 17; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -14; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = -13; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_underscore" = -11; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -60; }; -logicalnot = { -one = -138; -parenright = -137; -parenright.case = -100; -seven = -105; -two = -61; -y = -73; +a.ss05 = { +p = 0; +jcircumflex = 0; +germandbls = -26; +gbreve.ss06 = 21; +gcircumflex.ss06 = 21; +ordfeminine = -57; +ordmasculine = -56; +seven = -67; +notequal = -75; +logicalnot = -71; }; -lslash.ss03 = { -comma = 21; -period = 18; +Itilde = { +Itilde = 0; +igrave = 16; +itilde = 77; }; -m = { -backslash = -65; -comma = 11; -e = 9; -hyphen = 11; -multiply = -29; -ordmasculine = -40; -parenleft = 5; -period = 11; -registered = -28; -seven = -43; -wgrave = -11; +threesuperior = { +A = -105; +fraction = -17; +period = -61; +comma = -63; +slash = -107; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -63; +parenright = -25; +parenright.case = -25; +guillemetleft = -38; }; -minus = { -A = -64; -I.ss02 = -108; -T = -150; -V = -68; -X = -105; -Y = -97; -Z = -97; -comma = -73; -comma.ss01 = -68; -eight = -9; -four = -15; -one = -66; -parenright = -92; -parenright.case = -81; -period = -71; -period.ss01 = -68; -quotedblleft = -92; -quotedblright = -85; -seven = -47; -seven.numr = -54; -tenge = -48; -three = -22; -two = -32; -x = -37; -yen = -54; +ydotbelow.ss01 = { +period.ss01 = -58; +parenright = -41; }; -mu = { -braceright = -65; -bracketright = -67; -comma.ss01 = -26; -hyphen = 0; -mu = 0; -one = -28; -onesuperior = -56; -parenright = -40; -period.ss01 = -28; -pi = 0; -quotedbl = -27; -quotedblleft = -38; -quotedblright = -27; -quoteleft = -38; -quoteright = -24; -quotesingle = -27; -sevensuperior = -67; -trademark = -79; -twosuperior = -5; +endash.case = { +seven.numr = -63; +bracketright.case = -104; +quotedblbase = -121; +quotedblbase.ss01 = -128; }; -multiply = { -A = -42; -P = -30; -T = -59; -Y = -50; -five = -13; -one = -6; -p = -31; -parenright = -82; -parenright.case = -78; -two = -7; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 67; +"@MMK_R_KO_imacron" = 88; +"@MMK_R_KO_itilde" = 97; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 31; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -45; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = -40; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = -25; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 23; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_g.ss06" = 25; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_four" = -43; +"@MMK_R_KO_sixsuperior" = -52; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -46; +"@MMK_R_KO_threesuperior" = -48; +"@MMK_R_KO_foursuperior" = -43; +"@MMK_R_KO_fivesuperior" = -54; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -50; +"@MMK_R_KO_ninesuperior" = -62; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = -37; +"@MMK_R_KO_asterisk" = -45; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -44; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_underscore" = 12; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_braceright" = -47; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -54; +"@MMK_R_KO_quotedblright" = -44; +"@MMK_R_KO_quoteleft" = -54; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -63; +"@MMK_R_KO_quotedblright.ss01" = -51; +"@MMK_R_KO_quoteright.ss01" = -52; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -91; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -56; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_two" = 29; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -43; +"@MMK_R_KO_seven" = -63; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -26; +"@MMK_R_KO_sixsuperior" = -63; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_foursuperior" = -63; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_ninesuperior" = -63; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -63; +"@MMK_R_KO_endash.case" = -63; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -63; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -63; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -57; }; -n = { -Tcedilla = -149; -asciitilde = 0; -at = 0; -backslash = -66; -degree = -70; -e = 10; -greaterequal = -37; -guilsinglright = 0; -jcircumflex = 0; -logicalnot = -51; -multiply = -30; -n = 0; -ordmasculine = -42; -parenleft = 6; -registered = -29; -seven = -46; +N = { +Hbar = 36; +igrave = 34; +icaron = 65; +idieresis = 67; +jcircumflex = 62; +idieresis.ss01 = 37; +degree = -18; +logicalnot = -62; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -53; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -152; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -82; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -112; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -43; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -25; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -27; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = -1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_four" = 16; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = -26; +"@MMK_R_KO_comma" = -26; +"@MMK_R_KO_colon" = -26; +"@MMK_R_KO_semicolon" = -26; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -54; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_backslash" = -63; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -36; +"@MMK_R_KO_colon.ss01" = -33; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -85; +"@MMK_R_KO_braceright" = -77; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_quotedblleft" = -65; +"@MMK_R_KO_quotedblright" = -64; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 14; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -61; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -85; +"@MMK_R_KO_quoteright.ss01" = -68; +"@MMK_R_KO_trademark" = -88; +"@MMK_R_KO_asciicircum" = -68; }; -ncaron = { -Yacute = -58; -parenright = -39; +b = { +seven = -67; +registered = -20; +notequal = -51; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -76; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -141; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -142; +"@MMK_R_KO_V" = -76; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -111; +"@MMK_R_KO_Y" = -104; +"@MMK_R_KO_Z" = -102; +"@MMK_R_KO_I.ss02" = -112; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_t_t.liga" = -5; +}; +Itilde.ss02 = { +igrave = 48; }; -nine = { -braceright = -53; -bracketright.case = -53; -ordmasculine = 0; -six = 21; -trademark = -47; +trademark = { +period = -61; +comma = -63; +slash = -131; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -103; +parenright = -25; +parenright.case = -25; +guillemetleft = -58; +guilsinglleft = -58; +guillemetright = -40; +guilsinglright = -40; }; -nine.dnom = { -degree = -105; -parenright = -78; -question = -86; -question.ss01 = -113; -quotedbl = -83; -quotedblleft = -133; -quotedblleft.ss01 = -115; -quotedblright = -129; -quotedblright.ss01 = -111; -quoteright = -73; -quotesingle = -67; +literSign = { +parenright = -50; +parenright.case = -38; +guillemetleft = -26; +guilsinglleft = -26; }; -nineinferior = { -parenright = -72; +ohorn = { +i = 35; +idotaccent = 35; +i.ss01 = 35; +idotaccent.ss01 = 35; +m = 35; +n = 35; +r = 35; +t = 0; +u = 41; +v = 0; +t_i.liga = 0; +t_t.liga = 0; +period = -9; +comma = -8; +period.ss01 = -25; +comma.ss01 = -17; +hyphen = 60; +parenright = -34; +bracketright = -50; +quotedbl = 0; }; -ninesuperior = { -comma = -73; -comma.ss01 = -68; -fraction = -20; -period = -71; -period.ss01 = -68; -slash = -129; +quotedblleft = { +A = -130; +Dcroat = -45; +Hbar = 32; +igrave = 55; +icircumflex = 49; +imacron = 91; +jcircumflex = 45; +s = -49; +x = -18; +g.ss06 = -56; +mu = -31; +exclamdown = -35; +questiondown = -116; +backslash = 66; +questiondown.case = -96; +underscore = -121; +quotedblbase = -121; +ampersand = -61; +minus = -69; +divide = -57; +asciitilde = -54; }; -notequal = { -N = -52; -b = -55; -parenright = -86; -zero = -41; +l.ss04 = { +Hbar = 38; +l.ss04 = 18; +periodcentered.loclCAT = 44; +parenright = -11; +bracketright = -10; +quoteright = 2; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -56; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 34; +"@MMK_R_KO_X" = 37; +"@MMK_R_KO_Y" = 23; +"@MMK_R_KO_Z" = 40; +"@MMK_R_KO_I.ss02" = 50; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_aacute" = -42; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_eacute" = -40; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -89; +"@MMK_R_KO_w" = -76; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = -86; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = -88; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -69; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 11; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -30; +"@MMK_R_KO_hyphen" = -97; +"@MMK_R_KO_endash" = -97; +"@MMK_R_KO_underscore" = 11; +"@MMK_R_KO_hyphen.case" = -97; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 7; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -86; }; -ntilde = { -parenright = -41; +integral = { +guillemetright = -85; +guilsinglright = -85; +integral = -72; +A = -75; +a = -76; +d = -77; +a.ss05 = -75; +e = -79; +s = -72; +w = -68; }; -numbersign = { -A = -34; -C = 11; -J = -71; -T = -71; -V = -30; -X = -56; -Y = -48; -bracketright = -81; -comma = -68; -comma.ss01 = -68; -eight = 9; -four = 0; -nine = 13; -one = -18; -parenright = -61; -parenright.case = -54; -period = -70; -period.ss01 = -68; -six = 12; -three = 0; +two.dnom = { +question = -79; +question.ss01 = -91; +parenright = -50; +quotedblleft = -116; +quotedblright = -117; +quoteleft = -63; +quoteright = -73; +quotedbl = -99; +quotesingle = -57; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -102; }; -numero = { -one = 0; -parenright = -46; -period = -71; +parenleft.case = { +Icircumflex = 55; +Imacron = 51; +Idieresis = 50; +Dcroat = -38; +Eth = -38; +Iogonek = 69; +Itilde = 54; +Lslash = -25; +Idieresis.ss01 = 47; +four.numr = -62; +numbersign = -58; +questiondown.case = -19; +question.ss01 = -39; +parenleft.case = -38; +quotedblbase = 2; +quotedblbase.ss01 = 0; +at = -40; +ampersand = -29; +section = -25; +copyright = -79; +registered = -56; +published = -79; +literSign = -36; +numero = -2; +cent = -75; +dollar = -43; +euro = -72; +liraTurkish = -43; +minus = -104; +multiply = -93; +divide = -98; +equal = -77; +notequal = -100; +less = -94; +greaterequal = -24; +approxequal = -118; +logicalnot = -109; +asciitilde = -86; +asciicircum = -114; +infinity = -71; +radical = -73; }; -o = { -Ydieresis = -111; -Ydieresis.ss01 = -111; -backslash = -67; -bracketright = -90; -gbreve.ss06 = 0; -gcircumflex.ss06 = 0; -gcommaaccent.ss06 = 0; -germandbls = -17; -logicalnot = -45; -n = 0; -parenleft = 16; -quotedbl = -56; -quotedblright = -70; -quoteright = -69; -quotesingle = -56; -registered = -24; -seven = -52; -tbar = 19; -two = -12; +Iacute.ss02 = { +igrave = 48; +endash.case = -98; }; -oacute = { -parenright = -75; +tenge = { +four = -93; +period = -61; +comma = -63; +slash = -114; +period.ss01 = -58; +comma.ss01 = -58; }; -ocircumflex = { -T = -91; +colon = { +A = 11; +D = 0; +C = -4; +J = 14; +T = -61; +V = -35; +W = -15; +Y = -58; +a = -24; +c = -29; +e = -30; +o = -30; +f = 26; +s = -4; +t = 25; +z = 29; +t_i.liga = 25; +pi = 25; +zero = -4; +one = 0; +two = 33; +three = 0; +four = -61; +sevensuperior = -61; +emdash = -61; +parenright = -59; +braceright = -61; +bracketright = -61; +parenright.case = 0; +guillemetleft = -39; +guilsinglleft = -39; }; -ocircumflexgrave = { -comma = -23; -comma.ss01 = -45; -guillemetright = -21; -hyphen = 32; -parenright = -58; -period = -23; -period.ss01 = -47; -quotedbl = -49; -quotedblright = -60; +h = { +seven = -58; +registered = -23; }; -ocircumflexhookabove = { -comma = -23; -comma.ss01 = -45; -guillemetright = -20; -hyphen = 32; -parenright = -17; -period = -23; -period.ss01 = -47; -quotedbl = -42; -quotedblright = -42; +emacron = { +Y = -68; +lcommaaccent = 5; }; -ocircumflextilde = { -parenright = -59; +numbersign = { +A = -48; +J = -76; +T = -76; +X = -69; +Y = -63; +one = -38; +eight = 5; +period = -61; +comma = -63; +slash = -49; +period.ss01 = -58; +comma.ss01 = -58; +parenright = -71; +bracketright = -71; +parenright.case = -66; +bracketright.case = -68; }; -odieresis = { -gbreve.ss06 = 0; -germandbls = -17; -parenright = -75; +copyright = { +parenright = -99; +parenright.case = -93; }; -odieresis.ss01 = { -germandbls = -17; +t = { +iogonek = 0; +wdieresis = 19; +two = 28; +logicalnot = -94; +asciitilde = -5; }; -ohookabove = { -parenright = -75; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 33; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -35; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 29; +"@MMK_R_KO_a" = 22; +"@MMK_R_KO_aacute" = 22; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 21; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 62; +"@MMK_R_KO_imacron" = 71; +"@MMK_R_KO_itilde" = 63; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 20; +"@MMK_R_KO_s" = 24; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 32; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 30; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -27; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -57; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_bracketright.case" = -37; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = -47; +}; +Hcircumflex = { +igrave = 16; }; -ohorn = { -comma = -23; -comma.ss01 = -45; -hyphen = 32; -parenright = -75; -period = -23; -period.ss01 = -47; -quotedbl = -46; -quotedblright = -44; -u = 10; +aogonek.ss05 = { +j = 25; +comma = 45; +parenright = 0; +bracketright = 0; }; -ohornacute = { -c = 17; -parenright = -74; -t = -17; -t_i.liga = -17; -t_t.liga = -17; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_J" = -86; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -87; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = -76; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_Z" = -71; +"@MMK_R_KO_I.ss02" = -72; +"@MMK_R_KO_J.ss10" = -28; +}; +_B.currency = { +_baht.bar = 0; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 28; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 31; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = 14; +"@MMK_R_KO_icircumflex" = 36; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 60; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 25; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 55; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 6; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = 57; +"@MMK_R_KO_hyphen.case" = 23; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = 23; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -43; }; -ohorndotbelow = { -c = 17; -comma = -23; -parenright = -74; -period = -23; -t = -17; -t_i.liga = -17; -t_t.liga = -17; -u = 10; +rupeeIndian = { +four = -59; +period = -48; +comma = -48; +slash = -44; +period.ss01 = -58; +comma.ss01 = -56; }; -ohorndotbelow.ss01 = { -c = 17; -comma.ss01 = -45; -parenright = -75; -period.ss01 = -47; -t = -17; -t_i.liga.ss01 = -17; -t_t.liga = -17; +Zdotaccent = { +Hbar = 13; +endash.case = -80; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_T" = -91; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = -29; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 33; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -11; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -45; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -53; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 18; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -53; +"@MMK_R_KO_quotedblright" = -45; +"@MMK_R_KO_quoteleft" = -51; +"@MMK_R_KO_quoteright" = -37; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -46; +"@MMK_R_KO_quotesingle" = -41; +"@MMK_R_KO_quotedblleft.ss01" = -63; +"@MMK_R_KO_quotedblright.ss01" = -64; +"@MMK_R_KO_quoteright.ss01" = -51; }; -ohorngrave = { -comma = -23; -comma.ss01 = -45; -parenright = -75; -period = -23; -period.ss01 = -47; -quotedbl = -46; -quotedblright = -44; +P = { +Hbar = 57; +Oslash = 0; +hbar = 44; +igrave = 10; +idieresis = 45; +idieresis.ss01 = 44; +two = 26; +three = 14; +five = 5; +seven = 29; +nine = 27; +twoinferior = -31; +threeinferior = -37; +fourinferior = -105; +ellipsis.ss01 = -227; +endash.case = 7; +braceright.case = -45; +ampersand = -50; }; -ohornhookabove = { -comma = -23; -comma.ss01 = -45; -parenright = -74; -period = -23; -period.ss01 = -47; -quotedbl = -46; -quotedblright = -44; +twoinferior = { +T = -182; +V = -92; +W = -61; +Y = -138; +t = -48; +t_i.liga = -48; +t_t.liga = -48; +parenright = -32; }; -ohorntilde = { -comma = -23; -comma.ss01 = -45; -parenright = -71; -period = -23; -period.ss01 = -47; +wdieresis = { +period = -61; +comma = -63; +bracketright = -71; }; -ohungarumlaut = { -b = 0; -bracketright = -57; -h = 0; -i = 0; -j = 0; -k = 0; -l = 0; -l.ss04 = 0; -parenright = -44; -quotedbl = -49; -quotedblright = -57; -sevensuperior = -48; +uhungarumlaut = { +onesuperior = -56; +sevensuperior = -59; +parenright = -63; +bracketright = -62; }; -omacron = { -T = -61; -parenright = -70; +odieresis = { +germandbls = -12; +gbreve.ss06 = 9; }; -one = { -bracketright = -6; -colon.ss01 = -12; -comma = 0; -comma.ss01 = -21; -degree = -17; -equal = 0; -four = 0; -icircumflex = 43; -multiply = -30; -one = 0; -ordfeminine = -6; -ordmasculine = -4; -parenright = -3; -parenright.case = 0; -percent = 0; -period = 0; -period.ss01 = -24; -seven = 0; -slash = 0; -three = 0; -two = 0; -zero = 0; +ohorndotbelow = { +c = 19; +i = 15; +idotaccent = 15; +m = 15; +n = 15; +p = 15; +t = -8; +u = 21; +t_i.liga = -8; +t_t.liga = -8; +period = -20; +comma = -20; +parenright = -49; +bracketright = -63; }; -one.dnom = { -degree = -83; -one.dnom = 0; -parenright = -63; -question = -76; -question.ss01 = -101; -quotedbl = -61; -quotedblleft = -106; -quotedblright = -107; -quoteright = -73; -quotesingle = -61; -two.dnom = 0; -zero.dnom = 0; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = -48; +"@MMK_R_KO_I.ss02" = -56; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 36; +"@MMK_R_KO_imacron" = 46; +"@MMK_R_KO_itilde" = 40; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 20; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = 6; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -57; +"@MMK_R_KO_comma" = -57; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -86; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -52; +"@MMK_R_KO_backslash" = -28; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 22; +"@MMK_R_KO_underscore" = -75; +"@MMK_R_KO_hyphen.case" = 24; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_braceright" = -79; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_parenright.case" = -81; +"@MMK_R_KO_bracketright.case" = -76; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -42; }; one.numr = { fraction = 0; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -A = -81; -comma = -73; -comma.ss01 = -68; -period = -71; -period.ss01 = -68; -slash = -94; +Uhorntilde = { +exclam.ss01 = 39; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -21; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = 13; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 14; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_five" = 11; +"@MMK_R_KO_six" = 10; +"@MMK_R_KO_seven" = -10; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_plus" = 0; }; -ordfeminine = { -comma = -73; -comma.ss01 = -68; -parenright = -25; -period = -71; -period.ss01 = -68; +two = { +icircumflex = 51; +x = 22; +colon = 33; +semicolon = 32; +braceright = -40; +minus = -14; +multiply = -16; }; -ordmasculine = { -comma = -73; -comma.ss01 = -68; -hyphen = -84; -parenright = -49; -parenright.case = -48; -period = -71; -period.ss01 = -68; -slash = -137; +j = { +hbar = 23; +idieresis = 28; +iogonek = 32; +jcircumflex = 25; }; -oslash = { -a = 16; -bracketright = -89; -c = 17; -comma = -23; -comma.ss01 = -45; -d = 16; -e = 17; -f = 0; -f_f.liga = 0; -f_f_i.liga = 0; -f_y.liga = 0; -fi = 0; -fl = 0; -g = 17; -g.ss06 = 0; -hyphen = 32; -l.ss03 = 5; -l.ss04 = 3; -o = 17; -oslash = 17; -parenright = -50; -period = -23; -period.ss01 = -47; -s = 4; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -u = 10; -v = 0; -y = 0; +ldot.ss01 = { +period.ss01 = -55; +comma.ss01 = -56; }; -otilde = { -parenright = -71; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -168; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -27; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_four" = -65; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -37; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 31; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 28; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 25; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -74; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_underscore" = 17; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -72; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -26; }; -p = { -backslash = -63; -parenleft = 17; -registered = -22; -seven = -48; -two = -10; +idieresis = { +l = 6; +icaron = 10; +idieresis = 10; }; -parenleft = { -Abrevetilde = -35; -Ccedilla = -64; -Ccircumflex = -65; -Dcroat = -47; -Eth = -47; -Gcircumflex = -65; -Icircumflex = 67; -Idieresis = 37; -Idotaccent = 3; -Imacron = 54; -Iogonek = 85; -Itilde = 59; -Jcircumflex = -38; -Lslash = -34; -OE = -68; -Odieresis = -65; -Odieresis.ss01 = -65; -Oslash = -32; -Scedilla = -34; -Scircumflex = -39; -Ydieresis = 0; -a.ss05 = -62; -acircumflexacute = -56; -adieresis = -75; -agrave = -75; -ampersand = -65; -approxequal = -125; -aring = -75; -asciicircum = -107; -asciitilde = -80; -at = -80; -ccaron = -66; -ccedilla = -70; -ccircumflex = -74; -cent = -84; -copyright = -84; -divide = -92; -dollar = -54; -equal = -69; -euro = -75; -four.numr = -75; -g.ss06 = 0; -germandbls = -48; -greater = -35; -greaterequal = -78; -hcircumflex = 64; -i.ss01 = -12; -iacute = -38; -ibreve = 43; -idotaccent.ss01 = -12; -imacron = 26; -infinity = -83; -iogonek = 80; -jcircumflex = 91; -l.ss03 = 0; -l.ss04 = 22; -less = -71; -lessequal = -77; -liraTurkish = -52; -literSign = -60; -logicalnot = -128; -minus = -92; -mu = 0; -multiply = -82; -notequal = -118; -numbersign = -61; -numero = -11; -ocircumflex = -75; -ohornhookabove = -75; -onesuperior = -18; -oslash = -25; -p = 0; -plusminus = -36; -published = -84; -question.ss01 = -50; -questiondown = -9; -quotedblbase = 0; -quotedblbase.ss01 = 0; -quotesinglbase = 0; -racute = -40; -radical = -76; -scaron = -43; -scedilla = -49; -scircumflex = -63; -scommaaccent = -63; -section = -38; -semicolon.ss01 = 0; -sterling = -43; -summation = 31; -tbar = -54; -tcommaaccent = -42; -thorn = 13; -udieresis = -69; -udieresis.ss01 = -69; -ugrave = -69; -wacute = -53; -wgrave = -52; -zcaron = -38; +approxequal = { +one = -31; +parenright = -134; +parenright.case = -133; +A = -95; +I.ss02 = -93; }; -parenleft.case = { -Dcroat = -45; -Icircumflex = 74; -Imacron = 67; -Iogonek = 75; -Lslash = -32; -OE = -58; -approxequal = -100; -asciicircum = -104; -asciitilde = -67; -at = -53; -copyright = -76; -dollar = -51; -equal = -62; -euro = -71; -infinity = -74; -less = -60; -logicalnot = -109; -minus = -82; -multiply = -77; -numbersign = -57; -parenleft.case = -41; -published = -76; -question.ss01 = -50; -questiondown.case = -39; -quotedblbase = 0; -radical = -70; -section = -29; +ograve = { +T = -151; }; -parenright = { -asciicircum = -42; -braceright = -47; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_I.ss02" = -39; +"@MMK_R_KO_a" = 27; +"@MMK_R_KO_aacute" = 27; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 26; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 15; +"@MMK_R_KO_icircumflex" = 15; +"@MMK_R_KO_imacron" = 15; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 37; +"@MMK_R_KO_s" = 24; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 18; +"@MMK_R_KO_uacute" = 18; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -21; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = -20; +"@MMK_R_KO_semicolon" = -20; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = -39; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_question.ss01" = -51; +"@MMK_R_KO_hyphen" = 40; +"@MMK_R_KO_endash" = 28; +"@MMK_R_KO_underscore" = -37; +"@MMK_R_KO_parenleft" = 23; +"@MMK_R_KO_parenright" = -80; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -62; +"@MMK_R_KO_quotedblright" = -51; +"@MMK_R_KO_quoteleft" = -62; +"@MMK_R_KO_quoteright" = -50; +"@MMK_R_KO_guillemetleft" = 24; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -56; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -67; +"@MMK_R_KO_quoteright.ss01" = -67; +"@MMK_R_KO_trademark" = -77; }; -parenright.case = { -bracketright.case = -41; -colon = -2; -comma = -23; -comma.ss01 = -51; -emdash.case = 21; -hyphen.case = 21; -parenleft.case = 15; -parenright.case = -40; -period = -28; -period.ss01 = -55; -quotedbl = -9; -semicolon = 0; -slash = -31; +S = { +Hbar = 37; +Lslash = 18; +hbar = 40; +ibreve = 34; +idieresis = 48; +idieresis.ss01 = 32; +two = 14; +three = 33; +five = 29; +eight = 28; +ampersand = 22; +dollar = 15; +greater = 34; +logicalnot = -77; }; -percent = { -eightsuperior = -53; -fivesuperior = -61; -foursuperior = -71; -ninesuperior = -57; -onesuperior = -73; -question.ss01 = -111; -sevensuperior = -78; -sixsuperior = -65; -threesuperior = -57; -twosuperior = -33; +periodcentered.loclCAT = { +l = 42; +l.ss03 = 46; +l.ss04 = 39; }; -period = { -braceright = -46; -eightsuperior = -71; -fivesuperior = -71; -foursuperior = -71; -g.ss06 = 43; -ninesuperior = -71; -onesuperior = -71; -ordfeminine = -71; -ordmasculine = -71; -parenleft.case = -28; -quotesingle = -67; -sevensuperior = -71; -six = -26; -sixsuperior = -71; -threesuperior = -71; -twosuperior = -71; +Iogonek = { +iogonek = 37; +j = 7; +j.ss01 = 7; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 28; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -36; +"@MMK_R_KO_asciicircum" = -46; }; -period.ss01 = { -Y = -68; -eightsuperior = -68; -fivesuperior = -68; -foursuperior = -68; -mu = -28; -ninesuperior = -68; -onesuperior = -68; -ordfeminine = -68; -ordmasculine = -68; -parenleft.case = -56; -question.ss01 = -68; -quotedbl = -68; -sevensuperior = -68; -sixsuperior = -68; -threesuperior = -68; -twosuperior = -68; +racute = { +parenright = -34; +bracketright = -39; }; -perthousand = { -asterisk = -91; -comma = -12; -comma.ss01 = -38; -parenright = -83; -parenright.case = -57; -period = -17; -period.ss01 = -41; -question = -111; -question.ss01 = -129; -quotedblleft = -137; -quotedblleft.ss01 = -128; -quotedblright = -137; -quotedblright.ss01 = -126; -quoteleft = -73; +questiondown.case = { +C = -10; +Q = -10; +Q.ss09 = -10; +T = -101; +V = -98; +W = -72; +Y = -103; +one = -72; +seven = -91; +parenright.case = -50; +quotedblleft = -117; quoteright = -73; +quotedbl = -114; +quotesingle = -57; +quotedblleft.ss01 = -124; +quoteright.ss01 = -68; }; -pi = { -braceright = -70; -bracketright = -68; -colon = 30; -comma = 30; -guillemetright = 27; -hyphen = -27; -parenright = -40; -period = 15; -period.ss01 = -2; -pi = 18; -quoteright = -3; -quotesingle = 0; -semicolon = 31; -sevensuperior = -63; -slash = 22; -trademark = -62; +f_y.liga = { +germandbls = 20; +zeroinferior = -50; +ampersand = -42; }; -plus = { -X = -96; -asterisk = -36; -braceright = -90; -bracketright = -95; -bracketright.case = -95; -comma = -73; -comma.ss01 = -68; -one = -58; -parenright = -84; -parenright.case = -74; -period = -71; -period.ss01 = -68; -plus = -26; -question = -55; -quotedbl = -47; -quotedblleft = -70; -quotedblright = -62; -quoteright = -59; -quotesingle = -47; -seven = -45; -slash = -72; -tenge = -48; -three = -15; -two = -26; -x = -37; -yen = -44; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -77; +"@MMK_R_KO_Oacute" = -76; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = -75; +"@MMK_R_KO_S" = -34; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -71; +"@MMK_R_KO_a" = -75; +"@MMK_R_KO_aacute" = -74; +"@MMK_R_KO_a.ss05" = -57; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -78; +"@MMK_R_KO_eacute" = -78; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_n" = -40; +"@MMK_R_KO_j" = 116; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -65; +"@MMK_R_KO_t" = -62; +"@MMK_R_KO_u" = -71; +"@MMK_R_KO_uacute" = -70; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -31; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_pi" = -61; +"@MMK_R_KO_zero" = -70; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_two" = -21; +"@MMK_R_KO_three" = -50; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -69; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -34; +"@MMK_R_KO_nine" = -35; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -62; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -39; +"@MMK_R_KO_comma" = 40; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -47; +"@MMK_R_KO_comma.ss01" = 13; +"@MMK_R_KO_colon.ss01" = -40; +"@MMK_R_KO_hyphen" = -92; +"@MMK_R_KO_endash" = -93; +"@MMK_R_KO_parenright" = 24; +"@MMK_R_KO_bracketright" = 26; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -72; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -37; +"@MMK_R_KO_plus" = -105; +"@MMK_R_KO_percent" = -35; }; -plusminus = { -one = -45; -parenright = -36; +bracketleft.case = { +Icircumflex = 29; +numbersign = -62; +parenleft.case = -39; +bracketright.case = 26; +at = -46; +literSign = -65; +euro = -77; +minus = -106; +equal = -94; +less = -94; +asciitilde = -89; +asciicircum = -107; +infinity = -73; }; -published = { -T = -68; -Y = -65; -parenright = -84; +K = { +Lslash = -19; +Oslash = -2; +edieresis = -28; +odieresis.ss01 = -27; +odieresis = -27; +oslash = 0; +igrave = 29; +rcaron = 11; +idieresis = 35; +jcircumflex = 13; +ygrave = -82; +ytilde = -79; +idieresis.ss01 = 35; +zero = -49; +two = 55; +three = -14; +six = -40; +seven = -2; +nine = -22; +numbersign = -65; +endash.case = -113; +parenleft.case = -27; +at = -28; +ampersand = -8; +registered = -67; +dollar = -28; +plus = -105; +minus = -128; +multiply = -52; +divide = -114; +equal = -55; +notequal = -104; +less = -101; +logicalnot = -174; +asciitilde = -86; }; -q = { -backslash = -40; -braceright = -5; -bracketright = -8; -comma = 6; -comma.ss01 = -2; -j = 17; -j.ss01 = 17; -parenright = 0; -semicolon = 3; -slash = 27; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -51; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -75; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -50; +"@MMK_R_KO_I.ss02" = -58; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 41; +"@MMK_R_KO_itilde" = 34; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -60; +"@MMK_R_KO_comma" = -60; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -87; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = -72; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_braceright" = -81; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_parenright.case" = -83; +"@MMK_R_KO_bracketright.case" = -78; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -46; +}; +semicolon = { +four = -61; +onesuperior = -43; +sevensuperior = -61; +hyphen = -61; +emdash = -61; +endash = -59; +hyphen.case = -38; +parenright = -6; +guillemetleft = -40; }; -question = { -exclam = 3; -questiondown = -113; +Thorn = { +Eth = 31; }; -question.ss01 = { -question.ss01 = 4; -questiondown.ss01 = -121; +four.dnom = { +question = -79; +question.ss01 = -88; +parenright = -71; +quotedblleft = -113; +quotedblright = -115; +quoteleft = -63; +quoteright = -73; +quotedbl = -97; +quotesingle = -57; +quotedblleft.ss01 = -127; +quoteleft.ss01 = -68; +quotedblright.ss01 = -123; +quoteright.ss01 = -68; +degree = -101; }; -questiondown = { -p = 0; -questiondown = 28; +braceright = { +Y = -45; +period = -45; +comma = -27; +period.ss01 = -54; +comma.ss01 = -47; +parenright = -36; +braceright = -35; +asciicircum = -68; }; -questiondown.case = { -C = -7; -Q = -7; -T = -88; -V = -88; -Y = -88; -quotedbl = -113; -quotedblleft = -118; -quotedblleft.ss01 = -115; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = 19; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_backslash" = 12; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = -6; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -51; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -94; +"@MMK_R_KO_Oacute" = -92; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -88; +"@MMK_R_KO_S" = -64; +"@MMK_R_KO_T" = -180; +"@MMK_R_KO_U" = -69; +"@MMK_R_KO_V" = -163; +"@MMK_R_KO_W" = -111; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -177; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_a.ss05" = -38; +"@MMK_R_KO_l" = -22; +"@MMK_R_KO_e" = -72; +"@MMK_R_KO_f" = -53; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = 45; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = -67; +"@MMK_R_KO_u" = -60; +"@MMK_R_KO_uacute" = -52; +"@MMK_R_KO_v" = -94; +"@MMK_R_KO_w" = -81; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -26; +"@MMK_R_KO_t_t.liga" = -67; +"@MMK_R_KO_zero" = -82; +"@MMK_R_KO_one" = -88; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -64; +"@MMK_R_KO_four" = -120; +"@MMK_R_KO_five" = -59; +"@MMK_R_KO_six" = -69; +"@MMK_R_KO_seven" = -96; +"@MMK_R_KO_eight" = -52; +"@MMK_R_KO_nine" = -57; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_guillemetright" = -72; +"@MMK_R_KO_quotedbl" = -124; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -128; +}; +ampersand = { +one = -74; +seven = -85; +parenright = -47; +bracketright = -71; +quotedblleft = -121; +quotedblright = -121; +quoteleft = -63; quoteright = -73; +quotedbl = -114; +quotesingle = -57; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; quoteright.ss01 = -68; -quotesingle = -67; -seven = -94; +v = -59; +w = -48; +y = -60; }; -questiondown.ss01 = { -C = -83; -D = -25; -E = -25; -G = -82; -N = -25; -O = -83; -P = -25; -Q = -83; -S = -54; -T = -156; -U = -74; -V = -155; -W = -118; -Y = -168; -a = -64; -c = -65; -d = -62; -e = -66; -four = -118; -o = -67; -q = -64; -quotedbl = -124; -quotedblleft.ss01 = -124; +four = { +x = -55; +ordfeminine = -70; +ordmasculine = -69; +zero.numr = -67; +one.numr = -61; +three.numr = -67; +four.numr = -63; +five.numr = -69; +six.numr = -66; +seven.numr = -62; +eight.numr = -64; +nine.numr = -74; +threesuperior = -67; +fivesuperior = -69; +eightsuperior = -65; +colon = -59; +semicolon = -59; +question.ss01 = -66; +underscore = -64; +braceright = -66; +braceright.case = -62; +bracketright.case = -64; quoteright.ss01 = -68; -quotesingle = -67; -s = -50; -t = -71; -t_i.liga.ss01 = -71; -t_t.liga = -71; -v = -93; +registered = -40; +trademark = -74; +asciicircum = -114; }; -quotedbl = { -A = -121; -AE = -123; -Aacute = -121; -Adieresis = -121; -Agrave = -121; -Amacron = -119; -Aring = -121; +zerosuperior = { +A = -126; +fraction = -29; +period = -61; +comma = -63; +slash = -125; +period.ss01 = -58; +comma.ss01 = -58; +parenright = -42; +parenright.case = -42; +guillemetleft = -52; +guilsinglleft = -52; +}; +n = { +n = 0; +gcircumflex.ss06 = 15; +ordfeminine = -44; +ordmasculine = -44; +seven = -58; +at = 7; +registered = -23; +degree = -68; +notequal = -54; +greaterequal = -39; +logicalnot = -58; +}; +bracketleft = { +Icircumflex = 26; Dcroat = -39; -Hbar = 38; -Jcircumflex = -110; -Lslash = -43; -asciitilde = -40; -ellipsis.ss01 = -148; -emdash = -148; -exclamdown = -24; -exclamdown.ss01 = -28; -g.ss06 = -45; -hbar = 36; -hyphen = -148; -imacron = 99; -jcircumflex = 57; -l.ss04 = 16; -mu = -27; -oslash = -55; -period.ss01 = -68; -questiondown = -126; -questiondown.case = -82; -questiondown.ss01 = -129; -underscore = -148; +Oslash = -40; +oslash = -22; +hcircumflex = 17; +i = -32; +idotaccent = -32; +iacute = -43; +ntilde = -67; +nacute = -71; +p = 0; +ibreve = 0; +icircumflex = 0; +imacron = 0; +jcircumflex = 105; +macute = -71; +scaron = -42; +scircumflex = -67; +germandbls = -72; +x = -68; +colon = -61; +numbersign = -64; +parenleft = -45; +at = -75; +ampersand = -68; +literSign = -75; +dollar = -51; +euro = -77; +minus = -106; +equal = -94; +less = -94; +asciitilde = -89; +asciicircum = -107; +infinity = -73; }; -quotedblbase = { -Dcroat = -56; -Icircumflex = -16; -Iogonek = 56; -Lslash = -47; -OE = -62; -Oslash = -18; -Tcedilla = -128; -approxequal = -92; -copyright = -76; -divide = -137; -equal = -91; -euro = -125; -g.ss06 = 36; -germandbls = -51; -iogonek = 53; -l.ss03 = -22; -l.ss04 = -16; -minus = -137; -multiply = -64; -numbersign = -82; -p = -8; -parenleft.case = -46; -published = -76; -quotedblleft = -137; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 93; +"@MMK_R_KO_O" = 22; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 66; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_i" = 40; +"@MMK_R_KO_n" = 14; +"@MMK_R_KO_j" = 36; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 35; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 19; +"@MMK_R_KO_w" = 28; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 68; +"@MMK_R_KO_l.ss04" = 67; +"@MMK_R_KO_t_t.liga" = 35; +"@MMK_R_KO_sixsuperior" = 75; +"@MMK_R_KO_onesuperior" = 100; +"@MMK_R_KO_twosuperior" = 83; +"@MMK_R_KO_threesuperior" = 75; +"@MMK_R_KO_foursuperior" = 24; +"@MMK_R_KO_fivesuperior" = 90; +"@MMK_R_KO_sevensuperior" = 106; +"@MMK_R_KO_eightsuperior" = 86; +"@MMK_R_KO_ninesuperior" = 77; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 96; +"@MMK_R_KO_question" = 88; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 73; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_parenright" = 62; +"@MMK_R_KO_bracketright" = 8; +"@MMK_R_KO_quotedblleft" = 69; +"@MMK_R_KO_quoteleft" = 69; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 106; +"@MMK_R_KO_quotesingle" = 106; +"@MMK_R_KO_quotedblleft.ss01" = 85; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 49; +"@MMK_R_KO_O" = 22; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 44; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_V" = 70; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_icircumflex" = 41; +"@MMK_R_KO_imacron" = 45; +"@MMK_R_KO_itilde" = 12; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 49; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = 71; +"@MMK_R_KO_onesuperior" = 45; +"@MMK_R_KO_twosuperior" = 53; +"@MMK_R_KO_threesuperior" = 76; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 65; +"@MMK_R_KO_sevensuperior" = 55; +"@MMK_R_KO_eightsuperior" = 75; +"@MMK_R_KO_ninesuperior" = 30; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 84; +"@MMK_R_KO_question" = 66; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = 44; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_parenleft" = 31; +"@MMK_R_KO_parenright" = 4; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_quotedblleft" = 61; +"@MMK_R_KO_quotedblright" = 57; +"@MMK_R_KO_quoteleft" = 61; +"@MMK_R_KO_quoteright" = 56; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 41; +"@MMK_R_KO_quotesingle" = 41; +"@MMK_R_KO_quotedblleft.ss01" = 27; +"@MMK_R_KO_quotedblright.ss01" = 35; +"@MMK_R_KO_quoteright.ss01" = 35; +}; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 46; +}; +J.ss10 = { +Hbar = 48; +ibreve = 77; +icaron = 77; +idieresis = 70; +jcircumflex = 74; +idieresis.ss01 = 49; }; quotedblbase.ss01 = { -Iogonek = 73; -Tcedilla = -109; -divide = -128; -minus = -128; -p = -6; -question.ss01 = -118; +Dcroat = -68; +oslash = -20; +p = -15; +germandbls = -64; +asterisk = -128; +numbersign = -92; +question.ss01 = -115; +hyphen.case = -128; +emdash.case = -128; +parenleft.case = -61; quotedblleft.ss01 = -128; -quotedblright.ss01 = -128; +quoteright.ss01 = -68; +at = -55; +copyright = -90; +published = -90; +dollar = -53; +euro = -128; +minus = -128; +multiply = -72; +divide = -128; +equal = -105; +approxequal = -101; }; -quotedblleft = { +l.ss03 = { +oslash = -6; +periodcentered.loclCAT = 0; +notequal = -87; +logicalnot = -89; +}; +parenleft = { +Icircumflex = 33; +Imacron = 27; +Idieresis = 30; Dcroat = -46; -Hbar = 45; -Jcircumflex = -88; -exclamdown = -36; -g.ss06 = -64; -imacron = 89; -jcircumflex = 58; -l.ss04 = 39; -minus = -90; -mu = -35; -questiondown = -126; -questiondown.case = -101; -quotedblbase = -137; -underscore = -137; +Eth = -46; +Iogonek = 89; +Lslash = -33; +Oslash = -39; +a.ss05 = -61; +thorn = 30; +ccedilla = -67; +ccaron = -67; +edieresis = -75; +odieresis = -76; +oslash = -18; +hcircumflex = 30; +i = -22; +idotaccent = -22; +i.ss01 = 0; +iacute = -34; +ntilde = -40; +nacute = -40; +ncaron = -40; +ncommaaccent = -40; +p = 4; +idieresis = 14; +imacron = 42; +iogonek = 87; +jcircumflex = 116; +scedilla = -44; +scaron = -41; +scircumflex = -58; +germandbls = -65; +tcedilla = -16; +x = -28; +zcaron = -29; +g.ss06 = 23; +mu = 0; +four.numr = -64; +colon = -47; +numbersign = -64; +semicolon.ss01 = 13; +question.ss01 = -40; +parenleft = -49; +braceleft = -23; +quotedblbase = 33; +quotedblbase.ss01 = 13; +at = -83; +ampersand = -66; +section = -37; +copyright = -80; +registered = -56; +published = -80; +literSign = -67; +numero = -8; +cent = -80; +dollar = -51; +euro = -76; +liraTurkish = -50; +sterling = -34; +minus = -112; +multiply = -97; +divide = -108; +equal = -88; +notequal = -115; +greater = -38; +less = -103; +greaterequal = -66; +lessequal = -72; +plusminus = -36; +approxequal = -145; +logicalnot = -118; +asciitilde = -102; +asciicircum = -114; +infinity = -77; +summation = 37; +radical = -81; }; -quotedblleft.ss01 = { -Dcroat = -52; -ellipsis.ss01 = -128; -g.ss06 = -64; -l.ss04 = 22; -mu = -39; -questiondown.ss01 = -128; -quotedblbase.ss01 = -128; -underscore = -128; +asciicircum = { +one = -41; +two = -26; +three = -38; +four = -117; +eight = -47; +period = -61; +comma = -63; +asterisk = -21; +slash = -170; +period.ss01 = -58; +comma.ss01 = -58; +hyphen = -174; +hyphen.case = -89; +parenright = -126; +bracketright = -120; +parenright.case = -126; +bracketright.case = -121; +u = -45; +x = -25; +mu = -52; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -67; +"@MMK_R_KO_U" = -19; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_X" = 20; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = 25; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -51; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_colon" = 25; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -58; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_underscore" = 12; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -67; +"@MMK_R_KO_quotedblright" = -56; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -56; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -65; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -73; +"@MMK_R_KO_quoteright.ss01" = -68; }; -quotedblright = { -A = -137; -Adieresis = -137; -Aring = -137; -Dcroat = -54; -asciitilde = -95; -g.ss06 = -85; -l.ss04 = 22; -mu = -58; -oslash = -98; -questiondown = -137; -questiondown.case = -117; -quotesinglbase = -73; -tbar = -36; +plus = { +one = -79; +two = -19; +three = -6; +seven = -48; +seven.numr = -45; +period = -61; +comma = -63; +question = -20; +asterisk = -20; +slash = -79; +period.ss01 = -58; +comma.ss01 = -58; +question.ss01 = -23; +parenright = -117; +braceright = -103; +bracketright = -107; +parenright.case = -107; +braceright.case = -108; +bracketright.case = -108; +quotedblleft = -55; +quotedblright = -22; +quoteleft = -55; +quoteright = -22; +guillemetright = -30; +quotedbl = -46; +quotesingle = -46; +quotedblleft.ss01 = -69; +quoteleft.ss01 = -68; +quotedblright.ss01 = -55; +trademark = -75; +tenge = -19; +yen = -41; +plus = -5; +x = -24; }; -quotedblright.ss01 = { -A = -128; -ellipsis.ss01 = -128; -hyphen = -128; -questiondown.case = -123; -questiondown.ss01 = -128; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_Oacute" = -51; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -50; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = 32; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 41; +"@MMK_R_KO_I.ss02" = 41; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 37; +"@MMK_R_KO_imacron" = 86; +"@MMK_R_KO_itilde" = 61; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -47; +"@MMK_R_KO_u" = -43; +"@MMK_R_KO_uacute" = -26; +"@MMK_R_KO_v" = -67; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -59; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = -145; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -63; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_backslash" = 53; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -159; +"@MMK_R_KO_endash" = -115; +"@MMK_R_KO_underscore" = 13; +"@MMK_R_KO_hyphen.case" = -103; +"@MMK_R_KO_parenleft" = -20; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -86; }; quoteleft = { -Hbar = 45; -Jcircumflex = -73; -exclamdown = -36; -g.ss06 = -64; -imacron = 89; -l.ss04 = 39; -mu = -35; -oslash = -73; -questiondown = -73; -questiondown.case = -73; -quotedblbase = -73; -}; -quoteleft.ss01 = { -A = -68; -J = -68; -g.ss06 = -64; -questiondown.ss01 = -68; -quotedblbase.ss01 = -68; -}; -quoteright = { -Hbar = 26; -J = -73; -Jcircumflex = -73; -OE = -38; -a.ss05 = -73; -acircumflex = -73; -agrave = -73; -egrave = -73; -ellipsis = -73; -emdash = -73; -g.ss06 = -73; -hbar = 34; -hyphen = -73; -idieresis = 62; -igrave = 31; -imacron = 93; -itilde = 82; -l.ss04 = 21; -mu = -57; -oslash = -73; -questiondown = -73; -quotedblbase = -73; -ytilde = -29; +Hbar = 32; +igrave = 55; +icircumflex = 49; +imacron = 91; +jcircumflex = 45; +g.ss06 = -56; +mu = -28; +exclamdown = -35; +questiondown = -63; +questiondown.case = -63; +quotedblbase = -63; +ampersand = -60; +minus = -63; +divide = -54; +logicalnot = -63; +asciitilde = -54; }; -quoteright.ss01 = { -J = -68; -questiondown.ss01 = -68; -quotedblbase.ss01 = -68; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -121; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -121; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 18; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -121; +"@MMK_R_KO_a" = -66; +"@MMK_R_KO_aacute" = -61; +"@MMK_R_KO_a.ss05" = -48; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -65; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -65; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -41; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -11; +"@MMK_R_KO_zero" = -19; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 9; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -114; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -22; +"@MMK_R_KO_seven" = 40; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -121; +"@MMK_R_KO_question" = 24; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = -121; +"@MMK_R_KO_hyphen" = -121; +"@MMK_R_KO_endash" = -121; +"@MMK_R_KO_hyphen.case" = -85; +"@MMK_R_KO_endash.case" = -30; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_degree" = -3; +"@MMK_R_KO_plus" = -52; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -90; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = 29; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -59; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 30; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_underscore" = 11; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -15; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -153; +"@MMK_R_KO_V" = -117; +"@MMK_R_KO_W" = -78; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -156; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_t_t.liga" = -56; }; -quotesinglbase = { -Iogonek = 56; -T = -73; -V = -73; -W = -73; -Y = -73; -copyright = -73; -g.ss06 = 36; -hyphen = -73; -iogonek = 53; -l.ss03 = -22; -minus = -73; -p = -8; -v = -73; +nine.dnom = { +question = -84; +question.ss01 = -98; +parenright = -78; +parenright.case = -42; +quotedblleft = -118; +quotedblright = -119; +quoteleft = -63; +quoteright = -73; +quotedbl = -107; +quotesingle = -57; +quotedblleft.ss01 = -128; +quoteleft.ss01 = -68; +quotedblright.ss01 = -128; +quoteright.ss01 = -68; +degree = -106; }; -quotesinglbase.ss01 = { -T = -68; -V = -68; -W = -68; -Y = -68; -minus = -68; -question.ss01 = -68; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -42; +"@MMK_R_KO_Oacute" = -42; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -68; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -58; +"@MMK_R_KO_j" = -22; +"@MMK_R_KO_lslash" = -36; +"@MMK_R_KO_s" = -68; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_uacute" = -50; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_y" = -40; +"@MMK_R_KO_z" = -52; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_pi" = -41; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -41; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -20; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -58; +"@MMK_R_KO_colon.ss01" = -49; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_endash.case" = -60; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -68; }; -quotesingle = { -Dcroat = -39; -Hbar = 38; -J = -67; -OE = -10; -comma = -67; -comma.ss01 = -67; -ellipsis = -67; -exclamdown = -24; -g.ss06 = -45; -hbar = 36; -idieresis = 59; -igrave = 32; -imacron = 99; -itilde = 84; -jcircumflex = 57; -l.ss04 = 16; -mu = -27; -period = -67; -questiondown = -67; -questiondown.case = -67; -questiondown.ss01 = -67; -underscore = -67; +Omacron = { +Eth = 28; }; -r = { -ampersand = -53; -asciitilde = -9; -exclam.ss01 = 0; -fiveinferior = -46; -fourinferior = -92; -gcircumflex.ss06 = -19; -germandbls = 19; -logicalnot = -76; -minus = -27; -numbersign = 3; -plus = -21; -sixinferior = -80; -threeinferior = -72; -twoinferior = -66; +uhorndotbelow.ss01 = { +a = -25; +c = -30; +period.ss01 = -46; +ellipsis.ss01 = -53; +comma.ss01 = -45; }; -racute = { -parenright = -30; -sevensuperior = -22; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -23; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_two" = 42; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -65; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -14; +"@MMK_R_KO_seven" = 17; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -27; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 17; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -10; +"@MMK_R_KO_percent" = 4; }; -radical = { -A = -118; -a = -56; -four = -72; -s = -52; +exclamdown = { +T = -90; +V = -47; +Y = -65; +j = 72; }; -rcaron = { -b = 0; -i = 0; -k = 0; -l.ss04 = 17; -parenright = -12; -sevensuperior = -4; +Adieresis = { +Germandbls = 1; +endash.case = -92; +registered = -97; }; -registered = { -comma = -73; -comma.ss01 = -68; -parenright = -64; -parenright.case = -62; -period = -71; -period.ss01 = -68; -slash = -107; -trademark = -49; }; -rupeeIndian = { -four = -57; -slash = -49; +"155B42D5-FD83-4BB6-AC0D-930BEE350254" = { +J = { +Hbar = 42; +Oslash = 6; +a = 0; +igrave = 33; +ibreve = 48; +icaron = 87; +idieresis = 93; +jcircumflex = 95; +idieresis.ss01 = 69; +greater = 24; }; -s = { -abrevetilde.ss05 = 17; -ampersand = 6; -asciitilde = 0; -backslash = -57; -guilsinglright = -2; -i = 0; -l = 0; -logicalnot = -47; -m = 0; -n = 0; -parenleft = 7; -r = 0; -registered = -13; -seven = -30; -wacute = 0; +exclam.ss01 = { +period.ss01 = -16; }; -sacute = { -parenright = -58; +ohungarumlaut = { +onesuperior = -43; +sevensuperior = -16; +parenright = -11; +bracketright = -5; +quotedblright = -7; +quotedbl = -22; +quotesingle = -22; }; -scaron = { -imacron = 0; +uhornacute = { +a = -40; +a.ss05 = -33; +c = -43; +n = -6; +t = 12; +u = 0; +t_i.liga = 12; +t_t.liga = 12; +period = -43; +comma = -49; +ellipsis = -59; +question = 7; +period.ss01 = -51; +ellipsis.ss01 = -51; +comma.ss01 = -53; parenright = -41; +quotedbl = 8; }; -scedilla = { -comma = 0; -gbreve.ss06 = 0; -parenright = -51; +o = { +germandbls = -10; +gbreve.ss06 = -5; +ordmasculine = -53; +seven = -33; +registered = -21; +logicalnot = -60; }; -semicolon = { -emdash = -73; -hyphen = -73; -parenright = -15; +ellipsis = { +Dcroat = -10; +Tbar = -99; +tbar = -46; +twosuperior = -207; +threesuperior = -219; +fivesuperior = -224; +eightsuperior = -224; +parenleft = -2; +braceright = -2; +parenleft.case = -16; +bracketright.case = 15; }; -semicolon.ss01 = { -hyphen = -68; +Iacute = { +A = 0; +S = 4; +igrave = 25; +icircumflex = 92; +parenright.case = 18; }; -seven = { -asciitilde = -80; -backslash = 50; -g.ss06 = -83; -minus = -84; -mu = -61; -multiply = -42; -notequal = -88; -ordmasculine = 0; -plusminus = -66; -six = -30; -underscore = -150; +sixsuperior = { +A = -115; +fraction = -25; +period = -144; +comma = -148; +slash = -120; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -47; +parenright = -26; +guillemetleft = -43; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -66; +"@MMK_R_KO_Oacute" = -66; +"@MMK_R_KO_J" = 32; +"@MMK_R_KO_G.ss07" = -62; +"@MMK_R_KO_S" = -40; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 44; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 29; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -56; +"@MMK_R_KO_eacute" = -52; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 82; +"@MMK_R_KO_itilde" = 43; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -79; +"@MMK_R_KO_w" = -77; +"@MMK_R_KO_x" = 41; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = 24; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -76; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -60; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 22; +"@MMK_R_KO_backslash" = 31; +"@MMK_R_KO_period.ss01" = 11; +"@MMK_R_KO_comma.ss01" = 9; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -67; +"@MMK_R_KO_hyphen" = -66; +"@MMK_R_KO_endash" = -85; +"@MMK_R_KO_underscore" = 43; +"@MMK_R_KO_hyphen.case" = -109; +"@MMK_R_KO_parenleft" = -24; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 24; +"@MMK_R_KO_bracketright" = 5; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 26; +"@MMK_R_KO_quotedblleft" = -70; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -70; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -56; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -3; +"@MMK_R_KO_asciicircum" = -99; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -73; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -119; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -133; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -128; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = -58; +"@MMK_R_KO_I.ss02" = -94; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -36; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = -11; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -111; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_asterisk" = -28; +"@MMK_R_KO_slash" = -82; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_parenright.case" = -81; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_plus" = -15; +}; +Igrave = { +j = 0; +l.ss04 = 26; }; -seven.dnom = { -degree = -63; -parenright = -74; -question = -75; -question.ss01 = -106; -quotedbl = -50; -quotedblleft = -105; -quotedblright = -122; -quoteright = -73; -quotesingle = -50; -seven.dnom = 45; +five = { +icircumflex = 77; +x = -16; +ordfeminine = -17; +ordmasculine = -15; +parenleft = 17; +asciicircum = -31; }; -seven.numr = { -seven.numr = 45; +Tcommaaccent = { +aacute = -83; +acircumflex.ss05 = -31; +amacron.ss05 = -42; +abreve.ss05 = -59; +endash.case = -46; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -99; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -84; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -116; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = -5; +"@MMK_R_KO_imacron" = -5; +"@MMK_R_KO_itilde" = -5; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -29; +"@MMK_R_KO_x" = -46; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -12; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -54; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_backslash" = -66; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = -52; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_braceright" = -56; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -34; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -53; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -98; +"@MMK_R_KO_asciicircum" = -39; }; -seveninferior = { -fourinferior = -47; -parenright = -73; -seveninferior = 47; +questiondown.ss01 = { +l.ss03 = -28; +quoteright.ss01 = -136; }; -sevensuperior = { -A = -166; -comma = -73; -comma.ss01 = -68; -fraction = -50; -guillemetleft = -89; -period = -71; -period.ss01 = -68; -slash = -179; +threeinferior = { +T = -122; +V = -100; +W = -57; +Y = -154; +parenright = -42; +bracketright = -14; }; -six = { -braceright = -43; -bracketright.case = -42; -ordmasculine = 0; -six = 19; +Adieresis.ss01 = { +endash.case = -73; +registered = -87; }; -six.dnom = { -degree = -100; -parenright = -74; -question = -84; -question.ss01 = -100; -quotedbl = -79; -quotedblleft = -129; -quotedblleft.ss01 = -111; -quotedblright = -126; -quoteright = -73; -quotesingle = -67; +lcaron.ss03 = { +b = 151; +h = 152; +k = 152; +i = 110; +idotaccent = 110; +i.ss01 = 89; +idotaccent.ss01 = 89; +j = 123; +j.ss01 = 92; +zcaron = 69; +l.ss03 = 155; +lcaron.ss03 = 155; +sixsuperior = 124; +onesuperior = 135; +twosuperior = 74; +threesuperior = 54; +foursuperior = 75; +fivesuperior = 138; +sevensuperior = 135; +eightsuperior = 133; +ninesuperior = 120; +exclam = 148; +question = 96; +exclam.ss01 = 147; +question.ss01 = 88; +parenright = 136; +bracketright = 171; +quotedblleft = 82; +quoteleft = 81; +quotedbl = 164; +quotesingle = 164; +quotedblleft.ss01 = 100; +quoteleft.ss01 = 100; }; -sixinferior = { -T = -157; -W = -60; -bracketright = -79; -parenright = -66; +f_f.liga = { +e = -21; +f = 24; +fl = 24; +i = 0; +i.ss01 = 0; +idieresis = 92; +seven = 17; +ampersand = -36; }; -sixsuperior = { -comma = -73; -comma.ss01 = -68; -fraction = -8; -period = -71; -period.ss01 = -68; -slash = -106; +Jacute = { +Icircumflex = 63; +Imacron = 135; +Hbar = 42; +igrave = 33; +ibreve = 48; +icaron = 89; +idieresis = 93; +jcircumflex = 95; +idieresis.ss01 = 69; +parenright = 0; +parenright.case = 18; }; -slash = { -Hbar = 34; -Ydieresis = 26; -backslash = 51; -eightinferior = -93; -fourinferior = -143; -g.ss06 = -65; -ibreve = 101; -idieresis = 80; -igrave = 62; -imacron = 98; -integral = -69; -itilde = 93; -jcircumflex = 47; -l.ss03 = 2; -l.ss04 = 52; -minus = -71; -mu = -49; -oneinferior = -79; -oslash = -75; -quotedblbase = -137; -quotedblbase.ss01 = -128; -quotesinglbase = -73; -radical = -68; -sterling = -47; -underscore = -161; +braceright.case = { +J.ss10 = -48; +period = -47; +comma = -53; +period.ss01 = -57; +comma.ss01 = -58; +hyphen.case = 23; +parenright.case = -34; +braceright.case = -14; +asciicircum = 0; }; -sterling = { -four = -14; -parenright = -49; -three = 0; -two = 14; +ecircumflexhookabove = { +m = 4; +n = 4; +u = 8; +period.ss01 = -5; +comma.ss01 = -6; +parenright = 10; }; -summation = { -n = -70; +Cdotaccent = { +Hbar = 17; }; -t = { -asciitilde = -16; -exclam.ss01 = 4; -idieresis = 0; -iogonek = 0; -two = 16; -yhookabove = 10; +Ncommaaccent = { +imacron = 31; }; -t_i.liga = { -asciitilde = 0; +dollar = { +one = -7; +three = 10; +four = 13; +five = 6; +eight = 16; +parenright = -53; +bracketright = -35; +parenright.case = -32; +}; +Scaron = { +iogonek = 7; +}; +fi = { +hbar = 10; +idieresis = 75; +jcircumflex = 59; germandbls = 0; -hbar = 17; -idieresis = 17; -jcircumflex = 18; -logicalnot = -54; +logicalnot = -61; }; -t_i.liga.ss01 = { -idieresis.ss01 = 14; -jcircumflex = 18; -parenright = -8; +zero = { +icircumflex = 23; +x = -18; +ordmasculine = -14; +underscore = -76; +parenleft = 21; +braceright = -31; +braceright.case = -29; +bracketright.case = -44; +baht = -10; +trademark = -59; +multiply = 0; +asciicircum = 0; }; -t_t.liga = { -asciitilde = -16; -iogonek = 0; -two = 16; -yhookabove = 10; +period.ss01 = { +ordfeminine = -126; +ordmasculine = -126; +twosuperior = -126; +threesuperior = -126; +fivesuperior = -126; +eightsuperior = -126; +question.ss01 = -126; +parenleft = -11; +braceright = 0; +parenleft.case = -24; +quoteright.ss01 = -126; }; -tbar = { -guilsinglleft = 11; -parenright = -44; -tbar = 11; +X = { +igrave = 48; +ibreve = 63; +icaron = 103; +idieresis = 83; +idieresis.ss01 = 86; +zero = -56; +two = 31; +three = -30; +six = -54; +eight = -27; +nine = -43; +numbersign = -46; +endash.case = -99; +parenleft.case = -42; +at = -45; +registered = -59; +plus = -88; +minus = -125; +multiply = -61; +equal = -35; +notequal = -80; +less = -75; +logicalnot = -161; +asciitilde = -111; }; -tcaron = { -a = -19; -b = 0; -bracketright = 15; -ccaron = -15; -colon = 31; -comma = 14; -d = -13; -eightsuperior = 16; -exclam = 23; -exclam.ss01 = 20; -f = 17; -f_f.liga = 17; -f_f_i.liga = 17; -f_y.liga = 17; -fi = 17; -fivesuperior = 14; -fl = 17; -h = 0; -hyphen = -60; -i = 0; -i.ss01 = 0; -idotaccent = 0; -j = 0; -j.ss01 = 0; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 38; -ninesuperior = 8; -o = -21; -onesuperior = 5; -parenright = 30; -period = 11; -period.ss01 = -3; -question = 22; -quotedbl = 31; -quotedblleft = 4; -quotedblleft.ss01 = 13; -quotedblright = 27; -quoteleft = 4; -quoteleft.ss01 = 13; -quotesingle = 31; -scaron = -4; -semicolon = 31; -sevensuperior = 32; -sixsuperior = 13; -t = 8; -t_i.liga = 8; -t_i.liga.ss01 = 8; -t_t.liga = 8; -threesuperior = 0; -twosuperior = 0; -uring = 0; +L = { +H = 0; +Dcroat = -14; +Oslash = -19; +Tbar = -90; +oslash = -4; +ordfeminine = -209; +ordmasculine = -208; +zero = -22; +two = 27; +three = 9; +five = 0; +six = -18; +seven = -79; +nine = -7; +numbersign = 5; +endash.case = -214; +parenleft.case = -12; +quoteleft.ss01 = -136; +at = -5; +registered = -115; +dollar = 0; +plus = -26; +minus = -38; +multiply = 0; +equal = 0; +notequal = -54; +less = 0; +approxequal = 0; +logicalnot = -156; +asciitilde = -15; }; -tcedilla = { -Tcedilla = -57; -a = -13; -abreve = -13; -comma = 48; -e = -16; -hyphen = -57; -parenright = 19; -semicolon = 40; -tcedilla = 8; +euro = { +period = -21; +comma = -28; +slash = -40; +period.ss01 = -22; +parenright = -51; +bracketright = -36; +parenright.case = -41; +bracketright.case = -29; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -112; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -47; +"@MMK_R_KO_Oacute" = -47; +"@MMK_R_KO_J" = -94; +"@MMK_R_KO_G.ss07" = -47; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = 32; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_W" = 29; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = 35; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -103; +"@MMK_R_KO_a" = -82; +"@MMK_R_KO_aacute" = -69; +"@MMK_R_KO_a.ss05" = -62; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -84; +"@MMK_R_KO_eacute" = -57; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = -79; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -47; +"@MMK_R_KO_icircumflex" = 73; +"@MMK_R_KO_imacron" = 98; +"@MMK_R_KO_itilde" = 64; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -71; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -42; +"@MMK_R_KO_uacute" = -39; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_x" = -31; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = -44; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = -71; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = -81; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 3; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_colon" = -38; +"@MMK_R_KO_semicolon" = -57; +"@MMK_R_KO_ellipsis" = -143; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -129; +"@MMK_R_KO_backslash" = 47; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -83; +"@MMK_R_KO_endash" = -72; +"@MMK_R_KO_underscore" = -168; +"@MMK_R_KO_hyphen.case" = -57; +"@MMK_R_KO_parenleft" = -41; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 42; +"@MMK_R_KO_bracketright" = 22; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 19; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 6; +"@MMK_R_KO_trademark" = 7; +"@MMK_R_KO_asciicircum" = -43; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_icircumflex" = -15; +"@MMK_R_KO_imacron" = -17; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss03" = -14; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_g.ss06" = -8; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_sixsuperior" = -48; +"@MMK_R_KO_onesuperior" = -89; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -44; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -56; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -15; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_exclam" = -12; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -49; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; }; -tcommaaccent = { -comma = 15; -parenright = -37; +perthousand = { +question = -134; +asterisk = -155; +question.ss01 = -121; +parenright = -64; +parenright.case = -33; +quotedblleft = -100; +quotedblright = -65; +quoteleft = -99; +quoteright = -66; +quotedblleft.ss01 = -89; +quoteleft.ss01 = -89; +quotedblright.ss01 = -88; +quoteright.ss01 = -88; }; -tenge = { -comma = -73; -comma.ss01 = -68; -four = -96; -period = -71; -period.ss01 = -68; -slash = -121; +V = { +Eth = -10; +Oslash = -47; +adieresis = -56; +ae = -73; +a.ss05 = -73; +adieresis.ss05 = -32; +eacute = -83; +ccaron = -52; +emacron = -48; +edieresis = -44; +ecaron = -41; +otilde = -60; +odieresis = -46; +iacute = -41; +ncommaaccent = -47; +igrave = 57; +ibreve = 72; +icaron = 112; +idieresis = 99; +racute = -47; +scaron = -27; +zcaron = -11; +idieresis.ss01 = 98; +gdotaccent.ss06 = -69; +gdotaccent.ss01.ss06 = -69; +zero = -47; +two = -22; +three = -29; +six = -48; +seven = 28; +twoinferior = -111; +ellipsis.ss01 = -138; +endash.case = -45; +at = -52; +ampersand = -60; +plus = -57; +minus = -67; +less = -45; +lessequal = -71; +approxequal = -47; +asciitilde = -79; }; -three = { -braceright = -42; -minus = -7; -six = 16; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -83; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -88; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -96; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = 18; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 18; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_pi" = 17; +"@MMK_R_KO_sixsuperior" = 11; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -129; +"@MMK_R_KO_comma" = -134; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 26; +"@MMK_R_KO_slash" = -84; +"@MMK_R_KO_period.ss01" = -124; +"@MMK_R_KO_comma.ss01" = -118; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 12; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 2; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -84; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -80; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -255; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_pi" = 3; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -12; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -114; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -133; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_J" = -101; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -235; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -65; +"@MMK_R_KO_a.ss05" = -52; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_eacute" = -54; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -61; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -32; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -51; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -26; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -12; +"@MMK_R_KO_zero" = -25; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -88; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -29; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = -13; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_ellipsis" = -235; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -143; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_endash.case" = -26; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -7; +"@MMK_R_KO_plus" = -49; +"@MMK_R_KO_percent" = 0; }; -three.dnom = { -degree = -99; -parenright = -69; -question = -83; -question.ss01 = -100; -quotedbl = -78; -quotedblleft = -129; -quotedblright = -126; -quoteright = -73; -quotesingle = -67; +seven = { +icircumflex = 115; +x = 0; +g.ss06 = -54; +mu = -19; +colon = -12; +semicolon = -36; +backslash = 46; +ellipsis.ss01 = -130; +underscore = -151; +parenleft = -14; +at = -31; +ampersand = -37; +euro = -30; +minus = -48; +multiply = 0; +divide = -30; +notequal = -55; +less = -5; +plusminus = -5; +asciitilde = -64; +asciicircum = -5; }; -three.numr = { -fraction = 0; +scedilla = { +gbreve.ss06 = 13; }; -threeinferior = { -T = -158; -V = -91; -W = -60; -Y = -135; -parenright = -58; +fourinferior = { +T = -140; +V = -105; +W = -69; +parenright = -46; +bracketright = -21; }; -threesuperior = { -comma = -73; -comma.ss01 = -68; -fraction = 0; -hyphen = -50; -parenright = -25; -parenright.case = -22; -period = -71; -period.ss01 = -68; -slash = -103; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -47; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -43; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -118; +"@MMK_R_KO_U" = -38; +"@MMK_R_KO_V" = -129; +"@MMK_R_KO_W" = -82; +"@MMK_R_KO_X" = 22; +"@MMK_R_KO_Y" = -153; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 86; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -53; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_v" = -88; +"@MMK_R_KO_w" = -69; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = -53; +"@MMK_R_KO_zero" = -46; +"@MMK_R_KO_one" = -85; +"@MMK_R_KO_two" = 12; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_five" = -24; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = -75; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 40; +"@MMK_R_KO_parenright.case" = 46; +"@MMK_R_KO_quotedblleft" = -130; +"@MMK_R_KO_quotedblright" = -105; +"@MMK_R_KO_quoteleft" = -116; +"@MMK_R_KO_quoteright" = -106; +"@MMK_R_KO_guillemetleft" = -51; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -134; +"@MMK_R_KO_quotesingle" = -99; +"@MMK_R_KO_quotedblleft.ss01" = -124; +"@MMK_R_KO_quotedblright.ss01" = -116; }; -trademark = { -comma = -73; -comma.ss01 = -68; -guillemetleft = -55; -guilsinglleft = -55; -hyphen = -85; -parenright = -36; -period = -71; -period.ss01 = -68; -slash = -142; +equal = { +period = -5; +comma = -9; +period.ss01 = -5; +comma.ss01 = -5; +parenright = -79; +bracketright = -38; +parenright.case = -70; +bracketright.case = -40; +equal = 0; +A = -8; +J = 0; +T = 0; +V = -10; +X = -35; +Y = -33; }; -two = { -braceright = -50; -exclam = 19; -minus = -12; -multiply = -13; -six = 0; +five.numr = { +fraction = -30; }; -two.dnom = { -degree = -96; -question = -80; -question.ss01 = -98; -quotedbl = -76; -quotedblleft = -127; -quotedblright = -125; -quoteright = -73; -quotesingle = -67; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -111; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -38; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -43; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 26; +"@MMK_R_KO_underscore" = -46; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 25; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; }; -twoinferior = { -T = -153; -V = -88; -W = -55; -Y = -135; -parenright = -37; -t = -48; -t_i.liga = -48; -t_t.liga = -48; +dcaron = { +exclam.ss01 = 168; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 46; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -10; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -33; +"@MMK_R_KO_comma" = -40; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -43; +"@MMK_R_KO_backslash" = -20; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = -77; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -15; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_bracketright.case" = -30; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = 0; }; -u = { -asciitilde = 0; -backslash = -40; -exclam.ss01 = 0; -germandbls = 0; -jcircumflex = 0; -logicalnot = -54; +k = { +oslash = -15; +iogonek = -2; +lcommaaccent = -2; +two = 28; +plus = -15; +minus = -42; +notequal = -54; +logicalnot = -89; +asciitilde = -63; }; -uacute = { -parenright = -40; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -73; +"@MMK_R_KO_asciicircum" = -5; }; -uhorn = { -a = -16; -a.ss05 = -16; -colon = 10; -comma = -17; -comma.ss01 = -46; -guillemetright = 22; -ohorn = -16; -ohornacute = -16; -ohorndotbelow = -16; -ohorndotbelow.ss01 = -16; -ohorngrave = -16; -ohornhookabove = -16; -ohorntilde = -16; -parenright = -28; -period = -20; -period.ss01 = -48; -quotedbl = 31; -quotedblright = 33; -u = 0; +scaron = { +T = -32; +iogonek = -2; }; -uhornacute = { -a = -16; -a.ss05 = -16; -c = -16; -comma = -17; -comma.ss01 = -46; -guillemetright = 22; -parenright = -25; -period = -20; -period.ss01 = -48; -quotedbl = 31; -t = 14; -t_i.liga = 14; -t_i.liga.ss01 = 14; -t_t.liga = 14; -u = 0; +ninesuperior = { +A = -100; +fraction = -25; +period = -144; +comma = -148; +slash = -107; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -48; +parenright = -8; +guillemetleft = -39; }; -uhorndotbelow = { -a = -16; -a.ss05 = -16; -c = -16; -colon = 10; -comma = -17; -guillemetright = 22; -parenright = -28; -period = -19; -quotedbl = 31; -quotedblright = 33; -u = 0; +v = { +n = 0; +ampersand = -30; }; -uhorndotbelow.ss01 = { -a = -16; -c = -16; -comma.ss01 = -46; -parenright = -28; -period.ss01 = -48; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -78; +"@MMK_R_KO_H" = -69; +"@MMK_R_KO_O" = -65; +"@MMK_R_KO_J" = -60; +"@MMK_R_KO_G.ss07" = -63; +"@MMK_R_KO_S" = -64; +"@MMK_R_KO_T" = -178; +"@MMK_R_KO_V" = -123; +"@MMK_R_KO_W" = -98; +"@MMK_R_KO_X" = -91; +"@MMK_R_KO_Y" = -171; +"@MMK_R_KO_Z" = -62; +"@MMK_R_KO_I.ss02" = -65; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -66; +"@MMK_R_KO_a.ss05" = -59; +"@MMK_R_KO_l" = -69; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_f" = -64; +"@MMK_R_KO_g" = -65; +"@MMK_R_KO_i" = -71; +"@MMK_R_KO_n" = -69; +"@MMK_R_KO_j" = -74; +"@MMK_R_KO_s" = -62; +"@MMK_R_KO_t" = -64; +"@MMK_R_KO_z" = -70; +"@MMK_R_KO_t_t.liga" = -64; }; -uhorngrave = { -a = -16; -a.ss05 = -16; -comma = -17; -comma.ss01 = -46; -guillemetright = 22; -parenright = -28; -period = -20; -period.ss01 = -48; -quotedbl = 31; -quotedblright = 33; +infinity = { +parenright = -59; +bracketright = -53; +parenright.case = -48; +bracketright.case = -54; +quotedblleft = 0; }; -uhornhookabove = { -a = -16; -a.ss05 = -16; -comma = -17; -comma.ss01 = -46; -guillemetright = 22; -parenright = -25; -period = -20; -period.ss01 = -48; -quotedbl = 31; -quotedblright = 33; -quotesingle = 31; -semicolon = 11; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -121; +"@MMK_R_KO_comma" = -136; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -93; +"@MMK_R_KO_period.ss01" = -108; +"@MMK_R_KO_comma.ss01" = -110; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_parenright" = -99; +"@MMK_R_KO_bracketright" = -97; +"@MMK_R_KO_parenright.case" = -88; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -71; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -122; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_t_t.liga" = 0; +}; +asterisk = { +g.ss06 = -32; +}; +semicolon.ss01 = { +onesuperior = -40; +sevensuperior = -53; +hyphen = -19; +emdash = -20; +}; +divide = { +one = 0; +two = 0; +three = 0; +seven = 0; +parenright = -95; +parenright.case = -83; +quotedblleft = -5; +quotedblright = -5; +quoteright = -5; +quotedblleft.ss01 = -5; +quotedblright.ss01 = 0; +A = -56; +Y = -99; +I.ss02 = -37; +}; +asciitilde = { +exclam = -5; +exclam.ss01 = -5; +question.ss01 = 0; +parenleft = 0; +parenleft.case = 0; +bracketright.case = -97; +quoteright.ss01 = 0; +U = 0; +aacute = -5; +edieresis = -5; +edieresis.ss01 = -5; u = 0; +v = 0; +w = -5; +x = -5; +y = -3; +l.ss03 = -5; +l.ss04 = -5; +g.ss06 = -5; +gcircumflex.ss06 = -5; +}; +three.dnom = { +question = -121; +question.ss01 = -115; +parenright = -57; +quotedblleft = -72; +quotedblright = -41; +quoteleft = -72; +quoteright = -43; +quotedbl = -99; +quotesingle = -99; +quotedblleft.ss01 = -63; +quoteleft.ss01 = -63; +quotedblright.ss01 = -63; +quoteright.ss01 = -63; +degree = -135; }; -uhorntilde = { -a = -16; -a.ss05 = -16; -colon = 10; -comma = -17; -comma.ss01 = -46; -guillemetright = 22; -parenright = -27; -period = -20; -period.ss01 = -48; -quotedbl = 31; -quotedblright = 33; -u = 0; +odotbelow.ss01 = { +T = -92; }; -uhungarumlaut = { -b = 0; -comma.ss01 = -26; -h = 0; -j = 0; -j.ss01 = 0; -k = 0; -l = 0; -l.ss04 = 0; -parenright = -34; -period.ss01 = -28; +x = { +oslash = -15; +two = 29; +ampersand = -22; +plus = -8; +minus = -41; +notequal = -55; +logicalnot = -83; +asciitilde = -59; }; -underscore = { -A = 28; -C = -56; -G = -55; -J = 0; -O = -56; -Q = -56; -S = -23; -T = -129; -U = -43; -V = -167; -W = -91; -X = 18; -Y = -143; -Z = 19; -a = -33; -asterisk = -146; -c = -33; -d = -31; -e = -35; -eight = -17; -f = -32; -five = -26; -four = -109; -j = 11; -nine = -22; -o = -35; -one = -68; -q = -33; -quotedbl = -148; -quotedblright = -137; -quotedblright.ss01 = -128; -quotesingle = -67; -s = -10; -seven = -78; -six = -34; -slash = 64; -t = -50; -t_i.liga = -48; -t_t.liga = -50; -three = -20; -two = 21; -u = -31; -underscore = -27; -v = -97; -w = -71; -x = 20; -z = 22; -zero = -46; +U = { +Dcroat = 22; +Eth = 22; +Hbar = 48; +Lslash = 27; +hbar = 29; +igrave = 39; +jcircumflex = 101; +greater = 20; }; -uogonek = { -comma = 2; -j = 18; -j.ss01 = 18; -onesuperior = -56; -parenright = 0; -period = 0; -period.ss01 = -28; -quotedbl = -27; -quotedblleft = -38; -quotedblleft.ss01 = -36; -quoteleft = -38; -quoteleft.ss01 = -36; -semicolon = 0; -sevensuperior = -67; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 92; +"@MMK_R_KO_imacron" = 59; +"@MMK_R_KO_itilde" = 55; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = 13; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 76; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = 4; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = 3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -51; +"@MMK_R_KO_hyphen.case" = -52; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 7; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 13; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -v = { -Jcircumflex = -89; -acircumflextilde.ss05 = -10; -ampersand = -43; -e = -23; -n = 0; +Eth = { +Eth = 38; +Oslash = 19; }; -w = { -ampersand = -33; +odotbelow = { +T = -92; }; -won = { -comma = -73; -period = -71; -slash = -76; +baht = { +slash = -35; +parenright = -58; +parenright.case = -42; }; -x = { -ampersand = -18; -backslash = -25; -logicalnot = -76; -minus = -37; -plus = -37; -two = 23; +Icircumflex.ss02 = { +endash.case = -46; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 52; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_itilde" = 46; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 29; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 1; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -96; +"@MMK_R_KO_onesuperior" = -89; +"@MMK_R_KO_foursuperior" = -110; +"@MMK_R_KO_sevensuperior" = -80; +"@MMK_R_KO_ninesuperior" = -104; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -109; +"@MMK_R_KO_asterisk" = -116; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_hyphen.case" = -17; +"@MMK_R_KO_endash.case" = -35; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_quotedblleft" = -100; +"@MMK_R_KO_quotedblright" = -65; +"@MMK_R_KO_quoteleft" = -99; +"@MMK_R_KO_quoteright" = -66; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -84; +"@MMK_R_KO_quotesingle" = -84; +"@MMK_R_KO_quotedblleft.ss01" = -85; +"@MMK_R_KO_quotedblright.ss01" = -75; }; -y = { -Ydieresis = -43; -Ydieresis.ss01 = -43; -ampersand = -38; +quotedblright = { +Dcroat = -8; +icircumflex = 102; +scaron = -44; +x = 0; +g.ss06 = -55; +mu = -27; +questiondown = -161; +questiondown.case = -95; +parenleft = -17; +quotesinglbase = -148; +asciitilde = -94; +}; +r = { +fl = 20; +germandbls = 17; +wdieresis = 19; +gcircumflex.ss06 = 0; +oneinferior = -52; +twoinferior = -29; +threeinferior = -27; +fourinferior = -79; +fiveinferior = -13; +sixinferior = -40; +ampersand = -32; +logicalnot = -50; asciitilde = 0; -e = -23; -exclam.ss01 = 6; -germandbls = 26; -twoinferior = -35; -zeroinferior = -50; }; -yacute = { -T = -66; -parenright = -57; +seveninferior = { +I.ss02 = -35; +fourinferior = -32; +seveninferior = 24; +parenright = -64; +parenright.case = -47; }; -ydotbelow = { -comma = -22; -ecircumflexdotbelow = -23; -parenright = -44; -period = -64; -semicolon = 17; +sterling = { +two = 21; +hyphen.case = -32; +parenright = -33; }; -ydotbelow.ss01 = { -comma.ss01 = -58; -parenright = -47; -period.ss01 = -68; +Ocircumflex = { +Lslash = 18; }; -yen = { -comma = -73; -four = -36; -one = -17; -period = -71; -slash = -78; -three = -33; -two = -30; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 19; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 40; +"@MMK_R_KO_U" = 32; +"@MMK_R_KO_V" = 46; +"@MMK_R_KO_X" = 36; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_i" = 18; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = 23; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_period.ss01" = -40; +"@MMK_R_KO_comma.ss01" = -40; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = 63; +"@MMK_R_KO_bracketright" = 47; +"@MMK_R_KO_parenright.case" = 64; +"@MMK_R_KO_bracketright.case" = 44; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 29; +"@MMK_R_KO_quotesingle" = 31; +"@MMK_R_KO_quotedblright.ss01" = 26; +"@MMK_R_KO_quoteright.ss01" = 26; +}; +_f.longarm = { +l = 0; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +l.ss03 = 0; +l.ss04 = 0; }; -ytilde = { -parenright = -57; +I.ss02 = { +Dcroat = 0; +igrave = 42; +jcircumflex = 104; +endash.case = -46; +plus = -36; +minus = -41; +notequal = -54; +less = -5; +approxequal = 0; +logicalnot = -132; +asciitilde = -35; }; -z = { -backslash = -31; -minus = -32; +quoteleft.ss01 = { +J.ss10 = -136; +igrave = 18; +icircumflex = 64; +imacron = 69; +jcircumflex = 59; +questiondown.case = -46; +questiondown.ss01 = -133; +hyphen = -15; +emdash = -15; +quotedblbase.ss01 = -136; +ampersand = -50; +minus = -5; +logicalnot = -61; +asciitilde = -8; }; -zcaron = { -imacron = 0; -iogonek = 9; -parenright = -42; +Zacute = { +endash.case = -24; }; -zero = { -asciicircum = -35; -baht = 0; -braceright = -67; -bracketright.case = -61; -multiply = -23; -ordmasculine = 0; -six = 25; -trademark = -56; +d = { +hbar = 9; +igrave = 2; +icaron = 42; +idieresis = 71; +jcircumflex = 57; +logicalnot = -59; }; -zero.dnom = { -degree = -110; -parenright = -78; -question = -91; -question.ss01 = -117; -quotedbl = -90; -quotedblleft = -137; -quotedblleft.ss01 = -120; -quotedblright = -132; -quotedblright.ss01 = -117; -quoteright = -73; -quotesingle = -67; +notequal = { +zero = -53; +one = -48; +two = -43; +seven = -51; +parenright = -99; +parenright.case = -89; +A = -75; +B = -49; +F = -49; +L = -49; +N = -49; +Y = -79; +b = -52; }; -zeroinferior = { -parenright = -71; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -65; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -21; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_t_t.liga" = 15; }; -zerosuperior = { -comma = -73; -comma.ss01 = -68; -fraction = -21; -parenright = -38; -period = -71; -period.ss01 = -68; -slash = -128; +six = { +icircumflex = 63; +parenleft = 11; +braceright = -11; +bracketright.case = -12; +trademark = -37; +asciicircum = 0; }; +Idieresis.ss02 = { +idieresis = 104; }; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = { -"@MMK_L_A" = { -"@MMK_R_A" = 38; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 17; -"@MMK_R_J" = 31; -"@MMK_R_O" = -31; -"@MMK_R_S" = -11; -"@MMK_R_T" = -92; -"@MMK_R_U" = -32; -"@MMK_R_V" = -112; -"@MMK_R_W" = -73; -"@MMK_R_X" = 37; -"@MMK_R_Y" = -124; -"@MMK_R_Z" = 24; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -95; -"@MMK_R_asterisk" = -87; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 5; -"@MMK_R_comma" = 16; -"@MMK_R_comma.ss01" = 5; -"@MMK_R_e" = -17; -"@MMK_R_egrave" = -16; -"@MMK_R_eightsuperior" = -79; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = -20; -"@MMK_R_fivesuperior" = -85; -"@MMK_R_four" = -9; -"@MMK_R_foursuperior" = -72; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 24; -"@MMK_R_guillemetleft" = -27; -"@MMK_R_guillemetright" = 28; -"@MMK_R_hyphen" = -19; -"@MMK_R_hyphen.case" = -36; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 66; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -11; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -85; -"@MMK_R_one" = -64; -"@MMK_R_onesuperior" = -104; -"@MMK_R_parenright" = -22; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 20; -"@MMK_R_period.ss01" = 4; -"@MMK_R_question" = -77; -"@MMK_R_question.ss01" = -89; -"@MMK_R_quotedbl" = -96; -"@MMK_R_quotedblleft" = -84; -"@MMK_R_quotedblleft.ss01" = -81; -"@MMK_R_quotedblright" = -73; -"@MMK_R_quoteright" = -73; -"@MMK_R_quoteright.ss01" = -79; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 17; -"@MMK_R_sevensuperior" = -101; -"@MMK_R_sixsuperior" = -87; -"@MMK_R_slash" = 30; -"@MMK_R_t" = -44; -"@MMK_R_threesuperior" = -78; -"@MMK_R_trademark" = -124; -"@MMK_R_twosuperior" = -54; -"@MMK_R_u" = -19; -"@MMK_R_underscore" = 46; -"@MMK_R_v" = -87; -"@MMK_R_w" = -47; -"@MMK_R_x" = 39; -"@MMK_R_y" = -11; -"@MMK_R_z" = 20; -"@MMK_R_zero" = -27; -}; -"@MMK_L_B" = { -"@MMK_R_A" = -4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = 15; -"@MMK_R_O" = 13; -"@MMK_R_S" = 26; -"@MMK_R_T" = 0; -"@MMK_R_U" = 6; -"@MMK_R_V" = -12; -"@MMK_R_W" = -6; -"@MMK_R_X" = -17; -"@MMK_R_Y" = -23; -"@MMK_R_Z" = 20; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 14; -"@MMK_R_asciicircum" = -11; -"@MMK_R_asterisk" = 7; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 17; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 25; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 13; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 19; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 80; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 51; -"@MMK_R_itilde" = 50; -"@MMK_R_j" = 2; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 24; -"@MMK_R_lslash" = 16; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 17; -"@MMK_R_parenright" = -42; -"@MMK_R_parenright.case" = -29; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = 7; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 20; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = -5; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -16; -"@MMK_R_twosuperior" = -3; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -23; -"@MMK_R_v" = 3; -"@MMK_R_w" = 9; -"@MMK_R_x" = 0; -"@MMK_R_y" = 3; -"@MMK_R_z" = 5; -"@MMK_R_zero" = 15; -}; -"@MMK_L_C" = { -"@MMK_R_A" = -19; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 16; -"@MMK_R_S" = 26; -"@MMK_R_T" = -2; -"@MMK_R_U" = 6; -"@MMK_R_V" = -19; -"@MMK_R_W" = -6; -"@MMK_R_X" = -38; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = 5; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 12; -"@MMK_R_braceright" = -26; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 15; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 12; -"@MMK_R_egrave" = 12; -"@MMK_R_eightsuperior" = 3; -"@MMK_R_ellipsis" = -23; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 19; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = 14; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen" = 12; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 69; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 31; -"@MMK_R_itilde" = 22; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 16; -"@MMK_R_lslash" = 13; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 21; -"@MMK_R_onesuperior" = -6; -"@MMK_R_oslash" = 12; -"@MMK_R_parenright" = -46; -"@MMK_R_parenright.case" = -40; -"@MMK_R_period" = -14; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = 18; -"@MMK_R_question.ss01" = 10; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = 4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = -11; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -20; -"@MMK_R_t" = 19; -"@MMK_R_threesuperior" = 8; -"@MMK_R_trademark" = -24; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -47; -"@MMK_R_v" = 13; -"@MMK_R_w" = 15; -"@MMK_R_x" = 3; -"@MMK_R_y" = 13; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 17; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -30; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -6; -"@MMK_R_J" = -5; -"@MMK_R_O" = 28; -"@MMK_R_S" = 13; -"@MMK_R_T" = -11; -"@MMK_R_U" = 12; -"@MMK_R_V" = -31; -"@MMK_R_W" = -16; -"@MMK_R_X" = -45; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 22; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -37; -"@MMK_R_bracketright" = -37; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -23; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_e" = 21; -"@MMK_R_egrave" = 21; -"@MMK_R_eightsuperior" = 7; -"@MMK_R_ellipsis" = -36; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = 23; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 22; -"@MMK_R_foursuperior" = 9; -"@MMK_R_g" = 23; -"@MMK_R_g.ss05" = 9; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 20; -"@MMK_R_hyphen.case" = 28; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 42; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 14; -"@MMK_R_itilde" = 11; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 8; -"@MMK_R_lslash" = 19; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 17; -"@MMK_R_onesuperior" = -15; -"@MMK_R_oslash" = 21; -"@MMK_R_parenright" = -58; -"@MMK_R_parenright.case" = -47; -"@MMK_R_period" = -23; -"@MMK_R_period.ss01" = -32; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = 3; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 12; -"@MMK_R_quoteright" = 12; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -28; -"@MMK_R_t" = 22; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -36; -"@MMK_R_twosuperior" = 9; -"@MMK_R_u" = 12; -"@MMK_R_underscore" = -54; -"@MMK_R_v" = 3; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 3; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 28; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 18; -"@MMK_R_I.ss02" = 25; -"@MMK_R_J" = 18; -"@MMK_R_O" = -8; -"@MMK_R_S" = 10; -"@MMK_R_T" = 14; -"@MMK_R_U" = 0; -"@MMK_R_V" = 15; -"@MMK_R_W" = 19; -"@MMK_R_X" = 20; -"@MMK_R_Y" = 11; -"@MMK_R_Z" = 19; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = 3; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 19; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 23; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 17; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = 9; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -17; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 95; -"@MMK_R_igrave" = 33; -"@MMK_R_imacron" = 73; -"@MMK_R_j" = 41; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 35; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 3; -"@MMK_R_one" = 2; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 25; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 6; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 17; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 21; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 21; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 13; -"@MMK_R_y" = 2; -"@MMK_R_z" = 2; -"@MMK_R_zero" = -6; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -51; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = -58; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 30; -"@MMK_R_U" = 13; -"@MMK_R_V" = 31; -"@MMK_R_W" = 34; -"@MMK_R_X" = 7; -"@MMK_R_Y" = 26; -"@MMK_R_Z" = 10; -"@MMK_R_a" = -10; -"@MMK_R_a.ss04" = -19; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = 19; -"@MMK_R_braceright" = 7; -"@MMK_R_bracketright" = 7; -"@MMK_R_colon" = -5; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -93; -"@MMK_R_comma.ss01" = -109; -"@MMK_R_e" = -8; -"@MMK_R_egrave" = -5; -"@MMK_R_eightsuperior" = 8; -"@MMK_R_ellipsis" = -108; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -6; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -6; -"@MMK_R_g.ss05" = -20; -"@MMK_R_guillemetleft" = -7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 111; -"@MMK_R_igrave" = 46; -"@MMK_R_imacron" = 88; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 40; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -9; -"@MMK_R_ninesuperior" = 19; -"@MMK_R_one" = 16; -"@MMK_R_onesuperior" = 18; -"@MMK_R_oslash" = -8; -"@MMK_R_parenright" = -3; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = -92; -"@MMK_R_period.ss01" = -113; -"@MMK_R_question" = 23; -"@MMK_R_question.ss01" = 11; -"@MMK_R_quotedbl" = 15; -"@MMK_R_quotedblleft" = 6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 20; -"@MMK_R_quoteright" = 20; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = -6; -"@MMK_R_sevensuperior" = 14; -"@MMK_R_sixsuperior" = 15; -"@MMK_R_slash" = -56; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = 9; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 18; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -188; -"@MMK_R_v" = 16; -"@MMK_R_w" = 13; -"@MMK_R_x" = 2; -"@MMK_R_y" = 16; -"@MMK_R_z" = -9; -"@MMK_R_zero" = 0; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 17; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = 14; -"@MMK_R_O" = 12; -"@MMK_R_S" = 9; -"@MMK_R_T" = -14; -"@MMK_R_U" = -2; -"@MMK_R_V" = -34; -"@MMK_R_W" = -19; -"@MMK_R_X" = 7; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = 10; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 13; -"@MMK_R_asciicircum" = -10; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 13; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 17; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 13; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = 17; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 13; -"@MMK_R_g.ss05" = 14; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = 8; -"@MMK_R_hyphen" = 17; -"@MMK_R_hyphen.case" = 4; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 38; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 15; -"@MMK_R_itilde" = 15; -"@MMK_R_j" = 33; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 9; -"@MMK_R_lslash" = 6; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -20; -"@MMK_R_oslash" = 17; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = 17; -"@MMK_R_period.ss01" = -10; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -24; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = 17; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -40; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 13; -"@MMK_R_v" = 0; -"@MMK_R_x" = 6; -"@MMK_R_y" = 0; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 12; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = -28; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = -4; -"@MMK_R_O" = 27; -"@MMK_R_S" = 12; -"@MMK_R_T" = -7; -"@MMK_R_U" = 11; -"@MMK_R_V" = -26; -"@MMK_R_W" = -13; -"@MMK_R_X" = -45; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -31; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 11; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -21; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 17; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -34; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 16; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 24; -"@MMK_R_foursuperior" = 4; -"@MMK_R_g" = 16; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = 23; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 21; -"@MMK_R_hyphen.case" = 19; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 55; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 19; -"@MMK_R_itilde" = 15; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 7; -"@MMK_R_l.ss03" = 12; -"@MMK_R_lslash" = 14; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 8; -"@MMK_R_onesuperior" = -12; -"@MMK_R_oslash" = 17; -"@MMK_R_parenright" = -55; -"@MMK_R_parenright.case" = -46; -"@MMK_R_period" = -22; -"@MMK_R_period.ss01" = -30; -"@MMK_R_question" = 3; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 9; -"@MMK_R_quoteright" = 9; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = -15; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -25; -"@MMK_R_t" = 14; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = 5; -"@MMK_R_u" = 8; -"@MMK_R_underscore" = -53; -"@MMK_R_v" = 11; -"@MMK_R_w" = 9; -"@MMK_R_x" = 0; -"@MMK_R_y" = 3; -"@MMK_R_zero" = 27; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_S" = 0; -"@MMK_R_U" = 7; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -11; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -3; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -10; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 73; -"@MMK_R_igrave" = 13; -"@MMK_R_imacron" = 53; -"@MMK_R_itilde" = 51; -"@MMK_R_j" = 16; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 19; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 2; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -10; -"@MMK_R_twosuperior" = -2; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 26; -"@MMK_R_J" = 19; -"@MMK_R_O" = -7; -"@MMK_R_S" = 10; -"@MMK_R_T" = 18; -"@MMK_R_U" = 0; -"@MMK_R_V" = 19; -"@MMK_R_W" = 23; -"@MMK_R_X" = 22; -"@MMK_R_Y" = 13; -"@MMK_R_Z" = 21; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = 7; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 3; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = -7; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = 3; -"@MMK_R_hyphen" = -3; -"@MMK_R_hyphen.case" = -64; -"@MMK_R_icircumflex" = 99; -"@MMK_R_igrave" = 35; -"@MMK_R_imacron" = 76; -"@MMK_R_j" = 42; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 7; -"@MMK_R_onesuperior" = 4; -"@MMK_R_oslash" = -2; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 26; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 7; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 18; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 26; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 22; -"@MMK_R_v" = 5; -"@MMK_R_w" = 2; -"@MMK_R_x" = 14; -"@MMK_R_y" = 5; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -4; -}; -"@MMK_L_J" = { -"@MMK_R_A" = -20; -"@MMK_R_H" = 8; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 8; -"@MMK_R_S" = 7; -"@MMK_R_T" = 8; -"@MMK_R_U" = 15; -"@MMK_R_V" = 8; -"@MMK_R_W" = 11; -"@MMK_R_X" = -2; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = 8; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -10; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -23; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 4; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 4; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 8; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 81; -"@MMK_R_igrave" = 21; -"@MMK_R_imacron" = 60; -"@MMK_R_j" = 3; -"@MMK_R_l" = 8; -"@MMK_R_l.ss02" = 14; -"@MMK_R_l.ss03" = 26; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 8; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 5; -"@MMK_R_period" = -9; -"@MMK_R_period.ss01" = -24; -"@MMK_R_question" = 8; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -31; -"@MMK_R_v" = 7; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 8; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 38; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 18; -"@MMK_R_J" = 30; -"@MMK_R_O" = -48; -"@MMK_R_S" = -28; -"@MMK_R_T" = 4; -"@MMK_R_U" = -4; -"@MMK_R_V" = 15; -"@MMK_R_W" = 13; -"@MMK_R_X" = 39; -"@MMK_R_Y" = 17; -"@MMK_R_Z" = 23; -"@MMK_R_a" = -34; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asciicircum" = -78; -"@MMK_R_asterisk" = -25; -"@MMK_R_braceright" = 12; -"@MMK_R_bracketright" = 12; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 3; -"@MMK_R_e" = -38; -"@MMK_R_egrave" = -37; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = -3; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -28; -"@MMK_R_fivesuperior" = -17; -"@MMK_R_four" = -30; -"@MMK_R_foursuperior" = -63; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 26; -"@MMK_R_guillemetleft" = -36; -"@MMK_R_guillemetright" = 24; -"@MMK_R_hyphen" = -50; -"@MMK_R_hyphen.case" = -86; -"@MMK_R_icircumflex" = 19; -"@MMK_R_igrave" = 39; -"@MMK_R_imacron" = 77; -"@MMK_R_itilde" = 36; -"@MMK_R_j" = 64; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -8; -"@MMK_R_l.ss03" = 21; -"@MMK_R_lslash" = -10; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -47; -"@MMK_R_onesuperior" = -10; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -6; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 2; -"@MMK_R_question" = -32; -"@MMK_R_question.ss01" = -43; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = -42; -"@MMK_R_quotedblleft.ss01" = -38; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -15; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = -22; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = -27; -"@MMK_R_slash" = 31; -"@MMK_R_t" = -48; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -5; -"@MMK_R_twosuperior" = -21; -"@MMK_R_u" = -30; -"@MMK_R_underscore" = 43; -"@MMK_R_v" = -84; -"@MMK_R_w" = -52; -"@MMK_R_x" = 41; -"@MMK_R_y" = -14; -"@MMK_R_z" = 17; -"@MMK_R_zero" = -39; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 34; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 31; -"@MMK_R_O" = -11; -"@MMK_R_S" = 9; -"@MMK_R_T" = -95; -"@MMK_R_U" = -12; -"@MMK_R_V" = -94; -"@MMK_R_W" = -47; -"@MMK_R_X" = 27; -"@MMK_R_Y" = -150; -"@MMK_R_Z" = 32; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 18; -"@MMK_R_asciicircum" = -192; -"@MMK_R_asterisk" = -160; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 33; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 40; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -190; -"@MMK_R_ellipsis" = 15; -"@MMK_R_exclam" = 24; -"@MMK_R_f" = -28; -"@MMK_R_fivesuperior" = -194; -"@MMK_R_four" = 20; -"@MMK_R_foursuperior" = -185; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 20; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = 14; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -78; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 58; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -189; -"@MMK_R_one" = -81; -"@MMK_R_onesuperior" = -157; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -28; -"@MMK_R_parenright.case" = -5; -"@MMK_R_period" = 42; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -78; -"@MMK_R_question.ss01" = -95; -"@MMK_R_quotedbl" = -109; -"@MMK_R_quotedblleft" = -190; -"@MMK_R_quotedblleft.ss01" = -200; -"@MMK_R_quotedblright" = -185; -"@MMK_R_quoteright" = -133; -"@MMK_R_quoteright.ss01" = -195; -"@MMK_R_s" = 15; -"@MMK_R_semicolon" = 31; -"@MMK_R_sevensuperior" = -188; -"@MMK_R_sixsuperior" = -190; -"@MMK_R_slash" = 42; -"@MMK_R_t" = -33; -"@MMK_R_threesuperior" = -186; -"@MMK_R_trademark" = -195; -"@MMK_R_twosuperior" = -188; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 38; -"@MMK_R_v" = -54; -"@MMK_R_w" = -33; -"@MMK_R_x" = 28; -"@MMK_R_y" = -22; -"@MMK_R_z" = 17; -"@MMK_R_zero" = -6; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 34; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 31; -"@MMK_R_O" = -7; -"@MMK_R_S" = 9; -"@MMK_R_T" = -95; -"@MMK_R_U" = -10; -"@MMK_R_V" = -94; -"@MMK_R_W" = -46; -"@MMK_R_X" = 27; -"@MMK_R_Y" = -138; -"@MMK_R_Z" = 32; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 18; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 33; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 40; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -97; -"@MMK_R_ellipsis" = 15; -"@MMK_R_exclam" = 24; -"@MMK_R_fivesuperior" = -102; -"@MMK_R_four" = 20; -"@MMK_R_foursuperior" = -92; -"@MMK_R_guillemetleft" = -6; -"@MMK_R_guillemetright" = 15; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -77; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 3; -"@MMK_R_ninesuperior" = -100; -"@MMK_R_onesuperior" = -112; -"@MMK_R_parenright" = -28; -"@MMK_R_parenright.case" = -3; -"@MMK_R_period" = 42; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -76; -"@MMK_R_question.ss01" = -92; -"@MMK_R_quotedbl" = -103; -"@MMK_R_quotedblleft" = -96; -"@MMK_R_quotedblleft.ss01" = -109; -"@MMK_R_quotedblright" = -101; -"@MMK_R_quoteright" = -101; -"@MMK_R_quoteright.ss01" = -105; -"@MMK_R_s" = 15; -"@MMK_R_semicolon" = 31; -"@MMK_R_sevensuperior" = -117; -"@MMK_R_sixsuperior" = -97; -"@MMK_R_slash" = 42; -"@MMK_R_threesuperior" = -95; -"@MMK_R_twosuperior" = -98; -"@MMK_R_u" = 0; -"@MMK_R_y" = -21; -"@MMK_R_z" = 17; -}; -"@MMK_L_O" = { -"@MMK_R_A" = -31; -"@MMK_R_I.ss02" = -7; -"@MMK_R_J" = -6; -"@MMK_R_O" = 29; -"@MMK_R_S" = 12; -"@MMK_R_T" = -12; -"@MMK_R_U" = 12; -"@MMK_R_V" = -31; -"@MMK_R_W" = -16; -"@MMK_R_X" = -49; -"@MMK_R_Y" = -46; -"@MMK_R_Z" = -4; -"@MMK_R_a" = 21; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -41; -"@MMK_R_bracketright" = -41; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -24; -"@MMK_R_comma.ss01" = -34; -"@MMK_R_e" = 20; -"@MMK_R_egrave" = 20; -"@MMK_R_eightsuperior" = 7; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = 23; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 23; -"@MMK_R_foursuperior" = 9; -"@MMK_R_g" = 23; -"@MMK_R_g.ss05" = 9; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 21; -"@MMK_R_hyphen.case" = 29; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 39; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 13; -"@MMK_R_itilde" = 10; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 8; -"@MMK_R_lslash" = 19; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 17; -"@MMK_R_onesuperior" = -17; -"@MMK_R_oslash" = 20; -"@MMK_R_parenright" = -58; -"@MMK_R_parenright.case" = -46; -"@MMK_R_period" = -25; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 13; -"@MMK_R_quoteright" = 13; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 8; -"@MMK_R_semicolon" = 23; -"@MMK_R_sevensuperior" = -23; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -27; -"@MMK_R_t" = 21; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -37; -"@MMK_R_twosuperior" = 10; -"@MMK_R_u" = 13; -"@MMK_R_underscore" = -55; -"@MMK_R_v" = 2; -"@MMK_R_w" = 12; -"@MMK_R_x" = 0; -"@MMK_R_y" = 2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 27; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = -2; -"@MMK_R_O" = 29; -"@MMK_R_S" = 12; -"@MMK_R_T" = 0; -"@MMK_R_U" = 16; -"@MMK_R_V" = 5; -"@MMK_R_X" = -3; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -24; -"@MMK_R_comma.ss01" = -34; -"@MMK_R_e" = 20; -"@MMK_R_eightsuperior" = 11; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = 5; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 10; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 21; -"@MMK_R_hyphen.case" = 29; -"@MMK_R_i" = 6; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 4; -"@MMK_R_period" = -25; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblright" = 15; -"@MMK_R_quoteright" = 15; -"@MMK_R_quoteright.ss01" = 4; -"@MMK_R_semicolon" = 23; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -27; -"@MMK_R_t" = 22; -"@MMK_R_threesuperior" = 10; -"@MMK_R_twosuperior" = 17; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -59; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -83; -"@MMK_R_O" = 24; -"@MMK_R_S" = 13; -"@MMK_R_T" = 10; -"@MMK_R_U" = 16; -"@MMK_R_V" = -8; -"@MMK_R_W" = 0; -"@MMK_R_X" = -33; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = -3; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 24; -"@MMK_R_braceright" = -11; -"@MMK_R_bracketright" = -11; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -116; -"@MMK_R_comma.ss01" = -136; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 21; -"@MMK_R_ellipsis" = -145; -"@MMK_R_exclam" = 20; -"@MMK_R_f" = 25; -"@MMK_R_fivesuperior" = 11; -"@MMK_R_four" = -10; -"@MMK_R_foursuperior" = 23; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = -6; -"@MMK_R_hyphen.case" = 15; -"@MMK_R_icircumflex" = 93; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 58; -"@MMK_R_itilde" = 46; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 35; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 14; -"@MMK_R_one" = 30; -"@MMK_R_onesuperior" = 4; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -39; -"@MMK_R_parenright.case" = -36; -"@MMK_R_period" = -115; -"@MMK_R_period.ss01" = -136; -"@MMK_R_question" = 23; -"@MMK_R_question.ss01" = 15; -"@MMK_R_quotedbl" = 5; -"@MMK_R_quotedblleft" = 22; -"@MMK_R_quotedblleft.ss01" = 11; -"@MMK_R_quotedblright" = 16; -"@MMK_R_quoteright" = 16; -"@MMK_R_quoteright.ss01" = 10; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 28; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 19; -"@MMK_R_slash" = -65; -"@MMK_R_t" = 25; -"@MMK_R_threesuperior" = 14; -"@MMK_R_trademark" = -8; -"@MMK_R_twosuperior" = 10; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -223; -"@MMK_R_v" = 26; -"@MMK_R_w" = 25; -"@MMK_R_x" = 11; -"@MMK_R_y" = 25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 23; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 35; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 27; -"@MMK_R_J" = 29; -"@MMK_R_O" = 0; -"@MMK_R_S" = 23; -"@MMK_R_T" = -27; -"@MMK_R_U" = -2; -"@MMK_R_V" = -52; -"@MMK_R_W" = -33; -"@MMK_R_X" = 27; -"@MMK_R_Y" = -77; -"@MMK_R_Z" = 33; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 24; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = -22; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 36; -"@MMK_R_colon.ss01" = 8; -"@MMK_R_comma" = 41; -"@MMK_R_comma.ss01" = 2; -"@MMK_R_e" = 10; -"@MMK_R_egrave" = 10; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = 16; -"@MMK_R_exclam" = 30; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -24; -"@MMK_R_four" = 22; -"@MMK_R_foursuperior" = -14; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 29; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 23; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -7; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 9; -"@MMK_R_igrave" = 4; -"@MMK_R_imacron" = 5; -"@MMK_R_j" = 59; -"@MMK_R_l" = 4; -"@MMK_R_l.ss03" = 5; -"@MMK_R_n" = 4; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -38; -"@MMK_R_parenright" = -20; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 43; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -16; -"@MMK_R_question.ss01" = -24; -"@MMK_R_quotedbl" = -37; -"@MMK_R_quotedblleft" = -21; -"@MMK_R_quotedblleft.ss01" = -26; -"@MMK_R_quotedblright" = -13; -"@MMK_R_quoteright" = -13; -"@MMK_R_quoteright.ss01" = -21; -"@MMK_R_s" = 27; -"@MMK_R_semicolon" = 34; -"@MMK_R_sevensuperior" = -47; -"@MMK_R_sixsuperior" = -25; -"@MMK_R_slash" = 29; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -71; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 39; -"@MMK_R_v" = -16; -"@MMK_R_w" = -14; -"@MMK_R_x" = 30; -"@MMK_R_y" = -9; -"@MMK_R_z" = 19; -"@MMK_R_zero" = 0; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 12; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 8; -"@MMK_R_O" = 8; -"@MMK_R_S" = 10; -"@MMK_R_T" = 4; -"@MMK_R_U" = 4; -"@MMK_R_V" = -9; -"@MMK_R_W" = -2; -"@MMK_R_X" = 6; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = 7; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 16; -"@MMK_R_braceright" = -5; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon" = 18; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = 7; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 3; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 22; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 9; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 19; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 89; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 56; -"@MMK_R_itilde" = 55; -"@MMK_R_j" = 30; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 29; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 18; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 8; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 17; -"@MMK_R_question.ss01" = 6; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 9; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 20; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 8; -"@MMK_R_slash" = 12; -"@MMK_R_t" = 22; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -11; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = 11; -"@MMK_R_v" = 16; -"@MMK_R_w" = 17; -"@MMK_R_x" = 14; -"@MMK_R_y" = 17; -"@MMK_R_z" = 5; -"@MMK_R_zero" = 6; -}; -"@MMK_L_S" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = 13; -"@MMK_R_O" = 19; -"@MMK_R_S" = 27; -"@MMK_R_T" = -8; -"@MMK_R_U" = 9; -"@MMK_R_V" = -24; -"@MMK_R_W" = -14; -"@MMK_R_X" = -25; -"@MMK_R_Y" = -35; -"@MMK_R_Z" = 18; -"@MMK_R_a" = 19; -"@MMK_R_a.ss04" = 14; -"@MMK_R_asciicircum" = -15; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -25; -"@MMK_R_bracketright" = -21; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = 20; -"@MMK_R_egrave" = 20; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 30; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 17; -"@MMK_R_g.ss05" = 10; -"@MMK_R_guillemetleft" = 29; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 26; -"@MMK_R_hyphen.case" = 3; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 63; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 29; -"@MMK_R_itilde" = 24; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 17; -"@MMK_R_lslash" = 18; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -10; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -9; -"@MMK_R_oslash" = 20; -"@MMK_R_parenright" = -53; -"@MMK_R_parenright.case" = -33; -"@MMK_R_period" = -3; -"@MMK_R_period.ss01" = -10; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -15; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_s" = 17; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -14; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = -4; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -29; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 12; -"@MMK_R_underscore" = -30; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 21; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -92; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 17; -"@MMK_R_J" = -85; -"@MMK_R_O" = -12; -"@MMK_R_S" = -4; -"@MMK_R_T" = 35; -"@MMK_R_U" = 9; -"@MMK_R_V" = 32; -"@MMK_R_W" = 35; -"@MMK_R_X" = 12; -"@MMK_R_Y" = 29; -"@MMK_R_Z" = 7; -"@MMK_R_a" = -64; -"@MMK_R_a.ss04" = -44; -"@MMK_R_asciicircum" = -2; -"@MMK_R_asterisk" = 22; -"@MMK_R_braceright" = 13; -"@MMK_R_bracketright" = 13; -"@MMK_R_colon" = -6; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = -103; -"@MMK_R_comma.ss01" = -130; -"@MMK_R_e" = -78; -"@MMK_R_egrave" = -37; -"@MMK_R_eightsuperior" = 3; -"@MMK_R_ellipsis" = -115; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 11; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -80; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -55; -"@MMK_R_g.ss05" = -48; -"@MMK_R_guillemetleft" = -57; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = -107; -"@MMK_R_hyphen.case" = -82; -"@MMK_R_i" = 6; -"@MMK_R_icircumflex" = 116; -"@MMK_R_igrave" = 51; -"@MMK_R_imacron" = 92; -"@MMK_R_itilde" = 89; -"@MMK_R_j" = 6; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 44; -"@MMK_R_lslash" = -9; -"@MMK_R_n" = -13; -"@MMK_R_ninesuperior" = 15; -"@MMK_R_one" = 21; -"@MMK_R_onesuperior" = 21; -"@MMK_R_oslash" = -78; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 3; -"@MMK_R_period" = -102; -"@MMK_R_period.ss01" = -131; -"@MMK_R_question" = 21; -"@MMK_R_question.ss01" = 13; -"@MMK_R_quotedbl" = 13; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 15; -"@MMK_R_quoteright" = 15; -"@MMK_R_quoteright.ss01" = 5; -"@MMK_R_s" = -54; -"@MMK_R_semicolon" = -7; -"@MMK_R_sevensuperior" = 18; -"@MMK_R_sixsuperior" = 13; -"@MMK_R_slash" = -96; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = 7; -"@MMK_R_trademark" = 5; -"@MMK_R_twosuperior" = 9; -"@MMK_R_u" = -6; -"@MMK_R_underscore" = -94; -"@MMK_R_v" = 21; -"@MMK_R_w" = 18; -"@MMK_R_x" = 7; -"@MMK_R_y" = 21; -"@MMK_R_z" = -7; -"@MMK_R_zero" = -12; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = -32; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -15; -"@MMK_R_J" = -14; -"@MMK_R_O" = 34; -"@MMK_R_S" = 9; -"@MMK_R_T" = -18; -"@MMK_R_U" = 14; -"@MMK_R_V" = -35; -"@MMK_R_W" = -18; -"@MMK_R_Y" = -61; -"@MMK_R_a" = 18; -"@MMK_R_a.ss04" = 7; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -38; -"@MMK_R_comma.ss01" = -43; -"@MMK_R_e" = 19; -"@MMK_R_egrave" = 18; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_exclam" = 4; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 6; -"@MMK_R_hyphen" = 24; -"@MMK_R_hyphen.case" = 31; -"@MMK_R_i" = 5; -"@MMK_R_imacron" = 7; -"@MMK_R_j" = 5; -"@MMK_R_n" = 5; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -36; -"@MMK_R_parenright" = -59; -"@MMK_R_parenright.case" = -46; -"@MMK_R_period" = -36; -"@MMK_R_period.ss01" = -44; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = -16; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = 20; -"@MMK_R_sevensuperior" = -32; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -32; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 12; -"@MMK_R_u" = 14; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -}; -"@MMK_L_U" = { -"@MMK_R_A" = -31; -"@MMK_R_H" = 7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -9; -"@MMK_R_O" = 12; -"@MMK_R_S" = 4; -"@MMK_R_T" = 12; -"@MMK_R_U" = 16; -"@MMK_R_V" = 14; -"@MMK_R_W" = 17; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 5; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -2; -"@MMK_R_asterisk" = 13; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -21; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = 4; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 10; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 6; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen" = 3; -"@MMK_R_hyphen.case" = 14; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 25; -"@MMK_R_imacron" = 66; -"@MMK_R_j" = 0; -"@MMK_R_l" = 8; -"@MMK_R_l.ss02" = 13; -"@MMK_R_l.ss03" = 31; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 5; -"@MMK_R_one" = 14; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -23; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 14; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 11; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 5; -"@MMK_R_slash" = -28; -"@MMK_R_t" = 10; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 2; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -49; -"@MMK_R_v" = 13; -"@MMK_R_w" = 10; -"@MMK_R_x" = 0; -"@MMK_R_y" = 6; -"@MMK_R_z" = -4; -"@MMK_R_zero" = 12; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = -29; -"@MMK_R_H" = 51; -"@MMK_R_I.ss02" = 61; -"@MMK_R_O" = 12; -"@MMK_R_T" = 75; -"@MMK_R_U" = 63; -"@MMK_R_V" = 86; -"@MMK_R_X" = 66; -"@MMK_R_Y" = 86; -"@MMK_R_Z" = 49; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = -2; -"@MMK_R_bracketright" = 75; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -21; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_e" = 9; -"@MMK_R_eightsuperior" = 53; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 58; -"@MMK_R_fivesuperior" = 52; -"@MMK_R_foursuperior" = 7; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen" = 3; -"@MMK_R_hyphen.case" = 14; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 51; -"@MMK_R_onesuperior" = 62; -"@MMK_R_parenright" = 81; -"@MMK_R_parenright.case" = 81; -"@MMK_R_period" = -23; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 21; -"@MMK_R_question.ss01" = 5; -"@MMK_R_quotedbl" = 61; -"@MMK_R_quotedblright" = 53; -"@MMK_R_quoteright" = 53; -"@MMK_R_quoteright.ss01" = 51; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = 72; -"@MMK_R_sixsuperior" = 36; -"@MMK_R_slash" = -28; -"@MMK_R_threesuperior" = 51; -"@MMK_R_twosuperior" = 47; -"@MMK_R_u" = 0; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -110; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 18; -"@MMK_R_J" = -86; -"@MMK_R_O" = -31; -"@MMK_R_S" = -18; -"@MMK_R_T" = 32; -"@MMK_R_U" = 14; -"@MMK_R_V" = 39; -"@MMK_R_W" = 39; -"@MMK_R_X" = 20; -"@MMK_R_Y" = 39; -"@MMK_R_Z" = 5; -"@MMK_R_a" = -64; -"@MMK_R_a.ss04" = -61; -"@MMK_R_asciicircum" = -30; -"@MMK_R_asterisk" = 4; -"@MMK_R_braceright" = 17; -"@MMK_R_bracketright" = 17; -"@MMK_R_colon" = -26; -"@MMK_R_colon.ss01" = -34; -"@MMK_R_comma" = -109; -"@MMK_R_comma.ss01" = -128; -"@MMK_R_e" = -65; -"@MMK_R_egrave" = -65; -"@MMK_R_eightsuperior" = 3; -"@MMK_R_ellipsis" = -130; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = -14; -"@MMK_R_fivesuperior" = 2; -"@MMK_R_four" = -62; -"@MMK_R_foursuperior" = -17; -"@MMK_R_g" = -57; -"@MMK_R_g.ss05" = -54; -"@MMK_R_guillemetleft" = -76; -"@MMK_R_guillemetright" = -19; -"@MMK_R_hyphen" = -54; -"@MMK_R_hyphen.case" = -36; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 77; -"@MMK_R_igrave" = 62; -"@MMK_R_imacron" = 100; -"@MMK_R_itilde" = 72; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 7; -"@MMK_R_l.ss03" = 48; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -39; -"@MMK_R_ninesuperior" = 3; -"@MMK_R_one" = -7; -"@MMK_R_onesuperior" = 14; -"@MMK_R_oslash" = -65; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 3; -"@MMK_R_period" = -107; -"@MMK_R_period.ss01" = -132; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = 18; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 9; -"@MMK_R_s" = -56; -"@MMK_R_semicolon" = -27; -"@MMK_R_sevensuperior" = 22; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -128; -"@MMK_R_t" = -14; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 12; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -34; -"@MMK_R_underscore" = -116; -"@MMK_R_v" = -16; -"@MMK_R_w" = -16; -"@MMK_R_x" = -24; -"@MMK_R_y" = -14; -"@MMK_R_z" = -35; -"@MMK_R_zero" = -31; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -63; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 22; -"@MMK_R_J" = -42; -"@MMK_R_O" = -15; -"@MMK_R_S" = -8; -"@MMK_R_T" = 35; -"@MMK_R_U" = 17; -"@MMK_R_V" = 39; -"@MMK_R_W" = 35; -"@MMK_R_X" = 22; -"@MMK_R_Y" = 37; -"@MMK_R_Z" = 9; -"@MMK_R_a" = -33; -"@MMK_R_a.ss04" = -32; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = 19; -"@MMK_R_braceright" = 19; -"@MMK_R_bracketright" = 19; -"@MMK_R_colon" = -7; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = -55; -"@MMK_R_comma.ss01" = -76; -"@MMK_R_e" = -33; -"@MMK_R_egrave" = -31; -"@MMK_R_eightsuperior" = 9; -"@MMK_R_ellipsis" = -76; -"@MMK_R_exclam" = 17; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 5; -"@MMK_R_four" = -30; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = -29; -"@MMK_R_g.ss05" = -30; -"@MMK_R_guillemetleft" = -33; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -29; -"@MMK_R_hyphen.case" = -15; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 92; -"@MMK_R_igrave" = 58; -"@MMK_R_imacron" = 97; -"@MMK_R_itilde" = 78; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 53; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -19; -"@MMK_R_ninesuperior" = 10; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 20; -"@MMK_R_oslash" = -32; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -53; -"@MMK_R_period.ss01" = -77; -"@MMK_R_question" = 7; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 26; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 14; -"@MMK_R_quoteright" = 14; -"@MMK_R_quoteright.ss01" = 11; -"@MMK_R_s" = -29; -"@MMK_R_semicolon" = -4; -"@MMK_R_sevensuperior" = 22; -"@MMK_R_sixsuperior" = 7; -"@MMK_R_slash" = -57; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 12; -"@MMK_R_twosuperior" = 5; -"@MMK_R_u" = -11; -"@MMK_R_underscore" = -57; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -4; -"@MMK_R_y" = 0; -"@MMK_R_z" = -17; -"@MMK_R_zero" = -15; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 37; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = 29; -"@MMK_R_O" = -47; -"@MMK_R_S" = -27; -"@MMK_R_T" = 14; -"@MMK_R_U" = -2; -"@MMK_R_V" = 21; -"@MMK_R_W" = 21; -"@MMK_R_X" = 40; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = 24; -"@MMK_R_a" = -33; -"@MMK_R_a.ss04" = -7; -"@MMK_R_asciicircum" = -68; -"@MMK_R_asterisk" = -18; -"@MMK_R_braceright" = 14; -"@MMK_R_bracketright" = 14; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 2; -"@MMK_R_e" = -38; -"@MMK_R_egrave" = -35; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = -3; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = -27; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_four" = -29; -"@MMK_R_foursuperior" = -58; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 25; -"@MMK_R_guillemetleft" = -37; -"@MMK_R_guillemetright" = 25; -"@MMK_R_hyphen" = -49; -"@MMK_R_hyphen.case" = -82; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 32; -"@MMK_R_igrave" = 46; -"@MMK_R_imacron" = 84; -"@MMK_R_itilde" = 44; -"@MMK_R_j" = 64; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 31; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = -33; -"@MMK_R_onesuperior" = -5; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 2; -"@MMK_R_question" = -26; -"@MMK_R_question.ss01" = -36; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -35; -"@MMK_R_quotedblleft.ss01" = -31; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = -21; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 3; -"@MMK_R_sixsuperior" = -21; -"@MMK_R_slash" = 30; -"@MMK_R_t" = -45; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = -32; -"@MMK_R_underscore" = 43; -"@MMK_R_v" = -56; -"@MMK_R_w" = -48; -"@MMK_R_x" = 40; -"@MMK_R_y" = -14; -"@MMK_R_z" = 15; -"@MMK_R_zero" = -37; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -122; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = -89; -"@MMK_R_O" = -47; -"@MMK_R_S" = -31; -"@MMK_R_T" = 29; -"@MMK_R_U" = 5; -"@MMK_R_V" = 39; -"@MMK_R_W" = 37; -"@MMK_R_X" = 21; -"@MMK_R_Y" = 41; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -102; -"@MMK_R_a.ss04" = -100; -"@MMK_R_asciicircum" = -53; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = 19; -"@MMK_R_bracketright" = 19; -"@MMK_R_colon" = -49; -"@MMK_R_colon.ss01" = -57; -"@MMK_R_comma" = -133; -"@MMK_R_comma.ss01" = -136; -"@MMK_R_e" = -105; -"@MMK_R_egrave" = -40; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -171; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -39; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -110; -"@MMK_R_foursuperior" = -38; -"@MMK_R_g" = -96; -"@MMK_R_g.ss05" = -92; -"@MMK_R_guillemetleft" = -100; -"@MMK_R_guillemetright" = -43; -"@MMK_R_hyphen" = -108; -"@MMK_R_hyphen.case" = -73; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 52; -"@MMK_R_igrave" = 64; -"@MMK_R_imacron" = 102; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 46; -"@MMK_R_n" = -65; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -21; -"@MMK_R_onesuperior" = 6; -"@MMK_R_oslash" = -104; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -131; -"@MMK_R_period.ss01" = -136; -"@MMK_R_question" = -15; -"@MMK_R_question.ss01" = -25; -"@MMK_R_quotedbl" = 15; -"@MMK_R_quotedblleft" = -27; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 6; -"@MMK_R_s" = -96; -"@MMK_R_semicolon" = -50; -"@MMK_R_sevensuperior" = 20; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = -136; -"@MMK_R_t" = -38; -"@MMK_R_threesuperior" = -3; -"@MMK_R_trademark" = 11; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -59; -"@MMK_R_underscore" = -136; -"@MMK_R_v" = -42; -"@MMK_R_w" = -41; -"@MMK_R_x" = -47; -"@MMK_R_y" = -42; -"@MMK_R_z" = -58; -"@MMK_R_zero" = -45; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = 22; -"@MMK_R_O" = -6; -"@MMK_R_S" = 13; -"@MMK_R_T" = 14; -"@MMK_R_U" = 0; -"@MMK_R_V" = 15; -"@MMK_R_W" = 20; -"@MMK_R_X" = 23; -"@MMK_R_Y" = 8; -"@MMK_R_Z" = 22; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -18; -"@MMK_R_asterisk" = 4; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 23; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 27; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 19; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 6; -"@MMK_R_foursuperior" = -3; -"@MMK_R_g" = -4; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = 17; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = -42; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 92; -"@MMK_R_igrave" = 30; -"@MMK_R_imacron" = 70; -"@MMK_R_j" = 45; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 32; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 2; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -4; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 29; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 12; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 21; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 25; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 25; -"@MMK_R_v" = 5; -"@MMK_R_w" = 0; -"@MMK_R_x" = 17; -"@MMK_R_y" = 6; -"@MMK_R_z" = 7; -"@MMK_R_zero" = -2; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 2; -"@MMK_R_T" = -13; -"@MMK_R_U" = 0; -"@MMK_R_V" = -39; -"@MMK_R_W" = -21; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -65; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -23; -"@MMK_R_asterisk" = -9; -"@MMK_R_braceright" = -22; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -22; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -15; -"@MMK_R_exclam" = -3; -"@MMK_R_fivesuperior" = -20; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 18; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -19; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -36; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -50; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_question" = -6; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = -25; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -37; -"@MMK_R_sixsuperior" = -13; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -70; -"@MMK_R_twosuperior" = -12; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 28; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 24; -"@MMK_R_O" = -5; -"@MMK_R_S" = 4; -"@MMK_R_T" = -57; -"@MMK_R_U" = -10; -"@MMK_R_V" = -80; -"@MMK_R_W" = -50; -"@MMK_R_X" = 25; -"@MMK_R_Y" = -110; -"@MMK_R_Z" = 17; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 22; -"@MMK_R_asciicircum" = -44; -"@MMK_R_asterisk" = -42; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 28; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 30; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -26; -"@MMK_R_ellipsis" = 9; -"@MMK_R_exclam" = 20; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -35; -"@MMK_R_four" = 10; -"@MMK_R_foursuperior" = -26; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 24; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = 16; -"@MMK_R_hyphen" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 55; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -34; -"@MMK_R_one" = -19; -"@MMK_R_onesuperior" = -79; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -31; -"@MMK_R_period" = 32; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -37; -"@MMK_R_question.ss01" = -48; -"@MMK_R_quotedbl" = -46; -"@MMK_R_quotedblleft" = -35; -"@MMK_R_quotedblleft.ss01" = -31; -"@MMK_R_quotedblright" = -23; -"@MMK_R_quoteright" = -23; -"@MMK_R_quoteright.ss01" = -28; -"@MMK_R_s" = 22; -"@MMK_R_semicolon" = 26; -"@MMK_R_sevensuperior" = -49; -"@MMK_R_sixsuperior" = -38; -"@MMK_R_slash" = 23; -"@MMK_R_t" = -4; -"@MMK_R_threesuperior" = -29; -"@MMK_R_trademark" = -91; -"@MMK_R_twosuperior" = -18; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 37; -"@MMK_R_v" = -30; -"@MMK_R_w" = -19; -"@MMK_R_x" = 24; -"@MMK_R_y" = -18; -"@MMK_R_z" = 15; -"@MMK_R_zero" = -4; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 17; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 8; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = -98; -"@MMK_R_U" = -7; -"@MMK_R_V" = -66; -"@MMK_R_W" = -36; -"@MMK_R_Y" = -107; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 10; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = 0; -"@MMK_R_g" = 0; -"@MMK_R_i" = -2; -"@MMK_R_j" = 25; -"@MMK_R_l" = -2; -"@MMK_R_n" = -2; -"@MMK_R_s" = 6; -"@MMK_R_t" = -2; -"@MMK_R_u" = -5; -"@MMK_R_z" = 0; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -93; -"@MMK_R_H" = -11; -"@MMK_R_I.ss02" = -19; -"@MMK_R_J" = -107; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = -2; -"@MMK_R_U" = 0; -"@MMK_R_V" = -30; -"@MMK_R_W" = -21; -"@MMK_R_Y" = -52; -"@MMK_R_Z" = -26; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -29; -"@MMK_R_e" = -37; -"@MMK_R_f" = 0; -"@MMK_R_g" = -27; -"@MMK_R_i" = -21; -"@MMK_R_j" = -21; -"@MMK_R_l" = -21; -"@MMK_R_n" = -23; -"@MMK_R_s" = -25; -"@MMK_R_t" = 0; -"@MMK_R_u" = -17; -"@MMK_R_z" = -18; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -62; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = -41; -"@MMK_R_J" = -73; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -37; -"@MMK_R_U" = 0; -"@MMK_R_V" = -43; -"@MMK_R_W" = -26; -"@MMK_R_Y" = -73; -"@MMK_R_Z" = -36; -"@MMK_R_a" = -6; -"@MMK_R_a.ss04" = -13; -"@MMK_R_e" = -6; -"@MMK_R_egrave" = -6; -"@MMK_R_f" = 0; -"@MMK_R_g" = -3; -"@MMK_R_i" = -18; -"@MMK_R_j" = -18; -"@MMK_R_l" = -18; -"@MMK_R_n" = -18; -"@MMK_R_s" = -9; -"@MMK_R_t" = 0; -"@MMK_R_u" = -8; -"@MMK_R_z" = -16; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -86; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = -90; -"@MMK_R_O" = 0; -"@MMK_R_S" = 4; -"@MMK_R_T" = 22; -"@MMK_R_U" = 13; -"@MMK_R_V" = 4; -"@MMK_R_W" = 17; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -5; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -34; -"@MMK_R_a.ss04" = -32; -"@MMK_R_asterisk" = 27; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -133; -"@MMK_R_comma.ss01" = -136; -"@MMK_R_e" = -37; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 17; -"@MMK_R_five" = 0; -"@MMK_R_four" = -55; -"@MMK_R_g" = -30; -"@MMK_R_guillemetleft" = -51; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen" = -76; -"@MMK_R_hyphen.case" = -14; -"@MMK_R_i" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = 0; -"@MMK_R_n" = -9; -"@MMK_R_nine" = 17; -"@MMK_R_one" = 23; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -31; -"@MMK_R_parenright.case" = -29; -"@MMK_R_period" = -131; -"@MMK_R_period.ss01" = -136; -"@MMK_R_pi" = 14; -"@MMK_R_question" = 22; -"@MMK_R_quotedbl" = 18; -"@MMK_R_quotedblleft" = 11; -"@MMK_R_quotedblleft.ss01" = 14; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -28; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 31; -"@MMK_R_slash" = -95; -"@MMK_R_t" = 17; -"@MMK_R_three" = 5; -"@MMK_R_two" = 8; -"@MMK_R_u" = -3; -"@MMK_R_v" = 20; -"@MMK_R_w" = 19; -"@MMK_R_x" = 0; -"@MMK_R_y" = 19; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 0; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -41; -"@MMK_R_S" = -20; -"@MMK_R_T" = 13; -"@MMK_R_U" = 0; -"@MMK_R_V" = 17; -"@MMK_R_W" = 19; -"@MMK_R_X" = 14; -"@MMK_R_Y" = 19; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -67; -"@MMK_R_a.ss04" = -44; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 22; -"@MMK_R_colon" = -21; -"@MMK_R_colon.ss01" = -20; -"@MMK_R_comma" = 17; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -16; -"@MMK_R_e" = -68; -"@MMK_R_egrave" = -50; -"@MMK_R_eight" = -14; -"@MMK_R_ellipsis" = -33; -"@MMK_R_f" = -38; -"@MMK_R_five" = -7; -"@MMK_R_four" = -62; -"@MMK_R_g" = -2; -"@MMK_R_guillemetleft" = -62; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -62; -"@MMK_R_i" = -3; -"@MMK_R_icircumflex" = 63; -"@MMK_R_j" = 53; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -12; -"@MMK_R_n" = -22; -"@MMK_R_nine" = -20; -"@MMK_R_one" = -31; -"@MMK_R_parenleft" = -18; -"@MMK_R_percent" = -6; -"@MMK_R_period" = -15; -"@MMK_R_period.ss01" = -20; -"@MMK_R_pi" = -42; -"@MMK_R_plus" = -80; -"@MMK_R_question" = -9; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -23; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = -58; -"@MMK_R_semicolon" = 15; -"@MMK_R_seven" = 5; -"@MMK_R_slash" = 38; -"@MMK_R_t" = -41; -"@MMK_R_three" = -19; -"@MMK_R_two" = 0; -"@MMK_R_u" = -55; -"@MMK_R_v" = -65; -"@MMK_R_w" = -60; -"@MMK_R_x" = 0; -"@MMK_R_y" = -18; -"@MMK_R_z" = -10; -"@MMK_R_zero" = -35; -}; -"@MMK_L_c" = { -"@MMK_R_A" = -15; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 9; -"@MMK_R_O" = 14; -"@MMK_R_S" = 16; -"@MMK_R_T" = -63; -"@MMK_R_U" = 0; -"@MMK_R_V" = -57; -"@MMK_R_W" = -32; -"@MMK_R_X" = -34; -"@MMK_R_Y" = -99; -"@MMK_R_Z" = 3; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = -31; -"@MMK_R_braceright" = -68; -"@MMK_R_bracketright" = -62; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -12; -"@MMK_R_exclam" = -3; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = 16; -"@MMK_R_foursuperior" = -9; -"@MMK_R_g" = 12; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -18; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 7; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -52; -"@MMK_R_oslash" = 12; -"@MMK_R_parenright" = -61; -"@MMK_R_period" = -3; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question" = -27; -"@MMK_R_question.ss01" = -37; -"@MMK_R_quotedbl" = -33; -"@MMK_R_quotedblleft" = -21; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -40; -"@MMK_R_sixsuperior" = -22; -"@MMK_R_slash" = -15; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -11; -"@MMK_R_trademark" = -68; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -38; -"@MMK_R_v" = -16; -"@MMK_R_w" = -5; -"@MMK_R_x" = -33; -"@MMK_R_y" = -21; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 14; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 19; -"@MMK_R_J" = 34; -"@MMK_R_O" = 22; -"@MMK_R_S" = 14; -"@MMK_R_T" = -6; -"@MMK_R_U" = 8; -"@MMK_R_V" = -26; -"@MMK_R_W" = -8; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -48; -"@MMK_R_Z" = 25; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 19; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -21; -"@MMK_R_e" = -5; -"@MMK_R_eight" = 10; -"@MMK_R_f" = 30; -"@MMK_R_five" = 0; -"@MMK_R_four" = 0; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -20; -"@MMK_R_guillemetright" = 12; -"@MMK_R_hyphen" = -15; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_j" = 21; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 28; -"@MMK_R_one" = 22; -"@MMK_R_parenleft" = 13; -"@MMK_R_parenright" = -36; -"@MMK_R_parenright.case" = -13; -"@MMK_R_pi" = 29; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = 3; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_s" = 13; -"@MMK_R_seven" = 9; -"@MMK_R_t" = 30; -"@MMK_R_three" = 13; -"@MMK_R_two" = 29; -"@MMK_R_u" = 7; -"@MMK_R_v" = 11; -"@MMK_R_w" = 23; -"@MMK_R_x" = 18; -"@MMK_R_y" = 18; -"@MMK_R_z" = 24; -"@MMK_R_zero" = 21; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -133; -"@MMK_R_bracketright" = 0; -"@MMK_R_eight" = 0; -"@MMK_R_five" = -8; -"@MMK_R_four" = 0; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen" = -19; -"@MMK_R_hyphen.case" = -94; -"@MMK_R_nine" = -9; -"@MMK_R_one" = -85; -"@MMK_R_parenright" = -20; -"@MMK_R_parenright.case" = 0; -"@MMK_R_quotedbl" = -133; -"@MMK_R_quotedblleft" = -133; -"@MMK_R_quotedblright" = -133; -"@MMK_R_quoteright" = -133; -"@MMK_R_seven" = -64; -"@MMK_R_three" = -2; -"@MMK_R_two" = 29; -"@MMK_R_zero" = -23; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = 177; -"@MMK_R_O" = 93; -"@MMK_R_a" = 0; -"@MMK_R_bracketright" = 188; -"@MMK_R_colon" = 83; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -22; -"@MMK_R_e" = 0; -"@MMK_R_eightsuperior" = 165; -"@MMK_R_ellipsis" = -15; -"@MMK_R_exclam" = 181; -"@MMK_R_fivesuperior" = 168; -"@MMK_R_foursuperior" = 111; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 140; -"@MMK_R_j" = 145; -"@MMK_R_l" = 172; -"@MMK_R_l.ss02" = 178; -"@MMK_R_l.ss03" = 172; -"@MMK_R_n" = 83; -"@MMK_R_ninesuperior" = 166; -"@MMK_R_onesuperior" = 190; -"@MMK_R_parenright" = 165; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_question" = 145; -"@MMK_R_question.ss01" = 134; -"@MMK_R_quotedbl" = 191; -"@MMK_R_quotedblleft" = 131; -"@MMK_R_quotedblleft.ss01" = 146; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 81; -"@MMK_R_sevensuperior" = 200; -"@MMK_R_sixsuperior" = 161; -"@MMK_R_slash" = 6; -"@MMK_R_t" = 119; -"@MMK_R_threesuperior" = 158; -"@MMK_R_twosuperior" = 161; -"@MMK_R_u" = 94; -"@MMK_R_v" = 43; -"@MMK_R_w" = 97; -"@MMK_R_y" = 31; -"@MMK_R_z" = 90; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -97; -"@MMK_R_H" = -11; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -101; -"@MMK_R_O" = -10; -"@MMK_R_S" = -4; -"@MMK_R_T" = 0; -"@MMK_R_U" = -3; -"@MMK_R_V" = -10; -"@MMK_R_W" = -2; -"@MMK_R_Y" = -18; -"@MMK_R_Z" = -10; -"@MMK_R_a" = -43; -"@MMK_R_a.ss04" = -41; -"@MMK_R_asterisk" = 14; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = -8; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = -133; -"@MMK_R_comma.ss01" = -136; -"@MMK_R_e" = -46; -"@MMK_R_eight" = -4; -"@MMK_R_f" = 0; -"@MMK_R_five" = -12; -"@MMK_R_four" = -70; -"@MMK_R_g" = -40; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -69; -"@MMK_R_hyphen.case" = -20; -"@MMK_R_i" = -17; -"@MMK_R_j" = -17; -"@MMK_R_l" = -15; -"@MMK_R_n" = -24; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenright" = -43; -"@MMK_R_parenright.case" = -41; -"@MMK_R_period" = -131; -"@MMK_R_period.ss01" = -136; -"@MMK_R_question" = 7; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = -5; -"@MMK_R_quoteright" = -5; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = -37; -"@MMK_R_semicolon" = -10; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = -105; -"@MMK_R_t" = 0; -"@MMK_R_three" = -4; -"@MMK_R_two" = -4; -"@MMK_R_u" = -17; -"@MMK_R_z" = -18; -"@MMK_R_zero" = -10; -}; -"@MMK_L_e" = { -"@MMK_R_A" = -13; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 2; -"@MMK_R_O" = 12; -"@MMK_R_S" = 9; -"@MMK_R_T" = -79; -"@MMK_R_U" = 0; -"@MMK_R_V" = -66; -"@MMK_R_W" = -37; -"@MMK_R_X" = -35; -"@MMK_R_Y" = -105; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -38; -"@MMK_R_asterisk" = -38; -"@MMK_R_braceright" = -73; -"@MMK_R_bracketright" = -69; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eightsuperior" = -20; -"@MMK_R_ellipsis" = -14; -"@MMK_R_exclam" = -4; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -27; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 15; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = 18; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = -2; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = -2; -"@MMK_R_itilde" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = -2; -"@MMK_R_lslash" = 12; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -27; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = -61; -"@MMK_R_oslash" = 16; -"@MMK_R_parenright" = -64; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -15; -"@MMK_R_question" = -38; -"@MMK_R_question.ss01" = -47; -"@MMK_R_quotedbl" = -41; -"@MMK_R_quotedblleft" = -29; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -45; -"@MMK_R_sixsuperior" = -31; -"@MMK_R_slash" = -18; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -81; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -39; -"@MMK_R_v" = -20; -"@MMK_R_w" = -9; -"@MMK_R_x" = -31; -"@MMK_R_y" = -25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = -13; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 2; -"@MMK_R_O" = 12; -"@MMK_R_S" = 9; -"@MMK_R_T" = -47; -"@MMK_R_U" = 0; -"@MMK_R_V" = -36; -"@MMK_R_W" = -35; -"@MMK_R_X" = -35; -"@MMK_R_Y" = -77; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asterisk" = -36; -"@MMK_R_bracketright" = -69; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = -14; -"@MMK_R_exclam" = -4; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -26; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 15; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = 18; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 15; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = -2; -"@MMK_R_lslash" = 12; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -25; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = -59; -"@MMK_R_oslash" = 16; -"@MMK_R_parenright" = -64; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -15; -"@MMK_R_question" = -36; -"@MMK_R_question.ss01" = -46; -"@MMK_R_quotedbl" = -38; -"@MMK_R_quotedblleft" = -28; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -41; -"@MMK_R_sixsuperior" = -28; -"@MMK_R_slash" = -18; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -19; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -39; -"@MMK_R_v" = -20; -"@MMK_R_w" = -9; -"@MMK_R_x" = -31; -"@MMK_R_y" = -25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = 15; -"@MMK_R_O" = 12; -"@MMK_R_S" = 24; -"@MMK_R_T" = -2; -"@MMK_R_U" = 4; -"@MMK_R_V" = -13; -"@MMK_R_W" = -5; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -26; -"@MMK_R_Z" = 18; -"@MMK_R_a" = 13; -"@MMK_R_a.ss04" = 13; -"@MMK_R_asterisk" = 3; -"@MMK_R_bracketright" = -14; -"@MMK_R_colon" = 11; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_degree" = -3; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 15; -"@MMK_R_eight" = 26; -"@MMK_R_ellipsis" = -6; -"@MMK_R_f" = 7; -"@MMK_R_five" = 14; -"@MMK_R_four" = 24; -"@MMK_R_g" = 11; -"@MMK_R_guillemetleft" = 19; -"@MMK_R_guillemetright" = 9; -"@MMK_R_hyphen" = 16; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 81; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 17; -"@MMK_R_one" = 2; -"@MMK_R_parenleft" = 19; -"@MMK_R_parenright" = -43; -"@MMK_R_parenright.case" = -30; -"@MMK_R_percent" = 6; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_pi" = 7; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 7; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = 19; -"@MMK_R_semicolon" = 11; -"@MMK_R_seven" = 2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 7; -"@MMK_R_three" = 25; -"@MMK_R_two" = 8; -"@MMK_R_u" = 8; -"@MMK_R_v" = 9; -"@MMK_R_w" = 15; -"@MMK_R_x" = 0; -"@MMK_R_y" = 9; -"@MMK_R_z" = 6; -"@MMK_R_zero" = 14; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = -10; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 16; -"@MMK_R_O" = -37; -"@MMK_R_S" = -12; -"@MMK_R_T" = -111; -"@MMK_R_U" = -35; -"@MMK_R_V" = -130; -"@MMK_R_W" = -81; -"@MMK_R_X" = -3; -"@MMK_R_Y" = -169; -"@MMK_R_Z" = 4; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -160; -"@MMK_R_bracketright" = -33; -"@MMK_R_colon" = 7; -"@MMK_R_comma" = 19; -"@MMK_R_e" = -19; -"@MMK_R_egrave" = -19; -"@MMK_R_eight" = -5; -"@MMK_R_ellipsis" = 2; -"@MMK_R_f" = -40; -"@MMK_R_five" = -17; -"@MMK_R_four" = -4; -"@MMK_R_g" = -23; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -24; -"@MMK_R_hyphen.case" = -102; -"@MMK_R_i" = -15; -"@MMK_R_j" = 0; -"@MMK_R_l" = -15; -"@MMK_R_n" = -15; -"@MMK_R_nine" = -19; -"@MMK_R_one" = -97; -"@MMK_R_parenleft" = -15; -"@MMK_R_parenright" = -48; -"@MMK_R_parenright.case" = -25; -"@MMK_R_period" = 23; -"@MMK_R_pi" = -38; -"@MMK_R_question" = -84; -"@MMK_R_quotedbl" = -235; -"@MMK_R_quotedblleft" = -272; -"@MMK_R_quotedblright" = -272; -"@MMK_R_quoteright" = -133; -"@MMK_R_s" = -3; -"@MMK_R_semicolon" = 3; -"@MMK_R_seven" = -86; -"@MMK_R_slash" = 2; -"@MMK_R_t" = -45; -"@MMK_R_three" = -8; -"@MMK_R_two" = 8; -"@MMK_R_u" = -20; -"@MMK_R_v" = -86; -"@MMK_R_w" = -51; -"@MMK_R_x" = -2; -"@MMK_R_y" = -45; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -29; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -34; -"@MMK_R_H" = 14; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = -38; -"@MMK_R_O" = 26; -"@MMK_R_S" = 12; -"@MMK_R_T" = 36; -"@MMK_R_U" = 28; -"@MMK_R_V" = 42; -"@MMK_R_W" = 48; -"@MMK_R_X" = 22; -"@MMK_R_Y" = 41; -"@MMK_R_Z" = 11; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 36; -"@MMK_R_braceright" = 10; -"@MMK_R_bracketright" = 10; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 3; -"@MMK_R_comma" = -41; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = 8; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = 23; -"@MMK_R_ellipsis" = -53; -"@MMK_R_exclam" = 23; -"@MMK_R_f" = 24; -"@MMK_R_fivesuperior" = 13; -"@MMK_R_four" = -14; -"@MMK_R_foursuperior" = 20; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -5; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = -2; -"@MMK_R_icircumflex" = 90; -"@MMK_R_igrave" = 55; -"@MMK_R_imacron" = 69; -"@MMK_R_itilde" = 66; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 38; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 34; -"@MMK_R_one" = 29; -"@MMK_R_onesuperior" = 23; -"@MMK_R_oslash" = 8; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = -40; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 30; -"@MMK_R_question.ss01" = 14; -"@MMK_R_quotedbl" = 31; -"@MMK_R_quotedblleft" = 23; -"@MMK_R_quotedblleft.ss01" = 17; -"@MMK_R_quotedblright" = 38; -"@MMK_R_quoteright" = 38; -"@MMK_R_quoteright.ss01" = 25; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 28; -"@MMK_R_sevensuperior" = 19; -"@MMK_R_sixsuperior" = 31; -"@MMK_R_slash" = -33; -"@MMK_R_t" = 24; -"@MMK_R_threesuperior" = 22; -"@MMK_R_trademark" = 7; -"@MMK_R_twosuperior" = 35; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -43; -"@MMK_R_v" = 32; -"@MMK_R_w" = 28; -"@MMK_R_x" = 14; -"@MMK_R_y" = 27; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 26; -}; -"@MMK_L_five" = { -"@MMK_R_A" = -11; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = 7; -"@MMK_R_O" = 16; -"@MMK_R_S" = 22; -"@MMK_R_T" = 0; -"@MMK_R_U" = 8; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = -4; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 12; -"@MMK_R_a" = 16; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asterisk" = -3; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -7; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_degree" = -15; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eight" = 20; -"@MMK_R_ellipsis" = -15; -"@MMK_R_f" = 0; -"@MMK_R_five" = 13; -"@MMK_R_four" = 26; -"@MMK_R_g" = 15; -"@MMK_R_guillemetleft" = 26; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 22; -"@MMK_R_hyphen.case" = 2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 73; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 8; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 19; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -15; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -6; -"@MMK_R_period.ss01" = -14; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = -12; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -10; -"@MMK_R_t" = 0; -"@MMK_R_three" = 20; -"@MMK_R_two" = -2; -"@MMK_R_u" = 8; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -3; -"@MMK_R_y" = -4; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 18; -}; -"@MMK_L_four" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 8; -"@MMK_R_J" = 21; -"@MMK_R_O" = 19; -"@MMK_R_S" = 22; -"@MMK_R_T" = -34; -"@MMK_R_U" = 12; -"@MMK_R_V" = -31; -"@MMK_R_W" = -29; -"@MMK_R_X" = -24; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = 15; -"@MMK_R_a" = 18; -"@MMK_R_a.ss04" = 15; -"@MMK_R_asterisk" = -35; -"@MMK_R_bracketright" = -41; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -53; -"@MMK_R_e" = 19; -"@MMK_R_egrave" = 21; -"@MMK_R_eight" = 31; -"@MMK_R_ellipsis" = -3; -"@MMK_R_f" = -15; -"@MMK_R_five" = 11; -"@MMK_R_four" = 38; -"@MMK_R_g" = 18; -"@MMK_R_guillemetleft" = 25; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = 22; -"@MMK_R_hyphen.case" = 5; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 9; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 14; -"@MMK_R_one" = -34; -"@MMK_R_parenleft" = 24; -"@MMK_R_parenright" = -48; -"@MMK_R_parenright.case" = -27; -"@MMK_R_percent" = -38; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -2; -"@MMK_R_pi" = -7; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -32; -"@MMK_R_quotedbl" = -44; -"@MMK_R_quotedblleft" = -42; -"@MMK_R_quotedblleft.ss01" = -35; -"@MMK_R_quotedblright" = -38; -"@MMK_R_quoteright" = -38; -"@MMK_R_quoteright.ss01" = -44; -"@MMK_R_s" = 16; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -35; -"@MMK_R_slash" = -4; -"@MMK_R_t" = -15; -"@MMK_R_three" = 23; -"@MMK_R_two" = 5; -"@MMK_R_u" = 0; -"@MMK_R_v" = -20; -"@MMK_R_w" = -6; -"@MMK_R_x" = -27; -"@MMK_R_y" = -29; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 19; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -47; -"@MMK_R_zero.dnom" = -28; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 2; -"@MMK_R_T" = -12; -"@MMK_R_U" = 0; -"@MMK_R_V" = -39; -"@MMK_R_W" = -18; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -62; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -23; -"@MMK_R_asterisk" = -8; -"@MMK_R_braceright" = -15; -"@MMK_R_bracketright" = -14; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -14; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 14; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -19; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -38; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -42; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = -5; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -22; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -17; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -41; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -70; -"@MMK_R_twosuperior" = -12; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 4; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 34; -"@MMK_R_H" = 8; -"@MMK_R_I.ss02" = 23; -"@MMK_R_J" = 32; -"@MMK_R_O" = -2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 6; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 35; -"@MMK_R_Y" = -8; -"@MMK_R_Z" = 27; -"@MMK_R_a" = -9; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -24; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 13; -"@MMK_R_bracketright" = 14; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 14; -"@MMK_R_comma" = 35; -"@MMK_R_comma.ss01" = 9; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -11; -"@MMK_R_eightsuperior" = -3; -"@MMK_R_ellipsis" = 11; -"@MMK_R_exclam" = 23; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -7; -"@MMK_R_four" = -9; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g.ss05" = 28; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 21; -"@MMK_R_hyphen" = -23; -"@MMK_R_icircumflex" = 86; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 65; -"@MMK_R_itilde" = 65; -"@MMK_R_j" = 65; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 10; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 5; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -5; -"@MMK_R_period" = 32; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 29; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 54; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -4; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 47; -"@MMK_R_v" = 6; -"@MMK_R_w" = 2; -"@MMK_R_x" = 31; -"@MMK_R_y" = 7; -"@MMK_R_z" = 20; -"@MMK_R_zero" = -2; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 29; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 17; -"@MMK_R_O" = 0; -"@MMK_R_S" = 6; -"@MMK_R_T" = 6; -"@MMK_R_U" = 2; -"@MMK_R_V" = -19; -"@MMK_R_W" = -7; -"@MMK_R_X" = 24; -"@MMK_R_Y" = -43; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -21; -"@MMK_R_a.ss04" = -3; -"@MMK_R_asterisk" = 2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 12; -"@MMK_R_colon.ss01" = 8; -"@MMK_R_comma" = 2; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_degree" = -6; -"@MMK_R_e" = -23; -"@MMK_R_egrave" = -23; -"@MMK_R_eight" = 8; -"@MMK_R_ellipsis" = -5; -"@MMK_R_f" = 19; -"@MMK_R_five" = 0; -"@MMK_R_four" = -12; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = -27; -"@MMK_R_hyphen.case" = -9; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 54; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -5; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 15; -"@MMK_R_one" = 16; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = -3; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 5; -"@MMK_R_period.ss01" = -4; -"@MMK_R_pi" = 18; -"@MMK_R_plus" = -21; -"@MMK_R_question" = 11; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = -24; -"@MMK_R_quoteright" = -24; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = -10; -"@MMK_R_semicolon" = 10; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = 17; -"@MMK_R_t" = 19; -"@MMK_R_three" = 0; -"@MMK_R_two" = 26; -"@MMK_R_u" = 0; -"@MMK_R_v" = 24; -"@MMK_R_w" = 22; -"@MMK_R_x" = 22; -"@MMK_R_y" = 21; -"@MMK_R_z" = 17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = -25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -13; -"@MMK_R_J" = -5; -"@MMK_R_O" = 22; -"@MMK_R_S" = 9; -"@MMK_R_T" = -57; -"@MMK_R_U" = 8; -"@MMK_R_V" = -76; -"@MMK_R_W" = -36; -"@MMK_R_X" = -36; -"@MMK_R_Y" = -100; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 27; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -51; -"@MMK_R_bracketright" = -62; -"@MMK_R_colon" = -20; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = -20; -"@MMK_R_comma.ss01" = -29; -"@MMK_R_e" = 29; -"@MMK_R_egrave" = 29; -"@MMK_R_eight" = 19; -"@MMK_R_ellipsis" = -32; -"@MMK_R_f" = -2; -"@MMK_R_five" = 8; -"@MMK_R_four" = 29; -"@MMK_R_g" = 28; -"@MMK_R_guillemetleft" = 16; -"@MMK_R_guillemetright" = -32; -"@MMK_R_hyphen" = 17; -"@MMK_R_hyphen.case" = 2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 16; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -19; -"@MMK_R_parenleft" = 22; -"@MMK_R_parenright" = -63; -"@MMK_R_parenright.case" = -45; -"@MMK_R_percent" = -37; -"@MMK_R_period" = -19; -"@MMK_R_period.ss01" = -30; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -39; -"@MMK_R_quotedbl" = -57; -"@MMK_R_quotedblleft" = -44; -"@MMK_R_quotedblleft.ss01" = -29; -"@MMK_R_quotedblright" = -26; -"@MMK_R_quoteright" = -26; -"@MMK_R_quoteright.ss01" = -29; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -21; -"@MMK_R_seven" = -28; -"@MMK_R_slash" = -32; -"@MMK_R_t" = -2; -"@MMK_R_three" = 0; -"@MMK_R_two" = -19; -"@MMK_R_u" = 7; -"@MMK_R_v" = -28; -"@MMK_R_w" = -11; -"@MMK_R_x" = -37; -"@MMK_R_y" = -34; -"@MMK_R_z" = -13; -"@MMK_R_zero" = 23; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -18; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = 0; -"@MMK_R_O" = 21; -"@MMK_R_S" = 8; -"@MMK_R_T" = -104; -"@MMK_R_U" = 3; -"@MMK_R_V" = -54; -"@MMK_R_W" = -32; -"@MMK_R_X" = -52; -"@MMK_R_Y" = -107; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 23; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = -76; -"@MMK_R_bracketright" = -62; -"@MMK_R_colon" = -20; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = -25; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eight" = 16; -"@MMK_R_f" = 0; -"@MMK_R_five" = 6; -"@MMK_R_four" = 29; -"@MMK_R_g" = 22; -"@MMK_R_guillemetleft" = 17; -"@MMK_R_guillemetright" = -24; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 27; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -26; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -53; -"@MMK_R_period" = -24; -"@MMK_R_period.ss01" = -18; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -17; -"@MMK_R_question" = -96; -"@MMK_R_quotedbl" = -52; -"@MMK_R_quotedblleft" = -45; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -22; -"@MMK_R_seven" = -53; -"@MMK_R_slash" = -31; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = -9; -"@MMK_R_u" = 9; -"@MMK_R_v" = -21; -"@MMK_R_w" = -7; -"@MMK_R_x" = -47; -"@MMK_R_y" = -29; -"@MMK_R_z" = -13; -"@MMK_R_zero" = 20; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -35; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -63; -"@MMK_R_J" = -72; -"@MMK_R_O" = 29; -"@MMK_R_S" = 0; -"@MMK_R_T" = -80; -"@MMK_R_U" = 14; -"@MMK_R_V" = -36; -"@MMK_R_W" = -18; -"@MMK_R_X" = -86; -"@MMK_R_Y" = -73; -"@MMK_R_Z" = -39; -"@MMK_R_asterisk" = -14; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -93; -"@MMK_R_comma.ss01" = -108; -"@MMK_R_eight" = 0; -"@MMK_R_five" = 8; -"@MMK_R_four" = 0; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = -6; -"@MMK_R_nine" = 10; -"@MMK_R_one" = 0; -"@MMK_R_parenright.case" = -46; -"@MMK_R_period" = -93; -"@MMK_R_period.ss01" = -112; -"@MMK_R_plus" = -11; -"@MMK_R_question" = -23; -"@MMK_R_quotedbl" = -22; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -48; -"@MMK_R_three" = -17; -"@MMK_R_two" = 0; -"@MMK_R_zero" = 26; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 3; -"@MMK_R_T" = 7; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -3; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -22; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -15; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 43; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 30; -"@MMK_R_itilde" = 27; -"@MMK_R_j" = 18; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -14; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -14; -"@MMK_R_twosuperior" = -7; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 74; -"@MMK_R_I.ss02" = 99; -"@MMK_R_O" = 40; -"@MMK_R_S" = 74; -"@MMK_R_U" = 88; -"@MMK_R_V" = 78; -"@MMK_R_X" = 31; -"@MMK_R_Y" = 54; -"@MMK_R_Z" = 86; -"@MMK_R_bracketright" = 63; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -22; -"@MMK_R_egrave" = 23; -"@MMK_R_eightsuperior" = 70; -"@MMK_R_ellipsis" = -15; -"@MMK_R_exclam" = 84; -"@MMK_R_f" = 21; -"@MMK_R_fivesuperior" = 67; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 38; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 43; -"@MMK_R_icircumflex" = 98; -"@MMK_R_igrave" = 43; -"@MMK_R_j" = 52; -"@MMK_R_l" = 52; -"@MMK_R_l.ss02" = 57; -"@MMK_R_l.ss03" = 87; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 87; -"@MMK_R_one" = 64; -"@MMK_R_onesuperior" = 98; -"@MMK_R_parenright" = 22; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_question" = 99; -"@MMK_R_question.ss01" = 81; -"@MMK_R_quotedbl" = 86; -"@MMK_R_quotedblleft" = 67; -"@MMK_R_quotedblleft.ss01" = 73; -"@MMK_R_quotedblright" = 81; -"@MMK_R_quoteright" = 81; -"@MMK_R_quoteright.ss01" = 76; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 92; -"@MMK_R_sixsuperior" = 84; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 18; -"@MMK_R_threesuperior" = 63; -"@MMK_R_twosuperior" = 80; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 14; -"@MMK_R_I.ss02" = 35; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 3; -"@MMK_R_T" = 52; -"@MMK_R_U" = 26; -"@MMK_R_V" = 63; -"@MMK_R_W" = 59; -"@MMK_R_X" = 45; -"@MMK_R_Y" = 65; -"@MMK_R_Z" = 24; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 45; -"@MMK_R_bracketright" = 45; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -22; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 9; -"@MMK_R_ellipsis" = -15; -"@MMK_R_exclam" = 27; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 18; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 42; -"@MMK_R_igrave" = 26; -"@MMK_R_imacron" = 30; -"@MMK_R_itilde" = 27; -"@MMK_R_j" = 17; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 12; -"@MMK_R_l.ss03" = 38; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 8; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 5; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = 34; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = 25; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 26; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = 40; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_threesuperior" = 7; -"@MMK_R_trademark" = 18; -"@MMK_R_twosuperior" = 9; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 39; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = 28; -"@MMK_R_O" = -4; -"@MMK_R_S" = 0; -"@MMK_R_T" = 7; -"@MMK_R_U" = 0; -"@MMK_R_V" = -19; -"@MMK_R_W" = -2; -"@MMK_R_X" = 40; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = 19; -"@MMK_R_a" = -33; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asciicircum" = -13; -"@MMK_R_asterisk" = 2; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 12; -"@MMK_R_colon.ss01" = 5; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -38; -"@MMK_R_egrave" = -38; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = -3; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 14; -"@MMK_R_fivesuperior" = -7; -"@MMK_R_four" = -38; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = -37; -"@MMK_R_guillemetright" = 22; -"@MMK_R_hyphen" = -52; -"@MMK_R_j" = 29; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -11; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_one" = 23; -"@MMK_R_onesuperior" = -36; -"@MMK_R_oslash" = -8; -"@MMK_R_parenright" = -32; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 22; -"@MMK_R_question.ss01" = 7; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = -28; -"@MMK_R_quoteright" = -28; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_s" = -23; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -52; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 29; -"@MMK_R_t" = 14; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -51; -"@MMK_R_twosuperior" = -38; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 44; -"@MMK_R_v" = 22; -"@MMK_R_w" = 19; -"@MMK_R_x" = 27; -"@MMK_R_y" = 23; -"@MMK_R_z" = 12; -"@MMK_R_zero" = -4; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 3; -"@MMK_R_T" = 0; -"@MMK_R_U" = 8; -"@MMK_R_V" = 2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -6; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -22; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -15; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 51; -"@MMK_R_igrave" = 5; -"@MMK_R_imacron" = 30; -"@MMK_R_itilde" = 27; -"@MMK_R_j" = 18; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -2; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -5; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -17; -"@MMK_R_twosuperior" = -7; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 32; -"@MMK_R_I.ss02" = 20; -"@MMK_R_J" = 29; -"@MMK_R_O" = 0; -"@MMK_R_S" = 17; -"@MMK_R_T" = -16; -"@MMK_R_U" = 0; -"@MMK_R_V" = -18; -"@MMK_R_W" = 0; -"@MMK_R_X" = 28; -"@MMK_R_Y" = -19; -"@MMK_R_Z" = 22; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 21; -"@MMK_R_asciicircum" = -43; -"@MMK_R_asterisk" = -21; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 6; -"@MMK_R_comma" = 37; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = -28; -"@MMK_R_ellipsis" = 11; -"@MMK_R_exclam" = 23; -"@MMK_R_f" = -13; -"@MMK_R_fivesuperior" = -30; -"@MMK_R_four" = 14; -"@MMK_R_foursuperior" = -26; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 26; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 35; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 8; -"@MMK_R_itilde" = 8; -"@MMK_R_j" = 57; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -29; -"@MMK_R_one" = -16; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = 8; -"@MMK_R_parenright" = -22; -"@MMK_R_period" = 39; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -18; -"@MMK_R_question.ss01" = -23; -"@MMK_R_quotedbl" = -30; -"@MMK_R_quotedblleft" = -30; -"@MMK_R_quotedblleft.ss01" = -33; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -25; -"@MMK_R_quoteright.ss01" = -28; -"@MMK_R_s" = 22; -"@MMK_R_semicolon" = 28; -"@MMK_R_sevensuperior" = -30; -"@MMK_R_sixsuperior" = -28; -"@MMK_R_slash" = 27; -"@MMK_R_t" = -14; -"@MMK_R_threesuperior" = -29; -"@MMK_R_trademark" = -35; -"@MMK_R_twosuperior" = -28; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 39; -"@MMK_R_v" = -16; -"@MMK_R_w" = -13; -"@MMK_R_x" = 25; -"@MMK_R_y" = -16; -"@MMK_R_z" = 18; -"@MMK_R_zero" = 0; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 188; -"@MMK_R_colon" = 83; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -22; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 74; -"@MMK_R_eightsuperior" = 165; -"@MMK_R_exclam" = 181; -"@MMK_R_f" = 123; -"@MMK_R_fivesuperior" = 168; -"@MMK_R_foursuperior" = 111; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 140; -"@MMK_R_j" = 142; -"@MMK_R_l" = 172; -"@MMK_R_l.ss03" = 172; -"@MMK_R_n" = 83; -"@MMK_R_ninesuperior" = 166; -"@MMK_R_onesuperior" = 190; -"@MMK_R_parenright" = 165; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_question" = 145; -"@MMK_R_question.ss01" = 134; -"@MMK_R_quotedbl" = 191; -"@MMK_R_quotedblleft" = 131; -"@MMK_R_quotedblleft.ss01" = 146; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 81; -"@MMK_R_sevensuperior" = 200; -"@MMK_R_sixsuperior" = 161; -"@MMK_R_slash" = 6; -"@MMK_R_t" = 119; -"@MMK_R_threesuperior" = 158; -"@MMK_R_twosuperior" = 161; -"@MMK_R_u" = 94; -"@MMK_R_v" = 43; -"@MMK_R_z" = 90; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = -74; -"@MMK_R_H" = -76; -"@MMK_R_I.ss02" = -60; -"@MMK_R_J" = -48; -"@MMK_R_O" = -50; -"@MMK_R_S" = -49; -"@MMK_R_T" = -129; -"@MMK_R_V" = -113; -"@MMK_R_W" = -93; -"@MMK_R_Y" = -154; -"@MMK_R_Z" = -53; -"@MMK_R_a" = -51; -"@MMK_R_a.ss04" = -51; -"@MMK_R_e" = -49; -"@MMK_R_f" = -48; -"@MMK_R_g" = -50; -"@MMK_R_i" = -72; -"@MMK_R_j" = -72; -"@MMK_R_l" = -72; -"@MMK_R_n" = -72; -"@MMK_R_s" = -50; -"@MMK_R_t" = -48; -"@MMK_R_z" = -54; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = -2; -"@MMK_R_U" = 7; -"@MMK_R_X" = -7; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -11; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 11; -"@MMK_R_ellipsis" = -23; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 18; -"@MMK_R_fivesuperior" = 2; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 17; -"@MMK_R_hyphen" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 3; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -4; -"@MMK_R_parenright" = -14; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -33; -"@MMK_R_question" = 12; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = 9; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 18; -"@MMK_R_sevensuperior" = -17; -"@MMK_R_sixsuperior" = 10; -"@MMK_R_slash" = -5; -"@MMK_R_t" = 18; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 10; -"@MMK_R_u" = 2; -"@MMK_R_v" = 22; -"@MMK_R_w" = 20; -"@MMK_R_x" = 7; -"@MMK_R_y" = 18; -"@MMK_R_z" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 13; -"@MMK_R_H" = 0; -"@MMK_R_J" = 3; -"@MMK_R_O" = 8; -"@MMK_R_S" = 0; -"@MMK_R_T" = -53; -"@MMK_R_U" = -3; -"@MMK_R_V" = -66; -"@MMK_R_W" = -40; -"@MMK_R_X" = 2; -"@MMK_R_Y" = -97; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -33; -"@MMK_R_asterisk" = -33; -"@MMK_R_braceright" = -16; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = 10; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 8; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = -20; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -28; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = 10; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 10; -"@MMK_R_j" = 30; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 2; -"@MMK_R_ninesuperior" = -27; -"@MMK_R_one" = -11; -"@MMK_R_onesuperior" = -66; -"@MMK_R_oslash" = 11; -"@MMK_R_parenright" = -41; -"@MMK_R_period" = 12; -"@MMK_R_period.ss01" = -16; -"@MMK_R_question" = -28; -"@MMK_R_question.ss01" = -37; -"@MMK_R_quotedbl" = -40; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -22; -"@MMK_R_quotedblright" = -13; -"@MMK_R_quoteright" = -13; -"@MMK_R_quoteright.ss01" = -19; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -53; -"@MMK_R_sixsuperior" = -27; -"@MMK_R_slash" = 12; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -81; -"@MMK_R_twosuperior" = -8; -"@MMK_R_underscore" = 12; -"@MMK_R_v" = -17; -"@MMK_R_w" = -9; -"@MMK_R_x" = 0; -"@MMK_R_y" = -22; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 10; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = -29; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = -5; -"@MMK_R_O" = 27; -"@MMK_R_S" = 13; -"@MMK_R_T" = -9; -"@MMK_R_U" = 11; -"@MMK_R_V" = -28; -"@MMK_R_W" = -15; -"@MMK_R_X" = -41; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 22; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -25; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -21; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_degree" = -9; -"@MMK_R_e" = 20; -"@MMK_R_egrave" = 20; -"@MMK_R_eight" = 11; -"@MMK_R_ellipsis" = -33; -"@MMK_R_f" = 22; -"@MMK_R_five" = 7; -"@MMK_R_four" = 20; -"@MMK_R_g" = 23; -"@MMK_R_guillemetleft" = 20; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 19; -"@MMK_R_hyphen.case" = 27; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 52; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 21; -"@MMK_R_one" = 16; -"@MMK_R_parenleft" = 25; -"@MMK_R_parenright" = -57; -"@MMK_R_parenright.case" = -48; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -22; -"@MMK_R_period.ss01" = -31; -"@MMK_R_pi" = 19; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = 5; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 12; -"@MMK_R_quoteright" = 12; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = 22; -"@MMK_R_seven" = 9; -"@MMK_R_slash" = -25; -"@MMK_R_t" = 22; -"@MMK_R_three" = 7; -"@MMK_R_two" = 10; -"@MMK_R_u" = 10; -"@MMK_R_v" = 7; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 7; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 28; -}; -"@MMK_L_o" = { -"@MMK_R_A" = -15; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 20; -"@MMK_R_S" = 14; -"@MMK_R_T" = -77; -"@MMK_R_U" = 9; -"@MMK_R_V" = -64; -"@MMK_R_W" = -35; -"@MMK_R_X" = -39; -"@MMK_R_Y" = -104; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 20; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = -37; -"@MMK_R_braceright" = -74; -"@MMK_R_bracketright" = -54; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -10; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_e" = 21; -"@MMK_R_egrave" = 21; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -19; -"@MMK_R_exclam" = -8; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = -21; -"@MMK_R_four" = 23; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = 20; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 29; -"@MMK_R_guillemetright" = -23; -"@MMK_R_hyphen" = 24; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 15; -"@MMK_R_ninesuperior" = -24; -"@MMK_R_one" = -11; -"@MMK_R_onesuperior" = -55; -"@MMK_R_oslash" = 21; -"@MMK_R_parenright" = -64; -"@MMK_R_period" = -8; -"@MMK_R_period.ss01" = -18; -"@MMK_R_question" = -36; -"@MMK_R_question.ss01" = -46; -"@MMK_R_quotedbl" = -37; -"@MMK_R_quotedblleft" = -28; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = -6; -"@MMK_R_sevensuperior" = -42; -"@MMK_R_sixsuperior" = -26; -"@MMK_R_slash" = -20; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = -17; -"@MMK_R_trademark" = -79; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 8; -"@MMK_R_underscore" = -42; -"@MMK_R_v" = -18; -"@MMK_R_w" = -8; -"@MMK_R_x" = -37; -"@MMK_R_y" = -24; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 23; -}; -"@MMK_L_p" = { -"@MMK_R_A" = -14; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 21; -"@MMK_R_S" = 14; -"@MMK_R_T" = -64; -"@MMK_R_U" = 7; -"@MMK_R_V" = -64; -"@MMK_R_W" = -35; -"@MMK_R_X" = -35; -"@MMK_R_Y" = -99; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 19; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -33; -"@MMK_R_asterisk" = -34; -"@MMK_R_braceright" = -73; -"@MMK_R_bracketright" = -66; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -7; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_e" = 20; -"@MMK_R_egrave" = 20; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -17; -"@MMK_R_exclam" = -7; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = -25; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = 19; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 27; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = 23; -"@MMK_R_l.ss02" = 4; -"@MMK_R_lslash" = 15; -"@MMK_R_ninesuperior" = -25; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -60; -"@MMK_R_oslash" = 20; -"@MMK_R_parenright" = -65; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -18; -"@MMK_R_question" = -31; -"@MMK_R_question.ss01" = -40; -"@MMK_R_quotedbl" = -38; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -14; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = -4; -"@MMK_R_sevensuperior" = -44; -"@MMK_R_sixsuperior" = -28; -"@MMK_R_slash" = -19; -"@MMK_R_t" = 9; -"@MMK_R_threesuperior" = -17; -"@MMK_R_trademark" = -75; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 9; -"@MMK_R_underscore" = -35; -"@MMK_R_v" = -16; -"@MMK_R_w" = -7; -"@MMK_R_x" = -33; -"@MMK_R_y" = -22; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 24; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -25; -"@MMK_R_O" = -58; -"@MMK_R_S" = -50; -"@MMK_R_T" = 0; -"@MMK_R_U" = -2; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -3; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -9; -"@MMK_R_a" = -65; -"@MMK_R_a.ss04" = -47; -"@MMK_R_asterisk" = -31; -"@MMK_R_bracketright" = 24; -"@MMK_R_colon" = -36; -"@MMK_R_colon.ss01" = -44; -"@MMK_R_comma" = 31; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -43; -"@MMK_R_e" = -64; -"@MMK_R_egrave" = -64; -"@MMK_R_eight" = -44; -"@MMK_R_ellipsis" = -48; -"@MMK_R_f" = -39; -"@MMK_R_five" = -21; -"@MMK_R_four" = -48; -"@MMK_R_g" = -29; -"@MMK_R_guillemetleft" = -63; -"@MMK_R_guillemetright" = -35; -"@MMK_R_hyphen" = -53; -"@MMK_R_i" = -14; -"@MMK_R_icircumflex" = 21; -"@MMK_R_j" = 64; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -13; -"@MMK_R_n" = -50; -"@MMK_R_nine" = -45; -"@MMK_R_one" = -31; -"@MMK_R_parenleft" = -67; -"@MMK_R_parenright" = 27; -"@MMK_R_percent" = -36; -"@MMK_R_period" = -35; -"@MMK_R_period.ss01" = -45; -"@MMK_R_pi" = -45; -"@MMK_R_plus" = -70; -"@MMK_R_question" = -35; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = -48; -"@MMK_R_quotedblleft.ss01" = -37; -"@MMK_R_quotedblright" = -29; -"@MMK_R_quoteright" = -29; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = -55; -"@MMK_R_semicolon" = 28; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = 6; -"@MMK_R_t" = -41; -"@MMK_R_three" = -47; -"@MMK_R_two" = -24; -"@MMK_R_u" = -59; -"@MMK_R_v" = -42; -"@MMK_R_w" = -42; -"@MMK_R_x" = -31; -"@MMK_R_y" = -14; -"@MMK_R_z" = -37; -"@MMK_R_zero" = -61; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -46; -"@MMK_R_S" = -34; -"@MMK_R_T" = 2; -"@MMK_R_U" = 0; -"@MMK_R_V" = 2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asterisk" = -29; -"@MMK_R_colon" = -13; -"@MMK_R_colon.ss01" = -17; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -41; -"@MMK_R_eight" = -30; -"@MMK_R_ellipsis" = -25; -"@MMK_R_five" = -19; -"@MMK_R_four" = -30; -"@MMK_R_guillemetleft" = -45; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen.case" = -46; -"@MMK_R_nine" = -37; -"@MMK_R_one" = -28; -"@MMK_R_parenright.case" = 28; -"@MMK_R_percent" = -35; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -22; -"@MMK_R_plus" = -62; -"@MMK_R_question" = -33; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -42; -"@MMK_R_quotedblleft.ss01" = -35; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -25; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_semicolon" = -12; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 51; -"@MMK_R_three" = -35; -"@MMK_R_two" = 0; -"@MMK_R_zero" = -47; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 27; -"@MMK_R_S" = 14; -"@MMK_R_T" = -10; -"@MMK_R_U" = 12; -"@MMK_R_V" = -31; -"@MMK_R_W" = -12; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -38; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 20; -"@MMK_R_a.ss04" = 11; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 13; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eight" = 18; -"@MMK_R_f" = 16; -"@MMK_R_five" = 13; -"@MMK_R_four" = 19; -"@MMK_R_g" = 18; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 20; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 45; -"@MMK_R_j" = 11; -"@MMK_R_l" = 4; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 16; -"@MMK_R_one" = 10; -"@MMK_R_parenleft" = 23; -"@MMK_R_parenright" = -67; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -16; -"@MMK_R_pi" = 15; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = 11; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -9; -"@MMK_R_t" = 16; -"@MMK_R_three" = 11; -"@MMK_R_two" = 4; -"@MMK_R_u" = 9; -"@MMK_R_v" = 0; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 28; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -96; -"@MMK_R_bracketright" = -56; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -14; -"@MMK_R_parenright" = -63; -"@MMK_R_parenright.case" = -38; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = -94; -"@MMK_R_quotedbl" = -84; -"@MMK_R_quotedblleft" = -96; -"@MMK_R_quotedblleft.ss01" = -73; -"@MMK_R_quotedblright" = -71; -"@MMK_R_quoteright" = -71; -"@MMK_R_quoteright.ss01" = -71; -"@MMK_R_semicolon" = -3; -"@MMK_R_slash" = -12; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 25; -"@MMK_R_J" = 43; -"@MMK_R_O" = -25; -"@MMK_R_S" = -4; -"@MMK_R_T" = -99; -"@MMK_R_U" = -23; -"@MMK_R_V" = -107; -"@MMK_R_W" = -58; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -131; -"@MMK_R_Z" = 32; -"@MMK_R_a" = -5; -"@MMK_R_a.ss04" = 21; -"@MMK_R_asterisk" = -131; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 24; -"@MMK_R_e" = -8; -"@MMK_R_eight" = 0; -"@MMK_R_f" = -29; -"@MMK_R_five" = -5; -"@MMK_R_four" = 0; -"@MMK_R_g" = -10; -"@MMK_R_guillemetleft" = -20; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = -24; -"@MMK_R_hyphen.case" = -93; -"@MMK_R_i" = 0; -"@MMK_R_j" = 23; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -9; -"@MMK_R_one" = -80; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = -10; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -26; -"@MMK_R_question" = -83; -"@MMK_R_quotedbl" = -131; -"@MMK_R_quotedblleft" = -131; -"@MMK_R_quotedblright" = -131; -"@MMK_R_quoteright" = -131; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 21; -"@MMK_R_seven" = -65; -"@MMK_R_slash" = 8; -"@MMK_R_t" = -33; -"@MMK_R_three" = 0; -"@MMK_R_two" = 29; -"@MMK_R_u" = -7; -"@MMK_R_v" = -63; -"@MMK_R_w" = -37; -"@MMK_R_x" = 0; -"@MMK_R_y" = -29; -"@MMK_R_z" = 27; -"@MMK_R_zero" = -23; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = 5; -"@MMK_R_H" = -20; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = 0; -"@MMK_R_O" = -34; -"@MMK_R_S" = -11; -"@MMK_R_T" = -125; -"@MMK_R_U" = -34; -"@MMK_R_V" = -132; -"@MMK_R_W" = -82; -"@MMK_R_X" = 2; -"@MMK_R_Y" = -180; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -18; -"@MMK_R_a.ss04" = -5; -"@MMK_R_asterisk" = -136; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma.ss01" = -15; -"@MMK_R_e" = -18; -"@MMK_R_egrave" = -18; -"@MMK_R_eight" = -8; -"@MMK_R_f" = -48; -"@MMK_R_five" = -17; -"@MMK_R_four" = -3; -"@MMK_R_g" = -19; -"@MMK_R_guillemetleft" = -30; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = -18; -"@MMK_R_hyphen.case" = -112; -"@MMK_R_i" = -23; -"@MMK_R_j" = 0; -"@MMK_R_l" = -23; -"@MMK_R_n" = -23; -"@MMK_R_nine" = -17; -"@MMK_R_one" = -104; -"@MMK_R_parenleft" = -16; -"@MMK_R_parenright" = -45; -"@MMK_R_parenright.case" = -22; -"@MMK_R_period.ss01" = -16; -"@MMK_R_pi" = -45; -"@MMK_R_quotedbl" = -109; -"@MMK_R_quotedblleft.ss01" = -136; -"@MMK_R_quoteright.ss01" = -136; -"@MMK_R_s" = -4; -"@MMK_R_seven" = -91; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -51; -"@MMK_R_three" = -9; -"@MMK_R_two" = 0; -"@MMK_R_u" = -23; -"@MMK_R_v" = -87; -"@MMK_R_w" = -50; -"@MMK_R_x" = -3; -"@MMK_R_y" = -45; -"@MMK_R_z" = -9; -"@MMK_R_zero" = -32; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -41; -"@MMK_R_H" = -3; -"@MMK_R_I.ss02" = -46; -"@MMK_R_J" = -46; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -52; -"@MMK_R_U" = 0; -"@MMK_R_V" = -44; -"@MMK_R_W" = -23; -"@MMK_R_Y" = -80; -"@MMK_R_Z" = -28; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -4; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = 0; -"@MMK_R_g" = 0; -"@MMK_R_i" = -13; -"@MMK_R_j" = -11; -"@MMK_R_l" = -13; -"@MMK_R_n" = -13; -"@MMK_R_s" = 0; -"@MMK_R_t" = 0; -"@MMK_R_u" = -4; -"@MMK_R_z" = -12; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -84; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -83; -"@MMK_R_O" = 2; -"@MMK_R_S" = 5; -"@MMK_R_T" = 14; -"@MMK_R_U" = 10; -"@MMK_R_V" = -4; -"@MMK_R_W" = 0; -"@MMK_R_X" = -34; -"@MMK_R_Y" = -21; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -17; -"@MMK_R_asterisk" = 24; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 18; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = -81; -"@MMK_R_comma.ss01" = -104; -"@MMK_R_e" = -20; -"@MMK_R_f" = 18; -"@MMK_R_g" = -15; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = -28; -"@MMK_R_hyphen.case" = -3; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = -6; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -37; -"@MMK_R_parenright.case" = -34; -"@MMK_R_period" = -80; -"@MMK_R_period.ss01" = -105; -"@MMK_R_pi" = 15; -"@MMK_R_question" = 19; -"@MMK_R_quotedbl" = 6; -"@MMK_R_quotedblleft" = 19; -"@MMK_R_quotedblleft.ss01" = 3; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = -12; -"@MMK_R_semicolon" = 16; -"@MMK_R_slash" = -85; -"@MMK_R_t" = 18; -"@MMK_R_u" = 0; -"@MMK_R_v" = 20; -"@MMK_R_w" = 17; -"@MMK_R_x" = 2; -"@MMK_R_y" = 20; -"@MMK_R_z" = -4; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = 32; -"@MMK_R_H" = -3; -"@MMK_R_I.ss02" = 8; -"@MMK_R_J" = 26; -"@MMK_R_O" = -56; -"@MMK_R_S" = -30; -"@MMK_R_T" = -94; -"@MMK_R_U" = -49; -"@MMK_R_V" = -116; -"@MMK_R_W" = -73; -"@MMK_R_X" = 31; -"@MMK_R_Y" = -148; -"@MMK_R_Z" = 15; -"@MMK_R_a" = -31; -"@MMK_R_a.ss04" = -8; -"@MMK_R_e" = -37; -"@MMK_R_eight" = -20; -"@MMK_R_f" = -27; -"@MMK_R_five" = -30; -"@MMK_R_four" = -84; -"@MMK_R_g" = -2; -"@MMK_R_guillemetright" = 11; -"@MMK_R_i" = -6; -"@MMK_R_j" = 61; -"@MMK_R_l" = -6; -"@MMK_R_n" = -6; -"@MMK_R_nine" = -33; -"@MMK_R_one" = -78; -"@MMK_R_parenright" = -18; -"@MMK_R_quotedbl" = -99; -"@MMK_R_quotedblleft" = -87; -"@MMK_R_quoteright" = -94; -"@MMK_R_s" = -19; -"@MMK_R_seven" = -60; -"@MMK_R_t" = -44; -"@MMK_R_three" = -24; -"@MMK_R_two" = 21; -"@MMK_R_u" = -28; -"@MMK_R_v" = -83; -"@MMK_R_w" = -48; -"@MMK_R_x" = 27; -"@MMK_R_y" = -12; -"@MMK_R_z" = 8; -"@MMK_R_zero" = -42; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -96; -"@MMK_R_H" = -5; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -96; -"@MMK_R_O" = -12; -"@MMK_R_S" = -5; -"@MMK_R_T" = 14; -"@MMK_R_U" = 2; -"@MMK_R_V" = 19; -"@MMK_R_W" = 27; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 16; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -39; -"@MMK_R_a.ss04" = -36; -"@MMK_R_asterisk" = 18; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -12; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = -133; -"@MMK_R_comma.ss01" = -136; -"@MMK_R_degree" = -3; -"@MMK_R_e" = -40; -"@MMK_R_egrave" = -37; -"@MMK_R_eight" = -2; -"@MMK_R_ellipsis" = -235; -"@MMK_R_f" = 0; -"@MMK_R_five" = -8; -"@MMK_R_four" = -59; -"@MMK_R_g" = -35; -"@MMK_R_guillemetleft" = -57; -"@MMK_R_guillemetright" = -8; -"@MMK_R_hyphen" = -53; -"@MMK_R_hyphen.case" = -22; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = 86; -"@MMK_R_j" = -7; -"@MMK_R_l" = -8; -"@MMK_R_lslash" = -16; -"@MMK_R_n" = -25; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 6; -"@MMK_R_parenleft" = -14; -"@MMK_R_parenright" = -12; -"@MMK_R_parenright.case" = -10; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -131; -"@MMK_R_period.ss01" = -109; -"@MMK_R_pi" = -2; -"@MMK_R_plus" = -34; -"@MMK_R_question" = 9; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -34; -"@MMK_R_semicolon" = -13; -"@MMK_R_seven" = 20; -"@MMK_R_slash" = -104; -"@MMK_R_t" = 0; -"@MMK_R_three" = -3; -"@MMK_R_two" = -4; -"@MMK_R_u" = -17; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -8; -"@MMK_R_y" = -2; -"@MMK_R_z" = -19; -"@MMK_R_zero" = -12; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 9; -"@MMK_R_H" = -11; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 13; -"@MMK_R_O" = -32; -"@MMK_R_S" = -14; -"@MMK_R_T" = -104; -"@MMK_R_U" = -32; -"@MMK_R_V" = -116; -"@MMK_R_W" = -78; -"@MMK_R_X" = 6; -"@MMK_R_Y" = -169; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -20; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = -160; -"@MMK_R_colon" = 7; -"@MMK_R_comma" = 24; -"@MMK_R_e" = -23; -"@MMK_R_egrave" = -24; -"@MMK_R_eight" = -7; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -40; -"@MMK_R_five" = -17; -"@MMK_R_four" = -8; -"@MMK_R_g" = -11; -"@MMK_R_guillemetleft" = -39; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -33; -"@MMK_R_hyphen.case" = -116; -"@MMK_R_i" = -14; -"@MMK_R_icircumflex" = -14; -"@MMK_R_j" = 43; -"@MMK_R_l" = -14; -"@MMK_R_lslash" = -24; -"@MMK_R_n" = -14; -"@MMK_R_nine" = -19; -"@MMK_R_one" = -91; -"@MMK_R_parenleft" = -12; -"@MMK_R_percent" = -70; -"@MMK_R_period" = 21; -"@MMK_R_pi" = -37; -"@MMK_R_plus" = -88; -"@MMK_R_question" = -86; -"@MMK_R_quotedblleft" = -133; -"@MMK_R_quotedblright" = -272; -"@MMK_R_quoteright" = -133; -"@MMK_R_s" = -5; -"@MMK_R_seven" = -78; -"@MMK_R_slash" = 24; -"@MMK_R_t" = -47; -"@MMK_R_three" = -10; -"@MMK_R_two" = 6; -"@MMK_R_u" = -22; -"@MMK_R_v" = -88; -"@MMK_R_w" = -51; -"@MMK_R_x" = 0; -"@MMK_R_y" = -29; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -32; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = 5; -"@MMK_R_H" = -20; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = 4; -"@MMK_R_O" = -31; -"@MMK_R_S" = -10; -"@MMK_R_T" = -125; -"@MMK_R_U" = -32; -"@MMK_R_V" = -126; -"@MMK_R_W" = -80; -"@MMK_R_X" = 2; -"@MMK_R_Y" = -179; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -5; -"@MMK_R_asterisk" = -136; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -16; -"@MMK_R_eight" = -7; -"@MMK_R_f" = -45; -"@MMK_R_five" = -14; -"@MMK_R_four" = -2; -"@MMK_R_g" = -11; -"@MMK_R_guillemetleft" = -27; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -15; -"@MMK_R_hyphen.case" = -96; -"@MMK_R_i" = -21; -"@MMK_R_icircumflex" = -21; -"@MMK_R_j" = 39; -"@MMK_R_l" = -21; -"@MMK_R_lslash" = -15; -"@MMK_R_n" = -21; -"@MMK_R_nine" = -16; -"@MMK_R_one" = -104; -"@MMK_R_parenleft" = -11; -"@MMK_R_parenright" = -21; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = -81; -"@MMK_R_period.ss01" = -16; -"@MMK_R_pi" = -42; -"@MMK_R_plus" = -69; -"@MMK_R_quotedbl" = -136; -"@MMK_R_quotedblleft.ss01" = -136; -"@MMK_R_quoteright.ss01" = -136; -"@MMK_R_s" = -3; -"@MMK_R_seven" = -91; -"@MMK_R_slash" = 37; -"@MMK_R_t" = -50; -"@MMK_R_three" = -7; -"@MMK_R_two" = 0; -"@MMK_R_u" = -21; -"@MMK_R_v" = -85; -"@MMK_R_w" = -48; -"@MMK_R_x" = -3; -"@MMK_R_y" = -31; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -29; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -81; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = -94; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 21; -"@MMK_R_U" = 11; -"@MMK_R_V" = 32; -"@MMK_R_W" = 31; -"@MMK_R_X" = 12; -"@MMK_R_Y" = 32; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -20; -"@MMK_R_asterisk" = 5; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_comma" = -133; -"@MMK_R_degree" = -5; -"@MMK_R_e" = -25; -"@MMK_R_egrave" = -25; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -272; -"@MMK_R_f" = 11; -"@MMK_R_five" = -2; -"@MMK_R_four" = -43; -"@MMK_R_g" = -18; -"@MMK_R_guillemetleft" = -41; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -42; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = -3; -"@MMK_R_icircumflex" = 26; -"@MMK_R_j" = -3; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -13; -"@MMK_R_n" = -14; -"@MMK_R_nine" = 8; -"@MMK_R_one" = 11; -"@MMK_R_parenleft" = -3; -"@MMK_R_parenright" = -8; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 7; -"@MMK_R_period" = -131; -"@MMK_R_pi" = 9; -"@MMK_R_plus" = -14; -"@MMK_R_question" = 7; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 27; -"@MMK_R_slash" = -90; -"@MMK_R_t" = 11; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -7; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -4; -"@MMK_R_y" = 0; -"@MMK_R_z" = -9; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -81; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -103; -"@MMK_R_O" = 0; -"@MMK_R_S" = -3; -"@MMK_R_T" = 5; -"@MMK_R_U" = 0; -"@MMK_R_V" = 13; -"@MMK_R_W" = 18; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 11; -"@MMK_R_Z" = -6; -"@MMK_R_a" = -18; -"@MMK_R_a.ss04" = -18; -"@MMK_R_asterisk" = 4; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma.ss01" = -136; -"@MMK_R_degree" = -9; -"@MMK_R_e" = -19; -"@MMK_R_egrave" = -19; -"@MMK_R_eight" = -5; -"@MMK_R_f" = 0; -"@MMK_R_five" = -3; -"@MMK_R_four" = -38; -"@MMK_R_g" = -15; -"@MMK_R_guillemetleft" = -31; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = -22; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = 60; -"@MMK_R_j" = -7; -"@MMK_R_l" = -6; -"@MMK_R_lslash" = -6; -"@MMK_R_n" = -22; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -4; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -13; -"@MMK_R_percent" = 0; -"@MMK_R_period.ss01" = -136; -"@MMK_R_pi" = -2; -"@MMK_R_plus" = -15; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -14; -"@MMK_R_seven" = 9; -"@MMK_R_slash" = -88; -"@MMK_R_t" = 0; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -16; -"@MMK_R_v" = 7; -"@MMK_R_w" = 4; -"@MMK_R_x" = -7; -"@MMK_R_y" = 2; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -81; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = -94; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 21; -"@MMK_R_U" = 11; -"@MMK_R_V" = 32; -"@MMK_R_W" = 30; -"@MMK_R_X" = 12; -"@MMK_R_Y" = 32; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = -19; -"@MMK_R_asterisk" = 5; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 2; -"@MMK_R_comma" = -133; -"@MMK_R_degree" = -5; -"@MMK_R_e" = -25; -"@MMK_R_egrave" = -24; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -133; -"@MMK_R_f" = 11; -"@MMK_R_five" = -2; -"@MMK_R_four" = -43; -"@MMK_R_g" = -17; -"@MMK_R_guillemetleft" = -40; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -33; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = -3; -"@MMK_R_icircumflex" = 26; -"@MMK_R_j" = -3; -"@MMK_R_l" = 0; -"@MMK_R_n" = -14; -"@MMK_R_nine" = 8; -"@MMK_R_one" = 11; -"@MMK_R_parenleft" = -3; -"@MMK_R_parenright" = -10; -"@MMK_R_parenright.case" = -3; -"@MMK_R_percent" = 7; -"@MMK_R_period" = -131; -"@MMK_R_pi" = 9; -"@MMK_R_plus" = -14; -"@MMK_R_question" = 7; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 27; -"@MMK_R_slash" = -90; -"@MMK_R_t" = 11; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -7; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -4; -"@MMK_R_y" = 0; -"@MMK_R_z" = -9; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -102; -"@MMK_R_H" = -6; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -95; -"@MMK_R_O" = -16; -"@MMK_R_S" = -6; -"@MMK_R_T" = 14; -"@MMK_R_U" = 0; -"@MMK_R_V" = 3; -"@MMK_R_W" = 13; -"@MMK_R_X" = -13; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -4; -"@MMK_R_a" = -52; -"@MMK_R_a.ss04" = -46; -"@MMK_R_asterisk" = 12; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -16; -"@MMK_R_comma" = -133; -"@MMK_R_e" = -57; -"@MMK_R_egrave" = -43; -"@MMK_R_eight" = -3; -"@MMK_R_ellipsis" = -272; -"@MMK_R_f" = 0; -"@MMK_R_five" = -8; -"@MMK_R_four" = -80; -"@MMK_R_g" = -47; -"@MMK_R_guillemetleft" = -70; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = -78; -"@MMK_R_hyphen.case" = -33; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = 87; -"@MMK_R_j" = -7; -"@MMK_R_l" = -9; -"@MMK_R_lslash" = -20; -"@MMK_R_n" = -27; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 5; -"@MMK_R_parenleft" = -18; -"@MMK_R_parenright" = -29; -"@MMK_R_parenright.case" = -27; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -131; -"@MMK_R_pi" = -5; -"@MMK_R_plus" = -42; -"@MMK_R_question" = 10; -"@MMK_R_quotedbl" = 4; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -44; -"@MMK_R_semicolon" = -17; -"@MMK_R_seven" = 16; -"@MMK_R_slash" = -110; -"@MMK_R_t" = 0; -"@MMK_R_three" = -4; -"@MMK_R_two" = -4; -"@MMK_R_u" = -21; -"@MMK_R_v" = -3; -"@MMK_R_w" = -4; -"@MMK_R_x" = -8; -"@MMK_R_y" = -3; -"@MMK_R_z" = -22; -"@MMK_R_zero" = -16; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -102; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -108; -"@MMK_R_O" = -10; -"@MMK_R_S" = -4; -"@MMK_R_T" = 4; -"@MMK_R_U" = 0; -"@MMK_R_V" = 14; -"@MMK_R_W" = 10; -"@MMK_R_X" = -6; -"@MMK_R_Y" = 5; -"@MMK_R_Z" = -11; -"@MMK_R_a" = -40; -"@MMK_R_a.ss04" = -36; -"@MMK_R_asterisk" = 14; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma.ss01" = -136; -"@MMK_R_e" = -42; -"@MMK_R_egrave" = -40; -"@MMK_R_eight" = -5; -"@MMK_R_f" = 0; -"@MMK_R_five" = -10; -"@MMK_R_four" = -69; -"@MMK_R_g" = -36; -"@MMK_R_guillemetleft" = -52; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -57; -"@MMK_R_hyphen.case" = -14; -"@MMK_R_i" = -11; -"@MMK_R_icircumflex" = 74; -"@MMK_R_j" = -11; -"@MMK_R_l" = -10; -"@MMK_R_lslash" = -19; -"@MMK_R_n" = -23; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -13; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = -14; -"@MMK_R_percent" = 0; -"@MMK_R_period.ss01" = -136; -"@MMK_R_pi" = -3; -"@MMK_R_plus" = -28; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -34; -"@MMK_R_seven" = 9; -"@MMK_R_slash" = -102; -"@MMK_R_t" = 0; -"@MMK_R_three" = -4; -"@MMK_R_two" = -3; -"@MMK_R_u" = -17; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -8; -"@MMK_R_y" = 0; -"@MMK_R_z" = -18; -"@MMK_R_zero" = -11; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -51; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -84; -"@MMK_R_O" = 16; -"@MMK_R_S" = 0; -"@MMK_R_T" = 12; -"@MMK_R_U" = 10; -"@MMK_R_V" = -19; -"@MMK_R_W" = 0; -"@MMK_R_X" = -62; -"@MMK_R_Y" = -42; -"@MMK_R_Z" = -7; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = 0; -"@MMK_R_asterisk" = 13; -"@MMK_R_braceright" = -69; -"@MMK_R_bracketright" = -68; -"@MMK_R_colon" = 24; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -82; -"@MMK_R_comma.ss01" = -99; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 8; -"@MMK_R_ellipsis" = -92; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 24; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -7; -"@MMK_R_foursuperior" = 8; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -6; -"@MMK_R_guillemetright" = 14; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 19; -"@MMK_R_onesuperior" = -24; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -45; -"@MMK_R_period" = -81; -"@MMK_R_period.ss01" = -99; -"@MMK_R_question" = 17; -"@MMK_R_question.ss01" = 6; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = 6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = -28; -"@MMK_R_sixsuperior" = 4; -"@MMK_R_slash" = -57; -"@MMK_R_t" = 24; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -44; -"@MMK_R_twosuperior" = 9; -"@MMK_R_u" = 11; -"@MMK_R_underscore" = -79; -"@MMK_R_v" = 29; -"@MMK_R_w" = 26; -"@MMK_R_x" = 6; -"@MMK_R_y" = 24; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 13; -}; -"@MMK_L_s" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 18; -"@MMK_R_O" = 8; -"@MMK_R_S" = 17; -"@MMK_R_T" = -56; -"@MMK_R_U" = 0; -"@MMK_R_V" = -59; -"@MMK_R_W" = -34; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -99; -"@MMK_R_Z" = 14; -"@MMK_R_a" = 13; -"@MMK_R_a.ss04" = 17; -"@MMK_R_asciicircum" = -28; -"@MMK_R_asterisk" = -30; -"@MMK_R_braceright" = -56; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 13; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 7; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 4; -"@MMK_R_f" = 7; -"@MMK_R_fivesuperior" = -22; -"@MMK_R_four" = 19; -"@MMK_R_foursuperior" = -9; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 16; -"@MMK_R_guillemetleft" = 10; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = 4; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 13; -"@MMK_R_ninesuperior" = -21; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -65; -"@MMK_R_oslash" = 13; -"@MMK_R_parenright" = -55; -"@MMK_R_period" = 10; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = -25; -"@MMK_R_question.ss01" = -39; -"@MMK_R_quotedbl" = -36; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -13; -"@MMK_R_s" = 17; -"@MMK_R_semicolon" = 11; -"@MMK_R_sevensuperior" = -57; -"@MMK_R_sixsuperior" = -25; -"@MMK_R_slash" = -4; -"@MMK_R_t" = 7; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -70; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -22; -"@MMK_R_v" = -16; -"@MMK_R_w" = -8; -"@MMK_R_x" = -17; -"@MMK_R_y" = -21; -"@MMK_R_z" = 11; -"@MMK_R_zero" = 12; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -94; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 17; -"@MMK_R_J" = -85; -"@MMK_R_O" = -5; -"@MMK_R_S" = 2; -"@MMK_R_T" = 30; -"@MMK_R_U" = 17; -"@MMK_R_V" = 31; -"@MMK_R_W" = 39; -"@MMK_R_X" = 12; -"@MMK_R_Y" = 31; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -50; -"@MMK_R_a.ss04" = -47; -"@MMK_R_asterisk" = 29; -"@MMK_R_bracketright" = 16; -"@MMK_R_colon" = -8; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -106; -"@MMK_R_comma.ss01" = -128; -"@MMK_R_degree" = 12; -"@MMK_R_e" = -55; -"@MMK_R_egrave" = -29; -"@MMK_R_eight" = 8; -"@MMK_R_ellipsis" = -123; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -62; -"@MMK_R_g" = -45; -"@MMK_R_guillemetleft" = -54; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -51; -"@MMK_R_hyphen.case" = -20; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 117; -"@MMK_R_j" = 0; -"@MMK_R_n" = -14; -"@MMK_R_nine" = 11; -"@MMK_R_one" = 23; -"@MMK_R_parenleft" = -6; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = -2; -"@MMK_R_percent" = 25; -"@MMK_R_period" = -105; -"@MMK_R_period.ss01" = -129; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -32; -"@MMK_R_question" = 31; -"@MMK_R_quotedbl" = 23; -"@MMK_R_quotedblleft" = 13; -"@MMK_R_quotedblleft.ss01" = 6; -"@MMK_R_quotedblright" = 18; -"@MMK_R_quoteright" = 18; -"@MMK_R_quoteright.ss01" = 7; -"@MMK_R_s" = -43; -"@MMK_R_semicolon" = -9; -"@MMK_R_seven" = 34; -"@MMK_R_slash" = -103; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -7; -"@MMK_R_v" = 9; -"@MMK_R_w" = 6; -"@MMK_R_x" = 0; -"@MMK_R_y" = 10; -"@MMK_R_z" = -12; -"@MMK_R_zero" = -5; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -41; -}; -"@MMK_L_six" = { -"@MMK_R_A" = -12; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 5; -"@MMK_R_O" = 22; -"@MMK_R_S" = 24; -"@MMK_R_T" = -3; -"@MMK_R_U" = 8; -"@MMK_R_V" = -18; -"@MMK_R_W" = -8; -"@MMK_R_X" = -30; -"@MMK_R_Y" = -32; -"@MMK_R_Z" = 12; -"@MMK_R_a" = 18; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asterisk" = 4; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = -8; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_degree" = -6; -"@MMK_R_e" = 18; -"@MMK_R_egrave" = 18; -"@MMK_R_eight" = 25; -"@MMK_R_ellipsis" = -16; -"@MMK_R_f" = 9; -"@MMK_R_five" = 14; -"@MMK_R_four" = 27; -"@MMK_R_g" = 17; -"@MMK_R_guillemetleft" = 27; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 23; -"@MMK_R_hyphen.case" = 6; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 71; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 9; -"@MMK_R_one" = 3; -"@MMK_R_parenleft" = 23; -"@MMK_R_parenright" = -49; -"@MMK_R_parenright.case" = -37; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -7; -"@MMK_R_period.ss01" = -15; -"@MMK_R_pi" = 10; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 6; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -9; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 9; -"@MMK_R_three" = 23; -"@MMK_R_two" = 0; -"@MMK_R_u" = 9; -"@MMK_R_v" = 6; -"@MMK_R_w" = 3; -"@MMK_R_x" = 0; -"@MMK_R_y" = 7; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 22; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -121; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 27; -"@MMK_R_J" = -81; -"@MMK_R_O" = -25; -"@MMK_R_S" = -13; -"@MMK_R_T" = 45; -"@MMK_R_U" = 16; -"@MMK_R_V" = 36; -"@MMK_R_W" = 32; -"@MMK_R_X" = 16; -"@MMK_R_Y" = 36; -"@MMK_R_Z" = 14; -"@MMK_R_a" = -60; -"@MMK_R_a.ss04" = -56; -"@MMK_R_asterisk" = 4; -"@MMK_R_bracketright" = 12; -"@MMK_R_colon" = -33; -"@MMK_R_colon.ss01" = -31; -"@MMK_R_comma" = -126; -"@MMK_R_comma.ss01" = -125; -"@MMK_R_e" = -63; -"@MMK_R_egrave" = -46; -"@MMK_R_eight" = -8; -"@MMK_R_ellipsis" = -123; -"@MMK_R_f" = -15; -"@MMK_R_five" = 0; -"@MMK_R_four" = -62; -"@MMK_R_g" = -52; -"@MMK_R_guillemetleft" = -78; -"@MMK_R_guillemetright" = -21; -"@MMK_R_hyphen" = -68; -"@MMK_R_hyphen.case" = -45; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 66; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -4; -"@MMK_R_n" = -37; -"@MMK_R_nine" = -8; -"@MMK_R_one" = -5; -"@MMK_R_parenleft" = -32; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = -8; -"@MMK_R_period" = -123; -"@MMK_R_period.ss01" = -126; -"@MMK_R_pi" = -19; -"@MMK_R_plus" = -65; -"@MMK_R_question" = -9; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 8; -"@MMK_R_quoteright" = 8; -"@MMK_R_quoteright.ss01" = 13; -"@MMK_R_s" = -50; -"@MMK_R_seven" = 35; -"@MMK_R_slash" = -166; -"@MMK_R_t" = -15; -"@MMK_R_three" = -13; -"@MMK_R_two" = -15; -"@MMK_R_u" = -30; -"@MMK_R_v" = -14; -"@MMK_R_w" = -15; -"@MMK_R_x" = -24; -"@MMK_R_y" = -13; -"@MMK_R_z" = -33; -"@MMK_R_zero" = -25; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 9; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 6; -"@MMK_R_O" = 0; -"@MMK_R_S" = 7; -"@MMK_R_T" = -3; -"@MMK_R_V" = -32; -"@MMK_R_W" = -12; -"@MMK_R_X" = 5; -"@MMK_R_Y" = -54; -"@MMK_R_Z" = 3; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -15; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -16; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 15; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 13; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 7; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -9; -"@MMK_R_guillemetright" = 9; -"@MMK_R_hyphen" = -9; -"@MMK_R_icircumflex" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 33; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -11; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -29; -"@MMK_R_parenright" = -38; -"@MMK_R_period" = 15; -"@MMK_R_period.ss01" = -15; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = -33; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 6; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -57; -"@MMK_R_twosuperior" = -7; -"@MMK_R_underscore" = 15; -"@MMK_R_v" = 8; -"@MMK_R_w" = 8; -"@MMK_R_x" = 11; -"@MMK_R_y" = 3; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 0; -}; -"@MMK_L_three" = { -"@MMK_R_A" = -7; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = 13; -"@MMK_R_O" = 13; -"@MMK_R_S" = 24; -"@MMK_R_T" = -2; -"@MMK_R_U" = 5; -"@MMK_R_V" = -13; -"@MMK_R_W" = -5; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -26; -"@MMK_R_Z" = 16; -"@MMK_R_a" = 13; -"@MMK_R_a.ss04" = 11; -"@MMK_R_asterisk" = 4; -"@MMK_R_bracketright" = -14; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_degree" = -3; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 15; -"@MMK_R_eight" = 25; -"@MMK_R_ellipsis" = -9; -"@MMK_R_f" = 8; -"@MMK_R_five" = 14; -"@MMK_R_four" = 23; -"@MMK_R_g" = 11; -"@MMK_R_guillemetleft" = 19; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = 15; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 81; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 17; -"@MMK_R_one" = 4; -"@MMK_R_parenleft" = 19; -"@MMK_R_parenright" = -43; -"@MMK_R_parenright.case" = -31; -"@MMK_R_percent" = 7; -"@MMK_R_period" = -3; -"@MMK_R_period.ss01" = -10; -"@MMK_R_pi" = 7; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 7; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = 16; -"@MMK_R_semicolon" = 9; -"@MMK_R_seven" = 3; -"@MMK_R_slash" = -3; -"@MMK_R_t" = 8; -"@MMK_R_three" = 25; -"@MMK_R_two" = 9; -"@MMK_R_u" = 8; -"@MMK_R_v" = 10; -"@MMK_R_w" = 16; -"@MMK_R_x" = 0; -"@MMK_R_y" = 10; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 14; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 20; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = 16; -"@MMK_R_O" = 7; -"@MMK_R_S" = 13; -"@MMK_R_T" = -3; -"@MMK_R_U" = 0; -"@MMK_R_V" = -17; -"@MMK_R_W" = -7; -"@MMK_R_X" = 18; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = 19; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asterisk" = 8; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 23; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = 25; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_degree" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = 15; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 14; -"@MMK_R_five" = 3; -"@MMK_R_four" = 6; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = 20; -"@MMK_R_hyphen" = -5; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 75; -"@MMK_R_j" = 41; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 18; -"@MMK_R_one" = 13; -"@MMK_R_parenleft" = 6; -"@MMK_R_parenright" = -29; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 11; -"@MMK_R_period" = 27; -"@MMK_R_period.ss01" = -4; -"@MMK_R_pi" = 11; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 7; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = 7; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 12; -"@MMK_R_semicolon" = 20; -"@MMK_R_seven" = 8; -"@MMK_R_slash" = 12; -"@MMK_R_t" = 13; -"@MMK_R_three" = 11; -"@MMK_R_two" = 24; -"@MMK_R_u" = 0; -"@MMK_R_v" = 11; -"@MMK_R_w" = 12; -"@MMK_R_x" = 25; -"@MMK_R_y" = 11; -"@MMK_R_z" = 17; -"@MMK_R_zero" = 8; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -59; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = -2; -"@MMK_R_T" = 5; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 2; -"@MMK_R_X" = -14; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -7; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = -133; -"@MMK_R_comma.ss01" = -136; -"@MMK_R_fraction" = 24; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = -15; -"@MMK_R_hyphen" = -5; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -29; -"@MMK_R_parenright.case" = -28; -"@MMK_R_period" = -131; -"@MMK_R_period.ss01" = -136; -"@MMK_R_plus" = -3; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = -3; -"@MMK_R_slash" = -70; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -86; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = -56; -"@MMK_R_O" = 2; -"@MMK_R_S" = 7; -"@MMK_R_T" = 21; -"@MMK_R_U" = 13; -"@MMK_R_V" = -16; -"@MMK_R_W" = 0; -"@MMK_R_X" = -58; -"@MMK_R_Y" = -41; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = -18; -"@MMK_R_asciicircum" = -4; -"@MMK_R_asterisk" = 20; -"@MMK_R_braceright" = -67; -"@MMK_R_bracketright" = -65; -"@MMK_R_colon" = 11; -"@MMK_R_colon.ss01" = 7; -"@MMK_R_comma" = -66; -"@MMK_R_comma.ss01" = -86; -"@MMK_R_e" = -18; -"@MMK_R_egrave" = -18; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -86; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 32; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -24; -"@MMK_R_foursuperior" = 15; -"@MMK_R_g" = -12; -"@MMK_R_g.ss05" = -12; -"@MMK_R_guillemetleft" = -27; -"@MMK_R_guillemetright" = 24; -"@MMK_R_hyphen" = -21; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 3; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 28; -"@MMK_R_onesuperior" = -34; -"@MMK_R_oslash" = -18; -"@MMK_R_parenright" = -42; -"@MMK_R_period" = -63; -"@MMK_R_period.ss01" = -87; -"@MMK_R_question" = 26; -"@MMK_R_question.ss01" = 17; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 6; -"@MMK_R_quotedblleft.ss01" = 6; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = -12; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -44; -"@MMK_R_sixsuperior" = 11; -"@MMK_R_slash" = -85; -"@MMK_R_t" = 32; -"@MMK_R_threesuperior" = -3; -"@MMK_R_trademark" = -42; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = 11; -"@MMK_R_underscore" = -82; -"@MMK_R_v" = 32; -"@MMK_R_w" = 32; -"@MMK_R_x" = 19; -"@MMK_R_y" = 30; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 2; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -48; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -32; -"@MMK_R_O" = 11; -"@MMK_R_S" = 12; -"@MMK_R_T" = 18; -"@MMK_R_U" = 10; -"@MMK_R_V" = -16; -"@MMK_R_W" = 0; -"@MMK_R_X" = -50; -"@MMK_R_Y" = -41; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asciicircum" = -3; -"@MMK_R_asterisk" = 19; -"@MMK_R_braceright" = -63; -"@MMK_R_bracketright" = -60; -"@MMK_R_colon" = 23; -"@MMK_R_colon.ss01" = 7; -"@MMK_R_comma" = -39; -"@MMK_R_comma.ss01" = -51; -"@MMK_R_e" = -8; -"@MMK_R_egrave" = -8; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -52; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 29; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -9; -"@MMK_R_foursuperior" = 13; -"@MMK_R_g" = -5; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = 22; -"@MMK_R_hyphen" = -9; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 25; -"@MMK_R_onesuperior" = -34; -"@MMK_R_oslash" = -8; -"@MMK_R_parenright" = -42; -"@MMK_R_period" = -39; -"@MMK_R_period.ss01" = -51; -"@MMK_R_question" = 23; -"@MMK_R_question.ss01" = 13; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 3; -"@MMK_R_quotedblleft.ss01" = 3; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = -5; -"@MMK_R_semicolon" = 21; -"@MMK_R_sevensuperior" = -40; -"@MMK_R_sixsuperior" = 8; -"@MMK_R_slash" = -44; -"@MMK_R_t" = 28; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -43; -"@MMK_R_twosuperior" = -10; -"@MMK_R_u" = 11; -"@MMK_R_underscore" = -51; -"@MMK_R_v" = 32; -"@MMK_R_w" = 31; -"@MMK_R_x" = 20; -"@MMK_R_y" = 33; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 12; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 39; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = 28; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 6; -"@MMK_R_U" = 0; -"@MMK_R_V" = -26; -"@MMK_R_W" = -8; -"@MMK_R_X" = 40; -"@MMK_R_Y" = -48; -"@MMK_R_Z" = 19; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asciicircum" = -18; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 18; -"@MMK_R_colon.ss01" = 9; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -36; -"@MMK_R_egrave" = -36; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = 12; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_four" = -32; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = -38; -"@MMK_R_guillemetright" = 21; -"@MMK_R_hyphen" = -45; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 49; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -11; -"@MMK_R_one" = 16; -"@MMK_R_onesuperior" = -36; -"@MMK_R_oslash" = -7; -"@MMK_R_parenright" = -32; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = 14; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = -27; -"@MMK_R_quoteright" = -27; -"@MMK_R_quoteright.ss01" = -14; -"@MMK_R_s" = -20; -"@MMK_R_semicolon" = 15; -"@MMK_R_sevensuperior" = -52; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = 29; -"@MMK_R_t" = 12; -"@MMK_R_threesuperior" = -21; -"@MMK_R_trademark" = -55; -"@MMK_R_twosuperior" = -37; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 45; -"@MMK_R_v" = 17; -"@MMK_R_w" = 21; -"@MMK_R_x" = 27; -"@MMK_R_y" = 16; -"@MMK_R_z" = 17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -87; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = -70; -"@MMK_R_O" = 2; -"@MMK_R_S" = 8; -"@MMK_R_T" = 21; -"@MMK_R_U" = 11; -"@MMK_R_V" = -14; -"@MMK_R_W" = 0; -"@MMK_R_X" = -57; -"@MMK_R_Y" = -41; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -20; -"@MMK_R_a.ss04" = -22; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = 19; -"@MMK_R_braceright" = -64; -"@MMK_R_bracketright" = -62; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = -85; -"@MMK_R_comma.ss01" = -95; -"@MMK_R_e" = -22; -"@MMK_R_egrave" = -23; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -95; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 28; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -31; -"@MMK_R_foursuperior" = 15; -"@MMK_R_g" = -15; -"@MMK_R_g.ss05" = -15; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 22; -"@MMK_R_hyphen" = -26; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -7; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 29; -"@MMK_R_onesuperior" = -35; -"@MMK_R_oslash" = -22; -"@MMK_R_parenright" = -42; -"@MMK_R_period" = -83; -"@MMK_R_period.ss01" = -96; -"@MMK_R_question" = 27; -"@MMK_R_question.ss01" = 18; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 8; -"@MMK_R_quotedblleft.ss01" = 4; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -15; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = -18; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -36; -"@MMK_R_sixsuperior" = 12; -"@MMK_R_slash" = -89; -"@MMK_R_t" = 28; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -42; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 6; -"@MMK_R_underscore" = -95; -"@MMK_R_v" = 32; -"@MMK_R_w" = 32; -"@MMK_R_x" = 18; -"@MMK_R_y" = 28; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 17; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 13; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -5; -"@MMK_R_U" = -2; -"@MMK_R_V" = -33; -"@MMK_R_W" = -17; -"@MMK_R_X" = 13; -"@MMK_R_Y" = -56; -"@MMK_R_Z" = 4; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 8; -"@MMK_R_asciicircum" = -16; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -14; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 22; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = -10; -"@MMK_R_j" = 32; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -35; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -36; -"@MMK_R_period" = 24; -"@MMK_R_period.ss01" = -10; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = 19; -"@MMK_R_sevensuperior" = -36; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = 9; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -61; -"@MMK_R_twosuperior" = -7; -"@MMK_R_underscore" = 24; -"@MMK_R_v" = 6; -"@MMK_R_w" = 8; -"@MMK_R_x" = 16; -"@MMK_R_y" = 3; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 0; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = -29; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -6; -"@MMK_R_J" = -4; -"@MMK_R_O" = 29; -"@MMK_R_S" = 14; -"@MMK_R_T" = -12; -"@MMK_R_U" = 12; -"@MMK_R_V" = -31; -"@MMK_R_W" = -17; -"@MMK_R_X" = -43; -"@MMK_R_Y" = -46; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 23; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -41; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -22; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_degree" = -11; -"@MMK_R_e" = 21; -"@MMK_R_egrave" = 21; -"@MMK_R_eight" = 14; -"@MMK_R_ellipsis" = -34; -"@MMK_R_f" = 24; -"@MMK_R_five" = 10; -"@MMK_R_four" = 23; -"@MMK_R_g" = 24; -"@MMK_R_guillemetleft" = 23; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 22; -"@MMK_R_hyphen.case" = 29; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 37; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_n" = 3; -"@MMK_R_nine" = 22; -"@MMK_R_one" = 17; -"@MMK_R_parenleft" = 28; -"@MMK_R_parenright" = -58; -"@MMK_R_parenright.case" = -46; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -22; -"@MMK_R_period.ss01" = -31; -"@MMK_R_pi" = 21; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 13; -"@MMK_R_quoteright" = 13; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = 22; -"@MMK_R_seven" = 7; -"@MMK_R_slash" = -26; -"@MMK_R_t" = 23; -"@MMK_R_three" = 7; -"@MMK_R_two" = 9; -"@MMK_R_u" = 13; -"@MMK_R_v" = 2; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 29; +quotedblleft.ss01 = { +A = -84; +J = -97; +igrave = 18; +icircumflex = 64; +imacron = 69; +jcircumflex = 59; +g.ss06 = -15; +mu = -18; +questiondown.case = -50; +ellipsis.ss01 = -271; +questiondown.ss01 = -134; +underscore = -234; +quotedblbase.ss01 = -271; +ampersand = -50; +minus = -5; +divide = -3; +asciitilde = -8; }; -A = { -Dcroat = -5; -Eth = -5; -Iogonek = 28; -Jcircumflex = 31; -Lslash = -3; -Tbar = -73; -Tcedilla = -92; -Ycircumflex = -124; -Ydieresis = -124; -Ydieresis.ss01 = -124; -Ydotbelow = -124; -Ydotbelow.ss01 = -124; -Ygrave = -124; -ampersand = -3; -asciitilde = -47; -at = -23; -backslash = -103; -dollar = -18; -eight = -6; -equal = -19; -five = -15; -gbreve.ss06 = 24; -germandbls = -36; -jcircumflex = 66; -less = -21; -logicalnot = -101; -minus = -54; -multiply = -32; -nine = -17; -numbersign = -19; -ordfeminine = -91; -ordmasculine = -91; -parenleft = -8; -parenleft.case = -25; -plus = -42; -quotedbl = -96; -quotedblleft.ss01 = -81; -quoteleft = -84; -quoteright.ss01 = -79; -registered = -78; -seven = -57; -three = -9; -two = 27; +sevensuperior = { +A = -142; +C = -52; +O = -53; +G = -52; +fraction = -55; +sevensuperior = 24; +period = -144; +comma = -148; +colon = -50; +semicolon = -67; +slash = -148; +period.ss01 = -126; +comma.ss01 = -128; +colon.ss01 = -48; +semicolon.ss01 = -47; +hyphen = -86; +hyphen.case = -67; +guillemetleft = -77; +guilsinglleft = -77; +guillemetright = -41; +guilsinglright = -41; +plus = -67; }; -Aacute = { -Dcroat = -5; -Eth = -5; -Tbar = -73; -Tcedilla = -92; -registered = -78; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 37; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -32; +"@MMK_R_KO_comma" = -39; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -45; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -75; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_bracketright.case" = -37; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -85; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -122; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -113; +"@MMK_R_KO_Y" = -88; +"@MMK_R_KO_Z" = -49; +"@MMK_R_KO_I.ss02" = -46; +"@MMK_R_KO_J.ss10" = -115; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = -7; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -72; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_slash" = -96; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_endash.case" = -13; +"@MMK_R_KO_parenright.case" = -80; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -8; }; -Abreve = { -Tcedilla = -92; -V = -112; +won = { +period = -80; +comma = -91; +slash = -62; +period.ss01 = -86; +comma.ss01 = -88; }; -Acircumflex = { -T = -90; -Tcedilla = -90; -Tcommaaccent = -90; -V = -93; -Y = -96; -Ydieresis = -96; -Ydotbelow = -96; +i.ss01 = { +l = -18; +c = -19; +e = -19; +o = -19; +m = -18; +n = -18; +r = -18; +p = -18; +j.ss01 = 0; +parenright = -21; }; -Acircumflexacute = { -T = -91; -Y = -104; +guillemetright = { +T = -69; +x = -42; +threesuperior = -22; +fivesuperior = -34; +eightsuperior = -23; +colon = -22; +semicolon = -15; +questiondown = -49; +question.ss01 = -51; +questiondown.ss01 = -49; +braceright = -63; +braceright.case = -46; +bracketright.case = -61; +quotesinglbase = -58; +quotedblbase = -58; +quotedblbase.ss01 = -47; +quoteright.ss01 = -27; }; -Acircumflexdotbelow = { -T = -90; -Y = -96; +s = { +l = 0; +seven = -18; +emdash = 4; +registered = -16; +notequal = -48; +logicalnot = -63; +asciitilde = -5; }; -Acircumflexdotbelow.ss01 = { -T = -90; -Y = -96; +five.dnom = { +question = -128; +question.ss01 = -128; +parenright = -59; +quotedblleft = -47; +quotedblright = -16; +quoteleft = -46; +quoteright = -17; +quotedbl = -64; +quotesingle = -64; +quotedblleft.ss01 = -38; +quoteleft.ss01 = -38; +quotedblright.ss01 = -30; +quoteright.ss01 = -30; +degree = -94; }; -Acircumflexgrave = { -Y = -103; +ecircumflexgrave = { +parenright = -9; +bracketright = -5; +quotedbl = -26; }; -Acircumflexhookabove = { -Y = -104; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -74; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -56; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -3; +"@MMK_R_KO_imacron" = -3; +"@MMK_R_KO_itilde" = -3; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = 22; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 23; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = -19; +"@MMK_R_KO_t_t.liga" = 22; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_four" = -30; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -74; +"@MMK_R_KO_comma" = -83; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -79; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -72; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -73; +"@MMK_R_KO_comma.ss01" = -74; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -24; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = -79; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_braceright" = -61; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -28; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = 10; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_two" = 25; +"@MMK_R_KO_three" = 20; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_five" = 14; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = 23; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 3; +}; +Agrave = { +endash.case = -73; }; -Acircumflextilde = { -Y = -104; +t_t.liga = { +wdieresis = 3; +hyphen = -10; +logicalnot = -61; +asciitilde = -5; }; -Adieresis = { -T = -92; -Tcedilla = -92; -V = -104; -Y = -109; -Ydieresis = -105; -registered = -78; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -118; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -95; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 19; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -155; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = -45; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 21; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_y" = 20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_pi" = 15; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 21; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -79; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 26; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 32; +"@MMK_R_KO_slash" = -131; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -83; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = 7; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; }; -Adieresis.ss01 = { -Ydieresis.ss01 = -106; +ohorngrave = { +i = 17; +idotaccent = 17; +i.ss01 = 17; +idotaccent.ss01 = 17; +m = 19; +n = 19; +period = -13; +comma = -21; +period.ss01 = -17; +comma.ss01 = -18; +parenright = -15; +bracketright = -3; +guillemetright = 36; +quotedbl = 31; }; -Amacron = { -T = -92; -Tcedilla = -92; -V = -106; -Y = -110; -Ycircumflex = -107; +zeroinferior = { +parenright = -53; }; -Aogonek = { -Lslash = -3; -comma = 51; -comma.ss01 = 28; -parenright = 44; -period = 25; -semicolon = 45; +c = { +seven = -27; +registered = -19; +notequal = -60; }; -Aring = { -Tcedilla = -92; -V = -112; -Ydieresis = -124; -Ydieresis.ss01 = -124; +Aacute = { +Dcroat = -12; +Eth = -12; +Tbar = -97; +endash.case = -73; +registered = -87; }; -Atilde = { -V = -112; -Y = -124; -ordfeminine = -91; +Abreve = { +endash.case = -73; }; -B = { -Hbar = 38; -Lslash = 29; -OE = 13; -Oslash = 13; -Tcedilla = 0; -acircumflexacute.ss05 = 16; -ampersand = 25; -eight = 27; -five = 16; -greater = 30; -hbar = 23; -idieresis = 72; -jcircumflex = 80; -minus = -9; -nine = 16; -parenleft = 19; -plus = 0; -three = 27; -two = 7; +eight.dnom = { +question = -121; +question.ss01 = -116; +parenright = -56; +quotedblleft = -72; +quotedblright = -41; +quoteleft = -72; +quoteright = -43; +quotedbl = -99; +quotesingle = -99; +quotedblleft.ss01 = -63; +quoteleft.ss01 = -63; +quotedblright.ss01 = -63; +quoteright.ss01 = -63; +degree = -135; +}; +Idieresis.ss01 = { +Icircumflex = 172; +Idieresis.ss01 = 157; +idieresis.ss01 = 64; +parenright.case = 91; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -39; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -12; +}; +comma.ss01 = { +twosuperior = -128; +threesuperior = -128; +fivesuperior = -128; +eightsuperior = -128; +parenright = 0; +bracketright = 0; +quoteright.ss01 = -128; }; C = { -Lslash = 22; -OE = 16; -Tcedilla = -2; -ampersand = 11; -bracketright.case = -21; -dollar = 18; -eight = 22; -five = 13; -greater = 0; -minus = -3; -nine = 24; -numbersign = 14; +two = 0; +three = 0; +five = -2; +eight = 0; +braceright.case = -27; plus = 0; -seven = 14; -three = 27; -two = 23; +minus = -5; +greater = 0; }; -Ccircumflex = { -jcircumflex = 69; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -121; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = -103; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -252; +"@MMK_R_KO_a" = -70; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -75; +"@MMK_R_KO_eacute" = -63; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -67; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -21; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -86; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -22; +"@MMK_R_KO_seven" = 13; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_ellipsis" = -299; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -136; +"@MMK_R_KO_hyphen" = -85; +"@MMK_R_KO_endash" = -58; +"@MMK_R_KO_hyphen.case" = -42; +"@MMK_R_KO_endash.case" = -21; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -69; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_plus" = -53; +"@MMK_R_KO_percent" = 3; }; -Cdotaccent = { -Hbar = 45; +ocircumflexgrave = { +parenright = -11; +bracketright = -5; +quotedbl = -23; +quotesingle = -23; }; -D = { -Dcroat = 31; -Eth = 31; -Hbar = 31; -Jcircumflex = -5; -Lslash = 29; -OE = 27; -Oslash = 28; -Ycircumflex = -45; -ampersand = 0; -at = 22; -bracketright.case = -32; -eight = 13; -equal = 0; -five = 8; -idotbelow = 2; -lacute = 2; -less = 0; -nine = 22; -parenleft = 27; +wcircumflex = { +p = -2; }; -Dcroat = { -Dcroat = 31; -acircumflexacute.ss05 = 6; -idotbelow = 2; -ihookabove = 2; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -83; +"@MMK_R_KO_W" = -46; +"@MMK_R_KO_X" = -67; +"@MMK_R_KO_Y" = -145; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 9; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 27; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 6; +"@MMK_R_KO_one" = -92; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 4; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -116; +"@MMK_R_KO_eight" = 11; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -70; +"@MMK_R_KO_foursuperior" = -74; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_ninesuperior" = -50; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -28; +"@MMK_R_KO_question" = -147; +"@MMK_R_KO_asterisk" = -83; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_parenright" = -80; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_plus" = -5; +}; +Umacron = { +Hbar = 20; }; -E = { -H = 0; -Hbar = 45; -Iogonek = 5; -Jcircumflex = 26; -Tcedilla = 14; -asciitilde = -26; -backslash = 52; -eight = 12; -equal = 0; -exclam.ss01 = 6; -gbreve.ss06 = 12; -germandbls = 0; -idieresis = 92; -idieresis.ss01 = 70; -jcircumflex = 95; -minus = -32; -multiply = 0; -numbersign = 0; -registered = -2; -seven = 14; -three = 11; -two = 20; +Zcaron = { +Dcroat = -4; +igrave = 35; +endash.case = -24; +}; +sixinferior = { +T = -126; +W = -63; +parenright = -47; +bracketright = -13; +}; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 39; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 35; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 29; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 39; +"@MMK_R_KO_W" = 39; +"@MMK_R_KO_X" = 46; +"@MMK_R_KO_Y" = 47; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_zero" = -29; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 34; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = -22; +"@MMK_R_KO_seven" = 25; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 20; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_sevensuperior" = 34; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_ellipsis" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 24; +"@MMK_R_KO_slash" = 53; +"@MMK_R_KO_period.ss01" = 9; +"@MMK_R_KO_comma.ss01" = 11; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_hyphen.case" = -63; +"@MMK_R_KO_endash.case" = -64; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -73; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = 10; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_pi" = -6; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 15; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -4; +"@MMK_R_KO_eight" = 21; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -9; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 37; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = -9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -32; +"@MMK_R_KO_comma" = -39; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -45; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_bracketright.case" = -37; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +}; +Idotaccent = { +l.ss04 = 26; +}; +zero.dnom = { +question = -126; +question.ss01 = -128; +parenright = -61; +parenright.case = -30; +quotedblleft = -90; +quotedblright = -59; +quoteleft = -89; +quoteright = -61; +quotedbl = -126; +quotesingle = -99; +quotedblleft.ss01 = -82; +quoteleft.ss01 = -82; +quotedblright.ss01 = -78; +quoteright.ss01 = -78; +degree = -150; +}; +I = { +I = 0; +Hbar = 35; +hbar = 16; +igrave = 25; +jcircumflex = 87; +logicalnot = -61; }; -Ecircumflex = { -Icircumflex = 25; +uhornhookabove = { +a = -40; +a.ss05 = -33; +period = -43; +comma = -49; +ellipsis = -59; +period.ss01 = -51; +ellipsis.ss01 = -51; +comma.ss01 = -53; +parenright = -41; +bracketright = 0; +quotedblright = 0; +quotedbl = 8; }; -Ecircumflexdotbelow = { -C = -8; -T = 14; -comma = 25; -period = 25; +Idieresis = { +Icircumflex = 180; +Idieresis = 197; +idieresis = 85; +parenright = 87; +parenright.case = 87; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -140; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -74; +"@MMK_R_KO_Oacute" = -74; +"@MMK_R_KO_J" = -97; +"@MMK_R_KO_G.ss07" = -75; +"@MMK_R_KO_S" = -46; +"@MMK_R_KO_T" = 25; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 35; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = 42; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -184; +"@MMK_R_KO_a" = -114; +"@MMK_R_KO_aacute" = -81; +"@MMK_R_KO_a.ss05" = -57; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -117; +"@MMK_R_KO_eacute" = -48; +"@MMK_R_KO_f" = -49; +"@MMK_R_KO_g" = -112; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -72; +"@MMK_R_KO_icircumflex" = 46; +"@MMK_R_KO_imacron" = 105; +"@MMK_R_KO_itilde" = 58; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -108; +"@MMK_R_KO_t" = -50; +"@MMK_R_KO_u" = -67; +"@MMK_R_KO_uacute" = -65; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_x" = -58; +"@MMK_R_KO_y" = -51; +"@MMK_R_KO_z" = -65; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_g.ss06" = -108; +"@MMK_R_KO_t_t.liga" = -50; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_four" = -125; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -56; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 23; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_colon" = -72; +"@MMK_R_KO_semicolon" = -101; +"@MMK_R_KO_ellipsis" = -197; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = -154; +"@MMK_R_KO_backslash" = 54; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = -62; +"@MMK_R_KO_question.ss01" = -43; +"@MMK_R_KO_hyphen" = -146; +"@MMK_R_KO_endash" = -120; +"@MMK_R_KO_underscore" = -181; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_parenleft" = -56; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 49; +"@MMK_R_KO_bracketright" = 29; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 26; +"@MMK_R_KO_quotedblleft" = -38; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -38; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -110; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_quoteright.ss01" = 8; +"@MMK_R_KO_trademark" = 14; +"@MMK_R_KO_asciicircum" = -64; }; Ecircumflexdotbelow.ss01 = { T = 14; }; -Ecircumflexgrave = { -comma = 23; -period = 25; -}; -Ecircumflexhookabove = { -comma = 23; -period = 25; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -112; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -80; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -35; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = -54; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -39; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -30; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_braceright" = -37; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -39; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -82; +"@MMK_R_KO_asciicircum" = -6; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -37; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_ellipsis" = -50; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -43; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -48; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_degree" = -22; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -6; }; -Ecircumflextilde = { -comma = 23; +one = { +icircumflex = 83; +three = 0; +multiply = 0; +equal = 0; +notequal = -49; +asciicircum = -5; }; -Edieresis = { -Idieresis = 27; +gdotaccent.ss06 = { +gdotaccent.ss06 = 29; }; -Edotaccent = { -scaron = 10; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_period.ss01" = -40; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -81; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_bracketright.case" = -41; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -58; }; -Emacron = { -Imacron = 22; -gcommaaccent.ss06 = 12; +lcaron.ss04 = { +ncaron = 56; +scaron = 70; +exclam.ss01 = 188; }; -Eogonek = { -comma = 32; -parenright = 21; -period = 27; +Gdotaccent = { +Hbar = 21; }; -Eth = { -Eth = 31; -Oslash = 28; +fl = { +Hbar = 35; +l = 0; +idieresis = 70; +jcircumflex = 56; +periodcentered.loclCAT = 31; }; -F = { -Hbar = 54; -adieresis = -5; -ampersand = -15; -backslash = 68; -eight = 6; -eightinferior = -20; -ellipsis.ss01 = -113; -fiveinferior = -26; -fourinferior = -51; -iacute = 0; -idieresis = 107; -nine = 12; -numbersign = 2; -seven = 29; -sixinferior = -25; -three = 0; -threeinferior = -17; -two = 0; -twoinferior = -18; -udieresis = 0; +quotedbl = { +Dcroat = -9; +Hbar = 35; +Lslash = -14; +hbar = 12; +igrave = 14; +icircumflex = 85; +idieresis = 83; +imacron = 63; +jcircumflex = 80; +x = -14; +idieresis.ss01 = 61; +g.ss06 = -50; +gcommaaccent.ss06 = -50; +gdotaccent.ss06 = -48; +gdotaccent.ss01.ss06 = -48; +mu = -34; +exclamdown = -34; +questiondown = -167; +backslash = 14; +questiondown.case = -97; +ellipsis.ss01 = -235; +exclamdown.ss01 = -47; +questiondown.ss01 = -166; +underscore = -234; +parenleft = -25; +braceleft = -39; +ampersand = -55; +sterling = -46; +minus = -57; +lessequal = -59; +asciitilde = -76; }; -G = { -Eth = 14; -Hbar = 25; +O = { +Dcroat = 20; +Eth = 20; +Hbar = 16; Lslash = 18; -Oslash = 13; -Ycircumflex = -47; -backslash = -14; -eight = 13; -hbar = 7; -jcircumflex = 38; -parenleft = 14; -three = 9; -two = 14; -}; -G.ss07 = { -Hbar = 39; -Lslash = 27; -Oslash = 27; -eight = 14; -hbar = 9; +Tbar = -22; +idieresis = 7; +parenleft.case = 18; +braceright.case = -30; +less = 0; }; -Germandbls = { -A = -2; -E = 4; -G = 19; -I = 4; -L = 4; -S = 30; -T = -4; -Z = 25; -a = 20; -hyphen = 27; -parenright = -19; +Zdotaccent.ss01 = { +Hbar = 52; +endash.case = -24; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -126; +"@MMK_R_KO_U" = -27; +"@MMK_R_KO_V" = -126; +"@MMK_R_KO_W" = -80; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -126; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_v" = -79; +"@MMK_R_KO_w" = -71; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -59; +"@MMK_R_KO_pi" = -40; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -104; +"@MMK_R_KO_two" = 8; +"@MMK_R_KO_three" = -5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = -90; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_sixsuperior" = -126; +"@MMK_R_KO_onesuperior" = -126; +"@MMK_R_KO_foursuperior" = -126; +"@MMK_R_KO_sevensuperior" = -126; +"@MMK_R_KO_ninesuperior" = -126; +"@MMK_R_KO_asterisk" = -126; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -73; +"@MMK_R_KO_hyphen.case" = -126; +"@MMK_R_KO_endash.case" = -126; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -126; +"@MMK_R_KO_quotesingle" = -99; +"@MMK_R_KO_quotedblleft.ss01" = -126; +"@MMK_R_KO_quotedblright.ss01" = -126; }; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 30; -endash = 0; -exclam = 0; -greater = 21; -hyphen = 0; -ibreve = 36; -jcircumflex = 73; -l = 0; -n = 0; -o = 0; -s = 0; +braceleft = { +p = 12; x = 0; +parenleft = -5; +braceright = 44; +at = -41; +minus = -98; +logicalnot = -128; +asciicircum = -66; }; -Hbar = { -B = 25; -D = 25; -E = 25; -F = 25; -Gdotaccent = 28; -H = 25; -Hbar = 84; -I = 25; -I.ss02 = 44; -K = 25; -L = 25; -M = 25; -N = 25; -O = 30; -Q = 30; -R = 25; -S = 42; -T = 52; -U = 39; -W = 53; -Zdotaccent = 36; -b = 25; -exclam = 44; -i = 27; -i.ss01 = 23; -idotaccent = 27; -j = 31; -l = 25; -l.ss04 = 66; -ninesuperior = 45; -question = 61; -quotedblright = 42; -quoteright = 42; -quotesingle = 45; -sixsuperior = 46; -u = 16; -w = 53; -}; -I = { -Hbar = 25; -backslash = 30; -greater = 21; -jcircumflex = 73; -}; -I.ss02 = { -Dcroat = -12; -Eth = -12; -Tcedilla = 18; -jcircumflex = 99; -logicalnot = -114; -minus = -49; -plus = -46; +rcaron = { +I.ss02 = 31; +onesuperior = 0; +twosuperior = 12; +sevensuperior = 36; +parenright = 20; }; -Iacute = { -Igrave = 90; -Rcaron = 2; -Tcaron = 4; -U = 7; -comma.ss01 = -19; -l.ss04 = 19; -parenright = 2; -period.ss01 = -20; +f_f_i.liga = { +hbar = 10; +idieresis = 75; +jcircumflex = 59; +germandbls = 0; +logicalnot = -61; }; -Iacute.ss02 = { -Eth = -12; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -49; +"@MMK_R_KO_Oacute" = -49; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -43; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -145; +"@MMK_R_KO_U" = -34; +"@MMK_R_KO_V" = -153; +"@MMK_R_KO_W" = -93; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -203; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -95; +"@MMK_R_KO_w" = -73; +"@MMK_R_KO_y" = -40; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_pi" = -39; +"@MMK_R_KO_zero" = -46; +"@MMK_R_KO_one" = -122; +"@MMK_R_KO_two" = 18; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -42; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -150; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_hyphen.case" = -143; +"@MMK_R_KO_endash.case" = -227; +"@MMK_R_KO_quotedblleft" = -299; +"@MMK_R_KO_quotedblright" = -299; +"@MMK_R_KO_quoteleft" = -148; +"@MMK_R_KO_quoteright" = -148; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_plus" = -92; +"@MMK_R_KO_percent" = -96; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 32; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 42; +"@MMK_R_KO_W" = 42; +"@MMK_R_KO_X" = 32; +"@MMK_R_KO_Y" = 49; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 88; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -29; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -27; +"@MMK_R_KO_seven" = 28; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 23; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = 37; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = 60; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_bracketright" = 24; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = -49; +"@MMK_R_KO_quotedbl" = 20; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 13; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -74; +"@MMK_R_KO_percent" = 0; }; -Ibreve = { -Imacron = 127; +logicalnot = { +one = -65; +two = -62; +seven = -67; +nine = -70; +parenright = -120; +parenright.case = -108; +v = -75; +x = -95; +y = -79; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 5; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 19; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 91; +"@MMK_R_KO_imacron" = 74; +"@MMK_R_KO_itilde" = 74; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 19; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 19; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = 40; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 16; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = 0; }; -Icircumflex = { -Icircumflex = 202; -bracketright = 99; -icircumflex = 73; -l.ss04 = 19; -parenright = 112; -parenright.case = 113; +ydotbelow = { +ecircumflexdotbelow = -35; +period = -74; +comma = 0; +parenright = 26; }; -Idieresis = { -Idieresis = 189; -Igrave = 103; -idieresis = 72; -parenright = 89; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 25; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_icircumflex" = 52; +"@MMK_R_KO_imacron" = 16; +"@MMK_R_KO_itilde" = 13; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 24; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = 17; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 26; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 16; +"@MMK_R_KO_guillemetright" = 17; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = 0; +}; +idotless = { +T = -14; }; -Idieresis.ss01 = { -Idieresis.ss01 = 147; -Igrave = 106; +acircumflexhookabove.ss05 = { +y = -29; }; -Idieresis.ss02 = { -idieresis = 95; +Iogonek.ss02 = { +iogonek = 36; +j = 62; +j.ss01 = 62; +endash.case = -46; }; -Idotaccent = { -l.ss04 = 19; +aogonek = { +j = 34; +j.ss01 = 34; +parenright = 5; +bracketright = -5; }; -Idotaccent.ss01 = { -l.ss04 = 19; -period.ss01 = -20; +ldot.ss01.ss03 = { +period.ss01 = -97; +comma.ss01 = -98; }; Idotbelow = { -U = 7; -comma = 3; -j = 35; -}; -Imacron = { -Ibreve = 126; -Imacron = 152; -imacron = 53; -l.ss04 = 19; -parenright = 80; -parenright.case = 81; -}; -Iogonek = { -Iogonek = 33; -iogonek = 37; -j = 41; +j = 37; }; -Iogonek.ss02 = { -comma = 33; -iogonek = 63; -j = 67; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 52; +"@MMK_R_KO_imacron" = 63; +"@MMK_R_KO_itilde" = 53; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 19; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 10; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -5; }; -Itilde = { -Idieresis = 154; -Idieresis.ss01 = 143; -Itilde = 116; +Tbar = { +A = -101; +Aacute = -101; +T = 24; +Tbar = 24; +a = -67; +a.ss05 = -64; +e = -69; +o = -68; +oslash = -68; +tbar = -2; +period = -120; +comma = -133; +slash = -109; +period.ss01 = -117; +comma.ss01 = -115; +hyphen = -63; +guillemetleft = -49; +guilsinglleft = -49; }; -J = { -Hbar = 33; -Iogonek = 8; -Oslash = 8; -backslash = 38; -greater = 21; -i.ss01 = 5; -ibreve = 44; -idieresis = 79; -iogonek = 2; -jcircumflex = 81; +itilde = { +exclam.ss01 = 39; +quotedbl = 54; }; -Jacute = { -Ecaron = 8; -Edieresis = 8; -Egrave = 8; -Hbar = 33; -Ibreve = 102; -Icircumflex = 64; -Idieresis = 113; -Idieresis.ss01 = 114; -Idotaccent = 18; -Igrave = 97; -Imacron = 126; -Itilde = 79; -Oslash = 8; -backslash = 38; -ibreve = 44; -idieresis = 79; -jcircumflex = 81; -parenright = 0; -parenright.case = 16; +Idotaccent.ss01 = { +l.ss04 = 26; }; -Jcircumflex = { -A = -19; -E = 8; -Jcircumflex = 56; -O = 8; -U = 16; -a = 6; -e = 5; -jcircumflex = 81; -o = 5; -parenright = 120; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -43; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = 5; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -2; }; -K = { -Iogonek = 28; -Lslash = -7; -OE = -46; -Ydotbelow = 17; -Ydotbelow.ss01 = 17; -Ygrave = 17; -ampersand = -16; -asciitilde = -93; -at = -35; -backslash = 39; -dollar = -36; -ecircumflexacute = -25; -edieresis = -36; -eight = -20; -equal = -37; -jcircumflex = 65; -lcommaaccent.ss04 = 21; -less = -53; -logicalnot = -154; -minus = -99; -nine = -32; -numbersign = -42; -odieresis = -36; -parenleft = -16; -plus = -94; -rcaron = 18; -registered = -56; -seven = 0; -three = -24; -two = 29; -u = -34; -ygrave = -12; -yhookabove = -12; -ytilde = -12; +ibreve = { +T = 43; +parenright = 31; +quotesingle = 32; }; -L = { -Dcroat = -12; -H = 0; -Iogonek = 14; -Jcircumflex = 31; -OE = -10; -Oslash = -3; -Tbar = -54; -Tcedilla = -95; -Ycircumflex = -150; -Ydieresis = -150; -Ydieresis.ss01 = -150; -Ydotbelow = -150; -Ydotbelow.ss01 = -150; -Ygrave = -150; -ampersand = 17; -asciitilde = -39; -at = -2; -backslash = -85; -eight = 14; -equal = 0; -five = 0; -idotbelow = 0; -less = -14; -logicalnot = -105; -minus = -47; -multiply = 0; -nine = 0; -numbersign = 5; -ordfeminine = -192; -ordmasculine = -190; -parenleft = 0; -plus = -42; -quotedbl = -193; -quoteleft = -133; -quoteleft.ss01 = -136; -quoteright.ss01 = -136; -registered = -93; -seven = -60; -three = 14; -two = 23; +multiply = { +one = 0; +seven.numr = -5; +parenright = -88; +parenright.case = -81; +A = -41; +J = 0; +T = 0; +V = -43; +X = -62; +Y = -65; +p = -3; }; -Lcaron = { -A = 34; -B = 2; -Ccaron = -7; -D = 2; -G = -4; -H = 2; -J = 31; -K = 2; -M = 2; -N = 2; -Ncaron = 2; -O = -7; -R = 2; -S = 15; -Scaron = 15; -T = -20; -U = -7; -Uacute = -7; -V = -15; -a = 0; -a.ss05 = 18; -comma = 40; -eightsuperior = -39; -fivesuperior = -43; -foursuperior = -74; -hyphen = 0; -hyphen.case = -78; -ninesuperior = -38; -onesuperior = -31; -parenright = -26; -period = 42; -question = -43; -sevensuperior = -27; -sixsuperior = -43; -threesuperior = -39; -twosuperior = -40; -u = 0; -uacute = 0; -v = -53; +Ccircumflex = { +jcircumflex = 33; }; -Lslash = { -Ydieresis = -138; -Ydieresis.ss01 = -138; +q = { +j = 37; +j.ss01 = 37; +comma = 0; +slash = 30; +parenright = 0; +braceright = 12; +bracketright = 0; }; -M = { -Hbar = 25; -backslash = 30; -greater = 21; -ibreve = 36; -idieresis = 71; -idieresis.ss01 = 53; +tcaron = { +a = -8; +b = 58; +h = 59; +k = 59; +l = 58; +o = -10; +f = 13; +i = 57; +j = 57; +sixsuperior = 43; +onesuperior = 67; +twosuperior = 50; +threesuperior = 52; +fivesuperior = 63; +sevensuperior = 95; +eightsuperior = 54; +ninesuperior = 35; +period = 7; +comma = 0; +colon = 13; +exclam = 67; +question = 20; +exclam.ss01 = 63; +hyphen = -10; +parenright = 77; +bracketright = 97; +quotedblleft = 25; +quotedblright = 51; +quoteleft = 25; +guillemetleft = -13; +guilsinglleft = -13; +quotedbl = 80; +quotesingle = 80; +quotedblleft.ss01 = 19; +quoteleft.ss01 = 19; +quotedblright.ss01 = 72; }; -N = { -Hbar = 25; -backslash = 30; -degree = -11; -greater = 21; -idieresis = 71; -jcircumflex = 73; +uogonek = { +j = 12; +j.ss01 = 12; +parenright = 0; +bracketright = -21; }; -O = { -Dcroat = 31; -Eth = 31; -Hbar = 30; -Jcircumflex = -6; -Lslash = 30; -Oslash = 29; -Tbar = 0; -Tcedilla = -12; -Ydieresis = -46; -Ydieresis.ss01 = -46; -at = 22; -backslash = -10; -bracketright.case = -34; -eight = 12; -five = 9; -gbreve.ss06 = 9; -idieresis = 27; -less = 0; -parenleft = 27; -parenleft.case = 25; -parenright = -58; -parenright.case = -46; +seven.dnom = { +period = -42; +comma = -49; +question = -140; +period.ss01 = -50; +comma.ss01 = -51; +question.ss01 = -143; +parenright = -68; +parenright.case = -49; +quotedblleft = -30; +quotedblright = 0; +quoteleft = -30; +quoteright = 0; +quotedbl = -52; +quotesingle = -52; +quotedblleft.ss01 = -16; +quoteleft.ss01 = -16; +quotedblright.ss01 = -15; +quoteright.ss01 = -15; +degree = -72; }; -Oacute = { -Eth = 31; -Lslash = 30; -parenright = -58; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -46; +"@MMK_R_KO_Oacute" = -47; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -43; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_zero" = -46; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -48; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -31; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_question" = -40; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 47; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_endash.case" = -66; +"@MMK_R_KO_parenright.case" = 52; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -39; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -33; +"@MMK_R_KO_plus" = -84; +"@MMK_R_KO_percent" = -28; +}; +Igrave.ss02 = { +igrave = 51; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 97; +"@MMK_R_KO_imacron" = 72; +"@MMK_R_KO_itilde" = 80; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 13; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 13; +"@MMK_R_KO_threesuperior" = 5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_backslash" = 46; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = -61; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 17; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = 0; }; -Ocircumflex = { -Lslash = 30; -Tcedilla = -11; +Amacron = { +endash.case = -73; }; -Odieresis = { -Eth = 31; -gbreve.ss06 = 9; +hyphen = { +Dcroat = 20; +Lslash = 32; +Oslash = 6; +x = -72; +l.ss03 = 4; +mu = -2; +zero.numr = -54; +one.numr = -66; +three.numr = -33; +four.numr = -80; +five.numr = -42; +six.numr = -47; +seven.numr = -49; +eight.numr = -33; +nine.numr = -54; +threesuperior = -27; +fivesuperior = -36; +eightsuperior = -27; +colon = -21; +semicolon = -22; +questiondown = -30; +question.ss01 = -147; +questiondown.ss01 = -31; +parenleft = 19; +braceright = -74; +quotesinglbase = -34; +quotedblbase = -34; +quotedblbase.ss01 = -11; +quoteleft.ss01 = -23; +quoteright.ss01 = -21; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -98; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -84; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -116; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = -6; +"@MMK_R_KO_imacron" = -6; +"@MMK_R_KO_itilde" = -6; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -29; +"@MMK_R_KO_x" = -48; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -81; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -27; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -15; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = -12; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -53; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_backslash" = -66; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -55; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = -58; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -57; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -34; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -53; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -97; +"@MMK_R_KO_asciicircum" = -38; }; -Odieresis.ss01 = { -Eth = 31; +l = { +Hbar = 35; +l = 0; +hbar = 8; +igrave = 0; +ibreve = 25; +icaron = 41; +idieresis = 70; +jcircumflex = 56; +periodcentered.loclCAT = 31; +at = 0; +notequal = -52; +logicalnot = -60; }; -Ograve = { -Lslash = 30; +registered = { +period = -144; +comma = -148; +slash = -89; +period.ss01 = -126; +comma.ss01 = -128; +parenright = -47; +parenright.case = -41; +trademark = -34; }; -Omacron = { -Eth = 31; -Lslash = 30; +quotedblright.ss01 = { +icircumflex = 65; +g.ss06 = -48; +mu = -31; +questiondown.case = -96; +ellipsis.ss01 = -271; +questiondown.ss01 = -147; +asciitilde = -60; }; -Oslash = { -Eth = 31; -G = 29; -G.ss07 = 29; -J = -6; -O = 29; -Oslash = 29; -S = 12; -T = 0; -V = 3; -Y = 3; -comma = -24; -comma.ss01 = -34; -d = 21; -e = 19; -g = 23; -hyphen = 21; -hyphen.case = 29; -k = 6; -l = 6; -l.ss03 = 12; -l.ss04 = 20; -period = -25; -period.ss01 = -34; -r = 2; -s = 8; -v = 2; -y = 2; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = -51; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -87; +"@MMK_R_KO_Y" = -118; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = -46; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 8; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_two" = -29; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -26; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -68; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = -47; +"@MMK_R_KO_comma" = -56; +"@MMK_R_KO_question" = -90; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_period.ss01" = -73; +"@MMK_R_KO_comma.ss01" = -73; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -7; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -69; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 115; +"@MMK_R_KO_imacron" = 88; +"@MMK_R_KO_itilde" = 88; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_g.ss06" = -24; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_twosuperior" = 13; +"@MMK_R_KO_threesuperior" = 11; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -80; +"@MMK_R_KO_comma" = -91; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -24; +"@MMK_R_KO_ellipsis" = -100; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = -79; +"@MMK_R_KO_backslash" = 46; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = -225; +"@MMK_R_KO_hyphen.case" = -6; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_braceright" = 32; +"@MMK_R_KO_bracketright" = 12; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 9; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; }; -P = { -Jcircumflex = -83; -Lslash = 17; -OE = 25; -Oslash = 24; -Tcedilla = 10; -ampersand = -28; -bracketright.case = -12; -ellipsis.ss01 = -137; -exclam.ss01 = 22; -five = 6; -fourinferior = -78; -idieresis = 66; -lcommaaccent = 4; -lcommaaccent.ss04 = 35; -less = 0; -nine = 29; -parenleft = 15; -seven = 24; -three = 8; -threeinferior = -25; -two = 14; +published = { +parenright = -85; +parenright.case = -75; }; -Q = { -Dcroat = 0; -backslash = -33; -minus = -27; -plus = -9; -registered = -18; -seven = -13; -two = 30; +emdash.case = { +one.numr = -69; +seven.numr = -62; +question.ss01 = -25; +quotedblbase = -145; +quotedblbase.ss01 = -170; +quoteright.ss01 = -17; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -16; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -57; +"@MMK_R_KO_Y" = -74; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_five" = 4; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -43; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -46; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_endash.case" = 8; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -5; }; -R = { -Hbar = 50; -Iogonek = 0; -Jcircumflex = 11; -Oslash = 8; -Tcedilla = 4; -Ydieresis = -22; -ampersand = 0; -eight = 9; -greater = 30; -idieresis = 66; -jcircumflex = 89; -nine = 18; -seven = 14; -three = 15; -two = 17; +Atilde = { +ordfeminine = -104; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 16; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 33; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = 17; +"@MMK_R_KO_icircumflex" = 14; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_j" = 45; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = 33; +"@MMK_R_KO_u" = 20; +"@MMK_R_KO_uacute" = 20; +"@MMK_R_KO_v" = 20; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss03" = 16; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_t_t.liga" = 33; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 16; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetright" = 30; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -3; }; -S = { -Abrevetilde = -8; -Hbar = 35; -Lslash = 30; -OE = 19; -Oslash = 19; -Tcedilla = -8; -Ycircumflex = -35; -ampersand = 25; -bracketright.case = -12; -dollar = 17; -eight = 25; -five = 18; -greater = 0; -hbar = 15; -ibreve = 4; -idieresis = 49; -idieresis.ss01 = 36; -minus = 0; -nine = 15; -parenleft = 20; -plus = 0; -three = 27; -two = 2; +quotesingle = { +Hbar = 55; +eacute = -55; +hbar = 35; +igrave = 34; +icaron = 89; +icircumflex = 105; +idieresis = 103; +imacron = 83; +itilde = 78; +jcircumflex = 100; +idieresis.ss01 = 81; +g.ss06 = -38; +mu = -18; +exclamdown = -18; +questiondown = -99; +backslash = 34; +questiondown.case = -81; +questiondown.ss01 = -99; +underscore = -99; +ampersand = -38; +lessequal = -46; +asciitilde = -58; }; -Scaron = { -iogonek = 3; +exclam = { +exclam = 0; +parenright = 0; +guillemetleft = -10; +guillemetright = 5; }; -Scedilla = { -parenright = -53; +Imacron.ss02 = { +endash.case = -46; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_underscore" = 22; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 13; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = 0; }; -T = { -Acircumflex = -90; -Acircumflexacute = -92; -Acircumflexdotbelow = -90; -Acircumflexgrave = -92; -Amacron = -92; -Atilde = -92; -Hbar = 52; -Lslash = -7; -OE = -11; -Oslash = -12; -Ycircumflex = 29; -Ydotbelow = 29; -Ygrave = 29; -a.ss05 = -60; -aacute.ss05 = -60; -abreve = -64; -abreveacute = -63; -abrevedotbelow = -64; -abrevegrave = -64; -acircumflex = -43; -acircumflex.ss05 = -24; -acircumflexacute = -25; -acircumflexacute.ss05 = -10; -acircumflexdotbelow = -43; -acircumflexdotbelow.ss01 = -43; -acircumflexgrave = -54; -acircumflexhookabove = -53; -acircumflexhookabove.ss05 = -39; -acircumflextilde = -53; -adieresis = -42; -adieresis.ss05 = -31; -adotbelow.ss05 = -60; -ae = -60; -agrave = -64; -ahookabove = -64; -ahookabove.ss05 = -60; -amacron = -49; -ampersand = -29; -aogonek.ss05 = -60; -aring = -64; -asciitilde = -72; -at = -22; -atilde = -53; -backslash = 73; -e = -79; -eacute = -79; -ecaron = -37; -ecircumflexacute = -18; -edieresis = -32; -edotaccent = -79; -egrave = -68; -ehookabove = -79; -eight = -2; -emacron = -41; -equal = 0; -hbar = 39; -i.ss01 = 0; -iacute = -5; -ibreve = 63; -idieresis = 112; -idieresis.ss01 = 89; -idotaccent.ss01 = 0; -idotbelow = 6; -idotless = -13; -ihookabove = -5; -less = -18; -logicalnot = -129; -minus = -57; -multiply = -2; -numbersign = 6; -oacute = -78; -ocircumflexacute = -19; -odieresis = -34; -ograve = -69; -ohookabove = -78; -ohorngrave = -69; -ohungarumlaut = -76; -omacron = -43; -otilde = -45; -parenleft = -10; -plus = -52; -racute = -11; -rcaron = 31; -registered = -4; -scaron = -19; -scircumflex = -19; -seven = 20; -three = -2; -two = -2; -twoinferior = -107; -uacute = -6; -ubreve = -6; -ucircumflex = -5; -udieresis = -6; -udieresis.ss01 = -6; -ugrave = -6; -uhookabove = -6; -uhorngrave = -6; -uhornhookabove = -6; -uhungarumlaut = -6; -umacron = -6; -uring = -6; -utilde = -6; -ycircumflex = 21; -ygrave = 21; -yhookabove = 21; -zeroinferior = -107; +imacron = { +ncommaaccent = -18; +lcommaaccent = 35; +three = 24; +exclam.ss01 = 45; +quotedbl = 62; }; -Tbar = { -A = -76; -Aacute = -76; -Tbar = 36; -comma = -87; -comma.ss01 = -99; -guilsinglleft = -31; -oslash = -36; -period = -95; -period.ss01 = -99; -slash = -81; -tbar = 0; +three = { +icircumflex = 86; +braceright = 0; +bracketright.case = 0; +trademark = -19; }; -Tcaron = { -a.ss05 = -60; -udieresis = -6; +radical = { +four = -62; +seven = 29; +hyphen = -60; +A = -102; +J = -80; +J.ss10 = -76; +a = -61; +d = -60; +a.ss05 = -52; +c = -63; +g = -59; +s = -52; +l.ss04 = 45; +g.ss06 = -51; }; -Tcedilla = { -Tcedilla = 35; -a.ss05 = -60; -abreve = -64; -amacron = -49; -umacron = -6; +quotesinglbase = { +Iogonek = 0; +oslash = -12; +p = 0; +jcircumflex = 24; +germandbls = -60; +numbersign = -21; +parenleft.case = -26; +at = -19; +copyright = -57; +published = -57; +dollar = -18; +euro = -72; +minus = -105; +equal = -20; +approxequal = -5; }; -Tcommaaccent = { -a.ss05 = -60; -abreve = -64; -acircumflex = -43; -amacron = -49; +germandbls = { +a = 4; +d = 4; +a.ss05 = 14; +e = 4; +f = -10; +g = 4; +i = 0; +s = 3; +t = -11; +v = -13; +w = -17; +g.ss06 = 5; +t_i.liga = -11; +t_t.liga = -11; +period.ss01 = -3; +comma.ss01 = -5; +hyphen = 21; +parenright = -50; +bracketright = -31; +quotedblleft = -20; +quotesingle = -19; }; -Thorn = { -Eth = 32; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 28; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 26; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 22; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 26; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 6; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = 2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_quotedblleft" = 14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -46; +"@MMK_R_KO_Oacute" = -46; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -148; +"@MMK_R_KO_U" = -34; +"@MMK_R_KO_V" = -148; +"@MMK_R_KO_W" = -93; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -148; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -52; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -95; +"@MMK_R_KO_w" = -73; +"@MMK_R_KO_y" = -40; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_pi" = -39; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -122; +"@MMK_R_KO_two" = 18; +"@MMK_R_KO_three" = -6; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -41; +"@MMK_R_KO_seven" = -107; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -148; +"@MMK_R_KO_asterisk" = -148; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_hyphen.case" = -143; +"@MMK_R_KO_quotedblleft" = -148; +"@MMK_R_KO_quoteleft" = -148; +"@MMK_R_KO_quoteright" = -148; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_plus" = -92; +"@MMK_R_KO_percent" = -96; }; -U = { -Dcroat = 12; -Eth = 12; -Germandbls = 7; -Hbar = 39; -Idieresis = 9; -Igrave = 7; -Lcommaaccent = 7; -Lslash = 12; -Tcedilla = 12; -backslash = 44; -greater = 17; -hbar = 25; -jcircumflex = 87; -seven = 14; -yhookabove = 6; +Odieresis = { +Eth = 20; +Germandbls = 0; }; -Uacute = { -Eth = 12; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 20; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_y" = 21; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_pi" = 15; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_two" = 22; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 4; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -27; +"@MMK_R_KO_hyphen.case" = -17; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 30; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 0; }; -Udieresis = { -Germandbls = 7; +e = { +idieresis = -5; +germandbls = -10; +gbreve.ss06 = 0; +seven = -35; +emdash = 13; +registered = -21; +logicalnot = -57; +asciitilde = 0; }; -V = { -Abrevetilde = -110; -Acircumflex = -92; -Acircumflexacute = -99; -Acircumflexdotbelow = -92; -Acircumflextilde = -99; -Amacron = -104; -Atilde = -110; -Dcroat = -4; -Eth = -4; -Jcircumflex = -36; -OE = -31; -Oslash = -31; -abreve = -63; -abreve.ss05 = -40; -acircumflexacute = -21; -adieresis = -41; -adieresis.ss05 = -27; -amacron = -45; -amacron.ss05 = -27; -ampersand = -52; -at = -45; -backslash = 62; -ccaron = -32; -ecaron = -30; -ecircumflexacute = -11; -edieresis = -31; -eight = -14; -emacron = -35; -equal = -19; -iacute = -31; -ibreve = 74; -idieresis = 103; -idieresis.ss01 = 97; -less = -22; -minus = -57; -ocircumflexacute = -13; -odieresis = -33; -odieresis.ss01 = -39; -otilde = -53; -parenleft = -31; -plus = -44; -racute = -33; -scaron = -13; -seven = 31; -three = -18; -two = -20; -twoinferior = -84; -zcaron = -5; +Oacute = { +Eth = 20; +Lslash = 18; }; -W = { -Hbar = 54; -Lslash = 0; -Ycircumflex = 37; -adieresis = -31; -adieresis.ss05 = -26; -ampersand = -40; -backslash = 59; -idieresis = 105; -minus = -32; -odieresis = -30; -plus = -21; -seven = 32; -three = -6; -threeinferior = -40; -two = -6; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 57; +"@MMK_R_KO_H" = 43; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = 60; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 32; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 59; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = 65; +"@MMK_R_KO_I.ss02" = 58; +"@MMK_R_KO_J.ss10" = 28; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 21; +"@MMK_R_KO_a.ss05" = 54; +"@MMK_R_KO_l" = 45; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 42; +"@MMK_R_KO_n" = 45; +"@MMK_R_KO_icircumflex" = 43; +"@MMK_R_KO_imacron" = 42; +"@MMK_R_KO_j" = 42; +"@MMK_R_KO_s" = 41; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 25; +"@MMK_R_KO_uacute" = 25; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = 56; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 44; +"@MMK_R_KO_l.ss03" = 27; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_g.ss06" = 49; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 41; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 65; +"@MMK_R_KO_comma" = 56; +"@MMK_R_KO_colon" = 54; +"@MMK_R_KO_semicolon" = 45; +"@MMK_R_KO_ellipsis" = 38; +"@MMK_R_KO_exclam" = 46; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 42; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = 38; +"@MMK_R_KO_comma.ss01" = 36; +"@MMK_R_KO_colon.ss01" = 38; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = 64; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 33; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 32; +"@MMK_R_KO_bracketright.case" = 42; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = 39; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = 40; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -57; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -49; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 19; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 30; +"@MMK_R_KO_y" = 20; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 18; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_twosuperior" = -54; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = 1; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = 3; +"@MMK_R_KO_hyphen" = -72; +"@MMK_R_KO_endash" = -73; +"@MMK_R_KO_underscore" = 39; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_quoteright.ss01" = -34; +"@MMK_R_KO_trademark" = -61; +"@MMK_R_KO_asciicircum" = -4; }; -X = { -ampersand = -15; -asciitilde = -92; -at = -35; -backslash = 45; -ecircumflexacute = -22; -eight = -18; -equal = -36; -ibreve = 58; -idieresis = 83; -less = -51; -logicalnot = -152; -minus = -98; -multiply = -49; -nine = -32; -notequal = -56; -numbersign = -38; -plus = -91; -registered = -44; -three = -23; -two = 28; +Germandbls = { +B = 11; +E = 11; +I = 11; +L = 11; +S = 23; +T = -13; +Z = 29; +a = 9; +foursuperior = -29; +hyphen = 28; }; -Y = { -Acircumflex = -95; -Amacron = -110; -Eth = -9; -Lslash = -7; -Oslash = -47; -Ydieresis = 41; -adieresis = -46; -agrave = -82; -agrave.ss05 = -55; -amacron = -49; -amacron.ss05 = -32; -ampersand = -60; -asciitilde = -106; -at = -77; -backslash = 62; -ecircumflex = -65; -ecircumflexacute = -17; -ecircumflexhookabove = -85; -egrave = -71; -eight = -27; -equal = -37; -iacute = -40; -less = -49; -logicalnot = -144; -minus = -93; -multiply = -54; -nine = -30; -numbersign = -38; -ograve = -74; -parenleft = -38; -plus = -81; -registered = -34; -scaron = -15; -seven = 21; -three = -30; -two = -32; -twoinferior = -136; -udieresis = -44; -umacron = -45; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = -14; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -22; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_icircumflex" = -23; +"@MMK_R_KO_imacron" = -21; +"@MMK_R_KO_itilde" = -22; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss03" = -18; +"@MMK_R_KO_l.ss04" = -24; +"@MMK_R_KO_g.ss06" = -13; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -32; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -18; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = -15; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -35; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -39; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -31; }; -Yacute = { -Eth = -9; -udieresis = -44; +six.dnom = { +question = -127; +question.ss01 = -125; +parenright = -58; +quotedblleft = -78; +quotedblright = -47; +quoteleft = -77; +quoteright = -48; +quotedbl = -104; +quotesingle = -99; +quotedblleft.ss01 = -67; +quoteleft.ss01 = -67; +quotedblright.ss01 = -66; +quoteright.ss01 = -66; +degree = -140; }; -Z = { -Lslash = 0; -adieresis = 0; -asciitilde = -42; -at = -2; -backslash = 49; -equal = 0; -ibreve = 55; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -42; +}; +less = { +two = 14; +three = 0; +parenright = -22; less = 0; -logicalnot = -102; -minus = -40; -numbersign = 0; -plus = -33; -rcaron = 11; -registered = -6; -seven = 13; -two = 23; +S = 0; }; -Zcaron = { -Dcroat = -13; -Iogonek = 8; +Acircumflex = { +six = -45; }; -a = { -asciitilde = -21; -backslash = -24; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -128; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -102; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -148; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -37; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_ellipsis" = -148; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -135; +"@MMK_R_KO_hyphen" = -42; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -127; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_J" = -105; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -209; +"@MMK_R_KO_a" = -63; +"@MMK_R_KO_a.ss05" = -50; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -59; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -48; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_t_t.liga" = 0; +}; +ellipsis.ss01 = { +Dcroat = -33; +Tbar = -121; +tbar = -67; +twosuperior = -207; +threesuperior = -219; +fivesuperior = -224; +eightsuperior = -224; +question.ss01 = -157; +parenleft = -24; +braceright = -4; +parenleft.case = -39; +quoteleft.ss01 = -136; +quoteright.ss01 = -136; +}; +u = { +l = 0; +idieresis = 0; +s = 0; germandbls = 0; -jcircumflex = 18; -logicalnot = -58; -notequal = -61; -parenleft = 0; -plus = -13; -r = 0; -registered = -10; -seven = -4; +logicalnot = -59; }; -a.ss05 = { -T = -78; -backslash = -54; -gbreve.ss06 = 24; -gcircumflex.ss06 = 24; -gcommaaccent.ss06 = 24; -germandbls = -8; -jcircumflex = 55; -seven = -27; +colon.ss01 = { +T = -13; +V = -50; +Y = -69; +zero = -18; +one = -5; +three = -13; +four = -13; +onesuperior = -40; +sevensuperior = -53; +emdash = -22; +parenright = -59; +braceright = -4; +bracketright = -20; }; -aacute = { -parenright = -50; +ocircumflexacute = { +sevensuperior = 0; +parenright = 39; +bracketright = 22; +quotedbl = -20; +quotesingle = -20; }; -abreve = { -parenright = -50; +egrave = { +T = -90; }; -abreveacute = { -parenright = -50; +Jcircumflex = { +jcircumflex = 95; +parenright = 124; +bracketright = 96; +parenright.case = 125; +bracketright.case = 93; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = 13; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 80; +"@MMK_R_KO_imacron" = 48; +"@MMK_R_KO_itilde" = 45; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 19; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 18; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 48; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 1; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 25; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_underscore" = 24; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 10; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -144; +"@MMK_R_KO_U" = -23; +"@MMK_R_KO_V" = -144; +"@MMK_R_KO_W" = -87; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -144; +"@MMK_R_KO_Z" = 31; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_v" = -92; +"@MMK_R_KO_w" = -70; +"@MMK_R_KO_y" = -47; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_pi" = -34; +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -107; +"@MMK_R_KO_two" = 29; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = -99; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_sixsuperior" = -144; +"@MMK_R_KO_onesuperior" = -144; +"@MMK_R_KO_foursuperior" = -144; +"@MMK_R_KO_sevensuperior" = -144; +"@MMK_R_KO_ninesuperior" = -144; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -141; +"@MMK_R_KO_asterisk" = -144; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = -48; +"@MMK_R_KO_hyphen.case" = -101; +"@MMK_R_KO_endash.case" = -144; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -144; +"@MMK_R_KO_quoteleft" = -144; +"@MMK_R_KO_quoteright" = -144; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -144; +"@MMK_R_KO_quotesingle" = -99; +}; +udieresis = { +germandbls = -10; }; -abrevedotbelow = { -parenright = -50; +E = { +Hbar = 54; +igrave = 38; +idieresis = 100; +jcircumflex = 100; +germandbls = 0; +idieresis.ss01 = 82; +zero = -12; +two = 30; +six = -12; +seven = 18; +numbersign = 0; +registered = -5; +multiply = 0; +logicalnot = -78; +asciitilde = -5; }; -abrevedotbelow.ss05 = { -c = 0; -t = -4; -t_i.liga = -5; -t_t.liga = -4; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -82; +"@MMK_R_KO_Oacute" = -82; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -72; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = -61; +"@MMK_R_KO_V" = -169; +"@MMK_R_KO_W" = -87; +"@MMK_R_KO_X" = 43; +"@MMK_R_KO_Y" = -179; +"@MMK_R_KO_Z" = 31; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -58; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 80; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = -60; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_v" = -103; +"@MMK_R_KO_w" = -75; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 21; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -61; +"@MMK_R_KO_pi" = -30; +"@MMK_R_KO_zero" = -76; +"@MMK_R_KO_one" = -85; +"@MMK_R_KO_two" = 36; +"@MMK_R_KO_three" = -38; +"@MMK_R_KO_four" = -185; +"@MMK_R_KO_five" = -44; +"@MMK_R_KO_six" = -67; +"@MMK_R_KO_seven" = -71; +"@MMK_R_KO_eight" = -36; +"@MMK_R_KO_nine" = -52; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = 60; +"@MMK_R_KO_period.ss01" = 15; +"@MMK_R_KO_comma.ss01" = 16; +"@MMK_R_KO_colon.ss01" = 16; +"@MMK_R_KO_parenright" = 35; +"@MMK_R_KO_bracketright" = 7; +"@MMK_R_KO_parenright.case" = 38; +"@MMK_R_KO_quotedblright" = -234; +"@MMK_R_KO_quotedbl" = -234; +"@MMK_R_KO_quotesingle" = -99; +"@MMK_R_KO_quotedblright.ss01" = -234; }; -abrevegrave = { -parenright = -50; -sevensuperior = -37; +Lcaron = { +A = 24; +B = 0; +M = 0; +N = 0; +K = 0; +C = -24; +O = -23; +G = -23; +Ccaron = -24; +Ocircumflex = -23; +J = 27; +S = 6; +Scaron = 6; +T = -45; +U = -9; +Uacute = -9; +V = -42; +W = -36; +Zcaron = 32; +I.ss02 = 25; +a = -5; +u = -4; +v = -67; +w = -59; +sixsuperior = -73; +onesuperior = -60; +twosuperior = -72; +threesuperior = -69; +foursuperior = -114; +fivesuperior = -71; +sevensuperior = -51; +eightsuperior = -70; +ninesuperior = -84; +period = 32; +comma = 23; +question = -80; +question.ss01 = -89; +hyphen = 0; +hyphen.case = -148; +parenright = -22; +quotedblleft = -118; +quoteleft = -114; +guillemetleft = -29; +guilsinglleft = -29; +quotedbl = -50; +quotesingle = -48; +quotedblleft.ss01 = -85; +quoteleft.ss01 = -85; }; -abrevehookabove = { -parenright = -50; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -88; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_J" = -66; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -67; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 27; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = 27; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 32; +"@MMK_R_KO_w" = 23; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = 31; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = -18; +"@MMK_R_KO_t_t.liga" = 27; +"@MMK_R_KO_one" = 22; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -91; +"@MMK_R_KO_comma" = -103; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -91; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = -88; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -80; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = 8; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = -103; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -58; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = 7; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = 20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = 0; +}; +Udieresis.ss01 = { +b = 6; }; -abrevetilde = { -parenright = -50; +twosuperior = { +A = -98; +fraction = 5; +period = -144; +comma = -148; +slash = -113; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -20; +parenright = -21; +parenright.case = -19; }; -acircumflexacute = { -parenright = -50; -sevensuperior = -37; +period = { +g.ss06 = 3; +ordfeminine = -144; +ordmasculine = -144; +twosuperior = -144; +threesuperior = -144; +fivesuperior = -144; +eightsuperior = -144; +parenleft = 0; +braceright = -19; +parenleft.case = -19; }; -acircumflexdotbelow = { -parenright = -50; -sevensuperior = -37; +uhorntilde = { +a = -40; +a.ss05 = -33; +n = -6; +u = 0; +period = -43; +comma = -49; +ellipsis = -59; +question = 7; +period.ss01 = -51; +ellipsis.ss01 = -51; +comma.ss01 = -53; +parenright = -41; +quotedblright = 0; +quotedbl = 8; }; -acircumflexdotbelow.ss05 = { -t = -4; -t_i.liga = -5; -t_t.liga = -4; -y = -17; +nine = { +ordmasculine = -13; +underscore = -75; +braceright = -19; +braceright.case = -22; +bracketright.case = -35; +trademark = -50; +asciicircum = -4; }; -acircumflexgrave.ss05 = { -y = -18; +T = { +Hbar = 54; +Lslash = -11; +Oslash = -22; +Tbar = 24; +aacute = -83; +agrave = -75; +adotbelow = -83; +adotbelow.ss01 = -83; +aogonek = -83; +adieresis = -62; +ahookabove = -83; +ae = -74; +a.ss05 = -73; +aacute.ss05 = -73; +aogonek.ss05 = -73; +adotbelow.ss05 = -73; +cacute = -98; +ccedilla = -98; +eacute = -100; +edotaccent = -81; +eogonek = -101; +edotbelow = -101; +edotbelow.ss01 = -101; +edotaccent.ss01 = -93; +egrave = -77; +ecaron = -45; +ehookabove = -95; +oacute = -98; +ohookabove = -93; +ograve = -78; +ocircumflexhookabove = -60; +ohungarumlaut = -77; +odotbelow = -98; +ohorngrave = -78; +ohornacute = -98; +odotbelow.ss01 = -98; +oslash = -98; +gbreve = -69; +i.ss01 = -2; +idotaccent.ss01 = -2; +iacute = -12; +igrave = 47; +rcaron = 29; +ihookabove = -10; +idotless = -14; +ibreve = 62; +icaron = 102; +idieresis = 110; +racute = -11; +scaron = -32; +scircumflex = -29; +uacute = -6; +uhorndotbelow = -6; +uhorndotbelow.ss01 = -6; +ugrave = -6; +udotbelow = -6; +uogonek = -6; +uhorngrave = -6; +uhornacute = -6; +udotbelow.ss01 = -6; +uhornhookabove = -6; +ygrave = 0; +ycircumflex = 0; +yhookabove = 0; +zcaron = -3; +idieresis.ss01 = 88; +zero = -23; +six = -24; +seven = 20; +zeroinferior = -131; +twoinferior = -143; +numbersign = 5; +endash.case = -46; +parenleft.case = -12; +guilsinglleft = -69; +guilsinglright = 0; +at = -37; +ampersand = -41; +registered = -4; +plus = -42; +minus = -48; +multiply = 0; +divide = -43; +equal = 0; +less = -4; +greaterequal = -40; +plusminus = -5; +approxequal = -5; +logicalnot = -173; +asciitilde = -71; }; -acircumflexhookabove.ss05 = { -y = -18; +quotesinglbase.ss01 = { +Dcroat = -32; +T = -136; +Tcaron = -136; +V = -136; +W = -92; +Y = -136; +oslash = -12; +germandbls = -75; +numbersign = -20; +question.ss01 = -136; +parenleft.case = -37; +quoteright.ss01 = -136; +at = -32; +copyright = -63; +published = -63; +euro = -92; +minus = -68; +equal = -15; +approxequal = -5; }; -acircumflextilde = { -parenright = -50; +Q = { +Dcroat = 35; +two = 60; +seven = 0; +registered = -2; }; -acircumflextilde.ss05 = { -y = -18; +quoteright = { +Hbar = 53; +a.ss05 = -58; +eacute = -78; +hbar = 27; +igrave = 0; +icircumflex = 102; +idieresis = 94; +imacron = 76; +itilde = 73; +jcircumflex = 97; +scaron = -45; +x = 0; +g.ss06 = -53; +gdotaccent.ss06 = -49; +mu = -27; +questiondown = -148; +questiondown.case = -93; +quotedblbase = -148; +euro = -32; +asciitilde = -94; }; -adieresis = { -germandbls = 0; +minus = { +one = 0; +two = 0; +three = -5; +seven = 0; +one.numr = -66; +seven.numr = -56; +period = -67; +comma = -74; +period.ss01 = -58; +comma.ss01 = -60; +parenright = -105; +parenright.case = -95; +quotedblleft = -11; +quotedblright = -6; +quoteleft = -11; +quoteright = -6; +guillemetright = -37; +quotedbl = -42; +quotesingle = -42; +quotedblleft.ss01 = -11; +quoteleft.ss01 = -11; +quotedblright.ss01 = -5; +quoteright.ss01 = -5; +tenge = -5; +yen = -72; +x = -39; }; -adieresis.ss05 = { -germandbls = -8; +ldot.ss04 = { +a = 13; +e = 14; +period = -83; +comma = -95; }; -ampersand = { -one = -18; -parenright = -40; -quotedbl = -52; -quotedblleft = -39; -quotedblright = -12; -quoteright = -12; -quotesingle = -52; -seven = -26; -v = -27; -w = -17; -y = -28; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_y" = -43; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 5; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -46; +"@MMK_R_KO_eight" = 15; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -50; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_foursuperior" = -60; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -46; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -43; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -47; +"@MMK_R_KO_quotedblleft.ss01" = -62; +"@MMK_R_KO_quotedblright.ss01" = -63; +"@MMK_R_KO_degree" = -68; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -55; +}; +acircumflexacute.ss05 = { +t = -15; +y = -29; +t_i.liga = -15; +t_t.liga = -15; +question = -51; +question.ss01 = -51; }; -aogonek = { -comma = 8; -j = 24; -parenright = 0; +p = { +seven = -30; +registered = -20; }; -aogonek.ss05 = { -comma = 43; -j = 61; -j.ss01 = 61; -parenright = 22; +idotaccent = { +T = -9; +idieresis = 60; +parenright = -21; }; -approxequal = { -one = 0; -parenright = -45; -parenright.case = -42; +summation = { +n = -9; }; -asciicircum = { -X = -68; -asterisk = -4; -bracketright = -53; -bracketright.case = -55; -comma = -133; -comma.ss01 = -136; -four = -56; -hyphen = -66; -hyphen.case = -26; -one = 0; -parenright = -67; -parenright.case = -62; -period = -131; -period.ss01 = -136; -semicolon = 0; -slash = -110; -three = 0; -two = 0; -x = -16; +eth = { +a = 0; +d = 0; +aacute = 0; +e = 0; +o = 0; +eth = 0; +odieresis = 0; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 0; +i = 0; +j = -2; +s = -2; +t = 0; +u = 2; +v = -13; +y = -16; +t_i.liga = 0; +t_t.liga = 0; +period = -19; +comma = -26; +period.ss01 = -26; +comma.ss01 = -27; +hyphen = 11; +parenright = -19; +bracketright = -4; +quotedblleft = -6; +quoteleft = -6; +quotedbl = 0; }; -asciitilde = { -X = -99; -asterisk = -13; -bracketright = -84; -bracketright.case = -85; -comma = -102; -comma.ss01 = -112; -eight = -3; -exclam = -21; -exclam.ss01 = -20; -five = -2; -four = -4; -hyphen = -33; -nine = 0; -one = 0; -parenleft = -2; -parenright = -74; -parenright.case = -67; -period = -99; -period.ss01 = -112; -question = -27; -question.ss01 = -27; -quotedbl = -32; -quotedblleft = -16; -quotedblright = -5; -quoteright = -5; -quotesingle = -32; -seven = 0; -six = 0; -slash = -84; -three = -9; -two = -18; -v = -7; -w = -3; -y = -10; -zero = 0; +igrave = { +parenright = -59; }; -asterisk = { -g.ss06 = -27; -l.ss04 = 33; +three.numr = { +fraction = -26; }; -at = { -A = -37; -C = 26; -G = 26; -J = -16; -O = 26; -T = -14; -V = -36; -X = -79; -Y = -60; -a = 12; -c = 13; -d = 12; -e = 12; -g = 15; -parenright = -66; -parenright.case = -54; +Aring = { +endash.case = -73; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -3; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -1; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = -1; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -74; +"@MMK_R_KO_asciicircum" = -5; }; -atilde = { -parenright = -50; +lcommaaccent = { +j = 9; }; -b = { -backslash = -42; -eight = 13; -notequal = -43; -parenleft = 21; -registered = -12; -seven = -17; +quoteright.ss01 = { +igrave = 11; +icircumflex = 65; +imacron = 52; +itilde = 52; +jcircumflex = 60; +idieresis.ss01 = 50; +g.ss06 = -48; +gdotaccent.ss01.ss06 = -48; +mu = -31; +questiondown.case = -96; +questiondown.ss01 = -136; +quotedblbase.ss01 = -136; +asciitilde = -60; }; backslash = { -T = -93; -V = -128; -W = -63; -Y = -135; -asterisk = -95; -backslash = -149; -c = -20; -f = -21; -j = 96; -o = -20; -one = -65; -quotedbl = -104; -quotedblleft = -92; -quotedblleft.ss01 = -86; -quotedblright = -82; -quotedblright.ss01 = -85; -quoteleft = -92; -quoteright = -82; -quotesingle = -104; -seven = -52; -t = -43; -t_i.liga = -43; -t_t.liga = -43; -underscore = 67; -v = -85; +p = 30; +g.ss06 = 56; +backslash = -112; +underscore = 60; +quoteright.ss01 = -115; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = 54; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_T" = 77; +"@MMK_R_KO_U" = 63; +"@MMK_R_KO_V" = 87; +"@MMK_R_KO_X" = 76; +"@MMK_R_KO_Y" = 94; +"@MMK_R_KO_Z" = 57; +"@MMK_R_KO_I.ss02" = 79; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_sixsuperior" = 36; +"@MMK_R_KO_onesuperior" = 62; +"@MMK_R_KO_twosuperior" = 48; +"@MMK_R_KO_threesuperior" = 53; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 55; +"@MMK_R_KO_sevensuperior" = 78; +"@MMK_R_KO_eightsuperior" = 49; +"@MMK_R_KO_ninesuperior" = 30; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -31; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 59; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = 108; +"@MMK_R_KO_bracketright" = 83; +"@MMK_R_KO_parenright.case" = 108; +"@MMK_R_KO_bracketright.case" = 80; +"@MMK_R_KO_quotedblright" = 37; +"@MMK_R_KO_quoteright" = 39; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = 66; +"@MMK_R_KO_quotesingle" = 66; +"@MMK_R_KO_quotedblright.ss01" = 60; +"@MMK_R_KO_quoteright.ss01" = 60; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 26; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 48; +"@MMK_R_KO_U" = 40; +"@MMK_R_KO_V" = 58; +"@MMK_R_KO_W" = 68; +"@MMK_R_KO_X" = 47; +"@MMK_R_KO_Y" = 65; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 51; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 48; +"@MMK_R_KO_imacron" = 72; +"@MMK_R_KO_itilde" = 57; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_g.ss06" = -12; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_twosuperior" = 4; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = 18; +"@MMK_R_KO_sevensuperior" = 27; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 21; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_backslash" = 74; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = 17; +"@MMK_R_KO_braceright" = 72; +"@MMK_R_KO_bracketright" = 52; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 34; +"@MMK_R_KO_quotesingle" = 34; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 24; +"@MMK_R_KO_quoteright.ss01" = 24; +"@MMK_R_KO_trademark" = 22; +"@MMK_R_KO_asciicircum" = -5; }; -baht = { -parenright = -55; -parenright.case = -37; -slash = -15; +parenright.case = { +T = -10; +V = -34; +Y = -46; +Yacute = -46; +period = -18; +comma = -24; +slash = -34; +period.ss01 = -25; +comma.ss01 = -26; +hyphen.case = 17; +emdash.case = 17; +parenleft.case = 22; +parenright.case = -36; +braceright.case = -2; +bracketright.case = -13; +quotedbl = -2; }; -braceleft = { -A = 0; -C = -41; -G = -44; -O = -41; -Q = -41; -S = -20; -a = -74; -a.ss05 = -44; -asciicircum = -54; -braceright = 22; -c = -76; -d = -75; -e = -75; -f = -41; -f_f.liga = -41; -f_f_i.liga = -41; -f_y.liga = -39; -fi = -41; -fl = -41; -four = -63; -hyphen = -64; -j = 53; -logicalnot = -129; -m = -22; -minus = -96; -mu = -7; -n = -22; -o = -76; -one = -31; -parenleft = -18; -period = -15; -pi = -43; -plus = -82; -q = -75; -r = -22; -s = -59; -t = -41; -t_i.liga = -41; -t_t.liga = -41; -three = -19; -two = 0; -u = -69; -v = -67; -w = -62; -x = 0; -z = -12; -zero = -40; +degree = { +zero = -24; +three = -11; +four = -94; +five = -15; +six = -26; +period = -144; +comma = -148; +slash = -133; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -78; +emdash = -78; +endash = -50; +hyphen.case = -28; +emdash.case = -28; +parenright = -34; +bracketright = -12; +parenright.case = -32; +bracketright.case = -14; +g.ss06 = -46; }; -braceleft.case = { -logicalnot = -130; -one = -32; +H = { +H = 0; +Hbar = 35; +igrave = 25; +ibreve = 40; +idieresis = 85; +jcircumflex = 87; +x = 0; +idieresis.ss01 = 64; +exclam = 0; +endash = 0; +ampersand = 0; }; -braceright = { -asciicircum = -31; -braceright = -37; -comma = -30; -parenright = -54; -period = -33; -period.ss01 = -50; +lessequal = { +parenright = -67; +greaterequal = -73; +lessequal = -74; +Y = -55; +n = -43; }; -bracketleft = { -Dcroat = -14; -Icircumflex = 98; -Jcircumflex = 0; -asciicircum = -54; -asciitilde = -86; -at = -62; -equal = -40; -g.ss06 = 24; -hcircumflex = 81; -infinity = -69; -jcircumflex = 83; -minus = -94; +mu = { mu = -3; -numbersign = -63; -p = 0; -scaron = -22; -scircumflex = -32; -u = -69; -zcaron = -5; -}; -bracketleft.case = { -A = 14; -C = -34; -G = -30; -G.ss07 = -34; -O = -34; -Q = -34; -S = -13; -four = -35; -hyphen.case = -63; -one = -31; -plus = -83; +pi = 9; +one = -3; +onesuperior = -55; +twosuperior = -11; +sevensuperior = -58; +period.ss01 = -14; +comma.ss01 = -15; +hyphen = -2; +parenright = -52; +braceright = -3; +bracketright = -18; +quotedblleft = -7; +quotedblright = -19; +quoteleft = -7; +quoteright = -20; +quotedbl = -20; +quotesingle = -18; +trademark = -74; +asciicircum = -5; }; -c = { -acircumflexacute.ss05 = 10; -backslash = -39; -bracketright = -67; -notequal = -44; -quotedblright = -4; -registered = -10; -seven = -13; +questiondown = { +p = 0; +questiondown = 16; }; -cacute = { -parenright = -57; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = -12; +Eth = -12; +Lslash = -5; +Tbar = -97; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 0; +jcircumflex = 17; +germandbls = -50; +tbar = -43; +gbreve.ss06 = 16; +ordfeminine = -104; +ordmasculine = -106; +zero = -46; +two = 25; +three = -20; +five = -26; +six = -45; +seven = -76; +eight = -15; +nine = -36; +numbersign = -26; +endash.case = -73; +parenleft.case = -35; +quotedblleft.ss01 = -93; +at = -29; +ampersand = -11; +registered = -87; +dollar = -29; +plus = -55; +minus = -66; +multiply = -42; +divide = -57; +equal = -8; +notequal = -74; +less = -44; +approxequal = -5; +logicalnot = -106; +asciitilde = -59; }; -ccaron = { -parenright = -38; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -57; +"@MMK_R_KO_Oacute" = -57; +"@MMK_R_KO_J" = 31; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -35; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 43; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -54; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 89; +"@MMK_R_KO_itilde" = 50; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_s" = -32; +"@MMK_R_KO_t" = -53; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -66; +"@MMK_R_KO_w" = -67; +"@MMK_R_KO_x" = 40; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 23; +"@MMK_R_KO_t_t.liga" = -53; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = -45; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -72; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_backslash" = 38; +"@MMK_R_KO_period.ss01" = 10; +"@MMK_R_KO_comma.ss01" = 8; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -55; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -83; +"@MMK_R_KO_underscore" = 43; +"@MMK_R_KO_hyphen.case" = -106; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 34; +"@MMK_R_KO_bracketright" = 14; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_bracketright.case" = 26; +"@MMK_R_KO_quotedblleft" = -54; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -55; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -78; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = 10; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 20; +"@MMK_R_KO_three" = 19; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 23; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; }; -ccedilla = { -parenright = -59; +ohornacute = { +c = 0; +i = 17; +idotaccent = 17; +i.ss01 = 17; +idotaccent.ss01 = 17; +m = 19; +n = 19; +p = 19; +t = 39; +u = 28; +t_i.liga = 39; +t_i.liga.ss01 = 39; +t_t.liga = 39; +parenright = -14; }; -cent = { -bracketright = -69; -comma = -36; -parenright = -64; -parenright.case = -53; -period = -34; -slash = -39; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -70; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -75; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -69; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -96; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 28; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = 5; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -108; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -106; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -71; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -108; +"@MMK_R_KO_comma.ss01" = -104; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = 3; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -88; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -48; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = 0; +}; +Ycircumflex = { +a.ss05 = -111; }; -colon.ss01 = { -T = -5; -V = -34; -Y = -56; -bracketright = -20; -four = 0; -one = 0; -parenright = -44; +Ograve = { +Lslash = 18; }; -comma = { -eightsuperior = -133; -fivesuperior = -133; -foursuperior = -133; -ninesuperior = -133; -onesuperior = -133; -quotesingle = -109; -sevensuperior = -133; -six = -17; -sixsuperior = -133; -threesuperior = -133; -twosuperior = -133; +Hbar = { +Hbar = 98; +Idieresis.ss01 = 35; +exclam.ss01 = 44; }; -comma.ss01 = { -eightsuperior = -136; -fivesuperior = -136; -foursuperior = -136; -ninesuperior = -136; -onesuperior = -136; -sevensuperior = -136; -sixsuperior = -136; -threesuperior = -136; -twosuperior = -136; +Y = { +Eth = -9; +Lslash = -8; +Oslash = -74; +aacute = -114; +a.ss05 = -111; +aacute.ss05 = -110; +aogonek.ss05 = -111; +eth = -100; +ccedilla = -116; +eacute = -117; +edotbelow = -117; +edotbelow.ss01 = -117; +egrave = -70; +ecircumflexacute = -83; +oacute = -117; +odotbelow = -117; +odotbelow.ss01 = -117; +oslash = -117; +iacute = -47; +ntilde = -69; +ncaron = -49; +igrave = 64; +idieresis = 101; +scaron = -24; +zcaron = -11; +idieresis.ss01 = 102; +zero = -74; +two = -42; +three = -43; +six = -72; +seven = 21; +eight = -39; +nine = -48; +twoinferior = -163; +numbersign = -48; +ellipsis.ss01 = -199; +endash.case = -78; +parenleft.case = -46; +at = -85; +ampersand = -75; +registered = -48; +plus = -106; +minus = -120; +multiply = -66; +equal = -36; +notequal = -90; +less = -75; +lessequal = -93; +logicalnot = -156; +asciitilde = -141; }; -copyright = { -J = -21; -T = -24; -V = -49; -X = -79; -Y = -72; -parenright = -83; +acircumflexacute = { +sevensuperior = 0; +parenright = 39; }; -d = { -backslash = 28; -hbar = 2; -ibreve = 18; -idieresis = 48; -idieresis.ss01 = 40; -jcircumflex = 71; +odieresis.ss01 = { +germandbls = -2; }; -dcaron = { -amacron = 79; -exclam.ss01 = 183; -zacute = 57; +foursuperior = { +A = -93; +period = -144; +comma = -148; +slash = -101; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -39; }; -dcroat = { -ecircumflexacute = 0; -i = 0; -i.ss01 = 2; -iacute = 0; -idotaccent = 0; -idotbelow = 0; -igrave = 27; -ihookabove = 0; -itilde = 43; -ocircumflexacute = 0; +eight = { +icircumflex = 78; +braceright = 0; +bracketright.case = 0; +trademark = -26; }; -divide = { -one = 0; -parenright = -71; -parenright.case = -63; -three = -5; -two = -18; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 33; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = -17; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_g.ss06" = -12; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = -12; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = -13; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -24; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -124; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = -96; +"@MMK_R_KO_G.ss07" = -44; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = 23; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -132; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_aacute" = -65; +"@MMK_R_KO_a.ss05" = -50; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -82; +"@MMK_R_KO_eacute" = -59; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = -75; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -46; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -70; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -39; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -35; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -44; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -31; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_two" = -19; +"@MMK_R_KO_three" = -22; +"@MMK_R_KO_four" = -83; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -45; +"@MMK_R_KO_seven" = 19; +"@MMK_R_KO_eight" = -22; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_ellipsis" = -174; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -140; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen" = -92; +"@MMK_R_KO_endash" = -78; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_endash.case" = -52; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 12; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -66; +"@MMK_R_KO_percent" = -15; }; -dollar = { -eight = 17; -five = 9; -four = 23; -one = -2; -parenright = -66; -parenright.case = -43; -period = -10; -seven = -4; -six = 11; -three = 17; -two = -2; +w = { +ampersand = -32; }; -e = { -Tcedilla = -79; -asciitilde = 0; -backslash = -44; -gbreve.ss06 = 3; -germandbls = 2; -idieresis = -2; -logicalnot = -45; -parenleft = 14; -registered = -14; -seven = -21; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -122; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -101; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -148; +"@MMK_R_KO_a" = -69; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -76; +"@MMK_R_KO_eacute" = -63; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -63; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -21; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -85; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = 13; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 9; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_ellipsis" = -148; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -135; +"@MMK_R_KO_hyphen" = -86; +"@MMK_R_KO_endash" = -58; +"@MMK_R_KO_hyphen.case" = -43; +"@MMK_R_KO_endash.case" = -22; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_plus" = -53; }; -ecircumflex = { -parenright = -64; +jacute = { +hbar = 23; +idieresis = 80; +iogonek = 10; +j = 31; +j.ss01 = 31; +jcircumflex = 59; +seven = 43; +comma = -2; +slash = 11; +parenright = 37; }; -ecircumflexacute = { -parenright = -64; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 37; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 109; +"@MMK_R_KO_imacron" = 83; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 26; +"@MMK_R_KO_comma" = 17; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = 45; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -46; +"@MMK_R_KO_underscore" = 25; +"@MMK_R_KO_hyphen.case" = -84; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 33; +"@MMK_R_KO_bracketright" = 13; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 19; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; }; -ecircumflexgrave = { -comma = -6; -comma.ss01 = -14; -hyphen = 18; -parenright = -35; -period.ss01 = -15; -quotedbl = -32; -quotedblright = -12; +gcaron.ss06 = { +gcaron.ss06 = 37; }; -ecircumflexhookabove = { -comma = -6; -comma.ss01 = -14; -parenright = 0; -period = -5; -period.ss01 = -15; -quotedbl = -8; +Ntilde = { +A = -20; }; -edieresis = { -parenright = -64; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 59; +"@MMK_R_KO_imacron" = 47; +"@MMK_R_KO_itilde" = 49; +"@MMK_R_KO_j" = 74; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 27; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 28; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 39; +"@MMK_R_KO_backslash" = 2; +"@MMK_R_KO_period.ss01" = 4; +"@MMK_R_KO_comma.ss01" = 8; +"@MMK_R_KO_colon.ss01" = 16; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = -25; +"@MMK_R_KO_underscore" = 40; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 34; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -5; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 62; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 21; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 15; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; }; -edotaccent.ss01 = { -parenright = -64; +guillemetleft = { +Dcroat = 0; +T = 0; +mu = 7; +twosuperior = -21; +braceright = -54; +minus = -37; +logicalnot = -74; +asciitilde = -39; }; -egrave = { -T = -79; -parenright = -64; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -87; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -79; +"@MMK_R_KO_W" = -48; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -112; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = -7; +"@MMK_R_KO_imacron" = -7; +"@MMK_R_KO_itilde" = -7; +"@MMK_R_KO_j" = -10; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = -45; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -33; +"@MMK_R_KO_onesuperior" = -76; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = -14; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -46; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_backslash" = -60; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -51; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -52; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -59; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -46; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -90; +"@MMK_R_KO_asciicircum" = -24; }; -eight = { -minus = -12; -six = 15; +icircumflex = { +two = 60; +exclam.ss01 = 68; +parenright = 3; }; -eight.dnom = { -degree = -106; -parenright = -47; -question = -87; -question.ss01 = -99; -quotedbl = -88; -quotedblleft = -76; -quotedblleft.ss01 = -48; -quotedblright = -49; -quoteright = -49; -quotesingle = -88; +ihookabove = { +n = -18; }; -eightinferior = { -parenright = -43; +guilsinglleft = { +twosuperior = -21; +braceright = -54; +logicalnot = -74; +asciitilde = -39; }; -eightsuperior = { -comma = -133; -comma.ss01 = -136; -fraction = 0; -period = -131; -period.ss01 = -136; -slash = -86; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -66; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -40; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_V" = -66; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = -130; +"@MMK_R_KO_Y" = -118; +"@MMK_R_KO_Z" = -29; +"@MMK_R_KO_I.ss02" = -41; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = -20; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_t_t.liga" = 0; +}; +Uhornacute = { +exclam.ss01 = 50; }; -ellipsis = { -Tbar = -107; -eightsuperior = -224; -fivesuperior = -224; -foursuperior = -221; -ninesuperior = -230; -onesuperior = -157; -parenleft.case = -27; -quoteleft = -133; -quotesingle = -109; -sevensuperior = -195; -sixsuperior = -230; -tbar = -47; -threesuperior = -219; -twosuperior = -207; +ocircumflexhookabove = { +parenright = 13; +bracketright = 0; +quotedblright = -7; +quotedbl = -6; +quotesingle = -2; +quotedblright.ss01 = -12; }; -ellipsis.ss01 = { -Tbar = -97; -eightsuperior = -224; -fivesuperior = -224; -foursuperior = -221; -ninesuperior = -230; -onesuperior = -157; -question.ss01 = -107; -quotedbl = -235; -quotedblleft.ss01 = -271; -quotedblright.ss01 = -271; -sevensuperior = -195; -sixsuperior = -230; -threesuperior = -219; -twosuperior = -207; +plusminus = { +one = 0; +parenright = -72; }; -emacron = { -parenright = -59; +question = { +exclam = 7; +questiondown = -98; +questiondown.case = -50; +bracketright.case = -5; }; -emdash = { -four.numr = -31; -foursuperior = -28; -one.numr = -55; -onesuperior = -54; -question.ss01 = -96; -questiondown = -28; -quotedbl = -44; -seven.numr = -42; -sevensuperior = -40; -sixsuperior = -35; -zero.numr = -40; +ordmasculine = { +period = -144; +comma = -148; +slash = -122; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -68; +parenright = -29; +parenright.case = -26; }; -emdash.case = { -quotedblbase = -101; -quotedblbase.ss01 = -108; +slash = { +Hbar = 37; +Oslash = -44; +hbar = 20; +ntilde = -45; +ncommaaccent = -46; +igrave = 47; +ibreve = 63; +icircumflex = 62; +idieresis = 95; +imacron = 89; +itilde = 55; +jcircumflex = 57; +rcommaaccent = -46; +scaron = -35; +scircumflex = -46; +x = -37; +idieresis.ss01 = 86; +g.ss06 = -70; +gcommaaccent.ss06 = -68; +gdotaccent.ss06 = -68; +gdotaccent.ss01.ss06 = -68; +mu = -48; +oneinferior = -109; +fourinferior = -132; +eightinferior = -100; +backslash = 38; +ellipsis.ss01 = -163; +underscore = -177; +parenleft = -37; +quotesinglbase = -148; +quotedblbase = -182; +quotedblbase.ss01 = -164; +literSign = -55; +cent = -51; +euro = -49; +sterling = -59; +minus = -75; +asciicircum = -52; +infinity = -51; +integral = -86; +radical = -52; }; -endash = { -H = 0; -Lslash = 29; -Tcedilla = -103; -endash = 0; -four.numr = -31; -foursuperior = -28; -n = 0; -one.numr = -55; -onesuperior = -54; -question.ss01 = -96; -quotedblbase = -25; -seven.numr = -42; -sevensuperior = -40; -sixsuperior = -35; -zero.numr = -40; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 35; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 40; +"@MMK_R_KO_T" = 54; +"@MMK_R_KO_U" = 48; +"@MMK_R_KO_W" = 55; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = 28; +"@MMK_R_KO_Z" = 46; +"@MMK_R_KO_I.ss02" = 57; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 36; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 53; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 40; +"@MMK_R_KO_n" = 21; +"@MMK_R_KO_j" = 35; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 29; +"@MMK_R_KO_w" = 53; +"@MMK_R_KO_x" = 52; +"@MMK_R_KO_l.ss03" = 39; +"@MMK_R_KO_l.ss04" = 76; +"@MMK_R_KO_sixsuperior" = 54; +"@MMK_R_KO_onesuperior" = 47; +"@MMK_R_KO_twosuperior" = 44; +"@MMK_R_KO_threesuperior" = 42; +"@MMK_R_KO_foursuperior" = 43; +"@MMK_R_KO_fivesuperior" = 37; +"@MMK_R_KO_sevensuperior" = 46; +"@MMK_R_KO_eightsuperior" = 42; +"@MMK_R_KO_ninesuperior" = 28; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 46; +"@MMK_R_KO_question" = 48; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 34; +"@MMK_R_KO_question.ss01" = 44; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = 10; +"@MMK_R_KO_bracketright" = 49; +"@MMK_R_KO_parenright.case" = 24; +"@MMK_R_KO_bracketright.case" = 46; +"@MMK_R_KO_quotedblright" = 43; +"@MMK_R_KO_quoteright" = 44; +"@MMK_R_KO_quotedbl" = 54; +"@MMK_R_KO_quotesingle" = 54; +"@MMK_R_KO_quotedblright.ss01" = 34; +"@MMK_R_KO_quoteright.ss01" = 34; }; -endash.case = { -quotedblbase = -101; -quotedblbase.ss01 = -108; +M = { +Hbar = 35; +hbar = 16; +igrave = 25; +ibreve = 40; +icaron = 81; +idieresis = 85; +idieresis.ss01 = 64; }; -eng = { +i = { +hbar = 10; +ntilde = -2; +idieresis = 75; +j = 0; +jcircumflex = 59; +s = -2; +germandbls = 0; +slash = -2; +parenright = -5; +braceright = 10; bracketright = -2; -j = 29; -parenright = -21; -slash = 27; +logicalnot = -61; }; -eogonek = { -parenright = -64; +macute = { +quotesingle = -44; }; -equal = { -A = -16; -C = 0; -G = 0; -J = 0; -O = 0; -T = 0; -V = -18; -X = -36; -Y = -35; -bracketright = -40; -comma = -19; -equal = 0; -one = 0; -parenright = -52; -parenright.case = -46; -period = -17; -quotedbl = -16; -quotedblright = -7; -zero = 0; +greaterequal = { +one = -33; +three = -42; +seven = -36; +parenright = -77; +T = -41; }; -euro = { -comma = -20; -comma.ss01 = -26; +eogonek = { parenright = -56; -parenright.case = -48; -period = -20; -period.ss01 = -27; -slash = -32; -three = 15; }; -exclam = { -exclam = 5; -guillemetleft = -18; -guilsinglleft = -18; -parenright = -13; -quotedbl = -4; -quotedblleft = -2; -quotedblright = -6; +fiveinferior = { +T = -128; +W = -54; +parenright = -44; }; -exclam.ss01 = { -exclam.ss01 = 0; -parenright = -16; -period.ss01 = -22; +tcedilla = { +comma = 7; +parenright = 9; +bracketright = 0; }; -exclamdown = { -A = 0; -C = 15; -O = 15; -Q = 15; -T = -12; -V = -29; -Y = -53; -j = 52; +eightsuperior = { +A = -117; +fraction = -18; +period = -144; +comma = -148; +slash = -130; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -39; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -116; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = -104; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -271; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -64; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_eacute" = -66; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = -21; +"@MMK_R_KO_s" = -50; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_pi" = -9; +"@MMK_R_KO_zero" = -29; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -80; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -32; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -138; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_hyphen" = -76; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -21; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_plus" = -30; +"@MMK_R_KO_percent" = -5; }; -exclamdown.ss01 = { -T = -5; -V = -31; -Y = -51; +ordfeminine = { +period = -144; +comma = -148; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -24; +parenright = -4; }; -f = { -backslash = 65; -exclam.ss01 = 24; -germandbls = 21; -hbar = 36; -ibreve = 62; -idieresis = 81; -idieresis.ss01 = 78; -jcircumflex = 90; -n = 0; -nine = 24; -ordmasculine = 33; -parenleft = 15; -seven = 34; +Edotaccent = { +scaron = 6; }; -f_f.liga = { -backslash = 65; -hbar = 36; -ibreve = 62; -idieresis = 81; -idieresis.ss01 = 78; -nine = 24; -ordmasculine = 33; -parenleft = 15; -seven = 34; +Oslash = { +Eth = 20; +T = -16; +Tcaron = -16; +V = -11; +Y = -10; +l.ss04 = 0; +sevensuperior = -3; +parenright = 0; +bracketright = 0; +parenright.case = 0; +bracketright.case = 0; }; -f_f_i.liga = { -asciitilde = -21; -germandbls = 0; -hbar = 0; -idieresis = 41; -jcircumflex = 52; -logicalnot = -58; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -110; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = -87; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -142; +"@MMK_R_KO_a" = -83; +"@MMK_R_KO_aacute" = -70; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -99; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -79; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_icircumflex" = 115; +"@MMK_R_KO_imacron" = 88; +"@MMK_R_KO_itilde" = 88; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -73; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_g.ss06" = -67; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_four" = -95; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 3; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 12; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -45; +"@MMK_R_KO_ellipsis" = -144; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = -119; +"@MMK_R_KO_backslash" = 51; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -145; +"@MMK_R_KO_endash" = -145; +"@MMK_R_KO_underscore" = -147; +"@MMK_R_KO_hyphen.case" = -130; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = 1; +"@MMK_R_KO_braceright" = 32; +"@MMK_R_KO_bracketright" = 12; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 9; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -69; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_quoteright.ss01" = 4; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 38; -jcircumflex = 71; -parenright = -13; +seven.numr = { +fraction = -55; }; -f_y.liga = { -Ydieresis = -41; -ampersand = -27; -asciitilde = -31; -exclam.ss01 = 0; -germandbls = 29; +at = { +underscore = -72; +parenright = -58; +bracketright = -46; +parenright.case = -46; +bracketright.case = -48; }; -fi = { -asciitilde = -21; -germandbls = 0; -hbar = 0; -idieresis = 41; -jcircumflex = 52; -logicalnot = -58; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -76; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -108; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -76; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = -56; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 10; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -43; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -87; +"@MMK_R_KO_asciicircum" = -18; }; -fi.ss01 = { -idieresis.ss01 = 38; -jcircumflex = 71; -parenright = -13; +F = { +Hbar = 54; +adieresis.ss05 = -16; +i.ss01 = 0; +iacute = -7; +igrave = 47; +idieresis = 110; +zcaron = -3; +idieresis.ss01 = 88; +three = 0; +seven = 28; +twoinferior = -18; +threeinferior = -18; +fourinferior = -66; +fiveinferior = -31; +sixinferior = -27; +eightinferior = -26; +numbersign = 5; +ellipsis.ss01 = -136; +ampersand = -22; +multiply = 0; }; -five = { -asciicircum = -31; -ordfeminine = -9; -ordmasculine = -8; -six = 19; +nineinferior = { +parenright = -53; }; -five.dnom = { -degree = -80; -parenright = -52; -question = -88; -question.ss01 = -99; -quotedbl = -58; -quotedblleft = -52; -quotedblright = -20; -quoteright = -20; -quotesingle = -58; +parenright = { +icircumflex = 52; +parenleft = 27; +braceright = -5; +asciicircum = -4; }; -five.numr = { -fraction = -14; +fivesuperior = { +A = -115; +fraction = -25; +period = -144; +comma = -148; +slash = -121; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -47; +guillemetleft = -43; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -53; +"@MMK_R_KO_Oacute" = -53; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = -48; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -169; +"@MMK_R_KO_U" = -41; +"@MMK_R_KO_V" = -152; +"@MMK_R_KO_W" = -94; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -209; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -59; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -23; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -71; +"@MMK_R_KO_u" = -28; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -92; +"@MMK_R_KO_w" = -79; +"@MMK_R_KO_y" = -55; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = -26; +"@MMK_R_KO_t_t.liga" = -71; +"@MMK_R_KO_pi" = -55; +"@MMK_R_KO_zero" = -51; +"@MMK_R_KO_one" = -124; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -49; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -33; +"@MMK_R_KO_sixsuperior" = -230; +"@MMK_R_KO_onesuperior" = -149; +"@MMK_R_KO_foursuperior" = -216; +"@MMK_R_KO_sevensuperior" = -188; +"@MMK_R_KO_ninesuperior" = -230; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -73; +"@MMK_R_KO_hyphen.case" = -170; +"@MMK_R_KO_endash.case" = -266; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -235; +"@MMK_R_KO_quotesingle" = -99; +"@MMK_R_KO_quotedblleft.ss01" = -271; +"@MMK_R_KO_quotedblright.ss01" = -271; }; -fiveinferior = { -T = -106; -W = -39; -parenright = -49; +lcaron = { +l = 172; +ncaron = 46; +lcaron = 172; +scaron = 58; +exclam.ss01 = 168; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -34; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 24; +"@MMK_R_KO_Oacute" = 23; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 23; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 11; +"@MMK_R_KO_imacron" = 11; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_u" = 20; +"@MMK_R_KO_uacute" = 20; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = 15; +"@MMK_R_KO_threesuperior" = 2; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -43; +"@MMK_R_KO_comma" = -51; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 31; +"@MMK_R_KO_hyphen.case" = 32; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_bracketright.case" = -41; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = 0; }; -fivesuperior = { -comma = -133; -comma.ss01 = -136; -fraction = -7; -period = -131; -period.ss01 = -136; -slash = -88; +z = { +logicalnot = -62; }; -fl = { -backslash = 28; -ibreve = 18; -idieresis = 48; -idieresis.ss01 = 40; -jcircumflex = 71; +Eogonek = { +comma = 22; +parenright = 35; }; -four = { -asciicircum = -53; -braceright = -41; -bracketright.case = -24; -fivesuperior = -39; -hyphen = 27; -minus = 0; -ninesuperior = -37; -ordfeminine = -43; -ordmasculine = -42; -six = 18; -sixsuperior = -39; -trademark = -47; +G = { +Eth = 17; +Hbar = 21; +Lslash = 20; +Oslash = 0; +hbar = 3; +idieresis = 17; +jcircumflex = 42; +eight = 2; +braceright.case = -15; }; -four.dnom = { -degree = -94; +eightinferior = { parenright = -42; -question = -81; -question.ss01 = -94; -quotedbl = -75; -quotedblleft = -66; -quotedblright = -34; -quoteright = -34; -quotesingle = -75; }; -fourinferior = { -T = -101; -V = -89; -W = -59; -bracketright = -32; -parenright = -41; +comma = { +twosuperior = -148; +threesuperior = -148; +fivesuperior = -148; +eightsuperior = -148; }; -foursuperior = { -comma = -133; -comma.ss01 = -136; -fraction = 0; -period = -131; -period.ss01 = -136; -slash = -83; +pi = { +pi = 10; +onesuperior = -50; +sevensuperior = -56; +period = 8; +comma = 0; +colon = 14; +slash = 0; +hyphen = 0; +parenright = -47; +braceright = 0; +bracketright = -6; +quoteright = -3; +quotesingle = 0; +trademark = -67; }; -fraction = { -eight.dnom = -5; -fiveinferior = 13; -fourinferior = -47; -nineinferior = -2; -seven.dnom = 36; -seveninferior = 42; -sixinferior = -14; -two.dnom = -8; -twoinferior = -5; -zeroinferior = -15; +iacute = { +a = -19; +c = -19; +ntilde = -18; +m = -18; +n = -18; +p = -18; +s = -14; +}; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 173; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = 34; +"@MMK_R_KO_f" = 100; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 134; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 145; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = 64; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_z" = 71; +"@MMK_R_KO_l.ss04" = 196; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 64; +"@MMK_R_KO_sixsuperior" = 165; +"@MMK_R_KO_onesuperior" = 167; +"@MMK_R_KO_twosuperior" = 101; +"@MMK_R_KO_threesuperior" = 81; +"@MMK_R_KO_foursuperior" = 116; +"@MMK_R_KO_fivesuperior" = 179; +"@MMK_R_KO_sevensuperior" = 167; +"@MMK_R_KO_eightsuperior" = 174; +"@MMK_R_KO_ninesuperior" = 161; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = 96; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 189; +"@MMK_R_KO_question" = 137; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = 22; +"@MMK_R_KO_question.ss01" = 129; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_parenright" = 157; +"@MMK_R_KO_bracketright" = 212; +"@MMK_R_KO_quotedblleft" = 123; +"@MMK_R_KO_quoteleft" = 122; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_quotedbl" = 205; +"@MMK_R_KO_quotesingle" = 205; +"@MMK_R_KO_quotedblleft.ss01" = 141; }; -g = { -backslash = -23; -iogonek = 2; -jcircumflex = 14; +Dcroat = { +Dcroat = 38; +Itilde = 19; }; -g.ss06 = { -colon.ss01 = 8; -hbar = 8; -idieresis = 72; -iogonek = 43; -jcircumflex = 94; +jcircumflex = { +E = 93; +U = 106; +k = 53; +l = 52; +i = 53; +j = 71; +jcircumflex = 125; +two = 80; +bracketright = 72; +quotedblleft = 65; +quotedblright = 93; +quoteleft = 64; +quoteright = 92; +quotedbl = 105; +quotesingle = 105; +quotedblright.ss01 = 78; +quoteright.ss01 = 78; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 105; +"@MMK_R_KO_imacron" = 79; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 48; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 1; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 25; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 36; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_underscore" = 24; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 30; +"@MMK_R_KO_bracketright" = 10; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; }; gbreve.ss06 = { -gbreve.ss06 = 28; -}; -gcaron.ss06 = { -gcaron.ss06 = 28; -}; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 28; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 28; -}; -germandbls = { -a = 20; -a.ss05 = 18; -bracketright = -29; -c = 18; -comma = 0; -comma.ss01 = -6; -d = 19; -e = 19; -f = -2; -f_f.liga = -2; -f_f_i.liga = -2; -f_y.liga = -2; -fi = -2; -fl = -2; -g = 17; -g.ss06 = 13; -guillemetleft = 27; -guilsinglleft = 27; -hyphen = 24; -o = 19; -parenright = -54; -period = 0; -period.ss01 = -7; -quotedblleft = -18; -quotedblleft.ss01 = -24; -quoteleft = -18; -quotesingle = -23; -s = 22; -t = -4; -t_i.liga = -4; -t_i.liga.ss01 = -4; -t_t.liga = -4; -v = 0; -w = 0; -z = 8; -}; -greater = { -J = -15; -T = -25; -X = -52; -Y = -51; -Z = 0; -greater = 0; -parenright = -48; +gbreve.ss06 = 37; }; -greaterequal = { -T = -37; -one = -24; -parenright = -78; -seven = -29; +R = { +Hbar = 48; +Oslash = 0; +hbar = 23; +idieresis = 74; +jcircumflex = 96; +idieresis.ss01 = 62; +two = 30; +three = 8; +eight = 13; +nine = 7; +greater = 27; +logicalnot = -62; }; -guillemetleft = { -Tcedilla = 6; -g.ss06 = 9; -questiondown = 3; -quotedblbase = -8; -sevensuperior = -47; +idieresis.ss01 = { +Idieresis.ss01 = 46; +exclam.ss01 = 48; }; -guillemetright = { -Lslash = 27; -T = -57; -onesuperior = -70; -quotesinglbase = -36; -sevensuperior = -58; -sixsuperior = -41; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -128; +question.ss01 = -125; +parenright = -60; +quotedblleft = -49; +quotedblright = -20; +quoteleft = -49; +quoteright = -21; +quotedbl = -66; +quotesingle = -66; +quotedblleft.ss01 = -41; +quoteleft.ss01 = -41; +quotedblright.ss01 = -32; +quoteright.ss01 = -32; +degree = -96; }; -guilsinglleft = { -A = 29; -Adieresis = 29; -Aring = 29; -C = 0; -G = 0; -J = 17; -T = 6; -Tcommaaccent = 6; -V = -19; -W = -7; -X = 24; -Y = -43; -Yacute = -43; -Z = 13; -a = -21; -c = -23; -comma = 2; -d = -21; -e = -23; -f = 19; -f_f.liga = 19; -f_f_i.liga = 19; -f_y.liga = 19; -fi = 19; -fl = 19; -guilsinglleft = -32; -j = 54; -o = -23; -parenright = -35; -pi = 18; -s = -10; -semicolon = 10; -t = 19; -t_i.liga = 19; -t_t.liga = 19; -v = 24; -w = 22; -x = 22; -y = 21; -z = 17; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -109; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = -87; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -142; +"@MMK_R_KO_a" = -83; +"@MMK_R_KO_aacute" = -75; +"@MMK_R_KO_a.ss05" = -73; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -98; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_icircumflex" = 115; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_four" = -95; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 3; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 12; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -140; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -45; +"@MMK_R_KO_ellipsis" = -144; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -118; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -145; +"@MMK_R_KO_endash" = -145; +"@MMK_R_KO_hyphen.case" = -130; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = 1; +"@MMK_R_KO_bracketright" = 12; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = 9; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -69; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 4; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 50; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -34; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -83; +"@MMK_R_KO_W" = -46; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -145; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 9; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 6; +"@MMK_R_KO_one" = -93; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 4; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -120; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -70; +"@MMK_R_KO_foursuperior" = -74; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_ninesuperior" = -50; +"@MMK_R_KO_period" = -20; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_question" = -147; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -54; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -21; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -93; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -73; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -66; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -66; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = 24; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = 24; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 32; +"@MMK_R_KO_w" = 24; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = 31; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = -21; +"@MMK_R_KO_t_t.liga" = 24; +"@MMK_R_KO_one" = 23; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -108; +"@MMK_R_KO_comma" = -116; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -103; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = -94; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = -91; +"@MMK_R_KO_comma.ss01" = -92; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = 9; +"@MMK_R_KO_hyphen" = -38; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_underscore" = -127; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -61; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = 21; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -54; +"@MMK_R_KO_asciicircum" = 0; }; -guilsinglright = { -onesuperior = -70; -quotesinglbase = -36; -sevensuperior = -58; +Tcedilla = { +aacute = -83; +acircumflex.ss05 = -31; +amacron.ss05 = -42; +abreve.ss05 = -59; +endash.case = -46; }; -h = { -abrevehookabove.ss05 = 7; -acircumflexhookabove.ss05 = 7; -backslash = -44; -e = 8; -registered = -17; -seven = -15; -yhookabove = -22; +Yacute = { +Eth = -9; +Oslash = -74; +a.ss05 = -111; +ellipsis.ss01 = -199; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 19; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 31; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -49; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 18; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 18; +"@MMK_R_KO_itilde" = 16; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_u" = 17; +"@MMK_R_KO_uacute" = 20; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = 14; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -26; +"@MMK_R_KO_comma" = -33; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_hyphen.case" = 27; +"@MMK_R_KO_parenleft" = 40; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 26; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -hyphen = { -Dcroat = 21; -Jcircumflex = 0; -Lslash = 29; -OE = 20; -Oslash = 21; -Tcedilla = -104; -Ycircumflex = -107; -Ydieresis = -107; -Ydieresis.ss01 = -107; -Ydotbelow = -107; -Ydotbelow.ss01 = -107; -Ygrave = -107; -braceright = -63; -four.numr = -49; -foursuperior = -40; -hyphen = -14; -l.ss03 = 6; -mu = 0; -one = -41; -one.numr = -56; -onesuperior = -56; -oslash = 24; -question.ss01 = -96; -questiondown = -30; -quotedbl = -52; -quotedblbase = -29; -quotedblbase.ss01 = -18; -quoteleft = -45; -quotesinglbase = -29; -seven.numr = -46; -sevensuperior = -43; -six.numr = -41; -sixsuperior = -38; -two = -16; -zero.numr = -47; +greater = { +parenright = -68; +bracketright = -65; +parenright.case = -54; +bracketright.case = -62; +greater = 0; }; -hyphen.case = { -Dcroat = 26; -Jcircumflex = -72; -Lslash = 20; -Oslash = 29; -Tcedilla = -80; -Ycircumflex = -73; -bracketright.case = -63; -hyphen.case = -14; -parenleft.case = 21; -quotedblbase = -114; -quotedblbase.ss01 = -124; -quotesinglbase = -114; +ecircumflexacute = { +onesuperior = -41; +sevensuperior = 0; +parenright = 36; +bracketright = 20; +quotedbl = -23; +quotesingle = -23; }; -i = { -asciitilde = -21; -germandbls = 0; -hbar = 0; -idieresis = 41; -jcircumflex = 52; -logicalnot = -58; -p = 0; +Uhorn = { +exclam.ss01 = 50; }; -i.ss01 = { -bracketright = -3; -idieresis.ss01 = 38; -jcircumflex = 71; -parenright = -13; +Rcommaaccent = { +parenright = -41; }; -iacute = { -ccaron = 0; -j = 18; -jacute = 18; -parenright = 34; -rcaron = 25; -scaron = 0; -thorn = 6; -zcaron = 9; +question.ss01 = { +questiondown.case = -51; +questiondown.ss01 = -99; }; -ibreve = { -T = 64; -exclam = 42; -i = 16; -imacron = 31; -l = 18; -l.ss04 = 38; -onesuperior = 40; -parenright = 39; -question = 5; -quotesingle = 41; -sevensuperior = 52; +onesuperior = { +A = -94; +fraction = 9; +period = -144; +comma = -148; +slash = -107; +period.ss01 = -126; +comma.ss01 = -128; }; -icircumflex = { -Icircumflex = 74; -i.ss01 = 48; -j.ss01 = 72; -ordfeminine = 83; -parenleft = 46; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -83; +"@MMK_R_KO_Oacute" = -83; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -71; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -160; +"@MMK_R_KO_U" = -63; +"@MMK_R_KO_V" = -153; +"@MMK_R_KO_W" = -109; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -187; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 46; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = -63; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -109; +"@MMK_R_KO_w" = -88; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = -63; +"@MMK_R_KO_zero" = -76; +"@MMK_R_KO_one" = -117; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = -35; +"@MMK_R_KO_four" = -130; +"@MMK_R_KO_five" = -42; +"@MMK_R_KO_six" = -68; +"@MMK_R_KO_seven" = -94; +"@MMK_R_KO_eight" = -31; +"@MMK_R_KO_nine" = -54; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_quotedblleft" = -152; +"@MMK_R_KO_quoteright" = -148; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -169; +"@MMK_R_KO_quotesingle" = -99; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -80; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -85; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 25; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 97; +"@MMK_R_KO_imacron" = 61; +"@MMK_R_KO_itilde" = 46; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 25; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 24; +"@MMK_R_KO_w" = 20; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = 21; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 25; +"@MMK_R_KO_one" = 22; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = 22; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 5; +"@MMK_R_KO_threesuperior" = 13; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_fivesuperior" = 10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 14; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -152; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = 28; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_backslash" = 2; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = 12; +"@MMK_R_KO_hyphen" = -9; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -234; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 16; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 18; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_quoteright.ss01" = 7; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = 0; }; -idieresis = { -Idieresis = 72; -Idieresis.ss02 = 95; -b = 48; -eightsuperior = 79; -exclam = 81; -fivesuperior = 67; -h = 48; -i = 41; -idieresis = 115; -j = 70; -k = 48; -l = 48; -l.ss03 = 54; -l.ss04 = 83; -ninesuperior = 86; -onesuperior = 96; -parenright = 48; -question = 70; -quotedbl = 87; -quotedblright = 90; -quotesingle = 87; -sevensuperior = 92; -sixsuperior = 75; -t = 9; -t_i.liga = 9; -t_t.liga = 9; -threesuperior = 82; -twosuperior = 83; +t_i.liga = { +hbar = 2; +idieresis = 71; +jcircumflex = 46; +lcommaaccent = 0; +germandbls = 0; +logicalnot = -61; }; -idieresis.ss01 = { -b = 40; -comma.ss01 = -22; -k = 40; -l = 40; -l.ss03 = 46; -l.ss04 = 80; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -88; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -90; +"@MMK_R_KO_W" = -56; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = -119; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -49; +"@MMK_R_KO_onesuperior" = -99; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -44; +"@MMK_R_KO_sevensuperior" = -79; +"@MMK_R_KO_eightsuperior" = -35; +"@MMK_R_KO_ninesuperior" = -56; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -54; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = -68; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = 30; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -59; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -35; +"@MMK_R_KO_trademark" = -102; +"@MMK_R_KO_asciicircum" = -43; }; -idotaccent = { -idieresis = 41; -jcircumflex = 52; +adieresis.ss05 = { +germandbls = -18; }; -idotaccent.ss01 = { -parenright = -13; +a = { +l = 0; +idieresis = 0; +jcircumflex = 0; +s = 0; +germandbls = 0; +notequal = -52; +logicalnot = -59; }; -idotbelow = { -comma = 3; -j = 21; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -103; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_J" = -84; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 22; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 29; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -101; +"@MMK_R_KO_a" = -70; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -57; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -73; +"@MMK_R_KO_eacute" = -41; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -67; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -21; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = 28; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 11; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = 12; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -142; +"@MMK_R_KO_ellipsis" = -129; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 26; +"@MMK_R_KO_slash" = -112; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -122; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = -77; +"@MMK_R_KO_endash" = -60; +"@MMK_R_KO_hyphen.case" = -42; +"@MMK_R_KO_endash.case" = -22; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = 12; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 20; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -25; +"@MMK_R_KO_percent" = 17; +}; +icaron = { +icaron = 70; +j = 40; +parenright = 86; +quotedbl = 89; +quotesingle = 89; }; -idotbelow.ss01 = { -period.ss01 = -23; +braceleft.case = { +braceright.case = 40; +at = -3; +minus = -97; +logicalnot = -125; +asciicircum = -71; }; -igrave = { -parenright = -50; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 51; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_itilde" = 46; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = -1; +"@MMK_R_KO_uacute" = -1; +"@MMK_R_KO_v" = -1; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -5; }; -ihookabove = { -comma.ss01 = -22; -period.ss01 = -23; -quotedbl = 12; +uhorndotbelow = { +a = -40; +a.ss05 = -33; +c = -43; +n = -6; +period = -43; +comma = -49; +ellipsis = -59; +question = 7; +parenright = -41; quotedblright = 0; +quotedbl = 8; }; -imacron = { -I = 53; -N = 53; -P = 53; -S = 38; -V = 100; -b = 30; -bracketright = 74; -ccaron = 0; -comma.ss01 = -22; -eightsuperior = 62; -exclam = 65; -fivesuperior = 52; -h = 30; -i = 30; -ibreve = 31; -imacron = 80; -j = 51; -j.ss01 = 44; -k = 30; -kcommaaccent = 30; -l = 30; -l.ss03 = 36; -l.ss04 = 63; -lcommaaccent = 30; -lcommaaccent.ss03 = 36; -lcommaaccent.ss04 = 63; -ninesuperior = 71; -onesuperior = 77; -parenright = 66; -period.ss01 = -23; -question = 64; -quotedbl = 69; -quotedblleft = 40; -quotedblleft.ss01 = 50; -quotedblright = 74; -quotedblright.ss01 = 60; -quoteleft = 40; -quoteright = 74; -quotesingle = 69; -scaron = 25; -sevensuperior = 76; -sixsuperior = 63; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -thorn = 30; -threesuperior = 71; -twosuperior = 72; -zcaron = 38; +g.ss06 = { +oslash = 0; +iogonek = 9; +jcircumflex = 92; +gcircumflex.ss06 = 37; +notequal = -54; +logicalnot = -80; }; -infinity = { -bracketright = -69; -parenright = -65; -parenright.case = -51; +yacute = { +T = 0; +eth = -44; +parenright = -56; }; -integral = { -A = -48; -a = -56; -d = -55; -e = -57; -integral = -47; -s = -50; +Imacron = { +Imacron = 162; +imacron = 66; +parenright.case = 30; }; -iogonek = { -comma = 8; -iogonek = 20; -j = 24; -parenright = 4; +exclamdown.ss01 = { +T = -12; +V = -50; +Y = -79; +j.ss01 = 52; }; -itilde = { -N = 49; -b = 26; -comma.ss01 = -22; -eightsuperior = 45; -exclam = 60; -fivesuperior = 42; -h = 26; -i = 25; -itilde = 28; -j = 37; -k = 26; -l = 26; -ninesuperior = 43; -onesuperior = 59; -parenright = 43; -period.ss01 = -23; -question = 19; -quotedbl = 61; -quotedblright = 52; -quotedblright.ss01 = 54; -quoteright = 52; -quotesingle = 61; -sevensuperior = 70; -sixsuperior = 32; -t = 0; -threesuperior = 44; -twosuperior = 41; +oacute = { +seven = -28; }; -j = { -braceright = 0; -bracketright = 0; -comma = 0; -hbar = 0; -idieresis = 41; -iogonek = 3; -j = 17; -jcircumflex = 52; -parenright = -9; -semicolon = 0; -slash = 16; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = -19; +"@MMK_R_KO_V" = -123; +"@MMK_R_KO_W" = -75; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -172; +"@MMK_R_KO_Z" = 31; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -76; +"@MMK_R_KO_w" = -66; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_pi" = -31; +"@MMK_R_KO_zero" = -31; +"@MMK_R_KO_one" = -89; +"@MMK_R_KO_two" = 33; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -28; +"@MMK_R_KO_seven" = -79; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -230; +"@MMK_R_KO_onesuperior" = -149; +"@MMK_R_KO_foursuperior" = -216; +"@MMK_R_KO_sevensuperior" = -188; +"@MMK_R_KO_ninesuperior" = -230; +"@MMK_R_KO_period" = 23; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_ellipsis" = 15; +"@MMK_R_KO_question" = -133; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_hyphen.case" = -103; +"@MMK_R_KO_endash.case" = -201; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = -299; +"@MMK_R_KO_quotedblright" = -299; +"@MMK_R_KO_quoteleft" = -148; +"@MMK_R_KO_quoteright" = -148; +"@MMK_R_KO_guillemetleft" = -36; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = -235; +"@MMK_R_KO_quotesingle" = -99; }; -j.ss01 = { -bracketright = 0; -comma.ss01 = -12; -j.ss01 = 17; -parenright = 0; -slash = 16; +yen = { +zero = -50; +one = -36; +two = -38; +three = -42; +four = -53; +six = -53; +foursuperior = -57; +period = -57; +comma = -63; +colon = -54; +semicolon = -59; +slash = -82; +period.ss01 = -68; +comma.ss01 = -69; +colon.ss01 = -57; +semicolon.ss01 = -57; }; -jacute = { -adieresis.ss05 = 0; -backslash = 82; -ccaron = 0; -comma = 0; -hbar = 28; -hcircumflex = 6; -i.ss01 = 6; -iacute = 0; -idieresis = 41; -idotaccent.ss01 = 6; -iogonek = 3; -j = 17; -jcircumflex = 45; -rcaron = 25; -scaron = 0; -semicolon = 0; -seven = 34; -slash = 16; -zcaron = 9; +idotaccent.ss01 = { +parenright = -21; }; -jcircumflex = { -hcircumflex = 52; -i.ss01 = 48; -jcircumflex = 142; -scircumflex = 52; +ldot.ss01.ss04 = { +period.ss01 = -111; +comma.ss01 = -108; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -47; +"@MMK_R_KO_Oacute" = -47; +"@MMK_R_KO_J" = 30; +"@MMK_R_KO_G.ss07" = -44; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = -108; +"@MMK_R_KO_U" = -39; +"@MMK_R_KO_V" = -112; +"@MMK_R_KO_W" = -82; +"@MMK_R_KO_X" = 36; +"@MMK_R_KO_Y" = -138; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -87; +"@MMK_R_KO_w" = -72; +"@MMK_R_KO_x" = 33; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = -17; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_one" = -83; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = -98; +"@MMK_R_KO_onesuperior" = -130; +"@MMK_R_KO_twosuperior" = -76; +"@MMK_R_KO_threesuperior" = -105; +"@MMK_R_KO_foursuperior" = -98; +"@MMK_R_KO_fivesuperior" = -104; +"@MMK_R_KO_sevensuperior" = -122; +"@MMK_R_KO_eightsuperior" = -99; +"@MMK_R_KO_ninesuperior" = -117; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -101; +"@MMK_R_KO_asterisk" = -117; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = -100; +"@MMK_R_KO_period.ss01" = 3; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -102; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = -47; +"@MMK_R_KO_underscore" = 38; +"@MMK_R_KO_hyphen.case" = -60; +"@MMK_R_KO_parenleft" = -19; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 19; +"@MMK_R_KO_quotedblleft" = -116; +"@MMK_R_KO_quotedblright" = -88; +"@MMK_R_KO_quoteleft" = -104; +"@MMK_R_KO_quoteright" = -89; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -113; +"@MMK_R_KO_quotesingle" = -99; +"@MMK_R_KO_quotedblleft.ss01" = -93; +"@MMK_R_KO_quotedblright.ss01" = -84; +"@MMK_R_KO_quoteright.ss01" = -84; +"@MMK_R_KO_trademark" = -149; +"@MMK_R_KO_asciicircum" = -122; +}; +agrave.ss05 = { +T = -88; +Y = -119; }; -k = { -ampersand = -22; -asciitilde = -61; -exclam.ss01 = 0; -iogonek = 16; -logicalnot = -89; -minus = -42; -plus = -36; -two = 24; -yhookabove = 23; +B = { +Hbar = 38; +Lslash = 32; +hbar = 22; +idieresis = 64; +jcircumflex = 84; +idieresis.ss01 = 51; +two = 19; +three = 22; +five = 18; +eight = 25; +nine = 6; +ampersand = 25; +greater = 22; }; -l = { -Hbar = 25; -at = 0; -backslash = 28; -hbar = 2; -ibreve = 18; -idieresis = 48; -idieresis.ss01 = 40; -jcircumflex = 71; +Tcaron = { +endash.case = -46; +}; +oslash = { +d = 2; +k = 2; l = 0; +e = 4; +eth = 3; +f = -2; +f_f.liga = -2; +f_f_i.liga = -2; +fi = -2; +f_y.liga = -2; +fl = -2; +g = 4; +m = 0; n = 0; -periodcentered.loclCAT = 0; -plus = -13; +r = 0; +j = -4; +s = 0; +t = -2; +v = -13; +y = -19; +l.ss03 = 6; +t_i.liga = -2; +t_t.liga = -2; +period = -8; +comma = -18; +slash = -31; +period.ss01 = -14; +comma.ss01 = -15; +hyphen = 18; +parenright = -52; +bracketright = -18; }; -l.ss03 = { -iogonek = 16; -jcircumflex = 57; -periodcentered.loclCAT = -20; +guilsinglright = { +x = -42; +threesuperior = -22; +fivesuperior = -33; +eightsuperior = -22; +colon = -21; +semicolon = -15; +questiondown = -50; +question.ss01 = -50; +questiondown.ss01 = -50; +braceright = -63; +braceright.case = -46; +bracketright.case = -61; +quotesinglbase = -58; +quotedblbase = -58; +quotedblbase.ss01 = -47; +quoteright.ss01 = -26; }; -l.ss04 = { -ibreve = 18; -idieresis = 48; -jcircumflex = 71; +adieresis = { +germandbls = 0; }; -lcaron = { -exclam.ss01 = 183; -ncaron = 83; -scaron = 89; +liraTurkish = { +one = -97; +two = -34; +seven = -115; +sixsuperior = -48; +onesuperior = -70; +threesuperior = -30; +foursuperior = -104; +fivesuperior = -39; +sevensuperior = -53; +eightsuperior = -30; +ninesuperior = -53; +period = -39; +comma = -45; +colon = -39; +semicolon = -21; +question = -142; +slash = -55; +period.ss01 = -46; +comma.ss01 = -47; +colon.ss01 = -25; +question.ss01 = -143; +parenright = -75; +parenright.case = -61; +quotedbl = -71; +quotesingle = -71; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 54; +"@MMK_R_KO_H" = 30; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 57; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 36; +"@MMK_R_KO_T" = -93; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -98; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = 56; +"@MMK_R_KO_Y" = -128; +"@MMK_R_KO_Z" = 62; +"@MMK_R_KO_I.ss02" = 47; +"@MMK_R_KO_J.ss10" = 35; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 47; +"@MMK_R_KO_l" = 21; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_i" = 19; +"@MMK_R_KO_lslash" = 34; +"@MMK_R_KO_s" = 37; +"@MMK_R_KO_u" = 17; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 38; +"@MMK_R_KO_four" = 38; +"@MMK_R_KO_sixsuperior" = -120; +"@MMK_R_KO_onesuperior" = -130; +"@MMK_R_KO_twosuperior" = -129; +"@MMK_R_KO_threesuperior" = -126; +"@MMK_R_KO_foursuperior" = -118; +"@MMK_R_KO_fivesuperior" = -124; +"@MMK_R_KO_sevensuperior" = -132; +"@MMK_R_KO_eightsuperior" = -122; +"@MMK_R_KO_ninesuperior" = -141; +"@MMK_R_KO_period" = 62; +"@MMK_R_KO_comma" = 53; +"@MMK_R_KO_colon" = 36; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = 36; +"@MMK_R_KO_exclam" = 33; +"@MMK_R_KO_question" = -86; +"@MMK_R_KO_slash" = 39; +"@MMK_R_KO_period.ss01" = 35; +"@MMK_R_KO_comma.ss01" = 33; +"@MMK_R_KO_colon.ss01" = 33; +"@MMK_R_KO_question.ss01" = -89; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_hyphen.case" = -116; +"@MMK_R_KO_parenleft" = 30; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 29; +"@MMK_R_KO_bracketright.case" = 39; +"@MMK_R_KO_quotedblleft" = -128; +"@MMK_R_KO_quotedblright" = -136; +"@MMK_R_KO_quoteleft" = -116; +"@MMK_R_KO_quoteright" = -133; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 36; +"@MMK_R_KO_quotedbl" = -134; +"@MMK_R_KO_quotesingle" = -99; +"@MMK_R_KO_quotedblleft.ss01" = -104; +"@MMK_R_KO_quotedblright.ss01" = -115; +"@MMK_R_KO_quoteright.ss01" = -115; }; -lcaron.ss03 = { -b = 136; -bracketright = 154; -ccaron = 72; -comma = 37; -eightsuperior = 129; -exclam = 145; -exclam.ss01 = 147; -fivesuperior = 132; -h = 136; -i = 102; -i.ss01 = 107; -j = 128; -j.ss01 = 136; -k = 136; -l.ss03 = 142; -lcaron.ss03 = 142; -m = 57; -n = 57; -ncaron = 57; -ninesuperior = 130; -onesuperior = 154; -parenright = 129; -period = 39; -question = 110; -question.ss01 = 100; -quotedbl = 155; -quotedblleft = 95; -quotedblleft.ss01 = 110; -quoteleft = 94; -quoteleft.ss01 = 110; -quotesingle = 155; -s = 28; -scaron = 79; -sevensuperior = 164; -sixsuperior = 125; -t = 83; -t_i.liga = 83; -t_t.liga = 83; -threesuperior = 125; -twosuperior = 125; -u = 68; -uacute = 68; -v = 62; -zcaron = 58; +quotedblbase = { +Dcroat = -19; +Iogonek = 0; +Lslash = -12; +Oslash = -27; +oslash = -13; +p = 0; +iogonek = 0; +jcircumflex = 24; +germandbls = -60; +l.ss03 = -9; +g.ss06 = 20; +numbersign = -21; +parenleft = -9; +parenleft.case = -30; +at = -21; +copyright = -58; +published = -58; +literSign = 0; +dollar = -18; +euro = -72; +minus = -105; +multiply = -49; +divide = -95; +equal = -20; +approxequal = -8; }; -lcaron.ss04 = { -exclam.ss01 = 183; -ncaron = 83; -scaron = 89; +D = { +Dcroat = 23; +Eth = 23; +Hbar = 19; +Iogonek = 3; +Lslash = 21; +Oslash = 3; +lacute = 2; +zero = 3; +five = 7; +six = 4; +eight = 0; +endash.case = 11; +parenleft.case = 22; +braceright.case = -26; +at = 11; +less = 0; }; -lcommaaccent = { -j = 18; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -24; +"@MMK_R_KO_Oacute" = -24; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -108; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -115; +"@MMK_R_KO_W" = -71; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = -150; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = 5; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -46; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -67; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_one" = -82; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -206; +"@MMK_R_KO_onesuperior" = -149; +"@MMK_R_KO_twosuperior" = -207; +"@MMK_R_KO_threesuperior" = -205; +"@MMK_R_KO_foursuperior" = -216; +"@MMK_R_KO_fivesuperior" = -203; +"@MMK_R_KO_sevensuperior" = -188; +"@MMK_R_KO_eightsuperior" = -206; +"@MMK_R_KO_ninesuperior" = -211; +"@MMK_R_KO_period" = 32; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 7; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -134; +"@MMK_R_KO_asterisk" = -155; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = -125; +"@MMK_R_KO_period.ss01" = 6; +"@MMK_R_KO_comma.ss01" = 4; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -107; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_underscore" = 31; +"@MMK_R_KO_hyphen.case" = -148; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 9; +"@MMK_R_KO_quotedblleft" = -211; +"@MMK_R_KO_quotedblright" = -211; +"@MMK_R_KO_quoteleft" = -148; +"@MMK_R_KO_quoteright" = -148; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = -201; +"@MMK_R_KO_quotesingle" = -99; +"@MMK_R_KO_quotedblleft.ss01" = -217; +"@MMK_R_KO_quotedblright.ss01" = -209; +"@MMK_R_KO_quoteright.ss01" = -136; +"@MMK_R_KO_trademark" = -237; +"@MMK_R_KO_asciicircum" = -236; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -54; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 19; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -67; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -20; +"@MMK_R_KO_f" = 24; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 70; +"@MMK_R_KO_imacron" = 76; +"@MMK_R_KO_itilde" = 70; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 14; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 11; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 9; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -63; +"@MMK_R_KO_comma" = -69; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -75; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 25; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_backslash" = 40; +"@MMK_R_KO_period.ss01" = -73; +"@MMK_R_KO_comma.ss01" = -75; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = -56; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 26; +"@MMK_R_KO_bracketright" = 6; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 6; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -64; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = -34; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 8; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_two" = -15; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -36; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -65; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = -46; +"@MMK_R_KO_comma" = -53; +"@MMK_R_KO_ellipsis" = -51; +"@MMK_R_KO_question" = -47; +"@MMK_R_KO_asterisk" = -50; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -47; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_parenright.case" = -57; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -53; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -39; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -99; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = -90; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 17; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -99; +"@MMK_R_KO_a" = -52; +"@MMK_R_KO_aacute" = -50; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -54; +"@MMK_R_KO_eacute" = -43; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -71; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -15; +"@MMK_R_KO_seven" = 29; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 23; +"@MMK_R_KO_onesuperior" = 12; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 11; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -99; +"@MMK_R_KO_ellipsis" = -99; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -99; +"@MMK_R_KO_period.ss01" = -99; +"@MMK_R_KO_comma.ss01" = -99; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -35; +"@MMK_R_KO_hyphen.case" = -24; +"@MMK_R_KO_endash.case" = -14; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 2; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -12; +"@MMK_R_KO_percent" = 12; }; -ldot.ss01 = { -a = 12; -comma.ss01 = -111; -e = 14; -period.ss01 = -114; +ohorndotbelow.ss01 = { +c = 0; +i.ss01 = 17; +n = 19; +p = 19; +t = 39; +u = 28; +t_i.liga.ss01 = 39; +t_t.liga = 39; }; -ldot.ss01.ss04 = { -comma.ss01 = -111; -period.ss01 = -114; +t_i.liga.ss01 = { +parenright = -4; }; -ldot.ss04 = { -a = 23; -e = 24; -o = 25; +endash = { +x = -59; +one.numr = -64; +four.numr = -7; +seven.numr = -49; +colon = -12; +semicolon = -4; +questiondown = -59; +question.ss01 = -112; +questiondown.ss01 = -59; +endash = 0; +quotedblbase = -58; +quotedblbase.ss01 = -73; +quoteright.ss01 = -7; }; -less = { -S = 16; -less = 0; -parenright = -19; -three = 0; +Ygrave = { +ellipsis.ss01 = -199; +endash.case = -78; }; -lessequal = { -n = -45; -parenright = -71; +fraction = { +zero.dnom = -28; +two.dnom = -17; +four.dnom = -62; +eight.dnom = -15; +zeroinferior = -26; +twoinferior = -14; +fourinferior = -62; +fiveinferior = 11; +sixinferior = -25; +seveninferior = 40; +nineinferior = -25; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss03" = -10; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = -20; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -42; +"@MMK_R_KO_comma" = -50; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -15; +"@MMK_R_KO_ellipsis" = -56; +"@MMK_R_KO_exclam" = -12; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_period.ss01" = -49; +"@MMK_R_KO_comma.ss01" = -49; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; }; -liraTurkish = { -foursuperior = -62; -one = -53; -onesuperior = -56; -parenright = -67; -question = -95; -question.ss01 = -104; -quotedbl = -56; -quotesingle = -56; -seven = -85; -sevensuperior = -48; -sixsuperior = -40; -slash = -40; -two = -31; +g = { +l = -2; +iogonek = -2; +jcircumflex = 14; }; -literSign = { -parenright = -45; +m = { +ordfeminine = -40; +ordmasculine = -41; +seven = -23; +registered = -18; +logicalnot = -62; }; -logicalnot = { -one = -52; -parenright = -128; -parenright.case = -104; -seven = -62; -two = -59; -y = -75; +ohorntilde = { +i = 17; +idotaccent = 17; +i.ss01 = 17; +n = 19; +period = -13; +comma = -21; +period.ss01 = -17; +comma.ss01 = -18; +parenright = -14; +quotedbl = 31; +}; +hyphen.case = { +Dcroat = 16; +Lslash = 3; +Oslash = -4; +one.numr = -69; +seven.numr = -62; +question.ss01 = -25; +parenleft.case = 0; +braceright.case = -84; +bracketright.case = -90; +quotesinglbase = -145; +quotedblbase = -145; +quotedblbase.ss01 = -170; +quoteright.ss01 = -17; +dollar = -28; +}; +ohornhookabove = { +i = 17; +idotaccent = 17; +i.ss01 = 17; +idotaccent.ss01 = 17; +m = 19; +n = 19; +period = -13; +comma = -21; +period.ss01 = -17; +comma.ss01 = -18; +parenright = -15; +bracketright = -3; +guillemetright = 36; +quotedbl = 31; }; -lslash.ss03 = { -comma = 26; -period = 28; +y = { +germandbls = 25; +zeroinferior = -64; +twoinferior = -60; +ampersand = -33; +logicalnot = -67; +asciitilde = -28; }; -m = { -backslash = -44; -comma = 10; -e = 8; -hyphen = 10; -multiply = -7; -ordmasculine = -36; -parenleft = 9; -period = 12; -registered = -17; -seven = -16; -wgrave = -10; +Idotaccent.ss02 = { +endash.case = -46; }; -minus = { -A = -53; -I.ss02 = -49; -T = -56; -V = -56; -X = -100; -Y = -92; -Z = -38; -comma = -81; -comma.ss01 = -82; -eight = -11; -four = 0; -one = 0; -parenright = -83; -parenright.case = -75; -period = -78; -period.ss01 = -82; -quotedblleft = -23; -quotedblright = -10; -seven = -6; -seven.numr = -59; -tenge = -20; -three = -12; -two = -25; -x = -36; -yen = -69; +Scedilla = { +idieresis = 39; }; -mu = { -braceright = -22; -bracketright = -22; -comma.ss01 = -22; -hyphen = 0; -mu = 0; -one = 0; -onesuperior = -39; -parenright = -50; -period.ss01 = -23; -pi = 0; -quotedbl = -25; -quotedblleft = -14; -quotedblright = -12; -quoteleft = -14; -quoteright = -12; -quotesingle = -25; -sevensuperior = -42; -trademark = -70; -twosuperior = -12; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -23; +"@MMK_R_KO_eacute" = -23; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = -11; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -34; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -22; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 21; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -11; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; }; -multiply = { -A = -31; -P = 0; -T = -2; -Y = -53; -five = 0; -one = 0; -p = -11; -parenright = -64; -parenright.case = -53; -two = 0; +f = { +f = 24; +f_f.liga = 24; +f_y.liga = 24; +fl = 24; +igrave = 28; +idieresis = 92; +seven = 17; +ampersand = -36; }; -n = { -Tcedilla = -53; -asciitilde = -14; -at = 5; -backslash = -44; -degree = -43; -e = 8; -greaterequal = -38; -guilsinglright = 0; -jcircumflex = 30; -logicalnot = -50; -multiply = -7; -n = 0; -ordmasculine = -35; -parenleft = 9; -registered = -17; -seven = -16; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_Oacute" = -51; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -144; +"@MMK_R_KO_U" = -39; +"@MMK_R_KO_V" = -147; +"@MMK_R_KO_W" = -92; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -203; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -57; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -21; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = 30; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -69; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -26; +"@MMK_R_KO_v" = -90; +"@MMK_R_KO_w" = -78; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = -24; +"@MMK_R_KO_t_t.liga" = -69; +"@MMK_R_KO_pi" = -53; +"@MMK_R_KO_zero" = -49; +"@MMK_R_KO_one" = -111; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -14; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_five" = -19; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = -102; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = -31; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = -19; +"@MMK_R_KO_endash" = -73; +"@MMK_R_KO_hyphen.case" = -136; +"@MMK_R_KO_endash.case" = -266; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -136; +"@MMK_R_KO_quotedblright.ss01" = -271; +"@MMK_R_KO_plus" = -62; +"@MMK_R_KO_percent" = -103; }; -ncaron = { -Yacute = -36; -parenright = -38; +numero = { +period = -20; +comma = -27; +period.ss01 = -26; +comma.ss01 = -27; +parenright = -31; +parenright.case = -25; }; -nine = { -braceright = -26; -bracketright.case = -25; -ordmasculine = 0; -six = 27; -trademark = -32; +cent = { +onesuperior = -41; +sevensuperior = -47; +period = -41; +comma = -48; +slash = -50; +period.ss01 = -44; +comma.ss01 = -45; +parenright = -62; +bracketright = -60; +parenright.case = -50; +bracketright.case = -61; }; -nine.dnom = { -degree = -111; -parenright = -59; -question = -91; -question.ss01 = -100; -quotedbl = -97; -quotedblleft = -87; -quotedblleft.ss01 = -56; -quotedblright = -57; -quotedblright.ss01 = -58; -quoteright = -57; -quotesingle = -97; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -87; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_Oacute" = -27; +"@MMK_R_KO_J" = -69; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = 33; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = 30; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_aacute" = -49; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -43; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -50; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_icircumflex" = 89; +"@MMK_R_KO_imacron" = 99; +"@MMK_R_KO_itilde" = 75; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -46; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 47; +"@MMK_R_KO_g.ss06" = -45; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -95; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -30; +"@MMK_R_KO_ellipsis" = -94; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -87; +"@MMK_R_KO_backslash" = 49; +"@MMK_R_KO_period.ss01" = -85; +"@MMK_R_KO_comma.ss01" = -87; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -49; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_underscore" = -96; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = 5; +"@MMK_R_KO_braceright" = 43; +"@MMK_R_KO_bracketright" = 23; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_bracketright.case" = 20; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 25; +"@MMK_R_KO_quotesingle" = 25; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_quoteright.ss01" = 10; +"@MMK_R_KO_trademark" = 8; +"@MMK_R_KO_asciicircum" = -9; }; -nineinferior = { -parenright = -57; +Icircumflex = { +Icircumflex = 173; +l = 0; +icircumflex = 92; +l.ss03 = 3; +l.ss04 = 26; +parenright = 116; +bracketright = 88; +parenright.case = 117; +bracketright.case = 85; }; -ninesuperior = { -comma = -133; -comma.ss01 = -136; -fraction = -22; -period = -131; -period.ss01 = -136; -slash = -94; +iogonek = { +iogonek = -6; +j = 25; }; -notequal = { -N = -64; -b = -60; -parenright = -79; -zero = -42; +uhorn = { +a = -28; +a.ss05 = -17; +ohorn = -31; +ohorndotbelow = -31; +ohorndotbelow.ss01 = -31; +ohorngrave = -31; +ohornacute = -31; +ohornhookabove = -31; +ohorntilde = -31; +period = -29; +comma = -35; +ellipsis = -44; +question = 27; +period.ss01 = -36; +ellipsis.ss01 = -36; +comma.ss01 = -38; +parenright = -7; +quotedblright = 10; +quotedbl = 27; }; -ntilde = { -parenright = -41; +underscore = { +g.ss06 = 51; +underscore = 11; +parenleft.case = -40; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 32; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 42; +"@MMK_R_KO_W" = 42; +"@MMK_R_KO_X" = 32; +"@MMK_R_KO_Y" = 49; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 88; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_v" = -58; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -29; +"@MMK_R_KO_zero" = -31; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = 28; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -6; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = 60; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 16; +"@MMK_R_KO_hyphen" = -75; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_quotedbl" = 20; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 13; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -84; }; -numbersign = { -A = -18; -C = 23; -J = 6; -T = 6; -V = -18; -X = -41; -Y = -38; -bracketright = -63; -comma = -12; -comma.ss01 = -18; -eight = 27; -four = 14; -nine = 15; -one = 12; -parenright = -41; -parenright.case = -34; -period = -10; -period.ss01 = -19; -six = 23; -three = 13; +W = { +Hbar = 55; +adieresis.ss05 = -25; +igrave = 58; +idieresis = 106; +scaron = -26; +idieresis.ss01 = 99; +six = -29; +seven = 29; +threeinferior = -66; +ampersand = -47; +plus = -21; +minus = -45; +notequal = -67; +logicalnot = -84; +asciitilde = -52; }; -numero = { -one = 15; -parenright = -43; -period = -17; +Aogonek = { +Lslash = -5; +period = 6; +comma = 16; +endash.case = -73; +parenright = 44; +bracketright = 25; }; -o = { -Ydieresis = -104; -Ydieresis.ss01 = -104; -backslash = -43; -bracketright = -67; -gbreve.ss06 = 5; -gcircumflex.ss06 = 5; -gcommaaccent.ss06 = 5; -germandbls = 6; -logicalnot = -43; -n = 0; -parenleft = 17; -quotedbl = -39; -quotedblright = -11; -quoteright = -11; -quotesingle = -39; -registered = -12; -seven = -19; -tbar = 9; -two = -8; +Z = { +Lslash = 0; +igrave = 35; +ibreve = 50; +icaron = 89; +zero = -14; +two = 34; +six = -14; +seven = 16; +numbersign = 5; +endash.case = -24; +at = -5; +plus = -5; +minus = -42; +divide = -7; +equal = 0; +less = -5; +logicalnot = -95; +asciitilde = -35; }; -oacute = { -parenright = -64; +emdash = { +x = -73; +zero.numr = -54; +one.numr = -66; +three.numr = -33; +four.numr = -80; +five.numr = -42; +six.numr = -47; +seven.numr = -49; +eight.numr = -33; +nine.numr = -54; +threesuperior = -27; +fivesuperior = -36; +eightsuperior = -27; +colon = -20; +semicolon = -20; +questiondown = -32; +question.ss01 = -148; +questiondown.ss01 = -32; +quotedblbase = -35; +quotedblbase.ss01 = -12; +quoteleft.ss01 = -23; +quoteright.ss01 = -21; }; -ocircumflex = { -T = -37; +tbar = { +a = -4; +e = -4; +tbar = 0; }; -ocircumflexgrave = { -comma = -10; -comma.ss01 = -17; -guillemetright = -23; -hyphen = 24; -parenright = -29; -period = -8; -period.ss01 = -18; -quotedbl = -31; -quotedblright = -10; +eng = { +j = 31; +slash = 23; +parenright = -5; +bracketright = -8; }; -ocircumflexhookabove = { -comma = -10; -comma.ss01 = -17; -guillemetright = -23; -hyphen = 24; -parenright = 4; -period = -8; -period.ss01 = -18; -quotedbl = -6; -quotedblright = -3; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -122; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -141; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = -78; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -285; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_t_t.liga" = 0; }; -ocircumflextilde = { -parenright = -63; +percent = { +twosuperior = -44; +threesuperior = -85; +fivesuperior = -90; +eightsuperior = -84; +question.ss01 = -115; +bracketright.case = -11; +quoteright.ss01 = -75; +}; +Uhornhookabove = { +exclam.ss01 = 50; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -67; +"@MMK_R_KO_H" = -23; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_J" = -44; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_V" = -67; +"@MMK_R_KO_W" = -48; +"@MMK_R_KO_X" = -85; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = -35; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = -35; }; -odieresis = { -gbreve.ss06 = 5; -germandbls = 6; -parenright = -64; +uhorngrave = { +a = -40; +a.ss05 = -33; +o = -43; +n = -6; +period = -43; +comma = -49; +period.ss01 = -51; +comma.ss01 = -53; +parenright = -41; +quotedblright = 0; +quotedbl = 8; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = 40; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = -17; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_g.ss06" = -12; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = -14; +"@MMK_R_KO_semicolon" = -17; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = -9; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = -12; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_braceright" = -13; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -24; }; -odieresis.ss01 = { -germandbls = 6; +a.ss05 = { +p = 0; +jcircumflex = 0; +germandbls = -18; +gbreve.ss06 = 15; +gcircumflex.ss06 = 15; +ordfeminine = -55; +ordmasculine = -56; +seven = -36; +notequal = -54; +logicalnot = -76; }; -ohookabove = { -parenright = -64; +Itilde = { +Itilde = 123; +igrave = 25; +itilde = 66; }; -ohorn = { -comma = -13; -comma.ss01 = -21; -hyphen = 19; -parenright = -34; -period = -12; -period.ss01 = -22; -quotedbl = 0; -quotedblright = -3; -u = 6; +threesuperior = { +A = -118; +fraction = -20; +period = -144; +comma = -148; +slash = -130; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -41; +parenright = -15; +parenright.case = -12; +guillemetleft = -39; }; -ohornacute = { -c = 16; -parenright = -34; -t = 13; -t_i.liga = 13; -t_t.liga = 13; +ydotbelow.ss01 = { +period.ss01 = -66; +parenright = 15; }; -ohorndotbelow = { -c = 16; -comma = -11; -parenright = -34; -period = -11; -t = 13; -t_i.liga = 13; -t_t.liga = 13; -u = 6; +endash.case = { +seven.numr = -59; +bracketright.case = -90; +quotedblbase = -227; +quotedblbase.ss01 = -266; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 92; +"@MMK_R_KO_imacron" = 59; +"@MMK_R_KO_itilde" = 66; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 32; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_braceright" = 14; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 22; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 13; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -31; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -31; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 26; +"@MMK_R_KO_comma" = 17; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = 6; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = -10; +"@MMK_R_KO_period.ss01" = 6; +"@MMK_R_KO_comma.ss01" = 4; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -29; +"@MMK_R_KO_underscore" = 32; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -45; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_quoteright.ss01" = -31; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = -44; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -103; +"@MMK_R_KO_two" = 35; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -33; +"@MMK_R_KO_seven" = -93; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -17; +"@MMK_R_KO_sixsuperior" = -148; +"@MMK_R_KO_onesuperior" = -148; +"@MMK_R_KO_foursuperior" = -148; +"@MMK_R_KO_sevensuperior" = -148; +"@MMK_R_KO_ninesuperior" = -148; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_asterisk" = -148; +"@MMK_R_KO_hyphen" = -26; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_hyphen.case" = -109; +"@MMK_R_KO_endash.case" = -148; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -148; +"@MMK_R_KO_quotedblright" = -148; +"@MMK_R_KO_quoteleft" = -148; +"@MMK_R_KO_quoteright" = -148; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -148; +"@MMK_R_KO_quotesingle" = -99; }; -ohorndotbelow.ss01 = { -c = 16; -comma.ss01 = -21; -parenright = -34; -period.ss01 = -22; -t = 13; -t_i.liga.ss01 = 13; -t_t.liga = 13; +N = { +Hbar = 35; +igrave = 25; +icaron = 81; +idieresis = 85; +jcircumflex = 87; +idieresis.ss01 = 64; +degree = -11; +logicalnot = -61; }; -ohorngrave = { -comma = -13; -comma.ss01 = -21; -parenright = -34; -period = -12; -period.ss01 = -22; -quotedbl = 0; -quotedblright = -3; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -82; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -82; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = -52; +"@MMK_R_KO_Y" = -113; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = -6; +"@MMK_R_KO_imacron" = -6; +"@MMK_R_KO_itilde" = -6; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_x" = -45; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -79; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = -13; +"@MMK_R_KO_semicolon" = -14; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = -11; +"@MMK_R_KO_question" = -47; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_backslash" = -63; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -49; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -48; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -57; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -51; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -93; +"@MMK_R_KO_asciicircum" = -35; }; -ohornhookabove = { -comma = -13; -comma.ss01 = -21; -parenright = -34; -period = -12; -period.ss01 = -22; -quotedbl = 0; -quotedblright = -3; +b = { +seven = -29; +registered = -20; +notequal = -56; }; -ohorntilde = { -comma = -13; -comma.ss01 = -21; -parenright = -34; -period = -12; -period.ss01 = -22; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -36; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -93; +"@MMK_R_KO_Y" = -105; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -36; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_t_t.liga" = 0; +}; +Itilde.ss02 = { +igrave = 51; }; -ohungarumlaut = { -b = 0; -bracketright = -2; -h = 0; -i = 0; -j = 0; -k = 0; -l = 0; -l.ss04 = 0; +trademark = { +period = -144; +comma = -148; +slash = -147; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -73; parenright = -13; -quotedbl = -14; -quotedblright = -6; -sevensuperior = -4; +parenright.case = -13; +guillemetleft = -55; +guilsinglleft = -55; +guillemetright = -17; +guilsinglright = -17; }; -omacron = { -T = -44; -parenright = -58; +literSign = { +parenright = -29; +parenright.case = -18; +guillemetleft = -26; +guilsinglleft = -26; }; -one = { -bracketright = -2; -colon.ss01 = -4; -comma = 0; -comma.ss01 = -19; -degree = -12; -equal = 0; -four = 0; -icircumflex = 73; -multiply = 0; -one = 0; -ordfeminine = -5; -ordmasculine = -4; -parenright = -5; -parenright.case = 0; -percent = 0; +ohorn = { +i = 36; +idotaccent = 36; +i.ss01 = 36; +idotaccent.ss01 = 36; +m = 38; +n = 38; +r = 38; +t = 55; +u = 46; +v = 68; +t_i.liga = 55; +t_t.liga = 55; period = 0; -period.ss01 = -20; -seven = 0; -slash = 0; -three = 0; -two = 0; -zero = 0; +comma = -9; +period.ss01 = -7; +comma.ss01 = -9; +hyphen = 31; +parenright = -5; +bracketright = 0; +quotedbl = 51; }; -one.dnom = { -degree = -82; -one.dnom = 0; -parenright = -49; -question = -96; -question.ss01 = -109; -quotedbl = -61; -quotedblleft = -54; -quotedblright = -22; -quoteright = -22; -quotesingle = -61; -two.dnom = 0; -zero.dnom = 0; +quotedblleft = { +A = -128; +Dcroat = 0; +Hbar = 16; +igrave = 32; +icircumflex = 21; +imacron = 76; +jcircumflex = 16; +s = -20; +x = -9; +g.ss06 = -20; +mu = -13; +exclamdown = -6; +questiondown = -141; +backslash = 25; +questiondown.case = -66; +underscore = -234; +quotedblbase = -299; +ampersand = -47; +minus = -22; +divide = -6; +asciitilde = -42; }; -one.numr = { -fraction = 0; +l.ss04 = { +Hbar = 33; +l.ss04 = 3; +periodcentered.loclCAT = 29; +parenright = -1; +bracketright = -10; +quoteright = -2; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 37; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 109; +"@MMK_R_KO_imacron" = 83; +"@MMK_R_KO_itilde" = 82; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 26; +"@MMK_R_KO_comma" = 17; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -46; +"@MMK_R_KO_underscore" = 25; +"@MMK_R_KO_hyphen.case" = -84; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 14; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 19; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -81; +}; +integral = { +guillemetright = 0; +guilsinglright = 0; +integral = -59; +A = -67; +a = -62; +d = -62; +a.ss05 = -55; +e = -65; +s = -58; +w = -15; +}; +two.dnom = { +question = -131; +question.ss01 = -125; +parenright = -51; +quotedblleft = -76; +quotedblright = -45; +quoteleft = -75; +quoteright = -47; +quotedbl = -102; +quotesingle = -99; +quotedblleft.ss01 = -65; +quoteleft.ss01 = -65; +quotedblright.ss01 = -65; +quoteright.ss01 = -65; +degree = -138; +}; +parenleft.case = { +Icircumflex = 115; +Imacron = 30; +Idieresis = 86; +Dcroat = 0; +Eth = 0; +Iogonek = 27; +Itilde = 38; +Lslash = 0; +Idieresis.ss01 = 89; +four.numr = -50; +numbersign = -27; +questiondown.case = -33; +question.ss01 = -43; +parenleft.case = -36; +quotedblbase = -17; +quotedblbase.ss01 = 0; +at = -36; +ampersand = -25; +section = -19; +copyright = -62; +registered = -41; +published = -62; +literSign = -35; +numero = -4; +cent = -51; +dollar = -33; +euro = -51; +liraTurkish = -28; +minus = -95; +multiply = -81; +divide = -83; +equal = -71; +notequal = -91; +less = -69; +greaterequal = -46; +approxequal = -73; +logicalnot = -113; +asciitilde = -93; +asciicircum = -85; +infinity = -48; +radical = -43; +}; +Iacute.ss02 = { +igrave = 51; +endash.case = -46; +}; +tenge = { +four = -24; +period = -138; +comma = -142; +slash = -86; +period.ss01 = -126; +comma.ss01 = -128; +}; +colon = { +A = 16; +D = 25; +C = 20; +J = 37; +T = 0; +V = -22; +W = 0; +Y = -52; +a = 0; +c = 0; +e = 0; +o = 0; +f = 46; +s = 25; +t = 46; +z = 37; +t_i.liga = 46; +pi = 39; +zero = 20; +one = 28; +two = 52; +three = 25; +four = 13; +sevensuperior = -25; +emdash = -2; +parenright = -27; +braceright = 0; +bracketright = -10; +parenright.case = 0; +guillemetleft = -6; +guilsinglleft = -6; }; -onesuperior = { -A = -73; -comma = -133; -comma.ss01 = -136; -period = -131; -period.ss01 = -136; -slash = -84; +h = { +seven = -22; +registered = -17; }; -ordfeminine = { -comma = -133; -comma.ss01 = -136; -parenright = -25; -period = -131; -period.ss01 = -136; +emacron = { +Y = -66; +lcommaaccent = 3; }; -ordmasculine = { -comma = -133; -comma.ss01 = -136; -hyphen = -58; -parenright = -37; -parenright.case = -35; -period = -131; -period.ss01 = -136; -slash = -97; +numbersign = { +A = -26; +J = 11; +T = 5; +X = -47; +Y = -47; +one = 10; +eight = 21; +period = -6; +comma = -14; +slash = -28; +period.ss01 = -9; +comma.ss01 = -10; +parenright = -41; +bracketright = -37; +parenright.case = -27; +bracketright.case = -31; }; -oslash = { -a = 20; -bracketright = -18; -c = 21; -comma = -10; -comma.ss01 = -17; -d = 20; -e = 20; -f = 8; -f_f.liga = 8; -f_f_i.liga = 8; -f_y.liga = 8; -fi = 8; -fl = 8; -g = 21; -g.ss06 = 5; -hyphen = 24; -l.ss03 = 9; -l.ss04 = 21; -o = 21; -oslash = 21; -parenright = -40; -period = -8; -period.ss01 = -18; -s = 9; -t = 8; -t_i.liga = 8; -t_t.liga = 8; -u = 10; -v = 0; -y = 0; +copyright = { +parenright = -85; +parenright.case = -75; }; -otilde = { -parenright = -64; +t = { +iogonek = 0; +wdieresis = 3; +two = 21; +logicalnot = -61; +asciitilde = -5; }; -p = { -backslash = -42; -parenleft = 20; -registered = -12; -seven = -17; -two = -6; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_icircumflex" = 62; +"@MMK_R_KO_imacron" = 28; +"@MMK_R_KO_itilde" = 18; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 21; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 15; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -39; +"@MMK_R_KO_asciicircum" = -5; +}; +Hcircumflex = { +igrave = 25; }; -parenleft = { -Abrevetilde = -22; -Ccedilla = -58; -Ccircumflex = -58; -Dcroat = -15; -Eth = -15; -Gcircumflex = -59; -Icircumflex = 111; -Idieresis = 89; -Idotaccent = 2; -Imacron = 80; -Iogonek = 45; -Itilde = 47; -Jcircumflex = -15; -Lslash = -12; -OE = -58; -Odieresis = -58; -Odieresis.ss01 = -58; -Oslash = -15; -Scedilla = -48; -Scircumflex = -43; -Ydieresis = 0; -a.ss05 = -51; -acircumflexacute = -36; -adieresis = -65; -agrave = -65; -ampersand = -54; -approxequal = -67; -aring = -65; -asciicircum = -68; -asciitilde = -82; -at = -71; -ccaron = -45; -ccedilla = -64; -ccircumflex = -64; -cent = -67; -copyright = -83; -divide = -72; -dollar = -61; -equal = -52; -euro = -61; -four.numr = -45; -g.ss06 = 0; -germandbls = -44; -greater = -19; -greaterequal = -71; -hcircumflex = 85; -i.ss01 = -13; -iacute = -50; -ibreve = 38; -idotaccent.ss01 = -13; -imacron = 66; -infinity = -65; -iogonek = 46; -jcircumflex = 64; -l.ss03 = -8; -l.ss04 = 7; -less = -48; -lessequal = -78; -liraTurkish = -51; -literSign = -54; -logicalnot = -116; -minus = -83; -mu = -6; -multiply = -65; -notequal = -98; -numbersign = -41; -numero = -8; -ocircumflex = -64; -ohornhookabove = -64; -onesuperior = -21; -oslash = -24; -p = 0; -plusminus = -41; -published = -83; -question.ss01 = -43; -questiondown = -20; -quotedblbase = 13; -quotedblbase.ss01 = 0; -quotesinglbase = 13; -racute = -50; -radical = -52; -scaron = -31; -scedilla = -49; -scircumflex = -51; -scommaaccent = -51; -section = -54; -semicolon.ss01 = 0; -sterling = -40; -summation = 15; -tbar = -52; -tcommaaccent = -39; -thorn = 4; -udieresis = -59; -udieresis.ss01 = -58; -ugrave = -59; -wacute = -42; -wgrave = -42; -zcaron = -17; +aogonek.ss05 = { +j = 61; +comma = 20; +parenright = 34; +bracketright = 14; }; -parenleft.case = { -Dcroat = -12; -Icircumflex = 111; -Imacron = 81; -Iogonek = 54; -Lslash = -10; -OE = -47; -approxequal = -43; -asciicircum = -63; -asciitilde = -70; -at = -51; -copyright = -73; -dollar = -44; -equal = -46; -euro = -51; -infinity = -51; -less = -40; -logicalnot = -106; -minus = -75; -multiply = -54; -numbersign = -35; -parenleft.case = -55; -published = -73; -question.ss01 = -40; -questiondown.case = -34; -quotedblbase = -27; -radical = -39; -section = -31; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -67; +"@MMK_R_KO_H" = -23; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_J" = -44; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_V" = -67; +"@MMK_R_KO_W" = -48; +"@MMK_R_KO_X" = -85; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = -35; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = -35; +}; +_B.currency = { +_baht.bar = -27; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = 0; }; -parenright = { -asciicircum = -16; -braceright = -18; +rupeeIndian = { +four = -46; +period = -48; +comma = -53; +slash = -43; +period.ss01 = -55; +comma.ss01 = -56; }; -parenright.case = { -bracketright.case = -11; -colon = 13; -comma = -13; -comma.ss01 = -26; -emdash.case = 21; -hyphen.case = 21; -parenleft.case = 19; -parenright.case = -55; -period = -12; -period.ss01 = -27; -quotedbl = -11; -semicolon = 11; -slash = -28; +Zdotaccent = { +Hbar = 52; +endash.case = -24; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_T" = -76; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = -7; +"@MMK_R_KO_imacron" = -7; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = -45; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -33; +"@MMK_R_KO_onesuperior" = -72; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = -13; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -46; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -46; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; }; -percent = { -eightsuperior = -68; -fivesuperior = -81; -foursuperior = -96; -ninesuperior = -83; -onesuperior = -83; -question.ss01 = -104; -sevensuperior = -75; -sixsuperior = -86; -threesuperior = -68; -twosuperior = -38; +P = { +Hbar = 55; +Oslash = 8; +hbar = 28; +igrave = 0; +idieresis = 65; +idieresis.ss01 = 67; +two = 23; +three = 4; +five = 4; +seven = 24; +nine = 13; +twoinferior = -35; +threeinferior = -32; +fourinferior = -104; +ellipsis.ss01 = -151; +endash.case = 26; +braceright.case = 0; +ampersand = -29; }; -period = { -braceright = -15; -eightsuperior = -131; -fivesuperior = -131; -foursuperior = -131; -g.ss06 = 21; -ninesuperior = -131; -onesuperior = -131; -ordfeminine = -131; -ordmasculine = -131; -parenleft.case = -13; -quotesingle = -109; -sevensuperior = -131; -six = -16; -sixsuperior = -131; -threesuperior = -131; -twosuperior = -131; +twoinferior = { +T = -129; +V = -105; +W = -64; +Y = -159; +t = -34; +t_i.liga = -34; +t_t.liga = -34; +parenright = -30; }; -period.ss01 = { -Y = -136; -eightsuperior = -136; -fivesuperior = -136; -foursuperior = -136; -mu = -23; -ninesuperior = -136; -onesuperior = -136; -ordfeminine = -136; -ordmasculine = -136; -parenleft.case = -27; -question.ss01 = -107; -quotedbl = -136; -sevensuperior = -136; -sixsuperior = -136; -threesuperior = -136; -twosuperior = -136; +wdieresis = { +period = -74; +comma = -83; +bracketright = -69; }; -perthousand = { -asterisk = -124; -comma = 0; -comma.ss01 = -12; -parenright = -64; -parenright.case = -40; -period = 0; -period.ss01 = -13; -question = -94; -question.ss01 = -105; -quotedblleft = -98; -quotedblleft.ss01 = -76; -quotedblright = -75; -quotedblright.ss01 = -79; -quoteleft = -98; -quoteright = -75; +uhungarumlaut = { +onesuperior = -51; +sevensuperior = -31; +parenright = -15; +bracketright = -29; }; -pi = { -braceright = -16; -bracketright = -16; -colon = 16; -comma = 14; -guillemetright = 10; -hyphen = -4; -parenright = -39; -period = 16; -period.ss01 = -14; -pi = 9; -quoteright = -5; -quotesingle = -15; -semicolon = 14; -sevensuperior = -40; -slash = 4; -trademark = -59; +odieresis = { +germandbls = -2; +gbreve.ss06 = 0; }; -plus = { -X = -94; -asterisk = -28; -braceright = -82; -bracketright = -80; -bracketright.case = -83; -comma = -71; -comma.ss01 = -72; -one = 0; -parenright = -70; -parenright.case = -62; -period = -67; -period.ss01 = -73; -plus = -2; -question = -32; -quotedbl = -34; -quotedblleft = -16; -quotedblright = -2; -quoteright = -2; -quotesingle = -34; -seven = 0; -slash = -67; -tenge = -7; -three = -3; -two = -17; -x = -29; -yen = -55; +ohorndotbelow = { +c = 0; +i = 17; +idotaccent = 17; +m = 19; +n = 19; +p = 19; +t = 39; +u = 28; +t_i.liga = 39; +t_t.liga = 39; +period = -13; +comma = -21; +parenright = -15; +bracketright = -3; }; -plusminus = { -one = 0; -parenright = -41; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -45; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 35; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -14; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -41; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -46; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_backslash" = -24; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = -78; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_bracketright.case" = -35; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -54; +"@MMK_R_KO_asciicircum" = 0; }; -published = { -T = -24; -Y = -72; -parenright = -83; +one.numr = { +fraction = 0; }; -q = { -backslash = -24; -braceright = -5; -bracketright = 0; -comma = 5; -comma.ss01 = -6; -j = 18; -j.ss01 = 18; -parenright = 0; -semicolon = 4; -slash = 28; +Uhorntilde = { +exclam.ss01 = 50; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 14; +"@MMK_R_KO_zero" = 21; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 12; +"@MMK_R_KO_three" = 7; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_five" = 18; +"@MMK_R_KO_six" = 15; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 15; +"@MMK_R_KO_nine" = 9; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_plus" = 0; }; -question = { -exclam = 4; -questiondown = -88; +two = { +icircumflex = 82; +x = 21; +colon = 20; +semicolon = 10; +braceright = 0; +minus = -5; +multiply = 0; }; -question.ss01 = { -question.ss01 = 9; -questiondown.ss01 = -94; +j = { +hbar = 10; +idieresis = 75; +iogonek = 0; +jcircumflex = 71; }; -questiondown = { -p = 0; -questiondown = 20; +ldot.ss01 = { +period.ss01 = -110; +comma.ss01 = -108; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = 40; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_x" = 30; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_four" = -45; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_twosuperior" = -47; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -70; +"@MMK_R_KO_endash" = -59; +"@MMK_R_KO_underscore" = 40; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -64; +"@MMK_R_KO_asciicircum" = -5; }; -questiondown.case = { -C = -4; -Q = -4; -T = -85; -V = -89; -Y = -96; -quotedbl = -96; -quotedblleft = -103; -quotedblleft.ss01 = -104; -quoteright = -94; -quoteright.ss01 = -101; -quotesingle = -96; -seven = -90; +idieresis = { +l = 51; +icaron = 76; +idieresis = 122; }; -questiondown.ss01 = { -C = -75; -D = -10; -E = -10; -G = -64; -N = -10; -O = -75; -P = -10; -Q = -75; -S = -39; -T = -106; -U = -61; -V = -138; -W = -86; -Y = -158; -a = -40; -c = -47; -d = -41; -e = -46; -four = -97; -o = -46; -q = -40; -quotedbl = -110; -quotedblleft.ss01 = -107; -quoteright.ss01 = -104; -quotesingle = -109; -s = -30; -t = -54; -t_i.liga.ss01 = -54; -t_t.liga = -54; -v = -93; +approxequal = { +one = 0; +parenright = -79; +parenright.case = -71; +A = -49; +I.ss02 = 0; }; -quotedbl = { -A = -96; -AE = -96; -Aacute = -96; -Adieresis = -96; -Agrave = -96; -Amacron = -96; -Aring = -96; -Dcroat = -5; -Hbar = 46; -Jcircumflex = -59; -Lslash = -16; -asciitilde = -55; -ellipsis.ss01 = -235; -emdash = -44; -exclamdown = -22; -exclamdown.ss01 = -24; -g.ss06 = -34; -hbar = 24; -hyphen = -53; -imacron = 70; -jcircumflex = 86; -l.ss04 = 28; -mu = -25; -oslash = -40; -period.ss01 = -136; -questiondown = -106; -questiondown.case = -81; -questiondown.ss01 = -108; -underscore = -235; +ograve = { +T = -92; }; -quotedblbase = { -Dcroat = -21; -Icircumflex = -11; -Iogonek = 22; -Lslash = -19; -OE = -36; -Oslash = -8; -Tcedilla = -104; -approxequal = -24; -copyright = -52; -divide = -88; -equal = -27; -euro = -78; -g.ss06 = 19; -germandbls = -51; -iogonek = 28; -l.ss03 = -16; -l.ss04 = -14; -minus = -103; -multiply = -46; -numbersign = -31; -p = -8; -parenleft.case = -28; -published = -52; -quotedblleft = -272; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_Y" = -80; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_x" = -45; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -41; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = -54; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -46; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -88; }; -quotedblbase.ss01 = { -Iogonek = 28; -Tcedilla = -107; -divide = -69; -minus = -75; -p = -9; -question.ss01 = -107; -quotedblleft.ss01 = -271; -quotedblright.ss01 = -271; +S = { +Hbar = 32; +Lslash = 32; +hbar = 15; +ibreve = 8; +idieresis = 33; +idieresis.ss01 = 34; +two = 9; +three = 20; +five = 16; +eight = 22; +ampersand = 20; +dollar = 10; +greater = 0; +logicalnot = -53; }; -quotedblleft = { -Dcroat = 0; -Hbar = 31; -Jcircumflex = -52; -exclamdown = -3; -g.ss06 = -15; -imacron = 78; -jcircumflex = 26; -l.ss04 = 30; -minus = -22; -mu = -14; -questiondown = -92; -questiondown.case = -62; -quotedblbase = -272; -underscore = -244; +periodcentered.loclCAT = { +l = 31; +l.ss03 = 35; +l.ss04 = 32; }; -quotedblleft.ss01 = { -Dcroat = 0; -ellipsis.ss01 = -271; -g.ss06 = -15; -l.ss04 = 18; -mu = -22; -questiondown.ss01 = -104; -quotedblbase.ss01 = -271; -underscore = -244; +Iogonek = { +iogonek = 11; +j = 46; +j.ss01 = 46; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 48; +"@MMK_R_KO_imacron" = 57; +"@MMK_R_KO_itilde" = 48; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 14; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 4; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -5; }; -quotedblright = { -A = -102; -Adieresis = -102; -Aring = -102; -Dcroat = -18; -asciitilde = -71; -g.ss06 = -43; -l.ss04 = 27; -mu = -27; -oslash = -54; -questiondown = -110; -questiondown.case = -93; -quotesinglbase = -133; -tbar = -11; +racute = { +parenright = 0; +bracketright = 0; }; -quotedblright.ss01 = { -A = -102; -ellipsis.ss01 = -271; -hyphen = -61; -questiondown.case = -84; -questiondown.ss01 = -106; +questiondown.case = { +C = -11; +Q = -12; +Q.ss09 = -12; +T = -109; +V = -104; +W = -66; +Y = -131; +one = -100; +seven = -100; +parenright.case = -43; +quotedblleft = -139; +quoteright = -128; +quotedbl = -131; +quotesingle = -99; +quotedblleft.ss01 = -125; +quoteright.ss01 = -116; }; -quoteleft = { -Hbar = 31; -Jcircumflex = -54; -exclamdown = -3; -g.ss06 = -15; -imacron = 78; -l.ss04 = 29; -mu = -14; -oslash = -25; -questiondown = -92; -questiondown.case = -61; -quotedblbase = -133; +f_y.liga = { +germandbls = 25; +zeroinferior = -64; +ampersand = -33; }; -quoteleft.ss01 = { -A = -81; -J = -103; -g.ss06 = -15; -questiondown.ss01 = -104; -quotedblbase.ss01 = -136; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -58; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -36; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -66; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -46; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -66; +"@MMK_R_KO_f" = -48; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_n" = -50; +"@MMK_R_KO_j" = 74; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -52; +"@MMK_R_KO_u" = -55; +"@MMK_R_KO_uacute" = -55; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -63; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -42; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_pi" = -54; +"@MMK_R_KO_zero" = -58; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_two" = -14; +"@MMK_R_KO_three" = -34; +"@MMK_R_KO_four" = -59; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -60; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -30; +"@MMK_R_KO_nine" = -43; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_foursuperior" = -53; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -54; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_question" = -43; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -53; +"@MMK_R_KO_comma.ss01" = 17; +"@MMK_R_KO_colon.ss01" = -46; +"@MMK_R_KO_hyphen" = -80; +"@MMK_R_KO_endash" = -81; +"@MMK_R_KO_parenright" = 52; +"@MMK_R_KO_bracketright" = 20; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -41; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -35; +"@MMK_R_KO_plus" = -95; +"@MMK_R_KO_percent" = -34; }; -quoteright = { -Hbar = 44; -J = -95; -Jcircumflex = -85; -OE = -15; -a.ss05 = -49; -acircumflex = -47; -agrave = -49; -egrave = -57; -ellipsis = -133; -emdash = -73; -g.ss06 = -43; -hbar = 19; -hyphen = -78; -idieresis = 87; -igrave = 0; -imacron = 72; -itilde = 66; -l.ss04 = 27; -mu = -27; -oslash = -54; -questiondown = -110; -quotedblbase = -133; -ytilde = -2; +bracketleft.case = { +Icircumflex = 104; +numbersign = -22; +parenleft.case = 0; +bracketright.case = 18; +at = 0; +literSign = 0; +euro = -47; +minus = -90; +equal = -19; +less = -64; +asciitilde = -88; +asciicircum = -68; +infinity = -35; }; -quoteright.ss01 = { -J = -108; -questiondown.ss01 = -106; -quotedblbase.ss01 = -136; +K = { +Lslash = -7; +Oslash = -7; +edieresis = -49; +odieresis.ss01 = -51; +odieresis = -51; +oslash = -5; +igrave = 42; +rcaron = 25; +idieresis = 75; +jcircumflex = 22; +ygrave = -13; +ytilde = -13; +idieresis.ss01 = 79; +zero = -64; +two = 31; +three = -35; +six = -59; +seven = 0; +nine = -50; +numbersign = -51; +endash.case = -135; +parenleft.case = -46; +at = -45; +ampersand = -23; +registered = -73; +dollar = -47; +plus = -103; +minus = -128; +multiply = -63; +divide = -93; +equal = -35; +notequal = -79; +less = -83; +logicalnot = -164; +asciitilde = -113; }; -quotesinglbase = { -Iogonek = 22; -T = -104; -V = -116; -W = -78; -Y = -133; -copyright = -52; -g.ss06 = 19; -hyphen = -33; -iogonek = 28; -l.ss03 = -16; -minus = -103; -p = -8; -v = -88; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 29; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -45; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -40; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -81; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_bracketright.case" = -41; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = 0; }; -quotesinglbase.ss01 = { -T = -125; -V = -126; -W = -80; -Y = -136; -minus = -75; -question.ss01 = -107; +semicolon = { +four = 0; +onesuperior = -58; +sevensuperior = -60; +hyphen = -20; +emdash = -18; +endash = -3; +hyphen.case = -3; +parenright = -24; +guillemetleft = -13; }; -quotesingle = { -Dcroat = -5; -Hbar = 46; -J = -96; -OE = -11; -comma = -109; -comma.ss01 = -109; -ellipsis = -109; -exclamdown = -22; -g.ss06 = -34; -hbar = 24; -idieresis = 88; -igrave = 25; -imacron = 70; -itilde = 67; -jcircumflex = 86; -l.ss04 = 28; -mu = -25; -period = -109; -questiondown = -106; -questiondown.case = -81; -questiondown.ss01 = -108; -underscore = -109; +Thorn = { +Eth = 42; }; -r = { -ampersand = -28; -asciitilde = -5; -exclam.ss01 = 4; -fiveinferior = -12; -fourinferior = -73; -gcircumflex.ss06 = 0; -germandbls = 19; -logicalnot = -42; -minus = -4; -numbersign = 0; -plus = 0; -sixinferior = -31; -threeinferior = -20; -twoinferior = -23; +four.dnom = { +question = -130; +question.ss01 = -136; +parenright = -56; +quotedblleft = -66; +quotedblright = -39; +quoteleft = -65; +quoteright = -40; +quotedbl = -80; +quotesingle = -80; +quotedblleft.ss01 = -60; +quoteleft.ss01 = -60; +quotedblright.ss01 = -50; +quoteright.ss01 = -50; +degree = -111; }; -racute = { -parenright = -13; -sevensuperior = 0; +braceright = { +Y = -49; +period = -34; +comma = -42; +period.ss01 = -54; +comma.ss01 = -53; +parenright = -39; +braceright = -6; +asciicircum = -4; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 53; +"@MMK_R_KO_imacron" = 63; +"@MMK_R_KO_itilde" = 53; +"@MMK_R_KO_j" = 31; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = 19; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 29; +"@MMK_R_KO_bracketright" = 8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -72; +"@MMK_R_KO_Oacute" = -72; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -68; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -132; +"@MMK_R_KO_U" = -60; +"@MMK_R_KO_V" = -152; +"@MMK_R_KO_W" = -92; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -190; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 42; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -65; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -37; +"@MMK_R_KO_v" = -102; +"@MMK_R_KO_w" = -82; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -13; +"@MMK_R_KO_t_t.liga" = -65; +"@MMK_R_KO_zero" = -70; +"@MMK_R_KO_one" = -100; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = -35; +"@MMK_R_KO_four" = -118; +"@MMK_R_KO_five" = -42; +"@MMK_R_KO_six" = -65; +"@MMK_R_KO_seven" = -83; +"@MMK_R_KO_eight" = -30; +"@MMK_R_KO_nine" = -52; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -162; +"@MMK_R_KO_quotesingle" = -99; +"@MMK_R_KO_quotedblleft.ss01" = -156; }; -radical = { -A = -100; -a = -45; -four = -49; -s = -42; +ampersand = { +one = -57; +seven = -64; +parenright = -44; +bracketright = -4; +quotedblleft = -33; +quotedblright = -12; +quoteleft = -32; +quoteright = -12; +quotedbl = -48; +quotesingle = -48; +quotedblleft.ss01 = -30; +quoteleft.ss01 = -30; +quotedblright.ss01 = -21; +quoteright.ss01 = -21; +v = -33; +w = -31; +y = -34; }; -rcaron = { -b = 0; -i = 0; -k = 0; -l.ss04 = 39; -parenright = 19; -sevensuperior = 33; +four = { +x = -44; +ordfeminine = -61; +ordmasculine = -59; +zero.numr = -59; +one.numr = -61; +three.numr = -55; +four.numr = -62; +five.numr = -56; +six.numr = -58; +seven.numr = -49; +eight.numr = -51; +nine.numr = -68; +threesuperior = -51; +fivesuperior = -47; +eightsuperior = -42; +colon = 0; +semicolon = -12; +question.ss01 = -59; +underscore = -45; +braceright = -29; +braceright.case = -13; +bracketright.case = -26; +quoteright.ss01 = -61; +registered = -30; +trademark = -67; +asciicircum = -67; }; -registered = { -comma = -117; +zerosuperior = { +A = -110; +fraction = -39; +period = -144; +comma = -148; +slash = -125; +period.ss01 = -126; comma.ss01 = -128; -parenright = -57; -parenright.case = -51; -period = -116; -period.ss01 = -129; -slash = -83; -trademark = -27; -}; -rupeeIndian = { -four = -37; -slash = -28; +parenright = -33; +parenright.case = -32; +guillemetleft = -52; +guilsinglleft = -52; }; -s = { -abrevetilde.ss05 = 17; -ampersand = 21; -asciitilde = -17; -backslash = -40; -guilsinglright = -9; -i = 0; -l = 0; -logicalnot = -52; -m = 0; +n = { n = 0; -parenleft = 11; -r = 0; -registered = -13; -seven = -12; -wacute = -8; +gcircumflex.ss06 = 3; +ordfeminine = -39; +ordmasculine = -40; +seven = -22; +at = 7; +registered = -17; +degree = -52; +notequal = -51; +greaterequal = -39; +logicalnot = -62; }; -sacute = { -parenright = -50; +bracketleft = { +Icircumflex = 107; +Dcroat = 0; +Oslash = 0; +oslash = 19; +hcircumflex = 110; +i = 9; +idotaccent = 9; +iacute = -3; +ntilde = 0; +nacute = 0; +p = 12; +ibreve = 79; +icircumflex = 91; +imacron = 111; +jcircumflex = 99; +macute = 0; +scaron = -5; +scircumflex = -9; +germandbls = -40; +x = 0; +colon = -14; +numbersign = -24; +parenleft = -2; +at = -32; +ampersand = -26; +literSign = -30; +dollar = -5; +euro = -46; +minus = -88; +equal = -15; +less = -63; +asciitilde = -86; +asciicircum = -66; +infinity = -35; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 174; +"@MMK_R_KO_O" = 71; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 173; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_i" = 134; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 145; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 64; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 71; +"@MMK_R_KO_l.ss03" = 169; +"@MMK_R_KO_l.ss04" = 190; +"@MMK_R_KO_t_t.liga" = 64; +"@MMK_R_KO_sixsuperior" = 145; +"@MMK_R_KO_onesuperior" = 151; +"@MMK_R_KO_twosuperior" = 91; +"@MMK_R_KO_threesuperior" = 70; +"@MMK_R_KO_foursuperior" = 96; +"@MMK_R_KO_fivesuperior" = 159; +"@MMK_R_KO_sevensuperior" = 152; +"@MMK_R_KO_eightsuperior" = 154; +"@MMK_R_KO_ninesuperior" = 141; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_colon" = 76; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 169; +"@MMK_R_KO_question" = 117; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_question.ss01" = 109; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_parenright" = 157; +"@MMK_R_KO_bracketright" = 192; +"@MMK_R_KO_quotedblleft" = 103; +"@MMK_R_KO_quoteleft" = 102; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_quotedbl" = 185; +"@MMK_R_KO_quotesingle" = 185; +"@MMK_R_KO_quotedblleft.ss01" = 121; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 73; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 54; +"@MMK_R_KO_T" = 68; +"@MMK_R_KO_V" = 78; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = 28; +"@MMK_R_KO_Z" = 76; +"@MMK_R_KO_I.ss02" = 83; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 36; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 36; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = 84; +"@MMK_R_KO_imacron" = 84; +"@MMK_R_KO_itilde" = 65; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = 41; +"@MMK_R_KO_l.ss04" = 78; +"@MMK_R_KO_g.ss06" = -12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 73; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = 50; +"@MMK_R_KO_onesuperior" = 78; +"@MMK_R_KO_twosuperior" = 72; +"@MMK_R_KO_threesuperior" = 58; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 41; +"@MMK_R_KO_sevensuperior" = 81; +"@MMK_R_KO_eightsuperior" = 48; +"@MMK_R_KO_ninesuperior" = 53; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -17; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 47; +"@MMK_R_KO_question" = 65; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = 32; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = 64; +"@MMK_R_KO_bracketright" = 61; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = 48; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 48; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 85; +"@MMK_R_KO_quotesingle" = 85; +"@MMK_R_KO_quotedblleft.ss01" = 32; +"@MMK_R_KO_quotedblright.ss01" = 47; +"@MMK_R_KO_quoteright.ss01" = 47; }; -scaron = { -imacron = 23; -parenright = -32; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 29; }; -scedilla = { -comma = 8; -gbreve.ss06 = 16; -parenright = -51; +J.ss10 = { +Hbar = 48; +ibreve = 54; +icaron = 84; +idieresis = 99; +jcircumflex = 101; +idieresis.ss01 = 75; }; -semicolon = { -emdash = -17; -hyphen = -23; -parenright = -27; +quotedblbase.ss01 = { +Dcroat = -32; +oslash = -12; +p = -15; +germandbls = -75; +asterisk = -155; +numbersign = -20; +question.ss01 = -138; +hyphen.case = -170; +emdash.case = -170; +parenleft.case = -37; +quotedblleft.ss01 = -271; +quoteright.ss01 = -136; +at = -32; +copyright = -63; +published = -63; +dollar = -25; +euro = -92; +minus = -68; +multiply = -29; +divide = -63; +equal = -15; +approxequal = -5; }; -semicolon.ss01 = { -hyphen = -11; +l.ss03 = { +oslash = -4; +periodcentered.loclCAT = 0; +notequal = -53; +logicalnot = -91; }; -seven = { -asciitilde = -53; -backslash = 62; -g.ss06 = -42; -minus = -42; -mu = -14; -multiply = -2; -notequal = -42; -ordmasculine = 24; -plusminus = -9; -six = -5; -underscore = -104; +parenleft = { +Icircumflex = 115; +Imacron = 10; +Idieresis = 86; +Dcroat = -5; +Eth = -5; +Iogonek = 38; +Lslash = -5; +Oslash = -29; +a.ss05 = -47; +thorn = 11; +ccedilla = -65; +ccaron = -49; +edieresis = -55; +odieresis = -56; +oslash = -19; +hcircumflex = 117; +i = -5; +idotaccent = -5; +i.ss01 = -4; +iacute = -44; +ntilde = -50; +nacute = -50; +ncaron = -37; +ncommaaccent = -50; +p = 0; +idieresis = 61; +imacron = 83; +iogonek = 38; +jcircumflex = 74; +scedilla = -50; +scaron = -21; +scircumflex = -55; +germandbls = -54; +tcedilla = -31; +x = -33; +zcaron = 0; +g.ss06 = 8; +mu = 0; +four.numr = -58; +colon = -43; +numbersign = -42; +semicolon.ss01 = 17; +question.ss01 = -46; +parenleft = -50; +braceleft = -39; +quotedblbase = 9; +quotedblbase.ss01 = 17; +at = -60; +ampersand = -53; +section = -39; +copyright = -73; +registered = -47; +published = -73; +literSign = -59; +numero = -8; +cent = -62; +dollar = -51; +euro = -63; +liraTurkish = -44; +sterling = -44; +minus = -106; +multiply = -89; +divide = -95; +equal = -80; +notequal = -104; +greater = -22; +less = -77; +greaterequal = -67; +lessequal = -76; +plusminus = -72; +approxequal = -79; +logicalnot = -121; +asciitilde = -105; +asciicircum = -87; +infinity = -59; +summation = 20; +radical = -55; }; -seven.dnom = { -degree = -60; -parenright = -60; -question = -89; -question.ss01 = -96; -quotedbl = -39; -quotedblleft = -33; -quotedblright = -4; -quoteright = -4; -quotesingle = -39; -seven.dnom = 31; +asciicircum = { +one = 0; +two = 0; +three = 0; +four = -56; +eight = -5; +period = -144; +comma = -148; +asterisk = 0; +slash = -140; +period.ss01 = -126; +comma.ss01 = -128; +hyphen = -69; +hyphen.case = -5; +parenright = -85; +bracketright = -76; +parenright.case = -84; +bracketright.case = -78; +u = -2; +x = -5; +mu = -5; }; -seven.numr = { -seven.numr = 31; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -75; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -52; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -52; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = 30; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -50; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -43; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_quoteright.ss01" = -32; }; -seveninferior = { -fourinferior = -23; -parenright = -59; -seveninferior = 29; +plus = { +one = 0; +two = 0; +three = 0; +seven = 0; +seven.numr = -49; +period = -58; +comma = -69; +question = 0; +asterisk = -5; +slash = -69; +period.ss01 = -52; +comma.ss01 = -52; +question.ss01 = 0; +parenright = -95; +braceright = -84; +bracketright = -88; +parenright.case = -84; +braceright.case = -82; +bracketright.case = -87; +quotedblleft = -5; +quotedblright = -5; +quoteleft = -5; +quoteright = -5; +guillemetright = -5; +quotedbl = -34; +quotesingle = -8; +quotedblleft.ss01 = -5; +quoteleft.ss01 = -5; +quotedblright.ss01 = 0; +trademark = -69; +tenge = 0; +yen = -61; +plus = 0; +x = -5; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = 13; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 102; +"@MMK_R_KO_imacron" = 76; +"@MMK_R_KO_itilde" = 75; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = 4; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = 38; +"@MMK_R_KO_period.ss01" = 3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -51; +"@MMK_R_KO_underscore" = 28; +"@MMK_R_KO_hyphen.case" = -52; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 27; +"@MMK_R_KO_bracketright" = 7; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; }; -sevensuperior = { -A = -118; -comma = -133; -comma.ss01 = -136; -fraction = -41; -guillemetleft = -84; -period = -131; -period.ss01 = -136; -slash = -136; +quoteleft = { +Hbar = 19; +igrave = 29; +icircumflex = 24; +imacron = 75; +jcircumflex = 19; +g.ss06 = -20; +mu = -13; +exclamdown = -3; +questiondown = -139; +questiondown.case = -66; +quotedblbase = -148; +ampersand = -47; +minus = -22; +divide = -5; +logicalnot = -63; +asciitilde = -41; }; -six = { -braceright = -23; -bracketright.case = -14; -ordmasculine = 0; -six = 21; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -128; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -102; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -237; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_eacute" = -37; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -56; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 6; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -144; +"@MMK_R_KO_comma" = -148; +"@MMK_R_KO_ellipsis" = -299; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -137; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = 13; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -111; +"@MMK_R_KO_V" = -85; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = -129; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -2; }; -six.dnom = { -degree = -110; -parenright = -51; -question = -87; -question.ss01 = -98; -quotedbl = -93; +nine.dnom = { +question = -124; +question.ss01 = -123; +parenright = -61; +parenright.case = -30; quotedblleft = -83; -quotedblleft.ss01 = -51; -quotedblright = -53; -quoteright = -53; -quotesingle = -93; +quotedblright = -52; +quoteleft = -82; +quoteright = -54; +quotedbl = -110; +quotesingle = -99; +quotedblleft.ss01 = -70; +quoteleft.ss01 = -70; +quotedblright.ss01 = -68; +quoteright.ss01 = -68; +degree = -143; }; -sixinferior = { -T = -105; -W = -47; -bracketright = -29; -parenright = -48; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -116; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = -82; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -136; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -64; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_eacute" = -67; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_j" = -21; +"@MMK_R_KO_lslash" = -24; +"@MMK_R_KO_s" = -50; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_pi" = -9; +"@MMK_R_KO_zero" = -29; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -80; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -32; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -16; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -131; +"@MMK_R_KO_period.ss01" = -126; +"@MMK_R_KO_comma.ss01" = -128; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_hyphen" = -76; +"@MMK_R_KO_endash" = -49; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -21; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_plus" = -30; }; -sixsuperior = { -comma = -133; -comma.ss01 = -136; -fraction = -7; -period = -131; -period.ss01 = -136; -slash = -88; +Omacron = { +Eth = 20; }; -slash = { -Hbar = 52; -Ydieresis = 36; -backslash = 34; -eightinferior = -87; -fourinferior = -108; -g.ss06 = -49; -ibreve = 66; -idieresis = 94; -igrave = 56; -imacron = 90; -integral = -71; -itilde = 65; -jcircumflex = 66; -l.ss03 = 6; -l.ss04 = 41; -minus = -73; -mu = -37; -oneinferior = -80; -oslash = -63; -quotedblbase = -126; -quotedblbase.ss01 = -125; -quotesinglbase = -126; -radical = -35; -sterling = -58; -underscore = -135; +uhorndotbelow.ss01 = { +a = -40; +c = -43; +period.ss01 = -51; +ellipsis.ss01 = -51; +comma.ss01 = -51; }; -sterling = { -four = 0; -parenright = -41; -three = 8; -two = 14; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_pi" = 11; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_two" = 30; +"@MMK_R_KO_three" = 8; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 24; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = 17; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -4; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 8; }; -summation = { -n = -13; +exclamdown = { +T = -35; +V = -53; +Y = -92; +j = 53; }; -t = { -asciitilde = -24; -exclam.ss01 = 0; -idieresis = 0; -iogonek = 0; -two = 15; -yhookabove = 3; +Adieresis = { +Germandbls = 0; +endash.case = -73; +registered = -87; }; -t_i.liga = { -asciitilde = -21; -germandbls = 0; -hbar = 0; -idieresis = 41; -jcircumflex = 52; -logicalnot = -58; }; -t_i.liga.ss01 = { -idieresis.ss01 = 38; -jcircumflex = 71; -parenright = -13; +"A312EA11-A86D-4039-A6A0-3473E7FCFCBA" = { +J = { +Hbar = 27; +Oslash = 1; +a = 1; +igrave = 20; +ibreve = 26; +icaron = 19; +idieresis = 16; +jcircumflex = 19; +idieresis.ss01 = 15; +greater = 24; }; -t_t.liga = { -asciitilde = -24; -iogonek = 0; -two = 15; -yhookabove = 3; +exclam.ss01 = { +period.ss01 = -19; }; -tbar = { -guilsinglleft = 0; -parenright = -48; -tbar = 0; +ohungarumlaut = { +onesuperior = 0; +sevensuperior = 11; +parenright = -5; +bracketright = -17; +quotedblright = 0; +quotedbl = 0; +quotesingle = 2; }; -tcaron = { +uhornacute = { a = 0; -b = 39; -bracketright = 83; -ccaron = 4; -colon = 15; -comma = 13; -d = 0; -eightsuperior = 52; -exclam = 73; -exclam.ss01 = 71; -f = 11; -f_f.liga = 11; -f_f_i.liga = 11; -f_y.liga = 11; -fi = 11; -fivesuperior = 57; -fl = 11; -h = 39; -hyphen = -9; -i = 36; -i.ss01 = 39; -idotaccent = 36; -j = 38; -j.ss01 = 49; -k = 39; -l = 39; -l.ss03 = 45; -l.ss04 = 67; -ninesuperior = 51; -o = 0; -onesuperior = 65; -parenright = 79; -period = 15; -period.ss01 = -15; -question = 38; -quotedbl = 70; -quotedblleft = 24; -quotedblleft.ss01 = 29; -quotedblright = 54; -quoteleft = 23; -quoteleft.ss01 = 29; -quotesingle = 70; -scaron = 32; -semicolon = 13; -sevensuperior = 85; -sixsuperior = 43; -t = 11; -t_i.liga = 11; -t_i.liga.ss01 = 11; -t_t.liga = 11; -threesuperior = 47; -twosuperior = 44; -uring = 0; +a.ss05 = 0; +c = 0; +n = 0; +t = 0; +u = 2; +t_i.liga = 13; +t_t.liga = 13; +period = 0; +comma = 0; +ellipsis = -18; +question = 62; +period.ss01 = -17; +ellipsis.ss01 = -22; +comma.ss01 = -17; +parenright = 2; +quotedbl = 40; }; -tcedilla = { -Tcedilla = -2; -a = 0; -abreve = 0; -comma = 21; -e = 0; -hyphen = -9; -parenright = 0; -semicolon = 20; -tcedilla = 4; +o = { +germandbls = -21; +gbreve.ss06 = 4; +ordmasculine = -38; +seven = -36; +registered = -22; +logicalnot = 0; }; -tcommaaccent = { -comma = 15; -parenright = -34; +ellipsis = { +Dcroat = -24; +Tbar = -75; +tbar = -57; +twosuperior = -95; +threesuperior = -108; +fivesuperior = -111; +eightsuperior = -119; +parenleft = -35; +braceright = -56; +parenleft.case = -59; +bracketright.case = -34; }; -tenge = { -comma = -107; -comma.ss01 = -136; -four = -13; -period = -106; -period.ss01 = -136; -slash = -69; +Iacute = { +A = 21; +S = 11; +igrave = 19; +icircumflex = 19; +parenright.case = 20; }; -three = { -braceright = -15; -minus = -11; -six = 15; +sixsuperior = { +A = -38; +fraction = 4; +period = -38; +comma = -44; +slash = -51; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -36; +parenright = -22; +guillemetleft = -32; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 47; +"@MMK_R_KO_H" = 28; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 39; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 23; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_W" = 34; +"@MMK_R_KO_X" = 39; +"@MMK_R_KO_Y" = 21; +"@MMK_R_KO_Z" = 31; +"@MMK_R_KO_I.ss02" = 49; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 16; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 27; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_itilde" = 36; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_x" = 31; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 25; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 30; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = 13; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 24; +"@MMK_R_KO_period.ss01" = 10; +"@MMK_R_KO_comma.ss01" = 10; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -19; +"@MMK_R_KO_endash" = -39; +"@MMK_R_KO_underscore" = 47; +"@MMK_R_KO_hyphen.case" = -48; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 3; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 23; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = 22; +"@MMK_R_KO_asciicircum" = -54; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = -44; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -108; +"@MMK_R_KO_zero" = 13; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_two" = -57; +"@MMK_R_KO_three" = -36; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 11; +"@MMK_R_KO_seven" = -63; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -102; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -103; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -90; +"@MMK_R_KO_plus" = 12; +}; +Igrave = { +j = 2; +l.ss04 = 4; }; -three.dnom = { -degree = -106; -parenright = -48; -question = -87; -question.ss01 = -99; -quotedbl = -88; -quotedblleft = -76; -quotedblright = -48; -quoteright = -48; -quotesingle = -88; +five = { +icircumflex = 12; +x = 0; +ordfeminine = -21; +ordmasculine = -21; +parenleft = 23; +asciicircum = -56; }; -three.numr = { -fraction = -7; +Tcommaaccent = { +aacute = -56; +acircumflex.ss05 = -24; +amacron.ss05 = -34; +abreve.ss05 = 0; +endash.case = -52; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -42; +"@MMK_R_KO_asterisk" = -42; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -25; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -63; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -68; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -43; }; -threeinferior = { -T = -106; -V = -83; -W = -45; -Y = -131; -parenright = -43; +questiondown.ss01 = { +l.ss03 = -44; +quoteright.ss01 = -37; }; -threesuperior = { -comma = -133; -comma.ss01 = -136; -fraction = 0; -hyphen = -25; -parenright = -25; -parenright.case = -24; -period = -131; -period.ss01 = -136; -slash = -86; +threeinferior = { +T = -62; +V = -50; +W = -32; +Y = -83; +parenright = -36; +bracketright = -39; }; -trademark = { -comma = -133; -comma.ss01 = -136; -guillemetleft = -48; -guilsinglleft = -48; -hyphen = -51; -parenright = -32; -period = -131; -period.ss01 = -136; -slash = -104; +Adieresis.ss01 = { +endash.case = -26; +registered = -42; }; -two = { -braceright = 0; -exclam = 20; -minus = -13; -multiply = 0; -six = 6; +lcaron.ss03 = { +b = 21; +h = 21; +k = 21; +i = 0; +idotaccent = 0; +i.ss01 = 5; +idotaccent.ss01 = 5; +j = 0; +j.ss01 = 6; +zcaron = 21; +l.ss03 = 22; +lcaron.ss03 = 22; +sixsuperior = 50; +onesuperior = 86; +twosuperior = 78; +threesuperior = 73; +foursuperior = 32; +fivesuperior = 54; +sevensuperior = 98; +eightsuperior = 59; +ninesuperior = 63; +exclam = 68; +question = 85; +exclam.ss01 = 66; +question.ss01 = 63; +parenright = 62; +bracketright = 12; +quotedblleft = 78; +quoteleft = 78; +quotedbl = 89; +quotesingle = 89; +quotedblleft.ss01 = 64; +quoteleft.ss01 = 64; }; -two.dnom = { -degree = -109; -question = -89; -question.ss01 = -102; -quotedbl = -91; -quotedblleft = -81; -quotedblright = -51; -quoteright = -51; -quotesingle = -91; +f_f.liga = { +e = -5; +f = 0; +fl = 0; +i = -2; +i.ss01 = 0; +idieresis = -2; +seven = 38; +ampersand = -19; }; -twoinferior = { -T = -109; -V = -85; -W = -50; -Y = -137; -parenright = -34; -t = -26; -t_i.liga = -26; -t_t.liga = -26; +Jacute = { +Icircumflex = 0; +Imacron = 0; +Hbar = 28; +igrave = 20; +ibreve = 26; +icaron = 19; +idieresis = 16; +jcircumflex = 19; +idieresis.ss01 = 15; +parenright = 4; +parenright.case = 19; }; -u = { -asciitilde = -21; -backslash = -24; -exclam.ss01 = -9; -germandbls = 0; -jcircumflex = 18; -logicalnot = -58; +braceright.case = { +J.ss10 = -27; +period = -13; +comma = -19; +period.ss01 = -38; +comma.ss01 = -37; +hyphen.case = 43; +parenright.case = -3; +braceright.case = -10; +asciicircum = -49; }; -uacute = { -parenright = -50; +ecircumflexhookabove = { +m = -2; +n = -2; +u = 0; +period.ss01 = -18; +comma.ss01 = -15; +parenright = 31; }; -uhorn = { -a = -17; -a.ss05 = -17; -colon = 16; -comma = -24; -comma.ss01 = -43; -guillemetright = 29; -ohorn = -21; -ohornacute = -21; -ohorndotbelow = -21; -ohorndotbelow.ss01 = -21; -ohorngrave = -21; -ohornhookabove = -21; -ohorntilde = -21; -parenright = -20; -period = -24; -period.ss01 = -44; -quotedbl = 22; -quotedblright = 11; -u = 13; +Cdotaccent = { +Hbar = 32; }; -uhornacute = { -a = -17; -a.ss05 = -17; -c = -20; -comma = -24; -comma.ss01 = -43; -guillemetright = 29; -parenright = -20; -period = -24; -period.ss01 = -44; -quotedbl = 22; -t = 29; -t_i.liga = 29; -t_i.liga.ss01 = 29; -t_t.liga = 29; -u = 13; +Ncommaaccent = { +imacron = 26; }; -uhorndotbelow = { -a = -17; -a.ss05 = -17; -c = -20; -colon = 16; -comma = -23; -guillemetright = 29; -parenright = -20; -period = -24; -quotedbl = 22; -quotedblright = 11; -u = 13; +dollar = { +one = 0; +three = 15; +four = 14; +five = 0; +eight = 10; +parenright = -41; +bracketright = -35; +parenright.case = -14; }; -uhorndotbelow.ss01 = { -a = -17; -c = -20; -comma.ss01 = -43; -parenright = -20; -period.ss01 = -44; +Scaron = { +iogonek = 7; }; -uhorngrave = { -a = -17; -a.ss05 = -17; -comma = -24; -comma.ss01 = -43; -guillemetright = 29; -parenright = -20; -period = -24; -period.ss01 = -44; -quotedbl = 22; -quotedblright = 11; +fi = { +hbar = 0; +idieresis = 0; +jcircumflex = 0; +germandbls = 0; +logicalnot = 0; }; -uhornhookabove = { -a = -17; -a.ss05 = -17; -comma = -24; -comma.ss01 = -43; -guillemetright = 29; -parenright = -20; -period = -24; -period.ss01 = -44; -quotedbl = 22; -quotedblright = 11; -quotesingle = 22; -semicolon = 13; -u = 13; +zero = { +icircumflex = 14; +x = -11; +ordmasculine = -11; +underscore = -23; +parenleft = 15; +braceright = -39; +braceright.case = -31; +bracketright.case = -31; +baht = -12; +trademark = -39; +multiply = -17; +asciicircum = -29; }; -uhorntilde = { -a = -17; -a.ss05 = -17; -colon = 16; -comma = -24; -comma.ss01 = -43; -guillemetright = 29; -parenright = -20; -period = -24; -period.ss01 = -44; -quotedbl = 22; -quotedblright = 11; -u = 13; +period.ss01 = { +ordfeminine = -38; +ordmasculine = -38; +twosuperior = -38; +threesuperior = -38; +fivesuperior = -38; +eightsuperior = -38; +question.ss01 = -38; +parenleft = -26; +braceright = -38; +parenleft.case = -38; +quoteright.ss01 = -37; }; -uhungarumlaut = { -b = 0; -comma.ss01 = -22; -h = 0; -j = 18; -j.ss01 = 18; -k = 0; -l = 0; -l.ss04 = 0; -parenright = -22; -period.ss01 = -23; +X = { +igrave = 37; +ibreve = 37; +icaron = 33; +idieresis = 8; +idieresis.ss01 = 22; +zero = -24; +two = 31; +three = -4; +six = -24; +eight = -8; +nine = -15; +numbersign = -27; +endash.case = -52; +parenleft.case = -21; +at = -24; +registered = -34; +plus = -63; +minus = -63; +multiply = -58; +equal = -37; +notequal = -69; +less = -37; +logicalnot = -52; +asciitilde = -54; }; -underscore = { -A = 47; -C = -55; -G = -50; -J = 39; -O = -55; -Q = -55; -S = -32; -T = -90; -U = -49; -V = -116; -W = -62; -X = 43; -Y = -134; -Z = 28; -a = -35; -asterisk = -160; -c = -43; -d = -37; -e = -42; -eight = -24; -f = -28; -five = -33; -four = -91; -j = 87; -nine = -36; -o = -42; -one = -72; -q = -36; -quotedbl = -235; -quotedblright = -244; -quotedblright.ss01 = -244; -quotesingle = -109; -s = -24; -seven = -57; -six = -45; -slash = 67; -t = -51; -t_i.liga = -51; -t_t.liga = -51; -three = -26; -two = 34; -u = -32; -underscore = -16; -v = -82; -w = -50; -x = 45; -z = 27; -zero = -51; +L = { +H = 0; +Dcroat = -2; +Oslash = 0; +Tbar = -56; +oslash = 0; +ordfeminine = -93; +ordmasculine = -92; +zero = -36; +two = 11; +three = -19; +five = -30; +six = -36; +seven = -36; +nine = -33; +numbersign = -41; +endash.case = -80; +parenleft.case = -40; +quoteleft.ss01 = -37; +at = -38; +registered = -94; +dollar = -40; +plus = -80; +minus = -80; +multiply = -104; +equal = -81; +notequal = -101; +less = -54; +approxequal = -96; +logicalnot = -67; +asciitilde = -75; }; -uogonek = { -comma = 8; -j = 24; -j.ss01 = 24; -onesuperior = -39; -parenright = 0; -period = 0; -period.ss01 = -23; -quotedbl = -25; -quotedblleft = -14; -quotedblleft.ss01 = -23; -quoteleft = -14; -quoteleft.ss01 = -23; -semicolon = 6; -sevensuperior = -42; +euro = { +period = -13; +comma = -17; +slash = 0; +period.ss01 = -34; +parenright = -39; +bracketright = -39; +parenright.case = -21; +bracketright.case = -34; }; -v = { -Jcircumflex = -56; -acircumflextilde.ss05 = -18; -ampersand = -23; -e = -19; -n = 0; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 13; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 10; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 33; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_itilde" = 41; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -23; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = -27; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 17; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 20; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -89; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 26; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_backslash" = 32; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = -27; +"@MMK_R_KO_underscore" = -69; +"@MMK_R_KO_hyphen.case" = -17; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -13; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 16; +"@MMK_R_KO_asciicircum" = -34; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -34; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -26; }; -w = { -ampersand = -23; +perthousand = { +question = -63; +asterisk = -115; +question.ss01 = -79; +parenright = -62; +parenright.case = -32; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +quotedblleft.ss01 = -90; +quoteleft.ss01 = -37; +quotedblright.ss01 = -90; +quoteright.ss01 = -37; }; -won = { -comma = -69; -period = -66; -slash = -48; +V = { +Eth = 10; +Oslash = -4; +adieresis = -20; +ae = -27; +a.ss05 = -27; +adieresis.ss05 = -13; +eacute = -29; +ccaron = 0; +emacron = -15; +edieresis = -15; +ecaron = 0; +otilde = -12; +odieresis = -16; +iacute = -7; +ncommaaccent = -23; +igrave = 51; +ibreve = 49; +icaron = 47; +idieresis = 29; +racute = -20; +scaron = 0; +zcaron = 0; +idieresis.ss01 = 37; +gdotaccent.ss06 = -27; +gdotaccent.ss01.ss06 = -21; +zero = -9; +two = 0; +three = 4; +six = -10; +seven = 30; +twoinferior = -39; +ellipsis.ss01 = -91; +endash.case = -12; +at = -14; +ampersand = -30; +plus = -17; +minus = -17; +less = -2; +lessequal = -33; +approxequal = -27; +asciitilde = -19; }; -x = { -ampersand = -19; -backslash = -8; -logicalnot = -83; -minus = -38; -plus = -30; -two = 25; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -5; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 32; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 16; +"@MMK_R_KO_sevensuperior" = 10; +"@MMK_R_KO_ninesuperior" = 11; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -37; +"@MMK_R_KO_question" = 35; +"@MMK_R_KO_asterisk" = 41; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_endash.case" = 2; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_quotedblleft" = 22; +"@MMK_R_KO_quotedblright" = 24; +"@MMK_R_KO_quoteleft" = 22; +"@MMK_R_KO_quoteright" = 25; +"@MMK_R_KO_guillemetleft" = -36; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 11; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = 29; +"@MMK_R_KO_J.ss10" = -90; +"@MMK_R_KO_a" = -37; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -37; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -37; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -37; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -37; +"@MMK_R_KO_zero" = -18; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = 20; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 14; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen" = -90; +"@MMK_R_KO_endash" = -37; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = -37; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -52; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -103; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 12; +"@MMK_R_KO_zero" = -11; +"@MMK_R_KO_one" = 17; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -12; +"@MMK_R_KO_seven" = 21; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_foursuperior" = 16; +"@MMK_R_KO_sevensuperior" = 14; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_ellipsis" = -103; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = 25; +"@MMK_R_KO_slash" = -58; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -103; +"@MMK_R_KO_endash" = -103; +"@MMK_R_KO_hyphen.case" = -103; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -96; +"@MMK_R_KO_percent" = 0; }; -y = { -Ydieresis = -41; -Ydieresis.ss01 = -41; -ampersand = -27; -asciitilde = -31; -e = -23; -exclam.ss01 = 0; -germandbls = 29; -twoinferior = -46; -zeroinferior = -56; +seven = { +icircumflex = 28; +x = -36; +g.ss06 = -39; +mu = -34; +colon = -8; +semicolon = -14; +backslash = 7; +ellipsis.ss01 = -97; +underscore = -73; +parenleft = -2; +at = -19; +ampersand = -23; +euro = -20; +minus = -33; +multiply = -41; +divide = -33; +notequal = -48; +less = -13; +plusminus = -34; +asciitilde = -35; +asciicircum = -36; }; -yacute = { -T = 21; -parenright = -42; +scedilla = { +gbreve.ss06 = 7; }; -ydotbelow = { -comma = 19; -ecircumflexdotbelow = -23; -parenright = 5; -period = -53; -semicolon = 28; +fourinferior = { +T = -59; +V = -53; +W = -34; +parenright = -39; +bracketright = -34; }; -ydotbelow.ss01 = { -comma.ss01 = -4; -parenright = 0; -period.ss01 = -44; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -7; +"@MMK_R_KO_six" = -12; +"@MMK_R_KO_seven" = -33; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_asterisk" = -55; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -73; +"@MMK_R_KO_quotedblright" = -66; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -64; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -73; }; -yen = { +equal = { +period = -38; comma = -44; -four = -37; -one = -23; -period = -43; -slash = -54; -three = -33; -two = -36; +period.ss01 = -38; +comma.ss01 = -37; +parenright = -45; +bracketright = -31; +parenright.case = -26; +bracketright.case = -32; +equal = 0; +A = 0; +J = -18; +T = -52; +V = -9; +X = -27; +Y = -36; }; -ytilde = { -parenright = -40; +five.numr = { +fraction = 11; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -38; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -32; }; -z = { -backslash = -17; -minus = -22; +dcaron = { +exclam.ss01 = 71; }; -zcaron = { -imacron = 30; -iogonek = 4; -parenright = -19; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 16; +"@MMK_R_KO_itilde" = 23; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = -13; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = -24; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -37; +"@MMK_R_KO_asciicircum" = -22; }; -zero = { -asciicircum = 0; -baht = -4; -braceright = -41; -bracketright.case = -31; -multiply = 0; -ordmasculine = 0; -six = 28; -trademark = -37; +k = { +oslash = 12; +iogonek = 16; +lcommaaccent = 15; +two = 25; +plus = -7; +minus = -8; +notequal = -16; +logicalnot = -12; +asciitilde = -16; }; -zero.dnom = { -degree = -115; -parenright = -58; -question = -91; -question.ss01 = -99; -quotedbl = -103; -quotedblleft = -94; -quotedblleft.ss01 = -64; -quotedblright = -64; -quotedblright.ss01 = -66; -quoteright = -64; -quotesingle = -103; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -44; +"@MMK_R_KO_hyphen" = -1; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_braceright" = -43; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_quotedblleft" = -52; +"@MMK_R_KO_quotedblright" = -52; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -47; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -32; +}; +scaron = { +T = -6; +iogonek = 0; }; -zeroinferior = { -parenright = -56; +ninesuperior = { +A = -41; +fraction = -2; +period = -38; +comma = -44; +slash = -55; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -40; +parenright = -21; +guillemetleft = -41; }; -zerosuperior = { -comma = -133; -comma.ss01 = -136; -fraction = -20; -parenright = -34; -period = -131; -period.ss01 = -136; -slash = -94; +v = { +n = 0; +ampersand = -18; }; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_t_t.liga" = 0; }; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = { -"@MMK_L_A" = { -"@MMK_R_A" = 42; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 44; -"@MMK_R_J" = 51; -"@MMK_R_O" = -3; -"@MMK_R_S" = 0; -"@MMK_R_T" = -42; -"@MMK_R_U" = -6; -"@MMK_R_V" = -48; -"@MMK_R_W" = -22; -"@MMK_R_X" = 41; -"@MMK_R_Y" = -51; -"@MMK_R_Z" = 44; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -67; -"@MMK_R_asterisk" = -29; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 24; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 47; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -37; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -45; -"@MMK_R_four" = 4; -"@MMK_R_foursuperior" = -32; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 18; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 21; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = -16; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -45; -"@MMK_R_one" = -14; -"@MMK_R_onesuperior" = -46; -"@MMK_R_parenright" = -9; -"@MMK_R_parenright.case" = 42; -"@MMK_R_period" = 46; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -33; -"@MMK_R_question.ss01" = -35; -"@MMK_R_quotedbl" = -41; -"@MMK_R_quotedblleft" = -47; -"@MMK_R_quotedblleft.ss01" = -55; -"@MMK_R_quotedblright" = -35; -"@MMK_R_quoteright" = -35; -"@MMK_R_quoteright.ss01" = -53; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 34; -"@MMK_R_sevensuperior" = -46; -"@MMK_R_sixsuperior" = -44; -"@MMK_R_slash" = 29; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -33; -"@MMK_R_trademark" = -70; -"@MMK_R_twosuperior" = -27; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 46; -"@MMK_R_v" = -7; -"@MMK_R_w" = -5; -"@MMK_R_x" = 39; -"@MMK_R_y" = -3; -"@MMK_R_z" = 32; -"@MMK_R_zero" = -2; -}; -"@MMK_L_B" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 13; -"@MMK_R_S" = 17; -"@MMK_R_T" = -21; -"@MMK_R_U" = 7; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -12; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = 2; -"@MMK_R_braceright" = -19; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -28; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = 10; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = 16; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 22; -"@MMK_R_igrave" = 13; -"@MMK_R_imacron" = 17; -"@MMK_R_itilde" = 19; -"@MMK_R_j" = 6; -"@MMK_R_l" = 9; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 10; -"@MMK_R_lslash" = 6; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = 4; -"@MMK_R_onesuperior" = -15; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -15; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -9; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = 9; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -28; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 5; -"@MMK_R_w" = 2; -"@MMK_R_x" = 7; -"@MMK_R_y" = 4; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 13; -}; -"@MMK_L_C" = { -"@MMK_R_A" = 5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 18; -"@MMK_R_T" = -14; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -6; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -20; -"@MMK_R_asterisk" = 13; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -17; -"@MMK_R_colon" = 17; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -29; -"@MMK_R_exclam" = 21; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 27; -"@MMK_R_foursuperior" = 10; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 4; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = 2; -"@MMK_R_hyphen.case" = -27; -"@MMK_R_icircumflex" = 25; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 22; -"@MMK_R_itilde" = 24; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 5; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = 13; -"@MMK_R_onesuperior" = -11; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -26; -"@MMK_R_parenright.case" = -13; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = 11; -"@MMK_R_question.ss01" = 4; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 8; -"@MMK_R_quoteright" = 8; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 17; -"@MMK_R_sevensuperior" = -6; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -25; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 9; -"@MMK_R_w" = 6; -"@MMK_R_x" = 8; -"@MMK_R_y" = 7; -"@MMK_R_z" = 13; -"@MMK_R_zero" = 0; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 7; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = 20; -"@MMK_R_S" = 6; -"@MMK_R_T" = -29; -"@MMK_R_U" = 13; -"@MMK_R_V" = -2; -"@MMK_R_W" = 4; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -19; -"@MMK_R_Z" = -14; -"@MMK_R_a" = 14; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -20; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = -24; -"@MMK_R_comma.ss01" = -45; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 15; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -55; -"@MMK_R_exclam" = 23; -"@MMK_R_f" = 13; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = 7; -"@MMK_R_g" = 17; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = 10; -"@MMK_R_guillemetright" = 3; -"@MMK_R_hyphen" = 24; -"@MMK_R_hyphen.case" = 30; -"@MMK_R_i" = 7; -"@MMK_R_icircumflex" = 17; -"@MMK_R_igrave" = 11; -"@MMK_R_imacron" = 15; -"@MMK_R_itilde" = 16; -"@MMK_R_j" = 8; -"@MMK_R_l" = 12; -"@MMK_R_l.ss02" = 14; -"@MMK_R_l.ss03" = 13; -"@MMK_R_lslash" = 16; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -10; -"@MMK_R_oslash" = 15; -"@MMK_R_parenright" = -48; -"@MMK_R_parenright.case" = -33; -"@MMK_R_period" = -26; -"@MMK_R_period.ss01" = -48; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -16; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 14; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = -27; -"@MMK_R_v" = 15; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 15; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 19; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 15; -"@MMK_R_I.ss02" = 51; -"@MMK_R_J" = 36; -"@MMK_R_O" = -8; -"@MMK_R_S" = -2; -"@MMK_R_T" = 26; -"@MMK_R_U" = 0; -"@MMK_R_V" = 18; -"@MMK_R_W" = 24; -"@MMK_R_X" = 42; -"@MMK_R_Y" = 18; -"@MMK_R_Z" = 41; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = -6; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 17; -"@MMK_R_bracketright" = 31; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 8; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -13; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -3; -"@MMK_R_exclam" = 21; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -21; -"@MMK_R_foursuperior" = -21; -"@MMK_R_g" = -8; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 8; -"@MMK_R_hyphen" = -28; -"@MMK_R_hyphen.case" = 4; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 38; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -3; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -11; -"@MMK_R_onesuperior" = 13; -"@MMK_R_parenright" = 28; -"@MMK_R_parenright.case" = 49; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = -3; -"@MMK_R_semicolon" = 12; -"@MMK_R_sevensuperior" = 13; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 21; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 4; -"@MMK_R_trademark" = 2; -"@MMK_R_twosuperior" = 12; -"@MMK_R_u" = -13; -"@MMK_R_underscore" = 34; -"@MMK_R_v" = -11; -"@MMK_R_w" = -11; -"@MMK_R_x" = 7; -"@MMK_R_y" = -10; -"@MMK_R_z" = 8; -"@MMK_R_zero" = -8; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -28; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 27; -"@MMK_R_J" = -9; -"@MMK_R_O" = -2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 33; -"@MMK_R_U" = 6; -"@MMK_R_V" = 29; -"@MMK_R_W" = 34; -"@MMK_R_X" = 15; -"@MMK_R_Y" = 32; -"@MMK_R_Z" = 12; -"@MMK_R_a" = -6; -"@MMK_R_a.ss04" = -13; -"@MMK_R_asciicircum" = -45; -"@MMK_R_asterisk" = 2; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -38; -"@MMK_R_colon.ss01" = -56; -"@MMK_R_comma" = -64; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -6; -"@MMK_R_egrave" = -6; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -108; -"@MMK_R_exclam" = 17; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -12; -"@MMK_R_foursuperior" = -20; -"@MMK_R_g" = -4; -"@MMK_R_g.ss05" = -6; -"@MMK_R_guillemetleft" = -10; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = -17; -"@MMK_R_hyphen.case" = 16; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 9; -"@MMK_R_igrave" = 45; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 9; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -17; -"@MMK_R_ninesuperior" = 2; -"@MMK_R_one" = -11; -"@MMK_R_onesuperior" = 24; -"@MMK_R_oslash" = -6; -"@MMK_R_parenright" = -3; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -11; -"@MMK_R_semicolon" = -38; -"@MMK_R_sevensuperior" = 18; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -38; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = 12; -"@MMK_R_trademark" = 8; -"@MMK_R_twosuperior" = 21; -"@MMK_R_u" = -13; -"@MMK_R_underscore" = -67; -"@MMK_R_v" = -7; -"@MMK_R_w" = -6; -"@MMK_R_x" = -24; -"@MMK_R_y" = -5; -"@MMK_R_z" = -48; -"@MMK_R_zero" = -3; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 13; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = 12; -"@MMK_R_O" = 6; -"@MMK_R_S" = 9; -"@MMK_R_T" = -24; -"@MMK_R_U" = 0; -"@MMK_R_V" = -6; -"@MMK_R_W" = -2; -"@MMK_R_X" = 6; -"@MMK_R_Y" = -16; -"@MMK_R_Z" = 10; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -27; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -25; -"@MMK_R_bracketright" = -25; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 12; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -19; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 4; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = 13; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 11; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 16; -"@MMK_R_igrave" = 11; -"@MMK_R_imacron" = 9; -"@MMK_R_itilde" = 14; -"@MMK_R_j" = 2; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 2; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -13; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -20; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -26; -"@MMK_R_parenright.case" = 6; -"@MMK_R_period" = 12; -"@MMK_R_period.ss01" = -16; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = -14; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = 12; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -33; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 6; -"@MMK_R_v" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 7; -"@MMK_R_S" = 8; -"@MMK_R_T" = -23; -"@MMK_R_U" = 5; -"@MMK_R_V" = -3; -"@MMK_R_W" = -2; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -15; -"@MMK_R_Z" = -3; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -23; -"@MMK_R_bracketright" = -23; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -27; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = -36; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 19; -"@MMK_R_hyphen.case" = 2; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 18; -"@MMK_R_igrave" = 7; -"@MMK_R_imacron" = 9; -"@MMK_R_itilde" = 16; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 5; -"@MMK_R_lslash" = 7; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -18; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = -18; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -13; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 4; -"@MMK_R_t" = 7; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 3; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 8; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 2; -"@MMK_R_S" = 6; -"@MMK_R_U" = 2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 2; -"@MMK_R_Y" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = 4; -"@MMK_R_braceright" = -4; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -8; -"@MMK_R_ellipsis" = -28; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 14; -"@MMK_R_igrave" = 16; -"@MMK_R_imacron" = 13; -"@MMK_R_itilde" = 24; -"@MMK_R_j" = 2; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 3; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -8; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -13; -"@MMK_R_twosuperior" = -2; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 46; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 55; -"@MMK_R_J" = 48; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 30; -"@MMK_R_U" = 0; -"@MMK_R_V" = 44; -"@MMK_R_W" = 39; -"@MMK_R_X" = 49; -"@MMK_R_Y" = 38; -"@MMK_R_Z" = 48; -"@MMK_R_a" = -5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -44; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = 26; -"@MMK_R_bracketright" = 35; -"@MMK_R_colon" = 31; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 20; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 24; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -13; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 17; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = 28; -"@MMK_R_hyphen" = -15; -"@MMK_R_hyphen.case" = -15; -"@MMK_R_icircumflex" = 26; -"@MMK_R_igrave" = 50; -"@MMK_R_imacron" = 23; -"@MMK_R_j" = 3; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 3; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 28; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 40; -"@MMK_R_parenright.case" = 54; -"@MMK_R_period" = 15; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 15; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 12; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 17; -"@MMK_R_quoteright" = 17; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 34; -"@MMK_R_sevensuperior" = 32; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 27; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 11; -"@MMK_R_trademark" = 5; -"@MMK_R_twosuperior" = 16; -"@MMK_R_u" = -4; -"@MMK_R_underscore" = 39; -"@MMK_R_v" = -12; -"@MMK_R_w" = -12; -"@MMK_R_x" = 34; -"@MMK_R_y" = -10; -"@MMK_R_z" = 30; -"@MMK_R_zero" = 0; -}; -"@MMK_L_J" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -2; -"@MMK_R_O" = 2; -"@MMK_R_S" = 6; -"@MMK_R_T" = 2; -"@MMK_R_U" = 3; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = 5; -"@MMK_R_braceright" = -4; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -25; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -8; -"@MMK_R_ellipsis" = -32; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 3; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 2; -"@MMK_R_hyphen.case" = 2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 15; -"@MMK_R_igrave" = 17; -"@MMK_R_imacron" = 13; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 4; -"@MMK_R_n" = -3; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = 2; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -10; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = 2; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -11; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 41; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 48; -"@MMK_R_J" = 49; -"@MMK_R_O" = -8; -"@MMK_R_S" = 4; -"@MMK_R_T" = 19; -"@MMK_R_U" = 0; -"@MMK_R_V" = 34; -"@MMK_R_W" = 28; -"@MMK_R_X" = 42; -"@MMK_R_Y" = 41; -"@MMK_R_Z" = 44; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -54; -"@MMK_R_asterisk" = 18; -"@MMK_R_braceright" = 24; -"@MMK_R_bracketright" = 24; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 39; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -8; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 23; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = -15; -"@MMK_R_foursuperior" = -25; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = 17; -"@MMK_R_guillemetleft" = -7; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = -26; -"@MMK_R_hyphen.case" = -51; -"@MMK_R_icircumflex" = 20; -"@MMK_R_igrave" = 55; -"@MMK_R_imacron" = 32; -"@MMK_R_itilde" = 36; -"@MMK_R_j" = 0; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 18; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 5; -"@MMK_R_onesuperior" = 16; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 22; -"@MMK_R_parenright.case" = 48; -"@MMK_R_period" = 26; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 5; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 11; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 12; -"@MMK_R_quoteright" = 13; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 35; -"@MMK_R_sevensuperior" = 24; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 28; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 3; -"@MMK_R_u" = -10; -"@MMK_R_underscore" = 43; -"@MMK_R_v" = -24; -"@MMK_R_w" = -22; -"@MMK_R_x" = 32; -"@MMK_R_y" = -21; -"@MMK_R_z" = 32; -"@MMK_R_zero" = -8; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 24; -"@MMK_R_I.ss02" = 30; -"@MMK_R_J" = 38; -"@MMK_R_O" = -28; -"@MMK_R_S" = -14; -"@MMK_R_T" = -38; -"@MMK_R_U" = -28; -"@MMK_R_V" = -51; -"@MMK_R_W" = -35; -"@MMK_R_X" = 23; -"@MMK_R_Y" = -48; -"@MMK_R_Z" = 27; -"@MMK_R_a" = -13; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -92; -"@MMK_R_asterisk" = -41; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -14; -"@MMK_R_egrave" = -14; -"@MMK_R_eightsuperior" = -68; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -72; -"@MMK_R_four" = -55; -"@MMK_R_foursuperior" = -58; -"@MMK_R_g" = -8; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -25; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -58; -"@MMK_R_hyphen.case" = -58; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -68; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = -63; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -11; -"@MMK_R_parenright.case" = 2; -"@MMK_R_period" = 5; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -37; -"@MMK_R_question.ss01" = -40; -"@MMK_R_quotedbl" = -55; -"@MMK_R_quotedblleft" = -56; -"@MMK_R_quotedblleft.ss01" = -73; -"@MMK_R_quotedblright" = -47; -"@MMK_R_quoteright" = -46; -"@MMK_R_quoteright.ss01" = -69; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 24; -"@MMK_R_sevensuperior" = -53; -"@MMK_R_sixsuperior" = -70; -"@MMK_R_slash" = 32; -"@MMK_R_t" = -3; -"@MMK_R_threesuperior" = -67; -"@MMK_R_trademark" = -72; -"@MMK_R_twosuperior" = -63; -"@MMK_R_u" = -10; -"@MMK_R_underscore" = 45; -"@MMK_R_v" = -27; -"@MMK_R_w" = -24; -"@MMK_R_x" = 18; -"@MMK_R_y" = -24; -"@MMK_R_z" = 18; -"@MMK_R_zero" = -26; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 25; -"@MMK_R_I.ss02" = 30; -"@MMK_R_J" = 38; -"@MMK_R_O" = -13; -"@MMK_R_S" = -11; -"@MMK_R_T" = -38; -"@MMK_R_U" = -19; -"@MMK_R_V" = -33; -"@MMK_R_W" = -24; -"@MMK_R_X" = 23; -"@MMK_R_Y" = -48; -"@MMK_R_Z" = 27; -"@MMK_R_a" = -9; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -10; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = -19; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 22; -"@MMK_R_fivesuperior" = -24; -"@MMK_R_four" = -33; -"@MMK_R_foursuperior" = -6; -"@MMK_R_guillemetleft" = -14; -"@MMK_R_guillemetright" = 26; -"@MMK_R_hyphen" = -44; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -24; -"@MMK_R_onesuperior" = -31; -"@MMK_R_parenright" = -7; -"@MMK_R_parenright.case" = 2; -"@MMK_R_period" = 5; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -34; -"@MMK_R_question.ss01" = -37; -"@MMK_R_quotedbl" = -33; -"@MMK_R_quotedblleft" = -56; -"@MMK_R_quotedblleft.ss01" = -58; -"@MMK_R_quotedblright" = -47; -"@MMK_R_quoteright" = -46; -"@MMK_R_quoteright.ss01" = -52; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 32; -"@MMK_R_sevensuperior" = -37; -"@MMK_R_sixsuperior" = -25; -"@MMK_R_slash" = 32; -"@MMK_R_threesuperior" = -14; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = -7; -"@MMK_R_y" = -6; -"@MMK_R_z" = 21; -}; -"@MMK_L_O" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 18; -"@MMK_R_S" = 6; -"@MMK_R_T" = -26; -"@MMK_R_U" = 6; -"@MMK_R_V" = -3; -"@MMK_R_W" = 0; -"@MMK_R_X" = -7; -"@MMK_R_Y" = -18; -"@MMK_R_Z" = -9; -"@MMK_R_a" = 8; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -24; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -43; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 16; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 10; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 18; -"@MMK_R_hyphen.case" = 20; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 13; -"@MMK_R_igrave" = 6; -"@MMK_R_imacron" = 13; -"@MMK_R_itilde" = 13; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 5; -"@MMK_R_lslash" = 10; -"@MMK_R_n" = 5; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -14; -"@MMK_R_oslash" = 8; -"@MMK_R_parenright" = -28; -"@MMK_R_parenright.case" = -19; -"@MMK_R_period" = -14; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -14; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 9; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -33; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 8; -"@MMK_R_underscore" = -7; -"@MMK_R_v" = 13; -"@MMK_R_w" = 11; -"@MMK_R_x" = 0; -"@MMK_R_y" = 12; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 17; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_O" = 18; -"@MMK_R_S" = 6; -"@MMK_R_T" = -18; -"@MMK_R_U" = 6; -"@MMK_R_V" = -2; -"@MMK_R_X" = -4; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_e" = 7; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -43; -"@MMK_R_exclam" = 13; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 18; -"@MMK_R_hyphen.case" = 20; -"@MMK_R_i" = 3; -"@MMK_R_n" = 5; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_onesuperior" = -12; -"@MMK_R_parenright" = -5; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -14; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -12; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 9; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -24; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -5; -"@MMK_R_O" = 14; -"@MMK_R_S" = 10; -"@MMK_R_T" = -8; -"@MMK_R_U" = 7; -"@MMK_R_V" = 11; -"@MMK_R_W" = 15; -"@MMK_R_X" = -11; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -21; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -10; -"@MMK_R_asterisk" = 28; -"@MMK_R_braceright" = -6; -"@MMK_R_bracketright" = -7; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -64; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = 14; -"@MMK_R_ellipsis" = -152; -"@MMK_R_exclam" = 31; -"@MMK_R_f" = 13; -"@MMK_R_fivesuperior" = 6; -"@MMK_R_four" = -18; -"@MMK_R_foursuperior" = 29; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 32; -"@MMK_R_hyphen" = -32; -"@MMK_R_hyphen.case" = 14; -"@MMK_R_icircumflex" = 40; -"@MMK_R_igrave" = 6; -"@MMK_R_imacron" = 24; -"@MMK_R_itilde" = 38; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 3; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 7; -"@MMK_R_one" = 27; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -3; -"@MMK_R_parenright" = -23; -"@MMK_R_parenright.case" = -21; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 24; -"@MMK_R_question.ss01" = 15; -"@MMK_R_quotedbl" = 7; -"@MMK_R_quotedblleft" = 4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 22; -"@MMK_R_quoteright" = 23; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 30; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 12; -"@MMK_R_slash" = -34; -"@MMK_R_t" = 18; -"@MMK_R_threesuperior" = 9; -"@MMK_R_trademark" = -15; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -110; -"@MMK_R_v" = 21; -"@MMK_R_w" = 19; -"@MMK_R_x" = 0; -"@MMK_R_y" = 20; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 12; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 36; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 33; -"@MMK_R_J" = 41; -"@MMK_R_O" = 3; -"@MMK_R_S" = 0; -"@MMK_R_T" = -32; -"@MMK_R_U" = -5; -"@MMK_R_V" = -14; -"@MMK_R_W" = -7; -"@MMK_R_X" = 32; -"@MMK_R_Y" = -26; -"@MMK_R_Z" = 35; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -34; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -15; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 31; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 10; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 25; -"@MMK_R_hyphen" = 3; -"@MMK_R_hyphen.case" = 5; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 6; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -23; -"@MMK_R_parenright" = -14; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -10; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -20; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 33; -"@MMK_R_sevensuperior" = -24; -"@MMK_R_sixsuperior" = -15; -"@MMK_R_slash" = 24; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -43; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 32; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 27; -"@MMK_R_y" = 0; -"@MMK_R_z" = 27; -"@MMK_R_zero" = 2; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = 10; -"@MMK_R_O" = 9; -"@MMK_R_S" = 10; -"@MMK_R_T" = -21; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 5; -"@MMK_R_Y" = -11; -"@MMK_R_Z" = 8; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -22; -"@MMK_R_asterisk" = 7; -"@MMK_R_braceright" = -22; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = 12; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = 9; -"@MMK_R_comma.ss01" = -15; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -22; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = 10; -"@MMK_R_fivesuperior" = -7; -"@MMK_R_four" = 6; -"@MMK_R_foursuperior" = 7; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 11; -"@MMK_R_hyphen" = 3; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 22; -"@MMK_R_igrave" = 10; -"@MMK_R_imacron" = 16; -"@MMK_R_itilde" = 19; -"@MMK_R_j" = 0; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 6; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = 7; -"@MMK_R_onesuperior" = -13; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -26; -"@MMK_R_parenright.case" = 5; -"@MMK_R_period" = 9; -"@MMK_R_period.ss01" = -17; -"@MMK_R_question" = 3; -"@MMK_R_question.ss01" = 3; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -6; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 10; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = -3; -"@MMK_R_trademark" = -28; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 5; -"@MMK_R_v" = 11; -"@MMK_R_w" = 9; -"@MMK_R_x" = 11; -"@MMK_R_y" = 10; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 9; -}; -"@MMK_L_S" = { -"@MMK_R_A" = 18; -"@MMK_R_H" = 6; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = 13; -"@MMK_R_O" = 5; -"@MMK_R_S" = 16; -"@MMK_R_T" = -16; -"@MMK_R_U" = 2; -"@MMK_R_V" = -4; -"@MMK_R_W" = 0; -"@MMK_R_X" = 10; -"@MMK_R_Y" = -10; -"@MMK_R_Z" = 14; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = 9; -"@MMK_R_braceright" = -16; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 11; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = 7; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 3; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -15; -"@MMK_R_exclam" = 18; -"@MMK_R_f" = 10; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 3; -"@MMK_R_hyphen" = 10; -"@MMK_R_hyphen.case" = -25; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 26; -"@MMK_R_igrave" = 19; -"@MMK_R_imacron" = 21; -"@MMK_R_itilde" = 23; -"@MMK_R_j" = 6; -"@MMK_R_l" = 11; -"@MMK_R_l.ss02" = 11; -"@MMK_R_l.ss03" = 12; -"@MMK_R_lslash" = 7; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_one" = 11; -"@MMK_R_onesuperior" = -14; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -27; -"@MMK_R_parenright.case" = -8; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = 7; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 6; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = 11; -"@MMK_R_sevensuperior" = -9; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = 13; -"@MMK_R_t" = 12; -"@MMK_R_threesuperior" = -15; -"@MMK_R_trademark" = -29; -"@MMK_R_twosuperior" = -17; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_x" = 5; -"@MMK_R_y" = 0; -"@MMK_R_z" = 9; -"@MMK_R_zero" = 6; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -40; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 31; -"@MMK_R_J" = -8; -"@MMK_R_O" = -15; -"@MMK_R_S" = 0; -"@MMK_R_T" = 37; -"@MMK_R_U" = 7; -"@MMK_R_V" = 32; -"@MMK_R_W" = 27; -"@MMK_R_X" = 23; -"@MMK_R_Y" = 36; -"@MMK_R_Z" = 17; -"@MMK_R_a" = -56; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = 6; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -41; -"@MMK_R_colon.ss01" = -55; -"@MMK_R_comma" = -39; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -56; -"@MMK_R_egrave" = -28; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -77; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -39; -"@MMK_R_foursuperior" = -23; -"@MMK_R_g" = -54; -"@MMK_R_g.ss05" = -50; -"@MMK_R_guillemetleft" = -33; -"@MMK_R_guillemetright" = -30; -"@MMK_R_hyphen" = -45; -"@MMK_R_hyphen.case" = -45; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = 8; -"@MMK_R_igrave" = 49; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 12; -"@MMK_R_j" = -4; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 10; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -63; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = 18; -"@MMK_R_oslash" = -52; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 4; -"@MMK_R_period" = -41; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -50; -"@MMK_R_semicolon" = -40; -"@MMK_R_sevensuperior" = 17; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -41; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 12; -"@MMK_R_twosuperior" = 5; -"@MMK_R_u" = -59; -"@MMK_R_underscore" = -37; -"@MMK_R_v" = -45; -"@MMK_R_w" = -45; -"@MMK_R_x" = -44; -"@MMK_R_y" = -44; -"@MMK_R_z" = -42; -"@MMK_R_zero" = -16; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -11; -"@MMK_R_J" = -5; -"@MMK_R_O" = 18; -"@MMK_R_S" = 0; -"@MMK_R_T" = -39; -"@MMK_R_U" = 7; -"@MMK_R_V" = -8; -"@MMK_R_W" = 0; -"@MMK_R_Y" = -30; -"@MMK_R_a" = 14; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -64; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = 15; -"@MMK_R_egrave" = 14; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_exclam" = 31; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 10; -"@MMK_R_hyphen" = 33; -"@MMK_R_hyphen.case" = 44; -"@MMK_R_i" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -7; -"@MMK_R_parenright" = -53; -"@MMK_R_parenright.case" = -41; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = -14; -"@MMK_R_question.ss01" = -20; -"@MMK_R_quotedbl" = -3; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -13; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -9; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 11; -"@MMK_R_u" = 5; -"@MMK_R_v" = 20; -"@MMK_R_y" = 19; -}; -"@MMK_L_U" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -2; -"@MMK_R_O" = 5; -"@MMK_R_S" = 8; -"@MMK_R_T" = 6; -"@MMK_R_U" = 7; -"@MMK_R_V" = 6; -"@MMK_R_W" = 6; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 4; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = 9; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -41; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 6; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 5; -"@MMK_R_hyphen.case" = 5; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 22; -"@MMK_R_imacron" = 17; -"@MMK_R_j" = 3; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 7; -"@MMK_R_l.ss03" = 8; -"@MMK_R_lslash" = 3; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = 6; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -8; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 6; -"@MMK_R_trademark" = -9; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -4; -"@MMK_R_v" = 4; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 4; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 5; -"@MMK_R_I.ss02" = 48; -"@MMK_R_O" = 7; -"@MMK_R_T" = 32; -"@MMK_R_U" = 12; -"@MMK_R_V" = 50; -"@MMK_R_X" = 42; -"@MMK_R_Y" = 57; -"@MMK_R_Z" = 39; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = 58; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_e" = 0; -"@MMK_R_eightsuperior" = 7; -"@MMK_R_ellipsis" = -41; -"@MMK_R_exclam" = 20; -"@MMK_R_fivesuperior" = 4; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 5; -"@MMK_R_hyphen.case" = 5; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 5; -"@MMK_R_onesuperior" = 32; -"@MMK_R_parenright" = 81; -"@MMK_R_parenright.case" = 82; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 12; -"@MMK_R_question.ss01" = 8; -"@MMK_R_quotedbl" = 16; -"@MMK_R_quotedblright" = 25; -"@MMK_R_quoteright" = 27; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 45; -"@MMK_R_sixsuperior" = 4; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = 16; -"@MMK_R_twosuperior" = 21; -"@MMK_R_u" = 0; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -37; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 46; -"@MMK_R_J" = -8; -"@MMK_R_O" = 0; -"@MMK_R_S" = 9; -"@MMK_R_T" = 24; -"@MMK_R_U" = 9; -"@MMK_R_V" = 42; -"@MMK_R_W" = 39; -"@MMK_R_X" = 32; -"@MMK_R_Y" = 47; -"@MMK_R_Z" = 18; -"@MMK_R_a" = -24; -"@MMK_R_a.ss04" = -20; -"@MMK_R_asciicircum" = -27; -"@MMK_R_asterisk" = 38; -"@MMK_R_braceright" = 28; -"@MMK_R_bracketright" = 28; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -18; -"@MMK_R_comma" = -50; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -24; -"@MMK_R_egrave" = -11; -"@MMK_R_eightsuperior" = 8; -"@MMK_R_ellipsis" = -88; -"@MMK_R_exclam" = 23; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -25; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -21; -"@MMK_R_g.ss05" = -21; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -23; -"@MMK_R_hyphen.case" = -9; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 45; -"@MMK_R_igrave" = 62; -"@MMK_R_imacron" = 40; -"@MMK_R_itilde" = 57; -"@MMK_R_j" = 0; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 21; -"@MMK_R_lslash" = 2; -"@MMK_R_n" = -21; -"@MMK_R_ninesuperior" = 7; -"@MMK_R_one" = 31; -"@MMK_R_onesuperior" = 29; -"@MMK_R_oslash" = -21; -"@MMK_R_parenright" = 29; -"@MMK_R_parenright.case" = 33; -"@MMK_R_period" = -51; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 32; -"@MMK_R_question.ss01" = 11; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblleft" = 10; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 25; -"@MMK_R_quoteright" = 26; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 34; -"@MMK_R_sixsuperior" = 10; -"@MMK_R_slash" = -38; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 11; -"@MMK_R_trademark" = 22; -"@MMK_R_twosuperior" = 16; -"@MMK_R_u" = -18; -"@MMK_R_underscore" = -48; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -6; -"@MMK_R_y" = 0; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 0; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -18; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 40; -"@MMK_R_J" = -2; -"@MMK_R_O" = 8; -"@MMK_R_S" = 9; -"@MMK_R_T" = 23; -"@MMK_R_U" = 10; -"@MMK_R_V" = 38; -"@MMK_R_W" = 34; -"@MMK_R_X" = 28; -"@MMK_R_Y" = 40; -"@MMK_R_Z" = 25; -"@MMK_R_a" = -14; -"@MMK_R_a.ss04" = -13; -"@MMK_R_asciicircum" = -24; -"@MMK_R_asterisk" = 36; -"@MMK_R_braceright" = 25; -"@MMK_R_bracketright" = 25; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = -33; -"@MMK_R_comma.ss01" = -55; -"@MMK_R_e" = -14; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 8; -"@MMK_R_ellipsis" = -68; -"@MMK_R_exclam" = 23; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = 5; -"@MMK_R_four" = -13; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -10; -"@MMK_R_g.ss05" = -11; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = -12; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 44; -"@MMK_R_igrave" = 58; -"@MMK_R_imacron" = 46; -"@MMK_R_itilde" = 60; -"@MMK_R_j" = 0; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 16; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = -15; -"@MMK_R_ninesuperior" = 8; -"@MMK_R_one" = 31; -"@MMK_R_onesuperior" = 25; -"@MMK_R_oslash" = -10; -"@MMK_R_parenright" = 23; -"@MMK_R_parenright.case" = 26; -"@MMK_R_period" = -33; -"@MMK_R_period.ss01" = -58; -"@MMK_R_question" = 31; -"@MMK_R_question.ss01" = 10; -"@MMK_R_quotedbl" = 12; -"@MMK_R_quotedblleft" = 8; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 22; -"@MMK_R_quoteright" = 22; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -9; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = 29; -"@MMK_R_sixsuperior" = 5; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = 6; -"@MMK_R_trademark" = 18; -"@MMK_R_twosuperior" = 12; -"@MMK_R_u" = -7; -"@MMK_R_underscore" = -30; -"@MMK_R_v" = 6; -"@MMK_R_w" = 2; -"@MMK_R_x" = 0; -"@MMK_R_y" = 4; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 8; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 41; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 47; -"@MMK_R_J" = 49; -"@MMK_R_O" = -6; -"@MMK_R_S" = 5; -"@MMK_R_T" = 18; -"@MMK_R_U" = 0; -"@MMK_R_V" = 32; -"@MMK_R_W" = 28; -"@MMK_R_X" = 42; -"@MMK_R_Y" = 38; -"@MMK_R_Z" = 42; -"@MMK_R_a" = -13; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = 19; -"@MMK_R_braceright" = 22; -"@MMK_R_bracketright" = 22; -"@MMK_R_colon" = 29; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 38; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -14; -"@MMK_R_egrave" = -8; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 22; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = -19; -"@MMK_R_foursuperior" = -21; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = 16; -"@MMK_R_guillemetleft" = -15; -"@MMK_R_guillemetright" = 28; -"@MMK_R_hyphen" = -30; -"@MMK_R_hyphen.case" = -45; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 20; -"@MMK_R_igrave" = 52; -"@MMK_R_imacron" = 34; -"@MMK_R_itilde" = 40; -"@MMK_R_j" = 0; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 19; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 9; -"@MMK_R_onesuperior" = 17; -"@MMK_R_parenright" = 19; -"@MMK_R_parenright.case" = 47; -"@MMK_R_period" = 25; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 9; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 15; -"@MMK_R_quoteright" = 16; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 35; -"@MMK_R_sevensuperior" = 22; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 27; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 2; -"@MMK_R_u" = -11; -"@MMK_R_underscore" = 42; -"@MMK_R_v" = -18; -"@MMK_R_w" = -19; -"@MMK_R_x" = 31; -"@MMK_R_y" = -18; -"@MMK_R_z" = 24; -"@MMK_R_zero" = -6; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -47; -"@MMK_R_I.ss02" = 40; -"@MMK_R_J" = -7; -"@MMK_R_O" = -8; -"@MMK_R_S" = 6; -"@MMK_R_T" = 28; -"@MMK_R_U" = 7; -"@MMK_R_V" = 46; -"@MMK_R_W" = 40; -"@MMK_R_X" = 38; -"@MMK_R_Y" = 53; -"@MMK_R_Z" = 8; -"@MMK_R_a" = -42; -"@MMK_R_a.ss04" = -35; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = 35; -"@MMK_R_braceright" = 23; -"@MMK_R_bracketright" = 27; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -30; -"@MMK_R_comma" = -52; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -42; -"@MMK_R_egrave" = -20; -"@MMK_R_eightsuperior" = 4; -"@MMK_R_ellipsis" = -89; -"@MMK_R_exclam" = 19; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -51; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = -40; -"@MMK_R_g.ss05" = -40; -"@MMK_R_guillemetleft" = -35; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -53; -"@MMK_R_hyphen.case" = -32; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = 36; -"@MMK_R_igrave" = 57; -"@MMK_R_imacron" = 30; -"@MMK_R_j" = -5; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 25; -"@MMK_R_n" = -32; -"@MMK_R_ninesuperior" = 10; -"@MMK_R_one" = 26; -"@MMK_R_onesuperior" = 32; -"@MMK_R_oslash" = -41; -"@MMK_R_parenright" = 32; -"@MMK_R_parenright.case" = 37; -"@MMK_R_period" = -54; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 26; -"@MMK_R_question.ss01" = 7; -"@MMK_R_quotedbl" = 23; -"@MMK_R_quotedblleft" = 8; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 31; -"@MMK_R_quoteright" = 32; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -32; -"@MMK_R_semicolon" = -4; -"@MMK_R_sevensuperior" = 36; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -46; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 13; -"@MMK_R_trademark" = 11; -"@MMK_R_twosuperior" = 20; -"@MMK_R_u" = -30; -"@MMK_R_underscore" = -49; -"@MMK_R_v" = -12; -"@MMK_R_w" = -14; -"@MMK_R_x" = -18; -"@MMK_R_y" = -13; -"@MMK_R_z" = -15; -"@MMK_R_zero" = -10; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 17; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 50; -"@MMK_R_J" = 46; -"@MMK_R_O" = -11; -"@MMK_R_S" = 0; -"@MMK_R_T" = 21; -"@MMK_R_U" = 2; -"@MMK_R_V" = 38; -"@MMK_R_W" = 33; -"@MMK_R_X" = 44; -"@MMK_R_Y" = 40; -"@MMK_R_Z" = 42; -"@MMK_R_a" = -18; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asciicircum" = -41; -"@MMK_R_asterisk" = 30; -"@MMK_R_braceright" = 26; -"@MMK_R_bracketright" = 26; -"@MMK_R_colon" = 31; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 13; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -19; -"@MMK_R_egrave" = -13; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 28; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -61; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = -12; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -25; -"@MMK_R_guillemetright" = 17; -"@MMK_R_hyphen" = -62; -"@MMK_R_hyphen.case" = -38; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 26; -"@MMK_R_igrave" = 46; -"@MMK_R_imacron" = 33; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 21; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 21; -"@MMK_R_onesuperior" = 21; -"@MMK_R_parenright" = 23; -"@MMK_R_parenright.case" = 51; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 21; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 12; -"@MMK_R_quotedblleft" = 2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 18; -"@MMK_R_quoteright" = 19; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -6; -"@MMK_R_semicolon" = 34; -"@MMK_R_sevensuperior" = 30; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 23; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 6; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 13; -"@MMK_R_u" = -15; -"@MMK_R_underscore" = 36; -"@MMK_R_v" = -15; -"@MMK_R_w" = -15; -"@MMK_R_x" = 17; -"@MMK_R_y" = -14; -"@MMK_R_z" = 18; -"@MMK_R_zero" = -12; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = -3; -"@MMK_R_T" = -62; -"@MMK_R_U" = -2; -"@MMK_R_V" = -24; -"@MMK_R_W" = -19; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -41; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -38; -"@MMK_R_asterisk" = -20; -"@MMK_R_braceright" = -36; -"@MMK_R_bracketright" = -36; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -20; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -28; -"@MMK_R_eightsuperior" = -23; -"@MMK_R_ellipsis" = -33; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -28; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = -2; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = -2; -"@MMK_R_itilde" = -2; -"@MMK_R_j" = -2; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -29; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -35; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = -23; -"@MMK_R_question.ss01" = -33; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -44; -"@MMK_R_quotedblleft.ss01" = -41; -"@MMK_R_quotedblright" = -37; -"@MMK_R_quoteright" = -43; -"@MMK_R_quoteright.ss01" = -35; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -32; -"@MMK_R_sixsuperior" = -26; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -50; -"@MMK_R_twosuperior" = -21; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -2; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 2; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 24; -"@MMK_R_I.ss02" = 23; -"@MMK_R_J" = 31; -"@MMK_R_O" = 0; -"@MMK_R_S" = -4; -"@MMK_R_T" = -7; -"@MMK_R_U" = -5; -"@MMK_R_V" = -27; -"@MMK_R_W" = -21; -"@MMK_R_X" = 21; -"@MMK_R_Y" = -54; -"@MMK_R_Z" = 23; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = -37; -"@MMK_R_braceright" = -22; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 19; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -27; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -24; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -28; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = -30; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -24; -"@MMK_R_period" = 18; -"@MMK_R_period.ss01" = -15; -"@MMK_R_question" = -26; -"@MMK_R_question.ss01" = -32; -"@MMK_R_quotedbl" = -28; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblleft.ss01" = -45; -"@MMK_R_quotedblright" = -52; -"@MMK_R_quoteright" = -52; -"@MMK_R_quoteright.ss01" = -46; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 24; -"@MMK_R_sevensuperior" = -36; -"@MMK_R_sixsuperior" = -30; -"@MMK_R_slash" = 7; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -23; -"@MMK_R_trademark" = -68; -"@MMK_R_twosuperior" = -22; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 27; -"@MMK_R_v" = -2; -"@MMK_R_w" = 0; -"@MMK_R_x" = 8; -"@MMK_R_y" = 0; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 0; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 15; -"@MMK_R_H" = -10; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = 17; -"@MMK_R_O" = -17; -"@MMK_R_S" = -24; -"@MMK_R_T" = -55; -"@MMK_R_U" = -23; -"@MMK_R_V" = -45; -"@MMK_R_W" = -34; -"@MMK_R_Y" = -63; -"@MMK_R_Z" = 12; -"@MMK_R_a" = -25; -"@MMK_R_a.ss04" = -24; -"@MMK_R_e" = -26; -"@MMK_R_egrave" = -26; -"@MMK_R_f" = -22; -"@MMK_R_g" = -24; -"@MMK_R_i" = -21; -"@MMK_R_j" = -20; -"@MMK_R_l" = -21; -"@MMK_R_n" = -21; -"@MMK_R_s" = -23; -"@MMK_R_t" = -24; -"@MMK_R_u" = -25; -"@MMK_R_z" = 2; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -61; -"@MMK_R_H" = -32; -"@MMK_R_I.ss02" = -48; -"@MMK_R_J" = -43; -"@MMK_R_O" = -24; -"@MMK_R_S" = -29; -"@MMK_R_T" = -59; -"@MMK_R_U" = -28; -"@MMK_R_V" = -32; -"@MMK_R_W" = -27; -"@MMK_R_Y" = -50; -"@MMK_R_Z" = -72; -"@MMK_R_a" = -38; -"@MMK_R_a.ss04" = -31; -"@MMK_R_e" = -38; -"@MMK_R_f" = -20; -"@MMK_R_g" = -36; -"@MMK_R_i" = -35; -"@MMK_R_j" = -35; -"@MMK_R_l" = -34; -"@MMK_R_n" = -34; -"@MMK_R_s" = -26; -"@MMK_R_t" = -19; -"@MMK_R_u" = -33; -"@MMK_R_z" = -34; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -56; -"@MMK_R_H" = -43; -"@MMK_R_I.ss02" = -59; -"@MMK_R_J" = -54; -"@MMK_R_O" = -30; -"@MMK_R_S" = -61; -"@MMK_R_T" = -90; -"@MMK_R_U" = -39; -"@MMK_R_V" = -56; -"@MMK_R_W" = -47; -"@MMK_R_Y" = -82; -"@MMK_R_Z" = -81; -"@MMK_R_a" = -38; -"@MMK_R_a.ss04" = -37; -"@MMK_R_e" = -38; -"@MMK_R_egrave" = -38; -"@MMK_R_f" = -48; -"@MMK_R_g" = -37; -"@MMK_R_i" = -47; -"@MMK_R_j" = -46; -"@MMK_R_l" = -46; -"@MMK_R_n" = -45; -"@MMK_R_s" = -37; -"@MMK_R_t" = -47; -"@MMK_R_u" = -42; -"@MMK_R_z" = -54; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -21; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 11; -"@MMK_R_S" = 20; -"@MMK_R_T" = 0; -"@MMK_R_U" = 10; -"@MMK_R_V" = 18; -"@MMK_R_W" = 20; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 13; -"@MMK_R_Z" = -8; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = 13; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -64; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -10; -"@MMK_R_eight" = 17; -"@MMK_R_f" = 30; -"@MMK_R_five" = 9; -"@MMK_R_four" = -24; -"@MMK_R_g" = -8; -"@MMK_R_guillemetleft" = -51; -"@MMK_R_guillemetright" = 7; -"@MMK_R_hyphen" = -131; -"@MMK_R_hyphen.case" = -46; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 8; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 27; -"@MMK_R_one" = 32; -"@MMK_R_parenleft" = 2; -"@MMK_R_parenright" = -23; -"@MMK_R_parenright.case" = -20; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = 24; -"@MMK_R_question" = 28; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = 27; -"@MMK_R_quotedblright" = -3; -"@MMK_R_quoteright" = -3; -"@MMK_R_quoteright.ss01" = 29; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 51; -"@MMK_R_slash" = -41; -"@MMK_R_t" = 31; -"@MMK_R_three" = 28; -"@MMK_R_two" = 29; -"@MMK_R_u" = 0; -"@MMK_R_v" = 17; -"@MMK_R_w" = 15; -"@MMK_R_x" = 4; -"@MMK_R_y" = 16; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 10; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = -12; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 40; -"@MMK_R_J" = 0; -"@MMK_R_O" = -18; -"@MMK_R_S" = -3; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = 28; -"@MMK_R_W" = 28; -"@MMK_R_X" = 30; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = 36; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -21; -"@MMK_R_asterisk" = -2; -"@MMK_R_bracketright" = 28; -"@MMK_R_colon" = -28; -"@MMK_R_colon.ss01" = -33; -"@MMK_R_comma" = 11; -"@MMK_R_comma.ss01" = 14; -"@MMK_R_degree" = -15; -"@MMK_R_e" = -23; -"@MMK_R_egrave" = -15; -"@MMK_R_eight" = -10; -"@MMK_R_ellipsis" = -34; -"@MMK_R_f" = -9; -"@MMK_R_five" = 0; -"@MMK_R_four" = -13; -"@MMK_R_g" = -7; -"@MMK_R_guillemetleft" = -20; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen" = -30; -"@MMK_R_i" = -22; -"@MMK_R_icircumflex" = 14; -"@MMK_R_j" = 29; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -35; -"@MMK_R_nine" = -6; -"@MMK_R_one" = -4; -"@MMK_R_parenleft" = -18; -"@MMK_R_percent" = -19; -"@MMK_R_period" = -30; -"@MMK_R_period.ss01" = -34; -"@MMK_R_pi" = -14; -"@MMK_R_plus" = -35; -"@MMK_R_question" = -10; -"@MMK_R_quotedbl" = 11; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 12; -"@MMK_R_quoteright" = 13; -"@MMK_R_quoteright.ss01" = 13; -"@MMK_R_s" = -21; -"@MMK_R_semicolon" = 19; -"@MMK_R_seven" = 39; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -8; -"@MMK_R_three" = -2; -"@MMK_R_two" = -2; -"@MMK_R_u" = -20; -"@MMK_R_v" = -18; -"@MMK_R_w" = -18; -"@MMK_R_x" = -17; -"@MMK_R_y" = 31; -"@MMK_R_z" = -18; -"@MMK_R_zero" = -19; -}; -"@MMK_L_c" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 3; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -49; -"@MMK_R_U" = -3; -"@MMK_R_V" = -23; -"@MMK_R_W" = -14; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -38; -"@MMK_R_asterisk" = -26; -"@MMK_R_braceright" = -23; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -25; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = -18; -"@MMK_R_ellipsis" = -29; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = -4; -"@MMK_R_fivesuperior" = -21; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = -5; -"@MMK_R_icircumflex" = -5; -"@MMK_R_igrave" = -5; -"@MMK_R_imacron" = -5; -"@MMK_R_itilde" = -5; -"@MMK_R_j" = 0; -"@MMK_R_l" = -4; -"@MMK_R_l.ss02" = -3; -"@MMK_R_l.ss03" = -3; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -4; -"@MMK_R_ninesuperior" = -22; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = -18; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -46; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = -33; -"@MMK_R_question.ss01" = -34; -"@MMK_R_quotedbl" = -29; -"@MMK_R_quotedblleft" = -28; -"@MMK_R_quotedblleft.ss01" = -38; -"@MMK_R_quotedblright" = -13; -"@MMK_R_quoteright" = -64; -"@MMK_R_quoteright.ss01" = -50; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -30; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -3; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -54; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = -3; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 31; -"@MMK_R_J" = 38; -"@MMK_R_O" = 6; -"@MMK_R_S" = 0; -"@MMK_R_T" = -40; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 22; -"@MMK_R_Y" = -15; -"@MMK_R_Z" = 26; -"@MMK_R_a" = -5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -27; -"@MMK_R_e" = -5; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 18; -"@MMK_R_five" = 0; -"@MMK_R_four" = -23; -"@MMK_R_g" = -4; -"@MMK_R_guillemetleft" = -20; -"@MMK_R_guillemetright" = 31; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -52; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 15; -"@MMK_R_one" = -4; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -25; -"@MMK_R_parenright.case" = 0; -"@MMK_R_pi" = 37; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -44; -"@MMK_R_quotedblright" = -26; -"@MMK_R_quoteright" = -26; -"@MMK_R_s" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_t" = 21; -"@MMK_R_three" = 2; -"@MMK_R_two" = 19; -"@MMK_R_u" = 0; -"@MMK_R_v" = 23; -"@MMK_R_w" = 22; -"@MMK_R_x" = 29; -"@MMK_R_y" = 23; -"@MMK_R_z" = 29; -"@MMK_R_zero" = 6; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -64; -"@MMK_R_bracketright" = 0; -"@MMK_R_eight" = -19; -"@MMK_R_five" = -23; -"@MMK_R_four" = -64; -"@MMK_R_guillemetleft" = -38; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = -64; -"@MMK_R_hyphen.case" = -64; -"@MMK_R_nine" = -22; -"@MMK_R_one" = -17; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 32; -"@MMK_R_quotedbl" = -64; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblright" = -64; -"@MMK_R_quoteright" = -64; -"@MMK_R_seven" = -33; -"@MMK_R_three" = -13; -"@MMK_R_two" = 24; -"@MMK_R_zero" = -31; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 15; -"@MMK_R_H" = 57; -"@MMK_R_O" = 39; -"@MMK_R_a" = 2; -"@MMK_R_bracketright" = 87; -"@MMK_R_colon" = 49; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -28; -"@MMK_R_e" = 2; -"@MMK_R_eightsuperior" = 48; -"@MMK_R_ellipsis" = -34; -"@MMK_R_exclam" = 81; -"@MMK_R_fivesuperior" = 42; -"@MMK_R_foursuperior" = 26; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 20; -"@MMK_R_j" = 19; -"@MMK_R_l" = 28; -"@MMK_R_l.ss02" = 30; -"@MMK_R_l.ss03" = 34; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 53; -"@MMK_R_onesuperior" = 73; -"@MMK_R_parenright" = 70; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 86; -"@MMK_R_question.ss01" = 62; -"@MMK_R_quotedbl" = 83; -"@MMK_R_quotedblleft" = 72; -"@MMK_R_quotedblleft.ss01" = 54; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 49; -"@MMK_R_sevensuperior" = 83; -"@MMK_R_sixsuperior" = 42; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 21; -"@MMK_R_threesuperior" = 50; -"@MMK_R_twosuperior" = 55; -"@MMK_R_u" = 2; -"@MMK_R_v" = 9; -"@MMK_R_w" = 8; -"@MMK_R_y" = 9; -"@MMK_R_z" = 40; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -56; -"@MMK_R_H" = -20; -"@MMK_R_I.ss02" = -24; -"@MMK_R_J" = -29; -"@MMK_R_O" = -14; -"@MMK_R_S" = -9; -"@MMK_R_T" = -26; -"@MMK_R_U" = -16; -"@MMK_R_V" = -7; -"@MMK_R_W" = -6; -"@MMK_R_Y" = -15; -"@MMK_R_Z" = -41; -"@MMK_R_a" = -49; -"@MMK_R_a.ss04" = -42; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -35; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -31; -"@MMK_R_comma" = -64; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -49; -"@MMK_R_eight" = -11; -"@MMK_R_f" = -22; -"@MMK_R_five" = -18; -"@MMK_R_four" = -62; -"@MMK_R_g" = -47; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -131; -"@MMK_R_hyphen.case" = -55; -"@MMK_R_i" = -34; -"@MMK_R_j" = -35; -"@MMK_R_l" = -27; -"@MMK_R_n" = -38; -"@MMK_R_nine" = -6; -"@MMK_R_one" = 0; -"@MMK_R_parenright" = -50; -"@MMK_R_parenright.case" = -46; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -20; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -19; -"@MMK_R_s" = -38; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -73; -"@MMK_R_t" = -20; -"@MMK_R_three" = -2; -"@MMK_R_two" = -2; -"@MMK_R_u" = -37; -"@MMK_R_z" = -21; -"@MMK_R_zero" = -13; -}; -"@MMK_L_e" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = -53; -"@MMK_R_U" = -3; -"@MMK_R_V" = -28; -"@MMK_R_W" = -20; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -53; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -49; -"@MMK_R_asterisk" = -37; -"@MMK_R_braceright" = -27; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -29; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -26; -"@MMK_R_ellipsis" = -34; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -8; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -23; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = -8; -"@MMK_R_icircumflex" = -8; -"@MMK_R_igrave" = -8; -"@MMK_R_imacron" = -8; -"@MMK_R_itilde" = -8; -"@MMK_R_j" = -5; -"@MMK_R_l" = -8; -"@MMK_R_l.ss02" = -7; -"@MMK_R_l.ss03" = -7; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -7; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -23; -"@MMK_R_onesuperior" = -32; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -49; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -33; -"@MMK_R_question" = -41; -"@MMK_R_question.ss01" = -61; -"@MMK_R_quotedbl" = -40; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblleft.ss01" = -60; -"@MMK_R_quotedblright" = -73; -"@MMK_R_quoteright" = -64; -"@MMK_R_quoteright.ss01" = -60; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -38; -"@MMK_R_sixsuperior" = -29; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -8; -"@MMK_R_threesuperior" = -21; -"@MMK_R_trademark" = -67; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = -6; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -2; -"@MMK_R_w" = -2; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -7; -"@MMK_R_zero" = 0; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -17; -"@MMK_R_U" = -3; -"@MMK_R_V" = -23; -"@MMK_R_W" = -10; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -6; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = -20; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -29; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -24; -"@MMK_R_ellipsis" = -34; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -7; -"@MMK_R_fivesuperior" = -28; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -23; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = -6; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = -5; -"@MMK_R_l" = -5; -"@MMK_R_l.ss02" = -4; -"@MMK_R_l.ss03" = -4; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -5; -"@MMK_R_ninesuperior" = -28; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -20; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -33; -"@MMK_R_question" = -16; -"@MMK_R_question.ss01" = -30; -"@MMK_R_quotedbl" = -29; -"@MMK_R_quotedblleft" = -35; -"@MMK_R_quotedblleft.ss01" = -44; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -27; -"@MMK_R_quoteright.ss01" = -42; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -31; -"@MMK_R_sixsuperior" = -27; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -7; -"@MMK_R_threesuperior" = -20; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -2; -"@MMK_R_w" = -2; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -7; -"@MMK_R_zero" = 0; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = 9; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 13; -"@MMK_R_S" = 17; -"@MMK_R_T" = -21; -"@MMK_R_U" = 7; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -12; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asterisk" = 3; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_degree" = -15; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eight" = 18; -"@MMK_R_ellipsis" = -29; -"@MMK_R_f" = 10; -"@MMK_R_five" = 7; -"@MMK_R_four" = 20; -"@MMK_R_g" = 7; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = 15; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 20; -"@MMK_R_j" = 6; -"@MMK_R_l" = 8; -"@MMK_R_n" = 3; -"@MMK_R_nine" = 10; -"@MMK_R_one" = 5; -"@MMK_R_parenleft" = 18; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -14; -"@MMK_R_percent" = 2; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -21; -"@MMK_R_pi" = 8; -"@MMK_R_plus" = -15; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = 6; -"@MMK_R_seven" = 11; -"@MMK_R_slash" = 8; -"@MMK_R_t" = 10; -"@MMK_R_three" = 14; -"@MMK_R_two" = 11; -"@MMK_R_u" = 3; -"@MMK_R_v" = 6; -"@MMK_R_w" = 4; -"@MMK_R_x" = 8; -"@MMK_R_y" = 6; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 14; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -30; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -61; -"@MMK_R_S" = -44; -"@MMK_R_T" = -77; -"@MMK_R_U" = -61; -"@MMK_R_V" = -94; -"@MMK_R_W" = -73; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -91; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -54; -"@MMK_R_a.ss04" = -38; -"@MMK_R_asterisk" = -138; -"@MMK_R_bracketright" = -33; -"@MMK_R_colon" = 0; -"@MMK_R_comma" = 13; -"@MMK_R_e" = -54; -"@MMK_R_egrave" = -54; -"@MMK_R_eight" = -47; -"@MMK_R_ellipsis" = -22; -"@MMK_R_f" = -36; -"@MMK_R_five" = -51; -"@MMK_R_four" = -134; -"@MMK_R_g" = -46; -"@MMK_R_guillemetleft" = -54; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -185; -"@MMK_R_hyphen.case" = -185; -"@MMK_R_i" = -35; -"@MMK_R_j" = -34; -"@MMK_R_l" = -35; -"@MMK_R_n" = -35; -"@MMK_R_nine" = -49; -"@MMK_R_one" = -45; -"@MMK_R_parenleft" = -53; -"@MMK_R_parenright" = -30; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 8; -"@MMK_R_pi" = -39; -"@MMK_R_question" = -66; -"@MMK_R_quotedbl" = -126; -"@MMK_R_quotedblleft" = -118; -"@MMK_R_quotedblright" = -118; -"@MMK_R_quoteright" = -64; -"@MMK_R_s" = -40; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -66; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -43; -"@MMK_R_three" = -41; -"@MMK_R_two" = -3; -"@MMK_R_u" = -50; -"@MMK_R_v" = -67; -"@MMK_R_w" = -63; -"@MMK_R_x" = -8; -"@MMK_R_y" = -63; -"@MMK_R_z" = -7; -"@MMK_R_zero" = -57; -}; -"@MMK_L_f" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 38; -"@MMK_R_J" = 3; -"@MMK_R_O" = 13; -"@MMK_R_S" = 14; -"@MMK_R_T" = 23; -"@MMK_R_U" = 9; -"@MMK_R_V" = 35; -"@MMK_R_W" = 29; -"@MMK_R_X" = 28; -"@MMK_R_Y" = 34; -"@MMK_R_Z" = 27; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -11; -"@MMK_R_asterisk" = 32; -"@MMK_R_braceright" = 7; -"@MMK_R_bracketright" = 7; -"@MMK_R_colon" = 27; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -37; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 8; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 28; -"@MMK_R_hyphen" = -2; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 5; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 3; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 9; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 5; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -37; -"@MMK_R_question" = 17; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 12; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 16; -"@MMK_R_quoteright" = 17; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 33; -"@MMK_R_sevensuperior" = 9; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -3; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = 4; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = -3; -"@MMK_R_v" = 19; -"@MMK_R_w" = 17; -"@MMK_R_x" = 10; -"@MMK_R_y" = 18; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 11; -}; -"@MMK_L_five" = { -"@MMK_R_A" = 11; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 14; -"@MMK_R_J" = 0; -"@MMK_R_O" = 7; -"@MMK_R_S" = 12; -"@MMK_R_T" = 7; -"@MMK_R_U" = 2; -"@MMK_R_V" = 5; -"@MMK_R_W" = 2; -"@MMK_R_X" = 6; -"@MMK_R_Y" = 8; -"@MMK_R_Z" = 11; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 11; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -19; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_degree" = -31; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 11; -"@MMK_R_ellipsis" = -28; -"@MMK_R_f" = 3; -"@MMK_R_five" = 0; -"@MMK_R_four" = 29; -"@MMK_R_g" = 9; -"@MMK_R_guillemetleft" = 14; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 31; -"@MMK_R_hyphen.case" = 11; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 9; -"@MMK_R_j" = 2; -"@MMK_R_l" = 6; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 18; -"@MMK_R_parenright" = -7; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = -11; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -20; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -29; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = -18; -"@MMK_R_quoteright" = -18; -"@MMK_R_quoteright.ss01" = -20; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 5; -"@MMK_R_slash" = 11; -"@MMK_R_t" = 0; -"@MMK_R_three" = 14; -"@MMK_R_two" = 0; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 7; -}; -"@MMK_L_four" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -7; -"@MMK_R_J" = -6; -"@MMK_R_O" = 9; -"@MMK_R_S" = 32; -"@MMK_R_T" = -13; -"@MMK_R_U" = 2; -"@MMK_R_V" = -13; -"@MMK_R_W" = -5; -"@MMK_R_X" = -3; -"@MMK_R_Y" = -13; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 15; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -11; -"@MMK_R_colon" = -15; -"@MMK_R_colon.ss01" = -28; -"@MMK_R_comma" = -15; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_degree" = -31; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 24; -"@MMK_R_ellipsis" = -43; -"@MMK_R_f" = 0; -"@MMK_R_five" = 14; -"@MMK_R_four" = 37; -"@MMK_R_g" = 9; -"@MMK_R_guillemetleft" = 18; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -14; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 3; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -7; -"@MMK_R_parenleft" = 13; -"@MMK_R_parenright" = -23; -"@MMK_R_parenright.case" = -8; -"@MMK_R_percent" = -16; -"@MMK_R_period" = -15; -"@MMK_R_period.ss01" = -36; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -15; -"@MMK_R_question" = -13; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -26; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 8; -"@MMK_R_semicolon" = -12; -"@MMK_R_seven" = -10; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_three" = 33; -"@MMK_R_two" = 0; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -17; -"@MMK_R_zero.dnom" = 0; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = -2; -"@MMK_R_T" = -62; -"@MMK_R_U" = -2; -"@MMK_R_V" = -24; -"@MMK_R_W" = -17; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -38; -"@MMK_R_asterisk" = -19; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -20; -"@MMK_R_comma" = 9; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -22; -"@MMK_R_ellipsis" = -33; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -28; -"@MMK_R_one" = -19; -"@MMK_R_onesuperior" = -27; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -32; -"@MMK_R_question" = -22; -"@MMK_R_question.ss01" = -32; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -61; -"@MMK_R_quotedblleft.ss01" = -41; -"@MMK_R_quotedblright" = -42; -"@MMK_R_quoteright" = -42; -"@MMK_R_quoteright.ss01" = -35; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -29; -"@MMK_R_sixsuperior" = -26; -"@MMK_R_slash" = 15; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -21; -"@MMK_R_trademark" = -50; -"@MMK_R_twosuperior" = -20; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 2; -"@MMK_R_v" = -2; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 47; -"@MMK_R_H" = 5; -"@MMK_R_I.ss02" = 41; -"@MMK_R_J" = 49; -"@MMK_R_O" = 6; -"@MMK_R_S" = 4; -"@MMK_R_T" = -35; -"@MMK_R_U" = 0; -"@MMK_R_V" = 2; -"@MMK_R_W" = 5; -"@MMK_R_X" = 38; -"@MMK_R_Y" = -2; -"@MMK_R_Z" = 37; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = 18; -"@MMK_R_braceright" = 66; -"@MMK_R_bracketright" = 66; -"@MMK_R_colon" = 37; -"@MMK_R_colon.ss01" = 21; -"@MMK_R_comma" = 86; -"@MMK_R_comma.ss01" = 18; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 24; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g.ss05" = 23; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 40; -"@MMK_R_hyphen" = 2; -"@MMK_R_icircumflex" = 3; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 11; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -11; -"@MMK_R_one" = 19; -"@MMK_R_onesuperior" = -24; -"@MMK_R_oslash" = 11; -"@MMK_R_parenright" = 67; -"@MMK_R_period" = 49; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = 3; -"@MMK_R_quotedbl" = 3; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 8; -"@MMK_R_quoteright" = 9; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -3; -"@MMK_R_semicolon" = 86; -"@MMK_R_sevensuperior" = -31; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 47; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -44; -"@MMK_R_twosuperior" = -19; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 66; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 23; -"@MMK_R_y" = 0; -"@MMK_R_z" = 22; -"@MMK_R_zero" = 3; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 34; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 30; -"@MMK_R_J" = 38; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -33; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 32; -"@MMK_R_Y" = -17; -"@MMK_R_Z" = 33; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -17; -"@MMK_R_bracketright" = -17; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 9; -"@MMK_R_comma" = 23; -"@MMK_R_comma.ss01" = 2; -"@MMK_R_degree" = -26; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = -3; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 12; -"@MMK_R_five" = 0; -"@MMK_R_four" = -5; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -30; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -28; -"@MMK_R_hyphen.case" = -5; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -18; -"@MMK_R_parenright.case" = 13; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 14; -"@MMK_R_period.ss01" = 0; -"@MMK_R_pi" = 24; -"@MMK_R_plus" = -15; -"@MMK_R_question" = -3; -"@MMK_R_quotedbl" = -29; -"@MMK_R_quotedblleft" = -55; -"@MMK_R_quotedblleft.ss01" = -24; -"@MMK_R_quotedblright" = -38; -"@MMK_R_quoteright" = -38; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 29; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 39; -"@MMK_R_t" = 4; -"@MMK_R_three" = 0; -"@MMK_R_two" = 19; -"@MMK_R_u" = 0; -"@MMK_R_v" = 19; -"@MMK_R_w" = 18; -"@MMK_R_x" = 38; -"@MMK_R_y" = 18; -"@MMK_R_z" = 38; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 15; -"@MMK_R_T" = -34; -"@MMK_R_U" = 0; -"@MMK_R_V" = -19; -"@MMK_R_W" = -6; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -77; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = -21; -"@MMK_R_colon.ss01" = -33; -"@MMK_R_comma" = -19; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eight" = 9; -"@MMK_R_ellipsis" = -39; -"@MMK_R_f" = -2; -"@MMK_R_five" = 0; -"@MMK_R_four" = 37; -"@MMK_R_g" = 7; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = -30; -"@MMK_R_hyphen" = 32; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 3; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -7; -"@MMK_R_parenleft" = 12; -"@MMK_R_parenright" = -58; -"@MMK_R_parenright.case" = -24; -"@MMK_R_percent" = -29; -"@MMK_R_period" = -19; -"@MMK_R_period.ss01" = -36; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -3; -"@MMK_R_question" = -49; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblleft.ss01" = -60; -"@MMK_R_quotedblright" = -88; -"@MMK_R_quoteright" = -64; -"@MMK_R_quoteright.ss01" = -60; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -20; -"@MMK_R_seven" = -28; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_three" = 18; -"@MMK_R_two" = 0; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -6; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 2; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -15; -"@MMK_R_J" = -10; -"@MMK_R_O" = 17; -"@MMK_R_S" = 15; -"@MMK_R_T" = -45; -"@MMK_R_U" = 7; -"@MMK_R_V" = -31; -"@MMK_R_W" = -17; -"@MMK_R_X" = -17; -"@MMK_R_Y" = -58; -"@MMK_R_Z" = -9; -"@MMK_R_a" = 16; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -131; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = -61; -"@MMK_R_colon.ss01" = -60; -"@MMK_R_comma" = -64; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eight" = 24; -"@MMK_R_f" = -2; -"@MMK_R_five" = 0; -"@MMK_R_four" = 43; -"@MMK_R_g" = 18; -"@MMK_R_guillemetleft" = 32; -"@MMK_R_guillemetright" = -29; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 15; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -16; -"@MMK_R_parenleft" = 24; -"@MMK_R_parenright" = -71; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = -4; -"@MMK_R_plus" = -39; -"@MMK_R_question" = -61; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -118; -"@MMK_R_quotedblleft.ss01" = -60; -"@MMK_R_quotedblright" = -118; -"@MMK_R_quoteright" = -64; -"@MMK_R_quoteright.ss01" = -113; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -64; -"@MMK_R_seven" = -45; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -2; -"@MMK_R_three" = 16; -"@MMK_R_two" = -19; -"@MMK_R_u" = 4; -"@MMK_R_v" = -2; -"@MMK_R_w" = -2; -"@MMK_R_x" = -16; -"@MMK_R_y" = -2; -"@MMK_R_z" = -8; -"@MMK_R_zero" = 16; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -15; -"@MMK_R_J" = -10; -"@MMK_R_O" = 21; -"@MMK_R_S" = -31; -"@MMK_R_T" = -45; -"@MMK_R_U" = 7; -"@MMK_R_V" = -16; -"@MMK_R_W" = -6; -"@MMK_R_X" = -43; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = -34; -"@MMK_R_asterisk" = -84; -"@MMK_R_colon" = -57; -"@MMK_R_colon.ss01" = -51; -"@MMK_R_comma" = -64; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_eight" = 2; -"@MMK_R_five" = 8; -"@MMK_R_four" = 7; -"@MMK_R_guillemetleft" = 12; -"@MMK_R_guillemetright" = -14; -"@MMK_R_nine" = 9; -"@MMK_R_one" = -16; -"@MMK_R_parenright.case" = -65; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_plus" = 11; -"@MMK_R_question" = -71; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblleft.ss01" = -60; -"@MMK_R_quotedblright" = -118; -"@MMK_R_quoteright" = -64; -"@MMK_R_quoteright.ss01" = -60; -"@MMK_R_semicolon" = -57; -"@MMK_R_seven" = -53; -"@MMK_R_slash" = -13; -"@MMK_R_three" = -31; -"@MMK_R_two" = -53; -"@MMK_R_zero" = 20; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -21; -"@MMK_R_U" = -2; -"@MMK_R_V" = -10; -"@MMK_R_W" = -7; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -16; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -38; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -33; -"@MMK_R_bracketright" = -33; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -29; -"@MMK_R_eightsuperior" = -21; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -26; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -14; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -27; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -24; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -34; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -21; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblleft.ss01" = -25; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -8; -"@MMK_R_quoteright.ss01" = -28; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = -21; -"@MMK_R_slash" = -2; -"@MMK_R_threesuperior" = -21; -"@MMK_R_trademark" = -46; -"@MMK_R_twosuperior" = -19; -"@MMK_R_v" = -2; -"@MMK_R_w" = -2; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 5; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = 12; -"@MMK_R_I.ss02" = 16; -"@MMK_R_O" = 17; -"@MMK_R_S" = 33; -"@MMK_R_U" = 19; -"@MMK_R_V" = 35; -"@MMK_R_X" = 16; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = 3; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -19; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -29; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 29; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 46; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -9; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 45; -"@MMK_R_question.ss01" = 26; -"@MMK_R_quotedbl" = 28; -"@MMK_R_quotedblleft" = 33; -"@MMK_R_quotedblleft.ss01" = 5; -"@MMK_R_quotedblright" = 46; -"@MMK_R_quoteright" = 48; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = 4; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -5; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 0; -"@MMK_R_v" = -2; -"@MMK_R_w" = -2; -"@MMK_R_x" = 0; -"@MMK_R_y" = -2; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 18; -"@MMK_R_I.ss02" = 53; -"@MMK_R_J" = 9; -"@MMK_R_O" = 12; -"@MMK_R_S" = 20; -"@MMK_R_T" = 51; -"@MMK_R_U" = 25; -"@MMK_R_V" = 62; -"@MMK_R_W" = 60; -"@MMK_R_X" = 52; -"@MMK_R_Y" = 58; -"@MMK_R_Z" = 51; -"@MMK_R_asciicircum" = -34; -"@MMK_R_asterisk" = 51; -"@MMK_R_braceright" = 43; -"@MMK_R_bracketright" = 43; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -29; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 35; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 3; -"@MMK_R_one" = 26; -"@MMK_R_onesuperior" = 36; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 49; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -33; -"@MMK_R_question" = 25; -"@MMK_R_question.ss01" = 5; -"@MMK_R_quotedbl" = 36; -"@MMK_R_quotedblleft" = 24; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 43; -"@MMK_R_quoteright" = 43; -"@MMK_R_quoteright.ss01" = 9; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = 36; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_threesuperior" = 12; -"@MMK_R_trademark" = 32; -"@MMK_R_twosuperior" = 16; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -2; -"@MMK_R_w" = -2; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 10; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 42; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 33; -"@MMK_R_J" = 41; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -43; -"@MMK_R_U" = 0; -"@MMK_R_V" = -8; -"@MMK_R_W" = -4; -"@MMK_R_X" = 31; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = 26; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -24; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -17; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 33; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -14; -"@MMK_R_ellipsis" = -9; -"@MMK_R_exclam" = 18; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -20; -"@MMK_R_four" = -7; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = 36; -"@MMK_R_hyphen" = -21; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -25; -"@MMK_R_one" = -14; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -16; -"@MMK_R_period" = 25; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -35; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -21; -"@MMK_R_quoteright" = -21; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 32; -"@MMK_R_sevensuperior" = -38; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = 10; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -42; -"@MMK_R_twosuperior" = -23; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 42; -"@MMK_R_v" = 9; -"@MMK_R_w" = 7; -"@MMK_R_x" = 16; -"@MMK_R_y" = 8; -"@MMK_R_z" = 17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 5; -"@MMK_R_S" = 10; -"@MMK_R_T" = 0; -"@MMK_R_U" = 7; -"@MMK_R_V" = 0; -"@MMK_R_W" = 4; -"@MMK_R_X" = 7; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asciicircum" = -35; -"@MMK_R_asterisk" = 9; -"@MMK_R_braceright" = -11; -"@MMK_R_bracketright" = -11; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -20; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -28; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -34; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -10; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -13; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -20; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -21; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -15; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -24; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 4; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 26; -"@MMK_R_I.ss02" = 30; -"@MMK_R_J" = 35; -"@MMK_R_O" = 0; -"@MMK_R_S" = 6; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 26; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 26; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = 3; -"@MMK_R_braceright" = -8; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = 20; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -22; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 12; -"@MMK_R_hyphen" = -3; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -14; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -12; -"@MMK_R_period" = 15; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -13; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -22; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -3; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 28; -"@MMK_R_sevensuperior" = -18; -"@MMK_R_sixsuperior" = -16; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -27; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 27; -"@MMK_R_v" = -2; -"@MMK_R_w" = 0; -"@MMK_R_x" = 11; -"@MMK_R_y" = 0; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 0; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 86; -"@MMK_R_colon" = 48; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -28; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 3; -"@MMK_R_eightsuperior" = 47; -"@MMK_R_exclam" = 80; -"@MMK_R_f" = 13; -"@MMK_R_fivesuperior" = 41; -"@MMK_R_foursuperior" = 25; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 19; -"@MMK_R_j" = 3; -"@MMK_R_l" = 27; -"@MMK_R_l.ss03" = 33; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 52; -"@MMK_R_onesuperior" = 72; -"@MMK_R_parenright" = 69; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 85; -"@MMK_R_question.ss01" = 61; -"@MMK_R_quotedbl" = 82; -"@MMK_R_quotedblleft" = 71; -"@MMK_R_quotedblleft.ss01" = 53; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 48; -"@MMK_R_sevensuperior" = 82; -"@MMK_R_sixsuperior" = 41; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 20; -"@MMK_R_threesuperior" = 49; -"@MMK_R_twosuperior" = 54; -"@MMK_R_u" = 2; -"@MMK_R_v" = 9; -"@MMK_R_z" = 39; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -19; -"@MMK_R_J" = -14; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -49; -"@MMK_R_V" = -28; -"@MMK_R_W" = -16; -"@MMK_R_Y" = -57; -"@MMK_R_Z" = -8; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_e" = 0; -"@MMK_R_f" = 0; -"@MMK_R_g" = 0; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_s" = -12; -"@MMK_R_t" = 0; -"@MMK_R_z" = -20; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = 0; -"@MMK_R_U" = 4; -"@MMK_R_X" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -38; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -3; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_ninesuperior" = -10; -"@MMK_R_onesuperior" = -12; -"@MMK_R_parenright" = -17; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -38; -"@MMK_R_question" = -5; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -16; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -9; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 6; -"@MMK_R_H" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = -4; -"@MMK_R_T" = -60; -"@MMK_R_U" = -3; -"@MMK_R_V" = -30; -"@MMK_R_W" = -20; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -52; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -48; -"@MMK_R_asterisk" = -34; -"@MMK_R_braceright" = -32; -"@MMK_R_bracketright" = -32; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -25; -"@MMK_R_comma" = 3; -"@MMK_R_comma.ss01" = -27; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -26; -"@MMK_R_ellipsis" = -32; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -30; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -22; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 3; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -32; -"@MMK_R_one" = -23; -"@MMK_R_onesuperior" = -33; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -34; -"@MMK_R_period" = 3; -"@MMK_R_period.ss01" = -32; -"@MMK_R_question" = -42; -"@MMK_R_question.ss01" = -57; -"@MMK_R_quotedbl" = -38; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblleft.ss01" = -60; -"@MMK_R_quotedblright" = -70; -"@MMK_R_quoteright" = -64; -"@MMK_R_quoteright.ss01" = -58; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -40; -"@MMK_R_sixsuperior" = -28; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -65; -"@MMK_R_twosuperior" = -20; -"@MMK_R_underscore" = 3; -"@MMK_R_v" = 0; -"@MMK_R_w" = -2; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 17; -"@MMK_R_S" = 6; -"@MMK_R_T" = -27; -"@MMK_R_U" = 5; -"@MMK_R_V" = -4; -"@MMK_R_W" = 0; -"@MMK_R_X" = -5; -"@MMK_R_Y" = -18; -"@MMK_R_Z" = -9; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -23; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_degree" = -24; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 11; -"@MMK_R_ellipsis" = -42; -"@MMK_R_f" = 7; -"@MMK_R_five" = 6; -"@MMK_R_four" = 15; -"@MMK_R_g" = 9; -"@MMK_R_guillemetleft" = 4; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 17; -"@MMK_R_hyphen.case" = 19; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 12; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_n" = 4; -"@MMK_R_nine" = 10; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 21; -"@MMK_R_parenright" = -42; -"@MMK_R_parenright.case" = -22; -"@MMK_R_percent" = 6; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -34; -"@MMK_R_pi" = 6; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 7; -"@MMK_R_three" = 2; -"@MMK_R_two" = 0; -"@MMK_R_u" = 7; -"@MMK_R_v" = 12; -"@MMK_R_w" = 11; -"@MMK_R_x" = 0; -"@MMK_R_y" = 11; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 18; -}; -"@MMK_L_o" = { -"@MMK_R_A" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -56; -"@MMK_R_U" = -2; -"@MMK_R_V" = -29; -"@MMK_R_W" = -19; -"@MMK_R_X" = -7; -"@MMK_R_Y" = -54; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -51; -"@MMK_R_asterisk" = -39; -"@MMK_R_braceright" = -23; -"@MMK_R_bracketright" = -21; -"@MMK_R_colon" = -6; -"@MMK_R_colon.ss01" = -31; -"@MMK_R_comma" = -8; -"@MMK_R_comma.ss01" = -37; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = -25; -"@MMK_R_ellipsis" = -42; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -30; -"@MMK_R_four" = 8; -"@MMK_R_foursuperior" = -25; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = 15; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = -32; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -55; -"@MMK_R_period" = -7; -"@MMK_R_period.ss01" = -40; -"@MMK_R_question" = -41; -"@MMK_R_question.ss01" = -33; -"@MMK_R_quotedbl" = -32; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblleft.ss01" = -60; -"@MMK_R_quotedblright" = -32; -"@MMK_R_quoteright" = -32; -"@MMK_R_quoteright.ss01" = -47; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -5; -"@MMK_R_sevensuperior" = -35; -"@MMK_R_sixsuperior" = -29; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -69; -"@MMK_R_twosuperior" = -17; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -6; -"@MMK_R_v" = -4; -"@MMK_R_w" = -3; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 4; -}; -"@MMK_L_p" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -56; -"@MMK_R_U" = 0; -"@MMK_R_V" = -28; -"@MMK_R_W" = -16; -"@MMK_R_X" = -7; -"@MMK_R_Y" = -54; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = -38; -"@MMK_R_braceright" = -23; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = -6; -"@MMK_R_colon.ss01" = -31; -"@MMK_R_comma" = -8; -"@MMK_R_comma.ss01" = -37; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = -26; -"@MMK_R_ellipsis" = -42; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = 8; -"@MMK_R_foursuperior" = -24; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = 15; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 2; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = -33; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -54; -"@MMK_R_period" = -7; -"@MMK_R_period.ss01" = -40; -"@MMK_R_question" = -40; -"@MMK_R_question.ss01" = -51; -"@MMK_R_quotedbl" = -41; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblleft.ss01" = -60; -"@MMK_R_quotedblright" = -73; -"@MMK_R_quoteright" = -64; -"@MMK_R_quoteright.ss01" = -60; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -5; -"@MMK_R_sevensuperior" = -39; -"@MMK_R_sixsuperior" = -30; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -69; -"@MMK_R_twosuperior" = -17; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -4; -"@MMK_R_v" = 0; -"@MMK_R_w" = -2; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 4; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -19; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 33; -"@MMK_R_J" = 0; -"@MMK_R_O" = -22; -"@MMK_R_S" = -8; -"@MMK_R_T" = 6; -"@MMK_R_U" = 8; -"@MMK_R_V" = 47; -"@MMK_R_W" = 44; -"@MMK_R_X" = 36; -"@MMK_R_Y" = 46; -"@MMK_R_Z" = 17; -"@MMK_R_a" = -71; -"@MMK_R_a.ss04" = -15; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 31; -"@MMK_R_colon" = -37; -"@MMK_R_colon.ss01" = -43; -"@MMK_R_comma" = 22; -"@MMK_R_comma.ss01" = 23; -"@MMK_R_degree" = -18; -"@MMK_R_e" = -72; -"@MMK_R_egrave" = -37; -"@MMK_R_eight" = -17; -"@MMK_R_ellipsis" = -44; -"@MMK_R_f" = -15; -"@MMK_R_five" = -3; -"@MMK_R_four" = -50; -"@MMK_R_g" = -14; -"@MMK_R_guillemetleft" = -64; -"@MMK_R_guillemetright" = -33; -"@MMK_R_hyphen" = -75; -"@MMK_R_i" = -27; -"@MMK_R_icircumflex" = 4; -"@MMK_R_j" = 39; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -3; -"@MMK_R_n" = -51; -"@MMK_R_nine" = -14; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = -37; -"@MMK_R_parenright" = 26; -"@MMK_R_percent" = -16; -"@MMK_R_period" = -37; -"@MMK_R_period.ss01" = -43; -"@MMK_R_pi" = -35; -"@MMK_R_plus" = -79; -"@MMK_R_question" = -10; -"@MMK_R_quotedbl" = 14; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 18; -"@MMK_R_quoteright" = 20; -"@MMK_R_quoteright.ss01" = 16; -"@MMK_R_s" = -57; -"@MMK_R_semicolon" = 20; -"@MMK_R_seven" = 40; -"@MMK_R_slash" = 8; -"@MMK_R_t" = -17; -"@MMK_R_three" = -10; -"@MMK_R_two" = -10; -"@MMK_R_u" = -63; -"@MMK_R_v" = -40; -"@MMK_R_w" = -43; -"@MMK_R_x" = -27; -"@MMK_R_y" = 5; -"@MMK_R_z" = -26; -"@MMK_R_zero" = -23; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = 31; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 53; -"@MMK_R_J" = 32; -"@MMK_R_O" = -22; -"@MMK_R_S" = -10; -"@MMK_R_T" = 9; -"@MMK_R_U" = 2; -"@MMK_R_V" = 41; -"@MMK_R_W" = 39; -"@MMK_R_X" = 40; -"@MMK_R_Y" = 41; -"@MMK_R_Z" = 38; -"@MMK_R_asterisk" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = 44; -"@MMK_R_comma.ss01" = 20; -"@MMK_R_degree" = -21; -"@MMK_R_eight" = -18; -"@MMK_R_ellipsis" = -6; -"@MMK_R_five" = -6; -"@MMK_R_four" = -34; -"@MMK_R_guillemetleft" = -41; -"@MMK_R_guillemetright" = 2; -"@MMK_R_hyphen.case" = -65; -"@MMK_R_nine" = -14; -"@MMK_R_one" = -3; -"@MMK_R_parenright.case" = 19; -"@MMK_R_percent" = -19; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_plus" = -72; -"@MMK_R_question" = -12; -"@MMK_R_quotedbl" = 7; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 13; -"@MMK_R_quoteright.ss01" = 10; -"@MMK_R_semicolon" = 38; -"@MMK_R_seven" = 33; -"@MMK_R_slash" = 65; -"@MMK_R_three" = -11; -"@MMK_R_two" = 9; -"@MMK_R_zero" = -22; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = 9; -"@MMK_R_H" = 9; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 21; -"@MMK_R_S" = 2; -"@MMK_R_T" = -32; -"@MMK_R_U" = 14; -"@MMK_R_V" = -5; -"@MMK_R_W" = 0; -"@MMK_R_X" = -4; -"@MMK_R_Y" = -22; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 16; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asterisk" = -8; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -24; -"@MMK_R_comma" = -10; -"@MMK_R_comma.ss01" = -39; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eight" = 14; -"@MMK_R_f" = 12; -"@MMK_R_five" = 10; -"@MMK_R_four" = 17; -"@MMK_R_g" = 19; -"@MMK_R_guillemetleft" = 14; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 25; -"@MMK_R_i" = 9; -"@MMK_R_icircumflex" = 13; -"@MMK_R_j" = 10; -"@MMK_R_l" = 10; -"@MMK_R_n" = 9; -"@MMK_R_nine" = 12; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 27; -"@MMK_R_parenright" = -37; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -42; -"@MMK_R_pi" = 12; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -11; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -33; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -31; -"@MMK_R_s" = 8; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -3; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 13; -"@MMK_R_three" = 3; -"@MMK_R_two" = 0; -"@MMK_R_u" = 13; -"@MMK_R_v" = 14; -"@MMK_R_w" = 15; -"@MMK_R_x" = 5; -"@MMK_R_y" = 16; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 21; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -55; -"@MMK_R_bracketright" = -37; -"@MMK_R_colon" = -14; -"@MMK_R_colon.ss01" = -42; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -42; -"@MMK_R_guillemetleft" = -6; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = -3; -"@MMK_R_hyphen.case" = -17; -"@MMK_R_parenright" = -55; -"@MMK_R_parenright.case" = -23; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -47; -"@MMK_R_question" = -62; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblleft.ss01" = -60; -"@MMK_R_quotedblright" = -67; -"@MMK_R_quoteright" = -64; -"@MMK_R_quoteright.ss01" = -60; -"@MMK_R_semicolon" = -14; -"@MMK_R_slash" = -8; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = 20; -"@MMK_R_O" = -30; -"@MMK_R_S" = -14; -"@MMK_R_T" = -41; -"@MMK_R_U" = -30; -"@MMK_R_V" = -61; -"@MMK_R_W" = -38; -"@MMK_R_X" = 21; -"@MMK_R_Y" = -56; -"@MMK_R_Z" = 27; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -5; -"@MMK_R_asterisk" = -61; -"@MMK_R_bracketright" = -29; -"@MMK_R_colon" = 10; -"@MMK_R_e" = -20; -"@MMK_R_eight" = -17; -"@MMK_R_f" = -3; -"@MMK_R_five" = -21; -"@MMK_R_four" = -61; -"@MMK_R_g" = -16; -"@MMK_R_guillemetleft" = -38; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = -2; -"@MMK_R_j" = 0; -"@MMK_R_l" = -2; -"@MMK_R_n" = -2; -"@MMK_R_nine" = -20; -"@MMK_R_one" = -16; -"@MMK_R_parenleft" = -19; -"@MMK_R_parenright" = -27; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -7; -"@MMK_R_question" = -58; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -61; -"@MMK_R_quotedblright" = -61; -"@MMK_R_quoteright" = -61; -"@MMK_R_s" = -7; -"@MMK_R_semicolon" = 14; -"@MMK_R_seven" = -33; -"@MMK_R_slash" = 33; -"@MMK_R_t" = -10; -"@MMK_R_three" = -12; -"@MMK_R_two" = 8; -"@MMK_R_u" = -16; -"@MMK_R_v" = -30; -"@MMK_R_w" = -28; -"@MMK_R_x" = 14; -"@MMK_R_y" = -26; -"@MMK_R_z" = 19; -"@MMK_R_zero" = -29; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -28; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -46; -"@MMK_R_S" = -29; -"@MMK_R_T" = -61; -"@MMK_R_U" = -46; -"@MMK_R_V" = -61; -"@MMK_R_W" = -61; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -92; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -46; -"@MMK_R_a.ss04" = -31; -"@MMK_R_asterisk" = -61; -"@MMK_R_bracketright" = -33; -"@MMK_R_colon.ss01" = -23; -"@MMK_R_comma.ss01" = -23; -"@MMK_R_e" = -47; -"@MMK_R_egrave" = -47; -"@MMK_R_eight" = -32; -"@MMK_R_f" = -36; -"@MMK_R_five" = -37; -"@MMK_R_four" = -61; -"@MMK_R_g" = -47; -"@MMK_R_guillemetleft" = -49; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = -35; -"@MMK_R_j" = -32; -"@MMK_R_l" = -34; -"@MMK_R_n" = -34; -"@MMK_R_nine" = -37; -"@MMK_R_one" = -43; -"@MMK_R_parenleft" = -44; -"@MMK_R_parenright" = -30; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period.ss01" = -23; -"@MMK_R_pi" = -39; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft.ss01" = -61; -"@MMK_R_quoteright.ss01" = -61; -"@MMK_R_s" = -32; -"@MMK_R_seven" = -61; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -40; -"@MMK_R_three" = -26; -"@MMK_R_two" = 0; -"@MMK_R_u" = -44; -"@MMK_R_v" = -61; -"@MMK_R_w" = -61; -"@MMK_R_x" = -11; -"@MMK_R_y" = -51; -"@MMK_R_z" = -6; -"@MMK_R_zero" = -46; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -15; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -16; -"@MMK_R_J" = -13; -"@MMK_R_O" = 0; -"@MMK_R_S" = -33; -"@MMK_R_T" = -45; -"@MMK_R_U" = 0; -"@MMK_R_V" = -18; -"@MMK_R_W" = -7; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = -38; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -15; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = -10; -"@MMK_R_g" = 0; -"@MMK_R_i" = -10; -"@MMK_R_j" = -9; -"@MMK_R_l" = -9; -"@MMK_R_n" = -8; -"@MMK_R_s" = -4; -"@MMK_R_t" = -8; -"@MMK_R_u" = -5; -"@MMK_R_z" = -33; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -21; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -6; -"@MMK_R_O" = 7; -"@MMK_R_S" = 5; -"@MMK_R_T" = 0; -"@MMK_R_U" = 7; -"@MMK_R_V" = 13; -"@MMK_R_W" = 16; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -11; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = -19; -"@MMK_R_asterisk" = 29; -"@MMK_R_bracketright" = -14; -"@MMK_R_colon" = 14; -"@MMK_R_colon.ss01" = -17; -"@MMK_R_comma" = -33; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -17; -"@MMK_R_f" = 0; -"@MMK_R_g" = -15; -"@MMK_R_guillemetleft" = -17; -"@MMK_R_guillemetright" = 20; -"@MMK_R_hyphen" = -27; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -11; -"@MMK_R_j" = -9; -"@MMK_R_l" = 0; -"@MMK_R_n" = -17; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -25; -"@MMK_R_parenright.case" = -20; -"@MMK_R_period" = -33; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = 5; -"@MMK_R_question" = 33; -"@MMK_R_quotedbl" = 3; -"@MMK_R_quotedblleft" = 7; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 24; -"@MMK_R_quoteright" = 25; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 14; -"@MMK_R_slash" = -33; -"@MMK_R_t" = 3; -"@MMK_R_u" = -16; -"@MMK_R_v" = -2; -"@MMK_R_w" = -2; -"@MMK_R_x" = -5; -"@MMK_R_y" = -2; -"@MMK_R_z" = -4; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -17; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -48; -"@MMK_R_S" = -40; -"@MMK_R_T" = -60; -"@MMK_R_U" = -52; -"@MMK_R_V" = -72; -"@MMK_R_W" = -54; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -72; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -40; -"@MMK_R_a.ss04" = -32; -"@MMK_R_e" = -41; -"@MMK_R_eight" = -43; -"@MMK_R_f" = -21; -"@MMK_R_five" = -46; -"@MMK_R_four" = -41; -"@MMK_R_g" = -8; -"@MMK_R_guillemetright" = -3; -"@MMK_R_i" = -23; -"@MMK_R_j" = 23; -"@MMK_R_l" = -23; -"@MMK_R_n" = -23; -"@MMK_R_nine" = -43; -"@MMK_R_one" = -31; -"@MMK_R_parenright" = 22; -"@MMK_R_quotedbl" = -61; -"@MMK_R_quotedblleft" = -109; -"@MMK_R_quoteright" = -64; -"@MMK_R_s" = -34; -"@MMK_R_seven" = -42; -"@MMK_R_t" = -32; -"@MMK_R_three" = -36; -"@MMK_R_two" = 0; -"@MMK_R_u" = -42; -"@MMK_R_v" = -41; -"@MMK_R_w" = -38; -"@MMK_R_x" = 0; -"@MMK_R_y" = 5; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -47; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -34; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 2; -"@MMK_R_U" = 0; -"@MMK_R_V" = 13; -"@MMK_R_W" = 10; -"@MMK_R_X" = 4; -"@MMK_R_Y" = 19; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -29; -"@MMK_R_a.ss04" = -20; -"@MMK_R_asterisk" = -6; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -64; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_degree" = -5; -"@MMK_R_e" = -29; -"@MMK_R_egrave" = -23; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -126; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -35; -"@MMK_R_g" = -27; -"@MMK_R_guillemetleft" = -61; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = -11; -"@MMK_R_icircumflex" = 32; -"@MMK_R_j" = -11; -"@MMK_R_l" = -9; -"@MMK_R_lslash" = -14; -"@MMK_R_n" = -20; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 18; -"@MMK_R_parenleft" = -11; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -58; -"@MMK_R_question" = 12; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 17; -"@MMK_R_slash" = -57; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -18; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -11; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 11; -"@MMK_R_H" = -5; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 5; -"@MMK_R_O" = -34; -"@MMK_R_S" = -22; -"@MMK_R_T" = -53; -"@MMK_R_U" = -36; -"@MMK_R_V" = -70; -"@MMK_R_W" = -46; -"@MMK_R_X" = 8; -"@MMK_R_Y" = -70; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -34; -"@MMK_R_a.ss04" = -19; -"@MMK_R_asterisk" = -118; -"@MMK_R_colon" = 14; -"@MMK_R_comma" = 19; -"@MMK_R_e" = -36; -"@MMK_R_egrave" = -36; -"@MMK_R_eight" = -25; -"@MMK_R_ellipsis" = -3; -"@MMK_R_f" = -17; -"@MMK_R_five" = -28; -"@MMK_R_four" = -64; -"@MMK_R_g" = -17; -"@MMK_R_guillemetleft" = -64; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = -118; -"@MMK_R_hyphen.case" = -118; -"@MMK_R_i" = -15; -"@MMK_R_icircumflex" = -15; -"@MMK_R_j" = 0; -"@MMK_R_l" = -15; -"@MMK_R_lslash" = -19; -"@MMK_R_n" = -15; -"@MMK_R_nine" = -26; -"@MMK_R_one" = -23; -"@MMK_R_parenleft" = -29; -"@MMK_R_percent" = -52; -"@MMK_R_period" = 14; -"@MMK_R_pi" = -20; -"@MMK_R_plus" = -118; -"@MMK_R_question" = -62; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblright" = -118; -"@MMK_R_quoteright" = -64; -"@MMK_R_s" = -21; -"@MMK_R_seven" = -43; -"@MMK_R_slash" = 28; -"@MMK_R_t" = -24; -"@MMK_R_three" = -20; -"@MMK_R_two" = 0; -"@MMK_R_u" = -31; -"@MMK_R_v" = -47; -"@MMK_R_w" = -44; -"@MMK_R_x" = 5; -"@MMK_R_y" = -19; -"@MMK_R_z" = 10; -"@MMK_R_zero" = -35; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -22; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -44; -"@MMK_R_S" = -28; -"@MMK_R_T" = -69; -"@MMK_R_U" = -44; -"@MMK_R_V" = -81; -"@MMK_R_W" = -60; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -84; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -42; -"@MMK_R_a.ss04" = -30; -"@MMK_R_asterisk" = -60; -"@MMK_R_bracketright" = 17; -"@MMK_R_colon.ss01" = -23; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -43; -"@MMK_R_egrave" = -44; -"@MMK_R_eight" = -31; -"@MMK_R_f" = -34; -"@MMK_R_five" = -36; -"@MMK_R_four" = -60; -"@MMK_R_g" = -33; -"@MMK_R_guillemetleft" = -43; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -60; -"@MMK_R_hyphen.case" = -60; -"@MMK_R_i" = -33; -"@MMK_R_icircumflex" = -33; -"@MMK_R_j" = -7; -"@MMK_R_l" = -33; -"@MMK_R_lslash" = -36; -"@MMK_R_n" = -33; -"@MMK_R_nine" = -35; -"@MMK_R_one" = -38; -"@MMK_R_parenleft" = -40; -"@MMK_R_parenright" = 21; -"@MMK_R_parenright.case" = 24; -"@MMK_R_percent" = -55; -"@MMK_R_period.ss01" = -23; -"@MMK_R_pi" = -37; -"@MMK_R_plus" = -60; -"@MMK_R_quotedbl" = -60; -"@MMK_R_quotedblleft.ss01" = -60; -"@MMK_R_quoteright.ss01" = -60; -"@MMK_R_s" = -31; -"@MMK_R_seven" = -57; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -36; -"@MMK_R_three" = -25; -"@MMK_R_two" = 0; -"@MMK_R_u" = -40; -"@MMK_R_v" = -54; -"@MMK_R_w" = -50; -"@MMK_R_x" = -9; -"@MMK_R_y" = -23; -"@MMK_R_z" = -5; -"@MMK_R_zero" = -44; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -38; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 20; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 19; -"@MMK_R_U" = 2; -"@MMK_R_V" = 37; -"@MMK_R_W" = 32; -"@MMK_R_X" = 29; -"@MMK_R_Y" = 44; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -55; -"@MMK_R_a.ss04" = -39; -"@MMK_R_asterisk" = -6; -"@MMK_R_bracketright" = 11; -"@MMK_R_colon" = -24; -"@MMK_R_comma" = -64; -"@MMK_R_degree" = -2; -"@MMK_R_e" = -62; -"@MMK_R_egrave" = -25; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -118; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -51; -"@MMK_R_g" = -45; -"@MMK_R_guillemetleft" = -83; -"@MMK_R_guillemetright" = -32; -"@MMK_R_hyphen" = -118; -"@MMK_R_hyphen.case" = -118; -"@MMK_R_i" = -9; -"@MMK_R_icircumflex" = 36; -"@MMK_R_j" = -9; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -43; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 18; -"@MMK_R_parenleft" = -20; -"@MMK_R_parenright" = 7; -"@MMK_R_parenright.case" = 13; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -61; -"@MMK_R_pi" = -19; -"@MMK_R_plus" = -94; -"@MMK_R_question" = 17; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblright" = -5; -"@MMK_R_quoteright" = -5; -"@MMK_R_s" = -51; -"@MMK_R_semicolon" = -24; -"@MMK_R_seven" = 43; -"@MMK_R_slash" = -63; -"@MMK_R_t" = -2; -"@MMK_R_three" = 3; -"@MMK_R_two" = 4; -"@MMK_R_u" = -31; -"@MMK_R_v" = -23; -"@MMK_R_w" = -24; -"@MMK_R_x" = -27; -"@MMK_R_y" = -24; -"@MMK_R_z" = -27; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -55; -"@MMK_R_H" = -9; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -20; -"@MMK_R_O" = -12; -"@MMK_R_S" = -3; -"@MMK_R_T" = 5; -"@MMK_R_U" = -2; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 9; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -58; -"@MMK_R_a.ss04" = -37; -"@MMK_R_asterisk" = 26; -"@MMK_R_bracketright" = 10; -"@MMK_R_colon.ss01" = -28; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_degree" = -21; -"@MMK_R_e" = -58; -"@MMK_R_egrave" = -38; -"@MMK_R_eight" = -7; -"@MMK_R_f" = -17; -"@MMK_R_five" = -7; -"@MMK_R_four" = -60; -"@MMK_R_g" = -55; -"@MMK_R_guillemetleft" = -55; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -113; -"@MMK_R_hyphen.case" = -60; -"@MMK_R_i" = -25; -"@MMK_R_icircumflex" = 2; -"@MMK_R_j" = -25; -"@MMK_R_l" = -21; -"@MMK_R_lslash" = -23; -"@MMK_R_n" = -38; -"@MMK_R_nine" = -2; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -34; -"@MMK_R_parenright" = 4; -"@MMK_R_parenright.case" = 10; -"@MMK_R_percent" = 0; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = -4; -"@MMK_R_plus" = -60; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = -43; -"@MMK_R_seven" = 10; -"@MMK_R_slash" = -60; -"@MMK_R_t" = -14; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -36; -"@MMK_R_v" = -12; -"@MMK_R_w" = -13; -"@MMK_R_x" = -17; -"@MMK_R_y" = -13; -"@MMK_R_z" = -16; -"@MMK_R_zero" = -12; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -38; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 20; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 19; -"@MMK_R_U" = 2; -"@MMK_R_V" = 37; -"@MMK_R_W" = 32; -"@MMK_R_X" = 29; -"@MMK_R_Y" = 44; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -47; -"@MMK_R_a.ss04" = -39; -"@MMK_R_asterisk" = -6; -"@MMK_R_bracketright" = 11; -"@MMK_R_colon" = -24; -"@MMK_R_comma" = -64; -"@MMK_R_degree" = -2; -"@MMK_R_e" = -62; -"@MMK_R_egrave" = -25; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -64; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -51; -"@MMK_R_g" = -59; -"@MMK_R_guillemetleft" = -64; -"@MMK_R_guillemetright" = -32; -"@MMK_R_hyphen" = -64; -"@MMK_R_hyphen.case" = -64; -"@MMK_R_i" = -9; -"@MMK_R_icircumflex" = 36; -"@MMK_R_j" = -9; -"@MMK_R_l" = 0; -"@MMK_R_n" = -43; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 18; -"@MMK_R_parenleft" = -20; -"@MMK_R_parenright" = 7; -"@MMK_R_parenright.case" = 13; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -61; -"@MMK_R_pi" = -19; -"@MMK_R_plus" = -64; -"@MMK_R_question" = 17; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblright" = -5; -"@MMK_R_quoteright" = -5; -"@MMK_R_s" = -33; -"@MMK_R_semicolon" = -24; -"@MMK_R_seven" = 43; -"@MMK_R_slash" = -63; -"@MMK_R_t" = -2; -"@MMK_R_three" = 3; -"@MMK_R_two" = 4; -"@MMK_R_u" = -31; -"@MMK_R_v" = -23; -"@MMK_R_w" = -24; -"@MMK_R_x" = -27; -"@MMK_R_y" = -24; -"@MMK_R_z" = -27; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -52; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = -10; -"@MMK_R_O" = -6; -"@MMK_R_S" = 0; -"@MMK_R_T" = 2; -"@MMK_R_U" = 0; -"@MMK_R_V" = 18; -"@MMK_R_W" = 16; -"@MMK_R_X" = 8; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -64; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asterisk" = -4; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -43; -"@MMK_R_comma" = -64; -"@MMK_R_e" = -64; -"@MMK_R_egrave" = -33; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -118; -"@MMK_R_f" = -12; -"@MMK_R_five" = 0; -"@MMK_R_four" = -64; -"@MMK_R_g" = -64; -"@MMK_R_guillemetleft" = -64; -"@MMK_R_guillemetright" = -57; -"@MMK_R_hyphen" = -118; -"@MMK_R_hyphen.case" = -64; -"@MMK_R_i" = -10; -"@MMK_R_icircumflex" = 26; -"@MMK_R_j" = -11; -"@MMK_R_l" = -10; -"@MMK_R_lslash" = -13; -"@MMK_R_n" = -64; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 12; -"@MMK_R_parenleft" = -30; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -61; -"@MMK_R_pi" = -42; -"@MMK_R_plus" = -64; -"@MMK_R_question" = 7; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -20; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -15; -"@MMK_R_s" = -64; -"@MMK_R_semicolon" = -43; -"@MMK_R_seven" = 21; -"@MMK_R_slash" = -74; -"@MMK_R_t" = -13; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -50; -"@MMK_R_v" = -48; -"@MMK_R_w" = -49; -"@MMK_R_x" = -52; -"@MMK_R_y" = -48; -"@MMK_R_z" = -29; -"@MMK_R_zero" = -6; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -55; -"@MMK_R_H" = -12; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -21; -"@MMK_R_O" = -12; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = -6; -"@MMK_R_V" = 2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 7; -"@MMK_R_Z" = -11; -"@MMK_R_a" = -60; -"@MMK_R_a.ss04" = -34; -"@MMK_R_asterisk" = 25; -"@MMK_R_bracketright" = 4; -"@MMK_R_colon.ss01" = -36; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -60; -"@MMK_R_egrave" = -41; -"@MMK_R_eight" = -7; -"@MMK_R_f" = -21; -"@MMK_R_five" = -11; -"@MMK_R_four" = -60; -"@MMK_R_g" = -60; -"@MMK_R_guillemetleft" = -60; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = -60; -"@MMK_R_hyphen.case" = -60; -"@MMK_R_i" = -23; -"@MMK_R_icircumflex" = 8; -"@MMK_R_j" = -23; -"@MMK_R_l" = -20; -"@MMK_R_lslash" = -22; -"@MMK_R_n" = -46; -"@MMK_R_nine" = -2; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -31; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 0; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = -16; -"@MMK_R_plus" = -60; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -55; -"@MMK_R_seven" = 8; -"@MMK_R_slash" = -60; -"@MMK_R_t" = -20; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -44; -"@MMK_R_v" = -21; -"@MMK_R_w" = -22; -"@MMK_R_x" = -26; -"@MMK_R_y" = -22; -"@MMK_R_z" = -26; -"@MMK_R_zero" = -12; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -20; -"@MMK_R_I.ss02" = -10; -"@MMK_R_J" = -4; -"@MMK_R_O" = 13; -"@MMK_R_S" = 10; -"@MMK_R_T" = -43; -"@MMK_R_U" = 2; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -10; -"@MMK_R_Z" = -30; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = -5; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = 8; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 33; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -32; -"@MMK_R_comma.ss01" = -57; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -13; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -70; -"@MMK_R_exclam" = 20; -"@MMK_R_f" = 11; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = -20; -"@MMK_R_foursuperior" = 24; -"@MMK_R_g" = -9; -"@MMK_R_g.ss05" = -9; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = 39; -"@MMK_R_hyphen" = -35; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = -2; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = -2; -"@MMK_R_itilde" = -2; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = -12; -"@MMK_R_onesuperior" = -15; -"@MMK_R_oslash" = -13; -"@MMK_R_parenright" = -38; -"@MMK_R_period" = -32; -"@MMK_R_period.ss01" = -61; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = 2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = 5; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 36; -"@MMK_R_sevensuperior" = -27; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -28; -"@MMK_R_t" = 17; -"@MMK_R_threesuperior" = 2; -"@MMK_R_trademark" = -30; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -33; -"@MMK_R_v" = 22; -"@MMK_R_w" = 19; -"@MMK_R_x" = 12; -"@MMK_R_y" = 20; -"@MMK_R_z" = 17; -"@MMK_R_zero" = 12; -}; -"@MMK_L_s" = { -"@MMK_R_A" = 15; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 13; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -50; -"@MMK_R_U" = -3; -"@MMK_R_V" = -25; -"@MMK_R_W" = -17; -"@MMK_R_X" = 2; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = 10; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -40; -"@MMK_R_asterisk" = -28; -"@MMK_R_braceright" = -21; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -19; -"@MMK_R_comma" = 11; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -21; -"@MMK_R_ellipsis" = -23; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -24; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -10; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = -4; -"@MMK_R_itilde" = -3; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -24; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = -21; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -35; -"@MMK_R_period" = 10; -"@MMK_R_period.ss01" = -23; -"@MMK_R_question" = -35; -"@MMK_R_question.ss01" = -53; -"@MMK_R_quotedbl" = -30; -"@MMK_R_quotedblleft" = -64; -"@MMK_R_quotedblleft.ss01" = -59; -"@MMK_R_quotedblright" = -64; -"@MMK_R_quoteright" = -64; -"@MMK_R_quoteright.ss01" = -51; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = -37; -"@MMK_R_sixsuperior" = -23; -"@MMK_R_slash" = 6; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -15; -"@MMK_R_trademark" = -57; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 9; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 4; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -48; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 36; -"@MMK_R_J" = -7; -"@MMK_R_O" = -6; -"@MMK_R_S" = 13; -"@MMK_R_T" = 26; -"@MMK_R_U" = 11; -"@MMK_R_V" = 47; -"@MMK_R_W" = 42; -"@MMK_R_X" = 34; -"@MMK_R_Y" = 49; -"@MMK_R_Z" = 5; -"@MMK_R_a" = -40; -"@MMK_R_a.ss04" = -33; -"@MMK_R_asterisk" = 43; -"@MMK_R_bracketright" = 25; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -28; -"@MMK_R_comma" = -63; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_degree" = 0; -"@MMK_R_e" = -40; -"@MMK_R_egrave" = -18; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -97; -"@MMK_R_f" = 0; -"@MMK_R_five" = 5; -"@MMK_R_four" = -47; -"@MMK_R_g" = -38; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -46; -"@MMK_R_hyphen.case" = -28; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 36; -"@MMK_R_j" = 0; -"@MMK_R_n" = -30; -"@MMK_R_nine" = 4; -"@MMK_R_one" = 34; -"@MMK_R_parenleft" = -13; -"@MMK_R_parenright" = 25; -"@MMK_R_parenright.case" = 28; -"@MMK_R_percent" = 17; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = -4; -"@MMK_R_plus" = -31; -"@MMK_R_question" = 33; -"@MMK_R_quotedbl" = 23; -"@MMK_R_quotedblleft" = 14; -"@MMK_R_quotedblleft.ss01" = 7; -"@MMK_R_quotedblright" = 29; -"@MMK_R_quoteright" = 29; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -31; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = 52; -"@MMK_R_slash" = -48; -"@MMK_R_t" = 0; -"@MMK_R_three" = 13; -"@MMK_R_two" = 14; -"@MMK_R_u" = -28; -"@MMK_R_v" = -11; -"@MMK_R_w" = -12; -"@MMK_R_x" = -16; -"@MMK_R_y" = -11; -"@MMK_R_z" = -14; -"@MMK_R_zero" = -6; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -17; -}; -"@MMK_L_six" = { -"@MMK_R_A" = 9; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 10; -"@MMK_R_S" = 11; -"@MMK_R_T" = -21; -"@MMK_R_U" = 5; -"@MMK_R_V" = -7; -"@MMK_R_W" = -2; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -15; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_degree" = -21; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 11; -"@MMK_R_eight" = 15; -"@MMK_R_ellipsis" = -29; -"@MMK_R_f" = 7; -"@MMK_R_five" = 0; -"@MMK_R_four" = 24; -"@MMK_R_g" = 8; -"@MMK_R_guillemetleft" = 9; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 25; -"@MMK_R_hyphen.case" = 6; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 18; -"@MMK_R_j" = 6; -"@MMK_R_l" = 8; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 2; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -13; -"@MMK_R_percent" = -5; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -21; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 4; -"@MMK_R_slash" = 9; -"@MMK_R_t" = 8; -"@MMK_R_three" = 13; -"@MMK_R_two" = 10; -"@MMK_R_u" = 2; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 10; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -32; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 31; -"@MMK_R_J" = -6; -"@MMK_R_O" = 7; -"@MMK_R_S" = 10; -"@MMK_R_T" = 37; -"@MMK_R_U" = 11; -"@MMK_R_V" = 33; -"@MMK_R_W" = 34; -"@MMK_R_X" = 25; -"@MMK_R_Y" = 35; -"@MMK_R_Z" = 16; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asterisk" = 36; -"@MMK_R_bracketright" = 10; -"@MMK_R_colon" = -8; -"@MMK_R_colon.ss01" = -25; -"@MMK_R_comma" = -64; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -28; -"@MMK_R_egrave" = -18; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -96; -"@MMK_R_f" = 0; -"@MMK_R_five" = 8; -"@MMK_R_four" = -28; -"@MMK_R_g" = -26; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -23; -"@MMK_R_hyphen.case" = -8; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 11; -"@MMK_R_j" = -2; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -27; -"@MMK_R_nine" = 14; -"@MMK_R_one" = 18; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = 8; -"@MMK_R_parenright.case" = 14; -"@MMK_R_percent" = 5; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_pi" = -2; -"@MMK_R_plus" = -31; -"@MMK_R_question" = 19; -"@MMK_R_quotedbl" = 31; -"@MMK_R_quotedblleft" = 11; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 25; -"@MMK_R_quoteright" = 26; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -23; -"@MMK_R_seven" = 35; -"@MMK_R_slash" = -28; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -23; -"@MMK_R_v" = -6; -"@MMK_R_w" = -7; -"@MMK_R_x" = -10; -"@MMK_R_y" = -7; -"@MMK_R_z" = -9; -"@MMK_R_zero" = 7; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 26; -"@MMK_R_I.ss02" = 29; -"@MMK_R_J" = 37; -"@MMK_R_O" = 0; -"@MMK_R_S" = 3; -"@MMK_R_T" = -6; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 27; -"@MMK_R_Y" = -7; -"@MMK_R_Z" = 26; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -14; -"@MMK_R_asterisk" = 15; -"@MMK_R_braceright" = -15; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 26; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 20; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -8; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = 3; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = 29; -"@MMK_R_hyphen" = -6; -"@MMK_R_icircumflex" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = -3; -"@MMK_R_onesuperior" = -14; -"@MMK_R_parenright" = -17; -"@MMK_R_period" = 13; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 4; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 31; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = -19; -"@MMK_R_underscore" = 26; -"@MMK_R_v" = 16; -"@MMK_R_w" = 14; -"@MMK_R_x" = 14; -"@MMK_R_y" = 15; -"@MMK_R_z" = 16; -"@MMK_R_zero" = 0; -}; -"@MMK_L_three" = { -"@MMK_R_A" = 8; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 12; -"@MMK_R_S" = 16; -"@MMK_R_T" = -21; -"@MMK_R_U" = 6; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -12; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 8; -"@MMK_R_asterisk" = 2; -"@MMK_R_bracketright" = -21; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_degree" = -16; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 6; -"@MMK_R_eight" = 17; -"@MMK_R_ellipsis" = -29; -"@MMK_R_f" = 9; -"@MMK_R_five" = 7; -"@MMK_R_four" = 19; -"@MMK_R_g" = 7; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = 14; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 19; -"@MMK_R_j" = 5; -"@MMK_R_l" = 7; -"@MMK_R_n" = 3; -"@MMK_R_nine" = 10; -"@MMK_R_one" = 4; -"@MMK_R_parenleft" = 17; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -13; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -21; -"@MMK_R_pi" = 8; -"@MMK_R_plus" = -15; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = 5; -"@MMK_R_seven" = 10; -"@MMK_R_slash" = 8; -"@MMK_R_t" = 9; -"@MMK_R_three" = 12; -"@MMK_R_two" = 11; -"@MMK_R_u" = 2; -"@MMK_R_v" = 6; -"@MMK_R_w" = 3; -"@MMK_R_x" = 7; -"@MMK_R_y" = 5; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 13; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 32; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 36; -"@MMK_R_J" = 37; -"@MMK_R_O" = 0; -"@MMK_R_S" = 3; -"@MMK_R_T" = -8; -"@MMK_R_U" = 0; -"@MMK_R_V" = 3; -"@MMK_R_W" = 7; -"@MMK_R_X" = 33; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 21; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = -3; -"@MMK_R_asterisk" = 18; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_degree" = -6; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -11; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -10; -"@MMK_R_f" = 8; -"@MMK_R_five" = 2; -"@MMK_R_four" = -27; -"@MMK_R_g" = -7; -"@MMK_R_guillemetleft" = -7; -"@MMK_R_guillemetright" = 21; -"@MMK_R_hyphen" = -31; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 32; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = -3; -"@MMK_R_nine" = 12; -"@MMK_R_one" = 23; -"@MMK_R_parenleft" = 3; -"@MMK_R_parenright" = -12; -"@MMK_R_parenright.case" = 16; -"@MMK_R_percent" = 18; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -13; -"@MMK_R_pi" = 19; -"@MMK_R_plus" = -5; -"@MMK_R_question" = 19; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 15; -"@MMK_R_quoteright" = 16; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 30; -"@MMK_R_seven" = 25; -"@MMK_R_slash" = 13; -"@MMK_R_t" = 5; -"@MMK_R_three" = 10; -"@MMK_R_two" = 19; -"@MMK_R_u" = -8; -"@MMK_R_v" = 11; -"@MMK_R_w" = 8; -"@MMK_R_x" = 11; -"@MMK_R_y" = 9; -"@MMK_R_z" = 13; -"@MMK_R_zero" = 0; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -26; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 9; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 12; -"@MMK_R_W" = 8; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 14; -"@MMK_R_Z" = 0; -"@MMK_R_asterisk" = 30; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -10; -"@MMK_R_colon.ss01" = -40; -"@MMK_R_comma" = -64; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_fraction" = 14; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -8; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_parenleft" = -9; -"@MMK_R_parenright" = -4; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -61; -"@MMK_R_period.ss01" = -61; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 19; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 14; -"@MMK_R_quoteright" = 15; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_semicolon" = -10; -"@MMK_R_slash" = -41; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -7; -"@MMK_R_I.ss02" = -13; -"@MMK_R_J" = -8; -"@MMK_R_O" = 15; -"@MMK_R_S" = 0; -"@MMK_R_T" = -45; -"@MMK_R_U" = 4; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -19; -"@MMK_R_Z" = -21; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -16; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -20; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -27; -"@MMK_R_comma.ss01" = -51; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -63; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 16; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 32; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = -2; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = -2; -"@MMK_R_itilde" = -2; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -16; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = -17; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -50; -"@MMK_R_period" = -26; -"@MMK_R_period.ss01" = -58; -"@MMK_R_question" = -11; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -38; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -25; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 26; -"@MMK_R_sevensuperior" = -25; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = -13; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = -3; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = -28; -"@MMK_R_v" = 17; -"@MMK_R_w" = 14; -"@MMK_R_x" = 7; -"@MMK_R_y" = 15; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 15; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -2; -"@MMK_R_I.ss02" = -12; -"@MMK_R_J" = -7; -"@MMK_R_O" = 13; -"@MMK_R_S" = 0; -"@MMK_R_T" = -46; -"@MMK_R_U" = 3; -"@MMK_R_V" = -4; -"@MMK_R_W" = 0; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -20; -"@MMK_R_Z" = -17; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -18; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -20; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 24; -"@MMK_R_colon.ss01" = -10; -"@MMK_R_comma" = -23; -"@MMK_R_comma.ss01" = -46; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -59; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 7; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 13; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 29; -"@MMK_R_hyphen" = 2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = -17; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -52; -"@MMK_R_period" = -23; -"@MMK_R_period.ss01" = -53; -"@MMK_R_question" = -11; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -40; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -26; -"@MMK_R_quoteright" = -26; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 25; -"@MMK_R_sevensuperior" = -26; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 7; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -35; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -23; -"@MMK_R_v" = 14; -"@MMK_R_w" = 12; -"@MMK_R_x" = 5; -"@MMK_R_y" = 14; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 36; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 27; -"@MMK_R_J" = 35; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -43; -"@MMK_R_U" = 0; -"@MMK_R_V" = -6; -"@MMK_R_W" = 0; -"@MMK_R_X" = 27; -"@MMK_R_Y" = -20; -"@MMK_R_Z" = 25; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 26; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 27; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = 19; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = -10; -"@MMK_R_foursuperior" = 8; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = 35; -"@MMK_R_hyphen" = -17; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = -25; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -19; -"@MMK_R_period" = 19; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -40; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -26; -"@MMK_R_quoteright" = -26; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 32; -"@MMK_R_sevensuperior" = -32; -"@MMK_R_sixsuperior" = -13; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -40; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 36; -"@MMK_R_v" = 13; -"@MMK_R_w" = 12; -"@MMK_R_x" = 15; -"@MMK_R_y" = 13; -"@MMK_R_z" = 16; -"@MMK_R_zero" = 0; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -5; -"@MMK_R_I.ss02" = -12; -"@MMK_R_J" = -8; -"@MMK_R_O" = 15; -"@MMK_R_S" = 0; -"@MMK_R_T" = -45; -"@MMK_R_U" = 5; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = -20; -"@MMK_R_Y" = -19; -"@MMK_R_Z" = -20; -"@MMK_R_a" = 4; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -17; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -15; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -22; -"@MMK_R_comma.ss01" = -45; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -62; -"@MMK_R_exclam" = 14; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 15; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 31; -"@MMK_R_hyphen" = 2; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = -2; -"@MMK_R_igrave" = -2; -"@MMK_R_itilde" = -2; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = -14; -"@MMK_R_onesuperior" = -17; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -32; -"@MMK_R_period" = -26; -"@MMK_R_period.ss01" = -54; -"@MMK_R_question" = -12; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -39; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -25; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 27; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = -10; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -20; -"@MMK_R_v" = 16; -"@MMK_R_w" = 14; -"@MMK_R_x" = 7; -"@MMK_R_y" = 14; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 16; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 31; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 32; -"@MMK_R_J" = 34; -"@MMK_R_O" = 5; -"@MMK_R_S" = 0; -"@MMK_R_T" = -42; -"@MMK_R_U" = 0; -"@MMK_R_V" = -6; -"@MMK_R_W" = 0; -"@MMK_R_X" = 19; -"@MMK_R_Y" = -20; -"@MMK_R_Z" = 19; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -17; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -19; -"@MMK_R_bracketright" = -17; -"@MMK_R_colon" = 29; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -3; -"@MMK_R_ellipsis" = -9; -"@MMK_R_exclam" = 22; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = -10; -"@MMK_R_foursuperior" = 16; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = 36; -"@MMK_R_hyphen" = -9; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = -15; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -20; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -39; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -25; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 29; -"@MMK_R_sevensuperior" = -20; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -36; -"@MMK_R_twosuperior" = 0; -"@MMK_R_underscore" = 12; -"@MMK_R_v" = 11; -"@MMK_R_w" = 10; -"@MMK_R_x" = 14; -"@MMK_R_y" = 10; -"@MMK_R_z" = 20; -"@MMK_R_zero" = 3; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 17; -"@MMK_R_S" = 4; -"@MMK_R_T" = -28; -"@MMK_R_U" = 6; -"@MMK_R_V" = -5; -"@MMK_R_W" = 0; -"@MMK_R_X" = -7; -"@MMK_R_Y" = -19; -"@MMK_R_Z" = -9; -"@MMK_R_a" = 8; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -23; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -15; -"@MMK_R_comma.ss01" = -34; -"@MMK_R_degree" = -25; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 10; -"@MMK_R_ellipsis" = -43; -"@MMK_R_f" = 7; -"@MMK_R_five" = 5; -"@MMK_R_four" = 16; -"@MMK_R_g" = 10; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 18; -"@MMK_R_hyphen.case" = 20; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 11; -"@MMK_R_j" = 5; -"@MMK_R_l" = 5; -"@MMK_R_n" = 5; -"@MMK_R_nine" = 9; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 21; -"@MMK_R_parenright" = -44; -"@MMK_R_parenright.case" = -24; -"@MMK_R_percent" = 5; -"@MMK_R_period" = -14; -"@MMK_R_period.ss01" = -35; -"@MMK_R_pi" = 6; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -13; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 8; -"@MMK_R_three" = 3; -"@MMK_R_two" = 0; -"@MMK_R_u" = 9; -"@MMK_R_v" = 12; -"@MMK_R_w" = 10; -"@MMK_R_x" = 0; -"@MMK_R_y" = 11; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 17; +infinity = { +parenright = -62; +bracketright = -38; +parenright.case = -36; +bracketright.case = -39; +quotedblleft = -84; }; -A = { -Dcroat = 0; -Eth = 0; -Iogonek = 25; -Jcircumflex = 51; -Lslash = 0; -Tbar = -30; -Tcedilla = -35; -Ycircumflex = -51; -Ydieresis = -51; -Ydieresis.ss01 = -51; -Ydotbelow = -51; -Ydotbelow.ss01 = -51; -Ygrave = -51; -ampersand = 2; -asciitilde = -15; -at = -2; -backslash = -30; -dollar = -3; -eight = 0; -equal = -10; -five = -2; -gbreve.ss06 = 18; -germandbls = -4; -jcircumflex = 2; -less = 0; -logicalnot = -7; -minus = -16; -multiply = -27; -nine = -4; -numbersign = -7; -ordfeminine = -50; -ordmasculine = -50; -parenleft = 3; -parenleft.case = -3; -plus = -16; -quotedbl = -41; -quotedblleft.ss01 = -55; -quoteleft = -47; -quoteright.ss01 = -54; -registered = -40; -seven = -27; -three = 0; -two = 27; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -32; +"@MMK_R_KO_one" = -65; +"@MMK_R_KO_two" = -79; +"@MMK_R_KO_three" = -68; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_five" = -39; +"@MMK_R_KO_six" = -33; +"@MMK_R_KO_seven" = -95; +"@MMK_R_KO_eight" = -43; +"@MMK_R_KO_nine" = -40; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_question" = -99; +"@MMK_R_KO_asterisk" = -89; +"@MMK_R_KO_slash" = -77; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_hyphen.case" = -29; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_parenright.case" = -73; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -77; +"@MMK_R_KO_quotedbl" = -83; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -90; +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = -40; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -70; +"@MMK_R_KO_T" = -94; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = -102; +"@MMK_R_KO_Y" = -100; +"@MMK_R_KO_Z" = -93; +"@MMK_R_KO_I.ss02" = -57; +"@MMK_R_KO_J.ss10" = -86; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = -39; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_f" = -56; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -40; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_j" = -39; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_z" = -64; +"@MMK_R_KO_t_t.liga" = -45; }; -Aacute = { -Dcroat = 0; -Eth = 0; -Tbar = -30; -Tcedilla = -35; -registered = -40; +asterisk = { +g.ss06 = -10; }; -Abreve = { -Tcedilla = -34; -V = -47; +semicolon.ss01 = { +onesuperior = -28; +sevensuperior = -37; +hyphen = -37; +emdash = -37; }; -Acircumflex = { -T = -32; -Tcedilla = -32; -Tcommaaccent = -32; -V = -31; -Y = -34; -Ydieresis = -34; -Ydotbelow = -34; +divide = { +one = -23; +two = -53; +three = -38; +seven = -62; +parenright = -53; +parenright.case = -32; +quotedblleft = -84; +quotedblright = -84; +quoteright = -44; +quotedblleft.ss01 = -90; +quotedblright.ss01 = -90; +A = -11; +Y = -62; +I.ss02 = -16; }; -Acircumflexacute = { -T = -26; -Y = -31; +asciitilde = { +exclam = -47; +exclam.ss01 = -48; +question.ss01 = -113; +parenleft = -24; +parenleft.case = -29; +bracketright.case = -77; +quoteright.ss01 = -37; +U = -39; +aacute = -32; +edieresis = -32; +edieresis.ss01 = -32; +u = -37; +v = -29; +w = -29; +x = -61; +y = -33; +l.ss03 = -38; +l.ss04 = -39; +g.ss06 = -31; +gcircumflex.ss06 = -31; }; -Acircumflexdotbelow = { -T = -32; -Y = -34; +three.dnom = { +question = -54; +question.ss01 = -71; +parenright = -47; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +quotedbl = -102; +quotesingle = -38; +quotedblleft.ss01 = -90; +quoteleft.ss01 = -37; +quotedblright.ss01 = -90; +quoteright.ss01 = -37; +degree = -102; }; -Acircumflexdotbelow.ss01 = { -T = -32; -Y = -34; +odotbelow.ss01 = { +T = -56; }; -Acircumflexgrave = { -Y = -31; +x = { +oslash = 0; +two = 5; +ampersand = -15; +plus = -3; +minus = -3; +notequal = -18; +logicalnot = 0; +asciitilde = -11; }; -Acircumflexhookabove = { -Y = -32; +U = { +Dcroat = 8; +Eth = 8; +Hbar = 27; +Lslash = 4; +hbar = 10; +igrave = 21; +jcircumflex = 19; +greater = 24; }; -Acircumflextilde = { -Y = -31; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 9; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -30; +"@MMK_R_KO_asciicircum" = -20; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 5; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 16; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 18; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -77; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -50; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -16; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -Adieresis = { -T = -42; -Tcedilla = -35; -V = -47; -Y = -50; -Ydieresis = -50; -registered = -40; +Eth = { +Eth = 16; +Oslash = 10; }; -Adieresis.ss01 = { -Ydieresis.ss01 = -50; +odotbelow = { +T = -56; }; -Amacron = { -T = -41; -Tcedilla = -34; -V = -47; -Y = -50; -Ycircumflex = -50; +baht = { +slash = -2; +parenright = -45; +parenright.case = -20; }; -Aogonek = { -Lslash = 0; -comma = 51; -comma.ss01 = 4; -parenright = 44; -period = 49; -semicolon = 45; +Icircumflex.ss02 = { +endash.case = -16; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -29; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -69; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_foursuperior" = -83; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_ninesuperior" = -64; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -65; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_hyphen.case" = -14; +"@MMK_R_KO_endash.case" = -56; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -78; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -72; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -74; }; -Aring = { -Tcedilla = -35; -V = -47; -Ydieresis = -50; -Ydieresis.ss01 = -50; +quotedblright = { +Dcroat = -10; +icircumflex = 26; +scaron = -3; +x = -64; +g.ss06 = -83; +mu = -71; +questiondown = -84; +questiondown.case = -46; +parenleft = -25; +quotesinglbase = -44; +asciitilde = -84; }; -Atilde = { -V = -47; -Y = -51; -ordfeminine = -50; +r = { +fl = 5; +germandbls = 0; +wdieresis = 12; +gcircumflex.ss06 = -17; +oneinferior = -49; +twoinferior = -54; +threeinferior = -57; +fourinferior = -54; +fiveinferior = -63; +sixinferior = -57; +ampersand = -51; +logicalnot = -38; +asciitilde = -38; }; -B = { -Hbar = 12; -Lslash = 0; -OE = 16; -Oslash = 13; -Tcedilla = -21; -acircumflexacute.ss05 = 13; -ampersand = 2; -eight = 17; -five = 6; -greater = 40; -hbar = 14; -idieresis = 13; -jcircumflex = 22; -minus = -15; -nine = 9; -parenleft = 18; -plus = -15; -three = 14; -two = 10; +seveninferior = { +I.ss02 = -9; +fourinferior = 0; +seveninferior = 48; +parenright = -45; +parenright.case = -18; }; -C = { -Lslash = 0; -OE = 4; -Tcedilla = -14; -ampersand = 3; -bracketright.case = -3; -dollar = 4; -eight = 12; -five = 3; -greater = 48; -minus = -40; -nine = 10; -numbersign = 14; -plus = -34; -seven = 21; -three = 20; -two = 13; +sterling = { +two = 19; +hyphen.case = -34; +parenright = -30; }; -Ccircumflex = { -jcircumflex = 25; +Ocircumflex = { +Lslash = 19; +}; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = 30; +"@MMK_R_KO_bracketright" = 20; +"@MMK_R_KO_parenright.case" = 39; +"@MMK_R_KO_bracketright.case" = 20; +"@MMK_R_KO_quotedblright" = 4; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +_f.longarm = { +l = 36; +i = 32; +idotaccent = 32; +i.ss01 = 35; +idotaccent.ss01 = 35; +l.ss03 = 37; +l.ss04 = 54; }; -Cdotaccent = { -Hbar = 15; +I.ss02 = { +Dcroat = 11; +igrave = 67; +jcircumflex = 19; +endash.case = -16; +plus = -15; +minus = -15; +notequal = -43; +less = 0; +approxequal = -30; +logicalnot = 0; +asciitilde = -12; }; -D = { -Dcroat = 12; -Eth = 12; -Hbar = 12; -Jcircumflex = 0; -Lslash = 15; -OE = 25; -Oslash = 20; -Ycircumflex = -19; -ampersand = 0; -at = 17; -bracketright.case = -19; -eight = 14; -equal = 23; -five = 6; -idotbelow = 7; -lacute = 12; -less = 46; -nine = 14; -parenleft = 27; +quoteleft.ss01 = { +J.ss10 = -37; +igrave = 37; +icircumflex = 19; +imacron = 0; +jcircumflex = 18; +questiondown.case = -37; +questiondown.ss01 = -37; +hyphen = -37; +emdash = -37; +quotedblbase.ss01 = -37; +ampersand = -37; +minus = -37; +logicalnot = -37; +asciitilde = -37; }; -Dcroat = { -Dcroat = 12; -acircumflexacute.ss05 = 9; -idotbelow = 7; -ihookabove = 11; +Zacute = { +endash.case = -38; }; -E = { -H = 0; -Hbar = 0; -Iogonek = 23; -Jcircumflex = 45; -Tcedilla = 26; -asciitilde = 0; -backslash = 32; -eight = -11; -equal = -16; -exclam.ss01 = 19; -gbreve.ss06 = 0; -germandbls = -11; +d = { +hbar = 1; +igrave = 0; +icaron = 0; idieresis = 0; -idieresis.ss01 = 25; jcircumflex = 0; -minus = 0; -multiply = -47; -numbersign = -16; -registered = -20; -seven = 9; -three = -2; -two = 19; +logicalnot = 0; }; -Ecircumflex = { -Icircumflex = 18; +notequal = { +zero = -18; +one = -42; +two = -31; +seven = -47; +parenright = -79; +parenright.case = -59; +A = -30; +B = -26; +F = -25; +L = -25; +N = -25; +Y = -69; +b = -26; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_t_t.liga" = 2; }; -Ecircumflexdotbelow = { -C = -8; -T = 26; -comma = 13; -period = 0; +six = { +icircumflex = 15; +parenleft = 9; +braceright = -38; +bracketright.case = -25; +trademark = -44; +asciicircum = -47; }; -Ecircumflexdotbelow.ss01 = { -T = 26; +Idieresis.ss02 = { +idieresis = 6; }; -Ecircumflexgrave = { -comma = 8; -period = 0; +quotedblleft.ss01 = { +A = -64; +J = -29; +igrave = 37; +icircumflex = 19; +imacron = 0; +jcircumflex = 18; +g.ss06 = -67; +mu = -48; +questiondown.case = -45; +ellipsis.ss01 = -90; +questiondown.ss01 = -79; +underscore = -90; +quotedblbase.ss01 = -90; +ampersand = -46; +minus = -90; +divide = -90; +asciitilde = -90; }; -Ecircumflexhookabove = { -comma = 8; -period = 0; +sevensuperior = { +A = -57; +C = -15; +O = -13; +G = -14; +fraction = -2; +sevensuperior = 48; +period = -38; +comma = -44; +colon = -24; +semicolon = -30; +slash = -70; +period.ss01 = -38; +comma.ss01 = -37; +colon.ss01 = -38; +semicolon.ss01 = -37; +hyphen = -48; +hyphen.case = -20; +guillemetleft = -55; +guilsinglleft = -55; +guillemetright = -36; +guilsinglright = -36; +plus = -23; }; -Ecircumflextilde = { -comma = 8; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 27; +"@MMK_R_KO_imacron" = 22; +"@MMK_R_KO_itilde" = 24; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = -70; +"@MMK_R_KO_underscore" = -9; +"@MMK_R_KO_hyphen.case" = -108; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = -25; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -16; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -52; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -61; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = -62; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -153; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_two" = -57; +"@MMK_R_KO_three" = -45; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 9; +"@MMK_R_KO_seven" = -67; +"@MMK_R_KO_eight" = -15; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_question" = -67; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -90; }; -Edieresis = { -Idieresis = 7; +won = { +period = -38; +comma = -44; +slash = -22; +period.ss01 = -38; +comma.ss01 = -37; }; -Edotaccent = { -scaron = 0; +i.ss01 = { +l = -2; +c = -1; +e = -1; +o = -1; +m = 0; +n = 0; +r = -2; +p = -2; +j.ss01 = -2; +parenright = -14; }; -Emacron = { -Imacron = 35; -gcommaaccent.ss06 = 0; +guillemetright = { +T = -69; +x = -49; +threesuperior = -44; +fivesuperior = -55; +eightsuperior = -49; +colon = -38; +semicolon = -44; +questiondown = -52; +question.ss01 = -79; +questiondown.ss01 = -52; +braceright = -59; +braceright.case = -54; +bracketright.case = -53; +quotesinglbase = -44; +quotedblbase = -84; +quotedblbase.ss01 = -90; +quoteright.ss01 = -37; }; -Eogonek = { -comma = 53; -parenright = 67; -period = 21; +s = { +l = 0; +seven = -31; +emdash = -21; +registered = -18; +notequal = -27; +logicalnot = 0; +asciitilde = 4; }; -Eth = { -Eth = 12; -Oslash = 20; +five.dnom = { +question = -53; +question.ss01 = -68; +parenright = -44; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +quotedbl = -103; +quotesingle = -38; +quotedblleft.ss01 = -90; +quoteleft.ss01 = -37; +quotedblright.ss01 = -90; +quoteright.ss01 = -37; +degree = -104; }; -F = { -Hbar = 0; -adieresis = -6; -ampersand = -19; -backslash = 39; -eight = -6; -eightinferior = -18; -ellipsis.ss01 = -102; -fiveinferior = -18; -fourinferior = -48; -iacute = -13; -idieresis = 2; -nine = 0; -numbersign = -4; -seven = 16; -sixinferior = -21; -three = 0; -threeinferior = -15; -two = 0; -twoinferior = -13; -udieresis = -11; +ecircumflexgrave = { +parenright = -12; +bracketright = -13; +quotedbl = -9; }; -G = { -Eth = 0; -Hbar = 8; -Lslash = 0; -Oslash = 8; -Ycircumflex = -16; -backslash = 0; -eight = 11; -hbar = 9; -jcircumflex = 16; -parenleft = 10; -three = 4; -two = 7; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 19; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 23; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = -28; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -51; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = -25; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -9; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = 3; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_pi" = 13; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = 18; +"@MMK_R_KO_two" = 12; +"@MMK_R_KO_three" = 21; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_five" = 16; +"@MMK_R_KO_six" = 3; +"@MMK_R_KO_seven" = 12; +"@MMK_R_KO_eight" = 26; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -9; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -14; +"@MMK_R_KO_plus" = -8; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -26; }; -G.ss07 = { -Hbar = 10; -Lslash = 5; -Oslash = 7; -eight = 14; -hbar = 9; +t_t.liga = { +wdieresis = 16; +hyphen = -7; +logicalnot = 0; +asciitilde = -6; }; -Germandbls = { -A = 17; -E = 6; -G = 7; -I = 6; -L = 6; -S = 20; -T = 9; -Z = 11; -a = 12; -hyphen = 34; -parenright = -7; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 28; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -115; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 6; +"@MMK_R_KO_one" = 18; +"@MMK_R_KO_two" = 36; +"@MMK_R_KO_three" = 34; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_five" = 12; +"@MMK_R_KO_six" = 3; +"@MMK_R_KO_seven" = 40; +"@MMK_R_KO_eight" = 20; +"@MMK_R_KO_nine" = 18; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_question" = 33; +"@MMK_R_KO_asterisk" = 40; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -108; +"@MMK_R_KO_endash" = -115; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -14; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 20; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = 15; +"@MMK_R_KO_quotedblright.ss01" = 19; }; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 9; -endash = 0; -exclam = 0; -greater = 21; -hyphen = 0; -ibreve = 18; -jcircumflex = 13; -l = 0; +ohorngrave = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; n = 0; -o = 0; -s = 0; -x = 0; +period = -5; +comma = -4; +period.ss01 = -23; +comma.ss01 = -22; +parenright = -25; +bracketright = -30; +guillemetright = 0; +quotedbl = 3; }; -Hbar = { -B = 3; -D = 4; -E = 4; -F = 4; -Gdotaccent = 13; -H = 3; -Hbar = 49; -I = 4; -I.ss02 = 7; -K = 4; -L = 4; -M = 4; -N = 4; -O = 13; -Q = 13; -R = 4; -S = 24; -T = 0; -U = 10; -W = 25; -Zdotaccent = 0; -b = 5; -exclam = 20; -i = 3; -i.ss01 = 2; -idotaccent = 3; -j = 3; -l = 5; -l.ss04 = 8; -ninesuperior = 12; -question = 38; -quotedblright = 37; -quoteright = 38; -quotesingle = 17; -sixsuperior = 9; -u = 0; -w = 0; +zeroinferior = { +parenright = -42; }; -I = { -Hbar = 3; -backslash = 9; -greater = 22; -jcircumflex = 14; +c = { +seven = -34; +registered = -12; +notequal = -24; }; -I.ss02 = { -Dcroat = 0; -Eth = 0; -Tcedilla = 30; -jcircumflex = 27; -logicalnot = -6; -minus = -15; -plus = -15; +Aacute = { +Dcroat = 17; +Eth = 17; +Tbar = -20; +endash.case = -26; +registered = -42; }; -Iacute = { -Igrave = 85; -Rcaron = 5; -Tcaron = 11; -U = 2; -comma.ss01 = -20; -l.ss04 = 4; -parenright = 21; -period.ss01 = -22; +Abreve = { +endash.case = -26; +}; +eight.dnom = { +question = -55; +question.ss01 = -71; +parenright = -48; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +quotedbl = -103; +quotesingle = -38; +quotedblleft.ss01 = -90; +quoteleft.ss01 = -37; +quotedblright.ss01 = -90; +quoteright.ss01 = -37; +degree = -112; }; -Iacute.ss02 = { -Eth = 0; +Idieresis.ss01 = { +Icircumflex = 2; +Idieresis.ss01 = 2; +idieresis.ss01 = 14; +parenright.case = 13; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -30; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -36; +"@MMK_R_KO_quoteright.ss01" = -29; }; -Ibreve = { -Imacron = 77; +comma.ss01 = { +twosuperior = -37; +threesuperior = -37; +fivesuperior = -37; +eightsuperior = -37; +parenright = -7; +bracketright = -4; +quoteright.ss01 = -37; }; -Icircumflex = { -Icircumflex = 75; -bracketright = 34; -icircumflex = 17; -l.ss04 = 5; -parenright = 38; -parenright.case = 55; +C = { +two = 21; +three = 26; +five = 7; +eight = 17; +braceright.case = -25; +plus = -81; +minus = -92; +greater = 44; +}; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -69; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -84; +"@MMK_R_KO_a" = -84; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -84; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -82; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -68; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = -82; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -66; +"@MMK_R_KO_uacute" = -31; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -50; +"@MMK_R_KO_y" = -52; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -64; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -84; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = 33; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 15; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_sevensuperior" = 25; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_ellipsis" = -84; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = -77; +"@MMK_R_KO_hyphen" = -84; +"@MMK_R_KO_endash" = -84; +"@MMK_R_KO_hyphen.case" = -84; +"@MMK_R_KO_endash.case" = -84; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = 4; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -77; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_plus" = -84; +"@MMK_R_KO_percent" = -11; }; -Idieresis = { -Idieresis = 57; -Igrave = 24; -idieresis = 6; -parenright = 24; +ocircumflexgrave = { +parenright = -14; +bracketright = -14; +quotedbl = -15; +quotesingle = -8; }; -Idieresis.ss01 = { -Idieresis.ss01 = 51; -Igrave = 65; +wcircumflex = { +p = 0; }; -Idieresis.ss02 = { -idieresis = 32; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = 14; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_two" = -13; +"@MMK_R_KO_three" = 23; +"@MMK_R_KO_four" = 45; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = -48; +"@MMK_R_KO_eight" = 25; +"@MMK_R_KO_nine" = -18; +"@MMK_R_KO_sixsuperior" = -66; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_foursuperior" = -100; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_ninesuperior" = -60; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -108; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen" = 18; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = -103; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -90; +"@MMK_R_KO_quotedblright.ss01" = -90; +"@MMK_R_KO_plus" = -31; +}; +Umacron = { +Hbar = 27; }; -Idotaccent = { -l.ss04 = 4; +Zcaron = { +Dcroat = -2; +igrave = 46; +endash.case = -38; }; -Idotaccent.ss01 = { -l.ss04 = 4; -period.ss01 = -22; +sixinferior = { +T = -62; +W = -33; +parenright = -37; +bracketright = -41; }; -Idotbelow = { -U = 2; -comma = 20; -j = 4; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_zero" = -31; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = -8; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_hyphen.case" = -31; +"@MMK_R_KO_endash.case" = -36; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -50; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -36; +"@MMK_R_KO_degree" = -52; +"@MMK_R_KO_plus" = -33; +"@MMK_R_KO_percent" = -27; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = 9; +"@MMK_R_KO_a" = 17; +"@MMK_R_KO_aacute" = 17; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_two" = 6; +"@MMK_R_KO_three" = 16; +"@MMK_R_KO_four" = 29; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 5; +"@MMK_R_KO_eight" = 20; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 4; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = 31; +"@MMK_R_KO_endash" = 22; +"@MMK_R_KO_hyphen.case" = 15; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -33; +"@MMK_R_KO_plus" = 12; +"@MMK_R_KO_percent" = -16; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 27; +"@MMK_R_KO_imacron" = 22; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = -70; +"@MMK_R_KO_hyphen.case" = -108; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_bracketright.case" = -24; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -Imacron = { -Ibreve = 67; -Imacron = 71; -imacron = 13; +Idotaccent = { l.ss04 = 4; -parenright = 20; -parenright.case = 46; -}; -Iogonek = { -Iogonek = 9; -iogonek = 16; -j = 4; }; -Iogonek.ss02 = { -comma = 59; -iogonek = 70; -j = 46; +zero.dnom = { +question = -53; +question.ss01 = -70; +parenright = -51; +parenright.case = -22; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +quotedbl = -103; +quotesingle = -38; +quotedblleft.ss01 = -90; +quoteleft.ss01 = -37; +quotedblright.ss01 = -90; +quoteright.ss01 = -37; +degree = -115; }; -Itilde = { -Idieresis = 76; -Idieresis.ss01 = 70; -Itilde = 84; +I = { +I = 1; +Hbar = 27; +hbar = 9; +igrave = 19; +jcircumflex = 18; +logicalnot = 7; }; -J = { -Hbar = 0; -Iogonek = 2; -Oslash = 2; -backslash = 10; -greater = 23; -i.ss01 = 0; -ibreve = 19; -idieresis = 6; -iogonek = 2; -jcircumflex = 15; +uhornhookabove = { +a = 0; +a.ss05 = 0; +period = 0; +comma = 0; +ellipsis = -18; +period.ss01 = -17; +ellipsis.ss01 = -22; +comma.ss01 = -17; +parenright = 2; +bracketright = -6; +quotedblright = 39; +quotedbl = 40; }; -Jacute = { -Ecaron = 5; -Edieresis = 4; -Egrave = 6; -Hbar = 0; -Ibreve = 83; -Icircumflex = 39; -Idieresis = 45; -Idieresis.ss01 = 69; -Idotaccent = 6; -Igrave = 86; -Imacron = 55; -Itilde = 58; -Oslash = 2; -backslash = 10; -ibreve = 19; -idieresis = 6; -jcircumflex = 15; -parenright = 19; -parenright.case = 25; +Idieresis = { +Icircumflex = 2; +Idieresis = 2; +idieresis = 16; +parenright = 0; +parenright.case = 13; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -52; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 17; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -86; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = -58; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 26; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -53; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -49; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -38; +"@MMK_R_KO_x" = -53; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = -57; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 18; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_colon" = -27; +"@MMK_R_KO_semicolon" = -35; +"@MMK_R_KO_ellipsis" = -97; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_endash" = -67; +"@MMK_R_KO_underscore" = -76; +"@MMK_R_KO_hyphen.case" = -54; +"@MMK_R_KO_parenleft" = -22; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -80; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 12; +"@MMK_R_KO_asciicircum" = -53; }; -Jcircumflex = { -A = 0; -E = 0; -Jcircumflex = 58; -O = 2; -U = 4; -a = 2; -e = 0; -jcircumflex = 18; -o = 2; -parenright = 39; +Ecircumflexdotbelow.ss01 = { +T = 26; }; -K = { -Iogonek = 23; -Lslash = 0; -OE = -14; -Ydotbelow = 41; -Ydotbelow.ss01 = 41; -Ygrave = 41; -ampersand = -3; -asciitilde = -43; -at = -16; -backslash = 29; -dollar = -5; -ecircumflexacute = 0; -edieresis = -9; -eight = 0; -equal = -25; -jcircumflex = 22; -lcommaaccent.ss04 = 18; -less = -30; -logicalnot = -44; -minus = -51; -nine = 0; -numbersign = -25; -odieresis = -9; -parenleft = -4; -plus = -51; -rcaron = 11; -registered = -22; -seven = 29; -three = 2; -two = 22; -u = -10; -ygrave = 7; -yhookabove = -2; -ytilde = 0; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -34; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 7; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -80; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -61; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -35; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -25; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -19; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_endash.case" = 8; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_degree" = -28; +"@MMK_R_KO_plus" = 4; +"@MMK_R_KO_percent" = 0; }; -L = { -Dcroat = -3; -H = 0; -Iogonek = 9; -Jcircumflex = 38; -OE = -34; -Oslash = 0; -Tbar = -38; -Tcedilla = -35; -Ycircumflex = -48; -Ydieresis = -48; -Ydieresis.ss01 = -48; -Ydotbelow = -48; -Ydotbelow.ss01 = -48; -Ygrave = -48; -ampersand = -12; -asciitilde = -58; -at = -29; -backslash = -45; -eight = -17; -equal = -58; -five = -20; -idotbelow = 0; -less = -37; -logicalnot = -51; -minus = -58; -multiply = -84; -nine = -18; -numbersign = -36; -ordfeminine = -71; -ordmasculine = -70; -parenleft = -13; -plus = -58; -quotedbl = -55; -quoteleft = -56; -quoteleft.ss01 = -60; -quoteright.ss01 = -60; -registered = -71; -seven = -32; -three = -10; -two = 8; +one = { +icircumflex = 13; +three = 0; +multiply = -23; +equal = 0; +notequal = -27; +asciicircum = -32; }; -Lcaron = { -A = 29; -B = 3; -Ccaron = -6; -D = 4; -G = -6; -H = 3; -J = 54; -K = 4; -M = 4; -N = 4; -Ncaron = 4; -O = -6; -R = 4; -S = 5; -Scaron = 5; -T = 21; -U = 0; -Uacute = 0; -V = 39; -a = -13; -a.ss05 = 0; -comma = 24; -eightsuperior = 0; -fivesuperior = 0; -foursuperior = -4; -hyphen = -58; -hyphen.case = -57; -ninesuperior = 2; -onesuperior = 22; -parenright = 25; -period = 5; -question = 29; -sevensuperior = 30; -sixsuperior = 0; -threesuperior = 6; -twosuperior = 12; -u = -10; -uacute = -10; -v = -3; +gdotaccent.ss06 = { +gdotaccent.ss06 = 29; }; -Lslash = { -Ydieresis = -48; -Ydieresis.ss01 = -48; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = -18; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_bracketright.case" = -25; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -37; }; -M = { -Hbar = 3; -backslash = 9; -greater = 22; -ibreve = 18; -idieresis = 6; -idieresis.ss01 = 7; +lcaron.ss04 = { +ncaron = 2; +scaron = 0; +exclam.ss01 = 70; }; -N = { -Hbar = 3; -backslash = 9; -degree = -20; -greater = 22; -idieresis = 6; -jcircumflex = 14; +Gdotaccent = { +Hbar = 31; }; -O = { -Dcroat = 0; -Eth = 0; -Hbar = 5; -Jcircumflex = 0; -Lslash = 6; -Oslash = 17; -Tbar = -7; -Tcedilla = -26; -Ydieresis = -18; -Ydieresis.ss01 = -18; -at = 12; -backslash = 5; -bracketright.case = -19; -eight = 11; -five = 6; -gbreve.ss06 = 8; -idieresis = 9; -less = 37; -parenleft = 22; -parenleft.case = 17; -parenright = -41; -parenright.case = -22; +fl = { +Hbar = 15; +l = 0; +idieresis = 0; +jcircumflex = 0; +periodcentered.loclCAT = 57; }; -Oacute = { -Eth = 0; -Lslash = 6; -parenright = -39; +quotedbl = { +Dcroat = -4; +Hbar = 27; +Lslash = -5; +hbar = 20; +igrave = 37; +icircumflex = 35; +idieresis = 23; +imacron = 0; +jcircumflex = 35; +x = -16; +idieresis.ss01 = 26; +g.ss06 = -26; +gcommaaccent.ss06 = -25; +gdotaccent.ss06 = -25; +gdotaccent.ss01.ss06 = -25; +mu = -18; +exclamdown = -14; +questiondown = -62; +backslash = 42; +questiondown.case = -49; +ellipsis.ss01 = -103; +exclamdown.ss01 = -18; +questiondown.ss01 = -64; +underscore = -103; +parenleft = -6; +braceleft = -25; +ampersand = -46; +sterling = -28; +minus = -103; +lessequal = -103; +asciitilde = -58; }; -Ocircumflex = { -Lslash = 6; -Tcedilla = -26; +O = { +Dcroat = 22; +Eth = 22; +Hbar = 26; +Lslash = 19; +Tbar = -4; +idieresis = 10; +parenleft.case = 12; +braceright.case = -27; +less = 39; }; -Odieresis = { -Eth = 0; -gbreve.ss06 = 8; +Zdotaccent.ss01 = { +Hbar = 12; +endash.case = -38; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -38; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_U" = -38; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_f" = -38; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = -21; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -38; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -38; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = -37; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -24; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_five" = -34; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = -38; +"@MMK_R_KO_eight" = -30; +"@MMK_R_KO_nine" = -37; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_asterisk" = -38; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -38; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_hyphen.case" = -38; +"@MMK_R_KO_endash.case" = -38; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -38; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -38; }; -Odieresis.ss01 = { -Eth = 0; +braceleft = { +p = 0; +x = -38; +parenleft = -27; +braceright = 44; +at = -37; +minus = -32; +logicalnot = -29; +asciicircum = -63; }; -Ograve = { -Lslash = 6; +rcaron = { +I.ss02 = 39; +onesuperior = 18; +twosuperior = 10; +sevensuperior = 32; +parenright = 0; }; -Omacron = { -Eth = 0; -Lslash = 6; +f_f_i.liga = { +hbar = 0; +idieresis = 0; +jcircumflex = 0; +germandbls = 0; +logicalnot = 0; }; -Oslash = { -Eth = 3; -G = 17; -G.ss07 = 18; -J = 0; -O = 17; -Oslash = 17; -S = 9; -T = 16; -V = 13; -Y = 18; -comma = -14; -comma.ss01 = -33; -d = 8; -e = 7; -g = 10; -hyphen = 18; -hyphen.case = 20; -k = 9; -l = 9; -l.ss03 = 11; -l.ss04 = 14; -period = -14; -period.ss01 = -35; -r = 3; -s = 2; -v = 13; -y = 12; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -49; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = -52; +"@MMK_R_KO_V" = -84; +"@MMK_R_KO_W" = -68; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -40; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_pi" = -14; +"@MMK_R_KO_zero" = -61; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -26; +"@MMK_R_KO_four" = -84; +"@MMK_R_KO_five" = -39; +"@MMK_R_KO_six" = -58; +"@MMK_R_KO_seven" = -54; +"@MMK_R_KO_eight" = -34; +"@MMK_R_KO_nine" = -49; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -84; +"@MMK_R_KO_slash" = 43; +"@MMK_R_KO_hyphen" = -84; +"@MMK_R_KO_endash" = -84; +"@MMK_R_KO_hyphen.case" = -84; +"@MMK_R_KO_endash.case" = -84; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -48; +"@MMK_R_KO_plus" = -84; +"@MMK_R_KO_percent" = -63; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_n" = -42; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -32; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -40; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -35; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -29; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = -30; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_two" = -18; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = -14; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -30; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -38; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -35; +"@MMK_R_KO_bracketright" = 44; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -52; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_degree" = -50; +"@MMK_R_KO_plus" = -31; +"@MMK_R_KO_percent" = -26; }; -P = { -Jcircumflex = -5; -Lslash = 0; -OE = 19; -Oslash = 14; -Tcedilla = -8; -ampersand = -18; -bracketright.case = -7; -ellipsis.ss01 = -151; -exclam.ss01 = 30; -five = 6; -fourinferior = -54; -idieresis = 21; -lcommaaccent = 0; -lcommaaccent.ss04 = 2; -less = 37; -nine = 23; -parenleft = 13; -seven = 36; -three = 16; -threeinferior = -16; -two = 18; +logicalnot = { +one = -28; +two = -8; +seven = -56; +nine = -13; +parenright = -54; +parenright.case = -28; +v = 0; +x = -22; +y = -4; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 1; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 28; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 1; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 1; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 14; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = -9; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -31; }; -Q = { -Dcroat = 0; -backslash = -2; -minus = 0; -plus = 0; -registered = -15; -seven = -7; -two = 19; +ydotbelow = { +ecircumflexdotbelow = -4; +period = -30; +comma = 10; +parenright = -3; }; -R = { -Hbar = 13; -Iogonek = 5; -Jcircumflex = 10; -Oslash = 10; -Tcedilla = -21; -Ydieresis = -11; -ampersand = 0; -eight = 14; -greater = 34; -idieresis = 12; -jcircumflex = 21; -nine = 10; -seven = 14; -three = 7; -two = 8; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = 6; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -6; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -39; +"@MMK_R_KO_asciicircum" = -23; +}; +idotless = { +T = -52; }; -S = { -Abrevetilde = 18; -Hbar = 17; -Lslash = 4; -OE = 7; -Oslash = 7; -Tcedilla = -16; -Ycircumflex = -10; -ampersand = 6; -bracketright.case = -2; -dollar = 2; -eight = 19; -five = 6; -greater = 46; -hbar = 16; -ibreve = 23; -idieresis = 14; -idieresis.ss01 = 19; -minus = -30; -nine = 4; -parenleft = 12; -plus = -29; -three = 19; -two = 17; +acircumflexhookabove.ss05 = { +y = -6; }; -Scaron = { -iogonek = 6; +Iogonek.ss02 = { +iogonek = 56; +j = 31; +j.ss01 = 32; +endash.case = -16; }; -Scedilla = { +aogonek = { +j = 0; +j.ss01 = 0; parenright = 0; +bracketright = 0; }; -T = { -Acircumflex = -39; -Acircumflexacute = -35; -Acircumflexdotbelow = -39; -Acircumflexgrave = -36; -Amacron = -40; -Atilde = -40; -Hbar = 0; -Lslash = -2; -OE = -24; -Oslash = -15; -Ycircumflex = 36; -Ydotbelow = 36; -Ygrave = 36; -a.ss05 = -49; -aacute.ss05 = -47; -abreve = -11; -abreveacute = -12; -abrevedotbelow = -11; -abrevegrave = -16; -acircumflex = -29; -acircumflex.ss05 = -18; -acircumflexacute = 3; -acircumflexacute.ss05 = 20; -acircumflexdotbelow = -29; -acircumflexdotbelow.ss01 = -29; -acircumflexgrave = -32; -acircumflexhookabove = -30; -acircumflexhookabove.ss05 = -22; -acircumflextilde = -20; -adieresis = -22; -adieresis.ss05 = -4; -adotbelow.ss05 = -49; -ae = -49; -agrave = -9; -ahookabove = -28; -ahookabove.ss05 = -13; -amacron = -23; -ampersand = -19; -aogonek.ss05 = -49; -aring = -25; -asciitilde = -45; -at = -33; -atilde = -19; -backslash = 43; -e = -56; -eacute = -51; -ecaron = -6; -ecircumflexacute = 7; -edieresis = -18; -edotaccent = -38; -egrave = -3; -ehookabove = -23; -eight = -7; -emacron = -20; -equal = -45; -hbar = 0; -i.ss01 = 0; -iacute = -21; -ibreve = 45; -idieresis = 0; -idieresis.ss01 = 29; -idotaccent.ss01 = 0; -idotbelow = -4; -idotless = -63; -ihookabove = 19; -less = -26; -logicalnot = -38; -minus = -44; -multiply = -71; -numbersign = -30; -oacute = -52; -ocircumflexacute = 6; -odieresis = -19; -ograve = -5; -ohookabove = -24; -ohorngrave = -5; -ohungarumlaut = -38; -omacron = -21; -otilde = -16; -parenleft = -25; -plus = -44; -racute = -43; -rcaron = 0; -registered = -16; -scaron = 3; -scircumflex = -12; -seven = 20; -three = 0; -two = 0; -twoinferior = -50; -uacute = -58; -ubreve = -13; -ucircumflex = -32; -udieresis = -24; -udieresis.ss01 = -23; -ugrave = -12; -uhookabove = -30; -uhorngrave = -12; -uhornhookabove = -30; -uhungarumlaut = -43; -umacron = -26; -uring = -28; -utilde = -21; -ycircumflex = -7; -ygrave = 7; -yhookabove = 0; -zeroinferior = -57; -}; -Tbar = { -A = -25; -Aacute = -25; -Tbar = 41; -comma = -39; -comma.ss01 = -60; -guilsinglleft = 0; -oslash = -10; -period = -41; -period.ss01 = -61; -slash = -35; -tbar = -2; +ldot.ss01.ss03 = { +period.ss01 = 2; +comma.ss01 = 3; }; -Tcaron = { -a.ss05 = -49; -udieresis = -24; +Idotbelow = { +j = 3; }; -Tcedilla = { -Tcedilla = 37; -a.ss05 = -49; -abreve = -11; -amacron = -23; -umacron = -26; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 15; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = -9; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -16; }; -Tcommaaccent = { -a.ss05 = -49; -abreve = -11; -acircumflex = -29; -amacron = -23; +Tbar = { +A = -18; +Aacute = -18; +T = 18; +Tbar = 25; +a = -17; +a.ss05 = -13; +e = -17; +o = -16; +oslash = -16; +tbar = -23; +period = -38; +comma = -44; +slash = -36; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -40; +guillemetleft = -13; +guilsinglleft = -13; }; -Thorn = { -Eth = 23; +itilde = { +exclam.ss01 = 37; +quotedbl = 35; }; -U = { -Dcroat = 0; -Eth = 0; -Germandbls = 0; -Hbar = 6; -Idieresis = 0; -Igrave = 0; -Lcommaaccent = 0; -Lslash = 0; -Tcedilla = 6; -backslash = 15; -greater = 27; -hbar = 10; -jcircumflex = 19; -seven = 7; -yhookabove = 4; +Idotaccent.ss01 = { +l.ss04 = 4; }; -Uacute = { -Eth = 0; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 12; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 18; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -16; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_degree" = -30; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -10; }; -Udieresis = { -Germandbls = 0; +ibreve = { +T = 31; +parenright = 15; +quotesingle = 35; }; -V = { -Abrevetilde = -37; -Acircumflex = -35; -Acircumflexacute = -34; -Acircumflexdotbelow = -35; -Acircumflextilde = -35; -Amacron = -37; -Atilde = -37; -Dcroat = 0; -Eth = 0; -Jcircumflex = -6; -OE = 0; -Oslash = 0; -abreve = -7; -abreve.ss05 = 0; -acircumflexacute = 0; -adieresis = -15; -adieresis.ss05 = -3; -amacron = -11; -amacron.ss05 = 0; -ampersand = -13; -at = -7; -backslash = 40; -ccaron = -4; -ecaron = -3; -ecircumflexacute = 6; -edieresis = -13; -eight = 0; -emacron = -6; -equal = -2; -iacute = -9; -ibreve = 68; -idieresis = 38; -idieresis.ss01 = 52; -less = 0; -minus = -15; -ocircumflexacute = 3; -odieresis = -14; -odieresis.ss01 = -9; -otilde = -8; -parenleft = 0; -plus = -15; -racute = -18; -scaron = 5; -seven = 44; -three = 10; -two = 11; -twoinferior = -27; -zcaron = 22; +multiply = { +one = -44; +seven.numr = -41; +parenright = -67; +parenright.case = -48; +A = -22; +J = -40; +T = -73; +V = -36; +X = -53; +Y = -63; +p = -17; }; -W = { -Hbar = 25; -Lslash = 5; -Ycircumflex = 40; -adieresis = -5; -adieresis.ss05 = -2; -ampersand = -5; -backslash = 40; -idieresis = 38; -minus = -2; -odieresis = -6; -plus = -2; -seven = 40; -three = 9; -threeinferior = -20; -two = 10; +Ccircumflex = { +jcircumflex = 26; }; -X = { -ampersand = -4; -asciitilde = -48; -at = -16; -backslash = 29; -ecircumflexacute = 0; -eight = 0; -equal = -25; -ibreve = 59; -idieresis = 27; -less = -30; -logicalnot = -46; -minus = -49; -multiply = -47; -nine = 0; -notequal = -21; -numbersign = -21; -plus = -49; -registered = -20; -three = 2; -two = 22; +q = { +j = -1; +j.ss01 = -1; +comma = 2; +slash = 16; +parenright = 0; +braceright = 0; +bracketright = 0; }; -Y = { -Acircumflex = -44; -Amacron = -47; -Eth = 0; -Lslash = 0; -Oslash = -8; -Ydieresis = 53; -adieresis = -21; -agrave = -11; -agrave.ss05 = 0; -amacron = -18; -amacron.ss05 = -3; -ampersand = -18; -asciitilde = -38; -at = -22; -backslash = 42; -ecircumflex = -21; -ecircumflexacute = 8; -ecircumflexhookabove = -23; -egrave = -5; -eight = -3; -equal = -19; -iacute = -15; -less = -19; -logicalnot = -33; -minus = -37; -multiply = -37; -nine = 0; -numbersign = -13; -ograve = -8; -parenleft = -16; -plus = -36; -registered = -8; -scaron = 8; -seven = 45; -three = 6; -two = 7; -twoinferior = -54; -udieresis = -22; -umacron = -18; +tcaron = { +a = -10; +b = 0; +h = 0; +k = 0; +l = 0; +o = -10; +f = 12; +i = 0; +j = 0; +sixsuperior = 0; +onesuperior = 33; +twosuperior = 22; +threesuperior = 18; +fivesuperior = 7; +sevensuperior = 50; +eightsuperior = 7; +ninesuperior = 8; +period = 4; +comma = 0; +colon = 12; +exclam = 21; +question = 28; +exclam.ss01 = 19; +hyphen = -25; +parenright = 48; +bracketright = 0; +quotedblleft = 18; +quotedblright = 34; +quoteleft = 18; +guillemetleft = -44; +guilsinglleft = -38; +quotedbl = 34; +quotesingle = 34; +quotedblleft.ss01 = 7; +quoteleft.ss01 = 7; +quotedblright.ss01 = 14; }; -Yacute = { -Eth = 0; -udieresis = -22; +uogonek = { +j = 0; +j.ss01 = 0; +parenright = 0; +bracketright = 0; }; -Z = { -Lslash = -2; -adieresis = -14; -asciitilde = -44; -at = -22; -backslash = 34; -equal = -23; -ibreve = 49; -less = -23; -logicalnot = -39; -minus = -43; -numbersign = -16; -plus = -43; -rcaron = 12; -registered = -12; -seven = 40; -two = 24; +seven.dnom = { +period = -22; +comma = -26; +question = -52; +period.ss01 = -38; +comma.ss01 = -37; +question.ss01 = -70; +parenright = -49; +parenright.case = -21; +quotedblleft = -79; +quotedblright = -79; +quoteleft = -44; +quoteright = -44; +quotedbl = -79; +quotesingle = -38; +quotedblleft.ss01 = -79; +quoteleft.ss01 = -37; +quotedblright.ss01 = -79; +quoteright.ss01 = -37; +degree = -79; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 9; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_zero" = -26; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -27; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -33; +"@MMK_R_KO_parenright.case" = 47; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_degree" = -29; +"@MMK_R_KO_plus" = -32; +"@MMK_R_KO_percent" = -12; +}; +Igrave.ss02 = { +igrave = 67; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -1; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_itilde" = 30; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 15; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = -17; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -30; }; -Zcaron = { +Amacron = { +endash.case = -26; +}; +hyphen = { Dcroat = -2; -Iogonek = 25; +Lslash = 20; +Oslash = 15; +x = -24; +l.ss03 = 1; +mu = -3; +zero.numr = -60; +one.numr = -41; +three.numr = -49; +four.numr = -89; +five.numr = -58; +six.numr = -60; +seven.numr = -45; +eight.numr = -56; +nine.numr = -54; +threesuperior = -55; +fivesuperior = -64; +eightsuperior = -62; +colon = -38; +semicolon = -44; +questiondown = -30; +question.ss01 = -54; +questiondown.ss01 = -30; +parenleft = 22; +braceright = -31; +quotesinglbase = -44; +quotedblbase = -84; +quotedblbase.ss01 = -90; +quoteleft.ss01 = -37; +quoteright.ss01 = -37; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = -1; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -41; +"@MMK_R_KO_asterisk" = -47; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -27; +"@MMK_R_KO_question.ss01" = -59; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_underscore" = -10; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -79; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -71; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -45; }; -a = { -asciitilde = -3; -backslash = -27; -germandbls = -2; -jcircumflex = -2; +l = { +Hbar = 15; +l = 0; +hbar = 1; +igrave = 0; +ibreve = 0; +icaron = 0; +idieresis = 0; +jcircumflex = 0; +periodcentered.loclCAT = 57; +at = 0; +notequal = -26; logicalnot = 0; -notequal = -28; -parenleft = 9; -plus = -8; -r = -2; -registered = -25; -seven = -12; }; -a.ss05 = { -T = -52; -backslash = -32; -gbreve.ss06 = 5; -gcircumflex.ss06 = 5; -gcommaaccent.ss06 = 5; -germandbls = 0; -jcircumflex = 0; -seven = -28; +registered = { +period = -38; +comma = -44; +slash = -48; +period.ss01 = -38; +comma.ss01 = -37; +parenright = -51; +parenright.case = -34; +trademark = -40; }; -aacute = { -parenright = -24; +quotedblright.ss01 = { +icircumflex = 33; +g.ss06 = -75; +mu = -56; +questiondown.case = -53; +ellipsis.ss01 = -90; +questiondown.ss01 = -90; +asciitilde = -90; }; -abreve = { -parenright = -27; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = -57; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = -38; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -86; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = 17; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -35; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_pi" = -5; +"@MMK_R_KO_zero" = 11; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_two" = -46; +"@MMK_R_KO_three" = -33; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 9; +"@MMK_R_KO_seven" = -59; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = -12; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_foursuperior" = -77; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_ninesuperior" = -35; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_question" = -55; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -38; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = -51; +"@MMK_R_KO_quotedbl" = -103; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -90; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -16; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 33; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 30; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 46; +"@MMK_R_KO_J.ss10" = -86; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = -7; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -37; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -55; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 19; +"@MMK_R_KO_twosuperior" = 26; +"@MMK_R_KO_threesuperior" = 21; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 44; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 11; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_colon" = -38; +"@MMK_R_KO_semicolon" = -44; +"@MMK_R_KO_ellipsis" = -96; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -75; +"@MMK_R_KO_hyphen.case" = 27; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -20; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = 20; +"@MMK_R_KO_bracketright.case" = -18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = 4; +"@MMK_R_KO_asciicircum" = -54; }; -abreveacute = { -parenright = -23; +published = { +parenright = -66; +parenright.case = -38; }; -abrevedotbelow = { -parenright = -26; +emdash.case = { +one.numr = -6; +seven.numr = -11; +question.ss01 = -72; +quotedblbase = -84; +quotedblbase.ss01 = -90; +quoteright.ss01 = -37; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -25; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 8; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_endash.case" = 9; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_degree" = -28; +"@MMK_R_KO_plus" = 6; +"@MMK_R_KO_percent" = 0; }; -abrevedotbelow.ss05 = { -c = 0; -t = 0; -t_i.liga = 0; -t_t.liga = 0; +Atilde = { +ordfeminine = -52; }; -abrevegrave = { -parenright = -29; -sevensuperior = -27; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -19; }; -abrevehookabove = { -parenright = -27; +quotesingle = { +Hbar = 27; +eacute = -24; +hbar = 20; +igrave = 39; +icaron = 35; +icircumflex = 36; +idieresis = 32; +imacron = 30; +itilde = 45; +jcircumflex = 35; +idieresis.ss01 = 26; +g.ss06 = -21; +mu = -14; +exclamdown = -12; +questiondown = -38; +backslash = 42; +questiondown.case = -38; +questiondown.ss01 = -38; +underscore = -38; +ampersand = -36; +lessequal = -38; +asciitilde = -38; }; -abrevetilde = { +exclam = { +exclam = 0; parenright = -11; +guillemetleft = -18; +guillemetright = -12; }; -acircumflexacute = { -parenright = -35; -sevensuperior = -35; +Imacron.ss02 = { +endash.case = -16; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 13; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -1; +"@MMK_R_KO_foursuperior" = 21; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -39; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = 28; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -54; +"@MMK_R_KO_quotedblright" = -82; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -10; }; -acircumflexdotbelow = { -parenright = -33; -sevensuperior = -34; +imacron = { +ncommaaccent = 0; +lcommaaccent = 0; +three = 19; +exclam.ss01 = 33; +quotedbl = 0; +}; +three = { +icircumflex = 24; +braceright = -30; +bracketright.case = -20; +trademark = -29; +}; +radical = { +four = -17; +seven = 46; +hyphen = -19; +A = -32; +J = 0; +J.ss10 = -46; +a = -18; +d = -18; +a.ss05 = -15; +c = -18; +g = -16; +s = -13; +l.ss04 = 29; +g.ss06 = -14; +}; +quotesinglbase = { +Iogonek = 22; +oslash = 0; +p = -4; +jcircumflex = 0; +germandbls = -37; +numbersign = -44; +parenleft.case = -44; +at = -44; +copyright = -44; +published = -44; +dollar = -44; +euro = -44; +minus = -44; +equal = -44; +approxequal = -44; }; -acircumflexdotbelow.ss05 = { +germandbls = { +a = 11; +d = 11; +a.ss05 = 20; +e = 10; +f = 0; +g = 12; +i = 2; +s = 12; t = 0; +v = 0; +w = 0; +g.ss06 = 9; t_i.liga = 0; t_t.liga = 0; -y = 0; -}; -acircumflexgrave.ss05 = { -y = 0; -}; -acircumflexhookabove.ss05 = { -y = 0; +period.ss01 = -22; +comma.ss01 = -21; +hyphen = 22; +parenright = -37; +bracketright = -26; +quotedblleft = -7; +quotesingle = -8; }; -acircumflextilde = { -parenright = -7; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = -44; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -44; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_t_t.liga" = -19; +"@MMK_R_KO_pi" = -12; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -25; +"@MMK_R_KO_four" = -44; +"@MMK_R_KO_five" = -37; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = -44; +"@MMK_R_KO_eight" = -32; +"@MMK_R_KO_nine" = -44; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -44; +"@MMK_R_KO_slash" = 43; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_quotedblleft" = -44; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_plus" = -44; +"@MMK_R_KO_percent" = -44; }; -acircumflextilde.ss05 = { -y = 0; +Odieresis = { +Eth = 22; +Germandbls = -1; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = -19; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = -15; +"@MMK_R_KO_one" = -39; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -17; +"@MMK_R_KO_seven" = -3; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = -14; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -43; +"@MMK_R_KO_hyphen.case" = -29; +"@MMK_R_KO_endash.case" = -13; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = -69; +"@MMK_R_KO_quotedblright" = -71; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_degree" = -47; +"@MMK_R_KO_plus" = -29; +"@MMK_R_KO_percent" = -24; }; -adieresis = { -germandbls = -2; +e = { +idieresis = -2; +germandbls = -19; +gbreve.ss06 = 5; +seven = -39; +emdash = 0; +registered = -20; +logicalnot = 0; +asciitilde = 7; }; -adieresis.ss05 = { -germandbls = 0; +Oacute = { +Eth = 22; +Lslash = 19; +}; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = -17; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -11; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 28; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -44; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 47; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 39; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 33; +"@MMK_R_KO_Y" = -29; +"@MMK_R_KO_Z" = 31; +"@MMK_R_KO_I.ss02" = 48; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 15; +"@MMK_R_KO_icircumflex" = 15; +"@MMK_R_KO_imacron" = 15; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 20; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 36; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 30; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 18; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 23; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 18; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 25; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = 14; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_colon.ss01" = 14; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -32; +"@MMK_R_KO_underscore" = 52; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -36; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -41; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -39; +"@MMK_R_KO_asciicircum" = -7; }; -ampersand = { -one = -25; -parenright = -20; -quotedbl = -81; -quotedblleft = -92; -quotedblright = -81; -quoteright = -64; -quotesingle = -61; -seven = -43; -v = -31; -w = -30; -y = -28; +Germandbls = { +B = 18; +E = 18; +I = 18; +L = 18; +S = 31; +T = 0; +Z = 2; +a = 19; +foursuperior = -41; +hyphen = 35; }; -aogonek = { -comma = 0; -j = 0; -parenright = 0; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -22; }; -aogonek.ss05 = { -comma = 31; -j = 0; -j.ss01 = 0; -parenright = 22; +six.dnom = { +question = -57; +question.ss01 = -71; +parenright = -47; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +quotedbl = -103; +quotesingle = -38; +quotedblleft.ss01 = -90; +quoteleft.ss01 = -37; +quotedblright.ss01 = -90; +quoteright.ss01 = -37; +degree = -110; }; -approxequal = { -one = -25; -parenright = -86; -parenright.case = -79; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -35; }; -asciicircum = { -X = -66; -asterisk = -23; -bracketright = -64; -bracketright.case = -64; -comma = -64; -comma.ss01 = -60; -four = -57; -hyphen = -131; -hyphen.case = -60; -one = -30; -parenright = -92; -parenright.case = -89; -period = -61; -period.ss01 = -61; -semicolon = -27; -slash = -84; -three = -28; -two = -28; -x = -24; +less = { +two = 47; +three = 54; +parenright = -12; +less = -77; +S = 47; }; -asciitilde = { -X = -90; -asterisk = -88; -bracketright = -74; -bracketright.case = -75; -comma = -64; -comma.ss01 = -60; -eight = -44; -exclam = -52; -exclam.ss01 = -53; -five = -37; -four = -36; -hyphen = -67; -nine = -32; -one = -60; -parenleft = -32; -parenright = -120; -parenright.case = -111; -period = -61; -period.ss01 = -61; -question = -101; -question.ss01 = -88; -quotedbl = -85; -quotedblleft = -118; -quotedblright = -118; -quoteright = -64; -quotesingle = -61; -seven = -74; -six = -31; -slash = -80; -three = -64; -two = -83; -v = -33; -w = -34; -y = -34; -zero = -30; +Acircumflex = { +six = -5; }; -asterisk = { -g.ss06 = -8; -l.ss04 = 9; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 29; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -44; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = -44; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = 44; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 20; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = 26; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_endash.case" = -44; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -36; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_degree" = -7; +"@MMK_R_KO_plus" = -44; +"@MMK_R_KO_percent" = -8; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -67; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = -52; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = -176; +"@MMK_R_KO_a" = -55; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -55; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -52; +"@MMK_R_KO_i" = -30; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = -31; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_t_t.liga" = -11; }; -at = { -A = -3; -C = 12; -G = 12; -J = -8; -O = 12; -T = -44; -V = -11; -X = -19; -Y = -27; -a = 0; -c = 0; -d = 0; -e = 0; -g = 2; -parenright = -59; -parenright.case = -35; +ellipsis.ss01 = { +Dcroat = -25; +Tbar = -76; +tbar = -53; +twosuperior = -95; +threesuperior = -108; +fivesuperior = -111; +eightsuperior = -119; +question.ss01 = -75; +parenleft = -33; +braceright = -58; +parenleft.case = -56; +quoteleft.ss01 = -37; +quoteright.ss01 = -37; }; -atilde = { -parenright = -33; +u = { +l = 0; +idieresis = 0; +s = 0; +germandbls = -10; +logicalnot = 0; }; -b = { -backslash = -28; -eight = 0; -notequal = -30; -parenleft = 15; -registered = -27; -seven = -30; +colon.ss01 = { +T = -38; +V = -26; +Y = -38; +zero = -13; +one = -38; +three = -5; +four = -38; +onesuperior = -28; +sevensuperior = -38; +emdash = -38; +parenright = -38; +braceright = -38; +bracketright = -38; }; -backslash = { -T = -47; -V = -51; -W = -25; -Y = -58; -asterisk = -55; -backslash = -36; -c = -6; -f = -7; -j = 7; -o = -6; -one = -20; -quotedbl = -63; -quotedblleft = -71; -quotedblleft.ss01 = -76; -quotedblright = -63; -quotedblright.ss01 = -76; -quoteleft = -64; -quoteright = -63; -quotesingle = -61; -seven = -34; -t = -10; -t_i.liga = -10; -t_t.liga = -10; -underscore = 31; -v = -21; +ocircumflexacute = { +sevensuperior = 6; +parenright = 14; +bracketright = 0; +quotedbl = -9; +quotesingle = -4; }; -baht = { -parenright = -51; -parenright.case = -26; -slash = -2; +egrave = { +T = -56; }; -braceleft = { -A = -12; -C = -18; -G = -18; -O = -18; -Q = -18; -S = -3; -a = -25; -a.ss05 = -20; -asciicircum = -61; -braceright = 28; -c = -25; -d = -24; -e = -25; -f = -9; -f_f.liga = -9; -f_f_i.liga = -9; -f_y.liga = -9; -fi = -9; -fl = -9; -four = -13; -hyphen = -36; -j = 29; -logicalnot = -14; -m = -35; -minus = -40; -mu = -11; -n = -35; -o = -25; -one = -4; -parenleft = -19; -period = -30; -pi = -14; -plus = -40; -q = -25; -r = -37; -s = -22; -t = -8; -t_i.liga = -8; -t_t.liga = -8; -three = -2; -two = -2; -u = -32; -v = -20; -w = -20; -x = -18; -z = -19; -zero = -19; +Jcircumflex = { +jcircumflex = 19; +parenright = 5; +bracketright = 0; +parenright.case = 27; +bracketright.case = 0; }; -braceleft.case = { -logicalnot = -16; -one = -5; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 29; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 21; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -12; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -24; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 22; +"@MMK_R_KO_O" = 40; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 41; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = 38; +"@MMK_R_KO_a.ss05" = 37; +"@MMK_R_KO_l" = 24; +"@MMK_R_KO_e" = 37; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 40; +"@MMK_R_KO_i" = 23; +"@MMK_R_KO_n" = 24; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_s" = 33; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_t_t.liga" = 16; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 30; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 32; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = 10; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 47; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 19; +"@MMK_R_KO_threesuperior" = 14; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 38; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 49; +"@MMK_R_KO_hyphen.case" = 15; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = 17; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_U" = -31; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_v" = -34; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -4; +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_five" = -26; +"@MMK_R_KO_six" = -34; +"@MMK_R_KO_seven" = -37; +"@MMK_R_KO_eight" = -20; +"@MMK_R_KO_nine" = -28; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -38; +"@MMK_R_KO_slash" = 37; +"@MMK_R_KO_hyphen" = -38; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_hyphen.case" = -38; +"@MMK_R_KO_endash.case" = -38; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -38; +"@MMK_R_KO_quotedblright" = -38; +"@MMK_R_KO_quoteleft" = -38; +"@MMK_R_KO_quoteright" = -38; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = -38; +"@MMK_R_KO_quotesingle" = -38; +}; +udieresis = { +germandbls = -7; }; -braceright = { -asciicircum = -53; -braceright = -2; +E = { +Hbar = 0; +igrave = 64; +idieresis = 0; +jcircumflex = 12; +germandbls = -27; +idieresis.ss01 = 49; +zero = -10; +two = 21; +six = -11; +seven = 29; +numbersign = -38; +registered = -23; +multiply = -57; +logicalnot = 0; +asciitilde = 8; +}; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 41; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_Oacute" = -40; +"@MMK_R_KO_J" = 36; +"@MMK_R_KO_G.ss07" = -38; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_U" = -40; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 43; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_pi" = -5; +"@MMK_R_KO_zero" = -47; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_two" = 21; +"@MMK_R_KO_three" = -19; +"@MMK_R_KO_four" = -114; +"@MMK_R_KO_five" = -32; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = -35; +"@MMK_R_KO_eight" = -29; +"@MMK_R_KO_nine" = -38; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_asterisk" = -115; +"@MMK_R_KO_slash" = 44; +"@MMK_R_KO_period.ss01" = 10; +"@MMK_R_KO_comma.ss01" = 12; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = 35; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quotedbl" = -103; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblright.ss01" = -90; +}; +Lcaron = { +A = 29; +B = 2; +M = 2; +N = 2; +K = 2; +C = -17; +O = -16; +G = -17; +Ccaron = -17; +Ocircumflex = -16; +J = 30; +S = -2; +Scaron = -2; +T = 2; +U = -3; +Uacute = -3; +V = 5; +W = 15; +Zcaron = 25; +I.ss02 = 43; +a = -25; +u = -21; +v = -26; +w = -28; +sixsuperior = -13; +onesuperior = 7; +twosuperior = 0; +threesuperior = 0; +foursuperior = -26; +fivesuperior = -11; +sevensuperior = 9; +eightsuperior = -8; +ninesuperior = -5; +period = 4; comma = 0; -parenright = -3; -period = -19; -period.ss01 = -44; +question = 0; +question.ss01 = -5; +hyphen = -76; +hyphen.case = -76; +parenright = -8; +quotedblleft = -2; +quoteleft = -2; +guillemetleft = -87; +guilsinglleft = -87; +quotedbl = 0; +quotesingle = 0; +quotedblleft.ss01 = -4; +quoteleft.ss01 = -4; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -32; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 23; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -25; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = -35; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -49; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -48; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -9; +}; +Udieresis.ss01 = { +b = 2; }; -bracketleft = { -Dcroat = 0; -Icircumflex = 33; -Jcircumflex = 27; -asciicircum = -61; -asciitilde = -30; -at = -22; -equal = -30; -g.ss06 = 6; -hcircumflex = 33; -infinity = -25; -jcircumflex = 51; -minus = -35; -mu = -11; -numbersign = -16; -p = 0; -scaron = 8; -scircumflex = -15; -u = -32; -zcaron = 22; +twosuperior = { +A = -26; +fraction = 17; +period = -38; +comma = -44; +slash = -38; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -26; +parenright = -11; +parenright.case = 0; }; -bracketleft.case = { -A = 25; -C = -19; -G = -19; -G.ss07 = -19; -O = -19; -Q = -19; -S = -4; -four = -13; -hyphen.case = -31; -one = -5; -plus = -36; +period = { +g.ss06 = 0; +ordfeminine = -38; +ordmasculine = -38; +twosuperior = -38; +threesuperior = -38; +fivesuperior = -38; +eightsuperior = -38; +parenleft = -6; +braceright = -30; +parenleft.case = -31; }; -c = { -acircumflexacute.ss05 = 0; -backslash = -23; -bracketright = -22; -notequal = -34; -quotedblright = -64; -registered = -20; -seven = -25; +uhorntilde = { +a = 0; +a.ss05 = 0; +n = 0; +u = 2; +period = 0; +comma = 0; +ellipsis = -18; +question = 62; +period.ss01 = -17; +ellipsis.ss01 = -22; +comma.ss01 = -17; +parenright = 0; +quotedblright = 39; +quotedbl = 40; }; -cacute = { -parenright = -14; +nine = { +ordmasculine = -12; +underscore = -25; +braceright = -40; +braceright.case = -32; +bracketright.case = -31; +trademark = -40; +asciicircum = -30; }; -ccaron = { -parenright = -17; +T = { +Hbar = 0; +Lslash = -2; +Oslash = -17; +Tbar = 18; +aacute = -56; +agrave = -20; +adotbelow = -56; +adotbelow.ss01 = -56; +aogonek = -56; +adieresis = -29; +ahookabove = -30; +ae = -53; +a.ss05 = -53; +aacute.ss05 = -52; +aogonek.ss05 = -53; +adotbelow.ss05 = -53; +cacute = -56; +ccedilla = -56; +eacute = -56; +edotaccent = -44; +eogonek = -56; +edotbelow = -56; +edotbelow.ss01 = -56; +edotaccent.ss01 = -44; +egrave = -18; +ecaron = -19; +ehookabove = -26; +oacute = -56; +ohookabove = -26; +ograve = -19; +ocircumflexhookabove = -34; +ohungarumlaut = -43; +odotbelow = -56; +ohorngrave = -19; +ohornacute = -56; +odotbelow.ss01 = -56; +oslash = -55; +gbreve = -20; +i.ss01 = -7; +idotaccent.ss01 = -7; +iacute = -28; +igrave = 27; +rcaron = 0; +ihookabove = 0; +idotless = -52; +ibreve = 36; +icaron = 26; +idieresis = -20; +racute = -50; +scaron = 0; +scircumflex = -21; +uacute = -59; +uhorndotbelow = -59; +uhorndotbelow.ss01 = -59; +ugrave = -24; +udotbelow = -59; +uogonek = -59; +uhorngrave = -24; +uhornacute = -59; +udotbelow.ss01 = -59; +uhornhookabove = -33; +ygrave = 0; +ycircumflex = -22; +yhookabove = -21; +zcaron = 0; +idieresis.ss01 = 25; +zero = -22; +six = -23; +seven = 21; +zeroinferior = -59; +twoinferior = -60; +numbersign = -40; +endash.case = -52; +parenleft.case = -20; +guilsinglleft = -66; +guilsinglright = -65; +at = -43; +ampersand = -34; +registered = -32; +plus = -52; +minus = -52; +multiply = -75; +divide = -52; +equal = -52; +less = -28; +greaterequal = -62; +plusminus = -49; +approxequal = -67; +logicalnot = -39; +asciitilde = -47; }; -ccedilla = { -parenright = 14; +quotesinglbase.ss01 = { +Dcroat = -23; +T = -37; +Tcaron = -37; +V = -37; +W = -37; +Y = -37; +oslash = -4; +germandbls = -37; +numbersign = -37; +question.ss01 = -37; +parenleft.case = -37; +quoteright.ss01 = -37; +at = -37; +copyright = -37; +published = -37; +euro = -37; +minus = -37; +equal = -37; +approxequal = -37; }; -cent = { -bracketright = -27; -comma = -32; -parenright = -52; -parenright.case = -36; -period = -32; -slash = -14; +Q = { +Dcroat = 0; +two = 24; +seven = -6; +registered = -21; }; -colon.ss01 = { -T = -55; -V = -21; -Y = -36; -bracketright = -32; -four = -44; -one = -26; -parenright = -30; +quoteright = { +Hbar = 16; +a.ss05 = -44; +eacute = -44; +hbar = 19; +igrave = 42; +icircumflex = 27; +idieresis = 25; +imacron = 0; +itilde = 39; +jcircumflex = 26; +scaron = -3; +x = -44; +g.ss06 = -44; +gdotaccent.ss06 = -44; +mu = -44; +questiondown = -44; +questiondown.case = -43; +quotedblbase = -44; +euro = -41; +asciitilde = -44; }; -comma = { -eightsuperior = -64; -fivesuperior = -64; -foursuperior = -64; -ninesuperior = -64; -onesuperior = -64; -quotesingle = -61; -sevensuperior = -64; -six = -29; -sixsuperior = -64; -threesuperior = -64; -twosuperior = -64; +minus = { +one = -23; +two = -55; +three = -38; +seven = -62; +one.numr = -2; +seven.numr = -7; +period = -38; +comma = -44; +period.ss01 = -38; +comma.ss01 = -37; +parenright = -53; +parenright.case = -32; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +guillemetright = -34; +quotedbl = -103; +quotesingle = -38; +quotedblleft.ss01 = -90; +quoteleft.ss01 = -37; +quotedblright.ss01 = -90; +quoteright.ss01 = -37; +tenge = -64; +yen = 0; +x = -21; }; -comma.ss01 = { -eightsuperior = -60; -fivesuperior = -60; -foursuperior = -60; -ninesuperior = -60; -onesuperior = -60; -sevensuperior = -60; -sixsuperior = -60; -threesuperior = -60; -twosuperior = -60; +ldot.ss04 = { +a = 29; +e = 29; +period = -30; +comma = -37; }; -copyright = { -J = -18; -T = -66; -V = -42; -X = -24; -Y = -69; -parenright = -75; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 18; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 8; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = 27; +"@MMK_R_KO_four" = 41; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = -12; +"@MMK_R_KO_eight" = 26; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -24; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_endash.case" = -23; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_degree" = -45; +"@MMK_R_KO_plus" = -21; +"@MMK_R_KO_percent" = -28; +}; +acircumflexacute.ss05 = { +t = -10; +y = -6; +t_i.liga = 0; +t_t.liga = 0; +question = 0; +question.ss01 = -18; }; -d = { -backslash = 5; -hbar = 0; -ibreve = 0; -idieresis = 0; -idieresis.ss01 = 0; -jcircumflex = 0; +p = { +seven = -34; +registered = -21; }; -dcaron = { -amacron = 3; -exclam.ss01 = 80; -zacute = 0; +idotaccent = { +T = -33; +idieresis = -2; +parenright = -36; }; -dcroat = { -ecircumflexacute = 2; -i = 0; -i.ss01 = 0; -iacute = 0; -idotaccent = 0; -idotbelow = 0; -igrave = 0; -ihookabove = 0; -itilde = 0; -ocircumflexacute = 2; +summation = { +n = -51; }; -divide = { -one = -17; -parenright = -84; -parenright.case = -72; -three = -32; -two = -57; +eth = { +a = 0; +d = 0; +aacute = 0; +e = 0; +o = 0; +eth = 0; +odieresis = 0; +f = -13; +f_f.liga = -13; +f_f_i.liga = -13; +fi = -13; +f_y.liga = -13; +fl = -13; +g = 0; +i = -6; +j = -4; +s = 0; +t = -11; +u = -4; +v = -8; +y = -12; +t_i.liga = -8; +t_t.liga = -8; +period = -12; +comma = -14; +period.ss01 = -31; +comma.ss01 = -31; +hyphen = 7; +parenright = -31; +bracketright = -39; +quotedblleft = 0; +quoteleft = 0; +quotedbl = -6; }; -dollar = { -eight = 8; -five = -2; -four = 3; -one = 0; -parenright = -50; -parenright.case = -24; -period = -9; -seven = 0; -six = 0; -three = 6; -two = 0; +igrave = { +parenright = -37; }; -e = { -Tcedilla = -53; -asciitilde = 0; -backslash = -29; -gbreve.ss06 = 0; -germandbls = -10; -idieresis = -8; -logicalnot = 7; -parenleft = 0; -registered = -26; -seven = -32; +three.numr = { +fraction = 4; }; -ecircumflex = { -parenright = -47; +Aring = { +endash.case = -26; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_backslash" = -25; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -42; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -61; +"@MMK_R_KO_quotedblright" = -62; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -47; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -31; }; -ecircumflexacute = { -parenright = -47; +lcommaaccent = { +j = 0; }; -ecircumflexgrave = { -comma = 0; -comma.ss01 = -30; -hyphen = 0; -parenright = -14; -period.ss01 = -33; -quotedbl = -17; -quotedblright = -8; +quoteright.ss01 = { +igrave = 37; +icircumflex = 33; +imacron = 0; +itilde = 41; +jcircumflex = 32; +idieresis.ss01 = 19; +g.ss06 = -37; +gdotaccent.ss01.ss06 = -37; +mu = -37; +questiondown.case = -37; +questiondown.ss01 = -37; +quotedblbase.ss01 = -37; +asciitilde = -37; }; -ecircumflexhookabove = { -comma = 0; -comma.ss01 = -30; -parenright = 28; -period = 0; -period.ss01 = -33; -quotedbl = 0; +backslash = { +p = 9; +g.ss06 = 13; +backslash = -37; +underscore = 36; +quoteright.ss01 = -37; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_X" = 28; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 48; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 15; +"@MMK_R_KO_twosuperior" = 22; +"@MMK_R_KO_threesuperior" = 14; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 14; +"@MMK_R_KO_sevensuperior" = 55; +"@MMK_R_KO_eightsuperior" = 14; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 65; +"@MMK_R_KO_bracketright" = 53; +"@MMK_R_KO_parenright.case" = 73; +"@MMK_R_KO_bracketright.case" = 52; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_quoteright.ss01" = 8; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 20; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 32; +"@MMK_R_KO_T" = 27; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 52; +"@MMK_R_KO_W" = 56; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = 50; +"@MMK_R_KO_Z" = 40; +"@MMK_R_KO_I.ss02" = 70; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 15; +"@MMK_R_KO_onesuperior" = 46; +"@MMK_R_KO_twosuperior" = 41; +"@MMK_R_KO_threesuperior" = 36; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 20; +"@MMK_R_KO_sevensuperior" = 62; +"@MMK_R_KO_eightsuperior" = 23; +"@MMK_R_KO_ninesuperior" = 26; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 37; +"@MMK_R_KO_question" = 38; +"@MMK_R_KO_asterisk" = 34; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 9; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 19; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 2; +"@MMK_R_KO_quotedblleft" = 21; +"@MMK_R_KO_quotedblright" = 30; +"@MMK_R_KO_quoteleft" = 21; +"@MMK_R_KO_quoteright" = 41; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 35; +"@MMK_R_KO_quotesingle" = 42; +"@MMK_R_KO_quotedblleft.ss01" = 24; +"@MMK_R_KO_quotedblright.ss01" = 37; +"@MMK_R_KO_quoteright.ss01" = 37; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -28; }; -edieresis = { -parenright = -48; +parenright.case = { +T = -29; +V = -17; +Y = -31; +Yacute = -31; +period = -12; +comma = -19; +slash = 0; +period.ss01 = -35; +comma.ss01 = -35; +hyphen.case = 14; +emdash.case = 13; +parenleft.case = 5; +parenright.case = -23; +braceright.case = -24; +bracketright.case = -23; +quotedbl = -15; }; -edotaccent.ss01 = { +degree = { +zero = -18; +three = -2; +four = -70; +five = -17; +six = -20; +period = -38; +comma = -44; +slash = -77; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -108; +emdash = -180; +endash = -143; +hyphen.case = -61; +emdash.case = -80; parenright = -48; +bracketright = -55; +parenright.case = -33; +bracketright.case = -56; +g.ss06 = -52; }; -egrave = { -T = -53; -parenright = -49; -}; -eight = { -minus = -15; -six = 13; +H = { +H = 0; +Hbar = 26; +igrave = 19; +ibreve = 25; +idieresis = 15; +jcircumflex = 18; +x = 0; +idieresis.ss01 = 14; +exclam = 0; +endash = 0; +ampersand = 0; }; -eight.dnom = { -degree = -135; -parenright = -46; -question = -66; -question.ss01 = -67; -quotedbl = -115; -quotedblleft = -118; -quotedblleft.ss01 = -113; -quotedblright = -118; -quoteright = -64; -quotesingle = -61; +lessequal = { +parenright = -39; +greaterequal = 4; +lessequal = -4; +Y = -30; +n = -11; }; -eightinferior = { -parenright = -31; +mu = { +mu = -12; +pi = 0; +one = -33; +onesuperior = -39; +twosuperior = -20; +sevensuperior = -47; +period.ss01 = -22; +comma.ss01 = -18; +hyphen = -4; +parenright = -43; +braceright = -46; +bracketright = -43; +quotedblleft = -73; +quotedblright = -68; +quoteleft = -44; +quoteright = -35; +quotedbl = -31; +quotesingle = -25; +trademark = -68; +asciicircum = -42; }; -eightsuperior = { -comma = -64; -comma.ss01 = -60; -fraction = 0; -period = -61; -period.ss01 = -61; -slash = -48; +questiondown = { +p = 0; +questiondown = 35; }; -ellipsis = { -Tbar = -77; -eightsuperior = -142; -fivesuperior = -134; -foursuperior = -127; -ninesuperior = -139; -onesuperior = -80; -parenleft.case = -79; -quoteleft = -64; -quotesingle = -61; -sevensuperior = -108; -sixsuperior = -139; -tbar = -46; -threesuperior = -131; -twosuperior = -118; +A = { +B = 21; +H = 21; +E = 22; +F = 22; +I = 22; +L = 22; +R = 22; +M = 22; +N = 22; +D = 22; +P = 21; +K = 22; +Iacute = 22; +Ntilde = 22; +Idieresis = 22; +Dcroat = 17; +Eth = 17; +Lslash = 16; +Tbar = -20; +b = 15; +h = 15; +k = 15; +l = 15; +m = 15; +n = 15; +r = 15; +p = 16; +jcircumflex = 17; +germandbls = -13; +tbar = -11; +gbreve.ss06 = 19; +ordfeminine = -52; +ordmasculine = -53; +zero = -7; +two = 37; +three = 9; +five = 0; +six = -5; +seven = -20; +eight = 11; +nine = -4; +numbersign = 0; +endash.case = -26; +parenleft.case = -6; +quotedblleft.ss01 = -62; +at = -2; +ampersand = 5; +registered = -42; +dollar = 0; +plus = -14; +minus = -14; +multiply = -27; +divide = -14; +equal = 0; +notequal = -31; +less = 0; +approxequal = -17; +logicalnot = 0; +asciitilde = -11; }; -ellipsis.ss01 = { -Tbar = -78; -eightsuperior = -142; -fivesuperior = -134; -foursuperior = -127; -ninesuperior = -139; -onesuperior = -80; -question.ss01 = -80; -quotedbl = -126; -quotedblleft.ss01 = -113; -quotedblright.ss01 = -113; -sevensuperior = -108; -sixsuperior = -139; -threesuperior = -131; -twosuperior = -118; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -36; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = 6; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -34; +"@MMK_R_KO_endash" = -53; +"@MMK_R_KO_underscore" = 33; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -63; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = -16; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_pi" = 14; +"@MMK_R_KO_zero" = 6; +"@MMK_R_KO_one" = 20; +"@MMK_R_KO_two" = 14; +"@MMK_R_KO_three" = 24; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 19; +"@MMK_R_KO_six" = 6; +"@MMK_R_KO_seven" = 14; +"@MMK_R_KO_eight" = 29; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_degree" = -14; +"@MMK_R_KO_plus" = -6; +"@MMK_R_KO_percent" = 0; }; -emacron = { -parenright = -46; +ohornacute = { +c = 5; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +p = 0; +t = 0; +u = 3; +t_i.liga = 3; +t_i.liga.ss01 = 3; +t_t.liga = 3; +parenright = -21; }; -emdash = { -four.numr = -89; -foursuperior = -96; -one.numr = -49; -onesuperior = -52; -question.ss01 = -49; -questiondown = -27; -quotedbl = -126; -seven.numr = -53; -sevensuperior = -57; -sixsuperior = -66; -zero.numr = -63; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -48; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -56; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = -7; +"@MMK_R_KO_imacron" = -7; +"@MMK_R_KO_itilde" = -7; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = -17; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 18; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -72; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_backslash" = -8; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -50; +"@MMK_R_KO_underscore" = -46; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -45; +"@MMK_R_KO_bracketright" = -46; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -52; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -42; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -43; +"@MMK_R_KO_asciicircum" = -10; +}; +Ycircumflex = { +a.ss05 = -59; }; -emdash.case = { -quotedblbase = -118; -quotedblbase.ss01 = -113; +Ograve = { +Lslash = 19; }; -endash = { -H = 0; -Lslash = 5; -Tcedilla = -45; -endash = 0; -four.numr = -89; -foursuperior = -96; -n = 0; -one.numr = -49; -onesuperior = -52; -question.ss01 = -49; -quotedblbase = -118; -seven.numr = -53; -sevensuperior = -57; -sixsuperior = -66; -zero.numr = -63; +Hbar = { +Hbar = 72; +Idieresis.ss01 = 27; +exclam.ss01 = 27; }; -endash.case = { -quotedblbase = -118; -quotedblbase.ss01 = -113; +Y = { +Eth = -4; +Lslash = -4; +Oslash = -15; +aacute = -60; +a.ss05 = -59; +aacute.ss05 = -51; +aogonek.ss05 = -59; +eth = -28; +ccedilla = -61; +eacute = -59; +edotbelow = -60; +edotbelow.ss01 = -60; +egrave = -15; +ecircumflexacute = -32; +oacute = -60; +odotbelow = -60; +odotbelow.ss01 = -60; +oslash = -60; +iacute = -30; +ntilde = -40; +ncaron = -30; +igrave = 50; +idieresis = 15; +scaron = 0; +zcaron = 0; +idieresis.ss01 = 29; +zero = -18; +two = 0; +three = -7; +six = -19; +seven = 25; +eight = -8; +nine = -14; +twoinferior = -77; +numbersign = -24; +ellipsis.ss01 = -100; +endash.case = -41; +parenleft.case = -20; +at = -35; +ampersand = -36; +registered = -24; +plus = -53; +minus = -53; +multiply = -58; +equal = -30; +notequal = -65; +less = -32; +lessequal = -70; +logicalnot = -50; +asciitilde = -57; }; -eng = { -bracketright = 5; -j = 0; +acircumflexacute = { +sevensuperior = 7; parenright = 15; -slash = 18; -}; -eogonek = { -parenright = -17; }; -equal = { -A = 0; -C = 19; -G = 18; -J = -9; -O = 18; -T = -44; -V = -11; -X = -24; -Y = -24; -bracketright = -29; -comma = -64; -equal = 0; -one = -15; -parenright = -69; -parenright.case = -56; -period = -61; -quotedbl = -17; -quotedblright = -54; -zero = 19; +odieresis.ss01 = { +germandbls = -15; }; -euro = { -comma = -11; +foursuperior = { +A = -34; +period = -38; +comma = -44; +slash = -50; +period.ss01 = -38; comma.ss01 = -37; -parenright = -44; -parenright.case = -24; -period = -11; -period.ss01 = -37; -slash = 0; -three = 6; -}; -exclam = { -exclam = -2; -guillemetleft = -5; -guilsinglleft = -5; -parenright = -14; -quotedbl = -7; -quotedblleft = -11; -quotedblright = 0; +hyphen = -31; }; -exclam.ss01 = { -exclam.ss01 = 0; -parenright = -15; -period.ss01 = -36; -}; -exclamdown = { -A = 22; -C = 12; -O = 12; -Q = 12; -T = -47; -V = -12; -Y = -28; -j = 13; +eight = { +icircumflex = 26; +braceright = -29; +bracketright.case = -19; +trademark = -30; }; -exclamdown.ss01 = { -T = -47; -V = -12; -Y = -26; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 15; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -6; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -16; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_ellipsis" = -77; +"@MMK_R_KO_question" = 36; +"@MMK_R_KO_asterisk" = 51; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -23; +"@MMK_R_KO_hyphen" = -36; +"@MMK_R_KO_endash" = -32; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_endash.case" = -15; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 20; +"@MMK_R_KO_quotedblright" = 35; +"@MMK_R_KO_quoteleft" = 20; +"@MMK_R_KO_quoteright" = 35; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 39; +"@MMK_R_KO_quotesingle" = 39; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -22; +"@MMK_R_KO_percent" = 12; }; -f = { -backslash = 15; -exclam.ss01 = 11; -germandbls = 23; -hbar = 2; -ibreve = 9; -idieresis = 0; -idieresis.ss01 = 2; -jcircumflex = 2; -n = 0; -nine = 12; -ordmasculine = 0; -parenleft = 14; -seven = 29; +w = { +ampersand = -15; }; -f_f.liga = { -backslash = 15; -hbar = 0; -ibreve = 8; -idieresis = 0; -idieresis.ss01 = 2; -nine = 12; -ordmasculine = 0; -parenleft = 13; -seven = 29; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -44; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = -44; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -44; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -44; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = -20; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -44; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = 33; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 19; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_sevensuperior" = 26; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = -44; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_endash.case" = -44; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_plus" = -44; }; -f_f_i.liga = { -asciitilde = -4; -germandbls = -2; +jacute = { hbar = 0; -idieresis = 0; +idieresis = -2; +iogonek = 0; +j = 0; +j.ss01 = 0; jcircumflex = 0; -logicalnot = 0; +seven = 63; +comma = 3; +slash = 15; +parenright = 26; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 0; -parenright = -15; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 49; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 55; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 44; +"@MMK_R_KO_W" = 48; +"@MMK_R_KO_X" = 36; +"@MMK_R_KO_Y" = 29; +"@MMK_R_KO_Z" = 35; +"@MMK_R_KO_I.ss02" = 65; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = 33; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 31; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 24; +"@MMK_R_KO_twosuperior" = 23; +"@MMK_R_KO_threesuperior" = 18; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 41; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = 21; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = 26; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 21; +"@MMK_R_KO_period.ss01" = 15; +"@MMK_R_KO_comma.ss01" = 15; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_underscore" = 54; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 14; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = 27; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 19; +"@MMK_R_KO_quotedblleft.ss01" = 4; +"@MMK_R_KO_quotedblright.ss01" = 14; +"@MMK_R_KO_quoteright.ss01" = 14; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -46; }; -f_y.liga = { -Ydieresis = -19; -ampersand = -6; -asciitilde = 0; -exclam.ss01 = 13; -germandbls = 22; +gcaron.ss06 = { +gcaron.ss06 = 29; }; -fi = { -asciitilde = -4; -germandbls = -2; -hbar = 0; -idieresis = 0; -jcircumflex = 0; -logicalnot = 0; +Ntilde = { +A = 21; +}; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 53; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = 40; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 36; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = 37; +"@MMK_R_KO_I.ss02" = 48; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 38; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 35; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 29; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -25; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = 25; +"@MMK_R_KO_comma" = 64; +"@MMK_R_KO_colon" = 30; +"@MMK_R_KO_semicolon" = 64; +"@MMK_R_KO_ellipsis" = 20; +"@MMK_R_KO_exclam" = 26; +"@MMK_R_KO_question" = 47; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 19; +"@MMK_R_KO_comma.ss01" = 37; +"@MMK_R_KO_colon.ss01" = 37; +"@MMK_R_KO_question.ss01" = 24; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = 69; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = 36; +"@MMK_R_KO_braceright" = 2; +"@MMK_R_KO_bracketright" = 7; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 19; +"@MMK_R_KO_quotedblleft.ss01" = 9; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_quoteright.ss01" = 7; +"@MMK_R_KO_trademark" = -33; +"@MMK_R_KO_asciicircum" = -16; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 29; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 26; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 26; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -1; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -fi.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 0; -parenright = -15; +guillemetleft = { +Dcroat = -12; +T = -68; +mu = -18; +twosuperior = -38; +braceright = -51; +minus = -29; +logicalnot = -20; +asciitilde = -35; }; -five = { -asciicircum = -61; -ordfeminine = -22; -ordmasculine = -22; -six = 7; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -31; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -22; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -57; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -58; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -54; +"@MMK_R_KO_asciicircum" = -31; }; -five.dnom = { -degree = -115; -parenright = -37; -question = -62; -question.ss01 = -63; -quotedbl = -90; -quotedblleft = -118; -quotedblright = -118; -quoteright = -64; -quotesingle = -61; +icircumflex = { +two = 37; +exclam.ss01 = 32; +parenright = -2; }; -five.numr = { -fraction = 8; +ihookabove = { +n = 0; }; -fiveinferior = { -T = -52; -W = -25; -parenright = -28; +guilsinglleft = { +twosuperior = -38; +braceright = -49; +logicalnot = -20; +asciitilde = -35; }; -fivesuperior = { -comma = -64; -comma.ss01 = -60; -fraction = 0; -period = -61; -period.ss01 = -61; -slash = -43; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -53; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = -44; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -111; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_t_t.liga" = -2; +}; +Uhornacute = { +exclam.ss01 = 21; }; -fl = { -backslash = 5; -ibreve = 0; +ocircumflexhookabove = { +parenright = 24; +bracketright = 11; +quotedblright = 0; +quotedbl = 0; +quotesingle = 15; +quotedblright.ss01 = -2; +}; +plusminus = { +one = -22; +parenright = -12; +}; +question = { +exclam = 16; +questiondown = -41; +questiondown.case = -28; +bracketright.case = -23; +}; +ordmasculine = { +period = -38; +comma = -44; +slash = -63; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -108; +parenright = -32; +parenright.case = -18; +}; +slash = { +Hbar = 29; +Oslash = 0; +hbar = 6; +ntilde = -23; +ncommaaccent = -29; +igrave = 0; +ibreve = 8; +icircumflex = 8; idieresis = 0; +imacron = 0; +itilde = 0; +jcircumflex = 9; +rcommaaccent = -30; +scaron = 0; +scircumflex = -5; +x = -30; idieresis.ss01 = 0; -jcircumflex = 0; +g.ss06 = -29; +gcommaaccent.ss06 = -17; +gdotaccent.ss06 = -22; +gdotaccent.ss01.ss06 = -17; +mu = -31; +oneinferior = -32; +fourinferior = -61; +eightinferior = -49; +backslash = 26; +ellipsis.ss01 = -77; +underscore = -77; +parenleft = 0; +quotesinglbase = -44; +quotedblbase = -77; +quotedblbase.ss01 = -77; +literSign = -6; +cent = 0; +euro = -12; +sterling = -18; +minus = -27; +asciicircum = -33; +infinity = -19; +integral = -28; +radical = -17; }; -four = { -asciicircum = -47; -braceright = -10; -bracketright.case = 0; -fivesuperior = -27; -hyphen = 24; -minus = -15; -ninesuperior = -24; -ordfeminine = -26; -ordmasculine = -26; -six = 9; -sixsuperior = -23; -trademark = -27; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 27; +"@MMK_R_KO_O" = 33; +"@MMK_R_KO_Oacute" = 31; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = 33; +"@MMK_R_KO_S" = 52; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 28; +"@MMK_R_KO_W" = 44; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = 7; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 16; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_sixsuperior" = 21; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 11; +"@MMK_R_KO_fivesuperior" = 14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 25; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 28; +"@MMK_R_KO_question" = 62; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = 41; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = 25; +"@MMK_R_KO_bracketright.case" = -3; +"@MMK_R_KO_quotedblright" = 29; +"@MMK_R_KO_quoteright" = 44; +"@MMK_R_KO_quotedbl" = 28; +"@MMK_R_KO_quotesingle" = 28; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 11; }; -four.dnom = { -degree = -118; +M = { +Hbar = 27; +hbar = 9; +igrave = 19; +ibreve = 26; +icaron = 18; +idieresis = 16; +idieresis.ss01 = 14; +}; +i = { +hbar = 0; +ntilde = 0; +idieresis = -2; +j = -2; +jcircumflex = 0; +s = 0; +germandbls = -9; +slash = -2; parenright = -36; -question = -61; -question.ss01 = -68; -quotedbl = -97; -quotedblleft = -118; -quotedblright = -118; -quoteright = -64; -quotesingle = -61; +braceright = -41; +bracketright = -40; +logicalnot = 0; }; -fourinferior = { -T = -54; -V = -45; -W = -31; -bracketright = -21; -parenright = -28; +macute = { +quotesingle = -33; }; -foursuperior = { -comma = -64; -comma.ss01 = -60; -fraction = -2; -period = -61; -period.ss01 = -61; -slash = -49; +greaterequal = { +one = -30; +three = -28; +seven = -51; +parenright = -36; +T = -59; }; -fraction = { -eight.dnom = 0; -fiveinferior = 0; -fourinferior = -23; -nineinferior = 0; -seven.dnom = 36; -seveninferior = 37; -sixinferior = -2; -two.dnom = 6; -twoinferior = 2; -zeroinferior = -3; +eogonek = { +parenright = -8; }; -g = { -backslash = -26; -iogonek = 0; -jcircumflex = 0; +fiveinferior = { +T = -61; +W = -29; +parenright = -35; }; -g.ss06 = { -colon.ss01 = 0; -hbar = 0; -idieresis = 0; -iogonek = 60; -jcircumflex = 20; +tcedilla = { +comma = 26; +parenright = 41; +bracketright = 14; }; -gbreve.ss06 = { -gbreve.ss06 = 23; +eightsuperior = { +A = -37; +fraction = 0; +period = -38; +comma = -44; +slash = -53; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -37; }; -gcaron.ss06 = { -gcaron.ss06 = 23; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -67; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -14; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -90; +"@MMK_R_KO_a" = -73; +"@MMK_R_KO_aacute" = -46; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -83; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -39; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -68; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -55; +"@MMK_R_KO_uacute" = -44; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -47; +"@MMK_R_KO_y" = -48; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_pi" = -45; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -77; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = -77; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -38; +"@MMK_R_KO_hyphen" = -90; +"@MMK_R_KO_endash" = -90; +"@MMK_R_KO_hyphen.case" = -90; +"@MMK_R_KO_endash.case" = -90; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_guillemetleft" = -90; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -90; +"@MMK_R_KO_percent" = 0; }; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 23; +ordfeminine = { +period = -38; +comma = -44; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -108; +parenright = -22; }; -gdotaccent.ss06 = { -gdotaccent.ss06 = 23; +Edotaccent = { +scaron = 6; }; -germandbls = { -a = 4; -a.ss05 = 4; -bracketright = -16; -c = 3; -comma = 0; -comma.ss01 = -32; -d = 4; -e = 3; -f = 5; -f_f.liga = 5; -f_f_i.liga = 5; -f_y.liga = 5; -fi = 5; -fl = 5; -g = 6; -g.ss06 = 3; -guillemetleft = 11; -guilsinglleft = 11; -hyphen = 22; -o = 4; -parenright = -39; -period = 0; -period.ss01 = -33; -quotedblleft = -14; -quotedblleft.ss01 = -25; -quoteleft = -14; -quotesingle = -12; -s = 0; -t = 5; -t_i.liga = 5; -t_i.liga.ss01 = 5; -t_t.liga = 5; -v = 0; -w = 0; -z = 0; +Oslash = { +Eth = 24; +T = 14; +Tcaron = 14; +V = 18; +Y = 4; +l.ss04 = 16; +sevensuperior = 21; +parenright = 11; +bracketright = 0; +parenright.case = 30; +bracketright.case = 0; }; -greater = { -J = 0; -T = -26; -X = -26; -Y = -25; -Z = -19; -greater = -56; -parenright = -55; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 36; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -56; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -56; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = -54; +"@MMK_R_KO_i" = -31; +"@MMK_R_KO_n" = -63; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -29; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -29; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = -59; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -50; +"@MMK_R_KO_w" = -50; +"@MMK_R_KO_x" = -57; +"@MMK_R_KO_y" = -54; +"@MMK_R_KO_z" = -62; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -50; +"@MMK_R_KO_t_t.liga" = -19; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_colon" = -38; +"@MMK_R_KO_semicolon" = -44; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -43; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -38; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -52; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_hyphen.case" = -50; +"@MMK_R_KO_parenleft" = -22; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_bracketright.case" = -27; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -67; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -63; }; -greaterequal = { -T = -47; -one = -21; -parenright = -25; -seven = -47; +seven.numr = { +fraction = 0; }; -guillemetleft = { -Tcedilla = -27; -g.ss06 = 12; -questiondown = 20; -quotedblbase = -14; -sevensuperior = -29; +at = { +underscore = -58; +parenright = -50; +bracketright = -35; +parenright.case = -29; +bracketright.case = -32; }; -guillemetright = { -Lslash = 11; -T = -34; -onesuperior = -33; -quotesinglbase = -53; -sevensuperior = -39; -sixsuperior = -37; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_icircumflex" = -1; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -39; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_braceright" = -41; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -79; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -66; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -43; }; -guilsinglleft = { -A = 31; -Adieresis = 31; -Aring = 31; -C = 0; -G = 0; -J = 34; -T = -32; -Tcommaaccent = -31; -V = 0; -W = 0; -X = 28; -Y = -8; -Yacute = -8; -Z = 29; -a = 0; -c = 0; -comma = 19; -d = 0; -e = 0; -f = 14; -f_f.liga = 14; -f_f_i.liga = 14; -f_y.liga = 14; -fi = 14; -fl = 14; -guilsinglleft = -27; -j = 0; -o = 0; -parenright = -20; -pi = 32; -s = 0; -semicolon = 31; -t = 15; -t_i.liga = 15; -t_t.liga = 15; -v = 29; -w = 27; -x = 33; -y = 28; -z = 33; +F = { +Hbar = 8; +adieresis.ss05 = -9; +i.ss01 = 0; +iacute = -7; +igrave = 70; +idieresis = -7; +zcaron = 8; +idieresis.ss01 = 55; +three = 0; +seven = 36; +twoinferior = 0; +threeinferior = -5; +fourinferior = -48; +fiveinferior = -19; +sixinferior = -24; +eightinferior = -18; +numbersign = -35; +ellipsis.ss01 = -99; +ampersand = -29; +multiply = -46; }; -guilsinglright = { -onesuperior = -31; -quotesinglbase = -57; -sevensuperior = -37; +nineinferior = { +parenright = -41; }; -h = { -abrevehookabove.ss05 = 0; -acircumflexhookabove.ss05 = 0; -backslash = -30; -e = 0; -registered = -27; -seven = -27; -yhookabove = 0; +parenright = { +icircumflex = 15; +parenleft = 26; +braceright = -26; +asciicircum = -25; }; -hyphen = { -Dcroat = -2; -Jcircumflex = -10; -Lslash = 20; -OE = 22; -Oslash = 16; -Tcedilla = -45; -Ycircumflex = -58; -Ydieresis = -58; -Ydieresis.ss01 = -58; -Ydotbelow = -58; -Ydotbelow.ss01 = -58; -Ygrave = -58; -braceright = -30; -four.numr = -83; -foursuperior = -94; -hyphen = -29; -l.ss03 = 2; -mu = -4; -one = -16; -one.numr = -42; -onesuperior = -49; -oslash = 16; -question.ss01 = -49; -questiondown = -27; -quotedbl = -126; -quotedblbase = -118; -quotedblbase.ss01 = -113; -quoteleft = -64; -quotesinglbase = -64; -seven.numr = -46; -sevensuperior = -54; -six.numr = -57; -sixsuperior = -64; -two = -17; -zero.numr = -58; +fivesuperior = { +A = -36; +fraction = 10; +period = -38; +comma = -44; +slash = -47; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -35; +guillemetleft = -29; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -48; +"@MMK_R_KO_Oacute" = -49; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -47; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = -76; +"@MMK_R_KO_U" = -49; +"@MMK_R_KO_V" = -93; +"@MMK_R_KO_W" = -68; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -97; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -39; +"@MMK_R_KO_i" = -21; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_j" = -21; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -31; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -56; +"@MMK_R_KO_y" = -61; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -20; +"@MMK_R_KO_t_t.liga" = -31; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = -55; +"@MMK_R_KO_one" = -46; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -140; +"@MMK_R_KO_five" = -40; +"@MMK_R_KO_six" = -52; +"@MMK_R_KO_seven" = -60; +"@MMK_R_KO_eight" = -36; +"@MMK_R_KO_nine" = -47; +"@MMK_R_KO_sixsuperior" = -116; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_foursuperior" = -104; +"@MMK_R_KO_sevensuperior" = -85; +"@MMK_R_KO_ninesuperior" = -116; +"@MMK_R_KO_asterisk" = -115; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -186; +"@MMK_R_KO_endash" = -162; +"@MMK_R_KO_hyphen.case" = -186; +"@MMK_R_KO_endash.case" = -162; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_parenright.case" = -10; +"@MMK_R_KO_guillemetleft" = -106; +"@MMK_R_KO_guillemetright" = -42; +"@MMK_R_KO_quotedbl" = -103; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -90; +"@MMK_R_KO_quotedblright.ss01" = -90; }; -hyphen.case = { -Dcroat = 28; -Jcircumflex = -10; -Lslash = 26; -Oslash = 21; -Tcedilla = -45; -Ycircumflex = -44; -bracketright.case = -31; -hyphen.case = -29; -parenleft.case = 26; -quotedblbase = -118; -quotedblbase.ss01 = -113; -quotesinglbase = -64; +lcaron = { +l = 27; +ncaron = 2; +lcaron = 27; +scaron = 0; +exclam.ss01 = 70; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 24; +"@MMK_R_KO_Oacute" = 26; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 21; +"@MMK_R_KO_aacute" = 21; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 21; +"@MMK_R_KO_eacute" = 21; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = 14; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_u" = 19; +"@MMK_R_KO_uacute" = 19; +"@MMK_R_KO_v" = 19; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 17; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = 32; +"@MMK_R_KO_endash" = 38; +"@MMK_R_KO_hyphen.case" = 45; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = -26; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -8; }; -i = { -asciitilde = -4; -germandbls = -2; -hbar = 0; -idieresis = 0; -jcircumflex = 0; +z = { logicalnot = 0; -p = -2; }; -i.ss01 = { -bracketright = -12; -idieresis.ss01 = 0; -jcircumflex = 0; -parenright = -15; +Eogonek = { +comma = 17; +parenright = 19; +}; +G = { +Eth = 20; +Hbar = 31; +Lslash = 17; +Oslash = 14; +hbar = 13; +idieresis = 12; +jcircumflex = 24; +eight = 17; +braceright.case = -23; +}; +eightinferior = { +parenright = -35; +}; +comma = { +twosuperior = -44; +threesuperior = -44; +fivesuperior = -44; +eightsuperior = -44; +}; +pi = { +pi = 46; +onesuperior = -15; +sevensuperior = -29; +period = 15; +comma = 11; +colon = 22; +slash = 0; +hyphen = -3; +parenright = -26; +braceright = -29; +bracketright = -26; +quoteright = -23; +quotesingle = 0; +trademark = -36; }; iacute = { -ccaron = 0; -j = 0; -jacute = -2; -parenright = 24; -rcaron = 0; -scaron = 0; -thorn = 0; -zcaron = 0; +a = -1; +c = -1; +ntilde = 0; +m = 0; +n = 0; +p = -2; +s = 0; }; -ibreve = { -T = 35; -exclam = 26; -i = 0; -imacron = 0; -l = 0; -l.ss04 = 0; -onesuperior = 21; -parenright = 28; -question = 35; -quotesingle = 31; -sevensuperior = 35; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 27; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_sixsuperior" = 54; +"@MMK_R_KO_onesuperior" = 90; +"@MMK_R_KO_twosuperior" = 82; +"@MMK_R_KO_threesuperior" = 77; +"@MMK_R_KO_foursuperior" = 36; +"@MMK_R_KO_fivesuperior" = 58; +"@MMK_R_KO_sevensuperior" = 102; +"@MMK_R_KO_eightsuperior" = 63; +"@MMK_R_KO_ninesuperior" = 67; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_exclam" = 71; +"@MMK_R_KO_question" = 89; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 67; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_parenright" = 66; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_quotedblleft" = 82; +"@MMK_R_KO_quoteleft" = 82; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_quotedbl" = 93; +"@MMK_R_KO_quotesingle" = 93; +"@MMK_R_KO_quotedblleft.ss01" = 68; }; -icircumflex = { -Icircumflex = 12; -i.ss01 = 0; -j.ss01 = 0; -ordfeminine = 0; -parenleft = 14; +Dcroat = { +Dcroat = 16; +Itilde = -3; }; -idieresis = { -Idieresis = 3; -Idieresis.ss02 = 16; -b = 0; -eightsuperior = -8; -exclam = 17; -fivesuperior = -11; -h = 0; -i = 0; -idieresis = 0; -j = 0; +jcircumflex = { +E = 16; +U = 18; k = 0; l = 0; -l.ss03 = 0; -l.ss04 = 0; -ninesuperior = -2; -onesuperior = -2; -parenright = -16; -question = 19; -quotedbl = 13; -quotedblright = 8; -quotesingle = 13; -sevensuperior = 12; -sixsuperior = -7; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -threesuperior = -2; -twosuperior = 0; +i = -2; +j = 0; +jcircumflex = 0; +two = 39; +bracketright = 2; +quotedblleft = 37; +quotedblright = 28; +quoteleft = 46; +quoteright = 42; +quotedbl = 29; +quotesingle = 33; +quotedblright.ss01 = 15; +quoteright.ss01 = 15; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 30; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 32; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = 10; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 47; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -11; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_twosuperior" = 19; +"@MMK_R_KO_threesuperior" = 14; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 38; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 49; +"@MMK_R_KO_hyphen.case" = 15; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -58; }; -idieresis.ss01 = { -b = 0; -comma.ss01 = -29; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 0; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +gbreve.ss06 = { +gbreve.ss06 = 29; }; -idotaccent = { -idieresis = 0; -jcircumflex = 0; +R = { +Hbar = 39; +Oslash = 11; +hbar = 17; +idieresis = 18; +jcircumflex = 25; +idieresis.ss01 = 16; +two = 16; +three = 16; +eight = 16; +nine = 11; +greater = 37; +logicalnot = -8; }; -idotaccent.ss01 = { -parenright = -15; +idieresis.ss01 = { +Idieresis.ss01 = 14; +exclam.ss01 = 20; }; -idotbelow = { -comma = 11; -j = 0; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -55; +question.ss01 = -55; +parenright = -45; +quotedblleft = -55; +quotedblright = -55; +quoteleft = -44; +quoteright = -44; +quotedbl = -55; +quotesingle = -38; +quotedblleft.ss01 = -55; +quoteleft.ss01 = -37; +quotedblright.ss01 = -55; +quoteright.ss01 = -37; +degree = -55; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 36; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -56; +"@MMK_R_KO_aacute" = -19; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -56; +"@MMK_R_KO_i" = -28; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = -59; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -50; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_colon" = -38; +"@MMK_R_KO_semicolon" = -44; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -52; +"@MMK_R_KO_hyphen.case" = -50; +"@MMK_R_KO_parenleft" = -18; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -65; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 21; }; -idotbelow.ss01 = { -period.ss01 = -35; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_pi" = -5; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_two" = -20; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 38; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = -51; +"@MMK_R_KO_eight" = 20; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_sixsuperior" = -80; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_foursuperior" = -103; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_ninesuperior" = -77; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -38; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -36; +"@MMK_R_KO_quotedbl" = -103; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -90; +"@MMK_R_KO_quotedblright.ss01" = -90; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = -34; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = -4; +"@MMK_R_KO_imacron" = -3; +"@MMK_R_KO_itilde" = -4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 17; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -30; +"@MMK_R_KO_comma" = -34; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_backslash" = -10; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -51; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -42; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -13; }; -igrave = { -parenright = -35; +Tcedilla = { +aacute = -56; +acircumflex.ss05 = -24; +amacron.ss05 = -34; +abreve.ss05 = 0; +endash.case = -52; }; -ihookabove = { -comma.ss01 = -29; -period.ss01 = -35; -quotedbl = 25; -quotedblright = 26; +Yacute = { +Eth = -4; +Oslash = -13; +a.ss05 = -59; +ellipsis.ss01 = -100; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -27; +"@MMK_R_KO_comma" = -33; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -56; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_bracketright.case" = -37; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -16; }; -imacron = { -I = 10; -N = 10; -P = 9; -S = 30; -V = 31; -b = 0; -bracketright = -9; -ccaron = 0; -comma.ss01 = -29; -eightsuperior = 0; -exclam = 27; -fivesuperior = 0; -h = 0; -i = 0; -ibreve = 0; -imacron = 0; -j = 0; -j.ss01 = 0; -k = 0; -kcommaaccent = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 0; -lcommaaccent = 0; -lcommaaccent.ss03 = 0; -lcommaaccent.ss04 = 0; -ninesuperior = 9; +greater = { +parenright = -27; +bracketright = -11; +parenright.case = -11; +bracketright.case = -12; +greater = -77; +}; +ecircumflexacute = { onesuperior = 0; -parenright = -5; -period.ss01 = -35; -question = 13; -quotedbl = 7; -quotedblleft = 12; -quotedblleft.ss01 = 10; -quotedblright = 8; -quotedblright.ss01 = 0; -quoteleft = 12; -quoteright = 10; -quotesingle = 7; -scaron = 0; -sevensuperior = 36; -sixsuperior = 2; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -thorn = 0; -threesuperior = 14; -twosuperior = 20; -zcaron = 0; +sevensuperior = 15; +parenright = 22; +bracketright = 0; +quotedbl = -3; +quotesingle = -2; }; -infinity = { -bracketright = -25; -parenright = -70; -parenright.case = -59; +Uhorn = { +exclam.ss01 = 21; }; -integral = { -A = -27; -a = -38; -d = -38; -e = -39; -integral = -28; -s = -36; +Rcommaaccent = { +parenright = -21; }; -iogonek = { -comma = 0; -iogonek = 0; -j = 0; -parenright = 2; +question.ss01 = { +questiondown.case = -28; +questiondown.ss01 = -44; }; -itilde = { -N = 23; -b = 0; -comma.ss01 = -29; -eightsuperior = 7; -exclam = 40; -fivesuperior = 0; -h = 0; -i = 0; -itilde = 0; -j = 0; -k = 0; -l = 0; -ninesuperior = 14; -onesuperior = 33; -parenright = 0; -period.ss01 = -35; -question = 41; -quotedbl = 34; -quotedblright = 29; -quotedblright.ss01 = 11; -quoteright = 29; -quotesingle = 34; -sevensuperior = 41; -sixsuperior = 5; -t = 0; -threesuperior = 22; -twosuperior = 27; +onesuperior = { +A = -35; +fraction = 21; +period = -38; +comma = -44; +slash = -48; +period.ss01 = -38; +comma.ss01 = -37; }; -j = { -braceright = 0; -bracketright = 0; -comma = 11; -hbar = 0; -idieresis = 0; -iogonek = 0; -j = 0; -jcircumflex = 0; -parenright = 10; -semicolon = 11; -slash = 13; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -45; +"@MMK_R_KO_Oacute" = -45; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -44; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = -48; +"@MMK_R_KO_V" = -80; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -46; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -41; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = 43; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_y" = 26; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_zero" = -49; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -43; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_five" = -53; +"@MMK_R_KO_six" = -50; +"@MMK_R_KO_seven" = -46; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -56; +"@MMK_R_KO_parenright" = 32; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetright" = -67; +"@MMK_R_KO_quotedbl" = -70; +"@MMK_R_KO_quotesingle" = -38; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -12; +"@MMK_R_KO_Z" = -30; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -115; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 39; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_itilde" = 37; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 13; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 21; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = 14; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 5; +"@MMK_R_KO_foursuperior" = 25; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 15; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -153; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 30; +"@MMK_R_KO_asterisk" = 32; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_backslash" = 12; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 10; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = -128; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = -32; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 14; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_quoteright.ss01" = 8; +"@MMK_R_KO_trademark" = -17; +"@MMK_R_KO_asciicircum" = -9; }; -j.ss01 = { -bracketright = 4; -comma.ss01 = -20; -j.ss01 = 0; -parenright = 10; -slash = 13; +t_i.liga = { +hbar = -18; +idieresis = -19; +jcircumflex = -18; +lcommaaccent = -18; +germandbls = -24; +logicalnot = 0; }; -jacute = { -adieresis.ss05 = 0; -backslash = 38; -ccaron = 0; -comma = 11; -hbar = 0; -hcircumflex = 0; -i.ss01 = 0; -iacute = -2; -idieresis = 0; -idotaccent.ss01 = 0; -iogonek = 0; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = 4; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -37; +"@MMK_R_KO_asterisk" = -41; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 36; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -78; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -38; +"@MMK_R_KO_quotesingle" = -36; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -67; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -45; +}; +adieresis.ss05 = { +germandbls = -10; +}; +a = { +l = 0; +idieresis = -2; +jcircumflex = -1; +s = 0; +germandbls = -11; +notequal = -27; +logicalnot = 0; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 31; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 46; +"@MMK_R_KO_W" = 50; +"@MMK_R_KO_X" = 20; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 54; +"@MMK_R_KO_J.ss10" = -72; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = -43; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -40; +"@MMK_R_KO_n" = -32; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = 26; +"@MMK_R_KO_two" = 12; +"@MMK_R_KO_three" = 7; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_five" = 16; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = 53; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 42; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = 42; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_ellipsis" = -94; +"@MMK_R_KO_question" = 28; +"@MMK_R_KO_asterisk" = 40; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_hyphen" = -51; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_endash.case" = -23; +"@MMK_R_KO_parenright" = 10; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = 28; +"@MMK_R_KO_quotedblleft" = 19; +"@MMK_R_KO_quotedblright" = 31; +"@MMK_R_KO_quoteleft" = 19; +"@MMK_R_KO_quoteright" = 32; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = 31; +"@MMK_R_KO_quotesingle" = 31; +"@MMK_R_KO_quotedblleft.ss01" = 11; +"@MMK_R_KO_quotedblright.ss01" = 15; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -33; +"@MMK_R_KO_percent" = 0; +}; +icaron = { +icaron = 0; j = 0; -jcircumflex = 0; -rcaron = 0; -scaron = 0; -semicolon = 11; -seven = 51; -slash = 13; -zcaron = 0; +parenright = 15; +quotedbl = 30; +quotesingle = 34; }; -jcircumflex = { -hcircumflex = 0; -i.ss01 = 0; -jcircumflex = 0; -scircumflex = 0; +braceleft.case = { +braceright.case = 41; +at = -39; +minus = -40; +logicalnot = -45; +asciicircum = -64; }; -k = { -ampersand = -3; -asciitilde = -18; -exclam.ss01 = 19; -iogonek = 5; -logicalnot = -12; -minus = -20; -plus = -17; -two = 15; -yhookabove = 8; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 8; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -28; }; -l = { -Hbar = 5; -at = 0; -backslash = 5; -hbar = 0; -ibreve = 0; -idieresis = 0; -idieresis.ss01 = 0; -jcircumflex = 0; -l = 0; +uhorndotbelow = { +a = 0; +a.ss05 = 0; +c = 0; n = 0; -periodcentered.loclCAT = 0; -plus = -7; +period = 0; +comma = 0; +ellipsis = -18; +question = 62; +parenright = 0; +quotedblright = 39; +quotedbl = 40; }; -l.ss03 = { -iogonek = 0; -jcircumflex = 0; -periodcentered.loclCAT = -4; +g.ss06 = { +oslash = 18; +iogonek = 17; +jcircumflex = 12; +gcircumflex.ss06 = 29; +notequal = -28; +logicalnot = 0; }; -l.ss04 = { -ibreve = 0; -idieresis = 0; -jcircumflex = 0; +yacute = { +T = 0; +eth = -7; +parenright = -11; }; -lcaron = { -exclam.ss01 = 79; -ncaron = 0; -scaron = 15; +Imacron = { +Imacron = 2; +imacron = 26; +parenright.case = 3; }; -lcaron.ss03 = { -b = 23; -bracketright = 83; -ccaron = 0; -comma = 20; -eightsuperior = 43; -exclam = 76; -exclam.ss01 = 75; -fivesuperior = 37; -h = 23; -i = 2; -i.ss01 = 15; -j = 2; -j.ss01 = 14; -k = 23; -l.ss03 = 25; -lcaron.ss03 = 25; -m = 0; -n = 0; -ncaron = 0; -ninesuperior = 48; -onesuperior = 68; -parenright = 72; -period = 15; -question = 81; -question.ss01 = 57; -quotedbl = 78; -quotedblleft = 67; -quotedblleft.ss01 = 49; -quoteleft = 67; -quoteleft.ss01 = 49; -quotesingle = 78; -s = 0; -scaron = 11; -sevensuperior = 78; -sixsuperior = 37; -t = 16; -t_i.liga = 16; -t_t.liga = 16; -threesuperior = 45; -twosuperior = 50; -u = 0; -uacute = 0; -v = 5; -zcaron = 37; +exclamdown.ss01 = { +T = -58; +V = -18; +Y = -50; +j.ss01 = 20; }; -lcaron.ss04 = { -exclam.ss01 = 79; -ncaron = 0; -scaron = 15; +oacute = { +seven = -6; }; -lcommaaccent = { -j = 0; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -56; +"@MMK_R_KO_Oacute" = -57; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -54; +"@MMK_R_KO_S" = -38; +"@MMK_R_KO_T" = -75; +"@MMK_R_KO_U" = -56; +"@MMK_R_KO_V" = -93; +"@MMK_R_KO_W" = -68; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -96; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -43; +"@MMK_R_KO_eacute" = -42; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -53; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_y" = -61; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = -18; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_pi" = -24; +"@MMK_R_KO_zero" = -62; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -36; +"@MMK_R_KO_four" = -139; +"@MMK_R_KO_five" = -48; +"@MMK_R_KO_six" = -60; +"@MMK_R_KO_seven" = -59; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -54; +"@MMK_R_KO_sixsuperior" = -116; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_foursuperior" = -104; +"@MMK_R_KO_sevensuperior" = -85; +"@MMK_R_KO_ninesuperior" = -116; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_question" = -59; +"@MMK_R_KO_asterisk" = -115; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -187; +"@MMK_R_KO_endash" = -162; +"@MMK_R_KO_hyphen.case" = -187; +"@MMK_R_KO_endash.case" = -162; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_bracketright" = -57; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -106; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = -103; +"@MMK_R_KO_quotesingle" = -38; }; -ldot.ss01 = { -a = 13; -comma.ss01 = -44; -e = 13; -period.ss01 = -54; +yen = { +zero = -8; +one = 0; +two = 0; +three = 0; +four = 0; +six = -9; +foursuperior = -22; +period = -38; +comma = -44; +colon = -27; +semicolon = -31; +slash = -25; +period.ss01 = -38; +comma.ss01 = -37; +colon.ss01 = -38; +semicolon.ss01 = -37; +}; +idotaccent.ss01 = { +parenright = -14; +}; +ldot.ss01.ss04 = { +period.ss01 = -17; +comma.ss01 = -16; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 57; +"@MMK_R_KO_H" = 22; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 42; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 37; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 60; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 15; +"@MMK_R_KO_icircumflex" = 15; +"@MMK_R_KO_imacron" = 15; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = 30; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -28; +"@MMK_R_KO_threesuperior" = -39; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_fivesuperior" = -46; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = -40; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = 14; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = -27; +"@MMK_R_KO_asterisk" = -45; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_backslash" = -32; +"@MMK_R_KO_period.ss01" = 9; +"@MMK_R_KO_comma.ss01" = 9; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -40; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_underscore" = 48; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -53; +"@MMK_R_KO_quoteleft" = -41; +"@MMK_R_KO_quoteright" = -36; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -55; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -75; +"@MMK_R_KO_asciicircum" = -71; +}; +agrave.ss05 = { +T = -50; +Y = -68; +}; +B = { +Hbar = 38; +Lslash = 16; +hbar = 20; +idieresis = 21; +jcircumflex = 29; +idieresis.ss01 = 22; +two = 13; +three = 24; +five = 20; +eight = 30; +nine = 6; +ampersand = 6; +greater = 42; }; -ldot.ss01.ss04 = { -comma.ss01 = -44; -period.ss01 = -54; +Tcaron = { +endash.case = -52; }; -ldot.ss04 = { -a = 13; -e = 13; -o = 13; +oslash = { +d = 7; +k = 0; +l = 0; +e = 6; +eth = 7; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 9; +m = 0; +n = 0; +r = 0; +j = 2; +s = 4; +t = 0; +v = 0; +y = 0; +l.ss03 = 3; +t_i.liga = 0; +t_t.liga = 0; +period = -5; +comma = -3; +slash = 0; +period.ss01 = -26; +comma.ss01 = -21; +hyphen = 15; +parenright = -38; +bracketright = -31; }; -less = { -S = 45; -less = -56; -parenright = -35; -three = 53; +guilsinglright = { +x = -49; +threesuperior = -44; +fivesuperior = -55; +eightsuperior = -49; +colon = -38; +semicolon = -44; +questiondown = -52; +question.ss01 = -80; +questiondown.ss01 = -52; +braceright = -57; +braceright.case = -54; +bracketright.case = -52; +quotesinglbase = -44; +quotedblbase = -84; +quotedblbase.ss01 = -90; +quoteright.ss01 = -37; }; -lessequal = { -n = -18; -parenright = -26; +adieresis = { +germandbls = -8; }; liraTurkish = { -foursuperior = -53; -one = -21; -onesuperior = -41; -parenright = -65; -question = -33; -question.ss01 = -44; -quotedbl = -54; -quotesingle = -54; -seven = -34; -sevensuperior = -47; -sixsuperior = -52; +one = -27; +two = -8; +seven = -32; +sixsuperior = -49; +onesuperior = -31; +threesuperior = -43; +foursuperior = -44; +fivesuperior = -48; +sevensuperior = -40; +eightsuperior = -44; +ninesuperior = -43; +period = -36; +comma = -38; +colon = -38; +semicolon = -44; +question = -31; slash = 0; -two = -14; +period.ss01 = -38; +comma.ss01 = -37; +colon.ss01 = -38; +question.ss01 = -43; +parenright = -51; +parenright.case = -29; +quotedbl = -56; +quotesingle = -38; }; -literSign = { -parenright = -33; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 56; +"@MMK_R_KO_H" = 27; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 55; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 63; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 17; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_i" = 17; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 28; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 30; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_colon" = 30; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 39; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 19; +"@MMK_R_KO_colon.ss01" = 29; +"@MMK_R_KO_question.ss01" = -33; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = 29; +"@MMK_R_KO_bracketright.case" = -17; +"@MMK_R_KO_quotedblleft" = -74; +"@MMK_R_KO_quotedblright" = -78; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -74; +"@MMK_R_KO_quoteright.ss01" = -37; }; -logicalnot = { -one = -20; -parenright = -60; -parenright.case = -33; -seven = -48; -two = -10; -y = -6; +quotedblbase = { +Dcroat = -16; +Iogonek = 22; +Lslash = -16; +Oslash = -2; +oslash = 0; +p = -5; +iogonek = 28; +jcircumflex = 0; +germandbls = -37; +l.ss03 = -15; +g.ss06 = 19; +numbersign = -56; +parenleft = -23; +parenleft.case = -47; +at = -48; +copyright = -84; +published = -84; +literSign = -76; +dollar = -51; +euro = -82; +minus = -84; +multiply = -84; +divide = -84; +equal = -84; +approxequal = -84; }; -lslash.ss03 = { -comma = 14; -period = 8; +D = { +Dcroat = 27; +Eth = 27; +Hbar = 22; +Iogonek = 5; +Lslash = 26; +Oslash = 22; +lacute = 10; +zero = 16; +five = 5; +six = 13; +eight = 27; +endash.case = 20; +parenleft.case = 16; +braceright.case = -31; +at = 24; +less = 46; }; -m = { -backslash = -30; -comma = 3; -e = 0; -hyphen = 3; -multiply = -25; -ordmasculine = -37; -parenleft = 8; -period = 3; -registered = -27; -seven = -27; -wgrave = -2; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_Oacute" = -32; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = -35; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -38; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -38; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -14; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = -76; +"@MMK_R_KO_sixsuperior" = -91; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_twosuperior" = -88; +"@MMK_R_KO_threesuperior" = -92; +"@MMK_R_KO_foursuperior" = -83; +"@MMK_R_KO_fivesuperior" = -94; +"@MMK_R_KO_sevensuperior" = -83; +"@MMK_R_KO_eightsuperior" = -90; +"@MMK_R_KO_ninesuperior" = -89; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -40; +"@MMK_R_KO_asterisk" = -77; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -64; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -51; +"@MMK_R_KO_hyphen" = -76; +"@MMK_R_KO_endash" = -79; +"@MMK_R_KO_underscore" = 47; +"@MMK_R_KO_hyphen.case" = -76; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_braceright" = -40; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -37; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -90; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -87; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -90; +"@MMK_R_KO_quotedblright.ss01" = -90; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -93; +"@MMK_R_KO_asciicircum" = -114; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 49; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 28; +"@MMK_R_KO_w" = 27; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 21; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_twosuperior" = 17; +"@MMK_R_KO_threesuperior" = 15; +"@MMK_R_KO_foursuperior" = 29; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 40; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 31; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_underscore" = -17; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_quoteright.ss01" = 12; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -35; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -50; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = -44; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -22; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -43; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = -40; +"@MMK_R_KO_two" = -39; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -20; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = -68; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -31; +"@MMK_R_KO_sixsuperior" = -56; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_ninesuperior" = -53; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_ellipsis" = -99; +"@MMK_R_KO_question" = -71; +"@MMK_R_KO_asterisk" = -99; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -9; +"@MMK_R_KO_endash.case" = -29; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = -98; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -90; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = -54; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -1; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -1; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -24; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 16; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 17; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = 5; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 21; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_foursuperior" = 17; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = 25; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = -38; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_hyphen.case" = -38; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_degree" = -5; +"@MMK_R_KO_plus" = -38; +"@MMK_R_KO_percent" = 0; }; -minus = { -A = -15; -I.ss02 = -16; -T = -45; -V = -18; -X = -47; -Y = -45; -Z = -39; -comma = -64; -comma.ss01 = -60; -eight = -3; -four = 0; -one = -17; -parenright = -84; -parenright.case = -72; -period = -61; -period.ss01 = -61; -quotedblleft = -118; -quotedblright = -118; -seven = -57; -seven.numr = -26; -tenge = -68; -three = -41; -two = -57; -x = -17; -yen = -25; +ohorndotbelow.ss01 = { +c = 5; +i.ss01 = 0; +n = 0; +p = 0; +t = 0; +u = 3; +t_i.liga.ss01 = 3; +t_t.liga = 3; }; -mu = { -braceright = -36; -bracketright = -36; -comma.ss01 = -29; -hyphen = -4; -mu = -13; -one = -27; -onesuperior = -38; -parenright = -36; -period.ss01 = -35; -pi = -3; -quotedbl = -32; -quotedblleft = -69; -quotedblright = -50; -quoteleft = -64; -quoteright = -50; -quotesingle = -32; -sevensuperior = -44; -trademark = -62; -twosuperior = -26; +t_i.liga.ss01 = { +parenright = -32; }; -multiply = { -A = -23; -P = -24; -T = -69; -Y = -45; -five = -19; -one = -36; -p = -25; -parenright = -92; -parenright.case = -79; -two = -25; +endash = { +x = -36; +one.numr = -19; +four.numr = -70; +seven.numr = -28; +colon = -38; +semicolon = -44; +questiondown = -43; +question.ss01 = -65; +questiondown.ss01 = -44; +endash = 0; +quotedblbase = -84; +quotedblbase.ss01 = -90; +quoteright.ss01 = -37; }; -n = { -Tcedilla = -54; -asciitilde = 0; -at = 0; -backslash = -30; -degree = -77; -e = 0; -greaterequal = -17; -guilsinglright = 0; +Ygrave = { +ellipsis.ss01 = -100; +endash.case = -41; +}; +fraction = { +zero.dnom = 0; +two.dnom = 15; +four.dnom = -7; +eight.dnom = 0; +zeroinferior = -3; +twoinferior = 11; +fourinferior = -7; +fiveinferior = 8; +sixinferior = -2; +seveninferior = 50; +nineinferior = 5; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -1; +"@MMK_R_KO_Oacute" = 1; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +}; +g = { +l = 0; +iogonek = 0; jcircumflex = 0; +}; +m = { +ordfeminine = -36; +ordmasculine = -36; +seven = -35; +registered = -23; logicalnot = 0; -multiply = -25; +}; +ohorntilde = { +i = 0; +idotaccent = 0; +i.ss01 = 0; n = 0; -ordmasculine = -36; -parenleft = 8; -registered = -27; -seven = -27; +period = -5; +comma = -4; +period.ss01 = -23; +comma.ss01 = -22; +parenright = -23; +quotedbl = 3; }; -ncaron = { -Yacute = -11; -parenright = -22; +hyphen.case = { +Dcroat = 33; +Lslash = 19; +Oslash = 20; +one.numr = -5; +seven.numr = -9; +question.ss01 = -69; +parenleft.case = 15; +braceright.case = -41; +bracketright.case = -30; +quotesinglbase = -44; +quotedblbase = -84; +quotedblbase.ss01 = -90; +quoteright.ss01 = -37; +dollar = -46; }; -nine = { -braceright = -24; -bracketright.case = -17; -ordmasculine = -9; -six = 16; -trademark = -34; +ohornhookabove = { +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +m = 0; +n = 0; +period = -5; +comma = -4; +period.ss01 = -23; +comma.ss01 = -22; +parenright = -23; +bracketright = -30; +guillemetright = 0; +quotedbl = 3; }; -nine.dnom = { -degree = -133; -parenright = -50; -question = -65; -question.ss01 = -66; -quotedbl = -118; -quotedblleft = -118; -quotedblleft.ss01 = -113; -quotedblright = -118; -quotedblright.ss01 = -113; -quoteright = -64; -quotesingle = -61; +y = { +germandbls = 9; +zeroinferior = -19; +twoinferior = -11; +ampersand = -20; +logicalnot = 0; +asciitilde = 0; }; -nineinferior = { -parenright = -35; +Idotaccent.ss02 = { +endash.case = -16; }; -ninesuperior = { -comma = -64; -comma.ss01 = -60; -fraction = -5; -period = -61; -period.ss01 = -61; -slash = -51; +Scedilla = { +idieresis = 24; }; -notequal = { -N = -20; -b = -27; -parenright = -29; -zero = -12; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 13; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 15; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = -1; +"@MMK_R_KO_foursuperior" = 21; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 30; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 3; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -1; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -1; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = -5; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_question" = -1; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -1; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_degree" = -20; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; }; -ntilde = { -parenright = -32; +f = { +f = 8; +f_f.liga = 0; +f_y.liga = 0; +fl = 0; +igrave = -1; +idieresis = -2; +seven = 38; +ampersand = -19; }; -numbersign = { -A = -2; -C = 14; -J = -7; -T = -29; -V = -4; -X = -22; -Y = -17; -bracketright = -16; -comma = -32; -comma.ss01 = -57; -eight = 17; -four = 14; -nine = 13; -one = -12; -parenright = -38; -parenright.case = -28; -period = -32; -period.ss01 = -61; -six = 13; -three = 5; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -37; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -37; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = -37; +"@MMK_R_KO_V" = -89; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -90; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -37; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -30; +"@MMK_R_KO_v" = -37; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = -37; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -24; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_five" = -34; +"@MMK_R_KO_six" = -37; +"@MMK_R_KO_seven" = -37; +"@MMK_R_KO_eight" = -30; +"@MMK_R_KO_nine" = -37; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_endash" = -90; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_endash.case" = -90; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -90; +"@MMK_R_KO_plus" = -37; +"@MMK_R_KO_percent" = -37; }; numero = { -one = 5; +period = -38; +comma = -44; +period.ss01 = -38; +comma.ss01 = -37; parenright = -28; -period = -61; +parenright.case = -17; }; -o = { -Ydieresis = -54; -Ydieresis.ss01 = -54; -backslash = -28; -bracketright = -23; -gbreve.ss06 = 3; -gcircumflex.ss06 = 3; -gcommaaccent.ss06 = 3; -germandbls = -2; -logicalnot = 6; -n = 0; -parenleft = 15; -quotedbl = -42; -quotedblright = -76; -quoteright = -64; -quotesingle = -42; -registered = -27; -seven = -30; -tbar = 0; -two = -9; +cent = { +onesuperior = -20; +sevensuperior = -32; +period = -37; +comma = -42; +slash = -14; +period.ss01 = -38; +comma.ss01 = -37; +parenright = -48; +bracketright = -36; +parenright.case = -29; +bracketright.case = -36; }; -oacute = { -parenright = -25; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = 19; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 46; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = 37; +"@MMK_R_KO_imacron" = 45; +"@MMK_R_KO_itilde" = 54; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = -16; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 32; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 25; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 26; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = 10; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -42; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_asterisk" = 35; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_backslash" = 36; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_underscore" = -43; +"@MMK_R_KO_hyphen.case" = -6; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 21; +"@MMK_R_KO_asciicircum" = -25; }; -ocircumflex = { -T = -38; +Icircumflex = { +Icircumflex = 2; +l = 2; +icircumflex = 19; +l.ss03 = 2; +l.ss04 = 4; +parenright = 7; +bracketright = 0; +parenright.case = 31; +bracketright.case = 0; }; -ocircumflexgrave = { -comma = -8; -comma.ss01 = -37; -guillemetright = -2; -hyphen = 15; -parenright = -19; -period = -7; -period.ss01 = -40; -quotedbl = -22; -quotedblright = -14; +iogonek = { +iogonek = 0; +j = 0; }; -ocircumflexhookabove = { -comma = -8; -comma.ss01 = -37; -guillemetright = -3; -hyphen = 15; -parenright = 18; -period = -7; -period.ss01 = -40; -quotedbl = -5; -quotedblright = 0; +uhorn = { +a = 0; +a.ss05 = 0; +ohorn = 0; +ohorndotbelow = 0; +ohorndotbelow.ss01 = 0; +ohorngrave = 0; +ohornacute = 0; +ohornhookabove = 0; +ohorntilde = 0; +period = 0; +comma = 0; +ellipsis = -18; +question = 62; +period.ss01 = -20; +ellipsis.ss01 = -22; +comma.ss01 = -17; +parenright = 0; +quotedblright = 39; +quotedbl = 40; }; -ocircumflextilde = { -parenright = -9; +underscore = { +g.ss06 = 32; +underscore = 17; +parenleft.case = -35; }; -odieresis = { -gbreve.ss06 = 3; -germandbls = -2; -parenright = -54; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -21; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -39; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = -39; +"@MMK_R_KO_n" = -42; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -40; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -31; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_two" = -18; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = -16; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_period" = -30; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -22; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -49; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -36; +"@MMK_R_KO_degree" = -50; +"@MMK_R_KO_plus" = -32; }; -odieresis.ss01 = { -germandbls = -2; +W = { +Hbar = 45; +adieresis.ss05 = -3; +igrave = 55; +idieresis = 41; +scaron = 8; +idieresis.ss01 = 41; +six = -3; +seven = 35; +threeinferior = -27; +ampersand = -24; +plus = -5; +minus = -6; +notequal = -29; +logicalnot = 0; +asciitilde = -6; }; -ohookabove = { -parenright = -37; +Aogonek = { +Lslash = 16; +period = 23; +comma = 31; +endash.case = -26; +parenright = 0; +bracketright = 0; }; -ohorn = { -comma = -8; -comma.ss01 = -37; -hyphen = 14; -parenright = -54; -period = -8; -period.ss01 = -41; -quotedbl = -20; -quotedblright = -12; -u = 0; +Z = { +Lslash = -3; +igrave = 46; +ibreve = 45; +icaron = 42; +zero = -21; +two = 13; +six = -22; +seven = 27; +numbersign = -25; +endash.case = -38; +at = -28; +plus = -49; +minus = -49; +divide = -49; +equal = -26; +less = -28; +logicalnot = -46; +asciitilde = -53; }; -ohornacute = { -c = 5; -parenright = -26; -t = 0; -t_i.liga = 0; -t_t.liga = 0; +emdash = { +x = -32; +zero.numr = -76; +one.numr = -55; +three.numr = -70; +four.numr = -95; +five.numr = -75; +six.numr = -76; +seven.numr = -66; +eight.numr = -74; +nine.numr = -72; +threesuperior = -74; +fivesuperior = -80; +eightsuperior = -79; +colon = -38; +semicolon = -44; +questiondown = -35; +question.ss01 = -59; +questiondown.ss01 = -35; +quotedblbase = -84; +quotedblbase.ss01 = -90; +quoteleft.ss01 = -37; +quoteright.ss01 = -37; }; -ohorndotbelow = { -c = 5; -comma = -8; -parenright = -33; -period = -8; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -u = 0; +tbar = { +a = 31; +e = 31; +tbar = 59; }; -ohorndotbelow.ss01 = { -c = 5; -comma.ss01 = -37; -parenright = -35; -period.ss01 = -41; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +eng = { +j = 0; +slash = 20; +parenright = 0; +bracketright = 0; }; -ohorngrave = { -comma = -8; -comma.ss01 = -37; -parenright = -54; -period = -8; -period.ss01 = -41; -quotedbl = -20; -quotedblright = -12; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -66; +"@MMK_R_KO_H" = -31; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_J" = -52; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -73; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -75; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = -86; +"@MMK_R_KO_I.ss02" = -47; +"@MMK_R_KO_J.ss10" = -176; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -28; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -31; +"@MMK_R_KO_i" = -32; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = -31; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_t_t.liga" = -12; }; -ohornhookabove = { -comma = -8; -comma.ss01 = -37; -parenright = -37; -period = -8; -period.ss01 = -41; -quotedbl = -18; -quotedblright = -4; +percent = { +twosuperior = -27; +threesuperior = -55; +fivesuperior = -66; +eightsuperior = -63; +question.ss01 = -67; +bracketright.case = -35; +quoteright.ss01 = -37; }; -ohorntilde = { -comma = -8; -comma.ss01 = -37; -parenright = -40; -period = -8; -period.ss01 = -41; +Uhornhookabove = { +exclam.ss01 = 21; }; -ohungarumlaut = { -b = 0; -bracketright = 0; -h = 0; -i = 0; -j = 0; -k = 0; -l = 0; -l.ss04 = 3; -parenright = -2; -quotedbl = -4; -quotedblright = 0; -sevensuperior = -6; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -81; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -9; }; -omacron = { -T = -29; -parenright = -50; +uhorngrave = { +a = 0; +a.ss05 = 0; +o = 0; +n = 0; +period = 0; +comma = 0; +period.ss01 = -17; +comma.ss01 = -17; +parenright = 0; +quotedblright = 39; +quotedbl = 40; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -1; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -13; +"@MMK_R_KO_asciicircum" = -32; }; -one = { -bracketright = -9; -colon.ss01 = -16; -comma = -2; -comma.ss01 = -22; -degree = -20; -equal = 0; -four = 0; -icircumflex = 12; -multiply = -26; -one = 0; -ordfeminine = -11; -ordmasculine = -11; -parenright = -12; -parenright.case = 0; -percent = 0; -period = -2; -period.ss01 = -24; -seven = 0; -slash = -2; -three = 0; -two = 0; -zero = 0; +a.ss05 = { +p = 0; +jcircumflex = 0; +germandbls = -10; +gbreve.ss06 = 15; +gcircumflex.ss06 = 15; +ordfeminine = -37; +ordmasculine = -38; +seven = -32; +notequal = -28; +logicalnot = 0; }; -one.dnom = { -degree = -78; -one.dnom = 0; -parenright = -35; -question = -67; -question.ss01 = -67; -quotedbl = -78; -quotedblleft = -78; -quotedblright = -78; -quoteright = -64; -quotesingle = -61; -two.dnom = 0; -zero.dnom = 0; +Itilde = { +Itilde = 2; +igrave = 19; +itilde = 28; }; -one.numr = { +threesuperior = { +A = -38; fraction = 0; +period = -38; +comma = -44; +slash = -53; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -37; +parenright = -19; +parenright.case = -9; +guillemetleft = -33; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; +ydotbelow.ss01 = { +period.ss01 = -38; +parenright = -7; }; -onesuperior = { -A = -35; -comma = -64; -comma.ss01 = -60; -period = -61; -period.ss01 = -61; -slash = -51; +endash.case = { +seven.numr = -13; +bracketright.case = -36; +quotedblbase = -84; +quotedblbase.ss01 = -90; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = 1; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_itilde" = 27; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 13; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = -12; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = -5; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -31; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -7; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 37; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = 8; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 3; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 41; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -32; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -37; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -44; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -34; +"@MMK_R_KO_seven" = -37; +"@MMK_R_KO_eight" = -17; +"@MMK_R_KO_nine" = -28; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_foursuperior" = -44; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -44; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_endash.case" = -44; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 23; +"@MMK_R_KO_quotedblleft" = -44; +"@MMK_R_KO_quotedblright" = -44; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -38; }; -ordfeminine = { -comma = -64; -comma.ss01 = -60; -parenright = -13; -period = -61; -period.ss01 = -61; +N = { +Hbar = 27; +igrave = 19; +icaron = 18; +idieresis = 16; +jcircumflex = 18; +idieresis.ss01 = 14; +degree = -19; +logicalnot = 7; }; -ordmasculine = { -comma = -64; -comma.ss01 = -60; -hyphen = -78; -parenright = -27; -parenright.case = -26; -period = -61; -period.ss01 = -61; -slash = -59; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = -1; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -39; +"@MMK_R_KO_asterisk" = -44; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = -10; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = -38; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -73; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -40; +"@MMK_R_KO_quotesingle" = -36; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -69; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -45; }; -oslash = { -a = 6; -bracketright = -21; -c = 6; -comma = -8; -comma.ss01 = -37; -d = 7; -e = 6; -f = 4; -f_f.liga = 4; -f_f_i.liga = 4; -f_y.liga = 4; -fi = 4; -fl = 4; -g = 8; -g.ss06 = 5; -hyphen = 15; -l.ss03 = 2; -l.ss04 = 2; -o = 6; -oslash = 7; -parenright = -49; -period = -7; -period.ss01 = -40; -s = 0; -t = 5; -t_i.liga = 5; -t_t.liga = 5; -u = 3; -v = 6; -y = 6; +b = { +seven = -35; +registered = -21; +notequal = -17; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 12; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -53; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = -44; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -83; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_t_t.liga" = -2; +}; +Itilde.ss02 = { +igrave = 67; }; -otilde = { -parenright = -43; +trademark = { +period = -38; +comma = -44; +slash = -77; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -108; +parenright = -39; +parenright.case = -29; +guillemetleft = -75; +guilsinglleft = -75; +guillemetright = -29; +guilsinglright = -29; }; -p = { -backslash = -28; -parenleft = 15; -registered = -27; -seven = -29; -two = -9; +literSign = { +parenright = -33; +parenright.case = -10; +guillemetleft = -46; +guilsinglleft = -45; }; -parenleft = { -Abrevetilde = -17; -Ccedilla = -19; -Ccircumflex = -15; -Dcroat = -2; -Eth = -2; -Gcircumflex = -15; -Icircumflex = 35; -Idieresis = 26; -Idotaccent = 2; -Imacron = 23; -Iogonek = 80; -Itilde = 28; -Jcircumflex = 37; -Lslash = -2; -OE = -32; -Odieresis = -21; -Odieresis.ss01 = -21; -Oslash = -19; -Scedilla = -7; -Scircumflex = 0; -Ydieresis = 46; -a.ss05 = -56; -acircumflexacute = -2; -adieresis = -44; -agrave = -17; -ampersand = -29; -approxequal = -84; -aring = -30; -asciicircum = -73; -asciitilde = -75; -at = -57; -ccaron = -15; -ccedilla = -15; -ccircumflex = -35; -cent = -45; -copyright = -45; -divide = -79; -dollar = -26; -equal = -63; -euro = -47; -four.numr = -32; -g.ss06 = 2; -germandbls = -27; -greater = -28; -greaterequal = -32; -hcircumflex = 36; +ohorn = { +i = 0; +idotaccent = 0; i.ss01 = 0; -iacute = -30; -ibreve = 39; idotaccent.ss01 = 0; +m = 0; +n = 0; +r = 0; +t = 0; +u = 3; +v = 2; +t_i.liga = 3; +t_t.liga = 3; +period = -5; +comma = -4; +period.ss01 = -26; +comma.ss01 = -22; +hyphen = 14; +parenright = -25; +bracketright = -30; +quotedbl = 3; +}; +quotedblleft = { +A = -70; +Dcroat = -5; +Hbar = 26; +igrave = 42; +icircumflex = 21; imacron = 0; -infinity = -64; -iogonek = 72; -jcircumflex = 64; -l.ss03 = 0; -l.ss04 = 6; -less = -53; -lessequal = -33; -liraTurkish = -35; -literSign = -31; -logicalnot = -40; -minus = -79; -mu = -12; -multiply = -86; -notequal = -73; -numbersign = -30; -numero = -9; -ocircumflex = -36; -ohornhookabove = -23; -onesuperior = 17; -oslash = -22; -p = 8; -plusminus = -39; -published = -45; -question.ss01 = -4; -questiondown = 24; -quotedblbase = 19; -quotedblbase.ss01 = 23; -quotesinglbase = 19; -racute = -51; -radical = -48; -scaron = 0; -scedilla = 0; -scircumflex = -23; -scommaaccent = -17; -section = -14; -semicolon.ss01 = 23; -sterling = -28; -summation = 64; -tbar = -21; -tcommaaccent = 24; -thorn = 14; -udieresis = -45; -udieresis.ss01 = -24; -ugrave = -18; -wacute = -43; -wgrave = -34; -zcaron = 11; +jcircumflex = 21; +s = -67; +x = -51; +g.ss06 = -67; +mu = -54; +exclamdown = -47; +questiondown = -84; +backslash = 54; +questiondown.case = -36; +underscore = -84; +quotedblbase = -84; +ampersand = -45; +minus = -84; +divide = -84; +asciitilde = -84; }; -parenleft.case = { -Dcroat = 0; -Icircumflex = 45; -Imacron = 40; -Iogonek = 77; -Lslash = 0; -OE = -33; -approxequal = -79; -asciicircum = -77; -asciitilde = -67; -at = -44; -copyright = -47; -dollar = -25; -equal = -57; -euro = -50; -infinity = -59; -less = -46; -logicalnot = -33; -minus = -72; -multiply = -82; -numbersign = -30; -parenleft.case = -26; -published = -47; -question.ss01 = -7; -questiondown.case = -20; -quotedblbase = 30; -radical = -32; -section = -13; +l.ss04 = { +Hbar = 15; +l.ss04 = 1; +periodcentered.loclCAT = 57; +parenright = -7; +bracketright = -12; +quoteright = 0; }; -parenright = { -asciicircum = -33; -braceright = -19; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 49; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 55; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 44; +"@MMK_R_KO_W" = 48; +"@MMK_R_KO_X" = 36; +"@MMK_R_KO_Y" = 29; +"@MMK_R_KO_Z" = 37; +"@MMK_R_KO_I.ss02" = 65; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = 33; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 31; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 24; +"@MMK_R_KO_twosuperior" = 23; +"@MMK_R_KO_threesuperior" = 18; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 41; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 11; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = 21; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = 26; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 15; +"@MMK_R_KO_comma.ss01" = 15; +"@MMK_R_KO_colon.ss01" = 15; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_underscore" = 54; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 14; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = 27; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 19; +"@MMK_R_KO_quotedblleft.ss01" = 4; +"@MMK_R_KO_quotedblright.ss01" = 14; +"@MMK_R_KO_quoteright.ss01" = 14; +}; +eacute = { +Y = -16; }; -parenright.case = { -bracketright.case = -17; -colon = 0; -comma = -23; -comma.ss01 = -53; -emdash.case = 25; -hyphen.case = 25; -parenleft.case = 22; -parenright.case = -26; -period = -24; -period.ss01 = -57; -quotedbl = -12; -semicolon = 0; -slash = 0; +integral = { +guillemetright = -50; +guilsinglright = -48; +integral = -19; +A = -20; +a = -37; +d = -36; +a.ss05 = -34; +e = -37; +s = -33; +w = -32; }; -percent = { -eightsuperior = -63; -fivesuperior = -67; -foursuperior = -80; -ninesuperior = -65; -onesuperior = -54; -question.ss01 = -66; -sevensuperior = -57; -sixsuperior = -70; -threesuperior = -55; -twosuperior = -39; +two.dnom = { +question = -49; +question.ss01 = -64; +parenright = -33; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +quotedbl = -89; +quotesingle = -38; +quotedblleft.ss01 = -89; +quoteleft.ss01 = -37; +quotedblright.ss01 = -89; +quoteright.ss01 = -37; +degree = -89; }; -period = { -braceright = -29; -eightsuperior = -61; -fivesuperior = -61; -foursuperior = -61; -g.ss06 = 16; -ninesuperior = -61; -onesuperior = -61; -ordfeminine = -61; -ordmasculine = -61; -parenleft.case = -38; -quotesingle = -61; -sevensuperior = -61; -six = -28; -sixsuperior = -61; -threesuperior = -61; -twosuperior = -61; +parenleft.case = { +Icircumflex = 28; +Imacron = 7; +Idieresis = 13; +Dcroat = 0; +Eth = 0; +Iogonek = 39; +Itilde = 10; +Lslash = 0; +Idieresis.ss01 = 13; +four.numr = -28; +numbersign = -17; +questiondown.case = -7; +question.ss01 = -16; +parenleft.case = -23; +quotedblbase = 0; +quotedblbase.ss01 = 0; +at = -27; +ampersand = -14; +section = -12; +copyright = -37; +registered = -33; +published = -37; +literSign = -5; +numero = -6; +cent = -33; +dollar = -19; +euro = -25; +liraTurkish = -24; +minus = -32; +multiply = -49; +divide = -32; +equal = -26; +notequal = -60; +less = -11; +greaterequal = -2; +approxequal = -41; +logicalnot = -24; +asciitilde = -28; +asciicircum = -58; +infinity = -36; +radical = -19; }; -period.ss01 = { -Y = -61; -eightsuperior = -61; -fivesuperior = -61; -foursuperior = -61; -mu = -38; -ninesuperior = -61; -onesuperior = -61; -ordfeminine = -61; -ordmasculine = -61; -parenleft.case = -61; -question.ss01 = -61; -quotedbl = -61; -sevensuperior = -61; -sixsuperior = -61; -threesuperior = -61; -twosuperior = -61; +Iacute.ss02 = { +igrave = 67; +endash.case = -16; }; -perthousand = { -asterisk = -124; -comma = -12; -comma.ss01 = -43; -parenright = -63; -parenright.case = -24; -period = -13; -period.ss01 = -47; -question = -76; -question.ss01 = -81; -quotedblleft = -118; -quotedblleft.ss01 = -113; -quotedblright = -118; -quotedblright.ss01 = -113; -quoteleft = -64; -quoteright = -64; +tenge = { +four = -61; +period = -38; +comma = -44; +slash = -60; +period.ss01 = -38; +comma.ss01 = -37; }; -pi = { -braceright = -18; -bracketright = -18; -colon = 27; -comma = 23; -guillemetright = 30; -hyphen = -6; -parenright = -20; -period = 12; -period.ss01 = -11; -pi = 18; -quoteright = -26; -quotesingle = -8; -semicolon = 32; -sevensuperior = -37; -slash = 0; -trademark = -45; +colon = { +A = 27; +D = -5; +C = 0; +J = 17; +T = -38; +V = -14; +W = -2; +Y = -38; +a = -9; +c = -9; +e = -9; +o = -9; +f = 11; +s = 0; +t = 8; +z = 10; +t_i.liga = 8; +pi = 34; +zero = 0; +one = -31; +two = 4; +three = 0; +four = -36; +sevensuperior = -28; +emdash = -38; +parenright = -29; +braceright = -38; +bracketright = -38; +parenright.case = 0; +guillemetleft = -38; +guilsinglleft = -38; }; -plus = { -X = -47; -asterisk = -68; -braceright = -39; -bracketright = -35; -bracketright.case = -36; -comma = -64; -comma.ss01 = -60; -one = -17; -parenright = -84; -parenright.case = -72; -period = -61; -period.ss01 = -61; -plus = -28; -question = -75; -quotedbl = -70; -quotedblleft = -108; -quotedblright = -100; -quoteright = -64; -quotesingle = -61; -seven = -56; -slash = -36; -tenge = -68; -three = -32; -two = -57; -x = -16; -yen = -25; +h = { +seven = -31; +registered = -23; }; -plusminus = { -one = -15; -parenright = -34; +emacron = { +Y = -33; +lcommaaccent = -2; }; -published = { -T = -66; -Y = -69; -parenright = -75; +numbersign = { +A = 0; +J = -8; +T = -37; +X = -26; +Y = -26; +one = -13; +eight = 17; +period = -31; +comma = -37; +slash = -13; +period.ss01 = -38; +comma.ss01 = -37; +parenright = -31; +bracketright = -26; +parenright.case = -14; +bracketright.case = -27; }; -q = { -backslash = -27; -braceright = 2; -bracketright = 2; -comma = 12; -comma.ss01 = -19; +copyright = { +parenright = -66; +parenright.case = -38; +}; +t = { +iogonek = 0; +wdieresis = 15; +two = 9; +logicalnot = -20; +asciitilde = -25; +}; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 29; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 26; +"@MMK_R_KO_itilde" = 30; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 26; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -17; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -1; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -33; +"@MMK_R_KO_asciicircum" = -24; +}; +Hcircumflex = { +igrave = 19; +}; +aogonek.ss05 = { j = 0; -j.ss01 = 0; -parenright = 15; -semicolon = 12; -slash = 14; +comma = 14; +parenright = 0; +bracketright = 0; }; -question = { -exclam = 9; -questiondown = -40; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -81; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = -9; +}; +_B.currency = { +_baht.bar = -15; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 23; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = -17; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -11; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 34; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -44; }; -question.ss01 = { -question.ss01 = 5; -questiondown.ss01 = -40; +rupeeIndian = { +four = -36; +period = -21; +comma = -22; +slash = -22; +period.ss01 = -38; +comma.ss01 = -37; }; -questiondown = { -p = -4; -questiondown = 33; +Zdotaccent = { +Hbar = 12; +endash.case = -38; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -31; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = -32; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -29; }; -questiondown.case = { -C = -16; -Q = -16; -T = -53; -V = -54; -Y = -60; -quotedbl = -74; -quotedblleft = -85; -quotedblleft.ss01 = -87; -quoteright = -64; -quoteright.ss01 = -60; -quotesingle = -61; -seven = -49; +P = { +Hbar = 53; +Oslash = 14; +hbar = 20; +igrave = 14; +idieresis = 21; +idieresis.ss01 = 16; +two = 16; +three = 14; +five = 8; +seven = 29; +nine = 12; +twoinferior = -19; +threeinferior = -25; +fourinferior = -73; +ellipsis.ss01 = -156; +endash.case = 22; +braceright.case = -31; +ampersand = -33; }; -questiondown.ss01 = { -C = -55; -D = -22; -E = -22; -G = -54; -N = -22; -O = -55; -P = -22; -Q = -55; -S = -47; -T = -67; -U = -59; -V = -73; -W = -58; +twoinferior = { +T = -61; +V = -45; +W = -28; Y = -80; -a = -56; -c = -58; -d = -56; -e = -57; -four = -49; -o = -57; -q = -53; -quotedbl = -76; -quotedblleft.ss01 = -88; -quoteright.ss01 = -60; -quotesingle = -61; -s = -53; -t = -50; -t_i.liga.ss01 = -50; -t_t.liga = -50; -v = -46; +t = -20; +t_i.liga = -7; +t_t.liga = -7; +parenright = -25; }; -quotedbl = { -A = -34; -AE = -33; -Aacute = -34; -Adieresis = -34; -Agrave = -34; -Amacron = -34; -Aring = -34; -Dcroat = 0; -Hbar = 14; -Jcircumflex = 0; -Lslash = 0; -asciitilde = -53; -ellipsis.ss01 = -126; -emdash = -126; -exclamdown = -21; -exclamdown.ss01 = -21; -g.ss06 = -26; -hbar = 14; -hyphen = -126; -imacron = 16; -jcircumflex = 31; -l.ss04 = 0; -mu = -20; -oslash = -29; -period.ss01 = -61; -questiondown = -56; -questiondown.case = -47; -questiondown.ss01 = -58; -underscore = -126; +wdieresis = { +period = -23; +comma = -28; +bracketright = -29; }; -quotedblbase = { -Dcroat = -10; -Icircumflex = -5; -Iogonek = 32; -Lslash = -11; -OE = -44; -Oslash = 0; -Tcedilla = -29; -approxequal = -118; -copyright = -118; -divide = -118; -equal = -118; -euro = -73; -g.ss06 = 7; -germandbls = -25; -iogonek = 39; -l.ss03 = -22; -l.ss04 = -15; -minus = -118; -multiply = -118; -numbersign = -55; -p = -8; -parenleft.case = -56; -published = -118; -quotedblleft = -118; +uhungarumlaut = { +onesuperior = 0; +sevensuperior = 7; +parenright = -9; +bracketright = -20; }; -quotedblbase.ss01 = { -Iogonek = 31; -Tcedilla = -36; -divide = -113; -minus = -113; -p = -20; -question.ss01 = -79; -quotedblleft.ss01 = -113; -quotedblright.ss01 = -113; +odieresis = { +germandbls = -15; +gbreve.ss06 = 4; }; -quotedblleft = { -Dcroat = 0; -Hbar = 21; -Jcircumflex = 0; -exclamdown = -47; -g.ss06 = -58; -imacron = 2; -jcircumflex = 35; -l.ss04 = 11; -minus = -118; -mu = -44; -questiondown = -77; -questiondown.case = -34; -quotedblbase = -118; -underscore = -118; +ohorndotbelow = { +c = 5; +i = 0; +idotaccent = 0; +m = 0; +n = 0; +p = 0; +t = 0; +u = 3; +t_i.liga = 3; +t_t.liga = 3; +period = -4; +comma = -4; +parenright = -23; +bracketright = -29; }; -quotedblleft.ss01 = { -Dcroat = -12; -ellipsis.ss01 = -113; -g.ss06 = -55; -l.ss04 = -9; -mu = -38; -questiondown.ss01 = -76; -quotedblbase.ss01 = -113; -underscore = -113; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 22; +"@MMK_R_KO_Oacute" = 22; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 15; +"@MMK_R_KO_itilde" = 17; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 20; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -24; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = 21; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 25; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_hyphen.case" = 26; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_bracketright.case" = -29; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -25; }; -quotedblright = { -A = -52; -Adieresis = -52; -Aring = -52; -Dcroat = 0; -asciitilde = -118; -g.ss06 = -77; -l.ss04 = 0; -mu = -68; -oslash = -79; -questiondown = -99; -questiondown.case = -50; -quotesinglbase = -64; -tbar = -16; +one.numr = { +fraction = 24; }; -quotedblright.ss01 = { -A = -55; -ellipsis.ss01 = -113; -hyphen = -113; -questiondown.case = -60; -questiondown.ss01 = -82; +Uhorntilde = { +exclam.ss01 = 21; }; -quoteleft = { -Hbar = 21; -Jcircumflex = 0; -exclamdown = -47; -g.ss06 = -58; -imacron = 2; -l.ss04 = 11; -mu = -44; -oslash = -62; -questiondown = -64; -questiondown.case = -34; -quotedblbase = -64; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_Oacute" = 21; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 22; +"@MMK_R_KO_zero" = 15; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = 21; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = 13; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_plus" = 21; }; -quoteleft.ss01 = { -A = -56; -J = -20; -g.ss06 = -55; -questiondown.ss01 = -60; -quotedblbase.ss01 = -60; +two = { +icircumflex = 39; +x = 19; +colon = 19; +semicolon = 8; +braceright = -27; +minus = -4; +multiply = -12; }; -quoteright = { -Hbar = 3; -J = -10; -Jcircumflex = -2; -OE = -14; -a.ss05 = -64; -acircumflex = -36; -agrave = -31; -egrave = -25; -ellipsis = -64; -emdash = -64; -g.ss06 = -64; -hbar = 17; -hyphen = -64; -idieresis = 20; -igrave = 35; -imacron = 11; -itilde = 33; -l.ss04 = 0; -mu = -64; -oslash = -64; -questiondown = -64; -quotedblbase = -64; -ytilde = 0; +j = { +hbar = 0; +idieresis = -2; +iogonek = 0; +jcircumflex = 0; }; -quoteright.ss01 = { -J = -21; -questiondown.ss01 = -60; -quotedblbase.ss01 = -60; +ldot.ss01 = { +period.ss01 = -17; +comma.ss01 = -16; }; -quotesinglbase = { -Iogonek = 32; -T = -53; -V = -64; -W = -46; -Y = -64; -copyright = -64; -g.ss06 = 7; -hyphen = -64; -iogonek = 39; -l.ss03 = -22; -minus = -64; -p = -8; -v = -47; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -3; +"@MMK_R_KO_imacron" = -3; +"@MMK_R_KO_itilde" = -3; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 13; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 13; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_underscore" = 29; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -51; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -45; +"@MMK_R_KO_quoteright.ss01" = -37; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -12; }; -quotesinglbase.ss01 = { -T = -60; -V = -60; -W = -60; -Y = -60; -minus = -60; -question.ss01 = -60; +idieresis = { +l = -2; +icaron = -2; +idieresis = -2; }; -quotesingle = { -Dcroat = 0; -Hbar = 14; -J = 0; -OE = 0; -comma = -61; -comma.ss01 = -60; -ellipsis = -61; -exclamdown = -21; -g.ss06 = -26; -hbar = 14; -idieresis = 23; -igrave = 32; -imacron = 16; -itilde = 36; -jcircumflex = 31; -l.ss04 = 0; -mu = -20; -period = -61; -questiondown = -56; -questiondown.case = -47; -questiondown.ss01 = -58; -underscore = -61; +approxequal = { +one = -37; +parenright = -61; +parenright.case = -41; +A = -20; +I.ss02 = -31; }; -r = { -ampersand = -26; -asciitilde = -19; -exclam.ss01 = 19; -fiveinferior = -46; -fourinferior = -41; -gcircumflex.ss06 = -9; -germandbls = 39; -logicalnot = -30; -minus = -29; -numbersign = 29; -plus = -22; -sixinferior = -41; -threeinferior = -38; -twoinferior = -38; +ograve = { +T = -56; }; -racute = { -parenright = 17; -sevensuperior = 31; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 1; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -15; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -21; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_underscore" = -10; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -34; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -36; +"@MMK_R_KO_quotedblright.ss01" = -38; +"@MMK_R_KO_quoteright.ss01" = -34; +"@MMK_R_KO_trademark" = -25; }; -radical = { -A = -31; -a = -19; -four = -22; -s = -16; +S = { +Hbar = 42; +Lslash = 5; +hbar = 21; +ibreve = 23; +idieresis = 24; +idieresis.ss01 = 27; +two = 27; +three = 29; +five = 12; +eight = 21; +ampersand = 9; +dollar = 10; +greater = 51; +logicalnot = -31; }; -rcaron = { -b = 0; -i = -2; -k = 0; -l.ss04 = 3; -parenright = 16; -sevensuperior = 25; +periodcentered.loclCAT = { +l = 56; +l.ss03 = 58; +l.ss04 = 57; }; -registered = { -comma = -64; -comma.ss01 = -60; -parenright = -58; -parenright.case = -55; -period = -61; -period.ss01 = -61; -slash = -45; -trademark = -40; +Iogonek = { +iogonek = 9; +j = 4; +j.ss01 = 4; }; -rupeeIndian = { -four = -34; -slash = -21; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = -22; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_icircumflex" = -19; +"@MMK_R_KO_imacron" = -18; +"@MMK_R_KO_itilde" = -18; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = -15; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss03" = -18; +"@MMK_R_KO_l.ss04" = -17; +"@MMK_R_KO_g.ss06" = -15; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_colon" = -22; +"@MMK_R_KO_semicolon" = -26; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = -16; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_underscore" = -13; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -58; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -37; +"@MMK_R_KO_quoteright.ss01" = -29; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -47; }; -s = { -abrevetilde.ss05 = 6; -ampersand = 0; -asciitilde = 0; -backslash = -27; -guilsinglright = 2; -i = -4; -l = 0; -logicalnot = 12; -m = -3; -n = -3; -parenleft = 8; -r = -4; -registered = -23; -seven = -23; -wacute = 0; +racute = { +parenright = 0; +bracketright = -25; }; -sacute = { -parenright = -15; +questiondown.case = { +C = -3; +Q = -2; +Q.ss09 = -2; +T = -49; +V = -47; +W = -33; +Y = -60; +one = -28; +seven = -37; +parenright.case = -16; +quotedblleft = -75; +quoteright = -44; +quotedbl = -62; +quotesingle = -38; +quotedblleft.ss01 = -66; +quoteright.ss01 = -37; }; -scaron = { -imacron = 0; -parenright = -16; +f_y.liga = { +germandbls = 9; +zeroinferior = -19; +ampersand = -20; }; -scedilla = { -comma = 23; -gbreve.ss06 = 0; -parenright = 21; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -60; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -52; +"@MMK_R_KO_eacute" = -43; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_n" = -51; +"@MMK_R_KO_j" = 31; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -42; +"@MMK_R_KO_v" = -43; +"@MMK_R_KO_w" = -48; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = -31; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -19; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -35; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_two" = -15; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -35; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -36; +"@MMK_R_KO_sevensuperior" = 25; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = 9; +"@MMK_R_KO_colon.ss01" = -38; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = -53; +"@MMK_R_KO_parenright" = 48; +"@MMK_R_KO_bracketright" = 45; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -59; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_degree" = -36; +"@MMK_R_KO_plus" = -50; +"@MMK_R_KO_percent" = -21; }; -semicolon = { -emdash = -64; -hyphen = -64; -parenright = 0; +bracketleft.case = { +Icircumflex = 0; +numbersign = -27; +parenleft.case = -22; +bracketright.case = 41; +at = -36; +literSign = -31; +euro = -29; +minus = -33; +equal = -33; +less = -12; +asciitilde = -30; +asciicircum = -64; +infinity = -38; }; -semicolon.ss01 = { -hyphen = -60; +K = { +Lslash = 22; +Oslash = 18; +edieresis = 0; +odieresis.ss01 = 0; +odieresis = 0; +oslash = 0; +igrave = 61; +rcaron = 16; +idieresis = 26; +jcircumflex = 26; +ygrave = 0; +ytilde = 0; +idieresis.ss01 = 44; +zero = -12; +two = 45; +three = 9; +six = -13; +seven = 34; +nine = 0; +numbersign = -17; +endash.case = -52; +parenleft.case = -6; +at = -13; +ampersand = 0; +registered = -24; +dollar = -6; +plus = -47; +minus = -47; +multiply = -47; +divide = -47; +equal = -22; +notequal = -55; +less = -23; +logicalnot = -37; +asciitilde = -39; }; -seven = { -asciitilde = -34; -backslash = 42; -g.ss06 = -38; -minus = -31; -mu = -30; -multiply = -34; -notequal = -41; -ordmasculine = 0; -plusminus = -31; -six = -6; -underscore = -57; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 12; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 20; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = 16; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 18; +"@MMK_R_KO_underscore" = -18; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 22; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = -27; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -37; +"@MMK_R_KO_asciicircum" = -25; }; -seven.dnom = { -degree = -91; -parenright = -55; -question = -60; -question.ss01 = -64; -quotedbl = -85; -quotedblleft = -102; -quotedblright = -102; -quoteright = -64; -quotesingle = -61; -seven.dnom = 51; +semicolon = { +four = -37; +onesuperior = -16; +sevensuperior = -29; +hyphen = -44; +emdash = -44; +endash = -44; +hyphen.case = -44; +parenright = 0; +guillemetleft = -44; }; -seven.numr = { -seven.numr = 51; +Thorn = { +Eth = 34; }; -seveninferior = { -fourinferior = -6; -parenright = -46; -seveninferior = 52; +four.dnom = { +question = -55; +question.ss01 = -69; +parenright = -49; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +quotedbl = -97; +quotesingle = -38; +quotedblleft.ss01 = -90; +quoteleft.ss01 = -37; +quotedblright.ss01 = -90; +quoteright.ss01 = -37; +degree = -97; }; -sevensuperior = { -A = -53; -comma = -64; -comma.ss01 = -60; -fraction = -24; -guillemetleft = -37; -period = -61; -period.ss01 = -61; -slash = -65; +braceright = { +Y = -23; +period = -12; +comma = -2; +period.ss01 = -37; +comma.ss01 = -25; +parenright = -2; +braceright = -8; +asciicircum = -48; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -1; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = -32; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = -49; +"@MMK_R_KO_O" = -63; +"@MMK_R_KO_Oacute" = -62; +"@MMK_R_KO_J" = -58; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -64; +"@MMK_R_KO_T" = -87; +"@MMK_R_KO_U" = -68; +"@MMK_R_KO_V" = -88; +"@MMK_R_KO_W" = -71; +"@MMK_R_KO_X" = -63; +"@MMK_R_KO_Y" = -96; +"@MMK_R_KO_Z" = -61; +"@MMK_R_KO_I.ss02" = -57; +"@MMK_R_KO_J.ss10" = -71; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = -46; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_f" = -51; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -47; +"@MMK_R_KO_n" = -45; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -57; +"@MMK_R_KO_uacute" = -57; +"@MMK_R_KO_v" = -60; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -41; +"@MMK_R_KO_l.ss04" = -45; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_zero" = -68; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_two" = -42; +"@MMK_R_KO_three" = -62; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = -70; +"@MMK_R_KO_six" = -68; +"@MMK_R_KO_seven" = -62; +"@MMK_R_KO_eight" = -63; +"@MMK_R_KO_nine" = -70; +"@MMK_R_KO_parenright" = 8; +"@MMK_R_KO_guillemetright" = -73; +"@MMK_R_KO_quotedbl" = -87; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -90; }; -six = { -braceright = -20; -bracketright.case = -7; -ordmasculine = -14; -six = 9; +ampersand = { +one = -25; +seven = -36; +parenright = -23; +bracketright = -36; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +quotedbl = -85; +quotesingle = -38; +quotedblleft.ss01 = -85; +quoteleft.ss01 = -37; +quotedblright.ss01 = -85; +quoteright.ss01 = -37; +v = -15; +w = -13; +y = -15; }; -six.dnom = { -degree = -133; -parenright = -45; -question = -67; -question.ss01 = -67; -quotedbl = -115; -quotedblleft = -118; -quotedblleft.ss01 = -113; -quotedblright = -118; -quoteright = -64; -quotesingle = -61; +four = { +x = -16; +ordfeminine = -34; +ordmasculine = -33; +zero.numr = -33; +one.numr = -21; +three.numr = -33; +four.numr = -26; +five.numr = -35; +six.numr = -33; +seven.numr = -19; +eight.numr = -32; +nine.numr = -31; +threesuperior = -33; +fivesuperior = -36; +eightsuperior = -31; +colon = -22; +semicolon = -29; +question.ss01 = -27; +underscore = -19; +braceright = -31; +braceright.case = -27; +bracketright.case = -27; +quoteright.ss01 = -32; +registered = -35; +trademark = -33; +asciicircum = -55; }; -sixinferior = { -T = -55; -W = -30; -bracketright = -24; -parenright = -30; +zerosuperior = { +A = -41; +fraction = -3; +period = -38; +comma = -44; +slash = -55; +period.ss01 = -38; +comma.ss01 = -37; +parenright = -22; +parenright.case = -13; +guillemetleft = -42; +guilsinglleft = -40; }; -sixsuperior = { -comma = -64; -comma.ss01 = -60; -fraction = 0; -period = -61; -period.ss01 = -61; -slash = -47; +n = { +n = 0; +gcircumflex.ss06 = 2; +ordfeminine = -36; +ordmasculine = -36; +seven = -32; +at = 0; +registered = -23; +degree = -80; +notequal = -26; +greaterequal = -8; +logicalnot = 0; }; -slash = { -Hbar = 21; -Ydieresis = 35; -backslash = 65; -eightinferior = -46; -fourinferior = -57; -g.ss06 = -28; -ibreve = 30; -idieresis = 3; -igrave = 32; -imacron = 17; -integral = -34; -itilde = 15; -jcircumflex = 10; -l.ss03 = 2; -l.ss04 = 5; -minus = -36; -mu = -28; -oneinferior = -35; -oslash = -28; -quotedblbase = -80; -quotedblbase.ss01 = -93; -quotesinglbase = -64; -radical = -20; -sterling = -18; -underscore = -64; +bracketleft = { +Icircumflex = 0; +Dcroat = -9; +Oslash = -26; +oslash = -31; +hcircumflex = 1; +i = -39; +idotaccent = -39; +iacute = -33; +ntilde = -40; +nacute = -41; +p = 0; +ibreve = 0; +icircumflex = 0; +imacron = -10; +jcircumflex = 17; +macute = -41; +scaron = -22; +scircumflex = -25; +germandbls = -36; +x = -38; +colon = -38; +numbersign = -26; +parenleft = -27; +at = -36; +ampersand = -35; +literSign = -30; +dollar = -34; +euro = -27; +minus = -31; +equal = -32; +less = -11; +asciitilde = -29; +asciicircum = -63; +infinity = -37; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 60; +"@MMK_R_KO_O" = 42; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 28; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 23; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_sixsuperior" = 55; +"@MMK_R_KO_onesuperior" = 91; +"@MMK_R_KO_twosuperior" = 83; +"@MMK_R_KO_threesuperior" = 78; +"@MMK_R_KO_foursuperior" = 37; +"@MMK_R_KO_fivesuperior" = 59; +"@MMK_R_KO_sevensuperior" = 103; +"@MMK_R_KO_eightsuperior" = 64; +"@MMK_R_KO_ninesuperior" = 68; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 9; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 72; +"@MMK_R_KO_question" = 90; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 68; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_parenright" = 67; +"@MMK_R_KO_bracketright" = 17; +"@MMK_R_KO_quotedblleft" = 83; +"@MMK_R_KO_quoteleft" = 83; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_quotedbl" = 94; +"@MMK_R_KO_quotesingle" = 94; +"@MMK_R_KO_quotedblleft.ss01" = 69; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 35; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 49; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 18; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 34; +"@MMK_R_KO_question" = 67; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = 44; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -1; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 28; +"@MMK_R_KO_quotesingle" = 31; +"@MMK_R_KO_quotedblleft.ss01" = 30; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -sterling = { -four = -6; -parenright = -30; -three = 4; -two = 5; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 29; }; -summation = { -n = -51; +J.ss10 = { +Hbar = 29; +ibreve = 28; +icaron = 20; +idieresis = 18; +jcircumflex = 21; +idieresis.ss01 = 19; }; -t = { -asciitilde = -11; -exclam.ss01 = 9; -idieresis = 0; -iogonek = 0; -two = 15; -yhookabove = 14; +quotedblbase.ss01 = { +Dcroat = -24; +oslash = -6; +p = -13; +germandbls = -51; +asterisk = -90; +numbersign = -64; +question.ss01 = -74; +hyphen.case = -90; +emdash.case = -90; +parenleft.case = -47; +quotedblleft.ss01 = -90; +quoteright.ss01 = -37; +at = -44; +copyright = -90; +published = -90; +dollar = -47; +euro = -74; +minus = -90; +multiply = -90; +divide = -90; +equal = -90; +approxequal = -90; }; -t_i.liga = { -asciitilde = -4; -germandbls = -2; -hbar = 0; -idieresis = 0; -jcircumflex = 0; +l.ss03 = { +oslash = 5; +periodcentered.loclCAT = 52; +notequal = -30; logicalnot = 0; }; -t_i.liga.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 0; -parenright = -15; +parenleft = { +Icircumflex = 6; +Imacron = 2; +Idieresis = 3; +Dcroat = -2; +Eth = -2; +Iogonek = 40; +Lslash = -2; +Oslash = -15; +a.ss05 = -43; +thorn = 12; +ccedilla = -20; +ccaron = -22; +edieresis = -42; +odieresis = -42; +oslash = -15; +hcircumflex = 5; +i = -28; +idotaccent = -28; +i.ss01 = -11; +iacute = -38; +ntilde = -39; +nacute = -39; +ncaron = -30; +ncommaaccent = -36; +p = 0; +idieresis = 0; +imacron = 0; +iogonek = 39; +jcircumflex = 31; +scedilla = -7; +scaron = -10; +scircumflex = -30; +germandbls = -35; +tcedilla = 0; +x = -27; +zcaron = -8; +g.ss06 = 0; +mu = -18; +four.numr = -41; +colon = -30; +numbersign = -30; +semicolon.ss01 = 9; +question.ss01 = -21; +parenleft = -34; +braceleft = -2; +quotedblbase = 0; +quotedblbase.ss01 = 9; +at = -49; +ampersand = -48; +section = -17; +copyright = -50; +registered = -41; +published = -50; +literSign = -39; +numero = -12; +cent = -49; +dollar = -26; +euro = -41; +liraTurkish = -38; +sterling = -23; +minus = -50; +multiply = -67; +divide = -50; +equal = -42; +notequal = -79; +greater = -9; +less = -26; +greaterequal = -41; +lessequal = -37; +plusminus = -18; +approxequal = -62; +logicalnot = -43; +asciitilde = -49; +asciicircum = -68; +infinity = -55; +summation = 38; +radical = -39; }; -t_t.liga = { -asciitilde = -10; -iogonek = 0; -two = 16; -yhookabove = 15; +asciicircum = { +one = -37; +two = -20; +three = -23; +four = -58; +eight = -29; +period = -38; +comma = -44; +asterisk = -20; +slash = -77; +period.ss01 = -38; +comma.ss01 = -37; +hyphen = -108; +hyphen.case = -77; +parenright = -74; +bracketright = -65; +parenright.case = -56; +bracketright.case = -66; +u = -28; +x = -36; +mu = -32; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -19; +"@MMK_R_KO_I.ss02" = 33; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 12; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = 4; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 36; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -37; +"@MMK_R_KO_quotedblright.ss01" = -43; +"@MMK_R_KO_quoteright.ss01" = -36; }; -tbar = { -guilsinglleft = 15; -parenright = -20; -tbar = 8; +plus = { +one = -23; +two = -53; +three = -38; +seven = -62; +seven.numr = -6; +period = -38; +comma = -44; +question = -59; +asterisk = -89; +slash = -29; +period.ss01 = -38; +comma.ss01 = -37; +question.ss01 = -66; +parenright = -53; +braceright = -37; +bracketright = -32; +parenright.case = -32; +braceright.case = -39; +bracketright.case = -33; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +guillemetright = -34; +quotedbl = -101; +quotesingle = -38; +quotedblleft.ss01 = -90; +quoteleft.ss01 = -37; +quotedblright.ss01 = -90; +trademark = -44; +tenge = -64; +yen = 0; +plus = 0; +x = -21; }; -tcaron = { -a = 0; -b = 5; -bracketright = 77; -ccaron = 0; -colon = 26; -comma = 20; -d = 0; -eightsuperior = 27; -exclam = 61; -exclam.ss01 = 60; -f = 6; -f_f.liga = 6; -f_f_i.liga = 6; -f_y.liga = 6; -fi = 6; -fivesuperior = 28; -fl = 6; -h = 5; -hyphen = -6; -i = 0; -i.ss01 = 4; -idotaccent = 0; -j = 0; -j.ss01 = 4; -k = 5; -l = 5; -l.ss03 = 6; -l.ss04 = 18; -ninesuperior = 32; -o = -2; -onesuperior = 49; -parenright = 89; -period = 13; -period.ss01 = -12; -question = 57; -quotedbl = 64; -quotedblleft = 48; -quotedblleft.ss01 = 30; -quotedblright = 70; -quoteleft = 48; -quoteleft.ss01 = 30; -quotesingle = 64; -scaron = 5; -semicolon = 32; -sevensuperior = 71; -sixsuperior = 21; -t = 8; -t_i.liga = 8; -t_i.liga.ss01 = 8; -t_t.liga = 8; -threesuperior = 39; -twosuperior = 45; -uring = 0; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 5; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 16; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -77; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_underscore" = 35; +"@MMK_R_KO_hyphen.case" = -50; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -16; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -36; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 12; +"@MMK_R_KO_asciicircum" = -50; }; -tcedilla = { -Tcedilla = 24; -a = 0; -abreve = 0; -comma = 82; -e = -2; -hyphen = -6; -parenright = 76; -semicolon = 88; -tcedilla = 32; +quoteleft = { +Hbar = 29; +igrave = 52; +icircumflex = 31; +imacron = 0; +jcircumflex = 30; +g.ss06 = -44; +mu = -30; +exclamdown = -29; +questiondown = -44; +questiondown.case = -33; +quotedblbase = -44; +ampersand = -44; +minus = -44; +divide = -44; +logicalnot = -44; +asciitilde = -44; }; -tcommaaccent = { -comma = 36; -parenright = 11; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -70; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 29; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -84; +"@MMK_R_KO_a" = -67; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -76; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -70; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -53; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -52; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_w" = -48; +"@MMK_R_KO_y" = -50; +"@MMK_R_KO_z" = -32; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -54; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = -83; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -15; +"@MMK_R_KO_seven" = 44; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = 25; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_ellipsis" = -84; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -71; +"@MMK_R_KO_hyphen" = -84; +"@MMK_R_KO_endash" = -84; +"@MMK_R_KO_hyphen.case" = -84; +"@MMK_R_KO_endash.case" = -84; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 12; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -48; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_degree" = -7; +"@MMK_R_KO_plus" = -84; +"@MMK_R_KO_percent" = -9; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 23; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 10; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 17; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = 34; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -32; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -27; +"@MMK_R_KO_asciicircum" = -7; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_z" = 21; +"@MMK_R_KO_t_t.liga" = -9; }; -tenge = { -comma = -63; -comma.ss01 = -60; -four = -51; -period = -61; -period.ss01 = -61; -slash = -54; +nine.dnom = { +question = -53; +question.ss01 = -71; +parenright = -50; +parenright.case = -22; +quotedblleft = -84; +quotedblright = -84; +quoteleft = -44; +quoteright = -44; +quotedbl = -103; +quotesingle = -38; +quotedblleft.ss01 = -90; +quoteleft.ss01 = -37; +quotedblright.ss01 = -90; +quoteright.ss01 = -37; +degree = -110; }; -three = { -braceright = -21; -minus = -15; -six = 12; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -14; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -37; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_eacute" = -37; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -37; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -37; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -37; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -30; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -37; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -37; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_endash" = -37; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -37; }; -three.dnom = { -degree = -125; -parenright = -45; -question = -66; -question.ss01 = -66; -quotedbl = -115; -quotedblleft = -118; -quotedblright = -118; -quoteright = -64; -quotesingle = -61; +Omacron = { +Eth = 22; }; -three.numr = { -fraction = 0; +uhorndotbelow.ss01 = { +a = 0; +c = 0; +period.ss01 = -20; +ellipsis.ss01 = -22; +comma.ss01 = -17; }; -threeinferior = { +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_J" = 32; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 22; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -16; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 26; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 20; +"@MMK_R_KO_two" = 21; +"@MMK_R_KO_three" = 13; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 27; +"@MMK_R_KO_eight" = 8; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 26; +"@MMK_R_KO_asterisk" = 29; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -27; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_endash.case" = 2; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 12; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 12; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -3; +"@MMK_R_KO_percent" = 0; +}; +exclamdown = { T = -57; -V = -44; -W = -29; -Y = -70; -parenright = -31; +V = -20; +Y = -48; +j = 20; }; -threesuperior = { -comma = -64; -comma.ss01 = -60; -fraction = 0; -hyphen = -37; -parenright = -12; -parenright.case = -10; -period = -61; -period.ss01 = -61; -slash = -49; +Adieresis = { +Germandbls = 20; +endash.case = -26; +registered = -42; }; -trademark = { -comma = -64; -comma.ss01 = -60; -guillemetleft = -41; -guilsinglleft = -44; -hyphen = -116; -parenright = -23; -period = -61; -period.ss01 = -61; -slash = -74; }; -two = { -braceright = -10; -exclam = 26; -minus = -5; -multiply = -17; -six = 0; +"6E33102A-8120-45EB-96FA-BF5C616DF6D0" = { +J = { +Hbar = 28; +Oslash = 3; +a = 4; +igrave = 30; +ibreve = 39; +icaron = 38; +idieresis = 62; +jcircumflex = 43; +idieresis.ss01 = 57; +greater = 0; }; -two.dnom = { -degree = -112; -question = -56; -question.ss01 = -59; -quotedbl = -107; -quotedblleft = -112; -quotedblright = -112; -quoteright = -64; -quotesingle = -61; +exclam.ss01 = { +period.ss01 = -7; }; -twoinferior = { -T = -52; -V = -32; -W = -22; -Y = -65; -parenright = -16; -t = -13; -t_i.liga = -13; -t_t.liga = -13; +ohungarumlaut = { +onesuperior = 0; +sevensuperior = 0; +parenright = 0; +bracketright = 0; +quotedblright = 0; +quotedbl = 0; +quotesingle = 0; }; -u = { -asciitilde = -2; -backslash = -26; -exclam.ss01 = 0; -germandbls = 0; -jcircumflex = 0; +uhornacute = { +a = -21; +a.ss05 = -20; +c = -24; +n = -3; +t = -8; +u = 0; +t_i.liga = 0; +t_t.liga = 0; +period = -30; +comma = -30; +ellipsis = -37; +question = 0; +period.ss01 = -36; +ellipsis.ss01 = -37; +comma.ss01 = -34; +parenright = -37; +quotedbl = 0; +}; +o = { +germandbls = -13; +gbreve.ss06 = 6; +ordmasculine = -41; +seven = -39; +registered = -22; logicalnot = 0; }; -uacute = { -parenright = -24; +ellipsis = { +Dcroat = -27; +Tbar = -59; +tbar = -49; +twosuperior = -132; +threesuperior = -136; +fivesuperior = -136; +eightsuperior = -133; +parenleft = -26; +braceright = -62; +parenleft.case = -50; +bracketright.case = -17; }; -uhorn = { -a = 0; -a.ss05 = 0; -colon = 24; -comma = 0; -comma.ss01 = -29; -guillemetright = 25; -ohorn = 0; -ohornacute = 0; -ohorndotbelow = 0; -ohorndotbelow.ss01 = 0; -ohorngrave = 0; -ohornhookabove = 0; -ohorntilde = 0; -parenright = -32; -period = 0; -period.ss01 = -35; -quotedbl = 11; -quotedblright = 7; -u = 0; +Iacute = { +A = 2; +S = 4; +igrave = 29; +icircumflex = 40; +parenright.case = -12; }; -uhornacute = { -a = 0; -a.ss05 = 0; -c = 0; -comma = 0; -comma.ss01 = -29; -guillemetright = 25; -parenright = -22; -period = 0; -period.ss01 = -35; -quotedbl = 11; -t = 4; -t_i.liga = 4; -t_i.liga.ss01 = 4; -t_t.liga = 4; -u = 0; +sixsuperior = { +A = -44; +fraction = -7; +period = -102; +comma = -104; +slash = -71; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = -31; +parenright = -40; +guillemetleft = -28; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -27; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 35; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -27; +"@MMK_R_KO_t" = -34; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -29; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -15; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -42; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -45; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -58; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -34; +"@MMK_R_KO_I.ss02" = -32; +"@MMK_R_KO_J.ss10" = -106; +"@MMK_R_KO_zero" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -38; +"@MMK_R_KO_three" = -65; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_asterisk" = -77; +"@MMK_R_KO_slash" = -43; +"@MMK_R_KO_period.ss01" = -98; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_parenright.case" = -83; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 13; +l.ss04 = 30; }; -uhorndotbelow = { -a = 0; -a.ss05 = 0; -c = 0; -colon = 24; -comma = 0; -guillemetright = 25; -parenright = -32; -period = 0; -quotedbl = 11; -quotedblright = 7; -u = 0; +five = { +icircumflex = 25; +x = -21; +ordfeminine = -25; +ordmasculine = -24; +parenleft = 4; +asciicircum = -57; }; -uhorndotbelow.ss01 = { -a = 0; -c = 0; -comma.ss01 = -29; -parenright = -32; -period.ss01 = -35; +Tcommaaccent = { +aacute = -43; +acircumflex.ss05 = -13; +amacron.ss05 = -18; +abreve.ss05 = -21; +endash.case = -48; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -69; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_backslash" = -47; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -49; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_braceright" = -63; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -38; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -64; +"@MMK_R_KO_asciicircum" = -49; }; -uhorngrave = { -a = 0; -a.ss05 = 0; -comma = 0; -comma.ss01 = -29; -guillemetright = 25; -parenright = -32; -period = 0; -period.ss01 = -35; -quotedbl = 11; -quotedblright = 7; +questiondown.ss01 = { +l.ss03 = -32; +quoteright.ss01 = -81; }; -uhornhookabove = { -a = 0; -a.ss05 = 0; -comma = 0; -comma.ss01 = -29; -guillemetright = 25; -parenright = -31; -period = 0; -period.ss01 = -35; -quotedbl = 11; -quotedblright = 10; -quotesingle = 11; -semicolon = 29; -u = 0; +threeinferior = { +T = -46; +V = -48; +W = -34; +Y = -82; +parenright = -60; +bracketright = -44; }; -uhorntilde = { -a = 0; -a.ss05 = 0; -colon = 24; -comma = 0; -comma.ss01 = -29; -guillemetright = 25; -parenright = -32; -period = 0; -period.ss01 = -35; -quotedbl = 11; -quotedblright = 8; -u = 0; +Adieresis.ss01 = { +endash.case = -21; +registered = -38; +}; +lcaron.ss03 = { +b = 17; +h = 17; +k = 17; +i = 3; +idotaccent = 3; +i.ss01 = 3; +idotaccent.ss01 = 3; +j = 6; +j.ss01 = 4; +zcaron = 9; +l.ss03 = 17; +lcaron.ss03 = 17; +sixsuperior = 46; +onesuperior = 26; +twosuperior = 28; +threesuperior = 29; +foursuperior = 32; +fivesuperior = 40; +sevensuperior = 7; +eightsuperior = 41; +ninesuperior = 46; +exclam = 68; +question = 37; +exclam.ss01 = 62; +question.ss01 = 36; +parenright = 5; +bracketright = 0; +quotedblleft = 52; +quoteleft = 57; +quotedbl = 64; +quotesingle = 68; +quotedblleft.ss01 = 38; +quoteleft.ss01 = 38; }; -uhungarumlaut = { -b = 0; -comma.ss01 = -28; -h = 0; -j = 0; -j.ss01 = 0; -k = 0; -l = 0; -l.ss04 = 0; -parenright = -5; -period.ss01 = -34; +f_f.liga = { +e = 0; +f = 4; +fl = 4; +i = 0; +i.ss01 = 0; +idieresis = 1; +seven = 8; +ampersand = -25; }; -underscore = { -A = 29; -C = -28; -G = -24; -J = 41; -O = -28; -Q = -28; -S = -13; -T = -43; -U = -30; -V = -60; -W = -39; -X = 27; -Y = -56; -Z = 30; -a = -20; -asterisk = -138; -c = -22; -d = -19; -e = -22; -eight = -17; -f = -6; -five = -21; -four = -100; -j = 0; -nine = -10; -o = -22; -one = -9; -q = -20; -quotedbl = -126; -quotedblright = -118; -quotedblright.ss01 = -113; -quotesingle = -61; -s = -5; -seven = -33; -six = -23; -slash = 42; -t = -14; -t_i.liga = -14; -t_t.liga = -14; -three = -7; -two = 12; -u = -16; -underscore = -30; -v = -36; -w = -32; -x = 19; -z = 24; -zero = -24; +Jacute = { +Icircumflex = 11; +Imacron = 11; +Hbar = 29; +igrave = 32; +ibreve = 40; +icaron = 39; +idieresis = 63; +jcircumflex = 43; +idieresis.ss01 = 60; +parenright = 1; +parenright.case = -12; }; -uogonek = { -comma = 32; -j = 0; -j.ss01 = 0; -onesuperior = -32; -parenright = 20; -period = 15; -period.ss01 = -17; -quotedbl = -24; -quotedblleft = -62; -quotedblleft.ss01 = -41; -quoteleft = -62; -quoteleft.ss01 = -41; -semicolon = 32; -sevensuperior = -37; +braceright.case = { +J.ss10 = -48; +period = -47; +comma = -48; +period.ss01 = -48; +comma.ss01 = -47; +hyphen.case = 5; +parenright.case = -69; +braceright.case = -37; +asciicircum = -52; }; -v = { -Jcircumflex = -8; -acircumflextilde.ss05 = 0; -ampersand = -11; -e = 0; +ecircumflexhookabove = { +m = 0; n = 0; +u = 4; +period.ss01 = -10; +comma.ss01 = -9; +parenright = 0; }; -w = { -ampersand = -9; +Cdotaccent = { +Hbar = 25; }; -won = { -comma = -49; -period = -48; -slash = -35; +Ncommaaccent = { +imacron = 44; }; -x = { -ampersand = -10; -backslash = -5; -logicalnot = 0; -minus = -9; -plus = -6; -two = 10; +dollar = { +one = -9; +three = 0; +four = 0; +five = 8; +eight = 8; +parenright = -55; +bracketright = -33; +parenright.case = -64; }; -y = { -Ydieresis = -19; -Ydieresis.ss01 = -19; -ampersand = -10; -asciitilde = 0; -e = 4; -exclam.ss01 = 13; -germandbls = 22; -twoinferior = -13; -zeroinferior = -13; +Scaron = { +iogonek = 5; }; -yacute = { -T = 5; -parenright = -2; +fi = { +hbar = 1; +idieresis = 0; +jcircumflex = 14; +germandbls = 0; +logicalnot = 2; }; -ydotbelow = { -comma = 25; -ecircumflexdotbelow = 4; -parenright = 0; -period = -21; -semicolon = 45; +zero = { +icircumflex = 11; +x = -19; +ordmasculine = -11; +underscore = -57; +parenleft = 5; +braceright = -49; +braceright.case = -24; +bracketright.case = -30; +baht = 6; +trademark = -43; +multiply = -7; +asciicircum = -19; }; -ydotbelow.ss01 = { -comma.ss01 = -10; -parenright = 0; -period.ss01 = -49; +period.ss01 = { +ordfeminine = -98; +ordmasculine = -98; +twosuperior = -98; +threesuperior = -98; +fivesuperior = -98; +eightsuperior = -98; +question.ss01 = -75; +parenleft = -19; +braceright = -58; +parenleft.case = -35; +quoteright.ss01 = -96; }; -yen = { -comma = -54; -four = 0; -one = 0; -period = -61; -slash = -23; -three = 0; -two = -2; +X = { +igrave = 19; +ibreve = 30; +icaron = 26; +idieresis = 45; +idieresis.ss01 = 45; +zero = -29; +two = 0; +three = -15; +six = -30; +eight = -13; +nine = -15; +numbersign = -25; +endash.case = -35; +parenleft.case = -17; +at = -32; +registered = -27; +plus = -57; +minus = -57; +multiply = -48; +equal = -32; +notequal = -29; +less = -46; +logicalnot = -49; +asciitilde = -67; }; -ytilde = { -parenright = -20; +L = { +H = 0; +Dcroat = -15; +Oslash = -17; +Tbar = -44; +oslash = -16; +ordfeminine = -79; +ordmasculine = -78; +zero = -25; +two = 4; +three = -2; +five = -6; +six = -25; +seven = -74; +nine = -12; +numbersign = -44; +endash.case = -69; +parenleft.case = -28; +quoteleft.ss01 = -77; +at = -19; +registered = -82; +dollar = -13; +plus = -83; +minus = -87; +multiply = -58; +equal = -23; +notequal = -31; +less = -79; +approxequal = -16; +logicalnot = -72; +asciitilde = -95; }; -z = { -backslash = -9; -minus = 0; +euro = { +period = -14; +comma = -14; +slash = -31; +period.ss01 = -12; +parenright = -65; +bracketright = -56; +parenright.case = -73; +bracketright.case = -36; }; -zcaron = { -imacron = 0; -iogonek = 0; -parenright = 14; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -52; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_icircumflex" = 26; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_itilde" = 28; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -31; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_g.ss06" = -23; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -62; +"@MMK_R_KO_colon" = -23; +"@MMK_R_KO_semicolon" = -20; +"@MMK_R_KO_ellipsis" = -66; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -73; +"@MMK_R_KO_backslash" = 11; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_underscore" = -68; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -3; +"@MMK_R_KO_asciicircum" = -27; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; }; -zero = { -asciicircum = -27; -baht = -7; -braceright = -24; -bracketright.case = -19; -multiply = -19; -ordmasculine = -10; -six = 17; -trademark = -34; +perthousand = { +question = -75; +asterisk = -136; +question.ss01 = -70; +parenright = -67; +parenright.case = -70; +quotedblleft = -126; +quotedblright = -88; +quoteleft = -104; +quoteright = -80; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -95; +quotedblright.ss01 = -142; +quoteright.ss01 = -96; }; -zero.dnom = { -degree = -138; -parenright = -52; -question = -65; -question.ss01 = -66; -quotedbl = -117; -quotedblleft = -118; -quotedblleft.ss01 = -113; -quotedblright = -118; -quotedblright.ss01 = -113; -quoteright = -64; -quotesingle = -61; +V = { +Eth = -9; +Oslash = -12; +adieresis = -16; +ae = -30; +a.ss05 = -29; +adieresis.ss05 = 0; +eacute = -28; +ccaron = -22; +emacron = -24; +edieresis = -8; +ecaron = -22; +otilde = -12; +odieresis = -8; +iacute = -13; +ncommaaccent = -19; +igrave = 13; +ibreve = 21; +icaron = 22; +idieresis = 34; +racute = -17; +scaron = -9; +zcaron = -6; +idieresis.ss01 = 32; +gdotaccent.ss06 = -12; +gdotaccent.ss01.ss06 = -18; +zero = -15; +two = -5; +three = -12; +six = -17; +seven = 4; +twoinferior = -43; +ellipsis.ss01 = -62; +endash.case = -14; +at = -21; +ampersand = -44; +plus = -32; +minus = -32; +less = -27; +lessequal = -10; +approxequal = -30; +asciitilde = -50; }; -zeroinferior = { -parenright = -38; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -79; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -64; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -65; +"@MMK_R_KO_period.ss01" = -76; +"@MMK_R_KO_comma.ss01" = -74; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -21; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_parenright.case" = -63; +"@MMK_R_KO_quotedblleft" = 19; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 19; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = -2; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -142; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -29; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -71; +"@MMK_R_KO_period.ss01" = -98; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -74; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -10; +"@MMK_R_KO_plus" = -12; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -129; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 19; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = 17; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 4; +"@MMK_R_KO_ninesuperior" = 21; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_ellipsis" = -185; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = -84; +"@MMK_R_KO_period.ss01" = -98; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = -136; +"@MMK_R_KO_endash" = -72; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 24; +"@MMK_R_KO_quotesingle" = 24; +"@MMK_R_KO_quotedblleft.ss01" = 14; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_degree" = 12; +"@MMK_R_KO_plus" = -34; +"@MMK_R_KO_percent" = 18; }; -zerosuperior = { -comma = -64; -comma.ss01 = -60; -fraction = -6; -parenright = -16; -period = -61; -period.ss01 = -61; -slash = -51; +seven = { +icircumflex = 17; +x = -28; +g.ss06 = -33; +mu = -22; +colon = -24; +semicolon = -22; +backslash = 15; +ellipsis.ss01 = -79; +underscore = -73; +parenleft = -8; +at = -22; +ampersand = -39; +euro = -26; +minus = -44; +multiply = -36; +divide = -45; +notequal = -19; +less = -31; +plusminus = -36; +asciitilde = -64; +asciicircum = -29; }; +scedilla = { +gbreve.ss06 = 8; }; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = { -"@MMK_L_A" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 2; -"@MMK_R_O" = -15; -"@MMK_R_S" = -11; -"@MMK_R_T" = -42; -"@MMK_R_U" = -6; -"@MMK_R_V" = -69; -"@MMK_R_W" = -39; -"@MMK_R_X" = 2; -"@MMK_R_Y" = -70; -"@MMK_R_Z" = 4; -"@MMK_R_a" = -10; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asciicircum" = -44; -"@MMK_R_asterisk" = -51; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -23; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 5; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -13; -"@MMK_R_eightsuperior" = -38; -"@MMK_R_ellipsis" = -3; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -16; -"@MMK_R_fivesuperior" = -42; -"@MMK_R_four" = -12; -"@MMK_R_foursuperior" = -35; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -21; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -11; -"@MMK_R_hyphen.case" = -21; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -44; -"@MMK_R_one" = -35; -"@MMK_R_onesuperior" = -56; -"@MMK_R_parenright" = -45; -"@MMK_R_parenright.case" = -22; -"@MMK_R_period" = 5; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -41; -"@MMK_R_question.ss01" = -45; -"@MMK_R_quotedbl" = -56; -"@MMK_R_quotedblleft" = -45; -"@MMK_R_quotedblleft.ss01" = -33; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -25; -"@MMK_R_quoteright.ss01" = -27; -"@MMK_R_s" = -7; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -53; -"@MMK_R_sixsuperior" = -45; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -22; -"@MMK_R_threesuperior" = -37; -"@MMK_R_trademark" = -66; -"@MMK_R_twosuperior" = -31; -"@MMK_R_u" = -9; -"@MMK_R_underscore" = 15; -"@MMK_R_v" = -40; -"@MMK_R_w" = -25; -"@MMK_R_x" = 0; -"@MMK_R_y" = -26; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -18; -}; -"@MMK_L_B" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 7; -"@MMK_R_T" = -4; -"@MMK_R_U" = 2; -"@MMK_R_V" = -15; -"@MMK_R_W" = -10; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -28; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -13; -"@MMK_R_asterisk" = -10; -"@MMK_R_braceright" = -25; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 3; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = -8; -"@MMK_R_hyphen" = 5; -"@MMK_R_hyphen.case" = -5; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 38; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 25; -"@MMK_R_itilde" = 40; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 15; -"@MMK_R_lslash" = 6; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -15; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -79; -"@MMK_R_parenright.case" = -62; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -17; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -13; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -27; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -31; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -3; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_C" = { -"@MMK_R_A" = -6; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 6; -"@MMK_R_T" = -3; -"@MMK_R_U" = 6; -"@MMK_R_V" = -13; -"@MMK_R_W" = -8; -"@MMK_R_X" = -17; -"@MMK_R_Y" = -28; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -4; -"@MMK_R_asterisk" = -8; -"@MMK_R_braceright" = -29; -"@MMK_R_bracketright" = -32; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -9; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -4; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = 6; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 38; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 25; -"@MMK_R_itilde" = 41; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 15; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -14; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -80; -"@MMK_R_parenright.case" = -66; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -17; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -21; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -27; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -28; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -13; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = -3; -"@MMK_R_O" = 11; -"@MMK_R_S" = 0; -"@MMK_R_T" = -16; -"@MMK_R_U" = 4; -"@MMK_R_V" = -21; -"@MMK_R_W" = -13; -"@MMK_R_X" = -25; -"@MMK_R_Y" = -41; -"@MMK_R_Z" = -8; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -10; -"@MMK_R_asterisk" = -16; -"@MMK_R_braceright" = -49; -"@MMK_R_bracketright" = -56; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_e" = 8; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -19; -"@MMK_R_exclam" = -4; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 11; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = 8; -"@MMK_R_hyphen.case" = 11; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 14; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 5; -"@MMK_R_itilde" = 14; -"@MMK_R_j" = 3; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 5; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -27; -"@MMK_R_oslash" = 8; -"@MMK_R_parenright" = -91; -"@MMK_R_parenright.case" = -81; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -14; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -13; -"@MMK_R_quotedbl" = -20; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 9; -"@MMK_R_quoteright" = 9; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -29; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = -25; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 7; -"@MMK_R_underscore" = -48; -"@MMK_R_v" = -2; -"@MMK_R_w" = 0; -"@MMK_R_x" = -7; -"@MMK_R_y" = -4; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 12; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = 0; -"@MMK_R_O" = -3; -"@MMK_R_S" = 0; -"@MMK_R_T" = 5; -"@MMK_R_U" = 2; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 9; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 10; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -4; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = -3; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = -5; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -14; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = -4; -"@MMK_R_hyphen.case" = -3; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 58; -"@MMK_R_igrave" = 32; -"@MMK_R_imacron" = 43; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 34; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -24; -"@MMK_R_parenright.case" = -16; -"@MMK_R_period" = 9; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 4; -"@MMK_R_quoteright" = 4; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -4; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 6; -"@MMK_R_v" = -4; -"@MMK_R_w" = -2; -"@MMK_R_x" = 0; -"@MMK_R_y" = -11; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -3; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = -30; -"@MMK_R_O" = -2; -"@MMK_R_S" = -2; -"@MMK_R_T" = 11; -"@MMK_R_U" = 4; -"@MMK_R_V" = 3; -"@MMK_R_W" = 6; -"@MMK_R_X" = -5; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = -14; -"@MMK_R_asciicircum" = -31; -"@MMK_R_asterisk" = 4; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -12; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -78; -"@MMK_R_comma.ss01" = -90; -"@MMK_R_e" = -6; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -86; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -7; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = -6; -"@MMK_R_g.ss05" = -10; -"@MMK_R_guillemetleft" = -10; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 62; -"@MMK_R_igrave" = 37; -"@MMK_R_imacron" = 49; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 35; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -10; -"@MMK_R_ninesuperior" = 3; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -6; -"@MMK_R_parenright" = -26; -"@MMK_R_parenright.case" = -17; -"@MMK_R_period" = -79; -"@MMK_R_period.ss01" = -91; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 8; -"@MMK_R_quoteright" = 6; -"@MMK_R_quoteright.ss01" = 3; -"@MMK_R_s" = -8; -"@MMK_R_semicolon" = -10; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -42; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -4; -"@MMK_R_underscore" = -78; -"@MMK_R_v" = -8; -"@MMK_R_w" = -7; -"@MMK_R_x" = -12; -"@MMK_R_y" = -10; -"@MMK_R_z" = -14; -"@MMK_R_zero" = 0; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = 7; -"@MMK_R_O" = 4; -"@MMK_R_S" = 4; -"@MMK_R_T" = -10; -"@MMK_R_U" = 0; -"@MMK_R_V" = -20; -"@MMK_R_W" = -13; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -36; -"@MMK_R_Z" = 8; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -11; -"@MMK_R_asterisk" = -14; -"@MMK_R_braceright" = -14; -"@MMK_R_bracketright" = -14; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 8; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -7; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 25; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 13; -"@MMK_R_itilde" = 30; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 6; -"@MMK_R_lslash" = 4; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -20; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -52; -"@MMK_R_parenright.case" = -25; -"@MMK_R_period" = 8; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -5; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -23; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -33; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 5; -"@MMK_R_v" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = -2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = -8; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 10; -"@MMK_R_S" = 4; -"@MMK_R_T" = -6; -"@MMK_R_U" = 4; -"@MMK_R_V" = -16; -"@MMK_R_W" = -9; -"@MMK_R_X" = -17; -"@MMK_R_Y" = -31; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 8; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -7; -"@MMK_R_asterisk" = -10; -"@MMK_R_braceright" = -32; -"@MMK_R_bracketright" = -29; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -3; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 3; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = 11; -"@MMK_R_hyphen.case" = 3; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 33; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 20; -"@MMK_R_itilde" = 38; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 11; -"@MMK_R_lslash" = 7; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -16; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -83; -"@MMK_R_parenright.case" = -70; -"@MMK_R_period" = -3; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -7; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -18; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -29; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = -29; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 11; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = 0; -"@MMK_R_S" = 0; -"@MMK_R_U" = 5; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -12; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = 18; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -5; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -4; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 48; -"@MMK_R_igrave" = 24; -"@MMK_R_imacron" = 36; -"@MMK_R_itilde" = 65; -"@MMK_R_j" = 2; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 25; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -3; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -19; -"@MMK_R_parenright.case" = -7; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -5; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -9; -"@MMK_R_twosuperior" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 14; -"@MMK_R_J" = 9; -"@MMK_R_O" = -2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 8; -"@MMK_R_U" = 3; -"@MMK_R_V" = 0; -"@MMK_R_W" = 2; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 12; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 12; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -6; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = -8; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -31; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -13; -"@MMK_R_hyphen.case" = -37; -"@MMK_R_icircumflex" = 59; -"@MMK_R_igrave" = 32; -"@MMK_R_imacron" = 44; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 2; -"@MMK_R_lslash" = -9; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -7; -"@MMK_R_parenright" = -20; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = 12; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 9; -"@MMK_R_v" = -3; -"@MMK_R_w" = -4; -"@MMK_R_x" = 0; -"@MMK_R_y" = -4; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -2; -}; -"@MMK_L_J" = { -"@MMK_R_A" = -6; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 3; -"@MMK_R_T" = 3; -"@MMK_R_U" = 8; -"@MMK_R_V" = 3; -"@MMK_R_W" = 3; -"@MMK_R_X" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -10; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 18; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -3; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = 3; -"@MMK_R_hyphen.case" = 4; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 51; -"@MMK_R_igrave" = 28; -"@MMK_R_imacron" = 38; -"@MMK_R_j" = 2; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 7; -"@MMK_R_l.ss03" = 28; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -5; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 4; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 3; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -3; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -16; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -7; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -27; -"@MMK_R_v" = 3; -"@MMK_R_w" = 2; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 4; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 0; -"@MMK_R_O" = -23; -"@MMK_R_S" = -14; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 2; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = -12; -"@MMK_R_asciicircum" = -48; -"@MMK_R_asterisk" = -7; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -23; -"@MMK_R_egrave" = -22; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -16; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = -21; -"@MMK_R_foursuperior" = -32; -"@MMK_R_g" = -11; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -33; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -22; -"@MMK_R_hyphen.case" = -35; -"@MMK_R_icircumflex" = 30; -"@MMK_R_igrave" = 38; -"@MMK_R_imacron" = 45; -"@MMK_R_itilde" = 56; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 27; -"@MMK_R_lslash" = -6; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = -22; -"@MMK_R_onesuperior" = -4; -"@MMK_R_oslash" = -22; -"@MMK_R_parenright" = -24; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -15; -"@MMK_R_question.ss01" = -19; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -19; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -3; -"@MMK_R_twosuperior" = -6; -"@MMK_R_u" = -8; -"@MMK_R_underscore" = 13; -"@MMK_R_v" = -26; -"@MMK_R_w" = -23; -"@MMK_R_x" = 0; -"@MMK_R_y" = -25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -24; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 3; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = 2; -"@MMK_R_O" = -13; -"@MMK_R_S" = -3; -"@MMK_R_T" = -42; -"@MMK_R_U" = -7; -"@MMK_R_V" = -50; -"@MMK_R_W" = -30; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -78; -"@MMK_R_Z" = 9; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -83; -"@MMK_R_asterisk" = -68; -"@MMK_R_braceright" = -27; -"@MMK_R_bracketright" = -24; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 17; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = -77; -"@MMK_R_ellipsis" = 4; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -19; -"@MMK_R_fivesuperior" = -80; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -75; -"@MMK_R_g" = -10; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -36; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = -9; -"@MMK_R_hyphen.case" = -72; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -4; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -77; -"@MMK_R_one" = -75; -"@MMK_R_onesuperior" = -76; -"@MMK_R_oslash" = -8; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -31; -"@MMK_R_period" = 17; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -60; -"@MMK_R_question.ss01" = -73; -"@MMK_R_quotedbl" = -73; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblleft.ss01" = -80; -"@MMK_R_quotedblright" = -63; -"@MMK_R_quoteright" = -63; -"@MMK_R_quoteright.ss01" = -70; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -77; -"@MMK_R_sixsuperior" = -78; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -20; -"@MMK_R_threesuperior" = -75; -"@MMK_R_trademark" = -81; -"@MMK_R_twosuperior" = -75; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 13; -"@MMK_R_v" = -29; -"@MMK_R_w" = -22; -"@MMK_R_x" = 0; -"@MMK_R_y" = -32; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -13; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 3; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = 2; -"@MMK_R_O" = -9; -"@MMK_R_S" = 0; -"@MMK_R_T" = -42; -"@MMK_R_U" = -5; -"@MMK_R_V" = -49; -"@MMK_R_W" = -30; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -78; -"@MMK_R_Z" = 9; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -24; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 17; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -5; -"@MMK_R_eightsuperior" = -35; -"@MMK_R_ellipsis" = 4; -"@MMK_R_exclam" = 7; -"@MMK_R_fivesuperior" = -38; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -35; -"@MMK_R_guillemetleft" = -34; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -9; -"@MMK_R_hyphen.case" = -33; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -9; -"@MMK_R_ninesuperior" = -43; -"@MMK_R_onesuperior" = -73; -"@MMK_R_parenright" = -50; -"@MMK_R_parenright.case" = -30; -"@MMK_R_period" = 17; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -38; -"@MMK_R_question.ss01" = -40; -"@MMK_R_quotedbl" = -50; -"@MMK_R_quotedblleft" = -34; -"@MMK_R_quotedblleft.ss01" = -38; -"@MMK_R_quotedblright" = -28; -"@MMK_R_quoteright" = -28; -"@MMK_R_quoteright.ss01" = -30; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -77; -"@MMK_R_sixsuperior" = -38; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -34; -"@MMK_R_twosuperior" = -40; -"@MMK_R_u" = 0; -"@MMK_R_y" = -28; -"@MMK_R_z" = 0; -}; -"@MMK_L_O" = { -"@MMK_R_A" = -12; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -2; -"@MMK_R_O" = 11; -"@MMK_R_S" = 2; -"@MMK_R_T" = -10; -"@MMK_R_U" = 4; -"@MMK_R_V" = -19; -"@MMK_R_W" = -12; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -36; -"@MMK_R_Z" = -4; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -9; -"@MMK_R_asterisk" = -13; -"@MMK_R_braceright" = -40; -"@MMK_R_bracketright" = -40; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -17; -"@MMK_R_exclam" = -3; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 10; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 11; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 24; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 12; -"@MMK_R_itilde" = 28; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 6; -"@MMK_R_lslash" = 7; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -19; -"@MMK_R_oslash" = 10; -"@MMK_R_parenright" = -46; -"@MMK_R_parenright.case" = -46; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -14; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 9; -"@MMK_R_quoteright" = 9; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -23; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -24; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 6; -"@MMK_R_underscore" = -34; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 11; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_O" = 11; -"@MMK_R_S" = 2; -"@MMK_R_T" = 2; -"@MMK_R_U" = 8; -"@MMK_R_V" = 4; -"@MMK_R_X" = 0; -"@MMK_R_bracketright" = 11; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = 11; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -17; -"@MMK_R_exclam" = 2; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 11; -"@MMK_R_i" = 5; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -2; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 5; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -14; -"@MMK_R_question" = -3; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 11; -"@MMK_R_quoteright.ss01" = 10; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 2; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -26; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -8; -"@MMK_R_J" = -29; -"@MMK_R_O" = 9; -"@MMK_R_S" = 0; -"@MMK_R_T" = -11; -"@MMK_R_U" = 6; -"@MMK_R_V" = -13; -"@MMK_R_W" = -7; -"@MMK_R_X" = -38; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = -19; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -4; -"@MMK_R_asterisk" = -9; -"@MMK_R_braceright" = -36; -"@MMK_R_bracketright" = -42; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -101; -"@MMK_R_comma.ss01" = -97; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -111; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -10; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 8; -"@MMK_R_icircumflex" = 33; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 17; -"@MMK_R_itilde" = 30; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 11; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -13; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -81; -"@MMK_R_parenright.case" = -69; -"@MMK_R_period" = -102; -"@MMK_R_period.ss01" = -94; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 3; -"@MMK_R_quotedblright" = 13; -"@MMK_R_quoteright" = 13; -"@MMK_R_quoteright.ss01" = 4; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -17; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -49; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -29; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -144; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -5; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 5; -"@MMK_R_O" = -8; -"@MMK_R_S" = 0; -"@MMK_R_T" = -28; -"@MMK_R_U" = -4; -"@MMK_R_V" = -36; -"@MMK_R_W" = -26; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -59; -"@MMK_R_Z" = 3; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = -30; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = 14; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -18; -"@MMK_R_ellipsis" = 3; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = -9; -"@MMK_R_fivesuperior" = -22; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -18; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -12; -"@MMK_R_hyphen.case" = -11; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 6; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 2; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = -36; -"@MMK_R_parenright" = -47; -"@MMK_R_parenright.case" = -24; -"@MMK_R_period" = 15; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -23; -"@MMK_R_question.ss01" = -25; -"@MMK_R_quotedbl" = -33; -"@MMK_R_quotedblleft" = -23; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -8; -"@MMK_R_quoteright" = -8; -"@MMK_R_quoteright.ss01" = -13; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 12; -"@MMK_R_sevensuperior" = -38; -"@MMK_R_sixsuperior" = -24; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -9; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -55; -"@MMK_R_twosuperior" = -20; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 11; -"@MMK_R_v" = -17; -"@MMK_R_w" = -15; -"@MMK_R_x" = 0; -"@MMK_R_y" = -19; -"@MMK_R_z" = 4; -"@MMK_R_zero" = -9; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 6; -"@MMK_R_S" = 8; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = -9; -"@MMK_R_W" = -2; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -24; -"@MMK_R_Z" = 2; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -4; -"@MMK_R_asterisk" = -4; -"@MMK_R_braceright" = -7; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon" = 11; -"@MMK_R_colon.ss01" = 6; -"@MMK_R_comma" = 2; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 6; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 44; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 27; -"@MMK_R_itilde" = 42; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 19; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -11; -"@MMK_R_oslash" = -2; -"@MMK_R_parenright" = -52; -"@MMK_R_parenright.case" = -21; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblleft" = 4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 7; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -13; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -3; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -23; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = 3; -"@MMK_R_v" = 0; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 6; -"@MMK_R_zero" = 6; -}; -"@MMK_L_S" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 6; -"@MMK_R_T" = -2; -"@MMK_R_U" = 2; -"@MMK_R_V" = -12; -"@MMK_R_W" = -8; -"@MMK_R_X" = -10; -"@MMK_R_Y" = -25; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -16; -"@MMK_R_asterisk" = -7; -"@MMK_R_braceright" = -25; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -8; -"@MMK_R_ellipsis" = -3; -"@MMK_R_exclam" = 4; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -7; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -9; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = 4; -"@MMK_R_hyphen.case" = -9; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 42; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 30; -"@MMK_R_itilde" = 44; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 20; -"@MMK_R_lslash" = 5; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -12; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -75; -"@MMK_R_parenright.case" = -58; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -5; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = -16; -"@MMK_R_quoteright" = -16; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -14; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -12; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -16; -"@MMK_R_trademark" = -23; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -21; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -40; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = -28; -"@MMK_R_O" = -3; -"@MMK_R_S" = 0; -"@MMK_R_T" = 12; -"@MMK_R_U" = 5; -"@MMK_R_V" = 4; -"@MMK_R_W" = 6; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -35; -"@MMK_R_a.ss04" = -18; -"@MMK_R_asciicircum" = -30; -"@MMK_R_asterisk" = 5; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -14; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = -40; -"@MMK_R_comma.ss01" = -53; -"@MMK_R_e" = -50; -"@MMK_R_egrave" = -18; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -48; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -46; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = -35; -"@MMK_R_g.ss05" = -38; -"@MMK_R_guillemetleft" = -51; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -44; -"@MMK_R_hyphen.case" = -44; -"@MMK_R_i" = -5; -"@MMK_R_icircumflex" = 63; -"@MMK_R_igrave" = 37; -"@MMK_R_imacron" = 49; -"@MMK_R_itilde" = 79; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 30; -"@MMK_R_lslash" = -7; -"@MMK_R_n" = -20; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -50; -"@MMK_R_parenright" = -27; -"@MMK_R_parenright.case" = -17; -"@MMK_R_period" = -41; -"@MMK_R_period.ss01" = -54; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 3; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -36; -"@MMK_R_semicolon" = -13; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -45; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -19; -"@MMK_R_underscore" = -42; -"@MMK_R_v" = -10; -"@MMK_R_w" = -10; -"@MMK_R_x" = -12; -"@MMK_R_y" = -9; -"@MMK_R_z" = -18; -"@MMK_R_zero" = -4; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = -17; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -24; -"@MMK_R_J" = -26; -"@MMK_R_O" = 9; -"@MMK_R_S" = -3; -"@MMK_R_T" = -29; -"@MMK_R_U" = 6; -"@MMK_R_V" = -23; -"@MMK_R_W" = -14; -"@MMK_R_Y" = -47; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -64; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -35; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -3; -"@MMK_R_exclam" = -6; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_foursuperior" = -3; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 11; -"@MMK_R_i" = 0; -"@MMK_R_imacron" = 3; -"@MMK_R_j" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_onesuperior" = -42; -"@MMK_R_parenright" = -91; -"@MMK_R_parenright.case" = -81; -"@MMK_R_period" = -36; -"@MMK_R_period.ss01" = -30; -"@MMK_R_question" = -14; -"@MMK_R_question.ss01" = -19; -"@MMK_R_quotedbl" = -23; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -48; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = -35; -"@MMK_R_threesuperior" = -5; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 2; -"@MMK_R_v" = -3; -"@MMK_R_y" = -7; -}; -"@MMK_L_U" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 6; -"@MMK_R_S" = 4; -"@MMK_R_T" = 4; -"@MMK_R_U" = 9; -"@MMK_R_V" = 4; -"@MMK_R_W" = 4; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 4; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -9; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 19; -"@MMK_R_bracketright" = 2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 4; -"@MMK_R_g.ss05" = 3; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = 5; -"@MMK_R_hyphen.case" = 5; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 27; -"@MMK_R_imacron" = 39; -"@MMK_R_j" = 3; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 29; -"@MMK_R_lslash" = 2; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = -3; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 6; -"@MMK_R_quoteright.ss01" = 4; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -14; -"@MMK_R_t" = 2; -"@MMK_R_trademark" = -7; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -28; -"@MMK_R_v" = 4; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 31; -"@MMK_R_I.ss02" = 43; -"@MMK_R_O" = 6; -"@MMK_R_T" = 47; -"@MMK_R_U" = 35; -"@MMK_R_V" = 48; -"@MMK_R_X" = 29; -"@MMK_R_Y" = 45; -"@MMK_R_Z" = 32; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 2; -"@MMK_R_bracketright" = 43; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_e" = 3; -"@MMK_R_eightsuperior" = 31; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = 43; -"@MMK_R_fivesuperior" = 30; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = 5; -"@MMK_R_hyphen.case" = 5; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 31; -"@MMK_R_onesuperior" = 35; -"@MMK_R_parenright" = 35; -"@MMK_R_parenright.case" = 41; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 8; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 46; -"@MMK_R_quotedblright" = 38; -"@MMK_R_quoteright" = 39; -"@MMK_R_quoteright.ss01" = 38; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = 43; -"@MMK_R_sixsuperior" = 26; -"@MMK_R_slash" = -4; -"@MMK_R_threesuperior" = 31; -"@MMK_R_twosuperior" = 33; -"@MMK_R_u" = 0; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -57; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -28; -"@MMK_R_O" = -12; -"@MMK_R_S" = -4; -"@MMK_R_T" = 3; -"@MMK_R_U" = 4; -"@MMK_R_V" = 3; -"@MMK_R_W" = 2; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 2; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -24; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asciicircum" = -22; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -10; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = -40; -"@MMK_R_comma.ss01" = -49; -"@MMK_R_e" = -24; -"@MMK_R_egrave" = -23; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -48; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -7; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -29; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = -22; -"@MMK_R_g.ss05" = -19; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = -14; -"@MMK_R_hyphen" = -25; -"@MMK_R_hyphen.case" = -16; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 48; -"@MMK_R_igrave" = 39; -"@MMK_R_imacron" = 48; -"@MMK_R_itilde" = 70; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 31; -"@MMK_R_lslash" = -6; -"@MMK_R_n" = -15; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -7; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -24; -"@MMK_R_parenright" = -25; -"@MMK_R_parenright.case" = -17; -"@MMK_R_period" = -41; -"@MMK_R_period.ss01" = -49; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -7; -"@MMK_R_quotedbl" = 6; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = -19; -"@MMK_R_semicolon" = -7; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -58; -"@MMK_R_t" = -3; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -12; -"@MMK_R_underscore" = -51; -"@MMK_R_v" = -11; -"@MMK_R_w" = -8; -"@MMK_R_x" = -14; -"@MMK_R_y" = -11; -"@MMK_R_z" = -15; -"@MMK_R_zero" = -13; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -39; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = -26; -"@MMK_R_O" = -9; -"@MMK_R_S" = -2; -"@MMK_R_T" = 7; -"@MMK_R_U" = 4; -"@MMK_R_V" = 3; -"@MMK_R_W" = 4; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 2; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -18; -"@MMK_R_a.ss04" = -20; -"@MMK_R_asciicircum" = -17; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -6; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -32; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_e" = -19; -"@MMK_R_egrave" = -15; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -36; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -21; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = -16; -"@MMK_R_g.ss05" = -13; -"@MMK_R_guillemetleft" = -26; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = -17; -"@MMK_R_hyphen.case" = -10; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 51; -"@MMK_R_igrave" = 39; -"@MMK_R_imacron" = 50; -"@MMK_R_itilde" = 72; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 35; -"@MMK_R_lslash" = -4; -"@MMK_R_n" = -10; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -18; -"@MMK_R_parenright" = -23; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = -33; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 3; -"@MMK_R_quoteright" = 4; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = -12; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -43; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -5; -"@MMK_R_underscore" = -38; -"@MMK_R_v" = -3; -"@MMK_R_w" = -3; -"@MMK_R_x" = -11; -"@MMK_R_y" = -8; -"@MMK_R_z" = -10; -"@MMK_R_zero" = -8; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = 0; -"@MMK_R_O" = -22; -"@MMK_R_S" = -11; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 2; -"@MMK_R_W" = 2; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 2; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -14; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = -3; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -5; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -28; -"@MMK_R_egrave" = -26; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -16; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = -24; -"@MMK_R_foursuperior" = -28; -"@MMK_R_g" = -14; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -41; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -28; -"@MMK_R_hyphen.case" = -37; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 33; -"@MMK_R_igrave" = 39; -"@MMK_R_imacron" = 46; -"@MMK_R_itilde" = 60; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 29; -"@MMK_R_n" = -4; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = -2; -"@MMK_R_parenright" = -23; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = -11; -"@MMK_R_question.ss01" = -14; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -20; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -17; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = -20; -"@MMK_R_underscore" = 8; -"@MMK_R_v" = -21; -"@MMK_R_w" = -20; -"@MMK_R_x" = 0; -"@MMK_R_y" = -23; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -24; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -58; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -30; -"@MMK_R_O" = -27; -"@MMK_R_S" = -15; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 2; -"@MMK_R_W" = 2; -"@MMK_R_X" = -6; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -6; -"@MMK_R_a" = -54; -"@MMK_R_a.ss04" = -55; -"@MMK_R_asciicircum" = -39; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -30; -"@MMK_R_colon.ss01" = -29; -"@MMK_R_comma" = -84; -"@MMK_R_comma.ss01" = -94; -"@MMK_R_e" = -58; -"@MMK_R_egrave" = -11; -"@MMK_R_eightsuperior" = -3; -"@MMK_R_ellipsis" = -91; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -24; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = -80; -"@MMK_R_foursuperior" = -29; -"@MMK_R_g" = -52; -"@MMK_R_g.ss05" = -47; -"@MMK_R_guillemetleft" = -81; -"@MMK_R_guillemetright" = -32; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -41; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 31; -"@MMK_R_igrave" = 39; -"@MMK_R_imacron" = 44; -"@MMK_R_j" = 0; -"@MMK_R_l" = -2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 23; -"@MMK_R_n" = -33; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = -3; -"@MMK_R_oslash" = -58; -"@MMK_R_parenright" = -26; -"@MMK_R_parenright.case" = -18; -"@MMK_R_period" = -84; -"@MMK_R_period.ss01" = -95; -"@MMK_R_question" = -14; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -24; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = -46; -"@MMK_R_semicolon" = -28; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = -90; -"@MMK_R_t" = -23; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = -31; -"@MMK_R_underscore" = -85; -"@MMK_R_v" = -28; -"@MMK_R_w" = -28; -"@MMK_R_x" = -32; -"@MMK_R_y" = -28; -"@MMK_R_z" = -31; -"@MMK_R_zero" = -29; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = 3; -"@MMK_R_O" = -6; -"@MMK_R_S" = 0; -"@MMK_R_T" = 6; -"@MMK_R_U" = 2; -"@MMK_R_V" = 3; -"@MMK_R_W" = 4; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 11; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -28; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 12; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -7; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = -10; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = -8; -"@MMK_R_hyphen" = -16; -"@MMK_R_hyphen.case" = -29; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 59; -"@MMK_R_igrave" = 32; -"@MMK_R_imacron" = 44; -"@MMK_R_j" = 2; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 33; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -26; -"@MMK_R_parenright.case" = -17; -"@MMK_R_period" = 11; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 4; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 8; -"@MMK_R_v" = -8; -"@MMK_R_w" = -3; -"@MMK_R_x" = 0; -"@MMK_R_y" = -9; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -6; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -25; -"@MMK_R_U" = 0; -"@MMK_R_V" = -18; -"@MMK_R_W" = -10; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -10; -"@MMK_R_asterisk" = -13; -"@MMK_R_braceright" = -27; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -7; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = -5; -"@MMK_R_onesuperior" = -40; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -57; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = -5; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -48; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = -7; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -39; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 2; -"@MMK_R_O" = -11; -"@MMK_R_S" = -8; -"@MMK_R_T" = -42; -"@MMK_R_U" = -10; -"@MMK_R_V" = -49; -"@MMK_R_W" = -33; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -81; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -41; -"@MMK_R_asterisk" = -71; -"@MMK_R_braceright" = -27; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 8; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -8; -"@MMK_R_egrave" = -8; -"@MMK_R_eightsuperior" = -29; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = -13; -"@MMK_R_fivesuperior" = -31; -"@MMK_R_four" = -9; -"@MMK_R_foursuperior" = -29; -"@MMK_R_g" = -5; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -17; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -12; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -6; -"@MMK_R_ninesuperior" = -31; -"@MMK_R_one" = -29; -"@MMK_R_onesuperior" = -61; -"@MMK_R_oslash" = -7; -"@MMK_R_parenright" = -50; -"@MMK_R_period" = 8; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -52; -"@MMK_R_question.ss01" = -58; -"@MMK_R_quotedbl" = -49; -"@MMK_R_quotedblleft" = -40; -"@MMK_R_quotedblleft.ss01" = -25; -"@MMK_R_quotedblright" = -13; -"@MMK_R_quoteright" = -13; -"@MMK_R_quoteright.ss01" = -17; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -64; -"@MMK_R_sixsuperior" = -36; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -13; -"@MMK_R_threesuperior" = -28; -"@MMK_R_trademark" = -61; -"@MMK_R_twosuperior" = -22; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 16; -"@MMK_R_v" = -24; -"@MMK_R_w" = -18; -"@MMK_R_x" = 0; -"@MMK_R_y" = -26; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -11; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -7; -"@MMK_R_S" = -8; -"@MMK_R_T" = -44; -"@MMK_R_U" = -8; -"@MMK_R_V" = -41; -"@MMK_R_W" = -29; -"@MMK_R_Y" = -79; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_e" = -4; -"@MMK_R_egrave" = -5; -"@MMK_R_f" = -12; -"@MMK_R_g" = -5; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_s" = 0; -"@MMK_R_t" = -13; -"@MMK_R_u" = 0; -"@MMK_R_z" = 0; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -39; -"@MMK_R_H" = -11; -"@MMK_R_I.ss02" = -35; -"@MMK_R_J" = -37; -"@MMK_R_O" = -5; -"@MMK_R_S" = -10; -"@MMK_R_T" = -33; -"@MMK_R_U" = -8; -"@MMK_R_V" = -24; -"@MMK_R_W" = -17; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = -40; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -16; -"@MMK_R_e" = -20; -"@MMK_R_f" = -2; -"@MMK_R_g" = -14; -"@MMK_R_i" = -9; -"@MMK_R_j" = -9; -"@MMK_R_l" = -9; -"@MMK_R_n" = -9; -"@MMK_R_s" = -6; -"@MMK_R_t" = -2; -"@MMK_R_u" = -7; -"@MMK_R_z" = -6; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -32; -"@MMK_R_H" = -9; -"@MMK_R_I.ss02" = -38; -"@MMK_R_J" = -35; -"@MMK_R_O" = -2; -"@MMK_R_S" = -17; -"@MMK_R_T" = -52; -"@MMK_R_U" = -6; -"@MMK_R_V" = -27; -"@MMK_R_W" = -20; -"@MMK_R_Y" = -52; -"@MMK_R_Z" = -58; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = -9; -"@MMK_R_e" = -7; -"@MMK_R_egrave" = -7; -"@MMK_R_f" = 0; -"@MMK_R_g" = -5; -"@MMK_R_i" = -9; -"@MMK_R_j" = -9; -"@MMK_R_l" = -9; -"@MMK_R_n" = -9; -"@MMK_R_s" = -3; -"@MMK_R_t" = -2; -"@MMK_R_u" = -6; -"@MMK_R_z" = -7; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -34; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = -28; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -2; -"@MMK_R_U" = 0; -"@MMK_R_V" = -6; -"@MMK_R_W" = -2; -"@MMK_R_X" = -25; -"@MMK_R_Y" = -15; -"@MMK_R_Z" = -10; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -23; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -109; -"@MMK_R_comma.ss01" = -101; -"@MMK_R_e" = -28; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 2; -"@MMK_R_five" = -2; -"@MMK_R_four" = -49; -"@MMK_R_g" = -21; -"@MMK_R_guillemetleft" = -52; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -122; -"@MMK_R_hyphen.case" = -17; -"@MMK_R_i" = -4; -"@MMK_R_j" = -3; -"@MMK_R_l" = -2; -"@MMK_R_n" = -4; -"@MMK_R_nine" = 2; -"@MMK_R_one" = 6; -"@MMK_R_parenleft" = -11; -"@MMK_R_parenright" = -57; -"@MMK_R_parenright.case" = -45; -"@MMK_R_period" = -105; -"@MMK_R_period.ss01" = -102; -"@MMK_R_pi" = 0; -"@MMK_R_question" = 7; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 3; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -5; -"@MMK_R_quoteright" = -5; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 2; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = -76; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 4; -"@MMK_R_u" = -2; -"@MMK_R_v" = 5; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 5; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = -25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -17; -"@MMK_R_O" = -8; -"@MMK_R_S" = -12; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = -9; -"@MMK_R_Y" = -2; -"@MMK_R_Z" = -7; -"@MMK_R_a" = -67; -"@MMK_R_a.ss04" = -62; -"@MMK_R_asterisk" = -3; -"@MMK_R_bracketright" = 5; -"@MMK_R_colon" = -45; -"@MMK_R_colon.ss01" = -37; -"@MMK_R_comma" = 9; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -13; -"@MMK_R_e" = -65; -"@MMK_R_egrave" = -14; -"@MMK_R_eight" = -12; -"@MMK_R_ellipsis" = -51; -"@MMK_R_f" = -17; -"@MMK_R_five" = -12; -"@MMK_R_four" = -64; -"@MMK_R_g" = -17; -"@MMK_R_guillemetleft" = -65; -"@MMK_R_guillemetright" = -36; -"@MMK_R_hyphen" = -64; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = 26; -"@MMK_R_j" = 31; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -39; -"@MMK_R_nine" = -14; -"@MMK_R_one" = -55; -"@MMK_R_parenleft" = -27; -"@MMK_R_percent" = -3; -"@MMK_R_period" = -46; -"@MMK_R_period.ss01" = -49; -"@MMK_R_pi" = -47; -"@MMK_R_plus" = -69; -"@MMK_R_question" = -12; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -24; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = -63; -"@MMK_R_semicolon" = 9; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -19; -"@MMK_R_three" = -22; -"@MMK_R_two" = -16; -"@MMK_R_u" = -18; -"@MMK_R_v" = -59; -"@MMK_R_w" = -54; -"@MMK_R_x" = -34; -"@MMK_R_y" = -19; -"@MMK_R_z" = -36; -"@MMK_R_zero" = -14; -}; -"@MMK_L_c" = { -"@MMK_R_A" = -3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -44; -"@MMK_R_U" = 0; -"@MMK_R_V" = -30; -"@MMK_R_W" = -18; -"@MMK_R_X" = -15; -"@MMK_R_Y" = -61; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = -53; -"@MMK_R_braceright" = -45; -"@MMK_R_bracketright" = -25; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = -32; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -16; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = -33; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -79; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = -38; -"@MMK_R_question.ss01" = -37; -"@MMK_R_quotedbl" = -31; -"@MMK_R_quotedblleft" = -24; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -51; -"@MMK_R_sixsuperior" = -21; -"@MMK_R_slash" = -16; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -43; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -24; -"@MMK_R_v" = -11; -"@MMK_R_w" = -6; -"@MMK_R_x" = -17; -"@MMK_R_y" = -20; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 7; -"@MMK_R_O" = 3; -"@MMK_R_S" = -2; -"@MMK_R_T" = -30; -"@MMK_R_U" = 0; -"@MMK_R_V" = -16; -"@MMK_R_W" = -8; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -35; -"@MMK_R_Z" = 4; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = -17; -"@MMK_R_bracketright" = -27; -"@MMK_R_e" = -3; -"@MMK_R_eight" = -6; -"@MMK_R_f" = 9; -"@MMK_R_five" = 0; -"@MMK_R_four" = -14; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -26; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -19; -"@MMK_R_hyphen.case" = 7; -"@MMK_R_i" = 0; -"@MMK_R_j" = 3; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 5; -"@MMK_R_one" = 5; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -53; -"@MMK_R_parenright.case" = -32; -"@MMK_R_pi" = 10; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 16; -"@MMK_R_quoteright" = 17; -"@MMK_R_s" = 6; -"@MMK_R_seven" = 2; -"@MMK_R_t" = 9; -"@MMK_R_three" = -6; -"@MMK_R_two" = 2; -"@MMK_R_u" = 3; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 9; -"@MMK_R_zero" = 4; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -109; -"@MMK_R_bracketright" = -6; -"@MMK_R_eight" = -16; -"@MMK_R_five" = -18; -"@MMK_R_four" = -20; -"@MMK_R_guillemetleft" = -62; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -39; -"@MMK_R_hyphen.case" = -109; -"@MMK_R_nine" = -22; -"@MMK_R_one" = -73; -"@MMK_R_parenright" = -34; -"@MMK_R_parenright.case" = -20; -"@MMK_R_quotedbl" = -109; -"@MMK_R_quotedblleft" = -109; -"@MMK_R_quotedblright" = -109; -"@MMK_R_quoteright" = -109; -"@MMK_R_seven" = -83; -"@MMK_R_three" = -16; -"@MMK_R_two" = 3; -"@MMK_R_zero" = -31; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 71; -"@MMK_R_H" = 162; -"@MMK_R_O" = 106; -"@MMK_R_a" = 0; -"@MMK_R_bracketright" = 173; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = 0; -"@MMK_R_eightsuperior" = 160; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 168; -"@MMK_R_fivesuperior" = 163; -"@MMK_R_foursuperior" = 88; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 154; -"@MMK_R_j" = 154; -"@MMK_R_l" = 158; -"@MMK_R_l.ss02" = 49; -"@MMK_R_l.ss03" = 167; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 159; -"@MMK_R_onesuperior" = 165; -"@MMK_R_parenright" = 132; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 139; -"@MMK_R_question.ss01" = 122; -"@MMK_R_quotedbl" = 182; -"@MMK_R_quotedblleft" = 110; -"@MMK_R_quotedblleft.ss01" = 131; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = 178; -"@MMK_R_sixsuperior" = 148; -"@MMK_R_slash" = 19; -"@MMK_R_t" = 115; -"@MMK_R_threesuperior" = 160; -"@MMK_R_twosuperior" = 163; -"@MMK_R_u" = 2; -"@MMK_R_v" = 2; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 145; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -45; -"@MMK_R_H" = -10; -"@MMK_R_I.ss02" = -10; -"@MMK_R_J" = -36; -"@MMK_R_O" = -6; -"@MMK_R_S" = -4; -"@MMK_R_T" = -7; -"@MMK_R_U" = -7; -"@MMK_R_V" = -17; -"@MMK_R_W" = -11; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = -16; -"@MMK_R_a" = -24; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asterisk" = -8; -"@MMK_R_bracketright" = -37; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -109; -"@MMK_R_comma.ss01" = -101; -"@MMK_R_e" = -27; -"@MMK_R_eight" = -7; -"@MMK_R_f" = 0; -"@MMK_R_five" = -10; -"@MMK_R_four" = -49; -"@MMK_R_g" = -22; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = -58; -"@MMK_R_hyphen.case" = -10; -"@MMK_R_i" = -11; -"@MMK_R_j" = -11; -"@MMK_R_l" = -9; -"@MMK_R_n" = -13; -"@MMK_R_nine" = -2; -"@MMK_R_one" = 0; -"@MMK_R_parenright" = -75; -"@MMK_R_parenright.case" = -62; -"@MMK_R_period" = -105; -"@MMK_R_period.ss01" = -102; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = -81; -"@MMK_R_t" = 0; -"@MMK_R_three" = -8; -"@MMK_R_two" = 0; -"@MMK_R_u" = -10; -"@MMK_R_z" = -10; -"@MMK_R_zero" = -6; -}; -"@MMK_L_e" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -46; -"@MMK_R_U" = 0; -"@MMK_R_V" = -32; -"@MMK_R_W" = -20; -"@MMK_R_X" = -15; -"@MMK_R_Y" = -69; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -30; -"@MMK_R_asterisk" = -57; -"@MMK_R_braceright" = -44; -"@MMK_R_bracketright" = -53; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -21; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -33; -"@MMK_R_hyphen" = 4; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 5; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -22; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = -49; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -80; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = -42; -"@MMK_R_question.ss01" = -46; -"@MMK_R_quotedbl" = -35; -"@MMK_R_quotedblleft" = -29; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = -3; -"@MMK_R_quoteright" = -3; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -56; -"@MMK_R_sixsuperior" = -27; -"@MMK_R_slash" = -16; -"@MMK_R_t" = -3; -"@MMK_R_threesuperior" = -17; -"@MMK_R_trademark" = -51; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -25; -"@MMK_R_v" = -12; -"@MMK_R_w" = -7; -"@MMK_R_x" = -16; -"@MMK_R_y" = -21; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 0; -"@MMK_R_T" = -3; -"@MMK_R_U" = 0; -"@MMK_R_V" = -13; -"@MMK_R_W" = -16; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -21; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asterisk" = -22; -"@MMK_R_bracketright" = -24; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -28; -"@MMK_R_hyphen" = 4; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 28; -"@MMK_R_igrave" = 10; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 5; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -19; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = -29; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -40; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = -24; -"@MMK_R_question.ss01" = -26; -"@MMK_R_quotedbl" = -21; -"@MMK_R_quotedblleft" = -27; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = -3; -"@MMK_R_quoteright" = -3; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = -19; -"@MMK_R_slash" = -15; -"@MMK_R_t" = -3; -"@MMK_R_threesuperior" = -15; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -25; -"@MMK_R_v" = -12; -"@MMK_R_w" = -7; -"@MMK_R_x" = -16; -"@MMK_R_y" = -20; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 4; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 8; -"@MMK_R_T" = -6; -"@MMK_R_U" = 0; -"@MMK_R_V" = -16; -"@MMK_R_W" = -10; -"@MMK_R_X" = -9; -"@MMK_R_Y" = -31; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asterisk" = -10; -"@MMK_R_bracketright" = -32; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_degree" = -14; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eight" = 10; -"@MMK_R_ellipsis" = -2; -"@MMK_R_f" = 0; -"@MMK_R_five" = 7; -"@MMK_R_four" = 0; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 32; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 6; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -78; -"@MMK_R_parenright.case" = -58; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -14; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -3; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 2; -"@MMK_R_three" = 4; -"@MMK_R_two" = 2; -"@MMK_R_u" = 3; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 0; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -6; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 4; -"@MMK_R_O" = -28; -"@MMK_R_S" = -18; -"@MMK_R_T" = -45; -"@MMK_R_U" = -24; -"@MMK_R_V" = -62; -"@MMK_R_W" = -37; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -81; -"@MMK_R_Z" = 2; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = -8; -"@MMK_R_asterisk" = -147; -"@MMK_R_bracketright" = -36; -"@MMK_R_colon" = 8; -"@MMK_R_comma" = 9; -"@MMK_R_e" = -22; -"@MMK_R_egrave" = -22; -"@MMK_R_eight" = -17; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -23; -"@MMK_R_five" = -20; -"@MMK_R_four" = -21; -"@MMK_R_g" = -22; -"@MMK_R_guillemetleft" = -49; -"@MMK_R_guillemetright" = -18; -"@MMK_R_hyphen" = -37; -"@MMK_R_hyphen.case" = -162; -"@MMK_R_i" = -6; -"@MMK_R_j" = -6; -"@MMK_R_l" = -6; -"@MMK_R_n" = -6; -"@MMK_R_nine" = -23; -"@MMK_R_one" = -79; -"@MMK_R_parenleft" = -20; -"@MMK_R_parenright" = -57; -"@MMK_R_parenright.case" = -37; -"@MMK_R_period" = 10; -"@MMK_R_pi" = -23; -"@MMK_R_question" = -65; -"@MMK_R_quotedbl" = -196; -"@MMK_R_quotedblleft" = -229; -"@MMK_R_quotedblright" = -229; -"@MMK_R_quoteright" = -109; -"@MMK_R_s" = -12; -"@MMK_R_semicolon" = 9; -"@MMK_R_seven" = -88; -"@MMK_R_slash" = -3; -"@MMK_R_t" = -25; -"@MMK_R_three" = -17; -"@MMK_R_two" = -3; -"@MMK_R_u" = -13; -"@MMK_R_v" = -37; -"@MMK_R_w" = -29; -"@MMK_R_x" = -4; -"@MMK_R_y" = -50; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -29; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -20; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 5; -"@MMK_R_J" = -18; -"@MMK_R_O" = 6; -"@MMK_R_S" = 8; -"@MMK_R_T" = 7; -"@MMK_R_U" = 8; -"@MMK_R_V" = 9; -"@MMK_R_W" = 13; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -2; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = -24; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 7; -"@MMK_R_ellipsis" = -29; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 4; -"@MMK_R_fivesuperior" = 4; -"@MMK_R_four" = -17; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -21; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -15; -"@MMK_R_icircumflex" = 63; -"@MMK_R_igrave" = 40; -"@MMK_R_imacron" = 45; -"@MMK_R_itilde" = 82; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 22; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 11; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -21; -"@MMK_R_period" = -25; -"@MMK_R_period.ss01" = -30; -"@MMK_R_question" = 2; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 8; -"@MMK_R_quotedblleft" = 4; -"@MMK_R_quotedblleft.ss01" = 10; -"@MMK_R_quotedblright" = 16; -"@MMK_R_quoteright" = 17; -"@MMK_R_quoteright.ss01" = 16; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 9; -"@MMK_R_slash" = -24; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 7; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -23; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_five" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -12; -"@MMK_R_U" = 2; -"@MMK_R_V" = -14; -"@MMK_R_W" = -12; -"@MMK_R_X" = -15; -"@MMK_R_Y" = -19; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asterisk" = -15; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_degree" = -24; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 3; -"@MMK_R_eight" = 8; -"@MMK_R_ellipsis" = -7; -"@MMK_R_f" = -12; -"@MMK_R_five" = 6; -"@MMK_R_four" = 4; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -26; -"@MMK_R_hyphen" = 8; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 26; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -20; -"@MMK_R_parenleft" = 2; -"@MMK_R_parenright" = -46; -"@MMK_R_parenright.case" = -36; -"@MMK_R_percent" = -13; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -6; -"@MMK_R_pi" = -10; -"@MMK_R_plus" = -5; -"@MMK_R_question" = -16; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -17; -"@MMK_R_slash" = -15; -"@MMK_R_t" = -11; -"@MMK_R_three" = 0; -"@MMK_R_two" = -8; -"@MMK_R_u" = 3; -"@MMK_R_v" = -14; -"@MMK_R_w" = -9; -"@MMK_R_x" = -18; -"@MMK_R_y" = -17; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 3; -}; -"@MMK_L_four" = { -"@MMK_R_A" = -3; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -27; -"@MMK_R_U" = 0; -"@MMK_R_V" = -27; -"@MMK_R_W" = -18; -"@MMK_R_X" = -14; -"@MMK_R_Y" = -31; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -28; -"@MMK_R_bracketright" = -31; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_degree" = -35; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 3; -"@MMK_R_eight" = 10; -"@MMK_R_ellipsis" = -7; -"@MMK_R_f" = -15; -"@MMK_R_five" = 0; -"@MMK_R_four" = 11; -"@MMK_R_g" = 3; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -32; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 4; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -28; -"@MMK_R_parenleft" = 3; -"@MMK_R_parenright" = -65; -"@MMK_R_parenright.case" = -56; -"@MMK_R_percent" = -25; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_pi" = -16; -"@MMK_R_plus" = -2; -"@MMK_R_question" = -29; -"@MMK_R_quotedbl" = -30; -"@MMK_R_quotedblleft" = -30; -"@MMK_R_quotedblleft.ss01" = -30; -"@MMK_R_quotedblright" = -20; -"@MMK_R_quoteright" = -20; -"@MMK_R_quoteright.ss01" = -26; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -28; -"@MMK_R_slash" = -13; -"@MMK_R_t" = -11; -"@MMK_R_three" = 0; -"@MMK_R_two" = -6; -"@MMK_R_u" = 0; -"@MMK_R_v" = -12; -"@MMK_R_w" = -6; -"@MMK_R_x" = -18; -"@MMK_R_y" = -21; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -35; -"@MMK_R_zero.dnom" = -7; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -25; -"@MMK_R_U" = 0; -"@MMK_R_V" = -18; -"@MMK_R_W" = -10; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -10; -"@MMK_R_asterisk" = -13; -"@MMK_R_braceright" = -5; -"@MMK_R_bracketright" = -11; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -7; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 14; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = -5; -"@MMK_R_onesuperior" = -48; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -31; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 11; -"@MMK_R_sevensuperior" = -51; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -39; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -17; -"@MMK_R_S" = -14; -"@MMK_R_T" = -18; -"@MMK_R_U" = -17; -"@MMK_R_V" = -23; -"@MMK_R_W" = -18; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -19; -"@MMK_R_asciicircum" = -34; -"@MMK_R_asterisk" = -16; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = 5; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 3; -"@MMK_R_e" = -27; -"@MMK_R_egrave" = -27; -"@MMK_R_eightsuperior" = -24; -"@MMK_R_ellipsis" = -8; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = -16; -"@MMK_R_fivesuperior" = -22; -"@MMK_R_four" = -31; -"@MMK_R_foursuperior" = -20; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -35; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -29; -"@MMK_R_icircumflex" = 26; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 2; -"@MMK_R_itilde" = 40; -"@MMK_R_j" = 38; -"@MMK_R_l.ss02" = -13; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -13; -"@MMK_R_ninesuperior" = -20; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = -19; -"@MMK_R_oslash" = -24; -"@MMK_R_parenright" = -22; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = -16; -"@MMK_R_question.ss01" = -21; -"@MMK_R_quotedbl" = -18; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblleft.ss01" = -20; -"@MMK_R_quotedblright" = -20; -"@MMK_R_quoteright" = -20; -"@MMK_R_quoteright.ss01" = -22; -"@MMK_R_s" = -22; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = 19; -"@MMK_R_t" = -16; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -33; -"@MMK_R_twosuperior" = -22; -"@MMK_R_u" = -20; -"@MMK_R_underscore" = 23; -"@MMK_R_v" = -18; -"@MMK_R_w" = -15; -"@MMK_R_x" = 0; -"@MMK_R_y" = -17; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -17; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -8; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = -16; -"@MMK_R_S" = -13; -"@MMK_R_T" = -26; -"@MMK_R_U" = -15; -"@MMK_R_V" = -29; -"@MMK_R_W" = -24; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -43; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -30; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asterisk" = -19; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = -10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_degree" = -25; -"@MMK_R_e" = -37; -"@MMK_R_egrave" = -36; -"@MMK_R_eight" = -15; -"@MMK_R_ellipsis" = -16; -"@MMK_R_f" = -11; -"@MMK_R_five" = -18; -"@MMK_R_four" = -42; -"@MMK_R_g" = -14; -"@MMK_R_guillemetleft" = -61; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = -45; -"@MMK_R_hyphen.case" = -28; -"@MMK_R_i" = -6; -"@MMK_R_icircumflex" = -6; -"@MMK_R_j" = -5; -"@MMK_R_l" = -6; -"@MMK_R_lslash" = -17; -"@MMK_R_n" = -5; -"@MMK_R_nine" = -12; -"@MMK_R_one" = -13; -"@MMK_R_parenleft" = -22; -"@MMK_R_parenright" = -52; -"@MMK_R_parenright.case" = -33; -"@MMK_R_percent" = -10; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -6; -"@MMK_R_pi" = -12; -"@MMK_R_plus" = -35; -"@MMK_R_question" = -12; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -28; -"@MMK_R_quoteright" = -27; -"@MMK_R_quoteright.ss01" = -19; -"@MMK_R_s" = -26; -"@MMK_R_semicolon" = -10; -"@MMK_R_seven" = -15; -"@MMK_R_slash" = -2; -"@MMK_R_t" = -13; -"@MMK_R_three" = -16; -"@MMK_R_two" = -6; -"@MMK_R_u" = -16; -"@MMK_R_v" = -12; -"@MMK_R_w" = -12; -"@MMK_R_x" = 0; -"@MMK_R_y" = -12; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -16; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = -16; -"@MMK_R_H" = -3; -"@MMK_R_I.ss02" = -20; -"@MMK_R_J" = -22; -"@MMK_R_O" = -2; -"@MMK_R_S" = -7; -"@MMK_R_T" = -48; -"@MMK_R_U" = -2; -"@MMK_R_V" = -39; -"@MMK_R_W" = -27; -"@MMK_R_X" = -32; -"@MMK_R_Y" = -83; -"@MMK_R_Z" = -20; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = -8; -"@MMK_R_asterisk" = -89; -"@MMK_R_bracketright" = -65; -"@MMK_R_colon" = -26; -"@MMK_R_colon.ss01" = -23; -"@MMK_R_comma" = -26; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -30; -"@MMK_R_f" = -23; -"@MMK_R_five" = -7; -"@MMK_R_four" = 0; -"@MMK_R_g" = -2; -"@MMK_R_guillemetleft" = -5; -"@MMK_R_guillemetright" = -61; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -7; -"@MMK_R_i" = -3; -"@MMK_R_icircumflex" = -3; -"@MMK_R_j" = -2; -"@MMK_R_l" = -3; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_nine" = -16; -"@MMK_R_one" = -50; -"@MMK_R_parenleft" = -3; -"@MMK_R_parenright" = -90; -"@MMK_R_parenright.case" = -81; -"@MMK_R_percent" = -54; -"@MMK_R_period" = -26; -"@MMK_R_period.ss01" = -23; -"@MMK_R_pi" = -24; -"@MMK_R_plus" = -14; -"@MMK_R_question" = -78; -"@MMK_R_quotedbl" = -79; -"@MMK_R_quotedblleft" = -60; -"@MMK_R_quotedblleft.ss01" = -35; -"@MMK_R_quotedblright" = -29; -"@MMK_R_quoteright" = -30; -"@MMK_R_quoteright.ss01" = -29; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = -25; -"@MMK_R_seven" = -55; -"@MMK_R_slash" = -31; -"@MMK_R_t" = -18; -"@MMK_R_three" = -4; -"@MMK_R_two" = -32; -"@MMK_R_u" = -2; -"@MMK_R_v" = -22; -"@MMK_R_w" = -15; -"@MMK_R_x" = -37; -"@MMK_R_y" = -32; -"@MMK_R_z" = -26; -"@MMK_R_zero" = 0; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -13; -"@MMK_R_O" = 6; -"@MMK_R_S" = 6; -"@MMK_R_T" = -41; -"@MMK_R_U" = 4; -"@MMK_R_V" = -29; -"@MMK_R_W" = -16; -"@MMK_R_X" = -21; -"@MMK_R_Y" = -63; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asterisk" = -133; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = -20; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -19; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eight" = 8; -"@MMK_R_f" = -16; -"@MMK_R_five" = 4; -"@MMK_R_four" = 10; -"@MMK_R_g" = 8; -"@MMK_R_guillemetleft" = 2; -"@MMK_R_guillemetright" = -39; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 9; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -5; -"@MMK_R_one" = -75; -"@MMK_R_parenleft" = 6; -"@MMK_R_parenright" = -83; -"@MMK_R_period" = -20; -"@MMK_R_period.ss01" = -6; -"@MMK_R_pi" = -8; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -74; -"@MMK_R_quotedbl" = -57; -"@MMK_R_quotedblleft" = -62; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = -39; -"@MMK_R_quoteright" = -43; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = -20; -"@MMK_R_seven" = -90; -"@MMK_R_slash" = -25; -"@MMK_R_t" = -13; -"@MMK_R_three" = 8; -"@MMK_R_two" = -17; -"@MMK_R_u" = 5; -"@MMK_R_v" = -10; -"@MMK_R_w" = -4; -"@MMK_R_x" = -27; -"@MMK_R_y" = -20; -"@MMK_R_z" = -14; -"@MMK_R_zero" = 7; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -17; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -34; -"@MMK_R_J" = -30; -"@MMK_R_O" = 12; -"@MMK_R_S" = -11; -"@MMK_R_T" = -41; -"@MMK_R_U" = 6; -"@MMK_R_V" = -20; -"@MMK_R_W" = -11; -"@MMK_R_X" = -37; -"@MMK_R_Y" = -42; -"@MMK_R_Z" = -31; -"@MMK_R_asterisk" = -43; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -109; -"@MMK_R_comma.ss01" = -101; -"@MMK_R_eight" = 0; -"@MMK_R_five" = 6; -"@MMK_R_four" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -25; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenright.case" = -75; -"@MMK_R_period" = -105; -"@MMK_R_period.ss01" = -102; -"@MMK_R_plus" = 2; -"@MMK_R_question" = -57; -"@MMK_R_quotedbl" = -20; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 11; -"@MMK_R_quoteright.ss01" = 13; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -37; -"@MMK_R_three" = -21; -"@MMK_R_two" = -18; -"@MMK_R_zero" = 12; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -9; -"@MMK_R_Z" = 2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -10; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 34; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 28; -"@MMK_R_itilde" = 65; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 9; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -3; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -42; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = -3; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -7; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = -4; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -10; -"@MMK_R_twosuperior" = -2; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 43; -"@MMK_R_I.ss02" = 54; -"@MMK_R_O" = 31; -"@MMK_R_S" = 50; -"@MMK_R_U" = 47; -"@MMK_R_V" = 42; -"@MMK_R_X" = 18; -"@MMK_R_Y" = 26; -"@MMK_R_Z" = 45; -"@MMK_R_bracketright" = 13; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_egrave" = 22; -"@MMK_R_eightsuperior" = 35; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 45; -"@MMK_R_f" = 10; -"@MMK_R_fivesuperior" = 45; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 17; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = -4; -"@MMK_R_i" = 14; -"@MMK_R_icircumflex" = 104; -"@MMK_R_igrave" = 31; -"@MMK_R_j" = 15; -"@MMK_R_l" = 41; -"@MMK_R_l.ss02" = 45; -"@MMK_R_l.ss03" = 82; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 53; -"@MMK_R_one" = 49; -"@MMK_R_onesuperior" = 56; -"@MMK_R_parenright" = -17; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 51; -"@MMK_R_question.ss01" = 51; -"@MMK_R_quotedbl" = 53; -"@MMK_R_quotedblleft" = 43; -"@MMK_R_quotedblleft.ss01" = 51; -"@MMK_R_quotedblright" = 41; -"@MMK_R_quoteright" = 40; -"@MMK_R_quoteright.ss01" = 52; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = 52; -"@MMK_R_sixsuperior" = 53; -"@MMK_R_slash" = -3; -"@MMK_R_t" = 19; -"@MMK_R_threesuperior" = 27; -"@MMK_R_twosuperior" = 43; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 31; -"@MMK_R_I.ss02" = 43; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 6; -"@MMK_R_T" = 46; -"@MMK_R_U" = 36; -"@MMK_R_V" = 49; -"@MMK_R_W" = 49; -"@MMK_R_X" = 32; -"@MMK_R_Y" = 49; -"@MMK_R_Z" = 35; -"@MMK_R_asciicircum" = -10; -"@MMK_R_asterisk" = 11; -"@MMK_R_braceright" = 49; -"@MMK_R_bracketright" = 44; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_egrave" = 11; -"@MMK_R_eightsuperior" = 26; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 32; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = 35; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -3; -"@MMK_R_guillemetright" = -4; -"@MMK_R_i" = 19; -"@MMK_R_icircumflex" = 43; -"@MMK_R_igrave" = 63; -"@MMK_R_imacron" = 70; -"@MMK_R_itilde" = 73; -"@MMK_R_j" = 29; -"@MMK_R_l" = 28; -"@MMK_R_l.ss02" = 32; -"@MMK_R_l.ss03" = 64; -"@MMK_R_lslash" = 9; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 24; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 22; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 19; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = 45; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 27; -"@MMK_R_quoteright" = 29; -"@MMK_R_quoteright.ss01" = 39; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = 49; -"@MMK_R_sixsuperior" = 16; -"@MMK_R_threesuperior" = 25; -"@MMK_R_trademark" = 35; -"@MMK_R_twosuperior" = 28; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -15; -"@MMK_R_U" = 0; -"@MMK_R_V" = -13; -"@MMK_R_W" = -6; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -14; -"@MMK_R_a.ss04" = -13; -"@MMK_R_asciicircum" = -13; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -27; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -20; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = -21; -"@MMK_R_foursuperior" = -3; -"@MMK_R_g" = -8; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -42; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -29; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -6; -"@MMK_R_ninesuperior" = -11; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -41; -"@MMK_R_oslash" = -19; -"@MMK_R_parenright" = -49; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = -11; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -58; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -11; -"@MMK_R_trademark" = -33; -"@MMK_R_twosuperior" = -28; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 15; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 4; -"@MMK_R_y" = 0; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 2; -"@MMK_R_T" = 0; -"@MMK_R_U" = 4; -"@MMK_R_V" = 2; -"@MMK_R_W" = 2; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 2; -"@MMK_R_asciicircum" = -10; -"@MMK_R_asterisk" = -3; -"@MMK_R_braceright" = 17; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 45; -"@MMK_R_igrave" = 19; -"@MMK_R_imacron" = 24; -"@MMK_R_itilde" = 64; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -3; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -18; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -5; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -7; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -11; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 2; -"@MMK_R_O" = -8; -"@MMK_R_S" = 0; -"@MMK_R_T" = -12; -"@MMK_R_U" = 0; -"@MMK_R_V" = -10; -"@MMK_R_W" = -9; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -19; -"@MMK_R_Z" = 5; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asciicircum" = -24; -"@MMK_R_asterisk" = -16; -"@MMK_R_braceright" = -6; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = 10; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -4; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = -10; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -19; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = -19; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = -15; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 22; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 39; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = -8; -"@MMK_R_ninesuperior" = -20; -"@MMK_R_one" = -16; -"@MMK_R_onesuperior" = -20; -"@MMK_R_oslash" = -2; -"@MMK_R_parenright" = -42; -"@MMK_R_period" = 12; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -16; -"@MMK_R_question.ss01" = -22; -"@MMK_R_quotedbl" = -18; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 12; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = -18; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -10; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -25; -"@MMK_R_twosuperior" = -19; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 15; -"@MMK_R_v" = -11; -"@MMK_R_w" = -10; -"@MMK_R_x" = 0; -"@MMK_R_y" = -16; -"@MMK_R_z" = 2; -"@MMK_R_zero" = -10; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 176; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 111; -"@MMK_R_eightsuperior" = 163; -"@MMK_R_exclam" = 171; -"@MMK_R_f" = 91; -"@MMK_R_fivesuperior" = 166; -"@MMK_R_foursuperior" = 91; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 154; -"@MMK_R_j" = 154; -"@MMK_R_l" = 168; -"@MMK_R_l.ss03" = 168; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 162; -"@MMK_R_onesuperior" = 168; -"@MMK_R_parenright" = 135; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 142; -"@MMK_R_question.ss01" = 125; -"@MMK_R_quotedbl" = 185; -"@MMK_R_quotedblleft" = 113; -"@MMK_R_quotedblleft.ss01" = 134; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = 180; -"@MMK_R_sixsuperior" = 151; -"@MMK_R_slash" = 22; -"@MMK_R_t" = 118; -"@MMK_R_threesuperior" = 163; -"@MMK_R_twosuperior" = 166; -"@MMK_R_u" = 2; -"@MMK_R_v" = 2; -"@MMK_R_z" = 147; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = -3; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 9; -"@MMK_R_S" = 0; -"@MMK_R_T" = -42; -"@MMK_R_V" = -22; -"@MMK_R_W" = -13; -"@MMK_R_Y" = -49; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 8; -"@MMK_R_e" = 8; -"@MMK_R_f" = 0; -"@MMK_R_g" = 6; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_s" = 6; -"@MMK_R_t" = 0; -"@MMK_R_z" = 0; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = -8; -"@MMK_R_U" = 2; -"@MMK_R_X" = -6; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 3; -"@MMK_R_comma" = -12; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -17; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -17; -"@MMK_R_parenright" = -39; -"@MMK_R_period" = -13; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -5; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 12; -"@MMK_R_quoteright" = 13; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = -19; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -12; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 4; -"@MMK_R_v" = 4; -"@MMK_R_w" = 5; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -51; -"@MMK_R_U" = 0; -"@MMK_R_V" = -29; -"@MMK_R_W" = -19; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -58; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = -40; -"@MMK_R_braceright" = -27; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 3; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -16; -"@MMK_R_hyphen" = 4; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 4; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = -12; -"@MMK_R_onesuperior" = -51; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -56; -"@MMK_R_period" = 3; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = -29; -"@MMK_R_question.ss01" = -32; -"@MMK_R_quotedbl" = -31; -"@MMK_R_quotedblleft" = -20; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -58; -"@MMK_R_sixsuperior" = -19; -"@MMK_R_slash" = -4; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -43; -"@MMK_R_twosuperior" = -9; -"@MMK_R_underscore" = 2; -"@MMK_R_v" = -8; -"@MMK_R_w" = -4; -"@MMK_R_x" = 0; -"@MMK_R_y" = -15; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = -12; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -2; -"@MMK_R_O" = 12; -"@MMK_R_S" = 2; -"@MMK_R_T" = -11; -"@MMK_R_U" = 4; -"@MMK_R_V" = -19; -"@MMK_R_W" = -12; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -37; -"@MMK_R_Z" = -5; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -14; -"@MMK_R_bracketright" = -46; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_degree" = -19; -"@MMK_R_e" = 10; -"@MMK_R_egrave" = 10; -"@MMK_R_eight" = 6; -"@MMK_R_ellipsis" = -16; -"@MMK_R_f" = 6; -"@MMK_R_five" = 7; -"@MMK_R_four" = 0; -"@MMK_R_g" = 11; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = 8; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 21; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 5; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 10; -"@MMK_R_parenright" = -89; -"@MMK_R_parenright.case" = -78; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -13; -"@MMK_R_pi" = 7; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -6; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 9; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 5; -"@MMK_R_seven" = -3; -"@MMK_R_slash" = -24; -"@MMK_R_t" = 6; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 6; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = -3; -"@MMK_R_y" = -2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 12; -}; -"@MMK_L_o" = { -"@MMK_R_A" = -8; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -46; -"@MMK_R_U" = 4; -"@MMK_R_V" = -32; -"@MMK_R_W" = -20; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -71; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = -58; -"@MMK_R_braceright" = -45; -"@MMK_R_bracketright" = -45; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 4; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = -4; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -17; -"@MMK_R_g" = 4; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -37; -"@MMK_R_hyphen" = 8; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 7; -"@MMK_R_ninesuperior" = -22; -"@MMK_R_one" = -21; -"@MMK_R_onesuperior" = -35; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -85; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = -43; -"@MMK_R_question.ss01" = -48; -"@MMK_R_quotedbl" = -28; -"@MMK_R_quotedblleft" = -30; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -37; -"@MMK_R_sixsuperior" = -25; -"@MMK_R_slash" = -18; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -17; -"@MMK_R_trademark" = -52; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -29; -"@MMK_R_v" = -13; -"@MMK_R_w" = -8; -"@MMK_R_x" = -19; -"@MMK_R_y" = -21; -"@MMK_R_z" = -4; -"@MMK_R_zero" = 4; -}; -"@MMK_L_p" = { -"@MMK_R_A" = -6; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 7; -"@MMK_R_S" = 0; -"@MMK_R_T" = -47; -"@MMK_R_U" = 3; -"@MMK_R_V" = -30; -"@MMK_R_W" = -19; -"@MMK_R_X" = -16; -"@MMK_R_Y" = -62; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -22; -"@MMK_R_asterisk" = -43; -"@MMK_R_braceright" = -46; -"@MMK_R_bracketright" = -45; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = -14; -"@MMK_R_ellipsis" = -8; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = 3; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -30; -"@MMK_R_hyphen" = 7; -"@MMK_R_l.ss02" = 2; -"@MMK_R_lslash" = 6; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -14; -"@MMK_R_onesuperior" = -49; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -82; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = -33; -"@MMK_R_question.ss01" = -34; -"@MMK_R_quotedbl" = -32; -"@MMK_R_quotedblleft" = -23; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -57; -"@MMK_R_sixsuperior" = -21; -"@MMK_R_slash" = -16; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -44; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = -22; -"@MMK_R_v" = -9; -"@MMK_R_w" = -5; -"@MMK_R_x" = -14; -"@MMK_R_y" = -17; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 7; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -51; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -18; -"@MMK_R_J" = -49; -"@MMK_R_O" = -71; -"@MMK_R_S" = -51; -"@MMK_R_T" = -20; -"@MMK_R_U" = -9; -"@MMK_R_V" = -19; -"@MMK_R_W" = -18; -"@MMK_R_X" = -28; -"@MMK_R_Y" = -19; -"@MMK_R_Z" = -26; -"@MMK_R_a" = -90; -"@MMK_R_a.ss04" = -49; -"@MMK_R_asterisk" = -35; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -64; -"@MMK_R_colon.ss01" = -60; -"@MMK_R_comma" = 12; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_degree" = -51; -"@MMK_R_e" = -91; -"@MMK_R_egrave" = -42; -"@MMK_R_eight" = -57; -"@MMK_R_ellipsis" = -70; -"@MMK_R_f" = -65; -"@MMK_R_five" = -28; -"@MMK_R_four" = -86; -"@MMK_R_g" = -55; -"@MMK_R_guillemetleft" = -92; -"@MMK_R_guillemetright" = -68; -"@MMK_R_hyphen" = -87; -"@MMK_R_i" = -27; -"@MMK_R_icircumflex" = -13; -"@MMK_R_j" = 27; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -19; -"@MMK_R_n" = -63; -"@MMK_R_nine" = -59; -"@MMK_R_one" = -58; -"@MMK_R_parenleft" = -77; -"@MMK_R_parenright" = -2; -"@MMK_R_percent" = -37; -"@MMK_R_period" = -65; -"@MMK_R_period.ss01" = -60; -"@MMK_R_pi" = -66; -"@MMK_R_plus" = -89; -"@MMK_R_question" = -49; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -62; -"@MMK_R_quotedblleft.ss01" = -49; -"@MMK_R_quotedblright" = -29; -"@MMK_R_quoteright" = -28; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = -84; -"@MMK_R_semicolon" = 12; -"@MMK_R_seven" = -22; -"@MMK_R_slash" = -25; -"@MMK_R_t" = -56; -"@MMK_R_three" = -59; -"@MMK_R_two" = -56; -"@MMK_R_u" = -76; -"@MMK_R_v" = -65; -"@MMK_R_w" = -65; -"@MMK_R_x" = -56; -"@MMK_R_y" = -27; -"@MMK_R_z" = -57; -"@MMK_R_zero" = -73; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = -16; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = -13; -"@MMK_R_J" = -16; -"@MMK_R_O" = -73; -"@MMK_R_S" = -58; -"@MMK_R_T" = -27; -"@MMK_R_U" = -16; -"@MMK_R_V" = -25; -"@MMK_R_W" = -9; -"@MMK_R_X" = -15; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = -16; -"@MMK_R_asterisk" = -46; -"@MMK_R_colon" = -30; -"@MMK_R_colon.ss01" = -25; -"@MMK_R_comma" = -25; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_degree" = -59; -"@MMK_R_eight" = -57; -"@MMK_R_ellipsis" = -34; -"@MMK_R_five" = -37; -"@MMK_R_four" = -57; -"@MMK_R_guillemetleft" = -78; -"@MMK_R_guillemetright" = -34; -"@MMK_R_hyphen.case" = -75; -"@MMK_R_nine" = -66; -"@MMK_R_one" = -61; -"@MMK_R_parenright.case" = -12; -"@MMK_R_percent" = -49; -"@MMK_R_period" = -30; -"@MMK_R_period.ss01" = -25; -"@MMK_R_plus" = -82; -"@MMK_R_question" = -57; -"@MMK_R_quotedbl" = -31; -"@MMK_R_quotedblleft" = -69; -"@MMK_R_quotedblleft.ss01" = -57; -"@MMK_R_quotedblright" = -35; -"@MMK_R_quoteright" = -35; -"@MMK_R_quoteright.ss01" = -32; -"@MMK_R_semicolon" = -26; -"@MMK_R_seven" = -31; -"@MMK_R_slash" = 2; -"@MMK_R_three" = -57; -"@MMK_R_two" = -25; -"@MMK_R_zero" = -75; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 9; -"@MMK_R_S" = 2; -"@MMK_R_T" = -15; -"@MMK_R_U" = 4; -"@MMK_R_V" = -23; -"@MMK_R_W" = -11; -"@MMK_R_X" = -17; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -23; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 6; -"@MMK_R_eight" = 5; -"@MMK_R_f" = 2; -"@MMK_R_five" = 6; -"@MMK_R_four" = 2; -"@MMK_R_g" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen" = 6; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 11; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -7; -"@MMK_R_parenleft" = 5; -"@MMK_R_parenright" = -77; -"@MMK_R_period" = -7; -"@MMK_R_period.ss01" = -12; -"@MMK_R_pi" = 3; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -13; -"@MMK_R_quotedbl" = -22; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = 4; -"@MMK_R_quoteright" = 4; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_seven" = -7; -"@MMK_R_slash" = -19; -"@MMK_R_t" = 2; -"@MMK_R_three" = 0; -"@MMK_R_two" = -4; -"@MMK_R_u" = 3; -"@MMK_R_v" = -4; -"@MMK_R_w" = -2; -"@MMK_R_x" = -11; -"@MMK_R_y" = -7; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 10; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -93; -"@MMK_R_bracketright" = -45; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = -29; -"@MMK_R_hyphen" = 2; -"@MMK_R_hyphen.case" = -11; -"@MMK_R_parenright" = -71; -"@MMK_R_parenright.case" = -51; -"@MMK_R_period" = 4; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = -64; -"@MMK_R_quotedbl" = -82; -"@MMK_R_quotedblleft" = -102; -"@MMK_R_quotedblleft.ss01" = -57; -"@MMK_R_quotedblright" = -63; -"@MMK_R_quoteright" = -65; -"@MMK_R_quoteright.ss01" = -52; -"@MMK_R_semicolon" = 3; -"@MMK_R_slash" = -10; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = 17; -"@MMK_R_O" = -25; -"@MMK_R_S" = -12; -"@MMK_R_T" = -38; -"@MMK_R_U" = -19; -"@MMK_R_V" = -55; -"@MMK_R_W" = -34; -"@MMK_R_X" = 2; -"@MMK_R_Y" = -73; -"@MMK_R_Z" = 15; -"@MMK_R_a" = -10; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = -105; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 12; -"@MMK_R_e" = -18; -"@MMK_R_eight" = -11; -"@MMK_R_f" = -19; -"@MMK_R_five" = -13; -"@MMK_R_four" = -15; -"@MMK_R_g" = -17; -"@MMK_R_guillemetleft" = -56; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = -39; -"@MMK_R_hyphen.case" = -105; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -18; -"@MMK_R_one" = -72; -"@MMK_R_parenleft" = -14; -"@MMK_R_parenright" = -53; -"@MMK_R_parenright.case" = -32; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -19; -"@MMK_R_question" = -63; -"@MMK_R_quotedbl" = -105; -"@MMK_R_quotedblleft" = -105; -"@MMK_R_quotedblright" = -105; -"@MMK_R_quoteright" = -105; -"@MMK_R_s" = -6; -"@MMK_R_semicolon" = 12; -"@MMK_R_seven" = -81; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -20; -"@MMK_R_three" = -11; -"@MMK_R_two" = 5; -"@MMK_R_u" = -8; -"@MMK_R_v" = -33; -"@MMK_R_w" = -25; -"@MMK_R_x" = 0; -"@MMK_R_y" = -41; -"@MMK_R_z" = 10; -"@MMK_R_zero" = -27; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -19; -"@MMK_R_S" = -9; -"@MMK_R_T" = -50; -"@MMK_R_U" = -15; -"@MMK_R_V" = -57; -"@MMK_R_W" = -35; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -85; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = -5; -"@MMK_R_asterisk" = -102; -"@MMK_R_bracketright" = -37; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -13; -"@MMK_R_eight" = -7; -"@MMK_R_f" = -26; -"@MMK_R_five" = -9; -"@MMK_R_four" = -5; -"@MMK_R_g" = -14; -"@MMK_R_guillemetleft" = -33; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen" = -10; -"@MMK_R_hyphen.case" = -102; -"@MMK_R_i" = -5; -"@MMK_R_j" = -5; -"@MMK_R_l" = -5; -"@MMK_R_n" = -5; -"@MMK_R_nine" = -13; -"@MMK_R_one" = -84; -"@MMK_R_parenleft" = -14; -"@MMK_R_parenright" = -56; -"@MMK_R_parenright.case" = -35; -"@MMK_R_period.ss01" = 0; -"@MMK_R_pi" = -26; -"@MMK_R_quotedbl" = -92; -"@MMK_R_quotedblleft.ss01" = -102; -"@MMK_R_quoteright.ss01" = -102; -"@MMK_R_s" = -6; -"@MMK_R_seven" = -92; -"@MMK_R_slash" = -2; -"@MMK_R_t" = -25; -"@MMK_R_three" = -7; -"@MMK_R_two" = -3; -"@MMK_R_u" = -11; -"@MMK_R_v" = -33; -"@MMK_R_w" = -26; -"@MMK_R_x" = -3; -"@MMK_R_y" = -40; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -20; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -26; -"@MMK_R_H" = -8; -"@MMK_R_I.ss02" = -38; -"@MMK_R_J" = -35; -"@MMK_R_O" = 0; -"@MMK_R_S" = -22; -"@MMK_R_T" = -52; -"@MMK_R_U" = -4; -"@MMK_R_V" = -29; -"@MMK_R_W" = -22; -"@MMK_R_Y" = -56; -"@MMK_R_Z" = -37; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = -8; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_f" = -3; -"@MMK_R_g" = -2; -"@MMK_R_i" = -8; -"@MMK_R_j" = -7; -"@MMK_R_l" = -8; -"@MMK_R_n" = -8; -"@MMK_R_s" = -3; -"@MMK_R_t" = -3; -"@MMK_R_u" = -5; -"@MMK_R_z" = -9; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -36; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -30; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -2; -"@MMK_R_U" = 0; -"@MMK_R_V" = -8; -"@MMK_R_W" = -2; -"@MMK_R_X" = -28; -"@MMK_R_Y" = -21; -"@MMK_R_Z" = -10; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -19; -"@MMK_R_asterisk" = -3; -"@MMK_R_bracketright" = -29; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -58; -"@MMK_R_comma.ss01" = -77; -"@MMK_R_e" = -19; -"@MMK_R_f" = 0; -"@MMK_R_g" = -14; -"@MMK_R_guillemetleft" = -42; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -29; -"@MMK_R_hyphen.case" = -7; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = -6; -"@MMK_R_parenleft" = -3; -"@MMK_R_parenright" = -66; -"@MMK_R_parenright.case" = -53; -"@MMK_R_period" = -58; -"@MMK_R_period.ss01" = -78; -"@MMK_R_pi" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -3; -"@MMK_R_quotedblleft" = 5; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 3; -"@MMK_R_s" = -10; -"@MMK_R_semicolon" = 4; -"@MMK_R_slash" = -65; -"@MMK_R_t" = 0; -"@MMK_R_u" = -3; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -4; -"@MMK_R_y" = 0; -"@MMK_R_z" = -6; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -5; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -52; -"@MMK_R_S" = -41; -"@MMK_R_T" = -42; -"@MMK_R_U" = -44; -"@MMK_R_V" = -67; -"@MMK_R_W" = -40; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -79; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -27; -"@MMK_R_e" = -43; -"@MMK_R_eight" = -42; -"@MMK_R_f" = -24; -"@MMK_R_five" = -42; -"@MMK_R_four" = -73; -"@MMK_R_g" = -12; -"@MMK_R_guillemetright" = -12; -"@MMK_R_i" = -5; -"@MMK_R_j" = 36; -"@MMK_R_l" = -5; -"@MMK_R_n" = -5; -"@MMK_R_nine" = -47; -"@MMK_R_one" = -64; -"@MMK_R_parenright" = -22; -"@MMK_R_quotedbl" = -87; -"@MMK_R_quotedblleft" = -72; -"@MMK_R_quoteright" = -49; -"@MMK_R_s" = -35; -"@MMK_R_seven" = -66; -"@MMK_R_t" = -38; -"@MMK_R_three" = -41; -"@MMK_R_two" = -2; -"@MMK_R_u" = -29; -"@MMK_R_v" = -39; -"@MMK_R_w" = -31; -"@MMK_R_x" = 0; -"@MMK_R_y" = -23; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -52; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -49; -"@MMK_R_H" = -3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -31; -"@MMK_R_O" = -9; -"@MMK_R_S" = -2; -"@MMK_R_T" = 4; -"@MMK_R_U" = 0; -"@MMK_R_V" = 6; -"@MMK_R_W" = 9; -"@MMK_R_X" = -7; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -28; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asterisk" = 5; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -7; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -109; -"@MMK_R_comma.ss01" = -101; -"@MMK_R_degree" = 0; -"@MMK_R_e" = -30; -"@MMK_R_egrave" = -18; -"@MMK_R_eight" = -5; -"@MMK_R_ellipsis" = -196; -"@MMK_R_f" = -3; -"@MMK_R_five" = -4; -"@MMK_R_four" = -50; -"@MMK_R_g" = -27; -"@MMK_R_guillemetleft" = -53; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = -49; -"@MMK_R_hyphen.case" = -18; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 59; -"@MMK_R_j" = 0; -"@MMK_R_l" = -2; -"@MMK_R_lslash" = -14; -"@MMK_R_n" = -16; -"@MMK_R_nine" = -3; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -18; -"@MMK_R_parenright" = -27; -"@MMK_R_parenright.case" = -19; -"@MMK_R_percent" = 6; -"@MMK_R_period" = -105; -"@MMK_R_period.ss01" = -92; -"@MMK_R_pi" = -8; -"@MMK_R_plus" = -24; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 10; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 2; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 8; -"@MMK_R_quoteright.ss01" = 5; -"@MMK_R_s" = -21; -"@MMK_R_semicolon" = -5; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = -86; -"@MMK_R_t" = -3; -"@MMK_R_three" = -5; -"@MMK_R_two" = -2; -"@MMK_R_u" = -13; -"@MMK_R_v" = -7; -"@MMK_R_w" = -7; -"@MMK_R_x" = -10; -"@MMK_R_y" = -6; -"@MMK_R_z" = -13; -"@MMK_R_zero" = -10; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 2; -"@MMK_R_O" = -30; -"@MMK_R_S" = -21; -"@MMK_R_T" = -47; -"@MMK_R_U" = -27; -"@MMK_R_V" = -62; -"@MMK_R_W" = -40; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -81; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asterisk" = -147; -"@MMK_R_colon" = 3; -"@MMK_R_comma" = 4; -"@MMK_R_e" = -27; -"@MMK_R_egrave" = -27; -"@MMK_R_eight" = -20; -"@MMK_R_ellipsis" = -2; -"@MMK_R_f" = -24; -"@MMK_R_five" = -23; -"@MMK_R_four" = -27; -"@MMK_R_g" = -16; -"@MMK_R_guillemetleft" = -55; -"@MMK_R_guillemetright" = -14; -"@MMK_R_hyphen" = -47; -"@MMK_R_hyphen.case" = -162; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = -7; -"@MMK_R_j" = 16; -"@MMK_R_l" = -7; -"@MMK_R_lslash" = -18; -"@MMK_R_n" = -7; -"@MMK_R_nine" = -26; -"@MMK_R_one" = -80; -"@MMK_R_parenleft" = -21; -"@MMK_R_percent" = -78; -"@MMK_R_period" = 5; -"@MMK_R_pi" = -24; -"@MMK_R_plus" = -114; -"@MMK_R_question" = -69; -"@MMK_R_quotedblleft" = -109; -"@MMK_R_quotedblright" = -229; -"@MMK_R_quoteright" = -109; -"@MMK_R_s" = -15; -"@MMK_R_seven" = -89; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -28; -"@MMK_R_three" = -20; -"@MMK_R_two" = -3; -"@MMK_R_u" = -16; -"@MMK_R_v" = -37; -"@MMK_R_w" = -30; -"@MMK_R_x" = -2; -"@MMK_R_y" = -30; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -33; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -3; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -18; -"@MMK_R_S" = -7; -"@MMK_R_T" = -49; -"@MMK_R_U" = -14; -"@MMK_R_V" = -56; -"@MMK_R_W" = -34; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -85; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asterisk" = -101; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma.ss01" = 5; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -12; -"@MMK_R_eight" = -6; -"@MMK_R_f" = -26; -"@MMK_R_five" = -8; -"@MMK_R_four" = -4; -"@MMK_R_g" = -10; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen" = -9; -"@MMK_R_hyphen.case" = -101; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = -4; -"@MMK_R_j" = 28; -"@MMK_R_l" = -4; -"@MMK_R_lslash" = -19; -"@MMK_R_n" = -4; -"@MMK_R_nine" = -12; -"@MMK_R_one" = -84; -"@MMK_R_parenleft" = -12; -"@MMK_R_parenright" = -25; -"@MMK_R_parenright.case" = -18; -"@MMK_R_percent" = -82; -"@MMK_R_period.ss01" = 0; -"@MMK_R_pi" = -26; -"@MMK_R_plus" = -96; -"@MMK_R_quotedbl" = -101; -"@MMK_R_quotedblleft.ss01" = -101; -"@MMK_R_quoteright.ss01" = -101; -"@MMK_R_s" = -5; -"@MMK_R_seven" = -92; -"@MMK_R_slash" = 7; -"@MMK_R_t" = -25; -"@MMK_R_three" = -6; -"@MMK_R_two" = -3; -"@MMK_R_u" = -8; -"@MMK_R_v" = -32; -"@MMK_R_w" = -26; -"@MMK_R_x" = -3; -"@MMK_R_y" = -26; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -19; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -30; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = -21; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = 14; -"@MMK_R_U" = 6; -"@MMK_R_V" = 18; -"@MMK_R_W" = 17; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 17; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -9; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asterisk" = -9; -"@MMK_R_bracketright" = 5; -"@MMK_R_colon" = 10; -"@MMK_R_comma" = -109; -"@MMK_R_degree" = -13; -"@MMK_R_e" = -11; -"@MMK_R_egrave" = -11; -"@MMK_R_eight" = -6; -"@MMK_R_ellipsis" = -229; -"@MMK_R_f" = 2; -"@MMK_R_five" = 0; -"@MMK_R_four" = -32; -"@MMK_R_g" = -8; -"@MMK_R_guillemetleft" = -34; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -39; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 20; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -5; -"@MMK_R_n" = -6; -"@MMK_R_nine" = 2; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -3; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -10; -"@MMK_R_percent" = 2; -"@MMK_R_period" = -105; -"@MMK_R_pi" = 2; -"@MMK_R_plus" = -4; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 7; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 13; -"@MMK_R_seven" = 12; -"@MMK_R_slash" = -63; -"@MMK_R_t" = 2; -"@MMK_R_three" = -8; -"@MMK_R_two" = 0; -"@MMK_R_u" = -4; -"@MMK_R_v" = -3; -"@MMK_R_w" = -2; -"@MMK_R_x" = -10; -"@MMK_R_y" = -4; -"@MMK_R_z" = -4; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -30; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -27; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 6; -"@MMK_R_V" = 6; -"@MMK_R_W" = 10; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 3; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = -8; -"@MMK_R_asterisk" = 9; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma.ss01" = -101; -"@MMK_R_degree" = -2; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -8; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -25; -"@MMK_R_g" = -7; -"@MMK_R_guillemetleft" = -27; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -11; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 50; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -5; -"@MMK_R_nine" = 2; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -3; -"@MMK_R_parenright" = -23; -"@MMK_R_parenright.case" = -15; -"@MMK_R_percent" = 7; -"@MMK_R_period.ss01" = -102; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -4; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft.ss01" = 5; -"@MMK_R_quoteright.ss01" = 13; -"@MMK_R_s" = -4; -"@MMK_R_seven" = 10; -"@MMK_R_slash" = -60; -"@MMK_R_t" = 3; -"@MMK_R_three" = -3; -"@MMK_R_two" = 0; -"@MMK_R_u" = -2; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -6; -"@MMK_R_y" = 0; -"@MMK_R_z" = -8; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -30; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = -21; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = 13; -"@MMK_R_U" = 6; -"@MMK_R_V" = 18; -"@MMK_R_W" = 17; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 17; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -10; -"@MMK_R_a.ss04" = -10; -"@MMK_R_asterisk" = -9; -"@MMK_R_bracketright" = 5; -"@MMK_R_colon" = 10; -"@MMK_R_comma" = -109; -"@MMK_R_degree" = -14; -"@MMK_R_e" = -11; -"@MMK_R_egrave" = -11; -"@MMK_R_eight" = -6; -"@MMK_R_ellipsis" = -109; -"@MMK_R_f" = 2; -"@MMK_R_five" = 0; -"@MMK_R_four" = -33; -"@MMK_R_g" = -8; -"@MMK_R_guillemetleft" = -34; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -37; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 19; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = -6; -"@MMK_R_nine" = 2; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -3; -"@MMK_R_parenright" = -17; -"@MMK_R_parenright.case" = -10; -"@MMK_R_percent" = 2; -"@MMK_R_period" = -105; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -4; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = 16; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 6; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 13; -"@MMK_R_seven" = 11; -"@MMK_R_slash" = -64; -"@MMK_R_t" = 2; -"@MMK_R_three" = -8; -"@MMK_R_two" = 0; -"@MMK_R_u" = -4; -"@MMK_R_v" = -3; -"@MMK_R_w" = -2; -"@MMK_R_x" = -9; -"@MMK_R_y" = -4; -"@MMK_R_z" = -4; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -47; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -31; -"@MMK_R_O" = -9; -"@MMK_R_S" = 0; -"@MMK_R_T" = 2; -"@MMK_R_U" = -2; -"@MMK_R_V" = -3; -"@MMK_R_W" = 0; -"@MMK_R_X" = -19; -"@MMK_R_Y" = -9; -"@MMK_R_Z" = -6; -"@MMK_R_a" = -34; -"@MMK_R_a.ss04" = -33; -"@MMK_R_asterisk" = 3; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = -8; -"@MMK_R_comma" = -109; -"@MMK_R_e" = -40; -"@MMK_R_egrave" = -21; -"@MMK_R_eight" = -3; -"@MMK_R_ellipsis" = -229; -"@MMK_R_f" = -6; -"@MMK_R_five" = -6; -"@MMK_R_four" = -68; -"@MMK_R_g" = -33; -"@MMK_R_guillemetleft" = -67; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = -75; -"@MMK_R_hyphen.case" = -30; -"@MMK_R_i" = -9; -"@MMK_R_icircumflex" = 62; -"@MMK_R_j" = -8; -"@MMK_R_l" = -3; -"@MMK_R_lslash" = -15; -"@MMK_R_n" = -15; -"@MMK_R_nine" = -2; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -19; -"@MMK_R_parenright" = -49; -"@MMK_R_parenright.case" = -35; -"@MMK_R_percent" = 7; -"@MMK_R_period" = -105; -"@MMK_R_pi" = -7; -"@MMK_R_plus" = -39; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -29; -"@MMK_R_semicolon" = -6; -"@MMK_R_seven" = 3; -"@MMK_R_slash" = -87; -"@MMK_R_t" = -3; -"@MMK_R_three" = -3; -"@MMK_R_two" = 0; -"@MMK_R_u" = -12; -"@MMK_R_v" = -6; -"@MMK_R_w" = -6; -"@MMK_R_x" = -9; -"@MMK_R_y" = -6; -"@MMK_R_z" = -12; -"@MMK_R_zero" = -9; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -41; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -31; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 2; -"@MMK_R_W" = 2; -"@MMK_R_X" = -10; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -21; -"@MMK_R_a.ss04" = -21; -"@MMK_R_asterisk" = 3; -"@MMK_R_bracketright" = -7; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma.ss01" = -101; -"@MMK_R_e" = -24; -"@MMK_R_egrave" = -20; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 0; -"@MMK_R_five" = -2; -"@MMK_R_four" = -46; -"@MMK_R_g" = -19; -"@MMK_R_guillemetleft" = -47; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -43; -"@MMK_R_hyphen.case" = -7; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = 55; -"@MMK_R_j" = -4; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -13; -"@MMK_R_n" = -12; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -12; -"@MMK_R_parenright" = -29; -"@MMK_R_parenright.case" = -22; -"@MMK_R_percent" = 2; -"@MMK_R_period.ss01" = -102; -"@MMK_R_pi" = -4; -"@MMK_R_plus" = -17; -"@MMK_R_quotedbl" = 4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 5; -"@MMK_R_s" = -12; -"@MMK_R_seven" = 2; -"@MMK_R_slash" = -77; -"@MMK_R_t" = 0; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -9; -"@MMK_R_v" = -3; -"@MMK_R_w" = -3; -"@MMK_R_x" = -6; -"@MMK_R_y" = -2; -"@MMK_R_z" = -9; -"@MMK_R_zero" = 0; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -25; -"@MMK_R_I.ss02" = -10; -"@MMK_R_J" = -28; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -12; -"@MMK_R_U" = 0; -"@MMK_R_V" = -13; -"@MMK_R_W" = -2; -"@MMK_R_X" = -33; -"@MMK_R_Y" = -28; -"@MMK_R_Z" = -20; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -2; -"@MMK_R_asterisk" = -4; -"@MMK_R_braceright" = -45; -"@MMK_R_bracketright" = -57; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -39; -"@MMK_R_comma.ss01" = -54; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -48; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -16; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -36; -"@MMK_R_oslash" = -2; -"@MMK_R_parenright" = -73; -"@MMK_R_period" = -40; -"@MMK_R_period.ss01" = -55; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 13; -"@MMK_R_quoteright" = 14; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = -40; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -46; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -33; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -43; -"@MMK_R_v" = 5; -"@MMK_R_w" = 8; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_s" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -42; -"@MMK_R_U" = -2; -"@MMK_R_V" = -30; -"@MMK_R_W" = -21; -"@MMK_R_X" = -4; -"@MMK_R_Y" = -62; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = -53; -"@MMK_R_braceright" = -40; -"@MMK_R_bracketright" = -48; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = 8; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = -22; -"@MMK_R_guillemetright" = -27; -"@MMK_R_hyphen" = -3; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = -37; -"@MMK_R_oslash" = -2; -"@MMK_R_parenright" = -70; -"@MMK_R_period" = 7; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = -38; -"@MMK_R_question.ss01" = -41; -"@MMK_R_quotedbl" = -32; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -57; -"@MMK_R_sixsuperior" = -22; -"@MMK_R_slash" = -8; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -44; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -17; -"@MMK_R_v" = -12; -"@MMK_R_w" = -8; -"@MMK_R_x" = -9; -"@MMK_R_y" = -21; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -43; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = -29; -"@MMK_R_O" = -5; -"@MMK_R_S" = 0; -"@MMK_R_T" = 9; -"@MMK_R_U" = 6; -"@MMK_R_V" = 6; -"@MMK_R_W" = 8; -"@MMK_R_X" = -4; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -30; -"@MMK_R_a.ss04" = -33; -"@MMK_R_asterisk" = 5; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -9; -"@MMK_R_colon.ss01" = -10; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -74; -"@MMK_R_degree" = 0; -"@MMK_R_e" = -35; -"@MMK_R_egrave" = -18; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -74; -"@MMK_R_f" = 0; -"@MMK_R_five" = -2; -"@MMK_R_four" = -55; -"@MMK_R_g" = -29; -"@MMK_R_guillemetleft" = -56; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = -41; -"@MMK_R_hyphen.case" = -23; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 62; -"@MMK_R_j" = 0; -"@MMK_R_n" = -14; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -14; -"@MMK_R_parenright" = -29; -"@MMK_R_parenright.case" = -20; -"@MMK_R_percent" = 7; -"@MMK_R_period" = -67; -"@MMK_R_period.ss01" = -75; -"@MMK_R_pi" = -8; -"@MMK_R_plus" = -34; -"@MMK_R_question" = 2; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 3; -"@MMK_R_s" = -26; -"@MMK_R_semicolon" = -7; -"@MMK_R_seven" = 7; -"@MMK_R_slash" = -71; -"@MMK_R_t" = 0; -"@MMK_R_three" = -4; -"@MMK_R_two" = 0; -"@MMK_R_u" = -11; -"@MMK_R_v" = -6; -"@MMK_R_w" = -6; -"@MMK_R_x" = -9; -"@MMK_R_y" = -6; -"@MMK_R_z" = -13; -"@MMK_R_zero" = -6; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -23; -}; -"@MMK_L_six" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 6; -"@MMK_R_S" = 4; -"@MMK_R_T" = -6; -"@MMK_R_U" = 4; -"@MMK_R_V" = -16; -"@MMK_R_W" = -10; -"@MMK_R_X" = -15; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 4; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asterisk" = -10; -"@MMK_R_bracketright" = -35; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_degree" = -15; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 3; -"@MMK_R_eight" = 8; -"@MMK_R_ellipsis" = -7; -"@MMK_R_f" = 0; -"@MMK_R_five" = 11; -"@MMK_R_four" = 4; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -8; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 33; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -5; -"@MMK_R_parenleft" = 5; -"@MMK_R_parenright" = -82; -"@MMK_R_parenright.case" = -67; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -6; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -5; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = -13; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -7; -"@MMK_R_slash" = -15; -"@MMK_R_t" = 0; -"@MMK_R_three" = 4; -"@MMK_R_two" = 0; -"@MMK_R_u" = 6; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -46; -"@MMK_R_H" = 12; -"@MMK_R_I.ss02" = 14; -"@MMK_R_J" = -19; -"@MMK_R_O" = -12; -"@MMK_R_S" = 0; -"@MMK_R_T" = 14; -"@MMK_R_U" = 10; -"@MMK_R_V" = 16; -"@MMK_R_W" = 17; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 11; -"@MMK_R_Z" = 2; -"@MMK_R_a" = -31; -"@MMK_R_a.ss04" = -33; -"@MMK_R_asterisk" = 2; -"@MMK_R_bracketright" = 5; -"@MMK_R_colon" = -17; -"@MMK_R_colon.ss01" = -17; -"@MMK_R_comma" = -76; -"@MMK_R_comma.ss01" = -78; -"@MMK_R_e" = -34; -"@MMK_R_egrave" = -19; -"@MMK_R_eight" = -5; -"@MMK_R_ellipsis" = -80; -"@MMK_R_f" = -7; -"@MMK_R_five" = 0; -"@MMK_R_four" = -45; -"@MMK_R_g" = -32; -"@MMK_R_guillemetleft" = -48; -"@MMK_R_guillemetright" = -16; -"@MMK_R_hyphen" = -38; -"@MMK_R_hyphen.case" = -27; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 51; -"@MMK_R_j" = 7; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -23; -"@MMK_R_nine" = -4; -"@MMK_R_one" = -3; -"@MMK_R_parenleft" = -22; -"@MMK_R_parenright" = -17; -"@MMK_R_parenright.case" = -11; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -76; -"@MMK_R_period.ss01" = -78; -"@MMK_R_pi" = -14; -"@MMK_R_plus" = -32; -"@MMK_R_question" = -6; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 11; -"@MMK_R_quoteright.ss01" = 10; -"@MMK_R_s" = -27; -"@MMK_R_seven" = 10; -"@MMK_R_slash" = -102; -"@MMK_R_t" = -8; -"@MMK_R_three" = -9; -"@MMK_R_two" = -2; -"@MMK_R_u" = -14; -"@MMK_R_v" = -14; -"@MMK_R_w" = -14; -"@MMK_R_x" = -17; -"@MMK_R_y" = -14; -"@MMK_R_z" = -19; -"@MMK_R_zero" = -13; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 2; -"@MMK_R_T" = -12; -"@MMK_R_V" = -11; -"@MMK_R_W" = -3; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -27; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = -8; -"@MMK_R_braceright" = -16; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = 6; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -6; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -17; -"@MMK_R_icircumflex" = 15; -"@MMK_R_itilde" = 28; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -26; -"@MMK_R_parenright" = -49; -"@MMK_R_period" = 7; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 8; -"@MMK_R_quoteright" = 8; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 15; -"@MMK_R_sevensuperior" = -27; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -30; -"@MMK_R_twosuperior" = -4; -"@MMK_R_underscore" = 10; -"@MMK_R_v" = 4; -"@MMK_R_w" = 3; -"@MMK_R_x" = 5; -"@MMK_R_y" = 0; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 3; -}; -"@MMK_L_three" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 8; -"@MMK_R_T" = -4; -"@MMK_R_U" = 2; -"@MMK_R_V" = -15; -"@MMK_R_W" = -9; -"@MMK_R_X" = -11; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asterisk" = -9; -"@MMK_R_bracketright" = -29; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_degree" = -12; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 4; -"@MMK_R_eight" = 12; -"@MMK_R_ellipsis" = -4; -"@MMK_R_f" = 0; -"@MMK_R_five" = 7; -"@MMK_R_four" = 0; -"@MMK_R_g" = 3; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = 5; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 35; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 6; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 2; -"@MMK_R_parenright" = -80; -"@MMK_R_parenright.case" = -61; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -14; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 5; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -13; -"@MMK_R_t" = 0; -"@MMK_R_three" = 6; -"@MMK_R_two" = 0; -"@MMK_R_u" = 4; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 8; -"@MMK_R_J" = 6; -"@MMK_R_O" = 2; -"@MMK_R_S" = 2; -"@MMK_R_T" = -2; -"@MMK_R_U" = 0; -"@MMK_R_V" = -12; -"@MMK_R_W" = -7; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -26; -"@MMK_R_Z" = 6; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -7; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 10; -"@MMK_R_comma" = 14; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -9; -"@MMK_R_e" = -4; -"@MMK_R_egrave" = -4; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 4; -"@MMK_R_five" = 0; -"@MMK_R_four" = 0; -"@MMK_R_g" = -5; -"@MMK_R_guillemetleft" = -31; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -18; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 39; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 6; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -47; -"@MMK_R_parenright.case" = -24; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 14; -"@MMK_R_period.ss01" = 0; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -10; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 11; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 4; -"@MMK_R_three" = 0; -"@MMK_R_two" = 6; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 5; -"@MMK_R_zero" = 2; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -17; -"@MMK_R_Y" = -7; -"@MMK_R_Z" = -7; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = -5; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = -109; -"@MMK_R_comma.ss01" = -101; -"@MMK_R_fraction" = 13; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = -18; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -39; -"@MMK_R_parenright.case" = -33; -"@MMK_R_period" = -105; -"@MMK_R_period.ss01" = -102; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -3; -"@MMK_R_quotedbl" = 3; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 7; -"@MMK_R_semicolon" = -4; -"@MMK_R_slash" = -48; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -33; -"@MMK_R_I.ss02" = -12; -"@MMK_R_J" = -25; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -14; -"@MMK_R_U" = 0; -"@MMK_R_V" = -13; -"@MMK_R_W" = -4; -"@MMK_R_X" = -30; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = -17; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = -10; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -44; -"@MMK_R_bracketright" = -54; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = -29; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_e" = -8; -"@MMK_R_egrave" = -8; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -34; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -15; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = -6; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -10; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -3; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -38; -"@MMK_R_oslash" = -8; -"@MMK_R_parenright" = -73; -"@MMK_R_period" = -30; -"@MMK_R_period.ss01" = -32; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -55; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -43; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = -38; -"@MMK_R_v" = 4; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -27; -"@MMK_R_I.ss02" = -11; -"@MMK_R_J" = -20; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -14; -"@MMK_R_U" = 3; -"@MMK_R_V" = -13; -"@MMK_R_W" = -3; -"@MMK_R_X" = -30; -"@MMK_R_Y" = -27; -"@MMK_R_Z" = -13; -"@MMK_R_a" = -5; -"@MMK_R_a.ss04" = -8; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -42; -"@MMK_R_bracketright" = -48; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = -25; -"@MMK_R_comma.ss01" = -28; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -5; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -29; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -11; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -4; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -15; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -5; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -38; -"@MMK_R_oslash" = -5; -"@MMK_R_parenright" = -73; -"@MMK_R_period" = -26; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = -52; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -34; -"@MMK_R_t" = 7; -"@MMK_R_threesuperior" = -3; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = -30; -"@MMK_R_v" = 4; -"@MMK_R_w" = 6; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -14; -"@MMK_R_U" = 0; -"@MMK_R_V" = -14; -"@MMK_R_W" = -5; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = -13; -"@MMK_R_asciicircum" = -10; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -27; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = -17; -"@MMK_R_egrave" = -17; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = -23; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = -7; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -36; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -27; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 2; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 2; -"@MMK_R_itilde" = 2; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -6; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -10; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -40; -"@MMK_R_oslash" = -16; -"@MMK_R_parenright" = -49; -"@MMK_R_period" = -5; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -9; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = -8; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -58; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -33; -"@MMK_R_twosuperior" = -23; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = 15; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 3; -"@MMK_R_y" = 0; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 0; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -33; -"@MMK_R_I.ss02" = -11; -"@MMK_R_J" = -27; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -14; -"@MMK_R_U" = 0; -"@MMK_R_V" = -12; -"@MMK_R_W" = -3; -"@MMK_R_X" = -31; -"@MMK_R_Y" = -28; -"@MMK_R_Z" = -16; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asciicircum" = -5; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -39; -"@MMK_R_bracketright" = -56; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = -32; -"@MMK_R_comma.ss01" = -34; -"@MMK_R_e" = -8; -"@MMK_R_egrave" = -8; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -38; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -15; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = -5; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = -20; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -12; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -4; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -38; -"@MMK_R_oslash" = -8; -"@MMK_R_parenright" = -72; -"@MMK_R_period" = -32; -"@MMK_R_period.ss01" = -34; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -47; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -47; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = -12; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -43; -"@MMK_R_v" = 4; -"@MMK_R_w" = 5; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -20; -"@MMK_R_U" = 0; -"@MMK_R_V" = -16; -"@MMK_R_W" = -9; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -32; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -6; -"@MMK_R_asterisk" = -9; -"@MMK_R_braceright" = -27; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 6; -"@MMK_R_comma" = 6; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = -5; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -27; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -15; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -3; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -36; -"@MMK_R_oslash" = -3; -"@MMK_R_parenright" = -55; -"@MMK_R_period" = 8; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 4; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = -38; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -36; -"@MMK_R_twosuperior" = -7; -"@MMK_R_underscore" = 10; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = 2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = -11; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -2; -"@MMK_R_O" = 12; -"@MMK_R_S" = 2; -"@MMK_R_T" = -13; -"@MMK_R_U" = 5; -"@MMK_R_V" = -19; -"@MMK_R_W" = -12; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -38; -"@MMK_R_Z" = -5; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asterisk" = -14; -"@MMK_R_bracketright" = -48; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_degree" = -20; -"@MMK_R_e" = 10; -"@MMK_R_egrave" = 10; -"@MMK_R_eight" = 7; -"@MMK_R_ellipsis" = -16; -"@MMK_R_f" = 6; -"@MMK_R_five" = 9; -"@MMK_R_four" = 2; -"@MMK_R_g" = 12; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = 9; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 20; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_n" = 3; -"@MMK_R_nine" = 5; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = 11; -"@MMK_R_parenright" = -90; -"@MMK_R_parenright.case" = -79; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -9; -"@MMK_R_period.ss01" = -13; -"@MMK_R_pi" = 7; -"@MMK_R_question" = -7; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 5; -"@MMK_R_seven" = -3; -"@MMK_R_slash" = -22; -"@MMK_R_t" = 7; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 7; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = -4; -"@MMK_R_y" = -2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; +fourinferior = { +T = -48; +V = -56; +W = -39; +parenright = -62; +bracketright = -33; +}; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = -35; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = -56; +"@MMK_R_KO_U" = -24; +"@MMK_R_KO_V" = -84; +"@MMK_R_KO_W" = -60; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -88; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = -1; +"@MMK_R_KO_e" = -28; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_five" = -27; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = -78; +"@MMK_R_KO_eight" = -23; +"@MMK_R_KO_nine" = -30; +"@MMK_R_KO_asterisk" = -90; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_quotedblleft" = -74; +"@MMK_R_KO_quotedblright" = -72; +"@MMK_R_KO_quoteleft" = -74; +"@MMK_R_KO_quoteright" = -73; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -55; +"@MMK_R_KO_quotedbl" = -85; +"@MMK_R_KO_quotesingle" = -81; +"@MMK_R_KO_quotedblleft.ss01" = -70; +"@MMK_R_KO_quotedblright.ss01" = -75; }; -A = { -Dcroat = -12; -Eth = -12; -Iogonek = 0; -Jcircumflex = 2; -Lslash = -7; -Tbar = -33; -Tcedilla = -42; -Ycircumflex = -70; -Ydieresis = -70; -Ydieresis.ss01 = -70; -Ydotbelow = -70; -Ydotbelow.ss01 = -70; -Ygrave = -70; -ampersand = -9; -asciitilde = -33; -at = -18; -backslash = -55; -dollar = -13; -eight = -8; -equal = -16; -five = -10; -gbreve.ss06 = 0; -germandbls = -29; -jcircumflex = 2; -less = -22; -logicalnot = -20; -minus = -28; -multiply = -26; -nine = -15; -numbersign = -12; -ordfeminine = -49; -ordmasculine = -49; -parenleft = -14; -parenleft.case = -26; -plus = -28; -quotedbl = -56; -quotedblleft.ss01 = -33; -quoteleft = -45; -quoteright.ss01 = -27; -registered = -41; -seven = -38; -three = -10; -two = 0; +equal = { +period = -47; +comma = -47; +period.ss01 = -16; +comma.ss01 = -15; +parenright = -65; +bracketright = -74; +parenright.case = -77; +bracketright.case = -81; +equal = 0; +A = -18; +J = -31; +T = -31; +V = -21; +X = -31; +Y = -38; }; -Aacute = { -Dcroat = -12; -Eth = -12; -Tbar = -33; -Tcedilla = -42; -registered = -41; +five.numr = { +fraction = -9; }; -Abreve = { -Tcedilla = -42; -V = -69; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -6; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -40; +"@MMK_R_KO_asterisk" = -23; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -39; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -37; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; }; -Acircumflex = { -T = -41; -Tcedilla = -41; -Tcommaaccent = -41; -V = -51; -Y = -53; -Ydieresis = -53; -Ydotbelow = -53; +dcaron = { +exclam.ss01 = 68; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -45; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -32; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -69; +"@MMK_R_KO_bracketright.case" = -16; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -36; +"@MMK_R_KO_asciicircum" = -13; }; -Acircumflexacute = { -T = -40; -Y = -46; +k = { +oslash = -22; +iogonek = 6; +lcommaaccent = 5; +two = 6; +plus = -29; +minus = -30; +notequal = 0; +logicalnot = -23; +asciitilde = -55; }; -Acircumflexdotbelow = { -T = -41; -Y = -53; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = -25; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_braceright" = -54; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -49; +"@MMK_R_KO_asciicircum" = -21; }; -Acircumflexdotbelow.ss01 = { -T = -41; -Y = -53; +scaron = { +T = -25; +iogonek = 1; }; -Acircumflexgrave = { -Y = -50; +ninesuperior = { +A = -45; +fraction = -9; +period = -102; +comma = -104; +slash = -74; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = -36; +parenright = -44; +guillemetleft = -34; }; -Acircumflexhookabove = { -Y = -49; +v = { +n = 0; +ampersand = -27; }; -Acircumflextilde = { -Y = -38; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_t_t.liga" = 0; }; -Adieresis = { -T = -42; -Tcedilla = -42; -V = -65; -Y = -68; -Ydieresis = -57; -registered = -41; +infinity = { +parenright = -76; +bracketright = -76; +parenright.case = -90; +bracketright.case = -83; +quotedblleft = -28; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -6; +"@MMK_R_KO_one" = -40; +"@MMK_R_KO_two" = -80; +"@MMK_R_KO_three" = -74; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -7; +"@MMK_R_KO_seven" = -50; +"@MMK_R_KO_eight" = -25; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_question" = -100; +"@MMK_R_KO_asterisk" = -99; +"@MMK_R_KO_slash" = -67; +"@MMK_R_KO_period.ss01" = -98; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_parenright.case" = -91; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -50; +"@MMK_R_KO_quotedbl" = -36; +"@MMK_R_KO_quotesingle" = -36; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_A" = -43; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -66; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = -67; +"@MMK_R_KO_I.ss02" = -48; +"@MMK_R_KO_J.ss10" = -112; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_t_t.liga" = -5; }; -Adieresis.ss01 = { -Ydieresis.ss01 = -38; +asterisk = { +g.ss06 = -21; }; -Amacron = { -T = -42; -Tcedilla = -42; -V = -59; -Y = -60; -Ycircumflex = -60; +semicolon.ss01 = { +onesuperior = -44; +sevensuperior = -54; +hyphen = 0; +emdash = -4; }; -Aogonek = { -Lslash = -6; -comma = 28; -comma.ss01 = 21; -parenright = 3; -period = 5; -semicolon = 28; +divide = { +one = -43; +two = -55; +three = -81; +seven = -54; +parenright = -77; +parenright.case = -92; +quotedblleft = -38; +quotedblright = -10; +quoteright = -13; +quotedblleft.ss01 = -13; +quotedblright.ss01 = -15; +A = -35; +Y = -66; +I.ss02 = -44; }; -Aring = { -Tcedilla = -42; -V = -69; -Ydieresis = -70; -Ydieresis.ss01 = -70; +asciitilde = { +exclam = -17; +exclam.ss01 = -16; +question.ss01 = -99; +parenleft = -7; +parenleft.case = -5; +bracketright.case = -87; +quoteright.ss01 = -14; +U = -7; +aacute = -8; +edieresis = -10; +edieresis.ss01 = -10; +u = -7; +v = -14; +w = -8; +x = -38; +y = -19; +l.ss03 = -7; +l.ss04 = -8; +g.ss06 = -8; +gcircumflex.ss06 = -8; }; -Atilde = { -V = -69; -Y = -70; -ordfeminine = -46; +three.dnom = { +question = -73; +question.ss01 = -68; +parenright = -60; +quotedblleft = -102; +quotedblright = -66; +quoteleft = -102; +quoteright = -67; +quotedbl = -102; +quotesingle = -81; +quotedblleft.ss01 = -48; +quoteleft.ss01 = -48; +quotedblright.ss01 = -60; +quoteright.ss01 = -60; +degree = -122; }; -B = { -Hbar = 20; -Lslash = 9; -OE = -2; -Oslash = 0; -Tcedilla = 0; -acircumflexacute.ss05 = 7; -ampersand = 5; -eight = 13; -five = 7; -greater = 2; -hbar = 9; -idieresis = 39; -jcircumflex = 39; -minus = -15; -nine = 2; -parenleft = 2; -plus = -15; -three = 6; -two = 0; +odotbelow.ss01 = { +T = -47; }; -C = { -Lslash = 4; -OE = 0; -Tcedilla = -2; -ampersand = 0; -bracketright.case = -18; -dollar = 3; -eight = 8; -five = 0; -greater = 3; -minus = -12; -nine = 3; -numbersign = 2; -plus = -12; -seven = 0; -three = 4; -two = 3; +x = { +oslash = -21; +two = 0; +ampersand = -30; +plus = -25; +minus = -25; +notequal = -4; +logicalnot = -19; +asciitilde = -49; }; -Ccircumflex = { -jcircumflex = 39; +U = { +Dcroat = 6; +Eth = 6; +Hbar = 29; +Lslash = 5; +hbar = 24; +igrave = 32; +jcircumflex = 44; +greater = 0; }; -Cdotaccent = { -Hbar = 24; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_itilde" = 37; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -1; +"@MMK_R_KO_comma" = -1; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_backslash" = -11; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblleft" = 13; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = 13; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -29; +"@MMK_R_KO_asciicircum" = -9; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -38; +"@MMK_R_KO_endash" = -53; +"@MMK_R_KO_hyphen.case" = -34; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -D = { -Dcroat = 11; -Eth = 11; -Hbar = 9; -Jcircumflex = -3; -Lslash = 10; -OE = 12; +Eth = { +Eth = 14; Oslash = 11; -Ycircumflex = -41; -ampersand = 0; -at = 10; -bracketright.case = -23; -eight = 6; -equal = 0; -five = 8; -idotbelow = 2; -lacute = 2; -less = 0; -nine = 4; -parenleft = 10; }; -Dcroat = { -Dcroat = 11; -acircumflexacute.ss05 = 0; -idotbelow = 2; -ihookabove = 2; +odotbelow = { +T = -47; }; -E = { -H = 0; -Hbar = 27; -Iogonek = 0; -Jcircumflex = 0; -Tcedilla = 5; -asciitilde = -21; -backslash = 10; -eight = 0; -equal = -8; -exclam.ss01 = 7; -gbreve.ss06 = 3; -germandbls = -7; -idieresis = 79; -idieresis.ss01 = 73; -jcircumflex = 58; -minus = -12; -multiply = -33; -numbersign = -9; -registered = -6; -seven = 2; -three = 0; -two = 2; +baht = { +slash = -15; +parenright = -56; +parenright.case = -64; }; -Ecircumflex = { -Icircumflex = 56; +Icircumflex.ss02 = { +endash.case = -37; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 7; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 1; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -16; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -89; +"@MMK_R_KO_onesuperior" = -87; +"@MMK_R_KO_foursuperior" = -118; +"@MMK_R_KO_sevensuperior" = -92; +"@MMK_R_KO_ninesuperior" = -83; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -72; +"@MMK_R_KO_asterisk" = -97; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -9; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_parenright.case" = -70; +"@MMK_R_KO_quotedblleft" = -104; +"@MMK_R_KO_quotedblright" = -75; +"@MMK_R_KO_quoteleft" = -104; +"@MMK_R_KO_quoteright" = -76; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -82; +"@MMK_R_KO_quotesingle" = -81; +"@MMK_R_KO_quotedblleft.ss01" = -74; +"@MMK_R_KO_quotedblright.ss01" = -77; }; -Ecircumflexdotbelow = { -C = -2; -T = 6; -comma = 10; -period = 9; +quotedblright = { +Dcroat = 0; +icircumflex = 19; +scaron = -18; +x = -17; +g.ss06 = -24; +mu = -5; +questiondown = -70; +questiondown.case = -59; +parenleft = -4; +quotesinglbase = -104; +asciitilde = -75; }; -Ecircumflexdotbelow.ss01 = { -T = 6; +r = { +fl = 4; +germandbls = 3; +wdieresis = 3; +gcircumflex.ss06 = 2; +oneinferior = -42; +twoinferior = -15; +threeinferior = -17; +fourinferior = -52; +fiveinferior = -12; +sixinferior = -25; +ampersand = -30; +logicalnot = 0; +asciitilde = -18; }; -Ecircumflexgrave = { -comma = 10; -period = 9; +seveninferior = { +I.ss02 = -26; +fourinferior = -30; +seveninferior = 0; +parenright = -77; +parenright.case = -79; }; -Ecircumflexhookabove = { -comma = 10; -period = 9; +sterling = { +two = 8; +hyphen.case = -74; +parenright = -56; }; -Ecircumflextilde = { -comma = 10; +Ocircumflex = { +Lslash = 9; }; -Edieresis = { -Idieresis = 79; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 28; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 33; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_i" = 38; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 32; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = 8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = 23; +"@MMK_R_KO_quotesingle" = 23; +"@MMK_R_KO_quotedblright.ss01" = 29; +"@MMK_R_KO_quoteright.ss01" = 28; +}; +_f.longarm = { +l = 0; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +l.ss03 = 3; +l.ss04 = 4; }; -Edotaccent = { -scaron = 0; +I.ss02 = { +Dcroat = -9; +igrave = 26; +jcircumflex = 44; +endash.case = -37; +plus = -47; +minus = -48; +notequal = -25; +less = -41; +approxequal = -22; +logicalnot = -39; +asciitilde = -59; }; -Emacron = { -Imacron = 36; -gcommaaccent.ss06 = 0; +quoteleft.ss01 = { +J.ss10 = -96; +igrave = 12; +icircumflex = 19; +imacron = 18; +jcircumflex = 20; +questiondown.case = -42; +questiondown.ss01 = -75; +hyphen = -74; +emdash = -88; +quotedblbase.ss01 = -96; +ampersand = -47; +minus = -12; +logicalnot = 0; +asciitilde = -33; }; -Eogonek = { -comma = 19; -parenright = 0; -period = 9; +Zacute = { +endash.case = -23; }; -Eth = { -Eth = 11; -Oslash = 11; +d = { +hbar = 1; +igrave = 0; +icaron = 0; +idieresis = 1; +jcircumflex = 14; +logicalnot = 2; }; -F = { -Hbar = 24; -adieresis = -2; -ampersand = -9; -backslash = 13; -eight = 0; -eightinferior = -12; -ellipsis.ss01 = -91; -fiveinferior = -15; -fourinferior = -38; -iacute = -4; -idieresis = 84; -nine = 0; -numbersign = -5; -seven = 7; -sixinferior = -14; -three = -5; -threeinferior = -11; -two = -2; -twoinferior = -9; -udieresis = 0; +notequal = { +zero = 0; +one = -6; +two = -4; +seven = -10; +parenright = -69; +parenright.case = -82; +A = -23; +B = -2; +F = -2; +L = -2; +N = -2; +Y = -40; +b = 0; }; -G = { -Eth = 0; -Hbar = 12; -Lslash = 7; -Oslash = 4; -Ycircumflex = -36; -backslash = -18; -eight = 5; -hbar = 4; -jcircumflex = 26; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -21; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_t_t.liga" = 6; +}; +six = { +icircumflex = 22; parenleft = 4; -three = 0; -two = 0; +braceright = -29; +bracketright.case = -24; +trademark = -35; +asciicircum = -31; }; -G.ss07 = { -Hbar = 19; -Lslash = 10; -Oslash = 9; -eight = 8; -hbar = 6; +Idieresis.ss02 = { +idieresis = 52; }; -Germandbls = { -A = -2; -E = 0; -G = 0; -I = 0; -L = 0; -S = 0; -T = -10; -Z = 4; -a = 0; -hyphen = 7; -parenright = -39; +quotedblleft.ss01 = { +A = -43; +J = -35; +igrave = 12; +icircumflex = 19; +imacron = 18; +jcircumflex = 20; +g.ss06 = -8; +mu = -7; +questiondown.case = -42; +ellipsis.ss01 = -206; +questiondown.ss01 = -75; +underscore = -188; +quotedblbase.ss01 = -206; +ampersand = -47; +minus = -12; +divide = -13; +asciitilde = -33; }; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 17; -endash = 0; -exclam = 0; -greater = 0; -hyphen = 0; -ibreve = 31; -jcircumflex = 49; +sevensuperior = { +A = -70; +C = -24; +O = -24; +G = -24; +fraction = -31; +sevensuperior = 0; +period = -102; +comma = -104; +colon = -44; +semicolon = -42; +slash = -102; +period.ss01 = -98; +comma.ss01 = -96; +colon.ss01 = -34; +semicolon.ss01 = -36; +hyphen = -47; +hyphen.case = -36; +guillemetleft = -56; +guilsinglleft = -56; +guillemetright = -36; +guilsinglright = -35; +plus = -51; +}; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -35; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 27; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -48; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -45; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_parenright.case" = -72; +"@MMK_R_KO_bracketright.case" = -36; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -36; +"@MMK_R_KO_asciicircum" = -14; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -48; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = -45; +"@MMK_R_KO_I.ss02" = -34; +"@MMK_R_KO_J.ss10" = -130; +"@MMK_R_KO_zero" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -45; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_question" = -43; +"@MMK_R_KO_slash" = -50; +"@MMK_R_KO_period.ss01" = -98; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -78; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +won = { +period = -53; +comma = -54; +slash = -46; +period.ss01 = -52; +comma.ss01 = -51; +}; +i.ss01 = { l = 0; -n = 0; +c = 1; +e = 0; o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 21; -D = 22; -E = 21; -F = 21; -Gdotaccent = 23; -H = 21; -Hbar = 54; -I = 21; -I.ss02 = 27; -K = 21; -L = 21; -M = 22; -N = 21; -O = 23; -Q = 23; -R = 21; -S = 29; -T = 24; -U = 26; -W = 25; -Zdotaccent = 21; -b = 24; -exclam = 32; -i = 21; -i.ss01 = 20; -idotaccent = 21; -j = 22; -l = 24; -l.ss04 = 50; -ninesuperior = 27; -question = 25; -quotedblright = 24; -quoteright = 24; -quotesingle = 33; -sixsuperior = 28; -u = 11; -w = 22; +m = 0; +n = 0; +r = 0; +p = 1; +j.ss01 = 1; +parenright = -14; }; -I = { -Hbar = 21; -backslash = 17; -greater = 0; -jcircumflex = 49; +guillemetright = { +T = -58; +x = -54; +threesuperior = -45; +fivesuperior = -51; +eightsuperior = -47; +colon = -51; +semicolon = -49; +questiondown = -65; +question.ss01 = -87; +questiondown.ss01 = -65; +braceright = -82; +braceright.case = -73; +bracketright.case = -89; +quotesinglbase = -68; +quotedblbase = -68; +quotedblbase.ss01 = -61; +quoteright.ss01 = -44; }; -I.ss02 = { -Dcroat = -12; -Eth = -12; -Tcedilla = 8; -jcircumflex = 60; -logicalnot = -31; -minus = -40; -plus = -40; +s = { +l = 0; +seven = -33; +emdash = -5; +registered = -20; +notequal = -7; +logicalnot = -14; +asciitilde = -33; }; -Iacute = { -Igrave = 94; -Rcaron = 33; -Tcaron = 37; -U = 4; -comma.ss01 = -3; -l.ss04 = 25; -parenright = 2; -period.ss01 = -4; +five.dnom = { +question = -72; +question.ss01 = -68; +parenright = -58; +quotedblleft = -72; +quotedblright = -56; +quoteleft = -72; +quoteright = -47; +quotedbl = -83; +quotesingle = -80; +quotedblleft.ss01 = -32; +quoteleft.ss01 = -25; +quotedblright.ss01 = -46; +quoteright.ss01 = -39; +degree = -113; }; -Iacute.ss02 = { -Eth = 0; +ecircumflexgrave = { +parenright = -11; +bracketright = 0; +quotedbl = 0; }; -Ibreve = { -Imacron = 78; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -21; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = -29; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -36; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = -33; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -46; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_braceright" = -59; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -14; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 6; +"@MMK_R_KO_three" = 7; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -62; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -16; +"@MMK_R_KO_percent" = -2; +}; +Agrave = { +endash.case = -21; }; -Icircumflex = { -Icircumflex = 116; -bracketright = 41; -icircumflex = 48; -l.ss04 = 25; -parenright = 41; -parenright.case = 46; +t_t.liga = { +wdieresis = 6; +hyphen = -21; +logicalnot = 0; +asciitilde = -27; }; -Idieresis = { -Idieresis = 140; -Igrave = 71; -idieresis = 69; -parenright = 29; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -51; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -134; +"@MMK_R_KO_a" = -24; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 18; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 7; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_question" = 10; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -78; +"@MMK_R_KO_period.ss01" = -98; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -136; +"@MMK_R_KO_endash" = -129; +"@MMK_R_KO_hyphen.case" = -56; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_quotedblleft" = 13; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 12; +"@MMK_R_KO_quotedblright.ss01" = 0; }; -Idieresis.ss01 = { -Idieresis.ss01 = 146; -Igrave = 100; +ohorngrave = { +i = 24; +idotaccent = 24; +i.ss01 = 24; +idotaccent.ss01 = 24; +m = 24; +n = 24; +period = -7; +comma = -7; +period.ss01 = -9; +comma.ss01 = -8; +parenright = -23; +bracketright = -45; +guillemetright = 0; +quotedbl = 8; }; -Idieresis.ss02 = { -idieresis = 80; +zeroinferior = { +parenright = -65; }; -Idotaccent = { -l.ss04 = 25; +c = { +seven = -35; +registered = -17; +notequal = -5; }; -Idotaccent.ss01 = { -l.ss04 = 25; -period.ss01 = -4; +Aacute = { +Dcroat = -8; +Eth = -8; +Tbar = -29; +endash.case = -21; +registered = -38; }; -Idotbelow = { -U = 4; -comma = 2; -j = 24; +Abreve = { +endash.case = -21; }; -Imacron = { -Ibreve = 84; -Imacron = 89; -imacron = 37; -l.ss04 = 25; -parenright = 28; -parenright.case = 33; +eight.dnom = { +question = -73; +question.ss01 = -67; +parenright = -59; +quotedblleft = -102; +quotedblright = -67; +quoteleft = -102; +quoteright = -67; +quotedbl = -102; +quotesingle = -81; +quotedblleft.ss01 = -48; +quoteleft.ss01 = -48; +quotedblright.ss01 = -60; +quoteright.ss01 = -60; +degree = -118; }; -Iogonek = { -Iogonek = 11; -iogonek = 23; -j = 32; +Idieresis.ss01 = { +Icircumflex = 11; +Idieresis.ss01 = 12; +idieresis.ss01 = 59; +parenright.case = 0; }; -Iogonek.ss02 = { -comma = 22; -iogonek = 36; -j = 43; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -14; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -49; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; }; -Itilde = { -Idieresis = 158; -Idieresis.ss01 = 154; -Itilde = 142; +comma.ss01 = { +twosuperior = -96; +threesuperior = -96; +fivesuperior = -96; +eightsuperior = -96; +parenright = -28; +bracketright = -10; +quoteright.ss01 = -96; }; -J = { -Hbar = 24; -Iogonek = 3; -Oslash = 3; -backslash = 17; +C = { +two = 4; +three = 0; +five = 8; +eight = 9; +braceright.case = -36; +plus = -12; +minus = -12; greater = 0; -i.ss01 = 3; -ibreve = 34; -idieresis = 72; -iogonek = 0; -jcircumflex = 52; }; -Jacute = { -Ecaron = 39; -Edieresis = 46; -Egrave = 29; -Hbar = 24; -Ibreve = 94; -Icircumflex = 51; -Idieresis = 119; -Idieresis.ss01 = 116; -Idotaccent = 27; -Igrave = 99; -Imacron = 89; -Itilde = 97; -Oslash = 4; -backslash = 17; -ibreve = 34; -idieresis = 72; -jcircumflex = 52; -parenright = 0; -parenright.case = 17; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -133; +"@MMK_R_KO_a" = -28; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = 2; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 14; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = 15; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 1; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 14; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_ellipsis" = -210; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -85; +"@MMK_R_KO_hyphen" = -98; +"@MMK_R_KO_endash" = -59; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -12; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_plus" = -40; +"@MMK_R_KO_percent" = 18; }; -Jcircumflex = { -A = -6; -E = 3; -Jcircumflex = 70; -O = 3; -U = 8; -a = 2; -e = 3; -jcircumflex = 52; -o = 3; -parenright = 46; +ocircumflexgrave = { +parenright = -9; +bracketright = -5; +quotedbl = 0; +quotesingle = 0; }; -K = { -Iogonek = 2; -Lslash = -7; -OE = -28; -Ydotbelow = 0; -Ydotbelow.ss01 = 0; -Ygrave = 0; -ampersand = -18; -asciitilde = -50; -at = -29; -backslash = 11; -dollar = -18; -ecircumflexacute = 0; -edieresis = -2; -eight = -16; -equal = -25; -jcircumflex = 31; -lcommaaccent.ss04 = 28; -less = -34; -logicalnot = -31; -minus = -40; -nine = -19; -numbersign = -21; -odieresis = -2; -parenleft = -20; -plus = -39; -rcaron = 7; -registered = -27; -seven = 0; -three = -17; -two = 0; -u = -16; -ygrave = -24; -yhookabove = -25; -ytilde = -13; +wcircumflex = { +p = 4; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -48; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_foursuperior" = -100; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = -43; +"@MMK_R_KO_comma" = -43; +"@MMK_R_KO_question" = -72; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_quotedblleft" = -96; +"@MMK_R_KO_quotedblright" = -105; +"@MMK_R_KO_quoteleft" = -90; +"@MMK_R_KO_quoteright" = -90; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -136; +"@MMK_R_KO_quotesingle" = -81; +"@MMK_R_KO_quotedblleft.ss01" = -74; +"@MMK_R_KO_quotedblright.ss01" = -87; +"@MMK_R_KO_plus" = 0; +}; +Umacron = { +Hbar = 30; }; -L = { -Dcroat = -13; -H = 0; -Iogonek = 0; -Jcircumflex = 2; -OE = -19; -Oslash = -12; -Tbar = -42; -Tcedilla = -42; -Ycircumflex = -78; -Ydieresis = -78; -Ydieresis.ss01 = -78; -Ydotbelow = -78; -Ydotbelow.ss01 = -78; -Ygrave = -78; -ampersand = -4; -asciitilde = -87; -at = -14; -backslash = -60; -eight = -2; -equal = -6; -five = 0; -idotbelow = 0; -less = -76; -logicalnot = -68; -minus = -79; -multiply = -41; -nine = -6; -numbersign = -20; -ordfeminine = -79; -ordmasculine = -78; -parenleft = -7; -plus = -79; -quotedbl = -73; -quoteleft = -73; -quoteleft.ss01 = -80; -quoteright.ss01 = -70; -registered = -81; -seven = -78; -three = -2; -two = 0; +Zcaron = { +Dcroat = -9; +igrave = 26; +endash.case = -23; }; -Lcaron = { -A = 9; -B = 71; -Ccaron = 19; -D = 72; -G = 18; -H = 71; -J = 24; -K = 71; -M = 72; -N = 71; -Ncaron = 71; -O = 18; -R = 71; -S = 44; -Scaron = 44; -T = 88; -U = 76; -Uacute = 76; -V = 85; -a = -2; -a.ss05 = 0; -comma = 17; -eightsuperior = 67; -fivesuperior = 67; -foursuperior = 0; -hyphen = -9; -hyphen.case = -72; -ninesuperior = 65; -onesuperior = 69; -parenright = 34; -period = 17; -question = 40; -sevensuperior = 82; -sixsuperior = 58; -threesuperior = 66; -twosuperior = 69; -u = 0; -uacute = 0; -v = -6; +sixinferior = { +T = -46; +W = -35; +parenright = -60; +bracketright = -45; }; -Lslash = { -Ydieresis = -78; -Ydieresis.ss01 = -78; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_zero" = -24; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_five" = -15; +"@MMK_R_KO_six" = -30; +"@MMK_R_KO_seven" = -11; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = -56; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen.case" = -76; +"@MMK_R_KO_endash.case" = -76; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -91; +"@MMK_R_KO_guillemetright" = -63; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_degree" = -22; +"@MMK_R_KO_plus" = -85; +"@MMK_R_KO_percent" = -18; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = 2; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_five" = 14; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -18; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_degree" = -28; +"@MMK_R_KO_plus" = -7; +"@MMK_R_KO_percent" = -20; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 26; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -69; +"@MMK_R_KO_bracketright.case" = -33; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +}; +Idotaccent = { +l.ss04 = 30; +}; +zero.dnom = { +question = -74; +question.ss01 = -68; +parenright = -64; +parenright.case = -67; +quotedblleft = -106; +quotedblright = -70; +quoteleft = -104; +quoteright = -71; +quotedbl = -105; +quotesingle = -81; +quotedblleft.ss01 = -55; +quoteleft.ss01 = -55; +quotedblright.ss01 = -64; +quoteright.ss01 = -64; +degree = -127; }; -M = { -Hbar = 21; -backslash = 17; -greater = 0; -ibreve = 31; -idieresis = 69; -idieresis.ss01 = 64; +I = { +I = 0; +Hbar = 25; +hbar = 19; +igrave = 27; +jcircumflex = 40; +logicalnot = 0; }; -N = { -Hbar = 21; -backslash = 17; -degree = -9; -greater = 0; -idieresis = 69; -jcircumflex = 49; +uhornhookabove = { +a = -21; +a.ss05 = -20; +period = -30; +comma = -30; +ellipsis = -37; +period.ss01 = -36; +ellipsis.ss01 = -37; +comma.ss01 = -34; +parenright = -39; +bracketright = -50; +quotedblright = 0; +quotedbl = 0; }; -O = { -Dcroat = 11; -Eth = 11; -Hbar = 14; -Jcircumflex = -2; -Lslash = 9; -Oslash = 10; -Tbar = -7; -Tcedilla = 0; -Ydieresis = -36; -Ydieresis.ss01 = -36; -at = 9; -backslash = -17; -bracketright.case = -7; -eight = 5; -five = 7; -gbreve.ss06 = 6; -idieresis = 29; -less = 0; -parenleft = 9; -parenleft.case = 8; -parenright = -88; -parenright.case = -77; +Idieresis = { +Icircumflex = 9; +Idieresis = 7; +idieresis = 60; +parenright = 7; +parenright.case = 0; }; -Oacute = { -Eth = 11; -Lslash = 9; -parenright = -86; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -77; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -95; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -44; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 14; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -40; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = -51; +"@MMK_R_KO_y" = -41; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = -55; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = -80; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -93; +"@MMK_R_KO_comma" = -94; +"@MMK_R_KO_colon" = -51; +"@MMK_R_KO_semicolon" = -48; +"@MMK_R_KO_ellipsis" = -99; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -95; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -98; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -66; +"@MMK_R_KO_endash" = -59; +"@MMK_R_KO_underscore" = -94; +"@MMK_R_KO_hyphen.case" = -48; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -43; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -52; }; -Ocircumflex = { -Lslash = 9; -Tcedilla = 0; +Ecircumflexdotbelow.ss01 = { +T = 5; }; -Odieresis = { -Eth = 11; -gbreve.ss06 = 6; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -14; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -65; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_backslash" = -49; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = -43; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_braceright" = -58; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -45; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = -12; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -18; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -7; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_endash.case" = 2; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_parenright.case" = -81; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -25; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -6; }; -Odieresis.ss01 = { -Eth = 11; +one = { +icircumflex = 33; +three = 0; +multiply = -11; +equal = 0; +notequal = -2; +asciicircum = -16; }; -Ograve = { -Lslash = 9; +gdotaccent.ss06 = { +gdotaccent.ss06 = 0; }; -Omacron = { -Eth = 11; -Lslash = 9; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -35; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -53; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -48; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -40; }; -Oslash = { -Eth = 11; -G = 11; -G.ss07 = 11; -J = -2; -O = 10; -Oslash = 10; -S = 2; -T = -10; -V = -10; -Y = -14; -comma = -9; -comma.ss01 = -13; -d = 9; -e = 10; -g = 10; -hyphen = 7; -hyphen.case = 11; -k = 2; -l = 2; -l.ss03 = 5; -l.ss04 = 8; -period = -10; -period.ss01 = -14; -r = 2; -s = 0; -v = 0; -y = 0; +lcaron.ss04 = { +ncaron = 2; +scaron = 2; +exclam.ss01 = 69; }; -P = { -Jcircumflex = -29; -Lslash = 0; -OE = 10; -Oslash = 9; -Tcedilla = -11; -ampersand = -17; -bracketright.case = -36; -ellipsis.ss01 = -94; -exclam.ss01 = 0; -five = 3; -fourinferior = -55; -idieresis = 27; -lcommaaccent = 2; -lcommaaccent.ss04 = 11; -less = 0; -nine = 9; -parenleft = 0; -seven = 2; -three = -6; -threeinferior = -14; -two = 0; +Gdotaccent = { +Hbar = 25; }; -Q = { -Dcroat = -8; -backslash = -38; -minus = -20; -plus = -18; -registered = -20; -seven = -19; -two = 0; +fl = { +Hbar = 27; +l = 0; +idieresis = 1; +jcircumflex = 13; +periodcentered.loclCAT = 19; +periodcentered.loclCAT.ss01 = 0; }; -R = { -Hbar = 30; -Iogonek = 2; -Jcircumflex = 0; -Oslash = 5; -Tcedilla = 0; -Ydieresis = -24; -ampersand = 0; -eight = 3; -greater = 2; -idieresis = 37; -jcircumflex = 45; -nine = 12; -seven = 2; -three = 2; -two = 9; +quotedbl = { +Dcroat = 0; +Hbar = 45; +Lslash = 0; +hbar = 27; +igrave = 14; +icircumflex = 27; +idieresis = 32; +imacron = 28; +jcircumflex = 28; +x = -20; +idieresis.ss01 = 32; +g.ss06 = -20; +gcommaaccent.ss06 = -19; +gdotaccent.ss06 = -16; +gdotaccent.ss01.ss06 = -16; +mu = -12; +exclamdown = -13; +questiondown = -72; +backslash = 24; +questiondown.case = -50; +ellipsis.ss01 = -185; +exclamdown.ss01 = -12; +questiondown.ss01 = -77; +underscore = -185; +parenleft = -2; +braceleft = -29; +ampersand = -34; +sterling = -24; +minus = -43; +lessequal = 0; +asciitilde = -65; }; -S = { -Abrevetilde = -2; -Hbar = 25; -Lslash = 8; -OE = 0; -Oslash = 0; -Tcedilla = 0; -Ycircumflex = -25; -ampersand = 3; -bracketright.case = -11; -dollar = 2; -eight = 10; -five = 6; -greater = 0; -hbar = 13; -ibreve = 4; -idieresis = 41; -idieresis.ss01 = 50; -minus = -15; -nine = 0; -parenleft = 0; -plus = -15; -three = 6; -two = 2; +O = { +Dcroat = 10; +Eth = 10; +Hbar = 19; +Lslash = 9; +Tbar = -7; +idieresis = 32; +parenleft.case = 8; +braceright.case = -19; +less = 4; }; -Scaron = { -iogonek = 2; +Zdotaccent.ss01 = { +Hbar = 36; +endash.case = -23; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = -20; +"@MMK_R_KO_V" = -70; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_y" = -63; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -30; +"@MMK_R_KO_one" = -88; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -29; +"@MMK_R_KO_seven" = -95; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_sixsuperior" = -98; +"@MMK_R_KO_onesuperior" = -98; +"@MMK_R_KO_foursuperior" = -98; +"@MMK_R_KO_sevensuperior" = -98; +"@MMK_R_KO_ninesuperior" = -98; +"@MMK_R_KO_asterisk" = -98; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -98; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_endash.case" = -98; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_parenright.case" = -48; +"@MMK_R_KO_guillemetleft" = -82; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -98; +"@MMK_R_KO_quotesingle" = -81; +"@MMK_R_KO_quotedblleft.ss01" = -96; +"@MMK_R_KO_quotedblright.ss01" = -98; }; -Scedilla = { -parenright = -24; +braceleft = { +p = 1; +x = -66; +parenleft = -19; +braceright = 0; +at = -48; +minus = -65; +logicalnot = -52; +asciicircum = -67; }; -T = { -Acircumflex = -40; -Acircumflexacute = -40; -Acircumflexdotbelow = -40; -Acircumflexgrave = -40; -Amacron = -40; -Atilde = -40; -Hbar = 24; -Lslash = -9; -OE = -4; -Oslash = -3; -Ycircumflex = 0; -Ydotbelow = 0; -Ygrave = 0; -a.ss05 = -45; -aacute.ss05 = -45; -abreve = -32; -abreveacute = -32; -abrevedotbelow = -32; -abrevegrave = -32; -acircumflex = -23; -acircumflex.ss05 = -7; -acircumflexacute = 0; -acircumflexacute.ss05 = 23; -acircumflexdotbelow = -23; -acircumflexdotbelow.ss01 = -23; -acircumflexgrave = -29; -acircumflexhookabove = -26; -acircumflexhookabove.ss05 = -12; -acircumflextilde = -21; -adieresis = -13; -adieresis.ss05 = 0; -adotbelow.ss05 = -45; -ae = -46; -agrave = -32; -ahookabove = -35; -ahookabove.ss05 = -45; -amacron = -31; -ampersand = -22; -aogonek.ss05 = -45; -aring = -34; -asciitilde = -64; -at = -16; -atilde = -15; -backslash = 13; -e = -50; -eacute = -50; -ecaron = -22; -ecircumflexacute = 6; -edieresis = -5; -edotaccent = -50; -egrave = -28; -ehookabove = -50; -eight = 0; -emacron = -24; -equal = -7; -hbar = 19; -i.ss01 = 0; -iacute = -12; -ibreve = 41; -idieresis = 85; -idieresis.ss01 = 80; -idotaccent.ss01 = 0; -idotbelow = 0; -idotless = -20; -ihookabove = -7; -less = -51; -logicalnot = -43; -minus = -54; -multiply = -39; -numbersign = -12; -oacute = -50; -ocircumflexacute = 6; -odieresis = -5; -ograve = -28; -ohookabove = -50; -ohorngrave = -28; -ohungarumlaut = -26; -omacron = -24; -otilde = -6; -parenleft = 0; -plus = -52; -racute = -14; -rcaron = 0; -registered = -7; -scaron = -10; -scircumflex = 0; -seven = 8; -three = 0; -two = 0; -twoinferior = -50; -uacute = -18; -ubreve = -10; -ucircumflex = -10; -udieresis = -9; -udieresis.ss01 = -8; -ugrave = -10; -uhookabove = -18; -uhorngrave = -10; -uhornhookabove = -18; -uhungarumlaut = -10; -umacron = -10; -uring = -18; -utilde = -9; -ycircumflex = -7; -ygrave = -8; -yhookabove = -9; -zeroinferior = -51; +rcaron = { +I.ss02 = 7; +onesuperior = 0; +twosuperior = 22; +sevensuperior = 0; +parenright = 0; }; -Tbar = { -A = -32; -Aacute = -32; -Tbar = 12; -comma = -40; -comma.ss01 = -53; -guilsinglleft = -17; -oslash = -14; -period = -41; -period.ss01 = -54; -slash = -45; -tbar = 0; +f_f_i.liga = { +hbar = 1; +idieresis = 0; +jcircumflex = 14; +germandbls = 0; +logicalnot = 2; }; -Tcaron = { -a.ss05 = -45; -udieresis = -9; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_Oacute" = -35; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = -23; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = -41; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -43; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -75; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -120; +"@MMK_R_KO_hyphen.case" = -163; +"@MMK_R_KO_endash.case" = -210; +"@MMK_R_KO_quotedblleft" = -210; +"@MMK_R_KO_quotedblright" = -210; +"@MMK_R_KO_quoteleft" = -104; +"@MMK_R_KO_quoteright" = -104; +"@MMK_R_KO_guillemetleft" = -106; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_plus" = -124; +"@MMK_R_KO_percent" = -88; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -9; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -78; +"@MMK_R_KO_a" = -75; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -38; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -77; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_n" = -71; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -78; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -73; +"@MMK_R_KO_uacute" = -29; +"@MMK_R_KO_v" = -80; +"@MMK_R_KO_w" = -77; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -63; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -75; +"@MMK_R_KO_zero" = -27; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_two" = -26; +"@MMK_R_KO_three" = -28; +"@MMK_R_KO_four" = -69; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -28; +"@MMK_R_KO_seven" = -10; +"@MMK_R_KO_eight" = -15; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = -54; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -73; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -80; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -75; +"@MMK_R_KO_hyphen" = -66; +"@MMK_R_KO_endash" = -66; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -83; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -25; +"@MMK_R_KO_plus" = -77; +"@MMK_R_KO_percent" = -18; }; -Tcedilla = { -Tcedilla = 12; -a.ss05 = -45; -abreve = -32; -amacron = -31; -umacron = -10; +logicalnot = { +one = -53; +two = -10; +seven = -57; +nine = 0; +parenright = -68; +parenright.case = -79; +v = -7; +x = -25; +y = -15; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 41; +"@MMK_R_KO_imacron" = 47; +"@MMK_R_KO_itilde" = 48; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 1; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_backslash" = 20; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -41; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = 3; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -13; }; -Tcommaaccent = { -a.ss05 = -45; -abreve = -32; -acircumflex = -23; -amacron = -31; +ydotbelow = { +ecircumflexdotbelow = -11; +period = -45; +comma = 0; +parenright = 0; }; -Thorn = { -Eth = 8; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -35; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 21; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = -31; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -24; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -17; +}; +idotless = { +T = -35; }; -U = { -Dcroat = 5; -Eth = 5; -Germandbls = 4; -Hbar = 25; -Idieresis = 4; -Igrave = 4; -Lcommaaccent = 4; -Lslash = 4; -Tcedilla = 4; -backslash = 18; -greater = 0; -hbar = 16; -jcircumflex = 53; -seven = 5; -yhookabove = 0; +acircumflexhookabove.ss05 = { +y = -37; }; -Uacute = { -Eth = 5; +Iogonek.ss02 = { +iogonek = 11; +j = 47; +j.ss01 = 45; +endash.case = -37; }; -Udieresis = { -Germandbls = 4; +aogonek = { +j = 14; +j.ss01 = 7; +parenright = -5; +bracketright = -7; }; -V = { -Abrevetilde = -57; -Acircumflex = -54; -Acircumflexacute = -50; -Acircumflexdotbelow = -54; -Acircumflextilde = -36; -Amacron = -57; -Atilde = -57; -Dcroat = -10; -Eth = -10; -Jcircumflex = -25; -OE = -13; -Oslash = -12; -abreve = -23; -abreve.ss05 = -14; -acircumflexacute = 0; -adieresis = -12; -adieresis.ss05 = 0; -amacron = -23; -amacron.ss05 = -12; -ampersand = -29; -at = -19; -backslash = 17; -ccaron = -15; -ecaron = -17; -ecircumflexacute = 5; -edieresis = 0; -eight = -8; -emacron = -21; -equal = -14; -iacute = -12; -ibreve = 45; -idieresis = 76; -idieresis.ss01 = 79; -less = -18; -minus = -26; -ocircumflexacute = 5; -odieresis = 0; -odieresis.ss01 = -3; -otilde = -4; -parenleft = -19; -plus = -26; -racute = -13; -scaron = -2; -seven = 3; -three = -9; -two = -5; -twoinferior = -31; -zcaron = -2; +ldot.ss01.ss03 = { +period.ss01 = -89; +comma.ss01 = -87; }; -W = { -Hbar = 25; -Lslash = -6; -Ycircumflex = 2; -adieresis = -11; -adieresis.ss05 = 2; -ampersand = -24; -backslash = 21; -idieresis = 77; -minus = -20; -odieresis = 0; -plus = -20; -seven = 3; -three = -6; -threeinferior = -27; -two = -2; +Idotbelow = { +j = 30; }; -X = { -ampersand = -22; -asciitilde = -57; -at = -33; -backslash = 14; -ecircumflexacute = 0; -eight = -15; -equal = -27; -ibreve = 45; -idieresis = 73; -less = -37; -logicalnot = -34; -minus = -46; -multiply = -38; -nine = -16; -notequal = -14; -numbersign = -21; -plus = -46; -registered = -23; -three = -17; -two = 0; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 4; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -18; }; -Y = { -Acircumflex = -53; -Amacron = -58; -Eth = -13; -Lslash = -12; -Oslash = -27; -Ydieresis = 0; -adieresis = -20; -agrave = -39; -agrave.ss05 = -23; -amacron = -36; -amacron.ss05 = -19; -ampersand = -39; -asciitilde = -79; -at = -43; -backslash = 11; -ecircumflex = -32; -ecircumflexacute = 0; -ecircumflexhookabove = -40; -egrave = -30; -eight = -18; -equal = -31; -iacute = -28; -less = -42; -logicalnot = -41; -minus = -54; -multiply = -46; -nine = -18; -numbersign = -27; -ograve = -30; -parenleft = -38; -plus = -54; -registered = -27; -scaron = -9; -seven = 0; -three = -23; -two = -19; -twoinferior = -76; -udieresis = -16; -umacron = -29; +Tbar = { +A = -39; +Aacute = -39; +T = 12; +Tbar = 12; +a = -19; +a.ss05 = -25; +e = -21; +o = -20; +oslash = -20; +tbar = -19; +period = -57; +comma = -57; +slash = -57; +period.ss01 = -58; +comma.ss01 = -57; +hyphen = -11; +guillemetleft = -22; +guilsinglleft = -22; }; -Yacute = { -Eth = -13; -udieresis = -16; +itilde = { +exclam.ss01 = 34; +quotedbl = 18; }; -Z = { -Lslash = 0; -adieresis = -2; -asciitilde = -71; -at = -13; -backslash = 12; -equal = -10; -ibreve = 37; -less = -32; -logicalnot = -33; -minus = -39; -numbersign = -10; -plus = -39; -rcaron = 6; -registered = -6; -seven = 2; -two = 4; +Idotaccent.ss01 = { +l.ss04 = 30; }; -Zcaron = { -Dcroat = -12; -Iogonek = 2; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_five" = 14; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -7; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_sevensuperior" = -25; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -64; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = -8; +"@MMK_R_KO_percent" = -7; }; -a = { -asciitilde = -16; -backslash = -24; -germandbls = -2; -jcircumflex = 0; -logicalnot = 0; -notequal = 0; -parenleft = 0; -plus = -7; -r = 0; -registered = -8; -seven = -8; +ibreve = { +T = 10; +parenright = 3; +quotesingle = 23; }; -a.ss05 = { -T = -42; -backslash = -57; -gbreve.ss06 = 2; -gcircumflex.ss06 = 2; -gcommaaccent.ss06 = 2; -germandbls = -20; -jcircumflex = 0; -seven = -33; +multiply = { +one = 0; +seven.numr = -61; +parenright = -77; +parenright.case = -89; +A = -27; +J = -38; +T = -49; +V = -30; +X = -44; +Y = -53; +p = -6; }; -aacute = { -parenright = -42; +Ccircumflex = { +jcircumflex = 27; }; -abreve = { -parenright = -52; +q = { +j = 14; +j.ss01 = 6; +comma = 2; +slash = 2; +parenright = -7; +braceright = -2; +bracketright = -9; }; -abreveacute = { -parenright = -55; +tcaron = { +a = 0; +b = 7; +h = 7; +k = 7; +l = 6; +o = -2; +f = 10; +i = 0; +j = 0; +sixsuperior = 60; +onesuperior = 9; +twosuperior = 34; +threesuperior = 32; +fivesuperior = 58; +sevensuperior = 0; +eightsuperior = 58; +ninesuperior = 57; +period = 0; +comma = 0; +colon = 2; +exclam = 58; +question = 37; +exclam.ss01 = 52; +hyphen = -25; +parenright = 0; +bracketright = 0; +quotedblleft = 59; +quotedblright = 49; +quoteleft = 61; +guillemetleft = -25; +guilsinglleft = -25; +quotedbl = 54; +quotesingle = 58; +quotedblleft.ss01 = 56; +quoteleft.ss01 = 56; +quotedblright.ss01 = 54; }; -abrevedotbelow = { -parenright = -52; +uogonek = { +j = 14; +j.ss01 = 5; +parenright = -5; +bracketright = -6; }; -abrevedotbelow.ss05 = { -c = -7; -t = -13; -t_i.liga = -13; -t_t.liga = -13; +seven.dnom = { +period = -28; +comma = -28; +question = -80; +period.ss01 = -27; +comma.ss01 = -25; +question.ss01 = -76; +parenright = -72; +parenright.case = -80; +quotedblleft = -61; +quotedblright = -53; +quoteleft = -61; +quoteright = -34; +quotedbl = -79; +quotesingle = -79; +quotedblleft.ss01 = -2; +quoteleft.ss01 = -2; +quotedblright.ss01 = -42; +quoteright.ss01 = -30; +degree = -104; }; -abrevegrave = { -parenright = -55; -sevensuperior = -34; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = -17; +"@MMK_R_KO_O" = -77; +"@MMK_R_KO_Oacute" = -64; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = -75; +"@MMK_R_KO_S" = -57; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = -23; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = -19; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_zero" = -81; +"@MMK_R_KO_one" = -78; +"@MMK_R_KO_two" = -32; +"@MMK_R_KO_three" = -66; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -39; +"@MMK_R_KO_six" = -81; +"@MMK_R_KO_seven" = -44; +"@MMK_R_KO_eight" = -59; +"@MMK_R_KO_nine" = -64; +"@MMK_R_KO_sixsuperior" = -65; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_foursuperior" = -87; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_ninesuperior" = -58; +"@MMK_R_KO_period" = -45; +"@MMK_R_KO_comma" = -40; +"@MMK_R_KO_ellipsis" = -48; +"@MMK_R_KO_question" = -75; +"@MMK_R_KO_asterisk" = -57; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = -25; +"@MMK_R_KO_hyphen.case" = -84; +"@MMK_R_KO_endash.case" = -86; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_quotedblleft" = -68; +"@MMK_R_KO_quotedblright" = -53; +"@MMK_R_KO_quoteleft" = -68; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = -94; +"@MMK_R_KO_guillemetright" = -78; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -74; +"@MMK_R_KO_quotedblright.ss01" = -41; +"@MMK_R_KO_degree" = -76; +"@MMK_R_KO_plus" = -91; +"@MMK_R_KO_percent" = -71; +}; +Igrave.ss02 = { +igrave = 28; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 47; +"@MMK_R_KO_itilde" = 49; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_backslash" = 20; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = -41; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = 2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -15; +"@MMK_R_KO_bracketright.case" = -5; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -12; }; -abrevehookabove = { -parenright = -55; +Amacron = { +endash.case = -21; }; -abrevetilde = { -parenright = -32; +hyphen = { +Dcroat = 9; +Lslash = 14; +Oslash = 6; +x = -30; +l.ss03 = 5; +mu = -2; +zero.numr = -52; +one.numr = -55; +three.numr = -46; +four.numr = -87; +five.numr = -48; +six.numr = -52; +seven.numr = -59; +eight.numr = -47; +nine.numr = -49; +threesuperior = -38; +fivesuperior = -41; +eightsuperior = -39; +colon = -38; +semicolon = -37; +questiondown = -30; +question.ss01 = -66; +questiondown.ss01 = -28; +parenleft = 6; +braceright = -57; +quotesinglbase = -49; +quotedblbase = -49; +quotedblbase.ss01 = -6; +quoteleft.ss01 = -74; +quoteright.ss01 = -87; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -72; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -58; +"@MMK_R_KO_asterisk" = -71; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_backslash" = -49; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -58; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -50; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -74; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -34; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -40; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -27; +"@MMK_R_KO_trademark" = -67; +"@MMK_R_KO_asciicircum" = -51; }; -acircumflexacute = { -parenright = -55; -sevensuperior = -34; +l = { +Hbar = 27; +l = 0; +hbar = 1; +igrave = 0; +ibreve = 0; +icaron = 0; +idieresis = 1; +jcircumflex = 13; +periodcentered.loclCAT = 19; +periodcentered.loclCAT.ss01 = 0; +at = 0; +notequal = 0; +logicalnot = 2; }; -acircumflexdotbelow = { -parenright = -55; -sevensuperior = -27; +registered = { +period = -102; +comma = -104; +slash = -66; +period.ss01 = -98; +comma.ss01 = -96; +parenright = -71; +parenright.case = -83; +trademark = -40; }; -acircumflexdotbelow.ss05 = { -t = -13; -t_i.liga = -13; -t_t.liga = -13; -y = -26; +quotedblright.ss01 = { +icircumflex = 30; +g.ss06 = -22; +mu = -16; +questiondown.case = -62; +ellipsis.ss01 = -206; +questiondown.ss01 = -80; +asciitilde = -64; }; -acircumflexgrave.ss05 = { -y = -26; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -34; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = -26; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -91; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_foursuperior" = -84; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_period.ss01" = -98; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = -52; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -52; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -55; +"@MMK_R_KO_quotedbl" = -72; +"@MMK_R_KO_quotesingle" = -72; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 3; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 45; +"@MMK_R_KO_itilde" = 34; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -48; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_g.ss06" = -14; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -90; +"@MMK_R_KO_comma" = -90; +"@MMK_R_KO_colon" = -27; +"@MMK_R_KO_semicolon" = -25; +"@MMK_R_KO_ellipsis" = -95; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -58; +"@MMK_R_KO_backslash" = 5; +"@MMK_R_KO_period.ss01" = -94; +"@MMK_R_KO_comma.ss01" = -93; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -90; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 17; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 19; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -40; }; -acircumflexhookabove.ss05 = { -y = -26; +published = { +parenright = -83; +parenright.case = -93; }; -acircumflextilde = { -parenright = -26; +emdash.case = { +one.numr = -36; +seven.numr = -42; +question.ss01 = -73; +quotedblbase = -195; +quotedblbase.ss01 = -206; +quoteright.ss01 = 0; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -11; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = 1; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -7; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_endash.case" = 3; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_parenright.case" = -81; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -25; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -5; }; -acircumflextilde.ss05 = { -y = -26; +Atilde = { +ordfeminine = -42; }; -adieresis = { -germandbls = -2; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 1; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; }; -adieresis.ss05 = { -germandbls = -20; +quotesingle = { +Hbar = 45; +eacute = -32; +hbar = 27; +igrave = 16; +icaron = 23; +icircumflex = 29; +idieresis = 35; +imacron = 32; +itilde = 30; +jcircumflex = 30; +idieresis.ss01 = 36; +g.ss06 = -20; +mu = -12; +exclamdown = -13; +questiondown = -72; +backslash = 24; +questiondown.case = -50; +questiondown.ss01 = -77; +underscore = -81; +ampersand = -34; +lessequal = 0; +asciitilde = -65; }; -ampersand = { -one = -50; -parenright = -53; -quotedbl = -50; -quotedblleft = -49; -quotedblright = -9; -quoteright = -10; -quotesingle = -50; -seven = -51; -v = -21; -w = -16; -y = -28; +exclam = { +exclam = 5; +parenright = -15; +guillemetleft = -28; +guillemetright = -10; +}; +Imacron.ss02 = { +endash.case = -37; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_backslash" = -22; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -53; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -13; }; -aogonek = { -comma = 11; -j = 25; -parenright = -3; +imacron = { +ncommaaccent = 0; +lcommaaccent = 2; +three = 19; +exclam.ss01 = 37; +quotedbl = 26; }; -aogonek.ss05 = { -comma = 26; -j = 42; -j.ss01 = 42; -parenright = 0; +three = { +icircumflex = 23; +braceright = -25; +bracketright.case = -20; +trademark = -32; }; -approxequal = { -one = -3; -parenright = -83; -parenright.case = -68; +radical = { +four = -36; +seven = 5; +hyphen = -32; +A = -64; +J = -24; +J.ss10 = -59; +a = -27; +d = -27; +a.ss05 = -30; +c = -30; +g = -23; +s = -27; +l.ss04 = 20; +g.ss06 = -19; }; -asciicircum = { -X = -53; -asterisk = -25; -bracketright = -70; -bracketright.case = -71; -comma = -109; -comma.ss01 = -101; -four = -43; -hyphen = -154; -hyphen.case = -5; -one = -2; -parenright = -89; -parenright.case = -79; -period = -105; -period.ss01 = -102; -semicolon = 0; -slash = -76; -three = -19; -two = -7; -x = -15; +quotesinglbase = { +Iogonek = 0; +oslash = -22; +p = 5; +jcircumflex = 18; +germandbls = -43; +numbersign = -49; +parenleft.case = -46; +at = -32; +copyright = -102; +published = -102; +dollar = -26; +euro = -60; +minus = -104; +equal = -57; +approxequal = -59; }; -asciitilde = { -X = -60; -asterisk = -53; -bracketright = -71; -bracketright.case = -78; -comma = -109; -comma.ss01 = -101; -eight = -22; -exclam = -15; -exclam.ss01 = -13; -five = -6; -four = -18; -hyphen = -7; -nine = -4; -one = -5; -parenleft = -5; -parenright = -92; -parenright.case = -82; -period = -105; -period.ss01 = -102; -question = -75; -question.ss01 = -86; -quotedbl = -23; -quotedblleft = -14; -quotedblright = 9; -quoteright = 10; -quotesingle = -23; -seven = -7; -six = -2; -slash = -59; -three = -45; -two = -29; -v = -9; -w = -8; -y = -13; -zero = -2; +germandbls = { +a = 8; +d = 8; +a.ss05 = 12; +e = 3; +f = -7; +g = 6; +i = 4; +s = 0; +t = -10; +v = -12; +w = -7; +g.ss06 = 10; +t_i.liga = -6; +t_t.liga = -6; +period.ss01 = -6; +comma.ss01 = -4; +hyphen = 10; +parenright = -55; +bracketright = -50; +quotedblleft = -10; +quotesingle = -18; }; -asterisk = { -g.ss06 = -17; -l.ss04 = 15; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -35; +"@MMK_R_KO_Oacute" = -33; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = -23; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 18; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = -41; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -39; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -75; +"@MMK_R_KO_asterisk" = -104; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_hyphen.case" = -104; +"@MMK_R_KO_quotedblleft" = -104; +"@MMK_R_KO_quoteleft" = -104; +"@MMK_R_KO_quoteright" = -104; +"@MMK_R_KO_guillemetleft" = -104; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_plus" = -104; +"@MMK_R_KO_percent" = -88; }; -at = { -A = -16; -C = 9; -G = 10; -J = -15; -O = 8; -T = -27; -V = -25; -X = -33; -Y = -52; -a = 3; -c = 4; -d = 5; -e = 4; -g = 4; -parenright = -94; -parenright.case = -84; +Odieresis = { +Eth = 10; +Germandbls = 0; }; -atilde = { -parenright = -35; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = -14; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_pi" = -14; +"@MMK_R_KO_zero" = -26; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -15; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_five" = -15; +"@MMK_R_KO_six" = -26; +"@MMK_R_KO_seven" = -21; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -20; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -79; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_sevensuperior" = -97; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = -38; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_endash.case" = -32; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_parenright.case" = -77; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -55; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -30; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -41; +"@MMK_R_KO_degree" = -41; +"@MMK_R_KO_plus" = -55; +"@MMK_R_KO_percent" = -18; }; -b = { -backslash = -38; -eight = 5; -notequal = 0; -parenleft = 4; -registered = -15; -seven = -16; +e = { +idieresis = 0; +germandbls = -12; +gbreve.ss06 = 9; +seven = -37; +emdash = 0; +registered = -20; +logicalnot = 0; +asciitilde = -15; }; -backslash = { -T = -46; -V = -72; -W = -45; -Y = -84; -asterisk = -87; -backslash = -105; -c = -26; -f = -21; -j = 49; -o = -26; -one = -62; -quotedbl = -89; -quotedblleft = -75; -quotedblleft.ss01 = -61; -quotedblright = -45; -quotedblright.ss01 = -52; -quoteleft = -75; -quoteright = -45; -quotesingle = -89; -seven = -66; -t = -31; -t_i.liga = -31; -t_t.liga = -31; -underscore = 27; -v = -46; +Oacute = { +Eth = 10; +Lslash = 9; }; -baht = { -parenright = -82; -parenright.case = -68; -slash = -15; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -25; +"@MMK_R_KO_bracketright" = -43; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -31; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -23; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_twosuperior" = -33; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_backslash" = -22; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 1; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -29; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_braceright" = -55; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -23; }; -braceleft = { -A = -16; -C = -10; -G = -11; -O = -10; -Q = -10; -S = -9; -a = -49; -a.ss05 = -40; -asciicircum = -51; -braceright = 5; -c = -50; -d = -49; -e = -51; -f = -20; -f_f.liga = -20; -f_f_i.liga = -20; -f_y.liga = -20; -fi = -20; -fl = -20; -four = -45; -hyphen = -43; -j = 44; -logicalnot = -40; -m = -29; -minus = -49; -mu = -15; -n = -29; -o = -51; -one = -41; -parenleft = -31; -period = -37; -pi = -40; -plus = -49; -q = -49; -r = -29; -s = -42; -t = -20; -t_i.liga = -17; -t_t.liga = -20; -three = -19; -two = -17; -u = -50; -v = -43; -w = -41; -x = -28; -z = -30; -zero = -16; +Germandbls = { +B = 2; +E = 2; +I = 2; +L = 2; +S = 7; +T = -9; +Z = 9; +a = 3; +foursuperior = -40; +hyphen = 8; }; -braceleft.case = { -logicalnot = -43; -one = -40; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_Y" = -35; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -11; }; -braceright = { -asciicircum = -44; -braceright = -39; -comma = -33; +six.dnom = { +question = -73; +question.ss01 = -69; parenright = -60; -period = -33; -period.ss01 = -45; +quotedblleft = -102; +quotedblright = -69; +quoteleft = -102; +quoteright = -69; +quotedbl = -102; +quotesingle = -81; +quotedblleft.ss01 = -48; +quoteleft.ss01 = -48; +quotedblright.ss01 = -61; +quoteright.ss01 = -61; +degree = -126; }; -bracketleft = { -Dcroat = -3; -Icircumflex = 51; -Jcircumflex = 5; -asciicircum = -62; -asciitilde = -79; -at = -47; -equal = -69; -g.ss06 = -2; -hcircumflex = 57; -infinity = -61; -jcircumflex = 43; -minus = -69; -mu = -19; -numbersign = -51; -p = -6; -scaron = -9; -scircumflex = -18; -u = -66; -zcaron = -8; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -55; }; -bracketleft.case = { -A = -2; -C = -6; -G = -7; -G.ss07 = -6; -O = -6; -Q = -6; -S = -8; -four = -73; -hyphen.case = -70; -one = -56; -plus = -77; +less = { +two = 2; +three = 0; +parenright = -53; +less = -15; +S = 4; }; -c = { -acircumflexacute.ss05 = 6; -backslash = -36; -bracketright = -53; -notequal = -2; -quotedblright = 0; -registered = -15; -seven = -17; +Acircumflex = { +six = -13; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -104; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = 8; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 13; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_ellipsis" = -104; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -71; +"@MMK_R_KO_hyphen" = -85; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 3; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 8; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -146; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_t_t.liga" = -3; }; -cacute = { -parenright = -40; +ellipsis.ss01 = { +Dcroat = -24; +Tbar = -55; +tbar = -43; +twosuperior = -132; +threesuperior = -136; +fivesuperior = -136; +eightsuperior = -133; +question.ss01 = -75; +parenleft = -19; +braceright = -58; +parenleft.case = -35; +quoteleft.ss01 = -96; +quoteright.ss01 = -96; }; -ccaron = { -parenright = -34; +u = { +l = 0; +idieresis = 0; +s = 0; +germandbls = 0; +logicalnot = 2; }; -ccedilla = { -parenright = -43; +colon.ss01 = { +T = -38; +V = -22; +Y = -41; +zero = 0; +one = -7; +three = -7; +four = -11; +onesuperior = -49; +sevensuperior = -59; +emdash = -7; +parenright = -57; +braceright = -47; +bracketright = -74; }; -cent = { -bracketright = -68; -comma = -22; -parenright = -90; -parenright.case = -80; -period = -23; -slash = -32; +ocircumflexacute = { +sevensuperior = 0; +parenright = 0; +bracketright = 0; +quotedbl = 0; +quotesingle = 0; }; -colon.ss01 = { -T = -21; -V = -16; -Y = -32; -bracketright = -26; -four = -2; -one = 0; -parenright = -54; +egrave = { +T = -45; }; -comma = { -eightsuperior = -109; -fivesuperior = -109; -foursuperior = -109; -ninesuperior = -109; -onesuperior = -109; -quotesingle = -92; -sevensuperior = -109; -six = -30; -sixsuperior = -109; -threesuperior = -109; -twosuperior = -109; +Jcircumflex = { +jcircumflex = 43; +parenright = 5; +bracketright = 2; +parenright.case = 0; +bracketright.case = 0; }; -comma.ss01 = { -eightsuperior = -101; -fivesuperior = -101; -foursuperior = -101; -ninesuperior = -101; -onesuperior = -101; -sevensuperior = -101; -sixsuperior = -101; -threesuperior = -101; -twosuperior = -101; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -28; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_itilde" = 42; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = -15; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -45; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -61; +"@MMK_R_KO_bracketright.case" = -27; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -20; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -47; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = -36; +"@MMK_R_KO_I.ss02" = -38; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -32; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -30; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = -24; +"@MMK_R_KO_V" = -70; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -38; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_v" = -52; +"@MMK_R_KO_w" = -29; +"@MMK_R_KO_y" = -63; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -83; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_five" = -19; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = -88; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -102; +"@MMK_R_KO_onesuperior" = -102; +"@MMK_R_KO_foursuperior" = -102; +"@MMK_R_KO_sevensuperior" = -102; +"@MMK_R_KO_ninesuperior" = -102; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -77; +"@MMK_R_KO_asterisk" = -102; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -102; +"@MMK_R_KO_hyphen.case" = -102; +"@MMK_R_KO_endash.case" = -102; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -57; +"@MMK_R_KO_quotedblleft" = -102; +"@MMK_R_KO_quotedblright" = -102; +"@MMK_R_KO_quoteleft" = -102; +"@MMK_R_KO_quoteright" = -102; +"@MMK_R_KO_guillemetleft" = -102; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = -102; +"@MMK_R_KO_quotesingle" = -81; +}; +udieresis = { +germandbls = 0; }; -copyright = { -J = -14; -T = -63; -V = -50; -X = -34; -Y = -87; -parenright = -102; +E = { +Hbar = 29; +igrave = 28; +idieresis = 64; +jcircumflex = 41; +germandbls = -10; +idieresis.ss01 = 47; +zero = -7; +two = 3; +six = -8; +seven = 7; +numbersign = -11; +registered = -11; +multiply = -45; +logicalnot = -2; +asciitilde = -26; }; -d = { -backslash = 11; -hbar = 0; -ibreve = 24; -idieresis = 62; -idieresis.ss01 = 54; -jcircumflex = 47; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -77; +"@MMK_R_KO_Oacute" = -77; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -68; +"@MMK_R_KO_S" = -59; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = -64; +"@MMK_R_KO_V" = -80; +"@MMK_R_KO_W" = -58; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -68; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -40; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_eacute" = -65; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 49; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = -66; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -53; +"@MMK_R_KO_pi" = -31; +"@MMK_R_KO_zero" = -86; +"@MMK_R_KO_one" = -83; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -65; +"@MMK_R_KO_four" = -153; +"@MMK_R_KO_five" = -62; +"@MMK_R_KO_six" = -86; +"@MMK_R_KO_seven" = -88; +"@MMK_R_KO_eight" = -63; +"@MMK_R_KO_nine" = -68; +"@MMK_R_KO_period" = -34; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_quotedblright" = -188; +"@MMK_R_KO_quotedbl" = -185; +"@MMK_R_KO_quotesingle" = -81; +"@MMK_R_KO_quotedblright.ss01" = -188; +}; +Lcaron = { +A = 6; +B = 57; +M = 58; +N = 57; +K = 57; +C = 13; +O = 14; +G = 14; +Ccaron = 14; +Ocircumflex = 14; +J = 26; +S = 40; +Scaron = 40; +T = 50; +U = 51; +Uacute = 51; +V = 38; +W = 44; +Zcaron = 64; +I.ss02 = 66; +a = -7; +u = -7; +v = -42; +w = -26; +sixsuperior = 51; +onesuperior = 0; +twosuperior = 0; +threesuperior = 0; +foursuperior = 0; +fivesuperior = 45; +sevensuperior = 0; +eightsuperior = 25; +ninesuperior = 50; +period = 3; +comma = 4; +question = 28; +question.ss01 = 28; +hyphen = -34; +hyphen.case = -68; +parenright = 0; +quotedblleft = 34; +quoteleft = 34; +guillemetleft = -69; +guilsinglleft = -69; +quotedbl = 57; +quotesingle = 57; +quotedblleft.ss01 = 28; +quoteleft.ss01 = 28; +}; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -40; +"@MMK_R_KO_Z" = -33; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = -4; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -47; +"@MMK_R_KO_comma" = -48; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -51; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -47; +"@MMK_R_KO_comma.ss01" = -46; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = -65; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = -17; +}; +Udieresis.ss01 = { +b = 15; +}; +twosuperior = { +A = -38; +fraction = 0; +period = -102; +comma = -104; +slash = -65; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = 0; +parenright = -34; +parenright.case = -40; }; -dcaron = { -amacron = 105; -exclam.ss01 = 172; -zacute = 25; +period = { +g.ss06 = -4; +ordfeminine = -102; +ordmasculine = -102; +twosuperior = -102; +threesuperior = -102; +fivesuperior = -102; +eightsuperior = -102; +parenleft = -19; +braceright = -53; +parenleft.case = -47; }; -dcroat = { -ecircumflexacute = 15; -i = 0; -i.ss01 = 0; -iacute = 0; -idotaccent = 0; -idotbelow = 0; -igrave = 27; -ihookabove = 0; -itilde = 72; -ocircumflexacute = 15; +uhorntilde = { +a = -21; +a.ss05 = -20; +n = -3; +u = 0; +period = -30; +comma = -30; +ellipsis = -37; +question = 0; +period.ss01 = -36; +ellipsis.ss01 = -37; +comma.ss01 = -34; +parenright = -37; +quotedblright = 0; +quotedbl = 0; }; -divide = { -one = -9; -parenright = -93; -parenright.case = -83; -three = -47; -two = -44; +nine = { +ordmasculine = -12; +underscore = -58; +braceright = -50; +braceright.case = -26; +bracketright.case = -32; +trademark = -43; +asciicircum = -20; }; -dollar = { -eight = 7; -five = 2; -four = 0; -one = -2; -parenright = -82; -parenright.case = -66; -period = -2; -seven = -4; -six = 0; -three = 0; -two = 0; +T = { +Hbar = 16; +Lslash = -9; +Oslash = -6; +Tbar = 12; +aacute = -45; +agrave = -41; +adotbelow = -45; +adotbelow.ss01 = -45; +aogonek = -45; +adieresis = -18; +ahookabove = -43; +ae = -48; +a.ss05 = -48; +aacute.ss05 = -45; +aogonek.ss05 = -48; +adotbelow.ss05 = -48; +cacute = -49; +ccedilla = -49; +eacute = -50; +edotaccent = -49; +eogonek = -50; +edotbelow = -50; +edotbelow.ss01 = -50; +edotaccent.ss01 = -50; +egrave = -33; +ecaron = -29; +ehookabove = -50; +oacute = -50; +ohookabove = -50; +ograve = -32; +ocircumflexhookabove = -26; +ohungarumlaut = -29; +odotbelow = -50; +ohorngrave = -32; +ohornacute = -50; +odotbelow.ss01 = -50; +oslash = -50; +gbreve = -39; +i.ss01 = -6; +idotaccent.ss01 = -6; +iacute = -14; +igrave = 0; +rcaron = 0; +ihookabove = -12; +idotless = -41; +ibreve = 0; +icaron = 4; +idieresis = 34; +racute = -32; +scaron = -18; +scircumflex = -5; +uacute = -37; +uhorndotbelow = -37; +uhorndotbelow.ss01 = -37; +ugrave = -29; +udotbelow = -37; +uogonek = -37; +uhorngrave = -29; +uhornacute = -37; +udotbelow.ss01 = -37; +uhornhookabove = -35; +ygrave = -36; +ycircumflex = -28; +yhookabove = -43; +zcaron = -16; +idieresis.ss01 = 0; +zero = -13; +six = -15; +seven = 14; +zeroinferior = -49; +twoinferior = -52; +numbersign = -30; +endash.case = -48; +parenleft.case = -4; +guilsinglleft = -59; +guilsinglright = -57; +at = -22; +ampersand = -37; +registered = -8; +plus = -56; +minus = -57; +multiply = -54; +divide = -56; +equal = -31; +less = -51; +greaterequal = 0; +plusminus = -50; +approxequal = -47; +logicalnot = -49; +asciitilde = -68; }; -e = { -Tcedilla = -46; -asciitilde = -11; -backslash = -42; -gbreve.ss06 = 5; -germandbls = -9; -idieresis = 0; -logicalnot = 6; -parenleft = 2; -registered = -19; -seven = -22; +quotesinglbase.ss01 = { +Dcroat = -22; +T = -54; +Tcaron = -54; +V = -69; +W = -51; +Y = -88; +oslash = -13; +germandbls = -48; +numbersign = -38; +question.ss01 = -71; +parenleft.case = -34; +quoteright.ss01 = -96; +at = -19; +copyright = -88; +published = -88; +euro = -50; +minus = -96; +equal = -13; +approxequal = -19; }; -ecircumflex = { -parenright = -80; +Q = { +Dcroat = -5; +two = 5; +seven = -20; +registered = -18; }; -ecircumflexacute = { -parenright = -80; +quoteright = { +Hbar = 36; +a.ss05 = -30; +eacute = -34; +hbar = 23; +igrave = 6; +icircumflex = 22; +idieresis = 34; +imacron = 30; +itilde = 26; +jcircumflex = 23; +scaron = -17; +x = -15; +g.ss06 = -23; +gdotaccent.ss06 = -19; +mu = -3; +questiondown = -69; +questiondown.case = -58; +quotedblbase = -104; +euro = -15; +asciitilde = -74; }; -ecircumflexgrave = { -comma = 0; -comma.ss01 = -6; -hyphen = 4; -parenright = -22; -period.ss01 = -7; -quotedbl = -2; -quotedblright = 0; +minus = { +one = -54; +two = -61; +three = -97; +seven = -70; +one.numr = -54; +seven.numr = -61; +period = -102; +comma = -104; +period.ss01 = -98; +comma.ss01 = -96; +parenright = -77; +parenright.case = -93; +quotedblleft = -39; +quotedblright = -12; +quoteleft = -39; +quoteright = -15; +guillemetright = -54; +quotedbl = -45; +quotesingle = -45; +quotedblleft.ss01 = -14; +quoteleft.ss01 = -14; +quotedblright.ss01 = -16; +quoteright.ss01 = -16; +tenge = -18; +yen = -42; +x = -39; }; -ecircumflexhookabove = { -comma = 0; -comma.ss01 = -6; -parenright = 3; -period = 0; -period.ss01 = -7; -quotedbl = 18; +ldot.ss04 = { +a = 2; +e = 0; +period = -102; +comma = -104; }; -edieresis = { -parenright = -57; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -30; +"@MMK_R_KO_eight" = 11; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -56; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -34; +"@MMK_R_KO_degree" = -41; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = -30; +}; +acircumflexacute.ss05 = { +t = -20; +y = -37; +t_i.liga = -14; +t_t.liga = -14; +question = -53; +question.ss01 = -50; }; -edotaccent.ss01 = { -parenright = -80; +p = { +seven = -30; +registered = -15; }; -egrave = { -T = -46; -parenright = -80; +idotaccent = { +T = 0; +idieresis = 0; +parenright = -18; }; -eight = { -minus = -14; -six = 0; +summation = { +n = -15; }; -eight.dnom = { -degree = -120; -parenright = -61; -question = -65; -question.ss01 = -72; -quotedbl = -86; -quotedblleft = -87; -quotedblleft.ss01 = -40; -quotedblright = -44; -quoteright = -45; -quotesingle = -86; +eth = { +a = 7; +d = 7; +aacute = 7; +e = 6; +o = 6; +eth = 7; +odieresis = 6; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 7; +i = 2; +j = 2; +s = 0; +t = -2; +u = 6; +v = -10; +y = -17; +t_i.liga = 0; +t_t.liga = 0; +period = -13; +comma = -13; +period.ss01 = -15; +comma.ss01 = -12; +hyphen = 7; +parenright = -24; +bracketright = -17; +quotedblleft = -3; +quoteleft = -3; +quotedbl = 0; }; -eightinferior = { -parenright = -58; +igrave = { +parenright = -40; }; -eightsuperior = { -comma = -109; -comma.ss01 = -101; -fraction = -2; -period = -105; -period.ss01 = -102; -slash = -60; +three.numr = { +fraction = -8; }; -ellipsis = { -Tbar = -45; -eightsuperior = -144; -fivesuperior = -147; -foursuperior = -157; -ninesuperior = -152; -onesuperior = -114; -parenleft.case = -41; -quoteleft = -109; -quotesingle = -92; -sevensuperior = -149; -sixsuperior = -152; -tbar = -28; -threesuperior = -147; -twosuperior = -143; +Aring = { +endash.case = -21; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -49; +"@MMK_R_KO_asciicircum" = -21; }; -ellipsis.ss01 = { -Tbar = -50; -eightsuperior = -144; -fivesuperior = -147; -foursuperior = -157; -ninesuperior = -152; -onesuperior = -114; -question.ss01 = -77; -quotedbl = -196; -quotedblleft.ss01 = -211; -quotedblright.ss01 = -211; -sevensuperior = -149; -sixsuperior = -152; -threesuperior = -147; -twosuperior = -143; +lcommaaccent = { +j = 10; }; -emacron = { -parenright = -51; +quoteright.ss01 = { +igrave = 14; +icircumflex = 30; +imacron = 30; +itilde = 28; +jcircumflex = 31; +idieresis.ss01 = 34; +g.ss06 = -22; +gdotaccent.ss01.ss06 = -18; +mu = -16; +questiondown.case = -61; +questiondown.ss01 = -80; +quotedblbase.ss01 = -96; +asciitilde = -64; }; -emdash = { -four.numr = -65; -foursuperior = -71; -one.numr = -37; -onesuperior = -42; -question.ss01 = -71; -questiondown = -29; -quotedbl = -54; -seven.numr = -42; -sevensuperior = -48; -sixsuperior = -35; -zero.numr = -32; +backslash = { +p = 3; +g.ss06 = 8; +backslash = -104; +underscore = 15; +quoteright.ss01 = -75; +}; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 27; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 31; +"@MMK_R_KO_V" = 17; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_sixsuperior" = 30; +"@MMK_R_KO_onesuperior" = 3; +"@MMK_R_KO_twosuperior" = 29; +"@MMK_R_KO_threesuperior" = 26; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 33; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_eightsuperior" = 35; +"@MMK_R_KO_ninesuperior" = 29; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 44; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = 12; +"@MMK_R_KO_bracketright" = 7; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 3; +"@MMK_R_KO_quotedblright" = 24; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 32; +"@MMK_R_KO_quotesingle" = 32; +"@MMK_R_KO_quotedblright.ss01" = 25; +"@MMK_R_KO_quoteright.ss01" = 25; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 34; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 39; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 33; +"@MMK_R_KO_I.ss02" = 34; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 21; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 20; +"@MMK_R_KO_threesuperior" = 22; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = 19; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 22; +"@MMK_R_KO_ninesuperior" = 19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 33; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 8; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 29; +"@MMK_R_KO_bracketright" = 6; +"@MMK_R_KO_quotedblleft" = 4; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 17; +"@MMK_R_KO_quoteright.ss01" = 16; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -16; }; -emdash.case = { -quotedblbase = -162; -quotedblbase.ss01 = -148; +parenright.case = { +T = -17; +V = -22; +Y = -47; +Yacute = -47; +period = -13; +comma = -14; +slash = -19; +period.ss01 = -14; +comma.ss01 = -13; +hyphen.case = 9; +emdash.case = 9; +parenleft.case = 7; +parenright.case = -74; +braceright.case = -8; +bracketright.case = -16; +quotedbl = -15; }; -endash = { -H = 2; -Lslash = 13; -Tcedilla = -39; -endash = 0; -four.numr = -65; -foursuperior = -71; -n = 0; -one.numr = -37; -onesuperior = -42; -question.ss01 = -71; -quotedblbase = -20; -seven.numr = -42; -sevensuperior = -48; -sixsuperior = -35; -zero.numr = -32; +degree = { +zero = -12; +three = -10; +four = -60; +five = -8; +six = -13; +period = -102; +comma = -104; +slash = -89; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = -112; +emdash = -124; +endash = -66; +hyphen.case = -20; +emdash.case = -23; +parenright = -65; +bracketright = -56; +parenright.case = -75; +bracketright.case = -50; +g.ss06 = -22; }; -endash.case = { -quotedblbase = -162; -quotedblbase.ss01 = -148; +H = { +H = 0; +Hbar = 25; +igrave = 27; +ibreve = 37; +idieresis = 59; +jcircumflex = 40; +x = 0; +idieresis.ss01 = 57; +exclam = 0; +endash = 0; +ampersand = 0; }; -eng = { -bracketright = -8; -j = 17; -parenright = -27; -slash = 0; +lessequal = { +parenright = -32; +greaterequal = 27; +lessequal = 19; +Y = -7; +n = 8; }; -eogonek = { -parenright = -43; +mu = { +mu = -9; +pi = 0; +one = -24; +onesuperior = -61; +twosuperior = -15; +sevensuperior = -70; +period.ss01 = -8; +comma.ss01 = -7; +hyphen = -3; +parenright = -64; +braceright = -54; +bracketright = -70; +quotedblleft = -13; +quotedblright = -24; +quoteleft = -13; +quoteright = -21; +quotedbl = -22; +quotesingle = -22; +trademark = -58; +asciicircum = -32; }; -equal = { -A = -14; -C = 0; -G = 0; -J = -11; -O = 0; -T = -12; -V = -17; -X = -27; -Y = -32; -bracketright = -71; -comma = -14; -equal = 0; -one = 0; -parenright = -80; -parenright.case = -66; -period = -15; -quotedbl = -12; -quotedblright = 7; -zero = 0; +questiondown = { +p = -3; +questiondown = 0; }; -euro = { -comma = -6; -comma.ss01 = -8; -parenright = -83; -parenright.case = -71; -period = -7; -period.ss01 = -9; -slash = -22; -three = 0; +A = { +B = 2; +H = 2; +E = 2; +F = 2; +I = 2; +L = 2; +R = 2; +M = 2; +N = 2; +D = 2; +P = 2; +K = 2; +Iacute = 2; +Ntilde = 2; +Idieresis = 2; +Dcroat = -8; +Eth = -8; +Lslash = -2; +Tbar = -30; +b = 5; +h = 5; +k = 5; +l = 4; +m = 5; +n = 5; +r = 5; +p = 6; +jcircumflex = 5; +germandbls = -27; +tbar = -21; +gbreve.ss06 = 7; +ordfeminine = -42; +ordmasculine = -44; +zero = -19; +two = 0; +three = -8; +five = -6; +six = -19; +seven = -35; +eight = -6; +nine = -13; +numbersign = -11; +endash.case = -21; +parenleft.case = -17; +quotedblleft.ss01 = -34; +at = -13; +ampersand = -9; +registered = -38; +dollar = -10; +plus = -29; +minus = -29; +multiply = -26; +divide = -30; +equal = -14; +notequal = -13; +less = -23; +approxequal = -17; +logicalnot = -20; +asciitilde = -39; }; -exclam = { -exclam = 3; -guillemetleft = -27; -guilsinglleft = -28; -parenright = -31; -quotedbl = -2; -quotedblleft = -3; -quotedblright = 0; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 38; +"@MMK_R_KO_imacron" = 42; +"@MMK_R_KO_itilde" = 40; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = -19; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_colon" = -13; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_parenleft" = -17; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = -6; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -49; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 7; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -61; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = -17; +"@MMK_R_KO_percent" = -2; }; -exclam.ss01 = { -exclam.ss01 = 4; -parenright = -29; -period.ss01 = -6; +ohornacute = { +c = 14; +i = 24; +idotaccent = 24; +i.ss01 = 24; +idotaccent.ss01 = 24; +m = 24; +n = 24; +p = 25; +t = 17; +u = 29; +t_i.liga = 30; +t_i.liga.ss01 = 30; +t_t.liga = 30; +parenright = -14; }; -exclamdown = { -A = 0; -C = 4; -O = 3; -Q = 3; -T = -32; -V = -19; -Y = -37; -j = 37; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = -40; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = -56; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_eightsuperior" = 1; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -56; +"@MMK_R_KO_comma" = -56; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -56; +"@MMK_R_KO_comma.ss01" = -55; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -61; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -56; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -39; +"@MMK_R_KO_asciicircum" = -11; +}; +Ycircumflex = { +a.ss05 = -62; }; -exclamdown.ss01 = { -T = -14; -V = -17; -Y = -33; +Ograve = { +Lslash = 9; }; -f = { -backslash = 20; -exclam.ss01 = 15; -germandbls = 3; -hbar = 13; -ibreve = 45; -idieresis = 83; -idieresis.ss01 = 75; -jcircumflex = 64; -n = 0; -nine = 7; -ordmasculine = 8; -parenleft = 2; -seven = 10; +Hbar = { +Hbar = 59; +Idieresis.ss01 = 27; +exclam.ss01 = 32; }; -f_f.liga = { -backslash = 20; -hbar = 13; -ibreve = 45; -idieresis = 83; -idieresis.ss01 = 75; -nine = 7; -ordmasculine = 8; -parenleft = 2; -seven = 10; +Y = { +Eth = -17; +Lslash = -16; +Oslash = -30; +aacute = -61; +a.ss05 = -62; +aacute.ss05 = -62; +aogonek.ss05 = -62; +eth = -62; +ccedilla = -64; +eacute = -64; +edotbelow = -64; +edotbelow.ss01 = -64; +egrave = -44; +ecircumflexacute = -46; +oacute = -64; +odotbelow = -64; +odotbelow.ss01 = -64; +oslash = -64; +iacute = -33; +ntilde = -35; +ncaron = -42; +igrave = 0; +idieresis = 15; +scaron = -17; +zcaron = -14; +idieresis.ss01 = 8; +zero = -35; +two = -20; +three = -23; +six = -37; +seven = 2; +eight = -20; +nine = -19; +twoinferior = -82; +numbersign = -36; +ellipsis.ss01 = -98; +endash.case = -40; +parenleft.case = -25; +at = -48; +ampersand = -63; +registered = -31; +plus = -64; +minus = -64; +multiply = -59; +equal = -37; +notequal = -39; +less = -52; +lessequal = -37; +logicalnot = -57; +asciitilde = -88; }; -f_f_i.liga = { -asciitilde = -16; -germandbls = -2; -hbar = 0; -idieresis = 64; -jcircumflex = 35; -logicalnot = 0; +acircumflexacute = { +sevensuperior = 0; +parenright = 3; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 54; -jcircumflex = 47; -parenright = -30; +odieresis.ss01 = { +germandbls = -13; }; -f_y.liga = { -Ydieresis = -28; -ampersand = -22; -asciitilde = -26; -exclam.ss01 = 0; -germandbls = 0; +foursuperior = { +A = -46; +period = -102; +comma = -104; +slash = -73; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = -28; }; -fi = { -asciitilde = -16; -germandbls = -2; -hbar = 0; -idieresis = 64; -jcircumflex = 35; -logicalnot = 0; +eight = { +icircumflex = 23; +braceright = -29; +bracketright.case = -19; +trademark = -33; }; -fi.ss01 = { -idieresis.ss01 = 54; -jcircumflex = 47; -parenright = -30; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -4; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -19; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -64; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -77; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -42; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -21; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = -18; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -14; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 13; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_period" = -90; +"@MMK_R_KO_comma" = -90; +"@MMK_R_KO_ellipsis" = -93; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -102; +"@MMK_R_KO_period.ss01" = -89; +"@MMK_R_KO_comma.ss01" = -88; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -39; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -24; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 23; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_plus" = -45; +"@MMK_R_KO_percent" = -2; }; -five = { -asciicircum = -47; -ordfeminine = -22; -ordmasculine = -21; -six = 4; +w = { +ampersand = -17; }; -five.dnom = { -degree = -94; -parenright = -63; -question = -64; -question.ss01 = -71; -quotedbl = -53; -quotedblleft = -57; -quotedblright = -15; -quoteright = -18; -quotesingle = -53; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -25; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -104; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_two" = 14; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = -56; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = 16; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_ellipsis" = -104; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -84; +"@MMK_R_KO_hyphen" = -86; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_hyphen.case" = -27; +"@MMK_R_KO_endash.case" = -8; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_quotedblleft" = 12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_plus" = -38; }; -five.numr = { -fraction = -5; +jacute = { +hbar = 2; +idieresis = 0; +iogonek = 2; +j = 14; +j.ss01 = 14; +jcircumflex = 14; +seven = 17; +comma = 0; +slash = 12; +parenright = 13; }; -fiveinferior = { -T = -46; -W = -30; -parenright = -60; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -19; +"@MMK_R_KO_endash" = -37; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -35; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -41; }; -fivesuperior = { -comma = -109; -comma.ss01 = -101; -fraction = -5; -period = -105; -period.ss01 = -102; -slash = -60; +gcaron.ss06 = { +gcaron.ss06 = 0; }; -fl = { -backslash = 11; -ibreve = 24; -idieresis = 62; -idieresis.ss01 = 54; -jcircumflex = 48; +Ntilde = { +A = 3; }; -four = { -asciicircum = -37; -braceright = -31; -bracketright.case = -30; -fivesuperior = -32; -hyphen = 7; -minus = -2; -ninesuperior = -31; -ordfeminine = -33; -ordmasculine = -32; -six = 2; -sixsuperior = -29; -trademark = -34; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = -15; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -22; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -12; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -25; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 4; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_underscore" = 17; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -45; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 36; +"@MMK_R_KO_imacron" = 40; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -56; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; }; -four.dnom = { -degree = -99; -parenright = -64; -question = -63; -question.ss01 = -70; -quotedbl = -59; -quotedblleft = -64; -quotedblright = -20; -quoteright = -22; -quotesingle = -59; +guillemetleft = { +Dcroat = -18; +T = -48; +mu = -16; +twosuperior = -53; +braceright = -63; +minus = -55; +logicalnot = -42; +asciitilde = -78; }; -fourinferior = { -T = -45; -V = -48; -W = -31; -bracketright = -26; -parenright = -59; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -26; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -6; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_asterisk" = -66; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_backslash" = -45; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -49; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_braceright" = -61; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -46; }; -foursuperior = { -comma = -109; -comma.ss01 = -101; -fraction = -6; -period = -105; -period.ss01 = -102; -slash = -62; +icircumflex = { +two = 27; +exclam.ss01 = 37; +parenright = 0; }; -fraction = { -eight.dnom = -2; -fiveinferior = 0; -fourinferior = -40; -nineinferior = -4; -seven.dnom = 16; -seveninferior = 16; -sixinferior = -6; -two.dnom = -2; -twoinferior = -2; -zeroinferior = -6; +ihookabove = { +n = 0; }; -g = { -backslash = -24; -iogonek = 0; -jcircumflex = 14; +guilsinglleft = { +twosuperior = -61; +braceright = -63; +logicalnot = -51; +asciitilde = -84; }; -g.ss06 = { -colon.ss01 = -2; -hbar = 0; -idieresis = 31; -iogonek = 20; -jcircumflex = 38; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -37; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -60; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = -50; +"@MMK_R_KO_I.ss02" = -46; +"@MMK_R_KO_J.ss10" = -124; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_t_t.liga" = -7; +}; +Uhornacute = { +exclam.ss01 = 40; }; -gbreve.ss06 = { -gbreve.ss06 = 0; +ocircumflexhookabove = { +parenright = 0; +bracketright = 0; +quotedblright = 0; +quotedbl = 0; +quotesingle = 0; +quotedblright.ss01 = 4; }; -gcaron.ss06 = { -gcaron.ss06 = 0; +plusminus = { +one = -2; +parenright = -56; }; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 0; +question = { +exclam = 0; +questiondown = -55; +questiondown.case = -51; +bracketright.case = -33; }; -gdotaccent.ss06 = { -gdotaccent.ss06 = 0; +ordmasculine = { +period = -102; +comma = -104; +slash = -82; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = -74; +parenright = -51; +parenright.case = -62; }; -germandbls = { -a = 2; -a.ss05 = 8; -bracketright = -48; -c = 0; -comma = 0; -comma.ss01 = -3; -d = 2; -e = 0; -f = -8; -f_f.liga = -8; -f_f_i.liga = -8; -f_y.liga = -8; -fi = -8; -fl = -8; -g = 0; -g.ss06 = 5; -guillemetleft = -11; -guilsinglleft = -8; -hyphen = 2; -o = 0; -parenright = -76; -period = 0; -period.ss01 = -5; -quotedblleft = -15; -quotedblleft.ss01 = -18; -quoteleft = -15; -quotesingle = -25; -s = 0; -t = -7; -t_i.liga = -7; -t_i.liga.ss01 = -7; -t_t.liga = -7; -v = -11; -w = -9; -z = 0; +slash = { +Hbar = 24; +Oslash = -14; +hbar = 13; +ntilde = -22; +ncommaaccent = -24; +igrave = 2; +ibreve = 6; +icircumflex = 12; +idieresis = 16; +imacron = 10; +itilde = 11; +jcircumflex = 17; +rcommaaccent = -24; +scaron = -9; +scircumflex = -13; +x = -35; +idieresis.ss01 = 14; +g.ss06 = -27; +gcommaaccent.ss06 = -22; +gdotaccent.ss06 = -21; +gdotaccent.ss01.ss06 = -22; +mu = -24; +oneinferior = -62; +fourinferior = -84; +eightinferior = -58; +backslash = 9; +ellipsis.ss01 = -89; +underscore = -105; +parenleft = -13; +quotesinglbase = -85; +quotedblbase = -85; +quotedblbase.ss01 = -88; +literSign = -34; +cent = -26; +euro = -30; +sterling = -39; +minus = -45; +asciicircum = -33; +infinity = -29; +integral = -53; +radical = -21; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 26; +"@MMK_R_KO_O" = 27; +"@MMK_R_KO_Oacute" = 27; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 38; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_U" = 31; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 29; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 35; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_j" = 37; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_l.ss03" = 32; +"@MMK_R_KO_l.ss04" = 57; +"@MMK_R_KO_sixsuperior" = 30; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 20; +"@MMK_R_KO_fivesuperior" = 24; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 30; +"@MMK_R_KO_ninesuperior" = 27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 29; +"@MMK_R_KO_question" = 23; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = 20; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblright" = 27; +"@MMK_R_KO_quoteright" = 27; +"@MMK_R_KO_quotedbl" = 47; +"@MMK_R_KO_quotesingle" = 47; +"@MMK_R_KO_quotedblright.ss01" = 24; +"@MMK_R_KO_quoteright.ss01" = 24; }; -greater = { -J = -33; -T = -47; -X = -35; -Y = -48; -Z = -29; -greater = -12; -parenright = -91; +M = { +Hbar = 25; +hbar = 20; +igrave = 28; +ibreve = 38; +icaron = 36; +idieresis = 59; +idieresis.ss01 = 57; +}; +i = { +hbar = 1; +ntilde = 0; +idieresis = 0; +j = 2; +jcircumflex = 9; +s = 2; +germandbls = 0; +slash = 0; +parenright = -18; +braceright = 0; +bracketright = -3; +logicalnot = 2; +}; +macute = { +quotesingle = -29; }; greaterequal = { -T = -26; one = 0; -parenright = -46; +three = -3; seven = 0; +parenright = -48; +T = -32; }; -guillemetleft = { -Tcedilla = -26; -g.ss06 = -2; -questiondown = -3; -quotedblbase = -17; -sevensuperior = -68; -}; -guillemetright = { -Lslash = 0; -T = -48; -onesuperior = -76; -quotesinglbase = -30; -sevensuperior = -85; -sixsuperior = -64; -}; -guilsinglleft = { -A = 0; -Adieresis = 0; -Aring = 0; -C = -8; -G = -8; -J = 0; -T = -20; -Tcommaaccent = -20; -V = -20; -W = -14; -X = 0; -Y = -35; -Yacute = -35; -Z = -2; -a = -23; -c = -28; -comma = -12; -d = -23; -e = -29; -f = -3; -f_f.liga = -3; -f_f_i.liga = -3; -f_y.liga = -3; -fi = -3; -fl = -3; -guilsinglleft = -57; -j = -2; -o = -29; -parenright = -53; -pi = -3; -s = -19; -semicolon = -2; -t = -4; -t_i.liga = -4; -t_t.liga = -4; -v = -2; -w = -2; -x = 0; -y = -3; -z = 0; -}; -guilsinglright = { -onesuperior = -65; -quotesinglbase = -31; -sevensuperior = -76; -}; -h = { -abrevehookabove.ss05 = 3; -acircumflexhookabove.ss05 = 3; -backslash = -36; -e = 2; -registered = -14; -seven = -14; -yhookabove = -13; +eogonek = { +parenright = -49; }; -hyphen = { -Dcroat = 8; -Jcircumflex = -12; -Lslash = 13; -OE = 5; -Oslash = 5; -Tcedilla = -39; -Ycircumflex = -63; -Ydieresis = -63; -Ydieresis.ss01 = -63; -Ydotbelow = -63; -Ydotbelow.ss01 = -63; -Ygrave = -63; -braceright = -41; -four.numr = -72; -foursuperior = -75; -hyphen = 0; -l.ss03 = 4; -mu = -3; -one = -75; -one.numr = -41; -onesuperior = -43; -oslash = 9; -question.ss01 = -72; -questiondown = -33; -quotedbl = -57; -quotedblbase = -23; -quotedblbase.ss01 = -7; -quoteleft = -63; -quotesinglbase = -23; -seven.numr = -46; -sevensuperior = -48; -six.numr = -36; -sixsuperior = -37; -two = -19; -zero.numr = -37; +fiveinferior = { +T = -46; +W = -36; +parenright = -60; }; -hyphen.case = { -Dcroat = 11; -Jcircumflex = -30; -Lslash = 6; -Oslash = 11; -Tcedilla = -41; -Ycircumflex = -42; -bracketright.case = -70; -hyphen.case = 0; -parenleft.case = 5; -quotedblbase = -162; -quotedblbase.ss01 = -149; -quotesinglbase = -109; +tcedilla = { +comma = 10; +parenright = 0; +bracketright = 0; }; -i = { -asciitilde = -16; -germandbls = -2; -hbar = 0; -idieresis = 64; -jcircumflex = 35; -logicalnot = 0; -p = 0; +eightsuperior = { +A = -42; +fraction = -4; +period = -102; +comma = -104; +slash = -70; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = -27; }; -i.ss01 = { -bracketright = -11; -idieresis.ss01 = 54; -jcircumflex = 47; -parenright = -32; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -51; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -142; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -6; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -56; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 3; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -84; +"@MMK_R_KO_period.ss01" = -98; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -101; +"@MMK_R_KO_endash" = -57; +"@MMK_R_KO_hyphen.case" = -12; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -33; +"@MMK_R_KO_percent" = 4; }; -iacute = { -ccaron = 14; -j = 20; -jacute = 0; -parenright = 15; -rcaron = 47; -scaron = 36; -thorn = 27; -zcaron = 36; +ordfeminine = { +period = -102; +comma = -104; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = -75; +parenright = -31; }; -ibreve = { -T = 38; -exclam = 31; -i = 20; -imacron = 72; -l = 16; -l.ss04 = 59; -onesuperior = 33; -parenright = 0; -question = 13; -quotesingle = 37; -sevensuperior = 32; +Edotaccent = { +scaron = 5; }; -icircumflex = { -Icircumflex = 43; -i.ss01 = 41; -j.ss01 = 42; -ordfeminine = 51; -parenleft = 12; +Oslash = { +Eth = 10; +T = -12; +Tcaron = -7; +V = -15; +Y = -23; +l.ss04 = 13; +sevensuperior = -16; +parenright = -15; +bracketright = -13; +parenright.case = -21; +bracketright.case = -9; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -45; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 21; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -47; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -50; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_x" = -54; +"@MMK_R_KO_y" = -56; +"@MMK_R_KO_z" = -41; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = -44; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -48; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -57; +"@MMK_R_KO_comma" = -57; +"@MMK_R_KO_colon" = -42; +"@MMK_R_KO_semicolon" = -42; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -59; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -57; +"@MMK_R_KO_colon.ss01" = -42; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -48; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -55; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -38; }; -idieresis = { -Idieresis = 52; -Idieresis.ss02 = 64; -b = 43; -eightsuperior = 52; -exclam = 54; -fivesuperior = 47; -h = 43; -i = 46; -idieresis = 74; -j = 47; -k = 43; -l = 43; -l.ss03 = 47; -l.ss04 = 75; -ninesuperior = 58; -onesuperior = 59; -parenright = 0; -question = 51; -quotedbl = 62; -quotedblright = 64; -quotesingle = 62; -sevensuperior = 56; -sixsuperior = 52; -t = 20; -t_i.liga = 20; -t_t.liga = 20; -threesuperior = 55; -twosuperior = 60; +seven.numr = { +fraction = -27; }; -idieresis.ss01 = { -b = 53; -comma.ss01 = -5; -k = 53; -l = 53; -l.ss03 = 57; -l.ss04 = 96; -t = 30; -t_i.liga.ss01 = 30; -t_t.liga = 30; +at = { +underscore = -69; +parenright = -65; +bracketright = -65; +parenright.case = -83; +bracketright.case = -61; }; -idotaccent = { -idieresis = 64; -jcircumflex = 35; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -51; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = -40; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_braceright" = -56; +"@MMK_R_KO_bracketright" = -73; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = -35; }; -idotaccent.ss01 = { -parenright = -32; +F = { +Hbar = 26; +adieresis.ss05 = 0; +i.ss01 = 0; +iacute = -8; +igrave = 23; +idieresis = 45; +zcaron = -12; +idieresis.ss01 = 36; +three = -6; +seven = 12; +twoinferior = -12; +threeinferior = -16; +fourinferior = -54; +fiveinferior = -19; +sixinferior = -19; +eightinferior = -18; +numbersign = -14; +ellipsis.ss01 = -94; +ampersand = -19; +multiply = -27; }; -idotbelow = { -comma = 0; -j = 11; +nineinferior = { +parenright = -65; }; -idotbelow.ss01 = { -period.ss01 = -5; +parenright = { +icircumflex = 13; +parenleft = 6; +braceright = -18; +asciicircum = -25; }; -igrave = { -parenright = -55; +fivesuperior = { +A = -44; +fraction = -7; +period = -102; +comma = -104; +slash = -71; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = -31; +guillemetleft = -27; }; -ihookabove = { -comma.ss01 = -5; -period.ss01 = -5; -quotedbl = 3; -quotedblright = 3; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -28; +"@MMK_R_KO_Oacute" = -27; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = -20; +"@MMK_R_KO_V" = -70; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -91; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -39; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_y" = -63; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -32; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_five" = -13; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = -95; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = -20; +"@MMK_R_KO_sixsuperior" = -141; +"@MMK_R_KO_onesuperior" = -103; +"@MMK_R_KO_foursuperior" = -146; +"@MMK_R_KO_sevensuperior" = -138; +"@MMK_R_KO_ninesuperior" = -141; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -149; +"@MMK_R_KO_hyphen.case" = -225; +"@MMK_R_KO_endash.case" = -215; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_parenright.case" = -48; +"@MMK_R_KO_guillemetleft" = -82; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = -185; +"@MMK_R_KO_quotesingle" = -81; +"@MMK_R_KO_quotedblleft.ss01" = -206; +"@MMK_R_KO_quotedblright.ss01" = -206; }; -imacron = { -I = 39; -N = 39; -P = 39; -S = 38; -V = 49; -b = 23; -bracketright = 33; -ccaron = 2; -comma.ss01 = -5; -eightsuperior = 35; -exclam = 41; -fivesuperior = 31; -h = 23; -i = 28; -ibreve = 73; -imacron = 79; -j = 29; -j.ss01 = 24; -k = 23; -kcommaaccent = 23; -l = 23; -l.ss03 = 27; -l.ss04 = 66; -lcommaaccent = 23; -lcommaaccent.ss03 = 27; -lcommaaccent.ss04 = 66; -ninesuperior = 40; -onesuperior = 43; -parenright = 0; -period.ss01 = -5; -question = 42; -quotedbl = 43; -quotedblleft = 27; -quotedblleft.ss01 = 36; -quotedblright = 46; -quotedblright.ss01 = 38; -quoteleft = 28; -quoteright = 46; -quotesingle = 43; -scaron = 20; -sevensuperior = 40; -sixsuperior = 39; -t = 2; -t_i.liga = 2; -t_t.liga = 2; -thorn = 22; -threesuperior = 37; -twosuperior = 41; -zcaron = 21; +lcaron = { +l = 16; +ncaron = 2; +lcaron = 13; +scaron = 0; +exclam.ss01 = 68; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_I.ss02" = -27; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -54; +"@MMK_R_KO_comma" = -55; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -8; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -51; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 13; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_parenright.case" = -80; +"@MMK_R_KO_bracketright.case" = -76; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -13; }; -infinity = { -bracketright = -62; -parenright = -89; -parenright.case = -80; +z = { +logicalnot = 0; }; -integral = { -A = -41; -a = -39; -d = -40; -e = -50; -integral = -38; -s = -41; +Eogonek = { +comma = 10; +parenright = 0; }; -iogonek = { -comma = 11; -iogonek = 11; -j = 25; -parenright = 2; +G = { +Eth = 8; +Hbar = 25; +Lslash = 9; +Oslash = 6; +hbar = 10; +idieresis = 42; +jcircumflex = 27; +eight = 7; +braceright.case = -21; }; -itilde = { -N = 63; -b = 62; -comma.ss01 = -5; -eightsuperior = 64; -exclam = 72; -fivesuperior = 61; -h = 62; -i = 63; -itilde = 74; -j = 64; -k = 62; -l = 62; -ninesuperior = 65; -onesuperior = 72; -parenright = 22; -period.ss01 = -5; -question = 43; -quotedbl = 79; -quotedblright = 73; -quotedblright.ss01 = 72; -quoteright = 74; -quotesingle = 79; -sevensuperior = 75; -sixsuperior = 55; -t = 25; -threesuperior = 65; -twosuperior = 68; +eightinferior = { +parenright = -58; }; -j = { -braceright = 21; -bracketright = 11; +comma = { +twosuperior = -104; +threesuperior = -104; +fivesuperior = -104; +eightsuperior = -104; +}; +pi = { +pi = 9; +onesuperior = -48; +sevensuperior = -58; +period = 0; comma = 0; -hbar = 0; -idieresis = 64; -iogonek = 0; -j = 13; -jcircumflex = 35; -parenright = -10; -semicolon = 11; -slash = 11; +colon = 0; +slash = -7; +hyphen = -21; +parenright = -58; +braceright = -52; +bracketright = -69; +quoteright = -8; +quotesingle = -3; +trademark = -41; }; -j.ss01 = { -bracketright = 9; -comma.ss01 = 0; -j.ss01 = 13; -parenright = -10; -slash = 11; +iacute = { +a = 0; +c = 1; +ntilde = 0; +m = 0; +n = 0; +p = 1; +s = 2; }; -jacute = { -adieresis.ss05 = 33; -backslash = 57; -ccaron = 14; -comma = 0; -hbar = 38; -hcircumflex = 28; -i.ss01 = 28; -iacute = 0; -idieresis = 72; -idotaccent.ss01 = 28; -iogonek = 19; -j = 20; -jcircumflex = 44; -rcaron = 47; -scaron = 36; -semicolon = 11; -seven = 38; -slash = 11; -zcaron = 36; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_sixsuperior" = 68; +"@MMK_R_KO_onesuperior" = 46; +"@MMK_R_KO_twosuperior" = 52; +"@MMK_R_KO_threesuperior" = 53; +"@MMK_R_KO_foursuperior" = 57; +"@MMK_R_KO_fivesuperior" = 65; +"@MMK_R_KO_sevensuperior" = 21; +"@MMK_R_KO_eightsuperior" = 66; +"@MMK_R_KO_ninesuperior" = 65; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_exclam" = 74; +"@MMK_R_KO_question" = 62; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 61; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 19; +"@MMK_R_KO_bracketright" = 10; +"@MMK_R_KO_quotedblleft" = 68; +"@MMK_R_KO_quoteleft" = 74; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_quotedbl" = 84; +"@MMK_R_KO_quotesingle" = 86; +"@MMK_R_KO_quotedblleft.ss01" = 60; +}; +Dcroat = { +Dcroat = 14; +Itilde = 4; }; jcircumflex = { -hcircumflex = 41; -i.ss01 = 41; -jcircumflex = 105; -scircumflex = 43; +E = 39; +U = 43; +k = 1; +l = 0; +i = 1; +j = 14; +jcircumflex = 15; +two = 27; +bracketright = 6; +quotedblleft = 16; +quotedblright = 15; +quoteleft = 17; +quoteright = 15; +quotedbl = 25; +quotesingle = 27; +quotedblright.ss01 = 30; +quoteright.ss01 = 29; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 39; +"@MMK_R_KO_imacron" = 51; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -4; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = -3; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -40; }; -k = { -ampersand = -22; -asciitilde = -46; -exclam.ss01 = 4; -iogonek = 3; -logicalnot = -17; -minus = -23; -plus = -23; -two = 2; -yhookabove = 0; +gbreve.ss06 = { +gbreve.ss06 = 0; }; -l = { -Hbar = 24; -at = 0; -backslash = 11; -hbar = 0; -ibreve = 24; -idieresis = 62; -idieresis.ss01 = 54; -jcircumflex = 48; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -plus = -6; +R = { +Hbar = 34; +Oslash = 2; +hbar = 21; +idieresis = 40; +jcircumflex = 31; +idieresis.ss01 = 41; +two = 13; +three = 5; +eight = 0; +nine = 11; +greater = 0; +logicalnot = -7; }; -l.ss03 = { -iogonek = 2; -jcircumflex = 23; -periodcentered.loclCAT = -12; +idieresis.ss01 = { +Idieresis.ss01 = 58; +exclam.ss01 = 38; }; -l.ss04 = { -ibreve = 24; -idieresis = 62; -jcircumflex = 48; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -77; +question.ss01 = -72; +parenright = -59; +quotedblleft = -67; +quotedblright = -47; +quoteleft = -67; +quoteright = -36; +quotedbl = -79; +quotesingle = -79; +quotedblleft.ss01 = -18; +quoteleft.ss01 = -18; +quotedblright.ss01 = -31; +quoteright.ss01 = -31; +degree = -94; }; -lcaron = { -exclam.ss01 = 175; -ncaron = 108; -scaron = 134; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -48; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -50; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -57; +"@MMK_R_KO_comma" = -55; +"@MMK_R_KO_colon" = -42; +"@MMK_R_KO_semicolon" = -32; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -48; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -53; +"@MMK_R_KO_colon.ss01" = -36; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -48; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -59; +"@MMK_R_KO_guillemetright" = -57; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 18; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 40; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -89; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -56; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_foursuperior" = -107; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_ninesuperior" = -50; +"@MMK_R_KO_period" = -38; +"@MMK_R_KO_comma" = -38; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_quotedblleft" = -96; +"@MMK_R_KO_quotedblright" = -105; +"@MMK_R_KO_quoteleft" = -96; +"@MMK_R_KO_quoteright" = -104; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -136; +"@MMK_R_KO_quotesingle" = -81; +"@MMK_R_KO_quotedblleft.ss01" = -88; +"@MMK_R_KO_quotedblright.ss01" = -119; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -34; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = -14; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -49; +"@MMK_R_KO_comma" = -50; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -52; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -55; +"@MMK_R_KO_backslash" = -20; +"@MMK_R_KO_period.ss01" = -48; +"@MMK_R_KO_comma.ss01" = -46; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_underscore" = -57; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -44; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -19; }; -lcaron.ss03 = { -b = 143; -bracketright = 151; -ccaron = 86; -comma = 10; -eightsuperior = 138; -exclam = 146; -exclam.ss01 = 150; -fivesuperior = 141; -h = 143; -i = 137; -i.ss01 = 141; -j = 138; -j.ss01 = 142; -k = 143; -l.ss03 = 147; -lcaron.ss03 = 147; -m = 2; -n = 2; -ncaron = 83; -ninesuperior = 137; -onesuperior = 143; -parenright = 110; -period = 12; -question = 117; -question.ss01 = 100; -quotedbl = 160; -quotedblleft = 88; -quotedblleft.ss01 = 109; -quoteleft = 89; -quoteleft.ss01 = 109; -quotesingle = 160; -s = 2; -scaron = 112; -sevensuperior = 156; -sixsuperior = 126; -t = 93; -t_i.liga = 93; -t_t.liga = 93; -threesuperior = 138; -twosuperior = 141; -u = 0; -uacute = 0; -v = 0; -zcaron = 127; +Tcedilla = { +aacute = -43; +acircumflex.ss05 = -6; +amacron.ss05 = -13; +abreve.ss05 = -15; +endash.case = -48; }; -lcaron.ss04 = { -exclam.ss01 = 175; -ncaron = 108; -scaron = 134; +Yacute = { +Eth = -17; +Oslash = -25; +a.ss05 = -62; +ellipsis.ss01 = -98; }; -lcommaaccent = { -j = 16; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_parenright.case" = -78; +"@MMK_R_KO_bracketright.case" = -30; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; }; -ldot.ss01 = { -a = 2; -comma.ss01 = -101; -e = 3; -period.ss01 = -102; +greater = { +parenright = -72; +bracketright = -75; +parenright.case = -86; +bracketright.case = -82; +greater = -15; }; -ldot.ss01.ss04 = { -comma.ss01 = -101; -period.ss01 = -102; +ecircumflexacute = { +onesuperior = -16; +sevensuperior = 0; +parenright = 0; +bracketright = 0; +quotedbl = 0; +quotesingle = 0; }; -ldot.ss04 = { -a = 9; -e = 9; -o = 9; +Uhorn = { +exclam.ss01 = 35; }; -less = { -S = 2; -less = -12; -parenright = -57; -three = 0; +Rcommaaccent = { +parenright = -37; }; -lessequal = { -n = 7; -parenright = -42; +question.ss01 = { +questiondown.case = -50; +questiondown.ss01 = -63; }; -liraTurkish = { -foursuperior = -93; -one = -81; -onesuperior = -48; -parenright = -93; -question = -79; -question.ss01 = -82; -quotedbl = -99; -quotesingle = -92; -seven = -104; -sevensuperior = -57; -sixsuperior = -45; -slash = -36; -two = -31; +onesuperior = { +A = -42; +fraction = 0; +period = -102; +comma = -103; +slash = -70; +period.ss01 = -98; +comma.ss01 = -96; }; -literSign = { -parenright = -73; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -67; +"@MMK_R_KO_Oacute" = -67; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = -62; +"@MMK_R_KO_S" = -53; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -59; +"@MMK_R_KO_V" = -87; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -50; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_s" = -44; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -64; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_zero" = -71; +"@MMK_R_KO_one" = -81; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -55; +"@MMK_R_KO_four" = -79; +"@MMK_R_KO_five" = -56; +"@MMK_R_KO_six" = -71; +"@MMK_R_KO_seven" = -84; +"@MMK_R_KO_eight" = -58; +"@MMK_R_KO_nine" = -63; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_quotedblleft" = -80; +"@MMK_R_KO_quoteright" = -85; +"@MMK_R_KO_guillemetright" = -100; +"@MMK_R_KO_quotedbl" = -91; +"@MMK_R_KO_quotesingle" = -81; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -34; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -72; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 26; +"@MMK_R_KO_itilde" = 30; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = -4; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -132; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = -98; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -159; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -46; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -71; +"@MMK_R_KO_bracketright.case" = -57; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -2; }; -logicalnot = { -one = -5; -parenright = -78; -parenright.case = -61; -seven = -7; -two = -11; -y = -10; +t_i.liga = { +hbar = -6; +idieresis = -6; +jcircumflex = -4; +lcommaaccent = -6; +germandbls = -8; +logicalnot = -2; }; -lslash.ss03 = { -comma = 5; -period = 7; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -81; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -82; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -67; +"@MMK_R_KO_asterisk" = -79; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -62; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -61; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -53; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -55; +"@MMK_R_KO_quotesingle" = -55; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -36; +"@MMK_R_KO_quoteright.ss01" = -36; +"@MMK_R_KO_trademark" = -79; +"@MMK_R_KO_asciicircum" = -59; }; -m = { -backslash = -36; -comma = 4; -e = 2; -hyphen = 4; -multiply = -9; -ordmasculine = -24; -parenleft = 3; -period = 4; -registered = -14; -seven = -15; -wgrave = -4; +adieresis.ss05 = { +germandbls = -23; }; -minus = { -A = -26; -I.ss02 = -38; -T = -52; -V = -29; -X = -43; -Y = -56; -Z = -37; -comma = -109; -comma.ss01 = -101; -eight = -9; -four = -4; -one = -10; -parenright = -94; -parenright.case = -84; -period = -105; -period.ss01 = -102; -quotedblleft = -21; -quotedblright = 7; -seven = -12; -seven.numr = -41; -tenge = -9; -three = -47; -two = -44; -x = -27; -yen = -33; +a = { +l = 0; +idieresis = 0; +jcircumflex = 1; +s = 2; +germandbls = 0; +notequal = 0; +logicalnot = 2; }; -mu = { -braceright = -28; -bracketright = -27; -comma.ss01 = -7; -hyphen = -4; -mu = -10; -one = -13; -onesuperior = -54; -parenright = -57; -period.ss01 = -8; -pi = -2; -quotedbl = -26; -quotedblleft = -16; -quotedblright = -6; -quoteleft = -15; -quoteright = -6; -quotesingle = -26; -sevensuperior = -61; -trademark = -51; -twosuperior = -15; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -59; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -69; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -38; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -42; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = -35; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = 12; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -73; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_ellipsis" = -80; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_period.ss01" = -79; +"@MMK_R_KO_comma.ss01" = -77; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_hyphen.case" = -27; +"@MMK_R_KO_endash.case" = -18; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_degree" = -3; +"@MMK_R_KO_plus" = -44; +"@MMK_R_KO_percent" = 2; +}; +icaron = { +icaron = 0; +j = 1; +parenright = 4; +quotedbl = 19; +quotesingle = 22; }; -multiply = { -A = -21; -P = -6; -T = -40; -Y = -41; -five = -7; -one = -3; -p = -3; -parenright = -89; -parenright.case = -79; -two = -5; +braceleft.case = { +braceright.case = 0; +at = -36; +minus = -72; +logicalnot = -61; +asciicircum = -68; }; -n = { -Tcedilla = -51; -asciitilde = -14; -at = 2; -backslash = -36; -degree = -40; -e = 2; -greaterequal = 9; -guilsinglright = -6; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 1; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -16; +}; +uhorndotbelow = { +a = -21; +a.ss05 = -20; +c = -24; +n = -3; +period = -30; +comma = -30; +ellipsis = -37; +question = 0; +parenright = -39; +quotedblright = 0; +quotedbl = 0; +}; +g.ss06 = { +oslash = -28; +iogonek = 0; jcircumflex = 0; -logicalnot = 2; -multiply = -9; -n = 0; -ordmasculine = -24; -parenleft = 2; -registered = -14; -seven = -14; +gcircumflex.ss06 = 0; +notequal = -28; +logicalnot = -28; }; -ncaron = { -Yacute = -16; -parenright = -33; +yacute = { +T = -28; +eth = -10; +parenright = -30; }; -nine = { -braceright = -45; -bracketright.case = -7; -ordmasculine = -8; -six = 12; -trademark = -33; +Imacron = { +Imacron = 8; +imacron = 44; +parenright.case = 0; }; -nine.dnom = { -degree = -124; -parenright = -73; -question = -69; -question.ss01 = -74; -quotedbl = -90; -quotedblleft = -92; -quotedblleft.ss01 = -44; -quotedblright = -48; -quotedblright.ss01 = -40; -quoteright = -50; -quotesingle = -90; +exclamdown.ss01 = { +T = -42; +V = -25; +Y = -44; +j.ss01 = 40; }; -nineinferior = { -parenright = -67; +oacute = { +seven = -35; }; -ninesuperior = { -comma = -109; -comma.ss01 = -101; -fraction = -9; -period = -105; -period.ss01 = -102; -slash = -70; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -42; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = -40; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_U" = -33; +"@MMK_R_KO_V" = -77; +"@MMK_R_KO_W" = -58; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -54; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = -70; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -33; +"@MMK_R_KO_pi" = -31; +"@MMK_R_KO_zero" = -48; +"@MMK_R_KO_one" = -92; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -26; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_five" = -28; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = -95; +"@MMK_R_KO_eight" = -28; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_sixsuperior" = -141; +"@MMK_R_KO_onesuperior" = -103; +"@MMK_R_KO_foursuperior" = -146; +"@MMK_R_KO_sevensuperior" = -138; +"@MMK_R_KO_ninesuperior" = -141; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_question" = -83; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_hyphen" = -70; +"@MMK_R_KO_endash" = -139; +"@MMK_R_KO_hyphen.case" = -215; +"@MMK_R_KO_endash.case" = -215; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_parenright.case" = -63; +"@MMK_R_KO_quotedblleft" = -210; +"@MMK_R_KO_quotedblright" = -210; +"@MMK_R_KO_quoteleft" = -104; +"@MMK_R_KO_quoteright" = -104; +"@MMK_R_KO_guillemetleft" = -104; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -185; +"@MMK_R_KO_quotesingle" = -81; }; -notequal = { -N = -2; -b = 0; -parenright = -41; -zero = 0; +yen = { +zero = -27; +one = -22; +two = -19; +three = -22; +four = -29; +six = -28; +foursuperior = -38; +period = -36; +comma = -36; +colon = -33; +semicolon = -34; +slash = -54; +period.ss01 = -43; +comma.ss01 = -42; +colon.ss01 = -35; +semicolon.ss01 = -34; }; -ntilde = { -parenright = -33; +idotaccent.ss01 = { +parenright = -14; }; -numbersign = { -A = -9; -C = 4; -J = -20; -T = -18; -V = -11; -X = -22; -Y = -29; -bracketright = -53; -comma = -23; -comma.ss01 = -13; -eight = 4; -four = 0; -nine = 2; -one = 0; -parenright = -77; -parenright.case = -61; -period = -24; -period.ss01 = -11; -six = 4; -three = 0; +ldot.ss01.ss04 = { +period.ss01 = -98; +comma.ss01 = -96; }; -numero = { -one = 0; -parenright = -71; -period = -11; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -45; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -31; +"@MMK_R_KO_threesuperior" = -41; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = -35; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -39; +"@MMK_R_KO_asterisk" = -47; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = -54; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -39; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -17; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = -34; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -38; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = -38; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -39; +"@MMK_R_KO_quoteright.ss01" = -39; +"@MMK_R_KO_trademark" = -67; +"@MMK_R_KO_asciicircum" = -53; +}; +agrave.ss05 = { +T = -44; +Y = -81; }; -o = { -Ydieresis = -71; -Ydieresis.ss01 = -71; -backslash = -42; -bracketright = -57; -gbreve.ss06 = 6; -gcircumflex.ss06 = 6; -gcommaaccent.ss06 = 6; -germandbls = -10; -logicalnot = 6; +B = { +Hbar = 26; +Lslash = 17; +hbar = 17; +idieresis = 46; +jcircumflex = 34; +idieresis.ss01 = 45; +two = 4; +three = 8; +five = 14; +eight = 15; +nine = 4; +ampersand = 9; +greater = 5; +}; +Tcaron = { +endash.case = -47; +}; +oslash = { +d = 6; +k = 0; +l = 0; +e = 4; +eth = 4; +f = -5; +f_f.liga = -5; +f_f_i.liga = -5; +fi = -5; +f_y.liga = -5; +fl = -5; +g = 6; +m = 0; n = 0; -parenleft = 5; -quotedbl = -36; -quotedblright = -4; -quoteright = -4; -quotesingle = -36; -registered = -19; -seven = -24; -tbar = 3; -two = -14; +r = 0; +j = 2; +s = 0; +t = -10; +v = -13; +y = -22; +l.ss03 = 3; +t_i.liga = -3; +t_t.liga = -3; +period = -12; +comma = -13; +slash = -24; +period.ss01 = -15; +comma.ss01 = -13; +hyphen = 6; +parenright = -65; +bracketright = -69; +}; +guilsinglright = { +x = -54; +threesuperior = -45; +fivesuperior = -51; +eightsuperior = -46; +colon = -51; +semicolon = -49; +questiondown = -66; +question.ss01 = -87; +questiondown.ss01 = -65; +braceright = -82; +braceright.case = -74; +bracketright.case = -89; +quotesinglbase = -69; +quotedblbase = -69; +quotedblbase.ss01 = -62; +quoteright.ss01 = -43; +}; +adieresis = { +germandbls = 0; +}; +liraTurkish = { +one = -87; +two = -32; +seven = -102; +sixsuperior = -58; +onesuperior = -58; +threesuperior = -46; +foursuperior = -103; +fivesuperior = -49; +sevensuperior = -68; +eightsuperior = -47; +ninesuperior = -50; +period = -36; +comma = -36; +colon = -43; +semicolon = -43; +question = -87; +slash = -45; +period.ss01 = -31; +comma.ss01 = -29; +colon.ss01 = -31; +question.ss01 = -83; +parenright = -82; +parenright.case = -95; +quotedbl = -120; +quotesingle = -81; }; -oacute = { -parenright = -48; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -59; +"@MMK_R_KO_W" = -39; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -76; +"@MMK_R_KO_twosuperior" = -49; +"@MMK_R_KO_threesuperior" = -48; +"@MMK_R_KO_foursuperior" = -48; +"@MMK_R_KO_fivesuperior" = -48; +"@MMK_R_KO_sevensuperior" = -80; +"@MMK_R_KO_eightsuperior" = -44; +"@MMK_R_KO_ninesuperior" = -51; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_hyphen.case" = -36; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -51; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -52; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -48; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -44; +"@MMK_R_KO_quotedblright.ss01" = -49; +"@MMK_R_KO_quoteright.ss01" = -49; }; -ocircumflex = { -T = -19; +quotedblbase = { +Dcroat = -14; +Iogonek = 0; +Lslash = -12; +Oslash = -27; +oslash = -22; +p = 5; +iogonek = 3; +jcircumflex = 18; +germandbls = -43; +l.ss03 = -2; +g.ss06 = 4; +numbersign = -49; +parenleft = -17; +parenleft.case = -46; +at = -32; +copyright = -102; +published = -102; +literSign = -27; +dollar = -26; +euro = -60; +minus = -210; +multiply = -88; +divide = -115; +equal = -59; +approxequal = -60; }; -ocircumflexgrave = { -comma = -4; -comma.ss01 = -8; -guillemetright = -31; -hyphen = 8; -parenright = -25; -period = -4; -period.ss01 = -9; -quotedbl = -8; -quotedblright = -4; +D = { +Dcroat = 9; +Eth = 9; +Hbar = 12; +Iogonek = 0; +Lslash = 9; +Oslash = 6; +lacute = 0; +zero = 2; +five = 4; +six = 2; +eight = 4; +endash.case = 5; +parenleft.case = 6; +braceright.case = -33; +at = 6; +less = 3; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -43; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -53; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -9; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_one" = -72; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -77; +"@MMK_R_KO_onesuperior" = -84; +"@MMK_R_KO_twosuperior" = -77; +"@MMK_R_KO_threesuperior" = -80; +"@MMK_R_KO_foursuperior" = -80; +"@MMK_R_KO_fivesuperior" = -80; +"@MMK_R_KO_sevensuperior" = -84; +"@MMK_R_KO_eightsuperior" = -77; +"@MMK_R_KO_ninesuperior" = -76; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -68; +"@MMK_R_KO_asterisk" = -70; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = -70; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -65; +"@MMK_R_KO_hyphen" = -34; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -68; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -46; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = -67; +"@MMK_R_KO_quotedblright" = -72; +"@MMK_R_KO_quoteleft" = -67; +"@MMK_R_KO_quoteright" = -72; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -64; +"@MMK_R_KO_quotesingle" = -63; +"@MMK_R_KO_quotedblleft.ss01" = -77; +"@MMK_R_KO_quotedblright.ss01" = -76; +"@MMK_R_KO_quoteright.ss01" = -76; +"@MMK_R_KO_trademark" = -91; +"@MMK_R_KO_asciicircum" = -94; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -30; +"@MMK_R_KO_comma" = -30; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_backslash" = 8; +"@MMK_R_KO_period.ss01" = -35; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -24; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -30; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_quotedblleft" = 15; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = 15; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 6; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -10; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -52; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = -42; +"@MMK_R_KO_I.ss02" = -40; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_pi" = -24; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_two" = -46; +"@MMK_R_KO_three" = -24; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = -70; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = -23; +"@MMK_R_KO_sixsuperior" = -58; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_foursuperior" = -60; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_ninesuperior" = -56; +"@MMK_R_KO_period" = -68; +"@MMK_R_KO_comma" = -69; +"@MMK_R_KO_ellipsis" = -69; +"@MMK_R_KO_question" = -88; +"@MMK_R_KO_asterisk" = -106; +"@MMK_R_KO_slash" = -53; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_bracketright" = -84; +"@MMK_R_KO_parenright.case" = -96; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -55; +"@MMK_R_KO_quoteleft" = -71; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -76; +"@MMK_R_KO_quotedbl" = -71; +"@MMK_R_KO_quotesingle" = -71; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -44; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = -62; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -47; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -81; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -25; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = 4; +"@MMK_R_KO_four" = -52; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 19; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = 17; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 4; +"@MMK_R_KO_ninesuperior" = 21; +"@MMK_R_KO_period" = -81; +"@MMK_R_KO_comma" = -81; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_period.ss01" = -81; +"@MMK_R_KO_comma.ss01" = -81; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -81; +"@MMK_R_KO_endash" = -72; +"@MMK_R_KO_hyphen.case" = -19; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 14; +"@MMK_R_KO_guillemetleft" = -56; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = 24; +"@MMK_R_KO_quotesingle" = 24; +"@MMK_R_KO_quotedblleft.ss01" = 14; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_degree" = 12; +"@MMK_R_KO_plus" = -34; +"@MMK_R_KO_percent" = 18; }; -ocircumflexhookabove = { -comma = -4; -comma.ss01 = -8; -guillemetright = -31; -hyphen = 8; -parenright = -2; -period = -4; -period.ss01 = -9; -quotedbl = 7; -quotedblright = 0; +ohorndotbelow.ss01 = { +c = 14; +i.ss01 = 24; +n = 24; +p = 25; +t = 17; +u = 29; +t_i.liga.ss01 = 30; +t_t.liga = 30; }; -ocircumflextilde = { -parenright = -37; +t_i.liga.ss01 = { +parenright = -19; }; -odieresis = { -gbreve.ss06 = 6; -germandbls = -10; -parenright = -64; +endash = { +x = -33; +one.numr = -39; +four.numr = -67; +seven.numr = -45; +colon = -34; +semicolon = -31; +questiondown = -46; +question.ss01 = -72; +questiondown.ss01 = -45; +endash = 0; +quotedblbase = -119; +quotedblbase.ss01 = -149; +quoteright.ss01 = -2; }; -odieresis.ss01 = { -germandbls = -10; +Ygrave = { +ellipsis.ss01 = -98; +endash.case = -40; }; -ohookabove = { -parenright = -75; +fraction = { +zero.dnom = -7; +two.dnom = -13; +four.dnom = -41; +eight.dnom = -9; +zeroinferior = -10; +twoinferior = -9; +fourinferior = -44; +fiveinferior = 2; +sixinferior = -10; +seveninferior = 0; +nineinferior = -8; }; -ohorn = { -comma = -4; -comma.ss01 = -8; -hyphen = 8; -parenright = -63; -period = -4; -period.ss01 = -9; -quotedbl = -5; -quotedblright = -4; -u = 5; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 16; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 5; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_hyphen.case" = 5; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -ohornacute = { -c = 6; -parenright = -39; -t = 6; -t_i.liga = 6; -t_t.liga = 6; +g = { +l = 0; +iogonek = 2; +jcircumflex = 11; }; -ohorndotbelow = { -c = 6; -comma = -2; -parenright = -61; -period = -4; -t = 6; -t_i.liga = 6; -t_t.liga = 6; -u = 5; +m = { +ordfeminine = -20; +ordmasculine = -24; +seven = -26; +registered = -13; +logicalnot = 4; }; -ohorndotbelow.ss01 = { -c = 6; -comma.ss01 = -8; -parenright = -57; +ohorntilde = { +i = 24; +idotaccent = 24; +i.ss01 = 24; +n = 24; +period = -7; +comma = -7; period.ss01 = -9; -t = 6; -t_i.liga.ss01 = 6; -t_t.liga = 6; -}; -ohorngrave = { -comma = -4; comma.ss01 = -8; -parenright = -63; -period = -4; -period.ss01 = -9; -quotedbl = -5; -quotedblright = -4; +parenright = -14; +quotedbl = 20; +}; +hyphen.case = { +Dcroat = 11; +Lslash = 8; +Oslash = 9; +one.numr = -36; +seven.numr = -42; +question.ss01 = -73; +parenleft.case = 10; +braceright.case = -59; +bracketright.case = -76; +quotesinglbase = -104; +quotedblbase = -163; +quotedblbase.ss01 = -163; +quoteright.ss01 = 0; +dollar = -13; }; ohornhookabove = { -comma = -4; -comma.ss01 = -8; -parenright = -63; -period = -4; +i = 24; +idotaccent = 24; +i.ss01 = 24; +idotaccent.ss01 = 24; +m = 24; +n = 24; +period = -7; +comma = -7; period.ss01 = -9; -quotedbl = -5; -quotedblright = -4; -}; -ohorntilde = { -comma = -4; comma.ss01 = -8; -parenright = -35; -period = -4; -period.ss01 = -9; +parenright = -14; +bracketright = -45; +guillemetright = 0; +quotedbl = 9; }; -ohungarumlaut = { -b = 39; -bracketright = 61; -h = 39; -i = 32; -j = 33; -k = 39; -l = 39; -l.ss04 = 72; -parenright = 32; -quotedbl = 60; -quotedblright = 36; -sevensuperior = 66; +y = { +germandbls = -2; +zeroinferior = -25; +twoinferior = -24; +ampersand = -28; +logicalnot = -8; +asciitilde = -33; }; -omacron = { -T = -26; -parenright = -57; +Idotaccent.ss02 = { +endash.case = -37; }; -one = { -bracketright = -4; -colon.ss01 = 0; -comma = -2; -comma.ss01 = -5; -degree = -10; -equal = 0; -four = 0; -icircumflex = 46; -multiply = -12; -one = 0; -ordfeminine = -5; -ordmasculine = -5; -parenright = -24; -parenright.case = -12; -percent = 0; -period = -2; -period.ss01 = -6; -seven = 0; -slash = -2; -three = 0; -two = 0; -zero = 0; +Scedilla = { +idieresis = 48; }; -one.dnom = { -degree = -90; -one.dnom = 0; -parenright = -57; -question = -73; -question.ss01 = -80; -quotedbl = -48; -quotedblleft = -51; -quotedblright = -13; -quoteright = -16; -quotesingle = -48; -two.dnom = 0; -zero.dnom = 0; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -17; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = -1; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -1; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -1; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_question" = -1; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -8; +"@MMK_R_KO_plus" = -9; +"@MMK_R_KO_percent" = 0; }; -one.numr = { -fraction = 0; +f = { +f = 4; +f_f.liga = 4; +f_y.liga = 4; +fl = 4; +igrave = 0; +idieresis = 1; +seven = 8; +ampersand = -25; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = -19; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -88; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = -38; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -28; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = -30; +"@MMK_R_KO_one" = -88; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -29; +"@MMK_R_KO_seven" = -91; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = -19; +"@MMK_R_KO_asterisk" = -96; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = -149; +"@MMK_R_KO_hyphen.case" = -96; +"@MMK_R_KO_endash.case" = -206; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -96; +"@MMK_R_KO_quotedblright.ss01" = -206; +"@MMK_R_KO_plus" = -96; +"@MMK_R_KO_percent" = -94; }; -onesuperior = { -A = -31; -comma = -109; -comma.ss01 = -101; -period = -105; -period.ss01 = -102; -slash = -58; +numero = { +period = -21; +comma = -22; +period.ss01 = -22; +comma.ss01 = -21; +parenright = -55; +parenright.case = -68; }; -ordfeminine = { -comma = -109; -comma.ss01 = -101; -parenright = -34; -period = -105; -period.ss01 = -102; +cent = { +onesuperior = -49; +sevensuperior = -52; +period = -30; +comma = -30; +slash = -42; +period.ss01 = -25; +comma.ss01 = -24; +parenright = -71; +bracketright = -76; +parenright.case = -82; +bracketright.case = -81; }; -ordmasculine = { -comma = -109; -comma.ss01 = -101; -hyphen = -38; -parenright = -60; -parenright.case = -51; -period = -105; -period.ss01 = -102; -slash = -76; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -40; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = 30; +"@MMK_R_KO_imacron" = 44; +"@MMK_R_KO_itilde" = 34; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -25; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_g.ss06" = -16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = 1; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = 6; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -50; +"@MMK_R_KO_comma" = -51; +"@MMK_R_KO_colon" = -17; +"@MMK_R_KO_semicolon" = -14; +"@MMK_R_KO_ellipsis" = -53; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -58; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = -50; +"@MMK_R_KO_comma.ss01" = -48; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -20; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = -53; +"@MMK_R_KO_hyphen.case" = -12; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -2; +"@MMK_R_KO_asciicircum" = -23; }; -oslash = { -a = 6; -bracketright = -57; -c = 5; -comma = -4; -comma.ss01 = -8; -d = 6; -e = 4; -f = 0; -f_f.liga = 0; -f_f_i.liga = 0; -f_y.liga = 0; -fi = 0; -fl = 0; -g = 4; -g.ss06 = 6; -hyphen = 8; -l.ss03 = 3; -l.ss04 = 2; -o = 4; -oslash = 4; -parenright = -85; -period = -4; -period.ss01 = -9; -s = 0; -t = -2; -t_i.liga = -2; -t_t.liga = -2; -u = 2; -v = -11; -y = -21; +Icircumflex = { +Icircumflex = 10; +l = 9; +icircumflex = 40; +l.ss03 = 14; +l.ss04 = 30; +parenright = 7; +bracketright = 0; +parenright.case = 0; +bracketright.case = 0; }; -otilde = { -parenright = -38; +iogonek = { +iogonek = 2; +j = 14; }; -p = { -backslash = -38; -parenleft = 4; -registered = -16; -seven = -17; -two = -10; +uhorn = { +a = -21; +a.ss05 = -20; +ohorn = -24; +ohorndotbelow = -24; +ohorndotbelow.ss01 = -24; +ohorngrave = -24; +ohornacute = -24; +ohornhookabove = -24; +ohorntilde = -24; +period = -30; +comma = -30; +ellipsis = -37; +question = 0; +period.ss01 = -37; +ellipsis.ss01 = -37; +comma.ss01 = -34; +parenright = -59; +quotedblright = 0; +quotedbl = 0; }; -parenleft = { -Abrevetilde = -51; -Ccedilla = -51; -Ccircumflex = -32; -Dcroat = -21; -Eth = -21; -Gcircumflex = -24; -Icircumflex = 55; -Idieresis = 34; -Idotaccent = 2; -Imacron = 32; -Iogonek = 7; -Itilde = 25; -Jcircumflex = 6; -Lslash = -19; -OE = -75; -Odieresis = -31; -Odieresis.ss01 = -26; -Oslash = -71; -Scedilla = -39; -Scircumflex = -18; -Ydieresis = -19; -a.ss05 = -82; -acircumflexacute = -20; -adieresis = -42; -agrave = -50; -ampersand = -82; -approxequal = -91; -aring = -77; -asciicircum = -84; -asciitilde = -102; -at = -90; -ccaron = -33; -ccedilla = -35; -ccircumflex = -73; -cent = -85; -copyright = -84; -divide = -90; -dollar = -58; -equal = -71; -euro = -86; -four.numr = -69; -g.ss06 = -27; -germandbls = -65; -greater = -53; -greaterequal = -37; -hcircumflex = 61; -i.ss01 = -28; -iacute = -52; -ibreve = 11; -idotaccent.ss01 = -28; -imacron = 2; -infinity = -81; -iogonek = 5; -jcircumflex = 29; -l.ss03 = -8; -l.ss04 = 2; -less = -86; -lessequal = -51; -liraTurkish = -45; -literSign = -87; -logicalnot = -79; -minus = -89; -mu = -33; -multiply = -90; -notequal = -70; -numbersign = -63; -numero = -6; -ocircumflex = -76; -ohornhookabove = -60; -onesuperior = -33; -oslash = -84; -p = -9; -plusminus = -60; -published = -84; -question.ss01 = -54; -questiondown = -36; -quotedblbase = 10; -quotedblbase.ss01 = -2; -quotesinglbase = 10; -racute = -63; -radical = -73; -scaron = -19; -scedilla = -37; -scircumflex = -54; -scommaaccent = -56; -section = -53; -semicolon.ss01 = 0; -sterling = -58; -summation = -2; -tbar = -60; -tcommaaccent = -17; -thorn = 6; -udieresis = -38; -udieresis.ss01 = -36; -ugrave = -45; -wacute = -64; -wgrave = -64; -zcaron = -19; +underscore = { +g.ss06 = 9; +underscore = 0; +parenleft.case = -72; }; -parenleft.case = { -Dcroat = -29; -Icircumflex = 31; -Imacron = 19; -Iogonek = 18; -Lslash = -26; -OE = -81; -approxequal = -67; -asciicircum = -85; -asciitilde = -90; -at = -78; -copyright = -90; -dollar = -66; -equal = -62; -euro = -78; -infinity = -80; -less = -80; -logicalnot = -67; -minus = -82; -multiply = -80; -numbersign = -61; -parenleft.case = -70; -published = -90; -question.ss01 = -61; -questiondown.case = -53; -quotedblbase = -30; -radical = -74; -section = -53; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_a.ss05" = -54; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = -54; +"@MMK_R_KO_j" = 30; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -55; +"@MMK_R_KO_v" = -63; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = -51; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_pi" = -52; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = -46; +"@MMK_R_KO_two" = -17; +"@MMK_R_KO_three" = -27; +"@MMK_R_KO_four" = -58; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -25; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = -6; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_ellipsis" = -62; +"@MMK_R_KO_question" = -24; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -58; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -77; +"@MMK_R_KO_guillemetright" = -63; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_degree" = -22; +"@MMK_R_KO_plus" = -65; }; -parenright = { -asciicircum = -14; -braceright = -30; +W = { +Hbar = 28; +adieresis.ss05 = 4; +igrave = 19; +idieresis = 45; +scaron = -4; +idieresis.ss01 = 41; +six = -11; +seven = 6; +threeinferior = -35; +ampersand = -34; +plus = -25; +minus = -25; +notequal = -13; +logicalnot = -18; +asciitilde = -40; }; -parenright.case = { -bracketright.case = 0; -colon = -5; -comma = -10; -comma.ss01 = -13; -emdash.case = 4; -hyphen.case = 4; -parenleft.case = 0; -parenright.case = -70; -period = -10; -period.ss01 = -13; -quotedbl = -25; -semicolon = 0; -slash = -23; +Aogonek = { +Lslash = -2; +period = 5; +comma = 9; +endash.case = -21; +parenright = 0; +bracketright = 0; }; -percent = { -eightsuperior = -60; -fivesuperior = -62; -foursuperior = -96; -ninesuperior = -63; -onesuperior = -78; -question.ss01 = -74; -sevensuperior = -82; -sixsuperior = -77; -threesuperior = -59; -twosuperior = -33; +Z = { +Lslash = -3; +igrave = 25; +ibreve = 39; +icaron = 39; +zero = -11; +two = 7; +six = -12; +seven = 8; +numbersign = -15; +endash.case = -23; +at = -13; +plus = -52; +minus = -52; +divide = -53; +equal = -16; +less = -40; +logicalnot = -45; +asciitilde = -78; }; -period = { -braceright = -32; -eightsuperior = -105; -fivesuperior = -105; -foursuperior = -105; -g.ss06 = -3; -ninesuperior = -105; -onesuperior = -105; -ordfeminine = -105; -ordmasculine = -105; -parenleft.case = -35; -quotesingle = -92; -sevensuperior = -105; -six = -26; -sixsuperior = -105; -threesuperior = -105; -twosuperior = -105; +emdash = { +x = -30; +zero.numr = -53; +one.numr = -55; +three.numr = -47; +four.numr = -88; +five.numr = -48; +six.numr = -53; +seven.numr = -59; +eight.numr = -48; +nine.numr = -49; +threesuperior = -45; +fivesuperior = -49; +eightsuperior = -47; +colon = -48; +semicolon = -47; +questiondown = -34; +question.ss01 = -66; +questiondown.ss01 = -30; +quotedblbase = -49; +quotedblbase.ss01 = -6; +quoteleft.ss01 = -88; +quoteright.ss01 = -96; }; -period.ss01 = { -Y = -85; -eightsuperior = -102; -fivesuperior = -102; -foursuperior = -102; -mu = -15; -ninesuperior = -102; -onesuperior = -102; -ordfeminine = -102; -ordmasculine = -102; -parenleft.case = -30; -question.ss01 = -77; -quotedbl = -102; -sevensuperior = -102; -sixsuperior = -102; -threesuperior = -102; -twosuperior = -102; +tbar = { +a = 21; +e = 18; +tbar = 22; }; -perthousand = { -asterisk = -147; -comma = 4; -comma.ss01 = 0; -parenright = -71; -parenright.case = -54; -period = 4; -period.ss01 = -4; -question = -64; -question.ss01 = -74; -quotedblleft = -108; -quotedblleft.ss01 = -58; -quotedblright = -66; -quotedblright.ss01 = -53; -quoteleft = -109; -quoteright = -71; +eng = { +j = 9; +slash = 2; +parenright = -15; +bracketright = -11; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_J" = -45; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -59; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -50; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = -152; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -41; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_t_t.liga" = -3; }; -pi = { -braceright = -26; -bracketright = -24; -colon = 9; -comma = 3; -guillemetright = 0; -hyphen = -5; -parenright = -53; -period = 4; -period.ss01 = -3; -pi = 5; -quoteright = 8; -quotesingle = -12; -semicolon = 11; -sevensuperior = -54; -slash = 0; -trademark = -35; +percent = { +twosuperior = -40; +threesuperior = -80; +fivesuperior = -82; +eightsuperior = -80; +question.ss01 = -64; +bracketright.case = -18; +quoteright.ss01 = -77; }; -plus = { -X = -43; -asterisk = -66; -braceright = -53; -bracketright = -71; -bracketright.case = -79; -comma = -91; -comma.ss01 = -97; -one = -10; -parenright = -94; -parenright.case = -84; -period = -92; -period.ss01 = -98; -plus = -8; -question = -83; -quotedbl = -27; -quotedblleft = -21; -quotedblright = 7; -quoteright = 7; -quotesingle = -27; -seven = -12; -slash = -41; -tenge = -9; -three = -47; -two = -44; -x = -27; -yen = -33; +Uhornhookabove = { +exclam.ss01 = 41; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -89; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -17; }; -plusminus = { -one = -4; -parenright = -55; +uhorngrave = { +a = -21; +a.ss05 = -20; +o = -24; +n = -3; +period = -30; +comma = -30; +period.ss01 = -36; +comma.ss01 = -34; +parenright = -54; +quotedblright = 0; +quotedbl = 0; }; -published = { -T = -63; -Y = -87; -parenright = -102; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -12; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -14; +"@MMK_R_KO_asciicircum" = -19; }; -q = { -backslash = -24; -braceright = 0; -bracketright = -4; -comma = 3; -comma.ss01 = 0; -j = 15; -j.ss01 = 15; -parenright = -8; -semicolon = 14; -slash = 2; +a.ss05 = { +p = 4; +jcircumflex = 4; +germandbls = -23; +gbreve.ss06 = 9; +gcircumflex.ss06 = 9; +ordfeminine = -47; +ordmasculine = -54; +seven = -44; +notequal = -19; +logicalnot = -12; }; -question = { -exclam = 0; -questiondown = -60; +Itilde = { +Itilde = 7; +igrave = 29; +itilde = 47; }; -question.ss01 = { -question.ss01 = -3; -questiondown.ss01 = -75; +threesuperior = { +A = -43; +fraction = -5; +period = -102; +comma = -104; +slash = -71; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = -31; +parenright = -38; +parenright.case = -44; +guillemetleft = -28; }; -questiondown = { -p = 0; -questiondown = 0; +ydotbelow.ss01 = { +period.ss01 = -47; +parenright = 0; }; -questiondown.case = { -C = -11; -Q = -11; -T = -45; -V = -47; -Y = -82; -quotedbl = -64; -quotedblleft = -76; -quotedblleft.ss01 = -72; -quoteright = -63; -quoteright.ss01 = -71; -quotesingle = -64; -seven = -69; +endash.case = { +seven.numr = -41; +bracketright.case = -76; +quotedblbase = -210; +quotedblbase.ss01 = -206; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 39; +"@MMK_R_KO_imacron" = 44; +"@MMK_R_KO_itilde" = 46; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -11; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 19; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = -6; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 5; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -15; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -11; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -30; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -45; +"@MMK_R_KO_one" = -82; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -19; +"@MMK_R_KO_four" = -30; +"@MMK_R_KO_five" = -21; +"@MMK_R_KO_six" = -43; +"@MMK_R_KO_seven" = -86; +"@MMK_R_KO_eight" = -21; +"@MMK_R_KO_nine" = -28; +"@MMK_R_KO_sixsuperior" = -104; +"@MMK_R_KO_onesuperior" = -103; +"@MMK_R_KO_foursuperior" = -104; +"@MMK_R_KO_sevensuperior" = -104; +"@MMK_R_KO_ninesuperior" = -104; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -104; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -104; +"@MMK_R_KO_hyphen.case" = -104; +"@MMK_R_KO_endash.case" = -104; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_quotedblleft" = -104; +"@MMK_R_KO_quotedblright" = -104; +"@MMK_R_KO_quoteleft" = -104; +"@MMK_R_KO_quoteright" = -104; +"@MMK_R_KO_guillemetleft" = -104; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -104; +"@MMK_R_KO_quotesingle" = -81; }; -questiondown.ss01 = { -C = -57; -D = -10; -E = -10; -G = -53; -N = -10; -O = -60; -P = -10; -Q = -60; -S = -43; -T = -48; -U = -51; -V = -73; -W = -46; -Y = -84; -a = -34; -c = -50; -d = -35; -e = -52; -four = -79; -o = -51; -q = -34; -quotedbl = -88; -quotedblleft.ss01 = -76; -quoteright.ss01 = -69; -quotesingle = -88; -s = -38; -t = -40; -t_i.liga.ss01 = -40; -t_t.liga = -40; -v = -45; +N = { +Hbar = 25; +igrave = 28; +icaron = 36; +idieresis = 59; +jcircumflex = 41; +idieresis.ss01 = 57; +degree = -7; +logicalnot = 0; }; -quotedbl = { -A = -49; -AE = -47; -Aacute = -49; -Adieresis = -49; -Agrave = -49; -Amacron = -49; -Aring = -49; -Dcroat = -12; -Hbar = 31; -Jcircumflex = -31; -Lslash = -13; -asciitilde = -43; -ellipsis.ss01 = -196; -emdash = -47; -exclamdown = -16; -exclamdown.ss01 = -16; -g.ss06 = -24; -hbar = 17; -hyphen = -49; -imacron = 43; -jcircumflex = 60; -l.ss04 = 25; -mu = -16; -oslash = -30; -period.ss01 = -102; -questiondown = -78; -questiondown.case = -59; -questiondown.ss01 = -85; -underscore = -196; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -17; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -4; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -39; +"@MMK_R_KO_asterisk" = -57; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = -42; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -40; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -31; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -55; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -23; +"@MMK_R_KO_quotedbl" = -32; +"@MMK_R_KO_quotesingle" = -32; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -39; }; -quotedblbase = { -Dcroat = -18; -Icircumflex = -7; -Iogonek = 3; -Lslash = -16; -OE = -40; -Oslash = -27; -Tcedilla = -36; -approxequal = -42; -copyright = -104; -divide = -104; -equal = -40; -euro = -57; -g.ss06 = 0; -germandbls = -41; -iogonek = 7; -l.ss03 = -11; -l.ss04 = -6; -minus = -179; -multiply = -80; -numbersign = -49; -p = -3; -parenleft.case = -44; -published = -104; -quotedblleft = -229; +b = { +seven = -29; +registered = -14; +notequal = 0; }; -quotedblbase.ss01 = { -Iogonek = 10; -Tcedilla = -22; -divide = -94; -minus = -165; -p = 0; -question.ss01 = -76; -quotedblleft.ss01 = -211; -quotedblright.ss01 = -211; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -60; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = -50; +"@MMK_R_KO_I.ss02" = -45; +"@MMK_R_KO_J.ss10" = -102; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_t_t.liga" = -7; +}; +Itilde.ss02 = { +igrave = 28; +}; +trademark = { +period = -102; +comma = -104; +slash = -88; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = -148; +parenright = -37; +parenright.case = -41; +guillemetleft = -52; +guilsinglleft = -52; +guillemetright = -23; +guilsinglright = -23; +}; +literSign = { +parenright = -55; +parenright.case = -63; +guillemetleft = -43; +guilsinglleft = -43; +}; +ohorn = { +i = 24; +idotaccent = 24; +i.ss01 = 24; +idotaccent.ss01 = 24; +m = 24; +n = 24; +r = 24; +t = 17; +u = 29; +v = 17; +t_i.liga = 30; +t_t.liga = 30; +period = -7; +comma = -7; +period.ss01 = -9; +comma.ss01 = -8; +hyphen = 14; +parenright = -35; +bracketright = -51; +quotedbl = 8; }; quotedblleft = { +A = -46; Dcroat = 0; Hbar = 10; -Jcircumflex = -21; -exclamdown = -2; -g.ss06 = -4; -imacron = 64; -jcircumflex = 21; -l.ss04 = 40; -minus = -4; -mu = -7; -questiondown = -58; -questiondown.case = -52; -quotedblbase = -229; -underscore = -199; +igrave = 9; +icircumflex = 10; +imacron = 16; +jcircumflex = 11; +s = 0; +x = -16; +g.ss06 = 0; +mu = 0; +exclamdown = 0; +questiondown = -60; +backslash = 0; +questiondown.case = -55; +underscore = -188; +quotedblbase = -210; +ampersand = -48; +minus = -8; +divide = -11; +asciitilde = -44; }; -quotedblleft.ss01 = { -Dcroat = 0; -ellipsis.ss01 = -211; -g.ss06 = -6; -l.ss04 = 28; -mu = -7; -questiondown.ss01 = -77; -quotedblbase.ss01 = -211; -underscore = -199; +l.ss04 = { +Hbar = 28; +l.ss04 = 3; +periodcentered.loclCAT = 20; +periodcentered.loclCAT.ss01 = 0; +parenright = -4; +bracketright = -3; +quoteright = 1; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 46; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -19; +"@MMK_R_KO_endash" = -37; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -35; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -32; }; -quotedblright = { -A = -47; -Adieresis = -47; -Aring = -47; -Dcroat = -17; -asciitilde = -70; -g.ss06 = -31; -l.ss04 = 23; -mu = -14; -oslash = -39; -questiondown = -76; -questiondown.case = -62; -quotesinglbase = -109; -tbar = -9; +integral = { +guillemetright = -59; +guilsinglright = -61; +integral = -42; +A = -48; +a = -47; +d = -44; +a.ss05 = -47; +e = -49; +s = -49; +w = -47; }; -quotedblright.ss01 = { -A = -41; -ellipsis.ss01 = -211; -hyphen = -49; -questiondown.case = -64; -questiondown.ss01 = -80; +two.dnom = { +question = -77; +question.ss01 = -70; +parenright = -50; +quotedblleft = -100; +quotedblright = -65; +quoteleft = -100; +quoteright = -65; +quotedbl = -100; +quotesingle = -81; +quotedblleft.ss01 = -46; +quoteleft.ss01 = -46; +quotedblright.ss01 = -58; +quoteright.ss01 = -58; +degree = -118; }; -quoteleft = { -Hbar = 10; -Jcircumflex = -21; -exclamdown = -2; -g.ss06 = -5; -imacron = 64; -l.ss04 = 40; -mu = -7; -oslash = -12; -questiondown = -58; -questiondown.case = -52; -quotedblbase = -109; +parenleft.case = { +Icircumflex = 0; +Imacron = 0; +Idieresis = 0; +Dcroat = -31; +Eth = -31; +Iogonek = -14; +Itilde = -2; +Lslash = -32; +Idieresis.ss01 = 0; +four.numr = -82; +numbersign = -63; +questiondown.case = -63; +question.ss01 = -74; +parenleft.case = -73; +quotedblbase = -38; +quotedblbase.ss01 = -25; +at = -75; +ampersand = -60; +section = -53; +copyright = -92; +registered = -87; +published = -92; +literSign = -57; +numero = -21; +cent = -83; +dollar = -63; +euro = -80; +liraTurkish = -55; +minus = -91; +multiply = -90; +divide = -91; +equal = -76; +notequal = -80; +less = -86; +greaterequal = -20; +approxequal = -82; +logicalnot = -80; +asciitilde = -99; +asciicircum = -96; +infinity = -90; +radical = -79; }; -quoteleft.ss01 = { -A = -30; -J = -27; -g.ss06 = -6; -questiondown.ss01 = -77; -quotedblbase.ss01 = -101; +Iacute.ss02 = { +igrave = 28; +endash.case = -37; }; -quoteright = { -Hbar = 25; -J = -31; -Jcircumflex = -31; -OE = -10; -a.ss05 = -37; -acircumflex = -29; -agrave = -32; -egrave = -36; -ellipsis = -109; -emdash = -78; -g.ss06 = -31; -hbar = 15; -hyphen = -78; -idieresis = 69; -igrave = 2; -imacron = 42; -itilde = 78; -l.ss04 = 23; -mu = -14; -oslash = -40; -questiondown = -77; -quotedblbase = -109; -ytilde = -5; +tenge = { +four = -31; +period = -61; +comma = -61; +slash = -63; +period.ss01 = -64; +comma.ss01 = -63; }; -quoteright.ss01 = { -J = -31; -questiondown.ss01 = -80; -quotedblbase.ss01 = -101; +colon = { +A = -5; +D = 4; +C = 0; +J = 0; +T = -43; +V = -26; +W = -16; +Y = -48; +a = 0; +c = -3; +e = -4; +o = -4; +f = 6; +s = 2; +t = 2; +z = 0; +t_i.liga = 5; +pi = 6; +zero = 0; +one = -6; +two = -2; +three = -14; +four = -21; +sevensuperior = -58; +emdash = -46; +parenright = -63; +braceright = -53; +bracketright = -71; +parenright.case = -63; +guillemetleft = -29; +guilsinglleft = -29; }; -quotesinglbase = { -Iogonek = 3; -T = -47; -V = -62; -W = -40; -Y = -81; -copyright = -104; -g.ss06 = 0; -hyphen = -47; -iogonek = 7; -l.ss03 = -11; -minus = -109; -p = -3; -v = -37; +h = { +seven = -26; +registered = -12; }; -quotesinglbase.ss01 = { -T = -49; -V = -56; -W = -34; -Y = -85; -minus = -101; -question.ss01 = -76; +emacron = { +Y = -32; +lcommaaccent = 0; }; -quotesingle = { -Dcroat = -12; -Hbar = 31; -J = -31; -OE = -10; -comma = -92; -comma.ss01 = -92; -ellipsis = -92; -exclamdown = -16; -g.ss06 = -24; -hbar = 17; -idieresis = 79; -igrave = 35; -imacron = 43; -itilde = 80; -jcircumflex = 60; -l.ss04 = 25; -mu = -16; -period = -92; -questiondown = -78; -questiondown.case = -59; -questiondown.ss01 = -85; -underscore = -92; +numbersign = { +A = -16; +J = -25; +T = -29; +X = -27; +Y = -34; +one = 0; +eight = 6; +period = -30; +comma = -30; +slash = -31; +period.ss01 = -38; +comma.ss01 = -38; +parenright = -50; +bracketright = -56; +parenright.case = -63; +bracketright.case = -54; }; -r = { -ampersand = -22; -asciitilde = -14; -exclam.ss01 = 5; -fiveinferior = -9; -fourinferior = -50; -gcircumflex.ss06 = 0; -germandbls = 5; -logicalnot = 3; -minus = 0; -numbersign = 0; -plus = 0; -sixinferior = -24; -threeinferior = -18; -twoinferior = -16; +copyright = { +parenright = -83; +parenright.case = -93; }; -racute = { -parenright = -4; -sevensuperior = 22; +t = { +iogonek = 0; +wdieresis = 5; +two = 3; +logicalnot = 0; +asciitilde = -31; }; -radical = { -A = -56; -a = -27; -four = -34; -s = -25; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 40; +"@MMK_R_KO_itilde" = 46; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -9; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -28; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_parenright.case" = -58; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -26; +"@MMK_R_KO_asciicircum" = -23; +}; +Hcircumflex = { +igrave = 29; }; -rcaron = { -b = 13; -i = 4; -k = 13; -l.ss04 = 55; +aogonek.ss05 = { +j = 4; +comma = 13; parenright = 0; -sevensuperior = 33; +bracketright = 0; }; -registered = { -comma = -102; -comma.ss01 = -96; -parenright = -86; -parenright.case = -73; -period = -102; -period.ss01 = -93; -slash = -59; -trademark = -34; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -24; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -41; +"@MMK_R_KO_Y" = -89; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -26; +"@MMK_R_KO_J.ss10" = -17; +}; +_B.currency = { +_baht.bar = -28; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 8; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = -5; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -18; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -25; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -43; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -31; }; rupeeIndian = { -four = -33; -slash = -30; +four = -44; +period = -51; +comma = -51; +slash = -47; +period.ss01 = -48; +comma.ss01 = -46; +}; +Zdotaccent = { +Hbar = 36; +endash.case = -23; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -66; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -31; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +}; +P = { +Hbar = 30; +Oslash = 9; +hbar = 16; +igrave = 3; +idieresis = 34; +idieresis.ss01 = 33; +two = 0; +three = -5; +five = 5; +seven = 3; +nine = 10; +twoinferior = -17; +threeinferior = -21; +fourinferior = -64; +ellipsis.ss01 = -125; +endash.case = 12; +braceright.case = -52; +ampersand = -28; +}; +twoinferior = { +T = -48; +V = -48; +W = -35; +Y = -83; +t = -29; +t_i.liga = -16; +t_t.liga = -16; +parenright = -45; +}; +wdieresis = { +period = -29; +comma = -29; +bracketright = -57; +}; +uhungarumlaut = { +onesuperior = 0; +sevensuperior = 0; +parenright = 0; +bracketright = 0; +}; +odieresis = { +germandbls = -13; +gbreve.ss06 = 6; +}; +ohorndotbelow = { +c = 14; +i = 24; +idotaccent = 24; +m = 24; +n = 24; +p = 25; +t = 17; +u = 29; +t_i.liga = 30; +t_t.liga = 30; +period = -7; +comma = -7; +parenright = -14; +bracketright = -45; +}; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -30; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 14; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -16; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = -24; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -69; +"@MMK_R_KO_hyphen.case" = 7; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_braceright" = -49; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_parenright.case" = -82; +"@MMK_R_KO_bracketright.case" = -35; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -44; +"@MMK_R_KO_asciicircum" = -19; +}; +one.numr = { +fraction = 0; }; -s = { -abrevetilde.ss05 = 6; -ampersand = 0; -asciitilde = -21; -backslash = -37; -guilsinglright = -19; -i = 0; -l = 0; -logicalnot = -2; -m = 0; -n = 0; -parenleft = 0; -r = 0; -registered = -18; -seven = -17; -wacute = -8; +Uhorntilde = { +exclam.ss01 = 40; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -43; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 3; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -7; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_plus" = -6; }; -sacute = { -parenright = -43; +two = { +icircumflex = 22; +x = 0; +colon = 0; +semicolon = 3; +braceright = -30; +minus = -14; +multiply = -17; }; -scaron = { -imacron = 7; -parenright = -37; +j = { +hbar = 10; +idieresis = 4; +iogonek = 4; +jcircumflex = 14; }; -scedilla = { -comma = 8; -gbreve.ss06 = 7; -parenright = -27; +ldot.ss01 = { +period.ss01 = -98; +comma.ss01 = -96; }; -semicolon = { -emdash = -23; -hyphen = -24; -parenright = -33; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -13; +"@MMK_R_KO_four" = -28; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = -8; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_braceright" = -65; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -46; +"@MMK_R_KO_asciicircum" = -23; }; -semicolon.ss01 = { -hyphen = -6; +idieresis = { +l = 0; +icaron = 0; +idieresis = 2; }; -seven = { -asciitilde = -60; -backslash = 12; -g.ss06 = -27; -minus = -34; -mu = -13; -multiply = -29; -notequal = -9; -ordmasculine = 2; -plusminus = -31; -six = -6; -underscore = -62; +approxequal = { +one = -6; +parenright = -71; +parenright.case = -82; +A = -32; +I.ss02 = -22; }; -seven.dnom = { -degree = -83; -parenright = -87; -question = -75; -question.ss01 = -78; -quotedbl = -40; -quotedblleft = -45; -quotedblright = -12; -quoteright = -16; -quotesingle = -40; -seven.dnom = 12; +ograve = { +T = -46; }; -seven.numr = { -seven.numr = 12; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -21; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -18; +"@MMK_R_KO_foursuperior" = -25; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -46; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -44; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -29; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -46; }; -seveninferior = { -fourinferior = -26; -parenright = -84; -seveninferior = 2; +S = { +Hbar = 35; +Lslash = 14; +hbar = 23; +ibreve = 8; +idieresis = 48; +idieresis.ss01 = 48; +two = 12; +three = 8; +five = 10; +eight = 10; +ampersand = 6; +dollar = 3; +greater = 4; +logicalnot = -19; }; -sevensuperior = { -A = -56; -comma = -109; -comma.ss01 = -101; -fraction = -27; -guillemetleft = -52; -period = -105; -period.ss01 = -102; -slash = -95; +periodcentered.loclCAT = { +l = 19; +l.ss03 = 23; +l.ss04 = 21; }; -six = { -braceright = -33; -bracketright.case = -15; -ordmasculine = -7; -six = 5; +Iogonek = { +iogonek = 12; +j = 37; +j.ss01 = 37; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -3; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = -6; +"@MMK_R_KO_imacron" = -6; +"@MMK_R_KO_itilde" = -6; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = -7; +"@MMK_R_KO_semicolon" = -6; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = -7; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -20; +"@MMK_R_KO_asciicircum" = -29; }; -six.dnom = { -degree = -119; -parenright = -65; -question = -65; -question.ss01 = -72; -quotedbl = -85; -quotedblleft = -87; -quotedblleft.ss01 = -40; -quotedblright = -44; -quoteright = -46; -quotesingle = -85; +racute = { +parenright = 0; +bracketright = 0; }; -sixinferior = { -T = -45; -W = -29; -bracketright = -26; -parenright = -60; +questiondown.case = { +C = -15; +Q = -16; +Q.ss09 = -16; +T = -48; +V = -56; +W = -42; +Y = -82; +one = -70; +seven = -68; +parenright.case = -76; +quotedblleft = -72; +quoteright = -72; +quotedbl = -65; +quotesingle = -63; +quotedblleft.ss01 = -75; +quoteright.ss01 = -75; }; -sixsuperior = { -comma = -109; -comma.ss01 = -101; -fraction = -5; -period = -105; -period.ss01 = -102; -slash = -61; +f_y.liga = { +germandbls = -2; +zeroinferior = -25; +ampersand = -28; }; -slash = { -Hbar = 30; -Ydieresis = 11; -backslash = 18; -eightinferior = -50; -fourinferior = -77; -g.ss06 = -26; -ibreve = 56; -idieresis = 93; -igrave = 48; -imacron = 61; -integral = -46; -itilde = 81; -jcircumflex = 54; -l.ss03 = 8; -l.ss04 = 43; -minus = -33; -mu = -23; -oneinferior = -44; -oslash = -34; -quotedblbase = -80; -quotedblbase.ss01 = -78; -quotesinglbase = -80; -radical = -17; -sterling = -32; -underscore = -95; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -57; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -35; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -72; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -55; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -76; +"@MMK_R_KO_eacute" = -62; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -43; +"@MMK_R_KO_n" = -63; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -71; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -65; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -70; +"@MMK_R_KO_w" = -69; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = -56; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = -47; +"@MMK_R_KO_pi" = -66; +"@MMK_R_KO_zero" = -60; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_two" = -39; +"@MMK_R_KO_three" = -51; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -15; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = -18; +"@MMK_R_KO_eight" = -41; +"@MMK_R_KO_nine" = -41; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_foursuperior" = -67; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -58; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_ellipsis" = -68; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -34; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -59; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -56; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_endash" = -66; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -71; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -52; +"@MMK_R_KO_plus" = -76; +"@MMK_R_KO_percent" = -45; }; -sterling = { -four = 0; -parenright = -52; -three = 0; -two = 4; +bracketleft.case = { +Icircumflex = 0; +numbersign = -53; +parenleft.case = -15; +bracketright.case = 0; +at = -33; +literSign = -44; +euro = -52; +minus = -85; +equal = -80; +less = -82; +asciitilde = -95; +asciicircum = -81; +infinity = -83; }; -summation = { -n = -9; +K = { +Lslash = -12; +Oslash = -26; +edieresis = -12; +odieresis.ss01 = -13; +odieresis = -12; +oslash = -29; +igrave = 13; +rcaron = 4; +idieresis = 37; +jcircumflex = 29; +ygrave = -33; +ytilde = -24; +idieresis.ss01 = 37; +zero = -33; +two = -3; +three = -20; +six = -34; +seven = 0; +nine = -21; +numbersign = -28; +endash.case = -45; +parenleft.case = -23; +at = -32; +ampersand = -26; +registered = -33; +dollar = -21; +plus = -57; +minus = -57; +multiply = -48; +divide = -57; +equal = -33; +notequal = -31; +less = -47; +logicalnot = -47; +asciitilde = -65; }; -t = { -asciitilde = -20; -exclam.ss01 = 6; -idieresis = 26; -iogonek = 0; -two = 2; -yhookabove = 0; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 28; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = -6; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_backslash" = -20; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -53; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_braceright" = -43; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_parenright.case" = -77; +"@MMK_R_KO_bracketright.case" = -27; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -16; }; -t_i.liga = { -asciitilde = -16; -germandbls = -2; -hbar = 0; -idieresis = 64; -jcircumflex = 35; -logicalnot = 0; +semicolon = { +four = -26; +onesuperior = -53; +sevensuperior = -63; +hyphen = -38; +emdash = -48; +endash = -8; +hyphen.case = 0; +parenright = -39; +guillemetleft = -34; }; -t_i.liga.ss01 = { -idieresis.ss01 = 54; -jcircumflex = 47; -parenright = -29; +Thorn = { +Eth = 13; }; -t_t.liga = { -asciitilde = -20; -iogonek = 0; -two = 0; -yhookabove = 0; +four.dnom = { +question = -71; +question.ss01 = -68; +parenright = -62; +quotedblleft = -75; +quotedblright = -53; +quoteleft = -75; +quoteright = -40; +quotedbl = -80; +quotesingle = -80; +quotedblleft.ss01 = -32; +quoteleft.ss01 = -27; +quotedblright.ss01 = -42; +quoteright.ss01 = -36; +degree = -118; }; -tbar = { -guilsinglleft = -2; +braceright = { +Y = -45; +period = -45; +comma = -36; +period.ss01 = -47; +comma.ss01 = -38; +parenright = -61; +braceright = -37; +asciicircum = -55; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = 4; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = 11; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -18; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -61; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -58; +"@MMK_R_KO_S" = -54; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = -52; +"@MMK_R_KO_V" = -84; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = -51; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = -24; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = -45; +"@MMK_R_KO_t" = -62; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss04" = -18; +"@MMK_R_KO_t_t.liga" = -48; +"@MMK_R_KO_zero" = -66; +"@MMK_R_KO_one" = -75; +"@MMK_R_KO_two" = -18; +"@MMK_R_KO_three" = -56; +"@MMK_R_KO_four" = -76; +"@MMK_R_KO_five" = -57; +"@MMK_R_KO_six" = -65; +"@MMK_R_KO_seven" = -77; +"@MMK_R_KO_eight" = -59; +"@MMK_R_KO_nine" = -60; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_guillemetright" = -80; +"@MMK_R_KO_quotedbl" = -79; +"@MMK_R_KO_quotesingle" = -79; +"@MMK_R_KO_quotedblleft.ss01" = -73; +}; +ampersand = { +one = -76; +seven = -80; parenright = -53; -tbar = 0; +bracketright = -67; +quotedblleft = -48; +quotedblright = -5; +quoteleft = -48; +quoteright = -5; +quotedbl = -44; +quotesingle = -44; +quotedblleft.ss01 = -18; +quoteleft.ss01 = -12; +quotedblright.ss01 = -18; +quoteright.ss01 = -17; +v = -16; +w = -7; +y = -25; }; -tcaron = { -a = 0; -b = 133; -bracketright = 141; -ccaron = 76; -colon = 15; -comma = 6; -d = 0; -eightsuperior = 128; -exclam = 136; -exclam.ss01 = 140; -f = 56; -f_f.liga = 56; -f_f_i.liga = 56; -f_y.liga = 56; -fi = 56; -fivesuperior = 131; -fl = 56; -h = 133; -hyphen = -17; -i = 127; -i.ss01 = 131; -idotaccent = 127; -j = 128; -j.ss01 = 132; -k = 133; -l = 133; -l.ss03 = 137; -l.ss04 = 142; -ninesuperior = 127; -o = 0; -onesuperior = 133; -parenright = 100; -period = 7; -period.ss01 = -2; -question = 107; -quotedbl = 150; -quotedblleft = 78; -quotedblleft.ss01 = 99; -quotedblright = 134; -quoteleft = 79; -quoteleft.ss01 = 99; -quotesingle = 150; -scaron = 102; -semicolon = 17; -sevensuperior = 146; -sixsuperior = 116; -t = 83; -t_i.liga = 83; -t_i.liga.ss01 = 83; -t_t.liga = 83; -threesuperior = 128; -twosuperior = 131; -uring = 39; +four = { +x = -22; +ordfeminine = -30; +ordmasculine = -34; +zero.numr = -28; +one.numr = -35; +three.numr = -34; +four.numr = -32; +five.numr = -30; +six.numr = -28; +seven.numr = -34; +eight.numr = -27; +nine.numr = -28; +threesuperior = -36; +fivesuperior = -31; +eightsuperior = -29; +colon = -14; +semicolon = -14; +question.ss01 = -35; +underscore = -34; +braceright = -29; +braceright.case = -27; +bracketright.case = -34; +quoteright.ss01 = -34; +registered = -26; +trademark = -44; +asciicircum = -46; }; -tcedilla = { -Tcedilla = 0; -a = 0; -abreve = 0; -comma = 37; -e = 0; -hyphen = -17; -parenright = 12; -semicolon = 37; -tcedilla = 12; +zerosuperior = { +A = -45; +fraction = -9; +period = -102; +comma = -104; +slash = -74; +period.ss01 = -98; +comma.ss01 = -96; +parenright = -44; +parenright.case = -51; +guillemetleft = -34; +guilsinglleft = -33; }; -tcommaaccent = { -comma = 6; -parenright = -25; +n = { +n = 0; +gcircumflex.ss06 = 8; +ordfeminine = -19; +ordmasculine = -24; +seven = -26; +at = 2; +registered = -12; +degree = -50; +notequal = 0; +greaterequal = 12; +logicalnot = 4; }; -tenge = { -comma = -50; -comma.ss01 = -60; -four = -25; -period = -50; -period.ss01 = -61; -slash = -53; +bracketleft = { +Icircumflex = 0; +Dcroat = -13; +Oslash = -18; +oslash = -56; +hcircumflex = 4; +i = 0; +idotaccent = 0; +iacute = -20; +ntilde = -24; +nacute = -59; +p = -3; +ibreve = 3; +icircumflex = 0; +imacron = 0; +jcircumflex = 12; +macute = -71; +scaron = -18; +scircumflex = -30; +germandbls = -60; +x = -84; +colon = -78; +numbersign = -53; +parenleft = -15; +at = -56; +ampersand = -51; +literSign = -42; +dollar = -22; +euro = -51; +minus = -77; +equal = -72; +less = -75; +asciitilde = -88; +asciicircum = -80; +infinity = -76; }; -three = { -braceright = -29; -minus = -14; -six = 2; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 61; +"@MMK_R_KO_H" = 112; +"@MMK_R_KO_O" = 93; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_sixsuperior" = 67; +"@MMK_R_KO_onesuperior" = 45; +"@MMK_R_KO_twosuperior" = 51; +"@MMK_R_KO_threesuperior" = 51; +"@MMK_R_KO_foursuperior" = 56; +"@MMK_R_KO_fivesuperior" = 62; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_eightsuperior" = 65; +"@MMK_R_KO_ninesuperior" = 65; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 74; +"@MMK_R_KO_question" = 60; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 60; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 19; +"@MMK_R_KO_bracketright" = 9; +"@MMK_R_KO_quotedblleft" = 67; +"@MMK_R_KO_quoteleft" = 72; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_quotedbl" = 81; +"@MMK_R_KO_quotesingle" = 84; +"@MMK_R_KO_quotedblleft.ss01" = 59; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 38; +"@MMK_R_KO_O" = 31; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 29; +"@MMK_R_KO_S" = 37; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 50; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 32; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 22; +"@MMK_R_KO_threesuperior" = 22; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = 32; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 34; +"@MMK_R_KO_ninesuperior" = 29; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -9; +"@MMK_R_KO_exclam" = 38; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 22; +"@MMK_R_KO_quotedblright" = 19; +"@MMK_R_KO_quoteleft" = 25; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 25; +"@MMK_R_KO_quotesingle" = 27; +"@MMK_R_KO_quotedblleft.ss01" = 19; +"@MMK_R_KO_quotedblright.ss01" = 30; +"@MMK_R_KO_quoteright.ss01" = 29; }; -three.dnom = { -degree = -119; -parenright = -62; -question = -65; -question.ss01 = -73; -quotedbl = -85; -quotedblleft = -86; -quotedblright = -43; -quoteright = -45; -quotesingle = -85; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 0; }; -three.numr = { -fraction = -5; +J.ss10 = { +Hbar = 29; +ibreve = 40; +icaron = 39; +idieresis = 62; +jcircumflex = 44; +idieresis.ss01 = 58; }; -threeinferior = { -T = -45; -V = -41; -W = -28; -Y = -81; -parenright = -59; +quotedblbase.ss01 = { +Dcroat = -22; +oslash = -13; +p = 0; +germandbls = -50; +asterisk = -136; +numbersign = -38; +question.ss01 = -74; +hyphen.case = -163; +emdash.case = -206; +parenleft.case = -34; +quotedblleft.ss01 = -206; +quoteright.ss01 = -96; +at = -19; +copyright = -88; +published = -88; +dollar = -14; +euro = -50; +minus = -206; +multiply = -58; +divide = -108; +equal = -13; +approxequal = -19; }; -threesuperior = { -comma = -109; -comma.ss01 = -101; -fraction = -4; -hyphen = -14; -parenright = -43; -parenright.case = -34; -period = -105; -period.ss01 = -102; -slash = -61; +l.ss03 = { +oslash = -6; +periodcentered.loclCAT = 0; +periodcentered.loclCAT.ss01 = -14; +notequal = -14; +logicalnot = -13; }; -trademark = { -comma = -109; -comma.ss01 = -101; -guillemetleft = -41; -guilsinglleft = -43; -hyphen = -55; -parenright = -38; -period = -105; -period.ss01 = -102; -slash = -78; +parenleft = { +Icircumflex = 7; +Imacron = 7; +Idieresis = 7; +Dcroat = -21; +Eth = -21; +Iogonek = 0; +Lslash = -19; +Oslash = -56; +a.ss05 = -68; +thorn = 7; +ccedilla = -33; +ccaron = -30; +edieresis = -24; +odieresis = -24; +oslash = -66; +hcircumflex = 7; +i = 0; +idotaccent = 0; +i.ss01 = -16; +iacute = -40; +ntilde = -41; +nacute = -49; +ncaron = -39; +ncommaaccent = -41; +p = -2; +idieresis = 7; +imacron = 0; +iogonek = 0; +jcircumflex = 20; +scedilla = -47; +scaron = -26; +scircumflex = -42; +germandbls = -49; +tcedilla = -17; +x = -52; +zcaron = -22; +g.ss06 = -13; +mu = -21; +four.numr = -61; +colon = -65; +numbersign = -49; +semicolon.ss01 = -9; +question.ss01 = -51; +parenleft = -57; +braceleft = -61; +quotedblbase = -13; +quotedblbase.ss01 = -11; +at = -64; +ampersand = -61; +section = -43; +copyright = -73; +registered = -66; +published = -73; +literSign = -60; +numero = -6; +cent = -62; +dollar = -45; +euro = -63; +liraTurkish = -46; +sterling = -36; +minus = -76; +multiply = -82; +divide = -77; +equal = -64; +notequal = -69; +greater = -54; +less = -72; +greaterequal = -32; +lessequal = -45; +plusminus = -53; +approxequal = -76; +logicalnot = -67; +asciitilde = -88; +asciicircum = -78; +infinity = -72; +summation = 0; +radical = -55; }; -two = { -braceright = -11; -exclam = 10; -minus = -10; -multiply = -13; -six = 0; +asciicircum = { +one = 0; +two = -15; +three = -25; +four = -64; +eight = -24; +period = -102; +comma = -104; +asterisk = -25; +slash = -92; +period.ss01 = -98; +comma.ss01 = -96; +hyphen = -163; +hyphen.case = -62; +parenright = -76; +bracketright = -83; +parenright.case = -89; +bracketright.case = -84; +u = -14; +x = -32; +mu = -21; }; -two.dnom = { -degree = -117; -question = -68; -question.ss01 = -73; -quotedbl = -83; -quotedblleft = -84; -quotedblright = -41; -quoteright = -43; -quotesingle = -83; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_sixsuperior" = -43; +"@MMK_R_KO_onesuperior" = -69; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -65; +"@MMK_R_KO_asterisk" = -73; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -59; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -50; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_quoteright.ss01" = -33; }; -twoinferior = { -T = -47; -V = -41; -W = -28; -Y = -82; -parenright = -39; -t = -21; -t_i.liga = -21; -t_t.liga = -21; +plus = { +one = -44; +two = -56; +three = -83; +seven = -58; +seven.numr = -61; +period = -102; +comma = -104; +question = -86; +asterisk = -92; +slash = -60; +period.ss01 = -98; +comma.ss01 = -96; +question.ss01 = -85; +parenright = -77; +braceright = -69; +bracketright = -79; +parenright.case = -93; +braceright.case = -72; +bracketright.case = -87; +quotedblleft = -38; +quotedblright = -12; +quoteleft = -30; +quoteright = -15; +guillemetright = -54; +quotedbl = -45; +quotesingle = -36; +quotedblleft.ss01 = -14; +quoteleft.ss01 = -14; +quotedblright.ss01 = -16; +trademark = -59; +tenge = -18; +yen = -42; +plus = -10; +x = -39; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 45; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -3; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = 10; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -38; +"@MMK_R_KO_endash" = -53; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -34; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = 1; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 1; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -35; }; -u = { -asciitilde = -16; -backslash = -24; -exclam.ss01 = 0; -germandbls = -2; -jcircumflex = 0; +quoteleft = { +Hbar = 10; +igrave = 11; +icircumflex = 10; +imacron = 18; +jcircumflex = 11; +g.ss06 = 0; +mu = 0; +exclamdown = 0; +questiondown = -60; +questiondown.case = -55; +quotedblbase = -104; +ampersand = -48; +minus = -8; +divide = -11; logicalnot = 0; +asciitilde = -44; }; -uacute = { -parenright = -48; -}; -uhorn = { -a = -12; -a.ss05 = -19; -colon = 0; -comma = -25; -comma.ss01 = -31; -guillemetright = 0; -ohorn = -17; -ohornacute = -17; -ohorndotbelow = -17; -ohorndotbelow.ss01 = -17; -ohorngrave = -17; -ohornhookabove = -17; -ohorntilde = -16; -parenright = -58; -period = -26; -period.ss01 = -32; -quotedbl = 0; -quotedblright = -10; -u = 0; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -46; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -28; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -134; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = 3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = 7; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 13; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -102; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_ellipsis" = -210; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -71; +"@MMK_R_KO_hyphen" = -92; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 3; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -13; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 8; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 4; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = -28; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -12; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -43; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 1; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -6; }; -uhornacute = { -a = -12; -a.ss05 = -19; -c = -17; -comma = -25; -comma.ss01 = -31; -guillemetright = 0; -parenright = -55; -period = -26; -period.ss01 = -32; -quotedbl = 0; -t = 0; -t_i.liga = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; -u = 0; +nine.dnom = { +question = -74; +question.ss01 = -69; +parenright = -65; +parenright.case = -67; +quotedblleft = -106; +quotedblright = -70; +quoteleft = -104; +quoteright = -71; +quotedbl = -105; +quotesingle = -81; +quotedblleft.ss01 = -55; +quoteleft.ss01 = -55; +quotedblright.ss01 = -64; +quoteright.ss01 = -64; +degree = -126; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -96; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = -6; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 3; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -84; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -96; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -86; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_plus" = -33; }; -uhorndotbelow = { -a = -12; -a.ss05 = -19; -c = -17; -colon = 0; -comma = -25; -guillemetright = 0; -parenright = -55; -period = -26; -quotedbl = 0; -quotedblright = -10; -u = 0; +Omacron = { +Eth = 10; }; uhorndotbelow.ss01 = { -a = -12; -c = -17; -comma.ss01 = -31; -parenright = -55; -period.ss01 = -32; +a = -21; +c = -24; +period.ss01 = -37; +ellipsis.ss01 = -37; +comma.ss01 = -34; }; -uhorngrave = { -a = -12; -a.ss05 = -19; -comma = -25; -comma.ss01 = -31; -guillemetright = 0; -parenright = -55; -period = -26; -period.ss01 = -32; -quotedbl = 0; -quotedblright = -10; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -27; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -13; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -42; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_degree" = -11; +"@MMK_R_KO_plus" = -14; +"@MMK_R_KO_percent" = 0; }; -uhornhookabove = { -a = -12; -a.ss05 = -19; -comma = -25; -comma.ss01 = -31; -guillemetright = 0; -parenright = -55; -period = -26; -period.ss01 = -32; -quotedbl = 0; -quotedblright = -10; -quotesingle = 0; -semicolon = 2; -u = 0; +exclamdown = { +T = -42; +V = -29; +Y = -51; +j = 40; }; -uhorntilde = { -a = -12; -a.ss05 = -19; -colon = 0; -comma = -25; -comma.ss01 = -31; -guillemetright = 0; -parenright = -55; -period = -26; -period.ss01 = -32; -quotedbl = 0; -quotedblright = -10; -u = 0; +Adieresis = { +Germandbls = 3; +endash.case = -21; +registered = -38; }; -uhungarumlaut = { -b = 29; -comma.ss01 = -4; -h = 29; -j = 23; -j.ss01 = 31; -k = 29; -l = 29; -l.ss04 = 62; -parenright = 22; -period.ss01 = -5; }; -underscore = { -A = 6; -C = -56; -G = -52; -J = 5; -O = -61; -Q = -61; -S = -44; -T = -44; -U = -50; -V = -64; -W = -43; -X = 5; -Y = -77; -Z = 2; -a = -32; -asterisk = -147; -c = -50; -d = -33; -e = -51; -eight = -47; -f = -20; -five = -47; -four = -142; -j = 58; -nine = -52; -o = -51; -one = -75; -q = -32; -quotedbl = -196; -quotedblright = -199; -quotedblright.ss01 = -199; -quotesingle = -92; -s = -40; -seven = -89; -six = -61; -slash = 28; -t = -45; -t_i.liga = -45; -t_t.liga = -45; -three = -46; -two = 0; -u = -29; -underscore = -3; -v = -44; -w = -31; -x = 7; -z = 2; -zero = -62; +"CD1FE38A-850D-424C-9763-FD0BB7EF0F65" = { +J = { +Hbar = 50; +Oslash = 10; +a = 4; +igrave = 32; +ibreve = 62; +icaron = 51; +idieresis = 54; +jcircumflex = 52; +idieresis.ss01 = 39; +greater = 8; }; -uogonek = { -comma = 12; -j = 26; -j.ss01 = 26; -onesuperior = -48; -parenright = -3; -period = 0; -period.ss01 = -5; -quotedbl = -18; -quotedblleft = -8; -quotedblleft.ss01 = -5; -quoteleft = -7; -quoteleft.ss01 = -5; -semicolon = 14; -sevensuperior = -55; +exclam.ss01 = { +period.ss01 = -25; }; -v = { -Jcircumflex = -25; -acircumflextilde.ss05 = -10; -ampersand = -19; -e = -8; -n = 0; +ohungarumlaut = { +onesuperior = -39; +sevensuperior = -50; +parenright = -58; +bracketright = -54; +quotedblright = -57; +quotedbl = -65; +quotesingle = -58; }; -w = { -ampersand = -15; +uhornacute = { +a = -15; +a.ss05 = 0; +c = -18; +n = 0; +t = 0; +u = 2; +t_i.liga = 0; +t_t.liga = 0; +period = -19; +comma = -20; +ellipsis = -52; +question = 50; +period.ss01 = -36; +ellipsis.ss01 = -49; +comma.ss01 = -36; +parenright = -25; +quotedbl = 8; }; -won = { -comma = -37; -period = -38; -slash = -37; +o = { +germandbls = -23; +gbreve.ss06 = 4; +ordmasculine = -68; +seven = -80; +registered = -47; +logicalnot = -35; }; -x = { -ampersand = -23; -backslash = -15; -logicalnot = -11; -minus = -17; -plus = -17; -two = 3; +ellipsis = { +Dcroat = -67; +Tbar = -152; +tbar = -88; +twosuperior = -162; +threesuperior = -169; +fivesuperior = -174; +eightsuperior = -181; +parenleft = -58; +braceright = -86; +parenleft.case = -76; +bracketright.case = -30; }; -y = { -Ydieresis = -28; -Ydieresis.ss01 = -28; -ampersand = -22; -asciitilde = -26; -e = -10; -exclam.ss01 = 0; -germandbls = 0; -twoinferior = -20; -zeroinferior = -23; +Iacute = { +A = 3; +S = 0; +igrave = 26; +icircumflex = 46; +parenright.case = 24; }; -yacute = { -T = -9; -parenright = -33; +sixsuperior = { +A = -70; +fraction = 6; +period = -61; +comma = -63; +slash = -76; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -95; +parenright = -43; +guillemetleft = -20; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 45; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_Oacute" = -38; +"@MMK_R_KO_J" = 47; +"@MMK_R_KO_G.ss07" = -37; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = 48; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 45; +"@MMK_R_KO_I.ss02" = 40; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -32; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = -37; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_itilde" = 26; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -40; +"@MMK_R_KO_u" = -28; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -66; +"@MMK_R_KO_w" = -49; +"@MMK_R_KO_x" = 29; +"@MMK_R_KO_y" = -59; +"@MMK_R_KO_z" = 24; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_one" = -10; +"@MMK_R_KO_four" = -39; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -68; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 23; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = 33; +"@MMK_R_KO_backslash" = 41; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -94; +"@MMK_R_KO_endash" = -88; +"@MMK_R_KO_underscore" = 49; +"@MMK_R_KO_hyphen.case" = -143; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -93; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -74; +"@MMK_R_KO_H" = -26; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -123; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -94; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = -17; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -45; +"@MMK_R_KO_X" = -113; +"@MMK_R_KO_Y" = -110; +"@MMK_R_KO_Z" = -119; +"@MMK_R_KO_I.ss02" = -93; +"@MMK_R_KO_J.ss10" = -165; +"@MMK_R_KO_zero" = -15; +"@MMK_R_KO_one" = -76; +"@MMK_R_KO_two" = -135; +"@MMK_R_KO_three" = -99; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_five" = -27; +"@MMK_R_KO_six" = -14; +"@MMK_R_KO_seven" = -144; +"@MMK_R_KO_eight" = -39; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_foursuperior" = -102; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = -119; +"@MMK_R_KO_asterisk" = -118; +"@MMK_R_KO_slash" = -74; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_parenright.case" = -90; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -118; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -48; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -124; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 3; +l.ss04 = 31; }; -ydotbelow = { -comma = 88; -ecircumflexdotbelow = -8; -parenright = 62; -period = -20; -semicolon = 88; +five = { +icircumflex = 10; +x = -8; +ordfeminine = -57; +ordmasculine = -56; +parenleft = 15; +asciicircum = -118; }; -ydotbelow.ss01 = { -comma.ss01 = 95; -parenright = 85; -period.ss01 = -31; +Tcommaaccent = { +aacute = -119; +acircumflex.ss05 = -42; +amacron.ss05 = -50; +abreve.ss05 = -21; +endash.case = -107; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -32; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -111; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -48; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_fivesuperior" = -43; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -73; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -51; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -26; +"@MMK_R_KO_question.ss01" = -85; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = 25; +"@MMK_R_KO_underscore" = -10; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -83; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_quotedblleft" = -90; +"@MMK_R_KO_quotedblright" = -80; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -75; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -105; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -103; +"@MMK_R_KO_asciicircum" = -92; }; -yen = { -comma = -26; -four = -25; -one = -21; -period = -26; -slash = -41; -three = -19; -two = -17; +questiondown.ss01 = { +l.ss03 = -41; +quoteright.ss01 = -60; }; -ytilde = { -parenright = -25; +threeinferior = { +T = -125; +V = -84; +W = -44; +Y = -133; +parenright = -56; +bracketright = -64; }; -z = { -backslash = -20; -minus = -6; +Adieresis.ss01 = { +endash.case = -69; +registered = -98; }; -zcaron = { -imacron = 49; -iogonek = 0; -parenright = -11; +lcaron.ss03 = { +b = 24; +h = 27; +k = 27; +i = 22; +idotaccent = 22; +i.ss01 = 22; +idotaccent.ss01 = 22; +j = 22; +j.ss01 = 22; +zcaron = 32; +l.ss03 = 25; +lcaron.ss03 = 25; +sixsuperior = 79; +onesuperior = 89; +twosuperior = 82; +threesuperior = 78; +foursuperior = 41; +fivesuperior = 71; +sevensuperior = 100; +eightsuperior = 74; +ninesuperior = 87; +exclam = 85; +question = 104; +exclam.ss01 = 82; +question.ss01 = 73; +parenright = 82; +bracketright = 0; +quotedblleft = 72; +quoteleft = 72; +quotedbl = 77; +quotesingle = 86; +quotedblleft.ss01 = 76; +quoteleft.ss01 = 76; }; -zero = { -asciicircum = -9; -baht = 16; -braceright = -47; -bracketright.case = -6; -multiply = -7; -ordmasculine = -9; -six = 12; -trademark = -33; +f_f.liga = { +e = -3; +f = 4; +fl = 4; +i = 0; +i.ss01 = 0; +idieresis = 1; +seven = 11; +ampersand = -37; }; -zero.dnom = { -degree = -124; -parenright = -72; -question = -68; -question.ss01 = -74; -quotedbl = -90; -quotedblleft = -92; -quotedblleft.ss01 = -44; -quotedblright = -48; -quotedblright.ss01 = -40; -quoteright = -50; -quotesingle = -90; +Jacute = { +Icircumflex = 3; +Imacron = 2; +Hbar = 50; +igrave = 32; +ibreve = 62; +icaron = 51; +idieresis = 54; +jcircumflex = 52; +idieresis.ss01 = 39; +parenright = 9; +parenright.case = 27; }; -zeroinferior = { -parenright = -66; +braceright.case = { +J.ss10 = -40; +period = -28; +comma = -28; +period.ss01 = -44; +comma.ss01 = -41; +hyphen.case = -8; +parenright.case = -26; +braceright.case = -28; +asciicircum = -73; }; -zerosuperior = { -comma = -109; -comma.ss01 = -101; -fraction = -9; -parenright = -52; -period = -105; -period.ss01 = -102; -slash = -70; +ecircumflexhookabove = { +m = -3; +n = -3; +u = 0; +period.ss01 = -28; +comma.ss01 = -20; +parenright = -23; }; +Cdotaccent = { +Hbar = 27; }; -"095FE76F-1953-440B-9108-AA0678D151F9" = { -"@MMK_L_A" = { -"@MMK_R_A" = 42; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 46; -"@MMK_R_J" = 14; -"@MMK_R_O" = -34; -"@MMK_R_S" = -13; -"@MMK_R_T" = -112; -"@MMK_R_U" = -28; -"@MMK_R_V" = -124; -"@MMK_R_W" = -54; -"@MMK_R_X" = 42; -"@MMK_R_Y" = -123; -"@MMK_R_Z" = 44; -"@MMK_R_a" = -18; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -143; -"@MMK_R_asterisk" = -79; -"@MMK_R_braceright" = -50; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = 34; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -16; -"@MMK_R_eightsuperior" = -79; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -22; -"@MMK_R_fivesuperior" = -87; -"@MMK_R_four" = -9; -"@MMK_R_foursuperior" = -73; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = -22; -"@MMK_R_hyphen.case" = -47; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -4; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -5; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -86; -"@MMK_R_one" = -49; -"@MMK_R_onesuperior" = -93; -"@MMK_R_parenright" = -31; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = -80; -"@MMK_R_question.ss01" = -86; -"@MMK_R_quotedbl" = -83; -"@MMK_R_quotedblleft" = -94; -"@MMK_R_quotedblleft.ss01" = -81; -"@MMK_R_quotedblright" = -94; -"@MMK_R_quoteright" = -87; -"@MMK_R_quoteright.ss01" = -89; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -92; -"@MMK_R_sixsuperior" = -93; -"@MMK_R_slash" = 41; -"@MMK_R_t" = -36; -"@MMK_R_threesuperior" = -76; -"@MMK_R_trademark" = -142; -"@MMK_R_twosuperior" = -68; -"@MMK_R_u" = -16; -"@MMK_R_underscore" = 45; -"@MMK_R_v" = -60; -"@MMK_R_w" = -38; -"@MMK_R_x" = 14; -"@MMK_R_y" = -46; -"@MMK_R_z" = 14; -"@MMK_R_zero" = -33; -}; -"@MMK_L_B" = { -"@MMK_R_A" = 11; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 5; -"@MMK_R_S" = 19; -"@MMK_R_T" = -40; -"@MMK_R_U" = 0; -"@MMK_R_V" = -24; -"@MMK_R_W" = -11; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = 9; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asciicircum" = -55; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -58; -"@MMK_R_bracketright" = -58; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -22; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -30; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -21; -"@MMK_R_four" = 28; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = 10; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 17; -"@MMK_R_hyphen.case" = -5; -"@MMK_R_i" = 6; -"@MMK_R_icircumflex" = 33; -"@MMK_R_igrave" = 7; -"@MMK_R_imacron" = 50; -"@MMK_R_itilde" = 38; -"@MMK_R_j" = 6; -"@MMK_R_l" = 8; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 10; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 5; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -24; -"@MMK_R_oslash" = 16; -"@MMK_R_parenright" = -50; -"@MMK_R_parenright.case" = -26; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -25; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = -12; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = -5; -"@MMK_R_quoteright" = -5; -"@MMK_R_quoteright.ss01" = -22; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -31; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -25; -"@MMK_R_trademark" = -45; -"@MMK_R_twosuperior" = -21; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_C" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -5; -"@MMK_R_O" = 5; -"@MMK_R_S" = 25; -"@MMK_R_T" = -46; -"@MMK_R_U" = 0; -"@MMK_R_V" = -20; -"@MMK_R_W" = -8; -"@MMK_R_X" = -5; -"@MMK_R_Y" = -37; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -43; -"@MMK_R_asterisk" = 7; -"@MMK_R_braceright" = -64; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -3; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -39; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -20; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 34; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 29; -"@MMK_R_itilde" = 36; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 6; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -34; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -60; -"@MMK_R_parenright.case" = -37; -"@MMK_R_period" = -3; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -37; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -16; -"@MMK_R_trademark" = -59; -"@MMK_R_twosuperior" = -34; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 7; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -10; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -24; -"@MMK_R_J" = -30; -"@MMK_R_O" = 27; -"@MMK_R_S" = 8; -"@MMK_R_T" = -64; -"@MMK_R_U" = 13; -"@MMK_R_V" = -32; -"@MMK_R_W" = -13; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -52; -"@MMK_R_Z" = -18; -"@MMK_R_a" = 26; -"@MMK_R_a.ss04" = 18; -"@MMK_R_asciicircum" = -57; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -75; -"@MMK_R_bracketright" = -70; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = -23; -"@MMK_R_comma.ss01" = -50; -"@MMK_R_e" = 28; -"@MMK_R_egrave" = 28; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -58; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 29; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 28; -"@MMK_R_g.ss05" = 18; -"@MMK_R_guillemetleft" = 20; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 35; -"@MMK_R_hyphen.case" = 35; -"@MMK_R_i" = 8; -"@MMK_R_icircumflex" = 20; -"@MMK_R_igrave" = 8; -"@MMK_R_imacron" = 23; -"@MMK_R_itilde" = 21; -"@MMK_R_j" = 8; -"@MMK_R_l" = 9; -"@MMK_R_l.ss02" = 11; -"@MMK_R_l.ss03" = 9; -"@MMK_R_lslash" = 26; -"@MMK_R_n" = 8; -"@MMK_R_ninesuperior" = -13; -"@MMK_R_one" = -14; -"@MMK_R_onesuperior" = -26; -"@MMK_R_oslash" = 28; -"@MMK_R_parenright" = -78; -"@MMK_R_parenright.case" = -49; -"@MMK_R_period" = -31; -"@MMK_R_period.ss01" = -52; -"@MMK_R_question" = -7; -"@MMK_R_question.ss01" = -22; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -36; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -28; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -34; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -11; -"@MMK_R_trademark" = -65; -"@MMK_R_twosuperior" = -7; -"@MMK_R_u" = 20; -"@MMK_R_underscore" = -26; -"@MMK_R_v" = 6; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 24; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 4; -"@MMK_R_I.ss02" = 55; -"@MMK_R_J" = 5; -"@MMK_R_O" = -11; -"@MMK_R_S" = 0; -"@MMK_R_T" = 5; -"@MMK_R_U" = 0; -"@MMK_R_V" = 25; -"@MMK_R_W" = 23; -"@MMK_R_X" = 34; -"@MMK_R_Y" = 19; -"@MMK_R_Z" = 43; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -20; -"@MMK_R_asciicircum" = -75; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -4; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = -26; -"@MMK_R_egrave" = -24; -"@MMK_R_eightsuperior" = -8; -"@MMK_R_ellipsis" = -9; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = -27; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = -29; -"@MMK_R_foursuperior" = -37; -"@MMK_R_g" = -16; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -26; -"@MMK_R_hyphen.case" = -5; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 19; -"@MMK_R_igrave" = 28; -"@MMK_R_imacron" = 58; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 29; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -19; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -2; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -14; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -14; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = -20; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = 5; -"@MMK_R_t" = -29; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -12; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -29; -"@MMK_R_underscore" = 49; -"@MMK_R_v" = -38; -"@MMK_R_w" = -34; -"@MMK_R_x" = 2; -"@MMK_R_y" = -37; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -12; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -58; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = -96; -"@MMK_R_O" = -4; -"@MMK_R_S" = 0; -"@MMK_R_T" = 11; -"@MMK_R_U" = 2; -"@MMK_R_V" = 27; -"@MMK_R_W" = 29; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 24; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -25; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asciicircum" = -72; -"@MMK_R_asterisk" = 8; -"@MMK_R_braceright" = -14; -"@MMK_R_bracketright" = -14; -"@MMK_R_colon" = -39; -"@MMK_R_colon.ss01" = -57; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -25; -"@MMK_R_egrave" = -25; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -266; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -33; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = -32; -"@MMK_R_foursuperior" = -35; -"@MMK_R_g" = -25; -"@MMK_R_g.ss05" = -28; -"@MMK_R_guillemetleft" = -17; -"@MMK_R_guillemetright" = -35; -"@MMK_R_hyphen" = -21; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -9; -"@MMK_R_icircumflex" = 4; -"@MMK_R_igrave" = 23; -"@MMK_R_imacron" = 55; -"@MMK_R_j" = -9; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 26; -"@MMK_R_lslash" = -6; -"@MMK_R_n" = -40; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -23; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = -29; -"@MMK_R_semicolon" = -40; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = -68; -"@MMK_R_t" = -34; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -10; -"@MMK_R_twosuperior" = 2; -"@MMK_R_u" = -32; -"@MMK_R_underscore" = -218; -"@MMK_R_v" = -38; -"@MMK_R_w" = -33; -"@MMK_R_x" = -66; -"@MMK_R_y" = -40; -"@MMK_R_z" = -61; -"@MMK_R_zero" = -5; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 17; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 18; -"@MMK_R_J" = 0; -"@MMK_R_O" = 5; -"@MMK_R_S" = 8; -"@MMK_R_T" = -54; -"@MMK_R_U" = 0; -"@MMK_R_V" = -32; -"@MMK_R_W" = -17; -"@MMK_R_X" = 16; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = 22; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -58; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -55; -"@MMK_R_bracketright" = -53; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 13; -"@MMK_R_eightsuperior" = -21; -"@MMK_R_ellipsis" = -21; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -24; -"@MMK_R_four" = 24; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 14; -"@MMK_R_g.ss05" = 16; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = 24; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 23; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 33; -"@MMK_R_itilde" = 23; -"@MMK_R_j" = 6; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 13; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = -22; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -36; -"@MMK_R_oslash" = 24; -"@MMK_R_parenright" = -39; -"@MMK_R_parenright.case" = -7; -"@MMK_R_period" = 24; -"@MMK_R_period.ss01" = -21; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -17; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblleft.ss01" = -30; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -23; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -38; -"@MMK_R_sixsuperior" = -21; -"@MMK_R_slash" = 24; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -26; -"@MMK_R_trademark" = -67; -"@MMK_R_twosuperior" = -24; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = 16; -"@MMK_R_v" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 7; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = -2; -"@MMK_R_I.ss02" = -11; -"@MMK_R_J" = -9; -"@MMK_R_O" = 14; -"@MMK_R_S" = 13; -"@MMK_R_T" = -57; -"@MMK_R_U" = 5; -"@MMK_R_V" = -33; -"@MMK_R_W" = -14; -"@MMK_R_X" = -14; -"@MMK_R_Y" = -46; -"@MMK_R_Z" = -10; -"@MMK_R_a" = 13; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -57; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -73; -"@MMK_R_bracketright" = -69; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -43; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 14; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -48; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 4; -"@MMK_R_fivesuperior" = -22; -"@MMK_R_four" = 34; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = 14; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = 21; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 39; -"@MMK_R_hyphen.case" = 13; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 21; -"@MMK_R_igrave" = 6; -"@MMK_R_imacron" = 28; -"@MMK_R_itilde" = 20; -"@MMK_R_j" = 4; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 7; -"@MMK_R_lslash" = 25; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = -19; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = -35; -"@MMK_R_oslash" = 16; -"@MMK_R_parenright" = -73; -"@MMK_R_parenright.case" = -43; -"@MMK_R_period" = -18; -"@MMK_R_period.ss01" = -43; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -18; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -18; -"@MMK_R_quotedblleft.ss01" = -32; -"@MMK_R_quotedblright" = -13; -"@MMK_R_quoteright" = -13; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -37; -"@MMK_R_sixsuperior" = -18; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -23; -"@MMK_R_trademark" = -67; -"@MMK_R_twosuperior" = -17; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -10; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 12; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 2; -"@MMK_R_S" = 0; -"@MMK_R_U" = 2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -56; -"@MMK_R_asterisk" = 8; -"@MMK_R_braceright" = -21; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -35; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -14; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 25; -"@MMK_R_igrave" = 9; -"@MMK_R_imacron" = 51; -"@MMK_R_itilde" = 47; -"@MMK_R_j" = 2; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 9; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_onesuperior" = -3; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -21; -"@MMK_R_parenright.case" = -7; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 46; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 56; -"@MMK_R_J" = 26; -"@MMK_R_O" = -22; -"@MMK_R_S" = 0; -"@MMK_R_T" = 15; -"@MMK_R_U" = 7; -"@MMK_R_V" = 47; -"@MMK_R_W" = 45; -"@MMK_R_X" = 44; -"@MMK_R_Y" = 25; -"@MMK_R_Z" = 45; -"@MMK_R_a" = -33; -"@MMK_R_a.ss04" = -21; -"@MMK_R_asciicircum" = -75; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = -35; -"@MMK_R_egrave" = -30; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -8; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = -22; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = -60; -"@MMK_R_foursuperior" = -50; -"@MMK_R_g" = -15; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = 16; -"@MMK_R_hyphen" = -76; -"@MMK_R_hyphen.case" = -76; -"@MMK_R_icircumflex" = 20; -"@MMK_R_igrave" = 31; -"@MMK_R_imacron" = 59; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -15; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -2; -"@MMK_R_oslash" = -2; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -24; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = 27; -"@MMK_R_t" = -26; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -12; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = -27; -"@MMK_R_underscore" = 51; -"@MMK_R_v" = -65; -"@MMK_R_w" = -50; -"@MMK_R_x" = 3; -"@MMK_R_y" = -42; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -12; -}; -"@MMK_L_J" = { -"@MMK_R_A" = -3; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -3; -"@MMK_R_O" = 6; -"@MMK_R_S" = 6; -"@MMK_R_T" = 6; -"@MMK_R_U" = 9; -"@MMK_R_V" = 6; -"@MMK_R_W" = 4; -"@MMK_R_X" = -2; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -52; -"@MMK_R_asterisk" = 14; -"@MMK_R_braceright" = -22; -"@MMK_R_bracketright" = -21; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = -11; -"@MMK_R_comma.ss01" = -40; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 7; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -43; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = 7; -"@MMK_R_foursuperior" = -6; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 7; -"@MMK_R_i" = 6; -"@MMK_R_icircumflex" = 31; -"@MMK_R_igrave" = 15; -"@MMK_R_imacron" = 57; -"@MMK_R_j" = 7; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 14; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 7; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 8; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = -11; -"@MMK_R_period.ss01" = -40; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -25; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -2; -"@MMK_R_v" = 2; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 7; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 36; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 55; -"@MMK_R_J" = 12; -"@MMK_R_O" = -28; -"@MMK_R_S" = 0; -"@MMK_R_T" = 7; -"@MMK_R_U" = 0; -"@MMK_R_V" = 32; -"@MMK_R_W" = 29; -"@MMK_R_X" = 38; -"@MMK_R_Y" = 31; -"@MMK_R_Z" = 42; -"@MMK_R_a" = -39; -"@MMK_R_a.ss04" = -20; -"@MMK_R_asciicircum" = -78; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -38; -"@MMK_R_egrave" = -35; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = -18; -"@MMK_R_fivesuperior" = -17; -"@MMK_R_four" = -37; -"@MMK_R_foursuperior" = -53; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -59; -"@MMK_R_hyphen.case" = -80; -"@MMK_R_icircumflex" = 33; -"@MMK_R_igrave" = 39; -"@MMK_R_imacron" = 56; -"@MMK_R_itilde" = 43; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 36; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -3; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -3; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -10; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -17; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 3; -"@MMK_R_quoteright" = 3; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = -20; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -15; -"@MMK_R_slash" = 40; -"@MMK_R_t" = -22; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -12; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = -30; -"@MMK_R_underscore" = 39; -"@MMK_R_v" = -48; -"@MMK_R_w" = -39; -"@MMK_R_x" = 13; -"@MMK_R_y" = -33; -"@MMK_R_z" = 8; -"@MMK_R_zero" = -22; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 10; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 14; -"@MMK_R_O" = -67; -"@MMK_R_S" = -39; -"@MMK_R_T" = -113; -"@MMK_R_U" = -50; -"@MMK_R_V" = -122; -"@MMK_R_W" = -64; -"@MMK_R_X" = 7; -"@MMK_R_Y" = -120; -"@MMK_R_Z" = 9; -"@MMK_R_a" = -47; -"@MMK_R_a.ss04" = -31; -"@MMK_R_asciicircum" = -246; -"@MMK_R_asterisk" = -154; -"@MMK_R_braceright" = -61; -"@MMK_R_bracketright" = -61; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -47; -"@MMK_R_egrave" = -47; -"@MMK_R_eightsuperior" = -205; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = -8; -"@MMK_R_f" = -45; -"@MMK_R_fivesuperior" = -198; -"@MMK_R_four" = -79; -"@MMK_R_foursuperior" = -195; -"@MMK_R_g" = -25; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -46; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -126; -"@MMK_R_hyphen.case" = -188; -"@MMK_R_i" = -25; -"@MMK_R_icircumflex" = -25; -"@MMK_R_igrave" = -25; -"@MMK_R_imacron" = -25; -"@MMK_R_itilde" = -25; -"@MMK_R_j" = -15; -"@MMK_R_l" = -25; -"@MMK_R_l.ss02" = -28; -"@MMK_R_l.ss03" = -25; -"@MMK_R_n" = -25; -"@MMK_R_ninesuperior" = -203; -"@MMK_R_one" = -57; -"@MMK_R_onesuperior" = -120; -"@MMK_R_oslash" = -3; -"@MMK_R_parenright" = -46; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = -83; -"@MMK_R_question.ss01" = -101; -"@MMK_R_quotedbl" = -83; -"@MMK_R_quotedblleft" = -151; -"@MMK_R_quotedblleft.ss01" = -141; -"@MMK_R_quotedblright" = -151; -"@MMK_R_quoteright" = -87; -"@MMK_R_quoteright.ss01" = -141; -"@MMK_R_s" = -34; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -173; -"@MMK_R_sixsuperior" = -206; -"@MMK_R_slash" = 15; -"@MMK_R_t" = -50; -"@MMK_R_threesuperior" = -193; -"@MMK_R_trademark" = -221; -"@MMK_R_twosuperior" = -186; -"@MMK_R_u" = -43; -"@MMK_R_underscore" = 58; -"@MMK_R_v" = -73; -"@MMK_R_w" = -57; -"@MMK_R_x" = 11; -"@MMK_R_y" = -59; -"@MMK_R_z" = 5; -"@MMK_R_zero" = -57; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 10; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 14; -"@MMK_R_O" = -58; -"@MMK_R_S" = -37; -"@MMK_R_T" = -113; -"@MMK_R_U" = -47; -"@MMK_R_V" = -122; -"@MMK_R_W" = -61; -"@MMK_R_X" = 12; -"@MMK_R_Y" = -120; -"@MMK_R_Z" = 12; -"@MMK_R_a" = -47; -"@MMK_R_a.ss04" = -27; -"@MMK_R_bracketright" = -61; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -47; -"@MMK_R_egrave" = -43; -"@MMK_R_eightsuperior" = -103; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -109; -"@MMK_R_four" = -79; -"@MMK_R_foursuperior" = -97; -"@MMK_R_guillemetleft" = -38; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -76; -"@MMK_R_hyphen.case" = -81; -"@MMK_R_i" = -22; -"@MMK_R_igrave" = -22; -"@MMK_R_l" = -22; -"@MMK_R_lslash" = -33; -"@MMK_R_ninesuperior" = -109; -"@MMK_R_onesuperior" = -120; -"@MMK_R_parenright" = -43; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = -83; -"@MMK_R_question.ss01" = -101; -"@MMK_R_quotedbl" = -83; -"@MMK_R_quotedblleft" = -87; -"@MMK_R_quotedblleft.ss01" = -81; -"@MMK_R_quotedblright" = -127; -"@MMK_R_quoteright" = -87; -"@MMK_R_quoteright.ss01" = -81; -"@MMK_R_s" = -28; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -163; -"@MMK_R_sixsuperior" = -118; -"@MMK_R_slash" = 15; -"@MMK_R_threesuperior" = -99; -"@MMK_R_twosuperior" = -109; -"@MMK_R_u" = -42; -"@MMK_R_y" = -59; -"@MMK_R_z" = 5; -}; -"@MMK_L_O" = { -"@MMK_R_A" = -10; -"@MMK_R_I.ss02" = -20; -"@MMK_R_J" = -22; -"@MMK_R_O" = 25; -"@MMK_R_S" = 7; -"@MMK_R_T" = -63; -"@MMK_R_U" = 11; -"@MMK_R_V" = -33; -"@MMK_R_W" = -14; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -52; -"@MMK_R_Z" = -17; -"@MMK_R_a" = 25; -"@MMK_R_a.ss04" = 18; -"@MMK_R_asciicircum" = -58; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -76; -"@MMK_R_bracketright" = -72; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma" = -22; -"@MMK_R_comma.ss01" = -49; -"@MMK_R_e" = 26; -"@MMK_R_egrave" = 27; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -56; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 28; -"@MMK_R_foursuperior" = -9; -"@MMK_R_g" = 26; -"@MMK_R_g.ss05" = 16; -"@MMK_R_guillemetleft" = 18; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 34; -"@MMK_R_hyphen.case" = 33; -"@MMK_R_i" = 6; -"@MMK_R_icircumflex" = 19; -"@MMK_R_igrave" = 6; -"@MMK_R_imacron" = 22; -"@MMK_R_itilde" = 21; -"@MMK_R_j" = 6; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 7; -"@MMK_R_lslash" = 25; -"@MMK_R_n" = 6; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_one" = -14; -"@MMK_R_onesuperior" = -26; -"@MMK_R_oslash" = 27; -"@MMK_R_parenright" = -78; -"@MMK_R_parenright.case" = -50; -"@MMK_R_period" = -26; -"@MMK_R_period.ss01" = -51; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -22; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblleft" = -25; -"@MMK_R_quotedblleft.ss01" = -37; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -27; -"@MMK_R_s" = 12; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = -34; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -66; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 18; -"@MMK_R_underscore" = -22; -"@MMK_R_v" = 4; -"@MMK_R_w" = 12; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 23; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -20; -"@MMK_R_O" = 25; -"@MMK_R_S" = 7; -"@MMK_R_T" = -57; -"@MMK_R_U" = 11; -"@MMK_R_V" = -33; -"@MMK_R_X" = -22; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma" = -22; -"@MMK_R_comma.ss01" = -49; -"@MMK_R_e" = 26; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -56; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_foursuperior" = -9; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 34; -"@MMK_R_hyphen.case" = 33; -"@MMK_R_i" = 6; -"@MMK_R_n" = 6; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_onesuperior" = -26; -"@MMK_R_parenright" = -68; -"@MMK_R_parenright.case" = -48; -"@MMK_R_period" = -26; -"@MMK_R_period.ss01" = -51; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -22; -"@MMK_R_quotedbl" = -14; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -27; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = -32; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -12; -"@MMK_R_twosuperior" = -9; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -46; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -32; -"@MMK_R_J" = -94; -"@MMK_R_O" = 28; -"@MMK_R_S" = 5; -"@MMK_R_T" = -29; -"@MMK_R_U" = 15; -"@MMK_R_V" = -5; -"@MMK_R_W" = 6; -"@MMK_R_X" = -46; -"@MMK_R_Y" = -19; -"@MMK_R_Z" = -40; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -34; -"@MMK_R_asterisk" = 29; -"@MMK_R_braceright" = -49; -"@MMK_R_bracketright" = -49; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 16; -"@MMK_R_ellipsis" = -273; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 16; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -20; -"@MMK_R_foursuperior" = 9; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = 29; -"@MMK_R_hyphen" = -28; -"@MMK_R_hyphen.case" = 21; -"@MMK_R_icircumflex" = 35; -"@MMK_R_igrave" = 10; -"@MMK_R_imacron" = 44; -"@MMK_R_itilde" = 39; -"@MMK_R_l" = 8; -"@MMK_R_l.ss02" = 11; -"@MMK_R_l.ss03" = 11; -"@MMK_R_lslash" = 7; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 7; -"@MMK_R_one" = 17; -"@MMK_R_onesuperior" = -2; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -53; -"@MMK_R_parenright.case" = -49; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 18; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 11; -"@MMK_R_quotedblleft" = 4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -14; -"@MMK_R_sixsuperior" = 11; -"@MMK_R_slash" = -47; -"@MMK_R_t" = 15; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -210; -"@MMK_R_v" = 12; -"@MMK_R_w" = 7; -"@MMK_R_x" = -4; -"@MMK_R_y" = 13; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 24; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 39; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 40; -"@MMK_R_J" = 36; -"@MMK_R_O" = -5; -"@MMK_R_S" = -8; -"@MMK_R_T" = -80; -"@MMK_R_U" = -13; -"@MMK_R_V" = -55; -"@MMK_R_W" = -34; -"@MMK_R_X" = 34; -"@MMK_R_Y" = -77; -"@MMK_R_Z" = 36; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -80; -"@MMK_R_asterisk" = -19; -"@MMK_R_braceright" = -50; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -25; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -36; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -29; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 23; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -34; -"@MMK_R_one" = -35; -"@MMK_R_onesuperior" = -43; -"@MMK_R_parenright" = -30; -"@MMK_R_parenright.case" = -4; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question" = -29; -"@MMK_R_question.ss01" = -38; -"@MMK_R_quotedbl" = -35; -"@MMK_R_quotedblleft" = -46; -"@MMK_R_quotedblleft.ss01" = -56; -"@MMK_R_quotedblright" = -41; -"@MMK_R_quoteright" = -41; -"@MMK_R_quoteright.ss01" = -49; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = -51; -"@MMK_R_sixsuperior" = -31; -"@MMK_R_slash" = 29; -"@MMK_R_t" = -5; -"@MMK_R_threesuperior" = -34; -"@MMK_R_trademark" = -89; -"@MMK_R_twosuperior" = -32; -"@MMK_R_u" = -4; -"@MMK_R_underscore" = 57; -"@MMK_R_v" = -11; -"@MMK_R_w" = -9; -"@MMK_R_x" = 17; -"@MMK_R_y" = -4; -"@MMK_R_z" = 11; -"@MMK_R_zero" = -6; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 9; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = 16; -"@MMK_R_O" = 12; -"@MMK_R_S" = 11; -"@MMK_R_T" = -35; -"@MMK_R_U" = 0; -"@MMK_R_V" = -13; -"@MMK_R_W" = -4; -"@MMK_R_X" = 7; -"@MMK_R_Y" = -24; -"@MMK_R_Z" = 13; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 14; -"@MMK_R_asciicircum" = -44; -"@MMK_R_asterisk" = 16; -"@MMK_R_braceright" = -41; -"@MMK_R_bracketright" = -41; -"@MMK_R_colon" = 17; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 12; -"@MMK_R_comma.ss01" = -23; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 3; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -26; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 18; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 8; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 11; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 38; -"@MMK_R_igrave" = 8; -"@MMK_R_imacron" = 51; -"@MMK_R_itilde" = 42; -"@MMK_R_j" = 0; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 12; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = 9; -"@MMK_R_onesuperior" = -15; -"@MMK_R_oslash" = 10; -"@MMK_R_parenright" = -36; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -24; -"@MMK_R_question" = 7; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 16; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 17; -"@MMK_R_t" = 17; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -36; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = 8; -"@MMK_R_v" = 6; -"@MMK_R_w" = 7; -"@MMK_R_x" = 15; -"@MMK_R_y" = 7; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_S" = { -"@MMK_R_A" = 17; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 20; -"@MMK_R_T" = -40; -"@MMK_R_U" = 0; -"@MMK_R_V" = -22; -"@MMK_R_W" = -14; -"@MMK_R_X" = 8; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = 16; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 13; -"@MMK_R_asciicircum" = -54; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -57; -"@MMK_R_bracketright" = -57; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 3; -"@MMK_R_eightsuperior" = -24; -"@MMK_R_ellipsis" = -26; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -24; -"@MMK_R_four" = 27; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 16; -"@MMK_R_hyphen.case" = -24; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 34; -"@MMK_R_igrave" = 9; -"@MMK_R_imacron" = 53; -"@MMK_R_itilde" = 39; -"@MMK_R_j" = 8; -"@MMK_R_l" = 10; -"@MMK_R_l.ss02" = 12; -"@MMK_R_l.ss03" = 11; -"@MMK_R_lslash" = 2; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = -22; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -36; -"@MMK_R_oslash" = 13; -"@MMK_R_parenright" = -48; -"@MMK_R_parenright.case" = -24; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -21; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -6; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -20; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -36; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = 2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -30; -"@MMK_R_trademark" = -59; -"@MMK_R_twosuperior" = -31; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -97; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = -92; -"@MMK_R_O" = -28; -"@MMK_R_S" = 0; -"@MMK_R_T" = 13; -"@MMK_R_U" = 14; -"@MMK_R_V" = 21; -"@MMK_R_W" = 52; -"@MMK_R_X" = 7; -"@MMK_R_Y" = 21; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -118; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asciicircum" = -70; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -13; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = -77; -"@MMK_R_colon.ss01" = -82; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -121; -"@MMK_R_egrave" = -54; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = -131; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -33; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = -108; -"@MMK_R_foursuperior" = -50; -"@MMK_R_g" = -118; -"@MMK_R_g.ss05" = -111; -"@MMK_R_guillemetleft" = -86; -"@MMK_R_guillemetright" = -72; -"@MMK_R_hyphen" = -108; -"@MMK_R_hyphen.case" = -108; -"@MMK_R_i" = -19; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 24; -"@MMK_R_imacron" = 58; -"@MMK_R_itilde" = 42; -"@MMK_R_j" = -17; -"@MMK_R_l" = -10; -"@MMK_R_l.ss02" = -8; -"@MMK_R_l.ss03" = 29; -"@MMK_R_lslash" = -19; -"@MMK_R_n" = -110; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 3; -"@MMK_R_oslash" = -114; -"@MMK_R_parenright" = -11; -"@MMK_R_parenright.case" = -10; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -14; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 4; -"@MMK_R_quoteright" = 4; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -95; -"@MMK_R_semicolon" = -67; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = -97; -"@MMK_R_t" = -42; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -9; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -114; -"@MMK_R_underscore" = -101; -"@MMK_R_v" = -103; -"@MMK_R_w" = -98; -"@MMK_R_x" = -98; -"@MMK_R_y" = -94; -"@MMK_R_z" = -98; -"@MMK_R_zero" = -21; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = -18; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -59; -"@MMK_R_J" = -65; -"@MMK_R_O" = 28; -"@MMK_R_S" = 0; -"@MMK_R_T" = -91; -"@MMK_R_U" = 15; -"@MMK_R_V" = -35; -"@MMK_R_W" = -12; -"@MMK_R_Y" = -68; -"@MMK_R_a" = 22; -"@MMK_R_a.ss04" = 5; -"@MMK_R_bracketright" = -62; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = -60; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = 22; -"@MMK_R_egrave" = 22; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_exclam" = 9; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_foursuperior" = -5; -"@MMK_R_hyphen" = 35; -"@MMK_R_hyphen.case" = 43; -"@MMK_R_i" = 8; -"@MMK_R_imacron" = 14; -"@MMK_R_j" = 8; -"@MMK_R_n" = 8; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_onesuperior" = -28; -"@MMK_R_parenright" = -73; -"@MMK_R_parenright.case" = -59; -"@MMK_R_period" = -76; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = -13; -"@MMK_R_question.ss01" = -38; -"@MMK_R_quotedbl" = -20; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -43; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = -22; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 19; -"@MMK_R_v" = 6; -"@MMK_R_y" = 0; -}; -"@MMK_L_U" = { -"@MMK_R_A" = -15; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 5; -"@MMK_R_J" = -24; -"@MMK_R_O" = 10; -"@MMK_R_S" = 8; -"@MMK_R_T" = 10; -"@MMK_R_U" = 12; -"@MMK_R_V" = 11; -"@MMK_R_W" = 9; -"@MMK_R_X" = -11; -"@MMK_R_Y" = 3; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -49; -"@MMK_R_asterisk" = 18; -"@MMK_R_braceright" = -20; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -22; -"@MMK_R_comma.ss01" = -49; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -55; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = 9; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 10; -"@MMK_R_hyphen.case" = 10; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 19; -"@MMK_R_imacron" = 59; -"@MMK_R_j" = 2; -"@MMK_R_l" = 11; -"@MMK_R_l.ss02" = 14; -"@MMK_R_l.ss03" = 19; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 11; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -13; -"@MMK_R_parenright.case" = -12; -"@MMK_R_period" = -26; -"@MMK_R_period.ss01" = -52; -"@MMK_R_question" = 11; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -14; -"@MMK_R_t" = 2; -"@MMK_R_trademark" = -25; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -18; -"@MMK_R_v" = 5; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 4; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 10; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = -15; -"@MMK_R_H" = 33; -"@MMK_R_I.ss02" = 81; -"@MMK_R_O" = 16; -"@MMK_R_T" = 86; -"@MMK_R_U" = 45; -"@MMK_R_V" = 85; -"@MMK_R_X" = 43; -"@MMK_R_Y" = 83; -"@MMK_R_Z" = 64; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 7; -"@MMK_R_bracketright" = 47; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -22; -"@MMK_R_comma.ss01" = -49; -"@MMK_R_e" = 6; -"@MMK_R_eightsuperior" = 41; -"@MMK_R_ellipsis" = -55; -"@MMK_R_exclam" = 48; -"@MMK_R_fivesuperior" = 38; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 10; -"@MMK_R_hyphen.case" = 10; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 41; -"@MMK_R_onesuperior" = 51; -"@MMK_R_parenright" = 65; -"@MMK_R_parenright.case" = 69; -"@MMK_R_period" = -26; -"@MMK_R_period.ss01" = -52; -"@MMK_R_question" = 36; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 56; -"@MMK_R_quotedblright" = 54; -"@MMK_R_quoteright" = 54; -"@MMK_R_quoteright.ss01" = 26; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = 59; -"@MMK_R_sixsuperior" = 36; -"@MMK_R_slash" = -13; -"@MMK_R_threesuperior" = 36; -"@MMK_R_twosuperior" = 39; -"@MMK_R_u" = 2; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -104; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 46; -"@MMK_R_J" = -91; -"@MMK_R_O" = -10; -"@MMK_R_S" = 4; -"@MMK_R_T" = 10; -"@MMK_R_U" = 16; -"@MMK_R_V" = 43; -"@MMK_R_W" = 43; -"@MMK_R_X" = 3; -"@MMK_R_Y" = 43; -"@MMK_R_Z" = 31; -"@MMK_R_a" = -42; -"@MMK_R_a.ss04" = -36; -"@MMK_R_asciicircum" = -58; -"@MMK_R_asterisk" = 37; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = -15; -"@MMK_R_colon.ss01" = -39; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -43; -"@MMK_R_egrave" = -40; -"@MMK_R_eightsuperior" = 7; -"@MMK_R_ellipsis" = -134; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -61; -"@MMK_R_foursuperior" = -14; -"@MMK_R_g" = -42; -"@MMK_R_g.ss05" = -38; -"@MMK_R_guillemetleft" = -47; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -55; -"@MMK_R_hyphen.case" = -35; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 35; -"@MMK_R_igrave" = 32; -"@MMK_R_imacron" = 72; -"@MMK_R_itilde" = 62; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 36; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -34; -"@MMK_R_ninesuperior" = 16; -"@MMK_R_one" = 17; -"@MMK_R_onesuperior" = 8; -"@MMK_R_oslash" = -43; -"@MMK_R_parenright" = -10; -"@MMK_R_parenright.case" = -7; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 24; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 31; -"@MMK_R_quotedblleft" = 22; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 31; -"@MMK_R_quoteright" = 31; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -35; -"@MMK_R_semicolon" = -16; -"@MMK_R_sevensuperior" = 7; -"@MMK_R_sixsuperior" = 4; -"@MMK_R_slash" = -115; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -27; -"@MMK_R_underscore" = -106; -"@MMK_R_v" = -19; -"@MMK_R_w" = -19; -"@MMK_R_x" = -30; -"@MMK_R_y" = -17; -"@MMK_R_z" = -32; -"@MMK_R_zero" = -5; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -47; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 44; -"@MMK_R_J" = -55; -"@MMK_R_O" = 0; -"@MMK_R_S" = 7; -"@MMK_R_T" = 50; -"@MMK_R_U" = 13; -"@MMK_R_V" = 43; -"@MMK_R_W" = 40; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 41; -"@MMK_R_Z" = 29; -"@MMK_R_a" = -21; -"@MMK_R_a.ss04" = -16; -"@MMK_R_asciicircum" = -49; -"@MMK_R_asterisk" = 45; -"@MMK_R_braceright" = -4; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma" = -56; -"@MMK_R_comma.ss01" = -77; -"@MMK_R_e" = -22; -"@MMK_R_egrave" = -21; -"@MMK_R_eightsuperior" = 12; -"@MMK_R_ellipsis" = -86; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -30; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = -21; -"@MMK_R_g.ss05" = -22; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -28; -"@MMK_R_hyphen.case" = -14; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 52; -"@MMK_R_igrave" = 40; -"@MMK_R_imacron" = 74; -"@MMK_R_itilde" = 72; -"@MMK_R_j" = 0; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 36; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -18; -"@MMK_R_ninesuperior" = 11; -"@MMK_R_one" = 27; -"@MMK_R_onesuperior" = 8; -"@MMK_R_oslash" = -22; -"@MMK_R_parenright" = -3; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = -63; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 31; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 25; -"@MMK_R_quotedblleft" = 20; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 37; -"@MMK_R_quoteright" = 37; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -14; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 13; -"@MMK_R_slash" = -42; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -9; -"@MMK_R_underscore" = -54; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -8; -"@MMK_R_y" = 0; -"@MMK_R_z" = -14; -"@MMK_R_zero" = 0; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 41; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 43; -"@MMK_R_J" = 23; -"@MMK_R_O" = -35; -"@MMK_R_S" = -13; -"@MMK_R_T" = 8; -"@MMK_R_U" = -12; -"@MMK_R_V" = 3; -"@MMK_R_W" = 0; -"@MMK_R_X" = 40; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 41; -"@MMK_R_a" = -36; -"@MMK_R_a.ss04" = -16; -"@MMK_R_asciicircum" = -94; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -16; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -36; -"@MMK_R_egrave" = -35; -"@MMK_R_eightsuperior" = -27; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -18; -"@MMK_R_fivesuperior" = -31; -"@MMK_R_four" = -34; -"@MMK_R_foursuperior" = -50; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = 16; -"@MMK_R_hyphen" = -55; -"@MMK_R_hyphen.case" = -79; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 18; -"@MMK_R_igrave" = 23; -"@MMK_R_imacron" = 38; -"@MMK_R_itilde" = 37; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 22; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = -8; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = -6; -"@MMK_R_question.ss01" = -27; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -23; -"@MMK_R_s" = -22; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -13; -"@MMK_R_sixsuperior" = -28; -"@MMK_R_slash" = 42; -"@MMK_R_t" = -35; -"@MMK_R_threesuperior" = -23; -"@MMK_R_trademark" = -26; -"@MMK_R_twosuperior" = -21; -"@MMK_R_u" = -31; -"@MMK_R_underscore" = 41; -"@MMK_R_v" = -48; -"@MMK_R_w" = -39; -"@MMK_R_x" = 16; -"@MMK_R_y" = -33; -"@MMK_R_z" = 11; -"@MMK_R_zero" = -30; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -111; -"@MMK_R_I.ss02" = 14; -"@MMK_R_J" = -93; -"@MMK_R_O" = -20; -"@MMK_R_S" = 0; -"@MMK_R_T" = 12; -"@MMK_R_U" = 7; -"@MMK_R_V" = 43; -"@MMK_R_W" = 42; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 43; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -69; -"@MMK_R_a.ss04" = -60; -"@MMK_R_asciicircum" = -67; -"@MMK_R_asterisk" = 24; -"@MMK_R_braceright" = -13; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = -31; -"@MMK_R_colon.ss01" = -53; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -70; -"@MMK_R_egrave" = -38; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -156; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -22; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -111; -"@MMK_R_foursuperior" = -27; -"@MMK_R_g" = -69; -"@MMK_R_g.ss05" = -62; -"@MMK_R_guillemetleft" = -73; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = -99; -"@MMK_R_hyphen.case" = -65; -"@MMK_R_i" = -9; -"@MMK_R_icircumflex" = 25; -"@MMK_R_igrave" = 31; -"@MMK_R_imacron" = 66; -"@MMK_R_j" = -5; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 36; -"@MMK_R_n" = -54; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 10; -"@MMK_R_oslash" = -69; -"@MMK_R_parenright" = -10; -"@MMK_R_parenright.case" = -8; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 17; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 25; -"@MMK_R_quotedblleft" = 18; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 21; -"@MMK_R_quoteright" = 21; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -58; -"@MMK_R_semicolon" = -32; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 3; -"@MMK_R_slash" = -105; -"@MMK_R_t" = -25; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -47; -"@MMK_R_underscore" = -116; -"@MMK_R_v" = -36; -"@MMK_R_w" = -37; -"@MMK_R_x" = -46; -"@MMK_R_y" = -35; -"@MMK_R_z" = -42; -"@MMK_R_zero" = -15; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 14; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 48; -"@MMK_R_J" = 15; -"@MMK_R_O" = -23; -"@MMK_R_S" = 0; -"@MMK_R_T" = 3; -"@MMK_R_U" = 0; -"@MMK_R_V" = 34; -"@MMK_R_W" = 35; -"@MMK_R_X" = 36; -"@MMK_R_Y" = 33; -"@MMK_R_Z" = 38; -"@MMK_R_a" = -44; -"@MMK_R_a.ss04" = -26; -"@MMK_R_asciicircum" = -71; -"@MMK_R_asterisk" = 17; -"@MMK_R_braceright" = -8; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = -43; -"@MMK_R_egrave" = -33; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -8; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = -14; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = -69; -"@MMK_R_foursuperior" = -32; -"@MMK_R_g" = -17; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -89; -"@MMK_R_hyphen.case" = -75; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 24; -"@MMK_R_igrave" = 26; -"@MMK_R_imacron" = 70; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 27; -"@MMK_R_lslash" = -7; -"@MMK_R_n" = -18; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = 13; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblleft" = 14; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 15; -"@MMK_R_quoteright" = 15; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -27; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 13; -"@MMK_R_t" = -20; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -9; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -37; -"@MMK_R_underscore" = 52; -"@MMK_R_v" = -39; -"@MMK_R_w" = -38; -"@MMK_R_x" = 5; -"@MMK_R_y" = -37; -"@MMK_R_z" = 2; -"@MMK_R_zero" = -18; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -3; -"@MMK_R_I.ss02" = -11; -"@MMK_R_J" = -16; -"@MMK_R_O" = 2; -"@MMK_R_S" = -2; -"@MMK_R_T" = -118; -"@MMK_R_U" = 0; -"@MMK_R_V" = -42; -"@MMK_R_W" = -25; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -70; -"@MMK_R_Z" = -7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -65; -"@MMK_R_asterisk" = -6; -"@MMK_R_braceright" = -67; -"@MMK_R_bracketright" = -66; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = 2; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_eightsuperior" = -19; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = -10; -"@MMK_R_fivesuperior" = -35; -"@MMK_R_four" = -5; -"@MMK_R_foursuperior" = -20; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -34; -"@MMK_R_one" = -29; -"@MMK_R_onesuperior" = -37; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = -15; -"@MMK_R_question.ss01" = -38; -"@MMK_R_quotedbl" = -25; -"@MMK_R_quotedblleft" = -40; -"@MMK_R_quotedblleft.ss01" = -47; -"@MMK_R_quotedblright" = -36; -"@MMK_R_quoteright" = -36; -"@MMK_R_quoteright.ss01" = -41; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -47; -"@MMK_R_sixsuperior" = -29; -"@MMK_R_slash" = 2; -"@MMK_R_threesuperior" = -28; -"@MMK_R_trademark" = -77; -"@MMK_R_twosuperior" = -27; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = 2; -"@MMK_R_v" = 0; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 16; -"@MMK_R_I.ss02" = 5; -"@MMK_R_J" = 10; -"@MMK_R_O" = -7; -"@MMK_R_S" = -10; -"@MMK_R_T" = -62; -"@MMK_R_U" = -14; -"@MMK_R_V" = -70; -"@MMK_R_W" = -41; -"@MMK_R_X" = 19; -"@MMK_R_Y" = -115; -"@MMK_R_Z" = 12; -"@MMK_R_a" = -6; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -96; -"@MMK_R_asterisk" = -54; -"@MMK_R_braceright" = -56; -"@MMK_R_bracketright" = -54; -"@MMK_R_colon" = 16; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -4; -"@MMK_R_eightsuperior" = -42; -"@MMK_R_ellipsis" = -8; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = -10; -"@MMK_R_fivesuperior" = -49; -"@MMK_R_four" = -13; -"@MMK_R_foursuperior" = -46; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 27; -"@MMK_R_guillemetleft" = -4; -"@MMK_R_guillemetright" = 17; -"@MMK_R_hyphen" = -4; -"@MMK_R_imacron" = 4; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -47; -"@MMK_R_one" = -46; -"@MMK_R_onesuperior" = -62; -"@MMK_R_oslash" = 8; -"@MMK_R_parenright" = -33; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -10; -"@MMK_R_question" = -57; -"@MMK_R_question.ss01" = -60; -"@MMK_R_quotedbl" = -51; -"@MMK_R_quotedblleft" = -87; -"@MMK_R_quotedblleft.ss01" = -72; -"@MMK_R_quotedblright" = -77; -"@MMK_R_quoteright" = -77; -"@MMK_R_quoteright.ss01" = -71; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 16; -"@MMK_R_sevensuperior" = -70; -"@MMK_R_sixsuperior" = -44; -"@MMK_R_slash" = 39; -"@MMK_R_t" = -27; -"@MMK_R_threesuperior" = -44; -"@MMK_R_trademark" = -101; -"@MMK_R_twosuperior" = -41; -"@MMK_R_u" = -7; -"@MMK_R_underscore" = 61; -"@MMK_R_v" = -27; -"@MMK_R_w" = -20; -"@MMK_R_x" = 14; -"@MMK_R_y" = -23; -"@MMK_R_z" = 8; -"@MMK_R_zero" = -7; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 12; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -15; -"@MMK_R_S" = -17; -"@MMK_R_T" = -109; -"@MMK_R_U" = -23; -"@MMK_R_V" = -83; -"@MMK_R_W" = -50; -"@MMK_R_Y" = -123; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -13; -"@MMK_R_a.ss04" = -6; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -13; -"@MMK_R_f" = -23; -"@MMK_R_g" = 0; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_s" = -7; -"@MMK_R_t" = -36; -"@MMK_R_u" = -21; -"@MMK_R_z" = 5; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -119; -"@MMK_R_H" = -55; -"@MMK_R_I.ss02" = -89; -"@MMK_R_J" = -162; -"@MMK_R_O" = -39; -"@MMK_R_S" = -54; -"@MMK_R_T" = -91; -"@MMK_R_U" = -46; -"@MMK_R_V" = -69; -"@MMK_R_W" = -55; -"@MMK_R_Y" = -86; -"@MMK_R_Z" = -104; -"@MMK_R_a" = -59; -"@MMK_R_a.ss04" = -48; -"@MMK_R_e" = -60; -"@MMK_R_f" = -29; -"@MMK_R_g" = -60; -"@MMK_R_i" = -59; -"@MMK_R_j" = -59; -"@MMK_R_l" = -55; -"@MMK_R_n" = -61; -"@MMK_R_s" = -50; -"@MMK_R_t" = -30; -"@MMK_R_u" = -55; -"@MMK_R_z" = -54; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -111; -"@MMK_R_H" = -76; -"@MMK_R_I.ss02" = -159; -"@MMK_R_J" = -178; -"@MMK_R_O" = -54; -"@MMK_R_S" = -85; -"@MMK_R_T" = -189; -"@MMK_R_U" = -68; -"@MMK_R_V" = -119; -"@MMK_R_W" = -90; -"@MMK_R_Y" = -157; -"@MMK_R_Z" = -148; -"@MMK_R_a" = -57; -"@MMK_R_a.ss04" = -66; -"@MMK_R_e" = -57; -"@MMK_R_egrave" = -57; -"@MMK_R_f" = -68; -"@MMK_R_g" = -57; -"@MMK_R_i" = -77; -"@MMK_R_j" = -77; -"@MMK_R_l" = -77; -"@MMK_R_n" = -77; -"@MMK_R_s" = -61; -"@MMK_R_t" = -69; -"@MMK_R_u" = -66; -"@MMK_R_z" = -81; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -62; -"@MMK_R_H" = 7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -87; -"@MMK_R_O" = 18; -"@MMK_R_S" = 30; -"@MMK_R_T" = 0; -"@MMK_R_U" = 21; -"@MMK_R_V" = 23; -"@MMK_R_W" = 36; -"@MMK_R_X" = -4; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -13; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 22; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -16; -"@MMK_R_eight" = 22; -"@MMK_R_f" = 32; -"@MMK_R_five" = 19; -"@MMK_R_four" = -59; -"@MMK_R_g" = -14; -"@MMK_R_guillemetleft" = -53; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = -91; -"@MMK_R_hyphen.case" = -28; -"@MMK_R_i" = 5; -"@MMK_R_j" = 5; -"@MMK_R_l" = 16; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 43; -"@MMK_R_one" = 29; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -22; -"@MMK_R_parenright.case" = -21; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = 22; -"@MMK_R_question" = 56; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 40; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = 27; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 55; -"@MMK_R_slash" = -71; -"@MMK_R_t" = 30; -"@MMK_R_three" = 40; -"@MMK_R_two" = 48; -"@MMK_R_u" = 0; -"@MMK_R_v" = 38; -"@MMK_R_w" = 33; -"@MMK_R_x" = 16; -"@MMK_R_y" = 39; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 20; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = -59; -"@MMK_R_H" = -6; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -62; -"@MMK_R_O" = -47; -"@MMK_R_S" = -34; -"@MMK_R_T" = -3; -"@MMK_R_U" = -28; -"@MMK_R_V" = -3; -"@MMK_R_W" = -2; -"@MMK_R_X" = -11; -"@MMK_R_Y" = -3; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -74; -"@MMK_R_a.ss04" = -73; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 11; -"@MMK_R_colon" = -56; -"@MMK_R_colon.ss01" = -67; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_degree" = -46; -"@MMK_R_e" = -72; -"@MMK_R_egrave" = -52; -"@MMK_R_eight" = -41; -"@MMK_R_ellipsis" = -90; -"@MMK_R_f" = -44; -"@MMK_R_five" = -23; -"@MMK_R_four" = -73; -"@MMK_R_g" = -46; -"@MMK_R_guillemetleft" = -74; -"@MMK_R_guillemetright" = -52; -"@MMK_R_hyphen" = -74; -"@MMK_R_i" = -24; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 51; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -20; -"@MMK_R_n" = -67; -"@MMK_R_nine" = -37; -"@MMK_R_one" = -60; -"@MMK_R_parenleft" = -43; -"@MMK_R_percent" = -20; -"@MMK_R_period" = -53; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = -67; -"@MMK_R_plus" = -78; -"@MMK_R_question" = -16; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -27; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_s" = -74; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -6; -"@MMK_R_slash" = -5; -"@MMK_R_t" = -49; -"@MMK_R_three" = -33; -"@MMK_R_two" = -26; -"@MMK_R_u" = -58; -"@MMK_R_v" = -66; -"@MMK_R_w" = -63; -"@MMK_R_x" = -63; -"@MMK_R_y" = -8; -"@MMK_R_z" = -63; -"@MMK_R_zero" = -49; -}; -"@MMK_L_c" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = -11; -"@MMK_R_J" = -14; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -117; -"@MMK_R_U" = 0; -"@MMK_R_V" = -56; -"@MMK_R_W" = -30; -"@MMK_R_X" = -9; -"@MMK_R_Y" = -91; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -77; -"@MMK_R_asterisk" = -38; -"@MMK_R_braceright" = -62; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -26; -"@MMK_R_ellipsis" = -31; -"@MMK_R_exclam" = -7; -"@MMK_R_f" = -15; -"@MMK_R_fivesuperior" = -35; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -29; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 2; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -33; -"@MMK_R_one" = -50; -"@MMK_R_onesuperior" = -48; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -54; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -25; -"@MMK_R_question" = -50; -"@MMK_R_question.ss01" = -61; -"@MMK_R_quotedbl" = -46; -"@MMK_R_quotedblleft" = -68; -"@MMK_R_quotedblleft.ss01" = -66; -"@MMK_R_quotedblright" = -59; -"@MMK_R_quoteright" = -68; -"@MMK_R_quoteright.ss01" = -72; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -58; -"@MMK_R_sixsuperior" = -40; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -16; -"@MMK_R_threesuperior" = -25; -"@MMK_R_trademark" = -83; -"@MMK_R_twosuperior" = -21; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -10; -"@MMK_R_w" = -5; -"@MMK_R_x" = 0; -"@MMK_R_y" = -16; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = -85; -"@MMK_R_U" = 0; -"@MMK_R_V" = -24; -"@MMK_R_W" = -6; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -46; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -44; -"@MMK_R_e" = -5; -"@MMK_R_eight" = -2; -"@MMK_R_f" = 17; -"@MMK_R_five" = 0; -"@MMK_R_four" = -46; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = 30; -"@MMK_R_hyphen" = -51; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -3; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -38; -"@MMK_R_parenright.case" = 0; -"@MMK_R_pi" = 16; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -34; -"@MMK_R_quotedblright" = -22; -"@MMK_R_quoteright" = -22; -"@MMK_R_s" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_t" = 16; -"@MMK_R_three" = 0; -"@MMK_R_two" = 13; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 4; -"@MMK_R_x" = 30; -"@MMK_R_y" = 18; -"@MMK_R_z" = 45; -"@MMK_R_zero" = 0; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -87; -"@MMK_R_bracketright" = -4; -"@MMK_R_eight" = -25; -"@MMK_R_five" = -31; -"@MMK_R_four" = -72; -"@MMK_R_guillemetleft" = -37; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -87; -"@MMK_R_hyphen.case" = -87; -"@MMK_R_nine" = -31; -"@MMK_R_one" = -60; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 14; -"@MMK_R_quotedbl" = -87; -"@MMK_R_quotedblleft" = -87; -"@MMK_R_quotedblright" = -87; -"@MMK_R_quoteright" = -87; -"@MMK_R_seven" = -75; -"@MMK_R_three" = -22; -"@MMK_R_two" = 0; -"@MMK_R_zero" = -52; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 63; -"@MMK_R_O" = 51; -"@MMK_R_a" = 0; -"@MMK_R_bracketright" = 27; -"@MMK_R_colon" = 27; -"@MMK_R_colon.ss01" = 6; -"@MMK_R_comma" = 2; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_e" = 2; -"@MMK_R_eightsuperior" = 61; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 85; -"@MMK_R_fivesuperior" = 72; -"@MMK_R_foursuperior" = 34; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 7; -"@MMK_R_j" = 7; -"@MMK_R_l" = 12; -"@MMK_R_l.ss02" = 15; -"@MMK_R_l.ss03" = 15; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = 73; -"@MMK_R_onesuperior" = 80; -"@MMK_R_parenright" = 55; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 109; -"@MMK_R_question.ss01" = 55; -"@MMK_R_quotedbl" = 114; -"@MMK_R_quotedblleft" = 108; -"@MMK_R_quotedblleft.ss01" = 69; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 25; -"@MMK_R_sevensuperior" = 76; -"@MMK_R_sixsuperior" = 75; -"@MMK_R_slash" = 22; -"@MMK_R_t" = 16; -"@MMK_R_threesuperior" = 67; -"@MMK_R_twosuperior" = 70; -"@MMK_R_u" = 3; -"@MMK_R_v" = 13; -"@MMK_R_w" = 24; -"@MMK_R_y" = 10; -"@MMK_R_z" = 14; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -105; -"@MMK_R_H" = -25; -"@MMK_R_I.ss02" = -45; -"@MMK_R_J" = -130; -"@MMK_R_O" = -15; -"@MMK_R_S" = -13; -"@MMK_R_T" = -44; -"@MMK_R_U" = -17; -"@MMK_R_V" = -18; -"@MMK_R_W" = -11; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = -53; -"@MMK_R_a" = -57; -"@MMK_R_a.ss04" = -48; -"@MMK_R_asterisk" = 11; -"@MMK_R_bracketright" = -70; -"@MMK_R_colon" = -15; -"@MMK_R_colon.ss01" = -37; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -60; -"@MMK_R_eight" = -18; -"@MMK_R_f" = -15; -"@MMK_R_five" = -19; -"@MMK_R_four" = -95; -"@MMK_R_g" = -58; -"@MMK_R_guillemetright" = -15; -"@MMK_R_hyphen" = -98; -"@MMK_R_hyphen.case" = -40; -"@MMK_R_i" = -42; -"@MMK_R_j" = -40; -"@MMK_R_l" = -27; -"@MMK_R_n" = -50; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -17; -"@MMK_R_parenright" = -59; -"@MMK_R_parenright.case" = -55; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 2; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -21; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -21; -"@MMK_R_s" = -47; -"@MMK_R_semicolon" = -16; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -118; -"@MMK_R_t" = -16; -"@MMK_R_three" = -17; -"@MMK_R_two" = -8; -"@MMK_R_u" = -44; -"@MMK_R_z" = -37; -"@MMK_R_zero" = -17; -}; -"@MMK_L_e" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -13; -"@MMK_R_J" = -15; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -123; -"@MMK_R_U" = 0; -"@MMK_R_V" = -60; -"@MMK_R_W" = -34; -"@MMK_R_X" = -14; -"@MMK_R_Y" = -106; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -88; -"@MMK_R_asterisk" = -48; -"@MMK_R_braceright" = -70; -"@MMK_R_bracketright" = -69; -"@MMK_R_colon" = -5; -"@MMK_R_colon.ss01" = -25; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -27; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -34; -"@MMK_R_ellipsis" = -33; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = -16; -"@MMK_R_fivesuperior" = -44; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -40; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 15; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = 11; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -43; -"@MMK_R_one" = -54; -"@MMK_R_onesuperior" = -55; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -56; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = -55; -"@MMK_R_question.ss01" = -69; -"@MMK_R_quotedbl" = -57; -"@MMK_R_quotedblleft" = -87; -"@MMK_R_quotedblleft.ss01" = -81; -"@MMK_R_quotedblright" = -74; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -78; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -64; -"@MMK_R_sixsuperior" = -48; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -19; -"@MMK_R_threesuperior" = -35; -"@MMK_R_trademark" = -93; -"@MMK_R_twosuperior" = -28; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -13; -"@MMK_R_w" = -8; -"@MMK_R_x" = -4; -"@MMK_R_y" = -17; -"@MMK_R_z" = -9; -"@MMK_R_zero" = 0; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -9; -"@MMK_R_J" = -15; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -61; -"@MMK_R_U" = 0; -"@MMK_R_V" = -52; -"@MMK_R_W" = -34; -"@MMK_R_X" = -5; -"@MMK_R_Y" = -60; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asterisk" = -42; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = -5; -"@MMK_R_colon.ss01" = -24; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -27; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -33; -"@MMK_R_ellipsis" = -33; -"@MMK_R_exclam" = -2; -"@MMK_R_f" = -13; -"@MMK_R_fivesuperior" = -43; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -39; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 15; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = 11; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -43; -"@MMK_R_one" = -40; -"@MMK_R_onesuperior" = -50; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -54; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = -49; -"@MMK_R_question.ss01" = -53; -"@MMK_R_quotedbl" = -50; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -72; -"@MMK_R_quotedblright" = -56; -"@MMK_R_quoteright" = -56; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -62; -"@MMK_R_sixsuperior" = -38; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -14; -"@MMK_R_threesuperior" = -33; -"@MMK_R_twosuperior" = -28; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -13; -"@MMK_R_w" = -8; -"@MMK_R_x" = -4; -"@MMK_R_y" = -17; -"@MMK_R_z" = -9; -"@MMK_R_zero" = 0; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 11; -"@MMK_R_S" = 15; -"@MMK_R_T" = -37; -"@MMK_R_U" = 3; -"@MMK_R_V" = -18; -"@MMK_R_W" = -7; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = 8; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 19; -"@MMK_R_asterisk" = 9; -"@MMK_R_bracketright" = -53; -"@MMK_R_colon" = 12; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -23; -"@MMK_R_degree" = -28; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eight" = 20; -"@MMK_R_ellipsis" = -31; -"@MMK_R_f" = 13; -"@MMK_R_five" = 8; -"@MMK_R_four" = 22; -"@MMK_R_g" = 9; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 35; -"@MMK_R_j" = 5; -"@MMK_R_l" = 6; -"@MMK_R_n" = 4; -"@MMK_R_nine" = 17; -"@MMK_R_one" = 2; -"@MMK_R_parenleft" = 11; -"@MMK_R_parenright" = -48; -"@MMK_R_parenright.case" = -26; -"@MMK_R_percent" = 2; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -24; -"@MMK_R_pi" = 12; -"@MMK_R_plus" = -15; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = 10; -"@MMK_R_seven" = 4; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 12; -"@MMK_R_three" = 19; -"@MMK_R_two" = 15; -"@MMK_R_u" = 9; -"@MMK_R_v" = 0; -"@MMK_R_w" = 3; -"@MMK_R_x" = 3; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 7; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = -7; -"@MMK_R_H" = -37; -"@MMK_R_I.ss02" = -7; -"@MMK_R_J" = -5; -"@MMK_R_O" = -93; -"@MMK_R_S" = -63; -"@MMK_R_T" = -133; -"@MMK_R_U" = -79; -"@MMK_R_V" = -156; -"@MMK_R_W" = -87; -"@MMK_R_X" = -5; -"@MMK_R_Y" = -148; -"@MMK_R_Z" = -5; -"@MMK_R_a" = -71; -"@MMK_R_a.ss04" = -46; -"@MMK_R_asterisk" = -154; -"@MMK_R_bracketright" = -76; -"@MMK_R_colon" = 0; -"@MMK_R_comma" = 21; -"@MMK_R_e" = -71; -"@MMK_R_egrave" = -71; -"@MMK_R_eight" = -56; -"@MMK_R_ellipsis" = -19; -"@MMK_R_f" = -57; -"@MMK_R_five" = -62; -"@MMK_R_four" = -94; -"@MMK_R_g" = -39; -"@MMK_R_guillemetleft" = -54; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = -114; -"@MMK_R_hyphen.case" = -255; -"@MMK_R_i" = -37; -"@MMK_R_j" = -35; -"@MMK_R_l" = -37; -"@MMK_R_n" = -37; -"@MMK_R_nine" = -62; -"@MMK_R_one" = -82; -"@MMK_R_parenleft" = -55; -"@MMK_R_parenright" = -64; -"@MMK_R_parenright.case" = -29; -"@MMK_R_period" = 19; -"@MMK_R_pi" = -53; -"@MMK_R_question" = -104; -"@MMK_R_quotedbl" = -163; -"@MMK_R_quotedblleft" = -151; -"@MMK_R_quotedblright" = -151; -"@MMK_R_quoteright" = -87; -"@MMK_R_s" = -49; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -97; -"@MMK_R_slash" = -5; -"@MMK_R_t" = -69; -"@MMK_R_three" = -53; -"@MMK_R_two" = -28; -"@MMK_R_u" = -64; -"@MMK_R_v" = -97; -"@MMK_R_w" = -76; -"@MMK_R_x" = -7; -"@MMK_R_y" = -74; -"@MMK_R_z" = -8; -"@MMK_R_zero" = -85; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -29; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 26; -"@MMK_R_J" = -32; -"@MMK_R_O" = 12; -"@MMK_R_S" = 10; -"@MMK_R_T" = 24; -"@MMK_R_U" = 14; -"@MMK_R_V" = 39; -"@MMK_R_W" = 34; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 31; -"@MMK_R_Z" = 12; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -28; -"@MMK_R_asterisk" = 49; -"@MMK_R_braceright" = -6; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon" = 17; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -35; -"@MMK_R_comma.ss01" = -60; -"@MMK_R_e" = -4; -"@MMK_R_egrave" = -4; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -65; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = 14; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -31; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -7; -"@MMK_R_guillemetright" = 40; -"@MMK_R_hyphen" = -36; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 12; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 13; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 15; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = 14; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = -39; -"@MMK_R_period.ss01" = -64; -"@MMK_R_question" = 22; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 36; -"@MMK_R_quotedblleft" = 15; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 30; -"@MMK_R_quoteright" = 30; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 15; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -28; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = 9; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 6; -"@MMK_R_underscore" = -34; -"@MMK_R_v" = 22; -"@MMK_R_w" = 20; -"@MMK_R_x" = 0; -"@MMK_R_y" = 20; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 10; -}; -"@MMK_L_five" = { -"@MMK_R_A" = 13; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 23; -"@MMK_R_T" = 0; -"@MMK_R_U" = 3; -"@MMK_R_V" = 2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 10; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 13; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -23; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -22; -"@MMK_R_degree" = -48; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eight" = 23; -"@MMK_R_ellipsis" = -30; -"@MMK_R_f" = -20; -"@MMK_R_five" = 9; -"@MMK_R_four" = 31; -"@MMK_R_g" = 15; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 27; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 9; -"@MMK_R_icircumflex" = 19; -"@MMK_R_j" = 9; -"@MMK_R_l" = 9; -"@MMK_R_n" = 6; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = 13; -"@MMK_R_parenright" = -27; -"@MMK_R_parenright.case" = -15; -"@MMK_R_percent" = -10; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -24; -"@MMK_R_pi" = -11; -"@MMK_R_plus" = -13; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -33; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -31; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 7; -"@MMK_R_t" = -23; -"@MMK_R_three" = 23; -"@MMK_R_two" = 0; -"@MMK_R_u" = 9; -"@MMK_R_v" = -25; -"@MMK_R_w" = -11; -"@MMK_R_x" = 0; -"@MMK_R_y" = -29; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_four" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -40; -"@MMK_R_J" = -44; -"@MMK_R_O" = 0; -"@MMK_R_S" = 39; -"@MMK_R_T" = -44; -"@MMK_R_U" = 6; -"@MMK_R_V" = -42; -"@MMK_R_W" = -30; -"@MMK_R_X" = -13; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = -7; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -35; -"@MMK_R_bracketright" = -64; -"@MMK_R_colon" = -29; -"@MMK_R_colon.ss01" = -48; -"@MMK_R_comma" = -26; -"@MMK_R_comma.ss01" = -56; -"@MMK_R_degree" = -68; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = 37; -"@MMK_R_ellipsis" = -69; -"@MMK_R_f" = -18; -"@MMK_R_five" = 0; -"@MMK_R_four" = 23; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 17; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -21; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -38; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -64; -"@MMK_R_parenright.case" = -49; -"@MMK_R_percent" = -43; -"@MMK_R_period" = -28; -"@MMK_R_period.ss01" = -62; -"@MMK_R_pi" = -13; -"@MMK_R_plus" = -34; -"@MMK_R_question" = -42; -"@MMK_R_quotedbl" = -46; -"@MMK_R_quotedblleft" = -49; -"@MMK_R_quotedblleft.ss01" = -58; -"@MMK_R_quotedblright" = -46; -"@MMK_R_quoteright" = -46; -"@MMK_R_quoteright.ss01" = -58; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -26; -"@MMK_R_seven" = -42; -"@MMK_R_slash" = -11; -"@MMK_R_t" = -22; -"@MMK_R_three" = 0; -"@MMK_R_two" = -12; -"@MMK_R_u" = 0; -"@MMK_R_v" = -28; -"@MMK_R_w" = -16; -"@MMK_R_x" = -24; -"@MMK_R_y" = -32; -"@MMK_R_z" = -30; -"@MMK_R_zero" = 6; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -27; -"@MMK_R_zero.dnom" = -4; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -10; -"@MMK_R_J" = -13; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -118; -"@MMK_R_U" = 0; -"@MMK_R_V" = -41; -"@MMK_R_W" = -25; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -64; -"@MMK_R_Z" = -6; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -65; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -29; -"@MMK_R_bracketright" = -29; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = 2; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -18; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = -9; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -35; -"@MMK_R_four" = -4; -"@MMK_R_foursuperior" = -19; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 2; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 5; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -36; -"@MMK_R_one" = -28; -"@MMK_R_onesuperior" = -47; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -20; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = -14; -"@MMK_R_question.ss01" = -39; -"@MMK_R_quotedbl" = -25; -"@MMK_R_quotedblleft" = -45; -"@MMK_R_quotedblleft.ss01" = -47; -"@MMK_R_quotedblright" = -35; -"@MMK_R_quoteright" = -35; -"@MMK_R_quoteright.ss01" = -40; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -48; -"@MMK_R_sixsuperior" = -31; -"@MMK_R_slash" = 16; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -76; -"@MMK_R_twosuperior" = -27; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = 4; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 2; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = 8; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = 16; -"@MMK_R_O" = 10; -"@MMK_R_S" = 11; -"@MMK_R_T" = -35; -"@MMK_R_U" = 6; -"@MMK_R_V" = 0; -"@MMK_R_W" = 6; -"@MMK_R_X" = 22; -"@MMK_R_Y" = -9; -"@MMK_R_Z" = 21; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -40; -"@MMK_R_asterisk" = 34; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 45; -"@MMK_R_colon.ss01" = 22; -"@MMK_R_comma" = 64; -"@MMK_R_comma.ss01" = 20; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -12; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 16; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -7; -"@MMK_R_four" = -12; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g.ss05" = 30; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 44; -"@MMK_R_hyphen" = -2; -"@MMK_R_icircumflex" = 21; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 23; -"@MMK_R_itilde" = 21; -"@MMK_R_j" = 26; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 14; -"@MMK_R_onesuperior" = -11; -"@MMK_R_oslash" = 24; -"@MMK_R_parenright" = 13; -"@MMK_R_period" = 51; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = 14; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 61; -"@MMK_R_sevensuperior" = -4; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 73; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -45; -"@MMK_R_twosuperior" = -7; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 67; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 16; -"@MMK_R_y" = 0; -"@MMK_R_z" = 18; -"@MMK_R_zero" = 8; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -82; -"@MMK_R_U" = 0; -"@MMK_R_V" = -25; -"@MMK_R_W" = -10; -"@MMK_R_X" = 20; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = 26; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -24; -"@MMK_R_bracketright" = -47; -"@MMK_R_colon" = 28; -"@MMK_R_colon.ss01" = 17; -"@MMK_R_comma" = 11; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -39; -"@MMK_R_e" = -11; -"@MMK_R_egrave" = -11; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 22; -"@MMK_R_five" = 0; -"@MMK_R_four" = -20; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -28; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 6; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -3; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -5; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -24; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_pi" = 22; -"@MMK_R_plus" = -20; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -38; -"@MMK_R_quotedblleft" = -53; -"@MMK_R_quotedblleft.ss01" = -20; -"@MMK_R_quotedblright" = -41; -"@MMK_R_quoteright" = -41; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 27; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 38; -"@MMK_R_t" = 21; -"@MMK_R_three" = 0; -"@MMK_R_two" = 9; -"@MMK_R_u" = 0; -"@MMK_R_v" = 16; -"@MMK_R_w" = 25; -"@MMK_R_x" = 29; -"@MMK_R_y" = 17; -"@MMK_R_z" = 38; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -12; -"@MMK_R_J" = -11; -"@MMK_R_O" = 0; -"@MMK_R_S" = 6; -"@MMK_R_T" = -114; -"@MMK_R_U" = 0; -"@MMK_R_V" = -63; -"@MMK_R_W" = -31; -"@MMK_R_X" = -14; -"@MMK_R_Y" = -102; -"@MMK_R_Z" = -11; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 12; -"@MMK_R_asterisk" = -66; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = -19; -"@MMK_R_colon.ss01" = -24; -"@MMK_R_comma" = -10; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 19; -"@MMK_R_egrave" = 19; -"@MMK_R_eight" = 19; -"@MMK_R_ellipsis" = -37; -"@MMK_R_f" = -22; -"@MMK_R_five" = 0; -"@MMK_R_four" = 29; -"@MMK_R_g" = 17; -"@MMK_R_guillemetleft" = -4; -"@MMK_R_guillemetright" = -32; -"@MMK_R_hyphen" = 29; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 18; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -42; -"@MMK_R_parenleft" = 9; -"@MMK_R_parenright" = -73; -"@MMK_R_parenright.case" = -38; -"@MMK_R_percent" = -33; -"@MMK_R_period" = -18; -"@MMK_R_period.ss01" = -31; -"@MMK_R_pi" = -16; -"@MMK_R_plus" = -15; -"@MMK_R_question" = -52; -"@MMK_R_quotedbl" = -81; -"@MMK_R_quotedblleft" = -87; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -88; -"@MMK_R_quoteright" = -87; -"@MMK_R_quoteright.ss01" = -64; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -18; -"@MMK_R_seven" = -45; -"@MMK_R_slash" = -6; -"@MMK_R_t" = -23; -"@MMK_R_three" = 0; -"@MMK_R_two" = -19; -"@MMK_R_u" = 4; -"@MMK_R_v" = -19; -"@MMK_R_w" = -10; -"@MMK_R_x" = -15; -"@MMK_R_y" = -20; -"@MMK_R_z" = -13; -"@MMK_R_zero" = 0; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -10; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -76; -"@MMK_R_J" = -91; -"@MMK_R_O" = 15; -"@MMK_R_S" = 5; -"@MMK_R_T" = -107; -"@MMK_R_U" = 13; -"@MMK_R_V" = -68; -"@MMK_R_W" = -32; -"@MMK_R_X" = -35; -"@MMK_R_Y" = -117; -"@MMK_R_Z" = -31; -"@MMK_R_a" = 28; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asterisk" = -130; -"@MMK_R_bracketright" = -74; -"@MMK_R_colon" = -59; -"@MMK_R_colon.ss01" = -59; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = 31; -"@MMK_R_egrave" = 31; -"@MMK_R_eight" = 30; -"@MMK_R_f" = -23; -"@MMK_R_five" = 0; -"@MMK_R_four" = 37; -"@MMK_R_g" = 29; -"@MMK_R_guillemetleft" = 31; -"@MMK_R_guillemetright" = -25; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 2; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_lslash" = 23; -"@MMK_R_n" = 2; -"@MMK_R_nine" = -6; -"@MMK_R_one" = -54; -"@MMK_R_parenleft" = 19; -"@MMK_R_parenright" = -79; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = -17; -"@MMK_R_plus" = -24; -"@MMK_R_question" = -87; -"@MMK_R_quotedbl" = -83; -"@MMK_R_quotedblleft" = -151; -"@MMK_R_quotedblleft.ss01" = -81; -"@MMK_R_quotedblright" = -151; -"@MMK_R_quoteright" = -87; -"@MMK_R_quoteright.ss01" = -141; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -59; -"@MMK_R_seven" = -90; -"@MMK_R_slash" = -18; -"@MMK_R_t" = -26; -"@MMK_R_three" = 0; -"@MMK_R_two" = -32; -"@MMK_R_u" = 14; -"@MMK_R_v" = -22; -"@MMK_R_w" = -12; -"@MMK_R_x" = -42; -"@MMK_R_y" = -27; -"@MMK_R_z" = -37; -"@MMK_R_zero" = 11; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -35; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -75; -"@MMK_R_J" = -94; -"@MMK_R_O" = 36; -"@MMK_R_S" = -20; -"@MMK_R_T" = -107; -"@MMK_R_U" = 15; -"@MMK_R_V" = -43; -"@MMK_R_W" = -17; -"@MMK_R_X" = -73; -"@MMK_R_Y" = -84; -"@MMK_R_Z" = -69; -"@MMK_R_asterisk" = -52; -"@MMK_R_colon" = -35; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_eight" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = 0; -"@MMK_R_guillemetleft" = 4; -"@MMK_R_guillemetright" = -6; -"@MMK_R_nine" = -3; -"@MMK_R_one" = -52; -"@MMK_R_parenright.case" = -74; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -55; -"@MMK_R_quotedbl" = -51; -"@MMK_R_quotedblleft" = -87; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -88; -"@MMK_R_quoteright" = -87; -"@MMK_R_quoteright.ss01" = -63; -"@MMK_R_semicolon" = -36; -"@MMK_R_seven" = -40; -"@MMK_R_slash" = -40; -"@MMK_R_three" = -38; -"@MMK_R_two" = -35; -"@MMK_R_zero" = 30; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -13; -"@MMK_R_O" = 7; -"@MMK_R_S" = 0; -"@MMK_R_T" = -28; -"@MMK_R_U" = 0; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -17; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -65; -"@MMK_R_asterisk" = 7; -"@MMK_R_braceright" = -43; -"@MMK_R_bracketright" = -43; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = -36; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = -5; -"@MMK_R_foursuperior" = -19; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 4; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 4; -"@MMK_R_itilde" = 4; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -14; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -38; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -18; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -23; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -17; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -40; -"@MMK_R_twosuperior" = -5; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 23; -"@MMK_R_I.ss02" = 0; -"@MMK_R_O" = 39; -"@MMK_R_S" = 48; -"@MMK_R_U" = 35; -"@MMK_R_V" = 27; -"@MMK_R_X" = 7; -"@MMK_R_Y" = 6; -"@MMK_R_Z" = 8; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = 7; -"@MMK_R_ellipsis" = -36; -"@MMK_R_exclam" = 56; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = 6; -"@MMK_R_four" = -5; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 30; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 7; -"@MMK_R_igrave" = 4; -"@MMK_R_j" = 0; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 7; -"@MMK_R_l.ss03" = 5; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 20; -"@MMK_R_one" = 44; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -15; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 68; -"@MMK_R_question.ss01" = 33; -"@MMK_R_quotedbl" = 47; -"@MMK_R_quotedblleft" = 54; -"@MMK_R_quotedblleft.ss01" = 24; -"@MMK_R_quotedblright" = 56; -"@MMK_R_quoteright" = 56; -"@MMK_R_quoteright.ss01" = 17; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = 4; -"@MMK_R_sixsuperior" = 21; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 14; -"@MMK_R_u" = 2; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 2; -"@MMK_R_y" = 0; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 12; -"@MMK_R_I.ss02" = 31; -"@MMK_R_J" = -9; -"@MMK_R_O" = 9; -"@MMK_R_S" = 23; -"@MMK_R_T" = 23; -"@MMK_R_U" = 25; -"@MMK_R_V" = 35; -"@MMK_R_W" = 42; -"@MMK_R_X" = 27; -"@MMK_R_Y" = 33; -"@MMK_R_Z" = 27; -"@MMK_R_asciicircum" = -54; -"@MMK_R_asterisk" = 39; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 10; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -35; -"@MMK_R_exclam" = 32; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -5; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 4; -"@MMK_R_igrave" = 4; -"@MMK_R_imacron" = 4; -"@MMK_R_itilde" = 4; -"@MMK_R_j" = 4; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 5; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 8; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 19; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = 3; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 30; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 33; -"@MMK_R_quotedblleft" = 28; -"@MMK_R_quotedblleft.ss01" = 4; -"@MMK_R_quotedblright" = 31; -"@MMK_R_quoteright" = 31; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 20; -"@MMK_R_sixsuperior" = 7; -"@MMK_R_threesuperior" = 4; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 9; -"@MMK_R_underscore" = 5; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 8; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 11; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 8; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -96; -"@MMK_R_U" = 0; -"@MMK_R_V" = -22; -"@MMK_R_W" = -5; -"@MMK_R_X" = 14; -"@MMK_R_Y" = -42; -"@MMK_R_Z" = 11; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -48; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -60; -"@MMK_R_bracketright" = -60; -"@MMK_R_colon" = 40; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -5; -"@MMK_R_eightsuperior" = -13; -"@MMK_R_ellipsis" = -12; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 3; -"@MMK_R_fivesuperior" = -23; -"@MMK_R_four" = -45; -"@MMK_R_foursuperior" = -6; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -17; -"@MMK_R_guillemetright" = 44; -"@MMK_R_hyphen" = -55; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -7; -"@MMK_R_ninesuperior" = -31; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -45; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -34; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -21; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -20; -"@MMK_R_quotedblleft.ss01" = -24; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -15; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 40; -"@MMK_R_sevensuperior" = -63; -"@MMK_R_sixsuperior" = -17; -"@MMK_R_slash" = 35; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -70; -"@MMK_R_twosuperior" = -38; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 45; -"@MMK_R_v" = 8; -"@MMK_R_w" = 7; -"@MMK_R_x" = 21; -"@MMK_R_y" = 0; -"@MMK_R_z" = 25; -"@MMK_R_zero" = 0; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -12; -"@MMK_R_O" = 7; -"@MMK_R_S" = 9; -"@MMK_R_T" = -21; -"@MMK_R_U" = 11; -"@MMK_R_V" = 0; -"@MMK_R_W" = 3; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asciicircum" = -56; -"@MMK_R_asterisk" = 16; -"@MMK_R_braceright" = -18; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -36; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = -5; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 4; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 4; -"@MMK_R_itilde" = 3; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -18; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -14; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -12; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -11; -"@MMK_R_trademark" = -34; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = -2; -"@MMK_R_zero" = 4; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 20; -"@MMK_R_I.ss02" = 9; -"@MMK_R_J" = 10; -"@MMK_R_O" = -9; -"@MMK_R_S" = -5; -"@MMK_R_T" = -32; -"@MMK_R_U" = -8; -"@MMK_R_V" = -12; -"@MMK_R_W" = -8; -"@MMK_R_X" = 24; -"@MMK_R_Y" = -15; -"@MMK_R_Z" = 14; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -72; -"@MMK_R_asterisk" = -4; -"@MMK_R_braceright" = -39; -"@MMK_R_bracketright" = -32; -"@MMK_R_colon" = 17; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 25; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -11; -"@MMK_R_eightsuperior" = -22; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -28; -"@MMK_R_four" = -22; -"@MMK_R_foursuperior" = -31; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 26; -"@MMK_R_guillemetleft" = -15; -"@MMK_R_guillemetright" = 17; -"@MMK_R_hyphen" = -15; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = -3; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = -18; -"@MMK_R_oslash" = 10; -"@MMK_R_parenright" = -21; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -10; -"@MMK_R_question" = -13; -"@MMK_R_question.ss01" = -25; -"@MMK_R_quotedbl" = -21; -"@MMK_R_quotedblleft" = -21; -"@MMK_R_quotedblleft.ss01" = -32; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -15; -"@MMK_R_quoteright.ss01" = -32; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 17; -"@MMK_R_sevensuperior" = -30; -"@MMK_R_sixsuperior" = -22; -"@MMK_R_slash" = 41; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -45; -"@MMK_R_twosuperior" = -22; -"@MMK_R_u" = -4; -"@MMK_R_underscore" = 64; -"@MMK_R_v" = -12; -"@MMK_R_w" = -8; -"@MMK_R_x" = 17; -"@MMK_R_y" = -14; -"@MMK_R_z" = 12; -"@MMK_R_zero" = -10; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 48; -"@MMK_R_colon" = 47; -"@MMK_R_colon.ss01" = 25; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 3; -"@MMK_R_eightsuperior" = 83; -"@MMK_R_exclam" = 107; -"@MMK_R_f" = 38; -"@MMK_R_fivesuperior" = 94; -"@MMK_R_foursuperior" = 50; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 2; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 23; -"@MMK_R_j" = 21; -"@MMK_R_l" = 34; -"@MMK_R_l.ss03" = 37; -"@MMK_R_n" = 4; -"@MMK_R_ninesuperior" = 95; -"@MMK_R_onesuperior" = 100; -"@MMK_R_parenright" = 71; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = 131; -"@MMK_R_question.ss01" = 75; -"@MMK_R_quotedbl" = 136; -"@MMK_R_quotedblleft" = 130; -"@MMK_R_quotedblleft.ss01" = 91; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 45; -"@MMK_R_sevensuperior" = 96; -"@MMK_R_sixsuperior" = 97; -"@MMK_R_slash" = 30; -"@MMK_R_t" = 38; -"@MMK_R_threesuperior" = 89; -"@MMK_R_twosuperior" = 92; -"@MMK_R_u" = 15; -"@MMK_R_v" = 32; -"@MMK_R_z" = 26; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = -33; -"@MMK_R_H" = -21; -"@MMK_R_I.ss02" = -54; -"@MMK_R_J" = -57; -"@MMK_R_O" = -4; -"@MMK_R_S" = -24; -"@MMK_R_T" = -147; -"@MMK_R_V" = -78; -"@MMK_R_W" = -45; -"@MMK_R_Y" = -119; -"@MMK_R_Z" = -44; -"@MMK_R_a" = -5; -"@MMK_R_a.ss04" = -14; -"@MMK_R_e" = -4; -"@MMK_R_f" = -39; -"@MMK_R_g" = -4; -"@MMK_R_i" = -20; -"@MMK_R_j" = -20; -"@MMK_R_l" = -19; -"@MMK_R_n" = -20; -"@MMK_R_s" = -24; -"@MMK_R_t" = -41; -"@MMK_R_z" = -50; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = -3; -"@MMK_R_U" = 7; -"@MMK_R_X" = -4; -"@MMK_R_a" = 17; -"@MMK_R_a.ss04" = 26; -"@MMK_R_bracketright" = -31; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -11; -"@MMK_R_comma.ss01" = -43; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -47; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 17; -"@MMK_R_g.ss05" = 15; -"@MMK_R_guillemetleft" = 9; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -11; -"@MMK_R_parenright" = -28; -"@MMK_R_period" = -13; -"@MMK_R_period.ss01" = -46; -"@MMK_R_question" = -10; -"@MMK_R_question.ss01" = -22; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -28; -"@MMK_R_s" = 16; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -18; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -4; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 8; -"@MMK_R_v" = 14; -"@MMK_R_w" = 19; -"@MMK_R_x" = -2; -"@MMK_R_y" = 5; -"@MMK_R_z" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 5; -"@MMK_R_H" = 0; -"@MMK_R_J" = -7; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -136; -"@MMK_R_U" = -4; -"@MMK_R_V" = -62; -"@MMK_R_W" = -34; -"@MMK_R_X" = -4; -"@MMK_R_Y" = -105; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -89; -"@MMK_R_asterisk" = -46; -"@MMK_R_braceright" = -65; -"@MMK_R_bracketright" = -65; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma" = 13; -"@MMK_R_comma.ss01" = -25; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eightsuperior" = -35; -"@MMK_R_ellipsis" = -28; -"@MMK_R_exclam" = -6; -"@MMK_R_f" = -12; -"@MMK_R_fivesuperior" = -46; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -41; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 12; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 6; -"@MMK_R_ninesuperior" = -46; -"@MMK_R_one" = -57; -"@MMK_R_onesuperior" = -57; -"@MMK_R_oslash" = 11; -"@MMK_R_parenright" = -43; -"@MMK_R_period" = 13; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = -53; -"@MMK_R_question.ss01" = -67; -"@MMK_R_quotedbl" = -56; -"@MMK_R_quotedblleft" = -82; -"@MMK_R_quotedblleft.ss01" = -80; -"@MMK_R_quotedblright" = -72; -"@MMK_R_quoteright" = -72; -"@MMK_R_quoteright.ss01" = -72; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -66; -"@MMK_R_sixsuperior" = -40; -"@MMK_R_slash" = 13; -"@MMK_R_t" = -12; -"@MMK_R_threesuperior" = -37; -"@MMK_R_trademark" = -94; -"@MMK_R_twosuperior" = -31; -"@MMK_R_underscore" = 13; -"@MMK_R_v" = -18; -"@MMK_R_w" = -10; -"@MMK_R_x" = 0; -"@MMK_R_y" = -21; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = -2; -"@MMK_R_I.ss02" = -11; -"@MMK_R_J" = -8; -"@MMK_R_O" = 23; -"@MMK_R_S" = 9; -"@MMK_R_T" = -58; -"@MMK_R_U" = 8; -"@MMK_R_V" = -34; -"@MMK_R_W" = -14; -"@MMK_R_X" = -13; -"@MMK_R_Y" = -49; -"@MMK_R_Z" = -10; -"@MMK_R_a" = 25; -"@MMK_R_a.ss04" = 17; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -74; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -42; -"@MMK_R_degree" = -42; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eight" = 16; -"@MMK_R_ellipsis" = -47; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = 30; -"@MMK_R_g" = 23; -"@MMK_R_guillemetleft" = 16; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 34; -"@MMK_R_hyphen.case" = 26; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 15; -"@MMK_R_j" = 4; -"@MMK_R_l" = 5; -"@MMK_R_n" = 4; -"@MMK_R_nine" = 4; -"@MMK_R_one" = -14; -"@MMK_R_parenleft" = 22; -"@MMK_R_parenright" = -74; -"@MMK_R_parenright.case" = -40; -"@MMK_R_percent" = -4; -"@MMK_R_period" = -14; -"@MMK_R_period.ss01" = -43; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -9; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -25; -"@MMK_R_quotedblleft.ss01" = -36; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -29; -"@MMK_R_s" = 11; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -11; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 0; -"@MMK_R_three" = 4; -"@MMK_R_two" = 0; -"@MMK_R_u" = 15; -"@MMK_R_v" = 0; -"@MMK_R_w" = 12; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 18; -}; -"@MMK_L_o" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = -19; -"@MMK_R_J" = -22; -"@MMK_R_O" = 6; -"@MMK_R_S" = 0; -"@MMK_R_T" = -124; -"@MMK_R_U" = 0; -"@MMK_R_V" = -63; -"@MMK_R_W" = -32; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -115; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 19; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -94; -"@MMK_R_asterisk" = -55; -"@MMK_R_braceright" = -73; -"@MMK_R_bracketright" = -72; -"@MMK_R_colon" = -15; -"@MMK_R_colon.ss01" = -30; -"@MMK_R_comma" = -7; -"@MMK_R_comma.ss01" = -37; -"@MMK_R_e" = 21; -"@MMK_R_egrave" = 21; -"@MMK_R_eightsuperior" = -36; -"@MMK_R_ellipsis" = -42; -"@MMK_R_exclam" = -5; -"@MMK_R_f" = -20; -"@MMK_R_fivesuperior" = -47; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -45; -"@MMK_R_g" = 20; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 18; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = 27; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 16; -"@MMK_R_ninesuperior" = -47; -"@MMK_R_one" = -53; -"@MMK_R_onesuperior" = -57; -"@MMK_R_oslash" = 21; -"@MMK_R_parenright" = -67; -"@MMK_R_period" = -7; -"@MMK_R_period.ss01" = -37; -"@MMK_R_question" = -60; -"@MMK_R_question.ss01" = -69; -"@MMK_R_quotedbl" = -56; -"@MMK_R_quotedblleft" = -87; -"@MMK_R_quotedblleft.ss01" = -79; -"@MMK_R_quotedblright" = -62; -"@MMK_R_quoteright" = -62; -"@MMK_R_quoteright.ss01" = -73; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = -5; -"@MMK_R_sevensuperior" = -63; -"@MMK_R_sixsuperior" = -40; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -22; -"@MMK_R_threesuperior" = -38; -"@MMK_R_trademark" = -96; -"@MMK_R_twosuperior" = -31; -"@MMK_R_u" = 7; -"@MMK_R_underscore" = -2; -"@MMK_R_v" = -18; -"@MMK_R_w" = -8; -"@MMK_R_x" = -11; -"@MMK_R_y" = -21; -"@MMK_R_z" = -7; -"@MMK_R_zero" = 4; -}; -"@MMK_L_p" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -17; -"@MMK_R_J" = -20; -"@MMK_R_O" = 5; -"@MMK_R_S" = 0; -"@MMK_R_T" = -125; -"@MMK_R_U" = 0; -"@MMK_R_V" = -64; -"@MMK_R_W" = -32; -"@MMK_R_X" = -4; -"@MMK_R_Y" = -115; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 17; -"@MMK_R_a.ss04" = 8; -"@MMK_R_asciicircum" = -94; -"@MMK_R_asterisk" = -54; -"@MMK_R_braceright" = -71; -"@MMK_R_bracketright" = -71; -"@MMK_R_colon" = -12; -"@MMK_R_colon.ss01" = -29; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -35; -"@MMK_R_e" = 20; -"@MMK_R_egrave" = 20; -"@MMK_R_eightsuperior" = -38; -"@MMK_R_ellipsis" = -39; -"@MMK_R_exclam" = -7; -"@MMK_R_f" = -18; -"@MMK_R_fivesuperior" = -47; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -45; -"@MMK_R_g" = 19; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 15; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = 24; -"@MMK_R_l.ss02" = 2; -"@MMK_R_lslash" = 14; -"@MMK_R_ninesuperior" = -47; -"@MMK_R_one" = -54; -"@MMK_R_onesuperior" = -58; -"@MMK_R_oslash" = 20; -"@MMK_R_parenright" = -63; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -35; -"@MMK_R_question" = -59; -"@MMK_R_question.ss01" = -73; -"@MMK_R_quotedbl" = -63; -"@MMK_R_quotedblleft" = -87; -"@MMK_R_quotedblleft.ss01" = -81; -"@MMK_R_quotedblright" = -79; -"@MMK_R_quoteright" = -79; -"@MMK_R_quoteright.ss01" = -81; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = -67; -"@MMK_R_sixsuperior" = -53; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -22; -"@MMK_R_threesuperior" = -40; -"@MMK_R_trademark" = -97; -"@MMK_R_twosuperior" = -31; -"@MMK_R_u" = 6; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -19; -"@MMK_R_w" = -9; -"@MMK_R_x" = -8; -"@MMK_R_y" = -21; -"@MMK_R_z" = -4; -"@MMK_R_zero" = 4; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -46; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = -51; -"@MMK_R_O" = -46; -"@MMK_R_S" = -25; -"@MMK_R_T" = 7; -"@MMK_R_U" = -3; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -7; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -79; -"@MMK_R_a.ss04" = -46; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 22; -"@MMK_R_colon" = -46; -"@MMK_R_colon.ss01" = -64; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_degree" = -48; -"@MMK_R_e" = -78; -"@MMK_R_egrave" = -54; -"@MMK_R_eight" = -31; -"@MMK_R_ellipsis" = -72; -"@MMK_R_f" = -43; -"@MMK_R_five" = -8; -"@MMK_R_four" = -78; -"@MMK_R_g" = -44; -"@MMK_R_guillemetleft" = -82; -"@MMK_R_guillemetright" = -47; -"@MMK_R_hyphen" = -82; -"@MMK_R_i" = -26; -"@MMK_R_icircumflex" = -3; -"@MMK_R_j" = 51; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -14; -"@MMK_R_n" = -55; -"@MMK_R_nine" = -29; -"@MMK_R_one" = -36; -"@MMK_R_parenleft" = -49; -"@MMK_R_parenright" = 27; -"@MMK_R_percent" = -16; -"@MMK_R_period" = -46; -"@MMK_R_period.ss01" = -74; -"@MMK_R_pi" = -50; -"@MMK_R_plus" = -82; -"@MMK_R_question" = -15; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -24; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = -71; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -5; -"@MMK_R_slash" = -8; -"@MMK_R_t" = -51; -"@MMK_R_three" = -29; -"@MMK_R_two" = -23; -"@MMK_R_u" = -67; -"@MMK_R_v" = -59; -"@MMK_R_w" = -58; -"@MMK_R_x" = -46; -"@MMK_R_y" = -4; -"@MMK_R_z" = -52; -"@MMK_R_zero" = -40; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = -9; -"@MMK_R_H" = -6; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = -15; -"@MMK_R_O" = -48; -"@MMK_R_S" = -24; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 2; -"@MMK_R_asterisk" = -2; -"@MMK_R_colon" = -12; -"@MMK_R_colon.ss01" = -35; -"@MMK_R_comma" = 6; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_degree" = -52; -"@MMK_R_eight" = -29; -"@MMK_R_ellipsis" = -39; -"@MMK_R_five" = -6; -"@MMK_R_four" = -63; -"@MMK_R_guillemetleft" = -61; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen.case" = -74; -"@MMK_R_nine" = -26; -"@MMK_R_one" = -39; -"@MMK_R_parenright.case" = 18; -"@MMK_R_percent" = -19; -"@MMK_R_period" = -4; -"@MMK_R_period.ss01" = -36; -"@MMK_R_plus" = -76; -"@MMK_R_question" = -19; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -28; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -20; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -5; -"@MMK_R_slash" = 40; -"@MMK_R_three" = -22; -"@MMK_R_two" = -13; -"@MMK_R_zero" = -43; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -8; -"@MMK_R_J" = -17; -"@MMK_R_O" = 22; -"@MMK_R_S" = 0; -"@MMK_R_T" = -41; -"@MMK_R_U" = 5; -"@MMK_R_V" = -30; -"@MMK_R_W" = -10; -"@MMK_R_X" = -5; -"@MMK_R_Y" = -43; -"@MMK_R_Z" = -9; -"@MMK_R_a" = 16; -"@MMK_R_a.ss04" = 11; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -46; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = -36; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eight" = 9; -"@MMK_R_f" = 0; -"@MMK_R_five" = 5; -"@MMK_R_four" = 0; -"@MMK_R_g" = 17; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 21; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 14; -"@MMK_R_j" = 5; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 5; -"@MMK_R_one" = -14; -"@MMK_R_parenleft" = 15; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = -13; -"@MMK_R_period.ss01" = -43; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -11; -"@MMK_R_quotedbl" = -18; -"@MMK_R_quotedblleft" = -25; -"@MMK_R_quotedblleft.ss01" = -35; -"@MMK_R_quotedblright" = -18; -"@MMK_R_quoteright" = -18; -"@MMK_R_quoteright.ss01" = -32; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -12; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 9; -"@MMK_R_v" = 0; -"@MMK_R_w" = 7; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 17; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -31; -"@MMK_R_bracketright" = -40; -"@MMK_R_colon" = -7; -"@MMK_R_colon.ss01" = -27; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -28; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -32; -"@MMK_R_parenright" = -40; -"@MMK_R_parenright.case" = -29; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -31; -"@MMK_R_question" = -43; -"@MMK_R_quotedbl" = -41; -"@MMK_R_quotedblleft" = -46; -"@MMK_R_quotedblleft.ss01" = -59; -"@MMK_R_quotedblright" = -40; -"@MMK_R_quoteright" = -40; -"@MMK_R_quoteright.ss01" = -60; -"@MMK_R_semicolon" = -2; -"@MMK_R_slash" = 0; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -10; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -67; -"@MMK_R_S" = -33; -"@MMK_R_T" = -85; -"@MMK_R_U" = -50; -"@MMK_R_V" = -85; -"@MMK_R_W" = -67; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -85; -"@MMK_R_Z" = 6; -"@MMK_R_a" = -41; -"@MMK_R_a.ss04" = -18; -"@MMK_R_asterisk" = -85; -"@MMK_R_bracketright" = -46; -"@MMK_R_colon" = 28; -"@MMK_R_e" = -41; -"@MMK_R_eight" = -27; -"@MMK_R_f" = -34; -"@MMK_R_five" = -32; -"@MMK_R_four" = -72; -"@MMK_R_g" = -6; -"@MMK_R_guillemetleft" = -38; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -85; -"@MMK_R_hyphen.case" = -85; -"@MMK_R_i" = -10; -"@MMK_R_j" = 2; -"@MMK_R_l" = -10; -"@MMK_R_n" = -10; -"@MMK_R_nine" = -32; -"@MMK_R_one" = -65; -"@MMK_R_parenleft" = -25; -"@MMK_R_parenright" = -31; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -28; -"@MMK_R_question" = -85; -"@MMK_R_quotedbl" = -85; -"@MMK_R_quotedblleft" = -85; -"@MMK_R_quotedblright" = -85; -"@MMK_R_quoteright" = -85; -"@MMK_R_s" = -20; -"@MMK_R_semicolon" = 30; -"@MMK_R_seven" = -76; -"@MMK_R_slash" = 53; -"@MMK_R_t" = -45; -"@MMK_R_three" = -24; -"@MMK_R_two" = 0; -"@MMK_R_u" = -34; -"@MMK_R_v" = -79; -"@MMK_R_w" = -55; -"@MMK_R_x" = 0; -"@MMK_R_y" = -51; -"@MMK_R_z" = 9; -"@MMK_R_zero" = -50; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = -36; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = -82; -"@MMK_R_S" = -54; -"@MMK_R_T" = -82; -"@MMK_R_U" = -71; -"@MMK_R_V" = -82; -"@MMK_R_W" = -82; -"@MMK_R_X" = -7; -"@MMK_R_Y" = -152; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -63; -"@MMK_R_a.ss04" = -40; -"@MMK_R_asterisk" = -82; -"@MMK_R_bracketright" = -82; -"@MMK_R_colon.ss01" = -20; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_e" = -63; -"@MMK_R_egrave" = -63; -"@MMK_R_eight" = -46; -"@MMK_R_f" = -56; -"@MMK_R_five" = -53; -"@MMK_R_four" = -82; -"@MMK_R_g" = -39; -"@MMK_R_guillemetleft" = -41; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -82; -"@MMK_R_hyphen.case" = -82; -"@MMK_R_i" = -36; -"@MMK_R_j" = -35; -"@MMK_R_l" = -36; -"@MMK_R_n" = -36; -"@MMK_R_nine" = -53; -"@MMK_R_one" = -77; -"@MMK_R_parenleft" = -52; -"@MMK_R_parenright" = -65; -"@MMK_R_parenright.case" = -29; -"@MMK_R_period.ss01" = -21; -"@MMK_R_pi" = -51; -"@MMK_R_quotedbl" = -82; -"@MMK_R_quotedblleft.ss01" = -82; -"@MMK_R_quoteright.ss01" = -82; -"@MMK_R_s" = -40; -"@MMK_R_seven" = -82; -"@MMK_R_slash" = -6; -"@MMK_R_t" = -67; -"@MMK_R_three" = -43; -"@MMK_R_two" = -27; -"@MMK_R_u" = -57; -"@MMK_R_v" = -82; -"@MMK_R_w" = -73; -"@MMK_R_x" = -9; -"@MMK_R_y" = -81; -"@MMK_R_z" = -5; -"@MMK_R_zero" = -71; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -39; -"@MMK_R_H" = -9; -"@MMK_R_I.ss02" = -79; -"@MMK_R_J" = -97; -"@MMK_R_O" = 0; -"@MMK_R_S" = -29; -"@MMK_R_T" = -112; -"@MMK_R_U" = 0; -"@MMK_R_V" = -53; -"@MMK_R_W" = -28; -"@MMK_R_Y" = -87; -"@MMK_R_Z" = -68; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = -21; -"@MMK_R_g" = 0; -"@MMK_R_i" = -7; -"@MMK_R_j" = -7; -"@MMK_R_l" = -6; -"@MMK_R_n" = -7; -"@MMK_R_s" = 0; -"@MMK_R_t" = -22; -"@MMK_R_u" = 0; -"@MMK_R_z" = -40; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -60; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -22; -"@MMK_R_J" = -71; -"@MMK_R_O" = 9; -"@MMK_R_S" = 0; -"@MMK_R_T" = -33; -"@MMK_R_U" = 4; -"@MMK_R_V" = -2; -"@MMK_R_W" = 3; -"@MMK_R_X" = -41; -"@MMK_R_Y" = -18; -"@MMK_R_Z" = -31; -"@MMK_R_a" = -13; -"@MMK_R_a.ss04" = -10; -"@MMK_R_asterisk" = 32; -"@MMK_R_bracketright" = -51; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -85; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -17; -"@MMK_R_f" = 5; -"@MMK_R_g" = -14; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = 14; -"@MMK_R_hyphen" = -32; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -7; -"@MMK_R_j" = -7; -"@MMK_R_l" = -2; -"@MMK_R_n" = -10; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -50; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = 0; -"@MMK_R_question" = 24; -"@MMK_R_quotedbl" = 5; -"@MMK_R_quotedblleft" = 9; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = -6; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -52; -"@MMK_R_t" = 4; -"@MMK_R_u" = 0; -"@MMK_R_v" = 2; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 3; -"@MMK_R_z" = -8; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -18; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -84; -"@MMK_R_S" = -54; -"@MMK_R_T" = -125; -"@MMK_R_U" = -72; -"@MMK_R_V" = -131; -"@MMK_R_W" = -74; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -134; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -58; -"@MMK_R_a.ss04" = -37; -"@MMK_R_e" = -59; -"@MMK_R_eight" = -47; -"@MMK_R_f" = -42; -"@MMK_R_five" = -52; -"@MMK_R_four" = -86; -"@MMK_R_g" = -2; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = -17; -"@MMK_R_j" = 84; -"@MMK_R_l" = -17; -"@MMK_R_n" = -17; -"@MMK_R_nine" = -52; -"@MMK_R_one" = -69; -"@MMK_R_parenright" = 9; -"@MMK_R_quotedbl" = -83; -"@MMK_R_quotedblleft" = -130; -"@MMK_R_quoteright" = -87; -"@MMK_R_s" = -40; -"@MMK_R_seven" = -83; -"@MMK_R_t" = -56; -"@MMK_R_three" = -48; -"@MMK_R_two" = -6; -"@MMK_R_u" = -51; -"@MMK_R_v" = -81; -"@MMK_R_w" = -62; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -77; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -77; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -102; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 29; -"@MMK_R_W" = 23; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 24; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -15; -"@MMK_R_asterisk" = 2; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_degree" = -4; -"@MMK_R_e" = -29; -"@MMK_R_egrave" = -25; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -163; -"@MMK_R_f" = 2; -"@MMK_R_five" = 0; -"@MMK_R_four" = -69; -"@MMK_R_g" = -27; -"@MMK_R_guillemetleft" = -64; -"@MMK_R_guillemetright" = -27; -"@MMK_R_hyphen" = -83; -"@MMK_R_hyphen.case" = -30; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = 53; -"@MMK_R_j" = -4; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -15; -"@MMK_R_n" = -19; -"@MMK_R_nine" = 9; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -11; -"@MMK_R_parenright" = -5; -"@MMK_R_parenright.case" = -4; -"@MMK_R_percent" = 22; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -40; -"@MMK_R_question" = 34; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = 9; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = 18; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 25; -"@MMK_R_slash" = -87; -"@MMK_R_t" = 2; -"@MMK_R_three" = 11; -"@MMK_R_two" = 17; -"@MMK_R_u" = -12; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -3; -"@MMK_R_y" = 0; -"@MMK_R_z" = -15; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 9; -"@MMK_R_H" = -14; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -79; -"@MMK_R_S" = -42; -"@MMK_R_T" = -125; -"@MMK_R_U" = -61; -"@MMK_R_V" = -134; -"@MMK_R_W" = -70; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -134; -"@MMK_R_Z" = 3; -"@MMK_R_a" = -48; -"@MMK_R_a.ss04" = -24; -"@MMK_R_asterisk" = -151; -"@MMK_R_colon" = 26; -"@MMK_R_comma" = 34; -"@MMK_R_e" = -48; -"@MMK_R_egrave" = -49; -"@MMK_R_eight" = -34; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -35; -"@MMK_R_five" = -41; -"@MMK_R_four" = -76; -"@MMK_R_g" = -12; -"@MMK_R_guillemetleft" = -66; -"@MMK_R_guillemetright" = -27; -"@MMK_R_hyphen" = -115; -"@MMK_R_hyphen.case" = -151; -"@MMK_R_i" = -14; -"@MMK_R_icircumflex" = -14; -"@MMK_R_j" = 24; -"@MMK_R_l" = -14; -"@MMK_R_lslash" = -25; -"@MMK_R_n" = -14; -"@MMK_R_nine" = -41; -"@MMK_R_one" = -68; -"@MMK_R_parenleft" = -30; -"@MMK_R_percent" = -35; -"@MMK_R_period" = 30; -"@MMK_R_pi" = -30; -"@MMK_R_plus" = -151; -"@MMK_R_question" = -87; -"@MMK_R_quotedblleft" = -87; -"@MMK_R_quotedblright" = -151; -"@MMK_R_quoteright" = -87; -"@MMK_R_s" = -26; -"@MMK_R_seven" = -84; -"@MMK_R_slash" = 69; -"@MMK_R_t" = -48; -"@MMK_R_three" = -31; -"@MMK_R_two" = -5; -"@MMK_R_u" = -41; -"@MMK_R_v" = -87; -"@MMK_R_w" = -53; -"@MMK_R_x" = 0; -"@MMK_R_y" = -11; -"@MMK_R_z" = 6; -"@MMK_R_zero" = -57; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = -35; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = -75; -"@MMK_R_S" = -50; -"@MMK_R_T" = -137; -"@MMK_R_U" = -64; -"@MMK_R_V" = -141; -"@MMK_R_W" = -79; -"@MMK_R_X" = -7; -"@MMK_R_Y" = -141; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -57; -"@MMK_R_a.ss04" = -38; -"@MMK_R_asterisk" = -81; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon.ss01" = -21; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -57; -"@MMK_R_egrave" = -57; -"@MMK_R_eight" = -44; -"@MMK_R_f" = -55; -"@MMK_R_five" = -49; -"@MMK_R_four" = -81; -"@MMK_R_g" = -32; -"@MMK_R_guillemetleft" = -41; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -81; -"@MMK_R_hyphen.case" = -81; -"@MMK_R_i" = -35; -"@MMK_R_icircumflex" = -35; -"@MMK_R_j" = 29; -"@MMK_R_l" = -35; -"@MMK_R_lslash" = -46; -"@MMK_R_n" = -35; -"@MMK_R_nine" = -50; -"@MMK_R_one" = -77; -"@MMK_R_parenleft" = -43; -"@MMK_R_parenright" = -18; -"@MMK_R_parenright.case" = -16; -"@MMK_R_percent" = -48; -"@MMK_R_period.ss01" = -21; -"@MMK_R_pi" = -50; -"@MMK_R_plus" = -81; -"@MMK_R_quotedbl" = -81; -"@MMK_R_quotedblleft.ss01" = -81; -"@MMK_R_quoteright.ss01" = -81; -"@MMK_R_s" = -39; -"@MMK_R_seven" = -81; -"@MMK_R_slash" = 26; -"@MMK_R_t" = -63; -"@MMK_R_three" = -41; -"@MMK_R_two" = -26; -"@MMK_R_u" = -53; -"@MMK_R_v" = -81; -"@MMK_R_w" = -68; -"@MMK_R_x" = -9; -"@MMK_R_y" = -23; -"@MMK_R_z" = -5; -"@MMK_R_zero" = -64; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -85; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -96; -"@MMK_R_O" = 0; -"@MMK_R_S" = 9; -"@MMK_R_T" = 0; -"@MMK_R_U" = 5; -"@MMK_R_V" = 27; -"@MMK_R_W" = 30; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = -5; -"@MMK_R_a" = -44; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -14; -"@MMK_R_comma" = -87; -"@MMK_R_degree" = -2; -"@MMK_R_e" = -48; -"@MMK_R_egrave" = -37; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -151; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -91; -"@MMK_R_g" = -45; -"@MMK_R_guillemetleft" = -78; -"@MMK_R_guillemetright" = -33; -"@MMK_R_hyphen" = -151; -"@MMK_R_hyphen.case" = -78; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 54; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_lslash" = -10; -"@MMK_R_n" = -22; -"@MMK_R_nine" = 17; -"@MMK_R_one" = 7; -"@MMK_R_parenleft" = -11; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 28; -"@MMK_R_period" = -85; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -78; -"@MMK_R_question" = 40; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -26; -"@MMK_R_semicolon" = -15; -"@MMK_R_seven" = 40; -"@MMK_R_slash" = -96; -"@MMK_R_t" = 0; -"@MMK_R_three" = 19; -"@MMK_R_two" = 26; -"@MMK_R_u" = -14; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -95; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -104; -"@MMK_R_O" = -15; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 8; -"@MMK_R_W" = 8; -"@MMK_R_X" = -15; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -12; -"@MMK_R_a" = -57; -"@MMK_R_a.ss04" = -36; -"@MMK_R_asterisk" = 46; -"@MMK_R_bracketright" = -21; -"@MMK_R_colon.ss01" = -34; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_degree" = -13; -"@MMK_R_e" = -60; -"@MMK_R_egrave" = -55; -"@MMK_R_eight" = -5; -"@MMK_R_f" = -2; -"@MMK_R_five" = 0; -"@MMK_R_four" = -81; -"@MMK_R_g" = -58; -"@MMK_R_guillemetleft" = -51; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -141; -"@MMK_R_hyphen.case" = -48; -"@MMK_R_i" = -18; -"@MMK_R_icircumflex" = 20; -"@MMK_R_j" = -18; -"@MMK_R_l" = -7; -"@MMK_R_lslash" = -21; -"@MMK_R_n" = -41; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -2; -"@MMK_R_parenleft" = -30; -"@MMK_R_parenright" = -19; -"@MMK_R_parenright.case" = -18; -"@MMK_R_percent" = 10; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = -13; -"@MMK_R_plus" = -59; -"@MMK_R_quotedbl" = 20; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -41; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -81; -"@MMK_R_t" = -2; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -35; -"@MMK_R_v" = -15; -"@MMK_R_w" = -16; -"@MMK_R_x" = -28; -"@MMK_R_y" = -15; -"@MMK_R_z" = -25; -"@MMK_R_zero" = -12; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -85; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -87; -"@MMK_R_O" = 0; -"@MMK_R_S" = 9; -"@MMK_R_T" = 0; -"@MMK_R_U" = 5; -"@MMK_R_V" = 27; -"@MMK_R_W" = 30; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = -5; -"@MMK_R_a" = -44; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -14; -"@MMK_R_comma" = -87; -"@MMK_R_degree" = -2; -"@MMK_R_e" = -48; -"@MMK_R_egrave" = -37; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -87; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -87; -"@MMK_R_g" = -45; -"@MMK_R_guillemetleft" = -78; -"@MMK_R_guillemetright" = -33; -"@MMK_R_hyphen" = -87; -"@MMK_R_hyphen.case" = -78; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 54; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_n" = -22; -"@MMK_R_nine" = 17; -"@MMK_R_one" = 7; -"@MMK_R_parenleft" = -11; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 28; -"@MMK_R_period" = -85; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -78; -"@MMK_R_question" = 40; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -23; -"@MMK_R_semicolon" = -15; -"@MMK_R_seven" = 40; -"@MMK_R_slash" = -87; -"@MMK_R_t" = 0; -"@MMK_R_three" = 19; -"@MMK_R_two" = 26; -"@MMK_R_u" = -14; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -87; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -100; -"@MMK_R_O" = -12; -"@MMK_R_S" = 3; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 33; -"@MMK_R_W" = 28; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 26; -"@MMK_R_Z" = -5; -"@MMK_R_a" = -67; -"@MMK_R_a.ss04" = -36; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -7; -"@MMK_R_colon" = -34; -"@MMK_R_comma" = -87; -"@MMK_R_e" = -69; -"@MMK_R_egrave" = -45; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -151; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -87; -"@MMK_R_g" = -68; -"@MMK_R_guillemetleft" = -87; -"@MMK_R_guillemetright" = -49; -"@MMK_R_hyphen" = -151; -"@MMK_R_hyphen.case" = -87; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = 54; -"@MMK_R_j" = -7; -"@MMK_R_l" = -2; -"@MMK_R_lslash" = -16; -"@MMK_R_n" = -41; -"@MMK_R_nine" = 5; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -26; -"@MMK_R_parenright" = -8; -"@MMK_R_parenright.case" = -6; -"@MMK_R_percent" = 20; -"@MMK_R_period" = -85; -"@MMK_R_pi" = -16; -"@MMK_R_plus" = -85; -"@MMK_R_question" = 35; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblright" = -5; -"@MMK_R_quoteright" = -5; -"@MMK_R_s" = -49; -"@MMK_R_semicolon" = -35; -"@MMK_R_seven" = 30; -"@MMK_R_slash" = -114; -"@MMK_R_t" = -2; -"@MMK_R_three" = 10; -"@MMK_R_two" = 15; -"@MMK_R_u" = -34; -"@MMK_R_v" = -15; -"@MMK_R_w" = -17; -"@MMK_R_x" = -31; -"@MMK_R_y" = -15; -"@MMK_R_z" = -30; -"@MMK_R_zero" = -11; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -81; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = -115; -"@MMK_R_O" = -14; -"@MMK_R_S" = 0; -"@MMK_R_T" = -4; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -22; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -18; -"@MMK_R_a" = -69; -"@MMK_R_a.ss04" = -44; -"@MMK_R_asterisk" = 43; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon.ss01" = -38; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -72; -"@MMK_R_egrave" = -59; -"@MMK_R_eight" = 0; -"@MMK_R_f" = -10; -"@MMK_R_five" = 0; -"@MMK_R_four" = -81; -"@MMK_R_g" = -70; -"@MMK_R_guillemetleft" = -57; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -81; -"@MMK_R_hyphen.case" = -61; -"@MMK_R_i" = -19; -"@MMK_R_icircumflex" = 30; -"@MMK_R_j" = -19; -"@MMK_R_l" = -11; -"@MMK_R_lslash" = -23; -"@MMK_R_n" = -46; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -28; -"@MMK_R_parenright" = -28; -"@MMK_R_parenright.case" = -27; -"@MMK_R_percent" = 11; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = -20; -"@MMK_R_plus" = -69; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -53; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -81; -"@MMK_R_t" = -11; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -39; -"@MMK_R_v" = -19; -"@MMK_R_w" = -22; -"@MMK_R_x" = -33; -"@MMK_R_y" = -16; -"@MMK_R_z" = -32; -"@MMK_R_zero" = -12; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -60; -"@MMK_R_I.ss02" = -72; -"@MMK_R_J" = -85; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = -102; -"@MMK_R_U" = 0; -"@MMK_R_V" = -23; -"@MMK_R_W" = -9; -"@MMK_R_X" = -64; -"@MMK_R_Y" = -48; -"@MMK_R_Z" = -81; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asciicircum" = -43; -"@MMK_R_asterisk" = 12; -"@MMK_R_braceright" = -70; -"@MMK_R_bracketright" = -70; -"@MMK_R_colon" = 16; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -85; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -10; -"@MMK_R_egrave" = -11; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -106; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 13; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_four" = -54; -"@MMK_R_foursuperior" = 3; -"@MMK_R_g" = -8; -"@MMK_R_g.ss05" = -7; -"@MMK_R_guillemetleft" = -10; -"@MMK_R_guillemetright" = 25; -"@MMK_R_hyphen" = -85; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -13; -"@MMK_R_one" = -17; -"@MMK_R_onesuperior" = -36; -"@MMK_R_oslash" = -11; -"@MMK_R_parenright" = -66; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = -7; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -55; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = -50; -"@MMK_R_t" = 13; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -57; -"@MMK_R_twosuperior" = -24; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -81; -"@MMK_R_v" = 9; -"@MMK_R_w" = 5; -"@MMK_R_x" = 0; -"@MMK_R_y" = 10; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_s" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = -2; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -120; -"@MMK_R_U" = -2; -"@MMK_R_V" = -57; -"@MMK_R_W" = -33; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -89; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 14; -"@MMK_R_asciicircum" = -78; -"@MMK_R_asterisk" = -36; -"@MMK_R_braceright" = -52; -"@MMK_R_bracketright" = -51; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = 11; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -31; -"@MMK_R_ellipsis" = -22; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -9; -"@MMK_R_fivesuperior" = -37; -"@MMK_R_four" = -9; -"@MMK_R_foursuperior" = -29; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 9; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -5; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 5; -"@MMK_R_ninesuperior" = -36; -"@MMK_R_one" = -47; -"@MMK_R_onesuperior" = -53; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = 8; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = -48; -"@MMK_R_question.ss01" = -62; -"@MMK_R_quotedbl" = -45; -"@MMK_R_quotedblleft" = -73; -"@MMK_R_quotedblleft.ss01" = -73; -"@MMK_R_quotedblright" = -67; -"@MMK_R_quoteright" = -67; -"@MMK_R_quoteright.ss01" = -69; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -64; -"@MMK_R_sixsuperior" = -43; -"@MMK_R_slash" = 9; -"@MMK_R_t" = -10; -"@MMK_R_threesuperior" = -29; -"@MMK_R_trademark" = -85; -"@MMK_R_twosuperior" = -28; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 15; -"@MMK_R_v" = -13; -"@MMK_R_w" = -3; -"@MMK_R_x" = 0; -"@MMK_R_y" = -15; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -98; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 39; -"@MMK_R_J" = -89; -"@MMK_R_O" = -5; -"@MMK_R_S" = 12; -"@MMK_R_T" = 11; -"@MMK_R_U" = 16; -"@MMK_R_V" = 47; -"@MMK_R_W" = 50; -"@MMK_R_X" = 7; -"@MMK_R_Y" = 45; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -50; -"@MMK_R_a.ss04" = -45; -"@MMK_R_asterisk" = 39; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = -18; -"@MMK_R_colon.ss01" = -42; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_degree" = -4; -"@MMK_R_e" = -53; -"@MMK_R_egrave" = -33; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -131; -"@MMK_R_f" = -6; -"@MMK_R_five" = 7; -"@MMK_R_four" = -74; -"@MMK_R_g" = -51; -"@MMK_R_guillemetleft" = -50; -"@MMK_R_guillemetright" = -8; -"@MMK_R_hyphen" = -67; -"@MMK_R_hyphen.case" = -42; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 32; -"@MMK_R_j" = 0; -"@MMK_R_n" = -41; -"@MMK_R_nine" = 13; -"@MMK_R_one" = 19; -"@MMK_R_parenleft" = -17; -"@MMK_R_parenright" = -13; -"@MMK_R_parenright.case" = -12; -"@MMK_R_percent" = 25; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = -16; -"@MMK_R_plus" = -50; -"@MMK_R_question" = 36; -"@MMK_R_quotedbl" = 32; -"@MMK_R_quotedblleft" = 36; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 32; -"@MMK_R_quoteright" = 32; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -43; -"@MMK_R_semicolon" = -19; -"@MMK_R_seven" = 51; -"@MMK_R_slash" = -93; -"@MMK_R_t" = -6; -"@MMK_R_three" = 17; -"@MMK_R_two" = 22; -"@MMK_R_u" = -33; -"@MMK_R_v" = -23; -"@MMK_R_w" = -25; -"@MMK_R_x" = -35; -"@MMK_R_y" = -23; -"@MMK_R_z" = -35; -"@MMK_R_zero" = -2; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -27; -}; -"@MMK_L_six" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 20; -"@MMK_R_T" = -35; -"@MMK_R_U" = 4; -"@MMK_R_V" = -16; -"@MMK_R_W" = -6; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -27; -"@MMK_R_Z" = 7; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 12; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -51; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_degree" = -38; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 13; -"@MMK_R_eight" = 22; -"@MMK_R_ellipsis" = -30; -"@MMK_R_f" = 0; -"@MMK_R_five" = 8; -"@MMK_R_four" = 28; -"@MMK_R_g" = 12; -"@MMK_R_guillemetleft" = 9; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 23; -"@MMK_R_hyphen.case" = -9; -"@MMK_R_i" = 6; -"@MMK_R_icircumflex" = 42; -"@MMK_R_j" = 7; -"@MMK_R_l" = 8; -"@MMK_R_n" = 5; -"@MMK_R_nine" = 8; -"@MMK_R_one" = 9; -"@MMK_R_parenleft" = 13; -"@MMK_R_parenright" = -47; -"@MMK_R_parenright.case" = -28; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -25; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -17; -"@MMK_R_question" = 3; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -20; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 3; -"@MMK_R_seven" = 5; -"@MMK_R_slash" = 4; -"@MMK_R_t" = 0; -"@MMK_R_three" = 22; -"@MMK_R_two" = 11; -"@MMK_R_u" = 9; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 7; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -98; -"@MMK_R_H" = 11; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = -82; -"@MMK_R_O" = 0; -"@MMK_R_S" = 5; -"@MMK_R_T" = 22; -"@MMK_R_U" = 23; -"@MMK_R_V" = 42; -"@MMK_R_W" = 43; -"@MMK_R_X" = 5; -"@MMK_R_Y" = 30; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -35; -"@MMK_R_a.ss04" = -34; -"@MMK_R_asterisk" = 52; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon" = -12; -"@MMK_R_colon.ss01" = -36; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = -37; -"@MMK_R_egrave" = -28; -"@MMK_R_eight" = 8; -"@MMK_R_ellipsis" = -136; -"@MMK_R_f" = -4; -"@MMK_R_five" = 13; -"@MMK_R_four" = -49; -"@MMK_R_g" = -36; -"@MMK_R_guillemetleft" = -41; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -54; -"@MMK_R_hyphen.case" = -31; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 52; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -33; -"@MMK_R_nine" = 15; -"@MMK_R_one" = 9; -"@MMK_R_parenleft" = -14; -"@MMK_R_parenright" = -6; -"@MMK_R_parenright.case" = -4; -"@MMK_R_percent" = 29; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_pi" = -14; -"@MMK_R_plus" = -35; -"@MMK_R_question" = 40; -"@MMK_R_quotedbl" = 49; -"@MMK_R_quotedblleft" = 40; -"@MMK_R_quotedblleft.ss01" = 22; -"@MMK_R_quotedblright" = 47; -"@MMK_R_quoteright" = 47; -"@MMK_R_quoteright.ss01" = 26; -"@MMK_R_s" = -32; -"@MMK_R_seven" = 49; -"@MMK_R_slash" = -108; -"@MMK_R_t" = -4; -"@MMK_R_three" = 5; -"@MMK_R_two" = 10; -"@MMK_R_u" = -24; -"@MMK_R_v" = -17; -"@MMK_R_w" = -17; -"@MMK_R_x" = -28; -"@MMK_R_y" = -15; -"@MMK_R_z" = -23; -"@MMK_R_zero" = 0; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 4; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -58; -"@MMK_R_V" = -16; -"@MMK_R_W" = 0; -"@MMK_R_X" = 6; -"@MMK_R_Y" = -36; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -38; -"@MMK_R_asterisk" = 14; -"@MMK_R_braceright" = -55; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 43; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -5; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 9; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = -39; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = 44; -"@MMK_R_hyphen" = -47; -"@MMK_R_icircumflex" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -5; -"@MMK_R_onesuperior" = -37; -"@MMK_R_parenright" = -38; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -16; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -21; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 42; -"@MMK_R_sevensuperior" = -53; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = 24; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -11; -"@MMK_R_trademark" = -58; -"@MMK_R_twosuperior" = -27; -"@MMK_R_underscore" = 54; -"@MMK_R_v" = 12; -"@MMK_R_w" = 12; -"@MMK_R_x" = 14; -"@MMK_R_y" = 10; -"@MMK_R_z" = 20; -"@MMK_R_zero" = 0; -}; -"@MMK_L_three" = { -"@MMK_R_A" = 7; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 12; -"@MMK_R_S" = 15; -"@MMK_R_T" = -35; -"@MMK_R_U" = 5; -"@MMK_R_V" = -16; -"@MMK_R_W" = -5; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -27; -"@MMK_R_Z" = 6; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 19; -"@MMK_R_asterisk" = 12; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = 13; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_degree" = -26; -"@MMK_R_e" = 10; -"@MMK_R_egrave" = 10; -"@MMK_R_eight" = 21; -"@MMK_R_ellipsis" = -31; -"@MMK_R_f" = 15; -"@MMK_R_five" = 8; -"@MMK_R_four" = 20; -"@MMK_R_g" = 9; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 39; -"@MMK_R_j" = 2; -"@MMK_R_l" = 4; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 18; -"@MMK_R_one" = 5; -"@MMK_R_parenleft" = 10; -"@MMK_R_parenright" = -49; -"@MMK_R_parenright.case" = -25; -"@MMK_R_percent" = 5; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -25; -"@MMK_R_pi" = 14; -"@MMK_R_plus" = -15; -"@MMK_R_question" = 3; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -13; -"@MMK_R_s" = 11; -"@MMK_R_semicolon" = 13; -"@MMK_R_seven" = 7; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 14; -"@MMK_R_three" = 18; -"@MMK_R_two" = 15; -"@MMK_R_u" = 10; -"@MMK_R_v" = 4; -"@MMK_R_w" = 6; -"@MMK_R_x" = 3; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 21; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 20; -"@MMK_R_J" = 10; -"@MMK_R_O" = 6; -"@MMK_R_S" = 0; -"@MMK_R_T" = -36; -"@MMK_R_U" = -2; -"@MMK_R_V" = -15; -"@MMK_R_W" = -5; -"@MMK_R_X" = 18; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 13; -"@MMK_R_bracketright" = -48; -"@MMK_R_colon" = 24; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_degree" = -25; -"@MMK_R_e" = -6; -"@MMK_R_egrave" = -4; -"@MMK_R_eight" = -2; -"@MMK_R_ellipsis" = -11; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -36; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -14; -"@MMK_R_guillemetright" = 21; -"@MMK_R_hyphen" = -30; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 29; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 9; -"@MMK_R_one" = 5; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = -2; -"@MMK_R_percent" = 10; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -17; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 25; -"@MMK_R_seven" = 8; -"@MMK_R_slash" = 8; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 15; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 8; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -50; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -13; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -14; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -32; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -22; -"@MMK_R_asterisk" = 34; -"@MMK_R_bracketright" = -38; -"@MMK_R_colon" = -12; -"@MMK_R_colon.ss01" = -38; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_fraction" = 11; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 2; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -37; -"@MMK_R_parenright.case" = -32; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -82; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 24; -"@MMK_R_quotedbl" = 5; -"@MMK_R_quotedblleft" = 17; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 15; -"@MMK_R_quoteright" = 15; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = -13; -"@MMK_R_slash" = -56; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -43; -"@MMK_R_I.ss02" = -63; -"@MMK_R_J" = -62; -"@MMK_R_O" = 13; -"@MMK_R_S" = 0; -"@MMK_R_T" = -102; -"@MMK_R_U" = 11; -"@MMK_R_V" = -25; -"@MMK_R_W" = 0; -"@MMK_R_X" = -53; -"@MMK_R_Y" = -46; -"@MMK_R_Z" = -58; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -31; -"@MMK_R_asterisk" = 16; -"@MMK_R_braceright" = -65; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = 15; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -59; -"@MMK_R_comma.ss01" = -77; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -94; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 13; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = -20; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -5; -"@MMK_R_guillemetright" = 31; -"@MMK_R_hyphen" = -12; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 2; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -61; -"@MMK_R_period" = -64; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = -47; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = -43; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -55; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = 12; -"@MMK_R_underscore" = -60; -"@MMK_R_v" = 25; -"@MMK_R_w" = 25; -"@MMK_R_x" = 0; -"@MMK_R_y" = 25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 15; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -29; -"@MMK_R_I.ss02" = -41; -"@MMK_R_J" = -46; -"@MMK_R_O" = 24; -"@MMK_R_S" = 0; -"@MMK_R_T" = -98; -"@MMK_R_U" = 9; -"@MMK_R_V" = -23; -"@MMK_R_W" = 0; -"@MMK_R_X" = -40; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = -39; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -33; -"@MMK_R_asterisk" = 19; -"@MMK_R_braceright" = -61; -"@MMK_R_bracketright" = -58; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -39; -"@MMK_R_comma.ss01" = -62; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -71; -"@MMK_R_exclam" = 4; -"@MMK_R_f" = 9; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = -6; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 29; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 4; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -27; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -54; -"@MMK_R_period" = -45; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -18; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -21; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 8; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = -47; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = -26; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -55; -"@MMK_R_twosuperior" = -4; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -38; -"@MMK_R_v" = 26; -"@MMK_R_w" = 26; -"@MMK_R_x" = 3; -"@MMK_R_y" = 24; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 20; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 12; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = 9; -"@MMK_R_O" = 0; -"@MMK_R_S" = -5; -"@MMK_R_T" = -99; -"@MMK_R_U" = -7; -"@MMK_R_V" = -38; -"@MMK_R_W" = -17; -"@MMK_R_X" = 16; -"@MMK_R_Y" = -55; -"@MMK_R_Z" = 10; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -54; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -61; -"@MMK_R_bracketright" = -61; -"@MMK_R_colon" = 34; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 19; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = -17; -"@MMK_R_egrave" = -17; -"@MMK_R_eightsuperior" = -21; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -31; -"@MMK_R_four" = -49; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = 32; -"@MMK_R_hyphen" = -43; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -37; -"@MMK_R_one" = -9; -"@MMK_R_onesuperior" = -50; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -40; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -27; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = -28; -"@MMK_R_quotedblleft.ss01" = -34; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -23; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 34; -"@MMK_R_sevensuperior" = -64; -"@MMK_R_sixsuperior" = -25; -"@MMK_R_slash" = 36; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -25; -"@MMK_R_trademark" = -71; -"@MMK_R_twosuperior" = -44; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 45; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 17; -"@MMK_R_y" = 0; -"@MMK_R_z" = 20; -"@MMK_R_zero" = 0; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -45; -"@MMK_R_I.ss02" = -61; -"@MMK_R_J" = -65; -"@MMK_R_O" = 10; -"@MMK_R_S" = 0; -"@MMK_R_T" = -93; -"@MMK_R_U" = 9; -"@MMK_R_V" = -22; -"@MMK_R_W" = 0; -"@MMK_R_X" = -54; -"@MMK_R_Y" = -46; -"@MMK_R_Z" = -57; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -31; -"@MMK_R_asterisk" = 14; -"@MMK_R_braceright" = -66; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = 15; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -61; -"@MMK_R_comma.ss01" = -79; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -97; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 12; -"@MMK_R_fivesuperior" = -13; -"@MMK_R_four" = -21; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -5; -"@MMK_R_guillemetright" = 31; -"@MMK_R_hyphen" = -14; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -62; -"@MMK_R_period" = -70; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = -28; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = -47; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -55; -"@MMK_R_twosuperior" = -12; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -56; -"@MMK_R_v" = 25; -"@MMK_R_w" = 24; -"@MMK_R_x" = 0; -"@MMK_R_y" = 23; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 11; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = -13; -"@MMK_R_T" = -105; -"@MMK_R_U" = 0; -"@MMK_R_V" = -34; -"@MMK_R_W" = -15; -"@MMK_R_X" = 2; -"@MMK_R_Y" = -55; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -40; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -64; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = 41; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -14; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -13; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = -44; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = 41; -"@MMK_R_hyphen" = -40; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -7; -"@MMK_R_ninesuperior" = -21; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = -40; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -18; -"@MMK_R_question.ss01" = -23; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -21; -"@MMK_R_quotedblleft.ss01" = -27; -"@MMK_R_quotedblright" = -13; -"@MMK_R_quoteright" = -13; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 41; -"@MMK_R_sevensuperior" = -49; -"@MMK_R_sixsuperior" = -16; -"@MMK_R_slash" = 2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -63; -"@MMK_R_twosuperior" = -26; -"@MMK_R_underscore" = 55; -"@MMK_R_v" = 7; -"@MMK_R_w" = 6; -"@MMK_R_x" = 7; -"@MMK_R_y" = 8; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = -4; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -11; -"@MMK_R_J" = -10; -"@MMK_R_O" = 24; -"@MMK_R_S" = 5; -"@MMK_R_T" = -51; -"@MMK_R_U" = 8; -"@MMK_R_V" = -28; -"@MMK_R_W" = -11; -"@MMK_R_X" = -14; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = -11; -"@MMK_R_a" = 24; -"@MMK_R_a.ss04" = 18; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -72; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -44; -"@MMK_R_degree" = -38; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eight" = 14; -"@MMK_R_ellipsis" = -48; -"@MMK_R_f" = 2; -"@MMK_R_five" = 5; -"@MMK_R_four" = 25; -"@MMK_R_g" = 23; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 29; -"@MMK_R_hyphen.case" = 28; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 18; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 7; -"@MMK_R_one" = -10; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -76; -"@MMK_R_parenright.case" = -40; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -16; -"@MMK_R_period.ss01" = -44; -"@MMK_R_pi" = 2; -"@MMK_R_question" = -3; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -19; -"@MMK_R_quotedblleft.ss01" = -30; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = -25; -"@MMK_R_s" = 12; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -7; -"@MMK_R_slash" = -4; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 13; -"@MMK_R_v" = 3; -"@MMK_R_w" = 13; -"@MMK_R_x" = 0; -"@MMK_R_y" = 3; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 18; +Ncommaaccent = { +imacron = 70; }; -A = { -Dcroat = -26; -Eth = -26; -Iogonek = 38; -Jcircumflex = 14; -Lslash = -18; -Tbar = -84; -Tcedilla = -92; -Ycircumflex = -123; -Ydieresis = -123; -Ydieresis.ss01 = -123; -Ydotbelow = -121; -Ydotbelow.ss01 = -123; -Ygrave = -123; -ampersand = -2; -asciitilde = -56; -at = -28; -backslash = -111; -dollar = -17; -eight = -6; -equal = -31; -five = -15; -gbreve.ss06 = 0; -germandbls = -25; -jcircumflex = 0; -less = -40; -logicalnot = -71; -minus = -68; -multiply = -35; -nine = -16; -numbersign = -25; -ordfeminine = -100; -ordmasculine = -100; -parenleft = -11; -parenleft.case = -27; -plus = -51; -quotedbl = -94; -quotedblleft.ss01 = -110; -quoteleft = -87; -quoteright.ss01 = -81; -registered = -89; -seven = -66; -three = -5; -two = 5; +dollar = { +one = 0; +three = 18; +four = 15; +five = 3; +eight = 17; +parenright = -60; +bracketright = -62; +parenright.case = -38; }; -Aacute = { -Dcroat = -26; -Eth = -26; -Tbar = -84; -Tcedilla = -92; -registered = -89; +Scaron = { +iogonek = 11; }; -Abreve = { -Tcedilla = -86; -V = -92; +fi = { +hbar = 7; +idieresis = 7; +jcircumflex = 7; +germandbls = 5; +logicalnot = -31; }; -Acircumflex = { -T = -72; -Tcedilla = -71; -Tcommaaccent = -71; -V = -74; -Y = -73; -Ydieresis = -73; -Ydotbelow = -71; +zero = { +icircumflex = 27; +x = -4; +ordmasculine = -19; +underscore = -31; +parenleft = 14; +braceright = -81; +braceright.case = -55; +bracketright.case = -55; +baht = -8; +trademark = -71; +multiply = -22; +asciicircum = -66; }; -Acircumflexacute = { -T = -70; -Y = -71; +period.ss01 = { +ordfeminine = -60; +ordmasculine = -60; +twosuperior = -60; +threesuperior = -60; +fivesuperior = -60; +eightsuperior = -60; +question.ss01 = -60; +parenleft = -37; +braceright = -60; +parenleft.case = -56; +quoteright.ss01 = -60; }; -Acircumflexdotbelow = { -T = -72; -Y = -73; +X = { +igrave = 27; +ibreve = 48; +icaron = 35; +idieresis = 24; +idieresis.ss01 = 40; +zero = -35; +two = 21; +three = -16; +six = -37; +eight = -18; +nine = -16; +numbersign = -58; +endash.case = -88; +parenleft.case = -37; +at = -43; +registered = -52; +plus = -105; +minus = -107; +multiply = -65; +equal = -68; +notequal = -82; +less = -99; +logicalnot = -138; +asciitilde = -117; }; -Acircumflexdotbelow.ss01 = { -T = -72; -Y = -73; +L = { +H = 0; +Dcroat = -29; +Oslash = -16; +Tbar = -113; +oslash = -14; +ordfeminine = -198; +ordmasculine = -190; +zero = -56; +two = 13; +three = -25; +five = -30; +six = -70; +seven = -75; +nine = -39; +numbersign = -78; +endash.case = -196; +parenleft.case = -54; +quoteleft.ss01 = -60; +at = -57; +registered = -218; +dollar = -47; +plus = -153; +minus = -212; +multiply = -107; +equal = -203; +notequal = -114; +less = -199; +approxequal = -177; +logicalnot = -232; +asciitilde = -223; }; -Acircumflexgrave = { -Y = -71; +euro = { +period = -15; +comma = -16; +slash = -3; +period.ss01 = -24; +parenright = -65; +bracketright = -61; +parenright.case = -45; +bracketright.case = -54; }; -Acircumflexhookabove = { -Y = -70; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -109; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -92; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 29; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 38; +"@MMK_R_KO_W" = 56; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 38; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -85; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -45; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -39; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 67; +"@MMK_R_KO_itilde" = 61; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -26; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -29; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -38; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = -42; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 18; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 15; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = 13; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -18; +"@MMK_R_KO_semicolon" = -14; +"@MMK_R_KO_ellipsis" = -164; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -116; +"@MMK_R_KO_backslash" = 52; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -95; +"@MMK_R_KO_endash" = -57; +"@MMK_R_KO_underscore" = -123; +"@MMK_R_KO_hyphen.case" = -74; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = 14; +"@MMK_R_KO_quotesingle" = 14; +"@MMK_R_KO_quotedblleft.ss01" = 15; +"@MMK_R_KO_quotedblright.ss01" = 17; +"@MMK_R_KO_quoteright.ss01" = 16; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -65; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_T" = -51; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -48; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -37; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_eightsuperior" = -28; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -36; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -51; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_quotedblleft" = -78; +"@MMK_R_KO_quotedblright" = -56; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -56; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -60; +"@MMK_R_KO_quotesingle" = -52; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -66; +"@MMK_R_KO_quoteright.ss01" = -58; }; -Acircumflextilde = { -Y = -70; +perthousand = { +question = -93; +asterisk = -130; +question.ss01 = -109; +parenright = -71; +parenright.case = -38; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; }; -Adieresis = { -T = -86; -Tcedilla = -82; -V = -86; -Y = -85; -Ydieresis = -85; -registered = -89; +V = { +Eth = -21; +Oslash = -14; +adieresis = -45; +ae = -46; +a.ss05 = -42; +adieresis.ss05 = -17; +eacute = -48; +ccaron = -33; +emacron = -24; +edieresis = -35; +ecaron = -32; +otilde = -33; +odieresis = -37; +iacute = -14; +ncommaaccent = -39; +igrave = 41; +ibreve = 80; +icaron = 68; +idieresis = 53; +racute = -34; +scaron = 0; +zcaron = -21; +idieresis.ss01 = 51; +gdotaccent.ss06 = -39; +gdotaccent.ss01.ss06 = -39; +zero = -15; +two = 2; +three = 0; +six = -12; +seven = 50; +twoinferior = -67; +ellipsis.ss01 = -163; +endash.case = -28; +at = -20; +ampersand = -42; +plus = -52; +minus = -59; +less = -39; +lessequal = -63; +approxequal = -73; +asciitilde = -68; }; -Adieresis.ss01 = { -Ydieresis.ss01 = -89; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -68; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_J" = -79; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -22; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -103; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_f" = 24; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 18; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 14; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_pi" = 16; +"@MMK_R_KO_sixsuperior" = 18; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 17; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = 43; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -64; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -100; +"@MMK_R_KO_endash" = -31; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_endash.case" = 18; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_quotedblleft" = 12; +"@MMK_R_KO_quotedblright" = 17; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 14; +"@MMK_R_KO_quotedblright.ss01" = 13; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -60; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 13; +"@MMK_R_KO_W" = 37; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -124; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -49; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = -23; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -31; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -10; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 8; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = 23; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_hyphen" = -124; +"@MMK_R_KO_endash" = -60; +"@MMK_R_KO_hyphen.case" = -60; +"@MMK_R_KO_endash.case" = -47; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_degree" = -16; +"@MMK_R_KO_plus" = -60; +"@MMK_R_KO_percent" = 13; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -107; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = -114; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 30; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -139; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -26; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -15; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -88; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -12; +"@MMK_R_KO_seven" = 4; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -139; +"@MMK_R_KO_question" = 23; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -115; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_hyphen" = -139; +"@MMK_R_KO_endash" = -139; +"@MMK_R_KO_hyphen.case" = -139; +"@MMK_R_KO_endash.case" = -17; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = -71; +"@MMK_R_KO_percent" = 14; }; -Amacron = { -T = -65; -Tcedilla = -59; -V = -66; -Y = -64; -Ycircumflex = -64; +seven = { +icircumflex = 26; +x = -42; +g.ss06 = -60; +mu = -50; +colon = -32; +semicolon = -27; +backslash = 54; +ellipsis.ss01 = -157; +underscore = -115; +parenleft = -16; +at = -23; +ampersand = -46; +euro = -45; +minus = -78; +multiply = -41; +divide = -77; +notequal = -74; +less = -59; +plusminus = -62; +asciitilde = -89; +asciicircum = -69; }; -Aogonek = { -Lslash = -18; -comma = 53; -comma.ss01 = 9; -parenright = 5; -period = 44; -semicolon = 43; +scedilla = { +gbreve.ss06 = 11; }; -Aring = { -Tcedilla = -88; +fourinferior = { +T = -118; V = -95; -Ydieresis = -92; -Ydieresis.ss01 = -92; +W = -53; +parenright = -64; +bracketright = -69; }; -Atilde = { -V = -83; -Y = -81; -ordfeminine = -100; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -40; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = -40; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -120; +"@MMK_R_KO_U" = -33; +"@MMK_R_KO_V" = -127; +"@MMK_R_KO_W" = -63; +"@MMK_R_KO_X" = 28; +"@MMK_R_KO_Y" = -125; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -19; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 27; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_zero" = -37; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = -21; +"@MMK_R_KO_five" = -19; +"@MMK_R_KO_six" = -42; +"@MMK_R_KO_seven" = -79; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_asterisk" = -110; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = 47; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -118; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -25; +"@MMK_R_KO_quotedbl" = -123; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -122; }; -B = { -Hbar = 34; -Lslash = 9; -OE = 5; -Oslash = 7; -Tcedilla = -40; -acircumflexacute.ss05 = 16; -ampersand = 27; -eight = 22; -five = 8; -greater = 28; -hbar = 26; -idieresis = 27; -jcircumflex = 33; -minus = -25; -nine = 10; -parenleft = 13; -plus = -21; -three = 22; -two = 11; +equal = { +period = -61; +comma = -63; +period.ss01 = -60; +comma.ss01 = -60; +parenright = -77; +bracketright = -76; +parenright.case = -71; +bracketright.case = -77; +equal = -9; +A = -24; +J = -99; +T = -116; +V = -33; +X = -49; +Y = -61; }; -C = { -Lslash = 0; -OE = 5; -Tcedilla = -46; -ampersand = 27; -bracketright.case = -47; -dollar = 17; -eight = 26; -five = 11; -greater = 30; -minus = -21; -nine = 12; -numbersign = 0; -plus = -16; -seven = 6; -three = 21; -two = 11; +five.numr = { +fraction = 13; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -75; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -66; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -108; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -48; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -27; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -42; +"@MMK_R_KO_fivesuperior" = -45; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -37; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -69; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_question.ss01" = -68; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = 25; +"@MMK_R_KO_underscore" = -10; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -77; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -70; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -73; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -84; +"@MMK_R_KO_quoteright.ss01" = -60; }; -Ccircumflex = { -jcircumflex = 34; +dcaron = { +exclam.ss01 = 75; }; -Cdotaccent = { -Hbar = 39; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 23; +"@MMK_R_KO_itilde" = 23; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 38; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -13; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 35; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -58; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -54; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = 33; +"@MMK_R_KO_underscore" = -29; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_parenleft" = 18; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_braceright" = -75; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_bracketright.case" = -55; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -76; +"@MMK_R_KO_asciicircum" = -63; }; -D = { -Dcroat = 35; -Eth = 35; -Hbar = 15; -Jcircumflex = -30; -Lslash = 39; -OE = 27; -Oslash = 27; -Ycircumflex = -52; -ampersand = 21; -at = 29; -bracketright.case = -51; -eight = 17; -equal = 23; -five = 3; -idotbelow = 8; -lacute = 9; -less = 34; -nine = 5; -parenleft = 26; +k = { +oslash = 0; +iogonek = 17; +lcommaaccent = 7; +two = 9; +plus = -33; +minus = -42; +notequal = -21; +logicalnot = -68; +asciitilde = -57; }; -Dcroat = { -Dcroat = 35; -acircumflexacute.ss05 = 18; -idotbelow = 8; -ihookabove = 8; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -137; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -48; +"@MMK_R_KO_four" = -4; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -35; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 4; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -86; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -37; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -37; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -56; +"@MMK_R_KO_quotedblright.ss01" = -49; +"@MMK_R_KO_quoteright.ss01" = -51; +"@MMK_R_KO_trademark" = -76; +"@MMK_R_KO_asciicircum" = -68; }; -E = { -H = 0; -Hbar = 2; -Iogonek = 34; -Jcircumflex = 6; -Tcedilla = 14; -asciitilde = -31; -backslash = 29; -eight = -2; -equal = -18; -exclam.ss01 = 9; -gbreve.ss06 = 0; -germandbls = -38; -idieresis = 45; -idieresis.ss01 = 38; -jcircumflex = 19; -minus = -27; -multiply = -45; -numbersign = -34; -registered = -35; -seven = 15; -three = 0; -two = 12; +scaron = { +T = -48; +iogonek = 3; }; -Ecircumflex = { -Icircumflex = 4; +ninesuperior = { +A = -74; +fraction = -4; +period = -61; +comma = -63; +slash = -81; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -105; +parenright = -41; +guillemetleft = -24; }; -Ecircumflexdotbelow = { -C = -11; -T = 14; -comma = 0; -period = 0; +v = { +n = 0; +ampersand = -22; }; -Ecircumflexdotbelow.ss01 = { -T = 14; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -40; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_J" = -122; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -23; +"@MMK_R_KO_T" = -146; +"@MMK_R_KO_V" = -88; +"@MMK_R_KO_W" = -50; +"@MMK_R_KO_X" = -74; +"@MMK_R_KO_Y" = -133; +"@MMK_R_KO_Z" = -67; +"@MMK_R_KO_I.ss02" = -97; +"@MMK_R_KO_J.ss10" = -23; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_z" = -74; +"@MMK_R_KO_t_t.liga" = -48; }; -Ecircumflexgrave = { -comma = 0; -period = 0; +infinity = { +parenright = -88; +bracketright = -79; +parenright.case = -75; +bracketright.case = -80; +quotedblleft = -67; }; -Ecircumflexhookabove = { -comma = 0; -period = 0; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -69; +"@MMK_R_KO_one" = -134; +"@MMK_R_KO_two" = -114; +"@MMK_R_KO_three" = -111; +"@MMK_R_KO_four" = -79; +"@MMK_R_KO_five" = -74; +"@MMK_R_KO_six" = -68; +"@MMK_R_KO_seven" = -114; +"@MMK_R_KO_eight" = -80; +"@MMK_R_KO_nine" = -79; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = -100; +"@MMK_R_KO_asterisk" = -112; +"@MMK_R_KO_slash" = -138; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_hyphen" = -109; +"@MMK_R_KO_hyphen.case" = -67; +"@MMK_R_KO_parenright" = -138; +"@MMK_R_KO_bracketright" = -148; +"@MMK_R_KO_parenright.case" = -130; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -118; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -89; +"@MMK_R_KO_quotedbl" = -124; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -124; +"@MMK_R_KO_A" = -129; +"@MMK_R_KO_H" = -80; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_J" = -165; +"@MMK_R_KO_G.ss07" = -61; +"@MMK_R_KO_S" = -97; +"@MMK_R_KO_T" = -201; +"@MMK_R_KO_V" = -127; +"@MMK_R_KO_W" = -90; +"@MMK_R_KO_X" = -173; +"@MMK_R_KO_Y" = -169; +"@MMK_R_KO_Z" = -171; +"@MMK_R_KO_I.ss02" = -166; +"@MMK_R_KO_J.ss10" = -111; +"@MMK_R_KO_a" = -66; +"@MMK_R_KO_a.ss05" = -68; +"@MMK_R_KO_l" = -79; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_f" = -75; +"@MMK_R_KO_g" = -66; +"@MMK_R_KO_i" = -78; +"@MMK_R_KO_n" = -79; +"@MMK_R_KO_j" = -78; +"@MMK_R_KO_s" = -69; +"@MMK_R_KO_t" = -78; +"@MMK_R_KO_z" = -89; +"@MMK_R_KO_t_t.liga" = -77; }; -Ecircumflextilde = { -comma = 0; +asterisk = { +g.ss06 = -27; }; -Edieresis = { -Idieresis = 2; +semicolon.ss01 = { +onesuperior = -48; +sevensuperior = -60; +hyphen = -60; +emdash = -60; }; -Edotaccent = { -scaron = 0; +divide = { +one = -68; +two = -85; +three = -77; +seven = -111; +parenright = -87; +parenright.case = -79; +quotedblleft = -118; +quotedblright = -118; +quoteright = -64; +quotedblleft.ss01 = -124; +quotedblright.ss01 = -124; +A = -52; +Y = -95; +I.ss02 = -83; }; -Emacron = { -Imacron = 38; -gcommaaccent.ss06 = -2; +asciitilde = { +exclam = -78; +exclam.ss01 = -79; +question.ss01 = -112; +parenleft = -65; +parenleft.case = -67; +bracketright.case = -148; +quoteright.ss01 = -60; +U = -73; +aacute = -66; +edieresis = -67; +edieresis.ss01 = -67; +u = -72; +v = -72; +w = -67; +x = -98; +y = -73; +l.ss03 = -76; +l.ss04 = -77; +g.ss06 = -68; +gcircumflex.ss06 = -68; }; -Eogonek = { -comma = 54; -parenright = 0; -period = 0; +three.dnom = { +question = -88; +question.ss01 = -108; +parenright = -72; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +quotedbl = -139; +quotesingle = -59; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; +degree = -159; }; -Eth = { -Eth = 35; -Oslash = 27; +odotbelow.ss01 = { +T = -121; }; -F = { -Hbar = 0; -adieresis = -25; -ampersand = -15; -backslash = 35; -eight = 0; -eightinferior = -40; -ellipsis.ss01 = -269; -fiveinferior = -38; -fourinferior = -82; -iacute = -23; -idieresis = 40; -nine = 0; -numbersign = -29; -seven = 8; -sixinferior = -41; -three = 0; -threeinferior = -33; +x = { +oslash = 0; two = 0; -twoinferior = -31; -udieresis = -30; -}; -G = { -Eth = 13; -Hbar = 22; -Lslash = 23; -Oslash = 12; -Ycircumflex = -45; -backslash = -13; -eight = 13; -hbar = 13; -jcircumflex = 26; -parenleft = 13; -three = 9; -two = 7; -}; -G.ss07 = { -Hbar = 18; -Lslash = 39; -Oslash = 15; -eight = 18; -hbar = 15; -}; -Germandbls = { -A = 15; -E = 3; -G = 0; -I = 3; -L = 3; -S = 26; -T = -2; -Z = 11; -a = 15; -hyphen = 30; -parenright = -24; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 24; -endash = 0; -exclam = 0; -greater = 0; -hyphen = 0; -ibreve = 39; -jcircumflex = 27; -l = 0; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 41; -D = 41; -E = 41; -F = 41; -Gdotaccent = 43; -H = 41; -Hbar = 131; -I = 41; -I.ss02 = 4; -K = 41; -L = 41; -M = 41; -N = 41; -O = 43; -Q = 43; -R = 41; -S = 69; -T = 2; -U = 54; -W = 64; -Zdotaccent = 4; -b = 33; -exclam = 39; -i = 17; -i.ss01 = 18; -idotaccent = 17; -j = 21; -l = 34; -l.ss04 = 34; -ninesuperior = 27; -question = 66; -quotedblright = 58; -quoteright = 58; -quotesingle = 36; -sixsuperior = 32; -u = 14; -w = 24; -}; -I = { -Hbar = 42; -backslash = 24; -greater = 0; -jcircumflex = 26; -}; -I.ss02 = { -Dcroat = -23; -Eth = -23; -Tcedilla = 19; -jcircumflex = 21; -logicalnot = -89; -minus = -90; -plus = -79; -}; -Iacute = { -Igrave = 63; -Rcaron = 0; -Tcaron = 0; -U = 3; -comma.ss01 = -33; -l.ss04 = 9; -parenright = 8; -period.ss01 = -35; +ampersand = -16; +plus = -32; +minus = -38; +notequal = -26; +logicalnot = -63; +asciitilde = -54; }; -Iacute.ss02 = { -Eth = -23; +U = { +Dcroat = 10; +Eth = 10; +Hbar = 54; +Lslash = 13; +hbar = 51; +igrave = 37; +jcircumflex = 56; +greater = 7; +}; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -13; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 31; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 60; +"@MMK_R_KO_imacron" = 59; +"@MMK_R_KO_itilde" = 62; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = 17; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = 24; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = 14; +"@MMK_R_KO_hyphen.case" = -40; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -67; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = -46; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 31; +"@MMK_R_KO_W" = 48; +"@MMK_R_KO_X" = 39; +"@MMK_R_KO_Y" = 29; +"@MMK_R_KO_Z" = 37; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -44; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_eacute" = -39; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = -50; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -130; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -165; +"@MMK_R_KO_endash" = -110; +"@MMK_R_KO_hyphen.case" = -124; +"@MMK_R_KO_parenleft" = -19; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -Ibreve = { -Imacron = 172; +Eth = { +Eth = 52; +Oslash = 48; }; -Icircumflex = { -Icircumflex = 112; -bracketright = 17; -icircumflex = 27; -l.ss04 = 21; -parenright = 32; -parenright.case = 40; +odotbelow = { +T = -121; }; -Idieresis = { -Idieresis = 135; -Igrave = 75; -idieresis = 30; -parenright = 22; +baht = { +slash = 0; +parenright = -56; +parenright.case = -35; }; -Idieresis.ss01 = { -Idieresis.ss01 = 102; -Igrave = 80; +Icircumflex.ss02 = { +endash.case = -78; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 15; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -59; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -59; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_foursuperior" = -94; +"@MMK_R_KO_sevensuperior" = -39; +"@MMK_R_KO_ninesuperior" = -52; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -47; +"@MMK_R_KO_asterisk" = -42; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = -21; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_hyphen.case" = -74; +"@MMK_R_KO_endash.case" = -68; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -48; +"@MMK_R_KO_quoteleft" = -58; +"@MMK_R_KO_quoteright" = -43; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -53; +"@MMK_R_KO_quotesingle" = -46; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -57; }; -Idieresis.ss02 = { -idieresis = 47; +quotedblright = { +Dcroat = -37; +icircumflex = 32; +scaron = -33; +x = -43; +g.ss06 = -62; +mu = -52; +questiondown = -118; +questiondown.case = -103; +parenleft = -21; +quotesinglbase = -63; +asciitilde = -112; }; -Idotaccent = { -l.ss04 = 9; +r = { +fl = 24; +germandbls = 22; +wdieresis = 26; +gcircumflex.ss06 = 0; +oneinferior = -71; +twoinferior = -72; +threeinferior = -73; +fourinferior = -89; +fiveinferior = -78; +sixinferior = -71; +ampersand = -55; +logicalnot = -90; +asciitilde = -38; }; -Idotaccent.ss01 = { -l.ss04 = 9; -period.ss01 = -35; +seveninferior = { +I.ss02 = -49; +fourinferior = -31; +seveninferior = 29; +parenright = -78; +parenright.case = -57; }; -Idotbelow = { -U = 2; -comma = 6; -j = 35; +sterling = { +two = 17; +hyphen.case = -73; +parenright = -44; }; -Imacron = { -Ibreve = 164; -Imacron = 192; -imacron = 51; -l.ss04 = 12; -parenright = 34; -parenright.case = 56; +Ocircumflex = { +Lslash = 39; }; -Iogonek = { -Iogonek = 16; -iogonek = 22; -j = 38; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 28; +"@MMK_R_KO_Oacute" = 29; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_e" = 23; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_t_t.liga" = 22; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -68; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -43; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = 37; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = 30; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = -22; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -16; +}; +_f.longarm = { +l = 0; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +l.ss03 = 0; +l.ss04 = 0; }; -Iogonek.ss02 = { -comma = 56; -iogonek = 55; -j = 92; +I.ss02 = { +Dcroat = -25; +igrave = 29; +jcircumflex = 11; +endash.case = -78; +plus = -82; +minus = -83; +notequal = -78; +less = -79; +approxequal = -122; +logicalnot = -98; +asciitilde = -98; }; -Itilde = { -Idieresis = 161; -Idieresis.ss01 = 142; -Itilde = 171; +quoteleft.ss01 = { +J.ss10 = -60; +igrave = 8; +icircumflex = 23; +imacron = 28; +jcircumflex = 23; +questiondown.case = -60; +questiondown.ss01 = -60; +hyphen = -60; +emdash = -60; +quotedblbase.ss01 = -60; +ampersand = -57; +minus = -60; +logicalnot = -60; +asciitilde = -60; }; -J = { -Hbar = 48; -Iogonek = 5; -Oslash = 8; -backslash = 30; -greater = 5; -i.ss01 = 6; -ibreve = 45; -idieresis = 37; -iogonek = 7; -jcircumflex = 31; +Zacute = { +endash.case = -71; }; -Jacute = { -Ecaron = 4; -Edieresis = 4; -Egrave = 4; -Hbar = 48; -Ibreve = 116; -Icircumflex = 73; -Idieresis = 92; -Idieresis.ss01 = 88; -Idotaccent = 13; -Igrave = 69; -Imacron = 120; -Itilde = 103; -Oslash = 9; -backslash = 30; -ibreve = 45; -idieresis = 37; -jcircumflex = 31; -parenright = 7; -parenright.case = 22; +d = { +hbar = 4; +igrave = 4; +icaron = 4; +idieresis = 4; +jcircumflex = 4; +logicalnot = -33; }; -Jcircumflex = { -A = -3; -E = 9; -Jcircumflex = 0; -O = 7; -U = 14; -a = 5; -e = 6; -jcircumflex = 33; -o = 7; -parenright = 34; +notequal = { +zero = -23; +one = -62; +two = -36; +seven = -37; +parenright = -99; +parenright.case = -81; +A = -53; +B = -20; +F = -20; +L = -20; +N = -20; +Y = -79; +b = -20; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -43; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 20; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 21; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_t_t.liga" = 4; }; -K = { -Iogonek = 34; -Lslash = -18; -OE = -29; -Ydotbelow = 31; -Ydotbelow.ss01 = 31; -Ygrave = 31; -ampersand = -13; -asciitilde = -110; -at = -30; -backslash = 54; -dollar = -6; -ecircumflexacute = -6; -edieresis = -30; -eight = -2; -equal = -52; -jcircumflex = 42; -lcommaaccent.ss04 = 36; -less = -94; -logicalnot = -115; -minus = -111; -nine = 0; -numbersign = -45; -odieresis = -34; -parenleft = -18; -plus = -103; -rcaron = 10; -registered = -37; -seven = 22; -three = 0; -two = 12; -u = -34; -ygrave = -27; -yhookabove = -32; -ytilde = -22; +six = { +icircumflex = 58; +parenleft = 16; +braceright = -65; +bracketright.case = -37; +trademark = -68; +asciicircum = -63; }; -L = { -Dcroat = -34; -H = 0; -Iogonek = 12; -Jcircumflex = 14; -OE = -69; -Oslash = -5; -Tbar = -113; -Tcedilla = -99; -Ycircumflex = -120; -Ydieresis = -120; -Ydieresis.ss01 = -120; -Ydotbelow = -116; -Ydotbelow.ss01 = -116; -Ygrave = -120; -ampersand = -31; -asciitilde = -204; -at = -51; -backslash = -114; -eight = -24; -equal = -126; -five = -35; -idotbelow = -15; -less = -185; -logicalnot = -209; -minus = -213; -multiply = -79; -nine = -38; -numbersign = -82; -ordfeminine = -207; -ordmasculine = -205; -parenleft = -34; -plus = -149; -quotedbl = -163; -quoteleft = -87; -quoteleft.ss01 = -81; -quoteright.ss01 = -81; -registered = -211; -seven = -70; -three = -28; -two = -8; +Idieresis.ss02 = { +idieresis = 0; }; -Lcaron = { -A = 10; -B = 0; -Ccaron = -56; -D = 0; -G = -57; -H = 0; -J = 21; -K = 0; -M = 0; -N = 0; -Ncaron = 0; -O = -56; -R = 0; -S = -28; -Scaron = -28; -T = -39; -U = -39; -Uacute = -39; -V = -33; -a = -47; -a.ss05 = -27; -comma = 4; -eightsuperior = -63; -fivesuperior = -66; -foursuperior = -82; -hyphen = -123; -hyphen.case = -116; -ninesuperior = -58; -onesuperior = -51; -parenright = -36; -period = 2; -question = -40; -sevensuperior = -52; -sixsuperior = -61; -threesuperior = -61; -twosuperior = -58; -u = -42; -uacute = -41; -v = -65; +quotedblleft.ss01 = { +A = -110; +J = -112; +igrave = 8; +icircumflex = 23; +imacron = 28; +jcircumflex = 23; +g.ss06 = -58; +mu = -48; +questiondown.case = -99; +ellipsis.ss01 = -124; +questiondown.ss01 = -124; +underscore = -124; +quotedblbase.ss01 = -124; +ampersand = -59; +minus = -124; +divide = -114; +asciitilde = -100; }; -Lslash = { -Ydieresis = -120; -Ydieresis.ss01 = -120; +sevensuperior = { +A = -124; +C = -28; +O = -28; +G = -28; +fraction = -30; +sevensuperior = 30; +period = -61; +comma = -63; +colon = -35; +semicolon = -34; +slash = -122; +period.ss01 = -60; +comma.ss01 = -60; +colon.ss01 = -52; +semicolon.ss01 = -55; +hyphen = -116; +hyphen.case = -73; +guillemetleft = -68; +guilsinglleft = -68; +guillemetright = -54; +guilsinglright = -46; +plus = -60; }; -M = { -Hbar = 42; -backslash = 24; -greater = 0; -ibreve = 39; -idieresis = 31; -idieresis.ss01 = 20; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 27; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = 18; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 18; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -53; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_underscore" = -23; +"@MMK_R_KO_hyphen.case" = -163; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -73; +"@MMK_R_KO_parenright.case" = -48; +"@MMK_R_KO_bracketright.case" = -66; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -67; +"@MMK_R_KO_asciicircum" = -48; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -59; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 37; +"@MMK_R_KO_Oacute" = 37; +"@MMK_R_KO_J" = -92; +"@MMK_R_KO_G.ss07" = 35; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -108; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -97; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -107; +"@MMK_R_KO_I.ss02" = -78; +"@MMK_R_KO_J.ss10" = -204; +"@MMK_R_KO_zero" = 21; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_two" = -28; +"@MMK_R_KO_three" = -57; +"@MMK_R_KO_four" = -30; +"@MMK_R_KO_five" = 17; +"@MMK_R_KO_six" = 24; +"@MMK_R_KO_seven" = -31; +"@MMK_R_KO_eight" = -20; +"@MMK_R_KO_nine" = 15; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = -20; +"@MMK_R_KO_slash" = -69; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -71; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -54; +"@MMK_R_KO_quoteleft" = -60; +"@MMK_R_KO_quoteright" = -47; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -36; +"@MMK_R_KO_quotesingle" = -36; +"@MMK_R_KO_quotedblleft.ss01" = -44; +"@MMK_R_KO_quotedblright.ss01" = -55; }; -N = { -Hbar = 42; -backslash = 24; -degree = -25; -greater = 0; -idieresis = 31; -jcircumflex = 27; +won = { +period = -61; +comma = -63; +slash = -51; +period.ss01 = -60; +comma.ss01 = -60; }; -O = { -Dcroat = 33; -Eth = 33; -Hbar = 14; -Jcircumflex = -22; -Lslash = 37; -Oslash = 25; -Tbar = -19; -Tcedilla = -63; -Ydieresis = -52; -Ydieresis.ss01 = -52; -at = 27; -backslash = -14; -bracketright.case = -50; -eight = 16; -five = 2; -gbreve.ss06 = 17; -idieresis = 8; -less = 32; -parenleft = 25; -parenleft.case = 21; -parenright = -78; -parenright.case = -50; +i.ss01 = { +l = 4; +c = 3; +e = 3; +o = 2; +m = 4; +n = 4; +r = 4; +p = 6; +j.ss01 = 6; +parenright = -26; }; -Oacute = { -Eth = 33; -Lslash = 37; -parenright = -78; +guillemetright = { +T = -127; +x = -39; +threesuperior = -41; +fivesuperior = -50; +eightsuperior = -40; +colon = -47; +semicolon = -48; +questiondown = -53; +question.ss01 = -70; +questiondown.ss01 = -53; +braceright = -88; +braceright.case = -81; +bracketright.case = -78; +quotesinglbase = -63; +quotedblbase = -69; +quotedblbase.ss01 = -69; +quoteright.ss01 = -60; }; -Ocircumflex = { -Lslash = 37; -Tcedilla = -63; +s = { +l = 0; +seven = -67; +emdash = -6; +registered = -40; +notequal = -48; +logicalnot = -21; +asciitilde = -18; }; -Odieresis = { -Eth = 33; -gbreve.ss06 = 17; +five.dnom = { +question = -81; +question.ss01 = -104; +parenright = -72; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +quotedbl = -139; +quotesingle = -59; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; +degree = -153; }; -Odieresis.ss01 = { -Eth = 33; +ecircumflexgrave = { +parenright = -64; +bracketright = -60; +quotedbl = -57; }; -Ograve = { -Lslash = 37; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 27; +"@MMK_R_KO_Oacute" = 29; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -112; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -51; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = -52; +"@MMK_R_KO_I.ss02" = -55; +"@MMK_R_KO_J.ss10" = -46; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 18; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = 30; +"@MMK_R_KO_w" = 42; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = 31; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 14; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -47; +"@MMK_R_KO_comma" = -49; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 28; +"@MMK_R_KO_ellipsis" = -80; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -52; +"@MMK_R_KO_parenleft" = 30; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_braceright" = -63; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = -30; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -34; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_zero" = -3; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 22; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 15; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_hyphen.case" = -58; +"@MMK_R_KO_endash.case" = -3; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -35; +"@MMK_R_KO_plus" = -23; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -69; }; -Omacron = { -Eth = 33; -Lslash = 37; +t_t.liga = { +wdieresis = 26; +hyphen = -67; +logicalnot = -70; +asciitilde = -36; }; -Oslash = { -Eth = 33; -G = 24; -G.ss07 = 25; -J = -22; -O = 25; -Oslash = 25; -S = 7; -T = 0; -V = 0; -Y = 0; -comma = -22; -comma.ss01 = -49; -d = 25; -e = 26; -g = 26; -hyphen = 34; -hyphen.case = 33; -k = 10; -l = 10; -l.ss03 = 13; -l.ss04 = 31; -period = -26; -period.ss01 = -51; -r = 6; -s = 12; -v = 4; -y = 0; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -89; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -102; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -23; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = -130; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_f" = 23; +"@MMK_R_KO_g" = -37; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 13; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 14; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = 34; +"@MMK_R_KO_asterisk" = 31; +"@MMK_R_KO_slash" = -95; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = -130; +"@MMK_R_KO_endash" = -106; +"@MMK_R_KO_hyphen.case" = -107; +"@MMK_R_KO_endash.case" = -5; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = -53; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 5; }; -P = { -Jcircumflex = -94; -Lslash = 0; -OE = 29; -Oslash = 28; -Tcedilla = -29; -ampersand = -7; -bracketright.case = -50; -ellipsis.ss01 = -246; -exclam.ss01 = 10; -five = 11; -fourinferior = -73; -idieresis = 28; -lcommaaccent = 8; -lcommaaccent.ss04 = 11; -less = 28; -nine = 26; -parenleft = 9; -seven = 25; -three = 15; -threeinferior = -19; -two = 28; +ohorngrave = { +i = 16; +idotaccent = 16; +i.ss01 = 16; +idotaccent.ss01 = 16; +m = 14; +n = 14; +period = 0; +comma = 0; +period.ss01 = -21; +comma.ss01 = -7; +parenright = -49; +bracketright = -61; +guillemetright = 0; +quotedbl = -16; }; -Q = { -Dcroat = 0; -backslash = -36; -minus = -27; -plus = -9; -registered = -31; -seven = -31; -two = 8; +zeroinferior = { +parenright = -62; }; -R = { -Hbar = 51; -Iogonek = 13; -Jcircumflex = 16; -Oslash = 15; -Tcedilla = -31; -Ydieresis = -24; -ampersand = 5; -eight = 10; -greater = 15; -idieresis = 24; -jcircumflex = 41; -nine = 16; -seven = 11; -three = 12; -two = 14; +c = { +seven = -82; +registered = -41; +notequal = -58; }; -S = { -Abrevetilde = 17; -Hbar = 39; -Lslash = 5; -OE = 0; -Oslash = 2; -Tcedilla = -40; -Ycircumflex = -34; -ampersand = 28; -bracketright.case = -27; -dollar = 11; -eight = 22; -five = 10; -greater = 30; -hbar = 26; -ibreve = 29; -idieresis = 25; -idieresis.ss01 = 24; -minus = -42; -nine = 10; -parenleft = 9; -plus = -26; -three = 24; -two = 15; +Aacute = { +Dcroat = -23; +Eth = -23; +Tbar = -90; +endash.case = -69; +registered = -98; }; -Scaron = { -iogonek = 12; +Abreve = { +endash.case = -69; }; -Scedilla = { -parenright = -46; +eight.dnom = { +question = -89; +question.ss01 = -108; +parenright = -73; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +quotedbl = -139; +quotesingle = -59; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; +degree = -166; }; -T = { -Acircumflex = -87; -Acircumflexacute = -82; -Acircumflexdotbelow = -87; -Acircumflexgrave = -82; -Amacron = -84; -Atilde = -90; -Hbar = 6; -Lslash = -20; -OE = -34; -Oslash = -28; -Ycircumflex = 21; -Ydotbelow = 21; -Ygrave = 21; -a.ss05 = -104; -aacute.ss05 = -81; -abreve = -56; -abreveacute = -56; -abrevedotbelow = -56; -abrevegrave = -56; -acircumflex = -67; -acircumflex.ss05 = -41; -acircumflexacute = -34; -acircumflexacute.ss05 = 0; -acircumflexdotbelow = -67; -acircumflexdotbelow.ss01 = -67; -acircumflexgrave = -71; -acircumflexhookabove = -71; -acircumflexhookabove.ss05 = -42; -acircumflextilde = -56; -adieresis = -64; -adieresis.ss05 = -35; -adotbelow.ss05 = -104; -ae = -104; -agrave = -76; -ahookabove = -92; -ahookabove.ss05 = -52; -amacron = -49; -ampersand = -20; -aogonek.ss05 = -104; -aring = -72; -asciitilde = -135; -at = -40; -atilde = -58; -backslash = 40; -e = -119; -eacute = -97; -ecaron = -34; -ecircumflexacute = -18; -edieresis = -45; -edotaccent = -82; -egrave = -54; -ehookabove = -65; -eight = 0; -emacron = -35; -equal = -102; -hbar = 0; -i.ss01 = -13; -iacute = -29; -ibreve = 63; -idieresis = 43; -idieresis.ss01 = 35; -idotaccent.ss01 = -13; -idotbelow = -19; -idotless = -103; -ihookabove = 0; -less = -107; -logicalnot = -119; -minus = -123; -multiply = -62; -numbersign = -61; -oacute = -107; -ocircumflexacute = -22; -odieresis = -50; -ograve = -57; -ohookabove = -72; -ohorngrave = -57; -ohungarumlaut = -67; -omacron = -38; -otilde = -45; -parenleft = -33; -plus = -103; -racute = -62; -rcaron = -4; -registered = -36; -scaron = -19; -scircumflex = -33; -seven = 6; -three = 0; -two = 0; -twoinferior = -119; -uacute = -106; -ubreve = -38; -ucircumflex = -57; -udieresis = -53; -udieresis.ss01 = -55; -ugrave = -64; -uhookabove = -76; -uhorngrave = -64; -uhornhookabove = -76; -uhungarumlaut = -70; -umacron = -40; -uring = -59; -utilde = -47; -ycircumflex = -40; -ygrave = -39; -yhookabove = -50; -zeroinferior = -129; +Idieresis.ss01 = { +Icircumflex = 2; +Idieresis.ss01 = 0; +idieresis.ss01 = 33; +parenright.case = 36; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -115; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -56; +"@MMK_R_KO_sixsuperior" = -36; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_question.ss01" = -52; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_quotedblleft" = -69; +"@MMK_R_KO_quotedblright" = -60; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -60; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -77; +"@MMK_R_KO_quoteright.ss01" = -57; }; -Tbar = { -A = -68; -Aacute = -68; -Tbar = 37; -comma = -87; -comma.ss01 = -81; -guilsinglleft = -19; -oslash = -31; -period = -85; -period.ss01 = -82; -slash = -78; -tbar = -31; +comma.ss01 = { +twosuperior = -60; +threesuperior = -60; +fivesuperior = -60; +eightsuperior = -60; +parenright = -12; +bracketright = -16; +quoteright.ss01 = -60; }; -Tcaron = { -a.ss05 = -104; -udieresis = -53; +C = { +two = 11; +three = 27; +five = 19; +eight = 26; +braceright.case = -66; +plus = -51; +minus = -78; +greater = 23; }; -Tcedilla = { -Tcedilla = 21; -a.ss05 = -104; -abreve = -56; -amacron = -49; -umacron = -40; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -118; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = -109; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -118; +"@MMK_R_KO_a" = -69; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -78; +"@MMK_R_KO_eacute" = -66; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -70; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -56; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_s" = -61; +"@MMK_R_KO_t" = -19; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -44; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -32; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = -35; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_pi" = -35; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -118; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -15; +"@MMK_R_KO_seven" = 19; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_sevensuperior" = 12; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -118; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -118; +"@MMK_R_KO_hyphen" = -118; +"@MMK_R_KO_endash" = -118; +"@MMK_R_KO_hyphen.case" = -118; +"@MMK_R_KO_endash.case" = -59; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -118; +"@MMK_R_KO_percent" = 10; }; -Tcommaaccent = { -a.ss05 = -104; -abreve = -56; -acircumflex = -67; -amacron = -49; +ocircumflexgrave = { +parenright = -68; +bracketright = -62; +quotedbl = -60; +quotesingle = -51; }; -Thorn = { -Eth = 45; +wcircumflex = { +p = 21; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = -26; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = -123; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = -17; +"@MMK_R_KO_V" = -90; +"@MMK_R_KO_W" = -59; +"@MMK_R_KO_X" = -87; +"@MMK_R_KO_Y" = -145; +"@MMK_R_KO_Z" = -84; +"@MMK_R_KO_I.ss02" = -93; +"@MMK_R_KO_J.ss10" = -15; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -23; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = -48; +"@MMK_R_KO_g" = -9; +"@MMK_R_KO_i" = -23; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -60; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -46; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_y" = -50; +"@MMK_R_KO_z" = -92; +"@MMK_R_KO_l.ss04" = -22; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_pi" = -41; +"@MMK_R_KO_zero" = -20; +"@MMK_R_KO_one" = -76; +"@MMK_R_KO_two" = -77; +"@MMK_R_KO_three" = -36; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -42; +"@MMK_R_KO_six" = -23; +"@MMK_R_KO_seven" = -121; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = -76; +"@MMK_R_KO_sixsuperior" = -131; +"@MMK_R_KO_onesuperior" = -96; +"@MMK_R_KO_foursuperior" = -165; +"@MMK_R_KO_sevensuperior" = -105; +"@MMK_R_KO_ninesuperior" = -118; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = -90; +"@MMK_R_KO_asterisk" = -130; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_parenright" = -99; +"@MMK_R_KO_bracketright" = -90; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -118; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -53; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -124; +"@MMK_R_KO_quotedblright.ss01" = -124; +"@MMK_R_KO_plus" = -42; +}; +Umacron = { +Hbar = 54; }; -U = { -Dcroat = 9; -Eth = 9; -Germandbls = 2; -Hbar = 53; -Idieresis = 2; -Igrave = 2; -Lcommaaccent = 2; -Lslash = 9; -Tcedilla = 10; -backslash = 35; -greater = 8; -hbar = 35; -jcircumflex = 35; -seven = 11; -yhookabove = 4; +Zcaron = { +Dcroat = -26; +igrave = 32; +endash.case = -71; }; -Uacute = { -Eth = 9; +sixinferior = { +T = -123; +W = -46; +parenright = -60; +bracketright = -69; }; -Udieresis = { -Germandbls = 2; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -58; +"@MMK_R_KO_Oacute" = -58; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -82; +"@MMK_R_KO_zero" = -54; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = -41; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = -12; +"@MMK_R_KO_six" = -56; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -40; +"@MMK_R_KO_nine" = -36; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_foursuperior" = -75; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -46; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_period.ss01" = -38; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -34; +"@MMK_R_KO_hyphen.case" = -93; +"@MMK_R_KO_endash.case" = -74; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -78; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_degree" = -55; +"@MMK_R_KO_plus" = -78; +"@MMK_R_KO_percent" = -20; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 20; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = -29; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = -23; +"@MMK_R_KO_pi" = -12; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 25; +"@MMK_R_KO_four" = 30; +"@MMK_R_KO_five" = 12; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = -9; +"@MMK_R_KO_eight" = 24; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_foursuperior" = -68; +"@MMK_R_KO_sevensuperior" = -26; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -39; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -27; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_endash.case" = -28; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -49; +"@MMK_R_KO_quotedblright" = -34; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -43; +"@MMK_R_KO_degree" = -62; +"@MMK_R_KO_plus" = -9; +"@MMK_R_KO_percent" = -22; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 27; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = 18; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 27; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -53; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -49; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -38; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_hyphen.case" = -163; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_parenright.case" = -48; +"@MMK_R_KO_bracketright.case" = -57; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -15; }; -V = { -Abrevetilde = -104; -Acircumflex = -87; -Acircumflexacute = -83; -Acircumflexdotbelow = -87; -Acircumflextilde = -84; -Amacron = -84; -Atilde = -91; -Dcroat = -21; -Eth = -21; -Jcircumflex = -60; -OE = -11; -Oslash = -10; -abreve = -40; -abreve.ss05 = -9; -acircumflexacute = -27; -adieresis = -41; -adieresis.ss05 = -18; -amacron = -34; -amacron.ss05 = 0; -ampersand = -18; -at = -15; -backslash = 59; -ccaron = -33; -ecaron = -28; -ecircumflexacute = 0; -edieresis = -30; -eight = 0; -emacron = -16; -equal = -18; -iacute = -13; -ibreve = 74; -idieresis = 55; -idieresis.ss01 = 50; -less = -28; -minus = -57; -ocircumflexacute = -2; -odieresis = -34; -odieresis.ss01 = -38; -otilde = -28; -parenleft = -23; -plus = -41; -racute = -30; -scaron = -2; -seven = 39; -three = 10; -two = 15; -twoinferior = -61; -zcaron = -16; +Idotaccent = { +l.ss04 = 31; }; -W = { -Hbar = 69; -Lslash = -13; -Ycircumflex = 41; -adieresis = -21; -adieresis.ss05 = -10; -ampersand = -15; -backslash = 58; -idieresis = 67; -minus = -39; -odieresis = -19; -plus = -26; -seven = 40; -three = 13; -threeinferior = -36; -two = 19; +zero.dnom = { +question = -89; +question.ss01 = -108; +parenright = -78; +parenright.case = -46; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +quotedbl = -139; +quotesingle = -59; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; +degree = -172; }; -X = { -ampersand = -13; -asciitilde = -104; -at = -40; -backslash = 19; -ecircumflexacute = -17; -eight = -17; -equal = -52; -ibreve = 50; -idieresis = 35; -less = -87; -logicalnot = -107; -minus = -101; -multiply = -56; -nine = -15; -notequal = -30; -numbersign = -46; -plus = -93; -registered = -49; -three = -9; -two = 3; +I = { +I = 0; +Hbar = 44; +hbar = 41; +igrave = 26; +jcircumflex = 46; +logicalnot = -34; }; -Y = { -Acircumflex = -86; -Amacron = -83; -Eth = -25; -Lslash = -20; -Oslash = -20; -Ydieresis = 43; -adieresis = -56; -agrave = -65; -agrave.ss05 = -31; -amacron = -40; -amacron.ss05 = -13; -ampersand = -22; -asciitilde = -94; -at = -24; -backslash = 46; -ecircumflex = -47; -ecircumflexacute = -2; -ecircumflexhookabove = -51; -egrave = -44; -eight = -6; -equal = -36; -iacute = -23; -less = -61; -logicalnot = -83; -minus = -78; -multiply = -39; -nine = 0; -numbersign = -37; -ograve = -51; -parenleft = -30; -plus = -68; -registered = -22; -scaron = -2; -seven = 36; -three = 2; -two = 6; -twoinferior = -99; -udieresis = -38; -umacron = -26; +uhornhookabove = { +a = -15; +a.ss05 = 0; +period = -19; +comma = -20; +ellipsis = -52; +period.ss01 = -36; +ellipsis.ss01 = -49; +comma.ss01 = -36; +parenright = -24; +bracketright = -57; +quotedblright = 19; +quotedbl = 12; }; -Yacute = { -Eth = -25; -udieresis = -38; +Idieresis = { +Icircumflex = 2; +Idieresis = 0; +idieresis = 48; +parenright = 16; +parenright.case = 34; }; -Z = { -Lslash = -21; -adieresis = -34; -asciitilde = -104; -at = -24; -backslash = 42; -equal = -43; -ibreve = 67; -less = -68; -logicalnot = -91; -minus = -88; -numbersign = -36; -plus = -75; -rcaron = 0; -registered = -26; -seven = 33; -two = 12; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -116; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = -93; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 31; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 39; +"@MMK_R_KO_W" = 56; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 45; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -144; +"@MMK_R_KO_a" = -79; +"@MMK_R_KO_aacute" = -60; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -83; +"@MMK_R_KO_eacute" = -45; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -79; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -55; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_itilde" = 47; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -69; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -60; +"@MMK_R_KO_uacute" = -39; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_x" = -47; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -43; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = -73; +"@MMK_R_KO_t_t.liga" = -23; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -116; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 12; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -39; +"@MMK_R_KO_semicolon" = -35; +"@MMK_R_KO_ellipsis" = -165; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -120; +"@MMK_R_KO_backslash" = 48; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -50; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -148; +"@MMK_R_KO_endash" = -97; +"@MMK_R_KO_underscore" = -124; +"@MMK_R_KO_hyphen.case" = -111; +"@MMK_R_KO_parenleft" = -25; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -92; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = 10; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -76; }; -Zcaron = { -Dcroat = -26; -Iogonek = 37; +Ecircumflexdotbelow.ss01 = { +T = 12; +}; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -116; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -95; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -28; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = -49; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -77; +"@MMK_R_KO_hyphen" = -50; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 12; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -74; +"@MMK_R_KO_bracketright" = -73; +"@MMK_R_KO_quotedblleft" = -76; +"@MMK_R_KO_quotedblright" = -70; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -64; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -89; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -84; +"@MMK_R_KO_asciicircum" = -82; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_two" = -9; +"@MMK_R_KO_three" = 2; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -16; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -17; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = 24; +"@MMK_R_KO_hyphen.case" = -17; +"@MMK_R_KO_endash.case" = 11; +"@MMK_R_KO_parenright" = -90; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_parenright.case" = -52; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_degree" = -53; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -7; +}; +one = { +icircumflex = 43; +three = 0; +multiply = -27; +equal = 0; +notequal = -21; +asciicircum = -61; }; -a = { -asciitilde = -19; -backslash = -31; -germandbls = 0; -jcircumflex = 0; -logicalnot = -31; -notequal = -15; -parenleft = 0; -plus = -6; -r = 0; -registered = -27; -seven = -24; +gdotaccent.ss06 = { +gdotaccent.ss06 = 55; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 28; +"@MMK_R_KO_Oacute" = 29; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -33; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 26; +"@MMK_R_KO_aacute" = 27; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 23; +"@MMK_R_KO_eacute" = 21; +"@MMK_R_KO_f" = 25; +"@MMK_R_KO_g" = 25; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 44; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 20; +"@MMK_R_KO_uacute" = 20; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 22; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -68; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = 37; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = 30; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_bracketright" = -69; +"@MMK_R_KO_parenright.case" = -56; +"@MMK_R_KO_bracketright.case" = -59; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -70; }; -a.ss05 = { -T = -107; -backslash = -52; -gbreve.ss06 = 27; -gcircumflex.ss06 = 27; -gcommaaccent.ss06 = 27; -germandbls = -19; -jcircumflex = 0; -seven = -56; +lcaron.ss04 = { +ncaron = 21; +scaron = 18; +exclam.ss01 = 96; }; -aacute = { -parenright = -46; +Gdotaccent = { +Hbar = 33; }; -abreve = { -parenright = -43; +fl = { +Hbar = 48; +l = 0; +idieresis = 3; +jcircumflex = 3; +periodcentered.loclCAT = 23; +periodcentered.loclCAT.ss01 = 6; }; -abreveacute = { -parenright = -44; +quotedbl = { +Dcroat = -34; +Hbar = 37; +Lslash = -31; +hbar = 29; +igrave = 13; +icircumflex = 36; +idieresis = 31; +imacron = 59; +jcircumflex = 36; +x = -21; +idieresis.ss01 = 24; +g.ss06 = -38; +gcommaaccent.ss06 = -35; +gdotaccent.ss06 = -37; +gdotaccent.ss01.ss06 = -36; +mu = -41; +exclamdown = -31; +questiondown = -122; +backslash = 45; +questiondown.case = -99; +ellipsis.ss01 = -139; +exclamdown.ss01 = -44; +questiondown.ss01 = -129; +underscore = -139; +parenleft = -15; +braceleft = -32; +ampersand = -51; +sterling = -21; +minus = -127; +lessequal = -81; +asciitilde = -74; }; -abrevedotbelow = { -parenright = -43; +O = { +Dcroat = 33; +Eth = 33; +Hbar = 21; +Lslash = 39; +Tbar = -20; +idieresis = 12; +parenleft.case = 23; +braceright.case = -59; +less = 31; }; -abrevedotbelow.ss05 = { -c = -5; -t = -27; -t_i.liga = -27; -t_t.liga = -27; +Zdotaccent.ss01 = { +Hbar = 23; +endash.case = -71; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -53; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -60; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -60; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_i" = -25; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -60; +"@MMK_R_KO_u" = -48; +"@MMK_R_KO_v" = -60; +"@MMK_R_KO_w" = -60; +"@MMK_R_KO_y" = -60; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -21; +"@MMK_R_KO_t_t.liga" = -56; +"@MMK_R_KO_pi" = -47; +"@MMK_R_KO_zero" = -60; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -50; +"@MMK_R_KO_six" = -60; +"@MMK_R_KO_seven" = -60; +"@MMK_R_KO_eight" = -40; +"@MMK_R_KO_nine" = -48; +"@MMK_R_KO_sixsuperior" = -60; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_foursuperior" = -60; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_ninesuperior" = -60; +"@MMK_R_KO_asterisk" = -60; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 5; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -60; +"@MMK_R_KO_hyphen.case" = -60; +"@MMK_R_KO_endash.case" = -60; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_quotedbl" = -60; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -60; }; -abrevegrave = { -parenright = -44; -sevensuperior = -38; +braceleft = { +p = 0; +x = -74; +parenleft = -45; +braceright = 23; +at = -59; +minus = -82; +logicalnot = -91; +asciicircum = -113; }; -abrevehookabove = { -parenright = -44; +rcaron = { +I.ss02 = 0; +onesuperior = -2; +twosuperior = -11; +sevensuperior = -3; +parenright = -13; }; -abrevetilde = { -parenright = -39; +f_f_i.liga = { +hbar = 7; +idieresis = 7; +jcircumflex = 7; +germandbls = 5; +logicalnot = -31; }; -acircumflexacute = { -parenright = -48; -sevensuperior = -48; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -28; +"@MMK_R_KO_O" = -94; +"@MMK_R_KO_Oacute" = -94; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -92; +"@MMK_R_KO_S" = -54; +"@MMK_R_KO_T" = -118; +"@MMK_R_KO_U" = -70; +"@MMK_R_KO_V" = -118; +"@MMK_R_KO_W" = -89; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -118; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -63; +"@MMK_R_KO_aacute" = -63; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = -26; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_eacute" = -64; +"@MMK_R_KO_f" = -51; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = -28; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = 25; +"@MMK_R_KO_lslash" = -40; +"@MMK_R_KO_s" = -43; +"@MMK_R_KO_t" = -69; +"@MMK_R_KO_u" = -55; +"@MMK_R_KO_uacute" = -55; +"@MMK_R_KO_v" = -86; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -26; +"@MMK_R_KO_t_t.liga" = -61; +"@MMK_R_KO_pi" = -46; +"@MMK_R_KO_zero" = -74; +"@MMK_R_KO_one" = -75; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -52; +"@MMK_R_KO_four" = -118; +"@MMK_R_KO_five" = -56; +"@MMK_R_KO_six" = -88; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = -47; +"@MMK_R_KO_nine" = -63; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 31; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_question" = -85; +"@MMK_R_KO_asterisk" = -118; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_hyphen" = -118; +"@MMK_R_KO_endash" = -118; +"@MMK_R_KO_hyphen.case" = -118; +"@MMK_R_KO_endash.case" = -118; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -118; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -101; +"@MMK_R_KO_guillemetright" = -56; +"@MMK_R_KO_plus" = -118; +"@MMK_R_KO_percent" = -42; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -71; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -56; +"@MMK_R_KO_Oacute" = -56; +"@MMK_R_KO_J" = -71; +"@MMK_R_KO_G.ss07" = -55; +"@MMK_R_KO_S" = -39; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -84; +"@MMK_R_KO_a" = -76; +"@MMK_R_KO_aacute" = -76; +"@MMK_R_KO_a.ss05" = -57; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -77; +"@MMK_R_KO_eacute" = -77; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_n" = -87; +"@MMK_R_KO_j" = 63; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -73; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -78; +"@MMK_R_KO_uacute" = -56; +"@MMK_R_KO_v" = -69; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -67; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_pi" = -64; +"@MMK_R_KO_zero" = -53; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_two" = -39; +"@MMK_R_KO_three" = -48; +"@MMK_R_KO_four" = -71; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -55; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -43; +"@MMK_R_KO_nine" = -37; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_foursuperior" = -74; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -86; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -45; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_hyphen" = -92; +"@MMK_R_KO_endash" = -76; +"@MMK_R_KO_bracketright" = 23; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -78; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -54; +"@MMK_R_KO_plus" = -77; +"@MMK_R_KO_percent" = -34; }; -acircumflexdotbelow = { -parenright = -48; -sevensuperior = -48; +logicalnot = { +one = -82; +two = -56; +seven = -123; +nine = -37; +parenright = -110; +parenright.case = -87; +v = -34; +x = -64; +y = -38; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 52; +"@MMK_R_KO_imacron" = 69; +"@MMK_R_KO_itilde" = 70; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -46; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -16; +"@MMK_R_KO_hyphen.case" = -25; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -55; }; -acircumflexdotbelow.ss05 = { -t = -27; -t_i.liga = -27; -t_t.liga = -27; -y = -23; +ydotbelow = { +ecircumflexdotbelow = 0; +period = -61; +comma = 0; +parenright = -24; }; -acircumflexgrave.ss05 = { -y = -23; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -55; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 5; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 21; +"@MMK_R_KO_itilde" = 28; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 31; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 26; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 24; +"@MMK_R_KO_comma" = 24; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_underscore" = 19; +"@MMK_R_KO_hyphen.case" = -28; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -45; +"@MMK_R_KO_braceright" = -72; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -11; +"@MMK_R_KO_trademark" = -75; +"@MMK_R_KO_asciicircum" = -63; +}; +idotless = { +T = -79; }; acircumflexhookabove.ss05 = { -y = -23; +y = -26; }; -acircumflextilde = { -parenright = -36; +Iogonek.ss02 = { +iogonek = 63; +j = 47; +j.ss01 = 46; +endash.case = -78; }; -acircumflextilde.ss05 = { -y = -23; +aogonek = { +j = 7; +j.ss01 = 7; +parenright = 0; +bracketright = 0; }; -adieresis = { -germandbls = 0; +ldot.ss01.ss03 = { +period.ss01 = 0; +comma.ss01 = 0; }; -adieresis.ss05 = { -germandbls = -14; +Idotbelow = { +j = 45; +}; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 7; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -48; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -68; }; -ampersand = { -one = -53; -parenright = -29; -quotedbl = -87; -quotedblleft = -145; -quotedblright = -140; -quoteright = -87; -quotesingle = -83; -seven = -67; -v = -36; -w = -30; -y = -23; +Tbar = { +A = -80; +Aacute = -80; +T = 20; +Tbar = 36; +a = -31; +a.ss05 = -37; +e = -34; +o = -35; +oslash = -32; +tbar = -39; +period = -61; +comma = -63; +slash = -92; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -105; +guillemetleft = -38; +guilsinglleft = -38; }; -aogonek = { -comma = 2; -j = 5; -parenright = -4; +itilde = { +exclam.ss01 = 67; +quotedbl = 64; }; -aogonek.ss05 = { -comma = 56; -j = 30; -j.ss01 = 30; -parenright = 7; +Idotaccent.ss01 = { +l.ss04 = 31; }; -approxequal = { -one = -47; -parenright = -125; -parenright.case = -113; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -37; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 18; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 26; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = 14; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = 30; +"@MMK_R_KO_four" = 28; +"@MMK_R_KO_five" = 17; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = 23; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_sevensuperior" = -28; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = -14; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = -38; +"@MMK_R_KO_endash.case" = -23; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_degree" = -40; +"@MMK_R_KO_plus" = -11; +"@MMK_R_KO_percent" = 0; }; -asciicircum = { -X = -124; -asterisk = -33; -bracketright = -128; -bracketright.case = -129; -comma = -87; -comma.ss01 = -81; -four = -96; -hyphen = -120; -hyphen.case = -61; -one = -56; -parenright = -131; -parenright.case = -127; -period = -85; -period.ss01 = -82; -semicolon = -47; -slash = -131; -three = -50; -two = -40; -x = -53; +ibreve = { +T = 65; +parenright = 26; +quotesingle = 56; }; -asciitilde = { -X = -153; -asterisk = -88; -bracketright = -155; -bracketright.case = -156; -comma = -87; -comma.ss01 = -81; -eight = -77; -exclam = -78; -exclam.ss01 = -78; -five = -70; -four = -72; -hyphen = -80; -nine = -76; -one = -118; -parenleft = -60; -parenright = -160; -parenright.case = -154; -period = -85; -period.ss01 = -82; -question = -105; -question.ss01 = -115; -quotedbl = -96; -quotedblleft = -144; -quotedblright = -118; -quoteright = -87; -quotesingle = -83; -seven = -96; -six = -57; -slash = -122; -three = -100; -two = -90; -v = -67; -w = -63; -y = -70; -zero = -58; +multiply = { +one = -18; +seven.numr = -48; +parenright = -95; +parenright.case = -82; +A = -28; +J = -86; +T = -99; +V = -39; +X = -44; +Y = -62; +p = -24; }; -asterisk = { -g.ss06 = -7; -l.ss04 = 29; +Ccircumflex = { +jcircumflex = 25; }; -at = { -A = -9; -C = 26; -G = 25; -J = -34; -O = 26; -T = -73; -V = -38; -X = -22; -Y = -67; -a = 24; -c = 26; -d = 24; -e = 26; -g = 26; -parenright = -77; -parenright.case = -54; +q = { +j = 5; +j.ss01 = 5; +comma = 6; +slash = 24; +parenright = -2; +braceright = -3; +bracketright = 0; }; -atilde = { -parenright = -44; +tcaron = { +a = -4; +b = 0; +h = 4; +k = 3; +l = 0; +o = -9; +f = 16; +i = 2; +j = 3; +sixsuperior = 12; +onesuperior = 13; +twosuperior = 14; +threesuperior = 11; +fivesuperior = 18; +sevensuperior = 36; +eightsuperior = 21; +ninesuperior = 17; +period = 25; +comma = 23; +colon = 30; +exclam = 27; +question = 20; +exclam.ss01 = 19; +hyphen = -75; +parenright = 54; +bracketright = 9; +quotedblleft = 0; +quotedblright = 14; +quoteleft = 0; +guillemetleft = -27; +guilsinglleft = -27; +quotedbl = 6; +quotesingle = 6; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 3; }; -b = { -backslash = -49; -eight = 11; -notequal = -10; -parenleft = 10; -registered = -37; -seven = -53; +uogonek = { +j = 7; +j.ss01 = 7; +parenright = 0; +bracketright = 0; }; -backslash = { -T = -108; -V = -128; -W = -51; -Y = -120; -asterisk = -87; -backslash = -116; -c = -20; -f = -26; -j = 59; -o = -20; -one = -53; -quotedbl = -103; -quotedblleft = -116; -quotedblleft.ss01 = -118; -quotedblright = -109; -quotedblright.ss01 = -104; -quoteleft = -87; -quoteright = -87; -quotesingle = -83; -seven = -68; -t = -33; -t_i.liga = -33; -t_t.liga = -33; -underscore = 65; -v = -58; +seven.dnom = { +period = -49; +comma = -44; +question = -84; +period.ss01 = -60; +comma.ss01 = -60; +question.ss01 = -118; +parenright = -84; +parenright.case = -63; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +quotedbl = -138; +quotesingle = -59; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; +degree = -99; }; -baht = { -parenright = -57; -parenright.case = -32; -slash = 0; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -57; +"@MMK_R_KO_Oacute" = -56; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_zero" = -51; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_two" = -7; +"@MMK_R_KO_three" = -34; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -52; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -41; +"@MMK_R_KO_nine" = -32; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_foursuperior" = -67; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_ellipsis" = -38; +"@MMK_R_KO_question" = -29; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = 56; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen.case" = -93; +"@MMK_R_KO_endash.case" = -70; +"@MMK_R_KO_parenright.case" = 24; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -74; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_degree" = -54; +"@MMK_R_KO_plus" = -77; +"@MMK_R_KO_percent" = -25; +}; +Igrave.ss02 = { +igrave = 29; }; -braceleft = { -A = -59; -C = -47; -G = -48; -O = -47; -Q = -47; -S = -34; -a = -77; -a.ss05 = -74; -asciicircum = -99; -braceright = 11; -c = -77; -d = -77; -e = -77; -f = -48; -f_f.liga = -48; -f_f_i.liga = -48; -f_y.liga = -46; -fi = -48; -fl = -48; -four = -73; -hyphen = -81; -j = 51; -logicalnot = -91; -m = -70; -minus = -87; -mu = -39; -n = -70; -o = -77; -one = -62; -parenleft = -43; -period = -53; -pi = -68; -plus = -81; -q = -77; -r = -70; -s = -74; -t = -49; -t_i.liga = -49; -t_t.liga = -49; -three = -33; -two = -26; -u = -84; -v = -73; -w = -65; -x = -64; -z = -63; -zero = -50; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 54; +"@MMK_R_KO_imacron" = 66; +"@MMK_R_KO_itilde" = 73; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 17; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 16; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = 33; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -52; }; -braceleft.case = { -logicalnot = -97; -one = -60; +Amacron = { +endash.case = -69; }; -braceright = { -asciicircum = -85; -braceright = -31; -comma = -19; -parenright = -23; -period = -30; -period.ss01 = -58; +hyphen = { +Dcroat = -58; +Lslash = -3; +Oslash = -18; +x = -90; +l.ss03 = -20; +mu = -28; +zero.numr = -117; +one.numr = -91; +three.numr = -104; +four.numr = -157; +five.numr = -112; +six.numr = -123; +seven.numr = -97; +eight.numr = -109; +nine.numr = -110; +threesuperior = -112; +fivesuperior = -120; +eightsuperior = -117; +colon = -61; +semicolon = -63; +questiondown = -99; +question.ss01 = -117; +questiondown.ss01 = -99; +parenleft = -11; +braceright = -96; +quotesinglbase = -63; +quotedblbase = -118; +quotedblbase.ss01 = -124; +quoteleft.ss01 = -60; +quoteright.ss01 = -60; }; -bracketleft = { -Dcroat = -44; -Icircumflex = 22; -Jcircumflex = -43; -asciicircum = -98; -asciitilde = -94; -at = -53; -equal = -70; -g.ss06 = -14; -hcircumflex = 27; -infinity = -74; -jcircumflex = 51; -minus = -86; -mu = -39; -numbersign = -70; -p = -25; -scaron = -20; -scircumflex = -49; -u = -83; -zcaron = -38; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -113; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -59; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_twosuperior" = -34; +"@MMK_R_KO_threesuperior" = -40; +"@MMK_R_KO_foursuperior" = -48; +"@MMK_R_KO_fivesuperior" = -51; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -43; +"@MMK_R_KO_ninesuperior" = -51; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -77; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = -54; +"@MMK_R_KO_period.ss01" = -45; +"@MMK_R_KO_comma.ss01" = -29; +"@MMK_R_KO_colon.ss01" = -29; +"@MMK_R_KO_question.ss01" = -83; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = -18; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_braceright" = -80; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_quotedblleft" = -105; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -79; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -112; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -112; +"@MMK_R_KO_asciicircum" = -102; }; -bracketleft.case = { -A = -12; -C = -48; -G = -49; -G.ss07 = -48; -O = -48; -Q = -48; -S = -30; -four = -73; -hyphen.case = -76; -one = -60; -plus = -78; +l = { +Hbar = 48; +l = 0; +hbar = 3; +igrave = 3; +ibreve = 4; +icaron = 4; +idieresis = 3; +jcircumflex = 3; +periodcentered.loclCAT = 23; +periodcentered.loclCAT.ss01 = 6; +at = 0; +notequal = -25; +logicalnot = -34; }; -c = { -acircumflexacute.ss05 = 0; -backslash = -43; -bracketright = -61; -notequal = -27; -quotedblright = -68; -registered = -38; -seven = -52; +registered = { +period = -61; +comma = -63; +slash = -75; +period.ss01 = -60; +comma.ss01 = -60; +parenright = -84; +parenright.case = -80; +trademark = -70; }; -cacute = { -parenright = -54; +quotedblright.ss01 = { +icircumflex = 43; +g.ss06 = -68; +mu = -60; +questiondown.case = -102; +ellipsis.ss01 = -124; +questiondown.ss01 = -124; +asciitilde = -115; +}; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 25; +"@MMK_R_KO_Oacute" = 25; +"@MMK_R_KO_J" = -95; +"@MMK_R_KO_G.ss07" = 25; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -108; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -77; +"@MMK_R_KO_Y" = -108; +"@MMK_R_KO_Z" = -75; +"@MMK_R_KO_I.ss02" = -80; +"@MMK_R_KO_J.ss10" = -16; +"@MMK_R_KO_a" = 30; +"@MMK_R_KO_aacute" = 31; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 30; +"@MMK_R_KO_eacute" = 30; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 32; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -34; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -79; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_pi" = -17; +"@MMK_R_KO_zero" = 15; +"@MMK_R_KO_one" = -59; +"@MMK_R_KO_two" = -71; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 12; +"@MMK_R_KO_seven" = -103; +"@MMK_R_KO_eight" = 8; +"@MMK_R_KO_nine" = -25; +"@MMK_R_KO_sixsuperior" = -59; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_foursuperior" = -102; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = -96; +"@MMK_R_KO_slash" = -45; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_parenright" = -85; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -118; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 26; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -124; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -70; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -92; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 37; +"@MMK_R_KO_W" = 52; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -154; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -45; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -17; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -56; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -42; +"@MMK_R_KO_w" = -34; +"@MMK_R_KO_x" = -81; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = -142; +"@MMK_R_KO_l.ss03" = -14; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = -33; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = 3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -58; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -59; +"@MMK_R_KO_semicolon" = -60; +"@MMK_R_KO_ellipsis" = -249; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -78; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -134; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -211; +"@MMK_R_KO_hyphen.case" = -28; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = -27; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_bracketright.case" = -27; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = -57; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -81; }; -ccaron = { -parenright = -51; +published = { +parenright = -74; +parenright.case = -45; }; -ccedilla = { -parenright = -43; +emdash.case = { +one.numr = -20; +seven.numr = -33; +question.ss01 = -89; +quotedblbase = -118; +quotedblbase.ss01 = -124; +quoteright.ss01 = -60; }; -cent = { -bracketright = -75; -comma = -33; -parenright = -77; -parenright.case = -55; -period = -39; -slash = -16; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 8; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 16; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -12; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_endash.case" = 14; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_degree" = -47; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -3; }; -colon.ss01 = { -T = -82; -V = -45; -Y = -64; -bracketright = -62; -four = -63; -one = -29; -parenright = -58; +Atilde = { +ordfeminine = -110; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -16; }; -comma = { -eightsuperior = -87; -fivesuperior = -87; -foursuperior = -87; -ninesuperior = -87; -onesuperior = -87; -quotesingle = -83; -sevensuperior = -87; -six = -59; -sixsuperior = -87; -threesuperior = -87; -twosuperior = -87; +quotesingle = { +Hbar = 37; +eacute = -43; +hbar = 29; +igrave = 19; +icaron = 46; +icircumflex = 47; +idieresis = 44; +imacron = 59; +itilde = 63; +jcircumflex = 47; +idieresis.ss01 = 27; +g.ss06 = -28; +mu = -28; +exclamdown = -30; +questiondown = -59; +backslash = 45; +questiondown.case = -59; +questiondown.ss01 = -59; +underscore = -59; +ampersand = -51; +lessequal = -59; +asciitilde = -59; }; -comma.ss01 = { -eightsuperior = -81; -fivesuperior = -81; -foursuperior = -81; -ninesuperior = -81; -onesuperior = -81; -sevensuperior = -81; -sixsuperior = -81; -threesuperior = -81; -twosuperior = -81; +exclam = { +exclam = 0; +parenright = -24; +guillemetleft = -8; +guillemetright = -5; +}; +Imacron.ss02 = { +endash.case = -78; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -130; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -23; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = -7; +"@MMK_R_KO_imacron" = -7; +"@MMK_R_KO_itilde" = -7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 25; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 26; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -23; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -96; +"@MMK_R_KO_endash" = -35; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -75; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -64; +"@MMK_R_KO_asciicircum" = -41; }; -copyright = { -J = -3; -T = -81; -V = -42; -X = -12; -Y = -71; -parenright = -72; +imacron = { +ncommaaccent = 4; +lcommaaccent = 5; +three = 44; +exclam.ss01 = 56; +quotedbl = 59; }; -d = { -backslash = 14; -hbar = 2; -ibreve = 4; -idieresis = 4; -idieresis.ss01 = 0; -jcircumflex = 4; +three = { +icircumflex = 53; +braceright = -63; +bracketright.case = -40; +trademark = -62; }; -dcaron = { -amacron = 0; -exclam.ss01 = 85; -zacute = 14; +radical = { +four = -47; +seven = 47; +hyphen = -76; +A = -79; +J = -84; +J.ss10 = -73; +a = -31; +d = -32; +a.ss05 = -28; +c = -34; +g = -32; +s = -26; +l.ss04 = 42; +g.ss06 = -27; }; -dcroat = { -ecircumflexacute = 2; -i = 4; -i.ss01 = 0; -iacute = 0; -idotaccent = 4; -idotbelow = 4; -igrave = 4; -ihookabove = 4; -itilde = 4; -ocircumflexacute = 2; +quotesinglbase = { +Iogonek = 26; +oslash = 0; +p = 0; +jcircumflex = 33; +germandbls = -45; +numbersign = -63; +parenleft.case = -56; +at = -63; +copyright = -63; +published = -63; +dollar = -55; +euro = -63; +minus = -63; +equal = -63; +approxequal = -63; }; -divide = { -one = -62; -parenright = -92; -parenright.case = -84; -three = -45; -two = -50; +germandbls = { +a = 15; +d = 14; +a.ss05 = 22; +e = 16; +f = 17; +g = 16; +i = 9; +s = 8; +t = 7; +v = 0; +w = 0; +g.ss06 = 15; +t_i.liga = 15; +t_t.liga = 15; +period.ss01 = -13; +comma.ss01 = -6; +hyphen = -14; +parenright = -60; +bracketright = -62; +quotedblleft = -19; +quotesingle = -17; +}; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_U" = 27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_a" = 42; +"@MMK_R_KO_aacute" = 42; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 22; +"@MMK_R_KO_e" = 38; +"@MMK_R_KO_eacute" = 39; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 42; +"@MMK_R_KO_i" = 22; +"@MMK_R_KO_n" = 20; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_lslash" = 21; +"@MMK_R_KO_s" = 19; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 34; +"@MMK_R_KO_uacute" = 34; +"@MMK_R_KO_v" = 25; +"@MMK_R_KO_w" = 34; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 21; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 42; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_parenleft" = 45; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -14; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -63; +"@MMK_R_KO_Oacute" = -63; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -63; +"@MMK_R_KO_S" = -51; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = -63; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -63; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -54; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = -41; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = 33; +"@MMK_R_KO_lslash" = -31; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -63; +"@MMK_R_KO_u" = -50; +"@MMK_R_KO_uacute" = -47; +"@MMK_R_KO_v" = -63; +"@MMK_R_KO_w" = -63; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -57; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -63; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_two" = -8; +"@MMK_R_KO_three" = -46; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = -49; +"@MMK_R_KO_six" = -63; +"@MMK_R_KO_seven" = -63; +"@MMK_R_KO_eight" = -41; +"@MMK_R_KO_nine" = -55; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 31; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_question" = -63; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_hyphen.case" = -63; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -63; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -54; +"@MMK_R_KO_plus" = -63; +"@MMK_R_KO_percent" = -40; }; -dollar = { -eight = 17; -five = 0; -four = 15; -one = 0; -parenright = -59; -parenright.case = -35; -period = 0; -seven = 0; -six = 0; -three = 14; -two = 7; +Odieresis = { +Eth = 33; +Germandbls = 1; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -35; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -105; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -27; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_ninesuperior" = -45; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -35; +"@MMK_R_KO_hyphen.case" = -49; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_quotedblleft" = -46; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -46; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -38; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_degree" = -57; +"@MMK_R_KO_plus" = -26; +"@MMK_R_KO_percent" = 0; }; e = { -Tcedilla = -123; -asciitilde = -10; -backslash = -46; -gbreve.ss06 = 2; -germandbls = -18; -idieresis = 0; +idieresis = -2; +germandbls = -22; +gbreve.ss06 = 0; +seven = -80; +emdash = 18; +registered = -40; logicalnot = -29; -parenleft = 5; -registered = -34; -seven = -56; +asciitilde = -4; }; -ecircumflex = { -parenright = -56; +Oacute = { +Eth = 33; +Lslash = 39; }; -ecircumflexacute = { -parenright = -56; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 59; +"@MMK_R_KO_H" = 27; +"@MMK_R_KO_O" = 37; +"@MMK_R_KO_Oacute" = 37; +"@MMK_R_KO_J" = 60; +"@MMK_R_KO_G.ss07" = 36; +"@MMK_R_KO_S" = 29; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 61; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = 58; +"@MMK_R_KO_I.ss02" = 56; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 37; +"@MMK_R_KO_aacute" = 37; +"@MMK_R_KO_a.ss05" = 36; +"@MMK_R_KO_l" = 35; +"@MMK_R_KO_e" = 34; +"@MMK_R_KO_eacute" = 35; +"@MMK_R_KO_f" = 34; +"@MMK_R_KO_g" = 42; +"@MMK_R_KO_i" = 35; +"@MMK_R_KO_n" = 33; +"@MMK_R_KO_icircumflex" = 38; +"@MMK_R_KO_imacron" = 42; +"@MMK_R_KO_j" = 36; +"@MMK_R_KO_s" = 21; +"@MMK_R_KO_t" = 26; +"@MMK_R_KO_u" = 29; +"@MMK_R_KO_uacute" = 29; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 27; +"@MMK_R_KO_x" = 37; +"@MMK_R_KO_y" = 19; +"@MMK_R_KO_z" = 38; +"@MMK_R_KO_l.ss03" = 30; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 73; +"@MMK_R_KO_t_t.liga" = 31; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 39; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 43; +"@MMK_R_KO_comma" = 42; +"@MMK_R_KO_colon" = 43; +"@MMK_R_KO_semicolon" = 43; +"@MMK_R_KO_ellipsis" = 13; +"@MMK_R_KO_exclam" = 45; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 58; +"@MMK_R_KO_backslash" = -11; +"@MMK_R_KO_period.ss01" = 8; +"@MMK_R_KO_comma.ss01" = 12; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = 46; +"@MMK_R_KO_underscore" = 55; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_parenleft" = 39; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_braceright" = -45; +"@MMK_R_KO_bracketright" = -44; +"@MMK_R_KO_parenright.case" = 33; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -57; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 34; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -106; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 32; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 36; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 31; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -1; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 27; +"@MMK_R_KO_comma" = 30; +"@MMK_R_KO_colon" = 36; +"@MMK_R_KO_semicolon" = 36; +"@MMK_R_KO_ellipsis" = 3; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = 8; +"@MMK_R_KO_comma.ss01" = 8; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -90; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_underscore" = 57; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_braceright" = -67; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -67; +"@MMK_R_KO_asciicircum" = -38; }; -ecircumflexgrave = { -comma = 0; -comma.ss01 = -27; -hyphen = 11; -parenright = -53; -period.ss01 = -28; -quotedbl = -46; -quotedblright = -48; +Germandbls = { +B = 8; +E = 8; +I = 8; +L = 8; +S = 29; +T = -3; +Z = 14; +a = 8; +foursuperior = -61; +hyphen = -12; }; -ecircumflexhookabove = { -comma = 0; -comma.ss01 = -27; -parenright = -25; -period = 0; -period.ss01 = -28; -quotedbl = -17; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -33; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -40; +"@MMK_R_KO_quotedblright.ss01" = -37; +"@MMK_R_KO_quoteright.ss01" = -14; }; -edieresis = { -parenright = -54; +six.dnom = { +question = -90; +question.ss01 = -108; +parenright = -73; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +quotedbl = -139; +quotesingle = -59; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; +degree = -163; }; -edotaccent.ss01 = { -parenright = -56; +oneinferior = { +zeroinferior = -3; +oneinferior = 0; +twoinferior = 0; +parenright = -55; }; -egrave = { -T = -123; -parenright = -56; +less = { +two = 29; +three = 34; +parenright = -55; +less = -137; +S = 26; }; -eight = { -minus = -20; -six = 9; +Acircumflex = { +six = -41; }; -eight.dnom = { -degree = -141; -parenright = -53; -question = -98; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -63; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -63; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 29; +"@MMK_R_KO_W" = 49; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -55; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -55; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -35; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -44; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 12; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 33; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = 12; +"@MMK_R_KO_ninesuperior" = 15; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -63; +"@MMK_R_KO_question" = 33; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -63; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -63; +"@MMK_R_KO_endash.case" = -47; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_quotedblleft" = 9; +"@MMK_R_KO_quotedblright" = 27; +"@MMK_R_KO_quoteleft" = 9; +"@MMK_R_KO_quoteright" = 27; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = -63; +"@MMK_R_KO_percent" = 16; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -124; +"@MMK_R_KO_H" = -27; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_J" = -134; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -65; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = -60; +"@MMK_R_KO_I.ss02" = -51; +"@MMK_R_KO_J.ss10" = -213; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = -27; +"@MMK_R_KO_e" = -67; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -65; +"@MMK_R_KO_i" = -45; +"@MMK_R_KO_n" = -54; +"@MMK_R_KO_j" = -36; +"@MMK_R_KO_s" = -51; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_z" = -33; +"@MMK_R_KO_t_t.liga" = -19; +}; +ellipsis.ss01 = { +Dcroat = -67; +Tbar = -154; +tbar = -87; +twosuperior = -162; +threesuperior = -169; +fivesuperior = -174; +eightsuperior = -181; question.ss01 = -108; -quotedbl = -94; -quotedblleft = -151; -quotedblleft.ss01 = -129; -quotedblright = -151; -quoteright = -87; -quotesingle = -83; +parenleft = -56; +braceright = -87; +parenleft.case = -74; +quoteleft.ss01 = -60; +quoteright.ss01 = -60; }; -eightinferior = { -parenright = -47; +u = { +l = 3; +idieresis = 6; +s = 0; +germandbls = 0; +logicalnot = -31; }; -eightsuperior = { -comma = -87; -comma.ss01 = -81; -fraction = 7; -period = -85; -period.ss01 = -82; -slash = -69; +colon.ss01 = { +T = -60; +V = -42; +Y = -60; +zero = -9; +one = -53; +three = -31; +four = -60; +onesuperior = -50; +sevensuperior = -60; +emdash = -60; +parenright = -60; +braceright = -60; +bracketright = -60; }; -ellipsis = { -Tbar = -133; -eightsuperior = -205; -fivesuperior = -198; -foursuperior = -195; -ninesuperior = -208; -onesuperior = -120; -parenleft.case = -72; -quoteleft = -87; -quotesingle = -83; -sevensuperior = -173; -sixsuperior = -208; -tbar = -77; -threesuperior = -193; -twosuperior = -186; +ocircumflexacute = { +sevensuperior = -21; +parenright = -5; +bracketright = -9; +quotedbl = -49; +quotesingle = -40; }; -ellipsis.ss01 = { -Tbar = -137; -eightsuperior = -205; -fivesuperior = -198; -foursuperior = -195; -ninesuperior = -208; -onesuperior = -120; -question.ss01 = -118; -quotedbl = -163; -quotedblleft.ss01 = -141; -quotedblright.ss01 = -141; -sevensuperior = -173; -sixsuperior = -208; -threesuperior = -193; -twosuperior = -186; +egrave = { +T = -119; }; -emacron = { -parenright = -53; +Jcircumflex = { +jcircumflex = 52; +parenright = 29; +bracketright = 9; +parenright.case = 42; +bracketright.case = 9; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 29; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -32; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 23; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 32; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = 24; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_icircumflex" = 56; +"@MMK_R_KO_imacron" = 65; +"@MMK_R_KO_itilde" = 62; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 16; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 19; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 30; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -2; +"@MMK_R_KO_hyphen.case" = -49; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_braceright" = -59; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_bracketright.case" = -37; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -59; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 30; +"@MMK_R_KO_J" = -97; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = -111; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -75; +"@MMK_R_KO_Y" = -87; +"@MMK_R_KO_Z" = -76; +"@MMK_R_KO_I.ss02" = -79; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = 27; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 27; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 29; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_z" = -44; +"@MMK_R_KO_t_t.liga" = -18; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 31; +"@MMK_R_KO_W" = 46; +"@MMK_R_KO_X" = 36; +"@MMK_R_KO_Y" = 30; +"@MMK_R_KO_Z" = 33; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -37; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -38; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -57; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -131; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -41; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -61; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = -61; +"@MMK_R_KO_S" = -37; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = -49; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -61; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -37; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -40; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -53; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_y" = -61; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -45; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = -55; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -30; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -39; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = -61; +"@MMK_R_KO_eight" = -26; +"@MMK_R_KO_nine" = -44; +"@MMK_R_KO_sixsuperior" = -61; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -61; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 40; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -61; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -61; +"@MMK_R_KO_quotedblright" = -61; +"@MMK_R_KO_quoteleft" = -61; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -61; +"@MMK_R_KO_quotesingle" = -59; +}; +udieresis = { +germandbls = 4; }; -emdash = { -four.numr = -74; -foursuperior = -82; -one.numr = -45; -onesuperior = -49; -question.ss01 = -94; -questiondown = -32; -quotedbl = -129; -seven.numr = -52; -sevensuperior = -58; -sixsuperior = -72; -zero.numr = -61; +E = { +Hbar = 0; +igrave = 28; +idieresis = 0; +jcircumflex = 0; +germandbls = -40; +idieresis.ss01 = 35; +zero = -21; +two = 9; +six = -20; +seven = 22; +numbersign = -77; +registered = -46; +multiply = -85; +logicalnot = -33; +asciitilde = -31; }; -emdash.case = { -quotedblbase = -151; -quotedblbase.ss01 = -141; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -83; +"@MMK_R_KO_Oacute" = -83; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -80; +"@MMK_R_KO_S" = -44; +"@MMK_R_KO_T" = -120; +"@MMK_R_KO_U" = -60; +"@MMK_R_KO_V" = -138; +"@MMK_R_KO_W" = -84; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = -62; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_v" = -85; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 35; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = -62; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_two" = 14; +"@MMK_R_KO_three" = -36; +"@MMK_R_KO_four" = -190; +"@MMK_R_KO_five" = -45; +"@MMK_R_KO_six" = -71; +"@MMK_R_KO_seven" = -85; +"@MMK_R_KO_eight" = -37; +"@MMK_R_KO_nine" = -53; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_asterisk" = -130; +"@MMK_R_KO_slash" = 74; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 20; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = -28; +"@MMK_R_KO_parenright.case" = 27; +"@MMK_R_KO_quotedblright" = -118; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblright.ss01" = -124; }; -endash = { -H = 0; -Lslash = 21; -Tcedilla = -108; -endash = 0; -four.numr = -74; -foursuperior = -82; -n = 0; -one.numr = -45; -onesuperior = -49; -question.ss01 = -94; -quotedblbase = -83; -seven.numr = -52; -sevensuperior = -58; -sixsuperior = -72; -zero.numr = -61; +Lcaron = { +A = 36; +B = 0; +M = 0; +N = 0; +K = 0; +C = -68; +O = -69; +G = -68; +Ccaron = -68; +Ocircumflex = -69; +J = 22; +S = -26; +Scaron = -26; +T = -35; +U = -45; +Uacute = -45; +V = -37; +W = -26; +Zcaron = 34; +I.ss02 = 33; +a = -63; +u = -48; +v = -86; +w = -70; +sixsuperior = -66; +onesuperior = -53; +twosuperior = -62; +threesuperior = -65; +foursuperior = -95; +fivesuperior = -70; +sevensuperior = -56; +eightsuperior = -67; +ninesuperior = -62; +period = 22; +comma = 21; +question = -52; +question.ss01 = -66; +hyphen = -165; +hyphen.case = -165; +parenright = -48; +quotedblleft = -67; +quoteleft = -63; +guillemetleft = -95; +guilsinglleft = -95; +quotedbl = -62; +quotesingle = -59; +quotedblleft.ss01 = -65; +quoteleft.ss01 = -60; }; -endash.case = { -quotedblbase = -151; -quotedblbase.ss01 = -141; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -53; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 26; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -114; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -59; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -66; +"@MMK_R_KO_I.ss02" = -70; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 25; +"@MMK_R_KO_w" = 34; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = 13; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = -93; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -48; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -70; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_braceright" = -71; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -30; +}; +Udieresis.ss01 = { +b = 9; }; -eng = { -bracketright = -22; -j = 13; -parenright = -17; -slash = 30; +twosuperior = { +A = -56; +fraction = 14; +period = -61; +comma = -63; +slash = -65; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -93; +parenright = -35; +parenright.case = -35; }; -eogonek = { -parenright = -45; +period = { +g.ss06 = 23; +ordfeminine = -61; +ordmasculine = -61; +twosuperior = -61; +threesuperior = -61; +fivesuperior = -61; +eightsuperior = -61; +parenleft = -24; +braceright = -61; +parenleft.case = -45; }; -equal = { -A = -20; -C = 21; -G = 20; -J = -94; -O = 21; -T = -103; -V = -29; -X = -44; -Y = -55; -bracketright = -72; -comma = -87; -equal = -9; -one = -24; -parenright = -72; -parenright.case = -63; -period = -85; -quotedbl = -23; -quotedblright = -27; -zero = 19; +uhorntilde = { +a = -15; +a.ss05 = 0; +n = 0; +u = 2; +period = -19; +comma = -20; +ellipsis = -52; +question = 50; +period.ss01 = -36; +ellipsis.ss01 = -49; +comma.ss01 = -36; +parenright = -26; +quotedblright = 14; +quotedbl = 6; }; -euro = { -comma = -11; -comma.ss01 = -23; -parenright = -69; -parenright.case = -41; -period = -16; -period.ss01 = -25; -slash = -2; -three = 15; +nine = { +ordmasculine = -24; +underscore = -30; +braceright = -79; +braceright.case = -56; +bracketright.case = -56; +trademark = -75; +asciicircum = -71; }; -exclam = { -exclam = -4; -guillemetleft = -9; -guilsinglleft = -9; -parenright = -27; -quotedbl = -3; -quotedblleft = -9; -quotedblright = -4; +T = { +Hbar = 2; +Lslash = -21; +Oslash = -34; +Tbar = 20; +aacute = -119; +agrave = -81; +adotbelow = -120; +adotbelow.ss01 = -120; +aogonek = -120; +adieresis = -70; +ahookabove = -96; +ae = -115; +a.ss05 = -114; +aacute.ss05 = -91; +aogonek.ss05 = -114; +adotbelow.ss05 = -114; +cacute = -108; +ccedilla = -120; +eacute = -108; +edotaccent = -92; +eogonek = -119; +edotbelow = -119; +edotbelow.ss01 = -119; +edotaccent.ss01 = -94; +egrave = -58; +ecaron = -45; +ehookabove = -77; +oacute = -109; +ohookabove = -80; +ograve = -60; +ocircumflexhookabove = -64; +ohungarumlaut = -81; +odotbelow = -121; +ohorngrave = -60; +ohornacute = -109; +odotbelow.ss01 = -121; +oslash = -111; +gbreve = -50; +i.ss01 = 0; +idotaccent.ss01 = 0; +iacute = -30; +igrave = 27; +rcaron = 0; +ihookabove = 0; +idotless = -79; +ibreve = 70; +icaron = 54; +idieresis = 0; +racute = -62; +scaron = -24; +scircumflex = -34; +uacute = -121; +uhorndotbelow = -129; +uhorndotbelow.ss01 = -129; +ugrave = -58; +udotbelow = -129; +uogonek = -129; +uhorngrave = -58; +uhornacute = -121; +udotbelow.ss01 = -129; +uhornhookabove = -79; +ygrave = -42; +ycircumflex = -47; +yhookabove = -64; +zcaron = -37; +idieresis.ss01 = 39; +zero = -21; +six = -22; +seven = 33; +zeroinferior = -124; +twoinferior = -122; +numbersign = -67; +endash.case = -107; +parenleft.case = -31; +guilsinglleft = -105; +guilsinglright = -105; +at = -48; +ampersand = -50; +registered = -45; +plus = -112; +minus = -114; +multiply = -99; +divide = -114; +equal = -113; +less = -109; +greaterequal = -108; +plusminus = -110; +approxequal = -156; +logicalnot = -139; +asciitilde = -137; }; -exclam.ss01 = { -exclam.ss01 = -8; -parenright = -29; -period.ss01 = -42; +quotesinglbase.ss01 = { +Dcroat = -49; +T = -60; +Tcaron = -60; +V = -60; +W = -60; +Y = -60; +oslash = 0; +germandbls = -44; +numbersign = -60; +question.ss01 = -60; +parenleft.case = -51; +quoteright.ss01 = -60; +at = -60; +copyright = -60; +published = -60; +euro = -60; +minus = -60; +equal = -60; +approxequal = -60; }; -exclamdown = { -A = 3; -C = 0; -O = 0; -Q = 0; -T = -89; -V = -39; -Y = -59; -j = 65; +Q = { +Dcroat = 45; +two = 45; +seven = -7; +registered = -4; }; -exclamdown.ss01 = { -T = -89; -V = -39; -Y = -59; +quoteright = { +Hbar = 38; +a.ss05 = -62; +eacute = -64; +hbar = 40; +igrave = 16; +icircumflex = 45; +idieresis = 46; +imacron = 69; +itilde = 64; +jcircumflex = 45; +scaron = -25; +x = -43; +g.ss06 = -58; +gdotaccent.ss06 = -50; +mu = -52; +questiondown = -64; +questiondown.case = -64; +quotedblbase = -64; +euro = -28; +asciitilde = -64; }; -f = { -backslash = 54; -exclam.ss01 = 15; -germandbls = 12; -hbar = 0; -ibreve = 28; -idieresis = 19; -idieresis.ss01 = 15; -jcircumflex = 0; -n = 0; -nine = 22; -ordmasculine = 0; -parenleft = 0; -seven = 22; +minus = { +one = -68; +two = -87; +three = -80; +seven = -122; +one.numr = -34; +seven.numr = -49; +period = -61; +comma = -63; +period.ss01 = -60; +comma.ss01 = -60; +parenright = -87; +parenright.case = -79; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +guillemetright = -39; +quotedbl = -127; +quotesingle = -59; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; +tenge = -109; +yen = -36; +x = -53; }; -f_f.liga = { -backslash = 54; -hbar = 2; -ibreve = 28; -idieresis = 19; -idieresis.ss01 = 15; -nine = 22; -ordmasculine = 0; -parenleft = 0; -seven = 22; +ldot.ss04 = { +a = 52; +e = 48; +period = -19; +comma = -20; }; -f_f_i.liga = { -asciitilde = -20; -germandbls = 0; -hbar = 4; -idieresis = 4; -jcircumflex = 4; -logicalnot = -31; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -49; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = -46; +"@MMK_R_KO_J.ss10" = 20; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -31; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -45; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 38; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -44; +"@MMK_R_KO_eight" = 35; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -55; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_foursuperior" = -54; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_ninesuperior" = -57; +"@MMK_R_KO_period" = -52; +"@MMK_R_KO_comma" = -52; +"@MMK_R_KO_ellipsis" = -79; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -48; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -58; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -74; +"@MMK_R_KO_endash.case" = -48; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_parenright.case" = -47; +"@MMK_R_KO_quotedblleft" = -58; +"@MMK_R_KO_quotedblright" = -57; +"@MMK_R_KO_quoteleft" = -57; +"@MMK_R_KO_quoteright" = -53; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -58; +"@MMK_R_KO_quotesingle" = -58; +"@MMK_R_KO_quotedblleft.ss01" = -57; +"@MMK_R_KO_quotedblright.ss01" = -61; +"@MMK_R_KO_degree" = -79; +"@MMK_R_KO_plus" = -51; +"@MMK_R_KO_percent" = -45; +}; +acircumflexacute.ss05 = { +t = -22; +y = -25; +t_i.liga = -20; +t_t.liga = -20; +question = -45; +question.ss01 = -55; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 4; -parenright = -22; +p = { +seven = -77; +registered = -46; }; -f_y.liga = { -Ydieresis = -46; -ampersand = -16; -asciitilde = -12; -exclam.ss01 = 8; -germandbls = 12; +idotaccent = { +T = -30; +idieresis = 7; +parenright = -40; }; -fi = { -asciitilde = -20; -germandbls = 0; -hbar = 4; -idieresis = 4; -jcircumflex = 4; -logicalnot = -31; +summation = { +n = -80; }; -fi.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 4; -parenright = -22; +eth = { +a = 17; +d = 16; +aacute = 17; +e = 15; +o = 14; +eth = 20; +odieresis = 14; +f = -3; +f_f.liga = -3; +f_f_i.liga = -3; +fi = -3; +f_y.liga = -3; +fl = -3; +g = 16; +i = 8; +j = 8; +s = 7; +t = -12; +u = 13; +v = -11; +y = -13; +t_i.liga = -9; +t_t.liga = -9; +period = 0; +comma = 0; +period.ss01 = -24; +comma.ss01 = -19; +hyphen = -11; +parenright = -63; +bracketright = -65; +quotedblleft = -32; +quoteleft = -30; +quotedbl = -36; }; -five = { -asciicircum = -99; -ordfeminine = -36; -ordmasculine = -36; -six = 0; +igrave = { +parenright = -50; }; -five.dnom = { -degree = -103; -parenright = -55; -question = -66; -question.ss01 = -82; -quotedbl = -68; -quotedblleft = -111; -quotedblright = -106; -quoteright = -87; -quotesingle = -68; +three.numr = { +fraction = 6; }; -five.numr = { -fraction = 16; +Aring = { +endash.case = -69; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -136; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -75; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -16; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -26; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_backslash" = -34; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -36; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -55; +"@MMK_R_KO_quotedblright.ss01" = -49; +"@MMK_R_KO_quoteright.ss01" = -50; +"@MMK_R_KO_trademark" = -76; +"@MMK_R_KO_asciicircum" = -67; }; -fiveinferior = { -T = -121; -W = -35; -parenright = -48; +lcommaaccent = { +j = 3; }; -fivesuperior = { -comma = -87; -comma.ss01 = -81; -fraction = 10; -period = -85; -period.ss01 = -82; -slash = -70; +quoteright.ss01 = { +igrave = 12; +icircumflex = 44; +imacron = 50; +itilde = 67; +jcircumflex = 44; +idieresis.ss01 = 19; +g.ss06 = -60; +gdotaccent.ss01.ss06 = -43; +mu = -60; +questiondown.case = -60; +questiondown.ss01 = -60; +quotedblbase.ss01 = -60; +asciitilde = -60; }; -fl = { -backslash = 13; -ibreve = 4; -idieresis = 4; -idieresis.ss01 = 0; -jcircumflex = 4; +backslash = { +p = 25; +g.ss06 = 47; +backslash = -108; +underscore = 71; +quoteright.ss01 = -60; }; -four = { -asciicircum = -107; -braceright = -64; -bracketright.case = -59; -fivesuperior = -52; -hyphen = 0; -minus = -45; -ninesuperior = -49; -ordfeminine = -52; -ordmasculine = -50; -six = 0; -sixsuperior = -49; -trademark = -67; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_T" = 52; +"@MMK_R_KO_U" = 30; +"@MMK_R_KO_V" = 46; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = 51; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 49; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 25; +"@MMK_R_KO_onesuperior" = 29; +"@MMK_R_KO_twosuperior" = 35; +"@MMK_R_KO_threesuperior" = 32; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 24; +"@MMK_R_KO_sevensuperior" = 58; +"@MMK_R_KO_eightsuperior" = 30; +"@MMK_R_KO_ninesuperior" = 28; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_exclam" = 41; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 85; +"@MMK_R_KO_bracketright" = 77; +"@MMK_R_KO_parenright.case" = 84; +"@MMK_R_KO_bracketright.case" = 77; +"@MMK_R_KO_quotedblright" = 35; +"@MMK_R_KO_quoteright" = 50; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 17; +"@MMK_R_KO_quotesingle" = 41; +"@MMK_R_KO_quotedblright.ss01" = 16; +"@MMK_R_KO_quoteright.ss01" = 22; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 30; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 43; +"@MMK_R_KO_V" = 43; +"@MMK_R_KO_W" = 66; +"@MMK_R_KO_X" = 31; +"@MMK_R_KO_Y" = 40; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 27; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 30; +"@MMK_R_KO_twosuperior" = 15; +"@MMK_R_KO_threesuperior" = 12; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = 12; +"@MMK_R_KO_sevensuperior" = 30; +"@MMK_R_KO_eightsuperior" = 15; +"@MMK_R_KO_ninesuperior" = 13; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 32; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 88; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 9; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 14; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 31; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 17; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 15; +"@MMK_R_KO_quoteright.ss01" = 15; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -57; }; -four.dnom = { -degree = -117; -parenright = -60; -question = -79; -question.ss01 = -93; -quotedbl = -74; -quotedblleft = -135; -quotedblright = -113; -quoteright = -87; -quotesingle = -74; +parenright.case = { +T = -41; +V = -29; +Y = -36; +Yacute = -36; +period = -20; +comma = -21; +slash = -15; +period.ss01 = -37; +comma.ss01 = -32; +hyphen.case = -14; +emdash.case = 23; +parenleft.case = 17; +parenright.case = -45; +braceright.case = -40; +bracketright.case = -40; +quotedbl = -18; }; -fourinferior = { -T = -115; -V = -87; -W = -42; -bracketright = -52; -parenright = -54; +degree = { +zero = -23; +three = -24; +four = -108; +five = -20; +six = -19; +period = -61; +comma = -63; +slash = -128; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -165; +emdash = -201; +endash = -112; +hyphen.case = -117; +emdash.case = -67; +parenright = -73; +bracketright = -84; +parenright.case = -72; +bracketright.case = -84; +g.ss06 = -52; }; -foursuperior = { -comma = -87; -comma.ss01 = -81; -fraction = -2; -period = -85; -period.ss01 = -82; -slash = -68; +H = { +H = 0; +Hbar = 44; +igrave = 26; +ibreve = 56; +idieresis = 48; +jcircumflex = 46; +x = 0; +idieresis.ss01 = 33; +exclam = 0; +endash = 0; +ampersand = 0; }; -fraction = { -eight.dnom = 7; -fiveinferior = 7; -fourinferior = -36; -nineinferior = 11; -seven.dnom = 51; -seveninferior = 43; -sixinferior = -6; -two.dnom = 5; -twoinferior = 0; -zeroinferior = -2; +lessequal = { +parenright = -69; +greaterequal = 0; +lessequal = -28; +Y = -57; +n = -28; }; -g = { -backslash = -30; -iogonek = 2; -jcircumflex = 5; +mu = { +mu = -8; +pi = 0; +one = -52; +onesuperior = -60; +twosuperior = -35; +sevensuperior = -69; +period.ss01 = -21; +comma.ss01 = -10; +hyphen = -33; +parenright = -59; +braceright = -89; +bracketright = -89; +quotedblleft = -58; +quotedblright = -50; +quoteleft = -56; +quoteright = -49; +quotedbl = -51; +quotesingle = -46; +trademark = -82; +asciicircum = -76; }; -g.ss06 = { -colon.ss01 = 0; -hbar = 13; -idieresis = 8; -iogonek = 39; -jcircumflex = 30; +questiondown = { +p = 0; +questiondown = 43; }; -gbreve.ss06 = { -gbreve.ss06 = 30; +A = { +B = 2; +H = 2; +E = 2; +F = 2; +I = 2; +L = 2; +R = 2; +M = 2; +N = 2; +D = 2; +P = 2; +K = 2; +Iacute = 2; +Ntilde = 2; +Idieresis = 2; +Dcroat = -23; +Eth = -23; +Lslash = -17; +Tbar = -90; +b = 0; +h = 3; +k = 3; +l = 0; +m = 0; +n = 0; +r = 0; +p = 4; +jcircumflex = 5; +germandbls = -21; +tbar = -32; +gbreve.ss06 = 18; +ordfeminine = -110; +ordmasculine = -110; +zero = -36; +two = 25; +three = -8; +five = -14; +six = -41; +seven = -65; +eight = -6; +nine = -21; +numbersign = -32; +endash.case = -69; +parenleft.case = -31; +quotedblleft.ss01 = -118; +at = -36; +ampersand = -2; +registered = -98; +dollar = -20; +plus = -65; +minus = -67; +multiply = -40; +divide = -65; +equal = -34; +notequal = -58; +less = -51; +approxequal = -66; +logicalnot = -84; +asciitilde = -70; }; -gcaron.ss06 = { -gcaron.ss06 = 30; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 40; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_Oacute" = -38; +"@MMK_R_KO_J" = 42; +"@MMK_R_KO_G.ss07" = -37; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 44; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 40; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -37; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -25; +"@MMK_R_KO_v" = -60; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = -53; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -67; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -10; +"@MMK_R_KO_eightsuperior" = -28; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_backslash" = 32; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -93; +"@MMK_R_KO_endash" = -87; +"@MMK_R_KO_underscore" = 45; +"@MMK_R_KO_hyphen.case" = -142; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_braceright" = -7; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = 4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -31; +"@MMK_R_KO_asciicircum" = -103; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 13; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 9; +"@MMK_R_KO_three" = 24; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_five" = 12; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = -4; +"@MMK_R_KO_eight" = 18; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -25; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = -9; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -4; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -37; +"@MMK_R_KO_plus" = -24; +"@MMK_R_KO_percent" = 0; }; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 30; +ohornacute = { +c = 24; +i = 16; +idotaccent = 16; +i.ss01 = 16; +idotaccent.ss01 = 16; +m = 14; +n = 14; +p = 16; +t = 3; +u = 19; +t_i.liga = 7; +t_i.liga.ss01 = 7; +t_t.liga = 7; +parenright = -49; }; -gdotaccent.ss06 = { -gdotaccent.ss06 = 30; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -78; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -89; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -117; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -77; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = -92; +"@MMK_R_KO_I.ss02" = -80; +"@MMK_R_KO_J.ss10" = -110; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = 24; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 23; +"@MMK_R_KO_w" = 26; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 26; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = -77; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -33; +"@MMK_R_KO_twosuperior" = -34; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = 20; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 28; +"@MMK_R_KO_semicolon" = 26; +"@MMK_R_KO_ellipsis" = -110; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = -103; +"@MMK_R_KO_endash" = -83; +"@MMK_R_KO_underscore" = -92; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_braceright" = -70; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -36; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -30; +}; +Ycircumflex = { +a.ss05 = -72; }; -germandbls = { -a = 9; -a.ss05 = 12; -bracketright = -59; -c = 10; -comma = 0; -comma.ss01 = -27; -d = 9; -e = 10; -f = 0; -f_f.liga = 0; -f_f_i.liga = 0; -f_y.liga = 0; -fi = 0; -fl = 0; -g = 8; -g.ss06 = 0; -guillemetleft = 13; -guilsinglleft = 13; -hyphen = 17; -o = 10; -parenright = -53; -period = 0; -period.ss01 = -30; -quotedblleft = -19; -quotedblleft.ss01 = -35; -quoteleft = -19; -quotesingle = -18; -s = 11; -t = 0; -t_i.liga = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; -v = 0; -w = 0; -z = 0; +Ograve = { +Lslash = 39; }; -greater = { -J = -96; -T = -107; -X = -61; -Y = -84; -Z = -61; -greater = -75; -parenright = -81; +Hbar = { +Hbar = 125; +Idieresis.ss01 = 42; +exclam.ss01 = 43; }; -greaterequal = { -T = -126; -one = -68; -parenright = -58; -seven = -67; +Y = { +Eth = -25; +Lslash = -20; +Oslash = -22; +aacute = -78; +a.ss05 = -72; +aacute.ss05 = -66; +aogonek.ss05 = -71; +eth = -67; +ccedilla = -82; +eacute = -78; +edotbelow = -82; +edotbelow.ss01 = -82; +egrave = -55; +ecircumflexacute = -62; +oacute = -79; +odotbelow = -83; +odotbelow.ss01 = -83; +oslash = -81; +iacute = -25; +ntilde = -52; +ncaron = -50; +igrave = 39; +idieresis = 44; +scaron = 0; +zcaron = -27; +idieresis.ss01 = 48; +zero = -20; +two = 0; +three = -3; +six = -19; +seven = 38; +eight = -15; +nine = 0; +twoinferior = -109; +numbersign = -37; +ellipsis.ss01 = -167; +endash.case = -58; +parenleft.case = -22; +at = -33; +ampersand = -55; +registered = -25; +plus = -83; +minus = -88; +multiply = -54; +equal = -46; +notequal = -83; +less = -74; +lessequal = -100; +logicalnot = -102; +asciitilde = -98; }; -guillemetleft = { -Tcedilla = -82; -g.ss06 = 13; -questiondown = 10; -quotedblbase = -22; -sevensuperior = -45; +acircumflexacute = { +sevensuperior = 0; +parenright = 0; }; -guillemetright = { -Lslash = 21; -T = -116; -onesuperior = -47; -quotesinglbase = -54; -sevensuperior = -55; -sixsuperior = -48; +odieresis.ss01 = { +germandbls = -23; }; -guilsinglleft = { -A = 22; -Adieresis = 22; -Aring = 22; -C = 15; -G = 14; -J = 0; -T = -79; -Tcommaaccent = -79; -V = -17; -W = -2; -X = 17; -Y = -39; -Yacute = -39; -Z = 23; -a = 0; -c = -3; -comma = 9; -d = 0; -e = -2; -f = 33; -f_f.liga = 33; -f_f_i.liga = 33; -f_y.liga = 33; -fi = 33; -fl = 33; -guilsinglleft = -28; -j = 0; -o = 0; -parenright = -26; -pi = 33; -s = 3; -semicolon = 36; -t = 33; -t_i.liga = 33; -t_t.liga = 33; -v = 28; -w = 26; -x = 35; -y = 28; -z = 42; +foursuperior = { +A = -71; +period = -61; +comma = -63; +slash = -78; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -89; }; -guilsinglright = { -onesuperior = -45; -quotesinglbase = -56; -sevensuperior = -53; +eight = { +icircumflex = 50; +braceright = -66; +bracketright.case = -41; +trademark = -65; }; -h = { -abrevehookabove.ss05 = 4; -acircumflexhookabove.ss05 = 4; -backslash = -47; -e = 6; -registered = -36; -seven = -46; -yhookabove = -21; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 15; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_braceright" = -23; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -37; +"@MMK_R_KO_asciicircum" = -68; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -108; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -94; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 51; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 33; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -90; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -43; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -42; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 50; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = 9; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 44; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -149; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = -105; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_hyphen" = -89; +"@MMK_R_KO_endash" = -59; +"@MMK_R_KO_hyphen.case" = -67; +"@MMK_R_KO_endash.case" = -29; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 27; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 27; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = 29; +"@MMK_R_KO_quotesingle" = 29; +"@MMK_R_KO_quotedblleft.ss01" = 27; +"@MMK_R_KO_quotedblright.ss01" = 20; +"@MMK_R_KO_plus" = -49; +"@MMK_R_KO_percent" = 21; }; -hyphen = { -Dcroat = 0; -Jcircumflex = -91; -Lslash = 21; -OE = 15; -Oslash = 15; -Tcedilla = -107; -Ycircumflex = -117; -Ydieresis = -117; -Ydieresis.ss01 = -117; -Ydotbelow = -117; -Ydotbelow.ss01 = -117; -Ygrave = -117; -braceright = -76; -four.numr = -79; -foursuperior = -86; -hyphen = -35; -l.ss03 = 5; -mu = -5; -one = -53; -one.numr = -54; -onesuperior = -58; -oslash = 31; -question.ss01 = -94; -questiondown = -36; -quotedbl = -155; -quotedblbase = -91; -quotedblbase.ss01 = -87; -quoteleft = -87; -quotesinglbase = -87; -seven.numr = -61; -sevensuperior = -65; -six.numr = -72; -sixsuperior = -75; -two = -33; -zero.numr = -69; +w = { +ampersand = -14; }; -hyphen.case = { -Dcroat = 30; -Jcircumflex = -94; -Lslash = 13; -Oslash = 36; -Tcedilla = -107; -Ycircumflex = -84; -bracketright.case = -75; -hyphen.case = -35; -parenleft.case = 21; -quotedblbase = -151; -quotedblbase.ss01 = -141; -quotesinglbase = -87; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -64; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = -64; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 34; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -64; +"@MMK_R_KO_a.ss05" = -40; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_eacute" = -62; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -64; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -61; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -47; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = -45; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -35; +"@MMK_R_KO_zero" = -15; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 18; +"@MMK_R_KO_eight" = -11; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_sevensuperior" = 11; +"@MMK_R_KO_ninesuperior" = 8; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -64; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -64; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_endash.case" = -54; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -38; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_plus" = -64; }; -i = { -asciitilde = -20; -germandbls = 0; -hbar = 4; -idieresis = 4; -jcircumflex = 4; -logicalnot = -31; -p = 0; +jacute = { +hbar = 7; +idieresis = 7; +iogonek = 8; +j = 7; +j.ss01 = 8; +jcircumflex = 8; +seven = 34; +comma = 5; +slash = 26; +parenright = 15; }; -i.ss01 = { -bracketright = -18; -idieresis.ss01 = 0; -jcircumflex = 4; -parenright = -22; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -33; +"@MMK_R_KO_Oacute" = -33; +"@MMK_R_KO_J" = 31; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_W" = 62; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 51; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -73; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = -66; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -55; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = 34; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -20; +"@MMK_R_KO_hyphen" = -97; +"@MMK_R_KO_endash" = -80; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -96; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 4; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -85; }; -iacute = { -ccaron = 0; -j = 0; -jacute = 0; -parenright = 0; -rcaron = 4; -scaron = 0; -thorn = 0; -zcaron = 0; +gcaron.ss06 = { +gcaron.ss06 = 55; }; -ibreve = { -T = 56; -exclam = 62; -i = 4; -imacron = 4; -l = 4; -l.ss04 = 5; -onesuperior = 53; -parenright = 23; -question = 76; -quotesingle = 81; -sevensuperior = 48; +Ntilde = { +A = 4; }; -icircumflex = { -Icircumflex = 23; -i.ss01 = 0; -j.ss01 = 0; -ordfeminine = 26; -parenleft = 18; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 27; +"@MMK_R_KO_Oacute" = 28; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -67; +"@MMK_R_KO_U" = 26; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 26; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 24; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_i" = 24; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_lslash" = 19; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 32; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 26; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = 55; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = -9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_twosuperior" = -19; +"@MMK_R_KO_threesuperior" = -21; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 51; +"@MMK_R_KO_comma" = 69; +"@MMK_R_KO_colon" = 32; +"@MMK_R_KO_semicolon" = 66; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 30; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 69; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 44; +"@MMK_R_KO_colon.ss01" = 44; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -33; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = 74; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = 24; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -48; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 22; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 24; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 60; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 15; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = -37; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -19; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_hyphen.case" = -77; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_parenright.case" = -28; +"@MMK_R_KO_bracketright.case" = -36; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -3; }; -idieresis = { -Idieresis = 33; -Idieresis.ss02 = 34; -b = 4; -eightsuperior = 22; -exclam = 45; -fivesuperior = 18; -h = 4; -i = 4; -idieresis = 4; -j = 4; -k = 4; -l = 4; -l.ss03 = 7; -l.ss04 = 5; -ninesuperior = 37; -onesuperior = 34; -parenright = -5; -question = 66; -quotedbl = 48; -quotedblright = 46; -quotesingle = 48; -sevensuperior = 31; -sixsuperior = 32; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -threesuperior = 26; -twosuperior = 32; +guillemetleft = { +Dcroat = -19; +T = -128; +mu = -6; +twosuperior = -40; +braceright = -82; +minus = -33; +logicalnot = -41; +asciitilde = -44; }; -idieresis.ss01 = { -b = 0; -comma.ss01 = -33; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 5; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -27; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -122; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -103; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = -29; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_four" = -7; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -66; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -52; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -28; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_question.ss01" = -84; +"@MMK_R_KO_hyphen" = -106; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -4; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -80; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_quotedblleft" = -80; +"@MMK_R_KO_quotedblright" = -74; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -68; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -94; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -86; +"@MMK_R_KO_asciicircum" = -86; }; -idotaccent = { -idieresis = 4; -jcircumflex = 4; +icircumflex = { +two = 46; +exclam.ss01 = 44; +parenright = -2; }; -idotaccent.ss01 = { -parenright = -22; +ihookabove = { +n = 4; }; -idotbelow = { -comma = 5; -j = 4; +guilsinglleft = { +twosuperior = -40; +braceright = -80; +logicalnot = -41; +asciitilde = -44; }; -idotbelow.ss01 = { -period.ss01 = -35; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -59; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -101; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -69; +"@MMK_R_KO_T" = -116; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -92; +"@MMK_R_KO_Y" = -95; +"@MMK_R_KO_Z" = -91; +"@MMK_R_KO_I.ss02" = -83; +"@MMK_R_KO_J.ss10" = -133; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_z" = -79; +"@MMK_R_KO_t_t.liga" = -39; +}; +Uhornacute = { +exclam.ss01 = 41; }; -igrave = { -parenright = -41; +ocircumflexhookabove = { +parenright = -17; +bracketright = -21; +quotedblright = -26; +quotedbl = -32; +quotesingle = -30; +quotedblright.ss01 = -31; }; -ihookabove = { -comma.ss01 = -33; -period.ss01 = -35; -quotedbl = 36; -quotedblright = 36; +plusminus = { +one = -58; +parenright = -49; }; -imacron = { -I = 52; -N = 52; -P = 52; -S = 67; -V = 62; -b = 4; -bracketright = -9; -ccaron = 2; -comma.ss01 = -33; -eightsuperior = 40; -exclam = 65; -fivesuperior = 33; -h = 5; -i = 4; -ibreve = 4; -imacron = 12; -j = 4; -j.ss01 = 4; -k = 4; -kcommaaccent = 4; -l = 5; -l.ss03 = 7; -l.ss04 = 5; -lcommaaccent = 5; -lcommaaccent.ss03 = 7; -lcommaaccent.ss04 = 5; -ninesuperior = 52; -onesuperior = 64; -parenright = 0; -period.ss01 = -35; -question = 79; -quotedbl = 74; -quotedblleft = 72; -quotedblleft.ss01 = 46; -quotedblright = 61; -quotedblright.ss01 = 37; -quoteleft = 72; -quoteright = 61; -quotesingle = 74; -scaron = 2; -sevensuperior = 54; -sixsuperior = 48; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -thorn = 4; -threesuperior = 49; -twosuperior = 49; -zcaron = 0; +question = { +exclam = 11; +questiondown = -85; +questiondown.case = -43; +bracketright.case = -52; }; -infinity = { -bracketright = -73; -parenright = -85; -parenright.case = -68; +ordmasculine = { +period = -61; +comma = -63; +slash = -95; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -165; +parenright = -55; +parenright.case = -54; }; -integral = { -A = -43; -a = -50; -d = -50; -e = -50; -integral = -36; -s = -50; +slash = { +Hbar = 58; +Oslash = -3; +hbar = 56; +ntilde = -34; +ncommaaccent = -42; +igrave = 47; +ibreve = 87; +icircumflex = 41; +idieresis = 61; +imacron = 65; +itilde = 72; +jcircumflex = 55; +rcommaaccent = -42; +scaron = 0; +scircumflex = -16; +x = -23; +idieresis.ss01 = 57; +g.ss06 = -39; +gcommaaccent.ss06 = -35; +gdotaccent.ss06 = -35; +gdotaccent.ss01.ss06 = -35; +mu = -43; +oneinferior = -64; +fourinferior = -104; +eightinferior = -73; +backslash = 63; +ellipsis.ss01 = -149; +underscore = -118; +parenleft = -6; +quotesinglbase = -63; +quotedblbase = -118; +quotedblbase.ss01 = -124; +literSign = -29; +cent = -16; +euro = -23; +sterling = -15; +minus = -54; +asciicircum = -63; +infinity = -25; +integral = -40; +radical = -46; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 42; +"@MMK_R_KO_O" = 60; +"@MMK_R_KO_Oacute" = 59; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 58; +"@MMK_R_KO_S" = 71; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 56; +"@MMK_R_KO_W" = 75; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 50; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_f" = 19; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 39; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 39; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = 25; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_l.ss03" = 53; +"@MMK_R_KO_l.ss04" = 51; +"@MMK_R_KO_sixsuperior" = 43; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = 24; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 13; +"@MMK_R_KO_ninesuperior" = 37; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 49; +"@MMK_R_KO_question" = 68; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 38; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_hyphen.case" = -28; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_bracketright.case" = -4; +"@MMK_R_KO_quotedblright" = 38; +"@MMK_R_KO_quoteright" = 46; +"@MMK_R_KO_quotedbl" = 34; +"@MMK_R_KO_quotesingle" = 35; +"@MMK_R_KO_quotedblright.ss01" = 21; +"@MMK_R_KO_quoteright.ss01" = 22; }; -iogonek = { -comma = 0; -iogonek = 0; -j = 4; -parenright = -2; +M = { +Hbar = 44; +hbar = 41; +igrave = 26; +ibreve = 56; +icaron = 45; +idieresis = 48; +idieresis.ss01 = 33; }; -itilde = { -N = 52; -b = 4; -comma.ss01 = -33; -eightsuperior = 45; -exclam = 66; -fivesuperior = 40; -h = 4; -i = 4; -itilde = 4; -j = 4; -k = 4; -l = 4; -ninesuperior = 57; -onesuperior = 66; -parenright = 7; -period.ss01 = -35; -question = 88; -quotedbl = 76; -quotedblright = 72; -quotedblright.ss01 = 42; -quoteright = 72; -quotesingle = 76; -sevensuperior = 60; -sixsuperior = 53; -t = 0; -threesuperior = 51; -twosuperior = 55; +i = { +hbar = 7; +ntilde = 4; +idieresis = 7; +j = 6; +jcircumflex = 7; +s = 0; +germandbls = 5; +slash = 3; +parenright = -40; +braceright = -48; +bracketright = -48; +logicalnot = -31; }; -j = { -braceright = -12; -bracketright = -11; -comma = 2; -hbar = 4; -idieresis = 4; -iogonek = 0; -j = 4; -jcircumflex = 4; -parenright = -5; -semicolon = 0; -slash = 18; +macute = { +quotesingle = -59; }; -j.ss01 = { -bracketright = -5; -comma.ss01 = -6; -j.ss01 = 4; -parenright = -4; -slash = 18; +greaterequal = { +one = -82; +three = -68; +seven = -112; +parenright = -72; +T = -142; }; -jacute = { -adieresis.ss05 = 0; -backslash = 72; -ccaron = 0; -comma = 2; -hbar = 5; -hcircumflex = 0; -i.ss01 = 0; -iacute = 0; -idieresis = 4; -idotaccent.ss01 = 0; -iogonek = 0; -j = 4; -jcircumflex = 4; -rcaron = 4; -scaron = 0; -semicolon = 0; -seven = 26; -slash = 18; -zcaron = 0; +eogonek = { +parenright = -49; }; -jcircumflex = { -hcircumflex = 5; -i.ss01 = 0; -jcircumflex = 8; -scircumflex = 8; +fiveinferior = { +T = -122; +W = -42; +parenright = -62; }; -k = { -ampersand = -13; -asciitilde = -41; -exclam.ss01 = 8; -iogonek = 12; -logicalnot = -44; -minus = -42; -plus = -27; -two = 0; -yhookabove = 0; +tcedilla = { +comma = 64; +parenright = 49; +bracketright = 16; }; -l = { -Hbar = 35; -at = 0; -backslash = 13; -hbar = 0; -ibreve = 4; -idieresis = 4; -idieresis.ss01 = 0; -jcircumflex = 4; -l = 0; -n = 0; -periodcentered.loclCAT = 11; -plus = -7; +eightsuperior = { +A = -68; +fraction = 8; +period = -61; +comma = -63; +slash = -75; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -98; +}; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -115; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = -115; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 23; +"@MMK_R_KO_W" = 39; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -124; +"@MMK_R_KO_a" = -76; +"@MMK_R_KO_aacute" = -62; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -87; +"@MMK_R_KO_eacute" = -67; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -64; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -60; +"@MMK_R_KO_j" = -12; +"@MMK_R_KO_s" = -71; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = -55; +"@MMK_R_KO_uacute" = -42; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_pi" = -30; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -112; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -9; +"@MMK_R_KO_seven" = 13; +"@MMK_R_KO_eight" = -10; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -121; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -47; +"@MMK_R_KO_hyphen" = -124; +"@MMK_R_KO_endash" = -124; +"@MMK_R_KO_hyphen.case" = -124; +"@MMK_R_KO_endash.case" = -58; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_plus" = -121; +"@MMK_R_KO_percent" = 19; }; -l.ss03 = { -iogonek = 12; -jcircumflex = 0; -periodcentered.loclCAT = -8; +ordfeminine = { +period = -61; +comma = -63; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -165; +parenright = -45; }; -l.ss04 = { -ibreve = 4; -idieresis = 4; -jcircumflex = 4; +Edotaccent = { +scaron = -14; }; -lcaron = { -exclam.ss01 = 107; -ncaron = 4; -scaron = 28; +Oslash = { +Eth = 33; +T = -13; +Tcaron = -13; +V = -9; +Y = -11; +l.ss04 = 28; +sevensuperior = -12; +parenright = -4; +bracketright = -5; +parenright.case = 2; +bracketright.case = -6; }; -lcaron.ss03 = { -b = 18; -bracketright = 50; -ccaron = 0; -comma = 25; -eightsuperior = 68; -exclam = 92; -exclam.ss01 = 92; -fivesuperior = 79; -h = 19; -i = 13; -i.ss01 = 17; -j = 14; -j.ss01 = 17; -k = 18; -l.ss03 = 22; -lcaron.ss03 = 22; -m = 2; -n = 2; -ncaron = 2; -ninesuperior = 80; -onesuperior = 87; -parenright = 55; -period = 0; -question = 116; -question.ss01 = 60; -quotedbl = 121; -quotedblleft = 115; -quotedblleft.ss01 = 76; -quoteleft = 115; -quoteleft.ss01 = 76; -quotesingle = 121; -s = 0; -scaron = 17; -sevensuperior = 82; -sixsuperior = 82; -t = 23; -t_i.liga = 23; -t_t.liga = 23; -threesuperior = 74; -twosuperior = 77; -u = 0; -uacute = 0; -v = 15; -zcaron = 24; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -105; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = -91; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 37; +"@MMK_R_KO_W" = 55; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 39; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -125; +"@MMK_R_KO_a" = -120; +"@MMK_R_KO_aacute" = -59; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -121; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = -118; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -138; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -31; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -115; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -129; +"@MMK_R_KO_uacute" = -55; +"@MMK_R_KO_v" = -113; +"@MMK_R_KO_w" = -103; +"@MMK_R_KO_x" = -112; +"@MMK_R_KO_y" = -111; +"@MMK_R_KO_z" = -115; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = -111; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = -102; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -64; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -61; +"@MMK_R_KO_semicolon" = -63; +"@MMK_R_KO_ellipsis" = -149; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -109; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -140; +"@MMK_R_KO_endash" = -107; +"@MMK_R_KO_underscore" = -116; +"@MMK_R_KO_hyphen.case" = -140; +"@MMK_R_KO_parenleft" = -32; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_braceright" = -26; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -27; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -127; +"@MMK_R_KO_guillemetright" = -128; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -82; }; -lcaron.ss04 = { -exclam.ss01 = 107; -ncaron = 4; -scaron = 28; +seven.numr = { +fraction = -21; }; -lcommaaccent = { -j = 4; +at = { +underscore = -17; +parenright = -77; +bracketright = -58; +parenright.case = -51; +bracketright.case = -55; }; -ldot.ss01 = { -a = 31; -comma.ss01 = -66; -e = 31; -period.ss01 = -71; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -130; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -66; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -35; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_fivesuperior" = -41; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -46; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = -49; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_question.ss01" = -76; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = 16; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -79; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -78; +"@MMK_R_KO_quotedblright" = -74; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -70; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -93; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -101; +"@MMK_R_KO_asciicircum" = -89; }; -ldot.ss01.ss04 = { -comma.ss01 = -66; -period.ss01 = -71; +F = { +Hbar = -2; +adieresis.ss05 = -29; +i.ss01 = -17; +iacute = -35; +igrave = 29; +idieresis = 0; +zcaron = -46; +idieresis.ss01 = 40; +three = -6; +seven = 28; +twoinferior = -31; +threeinferior = -33; +fourinferior = -98; +fiveinferior = -37; +sixinferior = -44; +eightinferior = -37; +numbersign = -77; +ellipsis.ss01 = -262; +ampersand = -33; +multiply = -80; }; -ldot.ss04 = { -a = 43; -e = 42; -o = 43; +nineinferior = { +parenright = -61; }; -less = { -S = 26; -less = -73; -parenright = -51; -three = 37; +parenright = { +icircumflex = 29; +parenleft = 27; +braceright = -46; +asciicircum = -67; }; -lessequal = { -n = -16; -parenright = -57; +fivesuperior = { +A = -68; +fraction = 10; +period = -61; +comma = -63; +slash = -75; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -95; +guillemetleft = -18; }; -liraTurkish = { -foursuperior = -53; -one = -43; -onesuperior = -42; -parenright = -79; -question = -56; -question.ss01 = -67; -quotedbl = -70; -quotesingle = -70; -seven = -58; -sevensuperior = -49; -sixsuperior = -47; -slash = -15; -two = -25; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -31; +"@MMK_R_KO_O" = -100; +"@MMK_R_KO_Oacute" = -99; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -97; +"@MMK_R_KO_S" = -58; +"@MMK_R_KO_T" = -154; +"@MMK_R_KO_U" = -80; +"@MMK_R_KO_V" = -168; +"@MMK_R_KO_W" = -97; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -164; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -69; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = -29; +"@MMK_R_KO_e" = -71; +"@MMK_R_KO_eacute" = -71; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_i" = -29; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = -24; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -80; +"@MMK_R_KO_u" = -59; +"@MMK_R_KO_uacute" = -59; +"@MMK_R_KO_v" = -95; +"@MMK_R_KO_w" = -77; +"@MMK_R_KO_y" = -100; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -29; +"@MMK_R_KO_t_t.liga" = -73; +"@MMK_R_KO_pi" = -50; +"@MMK_R_KO_zero" = -84; +"@MMK_R_KO_one" = -85; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -50; +"@MMK_R_KO_four" = -221; +"@MMK_R_KO_five" = -60; +"@MMK_R_KO_six" = -91; +"@MMK_R_KO_seven" = -109; +"@MMK_R_KO_eight" = -52; +"@MMK_R_KO_nine" = -68; +"@MMK_R_KO_sixsuperior" = -184; +"@MMK_R_KO_onesuperior" = -96; +"@MMK_R_KO_foursuperior" = -171; +"@MMK_R_KO_sevensuperior" = -149; +"@MMK_R_KO_ninesuperior" = -184; +"@MMK_R_KO_asterisk" = -130; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = -219; +"@MMK_R_KO_endash" = -231; +"@MMK_R_KO_hyphen.case" = -262; +"@MMK_R_KO_endash.case" = -231; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_bracketright" = -87; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_guillemetleft" = -103; +"@MMK_R_KO_guillemetright" = -43; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -124; +"@MMK_R_KO_quotedblright.ss01" = -124; }; -literSign = { -parenright = -50; +lcaron = { +l = 34; +ncaron = 19; +lcaron = 34; +scaron = 15; +exclam.ss01 = 93; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 34; +"@MMK_R_KO_Oacute" = 35; +"@MMK_R_KO_J" = -86; +"@MMK_R_KO_G.ss07" = 33; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -107; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_I.ss02" = -56; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_u" = 19; +"@MMK_R_KO_uacute" = 19; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -23; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -44; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_slash" = -31; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -35; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = 49; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_bracketright.case" = -69; +"@MMK_R_KO_quotedbl" = -43; +"@MMK_R_KO_quotesingle" = -29; }; -logicalnot = { -one = -78; -parenright = -100; -parenright.case = -74; -seven = -75; -two = -51; -y = -36; +z = { +logicalnot = -44; }; -lslash.ss03 = { -comma = 12; -period = 0; +Eogonek = { +comma = 42; +parenright = 0; }; -m = { -backslash = -46; -comma = 13; -e = 7; -hyphen = 13; -multiply = -23; -ordmasculine = -58; -parenleft = 4; -period = 13; -registered = -35; -seven = -50; -wgrave = -10; +G = { +Eth = 10; +Hbar = 33; +Lslash = 31; +Oslash = 18; +hbar = 14; +idieresis = 10; +jcircumflex = 34; +eight = 22; +braceright.case = -55; }; -minus = { -A = -58; -I.ss02 = -89; -T = -124; -V = -67; -X = -86; -Y = -97; -Z = -83; -comma = -87; -comma.ss01 = -81; -eight = -23; -four = -24; -one = -73; -parenright = -92; -parenright.case = -86; -period = -85; -period.ss01 = -82; -quotedblleft = -104; -quotedblright = -97; -seven = -71; -seven.numr = -52; -tenge = -70; -three = -61; -two = -53; -x = -53; -yen = -36; +eightinferior = { +parenright = -56; }; -mu = { -braceright = -67; -bracketright = -67; -comma.ss01 = -33; -hyphen = -6; -mu = -14; -one = -39; -onesuperior = -59; -parenright = -54; -period.ss01 = -36; -pi = 0; -quotedbl = -36; -quotedblleft = -55; -quotedblright = -45; -quoteleft = -55; -quoteright = -45; -quotesingle = -36; -sevensuperior = -69; -trademark = -84; -twosuperior = -36; +comma = { +twosuperior = -63; +threesuperior = -63; +fivesuperior = -63; +eightsuperior = -63; }; -multiply = { -A = -24; -P = -21; -T = -81; -Y = -53; -five = -11; -one = -28; -p = -26; -parenright = -92; -parenright.case = -79; -two = -4; +pi = { +pi = 22; +onesuperior = -36; +sevensuperior = -57; +period = 21; +comma = 25; +colon = 33; +slash = 17; +hyphen = -51; +parenright = -46; +braceright = -68; +bracketright = -64; +quoteright = -3; +quotesingle = -17; +trademark = -61; }; -n = { -Tcedilla = -124; -asciitilde = -15; -at = 0; -backslash = -47; -degree = -92; -e = 6; -greaterequal = -11; -guilsinglright = 0; -jcircumflex = 0; -logicalnot = -33; -multiply = -23; -n = 0; -ordmasculine = -59; -parenleft = 3; -registered = -36; -seven = -51; +iacute = { +a = 4; +c = 3; +ntilde = 4; +m = 4; +n = 4; +p = 6; +s = 0; }; -ncaron = { -Yacute = -35; -parenright = -40; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 36; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 29; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 22; +"@MMK_R_KO_n" = 18; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 31; +"@MMK_R_KO_uacute" = 31; +"@MMK_R_KO_v" = 24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 22; +"@MMK_R_KO_sixsuperior" = 94; +"@MMK_R_KO_onesuperior" = 103; +"@MMK_R_KO_twosuperior" = 97; +"@MMK_R_KO_threesuperior" = 93; +"@MMK_R_KO_foursuperior" = 60; +"@MMK_R_KO_fivesuperior" = 85; +"@MMK_R_KO_sevensuperior" = 115; +"@MMK_R_KO_eightsuperior" = 87; +"@MMK_R_KO_ninesuperior" = 102; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 44; +"@MMK_R_KO_semicolon" = 43; +"@MMK_R_KO_exclam" = 97; +"@MMK_R_KO_question" = 119; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 88; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_parenright" = 94; +"@MMK_R_KO_bracketright" = 24; +"@MMK_R_KO_quotedblleft" = 87; +"@MMK_R_KO_quoteleft" = 87; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 92; +"@MMK_R_KO_quotesingle" = 100; +"@MMK_R_KO_quotedblleft.ss01" = 91; }; -nine = { -braceright = -76; -bracketright.case = -48; -ordmasculine = -17; -six = 17; -trademark = -60; +Dcroat = { +Dcroat = 52; +Itilde = 20; }; -nine.dnom = { -degree = -161; -parenright = -53; -question = -102; -question.ss01 = -110; -quotedbl = -105; -quotedblleft = -151; -quotedblleft.ss01 = -141; -quotedblright = -151; -quotedblright.ss01 = -132; -quoteright = -87; -quotesingle = -83; +jcircumflex = { +E = 45; +U = 57; +k = 8; +l = 5; +i = 8; +j = 8; +jcircumflex = 10; +two = 47; +bracketright = 0; +quotedblleft = 40; +quotedblright = 31; +quoteleft = 53; +quoteright = 46; +quotedbl = 30; +quotesingle = 43; +quotedblright.ss01 = 14; +quoteright.ss01 = 14; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 31; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 31; +"@MMK_R_KO_W" = 46; +"@MMK_R_KO_X" = 36; +"@MMK_R_KO_Y" = 30; +"@MMK_R_KO_Z" = 33; +"@MMK_R_KO_I.ss02" = 32; +"@MMK_R_KO_J.ss10" = -34; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -38; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -60; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -39; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -51; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -57; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -13; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 31; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -28; +"@MMK_R_KO_hyphen" = -131; +"@MMK_R_KO_endash" = -6; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -37; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = -22; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_bracketright.case" = -9; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -43; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -83; }; -nineinferior = { -parenright = -45; +gbreve.ss06 = { +gbreve.ss06 = 55; }; -ninesuperior = { -comma = -87; -comma.ss01 = -81; -fraction = -8; -period = -85; -period.ss01 = -82; -slash = -63; +R = { +Hbar = 55; +Oslash = 13; +hbar = 49; +idieresis = 39; +jcircumflex = 60; +idieresis.ss01 = 36; +two = 20; +three = 10; +eight = 8; +nine = 17; +greater = 17; +logicalnot = -37; }; -notequal = { -N = -16; -b = -12; -parenright = -52; -zero = 0; +idieresis.ss01 = { +Idieresis.ss01 = 37; +exclam.ss01 = 31; }; -ntilde = { -parenright = -40; +one.dnom = { +zero.dnom = -4; +one.dnom = 0; +two.dnom = 0; +question = -77; +question.ss01 = -91; +parenright = -74; +quotedblleft = -91; +quotedblright = -91; +quoteleft = -63; +quoteright = -64; +quotedbl = -91; +quotesingle = -59; +quotedblleft.ss01 = -91; +quoteleft.ss01 = -60; +quotedblright.ss01 = -91; +quoteright.ss01 = -60; +degree = -91; }; -numbersign = { -A = -17; -C = 4; -J = -57; -T = -60; -V = -19; -X = -37; -Y = -38; -bracketright = -72; -comma = -56; -comma.ss01 = -78; -eight = 0; -four = -2; -nine = 0; -one = -13; -parenright = -62; -parenright.case = -54; -period = -66; -period.ss01 = -82; -six = 5; -three = 0; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -105; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = -91; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 37; +"@MMK_R_KO_W" = 55; +"@MMK_R_KO_Y" = 39; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -125; +"@MMK_R_KO_a" = -120; +"@MMK_R_KO_aacute" = -56; +"@MMK_R_KO_a.ss05" = -114; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -121; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = -52; +"@MMK_R_KO_u" = -129; +"@MMK_R_KO_uacute" = -60; +"@MMK_R_KO_v" = -113; +"@MMK_R_KO_four" = -102; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -53; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = -61; +"@MMK_R_KO_semicolon" = -63; +"@MMK_R_KO_ellipsis" = -149; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -102; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -140; +"@MMK_R_KO_endash" = -107; +"@MMK_R_KO_hyphen.case" = -140; +"@MMK_R_KO_parenleft" = -32; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -18; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_guillemetleft" = -105; +"@MMK_R_KO_guillemetright" = -105; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 41; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = -92; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -107; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -119; +"@MMK_R_KO_Z" = -38; +"@MMK_R_KO_I.ss02" = -76; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 29; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 29; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 30; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = 17; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -48; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_pi" = -5; +"@MMK_R_KO_zero" = 7; +"@MMK_R_KO_one" = -52; +"@MMK_R_KO_two" = -26; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 47; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = -91; +"@MMK_R_KO_eight" = 36; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -94; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_foursuperior" = -144; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_ninesuperior" = -78; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_question" = -86; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -118; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 15; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -124; +"@MMK_R_KO_quotedblright.ss01" = -124; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -56; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 26; +"@MMK_R_KO_Oacute" = 27; +"@MMK_R_KO_J" = -75; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -115; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -20; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -60; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -63; +"@MMK_R_KO_I.ss02" = -69; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 25; +"@MMK_R_KO_w" = 32; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 35; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 19; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = 13; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 28; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = -96; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -50; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -46; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = -62; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_braceright" = -69; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -30; }; -numero = { -one = 14; -parenright = -40; -period = -85; +Tcedilla = { +aacute = -119; +acircumflex.ss05 = -42; +amacron.ss05 = -50; +abreve.ss05 = -21; +endash.case = -107; +}; +Yacute = { +Eth = -25; +Oslash = -22; +a.ss05 = -72; +ellipsis.ss01 = -167; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 20; +"@MMK_R_KO_O" = 48; +"@MMK_R_KO_Oacute" = 48; +"@MMK_R_KO_J" = -26; +"@MMK_R_KO_G.ss07" = 46; +"@MMK_R_KO_S" = 38; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = 32; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_J.ss10" = 17; +"@MMK_R_KO_a" = 44; +"@MMK_R_KO_aacute" = 44; +"@MMK_R_KO_a.ss05" = 36; +"@MMK_R_KO_l" = 27; +"@MMK_R_KO_e" = 38; +"@MMK_R_KO_eacute" = 38; +"@MMK_R_KO_i" = 26; +"@MMK_R_KO_n" = 24; +"@MMK_R_KO_itilde" = 40; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_u" = 39; +"@MMK_R_KO_uacute" = 39; +"@MMK_R_KO_y" = 19; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -29; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -34; +"@MMK_R_KO_comma.ss01" = -31; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 48; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_parenright.case" = -45; +"@MMK_R_KO_bracketright.case" = -46; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 31; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -7; +}; +greater = { +parenright = -83; +bracketright = -75; +parenright.case = -75; +bracketright.case = -76; +greater = -137; +}; +ecircumflexacute = { +onesuperior = -33; +sevensuperior = -27; +parenright = -6; +bracketright = -13; +quotedbl = -46; +quotesingle = -45; }; -o = { -Ydieresis = -115; -Ydieresis.ss01 = -115; -backslash = -48; -bracketright = -73; -gbreve.ss06 = 6; -gcircumflex.ss06 = 6; -gcommaaccent.ss06 = 6; -germandbls = -21; -logicalnot = -32; -n = 0; -parenleft = 11; -quotedbl = -63; -quotedblright = -79; -quoteright = -79; -quotesingle = -63; -registered = -37; -seven = -60; -tbar = 0; -two = -17; +Uhorn = { +exclam.ss01 = 41; }; -oacute = { -parenright = -67; +Rcommaaccent = { +parenright = -43; }; -ocircumflex = { -T = -85; +question.ss01 = { +questiondown.case = -44; +questiondown.ss01 = -92; }; -ocircumflexgrave = { -comma = -7; -comma.ss01 = -37; -guillemetright = -13; -hyphen = 27; -parenright = -66; -period = -7; -period.ss01 = -37; -quotedbl = -51; -quotedblright = -55; +onesuperior = { +A = -71; +fraction = 23; +period = -61; +comma = -63; +slash = -78; +period.ss01 = -60; +comma.ss01 = -60; }; -ocircumflexhookabove = { -comma = -7; -comma.ss01 = -37; -guillemetright = -13; -hyphen = 27; -parenright = -26; -period = -7; -period.ss01 = -37; -quotedbl = -26; -quotedblright = -26; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -70; +"@MMK_R_KO_Oacute" = -70; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -71; +"@MMK_R_KO_S" = -51; +"@MMK_R_KO_T" = -134; +"@MMK_R_KO_U" = -66; +"@MMK_R_KO_V" = -135; +"@MMK_R_KO_W" = -87; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -136; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = 78; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -66; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_uacute" = -46; +"@MMK_R_KO_v" = -75; +"@MMK_R_KO_w" = -62; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_zero" = -65; +"@MMK_R_KO_one" = -75; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -54; +"@MMK_R_KO_four" = -85; +"@MMK_R_KO_five" = -52; +"@MMK_R_KO_six" = -73; +"@MMK_R_KO_seven" = -87; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -59; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = -97; +"@MMK_R_KO_quotesingle" = -59; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 33; +"@MMK_R_KO_Oacute" = 33; +"@MMK_R_KO_J" = -94; +"@MMK_R_KO_G.ss07" = 31; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -29; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -5; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -17; +"@MMK_R_KO_Z" = -40; +"@MMK_R_KO_I.ss02" = -32; +"@MMK_R_KO_J.ss10" = -81; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 36; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_itilde" = 36; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 28; +"@MMK_R_KO_w" = 40; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 25; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 11; +"@MMK_R_KO_fivesuperior" = 6; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = 14; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -249; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 27; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = -63; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -80; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -211; +"@MMK_R_KO_hyphen.case" = -18; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_bracketright.case" = -62; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -34; }; -ocircumflextilde = { -parenright = -50; +t_i.liga = { +hbar = -13; +idieresis = -14; +jcircumflex = -14; +lcommaaccent = -16; +germandbls = 0; +logicalnot = -48; }; -odieresis = { -gbreve.ss06 = 6; -germandbls = -21; -parenright = -67; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -112; +"@MMK_R_KO_U" = -14; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = 25; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 50; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = -49; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = -59; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_twosuperior" = -40; +"@MMK_R_KO_threesuperior" = -46; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = -53; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -44; +"@MMK_R_KO_ninesuperior" = -53; +"@MMK_R_KO_period" = 27; +"@MMK_R_KO_comma" = 29; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = 6; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = -55; +"@MMK_R_KO_asterisk" = -73; +"@MMK_R_KO_slash" = 27; +"@MMK_R_KO_backslash" = -56; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -81; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 50; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -63; +"@MMK_R_KO_bracketright" = -60; +"@MMK_R_KO_quotedblleft" = -91; +"@MMK_R_KO_quotedblright" = -79; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -75; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -104; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -112; +"@MMK_R_KO_asciicircum" = -96; }; -odieresis.ss01 = { -germandbls = -21; +adieresis.ss05 = { +germandbls = -5; }; -ohookabove = { -parenright = -67; +a = { +l = 4; +idieresis = 6; +jcircumflex = 6; +s = 0; +germandbls = 0; +notequal = -24; +logicalnot = -31; }; -ohorn = { -comma = -7; -comma.ss01 = -37; -hyphen = 27; -parenright = -67; -period = -7; -period.ss01 = -37; -quotedbl = -27; -quotedblright = -21; -u = 7; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -108; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_J" = -90; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 36; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 44; +"@MMK_R_KO_W" = 61; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 43; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -110; +"@MMK_R_KO_a" = -66; +"@MMK_R_KO_aacute" = -66; +"@MMK_R_KO_a.ss05" = -63; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -71; +"@MMK_R_KO_eacute" = -52; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_n" = -50; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -61; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -54; +"@MMK_R_KO_uacute" = -43; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = -49; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_pi" = -29; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = 7; +"@MMK_R_KO_six" = -12; +"@MMK_R_KO_seven" = 51; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 20; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_sevensuperior" = 10; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -156; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -111; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -45; +"@MMK_R_KO_hyphen" = -115; +"@MMK_R_KO_endash" = -81; +"@MMK_R_KO_hyphen.case" = -94; +"@MMK_R_KO_endash.case" = -48; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = -83; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 19; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_degree" = -11; +"@MMK_R_KO_plus" = -69; +"@MMK_R_KO_percent" = 13; +}; +icaron = { +icaron = 8; +j = 7; +parenright = 4; +quotedbl = 32; +quotesingle = 45; }; -ohornacute = { -c = 21; -parenright = -66; -t = 0; -t_i.liga = 0; -t_t.liga = 0; +braceleft.case = { +braceright.case = 19; +at = -61; +minus = -87; +logicalnot = -104; +asciicircum = -114; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 4; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 14; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -59; }; -ohorndotbelow = { -c = 21; -comma = -7; -parenright = -67; -period = -7; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -u = 7; +uhorndotbelow = { +a = -15; +a.ss05 = 0; +c = -18; +n = 0; +period = -19; +comma = -20; +ellipsis = -52; +question = 50; +parenright = -26; +quotedblright = 14; +quotedbl = 6; }; -ohorndotbelow.ss01 = { -c = 21; -comma.ss01 = -37; -parenright = -67; -period.ss01 = -37; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +g.ss06 = { +oslash = 24; +iogonek = 40; +jcircumflex = 28; +gcircumflex.ss06 = 55; +notequal = -46; +logicalnot = -35; }; -ohorngrave = { -comma = -7; -comma.ss01 = -37; -parenright = -67; -period = -7; -period.ss01 = -37; -quotedbl = -27; -quotedblright = -21; +yacute = { +T = -47; +eth = 0; +parenright = -60; }; -ohornhookabove = { -comma = -7; -comma.ss01 = -37; -parenright = -67; -period = -7; -period.ss01 = -37; -quotedbl = -27; -quotedblright = -21; +Imacron = { +Imacron = 4; +imacron = 69; +parenright.case = 36; }; -ohorntilde = { -comma = -7; -comma.ss01 = -37; -parenright = -66; -period = -7; -period.ss01 = -37; +exclamdown.ss01 = { +T = -91; +V = -45; +Y = -67; +j.ss01 = 54; }; -ohungarumlaut = { -b = 0; -bracketright = -44; -h = 0; -i = 0; -j = 0; -k = 0; -l = 0; -l.ss04 = 0; -parenright = -47; -quotedbl = -45; -quotedblright = -46; -sevensuperior = -49; +oacute = { +seven = -68; }; -omacron = { -T = -57; -parenright = -67; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -35; +"@MMK_R_KO_O" = -104; +"@MMK_R_KO_Oacute" = -104; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -102; +"@MMK_R_KO_S" = -69; +"@MMK_R_KO_T" = -152; +"@MMK_R_KO_U" = -86; +"@MMK_R_KO_V" = -170; +"@MMK_R_KO_W" = -100; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -165; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -69; +"@MMK_R_KO_a" = -77; +"@MMK_R_KO_aacute" = -76; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = -35; +"@MMK_R_KO_e" = -78; +"@MMK_R_KO_eacute" = -79; +"@MMK_R_KO_f" = -59; +"@MMK_R_KO_g" = -39; +"@MMK_R_KO_i" = -33; +"@MMK_R_KO_n" = -34; +"@MMK_R_KO_j" = -30; +"@MMK_R_KO_s" = -50; +"@MMK_R_KO_t" = -82; +"@MMK_R_KO_u" = -68; +"@MMK_R_KO_uacute" = -68; +"@MMK_R_KO_v" = -98; +"@MMK_R_KO_w" = -80; +"@MMK_R_KO_y" = -100; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -33; +"@MMK_R_KO_t_t.liga" = -74; +"@MMK_R_KO_pi" = -52; +"@MMK_R_KO_zero" = -89; +"@MMK_R_KO_one" = -87; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = -61; +"@MMK_R_KO_four" = -216; +"@MMK_R_KO_five" = -71; +"@MMK_R_KO_six" = -96; +"@MMK_R_KO_seven" = -109; +"@MMK_R_KO_eight" = -62; +"@MMK_R_KO_nine" = -78; +"@MMK_R_KO_sixsuperior" = -184; +"@MMK_R_KO_onesuperior" = -96; +"@MMK_R_KO_foursuperior" = -171; +"@MMK_R_KO_sevensuperior" = -149; +"@MMK_R_KO_ninesuperior" = -184; +"@MMK_R_KO_period" = 21; +"@MMK_R_KO_comma" = 24; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_question" = -85; +"@MMK_R_KO_asterisk" = -130; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -224; +"@MMK_R_KO_endash" = -231; +"@MMK_R_KO_hyphen.case" = -249; +"@MMK_R_KO_endash.case" = -231; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -118; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -97; +"@MMK_R_KO_guillemetright" = -55; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -59; }; -one = { -bracketright = -22; -colon.ss01 = -11; -comma = 0; -comma.ss01 = -32; -degree = -26; -equal = 0; -four = 0; -icircumflex = 23; -multiply = -24; +yen = { +zero = -20; one = 0; -ordfeminine = -8; -ordmasculine = -7; -parenright = -25; -parenright.case = -7; -percent = 0; -period = 0; -period.ss01 = -35; -seven = 0; -slash = 0; -three = 0; two = 0; -zero = 0; -}; -one.dnom = { -degree = -108; -one.dnom = 0; -parenright = -51; -question = -72; -question.ss01 = -92; -quotedbl = -67; -quotedblleft = -115; -quotedblright = -100; -quoteright = -87; -quotesingle = -67; -two.dnom = 0; -zero.dnom = 0; +three = 0; +four = -13; +six = -19; +foursuperior = -33; +period = -61; +comma = -61; +colon = -38; +semicolon = -34; +slash = -38; +period.ss01 = -60; +comma.ss01 = -60; +colon.ss01 = -49; +semicolon.ss01 = -48; }; -one.numr = { -fraction = 0; +idotaccent.ss01 = { +parenright = -26; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; +ldot.ss01.ss04 = { +period.ss01 = -36; +comma.ss01 = -36; }; -onesuperior = { -A = -66; -comma = -87; -comma.ss01 = -81; -period = -85; -period.ss01 = -82; -slash = -72; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 43; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_Oacute" = -39; +"@MMK_R_KO_J" = 41; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -112; +"@MMK_R_KO_U" = -30; +"@MMK_R_KO_V" = -124; +"@MMK_R_KO_W" = -51; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = 44; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_x" = 28; +"@MMK_R_KO_y" = -52; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_one" = -47; +"@MMK_R_KO_four" = -12; +"@MMK_R_KO_sixsuperior" = -101; +"@MMK_R_KO_onesuperior" = -96; +"@MMK_R_KO_twosuperior" = -77; +"@MMK_R_KO_threesuperior" = -84; +"@MMK_R_KO_foursuperior" = -87; +"@MMK_R_KO_fivesuperior" = -93; +"@MMK_R_KO_sevensuperior" = -120; +"@MMK_R_KO_eightsuperior" = -85; +"@MMK_R_KO_ninesuperior" = -92; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 24; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -73; +"@MMK_R_KO_asterisk" = -105; +"@MMK_R_KO_slash" = 28; +"@MMK_R_KO_backslash" = -112; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -81; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_underscore" = 50; +"@MMK_R_KO_hyphen.case" = -79; +"@MMK_R_KO_parenleft" = -13; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_braceright" = -71; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -112; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -119; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -118; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -162; +"@MMK_R_KO_asciicircum" = -160; +}; +agrave.ss05 = { +T = -112; +Y = -109; }; -ordfeminine = { -comma = -87; -comma.ss01 = -81; -parenright = -37; -period = -85; -period.ss01 = -82; +B = { +Hbar = 49; +Lslash = 21; +hbar = 33; +idieresis = 27; +jcircumflex = 56; +idieresis.ss01 = 25; +two = 17; +three = 30; +five = 21; +eight = 27; +nine = 13; +ampersand = 23; +greater = 25; }; -ordmasculine = { -comma = -87; -comma.ss01 = -81; -hyphen = -67; -parenright = -45; -parenright.case = -44; -period = -85; -period.ss01 = -82; -slash = -85; +Tcaron = { +endash.case = -107; }; oslash = { -a = 19; -bracketright = -61; -c = 21; -comma = -7; -comma.ss01 = -37; -d = 19; -e = 21; -f = 13; -f_f.liga = 13; -f_f_i.liga = 13; -f_y.liga = 13; -fi = 13; -fl = 13; -g = 20; -g.ss06 = 8; -hyphen = 27; +d = 12; +k = 6; +l = 3; +e = 11; +eth = 15; +f = 28; +f_f.liga = 28; +f_f_i.liga = 28; +fi = 28; +f_y.liga = 28; +fl = 28; +g = 12; +m = 2; +n = 2; +r = 2; +j = 4; +s = 5; +t = 13; +v = 0; +y = 0; l.ss03 = 8; -l.ss04 = 5; -o = 21; -oslash = 21; -parenright = -44; -period = -7; -period.ss01 = -37; -s = 4; -t = 11; -t_i.liga = 11; -t_t.liga = 11; -u = 11; -v = 5; -y = 6; +t_i.liga = 23; +t_t.liga = 23; +period = -11; +comma = -3; +slash = 0; +period.ss01 = -28; +comma.ss01 = -17; +hyphen = -12; +parenright = -51; +bracketright = -68; }; -otilde = { -parenright = -67; +guilsinglright = { +x = -38; +threesuperior = -42; +fivesuperior = -52; +eightsuperior = -41; +colon = -45; +semicolon = -46; +questiondown = -51; +question.ss01 = -73; +questiondown.ss01 = -51; +braceright = -86; +braceright.case = -80; +bracketright.case = -77; +quotesinglbase = -62; +quotedblbase = -67; +quotedblbase.ss01 = -67; +quoteright.ss01 = -60; }; -p = { -backslash = -49; -parenleft = 10; -registered = -37; -seven = -59; -two = -15; +adieresis = { +germandbls = 4; }; -parenleft = { -Abrevetilde = -46; -Ccedilla = -46; -Ccircumflex = -46; -Dcroat = -35; -Eth = -35; -Gcircumflex = -47; -Icircumflex = 30; -Idieresis = 18; -Idotaccent = 0; -Imacron = 32; -Iogonek = 33; -Itilde = 23; -Jcircumflex = -40; -Lslash = -29; -OE = -50; -Odieresis = -47; -Odieresis.ss01 = -47; -Oslash = -33; -Scedilla = -25; -Scircumflex = -25; -Ydieresis = 0; -a.ss05 = -70; -acircumflexacute = -48; -adieresis = -73; -agrave = -75; -ampersand = -42; -approxequal = -121; -aring = -77; -asciicircum = -100; -asciitilde = -101; -at = -59; -ccaron = -54; -ccedilla = -70; -ccircumflex = -77; -cent = -65; -copyright = -48; -divide = -89; -dollar = -36; -equal = -66; -euro = -72; -four.numr = -60; -g.ss06 = -15; -germandbls = -51; -greater = -35; -greaterequal = -59; -hcircumflex = 33; -i.ss01 = -12; -iacute = -38; -ibreve = 39; -idotaccent.ss01 = -12; -imacron = 0; -infinity = -69; -iogonek = 33; -jcircumflex = 61; -l.ss03 = -2; -l.ss04 = 9; -less = -76; -lessequal = -68; -liraTurkish = -42; -literSign = -54; -logicalnot = -92; -minus = -90; -mu = -27; -multiply = -81; -notequal = -82; -numbersign = -64; -numero = -17; -ocircumflex = -76; -ohornhookabove = -70; -onesuperior = -16; -oslash = -30; -p = -13; -plusminus = -51; -published = -48; -question.ss01 = -36; -questiondown = -27; -quotedblbase = 0; -quotedblbase.ss01 = -7; -quotesinglbase = 0; -racute = -55; -radical = -73; -scaron = -21; -scedilla = -51; -scircumflex = -47; -scommaaccent = -65; -section = -40; -semicolon.ss01 = -6; -sterling = -40; -summation = 33; -tbar = -53; -tcommaaccent = -37; -thorn = 2; -udieresis = -54; -udieresis.ss01 = -51; -ugrave = -57; -wacute = -58; -wgrave = -56; -zcaron = -35; +liraTurkish = { +one = -51; +two = -19; +seven = -61; +sixsuperior = -58; +onesuperior = -45; +threesuperior = -39; +foursuperior = -71; +fivesuperior = -50; +sevensuperior = -55; +eightsuperior = -45; +ninesuperior = -47; +period = -38; +comma = -39; +colon = -40; +semicolon = -32; +question = -61; +slash = -20; +period.ss01 = -48; +comma.ss01 = -43; +colon.ss01 = -44; +question.ss01 = -64; +parenright = -80; +parenright.case = -57; +quotedbl = -79; +quotesingle = -59; }; -parenleft.case = { -Dcroat = -34; -Icircumflex = 38; -Imacron = 37; -Iogonek = 50; -Lslash = -29; -OE = -48; -approxequal = -115; -asciicircum = -108; -asciitilde = -94; -at = -59; -copyright = -51; -dollar = -35; -equal = -58; -euro = -63; -infinity = -69; -less = -69; -logicalnot = -87; -minus = -86; -multiply = -81; -numbersign = -56; -parenleft.case = -44; -published = -51; -question.ss01 = -39; -questiondown.case = -50; -quotedblbase = 0; -radical = -61; -section = -34; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -70; +"@MMK_R_KO_Oacute" = -70; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -68; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = -47; +"@MMK_R_KO_V" = -131; +"@MMK_R_KO_W" = -70; +"@MMK_R_KO_X" = 40; +"@MMK_R_KO_Y" = -120; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_aacute" = -60; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_eacute" = -63; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_u" = -48; +"@MMK_R_KO_uacute" = -40; +"@MMK_R_KO_y" = -73; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_four" = -134; +"@MMK_R_KO_sixsuperior" = -125; +"@MMK_R_KO_onesuperior" = -96; +"@MMK_R_KO_twosuperior" = -120; +"@MMK_R_KO_threesuperior" = -110; +"@MMK_R_KO_foursuperior" = -112; +"@MMK_R_KO_fivesuperior" = -121; +"@MMK_R_KO_sevensuperior" = -149; +"@MMK_R_KO_eightsuperior" = -116; +"@MMK_R_KO_ninesuperior" = -122; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -93; +"@MMK_R_KO_hyphen" = -165; +"@MMK_R_KO_hyphen.case" = -131; +"@MMK_R_KO_parenleft" = -29; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_bracketright.case" = -26; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -118; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -124; +"@MMK_R_KO_quoteright.ss01" = -60; }; -parenright = { -asciicircum = -61; -braceright = -46; +quotedblbase = { +Dcroat = -56; +Iogonek = 26; +Lslash = -49; +Oslash = -31; +oslash = -11; +p = -3; +iogonek = 37; +jcircumflex = 25; +germandbls = -53; +l.ss03 = -36; +g.ss06 = 17; +numbersign = -83; +parenleft = -36; +parenleft.case = -59; +at = -69; +copyright = -118; +published = -118; +literSign = -55; +dollar = -63; +euro = -118; +minus = -118; +multiply = -111; +divide = -118; +equal = -118; +approxequal = -118; }; -parenright.case = { -bracketright.case = -41; -colon = -3; -comma = -22; -comma.ss01 = -49; -emdash.case = 20; -hyphen.case = 20; -parenleft.case = 10; -parenright.case = -44; -period = -26; -period.ss01 = -55; +D = { +Dcroat = 36; +Eth = 36; +Hbar = 23; +Iogonek = 4; +Lslash = 41; +Oslash = 32; +lacute = 8; +zero = 18; +five = 13; +six = 18; +eight = 21; +endash.case = 28; +parenleft.case = 25; +braceright.case = -59; +at = 25; +less = 34; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -75; +"@MMK_R_KO_Oacute" = -75; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -72; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = -54; +"@MMK_R_KO_V" = -131; +"@MMK_R_KO_W" = -70; +"@MMK_R_KO_X" = 40; +"@MMK_R_KO_Y" = -120; +"@MMK_R_KO_Z" = 34; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -69; +"@MMK_R_KO_aacute" = -62; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -72; +"@MMK_R_KO_eacute" = -69; +"@MMK_R_KO_f" = -39; +"@MMK_R_KO_g" = -26; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_icircumflex" = -14; +"@MMK_R_KO_imacron" = -14; +"@MMK_R_KO_itilde" = -14; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -68; +"@MMK_R_KO_u" = -57; +"@MMK_R_KO_uacute" = -47; +"@MMK_R_KO_v" = -87; +"@MMK_R_KO_w" = -70; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = -82; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = -9; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -53; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_four" = -169; +"@MMK_R_KO_sixsuperior" = -184; +"@MMK_R_KO_onesuperior" = -96; +"@MMK_R_KO_twosuperior" = -162; +"@MMK_R_KO_threesuperior" = -169; +"@MMK_R_KO_foursuperior" = -171; +"@MMK_R_KO_fivesuperior" = -174; +"@MMK_R_KO_sevensuperior" = -149; +"@MMK_R_KO_eightsuperior" = -181; +"@MMK_R_KO_ninesuperior" = -184; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_asterisk" = -130; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = -126; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -95; +"@MMK_R_KO_hyphen" = -165; +"@MMK_R_KO_endash" = -200; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -165; +"@MMK_R_KO_parenleft" = -30; +"@MMK_R_KO_parenright" = -58; +"@MMK_R_KO_braceright" = -74; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_bracketright.case" = -26; +"@MMK_R_KO_quotedblleft" = -118; +"@MMK_R_KO_quotedblright" = -118; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -104; +"@MMK_R_KO_guillemetright" = -48; +"@MMK_R_KO_quotedbl" = -139; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -124; +"@MMK_R_KO_quotedblright.ss01" = -124; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -240; +"@MMK_R_KO_asciicircum" = -240; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 41; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -57; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 14; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -45; +"@MMK_R_KO_comma" = -46; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = -74; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_backslash" = 49; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -69; +"@MMK_R_KO_endash" = -47; +"@MMK_R_KO_underscore" = -46; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 8; +"@MMK_R_KO_guillemetleft" = -31; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -37; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -105; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -105; +"@MMK_R_KO_Z" = -44; +"@MMK_R_KO_I.ss02" = -56; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -45; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_pi" = -18; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_two" = -37; +"@MMK_R_KO_three" = -24; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -70; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_sixsuperior" = -53; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_foursuperior" = -51; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_ninesuperior" = -50; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -55; +"@MMK_R_KO_ellipsis" = -82; +"@MMK_R_KO_question" = -59; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -51; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_hyphen.case" = -27; +"@MMK_R_KO_endash.case" = -17; +"@MMK_R_KO_parenright" = -93; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_parenright.case" = -75; +"@MMK_R_KO_quotedblleft" = -91; +"@MMK_R_KO_quotedblright" = -78; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -77; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -83; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -43; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -78; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -23; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 4; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -42; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -40; +"@MMK_R_KO_quotedblright.ss01" = -40; +"@MMK_R_KO_quoteright.ss01" = -17; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -59; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -59; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 30; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = 5; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -39; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -59; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 4; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 13; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -59; +"@MMK_R_KO_comma" = -59; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_question" = 23; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -59; +"@MMK_R_KO_period.ss01" = -59; +"@MMK_R_KO_comma.ss01" = -59; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -59; +"@MMK_R_KO_hyphen.case" = -59; +"@MMK_R_KO_endash.case" = -17; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = -59; +"@MMK_R_KO_percent" = 14; +}; +ohorndotbelow.ss01 = { +c = 24; +i.ss01 = 16; +n = 14; +p = 16; +t = 3; +u = 19; +t_i.liga.ss01 = 7; +t_t.liga = 7; +}; +t_i.liga.ss01 = { +parenright = -42; +}; +endash = { +x = -61; +one.numr = -44; +four.numr = -79; +seven.numr = -50; +colon = -61; +semicolon = -63; +questiondown = -86; +question.ss01 = -99; +questiondown.ss01 = -86; +endash = 0; +quotedblbase = -118; +quotedblbase.ss01 = -124; +quoteright.ss01 = -60; +}; +Ygrave = { +ellipsis.ss01 = -167; +endash.case = -58; +}; +fraction = { +zero.dnom = -4; +two.dnom = 2; +four.dnom = -36; +eight.dnom = 0; +zeroinferior = -6; +twoinferior = 0; +fourinferior = -36; +fiveinferior = 0; +sixinferior = -5; +seveninferior = 30; +nineinferior = 3; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 31; +"@MMK_R_KO_X" = -8; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 17; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 16; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -37; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -22; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +g = { +l = 5; +iogonek = 9; +jcircumflex = 8; +}; +m = { +ordfeminine = -60; +ordmasculine = -61; +seven = -63; +registered = -40; +logicalnot = -32; +}; +ohorntilde = { +i = 16; +idotaccent = 16; +i.ss01 = 16; +n = 14; +period = 0; +comma = 0; +period.ss01 = -21; +comma.ss01 = -7; +parenright = -49; +quotedbl = -16; +}; +hyphen.case = { +Dcroat = -2; +Lslash = -22; +Oslash = -8; +one.numr = -46; +seven.numr = -54; +question.ss01 = -141; +parenleft.case = -11; +braceright.case = -106; +bracketright.case = -91; +quotesinglbase = -63; +quotedblbase = -118; +quotedblbase.ss01 = -124; +quoteright.ss01 = -60; +dollar = -56; +}; +ohornhookabove = { +i = 16; +idotaccent = 16; +i.ss01 = 16; +idotaccent.ss01 = 16; +m = 14; +n = 14; +period = 0; +comma = 0; +period.ss01 = -21; +comma.ss01 = -7; +parenright = -49; +bracketright = -61; +guillemetright = 0; quotedbl = -15; -semicolon = -5; -slash = -13; }; -percent = { -eightsuperior = -45; -fivesuperior = -46; -foursuperior = -79; -ninesuperior = -44; -onesuperior = -43; -question.ss01 = -53; -sevensuperior = -50; -sixsuperior = -47; -threesuperior = -52; -twosuperior = -48; +y = { +germandbls = 25; +zeroinferior = -25; +twoinferior = -18; +ampersand = -24; +logicalnot = -23; +asciitilde = -14; }; -period = { -braceright = -46; -eightsuperior = -85; -fivesuperior = -85; -foursuperior = -85; -g.ss06 = 26; -ninesuperior = -85; -onesuperior = -85; -ordfeminine = -85; -ordmasculine = -85; -parenleft.case = -47; -quotesingle = -83; -sevensuperior = -85; -six = -58; -sixsuperior = -85; -threesuperior = -85; -twosuperior = -85; +Idotaccent.ss02 = { +endash.case = -78; }; -period.ss01 = { -Y = -82; -eightsuperior = -82; -fivesuperior = -82; -foursuperior = -82; -mu = -44; -ninesuperior = -82; -onesuperior = -82; -ordfeminine = -82; -ordmasculine = -82; -parenleft.case = -70; -question.ss01 = -82; -quotedbl = -82; -sevensuperior = -82; -sixsuperior = -82; -threesuperior = -82; -twosuperior = -82; +Scedilla = { +idieresis = 24; }; -perthousand = { -asterisk = -131; -comma = 0; -comma.ss01 = -28; -parenright = -52; -parenright.case = -37; -period = 0; -period.ss01 = -31; -question = -103; -question.ss01 = -114; -quotedblleft = -151; -quotedblleft.ss01 = -141; -quotedblright = -151; -quotedblright.ss01 = -141; -quoteleft = -87; -quoteright = -87; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -22; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -14; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 25; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -29; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = -24; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 28; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -96; +"@MMK_R_KO_endash" = -35; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -28; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -17; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = -1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -3; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_degree" = -29; +"@MMK_R_KO_plus" = -9; +"@MMK_R_KO_percent" = 0; }; -pi = { -braceright = -53; -bracketright = -53; -colon = 43; -comma = 37; -guillemetright = 44; -hyphen = -22; -parenright = -39; -period = 7; -period.ss01 = -12; -pi = 10; -quoteright = -15; -quotesingle = 0; -semicolon = 42; -sevensuperior = -55; -slash = 28; -trademark = -61; +f = { +f = 4; +f_f.liga = 4; +f_y.liga = 4; +fl = 4; +igrave = 1; +idieresis = 1; +seven = 11; +ampersand = -37; }; -plus = { -X = -68; -asterisk = -57; -braceright = -83; -bracketright = -78; -bracketright.case = -78; -comma = -87; -comma.ss01 = -81; -one = -55; -parenright = -85; -parenright.case = -76; -period = -85; -period.ss01 = -82; -plus = -32; -question = -67; -quotedbl = -61; -quotedblleft = -91; -quotedblright = -91; -quoteright = -87; -quotesingle = -61; -seven = -61; -slash = -42; -tenge = -68; -three = -45; -two = -45; -x = -41; -yen = -29; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -22; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_Oacute" = -60; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -49; +"@MMK_R_KO_T" = -119; +"@MMK_R_KO_U" = -60; +"@MMK_R_KO_V" = -124; +"@MMK_R_KO_W" = -93; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -124; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -36; +"@MMK_R_KO_l" = -20; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = -34; +"@MMK_R_KO_s" = -40; +"@MMK_R_KO_t" = -60; +"@MMK_R_KO_u" = -48; +"@MMK_R_KO_uacute" = -48; +"@MMK_R_KO_v" = -60; +"@MMK_R_KO_w" = -60; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -19; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_pi" = -45; +"@MMK_R_KO_zero" = -60; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -50; +"@MMK_R_KO_six" = -60; +"@MMK_R_KO_seven" = -60; +"@MMK_R_KO_eight" = -40; +"@MMK_R_KO_nine" = -48; +"@MMK_R_KO_asterisk" = -60; +"@MMK_R_KO_slash" = 24; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 5; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -124; +"@MMK_R_KO_hyphen.case" = -60; +"@MMK_R_KO_endash.case" = -124; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -124; +"@MMK_R_KO_plus" = -60; +"@MMK_R_KO_percent" = -43; }; -plusminus = { -one = -51; -parenright = -32; +numero = { +period = -61; +comma = -63; +period.ss01 = -60; +comma.ss01 = -60; +parenright = -42; +parenright.case = -43; }; -published = { -T = -81; -Y = -71; +cent = { +onesuperior = -38; +sevensuperior = -57; +period = -43; +comma = -45; +slash = -21; +period.ss01 = -55; +comma.ss01 = -54; parenright = -72; +bracketright = -62; +parenright.case = -53; +bracketright.case = -62; }; -q = { -backslash = -31; -braceright = -20; -bracketright = -20; -comma = 4; -comma.ss01 = -2; -j = 5; -j.ss01 = 5; -parenright = -14; -semicolon = 2; -slash = 19; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 22; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -56; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = 46; +"@MMK_R_KO_U" = 34; +"@MMK_R_KO_V" = 55; +"@MMK_R_KO_W" = 73; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 55; +"@MMK_R_KO_Z" = 31; +"@MMK_R_KO_I.ss02" = 59; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = -17; +"@MMK_R_KO_l" = 28; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 26; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = 73; +"@MMK_R_KO_imacron" = 90; +"@MMK_R_KO_itilde" = 89; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 5; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 31; +"@MMK_R_KO_l.ss04" = 62; +"@MMK_R_KO_g.ss06" = -13; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 37; +"@MMK_R_KO_four" = -29; +"@MMK_R_KO_sixsuperior" = 21; +"@MMK_R_KO_onesuperior" = 38; +"@MMK_R_KO_twosuperior" = 16; +"@MMK_R_KO_threesuperior" = 13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 15; +"@MMK_R_KO_sevensuperior" = 36; +"@MMK_R_KO_eightsuperior" = 21; +"@MMK_R_KO_ninesuperior" = 33; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -98; +"@MMK_R_KO_exclam" = 25; +"@MMK_R_KO_question" = 37; +"@MMK_R_KO_asterisk" = 36; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_backslash" = 66; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_question.ss01" = 13; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -23; +"@MMK_R_KO_underscore" = -73; +"@MMK_R_KO_hyphen.case" = -47; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 15; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 16; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = 44; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = 44; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 29; +"@MMK_R_KO_quotesingle" = 29; +"@MMK_R_KO_quotedblleft.ss01" = 30; +"@MMK_R_KO_quotedblright.ss01" = 41; +"@MMK_R_KO_quoteright.ss01" = 40; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -46; }; -question = { -exclam = 0; -questiondown = -83; +Icircumflex = { +Icircumflex = 3; +l = 2; +icircumflex = 46; +l.ss03 = 7; +l.ss04 = 34; +parenright = 25; +bracketright = 0; +parenright.case = 40; +bracketright.case = 19; }; -question.ss01 = { -question.ss01 = -2; -questiondown.ss01 = -85; +iogonek = { +iogonek = 8; +j = 7; }; -questiondown = { -p = 0; -questiondown = 29; +uhorn = { +a = -15; +a.ss05 = 0; +ohorn = -19; +ohorndotbelow = -19; +ohorndotbelow.ss01 = -19; +ohorngrave = -19; +ohornacute = -19; +ohornhookabove = -19; +ohorntilde = -19; +period = -19; +comma = -20; +ellipsis = -52; +question = 50; +period.ss01 = -40; +ellipsis.ss01 = -49; +comma.ss01 = -36; +parenright = -31; +quotedblright = 14; +quotedbl = 6; }; -questiondown.case = { -C = -22; -Q = -22; -T = -87; -V = -82; -Y = -87; -quotedbl = -102; -quotedblleft = -103; -quotedblleft.ss01 = -112; -quoteright = -87; -quoteright.ss01 = -81; -quotesingle = -83; -seven = -78; +underscore = { +g.ss06 = 44; +underscore = 29; +parenleft.case = -41; }; -questiondown.ss01 = { -C = -96; -D = -41; -E = -41; -G = -97; -N = -41; -O = -96; -P = -41; -Q = -96; -S = -70; -T = -146; -U = -90; -V = -142; -W = -91; -Y = -157; -a = -72; -c = -73; -d = -72; -e = -72; -four = -102; -o = -73; -q = -72; -quotedbl = -120; -quotedblleft.ss01 = -133; -quoteright.ss01 = -81; -quotesingle = -83; -s = -61; -t = -71; -t_i.liga.ss01 = -71; -t_t.liga = -71; -v = -91; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -72; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -57; +"@MMK_R_KO_J" = -71; +"@MMK_R_KO_G.ss07" = -55; +"@MMK_R_KO_S" = -40; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -85; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_a.ss05" = -75; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -82; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -42; +"@MMK_R_KO_i" = -41; +"@MMK_R_KO_n" = -88; +"@MMK_R_KO_j" = 63; +"@MMK_R_KO_s" = -73; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -82; +"@MMK_R_KO_v" = -71; +"@MMK_R_KO_w" = -62; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -72; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_pi" = -67; +"@MMK_R_KO_zero" = -53; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_two" = -41; +"@MMK_R_KO_three" = -49; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -55; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -45; +"@MMK_R_KO_nine" = -38; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -86; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -45; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_hyphen" = -102; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -89; +"@MMK_R_KO_guillemetright" = -80; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -55; +"@MMK_R_KO_plus" = -79; }; -quotedbl = { -A = -77; -AE = -77; -Aacute = -77; -Adieresis = -77; -Agrave = -77; -Amacron = -77; -Aring = -77; -Dcroat = -9; -Hbar = 38; -Jcircumflex = -69; -Lslash = -24; -asciitilde = -54; -ellipsis.ss01 = -163; -emdash = -121; -exclamdown = -22; -exclamdown.ss01 = -27; -g.ss06 = -21; -hbar = 37; -hyphen = -151; -imacron = 79; -jcircumflex = 53; -l.ss04 = 22; -mu = -19; -oslash = -28; -period.ss01 = -82; -questiondown = -103; -questiondown.case = -63; -questiondown.ss01 = -103; -underscore = -163; +W = { +Hbar = 77; +adieresis.ss05 = 0; +igrave = 65; +idieresis = 75; +scaron = 25; +idieresis.ss01 = 73; +six = 4; +seven = 65; +threeinferior = -37; +ampersand = -33; +plus = -23; +minus = -29; +notequal = -23; +logicalnot = -48; +asciitilde = -38; }; -quotedblbase = { -Dcroat = -44; -Icircumflex = -14; -Iogonek = 61; -Lslash = -39; -OE = -80; -Oslash = 0; -Tcedilla = -84; -approxequal = -119; -copyright = -113; -divide = -151; -equal = -112; -euro = -120; -g.ss06 = 30; -germandbls = -38; -iogonek = 70; -l.ss03 = -21; -l.ss04 = -14; -minus = -151; -multiply = -86; -numbersign = -78; -p = 0; -parenleft.case = -47; -published = -113; -quotedblleft = -151; +Aogonek = { +Lslash = -17; +period = 47; +comma = 54; +endash.case = -69; +parenright = 0; +bracketright = 0; }; -quotedblbase.ss01 = { -Iogonek = 24; -Tcedilla = -89; -divide = -141; -minus = -141; -p = -12; -question.ss01 = -117; -quotedblleft.ss01 = -141; -quotedblright.ss01 = -141; +Z = { +Lslash = -22; +igrave = 31; +ibreve = 62; +icaron = 55; +zero = -23; +two = 18; +six = -22; +seven = 36; +numbersign = -45; +endash.case = -71; +at = -35; +plus = -97; +minus = -99; +divide = -98; +equal = -53; +less = -82; +logicalnot = -119; +asciitilde = -111; }; -quotedblleft = { -Dcroat = -27; -Hbar = 49; -Jcircumflex = -62; -exclamdown = -29; -g.ss06 = -35; -imacron = 83; -jcircumflex = 54; -l.ss04 = 36; -minus = -87; -mu = -23; -questiondown = -97; -questiondown.case = -80; -quotedblbase = -151; -underscore = -151; +emdash = { +x = -49; +zero.numr = -84; +one.numr = -60; +three.numr = -67; +four.numr = -133; +five.numr = -77; +six.numr = -90; +seven.numr = -67; +eight.numr = -72; +nine.numr = -75; +threesuperior = -71; +fivesuperior = -81; +eightsuperior = -76; +colon = -61; +semicolon = -63; +questiondown = -58; +question.ss01 = -89; +questiondown.ss01 = -58; +quotedblbase = -118; +quotedblbase.ss01 = -124; +quoteleft.ss01 = -60; +quoteright.ss01 = -60; }; -quotedblleft.ss01 = { -Dcroat = -34; -ellipsis.ss01 = -141; -g.ss06 = -51; -l.ss04 = 11; -mu = -42; -questiondown.ss01 = -111; -quotedblbase.ss01 = -141; -underscore = -141; +tbar = { +a = 13; +e = 10; +tbar = 21; }; -quotedblright = { -A = -103; -Adieresis = -102; -Aring = -102; -Dcroat = -31; -asciitilde = -96; -g.ss06 = -60; -l.ss04 = 30; -mu = -41; -oslash = -69; -questiondown = -116; -questiondown.case = -90; -quotesinglbase = -87; -tbar = -13; +eng = { +j = 3; +slash = 38; +parenright = 0; +bracketright = 0; }; -quotedblright.ss01 = { -A = -103; -ellipsis.ss01 = -141; -hyphen = -141; -questiondown.case = -93; -questiondown.ss01 = -114; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -141; +"@MMK_R_KO_H" = -58; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_J" = -164; +"@MMK_R_KO_G.ss07" = -44; +"@MMK_R_KO_S" = -58; +"@MMK_R_KO_T" = -90; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -46; +"@MMK_R_KO_X" = -118; +"@MMK_R_KO_Y" = -86; +"@MMK_R_KO_Z" = -101; +"@MMK_R_KO_I.ss02" = -92; +"@MMK_R_KO_J.ss10" = -276; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_a.ss05" = -52; +"@MMK_R_KO_l" = -56; +"@MMK_R_KO_e" = -72; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_i" = -64; +"@MMK_R_KO_n" = -68; +"@MMK_R_KO_j" = -64; +"@MMK_R_KO_s" = -53; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_z" = -49; +"@MMK_R_KO_t_t.liga" = -31; }; -quoteleft = { -Hbar = 49; -Jcircumflex = -62; -exclamdown = -29; -g.ss06 = -35; -imacron = 83; -l.ss04 = 36; -mu = -23; -oslash = -47; -questiondown = -87; -questiondown.case = -80; -quotedblbase = -87; +percent = { +twosuperior = -45; +threesuperior = -49; +fivesuperior = -65; +eightsuperior = -58; +question.ss01 = -57; +bracketright.case = -34; +quoteright.ss01 = -47; +}; +Uhornhookabove = { +exclam.ss01 = 41; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -92; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = 5; }; -quoteleft.ss01 = { -A = -81; -J = -81; -g.ss06 = -51; -questiondown.ss01 = -81; -quotedblbase.ss01 = -81; +uhorngrave = { +a = -15; +a.ss05 = 0; +o = -19; +n = 0; +period = -19; +comma = -20; +period.ss01 = -36; +comma.ss01 = -36; +parenright = -26; +quotedblright = 14; +quotedbl = 6; }; -quoteright = { -Hbar = 40; -J = -87; -Jcircumflex = -74; -OE = -13; -a.ss05 = -54; -acircumflex = -57; -agrave = -67; -egrave = -54; -ellipsis = -87; -emdash = -87; -g.ss06 = -60; -hbar = 47; -hyphen = -87; -idieresis = 56; -igrave = 34; -imacron = 75; -itilde = 77; -l.ss04 = 30; -mu = -41; -oslash = -69; -questiondown = -87; -quotedblbase = -87; -ytilde = -8; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = 7; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_braceright" = -23; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -37; +"@MMK_R_KO_asciicircum" = -68; }; -quoteright.ss01 = { -J = -81; -questiondown.ss01 = -81; -quotedblbase.ss01 = -81; +a.ss05 = { +p = 23; +jcircumflex = 24; +germandbls = -10; +gbreve.ss06 = 50; +gcircumflex.ss06 = 50; +ordfeminine = -66; +ordmasculine = -67; +seven = -73; +notequal = -44; +logicalnot = -41; }; -quotesinglbase = { -Iogonek = 61; -T = -87; -V = -87; -W = -70; -Y = -87; -copyright = -87; -g.ss06 = 30; -hyphen = -87; -iogonek = 70; -l.ss03 = -21; -minus = -87; -p = 0; -v = -87; +Itilde = { +Itilde = 2; +igrave = 26; +itilde = 64; }; -quotesinglbase.ss01 = { -T = -81; -V = -81; -W = -79; -Y = -81; -minus = -81; -question.ss01 = -81; +threesuperior = { +A = -70; +fraction = 5; +period = -61; +comma = -63; +slash = -76; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -97; +parenright = -37; +parenright.case = -35; +guillemetleft = -21; }; -quotesingle = { -Dcroat = -9; -Hbar = 38; -J = -83; -OE = 0; -comma = -83; -comma.ss01 = -81; -ellipsis = -83; -exclamdown = -22; -g.ss06 = -21; -hbar = 37; +ydotbelow.ss01 = { +period.ss01 = -60; +parenright = -28; +}; +endash.case = { +seven.numr = -35; +bracketright.case = -74; +quotedblbase = -118; +quotedblbase.ss01 = -124; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -1; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 46; +"@MMK_R_KO_imacron" = 70; +"@MMK_R_KO_itilde" = 64; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 22; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_hyphen.case" = -28; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = -20; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = 2; +"@MMK_R_KO_bracketright.case" = -6; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -23; +"@MMK_R_KO_asciicircum" = -59; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -20; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -8; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 20; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 20; +"@MMK_R_KO_n" = 16; +"@MMK_R_KO_icircumflex" = 21; +"@MMK_R_KO_imacron" = 21; +"@MMK_R_KO_itilde" = 21; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 22; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_g.ss06" = 40; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -30; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 32; +"@MMK_R_KO_comma" = 31; +"@MMK_R_KO_colon" = 32; +"@MMK_R_KO_semicolon" = 40; +"@MMK_R_KO_ellipsis" = 7; +"@MMK_R_KO_exclam" = 26; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 51; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = 47; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_braceright" = -33; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -42; +"@MMK_R_KO_asciicircum" = -74; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -58; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = -33; +"@MMK_R_KO_four" = -63; +"@MMK_R_KO_five" = -36; +"@MMK_R_KO_six" = -63; +"@MMK_R_KO_seven" = -63; +"@MMK_R_KO_eight" = -23; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_sixsuperior" = -63; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_foursuperior" = -63; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_ninesuperior" = -63; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -63; +"@MMK_R_KO_endash.case" = -63; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -63; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -63; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -59; +}; +N = { +Hbar = 44; +igrave = 26; +icaron = 45; idieresis = 48; +jcircumflex = 46; +idieresis.ss01 = 33; +degree = -28; +logicalnot = -34; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -21; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = -111; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -12; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -53; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_twosuperior" = -32; +"@MMK_R_KO_threesuperior" = -39; +"@MMK_R_KO_foursuperior" = -47; +"@MMK_R_KO_fivesuperior" = -44; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -35; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -5; +"@MMK_R_KO_semicolon" = -6; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -59; +"@MMK_R_KO_asterisk" = -69; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -53; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -73; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = -14; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_braceright" = -79; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -100; +"@MMK_R_KO_quotedblright" = -80; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -73; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -107; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -110; +"@MMK_R_KO_asciicircum" = -99; +}; +b = { +seven = -66; +registered = -46; +notequal = -22; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -52; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -101; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -45; +"@MMK_R_KO_T" = -116; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -81; +"@MMK_R_KO_Y" = -95; +"@MMK_R_KO_Z" = -88; +"@MMK_R_KO_I.ss02" = -81; +"@MMK_R_KO_J.ss10" = -71; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_z" = -57; +"@MMK_R_KO_t_t.liga" = -36; +}; +Itilde.ss02 = { igrave = 29; -imacron = 79; -itilde = 70; -jcircumflex = 53; -l.ss04 = 22; -mu = -19; -period = -83; -questiondown = -83; -questiondown.case = -63; -questiondown.ss01 = -83; -underscore = -83; }; -r = { -ampersand = -28; -asciitilde = -21; -exclam.ss01 = 0; -fiveinferior = -35; -fourinferior = -87; -gcircumflex.ss06 = -7; -germandbls = 17; -logicalnot = -36; -minus = -27; -numbersign = 0; -plus = -21; -sixinferior = -56; -threeinferior = -47; -twoinferior = -46; +trademark = { +period = -61; +comma = -63; +slash = -123; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -165; +parenright = -57; +parenright.case = -58; +guillemetleft = -60; +guilsinglleft = -60; +guillemetright = -43; +guilsinglright = -44; +}; +literSign = { +parenright = -56; +parenright.case = -28; +guillemetleft = -32; +guilsinglleft = -32; +}; +ohorn = { +i = 16; +idotaccent = 16; +i.ss01 = 16; +idotaccent.ss01 = 16; +m = 14; +n = 14; +r = 14; +t = 3; +u = 19; +v = 0; +t_i.liga = 7; +t_t.liga = 7; +period = 0; +comma = 0; +period.ss01 = -21; +comma.ss01 = -7; +hyphen = -7; +parenright = -49; +bracketright = -61; +quotedbl = -22; +}; +quotedblleft = { +A = -110; +Dcroat = -34; +Hbar = 37; +igrave = 25; +icircumflex = 29; +imacron = 57; +jcircumflex = 31; +s = -44; +x = -21; +g.ss06 = -50; +mu = -36; +exclamdown = -36; +questiondown = -118; +backslash = 46; +questiondown.case = -94; +underscore = -118; +quotedblbase = -118; +ampersand = -58; +minus = -118; +divide = -115; +asciitilde = -103; }; -racute = { -parenright = -32; -sevensuperior = -20; +l.ss04 = { +Hbar = 51; +l.ss04 = 7; +periodcentered.loclCAT = 26; +periodcentered.loclCAT.ss01 = 8; +parenright = -12; +bracketright = -18; +quoteright = 3; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -33; +"@MMK_R_KO_Oacute" = -33; +"@MMK_R_KO_J" = 31; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_W" = 62; +"@MMK_R_KO_X" = 38; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 51; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -37; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_icircumflex" = 11; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_x" = 6; +"@MMK_R_KO_y" = -66; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -55; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -96; +"@MMK_R_KO_endash" = -80; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -96; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 4; +"@MMK_R_KO_bracketright.case" = 18; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -74; }; -radical = { -A = -80; -a = -32; -four = -44; -s = -27; +integral = { +guillemetright = -51; +guilsinglright = -51; +integral = -36; +A = -45; +a = -50; +d = -51; +a.ss05 = -49; +e = -51; +s = -47; +w = -35; }; -rcaron = { -b = 0; -i = 0; -k = 0; -l.ss04 = 2; -parenright = -24; -sevensuperior = -3; +two.dnom = { +question = -86; +question.ss01 = -105; +parenright = -66; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +quotedbl = -139; +quotesingle = -59; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; +degree = -152; }; -registered = { -comma = -87; -comma.ss01 = -81; -parenright = -83; -parenright.case = -78; -period = -85; -period.ss01 = -82; -slash = -59; -trademark = -56; +parenleft.case = { +Icircumflex = 39; +Imacron = 36; +Idieresis = 28; +Dcroat = -35; +Eth = -35; +Iogonek = 51; +Itilde = 36; +Lslash = -29; +Idieresis.ss01 = 28; +four.numr = -70; +numbersign = -58; +questiondown.case = -42; +question.ss01 = -38; +parenleft.case = -45; +quotedblbase = -11; +quotedblbase.ss01 = -20; +at = -58; +ampersand = -46; +section = -38; +copyright = -57; +registered = -56; +published = -57; +literSign = -46; +numero = -18; +cent = -59; +dollar = -40; +euro = -68; +liraTurkish = -45; +minus = -79; +multiply = -86; +divide = -79; +equal = -70; +notequal = -81; +less = -75; +greaterequal = -41; +approxequal = -110; +logicalnot = -88; +asciitilde = -93; +asciicircum = -113; +infinity = -76; +radical = -64; }; -rupeeIndian = { -four = -50; -slash = -16; +Iacute.ss02 = { +igrave = 29; +endash.case = -78; }; -s = { -abrevetilde.ss05 = 14; -ampersand = 10; -asciitilde = -19; -backslash = -44; -guilsinglright = 10; -i = 0; -l = 0; -logicalnot = -27; -m = 0; -n = 0; -parenleft = 0; -r = 0; -registered = -43; -seven = -47; -wacute = -3; +tenge = { +four = -76; +period = -61; +comma = -63; +slash = -89; +period.ss01 = -60; +comma.ss01 = -60; }; -sacute = { -parenright = -45; +colon = { +A = 23; +D = -2; +C = 0; +J = 22; +T = -61; +V = -28; +W = 0; +Y = -56; +a = -5; +c = -10; +e = -9; +o = -11; +f = 31; +s = 0; +t = 25; +z = 29; +t_i.liga = 28; +pi = 30; +zero = 0; +one = -12; +two = 5; +three = -10; +four = -61; +sevensuperior = -52; +emdash = -61; +parenright = -46; +braceright = -61; +bracketright = -61; +parenright.case = -3; +guillemetleft = -25; +guilsinglleft = -25; }; -scaron = { -imacron = 0; -parenright = -45; +h = { +seven = -53; +registered = -41; }; -scedilla = { -comma = 11; -gbreve.ss06 = 9; -parenright = -35; +emacron = { +Y = -65; +lcommaaccent = -3; }; -semicolon = { -emdash = -52; -hyphen = -51; -parenright = -2; +numbersign = { +A = -18; +J = -61; +T = -71; +X = -42; +Y = -43; +one = -22; +eight = 0; +period = -61; +comma = -63; +slash = -31; +period.ss01 = -60; +comma.ss01 = -60; +parenright = -65; +bracketright = -70; +parenright.case = -58; +bracketright.case = -68; }; -semicolon.ss01 = { -hyphen = -51; +copyright = { +parenright = -74; +parenright.case = -45; }; -seven = { -asciitilde = -70; -backslash = 58; -g.ss06 = -45; -minus = -64; -mu = -37; -multiply = -31; -notequal = -49; -ordmasculine = 8; -plusminus = -46; -six = 0; -underscore = -103; +t = { +iogonek = 5; +wdieresis = 21; +two = 5; +logicalnot = -77; +asciitilde = -43; }; -seven.dnom = { -degree = -84; -parenright = -69; -question = -62; -question.ss01 = -74; -quotedbl = -47; -quotedblleft = -90; -quotedblright = -82; -quoteright = -82; -quotesingle = -47; -seven.dnom = 57; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -39; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 22; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 25; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 60; +"@MMK_R_KO_imacron" = 37; +"@MMK_R_KO_itilde" = 37; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 15; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 27; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = -37; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = -17; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -19; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -77; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -67; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_parenright.case" = -28; +"@MMK_R_KO_bracketright.case" = -36; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -68; +"@MMK_R_KO_asciicircum" = -61; +}; +Hcircumflex = { +igrave = 26; }; -seven.numr = { -seven.numr = 57; +aogonek.ss05 = { +j = 25; +comma = 49; +parenright = 0; +bracketright = 2; }; -seveninferior = { -fourinferior = -26; -parenright = -65; -seveninferior = 19; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -92; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -18; +"@MMK_R_KO_J.ss10" = 5; +}; +_B.currency = { +_baht.bar = 0; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 80; +"@MMK_R_KO_H" = 50; +"@MMK_R_KO_O" = 38; +"@MMK_R_KO_Oacute" = 38; +"@MMK_R_KO_J" = 82; +"@MMK_R_KO_G.ss07" = 36; +"@MMK_R_KO_S" = 29; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 81; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = 77; +"@MMK_R_KO_I.ss02" = 76; +"@MMK_R_KO_J.ss10" = 12; +"@MMK_R_KO_a" = 37; +"@MMK_R_KO_aacute" = 37; +"@MMK_R_KO_a.ss05" = 40; +"@MMK_R_KO_l" = 59; +"@MMK_R_KO_e" = 37; +"@MMK_R_KO_eacute" = 37; +"@MMK_R_KO_f" = 34; +"@MMK_R_KO_g" = 58; +"@MMK_R_KO_i" = 59; +"@MMK_R_KO_n" = 57; +"@MMK_R_KO_icircumflex" = 59; +"@MMK_R_KO_imacron" = 59; +"@MMK_R_KO_j" = 59; +"@MMK_R_KO_s" = 30; +"@MMK_R_KO_t" = 26; +"@MMK_R_KO_u" = 30; +"@MMK_R_KO_uacute" = 30; +"@MMK_R_KO_v" = 11; +"@MMK_R_KO_w" = 31; +"@MMK_R_KO_x" = 57; +"@MMK_R_KO_y" = 19; +"@MMK_R_KO_z" = 58; +"@MMK_R_KO_l.ss03" = 47; +"@MMK_R_KO_l.ss04" = 59; +"@MMK_R_KO_g.ss06" = 84; +"@MMK_R_KO_t_t.liga" = 31; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 39; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = 65; +"@MMK_R_KO_comma" = 65; +"@MMK_R_KO_colon" = 65; +"@MMK_R_KO_semicolon" = 65; +"@MMK_R_KO_ellipsis" = 33; +"@MMK_R_KO_exclam" = 64; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 64; +"@MMK_R_KO_backslash" = -11; +"@MMK_R_KO_period.ss01" = 28; +"@MMK_R_KO_comma.ss01" = 32; +"@MMK_R_KO_colon.ss01" = 34; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -8; +"@MMK_R_KO_endash" = 46; +"@MMK_R_KO_underscore" = 63; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_parenleft" = 40; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -40; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = 50; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = -7; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -12; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -57; }; -sevensuperior = { -A = -113; -comma = -87; -comma.ss01 = -81; -fraction = -33; -guillemetleft = -60; -period = -85; -period.ss01 = -82; -slash = -117; +rupeeIndian = { +four = -59; +period = -41; +comma = -37; +slash = -24; +period.ss01 = -56; +comma.ss01 = -52; }; -six = { -braceright = -51; -bracketright.case = -34; -ordmasculine = -20; -six = 4; +Zdotaccent = { +Hbar = 23; +endash.case = -71; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_T" = -68; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -21; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_one" = -63; +"@MMK_R_KO_four" = -7; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -31; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -66; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -23; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_question.ss01" = -74; +"@MMK_R_KO_hyphen" = -106; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -72; +"@MMK_R_KO_quotedblleft" = -76; +"@MMK_R_KO_quotedblright" = -71; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -55; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -68; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -83; +"@MMK_R_KO_quoteright.ss01" = -60; }; -six.dnom = { -degree = -136; +P = { +Hbar = 55; +Oslash = 33; +hbar = 30; +igrave = 4; +idieresis = 28; +idieresis.ss01 = 25; +two = 18; +three = 0; +five = 19; +seven = 26; +nine = 31; +twoinferior = -25; +threeinferior = -28; +fourinferior = -85; +ellipsis.ss01 = -262; +endash.case = 45; +braceright.case = -65; +ampersand = -29; +}; +twoinferior = { +T = -126; +V = -80; +W = -41; +Y = -131; +t = -44; +t_i.liga = -37; +t_t.liga = -37; parenright = -53; -question = -96; -question.ss01 = -109; -quotedbl = -92; -quotedblleft = -151; -quotedblleft.ss01 = -124; -quotedblright = -151; -quoteright = -87; -quotesingle = -83; }; -sixinferior = { -T = -125; -W = -38; -bracketright = -54; -parenright = -45; +wdieresis = { +period = -47; +comma = -49; +bracketright = -59; }; -sixsuperior = { -comma = -87; -comma.ss01 = -81; -fraction = 8; -period = -85; -period.ss01 = -82; -slash = -72; +uhungarumlaut = { +onesuperior = -29; +sevensuperior = -38; +parenright = -44; +bracketright = -54; }; -slash = { -Hbar = 54; -Ydieresis = 30; -backslash = 67; -eightinferior = -55; -fourinferior = -97; -g.ss06 = -30; -ibreve = 91; -idieresis = 71; -igrave = 53; -imacron = 69; -integral = -34; -itilde = 83; -jcircumflex = 52; -l.ss03 = 3; -l.ss04 = 43; -minus = -56; -mu = -35; -oneinferior = -54; -oslash = -37; -quotedblbase = -119; -quotedblbase.ss01 = -133; -quotesinglbase = -87; -radical = -44; -sterling = -11; -underscore = -99; +odieresis = { +germandbls = -23; +gbreve.ss06 = 5; }; -sterling = { -four = 0; -parenright = -36; -three = 24; -two = 18; +ohorndotbelow = { +c = 24; +i = 16; +idotaccent = 16; +m = 14; +n = 14; +p = 16; +t = 3; +u = 19; +t_i.liga = 7; +t_t.liga = 7; +period = 0; +comma = 0; +parenright = -49; +bracketright = -61; }; -summation = { -n = -55; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 32; +"@MMK_R_KO_Oacute" = 32; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 30; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -34; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 28; +"@MMK_R_KO_aacute" = 28; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 25; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_f" = 28; +"@MMK_R_KO_g" = 27; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 47; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 18; +"@MMK_R_KO_u" = 23; +"@MMK_R_KO_uacute" = 23; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 20; +"@MMK_R_KO_t_t.liga" = 25; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 32; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -69; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = 40; +"@MMK_R_KO_underscore" = -42; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_parenleft" = 32; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_bracketright.case" = -57; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = 15; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -61; }; -t = { -asciitilde = -35; -exclam.ss01 = 6; -idieresis = 0; -iogonek = 0; -two = 0; -yhookabove = 10; +one.numr = { +fraction = 0; }; -t_i.liga = { -asciitilde = -20; -germandbls = 0; -hbar = 4; -idieresis = 4; -jcircumflex = 4; -logicalnot = -31; +Uhorntilde = { +exclam.ss01 = 41; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 24; +"@MMK_R_KO_Oacute" = 24; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = 22; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 13; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_pi" = 20; +"@MMK_R_KO_zero" = 10; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_five" = 11; +"@MMK_R_KO_six" = 10; +"@MMK_R_KO_seven" = -10; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 7; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = 27; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = -45; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_plus" = 0; }; -t_i.liga.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 4; -parenright = -22; +two = { +icircumflex = 32; +x = 24; +colon = 31; +semicolon = 30; +braceright = -60; +minus = -18; +multiply = -13; }; -t_t.liga = { -asciitilde = -35; -iogonek = 0; -two = 0; -yhookabove = 10; +j = { +hbar = 7; +idieresis = 7; +iogonek = 8; +jcircumflex = 8; }; -tbar = { -guilsinglleft = 20; -parenright = -46; -tbar = 0; +ldot.ss01 = { +period.ss01 = -37; +comma.ss01 = -37; }; -tcaron = { -a = -3; -b = 0; -bracketright = 20; -ccaron = -5; -colon = 43; -comma = 0; -d = -3; -eightsuperior = 15; -exclam = 28; -exclam.ss01 = 25; -f = 10; -f_f.liga = 10; -f_f_i.liga = 10; -f_y.liga = 10; -fi = 10; -fivesuperior = 19; -fl = 10; -h = 0; -hyphen = -47; -i = 0; -i.ss01 = 0; -idotaccent = 0; -j = 0; -j.ss01 = 0; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 9; -ninesuperior = 23; -o = -5; -onesuperior = 10; -parenright = 34; -period = 0; -period.ss01 = -16; -question = 40; -quotedbl = 51; -quotedblleft = 35; -quotedblleft.ss01 = 0; -quotedblright = 50; -quoteleft = 35; -quoteleft.ss01 = 0; -quotesingle = 51; -scaron = 0; -semicolon = 42; -sevensuperior = 33; -sixsuperior = 11; -t = 2; -t_i.liga = 2; -t_i.liga.ss01 = 2; -t_t.liga = 2; -threesuperior = 8; -twosuperior = 12; -uring = 0; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = -120; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 29; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 24; +"@MMK_R_KO_l.ss03" = -8; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -55; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -47; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -35; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -45; +"@MMK_R_KO_period" = 20; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 28; +"@MMK_R_KO_ellipsis" = -1; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 23; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -24; +"@MMK_R_KO_hyphen" = -88; +"@MMK_R_KO_endash" = -52; +"@MMK_R_KO_underscore" = 49; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -75; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -38; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -38; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -30; +"@MMK_R_KO_trademark" = -72; +"@MMK_R_KO_asciicircum" = -48; }; -tcedilla = { -Tcedilla = -36; -a = -2; -abreve = -2; -comma = 57; -e = -3; -hyphen = -47; -parenright = 42; -semicolon = 56; -tcedilla = 2; +idieresis = { +l = 4; +icaron = 7; +idieresis = 7; }; -tcommaaccent = { -comma = 28; -parenright = -27; +approxequal = { +one = -57; +parenright = -121; +parenright.case = -111; +A = -72; +I.ss02 = -123; }; -tenge = { -comma = -87; -comma.ss01 = -81; -four = -64; -period = -85; -period.ss01 = -82; -slash = -79; +ograve = { +T = -121; }; -three = { -braceright = -50; -minus = -21; -six = 10; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -78; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 24; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -18; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = -24; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_sixsuperior" = -54; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -34; +"@MMK_R_KO_threesuperior" = -40; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_fivesuperior" = -43; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -36; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -66; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_question.ss01" = -63; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = -18; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -81; +"@MMK_R_KO_quotedblright" = -67; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -74; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -80; +"@MMK_R_KO_quoteright.ss01" = -60; +"@MMK_R_KO_trademark" = -109; }; -three.dnom = { -degree = -136; -parenright = -52; -question = -99; -question.ss01 = -107; -quotedbl = -92; -quotedblleft = -151; -quotedblright = -151; -quoteright = -87; -quotesingle = -83; +S = { +Hbar = 55; +Lslash = 23; +hbar = 36; +ibreve = 27; +idieresis = 24; +idieresis.ss01 = 23; +two = 22; +three = 32; +five = 19; +eight = 27; +ampersand = 18; +dollar = 10; +greater = 27; +logicalnot = -83; }; -three.numr = { -fraction = 6; +periodcentered.loclCAT = { +l = 24; +l.ss03 = 30; +l.ss04 = 27; }; -threeinferior = { -T = -128; -V = -79; -W = -41; -Y = -135; -parenright = -47; +Iogonek = { +iogonek = 41; +j = 43; +j.ss01 = 40; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -17; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -24; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -14; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_icircumflex" = -14; +"@MMK_R_KO_imacron" = -14; +"@MMK_R_KO_itilde" = -14; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss03" = -16; +"@MMK_R_KO_l.ss04" = -13; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_four" = -11; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = -26; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -31; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -29; +"@MMK_R_KO_period" = -15; +"@MMK_R_KO_comma" = -14; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -46; +"@MMK_R_KO_exclam" = -15; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_backslash" = -8; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = -13; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -64; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_quotedblleft" = -41; +"@MMK_R_KO_quotedblright" = -40; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -30; +"@MMK_R_KO_trademark" = -59; +"@MMK_R_KO_asciicircum" = -78; }; -threesuperior = { -comma = -87; -comma.ss01 = -81; -fraction = 5; -hyphen = -32; -parenright = -38; -parenright.case = -34; -period = -85; -period.ss01 = -82; -slash = -70; +racute = { +parenright = -34; +bracketright = -25; }; -trademark = { -comma = -87; -comma.ss01 = -81; -guillemetleft = -45; -guilsinglleft = -47; -hyphen = -70; -parenright = -54; -period = -85; -period.ss01 = -82; -slash = -104; +questiondown.case = { +C = -19; +Q = -18; +Q.ss09 = -18; +T = -84; +V = -85; +W = -50; +Y = -89; +one = -58; +seven = -78; +parenright.case = -39; +quotedblleft = -106; +quoteright = -64; +quotedbl = -110; +quotesingle = -59; +quotedblleft.ss01 = -106; +quoteright.ss01 = -60; }; -two = { -braceright = -48; -exclam = 0; -minus = -23; -multiply = -20; -six = 4; +f_y.liga = { +germandbls = 27; +zeroinferior = -25; +ampersand = -24; }; -two.dnom = { -degree = -132; -question = -91; -question.ss01 = -106; -quotedbl = -90; -quotedblleft = -151; -quotedblright = -151; -quoteright = -87; -quotesingle = -83; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -35; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -64; +"@MMK_R_KO_Oacute" = -64; +"@MMK_R_KO_J" = -46; +"@MMK_R_KO_G.ss07" = -64; +"@MMK_R_KO_S" = -37; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -88; +"@MMK_R_KO_a" = -86; +"@MMK_R_KO_aacute" = -83; +"@MMK_R_KO_a.ss05" = -62; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -87; +"@MMK_R_KO_eacute" = -83; +"@MMK_R_KO_f" = -53; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_n" = -55; +"@MMK_R_KO_j" = 68; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -74; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -79; +"@MMK_R_KO_uacute" = -77; +"@MMK_R_KO_v" = -68; +"@MMK_R_KO_w" = -60; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -45; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_pi" = -62; +"@MMK_R_KO_zero" = -55; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_two" = -36; +"@MMK_R_KO_three" = -40; +"@MMK_R_KO_four" = -77; +"@MMK_R_KO_five" = -9; +"@MMK_R_KO_six" = -54; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -37; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_foursuperior" = -72; +"@MMK_R_KO_sevensuperior" = -5; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_ellipsis" = -66; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -34; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -60; +"@MMK_R_KO_hyphen" = -102; +"@MMK_R_KO_endash" = -85; +"@MMK_R_KO_parenright" = 23; +"@MMK_R_KO_bracketright" = 31; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -34; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -92; +"@MMK_R_KO_guillemetright" = -78; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_degree" = -60; +"@MMK_R_KO_plus" = -87; +"@MMK_R_KO_percent" = -31; }; -twoinferior = { -T = -125; -V = -77; -W = -37; -Y = -131; -parenright = -38; -t = -33; -t_i.liga = -33; -t_t.liga = -33; +bracketleft.case = { +Icircumflex = 18; +numbersign = -69; +parenleft.case = -39; +bracketright.case = 20; +at = -61; +literSign = -64; +euro = -76; +minus = -80; +equal = -76; +less = -75; +asciitilde = -94; +asciicircum = -114; +infinity = -80; }; -u = { -asciitilde = -20; -backslash = -31; -exclam.ss01 = -10; -germandbls = 0; -jcircumflex = 0; -logicalnot = -31; +K = { +Lslash = -19; +Oslash = -10; +edieresis = -34; +odieresis.ss01 = -34; +odieresis = -34; +oslash = 0; +igrave = 29; +rcaron = 8; +idieresis = 26; +jcircumflex = 22; +ygrave = -42; +ytilde = -31; +idieresis.ss01 = 41; +zero = -31; +two = 26; +three = -7; +six = -34; +seven = 11; +nine = -14; +numbersign = -59; +endash.case = -111; +parenleft.case = -28; +at = -42; +ampersand = -14; +registered = -45; +dollar = -20; +plus = -107; +minus = -118; +multiply = -64; +divide = -118; +equal = -67; +notequal = -83; +less = -101; +logicalnot = -157; +asciitilde = -119; }; -uacute = { -parenright = -47; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 28; +"@MMK_R_KO_Oacute" = 28; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -70; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -33; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 26; +"@MMK_R_KO_aacute" = 27; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 23; +"@MMK_R_KO_eacute" = 23; +"@MMK_R_KO_f" = 25; +"@MMK_R_KO_g" = 25; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 23; +"@MMK_R_KO_imacron" = 33; +"@MMK_R_KO_itilde" = 23; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 44; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 20; +"@MMK_R_KO_uacute" = 20; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 22; +"@MMK_R_KO_one" = -11; +"@MMK_R_KO_four" = 30; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -38; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -68; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = -20; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -41; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = 37; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = 30; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_parenright.case" = -56; +"@MMK_R_KO_bracketright.case" = -59; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -21; +"@MMK_R_KO_trademark" = -70; +"@MMK_R_KO_asciicircum" = -63; }; -uhorn = { -a = -2; -a.ss05 = 0; -colon = 16; -comma = -20; -comma.ss01 = -49; -guillemetright = 29; -ohorn = -5; -ohornacute = -5; -ohorndotbelow = -5; -ohorndotbelow.ss01 = -5; -ohorngrave = -5; -ohornhookabove = -5; -ohorntilde = -5; -parenright = -34; -period = -23; -period.ss01 = -53; -quotedbl = 42; -quotedblright = 33; -u = 0; +semicolon = { +four = -61; +onesuperior = -29; +sevensuperior = -54; +hyphen = -63; +emdash = -63; +endash = -63; +hyphen.case = -63; +parenright = -9; +guillemetleft = -27; }; -uhornacute = { -a = -2; -a.ss05 = 0; -c = -6; -comma = -20; -comma.ss01 = -49; -guillemetright = 29; -parenright = -34; -period = -23; -period.ss01 = -53; -quotedbl = 42; -t = 5; -t_i.liga = 5; -t_i.liga.ss01 = 5; -t_t.liga = 5; -u = 0; +Thorn = { +Eth = 35; }; -uhorndotbelow = { -a = -2; -a.ss05 = 0; -c = -6; -colon = 16; -comma = -20; -guillemetright = 29; -parenright = -34; -period = -23; -quotedbl = 42; -quotedblright = 33; -u = 0; +four.dnom = { +question = -81; +question.ss01 = -94; +parenright = -73; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +quotedbl = -139; +quotesingle = -59; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; +degree = -156; }; -uhorndotbelow.ss01 = { -a = -2; -c = -6; -comma.ss01 = -49; -parenright = -34; -period.ss01 = -53; +braceright = { +Y = -23; +period = -27; +comma = -14; +period.ss01 = -43; +comma.ss01 = -33; +parenright = -26; +braceright = -25; +asciicircum = -86; }; -uhorngrave = { -a = -2; -a.ss05 = 0; -comma = -20; -comma.ss01 = -49; -guillemetright = 29; -parenright = -34; -period = -23; -period.ss01 = -53; -quotedbl = 42; -quotedblright = 33; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 9; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -69; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = -35; +"@MMK_R_KO_O" = -92; +"@MMK_R_KO_Oacute" = -92; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = -93; +"@MMK_R_KO_S" = -75; +"@MMK_R_KO_T" = -150; +"@MMK_R_KO_U" = -87; +"@MMK_R_KO_V" = -142; +"@MMK_R_KO_W" = -103; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -154; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -92; +"@MMK_R_KO_a" = -73; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = -35; +"@MMK_R_KO_e" = -83; +"@MMK_R_KO_f" = -59; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = -40; +"@MMK_R_KO_n" = -43; +"@MMK_R_KO_j" = 30; +"@MMK_R_KO_s" = -70; +"@MMK_R_KO_t" = -80; +"@MMK_R_KO_u" = -76; +"@MMK_R_KO_uacute" = -76; +"@MMK_R_KO_v" = -91; +"@MMK_R_KO_w" = -84; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = -35; +"@MMK_R_KO_t_t.liga" = -72; +"@MMK_R_KO_zero" = -90; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = -25; +"@MMK_R_KO_three" = -83; +"@MMK_R_KO_four" = -111; +"@MMK_R_KO_five" = -84; +"@MMK_R_KO_six" = -96; +"@MMK_R_KO_seven" = -115; +"@MMK_R_KO_eight" = -62; +"@MMK_R_KO_nine" = -77; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_guillemetright" = -76; +"@MMK_R_KO_quotedbl" = -122; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -124; }; -uhornhookabove = { -a = -2; -a.ss05 = 0; -comma = -20; -comma.ss01 = -49; -guillemetright = 29; -parenright = -32; -period = -23; -period.ss01 = -53; -quotedbl = 42; -quotedblright = 33; -quotesingle = 42; -semicolon = 14; -u = 0; +ampersand = { +one = -61; +seven = -82; +parenright = -42; +bracketright = -73; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +quotedbl = -133; +quotesingle = -59; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; +v = -26; +w = -17; +y = -29; }; -uhorntilde = { -a = -2; -a.ss05 = 0; -colon = 16; -comma = -20; -comma.ss01 = -49; -guillemetright = 29; -parenright = -34; -period = -23; -period.ss01 = -53; -quotedbl = 42; -quotedblright = 33; -u = 0; +four = { +x = -35; +ordfeminine = -60; +ordmasculine = -59; +zero.numr = -59; +one.numr = -51; +three.numr = -61; +four.numr = -57; +five.numr = -66; +six.numr = -59; +seven.numr = -51; +eight.numr = -58; +nine.numr = -61; +threesuperior = -61; +fivesuperior = -64; +eightsuperior = -56; +colon = -54; +semicolon = -51; +question.ss01 = -54; +underscore = -51; +braceright = -67; +braceright.case = -59; +bracketright.case = -59; +quoteright.ss01 = -57; +registered = -62; +trademark = -71; +asciicircum = -112; }; -uhungarumlaut = { -b = 0; -comma.ss01 = -32; -h = 0; -j = 0; -j.ss01 = 0; -k = 0; -l = 0; -l.ss04 = 0; -parenright = -41; -period.ss01 = -35; +zerosuperior = { +A = -77; +fraction = -5; +period = -61; +comma = -63; +slash = -83; +period.ss01 = -60; +comma.ss01 = -60; +parenright = -40; +parenright.case = -37; +guillemetleft = -26; +guilsinglleft = -26; }; -underscore = { -A = 30; -C = -65; -G = -66; -J = 39; -O = -65; -Q = -65; -S = -34; -T = -112; -U = -48; -V = -124; -W = -68; -X = 29; -Y = -120; -Z = 34; -a = -40; -asterisk = -154; -c = -40; -d = -40; -e = -40; -eight = -27; -f = -27; -five = -33; -four = -70; -j = 24; -nine = -34; -o = -40; -one = -55; -q = -40; -quotedbl = -163; -quotedblright = -151; -quotedblright.ss01 = -141; -quotesingle = -83; -s = -16; -seven = -70; -six = -55; -slash = 77; -t = -42; -t_i.liga = -42; -t_t.liga = -42; -three = -21; -two = 0; -u = -34; -underscore = -35; -v = -75; -w = -50; -x = 33; -z = 38; -zero = -47; +n = { +n = 0; +gcircumflex.ss06 = 11; +ordfeminine = -60; +ordmasculine = -61; +seven = -64; +at = 0; +registered = -41; +degree = -103; +notequal = -31; +greaterequal = -14; +logicalnot = -32; }; -uogonek = { -comma = 2; -j = 4; -j.ss01 = 4; -onesuperior = -50; -parenright = -6; -period = 2; -period.ss01 = -35; -quotedbl = -26; -quotedblleft = -46; -quotedblleft.ss01 = -48; -quoteleft = -46; -quoteleft.ss01 = -48; -semicolon = 0; -sevensuperior = -64; +bracketleft = { +Icircumflex = 16; +Dcroat = -36; +Oslash = -49; +oslash = -42; +hcircumflex = 9; +i = -41; +idotaccent = -41; +iacute = -53; +ntilde = -84; +nacute = -87; +p = 0; +ibreve = 0; +icircumflex = 0; +imacron = -17; +jcircumflex = 63; +macute = -87; +scaron = -15; +scircumflex = -53; +germandbls = -63; +x = -70; +colon = -61; +numbersign = -68; +parenleft = -45; +at = -59; +ampersand = -58; +literSign = -63; +dollar = -48; +euro = -74; +minus = -79; +equal = -75; +less = -74; +asciitilde = -92; +asciicircum = -113; +infinity = -79; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 75; +"@MMK_R_KO_O" = 50; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 24; +"@MMK_R_KO_w" = 38; +"@MMK_R_KO_y" = 20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = 20; +"@MMK_R_KO_sixsuperior" = 69; +"@MMK_R_KO_onesuperior" = 85; +"@MMK_R_KO_twosuperior" = 77; +"@MMK_R_KO_threesuperior" = 69; +"@MMK_R_KO_foursuperior" = 38; +"@MMK_R_KO_fivesuperior" = 62; +"@MMK_R_KO_sevensuperior" = 90; +"@MMK_R_KO_eightsuperior" = 64; +"@MMK_R_KO_ninesuperior" = 77; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = 79; +"@MMK_R_KO_question" = 94; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 63; +"@MMK_R_KO_hyphen" = -26; +"@MMK_R_KO_parenright" = 72; +"@MMK_R_KO_bracketright" = 17; +"@MMK_R_KO_quotedblleft" = 63; +"@MMK_R_KO_quoteleft" = 63; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 73; +"@MMK_R_KO_quotesingle" = 77; +"@MMK_R_KO_quotedblleft.ss01" = 66; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 45; +"@MMK_R_KO_O" = 56; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 57; +"@MMK_R_KO_S" = 62; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_V" = 67; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -13; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 45; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 58; +"@MMK_R_KO_onesuperior" = 44; +"@MMK_R_KO_twosuperior" = 37; +"@MMK_R_KO_threesuperior" = 45; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = 44; +"@MMK_R_KO_sevensuperior" = 45; +"@MMK_R_KO_eightsuperior" = 47; +"@MMK_R_KO_ninesuperior" = 43; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -30; +"@MMK_R_KO_exclam" = 57; +"@MMK_R_KO_question" = 66; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 40; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_parenleft" = 65; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = 64; +"@MMK_R_KO_quotedblright" = 47; +"@MMK_R_KO_quoteleft" = 64; +"@MMK_R_KO_quoteright" = 47; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 30; +"@MMK_R_KO_quotesingle" = 43; +"@MMK_R_KO_quotedblleft.ss01" = 39; +"@MMK_R_KO_quotedblright.ss01" = 27; +"@MMK_R_KO_quoteright.ss01" = 26; }; -v = { -Jcircumflex = -62; -acircumflextilde.ss05 = 0; -ampersand = -14; -e = 0; -n = 0; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 55; }; -w = { -ampersand = -2; +J.ss10 = { +Hbar = 53; +ibreve = 66; +icaron = 54; +idieresis = 58; +jcircumflex = 54; +idieresis.ss01 = 44; }; -won = { -comma = -84; -period = -85; -slash = -41; +quotedblbase.ss01 = { +Dcroat = -63; +oslash = -10; +p = 0; +germandbls = -59; +asterisk = -124; +numbersign = -93; +question.ss01 = -108; +hyphen.case = -124; +emdash.case = -124; +parenleft.case = -56; +quotedblleft.ss01 = -124; +quoteright.ss01 = -60; +at = -61; +copyright = -120; +published = -120; +dollar = -49; +euro = -124; +minus = -124; +multiply = -96; +divide = -124; +equal = -124; +approxequal = -124; }; -x = { -ampersand = -16; -backslash = -28; -logicalnot = -44; -minus = -39; -plus = -24; -two = 0; +l.ss03 = { +oslash = 24; +periodcentered.loclCAT = 4; +periodcentered.loclCAT.ss01 = 0; +notequal = -37; +logicalnot = -48; }; -y = { -Ydieresis = -46; -Ydieresis.ss01 = -46; -ampersand = -16; -asciitilde = -12; -e = 0; -exclam.ss01 = 8; -germandbls = 12; -twoinferior = -20; -zeroinferior = -22; +parenleft = { +Icircumflex = 18; +Imacron = 16; +Idieresis = 11; +Dcroat = -40; +Eth = -40; +Iogonek = 53; +Lslash = -35; +Oslash = -46; +a.ss05 = -72; +thorn = 16; +ccedilla = -78; +ccaron = -58; +edieresis = -77; +odieresis = -79; +oslash = -25; +hcircumflex = 21; +i = -36; +idotaccent = -36; +i.ss01 = -20; +iacute = -44; +ntilde = -55; +nacute = -55; +ncaron = -55; +ncommaaccent = -55; +p = 0; +idieresis = 0; +imacron = 0; +iogonek = 58; +jcircumflex = 73; +scedilla = -52; +scaron = -32; +scircumflex = -59; +germandbls = -57; +tcedilla = -35; +x = -38; +zcaron = -39; +g.ss06 = 0; +mu = -21; +four.numr = -76; +colon = -51; +numbersign = -68; +semicolon.ss01 = 0; +question.ss01 = -41; +parenleft = -51; +braceleft = -26; +quotedblbase = 0; +quotedblbase.ss01 = -7; +at = -65; +ampersand = -63; +section = -47; +copyright = -66; +registered = -62; +published = -66; +literSign = -67; +numero = -20; +cent = -68; +dollar = -44; +euro = -78; +liraTurkish = -52; +sterling = -45; +minus = -87; +multiply = -95; +divide = -87; +equal = -77; +notequal = -93; +greater = -56; +less = -82; +greaterequal = -67; +lessequal = -65; +plusminus = -51; +approxequal = -126; +logicalnot = -97; +asciitilde = -105; +asciicircum = -117; +infinity = -85; +summation = 40; +radical = -78; }; -yacute = { -T = -44; -parenright = -54; +asciicircum = { +one = -63; +two = -51; +three = -62; +four = -113; +eight = -74; +period = -61; +comma = -63; +asterisk = -43; +slash = -151; +period.ss01 = -60; +comma.ss01 = -60; +hyphen = -165; +hyphen.case = -98; +parenright = -124; +bracketright = -128; +parenright.case = -122; +bracketright.case = -129; +u = -60; +x = -56; +mu = -68; }; -ydotbelow = { -comma = -9; -ecircumflexdotbelow = 0; -parenright = -25; -period = -57; -semicolon = 22; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 24; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 22; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 24; +"@MMK_R_KO_itilde" = 24; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = 25; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = 26; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_g.ss06" = 50; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = -45; +"@MMK_R_KO_sixsuperior" = -49; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -31; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = -43; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_eightsuperior" = -37; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 30; +"@MMK_R_KO_comma" = 29; +"@MMK_R_KO_colon" = 29; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = 6; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -57; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_underscore" = 50; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -66; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -60; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -67; +"@MMK_R_KO_quotesingle" = -59; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -84; +"@MMK_R_KO_quoteright.ss01" = -60; }; -ydotbelow.ss01 = { -comma.ss01 = -45; -parenright = -30; -period.ss01 = -82; +plus = { +one = -66; +two = -71; +three = -75; +seven = -97; +seven.numr = -38; +period = -61; +comma = -63; +question = -88; +asterisk = -78; +slash = -58; +period.ss01 = -60; +comma.ss01 = -60; +question.ss01 = -106; +parenright = -87; +braceright = -83; +bracketright = -77; +parenright.case = -78; +braceright.case = -86; +bracketright.case = -78; +quotedblleft = -117; +quotedblright = -112; +quoteleft = -63; +quoteright = -64; +guillemetright = -33; +quotedbl = -76; +quotesingle = -59; +quotedblleft.ss01 = -121; +quoteleft.ss01 = -60; +quotedblright.ss01 = -121; +trademark = -77; +tenge = -86; +yen = -34; +plus = -38; +x = -47; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 33; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -27; +"@MMK_R_KO_Oacute" = -27; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 22; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 31; +"@MMK_R_KO_W" = 48; +"@MMK_R_KO_X" = 39; +"@MMK_R_KO_Y" = 29; +"@MMK_R_KO_Z" = 37; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -38; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_eacute" = -42; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_itilde" = 43; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -51; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = -50; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -130; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 23; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_backslash" = 32; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = -165; +"@MMK_R_KO_endash" = -110; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -124; +"@MMK_R_KO_parenleft" = -19; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = -20; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -79; }; -yen = { -comma = -47; -four = -9; -one = 0; -period = -58; -slash = -29; -three = 0; -two = 0; +quoteleft = { +Hbar = 47; +igrave = 38; +icircumflex = 42; +imacron = 57; +jcircumflex = 42; +g.ss06 = -42; +mu = -35; +exclamdown = -36; +questiondown = -63; +questiondown.case = -63; +quotedblbase = -63; +ampersand = -55; +minus = -63; +divide = -63; +logicalnot = -63; +asciitilde = -63; }; -ytilde = { -parenright = -51; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -110; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -104; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 49; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -118; +"@MMK_R_KO_a" = -56; +"@MMK_R_KO_aacute" = -46; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -58; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -36; +"@MMK_R_KO_j" = -11; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -32; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -26; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 12; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = -93; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 33; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_sevensuperior" = 12; +"@MMK_R_KO_ninesuperior" = 15; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -63; +"@MMK_R_KO_ellipsis" = -118; +"@MMK_R_KO_question" = 33; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -118; +"@MMK_R_KO_hyphen" = -118; +"@MMK_R_KO_endash" = -118; +"@MMK_R_KO_hyphen.case" = -118; +"@MMK_R_KO_endash.case" = -47; +"@MMK_R_KO_parenright" = -12; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_quotedblleft" = 9; +"@MMK_R_KO_quotedblright" = 27; +"@MMK_R_KO_quoteleft" = 9; +"@MMK_R_KO_quoteright" = 27; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = -116; +"@MMK_R_KO_percent" = 16; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -65; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -12; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -46; +"@MMK_R_KO_a" = -5; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 13; +"@MMK_R_KO_n" = 11; +"@MMK_R_KO_icircumflex" = 13; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 13; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_w" = 20; +"@MMK_R_KO_x" = 33; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 15; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 23; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -48; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -25; +"@MMK_R_KO_period" = 25; +"@MMK_R_KO_comma" = 23; +"@MMK_R_KO_colon" = 30; +"@MMK_R_KO_semicolon" = 28; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -75; +"@MMK_R_KO_endash" = -44; +"@MMK_R_KO_underscore" = 29; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = -68; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -28; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -119; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = 29; +"@MMK_R_KO_Y" = -124; +"@MMK_R_KO_Z" = 30; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_z" = 27; +"@MMK_R_KO_t_t.liga" = -40; }; -z = { -backslash = -23; -minus = -27; +nine.dnom = { +question = -90; +question.ss01 = -108; +parenright = -78; +parenright.case = -46; +quotedblleft = -118; +quotedblright = -118; +quoteleft = -63; +quoteright = -64; +quotedbl = -139; +quotesingle = -59; +quotedblleft.ss01 = -124; +quoteleft.ss01 = -60; +quotedblright.ss01 = -124; +quoteright.ss01 = -60; +degree = -174; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -60; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = 10; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -60; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -60; +"@MMK_R_KO_eacute" = -57; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -60; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -60; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -55; +"@MMK_R_KO_uacute" = -17; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -33; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -42; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -31; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = 14; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_foursuperior" = -21; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -60; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -60; +"@MMK_R_KO_colon.ss01" = -49; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -60; +"@MMK_R_KO_hyphen.case" = -60; +"@MMK_R_KO_endash.case" = -57; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_plus" = -60; }; -zcaron = { -imacron = 0; -iogonek = 0; -parenright = -37; +Omacron = { +Eth = 33; }; -zero = { -asciicircum = -58; -baht = -2; -braceright = -73; -bracketright.case = -48; -multiply = -14; -ordmasculine = -12; -six = 18; -trademark = -50; +uhorndotbelow.ss01 = { +a = -15; +c = -18; +period.ss01 = -40; +ellipsis.ss01 = -49; +comma.ss01 = -36; }; -zero.dnom = { -degree = -153; -parenright = -54; -question = -100; -question.ss01 = -112; -quotedbl = -99; -quotedblleft = -151; -quotedblleft.ss01 = -138; -quotedblright = -151; -quotedblright.ss01 = -121; -quoteright = -87; -quotesingle = -83; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 25; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = 29; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 27; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -43; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 4; +"@MMK_R_KO_seven" = 18; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 18; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 10; +"@MMK_R_KO_comma" = 25; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -105; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_hyphen.case" = -38; +"@MMK_R_KO_endash.case" = 15; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = -59; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_degree" = -19; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 19; }; -zeroinferior = { -parenright = -46; +exclamdown = { +T = -90; +V = -42; +Y = -67; +j = 60; }; -zerosuperior = { -comma = -87; -comma.ss01 = -81; -fraction = -9; -parenright = -35; -period = -85; -period.ss01 = -82; -slash = -67; +Adieresis = { +Germandbls = 2; +endash.case = -69; +registered = -98; }; }; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = { -"@MMK_L_A" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = 16; -"@MMK_R_O" = -35; -"@MMK_R_S" = -14; -"@MMK_R_T" = -79; -"@MMK_R_U" = -31; -"@MMK_R_V" = -106; -"@MMK_R_W" = -52; -"@MMK_R_X" = 17; -"@MMK_R_Y" = -105; -"@MMK_R_Z" = 10; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -87; -"@MMK_R_asterisk" = -77; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 16; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 20; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -23; -"@MMK_R_egrave" = -23; -"@MMK_R_eightsuperior" = -68; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -19; -"@MMK_R_fivesuperior" = -74; -"@MMK_R_four" = -13; -"@MMK_R_foursuperior" = -61; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -27; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -20; -"@MMK_R_hyphen.case" = -36; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 10; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -11; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -3; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -73; -"@MMK_R_one" = -57; -"@MMK_R_onesuperior" = -87; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = -13; -"@MMK_R_period" = 22; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = -63; -"@MMK_R_question.ss01" = -73; -"@MMK_R_quotedbl" = -84; -"@MMK_R_quotedblleft" = -72; -"@MMK_R_quotedblleft.ss01" = -66; -"@MMK_R_quotedblright" = -56; -"@MMK_R_quoteright" = -57; -"@MMK_R_quoteright.ss01" = -58; -"@MMK_R_s" = -8; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -84; -"@MMK_R_sixsuperior" = -81; -"@MMK_R_slash" = 10; -"@MMK_R_t" = -45; -"@MMK_R_threesuperior" = -69; -"@MMK_R_trademark" = -113; -"@MMK_R_twosuperior" = -49; -"@MMK_R_u" = -16; -"@MMK_R_underscore" = 39; -"@MMK_R_v" = -66; -"@MMK_R_w" = -37; -"@MMK_R_x" = 16; -"@MMK_R_y" = -14; -"@MMK_R_z" = 5; -"@MMK_R_zero" = -33; -}; -"@MMK_L_B" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 14; -"@MMK_R_J" = 12; -"@MMK_R_O" = 0; -"@MMK_R_S" = 18; -"@MMK_R_T" = -7; -"@MMK_R_U" = 0; -"@MMK_R_V" = -25; -"@MMK_R_W" = -12; -"@MMK_R_X" = -9; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = 20; -"@MMK_R_a" = 3; -"@MMK_R_a.ss04" = 14; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = -9; -"@MMK_R_braceright" = -29; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 26; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 8; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = 15; -"@MMK_R_foursuperior" = -7; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 13; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 9; -"@MMK_R_hyphen.case" = -10; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 25; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 19; -"@MMK_R_itilde" = 20; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 21; -"@MMK_R_lslash" = 11; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -13; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -20; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -53; -"@MMK_R_parenright.case" = -38; -"@MMK_R_period" = 9; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 11; -"@MMK_R_semicolon" = 26; -"@MMK_R_sevensuperior" = -25; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -35; -"@MMK_R_twosuperior" = -18; -"@MMK_R_u" = 6; -"@MMK_R_underscore" = -11; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 11; -"@MMK_R_zero" = 0; -}; -"@MMK_L_C" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 3; -"@MMK_R_O" = 8; -"@MMK_R_S" = 24; -"@MMK_R_T" = -14; -"@MMK_R_U" = 2; -"@MMK_R_V" = -24; -"@MMK_R_W" = -8; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -46; -"@MMK_R_Z" = 13; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -15; -"@MMK_R_asterisk" = -6; -"@MMK_R_braceright" = -40; -"@MMK_R_bracketright" = -41; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -11; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = 11; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 12; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 3; -"@MMK_R_itilde" = 7; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 13; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -60; -"@MMK_R_parenright.case" = -44; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -13; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 19; -"@MMK_R_sevensuperior" = -32; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -42; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -26; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -12; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -16; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = -7; -"@MMK_R_O" = 24; -"@MMK_R_S" = 6; -"@MMK_R_T" = -21; -"@MMK_R_U" = 11; -"@MMK_R_V" = -33; -"@MMK_R_W" = -17; -"@MMK_R_X" = -37; -"@MMK_R_Y" = -60; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 17; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -24; -"@MMK_R_asterisk" = -19; -"@MMK_R_braceright" = -55; -"@MMK_R_bracketright" = -52; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -28; -"@MMK_R_exclam" = 4; -"@MMK_R_f" = 12; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 26; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 17; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = 15; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = 20; -"@MMK_R_hyphen.case" = 22; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 10; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 4; -"@MMK_R_itilde" = 5; -"@MMK_R_j" = 2; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 8; -"@MMK_R_lslash" = 15; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = -10; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -30; -"@MMK_R_oslash" = 17; -"@MMK_R_parenright" = -66; -"@MMK_R_parenright.case" = -55; -"@MMK_R_period" = -15; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -19; -"@MMK_R_quotedbl" = -20; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = -32; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = -23; -"@MMK_R_t" = 8; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -48; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 13; -"@MMK_R_underscore" = -46; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -17; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 21; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 11; -"@MMK_R_I.ss02" = 18; -"@MMK_R_J" = 10; -"@MMK_R_O" = 0; -"@MMK_R_S" = 2; -"@MMK_R_T" = 9; -"@MMK_R_U" = 0; -"@MMK_R_V" = 5; -"@MMK_R_W" = 7; -"@MMK_R_X" = 10; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 20; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -33; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -7; -"@MMK_R_egrave" = -7; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 21; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -9; -"@MMK_R_g" = -9; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -11; -"@MMK_R_hyphen.case" = -16; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 47; -"@MMK_R_igrave" = 22; -"@MMK_R_imacron" = 46; -"@MMK_R_j" = 28; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 42; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -13; -"@MMK_R_parenright.case" = -3; -"@MMK_R_period" = 25; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 20; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -11; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 21; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -39; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = -56; -"@MMK_R_O" = 5; -"@MMK_R_S" = 0; -"@MMK_R_T" = 23; -"@MMK_R_U" = 10; -"@MMK_R_V" = 18; -"@MMK_R_W" = 20; -"@MMK_R_X" = -14; -"@MMK_R_Y" = 9; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -24; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -78; -"@MMK_R_comma.ss01" = -94; -"@MMK_R_e" = -15; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -101; -"@MMK_R_exclam" = 4; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -9; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = -14; -"@MMK_R_g.ss05" = -23; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -9; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 60; -"@MMK_R_igrave" = 22; -"@MMK_R_imacron" = 49; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 48; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -17; -"@MMK_R_ninesuperior" = 8; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -15; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = -8; -"@MMK_R_period" = -79; -"@MMK_R_period.ss01" = -98; -"@MMK_R_question" = 19; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 10; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -21; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -56; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 4; -"@MMK_R_u" = -10; -"@MMK_R_underscore" = -169; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -6; -"@MMK_R_y" = 0; -"@MMK_R_z" = -16; -"@MMK_R_zero" = 6; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 18; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = 18; -"@MMK_R_O" = 8; -"@MMK_R_S" = 7; -"@MMK_R_T" = -24; -"@MMK_R_U" = 0; -"@MMK_R_V" = -37; -"@MMK_R_W" = -22; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -63; -"@MMK_R_Z" = 9; -"@MMK_R_a" = 8; -"@MMK_R_a.ss04" = 8; -"@MMK_R_asciicircum" = -28; -"@MMK_R_asterisk" = -22; -"@MMK_R_braceright" = -21; -"@MMK_R_bracketright" = -21; -"@MMK_R_colon" = 14; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 17; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -14; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 18; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 17; -"@MMK_R_hyphen.case" = 3; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 8; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 4; -"@MMK_R_itilde" = 4; -"@MMK_R_j" = 24; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 7; -"@MMK_R_lslash" = 10; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -20; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -35; -"@MMK_R_oslash" = 18; -"@MMK_R_parenright" = -36; -"@MMK_R_parenright.case" = -16; -"@MMK_R_period" = 17; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = -11; -"@MMK_R_question.ss01" = -22; -"@MMK_R_quotedbl" = -27; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = -35; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = 17; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -53; -"@MMK_R_twosuperior" = -6; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 13; -"@MMK_R_v" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = -2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 9; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = -9; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 19; -"@MMK_R_S" = 11; -"@MMK_R_T" = -20; -"@MMK_R_U" = 10; -"@MMK_R_V" = -34; -"@MMK_R_W" = -17; -"@MMK_R_X" = -28; -"@MMK_R_Y" = -59; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 13; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = -19; -"@MMK_R_braceright" = -49; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 15; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -19; -"@MMK_R_exclam" = 4; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = 23; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 15; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 12; -"@MMK_R_guillemetright" = -8; -"@MMK_R_hyphen" = 25; -"@MMK_R_hyphen.case" = 11; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 10; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 5; -"@MMK_R_itilde" = 5; -"@MMK_R_j" = 3; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 8; -"@MMK_R_lslash" = 16; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -30; -"@MMK_R_oslash" = 15; -"@MMK_R_parenright" = -65; -"@MMK_R_parenright.case" = -52; -"@MMK_R_period" = -6; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -18; -"@MMK_R_quotedbl" = -23; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -32; -"@MMK_R_sixsuperior" = -18; -"@MMK_R_slash" = -16; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -16; -"@MMK_R_trademark" = -47; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 8; -"@MMK_R_underscore" = -34; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -17; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 17; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 2; -"@MMK_R_S" = 0; -"@MMK_R_U" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = -4; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -15; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 28; -"@MMK_R_igrave" = 5; -"@MMK_R_imacron" = 26; -"@MMK_R_itilde" = 37; -"@MMK_R_j" = 8; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 25; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_onesuperior" = -4; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -17; -"@MMK_R_parenright.case" = -12; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -21; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -8; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -3; -"@MMK_R_trademark" = -21; -"@MMK_R_twosuperior" = -7; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 6; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 23; -"@MMK_R_J" = 10; -"@MMK_R_O" = -2; -"@MMK_R_S" = 5; -"@MMK_R_T" = 15; -"@MMK_R_U" = 0; -"@MMK_R_V" = 5; -"@MMK_R_W" = 10; -"@MMK_R_X" = 11; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 17; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -20; -"@MMK_R_egrave" = -7; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = -14; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -26; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -12; -"@MMK_R_hyphen.case" = -65; -"@MMK_R_icircumflex" = 49; -"@MMK_R_igrave" = 23; -"@MMK_R_imacron" = 45; -"@MMK_R_j" = 30; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -11; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = 25; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 8; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 19; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 9; -"@MMK_R_t" = -6; -"@MMK_R_threesuperior" = -3; -"@MMK_R_trademark" = -8; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = -11; -"@MMK_R_underscore" = 21; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -2; -}; -"@MMK_L_J" = { -"@MMK_R_A" = -11; -"@MMK_R_H" = 5; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 6; -"@MMK_R_S" = 5; -"@MMK_R_T" = 3; -"@MMK_R_U" = 7; -"@MMK_R_V" = 6; -"@MMK_R_W" = 4; -"@MMK_R_X" = -16; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -23; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -21; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 6; -"@MMK_R_hyphen.case" = 5; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 34; -"@MMK_R_igrave" = 10; -"@MMK_R_imacron" = 31; -"@MMK_R_j" = 0; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 12; -"@MMK_R_l.ss03" = 30; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 3; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -13; -"@MMK_R_parenright.case" = -7; -"@MMK_R_period" = -8; -"@MMK_R_period.ss01" = -26; -"@MMK_R_question" = 3; -"@MMK_R_question.ss01" = -7; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -16; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -17; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = -25; -"@MMK_R_v" = 3; -"@MMK_R_w" = 0; -"@MMK_R_x" = -8; -"@MMK_R_y" = 4; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 7; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 15; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 23; -"@MMK_R_J" = 12; -"@MMK_R_O" = -38; -"@MMK_R_S" = -19; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 4; -"@MMK_R_W" = 3; -"@MMK_R_X" = 18; -"@MMK_R_Y" = 6; -"@MMK_R_Z" = 21; -"@MMK_R_a" = -41; -"@MMK_R_a.ss04" = -22; -"@MMK_R_asciicircum" = -73; -"@MMK_R_asterisk" = -14; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -48; -"@MMK_R_egrave" = -39; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = -22; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = -33; -"@MMK_R_foursuperior" = -43; -"@MMK_R_g" = -23; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -53; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = -56; -"@MMK_R_hyphen.case" = -79; -"@MMK_R_icircumflex" = 17; -"@MMK_R_igrave" = 21; -"@MMK_R_imacron" = 43; -"@MMK_R_itilde" = 31; -"@MMK_R_j" = 4; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 27; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = -9; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = -34; -"@MMK_R_onesuperior" = -6; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -4; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = -19; -"@MMK_R_question.ss01" = -31; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = -32; -"@MMK_R_quotedblleft.ss01" = -27; -"@MMK_R_quotedblright" = -5; -"@MMK_R_quoteright" = -5; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = -27; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = -15; -"@MMK_R_slash" = 8; -"@MMK_R_t" = -38; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -8; -"@MMK_R_twosuperior" = -11; -"@MMK_R_u" = -32; -"@MMK_R_underscore" = 32; -"@MMK_R_v" = -57; -"@MMK_R_w" = -42; -"@MMK_R_x" = 17; -"@MMK_R_y" = -12; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -34; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 14; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 21; -"@MMK_R_O" = -26; -"@MMK_R_S" = -4; -"@MMK_R_T" = -93; -"@MMK_R_U" = -15; -"@MMK_R_V" = -85; -"@MMK_R_W" = -36; -"@MMK_R_X" = 10; -"@MMK_R_Y" = -124; -"@MMK_R_Z" = 17; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -184; -"@MMK_R_asterisk" = -151; -"@MMK_R_braceright" = -7; -"@MMK_R_bracketright" = -7; -"@MMK_R_colon" = 33; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 38; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -15; -"@MMK_R_egrave" = -13; -"@MMK_R_eightsuperior" = -161; -"@MMK_R_ellipsis" = 9; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = -26; -"@MMK_R_fivesuperior" = -168; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -165; -"@MMK_R_g" = -14; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -73; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -4; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -165; -"@MMK_R_one" = -82; -"@MMK_R_onesuperior" = -155; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -36; -"@MMK_R_parenright.case" = -19; -"@MMK_R_period" = 39; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -75; -"@MMK_R_question.ss01" = -88; -"@MMK_R_quotedbl" = -114; -"@MMK_R_quotedblleft" = -167; -"@MMK_R_quotedblleft.ss01" = -167; -"@MMK_R_quotedblright" = -154; -"@MMK_R_quoteright" = -123; -"@MMK_R_quoteright.ss01" = -165; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 32; -"@MMK_R_sevensuperior" = -162; -"@MMK_R_sixsuperior" = -162; -"@MMK_R_slash" = 9; -"@MMK_R_t" = -41; -"@MMK_R_threesuperior" = -167; -"@MMK_R_trademark" = -178; -"@MMK_R_twosuperior" = -159; -"@MMK_R_u" = -9; -"@MMK_R_underscore" = 35; -"@MMK_R_v" = -57; -"@MMK_R_w" = -29; -"@MMK_R_x" = 11; -"@MMK_R_y" = -18; -"@MMK_R_z" = 4; -"@MMK_R_zero" = -20; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 15; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 21; -"@MMK_R_O" = -25; -"@MMK_R_S" = -3; -"@MMK_R_T" = -83; -"@MMK_R_U" = -15; -"@MMK_R_V" = -85; -"@MMK_R_W" = -36; -"@MMK_R_X" = 10; -"@MMK_R_Y" = -124; -"@MMK_R_Z" = 17; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -7; -"@MMK_R_colon" = 33; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 38; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -15; -"@MMK_R_egrave" = -13; -"@MMK_R_eightsuperior" = -84; -"@MMK_R_ellipsis" = 9; -"@MMK_R_exclam" = 9; -"@MMK_R_fivesuperior" = -90; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -80; -"@MMK_R_guillemetleft" = -28; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -70; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -2; -"@MMK_R_ninesuperior" = -90; -"@MMK_R_onesuperior" = -109; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = -16; -"@MMK_R_period" = 39; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -70; -"@MMK_R_question.ss01" = -81; -"@MMK_R_quotedbl" = -99; -"@MMK_R_quotedblleft" = -81; -"@MMK_R_quotedblleft.ss01" = -88; -"@MMK_R_quotedblright" = -81; -"@MMK_R_quoteright" = -81; -"@MMK_R_quoteright.ss01" = -81; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 32; -"@MMK_R_sevensuperior" = -115; -"@MMK_R_sixsuperior" = -87; -"@MMK_R_slash" = 9; -"@MMK_R_threesuperior" = -84; -"@MMK_R_twosuperior" = -83; -"@MMK_R_u" = -7; -"@MMK_R_y" = -18; -"@MMK_R_z" = 6; -}; -"@MMK_L_O" = { -"@MMK_R_A" = -11; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 22; -"@MMK_R_S" = 7; -"@MMK_R_T" = -27; -"@MMK_R_U" = 11; -"@MMK_R_V" = -37; -"@MMK_R_W" = -19; -"@MMK_R_X" = -32; -"@MMK_R_Y" = -69; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 18; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = -26; -"@MMK_R_braceright" = -58; -"@MMK_R_bracketright" = -53; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -21; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = -21; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 11; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 27; -"@MMK_R_foursuperior" = -6; -"@MMK_R_g" = 18; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = 18; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = 25; -"@MMK_R_hyphen.case" = 20; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 9; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 5; -"@MMK_R_itilde" = 5; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 11; -"@MMK_R_l.ss03" = 7; -"@MMK_R_lslash" = 16; -"@MMK_R_n" = 4; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -35; -"@MMK_R_oslash" = 18; -"@MMK_R_parenright" = -65; -"@MMK_R_parenright.case" = -53; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = -14; -"@MMK_R_question.ss01" = -25; -"@MMK_R_quotedbl" = -26; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -39; -"@MMK_R_sixsuperior" = -18; -"@MMK_R_slash" = -18; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -50; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 14; -"@MMK_R_underscore" = -38; -"@MMK_R_v" = -2; -"@MMK_R_w" = 4; -"@MMK_R_x" = -20; -"@MMK_R_y" = -3; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 20; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_O" = 22; -"@MMK_R_S" = 7; -"@MMK_R_T" = -21; -"@MMK_R_U" = 11; -"@MMK_R_V" = -17; -"@MMK_R_X" = -29; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -21; -"@MMK_R_e" = 17; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -21; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_foursuperior" = -5; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = 25; -"@MMK_R_hyphen.case" = 20; -"@MMK_R_i" = 5; -"@MMK_R_n" = 4; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_onesuperior" = -29; -"@MMK_R_parenright" = -25; -"@MMK_R_parenright.case" = -21; -"@MMK_R_period" = -9; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -22; -"@MMK_R_quotedbl" = -23; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -28; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = -18; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -9; -"@MMK_R_twosuperior" = 0; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -36; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -7; -"@MMK_R_J" = -65; -"@MMK_R_O" = 27; -"@MMK_R_S" = 8; -"@MMK_R_T" = -5; -"@MMK_R_U" = 16; -"@MMK_R_V" = -17; -"@MMK_R_W" = -3; -"@MMK_R_X" = -71; -"@MMK_R_Y" = -32; -"@MMK_R_Z" = -14; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -9; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -32; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 28; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -82; -"@MMK_R_comma.ss01" = -102; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 7; -"@MMK_R_ellipsis" = -108; -"@MMK_R_exclam" = 21; -"@MMK_R_f" = 16; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 7; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 20; -"@MMK_R_icircumflex" = 28; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 17; -"@MMK_R_itilde" = 20; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 23; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 14; -"@MMK_R_onesuperior" = -11; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -55; -"@MMK_R_parenright.case" = -46; -"@MMK_R_period" = -82; -"@MMK_R_period.ss01" = -103; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = 5; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 11; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 28; -"@MMK_R_sevensuperior" = -17; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -52; -"@MMK_R_t" = 15; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -29; -"@MMK_R_twosuperior" = 2; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -204; -"@MMK_R_v" = 5; -"@MMK_R_w" = 5; -"@MMK_R_x" = -12; -"@MMK_R_y" = 2; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 25; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 27; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 8; -"@MMK_R_J" = 24; -"@MMK_R_O" = -21; -"@MMK_R_S" = 0; -"@MMK_R_T" = -65; -"@MMK_R_U" = -9; -"@MMK_R_V" = -82; -"@MMK_R_W" = -37; -"@MMK_R_X" = 14; -"@MMK_R_Y" = -108; -"@MMK_R_Z" = 16; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -70; -"@MMK_R_asterisk" = -61; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 35; -"@MMK_R_colon.ss01" = 5; -"@MMK_R_comma" = 34; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -45; -"@MMK_R_ellipsis" = 10; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = -17; -"@MMK_R_fivesuperior" = -49; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -41; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = -19; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -23; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 5; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -54; -"@MMK_R_one" = -37; -"@MMK_R_onesuperior" = -81; -"@MMK_R_parenright" = -30; -"@MMK_R_parenright.case" = -16; -"@MMK_R_period" = 38; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -42; -"@MMK_R_question.ss01" = -57; -"@MMK_R_quotedbl" = -64; -"@MMK_R_quotedblleft" = -47; -"@MMK_R_quotedblleft.ss01" = -45; -"@MMK_R_quotedblright" = -34; -"@MMK_R_quoteright" = -34; -"@MMK_R_quoteright.ss01" = -39; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 34; -"@MMK_R_sevensuperior" = -79; -"@MMK_R_sixsuperior" = -60; -"@MMK_R_slash" = 13; -"@MMK_R_t" = -27; -"@MMK_R_threesuperior" = -47; -"@MMK_R_trademark" = -92; -"@MMK_R_twosuperior" = -35; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 37; -"@MMK_R_v" = -43; -"@MMK_R_w" = -23; -"@MMK_R_x" = 13; -"@MMK_R_y" = -17; -"@MMK_R_z" = 8; -"@MMK_R_zero" = -15; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 6; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 11; -"@MMK_R_O" = 17; -"@MMK_R_S" = 9; -"@MMK_R_T" = -4; -"@MMK_R_U" = 4; -"@MMK_R_V" = -17; -"@MMK_R_W" = -2; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -31; -"@MMK_R_Z" = 7; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -16; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -3; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = 24; -"@MMK_R_colon.ss01" = 7; -"@MMK_R_comma" = 8; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 3; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -9; -"@MMK_R_exclam" = 17; -"@MMK_R_f" = 10; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 4; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 4; -"@MMK_R_g.ss05" = 10; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = 8; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 26; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 17; -"@MMK_R_itilde" = 21; -"@MMK_R_j" = 19; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 23; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 9; -"@MMK_R_onesuperior" = -13; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -36; -"@MMK_R_parenright.case" = -5; -"@MMK_R_period" = 9; -"@MMK_R_period.ss01" = -14; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 24; -"@MMK_R_sevensuperior" = -19; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -29; -"@MMK_R_twosuperior" = -6; -"@MMK_R_u" = 6; -"@MMK_R_underscore" = 9; -"@MMK_R_v" = 5; -"@MMK_R_w" = 6; -"@MMK_R_x" = 0; -"@MMK_R_y" = 7; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 15; -}; -"@MMK_L_S" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = 14; -"@MMK_R_O" = 2; -"@MMK_R_S" = 22; -"@MMK_R_T" = -12; -"@MMK_R_U" = 0; -"@MMK_R_V" = -26; -"@MMK_R_W" = -14; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = 18; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 13; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = -10; -"@MMK_R_braceright" = -34; -"@MMK_R_bracketright" = -34; -"@MMK_R_colon" = 18; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 7; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = 18; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 18; -"@MMK_R_hyphen.case" = -3; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 19; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 14; -"@MMK_R_itilde" = 16; -"@MMK_R_j" = 4; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 19; -"@MMK_R_lslash" = 15; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = -19; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -24; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -56; -"@MMK_R_parenright.case" = -41; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -20; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = -23; -"@MMK_R_quoteright" = -23; -"@MMK_R_quoteright.ss01" = -17; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = 17; -"@MMK_R_sevensuperior" = -29; -"@MMK_R_sixsuperior" = -15; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -24; -"@MMK_R_trademark" = -41; -"@MMK_R_twosuperior" = -20; -"@MMK_R_u" = 6; -"@MMK_R_underscore" = -16; -"@MMK_R_x" = -11; -"@MMK_R_y" = 0; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 2; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -66; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 17; -"@MMK_R_J" = -67; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 26; -"@MMK_R_U" = 14; -"@MMK_R_V" = 14; -"@MMK_R_W" = 20; -"@MMK_R_X" = -13; -"@MMK_R_Y" = 11; -"@MMK_R_Z" = 2; -"@MMK_R_a" = -47; -"@MMK_R_a.ss04" = -28; -"@MMK_R_asciicircum" = -23; -"@MMK_R_asterisk" = 13; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -10; -"@MMK_R_comma" = -86; -"@MMK_R_comma.ss01" = -117; -"@MMK_R_e" = -51; -"@MMK_R_egrave" = -31; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -106; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -66; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = -40; -"@MMK_R_g.ss05" = -38; -"@MMK_R_guillemetleft" = -62; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -90; -"@MMK_R_hyphen.case" = -80; -"@MMK_R_i" = -10; -"@MMK_R_icircumflex" = 63; -"@MMK_R_igrave" = 25; -"@MMK_R_imacron" = 52; -"@MMK_R_itilde" = 62; -"@MMK_R_j" = -4; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 44; -"@MMK_R_lslash" = -7; -"@MMK_R_n" = -20; -"@MMK_R_ninesuperior" = 8; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 3; -"@MMK_R_oslash" = -51; -"@MMK_R_parenright" = -10; -"@MMK_R_parenright.case" = -4; -"@MMK_R_period" = -85; -"@MMK_R_period.ss01" = -119; -"@MMK_R_question" = 22; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 5; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 9; -"@MMK_R_quoteright" = 10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -39; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 4; -"@MMK_R_sixsuperior" = 5; -"@MMK_R_slash" = -82; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -16; -"@MMK_R_underscore" = -87; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -5; -"@MMK_R_y" = 0; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = -19; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -20; -"@MMK_R_J" = -18; -"@MMK_R_O" = 22; -"@MMK_R_S" = 0; -"@MMK_R_T" = -36; -"@MMK_R_U" = 16; -"@MMK_R_V" = -37; -"@MMK_R_W" = -16; -"@MMK_R_Y" = -73; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -27; -"@MMK_R_comma.ss01" = -33; -"@MMK_R_e" = 12; -"@MMK_R_egrave" = 13; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_exclam" = 8; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_foursuperior" = -4; -"@MMK_R_hyphen" = 23; -"@MMK_R_hyphen.case" = 25; -"@MMK_R_i" = 0; -"@MMK_R_imacron" = 4; -"@MMK_R_j" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -16; -"@MMK_R_onesuperior" = -43; -"@MMK_R_parenright" = -66; -"@MMK_R_parenright.case" = -54; -"@MMK_R_period" = -28; -"@MMK_R_period.ss01" = -33; -"@MMK_R_question" = -16; -"@MMK_R_question.ss01" = -25; -"@MMK_R_quotedbl" = -23; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -41; -"@MMK_R_sixsuperior" = -19; -"@MMK_R_slash" = -28; -"@MMK_R_threesuperior" = -10; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 10; -"@MMK_R_v" = -3; -"@MMK_R_y" = -2; -}; -"@MMK_L_U" = { -"@MMK_R_A" = -18; -"@MMK_R_H" = 7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -7; -"@MMK_R_O" = 10; -"@MMK_R_S" = 7; -"@MMK_R_T" = 6; -"@MMK_R_U" = 9; -"@MMK_R_V" = 11; -"@MMK_R_W" = 9; -"@MMK_R_X" = -17; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -24; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -27; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 6; -"@MMK_R_foursuperior" = -3; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 8; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 13; -"@MMK_R_imacron" = 36; -"@MMK_R_j" = 0; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 14; -"@MMK_R_l.ss03" = 34; -"@MMK_R_lslash" = 5; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 7; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -10; -"@MMK_R_parenright.case" = -5; -"@MMK_R_period" = -14; -"@MMK_R_period.ss01" = -29; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 9; -"@MMK_R_quoteright" = 9; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -25; -"@MMK_R_t" = 0; -"@MMK_R_trademark" = -15; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -38; -"@MMK_R_v" = 7; -"@MMK_R_w" = 5; -"@MMK_R_x" = -10; -"@MMK_R_y" = 8; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 11; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = -17; -"@MMK_R_H" = 26; -"@MMK_R_I.ss02" = 50; -"@MMK_R_O" = 14; -"@MMK_R_T" = 55; -"@MMK_R_U" = 38; -"@MMK_R_V" = 59; -"@MMK_R_X" = 10; -"@MMK_R_Y" = 55; -"@MMK_R_Z" = 37; -"@MMK_R_a" = 8; -"@MMK_R_a.ss04" = 0; -"@MMK_R_bracketright" = 45; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -27; -"@MMK_R_e" = 4; -"@MMK_R_eightsuperior" = 46; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 46; -"@MMK_R_fivesuperior" = 30; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = 8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 44; -"@MMK_R_onesuperior" = 39; -"@MMK_R_parenright" = 44; -"@MMK_R_parenright.case" = 49; -"@MMK_R_period" = -14; -"@MMK_R_period.ss01" = -29; -"@MMK_R_question" = 20; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 44; -"@MMK_R_quotedblright" = 41; -"@MMK_R_quoteright" = 42; -"@MMK_R_quoteright.ss01" = 37; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = 49; -"@MMK_R_sixsuperior" = 43; -"@MMK_R_slash" = -24; -"@MMK_R_threesuperior" = 36; -"@MMK_R_twosuperior" = 40; -"@MMK_R_u" = 0; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -88; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = -63; -"@MMK_R_O" = -13; -"@MMK_R_S" = -3; -"@MMK_R_T" = 15; -"@MMK_R_U" = 14; -"@MMK_R_V" = 18; -"@MMK_R_W" = 27; -"@MMK_R_X" = -9; -"@MMK_R_Y" = 17; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -38; -"@MMK_R_a.ss04" = -38; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -17; -"@MMK_R_colon.ss01" = -28; -"@MMK_R_comma" = -78; -"@MMK_R_comma.ss01" = -90; -"@MMK_R_e" = -39; -"@MMK_R_egrave" = -29; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -91; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = -9; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -48; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = -36; -"@MMK_R_g.ss05" = -35; -"@MMK_R_guillemetleft" = -53; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = -49; -"@MMK_R_hyphen.case" = -33; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 40; -"@MMK_R_igrave" = 30; -"@MMK_R_imacron" = 56; -"@MMK_R_itilde" = 49; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 40; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -30; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -9; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -39; -"@MMK_R_parenright" = -10; -"@MMK_R_parenright.case" = -5; -"@MMK_R_period" = -79; -"@MMK_R_period.ss01" = -91; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -8; -"@MMK_R_quotedbl" = 12; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 5; -"@MMK_R_s" = -36; -"@MMK_R_semicolon" = -17; -"@MMK_R_sevensuperior" = 8; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -102; -"@MMK_R_t" = -14; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -22; -"@MMK_R_underscore" = -98; -"@MMK_R_v" = -19; -"@MMK_R_w" = -17; -"@MMK_R_x" = -27; -"@MMK_R_y" = -14; -"@MMK_R_z" = -31; -"@MMK_R_zero" = -12; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -46; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = -34; -"@MMK_R_O" = -2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 21; -"@MMK_R_U" = 12; -"@MMK_R_V" = 27; -"@MMK_R_W" = 29; -"@MMK_R_X" = -5; -"@MMK_R_Y" = 13; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -16; -"@MMK_R_a.ss04" = -17; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = 12; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -39; -"@MMK_R_comma.ss01" = -55; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -12; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -56; -"@MMK_R_exclam" = 21; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -20; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = -13; -"@MMK_R_g.ss05" = -15; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -23; -"@MMK_R_hyphen.case" = -11; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 50; -"@MMK_R_igrave" = 26; -"@MMK_R_imacron" = 53; -"@MMK_R_itilde" = 53; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 51; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -13; -"@MMK_R_ninesuperior" = 8; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 5; -"@MMK_R_oslash" = -16; -"@MMK_R_parenright" = -11; -"@MMK_R_parenright.case" = -4; -"@MMK_R_period" = -40; -"@MMK_R_period.ss01" = -57; -"@MMK_R_question" = 9; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 14; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 2; -"@MMK_R_quotedblright" = 14; -"@MMK_R_quoteright" = 15; -"@MMK_R_quoteright.ss01" = 4; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 9; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -48; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -5; -"@MMK_R_underscore" = -51; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -16; -"@MMK_R_y" = 0; -"@MMK_R_z" = -12; -"@MMK_R_zero" = -4; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 14; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 24; -"@MMK_R_J" = 10; -"@MMK_R_O" = -33; -"@MMK_R_S" = -15; -"@MMK_R_T" = 2; -"@MMK_R_U" = 0; -"@MMK_R_V" = 10; -"@MMK_R_W" = 10; -"@MMK_R_X" = 17; -"@MMK_R_Y" = 13; -"@MMK_R_Z" = 22; -"@MMK_R_a" = -43; -"@MMK_R_a.ss04" = -18; -"@MMK_R_asciicircum" = -69; -"@MMK_R_asterisk" = -9; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = -51; -"@MMK_R_egrave" = -39; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -12; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = -23; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = -37; -"@MMK_R_foursuperior" = -40; -"@MMK_R_g" = -24; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -54; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -58; -"@MMK_R_hyphen.case" = -76; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 24; -"@MMK_R_igrave" = 27; -"@MMK_R_imacron" = 49; -"@MMK_R_itilde" = 38; -"@MMK_R_j" = 8; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 35; -"@MMK_R_n" = -10; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = -26; -"@MMK_R_onesuperior" = -2; -"@MMK_R_parenright" = -12; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = -14; -"@MMK_R_question.ss01" = -27; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -24; -"@MMK_R_quotedblleft.ss01" = -22; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = -30; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = 7; -"@MMK_R_t" = -34; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -5; -"@MMK_R_twosuperior" = -7; -"@MMK_R_u" = -33; -"@MMK_R_underscore" = 30; -"@MMK_R_v" = -42; -"@MMK_R_w" = -37; -"@MMK_R_x" = 16; -"@MMK_R_y" = -12; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -29; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -90; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -66; -"@MMK_R_O" = -26; -"@MMK_R_S" = -15; -"@MMK_R_T" = 12; -"@MMK_R_U" = 0; -"@MMK_R_V" = 17; -"@MMK_R_W" = 13; -"@MMK_R_X" = -10; -"@MMK_R_Y" = 20; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -70; -"@MMK_R_a.ss04" = -71; -"@MMK_R_asciicircum" = -59; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -38; -"@MMK_R_colon.ss01" = -43; -"@MMK_R_comma" = -123; -"@MMK_R_comma.ss01" = -126; -"@MMK_R_e" = -73; -"@MMK_R_egrave" = -26; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -147; -"@MMK_R_exclam" = 4; -"@MMK_R_f" = -25; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = -95; -"@MMK_R_foursuperior" = -30; -"@MMK_R_g" = -67; -"@MMK_R_g.ss05" = -65; -"@MMK_R_guillemetleft" = -85; -"@MMK_R_guillemetright" = -36; -"@MMK_R_hyphen" = -81; -"@MMK_R_hyphen.case" = -64; -"@MMK_R_i" = -7; -"@MMK_R_icircumflex" = 22; -"@MMK_R_igrave" = 32; -"@MMK_R_imacron" = 55; -"@MMK_R_j" = -6; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 42; -"@MMK_R_n" = -52; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -19; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = -72; -"@MMK_R_parenright" = -11; -"@MMK_R_parenright.case" = -4; -"@MMK_R_period" = -121; -"@MMK_R_period.ss01" = -126; -"@MMK_R_question" = -5; -"@MMK_R_question.ss01" = -19; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -17; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -68; -"@MMK_R_semicolon" = -38; -"@MMK_R_sevensuperior" = 7; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = -111; -"@MMK_R_t" = -31; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = -45; -"@MMK_R_underscore" = -123; -"@MMK_R_v" = -33; -"@MMK_R_w" = -33; -"@MMK_R_x" = -41; -"@MMK_R_y" = -33; -"@MMK_R_z" = -44; -"@MMK_R_zero" = -24; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 20; -"@MMK_R_J" = 13; -"@MMK_R_O" = 0; -"@MMK_R_S" = 4; -"@MMK_R_T" = 9; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 7; -"@MMK_R_X" = 11; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 20; -"@MMK_R_a" = -13; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 24; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 27; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -18; -"@MMK_R_egrave" = -6; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 21; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -7; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = -12; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -25; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -11; -"@MMK_R_hyphen.case" = -46; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 46; -"@MMK_R_igrave" = 21; -"@MMK_R_imacron" = 44; -"@MMK_R_j" = 25; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 40; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -14; -"@MMK_R_parenright.case" = -4; -"@MMK_R_period" = 28; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 7; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 23; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = 5; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -11; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 24; -"@MMK_R_v" = -3; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -26; -"@MMK_R_U" = 0; -"@MMK_R_V" = -36; -"@MMK_R_W" = -17; -"@MMK_R_X" = -9; -"@MMK_R_Y" = -66; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = -15; -"@MMK_R_braceright" = -28; -"@MMK_R_bracketright" = -28; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_eightsuperior" = -14; -"@MMK_R_ellipsis" = -16; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 9; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -21; -"@MMK_R_one" = -12; -"@MMK_R_onesuperior" = -40; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -47; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = -3; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -9; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -41; -"@MMK_R_sixsuperior" = -17; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -56; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 10; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 11; -"@MMK_R_O" = -9; -"@MMK_R_S" = -2; -"@MMK_R_T" = -68; -"@MMK_R_U" = -14; -"@MMK_R_V" = -72; -"@MMK_R_W" = -40; -"@MMK_R_X" = 6; -"@MMK_R_Y" = -110; -"@MMK_R_Z" = 5; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 4; -"@MMK_R_asciicircum" = -63; -"@MMK_R_asterisk" = -66; -"@MMK_R_braceright" = -10; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon" = 28; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 23; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -5; -"@MMK_R_eightsuperior" = -34; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = -4; -"@MMK_R_fivesuperior" = -40; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -35; -"@MMK_R_g" = -4; -"@MMK_R_g.ss05" = 13; -"@MMK_R_guillemetleft" = -5; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -2; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 11; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -39; -"@MMK_R_one" = -32; -"@MMK_R_onesuperior" = -73; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -33; -"@MMK_R_period" = 27; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -46; -"@MMK_R_question.ss01" = -62; -"@MMK_R_quotedbl" = -49; -"@MMK_R_quotedblleft" = -43; -"@MMK_R_quotedblleft.ss01" = -35; -"@MMK_R_quotedblright" = -23; -"@MMK_R_quoteright" = -23; -"@MMK_R_quoteright.ss01" = -29; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = 27; -"@MMK_R_sevensuperior" = -65; -"@MMK_R_sixsuperior" = -46; -"@MMK_R_slash" = 15; -"@MMK_R_t" = -13; -"@MMK_R_threesuperior" = -34; -"@MMK_R_trademark" = -85; -"@MMK_R_twosuperior" = -24; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 35; -"@MMK_R_v" = -34; -"@MMK_R_w" = -18; -"@MMK_R_x" = 10; -"@MMK_R_y" = -15; -"@MMK_R_z" = 10; -"@MMK_R_zero" = -8; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -6; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = 0; -"@MMK_R_O" = -18; -"@MMK_R_S" = -13; -"@MMK_R_T" = -102; -"@MMK_R_U" = -13; -"@MMK_R_V" = -79; -"@MMK_R_W" = -48; -"@MMK_R_Y" = -119; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = 0; -"@MMK_R_e" = -4; -"@MMK_R_egrave" = -4; -"@MMK_R_f" = -21; -"@MMK_R_g" = -5; -"@MMK_R_i" = -6; -"@MMK_R_j" = 0; -"@MMK_R_l" = -4; -"@MMK_R_n" = -6; -"@MMK_R_s" = -2; -"@MMK_R_t" = -26; -"@MMK_R_u" = -8; -"@MMK_R_z" = -2; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -79; -"@MMK_R_H" = -28; -"@MMK_R_I.ss02" = -41; -"@MMK_R_J" = -91; -"@MMK_R_O" = -9; -"@MMK_R_S" = -22; -"@MMK_R_T" = -35; -"@MMK_R_U" = -22; -"@MMK_R_V" = -45; -"@MMK_R_W" = -32; -"@MMK_R_Y" = -66; -"@MMK_R_Z" = -51; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = -25; -"@MMK_R_e" = -27; -"@MMK_R_f" = -6; -"@MMK_R_g" = -24; -"@MMK_R_i" = -31; -"@MMK_R_j" = -31; -"@MMK_R_l" = -28; -"@MMK_R_n" = -31; -"@MMK_R_s" = -23; -"@MMK_R_t" = -7; -"@MMK_R_u" = -25; -"@MMK_R_z" = -26; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -58; -"@MMK_R_H" = -22; -"@MMK_R_I.ss02" = -67; -"@MMK_R_J" = -82; -"@MMK_R_O" = 0; -"@MMK_R_S" = -28; -"@MMK_R_T" = -64; -"@MMK_R_U" = -14; -"@MMK_R_V" = -60; -"@MMK_R_W" = -36; -"@MMK_R_Y" = -84; -"@MMK_R_Z" = -66; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = -16; -"@MMK_R_e" = -6; -"@MMK_R_egrave" = -6; -"@MMK_R_f" = -2; -"@MMK_R_g" = -4; -"@MMK_R_i" = -23; -"@MMK_R_j" = -23; -"@MMK_R_l" = -22; -"@MMK_R_n" = -22; -"@MMK_R_s" = -15; -"@MMK_R_t" = -2; -"@MMK_R_u" = -16; -"@MMK_R_z" = -24; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -68; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -69; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 8; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 6; -"@MMK_R_X" = -41; -"@MMK_R_Y" = -12; -"@MMK_R_Z" = -6; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -29; -"@MMK_R_asterisk" = 17; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -123; -"@MMK_R_comma.ss01" = -126; -"@MMK_R_e" = -34; -"@MMK_R_eight" = -2; -"@MMK_R_f" = 2; -"@MMK_R_five" = -2; -"@MMK_R_four" = -59; -"@MMK_R_g" = -28; -"@MMK_R_guillemetleft" = -49; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -79; -"@MMK_R_hyphen.case" = -17; -"@MMK_R_i" = -8; -"@MMK_R_j" = -7; -"@MMK_R_l" = -4; -"@MMK_R_n" = -12; -"@MMK_R_nine" = 10; -"@MMK_R_one" = 12; -"@MMK_R_parenleft" = -6; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -26; -"@MMK_R_period" = -121; -"@MMK_R_period.ss01" = -126; -"@MMK_R_pi" = 0; -"@MMK_R_question" = 26; -"@MMK_R_quotedbl" = 5; -"@MMK_R_quotedblleft" = 9; -"@MMK_R_quotedblleft.ss01" = 4; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -25; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 15; -"@MMK_R_slash" = -81; -"@MMK_R_t" = 0; -"@MMK_R_three" = 6; -"@MMK_R_two" = 4; -"@MMK_R_u" = -7; -"@MMK_R_v" = 9; -"@MMK_R_w" = 4; -"@MMK_R_x" = -2; -"@MMK_R_y" = 10; -"@MMK_R_z" = -7; -"@MMK_R_zero" = 0; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = -13; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -18; -"@MMK_R_O" = -19; -"@MMK_R_S" = -6; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -58; -"@MMK_R_a.ss04" = -48; -"@MMK_R_asterisk" = -3; -"@MMK_R_bracketright" = 19; -"@MMK_R_colon" = -23; -"@MMK_R_colon.ss01" = -29; -"@MMK_R_comma" = 8; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -19; -"@MMK_R_e" = -59; -"@MMK_R_egrave" = -34; -"@MMK_R_eight" = -5; -"@MMK_R_ellipsis" = -39; -"@MMK_R_f" = -33; -"@MMK_R_five" = -11; -"@MMK_R_four" = -53; -"@MMK_R_g" = -20; -"@MMK_R_guillemetleft" = -58; -"@MMK_R_guillemetright" = -23; -"@MMK_R_hyphen" = -56; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = 26; -"@MMK_R_j" = 53; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -10; -"@MMK_R_n" = -31; -"@MMK_R_nine" = -4; -"@MMK_R_one" = -29; -"@MMK_R_parenleft" = -21; -"@MMK_R_percent" = -10; -"@MMK_R_period" = -30; -"@MMK_R_period.ss01" = -29; -"@MMK_R_pi" = -40; -"@MMK_R_plus" = -66; -"@MMK_R_question" = -3; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = -58; -"@MMK_R_semicolon" = 8; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 13; -"@MMK_R_t" = -38; -"@MMK_R_three" = -16; -"@MMK_R_two" = -4; -"@MMK_R_u" = -45; -"@MMK_R_v" = -52; -"@MMK_R_w" = -49; -"@MMK_R_x" = -6; -"@MMK_R_y" = -7; -"@MMK_R_z" = -22; -"@MMK_R_zero" = -15; -}; -"@MMK_L_c" = { -"@MMK_R_A" = -6; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -82; -"@MMK_R_U" = -2; -"@MMK_R_V" = -58; -"@MMK_R_W" = -30; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -99; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -53; -"@MMK_R_asterisk" = -61; -"@MMK_R_braceright" = -43; -"@MMK_R_bracketright" = -41; -"@MMK_R_colon" = 26; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 10; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -24; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -24; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = -5; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = 3; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -28; -"@MMK_R_one" = -26; -"@MMK_R_onesuperior" = -49; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -60; -"@MMK_R_period" = 10; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = -43; -"@MMK_R_question.ss01" = -57; -"@MMK_R_quotedbl" = -47; -"@MMK_R_quotedblleft" = -32; -"@MMK_R_quotedblleft.ss01" = -21; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 26; -"@MMK_R_sevensuperior" = -53; -"@MMK_R_sixsuperior" = -38; -"@MMK_R_slash" = -8; -"@MMK_R_t" = -6; -"@MMK_R_threesuperior" = -24; -"@MMK_R_trademark" = -74; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -14; -"@MMK_R_v" = -20; -"@MMK_R_w" = -9; -"@MMK_R_x" = -19; -"@MMK_R_y" = -24; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 0; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 17; -"@MMK_R_J" = 34; -"@MMK_R_O" = 26; -"@MMK_R_S" = 6; -"@MMK_R_T" = -18; -"@MMK_R_U" = 8; -"@MMK_R_V" = -25; -"@MMK_R_W" = -8; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = 24; -"@MMK_R_a" = 14; -"@MMK_R_a.ss04" = 15; -"@MMK_R_asterisk" = -2; -"@MMK_R_bracketright" = 0; -"@MMK_R_e" = 13; -"@MMK_R_eight" = -3; -"@MMK_R_f" = 36; -"@MMK_R_five" = 5; -"@MMK_R_four" = -2; -"@MMK_R_g" = 19; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = 3; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 10; -"@MMK_R_i" = 0; -"@MMK_R_j" = 18; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 22; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 16; -"@MMK_R_parenright" = -36; -"@MMK_R_parenright.case" = -17; -"@MMK_R_pi" = 35; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = 13; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 12; -"@MMK_R_s" = 17; -"@MMK_R_seven" = 0; -"@MMK_R_t" = 35; -"@MMK_R_three" = 0; -"@MMK_R_two" = 21; -"@MMK_R_u" = 10; -"@MMK_R_v" = 19; -"@MMK_R_w" = 21; -"@MMK_R_x" = 25; -"@MMK_R_y" = 17; -"@MMK_R_z" = 26; -"@MMK_R_zero" = 21; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -123; -"@MMK_R_bracketright" = 0; -"@MMK_R_eight" = -15; -"@MMK_R_five" = -24; -"@MMK_R_four" = -14; -"@MMK_R_guillemetleft" = -41; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -27; -"@MMK_R_hyphen.case" = -96; -"@MMK_R_nine" = -27; -"@MMK_R_one" = -76; -"@MMK_R_parenright" = -13; -"@MMK_R_parenright.case" = -8; -"@MMK_R_quotedbl" = -123; -"@MMK_R_quotedblleft" = -123; -"@MMK_R_quotedblright" = -123; -"@MMK_R_quoteright" = -123; -"@MMK_R_seven" = -68; -"@MMK_R_three" = -18; -"@MMK_R_two" = 18; -"@MMK_R_zero" = -35; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 24; -"@MMK_R_H" = 154; -"@MMK_R_O" = 98; -"@MMK_R_a" = 3; -"@MMK_R_bracketright" = 169; -"@MMK_R_colon" = 43; -"@MMK_R_colon.ss01" = 28; -"@MMK_R_comma" = 2; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 2; -"@MMK_R_eightsuperior" = 150; -"@MMK_R_ellipsis" = -15; -"@MMK_R_exclam" = 165; -"@MMK_R_fivesuperior" = 160; -"@MMK_R_foursuperior" = 100; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 136; -"@MMK_R_j" = 137; -"@MMK_R_l" = 140; -"@MMK_R_l.ss02" = 145; -"@MMK_R_l.ss03" = 176; -"@MMK_R_n" = 13; -"@MMK_R_ninesuperior" = 170; -"@MMK_R_onesuperior" = 166; -"@MMK_R_parenright" = 141; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -18; -"@MMK_R_question" = 154; -"@MMK_R_question.ss01" = 129; -"@MMK_R_quotedbl" = 176; -"@MMK_R_quotedblleft" = 130; -"@MMK_R_quotedblleft.ss01" = 137; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 43; -"@MMK_R_sevensuperior" = 175; -"@MMK_R_sixsuperior" = 154; -"@MMK_R_slash" = 7; -"@MMK_R_t" = 68; -"@MMK_R_threesuperior" = 156; -"@MMK_R_twosuperior" = 150; -"@MMK_R_u" = 22; -"@MMK_R_v" = 6; -"@MMK_R_w" = 9; -"@MMK_R_y" = 3; -"@MMK_R_z" = 109; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -75; -"@MMK_R_H" = -17; -"@MMK_R_I.ss02" = -16; -"@MMK_R_J" = -84; -"@MMK_R_O" = -6; -"@MMK_R_S" = -8; -"@MMK_R_T" = -8; -"@MMK_R_U" = -10; -"@MMK_R_V" = -22; -"@MMK_R_W" = -14; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = -24; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asterisk" = -4; -"@MMK_R_bracketright" = -34; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = -123; -"@MMK_R_comma.ss01" = -126; -"@MMK_R_e" = -27; -"@MMK_R_eight" = -12; -"@MMK_R_f" = -2; -"@MMK_R_five" = -15; -"@MMK_R_four" = -51; -"@MMK_R_g" = -23; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = -52; -"@MMK_R_hyphen.case" = -13; -"@MMK_R_i" = -20; -"@MMK_R_j" = -22; -"@MMK_R_l" = -18; -"@MMK_R_n" = -21; -"@MMK_R_nine" = -2; -"@MMK_R_one" = -2; -"@MMK_R_parenright" = -61; -"@MMK_R_parenright.case" = -49; -"@MMK_R_period" = -121; -"@MMK_R_period.ss01" = -126; -"@MMK_R_question" = 2; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = -22; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = -92; -"@MMK_R_t" = -3; -"@MMK_R_three" = -5; -"@MMK_R_two" = -6; -"@MMK_R_u" = -16; -"@MMK_R_z" = -19; -"@MMK_R_zero" = -9; -}; -"@MMK_L_e" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -82; -"@MMK_R_U" = 0; -"@MMK_R_V" = -65; -"@MMK_R_W" = -34; -"@MMK_R_X" = -24; -"@MMK_R_Y" = -109; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -63; -"@MMK_R_asterisk" = -68; -"@MMK_R_braceright" = -46; -"@MMK_R_bracketright" = -45; -"@MMK_R_colon" = 19; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -31; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -6; -"@MMK_R_fivesuperior" = -38; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -21; -"@MMK_R_hyphen" = 15; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = -2; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = -2; -"@MMK_R_itilde" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -38; -"@MMK_R_one" = -34; -"@MMK_R_onesuperior" = -67; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -62; -"@MMK_R_period" = 5; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = -56; -"@MMK_R_question.ss01" = -69; -"@MMK_R_quotedbl" = -58; -"@MMK_R_quotedblleft" = -44; -"@MMK_R_quotedblleft.ss01" = -30; -"@MMK_R_quotedblright" = -20; -"@MMK_R_quoteright" = -20; -"@MMK_R_quoteright.ss01" = -23; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 19; -"@MMK_R_sevensuperior" = -62; -"@MMK_R_sixsuperior" = -41; -"@MMK_R_slash" = -5; -"@MMK_R_t" = -11; -"@MMK_R_threesuperior" = -32; -"@MMK_R_trademark" = -82; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -15; -"@MMK_R_v" = -28; -"@MMK_R_w" = -13; -"@MMK_R_x" = -20; -"@MMK_R_y" = -32; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -48; -"@MMK_R_U" = 0; -"@MMK_R_V" = -45; -"@MMK_R_W" = -34; -"@MMK_R_X" = -23; -"@MMK_R_Y" = -69; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asterisk" = -55; -"@MMK_R_bracketright" = -44; -"@MMK_R_colon" = 19; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -31; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -3; -"@MMK_R_fivesuperior" = -38; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -21; -"@MMK_R_hyphen" = 15; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = -2; -"@MMK_R_imacron" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -37; -"@MMK_R_one" = -31; -"@MMK_R_onesuperior" = -50; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -62; -"@MMK_R_period" = 5; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = -41; -"@MMK_R_question.ss01" = -59; -"@MMK_R_quotedbl" = -46; -"@MMK_R_quotedblleft" = -41; -"@MMK_R_quotedblleft.ss01" = -30; -"@MMK_R_quotedblright" = -20; -"@MMK_R_quoteright" = -20; -"@MMK_R_quoteright.ss01" = -23; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 19; -"@MMK_R_sevensuperior" = -46; -"@MMK_R_sixsuperior" = -45; -"@MMK_R_slash" = -5; -"@MMK_R_t" = -8; -"@MMK_R_threesuperior" = -32; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -15; -"@MMK_R_v" = -28; -"@MMK_R_w" = -13; -"@MMK_R_x" = -20; -"@MMK_R_y" = -32; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 11; -"@MMK_R_O" = 0; -"@MMK_R_S" = 16; -"@MMK_R_T" = -15; -"@MMK_R_U" = 0; -"@MMK_R_V" = -29; -"@MMK_R_W" = -16; -"@MMK_R_X" = -3; -"@MMK_R_Y" = -46; -"@MMK_R_Z" = 23; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 15; -"@MMK_R_asterisk" = -13; -"@MMK_R_bracketright" = -28; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 15; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -25; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = 18; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 0; -"@MMK_R_five" = 5; -"@MMK_R_four" = 16; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 5; -"@MMK_R_hyphen.case" = -12; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 16; -"@MMK_R_j" = 3; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 9; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 9; -"@MMK_R_parenright" = -53; -"@MMK_R_parenright.case" = -34; -"@MMK_R_percent" = -10; -"@MMK_R_period" = 16; -"@MMK_R_period.ss01" = -3; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -19; -"@MMK_R_question" = -5; -"@MMK_R_quotedbl" = -20; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 14; -"@MMK_R_semicolon" = 30; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_three" = 18; -"@MMK_R_two" = 12; -"@MMK_R_u" = 5; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 14; -"@MMK_R_zero" = -2; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -16; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 10; -"@MMK_R_O" = -61; -"@MMK_R_S" = -29; -"@MMK_R_T" = -100; -"@MMK_R_U" = -44; -"@MMK_R_V" = -117; -"@MMK_R_W" = -62; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -147; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -33; -"@MMK_R_a.ss04" = -13; -"@MMK_R_asterisk" = -151; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 19; -"@MMK_R_comma" = 17; -"@MMK_R_e" = -38; -"@MMK_R_egrave" = -38; -"@MMK_R_eight" = -25; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -36; -"@MMK_R_five" = -32; -"@MMK_R_four" = -19; -"@MMK_R_g" = -32; -"@MMK_R_guillemetleft" = -38; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen" = -31; -"@MMK_R_hyphen.case" = -105; -"@MMK_R_i" = -16; -"@MMK_R_j" = 0; -"@MMK_R_l" = -16; -"@MMK_R_n" = -16; -"@MMK_R_nine" = -34; -"@MMK_R_one" = -89; -"@MMK_R_parenleft" = -24; -"@MMK_R_parenright" = -43; -"@MMK_R_parenright.case" = -30; -"@MMK_R_period" = 19; -"@MMK_R_pi" = -35; -"@MMK_R_question" = -79; -"@MMK_R_quotedbl" = -235; -"@MMK_R_quotedblleft" = -247; -"@MMK_R_quotedblright" = -247; -"@MMK_R_quoteright" = -123; -"@MMK_R_s" = -14; -"@MMK_R_semicolon" = 16; -"@MMK_R_seven" = -78; -"@MMK_R_slash" = -2; -"@MMK_R_t" = -55; -"@MMK_R_three" = -27; -"@MMK_R_two" = 0; -"@MMK_R_u" = -27; -"@MMK_R_v" = -71; -"@MMK_R_w" = -44; -"@MMK_R_x" = 0; -"@MMK_R_y" = -31; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -54; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -33; -"@MMK_R_H" = 6; -"@MMK_R_I.ss02" = 14; -"@MMK_R_J" = -33; -"@MMK_R_O" = 22; -"@MMK_R_S" = 19; -"@MMK_R_T" = 23; -"@MMK_R_U" = 20; -"@MMK_R_V" = 27; -"@MMK_R_W" = 33; -"@MMK_R_X" = -3; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = 4; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -7; -"@MMK_R_asterisk" = 24; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 36; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = -34; -"@MMK_R_comma.ss01" = -49; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 21; -"@MMK_R_ellipsis" = -47; -"@MMK_R_exclam" = 25; -"@MMK_R_f" = 16; -"@MMK_R_fivesuperior" = 13; -"@MMK_R_four" = -5; -"@MMK_R_foursuperior" = 13; -"@MMK_R_g" = 4; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -7; -"@MMK_R_guillemetright" = 3; -"@MMK_R_hyphen" = 0; -"@MMK_R_icircumflex" = 58; -"@MMK_R_igrave" = 18; -"@MMK_R_imacron" = 42; -"@MMK_R_itilde" = 52; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 25; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 21; -"@MMK_R_one" = 10; -"@MMK_R_onesuperior" = 8; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -7; -"@MMK_R_period" = -34; -"@MMK_R_period.ss01" = -50; -"@MMK_R_question" = 23; -"@MMK_R_question.ss01" = 5; -"@MMK_R_quotedbl" = 18; -"@MMK_R_quotedblleft" = 15; -"@MMK_R_quotedblleft.ss01" = 21; -"@MMK_R_quotedblright" = 37; -"@MMK_R_quoteright" = 36; -"@MMK_R_quoteright.ss01" = 33; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 36; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 19; -"@MMK_R_slash" = -29; -"@MMK_R_t" = 16; -"@MMK_R_threesuperior" = 17; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 18; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -37; -"@MMK_R_v" = 19; -"@MMK_R_w" = 14; -"@MMK_R_x" = 0; -"@MMK_R_y" = 17; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 20; -}; -"@MMK_L_five" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 8; -"@MMK_R_O" = 0; -"@MMK_R_S" = 16; -"@MMK_R_T" = -4; -"@MMK_R_U" = 0; -"@MMK_R_V" = -8; -"@MMK_R_W" = -2; -"@MMK_R_X" = -11; -"@MMK_R_Y" = -9; -"@MMK_R_Z" = 17; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 12; -"@MMK_R_asterisk" = -14; -"@MMK_R_bracketright" = -14; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_degree" = -24; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 7; -"@MMK_R_eight" = 22; -"@MMK_R_ellipsis" = -5; -"@MMK_R_f" = 0; -"@MMK_R_five" = 10; -"@MMK_R_four" = 16; -"@MMK_R_g" = 5; -"@MMK_R_guillemetleft" = 7; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = 18; -"@MMK_R_hyphen.case" = -3; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 30; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 3; -"@MMK_R_one" = -11; -"@MMK_R_parenleft" = 7; -"@MMK_R_parenright" = -31; -"@MMK_R_parenright.case" = -24; -"@MMK_R_percent" = -13; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -10; -"@MMK_R_pi" = -3; -"@MMK_R_plus" = -9; -"@MMK_R_question" = -6; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -20; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -15; -"@MMK_R_quoteright.ss01" = -19; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 7; -"@MMK_R_seven" = -7; -"@MMK_R_slash" = -3; -"@MMK_R_t" = -4; -"@MMK_R_three" = 15; -"@MMK_R_two" = 3; -"@MMK_R_u" = 0; -"@MMK_R_v" = -13; -"@MMK_R_w" = 0; -"@MMK_R_x" = -14; -"@MMK_R_y" = -15; -"@MMK_R_z" = 6; -"@MMK_R_zero" = 3; -}; -"@MMK_L_four" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -34; -"@MMK_R_U" = 0; -"@MMK_R_V" = -37; -"@MMK_R_W" = -23; -"@MMK_R_X" = -21; -"@MMK_R_Y" = -44; -"@MMK_R_Z" = 6; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -39; -"@MMK_R_bracketright" = -43; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_degree" = -59; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 8; -"@MMK_R_eight" = 22; -"@MMK_R_ellipsis" = -7; -"@MMK_R_f" = -18; -"@MMK_R_five" = 0; -"@MMK_R_four" = 21; -"@MMK_R_g" = 7; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -24; -"@MMK_R_hyphen" = 14; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -34; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -56; -"@MMK_R_parenright.case" = -39; -"@MMK_R_percent" = -41; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -7; -"@MMK_R_pi" = -17; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -31; -"@MMK_R_quotedbl" = -48; -"@MMK_R_quotedblleft" = -46; -"@MMK_R_quotedblleft.ss01" = -39; -"@MMK_R_quotedblright" = -35; -"@MMK_R_quoteright" = -35; -"@MMK_R_quoteright.ss01" = -37; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -40; -"@MMK_R_slash" = -9; -"@MMK_R_t" = -23; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 0; -"@MMK_R_v" = -21; -"@MMK_R_w" = -4; -"@MMK_R_x" = -28; -"@MMK_R_y" = -26; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -33; -"@MMK_R_zero.dnom" = -4; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -26; -"@MMK_R_U" = 0; -"@MMK_R_V" = -35; -"@MMK_R_W" = -17; -"@MMK_R_X" = -9; -"@MMK_R_Y" = -66; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = -15; -"@MMK_R_braceright" = -13; -"@MMK_R_bracketright" = -11; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -14; -"@MMK_R_ellipsis" = -16; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -11; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = -2; -"@MMK_R_igrave" = -2; -"@MMK_R_j" = 12; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -21; -"@MMK_R_one" = -12; -"@MMK_R_onesuperior" = -43; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -32; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = -3; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -9; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = -41; -"@MMK_R_sixsuperior" = -18; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -56; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 16; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = 15; -"@MMK_R_O" = -2; -"@MMK_R_S" = -4; -"@MMK_R_T" = -13; -"@MMK_R_U" = -11; -"@MMK_R_V" = -21; -"@MMK_R_W" = -8; -"@MMK_R_X" = 18; -"@MMK_R_Y" = -31; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -23; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asciicircum" = -35; -"@MMK_R_asterisk" = -11; -"@MMK_R_braceright" = 11; -"@MMK_R_bracketright" = 10; -"@MMK_R_colon" = 27; -"@MMK_R_colon.ss01" = 25; -"@MMK_R_comma" = 25; -"@MMK_R_comma.ss01" = 11; -"@MMK_R_e" = -23; -"@MMK_R_egrave" = -23; -"@MMK_R_eightsuperior" = -18; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = -20; -"@MMK_R_four" = -20; -"@MMK_R_foursuperior" = -17; -"@MMK_R_g.ss05" = 10; -"@MMK_R_guillemetleft" = -28; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = -30; -"@MMK_R_icircumflex" = 14; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 6; -"@MMK_R_j" = 41; -"@MMK_R_l.ss02" = -5; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -11; -"@MMK_R_onesuperior" = -15; -"@MMK_R_oslash" = 8; -"@MMK_R_parenright" = -2; -"@MMK_R_period" = 20; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -19; -"@MMK_R_s" = -9; -"@MMK_R_semicolon" = 28; -"@MMK_R_sevensuperior" = -19; -"@MMK_R_sixsuperior" = -15; -"@MMK_R_slash" = 47; -"@MMK_R_t" = -6; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -29; -"@MMK_R_twosuperior" = -19; -"@MMK_R_u" = -10; -"@MMK_R_underscore" = 50; -"@MMK_R_v" = -10; -"@MMK_R_w" = -6; -"@MMK_R_x" = 16; -"@MMK_R_y" = -7; -"@MMK_R_z" = 9; -"@MMK_R_zero" = -2; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 2; -"@MMK_R_O" = -6; -"@MMK_R_S" = -9; -"@MMK_R_T" = -21; -"@MMK_R_U" = -11; -"@MMK_R_V" = -37; -"@MMK_R_W" = -23; -"@MMK_R_X" = 5; -"@MMK_R_Y" = -61; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = -19; -"@MMK_R_asterisk" = -10; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_degree" = -29; -"@MMK_R_e" = -27; -"@MMK_R_egrave" = -27; -"@MMK_R_eight" = -8; -"@MMK_R_ellipsis" = -13; -"@MMK_R_f" = 0; -"@MMK_R_five" = -13; -"@MMK_R_four" = -26; -"@MMK_R_g" = -9; -"@MMK_R_guillemetleft" = -43; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = -35; -"@MMK_R_hyphen.case" = -25; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -2; -"@MMK_R_one" = -7; -"@MMK_R_parenleft" = -9; -"@MMK_R_parenright" = -39; -"@MMK_R_parenright.case" = -22; -"@MMK_R_percent" = -14; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -32; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -26; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -26; -"@MMK_R_quoteright" = -26; -"@MMK_R_quoteright.ss01" = -20; -"@MMK_R_s" = -20; -"@MMK_R_semicolon" = 3; -"@MMK_R_seven" = -13; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -3; -"@MMK_R_three" = -10; -"@MMK_R_two" = 0; -"@MMK_R_u" = -7; -"@MMK_R_v" = -3; -"@MMK_R_w" = 0; -"@MMK_R_x" = 4; -"@MMK_R_y" = 0; -"@MMK_R_z" = 4; -"@MMK_R_zero" = -4; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = -16; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -18; -"@MMK_R_J" = -14; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -79; -"@MMK_R_U" = 0; -"@MMK_R_V" = -67; -"@MMK_R_W" = -31; -"@MMK_R_X" = -35; -"@MMK_R_Y" = -114; -"@MMK_R_Z" = -9; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -67; -"@MMK_R_bracketright" = -51; -"@MMK_R_colon" = -11; -"@MMK_R_colon.ss01" = -18; -"@MMK_R_comma" = -16; -"@MMK_R_comma.ss01" = -23; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eight" = 8; -"@MMK_R_ellipsis" = -25; -"@MMK_R_f" = -22; -"@MMK_R_five" = 0; -"@MMK_R_four" = 6; -"@MMK_R_g" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -43; -"@MMK_R_hyphen" = 11; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -13; -"@MMK_R_one" = -41; -"@MMK_R_parenleft" = 3; -"@MMK_R_parenright" = -70; -"@MMK_R_parenright.case" = -55; -"@MMK_R_percent" = -47; -"@MMK_R_period" = -16; -"@MMK_R_period.ss01" = -25; -"@MMK_R_pi" = -21; -"@MMK_R_plus" = -12; -"@MMK_R_question" = -63; -"@MMK_R_quotedbl" = -69; -"@MMK_R_quotedblleft" = -45; -"@MMK_R_quotedblleft.ss01" = -34; -"@MMK_R_quotedblright" = -29; -"@MMK_R_quoteright" = -30; -"@MMK_R_quoteright.ss01" = -34; -"@MMK_R_s" = -3; -"@MMK_R_semicolon" = -5; -"@MMK_R_seven" = -47; -"@MMK_R_slash" = -24; -"@MMK_R_t" = -24; -"@MMK_R_three" = -5; -"@MMK_R_two" = -14; -"@MMK_R_u" = 0; -"@MMK_R_v" = -31; -"@MMK_R_w" = -12; -"@MMK_R_x" = -35; -"@MMK_R_y" = -35; -"@MMK_R_z" = -12; -"@MMK_R_zero" = 0; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -13; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = 0; -"@MMK_R_O" = 7; -"@MMK_R_S" = 11; -"@MMK_R_T" = -86; -"@MMK_R_U" = 2; -"@MMK_R_V" = -57; -"@MMK_R_W" = -25; -"@MMK_R_X" = -48; -"@MMK_R_Y" = -95; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 19; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asterisk" = -96; -"@MMK_R_bracketright" = -54; -"@MMK_R_colon" = -14; -"@MMK_R_colon.ss01" = -10; -"@MMK_R_comma" = -13; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = 21; -"@MMK_R_egrave" = 21; -"@MMK_R_eight" = 19; -"@MMK_R_f" = -10; -"@MMK_R_five" = 0; -"@MMK_R_four" = 28; -"@MMK_R_g" = 20; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = -32; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_lslash" = 20; -"@MMK_R_n" = 2; -"@MMK_R_nine" = -2; -"@MMK_R_one" = -42; -"@MMK_R_parenleft" = 15; -"@MMK_R_parenright" = -64; -"@MMK_R_period" = -14; -"@MMK_R_period.ss01" = -13; -"@MMK_R_pi" = -9; -"@MMK_R_plus" = -6; -"@MMK_R_question" = -83; -"@MMK_R_quotedbl" = -54; -"@MMK_R_quotedblleft" = -54; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = -13; -"@MMK_R_quoteright" = -16; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -14; -"@MMK_R_seven" = -56; -"@MMK_R_slash" = -28; -"@MMK_R_t" = -10; -"@MMK_R_three" = 0; -"@MMK_R_two" = -9; -"@MMK_R_u" = 11; -"@MMK_R_v" = -22; -"@MMK_R_w" = -3; -"@MMK_R_x" = -47; -"@MMK_R_y" = -28; -"@MMK_R_z" = -14; -"@MMK_R_zero" = 8; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -30; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -64; -"@MMK_R_J" = -67; -"@MMK_R_O" = 22; -"@MMK_R_S" = -9; -"@MMK_R_T" = -80; -"@MMK_R_U" = 12; -"@MMK_R_V" = -38; -"@MMK_R_W" = -14; -"@MMK_R_X" = -73; -"@MMK_R_Y" = -71; -"@MMK_R_Z" = -39; -"@MMK_R_asterisk" = -30; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -68; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_eight" = 0; -"@MMK_R_five" = 5; -"@MMK_R_four" = 10; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = -20; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenright.case" = -52; -"@MMK_R_period" = -68; -"@MMK_R_period.ss01" = -85; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -24; -"@MMK_R_quotedbl" = -22; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_quoteright.ss01" = 5; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -42; -"@MMK_R_three" = -17; -"@MMK_R_two" = -18; -"@MMK_R_zero" = 19; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 2; -"@MMK_R_T" = -7; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -16; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = -7; -"@MMK_R_braceright" = -5; -"@MMK_R_bracketright" = -6; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -17; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 2; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 9; -"@MMK_R_j" = 7; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = -12; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -33; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -13; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = -2; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -24; -"@MMK_R_twosuperior" = -8; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 27; -"@MMK_R_I.ss02" = 50; -"@MMK_R_O" = 31; -"@MMK_R_S" = 42; -"@MMK_R_U" = 40; -"@MMK_R_V" = 36; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 14; -"@MMK_R_Z" = 41; -"@MMK_R_bracketright" = 17; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = 26; -"@MMK_R_ellipsis" = -17; -"@MMK_R_exclam" = 44; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 32; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 11; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 94; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 11; -"@MMK_R_l" = 15; -"@MMK_R_l.ss02" = 21; -"@MMK_R_l.ss03" = 78; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 46; -"@MMK_R_one" = 46; -"@MMK_R_onesuperior" = 60; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = 61; -"@MMK_R_question.ss01" = 47; -"@MMK_R_quotedbl" = 46; -"@MMK_R_quotedblleft" = 40; -"@MMK_R_quotedblleft.ss01" = 42; -"@MMK_R_quotedblright" = 38; -"@MMK_R_quoteright" = 37; -"@MMK_R_quoteright.ss01" = 43; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = 54; -"@MMK_R_sixsuperior" = 49; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 31; -"@MMK_R_twosuperior" = 33; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 24; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 3; -"@MMK_R_T" = 24; -"@MMK_R_U" = 15; -"@MMK_R_V" = 29; -"@MMK_R_W" = 25; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 31; -"@MMK_R_Z" = 18; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 30; -"@MMK_R_bracketright" = 29; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 6; -"@MMK_R_ellipsis" = -16; -"@MMK_R_exclam" = 16; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -9; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 13; -"@MMK_R_imacron" = 19; -"@MMK_R_itilde" = 17; -"@MMK_R_j" = 12; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 26; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 5; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = 7; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = 6; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 6; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = 15; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 7; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 13; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 10; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = -2; -"@MMK_R_V" = -19; -"@MMK_R_W" = -6; -"@MMK_R_X" = 15; -"@MMK_R_Y" = -38; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -18; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = 6; -"@MMK_R_braceright" = -5; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 27; -"@MMK_R_colon.ss01" = 9; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -24; -"@MMK_R_egrave" = -22; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = -34; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -14; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -38; -"@MMK_R_guillemetright" = 7; -"@MMK_R_hyphen" = -53; -"@MMK_R_j" = 6; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -8; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = 5; -"@MMK_R_onesuperior" = -25; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -35; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = 11; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -26; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = -14; -"@MMK_R_semicolon" = 27; -"@MMK_R_sevensuperior" = -33; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = 7; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -48; -"@MMK_R_twosuperior" = -25; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 34; -"@MMK_R_v" = 12; -"@MMK_R_w" = 7; -"@MMK_R_x" = 16; -"@MMK_R_y" = 13; -"@MMK_R_z" = 11; -"@MMK_R_zero" = 0; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 4; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -2; -"@MMK_R_Z" = 0; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -3; -"@MMK_R_ellipsis" = -16; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -9; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 14; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 9; -"@MMK_R_j" = 10; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = -6; -"@MMK_R_onesuperior" = -10; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -18; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -14; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -12; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -23; -"@MMK_R_twosuperior" = -7; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 13; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 15; -"@MMK_R_O" = -5; -"@MMK_R_S" = 0; -"@MMK_R_T" = -7; -"@MMK_R_U" = 0; -"@MMK_R_V" = -8; -"@MMK_R_W" = 0; -"@MMK_R_X" = 11; -"@MMK_R_Y" = -15; -"@MMK_R_Z" = 20; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 8; -"@MMK_R_asciicircum" = -42; -"@MMK_R_asterisk" = -13; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 38; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = 27; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 18; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -17; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 14; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 2; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 9; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = -21; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -25; -"@MMK_R_period" = 32; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -20; -"@MMK_R_quotedbl" = -18; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -13; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 37; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = -15; -"@MMK_R_slash" = 19; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -19; -"@MMK_R_trademark" = -33; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 38; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 15; -"@MMK_R_y" = 0; -"@MMK_R_z" = 14; -"@MMK_R_zero" = -2; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 168; -"@MMK_R_colon" = 42; -"@MMK_R_colon.ss01" = 27; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 82; -"@MMK_R_eightsuperior" = 149; -"@MMK_R_exclam" = 164; -"@MMK_R_f" = 52; -"@MMK_R_fivesuperior" = 159; -"@MMK_R_foursuperior" = 99; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 135; -"@MMK_R_j" = 134; -"@MMK_R_l" = 139; -"@MMK_R_l.ss03" = 175; -"@MMK_R_n" = 13; -"@MMK_R_ninesuperior" = 169; -"@MMK_R_onesuperior" = 165; -"@MMK_R_parenright" = 140; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = 153; -"@MMK_R_question.ss01" = 128; -"@MMK_R_quotedbl" = 175; -"@MMK_R_quotedblleft" = 129; -"@MMK_R_quotedblleft.ss01" = 136; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 42; -"@MMK_R_sevensuperior" = 174; -"@MMK_R_sixsuperior" = 153; -"@MMK_R_slash" = 6; -"@MMK_R_t" = 67; -"@MMK_R_threesuperior" = 155; -"@MMK_R_twosuperior" = 149; -"@MMK_R_u" = 21; -"@MMK_R_v" = 5; -"@MMK_R_z" = 108; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = -36; -"@MMK_R_H" = -31; -"@MMK_R_I.ss02" = -34; -"@MMK_R_J" = -26; -"@MMK_R_O" = -22; -"@MMK_R_S" = -28; -"@MMK_R_T" = -116; -"@MMK_R_V" = -74; -"@MMK_R_W" = -50; -"@MMK_R_Y" = -117; -"@MMK_R_Z" = -31; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = -20; -"@MMK_R_e" = -15; -"@MMK_R_f" = -27; -"@MMK_R_g" = -15; -"@MMK_R_i" = -29; -"@MMK_R_j" = -29; -"@MMK_R_l" = -28; -"@MMK_R_n" = -29; -"@MMK_R_s" = -22; -"@MMK_R_t" = -27; -"@MMK_R_z" = -32; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = 0; -"@MMK_R_U" = 8; -"@MMK_R_X" = -11; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 6; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = 29; -"@MMK_R_colon.ss01" = 5; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -23; -"@MMK_R_e" = 12; -"@MMK_R_egrave" = 12; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -22; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 14; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 14; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -15; -"@MMK_R_parenright" = -30; -"@MMK_R_period" = -11; -"@MMK_R_period.ss01" = -25; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = 2; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = 3; -"@MMK_R_quoteright" = 3; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 29; -"@MMK_R_sevensuperior" = -15; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_v" = 13; -"@MMK_R_w" = 14; -"@MMK_R_x" = 0; -"@MMK_R_y" = 10; -"@MMK_R_z" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 7; -"@MMK_R_H" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -66; -"@MMK_R_U" = -3; -"@MMK_R_V" = -58; -"@MMK_R_W" = -32; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -92; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asciicircum" = -46; -"@MMK_R_asterisk" = -49; -"@MMK_R_braceright" = -24; -"@MMK_R_bracketright" = -24; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 10; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -22; -"@MMK_R_ellipsis" = -9; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -27; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -21; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = 10; -"@MMK_R_j" = 19; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -32; -"@MMK_R_one" = -22; -"@MMK_R_onesuperior" = -59; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -44; -"@MMK_R_period" = 10; -"@MMK_R_period.ss01" = -14; -"@MMK_R_question" = -34; -"@MMK_R_question.ss01" = -41; -"@MMK_R_quotedbl" = -43; -"@MMK_R_quotedblleft" = -29; -"@MMK_R_quotedblleft.ss01" = -24; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 11; -"@MMK_R_sevensuperior" = -53; -"@MMK_R_sixsuperior" = -35; -"@MMK_R_slash" = 10; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -26; -"@MMK_R_trademark" = -71; -"@MMK_R_twosuperior" = -13; -"@MMK_R_underscore" = 10; -"@MMK_R_v" = -19; -"@MMK_R_w" = -6; -"@MMK_R_x" = -2; -"@MMK_R_y" = -12; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 4; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = -9; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 19; -"@MMK_R_S" = 9; -"@MMK_R_T" = -24; -"@MMK_R_U" = 9; -"@MMK_R_V" = -37; -"@MMK_R_W" = -19; -"@MMK_R_X" = -28; -"@MMK_R_Y" = -64; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 18; -"@MMK_R_a.ss04" = 12; -"@MMK_R_asterisk" = -23; -"@MMK_R_bracketright" = -49; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_degree" = -33; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eight" = 18; -"@MMK_R_ellipsis" = -18; -"@MMK_R_f" = 8; -"@MMK_R_five" = 9; -"@MMK_R_four" = 26; -"@MMK_R_g" = 18; -"@MMK_R_guillemetleft" = 15; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = 24; -"@MMK_R_hyphen.case" = 18; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 8; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 3; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 22; -"@MMK_R_parenright" = -65; -"@MMK_R_parenright.case" = -52; -"@MMK_R_percent" = -12; -"@MMK_R_period" = -6; -"@MMK_R_period.ss01" = -20; -"@MMK_R_pi" = 8; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -13; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -12; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 8; -"@MMK_R_semicolon" = 3; -"@MMK_R_seven" = -3; -"@MMK_R_slash" = -15; -"@MMK_R_t" = 3; -"@MMK_R_three" = 0; -"@MMK_R_two" = -4; -"@MMK_R_u" = 12; -"@MMK_R_v" = -2; -"@MMK_R_w" = 2; -"@MMK_R_x" = -17; -"@MMK_R_y" = -3; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 20; -}; -"@MMK_L_o" = { -"@MMK_R_A" = -2; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -82; -"@MMK_R_U" = 0; -"@MMK_R_V" = -63; -"@MMK_R_W" = -32; -"@MMK_R_X" = -25; -"@MMK_R_Y" = -107; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 11; -"@MMK_R_asciicircum" = -61; -"@MMK_R_asterisk" = -66; -"@MMK_R_braceright" = -47; -"@MMK_R_bracketright" = -42; -"@MMK_R_colon" = 14; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 10; -"@MMK_R_egrave" = 10; -"@MMK_R_eightsuperior" = -30; -"@MMK_R_ellipsis" = -9; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -36; -"@MMK_R_four" = 12; -"@MMK_R_foursuperior" = -31; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = -27; -"@MMK_R_hyphen" = 19; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 14; -"@MMK_R_ninesuperior" = -34; -"@MMK_R_one" = -30; -"@MMK_R_onesuperior" = -49; -"@MMK_R_oslash" = 11; -"@MMK_R_parenright" = -65; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = -54; -"@MMK_R_question.ss01" = -63; -"@MMK_R_quotedbl" = -44; -"@MMK_R_quotedblleft" = -42; -"@MMK_R_quotedblleft.ss01" = -28; -"@MMK_R_quotedblright" = -18; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -22; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -49; -"@MMK_R_sixsuperior" = -41; -"@MMK_R_slash" = -10; -"@MMK_R_t" = -4; -"@MMK_R_threesuperior" = -30; -"@MMK_R_trademark" = -80; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = -21; -"@MMK_R_v" = -26; -"@MMK_R_w" = -10; -"@MMK_R_x" = -20; -"@MMK_R_y" = -30; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_p" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -77; -"@MMK_R_U" = 0; -"@MMK_R_V" = -61; -"@MMK_R_W" = -31; -"@MMK_R_X" = -24; -"@MMK_R_Y" = -102; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -56; -"@MMK_R_asterisk" = -60; -"@MMK_R_braceright" = -45; -"@MMK_R_bracketright" = -44; -"@MMK_R_colon" = 14; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = -27; -"@MMK_R_ellipsis" = -9; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -33; -"@MMK_R_four" = 10; -"@MMK_R_foursuperior" = -27; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = -27; -"@MMK_R_hyphen" = 18; -"@MMK_R_l.ss02" = 6; -"@MMK_R_lslash" = 13; -"@MMK_R_ninesuperior" = -35; -"@MMK_R_one" = -27; -"@MMK_R_onesuperior" = -62; -"@MMK_R_oslash" = 10; -"@MMK_R_parenright" = -64; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = -44; -"@MMK_R_question.ss01" = -55; -"@MMK_R_quotedbl" = -48; -"@MMK_R_quotedblleft" = -35; -"@MMK_R_quotedblleft.ss01" = -27; -"@MMK_R_quotedblright" = -15; -"@MMK_R_quoteright" = -15; -"@MMK_R_quoteright.ss01" = -19; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 15; -"@MMK_R_sevensuperior" = -60; -"@MMK_R_sixsuperior" = -41; -"@MMK_R_slash" = -10; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -31; -"@MMK_R_trademark" = -78; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 6; -"@MMK_R_underscore" = -19; -"@MMK_R_v" = -22; -"@MMK_R_w" = -8; -"@MMK_R_x" = -18; -"@MMK_R_y" = -28; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -33; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = -33; -"@MMK_R_O" = -54; -"@MMK_R_S" = -41; -"@MMK_R_T" = 0; -"@MMK_R_U" = -5; -"@MMK_R_V" = -3; -"@MMK_R_W" = -4; -"@MMK_R_X" = -26; -"@MMK_R_Y" = -7; -"@MMK_R_Z" = -9; -"@MMK_R_a" = -69; -"@MMK_R_a.ss04" = -51; -"@MMK_R_asterisk" = -28; -"@MMK_R_bracketright" = 9; -"@MMK_R_colon" = -38; -"@MMK_R_colon.ss01" = -44; -"@MMK_R_comma" = 19; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -38; -"@MMK_R_e" = -69; -"@MMK_R_egrave" = -44; -"@MMK_R_eight" = -41; -"@MMK_R_ellipsis" = -48; -"@MMK_R_f" = -44; -"@MMK_R_five" = -20; -"@MMK_R_four" = -59; -"@MMK_R_g" = -57; -"@MMK_R_guillemetleft" = -71; -"@MMK_R_guillemetright" = -48; -"@MMK_R_hyphen" = -67; -"@MMK_R_i" = -15; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 40; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -15; -"@MMK_R_n" = -51; -"@MMK_R_nine" = -39; -"@MMK_R_one" = -37; -"@MMK_R_parenleft" = -50; -"@MMK_R_parenright" = 22; -"@MMK_R_percent" = -28; -"@MMK_R_period" = -40; -"@MMK_R_period.ss01" = -47; -"@MMK_R_pi" = -46; -"@MMK_R_plus" = -76; -"@MMK_R_question" = -32; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -44; -"@MMK_R_quotedblleft.ss01" = -35; -"@MMK_R_quotedblright" = -21; -"@MMK_R_quoteright" = -20; -"@MMK_R_quoteright.ss01" = -22; -"@MMK_R_s" = -64; -"@MMK_R_semicolon" = 19; -"@MMK_R_seven" = -15; -"@MMK_R_slash" = -2; -"@MMK_R_t" = -45; -"@MMK_R_three" = -39; -"@MMK_R_two" = -38; -"@MMK_R_u" = -61; -"@MMK_R_v" = -51; -"@MMK_R_w" = -47; -"@MMK_R_x" = -37; -"@MMK_R_y" = -14; -"@MMK_R_z" = -40; -"@MMK_R_zero" = -53; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = -13; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -7; -"@MMK_R_O" = -54; -"@MMK_R_S" = -42; -"@MMK_R_T" = -14; -"@MMK_R_U" = -8; -"@MMK_R_V" = -14; -"@MMK_R_W" = -5; -"@MMK_R_X" = -3; -"@MMK_R_Y" = -13; -"@MMK_R_Z" = -3; -"@MMK_R_asterisk" = -32; -"@MMK_R_colon" = -16; -"@MMK_R_colon.ss01" = -18; -"@MMK_R_comma" = -4; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -45; -"@MMK_R_eight" = -39; -"@MMK_R_ellipsis" = -25; -"@MMK_R_five" = -29; -"@MMK_R_four" = -36; -"@MMK_R_guillemetleft" = -54; -"@MMK_R_guillemetright" = -26; -"@MMK_R_hyphen.case" = -53; -"@MMK_R_nine" = -42; -"@MMK_R_one" = -40; -"@MMK_R_parenright.case" = 3; -"@MMK_R_percent" = -34; -"@MMK_R_period" = -18; -"@MMK_R_period.ss01" = -22; -"@MMK_R_plus" = -66; -"@MMK_R_question" = -34; -"@MMK_R_quotedbl" = -23; -"@MMK_R_quotedblleft" = -48; -"@MMK_R_quotedblleft.ss01" = -41; -"@MMK_R_quotedblright" = -26; -"@MMK_R_quoteright" = -25; -"@MMK_R_quoteright.ss01" = -26; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -19; -"@MMK_R_slash" = 27; -"@MMK_R_three" = -40; -"@MMK_R_two" = -4; -"@MMK_R_zero" = -53; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 17; -"@MMK_R_S" = 7; -"@MMK_R_T" = -20; -"@MMK_R_U" = 7; -"@MMK_R_V" = -34; -"@MMK_R_W" = -13; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 16; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asterisk" = -17; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 12; -"@MMK_R_egrave" = 12; -"@MMK_R_eight" = 10; -"@MMK_R_f" = 3; -"@MMK_R_five" = 8; -"@MMK_R_four" = 7; -"@MMK_R_g" = 14; -"@MMK_R_guillemetleft" = 9; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = 18; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 11; -"@MMK_R_j" = 8; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 4; -"@MMK_R_one" = -7; -"@MMK_R_parenleft" = 17; -"@MMK_R_parenright" = -50; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -18; -"@MMK_R_pi" = 3; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -7; -"@MMK_R_quotedbl" = -21; -"@MMK_R_quotedblleft" = -12; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 25; -"@MMK_R_seven" = -10; -"@MMK_R_slash" = -9; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = -2; -"@MMK_R_u" = 6; -"@MMK_R_v" = -3; -"@MMK_R_w" = 0; -"@MMK_R_x" = -8; -"@MMK_R_y" = 0; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 17; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -78; -"@MMK_R_bracketright" = -49; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -15; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = -30; -"@MMK_R_hyphen" = -5; -"@MMK_R_hyphen.case" = -26; -"@MMK_R_parenright" = -68; -"@MMK_R_parenright.case" = -45; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = -75; -"@MMK_R_quotedbl" = -73; -"@MMK_R_quotedblleft" = -90; -"@MMK_R_quotedblleft.ss01" = -73; -"@MMK_R_quotedblright" = -68; -"@MMK_R_quoteright" = -68; -"@MMK_R_quoteright.ss01" = -70; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -12; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 22; -"@MMK_R_J" = 39; -"@MMK_R_O" = -52; -"@MMK_R_S" = -17; -"@MMK_R_T" = -83; -"@MMK_R_U" = -35; -"@MMK_R_V" = -93; -"@MMK_R_W" = -46; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -121; -"@MMK_R_Z" = 29; -"@MMK_R_a" = -21; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -121; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 21; -"@MMK_R_e" = -26; -"@MMK_R_eight" = -12; -"@MMK_R_f" = -25; -"@MMK_R_five" = -19; -"@MMK_R_four" = -10; -"@MMK_R_g" = -21; -"@MMK_R_guillemetleft" = -39; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -33; -"@MMK_R_hyphen.case" = -92; -"@MMK_R_i" = 0; -"@MMK_R_j" = 6; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -22; -"@MMK_R_one" = -76; -"@MMK_R_parenleft" = -13; -"@MMK_R_parenright" = -38; -"@MMK_R_parenright.case" = -21; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -23; -"@MMK_R_question" = -78; -"@MMK_R_quotedbl" = -121; -"@MMK_R_quotedblleft" = -121; -"@MMK_R_quotedblright" = -121; -"@MMK_R_quoteright" = -121; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 19; -"@MMK_R_seven" = -68; -"@MMK_R_slash" = 11; -"@MMK_R_t" = -38; -"@MMK_R_three" = -14; -"@MMK_R_two" = 17; -"@MMK_R_u" = -15; -"@MMK_R_v" = -60; -"@MMK_R_w" = -31; -"@MMK_R_x" = 0; -"@MMK_R_y" = -17; -"@MMK_R_z" = 25; -"@MMK_R_zero" = -35; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = -21; -"@MMK_R_I.ss02" = -8; -"@MMK_R_J" = 0; -"@MMK_R_O" = -48; -"@MMK_R_S" = -21; -"@MMK_R_T" = -116; -"@MMK_R_U" = -36; -"@MMK_R_V" = -106; -"@MMK_R_W" = -62; -"@MMK_R_X" = -3; -"@MMK_R_Y" = -157; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asterisk" = -126; -"@MMK_R_bracketright" = -21; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = -29; -"@MMK_R_egrave" = -29; -"@MMK_R_eight" = -18; -"@MMK_R_f" = -37; -"@MMK_R_five" = -24; -"@MMK_R_four" = -9; -"@MMK_R_g" = -31; -"@MMK_R_guillemetleft" = -35; -"@MMK_R_guillemetright" = -18; -"@MMK_R_hyphen" = -20; -"@MMK_R_hyphen.case" = -87; -"@MMK_R_i" = -19; -"@MMK_R_j" = 0; -"@MMK_R_l" = -19; -"@MMK_R_n" = -19; -"@MMK_R_nine" = -26; -"@MMK_R_one" = -98; -"@MMK_R_parenleft" = -24; -"@MMK_R_parenright" = -46; -"@MMK_R_parenright.case" = -28; -"@MMK_R_period.ss01" = -12; -"@MMK_R_pi" = -36; -"@MMK_R_quotedbl" = -114; -"@MMK_R_quotedblleft.ss01" = -126; -"@MMK_R_quoteright.ss01" = -126; -"@MMK_R_s" = -10; -"@MMK_R_seven" = -82; -"@MMK_R_slash" = -4; -"@MMK_R_t" = -55; -"@MMK_R_three" = -19; -"@MMK_R_two" = -7; -"@MMK_R_u" = -24; -"@MMK_R_v" = -69; -"@MMK_R_w" = -40; -"@MMK_R_x" = -3; -"@MMK_R_y" = -31; -"@MMK_R_z" = -6; -"@MMK_R_zero" = -37; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -35; -"@MMK_R_H" = -11; -"@MMK_R_I.ss02" = -46; -"@MMK_R_J" = -67; -"@MMK_R_O" = 0; -"@MMK_R_S" = -9; -"@MMK_R_T" = -68; -"@MMK_R_U" = 0; -"@MMK_R_V" = -52; -"@MMK_R_W" = -26; -"@MMK_R_Y" = -83; -"@MMK_R_Z" = -38; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = 0; -"@MMK_R_g" = 0; -"@MMK_R_i" = -12; -"@MMK_R_j" = -12; -"@MMK_R_l" = -11; -"@MMK_R_n" = -12; -"@MMK_R_s" = 0; -"@MMK_R_t" = 0; -"@MMK_R_u" = 0; -"@MMK_R_z" = -17; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -54; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -6; -"@MMK_R_J" = -70; -"@MMK_R_O" = 7; -"@MMK_R_S" = 0; -"@MMK_R_T" = -2; -"@MMK_R_U" = 0; -"@MMK_R_V" = -12; -"@MMK_R_W" = 0; -"@MMK_R_X" = -61; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = -16; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = -10; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = -72; -"@MMK_R_comma.ss01" = -92; -"@MMK_R_e" = -11; -"@MMK_R_f" = 7; -"@MMK_R_g" = -9; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -17; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_n" = -11; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -53; -"@MMK_R_parenright.case" = -44; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -94; -"@MMK_R_pi" = 5; -"@MMK_R_question" = 12; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = 6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 6; -"@MMK_R_s" = -8; -"@MMK_R_semicolon" = 25; -"@MMK_R_slash" = -70; -"@MMK_R_t" = 7; -"@MMK_R_u" = -5; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -10; -"@MMK_R_y" = 0; -"@MMK_R_z" = -10; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = -7; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 2; -"@MMK_R_O" = -69; -"@MMK_R_S" = -43; -"@MMK_R_T" = -86; -"@MMK_R_U" = -58; -"@MMK_R_V" = -108; -"@MMK_R_W" = -58; -"@MMK_R_X" = 11; -"@MMK_R_Y" = -130; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -44; -"@MMK_R_a.ss04" = -20; -"@MMK_R_e" = -54; -"@MMK_R_eight" = -36; -"@MMK_R_f" = -28; -"@MMK_R_five" = -45; -"@MMK_R_four" = -73; -"@MMK_R_g" = -14; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = -3; -"@MMK_R_j" = 53; -"@MMK_R_l" = -3; -"@MMK_R_n" = -3; -"@MMK_R_nine" = -48; -"@MMK_R_one" = -75; -"@MMK_R_parenright" = -11; -"@MMK_R_quotedbl" = -109; -"@MMK_R_quotedblleft" = -83; -"@MMK_R_quoteright" = -75; -"@MMK_R_s" = -26; -"@MMK_R_seven" = -67; -"@MMK_R_t" = -56; -"@MMK_R_three" = -40; -"@MMK_R_two" = 0; -"@MMK_R_u" = -33; -"@MMK_R_v" = -71; -"@MMK_R_w" = -43; -"@MMK_R_x" = 14; -"@MMK_R_y" = -4; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -61; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -74; -"@MMK_R_H" = -8; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -76; -"@MMK_R_O" = -3; -"@MMK_R_S" = -3; -"@MMK_R_T" = 6; -"@MMK_R_U" = 0; -"@MMK_R_V" = 13; -"@MMK_R_W" = 13; -"@MMK_R_X" = -23; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -29; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asterisk" = 10; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = -123; -"@MMK_R_comma.ss01" = -126; -"@MMK_R_degree" = -7; -"@MMK_R_e" = -29; -"@MMK_R_egrave" = -21; -"@MMK_R_eight" = -4; -"@MMK_R_ellipsis" = -235; -"@MMK_R_f" = 0; -"@MMK_R_five" = -7; -"@MMK_R_four" = -46; -"@MMK_R_g" = -25; -"@MMK_R_guillemetleft" = -39; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -41; -"@MMK_R_hyphen.case" = -19; -"@MMK_R_i" = -11; -"@MMK_R_icircumflex" = 50; -"@MMK_R_j" = -11; -"@MMK_R_l" = -8; -"@MMK_R_lslash" = -15; -"@MMK_R_n" = -20; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -13; -"@MMK_R_parenright" = -20; -"@MMK_R_parenright.case" = -16; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -121; -"@MMK_R_period.ss01" = -114; -"@MMK_R_pi" = -4; -"@MMK_R_plus" = -29; -"@MMK_R_question" = 16; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -24; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = 9; -"@MMK_R_slash" = -88; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = -2; -"@MMK_R_u" = -16; -"@MMK_R_v" = -3; -"@MMK_R_w" = -5; -"@MMK_R_x" = -16; -"@MMK_R_y" = -5; -"@MMK_R_z" = -16; -"@MMK_R_zero" = -6; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = -16; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = 9; -"@MMK_R_O" = -54; -"@MMK_R_S" = -31; -"@MMK_R_T" = -102; -"@MMK_R_U" = -43; -"@MMK_R_V" = -117; -"@MMK_R_W" = -60; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -145; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -29; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asterisk" = -151; -"@MMK_R_colon" = 20; -"@MMK_R_comma" = 24; -"@MMK_R_e" = -36; -"@MMK_R_egrave" = -36; -"@MMK_R_eight" = -25; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -32; -"@MMK_R_five" = -28; -"@MMK_R_four" = -23; -"@MMK_R_g" = -21; -"@MMK_R_guillemetleft" = -41; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = -42; -"@MMK_R_hyphen.case" = -116; -"@MMK_R_i" = -14; -"@MMK_R_icircumflex" = -14; -"@MMK_R_j" = 35; -"@MMK_R_l" = -14; -"@MMK_R_lslash" = -21; -"@MMK_R_n" = -14; -"@MMK_R_nine" = -32; -"@MMK_R_one" = -89; -"@MMK_R_parenleft" = -22; -"@MMK_R_percent" = -63; -"@MMK_R_period" = 20; -"@MMK_R_pi" = -31; -"@MMK_R_plus" = -97; -"@MMK_R_question" = -81; -"@MMK_R_quotedblleft" = -123; -"@MMK_R_quotedblright" = -247; -"@MMK_R_quoteright" = -123; -"@MMK_R_s" = -17; -"@MMK_R_seven" = -76; -"@MMK_R_slash" = 19; -"@MMK_R_t" = -46; -"@MMK_R_three" = -25; -"@MMK_R_two" = -2; -"@MMK_R_u" = -23; -"@MMK_R_v" = -72; -"@MMK_R_w" = -41; -"@MMK_R_x" = 0; -"@MMK_R_y" = -19; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -43; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = -21; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = 0; -"@MMK_R_O" = -45; -"@MMK_R_S" = -19; -"@MMK_R_T" = -116; -"@MMK_R_U" = -34; -"@MMK_R_V" = -102; -"@MMK_R_W" = -60; -"@MMK_R_X" = -3; -"@MMK_R_Y" = -154; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -25; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asterisk" = -126; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma.ss01" = 2; -"@MMK_R_e" = -27; -"@MMK_R_egrave" = -27; -"@MMK_R_eight" = -15; -"@MMK_R_f" = -37; -"@MMK_R_five" = -22; -"@MMK_R_four" = -7; -"@MMK_R_g" = -24; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = -18; -"@MMK_R_hyphen" = -17; -"@MMK_R_hyphen.case" = -74; -"@MMK_R_i" = -18; -"@MMK_R_icircumflex" = -18; -"@MMK_R_j" = 39; -"@MMK_R_l" = -18; -"@MMK_R_lslash" = -21; -"@MMK_R_n" = -18; -"@MMK_R_nine" = -24; -"@MMK_R_one" = -98; -"@MMK_R_parenleft" = -18; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = -18; -"@MMK_R_percent" = -69; -"@MMK_R_period.ss01" = -12; -"@MMK_R_pi" = -35; -"@MMK_R_plus" = -75; -"@MMK_R_quotedbl" = -126; -"@MMK_R_quotedblleft.ss01" = -126; -"@MMK_R_quoteright.ss01" = -126; -"@MMK_R_s" = -8; -"@MMK_R_seven" = -81; -"@MMK_R_slash" = 24; -"@MMK_R_t" = -54; -"@MMK_R_three" = -17; -"@MMK_R_two" = -5; -"@MMK_R_u" = -23; -"@MMK_R_v" = -66; -"@MMK_R_w" = -39; -"@MMK_R_x" = -3; -"@MMK_R_y" = -21; -"@MMK_R_z" = -2; -"@MMK_R_zero" = -35; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -51; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -68; -"@MMK_R_O" = 2; -"@MMK_R_S" = -2; -"@MMK_R_T" = 13; -"@MMK_R_U" = 11; -"@MMK_R_V" = 21; -"@MMK_R_W" = 18; -"@MMK_R_X" = -10; -"@MMK_R_Y" = 24; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = -10; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 18; -"@MMK_R_comma" = -123; -"@MMK_R_degree" = -12; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -12; -"@MMK_R_eight" = -9; -"@MMK_R_ellipsis" = -247; -"@MMK_R_f" = 8; -"@MMK_R_five" = 0; -"@MMK_R_four" = -36; -"@MMK_R_g" = -8; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -27; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 19; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -8; -"@MMK_R_n" = -13; -"@MMK_R_nine" = 6; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -11; -"@MMK_R_parenright.case" = -3; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -121; -"@MMK_R_pi" = 8; -"@MMK_R_plus" = -3; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 3; -"@MMK_R_quotedblright" = 16; -"@MMK_R_quoteright" = 16; -"@MMK_R_s" = -8; -"@MMK_R_semicolon" = 18; -"@MMK_R_seven" = 23; -"@MMK_R_slash" = -70; -"@MMK_R_t" = 8; -"@MMK_R_three" = -3; -"@MMK_R_two" = -2; -"@MMK_R_u" = -8; -"@MMK_R_v" = -2; -"@MMK_R_w" = -2; -"@MMK_R_x" = -19; -"@MMK_R_y" = -2; -"@MMK_R_z" = -8; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -59; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -75; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 2; -"@MMK_R_W" = 11; -"@MMK_R_X" = -22; -"@MMK_R_Y" = 2; -"@MMK_R_Z" = -7; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = -13; -"@MMK_R_asterisk" = 7; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon.ss01" = -10; -"@MMK_R_comma.ss01" = -126; -"@MMK_R_degree" = -6; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -10; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 6; -"@MMK_R_five" = 0; -"@MMK_R_four" = -31; -"@MMK_R_g" = -9; -"@MMK_R_guillemetleft" = -24; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -15; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -3; -"@MMK_R_icircumflex" = 40; -"@MMK_R_j" = -3; -"@MMK_R_l" = -2; -"@MMK_R_lslash" = -6; -"@MMK_R_n" = -18; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -20; -"@MMK_R_parenright.case" = -15; -"@MMK_R_percent" = 4; -"@MMK_R_period.ss01" = -126; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -9; -"@MMK_R_quotedbl" = 3; -"@MMK_R_quotedblleft.ss01" = 2; -"@MMK_R_quoteright.ss01" = 16; -"@MMK_R_s" = -13; -"@MMK_R_seven" = 11; -"@MMK_R_slash" = -68; -"@MMK_R_t" = 5; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -13; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -13; -"@MMK_R_y" = 0; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -51; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -68; -"@MMK_R_O" = 2; -"@MMK_R_S" = -2; -"@MMK_R_T" = 13; -"@MMK_R_U" = 11; -"@MMK_R_V" = 21; -"@MMK_R_W" = 18; -"@MMK_R_X" = -10; -"@MMK_R_Y" = 24; -"@MMK_R_Z" = -3; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = -10; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 18; -"@MMK_R_comma" = -123; -"@MMK_R_degree" = -12; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -12; -"@MMK_R_eight" = -9; -"@MMK_R_ellipsis" = -123; -"@MMK_R_f" = 8; -"@MMK_R_five" = 0; -"@MMK_R_four" = -36; -"@MMK_R_g" = -8; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -18; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 19; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = -13; -"@MMK_R_nine" = 6; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -11; -"@MMK_R_parenright.case" = -3; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -121; -"@MMK_R_pi" = 8; -"@MMK_R_plus" = -3; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 3; -"@MMK_R_quotedblright" = 16; -"@MMK_R_quoteright" = 16; -"@MMK_R_s" = -8; -"@MMK_R_semicolon" = 18; -"@MMK_R_seven" = 23; -"@MMK_R_slash" = -70; -"@MMK_R_t" = 8; -"@MMK_R_three" = -3; -"@MMK_R_two" = -2; -"@MMK_R_u" = -8; -"@MMK_R_v" = -2; -"@MMK_R_w" = -2; -"@MMK_R_x" = -19; -"@MMK_R_y" = -2; -"@MMK_R_z" = -8; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -76; -"@MMK_R_H" = -5; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -75; -"@MMK_R_O" = -5; -"@MMK_R_S" = 0; -"@MMK_R_T" = 7; -"@MMK_R_U" = 0; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = -36; -"@MMK_R_Y" = -7; -"@MMK_R_Z" = -5; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -29; -"@MMK_R_asterisk" = 11; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = -2; -"@MMK_R_comma" = -123; -"@MMK_R_e" = -34; -"@MMK_R_egrave" = -22; -"@MMK_R_eight" = -2; -"@MMK_R_ellipsis" = -247; -"@MMK_R_f" = 0; -"@MMK_R_five" = -5; -"@MMK_R_four" = -61; -"@MMK_R_g" = -29; -"@MMK_R_guillemetleft" = -47; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = -61; -"@MMK_R_hyphen.case" = -26; -"@MMK_R_i" = -14; -"@MMK_R_icircumflex" = 54; -"@MMK_R_j" = -13; -"@MMK_R_l" = -9; -"@MMK_R_lslash" = -17; -"@MMK_R_n" = -24; -"@MMK_R_nine" = 5; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -12; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -25; -"@MMK_R_percent" = 6; -"@MMK_R_period" = -121; -"@MMK_R_pi" = -4; -"@MMK_R_plus" = -34; -"@MMK_R_question" = 24; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 3; -"@MMK_R_quoteright" = 3; -"@MMK_R_s" = -30; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = 9; -"@MMK_R_slash" = -96; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -18; -"@MMK_R_v" = -3; -"@MMK_R_w" = -5; -"@MMK_R_x" = -12; -"@MMK_R_y" = -2; -"@MMK_R_z" = -18; -"@MMK_R_zero" = -6; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -72; -"@MMK_R_H" = -9; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -81; -"@MMK_R_O" = -3; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 4; -"@MMK_R_W" = 2; -"@MMK_R_X" = -30; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -12; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -22; -"@MMK_R_asterisk" = 4; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma.ss01" = -126; -"@MMK_R_e" = -28; -"@MMK_R_egrave" = -24; -"@MMK_R_eight" = -4; -"@MMK_R_f" = 0; -"@MMK_R_five" = -8; -"@MMK_R_four" = -52; -"@MMK_R_g" = -24; -"@MMK_R_guillemetleft" = -37; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = -36; -"@MMK_R_hyphen.case" = -6; -"@MMK_R_i" = -12; -"@MMK_R_icircumflex" = 42; -"@MMK_R_j" = -12; -"@MMK_R_l" = -8; -"@MMK_R_lslash" = -14; -"@MMK_R_n" = -22; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -9; -"@MMK_R_parenright" = -23; -"@MMK_R_parenright.case" = -16; -"@MMK_R_percent" = -3; -"@MMK_R_period.ss01" = -126; -"@MMK_R_pi" = -3; -"@MMK_R_plus" = -20; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 2; -"@MMK_R_s" = -23; -"@MMK_R_seven" = 9; -"@MMK_R_slash" = -84; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = -2; -"@MMK_R_u" = -18; -"@MMK_R_v" = -2; -"@MMK_R_w" = -2; -"@MMK_R_x" = -14; -"@MMK_R_y" = 0; -"@MMK_R_z" = -19; -"@MMK_R_zero" = 0; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -38; -"@MMK_R_I.ss02" = -11; -"@MMK_R_J" = -65; -"@MMK_R_O" = 17; -"@MMK_R_S" = 0; -"@MMK_R_T" = -2; -"@MMK_R_U" = 9; -"@MMK_R_V" = -24; -"@MMK_R_W" = -8; -"@MMK_R_X" = -70; -"@MMK_R_Y" = -42; -"@MMK_R_Z" = -20; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -14; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -52; -"@MMK_R_bracketright" = -52; -"@MMK_R_colon" = 32; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -67; -"@MMK_R_comma.ss01" = -81; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 3; -"@MMK_R_ellipsis" = -76; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 15; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -9; -"@MMK_R_foursuperior" = 6; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -21; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = -67; -"@MMK_R_period.ss01" = -82; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 3; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 32; -"@MMK_R_sevensuperior" = -24; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -46; -"@MMK_R_t" = 14; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -39; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -68; -"@MMK_R_v" = 15; -"@MMK_R_w" = 14; -"@MMK_R_x" = -6; -"@MMK_R_y" = 13; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 17; -}; -"@MMK_L_s" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -69; -"@MMK_R_U" = -2; -"@MMK_R_V" = -53; -"@MMK_R_W" = -31; -"@MMK_R_X" = -15; -"@MMK_R_Y" = -89; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 14; -"@MMK_R_asciicircum" = -43; -"@MMK_R_asterisk" = -48; -"@MMK_R_braceright" = -41; -"@MMK_R_bracketright" = -40; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 18; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -21; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -30; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -18; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 15; -"@MMK_R_guillemetleft" = -7; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 2; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -21; -"@MMK_R_onesuperior" = -46; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -53; -"@MMK_R_period" = 18; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = -33; -"@MMK_R_question.ss01" = -40; -"@MMK_R_quotedbl" = -40; -"@MMK_R_quotedblleft" = -29; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = 31; -"@MMK_R_sevensuperior" = -61; -"@MMK_R_sixsuperior" = -33; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -25; -"@MMK_R_trademark" = -69; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -4; -"@MMK_R_v" = -17; -"@MMK_R_w" = -9; -"@MMK_R_x" = -9; -"@MMK_R_y" = -19; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 0; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -69; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 8; -"@MMK_R_J" = -67; -"@MMK_R_O" = 5; -"@MMK_R_S" = 14; -"@MMK_R_T" = 20; -"@MMK_R_U" = 14; -"@MMK_R_V" = 13; -"@MMK_R_W" = 20; -"@MMK_R_X" = -12; -"@MMK_R_Y" = 10; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -31; -"@MMK_R_a.ss04" = -32; -"@MMK_R_asterisk" = 17; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -80; -"@MMK_R_comma.ss01" = -92; -"@MMK_R_degree" = 0; -"@MMK_R_e" = -32; -"@MMK_R_egrave" = -13; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -92; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -49; -"@MMK_R_g" = -27; -"@MMK_R_guillemetleft" = -45; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -49; -"@MMK_R_hyphen.case" = -22; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 63; -"@MMK_R_j" = 0; -"@MMK_R_n" = -17; -"@MMK_R_nine" = 25; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -14; -"@MMK_R_parenright.case" = -6; -"@MMK_R_percent" = 12; -"@MMK_R_period" = -81; -"@MMK_R_period.ss01" = -94; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -33; -"@MMK_R_question" = 25; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 11; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 12; -"@MMK_R_quoteright" = 12; -"@MMK_R_quoteright.ss01" = 4; -"@MMK_R_s" = -27; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = 31; -"@MMK_R_slash" = -85; -"@MMK_R_t" = 0; -"@MMK_R_three" = 6; -"@MMK_R_two" = 7; -"@MMK_R_u" = -9; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -8; -"@MMK_R_y" = 0; -"@MMK_R_z" = -18; -"@MMK_R_zero" = 2; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -28; -}; -"@MMK_L_six" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = 13; -"@MMK_R_O" = 3; -"@MMK_R_S" = 21; -"@MMK_R_T" = -10; -"@MMK_R_U" = 2; -"@MMK_R_V" = -23; -"@MMK_R_W" = -10; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -38; -"@MMK_R_Z" = 18; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 12; -"@MMK_R_asterisk" = -7; -"@MMK_R_bracketright" = -34; -"@MMK_R_colon" = 17; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 3; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_degree" = -24; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eight" = 21; -"@MMK_R_ellipsis" = -4; -"@MMK_R_f" = 0; -"@MMK_R_five" = 10; -"@MMK_R_four" = 17; -"@MMK_R_g" = 4; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 18; -"@MMK_R_hyphen.case" = -4; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 22; -"@MMK_R_j" = 4; -"@MMK_R_l" = 3; -"@MMK_R_n" = 3; -"@MMK_R_nine" = 11; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 13; -"@MMK_R_parenright" = -55; -"@MMK_R_parenright.case" = -41; -"@MMK_R_percent" = -5; -"@MMK_R_period" = 4; -"@MMK_R_period.ss01" = -9; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -10; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -16; -"@MMK_R_quotedblright" = -23; -"@MMK_R_quoteright" = -23; -"@MMK_R_quoteright.ss01" = -17; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = 17; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 0; -"@MMK_R_three" = 21; -"@MMK_R_two" = 10; -"@MMK_R_u" = 6; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -5; -"@MMK_R_y" = 0; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 6; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -87; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 5; -"@MMK_R_J" = -63; -"@MMK_R_O" = -13; -"@MMK_R_S" = -3; -"@MMK_R_T" = 11; -"@MMK_R_U" = 12; -"@MMK_R_V" = 12; -"@MMK_R_W" = 20; -"@MMK_R_X" = -10; -"@MMK_R_Y" = 12; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -39; -"@MMK_R_a.ss04" = -38; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -23; -"@MMK_R_colon.ss01" = -27; -"@MMK_R_comma" = -85; -"@MMK_R_comma.ss01" = -101; -"@MMK_R_e" = -39; -"@MMK_R_egrave" = -24; -"@MMK_R_eight" = -2; -"@MMK_R_ellipsis" = -100; -"@MMK_R_f" = -9; -"@MMK_R_five" = 0; -"@MMK_R_four" = -53; -"@MMK_R_g" = -36; -"@MMK_R_guillemetleft" = -59; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = -59; -"@MMK_R_hyphen.case" = -39; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 36; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -7; -"@MMK_R_n" = -33; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -9; -"@MMK_R_parenleft" = -25; -"@MMK_R_parenright" = -8; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = -9; -"@MMK_R_period" = -88; -"@MMK_R_period.ss01" = -103; -"@MMK_R_pi" = -16; -"@MMK_R_plus" = -52; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = 8; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 10; -"@MMK_R_s" = -36; -"@MMK_R_seven" = 29; -"@MMK_R_slash" = -122; -"@MMK_R_t" = -11; -"@MMK_R_three" = -8; -"@MMK_R_two" = -5; -"@MMK_R_u" = -26; -"@MMK_R_v" = -15; -"@MMK_R_w" = -15; -"@MMK_R_x" = -27; -"@MMK_R_y" = -13; -"@MMK_R_z" = -28; -"@MMK_R_zero" = -15; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -15; -"@MMK_R_V" = -23; -"@MMK_R_W" = -4; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -46; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = -6; -"@MMK_R_braceright" = -21; -"@MMK_R_bracketright" = -21; -"@MMK_R_colon" = 19; -"@MMK_R_colon.ss01" = 3; -"@MMK_R_comma" = 16; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 7; -"@MMK_R_fivesuperior" = -10; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -12; -"@MMK_R_icircumflex" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 27; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -14; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -30; -"@MMK_R_parenright" = -40; -"@MMK_R_period" = 16; -"@MMK_R_period.ss01" = -15; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -6; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 19; -"@MMK_R_sevensuperior" = -31; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -43; -"@MMK_R_twosuperior" = -7; -"@MMK_R_underscore" = 18; -"@MMK_R_v" = 0; -"@MMK_R_w" = 5; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_three" = { -"@MMK_R_A" = 5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 15; -"@MMK_R_J" = 14; -"@MMK_R_O" = 2; -"@MMK_R_S" = 18; -"@MMK_R_T" = -11; -"@MMK_R_U" = 0; -"@MMK_R_V" = -26; -"@MMK_R_W" = -12; -"@MMK_R_X" = -8; -"@MMK_R_Y" = -38; -"@MMK_R_Z" = 22; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asterisk" = -10; -"@MMK_R_bracketright" = -32; -"@MMK_R_colon" = 27; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 10; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_degree" = -22; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 4; -"@MMK_R_eight" = 21; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 0; -"@MMK_R_five" = 8; -"@MMK_R_four" = 17; -"@MMK_R_g" = 6; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 10; -"@MMK_R_hyphen.case" = -7; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 20; -"@MMK_R_j" = 5; -"@MMK_R_l" = 4; -"@MMK_R_n" = 4; -"@MMK_R_nine" = 12; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 12; -"@MMK_R_parenright" = -54; -"@MMK_R_parenright.case" = -38; -"@MMK_R_percent" = -6; -"@MMK_R_period" = 11; -"@MMK_R_period.ss01" = -5; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -15; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = 14; -"@MMK_R_semicolon" = 27; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_three" = 20; -"@MMK_R_two" = 11; -"@MMK_R_u" = 8; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 13; -"@MMK_R_zero" = 2; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 17; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 16; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -13; -"@MMK_R_U" = -4; -"@MMK_R_V" = -27; -"@MMK_R_W" = -15; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -41; -"@MMK_R_Z" = 24; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 8; -"@MMK_R_asterisk" = -10; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = 27; -"@MMK_R_colon.ss01" = 10; -"@MMK_R_comma" = 28; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -21; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = 2; -"@MMK_R_f" = 4; -"@MMK_R_five" = 0; -"@MMK_R_four" = 0; -"@MMK_R_g" = -2; -"@MMK_R_guillemetleft" = -19; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -11; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 17; -"@MMK_R_j" = 19; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 8; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 3; -"@MMK_R_parenright" = -30; -"@MMK_R_parenright.case" = -6; -"@MMK_R_percent" = -5; -"@MMK_R_period" = 31; -"@MMK_R_period.ss01" = 0; -"@MMK_R_pi" = 2; -"@MMK_R_plus" = -15; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = 27; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 8; -"@MMK_R_t" = 2; -"@MMK_R_three" = 5; -"@MMK_R_two" = 14; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 5; -"@MMK_R_y" = 0; -"@MMK_R_z" = 16; -"@MMK_R_zero" = 0; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -45; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = -8; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -2; -"@MMK_R_W" = 0; -"@MMK_R_X" = -39; -"@MMK_R_Y" = -14; -"@MMK_R_Z" = -14; -"@MMK_R_asterisk" = -2; -"@MMK_R_bracketright" = -17; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -10; -"@MMK_R_comma" = -123; -"@MMK_R_comma.ss01" = -126; -"@MMK_R_fraction" = 26; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 6; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -38; -"@MMK_R_parenright.case" = -31; -"@MMK_R_period" = -121; -"@MMK_R_period.ss01" = -126; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 2; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 8; -"@MMK_R_quoteright" = 8; -"@MMK_R_quoteright.ss01" = 3; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -57; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -52; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -38; -"@MMK_R_O" = 7; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 2; -"@MMK_R_V" = -23; -"@MMK_R_W" = 0; -"@MMK_R_X" = -60; -"@MMK_R_Y" = -41; -"@MMK_R_Z" = -15; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -16; -"@MMK_R_asterisk" = 4; -"@MMK_R_braceright" = -50; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 7; -"@MMK_R_comma" = -40; -"@MMK_R_comma.ss01" = -56; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -56; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 13; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = -15; -"@MMK_R_foursuperior" = 6; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -14; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = -2; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = 5; -"@MMK_R_onesuperior" = -23; -"@MMK_R_oslash" = -3; -"@MMK_R_parenright" = -50; -"@MMK_R_period" = -41; -"@MMK_R_period.ss01" = -59; -"@MMK_R_question" = 11; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = 6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = -33; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -56; -"@MMK_R_t" = 12; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -38; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 8; -"@MMK_R_underscore" = -57; -"@MMK_R_v" = 17; -"@MMK_R_w" = 16; -"@MMK_R_x" = 0; -"@MMK_R_y" = 17; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -34; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = -26; -"@MMK_R_O" = 9; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 6; -"@MMK_R_V" = -22; -"@MMK_R_W" = 0; -"@MMK_R_X" = -44; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = -6; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -16; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -49; -"@MMK_R_bracketright" = -49; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = 5; -"@MMK_R_comma" = -28; -"@MMK_R_comma.ss01" = -38; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -39; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = 14; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -9; -"@MMK_R_foursuperior" = 5; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -7; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 7; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -11; -"@MMK_R_one" = 2; -"@MMK_R_onesuperior" = -24; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = -29; -"@MMK_R_period.ss01" = -41; -"@MMK_R_question" = 8; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -3; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 25; -"@MMK_R_sevensuperior" = -32; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -35; -"@MMK_R_t" = 11; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -36; -"@MMK_R_twosuperior" = -7; -"@MMK_R_u" = 7; -"@MMK_R_underscore" = -39; -"@MMK_R_v" = 17; -"@MMK_R_w" = 19; -"@MMK_R_x" = 0; -"@MMK_R_y" = 18; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 11; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 15; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 9; -"@MMK_R_O" = -8; -"@MMK_R_S" = -3; -"@MMK_R_T" = -7; -"@MMK_R_U" = -12; -"@MMK_R_V" = -30; -"@MMK_R_W" = -18; -"@MMK_R_X" = 18; -"@MMK_R_Y" = -50; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -27; -"@MMK_R_a.ss04" = -19; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -3; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 3; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -31; -"@MMK_R_egrave" = -31; -"@MMK_R_eightsuperior" = -14; -"@MMK_R_ellipsis" = -10; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = -39; -"@MMK_R_foursuperior" = -7; -"@MMK_R_g" = -14; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -43; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -55; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -9; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -26; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -29; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -35; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -5; -"@MMK_R_quotedbl" = -18; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = -29; -"@MMK_R_quoteright" = -29; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = -20; -"@MMK_R_semicolon" = 19; -"@MMK_R_sevensuperior" = -39; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = 10; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -60; -"@MMK_R_twosuperior" = -31; -"@MMK_R_u" = -11; -"@MMK_R_underscore" = 35; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 17; -"@MMK_R_y" = 0; -"@MMK_R_z" = 4; -"@MMK_R_zero" = -8; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -57; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -43; -"@MMK_R_O" = 7; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -21; -"@MMK_R_W" = -4; -"@MMK_R_X" = -64; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = -17; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -16; -"@MMK_R_asterisk" = 5; -"@MMK_R_braceright" = -51; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -44; -"@MMK_R_comma.ss01" = -61; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -4; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -62; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 14; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = -19; -"@MMK_R_foursuperior" = 6; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -17; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -18; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -2; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = 6; -"@MMK_R_onesuperior" = -22; -"@MMK_R_oslash" = -5; -"@MMK_R_parenright" = -49; -"@MMK_R_period" = -48; -"@MMK_R_period.ss01" = -64; -"@MMK_R_question" = 12; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = 6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -5; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 21; -"@MMK_R_sevensuperior" = -33; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -64; -"@MMK_R_t" = 13; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -40; -"@MMK_R_twosuperior" = -10; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -66; -"@MMK_R_v" = 18; -"@MMK_R_w" = 16; -"@MMK_R_x" = 0; -"@MMK_R_y" = 17; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 3; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -20; -"@MMK_R_U" = -2; -"@MMK_R_V" = -35; -"@MMK_R_W" = -14; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -57; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = -9; -"@MMK_R_braceright" = -16; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = 23; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 14; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -14; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -6; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = -19; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -17; -"@MMK_R_j" = 22; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -5; -"@MMK_R_onesuperior" = -37; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -37; -"@MMK_R_period" = 23; -"@MMK_R_period.ss01" = -10; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -3; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 25; -"@MMK_R_sevensuperior" = -36; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = 5; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -48; -"@MMK_R_twosuperior" = -11; -"@MMK_R_underscore" = 25; -"@MMK_R_v" = 2; -"@MMK_R_w" = 2; -"@MMK_R_x" = 3; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = -11; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = 21; -"@MMK_R_S" = 9; -"@MMK_R_T" = -20; -"@MMK_R_U" = 8; -"@MMK_R_V" = -33; -"@MMK_R_W" = -16; -"@MMK_R_X" = -28; -"@MMK_R_Y" = -56; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 18; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asterisk" = -18; -"@MMK_R_bracketright" = -46; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -8; -"@MMK_R_comma.ss01" = -21; -"@MMK_R_degree" = -27; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eight" = 15; -"@MMK_R_ellipsis" = -20; -"@MMK_R_f" = 10; -"@MMK_R_five" = 9; -"@MMK_R_four" = 24; -"@MMK_R_g" = 18; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = 22; -"@MMK_R_hyphen.case" = 20; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 10; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 6; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 21; -"@MMK_R_parenright" = -67; -"@MMK_R_parenright.case" = -54; -"@MMK_R_percent" = -7; -"@MMK_R_period" = -8; -"@MMK_R_period.ss01" = -22; -"@MMK_R_pi" = 11; -"@MMK_R_question" = -8; -"@MMK_R_quotedbl" = -21; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 8; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -18; -"@MMK_R_t" = 5; -"@MMK_R_three" = 5; -"@MMK_R_two" = 0; -"@MMK_R_u" = 11; -"@MMK_R_v" = 0; -"@MMK_R_w" = 7; -"@MMK_R_x" = -13; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 21; +"116A5FF1-38DA-4DF1-8B47-201F29A4437C" = { +J = { +Hbar = 42; +Oslash = 6; +a = 3; +igrave = 15; +ibreve = 50; +icaron = 44; +idieresis = 63; +jcircumflex = 55; +idieresis.ss01 = 56; +greater = 17; }; -A = { -Dcroat = -17; -Eth = -17; -Iogonek = 6; -Jcircumflex = 16; -Lslash = -9; -Tbar = -62; -Tcedilla = -79; -Ycircumflex = -105; -Ydieresis = -105; -Ydieresis.ss01 = -105; -Ydotbelow = -105; -Ydotbelow.ss01 = -105; -Ygrave = -105; -ampersand = -11; -asciitilde = -64; -at = -35; -backslash = -86; -dollar = -27; -eight = -11; -equal = -23; -five = -17; -gbreve.ss06 = 0; -germandbls = -28; -jcircumflex = 10; -less = -18; -logicalnot = -61; -minus = -51; -multiply = -34; -nine = -18; -numbersign = -17; -ordfeminine = -80; -ordmasculine = -81; -parenleft = -15; -parenleft.case = -32; -plus = -46; -quotedbl = -84; -quotedblleft.ss01 = -66; -quoteleft = -72; -quoteright.ss01 = -59; -registered = -74; -seven = -61; -three = -15; -two = 9; +exclam.ss01 = { +period.ss01 = -14; }; -Aacute = { -Dcroat = -17; -Eth = -17; -Tbar = -62; -Tcedilla = -79; -registered = -74; +ohungarumlaut = { +onesuperior = -15; +sevensuperior = 0; +parenright = 0; +bracketright = 18; +quotedblright = -9; +quotedbl = 0; +quotesingle = 0; }; -Abreve = { -Tcedilla = -79; -V = -99; +uhornacute = { +a = -14; +a.ss05 = -10; +c = -16; +n = 0; +t = 10; +u = 2; +t_i.liga = 19; +t_t.liga = 19; +period = -24; +comma = -23; +ellipsis = -27; +question = 18; +period.ss01 = -31; +ellipsis.ss01 = -31; +comma.ss01 = -36; +parenright = -13; +quotedbl = 27; }; -Acircumflex = { -T = -67; -Tcedilla = -67; -Tcommaaccent = -67; -V = -72; -Y = -71; -Ydieresis = -71; -Ydotbelow = -71; +o = { +germandbls = -9; +gbreve.ss06 = 6; +ordmasculine = -61; +seven = -36; +registered = -32; +logicalnot = -24; }; -Acircumflexacute = { -T = -72; -Y = -76; +ellipsis = { +Dcroat = -47; +Tbar = -115; +tbar = -56; +twosuperior = -164; +threesuperior = -167; +fivesuperior = -173; +eightsuperior = -174; +parenleft = -23; +braceright = -22; +parenleft.case = -35; +bracketright.case = 9; }; -Acircumflexdotbelow = { -T = -67; -Y = -71; +Iacute = { +A = -2; +S = 4; +igrave = 10; +icircumflex = 49; +parenright.case = 14; }; -Acircumflexdotbelow.ss01 = { -T = -67; -Y = -71; +sixsuperior = { +A = -82; +fraction = -2; +period = -112; +comma = -114; +slash = -78; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = -38; +parenright = -15; +guillemetleft = -12; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -50; +"@MMK_R_KO_Oacute" = -50; +"@MMK_R_KO_J" = 30; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 26; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -56; +"@MMK_R_KO_f" = -28; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 52; +"@MMK_R_KO_itilde" = 58; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_u" = -30; +"@MMK_R_KO_uacute" = -30; +"@MMK_R_KO_v" = -60; +"@MMK_R_KO_w" = -51; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 47; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_four" = -41; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -30; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -33; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -78; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 32; +"@MMK_R_KO_bracketright" = 31; +"@MMK_R_KO_parenright.case" = 13; +"@MMK_R_KO_bracketright.case" = 40; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -44; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -2; +"@MMK_R_KO_asciicircum" = -80; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -95; +"@MMK_R_KO_Y" = -84; +"@MMK_R_KO_Z" = -46; +"@MMK_R_KO_I.ss02" = -80; +"@MMK_R_KO_J.ss10" = -149; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -39; +"@MMK_R_KO_three" = -78; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_question" = -80; +"@MMK_R_KO_asterisk" = -82; +"@MMK_R_KO_slash" = -50; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_parenright.case" = -51; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 2; +l.ss04 = 34; }; -Acircumflexgrave = { -Y = -76; +five = { +icircumflex = 33; +x = -13; +ordfeminine = -18; +ordmasculine = -18; +parenleft = 14; +asciicircum = -55; }; -Acircumflexhookabove = { -Y = -76; +Tcommaaccent = { +aacute = -50; +acircumflex.ss05 = -14; +amacron.ss05 = -22; +abreve.ss05 = -27; +endash.case = -86; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -99; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = -5; +"@MMK_R_KO_imacron" = -5; +"@MMK_R_KO_itilde" = -5; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -36; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -77; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -39; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -62; +"@MMK_R_KO_asterisk" = -71; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = -53; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -67; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -54; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -55; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_quoteright.ss01" = -33; +"@MMK_R_KO_trademark" = -99; +"@MMK_R_KO_asciicircum" = -85; }; -Acircumflextilde = { -Y = -71; +questiondown.ss01 = { +l.ss03 = -36; +quoteright.ss01 = -105; }; -Adieresis = { -T = -75; -Tcedilla = -75; -V = -78; -Y = -77; -Ydieresis = -77; -registered = -74; +threeinferior = { +T = -117; +V = -87; +W = -42; +Y = -136; +parenright = -28; +bracketright = 0; }; Adieresis.ss01 = { -Ydieresis.ss01 = -77; +endash.case = -62; +registered = -94; }; -Amacron = { -T = -78; -Tcedilla = -78; -V = -80; -Y = -79; -Ycircumflex = -79; +lcaron.ss03 = { +b = 51; +h = 51; +k = 51; +i = 42; +idotaccent = 42; +i.ss01 = 40; +idotaccent.ss01 = 40; +j = 43; +j.ss01 = 41; +zcaron = 33; +l.ss03 = 50; +lcaron.ss03 = 50; +sixsuperior = 67; +onesuperior = 48; +twosuperior = 53; +threesuperior = 43; +foursuperior = 57; +fivesuperior = 65; +sevensuperior = 37; +eightsuperior = 68; +ninesuperior = 73; +exclam = 175; +question = 114; +exclam.ss01 = 175; +question.ss01 = 49; +parenright = 145; +bracketright = 202; +quotedblleft = 118; +quoteleft = 118; +quotedbl = 130; +quotesingle = 130; +quotedblleft.ss01 = 64; +quoteleft.ss01 = 69; }; -Aogonek = { -Lslash = -9; -comma = 48; -comma.ss01 = 31; -parenright = 24; -period = 22; -semicolon = 48; +f_f.liga = { +e = -5; +f = 2; +fl = 2; +i = 0; +i.ss01 = 0; +idieresis = 9; +seven = 10; +ampersand = -32; }; -Aring = { -Tcedilla = -79; -V = -106; -Ydieresis = -105; -Ydieresis.ss01 = -105; +Jacute = { +Icircumflex = 21; +Imacron = 19; +Hbar = 42; +igrave = 15; +ibreve = 50; +icaron = 44; +idieresis = 63; +jcircumflex = 55; +idieresis.ss01 = 56; +parenright = 0; +parenright.case = 20; }; -Atilde = { -V = -94; -Y = -95; -ordfeminine = -80; +braceright.case = { +J.ss10 = -35; +period = -31; +comma = -31; +period.ss01 = -44; +comma.ss01 = -36; +hyphen.case = 16; +parenright.case = -26; +braceright.case = -8; +asciicircum = -32; }; -B = { -Hbar = 36; -Lslash = 17; -OE = -2; -Oslash = 0; -Tcedilla = -7; -acircumflexacute.ss05 = 15; -ampersand = 16; -eight = 20; -five = 8; -greater = 22; -hbar = 19; -idieresis = 22; -jcircumflex = 27; -minus = -20; -nine = 10; -parenleft = 10; -plus = -17; -three = 20; -two = 11; +ecircumflexhookabove = { +m = -5; +n = -5; +u = -2; +period.ss01 = -8; +comma.ss01 = -8; +parenright = 0; }; -C = { -Lslash = 0; -OE = 9; -Tcedilla = -12; -ampersand = 6; -bracketright.case = -18; -dollar = 6; -eight = 24; +Cdotaccent = { +Hbar = 28; +}; +Ncommaaccent = { +imacron = 44; +}; +dollar = { +one = -7; +three = 14; +four = 7; five = 9; -greater = 15; -minus = -6; -nine = 16; -numbersign = 4; -plus = -3; -seven = 2; -three = 15; -two = 12; +eight = 16; +parenright = -51; +bracketright = -35; +parenright.case = -31; }; -Ccircumflex = { -jcircumflex = 12; +Scaron = { +iogonek = 8; }; -Cdotaccent = { -Hbar = 31; +fi = { +hbar = 3; +idieresis = 6; +jcircumflex = 13; +germandbls = 7; +logicalnot = -27; }; -D = { -Dcroat = 24; -Eth = 24; -Hbar = 18; -Jcircumflex = -7; -Lslash = 25; -OE = 25; -Oslash = 24; -Ycircumflex = -60; -ampersand = 10; -at = 14; -bracketright.case = -37; -eight = 16; -equal = 0; -five = 11; -idotbelow = 2; -lacute = 3; -less = 29; -nine = 6; -parenleft = 23; +zero = { +icircumflex = 0; +x = -20; +ordmasculine = -20; +underscore = -51; +parenleft = 12; +braceright = -44; +braceright.case = -20; +bracketright.case = -16; +baht = -9; +trademark = -49; +multiply = 0; +asciicircum = -31; }; -Dcroat = { -Dcroat = 24; -acircumflexacute.ss05 = 7; -idotbelow = 2; -ihookabove = 2; +period.ss01 = { +ordfeminine = -102; +ordmasculine = -102; +twosuperior = -102; +threesuperior = -102; +fivesuperior = -102; +eightsuperior = -102; +question.ss01 = -94; +parenleft = -17; +braceright = -3; +parenleft.case = -32; +quoteright.ss01 = -102; }; -E = { +X = { +igrave = 36; +ibreve = 48; +icaron = 45; +idieresis = 64; +idieresis.ss01 = 59; +zero = -38; +two = 16; +three = -19; +six = -38; +eight = -18; +nine = -23; +numbersign = -37; +endash.case = -80; +parenleft.case = -21; +at = -59; +registered = -29; +plus = -100; +minus = -104; +multiply = -74; +equal = -51; +notequal = -69; +less = -72; +logicalnot = -129; +asciitilde = -123; +}; +L = { H = 0; -Hbar = 44; -Iogonek = 2; -Jcircumflex = 10; -Tcedilla = 13; -asciitilde = -48; -backslash = 26; -eight = 4; -equal = -3; -exclam.ss01 = 17; -gbreve.ss06 = 6; -germandbls = 0; -idieresis = 59; -idieresis.ss01 = 50; -jcircumflex = 57; -minus = -30; -multiply = -19; -numbersign = 0; -registered = -8; -seven = 3; -three = 12; +Dcroat = -22; +Oslash = -23; +Tbar = -86; +oslash = -5; +ordfeminine = -169; +ordmasculine = -169; +zero = -26; two = 15; +three = 10; +five = 0; +six = -31; +seven = -73; +nine = -8; +numbersign = -12; +endash.case = -167; +parenleft.case = -19; +quoteleft.ss01 = -105; +at = -19; +registered = -133; +dollar = -11; +plus = -94; +minus = -145; +multiply = -29; +equal = 0; +notequal = -31; +less = -66; +approxequal = 0; +logicalnot = -193; +asciitilde = -144; }; -Ecircumflex = { -Icircumflex = 6; +euro = { +period = -6; +comma = 0; +slash = -25; +period.ss01 = -12; +parenright = -51; +bracketright = -40; +parenright.case = -35; +bracketright.case = -9; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -107; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -90; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -50; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -39; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = -29; +"@MMK_R_KO_icircumflex" = 40; +"@MMK_R_KO_imacron" = 47; +"@MMK_R_KO_itilde" = 53; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = -29; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = -30; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 55; +"@MMK_R_KO_g.ss06" = -36; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -98; +"@MMK_R_KO_comma" = -99; +"@MMK_R_KO_colon" = -28; +"@MMK_R_KO_semicolon" = -28; +"@MMK_R_KO_ellipsis" = -105; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -107; +"@MMK_R_KO_backslash" = 54; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = -23; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -50; +"@MMK_R_KO_underscore" = -117; +"@MMK_R_KO_hyphen.case" = -41; +"@MMK_R_KO_parenleft" = -22; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 33; +"@MMK_R_KO_bracketright" = 32; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_bracketright.case" = 32; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -52; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = 18; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -44; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_Y" = -29; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 7; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -33; +"@MMK_R_KO_asterisk" = -31; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -31; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -16; }; -Ecircumflexdotbelow = { -C = 0; -T = 12; -comma = 24; -period = 25; +perthousand = { +question = -108; +asterisk = -122; +question.ss01 = -107; +parenright = -59; +parenright.case = -32; +quotedblleft = -123; +quotedblright = -83; +quoteleft = -114; +quoteright = -85; +quotedblleft.ss01 = -111; +quoteleft.ss01 = -85; +quotedblright.ss01 = -117; +quoteright.ss01 = -89; }; -Ecircumflexdotbelow.ss01 = { -T = 13; +V = { +Eth = -19; +Oslash = -20; +adieresis = -35; +ae = -40; +a.ss05 = -39; +adieresis.ss05 = -5; +eacute = -54; +ccaron = -27; +emacron = -26; +edieresis = -20; +ecaron = -23; +otilde = -26; +odieresis = -25; +iacute = -22; +ncommaaccent = -29; +igrave = 23; +ibreve = 44; +icaron = 41; +idieresis = 53; +racute = -29; +scaron = -10; +zcaron = -21; +idieresis.ss01 = 51; +gdotaccent.ss06 = -35; +gdotaccent.ss01.ss06 = -36; +zero = -21; +two = -13; +three = -6; +six = -19; +seven = 21; +twoinferior = -74; +ellipsis.ss01 = -103; +endash.case = -31; +at = -27; +ampersand = -48; +plus = -48; +minus = -50; +less = -17; +lessequal = -29; +approxequal = -47; +asciitilde = -81; +}; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -74; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_J" = -70; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -16; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -65; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -102; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_t_t.liga" = 25; +"@MMK_R_KO_pi" = 23; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = -91; +"@MMK_R_KO_comma" = -90; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_asterisk" = 27; +"@MMK_R_KO_slash" = -72; +"@MMK_R_KO_period.ss01" = -92; +"@MMK_R_KO_comma.ss01" = -95; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_endash.case" = 16; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 22; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = 13; +"@MMK_R_KO_quotedblright.ss01" = 6; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -71; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -79; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 18; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -230; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -6; +"@MMK_R_KO_uacute" = -6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_pi" = 13; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = -77; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -86; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 13; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_degree" = -7; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -98; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -71; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 27; +"@MMK_R_KO_X" = -11; +"@MMK_R_KO_Y" = 28; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -206; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 51; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -6; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 26; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = 18; +"@MMK_R_KO_onesuperior" = 27; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_ellipsis" = -206; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 28; +"@MMK_R_KO_slash" = -99; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = -157; +"@MMK_R_KO_endash" = -30; +"@MMK_R_KO_hyphen.case" = -25; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 22; +"@MMK_R_KO_parenright.case" = 4; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -48; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = 18; +"@MMK_R_KO_quotedblright.ss01" = 16; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -29; +"@MMK_R_KO_percent" = 4; }; -Ecircumflexgrave = { -comma = 24; -period = 25; +seven = { +icircumflex = 46; +x = 0; +g.ss06 = -26; +mu = -12; +colon = -3; +semicolon = -2; +backslash = 56; +ellipsis.ss01 = -96; +underscore = -102; +parenleft = -3; +at = -10; +ampersand = -27; +euro = -17; +minus = -39; +multiply = -13; +divide = -20; +notequal = -17; +less = 0; +plusminus = -2; +asciitilde = -75; +asciicircum = -17; }; -Ecircumflexhookabove = { -comma = 24; -period = 25; +scedilla = { +gbreve.ss06 = 25; }; -Ecircumflextilde = { -comma = 24; +fourinferior = { +T = -114; +V = -91; +W = -50; +parenright = -30; +bracketright = -9; }; -Edieresis = { -Idieresis = 19; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -41; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -38; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -100; +"@MMK_R_KO_U" = -27; +"@MMK_R_KO_V" = -104; +"@MMK_R_KO_W" = -64; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = -122; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_a.ss05" = -7; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = -23; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_j" = 58; +"@MMK_R_KO_s" = -9; +"@MMK_R_KO_t" = -50; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_v" = -84; +"@MMK_R_KO_w" = -44; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_zero" = -36; +"@MMK_R_KO_one" = -74; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = -15; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = -23; +"@MMK_R_KO_six" = -38; +"@MMK_R_KO_seven" = -72; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -30; +"@MMK_R_KO_asterisk" = -93; +"@MMK_R_KO_parenright" = 7; +"@MMK_R_KO_bracketright" = 64; +"@MMK_R_KO_parenright.case" = 31; +"@MMK_R_KO_quotedblleft" = -90; +"@MMK_R_KO_quotedblright" = -80; +"@MMK_R_KO_quoteleft" = -88; +"@MMK_R_KO_quoteright" = -80; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = 21; +"@MMK_R_KO_quotedbl" = -97; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -68; +"@MMK_R_KO_quotedblright.ss01" = -70; }; -Edotaccent = { -scaron = 7; +equal = { +period = 0; +comma = 0; +period.ss01 = 0; +comma.ss01 = -2; +parenright = -62; +bracketright = -56; +parenright.case = -44; +bracketright.case = -56; +equal = 0; +A = -21; +J = 0; +T = 0; +V = -20; +X = -43; +Y = -46; }; -Emacron = { -Imacron = 7; -gcommaaccent.ss06 = 3; +five.numr = { +fraction = -5; }; -Eogonek = { -comma = 34; -parenright = 21; -period = 25; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = -3; +"@MMK_R_KO_imacron" = -5; +"@MMK_R_KO_itilde" = -5; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -36; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = -42; +"@MMK_R_KO_onesuperior" = -67; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -31; +"@MMK_R_KO_ninesuperior" = -38; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -59; +"@MMK_R_KO_asterisk" = -55; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -63; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_quotedblleft" = -37; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -45; +"@MMK_R_KO_quotesingle" = -43; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -26; }; -Eth = { -Eth = 24; -Oslash = 24; +dcaron = { +exclam.ss01 = 146; }; -F = { -Hbar = 55; -adieresis = -3; -ampersand = -10; -backslash = 39; -eight = 10; -eightinferior = -24; -ellipsis.ss01 = -98; -fiveinferior = -28; -fourinferior = -48; -iacute = -2; -idieresis = 67; -nine = 13; -numbersign = 0; -seven = 16; -sixinferior = -24; -three = 0; -threeinferior = -20; -two = 0; -twoinferior = -22; -udieresis = 0; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = -54; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_braceright" = -46; +"@MMK_R_KO_bracketright" = -35; +"@MMK_R_KO_parenright.case" = -38; +"@MMK_R_KO_bracketright.case" = -16; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 18; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -52; +"@MMK_R_KO_asciicircum" = -30; }; -G = { -Eth = 0; -Hbar = 11; -Lslash = 16; -Oslash = 9; -Ycircumflex = -63; -backslash = -24; -eight = 8; -hbar = 5; -jcircumflex = 25; -parenleft = 11; -three = 7; -two = 7; +k = { +oslash = 0; +iogonek = 9; +lcommaaccent = 9; +two = 26; +plus = -31; +minus = -38; +notequal = -11; +logicalnot = -61; +asciitilde = -76; +}; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -50; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -25; }; -G.ss07 = { -Hbar = 18; -Lslash = 29; -Oslash = 19; -eight = 19; -hbar = 6; +scaron = { +T = -30; +iogonek = 6; }; -Germandbls = { -A = 3; -E = 5; -G = 0; -I = 5; -L = 5; -S = 17; -T = -4; -Z = 23; -a = 9; -hyphen = 16; -parenright = -31; +ninesuperior = { +A = -89; +fraction = 0; +period = -112; +comma = -114; +slash = -85; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = -42; +parenright = -26; +guillemetleft = -20; }; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 26; -endash = 0; -exclam = 0; -greater = 10; -hyphen = 0; -ibreve = 20; -jcircumflex = 37; -l = 0; +v = { n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 28; -D = 28; -E = 28; -F = 28; -Gdotaccent = 41; -H = 28; -Hbar = 99; -I = 28; -I.ss02 = 46; -K = 28; -L = 28; -M = 28; -N = 28; -O = 44; -Q = 44; -R = 28; -S = 49; -T = 51; -U = 40; -W = 52; -Zdotaccent = 37; -b = 29; -exclam = 50; -i = 21; -i.ss01 = 18; -idotaccent = 21; -j = 29; -l = 29; -l.ss04 = 77; -ninesuperior = 44; -question = 76; -quotedblright = 42; -quoteright = 42; -quotesingle = 45; -sixsuperior = 46; -u = 20; -w = 44; +ampersand = -27; }; -I = { -Hbar = 27; -backslash = 26; -greater = 10; -jcircumflex = 37; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -41; +"@MMK_R_KO_H" = -28; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = -21; +"@MMK_R_KO_S" = -22; +"@MMK_R_KO_T" = -137; +"@MMK_R_KO_V" = -73; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = -66; +"@MMK_R_KO_Y" = -113; +"@MMK_R_KO_Z" = -26; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = -27; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = -27; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = -27; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = -27; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_t_t.liga" = -17; }; -I.ss02 = { -Dcroat = -25; -Eth = -25; -Tcedilla = 16; -jcircumflex = 54; -logicalnot = -95; -minus = -63; -plus = -57; +infinity = { +parenright = -58; +bracketright = -39; +parenright.case = -39; +bracketright.case = -39; +quotedblleft = -20; }; -Iacute = { -Igrave = 53; -Rcaron = 0; -Tcaron = 0; -U = 0; -comma.ss01 = -17; -l.ss04 = 25; -parenright = 2; -period.ss01 = -21; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = -27; +"@MMK_R_KO_three" = -75; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -10; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -11; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_question" = -59; +"@MMK_R_KO_asterisk" = -47; +"@MMK_R_KO_slash" = -77; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_hyphen" = -20; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = -73; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_A" = -75; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -92; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -124; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -129; +"@MMK_R_KO_Y" = -94; +"@MMK_R_KO_Z" = -80; +"@MMK_R_KO_I.ss02" = -99; +"@MMK_R_KO_J.ss10" = -117; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_t_t.liga" = 0; }; -Iacute.ss02 = { -Eth = -25; +asterisk = { +g.ss06 = -20; }; -Ibreve = { -Imacron = 88; +semicolon.ss01 = { +onesuperior = -56; +sevensuperior = -52; +hyphen = -49; +emdash = -14; }; -Icircumflex = { -Icircumflex = 122; -bracketright = 44; -icircumflex = 35; -l.ss04 = 29; -parenright = 50; -parenright.case = 55; +divide = { +one = 0; +two = -14; +three = -46; +seven = 0; +parenright = -63; +parenright.case = -48; +quotedblleft = 0; +quotedblright = 0; +quoteright = 0; +quotedblleft.ss01 = 0; +quotedblright.ss01 = 0; +A = -37; +Y = -75; +I.ss02 = -73; }; -Idieresis = { -Idieresis = 129; -Igrave = 72; -idieresis = 43; -parenright = 41; +asciitilde = { +exclam = -21; +exclam.ss01 = -21; +question.ss01 = -83; +parenleft = 0; +parenleft.case = 0; +bracketright.case = -74; +quoteright.ss01 = -9; +U = -2; +aacute = 0; +edieresis = -4; +edieresis.ss01 = -4; +u = -5; +v = -24; +w = -14; +x = -52; +y = -15; +l.ss03 = -5; +l.ss04 = -7; +g.ss06 = -3; +gcircumflex.ss06 = -3; }; -Idieresis.ss01 = { -Idieresis.ss01 = 104; -Igrave = 71; +three.dnom = { +question = -98; +question.ss01 = -105; +parenright = -41; +quotedblleft = -108; +quotedblright = -61; +quoteleft = -108; +quoteright = -62; +quotedbl = -124; +quotesingle = -85; +quotedblleft.ss01 = -65; +quoteleft.ss01 = -65; +quotedblright.ss01 = -70; +quoteright.ss01 = -74; +degree = -151; }; -Idieresis.ss02 = { -idieresis = 60; +odotbelow.ss01 = { +T = -99; }; -Idotaccent = { -l.ss04 = 25; +x = { +oslash = 0; +two = 20; +ampersand = -32; +plus = -34; +minus = -39; +notequal = -18; +logicalnot = -62; +asciitilde = -79; }; -Idotaccent.ss01 = { -l.ss04 = 25; -period.ss01 = -21; +U = { +Dcroat = 11; +Eth = 11; +Hbar = 47; +Lslash = 16; +hbar = 31; +igrave = 20; +jcircumflex = 59; +greater = 18; }; -Idotbelow = { -U = 0; -comma = 2; -j = 22; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -34; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 39; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 32; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 3; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = 20; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -7; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 6; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -11; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = 22; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 63; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 51; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_period.ss01" = 7; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_endash" = -74; +"@MMK_R_KO_hyphen.case" = -54; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 11; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 23; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 14; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -Imacron = { -Ibreve = 97; -Imacron = 98; -imacron = 29; -l.ss04 = 26; -parenright = 29; -parenright.case = 34; +Eth = { +Eth = 41; +Oslash = 27; }; -Iogonek = { -Iogonek = 5; -iogonek = 14; -j = 29; +odotbelow = { +T = -99; }; -Iogonek.ss02 = { -comma = 36; -iogonek = 35; -j = 53; +baht = { +slash = -17; +parenright = -44; +parenright.case = -26; }; -Itilde = { -Idieresis = 118; -Idieresis.ss01 = 108; -Itilde = 105; +Icircumflex.ss02 = { +endash.case = -75; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -22; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -95; +"@MMK_R_KO_onesuperior" = -69; +"@MMK_R_KO_foursuperior" = -107; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_ninesuperior" = -81; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -101; +"@MMK_R_KO_asterisk" = -85; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = -14; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -50; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_quotedblleft" = -102; +"@MMK_R_KO_quotedblright" = -67; +"@MMK_R_KO_quoteleft" = -101; +"@MMK_R_KO_quoteright" = -69; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -67; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -58; +"@MMK_R_KO_quotedblright.ss01" = -65; }; -J = { -Hbar = 33; -Iogonek = 5; -Oslash = 8; -backslash = 32; -greater = 15; -i.ss01 = 2; -ibreve = 26; -idieresis = 47; -iogonek = 0; -jcircumflex = 35; +quotedblright = { +Dcroat = -3; +icircumflex = 33; +scaron = -20; +x = -2; +g.ss06 = -25; +mu = -17; +questiondown = -113; +questiondown.case = -53; +parenleft = -10; +quotesinglbase = -114; +asciitilde = -66; }; -Jacute = { -Ecaron = 5; -Edieresis = 5; -Egrave = 5; -Hbar = 33; -Ibreve = 75; -Icircumflex = 37; -Idieresis = 83; -Idieresis.ss01 = 76; -Idotaccent = 10; -Igrave = 60; -Imacron = 82; -Itilde = 63; -Oslash = 8; -backslash = 32; -ibreve = 30; -idieresis = 48; -jcircumflex = 35; -parenright = 0; -parenright.case = 17; +r = { +fl = 20; +germandbls = 30; +wdieresis = 15; +gcircumflex.ss06 = 10; +oneinferior = -47; +twoinferior = -14; +threeinferior = -12; +fourinferior = -55; +fiveinferior = -7; +sixinferior = -18; +ampersand = -22; +logicalnot = -13; +asciitilde = -14; }; -Jcircumflex = { -A = -11; -E = 5; -Jcircumflex = 23; -O = 6; -U = 12; -a = 5; -e = 5; -jcircumflex = 42; -o = 5; -parenright = 57; +seveninferior = { +I.ss02 = -23; +fourinferior = -23; +seveninferior = 22; +parenright = -56; +parenright.case = -37; }; -K = { -Iogonek = 5; -Lslash = -13; -OE = -46; -Ydotbelow = 6; -Ydotbelow.ss01 = 6; -Ygrave = 6; -ampersand = -31; -asciitilde = -101; -at = -58; -backslash = 30; -dollar = -32; -ecircumflexacute = -3; -edieresis = -15; -eight = -17; -equal = -49; -jcircumflex = 25; -lcommaaccent.ss04 = 27; -less = -59; -logicalnot = -100; -minus = -91; -nine = -20; -numbersign = -41; -odieresis = -23; -parenleft = -19; -plus = -84; -rcaron = 0; -registered = -35; -seven = 0; -three = -20; -two = 6; -u = -32; -ygrave = -8; -yhookabove = -8; -ytilde = -7; +sterling = { +two = 12; +hyphen.case = -75; +parenright = -39; }; -L = { -Dcroat = -23; -H = 0; -Iogonek = 2; -Jcircumflex = 21; -OE = -20; -Oslash = -6; -Tbar = -65; -Tcedilla = -93; -Ycircumflex = -124; -Ydieresis = -124; -Ydieresis.ss01 = -124; -Ydotbelow = -124; -Ydotbelow.ss01 = -124; -Ygrave = -124; -ampersand = -3; -asciitilde = -63; -at = -24; -backslash = -74; -eight = -2; -equal = 0; -five = -6; -idotbelow = 0; -less = -24; -logicalnot = -106; -minus = -60; -multiply = -23; -nine = -9; -numbersign = -5; -ordfeminine = -169; -ordmasculine = -170; -parenleft = -6; -plus = -58; -quotedbl = -170; -quoteleft = -123; -quoteleft.ss01 = -126; -quoteright.ss01 = -126; -registered = -118; -seven = -69; -three = -2; -two = 5; +Ocircumflex = { +Lslash = 23; }; -Lcaron = { -A = 16; -B = 0; -Ccaron = -25; -D = 0; -G = -21; -H = 0; -J = 21; -K = 0; -M = 0; -N = 0; -Ncaron = 0; -O = -25; -R = 0; -S = 0; -Scaron = 0; -T = -4; -U = -5; -Uacute = -5; -V = -5; -a = -11; -a.ss05 = 0; -comma = 38; -eightsuperior = -26; -fivesuperior = -29; -foursuperior = -50; -hyphen = 0; -hyphen.case = -73; -ninesuperior = -22; -onesuperior = -17; -parenright = -22; -period = 39; -question = -25; -sevensuperior = -15; -sixsuperior = -26; -threesuperior = -22; -twosuperior = -26; -u = -9; -uacute = -7; -v = -41; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 1; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = -16; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +}; +_f.longarm = { +l = 12; +i = 12; +idotaccent = 12; +i.ss01 = 10; +idotaccent.ss01 = 10; +l.ss03 = 18; +l.ss04 = 33; }; -Lslash = { -Ydieresis = -124; -Ydieresis.ss01 = -124; +I.ss02 = { +Dcroat = -19; +igrave = 31; +jcircumflex = 66; +endash.case = -75; +plus = -87; +minus = -99; +notequal = -24; +less = -42; +approxequal = -12; +logicalnot = -117; +asciitilde = -114; }; -M = { -Hbar = 27; -backslash = 26; -greater = 10; -ibreve = 20; -idieresis = 42; -idieresis.ss01 = 31; +quoteleft.ss01 = { +J.ss10 = -105; +igrave = 19; +icircumflex = 28; +imacron = 32; +jcircumflex = 28; +questiondown.case = -33; +questiondown.ss01 = -95; +hyphen = -59; +emdash = -51; +quotedblbase.ss01 = -105; +ampersand = -34; +minus = 0; +logicalnot = -57; +asciitilde = -31; }; -N = { -Hbar = 27; -backslash = 26; -degree = -17; -greater = 9; -idieresis = 41; -jcircumflex = 36; +Zacute = { +endash.case = -32; }; -O = { -Dcroat = 21; -Eth = 21; -Hbar = 14; -Jcircumflex = 0; -Lslash = 27; -Oslash = 22; -Tbar = -18; -Tcedilla = -27; -Ydieresis = -69; -Ydieresis.ss01 = -69; -at = 13; -backslash = -26; -bracketright.case = -24; -eight = 19; -five = 11; -gbreve.ss06 = 12; -idieresis = 5; -less = 27; -parenleft = 23; -parenleft.case = 16; -parenright = -65; -parenright.case = -53; +d = { +hbar = 6; +igrave = 0; +icaron = 2; +idieresis = 8; +jcircumflex = 12; +logicalnot = -27; }; -Oacute = { -Eth = 21; -Lslash = 27; -parenright = -65; +notequal = { +zero = -17; +one = -11; +two = -13; +seven = -17; +parenright = -69; +parenright.case = -55; +A = -41; +B = -21; +F = -21; +L = -21; +N = -21; +Y = -55; +b = -21; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -59; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_t_t.liga" = 12; }; -Ocircumflex = { -Lslash = 27; -Tcedilla = -27; +six = { +icircumflex = 19; +parenleft = 10; +braceright = -27; +bracketright.case = 0; +trademark = -38; +asciicircum = -34; }; -Odieresis = { -Eth = 21; -gbreve.ss06 = 12; +Idieresis.ss02 = { +idieresis = 82; }; -Odieresis.ss01 = { -Eth = 21; +quotedblleft.ss01 = { +A = -71; +J = -81; +igrave = 19; +icircumflex = 27; +imacron = 31; +jcircumflex = 28; +g.ss06 = -13; +mu = -14; +questiondown.case = -33; +ellipsis.ss01 = -230; +questiondown.ss01 = -95; +underscore = -208; +quotedblbase.ss01 = -230; +ampersand = -34; +minus = 0; +divide = 0; +asciitilde = -31; }; -Ograve = { -Lslash = 27; +sevensuperior = { +A = -122; +C = -28; +O = -28; +G = -28; +fraction = -28; +sevensuperior = 22; +period = -112; +comma = -114; +colon = -33; +semicolon = -33; +slash = -122; +period.ss01 = -102; +comma.ss01 = -105; +colon.ss01 = -37; +semicolon.ss01 = -41; +hyphen = -76; +hyphen.case = -50; +guillemetleft = -49; +guilsinglleft = -66; +guillemetright = -22; +guilsinglright = -21; +plus = -52; }; -Omacron = { -Eth = 21; -Lslash = 27; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -57; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_braceright" = -43; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -16; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = -76; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -86; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -109; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_Z" = -69; +"@MMK_R_KO_I.ss02" = -73; +"@MMK_R_KO_J.ss10" = -181; +"@MMK_R_KO_zero" = 12; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 13; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -61; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; }; -Oslash = { -Eth = 22; -G = 23; -G.ss07 = 22; -J = 0; -O = 22; -Oslash = 22; -S = 7; -T = 0; -V = 0; -Y = 0; -comma = -9; -comma.ss01 = -21; -d = 18; -e = 18; -g = 18; -hyphen = 25; -hyphen.case = 20; -k = 10; -l = 10; -l.ss03 = 17; -l.ss04 = 34; -period = -10; -period.ss01 = -22; -r = 4; -s = 5; -v = -2; -y = -3; +won = { +period = -49; +comma = -50; +slash = -45; +period.ss01 = -60; +comma.ss01 = -65; }; -P = { -Jcircumflex = -64; -Lslash = 13; -OE = 25; -Oslash = 27; -Tcedilla = -5; -ampersand = -10; -bracketright.case = -35; -ellipsis.ss01 = -103; -exclam.ss01 = 21; -five = 11; -fourinferior = -55; -idieresis = 21; -lcommaaccent = 0; -lcommaaccent.ss04 = 23; -less = 22; -nine = 22; -parenleft = 10; -seven = 6; -three = 0; -threeinferior = -15; -two = 2; +i.ss01 = { +l = 0; +c = -1; +e = 0; +o = -1; +m = -2; +n = 0; +r = 0; +p = 0; +j.ss01 = 0; +parenright = -8; }; -Q = { -Dcroat = -17; -backslash = -65; -minus = -35; -plus = -33; -registered = -51; -seven = -41; -two = 16; +guillemetright = { +T = -92; +x = -58; +threesuperior = -43; +fivesuperior = -38; +eightsuperior = -35; +colon = -25; +semicolon = -25; +questiondown = -32; +question.ss01 = -73; +questiondown.ss01 = -31; +braceright = -62; +braceright.case = -46; +bracketright.case = -45; +quotesinglbase = -38; +quotedblbase = -39; +quotedblbase.ss01 = -36; +quoteright.ss01 = -30; }; -R = { -Hbar = 42; -Iogonek = 0; -Jcircumflex = 11; -Oslash = 17; -Tcedilla = -4; -Ydieresis = -31; -ampersand = 0; -eight = 5; -greater = 19; -idieresis = 24; -jcircumflex = 30; -nine = 18; -seven = 4; -three = 15; -two = 15; +s = { +l = 0; +seven = -18; +emdash = 0; +registered = -22; +notequal = -11; +logicalnot = -24; +asciitilde = -30; }; -S = { -Abrevetilde = 0; -Hbar = 32; -Lslash = 25; -OE = 5; -Oslash = 2; -Tcedilla = -12; -Ycircumflex = -40; -ampersand = 17; -bracketright.case = 0; -dollar = 4; -eight = 22; -five = 11; -greater = 17; -hbar = 16; -ibreve = 4; -idieresis = 18; -idieresis.ss01 = 17; -minus = -15; -nine = 9; -parenleft = 13; -plus = -9; -three = 23; -two = 8; +five.dnom = { +question = -98; +question.ss01 = -105; +parenright = -44; +quotedblleft = -60; +quotedblright = -38; +quoteleft = -60; +quoteright = -37; +quotedbl = -120; +quotesingle = -69; +quotedblleft.ss01 = -56; +quoteleft.ss01 = -55; +quotedblright.ss01 = -74; +quoteright.ss01 = -63; +degree = -120; }; -Scaron = { -iogonek = 3; +ecircumflexgrave = { +parenright = -15; +bracketright = 0; +quotedbl = -18; }; -Scedilla = { -parenright = -55; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -65; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = -57; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -21; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -41; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -52; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -60; +"@MMK_R_KO_comma.ss01" = -64; +"@MMK_R_KO_colon.ss01" = 8; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = -63; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -53; +"@MMK_R_KO_bracketright" = -53; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = 17; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -14; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 25; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = 10; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 24; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 23; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 14; +"@MMK_R_KO_three" = 20; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_five" = 16; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 27; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -34; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_degree" = -18; +"@MMK_R_KO_plus" = -8; +"@MMK_R_KO_percent" = -3; +}; +Agrave = { +endash.case = -62; }; -T = { -Acircumflex = -65; -Acircumflexacute = -65; -Acircumflexdotbelow = -65; -Acircumflexgrave = -65; -Amacron = -66; -Atilde = -66; -Hbar = 51; -Lslash = -13; -OE = -8; -Oslash = 0; -Ycircumflex = 11; -Ydotbelow = 11; -Ygrave = 11; -a.ss05 = -45; -aacute.ss05 = -43; -abreve = -38; -abreveacute = -37; -abrevedotbelow = -36; -abrevegrave = -37; -acircumflex = -35; -acircumflex.ss05 = -18; -acircumflexacute = -28; -acircumflexacute.ss05 = 0; -acircumflexdotbelow = -35; -acircumflexdotbelow.ss01 = -35; -acircumflexgrave = -36; -acircumflexhookabove = -36; -acircumflexhookabove.ss05 = -21; -acircumflextilde = -33; -adieresis = -33; -adieresis.ss05 = -21; -adotbelow.ss05 = -43; -ae = -46; -agrave = -42; -ahookabove = -42; -ahookabove.ss05 = -40; -amacron = -37; -ampersand = -17; -aogonek.ss05 = -43; -aring = -42; -asciitilde = -84; -at = -21; -atilde = -35; -backslash = 37; -e = -50; -eacute = -50; -ecaron = -23; -ecircumflexacute = -3; -edieresis = -21; -edotaccent = -50; -egrave = -38; -ehookabove = -47; -eight = 0; -emacron = -26; -equal = 0; -hbar = 28; -i.ss01 = -12; -iacute = -16; -ibreve = 48; -idieresis = 70; -idieresis.ss01 = 58; -idotaccent.ss01 = -12; -idotbelow = -10; -idotless = -21; -ihookabove = -5; -less = -19; -logicalnot = -110; -minus = -67; -multiply = -18; -numbersign = 0; -oacute = -51; -ocircumflexacute = -13; -odieresis = -28; -ograve = -39; -ohookabove = -51; -ohorngrave = -39; -ohungarumlaut = -38; -omacron = -33; -otilde = -31; -parenleft = -10; -plus = -64; -racute = -20; -rcaron = 0; -registered = -4; -scaron = -17; -scircumflex = -15; -seven = 18; -three = 0; -two = 0; -twoinferior = -109; -uacute = -16; -ubreve = -16; -ucircumflex = -8; -udieresis = -8; -udieresis.ss01 = -15; -ugrave = -16; -uhookabove = -16; -uhorngrave = -16; -uhornhookabove = -16; -uhungarumlaut = -16; -umacron = -16; -uring = -16; -utilde = -10; -ycircumflex = 0; -ygrave = 0; -yhookabove = 0; -zeroinferior = -104; +t_t.liga = { +wdieresis = 13; +hyphen = -35; +logicalnot = -24; +asciitilde = -31; }; -Tbar = { -A = -56; -Aacute = -56; -Tbar = 27; -comma = -68; -comma.ss01 = -79; -guilsinglleft = -31; -oslash = -29; -period = -74; -period.ss01 = -80; -slash = -64; -tbar = -5; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -92; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = 22; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = -29; +"@MMK_R_KO_Y" = -2; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -122; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 64; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = 31; +"@MMK_R_KO_two" = 28; +"@MMK_R_KO_three" = 29; +"@MMK_R_KO_four" = -59; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 7; +"@MMK_R_KO_seven" = 28; +"@MMK_R_KO_eight" = 16; +"@MMK_R_KO_nine" = 29; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_question" = 23; +"@MMK_R_KO_asterisk" = 41; +"@MMK_R_KO_slash" = -93; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -122; +"@MMK_R_KO_endash" = -122; +"@MMK_R_KO_hyphen.case" = -66; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 15; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = 15; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -45; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 23; +"@MMK_R_KO_quotesingle" = 23; +"@MMK_R_KO_quotedblleft.ss01" = 24; +"@MMK_R_KO_quotedblright.ss01" = 14; }; -Tcaron = { -a.ss05 = -45; -udieresis = -8; +ohorngrave = { +i = 31; +idotaccent = 31; +i.ss01 = 31; +idotaccent.ss01 = 31; +m = 30; +n = 32; +period = 0; +comma = 0; +period.ss01 = 0; +comma.ss01 = 0; +parenright = 0; +bracketright = -2; +guillemetright = 41; +quotedbl = 35; }; -Tcedilla = { -Tcedilla = 26; -a.ss05 = -45; -abreve = -38; -amacron = -37; -umacron = -16; +zeroinferior = { +parenright = -41; }; -Tcommaaccent = { -a.ss05 = -45; -abreve = -38; -acircumflex = -35; -amacron = -37; +c = { +seven = -30; +registered = -28; +notequal = -20; }; -Thorn = { -Eth = 25; +Aacute = { +Dcroat = -25; +Eth = -25; +Tbar = -86; +endash.case = -62; +registered = -94; }; -U = { -Dcroat = 10; -Eth = 10; -Germandbls = 7; -Hbar = 38; -Idieresis = 7; -Igrave = 7; -Lcommaaccent = 7; -Lslash = 10; -Tcedilla = 7; -backslash = 37; -greater = 16; -hbar = 26; -jcircumflex = 39; -seven = 11; -yhookabove = 8; +Abreve = { +endash.case = -62; }; -Uacute = { -Eth = 10; +eight.dnom = { +question = -98; +question.ss01 = -104; +parenright = -37; +quotedblleft = -112; +quotedblright = -67; +quoteleft = -111; +quoteright = -69; +quotedbl = -127; +quotesingle = -85; +quotedblleft.ss01 = -69; +quoteleft.ss01 = -69; +quotedblright.ss01 = -73; +quoteright.ss01 = -77; +degree = -157; }; -Udieresis = { -Germandbls = 7; +Idieresis.ss01 = { +Icircumflex = 44; +Idieresis.ss01 = 31; +idieresis.ss01 = 49; +parenright.case = 25; }; -V = { -Abrevetilde = -88; -Acircumflex = -70; -Acircumflexacute = -70; -Acircumflexdotbelow = -70; -Acircumflextilde = -70; -Amacron = -83; -Atilde = -88; -Dcroat = -16; -Eth = -16; -Jcircumflex = -39; -OE = -17; -Oslash = -13; -abreve = -38; -abreve.ss05 = -14; -acircumflexacute = -17; -adieresis = -32; -adieresis.ss05 = -12; -amacron = -38; -amacron.ss05 = -14; -ampersand = -25; -at = -30; -backslash = 42; -ccaron = -21; -ecaron = -10; -ecircumflexacute = 0; -edieresis = -9; -eight = -2; -emacron = -17; -equal = -18; -iacute = -24; -ibreve = 53; -idieresis = 71; -idieresis.ss01 = 62; -less = -16; -minus = -47; -ocircumflexacute = 0; -odieresis = -16; -odieresis.ss01 = -21; -otilde = -28; -parenleft = -21; -plus = -43; -racute = -28; -scaron = -4; -seven = 31; -three = -5; -two = -3; -twoinferior = -61; -zcaron = -15; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 25; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -6; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 25; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -22; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_eightsuperior" = -17; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = 5; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -10; }; -W = { -Hbar = 54; -Lslash = -9; -Ycircumflex = 13; -adieresis = -16; -adieresis.ss05 = -5; -ampersand = -20; -backslash = 47; -idieresis = 69; -minus = -27; -odieresis = -11; -plus = -21; -seven = 28; -three = 3; -threeinferior = -30; -two = 0; +comma.ss01 = { +twosuperior = -105; +threesuperior = -105; +fivesuperior = -105; +eightsuperior = -105; +parenright = 0; +bracketright = 17; +quoteright.ss01 = -105; }; -X = { -ampersand = -31; -asciitilde = -109; -at = -55; -backslash = 36; -ecircumflexacute = 0; -eight = -14; -equal = -45; -ibreve = 49; -idieresis = 62; -less = -55; -logicalnot = -104; -minus = -87; -multiply = -59; -nine = -14; -notequal = -21; -numbersign = -36; -plus = -80; -registered = -29; -three = -16; +C = { two = 7; +three = 18; +five = 4; +eight = 18; +braceright.case = -11; +plus = -4; +minus = -4; +greater = 10; }; -Y = { -Acircumflex = -73; -Amacron = -84; -Eth = -23; -Lslash = -18; -Oslash = -25; -Ydieresis = 20; -adieresis = -38; -agrave = -61; -agrave.ss05 = -33; -amacron = -46; -amacron.ss05 = -25; -ampersand = -32; -asciitilde = -98; -at = -46; -backslash = 42; -ecircumflex = -36; -ecircumflexacute = 0; -ecircumflexhookabove = -42; -egrave = -36; -eight = -16; -equal = -35; -iacute = -32; -less = -48; -logicalnot = -86; -minus = -73; -multiply = -59; -nine = -11; -numbersign = -34; -ograve = -47; -parenleft = -30; -plus = -71; -registered = -22; -scaron = -10; -seven = 2; -three = -16; -two = -14; -twoinferior = -108; -udieresis = -32; -umacron = -39; -}; -Yacute = { -Eth = -22; -udieresis = -32; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -103; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = -83; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -227; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -22; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -39; +"@MMK_R_KO_eacute" = -28; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -11; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_pi" = 2; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 7; +"@MMK_R_KO_four" = -51; +"@MMK_R_KO_five" = -6; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 5; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_ellipsis" = -232; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -104; +"@MMK_R_KO_hyphen" = -66; +"@MMK_R_KO_endash" = -36; +"@MMK_R_KO_hyphen.case" = -26; +"@MMK_R_KO_endash.case" = -8; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_plus" = -27; +"@MMK_R_KO_percent" = 7; }; -Z = { -Lslash = 0; -adieresis = 0; -asciitilde = -71; -at = -14; -backslash = 24; -equal = -7; -ibreve = 41; -less = -17; -logicalnot = -72; -minus = -51; -numbersign = 0; -plus = -48; -rcaron = 6; -registered = -9; -seven = 11; -two = 18; +ocircumflexgrave = { +parenright = -5; +bracketright = 0; +quotedbl = -10; +quotesingle = -9; +}; +wcircumflex = { +p = 1; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -118; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = -37; +"@MMK_R_KO_J.ss10" = 3; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = 7; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -29; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = -34; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -84; +"@MMK_R_KO_two" = -15; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -103; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = -79; +"@MMK_R_KO_onesuperior" = -80; +"@MMK_R_KO_foursuperior" = -133; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_ninesuperior" = -62; +"@MMK_R_KO_period" = -24; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_question" = -110; +"@MMK_R_KO_asterisk" = -122; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_period.ss01" = -53; +"@MMK_R_KO_comma.ss01" = -53; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_hyphen" = 22; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_bracketright" = -52; +"@MMK_R_KO_quotedblleft" = -104; +"@MMK_R_KO_quotedblright" = -43; +"@MMK_R_KO_quoteleft" = -100; +"@MMK_R_KO_quoteright" = -37; +"@MMK_R_KO_guillemetleft" = 15; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -173; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -119; +"@MMK_R_KO_quotedblright.ss01" = -134; +"@MMK_R_KO_plus" = 0; +}; +Umacron = { +Hbar = 47; }; Zcaron = { -Dcroat = -22; -Iogonek = 0; +Dcroat = -15; +igrave = 29; +endash.case = -32; }; -a = { -asciitilde = -31; -backslash = -22; -germandbls = 0; -jcircumflex = 12; -logicalnot = -31; -notequal = -19; -parenleft = 0; -plus = -12; -r = 0; -registered = -17; -seven = -17; +sixinferior = { +T = -117; +W = -39; +parenright = -29; +bracketright = 0; }; -a.ss05 = { -T = -80; -backslash = -58; -gbreve.ss06 = 13; -gcircumflex.ss06 = 13; -gcommaaccent.ss06 = 13; -germandbls = -8; -jcircumflex = 11; -seven = -36; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = 32; +"@MMK_R_KO_G.ss07" = -26; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 37; +"@MMK_R_KO_Y" = 43; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -14; +"@MMK_R_KO_seven" = 23; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 11; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_sevensuperior" = 23; +"@MMK_R_KO_ninesuperior" = 21; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_ellipsis" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 49; +"@MMK_R_KO_period.ss01" = 13; +"@MMK_R_KO_comma.ss01" = 7; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_hyphen.case" = -54; +"@MMK_R_KO_endash.case" = -48; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 19; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 20; +"@MMK_R_KO_guillemetleft" = -51; +"@MMK_R_KO_guillemetright" = 27; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 8; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -63; +"@MMK_R_KO_percent" = 0; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -7; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = 13; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -22; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_pi" = -8; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -6; +"@MMK_R_KO_two" = 7; +"@MMK_R_KO_three" = 23; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_five" = 21; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = -8; +"@MMK_R_KO_eight" = 28; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_foursuperior" = -23; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -11; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -18; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -12; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -12; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -33; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; }; -aacute = { -parenright = -46; +Idotaccent = { +l.ss04 = 34; }; -abreve = { -parenright = -46; +zero.dnom = { +question = -100; +question.ss01 = -107; +parenright = -51; +parenright.case = -22; +quotedblleft = -116; +quotedblright = -74; +quoteleft = -111; +quoteright = -75; +quotedbl = -128; +quotesingle = -85; +quotedblleft.ss01 = -72; +quoteleft.ss01 = -72; +quotedblright.ss01 = -76; +quoteright.ss01 = -80; +degree = -158; }; -abreveacute = { -parenright = -46; +I = { +I = 0; +Hbar = 37; +hbar = 21; +igrave = 9; +jcircumflex = 52; +logicalnot = -27; }; -abrevedotbelow = { -parenright = -46; +uhornhookabove = { +a = -14; +a.ss05 = -10; +period = -24; +comma = -23; +ellipsis = -27; +period.ss01 = -31; +ellipsis.ss01 = -31; +comma.ss01 = -36; +parenright = -13; +bracketright = 0; +quotedblright = 18; +quotedbl = 27; }; -abrevedotbelow.ss05 = { -c = -5; -t = -13; -t_i.liga = -13; -t_t.liga = -13; +Idieresis = { +Icircumflex = 45; +Idieresis = 33; +idieresis = 58; +parenright = 31; +parenright.case = 46; }; -abrevegrave = { -parenright = -46; -sevensuperior = -41; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -124; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_Oacute" = -36; +"@MMK_R_KO_J" = -60; +"@MMK_R_KO_G.ss07" = -38; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = 25; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -148; +"@MMK_R_KO_a" = -82; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -85; +"@MMK_R_KO_eacute" = -23; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -79; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = -46; +"@MMK_R_KO_icircumflex" = 28; +"@MMK_R_KO_imacron" = 31; +"@MMK_R_KO_itilde" = 34; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = -70; +"@MMK_R_KO_t" = -29; +"@MMK_R_KO_u" = -41; +"@MMK_R_KO_uacute" = -31; +"@MMK_R_KO_v" = -44; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_x" = -47; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -45; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = -69; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = -101; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_colon" = -51; +"@MMK_R_KO_semicolon" = -51; +"@MMK_R_KO_ellipsis" = -157; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -124; +"@MMK_R_KO_backslash" = 56; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = -53; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -108; +"@MMK_R_KO_endash" = -91; +"@MMK_R_KO_underscore" = -130; +"@MMK_R_KO_hyphen.case" = -76; +"@MMK_R_KO_parenleft" = -34; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 44; +"@MMK_R_KO_bracketright" = 43; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_bracketright.case" = 43; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -96; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = 27; +"@MMK_R_KO_quotesingle" = 27; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 11; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -60; }; -abrevehookabove = { -parenright = -46; +Ecircumflexdotbelow.ss01 = { +T = 13; }; -abrevetilde = { -parenright = -46; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -59; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -96; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 25; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -23; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 24; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -69; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -23; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -28; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -21; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 20; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 5; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = -31; +"@MMK_R_KO_asterisk" = -43; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -24; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -32; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -35; +"@MMK_R_KO_quotesingle" = -33; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -73; +"@MMK_R_KO_asciicircum" = -51; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -70; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_zero" = 1; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -10; +"@MMK_R_KO_eight" = 13; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -22; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -14; +"@MMK_R_KO_comma" = -11; +"@MMK_R_KO_ellipsis" = -23; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -37; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 20; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -32; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -15; }; -acircumflexacute = { -parenright = -46; -sevensuperior = -41; +one = { +icircumflex = 42; +three = 0; +multiply = -5; +equal = 0; +notequal = -23; +asciicircum = -24; }; -acircumflexdotbelow = { -parenright = -46; -sevensuperior = -41; +gdotaccent.ss06 = { +gdotaccent.ss06 = 23; }; -acircumflexdotbelow.ss05 = { -t = -13; -t_i.liga = -13; -t_t.liga = -13; -y = -11; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 1; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 19; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = -61; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 23; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -56; }; -acircumflexgrave.ss05 = { -y = -14; +lcaron.ss04 = { +ncaron = 9; +scaron = 17; +exclam.ss01 = 147; }; -acircumflexhookabove.ss05 = { -y = -14; +Gdotaccent = { +Hbar = 18; }; -acircumflextilde = { -parenright = -46; +fl = { +Hbar = 40; +l = 0; +idieresis = 8; +jcircumflex = 11; +periodcentered.loclCAT = 23; +periodcentered.loclCAT.ss01 = 9; }; -acircumflextilde.ss05 = { -y = -14; +quotedbl = { +Dcroat = 0; +Hbar = 59; +Lslash = -14; +hbar = 43; +igrave = 32; +icircumflex = 63; +idieresis = 80; +imacron = 65; +jcircumflex = 63; +x = -3; +idieresis.ss01 = 70; +g.ss06 = -23; +gcommaaccent.ss06 = -16; +gdotaccent.ss06 = -16; +gdotaccent.ss01.ss06 = -16; +mu = -18; +exclamdown = -18; +questiondown = -116; +backslash = 48; +questiondown.case = -50; +ellipsis.ss01 = -206; +exclamdown.ss01 = -23; +questiondown.ss01 = -114; +underscore = -206; +parenleft = -7; +braceleft = -24; +ampersand = -31; +sterling = -22; +minus = -29; +lessequal = -16; +asciitilde = -63; }; -adieresis = { -germandbls = 0; +O = { +Dcroat = 19; +Eth = 19; +Hbar = 6; +Lslash = 23; +Tbar = -30; +idieresis = 0; +parenleft.case = 10; +braceright.case = -23; +less = 20; }; -adieresis.ss05 = { -germandbls = -8; +Zdotaccent.ss01 = { +Hbar = 54; +endash.case = -32; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -102; +"@MMK_R_KO_U" = -30; +"@MMK_R_KO_V" = -102; +"@MMK_R_KO_W" = -73; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_v" = -83; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_pi" = -36; +"@MMK_R_KO_zero" = -38; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = -85; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -21; +"@MMK_R_KO_sixsuperior" = -102; +"@MMK_R_KO_onesuperior" = -102; +"@MMK_R_KO_foursuperior" = -102; +"@MMK_R_KO_sevensuperior" = -102; +"@MMK_R_KO_ninesuperior" = -102; +"@MMK_R_KO_asterisk" = -102; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 3; +"@MMK_R_KO_comma.ss01" = 3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -102; +"@MMK_R_KO_hyphen.case" = -102; +"@MMK_R_KO_endash.case" = -102; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -102; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -102; +"@MMK_R_KO_quotedblright.ss01" = -102; }; -ampersand = { -one = -53; -parenright = -42; -quotedbl = -73; -quotedblleft = -66; -quotedblright = -32; -quoteright = -32; -quotesingle = -73; -seven = -59; -v = -41; -w = -30; -y = -27; +braceleft = { +p = 0; +x = -3; +parenleft = -12; +braceright = 65; +at = -39; +minus = -70; +logicalnot = -71; +asciicircum = -63; }; -aogonek = { -comma = 4; -j = 10; -parenright = -8; +rcaron = { +I.ss02 = 8; +onesuperior = -2; +twosuperior = 14; +sevensuperior = 9; +parenright = 0; }; -aogonek.ss05 = { -comma = 40; -j = 39; -j.ss01 = 39; -parenright = 8; +f_f_i.liga = { +hbar = 3; +idieresis = 6; +jcircumflex = 13; +germandbls = 7; +logicalnot = -27; }; -approxequal = { -one = 0; -parenright = -65; -parenright.case = -57; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -74; +"@MMK_R_KO_Oacute" = -74; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -64; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = -120; +"@MMK_R_KO_U" = -44; +"@MMK_R_KO_V" = -126; +"@MMK_R_KO_W" = -77; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -155; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -31; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -38; +"@MMK_R_KO_f" = -45; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 43; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -91; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_pi" = -37; +"@MMK_R_KO_zero" = -48; +"@MMK_R_KO_one" = -108; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -24; +"@MMK_R_KO_four" = -30; +"@MMK_R_KO_five" = -32; +"@MMK_R_KO_six" = -62; +"@MMK_R_KO_seven" = -91; +"@MMK_R_KO_eight" = -23; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = -108; +"@MMK_R_KO_asterisk" = -122; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -153; +"@MMK_R_KO_hyphen.case" = -184; +"@MMK_R_KO_endash.case" = -232; +"@MMK_R_KO_quotedblleft" = -232; +"@MMK_R_KO_quotedblright" = -232; +"@MMK_R_KO_quoteleft" = -114; +"@MMK_R_KO_quoteright" = -114; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_plus" = -123; +"@MMK_R_KO_percent" = -76; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 25; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_W" = 41; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 44; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -50; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = 76; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -44; +"@MMK_R_KO_t" = -24; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -26; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 62; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_pi" = -27; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 24; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 15; +"@MMK_R_KO_onesuperior" = 21; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_sevensuperior" = 25; +"@MMK_R_KO_ninesuperior" = 22; +"@MMK_R_KO_period" = -30; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 43; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -48; +"@MMK_R_KO_bracketright" = 65; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -50; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = 4; +"@MMK_R_KO_quotedblright.ss01" = 9; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -62; +"@MMK_R_KO_percent" = 0; }; -asciicircum = { -X = -104; -asterisk = -26; -bracketright = -72; -bracketright.case = -74; -comma = -123; -comma.ss01 = -126; -four = -56; -hyphen = -72; -hyphen.case = -23; -one = -7; -parenright = -81; -parenright.case = -74; -period = -121; -period.ss01 = -126; -semicolon = -8; -slash = -96; -three = -20; -two = -18; -x = -38; +logicalnot = { +one = -42; +two = -26; +seven = -48; +nine = -26; +parenright = -84; +parenright.case = -67; +v = -39; +x = -49; +y = -33; }; -asciitilde = { -X = -102; -asterisk = -38; -bracketright = -76; -bracketright.case = -76; -comma = -95; -comma.ss01 = -92; -eight = -27; -exclam = -27; -exclam.ss01 = -27; -five = -15; -four = -18; -hyphen = -23; -nine = -18; -one = -9; -parenleft = -9; -parenright = -82; -parenright.case = -75; -period = -96; -period.ss01 = -92; -question = -31; -question.ss01 = -34; -quotedbl = -39; -quotedblleft = -23; -quotedblright = 0; -quoteright = 0; -quotesingle = -39; -seven = -17; -six = -2; -slash = -73; -three = -30; -two = -25; -v = -24; -w = -18; -y = -25; -zero = 0; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 54; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_itilde" = 69; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -10; +"@MMK_R_KO_comma" = -6; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 7; +"@MMK_R_KO_slash" = -20; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -34; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 6; +"@MMK_R_KO_parenright.case" = 5; +"@MMK_R_KO_bracketright.case" = 8; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -18; }; -asterisk = { -g.ss06 = -24; -l.ss04 = 35; +ydotbelow = { +ecircumflexdotbelow = -11; +period = -46; +comma = 0; +parenright = 48; }; -at = { -A = -20; -C = 6; -G = 9; -J = -15; -O = 6; -T = -38; -V = -49; -X = -47; -Y = -79; -a = 8; -c = 9; -d = 8; -e = 10; -g = 9; -parenright = -73; -parenright.case = -60; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = 3; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 10; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 19; +"@MMK_R_KO_guillemetright" = 15; +"@MMK_R_KO_quotedbl" = -22; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = -28; +}; +idotless = { +T = -23; }; -atilde = { -parenright = -46; +acircumflexhookabove.ss05 = { +y = -17; }; -b = { -backslash = -47; -eight = 12; -notequal = -10; -parenleft = 12; -registered = -29; -seven = -33; +Iogonek.ss02 = { +iogonek = 38; +j = 59; +j.ss01 = 59; +endash.case = -75; }; -backslash = { -T = -86; -V = -112; -W = -52; -Y = -114; -asterisk = -85; -backslash = -110; -c = -26; -f = -18; -j = 78; -o = -26; -one = -62; -quotedbl = -96; -quotedblleft = -80; -quotedblleft.ss01 = -68; -quotedblright = -63; -quotedblright.ss01 = -62; -quoteleft = -80; -quoteright = -63; -quotesingle = -96; -seven = -61; -t = -50; -t_i.liga = -50; -t_t.liga = -50; -underscore = 63; -v = -72; +aogonek = { +j = 7; +j.ss01 = 7; +parenright = 4; +bracketright = 0; }; -baht = { -parenright = -63; -parenright.case = -47; -slash = -11; +ldot.ss01.ss03 = { +period.ss01 = -69; +comma.ss01 = -74; }; -braceleft = { -A = -12; -C = -20; -G = -23; -O = -20; -Q = -20; -S = -7; -a = -65; -a.ss05 = -48; -asciicircum = -61; -braceright = 20; -c = -65; -d = -64; -e = -65; -f = -33; -f_f.liga = -33; -f_f_i.liga = -33; -f_y.liga = -33; -fi = -33; -fl = -33; -four = -56; -hyphen = -63; -j = 54; -logicalnot = -81; -m = -30; -minus = -71; -mu = -20; -n = -30; -o = -65; -one = -29; -parenleft = -21; -period = -30; -pi = -40; -plus = -71; -q = -65; -r = -30; -s = -57; -t = -37; -t_i.liga = -37; -t_t.liga = -37; -three = -16; -two = -4; -u = -57; -v = -52; -w = -49; -x = -10; -z = -21; -zero = -18; +Idotbelow = { +j = 30; }; -braceleft.case = { -logicalnot = -83; -one = -34; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 21; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 10; +"@MMK_R_KO_bracketright" = 9; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -25; }; -braceright = { -asciicircum = -44; -braceright = -36; -comma = -25; -parenright = -43; -period = -26; -period.ss01 = -39; +Tbar = { +A = -85; +Aacute = -85; +T = 23; +Tbar = 23; +a = -38; +a.ss05 = -36; +e = -39; +o = -39; +oslash = -38; +tbar = -15; +period = -86; +comma = -87; +slash = -92; +period.ss01 = -101; +comma.ss01 = -103; +hyphen = -44; +guillemetleft = -31; +guilsinglleft = -31; }; -bracketleft = { -Dcroat = -30; -Icircumflex = 43; -Jcircumflex = -7; -asciicircum = -61; -asciitilde = -83; -at = -48; -equal = -39; -g.ss06 = 0; -hcircumflex = 42; -infinity = -48; -jcircumflex = 64; -minus = -71; -mu = -18; -numbersign = -45; -p = 0; -scaron = -11; -scircumflex = -17; -u = -57; -zcaron = -13; +itilde = { +exclam.ss01 = 65; +quotedbl = 73; }; -bracketleft.case = { -A = 0; -C = -25; -G = -31; -G.ss07 = -27; -O = -25; -Q = -25; -S = -7; -four = -42; -hyphen.case = -56; -one = -32; -plus = -65; +Idotaccent.ss01 = { +l.ss04 = 34; }; -c = { -acircumflexacute.ss05 = 7; -backslash = -39; -bracketright = -43; -notequal = -18; -quotedblright = -11; -registered = -29; -seven = -31; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_J" = 16; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -14; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = 8; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 6; +"@MMK_R_KO_three" = 20; +"@MMK_R_KO_four" = 15; +"@MMK_R_KO_five" = 17; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = -4; +"@MMK_R_KO_eight" = 23; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = -22; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_endash.case" = -11; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_degree" = -25; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -11; +}; +ibreve = { +T = 20; +parenright = 41; +quotesingle = 56; +}; +multiply = { +one = 0; +seven.numr = -42; +parenright = -78; +parenright.case = -66; +A = -36; +J = -25; +T = -40; +V = -39; +X = -69; +Y = -70; +p = 0; }; -cacute = { -parenright = -57; +Ccircumflex = { +jcircumflex = 7; }; -ccaron = { -parenright = -43; +q = { +j = 22; +j.ss01 = 22; +comma = 0; +slash = 23; +parenright = 0; +braceright = 0; +bracketright = 0; }; -ccedilla = { -parenright = -41; +tcaron = { +a = 0; +b = 35; +h = 36; +k = 35; +l = 35; +o = -2; +f = 12; +i = 20; +j = 26; +sixsuperior = 61; +onesuperior = 34; +twosuperior = 50; +threesuperior = 34; +fivesuperior = 57; +sevensuperior = 30; +eightsuperior = 60; +ninesuperior = 58; +period = 0; +comma = 0; +colon = 16; +exclam = 106; +question = 49; +exclam.ss01 = 106; +hyphen = -35; +parenright = 86; +bracketright = 143; +quotedblleft = 50; +quotedblright = 99; +quoteleft = 50; +guillemetleft = -8; +guilsinglleft = -11; +quotedbl = 122; +quotesingle = 124; +quotedblleft.ss01 = 55; +quoteleft.ss01 = 59; +quotedblright.ss01 = 54; }; -cent = { -bracketright = -65; -comma = -18; -parenright = -75; -parenright.case = -63; -period = -19; -slash = -28; +uogonek = { +j = 7; +j.ss01 = 7; +parenright = 4; +bracketright = 0; }; -colon.ss01 = { -T = -18; -V = -33; -Y = -56; -bracketright = -21; -four = -9; -one = -2; -parenright = -40; +seven.dnom = { +period = -26; +comma = -25; +question = -102; +period.ss01 = -35; +comma.ss01 = -39; +question.ss01 = -111; +parenright = -59; +parenright.case = -40; +quotedblleft = -52; +quotedblright = -3; +quoteleft = -42; +quoteright = -2; +quotedbl = -114; +quotesingle = -80; +quotedblleft.ss01 = -53; +quoteleft.ss01 = -45; +quotedblright.ss01 = -57; +quoteright.ss01 = -58; +degree = -106; }; -comma = { -eightsuperior = -123; -fivesuperior = -123; -foursuperior = -123; -ninesuperior = -123; -onesuperior = -123; -quotesingle = -114; -sevensuperior = -123; -six = -42; -sixsuperior = -123; -threesuperior = -123; -twosuperior = -123; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -39; +"@MMK_R_KO_Oacute" = -39; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -40; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_zero" = -43; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -17; +"@MMK_R_KO_four" = -21; +"@MMK_R_KO_five" = -8; +"@MMK_R_KO_six" = -40; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -17; +"@MMK_R_KO_nine" = -21; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_sevensuperior" = 4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 47; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = -52; +"@MMK_R_KO_endash.case" = -48; +"@MMK_R_KO_parenright.case" = 30; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -30; +"@MMK_R_KO_plus" = -63; +"@MMK_R_KO_percent" = -27; +}; +Igrave.ss02 = { +igrave = 31; }; -comma.ss01 = { -eightsuperior = -126; -fivesuperior = -126; -foursuperior = -126; -ninesuperior = -126; -onesuperior = -126; -sevensuperior = -126; -sixsuperior = -126; -threesuperior = -126; -twosuperior = -126; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 58; +"@MMK_R_KO_imacron" = 55; +"@MMK_R_KO_itilde" = 72; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_backslash" = 44; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_underscore" = -53; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 8; +"@MMK_R_KO_bracketright" = 8; +"@MMK_R_KO_parenright.case" = 9; +"@MMK_R_KO_bracketright.case" = 10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -14; }; -copyright = { -J = -13; -T = -52; -V = -60; -X = -39; -Y = -93; -parenright = -76; +Amacron = { +endash.case = -62; }; -d = { -backslash = 27; -hbar = 2; -ibreve = 0; -idieresis = 15; -idieresis.ss01 = 0; -jcircumflex = 17; +hyphen = { +Dcroat = 13; +Lslash = 25; +Oslash = 0; +x = -56; +l.ss03 = 9; +mu = -2; +zero.numr = -92; +one.numr = -80; +three.numr = -69; +four.numr = -131; +five.numr = -90; +six.numr = -96; +seven.numr = -61; +eight.numr = -69; +nine.numr = -90; +threesuperior = -56; +fivesuperior = -61; +eightsuperior = -57; +colon = -24; +semicolon = -25; +questiondown = -35; +question.ss01 = -110; +questiondown.ss01 = -32; +parenleft = 13; +braceright = -59; +quotesinglbase = -27; +quotedblbase = -32; +quotedblbase.ss01 = -53; +quoteleft.ss01 = -96; +quoteright.ss01 = -101; }; -dcaron = { -amacron = 56; -exclam.ss01 = 165; -zacute = 22; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -99; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -27; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -78; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -44; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = -49; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -36; +"@MMK_R_KO_ninesuperior" = -49; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -62; +"@MMK_R_KO_asterisk" = -71; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_backslash" = -51; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -66; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -52; +"@MMK_R_KO_bracketright" = -47; +"@MMK_R_KO_quotedblleft" = -47; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = 22; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -56; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_quoteright.ss01" = -33; +"@MMK_R_KO_trademark" = -99; +"@MMK_R_KO_asciicircum" = -85; }; -dcroat = { -ecircumflexacute = 2; -i = 0; -i.ss01 = 0; -iacute = 0; -idotaccent = 0; -idotbelow = 0; +l = { +Hbar = 40; +l = 0; +hbar = 6; igrave = 0; -ihookabove = 0; -itilde = 31; -ocircumflexacute = 0; +ibreve = 0; +icaron = 0; +idieresis = 8; +jcircumflex = 11; +periodcentered.loclCAT = 23; +periodcentered.loclCAT.ss01 = 9; +at = 0; +notequal = -22; +logicalnot = -27; }; -divide = { -one = 0; -parenright = -69; -parenright.case = -57; -three = -2; -two = -15; +registered = { +period = -107; +comma = -108; +slash = -69; +period.ss01 = -102; +comma.ss01 = -105; +parenright = -58; +parenright.case = -42; +trademark = -36; }; -dollar = { -eight = 10; -five = 0; -four = 0; -one = -14; -parenright = -68; -parenright.case = -52; -period = -2; -seven = -13; -six = -2; -three = 0; -two = 0; +quotedblright.ss01 = { +icircumflex = 32; +g.ss06 = -21; +mu = -20; +questiondown.case = -56; +ellipsis.ss01 = -230; +questiondown.ss01 = -110; +asciitilde = -56; }; -e = { -Tcedilla = -82; -asciitilde = -26; -backslash = -51; -gbreve.ss06 = 6; -germandbls = -7; -idieresis = -2; -logicalnot = -23; -parenleft = 2; -registered = -33; -seven = -38; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = -75; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -76; +"@MMK_R_KO_Y" = -99; +"@MMK_R_KO_Z" = -29; +"@MMK_R_KO_I.ss02" = -78; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 14; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -67; +"@MMK_R_KO_two" = -29; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -77; +"@MMK_R_KO_eight" = 5; +"@MMK_R_KO_nine" = -14; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_foursuperior" = -60; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_question" = -108; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -48; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -34; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = 13; +"@MMK_R_KO_guillemetright" = -37; +"@MMK_R_KO_quotedbl" = -36; +"@MMK_R_KO_quotesingle" = -36; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -70; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 27; +"@MMK_R_KO_U" = 17; +"@MMK_R_KO_V" = 24; +"@MMK_R_KO_W" = 33; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = 28; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -91; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -22; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 40; +"@MMK_R_KO_imacron" = 53; +"@MMK_R_KO_itilde" = 57; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -18; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -15; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 63; +"@MMK_R_KO_g.ss06" = -18; +"@MMK_R_KO_t_t.liga" = -8; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 19; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 12; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -91; +"@MMK_R_KO_comma" = -93; +"@MMK_R_KO_colon" = -16; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -127; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = 33; +"@MMK_R_KO_slash" = -59; +"@MMK_R_KO_backslash" = 53; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -179; +"@MMK_R_KO_hyphen.case" = -8; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 29; +"@MMK_R_KO_bracketright" = 28; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_bracketright.case" = 28; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 14; +"@MMK_R_KO_quoteleft" = 4; +"@MMK_R_KO_quoteright" = 15; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 24; +"@MMK_R_KO_quotesingle" = 24; +"@MMK_R_KO_quotedblleft.ss01" = 9; +"@MMK_R_KO_quotedblright.ss01" = 11; +"@MMK_R_KO_quoteright.ss01" = 9; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -24; }; -ecircumflex = { -parenright = -62; +published = { +parenright = -61; +parenright.case = -41; }; -ecircumflexacute = { -parenright = -62; +emdash.case = { +one.numr = -48; +seven.numr = -40; +question.ss01 = -81; +quotedblbase = -218; +quotedblbase.ss01 = -230; +quoteright.ss01 = 0; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -16; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -7; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = -4; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -18; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 17; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -21; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_degree" = -29; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -12; }; -ecircumflexgrave = { -comma = 4; -comma.ss01 = -7; -hyphen = 15; -parenright = -50; -period.ss01 = -9; -quotedbl = -41; -quotedblright = -20; +Atilde = { +ordfeminine = -104; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; }; -ecircumflexhookabove = { -comma = 4; -comma.ss01 = -7; -parenright = -22; -period = 5; -period.ss01 = -9; -quotedbl = -30; +quotesingle = { +Hbar = 59; +eacute = -29; +hbar = 43; +igrave = 36; +icaron = 60; +icircumflex = 66; +idieresis = 84; +imacron = 65; +itilde = 84; +jcircumflex = 67; +idieresis.ss01 = 70; +g.ss06 = -23; +mu = -17; +exclamdown = -18; +questiondown = -85; +backslash = 48; +questiondown.case = -50; +questiondown.ss01 = -85; +underscore = -85; +ampersand = -31; +lessequal = -15; +asciitilde = -63; }; -edieresis = { -parenright = -62; +exclam = { +exclam = 7; +parenright = 0; +guillemetleft = -8; +guillemetright = 7; }; -edotaccent.ss01 = { -parenright = -62; +Imacron.ss02 = { +endash.case = -75; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = 1; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -31; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 13; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -61; +"@MMK_R_KO_asciicircum" = -22; }; -egrave = { -T = -82; -parenright = -62; +imacron = { +ncommaaccent = 0; +lcommaaccent = 2; +three = 39; +exclam.ss01 = 50; +quotedbl = 64; }; -eight = { -minus = -24; -six = 0; +three = { +icircumflex = 32; +braceright = -17; +bracketright.case = 0; +trademark = -31; }; -eight.dnom = { -degree = -120; -parenright = -43; -question = -79; -question.ss01 = -96; -quotedbl = -97; -quotedblleft = -85; -quotedblleft.ss01 = -55; -quotedblright = -56; -quoteright = -58; -quotesingle = -97; +radical = { +four = -43; +seven = 30; +hyphen = -49; +A = -96; +J = -61; +J.ss10 = -75; +a = -34; +d = -33; +a.ss05 = -33; +c = -37; +g = -35; +s = -30; +l.ss04 = 57; +g.ss06 = -28; }; -eightinferior = { -parenright = -39; +quotesinglbase = { +Iogonek = 0; +oslash = 0; +p = -2; +jcircumflex = 43; +germandbls = -43; +numbersign = -32; +parenleft.case = -35; +at = -37; +copyright = -94; +published = -94; +dollar = -36; +euro = -93; +minus = -114; +equal = -42; +approxequal = -45; }; -eightsuperior = { -comma = -123; -comma.ss01 = -126; -fraction = 0; -period = -121; -period.ss01 = -126; -slash = -64; +germandbls = { +a = 6; +d = 8; +a.ss05 = 27; +e = 2; +f = -6; +g = 2; +i = 8; +s = 24; +t = -8; +v = -12; +w = -8; +g.ss06 = 26; +t_i.liga = 0; +t_t.liga = 0; +period.ss01 = 0; +comma.ss01 = 0; +hyphen = 13; +parenright = -40; +bracketright = -26; +quotedblleft = -16; +quotesingle = -19; }; -ellipsis = { -Tbar = -91; -eightsuperior = -203; -fivesuperior = -202; -foursuperior = -210; -ninesuperior = -208; -onesuperior = -155; -parenleft.case = -41; -quoteleft = -123; -quotesingle = -114; -sevensuperior = -192; -sixsuperior = -208; -tbar = -47; -threesuperior = -196; -twosuperior = -193; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 7; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = 20; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 20; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 32; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = 30; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 11; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 23; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 18; +"@MMK_R_KO_guillemetright" = 25; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = 9; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_quoteright.ss01" = 4; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -72; +"@MMK_R_KO_Oacute" = -72; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -64; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -114; +"@MMK_R_KO_U" = -42; +"@MMK_R_KO_V" = -114; +"@MMK_R_KO_W" = -76; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = -114; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -28; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = -44; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 43; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -20; +"@MMK_R_KO_v" = -90; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_y" = -14; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_pi" = -33; +"@MMK_R_KO_zero" = -48; +"@MMK_R_KO_one" = -101; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -24; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_five" = -28; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = -88; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -36; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = -106; +"@MMK_R_KO_asterisk" = -114; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_hyphen.case" = -114; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quoteleft" = -114; +"@MMK_R_KO_quoteright" = -114; +"@MMK_R_KO_guillemetleft" = -36; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_plus" = -114; +"@MMK_R_KO_percent" = -74; }; -ellipsis.ss01 = { -Tbar = -92; -eightsuperior = -203; -fivesuperior = -202; -foursuperior = -210; -ninesuperior = -208; -onesuperior = -155; -question.ss01 = -110; -quotedbl = -235; -quotedblleft.ss01 = -246; -quotedblright.ss01 = -246; -sevensuperior = -192; -sixsuperior = -208; -threesuperior = -196; -twosuperior = -193; +Odieresis = { +Eth = 19; +Germandbls = 0; }; -emacron = { -parenright = -62; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = -54; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 19; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 12; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 23; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -37; +"@MMK_R_KO_hyphen.case" = -27; +"@MMK_R_KO_endash.case" = -14; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -33; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -18; +"@MMK_R_KO_plus" = -27; +"@MMK_R_KO_percent" = 0; }; -emdash = { -four.numr = -31; -foursuperior = -28; -one.numr = -51; -onesuperior = -56; -question.ss01 = -86; -questiondown = -17; -quotedbl = -46; -seven.numr = -40; -sevensuperior = -45; -sixsuperior = -49; -zero.numr = -43; +e = { +idieresis = -5; +germandbls = -9; +gbreve.ss06 = 10; +seven = -36; +emdash = 2; +registered = -32; +logicalnot = -24; +asciitilde = -26; }; -emdash.case = { -quotedblbase = -83; -quotedblbase.ss01 = -81; +Oacute = { +Eth = 19; +Lslash = 23; }; -endash = { -H = 0; -Lslash = 25; -Tcedilla = -87; -endash = 0; -four.numr = -31; -foursuperior = -28; -n = 0; -one.numr = -51; -onesuperior = -56; -question.ss01 = -86; -quotedblbase = -10; -seven.numr = -40; -sevensuperior = -45; -sixsuperior = -49; -zero.numr = -43; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 29; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = 38; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -76; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = -98; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 33; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 29; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = 11; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 27; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -42; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 33; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -46; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -40; +"@MMK_R_KO_foursuperior" = -37; +"@MMK_R_KO_fivesuperior" = -41; +"@MMK_R_KO_sevensuperior" = -80; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 20; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_colon" = 31; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = 16; +"@MMK_R_KO_exclam" = 29; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -40; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_backslash" = -58; +"@MMK_R_KO_period.ss01" = 24; +"@MMK_R_KO_comma.ss01" = 17; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -18; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -26; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 39; +"@MMK_R_KO_quotedblleft" = -38; +"@MMK_R_KO_quotedblright" = -34; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 31; +"@MMK_R_KO_quotedbl" = -47; +"@MMK_R_KO_quotesingle" = -47; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_quoteright.ss01" = -34; +"@MMK_R_KO_trademark" = -99; +"@MMK_R_KO_asciicircum" = -72; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -24; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 9; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -33; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -47; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = -2; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -25; +"@MMK_R_KO_trademark" = -46; +"@MMK_R_KO_asciicircum" = -15; }; -endash.case = { -quotedblbase = -83; -quotedblbase.ss01 = -81; +Germandbls = { +B = 8; +E = 8; +I = 8; +L = 8; +S = 24; +T = -9; +Z = 28; +a = 9; +foursuperior = -19; +hyphen = 15; }; -eng = { -bracketright = -2; -j = 22; -parenright = -15; -slash = 25; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_quoteright.ss01" = -13; }; -eogonek = { -parenright = -48; +six.dnom = { +question = -98; +question.ss01 = -105; +parenright = -42; +quotedblleft = -112; +quotedblright = -67; +quoteleft = -111; +quoteright = -70; +quotedbl = -127; +quotesingle = -85; +quotedblleft.ss01 = -69; +quoteleft.ss01 = -69; +quotedblright.ss01 = -81; +quoteright.ss01 = -77; +degree = -162; }; -equal = { -A = -14; -C = 0; -G = 0; -J = 0; -O = 0; -T = 0; -V = -26; -X = -39; -Y = -48; -bracketright = -47; -comma = -5; -equal = 0; -one = 0; -parenright = -56; -parenright.case = -47; -period = -6; -quotedbl = -15; -quotedblright = 0; -zero = 0; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -30; }; -euro = { -comma = -5; -comma.ss01 = -19; -parenright = -69; -parenright.case = -56; -period = -5; -period.ss01 = -19; -slash = -21; -three = 0; +less = { +two = 23; +three = 22; +parenright = -35; +less = 0; +S = 22; }; -exclam = { -exclam = 3; -guillemetleft = -16; -guilsinglleft = -18; -parenright = -19; -quotedbl = -2; -quotedblleft = -2; -quotedblright = -2; +Acircumflex = { +six = -46; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -80; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -79; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -114; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_pi" = 15; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = -5; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_ellipsis" = -114; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -18; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -2; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -105; +"@MMK_R_KO_H" = -16; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_J" = -92; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -29; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -208; +"@MMK_R_KO_a" = -41; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -39; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -27; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_s" = -31; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_z" = -26; +"@MMK_R_KO_t_t.liga" = 0; }; -exclam.ss01 = { -exclam.ss01 = 0; -parenright = -24; -period.ss01 = -22; +ellipsis.ss01 = { +Dcroat = -38; +Tbar = -99; +tbar = -55; +twosuperior = -164; +threesuperior = -167; +fivesuperior = -173; +eightsuperior = -174; +question.ss01 = -94; +parenleft = -17; +braceright = -3; +parenleft.case = -32; +quoteleft.ss01 = -105; +quoteright.ss01 = -105; }; -exclamdown = { -A = 2; -C = 6; -O = 6; -Q = 6; -T = -32; -V = -29; -Y = -65; -j = 44; +u = { +l = 0; +idieresis = 0; +s = 2; +germandbls = 6; +logicalnot = -27; }; -exclamdown.ss01 = { -T = -18; -V = -30; -Y = -57; +colon.ss01 = { +T = -27; +V = -25; +Y = -52; +zero = 0; +one = 7; +three = 6; +four = 0; +onesuperior = -56; +sevensuperior = -52; +emdash = -14; +parenright = -30; +braceright = 0; +bracketright = 0; }; -f = { -backslash = 54; -exclam.ss01 = 25; -germandbls = 15; -hbar = 16; -ibreve = 42; -idieresis = 56; -idieresis.ss01 = 48; -jcircumflex = 58; -n = 0; -nine = 24; -ordmasculine = 20; -parenleft = 10; -seven = 31; +ocircumflexacute = { +sevensuperior = 0; +parenright = 22; +bracketright = 44; +quotedbl = 0; +quotesingle = 0; }; -f_f.liga = { -backslash = 54; -hbar = 16; -ibreve = 42; -idieresis = 56; -idieresis.ss01 = 48; -nine = 24; -ordmasculine = 20; -parenleft = 10; -seven = 31; +egrave = { +T = -99; }; -f_f_i.liga = { -asciitilde = -31; +Jcircumflex = { +jcircumflex = 55; +parenright = 33; +bracketright = 47; +parenright.case = 44; +bracketright.case = 47; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 19; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 29; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -32; +"@MMK_R_KO_hyphen.case" = -12; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_braceright" = -18; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -11; +"@MMK_R_KO_quotesingle" = -11; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -32; +"@MMK_R_KO_asciicircum" = -27; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 21; +"@MMK_R_KO_J" = -48; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -64; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 21; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 53; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_period.ss01" = 4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -24; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 14; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 26; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -54; +"@MMK_R_KO_S" = -20; +"@MMK_R_KO_T" = -112; +"@MMK_R_KO_U" = -36; +"@MMK_R_KO_V" = -112; +"@MMK_R_KO_W" = -68; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -112; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_f" = -41; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -53; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_v" = -81; +"@MMK_R_KO_w" = -48; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_pi" = -33; +"@MMK_R_KO_zero" = -45; +"@MMK_R_KO_one" = -95; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_five" = -22; +"@MMK_R_KO_six" = -53; +"@MMK_R_KO_seven" = -83; +"@MMK_R_KO_eight" = -16; +"@MMK_R_KO_nine" = -31; +"@MMK_R_KO_sixsuperior" = -112; +"@MMK_R_KO_onesuperior" = -112; +"@MMK_R_KO_foursuperior" = -112; +"@MMK_R_KO_sevensuperior" = -112; +"@MMK_R_KO_ninesuperior" = -112; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -102; +"@MMK_R_KO_asterisk" = -112; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -49; +"@MMK_R_KO_endash" = -112; +"@MMK_R_KO_hyphen.case" = -112; +"@MMK_R_KO_endash.case" = -112; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_quotedblleft" = -112; +"@MMK_R_KO_quotedblright" = -112; +"@MMK_R_KO_quoteleft" = -112; +"@MMK_R_KO_quoteright" = -112; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -112; +"@MMK_R_KO_quotesingle" = -85; +}; +udieresis = { +germandbls = 6; +}; +E = { +Hbar = 56; +igrave = 30; +idieresis = 81; +jcircumflex = 74; germandbls = 0; -hbar = 0; -idieresis = 14; -jcircumflex = 11; -logicalnot = -31; +idieresis.ss01 = 71; +zero = -7; +two = 16; +six = -6; +seven = 15; +numbersign = -2; +registered = 0; +multiply = -19; +logicalnot = -45; +asciitilde = -50; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 14; -parenright = -23; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -120; +"@MMK_R_KO_Oacute" = -120; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -108; +"@MMK_R_KO_S" = -70; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = -85; +"@MMK_R_KO_V" = -127; +"@MMK_R_KO_W" = -75; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -138; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -97; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_aacute" = -65; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -82; +"@MMK_R_KO_eacute" = -82; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 74; +"@MMK_R_KO_s" = -47; +"@MMK_R_KO_t" = -81; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_v" = -96; +"@MMK_R_KO_w" = -63; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -76; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -90; +"@MMK_R_KO_one" = -92; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -66; +"@MMK_R_KO_four" = -191; +"@MMK_R_KO_five" = -70; +"@MMK_R_KO_six" = -102; +"@MMK_R_KO_seven" = -75; +"@MMK_R_KO_eight" = -62; +"@MMK_R_KO_nine" = -81; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -122; +"@MMK_R_KO_slash" = 49; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 16; +"@MMK_R_KO_colon.ss01" = 16; +"@MMK_R_KO_parenright" = 27; +"@MMK_R_KO_bracketright" = 21; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblright" = -208; +"@MMK_R_KO_quotedbl" = -206; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblright.ss01" = -208; }; -f_y.liga = { -Ydieresis = -40; -ampersand = -12; -asciitilde = -34; -exclam.ss01 = 0; -germandbls = 12; +Lcaron = { +A = 17; +B = 7; +M = 7; +N = 7; +K = 7; +C = -28; +O = -28; +G = -28; +Ccaron = -28; +Ocircumflex = -28; +J = 31; +S = 9; +Scaron = 9; +T = -5; +U = -6; +Uacute = -6; +V = -2; +W = 2; +Zcaron = 33; +I.ss02 = 31; +a = -8; +u = -3; +v = -46; +w = -30; +sixsuperior = -32; +onesuperior = -18; +twosuperior = -29; +threesuperior = -25; +foursuperior = -63; +fivesuperior = -30; +sevensuperior = -13; +eightsuperior = -28; +ninesuperior = -26; +period = 17; +comma = 16; +question = -35; +question.ss01 = -37; +hyphen = -4; +hyphen.case = -160; +parenright = 0; +quotedblleft = -44; +quoteleft = -44; +guillemetleft = -43; +guilsinglleft = -9; +quotedbl = -8; +quotesingle = -4; +quotedblleft.ss01 = -41; +quoteleft.ss01 = -41; }; -fi = { -asciitilde = -31; -germandbls = 0; -hbar = 0; -idieresis = 14; -jcircumflex = 11; -logicalnot = -31; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -75; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -40; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = -72; +"@MMK_R_KO_Y" = -49; +"@MMK_R_KO_Z" = -18; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = -50; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_icircumflex" = -1; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = -1; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -10; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -25; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -17; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -57; +"@MMK_R_KO_comma" = -58; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -72; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = -69; +"@MMK_R_KO_comma.ss01" = -74; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = -14; +"@MMK_R_KO_underscore" = -75; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -55; +"@MMK_R_KO_bracketright" = -55; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -25; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = 16; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -16; +}; +Udieresis.ss01 = { +b = 7; +}; +twosuperior = { +A = -55; +fraction = 8; +period = -112; +comma = -114; +slash = -57; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = 0; +parenright = -18; +parenright.case = -5; }; -fi.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 14; -parenright = -23; +period = { +g.ss06 = 0; +ordfeminine = -112; +ordmasculine = -112; +twosuperior = -112; +threesuperior = -112; +fivesuperior = -112; +eightsuperior = -112; +parenleft = -17; +braceright = -20; +parenleft.case = -31; }; -five = { -asciicircum = -50; -ordfeminine = -20; -ordmasculine = -18; -six = 0; +uhorntilde = { +a = -14; +a.ss05 = -10; +n = 0; +u = 2; +period = -24; +comma = -23; +ellipsis = -27; +question = 18; +period.ss01 = -31; +ellipsis.ss01 = -31; +comma.ss01 = -36; +parenright = -13; +quotedblright = 18; +quotedbl = 27; }; -five.dnom = { -degree = -97; -parenright = -49; -question = -78; -question.ss01 = -88; -quotedbl = -62; -quotedblleft = -60; -quotedblright = -23; -quoteright = -24; -quotesingle = -62; +nine = { +ordmasculine = -22; +underscore = -50; +braceright = -46; +braceright.case = -16; +bracketright.case = -15; +trademark = -59; +asciicircum = -35; }; -five.numr = { -fraction = -5; +T = { +Hbar = 57; +Lslash = -19; +Oslash = -11; +Tbar = 23; +aacute = -50; +agrave = -47; +adotbelow = -50; +adotbelow.ss01 = -50; +aogonek = -50; +adieresis = -39; +ahookabove = -49; +ae = -46; +a.ss05 = -45; +aacute.ss05 = -45; +aogonek.ss05 = -45; +adotbelow.ss05 = -45; +cacute = -50; +ccedilla = -50; +eacute = -53; +edotaccent = -53; +eogonek = -53; +edotbelow = -53; +edotbelow.ss01 = -53; +edotaccent.ss01 = -53; +egrave = -42; +ecaron = -35; +ehookabove = -53; +oacute = -51; +ohookabove = -51; +ograve = -50; +ocircumflexhookabove = -38; +ohungarumlaut = -45; +odotbelow = -51; +ohorngrave = -50; +ohornacute = -51; +odotbelow.ss01 = -51; +oslash = -51; +gbreve = -45; +i.ss01 = -7; +idotaccent.ss01 = -7; +iacute = -16; +igrave = 0; +rcaron = 0; +ihookabove = -11; +idotless = -22; +ibreve = 13; +icaron = 9; +idieresis = 29; +racute = -18; +scaron = -16; +scircumflex = -11; +uacute = -15; +uhorndotbelow = -15; +uhorndotbelow.ss01 = -15; +ugrave = -15; +udotbelow = -15; +uogonek = -15; +uhorngrave = -15; +uhornacute = -15; +udotbelow.ss01 = -15; +uhornhookabove = -15; +ygrave = -16; +ycircumflex = -15; +yhookabove = -26; +zcaron = -13; +idieresis.ss01 = 21; +zero = -12; +six = -9; +seven = 22; +zeroinferior = -119; +twoinferior = -120; +numbersign = 0; +endash.case = -86; +parenleft.case = -6; +guilsinglleft = -61; +guilsinglright = -14; +at = -23; +ampersand = -37; +registered = -4; +plus = -92; +minus = -128; +multiply = -38; +divide = -88; +equal = 0; +less = -55; +greaterequal = -11; +plusminus = -79; +approxequal = -41; +logicalnot = -149; +asciitilde = -133; }; -fiveinferior = { +quotesinglbase.ss01 = { +Dcroat = -37; T = -105; -W = -38; -parenright = -45; -}; -fivesuperior = { -comma = -123; -comma.ss01 = -126; -fraction = -2; -period = -121; -period.ss01 = -126; -slash = -69; +Tcaron = -105; +V = -105; +W = -73; +Y = -105; +oslash = 5; +germandbls = -44; +numbersign = -19; +question.ss01 = -94; +parenleft.case = -24; +quoteright.ss01 = -105; +at = -32; +copyright = -71; +published = -71; +euro = -90; +minus = -105; +equal = -4; +approxequal = -16; }; -fl = { -backslash = 26; -ibreve = 0; -idieresis = 14; -idieresis.ss01 = 0; -jcircumflex = 16; +Q = { +Dcroat = -8; +two = 27; +seven = -31; +registered = -38; }; -four = { -asciicircum = -70; -braceright = -47; -bracketright.case = -31; -fivesuperior = -46; -hyphen = 14; -minus = 0; -ninesuperior = -45; -ordfeminine = -50; -ordmasculine = -48; -six = 0; -sixsuperior = -48; -trademark = -59; +quoteright = { +Hbar = 49; +a.ss05 = -29; +eacute = -31; +hbar = 34; +igrave = -2; +icircumflex = 36; +idieresis = 60; +imacron = 49; +itilde = 59; +jcircumflex = 37; +scaron = -20; +x = 0; +g.ss06 = -24; +gdotaccent.ss06 = -20; +mu = -15; +questiondown = -109; +questiondown.case = -55; +quotedblbase = -114; +euro = -11; +asciitilde = -68; }; -four.dnom = { -degree = -107; -parenright = -42; -question = -76; -question.ss01 = -89; -quotedbl = -76; -quotedblleft = -73; -quotedblright = -32; -quoteright = -32; -quotesingle = -76; +minus = { +one = 0; +two = -35; +three = -78; +seven = -6; +one.numr = -56; +seven.numr = -47; +period = -112; +comma = -114; +period.ss01 = -102; +comma.ss01 = -105; +parenright = -78; +parenright.case = -64; +quotedblleft = -19; +quotedblright = -14; +quoteleft = -19; +quoteright = -13; +guillemetright = -32; +quotedbl = -34; +quotesingle = -34; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 0; +quoteright.ss01 = 0; +tenge = -4; +yen = -33; +x = -52; }; -fourinferior = { -T = -97; -V = -81; -W = -44; -bracketright = -30; -parenright = -41; +ldot.ss04 = { +a = 29; +e = 29; +period = -72; +comma = -76; +}; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -28; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -33; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -39; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 30; +"@MMK_R_KO_five" = 11; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -40; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_sevensuperior" = -41; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = -13; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -41; +"@MMK_R_KO_quoteleft" = -47; +"@MMK_R_KO_quoteright" = -41; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -41; +"@MMK_R_KO_quotesingle" = -40; +"@MMK_R_KO_quotedblleft.ss01" = -50; +"@MMK_R_KO_quotedblright.ss01" = -53; +"@MMK_R_KO_degree" = -62; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -48; +}; +acircumflexacute.ss05 = { +t = -16; +y = -17; +t_i.liga = -9; +t_t.liga = -9; +question = -50; +question.ss01 = -52; }; -foursuperior = { -comma = -123; -comma.ss01 = -126; -fraction = -2; -period = -121; -period.ss01 = -126; -slash = -66; +p = { +seven = -30; +registered = -30; }; -fraction = { -eight.dnom = 0; -fiveinferior = 7; -fourinferior = -35; -nineinferior = 0; -seven.dnom = 34; -seveninferior = 36; -sixinferior = 0; -two.dnom = -3; -twoinferior = 0; -zeroinferior = -2; +idotaccent = { +T = -2; +idieresis = 6; +parenright = 0; }; -g = { -backslash = -22; -iogonek = 0; -jcircumflex = 12; +summation = { +n = -2; }; -g.ss06 = { -colon.ss01 = 4; -hbar = 0; -idieresis = 7; -iogonek = 14; -jcircumflex = 41; +eth = { +a = 0; +d = 2; +aacute = 2; +e = 0; +o = 0; +eth = 0; +odieresis = 0; +f = -10; +f_f.liga = -10; +f_f_i.liga = -10; +fi = -10; +f_y.liga = -10; +fl = -10; +g = 0; +i = 0; +j = 0; +s = 6; +t = -9; +u = 8; +v = -23; +y = -18; +t_i.liga = -3; +t_t.liga = -3; +period = -5; +comma = 0; +period.ss01 = -12; +comma.ss01 = -12; +hyphen = 9; +parenright = -42; +bracketright = -5; +quotedblleft = -30; +quoteleft = -30; +quotedbl = -23; }; -gbreve.ss06 = { -gbreve.ss06 = 10; +igrave = { +parenright = -42; }; -gcaron.ss06 = { -gcaron.ss06 = 10; +three.numr = { +fraction = -4; }; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 10; +Aring = { +endash.case = -62; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -19; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -18; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -25; }; -gdotaccent.ss06 = { -gdotaccent.ss06 = 10; +lcommaaccent = { +j = 8; }; -germandbls = { -a = 4; -a.ss05 = 16; -bracketright = -34; -c = 3; -comma = 12; -comma.ss01 = -3; -d = 5; -e = 3; -f = 0; -f_f.liga = 0; -f_f_i.liga = 0; -f_y.liga = 0; -fi = 0; -fl = 0; -g = 0; -g.ss06 = 13; -guillemetleft = 0; -guilsinglleft = 0; -hyphen = 9; -o = 3; -parenright = -58; -period = 12; -period.ss01 = -6; -quotedblleft = -18; -quotedblleft.ss01 = -22; -quoteleft = -18; -quotesingle = -26; -s = 0; -t = -6; -t_i.liga = -6; -t_i.liga.ss01 = -6; -t_t.liga = -6; -v = -7; -w = -2; -z = 9; +quoteright.ss01 = { +igrave = 21; +icircumflex = 33; +imacron = 40; +itilde = 43; +jcircumflex = 33; +idieresis.ss01 = 37; +g.ss06 = -22; +gdotaccent.ss01.ss06 = -16; +mu = -19; +questiondown.case = -62; +questiondown.ss01 = -105; +quotedblbase.ss01 = -105; +asciitilde = -61; }; -greater = { -J = -25; -T = -35; -X = -58; -Y = -61; -Z = -10; -greater = 0; -parenright = -54; +backslash = { +p = 33; +g.ss06 = 46; +backslash = -95; +underscore = 57; +quoteright.ss01 = -72; }; -greaterequal = { -T = -31; -one = -5; -parenright = -43; -seven = -10; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 28; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 10; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_T" = 47; +"@MMK_R_KO_U" = 40; +"@MMK_R_KO_V" = 42; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 40; +"@MMK_R_KO_I.ss02" = 51; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_sixsuperior" = 31; +"@MMK_R_KO_onesuperior" = 28; +"@MMK_R_KO_twosuperior" = 35; +"@MMK_R_KO_threesuperior" = 39; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 41; +"@MMK_R_KO_sevensuperior" = 57; +"@MMK_R_KO_eightsuperior" = 41; +"@MMK_R_KO_ninesuperior" = 45; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 37; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = 75; +"@MMK_R_KO_bracketright" = 76; +"@MMK_R_KO_parenright.case" = 87; +"@MMK_R_KO_bracketright.case" = 76; +"@MMK_R_KO_quotedblright" = 40; +"@MMK_R_KO_quoteright" = 42; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 55; +"@MMK_R_KO_quotesingle" = 55; +"@MMK_R_KO_quotedblright.ss01" = 34; +"@MMK_R_KO_quoteright.ss01" = 36; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = 22; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 9; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 15; +"@MMK_R_KO_sevensuperior" = 11; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 11; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 41; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = 21; +"@MMK_R_KO_braceright" = 54; +"@MMK_R_KO_bracketright" = 53; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 31; +"@MMK_R_KO_quotesingle" = 33; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 16; +"@MMK_R_KO_quoteright.ss01" = 17; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -25; }; -guillemetleft = { -Tcedilla = -21; -g.ss06 = 0; -questiondown = -2; -quotedblbase = -14; -sevensuperior = -46; +parenright.case = { +T = -24; +V = -33; +Y = -43; +Yacute = -43; +period = 0; +comma = 0; +slash = -16; +period.ss01 = -11; +comma.ss01 = -14; +hyphen.case = 8; +emdash.case = 13; +parenleft.case = 19; +parenright.case = -24; +braceright.case = 2; +bracketright.case = 2; +quotedbl = -15; }; -guillemetright = { -Lslash = 14; -T = -87; -onesuperior = -77; -quotesinglbase = -23; -sevensuperior = -72; -sixsuperior = -68; +degree = { +zero = -11; +three = -2; +four = -61; +five = -14; +six = -7; +period = -112; +comma = -114; +slash = -104; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = -130; +emdash = -139; +endash = -59; +hyphen.case = -30; +emdash.case = -26; +parenright = -43; +bracketright = -6; +parenright.case = -29; +bracketright.case = -13; +g.ss06 = -30; }; -guilsinglleft = { -A = 0; -Adieresis = 0; -Aring = 0; -C = 0; -G = 0; -J = 0; -T = -8; -Tcommaaccent = -8; -V = -31; -W = -17; -X = 2; -Y = -48; -Yacute = -48; -Z = 0; -a = -18; -c = -19; -comma = -3; -d = -17; -e = -19; -f = 3; -f_f.liga = 3; -f_f_i.liga = 3; -f_y.liga = 3; -fi = 3; -fl = 3; -guilsinglleft = -41; -j = 0; -o = -20; -parenright = -38; -pi = 2; -s = -13; -semicolon = 18; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -v = 0; -w = 0; +H = { +H = 0; +Hbar = 37; +igrave = 9; +ibreve = 44; +idieresis = 58; +jcircumflex = 52; x = 0; -y = 0; -z = 4; -}; -guilsinglright = { -onesuperior = -73; -quotesinglbase = -25; -sevensuperior = -68; +idieresis.ss01 = 49; +exclam = 0; +endash = 0; +ampersand = 0; }; -h = { -abrevehookabove.ss05 = 5; -acircumflexhookabove.ss05 = 5; -backslash = -40; -e = 2; -registered = -26; -seven = -28; -yhookabove = -12; +lessequal = { +parenright = -30; +greaterequal = 0; +lessequal = -7; +Y = -24; +n = -6; }; -hyphen = { -Dcroat = 16; -Jcircumflex = 0; -Lslash = 27; -OE = 13; -Oslash = 7; -Tcedilla = -86; -Ycircumflex = -95; -Ydieresis = -95; -Ydieresis.ss01 = -95; -Ydotbelow = -95; -Ydotbelow.ss01 = -95; -Ygrave = -95; -braceright = -59; -four.numr = -39; -foursuperior = -36; -hyphen = -9; -l.ss03 = 8; -mu = -3; -one = -50; -one.numr = -57; -onesuperior = -57; -oslash = 20; -question.ss01 = -86; -questiondown = -23; -quotedbl = -54; -quotedblbase = -17; -quotedblbase.ss01 = -13; -quoteleft = -54; -quotesinglbase = -17; -seven.numr = -48; -sevensuperior = -48; -six.numr = -54; -sixsuperior = -52; -two = -15; -zero.numr = -50; +mu = { +mu = -10; +pi = -2; +one = -12; +onesuperior = -46; +twosuperior = -20; +sevensuperior = -62; +period.ss01 = -9; +comma.ss01 = -14; +hyphen = -4; +parenright = -46; +braceright = -5; +bracketright = -5; +quotedblleft = -21; +quotedblright = -32; +quoteleft = -21; +quoteright = -31; +quotedbl = -31; +quotesingle = -28; +trademark = -74; +asciicircum = -35; }; -hyphen.case = { -Dcroat = 28; -Jcircumflex = -67; -Lslash = 20; -Oslash = 22; -Tcedilla = -80; -Ycircumflex = -71; -bracketright.case = -55; -hyphen.case = -9; -parenleft.case = 13; -quotedblbase = -102; -quotedblbase.ss01 = -97; -quotesinglbase = -102; +questiondown = { +p = 0; +questiondown = 9; }; -i = { -asciitilde = -31; -germandbls = 0; -hbar = 0; -idieresis = 14; -jcircumflex = 11; -logicalnot = -31; +A = { +B = -2; +H = -2; +E = -2; +F = -2; +I = -2; +L = -2; +R = -2; +M = -2; +N = -2; +D = -2; +P = -2; +K = -2; +Iacute = -2; +Ntilde = -2; +Idieresis = -2; +Dcroat = -25; +Eth = -25; +Lslash = -18; +Tbar = -86; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; p = 0; +jcircumflex = 0; +germandbls = -29; +tbar = -32; +gbreve.ss06 = 0; +ordfeminine = -104; +ordmasculine = -105; +zero = -40; +two = 9; +three = -22; +five = -28; +six = -46; +seven = -69; +eight = -20; +nine = -33; +numbersign = -22; +endash.case = -62; +parenleft.case = -38; +quotedblleft.ss01 = -70; +at = -38; +ampersand = -23; +registered = -94; +dollar = -31; +plus = -58; +minus = -60; +multiply = -45; +divide = -42; +equal = -25; +notequal = -36; +less = -28; +approxequal = -36; +logicalnot = -74; +asciitilde = -75; }; -i.ss01 = { -bracketright = -9; -idieresis.ss01 = 0; -jcircumflex = 14; -parenright = -27; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -43; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 9; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 27; +"@MMK_R_KO_imacron" = 57; +"@MMK_R_KO_itilde" = 64; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -30; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 56; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -33; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -4; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -26; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -29; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -84; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -102; +"@MMK_R_KO_parenleft" = -23; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 38; +"@MMK_R_KO_bracketright" = 37; +"@MMK_R_KO_parenright.case" = 18; +"@MMK_R_KO_bracketright.case" = 41; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -73; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 22; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 24; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 26; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_pi" = 7; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 17; +"@MMK_R_KO_three" = 18; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_five" = 12; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 24; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -17; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_sevensuperior" = -21; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_hyphen" = 4; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = -13; +"@MMK_R_KO_percent" = -6; }; -iacute = { -ccaron = 0; -j = 8; -jacute = 7; +ohornacute = { +c = 20; +i = 31; +idotaccent = 31; +i.ss01 = 31; +idotaccent.ss01 = 31; +m = 30; +n = 32; +p = 33; +t = 40; +u = 39; +t_i.liga = 50; +t_i.liga.ss01 = 50; +t_t.liga = 50; parenright = 0; -rcaron = 7; -scaron = 0; -thorn = 0; -zcaron = 0; }; -ibreve = { -T = 40; -exclam = 35; -i = 0; -imacron = 21; -l = 0; -l.ss04 = 28; -onesuperior = 31; -parenright = 4; -question = 18; -quotesingle = 24; -sevensuperior = 28; -}; -icircumflex = { -Icircumflex = 30; -i.ss01 = 8; -j.ss01 = 11; -ordfeminine = 45; -parenleft = 25; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -79; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = -1; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = -1; +"@MMK_R_KO_imacron" = -1; +"@MMK_R_KO_itilde" = -1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 29; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 31; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = 12; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -73; +"@MMK_R_KO_comma" = -74; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -81; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -80; +"@MMK_R_KO_comma.ss01" = -83; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -70; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = -36; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_quotedblleft" = 11; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 11; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 28; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 16; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = -48; +"@MMK_R_KO_asciicircum" = 0; +}; +Ycircumflex = { +a.ss05 = -73; }; -idieresis = { -Idieresis = 45; -Idieresis.ss02 = 60; -b = 16; -eightsuperior = 46; -exclam = 56; -fivesuperior = 42; -h = 16; -i = 16; -idieresis = 40; -j = 17; -k = 15; -l = 16; -l.ss03 = 21; -l.ss04 = 64; -ninesuperior = 58; -onesuperior = 65; -parenright = 6; -question = 54; -quotedbl = 56; -quotedblright = 62; -quotesingle = 56; -sevensuperior = 62; -sixsuperior = 51; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -threesuperior = 59; -twosuperior = 54; +Ograve = { +Lslash = 23; }; -idieresis.ss01 = { -b = 2; -comma.ss01 = -17; -k = 0; -l = 2; -l.ss03 = 6; -l.ss04 = 57; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +Hbar = { +Hbar = 111; +Idieresis.ss01 = 37; +exclam.ss01 = 58; }; -idotaccent = { -idieresis = 14; -jcircumflex = 11; +Y = { +Eth = -19; +Lslash = -13; +Oslash = -36; +aacute = -82; +a.ss05 = -73; +aacute.ss05 = -73; +aogonek.ss05 = -73; +eth = -37; +ccedilla = -85; +eacute = -86; +edotbelow = -86; +edotbelow.ss01 = -86; +egrave = -37; +ecircumflexacute = -38; +oacute = -85; +odotbelow = -85; +odotbelow.ss01 = -85; +oslash = -85; +iacute = -27; +ntilde = -38; +ncaron = -38; +igrave = 9; +idieresis = 35; +scaron = -6; +zcaron = -20; +idieresis.ss01 = 28; +zero = -34; +two = -21; +three = -13; +six = -33; +seven = 28; +eight = -17; +nine = -17; +twoinferior = -120; +numbersign = -29; +ellipsis.ss01 = -152; +endash.case = -58; +parenleft.case = -19; +at = -53; +ampersand = -53; +registered = -24; +plus = -77; +minus = -83; +multiply = -65; +equal = -37; +notequal = -60; +less = -51; +lessequal = -48; +logicalnot = -105; +asciitilde = -121; }; -idotaccent.ss01 = { -parenright = -27; +acircumflexacute = { +sevensuperior = 0; +parenright = 32; }; -idotbelow = { -comma = 2; -j = 9; +odieresis.ss01 = { +germandbls = -9; }; -idotbelow.ss01 = { -period.ss01 = -20; +foursuperior = { +A = -72; +period = -112; +comma = -114; +slash = -74; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = -39; }; -igrave = { -parenright = -47; +eight = { +icircumflex = 27; +braceright = -22; +bracketright.case = 0; +trademark = -35; }; -ihookabove = { -comma.ss01 = -17; -period.ss01 = -20; -quotedbl = 0; -quotedblright = 0; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 23; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -25; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -113; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -11; +"@MMK_R_KO_T" = 20; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 36; +"@MMK_R_KO_X" = -3; +"@MMK_R_KO_Y" = 30; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -95; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_aacute" = -43; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_eacute" = -38; +"@MMK_R_KO_f" = -18; +"@MMK_R_KO_g" = -44; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = -30; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -39; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -26; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -30; +"@MMK_R_KO_l.ss04" = 61; +"@MMK_R_KO_t_t.liga" = -11; +"@MMK_R_KO_pi" = -16; +"@MMK_R_KO_zero" = -21; +"@MMK_R_KO_one" = -4; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -18; +"@MMK_R_KO_seven" = 22; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = -8; +"@MMK_R_KO_period" = -105; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_ellipsis" = -119; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -113; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = -23; +"@MMK_R_KO_hyphen" = -69; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_hyphen.case" = -44; +"@MMK_R_KO_endash.case" = -32; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 32; +"@MMK_R_KO_parenright.case" = 8; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -58; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 19; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_plus" = -50; +"@MMK_R_KO_percent" = -7; }; -imacron = { -I = 27; -N = 27; -P = 27; -S = 33; -V = 54; -b = 0; -bracketright = 34; -ccaron = 0; -comma.ss01 = -17; -eightsuperior = 39; -exclam = 42; -fivesuperior = 28; -h = 0; -i = 0; -ibreve = 23; -imacron = 42; -j = 11; -j.ss01 = 11; -k = 0; -kcommaaccent = 0; -l = 0; -l.ss03 = 2; -l.ss04 = 53; -lcommaaccent = 0; -lcommaaccent.ss03 = 2; -lcommaaccent.ss04 = 53; -ninesuperior = 39; -onesuperior = 46; -parenright = 13; -period.ss01 = -20; -question = 44; -quotedbl = 35; -quotedblleft = 21; -quotedblleft.ss01 = 31; -quotedblright = 47; -quotedblright.ss01 = 35; -quoteleft = 21; -quoteright = 48; -quotesingle = 35; -scaron = 3; -sevensuperior = 45; -sixsuperior = 35; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -thorn = 0; -threesuperior = 39; -twosuperior = 34; -zcaron = 0; +w = { +ampersand = -23; }; -infinity = { -bracketright = -59; -parenright = -72; -parenright.case = -60; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -103; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -6; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -10; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -114; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_aacute" = -28; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -38; +"@MMK_R_KO_eacute" = -29; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -30; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = -54; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -4; +"@MMK_R_KO_seven" = 11; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_ellipsis" = -114; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = -103; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -39; +"@MMK_R_KO_hyphen.case" = -27; +"@MMK_R_KO_endash.case" = -9; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_plus" = -28; }; -integral = { -A = -48; -a = -42; -d = -42; -e = -42; -integral = -48; -s = -39; +jacute = { +hbar = 5; +idieresis = 6; +iogonek = 8; +j = 17; +j.ss01 = 14; +jcircumflex = 27; +seven = 27; +comma = 0; +slash = 15; +parenright = 22; }; -iogonek = { -comma = 5; -iogonek = 0; -j = 10; -parenright = 4; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 55; +"@MMK_R_KO_imacron" = 59; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 55; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 41; +"@MMK_R_KO_period.ss01" = 5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -39; +"@MMK_R_KO_endash" = -78; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -83; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 17; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -31; }; -itilde = { -N = 36; -b = 6; -comma.ss01 = -17; -eightsuperior = 34; -exclam = 43; -fivesuperior = 30; -h = 6; -i = 5; -itilde = 22; -j = 9; -k = 5; -l = 6; -ninesuperior = 40; -onesuperior = 44; -parenright = 11; -period.ss01 = -20; -question = 25; -quotedbl = 43; -quotedblright = 46; -quotedblright.ss01 = 37; -quoteright = 46; -quotesingle = 43; -sevensuperior = 53; -sixsuperior = 31; -t = 0; -threesuperior = 38; -twosuperior = 33; +gcaron.ss06 = { +gcaron.ss06 = 23; }; -j = { -braceright = 0; -bracketright = 0; -comma = 0; -hbar = 0; -idieresis = 14; -iogonek = 0; -j = 12; -jcircumflex = 12; -parenright = -20; -semicolon = 22; -slash = 13; +Ntilde = { +A = -3; }; -j.ss01 = { -bracketright = 0; -comma.ss01 = -10; -j.ss01 = 12; -parenright = -17; -slash = 13; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -10; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -26; +"@MMK_R_KO_Z" = 28; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -30; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 11; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 16; +"@MMK_R_KO_itilde" = 16; +"@MMK_R_KO_j" = 30; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_g.ss06" = 23; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -13; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 52; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 15; +"@MMK_R_KO_colon.ss01" = 28; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -29; +"@MMK_R_KO_underscore" = 42; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 44; +"@MMK_R_KO_bracketright" = 44; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 34; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -23; +"@MMK_R_KO_asciicircum" = -37; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = 14; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 24; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 27; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 29; +"@MMK_R_KO_s" = 20; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = 27; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -20; }; -jacute = { -adieresis.ss05 = 0; -backslash = 56; -ccaron = 0; -comma = 0; -hbar = 2; -hcircumflex = 0; -i.ss01 = 0; -iacute = 0; -idieresis = 20; -idotaccent.ss01 = 0; -iogonek = 0; -j = 12; -jcircumflex = 12; -rcaron = 8; -scaron = 0; -semicolon = 22; -seven = 6; -slash = 13; -zcaron = 0; +guillemetleft = { +Dcroat = -9; +T = -14; +mu = 0; +twosuperior = -32; +braceright = -49; +minus = -34; +logicalnot = -50; +asciitilde = -73; }; -jcircumflex = { -hcircumflex = 16; -i.ss01 = 9; -jcircumflex = 97; -scircumflex = 15; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -90; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -70; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -25; +"@MMK_R_KO_Y" = -107; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -7; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = -7; +"@MMK_R_KO_imacron" = -7; +"@MMK_R_KO_itilde" = -7; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -6; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -71; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -37; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -44; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -43; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_backslash" = -45; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -53; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -52; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -89; +"@MMK_R_KO_asciicircum" = -78; }; -k = { -ampersand = -15; -asciitilde = -62; -exclam.ss01 = 14; -iogonek = 6; -logicalnot = -48; -minus = -28; -plus = -26; -two = 7; -yhookabove = 13; +icircumflex = { +two = 31; +exclam.ss01 = 48; +parenright = 14; }; -l = { -Hbar = 28; -at = 0; -backslash = 27; -hbar = 0; -ibreve = 0; -idieresis = 14; -idieresis.ss01 = 0; -jcircumflex = 17; -l = 0; +ihookabove = { n = 0; -periodcentered.loclCAT = 0; -plus = -12; }; -l.ss03 = { -iogonek = 5; -jcircumflex = 10; -periodcentered.loclCAT = -9; +guilsinglleft = { +twosuperior = -18; +braceright = 0; +logicalnot = -35; +asciitilde = -56; }; -l.ss04 = { -ibreve = 0; -idieresis = 14; -jcircumflex = 17; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -87; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -124; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -100; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = -53; +"@MMK_R_KO_I.ss02" = -95; +"@MMK_R_KO_J.ss10" = -141; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_t_t.liga" = 0; +}; +Uhornacute = { +exclam.ss01 = 37; }; -lcaron = { -exclam.ss01 = 164; -ncaron = 57; -scaron = 107; +ocircumflexhookabove = { +parenright = 11; +bracketright = 16; +quotedblright = -9; +quotedbl = 0; +quotesingle = 0; +quotedblright.ss01 = -6; }; -lcaron.ss03 = { -b = 124; -bracketright = 153; -ccaron = 67; -comma = 27; -eightsuperior = 135; -exclam = 150; -exclam.ss01 = 150; -fivesuperior = 144; -h = 124; -i = 118; -i.ss01 = 120; -j = 119; -j.ss01 = 121; -k = 123; -l.ss03 = 129; -lcaron.ss03 = 129; -m = 11; -n = 12; -ncaron = 42; -ninesuperior = 154; -onesuperior = 150; -parenright = 125; -period = 32; -question = 138; -question.ss01 = 113; -quotedbl = 160; -quotedblleft = 114; -quotedblleft.ss01 = 121; -quoteleft = 114; -quoteleft.ss01 = 121; -quotesingle = 160; -s = 12; -scaron = 92; -sevensuperior = 159; -sixsuperior = 138; -t = 52; -t_i.liga = 52; -t_t.liga = 52; -threesuperior = 141; -twosuperior = 135; -u = 12; -uacute = 12; -v = 0; -zcaron = 93; +plusminus = { +one = 0; +parenright = -29; }; -lcaron.ss04 = { -exclam.ss01 = 164; -ncaron = 57; -scaron = 107; +question = { +exclam = 18; +questiondown = -85; +questiondown.case = -31; +bracketright.case = -5; }; -lcommaaccent = { -j = 10; +ordmasculine = { +period = -112; +comma = -114; +slash = -92; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = -86; +parenright = -28; +parenright.case = -19; }; -ldot.ss01 = { -a = 20; -comma.ss01 = -95; -e = 22; -period.ss01 = -103; +slash = { +Hbar = 49; +Oslash = -21; +hbar = 39; +ntilde = -29; +ncommaaccent = -30; +igrave = 13; +ibreve = 38; +icircumflex = 49; +idieresis = 68; +imacron = 60; +itilde = 68; +jcircumflex = 50; +rcommaaccent = -30; +scaron = -9; +scircumflex = -23; +x = -28; +idieresis.ss01 = 61; +g.ss06 = -38; +gcommaaccent.ss06 = -37; +gdotaccent.ss06 = -37; +gdotaccent.ss01.ss06 = -37; +mu = -30; +oneinferior = -72; +fourinferior = -103; +eightinferior = -76; +backslash = 55; +ellipsis.ss01 = -115; +underscore = -124; +parenleft = -24; +quotesinglbase = -111; +quotedblbase = -113; +quotedblbase.ss01 = -114; +literSign = -33; +cent = -33; +euro = -32; +sterling = -40; +minus = -52; +asciicircum = -45; +infinity = -29; +integral = -72; +radical = -29; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 37; +"@MMK_R_KO_O" = 46; +"@MMK_R_KO_Oacute" = 45; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 42; +"@MMK_R_KO_S" = 59; +"@MMK_R_KO_T" = 58; +"@MMK_R_KO_U" = 49; +"@MMK_R_KO_W" = 69; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 42; +"@MMK_R_KO_Z" = 47; +"@MMK_R_KO_I.ss02" = 60; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 42; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_f" = 45; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 48; +"@MMK_R_KO_n" = 14; +"@MMK_R_KO_j" = 49; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_w" = 4; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_l.ss03" = 47; +"@MMK_R_KO_l.ss04" = 96; +"@MMK_R_KO_sixsuperior" = 55; +"@MMK_R_KO_onesuperior" = 35; +"@MMK_R_KO_twosuperior" = 20; +"@MMK_R_KO_threesuperior" = 16; +"@MMK_R_KO_foursuperior" = 44; +"@MMK_R_KO_fivesuperior" = 43; +"@MMK_R_KO_sevensuperior" = 30; +"@MMK_R_KO_eightsuperior" = 48; +"@MMK_R_KO_ninesuperior" = 56; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 22; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 63; +"@MMK_R_KO_question" = 51; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = 31; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = 18; +"@MMK_R_KO_bracketright" = 52; +"@MMK_R_KO_parenright.case" = 34; +"@MMK_R_KO_bracketright.case" = 48; +"@MMK_R_KO_quotedblright" = 56; +"@MMK_R_KO_quoteright" = 56; +"@MMK_R_KO_quotedbl" = 58; +"@MMK_R_KO_quotesingle" = 58; +"@MMK_R_KO_quotedblright.ss01" = 44; +"@MMK_R_KO_quoteright.ss01" = 43; }; -ldot.ss01.ss04 = { -comma.ss01 = -95; -period.ss01 = -103; +M = { +Hbar = 37; +hbar = 21; +igrave = 9; +ibreve = 44; +icaron = 39; +idieresis = 58; +idieresis.ss01 = 49; }; -ldot.ss04 = { -a = 23; -e = 24; -o = 23; +i = { +hbar = 3; +ntilde = 0; +idieresis = 6; +j = 0; +jcircumflex = 13; +s = 2; +germandbls = 7; +slash = -1; +parenright = 0; +braceright = 10; +bracketright = 9; +logicalnot = -27; }; -less = { -S = 21; -less = 0; -parenright = -27; -three = 16; +macute = { +quotesingle = -36; }; -lessequal = { -n = -7; -parenright = -41; +greaterequal = { +one = 0; +three = 0; +seven = -2; +parenright = -38; +T = -42; }; -liraTurkish = { -foursuperior = -55; -one = -72; -onesuperior = -66; -parenright = -76; -question = -89; -question.ss01 = -104; -quotedbl = -64; -quotesingle = -64; -seven = -76; -sevensuperior = -53; -sixsuperior = -59; -slash = -36; -two = -27; +eogonek = { +parenright = -31; }; -literSign = { -parenright = -58; +fiveinferior = { +T = -119; +W = -35; +parenright = -32; }; -logicalnot = { -one = -38; -parenright = -92; -parenright.case = -77; -seven = -43; -two = -37; -y = -42; +tcedilla = { +comma = 18; +parenright = 13; +bracketright = 35; }; -lslash.ss03 = { -comma = 12; -period = 16; +eightsuperior = { +A = -73; +fraction = 3; +period = -112; +comma = -114; +slash = -75; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = -30; }; -m = { -backslash = -39; -comma = 10; -e = 2; -hyphen = 10; -multiply = -5; -ordmasculine = -36; -parenleft = 6; -period = 10; -registered = -25; -seven = -27; -wgrave = -6; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -90; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -80; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -230; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 19; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 7; +"@MMK_R_KO_sixsuperior" = 14; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_asterisk" = 24; +"@MMK_R_KO_slash" = -94; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = -87; +"@MMK_R_KO_endash" = -42; +"@MMK_R_KO_hyphen.case" = -7; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 15; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = 12; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_plus" = -15; +"@MMK_R_KO_percent" = 4; }; -minus = { -A = -41; -I.ss02 = -52; -T = -73; -V = -57; -X = -81; -Y = -84; -Z = -41; -comma = -70; -comma.ss01 = -71; -eight = -7; -four = 0; -one = -3; -parenright = -78; -parenright.case = -71; -period = -71; -period.ss01 = -72; -quotedblleft = -21; -quotedblright = 0; -seven = -10; -seven.numr = -51; -tenge = -14; -three = -16; -two = -25; -x = -51; -yen = -33; +ordfeminine = { +period = -112; +comma = -114; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = -63; +parenright = -5; }; -mu = { -braceright = -27; -bracketright = -27; -comma.ss01 = -16; -hyphen = -4; -mu = -11; -one = -20; -onesuperior = -51; -parenright = -50; -period.ss01 = -19; -pi = 0; -quotedbl = -31; -quotedblleft = -21; -quotedblright = -16; -quoteleft = -21; -quoteright = -16; -quotesingle = -31; -sevensuperior = -53; -trademark = -65; -twosuperior = -19; +Edotaccent = { +scaron = 15; +}; +Oslash = { +Eth = 20; +T = -9; +Tcaron = -9; +V = -5; +Y = 0; +l.ss04 = 23; +sevensuperior = 0; +parenright = 0; +bracketright = 17; +parenright.case = 0; +bracketright.case = 18; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -97; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 23; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = 24; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -123; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_eacute" = -32; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = -45; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 21; +"@MMK_R_KO_itilde" = 27; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -46; +"@MMK_R_KO_w" = -37; +"@MMK_R_KO_x" = -33; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = -28; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 56; +"@MMK_R_KO_g.ss06" = -42; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 11; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 9; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 11; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_colon" = -21; +"@MMK_R_KO_semicolon" = -21; +"@MMK_R_KO_ellipsis" = -126; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 25; +"@MMK_R_KO_slash" = -102; +"@MMK_R_KO_backslash" = 47; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -108; +"@MMK_R_KO_endash" = -107; +"@MMK_R_KO_underscore" = -109; +"@MMK_R_KO_hyphen.case" = -108; +"@MMK_R_KO_parenleft" = -17; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 25; +"@MMK_R_KO_bracketright" = 24; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_bracketright.case" = 24; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 11; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -31; +}; +seven.numr = { +fraction = -29; +}; +at = { +underscore = -66; +parenright = -57; +bracketright = -39; +parenright.case = -37; +bracketright.case = -38; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -97; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = -15; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -58; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -13; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -33; +"@MMK_R_KO_asterisk" = -43; +"@MMK_R_KO_slash" = 11; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -38; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 18; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -40; +"@MMK_R_KO_quotesingle" = -37; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -78; +"@MMK_R_KO_asciicircum" = -51; +}; +F = { +Hbar = 65; +adieresis.ss05 = -2; +i.ss01 = 0; +iacute = -2; +igrave = 28; +idieresis = 58; +zcaron = -15; +idieresis.ss01 = 52; +three = 22; +seven = 29; +twoinferior = -21; +threeinferior = -18; +fourinferior = -58; +fiveinferior = -29; +sixinferior = -23; +eightinferior = -28; +numbersign = 0; +ellipsis.ss01 = -186; +ampersand = -19; +multiply = -15; }; -multiply = { -A = -23; -P = -7; -T = -26; -Y = -69; -five = 0; -one = 0; -p = -7; -parenright = -66; -parenright.case = -59; -two = 0; +nineinferior = { +parenright = -39; }; -n = { -Tcedilla = -66; -asciitilde = -29; -at = 0; -backslash = -40; -degree = -49; -e = 2; -greaterequal = -2; -guilsinglright = 0; -jcircumflex = 19; -logicalnot = -25; -multiply = -5; -n = 0; -ordmasculine = -36; -parenleft = 6; -registered = -26; -seven = -28; +parenright = { +icircumflex = 12; +parenleft = 23; +braceright = -13; +asciicircum = -30; }; -ncaron = { -Yacute = -36; -parenright = -40; +fivesuperior = { +A = -84; +fraction = 0; +period = -112; +comma = -114; +slash = -80; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = -41; +guillemetleft = -13; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -53; +"@MMK_R_KO_Oacute" = -53; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -119; +"@MMK_R_KO_U" = -30; +"@MMK_R_KO_V" = -109; +"@MMK_R_KO_W" = -73; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -151; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -22; +"@MMK_R_KO_aacute" = -22; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -59; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -83; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_y" = -36; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_pi" = -36; +"@MMK_R_KO_zero" = -39; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -45; +"@MMK_R_KO_seven" = -85; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_sixsuperior" = -179; +"@MMK_R_KO_onesuperior" = -126; +"@MMK_R_KO_foursuperior" = -181; +"@MMK_R_KO_sevensuperior" = -163; +"@MMK_R_KO_ninesuperior" = -179; +"@MMK_R_KO_asterisk" = -122; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 3; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -197; +"@MMK_R_KO_hyphen.case" = -259; +"@MMK_R_KO_endash.case" = -257; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = -12; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -206; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -230; +"@MMK_R_KO_quotedblright.ss01" = -230; }; -nine = { -braceright = -48; -bracketright.case = -15; -ordmasculine = -20; -six = 18; -trademark = -50; +lcaron = { +l = 139; +ncaron = 8; +lcaron = 40; +scaron = 16; +exclam.ss01 = 146; }; -nine.dnom = { -degree = -131; -parenright = -58; -question = -81; -question.ss01 = -100; -quotedbl = -105; -quotedblleft = -90; -quotedblleft.ss01 = -65; -quotedblright = -66; -quotedblright.ss01 = -59; -quoteright = -67; -quotesingle = -105; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = -23; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_Y" = -74; +"@MMK_R_KO_I.ss02" = -23; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_twosuperior" = 6; +"@MMK_R_KO_threesuperior" = -6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_slash" = -33; +"@MMK_R_KO_period.ss01" = -43; +"@MMK_R_KO_comma.ss01" = -46; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 27; +"@MMK_R_KO_hyphen.case" = 20; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_bracketright.case" = -33; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -17; }; -nineinferior = { -parenright = -50; +z = { +logicalnot = -30; }; -ninesuperior = { -comma = -123; -comma.ss01 = -126; -fraction = -2; -period = -121; -period.ss01 = -126; -slash = -75; +Eogonek = { +comma = 24; +parenright = 0; }; -notequal = { -N = -20; -b = -18; -parenright = -41; -zero = -8; +G = { +Eth = 15; +Hbar = 18; +Lslash = 26; +Oslash = 4; +hbar = 2; +idieresis = 0; +jcircumflex = 4; +eight = 14; +braceright.case = -18; }; -ntilde = { -parenright = -40; +eightinferior = { +parenright = -25; }; -numbersign = { -A = -12; -C = 9; -J = 0; -T = -2; -V = -18; -X = -36; -Y = -41; -bracketright = -48; -comma = -9; -comma.ss01 = -18; -eight = 7; -four = 3; -nine = 8; -one = 0; -parenright = -50; -parenright.case = -42; -period = -10; -period.ss01 = -19; -six = 7; -three = 0; +comma = { +twosuperior = -114; +threesuperior = -114; +fivesuperior = -114; +eightsuperior = -114; }; -numero = { -one = -2; -parenright = -60; -period = -14; +pi = { +pi = 23; +onesuperior = -50; +sevensuperior = -49; +period = 0; +comma = 0; +colon = 18; +slash = 4; +hyphen = -30; +parenright = -33; +braceright = 0; +bracketright = 0; +quoteright = -14; +quotesingle = -3; +trademark = -54; }; -o = { -Ydieresis = -107; -Ydieresis.ss01 = -107; -backslash = -49; -bracketright = -43; -gbreve.ss06 = 8; -gcircumflex.ss06 = 8; -gcommaaccent.ss06 = 8; -germandbls = -3; -logicalnot = -21; +iacute = { +a = 0; +c = -1; +ntilde = 0; +m = -2; n = 0; -parenleft = 9; -quotedbl = -56; -quotedblright = -18; -quoteright = -19; -quotesingle = -56; -registered = -31; -seven = -36; -tbar = 0; -two = 0; +p = 0; +s = 2; }; -oacute = { -parenright = -64; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 40; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = 35; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 25; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 28; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 30; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 68; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = 39; +"@MMK_R_KO_sixsuperior" = 76; +"@MMK_R_KO_onesuperior" = 55; +"@MMK_R_KO_twosuperior" = 59; +"@MMK_R_KO_threesuperior" = 53; +"@MMK_R_KO_foursuperior" = 63; +"@MMK_R_KO_fivesuperior" = 73; +"@MMK_R_KO_sevensuperior" = 45; +"@MMK_R_KO_eightsuperior" = 83; +"@MMK_R_KO_ninesuperior" = 81; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_exclam" = 156; +"@MMK_R_KO_question" = 129; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 57; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 159; +"@MMK_R_KO_bracketright" = 217; +"@MMK_R_KO_quotedblleft" = 133; +"@MMK_R_KO_quoteleft" = 133; +"@MMK_R_KO_guillemetleft" = 7; +"@MMK_R_KO_quotedbl" = 147; +"@MMK_R_KO_quotesingle" = 147; +"@MMK_R_KO_quotedblleft.ss01" = 78; }; -ocircumflex = { -T = -41; +Dcroat = { +Dcroat = 41; +Itilde = 23; }; -ocircumflexgrave = { -comma = 0; -comma.ss01 = -11; -guillemetright = -27; -hyphen = 19; -parenright = -46; -period = 0; -period.ss01 = -13; -quotedbl = -36; -quotedblright = -18; +jcircumflex = { +E = 48; +U = 57; +k = 3; +l = 3; +i = 3; +j = 24; +jcircumflex = 39; +two = 31; +bracketright = 45; +quotedblleft = 21; +quotedblright = 45; +quoteleft = 24; +quoteright = 49; +quotedbl = 60; +quotesingle = 64; +quotedblright.ss01 = 28; +quoteright.ss01 = 29; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 69; +"@MMK_R_KO_imacron" = 66; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 53; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_backslash" = 40; +"@MMK_R_KO_period.ss01" = 4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = -22; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -24; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 15; +"@MMK_R_KO_bracketright" = 14; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 21; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -32; }; -ocircumflexhookabove = { -comma = 0; -comma.ss01 = -11; -guillemetright = -27; -hyphen = 19; -parenright = -16; -period = 0; -period.ss01 = -13; -quotedbl = -28; -quotedblright = -16; +gbreve.ss06 = { +gbreve.ss06 = 23; }; -ocircumflextilde = { -parenright = -59; +R = { +Hbar = 54; +Oslash = 7; +hbar = 22; +idieresis = 24; +jcircumflex = 39; +idieresis.ss01 = 25; +two = 18; +three = 13; +eight = 11; +nine = 15; +greater = 19; +logicalnot = -28; }; -odieresis = { -gbreve.ss06 = 8; -germandbls = -2; -parenright = -62; +idieresis.ss01 = { +Idieresis.ss01 = 51; +exclam.ss01 = 55; }; -odieresis.ss01 = { -germandbls = -2; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -110; +question.ss01 = -113; +parenright = -47; +quotedblleft = -60; +quotedblright = -36; +quoteleft = -60; +quoteright = -36; +quotedbl = -114; +quotesingle = -72; +quotedblleft.ss01 = -45; +quoteleft.ss01 = -45; +quotedblright.ss01 = -55; +quoteright.ss01 = -60; +degree = -114; }; -ohookabove = { -parenright = -64; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -97; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 23; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_Y" = 24; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -123; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -47; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -46; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 11; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 9; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 12; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_colon" = -21; +"@MMK_R_KO_semicolon" = -20; +"@MMK_R_KO_ellipsis" = -126; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -101; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = -15; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -108; +"@MMK_R_KO_endash" = -107; +"@MMK_R_KO_hyphen.case" = -108; +"@MMK_R_KO_parenleft" = -17; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 24; +"@MMK_R_KO_parenright.case" = 6; +"@MMK_R_KO_bracketright.case" = 24; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 5; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 37; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -66; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -114; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_v" = -31; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -27; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -31; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -85; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -99; +"@MMK_R_KO_eight" = 15; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -80; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_foursuperior" = -133; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_ninesuperior" = -60; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_question" = -110; +"@MMK_R_KO_slash" = -30; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -62; +"@MMK_R_KO_quotedblleft" = -105; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -100; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -179; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -60; +"@MMK_R_KO_quotedblright.ss01" = -127; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -70; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -33; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -68; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 11; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 10; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 20; +"@MMK_R_KO_uacute" = 20; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 16; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 31; +"@MMK_R_KO_one" = 6; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -37; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = 4; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -49; +"@MMK_R_KO_comma" = -50; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = -54; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -64; +"@MMK_R_KO_comma.ss01" = -51; +"@MMK_R_KO_colon.ss01" = 16; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -19; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -71; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_braceright" = -42; +"@MMK_R_KO_bracketright" = -43; +"@MMK_R_KO_quotedblleft" = 13; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = 13; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = 32; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = 0; }; -ohorn = { -comma = 0; -comma.ss01 = -12; -hyphen = 17; -parenright = -58; -period = 0; -period.ss01 = -14; -quotedbl = -17; -quotedblright = -14; -u = 7; +Tcedilla = { +aacute = -50; +acircumflex.ss05 = -14; +amacron.ss05 = -22; +abreve.ss05 = -27; +endash.case = -86; }; -ohornacute = { -c = 9; -parenright = -58; -t = 0; -t_i.liga = 0; -t_t.liga = 0; +Yacute = { +Eth = -19; +Oslash = -36; +a.ss05 = -73; +ellipsis.ss01 = -152; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 23; +"@MMK_R_KO_O" = 27; +"@MMK_R_KO_Oacute" = 27; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 31; +"@MMK_R_KO_V" = -23; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 14; +"@MMK_R_KO_a" = 29; +"@MMK_R_KO_aacute" = 29; +"@MMK_R_KO_a.ss05" = 26; +"@MMK_R_KO_l" = 23; +"@MMK_R_KO_e" = 26; +"@MMK_R_KO_eacute" = 27; +"@MMK_R_KO_i" = 22; +"@MMK_R_KO_n" = 22; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_u" = 28; +"@MMK_R_KO_uacute" = 28; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_one" = 19; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = 17; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 13; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -16; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 31; +"@MMK_R_KO_hyphen.case" = 31; +"@MMK_R_KO_parenleft" = 39; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -24; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 45; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 15; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_quoteright.ss01" = 9; }; -ohorndotbelow = { -c = 9; -comma = 0; -parenright = -58; -period = 0; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -u = 7; +greater = { +parenright = -55; +bracketright = -39; +parenright.case = -36; +bracketright.case = -39; +greater = 0; }; -ohorndotbelow.ss01 = { -c = 9; -comma.ss01 = -12; -parenright = -58; -period.ss01 = -14; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +ecircumflexacute = { +onesuperior = -22; +sevensuperior = 0; +parenright = 0; +bracketright = 33; +quotedbl = -7; +quotesingle = -4; }; -ohorngrave = { -comma = 0; -comma.ss01 = -12; -parenright = -58; -period = 0; -period.ss01 = -14; -quotedbl = -17; -quotedblright = -14; +Uhorn = { +exclam.ss01 = 37; }; -ohornhookabove = { -comma = 0; -comma.ss01 = -12; -parenright = -58; -period = 0; -period.ss01 = -14; -quotedbl = -17; -quotedblright = -14; +Rcommaaccent = { +parenright = -32; }; -ohorntilde = { -comma = 0; -comma.ss01 = -12; -parenright = -58; -period = 0; -period.ss01 = -14; +question.ss01 = { +questiondown.case = -29; +questiondown.ss01 = -87; }; -ohungarumlaut = { -b = 0; -bracketright = 0; -h = 0; -i = 0; -j = 0; -k = 0; +onesuperior = { +A = -76; +fraction = 9; +period = -112; +comma = -114; +slash = -78; +period.ss01 = -102; +comma.ss01 = -105; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -94; +"@MMK_R_KO_Oacute" = -94; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -88; +"@MMK_R_KO_S" = -49; +"@MMK_R_KO_T" = -126; +"@MMK_R_KO_U" = -67; +"@MMK_R_KO_V" = -129; +"@MMK_R_KO_W" = -79; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -147; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = 51; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -69; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -96; +"@MMK_R_KO_w" = -64; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -9; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_zero" = -73; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -45; +"@MMK_R_KO_four" = -101; +"@MMK_R_KO_five" = -49; +"@MMK_R_KO_six" = -84; +"@MMK_R_KO_seven" = -87; +"@MMK_R_KO_eight" = -40; +"@MMK_R_KO_nine" = -62; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_quotedblleft" = -111; +"@MMK_R_KO_quoteright" = -114; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -125; +"@MMK_R_KO_quotesingle" = -85; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -63; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = -75; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -27; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -79; +"@MMK_R_KO_Y" = -37; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -9; +"@MMK_R_KO_J.ss10" = -96; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 27; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_one" = 19; +"@MMK_R_KO_four" = -14; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -12; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 6; +"@MMK_R_KO_foursuperior" = 11; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = 7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -148; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = -68; +"@MMK_R_KO_backslash" = -8; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -208; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_bracketright.case" = -27; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -27; +"@MMK_R_KO_asciicircum" = -7; +}; +t_i.liga = { +hbar = -9; +idieresis = 0; +jcircumflex = 0; +lcommaaccent = -19; +germandbls = -12; +logicalnot = -46; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -89; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -78; +"@MMK_R_KO_W" = -43; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -115; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 21; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -42; +"@MMK_R_KO_foursuperior" = -32; +"@MMK_R_KO_fivesuperior" = -44; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 26; +"@MMK_R_KO_ellipsis" = 6; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_asterisk" = -65; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_backslash" = -54; +"@MMK_R_KO_period.ss01" = 13; +"@MMK_R_KO_comma.ss01" = 6; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -55; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -33; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -55; +"@MMK_R_KO_quotesingle" = -52; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -32; +"@MMK_R_KO_trademark" = -96; +"@MMK_R_KO_asciicircum" = -80; +}; +adieresis.ss05 = { +germandbls = -7; +}; +a = { l = 0; -l.ss04 = 18; -parenright = 0; -quotedbl = 0; -quotedblright = -6; -sevensuperior = 0; +idieresis = 0; +jcircumflex = 0; +s = 2; +germandbls = 6; +notequal = -22; +logicalnot = -27; }; -omacron = { -T = -46; -parenright = -60; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -89; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -63; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = 29; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = 27; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = -7; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -93; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -33; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -36; +"@MMK_R_KO_eacute" = -19; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -32; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 55; +"@MMK_R_KO_t_t.liga" = 8; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 27; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = 25; +"@MMK_R_KO_four" = -49; +"@MMK_R_KO_five" = 4; +"@MMK_R_KO_six" = 2; +"@MMK_R_KO_seven" = 37; +"@MMK_R_KO_eight" = 14; +"@MMK_R_KO_nine" = 19; +"@MMK_R_KO_sixsuperior" = 15; +"@MMK_R_KO_onesuperior" = 22; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 18; +"@MMK_R_KO_ninesuperior" = 19; +"@MMK_R_KO_period" = -95; +"@MMK_R_KO_comma" = -95; +"@MMK_R_KO_ellipsis" = -102; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 36; +"@MMK_R_KO_slash" = -93; +"@MMK_R_KO_period.ss01" = -96; +"@MMK_R_KO_comma.ss01" = -99; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_endash.case" = -14; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 30; +"@MMK_R_KO_parenright.case" = 12; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 16; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 17; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 32; +"@MMK_R_KO_quotesingle" = 32; +"@MMK_R_KO_quotedblleft.ss01" = 12; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_degree" = 2; +"@MMK_R_KO_plus" = -33; +"@MMK_R_KO_percent" = 11; +}; +icaron = { +icaron = 3; +j = 13; +parenright = 38; +quotedbl = 54; +quotesingle = 59; }; -one = { -bracketright = -3; -colon.ss01 = -7; -comma = 0; -comma.ss01 = -17; -degree = -17; -equal = 0; -four = 0; -icircumflex = 26; -multiply = -8; -one = 0; -ordfeminine = -11; -ordmasculine = -10; -parenright = -23; -parenright.case = -16; -percent = 0; -period = 0; -period.ss01 = -21; -seven = 0; -slash = 0; -three = 0; -two = 0; -zero = 0; +braceleft.case = { +braceright.case = 47; +at = -42; +minus = -75; +logicalnot = -77; +asciicircum = -68; }; -one.dnom = { -degree = -97; -one.dnom = 0; -parenright = -47; -question = -86; -question.ss01 = -100; -quotedbl = -62; -quotedblleft = -60; -quotedblright = -23; -quoteright = -24; -quotesingle = -62; -two.dnom = 0; -zero.dnom = 0; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 28; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -23; }; -one.numr = { -fraction = 0; +uhorndotbelow = { +a = -14; +a.ss05 = -10; +c = -16; +n = 0; +period = -24; +comma = -21; +ellipsis = -27; +question = 18; +parenright = -13; +quotedblright = 18; +quotedbl = 27; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; +g.ss06 = { +oslash = 10; +iogonek = 17; +jcircumflex = 35; +gcircumflex.ss06 = 23; +notequal = -27; +logicalnot = -52; }; -onesuperior = { -A = -49; -comma = -123; -comma.ss01 = -126; -period = -121; -period.ss01 = -126; -slash = -68; +yacute = { +T = -21; +eth = -12; +parenright = -36; }; -ordfeminine = { -comma = -123; -comma.ss01 = -126; -parenright = -29; -period = -121; -period.ss01 = -126; +Imacron = { +Imacron = 32; +imacron = 44; +parenright.case = 25; }; -ordmasculine = { -comma = -123; -comma.ss01 = -126; -hyphen = -37; -parenright = -47; -parenright.case = -41; -period = -121; -period.ss01 = -126; -slash = -80; +exclamdown.ss01 = { +T = -18; +V = -35; +Y = -59; +j.ss01 = 55; +}; +oacute = { +seven = -36; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -76; +"@MMK_R_KO_Oacute" = -76; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -69; +"@MMK_R_KO_S" = -29; +"@MMK_R_KO_T" = -130; +"@MMK_R_KO_U" = -50; +"@MMK_R_KO_V" = -127; +"@MMK_R_KO_W" = -73; +"@MMK_R_KO_X" = -12; +"@MMK_R_KO_Y" = -164; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -29; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = -54; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -66; +"@MMK_R_KO_u" = -25; +"@MMK_R_KO_uacute" = -25; +"@MMK_R_KO_v" = -88; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = -17; +"@MMK_R_KO_t_t.liga" = -58; +"@MMK_R_KO_pi" = -44; +"@MMK_R_KO_zero" = -61; +"@MMK_R_KO_one" = -102; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -25; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = -33; +"@MMK_R_KO_six" = -69; +"@MMK_R_KO_seven" = -95; +"@MMK_R_KO_eight" = -24; +"@MMK_R_KO_nine" = -44; +"@MMK_R_KO_sixsuperior" = -179; +"@MMK_R_KO_onesuperior" = -126; +"@MMK_R_KO_foursuperior" = -181; +"@MMK_R_KO_sevensuperior" = -163; +"@MMK_R_KO_ninesuperior" = -179; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_question" = -108; +"@MMK_R_KO_asterisk" = -122; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_hyphen" = -51; +"@MMK_R_KO_endash" = -144; +"@MMK_R_KO_hyphen.case" = -220; +"@MMK_R_KO_endash.case" = -257; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_quotedblleft" = -232; +"@MMK_R_KO_quotedblright" = -232; +"@MMK_R_KO_quoteleft" = -114; +"@MMK_R_KO_quoteright" = -114; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -206; +"@MMK_R_KO_quotesingle" = -85; +}; +yen = { +zero = -20; +one = -22; +two = -16; +three = -17; +four = -21; +six = -20; +foursuperior = -27; +period = -27; +comma = -27; +colon = -21; +semicolon = -22; +slash = -33; +period.ss01 = -38; +comma.ss01 = -42; +colon.ss01 = -25; +semicolon.ss01 = -28; +}; +idotaccent.ss01 = { +parenright = -8; +}; +ldot.ss01.ss04 = { +period.ss01 = -88; +comma.ss01 = -91; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 16; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -49; +"@MMK_R_KO_Oacute" = -49; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = -42; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -100; +"@MMK_R_KO_U" = -34; +"@MMK_R_KO_V" = -106; +"@MMK_R_KO_W" = -68; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -129; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -25; +"@MMK_R_KO_a" = -24; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -63; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -90; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = -16; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -56; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_four" = -18; +"@MMK_R_KO_sixsuperior" = -104; +"@MMK_R_KO_onesuperior" = -113; +"@MMK_R_KO_twosuperior" = -58; +"@MMK_R_KO_threesuperior" = -94; +"@MMK_R_KO_foursuperior" = -86; +"@MMK_R_KO_fivesuperior" = -96; +"@MMK_R_KO_sevensuperior" = -114; +"@MMK_R_KO_eightsuperior" = -90; +"@MMK_R_KO_ninesuperior" = -96; +"@MMK_R_KO_period" = -5; +"@MMK_R_KO_comma" = -7; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -90; +"@MMK_R_KO_asterisk" = -98; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_backslash" = -98; +"@MMK_R_KO_period.ss01" = 9; +"@MMK_R_KO_comma.ss01" = 3; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -95; +"@MMK_R_KO_hyphen" = -30; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -52; +"@MMK_R_KO_parenleft" = -18; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_bracketright.case" = 31; +"@MMK_R_KO_quotedblleft" = -94; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -93; +"@MMK_R_KO_quoteright" = -85; +"@MMK_R_KO_guillemetleft" = -30; +"@MMK_R_KO_guillemetright" = 17; +"@MMK_R_KO_quotedbl" = -101; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -70; +"@MMK_R_KO_quotedblright.ss01" = -71; +"@MMK_R_KO_quoteright.ss01" = -72; +"@MMK_R_KO_trademark" = -139; +"@MMK_R_KO_asciicircum" = -116; +}; +agrave.ss05 = { +T = -89; +Y = -112; +}; +B = { +Hbar = 36; +Lslash = 20; +hbar = 17; +idieresis = 24; +jcircumflex = 32; +idieresis.ss01 = 23; +two = 9; +three = 16; +five = 12; +eight = 22; +nine = 2; +ampersand = 9; +greater = 15; +}; +Tcaron = { +endash.case = -86; }; oslash = { -a = 11; -bracketright = -22; -c = 11; -comma = 0; -comma.ss01 = -11; -d = 11; -e = 11; -f = 2; -f_f.liga = 2; -f_f_i.liga = 2; -f_y.liga = 2; -fi = 2; -fl = 2; -g = 10; -g.ss06 = 9; -hyphen = 19; -l.ss03 = 11; -l.ss04 = 28; -o = 11; -oslash = 11; -parenright = -30; -period = 0; -period.ss01 = -13; -s = 7; -t = 0; +d = 0; +k = 3; +l = 2; +e = 0; +eth = 0; +f = -4; +f_f.liga = -4; +f_f_i.liga = -4; +fi = -4; +f_y.liga = -4; +fl = -4; +g = 0; +m = 0; +n = 0; +r = 0; +j = 0; +s = 8; +t = -4; +v = -7; +y = 0; +l.ss03 = 10; t_i.liga = 0; t_t.liga = 0; -u = 9; -v = 0; -y = 0; +period = -3; +comma = 0; +slash = -21; +period.ss01 = -11; +comma.ss01 = -11; +hyphen = 6; +parenright = -23; +bracketright = -27; +}; +guilsinglright = { +x = -31; +threesuperior = -42; +fivesuperior = -37; +eightsuperior = -31; +colon = -8; +semicolon = -9; +questiondown = -19; +question.ss01 = -55; +questiondown.ss01 = -17; +braceright = -52; +braceright.case = -18; +bracketright.case = -18; +quotesinglbase = -19; +quotedblbase = -22; +quotedblbase.ss01 = -20; +quoteright.ss01 = -30; +}; +adieresis = { +germandbls = 6; +}; +liraTurkish = { +one = -97; +two = -25; +seven = -112; +sixsuperior = -62; +onesuperior = -67; +threesuperior = -49; +foursuperior = -116; +fivesuperior = -52; +sevensuperior = -56; +eightsuperior = -45; +ninesuperior = -51; +period = -28; +comma = -29; +colon = -19; +semicolon = -19; +question = -105; +slash = -38; +period.ss01 = -35; +comma.ss01 = -39; +colon.ss01 = -28; +question.ss01 = -116; +parenright = -67; +parenright.case = -51; +quotedbl = -94; +quotesingle = -85; }; -otilde = { -parenright = -62; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -29; +"@MMK_R_KO_Oacute" = -29; +"@MMK_R_KO_J" = 31; +"@MMK_R_KO_G.ss07" = -25; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -88; +"@MMK_R_KO_U" = -11; +"@MMK_R_KO_V" = -90; +"@MMK_R_KO_W" = -41; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = -124; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -102; +"@MMK_R_KO_onesuperior" = -118; +"@MMK_R_KO_twosuperior" = -100; +"@MMK_R_KO_threesuperior" = -99; +"@MMK_R_KO_foursuperior" = -92; +"@MMK_R_KO_fivesuperior" = -107; +"@MMK_R_KO_sevensuperior" = -125; +"@MMK_R_KO_eightsuperior" = -98; +"@MMK_R_KO_ninesuperior" = -106; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = 13; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -82; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_period.ss01" = 18; +"@MMK_R_KO_comma.ss01" = 11; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -87; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 32; +"@MMK_R_KO_quotedblleft" = -94; +"@MMK_R_KO_quotedblright" = -106; +"@MMK_R_KO_quoteleft" = -94; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -101; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -86; +"@MMK_R_KO_quotedblright.ss01" = -96; +"@MMK_R_KO_quoteright.ss01" = -97; }; -p = { -backslash = -47; -parenleft = 12; -registered = -29; -seven = -33; -two = 0; +quotedblbase = { +Dcroat = -40; +Iogonek = -5; +Lslash = -28; +Oslash = -22; +oslash = -3; +p = -2; +iogonek = 0; +jcircumflex = 43; +germandbls = -44; +l.ss03 = -17; +g.ss06 = 0; +numbersign = -33; +parenleft = -22; +parenleft.case = -37; +at = -41; +copyright = -99; +published = -99; +literSign = -22; +dollar = -39; +euro = -93; +minus = -205; +multiply = -69; +divide = -112; +equal = -42; +approxequal = -45; }; -parenleft = { -Abrevetilde = -32; -Ccedilla = -54; -Ccircumflex = -53; -Dcroat = -32; -Eth = -32; -Gcircumflex = -55; -Icircumflex = 50; -Idieresis = 24; -Idotaccent = 0; -Imacron = 24; -Iogonek = 13; -Itilde = 16; -Jcircumflex = -20; -Lslash = -22; -OE = -57; -Odieresis = -53; -Odieresis.ss01 = -53; -Oslash = -30; -Scedilla = -41; -Scircumflex = -24; -Ydieresis = -7; -a.ss05 = -63; -acircumflexacute = -33; -adieresis = -59; -agrave = -62; -ampersand = -61; -approxequal = -75; -aring = -69; -asciicircum = -80; -asciitilde = -96; -at = -69; -ccaron = -35; -ccedilla = -67; -ccircumflex = -68; -cent = -70; -copyright = -65; -divide = -68; -dollar = -51; -equal = -51; -euro = -68; -four.numr = -50; -g.ss06 = -8; -germandbls = -45; -greater = -24; -greaterequal = -39; -hcircumflex = 56; -i.ss01 = -12; -iacute = -43; -ibreve = 23; -idotaccent.ss01 = -12; -imacron = 20; -infinity = -65; -iogonek = 8; -jcircumflex = 58; -l.ss03 = -7; -l.ss04 = 6; -less = -50; -lessequal = -47; -liraTurkish = -44; -literSign = -69; -logicalnot = -86; -minus = -77; -mu = -27; -multiply = -67; -notequal = -65; -numbersign = -47; -numero = -12; -ocircumflex = -67; -ohornhookabove = -62; -onesuperior = -24; -oslash = -21; -p = 0; -plusminus = -30; -published = -65; -question.ss01 = -40; -questiondown = -32; -quotedblbase = 8; -quotedblbase.ss01 = 0; -quotesinglbase = 8; -racute = -51; -radical = -50; -scaron = -21; -scedilla = -49; -scircumflex = -50; -scommaaccent = -64; -section = -44; -semicolon.ss01 = 0; -sterling = -44; -summation = 10; -tbar = -57; -tcommaaccent = -44; -thorn = 8; -udieresis = -48; -udieresis.ss01 = -50; -ugrave = -54; -wacute = -47; -wgrave = -47; -zcaron = -23; +D = { +Dcroat = 19; +Eth = 19; +Hbar = 14; +Iogonek = -1; +Lslash = 21; +Oslash = 3; +lacute = 0; +zero = 4; +five = 4; +six = 3; +eight = 12; +endash.case = 4; +parenleft.case = 13; +braceright.case = -32; +at = 7; +less = 21; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_Oacute" = -38; +"@MMK_R_KO_J" = 31; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -101; +"@MMK_R_KO_U" = -16; +"@MMK_R_KO_V" = -90; +"@MMK_R_KO_W" = -54; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = -124; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = -10; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -48; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -71; +"@MMK_R_KO_w" = -46; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = -41; +"@MMK_R_KO_one" = -79; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -167; +"@MMK_R_KO_onesuperior" = -126; +"@MMK_R_KO_twosuperior" = -164; +"@MMK_R_KO_threesuperior" = -167; +"@MMK_R_KO_foursuperior" = -170; +"@MMK_R_KO_fivesuperior" = -172; +"@MMK_R_KO_sevensuperior" = -163; +"@MMK_R_KO_eightsuperior" = -168; +"@MMK_R_KO_ninesuperior" = -169; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 16; +"@MMK_R_KO_ellipsis" = 13; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -88; +"@MMK_R_KO_asterisk" = -122; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_backslash" = -83; +"@MMK_R_KO_period.ss01" = 18; +"@MMK_R_KO_comma.ss01" = 11; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -88; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -112; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -160; +"@MMK_R_KO_parenleft" = -3; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 32; +"@MMK_R_KO_quotedblleft" = -171; +"@MMK_R_KO_quotedblright" = -170; +"@MMK_R_KO_quoteleft" = -114; +"@MMK_R_KO_quoteright" = -114; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -163; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -163; +"@MMK_R_KO_quotedblright.ss01" = -168; +"@MMK_R_KO_quoteright.ss01" = -105; +"@MMK_R_KO_trademark" = -188; +"@MMK_R_KO_asciicircum" = -189; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -53; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -45; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -55; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 9; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 6; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = -51; +"@MMK_R_KO_comma" = -52; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 25; +"@MMK_R_KO_slash" = -50; +"@MMK_R_KO_backslash" = 46; +"@MMK_R_KO_period.ss01" = -67; +"@MMK_R_KO_comma.ss01" = -70; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = -43; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -49; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 18; +"@MMK_R_KO_bracketright" = 17; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 4; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 2; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -17; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = -20; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -76; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -66; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -114; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 23; +"@MMK_R_KO_aacute" = 23; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 22; +"@MMK_R_KO_eacute" = 22; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 28; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_pi" = -8; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_two" = -26; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_five" = 15; +"@MMK_R_KO_six" = 6; +"@MMK_R_KO_seven" = -35; +"@MMK_R_KO_eight" = 25; +"@MMK_R_KO_nine" = -12; +"@MMK_R_KO_sixsuperior" = -50; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_ninesuperior" = -41; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_ellipsis" = -22; +"@MMK_R_KO_question" = -55; +"@MMK_R_KO_asterisk" = -78; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_endash.case" = -8; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_parenright.case" = -50; +"@MMK_R_KO_quotedblleft" = -50; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -48; +"@MMK_R_KO_quoteright" = -33; +"@MMK_R_KO_guillemetleft" = 18; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -58; +"@MMK_R_KO_quotesingle" = -56; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -49; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_I.ss02" = -8; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 1; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = 1; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_endash" = 1; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -47; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -85; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -71; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 16; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 28; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = 28; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -85; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -26; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -31; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -27; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 51; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 17; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 26; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = 19; +"@MMK_R_KO_onesuperior" = 27; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -85; +"@MMK_R_KO_comma" = -85; +"@MMK_R_KO_ellipsis" = -85; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 28; +"@MMK_R_KO_slash" = -85; +"@MMK_R_KO_period.ss01" = -85; +"@MMK_R_KO_comma.ss01" = -85; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = -85; +"@MMK_R_KO_endash" = -30; +"@MMK_R_KO_hyphen.case" = -24; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 22; +"@MMK_R_KO_parenright.case" = 4; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -38; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = 18; +"@MMK_R_KO_quotedblright.ss01" = 16; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -22; +"@MMK_R_KO_percent" = 13; }; -parenleft.case = { -Dcroat = -40; -Icircumflex = 29; -Imacron = 23; -Iogonek = 26; -Lslash = -33; -OE = -55; -approxequal = -58; -asciicircum = -78; -asciitilde = -82; -at = -63; -copyright = -63; -dollar = -54; -equal = -47; -euro = -61; -infinity = -60; -less = -42; -logicalnot = -78; -minus = -71; -multiply = -60; -numbersign = -43; -parenleft.case = -48; -published = -63; -question.ss01 = -44; -questiondown.case = -44; -quotedblbase = -17; -radical = -48; -section = -45; +ohorndotbelow.ss01 = { +c = 21; +i.ss01 = 31; +n = 32; +p = 33; +t = 40; +u = 39; +t_i.liga.ss01 = 50; +t_t.liga = 50; }; -parenright = { -asciicircum = -31; -braceright = -22; +t_i.liga.ss01 = { +parenright = -33; }; -parenright.case = { -bracketright.case = -7; -colon = 2; -comma = -3; -comma.ss01 = -19; -emdash.case = 12; -hyphen.case = 12; -parenleft.case = 10; -parenright.case = -48; -period = -6; -period.ss01 = -22; -quotedbl = -21; -semicolon = 12; -slash = -17; +endash = { +x = -58; +one.numr = -55; +four.numr = -79; +seven.numr = -45; +colon = -7; +semicolon = -7; +questiondown = -60; +question.ss01 = -117; +questiondown.ss01 = -50; +endash = 0; +quotedblbase = -153; +quotedblbase.ss01 = -197; +quoteright.ss01 = 0; }; -percent = { -eightsuperior = -73; -fivesuperior = -80; -foursuperior = -90; -ninesuperior = -72; -onesuperior = -73; -question.ss01 = -86; -sevensuperior = -71; -sixsuperior = -81; -threesuperior = -71; -twosuperior = -48; +Ygrave = { +ellipsis.ss01 = -152; +endash.case = -58; }; -period = { -braceright = -12; -eightsuperior = -121; -fivesuperior = -121; -foursuperior = -121; -g.ss06 = 10; -ninesuperior = -121; -onesuperior = -121; -ordfeminine = -121; -ordmasculine = -121; -parenleft.case = -30; -quotesingle = -114; -sevensuperior = -121; -six = -41; -sixsuperior = -121; -threesuperior = -121; -twosuperior = -121; +fraction = { +zero.dnom = -4; +two.dnom = -8; +four.dnom = -37; +eight.dnom = -4; +zeroinferior = -5; +twoinferior = -5; +fourinferior = -40; +fiveinferior = 9; +sixinferior = -3; +seveninferior = 15; +nineinferior = -2; }; -period.ss01 = { -Y = -126; -eightsuperior = -126; -fivesuperior = -126; -foursuperior = -126; -mu = -23; -ninesuperior = -126; -onesuperior = -126; -ordfeminine = -126; -ordmasculine = -126; -parenleft.case = -39; -question.ss01 = -110; -quotedbl = -126; -sevensuperior = -126; -sixsuperior = -126; -threesuperior = -126; -twosuperior = -126; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = 9; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_x" = -7; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = 2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 2; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 8; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 8; +"@MMK_R_KO_parenright.case" = 9; +"@MMK_R_KO_bracketright.case" = 10; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 6; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -perthousand = { -asterisk = -143; +g = { +l = 0; +iogonek = 0; +jcircumflex = 10; +}; +m = { +ordfeminine = -43; +ordmasculine = -46; +seven = -21; +registered = -23; +logicalnot = -21; +}; +ohorntilde = { +i = 31; +idotaccent = 31; +i.ss01 = 31; +n = 32; +period = 0; comma = 0; -comma.ss01 = -17; -parenright = -68; -parenright.case = -46; +period.ss01 = 0; +comma.ss01 = 0; +parenright = 0; +quotedbl = 40; +}; +hyphen.case = { +Dcroat = 22; +Lslash = 12; +Oslash = 10; +one.numr = -47; +seven.numr = -42; +question.ss01 = -93; +parenleft.case = 14; +braceright.case = -61; +bracketright.case = -53; +quotesinglbase = -114; +quotedblbase = -184; +quotedblbase.ss01 = -184; +quoteright.ss01 = 0; +dollar = -21; +}; +ohornhookabove = { +i = 31; +idotaccent = 31; +i.ss01 = 31; +idotaccent.ss01 = 31; +m = 30; +n = 32; period = 0; -period.ss01 = -19; -question = -91; -question.ss01 = -114; -quotedblleft = -96; -quotedblleft.ss01 = -73; -quotedblright = -74; -quotedblright.ss01 = -67; -quoteleft = -96; -quoteright = -75; +comma = 0; +period.ss01 = 0; +comma.ss01 = 0; +parenright = 0; +bracketright = -2; +guillemetright = 41; +quotedbl = 40; }; -pi = { -braceright = -21; -bracketright = -21; -colon = 21; -comma = 4; -guillemetright = 0; -hyphen = -10; -parenright = -40; -period = 10; -period.ss01 = -12; -pi = 9; -quoteright = 0; -quotesingle = -15; -semicolon = 21; -sevensuperior = -33; -slash = 0; -trademark = -44; +y = { +germandbls = 33; +zeroinferior = -30; +twoinferior = -25; +ampersand = -20; +logicalnot = -28; +asciitilde = -36; }; -plus = { -X = -81; -asterisk = -37; -braceright = -74; -bracketright = -67; -bracketright.case = -65; -comma = -70; -comma.ss01 = -71; -one = -3; -parenright = -78; -parenright.case = -66; -period = -71; -period.ss01 = -72; -plus = -13; -question = -35; -quotedbl = -34; -quotedblleft = -20; -quotedblright = 0; -quoteright = 0; -quotesingle = -34; -seven = -10; -slash = -55; -tenge = -14; -three = -16; -two = -25; -x = -48; -yen = -31; +Idotaccent.ss02 = { +endash.case = -75; }; -plusminus = { -one = 0; -parenright = -31; +Scedilla = { +idieresis = 19; }; -published = { -T = -52; -Y = -93; -parenright = -76; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -8; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -34; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = 1; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = -32; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = -17; +"@MMK_R_KO_guillemetright" = 13; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -11; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -1; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_y" = 3; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss04" = 27; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 3; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_degree" = -17; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; }; -q = { -backslash = -22; -braceright = -2; -bracketright = 0; -comma = 11; -comma.ss01 = -3; -j = 12; -j.ss01 = 12; -parenright = 0; -semicolon = 23; -slash = 20; +f = { +f = 2; +f_f.liga = 2; +f_y.liga = 2; +fl = 2; +igrave = 0; +idieresis = 9; +seven = 10; +ampersand = -32; }; -question = { -exclam = 6; -questiondown = -79; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -51; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = -45; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -107; +"@MMK_R_KO_U" = -30; +"@MMK_R_KO_V" = -108; +"@MMK_R_KO_W" = -73; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -150; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -20; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -45; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -82; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_pi" = -35; +"@MMK_R_KO_zero" = -38; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -14; +"@MMK_R_KO_six" = -44; +"@MMK_R_KO_seven" = -85; +"@MMK_R_KO_eight" = -8; +"@MMK_R_KO_nine" = -21; +"@MMK_R_KO_asterisk" = -105; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_period.ss01" = 4; +"@MMK_R_KO_comma.ss01" = 3; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_hyphen" = -53; +"@MMK_R_KO_endash" = -197; +"@MMK_R_KO_hyphen.case" = -105; +"@MMK_R_KO_endash.case" = -230; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -105; +"@MMK_R_KO_quotedblright.ss01" = -230; +"@MMK_R_KO_plus" = -105; +"@MMK_R_KO_percent" = -70; }; -question.ss01 = { -question.ss01 = 0; -questiondown.ss01 = -83; +numero = { +period = -22; +comma = -25; +period.ss01 = -31; +comma.ss01 = -35; +parenright = -38; +parenright.case = -26; }; -questiondown = { -p = 0; -questiondown = 12; +cent = { +onesuperior = -38; +sevensuperior = -44; +period = -21; +comma = -22; +slash = -32; +period.ss01 = -25; +comma.ss01 = -30; +parenright = -60; +bracketright = -49; +parenright.case = -42; +bracketright.case = -44; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -69; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 28; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 33; +"@MMK_R_KO_W" = 43; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 38; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -21; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = 16; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_icircumflex" = 60; +"@MMK_R_KO_imacron" = 74; +"@MMK_R_KO_itilde" = 75; +"@MMK_R_KO_j" = 17; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 67; +"@MMK_R_KO_g.ss06" = -19; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 20; +"@MMK_R_KO_twosuperior" = 10; +"@MMK_R_KO_threesuperior" = 10; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 23; +"@MMK_R_KO_eightsuperior" = 12; +"@MMK_R_KO_ninesuperior" = 14; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = -60; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -70; +"@MMK_R_KO_backslash" = 63; +"@MMK_R_KO_period.ss01" = -72; +"@MMK_R_KO_comma.ss01" = -76; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -34; +"@MMK_R_KO_endash" = -26; +"@MMK_R_KO_underscore" = -72; +"@MMK_R_KO_hyphen.case" = -23; +"@MMK_R_KO_parenleft" = -9; +"@MMK_R_KO_parenright" = 6; +"@MMK_R_KO_braceright" = 40; +"@MMK_R_KO_bracketright" = 39; +"@MMK_R_KO_parenright.case" = 19; +"@MMK_R_KO_bracketright.case" = 39; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 11; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 12; +"@MMK_R_KO_guillemetleft" = -25; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 25; +"@MMK_R_KO_quotesingle" = 26; +"@MMK_R_KO_quotedblleft.ss01" = 9; +"@MMK_R_KO_quotedblright.ss01" = 13; +"@MMK_R_KO_quoteright.ss01" = 13; +"@MMK_R_KO_trademark" = 9; +"@MMK_R_KO_asciicircum" = -25; }; -questiondown.case = { -C = -25; -Q = -25; -T = -84; -V = -79; -Y = -101; -quotedbl = -91; -quotedblleft = -94; -quotedblleft.ss01 = -99; -quoteright = -87; -quoteright.ss01 = -96; -quotesingle = -91; -seven = -81; +Icircumflex = { +Icircumflex = 43; +l = 0; +icircumflex = 49; +l.ss03 = 6; +l.ss04 = 34; +parenright = 30; +bracketright = 43; +parenright.case = 42; +bracketright.case = 43; }; -questiondown.ss01 = { -C = -83; -D = -19; -E = -19; -G = -79; -N = -19; -O = -82; -P = -19; -Q = -82; -S = -61; -T = -98; -U = -74; -V = -122; -W = -67; -Y = -148; -a = -55; -c = -67; -d = -54; -e = -68; -four = -87; -o = -67; -q = -55; -quotedbl = -119; -quotedblleft.ss01 = -110; -quoteright.ss01 = -93; -quotesingle = -114; -s = -36; -t = -71; -t_i.liga.ss01 = -71; -t_t.liga = -71; -v = -79; +iogonek = { +iogonek = 0; +j = 5; }; -quotedbl = { -A = -74; -AE = -74; -Aacute = -74; -Adieresis = -74; -Agrave = -74; -Amacron = -74; -Aring = -74; -Dcroat = -9; -Hbar = 46; -Jcircumflex = -61; -Lslash = -17; -asciitilde = -59; -ellipsis.ss01 = -235; -emdash = -31; -exclamdown = -22; -exclamdown.ss01 = -24; -g.ss06 = -24; -hbar = 27; -hyphen = -41; -imacron = 35; -jcircumflex = 51; -l.ss04 = 35; -mu = -20; -oslash = -30; -period.ss01 = -126; -questiondown = -93; -questiondown.case = -68; -questiondown.ss01 = -94; -underscore = -235; +uhorn = { +a = -14; +a.ss05 = -10; +ohorn = -16; +ohorndotbelow = -16; +ohorndotbelow.ss01 = -16; +ohorngrave = -16; +ohornacute = -16; +ohornhookabove = -16; +ohorntilde = -15; +period = -24; +comma = -23; +ellipsis = -27; +question = 18; +period.ss01 = -31; +ellipsis.ss01 = -31; +comma.ss01 = -36; +parenright = -13; +quotedblright = 18; +quotedbl = 27; }; -quotedblbase = { -Dcroat = -33; -Icircumflex = -16; -Iogonek = 0; -Lslash = -25; -OE = -54; -Oslash = -13; -Tcedilla = -89; -approxequal = -41; -copyright = -83; -divide = -88; -equal = -34; -euro = -89; -g.ss06 = 0; -germandbls = -36; -iogonek = 11; -l.ss03 = -17; -l.ss04 = -13; -minus = -113; -multiply = -65; -numbersign = -40; -p = -7; -parenleft.case = -39; -published = -83; -quotedblleft = -247; +underscore = { +g.ss06 = 25; +underscore = 14; +parenleft.case = -51; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 26; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 34; +"@MMK_R_KO_W" = 42; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 45; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 13; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = 77; +"@MMK_R_KO_s" = -47; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -47; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -52; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 63; +"@MMK_R_KO_t_t.liga" = -17; +"@MMK_R_KO_pi" = -27; +"@MMK_R_KO_zero" = -15; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 24; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 44; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 23; +"@MMK_R_KO_quotesingle" = 23; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -69; }; -quotedblbase.ss01 = { -Iogonek = 11; -Tcedilla = -82; -divide = -68; -minus = -75; -p = -8; -question.ss01 = -110; -quotedblleft.ss01 = -246; -quotedblright.ss01 = -246; +W = { +Hbar = 69; +adieresis.ss05 = 0; +igrave = 42; +idieresis = 76; +scaron = 0; +idieresis.ss01 = 73; +six = -7; +seven = 27; +threeinferior = -32; +ampersand = -29; +plus = -19; +minus = -27; +notequal = -23; +logicalnot = -48; +asciitilde = -55; }; -quotedblleft = { -Dcroat = 0; -Hbar = 35; -Jcircumflex = -45; -exclamdown = -11; -g.ss06 = -7; -imacron = 56; -jcircumflex = 20; -l.ss04 = 40; -minus = -6; -mu = -14; -questiondown = -82; -questiondown.case = -49; -quotedblbase = -247; -underscore = -237; +Aogonek = { +Lslash = -18; +period = 0; +comma = 9; +endash.case = -62; +parenright = 0; +bracketright = 34; }; -quotedblleft.ss01 = { -Dcroat = 0; -ellipsis.ss01 = -246; -g.ss06 = -13; -l.ss04 = 32; -mu = -18; -questiondown.ss01 = -92; -quotedblbase.ss01 = -246; -underscore = -237; +Z = { +Lslash = 0; +igrave = 29; +ibreve = 63; +icaron = 55; +zero = -10; +two = 18; +six = -9; +seven = 18; +numbersign = -6; +endash.case = -32; +at = -15; +plus = -56; +minus = -67; +divide = -42; +equal = 0; +less = -20; +logicalnot = -84; +asciitilde = -100; }; -quotedblright = { -A = -76; -Adieresis = -76; -Aring = -76; -Dcroat = -16; -asciitilde = -66; -g.ss06 = -27; -l.ss04 = 34; -mu = -23; -oslash = -33; -questiondown = -89; -questiondown.case = -74; -quotesinglbase = -123; -tbar = -11; +emdash = { +x = -53; +zero.numr = -92; +one.numr = -83; +three.numr = -72; +four.numr = -131; +five.numr = -90; +six.numr = -96; +seven.numr = -57; +eight.numr = -77; +nine.numr = -91; +threesuperior = -54; +fivesuperior = -60; +eightsuperior = -53; +colon = -9; +semicolon = -10; +questiondown = -32; +question.ss01 = -109; +questiondown.ss01 = -30; +quotedblbase = -12; +quotedblbase.ss01 = -14; +quoteleft.ss01 = -51; +quoteright.ss01 = -101; }; -quotedblright.ss01 = { -A = -72; -ellipsis.ss01 = -246; -hyphen = -40; -questiondown.case = -59; -questiondown.ss01 = -93; +tbar = { +a = 6; +e = 3; +tbar = 0; }; -quoteleft = { -Hbar = 35; -Jcircumflex = -45; -exclamdown = -11; -g.ss06 = -7; -imacron = 56; -l.ss04 = 40; -mu = -14; -oslash = -12; -questiondown = -82; -questiondown.case = -49; -quotedblbase = -123; +eng = { +j = 20; +slash = 27; +parenright = 0; +bracketright = 7; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -110; +"@MMK_R_KO_H" = -21; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_J" = -99; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -108; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_Z" = -50; +"@MMK_R_KO_I.ss02" = -37; +"@MMK_R_KO_J.ss10" = -264; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_f" = -7; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = -24; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = -24; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_t_t.liga" = 0; }; -quoteleft.ss01 = { -A = -59; -J = -75; -g.ss06 = -13; -questiondown.ss01 = -92; -quotedblbase.ss01 = -126; +percent = { +twosuperior = -49; +threesuperior = -83; +fivesuperior = -94; +eightsuperior = -85; +question.ss01 = -101; +bracketright.case = 0; +quoteright.ss01 = -69; }; -quoteright = { -Hbar = 50; -J = -75; -Jcircumflex = -70; -OE = -9; -a.ss05 = -32; -acircumflex = -31; -agrave = -32; -egrave = -33; -ellipsis = -123; -emdash = -57; -g.ss06 = -30; -hbar = 25; -hyphen = -62; -idieresis = 49; -igrave = -2; -imacron = 37; -itilde = 45; -l.ss04 = 33; -mu = -23; -oslash = -34; -questiondown = -90; -quotedblbase = -123; -ytilde = -2; +Uhornhookabove = { +exclam.ss01 = 37; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -97; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = -7; }; -quoteright.ss01 = { -J = -81; -questiondown.ss01 = -93; -quotedblbase.ss01 = -126; +uhorngrave = { +a = -14; +a.ss05 = -10; +o = -16; +n = 0; +period = -24; +comma = -23; +period.ss01 = -31; +comma.ss01 = -36; +parenright = -13; +quotedblright = 18; +quotedbl = 27; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -6; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -3; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_backslash" = 23; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -1; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -25; }; -quotesinglbase = { -Iogonek = 0; -T = -102; -V = -117; -W = -60; -Y = -123; -copyright = -83; -g.ss06 = 0; -hyphen = -42; -iogonek = 11; -l.ss03 = -17; -minus = -113; -p = -7; -v = -72; +a.ss05 = { +p = 6; +jcircumflex = 8; +germandbls = -8; +gbreve.ss06 = 22; +gcircumflex.ss06 = 22; +ordfeminine = -56; +ordmasculine = -58; +seven = -32; +notequal = -19; +logicalnot = -35; }; -quotesinglbase.ss01 = { -T = -116; -V = -102; -W = -60; -Y = -126; -minus = -75; -question.ss01 = -110; +Itilde = { +Itilde = 23; +igrave = 10; +itilde = 64; }; -quotesingle = { -Dcroat = -9; -Hbar = 46; -J = -76; -OE = -7; +threesuperior = { +A = -78; +fraction = 0; +period = -112; comma = -114; -comma.ss01 = -114; -ellipsis = -114; -exclamdown = -22; -g.ss06 = -24; -hbar = 27; -idieresis = 55; -igrave = 8; -imacron = 35; -itilde = 47; -jcircumflex = 51; -l.ss04 = 35; -mu = -20; -period = -114; -questiondown = -93; -questiondown.case = -68; -questiondown.ss01 = -94; -underscore = -114; +slash = -77; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = -33; +parenright = -14; +parenright.case = 0; +guillemetleft = -11; }; -r = { -ampersand = -14; -asciitilde = -23; -exclam.ss01 = 6; -fiveinferior = -15; -fourinferior = -59; -gcircumflex.ss06 = 0; -germandbls = 14; -logicalnot = -15; -minus = 0; -numbersign = 0; -plus = 0; -sixinferior = -23; -threeinferior = -13; -twoinferior = -17; +ydotbelow.ss01 = { +period.ss01 = -64; +parenright = 61; }; -racute = { -parenright = -21; -sevensuperior = -9; +endash.case = { +seven.numr = -37; +bracketright.case = -49; +quotedblbase = -232; +quotedblbase.ss01 = -230; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -1; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -1; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 49; +"@MMK_R_KO_imacron" = 44; +"@MMK_R_KO_itilde" = 64; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = 6; +"@MMK_R_KO_z" = -4; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 3; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 33; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -15; +"@MMK_R_KO_asciicircum" = -22; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 29; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -6; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_icircumflex" = 14; +"@MMK_R_KO_imacron" = 17; +"@MMK_R_KO_itilde" = 17; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 20; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = 20; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 21; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_g.ss06" = 27; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -11; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -16; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 20; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_colon" = 34; +"@MMK_R_KO_semicolon" = 35; +"@MMK_R_KO_ellipsis" = 12; +"@MMK_R_KO_exclam" = 28; +"@MMK_R_KO_question" = -11; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 24; +"@MMK_R_KO_backslash" = 13; +"@MMK_R_KO_period.ss01" = 14; +"@MMK_R_KO_comma.ss01" = 8; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -12; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -11; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -7; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -23; +"@MMK_R_KO_asciicircum" = -33; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -95; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -20; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_five" = -27; +"@MMK_R_KO_six" = -59; +"@MMK_R_KO_seven" = -79; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -35; +"@MMK_R_KO_sixsuperior" = -114; +"@MMK_R_KO_onesuperior" = -114; +"@MMK_R_KO_foursuperior" = -114; +"@MMK_R_KO_sevensuperior" = -114; +"@MMK_R_KO_ninesuperior" = -114; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_asterisk" = -114; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -114; +"@MMK_R_KO_hyphen.case" = -114; +"@MMK_R_KO_endash.case" = -114; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 4; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -114; +"@MMK_R_KO_quotedblright" = -114; +"@MMK_R_KO_quoteleft" = -114; +"@MMK_R_KO_quoteright" = -114; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -114; +"@MMK_R_KO_quotesingle" = -85; }; -radical = { -A = -84; -a = -35; -four = -42; -s = -32; +N = { +Hbar = 37; +igrave = 9; +icaron = 39; +idieresis = 57; +jcircumflex = 51; +idieresis.ss01 = 49; +degree = -16; +logicalnot = -27; }; -rcaron = { -b = 0; -i = 0; -k = 0; -l.ss04 = 18; -parenright = -2; -sevensuperior = 0; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -82; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = -105; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = -25; +"@MMK_R_KO_y" = -19; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -38; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -28; +"@MMK_R_KO_ninesuperior" = -39; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -48; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = -21; +"@MMK_R_KO_backslash" = -46; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = -31; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_braceright" = -45; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -43; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -43; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 23; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -48; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -28; +"@MMK_R_KO_trademark" = -90; +"@MMK_R_KO_asciicircum" = -76; }; -registered = { -comma = -73; -comma.ss01 = -90; -parenright = -71; -parenright.case = -62; -period = -73; -period.ss01 = -92; -slash = -63; -trademark = -42; +b = { +seven = -30; +registered = -30; +notequal = -17; +}; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -78; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -93; +"@MMK_R_KO_V" = -56; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -92; +"@MMK_R_KO_Y" = -87; +"@MMK_R_KO_Z" = -43; +"@MMK_R_KO_I.ss02" = -85; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_t_t.liga" = 0; +}; +Itilde.ss02 = { +igrave = 31; }; -rupeeIndian = { -four = -34; -slash = -35; +trademark = { +period = -112; +comma = -114; +slash = -107; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = -184; +parenright = -21; +parenright.case = -10; +guillemetleft = -42; +guilsinglleft = -52; +guillemetright = -13; +guilsinglright = -13; }; -s = { -abrevetilde.ss05 = 14; -ampersand = 3; -asciitilde = -36; -backslash = -38; -guilsinglright = -6; -i = 0; -l = 0; -logicalnot = -29; -m = 0; -n = 0; -parenleft = 4; -r = 0; -registered = -25; -seven = -25; -wacute = -9; +literSign = { +parenright = -36; +parenright.case = -21; +guillemetleft = -23; +guilsinglleft = -21; }; -sacute = { -parenright = -48; +ohorn = { +i = 31; +idotaccent = 31; +i.ss01 = 31; +idotaccent.ss01 = 31; +m = 30; +n = 32; +r = 32; +t = 40; +u = 39; +v = 28; +t_i.liga = 50; +t_t.liga = 50; +period = 0; +comma = 0; +period.ss01 = 0; +comma.ss01 = 0; +hyphen = 24; +parenright = 0; +bracketright = -2; +quotedbl = 35; }; -scaron = { -imacron = 0; -parenright = -34; +quotedblleft = { +A = -80; +Dcroat = 10; +Hbar = 31; +igrave = 8; +icircumflex = 9; +imacron = 41; +jcircumflex = 9; +s = 0; +x = -18; +g.ss06 = 0; +mu = -9; +exclamdown = 0; +questiondown = -100; +backslash = 20; +questiondown.case = -41; +underscore = -208; +quotedblbase = -232; +ampersand = -39; +minus = 0; +divide = 3; +asciitilde = -34; }; -scedilla = { -comma = 18; -gbreve.ss06 = 15; -parenright = -34; +l.ss04 = { +Hbar = 41; +l.ss04 = 20; +periodcentered.loclCAT = 24; +periodcentered.loclCAT.ss01 = 10; +parenright = -6; +bracketright = 0; +quoteright = 1; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = 55; +"@MMK_R_KO_imacron" = 68; +"@MMK_R_KO_itilde" = 81; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 55; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = 5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -39; +"@MMK_R_KO_endash" = -78; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -83; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 16; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 22; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -69; }; -semicolon = { -emdash = -3; -hyphen = -16; -parenright = -7; +integral = { +guillemetright = -30; +guilsinglright = -30; +integral = -40; +A = -53; +a = -53; +d = -53; +a.ss05 = -52; +e = -59; +s = -48; +w = -36; }; -semicolon.ss01 = { -hyphen = -9; +two.dnom = { +question = -101; +question.ss01 = -106; +parenright = -32; +quotedblleft = -111; +quotedblright = -65; +quoteleft = -111; +quoteright = -67; +quotedbl = -125; +quotesingle = -85; +quotedblleft.ss01 = -67; +quoteleft.ss01 = -67; +quotedblright.ss01 = -72; +quoteright.ss01 = -76; +degree = -149; }; -seven = { -asciitilde = -67; -backslash = 36; -g.ss06 = -25; -minus = -36; -mu = -18; -multiply = -20; -notequal = -23; -ordmasculine = 9; -plusminus = -11; -six = 6; -underscore = -92; +parenleft.case = { +Icircumflex = 30; +Imacron = 24; +Idieresis = 27; +Dcroat = -18; +Eth = -18; +Iogonek = 25; +Itilde = 27; +Lslash = -8; +Idieresis.ss01 = 24; +four.numr = -37; +numbersign = -22; +questiondown.case = -21; +question.ss01 = -39; +parenleft.case = -24; +quotedblbase = -5; +quotedblbase.ss01 = 0; +at = -39; +ampersand = -22; +section = -24; +copyright = -41; +registered = -39; +published = -41; +literSign = -30; +numero = -7; +cent = -40; +dollar = -30; +euro = -39; +liraTurkish = -29; +minus = -65; +multiply = -69; +divide = -49; +equal = -47; +notequal = -57; +less = -37; +greaterequal = 0; +approxequal = -65; +logicalnot = -66; +asciitilde = -85; +asciicircum = -82; +infinity = -39; +radical = -29; }; -seven.dnom = { -degree = -78; -parenright = -67; -question = -78; -question.ss01 = -86; -quotedbl = -42; -quotedblleft = -41; -quotedblright = 0; -quoteright = 0; -quotesingle = -42; -seven.dnom = 36; +Iacute.ss02 = { +igrave = 31; +endash.case = -75; }; -seven.numr = { -seven.numr = 36; +tenge = { +four = -26; +period = -106; +comma = -107; +slash = -74; +period.ss01 = -102; +comma.ss01 = -105; }; -seveninferior = { -fourinferior = -15; -parenright = -67; -seveninferior = 18; +colon = { +A = 0; +D = 0; +C = 6; +J = 12; +T = -34; +V = -33; +W = -13; +Y = -65; +a = 5; +c = 3; +e = 3; +o = 3; +f = 15; +s = 15; +t = 12; +z = 9; +t_i.liga = 22; +pi = 26; +zero = 10; +one = 5; +two = 6; +three = 0; +four = 0; +sevensuperior = -39; +emdash = -9; +parenright = -39; +braceright = -13; +bracketright = -13; +parenright.case = -16; +guillemetleft = 0; +guilsinglleft = -9; }; -sevensuperior = { -A = -88; -comma = -123; -comma.ss01 = -126; -fraction = -29; -guillemetleft = -60; -period = -121; -period.ss01 = -126; -slash = -110; +h = { +seven = -21; +registered = -23; }; -six = { -braceright = -33; -bracketright.case = 0; -ordmasculine = -13; -six = 3; +emacron = { +Y = -51; +lcommaaccent = -5; }; -six.dnom = { -degree = -120; -parenright = -48; -question = -80; -question.ss01 = -100; -quotedbl = -97; -quotedblleft = -83; -quotedblleft.ss01 = -55; -quotedblright = -56; -quoteright = -58; -quotesingle = -97; +numbersign = { +A = -21; +J = -32; +T = 0; +X = -37; +Y = -32; +one = 13; +eight = 21; +period = -2; +comma = -3; +slash = -22; +period.ss01 = -19; +comma.ss01 = -20; +parenright = -39; +bracketright = -31; +parenright.case = -19; +bracketright.case = -32; }; -sixinferior = { -T = -104; -W = -41; -bracketright = -24; -parenright = -43; +copyright = { +parenright = -61; +parenright.case = -41; }; -sixsuperior = { -comma = -123; -comma.ss01 = -126; -fraction = -2; -period = -121; -period.ss01 = -126; -slash = -68; +t = { +iogonek = 0; +wdieresis = 13; +two = 12; +logicalnot = -24; +asciitilde = -31; }; -slash = { -Hbar = 51; -Ydieresis = 12; -backslash = 25; -eightinferior = -67; -fourinferior = -90; -g.ss06 = -36; -ibreve = 54; -idieresis = 68; -igrave = 30; -imacron = 54; -integral = -63; -itilde = 48; -jcircumflex = 37; -l.ss03 = 5; -l.ss04 = 49; -minus = -54; -mu = -33; -oneinferior = -62; -oslash = -39; -quotedblbase = -100; -quotedblbase.ss01 = -101; -quotesinglbase = -100; -radical = -23; -sterling = -43; -underscore = -111; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -11; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -20; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = 14; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 24; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 7; +"@MMK_R_KO_icircumflex" = 27; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_itilde" = 24; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 29; +"@MMK_R_KO_s" = 20; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = -30; +"@MMK_R_KO_hyphen.case" = -3; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -23; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -23; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = 27; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -36; +"@MMK_R_KO_asciicircum" = -31; +}; +Hcircumflex = { +igrave = 9; }; -sterling = { -four = -6; -parenright = -43; -three = 0; -two = 2; +aogonek.ss05 = { +j = 21; +comma = 30; +parenright = 0; +bracketright = 30; }; -summation = { -n = -11; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -39; +"@MMK_R_KO_Y" = -97; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = -7; +}; +_B.currency = { +_baht.bar = -8; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 47; +"@MMK_R_KO_H" = 27; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 56; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -67; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = 46; +"@MMK_R_KO_Y" = -92; +"@MMK_R_KO_Z" = 57; +"@MMK_R_KO_I.ss02" = 51; +"@MMK_R_KO_J.ss10" = 22; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 47; +"@MMK_R_KO_l" = 29; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 28; +"@MMK_R_KO_n" = 27; +"@MMK_R_KO_icircumflex" = 29; +"@MMK_R_KO_imacron" = 29; +"@MMK_R_KO_j" = 31; +"@MMK_R_KO_s" = 41; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 25; +"@MMK_R_KO_uacute" = 25; +"@MMK_R_KO_v" = -29; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 28; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 35; +"@MMK_R_KO_l.ss03" = 29; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 51; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -37; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_twosuperior" = -23; +"@MMK_R_KO_threesuperior" = -34; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -28; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 37; +"@MMK_R_KO_comma" = 36; +"@MMK_R_KO_colon" = 47; +"@MMK_R_KO_semicolon" = 46; +"@MMK_R_KO_ellipsis" = 31; +"@MMK_R_KO_exclam" = 44; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -34; +"@MMK_R_KO_slash" = 46; +"@MMK_R_KO_backslash" = -47; +"@MMK_R_KO_period.ss01" = 42; +"@MMK_R_KO_comma.ss01" = 35; +"@MMK_R_KO_colon.ss01" = 35; +"@MMK_R_KO_question.ss01" = -41; +"@MMK_R_KO_hyphen" = -13; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -17; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 15; +"@MMK_R_KO_bracketright.case" = 57; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -28; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 48; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -38; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -28; +"@MMK_R_KO_trademark" = -89; +"@MMK_R_KO_asciicircum" = -62; }; -t = { -asciitilde = -35; -exclam.ss01 = 6; -idieresis = 0; -iogonek = 0; -two = 3; -yhookabove = 0; +rupeeIndian = { +four = -37; +period = -57; +comma = -57; +slash = -36; +period.ss01 = -55; +comma.ss01 = -58; }; -t_i.liga = { -asciitilde = -31; -germandbls = 0; -hbar = 0; -idieresis = 14; -jcircumflex = 11; -logicalnot = -31; +Zdotaccent = { +Hbar = 54; +endash.case = -32; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_T" = -60; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_icircumflex" = -7; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_x" = -23; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -26; +"@MMK_R_KO_fivesuperior" = -33; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -27; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -53; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -39; +"@MMK_R_KO_quotesingle" = -36; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -22; }; -t_i.liga.ss01 = { -idieresis.ss01 = 0; -jcircumflex = 14; -parenright = -23; +P = { +Hbar = 52; +Oslash = 14; +hbar = 16; +igrave = -2; +idieresis = 18; +idieresis.ss01 = 22; +two = 8; +three = 7; +five = 1; +seven = 12; +nine = 12; +twoinferior = -29; +threeinferior = -24; +fourinferior = -79; +ellipsis.ss01 = -171; +endash.case = 15; +braceright.case = -26; +ampersand = -27; }; -t_t.liga = { -asciitilde = -35; -iogonek = 0; -two = 3; -yhookabove = 0; +twoinferior = { +T = -120; +V = -91; +W = -45; +Y = -143; +t = -37; +t_i.liga = -33; +t_t.liga = -33; +parenright = -11; }; -tbar = { -guilsinglleft = -3; -parenright = -45; -tbar = 0; +wdieresis = { +period = -40; +comma = -41; +bracketright = -52; }; -tcaron = { -a = 0; -b = 49; -bracketright = 91; -ccaron = 24; -colon = 29; -comma = 16; -d = 0; -eightsuperior = 75; -exclam = 91; -exclam.ss01 = 90; -f = 10; -f_f.liga = 10; -f_f_i.liga = 10; -f_y.liga = 10; -fi = 10; -fivesuperior = 78; -fl = 10; -h = 49; -hyphen = -12; -i = 46; -i.ss01 = 47; -idotaccent = 46; -j = 50; -j.ss01 = 57; -k = 49; -l = 49; -l.ss03 = 55; -l.ss04 = 87; -ninesuperior = 84; -o = 0; -onesuperior = 81; -parenright = 68; -period = 16; -period.ss01 = -15; -question = 64; -quotedbl = 94; -quotedblleft = 48; -quotedblleft.ss01 = 65; -quotedblright = 83; -quoteleft = 48; -quoteleft.ss01 = 65; -quotesingle = 94; -scaron = 46; -semicolon = 29; -sevensuperior = 94; -sixsuperior = 70; -t = 9; -t_i.liga = 9; -t_i.liga.ss01 = 9; -t_t.liga = 9; -threesuperior = 77; -twosuperior = 72; -uring = 3; +uhungarumlaut = { +onesuperior = -12; +sevensuperior = 0; +parenright = 0; +bracketright = 24; }; -tcedilla = { -Tcedilla = -15; -a = 0; -abreve = 0; -comma = 29; -e = 0; -hyphen = -12; +odieresis = { +germandbls = -9; +gbreve.ss06 = 7; +}; +ohorndotbelow = { +c = 21; +i = 31; +idotaccent = 31; +m = 30; +n = 32; +p = 33; +t = 40; +u = 39; +t_i.liga = 50; +t_t.liga = 50; +period = 0; +comma = 6; parenright = 0; -semicolon = 44; -tcedilla = 6; +bracketright = -2; }; -tcommaaccent = { -comma = 16; -parenright = -22; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_Oacute" = 3; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -14; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -15; +"@MMK_R_KO_w" = -6; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -21; +"@MMK_R_KO_comma" = -22; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -32; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -14; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_backslash" = -20; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -30; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 16; +"@MMK_R_KO_underscore" = -74; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -46; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_parenright.case" = -40; +"@MMK_R_KO_bracketright.case" = -32; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = -30; }; -tenge = { -comma = -89; -comma.ss01 = -119; -four = -23; -period = -89; -period.ss01 = -120; -slash = -61; +one.numr = { +fraction = 0; }; -three = { -braceright = -32; -minus = -20; -six = 0; +Uhorntilde = { +exclam.ss01 = 37; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -13; +"@MMK_R_KO_Y" = -56; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 9; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = 5; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 10; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_pi" = 16; +"@MMK_R_KO_zero" = 8; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = 13; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 21; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -24; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_parenright" = -38; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = 27; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_plus" = 0; }; -three.dnom = { -degree = -117; -parenright = -46; -question = -80; -question.ss01 = -99; -quotedbl = -93; -quotedblleft = -81; -quotedblright = -52; -quoteright = -53; -quotesingle = -93; +two = { +icircumflex = 26; +x = 25; +colon = 26; +semicolon = 25; +braceright = 0; +minus = 0; +multiply = 0; }; -three.numr = { -fraction = 0; +j = { +hbar = 4; +idieresis = 8; +iogonek = 2; +jcircumflex = 25; }; -threeinferior = { -T = -104; -V = -78; -W = -44; -Y = -132; -parenright = -42; +ldot.ss01 = { +period.ss01 = -88; +comma.ss01 = -91; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -35; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -10; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -27; +"@MMK_R_KO_aacute" = -27; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -34; +"@MMK_R_KO_eacute" = -34; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = 3; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 9; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -37; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_twosuperior" = -35; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = -82; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -9; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -10; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 12; +"@MMK_R_KO_question.ss01" = -4; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_endash" = -47; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -6; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_braceright" = -3; +"@MMK_R_KO_bracketright" = -3; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = -34; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_quoteright.ss01" = -29; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -27; }; -threesuperior = { -comma = -123; -comma.ss01 = -126; -fraction = 0; -hyphen = -14; -parenright = -35; -parenright.case = -29; -period = -121; -period.ss01 = -126; -slash = -66; +idieresis = { +l = 10; +icaron = 18; +idieresis = 22; }; -trademark = { -comma = -123; -comma.ss01 = -126; -guillemetleft = -46; -guilsinglleft = -49; -hyphen = -42; -parenright = -37; -period = -121; -period.ss01 = -126; -slash = -88; +approxequal = { +one = 0; +parenright = -74; +parenright.case = -64; +A = -51; +I.ss02 = -12; +}; +ograve = { +T = -99; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_G.ss07" = -6; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -26; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = -10; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -29; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -31; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -38; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -57; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -37; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = 22; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -45; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -24; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -91; }; -two = { -braceright = -9; -exclam = 17; -minus = -18; -multiply = -11; -six = 0; +S = { +Hbar = 43; +Lslash = 30; +hbar = 20; +ibreve = 8; +idieresis = 19; +idieresis.ss01 = 20; +two = 10; +three = 25; +five = 23; +eight = 29; +ampersand = 16; +dollar = 13; +greater = 20; +logicalnot = -22; }; -two.dnom = { -degree = -119; -question = -82; -question.ss01 = -101; -quotedbl = -96; -quotedblleft = -84; -quotedblright = -55; -quoteright = -57; -quotesingle = -96; +periodcentered.loclCAT = { +l = 22; +l.ss03 = 30; +l.ss04 = 25; }; -twoinferior = { -T = -107; -V = -79; -W = -45; -Y = -138; -parenright = -36; -t = -35; -t_i.liga = -35; -t_t.liga = -35; +Iogonek = { +iogonek = 15; +j = 46; +j.ss01 = 46; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -16; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -17; +"@MMK_R_KO_Y" = -23; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = -26; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = -19; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = -19; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -17; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -13; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -17; +"@MMK_R_KO_x" = -14; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss03" = -15; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = -11; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_one" = -20; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -19; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -20; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_fivesuperior" = -27; +"@MMK_R_KO_sevensuperior" = -20; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -22; +"@MMK_R_KO_comma" = -21; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -18; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = -15; +"@MMK_R_KO_question" = -23; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -19; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -36; +"@MMK_R_KO_hyphen" = -21; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_underscore" = -16; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -16; +"@MMK_R_KO_bracketright" = -16; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -18; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -28; +"@MMK_R_KO_asciicircum" = -45; }; -u = { -asciitilde = -31; -backslash = -22; -exclam.ss01 = -3; -germandbls = 0; -jcircumflex = 12; -logicalnot = -31; +racute = { +parenright = 0; +bracketright = 0; }; -uacute = { -parenright = -46; +questiondown.case = { +C = -31; +Q = -31; +Q.ss09 = -31; +T = -98; +V = -91; +W = -48; +Y = -115; +one = -91; +seven = -91; +parenright.case = -38; +quotedblleft = -111; +quoteright = -102; +quotedbl = -99; +quotesingle = -85; +quotedblleft.ss01 = -97; +quoteright.ss01 = -99; }; -uhorn = { -a = 0; -a.ss05 = 0; -colon = 27; -comma = -21; -comma.ss01 = -33; -guillemetright = 7; -ohorn = -3; -ohornacute = -3; -ohorndotbelow = -3; -ohorndotbelow.ss01 = -3; -ohorngrave = -3; -ohornhookabove = -3; -ohorntilde = -3; -parenright = -31; -period = -21; -period.ss01 = -34; -quotedbl = 4; -quotedblright = 0; -u = 0; +f_y.liga = { +germandbls = 33; +zeroinferior = -30; +ampersand = -20; }; -uhornacute = { -a = 0; -a.ss05 = 0; -c = -3; -comma = -21; -comma.ss01 = -33; -guillemetright = 7; -parenright = -31; -period = -21; -period.ss01 = -34; -quotedbl = 4; -t = 16; -t_i.liga = 16; -t_i.liga.ss01 = 16; -t_t.liga = 16; -u = 0; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -43; +"@MMK_R_KO_J" = -19; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -60; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -52; +"@MMK_R_KO_a.ss05" = -37; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_eacute" = -54; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_n" = -51; +"@MMK_R_KO_j" = 72; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = -44; +"@MMK_R_KO_u" = -50; +"@MMK_R_KO_uacute" = -42; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_w" = -48; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -34; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_pi" = -38; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -25; +"@MMK_R_KO_two" = -15; +"@MMK_R_KO_three" = -18; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -41; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -24; +"@MMK_R_KO_nine" = -22; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -5; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_sevensuperior" = 21; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -41; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_question" = -35; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -36; +"@MMK_R_KO_comma.ss01" = 20; +"@MMK_R_KO_colon.ss01" = -32; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_parenright" = 42; +"@MMK_R_KO_bracketright" = 41; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = -76; +"@MMK_R_KO_percent" = -22; }; -uhorndotbelow = { -a = 0; -a.ss05 = 0; -c = -3; -colon = 27; -comma = -21; -guillemetright = 7; -parenright = -31; -period = -21; -quotedbl = 4; -quotedblright = 0; -u = 0; +bracketleft.case = { +Icircumflex = 41; +numbersign = -32; +parenleft.case = 4; +bracketright.case = 46; +at = -33; +literSign = -30; +euro = -40; +minus = -65; +equal = -57; +less = -39; +asciitilde = -86; +asciicircum = -68; +infinity = -40; }; -uhorndotbelow.ss01 = { -a = 0; -c = -3; -comma.ss01 = -33; -parenright = -31; -period.ss01 = -34; +K = { +Lslash = -13; +Oslash = -15; +edieresis = -22; +odieresis.ss01 = -31; +odieresis = -28; +oslash = 0; +igrave = 33; +rcaron = 18; +idieresis = 59; +jcircumflex = 21; +ygrave = -11; +ytilde = -10; +idieresis.ss01 = 55; +zero = -41; +two = 17; +three = -23; +six = -42; +seven = 11; +nine = -28; +numbersign = -37; +endash.case = -97; +parenleft.case = -24; +at = -58; +ampersand = -30; +registered = -33; +dollar = -37; +plus = -96; +minus = -103; +multiply = -75; +divide = -83; +equal = -49; +notequal = -64; +less = -69; +logicalnot = -123; +asciitilde = -117; +}; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -7; +"@MMK_R_KO_G.ss07" = 1; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -38; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 6; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_fivesuperior" = -18; +"@MMK_R_KO_sevensuperior" = -37; +"@MMK_R_KO_eightsuperior" = -12; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = -24; +"@MMK_R_KO_backslash" = -25; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_underscore" = -61; +"@MMK_R_KO_hyphen.case" = 3; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -49; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 23; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -37; }; -uhorngrave = { -a = 0; -a.ss05 = 0; -comma = -21; -comma.ss01 = -33; -guillemetright = 7; -parenright = -31; -period = -21; -period.ss01 = -34; -quotedbl = 4; -quotedblright = 0; +semicolon = { +four = -5; +onesuperior = -40; +sevensuperior = -43; +hyphen = -28; +emdash = -13; +endash = 0; +hyphen.case = 0; +parenright = 0; +guillemetleft = -2; }; -uhornhookabove = { -a = 0; -a.ss05 = 0; -comma = -21; -comma.ss01 = -33; -guillemetright = 7; -parenright = -31; -period = -21; -period.ss01 = -34; -quotedbl = 4; -quotedblright = 0; -quotesingle = 4; -semicolon = 28; -u = 0; +Thorn = { +Eth = 29; }; -uhorntilde = { -a = 0; -a.ss05 = 0; -colon = 27; -comma = -21; -comma.ss01 = -33; -guillemetright = 7; -parenright = -31; -period = -21; -period.ss01 = -34; -quotedbl = 4; -quotedblright = 0; -u = 0; +four.dnom = { +question = -92; +question.ss01 = -101; +parenright = -40; +quotedblleft = -77; +quotedblright = -49; +quoteleft = -77; +quoteright = -49; +quotedbl = -114; +quotesingle = -83; +quotedblleft.ss01 = -48; +quoteleft.ss01 = -48; +quotedblright.ss01 = -59; +quoteright.ss01 = -61; +degree = -130; }; -uhungarumlaut = { -b = 0; -comma.ss01 = -16; -h = 0; -j = 10; -j.ss01 = 10; -k = 0; -l = 0; -l.ss04 = 10; -parenright = -2; -period.ss01 = -19; +braceright = { +Y = -28; +period = -30; +comma = -30; +period.ss01 = -43; +comma.ss01 = -34; +parenright = -32; +braceright = -6; +asciicircum = -60; +}; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_backslash" = 22; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -16; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 21; +"@MMK_R_KO_bracketright" = 21; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -10; +"@MMK_R_KO_asciicircum" = -24; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = -12; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -97; +"@MMK_R_KO_Oacute" = -97; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -92; +"@MMK_R_KO_S" = -47; +"@MMK_R_KO_T" = -122; +"@MMK_R_KO_U" = -72; +"@MMK_R_KO_V" = -136; +"@MMK_R_KO_W" = -78; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -161; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -13; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = -18; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_f" = -52; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -18; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 24; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -71; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -37; +"@MMK_R_KO_v" = -98; +"@MMK_R_KO_w" = -64; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = -10; +"@MMK_R_KO_l.ss04" = -18; +"@MMK_R_KO_t_t.liga" = -66; +"@MMK_R_KO_zero" = -78; +"@MMK_R_KO_one" = -99; +"@MMK_R_KO_two" = -11; +"@MMK_R_KO_three" = -54; +"@MMK_R_KO_four" = -102; +"@MMK_R_KO_five" = -49; +"@MMK_R_KO_six" = -87; +"@MMK_R_KO_seven" = -96; +"@MMK_R_KO_eight" = -43; +"@MMK_R_KO_nine" = -64; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -121; +"@MMK_R_KO_quotesingle" = -85; +"@MMK_R_KO_quotedblleft.ss01" = -96; }; -underscore = { -A = 23; -C = -94; -G = -86; -J = 21; -O = -94; -Q = -94; -S = -52; -T = -97; -U = -70; -V = -118; -W = -62; -X = 19; -Y = -132; -Z = 12; -a = -53; -asterisk = -151; -c = -63; -d = -53; -e = -64; -eight = -45; -f = -28; -five = -54; -four = -92; -j = 86; -nine = -58; -o = -63; -one = -86; -q = -53; -quotedbl = -235; -quotedblright = -237; -quotedblright.ss01 = -237; -quotesingle = -114; -s = -36; -seven = -70; -six = -80; -slash = 56; -t = -68; -t_i.liga = -68; -t_t.liga = -68; -three = -49; -two = 6; -u = -39; -underscore = -9; -v = -81; -w = -46; -x = 23; -z = 13; -zero = -70; +ampersand = { +one = -74; +seven = -71; +parenright = -38; +bracketright = 0; +quotedblleft = -38; +quotedblright = -29; +quoteleft = -38; +quoteright = -27; +quotedbl = -40; +quotesingle = -39; +quotedblleft.ss01 = -21; +quoteleft.ss01 = -21; +quotedblright.ss01 = -28; +quoteright.ss01 = -28; +v = -34; +w = -26; +y = -20; }; -uogonek = { -comma = 7; -j = 11; -j.ss01 = 11; -onesuperior = -43; -parenright = -2; -period = 0; -period.ss01 = -19; -quotedbl = -24; -quotedblleft = -15; -quotedblleft.ss01 = -19; -quoteleft = -15; -quoteleft.ss01 = -19; -semicolon = 25; -sevensuperior = -41; +four = { +x = -28; +ordfeminine = -51; +ordmasculine = -47; +zero.numr = -50; +one.numr = -39; +three.numr = -44; +four.numr = -43; +five.numr = -58; +six.numr = -47; +seven.numr = -42; +eight.numr = -50; +nine.numr = -47; +threesuperior = -42; +fivesuperior = -58; +eightsuperior = -48; +colon = 0; +semicolon = 0; +question.ss01 = -54; +underscore = -41; +braceright = -28; +braceright.case = -25; +bracketright.case = -25; +quoteright.ss01 = -53; +registered = -31; +trademark = -58; +asciicircum = -74; }; -v = { -Jcircumflex = -38; -acircumflextilde.ss05 = -2; -ampersand = -12; -e = -2; +zerosuperior = { +A = -88; +fraction = 0; +period = -112; +comma = -114; +slash = -87; +period.ss01 = -102; +comma.ss01 = -105; +parenright = -23; +parenright.case = -12; +guillemetleft = -21; +guilsinglleft = -26; +}; +n = { n = 0; +gcircumflex.ss06 = 11; +ordfeminine = -43; +ordmasculine = -46; +seven = -21; +at = 5; +registered = -23; +degree = -59; +notequal = -19; +greaterequal = -2; +logicalnot = -22; }; -w = { -ampersand = -12; +bracketleft = { +Icircumflex = 43; +Dcroat = -2; +Oslash = 0; +oslash = 0; +hcircumflex = 33; +i = 14; +idotaccent = 14; +iacute = -5; +ntilde = -11; +nacute = -11; +p = 0; +ibreve = 84; +icircumflex = 54; +imacron = 80; +jcircumflex = 78; +macute = -11; +scaron = 0; +scircumflex = -5; +germandbls = -22; +x = -3; +colon = -23; +numbersign = -31; +parenleft = -12; +at = -33; +ampersand = -34; +literSign = -28; +dollar = 0; +euro = -39; +minus = -64; +equal = -56; +less = -39; +asciitilde = -86; +asciicircum = -63; +infinity = -38; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 123; +"@MMK_R_KO_O" = 89; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 40; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 26; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 31; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 45; +"@MMK_R_KO_l.ss04" = 68; +"@MMK_R_KO_t_t.liga" = 39; +"@MMK_R_KO_sixsuperior" = 76; +"@MMK_R_KO_onesuperior" = 55; +"@MMK_R_KO_twosuperior" = 59; +"@MMK_R_KO_threesuperior" = 53; +"@MMK_R_KO_foursuperior" = 63; +"@MMK_R_KO_fivesuperior" = 72; +"@MMK_R_KO_sevensuperior" = 45; +"@MMK_R_KO_eightsuperior" = 83; +"@MMK_R_KO_ninesuperior" = 81; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 156; +"@MMK_R_KO_question" = 129; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 57; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_parenright" = 160; +"@MMK_R_KO_bracketright" = 217; +"@MMK_R_KO_quotedblleft" = 133; +"@MMK_R_KO_quoteleft" = 133; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_quotedbl" = 146; +"@MMK_R_KO_quotesingle" = 146; +"@MMK_R_KO_quotedblleft.ss01" = 78; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 47; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 36; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_V" = 48; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 20; +"@MMK_R_KO_Z" = 55; +"@MMK_R_KO_I.ss02" = 80; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 37; +"@MMK_R_KO_onesuperior" = 18; +"@MMK_R_KO_twosuperior" = 38; +"@MMK_R_KO_threesuperior" = 29; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = 39; +"@MMK_R_KO_sevensuperior" = 27; +"@MMK_R_KO_eightsuperior" = 45; +"@MMK_R_KO_ninesuperior" = 42; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 52; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_slash" = -1; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = 55; +"@MMK_R_KO_bracketright" = 108; +"@MMK_R_KO_quotedblleft" = 36; +"@MMK_R_KO_quotedblright" = 59; +"@MMK_R_KO_quoteleft" = 38; +"@MMK_R_KO_quoteright" = 61; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = 9; +"@MMK_R_KO_quotedbl" = 59; +"@MMK_R_KO_quotesingle" = 63; +"@MMK_R_KO_quotedblleft.ss01" = 26; +"@MMK_R_KO_quotedblright.ss01" = 36; +"@MMK_R_KO_quoteright.ss01" = 38; }; -won = { -comma = -44; -period = -45; -slash = -39; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 23; }; -x = { -ampersand = -25; -backslash = -15; -logicalnot = -52; -minus = -34; -plus = -31; -two = 0; +J.ss10 = { +Hbar = 47; +ibreve = 55; +icaron = 49; +idieresis = 67; +jcircumflex = 59; +idieresis.ss01 = 60; +}; +quotedblbase.ss01 = { +Dcroat = -37; +oslash = 5; +p = 0; +germandbls = -44; +asterisk = -122; +numbersign = -23; +question.ss01 = -94; +hyphen.case = -184; +emdash.case = -230; +parenleft.case = -24; +quotedblleft.ss01 = -230; +quoteright.ss01 = -105; +at = -32; +copyright = -71; +published = -71; +dollar = -18; +euro = -90; +minus = -230; +multiply = -41; +divide = -101; +equal = -4; +approxequal = -16; +}; +l.ss03 = { +oslash = 0; +periodcentered.loclCAT = 7; +periodcentered.loclCAT.ss01 = -2; +notequal = -23; +logicalnot = -38; +}; +parenleft = { +Icircumflex = 31; +Imacron = 6; +Idieresis = 28; +Dcroat = -27; +Eth = -27; +Iogonek = 23; +Lslash = -16; +Oslash = -34; +a.ss05 = -51; +thorn = 11; +ccedilla = -58; +ccaron = -27; +edieresis = -33; +odieresis = -43; +oslash = -9; +hcircumflex = 23; +i = 2; +idotaccent = 2; +i.ss01 = -6; +iacute = -37; +ntilde = -48; +nacute = -51; +ncaron = -41; +ncommaaccent = -51; +p = 0; +idieresis = 57; +imacron = 55; +iogonek = 30; +jcircumflex = 72; +scedilla = -42; +scaron = 0; +scircumflex = -37; +germandbls = -36; +tcedilla = -37; +x = -19; +zcaron = -10; +g.ss06 = 0; +mu = -13; +four.numr = -42; +colon = -42; +numbersign = -37; +semicolon.ss01 = 20; +question.ss01 = -35; +parenleft = -37; +braceleft = -29; +quotedblbase = 0; +quotedblbase.ss01 = 20; +at = -53; +ampersand = -56; +section = -37; +copyright = -48; +registered = -37; +published = -48; +literSign = -55; +numero = -9; +cent = -55; +dollar = -41; +euro = -57; +liraTurkish = -45; +sterling = -38; +minus = -78; +multiply = -83; +divide = -63; +equal = -62; +notequal = -70; +greater = -31; +less = -55; +greaterequal = -29; +lessequal = -41; +plusminus = -33; +approxequal = -81; +logicalnot = -80; +asciitilde = -101; +asciicircum = -86; +infinity = -52; +summation = 21; +radical = -42; +}; +asciicircum = { +one = 0; +two = -6; +three = -16; +four = -80; +eight = -26; +period = -112; +comma = -114; +asterisk = -20; +slash = -111; +period.ss01 = -102; +comma.ss01 = -105; +hyphen = -184; +hyphen.case = -31; +parenright = -87; +bracketright = -72; +parenright.case = -75; +bracketright.case = -76; +u = -18; +x = -34; +mu = -25; +}; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_lslash" = 2; +"@MMK_R_KO_s" = 21; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 23; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_twosuperior" = -21; +"@MMK_R_KO_threesuperior" = -35; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -37; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = -31; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = 6; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = -51; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_period.ss01" = 13; +"@MMK_R_KO_comma.ss01" = 6; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -55; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -36; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -30; +}; +plus = { +one = 0; +two = -23; +three = -46; +seven = -6; +seven.numr = -46; +period = -85; +comma = -87; +question = -56; +asterisk = -51; +slash = -54; +period.ss01 = -102; +comma.ss01 = -105; +question.ss01 = -62; +parenright = -76; +braceright = -72; +bracketright = -62; +parenright.case = -62; +braceright.case = -76; +bracketright.case = -62; +quotedblleft = -19; +quotedblright = -14; +quoteleft = -19; +quoteright = -13; +guillemetright = -26; +quotedbl = -34; +quotesingle = -26; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 0; +trademark = -84; +tenge = -4; +yen = -27; +plus = -5; +x = -45; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 10; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = 22; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 66; +"@MMK_R_KO_imacron" = 63; +"@MMK_R_KO_itilde" = 84; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 51; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 3; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -11; +"@MMK_R_KO_fivesuperior" = -3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = 38; +"@MMK_R_KO_period.ss01" = 7; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_endash" = -74; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -54; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 12; +"@MMK_R_KO_bracketright" = 11; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 23; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -4; +"@MMK_R_KO_asciicircum" = -32; }; -y = { -Ydieresis = -40; -Ydieresis.ss01 = -40; -ampersand = -13; +quoteleft = { +Hbar = 31; +igrave = 8; +icircumflex = 9; +imacron = 43; +jcircumflex = 10; +g.ss06 = 0; +mu = -6; +exclamdown = 0; +questiondown = -95; +questiondown.case = -39; +quotedblbase = -114; +ampersand = -38; +minus = 0; +divide = 3; +logicalnot = -21; asciitilde = -34; -e = -4; -exclam.ss01 = 0; -germandbls = 12; -twoinferior = -24; -zeroinferior = -30; -}; -yacute = { -T = 0; -parenright = -43; -}; -ydotbelow = { -comma = 45; -ecircumflexdotbelow = -4; -parenright = 21; -period = -39; -semicolon = 48; -}; -ydotbelow.ss01 = { -comma.ss01 = 29; -parenright = 32; -period.ss01 = -29; }; -yen = { -comma = -23; -four = -20; -one = -23; -period = -23; -slash = -35; -three = -12; -two = -13; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -80; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = -24; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = -225; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -4; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_pi" = 15; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 9; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 15; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -114; +"@MMK_R_KO_ellipsis" = -232; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -81; +"@MMK_R_KO_hyphen" = -48; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -18; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -2; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -15; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -24; +"@MMK_R_KO_W" = -6; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -14; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = 18; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = 19; +"@MMK_R_KO_quotedbl" = -6; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -40; +"@MMK_R_KO_asciicircum" = -14; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -98; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -114; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -10; }; -ytilde = { -parenright = -43; +nine.dnom = { +question = -98; +question.ss01 = -105; +parenright = -48; +parenright.case = -21; +quotedblleft = -121; +quotedblright = -79; +quoteleft = -113; +quoteright = -81; +quotedbl = -133; +quotesingle = -85; +quotedblleft.ss01 = -78; +quoteleft.ss01 = -78; +quotedblright.ss01 = -82; +quoteright.ss01 = -88; +degree = -162; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -91; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -69; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -105; +"@MMK_R_KO_a" = -33; +"@MMK_R_KO_aacute" = -24; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -29; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -21; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_t_t.liga" = 11; +"@MMK_R_KO_pi" = 3; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = -42; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 19; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 7; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_asterisk" = 24; +"@MMK_R_KO_slash" = -94; +"@MMK_R_KO_period.ss01" = -102; +"@MMK_R_KO_comma.ss01" = -105; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = -92; +"@MMK_R_KO_endash" = -46; +"@MMK_R_KO_hyphen.case" = -10; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 15; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = 11; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_plus" = -18; }; -z = { -backslash = -18; -minus = -16; +Omacron = { +Eth = 19; }; -zcaron = { -imacron = 0; -iogonek = 0; -parenright = -24; +uhorndotbelow.ss01 = { +a = -14; +c = -16; +period.ss01 = -31; +ellipsis.ss01 = -31; +comma.ss01 = -35; }; -zero = { -asciicircum = -25; -baht = -6; -braceright = -45; -bracketright.case = -13; -multiply = 0; -ordmasculine = -16; -six = 20; -trademark = -44; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_J" = 24; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 24; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 22; +"@MMK_R_KO_t" = 8; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 20; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_pi" = 19; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_two" = 22; +"@MMK_R_KO_three" = 10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 3; +"@MMK_R_KO_seven" = 8; +"@MMK_R_KO_eight" = 11; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = 14; +"@MMK_R_KO_period.ss01" = 10; +"@MMK_R_KO_comma.ss01" = 3; +"@MMK_R_KO_colon.ss01" = 21; +"@MMK_R_KO_hyphen" = -26; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 2; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = 24; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_degree" = -12; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 4; }; -zero.dnom = { -degree = -123; -parenright = -60; -question = -82; -question.ss01 = -101; -quotedbl = -101; -quotedblleft = -87; -quotedblleft.ss01 = -61; -quotedblright = -60; -quotedblright.ss01 = -54; -quoteright = -62; -quotesingle = -101; +exclamdown = { +T = -37; +V = -36; +Y = -69; +j = 55; }; -zeroinferior = { -parenright = -51; +Adieresis = { +Germandbls = -2; +endash.case = -62; +registered = -94; }; -zerosuperior = { -comma = -123; -comma.ss01 = -126; -fraction = -3; -parenright = -43; -period = -121; -period.ss01 = -126; -slash = -76; }; +"81AB4C8E-4968-429F-824B-C4C034789BE2" = { +J = { +Hbar = 46; +Oslash = 6; +a = 7; +igrave = 47; +ibreve = 70; +icaron = 64; +idieresis = 67; +jcircumflex = 69; +idieresis.ss01 = 45; +greater = 23; }; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = { -"@MMK_L_A" = { -"@MMK_R_A" = 37; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 38; -"@MMK_R_J" = 26; -"@MMK_R_O" = -56; -"@MMK_R_S" = -26; -"@MMK_R_T" = -137; -"@MMK_R_U" = -45; -"@MMK_R_V" = -170; -"@MMK_R_W" = -113; -"@MMK_R_X" = 35; -"@MMK_R_Y" = -145; -"@MMK_R_Z" = 35; -"@MMK_R_a" = -28; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asciicircum" = -160; -"@MMK_R_asterisk" = -117; -"@MMK_R_braceright" = -71; -"@MMK_R_bracketright" = -71; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 32; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -31; -"@MMK_R_egrave" = -30; -"@MMK_R_eightsuperior" = -105; -"@MMK_R_ellipsis" = -3; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = -28; -"@MMK_R_fivesuperior" = -111; -"@MMK_R_four" = -24; -"@MMK_R_foursuperior" = -94; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 28; -"@MMK_R_guillemetleft" = -27; -"@MMK_R_guillemetright" = 11; -"@MMK_R_hyphen" = -41; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -8; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -15; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -110; -"@MMK_R_one" = -61; -"@MMK_R_onesuperior" = -110; -"@MMK_R_parenright" = -30; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 11; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -82; -"@MMK_R_question.ss01" = -100; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -132; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -134; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -115; -"@MMK_R_s" = -8; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -122; -"@MMK_R_sixsuperior" = -119; -"@MMK_R_slash" = 14; -"@MMK_R_t" = -49; -"@MMK_R_threesuperior" = -104; -"@MMK_R_trademark" = -178; -"@MMK_R_twosuperior" = -72; -"@MMK_R_u" = -28; -"@MMK_R_underscore" = 31; -"@MMK_R_v" = -104; -"@MMK_R_w" = -67; -"@MMK_R_x" = 15; -"@MMK_R_y" = -71; -"@MMK_R_z" = 15; -"@MMK_R_zero" = -47; -}; -"@MMK_L_B" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 6; -"@MMK_R_S" = 19; -"@MMK_R_T" = -29; -"@MMK_R_U" = 0; -"@MMK_R_V" = -22; -"@MMK_R_W" = -14; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -32; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 15; -"@MMK_R_asciicircum" = -39; -"@MMK_R_asterisk" = 14; -"@MMK_R_braceright" = -55; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -27; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -31; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 12; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 24; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 10; -"@MMK_R_guillemetright" = 13; -"@MMK_R_hyphen" = 12; -"@MMK_R_hyphen.case" = -7; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 61; -"@MMK_R_igrave" = 7; -"@MMK_R_imacron" = 90; -"@MMK_R_itilde" = 67; -"@MMK_R_j" = 2; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 10; -"@MMK_R_lslash" = 4; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = 5; -"@MMK_R_onesuperior" = -20; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -29; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 20; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -18; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 10; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -42; -"@MMK_R_twosuperior" = -12; -"@MMK_R_u" = 7; -"@MMK_R_underscore" = -10; -"@MMK_R_v" = 0; -"@MMK_R_w" = 9; -"@MMK_R_x" = 4; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_C" = { -"@MMK_R_A" = -13; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -14; -"@MMK_R_J" = -17; -"@MMK_R_O" = 7; -"@MMK_R_S" = 29; -"@MMK_R_T" = -54; -"@MMK_R_U" = 0; -"@MMK_R_V" = -43; -"@MMK_R_W" = -26; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -53; -"@MMK_R_Z" = -12; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 12; -"@MMK_R_asciicircum" = -40; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -79; -"@MMK_R_bracketright" = -84; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -13; -"@MMK_R_comma.ss01" = -41; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -43; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 24; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 4; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 10; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 2; -"@MMK_R_hyphen.case" = -18; -"@MMK_R_icircumflex" = 42; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 54; -"@MMK_R_itilde" = 34; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -10; -"@MMK_R_one" = -5; -"@MMK_R_onesuperior" = -42; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = -65; -"@MMK_R_parenright.case" = -49; -"@MMK_R_period" = -15; -"@MMK_R_period.ss01" = -39; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -9; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = -8; -"@MMK_R_quoteright" = -8; -"@MMK_R_quoteright.ss01" = -14; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -39; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = -22; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -65; -"@MMK_R_twosuperior" = -24; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -26; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -25; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -33; -"@MMK_R_J" = -34; -"@MMK_R_O" = 21; -"@MMK_R_S" = 14; -"@MMK_R_T" = -70; -"@MMK_R_U" = 12; -"@MMK_R_V" = -53; -"@MMK_R_W" = -37; -"@MMK_R_X" = -36; -"@MMK_R_Y" = -64; -"@MMK_R_Z" = -28; -"@MMK_R_a" = 24; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asciicircum" = -46; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -79; -"@MMK_R_bracketright" = -82; -"@MMK_R_colon" = -3; -"@MMK_R_colon.ss01" = -11; -"@MMK_R_comma" = -31; -"@MMK_R_comma.ss01" = -53; -"@MMK_R_e" = 25; -"@MMK_R_egrave" = 25; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -55; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 7; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = 29; -"@MMK_R_foursuperior" = -3; -"@MMK_R_g" = 25; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = 24; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 33; -"@MMK_R_hyphen.case" = 32; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 25; -"@MMK_R_igrave" = 5; -"@MMK_R_imacron" = 48; -"@MMK_R_itilde" = 26; -"@MMK_R_j" = 5; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 6; -"@MMK_R_lslash" = 30; -"@MMK_R_n" = 5; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = -38; -"@MMK_R_oslash" = 25; -"@MMK_R_parenright" = -69; -"@MMK_R_parenright.case" = -58; -"@MMK_R_period" = -31; -"@MMK_R_period.ss01" = -50; -"@MMK_R_question" = -14; -"@MMK_R_question.ss01" = -24; -"@MMK_R_quotedbl" = -15; -"@MMK_R_quotedblleft" = -31; -"@MMK_R_quotedblleft.ss01" = -29; -"@MMK_R_quotedblright" = -23; -"@MMK_R_quoteright" = -23; -"@MMK_R_quoteright.ss01" = -26; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = -47; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = -34; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -68; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 18; -"@MMK_R_underscore" = -42; -"@MMK_R_v" = 0; -"@MMK_R_w" = 4; -"@MMK_R_x" = -5; -"@MMK_R_y" = 0; -"@MMK_R_z" = -5; -"@MMK_R_zero" = 26; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 11; -"@MMK_R_I.ss02" = 48; -"@MMK_R_J" = 5; -"@MMK_R_O" = -9; -"@MMK_R_S" = -2; -"@MMK_R_T" = 2; -"@MMK_R_U" = 0; -"@MMK_R_V" = 24; -"@MMK_R_W" = 29; -"@MMK_R_X" = 45; -"@MMK_R_Y" = 19; -"@MMK_R_Z" = 47; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = -13; -"@MMK_R_asciicircum" = -64; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -16; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 14; -"@MMK_R_f" = -30; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -39; -"@MMK_R_foursuperior" = -39; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 4; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -34; -"@MMK_R_hyphen.case" = -18; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 34; -"@MMK_R_igrave" = 49; -"@MMK_R_imacron" = 86; -"@MMK_R_j" = 6; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 44; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -14; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -5; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 8; -"@MMK_R_quoteright" = 8; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -35; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -8; -"@MMK_R_twosuperior" = 6; -"@MMK_R_u" = -22; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = -43; -"@MMK_R_w" = -28; -"@MMK_R_x" = 6; -"@MMK_R_y" = -36; -"@MMK_R_z" = 4; -"@MMK_R_zero" = -10; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -69; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = -123; -"@MMK_R_O" = -6; -"@MMK_R_S" = 0; -"@MMK_R_T" = 7; -"@MMK_R_U" = 8; -"@MMK_R_V" = 29; -"@MMK_R_W" = 31; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 24; -"@MMK_R_Z" = -4; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asciicircum" = -61; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -10; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = -52; -"@MMK_R_colon.ss01" = -58; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -18; -"@MMK_R_egrave" = -18; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -233; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -34; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -32; -"@MMK_R_foursuperior" = -39; -"@MMK_R_g" = -17; -"@MMK_R_g.ss05" = -29; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = -32; -"@MMK_R_hyphen" = -26; -"@MMK_R_hyphen.case" = -11; -"@MMK_R_i" = -6; -"@MMK_R_icircumflex" = 13; -"@MMK_R_igrave" = 46; -"@MMK_R_imacron" = 52; -"@MMK_R_j" = -6; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 41; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -33; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -16; -"@MMK_R_onesuperior" = 2; -"@MMK_R_oslash" = -18; -"@MMK_R_parenright" = -18; -"@MMK_R_parenright.case" = -17; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -14; -"@MMK_R_quotedbl" = 5; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 13; -"@MMK_R_quoteright" = 13; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -28; -"@MMK_R_semicolon" = -52; -"@MMK_R_sevensuperior" = 4; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = -91; -"@MMK_R_t" = -39; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -5; -"@MMK_R_twosuperior" = 15; -"@MMK_R_u" = -25; -"@MMK_R_underscore" = -222; -"@MMK_R_v" = -42; -"@MMK_R_w" = -34; -"@MMK_R_x" = -63; -"@MMK_R_y" = -43; -"@MMK_R_z" = -62; -"@MMK_R_zero" = -4; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 19; -"@MMK_R_J" = 12; -"@MMK_R_O" = 3; -"@MMK_R_S" = 12; -"@MMK_R_T" = -63; -"@MMK_R_U" = 0; -"@MMK_R_V" = -51; -"@MMK_R_W" = -35; -"@MMK_R_X" = 17; -"@MMK_R_Y" = -60; -"@MMK_R_Z" = 23; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -52; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -71; -"@MMK_R_bracketright" = -74; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 14; -"@MMK_R_eightsuperior" = -17; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -22; -"@MMK_R_four" = 23; -"@MMK_R_foursuperior" = -20; -"@MMK_R_g" = 17; -"@MMK_R_g.ss05" = 17; -"@MMK_R_guillemetleft" = 12; -"@MMK_R_guillemetright" = 12; -"@MMK_R_hyphen" = 23; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 33; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 49; -"@MMK_R_itilde" = 36; -"@MMK_R_j" = 4; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 4; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 19; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = -27; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = -48; -"@MMK_R_oslash" = 20; -"@MMK_R_parenright" = -38; -"@MMK_R_parenright.case" = -5; -"@MMK_R_period" = 24; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = -11; -"@MMK_R_question.ss01" = -20; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -27; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = -46; -"@MMK_R_sixsuperior" = -20; -"@MMK_R_slash" = 13; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -16; -"@MMK_R_trademark" = -73; -"@MMK_R_twosuperior" = -4; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = 18; -"@MMK_R_v" = -2; -"@MMK_R_x" = 10; -"@MMK_R_y" = -2; -"@MMK_R_z" = 12; -"@MMK_R_zero" = 2; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = -17; -"@MMK_R_I.ss02" = -23; -"@MMK_R_J" = -22; -"@MMK_R_O" = 17; -"@MMK_R_S" = 19; -"@MMK_R_T" = -65; -"@MMK_R_U" = 4; -"@MMK_R_V" = -51; -"@MMK_R_W" = -34; -"@MMK_R_X" = -25; -"@MMK_R_Y" = -61; -"@MMK_R_Z" = -18; -"@MMK_R_a" = 20; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asciicircum" = -48; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -81; -"@MMK_R_bracketright" = -87; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma" = -20; -"@MMK_R_comma.ss01" = -45; -"@MMK_R_e" = 21; -"@MMK_R_egrave" = 21; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = -48; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 7; -"@MMK_R_fivesuperior" = -15; -"@MMK_R_four" = 33; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = 20; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 28; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 38; -"@MMK_R_hyphen.case" = 7; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 31; -"@MMK_R_igrave" = 5; -"@MMK_R_imacron" = 57; -"@MMK_R_itilde" = 33; -"@MMK_R_j" = 3; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 6; -"@MMK_R_lslash" = 28; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = -16; -"@MMK_R_onesuperior" = -40; -"@MMK_R_oslash" = 21; -"@MMK_R_parenright" = -73; -"@MMK_R_parenright.case" = -46; -"@MMK_R_period" = -21; -"@MMK_R_period.ss01" = -44; -"@MMK_R_question" = -11; -"@MMK_R_question.ss01" = -20; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -26; -"@MMK_R_quotedblleft.ss01" = -27; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = -45; -"@MMK_R_sixsuperior" = -16; -"@MMK_R_slash" = -26; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -72; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 12; -"@MMK_R_underscore" = -31; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -7; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 15; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_S" = 0; -"@MMK_R_U" = 4; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -46; -"@MMK_R_asterisk" = 9; -"@MMK_R_braceright" = -17; -"@MMK_R_bracketright" = -18; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -23; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -26; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 50; -"@MMK_R_igrave" = 28; -"@MMK_R_imacron" = 89; -"@MMK_R_itilde" = 75; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 24; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -4; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -26; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -4; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -17; -"@MMK_R_twosuperior" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 38; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 49; -"@MMK_R_J" = 6; -"@MMK_R_O" = -33; -"@MMK_R_S" = -2; -"@MMK_R_T" = 4; -"@MMK_R_U" = 8; -"@MMK_R_V" = 39; -"@MMK_R_W" = 41; -"@MMK_R_X" = 46; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = 49; -"@MMK_R_a" = -40; -"@MMK_R_a.ss04" = -14; -"@MMK_R_asciicircum" = -71; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -43; -"@MMK_R_egrave" = -40; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = -29; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = -96; -"@MMK_R_foursuperior" = -57; -"@MMK_R_g" = -9; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 25; -"@MMK_R_hyphen" = -94; -"@MMK_R_hyphen.case" = -94; -"@MMK_R_icircumflex" = 35; -"@MMK_R_igrave" = 52; -"@MMK_R_imacron" = 93; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_lslash" = -10; -"@MMK_R_n" = -13; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -4; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -7; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -21; -"@MMK_R_semicolon" = 9; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = 10; -"@MMK_R_t" = -35; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -7; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = -35; -"@MMK_R_underscore" = 6; -"@MMK_R_v" = -97; -"@MMK_R_w" = -70; -"@MMK_R_x" = 8; -"@MMK_R_y" = -72; -"@MMK_R_z" = 7; -"@MMK_R_zero" = -28; -}; -"@MMK_L_J" = { -"@MMK_R_A" = -15; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = -12; -"@MMK_R_O" = 6; -"@MMK_R_S" = 6; -"@MMK_R_T" = 6; -"@MMK_R_U" = 9; -"@MMK_R_V" = 6; -"@MMK_R_W" = 4; -"@MMK_R_X" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -43; -"@MMK_R_asterisk" = 15; -"@MMK_R_braceright" = -24; -"@MMK_R_bracketright" = -24; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -39; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -44; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 7; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 4; -"@MMK_R_g.ss05" = -4; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = 6; -"@MMK_R_hyphen.case" = 6; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 55; -"@MMK_R_igrave" = 33; -"@MMK_R_imacron" = 94; -"@MMK_R_j" = 4; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 11; -"@MMK_R_l.ss03" = 29; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 6; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -12; -"@MMK_R_parenright.case" = -11; -"@MMK_R_period" = -17; -"@MMK_R_period.ss01" = -41; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = -2; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -23; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -12; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -23; -"@MMK_R_v" = 0; -"@MMK_R_w" = 3; -"@MMK_R_x" = 0; -"@MMK_R_y" = 2; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 35; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 50; -"@MMK_R_J" = 33; -"@MMK_R_O" = -31; -"@MMK_R_S" = -9; -"@MMK_R_T" = 21; -"@MMK_R_U" = 0; -"@MMK_R_V" = 28; -"@MMK_R_W" = 30; -"@MMK_R_X" = 42; -"@MMK_R_Y" = 27; -"@MMK_R_Z" = 45; -"@MMK_R_a" = -47; -"@MMK_R_a.ss04" = -21; -"@MMK_R_asciicircum" = -71; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 24; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -50; -"@MMK_R_egrave" = -47; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = -23; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = -52; -"@MMK_R_foursuperior" = -64; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 16; -"@MMK_R_guillemetleft" = -31; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = -70; -"@MMK_R_hyphen.case" = -109; -"@MMK_R_icircumflex" = 30; -"@MMK_R_igrave" = 54; -"@MMK_R_imacron" = 89; -"@MMK_R_itilde" = 67; -"@MMK_R_j" = 3; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 48; -"@MMK_R_lslash" = -9; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = -12; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -5; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 8; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 6; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = -23; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 15; -"@MMK_R_t" = -37; -"@MMK_R_threesuperior" = -9; -"@MMK_R_trademark" = -8; -"@MMK_R_twosuperior" = -5; -"@MMK_R_u" = -42; -"@MMK_R_underscore" = 18; -"@MMK_R_v" = -57; -"@MMK_R_w" = -57; -"@MMK_R_x" = 14; -"@MMK_R_y" = -52; -"@MMK_R_z" = 10; -"@MMK_R_zero" = -28; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 10; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = 11; -"@MMK_R_O" = -74; -"@MMK_R_S" = -36; -"@MMK_R_T" = -135; -"@MMK_R_U" = -55; -"@MMK_R_V" = -168; -"@MMK_R_W" = -105; -"@MMK_R_X" = 10; -"@MMK_R_Y" = -142; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -48; -"@MMK_R_a.ss04" = -26; -"@MMK_R_asciicircum" = -284; -"@MMK_R_asterisk" = -141; -"@MMK_R_braceright" = -74; -"@MMK_R_bracketright" = -78; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -50; -"@MMK_R_egrave" = -50; -"@MMK_R_eightsuperior" = -220; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -43; -"@MMK_R_fivesuperior" = -218; -"@MMK_R_four" = -114; -"@MMK_R_foursuperior" = -207; -"@MMK_R_g" = -15; -"@MMK_R_g.ss05" = 13; -"@MMK_R_guillemetleft" = -38; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -177; -"@MMK_R_hyphen.case" = -188; -"@MMK_R_i" = -14; -"@MMK_R_icircumflex" = -14; -"@MMK_R_igrave" = -14; -"@MMK_R_imacron" = -14; -"@MMK_R_itilde" = -14; -"@MMK_R_j" = -6; -"@MMK_R_l" = -14; -"@MMK_R_l.ss02" = -22; -"@MMK_R_l.ss03" = -14; -"@MMK_R_n" = -14; -"@MMK_R_ninesuperior" = -226; -"@MMK_R_one" = -59; -"@MMK_R_onesuperior" = -110; -"@MMK_R_oslash" = -14; -"@MMK_R_parenright" = -44; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = -80; -"@MMK_R_question.ss01" = -103; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -138; -"@MMK_R_quotedblleft.ss01" = -128; -"@MMK_R_quotedblright" = -138; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -128; -"@MMK_R_s" = -30; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -185; -"@MMK_R_sixsuperior" = -226; -"@MMK_R_slash" = 8; -"@MMK_R_t" = -55; -"@MMK_R_threesuperior" = -212; -"@MMK_R_trademark" = -262; -"@MMK_R_twosuperior" = -197; -"@MMK_R_u" = -45; -"@MMK_R_underscore" = 13; -"@MMK_R_v" = -108; -"@MMK_R_w" = -70; -"@MMK_R_x" = 13; -"@MMK_R_y" = -86; -"@MMK_R_z" = 12; -"@MMK_R_zero" = -58; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 10; -"@MMK_R_I.ss02" = 12; -"@MMK_R_J" = 11; -"@MMK_R_O" = -72; -"@MMK_R_S" = -33; -"@MMK_R_T" = -135; -"@MMK_R_U" = -55; -"@MMK_R_V" = -168; -"@MMK_R_W" = -105; -"@MMK_R_X" = 10; -"@MMK_R_Y" = -142; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -48; -"@MMK_R_a.ss04" = -26; -"@MMK_R_bracketright" = -78; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -50; -"@MMK_R_egrave" = -46; -"@MMK_R_eightsuperior" = -117; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -120; -"@MMK_R_four" = -114; -"@MMK_R_foursuperior" = -107; -"@MMK_R_guillemetleft" = -36; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -131; -"@MMK_R_hyphen.case" = -103; -"@MMK_R_i" = -14; -"@MMK_R_igrave" = -13; -"@MMK_R_l" = -13; -"@MMK_R_lslash" = -28; -"@MMK_R_ninesuperior" = -120; -"@MMK_R_onesuperior" = -110; -"@MMK_R_parenright" = -44; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = -80; -"@MMK_R_question.ss01" = -97; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -138; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = -29; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -185; -"@MMK_R_sixsuperior" = -126; -"@MMK_R_slash" = 8; -"@MMK_R_threesuperior" = -115; -"@MMK_R_twosuperior" = -115; -"@MMK_R_u" = -43; -"@MMK_R_y" = -79; -"@MMK_R_z" = 12; -}; -"@MMK_L_O" = { -"@MMK_R_A" = -23; -"@MMK_R_I.ss02" = -30; -"@MMK_R_J" = -31; -"@MMK_R_O" = 20; -"@MMK_R_S" = 14; -"@MMK_R_T" = -72; -"@MMK_R_U" = 12; -"@MMK_R_V" = -56; -"@MMK_R_W" = -39; -"@MMK_R_X" = -33; -"@MMK_R_Y" = -65; -"@MMK_R_Z" = -25; -"@MMK_R_a" = 24; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asciicircum" = -48; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -79; -"@MMK_R_bracketright" = -82; -"@MMK_R_colon" = -6; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -28; -"@MMK_R_comma.ss01" = -51; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -53; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 4; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = 29; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 24; -"@MMK_R_g.ss05" = 5; -"@MMK_R_guillemetleft" = 24; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 33; -"@MMK_R_hyphen.case" = 30; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 22; -"@MMK_R_igrave" = 5; -"@MMK_R_imacron" = 44; -"@MMK_R_itilde" = 24; -"@MMK_R_j" = 5; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 5; -"@MMK_R_lslash" = 29; -"@MMK_R_n" = 5; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_one" = -21; -"@MMK_R_onesuperior" = -39; -"@MMK_R_oslash" = 24; -"@MMK_R_parenright" = -69; -"@MMK_R_parenright.case" = -54; -"@MMK_R_period" = -28; -"@MMK_R_period.ss01" = -49; -"@MMK_R_question" = -17; -"@MMK_R_question.ss01" = -27; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -33; -"@MMK_R_quotedblleft.ss01" = -30; -"@MMK_R_quotedblright" = -26; -"@MMK_R_quoteright" = -26; -"@MMK_R_quoteright.ss01" = -28; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = -6; -"@MMK_R_sevensuperior" = -49; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = -32; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -69; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 18; -"@MMK_R_underscore" = -39; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = -4; -"@MMK_R_y" = 0; -"@MMK_R_z" = -5; -"@MMK_R_zero" = 24; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = -30; -"@MMK_R_O" = 20; -"@MMK_R_S" = 14; -"@MMK_R_T" = -66; -"@MMK_R_U" = 12; -"@MMK_R_V" = -53; -"@MMK_R_X" = -30; -"@MMK_R_bracketright" = -77; -"@MMK_R_colon" = -6; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -28; -"@MMK_R_comma.ss01" = -51; -"@MMK_R_e" = 24; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -53; -"@MMK_R_exclam" = 7; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_foursuperior" = -3; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 33; -"@MMK_R_hyphen.case" = 30; -"@MMK_R_i" = 5; -"@MMK_R_n" = 5; -"@MMK_R_ninesuperior" = -9; -"@MMK_R_onesuperior" = -39; -"@MMK_R_parenright" = -69; -"@MMK_R_parenright.case" = -53; -"@MMK_R_period" = -28; -"@MMK_R_period.ss01" = -49; -"@MMK_R_question" = -17; -"@MMK_R_question.ss01" = -27; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -25; -"@MMK_R_quoteright.ss01" = -27; -"@MMK_R_semicolon" = -6; -"@MMK_R_sevensuperior" = -48; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = -31; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 0; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -69; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -28; -"@MMK_R_J" = -127; -"@MMK_R_O" = 27; -"@MMK_R_S" = 6; -"@MMK_R_T" = -26; -"@MMK_R_U" = 13; -"@MMK_R_V" = -16; -"@MMK_R_W" = -5; -"@MMK_R_X" = -39; -"@MMK_R_Y" = -28; -"@MMK_R_Z" = -34; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -21; -"@MMK_R_asterisk" = 31; -"@MMK_R_braceright" = -62; -"@MMK_R_bracketright" = -62; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 18; -"@MMK_R_ellipsis" = -233; -"@MMK_R_exclam" = 19; -"@MMK_R_f" = 21; -"@MMK_R_fivesuperior" = 11; -"@MMK_R_four" = -33; -"@MMK_R_foursuperior" = 17; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -6; -"@MMK_R_guillemetright" = 32; -"@MMK_R_hyphen" = -31; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_icircumflex" = 66; -"@MMK_R_igrave" = 10; -"@MMK_R_imacron" = 91; -"@MMK_R_itilde" = 77; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 11; -"@MMK_R_l.ss03" = 13; -"@MMK_R_lslash" = 4; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 7; -"@MMK_R_one" = 22; -"@MMK_R_onesuperior" = -13; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -57; -"@MMK_R_parenright.case" = -50; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 18; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 11; -"@MMK_R_quotedblleft" = 4; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = -10; -"@MMK_R_sixsuperior" = 12; -"@MMK_R_slash" = -86; -"@MMK_R_t" = 20; -"@MMK_R_threesuperior" = 15; -"@MMK_R_trademark" = -36; -"@MMK_R_twosuperior" = 5; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = -222; -"@MMK_R_v" = 28; -"@MMK_R_w" = 30; -"@MMK_R_x" = 0; -"@MMK_R_y" = 27; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 25; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 16; -"@MMK_R_O" = -21; -"@MMK_R_S" = -21; -"@MMK_R_T" = -104; -"@MMK_R_U" = -30; -"@MMK_R_V" = -95; -"@MMK_R_W" = -72; -"@MMK_R_X" = 19; -"@MMK_R_Y" = -108; -"@MMK_R_Z" = 19; -"@MMK_R_a" = -19; -"@MMK_R_a.ss04" = -7; -"@MMK_R_asciicircum" = -86; -"@MMK_R_asterisk" = -41; -"@MMK_R_braceright" = -64; -"@MMK_R_bracketright" = -65; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 17; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -18; -"@MMK_R_egrave" = -17; -"@MMK_R_eightsuperior" = -41; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = -20; -"@MMK_R_fivesuperior" = -47; -"@MMK_R_four" = -18; -"@MMK_R_foursuperior" = -36; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 28; -"@MMK_R_guillemetleft" = -15; -"@MMK_R_guillemetright" = 7; -"@MMK_R_hyphen" = -19; -"@MMK_R_hyphen.case" = -23; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -48; -"@MMK_R_one" = -52; -"@MMK_R_onesuperior" = -75; -"@MMK_R_parenright" = -27; -"@MMK_R_parenright.case" = -9; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = -53; -"@MMK_R_question.ss01" = -62; -"@MMK_R_quotedbl" = -53; -"@MMK_R_quotedblleft" = -65; -"@MMK_R_quotedblleft.ss01" = -65; -"@MMK_R_quotedblright" = -60; -"@MMK_R_quoteright" = -60; -"@MMK_R_quoteright.ss01" = -61; -"@MMK_R_s" = -14; -"@MMK_R_semicolon" = 15; -"@MMK_R_sevensuperior" = -82; -"@MMK_R_sixsuperior" = -51; -"@MMK_R_slash" = 33; -"@MMK_R_t" = -29; -"@MMK_R_threesuperior" = -40; -"@MMK_R_trademark" = -107; -"@MMK_R_twosuperior" = -31; -"@MMK_R_u" = -24; -"@MMK_R_underscore" = 23; -"@MMK_R_v" = -39; -"@MMK_R_w" = -33; -"@MMK_R_x" = 15; -"@MMK_R_y" = -36; -"@MMK_R_z" = 11; -"@MMK_R_zero" = -22; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 12; -"@MMK_R_H" = 5; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = 14; -"@MMK_R_O" = 12; -"@MMK_R_S" = 10; -"@MMK_R_T" = -29; -"@MMK_R_U" = 0; -"@MMK_R_V" = -20; -"@MMK_R_W" = -8; -"@MMK_R_X" = 4; -"@MMK_R_Y" = -30; -"@MMK_R_Z" = 11; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -34; -"@MMK_R_asterisk" = 21; -"@MMK_R_braceright" = -52; -"@MMK_R_bracketright" = -54; -"@MMK_R_colon" = 15; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 8; -"@MMK_R_comma.ss01" = -17; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -20; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = 20; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 13; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 23; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_icircumflex" = 58; -"@MMK_R_igrave" = 11; -"@MMK_R_imacron" = 88; -"@MMK_R_itilde" = 72; -"@MMK_R_j" = 0; -"@MMK_R_l" = 11; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 14; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 13; -"@MMK_R_onesuperior" = -18; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -36; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 6; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = 9; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 15; -"@MMK_R_sevensuperior" = -15; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 6; -"@MMK_R_t" = 15; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -40; -"@MMK_R_twosuperior" = -7; -"@MMK_R_u" = 6; -"@MMK_R_underscore" = 6; -"@MMK_R_v" = 13; -"@MMK_R_w" = 16; -"@MMK_R_x" = 18; -"@MMK_R_y" = 14; -"@MMK_R_z" = 15; -"@MMK_R_zero" = 11; -}; -"@MMK_L_S" = { -"@MMK_R_A" = 5; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -2; -"@MMK_R_S" = 24; -"@MMK_R_T" = -42; -"@MMK_R_U" = 0; -"@MMK_R_V" = -37; -"@MMK_R_W" = -27; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -47; -"@MMK_R_Z" = 15; -"@MMK_R_a" = 8; -"@MMK_R_a.ss04" = 18; -"@MMK_R_asciicircum" = -51; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -70; -"@MMK_R_bracketright" = -71; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 7; -"@MMK_R_eightsuperior" = -16; -"@MMK_R_ellipsis" = -23; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -22; -"@MMK_R_four" = 25; -"@MMK_R_foursuperior" = -22; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 2; -"@MMK_R_guillemetleft" = 9; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 10; -"@MMK_R_hyphen.case" = -21; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 59; -"@MMK_R_igrave" = 8; -"@MMK_R_imacron" = 71; -"@MMK_R_itilde" = 65; -"@MMK_R_j" = 4; -"@MMK_R_l" = 7; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 8; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 3; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -3; -"@MMK_R_onesuperior" = -34; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -46; -"@MMK_R_parenright.case" = -30; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -10; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = -13; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -17; -"@MMK_R_s" = 17; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -30; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = -3; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -21; -"@MMK_R_trademark" = -58; -"@MMK_R_twosuperior" = -28; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 0; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -134; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = -121; -"@MMK_R_O" = -31; -"@MMK_R_S" = 0; -"@MMK_R_T" = 9; -"@MMK_R_U" = 13; -"@MMK_R_V" = 18; -"@MMK_R_W" = 46; -"@MMK_R_X" = 22; -"@MMK_R_Y" = 16; -"@MMK_R_Z" = -5; -"@MMK_R_a" = -135; -"@MMK_R_a.ss04" = -32; -"@MMK_R_asciicircum" = -68; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -9; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = -72; -"@MMK_R_colon.ss01" = -69; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -136; -"@MMK_R_egrave" = -72; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -159; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -36; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = -137; -"@MMK_R_foursuperior" = -60; -"@MMK_R_g" = -133; -"@MMK_R_g.ss05" = -125; -"@MMK_R_guillemetleft" = -106; -"@MMK_R_guillemetright" = -106; -"@MMK_R_hyphen" = -138; -"@MMK_R_hyphen.case" = -138; -"@MMK_R_i" = -16; -"@MMK_R_icircumflex" = 10; -"@MMK_R_igrave" = 43; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 54; -"@MMK_R_j" = -17; -"@MMK_R_l" = -6; -"@MMK_R_l.ss02" = -3; -"@MMK_R_l.ss03" = 42; -"@MMK_R_lslash" = -19; -"@MMK_R_n" = -127; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = 5; -"@MMK_R_oslash" = -136; -"@MMK_R_parenright" = -8; -"@MMK_R_parenright.case" = -7; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -13; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -124; -"@MMK_R_semicolon" = -74; -"@MMK_R_sevensuperior" = 6; -"@MMK_R_sixsuperior" = -8; -"@MMK_R_slash" = -124; -"@MMK_R_t" = -44; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -5; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -128; -"@MMK_R_underscore" = -132; -"@MMK_R_v" = -127; -"@MMK_R_w" = -127; -"@MMK_R_x" = -127; -"@MMK_R_y" = -127; -"@MMK_R_z" = -127; -"@MMK_R_zero" = -29; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = -40; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -77; -"@MMK_R_J" = -83; -"@MMK_R_O" = 24; -"@MMK_R_S" = 0; -"@MMK_R_T" = -112; -"@MMK_R_U" = 12; -"@MMK_R_V" = -57; -"@MMK_R_W" = -38; -"@MMK_R_Y" = -76; -"@MMK_R_a" = 22; -"@MMK_R_a.ss04" = 10; -"@MMK_R_bracketright" = -86; -"@MMK_R_colon" = -8; -"@MMK_R_colon.ss01" = -18; -"@MMK_R_comma" = -71; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 23; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_exclam" = 14; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = -4; -"@MMK_R_hyphen" = 30; -"@MMK_R_hyphen.case" = 39; -"@MMK_R_i" = 5; -"@MMK_R_imacron" = 12; -"@MMK_R_j" = 5; -"@MMK_R_n" = 5; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_onesuperior" = -33; -"@MMK_R_parenright" = -78; -"@MMK_R_parenright.case" = -69; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = -30; -"@MMK_R_question.ss01" = -39; -"@MMK_R_quotedbl" = -21; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = -8; -"@MMK_R_sevensuperior" = -45; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = -53; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 6; -"@MMK_R_u" = 19; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -}; -"@MMK_L_U" = { -"@MMK_R_A" = -24; -"@MMK_R_H" = 5; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = -28; -"@MMK_R_O" = 11; -"@MMK_R_S" = 7; -"@MMK_R_T" = 10; -"@MMK_R_U" = 13; -"@MMK_R_V" = 11; -"@MMK_R_W" = 9; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 3; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -41; -"@MMK_R_asterisk" = 20; -"@MMK_R_braceright" = -26; -"@MMK_R_bracketright" = -26; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = -25; -"@MMK_R_comma.ss01" = -49; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = 2; -"@MMK_R_ellipsis" = -52; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 5; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 8; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = -6; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = 7; -"@MMK_R_hyphen" = 11; -"@MMK_R_hyphen.case" = 11; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 38; -"@MMK_R_imacron" = 99; -"@MMK_R_j" = 3; -"@MMK_R_l" = 11; -"@MMK_R_l.ss02" = 16; -"@MMK_R_l.ss03" = 34; -"@MMK_R_lslash" = 8; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 2; -"@MMK_R_one" = 11; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 6; -"@MMK_R_parenright" = -10; -"@MMK_R_parenright.case" = -8; -"@MMK_R_period" = -27; -"@MMK_R_period.ss01" = -48; -"@MMK_R_question" = 11; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 4; -"@MMK_R_slash" = -33; -"@MMK_R_t" = 5; -"@MMK_R_trademark" = -9; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -35; -"@MMK_R_v" = 5; -"@MMK_R_w" = 8; -"@MMK_R_x" = 0; -"@MMK_R_y" = 6; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 11; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = -24; -"@MMK_R_H" = 42; -"@MMK_R_I.ss02" = 87; -"@MMK_R_O" = 15; -"@MMK_R_T" = 91; -"@MMK_R_U" = 53; -"@MMK_R_V" = 87; -"@MMK_R_X" = 68; -"@MMK_R_Y" = 86; -"@MMK_R_Z" = 75; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 2; -"@MMK_R_bracketright" = 65; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = -25; -"@MMK_R_comma.ss01" = -49; -"@MMK_R_e" = 5; -"@MMK_R_eightsuperior" = 59; -"@MMK_R_ellipsis" = -52; -"@MMK_R_exclam" = 61; -"@MMK_R_fivesuperior" = 46; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = 7; -"@MMK_R_hyphen" = 11; -"@MMK_R_hyphen.case" = 11; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 49; -"@MMK_R_onesuperior" = 51; -"@MMK_R_parenright" = 81; -"@MMK_R_parenright.case" = 82; -"@MMK_R_period" = -27; -"@MMK_R_period.ss01" = -48; -"@MMK_R_question" = 33; -"@MMK_R_question.ss01" = 18; -"@MMK_R_quotedbl" = 59; -"@MMK_R_quotedblright" = 66; -"@MMK_R_quoteright" = 66; -"@MMK_R_quoteright.ss01" = 47; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 74; -"@MMK_R_sixsuperior" = 46; -"@MMK_R_slash" = -33; -"@MMK_R_threesuperior" = 48; -"@MMK_R_twosuperior" = 51; -"@MMK_R_u" = 4; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -150; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 37; -"@MMK_R_J" = -122; -"@MMK_R_O" = -24; -"@MMK_R_S" = -5; -"@MMK_R_T" = 12; -"@MMK_R_U" = 15; -"@MMK_R_V" = 39; -"@MMK_R_W" = 40; -"@MMK_R_X" = 18; -"@MMK_R_Y" = 37; -"@MMK_R_Z" = 23; -"@MMK_R_a" = -69; -"@MMK_R_a.ss04" = -62; -"@MMK_R_asciicircum" = -58; -"@MMK_R_asterisk" = 24; -"@MMK_R_braceright" = -8; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = -30; -"@MMK_R_colon.ss01" = -46; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -69; -"@MMK_R_egrave" = -64; -"@MMK_R_eightsuperior" = 6; -"@MMK_R_ellipsis" = -183; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = -19; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -94; -"@MMK_R_foursuperior" = -31; -"@MMK_R_g" = -66; -"@MMK_R_g.ss05" = -65; -"@MMK_R_guillemetleft" = -66; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = -79; -"@MMK_R_hyphen.case" = -55; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 48; -"@MMK_R_igrave" = 59; -"@MMK_R_imacron" = 104; -"@MMK_R_itilde" = 83; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 52; -"@MMK_R_lslash" = -6; -"@MMK_R_n" = -48; -"@MMK_R_ninesuperior" = 12; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 7; -"@MMK_R_oslash" = -69; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 12; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 27; -"@MMK_R_quotedblleft" = 13; -"@MMK_R_quotedblleft.ss01" = 9; -"@MMK_R_quotedblright" = 21; -"@MMK_R_quoteright" = 21; -"@MMK_R_quoteright.ss01" = 6; -"@MMK_R_s" = -59; -"@MMK_R_semicolon" = -30; -"@MMK_R_sevensuperior" = 14; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -163; -"@MMK_R_t" = -19; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -41; -"@MMK_R_underscore" = -154; -"@MMK_R_v" = -24; -"@MMK_R_w" = -22; -"@MMK_R_x" = -26; -"@MMK_R_y" = -20; -"@MMK_R_z" = -37; -"@MMK_R_zero" = -23; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -102; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 40; -"@MMK_R_J" = -98; -"@MMK_R_O" = -12; -"@MMK_R_S" = 0; -"@MMK_R_T" = 43; -"@MMK_R_U" = 13; -"@MMK_R_V" = 40; -"@MMK_R_W" = 41; -"@MMK_R_X" = 20; -"@MMK_R_Y" = 39; -"@MMK_R_Z" = 25; -"@MMK_R_a" = -48; -"@MMK_R_a.ss04" = -43; -"@MMK_R_asciicircum" = -49; -"@MMK_R_asterisk" = 32; -"@MMK_R_braceright" = -9; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = -17; -"@MMK_R_colon.ss01" = -26; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -48; -"@MMK_R_egrave" = -42; -"@MMK_R_eightsuperior" = 6; -"@MMK_R_ellipsis" = -118; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = -2; -"@MMK_R_fivesuperior" = 2; -"@MMK_R_four" = -58; -"@MMK_R_foursuperior" = -16; -"@MMK_R_g" = -45; -"@MMK_R_g.ss05" = -48; -"@MMK_R_guillemetleft" = -50; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = -55; -"@MMK_R_hyphen.case" = -33; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 64; -"@MMK_R_igrave" = 60; -"@MMK_R_imacron" = 114; -"@MMK_R_itilde" = 90; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 51; -"@MMK_R_lslash" = -10; -"@MMK_R_n" = -33; -"@MMK_R_ninesuperior" = 14; -"@MMK_R_one" = 16; -"@MMK_R_onesuperior" = 20; -"@MMK_R_oslash" = -47; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 19; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 28; -"@MMK_R_quotedblleft" = 12; -"@MMK_R_quotedblleft.ss01" = 13; -"@MMK_R_quotedblright" = 26; -"@MMK_R_quoteright" = 26; -"@MMK_R_quoteright.ss01" = 11; -"@MMK_R_s" = -40; -"@MMK_R_semicolon" = -15; -"@MMK_R_sevensuperior" = 18; -"@MMK_R_sixsuperior" = 3; -"@MMK_R_slash" = -105; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = 8; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 11; -"@MMK_R_u" = -21; -"@MMK_R_underscore" = -103; -"@MMK_R_v" = -9; -"@MMK_R_w" = -11; -"@MMK_R_x" = -15; -"@MMK_R_y" = -8; -"@MMK_R_z" = -20; -"@MMK_R_zero" = -10; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 35; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 45; -"@MMK_R_J" = 37; -"@MMK_R_O" = -37; -"@MMK_R_S" = -13; -"@MMK_R_T" = 15; -"@MMK_R_U" = 0; -"@MMK_R_V" = 18; -"@MMK_R_W" = 20; -"@MMK_R_X" = 38; -"@MMK_R_Y" = 18; -"@MMK_R_Z" = 40; -"@MMK_R_a" = -48; -"@MMK_R_a.ss04" = -17; -"@MMK_R_asciicircum" = -78; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 22; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -51; -"@MMK_R_egrave" = -47; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 4; -"@MMK_R_f" = -23; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = -53; -"@MMK_R_foursuperior" = -63; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 15; -"@MMK_R_guillemetleft" = -31; -"@MMK_R_guillemetright" = 19; -"@MMK_R_hyphen" = -72; -"@MMK_R_hyphen.case" = -96; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 28; -"@MMK_R_igrave" = 47; -"@MMK_R_imacron" = 87; -"@MMK_R_itilde" = 64; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 42; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = -12; -"@MMK_R_onesuperior" = -2; -"@MMK_R_parenright" = -7; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 8; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = -5; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = -23; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = 22; -"@MMK_R_t" = -41; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -13; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = -42; -"@MMK_R_underscore" = 17; -"@MMK_R_v" = -51; -"@MMK_R_w" = -52; -"@MMK_R_x" = 14; -"@MMK_R_y" = -48; -"@MMK_R_z" = 9; -"@MMK_R_zero" = -34; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -146; -"@MMK_R_I.ss02" = 22; -"@MMK_R_J" = -121; -"@MMK_R_O" = -31; -"@MMK_R_S" = -7; -"@MMK_R_T" = 11; -"@MMK_R_U" = 9; -"@MMK_R_V" = 37; -"@MMK_R_W" = 40; -"@MMK_R_X" = 18; -"@MMK_R_Y" = 35; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -89; -"@MMK_R_a.ss04" = -79; -"@MMK_R_asciicircum" = -65; -"@MMK_R_asterisk" = 18; -"@MMK_R_braceright" = -8; -"@MMK_R_bracketright" = -8; -"@MMK_R_colon" = -44; -"@MMK_R_colon.ss01" = -55; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -89; -"@MMK_R_egrave" = -55; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -180; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -32; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -138; -"@MMK_R_foursuperior" = -47; -"@MMK_R_g" = -86; -"@MMK_R_g.ss05" = -84; -"@MMK_R_guillemetleft" = -75; -"@MMK_R_guillemetright" = -36; -"@MMK_R_hyphen" = -124; -"@MMK_R_hyphen.case" = -78; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 33; -"@MMK_R_igrave" = 56; -"@MMK_R_imacron" = 92; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 54; -"@MMK_R_n" = -61; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 5; -"@MMK_R_oslash" = -89; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 8; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 16; -"@MMK_R_quotedblleft" = 11; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 17; -"@MMK_R_quoteright" = 17; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -75; -"@MMK_R_semicolon" = -44; -"@MMK_R_sevensuperior" = 8; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -135; -"@MMK_R_t" = -34; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -55; -"@MMK_R_underscore" = -141; -"@MMK_R_v" = -37; -"@MMK_R_w" = -39; -"@MMK_R_x" = -43; -"@MMK_R_y" = -36; -"@MMK_R_z" = -46; -"@MMK_R_zero" = -29; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 48; -"@MMK_R_J" = 8; -"@MMK_R_O" = -29; -"@MMK_R_S" = -6; -"@MMK_R_T" = 6; -"@MMK_R_U" = 0; -"@MMK_R_V" = 30; -"@MMK_R_W" = 28; -"@MMK_R_X" = 38; -"@MMK_R_Y" = 27; -"@MMK_R_Z" = 42; -"@MMK_R_a" = -39; -"@MMK_R_a.ss04" = -23; -"@MMK_R_asciicircum" = -65; -"@MMK_R_asterisk" = 15; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -43; -"@MMK_R_egrave" = -40; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = -28; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = -114; -"@MMK_R_foursuperior" = -50; -"@MMK_R_g" = -7; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -132; -"@MMK_R_hyphen.case" = -85; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 44; -"@MMK_R_igrave" = 50; -"@MMK_R_imacron" = 94; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 40; -"@MMK_R_lslash" = -12; -"@MMK_R_n" = -12; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -7; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = 8; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 11; -"@MMK_R_quotedblleft" = 9; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -23; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 2; -"@MMK_R_t" = -34; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -7; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -33; -"@MMK_R_underscore" = 7; -"@MMK_R_v" = -41; -"@MMK_R_w" = -40; -"@MMK_R_x" = 9; -"@MMK_R_y" = -39; -"@MMK_R_z" = 9; -"@MMK_R_zero" = -26; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = -8; -"@MMK_R_O" = 4; -"@MMK_R_S" = -2; -"@MMK_R_T" = -127; -"@MMK_R_U" = -3; -"@MMK_R_V" = -59; -"@MMK_R_W" = -41; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -74; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -54; -"@MMK_R_asterisk" = -6; -"@MMK_R_braceright" = -80; -"@MMK_R_bracketright" = -82; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = -4; -"@MMK_R_fivesuperior" = -19; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -12; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_lslash" = 4; -"@MMK_R_ninesuperior" = -22; -"@MMK_R_one" = -36; -"@MMK_R_onesuperior" = -51; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -49; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = -19; -"@MMK_R_question.ss01" = -33; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -35; -"@MMK_R_quotedblleft.ss01" = -40; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -26; -"@MMK_R_quoteright.ss01" = -34; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -65; -"@MMK_R_sixsuperior" = -18; -"@MMK_R_slash" = -2; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -78; -"@MMK_R_twosuperior" = -10; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 13; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 7; -"@MMK_R_O" = -20; -"@MMK_R_S" = -21; -"@MMK_R_T" = -98; -"@MMK_R_U" = -28; -"@MMK_R_V" = -107; -"@MMK_R_W" = -81; -"@MMK_R_X" = 10; -"@MMK_R_Y" = -135; -"@MMK_R_Z" = 8; -"@MMK_R_a" = -18; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asciicircum" = -98; -"@MMK_R_asterisk" = -60; -"@MMK_R_braceright" = -75; -"@MMK_R_bracketright" = -76; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = 13; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -17; -"@MMK_R_egrave" = -17; -"@MMK_R_eightsuperior" = -45; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = -23; -"@MMK_R_fivesuperior" = -53; -"@MMK_R_four" = -19; -"@MMK_R_foursuperior" = -49; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 22; -"@MMK_R_guillemetleft" = -15; -"@MMK_R_guillemetright" = 14; -"@MMK_R_hyphen" = -17; -"@MMK_R_imacron" = 3; -"@MMK_R_j" = 2; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -8; -"@MMK_R_ninesuperior" = -53; -"@MMK_R_one" = -62; -"@MMK_R_onesuperior" = -76; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -35; -"@MMK_R_period" = 13; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = -72; -"@MMK_R_question.ss01" = -83; -"@MMK_R_quotedbl" = -65; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -88; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = -12; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = -82; -"@MMK_R_sixsuperior" = -60; -"@MMK_R_slash" = 21; -"@MMK_R_t" = -38; -"@MMK_R_threesuperior" = -48; -"@MMK_R_trademark" = -112; -"@MMK_R_twosuperior" = -31; -"@MMK_R_u" = -20; -"@MMK_R_underscore" = 18; -"@MMK_R_v" = -48; -"@MMK_R_w" = -36; -"@MMK_R_x" = 11; -"@MMK_R_y" = -49; -"@MMK_R_z" = 8; -"@MMK_R_zero" = -21; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -8; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -27; -"@MMK_R_S" = -39; -"@MMK_R_T" = -148; -"@MMK_R_U" = -34; -"@MMK_R_V" = -120; -"@MMK_R_W" = -86; -"@MMK_R_Y" = -155; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -21; -"@MMK_R_e" = -25; -"@MMK_R_egrave" = -25; -"@MMK_R_f" = -42; -"@MMK_R_g" = -8; -"@MMK_R_i" = -9; -"@MMK_R_j" = -5; -"@MMK_R_l" = -9; -"@MMK_R_n" = -9; -"@MMK_R_s" = -23; -"@MMK_R_t" = -57; -"@MMK_R_u" = -32; -"@MMK_R_z" = 0; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -125; -"@MMK_R_H" = -45; -"@MMK_R_I.ss02" = -87; -"@MMK_R_J" = -180; -"@MMK_R_O" = -28; -"@MMK_R_S" = -45; -"@MMK_R_T" = -94; -"@MMK_R_U" = -40; -"@MMK_R_V" = -80; -"@MMK_R_W" = -64; -"@MMK_R_Y" = -94; -"@MMK_R_Z" = -105; -"@MMK_R_a" = -50; -"@MMK_R_a.ss04" = -45; -"@MMK_R_e" = -49; -"@MMK_R_f" = -28; -"@MMK_R_g" = -48; -"@MMK_R_i" = -45; -"@MMK_R_j" = -45; -"@MMK_R_l" = -45; -"@MMK_R_n" = -49; -"@MMK_R_s" = -44; -"@MMK_R_t" = -30; -"@MMK_R_u" = -40; -"@MMK_R_z" = -38; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -150; -"@MMK_R_H" = -96; -"@MMK_R_I.ss02" = -212; -"@MMK_R_J" = -193; -"@MMK_R_O" = -76; -"@MMK_R_S" = -98; -"@MMK_R_T" = -233; -"@MMK_R_U" = -88; -"@MMK_R_V" = -165; -"@MMK_R_W" = -134; -"@MMK_R_Y" = -193; -"@MMK_R_Z" = -175; -"@MMK_R_a" = -82; -"@MMK_R_a.ss04" = -84; -"@MMK_R_e" = -81; -"@MMK_R_egrave" = -81; -"@MMK_R_f" = -94; -"@MMK_R_g" = -80; -"@MMK_R_i" = -84; -"@MMK_R_j" = -84; -"@MMK_R_l" = -84; -"@MMK_R_n" = -97; -"@MMK_R_s" = -87; -"@MMK_R_t" = -94; -"@MMK_R_u" = -88; -"@MMK_R_z" = -104; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -84; -"@MMK_R_H" = 9; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -119; -"@MMK_R_O" = 21; -"@MMK_R_S" = 27; -"@MMK_R_T" = 0; -"@MMK_R_U" = 21; -"@MMK_R_V" = 9; -"@MMK_R_W" = 23; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -20; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asterisk" = 29; -"@MMK_R_bracketright" = -29; -"@MMK_R_colon" = 13; -"@MMK_R_colon.ss01" = 6; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -20; -"@MMK_R_eight" = 22; -"@MMK_R_f" = 25; -"@MMK_R_five" = 14; -"@MMK_R_four" = -69; -"@MMK_R_g" = -17; -"@MMK_R_guillemetleft" = -49; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -106; -"@MMK_R_hyphen.case" = -58; -"@MMK_R_i" = 9; -"@MMK_R_j" = 9; -"@MMK_R_l" = 15; -"@MMK_R_n" = -2; -"@MMK_R_nine" = 40; -"@MMK_R_one" = 30; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -25; -"@MMK_R_parenright.case" = -24; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_pi" = 25; -"@MMK_R_question" = 34; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 33; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 28; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 13; -"@MMK_R_seven" = 50; -"@MMK_R_slash" = -106; -"@MMK_R_t" = 25; -"@MMK_R_three" = 34; -"@MMK_R_two" = 37; -"@MMK_R_u" = 0; -"@MMK_R_v" = 38; -"@MMK_R_w" = 36; -"@MMK_R_x" = 21; -"@MMK_R_y" = 39; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 20; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = -71; -"@MMK_R_H" = -9; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -71; -"@MMK_R_O" = -61; -"@MMK_R_S" = -36; -"@MMK_R_T" = -4; -"@MMK_R_U" = -16; -"@MMK_R_V" = -3; -"@MMK_R_W" = -3; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -3; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -88; -"@MMK_R_a.ss04" = -89; -"@MMK_R_asterisk" = -18; -"@MMK_R_bracketright" = 28; -"@MMK_R_colon" = -71; -"@MMK_R_colon.ss01" = -69; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_degree" = -44; -"@MMK_R_e" = -87; -"@MMK_R_egrave" = -76; -"@MMK_R_eight" = -40; -"@MMK_R_ellipsis" = -90; -"@MMK_R_f" = -52; -"@MMK_R_five" = -24; -"@MMK_R_four" = -82; -"@MMK_R_g" = -40; -"@MMK_R_guillemetleft" = -86; -"@MMK_R_guillemetright" = -69; -"@MMK_R_hyphen" = -81; -"@MMK_R_i" = -29; -"@MMK_R_icircumflex" = -3; -"@MMK_R_j" = 77; -"@MMK_R_l" = -6; -"@MMK_R_lslash" = -27; -"@MMK_R_n" = -84; -"@MMK_R_nine" = -40; -"@MMK_R_one" = -71; -"@MMK_R_parenleft" = -46; -"@MMK_R_percent" = -29; -"@MMK_R_period" = -70; -"@MMK_R_period.ss01" = -69; -"@MMK_R_pi" = -80; -"@MMK_R_plus" = -95; -"@MMK_R_question" = -20; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -28; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = -87; -"@MMK_R_semicolon" = -6; -"@MMK_R_seven" = -6; -"@MMK_R_slash" = -21; -"@MMK_R_t" = -56; -"@MMK_R_three" = -43; -"@MMK_R_two" = -39; -"@MMK_R_u" = -79; -"@MMK_R_v" = -82; -"@MMK_R_w" = -83; -"@MMK_R_x" = -76; -"@MMK_R_y" = -11; -"@MMK_R_z" = -76; -"@MMK_R_zero" = -59; -}; -"@MMK_L_c" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = -19; -"@MMK_R_J" = -17; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -141; -"@MMK_R_U" = -3; -"@MMK_R_V" = -81; -"@MMK_R_W" = -58; -"@MMK_R_X" = -11; -"@MMK_R_Y" = -115; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 2; -"@MMK_R_a.ss04" = 17; -"@MMK_R_asciicircum" = -70; -"@MMK_R_asterisk" = -41; -"@MMK_R_braceright" = -84; -"@MMK_R_bracketright" = -87; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 3; -"@MMK_R_eightsuperior" = -22; -"@MMK_R_ellipsis" = -31; -"@MMK_R_exclam" = -3; -"@MMK_R_f" = -20; -"@MMK_R_fivesuperior" = -29; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = -32; -"@MMK_R_g" = 3; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -27; -"@MMK_R_one" = -66; -"@MMK_R_onesuperior" = -47; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = -66; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = -66; -"@MMK_R_question.ss01" = -73; -"@MMK_R_quotedbl" = -46; -"@MMK_R_quotedblleft" = -73; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -73; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = 19; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -59; -"@MMK_R_sixsuperior" = -34; -"@MMK_R_slash" = -7; -"@MMK_R_t" = -23; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -84; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -10; -"@MMK_R_v" = -21; -"@MMK_R_w" = -12; -"@MMK_R_x" = -11; -"@MMK_R_y" = -22; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 0; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 15; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -72; -"@MMK_R_U" = 0; -"@MMK_R_V" = -43; -"@MMK_R_W" = -26; -"@MMK_R_X" = 16; -"@MMK_R_Y" = -59; -"@MMK_R_Z" = 11; -"@MMK_R_a" = -13; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -65; -"@MMK_R_e" = -15; -"@MMK_R_eight" = -3; -"@MMK_R_f" = 9; -"@MMK_R_five" = 0; -"@MMK_R_four" = -63; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 15; -"@MMK_R_hyphen" = -72; -"@MMK_R_hyphen.case" = -25; -"@MMK_R_i" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -17; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -37; -"@MMK_R_parenright.case" = -7; -"@MMK_R_pi" = 19; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = -28; -"@MMK_R_quotedblright" = -20; -"@MMK_R_quoteright" = -20; -"@MMK_R_s" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_t" = 4; -"@MMK_R_three" = 0; -"@MMK_R_two" = 15; -"@MMK_R_u" = 0; -"@MMK_R_v" = 8; -"@MMK_R_w" = 12; -"@MMK_R_x" = 34; -"@MMK_R_y" = 11; -"@MMK_R_z" = 40; -"@MMK_R_zero" = 0; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -74; -"@MMK_R_bracketright" = -6; -"@MMK_R_eight" = -31; -"@MMK_R_five" = -46; -"@MMK_R_four" = -74; -"@MMK_R_guillemetleft" = -40; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -74; -"@MMK_R_hyphen.case" = -74; -"@MMK_R_nine" = -43; -"@MMK_R_one" = -65; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 11; -"@MMK_R_quotedbl" = -74; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblright" = -74; -"@MMK_R_quoteright" = -74; -"@MMK_R_seven" = -74; -"@MMK_R_three" = -39; -"@MMK_R_two" = 2; -"@MMK_R_zero" = -68; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 155; -"@MMK_R_O" = 109; -"@MMK_R_a" = 0; -"@MMK_R_bracketright" = 88; -"@MMK_R_colon" = 77; -"@MMK_R_colon.ss01" = 40; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -25; -"@MMK_R_e" = 0; -"@MMK_R_eightsuperior" = 142; -"@MMK_R_ellipsis" = -28; -"@MMK_R_exclam" = 165; -"@MMK_R_fivesuperior" = 156; -"@MMK_R_foursuperior" = 84; -"@MMK_R_guillemetleft" = 47; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 110; -"@MMK_R_j" = 109; -"@MMK_R_l" = 111; -"@MMK_R_l.ss02" = 116; -"@MMK_R_l.ss03" = 114; -"@MMK_R_n" = 36; -"@MMK_R_ninesuperior" = 153; -"@MMK_R_onesuperior" = 154; -"@MMK_R_parenright" = 125; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_question" = 175; -"@MMK_R_question.ss01" = 140; -"@MMK_R_quotedbl" = 187; -"@MMK_R_quotedblleft" = 167; -"@MMK_R_quotedblleft.ss01" = 158; -"@MMK_R_s" = 9; -"@MMK_R_semicolon" = 77; -"@MMK_R_sevensuperior" = 159; -"@MMK_R_sixsuperior" = 156; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 61; -"@MMK_R_threesuperior" = 133; -"@MMK_R_twosuperior" = 137; -"@MMK_R_u" = 48; -"@MMK_R_v" = 58; -"@MMK_R_w" = 62; -"@MMK_R_y" = 59; -"@MMK_R_z" = 65; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -124; -"@MMK_R_H" = -19; -"@MMK_R_I.ss02" = -38; -"@MMK_R_J" = -148; -"@MMK_R_O" = -9; -"@MMK_R_S" = -6; -"@MMK_R_T" = -38; -"@MMK_R_U" = -11; -"@MMK_R_V" = -24; -"@MMK_R_W" = -16; -"@MMK_R_Y" = -31; -"@MMK_R_Z" = -47; -"@MMK_R_a" = -51; -"@MMK_R_a.ss04" = -41; -"@MMK_R_asterisk" = 16; -"@MMK_R_bracketright" = -65; -"@MMK_R_colon" = -8; -"@MMK_R_colon.ss01" = -29; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -50; -"@MMK_R_eight" = -12; -"@MMK_R_f" = -2; -"@MMK_R_five" = -17; -"@MMK_R_four" = -98; -"@MMK_R_g" = -47; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -111; -"@MMK_R_hyphen.case" = -51; -"@MMK_R_i" = -25; -"@MMK_R_j" = -26; -"@MMK_R_l" = -18; -"@MMK_R_n" = -30; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -8; -"@MMK_R_parenright" = -66; -"@MMK_R_parenright.case" = -65; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 3; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -8; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = -34; -"@MMK_R_semicolon" = -8; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -139; -"@MMK_R_t" = -9; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -24; -"@MMK_R_z" = -23; -"@MMK_R_zero" = -7; -}; -"@MMK_L_e" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -21; -"@MMK_R_J" = -20; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -145; -"@MMK_R_U" = 0; -"@MMK_R_V" = -87; -"@MMK_R_W" = -60; -"@MMK_R_X" = -13; -"@MMK_R_Y" = -123; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asciicircum" = -79; -"@MMK_R_asterisk" = -48; -"@MMK_R_braceright" = -86; -"@MMK_R_bracketright" = -90; -"@MMK_R_colon" = -7; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = -25; -"@MMK_R_ellipsis" = -33; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -23; -"@MMK_R_fivesuperior" = -34; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -39; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 24; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = 12; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 20; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -36; -"@MMK_R_one" = -69; -"@MMK_R_onesuperior" = -52; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -69; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -30; -"@MMK_R_question" = -72; -"@MMK_R_question.ss01" = -79; -"@MMK_R_quotedbl" = -54; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -80; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = -62; -"@MMK_R_sixsuperior" = -42; -"@MMK_R_slash" = -13; -"@MMK_R_t" = -25; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -89; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -12; -"@MMK_R_v" = -26; -"@MMK_R_w" = -16; -"@MMK_R_x" = -13; -"@MMK_R_y" = -27; -"@MMK_R_z" = -6; -"@MMK_R_zero" = 0; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -11; -"@MMK_R_J" = -18; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -82; -"@MMK_R_U" = 0; -"@MMK_R_V" = -77; -"@MMK_R_W" = -59; -"@MMK_R_X" = -11; -"@MMK_R_Y" = -83; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asterisk" = -46; -"@MMK_R_bracketright" = -90; -"@MMK_R_colon" = -7; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -32; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = -25; -"@MMK_R_ellipsis" = -33; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -22; -"@MMK_R_fivesuperior" = -32; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -34; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 24; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = 12; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 24; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 20; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -33; -"@MMK_R_one" = -63; -"@MMK_R_onesuperior" = -52; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -67; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -30; -"@MMK_R_question" = -62; -"@MMK_R_question.ss01" = -74; -"@MMK_R_quotedbl" = -53; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -68; -"@MMK_R_quoteright" = -68; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = -3; -"@MMK_R_sevensuperior" = -60; -"@MMK_R_sixsuperior" = -42; -"@MMK_R_slash" = -13; -"@MMK_R_t" = -25; -"@MMK_R_threesuperior" = -27; -"@MMK_R_twosuperior" = -8; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -12; -"@MMK_R_v" = -26; -"@MMK_R_w" = -16; -"@MMK_R_x" = -13; -"@MMK_R_y" = -27; -"@MMK_R_z" = -6; -"@MMK_R_zero" = 0; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 9; -"@MMK_R_S" = 17; -"@MMK_R_T" = -36; -"@MMK_R_U" = 0; -"@MMK_R_V" = -26; -"@MMK_R_W" = -16; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -39; -"@MMK_R_Z" = 6; -"@MMK_R_a" = 4; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asterisk" = 9; -"@MMK_R_bracketright" = -66; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_degree" = -21; -"@MMK_R_e" = 4; -"@MMK_R_egrave" = 4; -"@MMK_R_eight" = 19; -"@MMK_R_ellipsis" = -28; -"@MMK_R_f" = 15; -"@MMK_R_five" = 7; -"@MMK_R_four" = 20; -"@MMK_R_g" = 3; -"@MMK_R_guillemetleft" = 4; -"@MMK_R_guillemetright" = 14; -"@MMK_R_hyphen" = 5; -"@MMK_R_hyphen.case" = -6; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 58; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 18; -"@MMK_R_one" = 2; -"@MMK_R_parenleft" = 11; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -32; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -24; -"@MMK_R_pi" = 20; -"@MMK_R_plus" = -3; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_s" = 18; -"@MMK_R_semicolon" = 6; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = -8; -"@MMK_R_t" = 12; -"@MMK_R_three" = 15; -"@MMK_R_two" = 15; -"@MMK_R_u" = 7; -"@MMK_R_v" = 0; -"@MMK_R_w" = 6; -"@MMK_R_x" = 7; -"@MMK_R_y" = 0; -"@MMK_R_z" = 5; -"@MMK_R_zero" = 9; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -29; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = -3; -"@MMK_R_O" = -92; -"@MMK_R_S" = -58; -"@MMK_R_T" = -159; -"@MMK_R_U" = -76; -"@MMK_R_V" = -210; -"@MMK_R_W" = -127; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -173; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -63; -"@MMK_R_a.ss04" = -43; -"@MMK_R_asterisk" = -141; -"@MMK_R_bracketright" = -86; -"@MMK_R_colon" = 0; -"@MMK_R_comma" = 12; -"@MMK_R_e" = -65; -"@MMK_R_egrave" = -65; -"@MMK_R_eight" = -53; -"@MMK_R_ellipsis" = -17; -"@MMK_R_f" = -56; -"@MMK_R_five" = -64; -"@MMK_R_four" = -104; -"@MMK_R_g" = -32; -"@MMK_R_guillemetleft" = -49; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = -133; -"@MMK_R_hyphen.case" = -233; -"@MMK_R_i" = -29; -"@MMK_R_j" = -26; -"@MMK_R_l" = -29; -"@MMK_R_n" = -29; -"@MMK_R_nine" = -62; -"@MMK_R_one" = -83; -"@MMK_R_parenleft" = -47; -"@MMK_R_parenright" = -58; -"@MMK_R_parenright.case" = -30; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -48; -"@MMK_R_question" = -102; -"@MMK_R_quotedbl" = -147; -"@MMK_R_quotedblleft" = -138; -"@MMK_R_quotedblright" = -138; -"@MMK_R_quoteright" = -74; -"@MMK_R_s" = -44; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -98; -"@MMK_R_slash" = -5; -"@MMK_R_t" = -68; -"@MMK_R_three" = -59; -"@MMK_R_two" = -21; -"@MMK_R_u" = -59; -"@MMK_R_v" = -124; -"@MMK_R_w" = -87; -"@MMK_R_x" = -2; -"@MMK_R_y" = -87; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -79; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -37; -"@MMK_R_H" = 12; -"@MMK_R_I.ss02" = 30; -"@MMK_R_J" = -42; -"@MMK_R_O" = 20; -"@MMK_R_S" = 12; -"@MMK_R_T" = 29; -"@MMK_R_U" = 24; -"@MMK_R_V" = 43; -"@MMK_R_W" = 42; -"@MMK_R_X" = 21; -"@MMK_R_Y" = 34; -"@MMK_R_Z" = 20; -"@MMK_R_a" = -6; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = 46; -"@MMK_R_braceright" = -5; -"@MMK_R_bracketright" = -5; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -38; -"@MMK_R_comma.ss01" = -62; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -5; -"@MMK_R_eightsuperior" = 29; -"@MMK_R_ellipsis" = -62; -"@MMK_R_exclam" = 22; -"@MMK_R_f" = 20; -"@MMK_R_fivesuperior" = 11; -"@MMK_R_four" = -40; -"@MMK_R_foursuperior" = 13; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = 38; -"@MMK_R_hyphen" = -43; -"@MMK_R_icircumflex" = 20; -"@MMK_R_igrave" = 53; -"@MMK_R_imacron" = 30; -"@MMK_R_itilde" = 57; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 3; -"@MMK_R_l.ss03" = 52; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 22; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 24; -"@MMK_R_oslash" = -5; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = -43; -"@MMK_R_period.ss01" = -62; -"@MMK_R_question" = 25; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 33; -"@MMK_R_quotedblleft" = 15; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 33; -"@MMK_R_quoteright" = 33; -"@MMK_R_quoteright.ss01" = 7; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = 13; -"@MMK_R_sixsuperior" = 19; -"@MMK_R_slash" = -40; -"@MMK_R_t" = 15; -"@MMK_R_threesuperior" = 11; -"@MMK_R_trademark" = 4; -"@MMK_R_twosuperior" = 11; -"@MMK_R_u" = 9; -"@MMK_R_underscore" = -43; -"@MMK_R_v" = 22; -"@MMK_R_w" = 26; -"@MMK_R_x" = 12; -"@MMK_R_y" = 23; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 18; -}; -"@MMK_L_five" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 8; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 27; -"@MMK_R_T" = -16; -"@MMK_R_U" = 0; -"@MMK_R_V" = 0; -"@MMK_R_W" = 2; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 3; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 18; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = -10; -"@MMK_R_colon.ss01" = -23; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -25; -"@MMK_R_degree" = -39; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eight" = 25; -"@MMK_R_ellipsis" = -31; -"@MMK_R_f" = -25; -"@MMK_R_five" = 17; -"@MMK_R_four" = 32; -"@MMK_R_g" = 13; -"@MMK_R_guillemetleft" = 19; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = 26; -"@MMK_R_hyphen.case" = -11; -"@MMK_R_i" = 7; -"@MMK_R_icircumflex" = 20; -"@MMK_R_j" = 7; -"@MMK_R_l" = 6; -"@MMK_R_n" = 3; -"@MMK_R_nine" = 6; -"@MMK_R_one" = -17; -"@MMK_R_parenleft" = 14; -"@MMK_R_parenright" = -18; -"@MMK_R_parenright.case" = -17; -"@MMK_R_percent" = -15; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -27; -"@MMK_R_pi" = -17; -"@MMK_R_plus" = -12; -"@MMK_R_question" = -8; -"@MMK_R_quotedbl" = -11; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -27; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -9; -"@MMK_R_quoteright.ss01" = -25; -"@MMK_R_s" = 15; -"@MMK_R_semicolon" = -4; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -10; -"@MMK_R_t" = -32; -"@MMK_R_three" = 17; -"@MMK_R_two" = -6; -"@MMK_R_u" = 7; -"@MMK_R_v" = -41; -"@MMK_R_w" = -24; -"@MMK_R_x" = -10; -"@MMK_R_y" = -43; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 0; -}; -"@MMK_L_four" = { -"@MMK_R_A" = -12; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -53; -"@MMK_R_J" = -51; -"@MMK_R_O" = -2; -"@MMK_R_S" = 38; -"@MMK_R_T" = -54; -"@MMK_R_U" = 2; -"@MMK_R_V" = -53; -"@MMK_R_W" = -49; -"@MMK_R_X" = -33; -"@MMK_R_Y" = -54; -"@MMK_R_Z" = -28; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -46; -"@MMK_R_bracketright" = -68; -"@MMK_R_colon" = -58; -"@MMK_R_colon.ss01" = -64; -"@MMK_R_comma" = -52; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_degree" = -77; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = 36; -"@MMK_R_ellipsis" = -72; -"@MMK_R_f" = -27; -"@MMK_R_five" = 27; -"@MMK_R_four" = 16; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 17; -"@MMK_R_guillemetright" = -14; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -35; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 0; -"@MMK_R_n" = -2; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -51; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -64; -"@MMK_R_parenright.case" = -50; -"@MMK_R_percent" = -57; -"@MMK_R_period" = -56; -"@MMK_R_period.ss01" = -69; -"@MMK_R_pi" = -20; -"@MMK_R_plus" = -34; -"@MMK_R_question" = -52; -"@MMK_R_quotedbl" = -59; -"@MMK_R_quotedblleft" = -59; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -56; -"@MMK_R_quoteright" = -56; -"@MMK_R_quoteright.ss01" = -65; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -54; -"@MMK_R_seven" = -53; -"@MMK_R_slash" = -26; -"@MMK_R_t" = -31; -"@MMK_R_three" = 28; -"@MMK_R_two" = -26; -"@MMK_R_u" = 0; -"@MMK_R_v" = -50; -"@MMK_R_w" = -30; -"@MMK_R_x" = -39; -"@MMK_R_y" = -48; -"@MMK_R_z" = -33; -"@MMK_R_zero" = -2; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -50; -"@MMK_R_zero.dnom" = 0; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -4; -"@MMK_R_O" = 6; -"@MMK_R_S" = 0; -"@MMK_R_T" = -127; -"@MMK_R_U" = -2; -"@MMK_R_V" = -56; -"@MMK_R_W" = -40; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -73; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -53; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -27; -"@MMK_R_bracketright" = -27; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 2; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -26; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = 2; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 22; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 4; -"@MMK_R_ninesuperior" = -22; -"@MMK_R_one" = -35; -"@MMK_R_onesuperior" = -50; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -17; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -26; -"@MMK_R_question" = -17; -"@MMK_R_question.ss01" = -37; -"@MMK_R_quotedbl" = -18; -"@MMK_R_quotedblleft" = -34; -"@MMK_R_quotedblleft.ss01" = -39; -"@MMK_R_quotedblright" = -24; -"@MMK_R_quoteright" = -24; -"@MMK_R_quoteright.ss01" = -33; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -65; -"@MMK_R_sixsuperior" = -17; -"@MMK_R_slash" = 16; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -77; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 2; -"@MMK_R_underscore" = 3; -"@MMK_R_v" = 0; -"@MMK_R_w" = 3; -"@MMK_R_x" = 3; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 23; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = 19; -"@MMK_R_O" = -4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -57; -"@MMK_R_U" = -2; -"@MMK_R_V" = -25; -"@MMK_R_W" = -17; -"@MMK_R_X" = 23; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = 23; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = -9; -"@MMK_R_asciicircum" = -55; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 28; -"@MMK_R_comma" = 48; -"@MMK_R_comma.ss01" = 27; -"@MMK_R_e" = -16; -"@MMK_R_egrave" = -16; -"@MMK_R_eightsuperior" = -23; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = -26; -"@MMK_R_foursuperior" = -26; -"@MMK_R_g.ss05" = 29; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = 30; -"@MMK_R_hyphen" = -21; -"@MMK_R_icircumflex" = 39; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 54; -"@MMK_R_itilde" = 47; -"@MMK_R_j" = 55; -"@MMK_R_l.ss02" = -5; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -7; -"@MMK_R_ninesuperior" = -13; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -25; -"@MMK_R_oslash" = 7; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 40; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -24; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -20; -"@MMK_R_s" = -12; -"@MMK_R_semicolon" = 47; -"@MMK_R_sevensuperior" = -27; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = 66; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -21; -"@MMK_R_trademark" = -55; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = -9; -"@MMK_R_underscore" = 55; -"@MMK_R_v" = -13; -"@MMK_R_w" = -5; -"@MMK_R_x" = 21; -"@MMK_R_y" = 0; -"@MMK_R_z" = 17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 27; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 19; -"@MMK_R_J" = 15; -"@MMK_R_O" = 7; -"@MMK_R_S" = 0; -"@MMK_R_T" = -117; -"@MMK_R_U" = 0; -"@MMK_R_V" = -41; -"@MMK_R_W" = -24; -"@MMK_R_X" = 22; -"@MMK_R_Y" = -59; -"@MMK_R_Z" = 26; -"@MMK_R_a" = -13; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asterisk" = -14; -"@MMK_R_bracketright" = -70; -"@MMK_R_colon" = 15; -"@MMK_R_colon.ss01" = 17; -"@MMK_R_comma" = 19; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -27; -"@MMK_R_e" = -14; -"@MMK_R_egrave" = -13; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 21; -"@MMK_R_five" = -2; -"@MMK_R_four" = -22; -"@MMK_R_g" = 6; -"@MMK_R_guillemetleft" = -27; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = -27; -"@MMK_R_hyphen.case" = -4; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 20; -"@MMK_R_j" = 8; -"@MMK_R_l" = 5; -"@MMK_R_lslash" = -7; -"@MMK_R_n" = 7; -"@MMK_R_nine" = 4; -"@MMK_R_one" = -14; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -30; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 9; -"@MMK_R_period.ss01" = 0; -"@MMK_R_pi" = 24; -"@MMK_R_plus" = -10; -"@MMK_R_question" = -10; -"@MMK_R_quotedbl" = -31; -"@MMK_R_quotedblleft" = -44; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = -38; -"@MMK_R_quoteright" = -38; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 15; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 29; -"@MMK_R_t" = 20; -"@MMK_R_three" = 0; -"@MMK_R_two" = 18; -"@MMK_R_u" = 0; -"@MMK_R_v" = 17; -"@MMK_R_w" = 16; -"@MMK_R_x" = 35; -"@MMK_R_y" = 17; -"@MMK_R_z" = 38; -"@MMK_R_zero" = 11; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = -14; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -16; -"@MMK_R_J" = -14; -"@MMK_R_O" = 0; -"@MMK_R_S" = 13; -"@MMK_R_T" = -106; -"@MMK_R_U" = 0; -"@MMK_R_V" = -89; -"@MMK_R_W" = -61; -"@MMK_R_X" = -18; -"@MMK_R_Y" = -106; -"@MMK_R_Z" = -14; -"@MMK_R_a" = 24; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asterisk" = -60; -"@MMK_R_bracketright" = -73; -"@MMK_R_colon" = -25; -"@MMK_R_colon.ss01" = -28; -"@MMK_R_comma" = -19; -"@MMK_R_comma.ss01" = -30; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eight" = 26; -"@MMK_R_ellipsis" = -32; -"@MMK_R_f" = -25; -"@MMK_R_five" = 3; -"@MMK_R_four" = 28; -"@MMK_R_g" = 23; -"@MMK_R_guillemetleft" = 4; -"@MMK_R_guillemetright" = -28; -"@MMK_R_hyphen" = 17; -"@MMK_R_hyphen.case" = -3; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 3; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 17; -"@MMK_R_n" = 3; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -50; -"@MMK_R_parenleft" = 17; -"@MMK_R_parenright" = -69; -"@MMK_R_parenright.case" = -41; -"@MMK_R_percent" = -39; -"@MMK_R_period" = -19; -"@MMK_R_period.ss01" = -29; -"@MMK_R_pi" = -18; -"@MMK_R_plus" = -9; -"@MMK_R_question" = -59; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblleft.ss01" = -62; -"@MMK_R_quotedblright" = -77; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -53; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -23; -"@MMK_R_seven" = -48; -"@MMK_R_slash" = -22; -"@MMK_R_t" = -27; -"@MMK_R_three" = 0; -"@MMK_R_two" = -22; -"@MMK_R_u" = 12; -"@MMK_R_v" = -32; -"@MMK_R_w" = -18; -"@MMK_R_x" = -15; -"@MMK_R_y" = -30; -"@MMK_R_z" = -15; -"@MMK_R_zero" = 2; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -29; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -94; -"@MMK_R_J" = -125; -"@MMK_R_O" = 6; -"@MMK_R_S" = 4; -"@MMK_R_T" = -138; -"@MMK_R_U" = 9; -"@MMK_R_V" = -93; -"@MMK_R_W" = -64; -"@MMK_R_X" = -58; -"@MMK_R_Y" = -142; -"@MMK_R_Z" = -52; -"@MMK_R_a" = 29; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -125; -"@MMK_R_bracketright" = -81; -"@MMK_R_colon" = -72; -"@MMK_R_colon.ss01" = -68; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = 30; -"@MMK_R_egrave" = 30; -"@MMK_R_eight" = 31; -"@MMK_R_f" = -32; -"@MMK_R_five" = 0; -"@MMK_R_four" = 18; -"@MMK_R_g" = 28; -"@MMK_R_guillemetleft" = 20; -"@MMK_R_guillemetright" = -24; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 20; -"@MMK_R_n" = 0; -"@MMK_R_nine" = -17; -"@MMK_R_one" = -66; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -72; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_pi" = -23; -"@MMK_R_plus" = -37; -"@MMK_R_question" = -91; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -138; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -138; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -128; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -74; -"@MMK_R_seven" = -99; -"@MMK_R_slash" = -41; -"@MMK_R_t" = -37; -"@MMK_R_three" = -3; -"@MMK_R_two" = -50; -"@MMK_R_u" = 14; -"@MMK_R_v" = -40; -"@MMK_R_w" = -25; -"@MMK_R_x" = -57; -"@MMK_R_y" = -42; -"@MMK_R_z" = -57; -"@MMK_R_zero" = 13; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -54; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -94; -"@MMK_R_J" = -125; -"@MMK_R_O" = 31; -"@MMK_R_S" = -29; -"@MMK_R_T" = -138; -"@MMK_R_U" = 14; -"@MMK_R_V" = -68; -"@MMK_R_W" = -42; -"@MMK_R_X" = -87; -"@MMK_R_Y" = -97; -"@MMK_R_Z" = -83; -"@MMK_R_asterisk" = -62; -"@MMK_R_colon" = -49; -"@MMK_R_colon.ss01" = -35; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_eight" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -19; -"@MMK_R_guillemetleft" = 4; -"@MMK_R_guillemetright" = -11; -"@MMK_R_nine" = -2; -"@MMK_R_one" = -65; -"@MMK_R_parenright.case" = -69; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_plus" = -11; -"@MMK_R_question" = -89; -"@MMK_R_quotedbl" = -63; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -108; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_semicolon" = -49; -"@MMK_R_seven" = -79; -"@MMK_R_slash" = -66; -"@MMK_R_three" = -33; -"@MMK_R_two" = -52; -"@MMK_R_zero" = 30; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -5; -"@MMK_R_O" = 5; -"@MMK_R_S" = 3; -"@MMK_R_T" = -24; -"@MMK_R_U" = 0; -"@MMK_R_V" = -6; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -11; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -50; -"@MMK_R_asterisk" = 8; -"@MMK_R_braceright" = -39; -"@MMK_R_bracketright" = -39; -"@MMK_R_colon" = -4; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_eightsuperior" = -3; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -10; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 21; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 21; -"@MMK_R_itilde" = 21; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 4; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -41; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -13; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -8; -"@MMK_R_quoteright" = -8; -"@MMK_R_quoteright.ss01" = -16; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -2; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = -2; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 5; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 49; -"@MMK_R_I.ss02" = 26; -"@MMK_R_O" = 60; -"@MMK_R_S" = 69; -"@MMK_R_U" = 61; -"@MMK_R_V" = 42; -"@MMK_R_X" = 25; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = 20; -"@MMK_R_bracketright" = -14; -"@MMK_R_colon" = 8; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 42; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 77; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 51; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 5; -"@MMK_R_guillemetright" = 32; -"@MMK_R_i" = 17; -"@MMK_R_icircumflex" = 69; -"@MMK_R_igrave" = 21; -"@MMK_R_j" = 16; -"@MMK_R_l" = 23; -"@MMK_R_l.ss02" = 28; -"@MMK_R_l.ss03" = 23; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 60; -"@MMK_R_one" = 71; -"@MMK_R_onesuperior" = 29; -"@MMK_R_parenright" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = 91; -"@MMK_R_question.ss01" = 62; -"@MMK_R_quotedbl" = 69; -"@MMK_R_quotedblleft" = 78; -"@MMK_R_quotedblleft.ss01" = 48; -"@MMK_R_quotedblright" = 77; -"@MMK_R_quoteright" = 77; -"@MMK_R_quoteright.ss01" = 47; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = 35; -"@MMK_R_sixsuperior" = 66; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 31; -"@MMK_R_twosuperior" = 42; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 8; -"@MMK_R_x" = 5; -"@MMK_R_y" = 0; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 31; -"@MMK_R_I.ss02" = 55; -"@MMK_R_J" = 0; -"@MMK_R_O" = 6; -"@MMK_R_S" = 25; -"@MMK_R_T" = 44; -"@MMK_R_U" = 42; -"@MMK_R_V" = 60; -"@MMK_R_W" = 63; -"@MMK_R_X" = 50; -"@MMK_R_Y" = 58; -"@MMK_R_Z" = 50; -"@MMK_R_asciicircum" = -44; -"@MMK_R_asterisk" = 51; -"@MMK_R_braceright" = 18; -"@MMK_R_bracketright" = 18; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 31; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 54; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 29; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 2; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = 5; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 21; -"@MMK_R_igrave" = 21; -"@MMK_R_imacron" = 21; -"@MMK_R_itilde" = 21; -"@MMK_R_j" = 21; -"@MMK_R_l" = 11; -"@MMK_R_l.ss02" = 16; -"@MMK_R_l.ss03" = 22; -"@MMK_R_lslash" = 7; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 37; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 37; -"@MMK_R_oslash" = 3; -"@MMK_R_parenright" = 25; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -26; -"@MMK_R_question" = 35; -"@MMK_R_question.ss01" = 2; -"@MMK_R_quotedbl" = 46; -"@MMK_R_quotedblleft" = 33; -"@MMK_R_quotedblleft.ss01" = 20; -"@MMK_R_quotedblright" = 48; -"@MMK_R_quoteright" = 48; -"@MMK_R_quoteright.ss01" = 20; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 36; -"@MMK_R_sixsuperior" = 31; -"@MMK_R_threesuperior" = 31; -"@MMK_R_trademark" = 22; -"@MMK_R_twosuperior" = 34; -"@MMK_R_underscore" = 4; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 6; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 14; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 5; -"@MMK_R_J" = 11; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -127; -"@MMK_R_U" = -2; -"@MMK_R_V" = -38; -"@MMK_R_W" = -22; -"@MMK_R_X" = 15; -"@MMK_R_Y" = -59; -"@MMK_R_Z" = 10; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asciicircum" = -40; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -76; -"@MMK_R_bracketright" = -76; -"@MMK_R_colon" = 35; -"@MMK_R_colon.ss01" = 13; -"@MMK_R_comma" = 21; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = -24; -"@MMK_R_egrave" = -24; -"@MMK_R_eightsuperior" = -11; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = -54; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 18; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 42; -"@MMK_R_hyphen" = -70; -"@MMK_R_j" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -16; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -17; -"@MMK_R_onesuperior" = -50; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -32; -"@MMK_R_period" = 10; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -24; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -22; -"@MMK_R_quotedblright" = -11; -"@MMK_R_quoteright" = -11; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 35; -"@MMK_R_sevensuperior" = -68; -"@MMK_R_sixsuperior" = -13; -"@MMK_R_slash" = 6; -"@MMK_R_t" = 3; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -67; -"@MMK_R_twosuperior" = -32; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 22; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 32; -"@MMK_R_y" = 0; -"@MMK_R_z" = 36; -"@MMK_R_zero" = 0; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -5; -"@MMK_R_O" = 4; -"@MMK_R_S" = 7; -"@MMK_R_T" = -11; -"@MMK_R_U" = 9; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 4; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asciicircum" = -45; -"@MMK_R_asterisk" = 12; -"@MMK_R_braceright" = -20; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -27; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = 7; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 21; -"@MMK_R_igrave" = 7; -"@MMK_R_imacron" = 20; -"@MMK_R_itilde" = 20; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 3; -"@MMK_R_lslash" = 3; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -17; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -7; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -12; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -6; -"@MMK_R_slash" = 0; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -24; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 22; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = 12; -"@MMK_R_O" = -33; -"@MMK_R_S" = -21; -"@MMK_R_T" = -40; -"@MMK_R_U" = -33; -"@MMK_R_V" = -33; -"@MMK_R_W" = -31; -"@MMK_R_X" = 18; -"@MMK_R_Y" = -35; -"@MMK_R_Z" = 19; -"@MMK_R_a" = -25; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -81; -"@MMK_R_asterisk" = -27; -"@MMK_R_braceright" = -47; -"@MMK_R_bracketright" = -49; -"@MMK_R_colon" = 17; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 20; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -28; -"@MMK_R_egrave" = -28; -"@MMK_R_eightsuperior" = -42; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 15; -"@MMK_R_f" = -23; -"@MMK_R_fivesuperior" = -46; -"@MMK_R_four" = -34; -"@MMK_R_foursuperior" = -39; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 20; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 15; -"@MMK_R_hyphen" = -37; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 11; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -2; -"@MMK_R_lslash" = -15; -"@MMK_R_ninesuperior" = -42; -"@MMK_R_one" = -34; -"@MMK_R_onesuperior" = -39; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -30; -"@MMK_R_period" = 20; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = -34; -"@MMK_R_question.ss01" = -42; -"@MMK_R_quotedbl" = -43; -"@MMK_R_quotedblleft" = -42; -"@MMK_R_quotedblleft.ss01" = -48; -"@MMK_R_quotedblright" = -38; -"@MMK_R_quoteright" = -38; -"@MMK_R_quoteright.ss01" = -45; -"@MMK_R_s" = -9; -"@MMK_R_semicolon" = 18; -"@MMK_R_sevensuperior" = -42; -"@MMK_R_sixsuperior" = -43; -"@MMK_R_slash" = 35; -"@MMK_R_t" = -30; -"@MMK_R_threesuperior" = -42; -"@MMK_R_trademark" = -56; -"@MMK_R_twosuperior" = -38; -"@MMK_R_u" = -28; -"@MMK_R_underscore" = 24; -"@MMK_R_v" = -35; -"@MMK_R_w" = -32; -"@MMK_R_x" = 19; -"@MMK_R_y" = -32; -"@MMK_R_z" = 17; -"@MMK_R_zero" = -33; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 55; -"@MMK_R_colon" = 38; -"@MMK_R_colon.ss01" = 36; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -24; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 111; -"@MMK_R_exclam" = 120; -"@MMK_R_f" = 45; -"@MMK_R_fivesuperior" = 111; -"@MMK_R_foursuperior" = 54; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 8; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 65; -"@MMK_R_j" = 61; -"@MMK_R_l" = 66; -"@MMK_R_l.ss03" = 69; -"@MMK_R_n" = 16; -"@MMK_R_ninesuperior" = 108; -"@MMK_R_onesuperior" = 109; -"@MMK_R_parenright" = 84; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = 130; -"@MMK_R_question.ss01" = 95; -"@MMK_R_quotedbl" = 142; -"@MMK_R_quotedblleft" = 122; -"@MMK_R_quotedblleft.ss01" = 113; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 41; -"@MMK_R_sevensuperior" = 114; -"@MMK_R_sixsuperior" = 111; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 45; -"@MMK_R_threesuperior" = 93; -"@MMK_R_twosuperior" = 101; -"@MMK_R_u" = 30; -"@MMK_R_v" = 41; -"@MMK_R_z" = 29; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = -59; -"@MMK_R_H" = -58; -"@MMK_R_I.ss02" = -71; -"@MMK_R_J" = -72; -"@MMK_R_O" = -50; -"@MMK_R_S" = -47; -"@MMK_R_T" = -208; -"@MMK_R_V" = -135; -"@MMK_R_W" = -111; -"@MMK_R_Y" = -183; -"@MMK_R_Z" = -60; -"@MMK_R_a" = -44; -"@MMK_R_a.ss04" = -47; -"@MMK_R_e" = -43; -"@MMK_R_f" = -78; -"@MMK_R_g" = -44; -"@MMK_R_i" = -58; -"@MMK_R_j" = -58; -"@MMK_R_l" = -58; -"@MMK_R_n" = -58; -"@MMK_R_s" = -49; -"@MMK_R_t" = -79; -"@MMK_R_z" = -61; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = -12; -"@MMK_R_U" = 10; -"@MMK_R_X" = -7; -"@MMK_R_a" = 17; -"@MMK_R_a.ss04" = 22; -"@MMK_R_bracketright" = -35; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -14; -"@MMK_R_comma.ss01" = -40; -"@MMK_R_e" = 19; -"@MMK_R_egrave" = 19; -"@MMK_R_eightsuperior" = 10; -"@MMK_R_ellipsis" = -42; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 21; -"@MMK_R_g.ss05" = 9; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = 17; -"@MMK_R_hyphen" = -10; -"@MMK_R_igrave" = 5; -"@MMK_R_j" = 0; -"@MMK_R_l" = 4; -"@MMK_R_l.ss03" = 5; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -19; -"@MMK_R_parenright" = -38; -"@MMK_R_period" = -17; -"@MMK_R_period.ss01" = -44; -"@MMK_R_question" = -16; -"@MMK_R_question.ss01" = -25; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblleft" = -22; -"@MMK_R_quotedblleft.ss01" = -26; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -25; -"@MMK_R_s" = 15; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 11; -"@MMK_R_u" = 13; -"@MMK_R_v" = 0; -"@MMK_R_w" = 10; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 7; -"@MMK_R_H" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -154; -"@MMK_R_U" = -4; -"@MMK_R_V" = -90; -"@MMK_R_W" = -61; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -119; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 8; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asciicircum" = -81; -"@MMK_R_asterisk" = -46; -"@MMK_R_braceright" = -74; -"@MMK_R_bracketright" = -77; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = 14; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 8; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = -28; -"@MMK_R_ellipsis" = -19; -"@MMK_R_exclam" = -3; -"@MMK_R_f" = -21; -"@MMK_R_fivesuperior" = -36; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -39; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 10; -"@MMK_R_guillemetleft" = 12; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 14; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 16; -"@MMK_R_ninesuperior" = -39; -"@MMK_R_one" = -68; -"@MMK_R_onesuperior" = -58; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -45; -"@MMK_R_period" = 14; -"@MMK_R_period.ss01" = -18; -"@MMK_R_question" = -69; -"@MMK_R_question.ss01" = -77; -"@MMK_R_quotedbl" = -54; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -77; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -67; -"@MMK_R_sixsuperior" = -45; -"@MMK_R_slash" = 8; -"@MMK_R_t" = -28; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -89; -"@MMK_R_twosuperior" = -12; -"@MMK_R_underscore" = 13; -"@MMK_R_v" = -29; -"@MMK_R_w" = -17; -"@MMK_R_x" = 0; -"@MMK_R_y" = -31; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = -19; -"@MMK_R_I.ss02" = -23; -"@MMK_R_J" = -21; -"@MMK_R_O" = 24; -"@MMK_R_S" = 14; -"@MMK_R_T" = -62; -"@MMK_R_U" = 9; -"@MMK_R_V" = -50; -"@MMK_R_W" = -36; -"@MMK_R_X" = -25; -"@MMK_R_Y" = -59; -"@MMK_R_Z" = -19; -"@MMK_R_a" = 25; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -84; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = -20; -"@MMK_R_comma.ss01" = -45; -"@MMK_R_degree" = -41; -"@MMK_R_e" = 25; -"@MMK_R_egrave" = 25; -"@MMK_R_eight" = 17; -"@MMK_R_ellipsis" = -48; -"@MMK_R_f" = 6; -"@MMK_R_five" = 9; -"@MMK_R_four" = 27; -"@MMK_R_g" = 24; -"@MMK_R_guillemetleft" = 23; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 32; -"@MMK_R_hyphen.case" = 29; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 24; -"@MMK_R_j" = 3; -"@MMK_R_l" = 4; -"@MMK_R_n" = 3; -"@MMK_R_nine" = 6; -"@MMK_R_one" = -15; -"@MMK_R_parenleft" = 24; -"@MMK_R_parenright" = -69; -"@MMK_R_parenright.case" = -43; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -22; -"@MMK_R_period.ss01" = -44; -"@MMK_R_pi" = 9; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -12; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -27; -"@MMK_R_quotedblleft.ss01" = -25; -"@MMK_R_quotedblright" = -19; -"@MMK_R_quoteright" = -19; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = -10; -"@MMK_R_slash" = -27; -"@MMK_R_t" = 0; -"@MMK_R_three" = 8; -"@MMK_R_two" = 0; -"@MMK_R_u" = 15; -"@MMK_R_v" = 0; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 23; -}; -"@MMK_L_o" = { -"@MMK_R_A" = -8; -"@MMK_R_I.ss02" = -19; -"@MMK_R_J" = -27; -"@MMK_R_O" = 2; -"@MMK_R_S" = 11; -"@MMK_R_T" = -144; -"@MMK_R_U" = 0; -"@MMK_R_V" = -94; -"@MMK_R_W" = -63; -"@MMK_R_X" = -20; -"@MMK_R_Y" = -127; -"@MMK_R_Z" = -12; -"@MMK_R_a" = 14; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -85; -"@MMK_R_asterisk" = -55; -"@MMK_R_braceright" = -85; -"@MMK_R_bracketright" = -88; -"@MMK_R_colon" = -16; -"@MMK_R_colon.ss01" = -25; -"@MMK_R_comma" = -11; -"@MMK_R_comma.ss01" = -37; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 14; -"@MMK_R_eightsuperior" = -31; -"@MMK_R_ellipsis" = -42; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -26; -"@MMK_R_fivesuperior" = -39; -"@MMK_R_four" = 9; -"@MMK_R_foursuperior" = -41; -"@MMK_R_g" = 12; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 24; -"@MMK_R_guillemetright" = -14; -"@MMK_R_hyphen" = 28; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 21; -"@MMK_R_ninesuperior" = -38; -"@MMK_R_one" = -67; -"@MMK_R_onesuperior" = -55; -"@MMK_R_oslash" = 16; -"@MMK_R_parenright" = -69; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -38; -"@MMK_R_question" = -75; -"@MMK_R_question.ss01" = -82; -"@MMK_R_quotedbl" = -60; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -74; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = -12; -"@MMK_R_sevensuperior" = -64; -"@MMK_R_sixsuperior" = -47; -"@MMK_R_slash" = -16; -"@MMK_R_t" = -28; -"@MMK_R_threesuperior" = -33; -"@MMK_R_trademark" = -95; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 7; -"@MMK_R_underscore" = -21; -"@MMK_R_v" = -32; -"@MMK_R_w" = -19; -"@MMK_R_x" = -17; -"@MMK_R_y" = -33; -"@MMK_R_z" = -15; -"@MMK_R_zero" = 7; -}; -"@MMK_L_p" = { -"@MMK_R_A" = -9; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -16; -"@MMK_R_J" = -17; -"@MMK_R_O" = 3; -"@MMK_R_S" = 10; -"@MMK_R_T" = -145; -"@MMK_R_U" = 0; -"@MMK_R_V" = -92; -"@MMK_R_W" = -62; -"@MMK_R_X" = -21; -"@MMK_R_Y" = -123; -"@MMK_R_Z" = -12; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asciicircum" = -83; -"@MMK_R_asterisk" = -53; -"@MMK_R_braceright" = -84; -"@MMK_R_bracketright" = -88; -"@MMK_R_colon" = -16; -"@MMK_R_colon.ss01" = -24; -"@MMK_R_comma" = -10; -"@MMK_R_comma.ss01" = -36; -"@MMK_R_e" = 14; -"@MMK_R_egrave" = 15; -"@MMK_R_eightsuperior" = -29; -"@MMK_R_ellipsis" = -42; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -26; -"@MMK_R_fivesuperior" = -37; -"@MMK_R_four" = 8; -"@MMK_R_foursuperior" = -42; -"@MMK_R_g" = 13; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 24; -"@MMK_R_guillemetright" = -15; -"@MMK_R_hyphen" = 28; -"@MMK_R_l.ss02" = 4; -"@MMK_R_lslash" = 23; -"@MMK_R_ninesuperior" = -40; -"@MMK_R_one" = -67; -"@MMK_R_onesuperior" = -55; -"@MMK_R_oslash" = 16; -"@MMK_R_parenright" = -69; -"@MMK_R_period" = -13; -"@MMK_R_period.ss01" = -39; -"@MMK_R_question" = -74; -"@MMK_R_question.ss01" = -79; -"@MMK_R_quotedbl" = -58; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -83; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = -13; -"@MMK_R_sevensuperior" = -64; -"@MMK_R_sixsuperior" = -45; -"@MMK_R_slash" = -17; -"@MMK_R_t" = -25; -"@MMK_R_threesuperior" = -31; -"@MMK_R_trademark" = -93; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = 7; -"@MMK_R_underscore" = -22; -"@MMK_R_v" = -30; -"@MMK_R_w" = -19; -"@MMK_R_x" = -16; -"@MMK_R_y" = -32; -"@MMK_R_z" = -15; -"@MMK_R_zero" = 8; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -41; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -43; -"@MMK_R_O" = -46; -"@MMK_R_S" = -33; -"@MMK_R_T" = 0; -"@MMK_R_U" = -4; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -79; -"@MMK_R_a.ss04" = -47; -"@MMK_R_asterisk" = -10; -"@MMK_R_bracketright" = 36; -"@MMK_R_colon" = -52; -"@MMK_R_colon.ss01" = -61; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -6; -"@MMK_R_degree" = -39; -"@MMK_R_e" = -78; -"@MMK_R_egrave" = -70; -"@MMK_R_eight" = -36; -"@MMK_R_ellipsis" = -66; -"@MMK_R_f" = -51; -"@MMK_R_five" = -8; -"@MMK_R_four" = -75; -"@MMK_R_g" = -41; -"@MMK_R_guillemetleft" = -74; -"@MMK_R_guillemetright" = -48; -"@MMK_R_hyphen" = -74; -"@MMK_R_i" = -24; -"@MMK_R_icircumflex" = 2; -"@MMK_R_j" = 79; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -27; -"@MMK_R_n" = -52; -"@MMK_R_nine" = -37; -"@MMK_R_one" = -35; -"@MMK_R_parenleft" = -44; -"@MMK_R_parenright" = 37; -"@MMK_R_percent" = -28; -"@MMK_R_period" = -47; -"@MMK_R_period.ss01" = -65; -"@MMK_R_pi" = -51; -"@MMK_R_plus" = -82; -"@MMK_R_question" = -26; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblleft.ss01" = -19; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -10; -"@MMK_R_s" = -68; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -2; -"@MMK_R_t" = -51; -"@MMK_R_three" = -40; -"@MMK_R_two" = -34; -"@MMK_R_u" = -65; -"@MMK_R_v" = -59; -"@MMK_R_w" = -53; -"@MMK_R_x" = -41; -"@MMK_R_y" = -5; -"@MMK_R_z" = -44; -"@MMK_R_zero" = -43; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = -8; -"@MMK_R_O" = -51; -"@MMK_R_S" = -30; -"@MMK_R_T" = -4; -"@MMK_R_U" = -2; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asterisk" = -13; -"@MMK_R_colon" = -13; -"@MMK_R_colon.ss01" = -29; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_degree" = -44; -"@MMK_R_eight" = -32; -"@MMK_R_ellipsis" = -36; -"@MMK_R_five" = -13; -"@MMK_R_four" = -62; -"@MMK_R_guillemetleft" = -54; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen.case" = -69; -"@MMK_R_nine" = -33; -"@MMK_R_one" = -36; -"@MMK_R_parenright.case" = 27; -"@MMK_R_percent" = -33; -"@MMK_R_period" = -6; -"@MMK_R_period.ss01" = -37; -"@MMK_R_plus" = -80; -"@MMK_R_question" = -30; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -20; -"@MMK_R_quotedblleft.ss01" = -24; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -3; -"@MMK_R_slash" = 41; -"@MMK_R_three" = -33; -"@MMK_R_two" = -11; -"@MMK_R_zero" = -49; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = -6; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -10; -"@MMK_R_J" = -11; -"@MMK_R_O" = 21; -"@MMK_R_S" = 10; -"@MMK_R_T" = -46; -"@MMK_R_U" = 10; -"@MMK_R_V" = -41; -"@MMK_R_W" = -24; -"@MMK_R_X" = -6; -"@MMK_R_Y" = -48; -"@MMK_R_Z" = -9; -"@MMK_R_a" = 18; -"@MMK_R_a.ss04" = 11; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -50; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -27; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eight" = 13; -"@MMK_R_f" = 3; -"@MMK_R_five" = 8; -"@MMK_R_four" = 0; -"@MMK_R_g" = 17; -"@MMK_R_guillemetleft" = 21; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 22; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 36; -"@MMK_R_j" = 7; -"@MMK_R_l" = 3; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 6; -"@MMK_R_one" = -16; -"@MMK_R_parenleft" = 17; -"@MMK_R_parenright" = -46; -"@MMK_R_period" = -9; -"@MMK_R_period.ss01" = -36; -"@MMK_R_pi" = 8; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -12; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = -24; -"@MMK_R_quotedblleft.ss01" = -26; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = -19; -"@MMK_R_s" = 8; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = -10; -"@MMK_R_slash" = -10; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = 11; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 20; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -72; -"@MMK_R_bracketright" = -80; -"@MMK_R_colon" = -13; -"@MMK_R_colon.ss01" = -26; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -13; -"@MMK_R_hyphen" = -4; -"@MMK_R_hyphen.case" = -37; -"@MMK_R_parenright" = -69; -"@MMK_R_parenright.case" = -43; -"@MMK_R_period" = -6; -"@MMK_R_period.ss01" = -30; -"@MMK_R_question" = -77; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -75; -"@MMK_R_quoteright" = -74; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_semicolon" = -9; -"@MMK_R_slash" = -11; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 17; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -71; -"@MMK_R_S" = -37; -"@MMK_R_T" = -72; -"@MMK_R_U" = -58; -"@MMK_R_V" = -72; -"@MMK_R_W" = -72; -"@MMK_R_X" = 14; -"@MMK_R_Y" = -72; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -44; -"@MMK_R_a.ss04" = -16; -"@MMK_R_asterisk" = -72; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 5; -"@MMK_R_e" = -47; -"@MMK_R_eight" = -30; -"@MMK_R_f" = -36; -"@MMK_R_five" = -46; -"@MMK_R_four" = -72; -"@MMK_R_g" = -2; -"@MMK_R_guillemetleft" = -41; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -72; -"@MMK_R_hyphen.case" = -72; -"@MMK_R_i" = -2; -"@MMK_R_j" = 2; -"@MMK_R_l" = -2; -"@MMK_R_n" = -2; -"@MMK_R_nine" = -42; -"@MMK_R_one" = -66; -"@MMK_R_parenleft" = -21; -"@MMK_R_parenright" = -35; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_pi" = -25; -"@MMK_R_question" = -72; -"@MMK_R_quotedbl" = -72; -"@MMK_R_quotedblleft" = -72; -"@MMK_R_quotedblright" = -72; -"@MMK_R_quoteright" = -72; -"@MMK_R_s" = -18; -"@MMK_R_semicolon" = 18; -"@MMK_R_seven" = -72; -"@MMK_R_slash" = 35; -"@MMK_R_t" = -52; -"@MMK_R_three" = -39; -"@MMK_R_two" = 0; -"@MMK_R_u" = -40; -"@MMK_R_v" = -72; -"@MMK_R_w" = -69; -"@MMK_R_x" = 17; -"@MMK_R_y" = -63; -"@MMK_R_z" = 17; -"@MMK_R_zero" = -68; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -28; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -69; -"@MMK_R_S" = -50; -"@MMK_R_T" = -69; -"@MMK_R_U" = -68; -"@MMK_R_V" = -69; -"@MMK_R_W" = -69; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -177; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -55; -"@MMK_R_a.ss04" = -37; -"@MMK_R_asterisk" = -69; -"@MMK_R_bracketright" = -69; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = -57; -"@MMK_R_egrave" = -57; -"@MMK_R_eight" = -46; -"@MMK_R_f" = -55; -"@MMK_R_five" = -56; -"@MMK_R_four" = -69; -"@MMK_R_g" = -32; -"@MMK_R_guillemetleft" = -45; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = -69; -"@MMK_R_hyphen.case" = -69; -"@MMK_R_i" = -28; -"@MMK_R_j" = -26; -"@MMK_R_l" = -28; -"@MMK_R_n" = -28; -"@MMK_R_nine" = -54; -"@MMK_R_one" = -69; -"@MMK_R_parenleft" = -44; -"@MMK_R_parenright" = -58; -"@MMK_R_parenright.case" = -31; -"@MMK_R_period.ss01" = -17; -"@MMK_R_pi" = -48; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft.ss01" = -69; -"@MMK_R_quoteright.ss01" = -69; -"@MMK_R_s" = -37; -"@MMK_R_seven" = -69; -"@MMK_R_slash" = -7; -"@MMK_R_t" = -65; -"@MMK_R_three" = -52; -"@MMK_R_two" = -20; -"@MMK_R_u" = -53; -"@MMK_R_v" = -69; -"@MMK_R_w" = -69; -"@MMK_R_x" = -4; -"@MMK_R_y" = -69; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -69; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -54; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = -106; -"@MMK_R_J" = -113; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -137; -"@MMK_R_U" = 0; -"@MMK_R_V" = -73; -"@MMK_R_W" = -47; -"@MMK_R_Y" = -106; -"@MMK_R_Z" = -77; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = -11; -"@MMK_R_g" = 0; -"@MMK_R_i" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_n" = -2; -"@MMK_R_s" = 0; -"@MMK_R_t" = -11; -"@MMK_R_u" = 0; -"@MMK_R_z" = -42; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -84; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -29; -"@MMK_R_J" = -97; -"@MMK_R_O" = 15; -"@MMK_R_S" = 0; -"@MMK_R_T" = -32; -"@MMK_R_U" = 6; -"@MMK_R_V" = -18; -"@MMK_R_W" = -9; -"@MMK_R_X" = -44; -"@MMK_R_Y" = -31; -"@MMK_R_Z" = -37; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 27; -"@MMK_R_bracketright" = -62; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -6; -"@MMK_R_f" = 11; -"@MMK_R_g" = -3; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = 22; -"@MMK_R_hyphen" = -43; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -2; -"@MMK_R_j" = -2; -"@MMK_R_l" = -2; -"@MMK_R_n" = -2; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -59; -"@MMK_R_parenright.case" = -57; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_pi" = 5; -"@MMK_R_question" = 14; -"@MMK_R_quotedbl" = 6; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 3; -"@MMK_R_slash" = -88; -"@MMK_R_t" = 10; -"@MMK_R_u" = 0; -"@MMK_R_v" = 15; -"@MMK_R_w" = 21; -"@MMK_R_x" = 0; -"@MMK_R_y" = 14; -"@MMK_R_z" = 0; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -18; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -2; -"@MMK_R_O" = -92; -"@MMK_R_S" = -75; -"@MMK_R_T" = -155; -"@MMK_R_U" = -85; -"@MMK_R_V" = -153; -"@MMK_R_W" = -131; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -160; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -75; -"@MMK_R_a.ss04" = -48; -"@MMK_R_e" = -76; -"@MMK_R_eight" = -68; -"@MMK_R_f" = -47; -"@MMK_R_five" = -78; -"@MMK_R_four" = -90; -"@MMK_R_g" = 0; -"@MMK_R_guillemetright" = -10; -"@MMK_R_i" = -18; -"@MMK_R_j" = 89; -"@MMK_R_l" = -18; -"@MMK_R_n" = -18; -"@MMK_R_nine" = -74; -"@MMK_R_one" = -79; -"@MMK_R_parenright" = 9; -"@MMK_R_quotedbl" = -67; -"@MMK_R_quotedblleft" = -128; -"@MMK_R_quoteright" = -74; -"@MMK_R_s" = -53; -"@MMK_R_seven" = -84; -"@MMK_R_t" = -68; -"@MMK_R_three" = -73; -"@MMK_R_two" = -12; -"@MMK_R_u" = -69; -"@MMK_R_v" = -84; -"@MMK_R_w" = -77; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -85; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -67; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -130; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 23; -"@MMK_R_W" = 25; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 13; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -20; -"@MMK_R_asterisk" = 10; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_degree" = 0; -"@MMK_R_e" = -32; -"@MMK_R_egrave" = -30; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -147; -"@MMK_R_f" = 6; -"@MMK_R_five" = 0; -"@MMK_R_four" = -67; -"@MMK_R_g" = -28; -"@MMK_R_guillemetleft" = -56; -"@MMK_R_guillemetright" = -20; -"@MMK_R_hyphen" = -67; -"@MMK_R_hyphen.case" = -48; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = 73; -"@MMK_R_j" = -4; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -19; -"@MMK_R_n" = -17; -"@MMK_R_nine" = 9; -"@MMK_R_one" = 4; -"@MMK_R_parenleft" = -10; -"@MMK_R_parenright" = -11; -"@MMK_R_parenright.case" = -10; -"@MMK_R_percent" = 7; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -67; -"@MMK_R_pi" = 3; -"@MMK_R_plus" = -41; -"@MMK_R_question" = 19; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 13; -"@MMK_R_s" = -17; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 18; -"@MMK_R_slash" = -123; -"@MMK_R_t" = 5; -"@MMK_R_three" = 12; -"@MMK_R_two" = 14; -"@MMK_R_u" = -9; -"@MMK_R_v" = 6; -"@MMK_R_w" = 6; -"@MMK_R_x" = 0; -"@MMK_R_y" = 6; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 15; -"@MMK_R_H" = -12; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 6; -"@MMK_R_O" = -74; -"@MMK_R_S" = -43; -"@MMK_R_T" = -138; -"@MMK_R_U" = -62; -"@MMK_R_V" = -138; -"@MMK_R_W" = -128; -"@MMK_R_X" = 16; -"@MMK_R_Y" = -138; -"@MMK_R_Z" = 16; -"@MMK_R_a" = -48; -"@MMK_R_a.ss04" = -21; -"@MMK_R_asterisk" = -138; -"@MMK_R_colon" = 0; -"@MMK_R_comma" = 25; -"@MMK_R_e" = -51; -"@MMK_R_egrave" = -51; -"@MMK_R_eight" = -37; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -40; -"@MMK_R_five" = -51; -"@MMK_R_four" = -74; -"@MMK_R_g" = -2; -"@MMK_R_guillemetleft" = -61; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = -124; -"@MMK_R_hyphen.case" = -138; -"@MMK_R_i" = -11; -"@MMK_R_icircumflex" = -11; -"@MMK_R_j" = 40; -"@MMK_R_l" = -11; -"@MMK_R_lslash" = -26; -"@MMK_R_n" = -11; -"@MMK_R_nine" = -48; -"@MMK_R_one" = -68; -"@MMK_R_parenleft" = -29; -"@MMK_R_percent" = -74; -"@MMK_R_period" = 19; -"@MMK_R_pi" = -30; -"@MMK_R_plus" = -138; -"@MMK_R_question" = -74; -"@MMK_R_quotedblleft" = -74; -"@MMK_R_quotedblright" = -138; -"@MMK_R_quoteright" = -74; -"@MMK_R_s" = -23; -"@MMK_R_seven" = -74; -"@MMK_R_slash" = 46; -"@MMK_R_t" = -55; -"@MMK_R_three" = -45; -"@MMK_R_two" = -4; -"@MMK_R_u" = -45; -"@MMK_R_v" = -121; -"@MMK_R_w" = -72; -"@MMK_R_x" = 17; -"@MMK_R_y" = -19; -"@MMK_R_z" = 15; -"@MMK_R_zero" = -72; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -26; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -68; -"@MMK_R_S" = -51; -"@MMK_R_T" = -128; -"@MMK_R_U" = -68; -"@MMK_R_V" = -128; -"@MMK_R_W" = -124; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -128; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -56; -"@MMK_R_a.ss04" = -37; -"@MMK_R_asterisk" = -68; -"@MMK_R_bracketright" = -16; -"@MMK_R_colon.ss01" = -16; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -58; -"@MMK_R_egrave" = -58; -"@MMK_R_eight" = -47; -"@MMK_R_f" = -54; -"@MMK_R_five" = -57; -"@MMK_R_four" = -68; -"@MMK_R_g" = -20; -"@MMK_R_guillemetleft" = -44; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -68; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_i" = -27; -"@MMK_R_icircumflex" = -27; -"@MMK_R_j" = 53; -"@MMK_R_l" = -27; -"@MMK_R_lslash" = -43; -"@MMK_R_n" = -27; -"@MMK_R_nine" = -55; -"@MMK_R_one" = -68; -"@MMK_R_parenleft" = -34; -"@MMK_R_parenright" = -6; -"@MMK_R_parenright.case" = -15; -"@MMK_R_percent" = -68; -"@MMK_R_period.ss01" = -16; -"@MMK_R_pi" = -46; -"@MMK_R_plus" = -68; -"@MMK_R_quotedbl" = -68; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quoteright.ss01" = -68; -"@MMK_R_s" = -38; -"@MMK_R_seven" = -68; -"@MMK_R_slash" = 26; -"@MMK_R_t" = -64; -"@MMK_R_three" = -52; -"@MMK_R_two" = -18; -"@MMK_R_u" = -53; -"@MMK_R_v" = -68; -"@MMK_R_w" = -68; -"@MMK_R_x" = -3; -"@MMK_R_y" = -26; -"@MMK_R_z" = 0; -"@MMK_R_zero" = -68; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -123; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -128; -"@MMK_R_O" = 0; -"@MMK_R_S" = 7; -"@MMK_R_T" = 5; -"@MMK_R_U" = 7; -"@MMK_R_V" = 23; -"@MMK_R_W" = 24; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -53; -"@MMK_R_a.ss04" = -38; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = -11; -"@MMK_R_comma" = -74; -"@MMK_R_degree" = -5; -"@MMK_R_e" = -53; -"@MMK_R_egrave" = -50; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -138; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -109; -"@MMK_R_g" = -49; -"@MMK_R_guillemetleft" = -68; -"@MMK_R_guillemetright" = -27; -"@MMK_R_hyphen" = -138; -"@MMK_R_hyphen.case" = -98; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 69; -"@MMK_R_j" = -2; -"@MMK_R_l" = 2; -"@MMK_R_lslash" = -14; -"@MMK_R_n" = -17; -"@MMK_R_nine" = 14; -"@MMK_R_one" = 11; -"@MMK_R_parenleft" = -12; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 6; -"@MMK_R_period" = -72; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -57; -"@MMK_R_question" = 21; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -35; -"@MMK_R_semicolon" = -11; -"@MMK_R_seven" = 36; -"@MMK_R_slash" = -135; -"@MMK_R_t" = 0; -"@MMK_R_three" = 13; -"@MMK_R_two" = 16; -"@MMK_R_u" = -12; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -119; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -128; -"@MMK_R_O" = -4; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 8; -"@MMK_R_W" = 14; -"@MMK_R_X" = -4; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -6; -"@MMK_R_a" = -61; -"@MMK_R_a.ss04" = -36; -"@MMK_R_asterisk" = 34; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon.ss01" = -26; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_degree" = -4; -"@MMK_R_e" = -61; -"@MMK_R_egrave" = -54; -"@MMK_R_eight" = 0; -"@MMK_R_f" = -5; -"@MMK_R_five" = -2; -"@MMK_R_four" = -68; -"@MMK_R_g" = -57; -"@MMK_R_guillemetleft" = -47; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -128; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_i" = -13; -"@MMK_R_icircumflex" = 46; -"@MMK_R_j" = -13; -"@MMK_R_l" = -2; -"@MMK_R_lslash" = -20; -"@MMK_R_n" = -37; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -3; -"@MMK_R_parenleft" = -21; -"@MMK_R_parenright" = -13; -"@MMK_R_parenright.case" = -12; -"@MMK_R_percent" = 3; -"@MMK_R_period.ss01" = -69; -"@MMK_R_pi" = -10; -"@MMK_R_plus" = -51; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 4; -"@MMK_R_s" = -45; -"@MMK_R_seven" = 24; -"@MMK_R_slash" = -68; -"@MMK_R_t" = -5; -"@MMK_R_three" = 2; -"@MMK_R_two" = 5; -"@MMK_R_u" = -29; -"@MMK_R_v" = -8; -"@MMK_R_w" = -9; -"@MMK_R_x" = -17; -"@MMK_R_y" = -7; -"@MMK_R_z" = -20; -"@MMK_R_zero" = -5; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -74; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -74; -"@MMK_R_O" = 0; -"@MMK_R_S" = 7; -"@MMK_R_T" = 5; -"@MMK_R_U" = 7; -"@MMK_R_V" = 23; -"@MMK_R_W" = 24; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 23; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -53; -"@MMK_R_a.ss04" = -38; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = -11; -"@MMK_R_comma" = -74; -"@MMK_R_degree" = -5; -"@MMK_R_e" = -53; -"@MMK_R_egrave" = -50; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -74; -"@MMK_R_f" = 0; -"@MMK_R_five" = 0; -"@MMK_R_four" = -74; -"@MMK_R_g" = -49; -"@MMK_R_guillemetleft" = -68; -"@MMK_R_guillemetright" = -27; -"@MMK_R_hyphen" = -74; -"@MMK_R_hyphen.case" = -74; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 69; -"@MMK_R_j" = -2; -"@MMK_R_l" = 2; -"@MMK_R_n" = -17; -"@MMK_R_nine" = 14; -"@MMK_R_one" = 11; -"@MMK_R_parenleft" = -12; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 6; -"@MMK_R_period" = -72; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -57; -"@MMK_R_question" = 21; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -35; -"@MMK_R_semicolon" = -11; -"@MMK_R_seven" = 36; -"@MMK_R_slash" = -74; -"@MMK_R_t" = 0; -"@MMK_R_three" = 13; -"@MMK_R_two" = 16; -"@MMK_R_u" = -12; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -74; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -133; -"@MMK_R_O" = -17; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = 23; -"@MMK_R_W" = 28; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 17; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -71; -"@MMK_R_a.ss04" = -46; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = -31; -"@MMK_R_comma" = -74; -"@MMK_R_e" = -72; -"@MMK_R_egrave" = -61; -"@MMK_R_eight" = -2; -"@MMK_R_ellipsis" = -138; -"@MMK_R_f" = -10; -"@MMK_R_five" = -6; -"@MMK_R_four" = -74; -"@MMK_R_g" = -67; -"@MMK_R_guillemetleft" = -74; -"@MMK_R_guillemetright" = -44; -"@MMK_R_hyphen" = -138; -"@MMK_R_hyphen.case" = -74; -"@MMK_R_i" = -3; -"@MMK_R_icircumflex" = 65; -"@MMK_R_j" = -4; -"@MMK_R_l" = -4; -"@MMK_R_lslash" = -20; -"@MMK_R_n" = -38; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -29; -"@MMK_R_parenright" = -12; -"@MMK_R_parenright.case" = -11; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -72; -"@MMK_R_pi" = -15; -"@MMK_R_plus" = -71; -"@MMK_R_question" = 15; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_s" = -55; -"@MMK_R_semicolon" = -31; -"@MMK_R_seven" = 26; -"@MMK_R_slash" = -138; -"@MMK_R_t" = -10; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -33; -"@MMK_R_v" = -14; -"@MMK_R_w" = -15; -"@MMK_R_x" = -19; -"@MMK_R_y" = -14; -"@MMK_R_z" = -29; -"@MMK_R_zero" = -13; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -68; -"@MMK_R_H" = -3; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = -128; -"@MMK_R_O" = -8; -"@MMK_R_S" = 0; -"@MMK_R_T" = -2; -"@MMK_R_U" = 0; -"@MMK_R_V" = 14; -"@MMK_R_W" = 17; -"@MMK_R_X" = -4; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -12; -"@MMK_R_a" = -67; -"@MMK_R_a.ss04" = -47; -"@MMK_R_asterisk" = 35; -"@MMK_R_bracketright" = -23; -"@MMK_R_colon.ss01" = -33; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -68; -"@MMK_R_egrave" = -63; -"@MMK_R_eight" = -3; -"@MMK_R_f" = -10; -"@MMK_R_five" = -6; -"@MMK_R_four" = -68; -"@MMK_R_g" = -64; -"@MMK_R_guillemetleft" = -53; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = -68; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_i" = -15; -"@MMK_R_icircumflex" = 50; -"@MMK_R_j" = -15; -"@MMK_R_l" = -6; -"@MMK_R_lslash" = -22; -"@MMK_R_n" = -42; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -21; -"@MMK_R_parenright" = -19; -"@MMK_R_parenright.case" = -18; -"@MMK_R_percent" = 3; -"@MMK_R_period.ss01" = -69; -"@MMK_R_pi" = -15; -"@MMK_R_plus" = -57; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -53; -"@MMK_R_seven" = 11; -"@MMK_R_slash" = -68; -"@MMK_R_t" = -13; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -36; -"@MMK_R_v" = -16; -"@MMK_R_w" = -17; -"@MMK_R_x" = -22; -"@MMK_R_y" = -15; -"@MMK_R_z" = -30; -"@MMK_R_zero" = -5; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -81; -"@MMK_R_I.ss02" = -87; -"@MMK_R_J" = -85; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -122; -"@MMK_R_U" = 0; -"@MMK_R_V" = -32; -"@MMK_R_W" = -14; -"@MMK_R_X" = -65; -"@MMK_R_Y" = -51; -"@MMK_R_Z" = -86; -"@MMK_R_a" = -15; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = 23; -"@MMK_R_braceright" = -78; -"@MMK_R_bracketright" = -82; -"@MMK_R_colon" = 20; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -15; -"@MMK_R_egrave" = -14; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -110; -"@MMK_R_exclam" = 6; -"@MMK_R_f" = 18; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = -65; -"@MMK_R_foursuperior" = 17; -"@MMK_R_g" = -9; -"@MMK_R_g.ss05" = -7; -"@MMK_R_guillemetleft" = -14; -"@MMK_R_guillemetright" = 38; -"@MMK_R_hyphen" = -83; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -18; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_one" = -21; -"@MMK_R_onesuperior" = -40; -"@MMK_R_oslash" = -13; -"@MMK_R_parenright" = -66; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -17; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 20; -"@MMK_R_sevensuperior" = -57; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -81; -"@MMK_R_t" = 18; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -56; -"@MMK_R_twosuperior" = -24; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -85; -"@MMK_R_v" = 22; -"@MMK_R_w" = 20; -"@MMK_R_x" = 3; -"@MMK_R_y" = 22; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 0; -}; -"@MMK_L_s" = { -"@MMK_R_A" = 6; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -3; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -144; -"@MMK_R_U" = -2; -"@MMK_R_V" = -78; -"@MMK_R_W" = -56; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -109; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -65; -"@MMK_R_asterisk" = -36; -"@MMK_R_braceright" = -80; -"@MMK_R_bracketright" = -80; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 9; -"@MMK_R_comma.ss01" = -16; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -19; -"@MMK_R_ellipsis" = -18; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -12; -"@MMK_R_fivesuperior" = -26; -"@MMK_R_four" = -6; -"@MMK_R_foursuperior" = -25; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -3; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -24; -"@MMK_R_one" = -63; -"@MMK_R_onesuperior" = -49; -"@MMK_R_oslash" = 4; -"@MMK_R_parenright" = -56; -"@MMK_R_period" = 8; -"@MMK_R_period.ss01" = -15; -"@MMK_R_question" = -57; -"@MMK_R_question.ss01" = -67; -"@MMK_R_quotedbl" = -39; -"@MMK_R_quotedblleft" = -69; -"@MMK_R_quotedblleft.ss01" = -68; -"@MMK_R_quotedblright" = -67; -"@MMK_R_quoteright" = -67; -"@MMK_R_quoteright.ss01" = -61; -"@MMK_R_s" = 12; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -61; -"@MMK_R_sixsuperior" = -29; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -14; -"@MMK_R_threesuperior" = -18; -"@MMK_R_trademark" = -79; -"@MMK_R_twosuperior" = -12; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 6; -"@MMK_R_v" = -17; -"@MMK_R_w" = -8; -"@MMK_R_x" = 0; -"@MMK_R_y" = -18; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 0; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -142; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 31; -"@MMK_R_J" = -121; -"@MMK_R_O" = -19; -"@MMK_R_S" = 3; -"@MMK_R_T" = 14; -"@MMK_R_U" = 15; -"@MMK_R_V" = 43; -"@MMK_R_W" = 45; -"@MMK_R_X" = 23; -"@MMK_R_Y" = 35; -"@MMK_R_Z" = 5; -"@MMK_R_a" = -81; -"@MMK_R_a.ss04" = -72; -"@MMK_R_asterisk" = 33; -"@MMK_R_bracketright" = -14; -"@MMK_R_colon" = -36; -"@MMK_R_colon.ss01" = -48; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_degree" = 0; -"@MMK_R_e" = -81; -"@MMK_R_egrave" = -61; -"@MMK_R_eight" = -3; -"@MMK_R_ellipsis" = -177; -"@MMK_R_f" = -24; -"@MMK_R_five" = 0; -"@MMK_R_four" = -104; -"@MMK_R_g" = -78; -"@MMK_R_guillemetleft" = -68; -"@MMK_R_guillemetright" = -26; -"@MMK_R_hyphen" = -92; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 43; -"@MMK_R_j" = 0; -"@MMK_R_n" = -53; -"@MMK_R_nine" = -2; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -23; -"@MMK_R_parenright" = -5; -"@MMK_R_parenright.case" = -4; -"@MMK_R_percent" = 7; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_pi" = -27; -"@MMK_R_plus" = -67; -"@MMK_R_question" = 24; -"@MMK_R_quotedbl" = 25; -"@MMK_R_quotedblleft" = 25; -"@MMK_R_quotedblleft.ss01" = 10; -"@MMK_R_quotedblright" = 23; -"@MMK_R_quoteright" = 23; -"@MMK_R_quoteright.ss01" = 4; -"@MMK_R_s" = -68; -"@MMK_R_semicolon" = -36; -"@MMK_R_seven" = 44; -"@MMK_R_slash" = -142; -"@MMK_R_t" = -26; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -44; -"@MMK_R_v" = -28; -"@MMK_R_w" = -28; -"@MMK_R_x" = -34; -"@MMK_R_y" = -26; -"@MMK_R_z" = -43; -"@MMK_R_zero" = -15; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -44; -}; -"@MMK_L_six" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 2; -"@MMK_R_S" = 25; -"@MMK_R_T" = -42; -"@MMK_R_U" = 2; -"@MMK_R_V" = -34; -"@MMK_R_W" = -19; -"@MMK_R_X" = -4; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asterisk" = 4; -"@MMK_R_bracketright" = -73; -"@MMK_R_colon" = 4; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -25; -"@MMK_R_degree" = -27; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 13; -"@MMK_R_eight" = 24; -"@MMK_R_ellipsis" = -32; -"@MMK_R_f" = 0; -"@MMK_R_five" = 14; -"@MMK_R_four" = 29; -"@MMK_R_g" = 11; -"@MMK_R_guillemetleft" = 16; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = 22; -"@MMK_R_hyphen.case" = -14; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 54; -"@MMK_R_j" = 6; -"@MMK_R_l" = 7; -"@MMK_R_n" = 4; -"@MMK_R_nine" = 10; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 14; -"@MMK_R_parenright" = -57; -"@MMK_R_parenright.case" = -36; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -28; -"@MMK_R_pi" = 4; -"@MMK_R_plus" = -6; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -4; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -12; -"@MMK_R_s" = 12; -"@MMK_R_semicolon" = 4; -"@MMK_R_seven" = 4; -"@MMK_R_slash" = -11; -"@MMK_R_t" = 0; -"@MMK_R_three" = 16; -"@MMK_R_two" = 10; -"@MMK_R_u" = 10; -"@MMK_R_v" = 0; -"@MMK_R_w" = 6; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 2; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -147; -"@MMK_R_H" = 4; -"@MMK_R_I.ss02" = 14; -"@MMK_R_J" = -118; -"@MMK_R_O" = -20; -"@MMK_R_S" = 0; -"@MMK_R_T" = 15; -"@MMK_R_U" = 16; -"@MMK_R_V" = 24; -"@MMK_R_W" = 41; -"@MMK_R_X" = 23; -"@MMK_R_Y" = 19; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -67; -"@MMK_R_a.ss04" = -55; -"@MMK_R_asterisk" = 33; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = -28; -"@MMK_R_colon.ss01" = -46; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -67; -"@MMK_R_egrave" = -61; -"@MMK_R_eight" = -4; -"@MMK_R_ellipsis" = -182; -"@MMK_R_f" = -20; -"@MMK_R_five" = -2; -"@MMK_R_four" = -88; -"@MMK_R_g" = -64; -"@MMK_R_guillemetleft" = -64; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = -77; -"@MMK_R_hyphen.case" = -56; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 53; -"@MMK_R_j" = -2; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -11; -"@MMK_R_n" = -47; -"@MMK_R_nine" = -2; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -27; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = -2; -"@MMK_R_percent" = 0; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_pi" = -21; -"@MMK_R_plus" = -55; -"@MMK_R_question" = 18; -"@MMK_R_quotedbl" = 34; -"@MMK_R_quotedblleft" = 20; -"@MMK_R_quotedblleft.ss01" = 15; -"@MMK_R_quotedblright" = 28; -"@MMK_R_quoteright" = 28; -"@MMK_R_quoteright.ss01" = 17; -"@MMK_R_s" = -54; -"@MMK_R_seven" = 36; -"@MMK_R_slash" = -160; -"@MMK_R_t" = -20; -"@MMK_R_three" = -4; -"@MMK_R_two" = -2; -"@MMK_R_u" = -37; -"@MMK_R_v" = -24; -"@MMK_R_w" = -22; -"@MMK_R_x" = -27; -"@MMK_R_y" = -20; -"@MMK_R_z" = -31; -"@MMK_R_zero" = -16; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 5; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 6; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -63; -"@MMK_R_V" = -32; -"@MMK_R_W" = -17; -"@MMK_R_X" = 6; -"@MMK_R_Y" = -51; -"@MMK_R_Z" = 4; -"@MMK_R_a" = -12; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -31; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = -67; -"@MMK_R_bracketright" = -68; -"@MMK_R_colon" = 37; -"@MMK_R_colon.ss01" = 18; -"@MMK_R_comma" = 11; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -12; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 17; -"@MMK_R_f" = 18; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = -56; -"@MMK_R_foursuperior" = 2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 15; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = 44; -"@MMK_R_hyphen" = -59; -"@MMK_R_icircumflex" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -6; -"@MMK_R_ninesuperior" = -10; -"@MMK_R_one" = -8; -"@MMK_R_onesuperior" = -35; -"@MMK_R_parenright" = -36; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -8; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -18; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -9; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 37; -"@MMK_R_sevensuperior" = -56; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 28; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -58; -"@MMK_R_twosuperior" = -17; -"@MMK_R_underscore" = 15; -"@MMK_R_v" = 9; -"@MMK_R_w" = 14; -"@MMK_R_x" = 29; -"@MMK_R_y" = 10; -"@MMK_R_z" = 28; -"@MMK_R_zero" = 0; -}; -"@MMK_L_three" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 10; -"@MMK_R_S" = 19; -"@MMK_R_T" = -34; -"@MMK_R_U" = 0; -"@MMK_R_V" = -25; -"@MMK_R_W" = -14; -"@MMK_R_X" = -2; -"@MMK_R_Y" = -37; -"@MMK_R_Z" = 3; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 17; -"@MMK_R_asterisk" = 13; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -25; -"@MMK_R_degree" = -19; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eight" = 21; -"@MMK_R_ellipsis" = -30; -"@MMK_R_f" = 16; -"@MMK_R_five" = 8; -"@MMK_R_four" = 22; -"@MMK_R_g" = 3; -"@MMK_R_guillemetleft" = 6; -"@MMK_R_guillemetright" = 16; -"@MMK_R_hyphen" = 7; -"@MMK_R_hyphen.case" = -7; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 60; -"@MMK_R_j" = 2; -"@MMK_R_l" = 4; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 19; -"@MMK_R_one" = 6; -"@MMK_R_parenleft" = 12; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -31; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -26; -"@MMK_R_pi" = 22; -"@MMK_R_plus" = -3; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -4; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = 19; -"@MMK_R_semicolon" = 7; -"@MMK_R_seven" = 8; -"@MMK_R_slash" = -10; -"@MMK_R_t" = 13; -"@MMK_R_three" = 17; -"@MMK_R_two" = 15; -"@MMK_R_u" = 8; -"@MMK_R_v" = 3; -"@MMK_R_w" = 8; -"@MMK_R_x" = 7; -"@MMK_R_y" = 4; -"@MMK_R_z" = 6; -"@MMK_R_zero" = 11; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = 3; -"@MMK_R_O" = 6; -"@MMK_R_S" = -3; -"@MMK_R_T" = -42; -"@MMK_R_U" = 0; -"@MMK_R_V" = -34; -"@MMK_R_W" = -22; -"@MMK_R_X" = 14; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = 11; -"@MMK_R_a" = -13; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = 7; -"@MMK_R_bracketright" = -63; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 6; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_degree" = -24; -"@MMK_R_e" = -13; -"@MMK_R_egrave" = -13; -"@MMK_R_eight" = -6; -"@MMK_R_ellipsis" = -7; -"@MMK_R_f" = 6; -"@MMK_R_five" = -4; -"@MMK_R_four" = -47; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = 24; -"@MMK_R_hyphen" = -34; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 42; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 7; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -5; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -9; -"@MMK_R_pi" = 4; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 22; -"@MMK_R_seven" = 5; -"@MMK_R_slash" = 15; -"@MMK_R_t" = 0; -"@MMK_R_three" = 4; -"@MMK_R_two" = 12; -"@MMK_R_u" = 0; -"@MMK_R_v" = 4; -"@MMK_R_w" = 9; -"@MMK_R_x" = 16; -"@MMK_R_y" = 5; -"@MMK_R_z" = 14; -"@MMK_R_zero" = 7; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -61; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -6; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = -5; -"@MMK_R_U" = 3; -"@MMK_R_V" = 0; -"@MMK_R_W" = 3; -"@MMK_R_X" = -12; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -16; -"@MMK_R_asterisk" = 34; -"@MMK_R_bracketright" = -28; -"@MMK_R_colon" = -14; -"@MMK_R_colon.ss01" = -38; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_fraction" = 13; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -8; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -30; -"@MMK_R_parenright.case" = -28; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 27; -"@MMK_R_quotedbl" = 9; -"@MMK_R_quotedblleft" = 18; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 17; -"@MMK_R_quoteright" = 17; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = -14; -"@MMK_R_slash" = -71; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -82; -"@MMK_R_I.ss02" = -83; -"@MMK_R_J" = -82; -"@MMK_R_O" = 23; -"@MMK_R_S" = 0; -"@MMK_R_T" = -127; -"@MMK_R_U" = 8; -"@MMK_R_V" = -29; -"@MMK_R_W" = -13; -"@MMK_R_X" = -65; -"@MMK_R_Y" = -50; -"@MMK_R_Z" = -84; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = 24; -"@MMK_R_braceright" = -78; -"@MMK_R_bracketright" = -82; -"@MMK_R_colon" = 18; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -6; -"@MMK_R_egrave" = -6; -"@MMK_R_eightsuperior" = 7; -"@MMK_R_ellipsis" = -105; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 19; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -37; -"@MMK_R_foursuperior" = 11; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = -3; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = 33; -"@MMK_R_hyphen" = -25; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 3; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 3; -"@MMK_R_lslash" = -6; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = -31; -"@MMK_R_oslash" = -6; -"@MMK_R_parenright" = -64; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -17; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 18; -"@MMK_R_sevensuperior" = -54; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -90; -"@MMK_R_t" = 19; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -54; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 14; -"@MMK_R_underscore" = -90; -"@MMK_R_v" = 24; -"@MMK_R_w" = 31; -"@MMK_R_x" = 9; -"@MMK_R_y" = 25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 25; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -59; -"@MMK_R_I.ss02" = -61; -"@MMK_R_J" = -60; -"@MMK_R_O" = 26; -"@MMK_R_S" = 0; -"@MMK_R_T" = -127; -"@MMK_R_U" = 10; -"@MMK_R_V" = -30; -"@MMK_R_W" = -15; -"@MMK_R_X" = -60; -"@MMK_R_Y" = -51; -"@MMK_R_Z" = -61; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -30; -"@MMK_R_asterisk" = 24; -"@MMK_R_braceright" = -78; -"@MMK_R_bracketright" = -84; -"@MMK_R_colon" = 14; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -57; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = 12; -"@MMK_R_ellipsis" = -77; -"@MMK_R_exclam" = 10; -"@MMK_R_f" = 27; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -21; -"@MMK_R_foursuperior" = 9; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = 31; -"@MMK_R_hyphen" = -12; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 6; -"@MMK_R_igrave" = 4; -"@MMK_R_imacron" = 4; -"@MMK_R_itilde" = 4; -"@MMK_R_j" = 4; -"@MMK_R_l" = 5; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 5; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 4; -"@MMK_R_ninesuperior" = -2; -"@MMK_R_one" = -13; -"@MMK_R_onesuperior" = -30; -"@MMK_R_oslash" = -2; -"@MMK_R_parenright" = -61; -"@MMK_R_period" = -58; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -19; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 18; -"@MMK_R_sevensuperior" = -52; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -55; -"@MMK_R_t" = 24; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -56; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 14; -"@MMK_R_underscore" = -66; -"@MMK_R_v" = 30; -"@MMK_R_w" = 32; -"@MMK_R_x" = 14; -"@MMK_R_y" = 31; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 27; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 14; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = 10; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -127; -"@MMK_R_U" = 0; -"@MMK_R_V" = -37; -"@MMK_R_W" = -21; -"@MMK_R_X" = 14; -"@MMK_R_Y" = -57; -"@MMK_R_Z" = 8; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = -3; -"@MMK_R_asciicircum" = -38; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -76; -"@MMK_R_bracketright" = -76; -"@MMK_R_colon" = 34; -"@MMK_R_colon.ss01" = 15; -"@MMK_R_comma" = 18; -"@MMK_R_comma.ss01" = -5; -"@MMK_R_e" = -18; -"@MMK_R_egrave" = -18; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = 12; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = -57; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 20; -"@MMK_R_guillemetleft" = -22; -"@MMK_R_guillemetright" = 39; -"@MMK_R_hyphen" = -62; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -23; -"@MMK_R_one" = -14; -"@MMK_R_onesuperior" = -41; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -32; -"@MMK_R_period" = 9; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -21; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -20; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -9; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 34; -"@MMK_R_sevensuperior" = -65; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = 8; -"@MMK_R_t" = 6; -"@MMK_R_threesuperior" = -12; -"@MMK_R_trademark" = -64; -"@MMK_R_twosuperior" = -27; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 20; -"@MMK_R_v" = 0; -"@MMK_R_w" = 15; -"@MMK_R_x" = 35; -"@MMK_R_y" = 4; -"@MMK_R_z" = 37; -"@MMK_R_zero" = 0; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -82; -"@MMK_R_I.ss02" = -83; -"@MMK_R_J" = -82; -"@MMK_R_O" = 23; -"@MMK_R_S" = 0; -"@MMK_R_T" = -127; -"@MMK_R_U" = 8; -"@MMK_R_V" = -28; -"@MMK_R_W" = -13; -"@MMK_R_X" = -65; -"@MMK_R_Y" = -49; -"@MMK_R_Z" = -84; -"@MMK_R_a" = -7; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -26; -"@MMK_R_asterisk" = 24; -"@MMK_R_braceright" = -78; -"@MMK_R_bracketright" = -81; -"@MMK_R_colon" = 18; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -74; -"@MMK_R_comma.ss01" = -68; -"@MMK_R_e" = -6; -"@MMK_R_egrave" = -7; -"@MMK_R_eightsuperior" = 7; -"@MMK_R_ellipsis" = -104; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 26; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -37; -"@MMK_R_foursuperior" = 11; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = -13; -"@MMK_R_guillemetright" = 33; -"@MMK_R_hyphen" = -24; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 3; -"@MMK_R_l" = 4; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = -6; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = -10; -"@MMK_R_onesuperior" = -31; -"@MMK_R_oslash" = -6; -"@MMK_R_parenright" = -60; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -69; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -17; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -13; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 18; -"@MMK_R_sevensuperior" = -53; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -89; -"@MMK_R_t" = 21; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -54; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 14; -"@MMK_R_underscore" = -84; -"@MMK_R_v" = 24; -"@MMK_R_w" = 31; -"@MMK_R_x" = 9; -"@MMK_R_y" = 25; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 25; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 7; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 3; -"@MMK_R_O" = 0; -"@MMK_R_S" = -2; -"@MMK_R_T" = -127; -"@MMK_R_U" = 0; -"@MMK_R_V" = -39; -"@MMK_R_W" = -23; -"@MMK_R_X" = 5; -"@MMK_R_Y" = -61; -"@MMK_R_Z" = 4; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -35; -"@MMK_R_asterisk" = 8; -"@MMK_R_braceright" = -76; -"@MMK_R_bracketright" = -76; -"@MMK_R_colon" = 36; -"@MMK_R_colon.ss01" = 14; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = -17; -"@MMK_R_egrave" = -17; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = -69; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 13; -"@MMK_R_guillemetleft" = -22; -"@MMK_R_guillemetright" = 43; -"@MMK_R_hyphen" = -56; -"@MMK_R_j" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -13; -"@MMK_R_ninesuperior" = -17; -"@MMK_R_one" = -19; -"@MMK_R_onesuperior" = -41; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -36; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question.ss01" = -24; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -15; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = -3; -"@MMK_R_quoteright" = -3; -"@MMK_R_quoteright.ss01" = -14; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 36; -"@MMK_R_sevensuperior" = -62; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -62; -"@MMK_R_twosuperior" = -17; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 9; -"@MMK_R_w" = 15; -"@MMK_R_x" = 24; -"@MMK_R_y" = 12; -"@MMK_R_z" = 18; -"@MMK_R_zero" = 4; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = -17; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -20; -"@MMK_R_J" = -18; -"@MMK_R_O" = 20; -"@MMK_R_S" = 17; -"@MMK_R_T" = -72; -"@MMK_R_U" = 11; -"@MMK_R_V" = -57; -"@MMK_R_W" = -41; -"@MMK_R_X" = -24; -"@MMK_R_Y" = -66; -"@MMK_R_Z" = -18; -"@MMK_R_a" = 25; -"@MMK_R_a.ss04" = 19; -"@MMK_R_asterisk" = -4; -"@MMK_R_bracketright" = -82; -"@MMK_R_colon" = -8; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma" = -18; -"@MMK_R_comma.ss01" = -43; -"@MMK_R_degree" = -47; -"@MMK_R_e" = 25; -"@MMK_R_egrave" = 25; -"@MMK_R_eight" = 19; -"@MMK_R_ellipsis" = -47; -"@MMK_R_f" = 2; -"@MMK_R_five" = 12; -"@MMK_R_four" = 31; -"@MMK_R_g" = 25; -"@MMK_R_guillemetleft" = 24; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 35; -"@MMK_R_hyphen.case" = 27; -"@MMK_R_i" = 4; -"@MMK_R_icircumflex" = 15; -"@MMK_R_j" = 5; -"@MMK_R_l" = 5; -"@MMK_R_n" = 4; -"@MMK_R_nine" = 2; -"@MMK_R_one" = -22; -"@MMK_R_parenleft" = 25; -"@MMK_R_parenright" = -67; -"@MMK_R_parenright.case" = -43; -"@MMK_R_percent" = -6; -"@MMK_R_period" = -21; -"@MMK_R_period.ss01" = -43; -"@MMK_R_pi" = 2; -"@MMK_R_question" = -19; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -35; -"@MMK_R_quotedblleft.ss01" = -32; -"@MMK_R_quotedblright" = -27; -"@MMK_R_quoteright" = -27; -"@MMK_R_quoteright.ss01" = -29; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = -8; -"@MMK_R_seven" = -15; -"@MMK_R_slash" = -26; -"@MMK_R_t" = 0; -"@MMK_R_three" = 11; -"@MMK_R_two" = -5; -"@MMK_R_u" = 17; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = -3; -"@MMK_R_y" = 0; -"@MMK_R_z" = -4; -"@MMK_R_zero" = 22; +exclam.ss01 = { +period.ss01 = -24; }; -A = { -Dcroat = -48; -Eth = -48; -Iogonek = 53; -Jcircumflex = 26; -Lslash = -28; -Tbar = -112; -Tcedilla = -117; -Ycircumflex = -145; -Ydieresis = -145; -Ydieresis.ss01 = -145; -Ydotbelow = -144; -Ydotbelow.ss01 = -145; -Ygrave = -145; -ampersand = -18; -asciitilde = -53; -at = -44; -backslash = -156; -dollar = -40; -eight = -19; -equal = -44; -five = -31; -gbreve.ss06 = 28; -germandbls = -30; -jcircumflex = 0; -less = -55; -logicalnot = -112; -minus = -80; -multiply = -51; -nine = -30; -numbersign = -41; -ordfeminine = -128; -ordmasculine = -129; -parenleft = -17; -parenleft.case = -39; -plus = -70; -quotedbl = -128; -quotedblleft.ss01 = -128; -quoteleft = -74; -quoteright.ss01 = -68; -registered = -114; -seven = -72; -three = -30; -two = 4; +ohungarumlaut = { +onesuperior = -59; +sevensuperior = -66; +parenright = -73; +bracketright = -68; +quotedblright = -73; +quotedbl = -74; +quotesingle = -57; }; -Aacute = { -Dcroat = -48; -Eth = -48; -Tbar = -112; -Tcedilla = -117; -registered = -114; +uhornacute = { +a = -23; +a.ss05 = -18; +c = -22; +n = 0; +t = 0; +u = 0; +t_i.liga = 0; +t_t.liga = 0; +period = -28; +comma = -29; +ellipsis = -50; +question = 49; +period.ss01 = -45; +ellipsis.ss01 = -56; +comma.ss01 = -36; +parenright = -20; +quotedbl = 27; }; -Abreve = { -Tcedilla = -117; -V = -140; +o = { +germandbls = -29; +gbreve.ss06 = 0; +ordmasculine = -72; +seven = -83; +registered = -43; +logicalnot = -62; }; -Acircumflex = { -T = -115; -Tcedilla = -111; -Tcommaaccent = -112; -V = -115; -Y = -111; -Ydieresis = -111; -Ydotbelow = -111; +ellipsis = { +Dcroat = -72; +Tbar = -162; +tbar = -73; +twosuperior = -187; +threesuperior = -202; +fivesuperior = -208; +eightsuperior = -210; +parenleft = -56; +braceright = -94; +parenleft.case = -68; +bracketright.case = -31; }; -Acircumflexacute = { -T = -113; -Y = -109; +Iacute = { +A = 3; +S = 8; +igrave = 42; +icircumflex = 65; +parenright.case = 33; }; -Acircumflexdotbelow = { -T = -115; -Y = -111; +sixsuperior = { +A = -81; +fraction = 8; +period = -62; +comma = -64; +slash = -91; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -47; +parenright = -41; +guillemetleft = -6; }; -Acircumflexdotbelow.ss01 = { -T = -115; -Y = -111; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 45; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -50; +"@MMK_R_KO_Oacute" = -50; +"@MMK_R_KO_J" = 36; +"@MMK_R_KO_G.ss07" = -48; +"@MMK_R_KO_S" = -14; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 55; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 47; +"@MMK_R_KO_I.ss02" = 39; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -41; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 69; +"@MMK_R_KO_itilde" = 48; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_lslash" = -10; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -25; +"@MMK_R_KO_v" = -78; +"@MMK_R_KO_w" = -66; +"@MMK_R_KO_x" = 21; +"@MMK_R_KO_y" = -69; +"@MMK_R_KO_z" = 32; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 52; +"@MMK_R_KO_t_t.liga" = -42; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = -51; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = -80; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 25; +"@MMK_R_KO_comma" = 28; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 28; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 17; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = 49; +"@MMK_R_KO_backslash" = 36; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 18; +"@MMK_R_KO_colon.ss01" = 18; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = -73; +"@MMK_R_KO_endash" = -100; +"@MMK_R_KO_underscore" = 34; +"@MMK_R_KO_hyphen.case" = -108; +"@MMK_R_KO_parenleft" = -11; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = 9; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -91; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -64; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -114; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = -42; +"@MMK_R_KO_T" = -131; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -75; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -92; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_Z" = -91; +"@MMK_R_KO_I.ss02" = -97; +"@MMK_R_KO_J.ss10" = -99; +"@MMK_R_KO_zero" = 14; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = -78; +"@MMK_R_KO_three" = -68; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 13; +"@MMK_R_KO_seven" = -105; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -38; +"@MMK_R_KO_foursuperior" = -33; +"@MMK_R_KO_sevensuperior" = -53; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -102; +"@MMK_R_KO_asterisk" = -81; +"@MMK_R_KO_slash" = -73; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -42; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright.case" = -87; +"@MMK_R_KO_quotedblleft" = -115; +"@MMK_R_KO_quotedblright" = -113; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 21; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -83; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -113; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 3; +l.ss04 = 35; }; -Acircumflexgrave = { -Y = -109; +five = { +icircumflex = 19; +x = -12; +ordfeminine = -29; +ordmasculine = -29; +parenleft = 13; +asciicircum = -89; }; -Acircumflexhookabove = { -Y = -109; +Tcommaaccent = { +aacute = -135; +acircumflex.ss05 = -58; +amacron.ss05 = -36; +abreve.ss05 = -31; +endash.case = -132; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -85; +"@MMK_R_KO_W" = -69; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -128; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -25; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = -3; +"@MMK_R_KO_imacron" = -5; +"@MMK_R_KO_itilde" = -5; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = -31; +"@MMK_R_KO_one" = -70; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -34; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -24; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -73; +"@MMK_R_KO_asterisk" = -67; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = -76; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_question.ss01" = -85; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = -22; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_braceright" = -84; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -77; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -72; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -85; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -95; +"@MMK_R_KO_asciicircum" = -86; }; -Acircumflextilde = { -Y = -107; +questiondown.ss01 = { +l.ss03 = -46; +quoteright.ss01 = -61; }; -Adieresis = { -T = -126; -Tcedilla = -117; -V = -126; -Y = -124; -Ydieresis = -124; -registered = -114; +threeinferior = { +T = -139; +V = -99; +W = -76; +Y = -148; +parenright = -60; +bracketright = -68; }; Adieresis.ss01 = { -Ydieresis.ss01 = -132; +endash.case = -96; +registered = -103; }; -Amacron = { -T = -100; -Tcedilla = -96; -V = -100; -Y = -99; -Ycircumflex = -99; +lcaron.ss03 = { +b = 0; +h = 0; +k = 0; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +j = 5; +j.ss01 = 5; +zcaron = 22; +l.ss03 = 0; +lcaron.ss03 = 0; +sixsuperior = 49; +onesuperior = 62; +twosuperior = 50; +threesuperior = 45; +foursuperior = 0; +fivesuperior = 43; +sevensuperior = 66; +eightsuperior = 61; +ninesuperior = 67; +exclam = 58; +question = 64; +exclam.ss01 = 58; +question.ss01 = 36; +parenright = 29; +bracketright = 0; +quotedblleft = 44; +quoteleft = 52; +quotedbl = 61; +quotesingle = 72; +quotedblleft.ss01 = 45; +quoteleft.ss01 = 46; }; -Aogonek = { -Lslash = -28; -comma = 46; -comma.ss01 = 24; -parenright = 24; -period = 35; -semicolon = 31; +f_f.liga = { +e = -5; +f = 20; +fl = 20; +i = -2; +i.ss01 = -2; +idieresis = 0; +seven = 23; +ampersand = -28; }; -Aring = { -Tcedilla = -117; -V = -135; -Ydieresis = -131; -Ydieresis.ss01 = -131; +Jacute = { +Icircumflex = 2; +Imacron = 0; +Hbar = 46; +igrave = 48; +ibreve = 71; +icaron = 65; +idieresis = 67; +jcircumflex = 69; +idieresis.ss01 = 45; +parenright = 12; +parenright.case = 35; }; -Atilde = { -V = -121; -Y = -120; -ordfeminine = -128; +braceright.case = { +J.ss10 = -42; +period = -39; +comma = -32; +period.ss01 = -55; +comma.ss01 = -46; +hyphen.case = 14; +parenright.case = -33; +braceright.case = -37; +asciicircum = -53; }; -B = { -Hbar = 44; -Lslash = 8; -OE = 6; -Oslash = 6; -Tcedilla = -29; -acircumflexacute.ss05 = 15; -ampersand = 21; -eight = 21; -five = 9; -greater = 28; -hbar = 39; -idieresis = 46; -jcircumflex = 61; -minus = -14; -nine = 18; -parenleft = 12; -plus = -6; -three = 17; -two = 13; +ecircumflexhookabove = { +m = -4; +n = -3; +u = 0; +period.ss01 = -24; +comma.ss01 = -15; +parenright = -41; }; -C = { -Lslash = 0; -OE = 7; -Tcedilla = -54; -ampersand = 10; -bracketright.case = -55; -dollar = 7; -eight = 30; -five = 20; -greater = 18; -minus = -15; -nine = 13; -numbersign = 0; -plus = -10; -seven = 0; -three = 25; -two = 10; +Cdotaccent = { +Hbar = 15; }; -Ccircumflex = { -jcircumflex = 50; +Ncommaaccent = { +imacron = 92; }; -Cdotaccent = { -Hbar = 25; +dollar = { +one = -15; +three = 0; +four = 3; +five = 0; +eight = 20; +parenright = -75; +bracketright = -77; +parenright.case = -46; }; -D = { -Dcroat = 32; -Eth = 32; -Hbar = 11; -Jcircumflex = -34; -Lslash = 35; -OE = 23; -Oslash = 21; -Ycircumflex = -64; -ampersand = 13; -at = 17; -bracketright.case = -64; -eight = 17; -equal = 0; -five = 9; -idotbelow = 5; -lacute = 5; -less = 25; -nine = 4; -parenleft = 26; +Scaron = { +iogonek = 16; }; -Dcroat = { -Dcroat = 32; -acircumflexacute.ss05 = 16; -idotbelow = 5; -ihookabove = 5; +fi = { +hbar = 3; +idieresis = 2; +jcircumflex = 4; +germandbls = 0; +logicalnot = -60; }; -E = { -H = 0; -Hbar = 0; -Iogonek = 47; -Jcircumflex = 5; -Tcedilla = 3; -asciitilde = -2; -backslash = 30; -eight = -8; -equal = -26; -exclam.ss01 = 9; -gbreve.ss06 = 5; -germandbls = -32; -idieresis = 65; -idieresis.ss01 = 49; -jcircumflex = 37; -minus = -32; -multiply = -44; -numbersign = -36; -registered = -25; -seven = 17; -three = -7; -two = 3; +zero = { +icircumflex = 17; +x = -12; +ordmasculine = -21; +underscore = -57; +parenleft = 15; +braceright = -82; +braceright.case = -67; +bracketright.case = -71; +baht = -12; +trademark = -71; +multiply = -28; +asciicircum = -49; }; -Ecircumflex = { -Icircumflex = 5; +period.ss01 = { +ordfeminine = -63; +ordmasculine = -63; +twosuperior = -63; +threesuperior = -63; +fivesuperior = -63; +eightsuperior = -63; +question.ss01 = -63; +parenleft = -44; +braceright = -63; +parenleft.case = -63; +quoteright.ss01 = -61; }; -Ecircumflexdotbelow = { -C = -9; -T = 4; -comma = 0; -period = 0; +X = { +igrave = 32; +ibreve = 78; +icaron = 57; +idieresis = 60; +idieresis.ss01 = 44; +zero = -50; +two = 38; +three = -23; +six = -45; +eight = -15; +nine = -14; +numbersign = -65; +endash.case = -84; +parenleft.case = -31; +at = -43; +registered = -44; +plus = -114; +minus = -114; +multiply = -64; +equal = -55; +notequal = -108; +less = -99; +logicalnot = -169; +asciitilde = -94; }; -Ecircumflexdotbelow.ss01 = { -T = 4; +L = { +H = -12; +Dcroat = -59; +Oslash = -41; +Tbar = -132; +oslash = -18; +ordfeminine = -221; +ordmasculine = -214; +zero = -72; +two = 12; +three = -51; +five = -53; +six = -71; +seven = -85; +nine = -57; +numbersign = -79; +endash.case = -249; +parenleft.case = -53; +quoteleft.ss01 = -61; +at = -61; +registered = -266; +dollar = -63; +plus = -142; +minus = -268; +multiply = -80; +equal = -132; +notequal = -118; +less = -188; +approxequal = -116; +logicalnot = -282; +asciitilde = -223; }; -Ecircumflexgrave = { -comma = 0; -period = 0; +euro = { +period = -30; +comma = -23; +slash = -28; +period.ss01 = -45; +parenright = -84; +bracketright = -89; +parenright.case = -65; +bracketright.case = -73; +}; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -152; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = -120; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 11; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 38; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 32; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -98; +"@MMK_R_KO_a" = -70; +"@MMK_R_KO_aacute" = -68; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -71; +"@MMK_R_KO_eacute" = -67; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = -68; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -49; +"@MMK_R_KO_icircumflex" = 58; +"@MMK_R_KO_imacron" = 100; +"@MMK_R_KO_itilde" = 82; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -56; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -40; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_x" = -32; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = -37; +"@MMK_R_KO_l.ss03" = 8; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_g.ss06" = -61; +"@MMK_R_KO_t_t.liga" = -21; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -75; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 16; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -29; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = 19; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 15; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = -31; +"@MMK_R_KO_semicolon" = -31; +"@MMK_R_KO_ellipsis" = -175; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -160; +"@MMK_R_KO_backslash" = 57; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -42; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -87; +"@MMK_R_KO_endash" = -70; +"@MMK_R_KO_underscore" = -164; +"@MMK_R_KO_hyphen.case" = -62; +"@MMK_R_KO_parenleft" = -26; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_bracketright.case" = -6; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 12; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_quoteright.ss01" = 12; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -63; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_Y" = -55; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 20; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -25; +"@MMK_R_KO_ninesuperior" = -37; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -59; +"@MMK_R_KO_asterisk" = -36; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = -6; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -71; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -71; +"@MMK_R_KO_quotedblleft" = -78; +"@MMK_R_KO_quotedblright" = -68; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -65; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -78; +"@MMK_R_KO_quoteright.ss01" = -61; }; -Ecircumflexhookabove = { -comma = 0; -period = 0; +perthousand = { +question = -106; +asterisk = -131; +question.ss01 = -112; +parenright = -83; +parenright.case = -48; +quotedblleft = -122; +quotedblright = -122; +quoteleft = -64; +quoteright = -64; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -61; +quotedblright.ss01 = -129; +quoteright.ss01 = -61; }; -Ecircumflextilde = { -comma = 0; +V = { +Eth = -39; +Oslash = -26; +adieresis = -69; +ae = -61; +a.ss05 = -61; +adieresis.ss05 = -32; +eacute = -71; +ccaron = -49; +emacron = -46; +edieresis = -57; +ecaron = -50; +otilde = -54; +odieresis = -57; +iacute = -19; +ncommaaccent = -49; +igrave = 66; +ibreve = 97; +icaron = 90; +idieresis = 73; +racute = -40; +scaron = -21; +zcaron = -34; +idieresis.ss01 = 75; +gdotaccent.ss06 = -61; +gdotaccent.ss01.ss06 = -61; +zero = -32; +two = -2; +three = -11; +six = -24; +seven = 43; +twoinferior = -87; +ellipsis.ss01 = -175; +endash.case = -37; +at = -40; +ampersand = -48; +plus = -55; +minus = -58; +less = -40; +lessequal = -97; +approxequal = -79; +asciitilde = -59; }; -Edieresis = { -Idieresis = 2; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -86; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -102; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -19; +"@MMK_R_KO_W" = -9; +"@MMK_R_KO_X" = -49; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = -48; +"@MMK_R_KO_I.ss02" = -38; +"@MMK_R_KO_J.ss10" = -100; +"@MMK_R_KO_a" = -20; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_f" = 29; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = 29; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 24; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = 29; +"@MMK_R_KO_pi" = 29; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = -16; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = 24; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -91; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -16; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = 26; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_parenright.case" = -66; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 7; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -129; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -56; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -54; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -55; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 14; +"@MMK_R_KO_three" = 2; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 20; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 17; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 13; +"@MMK_R_KO_slash" = -61; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = -129; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -12; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_parenright.case" = -16; +"@MMK_R_KO_guillemetleft" = -51; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_degree" = -3; +"@MMK_R_KO_plus" = -25; +"@MMK_R_KO_percent" = 11; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -125; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = -132; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -137; +"@MMK_R_KO_a" = -52; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -28; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -51; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -16; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -10; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -90; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = 17; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 7; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -137; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -135; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = -137; +"@MMK_R_KO_endash" = -100; +"@MMK_R_KO_hyphen.case" = -75; +"@MMK_R_KO_endash.case" = -4; +"@MMK_R_KO_parenright" = -23; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -15; +"@MMK_R_KO_percent" = 8; }; -Edotaccent = { -scaron = -11; +seven = { +icircumflex = 41; +x = -50; +g.ss06 = -84; +mu = -69; +colon = -48; +semicolon = -48; +backslash = 56; +ellipsis.ss01 = -203; +underscore = -178; +parenleft = -23; +at = -45; +ampersand = -56; +euro = -70; +minus = -86; +multiply = -41; +divide = -86; +notequal = -96; +less = -66; +plusminus = -71; +asciitilde = -86; +asciicircum = -65; }; -Emacron = { -Imacron = 51; -gcommaaccent.ss06 = 4; +scedilla = { +gbreve.ss06 = 18; }; -Eogonek = { -comma = 48; -parenright = 23; -period = 10; +fourinferior = { +T = -147; +V = -114; +W = -82; +parenright = -72; +bracketright = -80; }; -Eth = { -Eth = 32; -Oslash = 21; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -60; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = -149; +"@MMK_R_KO_U" = -46; +"@MMK_R_KO_V" = -179; +"@MMK_R_KO_W" = -124; +"@MMK_R_KO_X" = 48; +"@MMK_R_KO_Y" = -162; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -40; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_j" = 34; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_v" = -94; +"@MMK_R_KO_w" = -57; +"@MMK_R_KO_y" = -23; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_zero" = -54; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = -38; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_five" = -38; +"@MMK_R_KO_six" = -54; +"@MMK_R_KO_seven" = -98; +"@MMK_R_KO_eight" = -22; +"@MMK_R_KO_nine" = -46; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_parenright.case" = 37; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -137; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -129; }; -F = { -Hbar = 0; -adieresis = -19; -ampersand = -29; -backslash = 35; -eight = -4; -eightinferior = -32; -ellipsis.ss01 = -228; -fiveinferior = -34; -fourinferior = -89; -iacute = -19; -idieresis = 62; -nine = -2; -numbersign = -36; -seven = 22; -sixinferior = -38; -three = -3; -threeinferior = -29; -two = -9; -twoinferior = -27; -udieresis = -25; +equal = { +period = -62; +comma = -58; +period.ss01 = -63; +comma.ss01 = -60; +parenright = -94; +bracketright = -96; +parenright.case = -72; +bracketright.case = -97; +equal = 0; +A = -24; +J = -77; +T = -101; +V = -40; +X = -39; +Y = -65; }; -G = { -Eth = 17; -Hbar = 14; -Lslash = 21; -Oslash = 4; -Ycircumflex = -60; -backslash = -39; -eight = 11; -hbar = 10; -jcircumflex = 32; -parenleft = 13; -three = 3; -two = 0; +five.numr = { +fraction = 13; +}; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -17; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -97; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -85; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -128; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = -3; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_itilde" = -3; +"@MMK_R_KO_j" = -3; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -27; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -31; +"@MMK_R_KO_one" = -70; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -47; +"@MMK_R_KO_onesuperior" = -55; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -27; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -12; +"@MMK_R_KO_semicolon" = -9; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -67; +"@MMK_R_KO_asterisk" = -66; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -15; +"@MMK_R_KO_colon.ss01" = -20; +"@MMK_R_KO_question.ss01" = -80; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 13; +"@MMK_R_KO_underscore" = -22; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_bracketright" = -84; +"@MMK_R_KO_quotedblleft" = -84; +"@MMK_R_KO_quotedblright" = -75; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 9; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -71; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -79; +"@MMK_R_KO_quoteright.ss01" = -61; }; -G.ss07 = { -Hbar = 12; -Lslash = 38; -Oslash = 17; -eight = 21; -hbar = 12; +dcaron = { +exclam.ss01 = 163; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -33; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -79; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -31; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 25; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 27; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = -18; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_sixsuperior" = -23; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -17; +"@MMK_R_KO_foursuperior" = -9; +"@MMK_R_KO_fivesuperior" = -25; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = -20; +"@MMK_R_KO_ninesuperior" = -31; +"@MMK_R_KO_period" = -26; +"@MMK_R_KO_comma" = -25; +"@MMK_R_KO_colon" = -11; +"@MMK_R_KO_semicolon" = -11; +"@MMK_R_KO_ellipsis" = -59; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_backslash" = -42; +"@MMK_R_KO_period.ss01" = -44; +"@MMK_R_KO_comma.ss01" = -39; +"@MMK_R_KO_colon.ss01" = -19; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_underscore" = -44; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -87; +"@MMK_R_KO_braceright" = -79; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_parenright.case" = -55; +"@MMK_R_KO_bracketright.case" = -63; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -19; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = -27; +"@MMK_R_KO_quoteright.ss01" = -27; +"@MMK_R_KO_trademark" = -80; +"@MMK_R_KO_asciicircum" = -54; }; -Germandbls = { -A = 0; -E = 2; -G = 0; -I = 2; -L = 2; -S = 28; -T = -13; -Z = 7; -a = 15; -hyphen = 25; -parenright = -30; +k = { +oslash = -17; +iogonek = 18; +lcommaaccent = 0; +two = 19; +plus = -10; +minus = -10; +notequal = -62; +logicalnot = -90; +asciitilde = -13; }; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 22; -endash = 0; -exclam = 0; -greater = 15; -hyphen = 0; -ibreve = 57; -jcircumflex = 51; -l = 0; -n = 0; -o = 0; -s = 0; -x = 0; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -140; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -1; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -19; +"@MMK_R_KO_sevensuperior" = -68; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_asterisk" = -13; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -44; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -10; +"@MMK_R_KO_question.ss01" = -29; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -75; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -28; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -34; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_quoteright.ss01" = -32; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -52; }; -Hbar = { -B = 39; -D = 39; -E = 39; -F = 39; -Gdotaccent = 48; -H = 39; -Hbar = 107; -I = 39; -I.ss02 = 0; -K = 39; -L = 39; -M = 39; -N = 39; -O = 47; -Q = 47; -R = 39; -S = 63; -T = 0; -U = 52; -W = 45; -Zdotaccent = 0; -b = 35; -exclam = 48; -i = 26; -i.ss01 = 28; -idotaccent = 26; -j = 27; -l = 35; -l.ss04 = 35; -ninesuperior = 43; -question = 69; -quotedblright = 59; -quoteright = 59; -quotesingle = 57; -sixsuperior = 55; -u = 0; -w = 20; +scaron = { +T = -69; +iogonek = 9; }; -I = { -Hbar = 39; -backslash = 22; -greater = 15; -jcircumflex = 51; +ninesuperior = { +A = -86; +fraction = -3; +period = -62; +comma = -64; +slash = -97; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -60; +parenright = -46; +guillemetleft = -19; }; -I.ss02 = { -Dcroat = -48; -Eth = -48; -Tcedilla = 4; -jcircumflex = 37; -logicalnot = -143; -minus = -112; -plus = -107; +v = { +n = 0; +ampersand = -42; }; -Iacute = { -Igrave = 95; -Rcaron = 0; -Tcaron = 0; -U = 4; -comma.ss01 = -23; -l.ss04 = 24; -parenright = 16; -period.ss01 = -26; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -66; +"@MMK_R_KO_H" = -59; +"@MMK_R_KO_O" = -55; +"@MMK_R_KO_J" = -89; +"@MMK_R_KO_G.ss07" = -52; +"@MMK_R_KO_S" = -48; +"@MMK_R_KO_T" = -217; +"@MMK_R_KO_V" = -138; +"@MMK_R_KO_W" = -110; +"@MMK_R_KO_X" = -73; +"@MMK_R_KO_Y" = -196; +"@MMK_R_KO_Z" = -71; +"@MMK_R_KO_I.ss02" = -85; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_a.ss05" = -48; +"@MMK_R_KO_l" = -59; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_f" = -79; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = -59; +"@MMK_R_KO_n" = -59; +"@MMK_R_KO_j" = -59; +"@MMK_R_KO_s" = -49; +"@MMK_R_KO_t" = -81; +"@MMK_R_KO_z" = -73; +"@MMK_R_KO_t_t.liga" = -82; }; -Iacute.ss02 = { -Eth = -48; +infinity = { +parenright = -91; +bracketright = -83; +parenright.case = -69; +bracketright.case = -83; +quotedblleft = -61; }; -Ibreve = { -Imacron = 214; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -93; +"@MMK_R_KO_one" = -139; +"@MMK_R_KO_two" = -113; +"@MMK_R_KO_three" = -109; +"@MMK_R_KO_four" = -88; +"@MMK_R_KO_five" = -93; +"@MMK_R_KO_six" = -93; +"@MMK_R_KO_seven" = -120; +"@MMK_R_KO_eight" = -93; +"@MMK_R_KO_nine" = -93; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -123; +"@MMK_R_KO_asterisk" = -115; +"@MMK_R_KO_slash" = -169; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_hyphen" = -107; +"@MMK_R_KO_hyphen.case" = -100; +"@MMK_R_KO_parenright" = -150; +"@MMK_R_KO_bracketright" = -155; +"@MMK_R_KO_parenright.case" = -137; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -84; +"@MMK_R_KO_guillemetright" = -100; +"@MMK_R_KO_quotedbl" = -125; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -129; +"@MMK_R_KO_A" = -161; +"@MMK_R_KO_H" = -81; +"@MMK_R_KO_O" = -89; +"@MMK_R_KO_J" = -183; +"@MMK_R_KO_G.ss07" = -86; +"@MMK_R_KO_S" = -101; +"@MMK_R_KO_T" = -245; +"@MMK_R_KO_V" = -165; +"@MMK_R_KO_W" = -146; +"@MMK_R_KO_X" = -188; +"@MMK_R_KO_Y" = -196; +"@MMK_R_KO_Z" = -185; +"@MMK_R_KO_I.ss02" = -216; +"@MMK_R_KO_J.ss10" = -107; +"@MMK_R_KO_a" = -86; +"@MMK_R_KO_a.ss05" = -85; +"@MMK_R_KO_l" = -76; +"@MMK_R_KO_e" = -85; +"@MMK_R_KO_f" = -96; +"@MMK_R_KO_g" = -85; +"@MMK_R_KO_i" = -74; +"@MMK_R_KO_n" = -99; +"@MMK_R_KO_j" = -74; +"@MMK_R_KO_s" = -87; +"@MMK_R_KO_t" = -96; +"@MMK_R_KO_z" = -107; +"@MMK_R_KO_t_t.liga" = -96; }; -Icircumflex = { -Icircumflex = 152; -bracketright = 53; -icircumflex = 53; -l.ss04 = 27; -parenright = 61; -parenright.case = 73; +asterisk = { +g.ss06 = -25; }; -Idieresis = { -Idieresis = 175; -Igrave = 109; -idieresis = 55; -parenright = 35; +semicolon.ss01 = { +onesuperior = -47; +sevensuperior = -61; +hyphen = -61; +emdash = -61; }; -Idieresis.ss01 = { -Idieresis.ss01 = 111; -Igrave = 101; +divide = { +one = -73; +two = -46; +three = 0; +seven = -62; +parenright = -114; +parenright.case = -96; +quotedblleft = -82; +quotedblright = -78; +quoteright = -64; +quotedblleft.ss01 = -77; +quotedblright.ss01 = -84; +A = -57; +Y = -119; +I.ss02 = -112; }; -Idieresis.ss02 = { -idieresis = 74; +asciitilde = { +exclam = -80; +exclam.ss01 = -81; +question.ss01 = -130; +parenleft = -83; +parenleft.case = -83; +bracketright.case = -156; +quoteright.ss01 = -61; +U = -94; +aacute = -86; +edieresis = -86; +edieresis.ss01 = -86; +u = -90; +v = -94; +w = -87; +x = -116; +y = -95; +l.ss03 = -95; +l.ss04 = -74; +g.ss06 = -93; +gcircumflex.ss06 = -93; }; -Idotaccent = { -l.ss04 = 24; +three.dnom = { +question = -93; +question.ss01 = -110; +parenright = -80; +quotedblleft = -122; +quotedblright = -122; +quoteleft = -64; +quoteright = -64; +quotedbl = -110; +quotesingle = -57; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -61; +quotedblright.ss01 = -129; +quoteright.ss01 = -61; +degree = -158; }; -Idotaccent.ss01 = { -l.ss04 = 24; -period.ss01 = -26; +odotbelow.ss01 = { +T = -141; }; -Idotbelow = { -U = 4; -comma = 5; -j = 52; +x = { +oslash = -16; +two = 25; +ampersand = -25; +plus = -5; +minus = -5; +notequal = -61; +logicalnot = -80; +asciitilde = -4; }; -Imacron = { -Ibreve = 207; -Imacron = 230; -imacron = 89; -l.ss04 = 24; -parenright = 29; -parenright.case = 58; +U = { +Dcroat = 10; +Eth = 10; +Hbar = 51; +Lslash = 4; +hbar = 52; +igrave = 52; +jcircumflex = 74; +greater = 26; }; -Iogonek = { -Iogonek = 44; -iogonek = 44; -j = 55; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = 20; +"@MMK_R_KO_Y" = -24; +"@MMK_R_KO_Z" = 11; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 69; +"@MMK_R_KO_imacron" = 95; +"@MMK_R_KO_itilde" = 82; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 19; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 17; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 19; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_g.ss06" = 23; +"@MMK_R_KO_t_t.liga" = 18; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -15; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_colon" = 9; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = -11; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 14; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = -2; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 3; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = 7; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -43; +"@MMK_R_KO_braceright" = -53; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 7; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -6; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -29; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -37; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -34; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = 40; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 81; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -16; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -33; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = -55; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -43; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = -144; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -57; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 15; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -145; +"@MMK_R_KO_endash" = -105; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_parenleft" = -25; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = 3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -Iogonek.ss02 = { -comma = 50; -iogonek = 82; -j = 101; +Eth = { +Eth = 33; +Oslash = 23; }; -Itilde = { -Idieresis = 203; -Idieresis.ss01 = 170; -Itilde = 215; +odotbelow = { +T = -141; }; -J = { -Hbar = 45; -Iogonek = 5; -Oslash = 7; -backslash = 28; -greater = 21; -i.ss01 = 5; -ibreve = 63; -idieresis = 61; -iogonek = 6; -jcircumflex = 55; +baht = { +slash = -14; +parenright = -61; +parenright.case = -40; }; -Jacute = { -Ecaron = 4; -Edieresis = 4; -Egrave = 4; -Hbar = 45; -Ibreve = 144; -Icircumflex = 98; -Idieresis = 131; -Idieresis.ss01 = 109; -Idotaccent = 30; -Igrave = 101; -Imacron = 171; -Itilde = 143; -Oslash = 10; -backslash = 28; -ibreve = 63; -idieresis = 61; -jcircumflex = 55; -parenright = 7; -parenright.case = 24; +Icircumflex.ss02 = { +endash.case = -98; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 11; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 1; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 17; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 4; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = -19; +"@MMK_R_KO_bracketright" = -19; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -24; +"@MMK_R_KO_asciicircum" = -42; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -81; +"@MMK_R_KO_onesuperior" = -80; +"@MMK_R_KO_foursuperior" = -88; +"@MMK_R_KO_sevensuperior" = -83; +"@MMK_R_KO_ninesuperior" = -80; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_question" = -73; +"@MMK_R_KO_asterisk" = -81; +"@MMK_R_KO_slash" = -11; +"@MMK_R_KO_period.ss01" = -19; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = -18; +"@MMK_R_KO_hyphen.case" = -28; +"@MMK_R_KO_endash.case" = -71; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_quotedblleft" = -92; +"@MMK_R_KO_quotedblright" = -84; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -5; +"@MMK_R_KO_quotedbl" = -88; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -88; }; -Jcircumflex = { -A = -15; -E = 7; -Jcircumflex = -9; -O = 9; -U = 15; -a = 5; -e = 6; -jcircumflex = 57; -o = 6; -parenright = 66; +quotedblright = { +Dcroat = -53; +icircumflex = 58; +scaron = -38; +x = -24; +g.ss06 = -66; +mu = -45; +questiondown = -122; +questiondown.case = -122; +parenleft = -23; +quotesinglbase = -64; +asciitilde = -65; }; -K = { -Iogonek = 49; -Lslash = -27; -OE = -35; -Ydotbelow = 27; -Ydotbelow.ss01 = 27; -Ygrave = 27; -ampersand = -29; -asciitilde = -91; -at = -46; -backslash = 51; -dollar = -20; -ecircumflexacute = -24; -edieresis = -46; -eight = -13; -equal = -48; -jcircumflex = 33; -lcommaaccent.ss04 = 50; -less = -92; -logicalnot = -168; -minus = -109; -nine = -13; -numbersign = -56; -odieresis = -46; -parenleft = -16; -plus = -108; -rcaron = 14; -registered = -31; -seven = 23; -three = -13; -two = 3; -u = -44; -ygrave = -49; -yhookabove = -49; -ytilde = -42; +r = { +fl = 17; +germandbls = 17; +wdieresis = 23; +gcircumflex.ss06 = -10; +oneinferior = -74; +twoinferior = -71; +threeinferior = -72; +fourinferior = -92; +fiveinferior = -69; +sixinferior = -74; +ampersand = -56; +logicalnot = -99; +asciitilde = 0; }; -L = { -Dcroat = -49; -H = 0; -Iogonek = 51; -Jcircumflex = 11; -OE = -71; -Oslash = -9; -Tbar = -135; -Tcedilla = -119; -Ycircumflex = -142; -Ydieresis = -142; -Ydieresis.ss01 = -142; -Ydotbelow = -142; -Ydotbelow.ss01 = -142; -Ygrave = -142; -ampersand = -39; -asciitilde = -181; -at = -57; -backslash = -159; -eight = -29; -equal = -104; -five = -42; -idotbelow = -11; -less = -181; -logicalnot = -284; -minus = -242; -multiply = -84; -nine = -40; -numbersign = -82; -ordfeminine = -231; -ordmasculine = -224; -parenleft = -30; -plus = -152; -quotedbl = -147; -quoteleft = -74; -quoteleft.ss01 = -68; -quoteright.ss01 = -68; -registered = -234; -seven = -74; -three = -36; -two = -6; +seveninferior = { +I.ss02 = -70; +fourinferior = -47; +seveninferior = 19; +parenright = -91; +parenright.case = -76; }; -Lcaron = { -A = 10; -B = 0; -Ccaron = -72; -D = 0; -G = -72; -H = 0; -J = 11; -K = 0; -M = 0; -N = 0; -Ncaron = 0; -O = -72; -R = 0; -S = -33; -Scaron = -33; -T = -63; -U = -53; -Uacute = -53; -V = -62; -a = -45; -a.ss05 = -26; -comma = 0; -eightsuperior = -80; -fivesuperior = -86; -foursuperior = -108; -hyphen = -177; -hyphen.case = -147; -ninesuperior = -77; -onesuperior = -70; -parenright = -34; -period = 0; -question = -69; -sevensuperior = -70; -sixsuperior = -83; -threesuperior = -77; -twosuperior = -75; -u = -41; -uacute = -41; -v = -89; +sterling = { +two = 8; +hyphen.case = -72; +parenright = -58; }; -Lslash = { -Ydieresis = -142; -Ydieresis.ss01 = -142; +Ocircumflex = { +Lslash = 15; }; -M = { -Hbar = 39; -backslash = 22; -greater = 15; -ibreve = 57; -idieresis = 55; -idieresis.ss01 = 30; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -69; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_I.ss02" = -36; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -63; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -44; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -29; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_bracketright.case" = -53; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -30; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -31; +}; +_f.longarm = { +l = 13; +i = 0; +idotaccent = 0; +i.ss01 = 0; +idotaccent.ss01 = 0; +l.ss03 = 20; +l.ss04 = 22; }; -N = { -Hbar = 38; -backslash = 22; -degree = -20; -greater = 15; -idieresis = 55; -jcircumflex = 51; +I.ss02 = { +Dcroat = -53; +igrave = 44; +jcircumflex = 28; +endash.case = -98; +plus = -113; +minus = -113; +notequal = -117; +less = -99; +approxequal = -95; +logicalnot = -145; +asciitilde = -107; }; -O = { -Dcroat = 31; -Eth = 31; -Hbar = 10; -Jcircumflex = -31; -Lslash = 34; -Oslash = 20; -Tbar = -28; -Tcedilla = -72; -Ydieresis = -65; -Ydieresis.ss01 = -65; -at = 16; -backslash = -33; -bracketright.case = -62; -eight = 17; -five = 9; -gbreve.ss06 = 5; -idieresis = 6; -less = 23; -parenleft = 26; -parenleft.case = 22; -parenright = -69; -parenright.case = -54; +quoteleft.ss01 = { +J.ss10 = -61; +igrave = 17; +icircumflex = 42; +imacron = 73; +jcircumflex = 42; +questiondown.case = -61; +questiondown.ss01 = -61; +hyphen = -61; +emdash = -61; +quotedblbase.ss01 = -61; +ampersand = -57; +minus = -25; +logicalnot = -61; +asciitilde = -26; }; -Oacute = { -Eth = 31; -Lslash = 34; -parenright = -69; +Zacute = { +endash.case = -73; }; -Ocircumflex = { -Lslash = 34; -Tcedilla = -72; +d = { +hbar = 4; +igrave = 1; +icaron = 1; +idieresis = 1; +jcircumflex = 4; +logicalnot = -61; }; -Odieresis = { -Eth = 31; -gbreve.ss06 = 5; +notequal = { +zero = -56; +one = -85; +two = -59; +seven = -69; +parenright = -150; +parenright.case = -137; +A = -85; +B = -60; +F = -60; +L = -60; +N = -60; +Y = -111; +b = -56; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_J" = -57; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -96; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -36; +"@MMK_R_KO_Y" = -81; +"@MMK_R_KO_Z" = -41; +"@MMK_R_KO_I.ss02" = -54; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_t_t.liga" = 0; }; -Odieresis.ss01 = { -Eth = 31; +six = { +icircumflex = 52; +parenleft = 19; +braceright = -63; +bracketright.case = -45; +trademark = -68; +asciicircum = -46; }; -Ograve = { -Lslash = 34; +Idieresis.ss02 = { +idieresis = 0; }; -Omacron = { -Eth = 31; -Lslash = 34; +quotedblleft.ss01 = { +A = -115; +J = -127; +igrave = 12; +icircumflex = 40; +imacron = 73; +jcircumflex = 39; +g.ss06 = -43; +mu = -22; +questiondown.case = -108; +ellipsis.ss01 = -129; +questiondown.ss01 = -122; +underscore = -129; +quotedblbase.ss01 = -129; +ampersand = -58; +minus = -56; +divide = -25; +asciitilde = -26; }; -Oslash = { -Eth = 31; -G = 20; -G.ss07 = 20; -J = -31; -O = 20; -Oslash = 20; -S = 15; -T = 0; -V = 0; -Y = 0; -comma = -28; -comma.ss01 = -51; -d = 24; -e = 24; -g = 24; -hyphen = 33; -hyphen.case = 30; -k = 9; -l = 9; -l.ss03 = 13; -l.ss04 = 36; -period = -28; -period.ss01 = -49; -r = 5; -s = 10; -v = 0; -y = 0; +sevensuperior = { +A = -157; +C = -44; +O = -44; +G = -43; +fraction = -42; +sevensuperior = 39; +period = -62; +comma = -64; +colon = -54; +semicolon = -53; +slash = -169; +period.ss01 = -63; +comma.ss01 = -61; +colon.ss01 = -63; +semicolon.ss01 = -61; +hyphen = -90; +hyphen.case = -74; +guillemetleft = -72; +guilsinglleft = -72; +guillemetright = -52; +guilsinglright = -52; +plus = -70; }; -P = { -Jcircumflex = -127; -Lslash = 0; -OE = 26; -Oslash = 27; -Tcedilla = -26; -ampersand = -26; -bracketright.case = -63; -ellipsis.ss01 = -228; -exclam.ss01 = 19; -five = 7; -fourinferior = -85; -idieresis = 46; -lcommaaccent = 6; -lcommaaccent.ss04 = 13; -less = 13; -nine = 28; -parenleft = 10; -seven = 28; -three = 26; -threeinferior = -19; -two = 32; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 25; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -39; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -54; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_backslash" = -34; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = -39; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_hyphen.case" = -70; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_braceright" = -81; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_parenright.case" = -63; +"@MMK_R_KO_bracketright.case" = -71; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -15; +"@MMK_R_KO_trademark" = -76; +"@MMK_R_KO_asciicircum" = -43; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -83; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 20; +"@MMK_R_KO_J" = -114; +"@MMK_R_KO_G.ss07" = 24; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = -130; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -98; +"@MMK_R_KO_Y" = -78; +"@MMK_R_KO_Z" = -115; +"@MMK_R_KO_I.ss02" = -98; +"@MMK_R_KO_J.ss10" = -242; +"@MMK_R_KO_zero" = 13; +"@MMK_R_KO_one" = -57; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -13; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = 15; +"@MMK_R_KO_seven" = -24; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = 23; +"@MMK_R_KO_sixsuperior" = 6; +"@MMK_R_KO_onesuperior" = -32; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -28; +"@MMK_R_KO_slash" = -88; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -83; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -34; }; -Q = { -Dcroat = -16; -backslash = -77; -minus = -33; -plus = -30; -registered = -49; -seven = -49; -two = 0; +won = { +period = -62; +comma = -64; +slash = -82; +period.ss01 = -63; +comma.ss01 = -61; }; -R = { -Hbar = 52; -Iogonek = 34; -Jcircumflex = 14; -Oslash = 13; -Tcedilla = -29; -Ydieresis = -30; -ampersand = 0; -eight = 9; -greater = 26; -idieresis = 46; -jcircumflex = 61; -nine = 17; -seven = 15; -three = 16; -two = 19; +i.ss01 = { +l = 1; +c = 1; +e = 1; +o = -1; +m = 2; +n = 2; +r = 2; +p = 2; +j.ss01 = 2; +parenright = -23; }; -S = { -Abrevetilde = 5; -Hbar = 31; -Lslash = 6; -OE = -2; -Oslash = 0; -Tcedilla = -42; -Ycircumflex = -47; -ampersand = 13; -bracketright.case = -31; -dollar = 0; -eight = 23; -five = 12; -greater = 23; -hbar = 24; -ibreve = 25; -idieresis = 27; -idieresis.ss01 = 19; -minus = -34; -nine = 9; -parenleft = 7; -plus = -20; -three = 15; -two = 6; +guillemetright = { +T = -150; +x = -39; +threesuperior = -32; +fivesuperior = -40; +eightsuperior = -29; +colon = -49; +semicolon = -50; +questiondown = -47; +question.ss01 = -71; +questiondown.ss01 = -47; +braceright = -78; +braceright.case = -73; +bracketright.case = -72; +quotesinglbase = -59; +quotedblbase = -60; +quotedblbase.ss01 = -58; +quoteright.ss01 = -61; }; -Scaron = { -iogonek = 7; +s = { +l = 0; +seven = -62; +emdash = 0; +registered = -24; +notequal = -71; +logicalnot = -51; +asciitilde = 0; +}; +five.dnom = { +question = -96; +question.ss01 = -107; +parenright = -78; +quotedblleft = -122; +quotedblright = -122; +quoteleft = -64; +quoteright = -64; +quotedbl = -104; +quotesingle = -57; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -61; +quotedblright.ss01 = -129; +quoteright.ss01 = -61; +degree = -106; }; -Scedilla = { -parenright = -44; +ecircumflexgrave = { +parenright = -76; +bracketright = -75; +quotedbl = -69; }; -T = { -Acircumflex = -127; -Acircumflexacute = -122; -Acircumflexdotbelow = -127; -Acircumflexgrave = -122; -Amacron = -119; -Atilde = -131; -Hbar = 2; -Lslash = -30; -OE = -33; -Oslash = -31; -Ycircumflex = 16; -Ydotbelow = 16; -Ygrave = 16; -a.ss05 = -125; -aacute.ss05 = -101; -abreve = -70; -abreveacute = -68; -abrevedotbelow = -70; -abrevegrave = -68; -acircumflex = -87; -acircumflex.ss05 = -49; -acircumflexacute = -48; -acircumflexacute.ss05 = -2; -acircumflexdotbelow = -87; -acircumflexdotbelow.ss01 = -87; -acircumflexgrave = -91; -acircumflexhookabove = -91; -acircumflexhookabove.ss05 = -53; -acircumflextilde = -73; -adieresis = -72; -adieresis.ss05 = -46; -adotbelow.ss05 = -125; -ae = -125; -agrave = -86; -ahookabove = -116; -ahookabove.ss05 = -69; -amacron = -57; -ampersand = -41; -aogonek.ss05 = -125; -aring = -82; -asciitilde = -141; -at = -58; -atilde = -65; -backslash = 36; -e = -136; -eacute = -126; -ecaron = -54; -ecircumflexacute = -31; -edieresis = -57; -edotaccent = -110; -egrave = -70; -ehookabove = -93; -eight = -7; -emacron = -45; -equal = -64; -hbar = 0; -i.ss01 = -6; -iacute = -30; -ibreve = 83; -idieresis = 64; -idieresis.ss01 = 51; -idotaccent.ss01 = -6; -idotbelow = -16; -idotless = -84; -ihookabove = 0; -less = -132; -logicalnot = -204; -minus = -151; -multiply = -50; -numbersign = -72; -oacute = -127; -ocircumflexacute = -32; -odieresis = -59; -ograve = -72; -ohookabove = -96; -ohorngrave = -72; -ohungarumlaut = -91; -omacron = -46; -otilde = -54; -parenleft = -33; -plus = -114; -racute = -70; -rcaron = -3; -registered = -32; -scaron = -30; -scircumflex = -44; -seven = 17; -three = -8; -two = -7; -twoinferior = -144; -uacute = -127; -ubreve = -59; -ucircumflex = -76; -udieresis = -64; -udieresis.ss01 = -75; -ugrave = -75; -uhookabove = -100; -uhorngrave = -75; -uhornhookabove = -100; -uhungarumlaut = -95; -umacron = -50; -uring = -71; -utilde = -58; -ycircumflex = -64; -ygrave = -63; -yhookabove = -82; -zeroinferior = -147; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = 13; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = -76; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -133; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -65; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -67; +"@MMK_R_KO_I.ss02" = -77; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -9; +"@MMK_R_KO_aacute" = -9; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -9; +"@MMK_R_KO_eacute" = -9; +"@MMK_R_KO_f" = 24; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 23; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 27; +"@MMK_R_KO_w" = 34; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = 42; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 23; +"@MMK_R_KO_one" = -32; +"@MMK_R_KO_four" = -24; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -26; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -84; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -54; +"@MMK_R_KO_backslash" = -18; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = -78; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -80; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -8; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 28; +"@MMK_R_KO_T" = -47; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -34; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -42; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = 21; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 24; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 8; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 21; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = 8; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 8; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = 22; +"@MMK_R_KO_three" = 17; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_five" = 18; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = 29; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = -12; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -2; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_hyphen.case" = -21; +"@MMK_R_KO_endash.case" = -7; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -39; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_degree" = -32; +"@MMK_R_KO_plus" = -19; +"@MMK_R_KO_percent" = -4; +}; +Agrave = { +endash.case = -96; }; -Tbar = { -A = -94; -Aacute = -94; -Tbar = 14; -comma = -74; -comma.ss01 = -68; -guilsinglleft = -31; -oslash = -30; -period = -72; -period.ss01 = -69; -slash = -108; -tbar = -31; +t_t.liga = { +wdieresis = 17; +hyphen = -63; +logicalnot = -97; +asciitilde = 0; }; -Tcaron = { -a.ss05 = -125; -udieresis = -64; +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -116; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -121; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -131; +"@MMK_R_KO_a" = -40; +"@MMK_R_KO_a.ss05" = -20; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -41; +"@MMK_R_KO_f" = 29; +"@MMK_R_KO_g" = -37; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -7; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = 23; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 21; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_y" = 21; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss04" = 21; +"@MMK_R_KO_t_t.liga" = 23; +"@MMK_R_KO_pi" = 22; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 23; +"@MMK_R_KO_three" = 12; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 36; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = 36; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = 32; +"@MMK_R_KO_asterisk" = 30; +"@MMK_R_KO_slash" = -124; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -131; +"@MMK_R_KO_endash" = -77; +"@MMK_R_KO_hyphen.case" = -63; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_parenright.case" = -36; +"@MMK_R_KO_quotedblleft" = 16; +"@MMK_R_KO_quotedblright" = 13; +"@MMK_R_KO_quoteleft" = 16; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 13; +"@MMK_R_KO_quotesingle" = 13; +"@MMK_R_KO_quotedblleft.ss01" = 14; +"@MMK_R_KO_quotedblright.ss01" = 9; }; -Tcedilla = { -Tcedilla = 9; -a.ss05 = -125; -abreve = -70; -amacron = -57; -umacron = -50; +ohorngrave = { +i = 27; +idotaccent = 27; +i.ss01 = 27; +idotaccent.ss01 = 27; +m = 27; +n = 27; +period = 0; +comma = 0; +period.ss01 = -14; +comma.ss01 = -11; +parenright = -48; +bracketright = -54; +guillemetright = 6; +quotedbl = -16; }; -Tcommaaccent = { -a.ss05 = -125; -abreve = -70; -acircumflex = -86; -amacron = -57; +zeroinferior = { +parenright = -72; }; -Thorn = { -Eth = 40; +c = { +seven = -75; +registered = -34; +notequal = -80; }; -U = { -Dcroat = 10; -Eth = 10; -Germandbls = 5; -Hbar = 50; -Idieresis = 5; -Igrave = 5; -Lcommaaccent = 5; -Lslash = 9; -Tcedilla = 10; -backslash = 33; -greater = 22; -hbar = 45; -jcircumflex = 59; -seven = 11; -yhookabove = 7; +Aacute = { +Dcroat = -43; +Eth = -43; +Tbar = -113; +endash.case = -96; +registered = -103; }; -Uacute = { -Eth = 10; +Abreve = { +endash.case = -96; }; -Udieresis = { -Germandbls = 5; +eight.dnom = { +question = -93; +question.ss01 = -109; +parenright = -80; +quotedblleft = -122; +quotedblright = -122; +quoteleft = -64; +quoteright = -64; +quotedbl = -112; +quotesingle = -57; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -61; +quotedblright.ss01 = -129; +quoteright.ss01 = -61; +degree = -159; }; -V = { -Abrevetilde = -150; -Acircumflex = -127; -Acircumflexacute = -122; -Acircumflexdotbelow = -127; -Acircumflextilde = -125; -Amacron = -119; -Atilde = -130; -Dcroat = -46; -Eth = -46; -Jcircumflex = -79; -OE = -26; -Oslash = -22; -abreve = -62; -abreve.ss05 = -21; -acircumflexacute = -44; -adieresis = -67; -adieresis.ss05 = -41; -amacron = -44; -amacron.ss05 = -3; -ampersand = -40; -at = -41; -backslash = 42; -ccaron = -47; -ecaron = -46; -ecircumflexacute = -28; -edieresis = -49; -eight = -9; -emacron = -30; -equal = -34; -iacute = -23; -ibreve = 96; -idieresis = 73; -idieresis.ss01 = 60; -less = -42; -minus = -63; -ocircumflexacute = -29; -odieresis = -51; -odieresis.ss01 = -63; -otilde = -45; -parenleft = -32; -plus = -56; -racute = -43; -scaron = -17; -seven = 44; -three = -7; -two = -6; -twoinferior = -82; -zcaron = -29; +Idieresis.ss01 = { +Icircumflex = 0; +Idieresis.ss01 = 0; +idieresis.ss01 = 39; +parenright.case = 38; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -132; +"@MMK_R_KO_V" = -58; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = 19; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -7; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_sixsuperior" = -28; +"@MMK_R_KO_onesuperior" = -45; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -55; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -66; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_bracketright" = -76; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -60; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -57; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = -54; +"@MMK_R_KO_quotesingle" = -51; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -70; +"@MMK_R_KO_quoteright.ss01" = -61; }; -W = { -Hbar = 52; -Lslash = -26; -Ycircumflex = 39; -adieresis = -44; -adieresis.ss05 = -36; -ampersand = -32; -backslash = 60; -idieresis = 80; -minus = -43; -odieresis = -41; -plus = -38; -seven = 42; -three = 0; -threeinferior = -64; -two = -2; +comma.ss01 = { +twosuperior = -61; +threesuperior = -61; +fivesuperior = -61; +eightsuperior = -61; +parenright = -12; +bracketright = -10; +quoteright.ss01 = -61; }; -X = { -ampersand = -29; -asciitilde = -92; -at = -44; -backslash = 42; -ecircumflexacute = -28; -eight = -15; -equal = -46; -ibreve = 79; -idieresis = 61; -less = -81; -logicalnot = -144; -minus = -105; -multiply = -51; -nine = -18; -notequal = -65; -numbersign = -50; -plus = -96; -registered = -36; -three = -19; +C = { two = 0; +three = 8; +five = 9; +eight = 18; +braceright.case = -69; +plus = -17; +minus = -17; +greater = 21; }; -Y = { -Acircumflex = -127; -Amacron = -118; -Eth = -48; -Lslash = -29; -Oslash = -31; -Ydieresis = 35; -adieresis = -69; -agrave = -85; -agrave.ss05 = -42; -amacron = -48; -amacron.ss05 = -4; -ampersand = -43; -asciitilde = -79; -at = -53; -backslash = 39; -ecircumflex = -72; -ecircumflexacute = -27; -ecircumflexhookabove = -75; -egrave = -65; -eight = -13; -equal = -43; -iacute = -26; -less = -62; -logicalnot = -122; -minus = -88; -multiply = -44; -nine = -11; -numbersign = -43; -ograve = -67; -parenleft = -35; -plus = -76; -registered = -23; -scaron = -16; -seven = 34; -three = -12; -two = -10; -twoinferior = -120; -udieresis = -53; -umacron = -35; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -122; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = -122; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = -9; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -122; +"@MMK_R_KO_a" = -75; +"@MMK_R_KO_aacute" = -75; +"@MMK_R_KO_a.ss05" = -48; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -76; +"@MMK_R_KO_eacute" = -74; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -74; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -45; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -59; +"@MMK_R_KO_t" = -11; +"@MMK_R_KO_u" = -36; +"@MMK_R_KO_uacute" = -36; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -16; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = -27; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_t_t.liga" = -12; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = -28; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = -122; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -21; +"@MMK_R_KO_seven" = 22; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_sevensuperior" = 11; +"@MMK_R_KO_ninesuperior" = 18; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -122; +"@MMK_R_KO_question" = 17; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -122; +"@MMK_R_KO_hyphen" = -122; +"@MMK_R_KO_endash" = -122; +"@MMK_R_KO_hyphen.case" = -118; +"@MMK_R_KO_endash.case" = -40; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -25; +"@MMK_R_KO_quotedblleft" = 9; +"@MMK_R_KO_quotedblright" = 9; +"@MMK_R_KO_quoteleft" = 9; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = 8; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_plus" = -63; +"@MMK_R_KO_percent" = 0; }; -Yacute = { -Eth = -48; -udieresis = -53; +ocircumflexgrave = { +parenright = -78; +bracketright = -73; +quotedbl = -74; +quotesingle = -57; }; -Z = { -Lslash = -30; -adieresis = -39; -asciitilde = -87; -at = -47; -backslash = 34; -equal = -44; -ibreve = 82; -less = -70; -logicalnot = -131; -minus = -97; -numbersign = -47; -plus = -84; -rcaron = 12; -registered = -23; -seven = 28; -two = 7; +wcircumflex = { +p = 15; +}; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -30; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -114; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -131; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -97; +"@MMK_R_KO_W" = -76; +"@MMK_R_KO_X" = -52; +"@MMK_R_KO_Y" = -147; +"@MMK_R_KO_Z" = -49; +"@MMK_R_KO_I.ss02" = -97; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 24; +"@MMK_R_KO_aacute" = 24; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 25; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = 22; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 26; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -38; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = -61; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_pi" = -22; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = -22; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = -110; +"@MMK_R_KO_eight" = 30; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -82; +"@MMK_R_KO_onesuperior" = -71; +"@MMK_R_KO_foursuperior" = -132; +"@MMK_R_KO_sevensuperior" = -82; +"@MMK_R_KO_ninesuperior" = -76; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -101; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -97; +"@MMK_R_KO_bracketright" = -88; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 19; +"@MMK_R_KO_guillemetright" = -21; +"@MMK_R_KO_quotedbl" = -137; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -129; +"@MMK_R_KO_quotedblright.ss01" = -129; +"@MMK_R_KO_plus" = -45; +}; +Umacron = { +Hbar = 51; }; Zcaron = { -Dcroat = -49; -Iogonek = 56; +Dcroat = -51; +igrave = 43; +endash.case = -73; }; -a = { -asciitilde = 0; -backslash = -46; -germandbls = 0; -jcircumflex = 0; -logicalnot = -53; -notequal = -54; -parenleft = 0; -plus = -6; -r = 0; -registered = -17; -seven = -13; +sixinferior = { +T = -145; +W = -77; +parenright = -65; +bracketright = -72; }; -a.ss05 = { -T = -135; -backslash = -93; -gbreve.ss06 = 22; -gcircumflex.ss06 = 22; -gcommaaccent.ss06 = 22; -germandbls = -30; -jcircumflex = 2; -seven = -68; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -67; +"@MMK_R_KO_Oacute" = -67; +"@MMK_R_KO_J" = -22; +"@MMK_R_KO_G.ss07" = -62; +"@MMK_R_KO_S" = -43; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -9; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -84; +"@MMK_R_KO_zero" = -67; +"@MMK_R_KO_one" = -76; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -56; +"@MMK_R_KO_four" = -86; +"@MMK_R_KO_five" = -20; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -29; +"@MMK_R_KO_nine" = -44; +"@MMK_R_KO_sixsuperior" = -30; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_foursuperior" = -89; +"@MMK_R_KO_sevensuperior" = -3; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -46; +"@MMK_R_KO_slash" = 45; +"@MMK_R_KO_period.ss01" = -37; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -35; +"@MMK_R_KO_hyphen.case" = -88; +"@MMK_R_KO_endash.case" = -89; +"@MMK_R_KO_quotedblleft" = -30; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -25; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -69; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -41; +"@MMK_R_KO_plus" = -97; +"@MMK_R_KO_percent" = -38; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 28; +"@MMK_R_KO_T" = -19; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 3; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 28; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 14; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 14; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = 10; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 22; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -39; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 31; +"@MMK_R_KO_t_t.liga" = -27; +"@MMK_R_KO_pi" = -15; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_two" = 15; +"@MMK_R_KO_three" = 17; +"@MMK_R_KO_four" = 33; +"@MMK_R_KO_five" = 22; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -2; +"@MMK_R_KO_eight" = 36; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -55; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -15; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -14; +"@MMK_R_KO_hyphen" = 30; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -41; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_degree" = -38; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -23; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = -29; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -72; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -31; +"@MMK_R_KO_X" = -21; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = -20; +"@MMK_R_KO_I.ss02" = -24; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 34; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = -7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -39; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_eightsuperior" = -9; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -54; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = -27; +"@MMK_R_KO_period.ss01" = -46; +"@MMK_R_KO_comma.ss01" = -32; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = -39; +"@MMK_R_KO_hyphen.case" = -70; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_parenright.case" = -63; +"@MMK_R_KO_bracketright.case" = -71; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -9; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -19; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -15; }; -aacute = { -parenright = -49; +Idotaccent = { +l.ss04 = 35; }; -abreve = { -parenright = -49; +zero.dnom = { +question = -96; +question.ss01 = -112; +parenright = -83; +parenright.case = -50; +quotedblleft = -122; +quotedblright = -122; +quoteleft = -64; +quoteright = -64; +quotedbl = -137; +quotesingle = -57; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -61; +quotedblright.ss01 = -129; +quoteright.ss01 = -61; +degree = -175; }; -abreveacute = { -parenright = -49; +I = { +I = 0; +Hbar = 41; +hbar = 42; +igrave = 42; +jcircumflex = 64; +logicalnot = -60; }; -abrevedotbelow = { -parenright = -49; +uhornhookabove = { +a = -23; +a.ss05 = -18; +period = -28; +comma = -29; +ellipsis = -50; +period.ss01 = -45; +ellipsis.ss01 = -56; +comma.ss01 = -36; +parenright = -20; +bracketright = -48; +quotedblright = 24; +quotedbl = 27; }; -abrevedotbelow.ss05 = { -c = -17; -t = -38; -t_i.liga = -38; -t_t.liga = -38; +Idieresis = { +Icircumflex = 0; +Idieresis = 0; +idieresis = 62; +parenright = 15; +parenright.case = 36; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -155; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -34; +"@MMK_R_KO_Oacute" = -34; +"@MMK_R_KO_J" = -119; +"@MMK_R_KO_G.ss07" = -31; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 36; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 31; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = -165; +"@MMK_R_KO_a" = -94; +"@MMK_R_KO_aacute" = -78; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -95; +"@MMK_R_KO_eacute" = -70; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -93; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -73; +"@MMK_R_KO_icircumflex" = 33; +"@MMK_R_KO_imacron" = 83; +"@MMK_R_KO_itilde" = 67; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -83; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -70; +"@MMK_R_KO_uacute" = -59; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -46; +"@MMK_R_KO_x" = -53; +"@MMK_R_KO_y" = -46; +"@MMK_R_KO_z" = -57; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_g.ss06" = -87; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -133; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -49; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 17; +"@MMK_R_KO_eightsuperior" = 8; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = -52; +"@MMK_R_KO_semicolon" = -52; +"@MMK_R_KO_ellipsis" = -180; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -145; +"@MMK_R_KO_backslash" = 52; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -117; +"@MMK_R_KO_endash" = -95; +"@MMK_R_KO_underscore" = -154; +"@MMK_R_KO_hyphen.case" = -89; +"@MMK_R_KO_parenleft" = -31; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = -14; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = -19; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 14; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 13; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = 4; +"@MMK_R_KO_quotesingle" = 6; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_quoteright.ss01" = 6; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -73; }; -abrevegrave = { -parenright = -49; -sevensuperior = -63; +Ecircumflexdotbelow.ss01 = { +T = 4; }; -abrevehookabove = { -parenright = -49; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -132; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -82; +"@MMK_R_KO_W" = -59; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -106; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 3; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 19; +"@MMK_R_KO_t" = -16; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = -19; +"@MMK_R_KO_w" = -8; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -16; +"@MMK_R_KO_one" = -65; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -51; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -16; +"@MMK_R_KO_foursuperior" = -19; +"@MMK_R_KO_fivesuperior" = -23; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = -15; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = -57; +"@MMK_R_KO_asterisk" = -53; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -64; +"@MMK_R_KO_period.ss01" = -5; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -71; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 6; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -75; +"@MMK_R_KO_bracketright" = -77; +"@MMK_R_KO_quotedblleft" = -71; +"@MMK_R_KO_quotedblright" = -65; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -60; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 3; +"@MMK_R_KO_quotedbl" = -59; +"@MMK_R_KO_quotesingle" = -51; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -72; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -66; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -24; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -75; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = -24; +"@MMK_R_KO_I.ss02" = -35; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 12; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -16; +"@MMK_R_KO_eight" = 12; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -31; +"@MMK_R_KO_comma" = -28; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -35; +"@MMK_R_KO_period.ss01" = -48; +"@MMK_R_KO_comma.ss01" = -42; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_hyphen.case" = 13; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -91; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_parenright.case" = -56; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -29; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -27; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_degree" = -46; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -11; }; -abrevetilde = { -parenright = -47; +one = { +icircumflex = 56; +three = 0; +multiply = -33; +equal = 0; +notequal = -60; +asciicircum = -44; }; -acircumflexacute = { -parenright = -49; -sevensuperior = -65; +gdotaccent.ss06 = { +gdotaccent.ss06 = 41; +}; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -84; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -41; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 29; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -63; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -19; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -46; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -30; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = -54; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = -91; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_parenright.case" = -65; +"@MMK_R_KO_bracketright.case" = -68; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -31; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -31; +"@MMK_R_KO_trademark" = -73; }; -acircumflexdotbelow = { -parenright = -49; -sevensuperior = -65; +lcaron.ss04 = { +ncaron = 17; +scaron = 7; +exclam.ss01 = 116; }; -acircumflexdotbelow.ss05 = { -t = -38; -t_i.liga = -38; -t_t.liga = -38; -y = -49; +Gdotaccent = { +Hbar = 10; }; -acircumflexgrave.ss05 = { -y = -49; +fl = { +Hbar = 40; +l = 0; +idieresis = 0; +jcircumflex = 2; +periodcentered.loclCAT = 48; +periodcentered.loclCAT.ss01 = 0; }; -acircumflexhookabove.ss05 = { -y = -49; +quotedbl = { +Dcroat = -50; +Hbar = 38; +Lslash = -37; +hbar = 40; +igrave = 30; +icircumflex = 60; +idieresis = 54; +imacron = 102; +jcircumflex = 67; +x = -7; +idieresis.ss01 = 31; +g.ss06 = -36; +gcommaaccent.ss06 = -36; +gdotaccent.ss06 = -36; +gdotaccent.ss01.ss06 = -36; +mu = -25; +exclamdown = -20; +questiondown = -137; +backslash = 38; +questiondown.case = -102; +ellipsis.ss01 = -137; +exclamdown.ss01 = -28; +questiondown.ss01 = -137; +underscore = -137; +parenleft = -6; +braceleft = -46; +ampersand = -56; +sterling = -27; +minus = -29; +lessequal = -85; +asciitilde = -20; }; -acircumflextilde = { -parenright = -47; +O = { +Dcroat = 18; +Eth = 18; +Hbar = 5; +Lslash = 15; +Tbar = -38; +idieresis = 2; +parenleft.case = 19; +braceright.case = -64; +less = 32; }; -acircumflextilde.ss05 = { -y = -49; +Zdotaccent.ss01 = { +Hbar = 23; +endash.case = -73; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -17; +"@MMK_R_KO_O" = -63; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -63; +"@MMK_R_KO_S" = -51; +"@MMK_R_KO_T" = -63; +"@MMK_R_KO_U" = -63; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -63; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_f" = -50; +"@MMK_R_KO_g" = -31; +"@MMK_R_KO_i" = -17; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -63; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_v" = -63; +"@MMK_R_KO_w" = -63; +"@MMK_R_KO_y" = -63; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -63; +"@MMK_R_KO_pi" = -44; +"@MMK_R_KO_zero" = -61; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -50; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -54; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = -63; +"@MMK_R_KO_eight" = -37; +"@MMK_R_KO_nine" = -59; +"@MMK_R_KO_sixsuperior" = -63; +"@MMK_R_KO_onesuperior" = -63; +"@MMK_R_KO_foursuperior" = -63; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_ninesuperior" = -63; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -63; +"@MMK_R_KO_endash.case" = -63; +"@MMK_R_KO_parenright" = -63; +"@MMK_R_KO_bracketright" = -63; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -63; }; -adieresis = { +braceleft = { +p = -5; +x = -79; +parenleft = -47; +braceright = 0; +at = -66; +minus = -96; +logicalnot = -138; +asciicircum = -91; +}; +rcaron = { +I.ss02 = 6; +onesuperior = 0; +twosuperior = 0; +sevensuperior = 0; +parenright = -13; +}; +f_f_i.liga = { +hbar = 3; +idieresis = 2; +jcircumflex = 4; germandbls = 0; +logicalnot = -60; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -92; +"@MMK_R_KO_Oacute" = -92; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -88; +"@MMK_R_KO_S" = -54; +"@MMK_R_KO_T" = -122; +"@MMK_R_KO_U" = -69; +"@MMK_R_KO_V" = -122; +"@MMK_R_KO_W" = -122; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = -122; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -62; +"@MMK_R_KO_a.ss05" = -26; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_eacute" = -63; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = 50; +"@MMK_R_KO_lslash" = -33; +"@MMK_R_KO_s" = -34; +"@MMK_R_KO_t" = -64; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_uacute" = -51; +"@MMK_R_KO_v" = -119; +"@MMK_R_KO_w" = -81; +"@MMK_R_KO_y" = -27; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = -13; +"@MMK_R_KO_t_t.liga" = -63; +"@MMK_R_KO_pi" = -36; +"@MMK_R_KO_zero" = -80; +"@MMK_R_KO_one" = -77; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -58; +"@MMK_R_KO_four" = -122; +"@MMK_R_KO_five" = -60; +"@MMK_R_KO_six" = -79; +"@MMK_R_KO_seven" = -108; +"@MMK_R_KO_eight" = -45; +"@MMK_R_KO_nine" = -63; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -103; +"@MMK_R_KO_asterisk" = -122; +"@MMK_R_KO_slash" = 37; +"@MMK_R_KO_hyphen" = -122; +"@MMK_R_KO_endash" = -122; +"@MMK_R_KO_hyphen.case" = -122; +"@MMK_R_KO_endash.case" = -122; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_plus" = -122; +"@MMK_R_KO_percent" = -84; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -65; +"@MMK_R_KO_Oacute" = -65; +"@MMK_R_KO_J" = -84; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -42; +"@MMK_R_KO_T" = -23; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = -7; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -90; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_aacute" = -81; +"@MMK_R_KO_a.ss05" = -67; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -81; +"@MMK_R_KO_eacute" = -82; +"@MMK_R_KO_f" = -51; +"@MMK_R_KO_g" = -47; +"@MMK_R_KO_n" = -78; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -24; +"@MMK_R_KO_s" = -79; +"@MMK_R_KO_t" = -53; +"@MMK_R_KO_u" = -83; +"@MMK_R_KO_uacute" = -65; +"@MMK_R_KO_v" = -84; +"@MMK_R_KO_w" = -77; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -84; +"@MMK_R_KO_l.ss04" = -3; +"@MMK_R_KO_t_t.liga" = -64; +"@MMK_R_KO_pi" = -79; +"@MMK_R_KO_zero" = -71; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = -47; +"@MMK_R_KO_three" = -55; +"@MMK_R_KO_four" = -85; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -60; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -39; +"@MMK_R_KO_nine" = -39; +"@MMK_R_KO_sixsuperior" = -29; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_foursuperior" = -88; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -96; +"@MMK_R_KO_question" = -34; +"@MMK_R_KO_asterisk" = -45; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -63; +"@MMK_R_KO_hyphen" = -88; +"@MMK_R_KO_endash" = -87; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -79; +"@MMK_R_KO_guillemetright" = -79; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_degree" = -41; +"@MMK_R_KO_plus" = -95; +"@MMK_R_KO_percent" = -37; }; -adieresis.ss05 = { -germandbls = -28; +logicalnot = { +one = -115; +two = -58; +seven = -170; +nine = -68; +parenright = -150; +parenright.case = -108; +v = -78; +x = -79; +y = -81; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = 6; +"@MMK_R_KO_W" = 13; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 7; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 70; +"@MMK_R_KO_imacron" = 98; +"@MMK_R_KO_itilde" = 92; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_x" = -1; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -43; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = 30; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -24; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 6; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -25; +"@MMK_R_KO_hyphen.case" = 6; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 4; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -16; +"@MMK_R_KO_asciicircum" = -39; }; -ampersand = { -one = -72; -parenright = -43; -quotedbl = -101; -quotedblleft = -138; -quotedblright = -138; -quoteright = -74; -quotesingle = -67; -seven = -84; -v = -62; -w = -52; -y = -61; +ydotbelow = { +ecircumflexdotbelow = -12; +period = -62; +comma = -39; +parenright = -60; }; -aogonek = { -comma = 0; -j = 20; -parenright = 0; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 27; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 7; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = -71; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = 31; +"@MMK_R_KO_Y" = -63; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = 13; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 7; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 42; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_itilde" = 36; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 30; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 16; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 29; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -46; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -19; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -26; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 18; +"@MMK_R_KO_backslash" = -34; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 23; +"@MMK_R_KO_endash" = 14; +"@MMK_R_KO_underscore" = 20; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_braceright" = -69; +"@MMK_R_KO_bracketright" = -70; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = -25; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -77; +"@MMK_R_KO_asciicircum" = -50; +}; +idotless = { +T = -74; }; -aogonek.ss05 = { -comma = 41; +acircumflexhookabove.ss05 = { +y = -45; +}; +Iogonek.ss02 = { +iogonek = 73; j = 56; -j.ss01 = 56; -parenright = 14; +j.ss01 = 52; +endash.case = -98; }; -approxequal = { -one = -49; -parenright = -120; -parenright.case = -117; +aogonek = { +j = 3; +j.ss01 = 3; +parenright = -9; +bracketright = -14; }; -asciicircum = { -X = -107; -asterisk = -31; -bracketright = -122; -bracketright.case = -123; -comma = -74; -comma.ss01 = -68; -four = -91; -hyphen = -119; -hyphen.case = -60; -one = -51; -parenright = -122; -parenright.case = -120; -period = -72; -period.ss01 = -69; -semicolon = -40; -slash = -141; -three = -35; -two = -33; -x = -40; +ldot.ss01.ss03 = { +period.ss01 = -18; +comma.ss01 = 0; }; -asciitilde = { -X = -186; -asterisk = -108; -bracketright = -165; -bracketright.case = -166; -comma = -74; -comma.ss01 = -68; -eight = -88; -exclam = -90; -exclam.ss01 = -91; -five = -88; -four = -91; -hyphen = -112; -nine = -90; -one = -135; -parenleft = -84; -parenright = -143; -parenright.case = -137; -period = -72; -period.ss01 = -69; -question = -126; -question.ss01 = -135; -quotedbl = -119; -quotedblleft = -138; -quotedblright = -138; -quoteright = -74; -quotesingle = -67; -seven = -115; -six = -77; -slash = -167; -three = -99; -two = -107; -v = -94; -w = -90; -y = -95; -zero = -77; +Idotbelow = { +j = 52; }; -asterisk = { -g.ss06 = -13; -l.ss04 = 38; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -5; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 3; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -40; +"@MMK_R_KO_braceright" = -47; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -35; +"@MMK_R_KO_asciicircum" = -45; }; -at = { -A = -31; -C = 12; -G = 12; -J = -48; -O = 12; -T = -91; -V = -64; -X = -46; -Y = -86; -a = 9; -c = 9; -d = 9; -e = 9; -g = 10; -parenright = -79; -parenright.case = -67; +Tbar = { +A = -93; +Aacute = -93; +T = 8; +Tbar = 14; +a = -37; +a.ss05 = -48; +e = -38; +o = -38; +oslash = -37; +tbar = -42; +period = -62; +comma = -64; +slash = -120; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -57; +guillemetleft = -35; +guilsinglleft = -35; }; -atilde = { -parenright = -49; +itilde = { +exclam.ss01 = 98; +quotedbl = 89; }; -b = { -backslash = -79; -eight = 17; -notequal = -42; -parenleft = 14; -registered = -40; -seven = -62; +Idotaccent.ss01 = { +l.ss04 = 35; }; -backslash = { -T = -142; -V = -187; -W = -116; -Y = -149; -asterisk = -128; -backslash = -169; -c = -42; -f = -39; -j = 38; -o = -42; -one = -70; -quotedbl = -140; -quotedblleft = -138; -quotedblleft.ss01 = -128; -quotedblright = -138; -quotedblright.ss01 = -128; -quoteleft = -74; -quoteright = -74; -quotesingle = -67; -seven = -81; -t = -57; -t_i.liga = -56; -t_t.liga = -57; -underscore = 50; -v = -112; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 33; +"@MMK_R_KO_T" = -50; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -3; +"@MMK_R_KO_J.ss10" = 29; +"@MMK_R_KO_a" = 14; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 27; +"@MMK_R_KO_l" = 17; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 13; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 23; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -5; +"@MMK_R_KO_two" = 23; +"@MMK_R_KO_three" = 22; +"@MMK_R_KO_four" = 34; +"@MMK_R_KO_five" = 26; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 37; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_sevensuperior" = -36; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -9; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -16; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_parenright.case" = -35; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_degree" = -32; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -2; +}; +ibreve = { +T = 66; +parenright = 35; +quotesingle = 73; +}; +multiply = { +one = -6; +seven.numr = -36; +parenright = -109; +parenright.case = -83; +A = -32; +J = -37; +T = -73; +V = -51; +X = -37; +Y = -67; +p = -26; }; -baht = { -parenright = -63; -parenright.case = -41; -slash = -16; +Ccircumflex = { +jcircumflex = 22; }; -braceleft = { -A = -71; -C = -59; -G = -58; -O = -59; -Q = -59; -S = -36; -a = -88; -a.ss05 = -82; -asciicircum = -89; -braceright = 28; -c = -87; -d = -88; -e = -87; -f = -49; -f_f.liga = -49; -f_f_i.liga = -49; -f_y.liga = -49; -fi = -49; -fl = -49; -four = -79; -hyphen = -81; -j = 77; -logicalnot = -126; -m = -81; -minus = -98; -mu = -36; -n = -81; -o = -87; -one = -71; -parenleft = -46; -period = -68; -pi = -75; -plus = -90; -q = -88; -r = -81; -s = -83; -t = -54; -t_i.liga = -55; -t_t.liga = -54; -three = -43; -two = -39; -u = -89; -v = -78; -w = -78; -x = -76; -z = -76; -zero = -57; +q = { +j = 4; +j.ss01 = 4; +comma = 10; +slash = 26; +parenright = -4; +braceright = -7; +bracketright = -8; }; -braceleft.case = { -logicalnot = -129; -one = -69; +tcaron = { +a = -17; +b = 0; +h = 0; +k = 0; +l = 0; +o = -19; +f = 11; +i = 0; +j = 0; +sixsuperior = 16; +onesuperior = 26; +twosuperior = 16; +threesuperior = 8; +fivesuperior = 16; +sevensuperior = 35; +eightsuperior = 21; +ninesuperior = 18; +period = 5; +comma = 25; +colon = 23; +exclam = 25; +question = 23; +exclam.ss01 = 22; +hyphen = -63; +parenright = 25; +bracketright = 0; +quotedblleft = 0; +quotedblright = 23; +quoteleft = 3; +guillemetleft = -24; +guilsinglleft = -23; +quotedbl = 27; +quotesingle = 27; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 12; }; -braceright = { -asciicircum = -73; -braceright = -43; -comma = -30; -parenright = -37; -period = -39; -period.ss01 = -61; +uogonek = { +j = 3; +j.ss01 = 3; +parenright = -9; +bracketright = -14; }; -bracketleft = { -Dcroat = -57; -Icircumflex = 55; -Jcircumflex = -61; -asciicircum = -89; -asciitilde = -88; -at = -80; -equal = -92; -g.ss06 = -17; -hcircumflex = 61; -infinity = -91; -jcircumflex = 77; -minus = -100; -mu = -36; -numbersign = -77; -p = -22; -scaron = -35; -scircumflex = -65; -u = -95; -zcaron = -49; +seven.dnom = { +period = -62; +comma = -64; +question = -125; +period.ss01 = -63; +comma.ss01 = -61; +question.ss01 = -130; +parenright = -99; +parenright.case = -79; +quotedblleft = -122; +quotedblright = -122; +quoteleft = -64; +quoteright = -64; +quotedbl = -93; +quotesingle = -57; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -61; +quotedblright.ss01 = -129; +quoteright.ss01 = -61; +degree = -89; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -63; +"@MMK_R_KO_Oacute" = -64; +"@MMK_R_KO_J" = -4; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -33; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -67; +"@MMK_R_KO_zero" = -69; +"@MMK_R_KO_one" = -48; +"@MMK_R_KO_two" = -10; +"@MMK_R_KO_three" = -43; +"@MMK_R_KO_four" = -74; +"@MMK_R_KO_five" = -17; +"@MMK_R_KO_six" = -56; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = -32; +"@MMK_R_KO_nine" = -33; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -20; +"@MMK_R_KO_foursuperior" = -73; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -23; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_ellipsis" = -35; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = 44; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen.case" = -87; +"@MMK_R_KO_endash.case" = -82; +"@MMK_R_KO_parenright.case" = 11; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -33; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -74; +"@MMK_R_KO_guillemetright" = -52; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_degree" = -51; +"@MMK_R_KO_plus" = -94; +"@MMK_R_KO_percent" = -33; +}; +Igrave.ss02 = { +igrave = 44; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 74; +"@MMK_R_KO_imacron" = 102; +"@MMK_R_KO_itilde" = 97; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 19; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 23; +"@MMK_R_KO_x" = -1; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 16; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -24; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_backslash" = 33; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = -40; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = -11; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_bracketright.case" = -12; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -36; }; -bracketleft.case = { -A = -9; -C = -61; -G = -61; -G.ss07 = -61; -O = -62; -Q = -62; -S = -34; -four = -83; -hyphen.case = -81; -one = -69; -plus = -96; +Amacron = { +endash.case = -96; }; -c = { -acircumflexacute.ss05 = 17; -backslash = -71; -bracketright = -87; -notequal = -53; -quotedblright = -75; -registered = -31; -seven = -52; +hyphen = { +Dcroat = -7; +Lslash = 0; +Oslash = -2; +x = -67; +l.ss03 = 7; +mu = -4; +zero.numr = -86; +one.numr = -69; +three.numr = -73; +four.numr = -119; +five.numr = -77; +six.numr = -82; +seven.numr = -76; +eight.numr = -74; +nine.numr = -75; +threesuperior = -72; +fivesuperior = -77; +eightsuperior = -73; +colon = -62; +semicolon = -64; +questiondown = -64; +question.ss01 = -102; +questiondown.ss01 = -64; +parenleft = 19; +braceright = -85; +quotesinglbase = -64; +quotedblbase = -122; +quotedblbase.ss01 = -129; +quoteleft.ss01 = -61; +quoteright.ss01 = -61; }; -cacute = { -parenright = -66; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -3; +"@MMK_R_KO_J" = -31; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -86; +"@MMK_R_KO_W" = -68; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -131; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -19; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -53; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_twosuperior" = -16; +"@MMK_R_KO_threesuperior" = -38; +"@MMK_R_KO_foursuperior" = -48; +"@MMK_R_KO_fivesuperior" = -46; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -19; +"@MMK_R_KO_ellipsis" = -47; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -74; +"@MMK_R_KO_asterisk" = -70; +"@MMK_R_KO_slash" = -22; +"@MMK_R_KO_backslash" = -77; +"@MMK_R_KO_period.ss01" = -39; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -24; +"@MMK_R_KO_question.ss01" = -85; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_quotedblleft" = -90; +"@MMK_R_KO_quotedblright" = -81; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -75; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -89; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -99; +"@MMK_R_KO_asciicircum" = -92; }; -ccaron = { -parenright = -66; +l = { +Hbar = 40; +l = 0; +hbar = 2; +igrave = 0; +ibreve = 0; +icaron = 0; +idieresis = 0; +jcircumflex = 2; +periodcentered.loclCAT = 48; +periodcentered.loclCAT.ss01 = 0; +at = 0; +notequal = -57; +logicalnot = -61; }; -ccedilla = { -parenright = -63; +registered = { +period = -62; +comma = -64; +slash = -87; +period.ss01 = -63; +comma.ss01 = -61; +parenright = -80; +parenright.case = -77; +trademark = -63; }; -cent = { -bracketright = -96; -comma = -55; -parenright = -86; -parenright.case = -76; -period = -55; -slash = -48; +quotedblright.ss01 = { +icircumflex = 58; +g.ss06 = -67; +mu = -37; +questiondown.case = -121; +ellipsis.ss01 = -129; +questiondown.ss01 = -129; +asciitilde = -61; }; -colon.ss01 = { -T = -69; -V = -52; -Y = -68; -bracketright = -69; -four = -68; -one = -33; -parenright = -53; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = -114; +"@MMK_R_KO_G.ss07" = 20; +"@MMK_R_KO_S" = -25; +"@MMK_R_KO_T" = -129; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = -80; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = -84; +"@MMK_R_KO_Y" = -109; +"@MMK_R_KO_Z" = -83; +"@MMK_R_KO_I.ss02" = -97; +"@MMK_R_KO_J.ss10" = -49; +"@MMK_R_KO_a" = 24; +"@MMK_R_KO_aacute" = 24; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 25; +"@MMK_R_KO_eacute" = 25; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = 24; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = 18; +"@MMK_R_KO_uacute" = 18; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = -80; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = 13; +"@MMK_R_KO_one" = -72; +"@MMK_R_KO_two" = -66; +"@MMK_R_KO_three" = -26; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 12; +"@MMK_R_KO_seven" = -113; +"@MMK_R_KO_eight" = 15; +"@MMK_R_KO_nine" = -10; +"@MMK_R_KO_sixsuperior" = -40; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_sevensuperior" = -55; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -107; +"@MMK_R_KO_slash" = -65; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -63; +"@MMK_R_KO_parenright" = -96; +"@MMK_R_KO_bracketright" = -87; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 29; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = -101; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -129; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -81; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_Oacute" = -14; +"@MMK_R_KO_J" = -120; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 25; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = -110; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -21; +"@MMK_R_KO_eacute" = -21; +"@MMK_R_KO_f" = -41; +"@MMK_R_KO_g" = -20; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -32; +"@MMK_R_KO_icircumflex" = 5; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -7; +"@MMK_R_KO_lslash" = -6; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_u" = -22; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -32; +"@MMK_R_KO_x" = -71; +"@MMK_R_KO_y" = -47; +"@MMK_R_KO_z" = -99; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_g.ss06" = -28; +"@MMK_R_KO_t_t.liga" = -51; +"@MMK_R_KO_one" = -39; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 5; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 4; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = -62; +"@MMK_R_KO_semicolon" = -64; +"@MMK_R_KO_ellipsis" = -223; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -90; +"@MMK_R_KO_backslash" = 36; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = -54; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -212; +"@MMK_R_KO_hyphen.case" = -5; +"@MMK_R_KO_parenleft" = -11; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -25; +"@MMK_R_KO_parenright.case" = -14; +"@MMK_R_KO_bracketright.case" = -25; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -49; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -65; }; -comma = { -eightsuperior = -74; -fivesuperior = -74; -foursuperior = -74; -ninesuperior = -74; -onesuperior = -74; -quotesingle = -67; -sevensuperior = -74; -six = -60; -sixsuperior = -74; -threesuperior = -74; -twosuperior = -74; +published = { +parenright = -97; +parenright.case = -62; }; -comma.ss01 = { -eightsuperior = -68; -fivesuperior = -68; -foursuperior = -68; -ninesuperior = -68; -onesuperior = -68; -sevensuperior = -68; -sixsuperior = -68; -threesuperior = -68; -twosuperior = -68; +emdash.case = { +one.numr = -41; +seven.numr = -54; +question.ss01 = -104; +quotedblbase = -122; +quotedblbase.ss01 = -129; +quoteright.ss01 = -61; }; -copyright = { -J = -39; -T = -108; -V = -83; -X = -42; -Y = -104; -parenright = -86; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = -3; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -77; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -42; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -60; +"@MMK_R_KO_Z" = -30; +"@MMK_R_KO_I.ss02" = -44; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 5; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -26; +"@MMK_R_KO_two" = -3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -17; +"@MMK_R_KO_eight" = 8; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -17; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = -40; +"@MMK_R_KO_comma" = -37; +"@MMK_R_KO_ellipsis" = -66; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -12; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_period.ss01" = -57; +"@MMK_R_KO_comma.ss01" = -48; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 15; +"@MMK_R_KO_hyphen.case" = 14; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -92; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_parenright.case" = -69; +"@MMK_R_KO_quotedblleft" = -33; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -20; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -29; +"@MMK_R_KO_quotedblright.ss01" = -30; +"@MMK_R_KO_degree" = -46; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -11; }; -d = { -backslash = 14; -hbar = 16; -ibreve = 20; -idieresis = 20; -idieresis.ss01 = 3; -jcircumflex = 20; +Atilde = { +ordfeminine = -131; }; -dcaron = { -amacron = 35; -exclam.ss01 = 165; -zacute = 65; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -20; +"@MMK_R_KO_bracketright" = -22; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -22; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -30; }; -dcroat = { -ecircumflexacute = 0; -i = 20; -i.ss01 = 15; -iacute = 12; -idotaccent = 20; -idotbelow = 20; -igrave = 20; -ihookabove = 20; -itilde = 26; -ocircumflexacute = 0; +quotesingle = { +Hbar = 51; +eacute = -47; +hbar = 59; +igrave = 48; +icaron = 79; +icircumflex = 85; +idieresis = 77; +imacron = 103; +itilde = 82; +jcircumflex = 84; +idieresis.ss01 = 46; +g.ss06 = -33; +mu = -22; +exclamdown = -17; +questiondown = -57; +backslash = 38; +questiondown.case = -57; +questiondown.ss01 = -57; +underscore = -57; +ampersand = -55; +lessequal = -57; +asciitilde = -20; }; -divide = { -one = -75; -parenright = -93; -parenright.case = -85; -three = -17; -two = -48; +exclam = { +exclam = 0; +parenright = -16; +guillemetleft = -6; +guillemetright = 0; }; -dollar = { -eight = 12; -five = 0; -four = 0; -one = -16; -parenright = -64; -parenright.case = -45; -period = -10; -seven = -12; -six = -6; -three = 0; -two = 0; +Imacron.ss02 = { +endash.case = -98; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = 3; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = 12; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 29; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -70; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -22; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -16; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_braceright" = -85; +"@MMK_R_KO_bracketright" = -89; +"@MMK_R_KO_quotedblleft" = -16; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -16; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -67; +"@MMK_R_KO_asciicircum" = -21; }; -e = { -Tcedilla = -145; -asciitilde = 0; -backslash = -77; -gbreve.ss06 = 0; -germandbls = -21; -idieresis = 0; -logicalnot = -48; -parenleft = 6; -registered = -36; -seven = -58; +imacron = { +ncommaaccent = 2; +lcommaaccent = 3; +three = 76; +exclam.ss01 = 95; +quotedbl = 103; }; -ecircumflex = { -parenright = -67; +three = { +icircumflex = 50; +braceright = -60; +bracketright.case = -39; +trademark = -60; }; -ecircumflexacute = { -parenright = -68; +radical = { +four = -66; +seven = 43; +hyphen = -69; +A = -95; +J = -106; +J.ss10 = -85; +a = -51; +d = -51; +a.ss05 = -44; +c = -50; +g = -49; +s = -40; +l.ss04 = 36; +g.ss06 = -48; }; -ecircumflexgrave = { -comma = 0; -comma.ss01 = -32; -hyphen = 12; +quotesinglbase = { +Iogonek = 56; +oslash = -6; +p = 0; +jcircumflex = 52; +germandbls = -47; +numbersign = -64; +parenleft.case = -57; +at = -64; +copyright = -64; +published = -64; +dollar = -64; +euro = -64; +minus = -64; +equal = -64; +approxequal = -64; +}; +germandbls = { +a = 14; +d = 14; +a.ss05 = 21; +e = 15; +f = 10; +g = 10; +i = 7; +s = 27; +t = 6; +v = 0; +w = 8; +g.ss06 = 11; +t_i.liga = 5; +t_t.liga = 6; +period.ss01 = -12; +comma.ss01 = -9; +hyphen = 24; parenright = -65; -period.ss01 = -30; -quotedbl = -53; -quotedblright = -64; +bracketright = -62; +quotedblleft = -20; +quotesingle = -18; }; -ecircumflexhookabove = { -comma = 0; -comma.ss01 = -32; -parenright = -37; -period = -2; -period.ss01 = -30; -quotedbl = -43; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_U" = 25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_a" = 24; +"@MMK_R_KO_aacute" = 24; +"@MMK_R_KO_a.ss05" = 22; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 25; +"@MMK_R_KO_eacute" = 26; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 29; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = 13; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = 20; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 27; +"@MMK_R_KO_uacute" = 30; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = -4; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 18; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_twosuperior" = 25; +"@MMK_R_KO_threesuperior" = 7; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 9; +"@MMK_R_KO_sevensuperior" = -17; +"@MMK_R_KO_eightsuperior" = 16; +"@MMK_R_KO_ninesuperior" = 11; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = -13; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -17; +"@MMK_R_KO_hyphen" = -16; +"@MMK_R_KO_parenleft" = 39; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = -20; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = 5; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -13; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -22; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -21; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -64; +"@MMK_R_KO_Oacute" = -64; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = -64; +"@MMK_R_KO_S" = -50; +"@MMK_R_KO_T" = -64; +"@MMK_R_KO_U" = -64; +"@MMK_R_KO_V" = -64; +"@MMK_R_KO_W" = -64; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -60; +"@MMK_R_KO_f" = -45; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -10; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 52; +"@MMK_R_KO_lslash" = -31; +"@MMK_R_KO_s" = -30; +"@MMK_R_KO_t" = -63; +"@MMK_R_KO_u" = -47; +"@MMK_R_KO_uacute" = -47; +"@MMK_R_KO_v" = -64; +"@MMK_R_KO_w" = -64; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_t_t.liga" = -62; +"@MMK_R_KO_pi" = -33; +"@MMK_R_KO_zero" = -64; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -56; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = -58; +"@MMK_R_KO_six" = -64; +"@MMK_R_KO_seven" = -64; +"@MMK_R_KO_eight" = -43; +"@MMK_R_KO_nine" = -62; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_question" = -64; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_slash" = 37; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_quotedblleft" = -64; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -33; +"@MMK_R_KO_plus" = -64; +"@MMK_R_KO_percent" = -64; }; -edieresis = { -parenright = -67; +Odieresis = { +Eth = 18; +Germandbls = 1; +}; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -13; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -100; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = -12; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -16; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_two" = 10; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_ninesuperior" = -18; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -20; +"@MMK_R_KO_hyphen.case" = -13; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -73; +"@MMK_R_KO_bracketright" = -79; +"@MMK_R_KO_parenright.case" = -42; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -17; +"@MMK_R_KO_guillemetleft" = -27; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_degree" = -39; +"@MMK_R_KO_plus" = -12; +"@MMK_R_KO_percent" = -2; }; -edotaccent.ss01 = { -parenright = -69; +e = { +idieresis = -5; +germandbls = -28; +gbreve.ss06 = -3; +seven = -81; +emdash = 20; +registered = -38; +logicalnot = -59; +asciitilde = 12; }; -egrave = { -T = -145; -parenright = -69; +Oacute = { +Eth = 18; +Lslash = 15; }; -eight = { -minus = -15; -six = 7; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 43; +"@MMK_R_KO_H" = 24; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = 27; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_X" = 55; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 29; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 20; +"@MMK_R_KO_i" = 29; +"@MMK_R_KO_n" = 28; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_j" = 32; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 31; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 34; +"@MMK_R_KO_l.ss03" = 19; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 62; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 28; +"@MMK_R_KO_comma" = 39; +"@MMK_R_KO_colon" = 30; +"@MMK_R_KO_semicolon" = 43; +"@MMK_R_KO_ellipsis" = 7; +"@MMK_R_KO_exclam" = 21; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 74; +"@MMK_R_KO_backslash" = -50; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 19; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -33; +"@MMK_R_KO_braceright" = -61; +"@MMK_R_KO_bracketright" = -67; +"@MMK_R_KO_parenright.case" = 32; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -55; +"@MMK_R_KO_quotedblright" = -44; +"@MMK_R_KO_quoteleft" = -50; +"@MMK_R_KO_quoteright" = -41; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -47; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -51; +"@MMK_R_KO_quotedblright.ss01" = -51; +"@MMK_R_KO_quoteright.ss01" = -46; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -66; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = -2; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -31; +"@MMK_R_KO_aacute" = -31; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -33; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -18; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 19; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 21; +"@MMK_R_KO_l.ss03" = -4; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 34; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_four" = -65; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -44; +"@MMK_R_KO_twosuperior" = -37; +"@MMK_R_KO_threesuperior" = -12; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -74; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 20; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -4; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_backslash" = -28; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -79; +"@MMK_R_KO_endash" = -50; +"@MMK_R_KO_underscore" = 26; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_braceright" = -81; +"@MMK_R_KO_bracketright" = -84; +"@MMK_R_KO_quotedblleft" = -22; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -21; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -39; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_quoteright.ss01" = -24; +"@MMK_R_KO_trademark" = -75; +"@MMK_R_KO_asciicircum" = -19; }; -eight.dnom = { -degree = -123; -parenright = -60; +Germandbls = { +B = 15; +E = 15; +I = 15; +L = 15; +S = 33; +T = -13; +Z = 5; +a = 13; +foursuperior = -65; +hyphen = 27; +}; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -1; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -32; +}; +six.dnom = { question = -100; -question.ss01 = -114; -quotedbl = -92; -quotedblleft = -138; -quotedblleft.ss01 = -123; -quotedblright = -138; -quoteright = -74; -quotesingle = -67; +question.ss01 = -109; +parenright = -80; +quotedblleft = -122; +quotedblright = -122; +quoteleft = -64; +quoteright = -64; +quotedbl = -115; +quotesingle = -57; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -61; +quotedblright.ss01 = -129; +quoteright.ss01 = -61; +degree = -161; }; -eightinferior = { -parenright = -49; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -57; }; -eightsuperior = { -comma = -74; -comma.ss01 = -68; -fraction = 6; -period = -72; -period.ss01 = -69; -slash = -89; +less = { +two = 53; +three = 31; +parenright = -44; +less = -22; +S = 38; }; -ellipsis = { -Tbar = -159; -eightsuperior = -220; -fivesuperior = -218; -foursuperior = -207; -ninesuperior = -226; -onesuperior = -110; -parenleft.case = -64; -quoteleft = -74; -quotesingle = -67; -sevensuperior = -185; -sixsuperior = -226; -tbar = -73; -threesuperior = -212; -twosuperior = -197; +Acircumflex = { +six = -52; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -64; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -64; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 25; +"@MMK_R_KO_W" = 25; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 18; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -58; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -60; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_s" = -32; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -12; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -6; +"@MMK_R_KO_seven" = 29; +"@MMK_R_KO_eight" = 3; +"@MMK_R_KO_nine" = 18; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = 12; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_ninesuperior" = 11; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_question" = 26; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -64; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -64; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_endash.case" = -23; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -7; +"@MMK_R_KO_quotedblleft" = 9; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = 9; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_degree" = -2; +"@MMK_R_KO_plus" = -47; +"@MMK_R_KO_percent" = 8; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -131; +"@MMK_R_KO_H" = -17; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_J" = -143; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_V" = -22; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = -53; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = -54; +"@MMK_R_KO_I.ss02" = -36; +"@MMK_R_KO_J.ss10" = -202; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_a.ss05" = -49; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = -24; +"@MMK_R_KO_n" = -32; +"@MMK_R_KO_j" = -25; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_t_t.liga" = 0; }; ellipsis.ss01 = { -Tbar = -163; -eightsuperior = -220; -fivesuperior = -218; -foursuperior = -207; -ninesuperior = -226; -onesuperior = -110; -question.ss01 = -119; -quotedbl = -147; -quotedblleft.ss01 = -128; -quotedblright.ss01 = -128; -sevensuperior = -185; -sixsuperior = -226; -threesuperior = -212; -twosuperior = -197; +Dcroat = -73; +Tbar = -164; +tbar = -71; +twosuperior = -187; +threesuperior = -202; +fivesuperior = -208; +eightsuperior = -210; +question.ss01 = -109; +parenleft = -52; +braceright = -96; +parenleft.case = -64; +quoteleft.ss01 = -61; +quoteright.ss01 = -61; }; -emacron = { -parenright = -67; +u = { +l = 0; +idieresis = 2; +s = 0; +germandbls = 0; +logicalnot = -61; }; -emdash = { -four.numr = -91; -foursuperior = -106; -one.numr = -60; -onesuperior = -65; -question.ss01 = -93; -questiondown = -44; -quotedbl = -147; -seven.numr = -67; -sevensuperior = -71; -sixsuperior = -73; -zero.numr = -73; +colon.ss01 = { +T = -63; +V = -57; +Y = -63; +zero = -11; +one = -43; +three = -16; +four = -63; +onesuperior = -53; +sevensuperior = -63; +emdash = -63; +parenright = -63; +braceright = -63; +bracketright = -63; }; -emdash.case = { -quotedblbase = -138; -quotedblbase.ss01 = -128; +ocircumflexacute = { +sevensuperior = -33; +parenright = -26; +bracketright = -29; +quotedbl = -59; +quotesingle = -57; }; -endash = { -H = 0; -Lslash = 13; -Tcedilla = -138; -endash = 0; -four.numr = -91; -foursuperior = -106; -n = 0; -one.numr = -60; -onesuperior = -65; -question.ss01 = -93; -quotedblbase = -109; -seven.numr = -67; -sevensuperior = -71; -sixsuperior = -73; -zero.numr = -73; +egrave = { +T = -142; }; -endash.case = { -quotedblbase = -138; -quotedblbase.ss01 = -128; +Jcircumflex = { +jcircumflex = 70; +parenright = 53; +bracketright = 27; +parenright.case = 54; +bracketright.case = 26; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 30; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -18; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -25; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 20; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 24; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 6; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 11; +"@MMK_R_KO_icircumflex" = 71; +"@MMK_R_KO_imacron" = 101; +"@MMK_R_KO_itilde" = 78; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 24; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 23; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = -19; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 16; +"@MMK_R_KO_endash" = -7; +"@MMK_R_KO_underscore" = -6; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -52; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_bracketright.case" = -34; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 10; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -48; +"@MMK_R_KO_asciicircum" = -34; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -38; +"@MMK_R_KO_H" = 18; +"@MMK_R_KO_O" = 31; +"@MMK_R_KO_J" = -126; +"@MMK_R_KO_G.ss07" = 35; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -142; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_X" = -70; +"@MMK_R_KO_Y" = -100; +"@MMK_R_KO_Z" = -67; +"@MMK_R_KO_I.ss02" = -99; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 30; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = 30; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 31; +"@MMK_R_KO_i" = 13; +"@MMK_R_KO_n" = 13; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -18; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = 39; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -29; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -23; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -36; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -43; +"@MMK_R_KO_one" = -39; +"@MMK_R_KO_four" = -45; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -54; +"@MMK_R_KO_fivesuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = -54; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = -15; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_bracketright" = -14; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -62; +"@MMK_R_KO_S" = -42; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = -61; +"@MMK_R_KO_V" = -62; +"@MMK_R_KO_W" = -62; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = -62; +"@MMK_R_KO_Z" = 8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -47; +"@MMK_R_KO_a.ss05" = -16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -50; +"@MMK_R_KO_f" = -34; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = -3; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -62; +"@MMK_R_KO_y" = -62; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -52; +"@MMK_R_KO_pi" = -26; +"@MMK_R_KO_zero" = -62; +"@MMK_R_KO_one" = -62; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = -49; +"@MMK_R_KO_four" = -62; +"@MMK_R_KO_five" = -45; +"@MMK_R_KO_six" = -62; +"@MMK_R_KO_seven" = -62; +"@MMK_R_KO_eight" = -29; +"@MMK_R_KO_nine" = -50; +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -62; +"@MMK_R_KO_foursuperior" = -62; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_ninesuperior" = -62; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_question" = -62; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_endash" = -62; +"@MMK_R_KO_hyphen.case" = -62; +"@MMK_R_KO_endash.case" = -62; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_parenright.case" = -11; +"@MMK_R_KO_quotedblleft" = -62; +"@MMK_R_KO_quotedblright" = -62; +"@MMK_R_KO_quoteleft" = -62; +"@MMK_R_KO_quoteright" = -62; +"@MMK_R_KO_guillemetleft" = -62; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -57; +}; +udieresis = { +germandbls = 0; }; -eng = { -bracketright = -16; -j = 32; -parenright = -10; -slash = 32; +E = { +Hbar = 0; +igrave = 40; +idieresis = 8; +jcircumflex = 19; +germandbls = -40; +idieresis.ss01 = 40; +zero = -21; +two = 16; +six = -20; +seven = 20; +numbersign = -70; +registered = -29; +multiply = -47; +logicalnot = -66; +asciitilde = 0; }; -eogonek = { -parenright = -63; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -98; +"@MMK_R_KO_Oacute" = -98; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -95; +"@MMK_R_KO_S" = -54; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = -78; +"@MMK_R_KO_V" = -190; +"@MMK_R_KO_W" = -122; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -157; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -54; +"@MMK_R_KO_a" = -66; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -29; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -71; +"@MMK_R_KO_eacute" = -71; +"@MMK_R_KO_f" = -39; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -66; +"@MMK_R_KO_u" = -56; +"@MMK_R_KO_v" = -108; +"@MMK_R_KO_w" = -82; +"@MMK_R_KO_y" = -40; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -64; +"@MMK_R_KO_pi" = -27; +"@MMK_R_KO_zero" = -89; +"@MMK_R_KO_one" = -76; +"@MMK_R_KO_two" = 6; +"@MMK_R_KO_three" = -60; +"@MMK_R_KO_four" = -199; +"@MMK_R_KO_five" = -64; +"@MMK_R_KO_six" = -88; +"@MMK_R_KO_seven" = -97; +"@MMK_R_KO_eight" = -47; +"@MMK_R_KO_nine" = -69; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_slash" = 66; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 19; +"@MMK_R_KO_colon.ss01" = 19; +"@MMK_R_KO_parenright" = -26; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quotedbl" = -137; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblright.ss01" = -129; +}; +Lcaron = { +A = 22; +B = 0; +M = 0; +N = 0; +K = 0; +C = -77; +O = -77; +G = -77; +Ccaron = -77; +Ocircumflex = -77; +J = 21; +S = -33; +Scaron = -33; +T = -74; +U = -54; +Uacute = -54; +V = -72; +W = -72; +Zcaron = 21; +I.ss02 = 17; +a = -59; +u = -47; +v = -98; +w = -72; +sixsuperior = -91; +onesuperior = -79; +twosuperior = -84; +threesuperior = -86; +foursuperior = -120; +fivesuperior = -93; +sevensuperior = -78; +eightsuperior = -89; +ninesuperior = -85; +period = 2; +comma = 16; +question = -82; +question.ss01 = -91; +hyphen = -178; +hyphen.case = -178; +parenright = -49; +quotedblleft = -87; +quoteleft = -64; +guillemetleft = -74; +guilsinglleft = -74; +quotedbl = -84; +quotesingle = -57; +quotedblleft.ss01 = -89; +quoteleft.ss01 = -61; }; -equal = { -A = -33; -C = 9; -G = 9; -J = -61; -O = 9; -T = -87; -V = -46; -X = -48; -Y = -67; -bracketright = -94; -comma = -74; -equal = 0; -one = 0; -parenright = -77; -parenright.case = -62; -period = -72; -quotedbl = -11; -quotedblright = -31; -zero = 9; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -74; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_J" = -91; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -133; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -72; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = -81; +"@MMK_R_KO_I.ss02" = -88; +"@MMK_R_KO_J.ss10" = -62; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 24; +"@MMK_R_KO_w" = 31; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 33; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = -5; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -58; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -99; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -83; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -91; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_braceright" = -82; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -7; +}; +Udieresis.ss01 = { +b = 11; +}; +twosuperior = { +A = -71; +fraction = 33; +period = -62; +comma = -64; +slash = -80; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -26; +parenright = -31; +parenright.case = -30; }; -euro = { -comma = -25; -comma.ss01 = -49; -parenright = -75; -parenright.case = -60; -period = -25; -period.ss01 = -47; -slash = -31; -three = 4; +period = { +g.ss06 = 16; +ordfeminine = -62; +ordmasculine = -62; +twosuperior = -62; +threesuperior = -62; +fivesuperior = -62; +eightsuperior = -62; +parenleft = -33; +braceright = -62; +parenleft.case = -52; }; -exclam = { -exclam = 0; -guillemetleft = -3; -guilsinglleft = -4; -parenright = -19; -quotedbl = 0; -quotedblleft = -7; -quotedblright = -2; +uhorntilde = { +a = -23; +a.ss05 = -18; +n = 0; +u = 0; +period = -28; +comma = -29; +ellipsis = -50; +question = 49; +period.ss01 = -45; +ellipsis.ss01 = -56; +comma.ss01 = -35; +parenright = -25; +quotedblright = 20; +quotedbl = 27; }; -exclam.ss01 = { -exclam.ss01 = -4; -parenright = -20; -period.ss01 = -31; +nine = { +ordmasculine = -21; +underscore = -47; +braceright = -81; +braceright.case = -61; +bracketright.case = -61; +trademark = -71; +asciicircum = -49; }; -exclamdown = { -A = 4; -C = 0; -O = 0; -Q = 0; -T = -90; -V = -52; -Y = -66; -j = 84; +T = { +Hbar = 2; +Lslash = -31; +Oslash = -42; +Tbar = 8; +aacute = -135; +agrave = -101; +adotbelow = -135; +adotbelow.ss01 = -135; +aogonek = -135; +adieresis = -87; +ahookabove = -123; +ae = -133; +a.ss05 = -133; +aacute.ss05 = -102; +aogonek.ss05 = -133; +adotbelow.ss05 = -133; +cacute = -133; +ccedilla = -135; +eacute = -133; +edotaccent = -115; +eogonek = -135; +edotbelow = -135; +edotbelow.ss01 = -135; +edotaccent.ss01 = -127; +egrave = -90; +ecaron = -70; +ehookabove = -106; +oacute = -134; +ohookabove = -106; +ograve = -90; +ocircumflexhookabove = -89; +ohungarumlaut = -101; +odotbelow = -136; +ohorngrave = -90; +ohornacute = -134; +odotbelow.ss01 = -136; +oslash = -136; +gbreve = -60; +i.ss01 = 0; +idotaccent.ss01 = 0; +iacute = -34; +igrave = 41; +rcaron = 0; +ihookabove = 0; +idotless = -74; +ibreve = 78; +icaron = 72; +idieresis = 0; +racute = -80; +scaron = -27; +scircumflex = -58; +uacute = -126; +uhorndotbelow = -127; +uhorndotbelow.ss01 = -127; +ugrave = -87; +udotbelow = -127; +uogonek = -127; +uhorngrave = -87; +uhornacute = -126; +udotbelow.ss01 = -127; +uhornhookabove = -104; +ygrave = -73; +ycircumflex = -75; +yhookabove = -95; +zcaron = -60; +idieresis.ss01 = 40; +zero = -47; +six = -37; +seven = 14; +zeroinferior = -138; +twoinferior = -149; +numbersign = -78; +endash.case = -132; +parenleft.case = -34; +guilsinglleft = -100; +guilsinglright = -100; +at = -64; +ampersand = -62; +registered = -30; +plus = -118; +minus = -155; +multiply = -45; +divide = -139; +equal = -90; +less = -142; +greaterequal = -91; +plusminus = -122; +approxequal = -112; +logicalnot = -206; +asciitilde = -150; }; -exclamdown.ss01 = { -T = -91; -V = -53; -Y = -67; +quotesinglbase.ss01 = { +Dcroat = -61; +T = -61; +Tcaron = -61; +V = -61; +W = -61; +Y = -61; +oslash = -13; +germandbls = -53; +numbersign = -61; +question.ss01 = -61; +parenleft.case = -54; +quoteright.ss01 = -61; +at = -61; +copyright = -61; +published = -61; +euro = -61; +minus = -61; +equal = -61; +approxequal = -61; }; -f = { -backslash = 50; -exclam.ss01 = 22; -germandbls = 17; -hbar = 3; -ibreve = 63; -idieresis = 60; -idieresis.ss01 = 51; -jcircumflex = 19; -n = 0; -nine = 27; -ordmasculine = 10; -parenleft = 5; -seven = 31; +Q = { +Dcroat = 0; +two = 38; +seven = -35; +registered = -29; }; -f_f.liga = { -backslash = 50; -hbar = 3; -ibreve = 63; -idieresis = 60; -idieresis.ss01 = 51; -nine = 27; -ordmasculine = 10; -parenleft = 5; -seven = 31; +quoteright = { +Hbar = 58; +a.ss05 = -61; +eacute = -64; +hbar = 69; +igrave = 52; +icircumflex = 87; +idieresis = 68; +imacron = 117; +itilde = 91; +jcircumflex = 86; +scaron = -37; +x = -20; +g.ss06 = -64; +gdotaccent.ss06 = -64; +mu = -40; +questiondown = -64; +questiondown.case = -64; +quotedblbase = -64; +euro = -46; +asciitilde = -64; }; -f_f_i.liga = { -asciitilde = 0; -germandbls = 0; -hbar = 21; -idieresis = 21; -jcircumflex = 21; -logicalnot = -52; +minus = { +one = -73; +two = -46; +three = -5; +seven = -72; +one.numr = -52; +seven.numr = -67; +period = -62; +comma = -64; +period.ss01 = -63; +comma.ss01 = -61; +parenright = -114; +parenright.case = -96; +quotedblleft = -101; +quotedblright = -83; +quoteleft = -64; +quoteright = -64; +guillemetright = -24; +quotedbl = -63; +quotesingle = -57; +quotedblleft.ss01 = -87; +quoteleft.ss01 = -61; +quotedblright.ss01 = -90; +quoteright.ss01 = -61; +tenge = -58; +yen = -37; +x = -41; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 4; -jcircumflex = 21; -parenright = -16; +ldot.ss04 = { +a = 34; +e = 35; +period = -62; +comma = -64; }; -f_y.liga = { -Ydieresis = -49; -ampersand = -34; -asciitilde = 0; -exclam.ss01 = 11; -germandbls = 28; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -17; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = -58; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -61; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -48; +"@MMK_R_KO_X" = -32; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -31; +"@MMK_R_KO_I.ss02" = -58; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -30; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -49; +"@MMK_R_KO_w" = -31; +"@MMK_R_KO_y" = -46; +"@MMK_R_KO_z" = -45; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_pi" = -19; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = -55; +"@MMK_R_KO_two" = -4; +"@MMK_R_KO_three" = 5; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 28; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = -50; +"@MMK_R_KO_eight" = 37; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -60; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_foursuperior" = -61; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_ninesuperior" = -61; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -60; +"@MMK_R_KO_ellipsis" = -74; +"@MMK_R_KO_question" = -53; +"@MMK_R_KO_asterisk" = -55; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -25; +"@MMK_R_KO_hyphen.case" = -47; +"@MMK_R_KO_endash.case" = -64; +"@MMK_R_KO_parenright" = -75; +"@MMK_R_KO_bracketright" = -68; +"@MMK_R_KO_parenright.case" = -60; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -62; +"@MMK_R_KO_quoteleft" = -61; +"@MMK_R_KO_quoteright" = -60; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -58; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -68; +"@MMK_R_KO_degree" = -71; +"@MMK_R_KO_plus" = -18; +"@MMK_R_KO_percent" = -55; +}; +acircumflexacute.ss05 = { +t = -35; +y = -45; +t_i.liga = -35; +t_t.liga = -35; +question = -66; +question.ss01 = -79; }; -fi = { -asciitilde = 0; -germandbls = 0; -hbar = 21; -idieresis = 21; -jcircumflex = 21; -logicalnot = -52; +p = { +seven = -82; +registered = -41; }; -fi.ss01 = { -idieresis.ss01 = 4; -jcircumflex = 21; -parenright = -16; +idotaccent = { +T = -24; +idieresis = 2; +parenright = -40; }; -five = { -asciicircum = -79; -ordfeminine = -22; -ordmasculine = -23; -six = 0; +summation = { +n = -88; }; -five.dnom = { -degree = -96; -parenright = -59; -question = -95; -question.ss01 = -110; -quotedbl = -62; -quotedblleft = -115; -quotedblright = -118; -quoteright = -74; -quotesingle = -62; +eth = { +a = 7; +d = 7; +aacute = 7; +e = 4; +o = 2; +eth = 3; +odieresis = 2; +f = -21; +f_f.liga = -21; +f_f_i.liga = -21; +fi = -21; +f_y.liga = -21; +fl = -21; +g = 6; +i = 2; +j = 2; +s = 14; +t = -21; +u = 7; +v = -33; +y = -32; +t_i.liga = -21; +t_t.liga = -21; +period = -9; +comma = -10; +period.ss01 = -27; +comma.ss01 = -22; +hyphen = 22; +parenright = -73; +bracketright = -74; +quotedblleft = -62; +quoteleft = -58; +quotedbl = -63; }; -five.numr = { -fraction = 10; +igrave = { +parenright = -48; }; -fiveinferior = { -T = -146; -W = -63; -parenright = -49; +three.numr = { +fraction = 0; }; -fivesuperior = { -comma = -74; -comma.ss01 = -68; -fraction = 4; -period = -72; -period.ss01 = -69; -slash = -89; +Aring = { +endash.case = -96; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -36; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = -82; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 15; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 5; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_backslash" = -43; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -27; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 4; +"@MMK_R_KO_underscore" = 5; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -25; +"@MMK_R_KO_braceright" = -26; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = -31; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -30; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -33; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -30; +"@MMK_R_KO_trademark" = -82; +"@MMK_R_KO_asciicircum" = -51; }; -fl = { -backslash = 14; -ibreve = 20; -idieresis = 20; -idieresis.ss01 = 3; -jcircumflex = 21; +lcommaaccent = { +j = 2; }; -four = { -asciicircum = -100; -braceright = -68; -bracketright.case = -63; -fivesuperior = -67; -hyphen = 0; -minus = -34; -ninesuperior = -62; -ordfeminine = -62; -ordmasculine = -61; -six = 2; -sixsuperior = -62; -trademark = -69; +quoteright.ss01 = { +igrave = 28; +icircumflex = 58; +imacron = 100; +itilde = 75; +jcircumflex = 57; +idieresis.ss01 = 30; +g.ss06 = -58; +gdotaccent.ss01.ss06 = -57; +mu = -32; +questiondown.case = -61; +questiondown.ss01 = -61; +quotedblbase.ss01 = -61; +asciitilde = -59; }; -four.dnom = { -degree = -111; -parenright = -60; -question = -83; -question.ss01 = -96; -quotedbl = -75; -quotedblleft = -124; -quotedblright = -122; -quoteright = -74; -quotesingle = -67; +backslash = { +p = 24; +g.ss06 = 59; +backslash = -161; +underscore = 53; +quoteright.ss01 = -61; }; -fourinferior = { -T = -135; -V = -115; -W = -83; -bracketright = -57; -parenright = -54; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 33; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_T" = 49; +"@MMK_R_KO_U" = 44; +"@MMK_R_KO_V" = 63; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = 57; +"@MMK_R_KO_Z" = 35; +"@MMK_R_KO_I.ss02" = 67; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_sixsuperior" = 28; +"@MMK_R_KO_onesuperior" = 66; +"@MMK_R_KO_twosuperior" = 42; +"@MMK_R_KO_threesuperior" = 39; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = 45; +"@MMK_R_KO_sevensuperior" = 86; +"@MMK_R_KO_eightsuperior" = 44; +"@MMK_R_KO_ninesuperior" = 42; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -23; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_exclam" = 51; +"@MMK_R_KO_question" = 28; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 16; +"@MMK_R_KO_parenright" = 92; +"@MMK_R_KO_bracketright" = 95; +"@MMK_R_KO_parenright.case" = 92; +"@MMK_R_KO_bracketright.case" = 95; +"@MMK_R_KO_quotedblright" = 46; +"@MMK_R_KO_quoteright" = 59; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 37; +"@MMK_R_KO_quotesingle" = 54; +"@MMK_R_KO_quotedblright.ss01" = 46; +"@MMK_R_KO_quoteright.ss01" = 47; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 5; +"@MMK_R_KO_H" = 45; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = 42; +"@MMK_R_KO_U" = 57; +"@MMK_R_KO_V" = 69; +"@MMK_R_KO_W" = 72; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = 48; +"@MMK_R_KO_Z" = 36; +"@MMK_R_KO_I.ss02" = 41; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 27; +"@MMK_R_KO_onesuperior" = 39; +"@MMK_R_KO_twosuperior" = 30; +"@MMK_R_KO_threesuperior" = 27; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 22; +"@MMK_R_KO_sevensuperior" = 37; +"@MMK_R_KO_eightsuperior" = 41; +"@MMK_R_KO_ninesuperior" = 29; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 1; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 50; +"@MMK_R_KO_question" = 25; +"@MMK_R_KO_asterisk" = 33; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = 88; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 6; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = 6; +"@MMK_R_KO_braceright" = 6; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 12; +"@MMK_R_KO_quotedblright" = 42; +"@MMK_R_KO_quoteleft" = 30; +"@MMK_R_KO_quoteright" = 60; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 36; +"@MMK_R_KO_quotesingle" = 53; +"@MMK_R_KO_quotedblleft.ss01" = 14; +"@MMK_R_KO_quotedblright.ss01" = 23; +"@MMK_R_KO_quoteright.ss01" = 24; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -38; }; -foursuperior = { -comma = -74; -comma.ss01 = -68; -fraction = -2; -period = -72; -period.ss01 = -69; -slash = -88; +parenright.case = { +T = -48; +V = -38; +Y = -44; +Yacute = -44; +period = -25; +comma = -26; +slash = -24; +period.ss01 = -45; +comma.ss01 = -34; +hyphen.case = 25; +emdash.case = 26; +parenleft.case = 23; +parenright.case = -39; +braceright.case = -41; +bracketright.case = -42; +quotedbl = -12; }; -fraction = { -eight.dnom = 10; -fiveinferior = 17; -fourinferior = -51; -nineinferior = 7; -seven.dnom = 46; -seveninferior = 43; -sixinferior = -2; -two.dnom = 13; -twoinferior = 7; -zeroinferior = -3; +degree = { +zero = -21; +three = -6; +four = -97; +five = -15; +six = -17; +period = -62; +comma = -64; +slash = -143; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -160; +emdash = -156; +endash = -75; +hyphen.case = -60; +emdash.case = -60; +parenright = -69; +bracketright = -75; +parenright.case = -67; +bracketright.case = -76; +g.ss06 = -51; }; -g = { -backslash = -43; -iogonek = 21; -jcircumflex = 22; +H = { +H = 0; +Hbar = 41; +igrave = 42; +ibreve = 65; +idieresis = 62; +jcircumflex = 64; +x = 0; +idieresis.ss01 = 39; +exclam = 0; +endash = 0; +ampersand = 0; }; -g.ss06 = { -colon.ss01 = 0; -hbar = 10; -idieresis = 9; -iogonek = 70; -jcircumflex = 56; +lessequal = { +parenright = -89; +greaterequal = -70; +lessequal = -73; +Y = -73; +n = -48; }; -gbreve.ss06 = { -gbreve.ss06 = 29; +mu = { +mu = -10; +pi = 0; +one = -46; +onesuperior = -60; +twosuperior = -14; +sevensuperior = -75; +period.ss01 = -18; +comma.ss01 = -11; +hyphen = -4; +parenright = -60; +braceright = -78; +bracketright = -80; +quotedblleft = -43; +quotedblright = -35; +quoteleft = -41; +quoteright = -36; +quotedbl = -39; +quotesingle = -35; +trademark = -89; +asciicircum = -62; }; -gcaron.ss06 = { -gcaron.ss06 = 29; +questiondown = { +p = 0; +questiondown = 24; }; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 29; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = -43; +Eth = -43; +Lslash = -25; +Tbar = -113; +b = 0; +h = 0; +k = 0; +l = -2; +m = -2; +n = 0; +r = 0; +p = 2; +jcircumflex = 6; +germandbls = -33; +tbar = -41; +gbreve.ss06 = 39; +ordfeminine = -131; +ordmasculine = -132; +zero = -52; +two = 29; +three = -26; +five = -27; +six = -52; +seven = -83; +eight = -13; +nine = -34; +numbersign = -45; +endash.case = -96; +parenleft.case = -40; +quotedblleft.ss01 = -129; +at = -41; +ampersand = -12; +registered = -103; +dollar = -38; +plus = -78; +minus = -79; +multiply = -54; +divide = -79; +equal = -39; +notequal = -93; +less = -62; +approxequal = -78; +logicalnot = -112; +asciitilde = -58; }; -gdotaccent.ss06 = { -gdotaccent.ss06 = 29; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 47; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -48; +"@MMK_R_KO_Oacute" = -48; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 56; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 48; +"@MMK_R_KO_I.ss02" = 44; +"@MMK_R_KO_J.ss10" = -32; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_aacute" = -38; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -41; +"@MMK_R_KO_f" = -20; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 79; +"@MMK_R_KO_itilde" = 57; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_s" = -14; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -72; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = -64; +"@MMK_R_KO_z" = 32; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_g.ss06" = 53; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = -53; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -14; +"@MMK_R_KO_foursuperior" = -70; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -11; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 27; +"@MMK_R_KO_comma" = 30; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 19; +"@MMK_R_KO_question" = -15; +"@MMK_R_KO_asterisk" = -10; +"@MMK_R_KO_slash" = 66; +"@MMK_R_KO_backslash" = 39; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 20; +"@MMK_R_KO_colon.ss01" = 20; +"@MMK_R_KO_question.ss01" = -23; +"@MMK_R_KO_hyphen" = -75; +"@MMK_R_KO_endash" = -103; +"@MMK_R_KO_underscore" = 36; +"@MMK_R_KO_hyphen.case" = -106; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_braceright" = -10; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -20; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -18; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -60; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -18; +"@MMK_R_KO_asciicircum" = -92; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 28; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -30; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 19; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 19; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 23; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_pi" = 28; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 2; +"@MMK_R_KO_two" = 29; +"@MMK_R_KO_three" = 18; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_five" = 17; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 8; +"@MMK_R_KO_eight" = 30; +"@MMK_R_KO_nine" = 25; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = -14; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_endash.case" = 5; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_parenright.case" = -29; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -18; +"@MMK_R_KO_plus" = -3; +"@MMK_R_KO_percent" = 5; }; -germandbls = { -a = 11; -a.ss05 = 17; -bracketright = -71; -c = 11; -comma = 0; -comma.ss01 = -30; -d = 11; -e = 12; -f = 0; -f_f.liga = 0; -f_f_i.liga = 0; -f_y.liga = 0; -fi = 0; -fl = 0; -g = 9; -g.ss06 = 0; -guillemetleft = 16; -guilsinglleft = 16; -hyphen = 15; -o = 11; -parenright = -54; -period = 0; -period.ss01 = -28; -quotedblleft = -20; -quotedblleft.ss01 = -27; -quoteleft = -20; -quotesingle = -18; -s = 17; +ohornacute = { +c = 37; +i = 27; +idotaccent = 27; +i.ss01 = 27; +idotaccent.ss01 = 27; +m = 27; +n = 27; +p = 27; t = 0; +u = 30; t_i.liga = 0; t_i.liga.ss01 = 0; t_t.liga = 0; -v = -3; -w = 0; -z = 0; +parenright = -48; }; -greater = { -J = -120; -T = -132; -X = -68; -Y = -91; -Z = -60; -greater = -33; -parenright = -74; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -85; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -90; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -131; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -33; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -79; +"@MMK_R_KO_Y" = -61; +"@MMK_R_KO_Z" = -91; +"@MMK_R_KO_I.ss02" = -92; +"@MMK_R_KO_J.ss10" = -96; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -25; +"@MMK_R_KO_eacute" = -25; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -21; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 19; +"@MMK_R_KO_w" = 23; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 21; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = -10; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_one" = -30; +"@MMK_R_KO_four" = -76; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 16; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = -101; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -83; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = -92; +"@MMK_R_KO_endash" = -69; +"@MMK_R_KO_underscore" = -92; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -81; +"@MMK_R_KO_braceright" = -82; +"@MMK_R_KO_bracketright" = -86; +"@MMK_R_KO_quotedblleft" = -11; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = 14; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -61; +"@MMK_R_KO_asciicircum" = -7; +}; +Ycircumflex = { +a.ss05 = -88; }; -greaterequal = { -T = -186; -one = -106; -parenright = -76; -seven = -91; +Ograve = { +Lslash = 15; }; -guillemetleft = { -Tcedilla = -111; -g.ss06 = 28; -questiondown = 18; -quotedblbase = -15; -sevensuperior = -58; +Hbar = { +Hbar = 99; +Idieresis.ss01 = 42; +exclam.ss01 = 42; +}; +Y = { +Eth = -50; +Lslash = -30; +Oslash = -34; +aacute = -94; +a.ss05 = -88; +aacute.ss05 = -81; +aogonek.ss05 = -87; +eth = -58; +ccedilla = -94; +eacute = -95; +edotbelow = -95; +edotbelow.ss01 = -95; +egrave = -79; +ecircumflexacute = -80; +oacute = -95; +odotbelow = -95; +odotbelow.ss01 = -95; +oslash = -95; +iacute = -28; +ntilde = -68; +ncaron = -66; +igrave = 48; +idieresis = 66; +scaron = -21; +zcaron = -45; +idieresis.ss01 = 58; +zero = -40; +two = -9; +three = -18; +six = -30; +seven = 32; +eight = -11; +nine = -2; +twoinferior = -123; +numbersign = -54; +ellipsis.ss01 = -189; +endash.case = -62; +parenleft.case = -27; +at = -51; +ampersand = -64; +registered = -24; +plus = -86; +minus = -92; +multiply = -46; +equal = -41; +notequal = -98; +less = -70; +lessequal = -128; +logicalnot = -136; +asciitilde = -90; }; -guillemetright = { -Lslash = 22; -T = -135; -onesuperior = -54; -quotesinglbase = -49; -sevensuperior = -61; -sixsuperior = -49; +acircumflexacute = { +sevensuperior = -13; +parenright = -2; }; -guilsinglleft = { -A = 24; -Adieresis = 24; -Aring = 24; -C = 20; -G = 20; -J = 10; -T = -106; -Tcommaaccent = -106; -V = -33; -W = -17; -X = 21; -Y = -53; -Yacute = -53; -Z = 22; -a = -7; -c = -6; -comma = 16; -d = -8; -e = -8; -f = 33; -f_f.liga = 33; -f_f_i.liga = 33; -f_y.liga = 33; -fi = 33; -fl = 33; -guilsinglleft = -24; -j = 5; -o = -6; -parenright = -33; -pi = 32; -s = 0; -semicolon = 22; -t = 32; -t_i.liga = 32; -t_t.liga = 32; -v = 29; -w = 28; -x = 46; -y = 29; -z = 43; +odieresis.ss01 = { +germandbls = -25; }; -guilsinglright = { -onesuperior = -53; -quotesinglbase = -51; -sevensuperior = -60; +foursuperior = { +A = -88; +period = -62; +comma = -64; +slash = -97; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -44; }; -h = { -abrevehookabove.ss05 = 4; -acircumflexhookabove.ss05 = 4; -backslash = -78; -e = 8; -registered = -40; -seven = -56; -yhookabove = -31; +eight = { +icircumflex = 67; +braceright = -54; +bracketright.case = -35; +trademark = -51; }; -hyphen = { -Dcroat = -21; -Jcircumflex = -125; -Lslash = 13; -OE = 10; -Oslash = 7; -Tcedilla = -138; -Ycircumflex = -142; -Ydieresis = -142; -Ydieresis.ss01 = -142; -Ydotbelow = -142; -Ydotbelow.ss01 = -142; -Ygrave = -142; -braceright = -79; -four.numr = -91; -foursuperior = -106; -hyphen = -30; -l.ss03 = 5; -mu = -5; -one = -66; -one.numr = -60; -onesuperior = -65; -oslash = 29; -question.ss01 = -93; -questiondown = -44; -quotedbl = -147; -quotedblbase = -121; -quotedblbase.ss01 = -119; -quoteleft = -74; -quotesinglbase = -74; -seven.numr = -67; -sevensuperior = -71; -six.numr = -69; -sixsuperior = -73; -two = -50; -zero.numr = -73; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_braceright" = -20; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -24; +"@MMK_R_KO_asciicircum" = -45; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -146; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = -122; +"@MMK_R_KO_G.ss07" = -20; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 18; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 38; +"@MMK_R_KO_W" = 45; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = 32; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 38; +"@MMK_R_KO_J.ss10" = -112; +"@MMK_R_KO_a" = -67; +"@MMK_R_KO_aacute" = -66; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -64; +"@MMK_R_KO_f" = -21; +"@MMK_R_KO_g" = -64; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -48; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -55; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = -40; +"@MMK_R_KO_l.ss04" = 47; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_pi" = -23; +"@MMK_R_KO_zero" = -29; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -22; +"@MMK_R_KO_seven" = 43; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -186; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 20; +"@MMK_R_KO_slash" = -156; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -40; +"@MMK_R_KO_hyphen" = -85; +"@MMK_R_KO_endash" = -68; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -36; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = -7; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 20; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 24; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = 22; +"@MMK_R_KO_quotesingle" = 22; +"@MMK_R_KO_quotedblleft.ss01" = 13; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_plus" = -52; +"@MMK_R_KO_percent" = 0; }; -hyphen.case = { -Dcroat = 20; -Jcircumflex = -126; -Lslash = 10; -Oslash = 31; -Tcedilla = -138; -Ycircumflex = -97; -bracketright.case = -81; -hyphen.case = -30; -parenleft.case = 21; -quotedblbase = -138; -quotedblbase.ss01 = -128; -quotesinglbase = -74; +w = { +ampersand = -28; }; -i = { -asciitilde = 0; -germandbls = 0; -hbar = 21; -idieresis = 21; -jcircumflex = 21; -logicalnot = -52; -p = 0; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -64; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -20; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = -64; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = 6; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -64; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -64; +"@MMK_R_KO_eacute" = -64; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -64; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -40; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -56; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -33; +"@MMK_R_KO_l.ss04" = 41; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = -13; +"@MMK_R_KO_zero" = -26; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -3; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -20; +"@MMK_R_KO_seven" = 23; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 3; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 10; +"@MMK_R_KO_foursuperior" = -22; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_ninesuperior" = 18; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_question" = 18; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -64; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -64; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_endash.case" = -39; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = -20; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_quotedblleft" = 10; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 10; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_plus" = -63; }; -i.ss01 = { -bracketright = -20; -idieresis.ss01 = 4; -jcircumflex = 21; -parenright = -16; +jacute = { +hbar = 3; +idieresis = 2; +iogonek = 8; +j = 4; +j.ss01 = 4; +jcircumflex = 4; +seven = 51; +comma = 5; +slash = 25; +parenright = 15; }; -iacute = { -ccaron = 0; -j = 2; -jacute = 0; -parenright = 12; -rcaron = 21; -scaron = 0; -thorn = 11; -zcaron = 0; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -41; +"@MMK_R_KO_Oacute" = -41; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = -36; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 42; +"@MMK_R_KO_Y" = 20; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -54; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -40; +"@MMK_R_KO_v" = -92; +"@MMK_R_KO_w" = -76; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = -84; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -67; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 37; +"@MMK_R_KO_backslash" = 48; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = -97; +"@MMK_R_KO_endash" = -98; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -97; +"@MMK_R_KO_parenleft" = -25; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_braceright" = -23; +"@MMK_R_KO_bracketright" = -23; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -69; }; -ibreve = { -T = 70; -exclam = 74; -i = 21; -imacron = 39; -l = 21; -l.ss04 = 22; -onesuperior = 65; -parenright = 33; -question = 78; -quotesingle = 83; -sevensuperior = 66; +gcaron.ss06 = { +gcaron.ss06 = 41; }; -icircumflex = { -Icircumflex = 51; -i.ss01 = 21; -j.ss01 = 21; -ordfeminine = 67; -parenleft = 47; +Ntilde = { +A = 2; }; -idieresis = { -Idieresis = 57; -Idieresis.ss02 = 66; -b = 21; -eightsuperior = 54; -exclam = 67; -fivesuperior = 45; -h = 21; -i = 21; -idieresis = 21; -j = 21; -k = 21; -l = 21; -l.ss03 = 25; -l.ss04 = 22; -ninesuperior = 61; -onesuperior = 64; -parenright = 5; -question = 81; -quotedbl = 71; -quotedblright = 61; -quotesingle = 71; -sevensuperior = 60; -sixsuperior = 56; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -threesuperior = 53; -twosuperior = 59; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 46; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -84; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = 48; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 32; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = -36; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 16; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -15; +"@MMK_R_KO_f" = -14; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 15; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = -23; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -19; +"@MMK_R_KO_v" = -34; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = 39; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 28; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 41; +"@MMK_R_KO_t_t.liga" = -23; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -27; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 45; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 44; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 76; +"@MMK_R_KO_backslash" = -13; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 28; +"@MMK_R_KO_colon.ss01" = 28; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -18; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = 57; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -9; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -16; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -12; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -14; +"@MMK_R_KO_trademark" = -74; +"@MMK_R_KO_asciicircum" = -52; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 30; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 25; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 22; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 69; +"@MMK_R_KO_imacron" = 77; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 23; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 15; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -32; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -10; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_hyphen.case" = -25; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_bracketright" = -61; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_bracketright.case" = -40; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -8; }; -idieresis.ss01 = { -b = 6; -comma.ss01 = -24; -k = 6; -l = 6; -l.ss03 = 11; -l.ss04 = 22; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +guillemetleft = { +Dcroat = -14; +T = -146; +mu = -5; +twosuperior = -23; +braceright = -76; +minus = -12; +logicalnot = -67; +asciitilde = -11; }; -idotaccent = { -idieresis = 21; -jcircumflex = 21; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -18; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -152; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = -89; +"@MMK_R_KO_W" = -65; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = -118; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 16; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -31; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_four" = -8; +"@MMK_R_KO_sixsuperior" = -41; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -26; +"@MMK_R_KO_ninesuperior" = -36; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -68; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_backslash" = -75; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -80; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -19; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_braceright" = -81; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_quotedblleft" = -83; +"@MMK_R_KO_quotedblright" = -76; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -70; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -81; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -90; +"@MMK_R_KO_asciicircum" = -75; }; -idotaccent.ss01 = { -parenright = -16; +icircumflex = { +two = 75; +exclam.ss01 = 64; +parenright = -4; }; -idotbelow = { -comma = 4; -j = 21; +ihookabove = { +n = 2; }; -idotbelow.ss01 = { -period.ss01 = -27; +guilsinglleft = { +twosuperior = -23; +braceright = -76; +logicalnot = -68; +asciitilde = -11; }; -igrave = { -parenright = -47; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -139; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -155; +"@MMK_R_KO_V" = -78; +"@MMK_R_KO_W" = -53; +"@MMK_R_KO_X" = -91; +"@MMK_R_KO_Y" = -120; +"@MMK_R_KO_Z" = -89; +"@MMK_R_KO_I.ss02" = -112; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_t_t.liga" = -10; +}; +Uhornacute = { +exclam.ss01 = 51; }; -ihookabove = { -comma.ss01 = -24; -period.ss01 = -27; -quotedbl = 35; -quotedblright = 32; +ocircumflexhookabove = { +parenright = -42; +bracketright = -46; +quotedblright = -55; +quotedbl = -62; +quotesingle = -57; +quotedblright.ss01 = -61; }; -imacron = { -I = 90; -N = 90; -P = 90; -S = 111; -V = 99; -b = 23; -bracketright = -19; -ccaron = 0; -comma.ss01 = -24; -eightsuperior = 85; -exclam = 119; -fivesuperior = 82; -h = 23; -i = 21; -ibreve = 37; -imacron = 113; -j = 21; -j.ss01 = 21; -k = 23; -kcommaaccent = 23; -l = 23; -l.ss03 = 28; -l.ss04 = 23; -lcommaaccent = 23; -lcommaaccent.ss03 = 28; -lcommaaccent.ss04 = 23; -ninesuperior = 99; -onesuperior = 114; -parenright = 32; -period.ss01 = -27; -question = 119; -quotedbl = 111; -quotedblleft = 112; -quotedblleft.ss01 = 92; -quotedblright = 103; -quotedblright.ss01 = 82; -quoteleft = 112; -quoteright = 103; -quotesingle = 111; -scaron = 16; -sevensuperior = 110; -sixsuperior = 95; -t = 11; -t_i.liga = 9; -t_t.liga = 11; -thorn = 23; -threesuperior = 98; -twosuperior = 103; -zcaron = 0; +plusminus = { +one = -73; +parenright = -33; }; -infinity = { -bracketright = -92; -parenright = -84; -parenright.case = -75; +question = { +exclam = 5; +questiondown = -113; +questiondown.case = -58; +bracketright.case = -73; }; -integral = { -A = -70; -a = -73; -d = -73; -e = -72; -integral = -62; -s = -74; +ordmasculine = { +period = -62; +comma = -64; +slash = -109; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -93; +parenright = -61; +parenright.case = -60; }; -iogonek = { -comma = 0; -iogonek = 23; -j = 21; -parenright = 0; +slash = { +Hbar = 46; +Oslash = -23; +hbar = 60; +ntilde = -43; +ncommaaccent = -48; +igrave = 65; +ibreve = 115; +icircumflex = 65; +idieresis = 95; +imacron = 99; +itilde = 106; +jcircumflex = 64; +rcommaaccent = -47; +scaron = -22; +scircumflex = -34; +x = -31; +idieresis.ss01 = 80; +g.ss06 = -58; +gcommaaccent.ss06 = -58; +gdotaccent.ss06 = -57; +gdotaccent.ss01.ss06 = -57; +mu = -50; +oneinferior = -80; +fourinferior = -131; +eightinferior = -85; +backslash = 59; +ellipsis.ss01 = -184; +underscore = -160; +parenleft = -24; +quotesinglbase = -64; +quotedblbase = -122; +quotedblbase.ss01 = -129; +literSign = -47; +cent = -38; +euro = -52; +sterling = -35; +minus = -61; +asciicircum = -59; +infinity = -38; +integral = -63; +radical = -69; +}; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 42; +"@MMK_R_KO_O" = 44; +"@MMK_R_KO_Oacute" = 45; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 49; +"@MMK_R_KO_S" = 64; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 53; +"@MMK_R_KO_W" = 43; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 11; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 42; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 37; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_j" = 37; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_l.ss03" = 47; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_sixsuperior" = 57; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 16; +"@MMK_R_KO_fivesuperior" = 41; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 30; +"@MMK_R_KO_ninesuperior" = 53; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 47; +"@MMK_R_KO_question" = 67; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 47; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = -1; +"@MMK_R_KO_bracketright.case" = -7; +"@MMK_R_KO_quotedblright" = 51; +"@MMK_R_KO_quoteright" = 70; +"@MMK_R_KO_quotedbl" = 38; +"@MMK_R_KO_quotesingle" = 52; +"@MMK_R_KO_quotedblright.ss01" = 22; +"@MMK_R_KO_quoteright.ss01" = 28; }; -itilde = { -N = 82; -b = 21; -comma.ss01 = -24; -eightsuperior = 76; -exclam = 92; -fivesuperior = 66; -h = 21; -i = 21; -itilde = 47; -j = 21; -k = 21; -l = 21; -ninesuperior = 86; -onesuperior = 104; -parenright = 39; -period.ss01 = -27; -question = 105; -quotedbl = 102; -quotedblright = 94; -quotedblright.ss01 = 76; -quoteright = 94; -quotesingle = 102; -sevensuperior = 96; -sixsuperior = 76; -t = 0; -threesuperior = 83; -twosuperior = 88; +M = { +Hbar = 41; +hbar = 42; +igrave = 42; +ibreve = 65; +icaron = 59; +idieresis = 62; +idieresis.ss01 = 39; }; -j = { -braceright = -15; -bracketright = -15; -comma = 2; -hbar = 21; -idieresis = 21; -iogonek = 23; -j = 21; -jcircumflex = 21; -parenright = -4; -semicolon = 7; -slash = 23; +i = { +hbar = 3; +ntilde = 2; +idieresis = 2; +j = 2; +jcircumflex = 4; +s = 0; +germandbls = 0; +slash = 2; +parenright = -40; +braceright = -50; +bracketright = -51; +logicalnot = -60; }; -j.ss01 = { -bracketright = -10; -comma.ss01 = -4; -j.ss01 = 21; -parenright = -3; -slash = 23; +macute = { +quotesingle = -57; }; -jacute = { -adieresis.ss05 = 0; -backslash = 85; -ccaron = 0; -comma = 2; -hbar = 21; -hcircumflex = 11; -i.ss01 = 10; -iacute = 0; -idieresis = 21; -idotaccent.ss01 = 10; -iogonek = 23; -j = 21; -jcircumflex = 21; -rcaron = 21; -scaron = 0; -semicolon = 7; -seven = 52; -slash = 23; -zcaron = 0; +greaterequal = { +one = -103; +three = -80; +seven = -113; +parenright = -87; +T = -199; }; -jcircumflex = { -hcircumflex = 23; -i.ss01 = 21; -jcircumflex = 69; -scircumflex = 16; +eogonek = { +parenright = -58; }; -k = { -ampersand = -32; -asciitilde = -29; -exclam.ss01 = 10; -iogonek = 29; -logicalnot = -83; -minus = -37; -plus = -28; -two = 18; -yhookabove = 5; +fiveinferior = { +T = -147; +W = -71; +parenright = -65; }; -l = { -Hbar = 34; -at = 0; -backslash = 14; -hbar = 16; -ibreve = 20; -idieresis = 20; -idieresis.ss01 = 3; -jcircumflex = 21; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -plus = -3; +tcedilla = { +comma = 52; +parenright = 29; +bracketright = 18; }; -l.ss03 = { -iogonek = 30; -jcircumflex = 0; -periodcentered.loclCAT = -32; +eightsuperior = { +A = -83; +fraction = 0; +period = -62; +comma = -64; +slash = -96; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -47; }; -l.ss04 = { -ibreve = 20; -idieresis = 20; -jcircumflex = 21; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -129; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = -129; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = -5; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -129; +"@MMK_R_KO_a" = -76; +"@MMK_R_KO_aacute" = -76; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -77; +"@MMK_R_KO_eacute" = -76; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -72; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -37; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_s" = -57; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_uacute" = -28; +"@MMK_R_KO_v" = -11; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = -23; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -10; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -114; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 15; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 7; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -129; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_hyphen" = -129; +"@MMK_R_KO_endash" = -129; +"@MMK_R_KO_hyphen.case" = -113; +"@MMK_R_KO_endash.case" = -39; +"@MMK_R_KO_parenright" = -17; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -63; +"@MMK_R_KO_percent" = 4; }; -lcaron = { -exclam.ss01 = 120; -ncaron = 16; -scaron = 39; +ordfeminine = { +period = -62; +comma = -64; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -90; +parenright = -37; }; -lcaron.ss03 = { -b = 9; -bracketright = 27; -ccaron = -13; -comma = 20; -eightsuperior = 53; -exclam = 62; -exclam.ss01 = 62; -fivesuperior = 53; -h = 9; -i = 6; -i.ss01 = 8; -j = 6; -j.ss01 = 8; -k = 9; -l.ss03 = 13; -lcaron.ss03 = 13; -m = 0; -n = 0; -ncaron = 0; -ninesuperior = 53; -onesuperior = 56; -parenright = 32; -period = 20; -question = 72; -question.ss01 = 39; -quotedbl = 84; -quotedblleft = 64; -quotedblleft.ss01 = 55; -quoteleft = 64; -quoteleft.ss01 = 55; -quotesingle = 84; -s = -5; -scaron = 0; -sevensuperior = 60; -sixsuperior = 53; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -threesuperior = 39; -twosuperior = 47; -u = 0; -uacute = 0; -v = 0; -zcaron = 21; +Edotaccent = { +scaron = -16; }; -lcaron.ss04 = { -exclam.ss01 = 120; -ncaron = 16; -scaron = 39; +Oslash = { +Eth = 18; +T = -22; +Tcaron = -22; +V = -11; +Y = -19; +l.ss04 = 23; +sevensuperior = -13; +parenright = -14; +bracketright = -20; +parenright.case = -3; +bracketright.case = -17; }; -lcommaaccent = { -j = 21; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -135; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -42; +"@MMK_R_KO_Oacute" = -42; +"@MMK_R_KO_J" = -118; +"@MMK_R_KO_G.ss07" = -39; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -140; +"@MMK_R_KO_a" = -135; +"@MMK_R_KO_aacute" = -74; +"@MMK_R_KO_a.ss05" = -53; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -136; +"@MMK_R_KO_eacute" = -74; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -135; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -139; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -33; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -134; +"@MMK_R_KO_t" = -52; +"@MMK_R_KO_u" = -128; +"@MMK_R_KO_uacute" = -68; +"@MMK_R_KO_v" = -134; +"@MMK_R_KO_w" = -133; +"@MMK_R_KO_x" = -135; +"@MMK_R_KO_y" = -134; +"@MMK_R_KO_z" = -136; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 39; +"@MMK_R_KO_g.ss06" = -135; +"@MMK_R_KO_t_t.liga" = -53; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_four" = -135; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -68; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = -62; +"@MMK_R_KO_semicolon" = -64; +"@MMK_R_KO_ellipsis" = -159; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -138; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -63; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -131; +"@MMK_R_KO_endash" = -131; +"@MMK_R_KO_underscore" = -126; +"@MMK_R_KO_hyphen.case" = -131; +"@MMK_R_KO_parenleft" = -38; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_braceright" = -24; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = -25; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -149; +"@MMK_R_KO_guillemetright" = -147; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -5; +"@MMK_R_KO_asciicircum" = -66; }; -ldot.ss01 = { -a = 37; -comma.ss01 = -66; -e = 38; -period.ss01 = -67; +seven.numr = { +fraction = -42; }; -ldot.ss01.ss04 = { -comma.ss01 = -66; -period.ss01 = -67; +at = { +underscore = -74; +parenright = -91; +bracketright = -83; +parenright.case = -65; +bracketright.case = -73; +}; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -152; +"@MMK_R_KO_U" = 1; +"@MMK_R_KO_V" = -80; +"@MMK_R_KO_W" = -63; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = -125; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = -21; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 20; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -44; +"@MMK_R_KO_onesuperior" = -57; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -30; +"@MMK_R_KO_fivesuperior" = -34; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -66; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = -72; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -78; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = 15; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -56; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_quotedblleft" = -78; +"@MMK_R_KO_quotedblright" = -71; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 2; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -67; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -78; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -93; +"@MMK_R_KO_asciicircum" = -82; }; -ldot.ss04 = { -a = 38; -e = 39; -o = 40; +F = { +Hbar = 0; +adieresis.ss05 = -22; +i.ss01 = 0; +iacute = -27; +igrave = 41; +idieresis = 0; +zcaron = -61; +idieresis.ss01 = 44; +three = -18; +seven = 11; +twoinferior = -32; +threeinferior = -35; +fourinferior = -91; +fiveinferior = -35; +sixinferior = -41; +eightinferior = -33; +numbersign = -72; +ellipsis.ss01 = -222; +ampersand = -44; +multiply = -45; }; -less = { -S = 36; -less = -28; -parenright = -39; -three = 34; +nineinferior = { +parenright = -72; }; -lessequal = { -n = -43; -parenright = -70; +parenright = { +icircumflex = 36; +parenleft = 23; +braceright = -48; +asciicircum = -48; }; -liraTurkish = { -foursuperior = -79; -one = -66; -onesuperior = -59; -parenright = -87; -question = -66; -question.ss01 = -78; -quotedbl = -77; -quotesingle = -67; -seven = -76; -sevensuperior = -67; -sixsuperior = -62; -slash = -45; -two = -42; +fivesuperior = { +A = -80; +fraction = 12; +period = -62; +comma = -64; +slash = -88; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -48; +guillemetleft = -9; }; -literSign = { -parenright = -51; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -20; +"@MMK_R_KO_O" = -92; +"@MMK_R_KO_Oacute" = -92; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -90; +"@MMK_R_KO_S" = -58; +"@MMK_R_KO_T" = -164; +"@MMK_R_KO_U" = -74; +"@MMK_R_KO_V" = -201; +"@MMK_R_KO_W" = -133; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = -179; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -66; +"@MMK_R_KO_aacute" = -67; +"@MMK_R_KO_a.ss05" = -32; +"@MMK_R_KO_l" = -17; +"@MMK_R_KO_e" = -69; +"@MMK_R_KO_eacute" = -69; +"@MMK_R_KO_f" = -58; +"@MMK_R_KO_g" = -35; +"@MMK_R_KO_i" = -26; +"@MMK_R_KO_n" = -26; +"@MMK_R_KO_j" = -15; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -67; +"@MMK_R_KO_u" = -60; +"@MMK_R_KO_uacute" = -57; +"@MMK_R_KO_v" = -109; +"@MMK_R_KO_w" = -84; +"@MMK_R_KO_y" = -103; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -17; +"@MMK_R_KO_t_t.liga" = -67; +"@MMK_R_KO_pi" = -51; +"@MMK_R_KO_zero" = -84; +"@MMK_R_KO_one" = -84; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -64; +"@MMK_R_KO_four" = -180; +"@MMK_R_KO_five" = -64; +"@MMK_R_KO_six" = -83; +"@MMK_R_KO_seven" = -103; +"@MMK_R_KO_eight" = -50; +"@MMK_R_KO_nine" = -67; +"@MMK_R_KO_sixsuperior" = -216; +"@MMK_R_KO_onesuperior" = -100; +"@MMK_R_KO_foursuperior" = -197; +"@MMK_R_KO_sevensuperior" = -175; +"@MMK_R_KO_ninesuperior" = -216; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -8; +"@MMK_R_KO_hyphen" = -222; +"@MMK_R_KO_endash" = -222; +"@MMK_R_KO_hyphen.case" = -222; +"@MMK_R_KO_endash.case" = -222; +"@MMK_R_KO_parenright" = -72; +"@MMK_R_KO_bracketright" = -99; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_guillemetleft" = -82; +"@MMK_R_KO_guillemetright" = -31; +"@MMK_R_KO_quotedbl" = -137; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -129; +"@MMK_R_KO_quotedblright.ss01" = -129; }; -logicalnot = { -one = -127; -parenright = -126; -parenright.case = -97; -seven = -117; -two = -67; -y = -76; +lcaron = { +l = 29; +ncaron = 15; +lcaron = 29; +scaron = 5; +exclam.ss01 = 114; }; -lslash.ss03 = { -comma = 17; -period = 16; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 28; +"@MMK_R_KO_Oacute" = 28; +"@MMK_R_KO_J" = -82; +"@MMK_R_KO_G.ss07" = 32; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -111; +"@MMK_R_KO_U" = 28; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -38; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_I.ss02" = -69; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = -31; +"@MMK_R_KO_twosuperior" = 15; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -45; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_exclam" = 18; +"@MMK_R_KO_question" = -18; +"@MMK_R_KO_slash" = -47; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -30; +"@MMK_R_KO_hyphen" = 32; +"@MMK_R_KO_endash" = 42; +"@MMK_R_KO_hyphen.case" = 39; +"@MMK_R_KO_parenright" = -82; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_parenright.case" = -67; +"@MMK_R_KO_bracketright.case" = -75; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -24; }; -m = { -backslash = -75; -comma = 12; -e = 8; -hyphen = 12; -multiply = -32; -ordmasculine = -55; -parenleft = 5; -period = 12; -registered = -38; -seven = -52; -wgrave = -16; +z = { +logicalnot = -74; }; -minus = { -A = -58; -I.ss02 = -112; -T = -151; -V = -81; -X = -94; -Y = -117; -Z = -97; -comma = -74; -comma.ss01 = -68; -eight = 0; -four = -17; -one = -75; -parenright = -93; -parenright.case = -85; -period = -72; -period.ss01 = -69; -quotedblleft = -114; -quotedblright = -104; -seven = -56; -seven.numr = -62; -tenge = -59; -three = -24; -two = -48; -x = -44; -yen = -55; +Eogonek = { +comma = 18; +parenright = 0; }; -mu = { -braceright = -81; -bracketright = -82; -comma.ss01 = -25; -hyphen = -6; -mu = -13; -one = -37; -onesuperior = -59; -parenright = -50; -period.ss01 = -28; -pi = -3; -quotedbl = -28; -quotedblleft = -44; -quotedblright = -35; -quoteleft = -44; -quoteright = -35; -quotesingle = -28; -sevensuperior = -73; -trademark = -84; -twosuperior = -18; +G = { +Eth = 8; +Hbar = 10; +Lslash = 15; +Oslash = 0; +hbar = 4; +idieresis = 4; +jcircumflex = 24; +eight = 20; +braceright.case = -64; }; -multiply = { -A = -34; -P = -27; -T = -75; -Y = -62; -five = -21; -one = -20; -p = -26; -parenright = -91; -parenright.case = -74; -two = -2; +eightinferior = { +parenright = -60; }; -n = { -Tcedilla = -136; -asciitilde = 0; -at = -3; -backslash = -78; -degree = -84; -e = 8; -greaterequal = -37; -guilsinglright = 13; -jcircumflex = 0; -logicalnot = -52; -multiply = -31; -n = 0; -ordmasculine = -59; -parenleft = 6; -registered = -40; -seven = -56; +comma = { +twosuperior = -64; +threesuperior = -64; +fivesuperior = -64; +eightsuperior = -64; }; -ncaron = { -Yacute = -52; -parenright = -44; +pi = { +pi = 18; +onesuperior = -36; +sevensuperior = -65; +period = 16; +comma = 16; +colon = 19; +slash = 36; +hyphen = -26; +parenright = -54; +braceright = -74; +bracketright = -77; +quoteright = 0; +quotesingle = 0; +trademark = -66; }; -nine = { -braceright = -79; -bracketright.case = -55; -ordmasculine = -15; -six = 23; -trademark = -69; +iacute = { +a = 0; +c = 1; +ntilde = 2; +m = 2; +n = 2; +p = 2; +s = 0; }; -nine.dnom = { -degree = -134; -parenright = -69; -question = -103; -question.ss01 = -113; -quotedbl = -102; -quotedblleft = -138; -quotedblleft.ss01 = -128; -quotedblright = -138; -quotedblright.ss01 = -125; -quoteright = -74; -quotesingle = -67; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 31; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 15; +"@MMK_R_KO_j" = 16; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 21; +"@MMK_R_KO_uacute" = 21; +"@MMK_R_KO_v" = 12; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = 13; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_sixsuperior" = 107; +"@MMK_R_KO_onesuperior" = 116; +"@MMK_R_KO_twosuperior" = 104; +"@MMK_R_KO_threesuperior" = 98; +"@MMK_R_KO_foursuperior" = 43; +"@MMK_R_KO_fivesuperior" = 94; +"@MMK_R_KO_sevensuperior" = 119; +"@MMK_R_KO_eightsuperior" = 119; +"@MMK_R_KO_ninesuperior" = 125; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_exclam" = 116; +"@MMK_R_KO_question" = 122; +"@MMK_R_KO_slash" = 7; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -6; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 89; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = 85; +"@MMK_R_KO_bracketright" = 5; +"@MMK_R_KO_quotedblleft" = 102; +"@MMK_R_KO_quoteleft" = 110; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 118; +"@MMK_R_KO_quotesingle" = 130; +"@MMK_R_KO_quotedblleft.ss01" = 100; }; -nineinferior = { -parenright = -60; +Dcroat = { +Dcroat = 33; +Itilde = 15; }; -ninesuperior = { -comma = -74; -comma.ss01 = -68; -fraction = -7; -period = -72; -period.ss01 = -69; -slash = -108; +jcircumflex = { +E = 65; +U = 76; +k = 5; +l = 3; +i = 3; +j = 5; +jcircumflex = 20; +two = 75; +bracketright = -3; +quotedblleft = 71; +quotedblright = 65; +quoteleft = 97; +quoteright = 82; +quotedbl = 62; +quotesingle = 84; +quotedblright.ss01 = 34; +quoteright.ss01 = 35; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = 9; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = -12; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 20; +"@MMK_R_KO_X" = 39; +"@MMK_R_KO_Y" = 14; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -31; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -33; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -10; +"@MMK_R_KO_icircumflex" = 19; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -42; +"@MMK_R_KO_u" = -26; +"@MMK_R_KO_uacute" = -21; +"@MMK_R_KO_v" = -50; +"@MMK_R_KO_w" = -38; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -49; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -43; +"@MMK_R_KO_one" = -40; +"@MMK_R_KO_four" = -45; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -54; +"@MMK_R_KO_fivesuperior" = -11; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_backslash" = 31; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -15; +"@MMK_R_KO_hyphen" = -54; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -11; +"@MMK_R_KO_parenleft" = -15; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = -13; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -23; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -9; +"@MMK_R_KO_asciicircum" = -68; }; -notequal = { -N = -54; -b = -52; -parenright = -83; -zero = -40; +gbreve.ss06 = { +gbreve.ss06 = 41; }; -ntilde = { -parenright = -43; +R = { +Hbar = 54; +Oslash = 6; +hbar = 57; +idieresis = 55; +jcircumflex = 69; +idieresis.ss01 = 42; +two = 30; +three = 14; +eight = 19; +nine = 28; +greater = 28; +logicalnot = -66; }; -numbersign = { -A = -31; -C = 13; -J = -70; -T = -70; -V = -35; -X = -50; -Y = -54; -bracketright = -83; -comma = -68; -comma.ss01 = -68; -eight = 11; -four = 2; -nine = 14; -one = -18; -parenright = -65; -parenright.case = -61; -period = -69; -period.ss01 = -69; -six = 13; -three = 13; +idieresis.ss01 = { +Idieresis.ss01 = 42; +exclam.ss01 = 41; }; -numero = { -one = 0; -parenright = -58; -period = -72; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -95; +question.ss01 = -95; +parenright = -77; +quotedblleft = -95; +quotedblright = -95; +quoteleft = -64; +quoteright = -64; +quotedbl = -95; +quotesingle = -57; +quotedblleft.ss01 = -95; +quoteleft.ss01 = -61; +quotedblright.ss01 = -95; +quoteright.ss01 = -61; +degree = -95; +}; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -134; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -42; +"@MMK_R_KO_Oacute" = -42; +"@MMK_R_KO_J" = -118; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 18; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_Y" = 16; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 7; +"@MMK_R_KO_J.ss10" = -140; +"@MMK_R_KO_a" = -135; +"@MMK_R_KO_aacute" = -84; +"@MMK_R_KO_a.ss05" = -133; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -136; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_t" = -52; +"@MMK_R_KO_u" = -127; +"@MMK_R_KO_uacute" = -57; +"@MMK_R_KO_v" = -134; +"@MMK_R_KO_four" = -135; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -67; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 5; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = -62; +"@MMK_R_KO_semicolon" = -64; +"@MMK_R_KO_ellipsis" = -159; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -126; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -61; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -131; +"@MMK_R_KO_endash" = -131; +"@MMK_R_KO_hyphen.case" = -131; +"@MMK_R_KO_parenleft" = -38; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = -5; +"@MMK_R_KO_bracketright.case" = -25; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_guillemetleft" = -100; +"@MMK_R_KO_guillemetright" = -100; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 51; }; -o = { -Ydieresis = -127; -Ydieresis.ss01 = -127; -backslash = -81; -bracketright = -88; -gbreve.ss06 = 0; -gcircumflex.ss06 = 0; -gcommaaccent.ss06 = 0; -germandbls = -26; -logicalnot = -51; -n = 0; -parenleft = 13; -quotedbl = -61; -quotedblright = -86; -quoteright = -74; -quotesingle = -61; -registered = -41; -seven = -65; -tbar = 2; -two = -18; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -114; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = -130; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -97; +"@MMK_R_KO_W" = -76; +"@MMK_R_KO_X" = -51; +"@MMK_R_KO_Y" = -147; +"@MMK_R_KO_Z" = -48; +"@MMK_R_KO_I.ss02" = -97; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 25; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 26; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = 22; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -38; +"@MMK_R_KO_u" = 17; +"@MMK_R_KO_v" = -40; +"@MMK_R_KO_w" = -20; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = -60; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_t_t.liga" = -39; +"@MMK_R_KO_pi" = -21; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -73; +"@MMK_R_KO_two" = -21; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 23; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -109; +"@MMK_R_KO_eight" = 31; +"@MMK_R_KO_nine" = -3; +"@MMK_R_KO_sixsuperior" = -82; +"@MMK_R_KO_onesuperior" = -70; +"@MMK_R_KO_foursuperior" = -137; +"@MMK_R_KO_sevensuperior" = -80; +"@MMK_R_KO_ninesuperior" = -76; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_question" = -100; +"@MMK_R_KO_slash" = -40; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -63; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -95; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 19; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -137; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -129; +"@MMK_R_KO_quotedblright.ss01" = -129; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -74; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 15; +"@MMK_R_KO_Oacute" = 15; +"@MMK_R_KO_J" = -91; +"@MMK_R_KO_G.ss07" = 19; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = -133; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -72; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = -81; +"@MMK_R_KO_I.ss02" = -87; +"@MMK_R_KO_J.ss10" = -56; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 22; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 34; +"@MMK_R_KO_w" = 49; +"@MMK_R_KO_x" = 22; +"@MMK_R_KO_y" = 33; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = -3; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_four" = -35; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 8; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 26; +"@MMK_R_KO_ellipsis" = -98; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 16; +"@MMK_R_KO_slash" = -83; +"@MMK_R_KO_backslash" = -17; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -27; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -91; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = 25; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -60; +"@MMK_R_KO_asciicircum" = -7; }; -oacute = { -parenright = -69; +Tcedilla = { +aacute = -135; +acircumflex.ss05 = -58; +amacron.ss05 = -36; +abreve.ss05 = -31; +endash.case = -132; }; -ocircumflex = { -T = -108; +Yacute = { +Eth = -50; +Oslash = -34; +a.ss05 = -88; +ellipsis.ss01 = -189; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = 23; +"@MMK_R_KO_Oacute" = 23; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -78; +"@MMK_R_KO_U" = 24; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -36; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 16; +"@MMK_R_KO_e" = 18; +"@MMK_R_KO_eacute" = 18; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = 14; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_u" = 27; +"@MMK_R_KO_uacute" = 27; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_period.ss01" = -47; +"@MMK_R_KO_comma.ss01" = -42; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 34; +"@MMK_R_KO_hyphen.case" = 33; +"@MMK_R_KO_parenleft" = 36; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_parenright.case" = -58; +"@MMK_R_KO_bracketright.case" = -59; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 24; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -20; }; -ocircumflexgrave = { -comma = -11; -comma.ss01 = -37; -guillemetright = -14; -hyphen = 28; -parenright = -66; -period = -12; -period.ss01 = -38; -quotedbl = -60; -quotedblright = -70; +greater = { +parenright = -98; +bracketright = -82; +parenright.case = -80; +bracketright.case = -83; +greater = -22; }; -ocircumflexhookabove = { -comma = -11; -comma.ss01 = -37; -guillemetright = -14; -hyphen = 28; +ecircumflexacute = { +onesuperior = -46; +sevensuperior = -25; +parenright = -21; +bracketright = -27; +quotedbl = -50; +quotesingle = -48; +}; +Uhorn = { +exclam.ss01 = 51; +}; +Rcommaaccent = { parenright = -43; -period = -12; -period.ss01 = -38; -quotedbl = -51; -quotedblright = -48; }; -ocircumflextilde = { -parenright = -69; +question.ss01 = { +questiondown.case = -59; +questiondown.ss01 = -116; }; -odieresis = { -gbreve.ss06 = 0; -germandbls = -26; -parenright = -69; +onesuperior = { +A = -81; +fraction = 0; +period = -62; +comma = -64; +slash = -92; +period.ss01 = -63; +comma.ss01 = -61; }; -odieresis.ss01 = { -germandbls = -26; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -85; +"@MMK_R_KO_Oacute" = -85; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -82; +"@MMK_R_KO_S" = -70; +"@MMK_R_KO_T" = -160; +"@MMK_R_KO_U" = -75; +"@MMK_R_KO_V" = -161; +"@MMK_R_KO_W" = -134; +"@MMK_R_KO_X" = 16; +"@MMK_R_KO_Y" = -175; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -71; +"@MMK_R_KO_a" = -72; +"@MMK_R_KO_a.ss05" = -42; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -74; +"@MMK_R_KO_f" = -41; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = -13; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_j" = 84; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = -70; +"@MMK_R_KO_u" = -66; +"@MMK_R_KO_uacute" = -66; +"@MMK_R_KO_v" = -88; +"@MMK_R_KO_w" = -82; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -7; +"@MMK_R_KO_t_t.liga" = -68; +"@MMK_R_KO_zero" = -82; +"@MMK_R_KO_one" = -77; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -73; +"@MMK_R_KO_four" = -95; +"@MMK_R_KO_five" = -75; +"@MMK_R_KO_six" = -81; +"@MMK_R_KO_seven" = -94; +"@MMK_R_KO_eight" = -66; +"@MMK_R_KO_nine" = -78; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetright" = -65; +"@MMK_R_KO_quotedbl" = -122; +"@MMK_R_KO_quotesingle" = -57; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -64; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 30; +"@MMK_R_KO_Oacute" = 30; +"@MMK_R_KO_J" = -110; +"@MMK_R_KO_G.ss07" = 34; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_U" = 30; +"@MMK_R_KO_V" = -10; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -42; +"@MMK_R_KO_Y" = -20; +"@MMK_R_KO_Z" = -41; +"@MMK_R_KO_I.ss02" = -28; +"@MMK_R_KO_J.ss10" = -76; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 36; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 76; +"@MMK_R_KO_imacron" = 89; +"@MMK_R_KO_itilde" = 74; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 36; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = 37; +"@MMK_R_KO_w" = 40; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = 35; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 36; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_four" = -32; +"@MMK_R_KO_sixsuperior" = 18; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_twosuperior" = 8; +"@MMK_R_KO_threesuperior" = 18; +"@MMK_R_KO_foursuperior" = 26; +"@MMK_R_KO_fivesuperior" = 13; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = 22; +"@MMK_R_KO_ninesuperior" = 10; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -223; +"@MMK_R_KO_exclam" = 23; +"@MMK_R_KO_question" = 28; +"@MMK_R_KO_asterisk" = 24; +"@MMK_R_KO_slash" = -78; +"@MMK_R_KO_backslash" = 0; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 13; +"@MMK_R_KO_hyphen" = -31; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = -212; +"@MMK_R_KO_hyphen.case" = 27; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_braceright" = -61; +"@MMK_R_KO_bracketright" = -65; +"@MMK_R_KO_parenright.case" = -49; +"@MMK_R_KO_bracketright.case" = -66; +"@MMK_R_KO_quotedblleft" = 7; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 14; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 20; +"@MMK_R_KO_quotedbl" = 5; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 6; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 3; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -16; }; -ohookabove = { -parenright = -69; +t_i.liga = { +hbar = -4; +idieresis = -5; +jcircumflex = -3; +lcommaaccent = -6; +germandbls = 0; +logicalnot = -63; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -19; +"@MMK_R_KO_T" = -148; +"@MMK_R_KO_U" = -23; +"@MMK_R_KO_V" = -99; +"@MMK_R_KO_W" = -78; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = -145; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -18; +"@MMK_R_KO_a.ss05" = -6; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -19; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = -47; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 30; +"@MMK_R_KO_t_t.liga" = -44; +"@MMK_R_KO_one" = -70; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -78; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -49; +"@MMK_R_KO_foursuperior" = -55; +"@MMK_R_KO_fivesuperior" = -57; +"@MMK_R_KO_sevensuperior" = -87; +"@MMK_R_KO_eightsuperior" = -49; +"@MMK_R_KO_ninesuperior" = -57; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -77; +"@MMK_R_KO_asterisk" = -72; +"@MMK_R_KO_slash" = 39; +"@MMK_R_KO_backslash" = -88; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -88; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_parenleft" = -11; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_braceright" = -78; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_quotedblleft" = -90; +"@MMK_R_KO_quotedblright" = -81; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -78; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -89; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -113; +"@MMK_R_KO_asciicircum" = -100; }; -ohorn = { -comma = -11; -comma.ss01 = -37; -hyphen = 28; -parenright = -69; -period = -12; -period.ss01 = -38; -quotedbl = -50; -quotedblright = -41; -u = 7; +adieresis.ss05 = { +germandbls = -26; }; -ohornacute = { -c = 14; -parenright = -66; -t = -27; -t_i.liga = -27; -t_t.liga = -27; +a = { +l = 0; +idieresis = 2; +jcircumflex = 2; +s = 0; +germandbls = 0; +notequal = -64; +logicalnot = -61; }; -ohorndotbelow = { -c = 14; -comma = -10; -parenright = -69; -period = -12; -t = -27; -t_i.liga = -27; -t_t.liga = -27; -u = 7; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -161; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -25; +"@MMK_R_KO_J" = -119; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 14; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = 37; +"@MMK_R_KO_W" = 41; +"@MMK_R_KO_X" = 7; +"@MMK_R_KO_Y" = 35; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -135; +"@MMK_R_KO_a" = -86; +"@MMK_R_KO_aacute" = -82; +"@MMK_R_KO_a.ss05" = -83; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -86; +"@MMK_R_KO_eacute" = -73; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -85; +"@MMK_R_KO_n" = -69; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -77; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -64; +"@MMK_R_KO_uacute" = -61; +"@MMK_R_KO_v" = -43; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_y" = -42; +"@MMK_R_KO_z" = -61; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_pi" = -42; +"@MMK_R_KO_zero" = -31; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -104; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -24; +"@MMK_R_KO_seven" = 39; +"@MMK_R_KO_eight" = -4; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 8; +"@MMK_R_KO_onesuperior" = 19; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_sevensuperior" = 16; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -201; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -166; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -57; +"@MMK_R_KO_hyphen" = -107; +"@MMK_R_KO_endash" = -90; +"@MMK_R_KO_hyphen.case" = -84; +"@MMK_R_KO_endash.case" = -59; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_quotedblleft" = 3; +"@MMK_R_KO_quotedblright" = 15; +"@MMK_R_KO_quoteleft" = 3; +"@MMK_R_KO_quoteright" = 16; +"@MMK_R_KO_guillemetleft" = -76; +"@MMK_R_KO_guillemetright" = -48; +"@MMK_R_KO_quotedbl" = 12; +"@MMK_R_KO_quotesingle" = 12; +"@MMK_R_KO_quotedblleft.ss01" = 10; +"@MMK_R_KO_quotedblright.ss01" = 10; +"@MMK_R_KO_degree" = -3; +"@MMK_R_KO_plus" = -81; +"@MMK_R_KO_percent" = 0; +}; +icaron = { +icaron = 2; +j = 2; +parenright = 31; +quotedbl = 55; +quotesingle = 85; }; -ohorndotbelow.ss01 = { -c = 14; -comma.ss01 = -34; -parenright = -69; -period.ss01 = -38; -t = -27; -t_i.liga.ss01 = -27; -t_t.liga = -27; +braceleft.case = { +braceright.case = 0; +at = -61; +minus = -101; +logicalnot = -142; +asciicircum = -93; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -4; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 9; +"@MMK_R_KO_X" = 13; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -6; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -18; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 15; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -3; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 3; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -25; +"@MMK_R_KO_asciicircum" = -43; }; -ohorngrave = { -comma = -11; -comma.ss01 = -37; -parenright = -69; -period = -12; -period.ss01 = -38; -quotedbl = -50; -quotedblright = -41; +uhorndotbelow = { +a = -23; +a.ss05 = -18; +c = -22; +n = 0; +period = -28; +comma = -27; +ellipsis = -50; +question = 49; +parenright = -23; +quotedblright = 20; +quotedbl = 27; }; -ohornhookabove = { -comma = -11; -comma.ss01 = -37; -parenright = -66; -period = -12; -period.ss01 = -38; -quotedbl = -50; -quotedblright = -41; +g.ss06 = { +oslash = -5; +iogonek = 37; +jcircumflex = 16; +gcircumflex.ss06 = 41; +notequal = -77; +logicalnot = -71; }; -ohorntilde = { -comma = -11; -comma.ss01 = -37; -parenright = -69; -period = -12; -period.ss01 = -38; +yacute = { +T = -76; +eth = -10; +parenright = -70; }; -ohungarumlaut = { -b = 0; -bracketright = -63; -h = 0; -i = 0; -j = 0; -k = 0; -l = 0; -l.ss04 = 0; -parenright = -61; -quotedbl = -56; -quotedblright = -59; -sevensuperior = -55; +Imacron = { +Imacron = 20; +imacron = 92; +parenright.case = 35; }; -omacron = { -T = -65; -parenright = -69; +exclamdown.ss01 = { +T = -81; +V = -55; +Y = -74; +j.ss01 = 87; }; -one = { -bracketright = -20; -colon.ss01 = -7; -comma = 0; -comma.ss01 = -24; -degree = -19; -equal = 0; -four = 0; -icircumflex = 45; -multiply = -30; -one = 0; -ordfeminine = -3; -ordmasculine = -3; -parenright = -19; -parenright.case = -5; -percent = 0; -period = 0; -period.ss01 = -27; -seven = 0; -slash = 0; -three = 0; -two = 0; -zero = 0; +oacute = { +seven = -80; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -23; +"@MMK_R_KO_O" = -95; +"@MMK_R_KO_Oacute" = -95; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -93; +"@MMK_R_KO_S" = -61; +"@MMK_R_KO_T" = -162; +"@MMK_R_KO_U" = -76; +"@MMK_R_KO_V" = -208; +"@MMK_R_KO_W" = -138; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = -175; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -68; +"@MMK_R_KO_aacute" = -69; +"@MMK_R_KO_a.ss05" = -40; +"@MMK_R_KO_l" = -21; +"@MMK_R_KO_e" = -71; +"@MMK_R_KO_eacute" = -70; +"@MMK_R_KO_f" = -57; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -25; +"@MMK_R_KO_n" = -25; +"@MMK_R_KO_j" = -18; +"@MMK_R_KO_s" = -46; +"@MMK_R_KO_t" = -68; +"@MMK_R_KO_u" = -62; +"@MMK_R_KO_uacute" = -59; +"@MMK_R_KO_v" = -114; +"@MMK_R_KO_w" = -87; +"@MMK_R_KO_y" = -100; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -21; +"@MMK_R_KO_t_t.liga" = -67; +"@MMK_R_KO_pi" = -50; +"@MMK_R_KO_zero" = -87; +"@MMK_R_KO_one" = -83; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -66; +"@MMK_R_KO_four" = -191; +"@MMK_R_KO_five" = -66; +"@MMK_R_KO_six" = -86; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = -58; +"@MMK_R_KO_nine" = -69; +"@MMK_R_KO_sixsuperior" = -216; +"@MMK_R_KO_onesuperior" = -100; +"@MMK_R_KO_foursuperior" = -197; +"@MMK_R_KO_sevensuperior" = -175; +"@MMK_R_KO_ninesuperior" = -216; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_question" = -98; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -223; +"@MMK_R_KO_endash" = -223; +"@MMK_R_KO_hyphen.case" = -223; +"@MMK_R_KO_endash.case" = -223; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_bracketright" = -96; +"@MMK_R_KO_parenright.case" = -26; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -85; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = -137; +"@MMK_R_KO_quotesingle" = -57; }; -one.dnom = { -degree = -98; -one.dnom = 0; -parenright = -58; -question = -105; -question.ss01 = -105; -quotedbl = -65; -quotedblleft = -105; -quotedblright = -105; -quoteright = -74; -quotesingle = -65; -two.dnom = 0; -zero.dnom = 0; +yen = { +zero = -37; +one = -10; +two = -17; +three = -25; +four = -33; +six = -37; +foursuperior = -56; +period = -62; +comma = -64; +colon = -57; +semicolon = -57; +slash = -72; +period.ss01 = -63; +comma.ss01 = -61; +colon.ss01 = -63; +semicolon.ss01 = -61; }; -one.numr = { -fraction = 0; +idotaccent.ss01 = { +parenright = -23; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; +ldot.ss01.ss04 = { +period.ss01 = -55; +comma.ss01 = -45; }; -onesuperior = { -A = -75; -comma = -74; -comma.ss01 = -68; -period = -72; -period.ss01 = -69; -slash = -85; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 37; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -56; +"@MMK_R_KO_Oacute" = -56; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -54; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = -138; +"@MMK_R_KO_U" = -42; +"@MMK_R_KO_V" = -170; +"@MMK_R_KO_W" = -115; +"@MMK_R_KO_X" = 47; +"@MMK_R_KO_Y" = -155; +"@MMK_R_KO_Z" = 35; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -21; +"@MMK_R_KO_a" = -30; +"@MMK_R_KO_aacute" = -30; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -33; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = -46; +"@MMK_R_KO_u" = -24; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -86; +"@MMK_R_KO_w" = -63; +"@MMK_R_KO_x" = 19; +"@MMK_R_KO_y" = -75; +"@MMK_R_KO_z" = 24; +"@MMK_R_KO_l.ss03" = -3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 39; +"@MMK_R_KO_t_t.liga" = -45; +"@MMK_R_KO_one" = -60; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = -115; +"@MMK_R_KO_onesuperior" = -100; +"@MMK_R_KO_twosuperior" = -81; +"@MMK_R_KO_threesuperior" = -103; +"@MMK_R_KO_foursuperior" = -108; +"@MMK_R_KO_fivesuperior" = -109; +"@MMK_R_KO_sevensuperior" = -136; +"@MMK_R_KO_eightsuperior" = -98; +"@MMK_R_KO_ninesuperior" = -109; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -87; +"@MMK_R_KO_asterisk" = -130; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_backslash" = -153; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 4; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -98; +"@MMK_R_KO_hyphen" = -44; +"@MMK_R_KO_endash" = -72; +"@MMK_R_KO_underscore" = 27; +"@MMK_R_KO_hyphen.case" = -78; +"@MMK_R_KO_parenleft" = -20; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = -10; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -52; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -137; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -129; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -192; +"@MMK_R_KO_asciicircum" = -165; +}; +agrave.ss05 = { +T = -140; +Y = -145; }; -ordfeminine = { -comma = -74; -comma.ss01 = -68; -parenright = -30; -period = -72; -period.ss01 = -69; +B = { +Hbar = 56; +Lslash = 10; +hbar = 51; +idieresis = 57; +jcircumflex = 71; +idieresis.ss01 = 37; +two = 30; +three = 20; +five = 20; +eight = 32; +nine = 26; +ampersand = 24; +greater = 41; }; -ordmasculine = { -comma = -74; -comma.ss01 = -68; -hyphen = -75; -parenright = -57; -parenright.case = -55; -period = -72; -period.ss01 = -69; -slash = -119; +Tcaron = { +endash.case = -132; }; oslash = { -a = 16; -bracketright = -87; -c = 16; -comma = -11; -comma.ss01 = -37; -d = 16; -e = 17; -f = 0; -f_f.liga = 0; -f_f_i.liga = 0; -f_y.liga = 0; -fi = 0; -fl = 0; -g = 15; -g.ss06 = 0; -hyphen = 28; -l.ss03 = 7; -l.ss04 = 3; -o = 16; -oslash = 16; -parenright = -55; -period = -12; -period.ss01 = -38; -s = 12; +d = 4; +k = 2; +l = 0; +e = 4; +eth = 6; +f = 0; +f_f.liga = 0; +f_f_i.liga = 0; +fi = 0; +f_y.liga = 0; +fl = 0; +g = 7; +m = 0; +n = 0; +r = 0; +j = 2; +s = 8; t = 0; +v = -12; +y = -9; +l.ss03 = 7; t_i.liga = 0; t_t.liga = 0; -u = 7; -v = 0; -y = 0; +period = -12; +comma = -13; +slash = -17; +period.ss01 = -32; +comma.ss01 = -26; +hyphen = 24; +parenright = -68; +bracketright = -81; }; -otilde = { -parenright = -69; +guilsinglright = { +x = -39; +threesuperior = -32; +fivesuperior = -40; +eightsuperior = -29; +colon = -49; +semicolon = -50; +questiondown = -47; +question.ss01 = -71; +questiondown.ss01 = -47; +braceright = -78; +braceright.case = -73; +bracketright.case = -72; +quotesinglbase = -59; +quotedblbase = -60; +quotedblbase.ss01 = -57; +quoteright.ss01 = -61; }; -p = { -backslash = -79; -parenleft = 13; -registered = -40; -seven = -62; -two = -19; +adieresis = { +germandbls = 0; }; -parenleft = { -Abrevetilde = -41; -Ccedilla = -46; -Ccircumflex = -46; -Dcroat = -52; -Eth = -52; -Gcircumflex = -45; -Icircumflex = 65; -Idieresis = 29; -Idotaccent = 0; -Imacron = 44; -Iogonek = 69; -Itilde = 52; -Jcircumflex = -42; -Lslash = -38; -OE = -52; -Odieresis = -46; -Odieresis.ss01 = -46; -Oslash = -43; -Scedilla = -33; -Scircumflex = -33; -Ydieresis = 0; -a.ss05 = -71; -acircumflexacute = -59; -adieresis = -78; -agrave = -79; -ampersand = -54; -approxequal = -118; -aring = -75; -asciicircum = -97; -asciitilde = -80; -at = -72; -ccaron = -58; -ccedilla = -77; -ccircumflex = -78; -cent = -74; -copyright = -66; -divide = -88; -dollar = -48; -equal = -60; -euro = -80; -four.numr = -70; -g.ss06 = -8; -germandbls = -52; -greater = -22; -greaterequal = -77; -hcircumflex = 64; -i.ss01 = -4; -iacute = -44; -ibreve = 56; -idotaccent.ss01 = -4; -imacron = 26; -infinity = -76; -iogonek = 70; -jcircumflex = 86; -l.ss03 = -2; -l.ss04 = 21; -less = -69; -lessequal = -81; -liraTurkish = -53; -literSign = -72; -logicalnot = -121; -minus = -88; -mu = -25; -multiply = -76; -notequal = -114; -numbersign = -55; -numero = -10; -ocircumflex = -78; -ohornhookabove = -76; -onesuperior = -10; -oslash = -35; -p = -3; -plusminus = -46; -published = -66; -question.ss01 = -37; -questiondown = -24; -quotedblbase = 0; -quotedblbase.ss01 = -6; -quotesinglbase = 0; -racute = -52; -radical = -74; -scaron = -31; -scedilla = -67; -scircumflex = -67; -scommaaccent = -68; -section = -38; -semicolon.ss01 = 0; -sterling = -48; -summation = 34; -tbar = -56; -tcommaaccent = -49; -thorn = 8; -udieresis = -65; -udieresis.ss01 = -65; -ugrave = -65; -wacute = -53; -wgrave = -53; -zcaron = -41; +liraTurkish = { +one = -66; +two = -22; +seven = -79; +sixsuperior = -71; +onesuperior = -59; +threesuperior = -57; +foursuperior = -81; +fivesuperior = -60; +sevensuperior = -70; +eightsuperior = -53; +ninesuperior = -59; +period = -48; +comma = -43; +colon = -49; +semicolon = -50; +question = -73; +slash = -44; +period.ss01 = -63; +comma.ss01 = -56; +colon.ss01 = -60; +question.ss01 = -83; +parenright = -100; +parenright.case = -78; +quotedbl = -88; +quotesingle = -57; }; -parenleft.case = { -Dcroat = -56; -Icircumflex = 61; -Imacron = 52; -Iogonek = 77; -Lslash = -36; -OE = -53; -approxequal = -118; -asciicircum = -101; -asciitilde = -74; -at = -73; -copyright = -66; -dollar = -38; -equal = -62; -euro = -80; -infinity = -72; -less = -66; -logicalnot = -119; -minus = -85; -multiply = -75; -numbersign = -56; -parenleft.case = -39; -published = -66; -question.ss01 = -41; -questiondown.case = -58; -quotedblbase = 0; -radical = -71; -section = -32; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -72; +"@MMK_R_KO_Oacute" = -72; +"@MMK_R_KO_J" = 35; +"@MMK_R_KO_G.ss07" = -69; +"@MMK_R_KO_S" = -24; +"@MMK_R_KO_T" = -126; +"@MMK_R_KO_U" = -47; +"@MMK_R_KO_V" = -160; +"@MMK_R_KO_W" = -100; +"@MMK_R_KO_X" = 47; +"@MMK_R_KO_Y" = -135; +"@MMK_R_KO_Z" = 35; +"@MMK_R_KO_I.ss02" = 31; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -54; +"@MMK_R_KO_eacute" = -52; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_u" = -33; +"@MMK_R_KO_uacute" = -31; +"@MMK_R_KO_y" = -83; +"@MMK_R_KO_z" = 33; +"@MMK_R_KO_four" = -149; +"@MMK_R_KO_sixsuperior" = -132; +"@MMK_R_KO_onesuperior" = -100; +"@MMK_R_KO_twosuperior" = -119; +"@MMK_R_KO_threesuperior" = -115; +"@MMK_R_KO_foursuperior" = -98; +"@MMK_R_KO_fivesuperior" = -127; +"@MMK_R_KO_sevensuperior" = -175; +"@MMK_R_KO_eightsuperior" = -120; +"@MMK_R_KO_ninesuperior" = -127; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 32; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 30; +"@MMK_R_KO_ellipsis" = 9; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -78; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 21; +"@MMK_R_KO_colon.ss01" = 22; +"@MMK_R_KO_question.ss01" = -89; +"@MMK_R_KO_hyphen" = -127; +"@MMK_R_KO_hyphen.case" = -101; +"@MMK_R_KO_parenleft" = -16; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_bracketright.case" = -20; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -136; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -129; +"@MMK_R_KO_quoteright.ss01" = -61; }; -parenright = { -asciicircum = -45; -braceright = -49; +quotedblbase = { +Dcroat = -66; +Iogonek = 56; +Lslash = -50; +Oslash = -32; +oslash = -11; +p = 0; +iogonek = 64; +jcircumflex = 50; +germandbls = -49; +l.ss03 = -23; +g.ss06 = 28; +numbersign = -85; +parenleft = -39; +parenleft.case = -61; +at = -68; +copyright = -122; +published = -122; +literSign = -59; +dollar = -67; +euro = -122; +minus = -122; +multiply = -86; +divide = -122; +equal = -119; +approxequal = -117; }; -parenright.case = { -bracketright.case = -43; -colon = -4; -comma = -22; -comma.ss01 = -40; -emdash.case = 21; -hyphen.case = 21; -parenleft.case = 14; -parenright.case = -40; -period = -25; -period.ss01 = -47; -quotedbl = -12; -semicolon = 0; -slash = -29; +D = { +Dcroat = 33; +Eth = 33; +Hbar = 20; +Iogonek = 15; +Lslash = 28; +Oslash = 23; +lacute = 14; +zero = 19; +five = 22; +six = 19; +eight = 29; +endash.case = 15; +parenleft.case = 34; +braceright.case = -55; +at = 26; +less = 48; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 22; +"@MMK_R_KO_H" = -12; +"@MMK_R_KO_O" = -80; +"@MMK_R_KO_Oacute" = -80; +"@MMK_R_KO_J" = 21; +"@MMK_R_KO_G.ss07" = -78; +"@MMK_R_KO_S" = -46; +"@MMK_R_KO_T" = -132; +"@MMK_R_KO_U" = -57; +"@MMK_R_KO_V" = -175; +"@MMK_R_KO_W" = -116; +"@MMK_R_KO_X" = 33; +"@MMK_R_KO_Y" = -142; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = -46; +"@MMK_R_KO_a" = -60; +"@MMK_R_KO_aacute" = -59; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = -10; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_eacute" = -60; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -19; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_icircumflex" = -10; +"@MMK_R_KO_imacron" = -10; +"@MMK_R_KO_itilde" = -10; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -33; +"@MMK_R_KO_t" = -60; +"@MMK_R_KO_u" = -49; +"@MMK_R_KO_uacute" = -47; +"@MMK_R_KO_v" = -99; +"@MMK_R_KO_w" = -73; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = -88; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss03" = -19; +"@MMK_R_KO_l.ss04" = -10; +"@MMK_R_KO_g.ss06" = 21; +"@MMK_R_KO_t_t.liga" = -59; +"@MMK_R_KO_one" = -68; +"@MMK_R_KO_four" = -194; +"@MMK_R_KO_sixsuperior" = -216; +"@MMK_R_KO_onesuperior" = -100; +"@MMK_R_KO_twosuperior" = -187; +"@MMK_R_KO_threesuperior" = -202; +"@MMK_R_KO_foursuperior" = -197; +"@MMK_R_KO_fivesuperior" = -208; +"@MMK_R_KO_sevensuperior" = -175; +"@MMK_R_KO_eightsuperior" = -210; +"@MMK_R_KO_ninesuperior" = -216; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 13; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -85; +"@MMK_R_KO_asterisk" = -131; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = -168; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 7; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -97; +"@MMK_R_KO_hyphen" = -178; +"@MMK_R_KO_endash" = -249; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -178; +"@MMK_R_KO_parenleft" = -29; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_braceright" = -78; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_parenright.case" = -17; +"@MMK_R_KO_bracketright.case" = -21; +"@MMK_R_KO_quotedblleft" = -122; +"@MMK_R_KO_quotedblright" = -122; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -137; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -129; +"@MMK_R_KO_quotedblright.ss01" = -129; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -282; +"@MMK_R_KO_asciicircum" = -282; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -43; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 27; +"@MMK_R_KO_V" = 36; +"@MMK_R_KO_W" = 46; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 28; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 20; +"@MMK_R_KO_g" = -4; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 22; +"@MMK_R_KO_w" = 32; +"@MMK_R_KO_x" = 3; +"@MMK_R_KO_y" = 24; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = -7; +"@MMK_R_KO_four" = -38; +"@MMK_R_KO_sixsuperior" = 23; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 15; +"@MMK_R_KO_foursuperior" = 16; +"@MMK_R_KO_fivesuperior" = 13; +"@MMK_R_KO_sevensuperior" = 20; +"@MMK_R_KO_eightsuperior" = 30; +"@MMK_R_KO_ninesuperior" = 37; +"@MMK_R_KO_period" = -45; +"@MMK_R_KO_comma" = -46; +"@MMK_R_KO_colon" = 14; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = -63; +"@MMK_R_KO_exclam" = 20; +"@MMK_R_KO_question" = 21; +"@MMK_R_KO_asterisk" = 29; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_backslash" = 51; +"@MMK_R_KO_period.ss01" = -62; +"@MMK_R_KO_comma.ss01" = -54; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -45; +"@MMK_R_KO_endash" = -45; +"@MMK_R_KO_underscore" = -45; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = -29; +"@MMK_R_KO_bracketright" = -31; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 25; +"@MMK_R_KO_quoteright" = 48; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = 21; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 35; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 12; +"@MMK_R_KO_quoteright.ss01" = 12; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -7; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -34; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -50; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -100; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = -78; +"@MMK_R_KO_W" = -60; +"@MMK_R_KO_X" = -38; +"@MMK_R_KO_Y" = -100; +"@MMK_R_KO_Z" = -40; +"@MMK_R_KO_I.ss02" = -48; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 16; +"@MMK_R_KO_aacute" = 16; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 17; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 24; +"@MMK_R_KO_s" = -3; +"@MMK_R_KO_t" = -29; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = -24; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -39; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -29; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -59; +"@MMK_R_KO_two" = -22; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -66; +"@MMK_R_KO_eight" = 17; +"@MMK_R_KO_nine" = -15; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_sevensuperior" = -65; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = -45; +"@MMK_R_KO_comma" = -43; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_question" = -64; +"@MMK_R_KO_asterisk" = -62; +"@MMK_R_KO_slash" = -45; +"@MMK_R_KO_period.ss01" = -59; +"@MMK_R_KO_comma.ss01" = -54; +"@MMK_R_KO_colon.ss01" = -47; +"@MMK_R_KO_hyphen" = 29; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_hyphen.case" = 4; +"@MMK_R_KO_endash.case" = -24; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_parenright.case" = -71; +"@MMK_R_KO_quotedblleft" = -76; +"@MMK_R_KO_quotedblright" = -69; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -27; +"@MMK_R_KO_quotedbl" = -70; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -73; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -40; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -103; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -1; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -44; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -25; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = -78; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -32; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -57; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 14; +"@MMK_R_KO_W" = 14; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -57; +"@MMK_R_KO_a" = -46; +"@MMK_R_KO_aacute" = -46; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -47; +"@MMK_R_KO_eacute" = -47; +"@MMK_R_KO_f" = 14; +"@MMK_R_KO_g" = -41; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -22; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = -12; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = 17; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 9; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 9; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_ninesuperior" = 9; +"@MMK_R_KO_period" = -57; +"@MMK_R_KO_comma" = -57; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -57; +"@MMK_R_KO_period.ss01" = -57; +"@MMK_R_KO_comma.ss01" = -57; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -57; +"@MMK_R_KO_hyphen.case" = -57; +"@MMK_R_KO_endash.case" = -4; +"@MMK_R_KO_parenright" = -21; +"@MMK_R_KO_bracketright" = -17; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 8; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 7; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = 0; +"@MMK_R_KO_plus" = -15; +"@MMK_R_KO_percent" = 8; }; -percent = { -eightsuperior = -70; -fivesuperior = -75; -foursuperior = -77; -ninesuperior = -74; -onesuperior = -72; -question.ss01 = -89; -sevensuperior = -76; -sixsuperior = -82; -threesuperior = -70; -twosuperior = -40; +ohorndotbelow.ss01 = { +c = 37; +i.ss01 = 27; +n = 27; +p = 27; +t = 0; +u = 30; +t_i.liga.ss01 = 0; +t_t.liga = 0; }; -period = { -braceright = -55; -eightsuperior = -72; -fivesuperior = -72; -foursuperior = -72; -g.ss06 = 34; -ninesuperior = -72; -onesuperior = -72; -ordfeminine = -72; -ordmasculine = -72; -parenleft.case = -44; -quotesingle = -67; -sevensuperior = -72; -six = -61; -sixsuperior = -72; -threesuperior = -72; -twosuperior = -72; +t_i.liga.ss01 = { +parenright = -23; }; -period.ss01 = { -Y = -69; -eightsuperior = -69; -fivesuperior = -69; -foursuperior = -69; -mu = -36; -ninesuperior = -69; -onesuperior = -69; -ordfeminine = -69; -ordmasculine = -69; -parenleft.case = -59; -question.ss01 = -69; -quotedbl = -69; -sevensuperior = -69; -sixsuperior = -69; -threesuperior = -69; -twosuperior = -69; +endash = { +x = -51; +one.numr = -41; +four.numr = -50; +seven.numr = -54; +colon = -62; +semicolon = -64; +questiondown = -98; +question.ss01 = -107; +questiondown.ss01 = -98; +endash = 0; +quotedblbase = -122; +quotedblbase.ss01 = -129; +quoteright.ss01 = -61; }; -perthousand = { -asterisk = -119; -comma = 0; -comma.ss01 = -26; -parenright = -72; -parenright.case = -43; -period = -6; -period.ss01 = -30; -question = -111; -question.ss01 = -118; -quotedblleft = -138; -quotedblleft.ss01 = -128; -quotedblright = -138; -quotedblright.ss01 = -128; -quoteleft = -74; -quoteright = -74; +Ygrave = { +ellipsis.ss01 = -189; +endash.case = -62; }; -pi = { -braceright = -64; -bracketright = -68; -colon = 36; -comma = 29; -guillemetright = 43; -hyphen = -26; -parenright = -37; -period = 11; -period.ss01 = -3; -pi = 19; -quoteright = -5; -quotesingle = 0; -semicolon = 36; -sevensuperior = -59; -slash = 23; -trademark = -60; +fraction = { +zero.dnom = 0; +two.dnom = 0; +four.dnom = -42; +eight.dnom = 0; +zeroinferior = -4; +twoinferior = 0; +fourinferior = -42; +fiveinferior = 0; +sixinferior = -5; +seveninferior = 31; +nineinferior = 6; +}; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -18; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 11; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 15; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 17; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = -3; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 19; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 23; +"@MMK_R_KO_x" = -1; +"@MMK_R_KO_y" = 11; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 16; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 11; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 4; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -24; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -57; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_period.ss01" = -42; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 9; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -plus = { -X = -82; -asterisk = -48; -braceright = -96; -bracketright = -95; -bracketright.case = -96; -comma = -74; -comma.ss01 = -68; -one = -69; -parenright = -88; -parenright.case = -79; -period = -72; -period.ss01 = -69; -plus = -37; -question = -72; -quotedbl = -51; -quotedblleft = -88; -quotedblright = -77; -quoteright = -74; -quotesingle = -51; -seven = -56; -slash = -63; -tenge = -51; -three = -13; -two = -48; -x = -43; -yen = -43; +g = { +l = 2; +iogonek = 9; +jcircumflex = 5; }; -plusminus = { -one = -56; -parenright = -32; +m = { +ordfeminine = -54; +ordmasculine = -55; +seven = -67; +registered = -33; +logicalnot = -59; }; -published = { -T = -108; -Y = -104; -parenright = -86; +ohorntilde = { +i = 27; +idotaccent = 27; +i.ss01 = 27; +n = 27; +period = 0; +comma = 0; +period.ss01 = -14; +comma.ss01 = -11; +parenright = -47; +quotedbl = -15; }; -q = { -backslash = -44; -braceright = -18; -bracketright = -18; -comma = 4; -comma.ss01 = -2; -j = 21; -j.ss01 = 21; -parenright = -4; -semicolon = 7; -slash = 25; +hyphen.case = { +Dcroat = 0; +Lslash = 3; +Oslash = 18; +one.numr = -41; +seven.numr = -55; +question.ss01 = -105; +parenleft.case = 25; +braceright.case = -88; +bracketright.case = -89; +quotesinglbase = -64; +quotedblbase = -122; +quotedblbase.ss01 = -129; +quoteright.ss01 = -61; +dollar = -51; }; -question = { -exclam = 0; -questiondown = -108; +ohornhookabove = { +i = 27; +idotaccent = 27; +i.ss01 = 27; +idotaccent.ss01 = 27; +m = 27; +n = 27; +period = 0; +comma = 0; +period.ss01 = -14; +comma.ss01 = -11; +parenright = -48; +bracketright = -54; +guillemetright = 6; +quotedbl = -15; }; -question.ss01 = { -question.ss01 = -2; -questiondown.ss01 = -111; +y = { +germandbls = 26; +zeroinferior = -33; +twoinferior = -25; +ampersand = -37; +logicalnot = -63; +asciitilde = 2; }; -questiondown = { -p = 0; -questiondown = 17; +Idotaccent.ss02 = { +endash.case = -98; }; -questiondown.case = { -C = -27; -Q = -27; -T = -87; -V = -96; -Y = -94; -quotedbl = -105; -quotedblleft = -103; -quotedblleft.ss01 = -115; -quoteright = -74; -quoteright.ss01 = -68; -quotesingle = -67; -seven = -92; +Scedilla = { +idieresis = 28; }; -questiondown.ss01 = { -C = -106; -D = -38; -E = -38; -G = -106; -N = -38; -O = -106; -P = -38; -Q = -106; -S = -82; -T = -169; -U = -99; -V = -166; -W = -133; -Y = -174; -a = -80; -c = -82; -d = -80; -e = -82; -four = -108; -o = -82; -q = -80; -quotedbl = -120; -quotedblleft.ss01 = -122; -quoteright.ss01 = -68; -quotesingle = -67; -s = -65; -t = -77; -t_i.liga.ss01 = -77; -t_t.liga = -77; -v = -95; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -48; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -58; +"@MMK_R_KO_a" = -23; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = -8; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -15; +"@MMK_R_KO_s" = -7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 8; +"@MMK_R_KO_w" = 14; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 29; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -39; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -9; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -4; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -1; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = -1; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -1; +"@MMK_R_KO_W" = 5; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -1; +"@MMK_R_KO_aacute" = -1; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -1; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 3; +"@MMK_R_KO_zero" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -3; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 9; +"@MMK_R_KO_nine" = 12; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -2; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_question" = -1; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -2; +"@MMK_R_KO_period.ss01" = -20; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_hyphen.case" = -2; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -4; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_degree" = -18; +"@MMK_R_KO_plus" = -2; +"@MMK_R_KO_percent" = 0; }; -quotedbl = { -A = -109; -AE = -109; -Aacute = -109; -Adieresis = -109; -Agrave = -109; -Amacron = -109; -Aring = -109; -Dcroat = -40; -Hbar = 58; -Jcircumflex = -91; -Lslash = -33; -asciitilde = -29; -ellipsis.ss01 = -147; -emdash = -147; -exclamdown = -14; -exclamdown.ss01 = -19; -g.ss06 = -27; -hbar = 50; -hyphen = -147; -imacron = 110; -jcircumflex = 72; -l.ss04 = 26; -mu = -17; -oslash = -31; -period.ss01 = -69; -questiondown = -121; -questiondown.case = -66; -questiondown.ss01 = -125; -underscore = -147; +f = { +f = 20; +f_f.liga = 20; +f_y.liga = 20; +fl = 20; +igrave = -2; +idieresis = 0; +seven = 23; +ampersand = -28; }; -quotedblbase = { -Dcroat = -58; -Icircumflex = -12; -Iogonek = 81; -Lslash = -43; -OE = -74; -Oslash = -18; -Tcedilla = -112; -approxequal = -119; -copyright = -118; -divide = -138; -equal = -111; -euro = -138; -g.ss06 = 37; -germandbls = -42; -iogonek = 80; -l.ss03 = -20; -l.ss04 = -11; -minus = -138; -multiply = -81; -numbersign = -77; -p = -5; -parenleft.case = -50; -published = -118; -quotedblleft = -138; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -17; +"@MMK_R_KO_O" = -61; +"@MMK_R_KO_Oacute" = -61; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -61; +"@MMK_R_KO_S" = -43; +"@MMK_R_KO_T" = -129; +"@MMK_R_KO_U" = -61; +"@MMK_R_KO_V" = -129; +"@MMK_R_KO_W" = -129; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = -129; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -56; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -59; +"@MMK_R_KO_f" = -51; +"@MMK_R_KO_g" = -23; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_lslash" = -37; +"@MMK_R_KO_s" = -29; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -47; +"@MMK_R_KO_uacute" = -47; +"@MMK_R_KO_v" = -61; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -61; +"@MMK_R_KO_pi" = -40; +"@MMK_R_KO_zero" = -61; +"@MMK_R_KO_one" = -61; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -50; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -54; +"@MMK_R_KO_six" = -61; +"@MMK_R_KO_seven" = -61; +"@MMK_R_KO_eight" = -37; +"@MMK_R_KO_nine" = -59; +"@MMK_R_KO_asterisk" = -61; +"@MMK_R_KO_slash" = 30; +"@MMK_R_KO_period.ss01" = -13; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -129; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -129; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -129; +"@MMK_R_KO_plus" = -61; +"@MMK_R_KO_percent" = -61; }; -quotedblbase.ss01 = { -Iogonek = 71; -Tcedilla = -104; -divide = -128; -minus = -128; -p = -7; -question.ss01 = -119; -quotedblleft.ss01 = -128; -quotedblright.ss01 = -128; +numero = { +period = -62; +comma = -64; +period.ss01 = -63; +comma.ss01 = -61; +parenright = -64; +parenright.case = -55; }; -quotedblleft = { -Dcroat = -51; -Hbar = 52; -Jcircumflex = -81; -exclamdown = -19; -g.ss06 = -43; -imacron = 109; -jcircumflex = 68; -l.ss04 = 38; -minus = -82; -mu = -17; -questiondown = -114; -questiondown.case = -94; -quotedblbase = -138; -underscore = -138; +cent = { +onesuperior = -54; +sevensuperior = -76; +period = -62; +comma = -61; +slash = -49; +period.ss01 = -63; +comma.ss01 = -61; +parenright = -93; +bracketright = -89; +parenright.case = -81; +bracketright.case = -90; +}; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -101; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = -106; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 21; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = 38; +"@MMK_R_KO_W" = 39; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 35; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -79; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_aacute" = -53; +"@MMK_R_KO_a.ss05" = -46; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = -54; +"@MMK_R_KO_eacute" = -54; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = -51; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_icircumflex" = 69; +"@MMK_R_KO_imacron" = 107; +"@MMK_R_KO_itilde" = 97; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -42; +"@MMK_R_KO_t" = -7; +"@MMK_R_KO_u" = -28; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -13; +"@MMK_R_KO_x" = -20; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -24; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 47; +"@MMK_R_KO_g.ss06" = -47; +"@MMK_R_KO_t_t.liga" = -7; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 24; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -18; +"@MMK_R_KO_fivesuperior" = 3; +"@MMK_R_KO_sevensuperior" = 24; +"@MMK_R_KO_eightsuperior" = 10; +"@MMK_R_KO_ninesuperior" = 17; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -19; +"@MMK_R_KO_ellipsis" = -126; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 19; +"@MMK_R_KO_slash" = -111; +"@MMK_R_KO_backslash" = 63; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -30; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -70; +"@MMK_R_KO_endash" = -50; +"@MMK_R_KO_underscore" = -108; +"@MMK_R_KO_hyphen.case" = -43; +"@MMK_R_KO_parenleft" = -21; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -3; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 19; +"@MMK_R_KO_guillemetleft" = -54; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = 12; +"@MMK_R_KO_quotedblright.ss01" = 17; +"@MMK_R_KO_quoteright.ss01" = 17; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -54; }; -quotedblleft.ss01 = { -Dcroat = -58; -ellipsis.ss01 = -128; -g.ss06 = -54; -l.ss04 = 28; -mu = -37; -questiondown.ss01 = -124; -quotedblbase.ss01 = -128; -underscore = -128; +Icircumflex = { +Icircumflex = 9; +l = 2; +icircumflex = 66; +l.ss03 = 8; +l.ss04 = 35; +parenright = 48; +bracketright = 21; +parenright.case = 53; +bracketright.case = 32; }; -quotedblright = { -A = -138; -Adieresis = -138; -Aring = -138; -Dcroat = -55; -asciitilde = -72; -g.ss06 = -63; -l.ss04 = 34; -mu = -38; -oslash = -71; -questiondown = -133; -questiondown.case = -113; -quotesinglbase = -74; -tbar = -17; +iogonek = { +iogonek = 7; +j = 3; }; -quotedblright.ss01 = { -A = -127; -ellipsis.ss01 = -128; -hyphen = -128; -questiondown.case = -102; -questiondown.ss01 = -126; +uhorn = { +a = -23; +a.ss05 = -18; +ohorn = -23; +ohorndotbelow = -23; +ohorndotbelow.ss01 = -23; +ohorngrave = -23; +ohornacute = -23; +ohornhookabove = -23; +ohorntilde = -23; +period = -28; +comma = -29; +ellipsis = -50; +question = 49; +period.ss01 = -45; +ellipsis.ss01 = -56; +comma.ss01 = -36; +parenright = -29; +quotedblright = 20; +quotedbl = 27; }; -quoteleft = { -Hbar = 52; -Jcircumflex = -74; -exclamdown = -19; -g.ss06 = -43; -imacron = 109; -l.ss04 = 38; -mu = -17; -oslash = -53; -questiondown = -74; -questiondown.case = -74; -quotedblbase = -74; +underscore = { +g.ss06 = 50; +underscore = 0; +parenleft.case = -55; +}; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = -78; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_J" = -81; +"@MMK_R_KO_G.ss07" = -59; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -22; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -15; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -87; +"@MMK_R_KO_a" = -81; +"@MMK_R_KO_a.ss05" = -71; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -81; +"@MMK_R_KO_f" = -51; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_i" = -41; +"@MMK_R_KO_n" = -76; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = -77; +"@MMK_R_KO_t" = -60; +"@MMK_R_KO_u" = -81; +"@MMK_R_KO_v" = -83; +"@MMK_R_KO_w" = -73; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -82; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_t_t.liga" = -61; +"@MMK_R_KO_pi" = -74; +"@MMK_R_KO_zero" = -66; +"@MMK_R_KO_one" = -71; +"@MMK_R_KO_two" = -47; +"@MMK_R_KO_three" = -55; +"@MMK_R_KO_four" = -82; +"@MMK_R_KO_five" = -18; +"@MMK_R_KO_six" = -58; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -36; +"@MMK_R_KO_nine" = -36; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -93; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -45; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_hyphen" = -88; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -78; +"@MMK_R_KO_guillemetright" = -76; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -23; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_degree" = -41; +"@MMK_R_KO_plus" = -90; +}; +W = { +Hbar = 50; +adieresis.ss05 = -25; +igrave = 68; +idieresis = 95; +scaron = -14; +idieresis.ss01 = 74; +six = -19; +seven = 42; +threeinferior = -70; +ampersand = -42; +plus = -42; +minus = -42; +notequal = -77; +logicalnot = -90; +asciitilde = -41; }; -quoteleft.ss01 = { -A = -68; -J = -68; -g.ss06 = -54; -questiondown.ss01 = -68; -quotedblbase.ss01 = -68; +Aogonek = { +Lslash = -21; +period = 13; +comma = 36; +endash.case = -96; +parenright = 0; +bracketright = 0; }; -quoteright = { -Hbar = 40; -J = -74; -Jcircumflex = -74; -OE = -20; -a.ss05 = -59; -acircumflex = -66; -agrave = -66; -egrave = -66; -ellipsis = -74; -emdash = -74; -g.ss06 = -63; -hbar = 49; -hyphen = -74; -idieresis = 77; +Z = { +Lslash = -31; igrave = 43; -imacron = 112; -itilde = 98; -l.ss04 = 34; -mu = -38; -oslash = -71; -questiondown = -74; -quotedblbase = -74; -ytilde = -14; -}; -quoteright.ss01 = { -J = -68; -questiondown.ss01 = -68; -quotedblbase.ss01 = -68; +ibreve = 75; +icaron = 63; +zero = -41; +two = 22; +six = -35; +seven = 21; +numbersign = -63; +endash.case = -73; +at = -50; +plus = -98; +minus = -105; +divide = -105; +equal = -45; +less = -83; +logicalnot = -170; +asciitilde = -102; }; -quotesinglbase = { -Iogonek = 81; -T = -74; -V = -74; -W = -74; -Y = -74; -copyright = -74; -g.ss06 = 37; -hyphen = -74; -iogonek = 80; -l.ss03 = -20; -minus = -74; -p = -5; -v = -74; +emdash = { +x = -66; +zero.numr = -86; +one.numr = -69; +three.numr = -72; +four.numr = -121; +five.numr = -77; +six.numr = -81; +seven.numr = -79; +eight.numr = -73; +nine.numr = -75; +threesuperior = -72; +fivesuperior = -76; +eightsuperior = -73; +colon = -62; +semicolon = -64; +questiondown = -63; +question.ss01 = -101; +questiondown.ss01 = -63; +quotedblbase = -122; +quotedblbase.ss01 = -129; +quoteleft.ss01 = -61; +quoteright.ss01 = -61; }; -quotesinglbase.ss01 = { -T = -68; -V = -68; -W = -68; -Y = -68; -minus = -68; -question.ss01 = -68; +tbar = { +a = 5; +e = 6; +tbar = 0; }; -quotesingle = { -Dcroat = -40; -Hbar = 58; -J = -67; -OE = 0; -comma = -67; -comma.ss01 = -67; -ellipsis = -67; -exclamdown = -14; -g.ss06 = -27; -hbar = 50; -idieresis = 69; -igrave = 41; -imacron = 110; -itilde = 95; -jcircumflex = 72; -l.ss04 = 26; -mu = -17; -period = -67; -questiondown = -67; -questiondown.case = -66; -questiondown.ss01 = -67; -underscore = -67; +eng = { +j = 1; +slash = 32; +parenright = -14; +bracketright = -8; }; -r = { -ampersand = -44; -asciitilde = 0; -exclam.ss01 = 6; -fiveinferior = -38; -fourinferior = -88; -gcircumflex.ss06 = -7; -germandbls = 19; -logicalnot = -73; -minus = -21; -numbersign = 6; -plus = -21; -sixinferior = -60; -threeinferior = -54; -twoinferior = -51; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -135; +"@MMK_R_KO_H" = -42; +"@MMK_R_KO_O" = -31; +"@MMK_R_KO_J" = -182; +"@MMK_R_KO_G.ss07" = -28; +"@MMK_R_KO_S" = -43; +"@MMK_R_KO_T" = -92; +"@MMK_R_KO_V" = -86; +"@MMK_R_KO_W" = -70; +"@MMK_R_KO_X" = -121; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_Z" = -108; +"@MMK_R_KO_I.ss02" = -91; +"@MMK_R_KO_J.ss10" = -210; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = -40; +"@MMK_R_KO_e" = -54; +"@MMK_R_KO_f" = -12; +"@MMK_R_KO_g" = -52; +"@MMK_R_KO_i" = -41; +"@MMK_R_KO_n" = -41; +"@MMK_R_KO_j" = -41; +"@MMK_R_KO_s" = -37; +"@MMK_R_KO_t" = -12; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_t_t.liga" = -12; }; -racute = { -parenright = -23; -sevensuperior = -12; +percent = { +twosuperior = -38; +threesuperior = -76; +fivesuperior = -80; +eightsuperior = -75; +question.ss01 = -87; +bracketright.case = -43; +quoteright.ss01 = -61; }; -radical = { -A = -110; -a = -52; -four = -69; -s = -43; +Uhornhookabove = { +exclam.ss01 = 51; }; -rcaron = { -b = 2; -i = 0; -k = 2; -l.ss04 = 37; -parenright = -5; -sevensuperior = 0; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -119; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = -35; +"@MMK_R_KO_I.ss02" = -44; +"@MMK_R_KO_J.ss10" = -5; }; -registered = { -comma = -74; -comma.ss01 = -68; -parenright = -80; -parenright.case = -76; -period = -72; -period.ss01 = -69; -slash = -90; -trademark = -61; +uhorngrave = { +a = -23; +a.ss05 = -18; +o = -23; +n = 0; +period = -28; +comma = -29; +period.ss01 = -45; +comma.ss01 = -36; +parenright = -20; +quotedblright = 21; +quotedbl = 27; +}; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_backslash" = 18; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_braceright" = -21; +"@MMK_R_KO_bracketright" = -21; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -9; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -24; +"@MMK_R_KO_asciicircum" = -45; }; -rupeeIndian = { -four = -66; -slash = -44; +a.ss05 = { +p = 12; +jcircumflex = 13; +germandbls = -26; +gbreve.ss06 = 30; +gcircumflex.ss06 = 30; +ordfeminine = -76; +ordmasculine = -78; +seven = -85; +notequal = -78; +logicalnot = -73; }; -s = { -abrevetilde.ss05 = 10; -ampersand = 0; -asciitilde = 0; -backslash = -65; -guilsinglright = 9; -i = 0; -l = 0; -logicalnot = -48; -m = 0; -n = 0; -parenleft = 4; -r = 0; -registered = -27; -seven = -46; -wacute = -8; +Itilde = { +Itilde = 0; +igrave = 42; +itilde = 86; }; -sacute = { -parenright = -56; +threesuperior = { +A = -83; +fraction = 2; +period = -62; +comma = -64; +slash = -96; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -48; +parenright = -35; +parenright.case = -32; +guillemetleft = -7; }; -scaron = { -imacron = 0; -parenright = -56; +ydotbelow.ss01 = { +period.ss01 = -63; +parenright = -67; }; -scedilla = { -comma = 9; -gbreve.ss06 = 7; -parenright = -41; +endash.case = { +seven.numr = -55; +bracketright.case = -88; +quotedblbase = -122; +quotedblbase.ss01 = -129; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 1; +"@MMK_R_KO_aacute" = 1; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 1; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 64; +"@MMK_R_KO_imacron" = 92; +"@MMK_R_KO_itilde" = 86; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 9; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 12; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 35; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 1; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = 25; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = -17; +"@MMK_R_KO_bracketright" = -18; +"@MMK_R_KO_parenright.case" = -1; +"@MMK_R_KO_bracketright.case" = -8; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -19; +"@MMK_R_KO_asciicircum" = -43; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -36; +"@MMK_R_KO_Oacute" = -36; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -33; +"@MMK_R_KO_S" = -16; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = -30; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = 31; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -37; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_aacute" = -23; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = -15; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_u" = -20; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -37; +"@MMK_R_KO_w" = -27; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = -30; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_g.ss06" = 30; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_sixsuperior" = -39; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -38; +"@MMK_R_KO_threesuperior" = -42; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = -45; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -38; +"@MMK_R_KO_ninesuperior" = -42; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 33; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 33; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = -36; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 46; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -40; +"@MMK_R_KO_hyphen" = -39; +"@MMK_R_KO_endash" = -39; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = -8; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = -48; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -40; +"@MMK_R_KO_quoteleft" = -39; +"@MMK_R_KO_quoteright" = -38; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -44; +"@MMK_R_KO_quotesingle" = -44; +"@MMK_R_KO_quotedblleft.ss01" = -48; +"@MMK_R_KO_quotedblright.ss01" = -50; +"@MMK_R_KO_quoteright.ss01" = -46; +"@MMK_R_KO_trademark" = -63; +"@MMK_R_KO_asciicircum" = -79; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -64; +"@MMK_R_KO_one" = -64; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = -43; +"@MMK_R_KO_six" = -64; +"@MMK_R_KO_seven" = -64; +"@MMK_R_KO_eight" = -29; +"@MMK_R_KO_nine" = -50; +"@MMK_R_KO_sixsuperior" = -64; +"@MMK_R_KO_onesuperior" = -64; +"@MMK_R_KO_foursuperior" = -64; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_ninesuperior" = -64; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_asterisk" = -64; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -64; +"@MMK_R_KO_hyphen.case" = -64; +"@MMK_R_KO_endash.case" = -64; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = -8; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -64; +"@MMK_R_KO_quotedblright" = -64; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -64; +"@MMK_R_KO_quotesingle" = -57; }; -semicolon = { -emdash = -74; -hyphen = -74; -parenright = -9; +N = { +Hbar = 41; +igrave = 41; +icaron = 59; +idieresis = 62; +jcircumflex = 64; +idieresis.ss01 = 39; +degree = -18; +logicalnot = -60; +}; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -30; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -85; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 4; +"@MMK_R_KO_f" = -23; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = -28; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -30; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -30; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_sixsuperior" = -50; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_twosuperior" = -10; +"@MMK_R_KO_threesuperior" = -32; +"@MMK_R_KO_foursuperior" = -41; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -73; +"@MMK_R_KO_eightsuperior" = -31; +"@MMK_R_KO_ninesuperior" = -44; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -19; +"@MMK_R_KO_ellipsis" = -44; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -72; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_backslash" = -75; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_question.ss01" = -83; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 7; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_braceright" = -76; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_quotedblleft" = -86; +"@MMK_R_KO_quotedblright" = -78; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 8; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -73; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -86; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -97; +"@MMK_R_KO_asciicircum" = -89; }; -semicolon.ss01 = { -hyphen = -68; +b = { +seven = -81; +registered = -41; +notequal = -49; }; -seven = { -asciitilde = -67; -backslash = 46; -g.ss06 = -74; -minus = -76; -mu = -53; -multiply = -35; -notequal = -81; -ordmasculine = 3; -plusminus = -59; -six = -17; -underscore = -144; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -54; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -117; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -140; +"@MMK_R_KO_V" = -76; +"@MMK_R_KO_W" = -53; +"@MMK_R_KO_X" = -85; +"@MMK_R_KO_Y" = -116; +"@MMK_R_KO_Z" = -82; +"@MMK_R_KO_I.ss02" = -112; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -8; +"@MMK_R_KO_z" = -22; +"@MMK_R_KO_t_t.liga" = -8; +}; +Itilde.ss02 = { +igrave = 44; }; -seven.dnom = { -degree = -76; -parenright = -77; -question = -89; -question.ss01 = -120; -quotedbl = -44; -quotedblleft = -100; -quotedblright = -118; -quoteright = -74; -quotesingle = -44; -seven.dnom = 24; +trademark = { +period = -62; +comma = -64; +slash = -138; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -111; +parenright = -49; +parenright.case = -49; +guillemetleft = -46; +guilsinglleft = -46; +guillemetright = -21; +guilsinglright = -21; }; -seven.numr = { -seven.numr = 24; +literSign = { +parenright = -62; +parenright.case = -31; +guillemetleft = -26; +guilsinglleft = -26; }; -seveninferior = { -fourinferior = -47; -parenright = -74; -seveninferior = 25; +ohorn = { +i = 27; +idotaccent = 27; +i.ss01 = 27; +idotaccent.ss01 = 27; +m = 27; +n = 27; +r = 27; +t = 0; +u = 30; +v = -8; +t_i.liga = 0; +t_t.liga = 0; +period = 0; +comma = 0; +period.ss01 = -14; +comma.ss01 = -11; +hyphen = 51; +parenright = -48; +bracketright = -54; +quotedbl = -17; }; -sevensuperior = { -A = -150; -comma = -74; -comma.ss01 = -68; -fraction = -51; -guillemetleft = -76; -period = -72; -period.ss01 = -69; -slash = -163; +quotedblleft = { +A = -130; +Dcroat = -50; +Hbar = 47; +igrave = 44; +icircumflex = 56; +imacron = 100; +jcircumflex = 62; +s = -39; +x = 0; +g.ss06 = -47; +mu = -18; +exclamdown = -15; +questiondown = -122; +backslash = 43; +questiondown.case = -113; +underscore = -122; +quotedblbase = -122; +ampersand = -56; +minus = -66; +divide = -50; +asciitilde = -43; }; -six = { -braceright = -72; -bracketright.case = -38; -ordmasculine = -5; -six = 6; +l.ss04 = { +Hbar = 42; +l.ss04 = 4; +periodcentered.loclCAT = 50; +periodcentered.loclCAT.ss01 = 0; +parenright = -11; +bracketright = -19; +quoteright = 2; +}; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -41; +"@MMK_R_KO_Oacute" = -38; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = -36; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 22; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 43; +"@MMK_R_KO_Y" = 20; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -51; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -54; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -20; +"@MMK_R_KO_t" = -37; +"@MMK_R_KO_u" = -40; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -90; +"@MMK_R_KO_w" = -76; +"@MMK_R_KO_x" = 7; +"@MMK_R_KO_y" = -87; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 34; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -37; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = -89; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -67; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 8; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 43; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -6; +"@MMK_R_KO_hyphen" = -97; +"@MMK_R_KO_endash" = -98; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -97; +"@MMK_R_KO_parenleft" = -24; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = 5; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -96; }; -six.dnom = { -degree = -125; -parenright = -61; -question = -100; -question.ss01 = -113; -quotedbl = -94; -quotedblleft = -138; -quotedblleft.ss01 = -124; -quotedblright = -138; -quoteright = -74; -quotesingle = -67; +integral = { +guillemetright = -67; +guilsinglright = -68; +integral = -61; +A = -69; +a = -70; +d = -70; +a.ss05 = -68; +e = -71; +s = -66; +w = -62; }; -sixinferior = { -T = -148; -W = -77; -bracketright = -61; -parenright = -50; +two.dnom = { +question = -97; +question.ss01 = -107; +parenright = -75; +quotedblleft = -122; +quotedblright = -122; +quoteleft = -64; +quoteright = -64; +quotedbl = -103; +quotesingle = -57; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -61; +quotedblright.ss01 = -129; +quoteright.ss01 = -61; +degree = -147; }; -sixsuperior = { -comma = -74; -comma.ss01 = -68; -fraction = 3; -period = -72; -period.ss01 = -69; -slash = -90; +parenleft.case = { +Icircumflex = 44; +Imacron = 35; +Idieresis = 35; +Dcroat = -57; +Eth = -57; +Iogonek = 69; +Itilde = 37; +Lslash = -37; +Idieresis.ss01 = 34; +four.numr = -79; +numbersign = -65; +questiondown.case = -66; +question.ss01 = -46; +parenleft.case = -39; +quotedblbase = 0; +quotedblbase.ss01 = -10; +at = -74; +ampersand = -49; +section = -39; +copyright = -61; +registered = -59; +published = -61; +literSign = -56; +numero = -11; +cent = -76; +dollar = -48; +euro = -89; +liraTurkish = -54; +minus = -97; +multiply = -90; +divide = -97; +equal = -72; +notequal = -136; +less = -80; +greaterequal = -55; +approxequal = -129; +logicalnot = -137; +asciitilde = -89; +asciicircum = -108; +infinity = -69; +radical = -86; }; -slash = { -Hbar = 36; -Ydieresis = 19; -backslash = 49; -eightinferior = -84; -fourinferior = -131; -g.ss06 = -63; -ibreve = 104; -idieresis = 85; -igrave = 64; -imacron = 100; -integral = -70; -itilde = 96; -jcircumflex = 52; -l.ss03 = 5; -l.ss04 = 55; -minus = -63; -mu = -48; -oneinferior = -71; -oslash = -67; -quotedblbase = -138; -quotedblbase.ss01 = -128; -quotesinglbase = -74; -radical = -62; -sterling = -43; -underscore = -152; +Iacute.ss02 = { +igrave = 44; +endash.case = -98; }; -sterling = { -four = -21; -parenright = -46; -three = 2; -two = 9; +tenge = { +four = -88; +period = -62; +comma = -64; +slash = -116; +period.ss01 = -63; +comma.ss01 = -61; }; -summation = { -n = -70; +colon = { +A = 20; +D = -6; +C = 0; +J = 0; +T = -62; +V = -46; +W = -31; +Y = -62; +a = -19; +c = -18; +e = -20; +o = -19; +f = 9; +s = 0; +t = 9; +z = 22; +t_i.liga = 9; +pi = 12; +zero = 0; +one = -26; +two = 8; +three = -3; +four = -62; +sevensuperior = -61; +emdash = -62; +parenright = -58; +braceright = -62; +bracketright = -62; +parenright.case = -11; +guillemetleft = -28; +guilsinglleft = -27; }; -t = { -asciitilde = -4; -exclam.ss01 = 9; -idieresis = 0; -iogonek = 22; -two = 22; -yhookabove = 10; +h = { +seven = -69; +registered = -36; }; -t_i.liga = { -asciitilde = 0; -germandbls = 0; -hbar = 21; -idieresis = 21; -jcircumflex = 21; -logicalnot = -52; +emacron = { +Y = -77; +lcommaaccent = -4; }; -t_i.liga.ss01 = { -idieresis.ss01 = 4; -jcircumflex = 21; -parenright = -16; +numbersign = { +A = -35; +J = -76; +T = -79; +X = -60; +Y = -61; +one = -39; +eight = 22; +period = -62; +comma = -64; +slash = -50; +period.ss01 = -63; +comma.ss01 = -61; +parenright = -78; +bracketright = -83; +parenright.case = -71; +bracketright.case = -84; }; -t_t.liga = { -asciitilde = -4; -iogonek = 22; -two = 22; -yhookabove = 10; +copyright = { +parenright = -97; +parenright.case = -62; }; -tbar = { -guilsinglleft = 22; -parenright = -42; -tbar = 8; +t = { +iogonek = 19; +wdieresis = 17; +two = 25; +logicalnot = -97; +asciitilde = 0; }; -tcaron = { -a = -12; -b = 0; -bracketright = 22; -ccaron = -9; -colon = 37; -comma = 11; -d = -12; -eightsuperior = 21; -exclam = 24; -exclam.ss01 = 24; -f = 18; -f_f.liga = 18; -f_f_i.liga = 18; -f_y.liga = 18; -fi = 18; -fivesuperior = 16; -fl = 18; -h = 0; -hyphen = -59; -i = 0; -i.ss01 = 0; -idotaccent = 0; -j = 0; -j.ss01 = 0; -k = 0; -l = 0; -l.ss03 = 4; -l.ss04 = 40; -ninesuperior = 18; -o = -12; -onesuperior = 10; -parenright = 28; -period = 0; -period.ss01 = -8; -question = 27; -quotedbl = 41; -quotedblleft = 18; -quotedblleft.ss01 = 13; -quotedblright = 37; -quoteleft = 18; -quoteleft.ss01 = 13; -quotesingle = 41; -scaron = 0; -semicolon = 37; -sevensuperior = 31; -sixsuperior = 12; -t = 5; -t_i.liga = 6; -t_i.liga.ss01 = 5; -t_t.liga = 5; -threesuperior = 11; -twosuperior = 14; -uring = 0; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 30; +"@MMK_R_KO_T" = -46; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -31; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -46; +"@MMK_R_KO_Z" = 12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 25; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 13; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 63; +"@MMK_R_KO_imacron" = 77; +"@MMK_R_KO_itilde" = 58; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 23; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 15; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = 26; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -32; +"@MMK_R_KO_threesuperior" = -27; +"@MMK_R_KO_foursuperior" = -15; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -33; +"@MMK_R_KO_eightsuperior" = -19; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = -12; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -25; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_braceright" = -60; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_bracketright.case" = -40; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -11; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 8; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -11; +"@MMK_R_KO_quoteright.ss01" = -8; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -45; +}; +Hcircumflex = { +igrave = 42; }; -tcedilla = { -Tcedilla = -56; -a = -12; -abreve = -5; -comma = 47; -e = -13; -hyphen = -56; -parenright = 35; -semicolon = 49; -tcedilla = 8; +aogonek.ss05 = { +j = 14; +comma = 33; +parenright = 0; +bracketright = 0; }; -tcommaaccent = { -comma = 22; -parenright = -26; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_J" = -47; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -119; +"@MMK_R_KO_V" = -72; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_X" = -33; +"@MMK_R_KO_Y" = -93; +"@MMK_R_KO_Z" = -35; +"@MMK_R_KO_I.ss02" = -44; +"@MMK_R_KO_J.ss10" = -5; +}; +_B.currency = { +_baht.bar = -6; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 47; +"@MMK_R_KO_H" = 25; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = 31; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -85; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -65; +"@MMK_R_KO_W" = -55; +"@MMK_R_KO_X" = 59; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 43; +"@MMK_R_KO_I.ss02" = 35; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 30; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 21; +"@MMK_R_KO_i" = 30; +"@MMK_R_KO_n" = 28; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 33; +"@MMK_R_KO_j" = 34; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_x" = 35; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 35; +"@MMK_R_KO_l.ss03" = 23; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 66; +"@MMK_R_KO_t_t.liga" = -4; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -54; +"@MMK_R_KO_twosuperior" = -12; +"@MMK_R_KO_threesuperior" = -24; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -33; +"@MMK_R_KO_period" = 31; +"@MMK_R_KO_comma" = 43; +"@MMK_R_KO_colon" = 34; +"@MMK_R_KO_semicolon" = 45; +"@MMK_R_KO_ellipsis" = 12; +"@MMK_R_KO_exclam" = 23; +"@MMK_R_KO_question" = -38; +"@MMK_R_KO_asterisk" = -33; +"@MMK_R_KO_slash" = 78; +"@MMK_R_KO_backslash" = -50; +"@MMK_R_KO_period.ss01" = 6; +"@MMK_R_KO_comma.ss01" = 23; +"@MMK_R_KO_colon.ss01" = 23; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -30; +"@MMK_R_KO_braceright" = -59; +"@MMK_R_KO_bracketright" = -64; +"@MMK_R_KO_parenright.case" = 36; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -55; +"@MMK_R_KO_quotedblright" = -44; +"@MMK_R_KO_quoteleft" = -50; +"@MMK_R_KO_quoteright" = -41; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -47; +"@MMK_R_KO_quotesingle" = -42; +"@MMK_R_KO_quotedblleft.ss01" = -51; +"@MMK_R_KO_quotedblright.ss01" = -51; +"@MMK_R_KO_quoteright.ss01" = -46; +"@MMK_R_KO_trademark" = -83; +"@MMK_R_KO_asciicircum" = -66; }; -tenge = { -comma = -74; -comma.ss01 = -68; -four = -84; -period = -72; -period.ss01 = -69; -slash = -116; +rupeeIndian = { +four = -68; +period = -55; +comma = -55; +slash = -48; +period.ss01 = -63; +comma.ss01 = -61; }; -three = { -braceright = -62; -minus = -15; -six = 8; +Zdotaccent = { +Hbar = 23; +endash.case = -73; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_T" = -97; +"@MMK_R_KO_U" = -4; +"@MMK_R_KO_V" = -74; +"@MMK_R_KO_W" = -59; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -16; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = -26; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 16; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -14; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -26; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -31; +"@MMK_R_KO_one" = -69; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -38; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -22; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -66; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -30; +"@MMK_R_KO_period" = -11; +"@MMK_R_KO_comma" = -10; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -7; +"@MMK_R_KO_ellipsis" = -34; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -68; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = -28; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -80; +"@MMK_R_KO_hyphen" = -25; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_bracketright" = -85; +"@MMK_R_KO_quotedblleft" = -79; +"@MMK_R_KO_quotedblright" = -72; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -66; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -79; +"@MMK_R_KO_quoteright.ss01" = -61; }; -three.dnom = { -degree = -122; -parenright = -60; -question = -101; -question.ss01 = -115; -quotedbl = -90; -quotedblleft = -138; -quotedblright = -138; -quoteright = -74; -quotesingle = -67; +P = { +Hbar = 61; +Oslash = 30; +hbar = 45; +igrave = 4; +idieresis = 45; +idieresis.ss01 = 32; +two = 28; +three = 15; +five = 26; +seven = 26; +nine = 44; +twoinferior = -15; +threeinferior = -17; +fourinferior = -91; +ellipsis.ss01 = -222; +endash.case = 37; +braceright.case = -64; +ampersand = -28; }; -three.numr = { -fraction = 7; +twoinferior = { +T = -147; +V = -91; +W = -70; +Y = -142; +t = -41; +t_i.liga = -42; +t_t.liga = -41; +parenright = -51; }; -threeinferior = { -T = -150; -V = -109; -W = -74; -Y = -149; +wdieresis = { +period = -62; +comma = -64; +bracketright = -80; +}; +uhungarumlaut = { +onesuperior = -40; +sevensuperior = -48; parenright = -50; +bracketright = -58; }; -threesuperior = { -comma = -74; -comma.ss01 = -68; -fraction = 3; -hyphen = -40; -parenright = -34; -parenright.case = -32; -period = -72; -period.ss01 = -69; -slash = -90; +odieresis = { +germandbls = -28; +gbreve.ss06 = 0; }; -trademark = { -comma = -74; -comma.ss01 = -68; -guillemetleft = -41; -guilsinglleft = -43; -hyphen = -79; -parenright = -41; -period = -72; -period.ss01 = -69; -slash = -123; +ohorndotbelow = { +c = 37; +i = 27; +idotaccent = 27; +m = 27; +n = 27; +p = 27; +t = 0; +u = 30; +t_i.liga = 0; +t_t.liga = 0; +period = 0; +comma = 0; +parenright = -48; +bracketright = -54; }; -two = { -braceright = -63; -exclam = 14; -minus = -10; -multiply = -33; -six = 4; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = 15; +"@MMK_R_KO_O" = 23; +"@MMK_R_KO_Oacute" = 23; +"@MMK_R_KO_J" = -38; +"@MMK_R_KO_G.ss07" = 27; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -78; +"@MMK_R_KO_U" = 24; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -35; +"@MMK_R_KO_X" = -22; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = -21; +"@MMK_R_KO_I.ss02" = -36; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 16; +"@MMK_R_KO_e" = 19; +"@MMK_R_KO_eacute" = 19; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = 19; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = 14; +"@MMK_R_KO_icircumflex" = 34; +"@MMK_R_KO_imacron" = 60; +"@MMK_R_KO_itilde" = 35; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 43; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 27; +"@MMK_R_KO_uacute" = 27; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = -3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 20; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 13; +"@MMK_R_KO_one" = -17; +"@MMK_R_KO_four" = 30; +"@MMK_R_KO_sixsuperior" = -8; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_twosuperior" = 11; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -29; +"@MMK_R_KO_comma" = -27; +"@MMK_R_KO_colon" = -4; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -8; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = -29; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -47; +"@MMK_R_KO_comma.ss01" = -42; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 34; +"@MMK_R_KO_endash" = 35; +"@MMK_R_KO_underscore" = -50; +"@MMK_R_KO_hyphen.case" = 33; +"@MMK_R_KO_parenleft" = 36; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_braceright" = -73; +"@MMK_R_KO_bracketright" = -75; +"@MMK_R_KO_parenright.case" = -58; +"@MMK_R_KO_bracketright.case" = -59; +"@MMK_R_KO_quotedblleft" = -26; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = 24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -65; +"@MMK_R_KO_asciicircum" = -41; }; -two.dnom = { -degree = -118; -question = -98; -question.ss01 = -110; -quotedbl = -86; -quotedblleft = -138; -quotedblright = -138; -quoteright = -74; -quotesingle = -67; +one.numr = { +fraction = 0; }; -twoinferior = { -T = -147; -V = -105; -W = -72; -Y = -146; -parenright = -30; -t = -43; -t_i.liga = -44; -t_t.liga = -43; +Uhorntilde = { +exclam.ss01 = 51; }; -u = { -asciitilde = 0; -backslash = -46; -exclam.ss01 = -4; -germandbls = 0; -jcircumflex = 0; -logicalnot = -53; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -9; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -57; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -52; +"@MMK_R_KO_W" = -37; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 7; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 14; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_j" = 12; +"@MMK_R_KO_s" = 24; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 17; +"@MMK_R_KO_uacute" = 17; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 12; +"@MMK_R_KO_zero" = 9; +"@MMK_R_KO_one" = -9; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = 3; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_five" = 16; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = -18; +"@MMK_R_KO_eight" = 22; +"@MMK_R_KO_nine" = 6; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -40; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -25; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_endash" = 23; +"@MMK_R_KO_parenright" = -49; +"@MMK_R_KO_bracketright" = -49; +"@MMK_R_KO_quotedblleft" = -27; +"@MMK_R_KO_quotedblright" = -17; +"@MMK_R_KO_quoteleft" = -23; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = 16; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -17; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -31; +"@MMK_R_KO_plus" = 0; }; -uacute = { -parenright = -49; +two = { +icircumflex = 32; +x = 15; +colon = 13; +semicolon = 17; +braceright = -73; +minus = 0; +multiply = -29; }; -uhorn = { -a = -19; -a.ss05 = -5; -colon = 11; -comma = -24; -comma.ss01 = -49; -guillemetright = 26; -ohorn = -19; -ohornacute = -19; -ohorndotbelow = -19; -ohorndotbelow.ss01 = -19; -ohorngrave = -19; -ohornhookabove = -19; -ohorntilde = -19; -parenright = -40; -period = -28; -period.ss01 = -52; -quotedbl = 29; -quotedblright = 29; -u = 0; +j = { +hbar = 3; +idieresis = 2; +iogonek = 8; +jcircumflex = 4; }; -uhornacute = { -a = -19; -a.ss05 = -5; -c = -19; -comma = -24; -comma.ss01 = -49; -guillemetright = 26; -parenright = -40; -period = -28; -period.ss01 = -52; -quotedbl = 29; -t = 14; -t_i.liga = 13; -t_i.liga.ss01 = 14; -t_t.liga = 14; -u = 0; +ldot.ss01 = { +period.ss01 = -57; +comma.ss01 = -46; }; -uhorndotbelow = { -a = -19; -a.ss05 = -5; -c = -19; -colon = 11; -comma = -24; -guillemetright = 26; -parenright = -40; -period = -27; -quotedbl = 29; -quotedblright = 29; -u = 0; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 24; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -40; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = 22; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -29; +"@MMK_R_KO_aacute" = -29; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -30; +"@MMK_R_KO_eacute" = -31; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -12; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 13; +"@MMK_R_KO_x" = 18; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 17; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 29; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -35; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -28; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -72; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -22; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_backslash" = -26; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -21; +"@MMK_R_KO_hyphen" = -71; +"@MMK_R_KO_endash" = -33; +"@MMK_R_KO_underscore" = 21; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -80; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -5; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -70; +"@MMK_R_KO_asciicircum" = -17; }; -uhorndotbelow.ss01 = { -a = -19; -c = -19; -comma.ss01 = -48; -parenright = -40; -period.ss01 = -52; +idieresis = { +l = 1; +icaron = 2; +idieresis = 3; }; -uhorngrave = { -a = -19; -a.ss05 = -5; -comma = -24; -comma.ss01 = -49; -guillemetright = 26; -parenright = -40; -period = -28; -period.ss01 = -52; -quotedbl = 29; -quotedblright = 29; +approxequal = { +one = -41; +parenright = -135; +parenright.case = -129; +A = -77; +I.ss02 = -98; +}; +ograve = { +T = -141; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -99; +"@MMK_R_KO_V" = -82; +"@MMK_R_KO_W" = -60; +"@MMK_R_KO_Y" = -101; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = -27; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -27; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -32; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = -22; +"@MMK_R_KO_y" = -34; +"@MMK_R_KO_z" = -18; +"@MMK_R_KO_l.ss03" = 5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = -28; +"@MMK_R_KO_one" = -66; +"@MMK_R_KO_sixsuperior" = -52; +"@MMK_R_KO_onesuperior" = -61; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = -33; +"@MMK_R_KO_foursuperior" = -40; +"@MMK_R_KO_fivesuperior" = -46; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_eightsuperior" = -33; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = -12; +"@MMK_R_KO_comma" = -13; +"@MMK_R_KO_colon" = -19; +"@MMK_R_KO_semicolon" = -19; +"@MMK_R_KO_ellipsis" = -42; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -67; +"@MMK_R_KO_asterisk" = -70; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -31; +"@MMK_R_KO_comma.ss01" = -26; +"@MMK_R_KO_colon.ss01" = -22; +"@MMK_R_KO_question.ss01" = -81; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_parenleft" = 7; +"@MMK_R_KO_parenright" = -84; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -80; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = 6; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -75; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -85; +"@MMK_R_KO_quoteright.ss01" = -61; +"@MMK_R_KO_trademark" = -99; }; -uhornhookabove = { -a = -19; -a.ss05 = -5; -comma = -24; -comma.ss01 = -49; -guillemetright = 26; -parenright = -40; -period = -28; -period.ss01 = -52; -quotedbl = 29; -quotedblright = 29; -quotesingle = 29; -semicolon = 20; -u = 0; +S = { +Hbar = 43; +Lslash = 9; +hbar = 34; +ibreve = 25; +idieresis = 28; +idieresis.ss01 = 22; +two = 29; +three = 18; +five = 21; +eight = 33; +ampersand = 19; +dollar = 3; +greater = 46; +logicalnot = -80; }; -uhorntilde = { -a = -19; -a.ss05 = -5; -colon = 11; -comma = -24; -comma.ss01 = -49; -guillemetright = 26; -parenright = -40; -period = -28; -period.ss01 = -52; -quotedbl = 29; -quotedblright = 29; -u = 0; +periodcentered.loclCAT = { +l = 48; +l.ss03 = 55; +l.ss04 = 51; }; -uhungarumlaut = { -b = 0; -comma.ss01 = -24; -h = 0; -j = 0; -j.ss01 = 0; -k = 0; -l = 0; -l.ss04 = 0; -parenright = -47; -period.ss01 = -27; +Iogonek = { +iogonek = 52; +j = 44; +j.ss01 = 43; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = -2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = -3; +"@MMK_R_KO_S" = -3; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -11; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -6; +"@MMK_R_KO_a.ss05" = -3; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -5; +"@MMK_R_KO_eacute" = -5; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = -3; +"@MMK_R_KO_imacron" = -5; +"@MMK_R_KO_itilde" = -5; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_u" = -4; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_x" = -5; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = -2; +"@MMK_R_KO_sixsuperior" = -13; +"@MMK_R_KO_onesuperior" = -6; +"@MMK_R_KO_twosuperior" = -3; +"@MMK_R_KO_threesuperior" = -11; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = -10; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = -6; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_colon" = -9; +"@MMK_R_KO_semicolon" = -5; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -3; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -5; +"@MMK_R_KO_backslash" = -3; +"@MMK_R_KO_period.ss01" = -22; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = -12; +"@MMK_R_KO_question.ss01" = -19; +"@MMK_R_KO_hyphen" = -5; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -5; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = -53; +"@MMK_R_KO_bracketright" = -54; +"@MMK_R_KO_quotedblleft" = -14; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -20; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -20; +"@MMK_R_KO_trademark" = -47; +"@MMK_R_KO_asciicircum" = -49; }; -underscore = { -A = 11; -C = -84; -G = -84; -J = 0; -O = -84; -Q = -84; -S = -49; -T = -138; -U = -71; -V = -183; -W = -113; -X = 0; -Y = -144; -Z = 13; -a = -55; -asterisk = -141; -c = -58; -d = -55; -e = -59; -eight = -42; -f = -42; -five = -57; -four = -113; -j = 6; -nine = -54; -o = -58; +racute = { +parenright = -29; +bracketright = -24; +}; +questiondown.case = { +C = -31; +Q = -31; +Q.ss09 = -31; +T = -95; +V = -98; +W = -89; +Y = -99; one = -71; -q = -55; -quotedbl = -147; -quotedblright = -138; -quotedblright.ss01 = -128; -quotesingle = -67; -s = -28; -seven = -84; -six = -73; -slash = 63; -t = -61; -t_i.liga = -59; -t_t.liga = -61; -three = -50; -two = -2; -u = -49; -underscore = -29; -v = -109; -w = -75; -x = 6; -z = 17; -zero = -81; +seven = -87; +parenright.case = -47; +quotedblleft = -103; +quoteright = -64; +quotedbl = -105; +quotesingle = -57; +quotedblleft.ss01 = -108; +quoteright.ss01 = -61; }; -uogonek = { -comma = 0; -j = 20; -j.ss01 = 20; -onesuperior = -51; -parenright = 0; -period = 0; -period.ss01 = -27; -quotedbl = -19; -quotedblleft = -35; -quotedblleft.ss01 = -40; -quoteleft = -35; -quoteleft.ss01 = -40; -semicolon = 0; -sevensuperior = -66; +f_y.liga = { +germandbls = 26; +zeroinferior = -33; +ampersand = -36; }; -v = { -Jcircumflex = -82; -acircumflextilde.ss05 = 0; -ampersand = -34; -e = -7; -n = 0; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -50; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -64; +"@MMK_R_KO_Oacute" = -64; +"@MMK_R_KO_J" = -54; +"@MMK_R_KO_G.ss07" = -60; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -5; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = -11; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -89; +"@MMK_R_KO_a" = -92; +"@MMK_R_KO_aacute" = -89; +"@MMK_R_KO_a.ss05" = -66; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -92; +"@MMK_R_KO_eacute" = -92; +"@MMK_R_KO_f" = -60; +"@MMK_R_KO_g" = -45; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = 63; +"@MMK_R_KO_lslash" = -22; +"@MMK_R_KO_s" = -74; +"@MMK_R_KO_t" = -64; +"@MMK_R_KO_u" = -73; +"@MMK_R_KO_uacute" = -72; +"@MMK_R_KO_v" = -82; +"@MMK_R_KO_w" = -72; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -55; +"@MMK_R_KO_l.ss04" = 11; +"@MMK_R_KO_t_t.liga" = -64; +"@MMK_R_KO_pi" = -69; +"@MMK_R_KO_zero" = -68; +"@MMK_R_KO_one" = -53; +"@MMK_R_KO_two" = -44; +"@MMK_R_KO_three" = -54; +"@MMK_R_KO_four" = -92; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -60; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = -44; +"@MMK_R_KO_nine" = -43; +"@MMK_R_KO_sixsuperior" = -35; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_foursuperior" = -79; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = -61; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_ellipsis" = -73; +"@MMK_R_KO_question" = -42; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = -3; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = -63; +"@MMK_R_KO_hyphen" = -97; +"@MMK_R_KO_endash" = -96; +"@MMK_R_KO_parenright" = 12; +"@MMK_R_KO_bracketright" = 25; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -91; +"@MMK_R_KO_guillemetright" = -76; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_degree" = -55; +"@MMK_R_KO_plus" = -107; +"@MMK_R_KO_percent" = -36; }; -w = { -ampersand = -22; +bracketleft.case = { +Icircumflex = 24; +numbersign = -86; +parenleft.case = -41; +bracketright.case = 0; +at = -63; +literSign = -70; +euro = -98; +minus = -101; +equal = -96; +less = -83; +asciitilde = -91; +asciicircum = -93; +infinity = -83; }; -won = { -comma = -74; -period = -72; -slash = -84; +K = { +Lslash = -22; +Oslash = -16; +edieresis = -41; +odieresis.ss01 = -42; +odieresis = -42; +oslash = 0; +igrave = 30; +rcaron = 5; +idieresis = 56; +jcircumflex = 22; +ygrave = -64; +ytilde = -59; +idieresis.ss01 = 42; +zero = -50; +two = 35; +three = -23; +six = -46; +seven = 0; +nine = -17; +numbersign = -68; +endash.case = -96; +parenleft.case = -35; +at = -45; +ampersand = -18; +registered = -49; +dollar = -32; +plus = -119; +minus = -121; +multiply = -65; +divide = -119; +equal = -57; +notequal = -108; +less = -103; +logicalnot = -176; +asciitilde = -91; }; -x = { -ampersand = -33; -backslash = -25; -logicalnot = -68; -minus = -26; -plus = -17; -two = 21; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -26; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -42; +"@MMK_R_KO_G.ss07" = 12; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = -84; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -66; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 7; +"@MMK_R_KO_eacute" = 6; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 40; +"@MMK_R_KO_itilde" = 17; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 29; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -17; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -28; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -40; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -52; +"@MMK_R_KO_eightsuperior" = -3; +"@MMK_R_KO_ninesuperior" = -17; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -32; +"@MMK_R_KO_colon" = -15; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -63; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -21; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -36; +"@MMK_R_KO_backslash" = -37; +"@MMK_R_KO_period.ss01" = -52; +"@MMK_R_KO_comma.ss01" = -46; +"@MMK_R_KO_colon.ss01" = -18; +"@MMK_R_KO_question.ss01" = -31; +"@MMK_R_KO_hyphen" = 21; +"@MMK_R_KO_endash" = 21; +"@MMK_R_KO_underscore" = -54; +"@MMK_R_KO_hyphen.case" = 18; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = -91; +"@MMK_R_KO_braceright" = -79; +"@MMK_R_KO_bracketright" = -81; +"@MMK_R_KO_parenright.case" = -65; +"@MMK_R_KO_bracketright.case" = -68; +"@MMK_R_KO_quotedblleft" = -39; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = -36; +"@MMK_R_KO_quoteright" = -24; +"@MMK_R_KO_guillemetleft" = 11; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -31; +"@MMK_R_KO_quotesingle" = -28; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = -35; +"@MMK_R_KO_quoteright.ss01" = -31; +"@MMK_R_KO_trademark" = -73; +"@MMK_R_KO_asciicircum" = -51; }; -y = { -Ydieresis = -49; -Ydieresis.ss01 = -49; -ampersand = -34; -asciitilde = 0; -e = -7; -exclam.ss01 = 11; -germandbls = 27; -twoinferior = -27; -zeroinferior = -36; +semicolon = { +four = -64; +onesuperior = -42; +sevensuperior = -63; +hyphen = -64; +emdash = -64; +endash = -49; +hyphen.case = -44; +parenright = -14; +guillemetleft = -29; }; -yacute = { -T = -65; -parenright = -58; +Thorn = { +Eth = 33; }; -ydotbelow = { -comma = -44; -ecircumflexdotbelow = -7; -parenright = -47; -period = -72; -semicolon = 21; +four.dnom = { +question = -98; +question.ss01 = -105; +parenright = -85; +quotedblleft = -122; +quotedblright = -122; +quoteleft = -64; +quoteright = -64; +quotedbl = -101; +quotesingle = -57; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -61; +quotedblright.ss01 = -129; +quoteright.ss01 = -61; +degree = -119; }; -ydotbelow.ss01 = { -comma.ss01 = -63; -parenright = -49; -period.ss01 = -69; +braceright = { +Y = -37; +period = -43; +comma = -26; +period.ss01 = -59; +comma.ss01 = -42; +parenright = -37; +braceright = -41; +asciicircum = -75; }; -yen = { +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = -9; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_backslash" = 6; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_underscore" = 6; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -3; +"@MMK_R_KO_braceright" = -8; +"@MMK_R_KO_bracketright" = -9; +"@MMK_R_KO_quotedblleft" = -8; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -9; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -39; +"@MMK_R_KO_asciicircum" = -46; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -24; +"@MMK_R_KO_O" = -103; +"@MMK_R_KO_Oacute" = -103; +"@MMK_R_KO_J" = -6; +"@MMK_R_KO_G.ss07" = -101; +"@MMK_R_KO_S" = -83; +"@MMK_R_KO_T" = -172; +"@MMK_R_KO_U" = -88; +"@MMK_R_KO_V" = -166; +"@MMK_R_KO_W" = -146; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -184; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -11; +"@MMK_R_KO_J.ss10" = -83; +"@MMK_R_KO_a" = -84; +"@MMK_R_KO_a.ss05" = -57; +"@MMK_R_KO_l" = -28; +"@MMK_R_KO_e" = -86; +"@MMK_R_KO_f" = -59; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -28; +"@MMK_R_KO_n" = -28; +"@MMK_R_KO_j" = 50; +"@MMK_R_KO_s" = -68; +"@MMK_R_KO_t" = -81; +"@MMK_R_KO_u" = -78; +"@MMK_R_KO_uacute" = -76; +"@MMK_R_KO_v" = -98; +"@MMK_R_KO_w" = -92; +"@MMK_R_KO_y" = -21; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = -28; +"@MMK_R_KO_t_t.liga" = -81; +"@MMK_R_KO_zero" = -99; +"@MMK_R_KO_one" = -88; +"@MMK_R_KO_two" = -6; +"@MMK_R_KO_three" = -86; +"@MMK_R_KO_four" = -104; +"@MMK_R_KO_five" = -88; +"@MMK_R_KO_six" = -99; +"@MMK_R_KO_seven" = -104; +"@MMK_R_KO_eight" = -79; +"@MMK_R_KO_nine" = -90; +"@MMK_R_KO_parenright" = -6; +"@MMK_R_KO_guillemetright" = -79; +"@MMK_R_KO_quotedbl" = -128; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -115; +}; +ampersand = { +one = -76; +seven = -100; +parenright = -63; +bracketright = -94; +quotedblleft = -122; +quotedblright = -122; +quoteleft = -64; +quoteright = -64; +quotedbl = -128; +quotesingle = -57; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -61; +quotedblright.ss01 = -129; +quoteright.ss01 = -61; +v = -54; +w = -36; +y = -53; +}; +four = { +x = -48; +ordfeminine = -61; +ordmasculine = -61; +zero.numr = -66; +one.numr = -63; +three.numr = -68; +four.numr = -65; +five.numr = -69; +six.numr = -66; +seven.numr = -64; +eight.numr = -65; +nine.numr = -67; +threesuperior = -62; +fivesuperior = -63; +eightsuperior = -59; +colon = -59; +semicolon = -54; +question.ss01 = -62; +underscore = -57; +braceright = -66; +braceright.case = -70; +bracketright.case = -70; +quoteright.ss01 = -61; +registered = -57; +trademark = -75; +asciicircum = -107; +}; +zerosuperior = { +A = -86; +fraction = -2; +period = -62; comma = -64; -four = -27; -one = -12; -period = -65; -slash = -64; -three = -16; -two = -18; +slash = -96; +period.ss01 = -63; +comma.ss01 = -61; +parenright = -50; +parenright.case = -49; +guillemetleft = -18; +guilsinglleft = -18; }; -ytilde = { -parenright = -58; +n = { +n = 0; +gcircumflex.ss06 = 20; +ordfeminine = -58; +ordmasculine = -60; +seven = -73; +at = 2; +registered = -37; +degree = -90; +notequal = -60; +greaterequal = -38; +logicalnot = -61; }; -z = { -backslash = -27; -minus = -17; +bracketleft = { +Icircumflex = 27; +Dcroat = -62; +Oslash = -60; +oslash = -52; +hcircumflex = 0; +i = -42; +idotaccent = -42; +iacute = -50; +ntilde = -77; +nacute = -78; +p = -5; +ibreve = 0; +icircumflex = -4; +imacron = -22; +jcircumflex = 35; +macute = -78; +scaron = -36; +scircumflex = -65; +germandbls = -74; +x = -82; +colon = -62; +numbersign = -77; +parenleft = -49; +at = -69; +ampersand = -69; +literSign = -69; +dollar = -51; +euro = -96; +minus = -99; +equal = -94; +less = -82; +asciitilde = -90; +asciicircum = -91; +infinity = -82; +}; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 10; +"@MMK_R_KO_H" = 157; +"@MMK_R_KO_O" = 102; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 47; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 34; +"@MMK_R_KO_n" = 34; +"@MMK_R_KO_j" = 34; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 41; +"@MMK_R_KO_uacute" = 41; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 40; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 52; +"@MMK_R_KO_l.ss04" = 47; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_sixsuperior" = 154; +"@MMK_R_KO_onesuperior" = 159; +"@MMK_R_KO_twosuperior" = 144; +"@MMK_R_KO_threesuperior" = 140; +"@MMK_R_KO_foursuperior" = 77; +"@MMK_R_KO_fivesuperior" = 139; +"@MMK_R_KO_sevensuperior" = 162; +"@MMK_R_KO_eightsuperior" = 166; +"@MMK_R_KO_ninesuperior" = 145; +"@MMK_R_KO_period" = 1; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 38; +"@MMK_R_KO_semicolon" = 39; +"@MMK_R_KO_ellipsis" = -17; +"@MMK_R_KO_exclam" = 163; +"@MMK_R_KO_question" = 169; +"@MMK_R_KO_slash" = 9; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -5; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 133; +"@MMK_R_KO_hyphen" = 1; +"@MMK_R_KO_parenright" = 134; +"@MMK_R_KO_bracketright" = 30; +"@MMK_R_KO_quotedblleft" = 149; +"@MMK_R_KO_quoteleft" = 149; +"@MMK_R_KO_guillemetleft" = 16; +"@MMK_R_KO_quotedbl" = 165; +"@MMK_R_KO_quotesingle" = 165; +"@MMK_R_KO_quotedblleft.ss01" = 147; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 65; +"@MMK_R_KO_O" = 78; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 83; +"@MMK_R_KO_S" = 82; +"@MMK_R_KO_T" = -30; +"@MMK_R_KO_V" = 98; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = 23; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 28; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 4; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 1; +"@MMK_R_KO_eacute" = 1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 32; +"@MMK_R_KO_itilde" = 10; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 1; +"@MMK_R_KO_uacute" = 1; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 50; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 98; +"@MMK_R_KO_onesuperior" = 55; +"@MMK_R_KO_twosuperior" = 59; +"@MMK_R_KO_threesuperior" = 70; +"@MMK_R_KO_foursuperior" = 13; +"@MMK_R_KO_fivesuperior" = 86; +"@MMK_R_KO_sevensuperior" = 66; +"@MMK_R_KO_eightsuperior" = 88; +"@MMK_R_KO_ninesuperior" = 63; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 100; +"@MMK_R_KO_question" = 87; +"@MMK_R_KO_slash" = 2; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -10; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = 56; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_parenleft" = 66; +"@MMK_R_KO_parenright" = 44; +"@MMK_R_KO_bracketright" = -26; +"@MMK_R_KO_quotedblleft" = 113; +"@MMK_R_KO_quotedblright" = 93; +"@MMK_R_KO_quoteleft" = 113; +"@MMK_R_KO_quoteright" = 94; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 59; +"@MMK_R_KO_quotesingle" = 84; +"@MMK_R_KO_quotedblleft.ss01" = 55; +"@MMK_R_KO_quotedblright.ss01" = 74; +"@MMK_R_KO_quoteright.ss01" = 75; }; -zcaron = { -imacron = 0; -iogonek = 24; -parenright = -35; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 41; }; -zero = { -asciicircum = -49; -baht = -2; -braceright = -78; -bracketright.case = -54; -multiply = -13; -ordmasculine = -21; -six = 23; -trademark = -70; +J.ss10 = { +Hbar = 51; +ibreve = 75; +icaron = 69; +idieresis = 71; +jcircumflex = 73; +idieresis.ss01 = 50; +}; +quotedblbase.ss01 = { +Dcroat = -73; +oslash = -13; +p = -6; +germandbls = -53; +asterisk = -129; +numbersign = -93; +question.ss01 = -108; +hyphen.case = -129; +emdash.case = -129; +parenleft.case = -64; +quotedblleft.ss01 = -129; +quoteright.ss01 = -61; +at = -70; +copyright = -107; +published = -107; +dollar = -63; +euro = -129; +minus = -129; +multiply = -76; +divide = -129; +equal = -106; +approxequal = -105; +}; +l.ss03 = { +oslash = -4; +periodcentered.loclCAT = -6; +periodcentered.loclCAT.ss01 = -26; +notequal = -92; +logicalnot = -84; +}; +parenleft = { +Icircumflex = 23; +Imacron = 12; +Idieresis = 13; +Dcroat = -57; +Eth = -57; +Iogonek = 75; +Lslash = -37; +Oslash = -55; +a.ss05 = -74; +thorn = 17; +ccedilla = -85; +ccaron = -72; +edieresis = -80; +odieresis = -81; +oslash = -47; +hcircumflex = 20; +i = -35; +idotaccent = -35; +i.ss01 = -16; +iacute = -47; +ntilde = -52; +nacute = -52; +ncaron = -52; +ncommaaccent = -52; +p = 0; +idieresis = 3; +imacron = 32; +iogonek = 73; +jcircumflex = 65; +scedilla = -68; +scaron = -46; +scircumflex = -62; +germandbls = -68; +tcedilla = -28; +x = -55; +zcaron = -54; +g.ss06 = -3; +mu = -23; +four.numr = -85; +colon = -62; +numbersign = -75; +semicolon.ss01 = 0; +question.ss01 = -51; +parenleft = -49; +braceleft = -37; +quotedblbase = 0; +quotedblbase.ss01 = 0; +at = -83; +ampersand = -65; +section = -42; +copyright = -73; +registered = -62; +published = -73; +literSign = -82; +numero = -12; +cent = -85; +dollar = -57; +euro = -100; +liraTurkish = -54; +sterling = -53; +minus = -111; +multiply = -95; +divide = -111; +equal = -81; +notequal = -150; +greater = -34; +less = -93; +greaterequal = -93; +lessequal = -93; +plusminus = -47; +approxequal = -143; +logicalnot = -150; +asciitilde = -106; +asciicircum = -107; +infinity = -84; +summation = 27; +radical = -95; }; -zero.dnom = { -degree = -143; -parenright = -68; -question = -102; -question.ss01 = -112; -quotedbl = -113; -quotedblleft = -138; -quotedblleft.ss01 = -128; -quotedblright = -138; -quotedblright.ss01 = -128; -quoteright = -74; -quotesingle = -67; +asciicircum = { +one = -48; +two = -31; +three = -38; +four = -93; +eight = -46; +period = -62; +comma = -64; +asterisk = -30; +slash = -142; +period.ss01 = -63; +comma.ss01 = -61; +hyphen = -131; +hyphen.case = -64; +parenright = -133; +bracketright = -123; +parenright.case = -132; +bracketright.case = -124; +u = -33; +x = -29; +mu = -42; }; -zeroinferior = { -parenright = -59; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 20; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 7; +"@MMK_R_KO_G.ss07" = -22; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -87; +"@MMK_R_KO_U" = -23; +"@MMK_R_KO_V" = -86; +"@MMK_R_KO_X" = 28; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = -22; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 12; +"@MMK_R_KO_imacron" = 12; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -11; +"@MMK_R_KO_t" = -35; +"@MMK_R_KO_u" = -17; +"@MMK_R_KO_uacute" = -16; +"@MMK_R_KO_v" = -47; +"@MMK_R_KO_w" = -30; +"@MMK_R_KO_x" = 14; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = 23; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 30; +"@MMK_R_KO_t_t.liga" = -35; +"@MMK_R_KO_one" = -58; +"@MMK_R_KO_sixsuperior" = -60; +"@MMK_R_KO_onesuperior" = -76; +"@MMK_R_KO_twosuperior" = -30; +"@MMK_R_KO_threesuperior" = -49; +"@MMK_R_KO_foursuperior" = -46; +"@MMK_R_KO_fivesuperior" = -57; +"@MMK_R_KO_sevensuperior" = -86; +"@MMK_R_KO_eightsuperior" = -45; +"@MMK_R_KO_ninesuperior" = -57; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 18; +"@MMK_R_KO_colon" = 13; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -75; +"@MMK_R_KO_asterisk" = -70; +"@MMK_R_KO_slash" = 39; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -88; +"@MMK_R_KO_hyphen" = -17; +"@MMK_R_KO_endash" = -17; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_parenleft" = -11; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -83; +"@MMK_R_KO_quotedblleft" = -87; +"@MMK_R_KO_quotedblright" = -81; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -64; +"@MMK_R_KO_guillemetleft" = -20; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = -78; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -61; +"@MMK_R_KO_quotedblright.ss01" = -88; +"@MMK_R_KO_quoteright.ss01" = -61; }; -zerosuperior = { -comma = -74; -comma.ss01 = -68; -fraction = -7; -parenright = -52; -period = -72; -period.ss01 = -69; -slash = -108; +plus = { +one = -73; +two = -46; +three = 0; +seven = -57; +seven.numr = -55; +period = -62; +comma = -64; +question = -64; +asterisk = -50; +slash = -60; +period.ss01 = -63; +comma.ss01 = -61; +question.ss01 = -73; +parenright = -111; +braceright = -96; +bracketright = -95; +parenright.case = -93; +braceright.case = -92; +bracketright.case = -96; +quotedblleft = -82; +quotedblright = -64; +quoteleft = -64; +quoteright = -63; +guillemetright = -24; +quotedbl = -52; +quotesingle = -47; +quotedblleft.ss01 = -69; +quoteleft.ss01 = -61; +quotedblright.ss01 = -70; +trademark = -78; +tenge = -39; +yen = -37; +plus = -5; +x = -37; }; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -37; +"@MMK_R_KO_Oacute" = -37; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -34; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -3; +"@MMK_R_KO_V" = 19; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = 40; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 27; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -43; +"@MMK_R_KO_a" = -48; +"@MMK_R_KO_aacute" = -48; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -51; +"@MMK_R_KO_eacute" = -51; +"@MMK_R_KO_f" = -30; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 38; +"@MMK_R_KO_imacron" = 81; +"@MMK_R_KO_itilde" = 62; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = -45; +"@MMK_R_KO_u" = -37; +"@MMK_R_KO_uacute" = -37; +"@MMK_R_KO_v" = -55; +"@MMK_R_KO_w" = -55; +"@MMK_R_KO_x" = 12; +"@MMK_R_KO_y" = -55; +"@MMK_R_KO_z" = 13; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -45; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_four" = -144; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -57; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 9; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 10; +"@MMK_R_KO_backslash" = 37; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = -145; +"@MMK_R_KO_endash" = -105; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -98; +"@MMK_R_KO_parenleft" = -25; +"@MMK_R_KO_parenright" = -16; +"@MMK_R_KO_braceright" = -6; +"@MMK_R_KO_bracketright" = -6; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -75; }; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = { -"@MMK_L_A" = { -"@MMK_R_A" = 33; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 29; -"@MMK_R_O" = -41; -"@MMK_R_S" = -19; -"@MMK_R_T" = -91; -"@MMK_R_U" = -36; -"@MMK_R_V" = -121; -"@MMK_R_W" = -67; -"@MMK_R_X" = 24; -"@MMK_R_Y" = -125; -"@MMK_R_Z" = 24; -"@MMK_R_a" = -25; -"@MMK_R_a.ss04" = -8; -"@MMK_R_asciicircum" = -118; -"@MMK_R_asterisk" = -98; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 16; -"@MMK_R_colon.ss01" = 3; -"@MMK_R_comma" = 22; -"@MMK_R_comma.ss01" = 4; -"@MMK_R_e" = -28; -"@MMK_R_egrave" = -28; -"@MMK_R_eightsuperior" = -83; -"@MMK_R_ellipsis" = 5; -"@MMK_R_exclam" = 5; -"@MMK_R_f" = -23; -"@MMK_R_fivesuperior" = -91; -"@MMK_R_four" = -10; -"@MMK_R_foursuperior" = -75; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 13; -"@MMK_R_guillemetleft" = -31; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = -21; -"@MMK_R_hyphen.case" = -40; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 56; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -17; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -3; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -89; -"@MMK_R_one" = -70; -"@MMK_R_onesuperior" = -108; -"@MMK_R_parenright" = -27; -"@MMK_R_parenright.case" = -8; -"@MMK_R_period" = 22; -"@MMK_R_period.ss01" = 2; -"@MMK_R_question" = -81; -"@MMK_R_question.ss01" = -87; -"@MMK_R_quotedbl" = -103; -"@MMK_R_quotedblleft" = -92; -"@MMK_R_quotedblleft.ss01" = -80; -"@MMK_R_quotedblright" = -81; -"@MMK_R_quoteright" = -81; -"@MMK_R_quoteright.ss01" = -77; -"@MMK_R_s" = -10; -"@MMK_R_semicolon" = 16; -"@MMK_R_sevensuperior" = -99; -"@MMK_R_sixsuperior" = -96; -"@MMK_R_slash" = 21; -"@MMK_R_t" = -51; -"@MMK_R_threesuperior" = -83; -"@MMK_R_trademark" = -124; -"@MMK_R_twosuperior" = -66; -"@MMK_R_u" = -24; -"@MMK_R_underscore" = 46; -"@MMK_R_v" = -89; -"@MMK_R_w" = -45; -"@MMK_R_x" = 26; -"@MMK_R_y" = -9; -"@MMK_R_z" = 18; -"@MMK_R_zero" = -39; -}; -"@MMK_L_B" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 14; -"@MMK_R_J" = 24; -"@MMK_R_O" = 0; -"@MMK_R_S" = 22; -"@MMK_R_T" = -2; -"@MMK_R_U" = 0; -"@MMK_R_V" = -24; -"@MMK_R_W" = -13; -"@MMK_R_X" = -11; -"@MMK_R_Y" = -36; -"@MMK_R_Z" = 23; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 17; -"@MMK_R_asciicircum" = -34; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -19; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 15; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 31; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 2; -"@MMK_R_g.ss05" = 18; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 14; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 71; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 36; -"@MMK_R_itilde" = 28; -"@MMK_R_j" = 3; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 18; -"@MMK_R_lslash" = 14; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_one" = 2; -"@MMK_R_onesuperior" = -7; -"@MMK_R_oslash" = 5; -"@MMK_R_parenright" = -50; -"@MMK_R_parenright.case" = -35; -"@MMK_R_period" = 14; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = -17; -"@MMK_R_quoteright" = -17; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 16; -"@MMK_R_semicolon" = 23; -"@MMK_R_sevensuperior" = -13; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -28; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = 6; -"@MMK_R_underscore" = -8; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 12; -"@MMK_R_zero" = 0; -}; -"@MMK_L_C" = { -"@MMK_R_A" = -8; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 15; -"@MMK_R_O" = 12; -"@MMK_R_S" = 26; -"@MMK_R_T" = -8; -"@MMK_R_U" = 0; -"@MMK_R_V" = -31; -"@MMK_R_W" = -15; -"@MMK_R_X" = -26; -"@MMK_R_Y" = -54; -"@MMK_R_Z" = 16; -"@MMK_R_a" = 8; -"@MMK_R_a.ss04" = 15; -"@MMK_R_asciicircum" = -22; -"@MMK_R_asterisk" = -6; -"@MMK_R_braceright" = -46; -"@MMK_R_bracketright" = -45; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = 8; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -7; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_four" = 25; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 5; -"@MMK_R_g.ss05" = 10; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -3; -"@MMK_R_hyphen" = 17; -"@MMK_R_hyphen.case" = -2; -"@MMK_R_icircumflex" = 32; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 5; -"@MMK_R_itilde" = 2; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 11; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_one" = 10; -"@MMK_R_onesuperior" = -23; -"@MMK_R_oslash" = 8; -"@MMK_R_parenright" = -57; -"@MMK_R_parenright.case" = -43; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -10; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = -23; -"@MMK_R_quoteright" = -23; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 21; -"@MMK_R_sevensuperior" = -30; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = -8; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -45; -"@MMK_R_twosuperior" = -18; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = -31; -"@MMK_R_v" = 0; -"@MMK_R_w" = 5; -"@MMK_R_x" = -5; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -21; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = 26; -"@MMK_R_S" = 17; -"@MMK_R_T" = -16; -"@MMK_R_U" = 14; -"@MMK_R_V" = -38; -"@MMK_R_W" = -20; -"@MMK_R_X" = -37; -"@MMK_R_Y" = -62; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 27; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = -14; -"@MMK_R_braceright" = -59; -"@MMK_R_bracketright" = -58; -"@MMK_R_colon" = 13; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -11; -"@MMK_R_comma.ss01" = -23; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -23; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 18; -"@MMK_R_fivesuperior" = -4; -"@MMK_R_four" = 30; -"@MMK_R_foursuperior" = 4; -"@MMK_R_g" = 27; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = 24; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = 25; -"@MMK_R_hyphen.case" = 25; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 25; -"@MMK_R_igrave" = 3; -"@MMK_R_imacron" = 9; -"@MMK_R_itilde" = 5; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 12; -"@MMK_R_l.ss03" = 5; -"@MMK_R_lslash" = 19; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 5; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = 24; -"@MMK_R_parenright" = -60; -"@MMK_R_parenright.case" = -51; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -24; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -7; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -3; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 16; -"@MMK_R_semicolon" = 14; -"@MMK_R_sevensuperior" = -33; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = -19; -"@MMK_R_t" = 17; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -49; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 17; -"@MMK_R_underscore" = -44; -"@MMK_R_v" = 0; -"@MMK_R_w" = 9; -"@MMK_R_x" = -8; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 27; -}; -"@MMK_L_E" = { -"@MMK_R_A" = 18; -"@MMK_R_I.ss02" = 25; -"@MMK_R_J" = 26; -"@MMK_R_O" = 0; -"@MMK_R_S" = 5; -"@MMK_R_T" = 15; -"@MMK_R_U" = 0; -"@MMK_R_V" = 17; -"@MMK_R_W" = 19; -"@MMK_R_X" = 19; -"@MMK_R_Y" = 11; -"@MMK_R_Z" = 19; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -33; -"@MMK_R_asterisk" = 5; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 32; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -7; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 10; -"@MMK_R_exclam" = 17; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = -3; -"@MMK_R_g.ss05" = 10; -"@MMK_R_guillemetleft" = -14; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -16; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 102; -"@MMK_R_igrave" = 33; -"@MMK_R_imacron" = 75; -"@MMK_R_j" = 47; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 36; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 8; -"@MMK_R_one" = 3; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -7; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = 28; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 14; -"@MMK_R_question.ss01" = 2; -"@MMK_R_quotedblleft" = 4; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 7; -"@MMK_R_quoteright" = 7; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 22; -"@MMK_R_sevensuperior" = 7; -"@MMK_R_sixsuperior" = 6; -"@MMK_R_slash" = 30; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 3; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 23; -"@MMK_R_v" = 5; -"@MMK_R_w" = 0; -"@MMK_R_x" = 6; -"@MMK_R_y" = 6; -"@MMK_R_z" = 6; -"@MMK_R_zero" = 0; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -45; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 23; -"@MMK_R_J" = -52; -"@MMK_R_O" = 9; -"@MMK_R_S" = 16; -"@MMK_R_T" = 31; -"@MMK_R_U" = 15; -"@MMK_R_V" = 32; -"@MMK_R_W" = 34; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 25; -"@MMK_R_Z" = 11; -"@MMK_R_a" = -6; -"@MMK_R_a.ss04" = -13; -"@MMK_R_asciicircum" = -27; -"@MMK_R_asterisk" = 22; -"@MMK_R_braceright" = 9; -"@MMK_R_bracketright" = 9; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -7; -"@MMK_R_comma" = -76; -"@MMK_R_comma.ss01" = -106; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = 12; -"@MMK_R_ellipsis" = -98; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 5; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -5; -"@MMK_R_g.ss05" = -19; -"@MMK_R_guillemetleft" = -6; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 101; -"@MMK_R_igrave" = 41; -"@MMK_R_imacron" = 89; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 50; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -6; -"@MMK_R_ninesuperior" = 23; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 20; -"@MMK_R_oslash" = -3; -"@MMK_R_parenright" = -3; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -78; -"@MMK_R_period.ss01" = -110; -"@MMK_R_question" = 29; -"@MMK_R_question.ss01" = 17; -"@MMK_R_quotedbl" = 17; -"@MMK_R_quotedblleft" = 15; -"@MMK_R_quotedblleft.ss01" = 5; -"@MMK_R_quotedblright" = 24; -"@MMK_R_quoteright" = 24; -"@MMK_R_quoteright.ss01" = 8; -"@MMK_R_s" = -11; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 23; -"@MMK_R_sixsuperior" = 22; -"@MMK_R_slash" = -54; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 7; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 18; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -182; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -9; -"@MMK_R_zero" = 9; -}; -"@MMK_L_G" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 23; -"@MMK_R_O" = 15; -"@MMK_R_S" = 11; -"@MMK_R_T" = -20; -"@MMK_R_U" = 0; -"@MMK_R_V" = -43; -"@MMK_R_W" = -25; -"@MMK_R_X" = 12; -"@MMK_R_Y" = -72; -"@MMK_R_Z" = 13; -"@MMK_R_a" = 18; -"@MMK_R_a.ss04" = 12; -"@MMK_R_asciicircum" = -37; -"@MMK_R_asterisk" = -19; -"@MMK_R_braceright" = -9; -"@MMK_R_bracketright" = -9; -"@MMK_R_colon" = 17; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 26; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = 17; -"@MMK_R_egrave" = 17; -"@MMK_R_eightsuperior" = -9; -"@MMK_R_ellipsis" = 4; -"@MMK_R_exclam" = 8; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = -5; -"@MMK_R_g" = 16; -"@MMK_R_g.ss05" = 15; -"@MMK_R_guillemetleft" = 11; -"@MMK_R_guillemetright" = 3; -"@MMK_R_hyphen" = 20; -"@MMK_R_hyphen.case" = 8; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 21; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 10; -"@MMK_R_itilde" = 3; -"@MMK_R_j" = 41; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 3; -"@MMK_R_lslash" = 11; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -34; -"@MMK_R_oslash" = 19; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -12; -"@MMK_R_period" = 22; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = -28; -"@MMK_R_quotedblleft" = -14; -"@MMK_R_quotedblleft.ss01" = -10; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 19; -"@MMK_R_sevensuperior" = -40; -"@MMK_R_sixsuperior" = -16; -"@MMK_R_slash" = 24; -"@MMK_R_t" = 2; -"@MMK_R_threesuperior" = -10; -"@MMK_R_trademark" = -58; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 3; -"@MMK_R_underscore" = 17; -"@MMK_R_v" = -4; -"@MMK_R_x" = 6; -"@MMK_R_y" = -3; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 15; -}; -"@MMK_L_G.ss06" = { -"@MMK_R_A" = -16; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = 0; -"@MMK_R_O" = 27; -"@MMK_R_S" = 18; -"@MMK_R_T" = -14; -"@MMK_R_U" = 11; -"@MMK_R_V" = -36; -"@MMK_R_W" = -19; -"@MMK_R_X" = -31; -"@MMK_R_Y" = -60; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 19; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -31; -"@MMK_R_asterisk" = -12; -"@MMK_R_braceright" = -54; -"@MMK_R_bracketright" = -54; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_e" = 20; -"@MMK_R_egrave" = 20; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_ellipsis" = -16; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 15; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 28; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 19; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = 23; -"@MMK_R_guillemetright" = -5; -"@MMK_R_hyphen" = 26; -"@MMK_R_hyphen.case" = 19; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 26; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 8; -"@MMK_R_itilde" = 2; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 16; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = 20; -"@MMK_R_parenright" = -60; -"@MMK_R_parenright.case" = -51; -"@MMK_R_period" = -7; -"@MMK_R_period.ss01" = -19; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -4; -"@MMK_R_quotedbl" = -22; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -3; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 12; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = -34; -"@MMK_R_sixsuperior" = -9; -"@MMK_R_slash" = -15; -"@MMK_R_t" = 15; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -52; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 15; -"@MMK_R_underscore" = -36; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -7; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 27; -}; -"@MMK_L_H" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = 5; -"@MMK_R_S" = 0; -"@MMK_R_U" = 9; -"@MMK_R_W" = 2; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = -3; -"@MMK_R_asciicircum" = -35; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = 6; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -9; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen.case" = 2; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 80; -"@MMK_R_igrave" = 13; -"@MMK_R_imacron" = 55; -"@MMK_R_itilde" = 52; -"@MMK_R_j" = 22; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 20; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -14; -"@MMK_R_parenright.case" = -8; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -21; -"@MMK_R_question" = 3; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_semicolon" = 12; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = 4; -"@MMK_R_threesuperior" = -2; -"@MMK_R_trademark" = -10; -"@MMK_R_twosuperior" = -2; -"@MMK_R_v" = 2; -"@MMK_R_y" = 2; -"@MMK_R_zero" = 2; -}; -"@MMK_L_I.ss02" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 26; -"@MMK_R_J" = 27; -"@MMK_R_O" = -4; -"@MMK_R_S" = 8; -"@MMK_R_T" = 18; -"@MMK_R_U" = 0; -"@MMK_R_V" = 18; -"@MMK_R_W" = 22; -"@MMK_R_X" = 21; -"@MMK_R_Y" = 11; -"@MMK_R_Z" = 21; -"@MMK_R_a" = -11; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -32; -"@MMK_R_asterisk" = 9; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 23; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 29; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -14; -"@MMK_R_egrave" = -13; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 11; -"@MMK_R_exclam" = 19; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = -11; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = -17; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = -6; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_icircumflex" = 92; -"@MMK_R_igrave" = 35; -"@MMK_R_imacron" = 77; -"@MMK_R_j" = 37; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -3; -"@MMK_R_ninesuperior" = 9; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 5; -"@MMK_R_oslash" = -11; -"@MMK_R_parenright" = -5; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 29; -"@MMK_R_period.ss01" = -5; -"@MMK_R_question" = 11; -"@MMK_R_question.ss01" = 3; -"@MMK_R_quotedbl" = 3; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 11; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 23; -"@MMK_R_sevensuperior" = 11; -"@MMK_R_sixsuperior" = 8; -"@MMK_R_slash" = 31; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 24; -"@MMK_R_v" = 7; -"@MMK_R_w" = 5; -"@MMK_R_x" = 6; -"@MMK_R_y" = 0; -"@MMK_R_z" = 6; -"@MMK_R_zero" = -4; -}; -"@MMK_L_J" = { -"@MMK_R_A" = -16; -"@MMK_R_H" = 8; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 9; -"@MMK_R_S" = 8; -"@MMK_R_T" = 6; -"@MMK_R_U" = 17; -"@MMK_R_V" = 8; -"@MMK_R_W" = 12; -"@MMK_R_X" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -31; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -2; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -14; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 4; -"@MMK_R_fivesuperior" = -3; -"@MMK_R_four" = 7; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 9; -"@MMK_R_hyphen.case" = 9; -"@MMK_R_i" = 9; -"@MMK_R_icircumflex" = 88; -"@MMK_R_igrave" = 21; -"@MMK_R_imacron" = 62; -"@MMK_R_j" = 9; -"@MMK_R_l" = 9; -"@MMK_R_l.ss02" = 18; -"@MMK_R_l.ss03" = 27; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 2; -"@MMK_R_one" = 9; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -9; -"@MMK_R_parenright.case" = -3; -"@MMK_R_period" = -2; -"@MMK_R_period.ss01" = -20; -"@MMK_R_question" = 11; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 15; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 3; -"@MMK_R_slash" = -15; -"@MMK_R_t" = 4; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -5; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -26; -"@MMK_R_v" = 9; -"@MMK_R_w" = 5; -"@MMK_R_x" = 0; -"@MMK_R_y" = 6; -"@MMK_R_z" = -2; -"@MMK_R_zero" = 9; -}; -"@MMK_L_K" = { -"@MMK_R_A" = 25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 26; -"@MMK_R_O" = -49; -"@MMK_R_S" = -31; -"@MMK_R_T" = 0; -"@MMK_R_U" = -7; -"@MMK_R_V" = 0; -"@MMK_R_W" = 6; -"@MMK_R_X" = 27; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 21; -"@MMK_R_a" = -49; -"@MMK_R_a.ss04" = -26; -"@MMK_R_asciicircum" = -92; -"@MMK_R_asterisk" = -20; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -59; -"@MMK_R_egrave" = -58; -"@MMK_R_eightsuperior" = -15; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -27; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = -35; -"@MMK_R_foursuperior" = -58; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -50; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -59; -"@MMK_R_hyphen.case" = -89; -"@MMK_R_icircumflex" = 22; -"@MMK_R_igrave" = 29; -"@MMK_R_imacron" = 67; -"@MMK_R_itilde" = 42; -"@MMK_R_j" = 36; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -7; -"@MMK_R_l.ss03" = 29; -"@MMK_R_lslash" = -9; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = -43; -"@MMK_R_onesuperior" = -10; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -12; -"@MMK_R_parenright.case" = -3; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -27; -"@MMK_R_question.ss01" = -35; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblleft" = -32; -"@MMK_R_quotedblleft.ss01" = -32; -"@MMK_R_quotedblright" = -9; -"@MMK_R_quoteright" = -9; -"@MMK_R_quoteright.ss01" = -13; -"@MMK_R_s" = -32; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = -3; -"@MMK_R_sixsuperior" = -21; -"@MMK_R_slash" = 16; -"@MMK_R_t" = -55; -"@MMK_R_threesuperior" = -15; -"@MMK_R_trademark" = -8; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = -41; -"@MMK_R_underscore" = 42; -"@MMK_R_v" = -68; -"@MMK_R_w" = -51; -"@MMK_R_x" = 29; -"@MMK_R_y" = -10; -"@MMK_R_z" = 12; -"@MMK_R_zero" = -47; -}; -"@MMK_L_L" = { -"@MMK_R_A" = 29; -"@MMK_R_I.ss02" = 22; -"@MMK_R_J" = 34; -"@MMK_R_O" = -25; -"@MMK_R_S" = 0; -"@MMK_R_T" = -93; -"@MMK_R_U" = -16; -"@MMK_R_V" = -98; -"@MMK_R_W" = -45; -"@MMK_R_X" = 22; -"@MMK_R_Y" = -141; -"@MMK_R_Z" = 32; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = 13; -"@MMK_R_asciicircum" = -208; -"@MMK_R_asterisk" = -143; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 37; -"@MMK_R_colon.ss01" = 7; -"@MMK_R_comma" = 48; -"@MMK_R_comma.ss01" = 9; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = -177; -"@MMK_R_ellipsis" = 26; -"@MMK_R_exclam" = 26; -"@MMK_R_f" = -31; -"@MMK_R_fivesuperior" = -183; -"@MMK_R_four" = 6; -"@MMK_R_foursuperior" = -180; -"@MMK_R_g" = -7; -"@MMK_R_g.ss05" = 27; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -82; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 28; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -178; -"@MMK_R_one" = -84; -"@MMK_R_onesuperior" = -154; -"@MMK_R_oslash" = -5; -"@MMK_R_parenright" = -30; -"@MMK_R_parenright.case" = -12; -"@MMK_R_period" = 44; -"@MMK_R_period.ss01" = 7; -"@MMK_R_question" = -76; -"@MMK_R_question.ss01" = -90; -"@MMK_R_quotedbl" = -109; -"@MMK_R_quotedblleft" = -181; -"@MMK_R_quotedblleft.ss01" = -186; -"@MMK_R_quotedblright" = -184; -"@MMK_R_quoteright" = -133; -"@MMK_R_quoteright.ss01" = -183; -"@MMK_R_s" = 16; -"@MMK_R_semicolon" = 37; -"@MMK_R_sevensuperior" = -180; -"@MMK_R_sixsuperior" = -177; -"@MMK_R_slash" = 46; -"@MMK_R_t" = -34; -"@MMK_R_threesuperior" = -179; -"@MMK_R_trademark" = -192; -"@MMK_R_twosuperior" = -180; -"@MMK_R_u" = -4; -"@MMK_R_underscore" = 39; -"@MMK_R_v" = -62; -"@MMK_R_w" = -29; -"@MMK_R_x" = 22; -"@MMK_R_y" = -17; -"@MMK_R_z" = 21; -"@MMK_R_zero" = -19; -}; -"@MMK_L_Lslash" = { -"@MMK_R_A" = 29; -"@MMK_R_I.ss02" = 22; -"@MMK_R_J" = 34; -"@MMK_R_O" = -21; -"@MMK_R_S" = 0; -"@MMK_R_T" = -91; -"@MMK_R_U" = -11; -"@MMK_R_V" = -98; -"@MMK_R_W" = -45; -"@MMK_R_X" = 22; -"@MMK_R_Y" = -140; -"@MMK_R_Z" = 32; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 13; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 37; -"@MMK_R_colon.ss01" = 7; -"@MMK_R_comma" = 48; -"@MMK_R_comma.ss01" = 9; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = -97; -"@MMK_R_ellipsis" = 26; -"@MMK_R_exclam" = 26; -"@MMK_R_fivesuperior" = -102; -"@MMK_R_four" = 6; -"@MMK_R_foursuperior" = -91; -"@MMK_R_guillemetleft" = -15; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -76; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -102; -"@MMK_R_onesuperior" = -111; -"@MMK_R_parenright" = -29; -"@MMK_R_parenright.case" = -12; -"@MMK_R_period" = 44; -"@MMK_R_period.ss01" = 7; -"@MMK_R_question" = -76; -"@MMK_R_question.ss01" = -90; -"@MMK_R_quotedbl" = -106; -"@MMK_R_quotedblleft" = -95; -"@MMK_R_quotedblleft.ss01" = -103; -"@MMK_R_quotedblright" = -104; -"@MMK_R_quoteright" = -104; -"@MMK_R_quoteright.ss01" = -99; -"@MMK_R_s" = 17; -"@MMK_R_semicolon" = 37; -"@MMK_R_sevensuperior" = -116; -"@MMK_R_sixsuperior" = -98; -"@MMK_R_slash" = 46; -"@MMK_R_threesuperior" = -96; -"@MMK_R_twosuperior" = -101; -"@MMK_R_u" = 0; -"@MMK_R_y" = -17; -"@MMK_R_z" = 21; -}; -"@MMK_L_O" = { -"@MMK_R_A" = -18; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = 0; -"@MMK_R_O" = 24; -"@MMK_R_S" = 17; -"@MMK_R_T" = -21; -"@MMK_R_U" = 13; -"@MMK_R_V" = -42; -"@MMK_R_W" = -23; -"@MMK_R_X" = -34; -"@MMK_R_Y" = -76; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 26; -"@MMK_R_a.ss04" = 15; -"@MMK_R_asciicircum" = -35; -"@MMK_R_asterisk" = -20; -"@MMK_R_braceright" = -58; -"@MMK_R_bracketright" = -58; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -21; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -19; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 16; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = 29; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = 26; -"@MMK_R_g.ss05" = 9; -"@MMK_R_guillemetleft" = 26; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = 26; -"@MMK_R_hyphen.case" = 27; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 16; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 4; -"@MMK_R_itilde" = 4; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 11; -"@MMK_R_l.ss03" = 4; -"@MMK_R_lslash" = 19; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -7; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -34; -"@MMK_R_oslash" = 24; -"@MMK_R_parenright" = -60; -"@MMK_R_parenright.case" = -50; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = -8; -"@MMK_R_question.ss01" = -13; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -4; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 14; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = -41; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 14; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -54; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 17; -"@MMK_R_underscore" = -39; -"@MMK_R_v" = -3; -"@MMK_R_w" = 3; -"@MMK_R_x" = -14; -"@MMK_R_y" = -5; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 24; -}; -"@MMK_L_Ohorn" = { -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_O" = 24; -"@MMK_R_S" = 17; -"@MMK_R_T" = -15; -"@MMK_R_U" = 13; -"@MMK_R_V" = -11; -"@MMK_R_X" = -22; -"@MMK_R_bracketright" = -24; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -21; -"@MMK_R_e" = 24; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -19; -"@MMK_R_exclam" = 0; -"@MMK_R_fivesuperior" = -5; -"@MMK_R_foursuperior" = 0; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = 31; -"@MMK_R_hyphen.case" = 27; -"@MMK_R_i" = 5; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = -3; -"@MMK_R_onesuperior" = -23; -"@MMK_R_parenright" = -17; -"@MMK_R_parenright.case" = -14; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = -21; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 8; -"@MMK_R_sevensuperior" = -22; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = -17; -"@MMK_R_t" = 14; -"@MMK_R_threesuperior" = 0; -"@MMK_R_twosuperior" = 5; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -45; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = -2; -"@MMK_R_J" = -61; -"@MMK_R_O" = 35; -"@MMK_R_S" = 17; -"@MMK_R_T" = 0; -"@MMK_R_U" = 17; -"@MMK_R_V" = -18; -"@MMK_R_W" = -3; -"@MMK_R_X" = -44; -"@MMK_R_Y" = -31; -"@MMK_R_Z" = -8; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 7; -"@MMK_R_asciicircum" = -13; -"@MMK_R_asterisk" = 8; -"@MMK_R_braceright" = -25; -"@MMK_R_bracketright" = -24; -"@MMK_R_colon" = 34; -"@MMK_R_colon.ss01" = 9; -"@MMK_R_comma" = -89; -"@MMK_R_comma.ss01" = -114; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eightsuperior" = 22; -"@MMK_R_ellipsis" = -112; -"@MMK_R_exclam" = 18; -"@MMK_R_f" = 32; -"@MMK_R_fivesuperior" = 12; -"@MMK_R_four" = -4; -"@MMK_R_foursuperior" = 26; -"@MMK_R_g" = 14; -"@MMK_R_g.ss05" = 8; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 23; -"@MMK_R_icircumflex" = 74; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 42; -"@MMK_R_itilde" = 32; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 15; -"@MMK_R_l.ss03" = 24; -"@MMK_R_lslash" = 5; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 13; -"@MMK_R_one" = 32; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 11; -"@MMK_R_parenright" = -50; -"@MMK_R_parenright.case" = -38; -"@MMK_R_period" = -90; -"@MMK_R_period.ss01" = -120; -"@MMK_R_question" = 17; -"@MMK_R_question.ss01" = 12; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 20; -"@MMK_R_quotedblleft.ss01" = 9; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 8; -"@MMK_R_s" = 19; -"@MMK_R_semicolon" = 34; -"@MMK_R_sevensuperior" = -5; -"@MMK_R_sixsuperior" = 11; -"@MMK_R_slash" = -52; -"@MMK_R_t" = 32; -"@MMK_R_threesuperior" = 15; -"@MMK_R_trademark" = -20; -"@MMK_R_twosuperior" = 8; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -214; -"@MMK_R_v" = 23; -"@MMK_R_w" = 26; -"@MMK_R_x" = 0; -"@MMK_R_y" = 21; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 34; -}; -"@MMK_L_Q" = { -"@MMK_R_A" = 36; -"@MMK_R_H" = 5; -"@MMK_R_I.ss02" = 18; -"@MMK_R_J" = 36; -"@MMK_R_O" = -18; -"@MMK_R_S" = 0; -"@MMK_R_T" = -68; -"@MMK_R_U" = -8; -"@MMK_R_V" = -95; -"@MMK_R_W" = -45; -"@MMK_R_X" = 23; -"@MMK_R_Y" = -116; -"@MMK_R_Z" = 35; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -85; -"@MMK_R_asterisk" = -65; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 39; -"@MMK_R_colon.ss01" = 12; -"@MMK_R_comma" = 47; -"@MMK_R_comma.ss01" = 12; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -51; -"@MMK_R_ellipsis" = 28; -"@MMK_R_exclam" = 28; -"@MMK_R_f" = -22; -"@MMK_R_fivesuperior" = -57; -"@MMK_R_four" = 5; -"@MMK_R_foursuperior" = -43; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 25; -"@MMK_R_guillemetleft" = -14; -"@MMK_R_guillemetright" = 16; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = -32; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 66; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -55; -"@MMK_R_one" = -37; -"@MMK_R_onesuperior" = -88; -"@MMK_R_parenright" = -27; -"@MMK_R_parenright.case" = -9; -"@MMK_R_period" = 46; -"@MMK_R_period.ss01" = 10; -"@MMK_R_question" = -51; -"@MMK_R_question.ss01" = -62; -"@MMK_R_quotedbl" = -77; -"@MMK_R_quotedblleft" = -57; -"@MMK_R_quotedblleft.ss01" = -52; -"@MMK_R_quotedblright" = -55; -"@MMK_R_quoteright" = -55; -"@MMK_R_quoteright.ss01" = -46; -"@MMK_R_s" = 17; -"@MMK_R_semicolon" = 40; -"@MMK_R_sevensuperior" = -95; -"@MMK_R_sixsuperior" = -63; -"@MMK_R_slash" = 47; -"@MMK_R_t" = -26; -"@MMK_R_threesuperior" = -51; -"@MMK_R_trademark" = -104; -"@MMK_R_twosuperior" = -43; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 42; -"@MMK_R_v" = -56; -"@MMK_R_w" = -25; -"@MMK_R_x" = 25; -"@MMK_R_y" = -12; -"@MMK_R_z" = 24; -"@MMK_R_zero" = -13; -}; -"@MMK_L_R" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = 15; -"@MMK_R_O" = 18; -"@MMK_R_S" = 14; -"@MMK_R_T" = 3; -"@MMK_R_U" = 5; -"@MMK_R_V" = -17; -"@MMK_R_W" = -3; -"@MMK_R_X" = 10; -"@MMK_R_Y" = -31; -"@MMK_R_Z" = 9; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = 3; -"@MMK_R_braceright" = -10; -"@MMK_R_bracketright" = -10; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = 9; -"@MMK_R_comma" = 12; -"@MMK_R_comma.ss01" = -10; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 10; -"@MMK_R_ellipsis" = -4; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 22; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 2; -"@MMK_R_foursuperior" = 20; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = -8; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 5; -"@MMK_R_icircumflex" = 82; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 45; -"@MMK_R_itilde" = 30; -"@MMK_R_j" = 38; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 8; -"@MMK_R_l.ss03" = 24; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 22; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -38; -"@MMK_R_parenright.case" = -11; -"@MMK_R_period" = 11; -"@MMK_R_period.ss01" = -11; -"@MMK_R_question" = 12; -"@MMK_R_question.ss01" = 9; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = 15; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 30; -"@MMK_R_sevensuperior" = -6; -"@MMK_R_sixsuperior" = 6; -"@MMK_R_slash" = 17; -"@MMK_R_t" = 22; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -21; -"@MMK_R_twosuperior" = -2; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = 13; -"@MMK_R_v" = 16; -"@MMK_R_w" = 16; -"@MMK_R_x" = 13; -"@MMK_R_y" = 17; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 18; -}; -"@MMK_L_S" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 27; -"@MMK_R_O" = 0; -"@MMK_R_S" = 24; -"@MMK_R_T" = -6; -"@MMK_R_U" = 0; -"@MMK_R_V" = -32; -"@MMK_R_W" = -18; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -49; -"@MMK_R_Z" = 26; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 21; -"@MMK_R_asciicircum" = -39; -"@MMK_R_asterisk" = -8; -"@MMK_R_braceright" = -38; -"@MMK_R_bracketright" = -39; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 16; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eightsuperior" = -14; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 12; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -16; -"@MMK_R_four" = 34; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = 20; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 21; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 5; -"@MMK_R_icircumflex" = 51; -"@MMK_R_igrave" = 5; -"@MMK_R_imacron" = 20; -"@MMK_R_itilde" = 15; -"@MMK_R_j" = 7; -"@MMK_R_l" = 6; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 11; -"@MMK_R_lslash" = 18; -"@MMK_R_n" = 4; -"@MMK_R_ninesuperior" = -19; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -18; -"@MMK_R_oslash" = 11; -"@MMK_R_parenright" = -52; -"@MMK_R_parenright.case" = -36; -"@MMK_R_period" = 16; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -2; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -22; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -17; -"@MMK_R_quotedblright" = -32; -"@MMK_R_quoteright" = -32; -"@MMK_R_quoteright.ss01" = -19; -"@MMK_R_s" = 19; -"@MMK_R_semicolon" = 23; -"@MMK_R_sevensuperior" = -25; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -24; -"@MMK_R_trademark" = -39; -"@MMK_R_twosuperior" = -20; -"@MMK_R_u" = 9; -"@MMK_R_underscore" = -8; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = 14; -"@MMK_R_zero" = 0; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -84; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = -60; -"@MMK_R_O" = 0; -"@MMK_R_S" = 11; -"@MMK_R_T" = 36; -"@MMK_R_U" = 17; -"@MMK_R_V" = 32; -"@MMK_R_W" = 36; -"@MMK_R_X" = 4; -"@MMK_R_Y" = 28; -"@MMK_R_Z" = 7; -"@MMK_R_a" = -44; -"@MMK_R_a.ss04" = -32; -"@MMK_R_asciicircum" = -25; -"@MMK_R_asterisk" = 26; -"@MMK_R_braceright" = 14; -"@MMK_R_bracketright" = 13; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = -86; -"@MMK_R_comma.ss01" = -112; -"@MMK_R_e" = -50; -"@MMK_R_egrave" = -28; -"@MMK_R_eightsuperior" = 13; -"@MMK_R_ellipsis" = -104; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 6; -"@MMK_R_four" = -74; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -35; -"@MMK_R_g.ss05" = -36; -"@MMK_R_guillemetleft" = -51; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -91; -"@MMK_R_hyphen.case" = -74; -"@MMK_R_i" = 8; -"@MMK_R_icircumflex" = 105; -"@MMK_R_igrave" = 43; -"@MMK_R_imacron" = 94; -"@MMK_R_itilde" = 92; -"@MMK_R_j" = 7; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 54; -"@MMK_R_lslash" = -3; -"@MMK_R_n" = -13; -"@MMK_R_ninesuperior" = 25; -"@MMK_R_one" = 7; -"@MMK_R_onesuperior" = 24; -"@MMK_R_oslash" = -50; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 2; -"@MMK_R_period" = -88; -"@MMK_R_period.ss01" = -113; -"@MMK_R_question" = 29; -"@MMK_R_question.ss01" = 20; -"@MMK_R_quotedbl" = 20; -"@MMK_R_quotedblleft" = 17; -"@MMK_R_quotedblleft.ss01" = 10; -"@MMK_R_quotedblright" = 28; -"@MMK_R_quoteright" = 28; -"@MMK_R_quoteright.ss01" = 11; -"@MMK_R_s" = -31; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 28; -"@MMK_R_sixsuperior" = 24; -"@MMK_R_slash" = -85; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 12; -"@MMK_R_trademark" = 6; -"@MMK_R_twosuperior" = 17; -"@MMK_R_u" = -3; -"@MMK_R_underscore" = -82; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -8; -"@MMK_R_zero" = 0; -}; -"@MMK_L_Thorn" = { -"@MMK_R_A" = -25; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = -15; -"@MMK_R_J" = -9; -"@MMK_R_O" = 29; -"@MMK_R_S" = 8; -"@MMK_R_T" = -31; -"@MMK_R_U" = 16; -"@MMK_R_V" = -41; -"@MMK_R_W" = -21; -"@MMK_R_Y" = -82; -"@MMK_R_a" = 25; -"@MMK_R_a.ss04" = 12; -"@MMK_R_bracketright" = -59; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -26; -"@MMK_R_comma.ss01" = -31; -"@MMK_R_e" = 28; -"@MMK_R_egrave" = 28; -"@MMK_R_eightsuperior" = -2; -"@MMK_R_exclam" = -2; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_foursuperior" = 2; -"@MMK_R_hyphen" = 28; -"@MMK_R_hyphen.case" = 32; -"@MMK_R_i" = 7; -"@MMK_R_imacron" = 7; -"@MMK_R_j" = 7; -"@MMK_R_n" = 6; -"@MMK_R_ninesuperior" = -8; -"@MMK_R_onesuperior" = -38; -"@MMK_R_parenright" = -59; -"@MMK_R_parenright.case" = -50; -"@MMK_R_period" = -27; -"@MMK_R_period.ss01" = -32; -"@MMK_R_question" = -11; -"@MMK_R_question.ss01" = -15; -"@MMK_R_quotedbl" = -23; -"@MMK_R_s" = 16; -"@MMK_R_semicolon" = 10; -"@MMK_R_sevensuperior" = -45; -"@MMK_R_sixsuperior" = -11; -"@MMK_R_slash" = -27; -"@MMK_R_threesuperior" = -2; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 20; -"@MMK_R_v" = -2; -"@MMK_R_y" = -5; -}; -"@MMK_L_U" = { -"@MMK_R_A" = -22; -"@MMK_R_H" = 11; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = -3; -"@MMK_R_O" = 11; -"@MMK_R_S" = 8; -"@MMK_R_T" = 8; -"@MMK_R_U" = 20; -"@MMK_R_V" = 12; -"@MMK_R_W" = 16; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -2; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asciicircum" = -30; -"@MMK_R_asterisk" = 4; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = 3; -"@MMK_R_ellipsis" = -22; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 7; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = 7; -"@MMK_R_foursuperior" = 4; -"@MMK_R_g" = 10; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 8; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_i" = 8; -"@MMK_R_igrave" = 23; -"@MMK_R_imacron" = 66; -"@MMK_R_j" = 9; -"@MMK_R_l" = 12; -"@MMK_R_l.ss02" = 21; -"@MMK_R_l.ss03" = 31; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 5; -"@MMK_R_one" = 12; -"@MMK_R_onesuperior" = 0; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -7; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = 15; -"@MMK_R_question.ss01" = 3; -"@MMK_R_quotedbl" = 2; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = 7; -"@MMK_R_slash" = -20; -"@MMK_R_t" = 7; -"@MMK_R_trademark" = -2; -"@MMK_R_twosuperior" = 3; -"@MMK_R_u" = 5; -"@MMK_R_underscore" = -35; -"@MMK_R_v" = 12; -"@MMK_R_w" = 7; -"@MMK_R_x" = 0; -"@MMK_R_y" = 9; -"@MMK_R_z" = -3; -"@MMK_R_zero" = 11; -}; -"@MMK_L_Uhorn" = { -"@MMK_R_A" = -22; -"@MMK_R_H" = 50; -"@MMK_R_I.ss02" = 70; -"@MMK_R_O" = 14; -"@MMK_R_T" = 81; -"@MMK_R_U" = 63; -"@MMK_R_V" = 88; -"@MMK_R_X" = 72; -"@MMK_R_Y" = 76; -"@MMK_R_Z" = 59; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 2; -"@MMK_R_bracketright" = 84; -"@MMK_R_colon" = 9; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -9; -"@MMK_R_comma.ss01" = -26; -"@MMK_R_e" = 9; -"@MMK_R_eightsuperior" = 63; -"@MMK_R_ellipsis" = -22; -"@MMK_R_exclam" = 57; -"@MMK_R_fivesuperior" = 57; -"@MMK_R_foursuperior" = 6; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 10; -"@MMK_R_hyphen.case" = 12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 64; -"@MMK_R_onesuperior" = 71; -"@MMK_R_parenright" = 76; -"@MMK_R_parenright.case" = 82; -"@MMK_R_period" = -10; -"@MMK_R_period.ss01" = -27; -"@MMK_R_question" = 45; -"@MMK_R_question.ss01" = 37; -"@MMK_R_quotedbl" = 65; -"@MMK_R_quotedblright" = 68; -"@MMK_R_quoteright" = 68; -"@MMK_R_quoteright.ss01" = 57; -"@MMK_R_semicolon" = 13; -"@MMK_R_sevensuperior" = 88; -"@MMK_R_sixsuperior" = 57; -"@MMK_R_slash" = -20; -"@MMK_R_threesuperior" = 61; -"@MMK_R_twosuperior" = 64; -"@MMK_R_u" = 4; -}; -"@MMK_L_V" = { -"@MMK_R_A" = -102; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 19; -"@MMK_R_J" = -59; -"@MMK_R_O" = -18; -"@MMK_R_S" = -4; -"@MMK_R_T" = 32; -"@MMK_R_U" = 16; -"@MMK_R_V" = 37; -"@MMK_R_W" = 37; -"@MMK_R_X" = 3; -"@MMK_R_Y" = 26; -"@MMK_R_Z" = 5; -"@MMK_R_a" = -46; -"@MMK_R_a.ss04" = -43; -"@MMK_R_asciicircum" = -46; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = 17; -"@MMK_R_bracketright" = 16; -"@MMK_R_colon" = -17; -"@MMK_R_colon.ss01" = -29; -"@MMK_R_comma" = -85; -"@MMK_R_comma.ss01" = -107; -"@MMK_R_e" = -46; -"@MMK_R_egrave" = -39; -"@MMK_R_eightsuperior" = 10; -"@MMK_R_ellipsis" = -104; -"@MMK_R_exclam" = 13; -"@MMK_R_f" = -10; -"@MMK_R_fivesuperior" = 4; -"@MMK_R_four" = -57; -"@MMK_R_foursuperior" = -13; -"@MMK_R_g" = -43; -"@MMK_R_g.ss05" = -42; -"@MMK_R_guillemetleft" = -59; -"@MMK_R_guillemetright" = -16; -"@MMK_R_hyphen" = -49; -"@MMK_R_hyphen.case" = -33; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 80; -"@MMK_R_igrave" = 62; -"@MMK_R_imacron" = 104; -"@MMK_R_itilde" = 74; -"@MMK_R_j" = 0; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 11; -"@MMK_R_l.ss03" = 50; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -35; -"@MMK_R_ninesuperior" = 16; -"@MMK_R_one" = -3; -"@MMK_R_onesuperior" = 20; -"@MMK_R_oslash" = -46; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -86; -"@MMK_R_period.ss01" = -108; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = 21; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = 14; -"@MMK_R_quoteright" = 14; -"@MMK_R_quoteright.ss01" = 16; -"@MMK_R_s" = -38; -"@MMK_R_semicolon" = -17; -"@MMK_R_sevensuperior" = 26; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = -107; -"@MMK_R_t" = -11; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 15; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -28; -"@MMK_R_underscore" = -104; -"@MMK_R_v" = -13; -"@MMK_R_w" = -11; -"@MMK_R_x" = -20; -"@MMK_R_y" = -11; -"@MMK_R_z" = -31; -"@MMK_R_zero" = -18; -}; -"@MMK_L_W" = { -"@MMK_R_A" = -55; -"@MMK_R_H" = 5; -"@MMK_R_I.ss02" = 23; -"@MMK_R_J" = -37; -"@MMK_R_O" = -4; -"@MMK_R_S" = 2; -"@MMK_R_T" = 35; -"@MMK_R_U" = 20; -"@MMK_R_V" = 37; -"@MMK_R_W" = 38; -"@MMK_R_X" = 21; -"@MMK_R_Y" = 31; -"@MMK_R_Z" = 9; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -20; -"@MMK_R_asciicircum" = -36; -"@MMK_R_asterisk" = 18; -"@MMK_R_braceright" = 21; -"@MMK_R_bracketright" = 20; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma" = -44; -"@MMK_R_comma.ss01" = -67; -"@MMK_R_e" = -21; -"@MMK_R_egrave" = -19; -"@MMK_R_eightsuperior" = 11; -"@MMK_R_ellipsis" = -63; -"@MMK_R_exclam" = 17; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 7; -"@MMK_R_four" = -26; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -19; -"@MMK_R_g.ss05" = -21; -"@MMK_R_guillemetleft" = -28; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -20; -"@MMK_R_hyphen.case" = -7; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 101; -"@MMK_R_igrave" = 59; -"@MMK_R_imacron" = 101; -"@MMK_R_itilde" = 82; -"@MMK_R_j" = 2; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 10; -"@MMK_R_l.ss03" = 54; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -16; -"@MMK_R_ninesuperior" = 20; -"@MMK_R_one" = 7; -"@MMK_R_onesuperior" = 22; -"@MMK_R_oslash" = -21; -"@MMK_R_parenright" = 0; -"@MMK_R_parenright.case" = 3; -"@MMK_R_period" = -45; -"@MMK_R_period.ss01" = -68; -"@MMK_R_question" = 15; -"@MMK_R_question.ss01" = 2; -"@MMK_R_quotedbl" = 23; -"@MMK_R_quotedblleft" = 4; -"@MMK_R_quotedblleft.ss01" = 2; -"@MMK_R_quotedblright" = 19; -"@MMK_R_quoteright" = 19; -"@MMK_R_quoteright.ss01" = 12; -"@MMK_R_s" = -16; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 28; -"@MMK_R_sixsuperior" = 12; -"@MMK_R_slash" = -49; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 6; -"@MMK_R_trademark" = 12; -"@MMK_R_twosuperior" = 14; -"@MMK_R_u" = -6; -"@MMK_R_underscore" = -47; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = -13; -"@MMK_R_zero" = -5; -}; -"@MMK_L_X" = { -"@MMK_R_A" = 24; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = 25; -"@MMK_R_O" = -41; -"@MMK_R_S" = -24; -"@MMK_R_T" = 9; -"@MMK_R_U" = -2; -"@MMK_R_V" = 6; -"@MMK_R_W" = 22; -"@MMK_R_X" = 28; -"@MMK_R_Y" = 7; -"@MMK_R_Z" = 20; -"@MMK_R_a" = -50; -"@MMK_R_a.ss04" = -24; -"@MMK_R_asciicircum" = -78; -"@MMK_R_asterisk" = -11; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -59; -"@MMK_R_egrave" = -51; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -26; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = -35; -"@MMK_R_foursuperior" = -52; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -49; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = -60; -"@MMK_R_hyphen.case" = -78; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 46; -"@MMK_R_igrave" = 46; -"@MMK_R_imacron" = 80; -"@MMK_R_itilde" = 51; -"@MMK_R_j" = 55; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 38; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = -28; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -7; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = 0; -"@MMK_R_question" = -17; -"@MMK_R_question.ss01" = -28; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -25; -"@MMK_R_quotedblleft.ss01" = -25; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = -32; -"@MMK_R_semicolon" = 0; -"@MMK_R_sevensuperior" = 0; -"@MMK_R_sixsuperior" = -12; -"@MMK_R_slash" = 15; -"@MMK_R_t" = -40; -"@MMK_R_threesuperior" = -8; -"@MMK_R_trademark" = -4; -"@MMK_R_twosuperior" = -3; -"@MMK_R_u" = -42; -"@MMK_R_underscore" = 41; -"@MMK_R_v" = -48; -"@MMK_R_w" = -43; -"@MMK_R_x" = 28; -"@MMK_R_y" = -11; -"@MMK_R_z" = 11; -"@MMK_R_zero" = -40; -}; -"@MMK_L_Y" = { -"@MMK_R_A" = -109; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = -59; -"@MMK_R_O" = -31; -"@MMK_R_S" = -15; -"@MMK_R_T" = 29; -"@MMK_R_U" = 5; -"@MMK_R_V" = 27; -"@MMK_R_W" = 32; -"@MMK_R_X" = 7; -"@MMK_R_Y" = 28; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -81; -"@MMK_R_a.ss04" = -77; -"@MMK_R_asciicircum" = -64; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 14; -"@MMK_R_bracketright" = 13; -"@MMK_R_colon" = -40; -"@MMK_R_colon.ss01" = -47; -"@MMK_R_comma" = -133; -"@MMK_R_comma.ss01" = -134; -"@MMK_R_e" = -83; -"@MMK_R_egrave" = -28; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = -167; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -32; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -105; -"@MMK_R_foursuperior" = -32; -"@MMK_R_g" = -77; -"@MMK_R_g.ss05" = -76; -"@MMK_R_guillemetleft" = -91; -"@MMK_R_guillemetright" = -36; -"@MMK_R_hyphen" = -90; -"@MMK_R_hyphen.case" = -68; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 60; -"@MMK_R_igrave" = 47; -"@MMK_R_imacron" = 98; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 45; -"@MMK_R_n" = -59; -"@MMK_R_ninesuperior" = 2; -"@MMK_R_one" = -18; -"@MMK_R_onesuperior" = 4; -"@MMK_R_oslash" = -83; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 0; -"@MMK_R_period" = -132; -"@MMK_R_period.ss01" = -135; -"@MMK_R_question" = -5; -"@MMK_R_question.ss01" = -16; -"@MMK_R_quotedbl" = 13; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = 11; -"@MMK_R_quoteright" = 11; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -72; -"@MMK_R_semicolon" = -40; -"@MMK_R_sevensuperior" = 21; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = -119; -"@MMK_R_t" = -32; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 7; -"@MMK_R_twosuperior" = 2; -"@MMK_R_u" = -50; -"@MMK_R_underscore" = -131; -"@MMK_R_v" = -32; -"@MMK_R_w" = -33; -"@MMK_R_x" = -36; -"@MMK_R_y" = -32; -"@MMK_R_z" = -53; -"@MMK_R_zero" = -30; -}; -"@MMK_L_Z" = { -"@MMK_R_A" = 22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 19; -"@MMK_R_J" = 24; -"@MMK_R_O" = 0; -"@MMK_R_S" = 10; -"@MMK_R_T" = 15; -"@MMK_R_U" = 0; -"@MMK_R_V" = 15; -"@MMK_R_W" = 19; -"@MMK_R_X" = 21; -"@MMK_R_Y" = 9; -"@MMK_R_Z" = 22; -"@MMK_R_a" = -10; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -34; -"@MMK_R_asterisk" = 7; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 26; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 32; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -12; -"@MMK_R_egrave" = -10; -"@MMK_R_eightsuperior" = 0; -"@MMK_R_ellipsis" = 14; -"@MMK_R_exclam" = 19; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -2; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = -9; -"@MMK_R_g.ss05" = 14; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = -4; -"@MMK_R_hyphen.case" = -35; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 91; -"@MMK_R_igrave" = 30; -"@MMK_R_imacron" = 72; -"@MMK_R_j" = 51; -"@MMK_R_l.ss02" = 2; -"@MMK_R_l.ss03" = 34; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 4; -"@MMK_R_one" = 4; -"@MMK_R_onesuperior" = 0; -"@MMK_R_parenright" = -9; -"@MMK_R_parenright.case" = -2; -"@MMK_R_period" = 32; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 17; -"@MMK_R_question.ss01" = 4; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 2; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 4; -"@MMK_R_quoteright" = 4; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 5; -"@MMK_R_semicolon" = 26; -"@MMK_R_sevensuperior" = 5; -"@MMK_R_sixsuperior" = 3; -"@MMK_R_slash" = 34; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = 0; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = -3; -"@MMK_R_underscore" = 27; -"@MMK_R_v" = 3; -"@MMK_R_w" = 0; -"@MMK_R_x" = 11; -"@MMK_R_y" = 0; -"@MMK_R_z" = 10; -"@MMK_R_zero" = 0; -}; -"@MMK_L_a" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 0; -"@MMK_R_T" = -14; -"@MMK_R_U" = -2; -"@MMK_R_V" = -40; -"@MMK_R_W" = -21; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -69; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -41; -"@MMK_R_asterisk" = -12; -"@MMK_R_braceright" = -22; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = 3; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = -3; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -9; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = -2; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 16; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -19; -"@MMK_R_one" = -3; -"@MMK_R_onesuperior" = -34; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -48; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -21; -"@MMK_R_question" = -5; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = -26; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = -20; -"@MMK_R_quotedblright" = -18; -"@MMK_R_quoteright" = -18; -"@MMK_R_quoteright.ss01" = -17; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -41; -"@MMK_R_sixsuperior" = -13; -"@MMK_R_slash" = 2; -"@MMK_R_threesuperior" = -14; -"@MMK_R_trademark" = -68; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_a.ss04" = { -"@MMK_R_A" = 29; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 34; -"@MMK_R_O" = -9; -"@MMK_R_S" = -2; -"@MMK_R_T" = -65; -"@MMK_R_U" = -15; -"@MMK_R_V" = -82; -"@MMK_R_W" = -51; -"@MMK_R_X" = 21; -"@MMK_R_Y" = -118; -"@MMK_R_Z" = 23; -"@MMK_R_a" = -4; -"@MMK_R_a.ss04" = 3; -"@MMK_R_asciicircum" = -72; -"@MMK_R_asterisk" = -66; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 30; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 34; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -3; -"@MMK_R_egrave" = -3; -"@MMK_R_eightsuperior" = -30; -"@MMK_R_ellipsis" = 10; -"@MMK_R_exclam" = 19; -"@MMK_R_f" = -3; -"@MMK_R_fivesuperior" = -41; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -29; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 16; -"@MMK_R_guillemetleft" = -2; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -2; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 56; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -40; -"@MMK_R_one" = -24; -"@MMK_R_onesuperior" = -76; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -27; -"@MMK_R_period" = 32; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = -53; -"@MMK_R_question.ss01" = -60; -"@MMK_R_quotedbl" = -51; -"@MMK_R_quotedblleft" = -44; -"@MMK_R_quotedblleft.ss01" = -34; -"@MMK_R_quotedblright" = -30; -"@MMK_R_quoteright" = -30; -"@MMK_R_quoteright.ss01" = -32; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 28; -"@MMK_R_sevensuperior" = -65; -"@MMK_R_sixsuperior" = -47; -"@MMK_R_slash" = 23; -"@MMK_R_t" = -8; -"@MMK_R_threesuperior" = -32; -"@MMK_R_trademark" = -89; -"@MMK_R_twosuperior" = -22; -"@MMK_R_u" = -2; -"@MMK_R_underscore" = 40; -"@MMK_R_v" = -37; -"@MMK_R_w" = -22; -"@MMK_R_x" = 23; -"@MMK_R_y" = -18; -"@MMK_R_z" = 11; -"@MMK_R_zero" = -8; -}; -"@MMK_L_ampersand" = { -"@MMK_R_A" = 18; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = 20; -"@MMK_R_O" = -9; -"@MMK_R_S" = -6; -"@MMK_R_T" = -102; -"@MMK_R_U" = -13; -"@MMK_R_V" = -81; -"@MMK_R_W" = -51; -"@MMK_R_Y" = -126; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -5; -"@MMK_R_a.ss04" = 0; -"@MMK_R_e" = -5; -"@MMK_R_egrave" = -5; -"@MMK_R_f" = -14; -"@MMK_R_g" = -3; -"@MMK_R_i" = -2; -"@MMK_R_j" = 40; -"@MMK_R_l" = -2; -"@MMK_R_n" = -2; -"@MMK_R_s" = 0; -"@MMK_R_t" = -16; -"@MMK_R_u" = -9; -"@MMK_R_z" = 0; -}; -"@MMK_L_asciicircum" = { -"@MMK_R_A" = -97; -"@MMK_R_H" = -34; -"@MMK_R_I.ss02" = -43; -"@MMK_R_J" = -102; -"@MMK_R_O" = -14; -"@MMK_R_S" = -25; -"@MMK_R_T" = -35; -"@MMK_R_U" = -27; -"@MMK_R_V" = -53; -"@MMK_R_W" = -39; -"@MMK_R_Y" = -81; -"@MMK_R_Z" = -51; -"@MMK_R_a" = -39; -"@MMK_R_a.ss04" = -35; -"@MMK_R_e" = -41; -"@MMK_R_f" = -20; -"@MMK_R_g" = -35; -"@MMK_R_i" = -40; -"@MMK_R_j" = -40; -"@MMK_R_l" = -39; -"@MMK_R_n" = -40; -"@MMK_R_s" = -31; -"@MMK_R_t" = -20; -"@MMK_R_u" = -33; -"@MMK_R_z" = -36; -}; -"@MMK_L_asciitilde" = { -"@MMK_R_A" = -105; -"@MMK_R_H" = -63; -"@MMK_R_I.ss02" = -90; -"@MMK_R_J" = -90; -"@MMK_R_O" = -41; -"@MMK_R_S" = -64; -"@MMK_R_T" = -98; -"@MMK_R_U" = -54; -"@MMK_R_V" = -107; -"@MMK_R_W" = -82; -"@MMK_R_Y" = -143; -"@MMK_R_Z" = -93; -"@MMK_R_a" = -53; -"@MMK_R_a.ss04" = -58; -"@MMK_R_e" = -51; -"@MMK_R_egrave" = -51; -"@MMK_R_f" = -50; -"@MMK_R_g" = -52; -"@MMK_R_i" = -70; -"@MMK_R_j" = -70; -"@MMK_R_l" = -70; -"@MMK_R_n" = -70; -"@MMK_R_s" = -53; -"@MMK_R_t" = -50; -"@MMK_R_u" = -61; -"@MMK_R_z" = -69; -}; -"@MMK_L_asterisk" = { -"@MMK_R_A" = -85; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 8; -"@MMK_R_J" = -67; -"@MMK_R_O" = 0; -"@MMK_R_S" = 12; -"@MMK_R_T" = 25; -"@MMK_R_U" = 8; -"@MMK_R_V" = 2; -"@MMK_R_W" = 13; -"@MMK_R_X" = -20; -"@MMK_R_Y" = -6; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -33; -"@MMK_R_a.ss04" = -29; -"@MMK_R_asterisk" = 21; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -133; -"@MMK_R_comma.ss01" = -134; -"@MMK_R_e" = -38; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 11; -"@MMK_R_five" = 0; -"@MMK_R_four" = -68; -"@MMK_R_g" = -28; -"@MMK_R_guillemetleft" = -42; -"@MMK_R_guillemetright" = 3; -"@MMK_R_hyphen" = -86; -"@MMK_R_hyphen.case" = -19; -"@MMK_R_i" = -6; -"@MMK_R_j" = -6; -"@MMK_R_l" = -4; -"@MMK_R_n" = -11; -"@MMK_R_nine" = 19; -"@MMK_R_one" = 21; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -28; -"@MMK_R_parenright.case" = -23; -"@MMK_R_period" = -132; -"@MMK_R_period.ss01" = -135; -"@MMK_R_pi" = 10; -"@MMK_R_question" = 21; -"@MMK_R_quotedbl" = 7; -"@MMK_R_quotedblleft" = 15; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 6; -"@MMK_R_quoteright" = 6; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -24; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 26; -"@MMK_R_slash" = -95; -"@MMK_R_t" = 11; -"@MMK_R_three" = 9; -"@MMK_R_two" = 16; -"@MMK_R_u" = -3; -"@MMK_R_v" = 12; -"@MMK_R_w" = 10; -"@MMK_R_x" = 0; -"@MMK_R_y" = 10; -"@MMK_R_z" = -6; -"@MMK_R_zero" = 0; -}; -"@MMK_L_bracketleft" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -23; -"@MMK_R_S" = -6; -"@MMK_R_T" = 16; -"@MMK_R_U" = 0; -"@MMK_R_V" = 23; -"@MMK_R_W" = 23; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 15; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -66; -"@MMK_R_a.ss04" = -60; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = 24; -"@MMK_R_colon" = -26; -"@MMK_R_colon.ss01" = -22; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_degree" = -9; -"@MMK_R_e" = -65; -"@MMK_R_egrave" = -46; -"@MMK_R_eight" = -9; -"@MMK_R_ellipsis" = -36; -"@MMK_R_f" = -35; -"@MMK_R_five" = -4; -"@MMK_R_four" = -59; -"@MMK_R_g" = -10; -"@MMK_R_guillemetleft" = -65; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = -61; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 69; -"@MMK_R_j" = 53; -"@MMK_R_l" = 2; -"@MMK_R_lslash" = -11; -"@MMK_R_n" = -26; -"@MMK_R_nine" = -7; -"@MMK_R_one" = -30; -"@MMK_R_parenleft" = -11; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -23; -"@MMK_R_period.ss01" = -23; -"@MMK_R_pi" = -46; -"@MMK_R_plus" = -75; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = 5; -"@MMK_R_quoteright" = 5; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = -63; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 3; -"@MMK_R_slash" = 35; -"@MMK_R_t" = -38; -"@MMK_R_three" = -13; -"@MMK_R_two" = -6; -"@MMK_R_u" = -57; -"@MMK_R_v" = -60; -"@MMK_R_w" = -58; -"@MMK_R_x" = -2; -"@MMK_R_y" = -16; -"@MMK_R_z" = -14; -"@MMK_R_zero" = -22; -}; -"@MMK_L_c" = { -"@MMK_R_A" = -2; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 21; -"@MMK_R_O" = 2; -"@MMK_R_S" = 7; -"@MMK_R_T" = -84; -"@MMK_R_U" = 0; -"@MMK_R_V" = -73; -"@MMK_R_W" = -38; -"@MMK_R_X" = -21; -"@MMK_R_Y" = -112; -"@MMK_R_Z" = 16; -"@MMK_R_a" = 6; -"@MMK_R_a.ss04" = 14; -"@MMK_R_asciicircum" = -70; -"@MMK_R_asterisk" = -64; -"@MMK_R_braceright" = -55; -"@MMK_R_bracketright" = -54; -"@MMK_R_colon" = 14; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 10; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 6; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = -24; -"@MMK_R_ellipsis" = 0; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -32; -"@MMK_R_four" = 14; -"@MMK_R_foursuperior" = -21; -"@MMK_R_g" = 7; -"@MMK_R_g.ss05" = 17; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = -23; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 6; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -31; -"@MMK_R_one" = -20; -"@MMK_R_onesuperior" = -56; -"@MMK_R_oslash" = 8; -"@MMK_R_parenright" = -58; -"@MMK_R_period" = 9; -"@MMK_R_period.ss01" = -4; -"@MMK_R_question" = -52; -"@MMK_R_question.ss01" = -63; -"@MMK_R_quotedbl" = -45; -"@MMK_R_quotedblleft" = -38; -"@MMK_R_quotedblleft.ss01" = -23; -"@MMK_R_quotedblright" = -20; -"@MMK_R_quoteright" = -20; -"@MMK_R_quoteright.ss01" = -21; -"@MMK_R_s" = 17; -"@MMK_R_semicolon" = 15; -"@MMK_R_sevensuperior" = -61; -"@MMK_R_sixsuperior" = -40; -"@MMK_R_slash" = -6; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -79; -"@MMK_R_twosuperior" = -9; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -21; -"@MMK_R_v" = -28; -"@MMK_R_w" = -13; -"@MMK_R_x" = -22; -"@MMK_R_y" = -36; -"@MMK_R_z" = 10; -"@MMK_R_zero" = 2; -}; -"@MMK_L_colon" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = 2; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = 38; -"@MMK_R_O" = 29; -"@MMK_R_S" = 9; -"@MMK_R_T" = -14; -"@MMK_R_U" = 12; -"@MMK_R_V" = -30; -"@MMK_R_W" = -9; -"@MMK_R_X" = 8; -"@MMK_R_Y" = -56; -"@MMK_R_Z" = 28; -"@MMK_R_a" = 4; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asterisk" = -6; -"@MMK_R_bracketright" = -7; -"@MMK_R_e" = 3; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 34; -"@MMK_R_five" = 6; -"@MMK_R_four" = 0; -"@MMK_R_g" = 11; -"@MMK_R_guillemetleft" = -11; -"@MMK_R_guillemetright" = 5; -"@MMK_R_hyphen" = -7; -"@MMK_R_hyphen.case" = 7; -"@MMK_R_i" = 2; -"@MMK_R_j" = 36; -"@MMK_R_l" = 2; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 26; -"@MMK_R_one" = 21; -"@MMK_R_parenleft" = 17; -"@MMK_R_parenright" = -33; -"@MMK_R_parenright.case" = -19; -"@MMK_R_pi" = 33; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_s" = 19; -"@MMK_R_seven" = 11; -"@MMK_R_t" = 32; -"@MMK_R_three" = 0; -"@MMK_R_two" = 24; -"@MMK_R_u" = 10; -"@MMK_R_v" = 11; -"@MMK_R_w" = 20; -"@MMK_R_x" = 18; -"@MMK_R_y" = 13; -"@MMK_R_z" = 24; -"@MMK_R_zero" = 30; -}; -"@MMK_L_comma" = { -"@MMK_R_asterisk" = -133; -"@MMK_R_bracketright" = 16; -"@MMK_R_eight" = -6; -"@MMK_R_five" = -19; -"@MMK_R_four" = -8; -"@MMK_R_guillemetleft" = -36; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -28; -"@MMK_R_hyphen.case" = -99; -"@MMK_R_nine" = -20; -"@MMK_R_one" = -74; -"@MMK_R_parenright" = -2; -"@MMK_R_parenright.case" = 0; -"@MMK_R_quotedbl" = -133; -"@MMK_R_quotedblleft" = -133; -"@MMK_R_quotedblright" = -133; -"@MMK_R_quoteright" = -133; -"@MMK_R_seven" = -78; -"@MMK_R_three" = -12; -"@MMK_R_two" = 16; -"@MMK_R_zero" = -44; -}; -"@MMK_L_dcaron" = { -"@MMK_R_A" = 3; -"@MMK_R_H" = 178; -"@MMK_R_O" = 116; -"@MMK_R_a" = 0; -"@MMK_R_bracketright" = 193; -"@MMK_R_colon" = 59; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_e" = 2; -"@MMK_R_eightsuperior" = 183; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = 179; -"@MMK_R_fivesuperior" = 176; -"@MMK_R_foursuperior" = 117; -"@MMK_R_guillemetleft" = 17; -"@MMK_R_hyphen" = 2; -"@MMK_R_i" = 127; -"@MMK_R_j" = 145; -"@MMK_R_l" = 172; -"@MMK_R_l.ss02" = 176; -"@MMK_R_l.ss03" = 172; -"@MMK_R_n" = 81; -"@MMK_R_ninesuperior" = 188; -"@MMK_R_onesuperior" = 194; -"@MMK_R_parenright" = 144; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = 157; -"@MMK_R_question.ss01" = 155; -"@MMK_R_quotedbl" = 196; -"@MMK_R_quotedblleft" = 152; -"@MMK_R_quotedblleft.ss01" = 152; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 59; -"@MMK_R_sevensuperior" = 205; -"@MMK_R_sixsuperior" = 169; -"@MMK_R_slash" = 6; -"@MMK_R_t" = 116; -"@MMK_R_threesuperior" = 171; -"@MMK_R_twosuperior" = 175; -"@MMK_R_u" = 96; -"@MMK_R_v" = 70; -"@MMK_R_w" = 120; -"@MMK_R_y" = 63; -"@MMK_R_z" = 107; -}; -"@MMK_L_degree" = { -"@MMK_R_A" = -87; -"@MMK_R_H" = -12; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = -84; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = -2; -"@MMK_R_V" = -19; -"@MMK_R_W" = -9; -"@MMK_R_Y" = -29; -"@MMK_R_Z" = -13; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -22; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -25; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -133; -"@MMK_R_comma.ss01" = -134; -"@MMK_R_e" = -27; -"@MMK_R_eight" = -2; -"@MMK_R_f" = 0; -"@MMK_R_five" = -10; -"@MMK_R_four" = -56; -"@MMK_R_g" = -23; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = -52; -"@MMK_R_hyphen.case" = -12; -"@MMK_R_i" = -17; -"@MMK_R_j" = -17; -"@MMK_R_l" = -15; -"@MMK_R_n" = -19; -"@MMK_R_nine" = 9; -"@MMK_R_one" = 11; -"@MMK_R_parenright" = -56; -"@MMK_R_parenright.case" = -48; -"@MMK_R_period" = -132; -"@MMK_R_period.ss01" = -135; -"@MMK_R_question" = 3; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = 2; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = -16; -"@MMK_R_quoteright" = -16; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = -18; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = -96; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 0; -"@MMK_R_u" = -12; -"@MMK_R_z" = -14; -"@MMK_R_zero" = 0; -}; -"@MMK_L_e" = { -"@MMK_R_A" = -3; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 17; -"@MMK_R_O" = 0; -"@MMK_R_S" = 7; -"@MMK_R_T" = -92; -"@MMK_R_U" = 0; -"@MMK_R_V" = -80; -"@MMK_R_W" = -43; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -128; -"@MMK_R_Z" = 12; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -82; -"@MMK_R_asterisk" = -75; -"@MMK_R_braceright" = -57; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 6; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = -33; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -5; -"@MMK_R_fivesuperior" = -43; -"@MMK_R_four" = 29; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = 11; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = 19; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -42; -"@MMK_R_one" = -29; -"@MMK_R_onesuperior" = -70; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -59; -"@MMK_R_period" = 5; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = -63; -"@MMK_R_question.ss01" = -74; -"@MMK_R_quotedbl" = -58; -"@MMK_R_quotedblleft" = -48; -"@MMK_R_quotedblleft.ss01" = -34; -"@MMK_R_quotedblright" = -32; -"@MMK_R_quoteright" = -32; -"@MMK_R_quoteright.ss01" = -31; -"@MMK_R_s" = 11; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = -74; -"@MMK_R_sixsuperior" = -49; -"@MMK_R_slash" = -6; -"@MMK_R_t" = -8; -"@MMK_R_threesuperior" = -37; -"@MMK_R_trademark" = -89; -"@MMK_R_twosuperior" = -17; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -22; -"@MMK_R_v" = -34; -"@MMK_R_w" = -16; -"@MMK_R_x" = -23; -"@MMK_R_y" = -43; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 0; -}; -"@MMK_L_eacute" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 17; -"@MMK_R_O" = 0; -"@MMK_R_S" = 12; -"@MMK_R_T" = -62; -"@MMK_R_U" = 0; -"@MMK_R_V" = -53; -"@MMK_R_W" = -43; -"@MMK_R_X" = -22; -"@MMK_R_Y" = -81; -"@MMK_R_Z" = 12; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asterisk" = -63; -"@MMK_R_bracketright" = -55; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = 6; -"@MMK_R_comma.ss01" = -4; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = -32; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = -5; -"@MMK_R_fivesuperior" = -43; -"@MMK_R_four" = 29; -"@MMK_R_foursuperior" = -33; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = 11; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = 19; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 12; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -42; -"@MMK_R_one" = -28; -"@MMK_R_onesuperior" = -65; -"@MMK_R_oslash" = 9; -"@MMK_R_parenright" = -57; -"@MMK_R_period" = 5; -"@MMK_R_period.ss01" = -6; -"@MMK_R_question" = -60; -"@MMK_R_question.ss01" = -67; -"@MMK_R_quotedbl" = -55; -"@MMK_R_quotedblleft" = -48; -"@MMK_R_quotedblleft.ss01" = -34; -"@MMK_R_quotedblright" = -32; -"@MMK_R_quoteright" = -32; -"@MMK_R_quoteright.ss01" = -31; -"@MMK_R_s" = 11; -"@MMK_R_semicolon" = 7; -"@MMK_R_sevensuperior" = -63; -"@MMK_R_sixsuperior" = -50; -"@MMK_R_slash" = -6; -"@MMK_R_t" = -8; -"@MMK_R_threesuperior" = -34; -"@MMK_R_twosuperior" = -17; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -22; -"@MMK_R_v" = -34; -"@MMK_R_w" = -16; -"@MMK_R_x" = -23; -"@MMK_R_y" = -41; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 0; -}; -"@MMK_L_eight" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 13; -"@MMK_R_J" = 22; -"@MMK_R_O" = 11; -"@MMK_R_S" = 23; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -23; -"@MMK_R_W" = -8; -"@MMK_R_X" = -12; -"@MMK_R_Y" = -37; -"@MMK_R_Z" = 22; -"@MMK_R_a" = 5; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -19; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = 14; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -9; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 3; -"@MMK_R_eight" = 25; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 13; -"@MMK_R_five" = 12; -"@MMK_R_four" = 29; -"@MMK_R_g" = 4; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = 11; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 73; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 17; -"@MMK_R_one" = 13; -"@MMK_R_parenleft" = 14; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -35; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 13; -"@MMK_R_period.ss01" = -2; -"@MMK_R_pi" = 11; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 4; -"@MMK_R_quotedbl" = -8; -"@MMK_R_quotedblleft" = 6; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = 21; -"@MMK_R_semicolon" = 27; -"@MMK_R_seven" = 6; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 13; -"@MMK_R_three" = 22; -"@MMK_R_two" = 18; -"@MMK_R_u" = 7; -"@MMK_R_v" = 8; -"@MMK_R_w" = 10; -"@MMK_R_x" = 4; -"@MMK_R_y" = 9; -"@MMK_R_z" = 11; -"@MMK_R_zero" = 10; -}; -"@MMK_L_ellipsis" = { -"@MMK_R_A" = 10; -"@MMK_R_H" = -10; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = 28; -"@MMK_R_O" = -55; -"@MMK_R_S" = -24; -"@MMK_R_T" = -100; -"@MMK_R_U" = -40; -"@MMK_R_V" = -127; -"@MMK_R_W" = -73; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -165; -"@MMK_R_Z" = 17; -"@MMK_R_a" = -30; -"@MMK_R_a.ss04" = -11; -"@MMK_R_asterisk" = -143; -"@MMK_R_bracketright" = -20; -"@MMK_R_colon" = 8; -"@MMK_R_comma" = 21; -"@MMK_R_e" = -35; -"@MMK_R_egrave" = -35; -"@MMK_R_eight" = -13; -"@MMK_R_ellipsis" = 2; -"@MMK_R_f" = -38; -"@MMK_R_five" = -27; -"@MMK_R_four" = -10; -"@MMK_R_g" = -21; -"@MMK_R_guillemetleft" = -40; -"@MMK_R_guillemetright" = -10; -"@MMK_R_hyphen" = -33; -"@MMK_R_hyphen.case" = -108; -"@MMK_R_i" = -13; -"@MMK_R_j" = 0; -"@MMK_R_l" = -13; -"@MMK_R_n" = -13; -"@MMK_R_nine" = -29; -"@MMK_R_one" = -90; -"@MMK_R_parenleft" = -19; -"@MMK_R_parenright" = -44; -"@MMK_R_parenright.case" = -28; -"@MMK_R_period" = 21; -"@MMK_R_pi" = -34; -"@MMK_R_question" = -88; -"@MMK_R_quotedbl" = -234; -"@MMK_R_quotedblleft" = -271; -"@MMK_R_quotedblright" = -271; -"@MMK_R_quoteright" = -133; -"@MMK_R_s" = -12; -"@MMK_R_semicolon" = 8; -"@MMK_R_seven" = -93; -"@MMK_R_slash" = 4; -"@MMK_R_t" = -49; -"@MMK_R_three" = -20; -"@MMK_R_two" = 2; -"@MMK_R_u" = -28; -"@MMK_R_v" = -82; -"@MMK_R_w" = -50; -"@MMK_R_x" = 0; -"@MMK_R_y" = -31; -"@MMK_R_z" = 2; -"@MMK_R_zero" = -47; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -33; -"@MMK_R_H" = 12; -"@MMK_R_I.ss02" = 24; -"@MMK_R_J" = -38; -"@MMK_R_O" = 30; -"@MMK_R_S" = 20; -"@MMK_R_T" = 41; -"@MMK_R_U" = 27; -"@MMK_R_V" = 38; -"@MMK_R_W" = 42; -"@MMK_R_X" = 18; -"@MMK_R_Y" = 33; -"@MMK_R_Z" = 10; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asciicircum" = -19; -"@MMK_R_asterisk" = 27; -"@MMK_R_braceright" = 13; -"@MMK_R_bracketright" = 12; -"@MMK_R_colon" = 36; -"@MMK_R_colon.ss01" = 13; -"@MMK_R_comma" = -35; -"@MMK_R_comma.ss01" = -59; -"@MMK_R_e" = 8; -"@MMK_R_egrave" = 8; -"@MMK_R_eightsuperior" = 21; -"@MMK_R_ellipsis" = -51; -"@MMK_R_exclam" = 19; -"@MMK_R_f" = 23; -"@MMK_R_fivesuperior" = 12; -"@MMK_R_four" = -7; -"@MMK_R_foursuperior" = 22; -"@MMK_R_g" = 13; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -4; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = 0; -"@MMK_R_icircumflex" = 82; -"@MMK_R_igrave" = 50; -"@MMK_R_imacron" = 65; -"@MMK_R_itilde" = 65; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 35; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = 28; -"@MMK_R_one" = 35; -"@MMK_R_onesuperior" = 24; -"@MMK_R_oslash" = 12; -"@MMK_R_parenright" = -2; -"@MMK_R_period" = -37; -"@MMK_R_period.ss01" = -60; -"@MMK_R_question" = 28; -"@MMK_R_question.ss01" = 21; -"@MMK_R_quotedbl" = 21; -"@MMK_R_quotedblleft" = 25; -"@MMK_R_quotedblleft.ss01" = 19; -"@MMK_R_quotedblright" = 26; -"@MMK_R_quoteright" = 26; -"@MMK_R_quoteright.ss01" = 26; -"@MMK_R_s" = 12; -"@MMK_R_semicolon" = 36; -"@MMK_R_sevensuperior" = 20; -"@MMK_R_sixsuperior" = 24; -"@MMK_R_slash" = -32; -"@MMK_R_t" = 23; -"@MMK_R_threesuperior" = 18; -"@MMK_R_trademark" = 2; -"@MMK_R_twosuperior" = 25; -"@MMK_R_u" = 12; -"@MMK_R_underscore" = -39; -"@MMK_R_v" = 33; -"@MMK_R_w" = 30; -"@MMK_R_x" = 13; -"@MMK_R_y" = 29; -"@MMK_R_z" = 4; -"@MMK_R_zero" = 29; -}; -"@MMK_L_five" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 24; -"@MMK_R_O" = 5; -"@MMK_R_S" = 22; -"@MMK_R_T" = -6; -"@MMK_R_U" = 5; -"@MMK_R_V" = -8; -"@MMK_R_W" = -3; -"@MMK_R_X" = -13; -"@MMK_R_Y" = -10; -"@MMK_R_Z" = 26; -"@MMK_R_a" = 15; -"@MMK_R_a.ss04" = 21; -"@MMK_R_asterisk" = -13; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -23; -"@MMK_R_e" = 16; -"@MMK_R_egrave" = 16; -"@MMK_R_eight" = 31; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -6; -"@MMK_R_five" = 23; -"@MMK_R_four" = 35; -"@MMK_R_g" = 13; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = 27; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 6; -"@MMK_R_icircumflex" = 64; -"@MMK_R_j" = 7; -"@MMK_R_l" = 6; -"@MMK_R_n" = 5; -"@MMK_R_nine" = 13; -"@MMK_R_one" = -9; -"@MMK_R_parenleft" = 18; -"@MMK_R_parenright" = -29; -"@MMK_R_parenright.case" = -24; -"@MMK_R_percent" = -12; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -4; -"@MMK_R_pi" = -6; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -6; -"@MMK_R_quotedbl" = -18; -"@MMK_R_quotedblleft" = -16; -"@MMK_R_quotedblleft.ss01" = -26; -"@MMK_R_quotedblright" = -14; -"@MMK_R_quoteright" = -14; -"@MMK_R_quoteright.ss01" = -22; -"@MMK_R_s" = 20; -"@MMK_R_semicolon" = 11; -"@MMK_R_seven" = -9; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -6; -"@MMK_R_three" = 23; -"@MMK_R_two" = 2; -"@MMK_R_u" = 8; -"@MMK_R_v" = -8; -"@MMK_R_w" = -3; -"@MMK_R_x" = -14; -"@MMK_R_y" = -12; -"@MMK_R_z" = 10; -"@MMK_R_zero" = 7; -}; -"@MMK_L_four" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 6; -"@MMK_R_J" = 6; -"@MMK_R_O" = 11; -"@MMK_R_S" = 20; -"@MMK_R_T" = -31; -"@MMK_R_U" = 11; -"@MMK_R_V" = -32; -"@MMK_R_W" = -26; -"@MMK_R_X" = -21; -"@MMK_R_Y" = -36; -"@MMK_R_Z" = 15; -"@MMK_R_a" = 24; -"@MMK_R_a.ss04" = 20; -"@MMK_R_asterisk" = -35; -"@MMK_R_bracketright" = -41; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -52; -"@MMK_R_e" = 25; -"@MMK_R_egrave" = 25; -"@MMK_R_eight" = 29; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = -13; -"@MMK_R_five" = 12; -"@MMK_R_four" = 39; -"@MMK_R_g" = 22; -"@MMK_R_guillemetleft" = 22; -"@MMK_R_guillemetright" = -16; -"@MMK_R_hyphen" = 30; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 17; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 9; -"@MMK_R_one" = -32; -"@MMK_R_parenleft" = 20; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -36; -"@MMK_R_percent" = -38; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -2; -"@MMK_R_pi" = -12; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -30; -"@MMK_R_quotedbl" = -46; -"@MMK_R_quotedblleft" = -40; -"@MMK_R_quotedblleft.ss01" = -49; -"@MMK_R_quotedblright" = -39; -"@MMK_R_quoteright" = -39; -"@MMK_R_quoteright.ss01" = -47; -"@MMK_R_s" = 17; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = -34; -"@MMK_R_slash" = -4; -"@MMK_R_t" = -14; -"@MMK_R_three" = 22; -"@MMK_R_two" = 0; -"@MMK_R_u" = 8; -"@MMK_R_v" = -24; -"@MMK_R_w" = -5; -"@MMK_R_x" = -27; -"@MMK_R_y" = -31; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 13; -}; -"@MMK_L_fraction" = { -"@MMK_R_four.dnom" = -42; -"@MMK_R_zero.dnom" = -6; -}; -"@MMK_L_g" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 0; -"@MMK_R_T" = -14; -"@MMK_R_U" = -2; -"@MMK_R_V" = -40; -"@MMK_R_W" = -19; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -69; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -41; -"@MMK_R_asterisk" = -11; -"@MMK_R_braceright" = -11; -"@MMK_R_bracketright" = -11; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = -6; -"@MMK_R_comma" = 5; -"@MMK_R_comma.ss01" = -15; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -10; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = -4; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -18; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -8; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 2; -"@MMK_R_i" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 15; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -18; -"@MMK_R_one" = -2; -"@MMK_R_onesuperior" = -34; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -36; -"@MMK_R_period" = 4; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = -4; -"@MMK_R_question.ss01" = -12; -"@MMK_R_quotedbl" = -25; -"@MMK_R_quotedblleft" = -10; -"@MMK_R_quotedblleft.ss01" = -20; -"@MMK_R_quotedblright" = -17; -"@MMK_R_quoteright" = -17; -"@MMK_R_quoteright.ss01" = -17; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 3; -"@MMK_R_sevensuperior" = -40; -"@MMK_R_sixsuperior" = -14; -"@MMK_R_slash" = 11; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -13; -"@MMK_R_trademark" = -68; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_g.ss05" = { -"@MMK_R_A" = 32; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 17; -"@MMK_R_J" = 32; -"@MMK_R_O" = -14; -"@MMK_R_S" = -18; -"@MMK_R_T" = -16; -"@MMK_R_U" = -20; -"@MMK_R_V" = -29; -"@MMK_R_W" = -17; -"@MMK_R_X" = 26; -"@MMK_R_Y" = -34; -"@MMK_R_Z" = 23; -"@MMK_R_a" = -14; -"@MMK_R_a.ss04" = -8; -"@MMK_R_asciicircum" = -59; -"@MMK_R_asterisk" = -20; -"@MMK_R_braceright" = 23; -"@MMK_R_bracketright" = 23; -"@MMK_R_colon" = 21; -"@MMK_R_colon.ss01" = 15; -"@MMK_R_comma" = 28; -"@MMK_R_comma.ss01" = 15; -"@MMK_R_e" = -15; -"@MMK_R_egrave" = -15; -"@MMK_R_eightsuperior" = -28; -"@MMK_R_ellipsis" = 2; -"@MMK_R_exclam" = 14; -"@MMK_R_f" = -11; -"@MMK_R_fivesuperior" = -30; -"@MMK_R_four" = -17; -"@MMK_R_foursuperior" = -22; -"@MMK_R_g.ss05" = 21; -"@MMK_R_guillemetleft" = -23; -"@MMK_R_guillemetright" = 17; -"@MMK_R_hyphen" = -21; -"@MMK_R_icircumflex" = 49; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 20; -"@MMK_R_itilde" = 19; -"@MMK_R_j" = 69; -"@MMK_R_l.ss02" = -12; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -24; -"@MMK_R_one" = -14; -"@MMK_R_onesuperior" = -21; -"@MMK_R_oslash" = 17; -"@MMK_R_parenright" = -5; -"@MMK_R_period" = 22; -"@MMK_R_period.ss01" = 4; -"@MMK_R_question" = -13; -"@MMK_R_question.ss01" = -21; -"@MMK_R_quotedbl" = -27; -"@MMK_R_quotedblleft" = -21; -"@MMK_R_quotedblleft.ss01" = -29; -"@MMK_R_quotedblright" = -25; -"@MMK_R_quoteright" = -25; -"@MMK_R_quoteright.ss01" = -29; -"@MMK_R_s" = -11; -"@MMK_R_semicolon" = 24; -"@MMK_R_sevensuperior" = -24; -"@MMK_R_sixsuperior" = -24; -"@MMK_R_slash" = 57; -"@MMK_R_t" = -14; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -32; -"@MMK_R_twosuperior" = -23; -"@MMK_R_u" = -22; -"@MMK_R_underscore" = 54; -"@MMK_R_v" = -16; -"@MMK_R_w" = -11; -"@MMK_R_x" = 18; -"@MMK_R_y" = -6; -"@MMK_R_z" = 18; -"@MMK_R_zero" = -15; -}; -"@MMK_L_guillemetleft" = { -"@MMK_R_A" = 27; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 21; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -4; -"@MMK_R_U" = -2; -"@MMK_R_V" = -32; -"@MMK_R_W" = -16; -"@MMK_R_X" = 17; -"@MMK_R_Y" = -60; -"@MMK_R_Z" = 11; -"@MMK_R_a" = -22; -"@MMK_R_a.ss04" = -17; -"@MMK_R_asterisk" = -7; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_degree" = -21; -"@MMK_R_e" = -23; -"@MMK_R_egrave" = -22; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -8; -"@MMK_R_f" = 5; -"@MMK_R_five" = -10; -"@MMK_R_four" = -22; -"@MMK_R_g" = -3; -"@MMK_R_guillemetleft" = -39; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -30; -"@MMK_R_hyphen.case" = -13; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 59; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = -7; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = -3; -"@MMK_R_parenright" = -34; -"@MMK_R_parenright.case" = -15; -"@MMK_R_percent" = -8; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -3; -"@MMK_R_pi" = 5; -"@MMK_R_plus" = -25; -"@MMK_R_question" = -2; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -30; -"@MMK_R_quoteright" = -30; -"@MMK_R_quoteright.ss01" = -17; -"@MMK_R_s" = -15; -"@MMK_R_semicolon" = 5; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = 16; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 11; -"@MMK_R_u" = 0; -"@MMK_R_v" = 4; -"@MMK_R_w" = 0; -"@MMK_R_x" = 10; -"@MMK_R_y" = 6; -"@MMK_R_z" = 9; -"@MMK_R_zero" = 0; -}; -"@MMK_L_guillemetright" = { -"@MMK_R_A" = -22; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -6; -"@MMK_R_J" = 0; -"@MMK_R_O" = 0; -"@MMK_R_S" = 8; -"@MMK_R_T" = -67; -"@MMK_R_U" = 0; -"@MMK_R_V" = -80; -"@MMK_R_W" = -37; -"@MMK_R_X" = -32; -"@MMK_R_Y" = -113; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 13; -"@MMK_R_a.ss04" = 2; -"@MMK_R_asterisk" = -61; -"@MMK_R_bracketright" = -56; -"@MMK_R_colon" = -11; -"@MMK_R_colon.ss01" = -18; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_e" = 13; -"@MMK_R_egrave" = 13; -"@MMK_R_eight" = 21; -"@MMK_R_ellipsis" = -21; -"@MMK_R_f" = -16; -"@MMK_R_five" = 7; -"@MMK_R_four" = 25; -"@MMK_R_g" = 12; -"@MMK_R_guillemetleft" = 10; -"@MMK_R_guillemetright" = -39; -"@MMK_R_hyphen" = 20; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_lslash" = 14; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -28; -"@MMK_R_parenleft" = 11; -"@MMK_R_parenright" = -63; -"@MMK_R_parenright.case" = -51; -"@MMK_R_percent" = -53; -"@MMK_R_period" = -7; -"@MMK_R_period.ss01" = -22; -"@MMK_R_pi" = -15; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -61; -"@MMK_R_quotedbl" = -73; -"@MMK_R_quotedblleft" = -48; -"@MMK_R_quotedblleft.ss01" = -32; -"@MMK_R_quotedblright" = -35; -"@MMK_R_quoteright" = -35; -"@MMK_R_quoteright.ss01" = -31; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = -10; -"@MMK_R_seven" = -33; -"@MMK_R_slash" = -27; -"@MMK_R_t" = -16; -"@MMK_R_three" = 0; -"@MMK_R_two" = -16; -"@MMK_R_u" = 3; -"@MMK_R_v" = -37; -"@MMK_R_w" = -13; -"@MMK_R_x" = -33; -"@MMK_R_y" = -42; -"@MMK_R_z" = -10; -"@MMK_R_zero" = 0; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -14; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = 0; -"@MMK_R_O" = 11; -"@MMK_R_S" = 8; -"@MMK_R_T" = -88; -"@MMK_R_U" = 4; -"@MMK_R_V" = -61; -"@MMK_R_W" = -28; -"@MMK_R_X" = -47; -"@MMK_R_Y" = -102; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 22; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -95; -"@MMK_R_bracketright" = -61; -"@MMK_R_colon" = -14; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma" = -13; -"@MMK_R_comma.ss01" = -12; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eight" = 21; -"@MMK_R_f" = 0; -"@MMK_R_five" = 6; -"@MMK_R_four" = 31; -"@MMK_R_g" = 22; -"@MMK_R_guillemetleft" = 21; -"@MMK_R_guillemetright" = -27; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 2; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_lslash" = 21; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 0; -"@MMK_R_one" = -25; -"@MMK_R_parenleft" = 19; -"@MMK_R_parenright" = -53; -"@MMK_R_period" = -14; -"@MMK_R_period.ss01" = -13; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -16; -"@MMK_R_question" = -85; -"@MMK_R_quotedbl" = -57; -"@MMK_R_quotedblleft" = -56; -"@MMK_R_quotedblleft.ss01" = -15; -"@MMK_R_quotedblright" = -20; -"@MMK_R_quoteright" = -20; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = 4; -"@MMK_R_semicolon" = -13; -"@MMK_R_seven" = -58; -"@MMK_R_slash" = -29; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = -2; -"@MMK_R_u" = 11; -"@MMK_R_v" = -22; -"@MMK_R_w" = -2; -"@MMK_R_x" = -49; -"@MMK_R_y" = -32; -"@MMK_R_z" = -12; -"@MMK_R_zero" = 12; -}; -"@MMK_L_hyphen.case" = { -"@MMK_R_A" = -34; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -65; -"@MMK_R_J" = -60; -"@MMK_R_O" = 24; -"@MMK_R_S" = 0; -"@MMK_R_T" = -74; -"@MMK_R_U" = 14; -"@MMK_R_V" = -40; -"@MMK_R_W" = -15; -"@MMK_R_X" = -77; -"@MMK_R_Y" = -77; -"@MMK_R_Z" = -32; -"@MMK_R_asterisk" = -27; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -70; -"@MMK_R_comma.ss01" = -108; -"@MMK_R_eight" = 0; -"@MMK_R_five" = 12; -"@MMK_R_four" = 12; -"@MMK_R_guillemetleft" = 18; -"@MMK_R_guillemetright" = -12; -"@MMK_R_nine" = 7; -"@MMK_R_one" = 0; -"@MMK_R_parenright.case" = -46; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -112; -"@MMK_R_plus" = -10; -"@MMK_R_question" = -22; -"@MMK_R_quotedbl" = -23; -"@MMK_R_quotedblleft" = -11; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = 0; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -47; -"@MMK_R_three" = -16; -"@MMK_R_two" = -7; -"@MMK_R_zero" = 28; -}; -"@MMK_L_i" = { -"@MMK_R_A" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 0; -"@MMK_R_T" = 6; -"@MMK_R_U" = 3; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -2; -"@MMK_R_Z" = 0; -"@MMK_R_a.ss04" = -2; -"@MMK_R_asciicircum" = -41; -"@MMK_R_asterisk" = -2; -"@MMK_R_braceright" = -4; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -12; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -7; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 38; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 25; -"@MMK_R_itilde" = 25; -"@MMK_R_j" = 17; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -2; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -26; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -11; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = -6; -"@MMK_R_sixsuperior" = -10; -"@MMK_R_slash" = 3; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -13; -"@MMK_R_twosuperior" = -2; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_icircumflex" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 76; -"@MMK_R_I.ss02" = 93; -"@MMK_R_O" = 65; -"@MMK_R_S" = 97; -"@MMK_R_U" = 91; -"@MMK_R_V" = 71; -"@MMK_R_X" = 26; -"@MMK_R_Y" = 49; -"@MMK_R_Z" = 87; -"@MMK_R_bracketright" = 64; -"@MMK_R_colon" = 6; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_egrave" = 48; -"@MMK_R_eightsuperior" = 61; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = 84; -"@MMK_R_f" = 22; -"@MMK_R_fivesuperior" = 60; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = 35; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 42; -"@MMK_R_icircumflex" = 96; -"@MMK_R_igrave" = 41; -"@MMK_R_j" = 44; -"@MMK_R_l" = 50; -"@MMK_R_l.ss02" = 59; -"@MMK_R_l.ss03" = 81; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = 80; -"@MMK_R_one" = 32; -"@MMK_R_onesuperior" = 86; -"@MMK_R_parenright" = 16; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = 86; -"@MMK_R_question.ss01" = 52; -"@MMK_R_quotedbl" = 76; -"@MMK_R_quotedblleft" = 60; -"@MMK_R_quotedblleft.ss01" = 45; -"@MMK_R_quotedblright" = 71; -"@MMK_R_quoteright" = 71; -"@MMK_R_quoteright.ss01" = 63; -"@MMK_R_semicolon" = 6; -"@MMK_R_sevensuperior" = 78; -"@MMK_R_sixsuperior" = 75; -"@MMK_R_slash" = 3; -"@MMK_R_t" = 18; -"@MMK_R_threesuperior" = 51; -"@MMK_R_twosuperior" = 65; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -}; -"@MMK_L_jacute" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 16; -"@MMK_R_I.ss02" = 41; -"@MMK_R_J" = 0; -"@MMK_R_O" = 3; -"@MMK_R_S" = 0; -"@MMK_R_T" = 46; -"@MMK_R_U" = 30; -"@MMK_R_V" = 56; -"@MMK_R_W" = 65; -"@MMK_R_X" = 41; -"@MMK_R_Y" = 48; -"@MMK_R_Z" = 28; -"@MMK_R_asciicircum" = -41; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 45; -"@MMK_R_bracketright" = 44; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 4; -"@MMK_R_comma.ss01" = -20; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 13; -"@MMK_R_ellipsis" = -14; -"@MMK_R_exclam" = 33; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = 17; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -6; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 37; -"@MMK_R_igrave" = 25; -"@MMK_R_imacron" = 25; -"@MMK_R_itilde" = 25; -"@MMK_R_j" = 14; -"@MMK_R_l" = 8; -"@MMK_R_l.ss02" = 17; -"@MMK_R_l.ss03" = 33; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = -2; -"@MMK_R_ninesuperior" = 16; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = 9; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = 30; -"@MMK_R_period" = 2; -"@MMK_R_period.ss01" = -22; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -7; -"@MMK_R_quotedbl" = 20; -"@MMK_R_quotedblleft" = -6; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 16; -"@MMK_R_quoteright" = 16; -"@MMK_R_quoteright.ss01" = 26; -"@MMK_R_semicolon" = 2; -"@MMK_R_sevensuperior" = 39; -"@MMK_R_sixsuperior" = 3; -"@MMK_R_threesuperior" = 11; -"@MMK_R_trademark" = 12; -"@MMK_R_twosuperior" = 17; -"@MMK_R_underscore" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_k" = { -"@MMK_R_A" = 25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 4; -"@MMK_R_J" = 23; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -21; -"@MMK_R_W" = -2; -"@MMK_R_X" = 27; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = 12; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -18; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 19; -"@MMK_R_colon.ss01" = 4; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -32; -"@MMK_R_egrave" = -31; -"@MMK_R_eightsuperior" = -7; -"@MMK_R_ellipsis" = -9; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 9; -"@MMK_R_fivesuperior" = -6; -"@MMK_R_four" = -36; -"@MMK_R_foursuperior" = 0; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 11; -"@MMK_R_guillemetleft" = -38; -"@MMK_R_guillemetright" = 19; -"@MMK_R_hyphen" = -62; -"@MMK_R_j" = 35; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -13; -"@MMK_R_ninesuperior" = -12; -"@MMK_R_one" = 8; -"@MMK_R_onesuperior" = -32; -"@MMK_R_oslash" = -8; -"@MMK_R_parenright" = -33; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 9; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -7; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = -31; -"@MMK_R_quoteright" = -31; -"@MMK_R_quoteright.ss01" = -15; -"@MMK_R_s" = -19; -"@MMK_R_semicolon" = 19; -"@MMK_R_sevensuperior" = -40; -"@MMK_R_sixsuperior" = 0; -"@MMK_R_slash" = 14; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -22; -"@MMK_R_trademark" = -50; -"@MMK_R_twosuperior" = -33; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 41; -"@MMK_R_v" = 0; -"@MMK_R_w" = 24; -"@MMK_R_x" = 22; -"@MMK_R_y" = 15; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 4; -}; -"@MMK_L_l" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = 0; -"@MMK_R_O" = 4; -"@MMK_R_S" = 3; -"@MMK_R_T" = 0; -"@MMK_R_U" = 13; -"@MMK_R_V" = 2; -"@MMK_R_W" = 0; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = 0; -"@MMK_R_asciicircum" = -41; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -6; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 3; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 5; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 2; -"@MMK_R_egrave" = 2; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -13; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -4; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 2; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 45; -"@MMK_R_igrave" = 5; -"@MMK_R_imacron" = 26; -"@MMK_R_itilde" = 26; -"@MMK_R_j" = 17; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -6; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -2; -"@MMK_R_oslash" = 2; -"@MMK_R_parenright" = -12; -"@MMK_R_period" = 3; -"@MMK_R_period.ss01" = -21; -"@MMK_R_question" = 3; -"@MMK_R_question.ss01" = -6; -"@MMK_R_quotedbl" = -9; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -9; -"@MMK_R_quotedblright" = -6; -"@MMK_R_quoteright" = -6; -"@MMK_R_quoteright.ss01" = -6; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -5; -"@MMK_R_sixsuperior" = -3; -"@MMK_R_slash" = 4; -"@MMK_R_threesuperior" = -7; -"@MMK_R_trademark" = -16; -"@MMK_R_twosuperior" = -6; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 2; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_y" = 0; -"@MMK_R_zero" = 3; -}; -"@MMK_L_l.ss02" = { -"@MMK_R_A" = 31; -"@MMK_R_I.ss02" = 17; -"@MMK_R_J" = 34; -"@MMK_R_O" = -17; -"@MMK_R_S" = 0; -"@MMK_R_T" = -16; -"@MMK_R_U" = -5; -"@MMK_R_V" = -20; -"@MMK_R_W" = -14; -"@MMK_R_X" = 23; -"@MMK_R_Y" = -21; -"@MMK_R_Z" = 24; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 9; -"@MMK_R_asciicircum" = -65; -"@MMK_R_asterisk" = -25; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 34; -"@MMK_R_colon.ss01" = 6; -"@MMK_R_comma" = 42; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = -2; -"@MMK_R_egrave" = -2; -"@MMK_R_eightsuperior" = -28; -"@MMK_R_ellipsis" = 13; -"@MMK_R_exclam" = 25; -"@MMK_R_f" = -14; -"@MMK_R_fivesuperior" = -35; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -26; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 18; -"@MMK_R_guillemetleft" = -10; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 36; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 9; -"@MMK_R_itilde" = 7; -"@MMK_R_j" = 56; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -29; -"@MMK_R_one" = -17; -"@MMK_R_onesuperior" = -25; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -26; -"@MMK_R_period" = 41; -"@MMK_R_period.ss01" = -2; -"@MMK_R_question" = -18; -"@MMK_R_question.ss01" = -25; -"@MMK_R_quotedbl" = -31; -"@MMK_R_quotedblleft" = -28; -"@MMK_R_quotedblleft.ss01" = -28; -"@MMK_R_quotedblright" = -28; -"@MMK_R_quoteright" = -28; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 14; -"@MMK_R_semicolon" = 34; -"@MMK_R_sevensuperior" = -27; -"@MMK_R_sixsuperior" = -27; -"@MMK_R_slash" = 30; -"@MMK_R_t" = -16; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -35; -"@MMK_R_twosuperior" = -28; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 40; -"@MMK_R_v" = -16; -"@MMK_R_w" = -13; -"@MMK_R_x" = 23; -"@MMK_R_y" = -17; -"@MMK_R_z" = 12; -"@MMK_R_zero" = -16; -}; -"@MMK_L_lcaron" = { -"@MMK_R_bracketright" = 193; -"@MMK_R_colon" = 59; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 5; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_e" = 3; -"@MMK_R_egrave" = 88; -"@MMK_R_eightsuperior" = 183; -"@MMK_R_exclam" = 179; -"@MMK_R_f" = 124; -"@MMK_R_fivesuperior" = 176; -"@MMK_R_foursuperior" = 117; -"@MMK_R_g" = 6; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 17; -"@MMK_R_hyphen" = 2; -"@MMK_R_i" = 127; -"@MMK_R_j" = 146; -"@MMK_R_l" = 172; -"@MMK_R_l.ss03" = 173; -"@MMK_R_n" = 82; -"@MMK_R_ninesuperior" = 188; -"@MMK_R_onesuperior" = 194; -"@MMK_R_parenright" = 144; -"@MMK_R_period" = 3; -"@MMK_R_period.ss01" = -21; -"@MMK_R_question" = 157; -"@MMK_R_question.ss01" = 155; -"@MMK_R_quotedbl" = 196; -"@MMK_R_quotedblleft" = 152; -"@MMK_R_quotedblleft.ss01" = 152; -"@MMK_R_s" = 3; -"@MMK_R_semicolon" = 59; -"@MMK_R_sevensuperior" = 205; -"@MMK_R_sixsuperior" = 169; -"@MMK_R_slash" = 7; -"@MMK_R_t" = 116; -"@MMK_R_threesuperior" = 171; -"@MMK_R_twosuperior" = 175; -"@MMK_R_u" = 96; -"@MMK_R_v" = 71; -"@MMK_R_z" = 108; -}; -"@MMK_L_logicalnot" = { -"@MMK_R_A" = -70; -"@MMK_R_H" = -71; -"@MMK_R_I.ss02" = -63; -"@MMK_R_J" = -47; -"@MMK_R_O" = -53; -"@MMK_R_S" = -54; -"@MMK_R_T" = -127; -"@MMK_R_V" = -111; -"@MMK_R_W" = -89; -"@MMK_R_Y" = -160; -"@MMK_R_Z" = -58; -"@MMK_R_a" = -54; -"@MMK_R_a.ss04" = -59; -"@MMK_R_e" = -54; -"@MMK_R_f" = -51; -"@MMK_R_g" = -53; -"@MMK_R_i" = -70; -"@MMK_R_j" = -70; -"@MMK_R_l" = -70; -"@MMK_R_n" = -70; -"@MMK_R_s" = -53; -"@MMK_R_t" = -51; -"@MMK_R_z" = -60; -}; -"@MMK_L_lslash" = { -"@MMK_R_A" = -2; -"@MMK_R_U" = 7; -"@MMK_R_X" = -9; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 5; -"@MMK_R_bracketright" = -13; -"@MMK_R_colon" = 25; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -6; -"@MMK_R_comma.ss01" = -28; -"@MMK_R_e" = 9; -"@MMK_R_egrave" = 9; -"@MMK_R_eightsuperior" = 10; -"@MMK_R_ellipsis" = -21; -"@MMK_R_exclam" = 3; -"@MMK_R_f" = 16; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_foursuperior" = 9; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 11; -"@MMK_R_hyphen" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_onesuperior" = -11; -"@MMK_R_parenright" = -27; -"@MMK_R_period" = -7; -"@MMK_R_period.ss01" = -31; -"@MMK_R_question" = 7; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -6; -"@MMK_R_quotedblleft" = 11; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 7; -"@MMK_R_semicolon" = 25; -"@MMK_R_sevensuperior" = -16; -"@MMK_R_sixsuperior" = 6; -"@MMK_R_slash" = -6; -"@MMK_R_t" = 16; -"@MMK_R_threesuperior" = 3; -"@MMK_R_twosuperior" = 0; -"@MMK_R_u" = 6; -"@MMK_R_v" = 22; -"@MMK_R_w" = 19; -"@MMK_R_x" = 8; -"@MMK_R_y" = 19; -"@MMK_R_z" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_A" = 16; -"@MMK_R_H" = 0; -"@MMK_R_J" = 11; -"@MMK_R_O" = 0; -"@MMK_R_S" = 2; -"@MMK_R_T" = -70; -"@MMK_R_U" = -3; -"@MMK_R_V" = -72; -"@MMK_R_W" = -43; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -109; -"@MMK_R_Z" = 4; -"@MMK_R_a" = 10; -"@MMK_R_a.ss04" = 5; -"@MMK_R_asciicircum" = -61; -"@MMK_R_asterisk" = -49; -"@MMK_R_braceright" = -13; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 11; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 19; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 7; -"@MMK_R_egrave" = 6; -"@MMK_R_eightsuperior" = -25; -"@MMK_R_ellipsis" = -5; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -32; -"@MMK_R_four" = 11; -"@MMK_R_foursuperior" = -20; -"@MMK_R_g" = 8; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = 3; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 11; -"@MMK_R_j" = 33; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 3; -"@MMK_R_ninesuperior" = -30; -"@MMK_R_one" = -15; -"@MMK_R_onesuperior" = -68; -"@MMK_R_oslash" = 10; -"@MMK_R_parenright" = -40; -"@MMK_R_period" = 18; -"@MMK_R_period.ss01" = -13; -"@MMK_R_question" = -38; -"@MMK_R_question.ss01" = -48; -"@MMK_R_quotedbl" = -45; -"@MMK_R_quotedblleft" = -37; -"@MMK_R_quotedblleft.ss01" = -27; -"@MMK_R_quotedblright" = -22; -"@MMK_R_quoteright" = -22; -"@MMK_R_quoteright.ss01" = -24; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 11; -"@MMK_R_sevensuperior" = -71; -"@MMK_R_sixsuperior" = -39; -"@MMK_R_slash" = 19; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -27; -"@MMK_R_trademark" = -81; -"@MMK_R_twosuperior" = -15; -"@MMK_R_underscore" = 15; -"@MMK_R_v" = -24; -"@MMK_R_w" = -13; -"@MMK_R_x" = 2; -"@MMK_R_y" = -20; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 2; -}; -"@MMK_L_nine" = { -"@MMK_R_A" = -15; -"@MMK_R_I.ss02" = -3; -"@MMK_R_J" = 0; -"@MMK_R_O" = 23; -"@MMK_R_S" = 18; -"@MMK_R_T" = -20; -"@MMK_R_U" = 12; -"@MMK_R_V" = -41; -"@MMK_R_W" = -23; -"@MMK_R_X" = -30; -"@MMK_R_Y" = -70; -"@MMK_R_Z" = 2; -"@MMK_R_a" = 27; -"@MMK_R_a.ss04" = 17; -"@MMK_R_asterisk" = -19; -"@MMK_R_bracketright" = -53; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = -18; -"@MMK_R_degree" = -28; -"@MMK_R_e" = 25; -"@MMK_R_egrave" = 25; -"@MMK_R_eight" = 22; -"@MMK_R_ellipsis" = -16; -"@MMK_R_f" = 16; -"@MMK_R_five" = 17; -"@MMK_R_four" = 29; -"@MMK_R_g" = 27; -"@MMK_R_guillemetleft" = 25; -"@MMK_R_guillemetright" = -9; -"@MMK_R_hyphen" = 32; -"@MMK_R_hyphen.case" = 24; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 19; -"@MMK_R_j" = 4; -"@MMK_R_l" = 2; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 12; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 27; -"@MMK_R_parenright" = -60; -"@MMK_R_parenright.case" = -50; -"@MMK_R_percent" = -12; -"@MMK_R_period" = -6; -"@MMK_R_period.ss01" = -19; -"@MMK_R_pi" = 15; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -7; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -7; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 16; -"@MMK_R_semicolon" = 14; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = -15; -"@MMK_R_t" = 13; -"@MMK_R_three" = 11; -"@MMK_R_two" = 0; -"@MMK_R_u" = 16; -"@MMK_R_v" = -2; -"@MMK_R_w" = 2; -"@MMK_R_x" = -12; -"@MMK_R_y" = -3; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 24; -}; -"@MMK_L_o" = { -"@MMK_R_A" = -5; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 14; -"@MMK_R_O" = 0; -"@MMK_R_S" = 13; -"@MMK_R_T" = -91; -"@MMK_R_U" = 0; -"@MMK_R_V" = -78; -"@MMK_R_W" = -41; -"@MMK_R_X" = -27; -"@MMK_R_Y" = -123; -"@MMK_R_Z" = 12; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 10; -"@MMK_R_asciicircum" = -79; -"@MMK_R_asterisk" = -73; -"@MMK_R_braceright" = -59; -"@MMK_R_bracketright" = -60; -"@MMK_R_colon" = 2; -"@MMK_R_colon.ss01" = -4; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = 12; -"@MMK_R_egrave" = 12; -"@MMK_R_eightsuperior" = -30; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -41; -"@MMK_R_four" = 29; -"@MMK_R_foursuperior" = -31; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 10; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = -25; -"@MMK_R_hyphen" = 23; -"@MMK_R_l.ss02" = 6; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 14; -"@MMK_R_ninesuperior" = -40; -"@MMK_R_one" = -27; -"@MMK_R_onesuperior" = -60; -"@MMK_R_oslash" = 12; -"@MMK_R_parenright" = -60; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question" = -60; -"@MMK_R_question.ss01" = -67; -"@MMK_R_quotedbl" = -50; -"@MMK_R_quotedblleft" = -46; -"@MMK_R_quotedblleft.ss01" = -32; -"@MMK_R_quotedblright" = -28; -"@MMK_R_quoteright" = -28; -"@MMK_R_quoteright.ss01" = -29; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = 4; -"@MMK_R_sevensuperior" = -67; -"@MMK_R_sixsuperior" = -48; -"@MMK_R_slash" = -10; -"@MMK_R_t" = -2; -"@MMK_R_threesuperior" = -32; -"@MMK_R_trademark" = -87; -"@MMK_R_twosuperior" = -15; -"@MMK_R_u" = 4; -"@MMK_R_underscore" = -27; -"@MMK_R_v" = -31; -"@MMK_R_w" = -13; -"@MMK_R_x" = -25; -"@MMK_R_y" = -39; -"@MMK_R_z" = 2; -"@MMK_R_zero" = 4; -}; -"@MMK_L_p" = { -"@MMK_R_A" = -5; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 12; -"@MMK_R_O" = 5; -"@MMK_R_S" = 11; -"@MMK_R_T" = -81; -"@MMK_R_U" = 2; -"@MMK_R_V" = -74; -"@MMK_R_W" = -40; -"@MMK_R_X" = -24; -"@MMK_R_Y" = -114; -"@MMK_R_Z" = 9; -"@MMK_R_a" = 11; -"@MMK_R_a.ss04" = 8; -"@MMK_R_asciicircum" = -67; -"@MMK_R_asterisk" = -64; -"@MMK_R_braceright" = -53; -"@MMK_R_bracketright" = -53; -"@MMK_R_colon" = 5; -"@MMK_R_colon.ss01" = -5; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eightsuperior" = -27; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -35; -"@MMK_R_four" = 26; -"@MMK_R_foursuperior" = -24; -"@MMK_R_g" = 9; -"@MMK_R_g.ss05" = 7; -"@MMK_R_guillemetleft" = 13; -"@MMK_R_guillemetright" = -22; -"@MMK_R_hyphen" = 21; -"@MMK_R_l.ss02" = 7; -"@MMK_R_lslash" = 12; -"@MMK_R_ninesuperior" = -34; -"@MMK_R_one" = -19; -"@MMK_R_onesuperior" = -64; -"@MMK_R_oslash" = 11; -"@MMK_R_parenright" = -61; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -10; -"@MMK_R_question" = -49; -"@MMK_R_question.ss01" = -61; -"@MMK_R_quotedbl" = -46; -"@MMK_R_quotedblleft" = -41; -"@MMK_R_quotedblleft.ss01" = -28; -"@MMK_R_quotedblright" = -24; -"@MMK_R_quoteright" = -24; -"@MMK_R_quoteright.ss01" = -25; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = 5; -"@MMK_R_sevensuperior" = -69; -"@MMK_R_sixsuperior" = -43; -"@MMK_R_slash" = -10; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -30; -"@MMK_R_trademark" = -83; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 7; -"@MMK_R_underscore" = -21; -"@MMK_R_v" = -28; -"@MMK_R_w" = -11; -"@MMK_R_x" = -21; -"@MMK_R_y" = -34; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 8; -}; -"@MMK_L_parenleft" = { -"@MMK_R_A" = -28; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -27; -"@MMK_R_O" = -51; -"@MMK_R_S" = -38; -"@MMK_R_T" = 0; -"@MMK_R_U" = -2; -"@MMK_R_V" = 0; -"@MMK_R_W" = 0; -"@MMK_R_X" = -3; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -5; -"@MMK_R_a" = -66; -"@MMK_R_a.ss04" = -60; -"@MMK_R_asterisk" = -26; -"@MMK_R_bracketright" = 23; -"@MMK_R_colon" = -39; -"@MMK_R_colon.ss01" = -46; -"@MMK_R_comma" = 5; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -38; -"@MMK_R_e" = -64; -"@MMK_R_egrave" = -63; -"@MMK_R_eight" = -41; -"@MMK_R_ellipsis" = -50; -"@MMK_R_f" = -41; -"@MMK_R_five" = -16; -"@MMK_R_four" = -52; -"@MMK_R_g" = -41; -"@MMK_R_guillemetleft" = -64; -"@MMK_R_guillemetright" = -43; -"@MMK_R_hyphen" = -55; -"@MMK_R_i" = -15; -"@MMK_R_icircumflex" = 19; -"@MMK_R_j" = 59; -"@MMK_R_l" = -2; -"@MMK_R_lslash" = -15; -"@MMK_R_n" = -52; -"@MMK_R_nine" = -39; -"@MMK_R_one" = -33; -"@MMK_R_parenleft" = -50; -"@MMK_R_parenright" = 26; -"@MMK_R_percent" = -30; -"@MMK_R_period" = -38; -"@MMK_R_period.ss01" = -46; -"@MMK_R_pi" = -45; -"@MMK_R_plus" = -70; -"@MMK_R_question" = -31; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = -42; -"@MMK_R_quotedblleft.ss01" = -40; -"@MMK_R_quotedblright" = -18; -"@MMK_R_quoteright" = -18; -"@MMK_R_quoteright.ss01" = -17; -"@MMK_R_s" = -58; -"@MMK_R_semicolon" = 16; -"@MMK_R_seven" = -4; -"@MMK_R_slash" = 0; -"@MMK_R_t" = -41; -"@MMK_R_three" = -43; -"@MMK_R_two" = -38; -"@MMK_R_u" = -58; -"@MMK_R_v" = -39; -"@MMK_R_w" = -41; -"@MMK_R_x" = -33; -"@MMK_R_y" = -15; -"@MMK_R_z" = -38; -"@MMK_R_zero" = -51; -}; -"@MMK_L_parenleft.case" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = -10; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 0; -"@MMK_R_O" = -51; -"@MMK_R_S" = -39; -"@MMK_R_T" = -8; -"@MMK_R_U" = -9; -"@MMK_R_V" = -7; -"@MMK_R_W" = -4; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -9; -"@MMK_R_Z" = 0; -"@MMK_R_asterisk" = -30; -"@MMK_R_colon" = -16; -"@MMK_R_colon.ss01" = -17; -"@MMK_R_comma" = -5; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -46; -"@MMK_R_eight" = -34; -"@MMK_R_ellipsis" = -24; -"@MMK_R_five" = -28; -"@MMK_R_four" = -29; -"@MMK_R_guillemetleft" = -48; -"@MMK_R_guillemetright" = -17; -"@MMK_R_hyphen.case" = -46; -"@MMK_R_nine" = -40; -"@MMK_R_one" = -35; -"@MMK_R_parenright.case" = 5; -"@MMK_R_percent" = -35; -"@MMK_R_period" = -12; -"@MMK_R_period.ss01" = -19; -"@MMK_R_plus" = -64; -"@MMK_R_question" = -34; -"@MMK_R_quotedbl" = -21; -"@MMK_R_quotedblleft" = -48; -"@MMK_R_quotedblleft.ss01" = -48; -"@MMK_R_quotedblright" = -24; -"@MMK_R_quoteright" = -24; -"@MMK_R_quoteright.ss01" = -23; -"@MMK_R_semicolon" = -13; -"@MMK_R_seven" = -13; -"@MMK_R_slash" = 43; -"@MMK_R_three" = -38; -"@MMK_R_two" = -5; -"@MMK_R_zero" = -51; -}; -"@MMK_L_parenright" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 12; -"@MMK_R_O" = 22; -"@MMK_R_S" = 12; -"@MMK_R_T" = -13; -"@MMK_R_U" = 10; -"@MMK_R_V" = -37; -"@MMK_R_W" = -15; -"@MMK_R_X" = -11; -"@MMK_R_Y" = -43; -"@MMK_R_Z" = 4; -"@MMK_R_a" = 23; -"@MMK_R_a.ss04" = 15; -"@MMK_R_asterisk" = -13; -"@MMK_R_bracketright" = -11; -"@MMK_R_colon" = 10; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 11; -"@MMK_R_comma.ss01" = -7; -"@MMK_R_e" = 20; -"@MMK_R_egrave" = 20; -"@MMK_R_eight" = 19; -"@MMK_R_f" = 6; -"@MMK_R_five" = 14; -"@MMK_R_four" = 21; -"@MMK_R_g" = 20; -"@MMK_R_guillemetleft" = 14; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 24; -"@MMK_R_i" = 3; -"@MMK_R_icircumflex" = 43; -"@MMK_R_j" = 12; -"@MMK_R_l" = 3; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 12; -"@MMK_R_one" = 2; -"@MMK_R_parenleft" = 22; -"@MMK_R_parenright" = -50; -"@MMK_R_period" = 8; -"@MMK_R_period.ss01" = -13; -"@MMK_R_pi" = 10; -"@MMK_R_plus" = 0; -"@MMK_R_question" = -3; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -9; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = -4; -"@MMK_R_quoteright" = -4; -"@MMK_R_quoteright.ss01" = -4; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = 11; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 6; -"@MMK_R_three" = 16; -"@MMK_R_two" = 2; -"@MMK_R_u" = 10; -"@MMK_R_v" = 0; -"@MMK_R_w" = 3; -"@MMK_R_x" = -2; -"@MMK_R_y" = 0; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 21; -}; -"@MMK_L_percent" = { -"@MMK_R_asterisk" = -104; -"@MMK_R_bracketright" = -41; -"@MMK_R_colon" = 0; -"@MMK_R_colon.ss01" = -9; -"@MMK_R_comma" = 14; -"@MMK_R_comma.ss01" = -9; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = -24; -"@MMK_R_hyphen" = -4; -"@MMK_R_hyphen.case" = -27; -"@MMK_R_parenright" = -58; -"@MMK_R_parenright.case" = -44; -"@MMK_R_period" = 12; -"@MMK_R_period.ss01" = -12; -"@MMK_R_question" = -92; -"@MMK_R_quotedbl" = -101; -"@MMK_R_quotedblleft" = -112; -"@MMK_R_quotedblleft.ss01" = -89; -"@MMK_R_quotedblright" = -93; -"@MMK_R_quoteright" = -93; -"@MMK_R_quoteright.ss01" = -91; -"@MMK_R_semicolon" = 0; -"@MMK_R_slash" = -5; -}; -"@MMK_L_period" = { -"@MMK_R_A" = 23; -"@MMK_R_H" = 3; -"@MMK_R_I.ss02" = 28; -"@MMK_R_J" = 46; -"@MMK_R_O" = -47; -"@MMK_R_S" = -12; -"@MMK_R_T" = -84; -"@MMK_R_U" = -30; -"@MMK_R_V" = -106; -"@MMK_R_W" = -57; -"@MMK_R_X" = 9; -"@MMK_R_Y" = -132; -"@MMK_R_Z" = 35; -"@MMK_R_a" = -17; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asterisk" = -132; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon" = 23; -"@MMK_R_e" = -24; -"@MMK_R_eight" = -3; -"@MMK_R_f" = -26; -"@MMK_R_five" = -15; -"@MMK_R_four" = 0; -"@MMK_R_g" = -8; -"@MMK_R_guillemetleft" = -34; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -32; -"@MMK_R_hyphen.case" = -93; -"@MMK_R_i" = 3; -"@MMK_R_j" = 29; -"@MMK_R_l" = 3; -"@MMK_R_n" = 3; -"@MMK_R_nine" = -16; -"@MMK_R_one" = -75; -"@MMK_R_parenleft" = -4; -"@MMK_R_parenright" = -32; -"@MMK_R_parenright.case" = -15; -"@MMK_R_period" = 2; -"@MMK_R_pi" = -22; -"@MMK_R_question" = -76; -"@MMK_R_quotedbl" = -132; -"@MMK_R_quotedblleft" = -132; -"@MMK_R_quotedblright" = -132; -"@MMK_R_quoteright" = -132; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 23; -"@MMK_R_seven" = -78; -"@MMK_R_slash" = 18; -"@MMK_R_t" = -35; -"@MMK_R_three" = -8; -"@MMK_R_two" = 19; -"@MMK_R_u" = -13; -"@MMK_R_v" = -70; -"@MMK_R_w" = -36; -"@MMK_R_x" = 11; -"@MMK_R_y" = -19; -"@MMK_R_z" = 30; -"@MMK_R_zero" = -43; -}; -"@MMK_L_period.ss01" = { -"@MMK_R_A" = 4; -"@MMK_R_H" = -20; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = 9; -"@MMK_R_O" = -46; -"@MMK_R_S" = -18; -"@MMK_R_T" = -109; -"@MMK_R_U" = -36; -"@MMK_R_V" = -119; -"@MMK_R_W" = -74; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -175; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -28; -"@MMK_R_a.ss04" = -10; -"@MMK_R_asterisk" = -135; -"@MMK_R_bracketright" = -17; -"@MMK_R_colon.ss01" = -13; -"@MMK_R_comma.ss01" = -13; -"@MMK_R_e" = -32; -"@MMK_R_egrave" = -32; -"@MMK_R_eight" = -12; -"@MMK_R_f" = -47; -"@MMK_R_five" = -23; -"@MMK_R_four" = -3; -"@MMK_R_g" = -24; -"@MMK_R_guillemetleft" = -32; -"@MMK_R_guillemetright" = -15; -"@MMK_R_hyphen" = -18; -"@MMK_R_hyphen.case" = -112; -"@MMK_R_i" = -21; -"@MMK_R_j" = 0; -"@MMK_R_l" = -21; -"@MMK_R_n" = -21; -"@MMK_R_nine" = -24; -"@MMK_R_one" = -98; -"@MMK_R_parenleft" = -18; -"@MMK_R_parenright" = -45; -"@MMK_R_parenright.case" = -27; -"@MMK_R_period.ss01" = -15; -"@MMK_R_pi" = -44; -"@MMK_R_quotedbl" = -109; -"@MMK_R_quotedblleft.ss01" = -135; -"@MMK_R_quoteright.ss01" = -135; -"@MMK_R_s" = -8; -"@MMK_R_seven" = -102; -"@MMK_R_slash" = 4; -"@MMK_R_t" = -50; -"@MMK_R_three" = -15; -"@MMK_R_two" = -8; -"@MMK_R_u" = -26; -"@MMK_R_v" = -79; -"@MMK_R_w" = -49; -"@MMK_R_x" = -3; -"@MMK_R_y" = -34; -"@MMK_R_z" = -7; -"@MMK_R_zero" = -43; -}; -"@MMK_L_plus" = { -"@MMK_R_A" = -38; -"@MMK_R_H" = -8; -"@MMK_R_I.ss02" = -47; -"@MMK_R_J" = -42; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = -59; -"@MMK_R_U" = 0; -"@MMK_R_V" = -50; -"@MMK_R_W" = -26; -"@MMK_R_Y" = -86; -"@MMK_R_Z" = -35; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_f" = 0; -"@MMK_R_g" = 0; -"@MMK_R_i" = -16; -"@MMK_R_j" = -14; -"@MMK_R_l" = -16; -"@MMK_R_n" = -16; -"@MMK_R_s" = 0; -"@MMK_R_t" = 0; -"@MMK_R_u" = -6; -"@MMK_R_z" = -15; -}; -"@MMK_L_question" = { -"@MMK_R_A" = -66; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -68; -"@MMK_R_O" = 20; -"@MMK_R_S" = 14; -"@MMK_R_T" = 8; -"@MMK_R_U" = 9; -"@MMK_R_V" = -14; -"@MMK_R_W" = -2; -"@MMK_R_X" = -46; -"@MMK_R_Y" = -32; -"@MMK_R_Z" = -6; -"@MMK_R_a" = -3; -"@MMK_R_a.ss04" = -3; -"@MMK_R_asterisk" = 11; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = 29; -"@MMK_R_colon.ss01" = -3; -"@MMK_R_comma" = -65; -"@MMK_R_comma.ss01" = -97; -"@MMK_R_e" = -3; -"@MMK_R_f" = 19; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -21; -"@MMK_R_guillemetright" = 10; -"@MMK_R_hyphen" = -17; -"@MMK_R_hyphen.case" = 2; -"@MMK_R_i" = -2; -"@MMK_R_j" = 0; -"@MMK_R_l" = -2; -"@MMK_R_n" = -6; -"@MMK_R_parenleft" = 3; -"@MMK_R_parenright" = -48; -"@MMK_R_parenright.case" = -39; -"@MMK_R_period" = -65; -"@MMK_R_period.ss01" = -99; -"@MMK_R_pi" = 19; -"@MMK_R_question" = 18; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = 18; -"@MMK_R_quotedblleft.ss01" = 2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 5; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 29; -"@MMK_R_slash" = -69; -"@MMK_R_t" = 19; -"@MMK_R_u" = 0; -"@MMK_R_v" = 21; -"@MMK_R_w" = 20; -"@MMK_R_x" = 0; -"@MMK_R_y" = 21; -"@MMK_R_z" = 0; -}; -"@MMK_L_questiondown" = { -"@MMK_R_A" = 25; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 18; -"@MMK_R_O" = -74; -"@MMK_R_S" = -46; -"@MMK_R_T" = -89; -"@MMK_R_U" = -61; -"@MMK_R_V" = -126; -"@MMK_R_W" = -67; -"@MMK_R_X" = 18; -"@MMK_R_Y" = -143; -"@MMK_R_Z" = 7; -"@MMK_R_a" = -49; -"@MMK_R_a.ss04" = -22; -"@MMK_R_e" = -60; -"@MMK_R_eight" = -34; -"@MMK_R_f" = -29; -"@MMK_R_five" = -49; -"@MMK_R_four" = -80; -"@MMK_R_g" = -2; -"@MMK_R_guillemetright" = -2; -"@MMK_R_i" = -5; -"@MMK_R_j" = 65; -"@MMK_R_l" = -5; -"@MMK_R_n" = -5; -"@MMK_R_nine" = -50; -"@MMK_R_one" = -76; -"@MMK_R_parenright" = -10; -"@MMK_R_quotedbl" = -106; -"@MMK_R_quotedblleft" = -93; -"@MMK_R_quoteright" = -95; -"@MMK_R_s" = -30; -"@MMK_R_seven" = -80; -"@MMK_R_t" = -59; -"@MMK_R_three" = -40; -"@MMK_R_two" = 0; -"@MMK_R_u" = -38; -"@MMK_R_v" = -89; -"@MMK_R_w" = -44; -"@MMK_R_x" = 15; -"@MMK_R_y" = -8; -"@MMK_R_z" = 4; -"@MMK_R_zero" = -68; -}; -"@MMK_L_quotedbl" = { -"@MMK_R_A" = -92; -"@MMK_R_H" = -4; -"@MMK_R_I.ss02" = 5; -"@MMK_R_J" = -78; -"@MMK_R_O" = -2; -"@MMK_R_S" = 0; -"@MMK_R_T" = 19; -"@MMK_R_U" = 5; -"@MMK_R_V" = 21; -"@MMK_R_W" = 23; -"@MMK_R_X" = -2; -"@MMK_R_Y" = 13; -"@MMK_R_Z" = -2; -"@MMK_R_a" = -30; -"@MMK_R_a.ss04" = -27; -"@MMK_R_asterisk" = 9; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = -5; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma" = -133; -"@MMK_R_comma.ss01" = -134; -"@MMK_R_degree" = -2; -"@MMK_R_e" = -30; -"@MMK_R_egrave" = -25; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -234; -"@MMK_R_f" = 0; -"@MMK_R_five" = -6; -"@MMK_R_four" = -59; -"@MMK_R_g" = -27; -"@MMK_R_guillemetleft" = -43; -"@MMK_R_guillemetright" = -8; -"@MMK_R_hyphen" = -42; -"@MMK_R_hyphen.case" = -19; -"@MMK_R_i" = -6; -"@MMK_R_icircumflex" = 82; -"@MMK_R_j" = -6; -"@MMK_R_l" = -8; -"@MMK_R_lslash" = -17; -"@MMK_R_n" = -22; -"@MMK_R_nine" = 5; -"@MMK_R_one" = 11; -"@MMK_R_parenleft" = -12; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -9; -"@MMK_R_percent" = 7; -"@MMK_R_period" = -132; -"@MMK_R_period.ss01" = -109; -"@MMK_R_pi" = -3; -"@MMK_R_plus" = -31; -"@MMK_R_question" = 15; -"@MMK_R_quotedbl" = 3; -"@MMK_R_quotedblleft" = 2; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = 8; -"@MMK_R_quoteright" = 8; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -24; -"@MMK_R_semicolon" = -5; -"@MMK_R_seven" = 23; -"@MMK_R_slash" = -99; -"@MMK_R_t" = 0; -"@MMK_R_three" = -2; -"@MMK_R_two" = 2; -"@MMK_R_u" = -14; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -8; -"@MMK_R_y" = -2; -"@MMK_R_z" = -18; -"@MMK_R_zero" = -3; -}; -"@MMK_L_quotedblbase" = { -"@MMK_R_A" = 19; -"@MMK_R_H" = -9; -"@MMK_R_I.ss02" = 7; -"@MMK_R_J" = 23; -"@MMK_R_O" = -57; -"@MMK_R_S" = -26; -"@MMK_R_T" = -100; -"@MMK_R_U" = -43; -"@MMK_R_V" = -125; -"@MMK_R_W" = -77; -"@MMK_R_X" = 11; -"@MMK_R_Y" = -158; -"@MMK_R_Z" = 13; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -13; -"@MMK_R_asterisk" = -143; -"@MMK_R_colon" = 5; -"@MMK_R_comma" = 23; -"@MMK_R_e" = -41; -"@MMK_R_egrave" = -41; -"@MMK_R_eight" = -18; -"@MMK_R_ellipsis" = -2; -"@MMK_R_f" = -38; -"@MMK_R_five" = -29; -"@MMK_R_four" = -16; -"@MMK_R_g" = -11; -"@MMK_R_guillemetleft" = -44; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -41; -"@MMK_R_hyphen.case" = -115; -"@MMK_R_i" = -11; -"@MMK_R_icircumflex" = -11; -"@MMK_R_j" = 55; -"@MMK_R_l" = -11; -"@MMK_R_lslash" = -20; -"@MMK_R_n" = -11; -"@MMK_R_nine" = -30; -"@MMK_R_one" = -90; -"@MMK_R_parenleft" = -19; -"@MMK_R_percent" = -95; -"@MMK_R_period" = 19; -"@MMK_R_pi" = -34; -"@MMK_R_plus" = -99; -"@MMK_R_question" = -90; -"@MMK_R_quotedblleft" = -133; -"@MMK_R_quotedblright" = -271; -"@MMK_R_quoteright" = -133; -"@MMK_R_s" = -16; -"@MMK_R_seven" = -93; -"@MMK_R_slash" = 37; -"@MMK_R_t" = -51; -"@MMK_R_three" = -23; -"@MMK_R_two" = 0; -"@MMK_R_u" = -29; -"@MMK_R_v" = -90; -"@MMK_R_w" = -51; -"@MMK_R_x" = 8; -"@MMK_R_y" = -18; -"@MMK_R_z" = 2; -"@MMK_R_zero" = -55; -}; -"@MMK_L_quotedblbase.ss01" = { -"@MMK_R_A" = 5; -"@MMK_R_H" = -20; -"@MMK_R_I.ss02" = -5; -"@MMK_R_J" = 10; -"@MMK_R_O" = -43; -"@MMK_R_S" = -16; -"@MMK_R_T" = -109; -"@MMK_R_U" = -35; -"@MMK_R_V" = -117; -"@MMK_R_W" = -73; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -174; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -25; -"@MMK_R_a.ss04" = -7; -"@MMK_R_asterisk" = -134; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_e" = -30; -"@MMK_R_egrave" = -30; -"@MMK_R_eight" = -10; -"@MMK_R_f" = -46; -"@MMK_R_five" = -20; -"@MMK_R_four" = 0; -"@MMK_R_g" = -18; -"@MMK_R_guillemetleft" = -29; -"@MMK_R_guillemetright" = -15; -"@MMK_R_hyphen" = -15; -"@MMK_R_hyphen.case" = -100; -"@MMK_R_i" = -20; -"@MMK_R_icircumflex" = -20; -"@MMK_R_j" = 41; -"@MMK_R_l" = -20; -"@MMK_R_lslash" = -14; -"@MMK_R_n" = -20; -"@MMK_R_nine" = -21; -"@MMK_R_one" = -98; -"@MMK_R_parenleft" = -14; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = -14; -"@MMK_R_percent" = -104; -"@MMK_R_period.ss01" = -14; -"@MMK_R_pi" = -43; -"@MMK_R_plus" = -76; -"@MMK_R_quotedbl" = -134; -"@MMK_R_quotedblleft.ss01" = -134; -"@MMK_R_quoteright.ss01" = -134; -"@MMK_R_s" = -6; -"@MMK_R_seven" = -102; -"@MMK_R_slash" = 41; -"@MMK_R_t" = -50; -"@MMK_R_three" = -13; -"@MMK_R_two" = -7; -"@MMK_R_u" = -24; -"@MMK_R_v" = -77; -"@MMK_R_w" = -46; -"@MMK_R_x" = -2; -"@MMK_R_y" = -26; -"@MMK_R_z" = -7; -"@MMK_R_zero" = -41; -}; -"@MMK_L_quotedblleft" = { -"@MMK_R_A" = -69; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -75; -"@MMK_R_O" = 16; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 3; -"@MMK_R_V" = 8; -"@MMK_R_W" = 19; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 8; -"@MMK_R_Z" = -7; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asterisk" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 11; -"@MMK_R_comma" = -133; -"@MMK_R_degree" = -15; -"@MMK_R_e" = -8; -"@MMK_R_egrave" = -8; -"@MMK_R_eight" = -5; -"@MMK_R_ellipsis" = -271; -"@MMK_R_f" = 16; -"@MMK_R_five" = 0; -"@MMK_R_four" = -33; -"@MMK_R_g" = -4; -"@MMK_R_guillemetleft" = -26; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -28; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = 24; -"@MMK_R_j" = -4; -"@MMK_R_l" = -5; -"@MMK_R_lslash" = -14; -"@MMK_R_n" = -11; -"@MMK_R_nine" = 15; -"@MMK_R_one" = 17; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = -11; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -132; -"@MMK_R_pi" = 13; -"@MMK_R_plus" = -7; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 11; -"@MMK_R_seven" = 16; -"@MMK_R_slash" = -78; -"@MMK_R_t" = 16; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -5; -"@MMK_R_v" = 0; -"@MMK_R_w" = 4; -"@MMK_R_x" = -8; -"@MMK_R_y" = 0; -"@MMK_R_z" = -7; -"@MMK_R_zero" = 15; -}; -"@MMK_L_quotedblleft.ss01" = { -"@MMK_R_A" = -72; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -77; -"@MMK_R_O" = 4; -"@MMK_R_S" = 0; -"@MMK_R_T" = 6; -"@MMK_R_U" = 4; -"@MMK_R_V" = 15; -"@MMK_R_W" = 19; -"@MMK_R_X" = -3; -"@MMK_R_Y" = 7; -"@MMK_R_Z" = -5; -"@MMK_R_a" = -10; -"@MMK_R_a.ss04" = -7; -"@MMK_R_asterisk" = 6; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon.ss01" = -12; -"@MMK_R_comma.ss01" = -134; -"@MMK_R_degree" = -5; -"@MMK_R_e" = -10; -"@MMK_R_egrave" = -7; -"@MMK_R_eight" = -6; -"@MMK_R_f" = 0; -"@MMK_R_five" = -2; -"@MMK_R_four" = -31; -"@MMK_R_g" = -7; -"@MMK_R_guillemetleft" = -22; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -15; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -5; -"@MMK_R_icircumflex" = 62; -"@MMK_R_j" = -5; -"@MMK_R_l" = -5; -"@MMK_R_lslash" = -2; -"@MMK_R_n" = -20; -"@MMK_R_nine" = 5; -"@MMK_R_one" = 9; -"@MMK_R_parenleft" = -2; -"@MMK_R_parenright" = -16; -"@MMK_R_parenright.case" = -11; -"@MMK_R_percent" = 0; -"@MMK_R_period.ss01" = -135; -"@MMK_R_pi" = -2; -"@MMK_R_plus" = -11; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quoteright.ss01" = 3; -"@MMK_R_s" = -6; -"@MMK_R_seven" = 12; -"@MMK_R_slash" = -78; -"@MMK_R_t" = 0; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -13; -"@MMK_R_v" = 9; -"@MMK_R_w" = 5; -"@MMK_R_x" = -7; -"@MMK_R_y" = 7; -"@MMK_R_z" = -16; -"@MMK_R_zero" = 3; -}; -"@MMK_L_quoteleft" = { -"@MMK_R_A" = -69; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -75; -"@MMK_R_O" = 16; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 3; -"@MMK_R_V" = 8; -"@MMK_R_W" = 19; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 8; -"@MMK_R_Z" = -7; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asterisk" = -2; -"@MMK_R_bracketright" = -2; -"@MMK_R_colon" = 11; -"@MMK_R_comma" = -133; -"@MMK_R_degree" = -15; -"@MMK_R_e" = -8; -"@MMK_R_egrave" = -8; -"@MMK_R_eight" = -5; -"@MMK_R_ellipsis" = -133; -"@MMK_R_f" = 16; -"@MMK_R_five" = 0; -"@MMK_R_four" = -33; -"@MMK_R_g" = -4; -"@MMK_R_guillemetleft" = -26; -"@MMK_R_guillemetright" = -6; -"@MMK_R_hyphen" = -21; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = -4; -"@MMK_R_icircumflex" = 24; -"@MMK_R_j" = -4; -"@MMK_R_l" = -5; -"@MMK_R_n" = -11; -"@MMK_R_nine" = 15; -"@MMK_R_one" = 17; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -15; -"@MMK_R_parenright.case" = -11; -"@MMK_R_percent" = -2; -"@MMK_R_period" = -132; -"@MMK_R_pi" = 13; -"@MMK_R_plus" = -7; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_s" = -2; -"@MMK_R_semicolon" = 11; -"@MMK_R_seven" = 16; -"@MMK_R_slash" = -78; -"@MMK_R_t" = 16; -"@MMK_R_three" = -2; -"@MMK_R_two" = 0; -"@MMK_R_u" = -5; -"@MMK_R_v" = 0; -"@MMK_R_w" = 4; -"@MMK_R_x" = -8; -"@MMK_R_y" = 0; -"@MMK_R_z" = -7; -"@MMK_R_zero" = 15; -}; -"@MMK_L_quoteright" = { -"@MMK_R_A" = -90; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 10; -"@MMK_R_J" = -73; -"@MMK_R_O" = 0; -"@MMK_R_S" = 13; -"@MMK_R_T" = 28; -"@MMK_R_U" = 5; -"@MMK_R_V" = 0; -"@MMK_R_W" = 9; -"@MMK_R_X" = -20; -"@MMK_R_Y" = -5; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -31; -"@MMK_R_a.ss04" = -25; -"@MMK_R_asterisk" = 15; -"@MMK_R_bracketright" = -3; -"@MMK_R_colon" = -2; -"@MMK_R_comma" = -133; -"@MMK_R_e" = -33; -"@MMK_R_egrave" = -24; -"@MMK_R_eight" = 6; -"@MMK_R_ellipsis" = -271; -"@MMK_R_f" = 8; -"@MMK_R_five" = -2; -"@MMK_R_four" = -57; -"@MMK_R_g" = -28; -"@MMK_R_guillemetleft" = -47; -"@MMK_R_guillemetright" = -2; -"@MMK_R_hyphen" = -60; -"@MMK_R_hyphen.case" = -20; -"@MMK_R_i" = -9; -"@MMK_R_icircumflex" = 78; -"@MMK_R_j" = -9; -"@MMK_R_l" = -5; -"@MMK_R_lslash" = -16; -"@MMK_R_n" = -16; -"@MMK_R_nine" = 18; -"@MMK_R_one" = 20; -"@MMK_R_parenleft" = -7; -"@MMK_R_parenright" = -31; -"@MMK_R_parenright.case" = -25; -"@MMK_R_percent" = 16; -"@MMK_R_period" = -132; -"@MMK_R_pi" = 6; -"@MMK_R_plus" = -27; -"@MMK_R_question" = 29; -"@MMK_R_quotedbl" = 8; -"@MMK_R_quotedblleft" = 13; -"@MMK_R_quotedblright" = 2; -"@MMK_R_quoteright" = 2; -"@MMK_R_s" = -22; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = 23; -"@MMK_R_slash" = -99; -"@MMK_R_t" = 8; -"@MMK_R_three" = 6; -"@MMK_R_two" = 14; -"@MMK_R_u" = -9; -"@MMK_R_v" = 7; -"@MMK_R_w" = 5; -"@MMK_R_x" = -2; -"@MMK_R_y" = 4; -"@MMK_R_z" = -12; -"@MMK_R_zero" = 0; -}; -"@MMK_L_quoteright.ss01" = { -"@MMK_R_A" = -88; -"@MMK_R_H" = -6; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -82; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 10; -"@MMK_R_U" = 0; -"@MMK_R_V" = 16; -"@MMK_R_W" = 12; -"@MMK_R_X" = -7; -"@MMK_R_Y" = 0; -"@MMK_R_Z" = -8; -"@MMK_R_a" = -28; -"@MMK_R_a.ss04" = -24; -"@MMK_R_asterisk" = 2; -"@MMK_R_bracketright" = -4; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma.ss01" = -134; -"@MMK_R_e" = -29; -"@MMK_R_egrave" = -26; -"@MMK_R_eight" = 0; -"@MMK_R_f" = 0; -"@MMK_R_five" = -6; -"@MMK_R_four" = -58; -"@MMK_R_g" = -25; -"@MMK_R_guillemetleft" = -43; -"@MMK_R_guillemetright" = -4; -"@MMK_R_hyphen" = -43; -"@MMK_R_hyphen.case" = -9; -"@MMK_R_i" = -11; -"@MMK_R_icircumflex" = 67; -"@MMK_R_j" = -11; -"@MMK_R_l" = -10; -"@MMK_R_lslash" = -17; -"@MMK_R_n" = -21; -"@MMK_R_nine" = 4; -"@MMK_R_one" = 8; -"@MMK_R_parenleft" = -10; -"@MMK_R_parenright" = -17; -"@MMK_R_parenright.case" = -12; -"@MMK_R_percent" = 0; -"@MMK_R_period.ss01" = -135; -"@MMK_R_pi" = -2; -"@MMK_R_plus" = -24; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = -19; -"@MMK_R_seven" = 15; -"@MMK_R_slash" = -96; -"@MMK_R_t" = 0; -"@MMK_R_three" = -2; -"@MMK_R_two" = 3; -"@MMK_R_u" = -14; -"@MMK_R_v" = 4; -"@MMK_R_w" = 2; -"@MMK_R_x" = -7; -"@MMK_R_y" = 2; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_r" = { -"@MMK_R_A" = -45; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -68; -"@MMK_R_O" = 26; -"@MMK_R_S" = 16; -"@MMK_R_T" = 0; -"@MMK_R_U" = 14; -"@MMK_R_V" = -20; -"@MMK_R_W" = 0; -"@MMK_R_X" = -66; -"@MMK_R_Y" = -41; -"@MMK_R_Z" = -8; -"@MMK_R_a" = 9; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asciicircum" = -22; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = -66; -"@MMK_R_bracketright" = -64; -"@MMK_R_colon" = 28; -"@MMK_R_colon.ss01" = -2; -"@MMK_R_comma" = -72; -"@MMK_R_comma.ss01" = -92; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eightsuperior" = 11; -"@MMK_R_ellipsis" = -84; -"@MMK_R_exclam" = 7; -"@MMK_R_f" = 22; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -2; -"@MMK_R_foursuperior" = 15; -"@MMK_R_g" = 13; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 17; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 2; -"@MMK_R_igrave" = 2; -"@MMK_R_imacron" = 2; -"@MMK_R_itilde" = 2; -"@MMK_R_j" = 2; -"@MMK_R_l" = 3; -"@MMK_R_l.ss02" = 12; -"@MMK_R_l.ss03" = 8; -"@MMK_R_lslash" = 2; -"@MMK_R_n" = 2; -"@MMK_R_ninesuperior" = 0; -"@MMK_R_one" = 20; -"@MMK_R_onesuperior" = -22; -"@MMK_R_oslash" = 12; -"@MMK_R_parenright" = -47; -"@MMK_R_period" = -72; -"@MMK_R_period.ss01" = -93; -"@MMK_R_question" = 15; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = 12; -"@MMK_R_quotedblleft.ss01" = 0; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 10; -"@MMK_R_semicolon" = 29; -"@MMK_R_sevensuperior" = -27; -"@MMK_R_sixsuperior" = 9; -"@MMK_R_slash" = -52; -"@MMK_R_t" = 22; -"@MMK_R_threesuperior" = 10; -"@MMK_R_trademark" = -42; -"@MMK_R_twosuperior" = 2; -"@MMK_R_u" = 16; -"@MMK_R_underscore" = -71; -"@MMK_R_v" = 31; -"@MMK_R_w" = 28; -"@MMK_R_x" = 9; -"@MMK_R_y" = 27; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 25; -}; -"@MMK_L_s" = { -"@MMK_R_A" = 2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 15; -"@MMK_R_J" = 33; -"@MMK_R_O" = 0; -"@MMK_R_S" = 8; -"@MMK_R_T" = -72; -"@MMK_R_U" = -6; -"@MMK_R_V" = -67; -"@MMK_R_W" = -39; -"@MMK_R_X" = -6; -"@MMK_R_Y" = -105; -"@MMK_R_Z" = 22; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 13; -"@MMK_R_asciicircum" = -58; -"@MMK_R_asterisk" = -51; -"@MMK_R_braceright" = -38; -"@MMK_R_bracketright" = -37; -"@MMK_R_colon" = 26; -"@MMK_R_colon.ss01" = 2; -"@MMK_R_comma" = 29; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -22; -"@MMK_R_ellipsis" = 8; -"@MMK_R_exclam" = 16; -"@MMK_R_f" = 0; -"@MMK_R_fivesuperior" = -27; -"@MMK_R_four" = 21; -"@MMK_R_foursuperior" = -15; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 19; -"@MMK_R_guillemetleft" = -6; -"@MMK_R_guillemetright" = -12; -"@MMK_R_hyphen" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_l.ss02" = 0; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 8; -"@MMK_R_ninesuperior" = -26; -"@MMK_R_one" = -11; -"@MMK_R_onesuperior" = -68; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -51; -"@MMK_R_period" = 27; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = -37; -"@MMK_R_question.ss01" = -47; -"@MMK_R_quotedbl" = -41; -"@MMK_R_quotedblleft" = -32; -"@MMK_R_quotedblleft.ss01" = -22; -"@MMK_R_quotedblright" = -17; -"@MMK_R_quoteright" = -17; -"@MMK_R_quoteright.ss01" = -18; -"@MMK_R_s" = 15; -"@MMK_R_semicolon" = 26; -"@MMK_R_sevensuperior" = -72; -"@MMK_R_sixsuperior" = -33; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -21; -"@MMK_R_trademark" = -76; -"@MMK_R_twosuperior" = -16; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = -5; -"@MMK_R_v" = -24; -"@MMK_R_w" = -12; -"@MMK_R_x" = -10; -"@MMK_R_y" = -29; -"@MMK_R_z" = 15; -"@MMK_R_zero" = 0; -}; -"@MMK_L_seven" = { -"@MMK_R_A" = -86; -"@MMK_R_H" = 5; -"@MMK_R_I.ss02" = 21; -"@MMK_R_J" = -59; -"@MMK_R_O" = 4; -"@MMK_R_S" = 22; -"@MMK_R_T" = 36; -"@MMK_R_U" = 19; -"@MMK_R_V" = 35; -"@MMK_R_W" = 37; -"@MMK_R_X" = 0; -"@MMK_R_Y" = 26; -"@MMK_R_Z" = 8; -"@MMK_R_a" = -34; -"@MMK_R_a.ss04" = -33; -"@MMK_R_asterisk" = 30; -"@MMK_R_bracketright" = 11; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -110; -"@MMK_R_degree" = 15; -"@MMK_R_e" = -38; -"@MMK_R_egrave" = -17; -"@MMK_R_eight" = 13; -"@MMK_R_ellipsis" = -105; -"@MMK_R_f" = 3; -"@MMK_R_five" = 5; -"@MMK_R_four" = -60; -"@MMK_R_g" = -31; -"@MMK_R_guillemetleft" = -40; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = -51; -"@MMK_R_hyphen.case" = -18; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 102; -"@MMK_R_j" = 0; -"@MMK_R_n" = -10; -"@MMK_R_nine" = 25; -"@MMK_R_one" = 24; -"@MMK_R_parenleft" = 0; -"@MMK_R_parenright" = -3; -"@MMK_R_parenright.case" = 0; -"@MMK_R_percent" = 29; -"@MMK_R_period" = -88; -"@MMK_R_period.ss01" = -111; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -28; -"@MMK_R_question" = 37; -"@MMK_R_quotedbl" = 22; -"@MMK_R_quotedblleft" = 23; -"@MMK_R_quotedblleft.ss01" = 10; -"@MMK_R_quotedblright" = 29; -"@MMK_R_quoteright" = 29; -"@MMK_R_quoteright.ss01" = 11; -"@MMK_R_s" = -29; -"@MMK_R_semicolon" = -2; -"@MMK_R_seven" = 36; -"@MMK_R_slash" = -86; -"@MMK_R_t" = 0; -"@MMK_R_three" = 10; -"@MMK_R_two" = 22; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = 0; -"@MMK_R_y" = 0; -"@MMK_R_z" = -5; -"@MMK_R_zero" = 3; -}; -"@MMK_L_seven.numr" = { -"@MMK_R_fraction" = -30; -}; -"@MMK_L_six" = { -"@MMK_R_A" = -2; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 11; -"@MMK_R_J" = 20; -"@MMK_R_O" = 10; -"@MMK_R_S" = 22; -"@MMK_R_T" = 0; -"@MMK_R_U" = 3; -"@MMK_R_V" = -26; -"@MMK_R_W" = -10; -"@MMK_R_X" = -16; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = 20; -"@MMK_R_a" = 12; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -30; -"@MMK_R_colon" = 19; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -2; -"@MMK_R_degree" = -14; -"@MMK_R_e" = 11; -"@MMK_R_egrave" = 11; -"@MMK_R_eight" = 29; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 5; -"@MMK_R_five" = 18; -"@MMK_R_four" = 31; -"@MMK_R_g" = 10; -"@MMK_R_guillemetleft" = 15; -"@MMK_R_guillemetright" = 0; -"@MMK_R_hyphen" = 22; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 58; -"@MMK_R_j" = 3; -"@MMK_R_l" = 3; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 17; -"@MMK_R_one" = 5; -"@MMK_R_parenleft" = 19; -"@MMK_R_parenright" = -54; -"@MMK_R_parenright.case" = -40; -"@MMK_R_percent" = -4; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -6; -"@MMK_R_pi" = 5; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 7; -"@MMK_R_quotedbl" = -13; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = -27; -"@MMK_R_quoteright" = -27; -"@MMK_R_quoteright.ss01" = -5; -"@MMK_R_s" = 16; -"@MMK_R_semicolon" = 20; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = -2; -"@MMK_R_t" = 5; -"@MMK_R_three" = 24; -"@MMK_R_two" = 17; -"@MMK_R_u" = 12; -"@MMK_R_v" = 7; -"@MMK_R_w" = 5; -"@MMK_R_x" = 0; -"@MMK_R_y" = 8; -"@MMK_R_z" = 6; -"@MMK_R_zero" = 11; -}; -"@MMK_L_slash" = { -"@MMK_R_A" = -84; -"@MMK_R_H" = 31; -"@MMK_R_I.ss02" = 57; -"@MMK_R_J" = -38; -"@MMK_R_O" = 0; -"@MMK_R_S" = 9; -"@MMK_R_T" = 74; -"@MMK_R_U" = 46; -"@MMK_R_V" = 55; -"@MMK_R_W" = 63; -"@MMK_R_X" = 28; -"@MMK_R_Y" = 49; -"@MMK_R_Z" = 43; -"@MMK_R_a" = -32; -"@MMK_R_a.ss04" = -29; -"@MMK_R_asterisk" = 37; -"@MMK_R_bracketright" = 40; -"@MMK_R_colon" = -10; -"@MMK_R_colon.ss01" = -14; -"@MMK_R_comma" = -87; -"@MMK_R_comma.ss01" = -97; -"@MMK_R_e" = -32; -"@MMK_R_egrave" = -15; -"@MMK_R_eight" = 0; -"@MMK_R_ellipsis" = -97; -"@MMK_R_f" = 0; -"@MMK_R_five" = 23; -"@MMK_R_four" = -41; -"@MMK_R_g" = -30; -"@MMK_R_guillemetleft" = -46; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = -47; -"@MMK_R_hyphen.case" = -30; -"@MMK_R_i" = 24; -"@MMK_R_icircumflex" = 95; -"@MMK_R_j" = 24; -"@MMK_R_l" = 29; -"@MMK_R_lslash" = 12; -"@MMK_R_n" = -20; -"@MMK_R_nine" = 9; -"@MMK_R_one" = 22; -"@MMK_R_parenleft" = -7; -"@MMK_R_parenright" = 14; -"@MMK_R_parenright.case" = 22; -"@MMK_R_percent" = 16; -"@MMK_R_period" = -87; -"@MMK_R_period.ss01" = -98; -"@MMK_R_pi" = 0; -"@MMK_R_plus" = -41; -"@MMK_R_question" = 16; -"@MMK_R_quotedbl" = 47; -"@MMK_R_quotedblleft" = 13; -"@MMK_R_quotedblleft.ss01" = 13; -"@MMK_R_quotedblright" = 37; -"@MMK_R_quoteright" = 37; -"@MMK_R_quoteright.ss01" = 44; -"@MMK_R_s" = -26; -"@MMK_R_seven" = 64; -"@MMK_R_slash" = -132; -"@MMK_R_t" = 0; -"@MMK_R_three" = 0; -"@MMK_R_two" = 7; -"@MMK_R_u" = -11; -"@MMK_R_v" = 0; -"@MMK_R_w" = 0; -"@MMK_R_x" = -7; -"@MMK_R_y" = 0; -"@MMK_R_z" = -17; -"@MMK_R_zero" = 0; -}; -"@MMK_L_t" = { -"@MMK_R_A" = 8; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 10; -"@MMK_R_O" = 6; -"@MMK_R_S" = 0; -"@MMK_R_T" = -5; -"@MMK_R_V" = -33; -"@MMK_R_W" = -11; -"@MMK_R_X" = 0; -"@MMK_R_Y" = -58; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -33; -"@MMK_R_asterisk" = -3; -"@MMK_R_braceright" = -13; -"@MMK_R_bracketright" = -12; -"@MMK_R_colon" = 18; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 18; -"@MMK_R_comma.ss01" = -11; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -4; -"@MMK_R_ellipsis" = -6; -"@MMK_R_exclam" = 2; -"@MMK_R_f" = 8; -"@MMK_R_fivesuperior" = -9; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -2; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -12; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = -11; -"@MMK_R_icircumflex" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 32; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -10; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -30; -"@MMK_R_parenright" = -41; -"@MMK_R_period" = 17; -"@MMK_R_period.ss01" = -14; -"@MMK_R_question" = 0; -"@MMK_R_question.ss01" = -2; -"@MMK_R_quotedbl" = -17; -"@MMK_R_quotedblleft" = -2; -"@MMK_R_quotedblleft.ss01" = -11; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = -7; -"@MMK_R_s" = 2; -"@MMK_R_semicolon" = 18; -"@MMK_R_sevensuperior" = -35; -"@MMK_R_sixsuperior" = -5; -"@MMK_R_slash" = 11; -"@MMK_R_t" = 5; -"@MMK_R_threesuperior" = -4; -"@MMK_R_trademark" = -56; -"@MMK_R_twosuperior" = -10; -"@MMK_R_underscore" = 16; -"@MMK_R_v" = 9; -"@MMK_R_w" = 8; -"@MMK_R_x" = 8; -"@MMK_R_y" = 8; -"@MMK_R_z" = 7; -"@MMK_R_zero" = 5; -}; -"@MMK_L_three" = { -"@MMK_R_A" = 0; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 15; -"@MMK_R_J" = 23; -"@MMK_R_O" = 4; -"@MMK_R_S" = 23; -"@MMK_R_T" = -2; -"@MMK_R_U" = 0; -"@MMK_R_V" = -26; -"@MMK_R_W" = -13; -"@MMK_R_X" = -13; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = 23; -"@MMK_R_a" = 7; -"@MMK_R_a.ss04" = 18; -"@MMK_R_asterisk" = -2; -"@MMK_R_bracketright" = -22; -"@MMK_R_colon" = 22; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 12; -"@MMK_R_comma.ss01" = 0; -"@MMK_R_degree" = -13; -"@MMK_R_e" = 5; -"@MMK_R_egrave" = 5; -"@MMK_R_eight" = 25; -"@MMK_R_ellipsis" = 0; -"@MMK_R_f" = 6; -"@MMK_R_five" = 14; -"@MMK_R_four" = 31; -"@MMK_R_g" = 3; -"@MMK_R_guillemetleft" = 0; -"@MMK_R_guillemetright" = 3; -"@MMK_R_hyphen" = 13; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 67; -"@MMK_R_j" = 3; -"@MMK_R_l" = 2; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 19; -"@MMK_R_one" = 7; -"@MMK_R_parenleft" = 14; -"@MMK_R_parenright" = -51; -"@MMK_R_parenright.case" = -36; -"@MMK_R_percent" = 0; -"@MMK_R_period" = 11; -"@MMK_R_period.ss01" = -2; -"@MMK_R_pi" = 4; -"@MMK_R_plus" = -3; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -12; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = -18; -"@MMK_R_quoteright" = -18; -"@MMK_R_quoteright.ss01" = -8; -"@MMK_R_s" = 17; -"@MMK_R_semicolon" = 23; -"@MMK_R_seven" = 0; -"@MMK_R_slash" = 0; -"@MMK_R_t" = 6; -"@MMK_R_three" = 24; -"@MMK_R_two" = 12; -"@MMK_R_u" = 7; -"@MMK_R_v" = 2; -"@MMK_R_w" = 4; -"@MMK_R_x" = 0; -"@MMK_R_y" = 3; -"@MMK_R_z" = 11; -"@MMK_R_zero" = 4; -}; -"@MMK_L_two" = { -"@MMK_R_A" = 26; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 16; -"@MMK_R_J" = 28; -"@MMK_R_O" = 11; -"@MMK_R_S" = 6; -"@MMK_R_T" = -5; -"@MMK_R_U" = -2; -"@MMK_R_V" = -31; -"@MMK_R_W" = -17; -"@MMK_R_X" = 14; -"@MMK_R_Y" = -45; -"@MMK_R_Z" = 23; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 6; -"@MMK_R_asterisk" = -4; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 29; -"@MMK_R_colon.ss01" = 14; -"@MMK_R_comma" = 36; -"@MMK_R_comma.ss01" = 3; -"@MMK_R_degree" = -18; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eight" = 11; -"@MMK_R_ellipsis" = 17; -"@MMK_R_f" = 8; -"@MMK_R_five" = 0; -"@MMK_R_four" = 0; -"@MMK_R_g" = 0; -"@MMK_R_guillemetleft" = -16; -"@MMK_R_guillemetright" = 6; -"@MMK_R_hyphen" = 0; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 52; -"@MMK_R_j" = 54; -"@MMK_R_l" = 0; -"@MMK_R_n" = 0; -"@MMK_R_nine" = 9; -"@MMK_R_one" = 10; -"@MMK_R_parenleft" = 5; -"@MMK_R_parenright" = -25; -"@MMK_R_parenright.case" = -5; -"@MMK_R_percent" = -3; -"@MMK_R_period" = 35; -"@MMK_R_period.ss01" = 0; -"@MMK_R_pi" = 9; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 0; -"@MMK_R_quotedbl" = -16; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -6; -"@MMK_R_quotedblright" = -7; -"@MMK_R_quoteright" = -7; -"@MMK_R_quoteright.ss01" = -3; -"@MMK_R_s" = 13; -"@MMK_R_semicolon" = 29; -"@MMK_R_seven" = 2; -"@MMK_R_slash" = 36; -"@MMK_R_t" = 8; -"@MMK_R_three" = 2; -"@MMK_R_two" = 16; -"@MMK_R_u" = 0; -"@MMK_R_v" = 0; -"@MMK_R_w" = 2; -"@MMK_R_x" = 22; -"@MMK_R_y" = 2; -"@MMK_R_z" = 15; -"@MMK_R_zero" = 10; -}; -"@MMK_L_twosuperior" = { -"@MMK_R_A" = -52; -"@MMK_R_H" = -5; -"@MMK_R_I.ss02" = -2; -"@MMK_R_O" = 13; -"@MMK_R_S" = 0; -"@MMK_R_T" = 8; -"@MMK_R_U" = 4; -"@MMK_R_V" = -3; -"@MMK_R_W" = 0; -"@MMK_R_X" = -25; -"@MMK_R_Y" = -10; -"@MMK_R_Z" = -10; -"@MMK_R_asterisk" = 0; -"@MMK_R_bracketright" = -11; -"@MMK_R_colon" = -2; -"@MMK_R_colon.ss01" = -8; -"@MMK_R_comma" = -133; -"@MMK_R_comma.ss01" = -134; -"@MMK_R_fraction" = 30; -"@MMK_R_guillemetleft" = -7; -"@MMK_R_guillemetright" = -7; -"@MMK_R_hyphen" = -2; -"@MMK_R_hyphen.case" = 0; -"@MMK_R_parenleft" = 2; -"@MMK_R_parenright" = -40; -"@MMK_R_parenright.case" = -34; -"@MMK_R_period" = -132; -"@MMK_R_period.ss01" = -135; -"@MMK_R_plus" = 0; -"@MMK_R_question" = 5; -"@MMK_R_quotedbl" = -5; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -2; -"@MMK_R_quotedblright" = 0; -"@MMK_R_quoteright" = 0; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_semicolon" = -2; -"@MMK_R_slash" = -63; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -73; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = -49; -"@MMK_R_O" = 19; -"@MMK_R_S" = 17; -"@MMK_R_T" = 0; -"@MMK_R_U" = 15; -"@MMK_R_V" = -19; -"@MMK_R_W" = 0; -"@MMK_R_X" = -63; -"@MMK_R_Y" = -39; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -8; -"@MMK_R_a.ss04" = -4; -"@MMK_R_asciicircum" = -23; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = -62; -"@MMK_R_bracketright" = -60; -"@MMK_R_colon" = 18; -"@MMK_R_colon.ss01" = 9; -"@MMK_R_comma" = -51; -"@MMK_R_comma.ss01" = -73; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = 6; -"@MMK_R_ellipsis" = -70; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 32; -"@MMK_R_fivesuperior" = 3; -"@MMK_R_four" = -24; -"@MMK_R_foursuperior" = 22; -"@MMK_R_g" = -6; -"@MMK_R_g.ss05" = -2; -"@MMK_R_guillemetleft" = -20; -"@MMK_R_guillemetright" = 27; -"@MMK_R_hyphen" = -16; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -3; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = 29; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = -9; -"@MMK_R_parenright" = -40; -"@MMK_R_period" = -55; -"@MMK_R_period.ss01" = -74; -"@MMK_R_question" = 23; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 21; -"@MMK_R_quotedblleft.ss01" = 7; -"@MMK_R_quotedblright" = -17; -"@MMK_R_quoteright" = -17; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 18; -"@MMK_R_sevensuperior" = -35; -"@MMK_R_sixsuperior" = 13; -"@MMK_R_slash" = -76; -"@MMK_R_t" = 32; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -40; -"@MMK_R_twosuperior" = -13; -"@MMK_R_u" = 14; -"@MMK_R_underscore" = -73; -"@MMK_R_v" = 32; -"@MMK_R_w" = 31; -"@MMK_R_x" = 18; -"@MMK_R_y" = 30; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 18; -}; -"@MMK_L_w" = { -"@MMK_R_A" = -42; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = -24; -"@MMK_R_O" = 18; -"@MMK_R_S" = 21; -"@MMK_R_T" = 0; -"@MMK_R_U" = 10; -"@MMK_R_V" = -17; -"@MMK_R_W" = 0; -"@MMK_R_X" = -49; -"@MMK_R_Y" = -40; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 0; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -23; -"@MMK_R_asterisk" = 8; -"@MMK_R_braceright" = -62; -"@MMK_R_bracketright" = -59; -"@MMK_R_colon" = 28; -"@MMK_R_colon.ss01" = 7; -"@MMK_R_comma" = -29; -"@MMK_R_comma.ss01" = -44; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = 6; -"@MMK_R_ellipsis" = -44; -"@MMK_R_exclam" = 9; -"@MMK_R_f" = 29; -"@MMK_R_fivesuperior" = 0; -"@MMK_R_four" = -10; -"@MMK_R_foursuperior" = 19; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 0; -"@MMK_R_guillemetleft" = -9; -"@MMK_R_guillemetright" = 22; -"@MMK_R_hyphen" = 0; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 5; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -4; -"@MMK_R_one" = 27; -"@MMK_R_onesuperior" = -27; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -43; -"@MMK_R_period" = -31; -"@MMK_R_period.ss01" = -46; -"@MMK_R_question" = 20; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -2; -"@MMK_R_quotedblleft" = 18; -"@MMK_R_quotedblleft.ss01" = 3; -"@MMK_R_quotedblright" = -10; -"@MMK_R_quoteright" = -10; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 28; -"@MMK_R_sevensuperior" = -33; -"@MMK_R_sixsuperior" = 12; -"@MMK_R_slash" = -38; -"@MMK_R_t" = 29; -"@MMK_R_threesuperior" = 0; -"@MMK_R_trademark" = -42; -"@MMK_R_twosuperior" = -10; -"@MMK_R_u" = 10; -"@MMK_R_underscore" = -42; -"@MMK_R_v" = 30; -"@MMK_R_w" = 32; -"@MMK_R_x" = 21; -"@MMK_R_y" = 31; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 17; -}; -"@MMK_L_x" = { -"@MMK_R_A" = 25; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = 0; -"@MMK_R_J" = 23; -"@MMK_R_O" = 0; -"@MMK_R_S" = 0; -"@MMK_R_T" = 0; -"@MMK_R_U" = 0; -"@MMK_R_V" = -25; -"@MMK_R_W" = -6; -"@MMK_R_X" = 27; -"@MMK_R_Y" = -48; -"@MMK_R_Z" = 11; -"@MMK_R_a" = -26; -"@MMK_R_a.ss04" = -20; -"@MMK_R_asciicircum" = -29; -"@MMK_R_asterisk" = 0; -"@MMK_R_braceright" = 0; -"@MMK_R_bracketright" = 0; -"@MMK_R_colon" = 15; -"@MMK_R_colon.ss01" = 7; -"@MMK_R_comma" = 0; -"@MMK_R_comma.ss01" = -3; -"@MMK_R_e" = -29; -"@MMK_R_egrave" = -29; -"@MMK_R_eightsuperior" = -6; -"@MMK_R_ellipsis" = -9; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 14; -"@MMK_R_fivesuperior" = -8; -"@MMK_R_four" = -35; -"@MMK_R_foursuperior" = 3; -"@MMK_R_g" = -2; -"@MMK_R_g.ss05" = 12; -"@MMK_R_guillemetleft" = -39; -"@MMK_R_guillemetright" = 18; -"@MMK_R_hyphen" = -47; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_imacron" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 61; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = -2; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = -9; -"@MMK_R_n" = 0; -"@MMK_R_ninesuperior" = -15; -"@MMK_R_one" = 11; -"@MMK_R_onesuperior" = -32; -"@MMK_R_oslash" = -8; -"@MMK_R_parenright" = -33; -"@MMK_R_period" = 0; -"@MMK_R_period.ss01" = -3; -"@MMK_R_question" = 6; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = -10; -"@MMK_R_quotedblleft" = 0; -"@MMK_R_quotedblleft.ss01" = -7; -"@MMK_R_quotedblright" = -29; -"@MMK_R_quoteright" = -29; -"@MMK_R_quoteright.ss01" = -14; -"@MMK_R_s" = -14; -"@MMK_R_semicolon" = 15; -"@MMK_R_sevensuperior" = -40; -"@MMK_R_sixsuperior" = -2; -"@MMK_R_slash" = 14; -"@MMK_R_t" = 14; -"@MMK_R_threesuperior" = -16; -"@MMK_R_trademark" = -49; -"@MMK_R_twosuperior" = -34; -"@MMK_R_u" = 0; -"@MMK_R_underscore" = 41; -"@MMK_R_v" = 10; -"@MMK_R_w" = 21; -"@MMK_R_x" = 18; -"@MMK_R_y" = 14; -"@MMK_R_z" = 9; -"@MMK_R_zero" = 0; -}; -"@MMK_L_y" = { -"@MMK_R_A" = -74; -"@MMK_R_I.ss02" = 3; -"@MMK_R_J" = -53; -"@MMK_R_O" = 19; -"@MMK_R_S" = 17; -"@MMK_R_T" = 0; -"@MMK_R_U" = 15; -"@MMK_R_V" = -16; -"@MMK_R_W" = 0; -"@MMK_R_X" = -63; -"@MMK_R_Y" = -39; -"@MMK_R_Z" = 0; -"@MMK_R_a" = -9; -"@MMK_R_a.ss04" = -5; -"@MMK_R_asciicircum" = -23; -"@MMK_R_asterisk" = 10; -"@MMK_R_braceright" = -60; -"@MMK_R_bracketright" = -60; -"@MMK_R_colon" = 18; -"@MMK_R_colon.ss01" = 7; -"@MMK_R_comma" = -53; -"@MMK_R_comma.ss01" = -75; -"@MMK_R_e" = -9; -"@MMK_R_egrave" = -9; -"@MMK_R_eightsuperior" = 4; -"@MMK_R_ellipsis" = -72; -"@MMK_R_exclam" = 0; -"@MMK_R_f" = 32; -"@MMK_R_fivesuperior" = 3; -"@MMK_R_four" = -26; -"@MMK_R_foursuperior" = 22; -"@MMK_R_g" = -6; -"@MMK_R_g.ss05" = -4; -"@MMK_R_guillemetleft" = -21; -"@MMK_R_guillemetright" = 26; -"@MMK_R_hyphen" = -18; -"@MMK_R_i" = 0; -"@MMK_R_icircumflex" = 0; -"@MMK_R_igrave" = 0; -"@MMK_R_itilde" = 0; -"@MMK_R_j" = 0; -"@MMK_R_l" = 0; -"@MMK_R_l.ss02" = 9; -"@MMK_R_l.ss03" = 2; -"@MMK_R_lslash" = -3; -"@MMK_R_ninesuperior" = -5; -"@MMK_R_one" = 29; -"@MMK_R_onesuperior" = -28; -"@MMK_R_oslash" = -9; -"@MMK_R_parenright" = -40; -"@MMK_R_period" = -57; -"@MMK_R_period.ss01" = -75; -"@MMK_R_question" = 23; -"@MMK_R_question.ss01" = 0; -"@MMK_R_quotedbl" = 0; -"@MMK_R_quotedblleft" = 20; -"@MMK_R_quotedblleft.ss01" = 7; -"@MMK_R_quotedblright" = -17; -"@MMK_R_quoteright" = -17; -"@MMK_R_quoteright.ss01" = -2; -"@MMK_R_s" = 0; -"@MMK_R_semicolon" = 18; -"@MMK_R_sevensuperior" = -35; -"@MMK_R_sixsuperior" = 12; -"@MMK_R_slash" = -79; -"@MMK_R_t" = 32; -"@MMK_R_threesuperior" = -5; -"@MMK_R_trademark" = -40; -"@MMK_R_twosuperior" = -14; -"@MMK_R_u" = 14; -"@MMK_R_underscore" = -76; -"@MMK_R_v" = 32; -"@MMK_R_w" = 30; -"@MMK_R_x" = 16; -"@MMK_R_y" = 30; -"@MMK_R_z" = 3; -"@MMK_R_zero" = 18; -}; -"@MMK_L_z" = { -"@MMK_R_A" = 17; -"@MMK_R_H" = -2; -"@MMK_R_I.ss02" = 2; -"@MMK_R_J" = 20; -"@MMK_R_O" = 2; -"@MMK_R_S" = 0; -"@MMK_R_T" = -7; -"@MMK_R_U" = 0; -"@MMK_R_V" = -34; -"@MMK_R_W" = -16; -"@MMK_R_X" = 8; -"@MMK_R_Y" = -64; -"@MMK_R_Z" = 9; -"@MMK_R_a" = -2; -"@MMK_R_a.ss04" = 0; -"@MMK_R_asciicircum" = -35; -"@MMK_R_asterisk" = -5; -"@MMK_R_braceright" = -12; -"@MMK_R_bracketright" = -11; -"@MMK_R_colon" = 24; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = 27; -"@MMK_R_comma.ss01" = -8; -"@MMK_R_e" = 0; -"@MMK_R_egrave" = 0; -"@MMK_R_eightsuperior" = -5; -"@MMK_R_ellipsis" = -2; -"@MMK_R_exclam" = 11; -"@MMK_R_f" = 2; -"@MMK_R_fivesuperior" = -11; -"@MMK_R_four" = 0; -"@MMK_R_foursuperior" = -3; -"@MMK_R_g" = 0; -"@MMK_R_g.ss05" = 6; -"@MMK_R_guillemetleft" = -18; -"@MMK_R_guillemetright" = 4; -"@MMK_R_hyphen" = -12; -"@MMK_R_j" = 42; -"@MMK_R_l.ss03" = 0; -"@MMK_R_lslash" = 0; -"@MMK_R_ninesuperior" = -13; -"@MMK_R_one" = 0; -"@MMK_R_onesuperior" = -31; -"@MMK_R_oslash" = 0; -"@MMK_R_parenright" = -36; -"@MMK_R_period" = 26; -"@MMK_R_period.ss01" = -9; -"@MMK_R_question.ss01" = -3; -"@MMK_R_quotedbl" = -19; -"@MMK_R_quotedblleft" = -5; -"@MMK_R_quotedblleft.ss01" = -14; -"@MMK_R_quotedblright" = -12; -"@MMK_R_quoteright" = -12; -"@MMK_R_quoteright.ss01" = -11; -"@MMK_R_s" = 6; -"@MMK_R_semicolon" = 24; -"@MMK_R_sevensuperior" = -37; -"@MMK_R_sixsuperior" = -7; -"@MMK_R_slash" = 18; -"@MMK_R_t" = 0; -"@MMK_R_threesuperior" = -6; -"@MMK_R_trademark" = -59; -"@MMK_R_twosuperior" = -11; -"@MMK_R_underscore" = 26; -"@MMK_R_v" = 6; -"@MMK_R_w" = 5; -"@MMK_R_x" = 10; -"@MMK_R_y" = 4; -"@MMK_R_z" = 8; -"@MMK_R_zero" = 2; -}; -"@MMK_L_zero" = { -"@MMK_R_A" = -17; -"@MMK_R_H" = 0; -"@MMK_R_I.ss02" = -4; -"@MMK_R_J" = 0; -"@MMK_R_O" = 23; -"@MMK_R_S" = 17; -"@MMK_R_T" = -21; -"@MMK_R_U" = 12; -"@MMK_R_V" = -42; -"@MMK_R_W" = -23; -"@MMK_R_X" = -32; -"@MMK_R_Y" = -75; -"@MMK_R_Z" = 0; -"@MMK_R_a" = 26; -"@MMK_R_a.ss04" = 16; -"@MMK_R_asterisk" = -20; -"@MMK_R_bracketright" = -57; -"@MMK_R_colon" = 7; -"@MMK_R_colon.ss01" = 0; -"@MMK_R_comma" = -7; -"@MMK_R_comma.ss01" = -19; -"@MMK_R_degree" = -29; -"@MMK_R_e" = 24; -"@MMK_R_egrave" = 24; -"@MMK_R_eight" = 20; -"@MMK_R_ellipsis" = -17; -"@MMK_R_f" = 15; -"@MMK_R_five" = 16; -"@MMK_R_four" = 28; -"@MMK_R_g" = 26; -"@MMK_R_guillemetleft" = 24; -"@MMK_R_guillemetright" = -11; -"@MMK_R_hyphen" = 31; -"@MMK_R_hyphen.case" = 26; -"@MMK_R_i" = 2; -"@MMK_R_icircumflex" = 14; -"@MMK_R_j" = 2; -"@MMK_R_l" = 2; -"@MMK_R_n" = 2; -"@MMK_R_nine" = 10; -"@MMK_R_one" = 0; -"@MMK_R_parenleft" = 27; -"@MMK_R_parenright" = -61; -"@MMK_R_parenright.case" = -51; -"@MMK_R_percent" = -13; -"@MMK_R_period" = -8; -"@MMK_R_period.ss01" = -21; -"@MMK_R_pi" = 15; -"@MMK_R_question" = -8; -"@MMK_R_quotedbl" = -24; -"@MMK_R_quotedblleft" = -8; -"@MMK_R_quotedblleft.ss01" = -5; -"@MMK_R_quotedblright" = -2; -"@MMK_R_quoteright" = -2; -"@MMK_R_quoteright.ss01" = 0; -"@MMK_R_s" = 14; -"@MMK_R_semicolon" = 10; -"@MMK_R_seven" = -2; -"@MMK_R_slash" = -16; -"@MMK_R_t" = 13; -"@MMK_R_three" = 8; -"@MMK_R_two" = 0; -"@MMK_R_u" = 15; -"@MMK_R_v" = -3; -"@MMK_R_w" = 3; -"@MMK_R_x" = -13; -"@MMK_R_y" = -4; -"@MMK_R_z" = 0; -"@MMK_R_zero" = 23; +quoteleft = { +Hbar = 61; +igrave = 59; +icircumflex = 76; +imacron = 100; +jcircumflex = 75; +g.ss06 = -47; +mu = -15; +exclamdown = -13; +questiondown = -64; +questiondown.case = -64; +quotedblbase = -64; +ampersand = -54; +minus = -64; +divide = -49; +logicalnot = -64; +asciitilde = -43; }; -A = { -Dcroat = -18; -Eth = -18; -Iogonek = 23; -Jcircumflex = 29; -Lslash = -3; -Tbar = -69; -Tcedilla = -91; -Ycircumflex = -125; -Ydieresis = -125; -Ydieresis.ss01 = -125; -Ydotbelow = -125; -Ydotbelow.ss01 = -125; -Ygrave = -125; -ampersand = -10; -asciitilde = -56; -at = -37; -backslash = -105; -dollar = -28; -eight = -12; -equal = -27; -five = -24; -gbreve.ss06 = 13; -germandbls = -26; -jcircumflex = 65; -less = -30; -logicalnot = -97; -minus = -62; -multiply = -39; -nine = -24; -numbersign = -21; -ordfeminine = -101; -ordmasculine = -100; -parenleft = -13; -parenleft.case = -36; -plus = -47; -quotedbl = -103; -quotedblleft.ss01 = -80; -quoteleft = -92; -quoteright.ss01 = -77; -registered = -87; -seven = -77; -three = -17; -two = 9; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -122; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = -122; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = 21; +"@MMK_R_KO_W" = 21; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 18; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -122; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_aacute" = -61; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -63; +"@MMK_R_KO_eacute" = -62; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = -4; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -32; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -13; +"@MMK_R_KO_uacute" = -12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 45; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 13; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -116; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -10; +"@MMK_R_KO_seven" = 29; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 17; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = 15; +"@MMK_R_KO_ninesuperior" = 11; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = -64; +"@MMK_R_KO_ellipsis" = -122; +"@MMK_R_KO_question" = 26; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -122; +"@MMK_R_KO_hyphen" = -122; +"@MMK_R_KO_endash" = -122; +"@MMK_R_KO_hyphen.case" = -115; +"@MMK_R_KO_endash.case" = -23; +"@MMK_R_KO_parenright" = -8; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -8; +"@MMK_R_KO_quotedblleft" = 9; +"@MMK_R_KO_quotedblright" = 18; +"@MMK_R_KO_quoteleft" = 9; +"@MMK_R_KO_quoteright" = 18; +"@MMK_R_KO_guillemetleft" = -57; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_degree" = -2; +"@MMK_R_KO_plus" = -49; +"@MMK_R_KO_percent" = 8; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 11; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 4; +"@MMK_R_KO_J" = 3; +"@MMK_R_KO_G.ss07" = 8; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -75; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -32; +"@MMK_R_KO_W" = -19; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = -57; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -18; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 17; +"@MMK_R_KO_x" = 24; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 34; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = -23; +"@MMK_R_KO_four" = -56; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -18; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 7; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -64; +"@MMK_R_KO_eightsuperior" = 14; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 17; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 9; +"@MMK_R_KO_slash" = 33; +"@MMK_R_KO_backslash" = -20; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -63; +"@MMK_R_KO_endash" = -62; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_braceright" = -78; +"@MMK_R_KO_bracketright" = -82; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 21; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 8; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -62; +"@MMK_R_KO_asciicircum" = -13; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -22; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -19; +"@MMK_R_KO_S" = -44; +"@MMK_R_KO_T" = -156; +"@MMK_R_KO_V" = -115; +"@MMK_R_KO_W" = -83; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -149; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -47; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_a.ss05" = -22; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -15; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -27; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = -57; }; -Aacute = { -Dcroat = -18; -Eth = -18; -Tbar = -69; -Tcedilla = -91; -registered = -87; +nine.dnom = { +question = -97; +question.ss01 = -111; +parenright = -83; +parenright.case = -50; +quotedblleft = -122; +quotedblright = -122; +quoteleft = -64; +quoteright = -64; +quotedbl = -136; +quotesingle = -57; +quotedblleft.ss01 = -129; +quoteleft.ss01 = -61; +quotedblright.ss01 = -129; +quoteright.ss01 = -61; +degree = -169; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -61; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -61; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 20; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = -4; +"@MMK_R_KO_Y" = 4; +"@MMK_R_KO_Z" = -6; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_aacute" = -61; +"@MMK_R_KO_a.ss05" = -45; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -61; +"@MMK_R_KO_eacute" = -61; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -61; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -32; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_lslash" = -21; +"@MMK_R_KO_s" = -52; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -29; +"@MMK_R_KO_uacute" = -24; +"@MMK_R_KO_v" = -8; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -31; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = -7; +"@MMK_R_KO_zero" = -20; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 4; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -61; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -15; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 8; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -61; +"@MMK_R_KO_period.ss01" = -61; +"@MMK_R_KO_comma.ss01" = -61; +"@MMK_R_KO_colon.ss01" = -27; +"@MMK_R_KO_hyphen" = -61; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -61; +"@MMK_R_KO_endash.case" = -37; +"@MMK_R_KO_parenright" = -19; +"@MMK_R_KO_bracketright" = -13; +"@MMK_R_KO_parenright.case" = -18; +"@MMK_R_KO_guillemetleft" = -61; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = -61; }; -Abreve = { -Tcedilla = -91; -V = -121; +Omacron = { +Eth = 18; }; -Acircumflex = { -T = -83; -Tcedilla = -83; -Tcommaaccent = -83; -V = -82; -Y = -88; -Ydieresis = -88; -Ydotbelow = -88; +uhorndotbelow.ss01 = { +a = -23; +c = -22; +period.ss01 = -45; +ellipsis.ss01 = -56; +comma.ss01 = -35; }; -Acircumflexacute = { -T = -91; -Y = -97; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -45; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = -41; +"@MMK_R_KO_Z" = 10; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -42; +"@MMK_R_KO_a" = -25; +"@MMK_R_KO_aacute" = -25; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -6; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 7; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_pi" = 8; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = -3; +"@MMK_R_KO_two" = 24; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = 14; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -30; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -5; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 17; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_endash.case" = 7; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -74; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; }; -Acircumflexdotbelow = { -T = -83; -Y = -88; +exclamdown = { +T = -80; +V = -49; +Y = -72; +j = 87; }; -Acircumflexdotbelow.ss01 = { -T = -83; -Y = -88; +Adieresis = { +Germandbls = 1; +endash.case = -96; +registered = -103; }; -Acircumflexgrave = { -Y = -100; }; -Acircumflexhookabove = { -Y = -101; +"FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598" = { +J = { +Hbar = 42; +Oslash = 9; +a = 8; +igrave = 28; +ibreve = 43; +icaron = 83; +idieresis = 95; +jcircumflex = 99; +idieresis.ss01 = 69; +greater = 26; }; -Acircumflextilde = { -Y = -100; +exclam.ss01 = { +period.ss01 = -16; }; -Adieresis = { -T = -92; -Tcedilla = -92; -V = -89; -Y = -93; -Ydieresis = -93; -registered = -87; +ohungarumlaut = { +onesuperior = -31; +sevensuperior = -10; +parenright = -18; +bracketright = 0; +quotedblright = -28; +quotedbl = -21; +quotesingle = -17; }; -Adieresis.ss01 = { -Ydieresis.ss01 = -100; +uhornacute = { +a = -19; +a.ss05 = -13; +c = -22; +n = 0; +t = 20; +u = 12; +t_i.liga = 20; +t_t.liga = 20; +period = -29; +comma = -30; +ellipsis = -49; +question = 44; +period.ss01 = -50; +ellipsis.ss01 = -50; +comma.ss01 = -52; +parenright = -39; +quotedbl = 24; }; -Amacron = { -T = -91; -Tcedilla = -91; -V = -96; -Y = -101; -Ycircumflex = -101; +o = { +germandbls = -20; +gbreve.ss06 = 4; +ordmasculine = -78; +seven = -44; +registered = -41; +logicalnot = -59; }; -Aogonek = { -Lslash = -3; -comma = 45; -comma.ss01 = 32; -parenright = 33; -period = 23; -semicolon = 38; +ellipsis = { +Dcroat = -45; +Tbar = -140; +tbar = -68; +twosuperior = -201; +threesuperior = -205; +fivesuperior = -208; +eightsuperior = -207; +parenleft = -27; +braceright = -10; +parenleft.case = -49; +bracketright.case = 19; }; -Aring = { -Tcedilla = -91; -V = -121; -Ydieresis = -125; -Ydieresis.ss01 = -125; +Iacute = { +A = 0; +S = 6; +igrave = 20; +icircumflex = 91; +parenright.case = 19; }; -Atilde = { -V = -120; -Y = -122; -ordfeminine = -101; +sixsuperior = { +A = -85; +fraction = 0; +period = -137; +comma = -140; +slash = -89; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = -22; +parenright = -30; +guillemetleft = -40; +}; +"@MMK_L_KO_K" = { +"@MMK_R_KO_A" = 36; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -76; +"@MMK_R_KO_Oacute" = -76; +"@MMK_R_KO_J" = 32; +"@MMK_R_KO_G.ss07" = -69; +"@MMK_R_KO_S" = -42; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = -10; +"@MMK_R_KO_V" = 5; +"@MMK_R_KO_W" = 12; +"@MMK_R_KO_X" = 49; +"@MMK_R_KO_Y" = 19; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -60; +"@MMK_R_KO_a" = -65; +"@MMK_R_KO_aacute" = -60; +"@MMK_R_KO_a.ss05" = -30; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -73; +"@MMK_R_KO_eacute" = -68; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 83; +"@MMK_R_KO_itilde" = 38; +"@MMK_R_KO_j" = 60; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -44; +"@MMK_R_KO_t" = -69; +"@MMK_R_KO_u" = -53; +"@MMK_R_KO_uacute" = -48; +"@MMK_R_KO_v" = -87; +"@MMK_R_KO_w" = -66; +"@MMK_R_KO_x" = 41; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_l.ss03" = -8; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_g.ss06" = 23; +"@MMK_R_KO_t_t.liga" = -69; +"@MMK_R_KO_one" = -53; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_sixsuperior" = -27; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -15; +"@MMK_R_KO_foursuperior" = -82; +"@MMK_R_KO_fivesuperior" = -21; +"@MMK_R_KO_sevensuperior" = -1; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -2; +"@MMK_R_KO_semicolon" = -2; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -47; +"@MMK_R_KO_asterisk" = -31; +"@MMK_R_KO_slash" = 32; +"@MMK_R_KO_backslash" = 34; +"@MMK_R_KO_period.ss01" = 16; +"@MMK_R_KO_comma.ss01" = 11; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = -60; +"@MMK_R_KO_hyphen" = -65; +"@MMK_R_KO_endash" = -95; +"@MMK_R_KO_underscore" = 11; +"@MMK_R_KO_hyphen.case" = -116; +"@MMK_R_KO_parenleft" = -32; +"@MMK_R_KO_parenright" = -9; +"@MMK_R_KO_braceright" = 21; +"@MMK_R_KO_bracketright" = 21; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 50; +"@MMK_R_KO_quotedblleft" = -61; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -61; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -117; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = -46; +"@MMK_R_KO_quotedblright.ss01" = -13; +"@MMK_R_KO_quoteright.ss01" = -13; +"@MMK_R_KO_trademark" = -7; +"@MMK_R_KO_asciicircum" = -106; +}; +"@MMK_L_KO_hyphen.case" = { +"@MMK_R_KO_A" = -49; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = -10; +"@MMK_R_KO_T" = -117; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_X" = -100; +"@MMK_R_KO_Y" = -96; +"@MMK_R_KO_Z" = -49; +"@MMK_R_KO_I.ss02" = -78; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_zero" = 8; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_two" = -7; +"@MMK_R_KO_three" = -50; +"@MMK_R_KO_four" = 3; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = 9; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = -16; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -57; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = -124; +"@MMK_R_KO_comma" = -139; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -37; +"@MMK_R_KO_slash" = -56; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen.case" = 10; +"@MMK_R_KO_parenright.case" = -63; +"@MMK_R_KO_quotedblleft" = -15; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -25; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_plus" = 0; +}; +Igrave = { +j = 19; +l.ss04 = 22; }; -B = { -Hbar = 37; -Lslash = 25; -OE = 2; -Oslash = 2; -Tcedilla = -2; -acircumflexacute.ss05 = 17; -ampersand = 26; -eight = 25; -five = 14; -greater = 23; -hbar = 16; -idieresis = 44; -jcircumflex = 70; -minus = -23; -nine = 18; -parenleft = 13; -plus = -3; -three = 24; -two = 9; +five = { +icircumflex = 73; +x = -17; +ordfeminine = -20; +ordmasculine = -19; +parenleft = 21; +asciicircum = -53; }; -C = { -Lslash = 18; -OE = 12; -Tcedilla = -8; -ampersand = 19; -bracketright.case = -16; -dollar = 17; -eight = 29; -five = 15; -greater = 0; -minus = -10; -nine = 17; -numbersign = 19; -plus = 0; -seven = 0; -three = 23; -two = 13; +Tcommaaccent = { +aacute = -64; +acircumflex.ss05 = -14; +amacron.ss05 = -26; +abreve.ss05 = -47; +endash.case = -58; +}; +"@MMK_L_KO_e" = { +"@MMK_R_KO_A" = -20; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -94; +"@MMK_R_KO_W" = -57; +"@MMK_R_KO_X" = -37; +"@MMK_R_KO_Y" = -136; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -42; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_x" = -42; +"@MMK_R_KO_y" = -50; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -34; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -46; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = -56; +"@MMK_R_KO_sevensuperior" = -87; +"@MMK_R_KO_eightsuperior" = -42; +"@MMK_R_KO_ninesuperior" = -55; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -92; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = -72; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -68; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -68; +"@MMK_R_KO_braceright" = -43; +"@MMK_R_KO_bracketright" = -36; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -64; +"@MMK_R_KO_quotesingle" = -64; +"@MMK_R_KO_quotedblleft.ss01" = -30; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_quoteright.ss01" = -33; +"@MMK_R_KO_trademark" = -107; +"@MMK_R_KO_asciicircum" = -67; }; -Ccircumflex = { -jcircumflex = 36; +questiondown.ss01 = { +l.ss03 = -29; +quoteright.ss01 = -121; }; -Cdotaccent = { -Hbar = 29; +threeinferior = { +T = -134; +V = -110; +W = -64; +Y = -157; +parenright = -45; +bracketright = 0; }; -D = { -Dcroat = 28; -Eth = 28; -Hbar = 19; -Jcircumflex = 0; -Lslash = 31; -OE = 28; -Oslash = 26; -Ycircumflex = -62; -ampersand = 17; -at = 24; -bracketright.case = -28; -eight = 19; -equal = 0; -five = 15; -idotbelow = 3; -lacute = 3; -less = 0; -nine = 11; -parenleft = 29; +Adieresis.ss01 = { +endash.case = -63; +registered = -93; }; -Dcroat = { -Dcroat = 28; -acircumflexacute.ss05 = 16; -idotbelow = 3; -ihookabove = 3; +lcaron.ss03 = { +b = 101; +h = 101; +k = 101; +i = 68; +idotaccent = 68; +i.ss01 = 36; +idotaccent.ss01 = 36; +j = 82; +j.ss01 = 36; +zcaron = 49; +l.ss03 = 109; +lcaron.ss03 = 109; +sixsuperior = 139; +onesuperior = 146; +twosuperior = 64; +threesuperior = 51; +foursuperior = 88; +fivesuperior = 146; +sevensuperior = 141; +eightsuperior = 149; +ninesuperior = 152; +exclam = 165; +question = 125; +exclam.ss01 = 169; +question.ss01 = 107; +parenright = 124; +bracketright = 196; +quotedblleft = 101; +quoteleft = 101; +quotedbl = 166; +quotesingle = 167; +quotedblleft.ss01 = 123; +quoteleft.ss01 = 123; }; -E = { -H = 0; -Hbar = 48; -Iogonek = 5; -Jcircumflex = 26; -Tcedilla = 19; -asciitilde = -30; -backslash = 52; -eight = 9; -equal = 0; -exclam.ss01 = 8; -gbreve.ss06 = 10; -germandbls = 0; -idieresis = 98; -idieresis.ss01 = 67; -jcircumflex = 101; -minus = -30; -multiply = 0; -numbersign = 0; -registered = 0; -seven = 17; -three = 0; -two = 17; +f_f.liga = { +e = 4; +f = 38; +fl = 38; +i = 8; +i.ss01 = 3; +idieresis = 60; +seven = 45; +ampersand = -28; }; -Ecircumflex = { -Icircumflex = 34; +Jacute = { +Icircumflex = 38; +Imacron = 33; +Hbar = 42; +igrave = 28; +ibreve = 46; +icaron = 83; +idieresis = 95; +jcircumflex = 99; +idieresis.ss01 = 69; +parenright = 0; +parenright.case = 27; }; -Ecircumflexdotbelow = { -C = 0; -T = 15; -comma = 32; -period = 28; +braceright.case = { +J.ss10 = -42; +period = -35; +comma = -36; +period.ss01 = -55; +comma.ss01 = -57; +hyphen.case = 31; +parenright.case = -34; +braceright.case = -12; +asciicircum = -5; }; -Ecircumflexdotbelow.ss01 = { -T = 15; +ecircumflexhookabove = { +m = 0; +n = 0; +u = 0; +period.ss01 = -4; +comma.ss01 = -8; +parenright = -7; }; -Ecircumflexgrave = { -comma = 32; -period = 28; +Cdotaccent = { +Hbar = 17; }; -Ecircumflexhookabove = { -comma = 32; -period = 28; +Ncommaaccent = { +imacron = 64; }; -Ecircumflextilde = { -comma = 32; +dollar = { +one = -6; +three = 6; +four = 12; +five = 15; +eight = 23; +parenright = -64; +bracketright = -35; +parenright.case = -40; }; -Edieresis = { -Idieresis = 34; +Scaron = { +iogonek = 9; }; -Edotaccent = { -scaron = 7; +fi = { +hbar = 4; +idieresis = 5; +jcircumflex = 34; +germandbls = -5; +logicalnot = -62; }; -Emacron = { -Imacron = 24; -gcommaaccent.ss06 = 10; +zero = { +icircumflex = 18; +x = -27; +ordmasculine = -27; +underscore = -69; +parenleft = 22; +braceright = -40; +braceright.case = -26; +bracketright.case = -24; +baht = -14; +trademark = -62; +multiply = 0; +asciicircum = -21; }; -Eogonek = { -comma = 31; -parenright = 22; -period = 31; +period.ss01 = { +ordfeminine = -120; +ordmasculine = -120; +twosuperior = -120; +threesuperior = -120; +fivesuperior = -120; +eightsuperior = -120; +question.ss01 = -114; +parenleft = -12; +braceright = 0; +parenleft.case = -31; +quoteright.ss01 = -120; }; -Eth = { -Eth = 28; -Oslash = 26; +X = { +igrave = 56; +ibreve = 68; +icaron = 111; +idieresis = 101; +idieresis.ss01 = 91; +zero = -59; +two = 23; +three = -33; +six = -55; +eight = -26; +nine = -29; +numbersign = -45; +endash.case = -84; +parenleft.case = -31; +at = -61; +registered = -43; +plus = -97; +minus = -110; +multiply = -57; +equal = -34; +notequal = -104; +less = -59; +logicalnot = -167; +asciitilde = -117; }; -F = { -Hbar = 60; -adieresis = -2; -ampersand = -10; -backslash = 68; -eight = 11; -eightinferior = -18; -ellipsis.ss01 = -110; -fiveinferior = -23; -fourinferior = -50; -iacute = -2; -idieresis = 114; -nine = 19; -numbersign = 0; -seven = 31; -sixinferior = -16; -three = 2; -threeinferior = -13; -two = 12; -twoinferior = -11; -udieresis = 0; +L = { +H = 0; +Dcroat = -32; +Oslash = -21; +Tbar = -95; +oslash = -16; +ordfeminine = -207; +ordmasculine = -206; +zero = -35; +two = 14; +three = 0; +five = 0; +six = -39; +seven = -98; +nine = -7; +numbersign = 9; +periodcentered.loclCAT.case = 0; +periodcentered.loclCAT.case.ss01 = 0; +endash.case = -197; +parenleft.case = -22; +quoteleft.ss01 = -125; +at = -16; +registered = -137; +dollar = -5; +plus = -25; +minus = -47; +multiply = 0; +equal = 0; +notequal = -51; +less = 0; +approxequal = -5; +logicalnot = -160; +asciitilde = -22; }; -G = { -Eth = 12; -Hbar = 19; -Lslash = 20; -Oslash = 16; -Ycircumflex = -72; -backslash = -26; -eight = 16; -hbar = 3; -jcircumflex = 34; -parenleft = 14; -three = 11; -two = 2; +euro = { +period = 0; +comma = -3; +slash = -31; +period.ss01 = -6; +parenright = -76; +bracketright = -42; +parenright.case = -48; +bracketright.case = -7; }; -G.ss07 = { -Hbar = 22; -Lslash = 31; -Oslash = 27; -eight = 21; -hbar = 2; +"@MMK_L_KO_V" = { +"@MMK_R_KO_A" = -125; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = -38; +"@MMK_R_KO_Oacute" = -38; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = -32; +"@MMK_R_KO_S" = -13; +"@MMK_R_KO_T" = 27; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 28; +"@MMK_R_KO_W" = 35; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = 42; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -104; +"@MMK_R_KO_a" = -62; +"@MMK_R_KO_aacute" = -61; +"@MMK_R_KO_a.ss05" = -41; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -68; +"@MMK_R_KO_eacute" = -58; +"@MMK_R_KO_f" = -19; +"@MMK_R_KO_g" = -60; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -44; +"@MMK_R_KO_icircumflex" = 83; +"@MMK_R_KO_imacron" = 106; +"@MMK_R_KO_itilde" = 71; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -58; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = -34; +"@MMK_R_KO_uacute" = -34; +"@MMK_R_KO_v" = -25; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = -30; +"@MMK_R_KO_y" = -25; +"@MMK_R_KO_z" = -42; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 52; +"@MMK_R_KO_g.ss06" = -58; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = -8; +"@MMK_R_KO_four" = -77; +"@MMK_R_KO_sixsuperior" = -7; +"@MMK_R_KO_onesuperior" = 11; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -121; +"@MMK_R_KO_comma" = -123; +"@MMK_R_KO_colon" = -34; +"@MMK_R_KO_semicolon" = -35; +"@MMK_R_KO_ellipsis" = -138; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = -12; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -131; +"@MMK_R_KO_backslash" = 57; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = -40; +"@MMK_R_KO_question.ss01" = -22; +"@MMK_R_KO_hyphen" = -75; +"@MMK_R_KO_endash" = -59; +"@MMK_R_KO_underscore" = -137; +"@MMK_R_KO_hyphen.case" = -49; +"@MMK_R_KO_parenleft" = -31; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 44; +"@MMK_R_KO_bracketright" = 43; +"@MMK_R_KO_parenright.case" = 14; +"@MMK_R_KO_bracketright.case" = 41; +"@MMK_R_KO_quotedblleft" = -24; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -24; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -89; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = 16; +"@MMK_R_KO_quotesingle" = 16; +"@MMK_R_KO_quotedblleft.ss01" = -15; +"@MMK_R_KO_quotedblright.ss01" = 5; +"@MMK_R_KO_quoteright.ss01" = 5; +"@MMK_R_KO_trademark" = 11; +"@MMK_R_KO_asciicircum" = -53; +}; +"@MMK_L_KO_ntilde" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_T" = -44; +"@MMK_R_KO_U" = -1; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 6; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_sixsuperior" = -49; +"@MMK_R_KO_onesuperior" = -78; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -17; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -79; +"@MMK_R_KO_eightsuperior" = -28; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -40; +"@MMK_R_KO_asterisk" = -68; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -50; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -50; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -51; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; }; -Germandbls = { -A = 0; -E = 4; -G = 0; -I = 4; -L = 4; -S = 24; -T = -6; -Z = 30; -a = 12; -hyphen = 23; -parenright = -28; +perthousand = { +question = -102; +asterisk = -136; +question.ss01 = -113; +parenright = -62; +parenright.case = -30; +quotedblleft = -151; +quotedblright = -105; +quoteleft = -140; +quoteright = -105; +quotedblleft.ss01 = -96; +quoteleft.ss01 = -96; +quotedblright.ss01 = -104; +quoteright.ss01 = -104; }; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -Z = 0; -ampersand = 0; -backslash = 30; -endash = 0; -exclam = 0; -greater = 20; -hyphen = 0; -ibreve = 24; -jcircumflex = 79; -l = 0; -n = 0; -o = 0; -s = 0; -x = 0; +V = { +Eth = -21; +Oslash = -38; +adieresis = -51; +ae = -58; +a.ss05 = -58; +adieresis.ss05 = -13; +eacute = -71; +ccaron = -23; +emacron = -45; +edieresis = -40; +ecaron = -39; +otilde = -64; +odieresis = -45; +iacute = -33; +ncommaaccent = -43; +igrave = 62; +ibreve = 74; +icaron = 117; +idieresis = 112; +racute = -44; +scaron = -9; +zcaron = -17; +idieresis.ss01 = 100; +gdotaccent.ss06 = -52; +gdotaccent.ss01.ss06 = -52; +zero = -38; +two = -14; +three = -23; +six = -33; +seven = 33; +twoinferior = -93; +ellipsis.ss01 = -131; +endash.case = -37; +at = -38; +ampersand = -60; +plus = -51; +minus = -57; +less = -7; +lessequal = -77; +approxequal = -62; +asciitilde = -68; }; -Hbar = { -B = 30; -D = 31; -E = 31; -F = 31; -Gdotaccent = 45; -H = 31; -Hbar = 101; -I = 31; -I.ss02 = 48; -K = 31; -L = 31; -M = 31; -N = 31; -O = 46; -Q = 46; -R = 31; -S = 54; -T = 57; -U = 45; -W = 55; -Zdotaccent = 41; -b = 30; -exclam = 45; -i = 25; -i.ss01 = 20; -idotaccent = 25; -j = 32; -l = 30; -l.ss04 = 73; -ninesuperior = 55; -question = 69; -quotedblright = 48; -quoteright = 48; -quotesingle = 51; -sixsuperior = 57; -u = 31; -w = 61; +"@MMK_L_KO_question" = { +"@MMK_R_KO_A" = -86; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 7; +"@MMK_R_KO_J" = -77; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -21; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -33; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -115; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_f" = 25; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 18; +"@MMK_R_KO_y" = 13; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_pi" = 25; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_foursuperior" = 21; +"@MMK_R_KO_sevensuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -103; +"@MMK_R_KO_comma" = -104; +"@MMK_R_KO_question" = 30; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -91; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = -28; +"@MMK_R_KO_endash" = -10; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_endash.case" = 16; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -32; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = -3; +"@MMK_R_KO_quotedblleft.ss01" = 3; +"@MMK_R_KO_quotedblright.ss01" = 4; +}; +"@MMK_L_KO_quotedblleft.ss01" = { +"@MMK_R_KO_A" = -89; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = -85; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = 2; +"@MMK_R_KO_U" = 2; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 15; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -255; +"@MMK_R_KO_a" = -11; +"@MMK_R_KO_aacute" = -11; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = -14; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = -7; +"@MMK_R_KO_s" = -8; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 7; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -14; +"@MMK_R_KO_l.ss04" = 26; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = -8; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = -39; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -8; +"@MMK_R_KO_seven" = 18; +"@MMK_R_KO_eight" = -9; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 6; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 5; +"@MMK_R_KO_slash" = -92; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -3; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 2; +"@MMK_R_KO_parenright" = -13; +"@MMK_R_KO_bracketright" = 19; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 7; +"@MMK_R_KO_degree" = -6; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 6; +}; +"@MMK_L_KO_quotedbl" = { +"@MMK_R_KO_A" = -111; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -83; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 27; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -219; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_aacute" = -36; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = -7; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_eacute" = -40; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -33; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -17; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = -17; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = -20; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -15; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 12; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -140; +"@MMK_R_KO_ellipsis" = -219; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -115; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -29; +"@MMK_R_KO_hyphen.case" = -22; +"@MMK_R_KO_endash.case" = -11; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 24; +"@MMK_R_KO_parenright.case" = 14; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -2; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 17; }; -I = { -Hbar = 32; -backslash = 30; -greater = 20; -jcircumflex = 79; +seven = { +icircumflex = 127; +x = 8; +g.ss06 = -39; +mu = -10; +colon = -4; +semicolon = -4; +backslash = 70; +ellipsis.ss01 = -126; +underscore = -111; +parenleft = 0; +at = -9; +ampersand = -44; +euro = -22; +minus = -9; +multiply = 0; +divide = -5; +notequal = -48; +less = 0; +plusminus = 0; +asciitilde = -54; +asciicircum = -5; }; -I.ss02 = { -Dcroat = -25; -Eth = -25; -Tcedilla = 20; -jcircumflex = 92; -logicalnot = -109; -minus = -43; -plus = -41; +scedilla = { +gbreve.ss06 = 24; }; -Iacute = { -Igrave = 93; -Rcaron = 2; -Tcaron = 9; -U = 9; -comma.ss01 = -19; -l.ss04 = 20; -parenright = 0; -period.ss01 = -20; +fourinferior = { +T = -136; +V = -111; +W = -66; +parenright = -47; +bracketright = 0; }; -Iacute.ss02 = { -Eth = -25; +"@MMK_L_KO_backslash" = { +"@MMK_R_KO_A" = 23; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -55; +"@MMK_R_KO_J" = 39; +"@MMK_R_KO_G.ss07" = -54; +"@MMK_R_KO_S" = -30; +"@MMK_R_KO_T" = -121; +"@MMK_R_KO_U" = -43; +"@MMK_R_KO_V" = -143; +"@MMK_R_KO_W" = -100; +"@MMK_R_KO_X" = 36; +"@MMK_R_KO_Y" = -149; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -33; +"@MMK_R_KO_a" = -36; +"@MMK_R_KO_a.ss05" = -13; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -41; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 103; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -31; +"@MMK_R_KO_v" = -102; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 25; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = -58; +"@MMK_R_KO_zero" = -55; +"@MMK_R_KO_one" = -84; +"@MMK_R_KO_two" = 25; +"@MMK_R_KO_three" = -32; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_five" = -31; +"@MMK_R_KO_six" = -57; +"@MMK_R_KO_seven" = -92; +"@MMK_R_KO_eight" = -19; +"@MMK_R_KO_nine" = -38; +"@MMK_R_KO_asterisk" = -127; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 74; +"@MMK_R_KO_parenright.case" = 33; +"@MMK_R_KO_quotedblleft" = -117; +"@MMK_R_KO_quotedblright" = -96; +"@MMK_R_KO_quoteleft" = -116; +"@MMK_R_KO_quoteright" = -96; +"@MMK_R_KO_guillemetleft" = -70; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -122; +"@MMK_R_KO_quotesingle" = -94; +"@MMK_R_KO_quotedblleft.ss01" = -92; +"@MMK_R_KO_quotedblright.ss01" = -97; }; -Ibreve = { -Imacron = 114; +equal = { +period = 0; +comma = 0; +period.ss01 = 0; +comma.ss01 = -5; +parenright = -78; +bracketright = -5; +parenright.case = -56; +bracketright.case = -5; +equal = 0; +A = -5; +J = 0; +T = 0; +V = -24; +X = -10; +Y = -43; }; -Icircumflex = { -Icircumflex = 180; -bracketright = 82; -icircumflex = 80; -l.ss04 = 20; -parenright = 94; -parenright.case = 101; +five.numr = { +fraction = -5; }; -Idieresis = { -Idieresis = 195; -Igrave = 103; -idieresis = 89; -parenright = 91; +"@MMK_L_KO_eacute" = { +"@MMK_R_KO_A" = -19; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = -73; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -94; +"@MMK_R_KO_W" = -56; +"@MMK_R_KO_X" = -31; +"@MMK_R_KO_Y" = -136; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -42; +"@MMK_R_KO_w" = -24; +"@MMK_R_KO_x" = -41; +"@MMK_R_KO_y" = -50; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -31; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -60; +"@MMK_R_KO_onesuperior" = -78; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -42; +"@MMK_R_KO_foursuperior" = -35; +"@MMK_R_KO_fivesuperior" = -51; +"@MMK_R_KO_sevensuperior" = -71; +"@MMK_R_KO_eightsuperior" = -38; +"@MMK_R_KO_ninesuperior" = -51; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 5; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -54; +"@MMK_R_KO_asterisk" = -69; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -4; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_question.ss01" = -68; +"@MMK_R_KO_hyphen" = 15; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_bracketright" = -34; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_quotedbl" = -64; +"@MMK_R_KO_quotesingle" = -60; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -33; +"@MMK_R_KO_quoteright.ss01" = -29; }; -Idieresis.ss01 = { -Idieresis.ss01 = 141; -Igrave = 106; +dcaron = { +exclam.ss01 = 210; +}; +"@MMK_L_KO_G" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 13; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -2; +"@MMK_R_KO_G.ss07" = 16; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = -50; +"@MMK_R_KO_W" = -28; +"@MMK_R_KO_X" = -44; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 4; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 5; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 32; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = -7; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -8; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_one" = 7; +"@MMK_R_KO_four" = 18; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = -8; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -25; +"@MMK_R_KO_exclam" = -4; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = -32; +"@MMK_R_KO_backslash" = -30; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 19; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = -54; +"@MMK_R_KO_hyphen.case" = 17; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_bracketright.case" = -2; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -16; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -3; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -5; }; -Idieresis.ss02 = { -idieresis = 102; +k = { +oslash = -17; +iogonek = 0; +lcommaaccent = 0; +two = 23; +plus = -5; +minus = -5; +notequal = -46; +logicalnot = -98; +asciitilde = -51; }; -Idotaccent = { -l.ss04 = 20; +"@MMK_L_KO_a" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -16; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -21; }; -Idotaccent.ss01 = { -l.ss04 = 20; -period.ss01 = -20; +scaron = { +T = -45; +iogonek = 1; }; -Idotbelow = { -U = 9; -comma = 7; -j = 30; +ninesuperior = { +A = -90; +fraction = -2; +period = -137; +comma = -140; +slash = -100; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = -36; +parenright = -36; +guillemetleft = -49; }; -Imacron = { -Ibreve = 126; -Imacron = 169; -imacron = 55; -l.ss04 = 20; -parenright = 82; -parenright.case = 85; +v = { +n = 0; +ampersand = -39; }; -Iogonek = { -Iogonek = 26; -iogonek = 28; -j = 33; +"@MMK_L_KO_logicalnot" = { +"@MMK_R_KO_A" = -86; +"@MMK_R_KO_H" = -75; +"@MMK_R_KO_O" = -64; +"@MMK_R_KO_J" = -57; +"@MMK_R_KO_G.ss07" = -63; +"@MMK_R_KO_S" = -59; +"@MMK_R_KO_T" = -183; +"@MMK_R_KO_V" = -134; +"@MMK_R_KO_W" = -108; +"@MMK_R_KO_X" = -100; +"@MMK_R_KO_Y" = -172; +"@MMK_R_KO_Z" = -63; +"@MMK_R_KO_I.ss02" = -63; +"@MMK_R_KO_J.ss10" = -59; +"@MMK_R_KO_a" = -61; +"@MMK_R_KO_a.ss05" = -56; +"@MMK_R_KO_l" = -73; +"@MMK_R_KO_e" = -62; +"@MMK_R_KO_f" = -57; +"@MMK_R_KO_g" = -61; +"@MMK_R_KO_i" = -74; +"@MMK_R_KO_n" = -74; +"@MMK_R_KO_j" = -74; +"@MMK_R_KO_s" = -60; +"@MMK_R_KO_t" = -62; +"@MMK_R_KO_z" = -63; +"@MMK_R_KO_t_t.liga" = -62; }; -Iogonek.ss02 = { -comma = 32; -iogonek = 52; -j = 57; +infinity = { +parenright = -72; +bracketright = -40; +parenright.case = -46; +bracketright.case = -29; +quotedblleft = -28; +}; +"@MMK_L_KO_asciitilde" = { +"@MMK_R_KO_zero" = -52; +"@MMK_R_KO_one" = -43; +"@MMK_R_KO_two" = -56; +"@MMK_R_KO_three" = -71; +"@MMK_R_KO_four" = -57; +"@MMK_R_KO_five" = -54; +"@MMK_R_KO_six" = -54; +"@MMK_R_KO_seven" = -52; +"@MMK_R_KO_eight" = -57; +"@MMK_R_KO_nine" = -55; +"@MMK_R_KO_period" = -128; +"@MMK_R_KO_comma" = -130; +"@MMK_R_KO_question" = -58; +"@MMK_R_KO_asterisk" = -81; +"@MMK_R_KO_slash" = -125; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_hyphen.case" = -57; +"@MMK_R_KO_parenright" = -154; +"@MMK_R_KO_bracketright" = -127; +"@MMK_R_KO_parenright.case" = -135; +"@MMK_R_KO_quotedblleft" = -68; +"@MMK_R_KO_quotedblright" = -57; +"@MMK_R_KO_quoteleft" = -68; +"@MMK_R_KO_quoteright" = -57; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -91; +"@MMK_R_KO_quotedbl" = -86; +"@MMK_R_KO_quotesingle" = -86; +"@MMK_R_KO_quotedblleft.ss01" = -57; +"@MMK_R_KO_quotedblright.ss01" = -56; +"@MMK_R_KO_A" = -116; +"@MMK_R_KO_H" = -62; +"@MMK_R_KO_O" = -49; +"@MMK_R_KO_J" = -113; +"@MMK_R_KO_G.ss07" = -48; +"@MMK_R_KO_S" = -65; +"@MMK_R_KO_T" = -106; +"@MMK_R_KO_V" = -122; +"@MMK_R_KO_W" = -86; +"@MMK_R_KO_X" = -158; +"@MMK_R_KO_Y" = -149; +"@MMK_R_KO_Z" = -111; +"@MMK_R_KO_I.ss02" = -104; +"@MMK_R_KO_J.ss10" = -71; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_a.ss05" = -51; +"@MMK_R_KO_l" = -64; +"@MMK_R_KO_e" = -52; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -52; +"@MMK_R_KO_i" = -64; +"@MMK_R_KO_n" = -64; +"@MMK_R_KO_j" = -64; +"@MMK_R_KO_s" = -54; +"@MMK_R_KO_t" = -51; +"@MMK_R_KO_z" = -62; +"@MMK_R_KO_t_t.liga" = -51; }; -Itilde = { -Idieresis = 162; -Idieresis.ss01 = 141; -Itilde = 122; +asterisk = { +g.ss06 = -31; }; -J = { -Hbar = 39; -Iogonek = 8; -Oslash = 10; -backslash = 38; -greater = 26; -i.ss01 = 9; -ibreve = 31; -idieresis = 84; -iogonek = 9; -jcircumflex = 87; +semicolon.ss01 = { +onesuperior = -50; +sevensuperior = -62; +hyphen = -9; +emdash = -9; }; -Jacute = { -Ecaron = 8; -Edieresis = 8; -Egrave = 8; -Hbar = 39; -Ibreve = 104; -Icircumflex = 74; -Idieresis = 124; -Idieresis.ss01 = 119; -Idotaccent = 23; -Igrave = 101; -Imacron = 132; -Itilde = 84; -Oslash = 10; -backslash = 38; -ibreve = 31; -idieresis = 84; -jcircumflex = 87; -parenright = 0; -parenright.case = 14; +divide = { +one = 0; +two = 0; +three = 0; +seven = 0; +parenright = -95; +parenright.case = -74; +quotedblleft = -5; +quotedblright = 0; +quoteright = 0; +quotedblleft.ss01 = 0; +quotedblright.ss01 = 0; +A = -49; +Y = -102; +I.ss02 = -5; }; -Jcircumflex = { -A = -15; -E = 8; -Jcircumflex = 83; -O = 9; -U = 20; -a = 6; -e = 9; -jcircumflex = 87; -o = 9; -parenright = 100; +asciitilde = { +exclam = -69; +exclam.ss01 = -66; +question.ss01 = -60; +parenleft = -47; +parenleft.case = -48; +bracketright.case = -129; +quoteright.ss01 = -56; +U = -52; +aacute = -53; +edieresis = -57; +edieresis.ss01 = -57; +u = -54; +v = -68; +w = -60; +x = -89; +y = -70; +l.ss03 = -57; +l.ss04 = -64; +g.ss06 = -54; +gcircumflex.ss06 = -54; }; -K = { -Iogonek = 20; -Lslash = -9; -OE = -58; -Ydotbelow = 0; -Ydotbelow.ss01 = 0; -Ygrave = 0; -ampersand = -26; -asciitilde = -104; -at = -58; -backslash = 17; -dollar = -42; -ecircumflexacute = -13; -edieresis = -33; -eight = -29; -equal = -43; -jcircumflex = 50; -lcommaaccent.ss04 = 30; -less = -70; -logicalnot = -157; -minus = -111; -nine = -35; -numbersign = -46; -odieresis = -43; -parenleft = -20; -plus = -94; -rcaron = 7; -registered = -39; -seven = 0; -three = -35; -two = 6; -u = -43; -ygrave = -10; -yhookabove = -10; -ytilde = -9; +three.dnom = { +question = -102; +question.ss01 = -115; +parenright = -58; +quotedblleft = -120; +quotedblright = -64; +quoteleft = -120; +quoteright = -64; +quotedbl = -118; +quotesingle = -94; +quotedblleft.ss01 = -56; +quoteleft.ss01 = -56; +quotedblright.ss01 = -70; +quoteright.ss01 = -70; +degree = -155; }; -L = { -Dcroat = -26; -H = 0; -Iogonek = 9; -Jcircumflex = 34; -OE = -20; -Oslash = -4; -Tbar = -54; -Tcedilla = -93; -Ycircumflex = -141; -Ydieresis = -141; -Ydieresis.ss01 = -141; -Ydotbelow = -141; -Ydotbelow.ss01 = -141; -Ygrave = -141; -ampersand = 11; +odotbelow.ss01 = { +T = -117; +}; +x = { +oslash = -21; +two = 14; +ampersand = -39; +plus = -5; +minus = -7; +notequal = -52; +logicalnot = -94; asciitilde = -51; -at = -13; -backslash = -81; -eight = 9; -equal = 0; -five = -3; -idotbelow = 0; -less = -23; -logicalnot = -106; -minus = -56; -multiply = -8; -nine = -2; -numbersign = 0; -ordfeminine = -183; -ordmasculine = -182; -parenleft = 0; -plus = -52; -quotedbl = -184; -quoteleft = -133; -quoteleft.ss01 = -134; -quoteright.ss01 = -134; -registered = -109; -seven = -87; -three = 6; -two = 11; }; -Lcaron = { -A = 29; -B = 2; -Ccaron = -20; -D = 2; -G = -19; -H = 2; -J = 34; -K = 2; -M = 2; -N = 2; -Ncaron = 2; -O = -20; -R = 2; -S = 5; -Scaron = 5; -T = -15; -U = -10; -Uacute = -10; -V = -13; -a = -3; -a.ss05 = 13; -comma = 48; -eightsuperior = -33; -fivesuperior = -36; -foursuperior = -66; -hyphen = 0; -hyphen.case = -82; -ninesuperior = -29; -onesuperior = -25; -parenright = -29; -period = 44; -question = -33; -sevensuperior = -23; -sixsuperior = -34; -threesuperior = -31; -twosuperior = -29; -u = -2; -uacute = -2; -v = -53; +U = { +Dcroat = 12; +Eth = 12; +Hbar = 45; +Lslash = 9; +hbar = 29; +igrave = 32; +jcircumflex = 102; +greater = 24; }; -Lslash = { -Ydieresis = -140; -Ydieresis.ss01 = -140; +"@MMK_L_KO_R" = { +"@MMK_R_KO_A" = 4; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 12; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 88; +"@MMK_R_KO_imacron" = 50; +"@MMK_R_KO_itilde" = 27; +"@MMK_R_KO_j" = 28; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 5; +"@MMK_R_KO_y" = 5; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 23; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_one" = 21; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -11; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 20; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_backslash" = -8; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = 2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 18; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = 4; +"@MMK_R_KO_quotedbl" = -7; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -3; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -27; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_Zcaron" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 85; +"@MMK_R_KO_j" = 40; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 28; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_slash" = 31; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -60; +"@MMK_R_KO_hyphen.case" = -51; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 27; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_bracketright.case" = 43; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -2; }; -M = { -Hbar = 32; -backslash = 30; -greater = 20; -ibreve = 24; -idieresis = 76; -idieresis.ss01 = 48; +Eth = { +Eth = 35; +Oslash = 22; }; -N = { -Hbar = 32; -backslash = 30; -degree = -12; -greater = 20; -idieresis = 76; -jcircumflex = 79; +odotbelow = { +T = -117; }; -O = { -Dcroat = 28; -Eth = 28; -Hbar = 12; -Jcircumflex = 0; -Lslash = 31; -Oslash = 24; -Tbar = -13; -Tcedilla = -21; -Ydieresis = -75; -Ydieresis.ss01 = -75; -at = 23; -backslash = -26; -bracketright.case = -23; -eight = 20; -five = 16; -gbreve.ss06 = 10; -idieresis = 7; -less = 0; -parenleft = 28; -parenleft.case = 21; -parenright = -60; -parenright.case = -50; +baht = { +slash = -15; +parenright = -62; +parenright.case = -38; }; -Oacute = { -Eth = 28; -Lslash = 31; -parenright = -60; +Icircumflex.ss02 = { +endash.case = -51; +}; +"@MMK_L_KO_l" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 1; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 5; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 29; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_braceright" = 1; +"@MMK_R_KO_bracketright" = 2; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -11; +"@MMK_R_KO_asciicircum" = -21; +}; +"@MMK_L_KO_percent" = { +"@MMK_R_KO_sixsuperior" = -126; +"@MMK_R_KO_onesuperior" = -113; +"@MMK_R_KO_foursuperior" = -126; +"@MMK_R_KO_sevensuperior" = -112; +"@MMK_R_KO_ninesuperior" = -117; +"@MMK_R_KO_period" = 16; +"@MMK_R_KO_comma" = 14; +"@MMK_R_KO_question" = -101; +"@MMK_R_KO_asterisk" = -133; +"@MMK_R_KO_slash" = -6; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = -27; +"@MMK_R_KO_endash.case" = -49; +"@MMK_R_KO_parenright" = -59; +"@MMK_R_KO_bracketright" = -27; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -144; +"@MMK_R_KO_quotedblright" = -105; +"@MMK_R_KO_quoteleft" = -140; +"@MMK_R_KO_quoteright" = -105; +"@MMK_R_KO_guillemetleft" = -43; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -116; +"@MMK_R_KO_quotesingle" = -94; +"@MMK_R_KO_quotedblleft.ss01" = -94; +"@MMK_R_KO_quotedblright.ss01" = -104; }; -Ocircumflex = { -Lslash = 31; -Tcedilla = -21; +quotedblright = { +Dcroat = -28; +icircumflex = 80; +scaron = -38; +x = -6; +g.ss06 = -39; +mu = -16; +questiondown = -142; +questiondown.case = -108; +parenleft = -19; +quotesinglbase = -140; +asciitilde = -53; }; -Odieresis = { -Eth = 28; -gbreve.ss06 = 10; +r = { +fl = 26; +germandbls = 15; +wdieresis = 20; +gcircumflex.ss06 = 0; +oneinferior = -43; +twoinferior = -18; +threeinferior = -22; +fourinferior = -83; +fiveinferior = -15; +sixinferior = -32; +ampersand = -33; +logicalnot = -51; +asciitilde = 0; }; -Odieresis.ss01 = { -Eth = 28; +seveninferior = { +I.ss02 = -34; +fourinferior = -28; +seveninferior = 34; +parenright = -68; +parenright.case = -43; }; -Ograve = { -Lslash = 31; +sterling = { +two = 9; +hyphen.case = -45; +parenright = -47; }; -Omacron = { -Eth = 28; -Lslash = 31; +Ocircumflex = { +Lslash = 7; }; -Oslash = { -Eth = 28; -G = 25; -G.ss07 = 24; -J = 0; -O = 24; -Oslash = 24; -S = 18; -T = 14; -V = 23; -Y = 0; -comma = -9; -comma.ss01 = -21; -d = 26; -e = 24; -g = 26; -hyphen = 26; -hyphen.case = 24; -k = 7; -l = 7; +"@MMK_L_KO_Ohorn" = { +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 24; +"@MMK_R_KO_U" = 23; +"@MMK_R_KO_V" = 26; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_period" = -28; +"@MMK_R_KO_comma" = -30; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -43; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = 20; +"@MMK_R_KO_bracketright" = 46; +"@MMK_R_KO_parenright.case" = 47; +"@MMK_R_KO_bracketright.case" = 53; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 11; +"@MMK_R_KO_quotesingle" = 11; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_quoteright.ss01" = 3; +}; +_f.longarm = { +l = 6; +i = 8; +idotaccent = 8; +i.ss01 = 7; +idotaccent.ss01 = 7; l.ss03 = 16; -l.ss04 = 30; -period = -10; -period.ss01 = -22; -r = 2; -s = 14; -v = -3; -y = -5; +l.ss04 = 12; }; -P = { -Jcircumflex = -61; -Lslash = 22; -OE = 34; -Oslash = 35; -Tcedilla = 0; -ampersand = -15; -bracketright.case = -25; -ellipsis.ss01 = -120; -exclam.ss01 = 20; -five = 11; -fourinferior = -60; -idieresis = 47; -lcommaaccent = 6; -lcommaaccent.ss04 = 24; +I.ss02 = { +Dcroat = -21; +igrave = 45; +jcircumflex = 116; +endash.case = -51; +plus = -5; +minus = -22; +notequal = -53; less = 0; -nine = 31; -parenleft = 18; -seven = 26; -three = 6; -threeinferior = -14; -two = 17; -}; -Q = { -Dcroat = -19; -backslash = -74; -minus = -46; -plus = -34; -registered = -56; -seven = -41; -two = 17; -}; -R = { -Hbar = 48; -Iogonek = 2; -Jcircumflex = 15; -Oslash = 23; -Tcedilla = 3; -Ydieresis = -31; -ampersand = 0; -eight = 7; -greater = 26; -idieresis = 47; -jcircumflex = 81; -nine = 24; -seven = 16; -three = 15; -two = 20; -}; -S = { -Abrevetilde = 0; -Hbar = 31; -Lslash = 32; -OE = 4; -Oslash = 0; -Tcedilla = -6; -Ycircumflex = -49; -ampersand = 29; -bracketright.case = 0; -dollar = 13; -eight = 29; -five = 18; -greater = 0; -hbar = 8; -ibreve = 5; -idieresis = 27; -idieresis.ss01 = 22; -minus = -14; -nine = 15; -parenleft = 16; -plus = 0; -three = 25; -two = 8; +approxequal = -10; +logicalnot = -138; +asciitilde = -45; }; -Scaron = { -iogonek = 5; +quoteleft.ss01 = { +J.ss10 = -125; +igrave = 33; +icircumflex = 59; +imacron = 62; +jcircumflex = 59; +questiondown.case = -45; +questiondown.ss01 = -125; +hyphen = -15; +emdash = -15; +quotedblbase.ss01 = -125; +ampersand = -53; +minus = -4; +logicalnot = -59; +asciitilde = -5; }; -Scedilla = { -parenright = -50; +Zacute = { +endash.case = -29; }; -T = { -Acircumflex = -84; -Acircumflexacute = -84; -Acircumflexdotbelow = -83; -Acircumflexgrave = -84; -Amacron = -84; -Atilde = -84; -Hbar = 57; -Lslash = -6; -OE = 0; -Oslash = 0; -Ycircumflex = 28; -Ydotbelow = 28; -Ygrave = 28; -a.ss05 = -37; -aacute.ss05 = -37; -abreve = -41; -abreveacute = -41; -abrevedotbelow = -41; -abrevegrave = -41; -acircumflex = -36; -acircumflex.ss05 = -11; -acircumflexacute = -28; -acircumflexacute.ss05 = 5; -acircumflexdotbelow = -36; -acircumflexdotbelow.ss01 = -36; -acircumflexgrave = -40; -acircumflexhookabove = -40; -acircumflexhookabove.ss05 = -19; -acircumflextilde = -40; -adieresis = -37; -adieresis.ss05 = -21; -adotbelow.ss05 = -37; -ae = -37; -agrave = -44; -ahookabove = -44; -ahookabove.ss05 = -37; -amacron = -38; -ampersand = -21; -aogonek.ss05 = -37; -aring = -44; -asciitilde = -66; -at = -9; -atilde = -39; -backslash = 73; -e = -50; -eacute = -50; -ecaron = -26; -ecircumflexacute = 0; -edieresis = -16; -edotaccent = -50; -egrave = -50; -ehookabove = -50; -eight = 5; -emacron = -25; -equal = 0; -hbar = 40; -i.ss01 = -2; -iacute = -11; -ibreve = 58; -idieresis = 119; -idieresis.ss01 = 86; -idotaccent.ss01 = -2; -idotbelow = 8; -idotless = -12; -ihookabove = -3; -less = -10; -logicalnot = -126; -minus = -50; -multiply = -3; -numbersign = 4; -oacute = -50; -ocircumflexacute = -12; -odieresis = -25; -ograve = -50; -ohookabove = -50; -ohorngrave = -50; -ohungarumlaut = -50; -omacron = -34; -otilde = -37; -parenleft = -2; -plus = -48; -racute = -13; -rcaron = 14; -registered = 2; -scaron = -8; -scircumflex = 0; -seven = 26; -three = 6; -two = 16; -twoinferior = -104; -uacute = -3; -ubreve = -3; -ucircumflex = 0; -udieresis = -2; -udieresis.ss01 = -3; -ugrave = -3; -uhookabove = -3; -uhorngrave = -3; -uhornhookabove = -3; -uhungarumlaut = -3; -umacron = -3; -uring = -3; -utilde = -3; -ycircumflex = 0; -ygrave = 0; -yhookabove = 0; -zeroinferior = -103; +d = { +hbar = 3; +igrave = 2; +icaron = 5; +idieresis = 9; +jcircumflex = 32; +logicalnot = -62; }; -Tbar = { -A = -63; -Aacute = -63; -Tbar = 44; -comma = -69; -comma.ss01 = -87; -guilsinglleft = -26; -oslash = -26; -period = -77; -period.ss01 = -87; -slash = -66; -tbar = 0; +notequal = { +zero = -52; +one = -45; +two = -45; +seven = -49; +parenright = -106; +parenright.case = -89; +A = -78; +B = -57; +F = -57; +L = -57; +N = -57; +Y = -101; +b = -57; +}; +"@MMK_L_KO_at" = { +"@MMK_R_KO_A" = -31; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 10; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_V" = -63; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -66; +"@MMK_R_KO_Y" = -89; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; }; -Tcaron = { -a.ss05 = -37; -udieresis = -2; +six = { +icircumflex = 64; +parenleft = 22; +braceright = -14; +bracketright.case = 8; +trademark = -42; +asciicircum = -5; }; -Tcedilla = { -Tcedilla = 36; -a.ss05 = -37; -abreve = -41; -amacron = -38; -umacron = -3; +Idieresis.ss02 = { +idieresis = 112; }; -Tcommaaccent = { -a.ss05 = -37; -abreve = -41; -acircumflex = -36; -amacron = -38; +quotedblleft.ss01 = { +A = -89; +J = -86; +igrave = 33; +icircumflex = 59; +imacron = 62; +jcircumflex = 59; +g.ss06 = -10; +mu = -20; +questiondown.case = -45; +ellipsis.ss01 = -258; +questiondown.ss01 = -128; +underscore = -226; +quotedblbase.ss01 = -258; +ampersand = -57; +minus = -4; +divide = 0; +asciitilde = -5; }; -Thorn = { -Eth = 31; +sevensuperior = { +A = -127; +C = -32; +O = -44; +G = -31; +fraction = -35; +sevensuperior = 34; +period = -137; +comma = -140; +colon = -45; +semicolon = -45; +slash = -136; +period.ss01 = -120; +comma.ss01 = -125; +colon.ss01 = -44; +semicolon.ss01 = -45; +hyphen = -65; +hyphen.case = -54; +guillemetleft = -86; +guilsinglleft = -86; +guillemetright = -43; +guilsinglright = -43; +plus = -59; }; -U = { -Dcroat = 3; -Eth = 3; -Germandbls = 10; -Hbar = 43; -Idieresis = 11; -Igrave = 11; -Lcommaaccent = 11; -Lslash = 11; -Tcedilla = 8; -backslash = 42; -greater = 21; -hbar = 24; -jcircumflex = 91; -seven = 12; -yhookabove = 9; +"@MMK_L_KO_C" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_x" = -24; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -25; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_backslash" = -36; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -51; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_braceright" = -32; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_bracketright.case" = -3; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -61; +"@MMK_R_KO_asciicircum" = -8; +}; +"@MMK_L_KO_endash.case" = { +"@MMK_R_KO_A" = -58; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 14; +"@MMK_R_KO_Oacute" = 14; +"@MMK_R_KO_J" = -76; +"@MMK_R_KO_G.ss07" = 14; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -58; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -45; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = -106; +"@MMK_R_KO_Y" = -73; +"@MMK_R_KO_Z" = -58; +"@MMK_R_KO_I.ss02" = -51; +"@MMK_R_KO_J.ss10" = -141; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -6; +"@MMK_R_KO_five" = 2; +"@MMK_R_KO_six" = 8; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = -4; +"@MMK_R_KO_onesuperior" = -56; +"@MMK_R_KO_foursuperior" = 2; +"@MMK_R_KO_sevensuperior" = -59; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -140; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = -71; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright.case" = -60; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -15; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 0; }; -Uacute = { -Eth = 3; +won = { +period = -75; +comma = -77; +slash = -55; +period.ss01 = -88; +comma.ss01 = -92; }; -Udieresis = { -Germandbls = 10; +i.ss01 = { +l = 0; +c = 4; +e = 0; +o = 0; +m = 0; +n = 0; +r = 0; +p = 0; +j.ss01 = 0; +parenright = -22; }; -V = { -Abrevetilde = -102; -Acircumflex = -81; -Acircumflexacute = -91; -Acircumflexdotbelow = -81; -Acircumflextilde = -85; -Amacron = -98; -Atilde = -102; -Dcroat = -15; -Eth = -15; -Jcircumflex = -33; -OE = -21; -Oslash = -18; -abreve = -46; -abreve.ss05 = -28; -acircumflexacute = -23; -adieresis = -38; -adieresis.ss05 = -16; -amacron = -46; -amacron.ss05 = -13; -ampersand = -37; -at = -29; -backslash = 54; -ccaron = -6; -ecaron = -18; -ecircumflexacute = 0; -edieresis = -14; -eight = -8; -emacron = -20; -equal = -13; -iacute = -26; -ibreve = 65; -idieresis = 113; -idieresis.ss01 = 95; -less = -13; -minus = -49; -ocircumflexacute = -2; -odieresis = -20; -odieresis.ss01 = -34; -otilde = -42; -parenleft = -22; -plus = -39; -racute = -30; -scaron = 0; -seven = 32; -three = -10; -two = -6; -twoinferior = -67; -zcaron = -12; +guillemetright = { +T = -123; +x = -82; +threesuperior = -62; +fivesuperior = -75; +eightsuperior = -59; +colon = -43; +semicolon = -44; +questiondown = -64; +question.ss01 = -90; +questiondown.ss01 = -62; +braceright = -75; +braceright.case = -52; +bracketright.case = -49; +quotesinglbase = -62; +quotedblbase = -62; +quotedblbase.ss01 = -52; +quoteright.ss01 = -49; }; -W = { -Hbar = 59; -Lslash = 0; -Ycircumflex = 31; -adieresis = -21; -adieresis.ss05 = -15; -ampersand = -28; -backslash = 65; -idieresis = 113; -minus = -28; -odieresis = -20; -plus = -16; -seven = 34; -three = 0; -threeinferior = -34; -two = 0; +s = { +l = 0; +seven = -25; +emdash = 0; +registered = -30; +notequal = -53; +logicalnot = -64; +asciitilde = -5; }; -X = { -ampersand = -26; -asciitilde = -103; -at = -58; -backslash = 29; -ecircumflexacute = -6; -eight = -27; -equal = -38; -ibreve = 53; -idieresis = 88; -less = -54; -logicalnot = -143; -minus = -96; -multiply = -54; -nine = -27; -notequal = -55; -numbersign = -37; -plus = -81; -registered = -33; -three = -30; -two = 4; +five.dnom = { +question = -98; +question.ss01 = -114; +parenright = -57; +quotedblleft = -78; +quotedblright = -31; +quoteleft = -78; +quoteright = -31; +quotedbl = -77; +quotesingle = -77; +quotedblleft.ss01 = -28; +quoteleft.ss01 = -28; +quotedblright.ss01 = -32; +quoteright.ss01 = -32; +degree = -116; }; -Y = { -Acircumflex = -88; -Amacron = -102; -Eth = -19; -Lslash = -7; -Oslash = -31; -Ydieresis = 28; -adieresis = -44; -agrave = -74; -agrave.ss05 = -40; -amacron = -54; -amacron.ss05 = -16; -ampersand = -42; -asciitilde = -96; -at = -49; -backslash = 49; -ecircumflex = -44; -ecircumflexacute = 0; -ecircumflexhookabove = -59; -egrave = -52; -eight = -20; -equal = -30; -iacute = -37; -less = -41; -logicalnot = -120; -minus = -79; -multiply = -45; -nine = -18; -numbersign = -33; -ograve = -61; -parenleft = -28; -plus = -67; -registered = -22; -scaron = 0; -seven = 23; -three = -23; -two = -18; -twoinferior = -110; -udieresis = -36; -umacron = -42; +ecircumflexgrave = { +parenright = -40; +bracketright = 0; +quotedbl = -36; }; -Yacute = { -Eth = -19; -udieresis = -36; +"@MMK_L_KO_w" = { +"@MMK_R_KO_A" = -57; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 4; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = -41; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 12; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -61; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -39; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -17; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 32; +"@MMK_R_KO_g" = -7; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 14; +"@MMK_R_KO_v" = 22; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 22; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -2; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_one" = 28; +"@MMK_R_KO_four" = -20; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = -48; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 21; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = 5; +"@MMK_R_KO_ninesuperior" = -4; +"@MMK_R_KO_period" = -43; +"@MMK_R_KO_comma" = -44; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -61; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -51; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -57; +"@MMK_R_KO_comma.ss01" = -59; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = 7; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = -56; +"@MMK_R_KO_parenleft" = 9; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_braceright" = -44; +"@MMK_R_KO_bracketright" = -39; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = -14; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = -14; +"@MMK_R_KO_guillemetleft" = -29; +"@MMK_R_KO_guillemetright" = 13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 9; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -50; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_three" = { +"@MMK_R_KO_A" = -9; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 23; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 20; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -18; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = 10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 5; +"@MMK_R_KO_j" = 6; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss04" = 16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 6; +"@MMK_R_KO_zero" = -4; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_two" = 16; +"@MMK_R_KO_three" = 16; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_five" = 19; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 28; +"@MMK_R_KO_nine" = 19; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = -14; +"@MMK_R_KO_ninesuperior" = -10; +"@MMK_R_KO_period" = 15; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = -6; +"@MMK_R_KO_slash" = -10; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -2; +"@MMK_R_KO_parenright" = -54; +"@MMK_R_KO_bracketright" = -5; +"@MMK_R_KO_parenright.case" = -22; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -21; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -14; +"@MMK_R_KO_quotedblleft.ss01" = -9; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_degree" = -17; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; +}; +Agrave = { +endash.case = -63; }; -Z = { -Lslash = 0; -adieresis = -4; -asciitilde = -42; -at = -10; -backslash = 49; -equal = 0; -ibreve = 42; -less = 0; -logicalnot = -88; -minus = -38; -numbersign = 0; -plus = -30; -rcaron = 8; -registered = 0; -seven = 14; -two = 15; +t_t.liga = { +wdieresis = 10; +hyphen = -7; +logicalnot = -57; +asciitilde = 0; }; -Zcaron = { +"@MMK_L_KO_asterisk" = { +"@MMK_R_KO_A" = -120; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_J" = -85; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 17; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -8; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = -26; +"@MMK_R_KO_Y" = -11; +"@MMK_R_KO_Z" = -7; +"@MMK_R_KO_I.ss02" = 10; +"@MMK_R_KO_J.ss10" = -136; +"@MMK_R_KO_a" = -43; +"@MMK_R_KO_a.ss05" = -31; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = -49; +"@MMK_R_KO_f" = 21; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = -6; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_s" = -28; +"@MMK_R_KO_t" = 10; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_v" = 16; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss04" = 40; +"@MMK_R_KO_t_t.liga" = 10; +"@MMK_R_KO_pi" = 21; +"@MMK_R_KO_zero" = -13; +"@MMK_R_KO_one" = 23; +"@MMK_R_KO_two" = 12; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -100; +"@MMK_R_KO_five" = -4; +"@MMK_R_KO_six" = -8; +"@MMK_R_KO_seven" = 17; +"@MMK_R_KO_eight" = 4; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_period" = -136; +"@MMK_R_KO_comma" = -136; +"@MMK_R_KO_question" = 28; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = -121; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -136; +"@MMK_R_KO_endash" = -61; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -7; +"@MMK_R_KO_parenright" = -35; +"@MMK_R_KO_bracketright" = 12; +"@MMK_R_KO_parenright.case" = -9; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -76; +"@MMK_R_KO_guillemetright" = 6; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 4; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +ohorngrave = { +i = 37; +idotaccent = 37; +i.ss01 = 37; +idotaccent.ss01 = 37; +m = 37; +n = 37; +period = 20; +comma = 18; +period.ss01 = 7; +comma.ss01 = 0; +parenright = -19; +bracketright = 0; +guillemetright = 48; +quotedbl = 46; +}; +zeroinferior = { +parenright = -51; +}; +c = { +seven = -39; +registered = -36; +notequal = -56; +}; +Aacute = { Dcroat = -24; -Iogonek = 8; +Eth = -24; +Tbar = -103; +endash.case = -63; +registered = -93; }; -a = { -asciitilde = -21; -backslash = -24; -germandbls = 0; -jcircumflex = 16; -logicalnot = -61; -notequal = -58; -parenleft = 0; -plus = -16; -r = -2; -registered = -14; -seven = -9; +Abreve = { +endash.case = -63; }; -a.ss05 = { -T = -83; -backslash = -67; -gbreve.ss06 = 16; -gcircumflex.ss06 = 16; -gcommaaccent.ss06 = 16; -germandbls = -5; -jcircumflex = 56; -seven = -31; +eight.dnom = { +question = -100; +question.ss01 = -113; +parenright = -54; +quotedblleft = -120; +quotedblright = -64; +quoteleft = -120; +quoteright = -64; +quotedbl = -118; +quotesingle = -94; +quotedblleft.ss01 = -56; +quoteleft.ss01 = -56; +quotedblright.ss01 = -70; +quoteright.ss01 = -70; +degree = -155; }; -aacute = { -parenright = -48; +Idieresis.ss01 = { +Icircumflex = 108; +Idieresis.ss01 = 80; +idieresis.ss01 = 61; +parenright.case = 98; +}; +"@MMK_L_KO_scaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -94; +"@MMK_R_KO_V" = -41; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 24; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -66; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -83; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 5; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -37; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -29; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -49; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; }; -abreve = { -parenright = -48; +comma.ss01 = { +twosuperior = -125; +threesuperior = -125; +fivesuperior = -125; +eightsuperior = -125; +parenright = 0; +bracketright = 27; +quoteright.ss01 = -125; }; -abreveacute = { -parenright = -47; +C = { +two = 3; +three = 5; +five = 16; +eight = 22; +braceright.case = -3; +plus = 0; +minus = 0; +greater = 0; }; -abrevedotbelow = { -parenright = -47; +"@MMK_L_KO_quotedblright" = { +"@MMK_R_KO_A" = -121; +"@MMK_R_KO_H" = -10; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -16; +"@MMK_R_KO_J" = -95; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -277; +"@MMK_R_KO_a" = -52; +"@MMK_R_KO_aacute" = -52; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = -9; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -55; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -13; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = 2; +"@MMK_R_KO_zero" = -25; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -97; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -19; +"@MMK_R_KO_seven" = 6; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -140; +"@MMK_R_KO_ellipsis" = -277; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -126; +"@MMK_R_KO_hyphen" = -66; +"@MMK_R_KO_endash" = -50; +"@MMK_R_KO_hyphen.case" = -33; +"@MMK_R_KO_endash.case" = -16; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = 10; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -80; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_plus" = -6; +"@MMK_R_KO_percent" = 15; }; -abrevedotbelow.ss05 = { -c = -3; -t = -8; -t_i.liga = -8; -t_t.liga = -8; +ocircumflexgrave = { +parenright = -41; +bracketright = 0; +quotedbl = -35; +quotesingle = -30; }; -abrevegrave = { -parenright = -48; -sevensuperior = -41; +wcircumflex = { +p = 0; }; -abrevehookabove = { -parenright = -47; +"@MMK_L_KO_hyphen" = { +"@MMK_R_KO_A" = -23; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = -122; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -85; +"@MMK_R_KO_W" = -45; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 16; +"@MMK_R_KO_eacute" = 12; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 14; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 24; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -11; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -87; +"@MMK_R_KO_two" = -12; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 26; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -108; +"@MMK_R_KO_eight" = 27; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -54; +"@MMK_R_KO_onesuperior" = -60; +"@MMK_R_KO_foursuperior" = -69; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_ninesuperior" = -48; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_question" = -111; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = -32; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -11; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_parenright" = -83; +"@MMK_R_KO_bracketright" = -56; +"@MMK_R_KO_quotedblleft" = -61; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -61; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -39; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -62; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_plus" = 0; +}; +Umacron = { +Hbar = 45; }; -abrevetilde = { -parenright = -47; +Zcaron = { +Dcroat = -21; +igrave = 35; +endash.case = -29; }; -acircumflexacute = { -parenright = -48; -sevensuperior = -41; +sixinferior = { +T = -135; +W = -68; +parenright = -45; +bracketright = 0; }; -acircumflexdotbelow = { -parenright = -47; -sevensuperior = -40; +"@MMK_L_KO_bracketleft.case" = { +"@MMK_R_KO_A" = 40; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -16; +"@MMK_R_KO_S" = 15; +"@MMK_R_KO_T" = 33; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = 41; +"@MMK_R_KO_W" = 48; +"@MMK_R_KO_X" = 53; +"@MMK_R_KO_Y" = 56; +"@MMK_R_KO_Z" = 39; +"@MMK_R_KO_I.ss02" = 42; +"@MMK_R_KO_J.ss10" = -22; +"@MMK_R_KO_zero" = -24; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 27; +"@MMK_R_KO_three" = 7; +"@MMK_R_KO_four" = -36; +"@MMK_R_KO_five" = 14; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 33; +"@MMK_R_KO_eight" = 19; +"@MMK_R_KO_nine" = 16; +"@MMK_R_KO_sixsuperior" = 18; +"@MMK_R_KO_onesuperior" = 31; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_sevensuperior" = 39; +"@MMK_R_KO_ninesuperior" = 24; +"@MMK_R_KO_period" = 24; +"@MMK_R_KO_comma" = 24; +"@MMK_R_KO_ellipsis" = 18; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = 68; +"@MMK_R_KO_period.ss01" = 17; +"@MMK_R_KO_comma.ss01" = 14; +"@MMK_R_KO_colon.ss01" = 17; +"@MMK_R_KO_hyphen.case" = -59; +"@MMK_R_KO_endash.case" = -59; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 21; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 21; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 21; +"@MMK_R_KO_quotesingle" = 21; +"@MMK_R_KO_quotedblleft.ss01" = 6; +"@MMK_R_KO_quotedblright.ss01" = 13; +"@MMK_R_KO_degree" = 9; +"@MMK_R_KO_plus" = -65; +"@MMK_R_KO_percent" = 17; +}; +"@MMK_L_KO_five" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 24; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = -14; +"@MMK_R_KO_W" = -2; +"@MMK_R_KO_X" = -10; +"@MMK_R_KO_Y" = -6; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 17; +"@MMK_R_KO_J.ss10" = 20; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 24; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 10; +"@MMK_R_KO_eacute" = 10; +"@MMK_R_KO_f" = -4; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 13; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -18; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -12; +"@MMK_R_KO_two" = 8; +"@MMK_R_KO_three" = 19; +"@MMK_R_KO_four" = 32; +"@MMK_R_KO_five" = 29; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -10; +"@MMK_R_KO_eight" = 35; +"@MMK_R_KO_nine" = 12; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_sevensuperior" = -18; +"@MMK_R_KO_ninesuperior" = -19; +"@MMK_R_KO_period" = 13; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -17; +"@MMK_R_KO_slash" = -12; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = 30; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_hyphen.case" = 2; +"@MMK_R_KO_endash.case" = -8; +"@MMK_R_KO_parenright" = -24; +"@MMK_R_KO_bracketright" = 2; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -24; +"@MMK_R_KO_quoteleft" = -28; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -5; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -22; +"@MMK_R_KO_degree" = -28; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -11; +}; +"@MMK_L_KO_Ccaron" = { +"@MMK_R_KO_A" = -25; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 2; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 14; +"@MMK_R_KO_T" = -32; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -57; +"@MMK_R_KO_W" = -33; +"@MMK_R_KO_X" = -40; +"@MMK_R_KO_Y" = -77; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 22; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 12; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_x" = -24; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_sixsuperior" = -18; +"@MMK_R_KO_onesuperior" = -42; +"@MMK_R_KO_twosuperior" = -14; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -13; +"@MMK_R_KO_sevensuperior" = -47; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = -8; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -21; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_asterisk" = -25; +"@MMK_R_KO_slash" = -28; +"@MMK_R_KO_period.ss01" = -12; +"@MMK_R_KO_comma.ss01" = -16; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_bracketright.case" = -3; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -17; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -22; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -27; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; }; -acircumflexdotbelow.ss05 = { -t = -8; -t_i.liga = -8; -t_t.liga = -8; -y = -17; +Idotaccent = { +l.ss04 = 22; }; -acircumflexgrave.ss05 = { -y = -18; +zero.dnom = { +question = -101; +question.ss01 = -114; +parenright = -63; +parenright.case = -31; +quotedblleft = -143; +quotedblright = -95; +quoteleft = -140; +quoteright = -95; +quotedbl = -141; +quotesingle = -94; +quotedblleft.ss01 = -87; +quoteleft.ss01 = -87; +quotedblright.ss01 = -96; +quoteright.ss01 = -96; +degree = -178; }; -acircumflexhookabove.ss05 = { -y = -18; +I = { +I = 0; +Hbar = 34; +hbar = 18; +igrave = 20; +jcircumflex = 90; +logicalnot = -61; }; -acircumflextilde = { -parenright = -47; +uhornhookabove = { +a = -19; +a.ss05 = -13; +period = -29; +comma = -30; +ellipsis = -49; +period.ss01 = -50; +ellipsis.ss01 = -50; +comma.ss01 = -52; +parenright = -39; +bracketright = 0; +quotedblright = 4; +quotedbl = 24; }; -acircumflextilde.ss05 = { -y = -18; +Idieresis = { +Icircumflex = 116; +Idieresis = 110; +idieresis = 87; +parenright = 82; +parenright.case = 108; +}; +"@MMK_L_KO_Y" = { +"@MMK_R_KO_A" = -128; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -46; +"@MMK_R_KO_Oacute" = -46; +"@MMK_R_KO_J" = -64; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -21; +"@MMK_R_KO_T" = 32; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 42; +"@MMK_R_KO_W" = 49; +"@MMK_R_KO_X" = 35; +"@MMK_R_KO_Y" = 56; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 26; +"@MMK_R_KO_J.ss10" = -166; +"@MMK_R_KO_a" = -100; +"@MMK_R_KO_aacute" = -80; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -109; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = -36; +"@MMK_R_KO_g" = -97; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = -59; +"@MMK_R_KO_icircumflex" = 70; +"@MMK_R_KO_imacron" = 120; +"@MMK_R_KO_itilde" = 75; +"@MMK_R_KO_j" = 8; +"@MMK_R_KO_s" = -88; +"@MMK_R_KO_t" = -43; +"@MMK_R_KO_u" = -51; +"@MMK_R_KO_uacute" = -50; +"@MMK_R_KO_v" = -43; +"@MMK_R_KO_w" = -43; +"@MMK_R_KO_x" = -46; +"@MMK_R_KO_y" = -43; +"@MMK_R_KO_z" = -53; +"@MMK_R_KO_l.ss03" = 13; +"@MMK_R_KO_l.ss04" = 62; +"@MMK_R_KO_g.ss06" = -89; +"@MMK_R_KO_t_t.liga" = -43; +"@MMK_R_KO_one" = -18; +"@MMK_R_KO_four" = -123; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = 16; +"@MMK_R_KO_twosuperior" = 4; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -39; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = 33; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -140; +"@MMK_R_KO_colon" = -56; +"@MMK_R_KO_semicolon" = -56; +"@MMK_R_KO_ellipsis" = -180; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = -17; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = -140; +"@MMK_R_KO_backslash" = 71; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = -51; +"@MMK_R_KO_question.ss01" = -29; +"@MMK_R_KO_hyphen" = -122; +"@MMK_R_KO_endash" = -107; +"@MMK_R_KO_underscore" = -151; +"@MMK_R_KO_hyphen.case" = -81; +"@MMK_R_KO_parenleft" = -39; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 58; +"@MMK_R_KO_bracketright" = 57; +"@MMK_R_KO_parenright.case" = 12; +"@MMK_R_KO_bracketright.case" = 55; +"@MMK_R_KO_quotedblleft" = -32; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -32; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -124; +"@MMK_R_KO_guillemetright" = -47; +"@MMK_R_KO_quotedbl" = 26; +"@MMK_R_KO_quotesingle" = 26; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = 16; +"@MMK_R_KO_quoteright.ss01" = 16; +"@MMK_R_KO_trademark" = 24; +"@MMK_R_KO_asciicircum" = -68; }; -adieresis = { -germandbls = 0; +Ecircumflexdotbelow.ss01 = { +T = 15; }; -adieresis.ss05 = { -germandbls = -3; +"@MMK_L_KO_s" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 18; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -94; +"@MMK_R_KO_U" = -7; +"@MMK_R_KO_V" = -87; +"@MMK_R_KO_W" = -53; +"@MMK_R_KO_X" = -19; +"@MMK_R_KO_Y" = -124; +"@MMK_R_KO_Z" = 5; +"@MMK_R_KO_I.ss02" = 5; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 1; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -9; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -23; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -45; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_g.ss06" = 24; +"@MMK_R_KO_t_t.liga" = -9; +"@MMK_R_KO_one" = -16; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_sixsuperior" = -45; +"@MMK_R_KO_onesuperior" = -81; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -25; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_fivesuperior" = -36; +"@MMK_R_KO_sevensuperior" = -85; +"@MMK_R_KO_eightsuperior" = -22; +"@MMK_R_KO_ninesuperior" = -34; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 21; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 5; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = -37; +"@MMK_R_KO_asterisk" = -63; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_backslash" = -61; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -47; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -5; +"@MMK_R_KO_underscore" = -23; +"@MMK_R_KO_parenleft" = 8; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_braceright" = -30; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -22; +"@MMK_R_KO_quoteleft" = -45; +"@MMK_R_KO_quoteright" = -22; +"@MMK_R_KO_guillemetleft" = -32; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -49; +"@MMK_R_KO_quotesingle" = -49; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -19; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -88; +"@MMK_R_KO_asciicircum" = -52; +}; +"@MMK_L_KO_nine" = { +"@MMK_R_KO_A" = -33; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 3; +"@MMK_R_KO_J" = -8; +"@MMK_R_KO_G.ss07" = 4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -41; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -52; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = -15; +"@MMK_R_KO_J.ss10" = -4; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 7; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 9; +"@MMK_R_KO_uacute" = 9; +"@MMK_R_KO_v" = -17; +"@MMK_R_KO_w" = -9; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = 8; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_two" = -7; +"@MMK_R_KO_three" = -4; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_five" = 10; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -10; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_foursuperior" = -6; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_ninesuperior" = -20; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -20; +"@MMK_R_KO_ellipsis" = -33; +"@MMK_R_KO_question" = -14; +"@MMK_R_KO_asterisk" = -35; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -23; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -79; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_parenright.case" = -53; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -26; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -24; +"@MMK_R_KO_quotedbl" = -37; +"@MMK_R_KO_quotesingle" = -35; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -14; +"@MMK_R_KO_degree" = -44; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -22; }; -ampersand = { -one = -31; -parenright = -38; -quotedbl = -68; -quotedblleft = -63; -quotedblright = -32; -quoteright = -32; -quotesingle = -68; -seven = -37; -v = -40; -w = -26; -y = -26; +one = { +icircumflex = 90; +three = 0; +multiply = 0; +equal = 0; +notequal = -56; +asciicircum = -12; }; -aogonek = { -comma = 4; -j = 22; -parenright = 0; +gdotaccent.ss06 = { +gdotaccent.ss06 = 28; }; -aogonek.ss05 = { -comma = 40; -j = 62; -j.ss01 = 62; -parenright = 27; +"@MMK_L_KO_Oacute" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -9; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = -28; +"@MMK_R_KO_comma" = -30; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = -11; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = -43; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_underscore" = -73; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -57; +"@MMK_R_KO_bracketright.case" = -25; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -30; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -62; }; -approxequal = { -one = -12; -parenright = -82; -parenright.case = -73; +lcaron.ss04 = { +ncaron = 22; +scaron = 40; +exclam.ss01 = 210; }; -asciicircum = { -X = -96; -asterisk = -36; -bracketright = -81; -bracketright.case = -82; -comma = -133; -comma.ss01 = -134; -four = -66; -hyphen = -70; -hyphen.case = -41; -one = -9; -parenright = -91; -parenright.case = -82; -period = -132; -period.ss01 = -135; -semicolon = -24; -slash = -120; -three = -29; -two = -17; -x = -40; +Gdotaccent = { +Hbar = 21; }; -asciitilde = { -X = -152; -asterisk = -90; -bracketright = -137; -bracketright.case = -139; -comma = -120; -comma.ss01 = -134; -eight = -61; -exclam = -72; -exclam.ss01 = -71; -five = -56; -four = -53; -hyphen = -75; -nine = -53; -one = -49; -parenleft = -54; -parenright = -132; -parenright.case = -123; -period = -121; -period.ss01 = -135; -question = -69; -question.ss01 = -84; -quotedbl = -85; -quotedblleft = -72; -quotedblright = -64; -quoteright = -64; -quotesingle = -85; -seven = -60; -six = -41; -slash = -126; -three = -65; -two = -65; -v = -68; -w = -61; -y = -70; -zero = -41; +fl = { +Hbar = 33; +l = 0; +idieresis = 8; +jcircumflex = 32; +periodcentered.loclCAT = 45; +periodcentered.loclCAT.ss01 = 0; }; -asterisk = { -g.ss06 = -28; -l.ss04 = 34; +quotedbl = { +Dcroat = -14; +Hbar = 51; +Lslash = -15; +hbar = 30; +igrave = 38; +icircumflex = 95; +idieresis = 108; +imacron = 88; +jcircumflex = 94; +x = -7; +idieresis.ss01 = 80; +g.ss06 = -27; +gcommaaccent.ss06 = -27; +gdotaccent.ss06 = -27; +gdotaccent.ss01.ss06 = -27; +mu = -17; +exclamdown = -22; +questiondown = -139; +backslash = 56; +questiondown.case = -87; +ellipsis.ss01 = -219; +exclamdown.ss01 = -17; +questiondown.ss01 = -149; +underscore = -219; +parenleft = -14; +braceleft = -28; +ampersand = -55; +sterling = -38; +minus = -6; +lessequal = -51; +asciitilde = -42; }; -at = { -A = -22; -C = 19; -G = 19; -J = -2; -O = 19; -T = -31; -V = -54; -X = -48; -Y = -85; -a = 16; -c = 18; -d = 16; -e = 18; -g = 16; -parenright = -67; -parenright.case = -56; +O = { +Dcroat = 18; +Eth = 18; +Hbar = 10; +Lslash = 7; +Tbar = -29; +idieresis = 3; +parenleft.case = 19; +braceright.case = -27; +less = 0; }; -atilde = { -parenright = -48; +Zdotaccent.ss01 = { +Hbar = 51; +endash.case = -29; +}; +"@MMK_L_KO_period.ss01" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -47; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -120; +"@MMK_R_KO_U" = -29; +"@MMK_R_KO_V" = -120; +"@MMK_R_KO_W" = -97; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = -120; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -23; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_v" = -94; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = -15; +"@MMK_R_KO_t_t.liga" = -57; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -110; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = -113; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -17; +"@MMK_R_KO_sixsuperior" = -120; +"@MMK_R_KO_onesuperior" = -120; +"@MMK_R_KO_foursuperior" = -120; +"@MMK_R_KO_sevensuperior" = -120; +"@MMK_R_KO_ninesuperior" = -120; +"@MMK_R_KO_asterisk" = -120; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -120; +"@MMK_R_KO_endash.case" = -120; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = -120; +"@MMK_R_KO_quotesingle" = -94; +"@MMK_R_KO_quotedblleft.ss01" = -120; +"@MMK_R_KO_quotedblright.ss01" = -120; }; -b = { -backslash = -58; -eight = 20; -notequal = -45; -parenleft = 18; -registered = -29; -seven = -28; +braceleft = { +p = 14; +x = 0; +parenleft = 0; +braceright = 52; +at = -27; +minus = -83; +logicalnot = -114; +asciicircum = -60; }; -backslash = { -T = -87; -V = -128; -W = -65; -Y = -137; -asterisk = -104; -backslash = -144; -c = -34; -f = -25; -j = 85; -o = -34; -one = -70; -quotedbl = -108; -quotedblleft = -97; -quotedblleft.ss01 = -83; -quotedblright = -86; -quotedblright.ss01 = -80; -quoteleft = -97; -quoteright = -86; -quotesingle = -108; -seven = -76; -t = -54; -t_i.liga = -54; -t_t.liga = -54; -underscore = 67; -v = -88; +rcaron = { +I.ss02 = 42; +onesuperior = 10; +twosuperior = 17; +sevensuperior = 54; +parenright = 18; +}; +f_f_i.liga = { +hbar = 4; +idieresis = 5; +jcircumflex = 34; +germandbls = -5; +logicalnot = -62; +}; +"@MMK_L_KO_quotedblbase" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -83; +"@MMK_R_KO_Oacute" = -83; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = -89; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -151; +"@MMK_R_KO_U" = -59; +"@MMK_R_KO_V" = -168; +"@MMK_R_KO_W" = -115; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -187; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -50; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -58; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 48; +"@MMK_R_KO_lslash" = -25; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -75; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -120; +"@MMK_R_KO_w" = -75; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_t_t.liga" = -75; +"@MMK_R_KO_pi" = -42; +"@MMK_R_KO_zero" = -83; +"@MMK_R_KO_one" = -116; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -43; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_five" = -43; +"@MMK_R_KO_six" = -87; +"@MMK_R_KO_seven" = -119; +"@MMK_R_KO_eight" = -25; +"@MMK_R_KO_nine" = -49; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_question" = -112; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_hyphen" = -52; +"@MMK_R_KO_endash" = -100; +"@MMK_R_KO_hyphen.case" = -163; +"@MMK_R_KO_endash.case" = -260; +"@MMK_R_KO_quotedblleft" = -277; +"@MMK_R_KO_quotedblright" = -277; +"@MMK_R_KO_quoteleft" = -140; +"@MMK_R_KO_quoteright" = -140; +"@MMK_R_KO_guillemetleft" = -114; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_plus" = -130; +"@MMK_R_KO_percent" = -116; +}; +"@MMK_L_KO_bracketleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -22; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 36; +"@MMK_R_KO_U" = 25; +"@MMK_R_KO_V" = 45; +"@MMK_R_KO_W" = 52; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = 59; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -57; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_aacute" = -42; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -30; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 98; +"@MMK_R_KO_lslash" = 6; +"@MMK_R_KO_s" = -44; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -22; +"@MMK_R_KO_v" = -53; +"@MMK_R_KO_w" = -40; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 59; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 12; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -40; +"@MMK_R_KO_five" = 8; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 36; +"@MMK_R_KO_eight" = 10; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 21; +"@MMK_R_KO_onesuperior" = 35; +"@MMK_R_KO_foursuperior" = -12; +"@MMK_R_KO_sevensuperior" = 43; +"@MMK_R_KO_ninesuperior" = 27; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = 25; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 18; +"@MMK_R_KO_slash" = 69; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 21; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -57; +"@MMK_R_KO_endash" = -57; +"@MMK_R_KO_bracketright" = 52; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 23; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 23; +"@MMK_R_KO_guillemetleft" = -67; +"@MMK_R_KO_guillemetright" = -57; +"@MMK_R_KO_quotedbl" = 26; +"@MMK_R_KO_quotesingle" = 26; +"@MMK_R_KO_quotedblleft.ss01" = 9; +"@MMK_R_KO_quotedblright.ss01" = 18; +"@MMK_R_KO_degree" = 14; +"@MMK_R_KO_plus" = -62; +"@MMK_R_KO_percent" = 20; +}; +logicalnot = { +one = -54; +two = -64; +seven = -65; +nine = -64; +parenright = -131; +parenright.case = -104; +v = -85; +x = -102; +y = -91; +}; +"@MMK_L_KO_J" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 8; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_V" = 8; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 8; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 8; +"@MMK_R_KO_aacute" = 8; +"@MMK_R_KO_a.ss05" = 14; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 100; +"@MMK_R_KO_imacron" = 75; +"@MMK_R_KO_itilde" = 71; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 6; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 18; +"@MMK_R_KO_l.ss04" = 30; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 9; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 7; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -2; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -2; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -20; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 9; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -26; +"@MMK_R_KO_backslash" = 42; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -20; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 9; +"@MMK_R_KO_endash" = 9; +"@MMK_R_KO_underscore" = -36; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_parenleft" = 18; +"@MMK_R_KO_parenright" = -7; +"@MMK_R_KO_braceright" = 21; +"@MMK_R_KO_parenright.case" = 4; +"@MMK_R_KO_bracketright.case" = 24; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -5; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -8; +"@MMK_R_KO_asciicircum" = -5; }; -baht = { -parenright = -61; -parenright.case = -45; -slash = -9; +ydotbelow = { +ecircumflexdotbelow = -27; +period = -70; +comma = 24; +parenright = 48; }; -braceleft = { -A = 0; -C = -25; -G = -26; -O = -25; -Q = -25; -S = -7; -a = -73; -a.ss05 = -60; -asciicircum = -65; -braceright = 24; -c = -72; -d = -73; -e = -72; -f = -36; -f_f.liga = -36; -f_f_i.liga = -36; -f_y.liga = -36; -fi = -36; -fl = -36; -four = -59; -hyphen = -66; -j = 54; -logicalnot = -121; -m = -26; -minus = -93; -mu = -17; -n = -26; -o = -72; -one = -30; -parenleft = -11; -period = -23; -pi = -48; -plus = -80; -q = -73; -r = -26; -s = -64; -t = -39; -t_i.liga = -39; -t_t.liga = -39; -three = -14; -two = -6; -u = -73; -v = -60; -w = -61; -x = -2; -z = -14; -zero = -26; +"@MMK_L_KO_G.ss07" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = 7; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = 13; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -31; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -55; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -76; +"@MMK_R_KO_Z" = 13; +"@MMK_R_KO_I.ss02" = 13; +"@MMK_R_KO_J.ss10" = 7; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 13; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_icircumflex" = 24; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 11; +"@MMK_R_KO_j" = 35; +"@MMK_R_KO_lslash" = 16; +"@MMK_R_KO_s" = 7; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = -14; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_x" = 10; +"@MMK_R_KO_y" = -15; +"@MMK_R_KO_z" = 11; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 24; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = -2; +"@MMK_R_KO_four" = 20; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -41; +"@MMK_R_KO_twosuperior" = -5; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 26; +"@MMK_R_KO_colon" = 15; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = -7; +"@MMK_R_KO_asterisk" = -24; +"@MMK_R_KO_slash" = 24; +"@MMK_R_KO_backslash" = -36; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -14; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 20; +"@MMK_R_KO_underscore" = 9; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 27; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 21; +"@MMK_R_KO_quotedblleft" = -19; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -19; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -4; +"@MMK_R_KO_guillemetright" = -15; +"@MMK_R_KO_quotedbl" = -31; +"@MMK_R_KO_quotesingle" = -29; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -66; +"@MMK_R_KO_asciicircum" = -13; +}; +idotless = { +T = -14; }; -braceleft.case = { -logicalnot = -121; -one = -33; +acircumflexhookabove.ss05 = { +y = -22; }; -braceright = { -asciicircum = -52; -braceright = -39; -comma = -25; -parenright = -54; -period = -28; -period.ss01 = -48; +Iogonek.ss02 = { +iogonek = 39; +j = 74; +j.ss01 = 74; +endash.case = -51; }; -bracketleft = { -Dcroat = -27; -Icircumflex = 85; -Jcircumflex = 0; -asciicircum = -64; -asciitilde = -87; -at = -42; -equal = -35; -g.ss06 = 9; -hcircumflex = 70; -infinity = -53; -jcircumflex = 83; -minus = -92; -mu = -17; -numbersign = -58; -p = 0; -scaron = -8; -scircumflex = -21; -u = -72; -zcaron = -10; +aogonek = { +j = 29; +j.ss01 = 29; +parenright = 10; +bracketright = 13; }; -bracketleft.case = { -A = 11; -C = -24; -G = -24; -G.ss07 = -24; -O = -24; -Q = -24; -S = -2; -four = -37; -hyphen.case = -64; -one = -26; -plus = -77; +ldot.ss01.ss03 = { +period.ss01 = -61; +comma.ss01 = -64; }; -c = { -acircumflexacute.ss05 = 14; -backslash = -52; -bracketright = -55; -notequal = -43; -quotedblright = -20; -registered = -27; -seven = -26; +Idotbelow = { +j = 41; }; -cacute = { -parenright = -55; +"@MMK_L_KO_fi" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 10; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = 4; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 18; +"@MMK_R_KO_imacron" = 5; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -1; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 24; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = 18; +"@MMK_R_KO_bracketright" = 17; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -5; +"@MMK_R_KO_asciicircum" = -21; }; -ccaron = { -parenright = -55; +Tbar = { +A = -101; +Aacute = -101; +T = 30; +Tbar = 30; +a = -56; +a.ss05 = -50; +e = -64; +o = -64; +oslash = -64; +tbar = -5; +period = -103; +comma = -106; +slash = -108; +period.ss01 = -117; +comma.ss01 = -115; +hyphen = -57; +guillemetleft = -67; +guilsinglleft = -67; }; -ccedilla = { -parenright = -54; +itilde = { +exclam.ss01 = 68; +quotedbl = 74; }; -cent = { -bracketright = -68; -comma = -17; -parenright = -67; -parenright.case = -56; -period = -17; -slash = -30; +Idotaccent.ss01 = { +l.ss04 = 22; }; -colon.ss01 = { -T = -7; -V = -34; -Y = -64; -bracketright = -17; -four = 0; -one = 0; -parenright = -42; +"@MMK_L_KO_six" = { +"@MMK_R_KO_A" = -11; +"@MMK_R_KO_H" = 8; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 22; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = -38; +"@MMK_R_KO_W" = -17; +"@MMK_R_KO_X" = -23; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = 14; +"@MMK_R_KO_a" = 5; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss04" = 14; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 19; +"@MMK_R_KO_three" = 22; +"@MMK_R_KO_four" = 26; +"@MMK_R_KO_five" = 23; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 3; +"@MMK_R_KO_eight" = 34; +"@MMK_R_KO_nine" = 14; +"@MMK_R_KO_sixsuperior" = -2; +"@MMK_R_KO_onesuperior" = -14; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_sevensuperior" = -24; +"@MMK_R_KO_ninesuperior" = -24; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 7; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -4; +"@MMK_R_KO_slash" = -15; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -4; +"@MMK_R_KO_parenright" = -57; +"@MMK_R_KO_bracketright" = -11; +"@MMK_R_KO_parenright.case" = -27; +"@MMK_R_KO_quotedblleft" = -4; +"@MMK_R_KO_quotedblright" = -36; +"@MMK_R_KO_quoteleft" = -4; +"@MMK_R_KO_quoteright" = -36; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -14; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -15; +"@MMK_R_KO_degree" = -15; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; }; -comma = { -eightsuperior = -133; -fivesuperior = -133; -foursuperior = -133; -ninesuperior = -133; -onesuperior = -133; -quotesingle = -109; -sevensuperior = -133; -six = -41; -sixsuperior = -133; -threesuperior = -133; -twosuperior = -133; +ibreve = { +T = 49; +parenright = 22; +quotesingle = 41; }; -comma.ss01 = { -eightsuperior = -134; -fivesuperior = -134; -foursuperior = -134; -ninesuperior = -134; -onesuperior = -134; -sevensuperior = -134; -sixsuperior = -134; -threesuperior = -134; -twosuperior = -134; +multiply = { +one = 0; +seven.numr = -14; +parenright = -87; +parenright.case = -72; +A = -24; +J = 0; +T = 0; +V = -49; +X = -54; +Y = -63; +p = 0; }; -copyright = { -J = -7; -T = -54; -V = -77; -X = -42; -Y = -103; -parenright = -82; +Ccircumflex = { +jcircumflex = 21; }; -d = { -backslash = 27; -hbar = 0; -ibreve = 15; -idieresis = 27; -idieresis.ss01 = 29; -jcircumflex = 66; +q = { +j = 29; +j.ss01 = 29; +comma = 2; +slash = 30; +parenright = 0; +braceright = 15; +bracketright = 16; }; -dcaron = { -amacron = 75; -exclam.ss01 = 181; -zacute = 104; +tcaron = { +a = 0; +b = 15; +h = 16; +k = 16; +l = 15; +o = -7; +f = 19; +i = 17; +j = 41; +sixsuperior = 58; +onesuperior = 85; +twosuperior = 69; +threesuperior = 66; +fivesuperior = 74; +sevensuperior = 107; +eightsuperior = 68; +ninesuperior = 77; +period = 18; +comma = 17; +colon = 19; +exclam = 86; +question = 44; +exclam.ss01 = 90; +hyphen = -7; +parenright = 70; +bracketright = 126; +quotedblleft = 20; +quotedblright = 67; +quoteleft = 20; +guillemetleft = -31; +guilsinglleft = -31; +quotedbl = 91; +quotesingle = 91; +quotedblleft.ss01 = 42; +quoteleft.ss01 = 42; +quotedblright.ss01 = 80; }; -dcroat = { -ecircumflexacute = 2; -i = 0; -i.ss01 = 0; -iacute = 0; -idotaccent = 0; -idotbelow = 0; -igrave = 26; -ihookabove = 0; -itilde = 35; -ocircumflexacute = 2; +uogonek = { +j = 30; +j.ss01 = 30; +parenright = 11; +bracketright = 14; }; -divide = { -one = -13; -parenright = -76; -parenright.case = -67; -three = -19; -two = -9; +seven.dnom = { +period = -32; +comma = -34; +question = -105; +period.ss01 = -42; +comma.ss01 = -46; +question.ss01 = -115; +parenright = -72; +parenright.case = -48; +quotedblleft = -50; +quotedblright = -22; +quoteleft = -50; +quoteright = -22; +quotedbl = -55; +quotesingle = -55; +quotedblleft.ss01 = -2; +quoteleft.ss01 = -2; +quotedblright.ss01 = -19; +quoteright.ss01 = -19; +degree = -93; +}; +"@MMK_L_KO_parenleft.case" = { +"@MMK_R_KO_A" = 7; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -50; +"@MMK_R_KO_Oacute" = -57; +"@MMK_R_KO_J" = 13; +"@MMK_R_KO_G.ss07" = -50; +"@MMK_R_KO_S" = -29; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 2; +"@MMK_R_KO_X" = 12; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_zero" = -58; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_two" = 17; +"@MMK_R_KO_three" = -36; +"@MMK_R_KO_four" = -31; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -53; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = -22; +"@MMK_R_KO_nine" = -27; +"@MMK_R_KO_sixsuperior" = -19; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_sevensuperior" = 12; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -7; +"@MMK_R_KO_question" = -44; +"@MMK_R_KO_asterisk" = -28; +"@MMK_R_KO_slash" = 60; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 23; +"@MMK_R_KO_colon.ss01" = 23; +"@MMK_R_KO_hyphen.case" = -65; +"@MMK_R_KO_endash.case" = -63; +"@MMK_R_KO_parenright.case" = 45; +"@MMK_R_KO_quotedblleft" = -45; +"@MMK_R_KO_quotedblright" = -16; +"@MMK_R_KO_quoteleft" = -44; +"@MMK_R_KO_quoteright" = -16; +"@MMK_R_KO_guillemetleft" = -69; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -30; +"@MMK_R_KO_plus" = -74; +"@MMK_R_KO_percent" = -29; +}; +Igrave.ss02 = { +igrave = 45; +}; +"@MMK_L_KO_U" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 9; +"@MMK_R_KO_aacute" = 9; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 3; +"@MMK_R_KO_eacute" = 2; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 102; +"@MMK_R_KO_imacron" = 76; +"@MMK_R_KO_itilde" = 73; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 12; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_backslash" = 46; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = -47; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_braceright" = 21; +"@MMK_R_KO_bracketright" = 20; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_bracketright.case" = 28; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -6; +"@MMK_R_KO_asciicircum" = -5; }; -dollar = { -eight = 21; -five = 9; -four = 27; -one = -6; -parenright = -61; -parenright.case = -46; -period = 0; -seven = -9; -six = -2; -three = 15; -two = 0; +Amacron = { +endash.case = -63; }; -e = { -Tcedilla = -92; -asciitilde = -12; -backslash = -65; -gbreve.ss06 = 12; -germandbls = -5; -idieresis = 0; -logicalnot = -48; -parenleft = 6; -registered = -36; -seven = -35; +hyphen = { +Dcroat = 12; +Lslash = 20; +Oslash = 4; +x = -56; +l.ss03 = 11; +mu = -2; +zero.numr = -62; +one.numr = -56; +three.numr = -45; +four.numr = -106; +five.numr = -49; +six.numr = -55; +seven.numr = -58; +eight.numr = -42; +nine.numr = -50; +threesuperior = -37; +fivesuperior = -47; +eightsuperior = -34; +colon = -18; +semicolon = -21; +questiondown = -32; +question.ss01 = -106; +questiondown.ss01 = -27; +parenleft = 22; +braceright = -65; +quotesinglbase = -24; +quotedblbase = -24; +quotedblbase.ss01 = -11; +quoteleft.ss01 = -17; +quoteright.ss01 = -28; +}; +"@MMK_L_KO_o" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -117; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -96; +"@MMK_R_KO_W" = -59; +"@MMK_R_KO_X" = -43; +"@MMK_R_KO_Y" = -139; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = -47; +"@MMK_R_KO_y" = -52; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = -37; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -45; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_fivesuperior" = -54; +"@MMK_R_KO_sevensuperior" = -86; +"@MMK_R_KO_eightsuperior" = -41; +"@MMK_R_KO_ninesuperior" = -53; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = -8; +"@MMK_R_KO_question" = -56; +"@MMK_R_KO_asterisk" = -95; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_backslash" = -74; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -75; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = -46; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -74; +"@MMK_R_KO_braceright" = -44; +"@MMK_R_KO_bracketright" = -43; +"@MMK_R_KO_quotedblleft" = -68; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -68; +"@MMK_R_KO_quoteright" = -35; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -68; +"@MMK_R_KO_quotesingle" = -68; +"@MMK_R_KO_quotedblleft.ss01" = -32; +"@MMK_R_KO_quotedblright.ss01" = -36; +"@MMK_R_KO_quoteright.ss01" = -36; +"@MMK_R_KO_trademark" = -109; +"@MMK_R_KO_asciicircum" = -69; }; -ecircumflex = { -parenright = -57; +l = { +Hbar = 33; +l = 0; +hbar = 3; +igrave = 0; +ibreve = 2; +icaron = 4; +idieresis = 8; +jcircumflex = 32; +periodcentered.loclCAT = 45; +periodcentered.loclCAT.ss01 = 0; +at = 0; +notequal = -56; +logicalnot = -62; }; -ecircumflexacute = { -parenright = -57; +registered = { +period = -105; +comma = -110; +slash = -75; +period.ss01 = -113; +comma.ss01 = -116; +parenright = -67; +parenright.case = -46; +trademark = -42; }; -ecircumflexgrave = { -comma = 6; -comma.ss01 = -4; -hyphen = 19; -parenright = -57; -period.ss01 = -6; -quotedbl = -51; -quotedblright = -32; +quotedblright.ss01 = { +icircumflex = 65; +g.ss06 = -25; +mu = -19; +questiondown.case = -95; +ellipsis.ss01 = -258; +questiondown.ss01 = -143; +asciitilde = -39; }; -ecircumflexhookabove = { -comma = 6; -comma.ss01 = -4; -parenright = -16; -period = 5; -period.ss01 = -6; -quotedbl = -28; +"@MMK_L_KO_endash" = { +"@MMK_R_KO_A" = -39; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = 9; +"@MMK_R_KO_Oacute" = 8; +"@MMK_R_KO_J" = -53; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -127; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -71; +"@MMK_R_KO_W" = -40; +"@MMK_R_KO_X" = -76; +"@MMK_R_KO_Y" = -117; +"@MMK_R_KO_Z" = -27; +"@MMK_R_KO_I.ss02" = -51; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 13; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 1; +"@MMK_R_KO_s" = 4; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 15; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = -21; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = -8; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 2; +"@MMK_R_KO_zero" = 2; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_two" = -33; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 14; +"@MMK_R_KO_five" = 5; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -37; +"@MMK_R_KO_eight" = 16; +"@MMK_R_KO_nine" = -7; +"@MMK_R_KO_sixsuperior" = -32; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = -61; +"@MMK_R_KO_ninesuperior" = -21; +"@MMK_R_KO_period" = -53; +"@MMK_R_KO_comma" = -56; +"@MMK_R_KO_question" = -104; +"@MMK_R_KO_slash" = -49; +"@MMK_R_KO_period.ss01" = -63; +"@MMK_R_KO_comma.ss01" = -63; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_parenright" = -86; +"@MMK_R_KO_bracketright" = -58; +"@MMK_R_KO_quotedblleft" = -35; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -35; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -34; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -2; +}; +"@MMK_L_KO_F" = { +"@MMK_R_KO_A" = -60; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 11; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 18; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 39; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 32; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -16; +"@MMK_R_KO_a.ss05" = -19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -16; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = -6; +"@MMK_R_KO_icircumflex" = 123; +"@MMK_R_KO_imacron" = 96; +"@MMK_R_KO_itilde" = 90; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -21; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 46; +"@MMK_R_KO_g.ss06" = -23; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 20; +"@MMK_R_KO_four" = -10; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_twosuperior" = 12; +"@MMK_R_KO_threesuperior" = 6; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_eightsuperior" = 3; +"@MMK_R_KO_ninesuperior" = 11; +"@MMK_R_KO_period" = -99; +"@MMK_R_KO_comma" = -107; +"@MMK_R_KO_colon" = -10; +"@MMK_R_KO_semicolon" = -10; +"@MMK_R_KO_ellipsis" = -121; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 22; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -63; +"@MMK_R_KO_backslash" = 66; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 4; +"@MMK_R_KO_hyphen" = -10; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = -210; +"@MMK_R_KO_hyphen.case" = -4; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 34; +"@MMK_R_KO_bracketright" = 33; +"@MMK_R_KO_parenright.case" = 19; +"@MMK_R_KO_bracketright.case" = 32; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -26; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 10; +"@MMK_R_KO_quotesingle" = 10; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_quoteright.ss01" = 3; +"@MMK_R_KO_trademark" = 3; +"@MMK_R_KO_asciicircum" = -5; }; -edieresis = { -parenright = -57; +published = { +parenright = -94; +parenright.case = -63; }; -edotaccent.ss01 = { -parenright = -57; +emdash.case = { +one.numr = -52; +seven.numr = -54; +question.ss01 = -32; +quotedblbase = -161; +quotedblbase.ss01 = -181; +quoteright.ss01 = 0; +}; +"@MMK_L_KO_zero" = { +"@MMK_R_KO_A" = -36; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = -14; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -56; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -14; +"@MMK_R_KO_I.ss02" = -20; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -5; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = -5; +"@MMK_R_KO_three" = -7; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_five" = 6; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -5; +"@MMK_R_KO_eight" = 6; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = -21; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -25; +"@MMK_R_KO_comma" = -28; +"@MMK_R_KO_ellipsis" = -40; +"@MMK_R_KO_question" = -10; +"@MMK_R_KO_asterisk" = -30; +"@MMK_R_KO_slash" = -42; +"@MMK_R_KO_period.ss01" = -29; +"@MMK_R_KO_comma.ss01" = -33; +"@MMK_R_KO_colon.ss01" = -7; +"@MMK_R_KO_hyphen" = 8; +"@MMK_R_KO_endash" = 10; +"@MMK_R_KO_hyphen.case" = 9; +"@MMK_R_KO_endash.case" = 4; +"@MMK_R_KO_parenright" = -80; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -58; +"@MMK_R_KO_quotedblleft" = -23; +"@MMK_R_KO_quotedblright" = -10; +"@MMK_R_KO_quoteleft" = -22; +"@MMK_R_KO_quoteright" = -10; +"@MMK_R_KO_guillemetleft" = -8; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -34; +"@MMK_R_KO_quotesingle" = -30; +"@MMK_R_KO_quotedblleft.ss01" = -11; +"@MMK_R_KO_quotedblright.ss01" = -12; +"@MMK_R_KO_degree" = -40; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -17; }; -egrave = { -T = -92; -parenright = -57; +Atilde = { +ordfeminine = -110; +}; +"@MMK_L_KO_gbreve" = { +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -27; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -14; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; }; -eight = { -minus = -17; -six = 11; +quotesingle = { +Hbar = 51; +eacute = -43; +hbar = 31; +igrave = 38; +icaron = 84; +icircumflex = 95; +idieresis = 108; +imacron = 88; +itilde = 83; +jcircumflex = 95; +idieresis.ss01 = 80; +g.ss06 = -27; +mu = -17; +exclamdown = -22; +questiondown = -94; +backslash = 56; +questiondown.case = -87; +questiondown.ss01 = -94; +underscore = -94; +ampersand = -48; +lessequal = -51; +asciitilde = -42; }; -eight.dnom = { -degree = -111; -parenright = -47; -question = -89; -question.ss01 = -98; -quotedbl = -97; -quotedblleft = -84; -quotedblleft.ss01 = -59; -quotedblright = -66; -quoteright = -66; -quotesingle = -97; +exclam = { +exclam = 0; +parenright = -19; +guillemetleft = -37; +guillemetright = -6; +}; +Imacron.ss02 = { +endash.case = -51; +}; +"@MMK_L_KO_z" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -44; +"@MMK_R_KO_W" = -22; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -12; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 27; +"@MMK_R_KO_comma" = 26; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 3; +"@MMK_R_KO_exclam" = 10; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_backslash" = -21; +"@MMK_R_KO_period.ss01" = 1; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -12; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -12; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -9; +"@MMK_R_KO_trademark" = -62; +"@MMK_R_KO_asciicircum" = -5; }; -eightinferior = { -parenright = -44; +imacron = { +ncommaaccent = 0; +lcommaaccent = 4; +three = 53; +exclam.ss01 = 82; +quotedbl = 85; }; -eightsuperior = { -comma = -133; -comma.ss01 = -134; -fraction = 0; -period = -132; -period.ss01 = -135; -slash = -76; +three = { +icircumflex = 76; +braceright = -5; +bracketright.case = 13; +trademark = -34; }; -ellipsis = { -Tbar = -100; -eightsuperior = -222; -fivesuperior = -220; -foursuperior = -216; -ninesuperior = -228; -onesuperior = -154; -parenleft.case = -38; -quoteleft = -133; -quotesingle = -109; -sevensuperior = -200; -sixsuperior = -228; -tbar = -56; -threesuperior = -217; -twosuperior = -213; +radical = { +four = -51; +seven = 38; +hyphen = -46; +A = -103; +J = -61; +J.ss10 = -71; +a = -40; +d = -40; +a.ss05 = -36; +c = -41; +g = -38; +s = -36; +l.ss04 = 67; +g.ss06 = -37; }; -ellipsis.ss01 = { -Tbar = -95; -eightsuperior = -222; -fivesuperior = -220; -foursuperior = -216; -ninesuperior = -228; -onesuperior = -154; -question.ss01 = -103; -quotedbl = -234; -quotedblleft.ss01 = -267; -quotedblright.ss01 = -267; -sevensuperior = -200; -sixsuperior = -228; -threesuperior = -217; -twosuperior = -213; +quotesinglbase = { +Iogonek = -7; +oslash = -14; +p = -5; +jcircumflex = 48; +germandbls = -58; +numbersign = -42; +parenleft.case = -58; +at = -60; +copyright = -121; +published = -121; +dollar = -51; +euro = -123; +minus = -135; +equal = -23; +approxequal = -58; }; -emacron = { -parenright = -57; +germandbls = { +a = -2; +d = -2; +a.ss05 = 12; +e = -3; +f = -14; +g = -6; +i = 0; +s = 4; +t = -21; +v = -31; +w = -20; +g.ss06 = 12; +t_i.liga = -21; +t_t.liga = -21; +period.ss01 = -3; +comma.ss01 = -7; +hyphen = 5; +parenright = -60; +bracketright = -31; +quotedblleft = -40; +quotesingle = -44; }; -emdash = { -four.numr = -34; -foursuperior = -29; -one.numr = -50; -onesuperior = -55; -question.ss01 = -85; -questiondown = -17; -quotedbl = -51; -seven.numr = -53; -sevensuperior = -58; -sixsuperior = -44; -zero.numr = -53; +"@MMK_L_KO_lslash" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_U" = 13; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 19; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 3; +"@MMK_R_KO_f" = 28; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 3; +"@MMK_R_KO_s" = 12; +"@MMK_R_KO_t" = 16; +"@MMK_R_KO_u" = 14; +"@MMK_R_KO_uacute" = 15; +"@MMK_R_KO_v" = 22; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = 9; +"@MMK_R_KO_y" = 16; +"@MMK_R_KO_z" = 14; +"@MMK_R_KO_l.ss04" = 8; +"@MMK_R_KO_g.ss06" = 14; +"@MMK_R_KO_t_t.liga" = 16; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = -8; +"@MMK_R_KO_twosuperior" = 4; +"@MMK_R_KO_threesuperior" = 12; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = -12; +"@MMK_R_KO_eightsuperior" = 12; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -7; +"@MMK_R_KO_comma" = -4; +"@MMK_R_KO_colon" = 28; +"@MMK_R_KO_semicolon" = 28; +"@MMK_R_KO_ellipsis" = -24; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = -26; +"@MMK_R_KO_comma.ss01" = -27; +"@MMK_R_KO_colon.ss01" = 11; +"@MMK_R_KO_question.ss01" = 7; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -28; +"@MMK_R_KO_bracketright" = 9; +"@MMK_R_KO_quotedblleft" = 6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = 11; +"@MMK_R_KO_quotedbl" = -3; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 8; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_quoteright.ss01" = 4; +}; +"@MMK_L_KO_quotesinglbase" = { +"@MMK_R_KO_A" = 6; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -83; +"@MMK_R_KO_Oacute" = -92; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = -89; +"@MMK_R_KO_S" = -41; +"@MMK_R_KO_T" = -140; +"@MMK_R_KO_U" = -59; +"@MMK_R_KO_V" = -140; +"@MMK_R_KO_W" = -115; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -140; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -45; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_aacute" = -50; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = -12; +"@MMK_R_KO_e" = -58; +"@MMK_R_KO_eacute" = -58; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -12; +"@MMK_R_KO_n" = -12; +"@MMK_R_KO_j" = 48; +"@MMK_R_KO_lslash" = -25; +"@MMK_R_KO_s" = -23; +"@MMK_R_KO_t" = -75; +"@MMK_R_KO_u" = -38; +"@MMK_R_KO_uacute" = -38; +"@MMK_R_KO_v" = -120; +"@MMK_R_KO_w" = -75; +"@MMK_R_KO_y" = -31; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss04" = -12; +"@MMK_R_KO_t_t.liga" = -75; +"@MMK_R_KO_pi" = -42; +"@MMK_R_KO_zero" = -83; +"@MMK_R_KO_one" = -116; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -43; +"@MMK_R_KO_four" = -26; +"@MMK_R_KO_five" = -43; +"@MMK_R_KO_six" = -87; +"@MMK_R_KO_seven" = -119; +"@MMK_R_KO_eight" = -25; +"@MMK_R_KO_nine" = -49; +"@MMK_R_KO_period" = 9; +"@MMK_R_KO_comma" = 8; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_question" = -112; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 21; +"@MMK_R_KO_hyphen" = -52; +"@MMK_R_KO_hyphen.case" = -140; +"@MMK_R_KO_quotedblleft" = -140; +"@MMK_R_KO_quoteleft" = -140; +"@MMK_R_KO_quoteright" = -140; +"@MMK_R_KO_guillemetleft" = -114; +"@MMK_R_KO_guillemetright" = -29; +"@MMK_R_KO_plus" = -130; +"@MMK_R_KO_percent" = -116; }; -emdash.case = { -quotedblbase = -96; -quotedblbase.ss01 = -108; +Odieresis = { +Eth = 18; +Germandbls = 0; }; -endash = { -H = 0; -Lslash = 38; -Tcedilla = -89; -endash = 0; -four.numr = -34; -foursuperior = -29; -n = 2; -one.numr = -50; -onesuperior = -55; -question.ss01 = -85; -quotedblbase = -14; -seven.numr = -53; -sevensuperior = -58; -sixsuperior = -44; -zero.numr = -53; +"@MMK_L_KO_guillemetleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = -8; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -28; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -27; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = -13; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -6; +"@MMK_R_KO_Y" = -74; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -41; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -9; +"@MMK_R_KO_l" = -8; +"@MMK_R_KO_e" = -42; +"@MMK_R_KO_eacute" = -42; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -36; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -8; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = -19; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = -3; +"@MMK_R_KO_w" = -10; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 7; +"@MMK_R_KO_l.ss04" = -8; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -31; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = -13; +"@MMK_R_KO_four" = -17; +"@MMK_R_KO_five" = -25; +"@MMK_R_KO_six" = -31; +"@MMK_R_KO_seven" = -6; +"@MMK_R_KO_eight" = -14; +"@MMK_R_KO_nine" = -13; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_sevensuperior" = -88; +"@MMK_R_KO_ninesuperior" = -28; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = -5; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -37; +"@MMK_R_KO_endash" = -40; +"@MMK_R_KO_hyphen.case" = -30; +"@MMK_R_KO_endash.case" = -16; +"@MMK_R_KO_parenright" = -64; +"@MMK_R_KO_bracketright" = -62; +"@MMK_R_KO_parenright.case" = -31; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -51; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -51; +"@MMK_R_KO_guillemetleft" = -71; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -13; +"@MMK_R_KO_quotedblright.ss01" = -25; +"@MMK_R_KO_degree" = -24; +"@MMK_R_KO_plus" = -16; +"@MMK_R_KO_percent" = -8; }; -endash.case = { -quotedblbase = -96; -quotedblbase.ss01 = -108; +e = { +idieresis = 0; +germandbls = -17; +gbreve.ss06 = 14; +seven = -42; +emdash = 11; +registered = -38; +logicalnot = -56; +asciitilde = 0; }; -eng = { -bracketright = 0; -j = 32; -parenright = -24; -slash = 30; +Oacute = { +Eth = 18; +Lslash = 7; }; -eogonek = { -parenright = -46; +"@MMK_L_KO_Q" = { +"@MMK_R_KO_A" = 19; +"@MMK_R_KO_H" = -4; +"@MMK_R_KO_O" = -30; +"@MMK_R_KO_Oacute" = -30; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = -29; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = -67; +"@MMK_R_KO_U" = -19; +"@MMK_R_KO_V" = -99; +"@MMK_R_KO_W" = -69; +"@MMK_R_KO_X" = 23; +"@MMK_R_KO_Y" = -119; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 8; +"@MMK_R_KO_J.ss10" = -9; +"@MMK_R_KO_a" = -15; +"@MMK_R_KO_aacute" = -15; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -20; +"@MMK_R_KO_eacute" = -18; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -4; +"@MMK_R_KO_icircumflex" = -4; +"@MMK_R_KO_imacron" = -4; +"@MMK_R_KO_j" = 38; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -32; +"@MMK_R_KO_u" = -8; +"@MMK_R_KO_uacute" = -8; +"@MMK_R_KO_v" = -54; +"@MMK_R_KO_w" = -42; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = -32; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = -4; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = -32; +"@MMK_R_KO_one" = -40; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_sixsuperior" = -62; +"@MMK_R_KO_onesuperior" = -88; +"@MMK_R_KO_twosuperior" = -49; +"@MMK_R_KO_threesuperior" = -52; +"@MMK_R_KO_foursuperior" = -45; +"@MMK_R_KO_fivesuperior" = -60; +"@MMK_R_KO_sevensuperior" = -95; +"@MMK_R_KO_eightsuperior" = -50; +"@MMK_R_KO_ninesuperior" = -60; +"@MMK_R_KO_period" = 26; +"@MMK_R_KO_comma" = 25; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -48; +"@MMK_R_KO_asterisk" = -77; +"@MMK_R_KO_slash" = 29; +"@MMK_R_KO_backslash" = -77; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -56; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -32; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -44; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -6; +"@MMK_R_KO_bracketright.case" = 25; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -49; +"@MMK_R_KO_quoteleft" = -63; +"@MMK_R_KO_quoteright" = -49; +"@MMK_R_KO_guillemetleft" = -49; +"@MMK_R_KO_guillemetright" = -20; +"@MMK_R_KO_quotedbl" = -74; +"@MMK_R_KO_quotesingle" = -74; +"@MMK_R_KO_quotedblleft.ss01" = -50; +"@MMK_R_KO_quotedblright.ss01" = -50; +"@MMK_R_KO_quoteright.ss01" = -50; +"@MMK_R_KO_trademark" = -114; +"@MMK_R_KO_asciicircum" = -73; +}; +"@MMK_L_KO_k" = { +"@MMK_R_KO_A" = 38; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 34; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -7; +"@MMK_R_KO_X" = 51; +"@MMK_R_KO_Y" = -45; +"@MMK_R_KO_Z" = 20; +"@MMK_R_KO_I.ss02" = 21; +"@MMK_R_KO_J.ss10" = -63; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -42; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -53; +"@MMK_R_KO_f" = 28; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 29; +"@MMK_R_KO_lslash" = -8; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = 17; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 28; +"@MMK_R_KO_w" = 28; +"@MMK_R_KO_x" = 37; +"@MMK_R_KO_y" = 28; +"@MMK_R_KO_z" = 21; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = 17; +"@MMK_R_KO_one" = 34; +"@MMK_R_KO_four" = -46; +"@MMK_R_KO_sixsuperior" = 13; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -47; +"@MMK_R_KO_threesuperior" = -30; +"@MMK_R_KO_foursuperior" = 9; +"@MMK_R_KO_fivesuperior" = -1; +"@MMK_R_KO_sevensuperior" = -79; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -11; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 8; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 19; +"@MMK_R_KO_asterisk" = 21; +"@MMK_R_KO_slash" = 34; +"@MMK_R_KO_backslash" = -4; +"@MMK_R_KO_period.ss01" = 12; +"@MMK_R_KO_comma.ss01" = 7; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = 12; +"@MMK_R_KO_hyphen" = -67; +"@MMK_R_KO_endash" = -56; +"@MMK_R_KO_underscore" = 13; +"@MMK_R_KO_parenleft" = -2; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = -39; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = -39; +"@MMK_R_KO_guillemetleft" = -66; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = -1; +"@MMK_R_KO_quotesingle" = -1; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -30; +"@MMK_R_KO_trademark" = -50; +"@MMK_R_KO_asciicircum" = -5; }; -equal = { -A = -11; -C = 0; -G = 0; -J = 0; -O = 0; -T = 0; -V = -29; -X = -38; -Y = -47; -bracketright = -45; -comma = -13; -equal = 0; -one = 0; -parenright = -62; -parenright.case = -49; -period = -13; -quotedbl = -20; -quotedblright = -21; -zero = 0; +Germandbls = { +B = 15; +E = 15; +I = 15; +L = 15; +S = 25; +T = -14; +Z = 28; +a = 10; +foursuperior = -17; +hyphen = 24; }; -euro = { -comma = -3; -comma.ss01 = -15; -parenright = -65; -parenright.case = -53; -period = -4; -period.ss01 = -16; -slash = -20; -three = 13; +"@MMK_L_KO_uacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -47; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_Y" = -53; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 5; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_icircumflex" = 1; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 1; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 1; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = -14; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 3; +"@MMK_R_KO_endash" = 3; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -18; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -18; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -18; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -16; +"@MMK_R_KO_quoteright.ss01" = -16; }; -exclam = { -exclam = 8; -guillemetleft = -18; -guilsinglleft = -19; -parenright = -17; -quotedbl = -4; -quotedblleft = -3; -quotedblright = -5; +six.dnom = { +question = -99; +question.ss01 = -113; +parenright = -57; +quotedblleft = -125; +quotedblright = -77; +quoteleft = -125; +quoteright = -77; +quotedbl = -123; +quotesingle = -94; +quotedblleft.ss01 = -62; +quoteleft.ss01 = -62; +quotedblright.ss01 = -77; +quoteright.ss01 = -77; +degree = -160; }; -exclam.ss01 = { -exclam.ss01 = 5; -parenright = -19; -period.ss01 = -22; +oneinferior = { +zeroinferior = 0; +oneinferior = 0; +twoinferior = 0; +parenright = -42; }; -exclamdown = { -A = 0; -C = 22; -O = 22; -Q = 22; -T = -19; -V = -35; -Y = -64; -j = 52; +less = { +two = 24; +three = 0; +parenright = -38; +less = 0; +S = 17; }; -exclamdown.ss01 = { -T = -6; -V = -33; -Y = -59; +Acircumflex = { +six = -52; +}; +"@MMK_L_KO_quoteleft" = { +"@MMK_R_KO_A" = -104; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -86; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -140; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -4; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = -4; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -4; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 16; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -51; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 6; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = 1; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -140; +"@MMK_R_KO_ellipsis" = -140; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -103; +"@MMK_R_KO_hyphen" = -40; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 8; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = 18; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -20; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -2; +}; +"@MMK_L_KO_degree" = { +"@MMK_R_KO_A" = -108; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_J" = -89; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_V" = -28; +"@MMK_R_KO_W" = -15; +"@MMK_R_KO_X" = -54; +"@MMK_R_KO_Y" = -36; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -205; +"@MMK_R_KO_a" = -32; +"@MMK_R_KO_a.ss05" = -18; +"@MMK_R_KO_l" = -13; +"@MMK_R_KO_e" = -35; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = -28; +"@MMK_R_KO_i" = -14; +"@MMK_R_KO_n" = -14; +"@MMK_R_KO_j" = -14; +"@MMK_R_KO_s" = -18; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -9; +"@MMK_R_KO_t_t.liga" = 0; +}; +ellipsis.ss01 = { +Dcroat = -43; +Tbar = -121; +tbar = -62; +twosuperior = -201; +threesuperior = -205; +fivesuperior = -208; +eightsuperior = -207; +question.ss01 = -114; +parenleft = -12; +braceright = 0; +parenleft.case = -31; +quoteleft.ss01 = -125; +quoteright.ss01 = -125; }; -f = { -backslash = 60; -exclam.ss01 = 21; -germandbls = 23; -hbar = 33; -ibreve = 59; -idieresis = 66; -idieresis.ss01 = 69; -jcircumflex = 82; -n = 0; -nine = 30; -ordmasculine = 25; -parenleft = 16; -seven = 36; +u = { +l = 0; +idieresis = 0; +s = 3; +germandbls = -5; +logicalnot = -62; }; -f_f.liga = { -backslash = 60; -hbar = 33; -ibreve = 59; -idieresis = 66; -idieresis.ss01 = 69; -nine = 30; -ordmasculine = 25; -parenleft = 16; -seven = 36; +colon.ss01 = { +T = 0; +V = -40; +Y = -54; +zero = 0; +one = 12; +three = -5; +four = 2; +onesuperior = -50; +sevensuperior = -61; +emdash = -3; +parenright = -40; +braceright = 0; +bracketright = 0; }; -f_f_i.liga = { -asciitilde = -20; -germandbls = 0; -hbar = 0; -idieresis = 25; -jcircumflex = 65; -logicalnot = -61; +ocircumflexacute = { +sevensuperior = 0; +parenright = 18; +bracketright = 31; +quotedbl = -26; +quotesingle = -21; }; -f_f_i.liga.ss01 = { -idieresis.ss01 = 28; -jcircumflex = 69; -parenright = -21; +egrave = { +T = -113; }; -f_y.liga = { -Ydieresis = -39; -ampersand = -19; -asciitilde = -25; -exclam.ss01 = 2; -germandbls = 31; +Jcircumflex = { +jcircumflex = 99; +parenright = 108; +bracketright = 118; +parenright.case = 135; +bracketright.case = 117; +}; +"@MMK_L_KO_B" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 23; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = -8; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -18; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -44; +"@MMK_R_KO_Z" = 15; +"@MMK_R_KO_I.ss02" = 16; +"@MMK_R_KO_J.ss10" = 8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 18; +"@MMK_R_KO_l" = 3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 77; +"@MMK_R_KO_imacron" = 40; +"@MMK_R_KO_itilde" = 25; +"@MMK_R_KO_j" = 5; +"@MMK_R_KO_lslash" = 18; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 17; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 19; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -9; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -15; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = -12; +"@MMK_R_KO_period" = 17; +"@MMK_R_KO_comma" = 15; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 6; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -8; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -8; +"@MMK_R_KO_hyphen" = 11; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -27; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 14; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -5; +"@MMK_R_KO_bracketright" = -4; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_bracketright.case" = 14; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = -31; +"@MMK_R_KO_quoteleft" = -10; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -15; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -18; +"@MMK_R_KO_quoteright.ss01" = -19; +"@MMK_R_KO_trademark" = -34; +"@MMK_R_KO_asciicircum" = -10; +}; +"@MMK_L_KO_greater" = { +"@MMK_R_KO_A" = -5; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = -55; +"@MMK_R_KO_Y" = -64; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +"@MMK_L_KO_Eacute" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 17; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -14; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 35; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 3; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 23; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_colon" = 16; +"@MMK_R_KO_semicolon" = 14; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_bracketright" = 28; +"@MMK_R_KO_parenright.case" = 12; +"@MMK_R_KO_bracketright.case" = 37; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +"@MMK_L_KO_period" = { +"@MMK_R_KO_A" = 14; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -59; +"@MMK_R_KO_J" = 38; +"@MMK_R_KO_G.ss07" = -57; +"@MMK_R_KO_S" = -15; +"@MMK_R_KO_T" = -133; +"@MMK_R_KO_U" = -35; +"@MMK_R_KO_V" = -137; +"@MMK_R_KO_W" = -88; +"@MMK_R_KO_X" = 8; +"@MMK_R_KO_Y" = -137; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -18; +"@MMK_R_KO_a" = -26; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -15; +"@MMK_R_KO_i" = 1; +"@MMK_R_KO_n" = 1; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = -2; +"@MMK_R_KO_t" = -46; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_v" = -93; +"@MMK_R_KO_w" = -54; +"@MMK_R_KO_y" = -37; +"@MMK_R_KO_z" = 28; +"@MMK_R_KO_l.ss04" = 1; +"@MMK_R_KO_t_t.liga" = -46; +"@MMK_R_KO_pi" = -25; +"@MMK_R_KO_zero" = -55; +"@MMK_R_KO_one" = -91; +"@MMK_R_KO_two" = 22; +"@MMK_R_KO_three" = -16; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_five" = -16; +"@MMK_R_KO_six" = -58; +"@MMK_R_KO_seven" = -96; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -24; +"@MMK_R_KO_sixsuperior" = -137; +"@MMK_R_KO_onesuperior" = -137; +"@MMK_R_KO_foursuperior" = -137; +"@MMK_R_KO_sevensuperior" = -137; +"@MMK_R_KO_ninesuperior" = -137; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_question" = -101; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 8; +"@MMK_R_KO_hyphen" = -35; +"@MMK_R_KO_endash" = -70; +"@MMK_R_KO_hyphen.case" = -136; +"@MMK_R_KO_endash.case" = -137; +"@MMK_R_KO_parenright" = -55; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -21; +"@MMK_R_KO_quotedblleft" = -137; +"@MMK_R_KO_quotedblright" = -137; +"@MMK_R_KO_quoteleft" = -137; +"@MMK_R_KO_quoteright" = -137; +"@MMK_R_KO_guillemetleft" = -81; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -137; +"@MMK_R_KO_quotesingle" = -94; +}; +udieresis = { +germandbls = -5; }; -fi = { -asciitilde = -20; +E = { +Hbar = 50; +igrave = 37; +idieresis = 104; +jcircumflex = 107; germandbls = 0; -hbar = 0; -idieresis = 25; -jcircumflex = 65; -logicalnot = -61; +idieresis.ss01 = 78; +zero = -14; +two = 16; +six = -9; +seven = 17; +numbersign = 0; +registered = 0; +multiply = 0; +logicalnot = -89; +asciitilde = -23; }; -fi.ss01 = { -idieresis.ss01 = 28; -jcircumflex = 69; -parenright = -21; +"@MMK_L_KO_underscore" = { +"@MMK_R_KO_A" = 3; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -111; +"@MMK_R_KO_Oacute" = -111; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -115; +"@MMK_R_KO_S" = -75; +"@MMK_R_KO_T" = -133; +"@MMK_R_KO_U" = -89; +"@MMK_R_KO_V" = -159; +"@MMK_R_KO_W" = -102; +"@MMK_R_KO_X" = 14; +"@MMK_R_KO_Y" = -161; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -77; +"@MMK_R_KO_a" = -75; +"@MMK_R_KO_aacute" = -75; +"@MMK_R_KO_a.ss05" = -35; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -92; +"@MMK_R_KO_eacute" = -90; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 82; +"@MMK_R_KO_s" = -59; +"@MMK_R_KO_t" = -82; +"@MMK_R_KO_u" = -57; +"@MMK_R_KO_v" = -115; +"@MMK_R_KO_w" = -72; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -82; +"@MMK_R_KO_pi" = -27; +"@MMK_R_KO_zero" = -110; +"@MMK_R_KO_one" = -95; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -72; +"@MMK_R_KO_four" = -192; +"@MMK_R_KO_five" = -73; +"@MMK_R_KO_six" = -111; +"@MMK_R_KO_seven" = -98; +"@MMK_R_KO_eight" = -57; +"@MMK_R_KO_nine" = -82; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = 11; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 59; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 13; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_parenright" = 26; +"@MMK_R_KO_bracketright" = 28; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblright" = -226; +"@MMK_R_KO_quotedbl" = -219; +"@MMK_R_KO_quotesingle" = -94; +"@MMK_R_KO_quotedblright.ss01" = -226; }; -five = { -asciicircum = -50; -ordfeminine = -16; -ordmasculine = -15; -six = 7; +Lcaron = { +A = 26; +B = 0; +M = 0; +N = 0; +K = 0; +C = -37; +O = -31; +G = -36; +Ccaron = -37; +Ocircumflex = -31; +J = 35; +S = 2; +Scaron = 2; +T = -43; +U = -17; +Uacute = -17; +V = -37; +W = -32; +Zcaron = 24; +I.ss02 = 24; +a = -12; +u = -7; +v = -79; +w = -47; +sixsuperior = -61; +onesuperior = -46; +twosuperior = -55; +threesuperior = -58; +foursuperior = -102; +fivesuperior = -60; +sevensuperior = -43; +eightsuperior = -57; +ninesuperior = -56; +period = 34; +comma = 33; +question = -71; +question.ss01 = -78; +hyphen = 0; +hyphen.case = -143; +parenright = -34; +quotedblleft = -90; +quoteleft = -90; +guillemetleft = -55; +guilsinglleft = -55; +quotedbl = -47; +quotesingle = -47; +quotedblleft.ss01 = -68; +quoteleft.ss01 = -68; }; -five.dnom = { -degree = -98; -parenright = -49; -question = -88; -question.ss01 = -97; -quotedbl = -69; -quotedblleft = -67; -quotedblright = -31; -quoteright = -31; -quotesingle = -69; +"@MMK_L_KO_v" = { +"@MMK_R_KO_A" = -95; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = -67; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -74; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -56; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = 32; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = 22; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 22; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -16; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_one" = 28; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 18; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -75; +"@MMK_R_KO_comma" = -78; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -98; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -93; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -89; +"@MMK_R_KO_comma.ss01" = -93; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = 7; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = -99; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -56; +"@MMK_R_KO_bracketright" = -51; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = -47; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 9; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = -5; +}; +Udieresis.ss01 = { +b = 8; +}; +twosuperior = { +A = -72; +fraction = 38; +period = -137; +comma = -140; +slash = -66; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = 0; +parenright = -33; +parenright.case = -16; }; -five.numr = { -fraction = -2; +period = { +g.ss06 = 15; +ordfeminine = -137; +ordmasculine = -137; +twosuperior = -137; +threesuperior = -137; +fivesuperior = -137; +eightsuperior = -137; +parenleft = -6; +braceright = -2; +parenleft.case = -30; }; -fiveinferior = { -T = -101; -W = -47; -parenright = -46; +uhorntilde = { +a = -19; +a.ss05 = -13; +n = 0; +u = 12; +period = -29; +comma = -30; +ellipsis = -49; +question = 44; +period.ss01 = -50; +ellipsis.ss01 = -50; +comma.ss01 = -52; +parenright = -39; +quotedblright = 4; +quotedbl = 24; }; -fivesuperior = { -comma = -133; -comma.ss01 = -134; -fraction = 0; -period = -132; -period.ss01 = -135; -slash = -77; +nine = { +ordmasculine = -32; +underscore = -59; +braceright = -38; +braceright.case = -17; +bracketright.case = -14; +trademark = -65; +asciicircum = -31; }; -fl = { -backslash = 27; -ibreve = 15; -idieresis = 27; -idieresis.ss01 = 30; -jcircumflex = 66; +T = { +Hbar = 61; +Lslash = -14; +Oslash = -21; +Tbar = 30; +aacute = -64; +agrave = -64; +adotbelow = -64; +adotbelow.ss01 = -64; +aogonek = -64; +adieresis = -54; +ahookabove = -64; +ae = -52; +a.ss05 = -52; +aacute.ss05 = -52; +aogonek.ss05 = -52; +adotbelow.ss05 = -52; +cacute = -74; +ccedilla = -74; +eacute = -84; +edotaccent = -84; +eogonek = -84; +edotbelow = -84; +edotbelow.ss01 = -84; +edotaccent.ss01 = -84; +egrave = -79; +ecaron = -45; +ehookabove = -84; +oacute = -79; +ohookabove = -79; +ograve = -79; +ocircumflexhookabove = -60; +ohungarumlaut = -78; +odotbelow = -79; +ohorngrave = -79; +ohornacute = -79; +odotbelow.ss01 = -79; +oslash = -79; +gbreve = -56; +i.ss01 = -4; +idotaccent.ss01 = -4; +iacute = -11; +igrave = 52; +rcaron = 21; +ihookabove = -11; +idotless = -12; +ibreve = 64; +icaron = 107; +idieresis = 119; +racute = -12; +scaron = -19; +scircumflex = -9; +uacute = -3; +uhorndotbelow = -3; +uhorndotbelow.ss01 = -3; +ugrave = -3; +udotbelow = -3; +uogonek = -3; +uhorngrave = -3; +uhornacute = -3; +udotbelow.ss01 = -3; +uhornhookabove = -3; +ygrave = 0; +ycircumflex = 0; +yhookabove = 0; +zcaron = -6; +idieresis.ss01 = 90; +zero = -20; +six = -14; +seven = 32; +zeroinferior = -135; +twoinferior = -138; +numbersign = 9; +endash.case = -58; +parenleft.case = 0; +guilsinglleft = -80; +guilsinglright = 0; +at = -14; +ampersand = -50; +registered = 0; +plus = -5; +minus = -9; +multiply = 0; +divide = -5; +equal = 0; +less = 0; +greaterequal = -42; +plusminus = 0; +approxequal = -29; +logicalnot = -180; +asciitilde = -62; }; -four = { -asciicircum = -73; -braceright = -40; -bracketright.case = -25; -fivesuperior = -48; -hyphen = 25; -minus = 0; -ninesuperior = -40; -ordfeminine = -42; -ordmasculine = -41; -six = 13; -sixsuperior = -41; -trademark = -48; +quotesinglbase.ss01 = { +Dcroat = -43; +T = -125; +Tcaron = -125; +V = -125; +W = -97; +Y = -125; +oslash = -7; +germandbls = -55; +numbersign = -2; +question.ss01 = -113; +parenleft.case = -32; +quoteright.ss01 = -125; +at = -28; +copyright = -69; +published = -69; +euro = -104; +minus = -63; +equal = -3; +approxequal = -28; }; -four.dnom = { -degree = -103; -parenright = -49; -question = -87; -question.ss01 = -95; -quotedbl = -76; -quotedblleft = -73; -quotedblright = -36; -quoteright = -36; -quotesingle = -76; +Q = { +Dcroat = -19; +two = 5; +seven = -46; +registered = -50; }; -fourinferior = { -T = -100; -V = -86; -W = -53; -bracketright = -21; -parenright = -43; +quoteright = { +Hbar = 47; +a.ss05 = -39; +eacute = -62; +hbar = 26; +igrave = -7; +icircumflex = 80; +idieresis = 88; +imacron = 81; +itilde = 63; +jcircumflex = 79; +scaron = -37; +x = -6; +g.ss06 = -39; +gdotaccent.ss06 = -39; +mu = -16; +questiondown = -140; +questiondown.case = -108; +quotedblbase = -140; +euro = -20; +asciitilde = -53; }; -foursuperior = { -comma = -133; -comma.ss01 = -134; -fraction = 0; -period = -132; -period.ss01 = -135; -slash = -76; +minus = { +one = 0; +two = -2; +three = 0; +seven = 0; +one.numr = -64; +seven.numr = -66; +period = -56; +comma = -58; +period.ss01 = -48; +comma.ss01 = -50; +parenright = -105; +parenright.case = -86; +quotedblleft = -9; +quotedblright = -4; +quoteleft = -9; +quoteright = -4; +guillemetright = -38; +quotedbl = -27; +quotesingle = -27; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 0; +quoteright.ss01 = 0; +tenge = -5; +yen = -65; +x = -45; }; -fraction = { -eight.dnom = 0; -fiveinferior = 17; -fourinferior = -43; -nineinferior = 0; -seven.dnom = 38; -seveninferior = 44; -sixinferior = 0; -two.dnom = 0; -twoinferior = 0; -zeroinferior = 0; +ldot.ss04 = { +a = 32; +e = 28; +period = -70; +comma = -83; }; -g = { -backslash = -24; -iogonek = 0; -jcircumflex = 14; +"@MMK_L_KO_four" = { +"@MMK_R_KO_A" = -13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = -49; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = -48; +"@MMK_R_KO_W" = -32; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -47; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = 16; +"@MMK_R_KO_a" = 11; +"@MMK_R_KO_aacute" = 11; +"@MMK_R_KO_a.ss05" = 13; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 9; +"@MMK_R_KO_f" = -24; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 8; +"@MMK_R_KO_t" = -31; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = -38; +"@MMK_R_KO_w" = -19; +"@MMK_R_KO_y" = -46; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -31; +"@MMK_R_KO_pi" = -20; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -42; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = 13; +"@MMK_R_KO_four" = 24; +"@MMK_R_KO_five" = 18; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -42; +"@MMK_R_KO_eight" = 24; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_sixsuperior" = -52; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_foursuperior" = -55; +"@MMK_R_KO_sevensuperior" = -56; +"@MMK_R_KO_ninesuperior" = -52; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = -49; +"@MMK_R_KO_asterisk" = -57; +"@MMK_R_KO_slash" = -14; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -53; +"@MMK_R_KO_bracketright" = -24; +"@MMK_R_KO_parenright.case" = -30; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -62; +"@MMK_R_KO_quoteleft" = -61; +"@MMK_R_KO_quoteright" = -61; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -26; +"@MMK_R_KO_quotedbl" = -55; +"@MMK_R_KO_quotesingle" = -53; +"@MMK_R_KO_quotedblleft.ss01" = -52; +"@MMK_R_KO_quotedblright.ss01" = -55; +"@MMK_R_KO_degree" = -63; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -51; +}; +acircumflexacute.ss05 = { +t = -17; +y = -22; +t_i.liga = -17; +t_t.liga = -17; +question = -45; +question.ss01 = -54; }; -g.ss06 = { -colon.ss01 = 7; -hbar = 0; -idieresis = 38; -iogonek = 56; -jcircumflex = 69; +p = { +seven = -38; +registered = -35; }; -gbreve.ss06 = { -gbreve.ss06 = 21; +idotaccent = { +T = 6; +idieresis = 5; +parenright = -22; }; -gcaron.ss06 = { -gcaron.ss06 = 21; +summation = { +n = -9; }; -gdotaccent.ss01.ss06 = { -gdotaccent.ss01.ss06 = 21; +eth = { +a = 4; +d = 4; +aacute = 4; +e = 0; +o = 0; +eth = 6; +odieresis = 0; +f = -2; +f_f.liga = -2; +f_f_i.liga = -2; +fi = -2; +f_y.liga = -2; +fl = -2; +g = 0; +i = 5; +j = 5; +s = 2; +t = -9; +u = 16; +v = -26; +y = -28; +t_i.liga = -9; +t_t.liga = -9; +period = 0; +comma = 0; +period.ss01 = -8; +comma.ss01 = -11; +hyphen = 16; +parenright = -40; +bracketright = 0; +quotedblleft = -23; +quoteleft = -23; +quotedbl = -15; }; -gdotaccent.ss06 = { -gdotaccent.ss06 = 21; +igrave = { +parenright = -45; }; -germandbls = { -a = 5; -a.ss05 = 16; -bracketright = -48; -c = 3; -comma = 19; -comma.ss01 = -2; -d = 5; -e = 3; -f = -10; -f_f.liga = -10; -f_f_i.liga = -10; -f_y.liga = -10; -fi = -10; -fl = -10; -g = 0; -g.ss06 = 17; -guillemetleft = 0; -guilsinglleft = 5; -hyphen = 14; -o = 3; -parenright = -52; -period = 18; -period.ss01 = -2; -quotedblleft = -22; -quotedblleft.ss01 = -30; -quoteleft = -22; -quotesingle = -36; -s = 14; -t = -10; -t_i.liga = -10; -t_i.liga.ss01 = -10; -t_t.liga = -10; -v = -10; -w = -7; -z = 12; +three.numr = { +fraction = -6; }; -greater = { -J = -7; -T = -30; -X = -45; -Y = -61; -Z = 0; -greater = 0; -parenright = -53; +Aring = { +endash.case = -63; +}; +"@MMK_L_KO_g" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 2; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -14; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -29; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = -67; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 26; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -70; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 6; +"@MMK_R_KO_backslash" = -27; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -31; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -21; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -20; +"@MMK_R_KO_quotesingle" = -20; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +"@MMK_R_KO_trademark" = -69; +"@MMK_R_KO_asciicircum" = -22; }; -greaterequal = { -T = -35; -one = -27; -parenright = -75; -seven = -31; +lcommaaccent = { +j = 28; }; -guillemetleft = { -Tcedilla = -4; -g.ss06 = 6; -questiondown = 9; -quotedblbase = -9; -sevensuperior = -41; +quoteright.ss01 = { +igrave = 40; +icircumflex = 64; +imacron = 64; +itilde = 64; +jcircumflex = 64; +idieresis.ss01 = 64; +g.ss06 = -25; +gdotaccent.ss01.ss06 = -25; +mu = -19; +questiondown.case = -91; +questiondown.ss01 = -125; +quotedblbase.ss01 = -125; +asciitilde = -38; }; -guillemetright = { -Lslash = 28; -T = -80; -onesuperior = -78; -quotesinglbase = -20; -sevensuperior = -80; -sixsuperior = -66; +backslash = { +p = 31; +g.ss06 = 51; +backslash = -118; +underscore = 59; +quoteright.ss01 = -97; }; -guilsinglleft = { -A = 24; -Adieresis = 24; -Aring = 24; -C = 4; -G = 0; -J = 19; -T = 0; -Tcommaaccent = 0; -V = -25; -W = -9; -X = 12; +"@MMK_L_KO_Uhorn" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 45; +"@MMK_R_KO_O" = 16; +"@MMK_R_KO_Oacute" = 11; +"@MMK_R_KO_G.ss07" = 17; +"@MMK_R_KO_T" = 77; +"@MMK_R_KO_U" = 60; +"@MMK_R_KO_V" = 82; +"@MMK_R_KO_X" = 75; +"@MMK_R_KO_Y" = 96; +"@MMK_R_KO_Z" = 49; +"@MMK_R_KO_I.ss02" = 71; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_sixsuperior" = 43; +"@MMK_R_KO_onesuperior" = 66; +"@MMK_R_KO_twosuperior" = 53; +"@MMK_R_KO_threesuperior" = 49; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 52; +"@MMK_R_KO_sevensuperior" = 79; +"@MMK_R_KO_eightsuperior" = 59; +"@MMK_R_KO_ninesuperior" = 58; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 57; +"@MMK_R_KO_question" = 16; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 21; +"@MMK_R_KO_parenright" = 90; +"@MMK_R_KO_bracketright" = 101; +"@MMK_R_KO_parenright.case" = 116; +"@MMK_R_KO_bracketright.case" = 100; +"@MMK_R_KO_quotedblright" = 47; +"@MMK_R_KO_quoteright" = 47; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 66; +"@MMK_R_KO_quotesingle" = 66; +"@MMK_R_KO_quotedblright.ss01" = 57; +"@MMK_R_KO_quoteright.ss01" = 56; +}; +"@MMK_L_KO_jacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 20; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 52; +"@MMK_R_KO_U" = 35; +"@MMK_R_KO_V" = 62; +"@MMK_R_KO_W" = 69; +"@MMK_R_KO_X" = 55; +"@MMK_R_KO_Y" = 76; +"@MMK_R_KO_Z" = 25; +"@MMK_R_KO_I.ss02" = 46; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 4; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 4; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 18; +"@MMK_R_KO_twosuperior" = 16; +"@MMK_R_KO_threesuperior" = 17; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = 24; +"@MMK_R_KO_sevensuperior" = 57; +"@MMK_R_KO_eightsuperior" = 16; +"@MMK_R_KO_ninesuperior" = 15; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 3; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 23; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -3; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 87; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = 21; +"@MMK_R_KO_braceright" = 90; +"@MMK_R_KO_bracketright" = 90; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 35; +"@MMK_R_KO_quotesingle" = 35; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 32; +"@MMK_R_KO_quoteright.ss01" = 32; +"@MMK_R_KO_trademark" = 33; +"@MMK_R_KO_asciicircum" = -21; +}; +parenright.case = { +T = -20; +V = -44; Y = -53; Yacute = -53; -Z = 7; -a = -15; -c = -18; +period = 0; comma = 0; -d = -15; -e = -18; -f = 14; -f_f.liga = 14; -f_f_i.liga = 14; -f_y.liga = 14; -fi = 14; -fl = 14; -guilsinglleft = -37; -j = 55; -o = -18; -parenright = -34; -pi = 15; -s = -10; -semicolon = 15; -t = 14; -t_i.liga = 14; -t_t.liga = 14; -v = 18; -w = 16; -x = 16; -y = 17; -z = 8; -}; -guilsinglright = { -onesuperior = -74; -quotesinglbase = -22; -sevensuperior = -76; -}; -h = { -abrevehookabove.ss05 = 4; -acircumflexhookabove.ss05 = 4; -backslash = -57; -e = 6; -registered = -28; -seven = -23; -yhookabove = -22; +slash = -20; +period.ss01 = -11; +comma.ss01 = -15; +hyphen.case = 21; +emdash.case = 16; +parenleft.case = 31; +parenright.case = -33; +braceright.case = 8; +bracketright.case = 9; +quotedbl = -21; }; -hyphen = { -Dcroat = 10; -Jcircumflex = 0; -Lslash = 28; -OE = 15; -Oslash = 11; -Tcedilla = -88; -Ycircumflex = -102; -Ydieresis = -102; -Ydieresis.ss01 = -102; -Ydotbelow = -102; -Ydotbelow.ss01 = -102; -Ygrave = -102; -braceright = -62; -four.numr = -47; -foursuperior = -39; -hyphen = -12; -l.ss03 = 10; -mu = -2; -one = -46; -one.numr = -57; -onesuperior = -58; -oslash = 24; -question.ss01 = -86; -questiondown = -22; -quotedbl = -57; -quotedblbase = -17; -quotedblbase.ss01 = -12; -quoteleft = -56; -quotesinglbase = -17; -seven.numr = -60; -sevensuperior = -61; -six.numr = -53; -sixsuperior = -51; -two = -13; -zero.numr = -62; +degree = { +zero = -14; +three = -6; +four = -80; +five = -13; +six = -10; +period = -137; +comma = -140; +slash = -110; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = -59; +emdash = -59; +endash = -32; +hyphen.case = -15; +emdash.case = -14; +parenright = -51; +bracketright = 0; +parenright.case = -33; +bracketright.case = 0; +g.ss06 = -19; }; -hyphen.case = { -Dcroat = 29; -Jcircumflex = -60; -Lslash = 23; -Oslash = 24; -Tcedilla = -74; -Ycircumflex = -77; -bracketright.case = -65; -hyphen.case = -12; -parenleft.case = 18; -quotedblbase = -105; -quotedblbase.ss01 = -115; -quotesinglbase = -105; +H = { +H = 0; +Hbar = 34; +igrave = 20; +ibreve = 35; +idieresis = 87; +jcircumflex = 90; +x = 0; +idieresis.ss01 = 61; +exclam = 0; +endash = 0; +ampersand = 0; }; -i = { -asciitilde = -20; -germandbls = 0; -hbar = 0; -idieresis = 25; -jcircumflex = 65; -logicalnot = -61; -p = 0; +lessequal = { +parenright = -95; +greaterequal = -104; +lessequal = -101; +Y = -80; +n = -70; }; -i.ss01 = { -bracketright = -4; -idieresis.ss01 = 28; -jcircumflex = 69; -parenright = -22; +mu = { +mu = -10; +pi = 0; +one = -10; +onesuperior = -52; +twosuperior = -20; +sevensuperior = -70; +period.ss01 = -17; +comma.ss01 = -19; +hyphen = -2; +parenright = -52; +braceright = 0; +bracketright = 0; +quotedblleft = -22; +quotedblright = -29; +quoteleft = -22; +quoteright = -29; +quotedbl = -32; +quotesingle = -31; +trademark = -80; +asciicircum = -40; }; -iacute = { -ccaron = 6; -j = 17; -jacute = 17; -parenright = 30; -rcaron = 25; -scaron = 24; -thorn = 8; -zcaron = 2; +questiondown = { +p = 4; +questiondown = 30; }; -ibreve = { -T = 51; -exclam = 31; -i = 10; -imacron = 25; -l = 2; -l.ss04 = 33; -onesuperior = 32; -parenright = 16; -question = 12; -quotesingle = 29; -sevensuperior = 40; +A = { +B = 0; +H = 0; +E = 0; +F = 0; +I = 0; +L = 0; +R = 0; +M = 0; +N = 0; +D = 0; +P = 0; +K = 0; +Iacute = 0; +Ntilde = 0; +Idieresis = 0; +Dcroat = -24; +Eth = -24; +Lslash = -10; +Tbar = -103; +b = 0; +h = 0; +k = 0; +l = 0; +m = 0; +n = 0; +r = 0; +p = 2; +jcircumflex = 53; +germandbls = -43; +tbar = -45; +gbreve.ss06 = 15; +ordfeminine = -110; +ordmasculine = -112; +zero = -52; +two = 18; +three = -30; +five = -27; +six = -52; +seven = -85; +eight = -15; +nine = -34; +numbersign = -22; +endash.case = -63; +parenleft.case = -41; +quotedblleft.ss01 = -90; +at = -43; +ampersand = -19; +registered = -93; +dollar = -43; +plus = -56; +minus = -62; +multiply = -39; +divide = -58; +equal = -14; +notequal = -81; +less = -18; +approxequal = -57; +logicalnot = -116; +asciitilde = -59; }; -icircumflex = { -Icircumflex = 76; -i.ss01 = 47; -j.ss01 = 69; -ordfeminine = 78; -parenleft = 56; +"@MMK_L_KO_X" = { +"@MMK_R_KO_A" = 41; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = -55; +"@MMK_R_KO_Oacute" = -55; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -53; +"@MMK_R_KO_S" = -28; +"@MMK_R_KO_T" = 12; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 22; +"@MMK_R_KO_W" = 29; +"@MMK_R_KO_X" = 54; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -57; +"@MMK_R_KO_a" = -59; +"@MMK_R_KO_aacute" = -57; +"@MMK_R_KO_a.ss05" = -27; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = -66; +"@MMK_R_KO_eacute" = -61; +"@MMK_R_KO_f" = -25; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 10; +"@MMK_R_KO_n" = 3; +"@MMK_R_KO_icircumflex" = 44; +"@MMK_R_KO_imacron" = 100; +"@MMK_R_KO_itilde" = 53; +"@MMK_R_KO_j" = 65; +"@MMK_R_KO_s" = -41; +"@MMK_R_KO_t" = -54; +"@MMK_R_KO_u" = -46; +"@MMK_R_KO_uacute" = -43; +"@MMK_R_KO_v" = -59; +"@MMK_R_KO_w" = -56; +"@MMK_R_KO_x" = 46; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = 30; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 42; +"@MMK_R_KO_g.ss06" = 28; +"@MMK_R_KO_t_t.liga" = -54; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_four" = -45; +"@MMK_R_KO_sixsuperior" = -15; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = -8; +"@MMK_R_KO_foursuperior" = -64; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_eightsuperior" = -7; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = -32; +"@MMK_R_KO_asterisk" = -18; +"@MMK_R_KO_slash" = 37; +"@MMK_R_KO_backslash" = 51; +"@MMK_R_KO_period.ss01" = 21; +"@MMK_R_KO_comma.ss01" = 16; +"@MMK_R_KO_colon.ss01" = 16; +"@MMK_R_KO_question.ss01" = -45; +"@MMK_R_KO_hyphen" = -62; +"@MMK_R_KO_endash" = -91; +"@MMK_R_KO_underscore" = 16; +"@MMK_R_KO_hyphen.case" = -106; +"@MMK_R_KO_parenleft" = -27; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 40; +"@MMK_R_KO_bracketright" = 39; +"@MMK_R_KO_parenright.case" = 13; +"@MMK_R_KO_bracketright.case" = 55; +"@MMK_R_KO_quotedblleft" = -48; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -46; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -113; +"@MMK_R_KO_guillemetright" = -35; +"@MMK_R_KO_quotedbl" = 7; +"@MMK_R_KO_quotesingle" = 7; +"@MMK_R_KO_quotedblleft.ss01" = -35; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 6; +"@MMK_R_KO_asciicircum" = -81; +}; +"@MMK_L_KO_eight" = { +"@MMK_R_KO_A" = -6; +"@MMK_R_KO_H" = 10; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 26; +"@MMK_R_KO_T" = -2; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -29; +"@MMK_R_KO_W" = -13; +"@MMK_R_KO_X" = -15; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = 11; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_j" = 10; +"@MMK_R_KO_s" = 18; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 19; +"@MMK_R_KO_l.ss04" = 24; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_pi" = 16; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 25; +"@MMK_R_KO_three" = 17; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_five" = 20; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = 33; +"@MMK_R_KO_nine" = 22; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -3; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_sevensuperior" = -9; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 19; +"@MMK_R_KO_comma" = 17; +"@MMK_R_KO_ellipsis" = 1; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -7; +"@MMK_R_KO_period.ss01" = 3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = 13; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -51; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -19; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -25; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -23; +"@MMK_R_KO_guillemetleft" = -19; +"@MMK_R_KO_guillemetright" = 2; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -4; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_degree" = -10; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 6; }; -idieresis = { -Idieresis = 86; -Idieresis.ss02 = 109; -b = 58; -eightsuperior = 91; -exclam = 85; -fivesuperior = 79; -h = 58; -i = 49; -idieresis = 114; -j = 67; -k = 58; -l = 58; -l.ss03 = 67; -l.ss04 = 92; -ninesuperior = 104; -onesuperior = 102; -parenright = 49; -question = 83; -quotedbl = 97; -quotedblright = 103; -quotesingle = 97; -sevensuperior = 107; -sixsuperior = 94; -t = 14; -t_i.liga = 14; -t_t.liga = 14; -threesuperior = 90; -twosuperior = 94; +ohornacute = { +c = 34; +i = 37; +idotaccent = 37; +i.ss01 = 37; +idotaccent.ss01 = 37; +m = 37; +n = 37; +p = 37; +t = 50; +u = 50; +t_i.liga = 50; +t_i.liga.ss01 = 50; +t_t.liga = 50; +parenright = -19; }; -idieresis.ss01 = { -b = 37; -comma.ss01 = -20; -k = 38; -l = 38; -l.ss03 = 47; -l.ss04 = 72; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +"@MMK_L_KO_r" = { +"@MMK_R_KO_A" = -64; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 6; +"@MMK_R_KO_Oacute" = 6; +"@MMK_R_KO_J" = -80; +"@MMK_R_KO_G.ss07" = 5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 7; +"@MMK_R_KO_U" = 14; +"@MMK_R_KO_V" = -36; +"@MMK_R_KO_W" = -12; +"@MMK_R_KO_X" = -74; +"@MMK_R_KO_Y" = -50; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -104; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -3; +"@MMK_R_KO_eacute" = -3; +"@MMK_R_KO_f" = 26; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 2; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 15; +"@MMK_R_KO_u" = 16; +"@MMK_R_KO_uacute" = 16; +"@MMK_R_KO_v" = 20; +"@MMK_R_KO_w" = 20; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 14; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss03" = 11; +"@MMK_R_KO_l.ss04" = 3; +"@MMK_R_KO_g.ss06" = 0; +"@MMK_R_KO_t_t.liga" = 15; +"@MMK_R_KO_one" = 17; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_sixsuperior" = 5; +"@MMK_R_KO_onesuperior" = -35; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 9; +"@MMK_R_KO_foursuperior" = 16; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = -51; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -90; +"@MMK_R_KO_comma" = -91; +"@MMK_R_KO_colon" = 24; +"@MMK_R_KO_semicolon" = 24; +"@MMK_R_KO_ellipsis" = -107; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 8; +"@MMK_R_KO_asterisk" = 10; +"@MMK_R_KO_slash" = -69; +"@MMK_R_KO_backslash" = -9; +"@MMK_R_KO_period.ss01" = -107; +"@MMK_R_KO_comma.ss01" = -109; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -82; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -60; +"@MMK_R_KO_braceright" = -44; +"@MMK_R_KO_bracketright" = -41; +"@MMK_R_KO_quotedblleft" = 2; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 2; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = 7; +"@MMK_R_KO_quotedbl" = -5; +"@MMK_R_KO_quotesingle" = -5; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = -55; +"@MMK_R_KO_asciicircum" = -5; +}; +Ycircumflex = { +a.ss05 = -89; }; -idotaccent = { -idieresis = 25; -jcircumflex = 65; +Ograve = { +Lslash = 7; }; -idotaccent.ss01 = { -parenright = -22; +Hbar = { +Hbar = 105; +Idieresis.ss01 = 34; +exclam.ss01 = 54; }; -idotbelow = { -comma = 4; -j = 19; +Y = { +Eth = -23; +Lslash = -7; +Oslash = -56; +aacute = -100; +a.ss05 = -89; +aacute.ss05 = -89; +aogonek.ss05 = -89; +eth = -59; +ccedilla = -104; +eacute = -110; +edotbelow = -112; +edotbelow.ss01 = -112; +egrave = -68; +ecircumflexacute = -79; +oacute = -108; +odotbelow = -109; +odotbelow.ss01 = -109; +oslash = -109; +iacute = -41; +ntilde = -59; +ncaron = -49; +igrave = 75; +idieresis = 122; +scaron = -3; +zcaron = -12; +idieresis.ss01 = 111; +zero = -54; +two = -22; +three = -32; +six = -46; +seven = 32; +eight = -18; +nine = -20; +twoinferior = -141; +numbersign = -36; +ellipsis.ss01 = -174; +endash.case = -59; +parenleft.case = -25; +at = -57; +ampersand = -72; +registered = -29; +plus = -71; +minus = -79; +multiply = -55; +equal = -7; +notequal = -92; +less = -47; +lessequal = -103; +logicalnot = -145; +asciitilde = -105; }; -idotbelow.ss01 = { -period.ss01 = -22; +acircumflexacute = { +sevensuperior = 4; +parenright = 25; }; -igrave = { -parenright = -47; +odieresis.ss01 = { +germandbls = -20; }; -ihookabove = { -comma.ss01 = -20; -period.ss01 = -22; -quotedbl = 6; -quotedblright = 9; +foursuperior = { +A = -83; +period = -137; +comma = -140; +slash = -88; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = -28; }; -imacron = { -I = 52; -N = 52; -P = 52; -S = 66; -V = 101; -b = 32; -bracketright = 73; -ccaron = 35; -comma.ss01 = -20; -eightsuperior = 69; -exclam = 68; -fivesuperior = 59; -h = 33; -i = 32; -ibreve = 32; -imacron = 76; -j = 55; -j.ss01 = 44; -k = 33; -kcommaaccent = 33; -l = 33; -l.ss03 = 42; -l.ss04 = 61; -lcommaaccent = 33; -lcommaaccent.ss03 = 42; -lcommaaccent.ss04 = 61; -ninesuperior = 81; -onesuperior = 81; -parenright = 62; -period.ss01 = -22; -question = 57; -quotedbl = 71; -quotedblleft = 52; -quotedblleft.ss01 = 47; -quotedblright = 80; -quotedblright.ss01 = 66; -quoteleft = 52; -quoteright = 80; -quotesingle = 71; -scaron = 53; -sevensuperior = 84; -sixsuperior = 68; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -thorn = 33; -threesuperior = 71; -twosuperior = 80; -zcaron = 31; +eight = { +icircumflex = 85; +braceright = 0; +bracketright.case = 18; +trademark = -28; }; -infinity = { -bracketright = -67; -parenright = -65; -parenright.case = -53; +"@MMK_L_KO_fi.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -2; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 10; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 27; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -22; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -21; +}; +"@MMK_L_KO_slash" = { +"@MMK_R_KO_A" = -109; +"@MMK_R_KO_H" = 35; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -54; +"@MMK_R_KO_G.ss07" = -15; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 67; +"@MMK_R_KO_U" = 50; +"@MMK_R_KO_V" = 57; +"@MMK_R_KO_W" = 64; +"@MMK_R_KO_X" = 50; +"@MMK_R_KO_Y" = 71; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 61; +"@MMK_R_KO_J.ss10" = -86; +"@MMK_R_KO_a" = -45; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -11; +"@MMK_R_KO_l" = 29; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -39; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -42; +"@MMK_R_KO_i" = 31; +"@MMK_R_KO_n" = -24; +"@MMK_R_KO_j" = 30; +"@MMK_R_KO_lslash" = 11; +"@MMK_R_KO_s" = -35; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -13; +"@MMK_R_KO_v" = -5; +"@MMK_R_KO_w" = -4; +"@MMK_R_KO_y" = -5; +"@MMK_R_KO_z" = -20; +"@MMK_R_KO_l.ss04" = 88; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_pi" = -2; +"@MMK_R_KO_zero" = -23; +"@MMK_R_KO_one" = 26; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -2; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = 25; +"@MMK_R_KO_six" = -17; +"@MMK_R_KO_seven" = 67; +"@MMK_R_KO_eight" = 2; +"@MMK_R_KO_nine" = 4; +"@MMK_R_KO_period" = -111; +"@MMK_R_KO_comma" = -112; +"@MMK_R_KO_ellipsis" = -121; +"@MMK_R_KO_question" = 4; +"@MMK_R_KO_asterisk" = 30; +"@MMK_R_KO_slash" = -116; +"@MMK_R_KO_period.ss01" = -115; +"@MMK_R_KO_comma.ss01" = -119; +"@MMK_R_KO_colon.ss01" = -16; +"@MMK_R_KO_hyphen" = -58; +"@MMK_R_KO_endash" = -48; +"@MMK_R_KO_hyphen.case" = -34; +"@MMK_R_KO_endash.case" = -22; +"@MMK_R_KO_parenright" = 14; +"@MMK_R_KO_bracketright" = 72; +"@MMK_R_KO_parenright.case" = 39; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = 35; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = 35; +"@MMK_R_KO_guillemetleft" = -72; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = 56; +"@MMK_R_KO_quotesingle" = 56; +"@MMK_R_KO_quotedblleft.ss01" = 7; +"@MMK_R_KO_quotedblright.ss01" = 44; +"@MMK_R_KO_plus" = -29; +"@MMK_R_KO_percent" = 17; }; -integral = { -A = -49; -a = -50; -d = -50; -e = -53; -integral = -49; -s = -39; +w = { +ampersand = -30; }; -iogonek = { -comma = 5; -iogonek = 18; -j = 23; -parenright = 0; +"@MMK_L_KO_quoteright" = { +"@MMK_R_KO_A" = -114; +"@MMK_R_KO_H" = -7; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = -85; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 4; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -15; +"@MMK_R_KO_W" = -5; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -16; +"@MMK_R_KO_Z" = -12; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -140; +"@MMK_R_KO_a" = -52; +"@MMK_R_KO_aacute" = -52; +"@MMK_R_KO_a.ss05" = -39; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_eacute" = -54; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -48; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -8; +"@MMK_R_KO_lslash" = -20; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = -3; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = -2; +"@MMK_R_KO_z" = -12; +"@MMK_R_KO_l.ss04" = 29; +"@MMK_R_KO_t_t.liga" = -3; +"@MMK_R_KO_pi" = 2; +"@MMK_R_KO_zero" = -22; +"@MMK_R_KO_one" = 13; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -91; +"@MMK_R_KO_five" = -8; +"@MMK_R_KO_six" = -16; +"@MMK_R_KO_seven" = 6; +"@MMK_R_KO_eight" = -2; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -140; +"@MMK_R_KO_ellipsis" = -140; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 4; +"@MMK_R_KO_slash" = -126; +"@MMK_R_KO_hyphen" = -66; +"@MMK_R_KO_endash" = -50; +"@MMK_R_KO_hyphen.case" = -33; +"@MMK_R_KO_endash.case" = -16; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = 10; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -80; +"@MMK_R_KO_guillemetright" = -8; +"@MMK_R_KO_quotedbl" = -2; +"@MMK_R_KO_quotesingle" = -2; +"@MMK_R_KO_plus" = -6; }; -itilde = { -N = 47; -b = 24; -comma.ss01 = -20; -eightsuperior = 49; -exclam = 60; -fivesuperior = 45; -h = 25; -i = 25; -itilde = 25; -j = 46; -k = 25; -l = 25; -ninesuperior = 54; -onesuperior = 58; -parenright = 39; -period.ss01 = -22; -question = 27; -quotedbl = 61; -quotedblright = 60; -quotedblright.ss01 = 55; -quoteright = 60; -quotesingle = 61; -sevensuperior = 75; -sixsuperior = 43; -t = 0; -threesuperior = 50; -twosuperior = 53; +jacute = { +hbar = 4; +idieresis = 11; +iogonek = 8; +j = 28; +j.ss01 = 30; +jcircumflex = 59; +seven = 49; +comma = 2; +slash = 13; +parenright = 28; }; -j = { -braceright = 0; -bracketright = 0; -comma = 4; -hbar = 0; -idieresis = 25; -iogonek = 0; -j = 14; -jcircumflex = 65; -parenright = -26; -semicolon = 3; -slash = 14; +"@MMK_L_KO_I.ss02" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 30; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 23; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 25; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 117; +"@MMK_R_KO_imacron" = 89; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 46; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 11; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 27; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = 31; +"@MMK_R_KO_backslash" = 59; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -51; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -81; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 34; +"@MMK_R_KO_bracketright" = 34; +"@MMK_R_KO_parenright.case" = 20; +"@MMK_R_KO_bracketright.case" = 43; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; }; -j.ss01 = { -bracketright = -2; -comma.ss01 = -14; -j.ss01 = 14; -parenright = -14; -slash = 14; +gcaron.ss06 = { +gcaron.ss06 = 28; }; -jacute = { -adieresis.ss05 = 0; -backslash = 73; -ccaron = 6; -comma = 4; -hbar = 27; -hcircumflex = 8; -i.ss01 = 9; -iacute = 0; -idieresis = 25; -idotaccent.ss01 = 9; -iogonek = 2; -j = 14; -jcircumflex = 50; -rcaron = 24; -scaron = 24; -semicolon = 3; -seven = 35; -slash = 14; -zcaron = 2; +Ntilde = { +A = 0; }; -jcircumflex = { -hcircumflex = 50; -i.ss01 = 47; -jcircumflex = 138; -scircumflex = 60; +"@MMK_L_KO_g.ss06" = { +"@MMK_R_KO_A" = 41; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -18; +"@MMK_R_KO_Oacute" = -20; +"@MMK_R_KO_J" = 37; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = -17; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -35; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = 54; +"@MMK_R_KO_Y" = -38; +"@MMK_R_KO_Z" = 23; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -44; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -17; +"@MMK_R_KO_a.ss05" = -2; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -22; +"@MMK_R_KO_eacute" = -22; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 16; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 12; +"@MMK_R_KO_j" = 54; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = -12; +"@MMK_R_KO_t" = -22; +"@MMK_R_KO_u" = -18; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -20; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = 23; +"@MMK_R_KO_y" = -11; +"@MMK_R_KO_z" = 27; +"@MMK_R_KO_l.ss03" = -7; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 28; +"@MMK_R_KO_t_t.liga" = -22; +"@MMK_R_KO_one" = -14; +"@MMK_R_KO_four" = -27; +"@MMK_R_KO_sixsuperior" = -25; +"@MMK_R_KO_onesuperior" = -18; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -28; +"@MMK_R_KO_foursuperior" = -20; +"@MMK_R_KO_fivesuperior" = -31; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_eightsuperior" = -27; +"@MMK_R_KO_ninesuperior" = -26; +"@MMK_R_KO_period" = 22; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 5; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = -16; +"@MMK_R_KO_asterisk" = -20; +"@MMK_R_KO_slash" = 73; +"@MMK_R_KO_backslash" = -14; +"@MMK_R_KO_period.ss01" = 18; +"@MMK_R_KO_comma.ss01" = 19; +"@MMK_R_KO_colon.ss01" = 27; +"@MMK_R_KO_question.ss01" = -26; +"@MMK_R_KO_hyphen" = -23; +"@MMK_R_KO_endash" = -19; +"@MMK_R_KO_underscore" = 45; +"@MMK_R_KO_parenleft" = -4; +"@MMK_R_KO_parenright" = 10; +"@MMK_R_KO_braceright" = 52; +"@MMK_R_KO_bracketright" = 53; +"@MMK_R_KO_quotedblleft" = -28; +"@MMK_R_KO_quotedblright" = -29; +"@MMK_R_KO_quoteleft" = -27; +"@MMK_R_KO_quoteright" = -29; +"@MMK_R_KO_guillemetleft" = -41; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -28; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -32; +"@MMK_R_KO_quoteright.ss01" = -32; +"@MMK_R_KO_trademark" = -33; +"@MMK_R_KO_asciicircum" = -51; +}; +"@MMK_L_KO_Scaron" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = 15; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 58; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 24; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -21; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -40; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -16; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_period.ss01" = 3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_bracketright.case" = 9; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -22; }; -k = { -ampersand = -24; -asciitilde = -54; -exclam.ss01 = 0; -iogonek = 23; -logicalnot = -79; +guillemetleft = { +Dcroat = -23; +T = -12; +mu = -13; +twosuperior = -51; +braceright = -59; minus = -36; -plus = -33; -two = 18; -yhookabove = 15; +logicalnot = -98; +asciitilde = -51; }; -l = { -Hbar = 31; -at = 0; -backslash = 27; -hbar = 0; -ibreve = 15; -idieresis = 27; -idieresis.ss01 = 30; -jcircumflex = 66; -l = 0; +"@MMK_L_KO_c" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -114; +"@MMK_R_KO_U" = -6; +"@MMK_R_KO_V" = -93; +"@MMK_R_KO_W" = -56; +"@MMK_R_KO_X" = -35; +"@MMK_R_KO_Y" = -132; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -6; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -3; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_itilde" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -44; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = -40; +"@MMK_R_KO_y" = -51; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = -56; +"@MMK_R_KO_onesuperior" = -75; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_fivesuperior" = -47; +"@MMK_R_KO_sevensuperior" = -78; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -89; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_backslash" = -67; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -65; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -44; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -58; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -58; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -28; +"@MMK_R_KO_trademark" = -99; +"@MMK_R_KO_asciicircum" = -63; +}; +icircumflex = { +two = 98; +exclam.ss01 = 95; +parenright = 19; +}; +ihookabove = { n = 0; -periodcentered.loclCAT = 0; -plus = -15; }; -l.ss03 = { -iogonek = 10; -jcircumflex = 56; -periodcentered.loclCAT = -20; +guilsinglleft = { +twosuperior = -59; +braceright = -63; +logicalnot = -108; +asciitilde = -60; }; -l.ss04 = { -ibreve = 15; -idieresis = 27; -jcircumflex = 66; +"@MMK_L_KO_minus" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = -6; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -59; +"@MMK_R_KO_V" = -68; +"@MMK_R_KO_W" = -34; +"@MMK_R_KO_X" = -103; +"@MMK_R_KO_Y" = -112; +"@MMK_R_KO_Z" = -9; +"@MMK_R_KO_I.ss02" = -6; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = -5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -5; +"@MMK_R_KO_j" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = -5; +"@MMK_R_KO_t_t.liga" = 0; +}; +Uhornacute = { +exclam.ss01 = 61; }; -lcaron = { -exclam.ss01 = 181; -ncaron = 82; -scaron = 102; +ocircumflexhookabove = { +parenright = -6; +bracketright = 12; +quotedblright = -22; +quotedbl = -17; +quotesingle = -12; +quotedblright.ss01 = -18; }; -lcaron.ss03 = { -b = 130; -bracketright = 152; -ccaron = 72; -comma = 42; -eightsuperior = 142; -exclam = 138; -exclam.ss01 = 140; -fivesuperior = 135; -h = 131; -i = 102; -i.ss01 = 102; -j = 129; -j.ss01 = 129; -k = 131; -l.ss03 = 140; -lcaron.ss03 = 140; -m = 54; -n = 54; -ncaron = 54; -ninesuperior = 147; -onesuperior = 153; -parenright = 113; -period = 41; -question = 116; -question.ss01 = 114; -quotedbl = 155; -quotedblleft = 111; -quotedblleft.ss01 = 111; -quoteleft = 111; -quoteleft.ss01 = 111; -quotesingle = 155; -s = 14; -scaron = 106; -sevensuperior = 164; -sixsuperior = 128; -t = 88; -t_i.liga = 88; -t_t.liga = 88; -threesuperior = 130; -twosuperior = 134; -u = 68; -uacute = 68; -v = 71; -zcaron = 75; +plusminus = { +one = 0; +parenright = -53; }; -lcaron.ss04 = { -exclam.ss01 = 181; -ncaron = 82; -scaron = 102; +question = { +exclam = 7; +questiondown = -102; +questiondown.case = -59; +bracketright.case = 0; }; -lcommaaccent = { -j = 18; +ordmasculine = { +period = -137; +comma = -140; +slash = -103; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = -52; +parenright = -43; +parenright.case = -25; }; -ldot.ss01 = { -a = 13; -comma.ss01 = -106; -e = 16; -period.ss01 = -110; +slash = { +Hbar = 89; +Oslash = -24; +hbar = 71; +ntilde = -23; +ncommaaccent = -24; +igrave = 89; +ibreve = 102; +icircumflex = 113; +idieresis = 146; +imacron = 137; +itilde = 98; +jcircumflex = 112; +rcommaaccent = -25; +scaron = 2; +scircumflex = -8; +x = -9; +idieresis.ss01 = 136; +g.ss06 = -35; +gcommaaccent.ss06 = -33; +gdotaccent.ss06 = -33; +gdotaccent.ss01.ss06 = -33; +mu = -26; +oneinferior = -60; +fourinferior = -104; +eightinferior = -69; +backslash = 86; +ellipsis.ss01 = -116; +underscore = -128; +parenleft = -12; +quotesinglbase = -125; +quotedblbase = -125; +quotedblbase.ss01 = -119; +literSign = -24; +cent = -21; +euro = -26; +sterling = -39; +minus = -44; +asciicircum = -38; +infinity = -13; +integral = -57; +radical = -23; }; -ldot.ss01.ss04 = { -comma.ss01 = -106; -period.ss01 = -110; +"@MMK_L_KO_Hbar" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 34; +"@MMK_R_KO_O" = 23; +"@MMK_R_KO_Oacute" = 36; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 35; +"@MMK_R_KO_S" = 54; +"@MMK_R_KO_T" = 62; +"@MMK_R_KO_U" = 48; +"@MMK_R_KO_W" = 64; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = 37; +"@MMK_R_KO_Z" = 38; +"@MMK_R_KO_I.ss02" = 56; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 34; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_f" = 63; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 46; +"@MMK_R_KO_n" = 24; +"@MMK_R_KO_j" = 48; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_u" = 38; +"@MMK_R_KO_w" = 63; +"@MMK_R_KO_x" = 56; +"@MMK_R_KO_l.ss03" = 43; +"@MMK_R_KO_l.ss04" = 83; +"@MMK_R_KO_sixsuperior" = 53; +"@MMK_R_KO_onesuperior" = 60; +"@MMK_R_KO_twosuperior" = 52; +"@MMK_R_KO_threesuperior" = 48; +"@MMK_R_KO_foursuperior" = 55; +"@MMK_R_KO_fivesuperior" = 37; +"@MMK_R_KO_sevensuperior" = 53; +"@MMK_R_KO_eightsuperior" = 51; +"@MMK_R_KO_ninesuperior" = 54; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 26; +"@MMK_R_KO_semicolon" = 26; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = 49; +"@MMK_R_KO_question" = 71; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 40; +"@MMK_R_KO_question.ss01" = 54; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_parenright" = 2; +"@MMK_R_KO_bracketright" = 64; +"@MMK_R_KO_parenright.case" = 29; +"@MMK_R_KO_bracketright.case" = 69; +"@MMK_R_KO_quotedblright" = 46; +"@MMK_R_KO_quoteright" = 46; +"@MMK_R_KO_quotedbl" = 50; +"@MMK_R_KO_quotesingle" = 50; +"@MMK_R_KO_quotedblright.ss01" = 37; +"@MMK_R_KO_quoteright.ss01" = 37; }; -ldot.ss04 = { -a = 29; -e = 32; -o = 32; +M = { +Hbar = 34; +hbar = 18; +igrave = 20; +ibreve = 35; +icaron = 75; +idieresis = 87; +idieresis.ss01 = 61; }; -less = { -S = 21; -less = 0; -parenright = -29; -three = 0; +i = { +hbar = 4; +ntilde = 0; +idieresis = 5; +j = 0; +jcircumflex = 34; +s = 3; +germandbls = -5; +slash = 4; +parenright = -22; +braceright = 18; +bracketright = 17; +logicalnot = -62; }; -lessequal = { -n = -71; -parenright = -94; +macute = { +quotesingle = -54; }; -liraTurkish = { -foursuperior = -67; -one = -59; -onesuperior = -57; -parenright = -67; -question = -94; -question.ss01 = -100; -quotedbl = -63; -quotesingle = -63; -seven = -73; -sevensuperior = -58; -sixsuperior = -46; -slash = -36; -two = -28; +greaterequal = { +one = -28; +three = -43; +seven = -35; +parenright = -80; +T = -42; }; -literSign = { -parenright = -52; +eogonek = { +parenright = -31; }; -logicalnot = { -one = -58; -parenright = -123; -parenright.case = -109; -seven = -68; -two = -66; -y = -74; +fiveinferior = { +T = -136; +W = -63; +parenright = -45; }; -lslash.ss03 = { -comma = 33; -period = 32; +tcedilla = { +comma = 19; +parenright = 14; +bracketright = 18; }; -m = { -backslash = -57; -comma = 18; -e = 6; -hyphen = 10; -multiply = -10; -ordmasculine = -46; -parenleft = 7; -period = 17; -registered = -28; -seven = -23; -wgrave = -13; +eightsuperior = { +A = -83; +fraction = 3; +period = -137; +comma = -140; +slash = -86; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = -17; }; -minus = { -A = -47; -I.ss02 = -51; -T = -67; -V = -65; -X = -87; -Y = -103; -Z = -39; -comma = -57; -comma.ss01 = -73; -eight = -7; -four = 0; -one = -20; -parenright = -88; -parenright.case = -79; -period = -58; -period.ss01 = -74; -quotedblleft = -32; -quotedblright = -26; -seven = -28; -seven.numr = -70; -tenge = -21; -three = -25; -two = -18; -x = -48; -yen = -65; +"@MMK_L_KO_quotedblright.ss01" = { +"@MMK_R_KO_A" = -111; +"@MMK_R_KO_H" = -5; +"@MMK_R_KO_O" = -16; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = -86; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = -2; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 11; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -258; +"@MMK_R_KO_a" = -38; +"@MMK_R_KO_aacute" = -38; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = -6; +"@MMK_R_KO_e" = -45; +"@MMK_R_KO_eacute" = -36; +"@MMK_R_KO_f" = 9; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -9; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 9; +"@MMK_R_KO_zero" = -17; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -68; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 21; +"@MMK_R_KO_eight" = -3; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_sevensuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -111; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -34; +"@MMK_R_KO_hyphen.case" = -16; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = 19; +"@MMK_R_KO_parenright.case" = 17; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 2; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 13; }; -mu = { -braceright = -21; -bracketright = -21; -comma.ss01 = -19; -hyphen = -3; -mu = -12; -one = -11; -onesuperior = -39; -parenright = -48; -period.ss01 = -23; -pi = 0; -quotedbl = -34; -quotedblleft = -20; -quotedblright = -25; -quoteleft = -20; -quoteright = -25; -quotesingle = -34; -sevensuperior = -56; -trademark = -73; -twosuperior = -22; +ordfeminine = { +period = -137; +comma = -140; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = -21; +parenright = -21; }; -multiply = { -A = -31; -P = -2; -T = -11; -Y = -63; -five = 0; -one = 0; -p = -10; -parenright = -67; -parenright.case = -59; -two = 0; +Edotaccent = { +scaron = 3; +}; +Oslash = { +Eth = 18; +T = -6; +Tcaron = -6; +V = -2; +Y = 6; +l.ss04 = 17; +sevensuperior = 11; +parenright = 0; +bracketright = 35; +parenright.case = 14; +bracketright.case = 39; +}; +"@MMK_L_KO_T" = { +"@MMK_R_KO_A" = -108; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 39; +"@MMK_R_KO_X" = 11; +"@MMK_R_KO_Y" = 32; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -148; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -59; +"@MMK_R_KO_a.ss05" = -33; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -79; +"@MMK_R_KO_eacute" = -50; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -56; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = -13; +"@MMK_R_KO_icircumflex" = 123; +"@MMK_R_KO_imacron" = 96; +"@MMK_R_KO_itilde" = 90; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -50; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 44; +"@MMK_R_KO_g.ss06" = -52; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 18; +"@MMK_R_KO_four" = -105; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 5; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 10; +"@MMK_R_KO_period" = -128; +"@MMK_R_KO_comma" = -131; +"@MMK_R_KO_colon" = -13; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -146; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 22; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = -117; +"@MMK_R_KO_backslash" = 66; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_question.ss01" = 4; +"@MMK_R_KO_hyphen" = -125; +"@MMK_R_KO_endash" = -130; +"@MMK_R_KO_underscore" = -124; +"@MMK_R_KO_hyphen.case" = -117; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 34; +"@MMK_R_KO_bracketright" = 33; +"@MMK_R_KO_parenright.case" = 9; +"@MMK_R_KO_bracketright.case" = 31; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 6; +"@MMK_R_KO_guillemetleft" = -80; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 3; +"@MMK_R_KO_asciicircum" = -5; }; -n = { -Tcedilla = -70; -asciitilde = -15; -at = 0; -backslash = -57; -degree = -65; -e = 7; -greaterequal = -36; -guilsinglright = 0; -jcircumflex = 33; -logicalnot = -53; -multiply = -8; -n = 0; -ordmasculine = -47; -parenleft = 8; -registered = -28; -seven = -23; +seven.numr = { +fraction = -36; }; -ncaron = { -Yacute = -27; -parenright = -36; +at = { +underscore = -80; +parenright = -78; +bracketright = -43; +parenright.case = -49; +bracketright.case = -25; }; -nine = { -braceright = -54; -bracketright.case = -19; -ordmasculine = -17; -six = 25; -trademark = -52; +"@MMK_L_KO_n" = { +"@MMK_R_KO_A" = 2; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -6; +"@MMK_R_KO_J" = 4; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -88; +"@MMK_R_KO_U" = -1; +"@MMK_R_KO_V" = -88; +"@MMK_R_KO_W" = -54; +"@MMK_R_KO_X" = 9; +"@MMK_R_KO_Y" = -123; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -5; +"@MMK_R_KO_a" = 6; +"@MMK_R_KO_aacute" = 7; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -5; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = 4; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = -35; +"@MMK_R_KO_w" = -21; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = -33; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = -21; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -50; +"@MMK_R_KO_onesuperior" = -80; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -16; +"@MMK_R_KO_fivesuperior" = -42; +"@MMK_R_KO_sevensuperior" = -83; +"@MMK_R_KO_eightsuperior" = -27; +"@MMK_R_KO_ninesuperior" = -40; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 12; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -8; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -40; +"@MMK_R_KO_asterisk" = -69; +"@MMK_R_KO_slash" = 12; +"@MMK_R_KO_backslash" = -62; +"@MMK_R_KO_period.ss01" = -11; +"@MMK_R_KO_comma.ss01" = -13; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -48; +"@MMK_R_KO_hyphen" = 5; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 15; +"@MMK_R_KO_parenright" = -48; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -50; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -50; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -12; +"@MMK_R_KO_guillemetright" = -18; +"@MMK_R_KO_quotedbl" = -54; +"@MMK_R_KO_quotesingle" = -54; +"@MMK_R_KO_quotedblleft.ss01" = -21; +"@MMK_R_KO_quotedblright.ss01" = -23; +"@MMK_R_KO_quoteright.ss01" = -23; +"@MMK_R_KO_trademark" = -94; +"@MMK_R_KO_asciicircum" = -56; }; -nine.dnom = { -degree = -121; -parenright = -57; -question = -90; -question.ss01 = -96; -quotedbl = -107; -quotedblleft = -94; -quotedblleft.ss01 = -72; -quotedblright = -79; -quotedblright.ss01 = -72; -quoteright = -79; -quotesingle = -107; +F = { +Hbar = 62; +adieresis.ss05 = -8; +i.ss01 = 0; +iacute = -5; +igrave = 52; +idieresis = 119; +zcaron = -5; +idieresis.ss01 = 91; +three = 4; +seven = 32; +twoinferior = -14; +threeinferior = -16; +fourinferior = -58; +fiveinferior = -30; +sixinferior = -18; +eightinferior = -20; +numbersign = 10; +ellipsis.ss01 = -150; +ampersand = -21; +multiply = 0; }; nineinferior = { -parenright = -55; +parenright = -51; }; -ninesuperior = { -comma = -133; -comma.ss01 = -134; -fraction = -5; -period = -132; -period.ss01 = -135; -slash = -85; +parenright = { +icircumflex = 45; +parenleft = 36; +braceright = -4; +asciicircum = -20; }; -notequal = { -N = -61; -b = -59; -parenright = -77; -zero = -41; +fivesuperior = { +A = -86; +fraction = 0; +period = -137; +comma = -140; +slash = -89; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = -23; +guillemetleft = -40; +}; +"@MMK_L_KO_ellipsis.ss01" = { +"@MMK_R_KO_A" = 12; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -44; +"@MMK_R_KO_Oacute" = -48; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = -46; +"@MMK_R_KO_S" = -8; +"@MMK_R_KO_T" = -141; +"@MMK_R_KO_U" = -29; +"@MMK_R_KO_V" = -143; +"@MMK_R_KO_W" = -97; +"@MMK_R_KO_X" = 21; +"@MMK_R_KO_Y" = -178; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = 2; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -27; +"@MMK_R_KO_eacute" = -27; +"@MMK_R_KO_f" = -46; +"@MMK_R_KO_g" = -22; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -14; +"@MMK_R_KO_uacute" = -14; +"@MMK_R_KO_v" = -94; +"@MMK_R_KO_w" = -58; +"@MMK_R_KO_y" = -38; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = -15; +"@MMK_R_KO_t_t.liga" = -57; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -109; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -10; +"@MMK_R_KO_four" = 2; +"@MMK_R_KO_five" = -10; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = -113; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -17; +"@MMK_R_KO_sixsuperior" = -216; +"@MMK_R_KO_onesuperior" = -142; +"@MMK_R_KO_foursuperior" = -204; +"@MMK_R_KO_sevensuperior" = -188; +"@MMK_R_KO_ninesuperior" = -216; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 20; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = -4; +"@MMK_R_KO_colon.ss01" = -4; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -181; +"@MMK_R_KO_endash.case" = -277; +"@MMK_R_KO_parenright" = -50; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -13; +"@MMK_R_KO_guillemetleft" = -73; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -219; +"@MMK_R_KO_quotesingle" = -94; +"@MMK_R_KO_quotedblleft.ss01" = -258; +"@MMK_R_KO_quotedblright.ss01" = -258; }; -ntilde = { -parenright = -39; +lcaron = { +l = 172; +ncaron = 22; +lcaron = 118; +scaron = 40; +exclam.ss01 = 209; +}; +"@MMK_L_KO_Thorn" = { +"@MMK_R_KO_A" = -32; +"@MMK_R_KO_H" = 12; +"@MMK_R_KO_O" = 27; +"@MMK_R_KO_Oacute" = 25; +"@MMK_R_KO_J" = -16; +"@MMK_R_KO_G.ss07" = 28; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -42; +"@MMK_R_KO_U" = 25; +"@MMK_R_KO_V" = -53; +"@MMK_R_KO_W" = -27; +"@MMK_R_KO_Y" = -85; +"@MMK_R_KO_I.ss02" = -19; +"@MMK_R_KO_J.ss10" = 3; +"@MMK_R_KO_a" = 20; +"@MMK_R_KO_aacute" = 20; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 14; +"@MMK_R_KO_e" = 12; +"@MMK_R_KO_eacute" = 13; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = 13; +"@MMK_R_KO_imacron" = 18; +"@MMK_R_KO_j" = 14; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_u" = 25; +"@MMK_R_KO_uacute" = 25; +"@MMK_R_KO_v" = -10; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -50; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_fivesuperior" = -10; +"@MMK_R_KO_sevensuperior" = -54; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -35; +"@MMK_R_KO_comma" = -37; +"@MMK_R_KO_colon" = 10; +"@MMK_R_KO_semicolon" = 10; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -6; +"@MMK_R_KO_slash" = -38; +"@MMK_R_KO_period.ss01" = -32; +"@MMK_R_KO_comma.ss01" = -35; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -12; +"@MMK_R_KO_hyphen" = 32; +"@MMK_R_KO_endash" = 31; +"@MMK_R_KO_hyphen.case" = 33; +"@MMK_R_KO_parenright" = -65; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_parenright.case" = -44; +"@MMK_R_KO_bracketright.case" = -31; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -22; }; -numbersign = { -A = -14; -C = 17; -J = 4; -T = 4; -V = -20; -X = -38; -Y = -39; -bracketright = -58; -comma = 0; -comma.ss01 = -14; -eight = 18; -four = 24; -nine = 19; -one = 24; -parenright = -45; -parenright.case = -36; -period = -2; -period.ss01 = -16; -six = 20; -three = 16; +z = { +logicalnot = -59; }; -numero = { -one = 16; -parenright = -57; -period = -8; +Eogonek = { +comma = 26; +parenright = 28; }; -o = { -Ydieresis = -123; -Ydieresis.ss01 = -123; -backslash = -62; -bracketright = -59; -gbreve.ss06 = 10; -gcircumflex.ss06 = 10; -gcommaaccent.ss06 = 10; -germandbls = 0; -logicalnot = -47; +G = { +Eth = 25; +Hbar = 21; +Lslash = 19; +Oslash = 13; +hbar = 6; +idieresis = 11; +jcircumflex = 31; +eight = 22; +braceright.case = -5; +}; +eightinferior = { +parenright = -42; +}; +comma = { +twosuperior = -140; +threesuperior = -140; +fivesuperior = -140; +eightsuperior = -140; +}; +pi = { +pi = 20; +onesuperior = -50; +sevensuperior = -61; +period = 19; +comma = 18; +colon = 19; +slash = 13; +hyphen = 0; +parenright = -42; +braceright = 0; +bracketright = 0; +quoteright = -9; +quotesingle = -10; +trademark = -61; +}; +iacute = { +a = 3; +c = 4; +ntilde = 0; +m = 0; n = 0; -parenleft = 16; -quotedbl = -53; -quotedblright = -29; -quoteright = -29; -quotesingle = -53; -registered = -32; -seven = -33; -tbar = 0; -two = 0; +p = 0; +s = 3; }; -oacute = { -parenright = -60; +"@MMK_L_KO_lcaron" = { +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 5; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 119; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_eacute" = 22; +"@MMK_R_KO_f" = 95; +"@MMK_R_KO_g" = 4; +"@MMK_R_KO_i" = 109; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 111; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 58; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_z" = 39; +"@MMK_R_KO_l.ss04" = 133; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 58; +"@MMK_R_KO_sixsuperior" = 180; +"@MMK_R_KO_onesuperior" = 170; +"@MMK_R_KO_twosuperior" = 133; +"@MMK_R_KO_threesuperior" = 81; +"@MMK_R_KO_foursuperior" = 129; +"@MMK_R_KO_fivesuperior" = 187; +"@MMK_R_KO_sevensuperior" = 159; +"@MMK_R_KO_eightsuperior" = 184; +"@MMK_R_KO_ninesuperior" = 192; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 62; +"@MMK_R_KO_semicolon" = 62; +"@MMK_R_KO_exclam" = 206; +"@MMK_R_KO_question" = 166; +"@MMK_R_KO_slash" = 5; +"@MMK_R_KO_period.ss01" = -14; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = 148; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_parenright" = 164; +"@MMK_R_KO_bracketright" = 237; +"@MMK_R_KO_quotedblleft" = 142; +"@MMK_R_KO_quoteleft" = 142; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_quotedbl" = 191; +"@MMK_R_KO_quotesingle" = 194; +"@MMK_R_KO_quotedblleft.ss01" = 164; }; -ocircumflex = { -T = -41; +Dcroat = { +Dcroat = 35; +Itilde = 18; }; -ocircumflexgrave = { -comma = 0; -comma.ss01 = -8; -guillemetright = -25; -hyphen = 23; -parenright = -55; -period = 0; -period.ss01 = -9; -quotedbl = -44; -quotedblright = -29; +jcircumflex = { +E = 87; +U = 102; +k = 17; +l = 16; +i = 4; +j = 58; +jcircumflex = 130; +two = 98; +bracketright = 96; +quotedblleft = 57; +quotedblright = 89; +quoteleft = 57; +quoteright = 89; +quotedbl = 90; +quotesingle = 90; +quotedblright.ss01 = 62; +quoteright.ss01 = 62; +}; +"@MMK_L_KO_E" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -7; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_J" = 25; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 17; +"@MMK_R_KO_W" = 24; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = 17; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -10; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 108; +"@MMK_R_KO_imacron" = 82; +"@MMK_R_KO_j" = 35; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 11; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 38; +"@MMK_R_KO_g.ss06" = 17; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 8; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -2; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_eightsuperior" = -4; +"@MMK_R_KO_ninesuperior" = 2; +"@MMK_R_KO_period" = 23; +"@MMK_R_KO_comma" = 22; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 19; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 7; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = 25; +"@MMK_R_KO_backslash" = 51; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -6; +"@MMK_R_KO_endash" = -24; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -20; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -2; +"@MMK_R_KO_braceright" = 27; +"@MMK_R_KO_bracketright" = 27; +"@MMK_R_KO_parenright.case" = 12; +"@MMK_R_KO_bracketright.case" = 42; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -2; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -2; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -6; +"@MMK_R_KO_quotedblright.ss01" = -4; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -11; }; -ocircumflexhookabove = { -comma = 0; -comma.ss01 = -8; -guillemetright = -25; -hyphen = 23; -parenright = -6; -period = 0; -period.ss01 = -9; -quotedbl = -23; -quotedblright = -23; +gbreve.ss06 = { +gbreve.ss06 = 28; }; -ocircumflextilde = { -parenright = -60; +R = { +Hbar = 47; +Oslash = 0; +hbar = 20; +idieresis = 55; +jcircumflex = 87; +idieresis.ss01 = 50; +two = 22; +three = 3; +eight = 19; +nine = 22; +greater = 23; +logicalnot = -53; }; -odieresis = { -gbreve.ss06 = 10; -germandbls = 0; -parenright = -59; +idieresis.ss01 = { +Idieresis.ss01 = 60; +exclam.ss01 = 75; }; -odieresis.ss01 = { -germandbls = 0; +one.dnom = { +zero.dnom = 0; +one.dnom = 0; +two.dnom = 0; +question = -114; +question.ss01 = -121; +parenright = -56; +quotedblleft = -78; +quotedblright = -30; +quoteleft = -78; +quoteright = -30; +quotedbl = -77; +quotesingle = -77; +quotedblleft.ss01 = -27; +quoteleft.ss01 = -27; +quotedblright.ss01 = -31; +quoteright.ss01 = -31; +degree = -115; }; -ohookabove = { -parenright = -60; +"@MMK_L_KO_Tcaron" = { +"@MMK_R_KO_A" = -108; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -21; +"@MMK_R_KO_Oacute" = -21; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 30; +"@MMK_R_KO_U" = 15; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 39; +"@MMK_R_KO_Y" = 32; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 23; +"@MMK_R_KO_J.ss10" = -148; +"@MMK_R_KO_a" = -64; +"@MMK_R_KO_aacute" = -64; +"@MMK_R_KO_a.ss05" = -52; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -79; +"@MMK_R_KO_i" = 8; +"@MMK_R_KO_icircumflex" = 123; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -3; +"@MMK_R_KO_uacute" = -3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_four" = -105; +"@MMK_R_KO_sixsuperior" = 9; +"@MMK_R_KO_onesuperior" = 17; +"@MMK_R_KO_twosuperior" = 9; +"@MMK_R_KO_threesuperior" = 5; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 13; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 10; +"@MMK_R_KO_period" = -128; +"@MMK_R_KO_comma" = -126; +"@MMK_R_KO_colon" = -13; +"@MMK_R_KO_semicolon" = -13; +"@MMK_R_KO_ellipsis" = -146; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 22; +"@MMK_R_KO_slash" = -114; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = -3; +"@MMK_R_KO_question.ss01" = 4; +"@MMK_R_KO_hyphen" = -125; +"@MMK_R_KO_endash" = -130; +"@MMK_R_KO_hyphen.case" = -117; +"@MMK_R_KO_parenleft" = -10; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 33; +"@MMK_R_KO_parenright.case" = 27; +"@MMK_R_KO_bracketright.case" = 31; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 6; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_guillemetleft" = -80; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 9; +"@MMK_R_KO_quotesingle" = 9; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +}; +Uhorndotbelow.ss01 = { +exclam.ss01 = 61; +}; +"@MMK_L_KO_emdash" = { +"@MMK_R_KO_A" = -28; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -126; +"@MMK_R_KO_U" = 3; +"@MMK_R_KO_V" = -84; +"@MMK_R_KO_W" = -49; +"@MMK_R_KO_X" = -57; +"@MMK_R_KO_Y" = -133; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 9; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_v" = -33; +"@MMK_R_KO_w" = -15; +"@MMK_R_KO_y" = -44; +"@MMK_R_KO_z" = -16; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = 0; +"@MMK_R_KO_one" = -89; +"@MMK_R_KO_two" = -16; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 22; +"@MMK_R_KO_five" = 13; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = -112; +"@MMK_R_KO_eight" = 21; +"@MMK_R_KO_nine" = -2; +"@MMK_R_KO_sixsuperior" = -54; +"@MMK_R_KO_onesuperior" = -59; +"@MMK_R_KO_foursuperior" = -77; +"@MMK_R_KO_sevensuperior" = -62; +"@MMK_R_KO_ninesuperior" = -47; +"@MMK_R_KO_period" = -17; +"@MMK_R_KO_comma" = -19; +"@MMK_R_KO_question" = -116; +"@MMK_R_KO_slash" = -37; +"@MMK_R_KO_period.ss01" = -8; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_parenright" = -85; +"@MMK_R_KO_quotedblleft" = -61; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -61; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -40; +"@MMK_R_KO_quotedbl" = -62; +"@MMK_R_KO_quotesingle" = -62; +"@MMK_R_KO_quotedblleft.ss01" = -17; +"@MMK_R_KO_quotedblright.ss01" = -28; +}; +"@MMK_L_KO_y" = { +"@MMK_R_KO_A" = -95; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -68; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 8; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -30; +"@MMK_R_KO_W" = -11; +"@MMK_R_KO_X" = -74; +"@MMK_R_KO_Y" = -48; +"@MMK_R_KO_Z" = -8; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -56; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = -15; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -26; +"@MMK_R_KO_eacute" = -26; +"@MMK_R_KO_f" = 32; +"@MMK_R_KO_g" = -17; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -11; +"@MMK_R_KO_s" = -15; +"@MMK_R_KO_t" = 21; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 10; +"@MMK_R_KO_v" = 22; +"@MMK_R_KO_w" = 22; +"@MMK_R_KO_x" = 15; +"@MMK_R_KO_y" = 22; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 9; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = -16; +"@MMK_R_KO_t_t.liga" = 21; +"@MMK_R_KO_one" = 28; +"@MMK_R_KO_four" = -34; +"@MMK_R_KO_sixsuperior" = 12; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -25; +"@MMK_R_KO_threesuperior" = -5; +"@MMK_R_KO_foursuperior" = 18; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = -63; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = -76; +"@MMK_R_KO_comma" = -77; +"@MMK_R_KO_colon" = 12; +"@MMK_R_KO_semicolon" = 12; +"@MMK_R_KO_ellipsis" = -98; +"@MMK_R_KO_exclam" = 8; +"@MMK_R_KO_question" = 13; +"@MMK_R_KO_asterisk" = 15; +"@MMK_R_KO_slash" = -93; +"@MMK_R_KO_backslash" = -6; +"@MMK_R_KO_period.ss01" = -89; +"@MMK_R_KO_comma.ss01" = -92; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = 7; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -15; +"@MMK_R_KO_underscore" = -99; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -67; +"@MMK_R_KO_braceright" = -55; +"@MMK_R_KO_bracketright" = -50; +"@MMK_R_KO_quotedblleft" = 8; +"@MMK_R_KO_quotedblright" = -26; +"@MMK_R_KO_quoteleft" = 8; +"@MMK_R_KO_quoteright" = -26; +"@MMK_R_KO_guillemetleft" = -47; +"@MMK_R_KO_guillemetright" = 12; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 9; +"@MMK_R_KO_quotedblright.ss01" = -6; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -51; +"@MMK_R_KO_asciicircum" = -5; }; -ohorn = { -comma = 0; -comma.ss01 = -9; -hyphen = 21; -parenright = -60; -period = 0; -period.ss01 = -11; -quotedbl = -23; -quotedblright = -25; -u = 7; +Tcedilla = { +aacute = -64; +acircumflex.ss05 = -14; +amacron.ss05 = -26; +abreve.ss05 = -47; +endash.case = -58; }; -ohornacute = { -c = 10; -parenright = -60; -t = 0; -t_i.liga = 0; -t_t.liga = 0; +Yacute = { +Eth = -23; +Oslash = -56; +a.ss05 = -89; +ellipsis.ss01 = -174; +}; +"@MMK_L_KO_Dcroat" = { +"@MMK_R_KO_A" = -27; +"@MMK_R_KO_H" = 18; +"@MMK_R_KO_O" = 22; +"@MMK_R_KO_Oacute" = 22; +"@MMK_R_KO_J" = -3; +"@MMK_R_KO_G.ss07" = 26; +"@MMK_R_KO_S" = 17; +"@MMK_R_KO_T" = -25; +"@MMK_R_KO_U" = 26; +"@MMK_R_KO_V" = -42; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -45; +"@MMK_R_KO_Y" = -68; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = -7; +"@MMK_R_KO_J.ss10" = 6; +"@MMK_R_KO_a" = 19; +"@MMK_R_KO_aacute" = 19; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 14; +"@MMK_R_KO_itilde" = 15; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_u" = 29; +"@MMK_R_KO_uacute" = 29; +"@MMK_R_KO_y" = -6; +"@MMK_R_KO_one" = 19; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -34; +"@MMK_R_KO_twosuperior" = 4; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 10; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -42; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -13; +"@MMK_R_KO_comma" = -15; +"@MMK_R_KO_colon" = 11; +"@MMK_R_KO_semicolon" = 11; +"@MMK_R_KO_ellipsis" = -27; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_slash" = -32; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -19; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = -7; +"@MMK_R_KO_hyphen" = 28; +"@MMK_R_KO_hyphen.case" = 28; +"@MMK_R_KO_parenleft" = 42; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_bracketright" = -30; +"@MMK_R_KO_parenright.case" = -43; +"@MMK_R_KO_bracketright.case" = -11; +"@MMK_R_KO_quotedblleft" = -10; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = -9; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = 4; +"@MMK_R_KO_quotedbl" = -23; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -ohorndotbelow = { -c = 10; -comma = 0; -parenright = -60; -period = 0; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -u = 7; +greater = { +parenright = -66; +bracketright = -46; +parenright.case = -50; +bracketright.case = -47; +greater = 0; }; -ohorndotbelow.ss01 = { -c = 10; -comma.ss01 = -9; -parenright = -60; -period.ss01 = -11; -t = 0; -t_i.liga.ss01 = 0; -t_t.liga = 0; +ecircumflexacute = { +onesuperior = -42; +sevensuperior = 0; +parenright = 13; +bracketright = 29; +quotedbl = -30; +quotesingle = -24; }; -ohorngrave = { -comma = 0; -comma.ss01 = -9; -parenright = -60; -period = 0; -period.ss01 = -11; -quotedbl = -23; -quotedblright = -25; +Uhorn = { +exclam.ss01 = 61; }; -ohornhookabove = { -comma = 0; -comma.ss01 = -9; -parenright = -60; -period = 0; -period.ss01 = -11; -quotedbl = -23; -quotedblright = -25; +Rcommaaccent = { +parenright = -37; }; -ohorntilde = { -comma = 0; -comma.ss01 = -9; -parenright = -60; -period = 0; -period.ss01 = -11; +question.ss01 = { +questiondown.case = -55; +questiondown.ss01 = -116; }; -ohungarumlaut = { -b = 0; -bracketright = -6; -h = 0; -i = 0; -j = 2; -k = 0; +onesuperior = { +A = -89; +fraction = 14; +period = -137; +comma = -140; +slash = -90; +period.ss01 = -120; +comma.ss01 = -125; +}; +"@MMK_L_KO_questiondown" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -79; +"@MMK_R_KO_Oacute" = -79; +"@MMK_R_KO_J" = 15; +"@MMK_R_KO_G.ss07" = -84; +"@MMK_R_KO_S" = -43; +"@MMK_R_KO_T" = -129; +"@MMK_R_KO_U" = -57; +"@MMK_R_KO_V" = -141; +"@MMK_R_KO_W" = -100; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = -166; +"@MMK_R_KO_Z" = 2; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -48; +"@MMK_R_KO_a" = -50; +"@MMK_R_KO_a.ss05" = -14; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -57; +"@MMK_R_KO_f" = -32; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 72; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -58; +"@MMK_R_KO_u" = -35; +"@MMK_R_KO_uacute" = -35; +"@MMK_R_KO_v" = -102; +"@MMK_R_KO_w" = -61; +"@MMK_R_KO_y" = -17; +"@MMK_R_KO_z" = 8; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_t_t.liga" = -58; +"@MMK_R_KO_zero" = -79; +"@MMK_R_KO_one" = -89; +"@MMK_R_KO_two" = 3; +"@MMK_R_KO_three" = -42; +"@MMK_R_KO_four" = -98; +"@MMK_R_KO_five" = -43; +"@MMK_R_KO_six" = -83; +"@MMK_R_KO_seven" = -96; +"@MMK_R_KO_eight" = -27; +"@MMK_R_KO_nine" = -52; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_quotedblleft" = -116; +"@MMK_R_KO_quoteright" = -117; +"@MMK_R_KO_guillemetright" = -17; +"@MMK_R_KO_quotedbl" = -130; +"@MMK_R_KO_quotesingle" = -94; +}; +"@MMK_L_KO_P" = { +"@MMK_R_KO_A" = -66; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 20; +"@MMK_R_KO_Oacute" = 13; +"@MMK_R_KO_J" = -74; +"@MMK_R_KO_G.ss07" = 21; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = -26; +"@MMK_R_KO_W" = -8; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -39; +"@MMK_R_KO_Z" = -17; +"@MMK_R_KO_I.ss02" = -4; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 26; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 88; +"@MMK_R_KO_imacron" = 49; +"@MMK_R_KO_itilde" = 30; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 14; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 10; +"@MMK_R_KO_w" = 11; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 10; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 16; +"@MMK_R_KO_l.ss04" = 28; +"@MMK_R_KO_g.ss06" = 2; +"@MMK_R_KO_t_t.liga" = 14; +"@MMK_R_KO_one" = 30; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 13; +"@MMK_R_KO_foursuperior" = 21; +"@MMK_R_KO_fivesuperior" = 2; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = 13; +"@MMK_R_KO_ninesuperior" = 3; +"@MMK_R_KO_period" = -134; +"@MMK_R_KO_comma" = -138; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 27; +"@MMK_R_KO_ellipsis" = -152; +"@MMK_R_KO_exclam" = 9; +"@MMK_R_KO_question" = 27; +"@MMK_R_KO_asterisk" = 2; +"@MMK_R_KO_slash" = -75; +"@MMK_R_KO_backslash" = -7; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 9; +"@MMK_R_KO_hyphen" = -2; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -226; +"@MMK_R_KO_hyphen.case" = 20; +"@MMK_R_KO_parenleft" = 17; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -34; +"@MMK_R_KO_bracketright.case" = 0; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -24; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 6; +"@MMK_R_KO_quotedblright.ss01" = 4; +"@MMK_R_KO_quoteright.ss01" = 4; +"@MMK_R_KO_trademark" = -27; +"@MMK_R_KO_asciicircum" = 0; +}; +t_i.liga = { +hbar = 16; +idieresis = 20; +jcircumflex = 39; +lcommaaccent = 14; +germandbls = 3; +logicalnot = -54; +}; +"@MMK_L_KO_a.ss05" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -11; +"@MMK_R_KO_Oacute" = -11; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -10; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -102; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -93; +"@MMK_R_KO_W" = -59; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = -130; +"@MMK_R_KO_Z" = 16; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 6; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = 27; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 23; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 32; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -27; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -55; +"@MMK_R_KO_onesuperior" = -87; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -37; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -48; +"@MMK_R_KO_sevensuperior" = -92; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 36; +"@MMK_R_KO_comma" = 35; +"@MMK_R_KO_colon" = 36; +"@MMK_R_KO_semicolon" = 35; +"@MMK_R_KO_ellipsis" = 17; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -79; +"@MMK_R_KO_slash" = 40; +"@MMK_R_KO_backslash" = -64; +"@MMK_R_KO_period.ss01" = 12; +"@MMK_R_KO_comma.ss01" = 7; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = 7; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -56; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -56; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -60; +"@MMK_R_KO_quotesingle" = -60; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -28; +"@MMK_R_KO_trademark" = -102; +"@MMK_R_KO_asciicircum" = -62; +}; +adieresis.ss05 = { +germandbls = -15; +}; +a = { l = 0; -l.ss04 = 0; -parenright = -19; -quotedbl = -17; -quotedblright = -21; -sevensuperior = -10; +idieresis = 0; +jcircumflex = 0; +s = 2; +germandbls = -5; +notequal = -56; +logicalnot = -62; +}; +"@MMK_L_KO_seven" = { +"@MMK_R_KO_A" = -100; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -62; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 18; +"@MMK_R_KO_T" = 33; +"@MMK_R_KO_U" = 19; +"@MMK_R_KO_V" = 35; +"@MMK_R_KO_W" = 43; +"@MMK_R_KO_X" = 15; +"@MMK_R_KO_Y" = 36; +"@MMK_R_KO_Z" = 6; +"@MMK_R_KO_I.ss02" = 29; +"@MMK_R_KO_J.ss10" = -107; +"@MMK_R_KO_a" = -49; +"@MMK_R_KO_aacute" = -49; +"@MMK_R_KO_a.ss05" = -40; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -53; +"@MMK_R_KO_eacute" = -35; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = -46; +"@MMK_R_KO_n" = -9; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_s" = -38; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = -3; +"@MMK_R_KO_l.ss04" = 48; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_pi" = 15; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = 31; +"@MMK_R_KO_two" = 22; +"@MMK_R_KO_three" = 8; +"@MMK_R_KO_four" = -60; +"@MMK_R_KO_five" = 0; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 35; +"@MMK_R_KO_eight" = 17; +"@MMK_R_KO_nine" = 26; +"@MMK_R_KO_sixsuperior" = 18; +"@MMK_R_KO_onesuperior" = 21; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_sevensuperior" = 18; +"@MMK_R_KO_ninesuperior" = 16; +"@MMK_R_KO_period" = -112; +"@MMK_R_KO_comma" = -113; +"@MMK_R_KO_ellipsis" = -127; +"@MMK_R_KO_question" = 27; +"@MMK_R_KO_asterisk" = 22; +"@MMK_R_KO_slash" = -110; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_hyphen" = -72; +"@MMK_R_KO_endash" = -52; +"@MMK_R_KO_hyphen.case" = -36; +"@MMK_R_KO_endash.case" = -16; +"@MMK_R_KO_parenright" = 3; +"@MMK_R_KO_bracketright" = 38; +"@MMK_R_KO_parenright.case" = 31; +"@MMK_R_KO_quotedblleft" = 5; +"@MMK_R_KO_quotedblright" = 10; +"@MMK_R_KO_quoteleft" = 5; +"@MMK_R_KO_quoteright" = 10; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = 15; +"@MMK_R_KO_quotesingle" = 15; +"@MMK_R_KO_quotedblleft.ss01" = 5; +"@MMK_R_KO_quotedblright.ss01" = 6; +"@MMK_R_KO_degree" = 6; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 31; +}; +icaron = { +icaron = 31; +j = 36; +parenright = 78; +quotedbl = 83; +quotesingle = 83; }; -omacron = { -T = -50; -parenright = -59; +braceleft.case = { +braceright.case = 47; +at = -29; +minus = -82; +logicalnot = -114; +asciicircum = -67; +}; +"@MMK_L_KO_fl" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 4; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 7; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 14; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 17; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 5; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 3; +"@MMK_R_KO_asterisk" = -5; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 29; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -9; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 12; +"@MMK_R_KO_parenright" = -18; +"@MMK_R_KO_braceright" = 1; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -3; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -22; }; -one = { -bracketright = -2; -colon.ss01 = -3; -comma = 6; -comma.ss01 = -20; -degree = -13; -equal = 0; -four = 0; -icircumflex = 79; -multiply = -3; -one = 0; -ordfeminine = -5; -ordmasculine = -3; -parenright = -18; -parenright.case = -12; -percent = 0; -period = 2; -period.ss01 = -21; -seven = 0; -slash = 4; -three = 0; -two = 0; -zero = 0; +uhorndotbelow = { +a = -19; +a.ss05 = -13; +c = -22; +n = 0; +period = -29; +comma = -30; +ellipsis = -49; +question = 44; +parenright = -39; +quotedblright = 4; +quotedbl = 24; }; -one.dnom = { -degree = -96; -one.dnom = 0; -parenright = -51; -question = -100; -question.ss01 = -110; -quotedbl = -67; -quotedblleft = -65; -quotedblright = -29; -quoteright = -29; -quotesingle = -67; -two.dnom = 0; -zero.dnom = 0; +g.ss06 = { +oslash = 0; +iogonek = 15; +jcircumflex = 57; +gcircumflex.ss06 = 28; +notequal = -76; +logicalnot = -81; }; -one.numr = { -fraction = 0; +yacute = { +T = 0; +eth = -26; +parenright = -67; }; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; +Imacron = { +Imacron = 69; +imacron = 67; +parenright.case = 37; }; -onesuperior = { -A = -67; -comma = -133; -comma.ss01 = -134; -period = -132; -period.ss01 = -135; -slash = -75; +exclamdown.ss01 = { +T = -8; +V = -42; +Y = -58; +j.ss01 = 66; }; -ordfeminine = { -comma = -133; -comma.ss01 = -134; +oacute = { +seven = -44; +}; +"@MMK_L_KO_ellipsis" = { +"@MMK_R_KO_A" = -4; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -62; +"@MMK_R_KO_Oacute" = -66; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = -65; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = -150; +"@MMK_R_KO_U" = -49; +"@MMK_R_KO_V" = -156; +"@MMK_R_KO_W" = -107; +"@MMK_R_KO_X" = -2; +"@MMK_R_KO_Y" = -184; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -35; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -42; +"@MMK_R_KO_a.ss05" = -10; +"@MMK_R_KO_l" = -15; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -48; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -35; +"@MMK_R_KO_i" = -15; +"@MMK_R_KO_n" = -15; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = -17; +"@MMK_R_KO_t" = -63; +"@MMK_R_KO_u" = -32; +"@MMK_R_KO_uacute" = -32; +"@MMK_R_KO_v" = -110; +"@MMK_R_KO_w" = -68; +"@MMK_R_KO_y" = -47; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss04" = -15; +"@MMK_R_KO_t_t.liga" = -63; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -62; +"@MMK_R_KO_one" = -112; +"@MMK_R_KO_two" = -2; +"@MMK_R_KO_three" = -34; +"@MMK_R_KO_four" = -13; +"@MMK_R_KO_five" = -34; +"@MMK_R_KO_six" = -65; +"@MMK_R_KO_seven" = -117; +"@MMK_R_KO_eight" = -18; +"@MMK_R_KO_nine" = -42; +"@MMK_R_KO_sixsuperior" = -216; +"@MMK_R_KO_onesuperior" = -142; +"@MMK_R_KO_foursuperior" = -204; +"@MMK_R_KO_sevensuperior" = -188; +"@MMK_R_KO_ninesuperior" = -216; +"@MMK_R_KO_period" = 14; +"@MMK_R_KO_comma" = 13; +"@MMK_R_KO_ellipsis" = -2; +"@MMK_R_KO_question" = -107; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_hyphen" = -42; +"@MMK_R_KO_endash" = -77; +"@MMK_R_KO_hyphen.case" = -151; +"@MMK_R_KO_endash.case" = -245; +"@MMK_R_KO_parenright" = -61; +"@MMK_R_KO_bracketright" = -10; +"@MMK_R_KO_parenright.case" = -20; +"@MMK_R_KO_quotedblleft" = -277; +"@MMK_R_KO_quotedblright" = -277; +"@MMK_R_KO_quoteleft" = -140; +"@MMK_R_KO_quoteright" = -140; +"@MMK_R_KO_guillemetleft" = -104; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -219; +"@MMK_R_KO_quotesingle" = -94; +}; +yen = { +zero = -47; +one = -24; +two = -23; +three = -32; +four = -45; +six = -46; +foursuperior = -45; +period = -43; +comma = -44; +colon = -43; +semicolon = -43; +slash = -56; +period.ss01 = -56; +comma.ss01 = -60; +colon.ss01 = -51; +semicolon.ss01 = -52; +}; +idotaccent.ss01 = { parenright = -22; -period = -132; -period.ss01 = -135; }; -ordmasculine = { -comma = -133; -comma.ss01 = -134; -hyphen = -40; -parenright = -48; -parenright.case = -41; -period = -132; -period.ss01 = -135; -slash = -89; +ldot.ss01.ss04 = { +period.ss01 = -105; +comma.ss01 = -107; +}; +"@MMK_L_KO_A" = { +"@MMK_R_KO_A" = 28; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -52; +"@MMK_R_KO_Oacute" = -52; +"@MMK_R_KO_J" = 32; +"@MMK_R_KO_G.ss07" = -50; +"@MMK_R_KO_S" = -26; +"@MMK_R_KO_T" = -113; +"@MMK_R_KO_U" = -38; +"@MMK_R_KO_V" = -121; +"@MMK_R_KO_W" = -93; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = -136; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = -31; +"@MMK_R_KO_a" = -34; +"@MMK_R_KO_aacute" = -34; +"@MMK_R_KO_a.ss05" = -12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -41; +"@MMK_R_KO_eacute" = -37; +"@MMK_R_KO_f" = -31; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 53; +"@MMK_R_KO_lslash" = -9; +"@MMK_R_KO_s" = -22; +"@MMK_R_KO_t" = -61; +"@MMK_R_KO_u" = -27; +"@MMK_R_KO_uacute" = -27; +"@MMK_R_KO_v" = -102; +"@MMK_R_KO_w" = -62; +"@MMK_R_KO_x" = 33; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 20; +"@MMK_R_KO_l.ss03" = -20; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = -61; +"@MMK_R_KO_one" = -77; +"@MMK_R_KO_four" = -19; +"@MMK_R_KO_sixsuperior" = -106; +"@MMK_R_KO_onesuperior" = -123; +"@MMK_R_KO_twosuperior" = -81; +"@MMK_R_KO_threesuperior" = -106; +"@MMK_R_KO_foursuperior" = -93; +"@MMK_R_KO_fivesuperior" = -105; +"@MMK_R_KO_sevensuperior" = -128; +"@MMK_R_KO_eightsuperior" = -95; +"@MMK_R_KO_ninesuperior" = -110; +"@MMK_R_KO_period" = 11; +"@MMK_R_KO_comma" = 10; +"@MMK_R_KO_colon" = 4; +"@MMK_R_KO_semicolon" = 4; +"@MMK_R_KO_ellipsis" = -10; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -93; +"@MMK_R_KO_asterisk" = -124; +"@MMK_R_KO_slash" = 24; +"@MMK_R_KO_backslash" = -108; +"@MMK_R_KO_period.ss01" = 11; +"@MMK_R_KO_comma.ss01" = 6; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -99; +"@MMK_R_KO_hyphen" = -29; +"@MMK_R_KO_endash" = -42; +"@MMK_R_KO_underscore" = 3; +"@MMK_R_KO_hyphen.case" = -52; +"@MMK_R_KO_parenleft" = -22; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = -2; +"@MMK_R_KO_bracketright.case" = 42; +"@MMK_R_KO_quotedblleft" = -115; +"@MMK_R_KO_quotedblright" = -93; +"@MMK_R_KO_quoteleft" = -111; +"@MMK_R_KO_quoteright" = -93; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -118; +"@MMK_R_KO_quotesingle" = -94; +"@MMK_R_KO_quotedblleft.ss01" = -90; +"@MMK_R_KO_quotedblright.ss01" = -93; +"@MMK_R_KO_quoteright.ss01" = -93; +"@MMK_R_KO_trademark" = -146; +"@MMK_R_KO_asciicircum" = -128; +}; +agrave.ss05 = { +T = -102; +Y = -130; +}; +B = { +Hbar = 38; +Lslash = 16; +hbar = 16; +idieresis = 46; +jcircumflex = 76; +idieresis.ss01 = 39; +two = 15; +three = 14; +five = 17; +eight = 26; +nine = 17; +ampersand = 11; +greater = 19; +}; +Tcaron = { +endash.case = -58; }; oslash = { -a = 11; -bracketright = -22; -c = 12; -comma = 0; -comma.ss01 = -8; -d = 11; -e = 12; -f = 0; -f_f.liga = 0; -f_f_i.liga = 0; -f_y.liga = 0; -fi = 0; -fl = 0; -g = 9; -g.ss06 = 10; -hyphen = 23; +d = 0; +k = 0; +l = 0; +e = 0; +eth = 0; +f = -8; +f_f.liga = -8; +f_f_i.liga = -8; +fi = -8; +f_y.liga = -8; +fl = -8; +g = 0; +m = 0; +n = 0; +r = 0; +j = 0; +s = 0; +t = -16; +v = -15; +y = -17; l.ss03 = 7; -l.ss04 = 33; -o = 12; -oslash = 12; -parenright = -39; +t_i.liga = -16; +t_t.liga = -16; period = 0; -period.ss01 = -9; -s = 10; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -u = 9; -v = 0; -y = 0; +comma = 0; +slash = -23; +period.ss01 = -10; +comma.ss01 = -14; +hyphen = 12; +parenright = -51; +bracketright = -14; }; -otilde = { -parenright = -60; +guilsinglright = { +x = -82; +threesuperior = -62; +fivesuperior = -75; +eightsuperior = -59; +colon = -43; +semicolon = -44; +questiondown = -64; +question.ss01 = -90; +questiondown.ss01 = -62; +braceright = -75; +braceright.case = -52; +bracketright.case = -49; +quotesinglbase = -62; +quotedblbase = -62; +quotedblbase.ss01 = -52; +quoteright.ss01 = -49; }; -p = { -backslash = -58; -parenleft = 18; -registered = -28; -seven = -27; -two = -2; +adieresis = { +germandbls = -5; +}; +liraTurkish = { +one = -102; +two = -35; +seven = -123; +sixsuperior = -51; +onesuperior = -58; +threesuperior = -35; +foursuperior = -120; +fivesuperior = -44; +sevensuperior = -61; +eightsuperior = -31; +ninesuperior = -45; +period = -28; +comma = -30; +colon = -24; +semicolon = -24; +question = -113; +slash = -44; +period.ss01 = -35; +comma.ss01 = -38; +colon.ss01 = -12; +question.ss01 = -119; +parenright = -82; +parenright.case = -59; +quotedbl = -97; +quotesingle = -94; +}; +"@MMK_L_KO_Lslash" = { +"@MMK_R_KO_A" = 61; +"@MMK_R_KO_H" = 35; +"@MMK_R_KO_O" = -9; +"@MMK_R_KO_Oacute" = -9; +"@MMK_R_KO_J" = 70; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 37; +"@MMK_R_KO_T" = -93; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = -102; +"@MMK_R_KO_W" = -53; +"@MMK_R_KO_X" = 65; +"@MMK_R_KO_Y" = -125; +"@MMK_R_KO_Z" = 59; +"@MMK_R_KO_I.ss02" = 59; +"@MMK_R_KO_J.ss10" = 32; +"@MMK_R_KO_a" = 13; +"@MMK_R_KO_aacute" = 13; +"@MMK_R_KO_a.ss05" = 46; +"@MMK_R_KO_l" = 22; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_i" = 22; +"@MMK_R_KO_lslash" = 42; +"@MMK_R_KO_s" = 43; +"@MMK_R_KO_u" = 23; +"@MMK_R_KO_uacute" = 23; +"@MMK_R_KO_y" = -3; +"@MMK_R_KO_z" = 45; +"@MMK_R_KO_four" = 45; +"@MMK_R_KO_sixsuperior" = -110; +"@MMK_R_KO_onesuperior" = -114; +"@MMK_R_KO_twosuperior" = -118; +"@MMK_R_KO_threesuperior" = -111; +"@MMK_R_KO_foursuperior" = -100; +"@MMK_R_KO_fivesuperior" = -115; +"@MMK_R_KO_sevensuperior" = -121; +"@MMK_R_KO_eightsuperior" = -105; +"@MMK_R_KO_ninesuperior" = -118; +"@MMK_R_KO_period" = 69; +"@MMK_R_KO_comma" = 68; +"@MMK_R_KO_colon" = 62; +"@MMK_R_KO_semicolon" = 61; +"@MMK_R_KO_ellipsis" = 42; +"@MMK_R_KO_exclam" = 48; +"@MMK_R_KO_question" = -72; +"@MMK_R_KO_slash" = 71; +"@MMK_R_KO_period.ss01" = 39; +"@MMK_R_KO_comma.ss01" = 34; +"@MMK_R_KO_colon.ss01" = 34; +"@MMK_R_KO_question.ss01" = -78; +"@MMK_R_KO_hyphen" = 26; +"@MMK_R_KO_hyphen.case" = -101; +"@MMK_R_KO_parenleft" = 28; +"@MMK_R_KO_parenright" = -10; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 22; +"@MMK_R_KO_bracketright.case" = 67; +"@MMK_R_KO_quotedblleft" = -113; +"@MMK_R_KO_quotedblright" = -117; +"@MMK_R_KO_quoteleft" = -113; +"@MMK_R_KO_quoteright" = -117; +"@MMK_R_KO_guillemetleft" = -33; +"@MMK_R_KO_guillemetright" = 18; +"@MMK_R_KO_quotedbl" = -119; +"@MMK_R_KO_quotesingle" = -94; +"@MMK_R_KO_quotedblleft.ss01" = -106; +"@MMK_R_KO_quotedblright.ss01" = -111; +"@MMK_R_KO_quoteright.ss01" = -111; }; -parenleft = { -Abrevetilde = -28; -Ccedilla = -51; -Ccircumflex = -51; -Dcroat = -32; -Eth = -32; -Gcircumflex = -52; -Icircumflex = 98; -Idieresis = 79; -Idotaccent = -2; -Imacron = 81; -Iogonek = 35; -Itilde = 46; -Jcircumflex = 0; -Lslash = -15; -OE = -53; -Odieresis = -51; -Odieresis.ss01 = -51; -Oslash = -19; -Scedilla = -38; -Scircumflex = -24; -Ydieresis = 0; -a.ss05 = -60; -acircumflexacute = -39; -adieresis = -63; -agrave = -66; -ampersand = -61; -approxequal = -92; -aring = -66; -asciicircum = -86; -asciitilde = -88; -at = -64; -ccaron = -27; -ccedilla = -64; -ccircumflex = -59; -cent = -62; -copyright = -68; -divide = -71; -dollar = -49; -equal = -52; -euro = -62; -four.numr = -51; +quotedblbase = { +Dcroat = -45; +Iogonek = -10; +Lslash = -27; +Oslash = -16; +oslash = -15; +p = -11; +iogonek = -8; +jcircumflex = 48; +germandbls = -58; +l.ss03 = -26; g.ss06 = -2; -germandbls = -41; -greater = -17; -greaterequal = -65; -hcircumflex = 86; -i.ss01 = -14; -iacute = -52; -ibreve = 40; -idotaccent.ss01 = -14; -imacron = 71; -infinity = -59; -iogonek = 33; -jcircumflex = 60; -l.ss03 = -6; -l.ss04 = 3; -less = -49; -lessequal = -78; -liraTurkish = -42; -literSign = -62; -logicalnot = -117; -minus = -82; -mu = -24; -multiply = -67; -notequal = -97; numbersign = -42; -numero = -10; -ocircumflex = -64; -ohornhookabove = -64; -onesuperior = -19; -oslash = -25; -p = -2; -plusminus = -48; -published = -68; -question.ss01 = -40; -questiondown = -27; -quotedblbase = 0; -quotedblbase.ss01 = 0; -quotesinglbase = 0; -racute = -52; -radical = -54; -scaron = -18; -scedilla = -58; -scircumflex = -47; -scommaaccent = -58; -section = -42; -semicolon.ss01 = 0; -sterling = -40; -summation = 0; -tbar = -54; -tcommaaccent = -41; -thorn = 0; -udieresis = -55; -udieresis.ss01 = -58; -ugrave = -58; -wacute = -41; -wgrave = -41; -zcaron = -19; -}; -parenleft.case = { -Dcroat = -40; -Icircumflex = 83; -Imacron = 55; -Iogonek = 53; -Lslash = -24; -OE = -51; -approxequal = -74; -asciicircum = -89; -asciitilde = -74; -at = -58; -copyright = -69; -dollar = -49; -equal = -50; -euro = -53; -infinity = -54; -less = -43; -logicalnot = -109; -minus = -78; +parenleft = -32; +parenleft.case = -58; +at = -60; +copyright = -121; +published = -121; +literSign = -39; +dollar = -51; +euro = -123; +minus = -135; multiply = -62; -numbersign = -37; -parenleft.case = -47; -published = -69; -question.ss01 = -44; -questiondown.case = -39; -quotedblbase = -22; -radical = -40; -section = -39; +divide = -131; +equal = -23; +approxequal = -58; }; -parenright = { -asciicircum = -39; -braceright = -12; +D = { +Dcroat = 31; +Eth = 31; +Hbar = 22; +Iogonek = 14; +Lslash = 20; +Oslash = 18; +lacute = 10; +zero = 15; +five = 23; +six = 15; +eight = 22; +endash.case = 19; +parenleft.case = 33; +braceright.case = -17; +at = 27; +less = 8; +}; +"@MMK_L_KO_L" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -33; +"@MMK_R_KO_Oacute" = -33; +"@MMK_R_KO_J" = 35; +"@MMK_R_KO_G.ss07" = -37; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = -122; +"@MMK_R_KO_U" = -19; +"@MMK_R_KO_V" = -120; +"@MMK_R_KO_W" = -75; +"@MMK_R_KO_X" = 30; +"@MMK_R_KO_Y" = -141; +"@MMK_R_KO_Z" = 24; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -12; +"@MMK_R_KO_aacute" = -12; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = -35; +"@MMK_R_KO_g" = -11; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 44; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = -49; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -80; +"@MMK_R_KO_w" = -47; +"@MMK_R_KO_x" = 22; +"@MMK_R_KO_y" = -28; +"@MMK_R_KO_z" = 10; +"@MMK_R_KO_l.ss03" = -5; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = -49; +"@MMK_R_KO_one" = -96; +"@MMK_R_KO_four" = 10; +"@MMK_R_KO_sixsuperior" = -208; +"@MMK_R_KO_onesuperior" = -142; +"@MMK_R_KO_twosuperior" = -201; +"@MMK_R_KO_threesuperior" = -205; +"@MMK_R_KO_foursuperior" = -204; +"@MMK_R_KO_fivesuperior" = -208; +"@MMK_R_KO_sevensuperior" = -188; +"@MMK_R_KO_eightsuperior" = -207; +"@MMK_R_KO_ninesuperior" = -208; +"@MMK_R_KO_period" = 34; +"@MMK_R_KO_comma" = 33; +"@MMK_R_KO_colon" = 27; +"@MMK_R_KO_semicolon" = 26; +"@MMK_R_KO_ellipsis" = 7; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = -96; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_slash" = 36; +"@MMK_R_KO_backslash" = -105; +"@MMK_R_KO_period.ss01" = 4; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -107; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -54; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -143; +"@MMK_R_KO_parenleft" = -5; +"@MMK_R_KO_parenright" = -39; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 32; +"@MMK_R_KO_quotedblleft" = -217; +"@MMK_R_KO_quotedblright" = -219; +"@MMK_R_KO_quoteleft" = -140; +"@MMK_R_KO_quoteright" = -140; +"@MMK_R_KO_guillemetleft" = -55; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -210; +"@MMK_R_KO_quotesingle" = -94; +"@MMK_R_KO_quotedblleft.ss01" = -209; +"@MMK_R_KO_quotedblright.ss01" = -212; +"@MMK_R_KO_quoteright.ss01" = -125; +"@MMK_R_KO_trademark" = -232; +"@MMK_R_KO_asciicircum" = -236; +}; +"@MMK_L_KO_f" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = 17; +"@MMK_R_KO_O" = 23; +"@MMK_R_KO_Oacute" = 16; +"@MMK_R_KO_J" = -35; +"@MMK_R_KO_G.ss07" = 23; +"@MMK_R_KO_S" = 21; +"@MMK_R_KO_T" = 29; +"@MMK_R_KO_U" = 32; +"@MMK_R_KO_V" = 38; +"@MMK_R_KO_W" = 45; +"@MMK_R_KO_X" = 28; +"@MMK_R_KO_Y" = 49; +"@MMK_R_KO_Z" = 7; +"@MMK_R_KO_I.ss02" = 30; +"@MMK_R_KO_J.ss10" = -53; +"@MMK_R_KO_a" = 12; +"@MMK_R_KO_aacute" = 12; +"@MMK_R_KO_a.ss05" = 20; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 8; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 38; +"@MMK_R_KO_g" = 12; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 47; +"@MMK_R_KO_imacron" = 27; +"@MMK_R_KO_itilde" = 31; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 27; +"@MMK_R_KO_u" = 13; +"@MMK_R_KO_uacute" = 13; +"@MMK_R_KO_v" = 33; +"@MMK_R_KO_w" = 33; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = 27; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 43; +"@MMK_R_KO_g.ss06" = 15; +"@MMK_R_KO_t_t.liga" = 27; +"@MMK_R_KO_one" = 38; +"@MMK_R_KO_four" = -15; +"@MMK_R_KO_sixsuperior" = 25; +"@MMK_R_KO_onesuperior" = 31; +"@MMK_R_KO_twosuperior" = 28; +"@MMK_R_KO_threesuperior" = 26; +"@MMK_R_KO_foursuperior" = 30; +"@MMK_R_KO_fivesuperior" = 19; +"@MMK_R_KO_sevensuperior" = 25; +"@MMK_R_KO_eightsuperior" = 28; +"@MMK_R_KO_ninesuperior" = 27; +"@MMK_R_KO_period" = -41; +"@MMK_R_KO_comma" = -42; +"@MMK_R_KO_colon" = 37; +"@MMK_R_KO_semicolon" = 37; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_exclam" = 27; +"@MMK_R_KO_question" = 39; +"@MMK_R_KO_asterisk" = 32; +"@MMK_R_KO_slash" = -41; +"@MMK_R_KO_backslash" = 74; +"@MMK_R_KO_period.ss01" = -59; +"@MMK_R_KO_comma.ss01" = -62; +"@MMK_R_KO_colon.ss01" = 13; +"@MMK_R_KO_question.ss01" = 18; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 6; +"@MMK_R_KO_underscore" = -38; +"@MMK_R_KO_parenleft" = 28; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 44; +"@MMK_R_KO_bracketright" = 44; +"@MMK_R_KO_quotedblleft" = 16; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteleft" = 16; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetleft" = -14; +"@MMK_R_KO_guillemetright" = 19; +"@MMK_R_KO_quotedbl" = 23; +"@MMK_R_KO_quotesingle" = 25; +"@MMK_R_KO_quotedblleft.ss01" = 32; +"@MMK_R_KO_quotedblright.ss01" = 34; +"@MMK_R_KO_quoteright.ss01" = 34; +"@MMK_R_KO_trademark" = 18; +"@MMK_R_KO_asciicircum" = 0; +}; +"@MMK_L_KO_guillemetright" = { +"@MMK_R_KO_A" = -55; +"@MMK_R_KO_H" = -18; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = -34; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -18; +"@MMK_R_KO_T" = -123; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -105; +"@MMK_R_KO_W" = -67; +"@MMK_R_KO_X" = -83; +"@MMK_R_KO_Y" = -153; +"@MMK_R_KO_Z" = -41; +"@MMK_R_KO_I.ss02" = -42; +"@MMK_R_KO_J.ss10" = -20; +"@MMK_R_KO_a" = -6; +"@MMK_R_KO_aacute" = -5; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = -29; +"@MMK_R_KO_g" = -6; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = -16; +"@MMK_R_KO_lslash" = -3; +"@MMK_R_KO_s" = -19; +"@MMK_R_KO_t" = -36; +"@MMK_R_KO_u" = -7; +"@MMK_R_KO_uacute" = -7; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -38; +"@MMK_R_KO_y" = -65; +"@MMK_R_KO_z" = -41; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -36; +"@MMK_R_KO_pi" = -27; +"@MMK_R_KO_zero" = -14; +"@MMK_R_KO_one" = -54; +"@MMK_R_KO_two" = -45; +"@MMK_R_KO_three" = -25; +"@MMK_R_KO_four" = -3; +"@MMK_R_KO_five" = -8; +"@MMK_R_KO_six" = -17; +"@MMK_R_KO_seven" = -67; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -29; +"@MMK_R_KO_sixsuperior" = -80; +"@MMK_R_KO_onesuperior" = -91; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_sevensuperior" = -96; +"@MMK_R_KO_ninesuperior" = -75; +"@MMK_R_KO_period" = -44; +"@MMK_R_KO_comma" = -47; +"@MMK_R_KO_ellipsis" = -60; +"@MMK_R_KO_question" = -76; +"@MMK_R_KO_asterisk" = -113; +"@MMK_R_KO_slash" = -61; +"@MMK_R_KO_period.ss01" = -49; +"@MMK_R_KO_comma.ss01" = -52; +"@MMK_R_KO_colon.ss01" = -41; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = -17; +"@MMK_R_KO_parenright" = -91; +"@MMK_R_KO_bracketright" = -66; +"@MMK_R_KO_parenright.case" = -69; +"@MMK_R_KO_quotedblleft" = -88; +"@MMK_R_KO_quotedblright" = -48; +"@MMK_R_KO_quoteleft" = -88; +"@MMK_R_KO_quoteright" = -48; +"@MMK_R_KO_guillemetleft" = -13; +"@MMK_R_KO_guillemetright" = -71; +"@MMK_R_KO_quotedbl" = -88; +"@MMK_R_KO_quotesingle" = -88; +"@MMK_R_KO_quotedblleft.ss01" = -47; +"@MMK_R_KO_quotedblright.ss01" = -49; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -80; +}; +"@MMK_L_KO_aacute" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 2; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -43; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = -65; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 2; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 2; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -15; +"@MMK_R_KO_sevensuperior" = -69; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -13; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 2; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = -3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -7; +"@MMK_R_KO_slash" = 3; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 5; +"@MMK_R_KO_question.ss01" = -11; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 1; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -46; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -21; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = -19; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -19; +"@MMK_R_KO_quotesingle" = -19; +"@MMK_R_KO_quotedblleft.ss01" = -16; +"@MMK_R_KO_quotedblright.ss01" = -17; +"@MMK_R_KO_quoteright.ss01" = -17; +}; +"@MMK_L_KO_quotesingle" = { +"@MMK_R_KO_A" = -94; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -12; +"@MMK_R_KO_Oacute" = -12; +"@MMK_R_KO_J" = -80; +"@MMK_R_KO_G.ss07" = -13; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 11; +"@MMK_R_KO_V" = 16; +"@MMK_R_KO_W" = 23; +"@MMK_R_KO_X" = 6; +"@MMK_R_KO_Y" = 27; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -94; +"@MMK_R_KO_a" = -35; +"@MMK_R_KO_aacute" = -35; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -40; +"@MMK_R_KO_eacute" = -41; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = -33; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = -18; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -26; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = -9; +"@MMK_R_KO_uacute" = -9; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -11; +"@MMK_R_KO_l.ss04" = 37; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_pi" = 4; +"@MMK_R_KO_zero" = -19; +"@MMK_R_KO_one" = 16; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -8; +"@MMK_R_KO_four" = -73; +"@MMK_R_KO_five" = -2; +"@MMK_R_KO_six" = -15; +"@MMK_R_KO_seven" = 16; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_sixsuperior" = 4; +"@MMK_R_KO_onesuperior" = 12; +"@MMK_R_KO_foursuperior" = -3; +"@MMK_R_KO_sevensuperior" = 8; +"@MMK_R_KO_ninesuperior" = 5; +"@MMK_R_KO_period" = -94; +"@MMK_R_KO_comma" = -94; +"@MMK_R_KO_ellipsis" = -94; +"@MMK_R_KO_question" = 11; +"@MMK_R_KO_asterisk" = 12; +"@MMK_R_KO_slash" = -94; +"@MMK_R_KO_period.ss01" = -94; +"@MMK_R_KO_comma.ss01" = -94; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = -60; +"@MMK_R_KO_endash" = -29; +"@MMK_R_KO_hyphen.case" = -22; +"@MMK_R_KO_endash.case" = -11; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 24; +"@MMK_R_KO_parenright.case" = 14; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_degree" = -2; +"@MMK_R_KO_plus" = -5; +"@MMK_R_KO_percent" = 17; }; -parenright.case = { -bracketright.case = -4; -colon = 8; -comma = 0; -comma.ss01 = -14; -emdash.case = 17; -hyphen.case = 16; -parenleft.case = 13; -parenright.case = -48; -period = 0; -period.ss01 = -17; -quotedbl = -19; -semicolon = 8; -slash = -13; +ohorndotbelow.ss01 = { +c = 34; +i.ss01 = 37; +n = 37; +p = 37; +t = 50; +u = 50; +t_i.liga.ss01 = 50; +t_t.liga = 50; }; -percent = { -eightsuperior = -89; -fivesuperior = -98; -foursuperior = -101; -ninesuperior = -99; -onesuperior = -94; -question.ss01 = -99; -sevensuperior = -96; -sixsuperior = -107; -threesuperior = -91; -twosuperior = -62; +t_i.liga.ss01 = { +parenright = -10; }; -period = { -braceright = -4; -eightsuperior = -132; -fivesuperior = -132; -foursuperior = -132; -g.ss06 = 17; -ninesuperior = -132; -onesuperior = -132; -ordfeminine = -132; -ordmasculine = -132; -parenleft.case = -25; -quotesingle = -109; -sevensuperior = -132; -six = -38; -sixsuperior = -132; -threesuperior = -132; -twosuperior = -132; +endash = { +x = -56; +one.numr = -54; +four.numr = -12; +seven.numr = -56; +colon = -14; +semicolon = -14; +questiondown = -55; +question.ss01 = -102; +questiondown.ss01 = -53; +endash = 0; +quotedblbase = -59; +quotedblbase.ss01 = -63; +quoteright.ss01 = -2; }; -period.ss01 = { -Y = -135; -eightsuperior = -135; -fivesuperior = -135; -foursuperior = -135; -mu = -27; -ninesuperior = -135; -onesuperior = -135; -ordfeminine = -135; -ordmasculine = -135; -parenleft.case = -35; -question.ss01 = -103; -quotedbl = -135; -sevensuperior = -135; -sixsuperior = -135; -threesuperior = -135; -twosuperior = -135; +Ygrave = { +ellipsis.ss01 = -174; +endash.case = -59; }; -perthousand = { -asterisk = -143; -comma = 14; -comma.ss01 = -9; -parenright = -63; -parenright.case = -45; -period = 12; -period.ss01 = -12; -question = -92; -question.ss01 = -99; -quotedblleft = -112; -quotedblleft.ss01 = -89; -quotedblright = -96; -quotedblright.ss01 = -89; -quoteleft = -112; -quoteright = -96; +fraction = { +zero.dnom = -6; +two.dnom = -6; +four.dnom = -54; +eight.dnom = -4; +zeroinferior = -7; +twoinferior = -2; +fourinferior = -52; +fiveinferior = 17; +sixinferior = -3; +seveninferior = 50; +nineinferior = 0; }; -pi = { -braceright = -15; -bracketright = -14; -colon = 19; -comma = 18; -guillemetright = 6; -hyphen = -3; -parenright = -41; -period = 18; -period.ss01 = -13; -pi = 15; -quoteright = -10; -quotesingle = -16; -semicolon = 19; -sevensuperior = -36; -slash = 9; -trademark = -55; +"@MMK_L_KO_Uacute" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 5; +"@MMK_R_KO_O" = 10; +"@MMK_R_KO_Oacute" = 5; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 11; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = 10; +"@MMK_R_KO_U" = 16; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 12; +"@MMK_R_KO_Z" = -2; +"@MMK_R_KO_I.ss02" = 9; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = 10; +"@MMK_R_KO_aacute" = 10; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = 4; +"@MMK_R_KO_eacute" = 8; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 8; +"@MMK_R_KO_i" = 7; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 7; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = 7; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 33; +"@MMK_R_KO_g.ss06" = 7; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 6; +"@MMK_R_KO_sixsuperior" = 10; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 12; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = -9; +"@MMK_R_KO_comma" = -12; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 6; +"@MMK_R_KO_ellipsis" = -28; +"@MMK_R_KO_exclam" = 4; +"@MMK_R_KO_question" = 12; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_period.ss01" = -21; +"@MMK_R_KO_comma.ss01" = -25; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 7; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_hyphen.case" = 12; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 20; +"@MMK_R_KO_parenright.case" = 7; +"@MMK_R_KO_bracketright.case" = 28; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = 2; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; }; -plus = { -X = -73; -asterisk = -46; -braceright = -82; -bracketright = -77; -bracketright.case = -78; -comma = -51; -comma.ss01 = -67; -one = -11; -parenright = -75; -parenright.case = -64; -period = -51; -period.ss01 = -69; -plus = 0; -question = -26; -quotedbl = -37; -quotedblleft = -23; -quotedblright = -17; -quoteright = -17; -quotesingle = -37; -seven = -21; -slash = -59; -tenge = -10; -three = -17; -two = -7; -x = -36; -yen = -52; +g = { +l = -2; +iogonek = 0; +jcircumflex = 26; }; -plusminus = { -one = 0; -parenright = -39; +m = { +ordfeminine = -56; +ordmasculine = -57; +seven = -30; +registered = -33; +logicalnot = -62; }; -published = { -T = -54; -Y = -103; -parenright = -82; +ohorntilde = { +i = 37; +idotaccent = 37; +i.ss01 = 37; +n = 37; +period = 20; +comma = 18; +period.ss01 = 7; +comma.ss01 = 0; +parenright = -19; +quotedbl = 46; }; -q = { -backslash = -24; -braceright = -8; +hyphen.case = { +Dcroat = 36; +Lslash = 18; +Oslash = 11; +one.numr = -51; +seven.numr = -54; +question.ss01 = -32; +parenleft.case = 21; +braceright.case = -65; +bracketright.case = -59; +quotesinglbase = -140; +quotedblbase = -161; +quotedblbase.ss01 = -181; +quoteright.ss01 = 0; +dollar = -13; +}; +ohornhookabove = { +i = 37; +idotaccent = 37; +i.ss01 = 37; +idotaccent.ss01 = 37; +m = 37; +n = 37; +period = 20; +comma = 18; +period.ss01 = 7; +comma.ss01 = 0; +parenright = -19; bracketright = 0; -comma = 4; -comma.ss01 = -8; -j = 16; -j.ss01 = 16; -parenright = -2; -semicolon = 3; -slash = 27; +guillemetright = 48; +quotedbl = 46; }; -question = { -exclam = 5; -questiondown = -74; +y = { +germandbls = 20; +zeroinferior = -51; +twoinferior = -49; +ampersand = -39; +logicalnot = -62; +asciitilde = -13; }; -question.ss01 = { -question.ss01 = 15; -questiondown.ss01 = -85; +Idotaccent.ss02 = { +endash.case = -51; }; -questiondown = { -p = 3; -questiondown = 19; +Scedilla = { +idieresis = 27; }; -questiondown.case = { -C = -13; -Q = -13; -T = -83; -V = -92; -Y = -98; -quotedbl = -95; -quotedblleft = -97; -quotedblleft.ss01 = -98; -quoteright = -93; -quoteright.ss01 = -97; -quotesingle = -95; -seven = -88; +"@MMK_L_KO_zcaron" = { +"@MMK_R_KO_A" = 18; +"@MMK_R_KO_H" = 3; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 20; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -3; +"@MMK_R_KO_W" = 0; +"@MMK_R_KO_X" = 27; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 9; +"@MMK_R_KO_I.ss02" = 12; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -3; +"@MMK_R_KO_aacute" = -3; +"@MMK_R_KO_a.ss05" = 12; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -12; +"@MMK_R_KO_eacute" = -13; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_imacron" = 6; +"@MMK_R_KO_j" = 9; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 11; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 2; +"@MMK_R_KO_uacute" = 2; +"@MMK_R_KO_v" = 6; +"@MMK_R_KO_w" = 9; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 19; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -49; +"@MMK_R_KO_twosuperior" = -8; +"@MMK_R_KO_threesuperior" = -2; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_fivesuperior" = -8; +"@MMK_R_KO_sevensuperior" = -46; +"@MMK_R_KO_eightsuperior" = -2; +"@MMK_R_KO_ninesuperior" = -7; +"@MMK_R_KO_period" = 27; +"@MMK_R_KO_comma" = 26; +"@MMK_R_KO_colon" = 23; +"@MMK_R_KO_semicolon" = 21; +"@MMK_R_KO_ellipsis" = 3; +"@MMK_R_KO_exclam" = 11; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_slash" = 26; +"@MMK_R_KO_period.ss01" = 1; +"@MMK_R_KO_comma.ss01" = -3; +"@MMK_R_KO_colon.ss01" = 10; +"@MMK_R_KO_question.ss01" = -2; +"@MMK_R_KO_hyphen" = -15; +"@MMK_R_KO_endash" = -2; +"@MMK_R_KO_parenleft" = 13; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -11; +"@MMK_R_KO_guillemetleft" = -37; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -12; +"@MMK_R_KO_quotesingle" = -12; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_quoteright.ss01" = -7; +}; +"@MMK_L_KO_one" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 5; +"@MMK_R_KO_J" = 5; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 5; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -2; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 21; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 3; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss04" = 20; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_pi" = 0; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 5; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = 4; +"@MMK_R_KO_six" = 0; +"@MMK_R_KO_seven" = 2; +"@MMK_R_KO_eight" = 11; +"@MMK_R_KO_nine" = 10; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = 9; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -7; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -9; +"@MMK_R_KO_degree" = -15; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = 0; }; -questiondown.ss01 = { -C = -88; -D = -10; -E = -10; -G = -86; -N = -10; -O = -88; -P = -10; -Q = -88; -S = -56; -T = -96; -U = -72; -V = -131; -W = -77; -Y = -160; -a = -60; -c = -72; -d = -60; -e = -72; -four = -91; -o = -72; -q = -60; -quotedbl = -113; -quotedblleft.ss01 = -103; -quoteright.ss01 = -99; -quotesingle = -109; -s = -38; -t = -68; -t_i.liga.ss01 = -68; -t_t.liga = -68; -v = -87; +f = { +f = 38; +f_f.liga = 38; +f_y.liga = 38; +fl = 38; +igrave = 15; +idieresis = 60; +seven = 45; +ampersand = -28; }; -quotedbl = { -A = -92; -AE = -94; -Aacute = -92; -Adieresis = -92; -Agrave = -92; -Amacron = -92; -Aring = -92; -Dcroat = -12; -Hbar = 52; -Jcircumflex = -43; -Lslash = -16; -asciitilde = -49; -ellipsis.ss01 = -234; -emdash = -39; -exclamdown = -16; -exclamdown.ss01 = -22; -g.ss06 = -29; -hbar = 24; -hyphen = -42; -imacron = 73; -jcircumflex = 81; -l.ss04 = 27; -mu = -22; -oslash = -30; -period.ss01 = -135; -questiondown = -96; -questiondown.case = -69; -questiondown.ss01 = -104; -underscore = -234; +"@MMK_L_KO_quotedblbase.ss01" = { +"@MMK_R_KO_A" = 9; +"@MMK_R_KO_H" = -15; +"@MMK_R_KO_O" = -48; +"@MMK_R_KO_Oacute" = -44; +"@MMK_R_KO_J" = 11; +"@MMK_R_KO_G.ss07" = -47; +"@MMK_R_KO_S" = -9; +"@MMK_R_KO_T" = -135; +"@MMK_R_KO_U" = -30; +"@MMK_R_KO_V" = -143; +"@MMK_R_KO_W" = -97; +"@MMK_R_KO_X" = 18; +"@MMK_R_KO_Y" = -175; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -21; +"@MMK_R_KO_aacute" = -21; +"@MMK_R_KO_a.ss05" = 1; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -24; +"@MMK_R_KO_eacute" = -24; +"@MMK_R_KO_f" = -47; +"@MMK_R_KO_g" = -18; +"@MMK_R_KO_i" = -16; +"@MMK_R_KO_n" = -16; +"@MMK_R_KO_j" = 56; +"@MMK_R_KO_lslash" = -5; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -57; +"@MMK_R_KO_u" = -15; +"@MMK_R_KO_uacute" = -15; +"@MMK_R_KO_v" = -94; +"@MMK_R_KO_w" = -59; +"@MMK_R_KO_y" = -35; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = -16; +"@MMK_R_KO_t_t.liga" = -57; +"@MMK_R_KO_pi" = -43; +"@MMK_R_KO_zero" = -44; +"@MMK_R_KO_one" = -110; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_five" = -11; +"@MMK_R_KO_six" = -47; +"@MMK_R_KO_seven" = -114; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = -17; +"@MMK_R_KO_asterisk" = -125; +"@MMK_R_KO_slash" = 44; +"@MMK_R_KO_period.ss01" = -2; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = -2; +"@MMK_R_KO_hyphen" = -11; +"@MMK_R_KO_endash" = -63; +"@MMK_R_KO_hyphen.case" = -125; +"@MMK_R_KO_endash.case" = -258; +"@MMK_R_KO_guillemetleft" = -74; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedblleft.ss01" = -125; +"@MMK_R_KO_quotedblright.ss01" = -258; +"@MMK_R_KO_plus" = -58; +"@MMK_R_KO_percent" = -114; }; -quotedblbase = { -Dcroat = -30; -Icircumflex = -9; -Iogonek = 33; -Lslash = -20; -OE = -53; -Oslash = -2; -Tcedilla = -87; -approxequal = -64; -copyright = -94; -divide = -100; -equal = -37; -euro = -92; -g.ss06 = 12; -germandbls = -41; -iogonek = 37; -l.ss03 = -24; -l.ss04 = -11; -minus = -123; -multiply = -66; -numbersign = -34; -p = -5; -parenleft.case = -41; -published = -94; -quotedblleft = -271; +numero = { +period = -9; +comma = -10; +period.ss01 = -17; +comma.ss01 = -21; +parenright = -59; +parenright.case = -41; }; -quotedblbase.ss01 = { -Iogonek = 31; -Tcedilla = -84; -divide = -72; -minus = -88; -p = -9; -question.ss01 = -103; -quotedblleft.ss01 = -267; -quotedblright.ss01 = -267; +cent = { +onesuperior = -54; +sevensuperior = -64; +period = -20; +comma = -22; +slash = -39; +period.ss01 = -25; +comma.ss01 = -29; +parenright = -81; +bracketright = -51; +parenright.case = -57; +bracketright.case = -37; }; -quotedblleft = { -Dcroat = 0; -Hbar = 27; -Jcircumflex = -42; -exclamdown = -2; -g.ss06 = -5; -imacron = 62; -jcircumflex = 23; -l.ss04 = 25; -minus = -16; -mu = -11; -questiondown = -80; -questiondown.case = -41; -quotedblbase = -271; -underscore = -241; +"@MMK_L_KO_W" = { +"@MMK_R_KO_A" = -94; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -26; +"@MMK_R_KO_Oacute" = -26; +"@MMK_R_KO_J" = -57; +"@MMK_R_KO_G.ss07" = -18; +"@MMK_R_KO_S" = -4; +"@MMK_R_KO_T" = 31; +"@MMK_R_KO_U" = 20; +"@MMK_R_KO_V" = 32; +"@MMK_R_KO_W" = 40; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 46; +"@MMK_R_KO_Z" = 4; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -64; +"@MMK_R_KO_a" = -42; +"@MMK_R_KO_aacute" = -41; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -46; +"@MMK_R_KO_eacute" = -40; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -38; +"@MMK_R_KO_i" = 14; +"@MMK_R_KO_n" = -31; +"@MMK_R_KO_icircumflex" = 99; +"@MMK_R_KO_imacron" = 110; +"@MMK_R_KO_itilde" = 81; +"@MMK_R_KO_j" = 13; +"@MMK_R_KO_lslash" = -2; +"@MMK_R_KO_s" = -36; +"@MMK_R_KO_t" = -13; +"@MMK_R_KO_u" = -21; +"@MMK_R_KO_uacute" = -18; +"@MMK_R_KO_v" = -12; +"@MMK_R_KO_w" = -12; +"@MMK_R_KO_x" = -16; +"@MMK_R_KO_y" = -12; +"@MMK_R_KO_z" = -25; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 56; +"@MMK_R_KO_g.ss06" = -35; +"@MMK_R_KO_t_t.liga" = -13; +"@MMK_R_KO_one" = 4; +"@MMK_R_KO_four" = -50; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 19; +"@MMK_R_KO_twosuperior" = 2; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -14; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 26; +"@MMK_R_KO_eightsuperior" = 9; +"@MMK_R_KO_ninesuperior" = 6; +"@MMK_R_KO_period" = -81; +"@MMK_R_KO_comma" = -83; +"@MMK_R_KO_colon" = -16; +"@MMK_R_KO_semicolon" = -16; +"@MMK_R_KO_ellipsis" = -103; +"@MMK_R_KO_exclam" = 15; +"@MMK_R_KO_question" = -2; +"@MMK_R_KO_asterisk" = 1; +"@MMK_R_KO_slash" = -100; +"@MMK_R_KO_backslash" = 61; +"@MMK_R_KO_period.ss01" = -99; +"@MMK_R_KO_comma.ss01" = -100; +"@MMK_R_KO_colon.ss01" = -28; +"@MMK_R_KO_question.ss01" = -13; +"@MMK_R_KO_hyphen" = -46; +"@MMK_R_KO_endash" = -38; +"@MMK_R_KO_underscore" = -94; +"@MMK_R_KO_hyphen.case" = -27; +"@MMK_R_KO_parenleft" = -15; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 48; +"@MMK_R_KO_bracketright" = 47; +"@MMK_R_KO_parenright.case" = 22; +"@MMK_R_KO_bracketright.case" = 45; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = 3; +"@MMK_R_KO_quoteleft" = -15; +"@MMK_R_KO_quoteright" = 3; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = 20; +"@MMK_R_KO_quotesingle" = 20; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = 9; +"@MMK_R_KO_quoteright.ss01" = 9; +"@MMK_R_KO_trademark" = 15; +"@MMK_R_KO_asciicircum" = -41; }; -quotedblleft.ss01 = { -Dcroat = 0; -ellipsis.ss01 = -267; -g.ss06 = -11; -l.ss04 = 24; -mu = -20; -questiondown.ss01 = -97; -quotedblbase.ss01 = -267; -underscore = -241; +Icircumflex = { +Icircumflex = 121; +l = 2; +icircumflex = 91; +l.ss03 = 10; +l.ss04 = 22; +parenright = 100; +bracketright = 110; +parenright.case = 127; +bracketright.case = 109; }; -quotedblright = { -A = -90; -Adieresis = -90; -Aring = -90; -Dcroat = -15; -asciitilde = -51; -g.ss06 = -27; -l.ss04 = 35; -mu = -16; -oslash = -33; -questiondown = -88; -questiondown.case = -73; -quotesinglbase = -133; -tbar = -2; +iogonek = { +iogonek = 2; +j = 30; }; -quotedblright.ss01 = { -A = -88; -ellipsis.ss01 = -267; -hyphen = -51; -questiondown.case = -65; -questiondown.ss01 = -98; +uhorn = { +a = -19; +a.ss05 = -13; +ohorn = -26; +ohorndotbelow = -26; +ohorndotbelow.ss01 = -26; +ohorngrave = -26; +ohornacute = -26; +ohornhookabove = -26; +ohorntilde = -26; +period = -29; +comma = -30; +ellipsis = -49; +question = 44; +period.ss01 = -50; +ellipsis.ss01 = -50; +comma.ss01 = -52; +parenright = -39; +quotedblright = 4; +quotedbl = 24; }; -quoteleft = { -Hbar = 27; -Jcircumflex = -42; -exclamdown = -2; -g.ss06 = -5; -imacron = 62; -l.ss04 = 25; -mu = -11; -oslash = -8; -questiondown = -80; -questiondown.case = -41; -quotedblbase = -133; +underscore = { +g.ss06 = 32; +underscore = 11; +parenleft.case = -58; }; -quoteleft.ss01 = { -A = -72; -J = -77; -g.ss06 = -11; -questiondown.ss01 = -97; -quotedblbase.ss01 = -134; +"@MMK_L_KO_braceleft" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 13; +"@MMK_R_KO_O" = -14; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = -14; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 35; +"@MMK_R_KO_U" = 24; +"@MMK_R_KO_V" = 45; +"@MMK_R_KO_W" = 52; +"@MMK_R_KO_X" = 40; +"@MMK_R_KO_Y" = 59; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -61; +"@MMK_R_KO_a" = -53; +"@MMK_R_KO_a.ss05" = -34; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -59; +"@MMK_R_KO_f" = -16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 25; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_j" = 98; +"@MMK_R_KO_s" = -45; +"@MMK_R_KO_t" = -25; +"@MMK_R_KO_u" = -45; +"@MMK_R_KO_v" = -57; +"@MMK_R_KO_w" = -45; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss04" = 58; +"@MMK_R_KO_t_t.liga" = -25; +"@MMK_R_KO_pi" = -28; +"@MMK_R_KO_zero" = -24; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_two" = 12; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = -47; +"@MMK_R_KO_five" = 3; +"@MMK_R_KO_six" = -13; +"@MMK_R_KO_seven" = 35; +"@MMK_R_KO_eight" = 7; +"@MMK_R_KO_nine" = 0; +"@MMK_R_KO_period" = -23; +"@MMK_R_KO_comma" = 25; +"@MMK_R_KO_ellipsis" = -26; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 17; +"@MMK_R_KO_slash" = 70; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 22; +"@MMK_R_KO_hyphen" = -68; +"@MMK_R_KO_quotedblleft" = 0; +"@MMK_R_KO_quotedblright" = 22; +"@MMK_R_KO_quoteright" = 22; +"@MMK_R_KO_guillemetleft" = -75; +"@MMK_R_KO_guillemetright" = -58; +"@MMK_R_KO_quotedbl" = 25; +"@MMK_R_KO_quotesingle" = 25; +"@MMK_R_KO_quotedblleft.ss01" = 8; +"@MMK_R_KO_quotedblright.ss01" = 17; +"@MMK_R_KO_degree" = 13; +"@MMK_R_KO_plus" = -71; }; -quoteright = { -Hbar = 61; -J = -73; -Jcircumflex = -65; -OE = 0; -a.ss05 = -27; -acircumflex = -27; -agrave = -28; -egrave = -29; -ellipsis = -133; -emdash = -50; -g.ss06 = -27; -hbar = 32; -hyphen = -60; -idieresis = 92; -igrave = 0; -imacron = 74; -itilde = 64; -l.ss04 = 35; -mu = -16; -oslash = -33; -questiondown = -88; -quotedblbase = -133; -ytilde = 4; +W = { +Hbar = 63; +adieresis.ss05 = -4; +igrave = 66; +idieresis = 120; +scaron = -6; +idieresis.ss01 = 104; +six = -21; +seven = 37; +threeinferior = -68; +ampersand = -52; +plus = -17; +minus = -27; +notequal = -63; +logicalnot = -96; +asciitilde = -48; }; -quoteright.ss01 = { -J = -82; -questiondown.ss01 = -98; -quotedblbase.ss01 = -134; +Aogonek = { +Lslash = -10; +period = 15; +comma = 27; +endash.case = -63; +parenright = 50; +bracketright = 57; }; -quotesinglbase = { -Iogonek = 33; -T = -100; -V = -125; -W = -77; -Y = -133; -copyright = -94; -g.ss06 = 12; -hyphen = -41; -iogonek = 37; -l.ss03 = -24; -minus = -123; -p = -5; -v = -90; +Z = { +Lslash = 0; +igrave = 35; +ibreve = 52; +icaron = 90; +zero = -16; +two = 23; +six = -12; +seven = 16; +numbersign = 4; +endash.case = -29; +at = -15; +plus = -14; +minus = -40; +divide = -21; +equal = 0; +less = 0; +logicalnot = -112; +asciitilde = -48; }; -quotesinglbase.ss01 = { -T = -109; -V = -117; -W = -73; -Y = -134; -minus = -88; -question.ss01 = -103; +emdash = { +x = -58; +zero.numr = -61; +one.numr = -56; +three.numr = -44; +four.numr = -106; +five.numr = -49; +six.numr = -55; +seven.numr = -57; +eight.numr = -41; +nine.numr = -50; +threesuperior = -37; +fivesuperior = -46; +eightsuperior = -33; +colon = -22; +semicolon = -25; +questiondown = -32; +question.ss01 = -109; +questiondown.ss01 = -28; +quotedblbase = -25; +quotedblbase.ss01 = -11; +quoteleft.ss01 = -17; +quoteright.ss01 = -28; +}; +tbar = { +a = 9; +e = 0; +tbar = 2; +}; +eng = { +j = 40; +slash = 30; +parenright = -9; +bracketright = 20; +}; +"@MMK_L_KO_asciicircum" = { +"@MMK_R_KO_A" = -118; +"@MMK_R_KO_H" = -11; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_J" = -114; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -26; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -44; +"@MMK_R_KO_X" = -100; +"@MMK_R_KO_Y" = -83; +"@MMK_R_KO_Z" = -56; +"@MMK_R_KO_I.ss02" = -37; +"@MMK_R_KO_J.ss10" = -261; +"@MMK_R_KO_a" = -19; +"@MMK_R_KO_a.ss05" = -5; +"@MMK_R_KO_l" = -16; +"@MMK_R_KO_e" = -32; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -12; +"@MMK_R_KO_i" = -20; +"@MMK_R_KO_n" = -20; +"@MMK_R_KO_j" = -19; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = -4; +"@MMK_R_KO_z" = -6; +"@MMK_R_KO_t_t.liga" = -4; +}; +percent = { +twosuperior = -58; +threesuperior = -117; +fivesuperior = -123; +eightsuperior = -113; +question.ss01 = -108; +bracketright.case = 13; +quoteright.ss01 = -102; +}; +Uhornhookabove = { +exclam.ss01 = 61; +}; +"@MMK_L_KO_published" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_V" = -88; +"@MMK_R_KO_W" = -58; +"@MMK_R_KO_X" = -63; +"@MMK_R_KO_Y" = -113; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -8; }; -quotesingle = { -Dcroat = -12; -Hbar = 52; -J = -78; -OE = -4; -comma = -109; -comma.ss01 = -109; -ellipsis = -109; -exclamdown = -16; -g.ss06 = -29; -hbar = 24; -idieresis = 98; -igrave = 21; -imacron = 73; -itilde = 66; -jcircumflex = 81; -l.ss04 = 27; -mu = -22; -period = -109; -questiondown = -96; -questiondown.case = -69; -questiondown.ss01 = -104; -underscore = -109; +uhorngrave = { +a = -19; +a.ss05 = -13; +o = -26; +n = 0; +period = -29; +comma = -30; +period.ss01 = -50; +comma.ss01 = -52; +parenright = -39; +quotedblright = 4; +quotedbl = 24; }; -r = { -ampersand = -20; -asciitilde = -2; -exclam.ss01 = 9; -fiveinferior = -11; -fourinferior = -67; -gcircumflex.ss06 = 0; -germandbls = 22; -logicalnot = -42; -minus = -3; -numbersign = 10; -plus = 0; -sixinferior = -23; -threeinferior = -13; -twoinferior = -11; +"@MMK_L_KO_i.ss01" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -6; +"@MMK_R_KO_U" = 7; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 2; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 6; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 4; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -9; +"@MMK_R_KO_onesuperior" = -4; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -12; +"@MMK_R_KO_sevensuperior" = -8; +"@MMK_R_KO_eightsuperior" = -5; +"@MMK_R_KO_ninesuperior" = -9; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -1; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 27; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 2; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -6; +"@MMK_R_KO_quotedblleft.ss01" = -8; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -6; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -21; }; -racute = { -parenright = -8; -sevensuperior = 0; +a.ss05 = { +p = 7; +jcircumflex = 22; +germandbls = -15; +gbreve.ss06 = 32; +gcircumflex.ss06 = 32; +ordfeminine = -63; +ordmasculine = -67; +seven = -36; +notequal = -48; +logicalnot = -68; }; -radical = { -A = -94; -a = -37; -four = -44; -s = -30; +Itilde = { +Itilde = 26; +igrave = 20; +itilde = 64; }; -rcaron = { -b = 14; -i = 8; -k = 15; -l.ss04 = 48; -parenright = 27; -sevensuperior = 44; +threesuperior = { +A = -87; +fraction = 0; +period = -137; +comma = -140; +slash = -90; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = -22; +parenright = -25; +parenright.case = -3; +guillemetleft = -40; }; -registered = { -comma = -75; -comma.ss01 = -95; -parenright = -65; -parenright.case = -55; -period = -75; -period.ss01 = -96; -slash = -67; -trademark = -37; +ydotbelow.ss01 = { +period.ss01 = -80; +parenright = 41; }; -rupeeIndian = { -four = -37; -slash = -37; +endash.case = { +seven.numr = -53; +bracketright.case = -61; +quotedblbase = -260; +quotedblbase.ss01 = -258; +}; +"@MMK_L_KO_H" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = 6; +"@MMK_R_KO_S" = 6; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 4; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 8; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 1; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_eacute" = -1; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 91; +"@MMK_R_KO_imacron" = 64; +"@MMK_R_KO_itilde" = 62; +"@MMK_R_KO_j" = 19; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -6; +"@MMK_R_KO_u" = 3; +"@MMK_R_KO_uacute" = 4; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 3; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 22; +"@MMK_R_KO_g.ss06" = 5; +"@MMK_R_KO_t_t.liga" = -6; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -2; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -7; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -5; +"@MMK_R_KO_sevensuperior" = -7; +"@MMK_R_KO_eightsuperior" = 2; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 2; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 2; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -15; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_backslash" = 34; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -5; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_hyphen.case" = 1; +"@MMK_R_KO_parenleft" = 10; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_braceright" = 9; +"@MMK_R_KO_bracketright" = 10; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 17; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -11; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -18; +"@MMK_R_KO_guillemetright" = -4; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -4; +"@MMK_R_KO_trademark" = -12; +"@MMK_R_KO_asciicircum" = -12; +}; +"@MMK_L_KO_l.ss03" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -19; +"@MMK_R_KO_Oacute" = -19; +"@MMK_R_KO_J" = 35; +"@MMK_R_KO_G.ss07" = -17; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -27; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -25; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = -18; +"@MMK_R_KO_Z" = 22; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = -2; +"@MMK_R_KO_a" = -7; +"@MMK_R_KO_aacute" = -7; +"@MMK_R_KO_a.ss05" = 23; +"@MMK_R_KO_l" = 4; +"@MMK_R_KO_e" = -10; +"@MMK_R_KO_eacute" = -10; +"@MMK_R_KO_f" = -8; +"@MMK_R_KO_g" = -2; +"@MMK_R_KO_i" = 4; +"@MMK_R_KO_n" = 4; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 22; +"@MMK_R_KO_itilde" = 8; +"@MMK_R_KO_j" = 20; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 21; +"@MMK_R_KO_t" = -18; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -28; +"@MMK_R_KO_w" = -18; +"@MMK_R_KO_x" = 28; +"@MMK_R_KO_y" = -20; +"@MMK_R_KO_z" = 23; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_g.ss06" = 29; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -22; +"@MMK_R_KO_four" = 21; +"@MMK_R_KO_sixsuperior" = -24; +"@MMK_R_KO_onesuperior" = -27; +"@MMK_R_KO_twosuperior" = -29; +"@MMK_R_KO_threesuperior" = -31; +"@MMK_R_KO_foursuperior" = -28; +"@MMK_R_KO_fivesuperior" = -29; +"@MMK_R_KO_sevensuperior" = -32; +"@MMK_R_KO_eightsuperior" = -23; +"@MMK_R_KO_ninesuperior" = -27; +"@MMK_R_KO_period" = 42; +"@MMK_R_KO_comma" = 41; +"@MMK_R_KO_colon" = 38; +"@MMK_R_KO_semicolon" = 37; +"@MMK_R_KO_ellipsis" = 18; +"@MMK_R_KO_exclam" = 24; +"@MMK_R_KO_question" = -22; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = 40; +"@MMK_R_KO_backslash" = -5; +"@MMK_R_KO_period.ss01" = 13; +"@MMK_R_KO_comma.ss01" = 7; +"@MMK_R_KO_colon.ss01" = 16; +"@MMK_R_KO_question.ss01" = -33; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -26; +"@MMK_R_KO_underscore" = 4; +"@MMK_R_KO_parenleft" = 5; +"@MMK_R_KO_parenright" = -29; +"@MMK_R_KO_braceright" = 6; +"@MMK_R_KO_bracketright" = 5; +"@MMK_R_KO_quotedblleft" = -34; +"@MMK_R_KO_quotedblright" = -38; +"@MMK_R_KO_quoteleft" = -31; +"@MMK_R_KO_quoteright" = -34; +"@MMK_R_KO_guillemetleft" = -40; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -29; +"@MMK_R_KO_quotesingle" = -26; +"@MMK_R_KO_quotedblleft.ss01" = -26; +"@MMK_R_KO_quotedblright.ss01" = -26; +"@MMK_R_KO_quoteright.ss01" = -26; +"@MMK_R_KO_trademark" = -38; +"@MMK_R_KO_asciicircum" = -55; +}; +"@MMK_L_KO_comma" = { +"@MMK_R_KO_zero" = -62; +"@MMK_R_KO_one" = -94; +"@MMK_R_KO_two" = 19; +"@MMK_R_KO_three" = -24; +"@MMK_R_KO_four" = -16; +"@MMK_R_KO_five" = -25; +"@MMK_R_KO_six" = -67; +"@MMK_R_KO_seven" = -100; +"@MMK_R_KO_eight" = -7; +"@MMK_R_KO_nine" = -34; +"@MMK_R_KO_sixsuperior" = -140; +"@MMK_R_KO_onesuperior" = -140; +"@MMK_R_KO_foursuperior" = -140; +"@MMK_R_KO_sevensuperior" = -140; +"@MMK_R_KO_ninesuperior" = -140; +"@MMK_R_KO_comma" = -3; +"@MMK_R_KO_asterisk" = -136; +"@MMK_R_KO_hyphen" = -49; +"@MMK_R_KO_endash" = -88; +"@MMK_R_KO_hyphen.case" = -140; +"@MMK_R_KO_endash.case" = -140; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_bracketright" = 23; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -140; +"@MMK_R_KO_quotedblright" = -140; +"@MMK_R_KO_quoteleft" = -140; +"@MMK_R_KO_quoteright" = -140; +"@MMK_R_KO_guillemetleft" = -92; +"@MMK_R_KO_guillemetright" = -10; +"@MMK_R_KO_quotedbl" = -140; +"@MMK_R_KO_quotesingle" = -94; }; -s = { -abrevetilde.ss05 = 13; -ampersand = 16; -asciitilde = -26; -backslash = -46; -guilsinglright = -5; -i = 0; -l = 0; -logicalnot = -56; -m = 0; -n = 0; -parenleft = 8; -r = 0; -registered = -25; -seven = -20; -wacute = -12; +N = { +Hbar = 34; +igrave = 20; +icaron = 75; +idieresis = 87; +jcircumflex = 90; +idieresis.ss01 = 61; +degree = -14; +logicalnot = -61; }; -sacute = { -parenright = -48; +"@MMK_L_KO_b" = { +"@MMK_R_KO_A" = -16; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -3; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = 6; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = -104; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -92; +"@MMK_R_KO_W" = -56; +"@MMK_R_KO_X" = -34; +"@MMK_R_KO_Y" = -132; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -9; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 3; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_icircumflex" = 3; +"@MMK_R_KO_imacron" = 3; +"@MMK_R_KO_itilde" = 3; +"@MMK_R_KO_j" = 3; +"@MMK_R_KO_lslash" = 13; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -15; +"@MMK_R_KO_u" = 10; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -39; +"@MMK_R_KO_w" = -22; +"@MMK_R_KO_x" = -39; +"@MMK_R_KO_y" = -47; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 12; +"@MMK_R_KO_l.ss04" = 2; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = -15; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -57; +"@MMK_R_KO_onesuperior" = -79; +"@MMK_R_KO_twosuperior" = -13; +"@MMK_R_KO_threesuperior" = -38; +"@MMK_R_KO_foursuperior" = -27; +"@MMK_R_KO_fivesuperior" = -49; +"@MMK_R_KO_sevensuperior" = -82; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -48; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -12; +"@MMK_R_KO_exclam" = -5; +"@MMK_R_KO_question" = -50; +"@MMK_R_KO_asterisk" = -84; +"@MMK_R_KO_slash" = -18; +"@MMK_R_KO_backslash" = -66; +"@MMK_R_KO_period.ss01" = -7; +"@MMK_R_KO_comma.ss01" = -11; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -57; +"@MMK_R_KO_hyphen" = 14; +"@MMK_R_KO_endash" = 8; +"@MMK_R_KO_underscore" = -33; +"@MMK_R_KO_parenleft" = 20; +"@MMK_R_KO_parenright" = -70; +"@MMK_R_KO_braceright" = -39; +"@MMK_R_KO_bracketright" = -33; +"@MMK_R_KO_quotedblleft" = -58; +"@MMK_R_KO_quotedblright" = -30; +"@MMK_R_KO_quoteleft" = -58; +"@MMK_R_KO_quoteright" = -30; +"@MMK_R_KO_guillemetleft" = -9; +"@MMK_R_KO_guillemetright" = -30; +"@MMK_R_KO_quotedbl" = -60; +"@MMK_R_KO_quotesingle" = -60; +"@MMK_R_KO_quotedblleft.ss01" = -25; +"@MMK_R_KO_quotedblright.ss01" = -29; +"@MMK_R_KO_quoteright.ss01" = -29; +"@MMK_R_KO_trademark" = -102; +"@MMK_R_KO_asciicircum" = -63; }; -scaron = { -imacron = 2; -parenright = -39; +b = { +seven = -39; +registered = -36; +notequal = -55; }; -scedilla = { -comma = 29; -gbreve.ss06 = 19; -parenright = -41; +"@MMK_L_KO_plus" = { +"@MMK_R_KO_A" = -48; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -53; +"@MMK_R_KO_V" = -61; +"@MMK_R_KO_W" = -24; +"@MMK_R_KO_X" = -78; +"@MMK_R_KO_Y" = -102; +"@MMK_R_KO_Z" = -5; +"@MMK_R_KO_I.ss02" = -5; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 0; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_t_t.liga" = 0; +}; +Itilde.ss02 = { +igrave = 45; }; -semicolon = { -emdash = -9; -hyphen = -16; -parenright = -11; +trademark = { +period = -137; +comma = -140; +slash = -118; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = -63; +parenright = -30; +parenright.case = -5; +guillemetleft = -61; +guilsinglleft = -61; +guillemetright = -15; +guilsinglright = -15; }; -semicolon.ss01 = { -hyphen = -12; +literSign = { +parenright = -47; +parenright.case = -22; +guillemetleft = -43; +guilsinglleft = -43; }; -seven = { -asciitilde = -52; -backslash = 71; -g.ss06 = -34; -minus = -36; +ohorn = { +i = 37; +idotaccent = 37; +i.ss01 = 37; +idotaccent.ss01 = 37; +m = 37; +n = 37; +r = 36; +t = 50; +u = 50; +v = 58; +t_i.liga = 50; +t_t.liga = 50; +period = 20; +comma = 18; +period.ss01 = 7; +comma.ss01 = 0; +hyphen = 38; +parenright = -19; +bracketright = 0; +quotedbl = 46; +}; +quotedblleft = { +A = -104; +Dcroat = 10; +Hbar = 23; +igrave = 33; +icircumflex = 14; +imacron = 71; +jcircumflex = 13; +s = -5; +x = -13; +g.ss06 = -6; mu = -12; -multiply = 0; -notequal = -40; -ordmasculine = 28; -plusminus = -7; -six = 5; -underscore = -88; +exclamdown = -7; +questiondown = -126; +backslash = 41; +questiondown.case = -65; +underscore = -226; +quotedblbase = -277; +ampersand = -63; +minus = 0; +divide = 0; +asciitilde = -5; }; -seven.dnom = { -degree = -78; -parenright = -61; -question = -89; -question.ss01 = -91; -quotedbl = -38; -quotedblleft = -38; -quotedblright = -11; -quoteright = -11; -quotesingle = -38; -seven.dnom = 29; +l.ss04 = { +Hbar = 34; +l.ss04 = 6; +periodcentered.loclCAT = 46; +periodcentered.loclCAT.ss01 = 0; +parenright = -18; +bracketright = 2; +quoteright = -5; }; -seven.numr = { -seven.numr = 29; +"@MMK_L_KO_Iacute.ss02" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 11; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_Oacute" = -13; +"@MMK_R_KO_J" = 30; +"@MMK_R_KO_G.ss07" = -12; +"@MMK_R_KO_S" = 7; +"@MMK_R_KO_T" = 23; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = 25; +"@MMK_R_KO_W" = 32; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 25; +"@MMK_R_KO_Z" = 21; +"@MMK_R_KO_I.ss02" = 36; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -14; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = -18; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 13; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 117; +"@MMK_R_KO_imacron" = 92; +"@MMK_R_KO_itilde" = 89; +"@MMK_R_KO_j" = 41; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = -2; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 10; +"@MMK_R_KO_l.ss04" = 46; +"@MMK_R_KO_g.ss06" = 16; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 12; +"@MMK_R_KO_four" = 4; +"@MMK_R_KO_sixsuperior" = 3; +"@MMK_R_KO_onesuperior" = 11; +"@MMK_R_KO_twosuperior" = 3; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = -4; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 7; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 4; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 27; +"@MMK_R_KO_colon" = 21; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 13; +"@MMK_R_KO_question" = 15; +"@MMK_R_KO_asterisk" = 11; +"@MMK_R_KO_slash" = 31; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -51; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -81; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_bracketright" = 35; +"@MMK_R_KO_parenright.case" = 20; +"@MMK_R_KO_bracketright.case" = 43; +"@MMK_R_KO_quotedblleft" = -3; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -3; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = -63; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 2; +"@MMK_R_KO_quotesingle" = 2; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +}; +eacute = { +Y = -84; }; -seveninferior = { -fourinferior = -26; -parenright = -62; -seveninferior = 21; +integral = { +guillemetright = -24; +guilsinglright = -24; +integral = -46; +A = -61; +a = -53; +d = -53; +a.ss05 = -48; +e = -61; +s = -51; +w = -24; }; -sevensuperior = { -A = -106; -comma = -133; -comma.ss01 = -134; -fraction = -29; -guillemetleft = -67; -period = -132; -period.ss01 = -135; -slash = -118; +two.dnom = { +question = -104; +question.ss01 = -118; +parenright = -48; +quotedblleft = -126; +quotedblright = -78; +quoteleft = -126; +quoteright = -78; +quotedbl = -124; +quotesingle = -94; +quotedblleft.ss01 = -66; +quoteleft.ss01 = -66; +quotedblright.ss01 = -78; +quoteright.ss01 = -78; +degree = -161; }; -six = { -braceright = -30; -bracketright.case = -6; -ordmasculine = -3; -six = 11; +parenleft.case = { +Icircumflex = 100; +Imacron = 34; +Idieresis = 64; +Dcroat = -22; +Eth = -22; +Iogonek = 34; +Itilde = 34; +Lslash = -7; +Idieresis.ss01 = 70; +four.numr = -51; +numbersign = -28; +questiondown.case = -32; +question.ss01 = -41; +parenleft.case = -33; +quotedblbase = -5; +quotedblbase.ss01 = 23; +at = -54; +ampersand = -35; +section = -25; +copyright = -59; +registered = -39; +published = -59; +literSign = -33; +numero = -6; +cent = -53; +dollar = -42; +euro = -57; +liraTurkish = -39; +minus = -85; +multiply = -74; +divide = -73; +equal = -57; +notequal = -88; +less = -50; +greaterequal = -41; +approxequal = -86; +logicalnot = -112; +asciitilde = -84; +asciicircum = -98; +infinity = -45; +radical = -35; }; -six.dnom = { -degree = -115; -parenright = -49; -question = -89; -question.ss01 = -97; -quotedbl = -101; -quotedblleft = -88; -quotedblleft.ss01 = -64; -quotedblright = -71; -quoteright = -71; -quotesingle = -101; +Iacute.ss02 = { +igrave = 45; +endash.case = -51; }; -sixinferior = { -T = -101; -W = -50; -bracketright = -18; +tenge = { +four = -17; +period = -125; +comma = -127; +slash = -81; +period.ss01 = -120; +comma.ss01 = -125; +}; +colon = { +A = 12; +D = 2; +C = 17; +J = 31; +T = -29; +V = -48; +W = -21; +Y = -74; +a = 0; +c = 0; +e = -6; +o = -3; +f = 37; +s = 11; +t = 26; +z = 23; +t_i.liga = 26; +pi = 36; +zero = 7; +one = 25; +two = 20; +three = 0; +four = 0; +sevensuperior = -54; +emdash = -22; parenright = -46; +braceright = 0; +bracketright = 0; +parenright.case = -8; +guillemetleft = -27; +guilsinglleft = -27; }; -sixsuperior = { -comma = -133; -comma.ss01 = -134; -fraction = 0; -period = -132; -period.ss01 = -135; -slash = -77; +h = { +seven = -30; +registered = -33; }; -slash = { -Hbar = 89; -Ydieresis = 49; -backslash = 62; -eightinferior = -61; -fourinferior = -90; -g.ss06 = -30; -ibreve = 83; -idieresis = 125; -igrave = 75; -imacron = 114; -integral = -45; -itilde = 93; -jcircumflex = 94; -l.ss03 = 38; -l.ss04 = 68; -minus = -47; -mu = -21; -oneinferior = -49; -oslash = -32; -quotedblbase = -96; -quotedblbase.ss01 = -97; -quotesinglbase = -96; -radical = -19; -sterling = -35; -underscore = -110; +emacron = { +Y = -58; +lcommaaccent = 0; }; -sterling = { -four = 0; -parenright = -40; -three = 6; -two = 12; +numbersign = { +A = -19; +J = 15; +T = 10; +X = -44; +Y = -41; +one = 24; +eight = 26; +period = 0; +comma = -2; +slash = -23; +period.ss01 = 0; +comma.ss01 = -4; +parenright = -46; +bracketright = -32; +parenright.case = -27; +bracketright.case = -28; }; -summation = { -n = -13; +copyright = { +parenright = -94; +parenright.case = -63; }; t = { -asciitilde = -23; -exclam.ss01 = 0; -idieresis = 0; -iogonek = 0; -two = 11; -yhookabove = 8; +iogonek = 8; +wdieresis = 10; +two = 13; +logicalnot = -57; +asciitilde = 0; }; -t_i.liga = { -asciitilde = -20; -germandbls = 0; -hbar = 0; -idieresis = 25; -jcircumflex = 65; -logicalnot = -61; +"@MMK_L_KO_S" = { +"@MMK_R_KO_A" = -8; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -5; +"@MMK_R_KO_Oacute" = -4; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = -4; +"@MMK_R_KO_S" = 23; +"@MMK_R_KO_T" = -17; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -26; +"@MMK_R_KO_X" = -16; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 19; +"@MMK_R_KO_J.ss10" = 15; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 10; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 9; +"@MMK_R_KO_icircumflex" = 58; +"@MMK_R_KO_imacron" = 20; +"@MMK_R_KO_itilde" = 14; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 12; +"@MMK_R_KO_uacute" = 12; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_x" = -8; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 14; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_g.ss06" = 24; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 28; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -22; +"@MMK_R_KO_twosuperior" = -24; +"@MMK_R_KO_threesuperior" = -40; +"@MMK_R_KO_foursuperior" = -7; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -30; +"@MMK_R_KO_eightsuperior" = -14; +"@MMK_R_KO_ninesuperior" = -32; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 16; +"@MMK_R_KO_colon" = 17; +"@MMK_R_KO_semicolon" = 15; +"@MMK_R_KO_ellipsis" = 0; +"@MMK_R_KO_exclam" = 5; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -9; +"@MMK_R_KO_backslash" = -25; +"@MMK_R_KO_period.ss01" = 3; +"@MMK_R_KO_comma.ss01" = -2; +"@MMK_R_KO_colon.ss01" = 3; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 20; +"@MMK_R_KO_endash" = 11; +"@MMK_R_KO_underscore" = -26; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_parenleft" = 19; +"@MMK_R_KO_parenright" = -52; +"@MMK_R_KO_braceright" = -16; +"@MMK_R_KO_bracketright" = -15; +"@MMK_R_KO_parenright.case" = -23; +"@MMK_R_KO_bracketright.case" = 9; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = -46; +"@MMK_R_KO_quoteleft" = -13; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -11; +"@MMK_R_KO_guillemetright" = -9; +"@MMK_R_KO_quotedbl" = -25; +"@MMK_R_KO_quotesingle" = -24; +"@MMK_R_KO_quotedblleft.ss01" = -18; +"@MMK_R_KO_quotedblright.ss01" = -20; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -45; +"@MMK_R_KO_asciicircum" = -9; +}; +Hcircumflex = { +igrave = 20; }; -t_i.liga.ss01 = { -idieresis.ss01 = 28; -jcircumflex = 69; -parenright = -22; +aogonek.ss05 = { +j = 35; +comma = 42; +parenright = 50; +bracketright = 50; }; -t_t.liga = { -asciitilde = -23; -iogonek = 0; -two = 11; -yhookabove = 8; +"@MMK_L_KO_copyright" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = -14; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_J" = -10; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = -6; +"@MMK_R_KO_T" = -66; +"@MMK_R_KO_V" = -88; +"@MMK_R_KO_W" = -58; +"@MMK_R_KO_X" = -63; +"@MMK_R_KO_Y" = -113; +"@MMK_R_KO_Z" = -16; +"@MMK_R_KO_I.ss02" = -17; +"@MMK_R_KO_J.ss10" = -8; +}; +_B.currency = { +_baht.bar = -16; +}; +"@MMK_L_KO_Q.ss09" = { +"@MMK_R_KO_A" = 30; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -23; +"@MMK_R_KO_Oacute" = -23; +"@MMK_R_KO_J" = 31; +"@MMK_R_KO_G.ss07" = -24; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -62; +"@MMK_R_KO_U" = -12; +"@MMK_R_KO_V" = -92; +"@MMK_R_KO_W" = -59; +"@MMK_R_KO_X" = 34; +"@MMK_R_KO_Y" = -114; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -3; +"@MMK_R_KO_a" = -8; +"@MMK_R_KO_aacute" = -8; +"@MMK_R_KO_a.ss05" = 16; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -11; +"@MMK_R_KO_eacute" = -11; +"@MMK_R_KO_f" = -17; +"@MMK_R_KO_g" = -3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_j" = 48; +"@MMK_R_KO_s" = 13; +"@MMK_R_KO_t" = -26; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -48; +"@MMK_R_KO_w" = -35; +"@MMK_R_KO_x" = 26; +"@MMK_R_KO_y" = -24; +"@MMK_R_KO_z" = 21; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = -26; +"@MMK_R_KO_one" = -33; +"@MMK_R_KO_four" = 13; +"@MMK_R_KO_sixsuperior" = -56; +"@MMK_R_KO_onesuperior" = -81; +"@MMK_R_KO_twosuperior" = -45; +"@MMK_R_KO_threesuperior" = -48; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_fivesuperior" = -54; +"@MMK_R_KO_sevensuperior" = -89; +"@MMK_R_KO_eightsuperior" = -43; +"@MMK_R_KO_ninesuperior" = -53; +"@MMK_R_KO_period" = 37; +"@MMK_R_KO_comma" = 36; +"@MMK_R_KO_colon" = 30; +"@MMK_R_KO_semicolon" = 29; +"@MMK_R_KO_ellipsis" = 10; +"@MMK_R_KO_exclam" = 16; +"@MMK_R_KO_question" = -42; +"@MMK_R_KO_asterisk" = -67; +"@MMK_R_KO_slash" = 40; +"@MMK_R_KO_backslash" = -67; +"@MMK_R_KO_period.ss01" = 8; +"@MMK_R_KO_comma.ss01" = 2; +"@MMK_R_KO_colon.ss01" = 4; +"@MMK_R_KO_question.ss01" = -50; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -28; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -25; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -36; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_bracketright.case" = 36; +"@MMK_R_KO_quotedblleft" = -58; +"@MMK_R_KO_quotedblright" = -44; +"@MMK_R_KO_quoteleft" = -58; +"@MMK_R_KO_quoteright" = -44; +"@MMK_R_KO_guillemetleft" = -42; +"@MMK_R_KO_guillemetright" = -12; +"@MMK_R_KO_quotedbl" = -66; +"@MMK_R_KO_quotesingle" = -66; +"@MMK_R_KO_quotedblleft.ss01" = -43; +"@MMK_R_KO_quotedblright.ss01" = -46; +"@MMK_R_KO_quoteright.ss01" = -46; +"@MMK_R_KO_trademark" = -108; +"@MMK_R_KO_asciicircum" = -68; }; -tbar = { -guilsinglleft = 0; -parenright = -47; -tbar = 0; +rupeeIndian = { +four = -50; +period = -58; +comma = -59; +slash = -45; +period.ss01 = -62; +comma.ss01 = -64; }; -tcaron = { -a = 0; -b = 40; -bracketright = 85; -ccaron = 52; -colon = 18; -comma = 18; -d = 0; -eightsuperior = 63; -exclam = 73; -exclam.ss01 = 72; -f = 12; -f_f.liga = 12; -f_f_i.liga = 12; -f_y.liga = 12; -fi = 12; -fivesuperior = 63; -fl = 12; -h = 40; -hyphen = -11; -i = 39; -i.ss01 = 40; -idotaccent = 39; -j = 51; -j.ss01 = 54; -k = 40; -l = 40; -l.ss03 = 49; -l.ss04 = 68; -ninesuperior = 66; -o = 0; -onesuperior = 74; -parenright = 79; -period = 17; -period.ss01 = -14; -question = 47; -quotedbl = 76; -quotedblleft = 39; -quotedblleft.ss01 = 34; -quotedblright = 75; -quoteleft = 39; -quoteleft.ss01 = 34; -quotesingle = 76; -scaron = 67; -semicolon = 18; -sevensuperior = 94; -sixsuperior = 51; -t = 12; -t_i.liga = 12; -t_i.liga.ss01 = 12; -t_t.liga = 12; -threesuperior = 59; -twosuperior = 65; -uring = 0; +Zdotaccent = { +Hbar = 51; +endash.case = -29; +}; +"@MMK_L_KO_ccaron" = { +"@MMK_R_KO_A" = -22; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -4; +"@MMK_R_KO_Oacute" = -7; +"@MMK_R_KO_T" = -108; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -69; +"@MMK_R_KO_W" = -52; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = -3; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -6; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = -2; +"@MMK_R_KO_imacron" = -2; +"@MMK_R_KO_j" = -2; +"@MMK_R_KO_lslash" = 4; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -14; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -44; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = -40; +"@MMK_R_KO_y" = -51; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = -2; +"@MMK_R_KO_g.ss06" = 9; +"@MMK_R_KO_t_t.liga" = -14; +"@MMK_R_KO_one" = -29; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_sixsuperior" = -56; +"@MMK_R_KO_onesuperior" = -74; +"@MMK_R_KO_twosuperior" = -9; +"@MMK_R_KO_threesuperior" = -36; +"@MMK_R_KO_foursuperior" = -31; +"@MMK_R_KO_fivesuperior" = -47; +"@MMK_R_KO_sevensuperior" = -78; +"@MMK_R_KO_eightsuperior" = -32; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 8; +"@MMK_R_KO_comma" = 6; +"@MMK_R_KO_colon" = 6; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -6; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -52; +"@MMK_R_KO_asterisk" = -89; +"@MMK_R_KO_slash" = -17; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -7; +"@MMK_R_KO_colon.ss01" = -6; +"@MMK_R_KO_question.ss01" = -65; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = -66; +"@MMK_R_KO_bracketright" = -38; +"@MMK_R_KO_quotedblleft" = -58; +"@MMK_R_KO_quotedblright" = -27; +"@MMK_R_KO_quoteleft" = -58; +"@MMK_R_KO_quoteright" = -27; +"@MMK_R_KO_guillemetleft" = -15; +"@MMK_R_KO_guillemetright" = -32; +"@MMK_R_KO_quotedbl" = -57; +"@MMK_R_KO_quotesingle" = -57; +"@MMK_R_KO_quotedblleft.ss01" = -24; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -28; }; -tcedilla = { -Tcedilla = -5; -a = 0; -abreve = 0; -comma = 19; -e = 0; -hyphen = -11; -parenright = 0; -semicolon = 18; -tcedilla = 5; +P = { +Hbar = 51; +Oslash = 13; +hbar = 24; +igrave = 0; +idieresis = 54; +idieresis.ss01 = 50; +two = 19; +three = 0; +five = 12; +seven = 26; +nine = 24; +twoinferior = -17; +threeinferior = -19; +fourinferior = -91; +ellipsis.ss01 = -144; +endash.case = 23; +braceright.case = -5; +ampersand = -30; }; -tcommaaccent = { -comma = 19; -parenright = -35; +twoinferior = { +T = -139; +V = -114; +W = -73; +Y = -166; +t = -44; +t_i.liga = -44; +t_t.liga = -44; +parenright = -34; }; -tenge = { -comma = -104; -comma.ss01 = -131; -four = -12; -period = -104; -period.ss01 = -133; -slash = -66; +wdieresis = { +period = -43; +comma = -44; +bracketright = -39; }; -three = { -braceright = -23; -minus = -22; -six = 5; +uhungarumlaut = { +onesuperior = -30; +sevensuperior = -6; +parenright = -13; +bracketright = 6; }; -three.dnom = { -degree = -110; -parenright = -49; -question = -90; -question.ss01 = -99; -quotedbl = -96; -quotedblleft = -83; -quotedblright = -65; -quoteright = -65; -quotesingle = -96; +odieresis = { +germandbls = -20; +gbreve.ss06 = 4; }; -three.numr = { -fraction = -2; +ohorndotbelow = { +c = 34; +i = 37; +idotaccent = 37; +m = 37; +n = 37; +p = 37; +t = 50; +u = 50; +t_i.liga = 50; +t_t.liga = 50; +period = 20; +comma = 18; +parenright = -19; +bracketright = 0; }; -threeinferior = { -T = -103; -V = -89; -W = -49; -Y = -145; -parenright = -45; +"@MMK_L_KO_D" = { +"@MMK_R_KO_A" = -29; +"@MMK_R_KO_H" = 14; +"@MMK_R_KO_O" = 18; +"@MMK_R_KO_Oacute" = 18; +"@MMK_R_KO_J" = -5; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 13; +"@MMK_R_KO_T" = -28; +"@MMK_R_KO_U" = 22; +"@MMK_R_KO_V" = -46; +"@MMK_R_KO_W" = -25; +"@MMK_R_KO_X" = -46; +"@MMK_R_KO_Y" = -71; +"@MMK_R_KO_Z" = -4; +"@MMK_R_KO_I.ss02" = -10; +"@MMK_R_KO_J.ss10" = 2; +"@MMK_R_KO_a" = 15; +"@MMK_R_KO_aacute" = 15; +"@MMK_R_KO_a.ss05" = 17; +"@MMK_R_KO_l" = 11; +"@MMK_R_KO_e" = 11; +"@MMK_R_KO_eacute" = 11; +"@MMK_R_KO_f" = 24; +"@MMK_R_KO_g" = 15; +"@MMK_R_KO_i" = 11; +"@MMK_R_KO_n" = 10; +"@MMK_R_KO_icircumflex" = 31; +"@MMK_R_KO_imacron" = 13; +"@MMK_R_KO_itilde" = 12; +"@MMK_R_KO_j" = 11; +"@MMK_R_KO_lslash" = 22; +"@MMK_R_KO_s" = 9; +"@MMK_R_KO_t" = 12; +"@MMK_R_KO_u" = 25; +"@MMK_R_KO_uacute" = 25; +"@MMK_R_KO_v" = -4; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = -19; +"@MMK_R_KO_y" = -9; +"@MMK_R_KO_z" = 0; +"@MMK_R_KO_l.ss03" = 20; +"@MMK_R_KO_l.ss04" = 12; +"@MMK_R_KO_g.ss06" = 18; +"@MMK_R_KO_t_t.liga" = 12; +"@MMK_R_KO_one" = 15; +"@MMK_R_KO_four" = 25; +"@MMK_R_KO_sixsuperior" = -14; +"@MMK_R_KO_onesuperior" = -36; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = -43; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = -16; +"@MMK_R_KO_comma" = -18; +"@MMK_R_KO_colon" = 7; +"@MMK_R_KO_semicolon" = 7; +"@MMK_R_KO_ellipsis" = -29; +"@MMK_R_KO_exclam" = -2; +"@MMK_R_KO_question" = -4; +"@MMK_R_KO_asterisk" = -21; +"@MMK_R_KO_slash" = -34; +"@MMK_R_KO_backslash" = -29; +"@MMK_R_KO_period.ss01" = -18; +"@MMK_R_KO_comma.ss01" = -22; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 24; +"@MMK_R_KO_endash" = 25; +"@MMK_R_KO_underscore" = -66; +"@MMK_R_KO_hyphen.case" = 25; +"@MMK_R_KO_parenleft" = 38; +"@MMK_R_KO_parenright" = -69; +"@MMK_R_KO_braceright" = -35; +"@MMK_R_KO_bracketright" = -32; +"@MMK_R_KO_parenright.case" = -46; +"@MMK_R_KO_bracketright.case" = -14; +"@MMK_R_KO_quotedblleft" = -13; +"@MMK_R_KO_quotedblright" = 0; +"@MMK_R_KO_quoteleft" = -12; +"@MMK_R_KO_quoteright" = 0; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -14; +"@MMK_R_KO_quotedbl" = -26; +"@MMK_R_KO_quotesingle" = -23; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -2; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -58; +"@MMK_R_KO_asciicircum" = -5; }; -threesuperior = { -comma = -133; -comma.ss01 = -134; +one.numr = { fraction = 0; -hyphen = -18; -parenright = -31; -parenright.case = -25; -period = -132; -period.ss01 = -135; -slash = -77; }; -trademark = { -comma = -133; -comma.ss01 = -134; -guillemetleft = -41; -guilsinglleft = -44; -hyphen = -41; -parenright = -29; -period = -132; -period.ss01 = -135; -slash = -97; +Uhorntilde = { +exclam.ss01 = 61; +}; +"@MMK_L_KO_parenright" = { +"@MMK_R_KO_A" = -10; +"@MMK_R_KO_H" = 9; +"@MMK_R_KO_O" = 19; +"@MMK_R_KO_Oacute" = 19; +"@MMK_R_KO_J" = 10; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 19; +"@MMK_R_KO_T" = -24; +"@MMK_R_KO_U" = 21; +"@MMK_R_KO_V" = -49; +"@MMK_R_KO_W" = -23; +"@MMK_R_KO_X" = -14; +"@MMK_R_KO_Y" = -59; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = 8; +"@MMK_R_KO_a" = 25; +"@MMK_R_KO_aacute" = 25; +"@MMK_R_KO_a.ss05" = 31; +"@MMK_R_KO_l" = 12; +"@MMK_R_KO_e" = 14; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 18; +"@MMK_R_KO_g" = 21; +"@MMK_R_KO_i" = 12; +"@MMK_R_KO_n" = 11; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_s" = 15; +"@MMK_R_KO_t" = 7; +"@MMK_R_KO_u" = 25; +"@MMK_R_KO_uacute" = 25; +"@MMK_R_KO_v" = -9; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_y" = -10; +"@MMK_R_KO_z" = 12; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = 7; +"@MMK_R_KO_pi" = 22; +"@MMK_R_KO_zero" = 16; +"@MMK_R_KO_one" = 5; +"@MMK_R_KO_two" = 8; +"@MMK_R_KO_three" = 6; +"@MMK_R_KO_four" = 17; +"@MMK_R_KO_five" = 22; +"@MMK_R_KO_six" = 14; +"@MMK_R_KO_seven" = 0; +"@MMK_R_KO_eight" = 25; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = -11; +"@MMK_R_KO_onesuperior" = -28; +"@MMK_R_KO_foursuperior" = 3; +"@MMK_R_KO_sevensuperior" = -35; +"@MMK_R_KO_ninesuperior" = -8; +"@MMK_R_KO_period" = 6; +"@MMK_R_KO_comma" = 4; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -19; +"@MMK_R_KO_slash" = -8; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_hyphen" = 25; +"@MMK_R_KO_endash" = 19; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_bracketright" = -2; +"@MMK_R_KO_quotedblleft" = -17; +"@MMK_R_KO_quotedblright" = -3; +"@MMK_R_KO_quoteleft" = -14; +"@MMK_R_KO_quoteright" = -3; +"@MMK_R_KO_guillemetleft" = 0; +"@MMK_R_KO_guillemetright" = -11; +"@MMK_R_KO_quotedbl" = -24; +"@MMK_R_KO_quotesingle" = -21; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_plus" = 0; +}; +two = { +icircumflex = 63; +x = 23; +colon = 25; +semicolon = 24; +braceright = 0; +minus = 0; +multiply = 0; +}; +j = { +hbar = 3; +idieresis = 4; +iogonek = 2; +jcircumflex = 62; +}; +ldot.ss01 = { +period.ss01 = -105; +comma.ss01 = -108; +}; +"@MMK_L_KO_x" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = -1; +"@MMK_R_KO_O" = -8; +"@MMK_R_KO_Oacute" = -8; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -8; +"@MMK_R_KO_S" = 2; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -16; +"@MMK_R_KO_X" = 45; +"@MMK_R_KO_Y" = -51; +"@MMK_R_KO_Z" = 14; +"@MMK_R_KO_I.ss02" = 15; +"@MMK_R_KO_J.ss10" = -65; +"@MMK_R_KO_a" = -39; +"@MMK_R_KO_aacute" = -39; +"@MMK_R_KO_a.ss05" = -24; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -48; +"@MMK_R_KO_eacute" = -49; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = -5; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 23; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -25; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 15; +"@MMK_R_KO_x" = 31; +"@MMK_R_KO_y" = 15; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = -2; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 11; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 21; +"@MMK_R_KO_four" = -49; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = -52; +"@MMK_R_KO_twosuperior" = -47; +"@MMK_R_KO_threesuperior" = -26; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -77; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = -15; +"@MMK_R_KO_period" = -3; +"@MMK_R_KO_comma" = -5; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -19; +"@MMK_R_KO_exclam" = 0; +"@MMK_R_KO_question" = 6; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = 28; +"@MMK_R_KO_backslash" = -12; +"@MMK_R_KO_period.ss01" = 6; +"@MMK_R_KO_comma.ss01" = 1; +"@MMK_R_KO_colon.ss01" = 2; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -64; +"@MMK_R_KO_endash" = -48; +"@MMK_R_KO_underscore" = 7; +"@MMK_R_KO_parenleft" = -7; +"@MMK_R_KO_parenright" = -41; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -2; +"@MMK_R_KO_quotedblright" = -43; +"@MMK_R_KO_quoteleft" = -2; +"@MMK_R_KO_quoteright" = -43; +"@MMK_R_KO_guillemetleft" = -68; +"@MMK_R_KO_guillemetright" = 5; +"@MMK_R_KO_quotedbl" = -8; +"@MMK_R_KO_quotesingle" = -8; +"@MMK_R_KO_quotedblleft.ss01" = -2; +"@MMK_R_KO_quotedblright.ss01" = -21; +"@MMK_R_KO_quoteright.ss01" = -22; +"@MMK_R_KO_trademark" = -56; +"@MMK_R_KO_asciicircum" = -5; +}; +idieresis = { +l = 20; +icaron = 47; +idieresis = 119; +}; +approxequal = { +one = -2; +parenright = -103; +parenright.case = -82; +A = -60; +I.ss02 = -10; +}; +ograve = { +T = -117; +}; +"@MMK_L_KO_oacute" = { +"@MMK_R_KO_A" = -21; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -6; +"@MMK_R_KO_Oacute" = -5; +"@MMK_R_KO_G.ss07" = -5; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_V" = -60; +"@MMK_R_KO_W" = -47; +"@MMK_R_KO_Y" = -81; +"@MMK_R_KO_I.ss02" = -2; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 6; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = -13; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 0; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 10; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -20; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -45; +"@MMK_R_KO_w" = -25; +"@MMK_R_KO_x" = -47; +"@MMK_R_KO_y" = -52; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 0; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 4; +"@MMK_R_KO_t_t.liga" = -20; +"@MMK_R_KO_one" = -36; +"@MMK_R_KO_sixsuperior" = -54; +"@MMK_R_KO_onesuperior" = -53; +"@MMK_R_KO_twosuperior" = -15; +"@MMK_R_KO_threesuperior" = -45; +"@MMK_R_KO_foursuperior" = -38; +"@MMK_R_KO_fivesuperior" = -54; +"@MMK_R_KO_sevensuperior" = -67; +"@MMK_R_KO_eightsuperior" = -41; +"@MMK_R_KO_ninesuperior" = -53; +"@MMK_R_KO_period" = 0; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_colon" = -3; +"@MMK_R_KO_semicolon" = -4; +"@MMK_R_KO_ellipsis" = -16; +"@MMK_R_KO_exclam" = -7; +"@MMK_R_KO_question" = -56; +"@MMK_R_KO_asterisk" = -78; +"@MMK_R_KO_slash" = -23; +"@MMK_R_KO_period.ss01" = -10; +"@MMK_R_KO_comma.ss01" = -14; +"@MMK_R_KO_colon.ss01" = -13; +"@MMK_R_KO_question.ss01" = -73; +"@MMK_R_KO_hyphen" = 12; +"@MMK_R_KO_endash" = 5; +"@MMK_R_KO_underscore" = -46; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -71; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_quotedblleft" = -63; +"@MMK_R_KO_quotedblright" = -35; +"@MMK_R_KO_quoteleft" = -64; +"@MMK_R_KO_quoteright" = -35; +"@MMK_R_KO_guillemetleft" = -10; +"@MMK_R_KO_guillemetright" = -34; +"@MMK_R_KO_quotedbl" = -63; +"@MMK_R_KO_quotesingle" = -67; +"@MMK_R_KO_quotedblleft.ss01" = -28; +"@MMK_R_KO_quotedblright.ss01" = -36; +"@MMK_R_KO_quoteright.ss01" = -31; +"@MMK_R_KO_trademark" = -107; +}; +S = { +Hbar = 31; +Lslash = 22; +hbar = 14; +ibreve = 9; +idieresis = 27; +idieresis.ss01 = 23; +two = 16; +three = 21; +five = 22; +eight = 30; +ampersand = 16; +dollar = 6; +greater = 0; +logicalnot = -53; +}; +periodcentered.loclCAT = { +l = 42; +l.ss03 = 51; +l.ss04 = 42; }; -two = { -braceright = 0; -exclam = 20; -minus = -12; -multiply = -2; -six = 11; +Iogonek = { +iogonek = 15; +j = 48; +j.ss01 = 48; +}; +"@MMK_L_KO_t_i.liga" = { +"@MMK_R_KO_A" = 15; +"@MMK_R_KO_H" = 16; +"@MMK_R_KO_O" = 17; +"@MMK_R_KO_Oacute" = 17; +"@MMK_R_KO_J" = 12; +"@MMK_R_KO_G.ss07" = 18; +"@MMK_R_KO_S" = 16; +"@MMK_R_KO_T" = 15; +"@MMK_R_KO_U" = 23; +"@MMK_R_KO_V" = 2; +"@MMK_R_KO_W" = 16; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = 3; +"@MMK_R_KO_Z" = 18; +"@MMK_R_KO_I.ss02" = 24; +"@MMK_R_KO_J.ss10" = 0; +"@MMK_R_KO_a" = 18; +"@MMK_R_KO_aacute" = 18; +"@MMK_R_KO_a.ss05" = 25; +"@MMK_R_KO_l" = 15; +"@MMK_R_KO_e" = 15; +"@MMK_R_KO_eacute" = 15; +"@MMK_R_KO_f" = 15; +"@MMK_R_KO_g" = 18; +"@MMK_R_KO_i" = 15; +"@MMK_R_KO_n" = 15; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 19; +"@MMK_R_KO_itilde" = 19; +"@MMK_R_KO_j" = 15; +"@MMK_R_KO_lslash" = 14; +"@MMK_R_KO_s" = 17; +"@MMK_R_KO_t" = 4; +"@MMK_R_KO_u" = 22; +"@MMK_R_KO_uacute" = 22; +"@MMK_R_KO_v" = 15; +"@MMK_R_KO_w" = 16; +"@MMK_R_KO_x" = 13; +"@MMK_R_KO_y" = 9; +"@MMK_R_KO_z" = 18; +"@MMK_R_KO_l.ss03" = 17; +"@MMK_R_KO_l.ss04" = 19; +"@MMK_R_KO_g.ss06" = 22; +"@MMK_R_KO_t_t.liga" = 4; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = 7; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = 12; +"@MMK_R_KO_twosuperior" = 7; +"@MMK_R_KO_threesuperior" = 4; +"@MMK_R_KO_foursuperior" = 5; +"@MMK_R_KO_fivesuperior" = 0; +"@MMK_R_KO_sevensuperior" = 6; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 7; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 19; +"@MMK_R_KO_colon" = 18; +"@MMK_R_KO_semicolon" = 17; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 14; +"@MMK_R_KO_question" = 14; +"@MMK_R_KO_asterisk" = 8; +"@MMK_R_KO_slash" = 19; +"@MMK_R_KO_backslash" = 34; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 21; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 17; +"@MMK_R_KO_endash" = 17; +"@MMK_R_KO_underscore" = 17; +"@MMK_R_KO_parenleft" = 25; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 26; +"@MMK_R_KO_bracketright" = 25; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = 2; +"@MMK_R_KO_quoteleft" = 0; +"@MMK_R_KO_quoteright" = 2; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_quoteright.ss01" = 0; +"@MMK_R_KO_trademark" = 0; +"@MMK_R_KO_asciicircum" = -5; }; -two.dnom = { -degree = -115; -question = -91; -question.ss01 = -98; -quotedbl = -101; -quotedblleft = -88; -quotedblright = -71; -quoteright = -71; -quotesingle = -101; +racute = { +parenright = -9; +bracketright = 17; }; -twoinferior = { -T = -103; -V = -96; -W = -56; -Y = -156; -parenright = -28; -t = -38; -t_i.liga = -38; -t_t.liga = -38; +questiondown.case = { +C = -21; +Q = -18; +Q.ss09 = -18; +T = -101; +V = -110; +W = -66; +Y = -117; +one = -94; +seven = -99; +parenright.case = -41; +quotedblleft = -128; +quoteright = -117; +quotedbl = -117; +quotesingle = -94; +quotedblleft.ss01 = -117; +quoteright.ss01 = -113; }; -u = { -asciitilde = -20; -backslash = -24; -exclam.ss01 = -9; -germandbls = 0; -jcircumflex = 17; -logicalnot = -61; +f_y.liga = { +germandbls = 20; +zeroinferior = -51; +ampersand = -39; }; -uacute = { -parenright = -47; +"@MMK_L_KO_parenleft" = { +"@MMK_R_KO_A" = -44; +"@MMK_R_KO_H" = -2; +"@MMK_R_KO_O" = -55; +"@MMK_R_KO_Oacute" = -65; +"@MMK_R_KO_J" = -37; +"@MMK_R_KO_G.ss07" = -56; +"@MMK_R_KO_S" = -32; +"@MMK_R_KO_T" = 0; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 0; +"@MMK_R_KO_W" = 4; +"@MMK_R_KO_X" = 0; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 20; +"@MMK_R_KO_J.ss10" = -81; +"@MMK_R_KO_a" = -78; +"@MMK_R_KO_aacute" = -75; +"@MMK_R_KO_a.ss05" = -43; +"@MMK_R_KO_l" = -2; +"@MMK_R_KO_e" = -82; +"@MMK_R_KO_eacute" = -71; +"@MMK_R_KO_f" = -42; +"@MMK_R_KO_g" = -44; +"@MMK_R_KO_n" = -52; +"@MMK_R_KO_j" = 65; +"@MMK_R_KO_lslash" = -13; +"@MMK_R_KO_s" = -67; +"@MMK_R_KO_t" = -55; +"@MMK_R_KO_u" = -54; +"@MMK_R_KO_uacute" = -53; +"@MMK_R_KO_v" = -62; +"@MMK_R_KO_w" = -62; +"@MMK_R_KO_y" = -13; +"@MMK_R_KO_z" = -40; +"@MMK_R_KO_l.ss04" = 15; +"@MMK_R_KO_t_t.liga" = -55; +"@MMK_R_KO_pi" = -47; +"@MMK_R_KO_zero" = -64; +"@MMK_R_KO_one" = -38; +"@MMK_R_KO_two" = -29; +"@MMK_R_KO_three" = -41; +"@MMK_R_KO_four" = -64; +"@MMK_R_KO_five" = -5; +"@MMK_R_KO_six" = -57; +"@MMK_R_KO_seven" = 10; +"@MMK_R_KO_eight" = -29; +"@MMK_R_KO_nine" = -32; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_foursuperior" = -52; +"@MMK_R_KO_sevensuperior" = 22; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = -62; +"@MMK_R_KO_comma" = 0; +"@MMK_R_KO_ellipsis" = -64; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -27; +"@MMK_R_KO_slash" = 0; +"@MMK_R_KO_period.ss01" = -56; +"@MMK_R_KO_comma.ss01" = 10; +"@MMK_R_KO_colon.ss01" = -44; +"@MMK_R_KO_hyphen" = -84; +"@MMK_R_KO_endash" = -84; +"@MMK_R_KO_parenright" = 41; +"@MMK_R_KO_bracketright" = 66; +"@MMK_R_KO_quotedblleft" = -42; +"@MMK_R_KO_quotedblright" = -6; +"@MMK_R_KO_quoteleft" = -42; +"@MMK_R_KO_quoteright" = -6; +"@MMK_R_KO_guillemetleft" = -92; +"@MMK_R_KO_guillemetright" = -68; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -31; +"@MMK_R_KO_quotedblright.ss01" = 0; +"@MMK_R_KO_degree" = -28; +"@MMK_R_KO_plus" = -89; +"@MMK_R_KO_percent" = -26; }; -uhorn = { -a = 0; -a.ss05 = 0; -colon = 28; -comma = -27; -comma.ss01 = -45; -guillemetright = 29; -ohorn = -4; -ohornacute = -4; -ohorndotbelow = -4; -ohorndotbelow.ss01 = -4; -ohorngrave = -4; -ohornhookabove = -4; -ohorntilde = -4; -parenright = -28; -period = -29; -period.ss01 = -50; -quotedbl = 15; -quotedblright = 0; -u = 11; +bracketleft.case = { +Icircumflex = 111; +numbersign = -29; +parenleft.case = 10; +bracketright.case = 47; +at = -25; +literSign = -17; +euro = -50; +minus = -80; +equal = -5; +less = -47; +asciitilde = -76; +asciicircum = -64; +infinity = -26; }; -uhornacute = { -a = 0; -a.ss05 = 0; -c = -4; -comma = -27; -comma.ss01 = -45; -guillemetright = 29; -parenright = -28; -period = -29; -period.ss01 = -50; -quotedbl = 15; -t = 32; -t_i.liga = 32; -t_i.liga.ss01 = 32; -t_t.liga = 32; -u = 11; +K = { +Lslash = -11; +Oslash = -11; +edieresis = -53; +odieresis.ss01 = -69; +odieresis = -59; +oslash = -11; +igrave = 39; +rcaron = 8; +idieresis = 82; +jcircumflex = 61; +ygrave = -17; +ytilde = -15; +idieresis.ss01 = 74; +zero = -72; +two = 18; +three = -51; +six = -68; +seven = 0; +nine = -44; +numbersign = -54; +endash.case = -123; +parenleft.case = -42; +at = -66; +ampersand = -43; +registered = -62; +dollar = -54; +plus = -112; +minus = -126; +multiply = -69; +divide = -106; +equal = -50; +notequal = -109; +less = -73; +logicalnot = -174; +asciitilde = -119; }; -uhorndotbelow = { -a = 0; -a.ss05 = 0; -c = -4; -colon = 28; -comma = -26; -guillemetright = 29; -parenright = -28; -period = -29; -quotedbl = 15; -quotedblright = 0; -u = 11; +"@MMK_L_KO_O" = { +"@MMK_R_KO_A" = -37; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = 8; +"@MMK_R_KO_Oacute" = 7; +"@MMK_R_KO_J" = -15; +"@MMK_R_KO_G.ss07" = 9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -36; +"@MMK_R_KO_U" = 8; +"@MMK_R_KO_V" = -54; +"@MMK_R_KO_W" = -30; +"@MMK_R_KO_X" = -58; +"@MMK_R_KO_Y" = -79; +"@MMK_R_KO_Z" = -15; +"@MMK_R_KO_I.ss02" = -22; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 3; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 11; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = -2; +"@MMK_R_KO_n" = -2; +"@MMK_R_KO_icircumflex" = 20; +"@MMK_R_KO_imacron" = 0; +"@MMK_R_KO_itilde" = 0; +"@MMK_R_KO_j" = 0; +"@MMK_R_KO_lslash" = 8; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = 11; +"@MMK_R_KO_uacute" = 11; +"@MMK_R_KO_v" = -13; +"@MMK_R_KO_w" = -3; +"@MMK_R_KO_x" = -27; +"@MMK_R_KO_y" = -16; +"@MMK_R_KO_z" = -2; +"@MMK_R_KO_l.ss03" = 6; +"@MMK_R_KO_l.ss04" = 0; +"@MMK_R_KO_g.ss06" = 3; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 3; +"@MMK_R_KO_four" = 9; +"@MMK_R_KO_sixsuperior" = -20; +"@MMK_R_KO_onesuperior" = -43; +"@MMK_R_KO_twosuperior" = -7; +"@MMK_R_KO_threesuperior" = -10; +"@MMK_R_KO_foursuperior" = -2; +"@MMK_R_KO_fivesuperior" = -17; +"@MMK_R_KO_sevensuperior" = -49; +"@MMK_R_KO_eightsuperior" = -8; +"@MMK_R_KO_ninesuperior" = -14; +"@MMK_R_KO_period" = -28; +"@MMK_R_KO_comma" = -30; +"@MMK_R_KO_colon" = 0; +"@MMK_R_KO_semicolon" = 0; +"@MMK_R_KO_ellipsis" = -41; +"@MMK_R_KO_exclam" = -11; +"@MMK_R_KO_question" = -9; +"@MMK_R_KO_asterisk" = -29; +"@MMK_R_KO_slash" = -43; +"@MMK_R_KO_backslash" = -35; +"@MMK_R_KO_period.ss01" = -30; +"@MMK_R_KO_comma.ss01" = -34; +"@MMK_R_KO_colon.ss01" = -5; +"@MMK_R_KO_question.ss01" = -18; +"@MMK_R_KO_hyphen" = 10; +"@MMK_R_KO_endash" = 12; +"@MMK_R_KO_underscore" = -73; +"@MMK_R_KO_hyphen.case" = 11; +"@MMK_R_KO_parenleft" = 24; +"@MMK_R_KO_parenright" = -78; +"@MMK_R_KO_braceright" = -41; +"@MMK_R_KO_bracketright" = -40; +"@MMK_R_KO_parenright.case" = -57; +"@MMK_R_KO_bracketright.case" = -25; +"@MMK_R_KO_quotedblleft" = -21; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -20; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -7; +"@MMK_R_KO_guillemetright" = -19; +"@MMK_R_KO_quotedbl" = -33; +"@MMK_R_KO_quotesingle" = -30; +"@MMK_R_KO_quotedblleft.ss01" = -10; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_quoteright.ss01" = -10; +"@MMK_R_KO_trademark" = -62; +"@MMK_R_KO_asciicircum" = -18; }; -uhorndotbelow.ss01 = { -a = 0; -c = -4; -comma.ss01 = -44; -parenright = -28; -period.ss01 = -50; +semicolon = { +four = -11; +onesuperior = -46; +sevensuperior = -56; +hyphen = -23; +emdash = -25; +endash = -7; +hyphen.case = 0; +parenright = -5; +guillemetleft = -31; }; -uhorngrave = { -a = 0; -a.ss05 = 0; -comma = -27; -comma.ss01 = -45; -guillemetright = 29; -parenright = -28; -period = -29; -period.ss01 = -50; -quotedbl = 15; -quotedblright = 0; +Thorn = { +Eth = 40; }; -uhornhookabove = { -a = 0; -a.ss05 = 0; -comma = -27; -comma.ss01 = -45; -guillemetright = 29; -parenright = -28; -period = -29; -period.ss01 = -50; -quotedbl = 15; -quotedblright = 0; -quotesingle = 15; -semicolon = 28; -u = 11; +four.dnom = { +question = -100; +question.ss01 = -115; +parenright = -56; +quotedblleft = -89; +quotedblright = -39; +quoteleft = -89; +quoteright = -39; +quotedbl = -84; +quotesingle = -84; +quotedblleft.ss01 = -37; +quoteleft.ss01 = -37; +quotedblright.ss01 = -40; +quoteright.ss01 = -40; +degree = -124; }; -uhorntilde = { -a = 0; -a.ss05 = 0; -colon = 28; -comma = -27; -comma.ss01 = -45; -guillemetright = 29; -parenright = -28; +braceright = { +Y = -42; period = -29; -period.ss01 = -50; -quotedbl = 15; -quotedblright = 0; -u = 11; +comma = -30; +period.ss01 = -52; +comma.ss01 = -41; +parenright = -38; +braceright = -11; +asciicircum = -14; }; -uhungarumlaut = { -b = 0; -comma.ss01 = -20; -h = 0; -j = 17; -j.ss01 = 17; -k = 0; -l = 0; -l.ss04 = 0; -parenright = -21; -period.ss01 = -21; +"@MMK_L_KO_i" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 2; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 3; +"@MMK_R_KO_S" = 3; +"@MMK_R_KO_T" = 6; +"@MMK_R_KO_U" = 9; +"@MMK_R_KO_V" = -4; +"@MMK_R_KO_W" = 6; +"@MMK_R_KO_X" = 3; +"@MMK_R_KO_Y" = 0; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 11; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 2; +"@MMK_R_KO_a.ss05" = 9; +"@MMK_R_KO_l" = 2; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 0; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 4; +"@MMK_R_KO_j" = 30; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 2; +"@MMK_R_KO_t" = -5; +"@MMK_R_KO_u" = 6; +"@MMK_R_KO_uacute" = 6; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 3; +"@MMK_R_KO_l.ss04" = 7; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -5; +"@MMK_R_KO_one" = 0; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 2; +"@MMK_R_KO_twosuperior" = -2; +"@MMK_R_KO_threesuperior" = -3; +"@MMK_R_KO_foursuperior" = -5; +"@MMK_R_KO_fivesuperior" = -9; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 3; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 5; +"@MMK_R_KO_ellipsis" = -14; +"@MMK_R_KO_exclam" = 2; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -1; +"@MMK_R_KO_slash" = 13; +"@MMK_R_KO_backslash" = 24; +"@MMK_R_KO_period.ss01" = -17; +"@MMK_R_KO_comma.ss01" = -12; +"@MMK_R_KO_colon.ss01" = 7; +"@MMK_R_KO_question.ss01" = -10; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -14; +"@MMK_R_KO_braceright" = 33; +"@MMK_R_KO_bracketright" = 32; +"@MMK_R_KO_quotedblleft" = -12; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -8; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = -4; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -8; +"@MMK_R_KO_quoteright.ss01" = -7; +"@MMK_R_KO_trademark" = -5; +"@MMK_R_KO_asciicircum" = -21; +}; +"@MMK_L_KO_questiondown.ss01" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = -13; +"@MMK_R_KO_O" = -99; +"@MMK_R_KO_Oacute" = -92; +"@MMK_R_KO_J" = 14; +"@MMK_R_KO_G.ss07" = -97; +"@MMK_R_KO_S" = -53; +"@MMK_R_KO_T" = -120; +"@MMK_R_KO_U" = -75; +"@MMK_R_KO_V" = -148; +"@MMK_R_KO_W" = -111; +"@MMK_R_KO_X" = 26; +"@MMK_R_KO_Y" = -177; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 2; +"@MMK_R_KO_J.ss10" = -56; +"@MMK_R_KO_a" = -57; +"@MMK_R_KO_a.ss05" = -23; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -65; +"@MMK_R_KO_f" = -43; +"@MMK_R_KO_g" = -13; +"@MMK_R_KO_i" = -11; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = 53; +"@MMK_R_KO_s" = -40; +"@MMK_R_KO_t" = -66; +"@MMK_R_KO_u" = -44; +"@MMK_R_KO_uacute" = -44; +"@MMK_R_KO_v" = -107; +"@MMK_R_KO_w" = -69; +"@MMK_R_KO_y" = -29; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss04" = -11; +"@MMK_R_KO_t_t.liga" = -66; +"@MMK_R_KO_zero" = -92; +"@MMK_R_KO_one" = -101; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = -51; +"@MMK_R_KO_four" = -113; +"@MMK_R_KO_five" = -52; +"@MMK_R_KO_six" = -94; +"@MMK_R_KO_seven" = -109; +"@MMK_R_KO_eight" = -38; +"@MMK_R_KO_nine" = -66; +"@MMK_R_KO_parenright" = -5; +"@MMK_R_KO_guillemetright" = -28; +"@MMK_R_KO_quotedbl" = -134; +"@MMK_R_KO_quotesingle" = -94; +"@MMK_R_KO_quotedblleft.ss01" = -118; }; -underscore = { -A = 33; -C = -88; -G = -83; -J = 28; -O = -88; -Q = -88; -S = -51; -T = -95; -U = -66; -V = -133; -W = -75; -X = 30; -Y = -149; -Z = 18; -a = -55; -asterisk = -143; -c = -69; -d = -55; -e = -69; -eight = -41; -f = -31; -five = -52; -four = -95; -j = 87; -nine = -54; -o = -69; -one = -83; -q = -55; -quotedbl = -234; -quotedblright = -241; -quotedblright.ss01 = -241; -quotesingle = -109; -s = -42; -seven = -87; -six = -74; -slash = 67; -t = -71; -t_i.liga = -71; -t_t.liga = -71; -three = -47; -two = 6; -u = -48; -underscore = -13; -v = -93; -w = -57; -x = 32; -z = 17; -zero = -82; +ampersand = { +one = -56; +seven = -73; +parenright = -44; +bracketright = 0; +quotedblleft = -56; +quotedblright = -24; +quoteleft = -56; +quoteright = -24; +quotedbl = -54; +quotesingle = -54; +quotedblleft.ss01 = -21; +quoteleft.ss01 = -21; +quotedblright.ss01 = -23; +quoteright.ss01 = -24; +v = -44; +w = -26; +y = -30; }; -uogonek = { -comma = 5; -j = 23; -j.ss01 = 23; -onesuperior = -34; -parenright = 0; -period = 4; -period.ss01 = -21; -quotedbl = -25; -quotedblleft = -10; -quotedblleft.ss01 = -20; -quoteleft = -10; -quoteleft.ss01 = -20; -semicolon = 5; -sevensuperior = -40; +four = { +x = -41; +ordfeminine = -55; +ordmasculine = -54; +zero.numr = -54; +one.numr = -57; +three.numr = -61; +four.numr = -58; +five.numr = -57; +six.numr = -52; +seven.numr = -57; +eight.numr = -54; +nine.numr = -54; +threesuperior = -55; +fivesuperior = -56; +eightsuperior = -43; +colon = 0; +semicolon = 0; +question.ss01 = -58; +underscore = -41; +braceright = -25; +braceright.case = -20; +bracketright.case = -13; +quoteright.ss01 = -55; +registered = -34; +trademark = -62; +asciicircum = -78; }; -v = { -Jcircumflex = -49; -acircumflextilde.ss05 = -4; -ampersand = -18; -e = -9; +zerosuperior = { +A = -91; +fraction = -3; +period = -137; +comma = -140; +slash = -100; +period.ss01 = -120; +comma.ss01 = -125; +parenright = -42; +parenright.case = -24; +guillemetleft = -52; +guilsinglleft = -52; +}; +n = { n = 0; +gcircumflex.ss06 = 10; +ordfeminine = -57; +ordmasculine = -58; +seven = -31; +at = 0; +registered = -33; +degree = -78; +notequal = -58; +greaterequal = -34; +logicalnot = -61; }; -w = { -ampersand = -16; +bracketleft = { +Icircumflex = 115; +Dcroat = 0; +Oslash = 0; +oslash = 2; +hcircumflex = 124; +i = 26; +idotaccent = 26; +iacute = 0; +ntilde = 0; +nacute = 0; +p = 14; +ibreve = 88; +icircumflex = 96; +imacron = 118; +jcircumflex = 139; +macute = 0; +scaron = 0; +scircumflex = 0; +germandbls = -34; +x = 0; +colon = -20; +numbersign = -32; +parenleft = 0; +at = -26; +ampersand = -35; +literSign = -19; +dollar = -3; +euro = -48; +minus = -78; +equal = -5; +less = -46; +asciitilde = -74; +asciicircum = -60; +infinity = -25; }; -won = { -comma = -58; -period = -59; -slash = -47; +"@MMK_L_KO_dcaron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 192; +"@MMK_R_KO_O" = 115; +"@MMK_R_KO_a" = 4; +"@MMK_R_KO_aacute" = 4; +"@MMK_R_KO_a.ss05" = 11; +"@MMK_R_KO_l" = 119; +"@MMK_R_KO_e" = 2; +"@MMK_R_KO_i" = 110; +"@MMK_R_KO_n" = 2; +"@MMK_R_KO_j" = 112; +"@MMK_R_KO_s" = 6; +"@MMK_R_KO_t" = 58; +"@MMK_R_KO_u" = 8; +"@MMK_R_KO_uacute" = 8; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 36; +"@MMK_R_KO_l.ss03" = 124; +"@MMK_R_KO_l.ss04" = 133; +"@MMK_R_KO_t_t.liga" = 58; +"@MMK_R_KO_sixsuperior" = 180; +"@MMK_R_KO_onesuperior" = 170; +"@MMK_R_KO_twosuperior" = 133; +"@MMK_R_KO_threesuperior" = 81; +"@MMK_R_KO_foursuperior" = 129; +"@MMK_R_KO_fivesuperior" = 187; +"@MMK_R_KO_sevensuperior" = 159; +"@MMK_R_KO_eightsuperior" = 184; +"@MMK_R_KO_ninesuperior" = 192; +"@MMK_R_KO_period" = 5; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 62; +"@MMK_R_KO_semicolon" = 62; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 206; +"@MMK_R_KO_question" = 166; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -15; +"@MMK_R_KO_comma.ss01" = -17; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = 148; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_parenright" = 165; +"@MMK_R_KO_bracketright" = 237; +"@MMK_R_KO_quotedblleft" = 142; +"@MMK_R_KO_quoteleft" = 142; +"@MMK_R_KO_guillemetleft" = -2; +"@MMK_R_KO_quotedbl" = 190; +"@MMK_R_KO_quotesingle" = 194; +"@MMK_R_KO_quotedblleft.ss01" = 164; +}; +"@MMK_L_KO_imacron" = { +"@MMK_R_KO_A" = 0; +"@MMK_R_KO_H" = 87; +"@MMK_R_KO_O" = 23; +"@MMK_R_KO_J" = 0; +"@MMK_R_KO_G.ss07" = 22; +"@MMK_R_KO_S" = 101; +"@MMK_R_KO_T" = 93; +"@MMK_R_KO_V" = 102; +"@MMK_R_KO_X" = 31; +"@MMK_R_KO_Y" = 61; +"@MMK_R_KO_Z" = 90; +"@MMK_R_KO_I.ss02" = 113; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 3; +"@MMK_R_KO_aacute" = 3; +"@MMK_R_KO_a.ss05" = 10; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = 0; +"@MMK_R_KO_eacute" = 0; +"@MMK_R_KO_f" = 4; +"@MMK_R_KO_g" = 3; +"@MMK_R_KO_i" = 5; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 36; +"@MMK_R_KO_imacron" = 36; +"@MMK_R_KO_itilde" = 5; +"@MMK_R_KO_j" = 37; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = -2; +"@MMK_R_KO_u" = 7; +"@MMK_R_KO_uacute" = 7; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_l.ss03" = 24; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 8; +"@MMK_R_KO_t_t.liga" = -2; +"@MMK_R_KO_one" = 82; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = 85; +"@MMK_R_KO_onesuperior" = 116; +"@MMK_R_KO_twosuperior" = 102; +"@MMK_R_KO_threesuperior" = 86; +"@MMK_R_KO_foursuperior" = 19; +"@MMK_R_KO_fivesuperior" = 65; +"@MMK_R_KO_sevensuperior" = 114; +"@MMK_R_KO_eightsuperior" = 80; +"@MMK_R_KO_ninesuperior" = 111; +"@MMK_R_KO_period" = 4; +"@MMK_R_KO_comma" = 3; +"@MMK_R_KO_colon" = 3; +"@MMK_R_KO_semicolon" = 2; +"@MMK_R_KO_ellipsis" = -13; +"@MMK_R_KO_exclam" = 77; +"@MMK_R_KO_question" = 95; +"@MMK_R_KO_slash" = 4; +"@MMK_R_KO_period.ss01" = -16; +"@MMK_R_KO_comma.ss01" = -18; +"@MMK_R_KO_colon.ss01" = 6; +"@MMK_R_KO_question.ss01" = 47; +"@MMK_R_KO_hyphen" = 2; +"@MMK_R_KO_endash" = 2; +"@MMK_R_KO_parenleft" = 28; +"@MMK_R_KO_parenright" = 73; +"@MMK_R_KO_bracketright" = 100; +"@MMK_R_KO_quotedblleft" = 49; +"@MMK_R_KO_quotedblright" = 84; +"@MMK_R_KO_quoteleft" = 49; +"@MMK_R_KO_quoteright" = 84; +"@MMK_R_KO_guillemetleft" = -16; +"@MMK_R_KO_guillemetright" = -7; +"@MMK_R_KO_quotedbl" = 90; +"@MMK_R_KO_quotesingle" = 90; +"@MMK_R_KO_quotedblleft.ss01" = 50; +"@MMK_R_KO_quotedblright.ss01" = 64; +"@MMK_R_KO_quoteright.ss01" = 64; }; -x = { -ampersand = -25; -backslash = -10; -logicalnot = -74; -minus = -32; -plus = -25; -two = 16; +gdotaccent.ss01.ss06 = { +gdotaccent.ss01.ss06 = 28; }; -y = { -Ydieresis = -39; -Ydieresis.ss01 = -39; -ampersand = -19; -asciitilde = -25; -e = -9; -exclam.ss01 = 2; -germandbls = 31; -twoinferior = -31; -zeroinferior = -40; +J.ss10 = { +Hbar = 45; +ibreve = 46; +icaron = 87; +idieresis = 99; +jcircumflex = 101; +idieresis.ss01 = 73; }; -yacute = { -T = 0; -parenright = -40; +quotedblbase.ss01 = { +Dcroat = -43; +oslash = -7; +p = -2; +germandbls = -55; +asterisk = -136; +numbersign = -2; +question.ss01 = -113; +hyphen.case = -181; +emdash.case = -181; +parenleft.case = -32; +quotedblleft.ss01 = -258; +quoteright.ss01 = -125; +at = -28; +copyright = -69; +published = -69; +dollar = -16; +euro = -104; +minus = -63; +multiply = -5; +divide = -59; +equal = -3; +approxequal = -28; }; -ydotbelow = { -comma = 30; -ecircumflexdotbelow = -9; -parenright = 29; -period = -49; -semicolon = 41; +l.ss03 = { +oslash = -9; +periodcentered.loclCAT = 7; +periodcentered.loclCAT.ss01 = -26; +notequal = -46; +logicalnot = -92; }; -ydotbelow.ss01 = { -comma.ss01 = 16; -parenright = 21; -period.ss01 = -59; +parenleft = { +Icircumflex = 124; +Imacron = 9; +Idieresis = 89; +Dcroat = -27; +Eth = -27; +Iogonek = 20; +Lslash = -11; +Oslash = -43; +a.ss05 = -64; +thorn = 6; +ccedilla = -77; +ccaron = -23; +edieresis = -49; +odieresis = -53; +oslash = -36; +hcircumflex = 122; +i = 0; +idotaccent = 0; +i.ss01 = -2; +iacute = -38; +ntilde = -51; +nacute = -52; +ncaron = -38; +ncommaaccent = -52; +p = 0; +idieresis = 71; +imacron = 83; +iogonek = 22; +jcircumflex = 86; +scedilla = -65; +scaron = -13; +scircumflex = -45; +germandbls = -56; +tcedilla = -45; +x = -45; +zcaron = -12; +g.ss06 = 0; +mu = -23; +four.numr = -58; +colon = -58; +numbersign = -43; +semicolon.ss01 = 10; +question.ss01 = -43; +parenleft = -40; +braceleft = -33; +quotedblbase = 0; +quotedblbase.ss01 = 10; +at = -71; +ampersand = -74; +section = -32; +copyright = -61; +registered = -38; +published = -61; +literSign = -63; +numero = -7; +cent = -70; +dollar = -49; +euro = -74; +liraTurkish = -40; +sterling = -49; +minus = -101; +multiply = -85; +divide = -89; +equal = -74; +notequal = -102; +greater = -5; +less = -63; +greaterequal = -65; +lessequal = -83; +plusminus = -72; +approxequal = -108; +logicalnot = -125; +asciitilde = -106; +asciicircum = -102; +infinity = -58; +summation = 25; +radical = -56; }; -yen = { -comma = -32; -four = -31; -one = -22; -period = -32; -slash = -46; -three = -25; -two = -19; +asciicircum = { +one = 0; +two = 0; +three = -7; +four = -63; +eight = -12; +period = -137; +comma = -140; +asterisk = -17; +slash = -128; +period.ss01 = -120; +comma.ss01 = -125; +hyphen = -71; +hyphen.case = -29; +parenright = -107; +bracketright = -76; +parenright.case = -89; +bracketright.case = -77; +u = -5; +x = -30; +mu = -23; }; -ytilde = { -parenright = -40; +"@MMK_L_KO_aacute.ss05" = { +"@MMK_R_KO_A" = 32; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -10; +"@MMK_R_KO_Oacute" = -10; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -9; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -54; +"@MMK_R_KO_U" = -9; +"@MMK_R_KO_V" = -51; +"@MMK_R_KO_X" = 41; +"@MMK_R_KO_Y" = -69; +"@MMK_R_KO_I.ss02" = 22; +"@MMK_R_KO_J.ss10" = -11; +"@MMK_R_KO_a" = -2; +"@MMK_R_KO_aacute" = -2; +"@MMK_R_KO_a.ss05" = 21; +"@MMK_R_KO_l" = 6; +"@MMK_R_KO_e" = -4; +"@MMK_R_KO_eacute" = -4; +"@MMK_R_KO_f" = -3; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 6; +"@MMK_R_KO_n" = 6; +"@MMK_R_KO_icircumflex" = 7; +"@MMK_R_KO_imacron" = 7; +"@MMK_R_KO_itilde" = 6; +"@MMK_R_KO_j" = 22; +"@MMK_R_KO_lslash" = 5; +"@MMK_R_KO_s" = 10; +"@MMK_R_KO_t" = -17; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = -41; +"@MMK_R_KO_w" = -26; +"@MMK_R_KO_x" = 27; +"@MMK_R_KO_y" = -22; +"@MMK_R_KO_z" = 23; +"@MMK_R_KO_l.ss03" = 4; +"@MMK_R_KO_l.ss04" = 6; +"@MMK_R_KO_g.ss06" = 32; +"@MMK_R_KO_t_t.liga" = -18; +"@MMK_R_KO_one" = -24; +"@MMK_R_KO_sixsuperior" = -48; +"@MMK_R_KO_onesuperior" = -82; +"@MMK_R_KO_twosuperior" = -20; +"@MMK_R_KO_threesuperior" = -37; +"@MMK_R_KO_foursuperior" = -24; +"@MMK_R_KO_fivesuperior" = -48; +"@MMK_R_KO_sevensuperior" = -83; +"@MMK_R_KO_eightsuperior" = -34; +"@MMK_R_KO_ninesuperior" = -46; +"@MMK_R_KO_period" = 36; +"@MMK_R_KO_comma" = 35; +"@MMK_R_KO_colon" = 36; +"@MMK_R_KO_semicolon" = 35; +"@MMK_R_KO_ellipsis" = 17; +"@MMK_R_KO_exclam" = 22; +"@MMK_R_KO_question" = -45; +"@MMK_R_KO_asterisk" = -75; +"@MMK_R_KO_slash" = 40; +"@MMK_R_KO_period.ss01" = 12; +"@MMK_R_KO_comma.ss01" = 7; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = -54; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -4; +"@MMK_R_KO_underscore" = 8; +"@MMK_R_KO_parenleft" = 6; +"@MMK_R_KO_parenright" = -37; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -56; +"@MMK_R_KO_quotedblright" = -32; +"@MMK_R_KO_quoteleft" = -56; +"@MMK_R_KO_quoteright" = -32; +"@MMK_R_KO_guillemetleft" = -22; +"@MMK_R_KO_guillemetright" = -2; +"@MMK_R_KO_quotedbl" = -60; +"@MMK_R_KO_quotesingle" = -60; +"@MMK_R_KO_quotedblleft.ss01" = -27; +"@MMK_R_KO_quotedblright.ss01" = -28; +"@MMK_R_KO_quoteright.ss01" = -28; }; -z = { -backslash = -19; -minus = -21; +plus = { +one = 0; +two = 0; +three = 0; +seven = 0; +seven.numr = -59; +period = -51; +comma = -53; +question = 0; +asterisk = -17; +slash = -56; +period.ss01 = -43; +comma.ss01 = -46; +question.ss01 = 0; +parenright = -94; +braceright = -75; +bracketright = -63; +parenright.case = -74; +braceright.case = -73; +bracketright.case = -65; +quotedblleft = -5; +quotedblright = 0; +quoteleft = -5; +quoteright = 0; +guillemetright = -18; +quotedbl = -8; +quotesingle = -8; +quotedblleft.ss01 = 0; +quoteleft.ss01 = 0; +quotedblright.ss01 = 0; +trademark = -61; +tenge = 0; +yen = -58; +plus = 0; +x = -31; +}; +"@MMK_L_KO_Z" = { +"@MMK_R_KO_A" = 21; +"@MMK_R_KO_H" = 2; +"@MMK_R_KO_O" = -17; +"@MMK_R_KO_Oacute" = -17; +"@MMK_R_KO_J" = 28; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = 10; +"@MMK_R_KO_T" = 13; +"@MMK_R_KO_U" = 5; +"@MMK_R_KO_V" = 15; +"@MMK_R_KO_W" = 22; +"@MMK_R_KO_X" = 25; +"@MMK_R_KO_Y" = 15; +"@MMK_R_KO_Z" = 19; +"@MMK_R_KO_I.ss02" = 25; +"@MMK_R_KO_J.ss10" = -7; +"@MMK_R_KO_a" = -17; +"@MMK_R_KO_aacute" = -14; +"@MMK_R_KO_a.ss05" = 5; +"@MMK_R_KO_l" = 5; +"@MMK_R_KO_e" = -19; +"@MMK_R_KO_eacute" = -16; +"@MMK_R_KO_f" = 2; +"@MMK_R_KO_g" = -14; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 106; +"@MMK_R_KO_imacron" = 85; +"@MMK_R_KO_itilde" = 79; +"@MMK_R_KO_j" = 40; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 3; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -2; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 2; +"@MMK_R_KO_w" = 2; +"@MMK_R_KO_x" = 17; +"@MMK_R_KO_y" = 2; +"@MMK_R_KO_z" = 9; +"@MMK_R_KO_l.ss03" = 7; +"@MMK_R_KO_l.ss04" = 36; +"@MMK_R_KO_g.ss06" = 10; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_four" = 5; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 0; +"@MMK_R_KO_twosuperior" = 0; +"@MMK_R_KO_threesuperior" = -4; +"@MMK_R_KO_foursuperior" = -8; +"@MMK_R_KO_fivesuperior" = -7; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_eightsuperior" = -6; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_period" = 29; +"@MMK_R_KO_comma" = 28; +"@MMK_R_KO_colon" = 22; +"@MMK_R_KO_semicolon" = 20; +"@MMK_R_KO_ellipsis" = 2; +"@MMK_R_KO_exclam" = 12; +"@MMK_R_KO_question" = 7; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 31; +"@MMK_R_KO_backslash" = 49; +"@MMK_R_KO_period.ss01" = 0; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 0; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = 0; +"@MMK_R_KO_endash" = -60; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_hyphen.case" = -51; +"@MMK_R_KO_parenleft" = 0; +"@MMK_R_KO_parenright" = 0; +"@MMK_R_KO_braceright" = 27; +"@MMK_R_KO_bracketright" = 27; +"@MMK_R_KO_parenright.case" = 10; +"@MMK_R_KO_bracketright.case" = 43; +"@MMK_R_KO_quotedblleft" = -7; +"@MMK_R_KO_quotedblright" = -4; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -4; +"@MMK_R_KO_guillemetleft" = -65; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_quotedblleft.ss01" = -7; +"@MMK_R_KO_quotedblright.ss01" = -5; +"@MMK_R_KO_quoteright.ss01" = -2; +"@MMK_R_KO_trademark" = -3; +"@MMK_R_KO_asciicircum" = -12; }; -zcaron = { -imacron = 46; -iogonek = 0; -parenright = -17; +quoteleft = { +Hbar = 23; +igrave = 33; +icircumflex = 14; +imacron = 71; +jcircumflex = 13; +g.ss06 = -6; +mu = -11; +exclamdown = -7; +questiondown = -126; +questiondown.case = -65; +quotedblbase = -140; +ampersand = -63; +minus = 0; +divide = 0; +logicalnot = -55; +asciitilde = -5; }; -zero = { -asciicircum = -35; -baht = -5; -braceright = -58; -bracketright.case = -22; -multiply = 0; -ordmasculine = -18; -six = 24; -trademark = -53; +"@MMK_L_KO_quotedblleft" = { +"@MMK_R_KO_A" = -104; +"@MMK_R_KO_H" = -9; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_Oacute" = -2; +"@MMK_R_KO_J" = -93; +"@MMK_R_KO_G.ss07" = -2; +"@MMK_R_KO_S" = -7; +"@MMK_R_KO_T" = 3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 5; +"@MMK_R_KO_Y" = 26; +"@MMK_R_KO_Z" = -13; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -269; +"@MMK_R_KO_a" = -13; +"@MMK_R_KO_aacute" = -13; +"@MMK_R_KO_a.ss05" = -4; +"@MMK_R_KO_l" = -11; +"@MMK_R_KO_e" = -13; +"@MMK_R_KO_eacute" = -17; +"@MMK_R_KO_f" = 17; +"@MMK_R_KO_g" = -10; +"@MMK_R_KO_i" = -8; +"@MMK_R_KO_n" = -11; +"@MMK_R_KO_j" = -9; +"@MMK_R_KO_lslash" = -23; +"@MMK_R_KO_s" = -5; +"@MMK_R_KO_t" = 6; +"@MMK_R_KO_u" = -5; +"@MMK_R_KO_uacute" = -5; +"@MMK_R_KO_v" = -6; +"@MMK_R_KO_w" = -2; +"@MMK_R_KO_y" = -7; +"@MMK_R_KO_z" = -7; +"@MMK_R_KO_l.ss04" = 25; +"@MMK_R_KO_t_t.liga" = 6; +"@MMK_R_KO_pi" = 16; +"@MMK_R_KO_zero" = -7; +"@MMK_R_KO_one" = 14; +"@MMK_R_KO_two" = 2; +"@MMK_R_KO_three" = -11; +"@MMK_R_KO_four" = -51; +"@MMK_R_KO_five" = -8; +"@MMK_R_KO_six" = -5; +"@MMK_R_KO_seven" = 6; +"@MMK_R_KO_eight" = -12; +"@MMK_R_KO_nine" = 1; +"@MMK_R_KO_sixsuperior" = -5; +"@MMK_R_KO_onesuperior" = -10; +"@MMK_R_KO_foursuperior" = 12; +"@MMK_R_KO_sevensuperior" = 0; +"@MMK_R_KO_ninesuperior" = -2; +"@MMK_R_KO_period" = -137; +"@MMK_R_KO_comma" = -140; +"@MMK_R_KO_ellipsis" = -277; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = -11; +"@MMK_R_KO_slash" = -103; +"@MMK_R_KO_hyphen" = -40; +"@MMK_R_KO_endash" = -8; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 8; +"@MMK_R_KO_parenright" = -15; +"@MMK_R_KO_bracketright" = 18; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -6; +"@MMK_R_KO_quotedblright" = -13; +"@MMK_R_KO_quoteleft" = -6; +"@MMK_R_KO_quoteright" = -13; +"@MMK_R_KO_guillemetleft" = -46; +"@MMK_R_KO_guillemetright" = -13; +"@MMK_R_KO_quotedbl" = 0; +"@MMK_R_KO_quotesingle" = 0; +"@MMK_R_KO_degree" = -20; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -2; +}; +"@MMK_L_KO_t" = { +"@MMK_R_KO_A" = 8; +"@MMK_R_KO_H" = 4; +"@MMK_R_KO_O" = 0; +"@MMK_R_KO_Oacute" = 0; +"@MMK_R_KO_J" = 8; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = -3; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -39; +"@MMK_R_KO_W" = -20; +"@MMK_R_KO_X" = 17; +"@MMK_R_KO_Y" = -58; +"@MMK_R_KO_Z" = 0; +"@MMK_R_KO_I.ss02" = 3; +"@MMK_R_KO_J.ss10" = -10; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_aacute" = 0; +"@MMK_R_KO_a.ss05" = 8; +"@MMK_R_KO_l" = 8; +"@MMK_R_KO_e" = -7; +"@MMK_R_KO_eacute" = -7; +"@MMK_R_KO_f" = 16; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 2; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_icircumflex" = 8; +"@MMK_R_KO_imacron" = 4; +"@MMK_R_KO_itilde" = 2; +"@MMK_R_KO_j" = 4; +"@MMK_R_KO_lslash" = 0; +"@MMK_R_KO_s" = 5; +"@MMK_R_KO_t" = 5; +"@MMK_R_KO_u" = 0; +"@MMK_R_KO_uacute" = 0; +"@MMK_R_KO_v" = 9; +"@MMK_R_KO_w" = 10; +"@MMK_R_KO_x" = 4; +"@MMK_R_KO_y" = 4; +"@MMK_R_KO_z" = 15; +"@MMK_R_KO_l.ss03" = 2; +"@MMK_R_KO_l.ss04" = 9; +"@MMK_R_KO_g.ss06" = 12; +"@MMK_R_KO_t_t.liga" = 5; +"@MMK_R_KO_one" = 8; +"@MMK_R_KO_four" = 0; +"@MMK_R_KO_sixsuperior" = -3; +"@MMK_R_KO_onesuperior" = -47; +"@MMK_R_KO_twosuperior" = -6; +"@MMK_R_KO_threesuperior" = 0; +"@MMK_R_KO_foursuperior" = 6; +"@MMK_R_KO_fivesuperior" = -6; +"@MMK_R_KO_sevensuperior" = -60; +"@MMK_R_KO_eightsuperior" = 0; +"@MMK_R_KO_ninesuperior" = -5; +"@MMK_R_KO_period" = 18; +"@MMK_R_KO_comma" = 17; +"@MMK_R_KO_colon" = 19; +"@MMK_R_KO_semicolon" = 18; +"@MMK_R_KO_ellipsis" = -3; +"@MMK_R_KO_exclam" = 3; +"@MMK_R_KO_question" = 0; +"@MMK_R_KO_asterisk" = 0; +"@MMK_R_KO_slash" = 16; +"@MMK_R_KO_backslash" = -16; +"@MMK_R_KO_period.ss01" = -3; +"@MMK_R_KO_comma.ss01" = -8; +"@MMK_R_KO_colon.ss01" = 9; +"@MMK_R_KO_question.ss01" = 0; +"@MMK_R_KO_hyphen" = -7; +"@MMK_R_KO_endash" = 0; +"@MMK_R_KO_underscore" = 0; +"@MMK_R_KO_parenleft" = 11; +"@MMK_R_KO_parenright" = -42; +"@MMK_R_KO_braceright" = 0; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_quotedblleft" = -5; +"@MMK_R_KO_quotedblright" = -8; +"@MMK_R_KO_quoteleft" = -5; +"@MMK_R_KO_quoteright" = -8; +"@MMK_R_KO_guillemetleft" = -31; +"@MMK_R_KO_guillemetright" = 0; +"@MMK_R_KO_quotedbl" = -10; +"@MMK_R_KO_quotesingle" = -10; +"@MMK_R_KO_quotedblleft.ss01" = -5; +"@MMK_R_KO_quotedblright.ss01" = -7; +"@MMK_R_KO_quoteright.ss01" = -5; +"@MMK_R_KO_trademark" = -61; +"@MMK_R_KO_asciicircum" = -5; +}; +"@MMK_L_KO_ampersand" = { +"@MMK_R_KO_A" = 13; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -13; +"@MMK_R_KO_J" = 17; +"@MMK_R_KO_G.ss07" = -11; +"@MMK_R_KO_S" = -5; +"@MMK_R_KO_T" = -111; +"@MMK_R_KO_V" = -97; +"@MMK_R_KO_W" = -60; +"@MMK_R_KO_X" = 19; +"@MMK_R_KO_Y" = -132; +"@MMK_R_KO_Z" = 3; +"@MMK_R_KO_I.ss02" = 4; +"@MMK_R_KO_J.ss10" = -8; +"@MMK_R_KO_a" = 0; +"@MMK_R_KO_a.ss05" = 7; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -2; +"@MMK_R_KO_f" = -2; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 0; +"@MMK_R_KO_n" = 0; +"@MMK_R_KO_j" = 2; +"@MMK_R_KO_s" = 0; +"@MMK_R_KO_t" = -10; +"@MMK_R_KO_z" = 2; +"@MMK_R_KO_t_t.liga" = -10; }; -zero.dnom = { -degree = -136; -parenright = -56; -question = -89; -question.ss01 = -95; -quotedbl = -113; -quotedblleft = -99; -quotedblleft.ss01 = -79; -quotedblright = -86; -quotedblright.ss01 = -79; -quoteright = -86; -quotesingle = -109; +nine.dnom = { +question = -100; +question.ss01 = -113; +parenright = -61; +parenright.case = -29; +quotedblleft = -133; +quotedblright = -85; +quoteleft = -133; +quoteright = -85; +quotedbl = -131; +quotesingle = -94; +quotedblleft.ss01 = -77; +quoteleft.ss01 = -77; +quotedblright.ss01 = -86; +quoteright.ss01 = -86; +degree = -169; +}; +"@MMK_L_KO_quoteright.ss01" = { +"@MMK_R_KO_A" = -104; +"@MMK_R_KO_H" = 0; +"@MMK_R_KO_O" = -15; +"@MMK_R_KO_Oacute" = -15; +"@MMK_R_KO_J" = -72; +"@MMK_R_KO_G.ss07" = -7; +"@MMK_R_KO_S" = 0; +"@MMK_R_KO_T" = 5; +"@MMK_R_KO_U" = 6; +"@MMK_R_KO_V" = 12; +"@MMK_R_KO_W" = 19; +"@MMK_R_KO_X" = 2; +"@MMK_R_KO_Y" = 22; +"@MMK_R_KO_Z" = -10; +"@MMK_R_KO_I.ss02" = 0; +"@MMK_R_KO_J.ss10" = -125; +"@MMK_R_KO_a" = -37; +"@MMK_R_KO_aacute" = -37; +"@MMK_R_KO_a.ss05" = -25; +"@MMK_R_KO_l" = 0; +"@MMK_R_KO_e" = -44; +"@MMK_R_KO_eacute" = -44; +"@MMK_R_KO_f" = 10; +"@MMK_R_KO_g" = -34; +"@MMK_R_KO_i" = -5; +"@MMK_R_KO_n" = -19; +"@MMK_R_KO_j" = -6; +"@MMK_R_KO_lslash" = -16; +"@MMK_R_KO_s" = -24; +"@MMK_R_KO_t" = 0; +"@MMK_R_KO_u" = -10; +"@MMK_R_KO_uacute" = -10; +"@MMK_R_KO_v" = 0; +"@MMK_R_KO_w" = 3; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = -13; +"@MMK_R_KO_l.ss04" = 32; +"@MMK_R_KO_t_t.liga" = 0; +"@MMK_R_KO_pi" = 10; +"@MMK_R_KO_zero" = -16; +"@MMK_R_KO_one" = 10; +"@MMK_R_KO_two" = 0; +"@MMK_R_KO_three" = -9; +"@MMK_R_KO_four" = -67; +"@MMK_R_KO_five" = -3; +"@MMK_R_KO_six" = -11; +"@MMK_R_KO_seven" = 21; +"@MMK_R_KO_eight" = 0; +"@MMK_R_KO_nine" = 2; +"@MMK_R_KO_sixsuperior" = 0; +"@MMK_R_KO_onesuperior" = 7; +"@MMK_R_KO_foursuperior" = 4; +"@MMK_R_KO_sevensuperior" = 3; +"@MMK_R_KO_ninesuperior" = 0; +"@MMK_R_KO_asterisk" = 6; +"@MMK_R_KO_slash" = -111; +"@MMK_R_KO_period.ss01" = -120; +"@MMK_R_KO_comma.ss01" = -125; +"@MMK_R_KO_colon.ss01" = -9; +"@MMK_R_KO_hyphen" = -59; +"@MMK_R_KO_endash" = -33; +"@MMK_R_KO_hyphen.case" = -15; +"@MMK_R_KO_endash.case" = -6; +"@MMK_R_KO_parenright" = -4; +"@MMK_R_KO_bracketright" = 19; +"@MMK_R_KO_parenright.case" = 17; +"@MMK_R_KO_guillemetleft" = -64; +"@MMK_R_KO_guillemetright" = -3; +"@MMK_R_KO_quotedbl" = 3; +"@MMK_R_KO_quotesingle" = 3; +"@MMK_R_KO_quotedblleft.ss01" = 0; +"@MMK_R_KO_quotedblright.ss01" = 3; +"@MMK_R_KO_plus" = -5; }; -zeroinferior = { -parenright = -54; +Omacron = { +Eth = 18; }; -zerosuperior = { -comma = -133; -comma.ss01 = -134; -fraction = -8; -parenright = -45; -period = -132; -period.ss01 = -135; -slash = -85; +uhorndotbelow.ss01 = { +a = -19; +c = -22; +period.ss01 = -50; +ellipsis.ss01 = -50; +comma.ss01 = -52; +}; +"@MMK_L_KO_two" = { +"@MMK_R_KO_A" = 26; +"@MMK_R_KO_H" = 6; +"@MMK_R_KO_O" = -2; +"@MMK_R_KO_J" = 26; +"@MMK_R_KO_G.ss07" = 0; +"@MMK_R_KO_S" = 9; +"@MMK_R_KO_T" = -13; +"@MMK_R_KO_U" = 0; +"@MMK_R_KO_V" = -37; +"@MMK_R_KO_W" = -21; +"@MMK_R_KO_X" = 31; +"@MMK_R_KO_Y" = -52; +"@MMK_R_KO_Z" = 17; +"@MMK_R_KO_I.ss02" = 18; +"@MMK_R_KO_J.ss10" = -6; +"@MMK_R_KO_a" = -4; +"@MMK_R_KO_aacute" = -4; +"@MMK_R_KO_a.ss05" = 15; +"@MMK_R_KO_l" = 9; +"@MMK_R_KO_e" = -8; +"@MMK_R_KO_eacute" = -8; +"@MMK_R_KO_f" = 12; +"@MMK_R_KO_g" = 0; +"@MMK_R_KO_i" = 9; +"@MMK_R_KO_n" = 8; +"@MMK_R_KO_j" = 45; +"@MMK_R_KO_s" = 14; +"@MMK_R_KO_t" = 2; +"@MMK_R_KO_u" = 5; +"@MMK_R_KO_uacute" = 5; +"@MMK_R_KO_v" = -2; +"@MMK_R_KO_w" = 0; +"@MMK_R_KO_y" = 0; +"@MMK_R_KO_z" = 16; +"@MMK_R_KO_l.ss04" = 13; +"@MMK_R_KO_t_t.liga" = 2; +"@MMK_R_KO_pi" = 12; +"@MMK_R_KO_zero" = -2; +"@MMK_R_KO_one" = 11; +"@MMK_R_KO_two" = 20; +"@MMK_R_KO_three" = 0; +"@MMK_R_KO_four" = 8; +"@MMK_R_KO_five" = 4; +"@MMK_R_KO_six" = -2; +"@MMK_R_KO_seven" = 4; +"@MMK_R_KO_eight" = 15; +"@MMK_R_KO_nine" = 11; +"@MMK_R_KO_sixsuperior" = -10; +"@MMK_R_KO_onesuperior" = -13; +"@MMK_R_KO_foursuperior" = 0; +"@MMK_R_KO_sevensuperior" = -23; +"@MMK_R_KO_ninesuperior" = -6; +"@MMK_R_KO_period" = 33; +"@MMK_R_KO_comma" = 31; +"@MMK_R_KO_ellipsis" = 5; +"@MMK_R_KO_question" = 5; +"@MMK_R_KO_asterisk" = -9; +"@MMK_R_KO_slash" = 37; +"@MMK_R_KO_period.ss01" = 2; +"@MMK_R_KO_comma.ss01" = 0; +"@MMK_R_KO_colon.ss01" = 23; +"@MMK_R_KO_hyphen" = -3; +"@MMK_R_KO_endash" = -11; +"@MMK_R_KO_hyphen.case" = 0; +"@MMK_R_KO_endash.case" = 0; +"@MMK_R_KO_parenright" = -32; +"@MMK_R_KO_bracketright" = 0; +"@MMK_R_KO_parenright.case" = 0; +"@MMK_R_KO_quotedblleft" = -9; +"@MMK_R_KO_quotedblright" = -15; +"@MMK_R_KO_quoteleft" = -7; +"@MMK_R_KO_quoteright" = -15; +"@MMK_R_KO_guillemetleft" = -35; +"@MMK_R_KO_guillemetright" = -6; +"@MMK_R_KO_quotedbl" = -17; +"@MMK_R_KO_quotesingle" = -16; +"@MMK_R_KO_quotedblleft.ss01" = -4; +"@MMK_R_KO_quotedblright.ss01" = -10; +"@MMK_R_KO_degree" = -21; +"@MMK_R_KO_plus" = 0; +"@MMK_R_KO_percent" = -2; +}; +exclamdown = { +T = -36; +V = -54; +Y = -81; +j = 61; +}; +Adieresis = { +Germandbls = 1; +endash.case = -63; +registered = -93; }; }; }; @@ -139409,6 +375494,12 @@ name = o; unitsPerEm = 1000; userData = { GSDimensionPlugin.Dimensions = { +"106FCE83-F343-403B-A314-646E4D059B3F" = { +HV = "38"; +OH = "36"; +OV = "40"; +nV = "37"; +}; "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = { HH = "172"; HV = "203"; @@ -139427,6 +375518,16 @@ nV = "37"; oH = "35"; oV = "38"; }; +"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = { +HH = "178"; +HV = "229"; +OH = "179"; +OV = "235"; +nV = "221"; +}; +"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = { +HV = "227"; +}; "5713303B-ED49-44A7-8230-B5CAE56DEB7E" = { HH = "30"; HV = "31"; @@ -139436,6 +375537,20 @@ nV = "29"; oH = "27"; oV = "29"; }; +"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = { +HV = "38"; +nV = "36"; +oV = "38"; +}; +"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = { +HV = "31"; +OH = "29"; +OV = "33"; +nV = "30"; +oH = "27"; +oV = "31"; +tH = "27"; +}; "D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = { HH = "178"; HV = "229"; @@ -139445,6 +375560,13 @@ nV = "221"; oH = "166"; oV = "220"; }; +"DED42A87-C949-4722-A202-2B551272A3FB" = { +HV = "203"; +OH = "172"; +OV = "210"; +nV = "191"; +oV = "193"; +}; "E787E54A-EE3E-475A-BF02-8501A6DA5144" = { HH = "156"; HV = "184"; @@ -139454,6 +375576,31 @@ nV = "177"; oH = "137"; oV = "177"; }; +"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = { +HV = "186"; +OH = "156"; +OV = "188"; +nV = "177"; +tH = "143"; +}; +m019 = { +HH = "36"; +HV = "37"; +OH = "36"; +OV = "39"; +nV = "37"; +oV = "38"; +}; +m020 = { +HH = "172"; +HV = "201"; +OH = "175"; +OV = "206"; +nV = "191"; +oH = "153"; +oV = "195"; +tH = "153"; +}; master01 = { HH = "36"; HV = "38"; @@ -139464,9 +375611,9 @@ oH = "35"; oV = "38"; }; }; -KernOnKerningWeightLimit = 36000; +KernOnKerningWeightLimit = 48000; KernOnRegenerateGroups = 1; -KernOnVersion = "1.29"; +KernOnVersion = "1.37"; com.eweracs.HTLSManager.fontRules = { Letter = { 312438f7decf4fc68bcbaca450e03a99 = { @@ -139512,7 +375659,7 @@ ed5cb22a9b09400187c0feacae1f0f8f = { case = 0; filter = ""; referenceGlyph = H; -subcategory = "Decimal Digit"; +subcategory = "Decimal DigitalicItalic"; value = 1.1; }; }; @@ -139614,5 +375761,5 @@ value = 1.3; }; }; versionMajor = 2; -versionMinor = 1; +versionMinor = 22; } diff --git a/sources/MonaSans.glyphspackage/glyphs/A_.glyph b/sources/MonaSans.glyphspackage/glyphs/A_.glyph index d200ce57..ec0b47bc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_.glyph @@ -1,21 +1,21 @@ { glyphname = A; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { anchors = ( { name = bottom; -pos = (249,0); +pos = (257,0); }, { name = ogonek; -pos = (487,0); +pos = (495,0); }, { name = top; -pos = (249,729); +pos = (257,729); } ); background = { @@ -51,29 +51,29 @@ shapes = ( { closed = 1; nodes = ( -(185,0,l), -(236,491,l), -(244,583,l), -(251,583,l), -(260,491,l), -(312,0,l), -(487,0,l), -(373,729,l), -(122,729,l), -(10,0,l) +(193,0,l), +(244,491,l), +(252,583,l), +(259,583,l), +(268,491,l), +(320,0,l), +(495,0,l), +(381,729,l), +(130,729,l), +(18,0,l) ); }, { closed = 1; nodes = ( -(313,120,l), -(298,260,l), -(197,260,l), -(183,120,l) +(321,120,l), +(306,260,l), +(205,260,l), +(191,120,l) ); } ); -width = 497; +width = 513; }, { anchors = ( @@ -123,15 +123,131 @@ width = 386; anchors = ( { name = bottom; -pos = (339,0); +pos = (420,0); +}, +{ +name = ogonek; +pos = (823,0); +}, +{ +name = top; +pos = (420,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(362,585,l), +(419,695,l), +(422,695,l), +(477,589,l), +(783,0,l), +(823,0,l), +(443,729,l), +(397,729,l), +(16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(688,200,l), +(671,233,l), +(170,233,l), +(151,200,l) +); +} +); +width = 839; +}, +{ +anchors = ( +{ +name = bottom; +pos = (441,0); +}, +{ +name = ogonek; +pos = (893,0); +}, +{ +name = top; +pos = (441,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(404,466,l), +(430,547,l), +(437,547,l), +(465,464,l), +(628,0,l), +(877,0,l), +(583,729,l), +(285,729,l), +(-7,0,l), +(240,0,l) +); +}, +{ +closed = 1; +nodes = ( +(600,124,l), +(540,293,l), +(328,293,l), +(267,124,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(246,0,l), +(408,476,l), +(436,565,l), +(443,565,l), +(472,476,l), +(634,0,l), +(893,0,l), +(599,729,l), +(291,729,l), +(-1,0,l) +); +}, +{ +closed = 1; +nodes = ( +(606,124,l), +(546,293,l), +(334,293,l), +(273,124,l) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = bottom; +pos = (336,0); }, { name = ogonek; -pos = (647,0); +pos = (630,0); }, { name = top; -pos = (339,729); +pos = (336,729); } ); background = { @@ -162,30 +278,30 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(72,0,l), -(303,605,l), -(337,696,l), -(343,696,l), -(377,605,l), -(607,0,l), -(647,0,l), -(366,729,l), -(313,729,l), -(31,0,l) +(83,0,l), +(300,605,l), +(334,696,l), +(340,696,l), +(372,605,l), +(588,0,l), +(630,0,l), +(363,729,l), +(309,729,l), +(43,0,l) ); }, { closed = 1; nodes = ( -(539,199,l), -(539,235,l), -(139,235,l), -(139,199,l) +(513,234,l), +(513,270,l), +(154,270,l), +(154,234,l) ); } ); @@ -235,21 +351,21 @@ type = Stem; } ); }; -width = 678; +width = 670; }, { anchors = ( { name = bottom; -pos = (383,0); +pos = (373,0); }, { name = ogonek; -pos = (754,0); +pos = (740,0); }, { name = top; -pos = (383,729); +pos = (373,729); } ); background = { @@ -280,150 +396,34 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(222,0,l), -(354,482,l), +(219,0,l), +(346,482,l), +(367,577,l), (379,577,l), -(386,577,l), -(411,482,l), -(543,0,l), -(754,0,l), -(527,729,l), -(238,729,l), -(11,0,l) -); -}, -{ -closed = 1; -nodes = ( -(521,130,l), -(476,284,l), -(289,284,l), -(244,130,l) -); -} -); -width = 766; -}, -{ -anchors = ( -{ -name = bottom; -pos = (402,0); -}, -{ -name = ogonek; -pos = (787,0); -}, -{ -name = top; -pos = (402,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(57,0,l), -(347,585,l), -(401,695,l), -(404,695,l), -(456,589,l), -(746,0,l), -(787,0,l), -(426,729,l), -(378,729,l), -(16,0,l) -); -}, -{ -closed = 1; -nodes = ( -(656,200,l), -(640,233,l), -(165,233,l), -(147,200,l) -); -} -); -width = 803; -}, -{ -anchors = ( -{ -name = bottom; -pos = (435,0); -}, -{ -name = ogonek; -pos = (877,0); -}, -{ -name = top; -pos = (435,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(404,466,l), -(430,547,l), -(437,547,l), -(465,464,l), -(628,0,l), -(877,0,l), -(583,729,l), -(285,729,l), -(-7,0,l), -(240,0,l) -); -}, -{ -closed = 1; -nodes = ( -(600,124,l), -(540,293,l), -(328,293,l), -(267,124,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,0,l), -(402,476,l), -(430,565,l), -(437,565,l), -(466,476,l), -(628,0,l), -(877,0,l), -(583,729,l), -(285,729,l), -(-7,0,l) +(400,482,l), +(527,0,l), +(740,0,l), +(520,729,l), +(230,729,l), +(10,0,l) ); }, { closed = 1; nodes = ( -(600,124,l), -(540,293,l), -(328,293,l), -(267,124,l) +(537,155,l), +(491,314,l), +(254,314,l), +(210,155,l) ); } ); -width = 871; +width = 750; }, { anchors = ( @@ -505,15 +505,15 @@ width = 389; anchors = ( { name = bottom; -pos = (205,0); +pos = (213,0); }, { name = ogonek; -pos = (432,0); +pos = (440,0); }, { name = top; -pos = (340,729); +pos = (348,729); } ); background = { @@ -549,29 +549,29 @@ shapes = ( { closed = 1; nodes = ( -(133,0,l), -(276,490,l), -(301,583,l), +(141,0,l), +(284,490,l), (309,583,l), -(300,490,l), -(260,0,l), -(432,0,l), -(459,729,l), -(220,729,l), -(-46,0,l) +(317,583,l), +(308,490,l), +(268,0,l), +(440,0,l), +(467,729,l), +(228,729,l), +(-38,0,l) ); }, { closed = 1; nodes = ( -(283,120,l), -(295,260,l), -(196,260,l), -(152,120,l) +(291,120,l), +(303,260,l), +(204,260,l), +(160,120,l) ); } ); -width = 498; +width = 514; }, { anchors = ( @@ -621,15 +621,15 @@ width = 663; anchors = ( { name = bottom; -pos = (317,0); +pos = (357,0); }, { name = ogonek; -pos = (657,0); +pos = (736,0); }, { name = top; -pos = (453,729); +pos = (492,729); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -637,43 +637,43 @@ shapes = ( { closed = 1; nodes = ( -(157,0,l), -(375,449,l), -(411,527,l), -(418,527,l), -(425,449,l), -(465,0,l), -(657,0,l), -(574,729,l), -(332,729,l), -(-45,0,l) +(166,0,l), +(412,470,l), +(453,559,l), +(466,559,l), +(476,470,l), +(534,0,l), +(736,0,l), +(628,729,l), +(356,729,l), +(-46,0,l) ); }, { closed = 1; nodes = ( -(469,130,l), -(455,284,l), -(279,284,l), -(205,130,l) +(530,130,l), +(516,284,l), +(296,284,l), +(222,130,l) ); } ); -width = 724; +width = 802; }, { anchors = ( { name = bottom; -pos = (355,23); +pos = (373,23); }, { name = ogonek; -pos = (724,0); +pos = (760,0); }, { name = top; -pos = (494,729); +pos = (512,729); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -681,43 +681,43 @@ shapes = ( { closed = 1; nodes = ( -(4,0,l), -(438,620,l), -(487,692,l), -(490,692,l), -(509,620,l), -(683,0,l), -(724,0,l), -(517,729,l), -(471,729,l), +(3,0,l), +(455,620,l), +(505,692,l), +(508,692,l), +(529,620,l), +(720,0,l), +(760,0,l), +(535,729,l), +(490,729,l), (-38,0,l) ); }, { closed = 1; nodes = ( -(636,200,l), -(626,233,l), -(157,233,l), -(134,200,l) +(668,200,l), +(657,233,l), +(162,233,l), +(139,200,l) ); } ); -width = 794; +width = 830; }, { anchors = ( { name = bottom; -pos = (374,0); +pos = (399,0); }, { name = ogonek; -pos = (798,0); +pos = (852,0); }, { name = top; -pos = (512,729); +pos = (537,729); } ); background = { @@ -753,29 +753,803 @@ shapes = ( { closed = 1; nodes = ( -(183,0,l), -(397,400,l), -(472,544,l), -(480,544,l), -(504,400,l), -(566,0,l), -(798,0,l), -(656,729,l), -(368,729,l), -(-62,0,l) +(188,0,l), +(422,414,l), +(498,558,l), +(506,558,l), +(531,414,l), +(611,0,l), +(852,0,l), +(695,729,l), +(394,729,l), +(-56,0,l) ); }, { closed = 1; nodes = ( -(559,124,l), -(534,293,l), -(326,293,l), -(230,124,l) +(598,124,l), +(573,293,l), +(337,293,l), +(241,124,l) +); +} +); +width = 908; +}, +{ +anchors = ( +{ +name = bottom; +pos = (176,0); +}, +{ +name = ogonek; +pos = (357,0); +}, +{ +name = top; +pos = (176,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(34,0,l), +(139,507,l), +(177,687,l), +(178,687,l), +(214,507,l), +(317,0,l), +(349,0,l), +(196,729,l), +(158,729,l), +(2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(281,219,l), +(272,248,l), +(80,248,l), +(72,219,l) +); +} +); +width = 351; +}, +{ +anchors = ( +{ +name = bottom; +pos = (239,0); +}, +{ +name = ogonek; +pos = (487,0); +}, +{ +name = top; +pos = (239,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(182,0,l), +(196,120,l), +(294,120,l), +(309,0,l), +(484,0,l), +(370,729,l), +(119,729,l), +(7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(228,413,l), +(241,563,l), +(248,563,l), +(263,414,l), +(279,260,l), +(210,260,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,0,l), +(225,431,l), +(238,527,l), +(239,527,l), +(252,431,l), +(309,0,l), +(490,0,l), +(371,729,l), +(119,729,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(303,138,l), +(288,278,l), +(187,278,l), +(173,138,l) +); +} +); +width = 490; +}, +{ +anchors = ( +{ +name = bottom; +pos = (327,0); +}, +{ +name = ogonek; +pos = (635,0); +}, +{ +name = top; +pos = (327,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(85,0,l), +(161,200,l), +(543,200,l), +(620,0,l), +(660,0,l), +(377,729,l), +(327,729,l), +(44,0,l) +); +}, +{ +closed = 1; +nodes = ( +(284,516,l), +(351,690,l), +(355,690,l), +(421,516,l), +(530,233,l), +(174,233,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,0,l), +(291,595,l), +(328,687,l), +(329,687,l), +(365,595,l), +(606,0,l), +(648,0,l), +(349,729,l), +(307,729,l), +(6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(535,211,l), +(535,247,l), +(121,247,l), +(121,211,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +3 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +} +); +}; +width = 654; +}, +{ +anchors = ( +{ +name = bottom; +pos = (376,0); +}, +{ +name = ogonek; +pos = (749,0); +}, +{ +name = top; +pos = (376,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(232,0,l), +(358,431,l), +(389,547,l), +(396,547,l), +(427,431,l), +(553,0,l), +(764,0,l), +(537,729,l), +(248,729,l), +(21,0,l) +); +}, +{ +closed = 1; +nodes = ( +(531,130,l), +(486,284,l), +(299,284,l), +(254,130,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,0,l), +(341,433,l), +(375,545,l), +(376,545,l), +(410,433,l), +(542,0,l), +(764,0,l), +(525,729,l), +(236,729,l), +(-5,0,l) +); +}, +{ +closed = 1; +nodes = ( +(525,143,l), +(479,303,l), +(271,303,l), +(226,143,l) +); +} +); +width = 759; +}, +{ +anchors = ( +{ +name = bottom; +pos = (416,0); +}, +{ +name = ogonek; +pos = (820,0); +}, +{ +name = top; +pos = (416,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,0,l), +(360,582,l), +(415,690,l), +(418,690,l), +(471,586,l), +(778,0,l), +(820,0,l), +(439,729,l), +(394,729,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(686,208,l), +(670,241,l), +(163,241,l), +(145,208,l) +); +} +); +width = 830; +}, +{ +anchors = ( +{ +name = bottom; +pos = (440,0); +}, +{ +name = ogonek; +pos = (886,0); +}, +{ +name = top; +pos = (440,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(419,466,l), +(445,547,l), +(452,547,l), +(480,464,l), +(643,0,l), +(892,0,l), +(598,729,l), +(300,729,l), +(8,0,l), +(255,0,l) +); +}, +{ +closed = 1; +nodes = ( +(615,124,l), +(555,293,l), +(343,293,l), +(282,124,l) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(240,0,l), +(405,448,l), +(437,532,l), +(438,532,l), +(471,448,l), +(635,0,l), +(894,0,l), +(589,729,l), +(297,729,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(607,124,l), +(546,296,l), +(330,296,l), +(268,124,l) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = bottom; +pos = (124,0); +}, +{ +name = ogonek; +pos = (301,0); +}, +{ +name = top; +pos = (269,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(79,231,l), +(67,205,l), +(293,205,l), +(290,231,l) +); +}, +{ +closed = 1; +nodes = ( +(286,0,l), +(318,0,l), +(308,729,l), +(268,729,l), +(-44,0,l), +(-13,0,l), +(77,212,l), +(83,224,l), +(222,556,l), +(280,694,l), +(284,694,l), +(285,557,l), +(283,224,l), +(286,212,l) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-33,0,l), +(197,529,l), +(263,689,l), +(264,689,l), +(262,527,l), +(269,0,l), +(301,0,l), +(289,729,l), +(253,729,l), +(-67,0,l) +); +}, +{ +closed = 1; +nodes = ( +(289,222,l), +(286,248,l), +(57,248,l), +(45,222,l) +); +} +); +width = 341; +}, +{ +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (421,0); +}, +{ +name = top; +pos = (329,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(133,0,l), +(171,120,l), +(270,120,l), +(259,0,l), +(432,0,l), +(470,729,l), +(222,729,l), +(-40,0,l) +); +}, +{ +closed = 1; +nodes = ( +(266,425,l), +(309,563,l), +(316,563,l), +(301,423,l), +(282,260,l), +(215,260,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(122,0,l), +(264,439,l), +(293,526,l), +(294,526,l), +(288,439,l), +(249,0,l), +(421,0,l), +(459,729,l), +(229,729,l), +(-57,0,l) +); +}, +{ +closed = 1; +nodes = ( +(275,139,l), +(287,279,l), +(188,279,l), +(144,139,l) +); +} +); +width = 476; +}, +{ +anchors = ( +{ +name = bottom; +pos = (287,0); +}, +{ +name = ogonek; +pos = (596,0); +}, +{ +name = top; +pos = (425,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-5,0,l), +(356,586,l), +(417,688,l), +(418,688,l), +(441,581,l), +(558,0,l), +(596,0,l), +(447,729,l), +(403,729,l), +(-47,0,l) +); +}, +{ +closed = 1; +nodes = ( +(528,214,l), +(522,247,l), +(128,247,l), +(108,214,l) +); +} +); +width = 657; +}, +{ +anchors = ( +{ +name = bottom; +pos = (331,0); +}, +{ +name = ogonek; +pos = (708,0); +}, +{ +name = top; +pos = (467,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,0,l), +(374,420,l), +(431,524,l), +(433,524,l), +(448,420,l), +(506,0,l), +(708,0,l), +(600,729,l), +(349,729,l), +(-62,0,l) +); +}, +{ +closed = 1; +nodes = ( +(505,140,l), +(491,297,l), +(278,297,l), +(203,140,l) +); +} +); +width = 756; +}, +{ +anchors = ( +{ +name = bottom; +pos = (363,23); +}, +{ +name = ogonek; +pos = (750,0); +}, +{ +name = top; +pos = (502,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-6,0,l), +(445,619,l), +(497,692,l), +(498,692,l), +(520,619,l), +(710,0,l), +(750,0,l), +(524,729,l), +(481,729,l), +(-49,0,l) +); +}, +{ +closed = 1; +nodes = ( +(657,208,l), +(647,241,l), +(153,241,l), +(128,208,l) +); +} +); +width = 810; +}, +{ +anchors = ( +{ +name = bottom; +pos = (370,0); +}, +{ +name = ogonek; +pos = (794,0); +}, +{ +name = top; +pos = (514,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(194,0,l), +(445,469,l), +(483,544,l), +(491,544,l), +(504,467,l), +(577,0,l), +(809,0,l), +(667,729,l), +(379,729,l), +(-61,0,l) +); +}, +{ +closed = 1; +nodes = ( +(570,124,l), +(545,293,l), +(337,293,l), +(241,124,l) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(179,0,l), +(396,396,l), +(476,539,l), +(477,539,l), +(503,396,l), +(562,0,l), +(794,0,l), +(660,729,l), +(368,729,l), +(-66,0,l) +); +}, +{ +closed = 1; +nodes = ( +(556,124,l), +(533,293,l), +(325,293,l), +(227,124,l) ); } ); -width = 848; +width = 840; } ); unicode = 65; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_E_.glyph b/sources/MonaSans.glyphspackage/glyphs/A_E_.glyph index 3894c603..32786556 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_E_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_E_.glyph @@ -1,7 +1,7 @@ { glyphname = AE; -kernLeft = A; -kernRight = E; +kernLeft = KO_A; +kernRight = KO_E; layers = ( { anchors = ( @@ -55,11 +55,11 @@ width = 476; anchors = ( { name = bottom; -pos = (309,0); +pos = (317,0); }, { name = top; -pos = (309,729); +pos = (317,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -67,229 +67,229 @@ shapes = ( { closed = 1; nodes = ( -(185,0,l), -(197,120,l), -(299,120,l), -(312,0,l), -(598,0,l), -(598,157,l), -(462,157,l), -(440,299,l), -(584,299,l), -(584,445,l), -(417,445,l), -(398,572,l), -(598,572,l), -(598,729,l), -(122,729,l), -(10,0,l) +(193,0,l), +(205,120,l), +(307,120,l), +(320,0,l), +(606,0,l), +(606,157,l), +(470,157,l), +(448,299,l), +(592,299,l), +(592,445,l), +(425,445,l), +(406,572,l), +(606,572,l), +(606,729,l), +(130,729,l), +(18,0,l) ); }, { closed = 1; nodes = ( -(236,491,l), -(244,583,l), -(251,583,l), -(260,491,l), -(284,260,l), -(212,260,l) +(244,491,l), +(252,583,l), +(259,583,l), +(268,491,l), +(292,260,l), +(220,260,l) ); } ); -width = 617; +width = 633; }, { anchors = ( { name = bottom; -pos = (456,0); +pos = (567,0); }, { name = top; -pos = (456,729); +pos = (567,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(72,0,l), -(148,199,l), -(531,199,l), -(607,0,l), -(875,0,l), -(875,37,l), -(633,37,l), -(509,358,l), -(827,358,l), -(827,392,l), -(496,392,l), -(380,693,l), -(875,693,l), -(875,729,l), -(313,729,l), -(31,0,l) +(57,0,l), +(156,200,l), +(648,200,l), +(746,0,l), +(1111,0,l), +(1111,37,l), +(769,37,l), +(610,358,l), +(1063,358,l), +(1063,392,l), +(593,392,l), +(444,693,l), +(1111,693,l), +(1111,729,l), +(378,729,l), +(16,0,l) ); }, { closed = 1; nodes = ( -(303,605,l), -(337,696,l), -(343,696,l), -(377,605,l), -(518,235,l), -(162,235,l) +(347,585,l), +(401,695,l), +(404,695,l), +(459,583,l), +(631,233,l), +(173,233,l) ); } ); -width = 912; +width = 1133; }, { anchors = ( { name = bottom; -pos = (491,0); +pos = (577,0); }, { name = top; -pos = (491,729); +pos = (577,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(222,0,l), -(258,130,l), -(507,130,l), -(543,0,l), -(948,0,l), -(948,172,l), -(700,172,l), -(664,288,l), -(895,288,l), -(895,449,l), -(614,449,l), -(581,557,l), -(945,557,l), -(945,729,l), -(238,729,l), -(11,0,l) +(246,0,l), +(288,124,l), +(592,124,l), +(634,0,l), +(1125,0,l), +(1125,179,l), +(811,179,l), +(769,282,l), +(1072,282,l), +(1072,449,l), +(702,449,l), +(661,550,l), +(1122,550,l), +(1122,729,l), +(291,729,l), +(-1,0,l) ); }, { closed = 1; nodes = ( -(354,482,l), -(379,577,l), -(386,577,l), -(411,482,l), -(465,284,l), -(300,284,l) +(408,476,l), +(436,565,l), +(443,565,l), +(472,476,l), +(534,293,l), +(346,293,l) ); } ); -width = 982; +width = 1153; }, { anchors = ( { name = bottom; -pos = (567,0); +pos = (449,0); }, { name = top; -pos = (567,729); +pos = (449,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(57,0,l), -(156,200,l), -(648,200,l), -(746,0,l), -(1111,0,l), -(1111,37,l), -(769,37,l), -(610,358,l), -(1063,358,l), -(1063,392,l), -(593,392,l), -(444,693,l), -(1111,693,l), -(1111,729,l), -(378,729,l), -(16,0,l) +(73,0,l), +(149,199,l), +(524,199,l), +(598,0,l), +(860,0,l), +(860,37,l), +(624,37,l), +(502,358,l), +(814,358,l), +(814,392,l), +(489,392,l), +(375,693,l), +(860,693,l), +(860,729,l), +(310,729,l), +(34,0,l) ); }, { closed = 1; nodes = ( -(347,585,l), -(401,695,l), -(404,695,l), -(459,583,l), -(631,233,l), -(173,233,l) +(300,605,l), +(334,696,l), +(340,696,l), +(372,605,l), +(511,235,l), +(161,235,l) ); } ); -width = 1133; +width = 899; }, { anchors = ( { name = bottom; -pos = (571,0); +pos = (480,0); }, { name = top; -pos = (571,729); +pos = (480,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(240,0,l), -(282,124,l), -(586,124,l), -(628,0,l), -(1119,0,l), -(1119,179,l), -(805,179,l), -(763,282,l), -(1066,282,l), -(1066,449,l), -(696,449,l), -(655,550,l), -(1116,550,l), -(1116,729,l), -(285,729,l), -(-7,0,l) +(219,0,l), +(253,130,l), +(495,130,l), +(530,0,l), +(928,0,l), +(928,172,l), +(685,172,l), +(651,288,l), +(876,288,l), +(876,449,l), +(602,449,l), +(571,557,l), +(925,557,l), +(925,729,l), +(231,729,l), +(10,0,l) ); }, { closed = 1; nodes = ( -(402,476,l), -(430,565,l), -(437,565,l), -(466,476,l), -(528,293,l), -(340,293,l) +(347,482,l), +(370,577,l), +(377,577,l), +(402,482,l), +(453,284,l), +(295,284,l) ); } ); -width = 1141; +width = 959; }, { anchors = ( @@ -343,11 +343,11 @@ width = 509; anchors = ( { name = bottom; -pos = (252,0); +pos = (260,0); }, { name = top; -pos = (403,729); +pos = (411,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -355,37 +355,37 @@ shapes = ( { closed = 1; nodes = ( -(133,0,l), -(168,120,l), -(270,120,l), -(260,0,l), -(540,0,l), -(572,157,l), -(438,157,l), -(443,299,l), -(587,299,l), -(618,445,l), -(448,445,l), -(453,572,l), -(660,572,l), -(691,729,l), -(220,729,l), -(-46,0,l) +(141,0,l), +(176,120,l), +(278,120,l), +(268,0,l), +(548,0,l), +(580,157,l), +(446,157,l), +(451,299,l), +(595,299,l), +(626,445,l), +(456,445,l), +(461,572,l), +(668,572,l), +(699,729,l), +(228,729,l), +(-38,0,l) ); }, { closed = 1; nodes = ( -(276,490,l), -(301,583,l), +(284,490,l), (309,583,l), -(300,490,l), -(281,260,l), -(209,260,l) +(317,583,l), +(308,490,l), +(289,260,l), +(217,260,l) ); } ); -width = 616; +width = 632; }, { anchors = ( @@ -535,11 +535,11 @@ width = 1117; anchors = ( { name = bottom; -pos = (524,0); +pos = (530,0); }, { name = top; -pos = (675,729); +pos = (681,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -547,37 +547,613 @@ shapes = ( { closed = 1; nodes = ( -(183,0,l), -(249,124,l), -(547,124,l), -(566,0,l), -(1081,0,l), -(1118,179,l), -(763,179,l), -(743,282,l), -(1087,282,l), -(1122,449,l), -(711,449,l), -(691,550,l), -(1192,550,l), -(1229,729,l), -(368,729,l), -(-62,0,l) +(189,0,l), +(255,124,l), +(553,124,l), +(572,0,l), +(1087,0,l), +(1124,179,l), +(769,179,l), +(749,282,l), +(1093,282,l), +(1128,449,l), +(717,449,l), +(697,550,l), +(1198,550,l), +(1235,729,l), +(374,729,l), +(-56,0,l) +); +}, +{ +closed = 1; +nodes = ( +(403,400,l), +(478,544,l), +(486,544,l), +(510,400,l), +(527,293,l), +(346,293,l) +); +} +); +width = 1171; +}, +{ +anchors = ( +{ +name = bottom; +pos = (230,0); +}, +{ +name = top; +pos = (230,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(34,0,l), +(79,203,l), +(292,203,l), +(336,0,l), +(458,0,l), +(458,28,l), +(362,28,l), +(290,361,l), +(427,361,l), +(427,389,l), +(284,389,l), +(216,701,l), +(458,701,l), +(458,729,l), +(162,729,l), +(2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(148,518,l), +(183,698,l), +(189,698,l), +(224,518,l), +(286,232,l), +(85,232,l) +); +} +); +width = 460; +}, +{ +anchors = ( +{ +name = bottom; +pos = (302,0); +}, +{ +name = top; +pos = (302,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(178,0,l), +(190,120,l), +(292,120,l), +(305,0,l), +(591,0,l), +(591,157,l), +(455,157,l), +(433,299,l), +(577,299,l), +(577,445,l), +(410,445,l), +(391,572,l), +(591,572,l), +(591,729,l), +(115,729,l), +(3,0,l) +); +}, +{ +closed = 1; +nodes = ( +(229,491,l), +(237,583,l), +(244,583,l), +(253,491,l), +(277,260,l), +(205,260,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = bottom; +pos = (431,0); +}, +{ +name = top; +pos = (431,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(47,0,l), +(123,199,l), +(506,199,l), +(582,0,l), +(850,0,l), +(850,37,l), +(608,37,l), +(484,358,l), +(802,358,l), +(802,392,l), +(471,392,l), +(355,693,l), +(850,693,l), +(850,729,l), +(288,729,l), +(6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(278,605,l), +(312,696,l), +(318,696,l), +(352,605,l), +(493,235,l), +(137,235,l) +); +} +); +width = 867; +}, +{ +anchors = ( +{ +name = bottom; +pos = (474,0); +}, +{ +name = top; +pos = (474,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(205,0,l), +(241,130,l), +(490,130,l), +(526,0,l), +(931,0,l), +(931,172,l), +(683,172,l), +(647,288,l), +(878,288,l), +(878,449,l), +(597,449,l), +(564,557,l), +(928,557,l), +(928,729,l), +(221,729,l), +(-6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(337,482,l), +(362,577,l), +(369,577,l), +(394,482,l), +(448,284,l), +(283,284,l) +); +} +); +width = 939; +}, +{ +anchors = ( +{ +name = bottom; +pos = (562,0); +}, +{ +name = top; +pos = (562,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(52,0,l), +(151,200,l), +(643,200,l), +(741,0,l), +(1106,0,l), +(1106,37,l), +(764,37,l), +(605,358,l), +(1058,358,l), +(1058,392,l), +(588,392,l), +(439,693,l), +(1106,693,l), +(1106,729,l), +(373,729,l), +(11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(342,585,l), +(396,695,l), +(399,695,l), +(454,583,l), +(626,233,l), +(168,233,l) +); +} +); +width = 1118; +}, +{ +anchors = ( +{ +name = bottom; +pos = (561,0); +}, +{ +name = top; +pos = (561,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(230,0,l), +(272,124,l), +(576,124,l), +(618,0,l), +(1109,0,l), +(1109,179,l), +(795,179,l), +(753,282,l), +(1056,282,l), +(1056,449,l), +(686,449,l), +(645,550,l), +(1106,550,l), +(1106,729,l), +(275,729,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,476,l), +(420,565,l), +(427,565,l), +(456,476,l), +(518,293,l), +(330,293,l) +); +} +); +width = 1116; +}, +{ +anchors = ( +{ +name = bottom; +pos = (179,0); +}, +{ +name = top; +pos = (330,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-33,0,l), +(55,205,l), +(269,205,l), +(271,0,l), +(422,0,l), +(428,28,l), +(303,28,l), +(298,361,l), +(467,361,l), +(472,389,l), +(297,389,l), +(292,701,l), +(568,701,l), +(573,729,l), +(248,729,l), +(-67,0,l) +); +}, +{ +closed = 1; +nodes = ( +(199,540,l), +(262,702,l), +(268,702,l), +(266,538,l), +(269,231,l), +(66,231,l) +); +} +); +width = 463; +}, +{ +anchors = ( +{ +name = bottom; +pos = (241,0); +}, +{ +name = top; +pos = (392,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(122,0,l), +(157,120,l), +(259,120,l), +(249,0,l), +(529,0,l), +(561,157,l), +(427,157,l), +(432,299,l), +(576,299,l), +(607,445,l), +(437,445,l), +(442,572,l), +(649,572,l), +(680,729,l), +(209,729,l), +(-57,0,l) +); +}, +{ +closed = 1; +nodes = ( +(265,490,l), +(290,583,l), +(298,583,l), +(289,490,l), +(270,260,l), +(198,260,l) +); +} +); +width = 594; +}, +{ +anchors = ( +{ +name = bottom; +pos = (382,0); +}, +{ +name = top; +pos = (533,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-5,0,l), +(112,200,l), +(482,200,l), +(516,0,l), +(805,0,l), +(812,36,l), +(548,36,l), +(492,358,l), +(834,358,l), +(841,392,l), +(486,392,l), +(434,693,l), +(949,693,l), +(956,729,l), +(380,729,l), +(-47,0,l) +); +}, +{ +closed = 1; +nodes = ( +(339,588,l), +(396,690,l), +(399,690,l), +(418,583,l), +(477,233,l), +(131,233,l) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = bottom; +pos = (406,0); +}, +{ +name = top; +pos = (557,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,0,l), +(199,130,l), +(432,130,l), +(444,0,l), +(854,0,l), +(889,172,l), +(616,172,l), +(604,285,l), +(862,285,l), +(895,446,l), +(585,446,l), +(573,557,l), +(966,557,l), +(1002,729,l), +(311,729,l), +(-66,0,l) +); +}, +{ +closed = 1; +nodes = ( +(354,449,l), +(390,527,l), +(397,527,l), +(404,449,l), +(419,284,l), +(274,284,l) +); +} +); +width = 915; +}, +{ +anchors = ( +{ +name = bottom; +pos = (494,0); +}, +{ +name = top; +pos = (645,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-7,0,l), +(133,200,l), +(616,200,l), +(672,0,l), +(1029,0,l), +(1037,37,l), +(702,37,l), +(611,358,l), +(1058,358,l), +(1065,392,l), +(602,392,l), +(516,693,l), +(1173,693,l), +(1180,729,l), +(460,729,l), +(-49,0,l) +); +}, +{ +closed = 1; +nodes = ( +(427,620,l), +(476,692,l), +(479,692,l), +(498,620,l), +(607,233,l), +(156,233,l) +); +} +); +width = 1096; +}, +{ +anchors = ( +{ +name = bottom; +pos = (520,0); +}, +{ +name = top; +pos = (671,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(179,0,l), +(245,124,l), +(543,124,l), +(562,0,l), +(1077,0,l), +(1114,179,l), +(759,179,l), +(739,282,l), +(1083,282,l), +(1118,449,l), +(707,449,l), +(687,550,l), +(1188,550,l), +(1225,729,l), +(364,729,l), +(-66,0,l) ); }, { closed = 1; nodes = ( -(397,400,l), -(472,544,l), -(480,544,l), -(504,400,l), -(521,293,l), -(340,293,l) +(393,400,l), +(468,544,l), +(476,544,l), +(500,400,l), +(517,293,l), +(336,293,l) ); } ); -width = 1159; +width = 1140; } ); metricLeft = A; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/A_acute.glyph index 0e93e11a..5e7bfa35 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_acute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Aacute; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (137,51); ref = acutecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (284,57); +pos = (362,57); ref = acutecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (271,51); +pos = (318,56); ref = acutecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (344,57); +pos = (280,57); ref = acutecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (318,56); +pos = (263,51); ref = acutecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (145,51); ref = acutecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (258,51); +pos = (297,51); ref = acutecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (351,57); +pos = (369,57); ref = acutecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (312,56); +pos = (331,56); +ref = acutecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (140,57); +ref = acutecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (137,51); +ref = acutecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (292,57); +ref = acutecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (275,51); +ref = acutecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (368,57); +ref = acutecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (333,56); +ref = acutecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (151,57); +ref = acutecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (145,51); +ref = acutecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (307,57); +ref = acutecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (301,51); +ref = acutecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (369,57); +ref = acutecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (329,56); ref = acutecomb; } ); -width = 848; +width = 840; } ); unicode = 193; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_breve.glyph b/sources/MonaSans.glyphspackage/glyphs/A_breve.glyph index c4d69ff8..d0e8810a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_breve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_breve.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Abreve; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (54,51); ref = brevecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (171,51); +pos = (246,57); ref = brevecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (164,51); +pos = (196,56); ref = brevecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (228,57); +pos = (169,51); ref = brevecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (196,56); +pos = (162,51); ref = brevecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (60,51); ref = brevecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (141,51); +pos = (180,51); ref = brevecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (229,57); +pos = (247,57); ref = brevecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (190,51); +pos = (209,51); +ref = brevecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (72,57); +ref = brevecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (54,51); +ref = brevecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (179,51); +ref = brevecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (168,51); +ref = brevecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (252,57); +ref = brevecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (211,56); +ref = brevecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (78,57); +ref = brevecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (60,51); +ref = brevecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (193,57); +ref = brevecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (184,51); +ref = brevecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (247,57); +ref = brevecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (207,51); ref = brevecomb; } ); -width = 848; +width = 840; } ); unicode = 258; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_breveacute.glyph b/sources/MonaSans.glyphspackage/glyphs/A_breveacute.glyph index baafaf50..fe0c9352 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_breveacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_breveacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Abreveacute; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (55,51); ref = brevecomb_acutecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (171,51); +pos = (247,57); ref = brevecomb_acutecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (164,51); +pos = (195,56); ref = brevecomb_acutecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (229,57); +pos = (169,51); ref = brevecomb_acutecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (195,56); +pos = (162,51); ref = brevecomb_acutecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (60,51); ref = brevecomb_acutecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (143,51); +pos = (182,51); ref = brevecomb_acutecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (226,57); +pos = (244,57); ref = brevecomb_acutecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (181,56); +pos = (200,56); +ref = brevecomb_acutecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (72,57); +ref = brevecomb_acutecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (55,51); +ref = brevecomb_acutecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (179,51); +ref = brevecomb_acutecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (168,51); +ref = brevecomb_acutecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (253,57); +ref = brevecomb_acutecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (210,56); +ref = brevecomb_acutecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (81,56); +ref = brevecomb_acutecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (60,51); +ref = brevecomb_acutecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (187,51); +ref = brevecomb_acutecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (186,51); +ref = brevecomb_acutecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (244,57); +ref = brevecomb_acutecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (198,56); ref = brevecomb_acutecomb; } ); -width = 848; +width = 840; } ); unicode = 7854; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_brevedotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/A_brevedotbelow.glyph index 09f039b7..a84f71ee 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_brevedotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_brevedotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Abrevedotbelow; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,75 +36,75 @@ pos = (54,51); ref = brevecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (267,0); +pos = (348,0); ref = dotbelowcomb; }, { -pos = (171,51); +pos = (246,57); ref = brevecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (258,0); +pos = (282,0); ref = dotbelowcomb; }, { -pos = (164,51); +pos = (196,56); ref = brevecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (330,0); +pos = (263,0); ref = dotbelowcomb; }, { -pos = (228,57); +pos = (169,51); ref = brevecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (282,0); +pos = (252,0); ref = dotbelowcomb; }, { -pos = (196,56); +pos = (162,51); ref = brevecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -138,7 +138,7 @@ pos = (60,51); ref = brevecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -164,15 +164,15 @@ shapes = ( ref = A; }, { -pos = (246,0); +pos = (286,0); ref = dotbelowcomb; }, { -pos = (141,51); +pos = (180,51); ref = brevecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -181,15 +181,15 @@ shapes = ( ref = A; }, { -pos = (338,23); +pos = (356,23); ref = dotbelowcomb; }, { -pos = (229,57); +pos = (247,57); ref = brevecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -198,15 +198,222 @@ shapes = ( ref = A; }, { -pos = (277,0); +pos = (296,0); +ref = dotbelowcomb; +}, +{ +pos = (209,51); +ref = brevecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (133,0); +ref = dotbelowcomb; +}, +{ +pos = (72,57); +ref = brevecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (131,0); +ref = dotbelowcomb; +}, +{ +pos = (54,51); +ref = brevecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (275,0); +ref = dotbelowcomb; +}, +{ +pos = (179,51); +ref = brevecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (262,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (168,51); +ref = brevecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (354,0); +ref = dotbelowcomb; +}, +{ +pos = (252,57); +ref = brevecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (297,0); +ref = dotbelowcomb; +}, +{ +pos = (211,56); +ref = brevecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (137,0); +ref = dotbelowcomb; +}, +{ +pos = (78,57); +ref = brevecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (140,0); +ref = dotbelowcomb; +}, +{ +pos = (60,51); +ref = brevecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (293,0); +ref = dotbelowcomb; +}, +{ +pos = (193,57); +ref = brevecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (289,0); +ref = dotbelowcomb; +}, +{ +pos = (184,51); +ref = brevecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (356,23); +ref = dotbelowcomb; +}, +{ +pos = (247,57); +ref = brevecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (288,0); ref = dotbelowcomb; }, { -pos = (190,51); +pos = (207,51); ref = brevecomb; } ); -width = 848; +width = 840; } ); unicode = 7862; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_brevedotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/A_brevedotbelow.ss01.glyph index e2c48047..9083b620 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_brevedotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_brevedotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Abrevedotbelow.ss01; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,75 +36,75 @@ pos = (54,51); ref = brevecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (280,0); +pos = (361,0); ref = dotbelowcomb.ss01; }, { -pos = (171,51); +pos = (246,57); ref = brevecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (247,0); +pos = (294,0); ref = dotbelowcomb.ss01; }, { -pos = (164,51); +pos = (196,56); ref = brevecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (343,0); +pos = (276,0); ref = dotbelowcomb.ss01; }, { -pos = (228,57); +pos = (169,51); ref = brevecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (294,0); +pos = (239,0); ref = dotbelowcomb.ss01; }, { -pos = (196,56); +pos = (162,51); ref = brevecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -138,7 +138,7 @@ pos = (60,51); ref = brevecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -164,15 +164,15 @@ shapes = ( ref = A; }, { -pos = (237,0); +pos = (277,0); ref = dotbelowcomb.ss01; }, { -pos = (141,51); +pos = (180,51); ref = brevecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -181,15 +181,15 @@ shapes = ( ref = A; }, { -pos = (349,23); +pos = (367,23); ref = dotbelowcomb.ss01; }, { -pos = (229,57); +pos = (247,57); ref = brevecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -198,15 +198,219 @@ shapes = ( ref = A; }, { -pos = (291,0); +pos = (310,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (209,51); +ref = brevecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (141,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (72,57); +ref = brevecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (120,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (54,51); +ref = brevecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (288,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (179,51); +ref = brevecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = A; +}, +{ +pos = (261,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (178,51); +ref = brevecomb; +} +); +width = 759; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (367,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (252,57); +ref = brevecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (309,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (211,56); +ref = brevecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (145,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (78,57); +ref = brevecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (131,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (60,51); +ref = brevecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (306,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (193,57); +ref = brevecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (280,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (184,51); +ref = brevecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (367,23); +ref = dotbelowcomb.ss01; +}, +{ +pos = (247,57); +ref = brevecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (302,0); ref = dotbelowcomb.ss01; }, { -pos = (190,51); +pos = (207,51); ref = brevecomb; } ); -width = 848; +width = 840; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/A_brevegrave.glyph b/sources/MonaSans.glyphspackage/glyphs/A_brevegrave.glyph index a7f1444f..66aee08a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_brevegrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_brevegrave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Abrevegrave; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (51,51); ref = brevecomb_gravecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (171,51); +pos = (246,57); ref = brevecomb_gravecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (164,51); +pos = (197,56); ref = brevecomb_gravecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (228,57); +pos = (169,51); ref = brevecomb_gravecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (197,56); +pos = (162,51); ref = brevecomb_gravecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (47,51); ref = brevecomb_gravecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (143,51); +pos = (182,51); ref = brevecomb_gravecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (226,57); +pos = (244,57); ref = brevecomb_gravecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (181,56); +pos = (200,56); +ref = brevecomb_gravecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (73,57); +ref = brevecomb_gravecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (51,51); +ref = brevecomb_gravecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (179,51); +ref = brevecomb_gravecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (168,51); +ref = brevecomb_gravecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (252,57); +ref = brevecomb_gravecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (212,56); +ref = brevecomb_gravecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (87,56); +ref = brevecomb_gravecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (47,51); +ref = brevecomb_gravecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (188,57); +ref = brevecomb_gravecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (186,51); +ref = brevecomb_gravecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (244,57); +ref = brevecomb_gravecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (198,56); ref = brevecomb_gravecomb; } ); -width = 848; +width = 840; } ); unicode = 7856; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_brevehookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/A_brevehookabove.glyph index 6a2e7612..39a4c8ee 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_brevehookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_brevehookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Abrevehookabove; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (55,51); ref = brevecomb_hookabovecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (171,51); +pos = (246,57); ref = brevecomb_hookabovecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (167,51); +pos = (197,56); ref = brevecomb_hookabovecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (228,57); +pos = (169,51); ref = brevecomb_hookabovecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (197,56); +pos = (165,51); ref = brevecomb_hookabovecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (59,51); ref = brevecomb_hookabovecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (143,51); +pos = (182,51); ref = brevecomb_hookabovecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (227,57); +pos = (245,57); ref = brevecomb_hookabovecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (181,56); +pos = (200,56); +ref = brevecomb_hookabovecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (73,57); +ref = brevecomb_hookabovecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (55,51); +ref = brevecomb_hookabovecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (179,51); +ref = brevecomb_hookabovecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (171,51); +ref = brevecomb_hookabovecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (252,57); +ref = brevecomb_hookabovecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (212,56); +ref = brevecomb_hookabovecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (87,56); +ref = brevecomb_hookabovecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (59,51); +ref = brevecomb_hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (188,57); +ref = brevecomb_hookabovecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (186,51); +ref = brevecomb_hookabovecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (245,57); +ref = brevecomb_hookabovecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (198,56); ref = brevecomb_hookabovecomb; } ); -width = 848; +width = 840; } ); unicode = 7858; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_brevetilde.glyph b/sources/MonaSans.glyphspackage/glyphs/A_brevetilde.glyph index 866af3a3..69c08295 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_brevetilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_brevetilde.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Abrevetilde; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (55,51); ref = brevecomb_tildecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (166,57); +pos = (244,57); ref = brevecomb_tildecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (155,51); +pos = (185,56); ref = brevecomb_tildecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (226,57); +pos = (164,57); ref = brevecomb_tildecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (185,56); +pos = (153,51); ref = brevecomb_tildecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (48,51); ref = brevecomb_tildecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -127,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (129,51); +pos = (168,51); ref = brevecomb_tildecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -140,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (210,57); +pos = (228,57); ref = brevecomb_tildecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -153,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (171,56); +pos = (190,56); +ref = brevecomb_tildecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (64,57); +ref = brevecomb_tildecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (55,51); +ref = brevecomb_tildecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (174,57); +ref = brevecomb_tildecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (159,51); +ref = brevecomb_tildecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (250,57); +ref = brevecomb_tildecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (200,56); +ref = brevecomb_tildecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (69,56); +ref = brevecomb_tildecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (48,51); +ref = brevecomb_tildecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (180,57); +ref = brevecomb_tildecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (172,51); +ref = brevecomb_tildecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (228,57); +ref = brevecomb_tildecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (188,56); ref = brevecomb_tildecomb; } ); -width = 848; +width = 840; } ); unicode = 7860; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/A_caron.glyph new file mode 100644 index 00000000..8f2a9ef1 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/A_caron.glyph @@ -0,0 +1,320 @@ +{ +glyphname = Acaron; +kernLeft = KO_A; +kernRight = KO_A; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = A; +}, +{ +pos = (64,57); +ref = caroncomb; +} +); +width = 386; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = A; +}, +{ +pos = (32,51); +ref = caroncomb; +} +); +width = 513; +}, +{ +layerId = m019; +shapes = ( +{ +ref = A; +}, +{ +pos = (173,57); +ref = caroncomb; +} +); +width = 670; +}, +{ +layerId = m020; +shapes = ( +{ +ref = A; +}, +{ +pos = (134,51); +ref = caroncomb; +} +); +width = 750; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = A; +}, +{ +pos = (241,57); +ref = caroncomb; +} +); +width = 839; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = A; +}, +{ +pos = (144,56); +ref = caroncomb; +} +); +width = 892; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = A; +}, +{ +pos = (79,57); +ref = caroncomb; +} +); +width = 389; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (44,51); +ref = caroncomb; +} +); +width = 514; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = A; +}, +{ +pos = (177,57); +ref = caroncomb; +} +); +width = 663; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = A; +}, +{ +pos = (158,51); +ref = caroncomb; +} +); +width = 802; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = A; +}, +{ +pos = (246,57); +ref = caroncomb; +} +); +width = 830; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = A; +}, +{ +pos = (157,56); +ref = caroncomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (67,57); +ref = caroncomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (32,51); +ref = caroncomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (183,57); +ref = caroncomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = A; +}, +{ +pos = (150,51); +ref = caroncomb; +} +); +width = 759; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (247,57); +ref = caroncomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (159,56); +ref = caroncomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (78,57); +ref = caroncomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (44,51); +ref = caroncomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (198,57); +ref = caroncomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (162,51); +ref = caroncomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (246,57); +ref = caroncomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (155,56); +ref = caroncomb; +} +); +width = 840; +} +); +unicode = 461; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/A_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/A_circumflex.glyph index c3d854e9..02c7cfc2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_circumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Acircumflex; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (32,51); ref = circumflexcomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (175,57); +pos = (241,57); ref = circumflexcomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (136,51); +pos = (144,56); ref = circumflexcomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (223,57); +pos = (173,57); ref = circumflexcomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (144,56); +pos = (134,51); ref = circumflexcomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (38,51); ref = circumflexcomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (124,51); +pos = (163,51); ref = circumflexcomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (228,57); +pos = (246,57); ref = circumflexcomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (136,56); +pos = (155,56); +ref = circumflexcomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (67,57); +ref = circumflexcomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (32,51); +ref = circumflexcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (183,57); +ref = circumflexcomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (140,51); +ref = circumflexcomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (247,57); +ref = circumflexcomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (159,56); +ref = circumflexcomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (77,57); +ref = circumflexcomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (38,51); +ref = circumflexcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (197,57); +ref = circumflexcomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (167,51); +ref = circumflexcomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (246,57); +ref = circumflexcomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (153,56); ref = circumflexcomb; } ); -width = 848; +width = 840; } ); unicode = 194; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_circumflexacute.glyph b/sources/MonaSans.glyphspackage/glyphs/A_circumflexacute.glyph index f5d32d47..b918eeed 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_circumflexacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_circumflexacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Acircumflexacute; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (43,51); ref = circumflexcomb_acutecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (175,57); +pos = (241,57); ref = circumflexcomb_acutecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (136,51); +pos = (168,56); ref = circumflexcomb_acutecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (223,57); +pos = (173,57); ref = circumflexcomb_acutecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (168,56); +pos = (133,51); ref = circumflexcomb_acutecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (50,51); ref = circumflexcomb_acutecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (126,51); +pos = (165,51); ref = circumflexcomb_acutecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (228,57); +pos = (246,57); ref = circumflexcomb_acutecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (159,56); +pos = (178,56); +ref = circumflexcomb_acutecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (67,57); +ref = circumflexcomb_acutecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (43,51); +ref = circumflexcomb_acutecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (183,57); +ref = circumflexcomb_acutecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (140,51); +ref = circumflexcomb_acutecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (247,57); +ref = circumflexcomb_acutecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (183,56); +ref = circumflexcomb_acutecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (77,57); +ref = circumflexcomb_acutecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (50,51); +ref = circumflexcomb_acutecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (197,57); +ref = circumflexcomb_acutecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (169,51); +ref = circumflexcomb_acutecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (246,57); +ref = circumflexcomb_acutecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (176,56); ref = circumflexcomb_acutecomb; } ); -width = 848; +width = 840; } ); unicode = 7844; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_circumflexdotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/A_circumflexdotbelow.glyph index 5ffe8741..14566538 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_circumflexdotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_circumflexdotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Acircumflexdotbelow; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,75 +36,75 @@ pos = (32,51); ref = circumflexcomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (267,0); +pos = (348,0); ref = dotbelowcomb; }, { -pos = (175,57); +pos = (241,57); ref = circumflexcomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (258,0); +pos = (282,0); ref = dotbelowcomb; }, { -pos = (136,51); +pos = (144,56); ref = circumflexcomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (330,0); +pos = (263,0); ref = dotbelowcomb; }, { -pos = (223,57); +pos = (173,57); ref = circumflexcomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (282,0); +pos = (252,0); ref = dotbelowcomb; }, { -pos = (144,56); +pos = (134,51); ref = circumflexcomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -138,7 +138,7 @@ pos = (38,51); ref = circumflexcomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -164,15 +164,15 @@ shapes = ( ref = A; }, { -pos = (246,0); +pos = (286,0); ref = dotbelowcomb; }, { -pos = (124,51); +pos = (163,51); ref = circumflexcomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -181,15 +181,15 @@ shapes = ( ref = A; }, { -pos = (338,23); +pos = (356,23); ref = dotbelowcomb; }, { -pos = (228,57); +pos = (246,57); ref = circumflexcomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -198,15 +198,222 @@ shapes = ( ref = A; }, { -pos = (277,0); +pos = (296,0); +ref = dotbelowcomb; +}, +{ +pos = (155,56); +ref = circumflexcomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (133,0); +ref = dotbelowcomb; +}, +{ +pos = (67,57); +ref = circumflexcomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (131,0); +ref = dotbelowcomb; +}, +{ +pos = (32,51); +ref = circumflexcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (275,0); +ref = dotbelowcomb; +}, +{ +pos = (183,57); +ref = circumflexcomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (262,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (140,51); +ref = circumflexcomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (354,0); +ref = dotbelowcomb; +}, +{ +pos = (247,57); +ref = circumflexcomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (297,0); +ref = dotbelowcomb; +}, +{ +pos = (159,56); +ref = circumflexcomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (137,0); +ref = dotbelowcomb; +}, +{ +pos = (77,57); +ref = circumflexcomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (140,0); +ref = dotbelowcomb; +}, +{ +pos = (38,51); +ref = circumflexcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (293,0); +ref = dotbelowcomb; +}, +{ +pos = (197,57); +ref = circumflexcomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (289,0); +ref = dotbelowcomb; +}, +{ +pos = (167,51); +ref = circumflexcomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (356,23); +ref = dotbelowcomb; +}, +{ +pos = (246,57); +ref = circumflexcomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (288,0); ref = dotbelowcomb; }, { -pos = (136,56); +pos = (153,56); ref = circumflexcomb; } ); -width = 848; +width = 840; } ); unicode = 7852; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_circumflexdotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/A_circumflexdotbelow.ss01.glyph index ccf519f1..1e8e5ae3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_circumflexdotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_circumflexdotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Acircumflexdotbelow.ss01; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,75 +36,75 @@ pos = (32,51); ref = circumflexcomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (280,0); +pos = (361,0); ref = dotbelowcomb.ss01; }, { -pos = (175,57); +pos = (241,57); ref = circumflexcomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (247,0); +pos = (294,0); ref = dotbelowcomb.ss01; }, { -pos = (136,51); +pos = (144,56); ref = circumflexcomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (343,0); +pos = (276,0); ref = dotbelowcomb.ss01; }, { -pos = (223,57); +pos = (173,57); ref = circumflexcomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (294,0); +pos = (239,0); ref = dotbelowcomb.ss01; }, { -pos = (144,56); +pos = (134,51); ref = circumflexcomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -138,7 +138,7 @@ pos = (38,51); ref = circumflexcomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -164,15 +164,15 @@ shapes = ( ref = A; }, { -pos = (237,0); +pos = (277,0); ref = dotbelowcomb.ss01; }, { -pos = (124,51); +pos = (163,51); ref = circumflexcomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -181,15 +181,15 @@ shapes = ( ref = A; }, { -pos = (349,23); +pos = (367,23); ref = dotbelowcomb.ss01; }, { -pos = (228,57); +pos = (246,57); ref = circumflexcomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -198,15 +198,219 @@ shapes = ( ref = A; }, { -pos = (291,0); +pos = (310,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (155,56); +ref = circumflexcomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (141,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (67,57); +ref = circumflexcomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (120,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (32,51); +ref = circumflexcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (288,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (183,57); +ref = circumflexcomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = A; +}, +{ +pos = (261,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (150,51); +ref = circumflexcomb; +} +); +width = 759; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (367,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (247,57); +ref = circumflexcomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (309,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (159,56); +ref = circumflexcomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (145,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (77,57); +ref = circumflexcomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (131,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (38,51); +ref = circumflexcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (306,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (197,57); +ref = circumflexcomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (280,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (167,51); +ref = circumflexcomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (367,23); +ref = dotbelowcomb.ss01; +}, +{ +pos = (246,57); +ref = circumflexcomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (302,0); ref = dotbelowcomb.ss01; }, { -pos = (136,56); +pos = (153,56); ref = circumflexcomb; } ); -width = 848; +width = 840; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/A_circumflexgrave.glyph b/sources/MonaSans.glyphspackage/glyphs/A_circumflexgrave.glyph index 1935cbec..463a7dd5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_circumflexgrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_circumflexgrave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Acircumflexgrave; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (43,51); ref = circumflexcomb_gravecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (175,57); +pos = (241,57); ref = circumflexcomb_gravecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (136,51); +pos = (168,56); ref = circumflexcomb_gravecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (223,57); +pos = (173,57); ref = circumflexcomb_gravecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (168,56); +pos = (133,51); ref = circumflexcomb_gravecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (50,51); ref = circumflexcomb_gravecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (126,51); +pos = (165,51); ref = circumflexcomb_gravecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (228,57); +pos = (246,57); ref = circumflexcomb_gravecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (159,56); +pos = (178,56); +ref = circumflexcomb_gravecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (67,57); +ref = circumflexcomb_gravecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (43,51); +ref = circumflexcomb_gravecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (183,57); +ref = circumflexcomb_gravecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (140,51); +ref = circumflexcomb_gravecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (247,57); +ref = circumflexcomb_gravecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (183,56); +ref = circumflexcomb_gravecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (77,57); +ref = circumflexcomb_gravecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (50,51); +ref = circumflexcomb_gravecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (197,57); +ref = circumflexcomb_gravecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (169,51); +ref = circumflexcomb_gravecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (246,57); +ref = circumflexcomb_gravecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (176,56); ref = circumflexcomb_gravecomb; } ); -width = 848; +width = 840; } ); unicode = 7846; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_circumflexhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/A_circumflexhookabove.glyph index a4c62121..ad16029a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_circumflexhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_circumflexhookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Acircumflexhookabove; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (43,51); ref = circumflexcomb_hookabovecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (175,57); +pos = (241,57); ref = circumflexcomb_hookabovecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (136,51); +pos = (168,56); ref = circumflexcomb_hookabovecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (223,57); +pos = (173,57); ref = circumflexcomb_hookabovecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (168,56); +pos = (133,51); ref = circumflexcomb_hookabovecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (50,51); ref = circumflexcomb_hookabovecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (126,51); +pos = (165,51); ref = circumflexcomb_hookabovecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (228,57); +pos = (246,57); ref = circumflexcomb_hookabovecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (159,56); +pos = (178,56); +ref = circumflexcomb_hookabovecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (67,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (43,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (183,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (140,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (247,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (183,56); +ref = circumflexcomb_hookabovecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (77,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (50,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (197,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (169,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (246,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (176,56); ref = circumflexcomb_hookabovecomb; } ); -width = 848; +width = 840; } ); unicode = 7848; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_circumflextilde.glyph b/sources/MonaSans.glyphspackage/glyphs/A_circumflextilde.glyph index 021fe3fc..f0067658 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_circumflextilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_circumflextilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Acircumflextilde; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (43,51); ref = circumflexcomb_tildecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (175,57); +pos = (241,57); ref = circumflexcomb_tildecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (136,51); +pos = (168,56); ref = circumflexcomb_tildecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (223,57); +pos = (173,57); ref = circumflexcomb_tildecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (168,56); +pos = (134,51); ref = circumflexcomb_tildecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (49,51); ref = circumflexcomb_tildecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (126,51); +pos = (165,51); ref = circumflexcomb_tildecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (228,57); +pos = (246,57); ref = circumflexcomb_tildecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (167,56); +pos = (186,56); +ref = circumflexcomb_tildecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (67,57); +ref = circumflexcomb_tildecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (43,51); +ref = circumflexcomb_tildecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (183,57); +ref = circumflexcomb_tildecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (140,51); +ref = circumflexcomb_tildecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (247,57); +ref = circumflexcomb_tildecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (183,56); +ref = circumflexcomb_tildecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (77,57); +ref = circumflexcomb_tildecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (49,51); +ref = circumflexcomb_tildecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (190,57); +ref = circumflexcomb_tildecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (169,51); +ref = circumflexcomb_tildecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (246,57); +ref = circumflexcomb_tildecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (184,56); ref = circumflexcomb_tildecomb; } ); -width = 848; +width = 840; } ); unicode = 7850; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_dieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/A_dieresis.glyph index c312eb17..e784d013 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_dieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_dieresis.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Adieresis; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (24,51); ref = dieresiscomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (177,57); +pos = (243,57); ref = dieresiscomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (140,51); +pos = (152,51); ref = dieresiscomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (225,57); +pos = (175,57); ref = dieresiscomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (152,51); +pos = (138,51); ref = dieresiscomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (23,51); ref = dieresiscomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (124,51); +pos = (163,51); ref = dieresiscomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (232,57); +pos = (250,57); ref = dieresiscomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (143,51); +pos = (162,51); +ref = dieresiscomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (78,57); +ref = dieresiscomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (24,51); +ref = dieresiscomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (185,57); +ref = dieresiscomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (144,51); +ref = dieresiscomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (249,57); +ref = dieresiscomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (167,51); +ref = dieresiscomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (83,57); +ref = dieresiscomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (23,51); +ref = dieresiscomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (202,57); +ref = dieresiscomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (167,51); +ref = dieresiscomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (250,57); +ref = dieresiscomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (160,51); ref = dieresiscomb; } ); -width = 848; +width = 840; } ); unicode = 196; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_dieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/A_dieresis.ss01.glyph index b0f229b6..7d41f09e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_dieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_dieresis.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Adieresis.ss01; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (25,51); ref = dieresiscomb.ss01; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (204,57); +pos = (276,57); ref = dieresiscomb.ss01; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (152,51); +pos = (174,51); ref = dieresiscomb.ss01; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (258,57); +pos = (200,57); ref = dieresiscomb.ss01; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (174,51); +pos = (150,51); ref = dieresiscomb.ss01; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (31,51); ref = dieresiscomb.ss01; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (140,51); +pos = (179,51); ref = dieresiscomb.ss01; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (269,57); +pos = (287,57); ref = dieresiscomb.ss01; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = A; }, { -pos = (172,51); +pos = (191,51); +ref = dieresiscomb.ss01; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (89,57); +ref = dieresiscomb.ss01; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (25,51); +ref = dieresiscomb.ss01; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (212,57); +ref = dieresiscomb.ss01; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = A; +}, +{ +pos = (166,51); +ref = dieresiscomb.ss01; +} +); +width = 759; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (282,57); +ref = dieresiscomb.ss01; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (189,51); +ref = dieresiscomb.ss01; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (96,57); +ref = dieresiscomb.ss01; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (31,51); +ref = dieresiscomb.ss01; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (224,57); +ref = dieresiscomb.ss01; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (183,51); +ref = dieresiscomb.ss01; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (287,57); +ref = dieresiscomb.ss01; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (189,51); ref = dieresiscomb.ss01; } ); -width = 848; +width = 840; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/A_dotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/A_dotbelow.glyph index e7b0e23e..c39467b2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_dotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_dotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Adotbelow; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (131,0); ref = dotbelowcomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (267,0); +pos = (348,0); ref = dotbelowcomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (258,0); +pos = (282,0); ref = dotbelowcomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (330,0); +pos = (263,0); ref = dotbelowcomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (282,0); +pos = (252,0); ref = dotbelowcomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (140,0); ref = dotbelowcomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (246,0); +pos = (286,0); ref = dotbelowcomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (338,23); +pos = (356,23); ref = dotbelowcomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (277,0); +pos = (296,0); +ref = dotbelowcomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (133,0); +ref = dotbelowcomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (131,0); +ref = dotbelowcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (275,0); +ref = dotbelowcomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (262,0); +ref = dotbelowcomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (354,0); +ref = dotbelowcomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (297,0); +ref = dotbelowcomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (137,0); +ref = dotbelowcomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (140,0); +ref = dotbelowcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (293,0); +ref = dotbelowcomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (289,0); +ref = dotbelowcomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (356,23); +ref = dotbelowcomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (288,0); ref = dotbelowcomb; } ); -width = 848; +width = 840; } ); unicode = 7840; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_dotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/A_dotbelow.ss01.glyph index f2c12089..9bf09212 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_dotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_dotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Adotbelow.ss01; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (120,0); ref = dotbelowcomb.ss01; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (280,0); +pos = (361,0); ref = dotbelowcomb.ss01; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (247,0); +pos = (294,0); ref = dotbelowcomb.ss01; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (343,0); +pos = (276,0); ref = dotbelowcomb.ss01; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (294,0); +pos = (239,0); ref = dotbelowcomb.ss01; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (131,0); ref = dotbelowcomb.ss01; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (237,0); +pos = (277,0); ref = dotbelowcomb.ss01; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (349,23); +pos = (367,23); ref = dotbelowcomb.ss01; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = A; }, { -pos = (291,0); +pos = (310,0); +ref = dotbelowcomb.ss01; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (141,0); +ref = dotbelowcomb.ss01; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (120,0); +ref = dotbelowcomb.ss01; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (288,0); +ref = dotbelowcomb.ss01; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = A; +}, +{ +pos = (261,0); +ref = dotbelowcomb.ss01; +} +); +width = 759; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (367,0); +ref = dotbelowcomb.ss01; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (309,0); +ref = dotbelowcomb.ss01; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (145,0); +ref = dotbelowcomb.ss01; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (131,0); +ref = dotbelowcomb.ss01; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (306,0); +ref = dotbelowcomb.ss01; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (280,0); +ref = dotbelowcomb.ss01; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (367,23); +ref = dotbelowcomb.ss01; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (302,0); ref = dotbelowcomb.ss01; } ); -width = 848; +width = 840; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/A_grave.glyph b/sources/MonaSans.glyphspackage/glyphs/A_grave.glyph index cc51c667..8c34230a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_grave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_grave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Agrave; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (40,51); ref = gravecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (205,57); +pos = (276,57); ref = gravecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (174,51); +pos = (201,56); ref = gravecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (258,57); +pos = (201,57); ref = gravecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (201,56); +pos = (174,51); ref = gravecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (55,51); ref = gravecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (157,51); +pos = (196,51); ref = gravecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (264,57); +pos = (282,57); ref = gravecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (195,56); +pos = (214,56); +ref = gravecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (62,57); +ref = gravecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (40,51); +ref = gravecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (213,57); +ref = gravecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (178,51); +ref = gravecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (282,57); +ref = gravecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (216,56); +ref = gravecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (74,57); +ref = gravecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (55,51); +ref = gravecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (230,57); +ref = gravecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (200,51); +ref = gravecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (282,57); +ref = gravecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (212,56); ref = gravecomb; } ); -width = 848; +width = 840; } ); unicode = 192; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_hookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/A_hookabove.glyph index 4cb9e16a..48192ee0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_hookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_hookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ahookabove; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (110,50); ref = hookabovecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (231,57); +pos = (312,57); ref = hookabovecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (220,51); +pos = (282,51); ref = hookabovecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (294,57); +pos = (227,57); ref = hookabovecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (282,51); +pos = (217,51); ref = hookabovecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (109,49); ref = hookabovecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (198,50); +pos = (237,50); ref = hookabovecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (306,56); +pos = (324,56); ref = hookabovecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (260,48); +pos = (279,48); +ref = hookabovecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (115,57); +ref = hookabovecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (110,50); +ref = hookabovecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (239,57); +ref = hookabovecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (224,51); +ref = hookabovecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (318,57); +ref = hookabovecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (297,51); +ref = hookabovecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (103,56); +ref = hookabovecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (109,49); +ref = hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (260,56); +ref = hookabovecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (241,50); +ref = hookabovecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (324,56); +ref = hookabovecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (277,48); ref = hookabovecomb; } ); -width = 848; +width = 840; } ); unicode = 7842; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_macron.glyph b/sources/MonaSans.glyphspackage/glyphs/A_macron.glyph index 76c468ab..851ae61c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_macron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_macron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Amacron; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (55,49); ref = macroncomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (139,57); +pos = (192,58); ref = macroncomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (141,51); +pos = (171,56); ref = macroncomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (174,58); +pos = (137,57); ref = macroncomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (171,56); +pos = (139,51); ref = macroncomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (61,49); ref = macroncomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (145,51); +pos = (184,51); ref = macroncomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (180,58); +pos = (198,58); ref = macroncomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (164,56); +pos = (183,56); +ref = macroncomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (59,58); +ref = macroncomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (55,49); +ref = macroncomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (147,57); +ref = macroncomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (145,51); +ref = macroncomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (198,58); +ref = macroncomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (186,56); +ref = macroncomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (69,58); +ref = macroncomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (61,49); +ref = macroncomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (163,57); +ref = macroncomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (188,51); +ref = macroncomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (198,58); +ref = macroncomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (181,56); ref = macroncomb; } ); -width = 848; +width = 840; } ); unicode = 256; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_ogonek.glyph b/sources/MonaSans.glyphspackage/glyphs/A_ogonek.glyph index b3ad3e81..7586ae6a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_ogonek.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_ogonek.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Aogonek; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (290,0); ref = ogonekcomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (486,0); +pos = (640,0); ref = ogonekcomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (473,0); +pos = (580,0); ref = ogonekcomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (604,0); +pos = (470,0); ref = ogonekcomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (570,0); +pos = (470,0); ref = ogonekcomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (291,0); ref = ogonekcomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (434,0); +pos = (513,0); ref = ogonekcomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (599,0); +pos = (635,0); ref = ogonekcomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (549,0); +pos = (597,0); +ref = ogonekcomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (242,0); +ref = ogonekcomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (300,0); +ref = ogonekcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (494,0); +ref = ogonekcomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (477,0); +ref = ogonekcomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (647,0); +ref = ogonekcomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (589,0); +ref = ogonekcomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (246,0); +ref = ogonekcomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (291,0); +ref = ogonekcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (517,0); +ref = ogonekcomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (514,0); +ref = ogonekcomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (635,0); +ref = ogonekcomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (560,0); ref = ogonekcomb; } ); -width = 848; +width = 840; } ); unicode = 260; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_ring.glyph b/sources/MonaSans.glyphspackage/glyphs/A_ring.glyph index 99f61db4..2e8373ad 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_ring.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_ring.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Aring; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (95,51); ref = ringcomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (206,57); +pos = (272,57); ref = ringcomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (214,51); +pos = (251,56); ref = ringcomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (254,57); +pos = (202,57); ref = ringcomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (251,56); +pos = (212,51); ref = ringcomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (102,51); ref = ringcomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (198,51); +pos = (237,51); ref = ringcomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (258,57); +pos = (276,57); ref = ringcomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (242,51); +pos = (261,51); +ref = ringcomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (93,57); +ref = ringcomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (95,51); +ref = ringcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (214,57); +ref = ringcomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (218,51); +ref = ringcomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (278,57); +ref = ringcomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (266,56); +ref = ringcomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (104,57); +ref = ringcomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (102,51); +ref = ringcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (230,57); +ref = ringcomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (241,51); +ref = ringcomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (276,57); +ref = ringcomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (259,51); ref = ringcomb; } ); -width = 848; +width = 840; } ); unicode = 197; diff --git a/sources/MonaSans.glyphspackage/glyphs/A_tilde.glyph b/sources/MonaSans.glyphspackage/glyphs/A_tilde.glyph index 136409ff..d023dcca 100644 --- a/sources/MonaSans.glyphspackage/glyphs/A_tilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/A_tilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Atilde; -kernLeft = A; -kernRight = A; +kernLeft = KO_A; +kernRight = KO_A; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (17,50); ref = tildecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = A; }, { -pos = (150,57); +pos = (213,57); ref = tildecomb; } ); -width = 678; +width = 839; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = A; }, { -pos = (125,51); +pos = (171,56); ref = tildecomb; } ); -width = 766; +width = 892; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = A; }, { -pos = (195,57); +pos = (148,57); ref = tildecomb; } ); -width = 803; +width = 670; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = A; }, { -pos = (171,56); +pos = (123,51); ref = tildecomb; } ); -width = 871; +width = 750; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (22,50); ref = tildecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -128,11 +128,11 @@ shapes = ( ref = A; }, { -pos = (109,51); +pos = (148,51); ref = tildecomb; } ); -width = 724; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = A; }, { -pos = (202,57); +pos = (220,57); ref = tildecomb; } ); -width = 794; +width = 830; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,169 @@ shapes = ( ref = A; }, { -pos = (168,51); +pos = (187,51); +ref = tildecomb; +} +); +width = 908; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (56,57); +ref = tildecomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = A; +}, +{ +pos = (17,50); +ref = tildecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (158,57); +ref = tildecomb; +} +); +width = 654; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (129,51); +ref = tildecomb; +} +); +width = 743; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = A; +}, +{ +pos = (219,57); +ref = tildecomb; +} +); +width = 830; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = A; +}, +{ +pos = (186,56); +ref = tildecomb; +} +); +width = 884; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = A; +}, +{ +pos = (67,57); +ref = tildecomb; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (22,50); +ref = tildecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = A; +}, +{ +pos = (175,57); +ref = tildecomb; +} +); +width = 657; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (152,51); +ref = tildecomb; +} +); +width = 756; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (220,57); +ref = tildecomb; +} +); +width = 810; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = A; +}, +{ +pos = (185,51); ref = tildecomb; } ); -width = 848; +width = 840; } ); unicode = 195; diff --git a/sources/MonaSans.glyphspackage/glyphs/B_.glyph b/sources/MonaSans.glyphspackage/glyphs/B_.glyph index d10392a2..ee7b304b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/B_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/B_.glyph @@ -1,17 +1,17 @@ { glyphname = B; -kernLeft = H; -kernRight = B; +kernLeft = KO_H; +kernRight = KO_B; layers = ( { anchors = ( { name = bottom; -pos = (232,0); +pos = (240,0); }, { name = top; -pos = (232,729); +pos = (240,729); } ); background = { @@ -72,49 +72,49 @@ shapes = ( { closed = 1; nodes = ( -(226,0,ls), -(370,0,o), -(453,70,o), -(453,206,cs), -(453,297,o), -(420,361,o), -(335,381,c), -(335,387,l), -(406,403,o), -(438,464,o), -(438,537,cs), -(438,654,o), -(386,729,o), -(244,729,cs), -(29,729,l), -(29,0,l) +(234,0,ls), +(378,0,o), +(461,70,o), +(461,206,cs), +(461,297,o), +(428,361,o), +(343,381,c), +(343,387,l), +(414,403,o), +(446,464,o), +(446,537,cs), +(446,654,o), +(394,729,o), +(252,729,cs), +(37,729,l), +(37,0,l) ); }, { closed = 1; nodes = ( -(208,591,l), -(225,591,ls), -(255,591,o), -(271,568,o), -(271,513,cs), -(271,465,o), -(260,433,o), -(225,433,cs), -(192,433,l), -(192,309,l), -(225,309,ls), -(256,309,o), -(276,285,o), -(276,225,cs), -(276,172,o), -(263,141,o), -(224,141,cs), -(208,141,l) +(216,591,l), +(233,591,ls), +(263,591,o), +(279,568,o), +(279,513,cs), +(279,465,o), +(268,433,o), +(233,433,cs), +(200,433,l), +(200,309,l), +(233,309,ls), +(264,309,o), +(284,285,o), +(284,225,cs), +(284,172,o), +(271,141,o), +(232,141,cs), +(216,141,l) ); } ); -width = 466; +width = 482; }, { anchors = ( @@ -227,63 +227,1246 @@ nodes = ( ); } ); -width = 373; +width = 373; +}, +{ +anchors = ( +{ +name = bottom; +pos = (361,0); +}, +{ +name = top; +pos = (361,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(461,0,ls), +(604,0,o), +(695,78,o), +(695,200,cs), +(695,285,o), +(646,356,o), +(549,374,c), +(549,377,l), +(637,397,o), +(676,464,o), +(676,543,cs), +(676,654,o), +(597,729,o), +(462,729,cs), +(72,729,l), +(72,0,l) +); +}, +{ +closed = 1; +nodes = ( +(110,694,l), +(461,694,ls), +(568,694,o), +(638,635,o), +(638,538,cs), +(638,450,o), +(582,391,o), +(477,391,cs), +(101,391,l), +(101,356,l), +(479,356,ls), +(591,356,o), +(655,298,o), +(655,202,cs), +(655,104,o), +(589,36,o), +(461,36,cs), +(110,36,l) +); +} +); +width = 732; +}, +{ +anchors = ( +{ +name = bottom; +pos = (388,0); +}, +{ +name = top; +pos = (388,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(466,0,ls), +(677,0,o), +(761,86,o), +(761,206,cs), +(761,291,o), +(711,356,o), +(621,376,c), +(621,385,l), +(694,406,o), +(738,465,o), +(738,538,cs), +(738,667,o), +(646,729,o), +(479,729,cs), +(47,729,l), +(47,0,l) +); +}, +{ +closed = 1; +nodes = ( +(275,298,l), +(420,298,ls), +(485,298,o), +(518,279,o), +(518,228,cs), +(518,184,o), +(494,155,o), +(421,155,cs), +(275,155,l) +); +}, +{ +closed = 1; +nodes = ( +(275,573,l), +(411,573,ls), +(478,573,o), +(497,549,o), +(497,511,cs), +(497,472,o), +(474,447,o), +(410,447,cs), +(275,447,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(470,0,ls), +(656,0,o), +(761,66,o), +(761,206,cs), +(761,302,o), +(706,358,o), +(618,377,c), +(618,384,l), +(690,407,o), +(738,461,o), +(738,544,cs), +(738,665,o), +(660,729,o), +(482,729,cs), +(53,729,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(281,573,l), +(418,573,ls), +(474,573,o), +(512,559,o), +(512,513,cs), +(512,473,o), +(490,447,o), +(419,447,cs), +(265,447,l), +(265,298,l), +(428,298,ls), +(499,298,o), +(532,277,o), +(532,227,cs), +(532,184,o), +(508,155,o), +(428,155,cs), +(281,155,l) +); +} +); +width = 778; +}, +{ +anchors = ( +{ +name = bottom; +pos = (317,0); +}, +{ +name = top; +pos = (317,729); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(392,0,ls), +(533,0,o), +(622,80,o), +(622,206,cs), +(622,294,o), +(573,367,o), +(478,386,c), +(478,389,l), +(555,408,o), +(592,472,o), +(592,549,cs), +(592,656,o), +(515,729,o), +(382,729,cs), +(105,729,l), +(105,0,l) +); +}, +{ +closed = 1; +nodes = ( +(142,694,l), +(381,694,ls), +(486,694,o), +(554,637,o), +(554,544,cs), +(554,460,o), +(502,403,o), +(403,403,cs), +(133,403,l), +(133,368,l), +(410,368,ls), +(520,368,o), +(582,308,o), +(582,208,cs), +(582,106,o), +(518,36,o), +(392,36,cs), +(142,36,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +2, +8 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +2, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +1, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +4 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +4 +); +stem = -2; +target = ( +0, +10 +); +type = Stem; +} +); +}; +width = 685; +}, +{ +anchors = ( +{ +name = bottom; +pos = (348,0); +}, +{ +name = top; +pos = (348,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(417,0,ls), +(592,0,o), +(690,68,o), +(690,212,cs), +(690,293,o), +(646,359,o), +(567,376,c), +(567,385,l), +(631,405,o), +(670,468,o), +(670,541,cs), +(670,654,o), +(597,729,o), +(444,729,cs), +(64,729,l), +(64,0,l) +); +}, +{ +closed = 1; +nodes = ( +(261,299,l), +(395,299,ls), +(448,299,o), +(484,278,o), +(484,224,cs), +(484,181,o), +(459,153,o), +(393,153,cs), +(261,153,l) +); +}, +{ +closed = 1; +nodes = ( +(261,576,l), +(385,576,ls), +(434,576,o), +(466,558,o), +(466,513,cs), +(466,473,o), +(444,446,o), +(386,446,cs), +(261,446,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(406,0,ls), +(577,0,o), +(672,68,o), +(672,212,cs), +(672,296,o), +(630,360,o), +(532,376,c), +(532,388,l), +(605,406,o), +(653,462,o), +(653,541,cs), +(653,654,o), +(582,729,o), +(434,729,cs), +(62,729,l), +(62,0,l) +); +}, +{ +closed = 1; +nodes = ( +(257,576,l), +(374,576,ls), +(421,576,o), +(450,558,o), +(450,513,cs), +(450,473,o), +(431,446,o), +(375,446,cs), +(242,446,l), +(242,299,l), +(384,299,ls), +(434,299,o), +(468,278,o), +(468,224,cs), +(468,181,o), +(445,153,o), +(382,153,cs), +(257,153,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +}; +width = 715; +}, +{ +anchors = ( +{ +name = bottom; +pos = (137,0); +}, +{ +name = top; +pos = (288,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(118,0,ls), +(250,0,o), +(320,89,o), +(325,240,cs), +(327,301,o), +(303,351,o), +(260,369,c), +(260,372,l), +(333,397,o), +(382,485,o), +(386,587,cs), +(389,672,o), +(348,729,o), +(259,729,cs), +(164,729,l), +(12,0,l) +); +}, +{ +closed = 1; +nodes = ( +(117,359,l), +(192,359,ls), +(261,359,o), +(295,315,o), +(293,242,cs), +(288,106,o), +(227,29,o), +(124,29,cs), +(49,29,l) +); +}, +{ +closed = 1; +nodes = ( +(188,700,l), +(253,700,ls), +(317,700,o), +(357,668,o), +(354,588,cs), +(350,479,o), +(297,389,o), +(209,389,cs), +(125,389,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(118,0,ls), +(250,0,o), +(320,89,o), +(325,240,cs), +(327,301,o), +(303,351,o), +(247,370,c), +(247,373,l), +(335,398,o), +(386,490,o), +(386,596,cs), +(386,676,o), +(345,729,o), +(259,729,cs), +(164,729,l), +(12,0,l) +); +}, +{ +closed = 1; +nodes = ( +(188,700,l), +(253,700,ls), +(315,700,o), +(354,670,o), +(354,596,cs), +(354,484,o), +(299,389,o), +(209,389,cs), +(117,389,l), +(109,359,l), +(192,359,ls), +(261,359,o), +(295,315,o), +(293,242,cs), +(288,106,o), +(227,29,o), +(124,29,cs), +(49,29,l) +); +} +); +width = 371; +}, +{ +anchors = ( +{ +name = bottom; +pos = (195,0); +}, +{ +name = top; +pos = (346,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,ls), +(343,0,o), +(439,95,o), +(444,247,cs), +(446,303,o), +(427,353,o), +(381,375,c), +(383,380,l), +(447,401,o), +(496,474,o), +(499,569,cs), +(502,661,o), +(457,729,o), +(325,729,cs), +(125,729,l), +(-27,0,l) +); +}, +{ +closed = 1; +nodes = ( +(217,309,l), +(231,309,ls), +(260,309,o), +(273,289,o), +(271,253,cs), +(269,189,o), +(240,141,o), +(199,141,cs), +(180,141,l) +); +}, +{ +closed = 1; +nodes = ( +(275,590,l), +(290,590,ls), +(314,590,o), +(329,572,o), +(328,538,cs), +(326,482,o), +(297,433,o), +(258,433,cs), +(241,433,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,0,ls), +(366,0,o), +(452,114,o), +(452,242,cs), +(452,306,o), +(416,363,o), +(360,374,c), +(361,381,l), +(448,397,o), +(507,476,o), +(507,576,cs), +(507,668,o), +(452,729,o), +(333,729,cs), +(133,729,l), +(-19,0,l) +); +}, +{ +closed = 1; +nodes = ( +(283,590,l), +(298,590,ls), +(321,590,o), +(336,573,o), +(336,541,cs), +(336,484,o), +(306,433,o), +(266,433,cs), +(233,433,l), +(209,309,l), +(239,309,ls), +(266,309,o), +(279,292,o), +(279,260,cs), +(279,193,o), +(250,141,o), +(207,141,cs), +(188,141,l) +); +} +); +width = 484; +}, +{ +anchors = ( +{ +name = bottom; +pos = (286,0); +}, +{ +name = top; +pos = (437,729); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(361,0,ls), +(520,0,o), +(621,86,o), +(621,218,cs), +(621,296,o), +(577,354,o), +(500,373,c), +(501,377,l), +(593,399,o), +(658,466,o), +(658,563,cs), +(658,664,o), +(585,729,o), +(468,729,cs), +(191,729,l), +(40,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,693,l), +(468,693,ls), +(563,693,o), +(618,645,o), +(618,564,cs), +(618,457,o), +(541,393,o), +(415,393,cs), +(150,393,l), +(143,358,l), +(418,358,ls), +(517,358,o), +(581,309,o), +(581,220,cs), +(581,106,o), +(501,36,o), +(361,36,cs), +(85,36,l) +); +} +); +width = 685; +}, +{ +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = top; +pos = (455,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(368,0,ls), +(542,0,o), +(660,72,o), +(665,224,cs), +(668,296,o), +(632,355,o), +(578,370,c), +(580,379,l), +(647,398,o), +(706,464,o), +(709,555,cs), +(713,657,o), +(648,729,o), +(494,729,cs), +(154,729,l), +(3,0,l) +); +}, +{ +closed = 1; +nodes = ( +(261,300,l), +(393,300,ls), +(432,300,o), +(462,282,o), +(461,236,cs), +(459,182,o), +(424,153,o), +(366,153,cs), +(230,153,l) +); +}, +{ +closed = 1; +nodes = ( +(319,576,l), +(442,576,ls), +(482,576,o), +(505,557,o), +(503,522,cs), +(502,472,o), +(467,445,o), +(413,445,cs), +(292,445,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(368,0,ls), +(553,0,o), +(660,77,o), +(665,212,cs), +(668,289,o), +(625,351,o), +(556,371,c), +(557,378,l), +(648,403,o), +(703,467,o), +(706,550,cs), +(710,657,o), +(645,729,o), +(491,729,cs), +(154,729,l), +(3,0,l) +); +}, +{ +closed = 1; +nodes = ( +(319,576,l), +(438,576,ls), +(477,576,o), +(503,558,o), +(503,521,cs), +(503,474,o), +(469,445,o), +(415,445,cs), +(276,445,l), +(244,300,l), +(387,300,ls), +(431,300,o), +(461,280,o), +(461,238,cs), +(461,185,o), +(422,153,o), +(362,153,cs), +(230,153,l) +); +} +); +width = 704; +}, +{ +anchors = ( +{ +name = bottom; +pos = (315,0); +}, +{ +name = top; +pos = (466,729); +} +); +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(402,0,ls), +(573,0,o), +(673,83,o), +(678,221,cs), +(681,295,o), +(635,357,o), +(567,372,c), +(567,375,l), +(661,395,o), +(728,468,o), +(732,564,cs), +(735,669,o), +(673,729,o), +(537,729,cs), +(169,729,l), +(18,0,l) +); +}, +{ +closed = 1; +nodes = ( +(201,694,l), +(530,694,ls), +(639,694,o), +(695,647,o), +(692,562,cs), +(688,456,o), +(613,391,o), +(483,391,cs), +(129,391,l), +(120,356,l), +(485,356,ls), +(590,356,o), +(641,307,o), +(638,219,cs), +(634,104,o), +(550,36,o), +(409,36,cs), +(63,36,l) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = bottom; +pos = (342,0); +}, +{ +name = top; +pos = (493,729); +} +); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(431,0,ls), +(628,0,o), +(745,81,o), +(745,220,cs), +(745,303,o), +(698,353,o), +(636,371,c), +(637,378,l), +(733,403,o), +(787,467,o), +(787,556,cs), +(787,665,o), +(710,729,o), +(555,729,cs), +(149,729,l), +(-3,0,l) +); +}, +{ +closed = 1; +nodes = ( +(344,573,l), +(478,573,ls), +(526,573,o), +(556,559,o), +(556,520,cs), +(556,469,o), +(522,446,o), +(454,446,cs), +(301,446,l), +(271,297,l), +(430,297,ls), +(484,297,o), +(517,281,o), +(517,238,cs), +(517,181,o), +(480,155,o), +(403,155,cs), +(257,155,l) +); +} +); +width = 776; +}, +{ +anchors = ( +{ +name = bottom; +pos = (166,0); +}, +{ +name = top; +pos = (164,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(172,0,ls), +(291,0,o), +(336,81,o), +(336,200,cs), +(336,279,o), +(306,355,o), +(241,374,c), +(241,376,l), +(287,392,o), +(323,456,o), +(323,543,cs), +(323,670,o), +(271,729,o), +(173,729,cs), +(66,729,l), +(66,0,l) +); +}, +{ +closed = 1; +nodes = ( +(97,359,l), +(183,359,ls), +(258,359,o), +(302,299,o), +(302,201,cs), +(302,77,o), +(258,29,o), +(172,29,cs), +(97,29,l) +); +}, +{ +closed = 1; +nodes = ( +(97,700,l), +(172,700,ls), +(260,700,o), +(292,635,o), +(292,539,cs), +(292,449,o), +(252,389,o), +(182,389,cs), +(97,389,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,0,ls), +(264,0,o), +(310,67,o), +(310,215,cs), +(310,321,o), +(276,389,o), +(207,405,c), +(207,406,l), +(265,421,o), +(294,480,o), +(294,558,cs), +(294,669,o), +(250,729,o), +(155,729,cs), +(42,729,l), +(42,0,l) +); +}, +{ +closed = 1; +nodes = ( +(73,700,l), +(155,700,ls), +(231,700,o), +(263,649,o), +(263,554,cs), +(263,471,o), +(227,419,o), +(164,419,cs), +(66,419,l), +(66,389,l), +(167,389,ls), +(237,389,o), +(276,322,o), +(276,216,cs), +(276,78,o), +(240,29,o), +(157,29,cs), +(73,29,l) +); +} +); +width = 330; +}, +{ +anchors = ( +{ +name = bottom; +pos = (222,0); +}, +{ +name = top; +pos = (222,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(227,0,ls), +(371,0,o), +(454,70,o), +(454,206,cs), +(454,296,o), +(421,360,o), +(358,381,c), +(358,387,l), +(407,404,o), +(439,465,o), +(439,537,cs), +(439,654,o), +(387,729,o), +(245,729,cs), +(30,729,l), +(30,0,l) +); +}, +{ +closed = 1; +nodes = ( +(209,309,l), +(226,309,ls), +(257,309,o), +(277,285,o), +(277,225,cs), +(277,172,o), +(264,141,o), +(225,141,cs), +(209,141,l) +); +}, +{ +closed = 1; +nodes = ( +(209,591,l), +(226,591,ls), +(256,591,o), +(272,568,o), +(272,513,cs), +(272,465,o), +(261,433,o), +(226,433,cs), +(209,433,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(222,0,ls), +(373,0,o), +(450,71,o), +(450,212,cs), +(450,318,o), +(414,376,o), +(336,395,c), +(336,396,l), +(401,411,o), +(439,466,o), +(439,543,cs), +(439,666,o), +(373,729,o), +(244,729,cs), +(18,729,l), +(18,0,l) +); +}, +{ +closed = 1; +nodes = ( +(198,591,l), +(219,591,ls), +(248,591,o), +(263,568,o), +(263,519,cs), +(263,476,o), +(253,444,o), +(219,444,cs), +(182,444,l), +(182,320,l), +(215,320,ls), +(245,320,o), +(264,296,o), +(264,231,cs), +(264,172,o), +(252,141,o), +(214,141,cs), +(198,141,l) +); +} +); +width = 454; }, { anchors = ( { name = bottom; -pos = (336,0); +pos = (312,0); }, { name = top; -pos = (336,729); +pos = (312,729); } ); -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(398,0,ls), -(541,0,o), -(632,78,o), -(632,200,cs), -(632,285,o), -(583,356,o), -(486,374,c), -(486,377,l), -(574,397,o), -(613,464,o), -(613,543,cs), -(613,654,o), -(534,729,o), -(399,729,cs), -(94,729,l), -(94,0,l) +(374,0,ls), +(518,0,o), +(610,79,o), +(610,208,cs), +(610,301,o), +(560,374,o), +(462,392,c), +(462,393,l), +(545,413,o), +(583,480,o), +(583,551,cs), +(583,655,o), +(505,729,o), +(371,729,cs), +(70,729,l), +(70,0,l) ); }, { closed = 1; nodes = ( -(132,694,l), -(398,694,ls), -(505,694,o), -(575,635,o), -(575,538,cs), -(575,450,o), -(519,391,o), -(414,391,cs), -(123,391,l), -(123,356,l), -(416,356,ls), -(528,356,o), -(592,298,o), -(592,202,cs), -(592,104,o), -(526,36,o), -(398,36,cs), -(132,36,l) +(108,694,l), +(370,694,ls), +(476,694,o), +(545,636,o), +(545,546,cs), +(545,466,o), +(490,408,o), +(386,408,cs), +(99,408,l), +(99,373,l), +(392,373,ls), +(504,373,o), +(570,312,o), +(570,210,cs), +(570,105,o), +(503,36,o), +(374,36,cs), +(108,36,l) ); } ); @@ -376,17 +1559,17 @@ type = Stem; } ); }; -width = 688; +width = 644; }, { anchors = ( { name = bottom; -pos = (352,0); +pos = (323,0); }, { name = top; -pos = (352,729); +pos = (323,729); } ); background = { @@ -442,127 +1625,127 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(412,0,ls), -(587,0,o), -(685,68,o), -(685,212,cs), -(685,294,o), -(640,360,o), -(539,376,c), -(540,384,l), -(615,402,o), -(665,459,o), -(665,541,cs), -(665,654,o), -(592,729,o), -(439,729,cs), -(59,729,l), -(59,0,l) +(384,0,ls), +(559,0,o), +(657,68,o), +(657,214,cs), +(657,298,o), +(612,369,o), +(510,385,c), +(510,386,l), +(586,405,o), +(635,466,o), +(635,543,cs), +(635,654,o), +(562,729,o), +(409,729,cs), +(30,729,l), +(30,0,l) ); }, { closed = 1; nodes = ( -(256,576,l), -(380,576,ls), -(429,576,o), -(461,558,o), -(461,513,cs), -(461,473,o), -(439,446,o), -(381,446,cs), -(240,446,l), -(240,299,l), -(390,299,ls), -(443,299,o), -(479,278,o), -(479,224,cs), -(479,181,o), -(454,153,o), -(388,153,cs), -(256,153,l) +(227,576,l), +(346,576,ls), +(398,576,o), +(425,555,o), +(425,515,cs), +(425,477,o), +(392,450,o), +(347,450,cs), +(211,450,l), +(211,303,l), +(358,303,ls), +(412,303,o), +(447,273,o), +(447,226,cs), +(447,181,o), +(422,153,o), +(356,153,cs), +(227,153,l) ); } ); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; }; -width = 711; +width = 660; }, { anchors = ( { name = bottom; -pos = (361,0); +pos = (351,0); }, { name = top; -pos = (361,729); +pos = (351,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(461,0,ls), -(604,0,o), -(695,78,o), -(695,200,cs), -(695,285,o), -(646,356,o), -(549,374,c), -(549,377,l), -(637,397,o), -(676,464,o), -(676,543,cs), -(676,654,o), -(597,729,o), -(462,729,cs), -(72,729,l), -(72,0,l) +(455,0,ls), +(598,0,o), +(689,78,o), +(689,206,cs), +(689,306,o), +(633,374,o), +(539,387,c), +(539,388,l), +(623,408,o), +(660,476,o), +(660,549,cs), +(660,654,o), +(581,729,o), +(446,729,cs), +(62,729,l), +(62,0,l) ); }, { closed = 1; nodes = ( -(110,694,l), -(461,694,ls), -(568,694,o), -(638,635,o), -(638,538,cs), -(638,450,o), -(582,391,o), -(477,391,cs), -(101,391,l), -(101,356,l), -(479,356,ls), -(591,356,o), -(655,298,o), -(655,202,cs), -(655,104,o), -(589,36,o), -(461,36,cs), -(110,36,l) +(100,694,l), +(445,694,ls), +(552,694,o), +(622,635,o), +(622,544,cs), +(622,462,o), +(566,403,o), +(461,403,cs), +(91,403,l), +(91,368,l), +(473,368,ls), +(585,368,o), +(649,310,o), +(649,208,cs), +(649,104,o), +(583,36,o), +(455,36,cs), +(100,36,l) ); } ); -width = 732; +width = 712; }, { anchors = ( { name = bottom; -pos = (382,0); +pos = (367,0); }, { name = top; -pos = (382,729); +pos = (367,729); } ); background = { @@ -618,64 +1801,64 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(464,0,ls), -(650,0,o), -(755,66,o), -(755,206,cs), -(755,302,o), -(700,358,o), -(612,377,c), -(612,384,l), -(684,407,o), -(732,461,o), -(732,544,cs), -(732,665,o), -(654,729,o), -(476,729,cs), -(47,729,l), -(47,0,l) +(453,0,ls), +(646,0,o), +(744,71,o), +(744,212,cs), +(744,307,o), +(694,365,o), +(597,385,c), +(597,386,l), +(671,410,o), +(715,469,o), +(715,545,cs), +(715,665,o), +(627,729,o), +(459,729,cs), +(32,729,l), +(32,0,l) ); }, { closed = 1; nodes = ( -(275,573,l), -(412,573,ls), -(468,573,o), -(506,559,o), -(506,513,cs), -(506,473,o), -(484,447,o), -(413,447,cs), -(259,447,l), -(259,298,l), -(422,298,ls), -(493,298,o), -(526,277,o), -(526,227,cs), -(526,184,o), -(502,155,o), -(422,155,cs), -(275,155,l) +(260,573,l), +(395,573,ls), +(451,573,o), +(489,559,o), +(489,514,cs), +(489,475,o), +(467,449,o), +(396,449,cs), +(244,449,l), +(244,300,l), +(411,300,ls), +(482,300,o), +(515,279,o), +(515,228,cs), +(515,184,o), +(491,155,o), +(411,155,cs), +(260,155,l) ); } ); -width = 766; +width = 744; }, { anchors = ( { name = bottom; -pos = (137,0); +pos = (108,0); }, { name = top; -pos = (288,729); +pos = (259,729); } ); background = { @@ -731,64 +1914,64 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(118,0,ls), -(250,0,o), -(320,89,o), -(325,240,cs), -(327,301,o), -(303,351,o), -(247,370,c), -(247,373,l), -(335,398,o), -(386,490,o), -(386,596,cs), -(386,676,o), -(345,729,o), -(259,729,cs), -(164,729,l), -(12,0,l) +(105,0,ls), +(235,0,o), +(298,99,o), +(306,246,cs), +(310,319,o), +(290,377,o), +(236,399,c), +(236,400,l), +(314,420,o), +(368,508,o), +(368,605,cs), +(368,682,o), +(329,729,o), +(247,729,cs), +(141,729,l), +(-11,0,l) ); }, { closed = 1; nodes = ( -(188,700,l), -(253,700,ls), -(315,700,o), -(354,670,o), -(354,596,cs), -(354,484,o), -(299,389,o), -(209,389,cs), -(117,389,l), -(109,359,l), -(192,359,ls), -(261,359,o), -(295,315,o), -(293,242,cs), -(288,106,o), -(227,29,o), -(124,29,cs), -(49,29,l) +(166,700,l), +(241,700,ls), +(299,700,o), +(336,674,o), +(336,605,cs), +(336,498,o), +(273,417,o), +(200,417,cs), +(99,417,l), +(91,387,l), +(183,387,ls), +(244,387,o), +(277,340,o), +(274,259,cs), +(269,112,o), +(208,29,o), +(111,29,cs), +(27,29,l) ); } ); -width = 371; +width = 328; }, { anchors = ( { name = bottom; -pos = (187,0); +pos = (176,0); }, { name = top; -pos = (338,729); +pos = (327,729); } ); background = { @@ -844,124 +2027,124 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(174,0,ls), -(358,0,o), -(444,114,o), -(444,242,cs), -(444,306,o), -(408,363,o), -(352,374,c), -(353,381,l), -(440,397,o), -(499,476,o), -(499,576,cs), -(499,668,o), -(444,729,o), -(325,729,cs), -(125,729,l), -(-27,0,l) +(163,0,ls), +(348,0,o), +(435,116,o), +(435,248,cs), +(435,316,o), +(399,372,o), +(348,385,c), +(349,386,l), +(430,404,o), +(488,481,o), +(488,578,cs), +(488,668,o), +(433,729,o), +(314,729,cs), +(114,729,l), +(-38,0,l) ); }, { closed = 1; nodes = ( -(275,590,l), -(290,590,ls), -(313,590,o), -(328,573,o), -(328,541,cs), -(328,484,o), -(298,433,o), -(258,433,cs), -(225,433,l), -(201,309,l), -(231,309,ls), -(258,309,o), -(271,292,o), -(271,260,cs), -(271,193,o), -(242,141,o), -(199,141,cs), -(180,141,l) +(264,590,l), +(279,590,ls), +(302,590,o), +(317,573,o), +(317,541,cs), +(317,484,o), +(287,440,o), +(249,440,cs), +(216,440,l), +(192,315,l), +(222,315,ls), +(248,315,o), +(262,297,o), +(262,264,cs), +(262,195,o), +(229,141,o), +(188,141,cs), +(169,141,l) ); } ); -width = 468; +width = 446; }, { anchors = ( { name = bottom; -pos = (286,0); +pos = (262,0); }, { name = top; -pos = (437,729); +pos = (413,729); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(361,0,ls), -(520,0,o), -(621,86,o), -(621,218,cs), -(621,296,o), -(577,354,o), -(500,373,c), -(501,377,l), -(593,399,o), -(658,466,o), -(658,563,cs), -(658,664,o), -(585,729,o), -(468,729,cs), -(191,729,l), -(40,0,l) +(337,0,ls), +(497,0,o), +(599,88,o), +(599,224,cs), +(599,305,o), +(557,367,o), +(483,387,c), +(483,388,l), +(571,409,o), +(634,472,o), +(634,563,cs), +(634,664,o), +(561,729,o), +(444,729,cs), +(167,729,l), +(16,0,l) ); }, { closed = 1; nodes = ( -(222,693,l), -(468,693,ls), -(563,693,o), -(618,645,o), -(618,564,cs), -(618,457,o), -(541,393,o), -(415,393,cs), -(150,393,l), -(143,358,l), -(418,358,ls), -(517,358,o), -(581,309,o), -(581,220,cs), -(581,106,o), -(501,36,o), -(361,36,cs), -(85,36,l) +(198,693,l), +(444,693,ls), +(539,693,o), +(594,645,o), +(594,564,cs), +(594,464,o), +(519,404,o), +(397,404,cs), +(132,404,l), +(125,369,l), +(400,369,ls), +(497,369,o), +(559,318,o), +(559,226,cs), +(559,108,o), +(478,36,o), +(337,36,cs), +(61,36,l) ); } ); -width = 685; +width = 637; }, { anchors = ( { name = bottom; -pos = (304,0); +pos = (275,0); }, { name = top; -pos = (455,729); +pos = (426,729); } ); background = { @@ -1017,174 +2200,174 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(368,0,ls), -(553,0,o), -(660,77,o), -(665,212,cs), -(668,289,o), -(625,351,o), -(556,371,c), -(557,378,l), -(648,403,o), -(703,467,o), -(706,550,cs), -(710,657,o), -(645,729,o), -(491,729,cs), -(154,729,l), -(3,0,l) +(344,0,ls), +(529,0,o), +(636,78,o), +(641,219,cs), +(644,293,o), +(601,359,o), +(536,379,c), +(536,380,l), +(623,405,o), +(679,469,o), +(682,548,cs), +(686,655,o), +(621,729,o), +(467,729,cs), +(125,729,l), +(-26,0,l) ); }, { closed = 1; nodes = ( -(319,576,l), -(438,576,ls), -(477,576,o), -(503,558,o), -(503,521,cs), -(503,474,o), -(469,445,o), -(415,445,cs), -(276,445,l), -(244,300,l), -(387,300,ls), -(431,300,o), -(461,280,o), -(461,238,cs), -(461,185,o), -(422,153,o), -(362,153,cs), -(230,153,l) +(290,576,l), +(409,576,ls), +(448,576,o), +(474,558,o), +(474,522,cs), +(474,477,o), +(440,450,o), +(386,450,cs), +(247,450,l), +(215,304,l), +(358,304,ls), +(402,304,o), +(432,283,o), +(432,239,cs), +(432,185,o), +(393,153,o), +(333,153,cs), +(201,153,l) ); } ); -width = 704; +width = 656; }, { anchors = ( { name = bottom; -pos = (315,0); +pos = (305,0); }, { name = top; -pos = (466,729); +pos = (456,729); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(402,0,ls), -(573,0,o), -(673,83,o), -(678,221,cs), -(681,295,o), -(635,357,o), -(567,372,c), -(567,375,l), -(661,395,o), -(728,468,o), -(732,564,cs), -(735,669,o), -(673,729,o), -(537,729,cs), -(169,729,l), -(18,0,l) +(395,0,ls), +(565,0,o), +(663,79,o), +(668,221,cs), +(671,295,o), +(625,357,o), +(557,372,c), +(557,375,l), +(651,395,o), +(718,468,o), +(722,564,cs), +(725,670,o), +(654,729,o), +(525,729,cs), +(159,729,l), +(8,0,l) ); }, { closed = 1; nodes = ( -(201,694,l), -(530,694,ls), -(639,694,o), -(695,647,o), -(692,562,cs), -(688,456,o), -(613,391,o), -(483,391,cs), -(129,391,l), -(120,356,l), -(485,356,ls), -(590,356,o), -(641,307,o), -(638,219,cs), -(634,104,o), -(550,36,o), -(409,36,cs), -(63,36,l) +(191,694,l), +(522,694,ls), +(631,694,o), +(685,647,o), +(682,562,cs), +(678,456,o), +(603,391,o), +(473,391,cs), +(119,391,l), +(110,356,l), +(475,356,ls), +(580,356,o), +(631,307,o), +(628,219,cs), +(624,104,o), +(540,36,o), +(399,36,cs), +(53,36,l) ); } ); -width = 727; +width = 707; }, { anchors = ( { name = bottom; -pos = (336,0); +pos = (321,0); }, { name = top; -pos = (487,729); +pos = (472,729); } ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(425,0,ls), -(622,0,o), -(739,81,o), -(739,220,cs), -(739,303,o), -(692,353,o), -(630,371,c), -(631,378,l), -(727,403,o), -(781,467,o), -(781,556,cs), -(781,665,o), -(704,729,o), -(549,729,cs), -(143,729,l), -(-9,0,l) +(410,0,ls), +(607,0,o), +(724,81,o), +(724,220,cs), +(724,303,o), +(677,353,o), +(615,371,c), +(616,378,l), +(712,403,o), +(766,467,o), +(766,556,cs), +(766,665,o), +(689,729,o), +(534,729,cs), +(128,729,l), +(-24,0,l) ); }, { closed = 1; nodes = ( -(338,573,l), -(472,573,ls), -(520,573,o), -(550,559,o), -(550,520,cs), -(550,469,o), -(516,446,o), -(448,446,cs), -(295,446,l), -(265,297,l), -(424,297,ls), -(478,297,o), -(511,281,o), -(511,238,cs), -(511,181,o), -(474,155,o), -(397,155,cs), -(251,155,l) +(323,573,l), +(457,573,ls), +(505,573,o), +(535,559,o), +(535,520,cs), +(535,469,o), +(501,446,o), +(433,446,cs), +(280,446,l), +(250,297,l), +(409,297,ls), +(463,297,o), +(496,281,o), +(496,238,cs), +(496,181,o), +(459,155,o), +(382,155,cs), +(236,155,l) ); } ); -width = 764; +width = 740; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/C_.glyph b/sources/MonaSans.glyphspackage/glyphs/C_.glyph index 76c83c63..7ba8d27b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/C_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/C_.glyph @@ -1,17 +1,17 @@ { glyphname = C; -kernLeft = O; -kernRight = C; +kernLeft = KO_O; +kernRight = KO_C; layers = ( { anchors = ( { name = bottom; -pos = (242,0); +pos = (250,0); }, { name = top; -pos = (242,729); +pos = (250,729); } ); background = { @@ -57,36 +57,36 @@ shapes = ( { closed = 1; nodes = ( -(385,-9,o), -(462,69,o), -(467,270,c), -(297,270,l), -(293,190,o), -(286,147,o), -(248,147,cs), -(209,147,o), -(197,203,o), -(197,365,cs), -(197,515,o), -(206,583,o), -(248,583,cs), -(284,583,o), -(292,546,o), -(297,465,c), -(467,465,l), -(458,668,o), -(383,739,o), -(247,739,cs), -(67,739,o), -(16,593,o), -(16,365,cs), -(16,136,o), -(65,-9,o), -(235,-9,cs) +(393,-9,o), +(470,69,o), +(475,270,c), +(305,270,l), +(301,190,o), +(294,147,o), +(256,147,cs), +(217,147,o), +(205,203,o), +(205,365,cs), +(205,515,o), +(214,583,o), +(256,583,cs), +(292,583,o), +(300,546,o), +(305,465,c), +(475,465,l), +(466,668,o), +(391,739,o), +(255,739,cs), +(75,739,o), +(24,593,o), +(24,365,cs), +(24,136,o), +(73,-9,o), +(243,-9,cs) ); } ); -width = 481; +width = 497; }, { anchors = ( @@ -175,11 +175,105 @@ width = 403; anchors = ( { name = bottom; -pos = (412,0); +pos = (401,0); +}, +{ +name = top; +pos = (401,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(607,-8,o), +(745,88,o), +(768,238,c), +(729,238,l), +(706,111,o), +(589,28,o), +(417,28,cs), +(205,28,o), +(76,162,o), +(76,364,cs), +(76,566,o), +(205,700,o), +(417,700,cs), +(582,700,o), +(703,620,o), +(729,494,c), +(768,494,l), +(739,643,o), +(603,736,o), +(417,736,cs), +(188,736,o), +(36,587,o), +(36,364,cs), +(36,142,o), +(187,-8,o), +(417,-8,cs) +); +} +); +width = 797; +}, +{ +anchors = ( +{ +name = bottom; +pos = (428,0); +}, +{ +name = top; +pos = (428,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(655,-10,o), +(819,97,o), +(838,259,c), +(610,259,l), +(594,204,o), +(523,170,o), +(443,170,cs), +(326,170,o), +(249,230,o), +(249,365,cs), +(249,500,o), +(326,560,o), +(443,560,cs), +(524,560,o), +(591,524,o), +(608,471,c), +(838,471,l), +(819,630,o), +(675,739,o), +(443,739,cs), +(172,739,o), +(18,592,o), +(18,365,cs), +(18,138,o), +(172,-10,o), +(443,-10,cs) +); +} +); +width = 850; +}, +{ +anchors = ( +{ +name = bottom; +pos = (410,0); }, { name = top; -pos = (412,729); +pos = (410,729); } ); background = { @@ -187,67 +281,67 @@ shapes = ( { closed = 1; nodes = ( -(578,-8,o), -(703,87,o), -(724,237,c), -(684,238,l), -(664,111,o), -(559,28,o), -(405,28,cs), -(216,28,o), -(101,162,o), -(101,364,cs), -(101,566,o), -(216,700,o), -(405,700,cs), -(558,700,o), -(662,615,o), -(684,494,c), -(724,494,l), -(698,643,o), -(574,736,o), -(405,736,cs), -(198,736,o), -(60,586,o), -(60,364,cs), -(60,143,o), -(197,-8,o), -(405,-8,cs) +(581,-8,o), +(706,87,o), +(727,237,c), +(687,238,l), +(667,111,o), +(562,28,o), +(408,28,cs), +(219,28,o), +(104,162,o), +(104,364,cs), +(104,566,o), +(219,700,o), +(408,700,cs), +(561,700,o), +(665,615,o), +(687,494,c), +(727,494,l), +(701,643,o), +(577,736,o), +(408,736,cs), +(201,736,o), +(63,586,o), +(63,364,cs), +(63,143,o), +(200,-8,o), +(408,-8,cs) ); } ); }; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(578,-8,o), -(703,88,o), -(724,238,c), -(684,238,l), -(664,111,o), -(559,28,o), -(405,28,cs), -(214,28,o), -(96,163,o), -(96,364,cs), -(96,565,o), -(213,700,o), -(405,700,cs), -(558,700,o), -(662,615,o), -(684,494,c), -(724,494,l), -(698,643,o), -(574,736,o), -(405,736,cs), -(194,736,o), -(55,588,o), -(55,364,cs), -(55,142,o), -(193,-8,o), -(405,-8,cs) +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(549,-8,o), +(656,77,o), +(684,214,c), +(646,214,l), +(622,101,o), +(531,28,o), +(403,28,cs), +(231,28,o), +(127,163,o), +(127,364,cs), +(127,565,o), +(230,700,o), +(403,700,cs), +(532,700,o), +(622,624,o), +(646,514,c), +(684,514,l), +(655,651,o), +(547,736,o), +(403,736,cs), +(212,736,o), +(88,588,o), +(88,364,cs), +(88,142,o), +(211,-8,o), +(403,-8,cs) ); } ); @@ -293,17 +387,17 @@ type = Stem; } ); }; -width = 771; +width = 765; }, { anchors = ( { name = bottom; -pos = (387,0); +pos = (386,0); }, { name = top; -pos = (387,729); +pos = (386,729); } ); background = { @@ -311,189 +405,95 @@ shapes = ( { closed = 1; nodes = ( -(589,-10,o), -(731,98,o), -(748,258,c), -(543,258,l), -(529,200,o), -(469,162,o), -(400,162,c), -(400,-10,l) +(599,-10,o), +(741,98,o), +(758,258,c), +(553,258,l), +(539,200,o), +(479,162,o), +(410,162,c), +(410,-10,l) ); }, { closed = 1; nodes = ( -(176,739,o), -(26,607,o), -(26,365,cs), -(26,122,o), -(176,-10,o), -(400,-10,c), -(400,162,l), -(300,162,o), -(234,220,o), -(234,365,cs), -(234,509,o), -(300,567,o), -(400,567,c), -(400,739,l) +(186,739,o), +(36,607,o), +(36,365,cs), +(36,122,o), +(186,-10,o), +(410,-10,c), +(410,162,l), +(310,162,o), +(244,220,o), +(244,365,cs), +(244,509,o), +(310,567,o), +(410,567,c), +(410,739,l) ); }, { closed = 1; nodes = ( -(473,567,o), -(527,528,o), -(543,472,c), -(748,472,l), -(731,631,o), -(594,739,o), -(400,739,c), -(400,567,l) +(483,567,o), +(537,528,o), +(553,472,c), +(758,472,l), +(741,631,o), +(604,739,o), +(410,739,c), +(410,567,l) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(589,-10,o), -(731,98,o), -(748,258,c), -(543,258,l), -(529,200,o), -(469,162,o), +(579,-10,o), +(714,98,o), +(730,258,c), +(527,258,l), +(515,201,o), +(461,162,o), (400,162,cs), -(302,162,o), -(236,220,o), -(236,365,cs), -(236,509,o), -(302,567,o), +(312,162,o), +(252,220,o), +(252,365,cs), +(252,509,o), +(312,567,o), (400,567,cs), -(473,567,o), -(527,528,o), -(543,472,c), -(748,472,l), -(731,631,o), -(594,739,o), +(466,567,o), +(513,526,o), +(527,472,c), +(730,472,l), +(714,631,o), +(583,739,o), (400,739,cs), -(177,739,o), -(28,607,o), -(28,365,cs), -(28,122,o), -(177,-10,o), +(188,739,o), +(47,607,o), +(47,365,cs), +(47,122,o), +(188,-10,o), (400,-10,cs) ); } ); -width = 770; -}, -{ -anchors = ( -{ -name = bottom; -pos = (401,0); -}, -{ -name = top; -pos = (401,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(607,-8,o), -(745,88,o), -(768,238,c), -(729,238,l), -(706,111,o), -(589,28,o), -(417,28,cs), -(205,28,o), -(76,162,o), -(76,364,cs), -(76,566,o), -(205,700,o), -(417,700,cs), -(582,700,o), -(703,620,o), -(729,494,c), -(768,494,l), -(739,643,o), -(603,736,o), -(417,736,cs), -(188,736,o), -(36,587,o), -(36,364,cs), -(36,142,o), -(187,-8,o), -(417,-8,cs) -); -} -); -width = 797; -}, -{ -anchors = ( -{ -name = bottom; -pos = (422,0); -}, -{ -name = top; -pos = (422,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(813,97,o), -(832,259,c), -(604,259,l), -(588,204,o), -(517,170,o), -(437,170,cs), -(320,170,o), -(243,230,o), -(243,365,cs), -(243,500,o), -(320,560,o), -(437,560,cs), -(518,560,o), -(585,524,o), -(602,471,c), -(832,471,l), -(813,630,o), -(669,739,o), -(437,739,cs), -(166,739,o), -(12,592,o), -(12,365,cs), -(12,138,o), -(166,-10,o), -(437,-10,cs) -); -} -); -width = 838; +width = 759; }, { anchors = ( { name = bottom; -pos = (164,0); +pos = (172,0); }, { name = top; -pos = (298,729); +pos = (306,729); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -501,46 +501,46 @@ shapes = ( { closed = 1; nodes = ( -(248,-9,o), -(326,46,o), -(364,234,c), -(333,234,l), -(301,100,o), -(256,20,o), -(170,20,cs), -(49,20,o), -(62,185,o), -(101,374,cs), -(147,593,o), -(204,708,o), -(294,708,cs), -(396,708,o), -(402,617,o), -(387,495,c), -(418,495,l), -(441,652,o), -(412,738,o), -(298,738,cs), -(199,738,o), -(126,645,o), -(69,375,cs), -(27,177,o), -(12,-9,o), -(167,-9,cs) +(274,-9,o), +(339,72,o), +(372,234,c), +(341,234,l), +(306,91,o), +(252,20,o), +(181,20,cs), +(57,20,o), +(70,185,o), +(109,374,cs), +(155,593,o), +(212,708,o), +(302,708,cs), +(388,708,o), +(414,649,o), +(395,495,c), +(426,495,l), +(449,657,o), +(410,738,o), +(306,738,cs), +(207,738,o), +(134,645,o), +(77,375,cs), +(35,177,o), +(20,-9,o), +(178,-9,cs) ); } ); -width = 401; +width = 417; }, { anchors = ( { name = bottom; -pos = (206,0); +pos = (220,0); }, { name = top; -pos = (341,729); +pos = (355,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -548,36 +548,36 @@ shapes = ( { closed = 1; nodes = ( -(338,-9,o), -(422,73,o), -(463,270,c), -(295,270,l), -(274,187,o), -(258,145,o), -(222,147,cs), -(182,149,o), -(180,204,o), -(215,370,cs), -(246,522,o), -(270,584,o), -(311,582,cs), -(347,580,o), -(346,536,o), -(336,464,c), -(502,464,l), -(528,641,o), -(483,739,o), -(322,739,cs), -(170,739,o), -(88,616,o), -(39,382,cs), -(-8,154,o), -(3,-9,o), -(204,-9,cs) +(352,-9,o), +(436,73,o), +(477,270,c), +(309,270,l), +(288,187,o), +(272,145,o), +(236,147,cs), +(196,149,o), +(194,204,o), +(229,370,cs), +(260,522,o), +(284,584,o), +(325,582,cs), +(361,580,o), +(360,536,o), +(350,464,c), +(516,464,l), +(542,641,o), +(497,739,o), +(336,739,cs), +(184,739,o), +(102,616,o), +(53,382,cs), +(6,154,o), +(17,-9,o), +(218,-9,cs) ); } ); -width = 476; +width = 502; }, { anchors = ( @@ -677,11 +677,11 @@ width = 759; anchors = ( { name = bottom; -pos = (370,0); +pos = (380,0); }, { name = top; -pos = (478,729); +pos = (488,729); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -689,46 +689,46 @@ shapes = ( { closed = 1; nodes = ( -(569,-9,o), -(717,80,o), -(765,236,c), -(726,236,l), -(680,109,o), -(564,27,o), -(400,27,cs), -(214,27,o), -(92,133,o), -(99,330,cs), -(107,559,o), -(251,703,o), -(473,703,cs), -(626,703,o), -(743,620,o), -(765,497,c), -(803,497,l), -(783,642,o), -(652,739,o), -(475,739,cs), -(235,739,o), -(68,575,o), -(59,333,cs), -(52,121,o), -(185,-9,o), -(395,-9,cs) +(579,-9,o), +(727,80,o), +(775,236,c), +(736,236,l), +(690,109,o), +(574,27,o), +(410,27,cs), +(224,27,o), +(102,133,o), +(109,330,cs), +(117,559,o), +(261,703,o), +(483,703,cs), +(636,703,o), +(753,620,o), +(775,497,c), +(813,497,l), +(793,642,o), +(662,739,o), +(485,739,cs), +(245,739,o), +(78,575,o), +(69,333,cs), +(62,121,o), +(195,-9,o), +(405,-9,cs) ); } ); -width = 796; +width = 817; }, { anchors = ( { name = bottom; -pos = (410,0); +pos = (416,0); }, { name = top; -pos = (506,729); +pos = (512,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -736,36 +736,800 @@ shapes = ( { closed = 1; nodes = ( -(632,-10,o), -(802,87,o), -(836,255,c), -(605,255,l), -(584,199,o), -(514,169,o), -(436,169,cs), -(328,169,o), -(257,231,o), -(261,350,cs), -(265,470,o), -(336,561,o), -(471,561,cs), -(554,561,o), -(621,525,o), -(637,465,c), -(867,465,l), -(858,628,o), -(705,738,o), -(479,738,cs), -(219,738,o), -(40,580,o), -(32,341,cs), +(638,-10,o), +(808,87,o), +(842,255,c), +(611,255,l), +(590,199,o), +(520,169,o), +(442,169,cs), +(334,169,o), +(263,231,o), +(267,350,cs), +(271,470,o), +(342,561,o), +(477,561,cs), +(560,561,o), +(627,525,o), +(643,465,c), +(873,465,l), +(864,628,o), +(711,738,o), +(485,738,cs), +(225,738,o), +(46,580,o), +(38,341,cs), +(30,128,o), +(175,-10,o), +(428,-10,cs) +); +} +); +width = 856; +}, +{ +anchors = ( +{ +name = bottom; +pos = (178,0); +}, +{ +name = top; +pos = (178,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(420,-8,o), +(517,71,o), +(531,238,c), +(491,238,l), +(476,87,o), +(394,28,o), +(286,28,cs), +(132,28,o), +(68,150,o), +(68,337,cs), +(68,394,ls), +(68,581,o), +(132,703,o), +(286,703,cs), +(394,703,o), +(476,644,o), +(491,493,c), +(531,493,l), +(517,660,o), +(420,739,o), +(286,739,cs), +(99,739,o), +(27,605,o), +(27,366,cs), +(27,126,o), +(99,-8,o), +(286,-8,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(272,-10,o), +(317,64,o), +(324,250,c), +(292,250,l), +(285,87,o), +(256,19,o), +(181,19,cs), +(94,19,o), +(63,116,o), +(63,364,cs), +(63,612,o), +(93,709,o), +(181,709,cs), +(250,709,o), +(282,650,o), +(291,478,c), +(323,478,l), +(315,663,o), +(273,738,o), +(181,738,cs), +(69,738,o), +(30,631,o), +(30,364,cs), +(30,95,o), +(70,-10,o), +(181,-10,cs) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = bottom; +pos = (240,0); +}, +{ +name = top; +pos = (240,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-82,140,o), +(45,-10,o), +(280,-10,cs), +(498,-10,o), +(643,121,o), +(643,365,cs), +(643,587,o), +(517,738,o), +(280,738,cs), +(62,738,o), +(-82,607,o), +(-82,365,cs) +); +}, +{ +closed = 1; +nodes = ( +(132,481,o), +(183,562,o), +(280,562,cs), +(370,562,o), +(430,491,o), +(430,365,cs), +(430,247,o), +(379,166,o), +(280,166,cs), +(191,166,o), +(132,235,o), +(132,365,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(398,-9,o), +(464,73,o), +(470,289,c), +(292,289,l), +(288,180,o), +(277,147,o), +(246,147,cs), +(211,147,o), +(200,203,o), +(200,365,cs), +(200,515,o), +(208,583,o), +(246,583,cs), +(276,583,o), +(287,550,o), +(292,447,c), +(470,447,l), +(460,658,o), +(398,739,o), +(245,739,cs), +(63,739,o), +(12,593,o), +(12,365,cs), +(12,136,o), +(61,-9,o), +(233,-9,cs) +); +} +); +width = 480; +}, +{ +anchors = ( +{ +name = bottom; +pos = (404,0); +}, +{ +name = top; +pos = (404,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(590,-8,o), +(715,87,o), +(736,237,c), +(696,238,l), +(676,111,o), +(571,28,o), +(417,28,cs), +(228,28,o), +(113,162,o), +(113,364,cs), +(113,566,o), +(228,700,o), +(417,700,cs), +(570,700,o), +(674,615,o), +(696,494,c), +(736,494,l), +(710,643,o), +(586,736,o), +(417,736,cs), +(210,736,o), +(72,586,o), +(72,364,cs), +(72,143,o), +(209,-8,o), +(417,-8,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-8,o), +(700,87,o), +(722,246,c), +(682,246,l), +(661,109,o), +(556,28,o), +(397,28,cs), +(206,28,o), +(88,163,o), +(88,364,cs), +(88,565,o), +(205,700,o), +(397,700,cs), +(553,700,o), +(659,620,o), +(682,486,c), +(722,486,l), +(695,643,o), +(574,736,o), +(397,736,cs), +(186,736,o), +(47,588,o), +(47,364,cs), +(47,142,o), +(185,-8,o), +(397,-8,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 748; +}, +{ +anchors = ( +{ +name = bottom; +pos = (362,0); +}, +{ +name = top; +pos = (362,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(590,-10,o), +(732,98,o), +(749,258,c), +(544,258,l), +(530,200,o), +(470,162,o), +(401,162,c), +(401,-10,l) +); +}, +{ +closed = 1; +nodes = ( +(177,739,o), +(27,607,o), +(27,365,cs), +(27,122,o), +(177,-10,o), +(401,-10,c), +(401,162,l), +(301,162,o), +(235,220,o), +(235,365,cs), +(235,509,o), +(301,567,o), +(401,567,c), +(401,739,l) +); +}, +{ +closed = 1; +nodes = ( +(474,567,o), +(528,528,o), +(544,472,c), +(749,472,l), +(732,631,o), +(595,739,o), +(401,739,c), +(401,567,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(583,-10,o), +(717,94,o), +(738,270,c), +(524,270,l), +(508,201,o), +(446,162,o), +(375,162,cs), +(278,162,o), +(212,220,o), +(212,365,cs), +(212,509,o), +(278,567,o), +(375,567,cs), +(451,567,o), +(506,527,o), +(524,460,c), +(738,460,l), +(717,635,o), +(583,739,o), +(375,739,cs), +(151,739,o), +(2,607,o), +(2,365,cs), +(2,122,o), +(151,-10,o), +(375,-10,cs) +); +} +); +width = 737; +}, +{ +anchors = ( +{ +name = bottom; +pos = (408,0); +}, +{ +name = top; +pos = (408,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(617,-8,o), +(757,88,o), +(783,240,c), +(744,240,l), +(718,110,o), +(593,28,o), +(424,28,cs), +(212,28,o), +(83,162,o), +(83,364,cs), +(83,566,o), +(212,700,o), +(424,700,cs), +(591,700,o), +(715,620,o), +(743,493,c), +(782,493,l), +(751,642,o), +(612,736,o), +(424,736,cs), +(195,736,o), +(43,587,o), +(43,364,cs), +(43,142,o), +(194,-8,o), +(424,-8,cs) +); +} +); +width = 815; +}, +{ +anchors = ( +{ +name = bottom; +pos = (428,0); +}, +{ +name = top; +pos = (428,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(683,-10,o), +(839,102,o), +(861,297,c), +(625,297,l), +(605,213,o), +(544,170,o), +(443,170,cs), +(327,170,o), +(251,230,o), +(251,365,cs), +(251,499,o), +(327,559,o), +(443,559,cs), +(544,559,o), +(603,518,o), +(626,430,c), +(861,430,l), +(838,626,o), +(683,739,o), +(443,739,cs), +(171,739,o), +(16,592,o), +(16,365,cs), +(16,138,o), +(171,-10,o), +(443,-10,cs) +); +} +); +width = 875; +}, +{ +anchors = ( +{ +name = bottom; +pos = (135,0); +}, +{ +name = top; +pos = (269,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(214,-9,o), +(288,46,o), +(325,234,c), +(294,234,l), +(261,91,o), +(210,20,o), +(140,20,cs), +(33,20,o), +(43,186,o), +(83,376,cs), +(128,591,o), +(181,708,o), +(265,708,cs), +(341,708,o), +(366,643,o), +(348,495,c), +(379,495,l), +(402,657,o), +(366,738,o), +(269,738,cs), +(176,738,o), +(107,645,o), +(50,375,cs), +(8,176,o), +(-5,-9,o), +(137,-9,cs) +); +} +); +width = 343; +}, +{ +anchors = ( +{ +name = bottom; +pos = (199,0); +}, +{ +name = top; +pos = (334,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(331,-9,o), +(415,73,o), +(461,289,c), +(293,289,l), +(267,187,o), +(251,145,o), +(215,147,cs), +(175,149,o), +(173,204,o), +(208,370,cs), +(239,522,o), +(263,584,o), +(304,582,cs), +(340,580,o), +(339,536,o), +(325,447,c), +(491,447,l), +(521,641,o), +(476,739,o), +(315,739,cs), +(163,739,o), +(81,616,o), +(32,382,cs), +(-15,154,o), +(-4,-9,o), +(197,-9,cs) +); +} +); +width = 464; +}, +{ +anchors = ( +{ +name = bottom; +pos = (347,0); +}, +{ +name = top; +pos = (460,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(517,-10,o), +(662,85,o), +(699,237,c), +(662,237,l), +(627,113,o), +(510,27,o), +(354,27,cs), +(194,27,o), +(86,126,o), +(94,318,cs), +(103,549,o), +(241,703,o), +(455,703,cs), +(600,703,o), +(699,615,o), +(705,493,c), +(740,493,l), +(737,638,o), +(624,739,o), +(455,739,cs), +(224,739,o), +(57,565,o), +(54,303,cs), +(52,118,o), +(165,-10,o), +(348,-10,cs) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = bottom; +pos = (367,0); +}, +{ +name = top; +pos = (460,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(574,-9,o), +(710,100,o), +(738,270,c), +(529,270,l), +(512,200,o), +(451,157,o), +(370,159,cs), +(289,161,o), +(231,215,o), +(236,335,cs), +(242,476,o), +(313,569,o), +(427,569,cs), +(507,569,o), +(561,524,o), +(567,460,c), +(771,460,l), +(771,624,o), +(635,737,o), +(428,737,cs), +(198,737,o), +(35,580,o), +(29,333,cs), (24,128,o), -(169,-10,o), -(422,-10,cs) +(149,-9,o), +(380,-9,cs) +); +} +); +width = 741; +}, +{ +anchors = ( +{ +name = bottom; +pos = (379,0); +}, +{ +name = top; +pos = (487,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(582,-9,o), +(731,81,o), +(779,236,c), +(741,236,l), +(695,110,o), +(578,27,o), +(410,27,cs), +(221,27,o), +(94,133,o), +(103,336,cs), +(113,562,o), +(258,703,o), +(482,703,cs), +(637,703,o), +(756,620,o), +(779,497,c), +(817,497,l), +(796,642,o), +(663,739,o), +(484,739,cs), +(240,739,o), +(66,572,o), +(63,324,cs), +(60,120,o), +(192,-9,o), +(405,-9,cs) +); +} +); +width = 815; +}, +{ +anchors = ( +{ +name = bottom; +pos = (408,0); +}, +{ +name = top; +pos = (504,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(658,-10,o), +(818,109,o), +(841,297,c), +(608,297,l), +(594,221,o), +(526,169,o), +(434,169,cs), +(326,169,o), +(255,231,o), +(259,350,cs), +(263,470,o), +(334,561,o), +(469,561,cs), +(555,561,o), +(618,504,o), +(624,430,c), +(860,430,l), +(863,612,o), +(711,738,o), +(477,738,cs), +(217,738,o), +(38,580,o), +(30,341,cs), +(22,128,o), +(167,-10,o), +(420,-10,cs) ); } ); -width = 844; +width = 843; } ); unicode = 67; diff --git a/sources/MonaSans.glyphspackage/glyphs/C_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/C_acute.glyph index 2ecaa1ce..bb06ce57 100644 --- a/sources/MonaSans.glyphspackage/glyphs/C_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/C_acute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Cacute; -kernLeft = O; -kernRight = C; +kernLeft = KO_Oacute; +kernRight = KO_Ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (130,51); ref = acutecomb; } ); -width = 481; +width = 497; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = C; }, { -pos = (357,57); +pos = (343,57); ref = acutecomb; } ); -width = 771; +width = 797; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = C; }, { -pos = (275,51); +pos = (305,56); ref = acutecomb; } ); -width = 770; +width = 850; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = C; }, { -pos = (343,57); +pos = (354,57); ref = acutecomb; } ); -width = 797; +width = 765; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = C; }, { -pos = (305,56); +pos = (276,51); ref = acutecomb; } ); -width = 838; +width = 759; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = C; }, { -pos = (157,57); +pos = (165,57); ref = acutecomb; } ); -width = 401; +width = 417; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = C; }, { -pos = (146,51); +pos = (152,51); ref = acutecomb; } ); -width = 476; +width = 502; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = C; }, { -pos = (335,57); +pos = (345,57); ref = acutecomb; } ); -width = 796; +width = 817; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -159,6 +159,168 @@ ref = acutecomb; } ); width = 844; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = C; +}, +{ +pos = (142,57); +ref = acutecomb; +} +); +width = 348; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = C; +}, +{ +pos = (138,51); +ref = acutecomb; +} +); +width = 480; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (357,57); +ref = acutecomb; +} +); +width = 771; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (270,51); +ref = acutecomb; +} +); +width = 734; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (343,57); +ref = acutecomb; +} +); +width = 797; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = C; +}, +{ +pos = (321,56); +ref = acutecomb; +} +); +width = 875; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = C; +}, +{ +pos = (151,57); +ref = acutecomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = C; +}, +{ +pos = (150,51); +ref = acutecomb; +} +); +width = 464; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = C; +}, +{ +pos = (342,57); +ref = acutecomb; +} +); +width = 727; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = C; +}, +{ +pos = (294,51); +ref = acutecomb; +} +); +width = 741; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = C; +}, +{ +pos = (354,57); +ref = acutecomb; +} +); +width = 815; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = C; +}, +{ +pos = (319,56); +ref = acutecomb; +} +); +width = 843; } ); unicode = 262; diff --git a/sources/MonaSans.glyphspackage/glyphs/C_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/C_caron.glyph index 15a33483..764db126 100644 --- a/sources/MonaSans.glyphspackage/glyphs/C_caron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/C_caron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ccaron; -kernLeft = O; -kernRight = C; +kernLeft = KO_Oacute; +kernRight = KO_Ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (25,51); ref = caroncomb; } ); -width = 481; +width = 497; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = C; }, { -pos = (248,57); +pos = (222,57); ref = caroncomb; } ); -width = 771; +width = 797; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = C; }, { -pos = (140,51); +pos = (131,56); ref = caroncomb; } ); -width = 770; +width = 850; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = C; }, { -pos = (222,57); +pos = (247,57); ref = caroncomb; } ); -width = 797; +width = 765; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = C; }, { -pos = (131,56); +pos = (147,51); ref = caroncomb; } ); -width = 838; +width = 759; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = C; }, { -pos = (84,57); +pos = (92,57); ref = caroncomb; } ); -width = 401; +width = 417; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = C; }, { -pos = (45,51); +pos = (51,51); ref = caroncomb; } ); -width = 476; +width = 502; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = C; }, { -pos = (212,57); +pos = (222,57); ref = caroncomb; } ); -width = 796; +width = 817; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -159,6 +159,168 @@ ref = caroncomb; } ); width = 844; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = C; +}, +{ +pos = (69,57); +ref = caroncomb; +} +); +width = 348; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = C; +}, +{ +pos = (33,51); +ref = caroncomb; +} +); +width = 480; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (248,57); +ref = caroncomb; +} +); +width = 771; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (135,51); +ref = caroncomb; +} +); +width = 734; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (222,57); +ref = caroncomb; +} +); +width = 797; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = C; +}, +{ +pos = (147,56); +ref = caroncomb; +} +); +width = 875; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = C; +}, +{ +pos = (78,57); +ref = caroncomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = C; +}, +{ +pos = (49,51); +ref = caroncomb; +} +); +width = 464; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = C; +}, +{ +pos = (233,57); +ref = caroncomb; +} +); +width = 727; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = C; +}, +{ +pos = (155,51); +ref = caroncomb; +} +); +width = 741; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = C; +}, +{ +pos = (231,57); +ref = caroncomb; +} +); +width = 815; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = C; +}, +{ +pos = (145,56); +ref = caroncomb; +} +); +width = 843; } ); unicode = 268; diff --git a/sources/MonaSans.glyphspackage/glyphs/C_cedilla.glyph b/sources/MonaSans.glyphspackage/glyphs/C_cedilla.glyph index 171ef0be..44027a1b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/C_cedilla.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/C_cedilla.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ccedilla; -kernLeft = O; -kernRight = C; +kernLeft = KO_Oacute; +kernRight = KO_Ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (36,0); ref = cedillacomb; } ); -width = 481; +width = 497; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = C; }, { -pos = (268,0); +pos = (248,0); ref = cedillacomb; } ); -width = 771; +width = 797; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = C; }, { -pos = (169,0); +pos = (197,0); ref = cedillacomb; } ); -width = 770; +width = 850; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = C; }, { -pos = (248,0); +pos = (265,0); ref = cedillacomb; } ); -width = 797; +width = 765; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = C; }, { -pos = (197,0); +pos = (176,0); ref = cedillacomb; } ); -width = 838; +width = 759; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = C; }, { -pos = (90,0); +pos = (98,0); ref = cedillacomb; } ); -width = 401; +width = 417; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = C; }, { -pos = (55,0); +pos = (61,0); ref = cedillacomb; } ); -width = 476; +width = 502; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = C; }, { -pos = (269,0); +pos = (279,0); ref = cedillacomb; } ); -width = 796; +width = 817; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -159,6 +159,168 @@ ref = cedillacomb; } ); width = 844; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = C; +}, +{ +pos = (57,0); +ref = cedillacomb; +} +); +width = 348; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = C; +}, +{ +pos = (44,0); +ref = cedillacomb; +} +); +width = 480; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (268,0); +ref = cedillacomb; +} +); +width = 771; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (164,0); +ref = cedillacomb; +} +); +width = 734; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (248,0); +ref = cedillacomb; +} +); +width = 797; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = C; +}, +{ +pos = (213,0); +ref = cedillacomb; +} +); +width = 875; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = C; +}, +{ +pos = (84,0); +ref = cedillacomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = C; +}, +{ +pos = (59,0); +ref = cedillacomb; +} +); +width = 464; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = C; +}, +{ +pos = (285,0); +ref = cedillacomb; +} +); +width = 727; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = C; +}, +{ +pos = (237,0); +ref = cedillacomb; +} +); +width = 741; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = C; +}, +{ +pos = (288,0); +ref = cedillacomb; +} +); +width = 815; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = C; +}, +{ +pos = (247,0); +ref = cedillacomb; +} +); +width = 843; } ); unicode = 199; diff --git a/sources/MonaSans.glyphspackage/glyphs/C_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/C_circumflex.glyph index bb70f4c5..8fcf6c97 100644 --- a/sources/MonaSans.glyphspackage/glyphs/C_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/C_circumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ccircumflex; -kernLeft = O; -kernRight = C; +kernLeft = KO_Oacute; +kernRight = KO_Ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (25,51); ref = circumflexcomb; } ); -width = 481; +width = 497; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = C; }, { -pos = (248,57); +pos = (222,57); ref = circumflexcomb; } ); -width = 771; +width = 797; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = C; }, { -pos = (140,51); +pos = (131,56); ref = circumflexcomb; } ); -width = 770; +width = 850; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = C; }, { -pos = (222,57); +pos = (247,57); ref = circumflexcomb; } ); -width = 797; +width = 765; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = C; }, { -pos = (131,56); +pos = (147,51); ref = circumflexcomb; } ); -width = 838; +width = 759; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = C; }, { -pos = (83,57); +pos = (91,57); ref = circumflexcomb; } ); -width = 401; +width = 417; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = C; }, { -pos = (39,51); +pos = (45,51); ref = circumflexcomb; } ); -width = 476; +width = 502; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = C; }, { -pos = (212,57); +pos = (222,57); ref = circumflexcomb; } ); -width = 796; +width = 817; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -159,6 +159,168 @@ ref = circumflexcomb; } ); width = 844; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = C; +}, +{ +pos = (69,57); +ref = circumflexcomb; +} +); +width = 348; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = C; +}, +{ +pos = (33,51); +ref = circumflexcomb; +} +); +width = 480; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (248,57); +ref = circumflexcomb; +} +); +width = 771; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (135,51); +ref = circumflexcomb; +} +); +width = 734; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (222,57); +ref = circumflexcomb; +} +); +width = 797; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = C; +}, +{ +pos = (147,56); +ref = circumflexcomb; +} +); +width = 875; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = C; +}, +{ +pos = (77,57); +ref = circumflexcomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = C; +}, +{ +pos = (43,51); +ref = circumflexcomb; +} +); +width = 464; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = C; +}, +{ +pos = (232,57); +ref = circumflexcomb; +} +); +width = 727; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = C; +}, +{ +pos = (160,51); +ref = circumflexcomb; +} +); +width = 741; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = C; +}, +{ +pos = (231,57); +ref = circumflexcomb; +} +); +width = 815; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = C; +}, +{ +pos = (143,56); +ref = circumflexcomb; +} +); +width = 843; } ); unicode = 264; diff --git a/sources/MonaSans.glyphspackage/glyphs/C_dotaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/C_dotaccent.glyph index 3aa4a488..d6386b9a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/C_dotaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/C_dotaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Cdotaccent; -kernLeft = O; -kernRight = C; +kernLeft = KO_Oacute; +kernRight = KO_Ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (108,51); ref = dotaccentcomb; } ); -width = 481; +width = 497; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = C; }, { -pos = (340,57); +pos = (329,57); ref = dotaccentcomb; } ); -width = 771; +width = 797; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = C; }, { -pos = (250,51); +pos = (264,56); ref = dotaccentcomb; } ); -width = 770; +width = 850; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = C; }, { -pos = (329,57); +pos = (337,79); ref = dotaccentcomb; } ); -width = 797; +width = 765; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = C; }, { -pos = (264,56); +pos = (253,65); ref = dotaccentcomb; } ); -width = 838; +width = 759; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = C; }, { -pos = (144,57); +pos = (152,57); ref = dotaccentcomb; } ); -width = 401; +width = 417; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = C; }, { -pos = (123,51); +pos = (129,51); ref = dotaccentcomb; } ); -width = 476; +width = 502; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = C; }, { -pos = (321,57); +pos = (331,57); ref = dotaccentcomb; } ); -width = 796; +width = 817; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -159,6 +159,168 @@ ref = dotaccentcomb; } ); width = 844; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = C; +}, +{ +pos = (135,62); +ref = dotaccentcomb; +} +); +width = 348; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = C; +}, +{ +pos = (116,51); +ref = dotaccentcomb; +} +); +width = 480; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (340,57); +ref = dotaccentcomb; +} +); +width = 771; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (245,51); +ref = dotaccentcomb; +} +); +width = 734; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (329,57); +ref = dotaccentcomb; +} +); +width = 797; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = C; +}, +{ +pos = (280,56); +ref = dotaccentcomb; +} +); +width = 875; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = C; +}, +{ +pos = (138,57); +ref = dotaccentcomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = C; +}, +{ +pos = (127,51); +ref = dotaccentcomb; +} +); +width = 464; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = C; +}, +{ +pos = (327,57); +ref = dotaccentcomb; +} +); +width = 727; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = C; +}, +{ +pos = (264,51); +ref = dotaccentcomb; +} +); +width = 741; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = C; +}, +{ +pos = (340,57); +ref = dotaccentcomb; +} +); +width = 815; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = C; +}, +{ +pos = (275,56); +ref = dotaccentcomb; +} +); +width = 843; } ); unicode = 266; diff --git a/sources/MonaSans.glyphspackage/glyphs/C_dotaccent.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/C_dotaccent.ss01.glyph index b33a8d88..b9fef272 100644 --- a/sources/MonaSans.glyphspackage/glyphs/C_dotaccent.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/C_dotaccent.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Cdotaccent.ss01; -kernLeft = O; -kernRight = C; +kernLeft = KO_Oacute; +kernRight = KO_Ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (113,51); ref = dotaccentcomb.ss01; } ); -width = 481; +width = 497; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = C; }, { -pos = (353,57); +pos = (342,57); ref = dotaccentcomb.ss01; } ); -width = 771; +width = 797; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = C; }, { -pos = (251,51); +pos = (271,56); ref = dotaccentcomb.ss01; } ); -width = 770; +width = 850; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = C; }, { -pos = (342,57); +pos = (350,57); ref = dotaccentcomb.ss01; } ); -width = 797; +width = 765; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = C; }, { -pos = (271,56); +pos = (252,51); ref = dotaccentcomb.ss01; } ); -width = 838; +width = 759; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = C; }, { -pos = (158,57); +pos = (166,57); ref = dotaccentcomb.ss01; } ); -width = 401; +width = 417; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = C; }, { -pos = (129,51); +pos = (135,51); ref = dotaccentcomb.ss01; } ); -width = 476; +width = 502; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = C; }, { -pos = (334,57); +pos = (344,57); ref = dotaccentcomb.ss01; } ); -width = 796; +width = 817; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (271,51); ref = dotaccentcomb.ss01; } ); -width = 844; +width = 856; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (153,57); +ref = dotaccentcomb.ss01; +} +); +width = 403; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = C; +}, +{ +pos = (121,51); +ref = dotaccentcomb.ss01; +} +); +width = 480; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (353,57); +ref = dotaccentcomb.ss01; +} +); +width = 771; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = C; +}, +{ +pos = (247,51); +ref = dotaccentcomb.ss01; +} +); +width = 737; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = C; +}, +{ +pos = (359,57); +ref = dotaccentcomb.ss01; +} +); +width = 815; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = C; +}, +{ +pos = (287,56); +ref = dotaccentcomb.ss01; +} +); +width = 875; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = C; +}, +{ +pos = (152,57); +ref = dotaccentcomb.ss01; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = C; +}, +{ +pos = (133,51); +ref = dotaccentcomb.ss01; +} +); +width = 464; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = C; +}, +{ +pos = (340,57); +ref = dotaccentcomb.ss01; +} +); +width = 727; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = C; +}, +{ +pos = (269,51); +ref = dotaccentcomb.ss01; +} +); +width = 741; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = C; +}, +{ +pos = (353,57); +ref = dotaccentcomb.ss01; +} +); +width = 815; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = C; +}, +{ +pos = (284,51); +ref = dotaccentcomb.ss01; +} +); +width = 843; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/D_.glyph b/sources/MonaSans.glyphspackage/glyphs/D_.glyph index 91748cf7..7de97997 100644 --- a/sources/MonaSans.glyphspackage/glyphs/D_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/D_.glyph @@ -1,21 +1,21 @@ { glyphname = D; -kernLeft = H; -kernRight = D; +kernLeft = KO_H; +kernRight = KO_D; layers = ( { anchors = ( { name = bottom; -pos = (250,0); +pos = (258,0); }, { name = center; -pos = (126,365); +pos = (134,365); }, { name = top; -pos = (250,729); +pos = (258,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -23,33 +23,33 @@ shapes = ( { closed = 1; nodes = ( -(191,0,ls), -(425,0,o), -(475,149,o), -(475,364,cs), -(475,634,o), -(381,729,o), -(191,729,cs), -(29,729,l), -(29,0,l) +(199,0,ls), +(433,0,o), +(483,149,o), +(483,364,cs), +(483,634,o), +(389,729,o), +(199,729,cs), +(37,729,l), +(37,0,l) ); }, { closed = 1; nodes = ( -(208,572,l), -(223,572,ls), -(277,572,o), -(295,524,o), -(295,368,cs), -(295,227,o), -(285,157,o), -(223,157,cs), -(208,157,l) +(216,572,l), +(231,572,ls), +(285,572,o), +(303,524,o), +(303,368,cs), +(303,227,o), +(293,157,o), +(231,157,cs), +(216,157,l) ); } ); -width = 490; +width = 506; }, { anchors = ( @@ -103,45 +103,141 @@ width = 418; anchors = ( { name = bottom; -pos = (361,0); +pos = (395,0); +}, +{ +name = center; +pos = (120,365); +}, +{ +name = top; +pos = (395,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(380,0,ls), +(608,0,o), +(748,144,o), +(748,364,cs), +(748,585,o), +(608,729,o), +(380,729,cs), +(72,729,l), +(72,0,l) +); +}, +{ +closed = 1; +nodes = ( +(110,693,l), +(380,693,ls), +(581,693,o), +(709,570,o), +(709,365,cs), +(709,167,o), +(587,37,o), +(380,37,cs), +(110,37,l) +); +} +); +width = 785; +}, +{ +anchors = ( +{ +name = bottom; +pos = (416,0); +}, +{ +name = center; +pos = (189,365); +}, +{ +name = top; +pos = (416,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(421,0,ls), +(658,0,o), +(811,121,o), +(811,364,cs), +(811,583,o), +(685,729,o), +(421,729,cs), +(53,729,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(281,554,l), +(374,554,ls), +(496,554,o), +(580,513,o), +(580,368,cs), +(580,244,o), +(526,175,o), +(374,175,cs), +(281,175,l) +); +} +); +width = 830; +}, +{ +anchors = ( +{ +name = bottom; +pos = (355,0); }, { name = center; -pos = (132,365); +pos = (142,365); }, { name = top; -pos = (361,729); +pos = (355,729); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(364,0,ls), -(564,0,o), -(685,144,o), -(685,364,cs), -(685,585,o), -(564,729,o), -(364,729,cs), -(94,729,l), -(94,0,l) +(358,0,ls), +(554,0,o), +(673,144,o), +(673,364,cs), +(673,585,o), +(554,729,o), +(358,729,cs), +(105,729,l), +(105,0,l) ); }, { closed = 1; nodes = ( -(132,693,l), -(363,693,ls), -(535,693,o), -(645,570,o), -(645,365,cs), -(645,167,o), -(540,37,o), -(363,37,cs), -(132,37,l) +(142,693,l), +(357,693,ls), +(527,693,o), +(635,570,o), +(635,365,cs), +(635,167,o), +(532,37,o), +(357,37,cs), +(142,37,l) ); } ); @@ -206,21 +302,21 @@ type = Stem; } ); }; -width = 741; +width = 731; }, { anchors = ( { name = bottom; -pos = (375,0); +pos = (366,0); }, { name = center; -pos = (190,365); +pos = (187,365); }, { name = top; -pos = (375,729); +pos = (366,729); } ); background = { @@ -255,137 +351,41 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(386,0,ls), -(609,0,o), -(728,147,o), -(728,364,cs), -(728,581,o), -(610,729,o), -(386,729,cs), -(59,729,l), -(59,0,l) +(377,0,ls), +(586,0,o), +(710,135,o), +(710,364,cs), +(710,593,o), +(586,729,o), +(377,729,cs), +(57,729,l), +(57,0,l) ); }, { closed = 1; nodes = ( -(262,558,l), -(351,558,ls), -(448,558,o), -(521,526,o), -(521,368,cs), -(521,200,o), -(444,171,o), -(351,171,cs), -(262,171,l) +(258,558,l), +(343,558,ls), +(453,558,o), +(505,497,o), +(505,368,cs), +(505,234,o), +(453,171,o), +(343,171,cs), +(258,171,l) ); } ); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; }; -width = 756; -}, -{ -anchors = ( -{ -name = bottom; -pos = (395,0); -}, -{ -name = center; -pos = (120,365); -}, -{ -name = top; -pos = (395,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(380,0,ls), -(608,0,o), -(748,144,o), -(748,364,cs), -(748,585,o), -(608,729,o), -(380,729,cs), -(72,729,l), -(72,0,l) -); -}, -{ -closed = 1; -nodes = ( -(110,693,l), -(380,693,ls), -(581,693,o), -(709,570,o), -(709,365,cs), -(709,167,o), -(587,37,o), -(380,37,cs), -(110,37,l) -); -} -); -width = 785; -}, -{ -anchors = ( -{ -name = bottom; -pos = (410,0); -}, -{ -name = center; -pos = (183,365); -}, -{ -name = top; -pos = (410,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(415,0,ls), -(652,0,o), -(805,121,o), -(805,364,cs), -(805,583,o), -(679,729,o), -(415,729,cs), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(275,554,l), -(368,554,ls), -(490,554,o), -(574,513,o), -(574,368,cs), -(574,244,o), -(520,175,o), -(368,175,cs), -(275,175,l) -); -} -); -width = 818; +width = 736; }, { anchors = ( @@ -439,15 +439,15 @@ width = 416; anchors = ( { name = bottom; -pos = (200,0); +pos = (208,0); }, { name = center; -pos = (138,365); +pos = (146,365); }, { name = top; -pos = (301,729); +pos = (309,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -455,33 +455,33 @@ shapes = ( { closed = 1; nodes = ( -(134,0,ls), -(380,0,o), -(450,148,o), -(491,360,cs), -(539,612,o), -(467,729,o), -(267,729,cs), -(124,729,l), -(-27,0,l) +(142,0,ls), +(388,0,o), +(458,148,o), +(499,360,cs), +(547,612,o), +(475,729,o), +(275,729,cs), +(132,729,l), +(-19,0,l) ); }, { closed = 1; nodes = ( -(270,572,l), -(285,572,ls), -(337,572,o), -(343,534,o), -(314,371,cs), -(287,220,o), -(253,157,o), -(203,157,cs), -(184,157,l) +(278,572,l), +(293,572,ls), +(345,572,o), +(351,534,o), +(322,371,cs), +(295,220,o), +(261,157,o), +(211,157,cs), +(192,157,l) ); } ); -width = 488; +width = 504; }, { anchors = ( @@ -631,15 +631,15 @@ width = 783; anchors = ( { name = bottom; -pos = (363,0); +pos = (369,0); }, { name = center; -pos = (180,365); +pos = (186,365); }, { name = top; -pos = (468,729); +pos = (474,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -647,33 +647,705 @@ shapes = ( { closed = 1; nodes = ( -(362,0,ls), -(638,0,o), -(814,158,o), -(823,410,cs), -(831,623,o), -(690,729,o), -(468,729,cs), -(142,729,l), -(-9,0,l) +(368,0,ls), +(644,0,o), +(820,158,o), +(829,410,cs), +(837,623,o), +(696,729,o), +(474,729,cs), +(148,729,l), +(-3,0,l) +); +}, +{ +closed = 1; +nodes = ( +(338,554,l), +(435,554,ls), +(536,554,o), +(602,509,o), +(598,398,cs), +(593,260,o), +(509,175,o), +(374,175,cs), +(260,175,l) +); +} +); +width = 825; +}, +{ +anchors = ( +{ +name = bottom; +pos = (176,0); +}, +{ +name = center; +pos = (58,365); +}, +{ +name = top; +pos = (176,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(134,0,ls), +(272,0,o), +(326,107,o), +(326,365,cs), +(326,623,o), +(272,729,o), +(134,729,cs), +(42,729,l), +(42,0,l) +); +}, +{ +closed = 1; +nodes = ( +(73,701,l), +(135,701,ls), +(250,701,o), +(293,603,o), +(293,365,cs), +(293,126,o), +(250,28,o), +(135,28,cs), +(73,28,l) +); +} +); +width = 351; +}, +{ +anchors = ( +{ +name = bottom; +pos = (239,0); +}, +{ +name = center; +pos = (115,365); +}, +{ +name = top; +pos = (239,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(181,0,ls), +(378,0,o), +(465,96,o), +(465,364,cs), +(465,624,o), +(378,729,o), +(181,729,cs), +(18,729,l), +(18,0,l) +); +}, +{ +closed = 1; +nodes = ( +(197,572,l), +(211,572,ls), +(267,572,o), +(278,517,o), +(278,368,cs), +(278,205,o), +(267,157,o), +(211,157,cs), +(197,157,l) +); +} +); +width = 476; +}, +{ +anchors = ( +{ +name = bottom; +pos = (352,0); +}, +{ +name = center; +pos = (108,365); +}, +{ +name = top; +pos = (352,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(355,0,ls), +(555,0,o), +(676,144,o), +(676,364,cs), +(676,585,o), +(555,729,o), +(355,729,cs), +(70,729,l), +(70,0,l) +); +}, +{ +closed = 1; +nodes = ( +(108,693,l), +(354,693,ls), +(526,693,o), +(636,570,o), +(636,365,cs), +(636,167,o), +(531,37,o), +(354,37,cs), +(108,37,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +4 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +} +); +}; +width = 712; +}, +{ +anchors = ( +{ +name = bottom; +pos = (346,0); +}, +{ +name = center; +pos = (161,365); +}, +{ +name = top; +pos = (346,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(388,0,ls), +(612,0,o), +(730,147,o), +(730,364,cs), +(730,581,o), +(613,729,o), +(388,729,cs), +(59,729,l), +(59,0,l) +); +}, +{ +closed = 1; +nodes = ( +(262,557,l), +(352,557,ls), +(447,557,o), +(518,527,o), +(518,368,cs), +(518,198,o), +(443,172,o), +(352,172,cs), +(262,172,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(357,0,ls), +(583,0,o), +(702,147,o), +(702,364,cs), +(702,581,o), +(584,729,o), +(357,729,cs), +(30,729,l), +(30,0,l) +); +}, +{ +closed = 1; +nodes = ( +(233,558,l), +(322,558,ls), +(419,558,o), +(492,526,o), +(492,368,cs), +(492,200,o), +(415,171,o), +(322,171,cs), +(233,171,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +}; +width = 705; +}, +{ +anchors = ( +{ +name = bottom; +pos = (385,0); +}, +{ +name = center; +pos = (110,365); +}, +{ +name = top; +pos = (385,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(370,0,ls), +(598,0,o), +(738,144,o), +(738,364,cs), +(738,585,o), +(598,729,o), +(370,729,cs), +(62,729,l), +(62,0,l) +); +}, +{ +closed = 1; +nodes = ( +(100,693,l), +(370,693,ls), +(571,693,o), +(699,570,o), +(699,365,cs), +(699,167,o), +(577,37,o), +(370,37,cs), +(100,37,l) +); +} +); +width = 776; +}, +{ +anchors = ( +{ +name = bottom; +pos = (395,0); +}, +{ +name = center; +pos = (168,365); +}, +{ +name = top; +pos = (395,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(400,0,ls), +(637,0,o), +(790,121,o), +(790,364,cs), +(790,583,o), +(664,729,o), +(400,729,cs), +(32,729,l), +(32,0,l) +); +}, +{ +closed = 1; +nodes = ( +(260,554,l), +(353,554,ls), +(475,554,o), +(559,513,o), +(559,368,cs), +(559,244,o), +(505,175,o), +(353,175,cs), +(260,175,l) +); +} +); +width = 804; +}, +{ +anchors = ( +{ +name = bottom; +pos = (138,0); +}, +{ +name = center; +pos = (94,365); +}, +{ +name = top; +pos = (243,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,ls), +(256,0,o), +(364,202,o), +(378,500,cs), +(385,661,o), +(339,729,o), +(241,729,cs), +(140,729,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(165,699,l), +(236,699,ls), +(312,699,o), +(353,650,o), +(345,500,cs), +(331,220,o), +(235,30,o), +(98,30,cs), +(27,30,l) +); +} +); +width = 358; +}, +{ +anchors = ( +{ +name = bottom; +pos = (189,0); +}, +{ +name = center; +pos = (127,365); +}, +{ +name = top; +pos = (290,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(123,0,ls), +(369,0,o), +(439,148,o), +(480,360,cs), +(528,612,o), +(456,729,o), +(256,729,cs), +(113,729,l), +(-38,0,l) +); +}, +{ +closed = 1; +nodes = ( +(259,572,l), +(274,572,ls), +(326,572,o), +(332,534,o), +(303,371,cs), +(276,220,o), +(242,157,o), +(192,157,cs), +(173,157,l) +); +} +); +width = 471; +}, +{ +anchors = ( +{ +name = bottom; +pos = (286,0); +}, +{ +name = center; +pos = (127,365); +}, +{ +name = top; +pos = (401,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(302,0,ls), +(526,0,o), +(690,172,o), +(693,425,cs), +(695,605,o), +(586,729,o), +(401,729,cs), +(167,729,l), +(16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(197,693,l), +(400,693,ls), +(559,693,o), +(658,593,o), +(652,415,cs), +(644,188,o), +(507,36,o), +(306,36,cs), +(59,36,l) +); +} +); +width = 699; +}, +{ +anchors = ( +{ +name = bottom; +pos = (288,0); +}, +{ +name = center; +pos = (180,365); +}, +{ +name = top; +pos = (421,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,0,ls), +(546,0,o), +(714,167,o), +(720,430,cs), +(724,609,o), +(614,729,o), +(421,729,cs), +(125,729,l), +(-26,0,l) +); +}, +{ +closed = 1; +nodes = ( +(291,561,l), +(374,561,ls), +(461,561,o), +(517,517,o), +(512,405,cs), +(505,252,o), +(427,168,o), +(294,168,cs), +(210,168,l) +); +} +); +width = 705; +}, +{ +anchors = ( +{ +name = bottom; +pos = (341,0); +}, +{ +name = center; +pos = (121,365); +}, +{ +name = top; +pos = (408,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(315,0,ls), +(584,0,o), +(751,153,o), +(760,410,cs), +(767,624,o), +(628,729,o), +(408,729,cs), +(159,729,l), +(8,0,l) +); +}, +{ +closed = 1; +nodes = ( +(190,693,l), +(404,693,ls), +(628,693,o), +(725,582,o), +(719,410,cs), +(711,179,o), +(571,37,o), +(330,37,cs), +(53,37,l) +); +} +); +width = 763; +}, +{ +anchors = ( +{ +name = bottom; +pos = (348,0); +}, +{ +name = center; +pos = (165,365); +}, +{ +name = top; +pos = (453,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(347,0,ls), +(623,0,o), +(799,158,o), +(808,410,cs), +(816,623,o), +(675,729,o), +(453,729,cs), +(127,729,l), +(-24,0,l) ); }, { closed = 1; nodes = ( -(332,554,l), -(429,554,ls), -(530,554,o), -(596,509,o), -(592,398,cs), -(587,260,o), -(503,175,o), -(368,175,cs), -(254,175,l) +(317,554,l), +(414,554,ls), +(515,554,o), +(581,509,o), +(577,398,cs), +(572,260,o), +(488,175,o), +(353,175,cs), +(239,175,l) ); } ); -width = 813; +width = 787; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/D_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/D_caron.glyph index dd29aed3..eb35aec2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/D_caron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/D_caron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Dcaron; -kernLeft = H; -kernRight = D; +kernLeft = KO_H; +kernRight = KO_D; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (33,51); ref = caroncomb; } ); -width = 490; +width = 506; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = D; }, { -pos = (197,57); +pos = (216,57); ref = caroncomb; } ); -width = 741; +width = 785; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = D; }, { -pos = (128,51); +pos = (119,56); ref = caroncomb; } ); -width = 756; +width = 830; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = D; }, { -pos = (216,57); +pos = (192,57); ref = caroncomb; } ); -width = 785; +width = 731; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = D; }, { -pos = (119,56); +pos = (127,51); ref = caroncomb; } ); -width = 818; +width = 736; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (5,51); ref = caroncomb; } ); -width = 488; +width = 504; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -159,6 +159,164 @@ ref = caroncomb; } ); width = 813; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = D; +}, +{ +pos = (67,57); +ref = caroncomb; +} +); +width = 351; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = D; +}, +{ +pos = (32,51); +ref = caroncomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = D; +}, +{ +pos = (208,57); +ref = caroncomb; +} +); +width = 712; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = D; +}, +{ +pos = (120,51); +ref = caroncomb; +} +); +width = 705; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = D; +}, +{ +alignment = -1; +pos = (216,57); +ref = caroncomb; +} +); +width = 785; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = D; +}, +{ +pos = (114,56); +ref = caroncomb; +} +); +width = 804; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = D; +}, +{ +pos = (52,57); +ref = caroncomb; +} +); +width = 358; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = D; +}, +{ +pos = (5,51); +ref = caroncomb; +} +); +width = 471; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = D; +}, +{ +pos = (174,57); +ref = caroncomb; +} +); +width = 699; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = D; +}, +{ +pos = (116,51); +ref = caroncomb; +} +); +width = 705; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = D; +}, +{ +pos = (152,57); +ref = caroncomb; +} +); +width = 763; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = D; +}, +{ +pos = (94,56); +ref = caroncomb; +} +); +width = 787; } ); unicode = 270; diff --git a/sources/MonaSans.glyphspackage/glyphs/D_croat.glyph b/sources/MonaSans.glyphspackage/glyphs/D_croat.glyph index 65165fb4..932a2b82 100644 --- a/sources/MonaSans.glyphspackage/glyphs/D_croat.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/D_croat.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = Dcroat; -kernRight = D; +kernRight = KO_Dcroat; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -19,43 +19,43 @@ shapes = ( ref = Eth; } ); -width = 504; +width = 520; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Eth; } ); -width = 785; +width = 860; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Eth; } ); -width = 796; +width = 851; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Eth; } ); -width = 860; +width = 774; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Eth; } ); -width = 839; +width = 785; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -73,7 +73,7 @@ shapes = ( ref = Eth; } ); -width = 510; +width = 526; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -110,6 +110,115 @@ ref = Eth; } ); width = 856; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Eth; +} +); +width = 385; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Eth; +} +); +width = 484; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = Eth; +} +); +width = 745; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Eth; +} +); +width = 744; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = Eth; +} +); +width = 820; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Eth; +} +); +width = 809; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Eth; +} +); +width = 375; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Eth; +} +); +width = 488; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Eth; +} +); +width = 730; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Eth; +} +); +width = 721; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Eth; +} +); +width = 849; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Eth; +} +); +width = 826; } ); unicode = 272; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_.glyph b/sources/MonaSans.glyphspackage/glyphs/E_.glyph index 2c9af891..adfb78ba 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_.glyph @@ -1,25 +1,25 @@ { glyphname = E; -kernLeft = H; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_E; layers = ( { anchors = ( { name = bottom; -pos = (190,0); +pos = (198,0); }, { name = ogonek; -pos = (361,0); +pos = (369,0); }, { name = top; -pos = (190,729); +pos = (198,729); }, { name = topleft; -pos = (21,729); +pos = (29,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -27,29 +27,29 @@ shapes = ( { closed = 1; nodes = ( -(361,0,l), -(361,157,l), -(181,157,l), -(206,132,l), -(206,597,l), -(181,572,l), -(361,572,l), -(361,729,l), -(29,729,l), -(29,0,l) +(369,0,l), +(369,157,l), +(189,157,l), +(214,132,l), +(214,597,l), +(189,572,l), +(369,572,l), +(369,729,l), +(37,729,l), +(37,0,l) ); }, { closed = 1; nodes = ( -(347,299,l), -(347,445,l), -(181,445,l), -(181,299,l) +(355,299,l), +(355,445,l), +(189,445,l), +(189,299,l) ); } ); -width = 380; +width = 396; }, { anchors = ( @@ -103,45 +103,141 @@ width = 312; anchors = ( { name = bottom; -pos = (310,0); +pos = (336,0); }, { name = ogonek; -pos = (575,0); +pos = (638,0); }, { name = top; -pos = (310,729); +pos = (336,729); }, { name = topleft; -pos = (11,729); +pos = (21,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(638,0,l), +(638,37,l), +(85,37,l), +(110,12,l), +(110,718,l), +(85,693,l), +(638,693,l), +(638,729,l), +(72,729,l), +(72,0,l) +); +}, +{ +closed = 1; +nodes = ( +(590,358,l), +(590,392,l), +(95,392,l), +(95,358,l) +); +} +); +width = 660; +}, +{ +anchors = ( +{ +name = bottom; +pos = (374,0); +}, +{ +name = ogonek; +pos = (694,0); +}, +{ +name = top; +pos = (372,729); +}, +{ +name = topleft; +pos = (19,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,0,l), +(694,179,l), +(237,179,l), +(282,134,l), +(282,595,l), +(237,550,l), +(691,550,l), +(691,729,l), +(53,729,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(641,282,l), +(641,449,l), +(237,449,l), +(237,282,l) +); } ); -layerId = master01; +width = 722; +}, +{ +anchors = ( +{ +name = bottom; +pos = (337,0); +}, +{ +name = ogonek; +pos = (576,0); +}, +{ +name = top; +pos = (337,729); +}, +{ +name = topleft; +pos = (24,729); +} +); +layerId = m019; shapes = ( { closed = 1; nodes = ( -(575,0,l), -(575,37,l), -(121,37,l), -(132,26,l), -(132,704,l), -(121,693,l), -(575,693,l), -(575,729,l), -(94,729,l), -(94,0,l) +(586,0,l), +(586,37,l), +(132,37,l), +(143,26,l), +(143,704,l), +(132,693,l), +(586,693,l), +(586,729,l), +(105,729,l), +(105,0,l) ); }, { closed = 1; nodes = ( -(527,358,l), -(527,392,l), -(121,392,l), -(121,358,l) +(540,358,l), +(540,392,l), +(132,392,l), +(132,358,l) ); } ); @@ -206,154 +302,58 @@ type = Stem; } ); }; -width = 612; +width = 623; }, { anchors = ( { name = bottom; -pos = (324,0); +pos = (315,0); }, { name = ogonek; -pos = (612,0); +pos = (595,0); }, { name = top; -pos = (324,729); +pos = (315,729); }, { name = topleft; -pos = (10,729); +pos = (11,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(612,0,l), -(612,172,l), -(220,172,l), -(262,130,l), -(262,599,l), -(220,557,l), -(609,557,l), -(609,729,l), -(59,729,l), -(59,0,l) +(595,0,l), +(595,172,l), +(217,172,l), +(258,130,l), +(258,599,l), +(217,557,l), +(592,557,l), +(592,729,l), +(57,729,l), +(57,0,l) ); }, { closed = 1; nodes = ( -(559,288,l), -(559,449,l), -(220,449,l), -(220,288,l) +(544,288,l), +(544,449,l), +(217,449,l), +(217,288,l) ); } ); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; }; -width = 646; -}, -{ -anchors = ( -{ -name = bottom; -pos = (336,0); -}, -{ -name = ogonek; -pos = (638,0); -}, -{ -name = top; -pos = (336,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(638,0,l), -(638,37,l), -(85,37,l), -(110,12,l), -(110,718,l), -(85,693,l), -(638,693,l), -(638,729,l), -(72,729,l), -(72,0,l) -); -}, -{ -closed = 1; -nodes = ( -(590,358,l), -(590,392,l), -(95,392,l), -(95,358,l) -); -} -); -width = 660; -}, -{ -anchors = ( -{ -name = bottom; -pos = (368,0); -}, -{ -name = ogonek; -pos = (688,0); -}, -{ -name = top; -pos = (366,729); -}, -{ -name = topleft; -pos = (13,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,0,l), -(688,179,l), -(231,179,l), -(276,134,l), -(276,595,l), -(231,550,l), -(685,550,l), -(685,729,l), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(635,282,l), -(635,449,l), -(231,449,l), -(231,282,l) -); -} -); -width = 710; +width = 627; }, { anchors = ( @@ -407,19 +407,19 @@ width = 310; anchors = ( { name = bottom; -pos = (138,0); +pos = (146,0); }, { name = ogonek; -pos = (302,0); +pos = (310,0); }, { name = top; -pos = (289,729); +pos = (297,729); }, { name = topleft; -pos = (125,729); +pos = (133,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -427,29 +427,29 @@ shapes = ( { closed = 1; nodes = ( -(302,0,l), -(334,157,l), -(135,157,l), -(171,113,l), -(275,616,l), -(221,572,l), -(422,572,l), -(453,729,l), -(125,729,l), -(-27,0,l) +(310,0,l), +(342,157,l), +(143,157,l), +(179,113,l), +(283,616,l), +(229,572,l), +(430,572,l), +(461,729,l), +(133,729,l), +(-19,0,l) ); }, { closed = 1; nodes = ( -(349,299,l), -(380,445,l), -(195,445,l), -(165,299,l) +(357,299,l), +(388,445,l), +(203,445,l), +(173,299,l) ); } ); -width = 378; +width = 394; }, { anchors = ( @@ -599,19 +599,19 @@ width = 653; anchors = ( { name = bottom; -pos = (308,0); +pos = (314,0); }, { name = ogonek; -pos = (625,0); +pos = (631,0); }, { name = top; -pos = (458,729); +pos = (464,729); }, { name = topleft; -pos = (118,729); +pos = (124,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -619,29 +619,669 @@ shapes = ( { closed = 1; nodes = ( -(625,0,l), -(662,179,l), -(210,179,l), -(246,135,l), -(342,594,l), -(288,550,l), -(736,550,l), -(773,729,l), -(142,729,l), -(-9,0,l) +(631,0,l), +(668,179,l), +(216,179,l), +(252,135,l), +(348,594,l), +(294,550,l), +(742,550,l), +(779,729,l), +(148,729,l), +(-3,0,l) +); +}, +{ +closed = 1; +nodes = ( +(637,282,l), +(672,449,l), +(273,449,l), +(238,282,l) +); +} +); +width = 715; +}, +{ +anchors = ( +{ +name = bottom; +pos = (160,0); +}, +{ +name = ogonek; +pos = (278,0); +}, +{ +name = top; +pos = (160,729); +}, +{ +name = topleft; +pos = (-3,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,0,l), +(278,28,l), +(68,28,l), +(73,23,l), +(73,706,l), +(68,701,l), +(278,701,l), +(278,729,l), +(42,729,l), +(42,0,l) +); +}, +{ +closed = 1; +nodes = ( +(258,361,l), +(258,389,l), +(68,389,l), +(68,361,l) +); +} +); +width = 278; +}, +{ +anchors = ( +{ +name = bottom; +pos = (179,0); +}, +{ +name = ogonek; +pos = (350,0); +}, +{ +name = top; +pos = (179,729); +}, +{ +name = topleft; +pos = (10,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,0,l), +(350,157,l), +(170,157,l), +(195,132,l), +(195,597,l), +(170,572,l), +(350,572,l), +(350,729,l), +(18,729,l), +(18,0,l) +); +}, +{ +closed = 1; +nodes = ( +(340,299,l), +(340,445,l), +(170,445,l), +(170,299,l) +); +} +); +width = 359; +}, +{ +anchors = ( +{ +name = bottom; +pos = (286,0); +}, +{ +name = ogonek; +pos = (551,0); +}, +{ +name = top; +pos = (286,729); +}, +{ +name = topleft; +pos = (-13,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(551,0,l), +(551,37,l), +(97,37,l), +(108,26,l), +(108,704,l), +(97,693,l), +(551,693,l), +(551,729,l), +(70,729,l), +(70,0,l) +); +}, +{ +closed = 1; +nodes = ( +(503,358,l), +(503,392,l), +(97,392,l), +(97,358,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 568; +}, +{ +anchors = ( +{ +name = bottom; +pos = (295,0); +}, +{ +name = ogonek; +pos = (583,0); +}, +{ +name = top; +pos = (295,729); +}, +{ +name = topleft; +pos = (-19,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(583,0,l), +(583,172,l), +(191,172,l), +(233,130,l), +(233,599,l), +(191,557,l), +(580,557,l), +(580,729,l), +(30,729,l), +(30,0,l) +); +}, +{ +closed = 1; +nodes = ( +(530,288,l), +(530,449,l), +(191,449,l), +(191,288,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +}; +width = 591; +}, +{ +anchors = ( +{ +name = bottom; +pos = (326,0); +}, +{ +name = ogonek; +pos = (628,0); +}, +{ +name = top; +pos = (326,729); +}, +{ +name = topleft; +pos = (11,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(628,0,l), +(628,37,l), +(75,37,l), +(100,12,l), +(100,718,l), +(75,693,l), +(628,693,l), +(628,729,l), +(62,729,l), +(62,0,l) +); +}, +{ +closed = 1; +nodes = ( +(580,358,l), +(580,392,l), +(85,392,l), +(85,358,l) +); +} +); +width = 640; +}, +{ +anchors = ( +{ +name = bottom; +pos = (353,0); +}, +{ +name = ogonek; +pos = (673,0); +}, +{ +name = top; +pos = (351,729); +}, +{ +name = topleft; +pos = (-2,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(673,0,l), +(673,179,l), +(216,179,l), +(261,134,l), +(261,595,l), +(216,550,l), +(670,550,l), +(670,729,l), +(32,729,l), +(32,0,l) +); +}, +{ +closed = 1; +nodes = ( +(620,282,l), +(620,449,l), +(216,449,l), +(216,282,l) +); +} +); +width = 680; +}, +{ +anchors = ( +{ +name = bottom; +pos = (91,0); +}, +{ +name = ogonek; +pos = (211,0); +}, +{ +name = top; +pos = (242,729); +}, +{ +name = topleft; +pos = (109,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,0,l), +(217,28,l), +(17,28,l), +(24,17,l), +(169,714,l), +(154,701,l), +(357,701,l), +(362,729,l), +(140,729,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(258,361,l), +(263,389,l), +(90,389,l), +(82,361,l) +); +} +); +width = 252; +}, +{ +anchors = ( +{ +name = bottom; +pos = (127,0); +}, +{ +name = ogonek; +pos = (291,0); +}, +{ +name = top; +pos = (278,729); +}, +{ +name = topleft; +pos = (114,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(291,0,l), +(323,157,l), +(124,157,l), +(160,113,l), +(264,616,l), +(210,572,l), +(411,572,l), +(442,729,l), +(114,729,l), +(-38,0,l) +); +}, +{ +closed = 1; +nodes = ( +(338,299,l), +(369,445,l), +(184,445,l), +(154,299,l) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = bottom; +pos = (249,0); +}, +{ +name = ogonek; +pos = (482,0); +}, +{ +name = top; +pos = (400,729); +}, +{ +name = topleft; +pos = (94,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(482,0,l), +(489,36,l), +(49,36,l), +(56,22,l), +(200,710,l), +(185,693,l), +(626,693,l), +(633,729,l), +(167,729,l), +(16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(511,358,l), +(518,392,l), +(124,392,l), +(120,358,l) +); +} +); +width = 549; +}, +{ +anchors = ( +{ +name = bottom; +pos = (243,0); +}, +{ +name = ogonek; +pos = (512,0); +}, +{ +name = top; +pos = (394,729); +}, +{ +name = topleft; +pos = (86,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(512,0,l), +(547,172,l), +(166,172,l), +(202,128,l), +(299,601,l), +(245,557,l), +(624,557,l), +(660,729,l), +(125,729,l), +(-26,0,l) +); +}, +{ +closed = 1; +nodes = ( +(520,285,l), +(553,446,l), +(222,446,l), +(189,285,l) +); +} +); +width = 573; +}, +{ +anchors = ( +{ +name = bottom; +pos = (287,0); +}, +{ +name = ogonek; +pos = (566,0); +}, +{ +name = top; +pos = (438,729); +}, +{ +name = topleft; +pos = (118,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(566,0,l), +(574,37,l), +(38,37,l), +(50,21,l), +(195,715,l), +(171,693,l), +(710,693,l), +(717,729,l), +(159,729,l), +(8,0,l) +); +}, +{ +closed = 1; +nodes = ( +(595,358,l), +(602,392,l), +(120,392,l), +(112,358,l) +); +} +); +width = 633; +}, +{ +anchors = ( +{ +name = bottom; +pos = (293,0); +}, +{ +name = ogonek; +pos = (610,0); +}, +{ +name = top; +pos = (443,729); +}, +{ +name = topleft; +pos = (103,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(610,0,l), +(647,179,l), +(195,179,l), +(231,135,l), +(327,594,l), +(273,550,l), +(721,550,l), +(758,729,l), +(127,729,l), +(-24,0,l) ); }, { closed = 1; nodes = ( -(631,282,l), -(666,449,l), -(267,449,l), -(232,282,l) +(616,282,l), +(651,449,l), +(252,449,l), +(217,282,l) ); } ); -width = 703; +width = 678; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/E_acute.glyph index 617dcaab..f667132a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_acute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Eacute; -kernLeft = H; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (78,51); ref = acutecomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (255,57); +pos = (278,57); ref = acutecomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (212,51); +pos = (249,56); ref = acutecomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (278,57); +pos = (281,57); ref = acutecomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (249,56); +pos = (205,51); ref = acutecomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (94,51); ref = acutecomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -159,6 +159,164 @@ ref = acutecomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (124,57); +ref = acutecomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (77,51); +ref = acutecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (251,57); +ref = acutecomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (204,51); +ref = acutecomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (278,57); +ref = acutecomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (244,56); +ref = acutecomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (124,57); +ref = acutecomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (94,51); +ref = acutecomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (282,57); +ref = acutecomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (228,51); +ref = acutecomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (305,57); +ref = acutecomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (258,56); +ref = acutecomb; +} +); +width = 678; } ); unicode = 201; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_breve.glyph b/sources/MonaSans.glyphspackage/glyphs/E_breve.glyph index 4f74d7f8..8c1ead29 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_breve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_breve.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Ebreve; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-5,51); ref = brevecomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (142,51); +pos = (162,57); ref = brevecomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (105,51); +pos = (127,56); ref = brevecomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (162,57); +pos = (170,51); ref = brevecomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (127,56); +pos = (104,51); ref = brevecomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (9,51); ref = brevecomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +159,164 @@ ref = brevecomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (56,57); +ref = brevecomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-6,51); +ref = brevecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (138,51); +ref = brevecomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (97,51); +ref = brevecomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (162,57); +ref = brevecomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (122,56); +ref = brevecomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (51,57); +ref = brevecomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (9,51); +ref = brevecomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (168,57); +ref = brevecomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (111,51); +ref = brevecomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (183,57); +ref = brevecomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (136,51); +ref = brevecomb; +} +); +width = 678; } ); unicode = 276; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/E_caron.glyph index 5e3589b3..1bb8856e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_caron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_caron.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Ecaron; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-27,51); ref = caroncomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (146,57); +pos = (157,57); ref = caroncomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (77,51); +pos = (75,56); ref = caroncomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (157,57); +pos = (174,57); ref = caroncomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (75,56); +pos = (76,51); ref = caroncomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-7,51); ref = caroncomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +159,164 @@ ref = caroncomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (51,57); +ref = caroncomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-28,51); +ref = caroncomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (142,57); +ref = caroncomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (69,51); +ref = caroncomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (157,57); +ref = caroncomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (70,56); +ref = caroncomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (51,57); +ref = caroncomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-7,51); +ref = caroncomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (173,57); +ref = caroncomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (89,51); +ref = caroncomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (182,57); +ref = caroncomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (84,56); +ref = caroncomb; +} +); +width = 678; } ); unicode = 282; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/E_circumflex.glyph index 8f8caf38..c4562e21 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_circumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ecircumflex; -kernLeft = H; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-27,51); ref = circumflexcomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (146,57); +pos = (157,57); ref = circumflexcomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (77,51); +pos = (75,56); ref = circumflexcomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (157,57); +pos = (174,57); ref = circumflexcomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (75,56); +pos = (76,51); ref = circumflexcomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-13,51); ref = circumflexcomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -159,6 +159,164 @@ ref = circumflexcomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (51,57); +ref = circumflexcomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-28,51); +ref = circumflexcomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (142,57); +ref = circumflexcomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (69,51); +ref = circumflexcomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (157,57); +ref = circumflexcomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (70,56); +ref = circumflexcomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,57); +ref = circumflexcomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-13,51); +ref = circumflexcomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (172,57); +ref = circumflexcomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (94,51); +ref = circumflexcomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (182,57); +ref = circumflexcomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (82,56); +ref = circumflexcomb; +} +); +width = 678; } ); unicode = 202; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_circumflexacute.glyph b/sources/MonaSans.glyphspackage/glyphs/E_circumflexacute.glyph index 5eed5fb8..d3e39c6c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_circumflexacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_circumflexacute.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Ecircumflexacute; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-16,51); ref = circumflexcomb_acutecomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (146,57); +pos = (157,57); ref = circumflexcomb_acutecomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (77,51); +pos = (99,56); ref = circumflexcomb_acutecomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (157,57); +pos = (174,57); ref = circumflexcomb_acutecomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (99,56); +pos = (75,51); ref = circumflexcomb_acutecomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-1,51); ref = circumflexcomb_acutecomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +159,164 @@ ref = circumflexcomb_acutecomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (51,57); +ref = circumflexcomb_acutecomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-17,51); +ref = circumflexcomb_acutecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (142,57); +ref = circumflexcomb_acutecomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (69,51); +ref = circumflexcomb_acutecomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (157,57); +ref = circumflexcomb_acutecomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (94,56); +ref = circumflexcomb_acutecomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,57); +ref = circumflexcomb_acutecomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-1,51); +ref = circumflexcomb_acutecomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (172,57); +ref = circumflexcomb_acutecomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (96,51); +ref = circumflexcomb_acutecomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (182,57); +ref = circumflexcomb_acutecomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (105,56); +ref = circumflexcomb_acutecomb; +} +); +width = 678; } ); unicode = 7870; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_circumflexdotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/E_circumflexdotbelow.glyph index 06d0eb39..d847a8e4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_circumflexdotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_circumflexdotbelow.glyph @@ -1,6 +1,8 @@ { color = 6; glyphname = Ecircumflexdotbelow; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -34,44 +36,44 @@ pos = (-27,51); ref = circumflexcomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (238,0); +pos = (264,0); ref = dotbelowcomb; }, { -pos = (146,57); +pos = (157,57); ref = circumflexcomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (199,0); +pos = (215,0); ref = dotbelowcomb; }, { -pos = (77,51); +pos = (75,56); ref = circumflexcomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; @@ -81,28 +83,28 @@ pos = (264,0); ref = dotbelowcomb; }, { -pos = (157,57); +pos = (174,57); ref = circumflexcomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (215,0); +pos = (194,0); ref = dotbelowcomb; }, { -pos = (75,56); +pos = (76,51); ref = circumflexcomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -136,7 +138,7 @@ pos = (-13,51); ref = circumflexcomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -205,6 +207,213 @@ ref = circumflexcomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (117,0); +ref = dotbelowcomb; +}, +{ +pos = (51,57); +ref = circumflexcomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (71,0); +ref = dotbelowcomb; +}, +{ +pos = (-28,51); +ref = circumflexcomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (234,0); +ref = dotbelowcomb; +}, +{ +pos = (142,57); +ref = circumflexcomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (191,0); +ref = dotbelowcomb; +}, +{ +pos = (69,51); +ref = circumflexcomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (264,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (157,57); +ref = circumflexcomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (210,0); +ref = dotbelowcomb; +}, +{ +pos = (70,56); +ref = circumflexcomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (104,0); +ref = dotbelowcomb; +}, +{ +pos = (50,57); +ref = circumflexcomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (73,0); +ref = dotbelowcomb; +}, +{ +pos = (-13,51); +ref = circumflexcomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (255,0); +ref = dotbelowcomb; +}, +{ +pos = (172,57); +ref = circumflexcomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (201,0); +ref = dotbelowcomb; +}, +{ +pos = (94,51); +ref = circumflexcomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (280,0); +ref = dotbelowcomb; +}, +{ +pos = (182,57); +ref = circumflexcomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (211,0); +ref = dotbelowcomb; +}, +{ +pos = (82,56); +ref = circumflexcomb; +} +); +width = 678; } ); unicode = 7878; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_circumflexdotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/E_circumflexdotbelow.ss01.glyph index cdb0c252..b0a0928b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_circumflexdotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_circumflexdotbelow.ss01.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = Ecircumflexdotbelow.ss01; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -34,44 +35,44 @@ pos = (-27,51); ref = circumflexcomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (251,0); +pos = (277,0); ref = dotbelowcomb.ss01; }, { -pos = (146,57); +pos = (157,57); ref = circumflexcomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (188,0); +pos = (227,0); ref = dotbelowcomb.ss01; }, { -pos = (77,51); +pos = (75,56); ref = circumflexcomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; @@ -81,28 +82,28 @@ pos = (277,0); ref = dotbelowcomb.ss01; }, { -pos = (157,57); +pos = (174,57); ref = circumflexcomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (227,0); +pos = (181,0); ref = dotbelowcomb.ss01; }, { -pos = (75,56); +pos = (76,51); ref = circumflexcomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -136,7 +137,7 @@ pos = (-13,51); ref = circumflexcomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -204,7 +205,211 @@ pos = (82,56); ref = circumflexcomb; } ); -width = 703; +width = 715; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (125,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (51,57); +ref = circumflexcomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (60,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (-28,51); +ref = circumflexcomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (247,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (142,57); +ref = circumflexcomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (180,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (69,51); +ref = circumflexcomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = E; +}, +{ +pos = (277,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (157,57); +ref = circumflexcomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (222,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (70,56); +ref = circumflexcomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (112,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (50,57); +ref = circumflexcomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (64,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (-13,51); +ref = circumflexcomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (268,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (172,57); +ref = circumflexcomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (192,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (94,51); +ref = circumflexcomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (291,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (182,57); +ref = circumflexcomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (225,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (82,56); +ref = circumflexcomb; +} +); +width = 678; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/E_circumflexgrave.glyph b/sources/MonaSans.glyphspackage/glyphs/E_circumflexgrave.glyph index c0b03033..70cef3ae 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_circumflexgrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_circumflexgrave.glyph @@ -1,6 +1,8 @@ { color = 6; glyphname = Ecircumflexgrave; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +28,59 @@ pos = (-16,51); ref = circumflexcomb_gravecomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (146,57); +pos = (157,57); ref = circumflexcomb_gravecomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (77,51); +pos = (99,56); ref = circumflexcomb_gravecomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (157,57); +pos = (174,57); ref = circumflexcomb_gravecomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (99,56); +pos = (75,51); ref = circumflexcomb_gravecomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +106,7 @@ pos = (-1,51); ref = circumflexcomb_gravecomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +159,164 @@ ref = circumflexcomb_gravecomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (51,57); +ref = circumflexcomb_gravecomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-17,51); +ref = circumflexcomb_gravecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (142,57); +ref = circumflexcomb_gravecomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (69,51); +ref = circumflexcomb_gravecomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (157,57); +ref = circumflexcomb_gravecomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (94,56); +ref = circumflexcomb_gravecomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,57); +ref = circumflexcomb_gravecomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-1,51); +ref = circumflexcomb_gravecomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (172,57); +ref = circumflexcomb_gravecomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (96,51); +ref = circumflexcomb_gravecomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (182,57); +ref = circumflexcomb_gravecomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (105,56); +ref = circumflexcomb_gravecomb; +} +); +width = 678; } ); unicode = 7872; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_circumflexhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/E_circumflexhookabove.glyph index bfc0ddcc..d00fd802 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_circumflexhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_circumflexhookabove.glyph @@ -1,6 +1,8 @@ { color = 6; glyphname = Ecircumflexhookabove; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +28,59 @@ pos = (-16,51); ref = circumflexcomb_hookabovecomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (146,57); +pos = (157,57); ref = circumflexcomb_hookabovecomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (77,51); +pos = (99,56); ref = circumflexcomb_hookabovecomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (157,57); +pos = (174,57); ref = circumflexcomb_hookabovecomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (99,56); +pos = (75,51); ref = circumflexcomb_hookabovecomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +106,7 @@ pos = (-1,51); ref = circumflexcomb_hookabovecomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +159,164 @@ ref = circumflexcomb_hookabovecomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (51,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-17,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (142,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (69,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (157,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (94,56); +ref = circumflexcomb_hookabovecomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-1,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (172,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (96,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (182,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (105,56); +ref = circumflexcomb_hookabovecomb; +} +); +width = 678; } ); unicode = 7874; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_circumflextilde.glyph b/sources/MonaSans.glyphspackage/glyphs/E_circumflextilde.glyph index 102c7cb7..75b5740b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_circumflextilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_circumflextilde.glyph @@ -1,6 +1,8 @@ { color = 6; glyphname = Ecircumflextilde; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +28,59 @@ pos = (-16,51); ref = circumflexcomb_tildecomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (146,57); +pos = (157,57); ref = circumflexcomb_tildecomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (77,51); +pos = (99,56); ref = circumflexcomb_tildecomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (157,57); +pos = (174,57); ref = circumflexcomb_tildecomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (99,56); +pos = (76,51); ref = circumflexcomb_tildecomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +106,7 @@ pos = (-2,51); ref = circumflexcomb_tildecomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +159,164 @@ ref = circumflexcomb_tildecomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (51,57); +ref = circumflexcomb_tildecomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-17,51); +ref = circumflexcomb_tildecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (142,57); +ref = circumflexcomb_tildecomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (69,51); +ref = circumflexcomb_tildecomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (157,57); +ref = circumflexcomb_tildecomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (94,56); +ref = circumflexcomb_tildecomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,57); +ref = circumflexcomb_tildecomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-2,51); +ref = circumflexcomb_tildecomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (165,57); +ref = circumflexcomb_tildecomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (96,51); +ref = circumflexcomb_tildecomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (182,57); +ref = circumflexcomb_tildecomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (113,56); +ref = circumflexcomb_tildecomb; +} +); +width = 678; } ); unicode = 7876; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_dieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/E_dieresis.glyph index 30355df5..8c11d5f8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_dieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_dieresis.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Edieresis; -kernLeft = H; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-35,51); ref = dieresiscomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (148,57); +pos = (159,57); ref = dieresiscomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (81,51); +pos = (83,51); ref = dieresiscomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (159,57); +pos = (176,57); ref = dieresiscomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (83,51); +pos = (80,51); ref = dieresiscomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-28,51); ref = dieresiscomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -159,6 +159,164 @@ ref = dieresiscomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (62,57); +ref = dieresiscomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-36,51); +ref = dieresiscomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (144,57); +ref = dieresiscomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (73,51); +ref = dieresiscomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (159,57); +ref = dieresiscomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (78,51); +ref = dieresiscomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (56,57); +ref = dieresiscomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-28,51); +ref = dieresiscomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (177,57); +ref = dieresiscomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (94,51); +ref = dieresiscomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (186,57); +ref = dieresiscomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (89,51); +ref = dieresiscomb; +} +); +width = 678; } ); unicode = 203; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_dieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/E_dieresis.ss01.glyph index 46e61b17..9e69808c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_dieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_dieresis.ss01.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Edieresis.ss01; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-34,51); ref = dieresiscomb.ss01; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (175,57); +pos = (192,57); ref = dieresiscomb.ss01; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (93,51); +pos = (105,51); ref = dieresiscomb.ss01; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (192,57); +pos = (201,57); ref = dieresiscomb.ss01; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (105,51); +pos = (92,51); ref = dieresiscomb.ss01; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-20,51); ref = dieresiscomb.ss01; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (118,51); ref = dieresiscomb.ss01; } ); -width = 703; +width = 715; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (73,57); +ref = dieresiscomb.ss01; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-35,51); +ref = dieresiscomb.ss01; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (171,57); +ref = dieresiscomb.ss01; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (85,51); +ref = dieresiscomb.ss01; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = E; +}, +{ +pos = (192,57); +ref = dieresiscomb.ss01; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (100,51); +ref = dieresiscomb.ss01; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (69,57); +ref = dieresiscomb.ss01; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-20,51); +ref = dieresiscomb.ss01; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (199,57); +ref = dieresiscomb.ss01; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (110,51); +ref = dieresiscomb.ss01; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (223,57); +ref = dieresiscomb.ss01; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (118,51); +ref = dieresiscomb.ss01; +} +); +width = 678; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/E_dotaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/E_dotaccent.glyph index a9228336..be42baf1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_dotaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_dotaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Edotaccent; -kernLeft = H; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (56,51); ref = dotaccentcomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (238,57); +pos = (264,57); ref = dotaccentcomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (187,51); +pos = (208,56); ref = dotaccentcomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (264,57); +pos = (264,79); ref = dotaccentcomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (208,56); +pos = (182,65); ref = dotaccentcomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (71,51); ref = dotaccentcomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -159,6 +159,164 @@ ref = dotaccentcomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (117,62); +ref = dotaccentcomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (55,51); +ref = dotaccentcomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (234,62); +ref = dotaccentcomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (179,51); +ref = dotaccentcomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (264,57); +ref = dotaccentcomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (203,56); +ref = dotaccentcomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (111,57); +ref = dotaccentcomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (71,51); +ref = dotaccentcomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (267,57); +ref = dotaccentcomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (198,51); +ref = dotaccentcomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (291,57); +ref = dotaccentcomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (214,56); +ref = dotaccentcomb; +} +); +width = 678; } ); unicode = 278; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_dotaccent.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/E_dotaccent.ss01.glyph index 474e6fa1..a4cb7c6d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_dotaccent.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_dotaccent.ss01.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Edotaccent.ss01; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,36 +28,36 @@ pos = (61,51); ref = dotaccentcomb.ss01; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (251,57); +pos = (277,57); ref = dotaccentcomb.ss01; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (188,51); +pos = (215,56); ref = dotaccentcomb.ss01; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; @@ -66,20 +67,20 @@ pos = (277,57); ref = dotaccentcomb.ss01; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (215,56); +pos = (181,51); ref = dotaccentcomb.ss01; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (77,51); ref = dotaccentcomb.ss01; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (223,51); ref = dotaccentcomb.ss01; } ); -width = 703; +width = 715; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (125,57); +ref = dotaccentcomb.ss01; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (60,51); +ref = dotaccentcomb.ss01; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (247,57); +ref = dotaccentcomb.ss01; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (180,51); +ref = dotaccentcomb.ss01; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = E; +}, +{ +pos = (277,57); +ref = dotaccentcomb.ss01; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (210,56); +ref = dotaccentcomb.ss01; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (125,57); +ref = dotaccentcomb.ss01; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (77,51); +ref = dotaccentcomb.ss01; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (280,57); +ref = dotaccentcomb.ss01; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (203,51); +ref = dotaccentcomb.ss01; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (304,57); +ref = dotaccentcomb.ss01; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (223,51); +ref = dotaccentcomb.ss01; +} +); +width = 678; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/E_dotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/E_dotbelow.glyph index 2f73bc63..b4394e5f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_dotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_dotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Edotbelow; -kernLeft = H; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,36 +28,36 @@ pos = (72,0); ref = dotbelowcomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (238,0); +pos = (264,0); ref = dotbelowcomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (199,0); +pos = (215,0); ref = dotbelowcomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; @@ -67,20 +67,20 @@ pos = (264,0); ref = dotbelowcomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (215,0); +pos = (194,0); ref = dotbelowcomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (73,0); ref = dotbelowcomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -159,6 +159,164 @@ ref = dotbelowcomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (117,0); +ref = dotbelowcomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (71,0); +ref = dotbelowcomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (234,0); +ref = dotbelowcomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (191,0); +ref = dotbelowcomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (264,0); +ref = dotbelowcomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (210,0); +ref = dotbelowcomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (104,0); +ref = dotbelowcomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (73,0); +ref = dotbelowcomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (255,0); +ref = dotbelowcomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (201,0); +ref = dotbelowcomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (280,0); +ref = dotbelowcomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (211,0); +ref = dotbelowcomb; +} +); +width = 678; } ); unicode = 7864; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_dotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/E_dotbelow.ss01.glyph index 3a8a503f..55fd7706 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_dotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_dotbelow.ss01.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = Edotbelow.ss01; -kernRight = E; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,36 +27,36 @@ pos = (61,0); ref = dotbelowcomb.ss01; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (251,0); +pos = (277,0); ref = dotbelowcomb.ss01; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (188,0); +pos = (227,0); ref = dotbelowcomb.ss01; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; @@ -66,20 +66,20 @@ pos = (277,0); ref = dotbelowcomb.ss01; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (227,0); +pos = (181,0); ref = dotbelowcomb.ss01; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (64,0); ref = dotbelowcomb.ss01; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,163 @@ pos = (225,0); ref = dotbelowcomb.ss01; } ); -width = 703; +width = 715; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (125,0); +ref = dotbelowcomb.ss01; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (60,0); +ref = dotbelowcomb.ss01; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (247,0); +ref = dotbelowcomb.ss01; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (180,0); +ref = dotbelowcomb.ss01; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = E; +}, +{ +pos = (277,0); +ref = dotbelowcomb.ss01; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (222,0); +ref = dotbelowcomb.ss01; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (112,0); +ref = dotbelowcomb.ss01; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (64,0); +ref = dotbelowcomb.ss01; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (268,0); +ref = dotbelowcomb.ss01; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (192,0); +ref = dotbelowcomb.ss01; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (291,0); +ref = dotbelowcomb.ss01; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (225,0); +ref = dotbelowcomb.ss01; +} +); +width = 678; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/E_grave.glyph b/sources/MonaSans.glyphspackage/glyphs/E_grave.glyph index d82db085..2438f2e8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_grave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_grave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Egrave; -kernLeft = H; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-19,51); ref = gravecomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (176,57); +pos = (192,57); ref = gravecomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (115,51); +pos = (132,56); ref = gravecomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (192,57); +pos = (202,57); ref = gravecomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (132,56); +pos = (116,51); ref = gravecomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (4,51); ref = gravecomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -159,6 +159,164 @@ ref = gravecomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (46,57); +ref = gravecomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-20,51); +ref = gravecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (172,57); +ref = gravecomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (107,51); +ref = gravecomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (192,57); +ref = gravecomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (127,56); +ref = gravecomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (47,57); +ref = gravecomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (4,51); +ref = gravecomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (205,57); +ref = gravecomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (127,51); +ref = gravecomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (218,57); +ref = gravecomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (141,56); +ref = gravecomb; +} +); +width = 678; } ); unicode = 200; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_hookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/E_hookabove.glyph index 792ec1e9..cc990834 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_hookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_hookabove.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Ehookabove; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,36 +28,36 @@ pos = (51,50); ref = hookabovecomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (202,57); +pos = (228,57); ref = hookabovecomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (161,51); +pos = (213,51); ref = hookabovecomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; @@ -66,20 +67,20 @@ pos = (228,57); ref = hookabovecomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (213,51); +pos = (159,51); ref = hookabovecomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (58,49); ref = hookabovecomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +159,164 @@ ref = hookabovecomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (99,57); +ref = hookabovecomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,50); +ref = hookabovecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (198,57); +ref = hookabovecomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (153,51); +ref = hookabovecomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (228,57); +ref = hookabovecomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (208,51); +ref = hookabovecomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (76,56); +ref = hookabovecomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (58,49); +ref = hookabovecomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (235,56); +ref = hookabovecomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (168,50); +ref = hookabovecomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (260,56); +ref = hookabovecomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (206,48); +ref = hookabovecomb; +} +); +width = 678; } ); unicode = 7866; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_macron.glyph b/sources/MonaSans.glyphspackage/glyphs/E_macron.glyph index 960afb1b..fcbaabfc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_macron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_macron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Emacron; -kernLeft = H; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-4,49); ref = macroncomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (110,57); +pos = (108,58); ref = macroncomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (82,51); +pos = (102,56); ref = macroncomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (108,58); +pos = (138,57); ref = macroncomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (102,56); +pos = (81,51); ref = macroncomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (10,49); ref = macroncomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -159,6 +159,164 @@ ref = macroncomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (43,58); +ref = macroncomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-5,49); +ref = macroncomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (106,57); +ref = macroncomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (74,51); +ref = macroncomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (108,58); +ref = macroncomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (97,56); +ref = macroncomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (42,58); +ref = macroncomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (10,49); +ref = macroncomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (138,57); +ref = macroncomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (115,51); +ref = macroncomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (134,58); +ref = macroncomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (110,56); +ref = macroncomb; +} +); +width = 678; } ); unicode = 274; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_ng.glyph b/sources/MonaSans.glyphspackage/glyphs/E_ng.glyph index c70eceed..87eabbaa 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_ng.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_ng.glyph @@ -1,5 +1,6 @@ { glyphname = Eng; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -49,132 +50,41 @@ shapes = ( { closed = 1; nodes = ( -(193,0,l), -(193,157,l), -(184,358,l), -(190,358,l), -(271,0,l), -(458,0,l), -(458,729,l), -(294,729,l), -(294,575,l), -(303,366,l), -(296,366,l), -(218,729,l), -(29,729,l), -(29,0,l) +(201,0,l), +(201,157,l), +(192,358,l), +(198,358,l), +(279,0,l), +(466,0,l), +(466,729,l), +(302,729,l), +(302,575,l), +(311,366,l), +(304,366,l), +(226,729,l), +(37,729,l), +(37,0,l) ); }, { closed = 1; nodes = ( -(305,-167,ls), -(421,-167,o), -(458,-108,o), -(458,-2,cs), -(458,0,l), -(301,0,l), -(301,-1,ls), -(301,-28,o), -(294,-40,o), -(268,-40,cs), -(223,-40,l), -(223,-167,l) +(313,-167,ls), +(429,-167,o), +(466,-108,o), +(466,-2,cs), +(466,0,l), +(309,0,l), +(309,-1,ls), +(309,-28,o), +(302,-40,o), +(276,-40,cs), +(231,-40,l), +(231,-167,l) ); } ); -width = 487; -}, -{ -background = { -shapes = ( -{ -ref = N; -} -); -}; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(132,0,l), -(132,436,l), -(129,686,l), -(134,686,l), -(615,0,l), -(670,0,l), -(670,729,l), -(632,729,l), -(632,303,l), -(636,43,l), -(631,43,l), -(149,729,l), -(94,729,l), -(94,0,l) -); -}, -{ -closed = 1; -nodes = ( -(580,-167,ls), -(641,-167,o), -(670,-128,o), -(670,-70,cs), -(670,0,l), -(633,0,l), -(633,-60,ls), -(633,-113,o), -(615,-133,o), -(569,-133,cs), -(523,-133,l), -(523,-167,l) -); -} -); -width = 764; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(266,0,l), -(266,236,l), -(259,431,l), -(265,431,l), -(500,0,l), -(731,0,l), -(731,729,l), -(536,729,l), -(536,504,l), -(543,289,l), -(537,289,l), -(304,729,l), -(59,729,l), -(59,0,l) -); -}, -{ -closed = 1; -nodes = ( -(546,-167,ls), -(681,-167,o), -(731,-107,o), -(731,-4,cs), -(731,19,l), -(540,19,l), -(540,-7,ls), -(540,-41,o), -(525,-54,o), -(489,-54,cs), -(450,-54,l), -(450,-167,l) -); -} -); -width = 790; +width = 503; }, { layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -224,41 +134,132 @@ shapes = ( { closed = 1; nodes = ( -(278,0,l), -(278,226,l), -(271,424,l), -(280,424,l), -(562,0,l), -(834,0,l), -(834,729,l), -(607,729,l), -(607,504,l), -(613,299,l), -(605,299,l), -(323,729,l), -(47,729,l), -(47,0,l) +(284,0,l), +(284,226,l), +(277,424,l), +(286,424,l), +(568,0,l), +(840,0,l), +(840,729,l), +(613,729,l), +(613,504,l), +(619,299,l), +(611,299,l), +(329,729,l), +(53,729,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(643,-167,ls), +(777,-167,o), +(840,-122,o), +(840,-26,cs), +(840,81,l), +(619,81,l), +(619,-8,ls), +(619,-40,o), +(605,-51,o), +(569,-51,cs), +(532,-51,l), +(532,-167,l) +); +} +); +width = 893; +}, +{ +background = { +shapes = ( +{ +ref = N; +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(133,0,l), +(133,436,l), +(130,686,l), +(135,686,l), +(606,0,l), +(659,0,l), +(659,729,l), +(623,729,l), +(623,303,l), +(627,43,l), +(622,43,l), +(150,729,l), +(95,729,l), +(95,0,l) ); }, { closed = 1; nodes = ( -(637,-167,ls), -(771,-167,o), -(834,-122,o), -(834,-26,cs), -(834,81,l), -(613,81,l), -(613,-8,ls), -(613,-40,o), -(599,-51,o), -(563,-51,cs), -(526,-51,l), -(526,-167,l) +(571,-167,ls), +(632,-167,o), +(659,-128,o), +(659,-70,cs), +(659,0,l), +(624,0,l), +(624,-60,ls), +(624,-113,o), +(606,-133,o), +(560,-133,cs), +(516,-133,l), +(516,-167,l) ); } ); -width = 881; +width = 753; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(262,0,l), +(262,236,l), +(255,431,l), +(261,431,l), +(484,0,l), +(713,0,l), +(713,729,l), +(520,729,l), +(520,504,l), +(527,289,l), +(521,289,l), +(300,729,l), +(57,729,l), +(57,0,l) +); +}, +{ +closed = 1; +nodes = ( +(531,-167,ls), +(663,-167,o), +(713,-107,o), +(713,-4,cs), +(713,19,l), +(524,19,l), +(524,-7,ls), +(524,-41,o), +(509,-54,o), +(474,-54,cs), +(437,-54,l), +(437,-167,l) +); +} +); +width = 769; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -308,41 +309,41 @@ shapes = ( { closed = 1; nodes = ( -(136,0,l), -(167,157,l), -(202,358,l), -(208,358,l), -(213,0,l), -(398,0,l), -(549,729,l), -(387,729,l), -(355,575,l), -(322,366,l), -(315,366,l), -(312,729,l), -(125,729,l), -(-27,0,l) +(144,0,l), +(175,157,l), +(210,358,l), +(216,358,l), +(221,0,l), +(406,0,l), +(557,729,l), +(395,729,l), +(363,575,l), +(330,366,l), +(323,366,l), +(320,729,l), +(133,729,l), +(-19,0,l) ); }, { closed = 1; nodes = ( -(211,-167,ls), -(327,-167,o), -(375,-111,o), -(397,-5,c), -(398,0,l), -(241,0,l), -(240,-5,l), -(234,-32,o), -(226,-40,o), -(200,-40,cs), -(155,-40,l), -(129,-167,l) +(219,-167,ls), +(335,-167,o), +(383,-111,o), +(405,-5,c), +(406,0,l), +(249,0,l), +(248,-5,l), +(242,-32,o), +(234,-40,o), +(208,-40,cs), +(163,-40,l), +(137,-167,l) ); } ); -width = 483; +width = 499; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -476,41 +477,552 @@ shapes = ( { closed = 1; nodes = ( -(218,0,l), -(267,232,l), -(303,441,l), -(311,441,l), -(501,0,l), -(768,0,l), -(919,729,l), -(695,729,l), -(647,498,l), -(608,282,l), -(600,282,l), -(411,729,l), -(142,729,l), -(-9,0,l) +(224,0,l), +(273,232,l), +(309,441,l), +(317,441,l), +(507,0,l), +(774,0,l), +(925,729,l), +(701,729,l), +(653,498,l), +(614,282,l), +(606,282,l), +(417,729,l), +(148,729,l), +(-3,0,l) +); +}, +{ +closed = 1; +nodes = ( +(555,-167,ls), +(690,-167,o), +(752,-107,o), +(773,-4,cs), +(778,19,l), +(587,19,l), +(582,-7,ls), +(575,-41,o), +(557,-54,o), +(521,-54,cs), +(482,-54,l), +(459,-167,l) +); +} +); +width = 884; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(73,410,l), +(70,685,l), +(76,685,l), +(306,0,l), +(356,0,l), +(356,729,l), +(325,729,l), +(325,328,l), +(328,39,l), +(323,39,l), +(92,729,l), +(42,729,l), +(42,0,l) +); +}, +{ +closed = 1; +nodes = ( +(292,-167,ls), +(341,-167,o), +(356,-138,o), +(356,-94,cs), +(356,0,l), +(327,0,l), +(327,-89,ls), +(327,-128,o), +(316,-140,o), +(287,-140,cs), +(270,-140,l), +(270,-167,l) +); +} +); +width = 398; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,0,l), +(182,157,l), +(173,358,l), +(179,358,l), +(260,0,l), +(447,0,l), +(447,729,l), +(283,729,l), +(283,575,l), +(292,366,l), +(285,366,l), +(207,729,l), +(18,729,l), +(18,0,l) +); +}, +{ +closed = 1; +nodes = ( +(294,-167,ls), +(410,-167,o), +(447,-108,o), +(447,-2,cs), +(447,0,l), +(290,0,l), +(290,-1,ls), +(290,-28,o), +(283,-40,o), +(257,-40,cs), +(212,-40,l), +(212,-167,l) +); +} +); +width = 465; +}, +{ +background = { +shapes = ( +{ +ref = N; +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(106,436,l), +(103,686,l), +(108,686,l), +(589,0,l), +(644,0,l), +(644,729,l), +(606,729,l), +(606,303,l), +(610,43,l), +(605,43,l), +(123,729,l), +(68,729,l), +(68,0,l) ); }, { closed = 1; nodes = ( -(549,-167,ls), -(684,-167,o), -(746,-107,o), -(767,-4,cs), -(772,19,l), -(581,19,l), -(576,-7,ls), -(569,-41,o), -(551,-54,o), -(515,-54,cs), -(476,-54,l), -(453,-167,l) +(554,-167,ls), +(615,-167,o), +(644,-128,o), +(644,-70,cs), +(644,0,l), +(607,0,l), +(607,-60,ls), +(607,-113,o), +(589,-133,o), +(543,-133,cs), +(497,-133,l), +(497,-167,l) +); +} +); +width = 712; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(237,0,l), +(237,236,l), +(230,431,l), +(236,431,l), +(471,0,l), +(702,0,l), +(702,729,l), +(507,729,l), +(507,504,l), +(514,289,l), +(508,289,l), +(275,729,l), +(30,729,l), +(30,0,l) +); +}, +{ +closed = 1; +nodes = ( +(517,-167,ls), +(652,-167,o), +(702,-107,o), +(702,-4,cs), +(702,19,l), +(511,19,l), +(511,-7,ls), +(511,-41,o), +(496,-54,o), +(460,-54,cs), +(421,-54,l), +(421,-167,l) +); +} +); +width = 732; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(100,436,l), +(97,686,l), +(102,686,l), +(671,0,l), +(723,0,l), +(723,729,l), +(685,729,l), +(685,303,l), +(689,43,l), +(684,43,l), +(114,729,l), +(62,729,l), +(62,0,l) +); +}, +{ +closed = 1; +nodes = ( +(596,-167,ls), +(661,-167,o), +(723,-140,o), +(723,-43,cs), +(723,0,l), +(686,0,l), +(686,-35,ls), +(686,-107,o), +(656,-133,o), +(592,-133,cs), +(546,-133,l), +(546,-167,l) +); +} +); +width = 785; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,0,l), +(263,226,l), +(256,424,l), +(265,424,l), +(547,0,l), +(819,0,l), +(819,729,l), +(592,729,l), +(592,504,l), +(598,299,l), +(590,299,l), +(308,729,l), +(32,729,l), +(32,0,l) +); +}, +{ +closed = 1; +nodes = ( +(622,-167,ls), +(756,-167,o), +(819,-122,o), +(819,-26,cs), +(819,81,l), +(598,81,l), +(598,-8,ls), +(598,-40,o), +(584,-51,o), +(548,-51,cs), +(511,-51,l), +(511,-167,l) +); +} +); +width = 851; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(20,0,l), +(105,410,l), +(159,685,l), +(165,685,l), +(254,0,l), +(303,0,l), +(454,729,l), +(423,729,l), +(340,328,l), +(283,39,l), +(278,39,l), +(189,729,l), +(140,729,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(205,-167,ls), +(254,-167,o), +(275,-138,o), +(284,-94,cs), +(303,0,l), +(274,0,l), +(256,-89,ls), +(248,-128,o), +(234,-140,o), +(205,-140,cs), +(188,-140,l), +(183,-167,l) +); +} +); +width = 399; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(125,0,l), +(156,157,l), +(191,358,l), +(197,358,l), +(202,0,l), +(387,0,l), +(538,729,l), +(376,729,l), +(344,575,l), +(311,366,l), +(304,366,l), +(301,729,l), +(114,729,l), +(-38,0,l) +); +}, +{ +closed = 1; +nodes = ( +(200,-167,ls), +(316,-167,o), +(364,-111,o), +(386,-5,c), +(387,0,l), +(230,0,l), +(229,-5,l), +(223,-32,o), +(215,-40,o), +(189,-40,cs), +(144,-40,l), +(118,-167,l) +); +} +); +width = 461; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,0,l), +(144,436,l), +(194,686,l), +(198,686,l), +(524,0,l), +(577,0,l), +(728,729,l), +(691,729,l), +(602,303,l), +(552,43,l), +(547,43,l), +(219,729,l), +(167,729,l), +(16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(453,-167,ls), +(514,-167,o), +(551,-128,o), +(563,-70,cs), +(577,0,l), +(540,0,l), +(528,-60,ls), +(517,-113,o), +(495,-133,o), +(449,-133,cs), +(403,-133,l), +(396,-167,l) +); +} +); +width = 701; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,0,l), +(224,236,l), +(254,431,l), +(262,431,l), +(397,0,l), +(624,0,l), +(776,729,l), +(577,729,l), +(528,494,l), +(497,292,l), +(489,292,l), +(353,729,l), +(125,729,l), +(-26,0,l) +); +}, +{ +closed = 1; +nodes = ( +(405,-167,ls), +(540,-167,o), +(602,-107,o), +(623,-4,cs), +(628,19,l), +(437,19,l), +(432,-7,ls), +(425,-41,o), +(407,-54,o), +(371,-54,cs), +(332,-54,l), +(309,-167,l) +); +} +); +width = 711; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(46,0,l), +(136,436,l), +(187,689,l), +(191,689,l), +(609,0,l), +(660,0,l), +(812,729,l), +(774,729,l), +(687,303,l), +(634,40,l), +(629,40,l), +(212,729,l), +(159,729,l), +(8,0,l) +); +}, +{ +closed = 1; +nodes = ( +(499,-167,ls), +(564,-167,o), +(631,-140,o), +(651,-43,cs), +(660,0,l), +(623,0,l), +(616,-35,ls), +(601,-107,o), +(566,-133,o), +(502,-133,cs), +(456,-133,l), +(449,-167,l) +); +} +); +width = 777; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(203,0,l), +(252,232,l), +(288,441,l), +(296,441,l), +(486,0,l), +(753,0,l), +(904,729,l), +(680,729,l), +(632,498,l), +(593,282,l), +(585,282,l), +(396,729,l), +(127,729,l), +(-24,0,l) +); +}, +{ +closed = 1; +nodes = ( +(534,-167,ls), +(669,-167,o), +(731,-107,o), +(752,-4,cs), +(757,19,l), +(566,19,l), +(561,-7,ls), +(554,-41,o), +(536,-54,o), +(500,-54,cs), +(461,-54,l), +(438,-167,l) ); } ); -width = 872; +width = 842; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_ogonek.glyph b/sources/MonaSans.glyphspackage/glyphs/E_ogonek.glyph index 4909ded6..370dbd30 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_ogonek.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_ogonek.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Eogonek; -kernLeft = H; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (164,0); ref = ogonek; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (414,0); +pos = (455,0); ref = ogonek; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (331,0); +pos = (381,0); ref = ogonek; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (455,0); +pos = (416,0); ref = ogonek; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (381,0); +pos = (325,0); ref = ogonek; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (161,0); ref = ogonek; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -159,6 +159,164 @@ ref = ogonek; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (163,0); +ref = ogonek; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (163,0); +ref = ogonek; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (410,0); +ref = ogonek; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (323,0); +ref = ogonek; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (455,0); +ref = ogonek; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (376,0); +ref = ogonek; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (156,0); +ref = ogonek; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (161,0); +ref = ogonek; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (403,0); +ref = ogonek; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (318,0); +ref = ogonek; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (451,0); +ref = ogonek; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (376,0); +ref = ogonek; +} +); +width = 678; } ); unicode = 280; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_th.glyph b/sources/MonaSans.glyphspackage/glyphs/E_th.glyph index 8c2d1704..c87d0993 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_th.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_th.glyph @@ -1,7 +1,7 @@ { color = 7; glyphname = Eth; -kernRight = D; +kernRight = KO_Dcroat; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -31,67 +31,67 @@ pos = (-28,59); ref = strokeshortcomb.case; } ); -width = 504; +width = 520; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = -1; -pos = (44,0); +pos = (75,0); ref = D; }, { -pos = (-9,-23); +pos = (-22,-23); ref = strokeshortcomb.case; } ); -width = 785; +width = 860; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = -1; -pos = (40,0); +pos = (21,0); ref = D; }, { -pos = (-21,-13); +pos = (-38,62); ref = strokeshortcomb.case; } ); -width = 796; +width = 851; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = -1; -pos = (75,0); +pos = (44,0); ref = D; }, { -pos = (-22,-23); +pos = (2,-23); ref = strokeshortcomb.case; } ); -width = 860; +width = 774; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = -1; -pos = (21,0); +pos = (40,0); ref = D; }, { -pos = (-38,62); +pos = (-17,-13); ref = strokeshortcomb.case; } ); -width = 839; +width = 785; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -121,7 +121,7 @@ pos = (-16,59); ref = strokeshortcomb.case; } ); -width = 510; +width = 526; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -181,7 +181,187 @@ pos = (-26,62); ref = strokeshortcomb.case; } ); -width = 856; +width = 868; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (7,0); +ref = D; +}, +{ +pos = (-34,86); +ref = strokeshortcomb.case; +} +); +width = 385; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +pos = (14,0); +ref = D; +}, +{ +pos = (-29,59); +ref = strokeshortcomb.case; +} +); +width = 484; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (44,0); +ref = D; +}, +{ +pos = (-13,-23); +ref = strokeshortcomb.case; +} +); +width = 745; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (40,0); +ref = D; +}, +{ +pos = (-29,-13); +ref = strokeshortcomb.case; +} +); +width = 744; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (75,0); +ref = D; +}, +{ +pos = (-22,-23); +ref = strokeshortcomb.case; +} +); +width = 840; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (21,0); +ref = D; +}, +{ +pos = (-43,62); +ref = strokeshortcomb.case; +} +); +width = 809; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = -1; +pos = (5,0); +ref = D; +}, +{ +pos = (-2,86); +ref = strokeshortcomb.case; +} +); +width = 375; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = -1; +pos = (22,0); +ref = D; +}, +{ +pos = (-16,59); +ref = strokeshortcomb.case; +} +); +width = 488; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = -1; +pos = (47,0); +ref = D; +}, +{ +pos = (-14,-23); +ref = strokeshortcomb.case; +} +); +width = 730; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +pos = (40,0); +ref = D; +}, +{ +pos = (-24,-13); +ref = strokeshortcomb.case; +} +); +width = 721; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +pos = (86,0); +ref = D; +}, +{ +pos = (-27,-23); +ref = strokeshortcomb.case; +} +); +width = 849; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = -1; +pos = (43,0); +ref = D; +}, +{ +pos = (-26,62); +ref = strokeshortcomb.case; +} +); +width = 826; } ); metricRight = D; diff --git a/sources/MonaSans.glyphspackage/glyphs/E_tilde.glyph b/sources/MonaSans.glyphspackage/glyphs/E_tilde.glyph index 777b6691..cac36a8b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/E_tilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/E_tilde.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Etilde; -kernRight = E; +kernLeft = KO_H; +kernRight = KO_Eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-42,50); ref = tildecomb; } ); -width = 380; +width = 396; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = E; }, { -pos = (121,57); +pos = (129,57); ref = tildecomb; } ); -width = 612; +width = 660; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = E; }, { -pos = (66,51); +pos = (102,56); ref = tildecomb; } ); -width = 646; +width = 722; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = E; }, { -pos = (129,57); +pos = (149,57); ref = tildecomb; } ); -width = 660; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = E; }, { -pos = (102,56); +pos = (65,51); ref = tildecomb; } ); -width = 710; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-29,50); ref = tildecomb; } ); -width = 378; +width = 394; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +159,164 @@ ref = tildecomb; } ); width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (40,57); +ref = tildecomb; +} +); +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-43,50); +ref = tildecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (117,57); +ref = tildecomb; +} +); +width = 568; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = E; +}, +{ +pos = (58,51); +ref = tildecomb; +} +); +width = 591; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (129,57); +ref = tildecomb; +} +); +width = 660; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = E; +}, +{ +pos = (97,56); +ref = tildecomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = E; +}, +{ +pos = (40,57); +ref = tildecomb; +} +); +width = 252; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (-29,50); +ref = tildecomb; +} +); +width = 356; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = E; +}, +{ +pos = (150,57); +ref = tildecomb; +} +); +width = 549; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (79,51); +ref = tildecomb; +} +); +width = 573; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (156,57); +ref = tildecomb; +} +); +width = 633; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = E; +}, +{ +pos = (114,51); +ref = tildecomb; +} +); +width = 678; } ); unicode = 7868; diff --git a/sources/MonaSans.glyphspackage/glyphs/F_.glyph b/sources/MonaSans.glyphspackage/glyphs/F_.glyph index 8f91e6be..eba4032a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/F_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/F_.glyph @@ -1,17 +1,17 @@ { glyphname = F; -kernLeft = H; -kernRight = F; +kernLeft = KO_H; +kernRight = KO_F; layers = ( { anchors = ( { name = bottom; -pos = (186,0); +pos = (194,0); }, { name = top; -pos = (186,729); +pos = (194,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -19,26 +19,26 @@ shapes = ( { closed = 1; nodes = ( -(215,0,l), -(215,587,l), -(200,572,l), -(362,572,l), -(362,729,l), -(29,729,l), -(29,0,l) +(223,0,l), +(223,587,l), +(208,572,l), +(370,572,l), +(370,729,l), +(37,729,l), +(37,0,l) ); }, { closed = 1; nodes = ( -(344,271,l), -(344,420,l), -(184,420,l), -(184,271,l) +(352,271,l), +(352,420,l), +(192,420,l), +(192,271,l) ); } ); -width = 375; +width = 391; }, { anchors = ( @@ -81,34 +81,108 @@ width = 293; anchors = ( { name = bottom; -pos = (299,0); +pos = (331,0); }, { name = top; -pos = (299,729); +pos = (331,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(132,0,l), -(132,704,l), -(121,693,l), -(573,693,l), -(573,729,l), -(94,729,l), -(94,0,l) +(110,0,l), +(110,708,l), +(95,693,l), +(636,693,l), +(636,729,l), +(72,729,l), +(72,0,l) ); }, { closed = 1; nodes = ( -(533,349,l), -(533,384,l), -(112,384,l), -(112,349,l) +(596,349,l), +(596,384,l), +(86,384,l), +(86,349,l) +); +} +); +width = 653; +}, +{ +anchors = ( +{ +name = bottom; +pos = (339,0); +}, +{ +name = top; +pos = (339,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,0,l), +(282,565,l), +(267,550,l), +(663,550,l), +(663,729,l), +(53,729,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(623,257,l), +(623,426,l), +(251,426,l), +(251,257,l) +); +} +); +width = 678; +}, +{ +anchors = ( +{ +name = bottom; +pos = (336,0); +}, +{ +name = top; +pos = (336,729); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(143,0,l), +(143,704,l), +(132,693,l), +(594,693,l), +(594,729,l), +(105,729,l), +(105,0,l) +); +}, +{ +closed = 1; +nodes = ( +(545,349,l), +(545,384,l), +(123,384,l), +(123,349,l) ); } ); @@ -172,118 +246,44 @@ type = Stem; } ); }; -width = 604; +width = 627; }, { anchors = ( { name = bottom; -pos = (310,0); +pos = (301,0); }, { name = top; -pos = (310,729); +pos = (301,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(262,0,l), -(262,589,l), -(230,557,l), -(608,557,l), -(608,729,l), -(59,729,l), -(59,0,l) +(258,0,l), +(258,589,l), +(227,557,l), +(591,557,l), +(591,729,l), +(57,729,l), +(57,0,l) ); }, { closed = 1; nodes = ( -(568,261,l), -(568,424,l), -(214,424,l), -(214,261,l) +(552,261,l), +(552,424,l), +(211,424,l), +(211,261,l) ); } ); -width = 631; -}, -{ -anchors = ( -{ -name = bottom; -pos = (331,0); -}, -{ -name = top; -pos = (331,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,708,l), -(95,693,l), -(636,693,l), -(636,729,l), -(72,729,l), -(72,0,l) -); -}, -{ -closed = 1; -nodes = ( -(596,349,l), -(596,384,l), -(86,384,l), -(86,349,l) -); -} -); -width = 653; -}, -{ -anchors = ( -{ -name = bottom; -pos = (333,0); -}, -{ -name = top; -pos = (333,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,565,l), -(261,550,l), -(657,550,l), -(657,729,l), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(617,257,l), -(617,426,l), -(245,426,l), -(245,257,l) -); -} -); -width = 666; +width = 612; }, { anchors = ( @@ -326,11 +326,11 @@ width = 290; anchors = ( { name = bottom; -pos = (138,0); +pos = (146,0); }, { name = top; -pos = (289,729); +pos = (297,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -338,26 +338,26 @@ shapes = ( { closed = 1; nodes = ( -(158,0,l), -(285,616,l), -(231,572,l), -(420,572,l), -(454,729,l), -(125,729,l), -(-27,0,l) +(166,0,l), +(293,616,l), +(239,572,l), +(428,572,l), +(462,729,l), +(133,729,l), +(-19,0,l) ); }, { closed = 1; nodes = ( -(342,271,l), -(373,420,l), -(185,420,l), -(154,271,l) +(350,271,l), +(381,420,l), +(193,420,l), +(162,271,l) ); } ); -width = 372; +width = 388; }, { anchors = ( @@ -474,11 +474,11 @@ width = 646; anchors = ( { name = bottom; -pos = (283,0); +pos = (289,0); }, { name = top; -pos = (434,729); +pos = (440,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -486,26 +486,530 @@ shapes = ( { closed = 1; nodes = ( -(218,0,l), -(342,594,l), -(288,550,l), -(706,550,l), -(743,729,l), -(142,729,l), -(-9,0,l) +(224,0,l), +(348,594,l), +(294,550,l), +(712,550,l), +(749,729,l), +(148,729,l), +(-3,0,l) +); +}, +{ +closed = 1; +nodes = ( +(612,257,l), +(648,426,l), +(252,426,l), +(216,257,l) +); +} +); +width = 669; +}, +{ +anchors = ( +{ +name = bottom; +pos = (132,0); +}, +{ +name = top; +pos = (132,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(73,715,l), +(58,700,l), +(265,700,l), +(265,729,l), +(42,729,l), +(42,0,l) +); +}, +{ +closed = 1; +nodes = ( +(245,353,l), +(245,382,l), +(56,382,l), +(56,353,l) +); +} +); +width = 265; +}, +{ +anchors = ( +{ +name = bottom; +pos = (175,0); +}, +{ +name = top; +pos = (175,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(204,587,l), +(189,572,l), +(351,572,l), +(351,729,l), +(18,729,l), +(18,0,l) +); +}, +{ +closed = 1; +nodes = ( +(337,271,l), +(337,420,l), +(173,420,l), +(173,271,l) +); +} +); +width = 355; +}, +{ +anchors = ( +{ +name = bottom; +pos = (275,0); +}, +{ +name = top; +pos = (275,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(108,0,l), +(108,704,l), +(97,693,l), +(549,693,l), +(549,729,l), +(70,729,l), +(70,0,l) +); +}, +{ +closed = 1; +nodes = ( +(509,349,l), +(509,384,l), +(88,384,l), +(88,349,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 553; +}, +{ +anchors = ( +{ +name = bottom; +pos = (281,0); +}, +{ +name = top; +pos = (281,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,0,l), +(233,589,l), +(201,557,l), +(579,557,l), +(579,729,l), +(30,729,l), +(30,0,l) +); +}, +{ +closed = 1; +nodes = ( +(539,261,l), +(539,424,l), +(185,424,l), +(185,261,l) +); +} +); +width = 580; +}, +{ +anchors = ( +{ +name = bottom; +pos = (321,0); +}, +{ +name = top; +pos = (321,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(100,708,l), +(85,693,l), +(626,693,l), +(626,729,l), +(62,729,l), +(62,0,l) +); +}, +{ +closed = 1; +nodes = ( +(586,349,l), +(586,384,l), +(76,384,l), +(76,349,l) +); +} +); +width = 633; +}, +{ +anchors = ( +{ +name = bottom; +pos = (318,0); +}, +{ +name = top; +pos = (318,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(261,0,l), +(261,565,l), +(246,550,l), +(642,550,l), +(642,729,l), +(32,729,l), +(32,0,l) +); +}, +{ +closed = 1; +nodes = ( +(602,251,l), +(602,426,l), +(230,426,l), +(230,251,l) +); +} +); +width = 642; +}, +{ +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = top; +pos = (235,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(21,0,l), +(169,714,l), +(154,700,l), +(343,700,l), +(349,729,l), +(140,729,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(248,353,l), +(254,382,l), +(81,382,l), +(72,353,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = bottom; +pos = (127,0); +}, +{ +name = top; +pos = (278,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,0,l), +(274,616,l), +(220,572,l), +(409,572,l), +(443,729,l), +(114,729,l), +(-38,0,l) +); +}, +{ +closed = 1; +nodes = ( +(331,271,l), +(362,420,l), +(174,420,l), +(143,271,l) +); +} +); +width = 350; +}, +{ +anchors = ( +{ +name = bottom; +pos = (224,0); +}, +{ +name = top; +pos = (375,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,0,l), +(200,706,l), +(185,693,l), +(625,693,l), +(632,729,l), +(167,729,l), +(16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(515,349,l), +(521,384,l), +(112,384,l), +(99,349,l) +); +} +); +width = 542; +}, +{ +anchors = ( +{ +name = bottom; +pos = (223,0); +}, +{ +name = top; +pos = (374,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,0,l), +(299,601,l), +(245,557,l), +(613,557,l), +(649,729,l), +(125,729,l), +(-26,0,l) +); +}, +{ +closed = 1; +nodes = ( +(513,262,l), +(547,425,l), +(202,425,l), +(168,262,l) +); +} +); +width = 548; +}, +{ +anchors = ( +{ +name = bottom; +pos = (273,0); +}, +{ +name = top; +pos = (424,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(46,0,l), +(192,705,l), +(177,693,l), +(708,693,l), +(715,729,l), +(159,729,l), +(8,0,l) +); +}, +{ +closed = 1; +nodes = ( +(598,349,l), +(604,384,l), +(106,384,l), +(96,349,l) +); +} +); +width = 626; +}, +{ +anchors = ( +{ +name = bottom; +pos = (268,0); +}, +{ +name = top; +pos = (419,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(203,0,l), +(327,594,l), +(273,550,l), +(691,550,l), +(728,729,l), +(127,729,l), +(-24,0,l) ); }, { closed = 1; nodes = ( -(606,257,l), -(642,426,l), -(246,426,l), -(210,257,l) +(591,257,l), +(627,426,l), +(231,426,l), +(195,257,l) ); } ); -width = 657; +width = 633; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/G_.glyph b/sources/MonaSans.glyphspackage/glyphs/G_.glyph index 150612e5..77f07cf1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_.glyph @@ -1,17 +1,17 @@ { glyphname = G; -kernLeft = O; -kernRight = G; +kernLeft = KO_O; +kernRight = KO_G; layers = ( { anchors = ( { name = bottom; -pos = (248,0); +pos = (253,0); }, { name = top; -pos = (252,729); +pos = (260,729); } ); background = { @@ -19,32 +19,35 @@ shapes = ( { closed = 1; nodes = ( -(428,259,l), -(414,203,o), -(361,166,o), -(295,166,cs), -(205,166,o), -(149,229,o), -(149,361,cs), -(149,489,o), -(203,562,o), -(300,562,cs), -(361,562,o), -(411,529,o), -(428,471,c), -(638,471,l), -(622,631,o), -(488,738,o), -(301,738,cs), -(80,738,o), -(-65,589,o), -(-65,362,cs), -(-65,139,o), -(74,-10,o), -(301,-10,cs), -(481,-10,o), -(622,98,o), -(638,259,c) +(427,-9,o), +(478,136,o), +(478,365,cs), +(478,594,o), +(427,739,o), +(247,739,cs), +(68,739,o), +(16,595,o), +(16,365,cs), +(16,135,o), +(68,-9,o), +(247,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(209,147,o), +(197,202,o), +(197,365,cs), +(197,515,o), +(205,583,o), +(247,583,cs), +(285,583,o), +(298,529,o), +(298,365,cs), +(298,217,o), +(290,147,o), +(247,147,cs) ); } ); @@ -54,50 +57,47 @@ shapes = ( { closed = 1; nodes = ( -(276,-10,o), -(326,13,o), -(353,94,c), -(358,94,l), -(365,0,l), -(481,0,l), -(481,405,l), -(254,405,l), -(254,270,l), -(352,270,l), -(312,317,l), -(312,273,ls), -(312,179,o), -(295,146,o), -(254,146,cs), -(207,146,o), -(197,217,o), -(197,364,cs), -(197,526,o), -(212,582,o), -(253,582,cs), -(290,582,o), -(302,541,o), -(306,464,c), -(476,464,l), -(472,667,o), -(387,738,o), -(252,738,cs), -(68,738,o), -(16,590,o), -(16,364,cs), -(16,138,o), -(66,-10,o), -(208,-10,cs) +(388,-9,o), +(475,74,o), +(475,249,cs), +(475,399,l), +(257,399,l), +(257,264,l), +(348,264,l), +(305,307,l), +(305,254,ls), +(305,185,o), +(296,147,o), +(260,147,cs), +(216,147,o), +(205,192,o), +(205,370,cs), +(205,540,o), +(216,583,o), +(258,583,cs), +(289,583,o), +(305,555,o), +(305,465,c), +(475,465,l), +(476,640,o), +(408,739,o), +(260,739,cs), +(120,739,o), +(24,662,o), +(24,370,cs), +(24,143,o), +(71,-9,o), +(256,-9,cs) ); } ); -width = 503; +width = 501; }, { anchors = ( { name = bottom; -pos = (217,0); +pos = (208,0); }, { name = top; @@ -109,44 +109,185 @@ shapes = ( { closed = 1; nodes = ( -(267,-10,o), -(317,35,o), -(333,136,c), -(337,136,l), -(340,0,l), -(366,0,l), -(366,374,l), -(192,374,l), -(192,344,l), -(353,344,l), -(333,364,l), -(333,299,ls), -(333,116,o), -(291,19,o), -(205,19,cs), -(107,19,o), -(78,149,o), +(299,-10,o), +(372,44,o), +(372,257,cs), +(372,375,l), +(198,375,l), +(198,344,l), +(369,344,l), +(339,375,l), +(339,257,ls), +(339,105,o), +(302,19,o), +(209,19,cs), +(105,19,o), +(78,159,o), (78,364,cs), (78,570,o), (105,709,o), (210,709,cs), -(282,709,o), -(328,666,o), -(339,495,c), +(293,709,o), +(329,650,o), +(340,495,c), (372,495,l), -(364,630,o), -(334,739,o), -(212,739,cs), -(114,739,o), -(45,666,o), +(364,641,o), +(331,738,o), +(212,738,cs), +(114,738,o), +(45,668,o), (45,364,cs), -(45,64,o), -(112,-10,o), -(205,-10,cs) +(45,65,o), +(113,-10,o), +(210,-10,cs) +); +} +); +width = 417; +}, +{ +anchors = ( +{ +name = bottom; +pos = (413,0); +}, +{ +name = top; +pos = (417,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(638,-8,o), +(788,124,o), +(788,340,cs), +(788,366,l), +(402,366,l), +(402,331,l), +(777,331,l), +(747,353,l), +(747,327,ls), +(747,140,o), +(612,28,o), +(417,28,cs), +(208,28,o), +(73,162,o), +(73,365,cs), +(73,567,o), +(210,699,o), +(417,699,cs), +(580,699,o), +(703,620,o), +(728,493,c), +(767,493,l), +(741,640,o), +(601,736,o), +(417,736,cs), +(190,736,o), +(36,587,o), +(36,364,cs), +(36,141,o), +(187,-8,o), +(417,-8,cs) ); } ); -width = 421; +width = 820; +}, +{ +anchors = ( +{ +name = bottom; +pos = (432,0); +}, +{ +name = top; +pos = (443,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(650,-10,o), +(839,101,o), +(839,331,cs), +(839,405,l), +(420,405,l), +(420,262,l), +(669,262,l), +(613,322,l), +(613,304,ls), +(613,223,o), +(558,169,o), +(431,169,cs), +(316,169,o), +(243,231,o), +(243,365,cs), +(243,486,o), +(305,560,o), +(437,560,cs), +(518,560,o), +(582,531,o), +(601,473,c), +(832,473,l), +(813,632,o), +(669,739,o), +(437,739,cs), +(167,739,o), +(12,592,o), +(12,365,cs), +(12,138,o), +(166,-10,o), +(428,-10,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(656,-10,o), +(845,101,o), +(845,331,cs), +(845,405,l), +(426,405,l), +(426,262,l), +(675,262,l), +(619,322,l), +(619,304,ls), +(619,223,o), +(564,169,o), +(437,169,cs), +(322,169,o), +(249,231,o), +(249,365,cs), +(249,486,o), +(311,560,o), +(443,560,cs), +(524,560,o), +(588,531,o), +(607,473,c), +(838,473,l), +(819,632,o), +(675,739,o), +(443,739,cs), +(173,739,o), +(18,592,o), +(18,365,cs), +(18,138,o), +(172,-10,o), +(434,-10,cs) +); +} +); +width = 865; }, { anchors = ( @@ -156,7 +297,7 @@ pos = (403,0); }, { name = top; -pos = (405,729); +pos = (407,729); } ); background = { @@ -164,100 +305,95 @@ shapes = ( { closed = 1; nodes = ( -(540,-8,o), -(656,64,o), -(691,174,c), -(697,174,l), -(702,0,l), -(734,0,l), -(734,376,l), -(373,376,l), -(373,340,l), -(710,340,l), -(693,357,l), -(693,298,ls), -(693,132,o), -(573,28,o), -(398,28,cs), -(215,28,o), -(101,161,o), -(101,364,cs), -(101,566,o), -(217,700,o), -(411,700,cs), -(559,700,o), -(657,629,o), -(685,515,c), -(725,515,l), -(696,658,o), -(572,736,o), -(411,736,cs), -(200,736,o), +(592,-8,o), +(723,124,o), +(723,340,cs), +(723,366,l), +(444,366,l), +(444,330,l), +(705,330,l), +(682,355,l), +(682,335,ls), +(682,140,o), +(565,28,o), +(396,28,cs), +(216,28,o), +(100,162,o), +(100,365,cs), +(100,567,o), +(217,699,o), +(397,699,cs), +(536,699,o), +(643,621,o), +(665,493,c), +(705,493,l), +(683,640,o), +(560,736,o), +(397,736,cs), +(196,736,o), (61,587,o), (61,364,cs), (61,141,o), -(196,-8,o), -(398,-8,cs) +(193,-8,o), +(396,-8,cs) ); } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(540,-8,o), -(656,64,o), -(691,174,c), -(697,174,l), -(702,0,l), -(734,0,l), -(734,376,l), -(373,376,l), -(373,340,l), -(712,340,l), -(693,359,l), -(693,298,ls), -(693,132,o), -(573,28,o), -(405,28,cs), -(214,28,o), -(96,163,o), -(96,364,cs), -(96,565,o), -(213,700,o), -(405,700,cs), -(559,700,o), -(657,629,o), -(685,515,c), -(725,515,l), -(696,658,o), -(572,736,o), -(405,736,cs), -(194,736,o), -(55,588,o), -(55,364,cs), -(55,142,o), -(193,-8,o), -(405,-8,cs) +(596,-8,o), +(714,124,o), +(714,342,cs), +(714,351,l), +(427,351,l), +(427,315,l), +(699,315,l), +(676,341,l), +(676,334,ls), +(676,137,o), +(570,28,o), +(410,28,cs), +(238,28,o), +(126,162,o), +(126,365,cs), +(126,567,o), +(238,699,o), +(410,699,cs), +(528,699,o), +(620,636,o), +(648,534,c), +(688,534,l), +(658,653,o), +(551,736,o), +(410,736,cs), +(218,736,o), +(87,587,o), +(87,364,cs), +(87,142,o), +(215,-8,o), +(410,-8,cs) ); } ); userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; com.schriftgestaltung.hints = ( { horizontal = 1; options = 0; origin = ( 0, -14 +9 ); stem = -2; target = ( 0, -33 +28 ); type = Stem; }, @@ -266,12 +402,12 @@ horizontal = 1; options = 0; origin = ( 0, -7 +4 ); stem = -2; target = ( 0, -8 +5 ); type = Stem; }, @@ -280,37 +416,27 @@ horizontal = 1; options = 0; origin = ( 0, -27 +22 ); stem = -2; target = ( 0, -20 +15 ); type = Stem; }, { -horizontal = 1; +horizontal = 0; options = 0; origin = ( 0, -4 +25 ); stem = -2; target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( 0, -0 +12 ); -stem = -2; type = Stem; }, { @@ -318,559 +444,814 @@ horizontal = 0; options = 0; origin = ( 0, -10 +7 ); stem = -2; target = ( 0, -5 +2 ); type = Stem; } ); }; -width = 806; +width = 789; }, { anchors = ( { name = bottom; -pos = (409,0); +pos = (392,0); }, { name = top; -pos = (412,729); +pos = (401,729); } ); -background = { +layerId = m020; shapes = ( { closed = 1; nodes = ( -(588,-10,o), -(730,98,o), -(747,258,c), -(542,258,l), -(528,200,o), -(468,162,o), -(399,162,cs), -(301,162,o), -(235,220,o), -(235,365,cs), -(235,509,o), -(301,567,o), -(399,567,cs), -(472,567,o), -(526,528,o), -(542,472,c), -(747,472,l), -(730,631,o), -(593,739,o), -(399,739,cs), -(176,739,o), -(27,607,o), -(27,365,cs), -(27,122,o), -(176,-10,o), -(399,-10,cs) +(606,-10,o), +(741,114,o), +(741,310,cs), +(741,401,l), +(392,401,l), +(392,254,l), +(589,254,l), +(539,318,l), +(539,303,ls), +(539,207,o), +(492,158,o), +(399,158,cs), +(304,158,o), +(252,231,o), +(252,365,cs), +(252,495,o), +(305,567,o), +(403,567,cs), +(470,567,o), +(512,537,o), +(523,489,c), +(732,489,l), +(712,646,o), +(590,739,o), +(403,739,cs), +(184,739,o), +(47,594,o), +(47,365,cs), +(47,136,o), +(181,-10,o), +(394,-10,cs) ); } ); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +width = 778; +}, +{ +anchors = ( +{ +name = bottom; +pos = (174,0); +}, +{ +name = top; +pos = (306,729); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(474,-10,o), -(569,31,o), -(601,92,c), -(608,92,l), -(616,0,l), -(777,0,l), -(777,408,l), -(399,408,l), -(399,264,l), -(599,264,l), -(562,297,l), -(562,279,ls), -(562,205,o), -(499,156,o), -(405,156,cs), -(303,156,o), -(235,221,o), -(235,358,cs), -(235,483,o), -(291,567,o), -(411,567,cs), -(484,567,o), -(545,531,o), -(563,477,c), -(769,477,l), -(750,636,o), -(611,739,o), -(412,739,cs), -(181,739,o), -(27,600,o), -(27,352,cs), -(27,126,o), -(163,-10,o), -(368,-10,cs) +(257,-9,o), +(332,36,o), +(379,266,cs), +(401,375,l), +(229,375,l), +(223,344,l), +(375,344,l), +(364,354,l), +(346,267,ls), +(311,93,o), +(260,20,o), +(178,20,cs), +(83,20,o), +(60,137,o), +(109,374,cs), +(158,606,o), +(217,708,o), +(302,708,cs), +(381,708,o), +(411,637,o), +(394,494,c), +(426,494,l), +(448,651,o), +(405,738,o), +(306,738,cs), +(199,738,o), +(130,628,o), +(77,375,cs), +(23,118,o), +(55,-9,o), +(176,-9,cs) ); } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; -}; -width = 820; +width = 429; }, { anchors = ( { name = bottom; -pos = (435,0); +pos = (221,0); }, { name = top; -pos = (422,729); +pos = (333,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { closed = 1; nodes = ( -(567,-8,o), -(695,64,o), -(733,174,c), -(740,174,l), -(746,0,l), -(777,0,l), -(777,376,l), -(379,376,l), -(379,340,l), -(756,340,l), -(738,357,l), -(738,298,ls), -(738,132,o), -(602,28,o), -(407,28,cs), -(202,28,o), -(74,161,o), -(74,364,cs), -(74,566,o), -(205,700,o), -(422,700,cs), -(587,700,o), -(697,629,o), -(728,515,c), -(767,515,l), -(734,658,o), -(600,736,o), -(422,736,cs), -(189,736,o), -(36,587,o), -(36,364,cs), -(36,140,o), -(185,-8,o), -(409,-8,cs) +(334,-9,o), +(433,58,o), +(468,229,cs), +(504,397,l), +(287,397,l), +(259,264,l), +(328,264,l), +(310,282,l), +(303,241,ls), +(288,171,o), +(268,147,o), +(240,147,cs), +(187,147,o), +(201,232,o), +(229,369,cs), +(259,516,o), +(283,582,o), +(323,582,cs), +(358,582,o), +(362,546,o), +(350,464,c), +(516,464,l), +(543,647,o), +(492,739,o), +(335,739,cs), +(183,739,o), +(102,614,o), +(53,382,cs), +(7,163,o), +(17,-9,o), +(219,-9,cs) ); } ); -width = 828; +width = 508; }, { anchors = ( { name = bottom; -pos = (435,0); +pos = (356,0); }, { name = top; -pos = (445,729); +pos = (464,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { closed = 1; nodes = ( -(501,-10,o), -(609,28,o), -(650,97,c), -(658,97,l), -(666,0,l), -(847,0,l), -(847,410,l), -(435,410,l), -(435,261,l), -(639,261,l), -(611,294,l), -(611,271,ls), -(611,208,o), -(528,163,o), -(437,163,cs), -(321,163,o), -(243,231,o), -(243,358,cs), -(243,479,o), -(305,563,o), -(446,563,cs), -(531,563,o), -(593,525,o), -(606,475,c), -(838,475,l), -(823,633,o), -(665,739,o), -(445,739,cs), -(178,739,o), -(12,598,o), -(12,352,cs), -(12,135,o), -(160,-10,o), -(380,-10,cs) +(549,-10,o), +(680,92,o), +(721,309,cs), +(732,366,l), +(417,366,l), +(409,330,l), +(694,330,l), +(684,342,l), +(681,324,ls), +(649,138,o), +(554,27,o), +(359,27,cs), +(207,27,o), +(109,127,o), +(115,308,cs), +(123,547,o), +(258,701,o), +(458,701,cs), +(603,701,o), +(693,612,o), +(696,493,c), +(735,493,l), +(735,633,o), +(629,739,o), +(464,739,cs), +(241,739,o), +(84,566,o), +(75,308,cs), +(69,119,o), +(179,-10,o), +(354,-10,cs) ); } ); -width = 877; +width = 765; }, { anchors = ( { name = bottom; -pos = (156,0); +pos = (379,0); }, { name = top; -pos = (298,729); +pos = (458,729); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { closed = 1; nodes = ( -(215,-9,o), -(269,32,o), -(305,128,c), -(309,128,l), -(283,0,l), -(309,0,l), -(386,374,l), -(215,374,l), -(209,344,l), -(357,344,l), -(350,353,l), -(337,291,ls), -(301,118,o), -(242,20,o), -(162,20,cs), -(47,20,o), -(64,193,o), -(101,374,cs), -(148,602,o), -(208,708,o), -(294,708,cs), -(394,708,o), -(401,619,o), -(387,495,c), -(417,495,l), -(438,640,o), -(416,738,o), -(298,738,cs), -(201,738,o), -(127,652,o), -(69,373,cs), -(29,184,o), -(11,-9,o), -(156,-9,cs) -); -} -); -width = 416; +(562,-10,o), +(712,77,o), +(756,305,cs), +(774,398,l), +(422,398,l), +(394,267,l), +(575,267,l), +(546,300,l), +(542,278,ls), +(527,195,o), +(477,157,o), +(393,157,cs), +(308,157,o), +(252,207,o), +(252,324,cs), +(252,471,o), +(325,570,o), +(447,570,cs), +(512,570,o), +(558,538,o), +(565,481,c), +(770,481,l), +(765,635,o), +(639,737,o), +(454,737,cs), +(215,737,o), +(47,576,o), +(47,319,cs), +(47,121,o), +(164,-10,o), +(377,-10,cs) +); +} +); +width = 776; }, { anchors = ( { name = bottom; -pos = (187,0); +pos = (408,0); }, { name = top; -pos = (325,729); +pos = (485,729); } ); -background = { +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(615,-10,o), +(758,101,o), +(800,298,cs), +(814,366,l), +(422,366,l), +(414,331,l), +(781,331,l), +(769,343,l), +(759,295,ls), +(725,124,o), +(596,27,o), +(414,27,cs), +(230,27,o), +(110,127,o), +(110,314,cs), +(110,551,o), +(256,703,o), +(480,703,cs), +(623,703,o), +(757,625,o), +(773,494,c), +(811,494,l), +(797,642,o), +(655,739,o), +(483,739,cs), +(241,739,o), +(70,568,o), +(70,317,cs), +(70,115,o), +(201,-10,o), +(412,-10,cs) +); +} +); +width = 837; +}, +{ anchors = ( { name = bottom; -pos = (187,0); +pos = (427,0); }, { name = top; -pos = (325,729); +pos = (495,729); } ); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { closed = 1; nodes = ( -(225,-7,o), -(274,17,o), -(313,88,c), -(318,87,l), -(305,0,l), -(422,0,l), -(504,405,l), -(280,405,l), -(254,270,l), -(326,270,l), -(314,289,l), -(309,268,ls), -(286,172,o), -(263,143,o), -(227,146,cs), -(179,150,o), -(183,216,o), -(216,375,cs), -(249,535,o), -(276,583,o), -(316,581,cs), -(348,579,o), -(356,543,o), -(344,464,c), -(512,464,l), -(540,635,o), -(491,738,o), -(327,738,cs), -(161,738,o), -(84,596,o), -(39,382,cs), -(-4,179,o), -(-4,-7,o), -(166,-7,cs) +(654,-9,o), +(805,96,o), +(848,293,cs), +(872,402,l), +(461,402,l), +(429,262,l), +(655,262,l), +(622,309,l), +(618,286,ls), +(605,213,o), +(536,169,o), +(446,169,cs), +(338,169,o), +(267,227,o), +(267,340,cs), +(267,471,o), +(344,561,o), +(480,561,cs), +(552,561,o), +(629,531,o), +(642,468,c), +(869,468,l), +(860,629,o), +(704,739,o), +(482,739,cs), +(222,739,o), +(38,574,o), +(38,322,cs), +(38,122,o), +(181,-9,o), +(425,-9,cs) +); +} +); +width = 864; +}, +{ +anchors = ( +{ +name = bottom; +pos = (179,0); +}, +{ +name = top; +pos = (181,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,-10,o), +(328,45,o), +(328,287,cs), +(328,375,l), +(170,375,l), +(170,344,l), +(322,344,l), +(294,375,l), +(294,287,ls), +(294,104,o), +(261,19,o), +(180,19,cs), +(87,19,o), +(63,159,o), +(63,364,cs), +(63,570,o), +(87,709,o), +(180,709,cs), +(250,709,o), +(285,644,o), +(295,495,c), +(328,495,l), +(319,664,o), +(275,738,o), +(181,738,cs), +(92,738,o), +(29,667,o), +(29,364,cs), +(29,66,o), +(90,-10,o), +(180,-10,cs) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = bottom; +pos = (238,0); +}, +{ +name = top; +pos = (245,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(432,-9,o), +(483,136,o), +(483,365,cs), +(483,594,o), +(432,739,o), +(252,739,cs), +(73,739,o), +(21,595,o), +(21,365,cs), +(21,135,o), +(73,-9,o), +(252,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(214,147,o), +(202,202,o), +(202,365,cs), +(202,515,o), +(210,583,o), +(252,583,cs), +(290,583,o), +(303,529,o), +(303,365,cs), +(303,217,o), +(295,147,o), +(252,147,cs) ); } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(225,-7,o), -(274,17,o), -(313,88,c), -(318,87,l), -(305,0,l), -(422,0,l), -(504,405,l), -(280,405,l), -(254,270,l), -(326,270,l), -(314,289,l), -(309,268,ls), -(287,176,o), -(265,146,o), -(232,146,cs), -(170,146,o), -(188,245,o), -(216,375,cs), -(248,532,o), -(275,581,o), -(314,581,cs), -(352,581,o), -(353,534,o), -(344,464,c), -(512,464,l), -(540,635,o), -(491,738,o), -(327,738,cs), -(161,738,o), -(84,596,o), -(39,382,cs), -(-4,179,o), -(-4,-7,o), -(166,-7,cs) -); -} -); -width = 499; +(371,-9,o), +(457,74,o), +(457,249,cs), +(457,409,l), +(237,409,l), +(237,269,l), +(329,269,l), +(287,307,l), +(287,254,ls), +(287,186,o), +(279,147,o), +(245,147,cs), +(203,147,o), +(193,194,o), +(193,370,cs), +(193,538,o), +(203,583,o), +(243,583,cs), +(272,583,o), +(287,556,o), +(287,465,c), +(457,465,l), +(458,640,o), +(391,739,o), +(245,739,cs), +(107,739,o), +(12,662,o), +(12,370,cs), +(12,144,o), +(57,-9,o), +(241,-9,cs) +); +} +); +width = 469; }, { anchors = ( { name = bottom; -pos = (359,0); +pos = (393,0); }, { name = top; -pos = (464,729); +pos = (397,729); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +background = { shapes = ( { closed = 1; nodes = ( -(470,-10,o), -(573,41,o), -(627,155,c), -(633,155,l), -(608,0,l), -(640,0,l), -(718,376,l), -(374,376,l), -(367,340,l), -(680,340,l), -(672,349,l), -(656,275,ls), -(624,127,o), -(515,27,o), -(359,27,cs), -(208,27,o), -(110,127,o), -(116,309,cs), -(124,547,o), -(259,703,o), -(459,703,cs), -(595,703,o), -(683,627,o), -(694,515,c), -(735,515,l), -(729,658,o), -(613,739,o), -(466,739,cs), -(242,739,o), +(597,-8,o), +(728,124,o), +(728,340,cs), +(728,366,l), +(449,366,l), +(449,330,l), +(710,330,l), +(687,355,l), +(687,335,ls), +(687,140,o), +(570,28,o), +(401,28,cs), +(221,28,o), +(105,162,o), +(105,365,cs), +(105,567,o), +(222,699,o), +(402,699,cs), +(541,699,o), +(648,621,o), +(670,493,c), +(710,493,l), +(688,640,o), +(565,736,o), +(402,736,cs), +(201,736,o), +(66,587,o), +(66,364,cs), +(66,141,o), +(198,-8,o), +(401,-8,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(601,-8,o), +(738,124,o), +(738,340,cs), +(738,366,l), +(417,366,l), +(417,330,l), +(721,330,l), +(697,355,l), +(697,335,ls), +(697,140,o), +(574,28,o), +(396,28,cs), +(207,28,o), +(85,162,o), +(85,365,cs), (85,567,o), -(76,309,cs), -(70,118,o), -(180,-10,o), -(357,-10,cs) +(208,699,o), +(397,699,cs), +(538,699,o), +(655,626,o), +(680,493,c), +(719,493,l), +(696,640,o), +(566,736,o), +(397,736,cs), +(188,736,o), +(46,587,o), +(46,364,cs), +(46,142,o), +(184,-8,o), +(396,-8,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +0, +28 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +25 +); +stem = -2; +target = ( +0, +12 ); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; } ); -width = 764; +}; +width = 779; }, { anchors = ( { name = bottom; -pos = (343,0); +pos = (366,0); }, { name = top; -pos = (477,729); +pos = (375,729); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(444,-9,o), -(517,24,o), -(556,79,c), -(563,79,l), -(558,0,l), -(704,0,l), -(789,408,l), -(426,408,l), -(395,264,l), -(571,264,l), -(555,281,l), -(552,269,ls), -(534,199,o), -(480,158,o), -(396,158,cs), -(306,158,o), -(251,213,o), -(251,314,cs), -(251,468,o), -(327,566,o), -(443,566,cs), -(525,566,o), -(581,529,o), -(587,474,c), -(791,474,l), -(787,633,o), -(643,737,o), -(460,737,cs), -(206,737,o), -(44,559,o), -(44,299,cs), -(44,108,o), -(165,-9,o), -(341,-9,cs) -); -} -); -width = 802; +(582,-10,o), +(731,115,o), +(731,310,cs), +(731,401,l), +(358,401,l), +(358,254,l), +(578,254,l), +(527,318,l), +(527,283,ls), +(527,208,o), +(470,158,o), +(373,158,cs), +(270,158,o), +(209,220,o), +(209,365,cs), +(209,509,o), +(275,567,o), +(375,567,cs), +(450,567,o), +(500,534,o), +(511,480,c), +(720,480,l), +(703,634,o), +(579,739,o), +(375,739,cs), +(150,739,o), +(1,607,o), +(1,365,cs), +(1,140,o), +(134,-10,o), +(368,-10,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; +}; +width = 734; }, { anchors = ( { name = bottom; -pos = (392,0); +pos = (422,0); }, { name = top; -pos = (478,729); +pos = (426,729); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(524,-9,o), -(646,44,o), -(703,145,c), -(710,145,l), -(684,0,l), -(717,0,l), -(793,376,l), -(400,376,l), -(393,340,l), -(757,340,l), -(749,349,l), -(733,277,ls), -(700,127,o), -(589,25,o), -(397,25,cs), -(215,25,o), -(99,129,o), -(99,314,cs), -(99,552,o), -(246,703,o), -(473,703,cs), -(629,703,o), -(744,627,o), -(761,514,c), -(801,514,l), -(785,650,o), -(653,739,o), -(475,739,cs), -(230,739,o), -(59,568,o), -(59,317,cs), -(59,115,o), -(190,-9,o), -(392,-9,cs) +(647,-8,o), +(797,124,o), +(797,340,cs), +(797,366,l), +(411,366,l), +(411,331,l), +(786,331,l), +(756,353,l), +(756,327,ls), +(756,140,o), +(621,28,o), +(426,28,cs), +(217,28,o), +(82,162,o), +(82,365,cs), +(82,567,o), +(219,699,o), +(426,699,cs), +(589,699,o), +(712,620,o), +(737,493,c), +(776,493,l), +(750,640,o), +(610,736,o), +(426,736,cs), +(199,736,o), +(45,587,o), +(45,364,cs), +(45,141,o), +(196,-8,o), +(426,-8,cs) ); } ); -width = 819; +width = 831; }, { anchors = ( { name = bottom; -pos = (385,0); +pos = (430,0); }, { name = top; -pos = (503,729); +pos = (441,729); } ); background = { @@ -878,87 +1259,397 @@ shapes = ( { closed = 1; nodes = ( -(434,261,l), -(608,261,l), -(607,253,ls), -(595,195,o), -(522,166,o), -(448,166,cs), -(329,166,o), -(258,234,o), -(262,347,cs), -(266,475,o), -(344,560,o), -(476,560,cs), -(556,560,o), -(620,526,o), -(639,475,c), -(871,475,l), -(864,630,o), -(698,738,o), -(479,738,cs), -(204,738,o), -(39,562,o), -(31,335,cs), -(24,128,o), -(165,-10,o), -(383,-10,cs), -(484,-10,o), -(571,22,o), -(611,76,c), -(617,76,l), -(616,0,l), -(790,0,l), -(876,410,l), -(464,410,l) +(664,-10,o), +(853,101,o), +(853,331,cs), +(853,405,l), +(434,405,l), +(434,262,l), +(683,262,l), +(627,322,l), +(627,304,ls), +(627,223,o), +(572,169,o), +(445,169,cs), +(330,169,o), +(257,231,o), +(257,365,cs), +(257,486,o), +(319,560,o), +(451,560,cs), +(532,560,o), +(596,531,o), +(615,473,c), +(846,473,l), +(827,632,o), +(683,739,o), +(451,739,cs), +(181,739,o), +(26,592,o), +(26,365,cs), +(26,138,o), +(180,-10,o), +(442,-10,cs) ); } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(484,-10,o), -(571,22,o), -(611,76,c), -(617,76,l), -(616,0,l), -(790,0,l), -(876,410,l), -(464,410,l), -(434,261,l), -(626,261,l), -(611,278,l), -(607,253,ls), -(597,192,o), -(522,166,o), -(448,166,cs), -(332,166,o), -(262,230,o), -(262,338,cs), -(262,471,o), -(341,560,o), -(476,560,cs), -(556,560,o), -(620,526,o), -(639,475,c), -(871,475,l), -(864,630,o), -(698,738,o), -(479,738,cs), -(198,738,o), -(31,554,o), -(31,320,cs), -(31,122,o), +(656,-10,o), +(847,101,o), +(847,331,cs), +(847,405,l), +(424,405,l), +(424,262,l), +(673,262,l), +(617,322,l), +(617,304,ls), +(617,223,o), +(562,169,o), +(435,169,cs), +(320,169,o), +(247,231,o), +(247,365,cs), +(247,486,o), +(309,560,o), +(441,560,cs), +(522,560,o), +(586,531,o), +(605,473,c), +(840,473,l), +(821,632,o), +(675,739,o), +(441,739,cs), +(171,739,o), +(16,592,o), +(16,365,cs), +(16,138,o), (170,-10,o), -(383,-10,cs) +(432,-10,cs) +); +} +); +width = 862; +}, +{ +anchors = ( +{ +name = bottom; +pos = (131,0); +}, +{ +name = top; +pos = (263,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(205,-9,o), +(276,35,o), +(319,247,cs), +(345,375,l), +(188,375,l), +(182,344,l), +(317,344,l), +(308,354,l), +(286,247,ls), +(255,96,o), +(208,20,o), +(133,20,cs), +(26,20,o), +(41,179,o), +(83,379,cs), +(124,574,o), +(173,708,o), +(262,708,cs), +(333,708,o), +(357,643,o), +(338,494,c), +(370,494,l), +(393,657,o), +(358,738,o), +(266,738,cs), +(171,738,o), +(105,638,o), +(51,383,cs), +(8,176,o), +(-3,-9,o), +(130,-9,cs) +); +} +); +width = 345; +}, +{ +anchors = ( +{ +name = bottom; +pos = (197,0); +}, +{ +name = top; +pos = (310,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(309,-9,o), +(405,58,o), +(442,229,cs), +(480,405,l), +(259,405,l), +(230,267,l), +(303,267,l), +(285,285,l), +(277,241,ls), +(264,170,o), +(243,147,o), +(216,147,cs), +(166,147,o), +(180,231,o), +(208,368,cs), +(238,515,o), +(261,582,o), +(300,582,cs), +(333,582,o), +(336,545,o), +(324,464,c), +(490,464,l), +(517,646,o), +(467,739,o), +(312,739,cs), +(162,739,o), +(81,615,o), +(32,382,cs), +(-14,163,o), +(-4,-9,o), +(195,-9,cs) +); +} +); +width = 461; +}, +{ +anchors = ( +{ +name = bottom; +pos = (350,0); +}, +{ +name = top; +pos = (457,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(552,-10,o), +(689,91,o), +(730,312,cs), +(740,366,l), +(411,366,l), +(403,330,l), +(703,330,l), +(692,342,l), +(689,322,ls), +(661,136,o), +(560,27,o), +(353,27,cs), +(194,27,o), +(86,126,o), +(94,317,cs), +(103,550,o), +(242,701,o), +(451,701,cs), +(604,701,o), +(698,612,o), +(703,493,c), +(742,493,l), +(741,633,o), +(629,739,o), +(457,739,cs), +(223,739,o), +(57,562,o), +(54,302,cs), +(52,117,o), +(166,-10,o), +(348,-10,cs) ); } ); -width = 874; +width = 751; +}, +{ +anchors = ( +{ +name = bottom; +pos = (368,0); +}, +{ +name = top; +pos = (446,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(556,-10,o), +(707,78,o), +(751,305,cs), +(769,398,l), +(411,398,l), +(383,267,l), +(570,267,l), +(541,300,l), +(537,277,ls), +(523,196,o), +(472,157,o), +(382,157,cs), +(293,157,o), +(234,208,o), +(234,326,cs), +(234,472,o), +(309,570,o), +(435,570,cs), +(500,570,o), +(550,533,o), +(558,481,c), +(767,481,l), +(761,635,o), +(633,737,o), +(442,737,cs), +(200,737,o), +(29,577,o), +(29,321,cs), +(29,121,o), +(150,-10,o), +(366,-10,cs) +); +} +); +width = 752; +}, +{ +anchors = ( +{ +name = bottom; +pos = (404,0); +}, +{ +name = top; +pos = (481,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(612,-10,o), +(758,98,o), +(800,299,cs), +(814,366,l), +(419,366,l), +(411,331,l), +(781,331,l), +(769,343,l), +(759,292,ls), +(726,124,o), +(596,27,o), +(411,27,cs), +(225,27,o), +(103,127,o), +(103,316,cs), +(103,552,o), +(251,703,o), +(476,703,cs), +(621,703,o), +(756,625,o), +(773,494,c), +(811,494,l), +(796,642,o), +(653,739,o), +(479,739,cs), +(236,739,o), +(63,569,o), +(63,319,cs), +(63,115,o), +(196,-10,o), +(409,-10,cs) +); +} +); +width = 829; +}, +{ +anchors = ( +{ +name = bottom; +pos = (418,0); +}, +{ +name = top; +pos = (486,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(646,-9,o), +(798,96,o), +(841,293,cs), +(865,402,l), +(452,402,l), +(420,262,l), +(642,262,l), +(609,309,l), +(605,286,ls), +(592,213,o), +(525,169,o), +(437,169,cs), +(329,169,o), +(258,227,o), +(258,340,cs), +(258,471,o), +(335,561,o), +(471,561,cs), +(548,561,o), +(615,520,o), +(627,468,c), +(867,468,l), +(858,629,o), +(699,739,o), +(473,739,cs), +(213,739,o), +(29,574,o), +(29,322,cs), +(29,122,o), +(172,-9,o), +(416,-9,cs) +); +} +); +width = 844; } ); unicode = 71; +userData = { +KernOnName = G; +}; } diff --git a/sources/MonaSans.glyphspackage/glyphs/G_.ss07.glyph b/sources/MonaSans.glyphspackage/glyphs/G_.ss07.glyph index 6f7757a9..3628c8ec 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_.ss07.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_.ss07.glyph @@ -1,17 +1,17 @@ { glyphname = G.ss07; -kernLeft = O; -kernRight = G.ss06; +kernLeft = KO_G.ss07; +kernRight = KO_G.ss07; layers = ( { anchors = ( { name = bottom; -pos = (245,0); +pos = (256,0); }, { name = top; -pos = (252,729); +pos = (260,729); } ); background = { @@ -19,35 +19,32 @@ shapes = ( { closed = 1; nodes = ( -(427,-9,o), -(478,136,o), -(478,365,cs), -(478,594,o), -(427,739,o), -(247,739,cs), -(68,739,o), -(16,595,o), -(16,365,cs), -(16,135,o), -(68,-9,o), -(247,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,147,o), -(197,202,o), -(197,365,cs), -(197,515,o), -(205,583,o), -(247,583,cs), -(285,583,o), -(298,529,o), -(298,365,cs), -(298,217,o), -(290,147,o), -(247,147,cs) +(428,259,l), +(414,203,o), +(361,166,o), +(295,166,cs), +(205,166,o), +(149,229,o), +(149,361,cs), +(149,489,o), +(203,562,o), +(300,562,cs), +(361,562,o), +(411,529,o), +(428,471,c), +(638,471,l), +(622,631,o), +(488,738,o), +(301,738,cs), +(80,738,o), +(-65,589,o), +(-65,362,cs), +(-65,139,o), +(74,-10,o), +(301,-10,cs), +(481,-10,o), +(622,98,o), +(638,259,c) ); } ); @@ -57,47 +54,50 @@ shapes = ( { closed = 1; nodes = ( -(380,-9,o), -(467,74,o), -(467,249,cs), -(467,399,l), -(249,399,l), -(249,264,l), -(340,264,l), -(297,307,l), -(297,254,ls), -(297,185,o), -(288,147,o), -(252,147,cs), -(208,147,o), -(197,192,o), -(197,370,cs), -(197,540,o), -(208,583,o), -(250,583,cs), -(281,583,o), -(297,555,o), -(297,465,c), -(467,465,l), -(468,640,o), -(400,739,o), -(252,739,cs), -(112,739,o), -(16,662,o), -(16,370,cs), -(16,143,o), -(63,-9,o), -(248,-9,cs) -); -} -); -width = 485; +(284,-10,o), +(334,13,o), +(361,94,c), +(366,94,l), +(373,0,l), +(489,0,l), +(489,405,l), +(262,405,l), +(262,270,l), +(360,270,l), +(320,317,l), +(320,273,ls), +(320,179,o), +(303,146,o), +(262,146,cs), +(215,146,o), +(205,217,o), +(205,364,cs), +(205,526,o), +(220,582,o), +(261,582,cs), +(298,582,o), +(310,541,o), +(314,464,c), +(484,464,l), +(480,667,o), +(395,738,o), +(260,738,cs), +(76,738,o), +(24,590,o), +(24,364,cs), +(24,138,o), +(74,-10,o), +(216,-10,cs) +); +} +); +width = 519; }, { anchors = ( { name = bottom; -pos = (208,0); +pos = (217,0); }, { name = top; @@ -109,51 +109,164 @@ shapes = ( { closed = 1; nodes = ( -(299,-10,o), -(372,44,o), -(372,257,cs), -(372,375,l), -(198,375,l), -(198,344,l), -(369,344,l), -(339,375,l), -(339,257,ls), -(339,105,o), -(302,19,o), -(209,19,cs), -(105,19,o), -(78,159,o), +(267,-10,o), +(317,35,o), +(333,136,c), +(337,136,l), +(340,0,l), +(366,0,l), +(366,374,l), +(192,374,l), +(192,344,l), +(353,344,l), +(333,364,l), +(333,299,ls), +(333,116,o), +(291,19,o), +(205,19,cs), +(107,19,o), +(78,149,o), (78,364,cs), (78,570,o), (105,709,o), (210,709,cs), -(293,709,o), -(329,650,o), -(340,495,c), +(282,709,o), +(328,666,o), +(339,495,c), (372,495,l), -(364,641,o), -(331,738,o), -(212,738,cs), -(114,738,o), -(45,668,o), +(364,630,o), +(334,739,o), +(212,739,cs), +(114,739,o), +(45,666,o), (45,364,cs), -(45,65,o), -(113,-10,o), -(210,-10,cs) +(45,64,o), +(112,-10,o), +(205,-10,cs) +); +} +); +width = 421; +}, +{ +anchors = ( +{ +name = bottom; +pos = (435,0); +}, +{ +name = top; +pos = (422,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(567,-8,o), +(695,64,o), +(733,174,c), +(740,174,l), +(746,0,l), +(777,0,l), +(777,376,l), +(379,376,l), +(379,340,l), +(756,340,l), +(738,357,l), +(738,298,ls), +(738,132,o), +(602,28,o), +(407,28,cs), +(202,28,o), +(74,161,o), +(74,364,cs), +(74,566,o), +(205,700,o), +(422,700,cs), +(587,700,o), +(697,629,o), +(728,515,c), +(767,515,l), +(734,658,o), +(600,736,o), +(422,736,cs), +(189,736,o), +(36,587,o), +(36,364,cs), +(36,140,o), +(185,-8,o), +(409,-8,cs) ); } ); -width = 417; +width = 828; }, { anchors = ( { name = bottom; -pos = (402,0); +pos = (441,0); }, { name = top; -pos = (406,729); +pos = (451,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(507,-10,o), +(615,28,o), +(656,97,c), +(664,97,l), +(672,0,l), +(853,0,l), +(853,410,l), +(441,410,l), +(441,261,l), +(645,261,l), +(617,294,l), +(617,271,ls), +(617,208,o), +(534,163,o), +(443,163,cs), +(327,163,o), +(249,231,o), +(249,358,cs), +(249,479,o), +(311,563,o), +(452,563,cs), +(537,563,o), +(599,525,o), +(612,475,c), +(844,475,l), +(829,633,o), +(671,739,o), +(451,739,cs), +(184,739,o), +(18,598,o), +(18,352,cs), +(18,135,o), +(166,-10,o), +(386,-10,cs) +); +} +); +width = 889; +}, +{ +anchors = ( +{ +name = bottom; +pos = (398,0); +}, +{ +name = top; +pos = (400,729); } ); background = { @@ -161,95 +274,100 @@ shapes = ( { closed = 1; nodes = ( -(586,-8,o), -(717,124,o), -(717,340,cs), -(717,366,l), -(438,366,l), -(438,330,l), -(699,330,l), -(676,355,l), -(676,335,ls), -(676,140,o), -(559,28,o), -(390,28,cs), -(210,28,o), -(94,162,o), -(94,365,cs), -(94,567,o), -(211,699,o), -(391,699,cs), -(530,699,o), -(637,621,o), -(659,493,c), -(699,493,l), -(677,640,o), -(554,736,o), -(391,736,cs), -(190,736,o), -(55,587,o), -(55,364,cs), -(55,141,o), -(187,-8,o), -(390,-8,cs) +(540,-8,o), +(656,64,o), +(691,174,c), +(697,174,l), +(702,0,l), +(734,0,l), +(734,376,l), +(373,376,l), +(373,340,l), +(710,340,l), +(693,357,l), +(693,298,ls), +(693,132,o), +(573,28,o), +(398,28,cs), +(215,28,o), +(101,161,o), +(101,364,cs), +(101,566,o), +(217,700,o), +(411,700,cs), +(559,700,o), +(657,629,o), +(685,515,c), +(725,515,l), +(696,658,o), +(572,736,o), +(411,736,cs), +(200,736,o), +(61,587,o), +(61,364,cs), +(61,141,o), +(196,-8,o), +(398,-8,cs) ); } ); }; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(610,-8,o), -(747,124,o), -(747,340,cs), -(747,366,l), -(426,366,l), -(426,330,l), -(730,330,l), -(706,355,l), -(706,335,ls), -(706,140,o), -(583,28,o), -(405,28,cs), -(216,28,o), -(94,162,o), -(94,365,cs), -(94,567,o), -(217,699,o), -(406,699,cs), -(547,699,o), -(664,626,o), -(689,493,c), -(728,493,l), -(705,640,o), -(575,736,o), -(406,736,cs), -(197,736,o), -(55,587,o), -(55,364,cs), -(55,142,o), -(193,-8,o), -(405,-8,cs) +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-8,o), +(629,64,o), +(660,174,c), +(666,174,l), +(671,0,l), +(703,0,l), +(703,359,l), +(408,359,l), +(408,323,l), +(681,323,l), +(662,342,l), +(662,301,ls), +(662,135,o), +(552,28,o), +(400,28,cs), +(225,28,o), +(117,163,o), +(117,364,cs), +(117,565,o), +(226,700,o), +(408,700,cs), +(532,700,o), +(618,642,o), +(648,539,c), +(689,539,l), +(656,665,o), +(556,736,o), +(408,736,cs), +(207,736,o), +(76,588,o), +(76,364,cs), +(76,142,o), +(204,-8,o), +(400,-8,cs) ); } ); userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; com.schriftgestaltung.hints = ( { horizontal = 1; options = 0; origin = ( 0, -9 +14 ); stem = -2; target = ( 0, -28 +33 ); type = Stem; }, @@ -258,12 +376,12 @@ horizontal = 1; options = 0; origin = ( 0, -4 +7 ); stem = -2; target = ( 0, -5 +8 ); type = Stem; }, @@ -272,27 +390,37 @@ horizontal = 1; options = 0; origin = ( 0, -22 +27 ); stem = -2; target = ( 0, -15 +20 ); type = Stem; }, { -horizontal = 0; +horizontal = 1; options = 0; origin = ( 0, -25 +4 ); stem = -2; target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 0; +options = 0; +place = ( 0, -12 +0 ); +stem = -2; type = Stem; }, { @@ -300,318 +428,1226 @@ horizontal = 0; options = 0; origin = ( 0, -7 +10 ); stem = -2; target = ( 0, -2 +5 ); type = Stem; } ); }; -width = 798; +width = 795; }, { anchors = ( { name = bottom; -pos = (392,0); +pos = (399,0); }, { name = top; -pos = (401,729); +pos = (402,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +background = { shapes = ( { closed = 1; nodes = ( -(608,-10,o), -(757,115,o), -(757,310,cs), -(757,401,l), -(384,401,l), -(384,254,l), -(604,254,l), -(553,318,l), -(553,283,ls), -(553,208,o), -(496,158,o), -(399,158,cs), -(296,158,o), +(588,-10,o), +(730,98,o), +(747,258,c), +(542,258,l), +(528,200,o), +(468,162,o), +(399,162,cs), +(301,162,o), (235,220,o), (235,365,cs), (235,509,o), (301,567,o), -(401,567,cs), -(476,567,o), -(526,534,o), -(537,480,c), -(746,480,l), -(729,634,o), -(605,739,o), -(401,739,cs), +(399,567,cs), +(472,567,o), +(526,528,o), +(542,472,c), +(747,472,l), +(730,631,o), +(593,739,o), +(399,739,cs), (176,739,o), (27,607,o), (27,365,cs), -(27,140,o), -(160,-10,o), -(394,-10,cs) +(27,122,o), +(176,-10,o), +(399,-10,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(455,-10,o), +(540,32,o), +(568,92,c), +(575,92,l), +(583,0,l), +(752,0,l), +(752,408,l), +(391,408,l), +(391,264,l), +(576,264,l), +(540,297,l), +(540,279,ls), +(540,205,o), +(481,156,o), +(395,156,cs), +(301,156,o), +(238,221,o), +(238,358,cs), +(238,483,o), +(289,567,o), +(401,567,cs), +(470,567,o), +(525,531,o), +(541,478,c), +(744,478,l), +(727,638,o), +(593,739,o), +(402,739,cs), +(180,739,o), +(32,600,o), +(32,352,cs), +(32,126,o), +(162,-10,o), +(358,-10,cs) ); } ); userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; }; -width = 786; +width = 799; }, { anchors = ( { name = bottom; -pos = (413,0); +pos = (156,0); }, { name = top; -pos = (417,729); +pos = (298,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(638,-8,o), -(788,124,o), -(788,340,cs), -(788,366,l), -(402,366,l), -(402,331,l), -(777,331,l), -(747,353,l), -(747,327,ls), -(747,140,o), -(612,28,o), -(417,28,cs), -(208,28,o), -(73,162,o), -(73,365,cs), -(73,567,o), -(210,699,o), -(417,699,cs), -(580,699,o), -(703,620,o), -(728,493,c), -(767,493,l), -(741,640,o), -(601,736,o), -(417,736,cs), -(190,736,o), -(36,587,o), -(36,364,cs), -(36,141,o), -(187,-8,o), -(417,-8,cs) +(215,-9,o), +(269,32,o), +(305,128,c), +(309,128,l), +(283,0,l), +(309,0,l), +(386,374,l), +(215,374,l), +(209,344,l), +(357,344,l), +(350,353,l), +(337,291,ls), +(301,118,o), +(242,20,o), +(162,20,cs), +(47,20,o), +(64,193,o), +(101,374,cs), +(148,602,o), +(208,708,o), +(294,708,cs), +(394,708,o), +(401,619,o), +(387,495,c), +(417,495,l), +(438,640,o), +(416,738,o), +(298,738,cs), +(201,738,o), +(127,652,o), +(69,373,cs), +(29,184,o), +(11,-9,o), +(156,-9,cs) ); } ); -width = 820; +width = 416; }, { anchors = ( { name = bottom; -pos = (426,0); +pos = (195,0); }, { name = top; -pos = (437,729); +pos = (333,729); } ); background = { +anchors = ( +{ +name = bottom; +pos = (187,0); +}, +{ +name = top; +pos = (325,729); +} +); shapes = ( { closed = 1; nodes = ( -(650,-10,o), -(839,101,o), -(839,331,cs), -(839,405,l), -(420,405,l), -(420,262,l), -(669,262,l), -(613,322,l), -(613,304,ls), -(613,223,o), -(558,169,o), -(431,169,cs), -(316,169,o), -(243,231,o), -(243,365,cs), -(243,486,o), -(305,560,o), -(437,560,cs), -(518,560,o), -(582,531,o), -(601,473,c), -(832,473,l), -(813,632,o), -(669,739,o), -(437,739,cs), -(167,739,o), -(12,592,o), -(12,365,cs), -(12,138,o), -(166,-10,o), -(428,-10,cs) +(225,-7,o), +(274,17,o), +(313,88,c), +(318,87,l), +(305,0,l), +(422,0,l), +(504,405,l), +(280,405,l), +(254,270,l), +(326,270,l), +(314,289,l), +(309,268,ls), +(286,172,o), +(263,143,o), +(227,146,cs), +(179,150,o), +(183,216,o), +(216,375,cs), +(249,535,o), +(276,583,o), +(316,581,cs), +(348,579,o), +(356,543,o), +(344,464,c), +(512,464,l), +(540,635,o), +(491,738,o), +(327,738,cs), +(161,738,o), +(84,596,o), +(39,382,cs), +(-4,179,o), +(-4,-7,o), +(166,-7,cs) ); } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { closed = 1; nodes = ( -(650,-10,o), -(839,101,o), -(839,331,cs), -(839,405,l), -(420,405,l), -(420,262,l), -(669,262,l), -(613,322,l), -(613,304,ls), -(613,223,o), -(558,169,o), -(431,169,cs), -(316,169,o), -(243,231,o), -(243,365,cs), -(243,486,o), -(305,560,o), -(437,560,cs), -(518,560,o), -(582,531,o), -(601,473,c), -(832,473,l), -(813,632,o), -(669,739,o), -(437,739,cs), -(167,739,o), -(12,592,o), -(12,365,cs), -(12,138,o), -(166,-10,o), -(428,-10,cs) +(233,-7,o), +(282,17,o), +(321,88,c), +(326,87,l), +(313,0,l), +(430,0,l), +(512,405,l), +(288,405,l), +(262,270,l), +(334,270,l), +(322,289,l), +(317,268,ls), +(295,176,o), +(273,146,o), +(240,146,cs), +(178,146,o), +(196,245,o), +(224,375,cs), +(256,532,o), +(283,581,o), +(322,581,cs), +(360,581,o), +(361,534,o), +(352,464,c), +(520,464,l), +(548,635,o), +(499,738,o), +(335,738,cs), +(169,738,o), +(92,596,o), +(47,382,cs), +(4,179,o), +(4,-7,o), +(174,-7,cs) ); } ); -width = 853; +width = 515; }, { anchors = ( { name = bottom; -pos = (166,0); +pos = (359,0); }, { name = top; -pos = (298,729); +pos = (464,729); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { closed = 1; nodes = ( -(249,-9,o), -(324,36,o), -(367,246,cs), -(393,375,l), -(221,375,l), -(215,344,l), -(367,344,l), -(356,354,l), -(335,247,ls), -(303,93,o), -(252,20,o), -(168,20,cs), -(51,20,o), -(61,180,o), -(101,374,cs), -(143,573,o), -(196,708,o), -(294,708,cs), -(395,708,o), -(401,619,o), -(386,494,c), -(418,494,l), -(438,636,o), -(419,738,o), -(298,738,cs), -(196,738,o), -(124,639,o), -(69,375,cs), -(27,177,o), -(12,-9,o), -(166,-9,cs) +(470,-10,o), +(573,41,o), +(627,155,c), +(633,155,l), +(608,0,l), +(640,0,l), +(718,376,l), +(374,376,l), +(367,340,l), +(680,340,l), +(672,349,l), +(656,275,ls), +(624,127,o), +(515,27,o), +(359,27,cs), +(208,27,o), +(110,127,o), +(116,309,cs), +(124,547,o), +(259,703,o), +(459,703,cs), +(595,703,o), +(683,627,o), +(694,515,c), +(735,515,l), +(729,658,o), +(613,739,o), +(466,739,cs), +(242,739,o), +(85,567,o), +(76,309,cs), +(70,118,o), +(180,-10,o), +(357,-10,cs) ); } ); -width = 415; +width = 764; }, { anchors = ( { name = bottom; -pos = (207,0); +pos = (343,0); }, { name = top; -pos = (319,729); +pos = (477,729); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { closed = 1; nodes = ( -(320,-9,o), -(419,58,o), -(454,229,cs), -(490,397,l), -(273,397,l), -(245,264,l), -(314,264,l), -(296,282,l), -(289,241,ls), -(274,171,o), -(254,147,o), -(226,147,cs), -(173,147,o), -(187,232,o), -(215,369,cs), -(245,516,o), -(269,582,o), -(309,582,cs), -(344,582,o), -(348,546,o), -(336,464,c), -(502,464,l), -(529,647,o), -(478,739,o), -(321,739,cs), -(169,739,o), -(88,614,o), -(39,382,cs), -(-7,163,o), -(3,-9,o), -(205,-9,cs) +(444,-9,o), +(517,24,o), +(556,79,c), +(563,79,l), +(558,0,l), +(704,0,l), +(789,408,l), +(426,408,l), +(395,264,l), +(571,264,l), +(555,281,l), +(552,269,ls), +(534,199,o), +(480,158,o), +(396,158,cs), +(306,158,o), +(251,213,o), +(251,314,cs), +(251,468,o), +(327,566,o), +(443,566,cs), +(525,566,o), +(581,529,o), +(587,474,c), +(791,474,l), +(787,633,o), +(643,737,o), +(460,737,cs), +(206,737,o), +(44,559,o), +(44,299,cs), +(44,108,o), +(165,-9,o), +(341,-9,cs) +); +} +); +width = 802; +}, +{ +anchors = ( +{ +name = bottom; +pos = (392,0); +}, +{ +name = top; +pos = (478,729); +} +); +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(524,-9,o), +(646,44,o), +(703,145,c), +(710,145,l), +(684,0,l), +(717,0,l), +(793,376,l), +(400,376,l), +(393,340,l), +(757,340,l), +(749,349,l), +(733,277,ls), +(700,127,o), +(589,25,o), +(397,25,cs), +(215,25,o), +(99,129,o), +(99,314,cs), +(99,552,o), +(246,703,o), +(473,703,cs), +(629,703,o), +(744,627,o), +(761,514,c), +(801,514,l), +(785,650,o), +(653,739,o), +(475,739,cs), +(230,739,o), +(59,568,o), +(59,317,cs), +(59,115,o), +(190,-9,o), +(392,-9,cs) +); +} +); +width = 819; +}, +{ +anchors = ( +{ +name = bottom; +pos = (391,0); +}, +{ +name = top; +pos = (509,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(434,261,l), +(608,261,l), +(607,253,ls), +(595,195,o), +(522,166,o), +(448,166,cs), +(329,166,o), +(258,234,o), +(262,347,cs), +(266,475,o), +(344,560,o), +(476,560,cs), +(556,560,o), +(620,526,o), +(639,475,c), +(871,475,l), +(864,630,o), +(698,738,o), +(479,738,cs), +(204,738,o), +(39,562,o), +(31,335,cs), +(24,128,o), +(165,-10,o), +(383,-10,cs), +(484,-10,o), +(571,22,o), +(611,76,c), +(617,76,l), +(616,0,l), +(790,0,l), +(876,410,l), +(464,410,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,-10,o), +(577,22,o), +(617,76,c), +(623,76,l), +(622,0,l), +(796,0,l), +(882,410,l), +(470,410,l), +(440,261,l), +(632,261,l), +(617,278,l), +(613,253,ls), +(603,192,o), +(528,166,o), +(454,166,cs), +(338,166,o), +(268,230,o), +(268,338,cs), +(268,471,o), +(347,560,o), +(482,560,cs), +(562,560,o), +(626,526,o), +(645,475,c), +(877,475,l), +(870,630,o), +(704,738,o), +(485,738,cs), +(204,738,o), +(37,554,o), +(37,320,cs), +(37,122,o), +(176,-10,o), +(389,-10,cs) +); +} +); +width = 886; +}, +{ +anchors = ( +{ +name = bottom; +pos = (183,0); +}, +{ +name = top; +pos = (176,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,-10,o), +(278,35,o), +(294,136,c), +(295,136,l), +(298,0,l), +(324,0,l), +(324,384,l), +(168,384,l), +(168,354,l), +(311,354,l), +(291,374,l), +(291,299,ls), +(291,116,o), +(252,19,o), +(171,19,cs), +(92,19,o), +(61,129,o), +(61,364,cs), +(61,599,o), +(96,709,o), +(181,709,cs), +(250,709,o), +(281,645,o), +(291,495,c), +(324,495,l), +(314,665,o), +(275,739,o), +(183,739,cs), +(72,739,o), +(28,629,o), +(28,364,cs), +(28,100,o), +(66,-10,o), +(171,-10,cs) +); +} +); +width = 361; +}, +{ +anchors = ( +{ +name = bottom; +pos = (239,0); +}, +{ +name = top; +pos = (243,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(428,259,l), +(414,203,o), +(361,166,o), +(295,166,cs), +(205,166,o), +(149,229,o), +(149,361,cs), +(149,489,o), +(203,562,o), +(300,562,cs), +(361,562,o), +(411,529,o), +(428,471,c), +(638,471,l), +(622,631,o), +(488,738,o), +(301,738,cs), +(80,738,o), +(-65,589,o), +(-65,362,cs), +(-65,139,o), +(74,-10,o), +(301,-10,cs), +(481,-10,o), +(622,98,o), +(638,259,c) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,-10,o), +(307,27,o), +(326,94,c), +(327,94,l), +(336,0,l), +(473,0,l), +(473,428,l), +(243,428,l), +(243,281,l), +(344,281,l), +(304,325,l), +(304,273,ls), +(304,187,o), +(286,146,o), +(249,146,cs), +(204,146,o), +(195,217,o), +(195,364,cs), +(195,526,o), +(209,582,o), +(248,582,cs), +(278,582,o), +(291,547,o), +(295,476,c), +(469,476,l), +(462,654,o), +(397,738,o), +(243,738,cs), +(59,738,o), +(7,590,o), +(7,364,cs), +(7,138,o), +(57,-10,o), +(199,-10,cs) +); +} +); +width = 484; +}, +{ +anchors = ( +{ +name = bottom; +pos = (383,0); +}, +{ +name = top; +pos = (385,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(540,-8,o), +(656,64,o), +(691,174,c), +(697,174,l), +(702,0,l), +(734,0,l), +(734,376,l), +(373,376,l), +(373,340,l), +(710,340,l), +(693,357,l), +(693,298,ls), +(693,132,o), +(573,28,o), +(398,28,cs), +(215,28,o), +(101,161,o), +(101,364,cs), +(101,566,o), +(217,700,o), +(411,700,cs), +(559,700,o), +(657,629,o), +(685,515,c), +(725,515,l), +(696,658,o), +(572,736,o), +(411,736,cs), +(200,736,o), +(61,587,o), +(61,364,cs), +(61,141,o), +(196,-8,o), +(398,-8,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-8,o), +(640,64,o), +(676,174,c), +(677,174,l), +(682,0,l), +(714,0,l), +(714,376,l), +(353,376,l), +(353,340,l), +(692,340,l), +(673,359,l), +(673,298,ls), +(673,132,o), +(553,28,o), +(385,28,cs), +(194,28,o), +(76,163,o), +(76,364,cs), +(76,565,o), +(193,700,o), +(385,700,cs), +(544,700,o), +(632,629,o), +(665,515,c), +(705,515,l), +(671,658,o), +(557,736,o), +(385,736,cs), +(174,736,o), +(35,588,o), +(35,364,cs), +(35,142,o), +(173,-8,o), +(385,-8,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +33 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +20 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +} +); +}; +width = 766; +}, +{ +anchors = ( +{ +name = bottom; +pos = (375,0); +}, +{ +name = top; +pos = (378,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-10,o), +(722,98,o), +(739,258,c), +(534,258,l), +(520,200,o), +(460,162,o), +(391,162,cs), +(293,162,o), +(227,220,o), +(227,365,cs), +(227,509,o), +(293,567,o), +(391,567,cs), +(464,567,o), +(518,528,o), +(534,472,c), +(739,472,l), +(722,631,o), +(585,739,o), +(391,739,cs), +(168,739,o), +(19,607,o), +(19,365,cs), +(19,122,o), +(168,-10,o), +(391,-10,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(447,-10,o), +(543,33,o), +(573,92,c), +(574,92,l), +(582,0,l), +(743,0,l), +(743,415,l), +(377,415,l), +(377,261,l), +(565,261,l), +(528,297,l), +(527,279,ls), +(523,210,o), +(465,156,o), +(379,156,cs), +(280,156,o), +(214,221,o), +(214,358,cs), +(214,483,o), +(269,567,o), +(385,567,cs), +(459,567,o), +(507,535,o), +(525,487,c), +(741,487,l), +(717,650,o), +(597,739,o), +(386,739,cs), +(156,739,o), +(4,600,o), +(4,352,cs), +(4,126,o), +(138,-10,o), +(342,-10,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; +}; +width = 760; +}, +{ +anchors = ( +{ +name = bottom; +pos = (437,0); +}, +{ +name = top; +pos = (424,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(569,-8,o), +(703,64,o), +(741,174,c), +(742,174,l), +(748,0,l), +(779,0,l), +(779,376,l), +(381,376,l), +(381,340,l), +(758,340,l), +(740,357,l), +(740,298,ls), +(740,132,o), +(604,28,o), +(409,28,cs), +(204,28,o), +(76,161,o), +(76,364,cs), +(76,566,o), +(207,700,o), +(424,700,cs), +(601,700,o), +(697,629,o), +(730,515,c), +(769,515,l), +(734,658,o), +(614,736,o), +(424,736,cs), +(191,736,o), +(38,587,o), +(38,364,cs), +(38,140,o), +(187,-8,o), +(411,-8,cs) +); +} +); +width = 820; +}, +{ +anchors = ( +{ +name = bottom; +pos = (437,0); +}, +{ +name = top; +pos = (447,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,-10,o), +(620,33,o), +(662,97,c), +(663,97,l), +(671,0,l), +(852,0,l), +(852,410,l), +(437,410,l), +(437,261,l), +(644,261,l), +(616,294,l), +(616,271,ls), +(616,208,o), +(532,163,o), +(439,163,cs), +(323,163,o), +(245,231,o), +(245,358,cs), +(245,479,o), +(307,563,o), +(448,563,cs), +(531,563,o), +(591,525,o), +(604,475,c), +(847,475,l), +(827,641,o), +(678,739,o), +(451,739,cs), +(180,739,o), +(14,598,o), +(14,352,cs), +(14,135,o), +(162,-10,o), +(382,-10,cs) +); +} +); +width = 866; +}, +{ +anchors = ( +{ +name = bottom; +pos = (133,0); +}, +{ +name = top; +pos = (275,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(192,-9,o), +(246,32,o), +(282,128,c), +(286,128,l), +(260,0,l), +(286,0,l), +(363,374,l), +(192,374,l), +(186,344,l), +(334,344,l), +(327,353,l), +(314,291,ls), +(278,118,o), +(219,20,o), +(139,20,cs), +(24,20,o), +(41,193,o), +(78,374,cs), +(125,602,o), +(185,708,o), +(271,708,cs), +(371,708,o), +(378,619,o), +(364,495,c), +(394,495,l), +(415,640,o), +(393,738,o), +(275,738,cs), +(178,738,o), +(104,652,o), +(46,373,cs), +(6,184,o), +(-12,-9,o), +(133,-9,cs) +); +} +); +width = 370; +}, +{ +anchors = ( +{ +name = bottom; +pos = (180,0); +}, +{ +name = top; +pos = (318,729); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (191,0); +}, +{ +name = top; +pos = (329,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(229,-7,o), +(278,17,o), +(317,88,c), +(322,87,l), +(309,0,l), +(426,0,l), +(508,405,l), +(284,405,l), +(258,270,l), +(330,270,l), +(318,289,l), +(313,268,ls), +(290,172,o), +(267,143,o), +(231,146,cs), +(183,150,o), +(187,216,o), +(220,375,cs), +(253,535,o), +(280,583,o), +(320,581,cs), +(352,579,o), +(360,543,o), +(348,464,c), +(516,464,l), +(544,635,o), +(495,738,o), +(331,738,cs), +(165,738,o), +(88,596,o), +(43,382,cs), +(0,179,o), +(0,-7,o), +(170,-7,cs) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(218,-7,o), +(267,17,o), +(306,88,c), +(311,87,l), +(298,0,l), +(415,0,l), +(497,405,l), +(273,405,l), +(247,270,l), +(319,270,l), +(307,289,l), +(302,268,ls), +(280,176,o), +(258,146,o), +(225,146,cs), +(163,146,o), +(181,245,o), +(209,375,cs), +(241,532,o), +(268,581,o), +(307,581,cs), +(345,581,o), +(346,534,o), +(337,464,c), +(505,464,l), +(533,635,o), +(484,738,o), +(320,738,cs), +(154,738,o), +(77,596,o), +(32,382,cs), +(-11,179,o), +(-11,-7,o), +(159,-7,cs) ); } ); @@ -621,209 +1657,263 @@ width = 481; anchors = ( { name = bottom; -pos = (356,0); +pos = (338,0); }, { name = top; -pos = (464,729); +pos = (443,729); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(549,-10,o), -(680,92,o), -(721,309,cs), -(732,366,l), -(417,366,l), -(409,330,l), -(694,330,l), -(684,342,l), -(681,324,ls), -(649,138,o), -(554,27,o), -(359,27,cs), -(207,27,o), -(109,127,o), -(115,308,cs), -(123,547,o), -(258,701,o), -(458,701,cs), -(603,701,o), -(693,612,o), -(696,493,c), -(735,493,l), -(735,633,o), -(629,739,o), -(464,739,cs), -(241,739,o), -(84,566,o), -(75,308,cs), -(69,119,o), -(179,-10,o), -(354,-10,cs) -); -} -); -width = 765; +(449,-10,o), +(552,41,o), +(606,155,c), +(612,155,l), +(587,0,l), +(619,0,l), +(697,376,l), +(353,376,l), +(346,340,l), +(659,340,l), +(651,349,l), +(635,275,ls), +(603,127,o), +(494,27,o), +(338,27,cs), +(187,27,o), +(89,127,o), +(95,309,cs), +(103,547,o), +(238,703,o), +(438,703,cs), +(574,703,o), +(662,627,o), +(673,515,c), +(714,515,l), +(708,658,o), +(592,739,o), +(445,739,cs), +(221,739,o), +(64,567,o), +(55,309,cs), +(49,118,o), +(159,-10,o), +(336,-10,cs) +); +} +); +width = 719; }, { anchors = ( { name = bottom; -pos = (379,0); +pos = (325,0); }, { name = top; -pos = (458,729); +pos = (459,729); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(562,-10,o), -(712,77,o), -(756,305,cs), -(774,398,l), -(422,398,l), -(394,267,l), -(575,267,l), -(546,300,l), -(542,278,ls), -(527,195,o), -(477,157,o), -(393,157,cs), -(308,157,o), -(252,207,o), -(252,324,cs), -(252,471,o), -(325,570,o), -(447,570,cs), -(512,570,o), -(558,538,o), -(565,481,c), -(770,481,l), -(765,635,o), -(639,737,o), -(454,737,cs), -(215,737,o), -(47,576,o), -(47,319,cs), -(47,121,o), -(164,-10,o), -(377,-10,cs) -); -} -); -width = 776; +(426,-9,o), +(499,24,o), +(538,79,c), +(545,79,l), +(540,0,l), +(686,0,l), +(771,408,l), +(408,408,l), +(377,264,l), +(553,264,l), +(537,281,l), +(534,269,ls), +(516,199,o), +(462,158,o), +(378,158,cs), +(288,158,o), +(233,213,o), +(233,314,cs), +(233,468,o), +(309,566,o), +(425,566,cs), +(507,566,o), +(563,529,o), +(569,474,c), +(773,474,l), +(769,633,o), +(625,737,o), +(442,737,cs), +(188,737,o), +(26,559,o), +(26,299,cs), +(26,108,o), +(147,-9,o), +(323,-9,cs) +); +} +); +width = 755; }, { anchors = ( { name = bottom; -pos = (397,0); +pos = (392,0); }, { name = top; -pos = (474,729); +pos = (478,729); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(604,-10,o), -(747,101,o), -(789,298,cs), -(803,366,l), -(411,366,l), -(403,331,l), -(770,331,l), -(758,343,l), -(748,295,ls), -(714,124,o), -(585,27,o), -(403,27,cs), -(219,27,o), -(99,127,o), +(524,-9,o), +(646,44,o), +(703,145,c), +(710,145,l), +(684,0,l), +(717,0,l), +(793,376,l), +(400,376,l), +(393,340,l), +(757,340,l), +(749,349,l), +(733,277,ls), +(700,127,o), +(589,25,o), +(397,25,cs), +(215,25,o), +(99,129,o), (99,314,cs), -(99,551,o), -(245,703,o), -(469,703,cs), -(612,703,o), -(746,625,o), -(762,494,c), -(800,494,l), -(786,642,o), -(644,739,o), -(472,739,cs), +(99,552,o), +(246,703,o), +(473,703,cs), +(629,703,o), +(744,627,o), +(761,514,c), +(801,514,l), +(785,650,o), +(653,739,o), +(475,739,cs), (230,739,o), (59,568,o), (59,317,cs), (59,115,o), -(190,-10,o), -(401,-10,cs) +(190,-9,o), +(392,-9,cs) ); } ); -width = 814; +width = 809; }, { anchors = ( { name = bottom; -pos = (421,0); +pos = (382,0); }, { name = top; -pos = (489,729); +pos = (500,729); } ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +background = { shapes = ( { closed = 1; nodes = ( -(648,-9,o), -(799,96,o), -(842,293,cs), -(866,402,l), -(455,402,l), -(423,262,l), -(649,262,l), -(616,309,l), -(612,286,ls), -(599,213,o), -(530,169,o), -(440,169,cs), -(332,169,o), -(261,227,o), -(261,340,cs), -(261,471,o), -(338,561,o), -(474,561,cs), -(546,561,o), -(623,531,o), -(636,468,c), -(863,468,l), -(854,629,o), -(698,739,o), -(476,739,cs), -(216,739,o), -(32,574,o), -(32,322,cs), -(32,122,o), -(175,-9,o), -(419,-9,cs) -); -} -); -width = 852; +(446,261,l), +(620,261,l), +(619,253,ls), +(607,195,o), +(534,166,o), +(460,166,cs), +(341,166,o), +(270,234,o), +(274,347,cs), +(278,475,o), +(356,560,o), +(488,560,cs), +(568,560,o), +(632,526,o), +(651,475,c), +(883,475,l), +(876,630,o), +(710,738,o), +(491,738,cs), +(216,738,o), +(51,562,o), +(43,335,cs), +(36,128,o), +(177,-10,o), +(395,-10,cs), +(496,-10,o), +(583,22,o), +(623,76,c), +(629,76,l), +(628,0,l), +(802,0,l), +(888,410,l), +(476,410,l) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(481,-10,o), +(568,22,o), +(608,76,c), +(614,76,l), +(613,0,l), +(787,0,l), +(873,410,l), +(461,410,l), +(431,261,l), +(623,261,l), +(608,278,l), +(604,253,ls), +(594,192,o), +(519,166,o), +(445,166,cs), +(329,166,o), +(259,230,o), +(259,338,cs), +(259,471,o), +(338,560,o), +(473,560,cs), +(553,560,o), +(617,526,o), +(636,475,c), +(868,475,l), +(861,630,o), +(695,738,o), +(476,738,cs), +(195,738,o), +(28,554,o), +(28,320,cs), +(28,122,o), +(167,-10,o), +(380,-10,cs) +); +} +); +width = 856; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/G_breve.glyph b/sources/MonaSans.glyphspackage/glyphs/G_breve.glyph index c93827be..7e87b232 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_breve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_breve.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Gbreve; -kernLeft = O; -kernRight = G; +kernLeft = KO_Oacute; +kernRight = KO_G; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (86,57); ref = brevecomb; } ); -width = 421; +width = 417; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (57,51); ref = brevecomb; } ); -width = 503; +width = 501; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = G; }, { -pos = (237,51); +pos = (243,57); ref = brevecomb; } ); -width = 806; +width = 820; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = G; }, { -pos = (193,51); +pos = (198,56); ref = brevecomb; } ); -width = 820; +width = 865; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = G; }, { -pos = (248,57); +pos = (240,51); ref = brevecomb; } ); -width = 828; +width = 789; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = G; }, { -pos = (206,56); +pos = (190,51); ref = brevecomb; } ); -width = 877; +width = 778; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = G; }, { -pos = (84,57); +pos = (92,57); ref = brevecomb; } ); -width = 416; +width = 429; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -106,7 +106,7 @@ pos = (45,51); ref = brevecomb; } ); -width = 499; +width = 508; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -119,7 +119,7 @@ pos = (208,57); ref = brevecomb; } ); -width = 764; +width = 765; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = G; }, { -pos = (165,51); +pos = (146,51); ref = brevecomb; } ); -width = 802; +width = 776; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = G; }, { -pos = (213,57); +pos = (220,57); ref = brevecomb; } ); -width = 819; +width = 837; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = G; }, { -pos = (181,51); +pos = (167,51); +ref = brevecomb; +} +); +width = 852; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = G; +}, +{ +pos = (77,57); +ref = brevecomb; +} +); +width = 356; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G; +}, +{ +pos = (60,51); +ref = brevecomb; +} +); +width = 469; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = G; +}, +{ +pos = (249,51); +ref = brevecomb; +} +); +width = 779; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G; +}, +{ +pos = (177,51); +ref = brevecomb; +} +); +width = 734; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G; +}, +{ +pos = (262,57); +ref = brevecomb; +} +); +width = 831; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G; +}, +{ +pos = (212,56); +ref = brevecomb; +} +); +width = 862; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G; +}, +{ +pos = (72,57); +ref = brevecomb; +} +); +width = 345; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G; +}, +{ +pos = (41,51); +ref = brevecomb; +} +); +width = 461; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G; +}, +{ +pos = (225,57); +ref = brevecomb; +} +); +width = 751; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G; +}, +{ +pos = (163,51); +ref = brevecomb; +} +); +width = 752; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G; +}, +{ +pos = (226,57); +ref = brevecomb; +} +); +width = 829; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G; +}, +{ +pos = (179,51); ref = brevecomb; } ); -width = 874; +width = 844; } ); unicode = 286; diff --git a/sources/MonaSans.glyphspackage/glyphs/G_breve.ss07.glyph b/sources/MonaSans.glyphspackage/glyphs/G_breve.ss07.glyph index bad76006..db10fbac 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_breve.ss07.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_breve.ss07.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Gbreve.ss07; -kernLeft = O; -kernRight = G.ss06; +kernLeft = KO_G.ss07; +kernRight = KO_G.ss07; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (86,57); ref = brevecomb; } ); -width = 417; +width = 421; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (57,51); ref = brevecomb; } ); -width = 485; +width = 519; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = G.ss07; }, { -pos = (238,51); +pos = (248,57); ref = brevecomb; } ); -width = 798; +width = 828; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = G.ss07; }, { -pos = (182,51); +pos = (206,56); ref = brevecomb; } ); -width = 786; +width = 889; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = G.ss07; }, { -pos = (243,57); +pos = (233,51); ref = brevecomb; } ); -width = 820; +width = 795; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = G.ss07; }, { -pos = (198,56); +pos = (191,51); ref = brevecomb; } ); -width = 853; +width = 799; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -93,7 +93,7 @@ pos = (84,57); ref = brevecomb; } ); -width = 415; +width = 416; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = G.ss07; }, { -pos = (39,51); +pos = (45,51); ref = brevecomb; } ); -width = 481; +width = 515; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -119,7 +119,7 @@ pos = (208,57); ref = brevecomb; } ); -width = 765; +width = 764; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = G.ss07; }, { -pos = (146,51); +pos = (165,51); ref = brevecomb; } ); -width = 776; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = G.ss07; }, { -pos = (209,57); +pos = (213,57); ref = brevecomb; } ); -width = 814; +width = 819; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = G.ss07; }, { -pos = (167,51); +pos = (181,51); +ref = brevecomb; +} +); +width = 886; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (72,57); +ref = brevecomb; +} +); +width = 361; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (58,51); +ref = brevecomb; +} +); +width = 484; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (237,51); +ref = brevecomb; +} +); +width = 766; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (180,51); +ref = brevecomb; +} +); +width = 760; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (260,57); +ref = brevecomb; +} +); +width = 820; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (218,56); +ref = brevecomb; +} +); +width = 866; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (84,57); +ref = brevecomb; +} +); +width = 370; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (49,51); +ref = brevecomb; +} +); +width = 481; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (211,57); +ref = brevecomb; +} +); +width = 719; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (176,51); +ref = brevecomb; +} +); +width = 755; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (223,57); +ref = brevecomb; +} +); +width = 809; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (193,51); ref = brevecomb; } ); -width = 852; +width = 856; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/G_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/G_caron.glyph index 28226ccd..14f20d1f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_caron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_caron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Gcaron; -kernLeft = O; -kernRight = G; +kernLeft = KO_Oacute; +kernRight = KO_G; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (81,57); ref = caroncomb; } ); -width = 421; +width = 417; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (35,51); ref = caroncomb; } ); -width = 503; +width = 501; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = G; }, { -pos = (241,57); +pos = (238,57); ref = caroncomb; } ); -width = 806; +width = 820; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = G; }, { -pos = (165,51); +pos = (146,56); ref = caroncomb; } ); -width = 820; +width = 865; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = G; }, { -pos = (243,57); +pos = (244,57); ref = caroncomb; } ); -width = 828; +width = 789; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = G; }, { -pos = (154,56); +pos = (162,51); ref = caroncomb; } ); -width = 877; +width = 778; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = G; }, { -pos = (84,57); +pos = (92,57); ref = caroncomb; } ); -width = 416; +width = 429; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -106,7 +106,7 @@ pos = (29,51); ref = caroncomb; } ); -width = 499; +width = 508; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -119,7 +119,7 @@ pos = (213,57); ref = caroncomb; } ); -width = 764; +width = 765; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = G; }, { -pos = (143,51); +pos = (124,51); ref = caroncomb; } ); -width = 802; +width = 776; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = G; }, { -pos = (212,57); +pos = (219,57); ref = caroncomb; } ); -width = 819; +width = 837; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = G; }, { -pos = (129,56); +pos = (115,56); +ref = caroncomb; +} +); +width = 852; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = G; +}, +{ +pos = (72,57); +ref = caroncomb; +} +); +width = 356; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G; +}, +{ +pos = (38,51); +ref = caroncomb; +} +); +width = 469; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = G; +}, +{ +pos = (253,57); +ref = caroncomb; +} +); +width = 779; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G; +}, +{ +pos = (149,51); +ref = caroncomb; +} +); +width = 734; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G; +}, +{ +pos = (257,57); +ref = caroncomb; +} +); +width = 831; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G; +}, +{ +pos = (160,56); +ref = caroncomb; +} +); +width = 862; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G; +}, +{ +pos = (72,57); +ref = caroncomb; +} +); +width = 345; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G; +}, +{ +pos = (25,51); +ref = caroncomb; +} +); +width = 461; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G; +}, +{ +pos = (230,57); +ref = caroncomb; +} +); +width = 751; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G; +}, +{ +pos = (141,51); +ref = caroncomb; +} +); +width = 752; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G; +}, +{ +pos = (225,57); +ref = caroncomb; +} +); +width = 829; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G; +}, +{ +pos = (127,56); ref = caroncomb; } ); -width = 874; +width = 844; } ); unicode = 486; diff --git a/sources/MonaSans.glyphspackage/glyphs/G_caron.ss07.glyph b/sources/MonaSans.glyphspackage/glyphs/G_caron.ss07.glyph index 780ff3e2..7912c63c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_caron.ss07.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_caron.ss07.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Gcaron.ss07; -kernLeft = O; -kernRight = G.ss06; +kernLeft = KO_G.ss07; +kernRight = KO_G.ss07; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (81,57); ref = caroncomb; } ); -width = 417; +width = 421; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (35,51); ref = caroncomb; } ); -width = 485; +width = 519; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = G.ss07; }, { -pos = (242,57); +pos = (243,57); ref = caroncomb; } ); -width = 798; +width = 828; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = G.ss07; }, { -pos = (154,51); +pos = (154,56); ref = caroncomb; } ); -width = 786; +width = 889; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = G.ss07; }, { -pos = (238,57); +pos = (237,57); ref = caroncomb; } ); -width = 820; +width = 795; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = G.ss07; }, { -pos = (146,56); +pos = (163,51); ref = caroncomb; } ); -width = 853; +width = 799; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -93,7 +93,7 @@ pos = (84,57); ref = caroncomb; } ); -width = 415; +width = 416; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = G.ss07; }, { -pos = (23,51); +pos = (29,51); ref = caroncomb; } ); -width = 481; +width = 515; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -119,7 +119,7 @@ pos = (213,57); ref = caroncomb; } ); -width = 765; +width = 764; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = G.ss07; }, { -pos = (124,51); +pos = (143,51); ref = caroncomb; } ); -width = 776; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = G.ss07; }, { -pos = (208,57); +pos = (212,57); ref = caroncomb; } ); -width = 814; +width = 819; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = G.ss07; }, { -pos = (115,56); +pos = (129,56); +ref = caroncomb; +} +); +width = 886; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (67,57); +ref = caroncomb; +} +); +width = 361; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (36,51); +ref = caroncomb; +} +); +width = 484; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (241,57); +ref = caroncomb; +} +); +width = 766; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (152,51); +ref = caroncomb; +} +); +width = 760; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (255,57); +ref = caroncomb; +} +); +width = 820; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (166,56); +ref = caroncomb; +} +); +width = 866; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (84,57); +ref = caroncomb; +} +); +width = 370; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (33,51); +ref = caroncomb; +} +); +width = 481; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (216,57); +ref = caroncomb; +} +); +width = 719; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (154,51); +ref = caroncomb; +} +); +width = 755; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (222,57); +ref = caroncomb; +} +); +width = 809; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (141,56); ref = caroncomb; } ); -width = 852; +width = 856; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/G_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/G_circumflex.glyph index 3d1c851a..9346d247 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_circumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Gcircumflex; -kernLeft = O; -kernRight = G; +kernLeft = KO_Oacute; +kernRight = KO_G; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (81,57); ref = circumflexcomb; } ); -width = 421; +width = 417; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (35,51); ref = circumflexcomb; } ); -width = 503; +width = 501; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = G; }, { -pos = (241,57); +pos = (238,57); ref = circumflexcomb; } ); -width = 806; +width = 820; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = G; }, { -pos = (165,51); +pos = (146,56); ref = circumflexcomb; } ); -width = 820; +width = 865; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = G; }, { -pos = (243,57); +pos = (244,57); ref = circumflexcomb; } ); -width = 828; +width = 789; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = G; }, { -pos = (154,56); +pos = (162,51); ref = circumflexcomb; } ); -width = 877; +width = 778; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = G; }, { -pos = (83,57); +pos = (91,57); ref = circumflexcomb; } ); -width = 416; +width = 429; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -106,7 +106,7 @@ pos = (23,51); ref = circumflexcomb; } ); -width = 499; +width = 508; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -119,7 +119,7 @@ pos = (212,57); ref = circumflexcomb; } ); -width = 764; +width = 765; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = G; }, { -pos = (148,51); +pos = (129,51); ref = circumflexcomb; } ); -width = 802; +width = 776; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = G; }, { -pos = (212,57); +pos = (219,57); ref = circumflexcomb; } ); -width = 819; +width = 837; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = G; }, { -pos = (127,56); +pos = (113,56); +ref = circumflexcomb; +} +); +width = 852; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = G; +}, +{ +pos = (72,57); +ref = circumflexcomb; +} +); +width = 356; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G; +}, +{ +pos = (38,51); +ref = circumflexcomb; +} +); +width = 469; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = G; +}, +{ +pos = (253,57); +ref = circumflexcomb; +} +); +width = 779; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G; +}, +{ +pos = (149,51); +ref = circumflexcomb; +} +); +width = 734; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G; +}, +{ +pos = (257,57); +ref = circumflexcomb; +} +); +width = 831; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G; +}, +{ +pos = (160,56); +ref = circumflexcomb; +} +); +width = 862; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G; +}, +{ +pos = (71,57); +ref = circumflexcomb; +} +); +width = 345; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G; +}, +{ +pos = (19,51); +ref = circumflexcomb; +} +); +width = 461; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G; +}, +{ +pos = (229,57); +ref = circumflexcomb; +} +); +width = 751; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G; +}, +{ +pos = (146,51); +ref = circumflexcomb; +} +); +width = 752; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G; +}, +{ +pos = (225,57); +ref = circumflexcomb; +} +); +width = 829; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G; +}, +{ +pos = (125,56); ref = circumflexcomb; } ); -width = 874; +width = 844; } ); unicode = 284; diff --git a/sources/MonaSans.glyphspackage/glyphs/G_circumflex.ss07.glyph b/sources/MonaSans.glyphspackage/glyphs/G_circumflex.ss07.glyph index b0b1f7ed..77fc23c3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_circumflex.ss07.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_circumflex.ss07.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Gcircumflex.ss07; -kernLeft = O; -kernRight = G.ss06; +kernLeft = KO_G.ss07; +kernRight = KO_G.ss07; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (81,57); ref = circumflexcomb; } ); -width = 417; +width = 421; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (35,51); ref = circumflexcomb; } ); -width = 485; +width = 519; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = G.ss07; }, { -pos = (242,57); +pos = (243,57); ref = circumflexcomb; } ); -width = 798; +width = 828; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = G.ss07; }, { -pos = (154,51); +pos = (154,56); ref = circumflexcomb; } ); -width = 786; +width = 889; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = G.ss07; }, { -pos = (238,57); +pos = (237,57); ref = circumflexcomb; } ); -width = 820; +width = 795; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = G.ss07; }, { -pos = (146,56); +pos = (163,51); ref = circumflexcomb; } ); -width = 853; +width = 799; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -93,7 +93,7 @@ pos = (83,57); ref = circumflexcomb; } ); -width = 415; +width = 416; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = G.ss07; }, { -pos = (17,51); +pos = (23,51); ref = circumflexcomb; } ); -width = 481; +width = 515; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -119,7 +119,7 @@ pos = (212,57); ref = circumflexcomb; } ); -width = 765; +width = 764; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = G.ss07; }, { -pos = (129,51); +pos = (148,51); ref = circumflexcomb; } ); -width = 776; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = G.ss07; }, { -pos = (208,57); +pos = (212,57); ref = circumflexcomb; } ); -width = 814; +width = 819; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = G.ss07; }, { -pos = (113,56); +pos = (127,56); +ref = circumflexcomb; +} +); +width = 886; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (67,57); +ref = circumflexcomb; +} +); +width = 361; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (36,51); +ref = circumflexcomb; +} +); +width = 484; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (241,57); +ref = circumflexcomb; +} +); +width = 766; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (152,51); +ref = circumflexcomb; +} +); +width = 760; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (255,57); +ref = circumflexcomb; +} +); +width = 820; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (166,56); +ref = circumflexcomb; +} +); +width = 866; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (83,57); +ref = circumflexcomb; +} +); +width = 370; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (27,51); +ref = circumflexcomb; +} +); +width = 481; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (215,57); +ref = circumflexcomb; +} +); +width = 719; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (159,51); +ref = circumflexcomb; +} +); +width = 755; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (222,57); +ref = circumflexcomb; +} +); +width = 809; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (139,56); ref = circumflexcomb; } ); -width = 852; +width = 856; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/G_commaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/G_commaaccent.glyph index 11fcd04b..164c58af 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_commaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_commaaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Gcommaaccent; -kernLeft = O; -kernRight = G; +kernLeft = KO_Oacute; +kernRight = KO_G; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -11,11 +11,11 @@ shapes = ( ref = G; }, { -pos = (120,0); +pos = (111,0); ref = commaaccentcomb; } ); -width = 421; +width = 417; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -24,63 +24,63 @@ shapes = ( ref = G; }, { -pos = (66,0); +pos = (63,0); ref = commaaccentcomb; } ); -width = 503; +width = 501; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = G; }, { -pos = (297,0); +pos = (312,0); ref = commaaccentcomb; } ); -width = 806; +width = 820; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = G; }, { -pos = (239,0); +pos = (242,0); ref = commaaccentcomb; } ); -width = 820; +width = 865; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = G; }, { -pos = (334,0); +pos = (296,0); ref = commaaccentcomb; } ); -width = 828; +width = 789; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = G; }, { -pos = (251,0); +pos = (229,0); ref = commaaccentcomb; } ); -width = 877; +width = 778; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = G; }, { -pos = (113,0); +pos = (131,0); ref = commaaccentcomb; } ); -width = 416; +width = 429; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = G; }, { -pos = (63,0); +pos = (89,0); ref = commaaccentcomb; } ); -width = 499; +width = 508; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -115,11 +115,11 @@ shapes = ( ref = G; }, { -pos = (307,0); +pos = (304,0); ref = commaaccentcomb; } ); -width = 764; +width = 765; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = G; }, { -pos = (228,0); +pos = (264,0); ref = commaaccentcomb; } ); -width = 802; +width = 776; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = G; }, { -pos = (344,0); +pos = (360,0); ref = commaaccentcomb; } ); -width = 819; +width = 837; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = G; }, { -pos = (262,0); +pos = (298,0); +ref = commaaccentcomb; +} +); +width = 852; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = G; +}, +{ +pos = (102,0); +ref = commaaccentcomb; +} +); +width = 356; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G; +}, +{ +pos = (66,0); +ref = commaaccentcomb; +} +); +width = 469; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = G; +}, +{ +pos = (307,0); +ref = commaaccentcomb; +} +); +width = 779; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G; +}, +{ +pos = (217,0); +ref = commaaccentcomb; +} +); +width = 734; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G; +}, +{ +pos = (331,0); +ref = commaaccentcomb; +} +); +width = 831; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G; +}, +{ +pos = (256,0); +ref = commaaccentcomb; +} +); +width = 862; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G; +}, +{ +pos = (111,0); +ref = commaaccentcomb; +} +); +width = 345; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G; +}, +{ +pos = (84,0); +ref = commaaccentcomb; +} +); +width = 461; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G; +}, +{ +pos = (322,0); +ref = commaaccentcomb; +} +); +width = 751; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G; +}, +{ +pos = (282,0); +ref = commaaccentcomb; +} +); +width = 752; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G; +}, +{ +pos = (366,0); +ref = commaaccentcomb; +} +); +width = 829; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G; +}, +{ +pos = (310,0); ref = commaaccentcomb; } ); -width = 874; +width = 844; } ); unicode = 290; diff --git a/sources/MonaSans.glyphspackage/glyphs/G_commaaccent.ss07.glyph b/sources/MonaSans.glyphspackage/glyphs/G_commaaccent.ss07.glyph index 706d2bdf..1d68e82f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_commaaccent.ss07.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_commaaccent.ss07.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Gcommaaccent.ss07; -kernLeft = O; -kernRight = G.ss06; +kernLeft = KO_G.ss07; +kernRight = KO_G.ss07; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -11,11 +11,11 @@ shapes = ( ref = G.ss07; }, { -pos = (111,0); +pos = (120,0); ref = commaaccentcomb; } ); -width = 417; +width = 421; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -24,63 +24,63 @@ shapes = ( ref = G.ss07; }, { -pos = (63,0); +pos = (66,0); ref = commaaccentcomb; } ); -width = 485; +width = 519; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = G.ss07; }, { -pos = (296,0); +pos = (334,0); ref = commaaccentcomb; } ); -width = 798; +width = 828; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = G.ss07; }, { -pos = (222,0); +pos = (251,0); ref = commaaccentcomb; } ); -width = 786; +width = 889; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = G.ss07; }, { -pos = (312,0); +pos = (291,0); ref = commaaccentcomb; } ); -width = 820; +width = 795; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = G.ss07; }, { -pos = (242,0); +pos = (236,0); ref = commaaccentcomb; } ); -width = 853; +width = 799; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = G.ss07; }, { -pos = (123,0); +pos = (113,0); ref = commaaccentcomb; } ); -width = 415; +width = 416; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = G.ss07; }, { -pos = (83,0); +pos = (63,0); ref = commaaccentcomb; } ); -width = 481; +width = 515; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -115,11 +115,11 @@ shapes = ( ref = G.ss07; }, { -pos = (304,0); +pos = (307,0); ref = commaaccentcomb; } ); -width = 765; +width = 764; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = G.ss07; }, { -pos = (264,0); +pos = (228,0); ref = commaaccentcomb; } ); -width = 776; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = G.ss07; }, { -pos = (349,0); +pos = (344,0); ref = commaaccentcomb; } ); -width = 814; +width = 819; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = G.ss07; }, { -pos = (298,0); +pos = (262,0); +ref = commaaccentcomb; +} +); +width = 886; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (106,0); +ref = commaaccentcomb; +} +); +width = 361; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (67,0); +ref = commaaccentcomb; +} +); +width = 484; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (297,0); +ref = commaaccentcomb; +} +); +width = 766; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (226,0); +ref = commaaccentcomb; +} +); +width = 760; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (346,0); +ref = commaaccentcomb; +} +); +width = 820; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (263,0); +ref = commaaccentcomb; +} +); +width = 866; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (113,0); +ref = commaaccentcomb; +} +); +width = 370; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (67,0); +ref = commaaccentcomb; +} +); +width = 481; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (310,0); +ref = commaaccentcomb; +} +); +width = 719; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (239,0); +ref = commaaccentcomb; +} +); +width = 755; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (354,0); +ref = commaaccentcomb; +} +); +width = 809; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (274,0); ref = commaaccentcomb; } ); -width = 852; +width = 856; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.glyph index a9638474..e4a03eb2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Gdotaccent; -kernLeft = O; -kernRight = G; +kernLeft = KO_Oacute; +kernRight = KO_G; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (147,57); ref = dotaccentcomb; } ); -width = 421; +width = 417; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (118,51); ref = dotaccentcomb; } ); -width = 503; +width = 501; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = G; }, { -pos = (333,57); +pos = (345,57); ref = dotaccentcomb; } ); -width = 806; +width = 820; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = G; }, { -pos = (275,51); +pos = (279,56); ref = dotaccentcomb; } ); -width = 820; +width = 865; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = G; }, { -pos = (350,57); +pos = (334,79); ref = dotaccentcomb; } ); -width = 828; +width = 789; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = G; }, { -pos = (287,56); +pos = (268,65); ref = dotaccentcomb; } ); -width = 877; +width = 778; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = G; }, { -pos = (144,57); +pos = (152,57); ref = dotaccentcomb; } ); -width = 416; +width = 429; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -106,7 +106,7 @@ pos = (107,51); ref = dotaccentcomb; } ); -width = 499; +width = 508; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -119,7 +119,7 @@ pos = (307,57); ref = dotaccentcomb; } ); -width = 764; +width = 765; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = G; }, { -pos = (252,51); +pos = (233,51); ref = dotaccentcomb; } ); -width = 802; +width = 776; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = G; }, { -pos = (321,57); +pos = (328,57); ref = dotaccentcomb; } ); -width = 819; +width = 837; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = G; }, { -pos = (259,56); +pos = (245,56); +ref = dotaccentcomb; +} +); +width = 852; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = G; +}, +{ +pos = (138,62); +ref = dotaccentcomb; +} +); +width = 356; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G; +}, +{ +pos = (121,51); +ref = dotaccentcomb; +} +); +width = 469; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = G; +}, +{ +pos = (345,62); +ref = dotaccentcomb; +} +); +width = 779; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G; +}, +{ +pos = (259,51); +ref = dotaccentcomb; +} +); +width = 734; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G; +}, +{ +pos = (364,57); +ref = dotaccentcomb; +} +); +width = 831; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G; +}, +{ +pos = (293,56); +ref = dotaccentcomb; +} +); +width = 862; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G; +}, +{ +pos = (132,57); +ref = dotaccentcomb; +} +); +width = 345; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G; +}, +{ +pos = (103,51); +ref = dotaccentcomb; +} +); +width = 461; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G; +}, +{ +pos = (324,57); +ref = dotaccentcomb; +} +); +width = 751; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G; +}, +{ +pos = (250,51); +ref = dotaccentcomb; +} +); +width = 752; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G; +}, +{ +pos = (334,57); +ref = dotaccentcomb; +} +); +width = 829; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G; +}, +{ +pos = (257,56); ref = dotaccentcomb; } ); -width = 874; +width = 844; } ); unicode = 288; diff --git a/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss01.glyph index da5f4c9d..ef4332f9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss01.glyph @@ -1,14 +1,14 @@ { color = 6; glyphname = Gdotaccent.ss01; -kernLeft = O; -kernRight = G; +kernLeft = KO_G.ss07; +kernRight = KO_G.ss07; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { -ref = G; +ref = G.ss07; }, { pos = (155,57); @@ -21,72 +21,72 @@ width = 421; layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { -ref = G; +ref = G.ss07; }, { pos = (123,51); ref = dotaccentcomb.ss01; } ); -width = 503; +width = 519; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { -ref = G; +ref = G.ss07; }, { -pos = (346,57); +pos = (363,57); ref = dotaccentcomb.ss01; } ); -width = 806; +width = 828; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -ref = G; +ref = G.ss07; }, { -pos = (276,51); +pos = (294,56); ref = dotaccentcomb.ss01; } ); -width = 820; +width = 889; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { -ref = G; +ref = G.ss07; }, { -pos = (363,57); +pos = (340,57); ref = dotaccentcomb.ss01; } ); -width = 828; +width = 795; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { -ref = G; +ref = G.ss07; }, { -pos = (294,56); +pos = (268,51); ref = dotaccentcomb.ss01; } ); -width = 877; +width = 799; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { -ref = G; +ref = G.ss07; }, { pos = (158,57); @@ -99,20 +99,20 @@ width = 416; layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { -ref = G; +ref = G.ss07; }, { pos = (113,51); ref = dotaccentcomb.ss01; } ); -width = 499; +width = 515; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { -ref = G; +ref = G.ss07; }, { pos = (320,57); @@ -125,7 +125,7 @@ width = 764; layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { -ref = G; +ref = G.ss07; }, { pos = (257,51); @@ -138,7 +138,7 @@ width = 802; layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { -ref = G; +ref = G.ss07; }, { pos = (334,57); @@ -151,14 +151,174 @@ width = 819; layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { -ref = G; +ref = G.ss07; }, { pos = (268,51); ref = dotaccentcomb.ss01; } ); -width = 874; +width = 886; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = G.ss07; +}, +{ +alignment = -1; +pos = (155,57); +ref = dotaccentcomb.ss01; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (124,51); +ref = dotaccentcomb.ss01; +} +); +width = 484; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = G.ss07; +}, +{ +alignment = -1; +pos = (346,57); +ref = dotaccentcomb.ss01; +} +); +width = 806; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (263,51); +ref = dotaccentcomb.ss01; +} +); +width = 760; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (375,57); +ref = dotaccentcomb.ss01; +} +); +width = 820; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (306,56); +ref = dotaccentcomb.ss01; +} +); +width = 866; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (158,57); +ref = dotaccentcomb.ss01; +} +); +width = 370; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (117,51); +ref = dotaccentcomb.ss01; +} +); +width = 481; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (323,57); +ref = dotaccentcomb.ss01; +} +); +width = 719; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (268,51); +ref = dotaccentcomb.ss01; +} +); +width = 755; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (344,57); +ref = dotaccentcomb.ss01; +} +); +width = 809; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (280,51); +ref = dotaccentcomb.ss01; +} +); +width = 856; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss01.ss07.glyph b/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss01.ss07.glyph index 0495ce73..44f778ee 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss01.ss07.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss01.ss07.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Gdotaccent.ss01.ss07; -kernLeft = O; -kernRight = G.ss06; +kernLeft = KO_G.ss07; +kernRight = KO_G.ss07; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (155,57); ref = dotaccentcomb.ss01; } ); -width = 417; +width = 421; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (123,51); ref = dotaccentcomb.ss01; } ); -width = 485; +width = 519; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = G.ss07; }, { -pos = (347,57); +pos = (363,57); ref = dotaccentcomb.ss01; } ); -width = 798; +width = 828; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = G.ss07; }, { -pos = (265,51); +pos = (294,56); ref = dotaccentcomb.ss01; } ); -width = 786; +width = 889; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = G.ss07; }, { -pos = (358,57); +pos = (340,57); ref = dotaccentcomb.ss01; } ); -width = 820; +width = 795; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = G.ss07; }, { -pos = (286,56); +pos = (268,51); ref = dotaccentcomb.ss01; } ); -width = 853; +width = 799; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -93,7 +93,7 @@ pos = (158,57); ref = dotaccentcomb.ss01; } ); -width = 415; +width = 416; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = G.ss07; }, { -pos = (107,51); +pos = (113,51); ref = dotaccentcomb.ss01; } ); -width = 481; +width = 515; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -119,7 +119,7 @@ pos = (320,57); ref = dotaccentcomb.ss01; } ); -width = 765; +width = 764; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = G.ss07; }, { -pos = (238,51); +pos = (257,51); ref = dotaccentcomb.ss01; } ); -width = 776; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = G.ss07; }, { -pos = (330,57); +pos = (334,57); ref = dotaccentcomb.ss01; } ); -width = 814; +width = 819; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = G.ss07; }, { -pos = (254,51); +pos = (268,51); +ref = dotaccentcomb.ss01; +} +); +width = 886; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (141,57); +ref = dotaccentcomb.ss01; +} +); +width = 361; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (124,51); +ref = dotaccentcomb.ss01; +} +); +width = 484; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (346,57); +ref = dotaccentcomb.ss01; +} +); +width = 766; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (263,51); +ref = dotaccentcomb.ss01; +} +); +width = 760; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (375,57); +ref = dotaccentcomb.ss01; +} +); +width = 820; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (306,56); +ref = dotaccentcomb.ss01; +} +); +width = 866; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (158,57); +ref = dotaccentcomb.ss01; +} +); +width = 370; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (117,51); +ref = dotaccentcomb.ss01; +} +); +width = 481; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (323,57); +ref = dotaccentcomb.ss01; +} +); +width = 719; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (268,51); +ref = dotaccentcomb.ss01; +} +); +width = 755; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (344,57); +ref = dotaccentcomb.ss01; +} +); +width = 809; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (280,51); ref = dotaccentcomb.ss01; } ); -width = 852; +width = 856; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss07.glyph b/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss07.glyph index 0d4a18c5..38aecd10 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss07.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_dotaccent.ss07.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Gdotaccent.ss07; -kernLeft = O; -kernRight = G.ss06; +kernLeft = KO_G.ss07; +kernRight = KO_G.ss07; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (147,57); ref = dotaccentcomb; } ); -width = 417; +width = 421; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (118,51); ref = dotaccentcomb; } ); -width = 485; +width = 519; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = G.ss07; }, { -pos = (334,57); +pos = (350,57); ref = dotaccentcomb; } ); -width = 798; +width = 828; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = G.ss07; }, { -pos = (264,51); +pos = (287,56); ref = dotaccentcomb; } ); -width = 786; +width = 889; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = G.ss07; }, { -pos = (345,57); +pos = (327,79); ref = dotaccentcomb; } ); -width = 820; +width = 795; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = G.ss07; }, { -pos = (279,56); +pos = (269,65); ref = dotaccentcomb; } ); -width = 853; +width = 799; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -93,7 +93,7 @@ pos = (144,57); ref = dotaccentcomb; } ); -width = 415; +width = 416; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = G.ss07; }, { -pos = (101,51); +pos = (107,51); ref = dotaccentcomb; } ); -width = 481; +width = 515; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -119,7 +119,7 @@ pos = (307,57); ref = dotaccentcomb; } ); -width = 765; +width = 764; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = G.ss07; }, { -pos = (233,51); +pos = (252,51); ref = dotaccentcomb; } ); -width = 776; +width = 802; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = G.ss07; }, { -pos = (317,57); +pos = (321,57); ref = dotaccentcomb; } ); -width = 814; +width = 819; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = G.ss07; }, { -pos = (245,56); +pos = (259,56); +ref = dotaccentcomb; +} +); +width = 886; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (133,62); +ref = dotaccentcomb; +} +); +width = 361; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (119,51); +ref = dotaccentcomb; +} +); +width = 484; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (333,62); +ref = dotaccentcomb; +} +); +width = 766; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (262,51); +ref = dotaccentcomb; +} +); +width = 760; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (362,57); +ref = dotaccentcomb; +} +); +width = 820; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (299,56); +ref = dotaccentcomb; +} +); +width = 866; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (144,57); +ref = dotaccentcomb; +} +); +width = 370; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (111,51); +ref = dotaccentcomb; +} +); +width = 481; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (310,57); +ref = dotaccentcomb; +} +); +width = 719; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (263,51); +ref = dotaccentcomb; +} +); +width = 755; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (331,57); +ref = dotaccentcomb; +} +); +width = 809; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = G.ss07; +}, +{ +pos = (271,56); ref = dotaccentcomb; } ); -width = 852; +width = 856; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/G_ermandbls.glyph b/sources/MonaSans.glyphspackage/glyphs/G_ermandbls.glyph index 84ce4846..34bf3576 100644 --- a/sources/MonaSans.glyphspackage/glyphs/G_ermandbls.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/G_ermandbls.glyph @@ -46,77 +46,38 @@ shapes = ( { closed = 1; nodes = ( -(207,0,l), -(207,581,l), -(342,581,l), -(263,436,l), -(263,331,l), -(283,331,ls), -(333,331,o), -(367,306,o), -(367,241,cs), -(367,179,o), -(343,144,o), -(283,144,cs), -(257,144,l), -(257,0,l), -(318,0,ls), -(452,0,o), -(542,86,o), -(542,214,cs), -(542,332,o), -(484,411,o), -(380,411,cs), -(362,411,l), -(417,376,l), -(417,417,l), -(509,582,l), -(509,729,l), -(29,729,l), -(29,0,l) +(215,0,l), +(215,581,l), +(350,581,l), +(271,436,l), +(271,331,l), +(291,331,ls), +(341,331,o), +(375,306,o), +(375,241,cs), +(375,179,o), +(351,144,o), +(291,144,cs), +(265,144,l), +(265,0,l), +(326,0,ls), +(460,0,o), +(550,86,o), +(550,214,cs), +(550,332,o), +(492,411,o), +(388,411,cs), +(370,411,l), +(425,376,l), +(425,417,l), +(517,582,l), +(517,729,l), +(37,729,l), +(37,0,l) ); } ); -width = 554; -}, -{ -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(133,0,l), -(133,693,l), -(497,693,l), -(278,417,l), -(278,387,l), -(337,387,ls), -(481,387,o), -(538,319,o), -(538,211,cs), -(538,110,o), -(479,34,o), -(345,34,cs), -(203,34,l), -(203,0,l), -(345,0,ls), -(494,0,o), -(579,81,o), -(579,211,cs), -(579,339,o), -(503,420,o), -(341,420,cs), -(316,420,l), -(331,403,l), -(331,427,l), -(530,678,l), -(530,729,l), -(94,729,l), -(94,0,l) -); -} -); -width = 626; +width = 570; }, { layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -158,82 +119,121 @@ nodes = ( width = 711; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(262,0,l), -(262,561,l), -(484,561,l), -(378,411,l), -(378,321,l), -(408,321,ls), -(464,321,o), -(502,299,o), -(502,242,cs), -(502,195,o), -(476,163,o), -(408,163,cs), -(321,163,l), -(321,0,l), -(446,0,ls), -(606,0,o), -(712,78,o), -(712,217,cs), -(712,325,o), -(640,404,o), -(538,404,cs), -(521,404,l), -(570,353,l), -(570,410,l), -(673,546,l), -(673,729,l), -(59,729,l), -(59,0,l) +(298,0,l), +(298,554,l), +(532,554,l), +(416,401,l), +(416,297,l), +(489,297,ls), +(541,297,o), +(571,277,o), +(571,233,cs), +(571,191,o), +(545,168,o), +(491,168,cs), +(374,168,l), +(374,0,l), +(550,0,ls), +(717,0,o), +(829,67,o), +(829,209,cs), +(829,331,o), +(751,399,o), +(634,399,cs), +(610,399,l), +(664,360,l), +(664,406,l), +(771,539,l), +(771,729,l), +(53,729,l), +(53,0,l) ); } ); -width = 736; +width = 840; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(292,0,l), -(292,554,l), -(526,554,l), -(410,401,l), -(410,297,l), -(483,297,ls), -(535,297,o), -(565,277,o), -(565,233,cs), -(565,191,o), -(539,168,o), -(485,168,cs), -(368,168,l), -(368,0,l), -(544,0,ls), -(711,0,o), -(823,67,o), -(823,209,cs), -(823,331,o), -(745,399,o), -(628,399,cs), -(604,399,l), -(658,360,l), -(658,406,l), -(765,539,l), -(765,729,l), -(47,729,l), -(47,0,l) +(134,0,l), +(134,693,l), +(490,693,l), +(275,417,l), +(275,387,l), +(334,387,ls), +(474,387,o), +(531,319,o), +(531,211,cs), +(531,110,o), +(472,34,o), +(342,34,cs), +(202,34,l), +(202,0,l), +(342,0,ls), +(487,0,o), +(570,81,o), +(570,211,cs), +(570,339,o), +(496,420,o), +(338,420,cs), +(313,420,l), +(328,403,l), +(328,427,l), +(523,678,l), +(523,729,l), +(95,729,l), +(95,0,l) ); } ); -width = 828; +width = 619; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(258,0,l), +(258,561,l), +(469,561,l), +(370,411,l), +(370,321,l), +(398,321,ls), +(449,321,o), +(486,299,o), +(486,242,cs), +(486,195,o), +(461,163,o), +(398,163,cs), +(316,163,l), +(316,0,l), +(436,0,ls), +(591,0,o), +(694,78,o), +(694,217,cs), +(694,325,o), +(625,404,o), +(528,404,cs), +(511,404,l), +(559,353,l), +(559,410,l), +(656,546,l), +(656,729,l), +(57,729,l), +(57,0,l) +); +} +); +width = 716; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -316,38 +316,38 @@ shapes = ( { closed = 1; nodes = ( -(149,0,l), -(270,581,l), -(391,581,l), -(295,436,l), -(273,331,l), -(305,331,ls), -(349,331,o), -(371,299,o), -(356,232,cs), -(344,179,o), -(316,144,o), -(263,144,cs), -(228,144,l), -(198,0,l), -(272,0,ls), -(423,0,o), -(526,90,o), -(532,250,cs), -(534,346,o), -(486,411,o), -(403,411,cs), -(397,411,l), -(437,375,l), -(444,417,l), -(575,605,l), -(601,729,l), -(126,729,l), -(-28,0,l) +(157,0,l), +(278,581,l), +(399,581,l), +(303,436,l), +(281,331,l), +(313,331,ls), +(357,331,o), +(379,299,o), +(364,232,cs), +(352,179,o), +(324,144,o), +(271,144,cs), +(236,144,l), +(206,0,l), +(280,0,ls), +(431,0,o), +(534,90,o), +(540,250,cs), +(542,346,o), +(494,411,o), +(411,411,cs), +(405,411,l), +(445,375,l), +(452,417,l), +(583,605,l), +(609,729,l), +(134,729,l), +(-20,0,l) ); } ); -width = 553; +width = 569; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -509,38 +509,579 @@ shapes = ( { closed = 1; nodes = ( -(217,0,l), -(335,567,l), -(591,567,l), -(423,401,l), -(402,303,l), -(478,303,ls), -(521,303,o), -(551,285,o), -(549,238,cs), -(547,186,o), -(511,156,o), -(450,156,cs), -(325,156,l), +(223,0,l), +(341,567,l), +(597,567,l), +(429,401,l), +(408,303,l), +(484,303,ls), +(527,303,o), +(557,285,o), +(555,238,cs), +(553,186,o), +(517,156,o), +(456,156,cs), +(331,156,l), +(298,0,l), +(497,0,ls), +(672,0,o), +(789,83,o), +(794,221,cs), +(797,328,o), +(731,398,o), +(628,398,cs), +(609,398,l), +(654,353,l), +(664,406,l), +(798,529,l), +(840,729,l), +(149,729,l), +(-4,0,l) +); +} +); +width = 817; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(73,701,l), +(303,701,l), +(167,426,l), +(167,400,l), +(185,400,ls), +(273,400,o), +(332,351,o), +(332,213,cs), +(332,101,o), +(286,26,o), +(175,26,cs), +(141,26,l), +(141,0,l), +(177,0,ls), +(289,0,o), +(364,60,o), +(364,213,cs), +(364,357,o), +(300,425,o), +(187,425,cs), +(179,425,l), +(201,411,l), +(201,429,l), +(334,697,l), +(334,729,l), +(42,729,l), +(42,0,l) +); +} +); +width = 367; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,0,l), +(196,581,l), +(331,581,l), +(252,436,l), +(252,331,l), +(272,331,ls), +(322,331,o), +(356,306,o), +(356,241,cs), +(356,179,o), +(332,144,o), +(272,144,cs), +(246,144,l), +(246,0,l), +(307,0,ls), +(441,0,o), +(531,86,o), +(531,214,cs), +(531,332,o), +(473,411,o), +(369,411,cs), +(351,411,l), +(406,376,l), +(406,417,l), +(498,582,l), +(498,729,l), +(18,729,l), +(18,0,l) +); +} +); +width = 534; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(109,0,l), +(109,693,l), +(473,693,l), +(254,417,l), +(254,387,l), +(313,387,ls), +(457,387,o), +(514,319,o), +(514,211,cs), +(514,110,o), +(455,34,o), +(321,34,cs), +(179,34,l), +(179,0,l), +(321,0,ls), +(470,0,o), +(555,81,o), +(555,211,cs), +(555,339,o), +(479,420,o), +(317,420,cs), +(292,420,l), +(307,403,l), +(307,427,l), +(506,678,l), +(506,729,l), +(70,729,l), +(70,0,l) +); +} +); +width = 582; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,0,l), +(233,561,l), +(455,561,l), +(349,411,l), +(349,321,l), +(379,321,ls), +(435,321,o), +(473,299,o), +(473,242,cs), +(473,195,o), +(447,163,o), +(379,163,cs), +(292,163,l), (292,0,l), -(491,0,ls), -(666,0,o), -(783,83,o), -(788,221,cs), -(791,328,o), -(725,398,o), -(622,398,cs), -(603,398,l), -(648,353,l), -(658,406,l), -(792,529,l), -(834,729,l), -(143,729,l), -(-10,0,l) +(417,0,ls), +(577,0,o), +(683,78,o), +(683,217,cs), +(683,325,o), +(611,404,o), +(509,404,cs), +(492,404,l), +(541,353,l), +(541,410,l), +(644,546,l), +(644,729,l), +(30,729,l), +(30,0,l) +); +} +); +width = 685; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(101,0,l), +(101,692,l), +(578,692,l), +(329,415,l), +(329,382,l), +(432,382,ls), +(552,382,o), +(632,334,o), +(632,211,cs), +(632,106,o), +(576,36,o), +(432,36,cs), +(188,36,l), +(188,0,l), +(438,0,ls), +(588,0,o), +(672,84,o), +(672,210,cs), +(672,342,o), +(588,417,o), +(438,417,cs), +(366,417,l), +(384,387,l), +(384,424,l), +(613,678,l), +(613,729,l), +(62,729,l), +(62,0,l) +); +} +); +width = 691; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(277,0,l), +(277,554,l), +(511,554,l), +(395,401,l), +(395,297,l), +(468,297,ls), +(520,297,o), +(550,277,o), +(550,233,cs), +(550,191,o), +(524,168,o), +(470,168,cs), +(353,168,l), +(353,0,l), +(529,0,ls), +(696,0,o), +(808,67,o), +(808,209,cs), +(808,331,o), +(730,399,o), +(613,399,cs), +(589,399,l), +(643,360,l), +(643,406,l), +(750,539,l), +(750,729,l), +(32,729,l), +(32,0,l) +); +} +); +width = 803; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(20,0,l), +(167,701,l), +(395,701,l), +(202,426,l), +(197,400,l), +(221,400,ls), +(305,400,o), +(348,339,o), +(323,210,cs), +(299,94,o), +(247,29,o), +(127,29,cs), +(93,29,l), +(87,0,l), +(123,0,ls), +(240,0,o), +(328,59,o), +(355,209,cs), +(378,346,o), +(331,426,o), +(225,426,cs), +(218,426,l), +(233,413,l), +(237,429,l), +(424,697,l), +(431,729,l), +(142,729,l), +(-11,0,l) +); +} +); +width = 366; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(601,729,l), +(126,729,l), +(-28,0,l), +(149,0,l), +(270,581,l), +(391,581,l), +(295,436,l), +(273,331,l), +(305,331,ls), +(349,331,o), +(371,299,o), +(356,232,cs), +(344,179,o), +(316,144,o), +(263,144,cs), +(228,144,l), +(198,0,l), +(272,0,ls), +(423,0,o), +(526,90,o), +(532,250,cs), +(534,346,o), +(489,403,o), +(413,411,c), +(435,361,l), +(444,417,l), +(575,605,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(138,0,l), +(259,581,l), +(380,581,l), +(284,436,l), +(262,331,l), +(294,331,ls), +(338,331,o), +(360,299,o), +(345,232,cs), +(333,179,o), +(305,144,o), +(252,144,cs), +(217,144,l), +(187,0,l), +(261,0,ls), +(412,0,o), +(515,90,o), +(521,250,cs), +(523,346,o), +(475,411,o), +(392,411,cs), +(386,411,l), +(426,375,l), +(433,417,l), +(564,605,l), +(590,729,l), +(115,729,l), +(-39,0,l) +); +} +); +width = 531; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,0,l), +(198,693,l), +(557,693,l), +(285,417,l), +(278,387,l), +(356,387,ls), +(450,387,o), +(506,337,o), +(506,246,cs), +(506,116,o), +(427,34,o), +(292,34,cs), +(130,34,l), +(123,0,l), +(287,0,ls), +(438,0,o), +(545,92,o), +(545,244,cs), +(545,352,o), +(475,420,o), +(350,420,cs), +(329,420,l), +(338,410,l), +(340,427,l), +(589,678,l), +(599,729,l), +(168,729,l), +(15,0,l) +); +} +); +width = 576; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(753,729,l), +(155,729,l), +(2,0,l), +(203,0,l), +(321,561,l), +(521,561,l), +(394,411,l), +(375,321,l), +(412,321,ls), +(462,321,o), +(487,296,o), +(485,254,cs), +(483,198,o), +(448,163,o), +(377,163,cs), +(306,163,l), +(271,0,l), +(407,0,ls), +(588,0,o), +(693,93,o), +(698,232,cs), +(701,328,o), +(648,397,o), +(561,404,c), +(540,404,l), +(583,355,l), +(593,410,l), +(715,546,l) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,l), +(292,561,l), +(492,561,l), +(365,411,l), +(346,321,l), +(383,321,ls), +(433,321,o), +(458,296,o), +(456,254,cs), +(454,198,o), +(419,163,o), +(348,163,cs), +(277,163,l), +(242,0,l), +(378,0,ls), +(559,0,o), +(664,93,o), +(669,232,cs), +(672,328,o), +(615,404,o), +(522,404,cs), +(511,404,l), +(554,355,l), +(564,410,l), +(686,546,l), +(724,729,l), +(126,729,l), +(-27,0,l) +); +} +); +width = 672; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(46,0,l), +(191,692,l), +(659,692,l), +(358,415,l), +(351,382,l), +(466,382,ls), +(559,382,o), +(621,340,o), +(621,241,cs), +(621,119,o), +(537,37,o), +(389,37,cs), +(140,37,l), +(132,0,l), +(387,0,ls), +(561,0,o), +(660,99,o), +(660,239,cs), +(660,349,o), +(592,417,o), +(466,417,cs), +(409,417,l), +(417,408,l), +(419,424,l), +(695,678,l), +(706,729,l), +(160,729,l), +(7,0,l) +); +} +); +width = 689; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,0,l), +(320,567,l), +(576,567,l), +(408,401,l), +(387,303,l), +(463,303,ls), +(506,303,o), +(536,285,o), +(534,238,cs), +(532,186,o), +(496,156,o), +(435,156,cs), +(310,156,l), +(277,0,l), +(476,0,ls), +(651,0,o), +(768,83,o), +(773,221,cs), +(776,328,o), +(710,398,o), +(607,398,cs), +(588,398,l), +(633,353,l), +(643,406,l), +(777,529,l), +(819,729,l), +(128,729,l), +(-25,0,l) ); } ); -width = 805; +width = 775; } ); unicode = 7838; diff --git a/sources/MonaSans.glyphspackage/glyphs/H_.glyph b/sources/MonaSans.glyphspackage/glyphs/H_.glyph index c81c4d90..99cd09bc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/H_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/H_.glyph @@ -1,25 +1,25 @@ { glyphname = H; -kernLeft = H; -kernRight = H; +kernLeft = KO_H; +kernRight = KO_H; layers = ( { anchors = ( { name = bottom; -pos = (248,0); +pos = (256,0); }, { name = center; -pos = (247,591); +pos = (255,591); }, { name = top; -pos = (248,729); +pos = (256,729); }, { name = topleft; -pos = (21,729); +pos = (29,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -27,32 +27,32 @@ shapes = ( { closed = 1; nodes = ( -(213,0,l), -(213,729,l), -(29,729,l), -(29,0,l) +(221,0,l), +(221,729,l), +(37,729,l), +(37,0,l) ); }, { closed = 1; nodes = ( -(466,0,l), -(466,729,l), -(280,729,l), -(280,0,l) +(474,0,l), +(474,729,l), +(288,729,l), +(288,0,l) ); }, { closed = 1; nodes = ( -(311,291,l), -(311,447,l), -(182,447,l), -(182,291,l) +(319,291,l), +(319,447,l), +(190,447,l), +(190,291,l) ); } ); -width = 495; +width = 511; }, { anchors = ( @@ -109,48 +109,150 @@ width = 426; anchors = ( { name = bottom; -pos = (385,0); +pos = (406,0); }, { name = center; -pos = (385,592); +pos = (406,592); }, { name = top; -pos = (385,729); +pos = (406,729); }, { name = topleft; -pos = (11,729); +pos = (21,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(132,0,l), -(132,729,l), -(94,729,l), -(94,0,l) +(110,0,l), +(110,729,l), +(72,729,l), +(72,0,l) ); }, { closed = 1; nodes = ( -(676,0,l), -(676,729,l), -(638,729,l), -(638,0,l) +(739,0,l), +(739,729,l), +(701,729,l), +(701,0,l) +); +}, +{ +closed = 1; +nodes = ( +(715,362,l), +(715,398,l), +(96,398,l), +(96,362,l) +); +} +); +width = 811; +}, +{ +anchors = ( +{ +name = bottom; +pos = (440,0); +}, +{ +name = center; +pos = (440,591); +}, +{ +name = top; +pos = (440,729); +}, +{ +name = topleft; +pos = (19,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,0,l), +(282,729,l), +(53,729,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(827,0,l), +(827,729,l), +(598,729,l), +(598,0,l) +); +}, +{ +closed = 1; +nodes = ( +(629,280,l), +(629,458,l), +(251,458,l), +(251,280,l) +); +} +); +width = 880; +}, +{ +anchors = ( +{ +name = bottom; +pos = (377,0); +}, +{ +name = center; +pos = (377,592); +}, +{ +name = top; +pos = (377,729); +}, +{ +name = topleft; +pos = (21,729); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(143,0,l), +(143,729,l), +(105,729,l), +(105,0,l) +); +}, +{ +closed = 1; +nodes = ( +(649,0,l), +(649,729,l), +(613,729,l), +(613,0,l) ); }, { closed = 1; nodes = ( -(658,362,l), -(658,398,l), -(112,398,l), -(112,362,l) +(633,362,l), +(633,398,l), +(123,398,l), +(123,362,l) ); } ); @@ -230,160 +332,58 @@ type = Stem; } ); }; -width = 770; -}, -{ -anchors = ( -{ -name = bottom; -pos = (401,0); -}, -{ -name = center; -pos = (401,591); -}, -{ -name = top; -pos = (401,729); -}, -{ -name = topleft; -pos = (10,729); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,0,l), -(262,729,l), -(59,729,l), -(59,0,l) -); -}, -{ -closed = 1; -nodes = ( -(743,0,l), -(743,729,l), -(540,729,l), -(540,0,l) -); -}, -{ -closed = 1; -nodes = ( -(578,283,l), -(578,455,l), -(224,455,l), -(224,283,l) -); -} -); -width = 802; +width = 754; }, { anchors = ( { name = bottom; -pos = (406,0); +pos = (391,0); }, { name = center; -pos = (406,592); +pos = (391,591); }, { name = top; -pos = (406,729); +pos = (391,729); }, { name = topleft; pos = (21,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,729,l), -(72,729,l), -(72,0,l) -); -}, -{ -closed = 1; -nodes = ( -(739,0,l), -(739,729,l), -(701,729,l), -(701,0,l) -); -}, -{ -closed = 1; -nodes = ( -(715,362,l), -(715,398,l), -(96,398,l), -(96,362,l) -); -} -); -width = 811; -}, -{ -anchors = ( -{ -name = bottom; -pos = (434,0); -}, -{ -name = center; -pos = (434,591); -}, -{ -name = top; -pos = (434,729); -}, -{ -name = topleft; -pos = (13,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(276,0,l), -(276,729,l), -(47,729,l), -(47,0,l) +(263,0,l), +(263,729,l), +(62,729,l), +(62,0,l) ); }, { closed = 1; nodes = ( -(821,0,l), -(821,729,l), -(592,729,l), -(592,0,l) +(720,0,l), +(720,729,l), +(519,729,l), +(519,0,l) ); }, { closed = 1; nodes = ( -(623,280,l), -(623,458,l), -(245,458,l), -(245,280,l) +(556,283,l), +(556,455,l), +(226,455,l), +(226,283,l) ); } ); -width = 868; +width = 782; }, { anchors = ( @@ -440,19 +440,19 @@ width = 422; anchors = ( { name = bottom; -pos = (202,0); +pos = (210,0); }, { name = center; -pos = (314,591); +pos = (322,591); }, { name = top; -pos = (353,729); +pos = (361,729); }, { name = topleft; -pos = (127,729); +pos = (135,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -460,32 +460,32 @@ shapes = ( { closed = 1; nodes = ( -(158,0,l), -(310,729,l), -(125,729,l), -(-27,0,l) +(166,0,l), +(318,729,l), +(133,729,l), +(-19,0,l) ); }, { closed = 1; nodes = ( -(408,0,l), -(560,729,l), -(375,729,l), -(224,0,l) +(416,0,l), +(568,729,l), +(383,729,l), +(232,0,l) ); }, { closed = 1; nodes = ( -(346,291,l), -(379,447,l), -(190,447,l), -(157,291,l) +(354,291,l), +(387,447,l), +(198,447,l), +(165,291,l) ); } ); -width = 494; +width = 510; }, { anchors = ( @@ -644,19 +644,19 @@ width = 802; anchors = ( { name = bottom; -pos = (384,0); +pos = (390,0); }, { name = center; -pos = (496,591); +pos = (502,591); }, { name = top; -pos = (535,729); +pos = (541,729); }, { name = topleft; -pos = (118,729); +pos = (124,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -664,32 +664,720 @@ shapes = ( { closed = 1; nodes = ( -(218,0,l), -(369,729,l), -(142,729,l), -(-9,0,l) +(224,0,l), +(375,729,l), +(148,729,l), +(-3,0,l) +); +}, +{ +closed = 1; +nodes = ( +(762,0,l), +(914,729,l), +(686,729,l), +(535,0,l) +); +}, +{ +closed = 1; +nodes = ( +(654,280,l), +(691,458,l), +(259,458,l), +(222,280,l) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = bottom; +pos = (181,0); +}, +{ +name = center; +pos = (181,592); +}, +{ +name = top; +pos = (181,729); +}, +{ +name = topleft; +pos = (-3,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(73,729,l), +(42,729,l), +(42,0,l) +); +}, +{ +closed = 1; +nodes = ( +(320,0,l), +(320,729,l), +(289,729,l), +(289,0,l) +); +}, +{ +closed = 1; +nodes = ( +(308,365,l), +(308,395,l), +(56,395,l), +(56,365,l) +); +} +); +width = 362; +}, +{ +anchors = ( +{ +name = bottom; +pos = (237,0); +}, +{ +name = center; +pos = (236,591); +}, +{ +name = top; +pos = (237,729); +}, +{ +name = topleft; +pos = (10,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(204,729,l), +(18,729,l), +(18,0,l) +); +}, +{ +closed = 1; +nodes = ( +(455,0,l), +(455,729,l), +(269,729,l), +(269,0,l) +); +}, +{ +closed = 1; +nodes = ( +(300,291,l), +(300,447,l), +(171,447,l), +(171,291,l) +); +} +); +width = 473; +}, +{ +anchors = ( +{ +name = bottom; +pos = (361,0); +}, +{ +name = center; +pos = (361,592); +}, +{ +name = top; +pos = (361,729); +}, +{ +name = topleft; +pos = (-13,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(108,0,l), +(108,729,l), +(70,729,l), +(70,0,l) +); +}, +{ +closed = 1; +nodes = ( +(652,0,l), +(652,729,l), +(614,729,l), +(614,0,l) +); +}, +{ +closed = 1; +nodes = ( +(634,362,l), +(634,398,l), +(88,398,l), +(88,362,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +4 +); +type = Stem; +} +); +}; +width = 722; +}, +{ +anchors = ( +{ +name = bottom; +pos = (372,0); +}, +{ +name = center; +pos = (372,591); +}, +{ +name = top; +pos = (372,729); +}, +{ +name = topleft; +pos = (-19,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,0,l), +(233,729,l), +(30,729,l), +(30,0,l) +); +}, +{ +closed = 1; +nodes = ( +(714,0,l), +(714,729,l), +(511,729,l), +(511,0,l) +); +}, +{ +closed = 1; +nodes = ( +(549,283,l), +(549,455,l), +(195,455,l), +(195,283,l) +); +} +); +width = 744; +}, +{ +anchors = ( +{ +name = bottom; +pos = (396,0); +}, +{ +name = center; +pos = (396,592); +}, +{ +name = top; +pos = (396,729); +}, +{ +name = topleft; +pos = (11,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(100,729,l), +(62,729,l), +(62,0,l) +); +}, +{ +closed = 1; +nodes = ( +(729,0,l), +(729,729,l), +(691,729,l), +(691,0,l) +); +}, +{ +closed = 1; +nodes = ( +(705,362,l), +(705,398,l), +(86,398,l), +(86,362,l) +); +} +); +width = 791; +}, +{ +anchors = ( +{ +name = bottom; +pos = (419,0); +}, +{ +name = center; +pos = (419,591); +}, +{ +name = top; +pos = (419,729); +}, +{ +name = topleft; +pos = (-2,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(261,0,l), +(261,729,l), +(32,729,l), +(32,0,l) +); +}, +{ +closed = 1; +nodes = ( +(806,0,l), +(806,729,l), +(577,729,l), +(577,0,l) +); +}, +{ +closed = 1; +nodes = ( +(608,280,l), +(608,458,l), +(230,458,l), +(230,280,l) +); +} +); +width = 838; +}, +{ +anchors = ( +{ +name = bottom; +pos = (139,0); +}, +{ +name = center; +pos = (253,592); +}, +{ +name = top; +pos = (290,729); +}, +{ +name = topleft; +pos = (109,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(21,0,l), +(173,729,l), +(141,729,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(270,0,l), +(422,729,l), +(390,729,l), +(237,0,l) +); +}, +{ +closed = 1; +nodes = ( +(326,355,l), +(335,385,l), +(87,385,l), +(75,355,l) +); +} +); +width = 366; +}, +{ +anchors = ( +{ +name = bottom; +pos = (191,0); +}, +{ +name = center; +pos = (303,591); +}, +{ +name = top; +pos = (342,729); +}, +{ +name = topleft; +pos = (116,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,0,l), +(299,729,l), +(114,729,l), +(-38,0,l) +); +}, +{ +closed = 1; +nodes = ( +(397,0,l), +(549,729,l), +(364,729,l), +(213,0,l) +); +}, +{ +closed = 1; +nodes = ( +(335,291,l), +(368,447,l), +(179,447,l), +(146,291,l) +); +} +); +width = 472; +}, +{ +anchors = ( +{ +name = bottom; +pos = (309,0); +}, +{ +name = center; +pos = (421,592); +}, +{ +name = top; +pos = (460,729); +}, +{ +name = topleft; +pos = (94,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,0,l), +(204,729,l), +(167,729,l), +(16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(582,0,l), +(733,729,l), +(695,729,l), +(544,0,l) +); +}, +{ +closed = 1; +nodes = ( +(638,352,l), +(642,388,l), +(115,388,l), +(102,352,l) +); +} +); +width = 706; +}, +{ +anchors = ( +{ +name = bottom; +pos = (318,0); +}, +{ +name = center; +pos = (430,591); +}, +{ +name = top; +pos = (469,729); +}, +{ +name = topleft; +pos = (86,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,0,l), +(326,729,l), +(125,729,l), +(-26,0,l) +); +}, +{ +closed = 1; +nodes = ( +(641,0,l), +(792,729,l), +(591,729,l), +(440,0,l) +); +}, +{ +closed = 1; +nodes = ( +(561,283,l), +(595,455,l), +(209,455,l), +(173,283,l) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = bottom; +pos = (348,0); +}, +{ +name = center; +pos = (460,592); +}, +{ +name = top; +pos = (499,729); +}, +{ +name = topleft; +pos = (118,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(46,0,l), +(197,729,l), +(159,729,l), +(8,0,l) +); +}, +{ +closed = 1; +nodes = ( +(666,0,l), +(817,729,l), +(780,729,l), +(629,0,l) +); +}, +{ +closed = 1; +nodes = ( +(720,352,l), +(729,388,l), +(108,388,l), +(101,352,l) +); +} +); +width = 782; +}, +{ +anchors = ( +{ +name = bottom; +pos = (369,0); +}, +{ +name = center; +pos = (481,591); +}, +{ +name = top; +pos = (520,729); +}, +{ +name = topleft; +pos = (103,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(203,0,l), +(354,729,l), +(127,729,l), +(-24,0,l) ); }, { closed = 1; nodes = ( -(756,0,l), -(908,729,l), -(680,729,l), -(529,0,l) +(741,0,l), +(893,729,l), +(665,729,l), +(514,0,l) ); }, { closed = 1; nodes = ( -(648,280,l), -(685,458,l), -(253,458,l), -(216,280,l) +(633,280,l), +(670,458,l), +(238,458,l), +(201,280,l) ); } ); -width = 860; +width = 830; } ); metricRight = "=|"; diff --git a/sources/MonaSans.glyphspackage/glyphs/H_bar.glyph b/sources/MonaSans.glyphspackage/glyphs/H_bar.glyph index 6e8dec0c..40bb2426 100644 --- a/sources/MonaSans.glyphspackage/glyphs/H_bar.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/H_bar.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = Hbar; +kernRight = KO_Hbar; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (-53,222); ref = strokelongcomb; } ); -width = 495; +width = 511; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = H; }, { -pos = (-42,223); +pos = (-56,223); ref = strokelongcomb; } ); -width = 770; +width = 811; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = H; }, { -pos = (-54,226); +pos = (-65,226); ref = strokelongcomb; } ); -width = 802; +width = 880; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = H; }, { -pos = (-56,223); +pos = (-45,223); ref = strokelongcomb; } ); -width = 811; +width = 754; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = H; }, { -pos = (-65,226); +pos = (-54,226); ref = strokelongcomb; } ); -width = 868; +width = 782; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (-7,222); ref = strokelongcomb; } ); -width = 494; +width = 510; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +158,164 @@ ref = strokelongcomb; } ); width = 860; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = H; +}, +{ +pos = (-48,223); +ref = strokelongcomb; +} +); +width = 362; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = H; +}, +{ +pos = (-54,222); +ref = strokelongcomb; +} +); +width = 473; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = H; +}, +{ +pos = (-46,223); +ref = strokelongcomb; +} +); +width = 722; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = H; +}, +{ +pos = (-62,226); +ref = strokelongcomb; +} +); +width = 744; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (-56,223); +ref = strokelongcomb; +} +); +width = 811; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = H; +}, +{ +pos = (-70,226); +ref = strokelongcomb; +} +); +width = 838; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = H; +}, +{ +pos = (4,223); +ref = strokelongcomb; +} +); +width = 366; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = H; +}, +{ +pos = (-7,222); +ref = strokelongcomb; +} +); +width = 472; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = H; +}, +{ +pos = (-5,223); +ref = strokelongcomb; +} +); +width = 706; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = H; +}, +{ +pos = (-15,226); +ref = strokelongcomb; +} +); +width = 727; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = H; +}, +{ +pos = (-15,223); +ref = strokelongcomb; +} +); +width = 782; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = H; +}, +{ +pos = (-22,226); +ref = strokelongcomb; +} +); +width = 830; } ); unicode = 294; diff --git a/sources/MonaSans.glyphspackage/glyphs/H_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/H_circumflex.glyph index 999d82c5..c2b155bd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/H_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/H_circumflex.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = Hcircumflex; -kernLeft = H; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (31,51); ref = circumflexcomb; } ); -width = 495; +width = 511; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = H; }, { -pos = (221,57); +pos = (227,57); ref = circumflexcomb; } ); -width = 770; +width = 811; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = H; }, { -pos = (154,51); +pos = (143,56); ref = circumflexcomb; } ); -width = 802; +width = 880; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = H; }, { -pos = (227,57); +pos = (214,57); ref = circumflexcomb; } ); -width = 811; +width = 754; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = H; }, { -pos = (143,56); +pos = (152,51); ref = circumflexcomb; } ); -width = 868; +width = 782; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (51,51); ref = circumflexcomb; } ); -width = 494; +width = 510; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,164 @@ ref = circumflexcomb; } ); width = 860; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = H; +}, +{ +pos = (72,57); +ref = circumflexcomb; +} +); +width = 362; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = H; +}, +{ +pos = (30,51); +ref = circumflexcomb; +} +); +width = 473; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = H; +}, +{ +pos = (217,57); +ref = circumflexcomb; +} +); +width = 722; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = H; +}, +{ +pos = (146,51); +ref = circumflexcomb; +} +); +width = 744; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (227,57); +ref = circumflexcomb; +} +); +width = 811; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = H; +}, +{ +pos = (138,56); +ref = circumflexcomb; +} +); +width = 838; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = H; +}, +{ +pos = (98,57); +ref = circumflexcomb; +} +); +width = 366; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = H; +}, +{ +pos = (51,51); +ref = circumflexcomb; +} +); +width = 472; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = H; +}, +{ +pos = (232,57); +ref = circumflexcomb; +} +); +width = 706; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = H; +}, +{ +pos = (169,51); +ref = circumflexcomb; +} +); +width = 727; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = H; +}, +{ +pos = (243,57); +ref = circumflexcomb; +} +); +width = 782; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = H; +}, +{ +pos = (159,56); +ref = circumflexcomb; +} +); +width = 830; } ); unicode = 292; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_.glyph b/sources/MonaSans.glyphspackage/glyphs/I_.glyph index 7833c8b6..f9a85f43 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_.glyph @@ -1,25 +1,25 @@ { glyphname = I; -kernLeft = H; -kernRight = H; +kernLeft = KO_H; +kernRight = KO_H; layers = ( { anchors = ( { name = bottom; -pos = (123,0); +pos = (131,0); }, { name = ogonek; -pos = (216,0); +pos = (224,0); }, { name = top; -pos = (123,729); +pos = (131,729); }, { name = topleft; -pos = (21,729); +pos = (29,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -27,14 +27,14 @@ shapes = ( { closed = 1; nodes = ( -(216,0,l), -(216,729,l), -(29,729,l), -(29,0,l) +(224,0,l), +(224,729,l), +(37,729,l), +(37,0,l) ); } ); -width = 245; +width = 261; }, { anchors = ( @@ -73,30 +73,96 @@ width = 163; anchors = ( { name = bottom; -pos = (113,0); +pos = (91,0); }, { name = ogonek; -pos = (132,0); +pos = (110,0); }, { name = top; -pos = (113,729); +pos = (91,729); }, { name = topleft; -pos = (11,729); +pos = (21,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,0,l), +(110,729,l), +(72,729,l), +(72,0,l) +); +} +); +width = 182; +}, +{ +anchors = ( +{ +name = bottom; +pos = (168,0); +}, +{ +name = ogonek; +pos = (282,0); +}, +{ +name = top; +pos = (168,729); +}, +{ +name = topleft; +pos = (19,729); } ); -layerId = master01; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(132,0,l), -(132,729,l), -(94,729,l), -(94,0,l) +(282,0,l), +(282,729,l), +(53,729,l), +(53,0,l) +); +} +); +width = 335; +}, +{ +anchors = ( +{ +name = bottom; +pos = (124,0); +}, +{ +name = ogonek; +pos = (143,0); +}, +{ +name = top; +pos = (124,729); +}, +{ +name = topleft; +pos = (24,729); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(143,0,l), +(143,729,l), +(105,729,l), +(105,0,l) ); } ); @@ -148,211 +214,277 @@ type = Stem; } ); }; -width = 226; +width = 248; }, { anchors = ( { name = bottom; -pos = (161,0); +pos = (163,0); }, { name = ogonek; -pos = (262,0); +pos = (264,0); }, { name = top; -pos = (161,729); +pos = (163,729); }, { name = topleft; -pos = (10,729); +pos = (22,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(262,0,l), -(262,729,l), -(59,729,l), -(59,0,l) +(264,0,l), +(264,729,l), +(62,729,l), +(62,0,l) ); } ); -width = 321; +width = 327; }, { anchors = ( { name = bottom; -pos = (91,0); +pos = (28,0); }, { name = ogonek; -pos = (110,0); +pos = (43,0); }, { name = top; -pos = (91,729); +pos = (179,729); }, { name = topleft; -pos = (21,729); +pos = (130,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(110,0,l), -(110,729,l), -(72,729,l), -(72,0,l) +(43,0,l), +(194,729,l), +(163,729,l), +(12,0,l) ); } ); -width = 182; +width = 161; }, { anchors = ( { name = bottom; -pos = (162,0); +pos = (74,0); }, { name = ogonek; -pos = (276,0); +pos = (166,0); }, { name = top; -pos = (162,729); +pos = (224,729); }, { name = topleft; -pos = (13,729); +pos = (133,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { closed = 1; nodes = ( -(276,0,l), -(276,729,l), -(47,729,l), -(47,0,l) +(166,0,l), +(318,729,l), +(133,729,l), +(-19,0,l) ); } ); -width = 323; +width = 260; }, { anchors = ( { name = bottom; -pos = (28,0); +pos = (59,0); }, { name = ogonek; -pos = (43,0); +pos = (77,0); }, { name = top; -pos = (179,729); +pos = (210,729); }, { name = topleft; -pos = (130,729); +pos = (118,729); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { closed = 1; nodes = ( -(43,0,l), -(194,729,l), -(163,729,l), -(12,0,l) +(77,0,l), +(229,729,l), +(191,729,l), +(40,0,l) ); } ); -width = 161; +width = 226; }, { anchors = ( { name = bottom; -pos = (66,0); +pos = (104,0); }, { name = ogonek; -pos = (158,0); +pos = (204,0); }, { name = top; -pos = (216,729); +pos = (254,729); }, { name = topleft; -pos = (125,729); +pos = (115,729); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { closed = 1; nodes = ( -(158,0,l), -(310,729,l), -(125,729,l), -(-27,0,l) +(204,0,l), +(355,729,l), +(154,729,l), +(3,0,l) ); } ); -width = 244; +width = 319; }, { anchors = ( { name = bottom; -pos = (59,0); +pos = (37,0); }, { name = ogonek; -pos = (77,0); +pos = (56,0); }, { name = top; -pos = (210,729); +pos = (188,729); }, { name = topleft; -pos = (118,729); +pos = (128,729); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { closed = 1; nodes = ( -(77,0,l), -(229,729,l), -(191,729,l), -(40,0,l) +(56,0,l), +(207,729,l), +(169,729,l), +(18,0,l) ); } ); -width = 226; +width = 182; }, { anchors = ( { name = bottom; -pos = (104,0); +pos = (111,0); +}, +{ +name = ogonek; +pos = (224,0); +}, +{ +name = top; +pos = (262,729); +}, +{ +name = topleft; +pos = (124,729); +} +); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(224,0,l), +(375,729,l), +(148,729,l), +(-3,0,l) +); +} +); +width = 333; +}, +{ +anchors = ( +{ +name = bottom; +pos = (58,0); +}, +{ +name = ogonek; +pos = (73,0); +}, +{ +name = top; +pos = (58,729); +}, +{ +name = topleft; +pos = (-3,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(73,729,l), +(42,729,l), +(42,0,l) +); +} +); +width = 115; +}, +{ +anchors = ( +{ +name = bottom; +pos = (112,0); }, { name = ogonek; @@ -360,95 +492,410 @@ pos = (204,0); }, { name = top; -pos = (254,729); +pos = (112,729); }, { name = topleft; -pos = (115,729); +pos = (10,729); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( (204,0,l), -(355,729,l), -(154,729,l), -(3,0,l) +(204,729,l), +(18,729,l), +(18,0,l) ); } ); -width = 319; +width = 222; }, { anchors = ( { name = bottom; -pos = (37,0); +pos = (89,0); }, { name = ogonek; -pos = (56,0); +pos = (108,0); }, { name = top; -pos = (188,729); +pos = (89,729); }, { name = topleft; -pos = (128,729); +pos = (-13,729); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(56,0,l), -(207,729,l), -(169,729,l), -(18,0,l) +(108,0,l), +(108,729,l), +(70,729,l), +(70,0,l) ); } ); -width = 182; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 178; +}, +{ +anchors = ( +{ +name = bottom; +pos = (132,0); +}, +{ +name = ogonek; +pos = (233,0); +}, +{ +name = top; +pos = (132,729); +}, +{ +name = topleft; +pos = (-19,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,0,l), +(233,729,l), +(30,729,l), +(30,0,l) +); +} +); +width = 263; +}, +{ +anchors = ( +{ +name = bottom; +pos = (81,0); +}, +{ +name = ogonek; +pos = (100,0); +}, +{ +name = top; +pos = (81,729); +}, +{ +name = topleft; +pos = (11,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(100,729,l), +(62,729,l), +(62,0,l) +); +} +); +width = 162; +}, +{ +anchors = ( +{ +name = bottom; +pos = (147,0); +}, +{ +name = ogonek; +pos = (261,0); +}, +{ +name = top; +pos = (147,729); +}, +{ +name = topleft; +pos = (-2,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(261,0,l), +(261,729,l), +(32,729,l), +(32,0,l) +); +} +); +width = 293; +}, +{ +anchors = ( +{ +name = bottom; +pos = (5,0); +}, +{ +name = ogonek; +pos = (19,0); +}, +{ +name = top; +pos = (156,729); +}, +{ +name = topleft; +pos = (117,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(21,0,l), +(172,729,l), +(140,729,l), +(-11,0,l) +); +} +); +width = 116; +}, +{ +anchors = ( +{ +name = bottom; +pos = (55,0); +}, +{ +name = ogonek; +pos = (147,0); +}, +{ +name = top; +pos = (205,729); +}, +{ +name = topleft; +pos = (114,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,0,l), +(299,729,l), +(114,729,l), +(-38,0,l) +); +} +); +width = 222; +}, +{ +anchors = ( +{ +name = bottom; +pos = (35,0); +}, +{ +name = ogonek; +pos = (53,0); +}, +{ +name = top; +pos = (186,729); +}, +{ +name = topleft; +pos = (94,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,0,l), +(205,729,l), +(167,729,l), +(16,0,l) +); +} +); +width = 178; }, { anchors = ( { name = bottom; -pos = (105,0); +pos = (75,0); }, { name = ogonek; -pos = (218,0); +pos = (175,0); }, { name = top; -pos = (256,729); +pos = (225,729); +}, +{ +name = topleft; +pos = (86,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,0,l), +(326,729,l), +(125,729,l), +(-26,0,l) +); +} +); +width = 261; +}, +{ +anchors = ( +{ +name = bottom; +pos = (27,0); +}, +{ +name = ogonek; +pos = (46,0); +}, +{ +name = top; +pos = (178,729); }, { name = topleft; pos = (118,729); } ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(218,0,l), -(369,729,l), -(142,729,l), -(-9,0,l) +(46,0,l), +(197,729,l), +(159,729,l), +(8,0,l) ); } ); -width = 321; +width = 162; +}, +{ +anchors = ( +{ +name = bottom; +pos = (90,0); +}, +{ +name = ogonek; +pos = (203,0); +}, +{ +name = top; +pos = (241,729); +}, +{ +name = topleft; +pos = (103,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(203,0,l), +(354,729,l), +(127,729,l), +(-24,0,l) +); +} +); +width = 291; } ); metricLeft = H; metricRight = H; unicode = 73; +userData = { +KernOnName = I; +}; } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_.ss02.glyph index 4bc7195f..67049b76 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_.ss02.glyph @@ -1,25 +1,25 @@ { glyphname = I.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_I.ss02; layers = ( { anchors = ( { name = bottom; -pos = (180,0); +pos = (188,0); }, { name = ogonek; -pos = (342,0); +pos = (350,0); }, { name = top; -pos = (180,729); +pos = (188,729); }, { name = topleft; -pos = (27,729); +pos = (35,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -27,32 +27,32 @@ shapes = ( { closed = 1; nodes = ( -(269,143,l), -(269,586,l), -(85,586,l), -(85,143,l) +(277,143,l), +(277,586,l), +(93,586,l), +(93,143,l) ); }, { closed = 1; nodes = ( -(342,570,l), -(342,729,l), -(17,729,l), -(17,570,l) +(350,570,l), +(350,729,l), +(25,729,l), +(25,570,l) ); }, { closed = 1; nodes = ( -(342,0,l), -(342,159,l), -(17,159,l), -(17,0,l) +(350,0,l), +(350,159,l), +(25,159,l), +(25,0,l) ); } ); -width = 359; +width = 375; }, { anchors = ( @@ -109,253 +109,253 @@ width = 211; anchors = ( { name = bottom; -pos = (237,0); +pos = (260,0); }, { name = ogonek; -pos = (439,0); +pos = (500,0); }, { name = top; -pos = (237,729); +pos = (260,729); }, { name = topleft; -pos = (54,729); +pos = (3,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(256,27,l), -(256,703,l), -(218,703,l), -(218,27,l) +(280,27,l), +(280,703,l), +(242,703,l), +(242,27,l) ); }, { closed = 1; nodes = ( -(439,693,l), -(439,729,l), -(35,729,l), -(35,693,l) +(500,693,l), +(500,729,l), +(21,729,l), +(21,693,l) ); }, { closed = 1; nodes = ( -(439,0,l), -(439,36,l), -(35,36,l), -(35,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 +(500,0,l), +(500,36,l), +(21,36,l), +(21,0,l) ); -type = Stem; } ); -}; -width = 474; +width = 522; }, { anchors = ( { name = bottom; -pos = (293,0); +pos = (301,0); }, { name = ogonek; -pos = (550,0); +pos = (574,0); }, { name = top; -pos = (293,729); +pos = (301,729); }, { name = topleft; -pos = (47,729); +pos = (14,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(391,158,l), -(391,571,l), -(188,571,l), -(188,158,l) +(412,165,l), +(412,564,l), +(184,564,l), +(184,165,l) ); }, { closed = 1; nodes = ( -(550,555,l), -(550,729,l), -(35,729,l), -(35,555,l) +(574,548,l), +(574,729,l), +(28,729,l), +(28,548,l) ); }, { closed = 1; nodes = ( -(550,0,l), -(550,174,l), -(35,174,l), -(35,0,l) +(574,0,l), +(574,181,l), +(28,181,l), +(28,0,l) ); } ); -width = 585; +width = 601; }, { anchors = ( { name = bottom; -pos = (260,0); +pos = (236,0); }, { name = ogonek; -pos = (500,0); +pos = (434,0); }, { name = top; -pos = (260,729); +pos = (236,729); }, { name = topleft; -pos = (3,729); +pos = (55,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(280,27,l), -(280,703,l), -(242,703,l), -(242,27,l) +(253,27,l), +(253,703,l), +(217,703,l), +(217,27,l) ); }, { closed = 1; nodes = ( -(500,693,l), -(500,729,l), -(21,729,l), -(21,693,l) +(434,693,l), +(434,729,l), +(38,729,l), +(38,693,l) ); }, { closed = 1; nodes = ( -(500,0,l), -(500,36,l), -(21,36,l), -(21,0,l) +(434,0,l), +(434,36,l), +(38,36,l), +(38,0,l) ); } ); -width = 522; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 469; }, { anchors = ( { name = bottom; -pos = (295,0); +pos = (284,0); }, { name = ogonek; -pos = (568,0); +pos = (534,0); }, { name = top; -pos = (295,729); +pos = (284,729); }, { name = topleft; -pos = (8,729); +pos = (45,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(406,165,l), -(406,564,l), -(178,564,l), -(178,165,l) +(381,158,l), +(381,571,l), +(180,571,l), +(180,158,l) ); }, { closed = 1; nodes = ( -(568,548,l), -(568,729,l), -(22,729,l), -(22,548,l) +(534,555,l), +(534,729,l), +(34,729,l), +(34,555,l) ); }, { closed = 1; nodes = ( -(568,0,l), -(568,181,l), -(22,181,l), -(22,0,l) +(534,0,l), +(534,174,l), +(34,174,l), +(34,0,l) ); } ); -width = 589; +width = 566; }, { anchors = ( @@ -412,19 +412,19 @@ width = 212; anchors = ( { name = bottom; -pos = (125,0); +pos = (133,0); }, { name = ogonek; -pos = (287,0); +pos = (295,0); }, { name = top; -pos = (275,729); +pos = (283,729); }, { name = topleft; -pos = (122,729); +pos = (130,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -432,32 +432,32 @@ shapes = ( { closed = 1; nodes = ( -(243,143,l), -(335,586,l), -(151,586,l), -(59,143,l) +(251,143,l), +(343,586,l), +(159,586,l), +(67,143,l) ); }, { closed = 1; nodes = ( -(405,570,l), -(437,729,l), -(112,729,l), -(80,570,l) +(413,570,l), +(445,729,l), +(120,729,l), +(88,570,l) ); }, { closed = 1; nodes = ( -(287,0,l), -(319,159,l), -(-6,159,l), -(-38,0,l) +(295,0,l), +(327,159,l), +(2,159,l), +(-30,0,l) ); } ); -width = 360; +width = 376; }, { anchors = ( @@ -616,19 +616,19 @@ width = 522; anchors = ( { name = bottom; -pos = (239,0); +pos = (245,0); }, { name = ogonek; -pos = (512,0); +pos = (518,0); }, { name = top; -pos = (389,729); +pos = (395,729); }, { name = topleft; -pos = (102,729); +pos = (108,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -636,32 +636,692 @@ shapes = ( { closed = 1; nodes = ( -(384,165,l), -(466,564,l), -(238,564,l), -(156,165,l) +(390,165,l), +(472,564,l), +(244,564,l), +(162,165,l) +); +}, +{ +closed = 1; +nodes = ( +(631,548,l), +(668,729,l), +(122,729,l), +(85,548,l) +); +}, +{ +closed = 1; +nodes = ( +(518,0,l), +(555,181,l), +(9,181,l), +(-28,0,l) +); +} +); +width = 601; +}, +{ +anchors = ( +{ +name = bottom; +pos = (98,0); +}, +{ +name = ogonek; +pos = (197,0); +}, +{ +name = top; +pos = (98,729); +}, +{ +name = topleft; +pos = (-13,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,21,l), +(113,708,l), +(82,708,l), +(82,21,l) +); +}, +{ +closed = 1; +nodes = ( +(197,700,l), +(197,729,l), +(-2,729,l), +(-2,700,l) +); +}, +{ +closed = 1; +nodes = ( +(197,0,l), +(197,29,l), +(-2,29,l), +(-2,0,l) +); +} +); +width = 195; +}, +{ +anchors = ( +{ +name = bottom; +pos = (170,0); +}, +{ +name = ogonek; +pos = (332,0); +}, +{ +name = top; +pos = (170,729); +}, +{ +name = topleft; +pos = (17,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(259,143,l), +(259,586,l), +(75,586,l), +(75,143,l) +); +}, +{ +closed = 1; +nodes = ( +(332,570,l), +(332,729,l), +(7,729,l), +(7,570,l) +); +}, +{ +closed = 1; +nodes = ( +(332,0,l), +(332,159,l), +(7,159,l), +(7,0,l) +); +} +); +width = 339; +}, +{ +anchors = ( +{ +name = bottom; +pos = (217,0); +}, +{ +name = ogonek; +pos = (419,0); +}, +{ +name = top; +pos = (217,729); +}, +{ +name = topleft; +pos = (34,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(236,27,l), +(236,703,l), +(198,703,l), +(198,27,l) +); +}, +{ +closed = 1; +nodes = ( +(419,693,l), +(419,729,l), +(15,729,l), +(15,693,l) +); +}, +{ +closed = 1; +nodes = ( +(419,0,l), +(419,36,l), +(15,36,l), +(15,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 434; +}, +{ +anchors = ( +{ +name = bottom; +pos = (267,0); +}, +{ +name = ogonek; +pos = (524,0); +}, +{ +name = top; +pos = (267,729); +}, +{ +name = topleft; +pos = (21,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(365,158,l), +(365,571,l), +(162,571,l), +(162,158,l) +); +}, +{ +closed = 1; +nodes = ( +(524,555,l), +(524,729,l), +(9,729,l), +(9,555,l) +); +}, +{ +closed = 1; +nodes = ( +(524,0,l), +(524,174,l), +(9,174,l), +(9,0,l) +); +} +); +width = 533; +}, +{ +anchors = ( +{ +name = bottom; +pos = (250,0); +}, +{ +name = ogonek; +pos = (490,0); +}, +{ +name = top; +pos = (250,729); +}, +{ +name = topleft; +pos = (-7,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,27,l), +(270,703,l), +(232,703,l), +(232,27,l) +); +}, +{ +closed = 1; +nodes = ( +(490,693,l), +(490,729,l), +(11,729,l), +(11,693,l) +); +}, +{ +closed = 1; +nodes = ( +(490,0,l), +(490,36,l), +(11,36,l), +(11,0,l) +); +} +); +width = 502; +}, +{ +anchors = ( +{ +name = bottom; +pos = (280,0); +}, +{ +name = ogonek; +pos = (553,0); +}, +{ +name = top; +pos = (280,729); +}, +{ +name = topleft; +pos = (-7,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(391,165,l), +(391,564,l), +(163,564,l), +(163,165,l) +); +}, +{ +closed = 1; +nodes = ( +(553,548,l), +(553,729,l), +(7,729,l), +(7,548,l) +); +}, +{ +closed = 1; +nodes = ( +(553,0,l), +(553,181,l), +(7,181,l), +(7,0,l) +); +} +); +width = 559; +}, +{ +anchors = ( +{ +name = bottom; +pos = (31,0); +}, +{ +name = ogonek; +pos = (130,0); +}, +{ +name = top; +pos = (181,729); +}, +{ +name = topleft; +pos = (70,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(50,21,l), +(192,708,l), +(161,708,l), +(19,21,l) +); +}, +{ +closed = 1; +nodes = ( +(274,700,l), +(280,729,l), +(81,729,l), +(75,700,l) +); +}, +{ +closed = 1; +nodes = ( +(130,0,l), +(136,29,l), +(-63,29,l), +(-69,0,l) +); +} +); +width = 166; +}, +{ +anchors = ( +{ +name = bottom; +pos = (114,0); +}, +{ +name = ogonek; +pos = (276,0); +}, +{ +name = top; +pos = (264,729); +}, +{ +name = topleft; +pos = (111,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,143,l), +(324,586,l), +(140,586,l), +(48,143,l) +); +}, +{ +closed = 1; +nodes = ( +(394,570,l), +(426,729,l), +(101,729,l), +(69,570,l) +); +}, +{ +closed = 1; +nodes = ( +(276,0,l), +(308,159,l), +(-17,159,l), +(-49,0,l) +); +} +); +width = 338; +}, +{ +anchors = ( +{ +name = bottom; +pos = (160,0); +}, +{ +name = ogonek; +pos = (362,0); +}, +{ +name = top; +pos = (310,729); +}, +{ +name = topleft; +pos = (127,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(184,27,l), +(324,702,l), +(286,702,l), +(146,27,l) +); +}, +{ +closed = 1; +nodes = ( +(505,693,l), +(512,729,l), +(108,729,l), +(101,693,l) +); +}, +{ +closed = 1; +nodes = ( +(362,0,l), +(369,36,l), +(-35,36,l), +(-42,0,l) +); +} +); +width = 427; +}, +{ +anchors = ( +{ +name = bottom; +pos = (208,0); +}, +{ +name = ogonek; +pos = (465,0); +}, +{ +name = top; +pos = (358,729); +}, +{ +name = topleft; +pos = (112,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,158,l), +(423,571,l), +(220,571,l), +(136,158,l) +); +}, +{ +closed = 1; +nodes = ( +(579,555,l), +(615,729,l), +(100,729,l), +(64,555,l) +); +}, +{ +closed = 1; +nodes = ( +(465,0,l), +(501,174,l), +(-14,174,l), +(-50,0,l) +); +} +); +width = 526; +}, +{ +anchors = ( +{ +name = bottom; +pos = (197,0); +}, +{ +name = ogonek; +pos = (437,0); +}, +{ +name = top; +pos = (347,729); +}, +{ +name = topleft; +pos = (90,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(222,27,l), +(362,702,l), +(324,702,l), +(184,27,l) +); +}, +{ +closed = 1; +nodes = ( +(580,693,l), +(587,729,l), +(108,729,l), +(101,693,l) +); +}, +{ +closed = 1; +nodes = ( +(437,0,l), +(444,36,l), +(-35,36,l), +(-42,0,l) +); +} +); +width = 502; +}, +{ +anchors = ( +{ +name = bottom; +pos = (224,0); +}, +{ +name = ogonek; +pos = (497,0); +}, +{ +name = top; +pos = (374,729); +}, +{ +name = topleft; +pos = (87,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(369,165,l), +(451,564,l), +(223,564,l), +(141,165,l) ); }, { closed = 1; nodes = ( -(625,548,l), -(662,729,l), -(116,729,l), -(79,548,l) +(610,548,l), +(647,729,l), +(101,729,l), +(64,548,l) ); }, { closed = 1; nodes = ( -(512,0,l), -(549,181,l), -(3,181,l), -(-34,0,l) +(497,0,l), +(534,181,l), +(-12,181,l), +(-49,0,l) ); } ); -width = 589; +width = 559; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_J_.glyph b/sources/MonaSans.glyphspackage/glyphs/I_J_.glyph index baaae2c0..953b447e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_J_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_J_.glyph @@ -1,8 +1,7 @@ { color = 6; glyphname = IJ; -kernLeft = H; -kernRight = J; +kernRight = KO_J; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -24,63 +23,63 @@ shapes = ( ref = I; }, { -pos = (245,0); +pos = (261,0); ref = J; } ); -width = 537; +width = 569; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (226,0); +pos = (182,0); ref = J; } ); -width = 604; +width = 607; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (321,0); +pos = (335,0); ref = J; } ); -width = 760; +width = 819; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (182,0); +pos = (248,0); ref = J; } ); -width = 607; +width = 623; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (323,0); +pos = (327,0); ref = J; } ); -width = 795; +width = 749; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -102,11 +101,11 @@ shapes = ( ref = I; }, { -pos = (244,0); +pos = (260,0); ref = J; } ); -width = 534; +width = 566; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -115,11 +114,11 @@ shapes = ( ref = I; }, { -pos = (228,0); +pos = (226,0); ref = J; } ); -width = 606; +width = 604; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +127,11 @@ shapes = ( ref = I; }, { -pos = (321,0); +pos = (323,0); ref = J; } ); -width = 750; +width = 752; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -154,11 +153,167 @@ shapes = ( ref = I; }, { -pos = (326,0); +pos = (324,0); +ref = J; +} +); +width = 753; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (120,0); +ref = J; +} +); +width = 266; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (224,0); +ref = J; +} +); +width = 497; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (178,0); +ref = J; +} +); +width = 507; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (263,0); +ref = J; +} +); +width = 651; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I; +}, +{ +pos = (162,0); +ref = J; +} +); +width = 572; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (293,0); +ref = J; +} +); +width = 740; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (123,0); +ref = J; +} +); +width = 269; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (222,0); +ref = J; +} +); +width = 490; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (178,0); +ref = J; +} +); +width = 508; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (265,0); +ref = J; +} +); +width = 636; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (164,0); +ref = J; +} +); +width = 530; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (297,0); ref = J; } ); -width = 755; +width = 701; } ); unicode = 306; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_J_.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_J_.ss02.glyph index f5d26797..fa6fc8c1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_J_.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_J_.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = IJ.ss02; -kernLeft = I.ss02; -kernRight = J; +kernLeft = KO_I.ss02; +kernRight = KO_J; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -24,63 +24,63 @@ shapes = ( ref = I.ss02; }, { -pos = (359,0); +pos = (383,0); ref = J; } ); -width = 651; +width = 691; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (503,0); +pos = (536,0); ref = J; } ); -width = 881; +width = 961; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (585,0); +pos = (618,0); ref = J; } ); -width = 1024; +width = 1102; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (536,0); +pos = (511,0); ref = J; } ); -width = 961; +width = 886; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (608,0); +pos = (566,0); ref = J; } ); -width = 1080; +width = 988; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = I.ss02; }, { -pos = (260,0); +pos = (269,0); ref = J; } ); -width = 438; +width = 447; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = I.ss02; }, { -pos = (369,0); +pos = (386,0); ref = J; } ); -width = 659; +width = 692; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -115,11 +115,11 @@ shapes = ( ref = I.ss02; }, { -pos = (501,0); +pos = (504,0); ref = J; } ); -width = 879; +width = 882; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = I.ss02; }, { -pos = (594,0); +pos = (595,0); ref = J; } ); -width = 1023; +width = 1024; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,11 +141,11 @@ shapes = ( ref = I.ss02; }, { -pos = (528,0); +pos = (529,0); ref = J; } ); -width = 914; +width = 915; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,167 @@ shapes = ( ref = I.ss02; }, { -pos = (616,0); +pos = (622,0); +ref = J; +} +); +width = 1063; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (234,0); +ref = J; +} +); +width = 380; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (347,0); +ref = J; +} +); +width = 620; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (434,0); +ref = J; +} +); +width = 763; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (533,0); +ref = J; +} +); +width = 921; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (516,0); +ref = J; +} +); +width = 926; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (583,0); +ref = J; +} +); +width = 1030; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (221,0); +ref = J; +} +); +width = 367; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (346,0); +ref = J; +} +); +width = 614; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (458,0); +ref = J; +} +); +width = 788; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (550,0); +ref = J; +} +); +width = 921; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (512,0); +ref = J; +} +); +width = 878; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (589,0); ref = J; } ); -width = 1045; +width = 993; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_J_.ss10.glyph b/sources/MonaSans.glyphspackage/glyphs/I_J_.ss10.glyph new file mode 100644 index 00000000..08d4d7cf --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/I_J_.ss10.glyph @@ -0,0 +1,317 @@ +{ +glyphname = IJ.ss10; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = I; +}, +{ +pos = (153,0); +ref = J.ss10; +} +); +width = 514; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = I; +}, +{ +pos = (254,0); +ref = J.ss10; +} +); +width = 734; +}, +{ +layerId = m019; +shapes = ( +{ +ref = I; +}, +{ +pos = (230,0); +ref = J.ss10; +} +); +width = 840; +}, +{ +layerId = m020; +shapes = ( +{ +ref = I; +}, +{ +pos = (305,0); +ref = J.ss10; +} +); +width = 936; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = I; +}, +{ +pos = (178,0); +ref = J.ss10; +} +); +width = 885; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = I; +}, +{ +pos = (328,0); +ref = J.ss10; +} +); +width = 1094; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = I; +}, +{ +pos = (150,0); +ref = J.ss10; +} +); +width = 548; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (250,0); +ref = J.ss10; +} +); +width = 711; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = I; +}, +{ +pos = (215,0); +ref = J.ss10; +} +); +width = 858; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = I; +}, +{ +pos = (300,0); +ref = J.ss10; +} +); +width = 974; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = I; +}, +{ +pos = (177,0); +ref = J.ss10; +} +); +width = 881; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = I; +}, +{ +pos = (320,0); +ref = J.ss10; +} +); +width = 1082; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (113,0); +ref = J.ss10; +} +); +width = 437; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (217,0); +ref = J.ss10; +} +); +width = 663; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (173,0); +ref = J.ss10; +} +); +width = 799; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (257,0); +ref = J.ss10; +} +); +width = 904; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I; +}, +{ +pos = (160,0); +ref = J.ss10; +} +); +width = 822; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (293,0); +ref = J.ss10; +} +); +width = 1023; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (109,0); +ref = J.ss10; +} +); +width = 461; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (217,0); +ref = J.ss10; +} +); +width = 638; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (168,0); +ref = J.ss10; +} +); +width = 779; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (256,0); +ref = J.ss10; +} +); +width = 880; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (160,0); +ref = J.ss10; +} +); +width = 844; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (285,0); +ref = J.ss10; +} +); +width = 1015; +} +); +} diff --git a/sources/MonaSans.glyphspackage/glyphs/I_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/I_acute.glyph index a52d4204..cf26a918 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_acute.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = Iacute; -kernLeft = H; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (11,51); ref = acutecomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (58,57); +pos = (33,57); ref = acutecomb; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (49,51); +pos = (45,56); ref = acutecomb; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (33,57); +pos = (68,57); ref = acutecomb; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (45,56); +pos = (53,51); ref = acutecomb; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (21,51); ref = acutecomb; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,164 @@ ref = acutecomb; } ); width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (22,57); +ref = acutecomb; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (10,51); +ref = acutecomb; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (54,57); +ref = acutecomb; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (41,51); +ref = acutecomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (33,57); +ref = acutecomb; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (40,56); +ref = acutecomb; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (38,57); +ref = acutecomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (21,51); +ref = acutecomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (68,57); +ref = acutecomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (59,51); +ref = acutecomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (45,57); +ref = acutecomb; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (56,56); +ref = acutecomb; +} +); +width = 291; } ); unicode = 205; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_acute.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_acute.ss02.glyph index bbd06142..f4af764d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_acute.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_acute.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Iacute.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_Iacute.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (68,51); ref = acutecomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (182,57); +pos = (202,57); ref = acutecomb; } ); -width = 474; +width = 522; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (181,51); +pos = (178,56); ref = acutecomb; } ); -width = 585; +width = 601; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (202,57); +pos = (180,57); ref = acutecomb; } ); -width = 522; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (178,56); +pos = (174,51); ref = acutecomb; } ); -width = 589; +width = 566; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (80,51); ref = acutecomb; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (189,56); ref = acutecomb; } ); -width = 589; +width = 601; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (62,57); +ref = acutecomb; +} +); +width = 195; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (68,51); +ref = acutecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (182,57); +ref = acutecomb; +} +); +width = 474; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (176,51); +ref = acutecomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (202,57); +ref = acutecomb; +} +); +width = 502; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (173,56); +ref = acutecomb; +} +); +width = 559; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (63,57); +ref = acutecomb; +} +); +width = 166; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (80,51); +ref = acutecomb; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (192,57); +ref = acutecomb; +} +); +width = 427; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (192,51); +ref = acutecomb; +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (214,57); +ref = acutecomb; +} +); +width = 502; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (189,56); +ref = acutecomb; +} +); +width = 559; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_breve.glyph b/sources/MonaSans.glyphspackage/glyphs/I_breve.glyph index 6e1e01de..103f2f24 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_breve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_breve.glyph @@ -26,59 +26,59 @@ pos = (-72,51); ref = brevecomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (-55,51); +pos = (-83,57); ref = brevecomb; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (-58,51); +pos = (-77,56); ref = brevecomb; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (-83,57); +pos = (-43,51); ref = brevecomb; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (-77,56); +pos = (-48,51); ref = brevecomb; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +104,7 @@ pos = (-64,51); ref = brevecomb; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +157,164 @@ ref = brevecomb; } ); width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-46,57); +ref = brevecomb; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-73,51); +ref = brevecomb; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-59,51); +ref = brevecomb; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-66,51); +ref = brevecomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-83,57); +ref = brevecomb; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-82,56); +ref = brevecomb; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-35,57); +ref = brevecomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-64,51); +ref = brevecomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-46,57); +ref = brevecomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-58,51); +ref = brevecomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-77,57); +ref = brevecomb; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-66,51); +ref = brevecomb; +} +); +width = 291; } ); unicode = 300; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_breve.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_breve.ss02.glyph index 0971ee0e..17473677 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_breve.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_breve.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ibreve.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_Iacute.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-15,51); ref = brevecomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (69,51); +pos = (86,57); ref = brevecomb; } ); -width = 474; +width = 522; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (74,51); +pos = (56,56); ref = brevecomb; } ); -width = 585; +width = 601; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (86,57); +pos = (69,51); ref = brevecomb; } ); -width = 522; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (56,56); +pos = (73,51); ref = brevecomb; } ); -width = 589; +width = 566; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-5,51); ref = brevecomb; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (67,51); ref = brevecomb; } ); -width = 589; +width = 601; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-6,57); +ref = brevecomb; +} +); +width = 195; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (-15,51); +ref = brevecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (69,51); +ref = brevecomb; +} +); +width = 474; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (69,51); +ref = brevecomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (86,57); +ref = brevecomb; +} +); +width = 502; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (51,56); +ref = brevecomb; +} +); +width = 559; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-10,57); +ref = brevecomb; +} +); +width = 166; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-5,51); +ref = brevecomb; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (78,57); +ref = brevecomb; +} +); +width = 427; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (75,51); +ref = brevecomb; +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (92,57); +ref = brevecomb; +} +); +width = 502; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (67,51); +ref = brevecomb; +} +); +width = 559; } ); } diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/I_caron.glyph similarity index 50% rename from sources/MonaSansDisplay.glyphspackage/glyphs/I_circumflex.glyph rename to sources/MonaSans.glyphspackage/glyphs/I_caron.glyph index 05061d5f..dc7f7913 100644 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_caron.glyph @@ -1,6 +1,6 @@ { -color = 6; -glyphname = Icircumflex; +glyphname = Icaron; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -10,7 +10,7 @@ ref = I; }, { pos = (-47,57); -ref = circumflexcomb; +ref = caroncomb; } ); width = 163; @@ -23,10 +23,36 @@ ref = I; }, { pos = (-94,51); -ref = circumflexcomb; +ref = caroncomb; } ); -width = 245; +width = 261; +}, +{ +layerId = m019; +shapes = ( +{ +ref = I; +}, +{ +pos = (-39,57); +ref = caroncomb; +} +); +width = 248; +}, +{ +layerId = m020; +shapes = ( +{ +ref = I; +}, +{ +pos = (-76,51); +ref = caroncomb; +} +); +width = 327; }, { layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -36,7 +62,7 @@ ref = I; }, { pos = (-88,57); -ref = circumflexcomb; +ref = caroncomb; } ); width = 182; @@ -49,195 +75,245 @@ ref = I; }, { pos = (-129,56); -ref = circumflexcomb; +ref = caroncomb; } ); -width = 323; +width = 335; }, { -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { ref = I; }, { -pos = (-51,57); -ref = circumflexcomb; +pos = (-35,57); +ref = caroncomb; } ); -width = 115; +width = 161; }, { -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { ref = I; }, { -pos = (-95,51); -ref = circumflexcomb; +pos = (-80,51); +ref = caroncomb; } ); -width = 222; +width = 260; }, { -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { ref = I; }, { -pos = (-55,57); -ref = circumflexcomb; +pos = (-41,57); +ref = caroncomb; } ); -width = 178; +width = 226; }, { -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { ref = I; }, { -pos = (-94,51); -ref = circumflexcomb; +pos = (-80,51); +ref = caroncomb; } ); -width = 263; +width = 319; }, { -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { -alignment = -1; ref = I; }, { -alignment = -1; -pos = (-88,57); -ref = circumflexcomb; +pos = (-78,57); +ref = caroncomb; } ); width = 182; }, { -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { ref = I; }, { -pos = (-134,56); -ref = circumflexcomb; +pos = (-118,56); +ref = caroncomb; } ); -width = 293; +width = 321; }, { -layerId = m019; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { ref = I; }, { -pos = (-39,57); -ref = circumflexcomb; +pos = (-51,57); +ref = caroncomb; } ); -width = 248; +width = 115; }, { -layerId = m020; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { ref = I; }, { -pos = (-76,51); -ref = circumflexcomb; +pos = (-95,51); +ref = caroncomb; } ); -width = 327; +width = 222; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { ref = I; }, { -pos = (-36,57); -ref = circumflexcomb; +pos = (-55,57); +ref = caroncomb; } ); -width = 161; +width = 178; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { ref = I; }, { -pos = (-86,51); -ref = circumflexcomb; +pos = (-94,51); +ref = caroncomb; } ); -width = 244; +width = 263; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { ref = I; }, { -pos = (-42,57); -ref = circumflexcomb; +pos = (-88,57); +ref = caroncomb; } ); -width = 226; +width = 162; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { ref = I; }, { -pos = (-75,51); -ref = circumflexcomb; +pos = (-134,56); +ref = caroncomb; } ); -width = 319; +width = 293; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-35,57); +ref = caroncomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-80,51); +ref = caroncomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-41,57); +ref = caroncomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-80,51); +ref = caroncomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { ref = I; }, { pos = (-78,57); -ref = circumflexcomb; +ref = caroncomb; } ); -width = 182; +width = 162; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = I; }, { -pos = (-120,56); -ref = circumflexcomb; +pos = (-118,56); +ref = caroncomb; } ); -width = 321; +width = 291; } ); -unicode = 206; +unicode = 463; } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/I_circumflex.glyph index d2e85443..1220a80a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_circumflex.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = Icircumflex; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (-94,51); ref = circumflexcomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (-51,57); +pos = (-88,57); ref = circumflexcomb; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (-86,51); +pos = (-129,56); ref = circumflexcomb; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (-88,57); +pos = (-39,57); ref = circumflexcomb; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (-129,56); +pos = (-76,51); ref = circumflexcomb; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (-86,51); ref = circumflexcomb; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +158,164 @@ ref = circumflexcomb; } ); width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-51,57); +ref = circumflexcomb; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-95,51); +ref = circumflexcomb; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-55,57); +ref = circumflexcomb; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-94,51); +ref = circumflexcomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-88,57); +ref = circumflexcomb; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-134,56); +ref = circumflexcomb; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-36,57); +ref = circumflexcomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-86,51); +ref = circumflexcomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-42,57); +ref = circumflexcomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-75,51); +ref = circumflexcomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-78,57); +ref = circumflexcomb; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-120,56); +ref = circumflexcomb; +} +); +width = 291; } ); unicode = 206; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_circumflex.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_circumflex.ss02.glyph index 4c413941..3082b5a6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_circumflex.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_circumflex.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Icircumflex.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_Iacute.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-37,51); ref = circumflexcomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (73,57); +pos = (81,57); ref = circumflexcomb; } ); -width = 474; +width = 522; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (46,51); +pos = (4,56); ref = circumflexcomb; } ); -width = 585; +width = 601; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (81,57); +pos = (73,57); ref = circumflexcomb; } ); -width = 522; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (4,56); +pos = (45,51); ref = circumflexcomb; } ); -width = 589; +width = 566; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-27,51); ref = circumflexcomb; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (13,56); ref = circumflexcomb; } ); -width = 589; +width = 601; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-11,57); +ref = circumflexcomb; +} +); +width = 195; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (-37,51); +ref = circumflexcomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (73,57); +ref = circumflexcomb; +} +); +width = 474; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (41,51); +ref = circumflexcomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (81,57); +ref = circumflexcomb; +} +); +width = 502; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-1,56); +ref = circumflexcomb; +} +); +width = 559; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-11,57); +ref = circumflexcomb; +} +); +width = 166; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-27,51); +ref = circumflexcomb; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (82,57); +ref = circumflexcomb; +} +); +width = 427; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (58,51); +ref = circumflexcomb; +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (91,57); +ref = circumflexcomb; +} +); +width = 502; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (13,56); +ref = circumflexcomb; +} +); +width = 559; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_dieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/I_dieresis.glyph index 05db8b69..5758ecb5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_dieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_dieresis.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = Idieresis; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (-102,51); ref = dieresiscomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (-49,57); +pos = (-86,57); ref = dieresiscomb; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (-82,51); +pos = (-121,51); ref = dieresiscomb; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (-86,57); +pos = (-37,57); ref = dieresiscomb; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (-121,51); +pos = (-72,51); ref = dieresiscomb; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (-101,51); ref = dieresiscomb; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +158,164 @@ ref = dieresiscomb; } ); width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-40,57); +ref = dieresiscomb; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-103,51); +ref = dieresiscomb; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-53,57); +ref = dieresiscomb; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-90,51); +ref = dieresiscomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-86,57); +ref = dieresiscomb; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-126,51); +ref = dieresiscomb; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-30,57); +ref = dieresiscomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-101,51); +ref = dieresiscomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-37,57); +ref = dieresiscomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-75,51); +ref = dieresiscomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-74,57); +ref = dieresiscomb; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-113,51); +ref = dieresiscomb; +} +); +width = 291; } ); unicode = 207; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_dieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/I_dieresis.ss01.glyph index f2f9e894..bab268af 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_dieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_dieresis.ss01.glyph @@ -26,59 +26,59 @@ pos = (-101,51); ref = dieresiscomb.ss01; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (-22,57); +pos = (-53,57); ref = dieresiscomb.ss01; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (-70,51); +pos = (-99,51); ref = dieresiscomb.ss01; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (-53,57); +pos = (-12,57); ref = dieresiscomb.ss01; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (-99,51); +pos = (-60,51); ref = dieresiscomb.ss01; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +104,7 @@ pos = (-93,51); ref = dieresiscomb.ss01; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +156,163 @@ pos = (-84,51); ref = dieresiscomb.ss01; } ); -width = 321; +width = 333; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-29,57); +ref = dieresiscomb.ss01; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-102,51); +ref = dieresiscomb.ss01; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-26,57); +ref = dieresiscomb.ss01; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-78,51); +ref = dieresiscomb.ss01; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-53,57); +ref = dieresiscomb.ss01; +} +); +width = 162; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-104,51); +ref = dieresiscomb.ss01; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-17,57); +ref = dieresiscomb.ss01; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-93,51); +ref = dieresiscomb.ss01; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-15,57); +ref = dieresiscomb.ss01; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-59,51); +ref = dieresiscomb.ss01; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-37,57); +ref = dieresiscomb.ss01; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-84,51); +ref = dieresiscomb.ss01; +} +); +width = 291; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_dieresis.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_dieresis.ss02.glyph index 362cab79..0528f18c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_dieresis.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_dieresis.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Idieresis.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_Iacute.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-45,51); ref = dieresiscomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (75,57); +pos = (83,57); ref = dieresiscomb; } ); -width = 474; +width = 522; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (50,51); +pos = (12,51); ref = dieresiscomb; } ); -width = 585; +width = 601; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (83,57); +pos = (75,57); ref = dieresiscomb; } ); -width = 522; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (12,51); +pos = (49,51); ref = dieresiscomb; } ); -width = 589; +width = 566; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-42,51); ref = dieresiscomb; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (20,51); ref = dieresiscomb; } ); -width = 589; +width = 601; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (0,57); +ref = dieresiscomb; +} +); +width = 195; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (-45,51); +ref = dieresiscomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (75,57); +ref = dieresiscomb; +} +); +width = 474; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (45,51); +ref = dieresiscomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (83,57); +ref = dieresiscomb; +} +); +width = 502; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (7,51); +ref = dieresiscomb; +} +); +width = 559; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-5,57); +ref = dieresiscomb; +} +); +width = 166; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-42,51); +ref = dieresiscomb; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (87,57); +ref = dieresiscomb; +} +); +width = 427; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (58,51); +ref = dieresiscomb; +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (95,57); +ref = dieresiscomb; +} +); +width = 502; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (20,51); +ref = dieresiscomb; +} +); +width = 559; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.glyph index ed0ab876..a8bb752f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = Idotaccent; -kernLeft = H; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (-11,51); ref = dotaccentcomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (41,57); +pos = (19,57); ref = dotaccentcomb; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (24,51); +pos = (4,56); ref = dotaccentcomb; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (19,57); +pos = (51,79); ref = dotaccentcomb; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (4,56); +pos = (30,65); ref = dotaccentcomb; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-2,51); ref = dotaccentcomb; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,164 @@ ref = dotaccentcomb; } ); width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (15,62); +ref = dotaccentcomb; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-12,51); +ref = dotaccentcomb; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (37,62); +ref = dotaccentcomb; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (16,51); +ref = dotaccentcomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (19,57); +ref = dotaccentcomb; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-1,56); +ref = dotaccentcomb; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (25,57); +ref = dotaccentcomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-2,51); +ref = dotaccentcomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (53,57); +ref = dotaccentcomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (29,51); +ref = dotaccentcomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (31,57); +ref = dotaccentcomb; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (12,56); +ref = dotaccentcomb; +} +); +width = 291; } ); unicode = 304; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.ss01.glyph index b79bab0f..829bc010 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.ss01.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = Idotaccent.ss01; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (-6,51); ref = dotaccentcomb.ss01; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (54,57); +pos = (32,57); ref = dotaccentcomb.ss01; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (25,51); +pos = (11,56); ref = dotaccentcomb.ss01; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (32,57); +pos = (64,57); ref = dotaccentcomb.ss01; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (11,56); +pos = (29,51); ref = dotaccentcomb.ss01; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (4,51); ref = dotaccentcomb.ss01; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +157,163 @@ pos = (21,51); ref = dotaccentcomb.ss01; } ); -width = 321; +width = 333; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (23,57); +ref = dotaccentcomb.ss01; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-7,51); +ref = dotaccentcomb.ss01; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (50,57); +ref = dotaccentcomb.ss01; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (17,51); +ref = dotaccentcomb.ss01; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I; +}, +{ +pos = (32,57); +ref = dotaccentcomb.ss01; +} +); +width = 162; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (6,56); +ref = dotaccentcomb.ss01; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (39,57); +ref = dotaccentcomb.ss01; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (4,51); +ref = dotaccentcomb.ss01; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (66,57); +ref = dotaccentcomb.ss01; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (34,51); +ref = dotaccentcomb.ss01; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (44,57); +ref = dotaccentcomb.ss01; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (21,51); +ref = dotaccentcomb.ss01; +} +); +width = 291; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.ss02.glyph index 6547a515..eb7a3d9c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_dotaccent.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Idotaccent.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_Iacute.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (46,51); ref = dotaccentcomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (165,57); +pos = (188,57); ref = dotaccentcomb; } ); -width = 474; +width = 522; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (156,51); +pos = (137,56); ref = dotaccentcomb; } ); -width = 585; +width = 601; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (188,57); +pos = (163,79); ref = dotaccentcomb; } ); -width = 522; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (137,56); +pos = (151,65); ref = dotaccentcomb; } ); -width = 589; +width = 566; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (57,51); ref = dotaccentcomb; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (145,56); ref = dotaccentcomb; } ); -width = 589; +width = 601; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (55,62); +ref = dotaccentcomb; +} +); +width = 195; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (46,51); +ref = dotaccentcomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (165,57); +ref = dotaccentcomb; +} +); +width = 474; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (151,51); +ref = dotaccentcomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (188,57); +ref = dotaccentcomb; +} +); +width = 502; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (132,56); +ref = dotaccentcomb; +} +); +width = 559; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (50,57); +ref = dotaccentcomb; +} +); +width = 166; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (57,51); +ref = dotaccentcomb; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (177,57); +ref = dotaccentcomb; +} +); +width = 427; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (162,51); +ref = dotaccentcomb; +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (200,57); +ref = dotaccentcomb; +} +); +width = 502; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (145,56); +ref = dotaccentcomb; +} +); +width = 559; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.glyph index 3b8a111a..e0d61153 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = Idotbelow; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (5,0); ref = dotbelowcomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (41,0); +pos = (19,0); ref = dotbelowcomb; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (36,0); +pos = (9,0); ref = dotbelowcomb; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (19,0); +pos = (51,0); ref = dotbelowcomb; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (9,0); +pos = (42,0); ref = dotbelowcomb; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (1,0); ref = dotbelowcomb; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +158,164 @@ ref = dotbelowcomb; } ); width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (15,0); +ref = dotbelowcomb; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (4,0); +ref = dotbelowcomb; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (37,0); +ref = dotbelowcomb; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (28,0); +ref = dotbelowcomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (19,0); +ref = dotbelowcomb; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (4,0); +ref = dotbelowcomb; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (18,0); +ref = dotbelowcomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (1,0); +ref = dotbelowcomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (41,0); +ref = dotbelowcomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (33,0); +ref = dotbelowcomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (20,0); +ref = dotbelowcomb; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (8,0); +ref = dotbelowcomb; +} +); +width = 291; } ); unicode = 7882; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.ss01.glyph index e00024ce..5f2a07ac 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.ss01.glyph @@ -26,59 +26,59 @@ pos = (-6,0); ref = dotbelowcomb.ss01; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (54,0); +pos = (32,0); ref = dotbelowcomb.ss01; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (25,0); +pos = (21,0); ref = dotbelowcomb.ss01; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (32,0); +pos = (64,0); ref = dotbelowcomb.ss01; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (21,0); +pos = (29,0); ref = dotbelowcomb.ss01; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +104,7 @@ pos = (-8,0); ref = dotbelowcomb.ss01; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +156,163 @@ pos = (22,0); ref = dotbelowcomb.ss01; } ); -width = 321; +width = 333; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (23,0); +ref = dotbelowcomb.ss01; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-7,0); +ref = dotbelowcomb.ss01; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (50,0); +ref = dotbelowcomb.ss01; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (17,0); +ref = dotbelowcomb.ss01; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I; +}, +{ +pos = (32,0); +ref = dotbelowcomb.ss01; +} +); +width = 162; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (16,0); +ref = dotbelowcomb.ss01; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (26,0); +ref = dotbelowcomb.ss01; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-8,0); +ref = dotbelowcomb.ss01; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (54,0); +ref = dotbelowcomb.ss01; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (24,0); +ref = dotbelowcomb.ss01; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (31,0); +ref = dotbelowcomb.ss01; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (22,0); +ref = dotbelowcomb.ss01; +} +); +width = 291; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.ss02.glyph index 60c72b8c..a2ccc418 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_dotbelow.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Idotbelow.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_Iacute.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (62,0); ref = dotbelowcomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (165,0); +pos = (188,0); ref = dotbelowcomb; } ); -width = 474; +width = 522; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (168,0); +pos = (142,0); ref = dotbelowcomb; } ); -width = 585; +width = 601; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (188,0); +pos = (163,0); ref = dotbelowcomb; } ); -width = 522; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (142,0); +pos = (163,0); ref = dotbelowcomb; } ); -width = 589; +width = 566; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (60,0); ref = dotbelowcomb; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (142,0); ref = dotbelowcomb; } ); -width = 589; +width = 601; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (55,0); +ref = dotbelowcomb; +} +); +width = 195; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (62,0); +ref = dotbelowcomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (165,0); +ref = dotbelowcomb; +} +); +width = 474; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (163,0); +ref = dotbelowcomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (188,0); +ref = dotbelowcomb; +} +); +width = 502; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (137,0); +ref = dotbelowcomb; +} +); +width = 559; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (44,0); +ref = dotbelowcomb; +} +); +width = 166; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (60,0); +ref = dotbelowcomb; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (166,0); +ref = dotbelowcomb; +} +); +width = 427; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (166,0); +ref = dotbelowcomb; +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (190,0); +ref = dotbelowcomb; +} +); +width = 502; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (142,0); +ref = dotbelowcomb; +} +); +width = 559; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_grave.glyph b/sources/MonaSans.glyphspackage/glyphs/I_grave.glyph index 521f3f1c..e4b49673 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_grave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_grave.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = Igrave; -kernRight = H; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (-86,51); ref = gravecomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (-21,57); +pos = (-53,57); ref = gravecomb; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (-48,51); +pos = (-72,56); ref = gravecomb; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (-53,57); +pos = (-11,57); ref = gravecomb; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (-72,56); +pos = (-36,51); ref = gravecomb; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-69,51); ref = gravecomb; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,164 @@ ref = gravecomb; } ); width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-56,57); +ref = gravecomb; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-87,51); +ref = gravecomb; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-25,57); +ref = gravecomb; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-56,51); +ref = gravecomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-53,57); +ref = gravecomb; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-77,56); +ref = gravecomb; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-39,57); +ref = gravecomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-69,51); +ref = gravecomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-9,57); +ref = gravecomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-42,51); +ref = gravecomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-42,57); +ref = gravecomb; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-61,56); +ref = gravecomb; +} +); +width = 291; } ); unicode = 204; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_grave.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_grave.ss02.glyph index 472cdf3b..23cf5bef 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_grave.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_grave.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Igrave.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_Iacute.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-29,51); ref = gravecomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (103,57); +pos = (116,57); ref = gravecomb; } ); -width = 474; +width = 522; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (84,51); +pos = (61,56); ref = gravecomb; } ); -width = 585; +width = 601; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (116,57); +pos = (101,57); ref = gravecomb; } ); -width = 522; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (61,56); +pos = (85,51); ref = gravecomb; } ); -width = 589; +width = 566; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-10,51); ref = gravecomb; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (72,56); ref = gravecomb; } ); -width = 589; +width = 601; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-16,57); +ref = gravecomb; +} +); +width = 195; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (-29,51); +ref = gravecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (103,57); +ref = gravecomb; +} +); +width = 474; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (79,51); +ref = gravecomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (116,57); +ref = gravecomb; +} +); +width = 502; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (56,56); +ref = gravecomb; +} +); +width = 559; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-14,57); +ref = gravecomb; +} +); +width = 166; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-10,51); +ref = gravecomb; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (115,57); +ref = gravecomb; +} +); +width = 427; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (91,51); +ref = gravecomb; +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (127,57); +ref = gravecomb; +} +); +width = 502; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (72,56); +ref = gravecomb; +} +); +width = 559; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_hookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/I_hookabove.glyph index b7a3e5d8..f5a39eb1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_hookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_hookabove.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = Ihookabove; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (-16,50); ref = hookabovecomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (5,57); +pos = (-17,57); ref = hookabovecomb; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (-2,51); +pos = (9,51); ref = hookabovecomb; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (-17,57); +pos = (15,57); ref = hookabovecomb; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (9,51); +pos = (7,51); ref = hookabovecomb; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (-15,49); ref = hookabovecomb; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +158,164 @@ ref = hookabovecomb; } ); width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-3,57); +ref = hookabovecomb; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-17,50); +ref = hookabovecomb; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (1,57); +ref = hookabovecomb; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-10,51); +ref = hookabovecomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-17,57); +ref = hookabovecomb; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (4,51); +ref = hookabovecomb; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-10,56); +ref = hookabovecomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-15,49); +ref = hookabovecomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (21,56); +ref = hookabovecomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-1,50); +ref = hookabovecomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (0,56); +ref = hookabovecomb; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (4,48); +ref = hookabovecomb; +} +); +width = 291; } ); unicode = 7880; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_hookabove.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_hookabove.ss02.glyph index 6a12aec1..041d3e94 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_hookabove.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_hookabove.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ihookabove.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_Iacute.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (41,50); ref = hookabovecomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (129,57); +pos = (152,57); ref = hookabovecomb; } ); -width = 474; +width = 522; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (130,51); +pos = (142,51); ref = hookabovecomb; } ); -width = 585; +width = 601; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (152,57); +pos = (127,57); ref = hookabovecomb; } ); -width = 522; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (142,51); +pos = (128,51); ref = hookabovecomb; } ); -width = 589; +width = 566; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (44,49); ref = hookabovecomb; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (137,48); ref = hookabovecomb; } ); -width = 589; +width = 601; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (37,57); +ref = hookabovecomb; +} +); +width = 195; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (41,50); +ref = hookabovecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (129,57); +ref = hookabovecomb; +} +); +width = 474; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (125,51); +ref = hookabovecomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (152,57); +ref = hookabovecomb; +} +); +width = 502; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (137,51); +ref = hookabovecomb; +} +); +width = 559; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (15,56); +ref = hookabovecomb; +} +); +width = 166; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (44,49); +ref = hookabovecomb; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (145,56); +ref = hookabovecomb; +} +); +width = 427; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (132,50); +ref = hookabovecomb; +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (169,56); +ref = hookabovecomb; +} +); +width = 502; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (137,48); +ref = hookabovecomb; +} +); +width = 559; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_macron.glyph b/sources/MonaSans.glyphspackage/glyphs/I_macron.glyph index 0ae3b800..754d2ecb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_macron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_macron.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = Imacron; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (-71,49); ref = macroncomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (-87,57); +pos = (-137,58); ref = macroncomb; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (-81,51); +pos = (-102,56); ref = macroncomb; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (-137,58); +pos = (-75,57); ref = macroncomb; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (-102,56); +pos = (-71,51); ref = macroncomb; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (-63,49); ref = macroncomb; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +158,164 @@ ref = macroncomb; } ); width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-59,58); +ref = macroncomb; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-72,49); +ref = macroncomb; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-91,57); +ref = macroncomb; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-89,51); +ref = macroncomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-137,58); +ref = macroncomb; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-107,56); +ref = macroncomb; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-44,58); +ref = macroncomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-63,49); +ref = macroncomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-76,57); +ref = macroncomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-54,51); +ref = macroncomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-126,58); +ref = macroncomb; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-92,56); +ref = macroncomb; +} +); +width = 291; } ); unicode = 298; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_macron.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_macron.ss02.glyph index 6e417ed7..b168f4e2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_macron.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_macron.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Imacron.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_Iacute.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-14,49); ref = macroncomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (37,57); +pos = (32,58); ref = macroncomb; } ); -width = 474; +width = 522; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (51,51); +pos = (31,56); ref = macroncomb; } ); -width = 585; +width = 601; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (32,58); +pos = (37,57); ref = macroncomb; } ); -width = 522; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (31,56); +pos = (50,51); ref = macroncomb; } ); -width = 589; +width = 566; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-4,49); ref = macroncomb; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (41,56); ref = macroncomb; } ); -width = 589; +width = 601; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-19,58); +ref = macroncomb; +} +); +width = 195; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (-14,49); +ref = macroncomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (37,57); +ref = macroncomb; +} +); +width = 474; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (46,51); +ref = macroncomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (32,58); +ref = macroncomb; +} +); +width = 502; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (26,56); +ref = macroncomb; +} +); +width = 559; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-19,58); +ref = macroncomb; +} +); +width = 166; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-4,49); +ref = macroncomb; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (48,57); +ref = macroncomb; +} +); +width = 427; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (79,51); +ref = macroncomb; +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (43,58); +ref = macroncomb; +} +); +width = 502; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (41,56); +ref = macroncomb; +} +); +width = 559; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_ogonek.glyph b/sources/MonaSans.glyphspackage/glyphs/I_ogonek.glyph index e5e9970e..14e5a339 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_ogonek.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_ogonek.glyph @@ -26,59 +26,59 @@ pos = (19,0); ref = ogonekcomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (-29,0); +pos = (-73,0); ref = ogonekcomb; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (-19,0); +pos = (-31,0); ref = ogonekcomb; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (-73,0); +pos = (-17,0); ref = ogonekcomb; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (-31,0); +pos = (-6,0); ref = ogonekcomb; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +104,7 @@ pos = (17,0); ref = ogonekcomb; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +157,164 @@ ref = ogonekcomb; } ); width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-42,0); +ref = ogonekcomb; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (17,0); +ref = ogonekcomb; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-33,0); +ref = ogonekcomb; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-27,0); +ref = ogonekcomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-73,0); +ref = ogonekcomb; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-36,0); +ref = ogonekcomb; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-36,0); +ref = ogonekcomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (17,0); +ref = ogonekcomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-26,0); +ref = ogonekcomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-19,0); +ref = ogonekcomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-69,0); +ref = ogonekcomb; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-31,0); +ref = ogonekcomb; +} +); +width = 291; } ); unicode = 302; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_ogonek.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_ogonek.ss02.glyph index 06b6b10e..dcbe9656 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_ogonek.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_ogonek.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Iogonek.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_Iacute.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (145,0); ref = ogonekcomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (278,0); +pos = (317,0); ref = ogonekcomb; } ); -width = 474; +width = 522; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (269,0); +pos = (261,0); ref = ogonekcomb; } ); -width = 585; +width = 601; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (317,0); +pos = (274,0); ref = ogonekcomb; } ); -width = 522; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (261,0); +pos = (264,0); ref = ogonekcomb; } ); -width = 589; +width = 566; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (146,0); ref = ogonekcomb; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (263,0); ref = ogonekcomb; } ); -width = 589; +width = 601; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (82,0); +ref = ogonekcomb; +} +); +width = 195; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (145,0); +ref = ogonekcomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (278,0); +ref = ogonekcomb; +} +); +width = 474; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (264,0); +ref = ogonekcomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (317,0); +ref = ogonekcomb; +} +); +width = 502; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (256,0); +ref = ogonekcomb; +} +); +width = 559; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (75,0); +ref = ogonekcomb; +} +); +width = 166; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (146,0); +ref = ogonekcomb; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (283,0); +ref = ogonekcomb; +} +); +width = 427; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (271,0); +ref = ogonekcomb; +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (322,0); +ref = ogonekcomb; +} +); +width = 502; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (263,0); +ref = ogonekcomb; +} +); +width = 559; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/I_tilde.glyph b/sources/MonaSans.glyphspackage/glyphs/I_tilde.glyph index 57919110..ac17ded2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_tilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_tilde.glyph @@ -26,59 +26,59 @@ pos = (-109,50); ref = tildecomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I; }, { -pos = (-76,57); +pos = (-116,57); ref = tildecomb; } ); -width = 226; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I; }, { -pos = (-97,51); +pos = (-102,56); ref = tildecomb; } ); -width = 321; +width = 335; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I; }, { -pos = (-116,57); +pos = (-64,57); ref = tildecomb; } ); -width = 182; +width = 248; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I; }, { -pos = (-102,56); +pos = (-87,51); ref = tildecomb; } ); -width = 323; +width = 327; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +104,7 @@ pos = (-102,50); ref = tildecomb; } ); -width = 244; +width = 260; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +157,164 @@ ref = tildecomb; } ); width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-62,57); +ref = tildecomb; +} +); +width = 115; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-110,50); +ref = tildecomb; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-80,57); +ref = tildecomb; +} +); +width = 178; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-105,51); +ref = tildecomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-116,57); +ref = tildecomb; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-107,56); +ref = tildecomb; +} +); +width = 293; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-46,57); +ref = tildecomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-102,50); +ref = tildecomb; +} +); +width = 222; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-64,57); +ref = tildecomb; +} +); +width = 178; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-90,51); +ref = tildecomb; +} +); +width = 261; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-104,57); +ref = tildecomb; +} +); +width = 162; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-88,51); +ref = tildecomb; +} +); +width = 291; } ); unicode = 296; diff --git a/sources/MonaSans.glyphspackage/glyphs/I_tilde.ss02.glyph b/sources/MonaSans.glyphspackage/glyphs/I_tilde.ss02.glyph index 1d65d139..bcbe79d5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/I_tilde.ss02.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/I_tilde.ss02.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Itilde.ss02; -kernLeft = I.ss02; -kernRight = I.ss02; +kernLeft = KO_I.ss02; +kernRight = KO_Iacute.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-52,50); ref = tildecomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = I.ss02; }, { -pos = (48,57); +pos = (53,57); ref = tildecomb; } ); -width = 474; +width = 522; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = I.ss02; }, { -pos = (35,51); +pos = (31,56); ref = tildecomb; } ); -width = 585; +width = 601; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = I.ss02; }, { -pos = (53,57); +pos = (48,57); ref = tildecomb; } ); -width = 522; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = I.ss02; }, { -pos = (31,56); +pos = (34,51); ref = tildecomb; } ); -width = 589; +width = 566; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-43,50); ref = tildecomb; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (45,51); ref = tildecomb; } ); -width = 589; +width = 601; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-22,57); +ref = tildecomb; +} +); +width = 195; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (-52,50); +ref = tildecomb; +} +); +width = 359; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = I.ss02; +}, +{ +alignment = -1; +pos = (48,57); +ref = tildecomb; +} +); +width = 474; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (30,51); +ref = tildecomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (53,57); +ref = tildecomb; +} +); +width = 502; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (26,56); +ref = tildecomb; +} +); +width = 559; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-21,57); +ref = tildecomb; +} +); +width = 166; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (-43,50); +ref = tildecomb; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (60,57); +ref = tildecomb; +} +); +width = 427; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (43,51); +ref = tildecomb; +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (65,57); +ref = tildecomb; +} +); +width = 502; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = I.ss02; +}, +{ +pos = (45,51); +ref = tildecomb; +} +); +width = 559; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/J_.glyph b/sources/MonaSans.glyphspackage/glyphs/J_.glyph index 57e4bf93..91d675ab 100644 --- a/sources/MonaSans.glyphspackage/glyphs/J_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/J_.glyph @@ -1,17 +1,17 @@ { glyphname = J; -kernLeft = J; -kernRight = J; +kernLeft = KO_J; +kernRight = KO_J; layers = ( { anchors = ( { name = bottom; -pos = (144,0); +pos = (152,0); }, { name = top; -pos = (173,729); +pos = (181,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -19,22 +19,22 @@ shapes = ( { closed = 1; nodes = ( -(100,0,ls), -(200,0,o), -(266,59,o), -(266,185,cs), -(266,729,l), -(79,729,l), -(79,210,ls), -(79,165,o), -(71,143,o), -(40,143,cs), -(12,143,l), -(12,0,l) +(108,0,ls), +(208,0,o), +(274,59,o), +(274,185,cs), +(274,729,l), +(87,729,l), +(87,210,ls), +(87,165,o), +(79,143,o), +(48,143,cs), +(20,143,l), +(20,0,l) ); } ); -width = 292; +width = 308; }, { anchors = ( @@ -98,11 +98,127 @@ width = 178; anchors = ( { name = bottom; -pos = (203,0); +pos = (183,0); +}, +{ +name = top; +pos = (341,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(233,-8,o), +(320,49,o), +(320,194,cs), +(320,729,l), +(282,729,l), +(282,201,ls), +(282,75,o), +(222,27,o), +(114,27,cs), +(69,27,o), +(38,36,o), +(16,50,c), +(16,13,l), +(37,1,o), +(69,-8,o), +(115,-8,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,0,ls), +(293,0,o), +(360,67,o), +(360,202,cs), +(360,729,l), +(322,729,l), +(322,203,ls), +(322,88,o), +(269,35,o), +(154,35,cs), +(16,35,l), +(16,0,l) +); +} +); +width = 425; +}, +{ +anchors = ( +{ +name = bottom; +pos = (221,0); +}, +{ +name = top; +pos = (325,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(312,-10,o), +(393,75,o), +(393,263,cs), +(393,729,l), +(165,729,l), +(165,276,ls), +(165,195,o), +(129,171,o), +(69,171,cs), +(42,171,o), +(17,176,o), +(4,182,c), +(4,7,l), +(28,-3,o), +(71,-10,o), +(123,-10,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(212,0,ls), +(366,0,o), +(439,82,o), +(439,229,cs), +(439,729,l), +(210,729,l), +(210,242,ls), +(210,198,o), +(192,179,o), +(148,179,cs), +(10,179,l), +(10,0,l) +); +} +); +width = 484; +}, +{ +anchors = ( +{ +name = bottom; +pos = (202,0); }, { name = top; -pos = (271,729); +pos = (268,729); } ); background = { @@ -130,23 +246,23 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(129,0,ls), -(242,0,o), -(290,57,o), -(290,170,cs), -(290,729,l), -(252,729,l), -(252,175,ls), -(252,81,o), -(223,35,o), -(129,35,cs), -(28,35,l), -(28,0,l) +(130,0,ls), +(241,0,o), +(287,57,o), +(287,170,cs), +(287,729,l), +(250,729,l), +(250,175,ls), +(250,81,o), +(222,35,o), +(130,35,cs), +(31,35,l), +(31,0,l) ); } ); @@ -214,17 +330,17 @@ type = Stem; } ); }; -width = 378; +width = 375; }, { anchors = ( { name = bottom; -pos = (227,0); +pos = (217,0); }, { name = top; -pos = (279,729); +pos = (265,729); } ); background = { @@ -252,143 +368,27 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(159,0,ls), -(306,0,o), -(380,74,o), -(380,221,cs), -(380,729,l), -(178,729,l), -(178,234,ls), -(178,178,o), -(154,156,o), -(98,156,cs), -(20,156,l), -(20,0,l) -); -} -); -width = 439; -}, -{ -anchors = ( -{ -name = bottom; -pos = (183,0); -}, -{ -name = top; -pos = (341,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(233,-8,o), -(320,49,o), -(320,194,cs), -(320,729,l), -(282,729,l), -(282,201,ls), -(282,75,o), -(222,27,o), -(114,27,cs), -(69,27,o), -(38,36,o), -(16,50,c), -(16,13,l), -(37,1,o), -(69,-8,o), -(115,-8,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,0,ls), -(293,0,o), -(360,67,o), -(360,202,cs), -(360,729,l), -(322,729,l), -(322,203,ls), -(322,88,o), -(269,35,o), -(154,35,cs), -(16,35,l), -(16,0,l) -); -} -); -width = 425; -}, -{ -anchors = ( -{ -name = bottom; -pos = (215,0); -}, -{ -name = top; -pos = (319,729); -} -); -background = { +layerId = m020; shapes = ( { closed = 1; nodes = ( -(312,-10,o), -(393,75,o), -(393,263,cs), -(393,729,l), +(152,0,ls), +(294,0,o), +(365,74,o), +(365,221,cs), +(365,729,l), (165,729,l), -(165,276,ls), -(165,195,o), -(129,171,o), -(69,171,cs), -(42,171,o), -(17,176,o), -(4,182,c), -(4,7,l), -(28,-3,o), -(71,-10,o), -(123,-10,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,ls), -(360,0,o), -(433,82,o), -(433,229,cs), -(433,729,l), -(204,729,l), -(204,242,ls), -(204,198,o), -(186,179,o), -(142,179,cs), -(4,179,l), -(4,0,l) +(165,234,ls), +(165,178,o), +(143,156,o), +(91,156,cs), +(19,156,l), +(19,0,l) ); } ); -width = 472; +width = 422; }, { anchors = ( @@ -452,11 +452,11 @@ width = 178; anchors = ( { name = bottom; -pos = (32,0); +pos = (40,0); }, { name = top; -pos = (267,729); +pos = (275,729); } ); background = { @@ -489,22 +489,22 @@ shapes = ( { closed = 1; nodes = ( -(44,0,ls), -(143,0,o), -(220,59,o), -(246,185,cs), -(359,729,l), -(174,729,l), -(66,210,ls), -(57,165,o), -(44,143,o), -(14,143,cs), -(-14,143,l), -(-44,0,l) +(52,0,ls), +(151,0,o), +(228,59,o), +(254,185,cs), +(367,729,l), +(182,729,l), +(74,210,ls), +(65,165,o), +(52,143,o), +(22,143,cs), +(-6,143,l), +(-36,0,l) ); } ); -width = 290; +width = 306; }, { anchors = ( @@ -684,11 +684,11 @@ width = 386; anchors = ( { name = bottom; -pos = (180,0); +pos = (186,0); }, { name = top; -pos = (372,729); +pos = (378,729); } ); background = { @@ -721,22 +721,757 @@ shapes = ( { closed = 1; nodes = ( -(110,0,ls), -(262,0,o), -(352,82,o), -(382,229,cs), -(485,729,l), -(258,729,l), -(158,242,ls), -(149,198,o), -(127,179,o), -(83,179,cs), -(-15,179,l), -(-52,0,l) +(116,0,ls), +(268,0,o), +(358,82,o), +(388,229,cs), +(491,729,l), +(264,729,l), +(164,242,ls), +(155,198,o), +(133,179,o), +(89,179,cs), +(-9,179,l), +(-46,0,l) ); } ); -width = 429; +width = 441; +}, +{ +anchors = ( +{ +name = bottom; +pos = (61,0); +}, +{ +name = top; +pos = (91,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(82,-6,o), +(114,17,o), +(114,88,cs), +(114,729,l), +(84,729,l), +(84,97,ls), +(84,45,o), +(74,21,o), +(34,21,cs), +(19,21,o), +(5,26,o), +(0,31,c), +(0,4,l), +(7,-2,o), +(21,-6,o), +(36,-6,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(28,0,ls), +(74,0,o), +(106,23,o), +(106,94,cs), +(106,729,l), +(75,729,l), +(75,103,ls), +(75,51,o), +(65,27,o), +(26,27,cs), +(-8,27,l), +(-8,0,l) +); +} +); +width = 146; +}, +{ +anchors = ( +{ +name = bottom; +pos = (135,0); +}, +{ +name = top; +pos = (164,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(91,0,ls), +(191,0,o), +(257,59,o), +(257,185,cs), +(257,729,l), +(70,729,l), +(70,210,ls), +(70,165,o), +(62,143,o), +(31,143,cs), +(3,143,l), +(3,0,l) +); +} +); +width = 273; +}, +{ +anchors = ( +{ +name = bottom; +pos = (178,0); +}, +{ +name = top; +pos = (246,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(225,-8,o), +(290,44,o), +(290,162,cs), +(290,729,l), +(252,729,l), +(252,167,ls), +(252,66,o), +(200,27,o), +(115,27,cs), +(78,27,o), +(48,36,o), +(28,50,c), +(28,13,l), +(48,1,o), +(79,-8,o), +(117,-8,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(104,0,ls), +(217,0,o), +(265,57,o), +(265,170,cs), +(265,729,l), +(227,729,l), +(227,175,ls), +(227,81,o), +(198,35,o), +(104,35,cs), +(3,35,l), +(3,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 329; +}, +{ +anchors = ( +{ +name = bottom; +pos = (205,0); +}, +{ +name = top; +pos = (257,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(281,-7,o), +(380,59,o), +(380,227,cs), +(380,729,l), +(178,729,l), +(178,241,ls), +(178,187,o), +(153,158,o), +(88,158,cs), +(60,158,o), +(38,164,o), +(20,172,c), +(20,12,l), +(45,1,o), +(90,-7,o), +(133,-7,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,0,ls), +(284,0,o), +(358,74,o), +(358,221,cs), +(358,729,l), +(156,729,l), +(156,234,ls), +(156,178,o), +(132,156,o), +(76,156,cs), +(-2,156,l), +(-2,0,l) +); +} +); +width = 388; +}, +{ +anchors = ( +{ +name = bottom; +pos = (178,0); +}, +{ +name = top; +pos = (336,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(233,-8,o), +(320,49,o), +(320,194,cs), +(320,729,l), +(282,729,l), +(282,201,ls), +(282,75,o), +(222,27,o), +(114,27,cs), +(69,27,o), +(38,36,o), +(16,50,c), +(16,13,l), +(37,1,o), +(69,-8,o), +(115,-8,cs) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(153,0,ls), +(288,0,o), +(355,67,o), +(355,202,cs), +(355,729,l), +(317,729,l), +(317,203,ls), +(317,88,o), +(264,35,o), +(149,35,cs), +(11,35,l), +(11,0,l) +); +} +); +width = 410; +}, +{ +anchors = ( +{ +name = bottom; +pos = (205,0); +}, +{ +name = top; +pos = (309,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(312,-10,o), +(393,75,o), +(393,263,cs), +(393,729,l), +(165,729,l), +(165,276,ls), +(165,195,o), +(129,171,o), +(69,171,cs), +(42,171,o), +(17,176,o), +(4,182,c), +(4,7,l), +(28,-3,o), +(71,-10,o), +(123,-10,cs) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,0,ls), +(350,0,o), +(423,82,o), +(423,229,cs), +(423,729,l), +(194,729,l), +(194,242,ls), +(194,198,o), +(176,179,o), +(132,179,cs), +(-6,179,l), +(-6,0,l) +); +} +); +width = 447; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-46,0); +}, +{ +name = top; +pos = (188,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-26,-6,o), +(14,15,o), +(29,88,cs), +(162,729,l), +(132,729,l), +(0,97,ls), +(-11,44,o), +(-27,21,o), +(-65,21,cs), +(-76,21,o), +(-92,25,o), +(-97,31,c), +(-103,4,l), +(-97,-2,o), +(-83,-6,o), +(-68,-6,cs) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-25,0,ls), +(19,0,o), +(56,22,o), +(71,94,cs), +(203,729,l), +(172,729,l), +(42,105,ls), +(31,52,o), +(16,27,o), +(-22,27,cs), +(-55,27,l), +(-61,0,l) +); +} +); +width = 146; +}, +{ +anchors = ( +{ +name = bottom; +pos = (21,0); +}, +{ +name = top; +pos = (256,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(98,-9,o), +(155,62,o), +(179,176,cs), +(294,729,l), +(110,729,l), +(1,210,ls), +(-8,170,o), +(-18,143,o), +(-50,143,cs), +(-58,143,o), +(-72,145,o), +(-77,154,c), +(-107,9,l), +(-89,-3,o), +(-59,-9,o), +(-24,-9,cs) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(33,0,ls), +(132,0,o), +(209,59,o), +(235,185,cs), +(348,729,l), +(163,729,l), +(55,210,ls), +(46,165,o), +(33,143,o), +(3,143,cs), +(-25,143,l), +(-55,0,l) +); +} +); +width = 268; +}, +{ +anchors = ( +{ +name = bottom; +pos = (142,0); +}, +{ +name = top; +pos = (344,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(170,-8,o), +(247,47,o), +(270,164,cs), +(388,729,l), +(351,729,l), +(233,167,ls), +(213,68,o), +(154,27,o), +(73,27,cs), +(41,27,o), +(12,35,o), +(-4,50,c), +(-11,13,l), +(6,1,o), +(34,-8,o), +(68,-8,cs) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(52,0,ls), +(153,0,o), +(221,39,o), +(248,170,cs), +(363,729,l), +(325,729,l), +(211,175,ls), +(191,81,o), +(153,35,o), +(59,35,cs), +(-42,35,l), +(-49,0,l) +); +} +); +width = 330; +}, +{ +anchors = ( +{ +name = bottom; +pos = (154,0); +}, +{ +name = top; +pos = (342,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(218,-10,o), +(323,28,o), +(365,226,cs), +(471,729,l), +(270,729,l), +(174,272,ls), +(154,176,o), +(125,157,o), +(66,157,cs), +(43,157,o), +(17,164,o), +(6,175,c), +(-27,15,l), +(-6,1,o), +(43,-10,o), +(93,-10,cs) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(93,0,ls), +(215,0,o), +(300,43,o), +(337,221,cs), +(442,729,l), +(241,729,l), +(139,234,ls), +(126,170,o), +(99,156,o), +(43,156,cs), +(-35,156,l), +(-67,0,l) +); +} +); +width = 371; +}, +{ +anchors = ( +{ +name = bottom; +pos = (141,0); +}, +{ +name = top; +pos = (388,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(217,-10,o), +(287,59,o), +(317,201,cs), +(427,729,l), +(390,729,l), +(280,207,ls), +(252,71,o), +(192,25,o), +(91,25,cs), +(39,25,o), +(5,36,o), +(-17,54,c), +(-24,17,l), +(-4,2,o), +(32,-10,o), +(85,-10,cs) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(55,0,ls), +(190,0,o), +(268,57,o), +(298,202,cs), +(407,729,l), +(369,729,l), +(261,203,ls), +(237,88,o), +(180,35,o), +(58,35,cs), +(-40,35,l), +(-47,0,l) +); +} +); +width = 366; +}, +{ +anchors = ( +{ +name = bottom; +pos = (170,0); +}, +{ +name = top; +pos = (362,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(259,-10,o), +(364,50,o), +(406,252,cs), +(506,729,l), +(278,729,l), +(184,274,ls), +(171,209,o), +(141,173,o), +(76,173,cs), +(47,173,o), +(19,178,o), +(8,186,c), +(-29,12,l), +(-6,0,o), +(42,-10,o), +(104,-10,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,ls), +(252,0,o), +(342,82,o), +(372,229,cs), +(475,729,l), +(248,729,l), +(148,242,ls), +(139,198,o), +(117,179,o), +(73,179,cs), +(-25,179,l), +(-62,0,l) +); +} +); +width = 404; } ); unicode = 74; diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/J_.ss10.glyph b/sources/MonaSans.glyphspackage/glyphs/J_.ss10.glyph similarity index 61% rename from sources/MonaSansDisplay.glyphspackage/glyphs/J_.ss10.glyph rename to sources/MonaSans.glyphspackage/glyphs/J_.ss10.glyph index 8e19e89c..18a90a9d 100644 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/J_.ss10.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/J_.ss10.glyph @@ -1,15 +1,17 @@ { glyphname = J.ss10; +kernLeft = KO_J.ss10; +kernRight = KO_U; layers = ( { anchors = ( { name = bottom; -pos = (224,0); +pos = (232,0); }, { name = top; -pos = (224,729); +pos = (355,729); } ); background = { @@ -66,26 +68,26 @@ shapes = ( { closed = 1; nodes = ( -(358,-10,o), -(439,58,o), -(439,202,cs), -(439,729,l), -(255,729,l), -(255,191,ls), -(255,159,o), -(247,140,o), -(223,140,cs), -(200,140,o), -(188,161,o), -(188,231,c), -(14,231,l), -(14,86,o), -(73,-10,o), -(223,-10,cs) +(366,-10,o), +(447,58,o), +(447,202,cs), +(447,729,l), +(263,729,l), +(263,191,ls), +(263,159,o), +(255,140,o), +(231,140,cs), +(208,140,o), +(196,161,o), +(196,231,c), +(22,231,l), +(22,86,o), +(81,-10,o), +(231,-10,cs) ); } ); -width = 464; +width = 480; }, { anchors = ( @@ -95,7 +97,7 @@ pos = (173,0); }, { name = top; -pos = (162,729); +pos = (288,729); } ); layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -132,7 +134,7 @@ pos = (361,0); }, { name = top; -pos = (342,729); +pos = (627,729); } ); layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -165,11 +167,11 @@ width = 707; anchors = ( { name = bottom; -pos = (385,0); +pos = (391,0); }, { name = top; -pos = (382,729); +pos = (609,729); } ); layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; @@ -177,159 +179,36 @@ shapes = ( { closed = 1; nodes = ( -(602,-10,o), -(721,78,o), -(721,246,cs), -(721,729,l), -(492,729,l), -(492,247,ls), -(492,191,o), -(456,165,o), -(380,165,cs), -(295,165,o), -(248,191,o), -(246,239,c), -(9,239,l), -(14,92,o), -(144,-10,o), -(377,-10,cs) -); -} -); -width = 754; -}, -{ -anchors = ( -{ -name = bottom; -pos = (142,0); -}, -{ -name = top; -pos = (131,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,-8,o), -(284,52,o), -(284,180,cs), -(284,729,l), -(253,729,l), -(253,182,ls), -(253,73,o), -(221,22,o), -(152,22,cs), -(77,22,o), -(45,84,o), -(42,215,c), -(10,215,l), -(13,63,o), -(59,-8,o), -(154,-8,cs) -); -} -); -width = 324; -}, -{ -anchors = ( -{ -name = bottom; -pos = (218,0); -}, -{ -name = top; -pos = (218,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(361,-10,o), -(449,50,o), -(449,206,cs), -(449,309,o), -(410,372,o), -(318,426,cs), -(271,455,ls), -(225,484,o), -(213,506,o), -(213,545,cs), -(213,576,o), -(219,594,o), -(241,594,cs), -(262,594,o), -(273,577,o), -(272,508,c), -(443,508,l), -(443,664,o), -(359,738,o), -(237,738,cs), -(107,738,o), -(20,678,o), -(20,522,cs), -(20,420,o), -(66,357,o), -(135,315,cs), -(186,284,ls), -(244,248,o), -(254,220,o), -(254,187,cs), -(254,155,o), -(248,137,o), -(224,137,cs), -(200,137,o), -(187,156,o), -(187,231,c), -(17,231,l), -(17,77,o), -(96,-10,o), -(230,-10,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(360,-10,o), -(431,65,o), -(431,202,cs), -(431,729,l), -(245,729,l), -(245,195,ls), -(245,165,o), -(236,150,o), -(219,150,cs), -(195,150,o), -(184,176,o), -(182,241,c), -(4,241,l), -(6,70,o), -(81,-10,o), -(223,-10,cs) +(606,-10,o), +(727,78,o), +(727,246,cs), +(727,729,l), +(498,729,l), +(498,247,ls), +(498,191,o), +(460,165,o), +(384,165,cs), +(299,165,o), +(254,191,o), +(252,239,c), +(15,239,l), +(20,92,o), +(148,-10,o), +(381,-10,cs) ); } ); -width = 446; +width = 766; }, { anchors = ( { name = bottom; -pos = (301,0); +pos = (300,0); }, { name = top; -pos = (288,729); +pos = (505,729); } ); background = { @@ -337,71 +216,71 @@ shapes = ( { closed = 1; nodes = ( -(478,-8,o), -(584,69,o), -(584,195,cs), -(584,340,o), -(458,372,o), -(396,385,cs), -(280,408,ls), -(218,420,o), -(108,448,o), -(108,555,cs), -(108,646,o), -(187,703,o), -(308,703,cs), -(439,703,o), -(515,641,o), -(519,529,c), -(559,529,l), -(556,654,o), -(473,737,o), -(312,737,cs), -(165,737,o), -(68,664,o), -(68,550,cs), -(68,419,o), -(194,387,o), -(274,370,cs), -(392,345,ls), -(441,335,o), -(544,313,o), -(544,193,cs), -(544,93,o), -(456,26,o), -(319,26,cs), -(165,26,o), -(95,102,o), -(91,225,c), -(50,225,l), -(53,90,o), -(134,-8,o), -(321,-8,cs) +(460,-8,o), +(566,69,o), +(566,195,cs), +(566,340,o), +(440,372,o), +(378,385,cs), +(262,408,ls), +(200,420,o), +(90,448,o), +(90,555,cs), +(90,646,o), +(169,703,o), +(290,703,cs), +(421,703,o), +(497,641,o), +(501,529,c), +(541,529,l), +(538,654,o), +(455,737,o), +(294,737,cs), +(147,737,o), +(50,664,o), +(50,550,cs), +(50,419,o), +(176,387,o), +(256,370,cs), +(374,345,ls), +(423,335,o), +(526,313,o), +(526,193,cs), +(526,93,o), +(438,26,o), +(301,26,cs), +(147,26,o), +(77,102,o), +(73,225,c), +(32,225,l), +(35,90,o), +(116,-8,o), +(303,-8,cs) ); } ); }; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(470,-8,o), -(564,67,o), -(564,205,cs), -(564,729,l), -(526,729,l), -(526,203,ls), -(526,84,o), -(451,26,o), -(314,26,cs), -(153,26,o), -(75,102,o), -(68,227,c), -(27,227,l), -(33,90,o), -(120,-8,o), -(314,-8,cs) +(440,-8,o), +(523,65,o), +(523,207,cs), +(523,729,l), +(485,729,l), +(485,205,ls), +(485,85,o), +(416,26,o), +(301,26,cs), +(180,26,o), +(117,89,o), +(106,193,c), +(64,193,l), +(77,74,o), +(151,-8,o), +(303,-8,cs) ); } ); @@ -465,17 +344,17 @@ type = Stem; } ); }; -width = 594; +width = 610; }, { anchors = ( { name = bottom; -pos = (319,0); +pos = (284,0); }, { name = top; -pos = (319,729); +pos = (469,729); } ); background = { @@ -483,229 +362,604 @@ shapes = ( { closed = 1; nodes = ( -(553,-10,o), -(656,87,o), -(656,224,cs), -(656,410,o), -(523,441,o), -(405,458,cs), -(294,475,o), -(254,478,o), -(254,528,cs), -(254,563,o), -(287,584,o), -(337,584,cs), -(379,584,o), -(423,570,o), -(426,518,c), -(635,518,l), -(635,650,o), -(517,738,o), -(342,738,cs), -(155,738,o), -(39,650,o), -(39,501,cs), -(39,358,o), -(145,301,o), -(294,279,cs), -(406,262,o), -(440,257,o), -(440,203,cs), -(440,166,o), -(404,147,o), -(349,147,cs), -(267,147,o), -(235,181,o), -(235,231,c), -(24,231,l), -(24,86,o), -(136,-10,o), -(339,-10,cs) +(490,-10,o), +(593,87,o), +(593,224,cs), +(593,410,o), +(460,441,o), +(342,458,cs), +(231,475,o), +(191,478,o), +(191,528,cs), +(191,563,o), +(224,584,o), +(274,584,cs), +(316,584,o), +(360,570,o), +(363,518,c), +(572,518,l), +(572,650,o), +(454,738,o), +(279,738,cs), +(92,738,o), +(-24,650,o), +(-24,501,cs), +(-24,358,o), +(82,301,o), +(231,279,cs), +(343,262,o), +(377,257,o), +(377,203,cs), +(377,166,o), +(341,147,o), +(286,147,cs), +(204,147,o), +(172,181,o), +(172,231,c), +(-39,231,l), +(-39,86,o), +(73,-10,o), +(276,-10,cs) ); } ); }; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(527,-10,o), -(626,73,o), -(626,248,cs), -(626,729,l), -(423,729,l), -(423,237,ls), -(423,186,o), -(392,162,o), -(326,162,cs), -(250,162,o), -(210,187,o), -(207,242,c), -(1,242,l), -(2,86,o), -(114,-10,o), -(317,-10,cs) +(481,-10,o), +(579,78,o), +(579,238,cs), +(579,729,l), +(378,729,l), +(378,225,ls), +(378,178,o), +(353,154,o), +(303,154,cs), +(254,154,o), +(231,178,o), +(227,219,c), +(23,219,l), +(27,79,o), +(123,-10,o), +(304,-10,cs) ); } ); -width = 647; +width = 631; }, { anchors = ( { name = bottom; -pos = (341,0); +pos = (149,0); }, { name = top; -pos = (322,729); +pos = (414,729); } ); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; +background = { shapes = ( { closed = 1; nodes = ( -(536,-8,o), -(637,63,o), -(637,212,cs), -(637,729,l), -(599,729,l), -(599,211,ls), -(599,84,o), -(512,26,o), -(345,26,cs), -(172,26,o), -(69,89,o), -(62,225,c), -(20,225,l), -(29,86,o), -(124,-8,o), -(345,-8,cs) +(275,-8,o), +(327,101,o), +(327,206,cs), +(327,268,o), +(295,325,o), +(233,375,cs), +(192,408,o), +(136,448,o), +(136,527,cs), +(136,637,o), +(188,705,o), +(263,705,cs), +(345,705,o), +(378,654,o), +(356,530,c), +(389,530,l), +(411,654,o), +(374,736,o), +(266,736,cs), +(147,736,o), +(104,630,o), +(104,523,cs), +(104,437,o), +(153,397,o), +(202,357,cs), +(244,323,o), +(294,281,o), +(294,208,cs), +(294,122,o), +(259,22,o), +(155,22,cs), +(48,22,o), +(34,111,o), +(56,225,c), +(23,225,l), +(-2,86,o), +(28,-8,o), +(155,-8,cs) ); } ); -width = 687; +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(248,-8,o), +(299,64,o), +(318,158,cs), +(433,729,l), +(400,729,l), +(286,165,ls), +(270,86,o), +(234,22,o), +(152,22,cs), +(47,22,o), +(34,111,o), +(56,225,c), +(23,225,l), +(-2,86,o), +(27,-8,o), +(152,-8,cs) +); +} +); +width = 398; }, { anchors = ( { name = bottom; -pos = (362,0); +pos = (190,0); }, { name = top; -pos = (359,729); +pos = (432,729); } ); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { closed = 1; nodes = ( -(593,-10,o), -(712,78,o), -(712,246,cs), -(712,729,l), -(483,729,l), -(483,247,ls), -(483,191,o), -(447,165,o), -(371,165,cs), -(285,165,o), -(237,191,o), -(235,239,c), -(0,239,l), -(5,92,o), -(135,-10,o), -(368,-10,cs) +(314,-10,o), +(383,57,o), +(412,195,cs), +(523,729,l), +(344,729,l), +(231,187,ls), +(224,153,o), +(215,136,o), +(192,136,cs), +(156,136,o), +(163,196,o), +(168,231,c), +(13,231,l), +(-13,77,o), +(41,-10,o), +(188,-10,cs) ); } ); -width = 730; +width = 461; }, { anchors = ( { name = bottom; -pos = (300,0); +pos = (286,0); }, { name = top; -pos = (287,729); +pos = (636,729); } ); background = { +anchors = ( +{ +name = bottom; +pos = (286,0); +}, +{ +name = top; +pos = (374,729); +} +); shapes = ( { closed = 1; nodes = ( -(460,-8,o), -(566,69,o), -(566,195,cs), -(566,340,o), -(440,372,o), -(378,385,cs), -(262,408,ls), -(200,420,o), -(90,448,o), -(90,555,cs), -(90,646,o), -(169,703,o), -(290,703,cs), -(421,703,o), -(497,641,o), -(501,529,c), -(541,529,l), -(538,654,o), -(455,737,o), -(294,737,cs), -(147,737,o), -(50,664,o), -(50,550,cs), -(50,419,o), -(176,387,o), -(256,370,cs), -(374,345,ls), -(423,335,o), -(526,313,o), -(526,193,cs), -(526,93,o), -(438,26,o), -(301,26,cs), -(147,26,o), -(77,102,o), -(73,225,c), -(32,225,l), -(35,90,o), -(116,-8,o), -(303,-8,cs) +(439,-10,o), +(551,72,o), +(556,202,cs), +(559,307,o), +(498,360,o), +(358,392,cs), +(221,423,o), +(165,468,o), +(168,547,cs), +(171,642,o), +(257,702,o), +(368,702,cs), +(487,702,o), +(565,634,o), +(562,529,c), +(601,529,l), +(605,660,o), +(512,739,o), +(373,739,cs), +(234,739,o), +(130,663,o), +(126,544,cs), +(122,445,o), +(184,396,o), +(352,355,cs), +(464,328,o), +(518,287,o), +(515,198,cs), +(511,94,o), +(422,26,o), +(291,26,cs), +(158,26,o), +(77,97,o), +(81,224,c), +(42,224,l), +(33,83,o), +(122,-10,o), +(296,-10,cs) ); } ); }; -layerId = m019; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { closed = 1; nodes = ( -(440,-8,o), -(523,65,o), -(523,207,cs), -(523,729,l), -(485,729,l), -(485,205,ls), -(485,85,o), -(416,26,o), -(301,26,cs), -(180,26,o), -(117,89,o), -(106,193,c), -(64,193,l), -(77,74,o), -(151,-8,o), -(303,-8,cs) +(425,-10,o), +(510,50,o), +(534,162,cs), +(657,729,l), +(619,729,l), +(496,166,ls), +(474,66,o), +(398,26,o), +(283,26,cs), +(158,26,o), +(77,97,o), +(81,224,c), +(42,224,l), +(33,83,o), +(122,-10,o), +(288,-10,cs) +); +} +); +width = 643; +}, +{ +anchors = ( +{ +name = bottom; +pos = (299,0); +}, +{ +name = top; +pos = (604,729); +} +); +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(465,-10,o), +(582,62,o), +(608,187,cs), +(721,729,l), +(512,729,l), +(402,221,ls), +(393,179,o), +(363,155,o), +(311,155,cs), +(250,155,o), +(216,186,o), +(218,235,c), +(15,235,l), +(6,82,o), +(111,-10,o), +(297,-10,cs) +); +} +); +width = 674; +}, +{ +anchors = ( +{ +name = bottom; +pos = (330,0); +}, +{ +name = top; +pos = (723,729); +} +); +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(495,-10,o), +(599,60,o), +(630,206,cs), +(740,729,l), +(703,729,l), +(591,210,ls), +(563,82,o), +(480,24,o), +(338,24,cs), +(169,24,o), +(56,94,o), +(62,220,c), +(21,220,l), +(17,80,o), +(128,-10,o), +(338,-10,cs) +); +} +); +width = 704; +}, +{ +anchors = ( +{ +name = bottom; +pos = (364,0); +}, +{ +name = top; +pos = (699,729); +} +); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(555,-10,o), +(672,57,o), +(702,197,cs), +(816,729,l), +(589,729,l), +(488,253,ls), +(476,196,o), +(435,168,o), +(363,168,cs), +(284,168,o), +(244,196,o), +(246,242,c), +(8,242,l), +(4,86,o), +(131,-10,o), +(355,-10,cs) +); +} +); +width = 762; +}, +{ +anchors = ( +{ +name = bottom; +pos = (142,0); +}, +{ +name = top; +pos = (271,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,-8,o), +(284,52,o), +(284,180,cs), +(284,729,l), +(253,729,l), +(253,182,ls), +(253,73,o), +(221,22,o), +(152,22,cs), +(77,22,o), +(45,84,o), +(42,215,c), +(10,215,l), +(13,63,o), +(59,-8,o), +(154,-8,cs) +); +} +); +width = 324; +}, +{ +anchors = ( +{ +name = bottom; +pos = (218,0); +}, +{ +name = top; +pos = (331,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(361,-10,o), +(449,50,o), +(449,206,cs), +(449,309,o), +(410,372,o), +(318,426,cs), +(271,455,ls), +(225,484,o), +(213,506,o), +(213,545,cs), +(213,576,o), +(219,594,o), +(241,594,cs), +(262,594,o), +(273,577,o), +(272,508,c), +(443,508,l), +(443,664,o), +(359,738,o), +(237,738,cs), +(107,738,o), +(20,678,o), +(20,522,cs), +(20,420,o), +(66,357,o), +(135,315,cs), +(186,284,ls), +(244,248,o), +(254,220,o), +(254,187,cs), +(254,155,o), +(248,137,o), +(224,137,cs), +(200,137,o), +(187,156,o), +(187,231,c), +(17,231,l), +(17,77,o), +(96,-10,o), +(230,-10,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(360,-10,o), +(431,65,o), +(431,202,cs), +(431,729,l), +(245,729,l), +(245,195,ls), +(245,165,o), +(236,150,o), +(219,150,cs), +(195,150,o), +(184,176,o), +(182,241,c), +(4,241,l), +(6,70,o), +(81,-10,o), +(223,-10,cs) +); +} +); +width = 446; +}, +{ +anchors = ( +{ +name = bottom; +pos = (301,0); +}, +{ +name = top; +pos = (541,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(478,-8,o), +(584,69,o), +(584,195,cs), +(584,340,o), +(458,372,o), +(396,385,cs), +(280,408,ls), +(218,420,o), +(108,448,o), +(108,555,cs), +(108,646,o), +(187,703,o), +(308,703,cs), +(439,703,o), +(515,641,o), +(519,529,c), +(559,529,l), +(556,654,o), +(473,737,o), +(312,737,cs), +(165,737,o), +(68,664,o), +(68,550,cs), +(68,419,o), +(194,387,o), +(274,370,cs), +(392,345,ls), +(441,335,o), +(544,313,o), +(544,193,cs), +(544,93,o), +(456,26,o), +(319,26,cs), +(165,26,o), +(95,102,o), +(91,225,c), +(50,225,l), +(53,90,o), +(134,-8,o), +(321,-8,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(470,-8,o), +(564,67,o), +(564,205,cs), +(564,729,l), +(526,729,l), +(526,203,ls), +(526,84,o), +(451,26,o), +(314,26,cs), +(153,26,o), +(75,102,o), +(68,227,c), +(27,227,l), +(33,90,o), +(120,-8,o), +(314,-8,cs) ); } ); @@ -769,17 +1023,17 @@ type = Stem; } ); }; -width = 610; +width = 626; }, { anchors = ( { name = bottom; -pos = (279,0); +pos = (319,0); }, { name = top; -pos = (269,729); +pos = (522,729); } ); background = { @@ -787,83 +1041,157 @@ shapes = ( { closed = 1; nodes = ( -(490,-10,o), -(593,87,o), -(593,224,cs), -(593,410,o), -(460,441,o), -(342,458,cs), -(231,475,o), -(191,478,o), -(191,528,cs), -(191,563,o), -(224,584,o), -(274,584,cs), -(316,584,o), -(360,570,o), -(363,518,c), -(572,518,l), -(572,650,o), -(454,738,o), -(279,738,cs), -(92,738,o), -(-24,650,o), -(-24,501,cs), -(-24,358,o), -(82,301,o), -(231,279,cs), -(343,262,o), -(377,257,o), -(377,203,cs), -(377,166,o), -(341,147,o), -(286,147,cs), -(204,147,o), -(172,181,o), -(172,231,c), -(-39,231,l), -(-39,86,o), -(73,-10,o), -(276,-10,cs) +(553,-10,o), +(656,87,o), +(656,224,cs), +(656,410,o), +(523,441,o), +(405,458,cs), +(294,475,o), +(254,478,o), +(254,528,cs), +(254,563,o), +(287,584,o), +(337,584,cs), +(379,584,o), +(423,570,o), +(426,518,c), +(635,518,l), +(635,650,o), +(517,738,o), +(342,738,cs), +(155,738,o), +(39,650,o), +(39,501,cs), +(39,358,o), +(145,301,o), +(294,279,cs), +(406,262,o), +(440,257,o), +(440,203,cs), +(440,166,o), +(404,147,o), +(349,147,cs), +(267,147,o), +(235,181,o), +(235,231,c), +(24,231,l), +(24,86,o), +(136,-10,o), +(339,-10,cs) ); } ); }; -layerId = m020; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(473,-10,o), -(569,78,o), -(569,238,cs), -(569,729,l), -(368,729,l), -(368,225,ls), -(368,178,o), -(345,154,o), -(298,154,cs), -(252,154,o), -(231,178,o), -(227,219,c), -(23,219,l), -(27,79,o), -(121,-10,o), -(299,-10,cs) +(523,-10,o), +(626,78,o), +(626,258,cs), +(626,729,l), +(423,729,l), +(423,247,ls), +(423,191,o), +(388,162,o), +(322,162,cs), +(246,162,o), +(210,187,o), +(207,242,c), +(1,242,l), +(2,86,o), +(110,-10,o), +(313,-10,cs) +); +} +); +width = 647; +}, +{ +anchors = ( +{ +name = bottom; +pos = (328,0); +}, +{ +name = top; +pos = (593,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(515,-8,o), +(612,63,o), +(612,212,cs), +(612,729,l), +(573,729,l), +(573,211,ls), +(573,84,o), +(490,26,o), +(331,26,cs), +(166,26,o), +(69,89,o), +(62,225,c), +(20,225,l), +(29,86,o), +(119,-8,o), +(331,-8,cs) +); +} +); +width = 662; +}, +{ +anchors = ( +{ +name = bottom; +pos = (362,0); +}, +{ +name = top; +pos = (609,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(590,-10,o), +(712,82,o), +(712,260,cs), +(712,729,l), +(483,729,l), +(483,261,ls), +(483,195,o), +(444,165,o), +(368,165,cs), +(282,165,o), +(237,191,o), +(235,242,c), +(0,242,l), +(5,92,o), +(132,-10,o), +(365,-10,cs) ); } ); -width = 621; +width = 730; }, { anchors = ( { name = bottom; -pos = (152,0); +pos = (127,0); }, { name = top; -pos = (268,729); +pos = (389,729); } ); background = { @@ -871,120 +1199,120 @@ shapes = ( { closed = 1; nodes = ( -(275,-8,o), -(327,101,o), -(327,206,cs), -(327,268,o), -(295,325,o), -(233,375,cs), -(192,408,o), -(136,448,o), -(136,527,cs), -(136,637,o), -(188,705,o), -(263,705,cs), -(345,705,o), -(378,654,o), -(356,530,c), -(389,530,l), -(411,654,o), -(374,736,o), -(266,736,cs), -(147,736,o), -(104,630,o), -(104,523,cs), -(104,437,o), -(153,397,o), -(202,357,cs), -(244,323,o), -(294,281,o), -(294,208,cs), -(294,122,o), -(259,22,o), -(155,22,cs), -(48,22,o), -(34,111,o), -(56,225,c), -(23,225,l), -(-2,86,o), -(28,-8,o), -(155,-8,cs) +(276,-8,o), +(328,101,o), +(328,206,cs), +(328,268,o), +(296,325,o), +(234,375,cs), +(193,408,o), +(137,448,o), +(137,527,cs), +(137,637,o), +(189,705,o), +(264,705,cs), +(346,705,o), +(379,654,o), +(357,530,c), +(390,530,l), +(412,654,o), +(375,736,o), +(267,736,cs), +(148,736,o), +(105,630,o), +(105,523,cs), +(105,437,o), +(154,397,o), +(203,357,cs), +(245,323,o), +(295,281,o), +(295,208,cs), +(295,122,o), +(260,22,o), +(156,22,cs), +(49,22,o), +(35,111,o), +(57,225,c), +(24,225,l), +(-1,86,o), +(29,-8,o), +(156,-8,cs) ); } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(252,-8,o), -(304,64,o), -(323,157,cs), -(438,729,l), -(405,729,l), -(291,164,ls), -(275,85,o), -(238,22,o), -(155,22,cs), -(48,22,o), -(34,111,o), -(56,225,c), -(23,225,l), -(-2,86,o), -(28,-8,o), -(155,-8,cs) +(225,-8,o), +(276,63,o), +(295,157,cs), +(410,729,l), +(377,729,l), +(263,165,ls), +(247,86,o), +(211,22,o), +(130,22,cs), +(25,22,o), +(12,111,o), +(34,225,c), +(1,225,l), +(-24,86,o), +(5,-8,o), +(130,-8,cs) ); } ); -width = 373; +width = 352; }, { anchors = ( { name = bottom; -pos = (182,0); +pos = (169,0); }, { name = top; -pos = (306,729); +pos = (406,729); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(306,-10,o), -(375,57,o), -(404,195,cs), -(515,729,l), -(336,729,l), -(223,187,ls), -(216,153,o), -(207,136,o), -(184,136,cs), -(148,136,o), -(155,196,o), -(160,231,c), -(5,231,l), -(-21,77,o), -(33,-10,o), -(180,-10,cs) -); -} -); -width = 445; +(293,-10,o), +(362,57,o), +(391,195,cs), +(502,729,l), +(323,729,l), +(210,187,ls), +(203,153,o), +(194,136,o), +(171,136,cs), +(135,136,o), +(142,196,o), +(147,231,c), +(-8,231,l), +(-34,77,o), +(20,-10,o), +(167,-10,cs) +); +} +); +width = 421; }, { anchors = ( { name = bottom; -pos = (286,0); +pos = (262,0); }, { name = top; -pos = (374,729); +pos = (621,729); } ); background = { @@ -1044,142 +1372,142 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(437,-10,o), -(526,50,o), -(550,162,cs), -(673,729,l), -(635,729,l), -(512,166,ls), -(490,66,o), -(410,26,o), -(291,26,cs), -(158,26,o), -(77,97,o), -(81,224,c), -(42,224,l), -(33,83,o), -(122,-10,o), -(296,-10,cs) +(413,-10,o), +(502,50,o), +(526,162,cs), +(649,729,l), +(611,729,l), +(488,166,ls), +(466,66,o), +(386,26,o), +(267,26,cs), +(134,26,o), +(53,97,o), +(57,224,c), +(18,224,l), +(9,83,o), +(98,-10,o), +(272,-10,cs) ); } ); -width = 659; +width = 611; }, { anchors = ( { name = bottom; -pos = (304,0); +pos = (275,0); }, { name = top; -pos = (394,729); +pos = (597,729); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(472,-10,o), -(590,62,o), -(616,188,cs), -(729,729,l), -(520,729,l), -(410,222,ls), -(401,178,o), -(369,155,o), -(316,155,cs), -(249,155,o), -(210,186,o), -(212,235,c), -(15,235,l), -(6,82,o), -(114,-10,o), -(302,-10,cs) +(443,-10,o), +(561,62,o), +(587,188,cs), +(700,729,l), +(491,729,l), +(381,222,ls), +(372,178,o), +(340,155,o), +(287,155,cs), +(220,155,o), +(181,186,o), +(183,235,c), +(-14,235,l), +(-23,82,o), +(85,-10,o), +(273,-10,cs) ); } ); -width = 657; +width = 624; }, { anchors = ( { name = bottom; -pos = (330,0); +pos = (320,0); }, { name = top; -pos = (394,729); +pos = (711,729); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(495,-10,o), -(599,60,o), -(630,206,cs), -(740,729,l), -(703,729,l), -(591,210,ls), -(563,82,o), -(480,24,o), -(338,24,cs), -(169,24,o), -(56,94,o), -(62,220,c), -(21,220,l), -(17,80,o), -(128,-10,o), -(338,-10,cs) +(485,-10,o), +(589,60,o), +(620,206,cs), +(730,729,l), +(693,729,l), +(581,210,ls), +(553,82,o), +(470,24,o), +(328,24,cs), +(159,24,o), +(46,94,o), +(52,220,c), +(11,220,l), +(7,80,o), +(118,-10,o), +(328,-10,cs) ); } ); -width = 704; +width = 684; }, { anchors = ( { name = bottom; -pos = (364,0); +pos = (351,0); }, { name = top; -pos = (441,729); +pos = (677,729); } ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(559,-10,o), -(676,58,o), -(706,197,cs), -(820,729,l), -(593,729,l), -(492,253,ls), -(480,195,o), -(437,168,o), -(363,168,cs), -(281,168,o), -(238,196,o), -(240,242,c), -(2,242,l), -(-2,86,o), -(128,-10,o), -(355,-10,cs) +(543,-10,o), +(661,57,o), +(691,197,cs), +(805,729,l), +(578,729,l), +(477,253,ls), +(465,196,o), +(424,168,o), +(350,168,cs), +(269,168,o), +(228,196,o), +(230,242,c), +(-8,242,l), +(-12,86,o), +(116,-10,o), +(342,-10,cs) ); } ); -width = 760; +width = 730; } ); metricLeft = S; diff --git a/sources/MonaSans.glyphspackage/glyphs/J_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/J_acute.glyph index f87fdde3..adf00412 100644 --- a/sources/MonaSans.glyphspackage/glyphs/J_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/J_acute.glyph @@ -1,8 +1,7 @@ { color = 6; glyphname = Jacute; -kernLeft = J; -kernRight = J; +kernRight = KO_J; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +27,59 @@ pos = (61,51); ref = acutecomb; } ); -width = 292; +width = 308; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = J; }, { -pos = (216,57); +pos = (283,57); ref = acutecomb; } ); -width = 378; +width = 425; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = J; }, { -pos = (167,51); +pos = (202,56); ref = acutecomb; } ); -width = 439; +width = 484; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = J; }, { -pos = (283,57); +pos = (212,57); ref = acutecomb; } ); -width = 425; +width = 375; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = J; }, { -pos = (202,56); +pos = (155,51); ref = acutecomb; } ); -width = 472; +width = 422; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +105,7 @@ pos = (72,51); ref = acutecomb; } ); -width = 290; +width = 306; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -159,6 +158,162 @@ ref = acutecomb; } ); width = 429; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = J; +}, +{ +pos = (55,57); +ref = acutecomb; +} +); +width = 146; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = J; +}, +{ +pos = (62,51); +ref = acutecomb; +} +); +width = 273; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = J; +}, +{ +pos = (211,57); +ref = acutecomb; +} +); +width = 329; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = J; +}, +{ +pos = (166,51); +ref = acutecomb; +} +); +width = 388; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = J; +}, +{ +pos = (288,57); +ref = acutecomb; +} +); +width = 410; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = J; +}, +{ +pos = (202,56); +ref = acutecomb; +} +); +width = 447; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = J; +}, +{ +pos = (70,57); +ref = acutecomb; +} +); +width = 146; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = J; +}, +{ +pos = (72,51); +ref = acutecomb; +} +); +width = 268; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = J; +}, +{ +pos = (226,57); +ref = acutecomb; +} +); +width = 330; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = J; +}, +{ +pos = (176,51); +ref = acutecomb; +} +); +width = 371; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = J; +}, +{ +pos = (255,57); +ref = acutecomb; +} +); +width = 366; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = J; +}, +{ +pos = (177,56); +ref = acutecomb; +} +); +width = 404; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/J_acute.ss10.glyph b/sources/MonaSans.glyphspackage/glyphs/J_acute.ss10.glyph new file mode 100644 index 00000000..4db6724f --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/J_acute.ss10.glyph @@ -0,0 +1,317 @@ +{ +glyphname = Jacute.ss10; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (232,57); +ref = acutecomb; +} +); +width = 361; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (235,51); +ref = acutecomb; +} +); +width = 480; +}, +{ +layerId = m019; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (449,57); +ref = acutecomb; +} +); +width = 610; +}, +{ +layerId = m020; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (359,51); +ref = acutecomb; +} +); +width = 631; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (569,57); +ref = acutecomb; +} +); +width = 707; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (486,56); +ref = acutecomb; +} +); +width = 766; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (273,57); +ref = acutecomb; +} +); +width = 398; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (229,51); +ref = acutecomb; +} +); +width = 461; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (494,57); +ref = acutecomb; +} +); +width = 643; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (409,51); +ref = acutecomb; +} +); +width = 674; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (580,57); +ref = acutecomb; +} +); +width = 704; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (493,56); +ref = acutecomb; +} +); +width = 762; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (235,57); +ref = acutecomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (229,51); +ref = acutecomb; +} +); +width = 446; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (506,57); +ref = acutecomb; +} +); +width = 626; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (431,51); +ref = acutecomb; +} +); +width = 647; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (545,57); +ref = acutecomb; +} +); +width = 662; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (502,56); +ref = acutecomb; +} +); +width = 730; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (271,57); +ref = acutecomb; +} +); +width = 352; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (222,51); +ref = acutecomb; +} +); +width = 421; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (503,57); +ref = acutecomb; +} +); +width = 611; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (431,51); +ref = acutecomb; +} +); +width = 624; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (578,57); +ref = acutecomb; +} +); +width = 684; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (492,56); +ref = acutecomb; +} +); +width = 730; +} +); +} diff --git a/sources/MonaSans.glyphspackage/glyphs/J_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/J_circumflex.glyph index 2fc5902c..373b2d0b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/J_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/J_circumflex.glyph @@ -1,6 +1,8 @@ { color = 6; glyphname = Jcircumflex; +kernLeft = KO_J; +kernRight = KO_J; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +28,59 @@ pos = (-44,51); ref = circumflexcomb; } ); -width = 292; +width = 308; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = J; }, { -pos = (107,57); +pos = (162,57); ref = circumflexcomb; } ); -width = 378; +width = 425; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = J; }, { -pos = (32,51); +pos = (28,56); ref = circumflexcomb; } ); -width = 439; +width = 484; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = J; }, { -pos = (162,57); +pos = (105,57); ref = circumflexcomb; } ); -width = 425; +width = 375; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = J; }, { -pos = (28,56); +pos = (26,51); ref = circumflexcomb; } ); -width = 472; +width = 422; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +106,7 @@ pos = (-35,51); ref = circumflexcomb; } ); -width = 290; +width = 306; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +159,162 @@ ref = circumflexcomb; } ); width = 429; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = J; +}, +{ +pos = (-18,57); +ref = circumflexcomb; +} +); +width = 146; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = J; +}, +{ +pos = (-43,51); +ref = circumflexcomb; +} +); +width = 273; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = J; +}, +{ +pos = (102,57); +ref = circumflexcomb; +} +); +width = 329; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = J; +}, +{ +pos = (31,51); +ref = circumflexcomb; +} +); +width = 388; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = J; +}, +{ +pos = (167,57); +ref = circumflexcomb; +} +); +width = 410; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = J; +}, +{ +pos = (28,56); +ref = circumflexcomb; +} +); +width = 447; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = J; +}, +{ +pos = (-4,57); +ref = circumflexcomb; +} +); +width = 146; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = J; +}, +{ +pos = (-35,51); +ref = circumflexcomb; +} +); +width = 268; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = J; +}, +{ +pos = (116,57); +ref = circumflexcomb; +} +); +width = 330; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = J; +}, +{ +pos = (42,51); +ref = circumflexcomb; +} +); +width = 371; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = J; +}, +{ +pos = (132,57); +ref = circumflexcomb; +} +); +width = 366; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = J; +}, +{ +pos = (1,56); +ref = circumflexcomb; +} +); +width = 404; } ); unicode = 308; diff --git a/sources/MonaSans.glyphspackage/glyphs/J_circumflex.ss10.glyph b/sources/MonaSans.glyphspackage/glyphs/J_circumflex.ss10.glyph new file mode 100644 index 00000000..00b47e0d --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/J_circumflex.ss10.glyph @@ -0,0 +1,317 @@ +{ +glyphname = Jcircumflex.ss10; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (159,57); +ref = circumflexcomb; +} +); +width = 361; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (130,51); +ref = circumflexcomb; +} +); +width = 480; +}, +{ +layerId = m019; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (342,57); +ref = circumflexcomb; +} +); +width = 610; +}, +{ +layerId = m020; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (230,51); +ref = circumflexcomb; +} +); +width = 631; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (448,57); +ref = circumflexcomb; +} +); +width = 707; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (312,56); +ref = circumflexcomb; +} +); +width = 766; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (199,57); +ref = circumflexcomb; +} +); +width = 398; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (122,51); +ref = circumflexcomb; +} +); +width = 461; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (384,57); +ref = circumflexcomb; +} +); +width = 643; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (275,51); +ref = circumflexcomb; +} +); +width = 674; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (457,57); +ref = circumflexcomb; +} +); +width = 704; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (317,56); +ref = circumflexcomb; +} +); +width = 762; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (162,57); +ref = circumflexcomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (124,51); +ref = circumflexcomb; +} +); +width = 446; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (397,57); +ref = circumflexcomb; +} +); +width = 626; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (296,51); +ref = circumflexcomb; +} +); +width = 647; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (424,57); +ref = circumflexcomb; +} +); +width = 662; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (328,56); +ref = circumflexcomb; +} +); +width = 730; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (197,57); +ref = circumflexcomb; +} +); +width = 352; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (115,51); +ref = circumflexcomb; +} +); +width = 421; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (393,57); +ref = circumflexcomb; +} +); +width = 611; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (297,51); +ref = circumflexcomb; +} +); +width = 624; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (455,57); +ref = circumflexcomb; +} +); +width = 684; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = J.ss10; +}, +{ +pos = (316,56); +ref = circumflexcomb; +} +); +width = 730; +} +); +} diff --git a/sources/MonaSans.glyphspackage/glyphs/K_.glyph b/sources/MonaSans.glyphspackage/glyphs/K_.glyph index a58704ba..a78ec609 100644 --- a/sources/MonaSans.glyphspackage/glyphs/K_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/K_.glyph @@ -1,17 +1,17 @@ { glyphname = K; -kernLeft = H; -kernRight = K; +kernLeft = KO_H; +kernRight = KO_K; layers = ( { anchors = ( { name = bottom; -pos = (256,0); +pos = (264,0); }, { name = top; -pos = (256,729); +pos = (264,729); } ); background = { @@ -40,27 +40,27 @@ shapes = ( { closed = 1; nodes = ( -(488,0,l), -(378,428,l), -(489,729,l), -(297,729,l), -(212,401,l), -(212,152,l), -(247,274,l), -(295,0,l) +(496,0,l), +(386,428,l), +(497,729,l), +(305,729,l), +(220,401,l), +(220,152,l), +(255,274,l), +(303,0,l) ); }, { closed = 1; nodes = ( -(216,0,l), -(216,729,l), -(29,729,l), -(29,0,l) +(224,0,l), +(224,729,l), +(37,729,l), +(37,0,l) ); } ); -width = 499; +width = 515; }, { anchors = ( @@ -104,35 +104,132 @@ width = 370; anchors = ( { name = bottom; -pos = (319,0); +pos = (349,0); +}, +{ +name = top; +pos = (349,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(108,0,l), +(108,176,l), +(322,385,l), +(633,0,l), +(680,0,l), +(349,411,l), +(673,729,l), +(625,729,l), +(108,221,l), +(108,729,l), +(72,729,l), +(72,0,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(680,0,l), +(338,412,l), +(673,729,l), +(623,729,l), +(99,233,l), +(99,188,l), +(309,386,l), +(631,0,l) +); +}, +{ +closed = 1; +nodes = ( +(110,0,l), +(110,729,l), +(72,729,l), +(72,0,l) +); +} +); +width = 696; +}, +{ +anchors = ( +{ +name = bottom; +pos = (437,0); +}, +{ +name = top; +pos = (437,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(881,0,l), +(552,428,l), +(857,729,l), +(562,729,l), +(271,415,l), +(271,149,l), +(389,273,l), +(592,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,0,l), +(282,729,l), +(53,729,l), +(53,0,l) +); +} +); +width = 879; +}, +{ +anchors = ( +{ +name = bottom; +pos = (316,0); }, { name = top; -pos = (319,729); +pos = (316,729); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(617,0,l), -(312,425,l), -(609,729,l), -(558,729,l), -(123,282,l), -(123,231,l), -(286,398,l), -(570,0,l) +(608,0,l), +(309,425,l), +(600,729,l), +(549,729,l), +(124,282,l), +(124,231,l), +(283,398,l), +(561,0,l) ); }, { closed = 1; nodes = ( -(132,0,l), -(132,729,l), -(94,729,l), -(94,0,l) +(133,0,l), +(133,729,l), +(95,729,l), +(95,0,l) ); } ); @@ -185,17 +282,17 @@ type = Stem; } ); }; -width = 647; +width = 640; }, { anchors = ( { name = bottom; -pos = (370,0); +pos = (366,0); }, { name = top; -pos = (370,729); +pos = (366,729); } ); background = { @@ -203,148 +300,51 @@ shapes = ( { closed = 1; nodes = ( -(262,0,l), -(262,163,l), -(349,273,l), -(506,0,l), -(746,0,l), -(488,420,l), -(735,729,l), -(496,729,l), -(262,417,l), -(262,729,l), -(59,729,l), -(59,0,l) +(267,0,l), +(267,163,l), +(354,273,l), +(511,0,l), +(751,0,l), +(493,420,l), +(740,729,l), +(501,729,l), +(267,417,l), +(267,729,l), +(64,729,l), +(64,0,l) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(742,0,l), -(482,427,l), -(740,729,l), -(500,729,l), -(252,408,l), -(252,174,l), -(343,280,l), -(503,0,l) +(729,0,l), +(478,427,l), +(727,729,l), +(489,729,l), +(253,408,l), +(253,174,l), +(341,280,l), +(492,0,l) ); }, { closed = 1; nodes = ( -(262,0,l), -(262,729,l), -(59,729,l), -(59,0,l) +(263,0,l), +(263,729,l), +(62,729,l), +(62,0,l) ); } ); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; }; -width = 753; -}, -{ -anchors = ( -{ -name = bottom; -pos = (349,0); -}, -{ -name = top; -pos = (349,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(108,0,l), -(108,176,l), -(322,385,l), -(633,0,l), -(680,0,l), -(349,411,l), -(673,729,l), -(625,729,l), -(108,221,l), -(108,729,l), -(72,729,l), -(72,0,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(680,0,l), -(338,412,l), -(673,729,l), -(623,729,l), -(99,233,l), -(99,188,l), -(309,386,l), -(631,0,l) -); -}, -{ -closed = 1; -nodes = ( -(110,0,l), -(110,729,l), -(72,729,l), -(72,0,l) -); -} -); -width = 696; -}, -{ -anchors = ( -{ -name = bottom; -pos = (431,0); -}, -{ -name = top; -pos = (431,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(875,0,l), -(546,428,l), -(851,729,l), -(556,729,l), -(265,415,l), -(265,149,l), -(383,273,l), -(586,0,l) -); -}, -{ -closed = 1; -nodes = ( -(276,0,l), -(276,729,l), -(47,729,l), -(47,0,l) -); -} -); -width = 867; +width = 738; }, { anchors = ( @@ -388,11 +388,11 @@ width = 366; anchors = ( { name = bottom; -pos = (206,0); +pos = (214,0); }, { name = top; -pos = (357,729); +pos = (365,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -400,27 +400,27 @@ shapes = ( { closed = 1; nodes = ( -(427,0,l), -(407,428,l), -(579,729,l), -(389,729,l), -(236,401,l), -(183,151,l), -(245,274,l), -(236,0,l) +(435,0,l), +(415,428,l), +(587,729,l), +(397,729,l), +(244,401,l), +(191,151,l), +(253,274,l), +(244,0,l) ); }, { closed = 1; nodes = ( -(158,0,l), -(310,729,l), -(125,729,l), -(-27,0,l) +(166,0,l), +(318,729,l), +(133,729,l), +(-19,0,l) ); } ); -width = 494; +width = 510; }, { anchors = ( @@ -540,11 +540,11 @@ width = 688; anchors = ( { name = bottom; -pos = (381,0); +pos = (387,0); }, { name = top; -pos = (532,729); +pos = (538,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -552,27 +552,598 @@ shapes = ( { closed = 1; nodes = ( -(810,0,l), -(572,419,l), -(930,729,l), -(639,729,l), -(295,419,l), -(241,160,l), -(391,286,l), -(546,0,l) +(816,0,l), +(578,419,l), +(936,729,l), +(645,729,l), +(301,419,l), +(247,160,l), +(397,286,l), +(552,0,l) +); +}, +{ +closed = 1; +nodes = ( +(224,0,l), +(375,729,l), +(148,729,l), +(-3,0,l) +); +} +); +width = 869; +}, +{ +anchors = ( +{ +name = bottom; +pos = (163,0); +}, +{ +name = top; +pos = (163,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(334,0,l), +(169,454,l), +(323,729,l), +(288,729,l), +(66,334,l), +(66,279,l), +(147,420,l), +(300,0,l) +); +}, +{ +closed = 1; +nodes = ( +(73,0,l), +(73,729,l), +(42,729,l), +(42,0,l) +); +} +); +width = 328; +}, +{ +anchors = ( +{ +name = bottom; +pos = (245,0); +}, +{ +name = top; +pos = (245,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(261,0,l), +(261,159,l), +(336,249,l), +(501,0,l), +(747,0,l), +(474,414,l), +(737,729,l), +(487,729,l), +(261,445,l), +(261,729,l), +(58,729,l), +(58,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(475,0,l), +(363,426,l), +(476,729,l), +(290,729,l), +(201,451,l), +(201,147,l), +(232,252,l), +(284,0,l) +); +}, +{ +closed = 1; +nodes = ( +(205,0,l), +(205,729,l), +(18,729,l), +(18,0,l) +); +} +); +width = 479; +}, +{ +anchors = ( +{ +name = bottom; +pos = (295,0); +}, +{ +name = top; +pos = (295,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(594,0,l), +(289,426,l), +(585,729,l), +(535,729,l), +(99,282,l), +(99,231,l), +(262,398,l), +(546,0,l) +); +}, +{ +closed = 1; +nodes = ( +(108,0,l), +(108,729,l), +(70,729,l), +(70,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 598; +}, +{ +anchors = ( +{ +name = bottom; +pos = (341,0); +}, +{ +name = top; +pos = (341,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(262,0,l), +(262,163,l), +(349,273,l), +(506,0,l), +(746,0,l), +(488,420,l), +(735,729,l), +(496,729,l), +(262,417,l), +(262,729,l), +(59,729,l), +(59,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(713,0,l), +(453,427,l), +(711,729,l), +(471,729,l), +(223,418,l), +(223,174,l), +(314,280,l), +(474,0,l) +); +}, +{ +closed = 1; +nodes = ( +(233,0,l), +(233,729,l), +(30,729,l), +(30,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +}; +width = 707; +}, +{ +anchors = ( +{ +name = bottom; +pos = (339,0); +}, +{ +name = top; +pos = (339,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(108,0,l), +(108,176,l), +(322,385,l), +(633,0,l), +(680,0,l), +(349,411,l), +(673,729,l), +(625,729,l), +(108,221,l), +(108,729,l), +(72,729,l), +(72,0,l) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(698,0,l), +(329,430,l), +(634,729,l), +(579,729,l), +(89,250,l), +(89,196,l), +(299,402,l), +(645,0,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(100,729,l), +(62,729,l), +(62,0,l) +); +} +); +width = 689; +}, +{ +anchors = ( +{ +name = bottom; +pos = (416,0); +}, +{ +name = top; +pos = (416,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(860,0,l), +(531,428,l), +(836,729,l), +(541,729,l), +(250,415,l), +(250,149,l), +(368,273,l), +(571,0,l) +); +}, +{ +closed = 1; +nodes = ( +(261,0,l), +(261,729,l), +(32,729,l), +(32,0,l) +); +} +); +width = 842; +}, +{ +anchors = ( +{ +name = bottom; +pos = (115,0); +}, +{ +name = top; +pos = (266,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(269,0,l), +(199,424,l), +(414,729,l), +(379,729,l), +(75,296,l), +(62,234,l), +(174,392,l), +(237,0,l) +); +}, +{ +closed = 1; +nodes = ( +(21,0,l), +(172,729,l), +(140,729,l), +(-11,0,l) +); +} +); +width = 308; +}, +{ +anchors = ( +{ +name = bottom; +pos = (195,0); +}, +{ +name = top; +pos = (346,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,0,l), +(389,425,l), +(564,729,l), +(378,729,l), +(230,431,l), +(176,168,l), +(227,271,l), +(222,0,l) +); +}, +{ +closed = 1; +nodes = ( +(147,0,l), +(299,729,l), +(114,729,l), +(-38,0,l) +); +} +); +width = 472; +}, +{ +anchors = ( +{ +name = bottom; +pos = (237,0); +}, +{ +name = top; +pos = (388,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(550,0,l), +(326,443,l), +(678,729,l), +(621,729,l), +(111,310,l), +(99,257,l), +(296,419,l), +(508,0,l) +); +}, +{ +closed = 1; +nodes = ( +(53,0,l), +(205,729,l), +(167,729,l), +(16,0,l) +); +} +); +width = 603; +}, +{ +anchors = ( +{ +name = bottom; +pos = (287,0); +}, +{ +name = top; +pos = (438,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(646,0,l), +(465,421,l), +(787,729,l), +(540,729,l), +(257,439,l), +(202,181,l), +(312,283,l), +(425,0,l) +); +}, +{ +closed = 1; +nodes = ( +(175,0,l), +(326,729,l), +(125,729,l), +(-26,0,l) +); +} +); +width = 683; +}, +{ +anchors = ( +{ +name = bottom; +pos = (291,0); +}, +{ +name = top; +pos = (442,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(644,0,l), +(374,431,l), +(751,729,l), +(697,729,l), +(87,244,l), +(76,194,l), +(345,409,l), +(600,0,l) +); +}, +{ +closed = 1; +nodes = ( +(46,0,l), +(197,729,l), +(159,729,l), +(8,0,l) +); +} +); +width = 688; +}, +{ +anchors = ( +{ +name = bottom; +pos = (366,0); +}, +{ +name = top; +pos = (517,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(795,0,l), +(557,419,l), +(915,729,l), +(624,729,l), +(280,419,l), +(226,160,l), +(376,286,l), +(531,0,l) ); }, { closed = 1; nodes = ( -(218,0,l), -(369,729,l), -(142,729,l), -(-9,0,l) +(203,0,l), +(354,729,l), +(127,729,l), +(-24,0,l) ); } ); -width = 857; +width = 833; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/K_commaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/K_commaaccent.glyph index 4f93d04a..a454a733 100644 --- a/sources/MonaSans.glyphspackage/glyphs/K_commaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/K_commaaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Kcommaaccent; -kernLeft = H; -kernRight = K; +kernLeft = KO_H; +kernRight = KO_K; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (74,0); ref = commaaccentcomb; } ); -width = 499; +width = 515; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = K; }, { -pos = (213,0); +pos = (248,0); ref = commaaccentcomb; } ); -width = 647; +width = 696; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = K; }, { -pos = (200,0); +pos = (247,0); ref = commaaccentcomb; } ); -width = 753; +width = 879; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = K; }, { -pos = (248,0); +pos = (209,0); ref = commaaccentcomb; } ); -width = 696; +width = 640; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = K; }, { -pos = (247,0); +pos = (203,0); ref = commaaccentcomb; } ); -width = 867; +width = 738; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (82,0); ref = commaaccentcomb; } ); -width = 494; +width = 510; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (258,0); ref = commaaccentcomb; } ); -width = 857; +width = 869; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = K; +}, +{ +pos = (86,0); +ref = commaaccentcomb; +} +); +width = 328; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = K; +}, +{ +pos = (73,0); +ref = commaaccentcomb; +} +); +width = 479; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = K; +}, +{ +pos = (209,0); +ref = commaaccentcomb; +} +); +width = 598; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = K; +}, +{ +pos = (192,0); +ref = commaaccentcomb; +} +); +width = 707; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = K; +}, +{ +pos = (248,0); +ref = commaaccentcomb; +} +); +width = 689; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = K; +}, +{ +pos = (242,0); +ref = commaaccentcomb; +} +); +width = 842; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = K; +}, +{ +pos = (95,0); +ref = commaaccentcomb; +} +); +width = 308; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = K; +}, +{ +pos = (82,0); +ref = commaaccentcomb; +} +); +width = 472; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = K; +}, +{ +pos = (209,0); +ref = commaaccentcomb; +} +); +width = 603; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = K; +}, +{ +pos = (201,0); +ref = commaaccentcomb; +} +); +width = 683; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = K; +}, +{ +pos = (253,0); +ref = commaaccentcomb; +} +); +width = 688; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = K; +}, +{ +pos = (258,0); +ref = commaaccentcomb; +} +); +width = 833; } ); unicode = 310; diff --git a/sources/MonaSans.glyphspackage/glyphs/L_.glyph b/sources/MonaSans.glyphspackage/glyphs/L_.glyph index c184c623..d95f7406 100644 --- a/sources/MonaSans.glyphspackage/glyphs/L_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/L_.glyph @@ -1,25 +1,25 @@ { glyphname = L; -kernLeft = H; -kernRight = L; +kernLeft = KO_H; +kernRight = KO_L; layers = ( { anchors = ( { name = bottom; -pos = (182,0); +pos = (190,0); }, { name = center; -pos = (276,365); +pos = (284,365); }, { name = top; -pos = (123,729); +pos = (131,729); }, { name = topright; -pos = (216,729); +pos = (224,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -27,17 +27,17 @@ shapes = ( { closed = 1; nodes = ( -(346,0,l), -(346,163,l), -(191,163,l), -(216,136,l), -(216,729,l), -(29,729,l), -(29,0,l) +(354,0,l), +(354,163,l), +(199,163,l), +(224,136,l), +(224,729,l), +(37,729,l), +(37,0,l) ); } ); -width = 359; +width = 375; }, { anchors = ( @@ -79,33 +79,105 @@ width = 260; anchors = ( { name = bottom; -pos = (258,0); +pos = (292,0); +}, +{ +name = center; +pos = (326,365); +}, +{ +name = top; +pos = (91,729); +}, +{ +name = topright; +pos = (229,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(560,0,l), +(560,37,l), +(92,37,l), +(110,23,l), +(110,729,l), +(72,729,l), +(72,0,l) +); +} +); +width = 576; +}, +{ +anchors = ( +{ +name = bottom; +pos = (311,0); +}, +{ +name = center; +pos = (412,365); +}, +{ +name = top; +pos = (168,729); +}, +{ +name = topright; +pos = (302,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(612,0,l), +(612,186,l), +(237,186,l), +(282,141,l), +(282,729,l), +(53,729,l), +(53,0,l) +); +} +); +width = 623; +}, +{ +anchors = ( +{ +name = bottom; +pos = (335,0); }, { name = center; -pos = (314,365); +pos = (321,365); }, { name = top; -pos = (113,729); +pos = (124,729); }, { name = topright; -pos = (215,729); +pos = (224,729); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(514,0,l), -(514,37,l), -(114,37,l), -(132,15,l), -(132,729,l), -(94,729,l), -(94,0,l) +(565,0,l), +(565,37,l), +(125,37,l), +(143,15,l), +(143,729,l), +(105,729,l), +(105,0,l) ); } ); @@ -158,118 +230,46 @@ type = Stem; } ); }; -width = 543; +width = 574; }, { anchors = ( { name = bottom; -pos = (281,0); +pos = (277,0); }, { name = center; -pos = (381,365); +pos = (377,365); }, { name = top; -pos = (161,729); +pos = (163,729); }, { name = topright; -pos = (312,729); +pos = (311,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(564,0,l), -(564,179,l), -(237,179,l), -(262,151,l), -(262,729,l), -(59,729,l), -(59,0,l) +(572,0,l), +(572,179,l), +(240,179,l), +(263,151,l), +(263,729,l), +(62,729,l), +(62,0,l) ); } ); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; }; -width = 584; -}, -{ -anchors = ( -{ -name = bottom; -pos = (292,0); -}, -{ -name = center; -pos = (326,365); -}, -{ -name = top; -pos = (91,729); -}, -{ -name = topright; -pos = (229,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(560,0,l), -(560,37,l), -(92,37,l), -(110,23,l), -(110,729,l), -(72,729,l), -(72,0,l) -); -} -); -width = 576; -}, -{ -anchors = ( -{ -name = bottom; -pos = (305,0); -}, -{ -name = center; -pos = (406,365); -}, -{ -name = top; -pos = (162,729); -}, -{ -name = topright; -pos = (296,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(606,0,l), -(606,186,l), -(231,186,l), -(276,141,l), -(276,729,l), -(47,729,l), -(47,0,l) -); -} -); -width = 611; +width = 590; }, { anchors = ( @@ -311,19 +311,19 @@ width = 257; anchors = ( { name = bottom; -pos = (137,0); +pos = (145,0); }, { name = center; -pos = (291,365); +pos = (299,365); }, { name = top; -pos = (218,729); +pos = (226,729); }, { name = topright; -pos = (323,729); +pos = (331,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -331,17 +331,17 @@ shapes = ( { closed = 1; nodes = ( -(287,0,l), -(321,163,l), -(178,163,l), -(188,149,l), -(310,729,l), -(125,729,l), -(-27,0,l) +(295,0,l), +(329,163,l), +(186,163,l), +(196,149,l), +(318,729,l), +(133,729,l), +(-19,0,l) ); } ); -width = 356; +width = 372; }, { anchors = ( @@ -455,19 +455,19 @@ width = 569; anchors = ( { name = bottom; -pos = (257,0); +pos = (263,0); }, { name = center; -pos = (425,365); +pos = (431,365); }, { name = top; -pos = (256,729); +pos = (262,729); }, { name = topright; -pos = (393,729); +pos = (399,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -475,17 +475,501 @@ shapes = ( { closed = 1; nodes = ( -(544,0,l), -(583,186,l), -(212,186,l), -(248,142,l), -(369,729,l), -(142,729,l), -(-9,0,l) +(550,0,l), +(589,186,l), +(218,186,l), +(254,142,l), +(375,729,l), +(148,729,l), +(-3,0,l) +); +} +); +width = 618; +}, +{ +anchors = ( +{ +name = bottom; +pos = (128,0); +}, +{ +name = center; +pos = (184,365); +}, +{ +name = top; +pos = (57,729); +}, +{ +name = topright; +pos = (98,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(264,0,l), +(264,29,l), +(55,29,l), +(71,17,l), +(71,729,l), +(42,729,l), +(42,0,l) +); +} +); +width = 254; +}, +{ +anchors = ( +{ +name = bottom; +pos = (171,0); +}, +{ +name = center; +pos = (265,365); +}, +{ +name = top; +pos = (112,729); +}, +{ +name = topright; +pos = (205,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(335,0,l), +(335,163,l), +(180,163,l), +(205,136,l), +(205,729,l), +(18,729,l), +(18,0,l) +); +} +); +width = 339; +}, +{ +anchors = ( +{ +name = bottom; +pos = (234,0); +}, +{ +name = center; +pos = (290,365); +}, +{ +name = top; +pos = (89,729); +}, +{ +name = topright; +pos = (191,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,0,l), +(490,37,l), +(90,37,l), +(108,15,l), +(108,729,l), +(70,729,l), +(70,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 494; +}, +{ +anchors = ( +{ +name = bottom; +pos = (252,0); +}, +{ +name = center; +pos = (352,365); +}, +{ +name = top; +pos = (132,729); +}, +{ +name = topright; +pos = (283,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(535,0,l), +(535,179,l), +(208,179,l), +(233,151,l), +(233,729,l), +(30,729,l), +(30,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +}; +width = 533; +}, +{ +anchors = ( +{ +name = bottom; +pos = (282,0); +}, +{ +name = center; +pos = (316,365); +}, +{ +name = top; +pos = (81,729); +}, +{ +name = topright; +pos = (219,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(560,0,l), +(560,37,l), +(82,37,l), +(100,23,l), +(100,729,l), +(62,729,l), +(62,0,l) +); +} +); +width = 571; +}, +{ +anchors = ( +{ +name = bottom; +pos = (290,0); +}, +{ +name = center; +pos = (391,365); +}, +{ +name = top; +pos = (147,729); +}, +{ +name = topright; +pos = (281,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(611,0,l), +(611,186,l), +(216,186,l), +(261,141,l), +(261,729,l), +(32,729,l), +(32,0,l) +); +} +); +width = 611; +}, +{ +anchors = ( +{ +name = bottom; +pos = (81,0); +}, +{ +name = center; +pos = (154,365); +}, +{ +name = top; +pos = (155,729); +}, +{ +name = topright; +pos = (205,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,0,l), +(201,29,l), +(16,29,l), +(23,21,l), +(170,729,l), +(140,729,l), +(-11,0,l) ); } ); -width = 606; +width = 238; +}, +{ +anchors = ( +{ +name = bottom; +pos = (126,0); +}, +{ +name = center; +pos = (280,365); +}, +{ +name = top; +pos = (207,729); +}, +{ +name = topright; +pos = (312,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,0,l), +(310,163,l), +(167,163,l), +(177,149,l), +(299,729,l), +(114,729,l), +(-38,0,l) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = bottom; +pos = (183,0); +}, +{ +name = center; +pos = (306,365); +}, +{ +name = top; +pos = (186,729); +}, +{ +name = topright; +pos = (292,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(422,0,l), +(429,37,l), +(47,37,l), +(57,25,l), +(204,729,l), +(167,729,l), +(16,0,l) +); +} +); +width = 480; +}, +{ +anchors = ( +{ +name = bottom; +pos = (199,0); +}, +{ +name = center; +pos = (371,365); +}, +{ +name = top; +pos = (226,729); +}, +{ +name = topright; +pos = (354,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(464,0,l), +(501,179,l), +(201,179,l), +(210,168,l), +(326,729,l), +(125,729,l), +(-26,0,l) +); +} +); +width = 511; +}, +{ +anchors = ( +{ +name = bottom; +pos = (245,0); +}, +{ +name = center; +pos = (348,365); +}, +{ +name = top; +pos = (178,729); +}, +{ +name = topright; +pos = (317,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(517,36,l), +(43,36,l), +(51,28,l), +(196,729,l), +(159,729,l), +(8,0,l) +); +} +); +width = 564; +}, +{ +anchors = ( +{ +name = bottom; +pos = (254,0); +}, +{ +name = center; +pos = (422,365); +}, +{ +name = top; +pos = (241,729); +}, +{ +name = topright; +pos = (385,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(554,0,l), +(593,186,l), +(196,186,l), +(232,142,l), +(353,729,l), +(127,729,l), +(-24,0,l) +); +} +); +width = 611; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/L_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/L_acute.glyph index 7bab1023..4a56f695 100644 --- a/sources/MonaSans.glyphspackage/glyphs/L_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/L_acute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Lacute; -kernLeft = H; -kernRight = L; +kernLeft = KO_H; +kernRight = KO_L; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (11,51); ref = acutecomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = L; }, { -pos = (58,57); +pos = (33,57); ref = acutecomb; } ); -width = 543; +width = 576; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = L; }, { -pos = (49,51); +pos = (45,56); ref = acutecomb; } ); -width = 584; +width = 623; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = L; }, { -pos = (33,57); +pos = (68,57); ref = acutecomb; } ); -width = 576; +width = 574; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = L; }, { -pos = (45,56); +pos = (53,51); ref = acutecomb; } ); -width = 611; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (23,51); ref = acutecomb; } ); -width = 356; +width = 372; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (56,56); ref = acutecomb; } ); -width = 606; +width = 618; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = L; +}, +{ +pos = (21,57); +ref = acutecomb; +} +); +width = 254; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = L; +}, +{ +pos = (10,51); +ref = acutecomb; +} +); +width = 339; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = L; +}, +{ +pos = (54,57); +ref = acutecomb; +} +); +width = 494; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = L; +}, +{ +pos = (41,51); +ref = acutecomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = L; +}, +{ +pos = (33,57); +ref = acutecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = L; +}, +{ +pos = (40,56); +ref = acutecomb; +} +); +width = 611; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = L; +}, +{ +pos = (37,57); +ref = acutecomb; +} +); +width = 238; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = L; +}, +{ +pos = (23,51); +ref = acutecomb; +} +); +width = 334; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = L; +}, +{ +pos = (68,57); +ref = acutecomb; +} +); +width = 480; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = L; +}, +{ +pos = (60,51); +ref = acutecomb; +} +); +width = 511; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = L; +}, +{ +pos = (45,57); +ref = acutecomb; +} +); +width = 564; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = L; +}, +{ +pos = (56,56); +ref = acutecomb; +} +); +width = 611; } ); unicode = 313; diff --git a/sources/MonaSans.glyphspackage/glyphs/L_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/L_caron.glyph index 5cbd5c8e..fda9919d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/L_caron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/L_caron.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = Lcaron; -kernLeft = H; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (195,0); ref = caroncomb.alt; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = L; }, { -pos = (233,0); +pos = (257,0); ref = caroncomb.alt; } ); -width = 543; +width = 576; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = L; }, { -pos = (291,0); +pos = (286,0); ref = caroncomb.alt; } ); -width = 584; +width = 623; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = L; }, { -pos = (257,0); +pos = (245,0); ref = caroncomb.alt; } ); -width = 576; +width = 574; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = L; }, { -pos = (286,0); +pos = (288,0); ref = caroncomb.alt; } ); -width = 611; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (206,0); ref = caroncomb.alt; } ); -width = 356; +width = 372; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,163 @@ pos = (288,0); ref = caroncomb.alt; } ); -width = 606; +width = 618; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = L; +}, +{ +pos = (127,0); +ref = caroncomb.alt; +} +); +width = 254; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = L; +}, +{ +pos = (194,0); +ref = caroncomb.alt; +} +); +width = 339; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = L; +}, +{ +pos = (229,0); +ref = caroncomb.alt; +} +); +width = 494; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = L; +}, +{ +pos = (283,0); +ref = caroncomb.alt; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = L; +}, +{ +pos = (257,0); +ref = caroncomb.alt; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = L; +}, +{ +pos = (281,0); +ref = caroncomb.alt; +} +); +width = 611; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = L; +}, +{ +pos = (140,0); +ref = caroncomb.alt; +} +); +width = 238; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = L; +}, +{ +pos = (206,0); +ref = caroncomb.alt; +} +); +width = 334; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = L; +}, +{ +pos = (237,0); +ref = caroncomb.alt; +} +); +width = 480; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = L; +}, +{ +pos = (276,0); +ref = caroncomb.alt; +} +); +width = 511; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = L; +}, +{ +pos = (258,0); +ref = caroncomb.alt; +} +); +width = 564; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = L; +}, +{ +pos = (295,0); +ref = caroncomb.alt; +} +); +width = 611; } ); unicode = 317; diff --git a/sources/MonaSans.glyphspackage/glyphs/L_commaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/L_commaaccent.glyph index 6b6e1ec1..4f6ef245 100644 --- a/sources/MonaSans.glyphspackage/glyphs/L_commaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/L_commaaccent.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Lcommaaccent; -kernRight = L; +kernLeft = KO_H; +kernRight = KO_L; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ ref = L; ref = commaaccentcomb; } ); -width = 359; +width = 375; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = L; }, { -pos = (152,0); +pos = (191,0); ref = commaaccentcomb; } ); -width = 543; +width = 576; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = L; }, { -pos = (111,0); +pos = (121,0); ref = commaaccentcomb; } ); -width = 584; +width = 623; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = L; }, { -pos = (191,0); +pos = (228,0); ref = commaaccentcomb; } ); -width = 576; +width = 574; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = L; }, { -pos = (121,0); +pos = (114,0); ref = commaaccentcomb; } ); -width = 611; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (13,0); ref = commaaccentcomb; } ); -width = 356; +width = 372; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +157,163 @@ pos = (134,0); ref = commaaccentcomb; } ); -width = 606; +width = 618; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = L; +}, +{ +pos = (51,0); +ref = commaaccentcomb; +} +); +width = 254; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = L; +}, +{ +pos = (-1,0); +ref = commaaccentcomb; +} +); +width = 339; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = L; +}, +{ +pos = (148,0); +ref = commaaccentcomb; +} +); +width = 494; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = L; +}, +{ +pos = (103,0); +ref = commaaccentcomb; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = L; +}, +{ +pos = (191,0); +ref = commaaccentcomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = L; +}, +{ +pos = (116,0); +ref = commaaccentcomb; +} +); +width = 611; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = L; +}, +{ +pos = (61,0); +ref = commaaccentcomb; +} +); +width = 238; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = L; +}, +{ +pos = (13,0); +ref = commaaccentcomb; +} +); +width = 334; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = L; +}, +{ +pos = (155,0); +ref = commaaccentcomb; +} +); +width = 480; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = L; +}, +{ +pos = (113,0); +ref = commaaccentcomb; +} +); +width = 511; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = L; +}, +{ +pos = (207,0); +ref = commaaccentcomb; +} +); +width = 564; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = L; +}, +{ +pos = (146,0); +ref = commaaccentcomb; +} +); +width = 611; } ); unicode = 315; diff --git a/sources/MonaSans.glyphspackage/glyphs/L_dot.glyph b/sources/MonaSans.glyphspackage/glyphs/L_dot.glyph index a7677891..77d68351 100644 --- a/sources/MonaSans.glyphspackage/glyphs/L_dot.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/L_dot.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = Ldot; -kernLeft = H; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -25,67 +25,67 @@ ref = L; }, { alignment = 1; -pos = (359,0); +pos = (375,0); ref = periodcentered.loclCAT.case; } ); -width = 409; +width = 441; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = L; }, { alignment = 1; -pos = (543,0); +pos = (576,0); ref = periodcentered.loclCAT.case; } ); -width = 543; +width = 576; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = L; }, { alignment = 1; -pos = (584,0); +pos = (623,0); ref = periodcentered.loclCAT.case; } ); -width = 584; +width = 635; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = L; }, { alignment = 1; -pos = (576,0); +pos = (574,0); ref = periodcentered.loclCAT.case; } ); -width = 576; +width = 579; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = L; }, { alignment = 1; -pos = (611,0); +pos = (590,0); ref = periodcentered.loclCAT.case; } ); -width = 611; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -109,11 +109,11 @@ ref = L; }, { alignment = 1; -pos = (356,0); +pos = (372,0); ref = periodcentered.loclCAT.case; } ); -width = 419; +width = 451; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -165,11 +165,179 @@ ref = L; }, { alignment = 1; -pos = (606,0); +pos = (618,0); ref = periodcentered.loclCAT.case; } ); -width = 606; +width = 630; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (254,0); +ref = periodcentered.loclCAT.case; +} +); +width = 266; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (339,0); +ref = periodcentered.loclCAT.case; +} +); +width = 379; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (494,0); +ref = periodcentered.loclCAT.case; +} +); +width = 494; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (533,0); +ref = periodcentered.loclCAT.case; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (571,0); +ref = periodcentered.loclCAT.case; +} +); +width = 596; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (611,0); +ref = periodcentered.loclCAT.case; +} +); +width = 616; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (238,0); +ref = periodcentered.loclCAT.case; +} +); +width = 238; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (334,0); +ref = periodcentered.loclCAT.case; +} +); +width = 375; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (480,0); +ref = periodcentered.loclCAT.case; +} +); +width = 480; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (511,0); +ref = periodcentered.loclCAT.case; +} +); +width = 511; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (564,0); +ref = periodcentered.loclCAT.case; +} +); +width = 564; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (611,0); +ref = periodcentered.loclCAT.case; +} +); +width = 611; } ); unicode = 319; diff --git a/sources/MonaSans.glyphspackage/glyphs/L_dot.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/L_dot.ss01.glyph index d3f9f604..716712ec 100644 --- a/sources/MonaSans.glyphspackage/glyphs/L_dot.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/L_dot.ss01.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = Ldot.ss01; -kernLeft = H; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -25,67 +25,67 @@ ref = L; }, { alignment = 1; -pos = (359,0); +pos = (375,0); ref = periodcentered.loclCAT.case.ss01; } ); -width = 406; +width = 438; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = L; }, { alignment = 1; -pos = (543,0); +pos = (576,0); ref = periodcentered.loclCAT.case.ss01; } ); -width = 543; +width = 576; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = L; }, { alignment = 1; -pos = (584,0); +pos = (623,0); ref = periodcentered.loclCAT.case.ss01; } ); -width = 584; +width = 635; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = L; }, { alignment = 1; -pos = (576,0); +pos = (574,0); ref = periodcentered.loclCAT.case.ss01; } ); -width = 576; +width = 579; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = L; }, { alignment = 1; -pos = (611,0); +pos = (590,0); ref = periodcentered.loclCAT.case.ss01; } ); -width = 611; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -109,11 +109,11 @@ ref = L; }, { alignment = 1; -pos = (356,0); +pos = (372,0); ref = periodcentered.loclCAT.case.ss01; } ); -width = 410; +width = 442; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -165,11 +165,179 @@ ref = L; }, { alignment = 1; -pos = (606,0); +pos = (618,0); ref = periodcentered.loclCAT.case.ss01; } ); -width = 606; +width = 630; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (254,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 266; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (339,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 376; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (494,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 494; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (533,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 533; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (571,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 596; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (611,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 616; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (238,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 238; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (334,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 366; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (480,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 480; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (511,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 511; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (564,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 564; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = L; +}, +{ +alignment = 1; +pos = (611,0); +ref = periodcentered.loclCAT.case.ss01; +} +); +width = 611; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/L_slash.glyph b/sources/MonaSans.glyphspackage/glyphs/L_slash.glyph index 8b0fff97..226f4e2a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/L_slash.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/L_slash.glyph @@ -1,7 +1,7 @@ { color = 7; glyphname = Lslash; -kernRight = Lslash; +kernRight = KO_Lslash; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -31,67 +31,67 @@ pos = (-27,-38); ref = slashshortcomb.case; } ); -width = 374; +width = 390; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = -1; -pos = (33,0); +pos = (53,0); ref = L; }, { -pos = (-8,25); +pos = (-21,71); ref = slashshortcomb.case; } ); -width = 576; +width = 629; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = -1; -pos = (28,0); +pos = (18,0); ref = L; }, { -pos = (-18,60); +pos = (-33,70); ref = slashshortcomb.case; } ); -width = 612; +width = 641; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = -1; -pos = (53,0); +pos = (33,0); ref = L; }, { -pos = (-21,71); +pos = (4,25); ref = slashshortcomb.case; } ); -width = 629; +width = 569; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = -1; -pos = (18,0); +pos = (28,0); ref = L; }, { -pos = (-33,70); +pos = (-7,60); ref = slashshortcomb.case; } ); -width = 629; +width = 603; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -121,7 +121,7 @@ pos = (-33,-30); ref = slashshortcomb.case; } ); -width = 375; +width = 391; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -181,7 +181,187 @@ pos = (-18,70); ref = slashshortcomb.case; } ); -width = 625; +width = 637; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (8,0); +ref = L; +}, +{ +pos = (-16,23); +ref = slashshortcomb.case; +} +); +width = 228; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +pos = (15,0); +ref = L; +}, +{ +pos = (-28,-38); +ref = slashshortcomb.case; +} +); +width = 354; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (33,0); +ref = L; +}, +{ +pos = (-12,25); +ref = slashshortcomb.case; +} +); +width = 536; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (28,0); +ref = L; +}, +{ +pos = (-26,60); +ref = slashshortcomb.case; +} +); +width = 560; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (53,0); +ref = L; +}, +{ +pos = (-21,71); +ref = slashshortcomb.case; +} +); +width = 609; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (18,0); +ref = L; +}, +{ +pos = (-38,70); +ref = slashshortcomb.case; +} +); +width = 599; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = -1; +pos = (6,0); +ref = L; +}, +{ +pos = (0,71); +ref = slashshortcomb.case; +} +); +width = 217; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = -1; +pos = (19,0); +ref = L; +}, +{ +pos = (-33,-30); +ref = slashshortcomb.case; +} +); +width = 353; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = -1; +pos = (39,0); +ref = L; +}, +{ +pos = (6,71); +ref = slashshortcomb.case; +} +); +width = 519; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +pos = (29,0); +ref = L; +}, +{ +pos = (-4,65); +ref = slashshortcomb.case; +} +); +width = 540; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +pos = (54,0); +ref = L; +}, +{ +pos = (3,71); +ref = slashshortcomb.case; +} +); +width = 603; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = -1; +pos = (19,0); +ref = L; +}, +{ +pos = (-6,70); +ref = slashshortcomb.case; +} +); +width = 595; } ); metricRight = L; diff --git a/sources/MonaSans.glyphspackage/glyphs/M_.glyph b/sources/MonaSans.glyphspackage/glyphs/M_.glyph index c26df865..e4ed25d3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/M_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/M_.glyph @@ -1,17 +1,17 @@ { glyphname = M; -kernLeft = H; -kernRight = H; +kernLeft = KO_H; +kernRight = KO_H; layers = ( { anchors = ( { name = bottom; -pos = (323,0); +pos = (331,0); }, { name = top; -pos = (323,729); +pos = (331,729); } ); background = { @@ -46,32 +46,32 @@ shapes = ( { closed = 1; nodes = ( -(198,0,l), -(198,337,l), -(195,523,l), -(202,523,l), -(229,275,l), -(267,0,l), -(379,0,l), -(417,275,l), -(447,533,l), -(454,533,l), -(448,337,l), -(448,0,l), -(617,0,l), -(617,729,l), -(360,729,l), -(334,466,l), -(326,298,l), -(319,298,l), -(310,466,l), -(284,729,l), -(29,729,l), -(29,0,l) +(206,0,l), +(206,337,l), +(203,523,l), +(210,523,l), +(237,275,l), +(275,0,l), +(387,0,l), +(425,275,l), +(455,533,l), +(462,533,l), +(456,337,l), +(456,0,l), +(625,0,l), +(625,729,l), +(368,729,l), +(342,466,l), +(334,298,l), +(327,298,l), +(318,466,l), +(292,729,l), +(37,729,l), +(37,0,l) ); } ); -width = 646; +width = 662; }, { anchors = ( @@ -147,212 +147,6 @@ width = 515; anchors = ( { name = bottom; -pos = (440,0); -}, -{ -name = top; -pos = (440,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(132,0,l), -(132,420,l), -(130,686,l), -(136,686,l), -(422,0,l), -(458,0,l), -(743,686,l), -(750,686,l), -(747,420,l), -(747,0,l), -(786,0,l), -(786,729,l), -(724,729,l), -(440,50,l), -(438,50,l), -(156,729,l), -(94,729,l), -(94,0,l) -); -} -); -}; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(132,0,l), -(132,420,l), -(131,698,l), -(138,698,l), -(234,451,l), -(416,0,l), -(464,0,l), -(645,451,l), -(741,698,l), -(748,698,l), -(747,420,l), -(747,0,l), -(785,0,l), -(785,729,l), -(716,729,l), -(547,304,l), -(443,42,l), -(436,42,l), -(332,304,l), -(164,729,l), -(94,729,l), -(94,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 879; -}, -{ -anchors = ( -{ -name = bottom; -pos = (465,0); -}, -{ -name = top; -pos = (465,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(257,0,l), -(257,233,l), -(254,518,l), -(263,518,l), -(383,0,l), -(549,0,l), -(669,518,l), -(676,518,l), -(674,235,l), -(674,0,l), -(870,0,l), -(870,729,l), -(564,729,l), -(470,333,l), -(462,333,l), -(365,729,l), -(59,729,l), -(59,0,l) -); -} -); -}; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,0,l), -(257,312,l), -(252,538,l), -(261,538,l), -(306,331,l), -(383,0,l), -(549,0,l), -(625,326,l), -(671,538,l), -(679,538,l), -(674,312,l), -(674,0,l), -(870,0,l), -(870,729,l), -(554,729,l), -(500,473,l), -(470,293,l), -(462,293,l), -(431,473,l), -(375,729,l), -(59,729,l), -(59,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -}; -width = 929; -}, -{ -anchors = ( -{ -name = bottom; pos = (461,0); }, { @@ -423,11 +217,11 @@ width = 922; anchors = ( { name = bottom; -pos = (513,0); +pos = (519,0); }, { name = top; -pos = (513,729); +pos = (519,729); } ); background = { @@ -462,311 +256,1349 @@ shapes = ( { closed = 1; nodes = ( -(261,0,l), -(261,233,l), -(256,523,l), -(266,523,l), -(317,326,l), -(412,0,l), -(614,0,l), -(709,326,l), -(760,523,l), -(770,523,l), -(765,235,l), -(765,0,l), -(977,0,l), -(977,729,l), -(635,729,l), -(540,349,l), -(518,247,l), -(510,247,l), -(487,349,l), -(389,729,l), -(47,729,l), -(47,0,l) +(267,0,l), +(267,233,l), +(262,523,l), +(272,523,l), +(323,326,l), +(418,0,l), +(620,0,l), +(715,326,l), +(766,523,l), +(776,523,l), +(771,235,l), +(771,0,l), +(983,0,l), +(983,729,l), +(641,729,l), +(546,349,l), +(524,247,l), +(516,247,l), +(493,349,l), +(395,729,l), +(53,729,l), +(53,0,l) ); } ); -width = 1024; +width = 1036; }, { anchors = ( { name = bottom; -pos = (203,0); +pos = (266,0); }, { name = top; -pos = (354,729); +pos = (266,729); } ); +associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +attr = { +coordinates = ( +75, +300, +1, +0 +); +}; background = { shapes = ( { closed = 1; nodes = ( -(-21,0,l), -(64,414,l), -(121,693,l), -(127,693,l), -(121,0,l), -(154,0,l), -(436,693,l), -(442,693,l), -(381,414,l), -(294,0,l), -(326,0,l), -(477,729,l), -(419,729,l), -(153,75,l), -(151,75,l), -(156,729,l), -(98,729,l), -(-53,0,l) +(112,0,l), +(112,378,l), +(109,666,l), +(115,666,l), +(232,0,l), +(299,0,l), +(417,666,l), +(424,666,l), +(421,378,l), +(421,0,l), +(473,0,l), +(473,729,l), +(378,729,l), +(269,111,l), +(262,111,l), +(154,729,l), +(61,729,l), +(61,0,l) ); } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "06D708AE-6FF7-4126-A797-652CFAE2D764"; +name = "{75, 300, 0}"; shapes = ( { closed = 1; nodes = ( -(43,0,l), -(127,407,l), -(186,698,l), -(192,698,l), -(188,415,l), -(182,0,l), -(226,0,l), -(391,417,l), -(504,699,l), -(510,699,l), -(448,407,l), -(364,0,l), -(395,0,l), -(546,729,l), -(486,729,l), -(305,279,l), -(215,44,l), -(209,44,l), -(216,279,l), -(221,729,l), -(163,729,l), -(12,0,l) -); -} -); -width = 513; -}, -{ -anchors = ( -{ -name = bottom; -pos = (267,0); -}, -{ -name = top; -pos = (418,729); -} -); +(112,0,l), +(112,486,l), +(109,676,l), +(115,676,l), +(146,487,l), +(232,0,l), +(299,0,l), +(386,490,l), +(417,676,l), +(424,676,l), +(421,486,l), +(421,0,l), +(473,0,l), +(473,729,l), +(378,729,l), +(281,169,l), +(269,71,l), +(262,71,l), +(250,169,l), +(154,729,l), +(61,729,l), +(61,0,l) +); +} +); +width = 534; +}, +{ +anchors = ( +{ +name = bottom; +pos = (467,0); +}, +{ +name = top; +pos = (467,729); +} +); +associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +attr = { +coordinates = ( +125, +300, +1, +0 +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(131,0,l), +(131,393,l), +(129,660,l), +(135,660,l), +(434,0,l), +(498,0,l), +(799,660,l), +(806,660,l), +(804,394,l), +(804,0,l), +(867,0,l), +(867,729,l), +(763,729,l), +(468,82,l), +(465,82,l), +(172,729,l), +(68,729,l), +(68,0,l) +); +} +); +}; +layerId = "BB8528A8-45D9-4F71-98F5-5E9EBC614399"; +name = "{125, 300, 0}"; +shapes = ( +{ +closed = 1; +nodes = ( +(131,0,l), +(131,393,l), +(128,673,l), +(135,673,l), +(234,443,l), +(433,0,l), +(499,0,l), +(703,453,l), +(798,674,l), +(806,674,l), +(804,394,l), +(804,0,l), +(867,0,l), +(867,729,l), +(762,729,l), +(572,304,l), +(470,66,l), +(463,66,l), +(361,304,l), +(172,729,l), +(68,729,l), +(68,0,l) +); +} +); +width = 935; +}, +{ +anchors = ( +{ +name = bottom; +pos = (430,0); +}, +{ +name = top; +pos = (430,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(127,0,l), +(127,420,l), +(125,686,l), +(131,686,l), +(417,0,l), +(453,0,l), +(738,686,l), +(745,686,l), +(742,420,l), +(742,0,l), +(781,0,l), +(781,729,l), +(719,729,l), +(435,50,l), +(433,50,l), +(151,729,l), +(89,729,l), +(89,0,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(142,0,l), +(142,420,l), +(141,698,l), +(148,698,l), +(237,451,l), +(407,0,l), +(451,0,l), +(622,451,l), +(711,698,l), +(718,698,l), +(717,420,l), +(717,0,l), +(753,0,l), +(753,729,l), +(687,729,l), +(529,304,l), +(433,42,l), +(426,42,l), +(331,304,l), +(171,729,l), +(105,729,l), +(105,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 858; +}, +{ +anchors = ( +{ +name = bottom; +pos = (444,0); +}, +{ +name = top; +pos = (444,729); +} +); +associatedMasterId = m019; +attr = { +coordinates = ( +100, +300, +1, +0 +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,393,l), +(148,662,l), +(154,662,l), +(414,0,l), +(471,0,l), +(733,662,l), +(740,662,l), +(737,394,l), +(737,0,l), +(798,0,l), +(798,729,l), +(697,729,l), +(444,90,l), +(442,90,l), +(191,729,l), +(89,729,l), +(89,0,l) +); +} +); +}; +layerId = "FEDFBF81-0D03-4F42-91B7-EAD130AB1BCB"; +name = "{100, 300, 0}"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,393,l), +(147,674,l), +(154,674,l), +(252,410,l), +(413,0,l), +(473,0,l), +(637,416,l), +(733,674,l), +(740,674,l), +(737,394,l), +(737,0,l), +(798,0,l), +(798,729,l), +(696,729,l), +(513,263,l), +(446,72,l), +(440,72,l), +(374,263,l), +(192,729,l), +(89,729,l), +(89,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 887; +}, +{ +anchors = ( +{ +name = bottom; +pos = (459,0); +}, +{ +name = top; +pos = (459,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(262,0,l), +(262,233,l), +(259,518,l), +(268,518,l), +(388,0,l), +(554,0,l), +(674,518,l), +(681,518,l), +(679,235,l), +(679,0,l), +(875,0,l), +(875,729,l), +(569,729,l), +(475,333,l), +(467,333,l), +(370,729,l), +(64,729,l), +(64,0,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(258,0,l), +(258,312,l), +(252,538,l), +(264,538,l), +(305,331,l), +(378,0,l), +(543,0,l), +(615,326,l), +(656,538,l), +(668,538,l), +(661,312,l), +(661,0,l), +(855,0,l), +(855,729,l), +(543,729,l), +(493,473,l), +(466,293,l), +(454,293,l), +(427,473,l), +(375,729,l), +(62,729,l), +(62,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; +}; +width = 918; +}, +{ +anchors = ( +{ +name = bottom; +pos = (203,0); +}, +{ +name = top; +pos = (354,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-21,0,l), +(64,414,l), +(121,693,l), +(127,693,l), +(121,0,l), +(154,0,l), +(436,693,l), +(442,693,l), +(381,414,l), +(294,0,l), +(326,0,l), +(477,729,l), +(419,729,l), +(153,75,l), +(151,75,l), +(156,729,l), +(98,729,l), +(-53,0,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(43,0,l), +(127,407,l), +(186,698,l), +(192,698,l), +(188,415,l), +(182,0,l), +(226,0,l), +(391,417,l), +(504,699,l), +(510,699,l), +(448,407,l), +(364,0,l), +(395,0,l), +(546,729,l), +(486,729,l), +(305,279,l), +(215,44,l), +(209,44,l), +(216,279,l), +(221,729,l), +(163,729,l), +(12,0,l) +); +} +); +width = 513; +}, +{ +anchors = ( +{ +name = bottom; +pos = (212,0); +}, +{ +name = top; +pos = (363,729); +} +); +associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +attr = { +coordinates = ( +75, +300, +1, +1 +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(57,0,l), +(134,374,l), +(195,674,l), +(201,674,l), +(184,0,l), +(241,0,l), +(504,674,l), +(510,674,l), +(444,374,l), +(366,0,l), +(417,0,l), +(568,729,l), +(477,729,l), +(236,110,l), +(233,110,l), +(249,729,l), +(157,729,l), +(6,0,l) +); +} +); +}; +layerId = "B348A82E-4BBD-479C-A743-AA43A79828FA"; +name = "{75, 300, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(57,0,l), +(158,486,l), +(194,676,l), +(200,676,l), +(196,487,l), +(184,0,l), +(241,0,l), +(432,490,l), +(503,676,l), +(510,676,l), +(468,486,l), +(366,0,l), +(418,0,l), +(569,729,l), +(476,729,l), +(276,212,l), +(229,71,l), +(222,71,l), +(233,212,l), +(250,729,l), +(157,729,l), +(6,0,l) +); +} +); +width = 531; +}, +{ +anchors = ( +{ +name = bottom; +pos = (275,0); +}, +{ +name = top; +pos = (426,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(77,0,l), +(104,133,l), +(191,560,l), +(197,560,l), +(142,0,l), +(281,0,l), +(459,560,l), +(465,560,l), +(373,133,l), +(346,0,l), +(514,0,l), +(666,729,l), +(400,729,l), +(281,318,l), +(274,318,l), +(326,729,l), +(61,729,l), +(-92,0,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(220,337,l), +(255,523,l), +(262,523,l), +(238,275,l), +(219,0,l), +(331,0,l), +(426,275,l), +(509,533,l), +(516,533,l), +(470,337,l), +(400,0,l), +(569,0,l), +(720,729,l), +(463,729,l), +(382,463,l), +(340,298,l), +(333,298,l), +(358,463,l), +(387,729,l), +(132,729,l), +(-19,0,l) +); +} +); +width = 662; +}, +{ +anchors = ( +{ +name = bottom; +pos = (382,0); +}, +{ +name = top; +pos = (533,729); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(77,0,l), +(165,420,l), +(218,686,l), +(224,686,l), +(272,449,l), +(362,0,l), +(405,0,l), +(686,459,l), +(825,686,l), +(832,686,l), +(774,420,l), +(686,0,l), +(725,0,l), +(876,729,l), +(810,729,l), +(513,243,l), +(395,50,l), +(389,50,l), +(351,238,l), +(252,729,l), +(191,729,l), +(40,0,l) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = bottom; +pos = (388,0); +}, +{ +name = top; +pos = (539,729); +} +); +associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; +attr = { +coordinates = ( +100, +300, +1, +1 +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(97,0,l), +(179,393,l), +(232,662,l), +(239,662,l), +(364,0,l), +(420,0,l), +(811,662,l), +(818,662,l), +(760,394,l), +(678,0,l), +(739,0,l), +(890,729,l), +(786,729,l), +(408,90,l), +(405,90,l), +(284,729,l), +(188,729,l), +(37,0,l) +); +} +); +}; +layerId = "9B8442A5-55B9-4615-B4DE-51D828345E20"; +name = "{100, 300, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(177,393,l), +(233,674,l), +(240,674,l), +(286,410,l), +(364,0,l), +(420,0,l), +(665,416,l), +(815,674,l), +(822,674,l), +(761,394,l), +(679,0,l), +(740,0,l), +(891,729,l), +(789,729,l), +(510,263,l), +(407,72,l), +(401,72,l), +(370,263,l), +(286,729,l), +(186,729,l), +(35,0,l) +); +} +); +width = 883; +}, +{ +anchors = ( +{ +name = bottom; +pos = (405,0); +}, +{ +name = top; +pos = (556,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(198,0,l), +(263,312,ls), +(281,399,o), +(292,455,o), +(306,538,c), +(315,538,l), +(314,490,o), +(315,417,o), +(317,331,cs), +(324,0,l), +(488,0,l), +(631,326,ls), +(659,390,o), +(681,444,o), +(717,538,c), +(725,538,l), +(706,449,o), +(692,386,o), +(677,312,cs), +(612,0,l), +(807,0,l), +(958,729,l), +(654,729,l), +(542,473,ls), +(519,420,o), +(500,380,o), +(472,293,c), +(464,293,l), +(472,380,o), +(468,439,o), +(467,473,cs), +(458,729,l), +(154,729,l), +(3,0,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(198,0,l), +(263,312,l), +(306,538,l), +(315,538,l), +(317,331,l), +(324,0,l), +(488,0,l), +(631,326,l), +(717,538,l), +(725,538,l), +(677,312,l), +(612,0,l), +(807,0,l), +(958,729,l), +(654,729,l), +(523,430,l), +(472,293,l), +(464,293,l), +(468,430,l), +(458,729,l), +(154,729,l), +(3,0,l) +); +} +); +width = 922; +}, +{ +anchors = ( +{ +name = bottom; +pos = (403,0); +}, +{ +name = top; +pos = (554,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(143,420,l), +(196,686,l), +(202,686,l), +(388,0,l), +(422,0,l), +(888,686,l), +(895,686,l), +(837,420,l), +(750,0,l), +(788,0,l), +(939,729,l), +(875,729,l), +(414,50,l), +(412,50,l), +(228,729,l), +(169,729,l), +(18,0,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(143,420,l), +(197,693,l), +(204,693,l), +(261,465,l), +(386,0,l), +(425,0,l), +(740,467,l), +(889,693,l), +(896,693,l), +(837,420,l), +(750,0,l), +(788,0,l), +(939,729,l), +(874,729,l), +(554,258,l), +(415,43,l), +(409,43,l), +(355,258,l), +(228,729,l), +(169,729,l), +(18,0,l) +); +} +); +width = 914; +}, +{ +anchors = ( +{ +name = bottom; +pos = (410,0); +}, +{ +name = top; +pos = (561,729); +} +); +associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +attr = { +coordinates = ( +125, +300, +1, +1 +); +}; background = { shapes = ( { closed = 1; nodes = ( (77,0,l), -(104,133,l), -(191,560,l), -(197,560,l), -(142,0,l), -(281,0,l), -(459,560,l), -(465,560,l), -(373,133,l), -(346,0,l), -(514,0,l), -(666,729,l), -(400,729,l), -(281,318,l), -(274,318,l), -(326,729,l), -(61,729,l), -(-92,0,l) +(159,393,l), +(212,660,l), +(218,660,l), +(383,0,l), +(446,0,l), +(876,660,l), +(883,660,l), +(825,394,l), +(743,0,l), +(806,0,l), +(957,729,l), +(849,729,l), +(428,82,l), +(425,82,l), +(264,729,l), +(165,729,l), +(14,0,l) ); } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "D8ED7CD1-9F0A-48B8-8CEC-3DF9BD125477"; +name = "{125, 300, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(77,0,l), +(158,393,l), +(213,673,l), +(220,673,l), +(273,443,l), +(381,0,l), +(448,0,l), +(739,453,l), +(877,673,l), +(885,673,l), +(825,394,l), +(743,0,l), +(806,0,l), +(957,729,l), +(849,729,l), +(616,368,l), +(429,64,l), +(422,64,l), +(353,368,l), +(264,729,l), +(165,729,l), +(14,0,l) +); +} +); +width = 928; +}, +{ +anchors = ( +{ +name = bottom; +pos = (458,0); +}, +{ +name = top; +pos = (609,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(253,233,l), +(306,503,l), +(315,503,l), +(354,0,l), +(552,0,l), +(801,503,l), +(809,503,l), +(752,235,l), +(703,0,l), +(913,0,l), +(1064,729,l), +(724,729,l), +(513,277,l), +(505,277,l), +(477,729,l), +(143,729,l), +(-8,0,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { closed = 1; nodes = ( -(142,0,l), -(212,337,l), -(247,523,l), -(254,523,l), -(230,275,l), (211,0,l), -(323,0,l), -(418,275,l), -(501,533,l), -(508,533,l), -(462,337,l), -(392,0,l), -(561,0,l), -(712,729,l), -(455,729,l), -(374,463,l), -(332,298,l), -(325,298,l), -(350,463,l), -(379,729,l), -(124,729,l), -(-27,0,l) +(259,233,l), +(314,523,l), +(324,523,l), +(335,326,l), +(362,0,l), +(557,0,l), +(719,326,l), +(811,523,l), +(821,523,l), +(757,235,l), +(708,0,l), +(920,0,l), +(1071,729,l), +(730,729,l), +(570,387,l), +(512,247,l), +(504,247,l), +(504,387,l), +(483,729,l), +(148,729,l), +(-3,0,l) ); } ); -width = 646; +width = 1029; }, { anchors = ( { name = bottom; -pos = (382,0); +pos = (229,0); }, { name = top; -pos = (533,729); +pos = (229,729); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +background = { shapes = ( { closed = 1; nodes = ( -(77,0,l), -(165,420,l), -(218,686,l), -(224,686,l), -(272,449,l), -(362,0,l), -(405,0,l), -(686,459,l), -(825,686,l), -(832,686,l), -(774,420,l), -(686,0,l), -(725,0,l), -(876,729,l), -(810,729,l), -(513,243,l), -(395,50,l), -(389,50,l), -(351,238,l), -(252,729,l), -(191,729,l), -(40,0,l) +(93,0,l), +(93,414,l), +(90,693,l), +(96,693,l), +(238,0,l), +(267,0,l), +(408,693,l), +(415,693,l), +(412,414,l), +(412,0,l), +(444,0,l), +(444,729,l), +(385,729,l), +(252,75,l), +(251,75,l), +(119,729,l), +(61,729,l), +(61,0,l) ); } ); -width = 873; +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(73,407,l), +(72,677,l), +(73,677,l), +(126,413,l), +(210,0,l), +(248,0,l), +(330,411,l), +(384,678,l), +(385,678,l), +(384,407,l), +(384,0,l), +(415,0,l), +(415,729,l), +(367,729,l), +(273,279,l), +(230,47,l), +(229,47,l), +(184,279,l), +(89,729,l), +(42,729,l), +(42,0,l) +); +} +); +width = 457; }, { anchors = ( { name = bottom; -pos = (405,0); +pos = (244,0); }, { name = top; -pos = (556,729); +pos = (244,729); } ); +associatedMasterId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +attr = { +coordinates = ( +75, +300, +100, +0 +); +}; background = { shapes = ( { closed = 1; nodes = ( -(198,0,l), -(263,312,ls), -(281,399,o), -(292,455,o), -(306,538,c), -(315,538,l), -(314,490,o), -(315,417,o), -(317,331,cs), -(324,0,l), -(488,0,l), -(631,326,ls), -(659,390,o), -(681,444,o), -(717,538,c), -(725,538,l), -(706,449,o), -(692,386,o), -(677,312,cs), -(612,0,l), -(807,0,l), -(958,729,l), -(654,729,l), -(542,473,ls), -(519,420,o), -(500,380,o), -(472,293,c), -(464,293,l), -(472,380,o), -(468,439,o), -(467,473,cs), -(458,729,l), -(154,729,l), -(3,0,l) +(115,0,l), +(115,378,l), +(112,666,l), +(118,666,l), +(235,0,l), +(302,0,l), +(420,666,l), +(427,666,l), +(424,378,l), +(424,0,l), +(476,0,l), +(476,729,l), +(381,729,l), +(272,111,l), +(265,111,l), +(157,729,l), +(64,729,l), +(64,0,l) ); } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "5380020B-9876-489A-A672-D593A8578345"; +name = "{75, 300, 0}"; shapes = ( { closed = 1; nodes = ( -(198,0,l), -(263,312,l), -(306,538,l), -(315,538,l), -(317,331,l), -(324,0,l), -(488,0,l), -(631,326,l), -(717,538,l), -(725,538,l), -(677,312,l), -(612,0,l), -(807,0,l), -(958,729,l), -(654,729,l), -(523,430,l), -(472,293,l), -(464,293,l), -(468,430,l), -(458,729,l), -(154,729,l), -(3,0,l) +(91,0,l), +(91,386,l), +(91,640,l), +(93,640,l), +(141,392,l), +(219,0,l), +(270,0,l), +(347,390,l), +(397,643,l), +(398,643,l), +(397,386,l), +(397,0,l), +(449,0,l), +(449,729,l), +(373,729,l), +(286,307,l), +(247,92,l), +(246,92,l), +(204,307,l), +(117,729,l), +(39,729,l), +(39,0,l) ); } ); -width = 922; +width = 488; }, { anchors = ( { name = bottom; -pos = (403,0); +pos = (312,0); }, { name = top; -pos = (554,729); +pos = (312,729); } ); background = { @@ -774,69 +1606,69 @@ shapes = ( { closed = 1; nodes = ( -(56,0,l), -(143,420,l), -(196,686,l), -(202,686,l), -(388,0,l), -(422,0,l), -(888,686,l), -(895,686,l), -(837,420,l), -(750,0,l), -(788,0,l), -(939,729,l), -(875,729,l), -(414,50,l), -(412,50,l), -(228,729,l), -(169,729,l), -(18,0,l) +(198,0,l), +(198,162,l), +(196,503,l), +(202,503,l), +(267,0,l), +(379,0,l), +(444,503,l), +(450,503,l), +(448,162,l), +(448,0,l), +(617,0,l), +(617,729,l), +(370,729,l), +(326,328,l), +(319,328,l), +(274,729,l), +(29,729,l), +(29,0,l) ); } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(56,0,l), -(143,420,l), -(197,693,l), -(204,693,l), -(261,465,l), -(386,0,l), -(425,0,l), -(740,467,l), -(889,693,l), -(896,693,l), -(837,420,l), -(750,0,l), -(788,0,l), -(939,729,l), -(874,729,l), -(554,258,l), -(415,43,l), -(409,43,l), -(355,258,l), -(228,729,l), -(169,729,l), +(187,0,l), +(187,262,l), +(188,428,l), +(189,428,l), +(215,263,l), +(256,0,l), +(368,0,l), +(411,263,l), +(438,428,l), +(439,428,l), +(437,262,l), +(437,0,l), +(606,0,l), +(606,729,l), +(374,729,l), +(332,473,l), +(314,359,l), +(313,359,l), +(294,473,l), +(252,729,l), +(18,729,l), (18,0,l) ); } ); -width = 914; +width = 624; }, { anchors = ( { name = bottom; -pos = (452,0); +pos = (416,0); }, { name = top; -pos = (603,729); +pos = (416,729); } ); background = { @@ -844,155 +1676,139 @@ shapes = ( { closed = 1; nodes = ( -(204,0,l), -(253,233,l), -(306,503,l), -(315,503,l), -(354,0,l), -(552,0,l), -(801,503,l), -(809,503,l), -(752,235,l), -(703,0,l), -(913,0,l), -(1064,729,l), +(132,0,l), +(132,420,l), +(130,686,l), +(136,686,l), +(422,0,l), +(458,0,l), +(743,686,l), +(750,686,l), +(747,420,l), +(747,0,l), +(786,0,l), +(786,729,l), (724,729,l), -(513,277,l), -(505,277,l), -(477,729,l), -(143,729,l), -(-8,0,l) +(440,50,l), +(438,50,l), +(156,729,l), +(94,729,l), +(94,0,l) ); } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(205,0,l), -(253,233,l), -(308,523,l), -(318,523,l), -(329,326,l), -(356,0,l), -(551,0,l), -(713,326,l), -(805,523,l), -(815,523,l), -(751,235,l), -(702,0,l), -(914,0,l), -(1065,729,l), -(724,729,l), -(564,387,l), -(506,247,l), -(498,247,l), -(498,387,l), -(477,729,l), -(142,729,l), -(-9,0,l) +(108,0,l), +(108,414,l), +(110,682,l), +(111,682,l), +(209,444,l), +(396,0,l), +(437,0,l), +(622,444,l), +(720,684,l), +(721,684,l), +(723,416,l), +(723,0,l), +(761,0,l), +(761,729,l), +(700,729,l), +(474,179,l), +(417,46,l), +(416,46,l), +(358,180,l), +(131,729,l), +(70,729,l), +(70,0,l) ); } ); -width = 1017; -}, -{ -anchors = ( +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; +com.schriftgestaltung.hints = ( { -name = bottom; -pos = (266,0); +horizontal = 1; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; }, { -name = top; -pos = (266,729); -} +horizontal = 1; +options = 0; +origin = ( +0, +15 ); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -300, -0 +stem = -2; +target = ( +0, +2 ); -}; -background = { -shapes = ( +type = Stem; +}, { -closed = 1; -nodes = ( -(112,0,l), -(112,378,l), -(109,666,l), -(115,666,l), -(232,0,l), -(299,0,l), -(417,666,l), -(424,666,l), -(421,378,l), -(421,0,l), -(473,0,l), -(473,729,l), -(378,729,l), -(269,111,l), -(262,111,l), -(154,729,l), -(61,729,l), -(61,0,l) +horizontal = 0; +options = 0; +origin = ( +0, +16 ); -} +stem = -2; +target = ( +0, +0 ); -}; -layerId = "06D708AE-6FF7-4126-A797-652CFAE2D764"; -name = "{75, 300, 0}"; -shapes = ( +type = Stem; +}, { -closed = 1; -nodes = ( -(112,0,l), -(112,486,l), -(109,676,l), -(115,676,l), -(146,487,l), -(232,0,l), -(299,0,l), -(386,490,l), -(417,676,l), -(424,676,l), -(421,486,l), -(421,0,l), -(473,0,l), -(473,729,l), -(378,729,l), -(281,169,l), -(269,71,l), -(262,71,l), -(250,169,l), -(154,729,l), -(61,729,l), -(61,0,l) +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +9 ); +type = Stem; } ); -width = 534; +}; +width = 831; }, { anchors = ( { name = bottom; -pos = (444,0); +pos = (387,0); }, { name = top; -pos = (444,729); +pos = (387,729); } ); -associatedMasterId = master01; +associatedMasterId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; attr = { coordinates = ( 100, 300, +100, 0 ); }; @@ -1001,56 +1817,56 @@ shapes = ( { closed = 1; nodes = ( -(150,0,l), -(150,393,l), -(148,662,l), -(154,662,l), -(414,0,l), -(471,0,l), -(733,662,l), -(740,662,l), -(737,394,l), -(737,0,l), -(798,0,l), -(798,729,l), -(697,729,l), -(444,90,l), -(442,90,l), -(191,729,l), -(89,729,l), -(89,0,l) +(159,0,l), +(159,393,l), +(157,662,l), +(163,662,l), +(423,0,l), +(480,0,l), +(742,662,l), +(749,662,l), +(746,394,l), +(746,0,l), +(807,0,l), +(807,729,l), +(706,729,l), +(453,90,l), +(451,90,l), +(200,729,l), +(98,729,l), +(98,0,l) ); } ); }; -layerId = "4C430CAB-9834-44A4-B108-0C460E11E46B"; +layerId = "AC6896CC-D707-4A69-8D00-1D80996FDD4F"; name = "{100, 300, 0}"; shapes = ( { closed = 1; nodes = ( -(150,0,l), -(150,393,l), -(147,674,l), -(154,674,l), -(252,410,l), -(413,0,l), -(473,0,l), -(637,416,l), -(733,674,l), -(740,674,l), -(737,394,l), -(737,0,l), -(798,0,l), -(798,729,l), -(696,729,l), -(513,263,l), -(446,72,l), -(440,72,l), -(374,263,l), -(192,729,l), -(89,729,l), -(89,0,l) +(125,0,l), +(125,390,l), +(125,655,l), +(128,655,l), +(208,418,l), +(359,0,l), +(419,0,l), +(570,421,l), +(650,657,l), +(653,657,l), +(653,391,l), +(653,0,l), +(714,0,l), +(714,729,l), +(620,729,l), +(458,275,l), +(393,80,l), +(390,80,l), +(323,276,l), +(161,729,l), +(64,729,l), +(64,0,l) ); } ); @@ -1116,24 +1932,169 @@ type = Stem; } ); }; -width = 887; +width = 778; }, { anchors = ( { name = bottom; -pos = (467,0); +pos = (445,0); }, { name = top; -pos = (467,729); +pos = (445,729); } ); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(266,0,l), +(266,233,l), +(263,518,l), +(272,518,l), +(392,0,l), +(558,0,l), +(678,518,l), +(685,518,l), +(683,235,l), +(683,0,l), +(879,0,l), +(879,729,l), +(573,729,l), +(479,333,l), +(471,333,l), +(374,729,l), +(68,729,l), +(68,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,0,l), +(232,257,l), +(231,468,l), +(232,468,l), +(286,276,l), +(370,0,l), +(522,0,l), +(605,271,l), +(660,468,l), +(661,468,l), +(659,257,l), +(659,0,l), +(860,0,l), +(860,729,l), +(567,729,l), +(493,473,l), +(448,303,l), +(446,303,l), +(398,473,l), +(321,729,l), +(30,729,l), +(30,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; +}; +width = 890; +}, +{ +anchors = ( +{ +name = bottom; +pos = (461,0); +}, +{ +name = top; +pos = (461,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(120,0,l), +(120,420,l), +(118,686,l), +(124,686,l), +(454,0,l), +(488,0,l), +(817,686,l), +(824,686,l), +(821,420,l), +(821,0,l), +(860,0,l), +(860,729,l), +(797,729,l), +(471,50,l), +(469,50,l), +(144,729,l), +(82,729,l), +(82,0,l) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(100,483,l), +(98,686,l), +(99,686,l), +(195,491,l), +(440,0,l), +(481,0,l), +(725,489,l), +(822,686,l), +(823,686,l), +(821,483,l), +(821,0,l), +(859,0,l), +(859,729,l), +(804,729,l), +(565,256,l), +(461,40,l), +(460,40,l), +(357,256,l), +(119,729,l), +(62,729,l), +(62,0,l) +); +} +); +width = 921; +}, +{ +anchors = ( +{ +name = bottom; +pos = (469,0); +}, +{ +name = top; +pos = (469,729); +} +); +associatedMasterId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; attr = { coordinates = ( 125, 300, +100, 0 ); }; @@ -1164,38 +2125,178 @@ nodes = ( } ); }; -layerId = "BB8528A8-45D9-4F71-98F5-5E9EBC614399"; -name = "{125, 300, 0}"; +layerId = "8E837EDD-3290-48A9-9130-763D161588C2"; +name = "{125, 300, 0}"; +shapes = ( +{ +closed = 1; +nodes = ( +(122,0,l), +(122,444,l), +(120,656,l), +(121,656,l), +(212,463,l), +(435,0,l), +(498,0,l), +(721,462,l), +(813,656,l), +(814,656,l), +(812,445,l), +(812,0,l), +(875,0,l), +(875,729,l), +(781,729,l), +(560,269,l), +(468,69,l), +(467,69,l), +(374,269,l), +(153,729,l), +(58,729,l), +(58,0,l) +); +} +); +width = 933; +}, +{ +anchors = ( +{ +name = bottom; +pos = (516,0); +}, +{ +name = top; +pos = (516,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(279,0,l), +(279,233,l), +(276,503,l), +(286,503,l), +(432,0,l), +(630,0,l), +(776,503,l), +(785,503,l), +(783,235,l), +(783,0,l), +(995,0,l), +(995,729,l), +(655,729,l), +(536,277,l), +(528,277,l), +(405,729,l), +(65,729,l), +(65,0,l) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,0,l), +(255,212,l), +(255,476,l), +(256,476,l), +(315,297,l), +(418,0,l), +(611,0,l), +(714,297,l), +(774,476,l), +(776,476,l), +(774,214,l), +(774,0,l), +(996,0,l), +(996,729,l), +(670,729,l), +(553,349,l), +(521,247,l), +(520,247,l), +(487,349,l), +(366,729,l), +(32,729,l), +(32,0,l) +); +} +); +width = 1028; +}, +{ +anchors = ( +{ +name = bottom; +pos = (174,0); +}, +{ +name = top; +pos = (325,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-21,0,l), +(64,414,l), +(121,693,l), +(127,693,l), +(121,0,l), +(154,0,l), +(436,693,l), +(442,693,l), +(381,414,l), +(294,0,l), +(326,0,l), +(477,729,l), +(419,729,l), +(153,75,l), +(151,75,l), +(156,729,l), +(98,729,l), +(-53,0,l) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(131,0,l), -(131,393,l), -(128,673,l), -(135,673,l), -(234,443,l), -(433,0,l), -(499,0,l), -(703,453,l), -(798,674,l), -(806,674,l), -(804,394,l), -(804,0,l), -(867,0,l), -(867,729,l), -(762,729,l), -(572,304,l), -(470,66,l), -(463,66,l), -(361,304,l), -(172,729,l), -(68,729,l), -(68,0,l) +(20,0,l), +(104,407,l), +(159,683,l), +(160,683,l), +(159,441,l), +(158,0,l), +(193,0,l), +(370,441,l), +(470,684,l), +(471,684,l), +(413,407,l), +(329,0,l), +(360,0,l), +(511,729,l), +(462,729,l), +(274,279,l), +(185,49,l), +(184,49,l), +(189,279,l), +(187,729,l), +(140,729,l), +(-11,0,l) ); } ); -width = 935; +width = 455; }, { anchors = ( @@ -1208,11 +2309,12 @@ name = top; pos = (363,729); } ); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +associatedMasterId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; attr = { coordinates = ( 75, 300, +1, 1 ); }; @@ -1243,7 +2345,7 @@ nodes = ( } ); }; -layerId = "7A02642C-B476-497B-92AA-4B9C7053DA84"; +layerId = "DF46FDA5-06BD-4F13-89B9-AE3880E7558E"; name = "{75, 300, -12}"; shapes = ( { @@ -1280,6 +2382,119 @@ width = 531; anchors = ( { name = bottom; +pos = (256,0); +}, +{ +name = top; +pos = (407,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(77,0,l), +(104,133,l), +(191,560,l), +(197,560,l), +(142,0,l), +(281,0,l), +(459,560,l), +(465,560,l), +(373,133,l), +(346,0,l), +(514,0,l), +(666,729,l), +(400,729,l), +(281,318,l), +(274,318,l), +(326,729,l), +(61,729,l), +(-92,0,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(131,0,l), +(184,248,l), +(220,430,l), +(221,430,l), +(214,239,l), +(200,0,l), +(312,0,l), +(402,239,l), +(474,430,l), +(475,430,l), +(434,252,l), +(381,0,l), +(550,0,l), +(701,729,l), +(494,729,l), +(389,475,l), +(330,321,l), +(329,321,l), +(332,475,l), +(339,729,l), +(113,729,l), +(-38,0,l) +); +} +); +width = 624; +}, +{ +anchors = ( +{ +name = bottom; +pos = (358,0); +}, +{ +name = top; +pos = (509,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,0,l), +(141,420,l), +(194,686,l), +(195,686,l), +(245,449,l), +(343,0,l), +(380,0,l), +(666,459,l), +(807,686,l), +(808,686,l), +(750,420,l), +(662,0,l), +(701,0,l), +(852,729,l), +(794,729,l), +(489,243,l), +(371,50,l), +(370,50,l), +(329,238,l), +(221,729,l), +(167,729,l), +(16,0,l) +); +} +); +width = 825; +}, +{ +anchors = ( +{ +name = bottom; pos = (388,0); }, { @@ -1287,11 +2502,12 @@ name = top; pos = (539,729); } ); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; +associatedMasterId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; attr = { coordinates = ( 100, 300, +1, 1 ); }; @@ -1322,7 +2538,7 @@ nodes = ( } ); }; -layerId = "9B9D6DA5-8DB4-4B1B-9C75-4BC2A485D33B"; +layerId = "D1D554F1-729F-4143-AB9F-1EBBC83D07B1"; name = "{100, 300, -12}"; shapes = ( { @@ -1359,6 +2575,162 @@ width = 883; anchors = ( { name = bottom; +pos = (376,0); +}, +{ +name = top; +pos = (527,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(198,0,l), +(263,312,ls), +(281,399,o), +(292,455,o), +(306,538,c), +(315,538,l), +(314,490,o), +(315,417,o), +(317,331,cs), +(324,0,l), +(488,0,l), +(631,326,ls), +(659,390,o), +(681,444,o), +(717,538,c), +(725,538,l), +(706,449,o), +(692,386,o), +(677,312,cs), +(612,0,l), +(807,0,l), +(958,729,l), +(654,729,l), +(542,473,ls), +(519,420,o), +(500,380,o), +(472,293,c), +(464,293,l), +(472,380,o), +(468,439,o), +(467,473,cs), +(458,729,l), +(154,729,l), +(3,0,l) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(229,274,l), +(272,477,l), +(273,477,l), +(282,292,l), +(301,0,l), +(456,0,l), +(595,288,l), +(685,477,l), +(686,477,l), +(643,274,l), +(584,0,l), +(778,0,l), +(929,729,l), +(653,729,l), +(512,444,l), +(453,313,l), +(451,313,l), +(438,444,l), +(409,729,l), +(125,729,l), +(-26,0,l) +); +} +); +width = 864; +}, +{ +anchors = ( +{ +name = bottom; +pos = (408,0); +}, +{ +name = top; +pos = (559,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(143,420,l), +(196,686,l), +(202,686,l), +(388,0,l), +(422,0,l), +(888,686,l), +(895,686,l), +(837,420,l), +(750,0,l), +(788,0,l), +(939,729,l), +(875,729,l), +(414,50,l), +(412,50,l), +(228,729,l), +(169,729,l), +(18,0,l) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(45,0,l), +(132,420,l), +(187,690,l), +(189,690,l), +(256,465,l), +(393,0,l), +(428,0,l), +(755,467,l), +(914,690,l), +(916,690,l), +(857,420,l), +(770,0,l), +(808,0,l), +(959,729,l), +(902,729,l), +(566,258,l), +(418,43,l), +(417,43,l), +(355,258,l), +(212,729,l), +(159,729,l), +(8,0,l) +); +} +); +width = 924; +}, +{ +anchors = ( +{ +name = bottom; pos = (410,0); }, { @@ -1366,11 +2738,12 @@ name = top; pos = (561,729); } ); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +associatedMasterId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; attr = { coordinates = ( 125, 300, +1, 1 ); }; @@ -1401,7 +2774,7 @@ nodes = ( } ); }; -layerId = "6E0188BC-F86E-4B49-92CD-94DB12283545"; +layerId = "7B520534-11B2-4AE8-A690-1B294AC7816D"; name = "{125, 300, -12}"; shapes = ( { @@ -1433,6 +2806,76 @@ nodes = ( } ); width = 928; +}, +{ +anchors = ( +{ +name = bottom; +pos = (437,0); +}, +{ +name = top; +pos = (588,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(253,233,l), +(306,503,l), +(315,503,l), +(354,0,l), +(552,0,l), +(801,503,l), +(809,503,l), +(752,235,l), +(703,0,l), +(913,0,l), +(1064,729,l), +(724,729,l), +(513,277,l), +(505,277,l), +(477,729,l), +(143,729,l), +(-8,0,l) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(236,202,l), +(291,497,l), +(292,497,l), +(312,295,l), +(341,0,l), +(536,0,l), +(694,305,l), +(795,497,l), +(796,497,l), +(732,214,l), +(687,0,l), +(899,0,l), +(1050,729,l), +(758,729,l), +(563,387,l), +(491,247,l), +(490,247,l), +(477,387,l), +(438,729,l), +(127,729,l), +(-24,0,l) +); +} +); +width = 987; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/M_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/M_acute.glyph new file mode 100644 index 00000000..71231da8 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/M_acute.glyph @@ -0,0 +1,318 @@ +{ +glyphname = Macute; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = M; +}, +{ +pos = (202,57); +ref = acutecomb; +} +); +width = 515; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = M; +}, +{ +pos = (211,51); +ref = acutecomb; +} +); +width = 662; +}, +{ +layerId = m019; +shapes = ( +{ +ref = M; +}, +{ +pos = (374,57); +ref = acutecomb; +} +); +width = 858; +}, +{ +layerId = m020; +shapes = ( +{ +ref = M; +}, +{ +pos = (349,51); +ref = acutecomb; +} +); +width = 918; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = M; +}, +{ +pos = (403,57); +ref = acutecomb; +} +); +width = 922; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = M; +}, +{ +pos = (396,56); +ref = acutecomb; +} +); +width = 1036; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = M; +}, +{ +pos = (213,57); +ref = acutecomb; +} +); +width = 513; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = M; +}, +{ +pos = (223,51); +ref = acutecomb; +} +); +width = 662; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = M; +}, +{ +pos = (391,57); +ref = acutecomb; +} +); +width = 873; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = M; +}, +{ +pos = (361,51); +ref = acutecomb; +} +); +width = 922; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = M; +}, +{ +pos = (411,57); +ref = acutecomb; +} +); +width = 914; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = M; +}, +{ +pos = (403,56); +ref = acutecomb; +} +); +width = 1029; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = M; +}, +{ +pos = (193,57); +ref = acutecomb; +} +); +width = 457; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = M; +}, +{ +pos = (210,51); +ref = acutecomb; +} +); +width = 624; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = M; +}, +{ +pos = (381,57); +ref = acutecomb; +} +); +width = 831; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = M; +}, +{ +pos = (354,51); +ref = acutecomb; +} +); +width = 890; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = M; +}, +{ +pos = (413,57); +ref = acutecomb; +} +); +width = 921; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = M; +}, +{ +pos = (409,56); +ref = acutecomb; +} +); +width = 1028; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = M; +}, +{ +pos = (207,57); +ref = acutecomb; +} +); +width = 455; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = M; +}, +{ +pos = (223,51); +ref = acutecomb; +} +); +width = 624; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = M; +}, +{ +pos = (391,57); +ref = acutecomb; +} +); +width = 825; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = M; +}, +{ +pos = (361,51); +ref = acutecomb; +} +); +width = 864; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = M; +}, +{ +pos = (426,57); +ref = acutecomb; +} +); +width = 924; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = M; +}, +{ +pos = (403,56); +ref = acutecomb; +} +); +width = 987; +} +); +unicode = 7742; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/N_.glyph b/sources/MonaSans.glyphspackage/glyphs/N_.glyph index a92f7b3f..00a1611a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/N_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/N_.glyph @@ -1,17 +1,17 @@ { glyphname = N; -kernLeft = H; -kernRight = H; +kernLeft = KO_H; +kernRight = KO_H; layers = ( { anchors = ( { name = bottom; -pos = (244,0); +pos = (252,0); }, { name = top; -pos = (244,729); +pos = (252,729); } ); background = { @@ -42,24 +42,24 @@ shapes = ( { closed = 1; nodes = ( -(193,0,l), -(193,157,l), -(184,358,l), -(190,358,l), -(271,0,l), -(458,0,l), -(458,729,l), -(294,729,l), -(294,575,l), -(303,366,l), -(296,366,l), -(218,729,l), -(29,729,l), -(29,0,l) +(201,0,l), +(201,157,l), +(192,358,l), +(198,358,l), +(279,0,l), +(466,0,l), +(466,729,l), +(302,729,l), +(302,575,l), +(311,366,l), +(304,366,l), +(226,729,l), +(37,729,l), +(37,0,l) ); } ); -width = 487; +width = 503; }, { anchors = ( @@ -123,11 +123,81 @@ width = 446; anchors = ( { name = bottom; -pos = (382,0); +pos = (403,0); +}, +{ +name = top; +pos = (403,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,0,l), +(110,436,l), +(107,686,l), +(112,686,l), +(681,0,l), +(733,0,l), +(733,729,l), +(695,729,l), +(695,303,l), +(699,43,l), +(694,43,l), +(124,729,l), +(72,729,l), +(72,0,l) +); +} +); +width = 805; +}, +{ +anchors = ( +{ +name = bottom; +pos = (447,0); +}, +{ +name = top; +pos = (447,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(284,0,l), +(284,226,l), +(277,424,l), +(286,424,l), +(568,0,l), +(840,0,l), +(840,729,l), +(613,729,l), +(613,504,l), +(619,299,l), +(611,299,l), +(329,729,l), +(53,729,l), +(53,0,l) +); +} +); +width = 893; +}, +{ +anchors = ( +{ +name = bottom; +pos = (370,0); }, { name = top; -pos = (382,729); +pos = (370,729); } ); background = { @@ -135,43 +205,43 @@ shapes = ( { closed = 1; nodes = ( -(132,0,l), -(132,436,l), -(129,686,l), -(134,686,l), -(615,0,l), -(670,0,l), -(670,729,l), -(632,729,l), -(632,303,l), -(636,43,l), -(631,43,l), -(149,729,l), -(94,729,l), -(94,0,l) +(125,0,l), +(125,436,l), +(122,686,l), +(127,686,l), +(608,0,l), +(663,0,l), +(663,729,l), +(625,729,l), +(625,303,l), +(629,43,l), +(624,43,l), +(142,729,l), +(87,729,l), +(87,0,l) ); } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(132,0,l), -(132,436,l), -(129,686,l), -(134,686,l), -(615,0,l), -(670,0,l), -(670,729,l), -(632,729,l), -(632,303,l), -(636,43,l), -(631,43,l), -(149,729,l), -(94,729,l), -(94,0,l) +(143,0,l), +(143,435,l), +(140,683,l), +(145,683,l), +(584,0,l), +(638,0,l), +(638,729,l), +(601,729,l), +(601,304,l), +(605,44,l), +(600,44,l), +(158,729,l), +(106,729,l), +(106,0,l) ); } ); @@ -237,17 +307,17 @@ type = Stem; } ); }; -width = 764; +width = 743; }, { anchors = ( { name = bottom; -pos = (395,0); +pos = (390,0); }, { name = top; -pos = (395,729); +pos = (390,729); } ); background = { @@ -255,43 +325,43 @@ shapes = ( { closed = 1; nodes = ( -(266,0,l), -(266,236,l), -(261,431,l), -(269,431,l), -(506,0,l), -(731,0,l), -(731,729,l), -(536,729,l), -(536,504,l), -(543,282,l), -(535,282,l), -(298,729,l), -(59,729,l), -(59,0,l) +(271,0,l), +(271,236,l), +(266,431,l), +(274,431,l), +(511,0,l), +(736,0,l), +(736,729,l), +(541,729,l), +(541,504,l), +(548,282,l), +(540,282,l), +(303,729,l), +(64,729,l), +(64,0,l) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(266,0,l), -(266,236,l), -(259,431,l), -(265,431,l), -(500,0,l), -(731,0,l), -(731,729,l), -(536,729,l), -(536,504,l), -(543,289,l), -(537,289,l), -(304,729,l), -(59,729,l), -(59,0,l) +(267,0,l), +(267,236,l), +(257,431,l), +(269,431,l), +(489,0,l), +(718,0,l), +(718,729,l), +(525,729,l), +(525,504,l), +(535,289,l), +(523,289,l), +(305,729,l), +(62,729,l), +(62,0,l) ); } ); @@ -299,77 +369,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; }; -width = 790; -}, -{ -anchors = ( -{ -name = bottom; -pos = (403,0); -}, -{ -name = top; -pos = (403,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,436,l), -(107,686,l), -(112,686,l), -(681,0,l), -(733,0,l), -(733,729,l), -(695,729,l), -(695,303,l), -(699,43,l), -(694,43,l), -(124,729,l), -(72,729,l), -(72,0,l) -); -} -); -width = 805; -}, -{ -anchors = ( -{ -name = bottom; -pos = (441,0); -}, -{ -name = top; -pos = (441,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,0,l), -(278,226,l), -(271,424,l), -(280,424,l), -(562,0,l), -(834,0,l), -(834,729,l), -(607,729,l), -(607,504,l), -(613,299,l), -(605,299,l), -(323,729,l), -(47,729,l), -(47,0,l) -); -} -); -width = 881; +width = 780; }, { anchors = ( @@ -433,11 +433,11 @@ width = 444; anchors = ( { name = bottom; -pos = (186,0); +pos = (194,0); }, { name = top; -pos = (337,729); +pos = (345,729); } ); background = { @@ -468,24 +468,24 @@ shapes = ( { closed = 1; nodes = ( -(136,0,l), -(167,157,l), -(202,358,l), -(208,358,l), -(213,0,l), -(398,0,l), -(549,729,l), -(387,729,l), -(355,575,l), -(322,366,l), -(315,366,l), -(312,729,l), -(125,729,l), -(-27,0,l) +(144,0,l), +(175,157,l), +(210,358,l), +(216,358,l), +(221,0,l), +(406,0,l), +(557,729,l), +(395,729,l), +(363,575,l), +(330,366,l), +(323,366,l), +(320,729,l), +(133,729,l), +(-19,0,l) ); } ); -width = 483; +width = 499; }, { anchors = ( @@ -596,11 +596,11 @@ width = 797; anchors = ( { name = bottom; -pos = (380,0); +pos = (386,0); }, { name = top; -pos = (531,729); +pos = (537,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -608,24 +608,648 @@ shapes = ( { closed = 1; nodes = ( -(218,0,l), -(267,232,l), -(303,441,l), -(311,441,l), -(501,0,l), -(768,0,l), -(919,729,l), -(695,729,l), -(647,498,l), -(608,282,l), -(600,282,l), -(411,729,l), -(142,729,l), -(-9,0,l) +(224,0,l), +(273,232,l), +(309,441,l), +(317,441,l), +(507,0,l), +(774,0,l), +(925,729,l), +(701,729,l), +(653,498,l), +(614,282,l), +(606,282,l), +(417,729,l), +(148,729,l), +(-3,0,l) +); +} +); +width = 883; +}, +{ +anchors = ( +{ +name = bottom; +pos = (181,0); +}, +{ +name = top; +pos = (181,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(80,0,l), +(80,416,l), +(76,672,l), +(82,672,l), +(314,0,l), +(362,0,l), +(362,729,l), +(330,729,l), +(330,322,l), +(334,56,l), +(329,56,l), +(95,729,l), +(48,729,l), +(48,0,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(73,410,l), +(72,676,l), +(73,676,l), +(274,0,l), +(318,0,l), +(318,729,l), +(287,729,l), +(287,328,l), +(288,53,l), +(287,53,l), +(86,729,l), +(42,729,l), +(42,0,l) +); +} +); +width = 360; +}, +{ +anchors = ( +{ +name = bottom; +pos = (233,0); +}, +{ +name = top; +pos = (233,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(193,0,l), +(193,157,l), +(184,358,l), +(190,358,l), +(271,0,l), +(458,0,l), +(458,729,l), +(294,729,l), +(294,575,l), +(303,366,l), +(296,366,l), +(218,729,l), +(29,729,l), +(29,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,0,l), +(182,157,l), +(180,338,l), +(181,338,l), +(265,0,l), +(447,0,l), +(447,729,l), +(283,729,l), +(283,575,l), +(286,386,l), +(285,386,l), +(204,729,l), +(18,729,l), +(18,0,l) +); +} +); +width = 465; +}, +{ +anchors = ( +{ +name = bottom; +pos = (358,0); +}, +{ +name = top; +pos = (358,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(132,0,l), +(132,436,l), +(129,686,l), +(134,686,l), +(615,0,l), +(670,0,l), +(670,729,l), +(632,729,l), +(632,303,l), +(636,43,l), +(631,43,l), +(149,729,l), +(94,729,l), +(94,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(108,0,l), +(108,436,l), +(107,681,l), +(108,681,l), +(595,0,l), +(646,0,l), +(646,729,l), +(608,729,l), +(608,303,l), +(610,48,l), +(609,48,l), +(120,729,l), +(70,729,l), +(70,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +13 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +} +); +}; +width = 716; +}, +{ +anchors = ( +{ +name = bottom; +pos = (366,0); +}, +{ +name = top; +pos = (366,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(266,0,l), +(266,236,l), +(261,431,l), +(269,431,l), +(506,0,l), +(731,0,l), +(731,729,l), +(536,729,l), +(536,504,l), +(543,282,l), +(535,282,l), +(298,729,l), +(59,729,l), +(59,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,0,l), +(233,226,l), +(233,391,l), +(234,391,l), +(482,0,l), +(707,0,l), +(707,729,l), +(507,729,l), +(507,514,l), +(508,328,l), +(507,328,l), +(251,729,l), +(30,729,l), +(30,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; +}; +width = 737; +}, +{ +anchors = ( +{ +name = bottom; +pos = (393,0); +}, +{ +name = top; +pos = (393,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(100,436,l), +(99,685,l), +(100,685,l), +(671,0,l), +(723,0,l), +(723,729,l), +(685,729,l), +(685,303,l), +(687,44,l), +(686,44,l), +(114,729,l), +(62,729,l), +(62,0,l) +); +} +); +width = 785; +}, +{ +anchors = ( +{ +name = bottom; +pos = (426,0); +}, +{ +name = top; +pos = (426,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,0,l), +(263,226,l), +(256,424,l), +(265,424,l), +(547,0,l), +(819,0,l), +(819,729,l), +(592,729,l), +(592,504,l), +(598,299,l), +(590,299,l), +(308,729,l), +(32,729,l), +(32,0,l) +); +} +); +width = 851; +}, +{ +anchors = ( +{ +name = bottom; +pos = (140,0); +}, +{ +name = top; +pos = (291,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-21,0,l), +(64,416,l), +(115,672,l), +(121,672,l), +(210,0,l), +(258,0,l), +(409,729,l), +(377,729,l), +(294,322,l), +(242,56,l), +(237,56,l), +(145,729,l), +(98,729,l), +(-53,0,l) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(20,0,l), +(105,410,l), +(157,678,l), +(158,678,l), +(250,0,l), +(291,0,l), +(442,729,l), +(411,729,l), +(328,328,l), +(271,44,l), +(270,44,l), +(179,729,l), +(140,729,l), +(-11,0,l) +); +} +); +width = 386; +}, +{ +anchors = ( +{ +name = bottom; +pos = (175,0); +}, +{ +name = top; +pos = (326,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(136,0,l), +(167,157,l), +(202,358,l), +(208,358,l), +(213,0,l), +(398,0,l), +(549,729,l), +(387,729,l), +(355,575,l), +(322,366,l), +(315,366,l), +(312,729,l), +(125,729,l), +(-27,0,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(125,0,l), +(156,157,l), +(191,344,l), +(192,344,l), +(216,0,l), +(387,0,l), +(538,729,l), +(376,729,l), +(344,575,l), +(311,381,l), +(310,381,l), +(287,729,l), +(114,729,l), +(-38,0,l) +); +} +); +width = 461; +}, +{ +anchors = ( +{ +name = bottom; +pos = (297,0); +}, +{ +name = top; +pos = (448,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,0,l), +(143,434,l), +(192,681,l), +(193,681,l), +(531,0,l), +(577,0,l), +(728,729,l), +(691,729,l), +(603,305,l), +(553,47,l), +(552,47,l), +(211,729,l), +(167,729,l), +(16,0,l) +); +} +); +width = 701; +}, +{ +anchors = ( +{ +name = bottom; +pos = (300,0); +}, +{ +name = top; +pos = (451,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,0,l), +(224,236,l), +(254,431,l), +(262,431,l), +(397,0,l), +(624,0,l), +(776,729,l), +(577,729,l), +(528,494,l), +(497,292,l), +(489,292,l), +(353,729,l), +(125,729,l), +(-26,0,l) +); +} +); +width = 711; +}, +{ +anchors = ( +{ +name = bottom; +pos = (335,0); +}, +{ +name = top; +pos = (486,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(46,0,l), +(136,436,l), +(187,689,l), +(191,689,l), +(609,0,l), +(660,0,l), +(812,729,l), +(774,729,l), +(687,303,l), +(634,40,l), +(629,40,l), +(211,729,l), +(159,729,l), +(8,0,l) +); +} +); +width = 777; +}, +{ +anchors = ( +{ +name = bottom; +pos = (365,0); +}, +{ +name = top; +pos = (516,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(203,0,l), +(252,232,l), +(288,441,l), +(296,441,l), +(486,0,l), +(753,0,l), +(904,729,l), +(680,729,l), +(632,498,l), +(593,282,l), +(585,282,l), +(396,729,l), +(127,729,l), +(-24,0,l) ); } ); -width = 871; +width = 841; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/N_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/N_acute.glyph index bd15af85..b75c7942 100644 --- a/sources/MonaSans.glyphspackage/glyphs/N_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/N_acute.glyph @@ -1,8 +1,7 @@ { color = 6; glyphname = Nacute; -kernLeft = H; -kernRight = H; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +27,59 @@ pos = (132,51); ref = acutecomb; } ); -width = 487; +width = 503; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = N; }, { -pos = (327,57); +pos = (345,57); ref = acutecomb; } ); -width = 764; +width = 805; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = N; }, { -pos = (283,51); +pos = (324,56); ref = acutecomb; } ); -width = 790; +width = 893; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = N; }, { -pos = (345,57); +pos = (314,57); ref = acutecomb; } ); -width = 805; +width = 743; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = N; }, { -pos = (324,56); +pos = (280,51); ref = acutecomb; } ); -width = 881; +width = 780; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +105,7 @@ pos = (142,51); ref = acutecomb; } ); -width = 483; +width = 499; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +157,167 @@ pos = (331,56); ref = acutecomb; } ); -width = 871; +width = 883; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = N; +}, +{ +pos = (145,57); +ref = acutecomb; +} +); +width = 360; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = N; +}, +{ +pos = (131,51); +ref = acutecomb; +} +); +width = 465; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = N; +}, +{ +pos = (323,57); +ref = acutecomb; +} +); +width = 716; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = N; +}, +{ +pos = (275,51); +ref = acutecomb; +} +); +width = 737; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (345,57); +ref = acutecomb; +} +); +width = 805; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (319,56); +ref = acutecomb; +} +); +width = 881; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = N; +}, +{ +pos = (173,57); +ref = acutecomb; +} +); +width = 386; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = N; +}, +{ +pos = (142,51); +ref = acutecomb; +} +); +width = 461; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = N; +}, +{ +pos = (330,57); +ref = acutecomb; +} +); +width = 701; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = N; +}, +{ +pos = (285,51); +ref = acutecomb; +} +); +width = 711; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = N; +}, +{ +pos = (353,57); +ref = acutecomb; +} +); +width = 777; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = N; +}, +{ +pos = (331,56); +ref = acutecomb; +} +); +width = 841; } ); unicode = 323; diff --git a/sources/MonaSans.glyphspackage/glyphs/N_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/N_caron.glyph index acdc92c1..a22c389a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/N_caron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/N_caron.glyph @@ -1,8 +1,7 @@ { color = 6; glyphname = Ncaron; -kernLeft = H; -kernRight = H; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +27,59 @@ pos = (27,51); ref = caroncomb; } ); -width = 487; +width = 503; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = N; }, { -pos = (218,57); +pos = (224,57); ref = caroncomb; } ); -width = 764; +width = 805; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = N; }, { -pos = (148,51); +pos = (150,56); ref = caroncomb; } ); -width = 790; +width = 893; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = N; }, { -pos = (224,57); +pos = (207,57); ref = caroncomb; } ); -width = 805; +width = 743; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = N; }, { -pos = (150,56); +pos = (151,51); ref = caroncomb; } ); -width = 881; +width = 780; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +105,7 @@ pos = (41,51); ref = caroncomb; } ); -width = 483; +width = 499; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +157,167 @@ pos = (157,56); ref = caroncomb; } ); -width = 871; +width = 883; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = N; +}, +{ +pos = (72,57); +ref = caroncomb; +} +); +width = 360; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = N; +}, +{ +pos = (26,51); +ref = caroncomb; +} +); +width = 465; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = N; +}, +{ +pos = (214,57); +ref = caroncomb; +} +); +width = 716; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = N; +}, +{ +pos = (140,51); +ref = caroncomb; +} +); +width = 737; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (224,57); +ref = caroncomb; +} +); +width = 805; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (145,56); +ref = caroncomb; +} +); +width = 881; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = N; +}, +{ +pos = (100,57); +ref = caroncomb; +} +); +width = 386; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = N; +}, +{ +pos = (41,51); +ref = caroncomb; +} +); +width = 461; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = N; +}, +{ +pos = (221,57); +ref = caroncomb; +} +); +width = 701; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = N; +}, +{ +pos = (146,51); +ref = caroncomb; +} +); +width = 711; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = N; +}, +{ +pos = (230,57); +ref = caroncomb; +} +); +width = 777; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = N; +}, +{ +pos = (157,56); +ref = caroncomb; +} +); +width = 841; } ); unicode = 327; diff --git a/sources/MonaSans.glyphspackage/glyphs/N_commaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/N_commaaccent.glyph index e53ea798..2dfd6ec6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/N_commaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/N_commaaccent.glyph @@ -1,8 +1,7 @@ { color = 6; glyphname = Ncommaaccent; -kernLeft = H; -kernRight = H; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +27,59 @@ pos = (62,0); ref = commaaccentcomb; } ); -width = 487; +width = 503; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = N; }, { -pos = (276,0); +pos = (302,0); ref = commaaccentcomb; } ); -width = 764; +width = 805; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = N; }, { -pos = (225,0); +pos = (257,0); ref = commaaccentcomb; } ); -width = 790; +width = 893; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = N; }, { -pos = (302,0); +pos = (263,0); ref = commaaccentcomb; } ); -width = 805; +width = 743; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = N; }, { -pos = (257,0); +pos = (227,0); ref = commaaccentcomb; } ); -width = 881; +width = 780; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +105,7 @@ pos = (62,0); ref = commaaccentcomb; } ); -width = 483; +width = 499; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +157,167 @@ pos = (257,0); ref = commaaccentcomb; } ); -width = 871; +width = 883; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = N; +}, +{ +pos = (104,0); +ref = commaaccentcomb; +} +); +width = 360; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = N; +}, +{ +pos = (61,0); +ref = commaaccentcomb; +} +); +width = 465; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = N; +}, +{ +pos = (272,0); +ref = commaaccentcomb; +} +); +width = 716; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = N; +}, +{ +pos = (217,0); +ref = commaaccentcomb; +} +); +width = 737; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (302,0); +ref = commaaccentcomb; +} +); +width = 805; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (252,0); +ref = commaaccentcomb; +} +); +width = 881; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = N; +}, +{ +pos = (120,0); +ref = commaaccentcomb; +} +); +width = 386; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = N; +}, +{ +pos = (62,0); +ref = commaaccentcomb; +} +); +width = 461; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = N; +}, +{ +pos = (269,0); +ref = commaaccentcomb; +} +); +width = 701; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = N; +}, +{ +pos = (214,0); +ref = commaaccentcomb; +} +); +width = 711; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = N; +}, +{ +pos = (297,0); +ref = commaaccentcomb; +} +); +width = 777; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = N; +}, +{ +pos = (257,0); +ref = commaaccentcomb; +} +); +width = 841; } ); unicode = 325; diff --git a/sources/MonaSans.glyphspackage/glyphs/N_grave.glyph b/sources/MonaSans.glyphspackage/glyphs/N_grave.glyph new file mode 100644 index 00000000..f9229eb0 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/N_grave.glyph @@ -0,0 +1,319 @@ +{ +glyphname = Ngrave; +kernLeft = KO_H; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = N; +}, +{ +pos = (89,57); +ref = gravecomb; +} +); +width = 446; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = N; +}, +{ +pos = (35,51); +ref = gravecomb; +} +); +width = 503; +}, +{ +layerId = m019; +shapes = ( +{ +ref = N; +}, +{ +pos = (235,57); +ref = gravecomb; +} +); +width = 743; +}, +{ +layerId = m020; +shapes = ( +{ +ref = N; +}, +{ +pos = (191,51); +ref = gravecomb; +} +); +width = 780; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = N; +}, +{ +pos = (259,57); +ref = gravecomb; +} +); +width = 805; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = N; +}, +{ +pos = (207,56); +ref = gravecomb; +} +); +width = 893; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = N; +}, +{ +pos = (102,57); +ref = gravecomb; +} +); +width = 444; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = N; +}, +{ +pos = (52,51); +ref = gravecomb; +} +); +width = 499; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = N; +}, +{ +pos = (253,57); +ref = gravecomb; +} +); +width = 749; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = N; +}, +{ +pos = (184,51); +ref = gravecomb; +} +); +width = 769; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = N; +}, +{ +pos = (266,57); +ref = gravecomb; +} +); +width = 797; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = N; +}, +{ +pos = (214,56); +ref = gravecomb; +} +); +width = 883; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = N; +}, +{ +pos = (67,57); +ref = gravecomb; +} +); +width = 360; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = N; +}, +{ +pos = (34,51); +ref = gravecomb; +} +); +width = 465; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = N; +}, +{ +pos = (244,57); +ref = gravecomb; +} +); +width = 716; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = N; +}, +{ +pos = (178,51); +ref = gravecomb; +} +); +width = 737; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = N; +}, +{ +pos = (259,57); +ref = gravecomb; +} +); +width = 785; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = N; +}, +{ +pos = (202,56); +ref = gravecomb; +} +); +width = 851; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = N; +}, +{ +pos = (96,57); +ref = gravecomb; +} +); +width = 386; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = N; +}, +{ +pos = (52,51); +ref = gravecomb; +} +); +width = 461; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = N; +}, +{ +pos = (253,57); +ref = gravecomb; +} +); +width = 701; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = N; +}, +{ +pos = (184,51); +ref = gravecomb; +} +); +width = 711; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = N; +}, +{ +pos = (266,57); +ref = gravecomb; +} +); +width = 777; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = N; +}, +{ +pos = (214,56); +ref = gravecomb; +} +); +width = 841; +} +); +unicode = 504; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/N_tilde.glyph b/sources/MonaSans.glyphspackage/glyphs/N_tilde.glyph index b12d1255..fc034c42 100644 --- a/sources/MonaSans.glyphspackage/glyphs/N_tilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/N_tilde.glyph @@ -1,8 +1,7 @@ { color = 6; glyphname = Ntilde; -kernLeft = H; -kernRight = H; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +27,59 @@ pos = (12,50); ref = tildecomb; } ); -width = 487; +width = 503; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = N; }, { -pos = (193,57); +pos = (196,57); ref = tildecomb; } ); -width = 764; +width = 805; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = N; }, { -pos = (137,51); +pos = (177,56); ref = tildecomb; } ); -width = 790; +width = 893; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = N; }, { -pos = (196,57); +pos = (182,57); ref = tildecomb; } ); -width = 805; +width = 743; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = N; }, { -pos = (177,56); +pos = (140,51); ref = tildecomb; } ); -width = 881; +width = 780; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +105,7 @@ pos = (19,50); ref = tildecomb; } ); -width = 483; +width = 499; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +157,167 @@ pos = (187,51); ref = tildecomb; } ); -width = 871; +width = 883; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = N; +}, +{ +pos = (61,57); +ref = tildecomb; +} +); +width = 360; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = N; +}, +{ +pos = (11,50); +ref = tildecomb; +} +); +width = 465; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = N; +}, +{ +pos = (189,57); +ref = tildecomb; +} +); +width = 716; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = N; +}, +{ +pos = (129,51); +ref = tildecomb; +} +); +width = 737; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (196,57); +ref = tildecomb; +} +); +width = 805; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (172,56); +ref = tildecomb; +} +); +width = 881; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = N; +}, +{ +pos = (89,57); +ref = tildecomb; +} +); +width = 386; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = N; +}, +{ +pos = (19,50); +ref = tildecomb; +} +); +width = 461; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = N; +}, +{ +pos = (198,57); +ref = tildecomb; +} +); +width = 701; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = N; +}, +{ +pos = (136,51); +ref = tildecomb; +} +); +width = 711; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = N; +}, +{ +pos = (204,57); +ref = tildecomb; +} +); +width = 777; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = N; +}, +{ +pos = (187,51); +ref = tildecomb; +} +); +width = 841; } ); unicode = 209; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_.glyph b/sources/MonaSans.glyphspackage/glyphs/O_.glyph index 98bbeb64..41be9312 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_.glyph @@ -1,33 +1,33 @@ { glyphname = O; -kernLeft = O; -kernRight = O; +kernLeft = KO_O; +kernRight = KO_O; layers = ( { anchors = ( { name = bottom; -pos = (247,0); +pos = (255,0); }, { name = center; -pos = (247,365); +pos = (255,365); }, { name = ogonek; -pos = (451,10); +pos = (459,10); }, { name = top; -pos = (247,729); +pos = (255,729); }, { name = topleft; -pos = (12,729); +pos = (20,729); }, { name = topright; -pos = (339,709); +pos = (347,709); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -35,39 +35,39 @@ shapes = ( { closed = 1; nodes = ( -(427,-9,o), -(478,136,o), -(478,365,cs), -(478,594,o), -(427,739,o), -(247,739,cs), -(68,739,o), -(16,595,o), -(16,365,cs), -(16,135,o), -(68,-9,o), -(247,-9,cs) +(435,-9,o), +(486,136,o), +(486,365,cs), +(486,594,o), +(435,739,o), +(255,739,cs), +(76,739,o), +(24,595,o), +(24,365,cs), +(24,135,o), +(76,-9,o), +(255,-9,cs) ); }, { closed = 1; nodes = ( -(209,147,o), -(197,202,o), -(197,365,cs), -(197,515,o), -(205,583,o), -(247,583,cs), -(285,583,o), -(298,529,o), -(298,365,cs), -(298,217,o), -(290,147,o), -(247,147,cs) +(217,147,o), +(205,202,o), +(205,365,cs), +(205,515,o), +(213,583,o), +(255,583,cs), +(293,583,o), +(306,529,o), +(306,365,cs), +(306,217,o), +(298,147,o), +(255,147,cs) ); } ); -width = 494; +width = 510; }, { anchors = ( @@ -179,63 +179,195 @@ width = 421; anchors = ( { name = bottom; -pos = (405,0); +pos = (416,0); }, { name = center; -pos = (405,365); +pos = (416,365); }, { name = ogonek; -pos = (722,10); +pos = (753,10); +}, +{ +name = top; +pos = (416,729); +}, +{ +name = topleft; +pos = (15,729); +}, +{ +name = topright; +pos = (570,709); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(644,-8,o), +(796,140,o), +(796,364,cs), +(796,587,o), +(646,736,o), +(416,736,cs), +(187,736,o), +(36,588,o), +(36,364,cs), +(36,142,o), +(186,-8,o), +(416,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(206,28,o), +(76,163,o), +(76,364,cs), +(76,565,o), +(204,700,o), +(416,700,cs), +(625,700,o), +(756,566,o), +(756,364,cs), +(756,164,o), +(627,28,o), +(416,28,cs) +); +} +); +width = 832; +}, +{ +anchors = ( +{ +name = bottom; +pos = (442,0); +}, +{ +name = center; +pos = (442,365); +}, +{ +name = ogonek; +pos = (798,10); +}, +{ +name = top; +pos = (442,729); +}, +{ +name = topleft; +pos = (16,729); +}, +{ +name = topright; +pos = (625,709); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(711,-10,o), +(865,138,o), +(865,365,cs), +(865,592,o), +(711,739,o), +(443,739,cs), +(172,739,o), +(18,592,o), +(18,365,cs), +(18,138,o), +(172,-10,o), +(443,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(326,170,o), +(249,230,o), +(249,365,cs), +(249,500,o), +(326,560,o), +(443,560,cs), +(558,560,o), +(635,500,o), +(635,365,cs), +(635,230,o), +(558,170,o), +(443,170,cs) +); +} +); +width = 883; +}, +{ +anchors = ( +{ +name = bottom; +pos = (400,0); +}, +{ +name = center; +pos = (400,365); +}, +{ +name = ogonek; +pos = (681,10); }, { name = top; -pos = (405,729); +pos = (400,729); }, { name = topleft; -pos = (29,729); +pos = (60,729); }, { name = topright; -pos = (572,699); +pos = (563,699); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(615,-8,o), -(755,140,o), -(755,364,cs), -(755,587,o), -(617,736,o), -(405,736,cs), -(194,736,o), -(55,588,o), -(55,364,cs), -(55,142,o), -(193,-8,o), -(405,-8,cs) +(590,-8,o), +(713,140,o), +(713,364,cs), +(713,587,o), +(592,736,o), +(400,736,cs), +(209,736,o), +(88,588,o), +(88,364,cs), +(88,142,o), +(208,-8,o), +(400,-8,cs) ); }, { closed = 1; nodes = ( -(214,28,o), -(96,163,o), -(96,364,cs), -(96,565,o), -(213,700,o), -(405,700,cs), -(596,700,o), -(715,566,o), -(715,364,cs), -(715,164,o), -(597,28,o), -(405,28,cs) +(228,28,o), +(127,163,o), +(127,364,cs), +(127,565,o), +(227,700,o), +(400,700,cs), +(572,700,o), +(674,566,o), +(674,364,cs), +(674,164,o), +(573,28,o), +(400,28,cs) ); } ); @@ -291,7 +423,7 @@ type = Stem; } ); }; -width = 810; +width = 801; }, { anchors = ( @@ -305,7 +437,7 @@ pos = (401,365); }, { name = ogonek; -pos = (723,10); +pos = (705,10); }, { name = top; @@ -313,11 +445,11 @@ pos = (401,729); }, { name = topleft; -pos = (17,729); +pos = (36,729); }, { name = topright; -pos = (559,709); +pos = (554,709); } ); background = { @@ -325,73 +457,73 @@ shapes = ( { closed = 1; nodes = ( -(625,-10,o), -(774,121,o), -(774,365,cs), -(774,608,o), -(625,739,o), -(401,739,cs), -(177,739,o), -(28,608,o), -(28,365,cs), -(28,121,o), -(177,-10,o), -(401,-10,cs) +(635,-10,o), +(784,121,o), +(784,365,cs), +(784,608,o), +(635,739,o), +(411,739,cs), +(187,739,o), +(38,608,o), +(38,365,cs), +(38,121,o), +(187,-10,o), +(411,-10,cs) ); }, { closed = 1; nodes = ( -(305,166,o), -(241,222,o), -(241,365,cs), -(241,507,o), -(305,563,o), -(401,563,cs), -(497,563,o), -(561,507,o), -(561,365,cs), -(561,222,o), -(497,166,o), -(401,166,cs) +(315,166,o), +(251,222,o), +(251,365,cs), +(251,507,o), +(315,563,o), +(411,563,cs), +(507,563,o), +(571,507,o), +(571,365,cs), +(571,222,o), +(507,166,o), +(411,166,cs) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(624,-10,o), -(773,122,o), -(773,365,cs), -(773,607,o), -(624,739,o), +(613,-10,o), +(754,122,o), +(754,365,cs), +(754,607,o), +(613,739,o), (400,739,cs), -(177,739,o), -(28,607,o), -(28,365,cs), -(28,122,o), -(177,-10,o), +(188,739,o), +(47,607,o), +(47,365,cs), +(47,122,o), +(188,-10,o), (400,-10,cs) ); }, { closed = 1; nodes = ( -(302,162,o), -(236,220,o), -(236,365,cs), -(236,509,o), -(302,567,o), -(400,567,cs), -(499,567,o), -(565,508,o), -(565,365,cs), -(565,221,o), -(499,162,o), -(400,162,cs) +(312,166,o), +(252,223,o), +(252,365,cs), +(252,507,o), +(312,564,o), +(400,564,cs), +(489,564,o), +(548,506,o), +(548,365,cs), +(548,224,o), +(489,166,o), +(400,166,cs) ); } ); @@ -401,159 +533,27 @@ width = 801; anchors = ( { name = bottom; -pos = (416,0); -}, -{ -name = center; -pos = (416,365); -}, -{ -name = ogonek; -pos = (753,10); -}, -{ -name = top; -pos = (416,729); -}, -{ -name = topleft; -pos = (15,729); -}, -{ -name = topright; -pos = (570,709); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(644,-8,o), -(796,140,o), -(796,364,cs), -(796,587,o), -(646,736,o), -(416,736,cs), -(187,736,o), -(36,588,o), -(36,364,cs), -(36,142,o), -(186,-8,o), -(416,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(206,28,o), -(76,163,o), -(76,364,cs), -(76,565,o), -(204,700,o), -(416,700,cs), -(625,700,o), -(756,566,o), -(756,364,cs), -(756,164,o), -(627,28,o), -(416,28,cs) -); -} -); -width = 832; -}, -{ -anchors = ( -{ -name = bottom; -pos = (436,0); -}, -{ -name = center; -pos = (436,365); -}, -{ -name = ogonek; -pos = (792,10); -}, -{ -name = top; -pos = (436,729); -}, -{ -name = topleft; -pos = (10,729); -}, -{ -name = topright; -pos = (619,709); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(705,-10,o), -(859,138,o), -(859,365,cs), -(859,592,o), -(705,739,o), -(437,739,cs), -(166,739,o), -(12,592,o), -(12,365,cs), -(12,138,o), -(166,-10,o), -(437,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,170,o), -(243,230,o), -(243,365,cs), -(243,500,o), -(320,560,o), -(437,560,cs), -(552,560,o), -(629,500,o), -(629,365,cs), -(629,230,o), -(552,170,o), -(437,170,cs) -); -} -); -width = 871; -}, -{ -anchors = ( -{ -name = bottom; -pos = (166,0); +pos = (175,0); }, { name = center; -pos = (241,365); +pos = (250,365); }, { name = ogonek; -pos = (330,10); +pos = (339,10); }, { name = top; -pos = (298,729); +pos = (307,729); }, { name = topleft; -pos = (135,729); +pos = (144,729); }, { name = topright; -pos = (387,699); +pos = (396,699); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -561,65 +561,65 @@ shapes = ( { closed = 1; nodes = ( -(270,-9,o), -(339,93,o), -(393,350,cs), -(432,543,o), -(456,737,o), -(296,737,cs), -(201,737,o), -(127,655,o), -(69,373,cs), -(28,177,o), -(13,-9,o), -(166,-9,cs) +(285,-9,o), +(348,90,o), +(402,350,cs), +(456,619,o), +(427,737,o), +(305,737,cs), +(195,737,o), +(132,636,o), +(78,373,cs), +(37,177,o), +(22,-9,o), +(175,-9,cs) ); }, { closed = 1; nodes = ( -(44,20,o), -(64,193,o), -(101,373,cs), -(143,573,o), -(195,708,o), -(294,708,cs), -(412,708,o), -(400,543,o), -(361,356,cs), -(313,126,o), -(255,20,o), -(168,20,cs) +(53,20,o), +(73,193,o), +(110,373,cs), +(161,615,o), +(214,708,o), +(303,708,cs), +(401,708,o), +(421,601,o), +(370,356,cs), +(319,113,o), +(266,20,o), +(177,20,cs) ); } ); -width = 419; +width = 437; }, { anchors = ( { name = bottom; -pos = (194,0); +pos = (207,0); }, { name = center; -pos = (273,365); +pos = (286,365); }, { name = ogonek; -pos = (399,10); +pos = (412,10); }, { name = top; -pos = (338,729); +pos = (351,729); }, { name = topleft; -pos = (117,729); +pos = (130,729); }, { name = topright; -pos = (419,709); +pos = (432,709); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -627,39 +627,39 @@ shapes = ( { closed = 1; nodes = ( -(371,-10,o), -(446,129,o), -(492,351,cs), -(541,582,o), -(516,739,o), -(322,739,cs), -(162,739,o), -(85,600,o), -(40,382,cs), -(-6,160,o), -(7,-10,o), -(211,-10,cs) +(384,-10,o), +(459,129,o), +(505,351,cs), +(554,582,o), +(529,739,o), +(335,739,cs), +(175,739,o), +(98,600,o), +(53,382,cs), +(7,160,o), +(20,-10,o), +(224,-10,cs) ); }, { closed = 1; nodes = ( -(171,146,o), -(191,249,o), -(217,376,cs), -(246,516,o), -(270,583,o), -(308,583,cs), -(359,583,o), -(342,480,o), -(317,363,cs), -(283,204,o), -(262,146,o), -(224,146,cs) +(184,146,o), +(204,249,o), +(230,376,cs), +(259,516,o), +(283,583,o), +(321,583,cs), +(372,583,o), +(355,480,o), +(330,363,cs), +(296,204,o), +(275,146,o), +(237,146,cs) ); } ); -width = 492; +width = 518; }, { anchors = ( @@ -797,27 +797,27 @@ width = 790; anchors = ( { name = bottom; -pos = (393,-9); +pos = (406,-9); }, { name = center; -pos = (447,365); +pos = (460,365); }, { name = ogonek; -pos = (709,10); +pos = (722,10); }, { name = top; -pos = (477,729); +pos = (490,729); }, { name = topleft; -pos = (123,729); +pos = (136,729); }, { name = topright; -pos = (630,709); +pos = (643,709); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -825,65 +825,65 @@ shapes = ( { closed = 1; nodes = ( -(636,-9,o), -(805,155,o), -(814,397,cs), -(821,608,o), -(689,739,o), -(477,739,cs), -(236,739,o), -(68,575,o), -(59,333,cs), -(52,121,o), -(185,-9,o), -(398,-9,cs) +(649,-9,o), +(818,155,o), +(827,397,cs), +(834,608,o), +(702,739,o), +(490,739,cs), +(249,739,o), +(81,575,o), +(72,333,cs), +(65,121,o), +(198,-9,o), +(411,-9,cs) ); }, { closed = 1; nodes = ( -(214,27,o), -(92,133,o), -(99,330,cs), -(107,559,o), -(251,703,o), -(472,703,cs), -(659,703,o), -(781,597,o), -(774,400,cs), -(766,171,o), -(622,27,o), -(400,27,cs) +(227,27,o), +(105,133,o), +(112,330,cs), +(120,559,o), +(264,703,o), +(485,703,cs), +(672,703,o), +(794,597,o), +(787,400,cs), +(779,171,o), +(635,27,o), +(413,27,cs) ); } ); -width = 829; +width = 855; }, { anchors = ( { name = bottom; -pos = (399,0); +pos = (405,0); }, { name = center; -pos = (463,365); +pos = (469,365); }, { name = ogonek; -pos = (745,10); +pos = (751,10); }, { name = top; -pos = (506,729); +pos = (512,729); }, { name = topleft; -pos = (114,729); +pos = (120,729); }, { name = topright; -pos = (659,709); +pos = (665,709); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -891,39 +891,961 @@ shapes = ( { closed = 1; nodes = ( -(686,-10,o), -(864,148,o), -(873,387,cs), -(880,601,o), -(737,738,o), -(480,738,cs), -(219,738,o), -(40,580,o), -(32,341,cs), -(24,128,o), -(169,-10,o), -(424,-10,cs) +(692,-10,o), +(870,148,o), +(879,387,cs), +(886,601,o), +(743,738,o), +(486,738,cs), +(225,738,o), +(46,580,o), +(38,341,cs), +(30,128,o), +(175,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(333,169,o), +(263,233,o), +(267,350,cs), +(271,470,o), +(342,559,o), +(477,559,cs), +(583,559,o), +(653,495,o), +(649,379,cs), +(645,260,o), +(575,169,o), +(440,169,cs) +); +} +); +width = 879; +}, +{ +anchors = ( +{ +name = bottom; +pos = (186,0); +}, +{ +name = center; +pos = (186,365); +}, +{ +name = ogonek; +pos = (253,10); +}, +{ +name = top; +pos = (186,729); +}, +{ +name = topleft; +pos = (13,729); +}, +{ +name = topright; +pos = (277,699); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(476,-8,o), +(548,126,o), +(548,366,cs), +(548,605,o), +(476,739,o), +(289,739,cs), +(102,739,o), +(30,605,o), +(30,366,cs), +(30,126,o), +(102,-8,o), +(289,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(135,28,o), +(71,150,o), +(71,337,cs), +(71,394,ls), +(71,581,o), +(135,703,o), +(289,703,cs), +(443,703,o), +(507,581,o), +(507,394,cs), +(507,337,ls), +(507,150,o), +(443,28,o), +(289,28,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,-10,o), +(336,100,o), +(336,364,cs), +(336,628,o), +(296,738,o), +(185,738,cs), +(74,738,o), +(35,628,o), +(35,364,cs), +(35,100,o), +(74,-10,o), +(185,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(97,19,o), +(68,119,o), +(68,364,cs), +(68,609,o), +(97,709,o), +(185,709,cs), +(274,709,o), +(303,609,o), +(303,364,cs), +(303,119,o), +(274,19,o), +(185,19,cs) +); +} +); +width = 371; +}, +{ +anchors = ( +{ +name = bottom; +pos = (245,0); +}, +{ +name = center; +pos = (245,365); +}, +{ +name = ogonek; +pos = (449,10); +}, +{ +name = top; +pos = (245,729); +}, +{ +name = topleft; +pos = (10,729); +}, +{ +name = topright; +pos = (337,709); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(427,-9,o), +(478,136,o), +(478,365,cs), +(478,594,o), +(427,739,o), +(245,739,cs), +(64,739,o), +(12,595,o), +(12,365,cs), +(12,135,o), +(64,-9,o), +(245,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(208,147,o), +(200,200,o), +(200,365,cs), +(200,532,o), +(208,583,o), +(245,583,cs), +(282,583,o), +(291,532,o), +(291,365,cs), +(291,200,o), +(282,147,o), +(245,147,cs) +); +} +); +width = 490; +}, +{ +anchors = ( +{ +name = bottom; +pos = (397,0); +}, +{ +name = center; +pos = (397,365); +}, +{ +name = ogonek; +pos = (714,10); +}, +{ +name = top; +pos = (397,729); +}, +{ +name = topleft; +pos = (21,729); +}, +{ +name = topright; +pos = (564,699); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(607,-8,o), +(747,140,o), +(747,364,cs), +(747,587,o), +(609,736,o), +(397,736,cs), +(186,736,o), +(47,588,o), +(47,364,cs), +(47,142,o), +(185,-8,o), +(397,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(206,28,o), +(88,163,o), +(88,364,cs), +(88,565,o), +(205,700,o), +(397,700,cs), +(588,700,o), +(707,566,o), +(707,364,cs), +(707,164,o), +(589,28,o), +(397,28,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +} +); +}; +width = 794; +}, +{ +anchors = ( +{ +name = bottom; +pos = (376,0); +}, +{ +name = center; +pos = (376,365); +}, +{ +name = ogonek; +pos = (698,10); +}, +{ +name = top; +pos = (376,729); +}, +{ +name = topleft; +pos = (-8,729); +}, +{ +name = topright; +pos = (534,709); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(626,-10,o), +(775,121,o), +(775,365,cs), +(775,608,o), +(626,739,o), +(402,739,cs), +(178,739,o), +(29,608,o), +(29,365,cs), +(29,121,o), +(178,-10,o), +(402,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(306,166,o), +(242,222,o), +(242,365,cs), +(242,507,o), +(306,563,o), +(402,563,cs), +(498,563,o), +(562,507,o), +(562,365,cs), +(562,222,o), +(498,166,o), +(402,166,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(610,-10,o), +(749,129,o), +(749,365,cs), +(749,600,o), +(610,739,o), +(375,739,cs), +(141,739,o), +(2,600,o), +(2,365,cs), +(2,129,o), +(141,-10,o), +(375,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(270,162,o), +(212,234,o), +(212,365,cs), +(212,495,o), +(270,567,o), +(375,567,cs), +(481,567,o), +(539,495,o), +(539,365,cs), +(539,234,o), +(481,162,o), +(375,162,cs) +); +} +); +width = 751; +}, +{ +anchors = ( +{ +name = bottom; +pos = (424,0); +}, +{ +name = center; +pos = (424,365); +}, +{ +name = ogonek; +pos = (761,10); +}, +{ +name = top; +pos = (424,729); +}, +{ +name = topleft; +pos = (23,729); +}, +{ +name = topright; +pos = (578,709); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(656,-8,o), +(804,137,o), +(804,364,cs), +(804,591,o), +(656,736,o), +(424,736,cs), +(192,736,o), +(44,591,o), +(44,364,cs), +(44,137,o), +(192,-8,o), +(424,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(216,28,o), +(84,159,o), +(84,364,cs), +(84,569,o), +(216,700,o), +(424,700,cs), +(632,700,o), +(764,569,o), +(764,364,cs), +(764,159,o), +(632,28,o), +(424,28,cs) +); +} +); +width = 848; +}, +{ +anchors = ( +{ +name = bottom; +pos = (443,0); +}, +{ +name = center; +pos = (443,365); +}, +{ +name = ogonek; +pos = (799,10); +}, +{ +name = top; +pos = (443,729); +}, +{ +name = topleft; +pos = (17,729); +}, +{ +name = topright; +pos = (626,709); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(711,-10,o), +(868,129,o), +(868,365,cs), +(868,600,o), +(711,739,o), +(444,739,cs), +(176,739,o), +(17,600,o), +(17,365,cs), +(17,129,o), +(176,-10,o), +(444,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(320,170,o), +(252,239,o), +(252,365,cs), +(252,491,o), +(320,560,o), +(444,560,cs), +(567,560,o), +(634,491,o), +(634,365,cs), +(634,239,o), +(567,170,o), +(444,170,cs) +); +} +); +width = 885; +}, +{ +anchors = ( +{ +name = bottom; +pos = (137,0); +}, +{ +name = center; +pos = (212,365); +}, +{ +name = ogonek; +pos = (294,10); +}, +{ +name = top; +pos = (269,729); +}, +{ +name = topleft; +pos = (112,729); +}, +{ +name = topright; +pos = (354,699); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(237,-9,o), +(303,92,o), +(356,347,cs), +(412,618,o), +(385,737,o), +(267,737,cs), +(175,737,o), +(105,653,o), +(47,374,cs), +(-8,108,o), +(20,-9,o), +(137,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(47,20,o), +(28,128,o), +(80,375,cs), +(121,572,o), +(172,708,o), +(265,708,cs), +(357,708,o), +(376,600,o), +(324,353,cs), +(276,124,o), +(221,20,o), +(139,20,cs) +); +} +); +width = 361; +}, +{ +anchors = ( +{ +name = bottom; +pos = (186,0); +}, +{ +name = center; +pos = (265,365); +}, +{ +name = ogonek; +pos = (391,10); +}, +{ +name = top; +pos = (330,729); +}, +{ +name = topleft; +pos = (109,729); +}, +{ +name = topright; +pos = (411,709); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(363,-10,o), +(438,129,o), +(484,351,cs), +(533,582,o), +(508,739,o), +(314,739,cs), +(154,739,o), +(77,600,o), +(32,382,cs), +(-14,160,o), +(-1,-10,o), +(203,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(163,146,o), +(183,249,o), +(209,376,cs), +(238,516,o), +(262,583,o), +(300,583,cs), +(351,583,o), +(334,480,o), +(309,363,cs), +(275,204,o), +(254,146,o), +(216,146,cs) +); +} +); +width = 476; +}, +{ +anchors = ( +{ +name = bottom; +pos = (352,0); +}, +{ +name = center; +pos = (407,365); +}, +{ +name = ogonek; +pos = (642,10); +}, +{ +name = top; +pos = (458,729); +}, +{ +name = topleft; +pos = (118,729); +}, +{ +name = topright; +pos = (622,699); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(589,-10,o), +(757,167,o), +(759,427,cs), +(761,612,o), +(644,739,o), +(460,739,cs), +(223,739,o), +(55,562,o), +(53,302,cs), +(51,116,o), +(170,-10,o), +(353,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(194,25,o), +(84,127,o), +(93,325,cs), +(104,550,o), +(242,703,o), +(452,704,cs), +(618,705,o), +(729,600,o), +(719,403,cs), +(708,183,o), +(572,25,o), +(357,25,cs) +); +} +); +width = 768; +}, +{ +anchors = ( +{ +name = bottom; +pos = (346,0); +}, +{ +name = center; +pos = (403,365); +}, +{ +name = ogonek; +pos = (647,10); +}, +{ +name = top; +pos = (460,729); +}, +{ +name = topleft; +pos = (101,729); +}, +{ +name = topright; +pos = (530,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(607,-9,o), +(770,148,o), +(776,396,cs), +(781,601,o), +(657,738,o), +(430,738,cs), +(199,738,o), +(35,581,o), +(29,333,cs), +(24,128,o), +(148,-9,o), +(376,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(289,160,o), +(231,215,o), +(236,336,cs), +(242,474,o), +(311,569,o), +(427,569,cs), +(517,569,o), +(574,514,o), +(569,393,cs), +(563,255,o), +(496,160,o), +(379,160,cs) +); +} +); +width = 767; +}, +{ +anchors = ( +{ +name = bottom; +pos = (403,-9); +}, +{ +name = center; +pos = (456,365); +}, +{ +name = ogonek; +pos = (723,10); +}, +{ +name = top; +pos = (485,729); +}, +{ +name = topleft; +pos = (127,729); +}, +{ +name = topright; +pos = (641,709); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-9,o), +(824,157,o), +(828,405,cs), +(831,609,o), +(700,739,o), +(486,739,cs), +(242,739,o), +(67,574,o), +(63,325,cs), +(60,120,o), +(192,-9,o), +(408,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(219,27,o), +(95,134,o), +(103,335,cs), +(112,559,o), +(256,703,o), +(480,703,cs), +(672,703,o), +(796,596,o), +(788,395,cs), +(779,171,o), +(635,27,o), +(410,27,cs) +); +} +); +width = 847; +}, +{ +anchors = ( +{ +name = bottom; +pos = (374,0); +}, +{ +name = center; +pos = (464,365); +}, +{ +name = ogonek; +pos = (721,10); +}, +{ +name = top; +pos = (532,729); +}, +{ +name = topleft; +pos = (140,729); +}, +{ +name = topright; +pos = (684,709); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(661,-10,o), +(850,149,o), +(875,387,cs), +(897,596,o), +(769,738,o), +(507,738,cs), +(247,738,o), +(57,581,o), +(31,343,cs), +(8,132,o), +(139,-10,o), +(398,-10,cs) ); }, { closed = 1; nodes = ( -(327,169,o), -(257,233,o), -(261,350,cs), -(265,470,o), -(336,559,o), -(471,559,cs), -(577,559,o), -(647,495,o), -(643,379,cs), -(639,260,o), -(569,169,o), -(434,169,cs) +(317,169,o), +(247,230,o), +(261,353,cs), +(274,468,o), +(348,559,o), +(485,559,cs), +(586,559,o), +(656,500,o), +(645,382,cs), +(634,264,o), +(559,169,o), +(421,169,cs) ); } ); -width = 867; +width = 868; } ); metricRight = "=|"; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_E_.glyph b/sources/MonaSans.glyphspackage/glyphs/O_E_.glyph index 82e34df9..45359593 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_E_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_E_.glyph @@ -1,6 +1,7 @@ { glyphname = OE; -kernRight = E; +kernLeft = KO_G.ss07; +kernRight = KO_E; layers = ( { anchors = ( @@ -108,11 +109,11 @@ width = 526; anchors = ( { name = bottom; -pos = (315,0); +pos = (323,0); }, { name = top; -pos = (315,729); +pos = (323,729); } ); background = { @@ -160,175 +161,51 @@ shapes = ( { closed = 1; nodes = ( -(270,-9,o), -(299,-6,o), -(319,0,c), -(611,0,l), -(611,157,l), -(456,157,l), -(456,299,l), -(597,299,l), -(597,445,l), -(456,445,l), -(456,572,l), -(611,572,l), -(611,729,l), -(319,729,l), -(297,735,o), -(275,738,o), -(250,738,cs), -(69,738,o), -(16,593,o), -(16,365,cs), -(16,136,o), -(69,-9,o), -(245,-9,cs) +(278,-9,o), +(307,-6,o), +(327,0,c), +(619,0,l), +(619,157,l), +(464,157,l), +(464,299,l), +(605,299,l), +(605,445,l), +(464,445,l), +(464,572,l), +(619,572,l), +(619,729,l), +(327,729,l), +(305,735,o), +(283,738,o), +(258,738,cs), +(77,738,o), +(24,593,o), +(24,365,cs), +(24,136,o), +(77,-9,o), +(253,-9,cs) ); }, { closed = 1; nodes = ( -(201,145,o), -(197,215,o), -(197,365,cs), -(197,514,o), -(201,584,o), -(259,584,cs), -(265,584,o), -(273,583,o), -(279,580,c), -(279,149,l), -(273,146,o), -(265,145,o), -(259,145,cs) +(209,145,o), +(205,215,o), +(205,365,cs), +(205,514,o), +(209,584,o), +(267,584,cs), +(273,584,o), +(281,583,o), +(287,580,c), +(287,149,l), +(281,146,o), +(273,145,o), +(267,145,cs) ); } ); -width = 630; -}, -{ -anchors = ( -{ -name = bottom; -pos = (521,0); -}, -{ -name = top; -pos = (521,729); -} -); -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(445,-10,o), -(484,-6,o), -(520,0,c), -(1005,0,l), -(1005,37,l), -(562,37,l), -(562,358,l), -(957,358,l), -(957,392,l), -(562,392,l), -(562,693,l), -(1005,693,l), -(1005,729,l), -(520,729,l), -(484,735,o), -(445,739,o), -(415,739,cs), -(186,739,o), -(55,587,o), -(55,365,cs), -(55,142,o), -(186,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(214,26,o), -(96,163,o), -(96,365,cs), -(96,566,o), -(214,703,o), -(415,703,cs), -(452,703,o), -(495,698,o), -(524,691,c), -(524,38,l), -(495,31,o), -(452,26,o), -(415,26,cs) -); -} -); -width = 1042; -}, -{ -anchors = ( -{ -name = bottom; -pos = (553,0); -}, -{ -name = top; -pos = (553,729); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(445,-10,o), -(492,-6,o), -(526,0,c), -(1072,0,l), -(1072,172,l), -(722,172,l), -(722,288,l), -(1019,288,l), -(1019,449,l), -(722,449,l), -(722,557,l), -(1072,557,l), -(1072,729,l), -(526,729,l), -(492,735,o), -(445,739,o), -(408,739,cs), -(175,739,o), -(28,595,o), -(28,365,cs), -(28,129,o), -(169,-10,o), -(408,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(305,162,o), -(236,234,o), -(236,365,cs), -(236,495,o), -(305,567,o), -(430,567,cs), -(465,567,o), -(492,563,o), -(519,554,c), -(519,175,l), -(492,166,o), -(465,162,o), -(430,162,cs) -); -} -); -width = 1106; +width = 646; }, { anchors = ( @@ -396,11 +273,11 @@ width = 1108; anchors = ( { name = bottom; -pos = (573,0); +pos = (579,0); }, { name = top; -pos = (573,729); +pos = (579,729); } ); background = { @@ -458,51 +335,175 @@ shapes = ( { closed = 1; nodes = ( -(457,-10,o), -(508,-6,o), -(551,0,c), -(1124,0,l), -(1124,178,l), -(754,178,l), -(754,285,l), -(1068,285,l), -(1068,451,l), -(754,451,l), -(754,551,l), -(1124,551,l), -(1124,729,l), -(551,729,l), -(508,735,o), -(457,739,o), -(406,739,cs), -(158,739,o), -(12,600,o), -(12,365,cs), -(12,129,o), -(158,-10,o), -(406,-10,cs) +(463,-10,o), +(514,-6,o), +(557,0,c), +(1130,0,l), +(1130,178,l), +(760,178,l), +(760,285,l), +(1074,285,l), +(1074,451,l), +(760,451,l), +(760,551,l), +(1130,551,l), +(1130,729,l), +(557,729,l), +(514,735,o), +(463,739,o), +(412,739,cs), +(164,739,o), +(18,600,o), +(18,365,cs), +(18,129,o), +(164,-10,o), +(412,-10,cs) ); }, { closed = 1; nodes = ( -(312,168,o), -(243,236,o), -(243,365,cs), -(243,493,o), -(312,561,o), -(445,561,cs), -(483,561,o), -(520,556,o), -(544,548,c), -(544,181,l), -(520,173,o), -(483,168,o), -(445,168,cs) +(318,168,o), +(249,236,o), +(249,365,cs), +(249,493,o), +(318,561,o), +(451,561,cs), +(489,561,o), +(526,556,o), +(550,548,c), +(550,181,l), +(526,173,o), +(489,168,o), +(451,168,cs) +); +} +); +width = 1158; +}, +{ +anchors = ( +{ +name = bottom; +pos = (514,0); +}, +{ +name = top; +pos = (514,729); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(440,-10,o), +(477,-6,o), +(513,0,c), +(988,0,l), +(988,37,l), +(553,37,l), +(553,358,l), +(941,358,l), +(941,392,l), +(553,392,l), +(553,693,l), +(988,693,l), +(988,729,l), +(513,729,l), +(477,735,o), +(440,739,o), +(410,739,cs), +(185,739,o), +(56,587,o), +(56,365,cs), +(56,142,o), +(185,-10,o), +(410,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,26,o), +(97,163,o), +(97,365,cs), +(97,566,o), +(213,703,o), +(410,703,cs), +(446,703,o), +(488,698,o), +(517,691,c), +(517,38,l), +(488,31,o), +(446,26,o), +(410,26,cs) +); +} +); +width = 1027; +}, +{ +anchors = ( +{ +name = bottom; +pos = (542,0); +}, +{ +name = top; +pos = (542,729); +} +); +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(436,-10,o), +(481,-6,o), +(515,0,c), +(1050,0,l), +(1050,172,l), +(709,172,l), +(709,288,l), +(999,288,l), +(999,449,l), +(709,449,l), +(709,557,l), +(1050,557,l), +(1050,729,l), +(515,729,l), +(481,735,o), +(436,739,o), +(399,739,cs), +(171,739,o), +(27,595,o), +(27,365,cs), +(27,129,o), +(165,-10,o), +(399,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(300,162,o), +(233,234,o), +(233,365,cs), +(233,495,o), +(300,567,o), +(421,567,cs), +(455,567,o), +(481,563,o), +(508,554,c), +(508,175,l), +(481,166,o), +(455,162,o), +(421,162,cs) ); } ); -width = 1146; +width = 1082; }, { anchors = ( @@ -570,11 +571,11 @@ width = 530; anchors = ( { name = bottom; -pos = (259,0); +pos = (267,0); }, { name = top; -pos = (410,729); +pos = (418,729); } ); background = { @@ -632,51 +633,51 @@ shapes = ( { closed = 1; nodes = ( -(203,-10,o), -(232,-6,o), -(252,0,c), -(553,0,l), -(585,157,l), -(431,157,l), -(460,299,l), -(600,299,l), -(631,445,l), -(491,445,l), -(517,572,l), -(673,572,l), -(704,729,l), -(375,729,l), -(352,736,o), -(324,739,o), -(305,739,cs), -(162,739,o), -(92,635,o), -(40,382,cs), -(-6,160,o), -(7,-10,o), -(179,-10,cs) +(211,-10,o), +(240,-6,o), +(260,0,c), +(561,0,l), +(593,157,l), +(439,157,l), +(468,299,l), +(608,299,l), +(639,445,l), +(499,445,l), +(525,572,l), +(681,572,l), +(712,729,l), +(383,729,l), +(360,736,o), +(332,739,o), +(313,739,cs), +(170,739,o), +(100,635,o), +(48,382,cs), +(2,160,o), +(15,-10,o), +(187,-10,cs) ); }, { closed = 1; nodes = ( -(171,146,o), -(191,249,o), -(217,376,cs), -(250,539,o), -(270,583,o), -(309,583,cs), -(325,583,o), -(335,577,o), -(342,567,c), -(255,149,l), -(249,147,o), -(243,146,o), -(231,146,cs) +(179,146,o), +(199,249,o), +(225,376,cs), +(258,539,o), +(278,583,o), +(317,583,cs), +(333,583,o), +(343,577,o), +(350,567,c), +(263,149,l), +(257,147,o), +(251,146,o), +(239,146,cs) ); } ); -width = 629; +width = 645; }, { anchors = ( @@ -868,11 +869,11 @@ width = 1143; anchors = ( { name = bottom; -pos = (539,0); +pos = (545,0); }, { name = top; -pos = (690,729); +pos = (696,729); } ); background = { @@ -930,51 +931,1025 @@ shapes = ( { closed = 1; nodes = ( -(443,-10,o), -(486,-6,o), -(519,0,c), -(1112,0,l), -(1149,179,l), -(742,179,l), -(764,282,l), -(1118,282,l), -(1153,449,l), -(799,449,l), -(820,550,l), -(1223,550,l), -(1260,729,l), -(596,729,l), -(561,735,o), -(520,739,o), -(474,739,cs), -(229,739,o), -(70,613,o), -(38,400,cs), -(1,150,o), -(134,-10,o), -(394,-10,cs) +(449,-10,o), +(492,-6,o), +(525,0,c), +(1118,0,l), +(1155,179,l), +(748,179,l), +(770,282,l), +(1124,282,l), +(1159,449,l), +(805,449,l), +(826,550,l), +(1229,550,l), +(1266,729,l), +(602,729,l), +(567,735,o), +(526,739,o), +(480,739,cs), +(235,739,o), +(76,613,o), +(44,400,cs), +(7,150,o), +(140,-10,o), +(400,-10,cs) ); }, { closed = 1; nodes = ( -(310,168,o), -(246,248,o), -(267,384,cs), -(285,502,o), -(361,561,o), -(484,561,cs), -(528,561,o), -(565,554,o), -(590,542,c), -(514,172,l), -(495,169,o), -(473,168,o), -(456,168,cs) +(316,168,o), +(252,248,o), +(273,384,cs), +(291,502,o), +(367,561,o), +(490,561,cs), +(534,561,o), +(571,554,o), +(596,542,c), +(520,172,l), +(501,169,o), +(479,168,o), +(462,168,cs) +); +} +); +width = 1202; +}, +{ +anchors = ( +{ +name = bottom; +pos = (243,0); +}, +{ +name = top; +pos = (243,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(557,0,l), +(557,28,l), +(352,28,l), +(352,361,l), +(526,361,l), +(526,389,l), +(352,389,l), +(352,701,l), +(557,701,l), +(557,729,l), +(245,729,ls), +(90,729,o), +(38,579,o), +(38,364,cs), +(38,148,o), +(94,0,o), +(245,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,28,o), +(71,109,o), +(71,364,cs), +(71,620,o), +(141,701,o), +(244,701,cs), +(321,701,l), +(321,28,l), +(244,28,ls) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(216,-10,o), +(236,-7,o), +(254,0,c), +(496,0,l), +(496,28,l), +(291,28,l), +(291,361,l), +(461,361,l), +(461,389,l), +(291,389,l), +(291,701,l), +(496,701,l), +(496,729,l), +(254,729,l), +(236,736,o), +(216,739,o), +(195,739,cs), +(94,739,o), +(25,668,o), +(25,365,cs), +(25,61,o), +(94,-10,o), +(195,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(85,19,o), +(58,158,o), +(58,365,cs), +(58,571,o), +(85,710,o), +(195,710,cs), +(221,710,o), +(243,705,o), +(260,695,c), +(260,34,l), +(243,24,o), +(221,19,o), +(195,19,cs) +); +} +); +width = 498; +}, +{ +anchors = ( +{ +name = bottom; +pos = (306,0); +}, +{ +name = top; +pos = (306,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(626,0,l), +(626,157,l), +(471,157,l), +(471,299,l), +(612,299,l), +(612,445,l), +(471,445,l), +(471,572,l), +(626,572,l), +(626,729,l), +(294,729,ls), +(64,729,o), +(15,578,o), +(15,365,cs), +(15,95,o), +(109,0,o), +(299,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,157,o), +(195,205,o), +(195,361,cs), +(195,502,o), +(205,572,o), +(267,572,cs), +(294,572,l), +(294,157,l), +(267,157,ls) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(261,-9,o), +(290,-6,o), +(310,0,c), +(602,0,l), +(602,157,l), +(447,157,l), +(447,299,l), +(588,299,l), +(588,445,l), +(447,445,l), +(447,572,l), +(602,572,l), +(602,729,l), +(310,729,l), +(288,735,o), +(266,738,o), +(241,738,cs), +(60,738,o), +(7,593,o), +(7,365,cs), +(7,136,o), +(60,-9,o), +(236,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(192,145,o), +(188,215,o), +(188,365,cs), +(188,514,o), +(192,584,o), +(250,584,cs), +(256,584,o), +(264,583,o), +(270,580,c), +(270,149,l), +(264,146,o), +(256,145,o), +(250,145,cs) +); +} +); +width = 611; +}, +{ +anchors = ( +{ +name = bottom; +pos = (501,0); +}, +{ +name = top; +pos = (501,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(425,-10,o), +(464,-6,o), +(500,0,c), +(985,0,l), +(985,37,l), +(542,37,l), +(542,358,l), +(937,358,l), +(937,392,l), +(542,392,l), +(542,693,l), +(985,693,l), +(985,729,l), +(500,729,l), +(464,735,o), +(425,739,o), +(395,739,cs), +(166,739,o), +(35,587,o), +(35,365,cs), +(35,142,o), +(166,-10,o), +(395,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(194,26,o), +(76,163,o), +(76,365,cs), +(76,566,o), +(194,703,o), +(395,703,cs), +(432,703,o), +(475,698,o), +(504,691,c), +(504,38,l), +(475,31,o), +(432,26,o), +(395,26,cs) +); +} +); +width = 1002; +}, +{ +anchors = ( +{ +name = bottom; +pos = (527,0); +}, +{ +name = top; +pos = (527,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(419,-10,o), +(466,-6,o), +(500,0,c), +(1046,0,l), +(1046,172,l), +(696,172,l), +(696,288,l), +(993,288,l), +(993,449,l), +(696,449,l), +(696,557,l), +(1046,557,l), +(1046,729,l), +(500,729,l), +(466,735,o), +(419,739,o), +(382,739,cs), +(149,739,o), +(2,595,o), +(2,365,cs), +(2,129,o), +(143,-10,o), +(382,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,162,o), +(210,234,o), +(210,365,cs), +(210,495,o), +(279,567,o), +(404,567,cs), +(439,567,o), +(466,563,o), +(493,554,c), +(493,175,l), +(466,166,o), +(439,162,o), +(404,162,cs) +); +} +); +width = 1054; +}, +{ +anchors = ( +{ +name = bottom; +pos = (544,0); +}, +{ +name = top; +pos = (544,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(456,-10,o), +(501,-6,o), +(540,0,c), +(1076,0,l), +(1076,37,l), +(583,37,l), +(583,358,l), +(1023,358,l), +(1023,392,l), +(583,392,l), +(583,693,l), +(1076,693,l), +(1076,729,l), +(540,729,l), +(501,735,o), +(456,739,o), +(424,739,cs), +(171,739,o), +(26,587,o), +(26,365,cs), +(26,142,o), +(171,-10,o), +(424,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(199,26,o), +(66,163,o), +(66,365,cs), +(66,566,o), +(199,703,o), +(423,703,cs), +(464,703,o), +(513,698,o), +(545,691,c), +(545,38,l), +(513,31,o), +(465,26,o), +(423,26,cs) +); +} +); +width = 1088; +}, +{ +anchors = ( +{ +name = bottom; +pos = (563,0); +}, +{ +name = top; +pos = (563,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(461,-10,o), +(515,-6,o), +(551,0,c), +(1124,0,l), +(1124,178,l), +(754,178,l), +(754,285,l), +(1068,285,l), +(1068,451,l), +(754,451,l), +(754,551,l), +(1124,551,l), +(1124,729,l), +(551,729,l), +(515,735,o), +(461,739,o), +(417,739,cs), +(166,739,o), +(12,600,o), +(12,365,cs), +(12,129,o), +(166,-10,o), +(417,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(312,168,o), +(243,231,o), +(243,365,cs), +(243,498,o), +(312,561,o), +(455,561,cs), +(487,561,o), +(516,557,o), +(544,548,c), +(544,181,l), +(516,172,o), +(487,168,o), +(456,168,cs) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(447,-10,o), +(498,-6,o), +(541,0,c), +(1114,0,l), +(1114,178,l), +(744,178,l), +(744,285,l), +(1058,285,l), +(1058,451,l), +(744,451,l), +(744,551,l), +(1114,551,l), +(1114,729,l), +(541,729,l), +(498,735,o), +(447,739,o), +(396,739,cs), +(148,739,o), +(2,600,o), +(2,365,cs), +(2,129,o), +(148,-10,o), +(396,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,168,o), +(233,236,o), +(233,365,cs), +(233,493,o), +(302,561,o), +(435,561,cs), +(473,561,o), +(510,556,o), +(534,548,c), +(534,181,l), +(510,173,o), +(473,168,o), +(435,168,cs) +); +} +); +width = 1121; +}, +{ +anchors = ( +{ +name = bottom; +pos = (189,0); +}, +{ +name = top; +pos = (340,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,-9,o), +(203,-6,o), +(223,0,c), +(443,0,l), +(449,28,l), +(245,28,l), +(315,361,l), +(488,361,l), +(493,389,l), +(320,389,l), +(385,701,l), +(589,701,l), +(594,729,l), +(358,729,l), +(339,735,o), +(315,739,o), +(292,739,cs), +(177,739,o), +(103,665,o), +(48,382,cs), +(-6,114,o), +(29,-9,o), +(160,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(56,20,o), +(33,128,o), +(81,380,cs), +(119,576,o), +(166,710,o), +(293,710,cs), +(311,710,o), +(334,707,o), +(354,698,c), +(214,27,l), +(199,22,o), +(181,20,o), +(163,20,cs) +); +} +); +width = 484; +}, +{ +anchors = ( +{ +name = bottom; +pos = (251,0); +}, +{ +name = top; +pos = (402,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(209,-9,o), +(233,-5,o), +(255,0,c), +(556,0,l), +(588,157,l), +(434,157,l), +(463,299,l), +(603,299,l), +(634,445,l), +(494,445,l), +(520,572,l), +(676,572,l), +(707,729,l), +(368,729,l), +(350,735,o), +(327,739,o), +(307,739,cs), +(149,739,o), +(84,606,o), +(45,391,cs), +(-6,108,o), +(46,-9,o), +(183,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(187,146,o), +(183,186,o), +(220,377,cs), +(252,540,o), +(268,583,o), +(312,583,cs), +(328,583,o), +(338,577,o), +(345,567,c), +(258,149,l), +(252,147,o), +(246,146,o), +(240,146,cs) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,-10,o), +(224,-6,o), +(244,0,c), +(545,0,l), +(577,157,l), +(423,157,l), +(452,299,l), +(592,299,l), +(623,445,l), +(483,445,l), +(509,572,l), +(665,572,l), +(696,729,l), +(367,729,l), +(344,736,o), +(316,739,o), +(297,739,cs), +(154,739,o), +(84,635,o), +(32,382,cs), +(-14,160,o), +(-1,-10,o), +(171,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(163,146,o), +(183,249,o), +(209,376,cs), +(242,539,o), +(262,583,o), +(301,583,cs), +(317,583,o), +(327,577,o), +(334,567,c), +(247,149,l), +(241,147,o), +(235,146,o), +(223,146,cs) +); +} +); +width = 610; +}, +{ +anchors = ( +{ +name = bottom; +pos = (463,0); +}, +{ +name = top; +pos = (614,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(397,-10,o), +(435,-6,o), +(464,0,c), +(923,0,l), +(930,36,l), +(500,36,l), +(567,358,l), +(952,358,l), +(959,392,l), +(574,392,l), +(637,693,l), +(1067,693,l), +(1074,729,l), +(583,729,l), +(537,737,o), +(499,739,o), +(460,739,cs), +(240,739,o), +(101,603,o), +(64,396,cs), +(24,146,o), +(132,-10,o), +(362,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(161,26,o), +(65,163,o), +(105,394,cs), +(138,580,o), +(263,703,o), +(457,703,cs), +(510,703,o), +(558,697,o), +(599,686,c), +(465,38,l), +(440,31,o), +(407,26,o), +(372,26,cs) +); +} +); +width = 990; +}, +{ +anchors = ( +{ +name = bottom; +pos = (468,0); +}, +{ +name = top; +pos = (619,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(405,-10,o), +(445,-6,o), +(477,0,c), +(976,0,l), +(1011,172,l), +(675,172,l), +(698,285,l), +(984,285,l), +(1017,446,l), +(731,446,l), +(754,557,l), +(1088,557,l), +(1124,729,l), +(557,729,l), +(524,735,o), +(486,739,o), +(447,739,cs), +(222,739,o), +(67,613,o), +(35,400,cs), +(-3,149,o), +(124,-10,o), +(364,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(281,160,o), +(218,240,o), +(241,384,cs), +(260,506,o), +(332,569,o), +(451,569,cs), +(488,569,o), +(525,563,o), +(552,550,c), +(472,165,l), +(456,162,o), +(439,160,o), +(417,160,cs) +); +} +); +width = 1037; +}, +{ +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = top; +pos = (669,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(441,-10,o), +(483,-6,o), +(515,0,c), +(1066,0,l), +(1074,37,l), +(553,37,l), +(620,358,l), +(1095,358,l), +(1102,392,l), +(628,392,l), +(690,693,l), +(1210,693,l), +(1217,729,l), +(633,729,l), +(583,737,o), +(540,739,o), +(495,739,cs), +(259,739,o), +(101,611,o), +(65,396,cs), +(24,147,o), +(147,-10,o), +(403,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(177,26,o), +(65,163,o), +(104,391,cs), +(138,587,o), +(279,703,o), +(491,703,cs), +(551,703,o), +(604,697,o), +(650,686,c), +(516,38,l), +(489,31,o), +(451,26,o), +(412,26,cs) +); +} +); +width = 1133; +}, +{ +anchors = ( +{ +name = bottom; +pos = (538,0); +}, +{ +name = top; +pos = (689,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(457,-10,o), +(500,-6,o), +(533,0,c), +(1126,0,l), +(1163,179,l), +(756,179,l), +(778,282,l), +(1132,282,l), +(1167,449,l), +(813,449,l), +(834,550,l), +(1237,550,l), +(1274,729,l), +(610,729,l), +(575,735,o), +(534,739,o), +(495,739,cs), +(257,739,o), +(98,613,o), +(66,400,cs), +(29,150,o), +(162,-10,o), +(415,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(324,168,o), +(260,248,o), +(281,384,cs), +(299,502,o), +(375,561,o), +(498,561,cs), +(542,561,o), +(579,554,o), +(604,542,c), +(528,172,l), +(509,169,o), +(487,168,o), +(470,168,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(442,-10,o), +(485,-6,o), +(518,0,c), +(1111,0,l), +(1148,179,l), +(741,179,l), +(763,282,l), +(1117,282,l), +(1152,449,l), +(798,449,l), +(819,550,l), +(1222,550,l), +(1259,729,l), +(595,729,l), +(560,735,o), +(519,739,o), +(473,739,cs), +(228,739,o), +(69,613,o), +(37,400,cs), +(0,150,o), +(133,-10,o), +(393,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(309,168,o), +(245,248,o), +(266,384,cs), +(284,502,o), +(360,561,o), +(483,561,cs), +(527,561,o), +(564,554,o), +(589,542,c), +(513,172,l), +(494,169,o), +(472,168,o), +(455,168,cs) ); } ); -width = 1190; +width = 1174; } ); metricLeft = O; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/O_acute.glyph index 06edc4e9..c0602dfa 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_acute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Oacute; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (135,51); ref = acutecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (350,57); +pos = (358,57); ref = acutecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (289,51); +pos = (319,56); ref = acutecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (358,57); +pos = (344,57); ref = acutecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (319,56); +pos = (291,51); ref = acutecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (157,57); +pos = (166,57); ref = acutecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (143,51); +pos = (148,51); ref = acutecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (334,57); +pos = (347,57); ref = acutecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (306,56); ref = acutecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (155,57); +ref = acutecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (143,51); +ref = acutecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (350,57); +ref = acutecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (284,51); +ref = acutecomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (358,57); +ref = acutecomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (336,56); +ref = acutecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (151,57); +ref = acutecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (146,51); +ref = acutecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (340,57); +ref = acutecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (294,51); +ref = acutecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (352,57); +ref = acutecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (347,56); +ref = acutecomb; +} +); +width = 868; } ); unicode = 211; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/O_caron.glyph new file mode 100644 index 00000000..43f32c89 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/O_caron.glyph @@ -0,0 +1,320 @@ +{ +glyphname = Ocaron; +kernLeft = KO_Oacute; +kernRight = KO_O; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = O; +}, +{ +pos = (82,57); +ref = caroncomb; +} +); +width = 421; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = O; +}, +{ +pos = (30,51); +ref = caroncomb; +} +); +width = 510; +}, +{ +layerId = m019; +shapes = ( +{ +ref = O; +}, +{ +pos = (237,57); +ref = caroncomb; +} +); +width = 801; +}, +{ +layerId = m020; +shapes = ( +{ +ref = O; +}, +{ +pos = (162,51); +ref = caroncomb; +} +); +width = 801; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = O; +}, +{ +pos = (237,57); +ref = caroncomb; +} +); +width = 832; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = O; +}, +{ +pos = (145,56); +ref = caroncomb; +} +); +width = 883; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = O; +}, +{ +pos = (93,57); +ref = caroncomb; +} +); +width = 437; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (47,51); +ref = caroncomb; +} +); +width = 518; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = O; +}, +{ +pos = (209,57); +ref = caroncomb; +} +); +width = 771; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = O; +}, +{ +pos = (138,51); +ref = caroncomb; +} +); +width = 790; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = O; +}, +{ +pos = (224,57); +ref = caroncomb; +} +); +width = 855; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = O; +}, +{ +pos = (132,56); +ref = caroncomb; +} +); +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = O; +}, +{ +pos = (77,57); +ref = caroncomb; +} +); +width = 371; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (38,51); +ref = caroncomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (253,57); +ref = caroncomb; +} +); +width = 794; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = O; +}, +{ +pos = (150,51); +ref = caroncomb; +} +); +width = 751; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = O; +}, +{ +pos = (255,57); +ref = caroncomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (162,56); +ref = caroncomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (78,57); +ref = caroncomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (45,51); +ref = caroncomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (231,57); +ref = caroncomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (155,51); +ref = caroncomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (229,57); +ref = caroncomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (173,56); +ref = caroncomb; +} +); +width = 868; +} +); +unicode = 465; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/O_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/O_circumflex.glyph index 16756d54..f2f73680 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_circumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ocircumflex; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,36 +28,36 @@ pos = (30,51); ref = circumflexcomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (241,57); +pos = (237,57); ref = circumflexcomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (154,51); +pos = (145,56); ref = circumflexcomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; @@ -67,20 +67,20 @@ pos = (237,57); ref = circumflexcomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (145,56); +pos = (162,51); ref = circumflexcomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (83,57); +pos = (92,57); ref = circumflexcomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (36,51); +pos = (41,51); ref = circumflexcomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (211,57); +pos = (224,57); ref = circumflexcomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (130,56); ref = circumflexcomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (82,57); +ref = circumflexcomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (38,51); +ref = circumflexcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (241,57); +ref = circumflexcomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (149,51); +ref = circumflexcomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (237,57); +ref = circumflexcomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (162,56); +ref = circumflexcomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (77,57); +ref = circumflexcomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (39,51); +ref = circumflexcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (230,57); +ref = circumflexcomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (160,51); +ref = circumflexcomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (229,57); +ref = circumflexcomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (171,56); +ref = circumflexcomb; +} +); +width = 868; } ); unicode = 212; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_circumflexacute.glyph b/sources/MonaSans.glyphspackage/glyphs/O_circumflexacute.glyph index 88eac64e..13e995be 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_circumflexacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_circumflexacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ocircumflexacute; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,36 +28,36 @@ pos = (41,51); ref = circumflexcomb_acutecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (241,57); +pos = (237,57); ref = circumflexcomb_acutecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (154,51); +pos = (169,56); ref = circumflexcomb_acutecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; @@ -67,20 +67,20 @@ pos = (237,57); ref = circumflexcomb_acutecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (169,56); +pos = (161,51); ref = circumflexcomb_acutecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (83,57); +pos = (92,57); ref = circumflexcomb_acutecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (48,51); +pos = (53,51); ref = circumflexcomb_acutecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (211,57); +pos = (224,57); ref = circumflexcomb_acutecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (153,56); ref = circumflexcomb_acutecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (82,57); +ref = circumflexcomb_acutecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (49,51); +ref = circumflexcomb_acutecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (241,57); +ref = circumflexcomb_acutecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (149,51); +ref = circumflexcomb_acutecomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (237,57); +ref = circumflexcomb_acutecomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (186,56); +ref = circumflexcomb_acutecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (77,57); +ref = circumflexcomb_acutecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (51,51); +ref = circumflexcomb_acutecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (230,57); +ref = circumflexcomb_acutecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (162,51); +ref = circumflexcomb_acutecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (229,57); +ref = circumflexcomb_acutecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (194,56); +ref = circumflexcomb_acutecomb; +} +); +width = 868; } ); unicode = 7888; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_circumflexdotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/O_circumflexdotbelow.glyph index e701e2f0..363b1d64 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_circumflexdotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_circumflexdotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ocircumflexdotbelow; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,50 +36,50 @@ pos = (30,51); ref = circumflexcomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (333,0); +pos = (344,0); ref = dotbelowcomb; }, { -pos = (241,57); +pos = (237,57); ref = circumflexcomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (276,0); +pos = (283,0); ref = dotbelowcomb; }, { -pos = (154,51); +pos = (145,56); ref = circumflexcomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (344,0); +pos = (327,0); ref = dotbelowcomb; }, { @@ -87,24 +87,24 @@ pos = (237,57); ref = circumflexcomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (283,0); +pos = (280,0); ref = dotbelowcomb; }, { -pos = (145,56); +pos = (162,51); ref = circumflexcomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -113,15 +113,15 @@ shapes = ( ref = O; }, { -pos = (156,0); +pos = (165,0); ref = dotbelowcomb; }, { -pos = (83,57); +pos = (92,57); ref = circumflexcomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -130,15 +130,15 @@ shapes = ( ref = O; }, { -pos = (129,0); +pos = (134,0); ref = dotbelowcomb; }, { -pos = (36,51); +pos = (41,51); ref = circumflexcomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -181,15 +181,15 @@ shapes = ( ref = O; }, { -pos = (376,-9); +pos = (389,-9); ref = dotbelowcomb; }, { -pos = (211,57); +pos = (224,57); ref = circumflexcomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -206,7 +206,223 @@ pos = (130,56); ref = circumflexcomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (148,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (82,57); +ref = circumflexcomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (137,0); +ref = dotbelowcomb; +}, +{ +pos = (38,51); +ref = circumflexcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (333,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (241,57); +ref = circumflexcomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (271,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (149,51); +ref = circumflexcomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (344,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (237,57); +ref = circumflexcomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (300,0); +ref = dotbelowcomb; +}, +{ +pos = (162,56); +ref = circumflexcomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (150,0); +ref = dotbelowcomb; +}, +{ +pos = (77,57); +ref = circumflexcomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (132,0); +ref = dotbelowcomb; +}, +{ +pos = (39,51); +ref = circumflexcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (358,0); +ref = dotbelowcomb; +}, +{ +pos = (230,57); +ref = circumflexcomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (304,0); +ref = dotbelowcomb; +}, +{ +pos = (160,51); +ref = circumflexcomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (396,-9); +ref = dotbelowcomb; +}, +{ +pos = (229,57); +ref = circumflexcomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (292,0); +ref = dotbelowcomb; +}, +{ +pos = (171,56); +ref = circumflexcomb; +} +); +width = 868; } ); unicode = 7896; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_circumflexdotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/O_circumflexdotbelow.ss01.glyph index 2870106b..e0e0157d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_circumflexdotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_circumflexdotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ocircumflexdotbelow.ss01; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,50 +36,50 @@ pos = (30,51); ref = circumflexcomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (346,0); +pos = (357,0); ref = dotbelowcomb.ss01; }, { -pos = (241,57); +pos = (237,57); ref = circumflexcomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (265,0); +pos = (295,0); ref = dotbelowcomb.ss01; }, { -pos = (154,51); +pos = (145,56); ref = circumflexcomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (357,0); +pos = (340,0); ref = dotbelowcomb.ss01; }, { @@ -87,24 +87,24 @@ pos = (237,57); ref = circumflexcomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (295,0); +pos = (267,0); ref = dotbelowcomb.ss01; }, { -pos = (145,56); +pos = (162,51); ref = circumflexcomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -113,15 +113,15 @@ shapes = ( ref = O; }, { -pos = (164,0); +pos = (173,0); ref = dotbelowcomb.ss01; }, { -pos = (83,57); +pos = (92,57); ref = circumflexcomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -130,15 +130,15 @@ shapes = ( ref = O; }, { -pos = (120,0); +pos = (125,0); ref = dotbelowcomb.ss01; }, { -pos = (36,51); +pos = (41,51); ref = circumflexcomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -181,15 +181,15 @@ shapes = ( ref = O; }, { -pos = (387,-9); +pos = (400,-9); ref = dotbelowcomb.ss01; }, { -pos = (211,57); +pos = (224,57); ref = circumflexcomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -206,7 +206,217 @@ pos = (130,56); ref = circumflexcomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (156,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (82,57); +ref = circumflexcomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (126,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (38,51); +ref = circumflexcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (346,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (241,57); +ref = circumflexcomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = O; +}, +{ +pos = (261,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (150,51); +ref = circumflexcomb; +} +); +width = 751; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = O; +}, +{ +pos = (375,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (255,57); +ref = circumflexcomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (312,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (162,56); +ref = circumflexcomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (158,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (77,57); +ref = circumflexcomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (123,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (39,51); +ref = circumflexcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (371,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (230,57); +ref = circumflexcomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (295,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (160,51); +ref = circumflexcomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (407,-9); +ref = dotbelowcomb.ss01; +}, +{ +pos = (229,57); +ref = circumflexcomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (306,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (171,56); +ref = circumflexcomb; +} +); +width = 868; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/O_circumflexgrave.glyph b/sources/MonaSans.glyphspackage/glyphs/O_circumflexgrave.glyph index 38ba2311..94776e07 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_circumflexgrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_circumflexgrave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ocircumflexgrave; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,36 +28,36 @@ pos = (41,51); ref = circumflexcomb_gravecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (241,57); +pos = (237,57); ref = circumflexcomb_gravecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (154,51); +pos = (169,56); ref = circumflexcomb_gravecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; @@ -67,20 +67,20 @@ pos = (237,57); ref = circumflexcomb_gravecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (169,56); +pos = (161,51); ref = circumflexcomb_gravecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (83,57); +pos = (92,57); ref = circumflexcomb_gravecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (48,51); +pos = (53,51); ref = circumflexcomb_gravecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (211,57); +pos = (224,57); ref = circumflexcomb_gravecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (153,56); ref = circumflexcomb_gravecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (82,57); +ref = circumflexcomb_gravecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (49,51); +ref = circumflexcomb_gravecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (241,57); +ref = circumflexcomb_gravecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (149,51); +ref = circumflexcomb_gravecomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (237,57); +ref = circumflexcomb_gravecomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (186,56); +ref = circumflexcomb_gravecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (77,57); +ref = circumflexcomb_gravecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (51,51); +ref = circumflexcomb_gravecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (230,57); +ref = circumflexcomb_gravecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (162,51); +ref = circumflexcomb_gravecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (229,57); +ref = circumflexcomb_gravecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (194,56); +ref = circumflexcomb_gravecomb; +} +); +width = 868; } ); unicode = 7890; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_circumflexhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/O_circumflexhookabove.glyph index 116b681e..d5772953 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_circumflexhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_circumflexhookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ocircumflexhookabove; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,36 +28,36 @@ pos = (41,51); ref = circumflexcomb_hookabovecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (241,57); +pos = (237,57); ref = circumflexcomb_hookabovecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (154,51); +pos = (169,56); ref = circumflexcomb_hookabovecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; @@ -67,20 +67,20 @@ pos = (237,57); ref = circumflexcomb_hookabovecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (169,56); +pos = (161,51); ref = circumflexcomb_hookabovecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (83,57); +pos = (92,57); ref = circumflexcomb_hookabovecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (48,51); +pos = (53,51); ref = circumflexcomb_hookabovecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (211,57); +pos = (224,57); ref = circumflexcomb_hookabovecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (153,56); ref = circumflexcomb_hookabovecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (82,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (49,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (241,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (149,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (237,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (186,56); +ref = circumflexcomb_hookabovecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (77,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (51,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (230,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (162,51); +ref = circumflexcomb_hookabovecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (229,57); +ref = circumflexcomb_hookabovecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (194,56); +ref = circumflexcomb_hookabovecomb; +} +); +width = 868; } ); unicode = 7892; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_circumflextilde.glyph b/sources/MonaSans.glyphspackage/glyphs/O_circumflextilde.glyph index 916ad399..be2c66ef 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_circumflextilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_circumflextilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ocircumflextilde; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,36 +28,36 @@ pos = (41,51); ref = circumflexcomb_tildecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (241,57); +pos = (237,57); ref = circumflexcomb_tildecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (154,51); +pos = (169,56); ref = circumflexcomb_tildecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; @@ -67,20 +67,20 @@ pos = (237,57); ref = circumflexcomb_tildecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (169,56); +pos = (162,51); ref = circumflexcomb_tildecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (83,57); +pos = (92,57); ref = circumflexcomb_tildecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (47,51); +pos = (52,51); ref = circumflexcomb_tildecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (211,57); +pos = (224,57); ref = circumflexcomb_tildecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (161,56); ref = circumflexcomb_tildecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (82,57); +ref = circumflexcomb_tildecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (49,51); +ref = circumflexcomb_tildecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (241,57); +ref = circumflexcomb_tildecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (149,51); +ref = circumflexcomb_tildecomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (237,57); +ref = circumflexcomb_tildecomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (186,56); +ref = circumflexcomb_tildecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (77,57); +ref = circumflexcomb_tildecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (50,51); +ref = circumflexcomb_tildecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (223,57); +ref = circumflexcomb_tildecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (162,51); +ref = circumflexcomb_tildecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (229,57); +ref = circumflexcomb_tildecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (202,56); +ref = circumflexcomb_tildecomb; +} +); +width = 868; } ); unicode = 7894; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_dieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/O_dieresis.glyph index d4744089..9a6fc251 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_dieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_dieresis.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Odieresis; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,36 +28,36 @@ pos = (22,51); ref = dieresiscomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (243,57); +pos = (239,57); ref = dieresiscomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (158,51); +pos = (153,51); ref = dieresiscomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; @@ -67,20 +67,20 @@ pos = (239,57); ref = dieresiscomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (153,51); +pos = (166,51); ref = dieresiscomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (89,57); +pos = (98,57); ref = dieresiscomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (21,51); +pos = (26,51); ref = dieresiscomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (215,57); +pos = (228,57); ref = dieresiscomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (137,51); ref = dieresiscomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (93,57); +ref = dieresiscomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (30,51); +ref = dieresiscomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (243,57); +ref = dieresiscomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (153,51); +ref = dieresiscomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (239,57); +ref = dieresiscomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (170,51); +ref = dieresiscomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (83,57); +ref = dieresiscomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (24,51); +ref = dieresiscomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (235,57); +ref = dieresiscomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (160,51); +ref = dieresiscomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (233,57); +ref = dieresiscomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (178,51); +ref = dieresiscomb; +} +); +width = 868; } ); unicode = 214; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_dieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/O_dieresis.ss01.glyph index 5387f105..490a83c4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_dieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_dieresis.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Odieresis.ss01; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (23,51); ref = dieresiscomb.ss01; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (270,57); +pos = (272,57); ref = dieresiscomb.ss01; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (170,51); +pos = (175,51); ref = dieresiscomb.ss01; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (272,57); +pos = (264,57); ref = dieresiscomb.ss01; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (175,51); +pos = (178,51); ref = dieresiscomb.ss01; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (102,57); +pos = (111,57); ref = dieresiscomb.ss01; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (29,51); +pos = (34,51); ref = dieresiscomb.ss01; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (252,57); +pos = (265,57); ref = dieresiscomb.ss01; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (166,51); ref = dieresiscomb.ss01; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (104,57); +ref = dieresiscomb.ss01; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (31,51); +ref = dieresiscomb.ss01; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (270,57); +ref = dieresiscomb.ss01; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = O; +}, +{ +pos = (166,51); +ref = dieresiscomb.ss01; +} +); +width = 751; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = O; +}, +{ +pos = (290,57); +ref = dieresiscomb.ss01; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (192,51); +ref = dieresiscomb.ss01; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (96,57); +ref = dieresiscomb.ss01; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (32,51); +ref = dieresiscomb.ss01; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (257,57); +ref = dieresiscomb.ss01; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (176,51); +ref = dieresiscomb.ss01; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (270,57); +ref = dieresiscomb.ss01; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (207,51); +ref = dieresiscomb.ss01; +} +); +width = 868; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/O_dotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/O_dotbelow.glyph index 810e4d0c..3c133f35 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_dotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_dotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Odotbelow; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (129,0); ref = dotbelowcomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (333,0); +pos = (344,0); ref = dotbelowcomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (276,0); +pos = (283,0); ref = dotbelowcomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (344,0); +pos = (327,0); ref = dotbelowcomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (283,0); +pos = (280,0); ref = dotbelowcomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (156,0); +pos = (165,0); ref = dotbelowcomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (129,0); +pos = (134,0); ref = dotbelowcomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (376,-9); +pos = (389,-9); ref = dotbelowcomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (302,0); ref = dotbelowcomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (148,0); +ref = dotbelowcomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (137,0); +ref = dotbelowcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (333,0); +ref = dotbelowcomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (271,0); +ref = dotbelowcomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (344,0); +ref = dotbelowcomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (300,0); +ref = dotbelowcomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (150,0); +ref = dotbelowcomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (132,0); +ref = dotbelowcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (358,0); +ref = dotbelowcomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (304,0); +ref = dotbelowcomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (396,-9); +ref = dotbelowcomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (292,0); +ref = dotbelowcomb; +} +); +width = 868; } ); unicode = 7884; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_dotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/O_dotbelow.ss01.glyph index 53f90fa1..b7b8043a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_dotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_dotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Odotbelow.ss01; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (118,0); ref = dotbelowcomb.ss01; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (346,0); +pos = (357,0); ref = dotbelowcomb.ss01; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (265,0); +pos = (295,0); ref = dotbelowcomb.ss01; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (357,0); +pos = (340,0); ref = dotbelowcomb.ss01; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (295,0); +pos = (267,0); ref = dotbelowcomb.ss01; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (164,0); +pos = (173,0); ref = dotbelowcomb.ss01; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (120,0); +pos = (125,0); ref = dotbelowcomb.ss01; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (387,-9); +pos = (400,-9); ref = dotbelowcomb.ss01; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (316,0); ref = dotbelowcomb.ss01; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (156,0); +ref = dotbelowcomb.ss01; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (126,0); +ref = dotbelowcomb.ss01; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (346,0); +ref = dotbelowcomb.ss01; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = O; +}, +{ +pos = (261,0); +ref = dotbelowcomb.ss01; +} +); +width = 751; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = O; +}, +{ +pos = (375,0); +ref = dotbelowcomb.ss01; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (312,0); +ref = dotbelowcomb.ss01; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (158,0); +ref = dotbelowcomb.ss01; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (123,0); +ref = dotbelowcomb.ss01; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (371,0); +ref = dotbelowcomb.ss01; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (295,0); +ref = dotbelowcomb.ss01; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (407,-9); +ref = dotbelowcomb.ss01; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (306,0); +ref = dotbelowcomb.ss01; +} +); +width = 868; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/O_grave.glyph b/sources/MonaSans.glyphspackage/glyphs/O_grave.glyph index bca2345f..619d1cbb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_grave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_grave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ograve; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (38,51); ref = gravecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (271,57); +pos = (272,57); ref = gravecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (192,51); +pos = (202,56); ref = gravecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (272,57); +pos = (265,57); ref = gravecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (202,56); +pos = (202,51); ref = gravecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (80,57); +pos = (89,57); ref = gravecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (53,51); +pos = (58,51); ref = gravecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (247,57); +pos = (260,57); ref = gravecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (189,56); ref = gravecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (77,57); +ref = gravecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (46,51); +ref = gravecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (271,57); +ref = gravecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (187,51); +ref = gravecomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (272,57); +ref = gravecomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (219,56); +ref = gravecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (74,57); +ref = gravecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (56,51); +ref = gravecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (263,57); +ref = gravecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (193,51); +ref = gravecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (265,57); +ref = gravecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (230,56); +ref = gravecomb; +} +); +width = 868; } ); unicode = 210; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_hookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/O_hookabove.glyph index 4abe4cb6..1ea6631d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_hookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_hookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ohookabove; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (108,50); ref = hookabovecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (297,57); +pos = (308,57); ref = hookabovecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (238,51); +pos = (283,51); ref = hookabovecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (308,57); +pos = (291,57); ref = hookabovecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (283,51); +pos = (245,51); ref = hookabovecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (109,56); +pos = (118,56); ref = hookabovecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (107,49); +pos = (112,49); ref = hookabovecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (289,56); +pos = (302,56); ref = hookabovecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (254,48); ref = hookabovecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (130,57); +ref = hookabovecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (116,50); +ref = hookabovecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (297,57); +ref = hookabovecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (233,51); +ref = hookabovecomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (308,57); +ref = hookabovecomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (300,51); +ref = hookabovecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (103,56); +ref = hookabovecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (110,49); +ref = hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (293,56); +ref = hookabovecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (234,50); +ref = hookabovecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (307,56); +ref = hookabovecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (295,48); +ref = hookabovecomb; +} +); +width = 868; } ); unicode = 7886; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_horn.glyph b/sources/MonaSans.glyphspackage/glyphs/O_horn.glyph index aab2699f..7e30277a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_horn.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_horn.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ohorn; -kernLeft = O; -kernRight = Ohorn; +kernLeft = KO_Oacute; +kernRight = KO_Ohorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (299,167); ref = horncomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (532,190); +pos = (530,184); ref = horncomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (519,119); +pos = (579,99); ref = horncomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (530,184); +pos = (520,190); ref = horncomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (579,99); +pos = (515,119); ref = horncomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (294,183); +pos = (303,183); ref = horncomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (323,167); +pos = (328,167); ref = horncomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (535,184); +pos = (548,184); ref = horncomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (547,87); ref = horncomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (262,183); +ref = horncomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (307,167); +ref = horncomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (532,190); +ref = horncomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = O; +}, +{ +pos = (515,119); +ref = horncomb; +} +); +width = 751; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = O; +}, +{ +pos = (548,184); +ref = horncomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (596,99); +ref = horncomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (284,183); +ref = horncomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (326,167); +ref = horncomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (554,189); +ref = horncomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (453,139); +ref = horncomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (556,184); +ref = horncomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (587,87); +ref = horncomb; +} +); +width = 868; } ); unicode = 416; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_hornacute.glyph b/sources/MonaSans.glyphspackage/glyphs/O_hornacute.glyph index a2730d13..3854a821 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_hornacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_hornacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ohornacute; -kernLeft = O; -kernRight = Ohorn; +kernLeft = KO_Oacute; +kernRight = KO_Ohorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (135,51); ref = acutecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Ohorn; }, { -pos = (350,57); +pos = (358,57); ref = acutecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Ohorn; }, { -pos = (289,51); +pos = (319,56); ref = acutecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Ohorn; }, { -pos = (358,57); +pos = (344,57); ref = acutecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Ohorn; }, { -pos = (319,56); +pos = (291,51); ref = acutecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = Ohorn; }, { -pos = (157,57); +pos = (166,57); ref = acutecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = Ohorn; }, { -pos = (143,51); +pos = (148,51); ref = acutecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = Ohorn; }, { -pos = (334,57); +pos = (347,57); ref = acutecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (306,56); ref = acutecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (155,57); +ref = acutecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (143,51); +ref = acutecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (350,57); +ref = acutecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (285,51); +ref = acutecomb; +} +); +width = 751; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (376,57); +ref = acutecomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (336,56); +ref = acutecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (151,57); +ref = acutecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (146,51); +ref = acutecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (340,57); +ref = acutecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (294,51); +ref = acutecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (352,57); +ref = acutecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (347,56); +ref = acutecomb; +} +); +width = 868; } ); unicode = 7898; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_horndotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/O_horndotbelow.glyph index f87c105d..b8a20e8e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_horndotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_horndotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ohorndotbelow; -kernLeft = O; -kernRight = Ohorn; +kernLeft = KO_Oacute; +kernRight = KO_Ohorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (129,0); ref = dotbelowcomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Ohorn; }, { -pos = (333,0); +pos = (344,0); ref = dotbelowcomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Ohorn; }, { -pos = (276,0); +pos = (283,0); ref = dotbelowcomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Ohorn; }, { -pos = (344,0); +pos = (327,0); ref = dotbelowcomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Ohorn; }, { -pos = (283,0); +pos = (280,0); ref = dotbelowcomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = Ohorn; }, { -pos = (156,0); +pos = (165,0); ref = dotbelowcomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = Ohorn; }, { -pos = (129,0); +pos = (134,0); ref = dotbelowcomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = Ohorn; }, { -pos = (376,-9); +pos = (389,-9); ref = dotbelowcomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (302,0); ref = dotbelowcomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (148,0); +ref = dotbelowcomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (137,0); +ref = dotbelowcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (333,0); +ref = dotbelowcomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (272,0); +ref = dotbelowcomb; +} +); +width = 751; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (362,0); +ref = dotbelowcomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (300,0); +ref = dotbelowcomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (150,0); +ref = dotbelowcomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (132,0); +ref = dotbelowcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (358,0); +ref = dotbelowcomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (304,0); +ref = dotbelowcomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (396,-9); +ref = dotbelowcomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (292,0); +ref = dotbelowcomb; +} +); +width = 868; } ); unicode = 7906; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_horndotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/O_horndotbelow.ss01.glyph index 06ea68bc..a030a420 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_horndotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_horndotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ohorndotbelow.ss01; -kernLeft = O; -kernRight = Ohorn; +kernLeft = KO_Oacute; +kernRight = KO_Ohorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (118,0); ref = dotbelowcomb.ss01; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Ohorn; }, { -pos = (346,0); +pos = (357,0); ref = dotbelowcomb.ss01; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Ohorn; }, { -pos = (265,0); +pos = (295,0); ref = dotbelowcomb.ss01; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Ohorn; }, { -pos = (357,0); +pos = (340,0); ref = dotbelowcomb.ss01; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Ohorn; }, { -pos = (295,0); +pos = (267,0); ref = dotbelowcomb.ss01; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = Ohorn; }, { -pos = (164,0); +pos = (173,0); ref = dotbelowcomb.ss01; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = Ohorn; }, { -pos = (120,0); +pos = (125,0); ref = dotbelowcomb.ss01; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = Ohorn; }, { -pos = (387,-9); +pos = (400,-9); ref = dotbelowcomb.ss01; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (316,0); ref = dotbelowcomb.ss01; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (156,0); +ref = dotbelowcomb.ss01; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (126,0); +ref = dotbelowcomb.ss01; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (346,0); +ref = dotbelowcomb.ss01; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (261,0); +ref = dotbelowcomb.ss01; +} +); +width = 751; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (375,0); +ref = dotbelowcomb.ss01; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (312,0); +ref = dotbelowcomb.ss01; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (158,0); +ref = dotbelowcomb.ss01; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (123,0); +ref = dotbelowcomb.ss01; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (371,0); +ref = dotbelowcomb.ss01; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (295,0); +ref = dotbelowcomb.ss01; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (407,-9); +ref = dotbelowcomb.ss01; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (306,0); +ref = dotbelowcomb.ss01; +} +); +width = 868; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/O_horngrave.glyph b/sources/MonaSans.glyphspackage/glyphs/O_horngrave.glyph index 74041d85..9635ca4e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_horngrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_horngrave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ohorngrave; -kernLeft = O; -kernRight = Ohorn; +kernLeft = KO_Oacute; +kernRight = KO_Ohorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (38,51); ref = gravecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Ohorn; }, { -pos = (271,57); +pos = (272,57); ref = gravecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Ohorn; }, { -pos = (192,51); +pos = (202,56); ref = gravecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Ohorn; }, { -pos = (272,57); +pos = (265,57); ref = gravecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Ohorn; }, { -pos = (202,56); +pos = (202,51); ref = gravecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = Ohorn; }, { -pos = (80,57); +pos = (89,57); ref = gravecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = Ohorn; }, { -pos = (53,51); +pos = (58,51); ref = gravecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = Ohorn; }, { -pos = (247,57); +pos = (260,57); ref = gravecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (189,56); ref = gravecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (77,57); +ref = gravecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (46,51); +ref = gravecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (271,57); +ref = gravecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (188,51); +ref = gravecomb; +} +); +width = 751; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (290,57); +ref = gravecomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (219,56); +ref = gravecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (74,57); +ref = gravecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (56,51); +ref = gravecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (263,57); +ref = gravecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (193,51); +ref = gravecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (265,57); +ref = gravecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (230,56); +ref = gravecomb; +} +); +width = 868; } ); unicode = 7900; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_hornhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/O_hornhookabove.glyph index 52489b07..29e90a2e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_hornhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_hornhookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ohornhookabove; -kernLeft = O; -kernRight = Ohorn; +kernLeft = KO_Oacute; +kernRight = KO_Ohorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (108,50); ref = hookabovecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Ohorn; }, { -pos = (297,57); +pos = (308,57); ref = hookabovecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Ohorn; }, { -pos = (238,51); +pos = (283,51); ref = hookabovecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Ohorn; }, { -pos = (308,57); +pos = (291,57); ref = hookabovecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Ohorn; }, { -pos = (283,51); +pos = (245,51); ref = hookabovecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = Ohorn; }, { -pos = (109,56); +pos = (118,56); ref = hookabovecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = Ohorn; }, { -pos = (107,49); +pos = (112,49); ref = hookabovecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = Ohorn; }, { -pos = (289,56); +pos = (302,56); ref = hookabovecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (254,48); ref = hookabovecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (130,57); +ref = hookabovecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (116,50); +ref = hookabovecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (297,57); +ref = hookabovecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (234,51); +ref = hookabovecomb; +} +); +width = 751; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (326,57); +ref = hookabovecomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (300,51); +ref = hookabovecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (103,56); +ref = hookabovecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (110,49); +ref = hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (293,56); +ref = hookabovecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (234,50); +ref = hookabovecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (307,56); +ref = hookabovecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (295,48); +ref = hookabovecomb; +} +); +width = 868; } ); unicode = 7902; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_horntilde.glyph b/sources/MonaSans.glyphspackage/glyphs/O_horntilde.glyph index 01a23651..66dad833 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_horntilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_horntilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ohorntilde; -kernLeft = O; -kernRight = Ohorn; +kernLeft = KO_Oacute; +kernRight = KO_Ohorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (15,50); ref = tildecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Ohorn; }, { -pos = (216,57); +pos = (209,57); ref = tildecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Ohorn; }, { -pos = (143,51); +pos = (172,56); ref = tildecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Ohorn; }, { -pos = (209,57); +pos = (212,57); ref = tildecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Ohorn; }, { -pos = (172,56); +pos = (151,51); ref = tildecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = Ohorn; }, { -pos = (73,57); +pos = (82,57); ref = tildecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = Ohorn; }, { -pos = (20,50); +pos = (25,50); ref = tildecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = Ohorn; }, { -pos = (185,57); +pos = (198,57); ref = tildecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (162,51); ref = tildecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (71,57); +ref = tildecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (23,50); +ref = tildecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Ohorn; +}, +{ +alignment = -1; +pos = (216,57); +ref = tildecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (139,51); +ref = tildecomb; +} +); +width = 751; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (227,57); +ref = tildecomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (189,56); +ref = tildecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (67,57); +ref = tildecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (23,50); +ref = tildecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (208,57); +ref = tildecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (145,51); +ref = tildecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (203,57); +ref = tildecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Ohorn; +}, +{ +pos = (203,51); +ref = tildecomb; +} +); +width = 868; } ); unicode = 7904; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_hungarumlaut.glyph b/sources/MonaSans.glyphspackage/glyphs/O_hungarumlaut.glyph index b2d574a9..3d73173e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_hungarumlaut.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_hungarumlaut.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ohungarumlaut; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (64,51); ref = hungarumlautcomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (284,57); +pos = (287,57); ref = hungarumlautcomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (188,51); +pos = (219,56); ref = hungarumlautcomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (287,57); +pos = (278,57); ref = hungarumlautcomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (219,56); +pos = (194,51); ref = hungarumlautcomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (115,57); +pos = (124,57); ref = hungarumlautcomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (62,51); +pos = (67,51); ref = hungarumlautcomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (262,57); +pos = (275,57); ref = hungarumlautcomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (201,56); ref = hungarumlautcomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (114,57); +ref = hungarumlautcomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (72,51); +ref = hungarumlautcomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (284,57); +ref = hungarumlautcomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (183,51); +ref = hungarumlautcomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (287,57); +ref = hungarumlautcomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (236,56); +ref = hungarumlautcomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (109,57); +ref = hungarumlautcomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (65,51); +ref = hungarumlautcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (274,57); +ref = hungarumlautcomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (194,51); +ref = hungarumlautcomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (280,57); +ref = hungarumlautcomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (242,56); +ref = hungarumlautcomb; +} +); +width = 868; } ); unicode = 336; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_macron.glyph b/sources/MonaSans.glyphspackage/glyphs/O_macron.glyph index 73c9fc8a..4df2df18 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_macron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_macron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Omacron; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (53,49); ref = macroncomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (205,57); +pos = (188,58); ref = macroncomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (159,51); +pos = (172,56); ref = macroncomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (188,58); +pos = (201,57); ref = macroncomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (172,56); +pos = (167,51); ref = macroncomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (75,58); +pos = (84,58); ref = macroncomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (59,49); +pos = (64,49); ref = macroncomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (163,58); +pos = (176,58); ref = macroncomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (158,56); ref = macroncomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (74,58); +ref = macroncomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (61,49); +ref = macroncomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (205,57); +ref = macroncomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (154,51); +ref = macroncomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (188,58); +ref = macroncomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (189,56); +ref = macroncomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (69,58); +ref = macroncomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (62,49); +ref = macroncomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (196,57); +ref = macroncomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (181,51); +ref = macroncomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (181,58); +ref = macroncomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (199,56); +ref = macroncomb; +} +); +width = 868; } ); unicode = 332; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_slash.glyph b/sources/MonaSans.glyphspackage/glyphs/O_slash.glyph index 85f55857..c251ab84 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_slash.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_slash.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = Oslash; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (-18,41); ref = slashlongcomb.case; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (46,41); +pos = (26,41); ref = slashlongcomb.case; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (-13,41); +pos = (-27,41); ref = slashlongcomb.case; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (26,41); +pos = (46,41); ref = slashlongcomb.case; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (-27,41); +pos = (-3,41); ref = slashlongcomb.case; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -87,11 +88,11 @@ shapes = ( ref = O; }, { -pos = (19,41); +pos = (28,41); ref = slashlongcomb.case; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -100,11 +101,11 @@ shapes = ( ref = O; }, { -pos = (25,41); +pos = (30,41); ref = slashlongcomb.case; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -139,11 +140,11 @@ shapes = ( ref = O; }, { -pos = (45,41); +pos = (58,41); ref = slashlongcomb.case; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -156,7 +157,171 @@ pos = (-16,41); ref = slashlongcomb.case; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (-17,41); +ref = slashlongcomb.case; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (-10,41); +ref = slashlongcomb.case; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (46,41); +ref = slashlongcomb.case; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (-18,41); +ref = slashlongcomb.case; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (26,41); +ref = slashlongcomb.case; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (-10,41); +ref = slashlongcomb.case; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (13,41); +ref = slashlongcomb.case; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (28,41); +ref = slashlongcomb.case; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (60,41); +ref = slashlongcomb.case; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (23,41); +ref = slashlongcomb.case; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (64,41); +ref = slashlongcomb.case; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (0,41); +ref = slashlongcomb.case; +} +); +width = 868; } ); unicode = 216; diff --git a/sources/MonaSans.glyphspackage/glyphs/O_tilde.glyph b/sources/MonaSans.glyphspackage/glyphs/O_tilde.glyph index 321f2174..18acbe20 100644 --- a/sources/MonaSans.glyphspackage/glyphs/O_tilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/O_tilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Otilde; -kernLeft = O; -kernRight = O; +kernLeft = KO_Oacute; +kernRight = KO_Oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (15,50); ref = tildecomb; } ); -width = 494; +width = 510; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = O; }, { -pos = (216,57); +pos = (209,57); ref = tildecomb; } ); -width = 810; +width = 832; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = O; }, { -pos = (143,51); +pos = (172,56); ref = tildecomb; } ); -width = 801; +width = 883; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = O; }, { -pos = (209,57); +pos = (212,57); ref = tildecomb; } ); -width = 832; +width = 801; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = O; }, { -pos = (172,56); +pos = (151,51); ref = tildecomb; } ); -width = 871; +width = 801; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = O; }, { -pos = (73,57); +pos = (82,57); ref = tildecomb; } ); -width = 419; +width = 437; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = O; }, { -pos = (20,50); +pos = (25,50); ref = tildecomb; } ); -width = 492; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = O; }, { -pos = (185,57); +pos = (198,57); ref = tildecomb; } ); -width = 829; +width = 855; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,171 @@ pos = (162,51); ref = tildecomb; } ); -width = 867; +width = 879; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (71,57); +ref = tildecomb; +} +); +width = 421; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = O; +}, +{ +pos = (23,50); +ref = tildecomb; +} +); +width = 490; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (216,57); +ref = tildecomb; +} +); +width = 810; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (138,51); +ref = tildecomb; +} +); +width = 781; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (209,57); +ref = tildecomb; +} +); +width = 832; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = O; +}, +{ +pos = (189,56); +ref = tildecomb; +} +); +width = 885; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = O; +}, +{ +pos = (67,57); +ref = tildecomb; +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (23,50); +ref = tildecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = O; +}, +{ +pos = (208,57); +ref = tildecomb; +} +); +width = 768; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (145,51); +ref = tildecomb; +} +); +width = 767; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (203,57); +ref = tildecomb; +} +); +width = 847; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = O; +}, +{ +pos = (203,51); +ref = tildecomb; +} +); +width = 868; } ); unicode = 213; diff --git a/sources/MonaSans.glyphspackage/glyphs/P_.glyph b/sources/MonaSans.glyphspackage/glyphs/P_.glyph index 33ea441f..e951af33 100644 --- a/sources/MonaSans.glyphspackage/glyphs/P_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/P_.glyph @@ -1,17 +1,17 @@ { glyphname = P; -kernLeft = H; -kernRight = P; +kernLeft = KO_H; +kernRight = KO_P; layers = ( { anchors = ( { name = bottom; -pos = (235,0); +pos = (243,0); }, { name = top; -pos = (235,729); +pos = (243,729); } ); background = { @@ -53,31 +53,31 @@ shapes = ( { closed = 1; nodes = ( -(208,0,l), -(208,594,l), -(184,572,l), -(224,572,ls), -(261,572,o), -(279,550,o), -(279,473,cs), -(279,408,o), -(270,369,o), -(224,369,cs), -(192,369,l), -(192,212,l), -(230,212,ls), -(383,212,o), -(460,296,o), -(460,471,cs), -(460,644,o), -(383,729,o), -(230,729,cs), -(29,729,l), -(29,0,l) +(216,0,l), +(216,594,l), +(192,572,l), +(232,572,ls), +(269,572,o), +(287,550,o), +(287,473,cs), +(287,408,o), +(278,369,o), +(232,369,cs), +(200,369,l), +(200,212,l), +(238,212,ls), +(391,212,o), +(468,296,o), +(468,471,cs), +(468,644,o), +(391,729,o), +(238,729,cs), +(37,729,l), +(37,0,l) ); } ); -width = 473; +width = 489; }, { anchors = ( @@ -125,39 +125,157 @@ width = 370; anchors = ( { name = bottom; -pos = (314,0); +pos = (350,0); +}, +{ +name = top; +pos = (350,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,0,l), +(110,710,l), +(92,692,l), +(412,692,ls), +(554,692,o), +(629,623,o), +(629,509,cs), +(629,398,o), +(555,325,o), +(412,325,cs), +(101,325,l), +(101,289,l), +(414,289,ls), +(573,289,o), +(669,375,o), +(669,509,cs), +(669,649,o), +(574,729,o), +(415,729,cs), +(72,729,l), +(72,0,l) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = bottom; +pos = (379,0); +}, +{ +name = top; +pos = (379,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(276,0,l), +(276,237,l), +(415,237,ls), +(657,237,o), +(737,334,o), +(737,483,cs), +(737,665,o), +(621,729,o), +(415,729,cs), +(47,729,l), +(47,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,550,l), +(398,550,ls), +(455,550,o), +(499,535,o), +(499,475,cs), +(499,426,o), +(472,399,o), +(398,399,cs), +(276,399,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,0,l), +(282,599,l), +(237,554,l), +(415,554,ls), +(468,554,o), +(509,538,o), +(509,476,cs), +(509,425,o), +(483,397,o), +(415,397,cs), +(266,397,l), +(266,239,l), +(440,239,ls), +(619,239,o), +(739,308,o), +(739,484,cs), +(739,631,o), +(655,729,o), +(440,729,cs), +(53,729,l), +(53,0,l) +); +} +); +width = 752; +}, +{ +anchors = ( +{ +name = bottom; +pos = (331,0); }, { name = top; -pos = (314,729); +pos = (331,729); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(132,0,l), -(132,704,l), -(118,692,l), -(358,692,ls), -(491,692,o), -(566,623,o), -(566,509,cs), -(566,398,o), -(492,325,o), -(358,325,cs), -(123,325,l), -(123,289,l), -(360,289,ls), -(510,289,o), -(606,375,o), -(606,509,cs), -(606,649,o), -(511,729,o), -(361,729,cs), -(94,729,l), -(94,0,l) +(143,0,l), +(143,705,l), +(129,693,l), +(372,693,ls), +(499,693,o), +(568,629,o), +(568,511,cs), +(568,399,o), +(499,338,o), +(372,338,cs), +(134,338,l), +(134,302,l), +(374,302,ls), +(521,302,o), +(608,380,o), +(608,511,cs), +(608,648,o), +(522,729,o), +(375,729,cs), +(105,729,l), +(105,0,l) ); } ); @@ -231,17 +349,17 @@ type = Stem; } ); }; -width = 651; +width = 652; }, { anchors = ( { name = bottom; -pos = (334,0); +pos = (345,0); }, { name = top; -pos = (334,729); +pos = (345,729); } ); background = { @@ -274,154 +392,36 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,0,l), -(262,581,l), -(240,559,l), -(353,559,ls), -(409,559,o), -(451,538,o), -(451,475,cs), -(451,425,o), -(423,387,o), -(353,387,cs), -(246,387,l), -(246,232,l), -(370,232,ls), -(542,232,o), -(657,322,o), -(657,482,cs), -(657,630,o), -(565,729,o), -(370,729,cs), -(59,729,l), -(59,0,l) -); -} -); -width = 679; -}, -{ -anchors = ( -{ -name = bottom; -pos = (350,0); -}, -{ -name = top; -pos = (350,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,710,l), -(92,692,l), -(412,692,ls), -(554,692,o), -(629,623,o), -(629,509,cs), -(629,398,o), -(555,325,o), -(412,325,cs), -(101,325,l), -(101,289,l), -(414,289,ls), -(573,289,o), -(669,375,o), -(669,509,cs), -(669,649,o), -(574,729,o), -(415,729,cs), -(72,729,l), -(72,0,l) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = bottom; -pos = (373,0); -}, -{ -name = top; -pos = (373,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,237,l), -(415,237,ls), -(657,237,o), -(737,334,o), -(737,483,cs), -(737,665,o), -(621,729,o), -(415,729,cs), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(276,550,l), -(398,550,ls), -(455,550,o), -(499,535,o), -(499,475,cs), -(499,426,o), -(472,399,o), -(398,399,cs), -(276,399,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(276,0,l), -(276,599,l), -(231,554,l), -(409,554,ls), -(462,554,o), -(503,538,o), -(503,476,cs), -(503,425,o), -(477,397,o), -(409,397,cs), -(260,397,l), -(260,239,l), -(434,239,ls), -(613,239,o), -(733,308,o), -(733,484,cs), -(733,631,o), -(649,729,o), -(434,729,cs), -(47,729,l), -(47,0,l) +(258,0,l), +(258,581,l), +(237,559,l), +(382,559,ls), +(443,559,o), +(475,530,o), +(475,478,cs), +(475,423,o), +(443,393,o), +(382,393,cs), +(243,393,l), +(243,234,l), +(421,234,ls), +(585,234,o), +(679,322,o), +(679,483,cs), +(679,642,o), +(585,729,o), +(421,729,cs), +(57,729,l), +(57,0,l) ); } ); -width = 740; +width = 694; }, { anchors = ( @@ -469,11 +469,11 @@ width = 368; anchors = ( { name = bottom; -pos = (194,0); +pos = (202,0); }, { name = top; -pos = (345,729); +pos = (353,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -481,31 +481,31 @@ shapes = ( { closed = 1; nodes = ( -(151,0,l), -(275,595,l), -(249,572,l), -(283,572,ls), -(311,572,o), -(326,558,o), -(325,522,cs), -(322,430,o), -(295,369,o), -(242,369,cs), -(211,369,l), -(179,212,l), -(226,212,ls), -(386,212,o), -(497,310,o), -(507,519,cs), -(512,645,o), -(451,729,o), -(313,729,cs), -(125,729,l), -(-27,0,l) +(159,0,l), +(283,595,l), +(257,572,l), +(291,572,ls), +(319,572,o), +(334,558,o), +(333,522,cs), +(330,430,o), +(303,369,o), +(250,369,cs), +(219,369,l), +(187,212,l), +(234,212,ls), +(394,212,o), +(505,310,o), +(515,519,cs), +(520,645,o), +(459,729,o), +(321,729,cs), +(133,729,l), +(-19,0,l) ); } ); -width = 475; +width = 491; }, { anchors = ( @@ -697,11 +697,11 @@ width = 693; anchors = ( { name = bottom; -pos = (325,0); +pos = (331,0); }, { name = top; -pos = (476,729); +pos = (482,729); } ); background = { @@ -739,31 +739,793 @@ shapes = ( { closed = 1; nodes = ( -(218,0,l), -(338,574,l), -(316,556,l), -(457,556,ls), -(516,556,o), -(545,538,o), -(544,489,cs), -(542,426,o), -(504,398,o), -(428,398,cs), -(285,398,l), -(253,241,l), -(452,241,ls), -(633,241,o), -(768,327,o), -(774,506,cs), -(779,642,o), -(696,729,o), -(510,729,cs), -(142,729,l), -(-9,0,l) +(224,0,l), +(344,574,l), +(322,556,l), +(463,556,ls), +(522,556,o), +(551,538,o), +(550,489,cs), +(548,426,o), +(510,398,o), +(434,398,cs), +(291,398,l), +(259,241,l), +(458,241,ls), +(639,241,o), +(774,327,o), +(780,506,cs), +(785,642,o), +(702,729,o), +(516,729,cs), +(148,729,l), +(-3,0,l) +); +} +); +width = 749; +}, +{ +anchors = ( +{ +name = bottom; +pos = (165,0); +}, +{ +name = top; +pos = (165,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(73,711,l), +(60,701,l), +(145,701,ls), +(226,701,o), +(273,651,o), +(273,522,cs), +(273,391,o), +(225,343,o), +(145,343,cs), +(66,343,l), +(66,315,l), +(147,315,ls), +(263,315,o), +(306,398,o), +(306,522,cs), +(306,646,o), +(262,729,o), +(147,729,cs), +(42,729,l), +(42,0,l) +); +} +); +width = 313; +}, +{ +anchors = ( +{ +name = bottom; +pos = (224,0); +}, +{ +name = top; +pos = (224,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(232,0,l), +(232,231,l), +(350,231,ls), +(540,231,o), +(630,331,o), +(630,480,cs), +(630,649,o), +(522,729,o), +(360,729,cs), +(29,729,l), +(29,0,l) +); +}, +{ +closed = 1; +nodes = ( +(232,550,l), +(336,550,ls), +(392,550,o), +(418,526,o), +(418,472,cs), +(418,423,o), +(396,394,o), +(336,394,cs), +(232,394,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(197,0,l), +(197,594,l), +(173,572,l), +(213,572,ls), +(250,572,o), +(267,550,o), +(267,476,cs), +(267,414,o), +(259,375,o), +(213,375,cs), +(181,375,l), +(181,218,l), +(219,218,ls), +(374,218,o), +(452,302,o), +(452,474,cs), +(452,644,o), +(374,729,o), +(219,729,cs), +(18,729,l), +(18,0,l) +); +} +); +width = 456; +}, +{ +anchors = ( +{ +name = bottom; +pos = (290,0); +}, +{ +name = top; +pos = (290,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(108,0,l), +(108,704,l), +(94,692,l), +(334,692,ls), +(467,692,o), +(542,623,o), +(542,509,cs), +(542,398,o), +(468,325,o), +(334,325,cs), +(99,325,l), +(99,289,l), +(336,289,ls), +(486,289,o), +(582,375,o), +(582,509,cs), +(582,649,o), +(487,729,o), +(337,729,cs), +(70,729,l), +(70,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +4 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +} +); +}; +width = 607; +}, +{ +anchors = ( +{ +name = bottom; +pos = (305,0); +}, +{ +name = top; +pos = (305,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(262,0,l), +(262,583,l), +(240,559,l), +(354,559,ls), +(397,559,o), +(451,549,o), +(451,474,cs), +(451,396,o), +(397,387,o), +(354,387,cs), +(246,387,l), +(246,232,l), +(390,232,ls), +(561,232,o), +(657,334,o), +(657,482,cs), +(657,639,o), +(551,729,o), +(390,729,cs), +(59,729,l), +(59,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,0,l), +(233,581,l), +(211,559,l), +(331,559,ls), +(391,559,o), +(425,530,o), +(425,478,cs), +(425,423,o), +(391,393,o), +(331,393,cs), +(217,393,l), +(217,232,l), +(348,232,ls), +(520,232,o), +(635,322,o), +(635,482,cs), +(635,630,o), +(543,729,o), +(348,729,cs), +(30,729,l), +(30,0,l) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = bottom; +pos = (340,0); +}, +{ +name = top; +pos = (340,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(100,710,l), +(82,692,l), +(402,692,ls), +(544,692,o), +(619,623,o), +(619,509,cs), +(619,398,o), +(545,325,o), +(402,325,cs), +(91,325,l), +(91,289,l), +(404,289,ls), +(563,289,o), +(659,375,o), +(659,509,cs), +(659,649,o), +(564,729,o), +(405,729,cs), +(62,729,l), +(62,0,l) +); +} +); +width = 678; +}, +{ +anchors = ( +{ +name = bottom; +pos = (358,0); +}, +{ +name = top; +pos = (358,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(276,0,l), +(276,237,l), +(415,237,ls), +(657,237,o), +(737,334,o), +(737,483,cs), +(737,665,o), +(621,729,o), +(415,729,cs), +(47,729,l), +(47,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,550,l), +(398,550,ls), +(455,550,o), +(499,535,o), +(499,475,cs), +(499,426,o), +(472,399,o), +(398,399,cs), +(276,399,l) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(261,0,l), +(261,599,l), +(216,554,l), +(394,554,ls), +(447,554,o), +(488,538,o), +(488,476,cs), +(488,425,o), +(462,397,o), +(394,397,cs), +(245,397,l), +(245,239,l), +(419,239,ls), +(598,239,o), +(718,308,o), +(718,484,cs), +(718,631,o), +(634,729,o), +(419,729,cs), +(32,729,l), +(32,0,l) +); +} +); +width = 715; +}, +{ +anchors = ( +{ +name = bottom; +pos = (120,0); +}, +{ +name = top; +pos = (271,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(21,0,l), +(168,711,l), +(154,701,l), +(234,701,ls), +(321,701,o), +(361,645,o), +(331,507,cs), +(304,383,o), +(248,343,o), +(169,343,cs), +(85,343,l), +(79,315,l), +(166,315,ls), +(280,315,o), +(340,392,o), +(364,506,cs), +(391,634,o), +(361,729,o), +(242,729,cs), +(141,729,l), +(-11,0,l) +); +} +); +width = 317; +}, +{ +anchors = ( +{ +name = bottom; +pos = (183,0); +}, +{ +name = top; +pos = (334,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,0,l), +(264,595,l), +(238,572,l), +(272,572,ls), +(300,572,o), +(315,558,o), +(314,522,cs), +(311,430,o), +(284,369,o), +(231,369,cs), +(200,369,l), +(168,212,l), +(215,212,ls), +(375,212,o), +(486,310,o), +(496,519,cs), +(501,645,o), +(440,729,o), +(302,729,cs), +(114,729,l), +(-38,0,l) +); +} +); +width = 453; +}, +{ +anchors = ( +{ +name = bottom; +pos = (240,0); +}, +{ +name = top; +pos = (391,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(77,0,l), +(223,702,l), +(210,692,l), +(440,692,ls), +(545,692,o), +(611,642,o), +(608,534,cs), +(603,403,o), +(516,325,o), +(363,325,cs), +(136,325,l), +(129,290,l), +(358,290,ls), +(531,290,o), +(642,384,o), +(647,536,cs), +(651,649,o), +(586,729,o), +(453,729,cs), +(191,729,l), +(40,0,l) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,0,l), +(200,702,l), +(186,693,l), +(404,693,ls), +(522,693,o), +(590,632,o), +(590,533,cs), +(590,401,o), +(495,322,o), +(339,322,cs), +(111,322,l), +(104,286,l), +(338,286,ls), +(516,286,o), +(629,380,o), +(629,532,cs), +(629,652,o), +(542,729,o), +(403,729,cs), +(167,729,l), +(16,0,l) +); +} +); +width = 598; +}, +{ +anchors = ( +{ +name = bottom; +pos = (252,0); +}, +{ +name = top; +pos = (409,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(323,569,l), +(305,552,l), +(415,552,ls), +(458,552,o), +(481,527,o), +(479,484,cs), +(477,428,o), +(442,393,o), +(380,393,cs), +(272,393,l), +(238,232,l), +(382,232,ls), +(556,232,o), +(681,336,o), +(687,506,cs), +(693,692,o), +(549,729,o), +(447,729,cs), +(154,729,l), +(3,0,l) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(177,0,l), +(295,573,l), +(279,559,l), +(380,559,ls), +(431,559,o), +(467,536,o), +(467,487,cs), +(467,425,o), +(421,387,o), +(351,387,cs), +(241,387,l), +(209,232,l), +(369,232,ls), +(543,232,o), +(668,336,o), +(673,498,cs), +(678,637,o), +(594,729,o), +(408,729,cs), +(125,729,l), +(-26,0,l) +); +} +); +width = 631; +}, +{ +anchors = ( +{ +name = bottom; +pos = (294,0); +}, +{ +name = top; +pos = (445,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(46,0,l), +(193,705,l), +(176,692,l), +(471,692,ls), +(596,692,o), +(672,644,o), +(668,524,cs), +(663,398,o), +(579,326,o), +(420,326,cs), +(104,326,l), +(97,290,l), +(415,290,ls), +(595,290,o), +(702,378,o), +(707,527,cs), +(712,653,o), +(636,729,o), +(482,729,cs), +(159,729,l), +(8,0,l) +); +} +); +width = 673; +}, +{ +anchors = ( +{ +name = bottom; +pos = (310,0); +}, +{ +name = top; +pos = (461,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(218,0,l), +(338,574,l), +(316,556,l), +(457,556,ls), +(516,556,o), +(545,538,o), +(544,489,cs), +(542,426,o), +(504,398,o), +(428,398,cs), +(285,398,l), +(253,241,l), +(452,241,ls), +(640,241,o), +(768,327,o), +(774,511,cs), +(779,642,o), +(706,729,o), +(510,729,cs), +(142,729,l), +(-9,0,l) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(203,0,l), +(323,574,l), +(301,556,l), +(442,556,ls), +(501,556,o), +(530,538,o), +(529,489,cs), +(527,426,o), +(489,398,o), +(413,398,cs), +(270,398,l), +(238,241,l), +(437,241,ls), +(618,241,o), +(753,327,o), +(759,506,cs), +(764,642,o), +(681,729,o), +(495,729,cs), +(127,729,l), +(-24,0,l) ); } ); -width = 737; +width = 713; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/Q_.glyph b/sources/MonaSans.glyphspackage/glyphs/Q_.glyph index 9c3e29a2..a1bda7ce 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Q_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Q_.glyph @@ -1,8 +1,8 @@ { color = 7; glyphname = Q; -kernLeft = O; -kernRight = Q; +kernLeft = KO_O; +kernRight = KO_Q; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -16,7 +16,7 @@ pos = (163,0); ref = _tail.Q; } ); -width = 521; +width = 537; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -33,14 +33,42 @@ ref = _tail.Q; width = 432; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (379,0); +ref = _tail.Q; +} +); +width = 863; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = -1; ref = O; }, { -pos = (368,0); +pos = (365,0); +ref = _tail.Q; +} +); +width = 928; +}, +{ +layerId = m019; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (366,0); ref = _tail.Q; } ); @@ -120,17 +148,17 @@ type = Stem; } ); }; -width = 824; +width = 813; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { alignment = -1; ref = O; }, { -pos = (330,0); +pos = (336,0); ref = _tail.Q; } ); @@ -138,119 +166,339 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; }; -width = 846; +width = 842; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { alignment = -1; ref = O; }, { -pos = (379,0); +pos = (141,0); ref = _tail.Q; } ); -width = 863; +width = 434; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { alignment = -1; ref = O; }, { -pos = (365,0); +pos = (129,0); ref = _tail.Q; } ); -width = 916; +width = 539; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { alignment = -1; ref = O; }, { -pos = (132,0); +pos = (319,0); ref = _tail.Q; } ); -width = 434; +width = 807; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { alignment = -1; ref = O; }, { -pos = (124,0); +pos = (302,0); ref = _tail.Q; } ); -width = 523; +width = 858; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { alignment = -1; ref = O; }, { -pos = (319,0); +pos = (373,-9); ref = _tail.Q; } ); -width = 807; +width = 892; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { alignment = -1; ref = O; }, { -pos = (302,0); +pos = (345,0); ref = _tail.Q; } ); -width = 858; +width = 967; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { alignment = -1; ref = O; }, { -pos = (360,-9); +pos = (169,0); ref = _tail.Q; } ); -width = 892; +width = 392; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { alignment = -1; ref = O; }, { -pos = (345,0); +pos = (171,0); +ref = _tail.Q; +} +); +width = 501; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (380,0); +ref = _tail.Q; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +14 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +} +); +}; +width = 784; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (329,0); +ref = _tail.Q; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; +}; +width = 794; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (397,0); +ref = _tail.Q; +} +); +width = 843; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (382,0); +ref = _tail.Q; +} +); +width = 886; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (126,0); +ref = _tail.Q; +} +); +width = 388; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (127,0); +ref = _tail.Q; +} +); +width = 501; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (343,0); +ref = _tail.Q; +} +); +width = 759; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (320,0); +ref = _tail.Q; +} +); +width = 813; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (380,-9); +ref = _tail.Q; +} +); +width = 872; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (335,0); ref = _tail.Q; } ); -width = 955; +width = 935; } ); metricLeft = O; diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Q_.ss09.glyph b/sources/MonaSans.glyphspackage/glyphs/Q_.ss09.glyph similarity index 72% rename from sources/MonaSansDisplay.glyphspackage/glyphs/Q_.ss09.glyph rename to sources/MonaSans.glyphspackage/glyphs/Q_.ss09.glyph index fc31f9fb..b42aeb8c 100644 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Q_.ss09.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Q_.ss09.glyph @@ -1,7 +1,7 @@ { glyphname = Q.ss09; kernLeft = KO_O; -kernRight = KO_Q; +kernRight = KO_Q.ss09; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -14,7 +14,7 @@ ref = O; ref = "_tail-diagonal.Q"; } ); -width = 521; +width = 537; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -55,43 +55,17 @@ pos = (343,10); ref = "_tail-diagonal.Q"; } ); -width = 916; +width = 928; }, { -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -ref = "_tail-diagonal.Q"; -} -); -width = 392; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -ref = "_tail-diagonal.Q"; -} -); -width = 501; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; +layerId = m019; shapes = ( { alignment = -1; ref = O; }, { -pos = (354,0); +pos = (355,10); ref = "_tail-diagonal.Q"; } ); @@ -171,17 +145,17 @@ type = Stem; } ); }; -width = 784; +width = 813; }, { -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; +layerId = m020; shapes = ( { alignment = -1; ref = O; }, { -pos = (374,0); +pos = (366,0); ref = "_tail-diagonal.Q"; } ); @@ -189,45 +163,126 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; }; -width = 794; +width = 835; }, { -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { alignment = -1; ref = O; }, { -pos = (418,0); +pos = (9,0); ref = "_tail-diagonal.Q"; } ); -width = 843; +width = 434; }, { -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { alignment = -1; ref = O; }, { -pos = (440,10); +pos = (5,0); ref = "_tail-diagonal.Q"; } ); -width = 886; +width = 539; }, { -layerId = m019; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { alignment = -1; ref = O; }, { -pos = (355,10); +ref = "_tail-diagonal.Q"; +} +); +width = 807; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +ref = "_tail-diagonal.Q"; +} +); +width = 858; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (13,0); +ref = "_tail-diagonal.Q"; +} +); +width = 892; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +ref = "_tail-diagonal.Q"; +} +); +width = 967; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (7,0); +ref = "_tail-diagonal.Q"; +} +); +width = 392; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (5,0); +ref = "_tail-diagonal.Q"; +} +); +width = 501; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (366,0); ref = "_tail-diagonal.Q"; } ); @@ -307,17 +362,17 @@ type = Stem; } ); }; -width = 813; +width = 784; }, { -layerId = m020; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { alignment = -1; ref = O; }, { -pos = (366,0); +pos = (374,0); ref = "_tail-diagonal.Q"; } ); @@ -325,85 +380,119 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; }; -width = 835; +width = 794; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { alignment = -1; ref = O; }, { +pos = (424,0); ref = "_tail-diagonal.Q"; } ); -width = 434; +width = 843; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = -1; ref = O; }, { +pos = (443,10); ref = "_tail-diagonal.Q"; } ); -width = 523; +width = 886; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = -1; ref = O; }, { +pos = (-13,0); ref = "_tail-diagonal.Q"; } ); -width = 807; +width = 388; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = -1; ref = O; }, { +pos = (3,0); ref = "_tail-diagonal.Q"; } ); -width = 858; +width = 501; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = -1; ref = O; }, { +pos = (41,0); ref = "_tail-diagonal.Q"; } ); -width = 892; +width = 759; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (23,0); +ref = "_tail-diagonal.Q"; +} +); +width = 800; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +pos = (24,0); +ref = "_tail-diagonal.Q"; +} +); +width = 872; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = -1; ref = O; }, { +pos = (-9,0); ref = "_tail-diagonal.Q"; } ); -width = 955; +width = 925; } ); metricLeft = O; diff --git a/sources/MonaSans.glyphspackage/glyphs/R_.glyph b/sources/MonaSans.glyphspackage/glyphs/R_.glyph index ea97d73c..874ac0bd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/R_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/R_.glyph @@ -1,17 +1,17 @@ { glyphname = R; -kernLeft = H; -kernRight = R; +kernLeft = KO_H; +kernRight = KO_R; layers = ( { anchors = ( { name = bottom; -pos = (238,0); +pos = (246,0); }, { name = top; -pos = (217,729); +pos = (225,729); } ); background = { @@ -69,20 +69,1291 @@ shapes = ( { closed = 1; nodes = ( +(216,0,l), +(216,572,l), +(228,572,ls), +(271,572,o), +(289,548,o), +(289,480,cs), +(289,421,o), +(278,388,o), +(229,388,cs), +(200,388,l), +(200,248,l), +(241,248,ls), +(268,248,o), +(276,233,o), +(276,171,cs), +(276,63,ls), +(276,50,o), +(278,20,o), +(284,0,c), +(465,0,l), +(461,21,o), +(458,43,o), +(458,74,cs), +(458,191,ls), +(458,264,o), +(441,329,o), +(363,338,c), +(363,345,l), +(435,362,o), +(469,421,o), +(469,517,cs), +(469,680,o), +(376,729,o), +(238,729,cs), +(37,729,l), +(37,0,l) +); +} +); +width = 493; +}, +{ +anchors = ( +{ +name = bottom; +pos = (195,0); +}, +{ +name = top; +pos = (195,729); +} +); +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(97,0,l), +(97,701,l), +(196,701,ls), +(299,701,o), +(328,634,o), +(328,537,cs), +(328,441,o), +(292,370,o), +(203,370,cs), +(90,370,l), +(90,341,l), +(233,341,ls), +(283,341,o), +(318,316,o), +(318,212,cs), +(318,78,ls), +(318,48,o), +(318,24,o), +(326,0,c), +(356,0,l), +(349,26,o), +(349,50,o), +(349,73,cs), +(349,208,ls), +(349,307,o), +(321,346,o), +(270,358,c), +(270,362,l), +(332,386,o), +(361,452,o), +(361,535,cs), +(361,668,o), +(306,729,o), +(199,729,cs), +(66,729,l), +(66,0,l) +); +} +); +width = 406; +}, +{ +anchors = ( +{ +name = bottom; +pos = (359,0); +}, +{ +name = top; +pos = (335,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,0,l), +(110,693,l), +(463,693,ls), +(575,693,o), +(649,645,o), +(649,536,cs), +(649,439,o), +(596,371,o), +(463,371,cs), +(101,371,l), +(101,336,l), +(477,336,ls), +(603,336,o), +(634,291,o), +(634,200,cs), +(634,77,ls), +(634,45,o), +(635,22,o), +(645,0,c), +(683,0,l), +(672,26,o), +(672,50,o), +(672,73,cs), +(672,207,ls), +(672,291,o), +(643,341,o), +(557,354,c), +(557,361,l), +(645,386,o), +(688,450,o), +(688,540,cs), +(688,660,o), +(609,729,o), +(467,729,cs), +(72,729,l), +(72,0,l) +); +} +); +width = 735; +}, +{ +anchors = ( +{ +name = bottom; +pos = (406,0); +}, +{ +name = top; +pos = (382,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(276,0,l), +(276,558,l), +(444,558,ls), +(510,558,o), +(555,542,o), +(555,485,cs), +(555,437,o), +(531,405,o), +(444,405,cs), +(260,405,l), +(260,243,l), +(446,243,ls), +(515,243,o), +(539,222,o), +(539,164,cs), +(539,73,ls), +(539,46,o), +(539,21,o), +(544,0,c), +(776,0,l), +(769,26,o), +(768,46,o), +(768,76,cs), +(768,199,ls), +(768,278,o), +(724,320,o), +(653,332,c), +(653,338,l), +(737,357,o), +(787,428,o), +(787,510,cs), +(787,679,o), +(651,729,o), +(491,729,cs), +(47,729,l), +(47,0,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,0,l), +(282,558,l), +(450,558,ls), +(516,558,o), +(561,542,o), +(561,485,cs), +(561,437,o), +(537,405,o), +(450,405,cs), +(266,405,l), +(266,243,l), +(452,243,ls), +(521,243,o), +(545,222,o), +(545,164,cs), +(545,73,ls), +(545,46,o), +(545,21,o), +(550,0,c), +(782,0,l), +(775,26,o), +(774,46,o), +(774,76,cs), +(774,199,ls), +(774,278,o), +(730,320,o), +(659,332,c), +(659,338,l), +(737,360,o), +(793,425,o), +(793,520,cs), +(793,645,o), +(715,729,o), +(527,729,cs), +(53,729,l), +(53,0,l) +); +} +); +width = 819; +}, +{ +anchors = ( +{ +name = bottom; +pos = (347,0); +}, +{ +name = top; +pos = (337,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(142,0,l), +(142,336,l), +(424,336,ls), +(550,336,o), +(581,291,o), +(581,200,cs), +(581,77,ls), +(581,45,o), +(582,22,o), +(592,0,c), +(631,0,l), +(620,26,o), +(620,50,o), +(620,73,cs), +(620,207,ls), +(620,291,o), +(590,341,o), +(504,354,c), +(504,361,l), +(592,386,o), +(635,450,o), +(635,540,cs), +(635,660,o), +(556,729,o), +(414,729,cs), +(104,729,l), +(104,0,l) +); +}, +{ +closed = 1; +nodes = ( +(142,693,l), +(410,693,ls), +(522,693,o), +(596,645,o), +(596,536,cs), +(596,439,o), +(543,371,o), +(410,371,cs), +(142,371,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(143,0,l), +(143,693,l), +(400,693,ls), +(510,693,o), +(582,645,o), +(582,536,cs), +(582,439,o), +(531,371,o), +(400,371,cs), +(134,371,l), +(134,336,l), +(414,336,ls), +(538,336,o), +(567,291,o), +(567,200,cs), +(567,77,ls), +(567,45,o), +(568,22,o), +(578,0,c), +(617,0,l), +(606,26,o), +(606,50,o), +(606,73,cs), +(606,207,ls), +(606,291,o), +(576,341,o), +(492,355,c), +(492,360,l), +(578,385,o), +(621,449,o), +(621,540,cs), +(621,660,o), +(543,729,o), +(404,729,cs), +(105,729,l), +(105,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +26 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +25 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +26 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +13 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +4 +); +stem = -2; +target = ( +0, +21 +); +type = Stem; +} +); +}; +width = 689; +}, +{ +anchors = ( +{ +name = bottom; +pos = (365,0); +}, +{ +name = top; +pos = (351,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(267,0,l), +(267,246,l), +(397,246,ls), +(470,246,o), +(490,215,o), +(490,166,cs), +(490,86,ls), +(490,48,o), +(494,16,o), +(502,0,c), +(706,0,l), +(693,29,o), +(693,59,o), +(693,87,cs), +(693,201,ls), +(693,281,o), +(656,323,o), +(587,338,c), +(587,345,l), +(662,362,o), +(712,430,o), +(712,514,cs), +(712,653,o), +(626,729,o), +(444,729,cs), +(64,729,l), +(64,0,l) +); +}, +{ +closed = 1; +nodes = ( +(267,563,l), +(414,563,ls), +(466,563,o), +(504,544,o), +(504,486,cs), +(504,440,o), +(479,405,o), +(414,405,cs), +(267,405,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(263,0,l), +(263,563,l), +(400,563,ls), +(449,563,o), +(485,544,o), +(485,486,cs), +(485,440,o), +(461,405,o), +(400,405,cs), +(248,405,l), +(248,246,l), +(382,246,ls), +(451,246,o), +(470,215,o), +(470,166,cs), +(470,86,ls), +(470,49,o), +(474,16,o), +(482,0,c), +(684,0,l), +(671,29,o), +(671,59,o), +(671,87,cs), +(671,201,ls), +(671,285,o), +(636,325,o), +(560,341,c), +(560,353,l), +(639,373,o), +(691,437,o), +(691,524,cs), +(691,663,o), +(594,729,o), +(449,729,cs), +(62,729,l), +(62,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +}; +width = 737; +}, +{ +anchors = ( +{ +name = bottom; +pos = (157,0); +}, +{ +name = top; +pos = (262,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(43,0,l), +(114,341,l), +(249,341,ls), +(307,341,o), +(321,292,o), +(303,205,cs), +(276,71,ls), +(270,43,o), +(266,12,o), +(267,0,c), +(296,0,l), +(297,21,o), +(300,41,o), +(304,63,cs), +(334,198,ls), +(352,282,o), +(341,333,o), +(295,351,c), +(296,358,l), +(368,384,o), +(417,473,o), +(420,577,cs), +(423,668,o), +(380,729,o), +(284,729,cs), +(163,729,l), +(12,0,l) +); +}, +{ +closed = 1; +nodes = ( +(187,701,l), +(275,701,ls), +(345,701,o), +(392,666,o), +(389,577,cs), +(384,453,o), +(320,370,o), +(228,370,cs), +(120,370,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(43,0,l), +(188,701,l), +(275,701,ls), +(407,701,o), +(395,576,o), +(382,521,cs), +(363,429,o), +(305,370,o), +(228,370,cs), +(113,370,l), +(107,341,l), +(249,341,ls), +(307,341,o), +(321,292,o), +(303,205,cs), +(276,71,ls), +(270,43,o), +(266,12,o), +(267,0,c), +(296,0,l), +(297,21,o), +(299,41,o), +(304,63,cs), +(334,198,ls), +(353,283,o), +(341,334,o), +(287,354,c), +(288,359,l), +(352,378,o), +(397,441,o), +(414,520,cs), +(425,568,o), +(442,729,o), +(284,729,cs), +(163,729,l), +(12,0,l) +); +} +); +width = 402; +}, +{ +anchors = ( +{ +name = bottom; +pos = (200,0); +}, +{ +name = top; +pos = (299,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(151,0,l), +(202,248,l), +(226,248,ls), +(258,248,o), +(254,211,o), +(246,171,cs), +(223,63,ls), +(218,42,o), +(217,18,o), +(218,0,c), +(397,0,l), +(398,13,o), +(400,46,o), +(406,73,cs), +(430,190,ls), +(447,268,o), +(442,316,o), +(388,336,c), +(389,343,l), +(462,370,o), +(511,456,o), +(515,557,cs), +(518,659,o), +(464,729,o), +(323,729,cs), +(125,729,l), +(-27,0,l) +); +}, +{ +closed = 1; +nodes = ( +(270,572,l), +(281,572,ls), +(311,572,o), +(330,559,o), +(329,519,cs), +(326,440,o), +(294,388,o), +(252,388,cs), +(232,388,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(159,0,l), +(278,572,l), +(289,572,ls), +(351,572,o), +(339,507,o), +(332,475,cs), +(321,421,o), +(294,388,o), +(260,388,cs), +(224,388,l), +(194,248,l), +(234,248,ls), +(257,248,o), +(267,233,o), +(254,171,cs), +(231,63,ls), +(227,42,o), +(225,18,o), +(226,0,c), +(405,0,l), +(405,13,o), +(408,46,o), +(414,73,cs), +(438,190,ls), +(454,269,o), +(439,317,o), +(378,340,c), +(379,347,l), +(446,362,o), +(500,417,o), +(517,500,cs), +(534,582,o), +(526,729,o), +(331,729,cs), +(133,729,l), +(-19,0,l) +); +} +); +width = 491; +}, +{ +anchors = ( +{ +name = bottom; +pos = (289,0); +}, +{ +name = top; +pos = (411,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(77,0,l), +(147,335,l), +(448,335,ls), +(523,335,o), +(567,308,o), +(545,200,cs), +(520,80,ls), +(510,33,o), +(509,20,o), +(514,0,c), +(552,0,l), +(546,27,o), +(550,51,o), +(555,74,cs), +(583,207,ls), +(602,295,o), +(568,337,o), +(512,354,c), +(514,361,l), +(607,380,o), +(668,452,o), +(672,548,cs), +(675,657,o), +(608,729,o), +(475,729,cs), +(191,729,l), +(40,0,l) +); +}, +{ +closed = 1; +nodes = ( +(221,693,l), +(462,693,ls), +(585,693,o), +(635,634,o), +(632,546,cs), +(628,438,o), +(553,371,o), +(436,371,cs), +(154,371,l) +); +} +); +}; +guides = ( +{ +angle = 78.2614; +pos = (562,74); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(77,0,l), +(221,693,l), +(462,693,ls), +(640,693,o), +(642,566,o), +(627,509,cs), +(609,424,o), +(539,371,o), +(436,371,cs), +(145,371,l), +(138,336,l), +(457,336,ls), +(526,336,o), +(573,301,o), +(550,190,cs), +(527,80,ls), +(519,41,o), +(514,16,o), +(518,0,c), +(556,0,l), +(552,14,o), +(553,31,o), +(562,74,cs), +(587,192,ls), +(605,277,o), +(581,331,o), +(511,354,c), +(512,359,l), +(593,378,o), +(651,433,o), +(667,512,cs), +(683,583,o), +(668,729,o), +(475,729,cs), +(191,729,l), +(40,0,l) +); +} +); +width = 681; +}, +{ +anchors = ( +{ +name = bottom; +pos = (314,0); +}, +{ +name = top; +pos = (432,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(254,246,l), +(387,246,ls), +(436,246,o), +(463,228,o), +(449,161,cs), +(428,59,ls), +(423,36,o), +(421,16,o), +(422,0,c), +(625,0,l), +(621,15,o), +(621,26,o), +(630,69,cs), +(654,186,ls), +(668,257,o), +(647,302,o), +(579,327,c), +(580,334,l), +(680,360,o), +(740,435,o), +(740,534,cs), +(740,657,o), +(651,729,o), +(491,729,cs), +(154,729,l), +(3,0,l) +); +}, +{ +closed = 1; +nodes = ( +(321,569,l), +(452,569,ls), +(501,569,o), +(534,547,o), +(534,500,cs), +(534,441,o), +(491,405,o), +(424,405,cs), +(287,405,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(321,569,l), +(452,569,ls), +(531,569,o), +(540,514,o), +(531,478,cs), +(522,432,o), +(482,405,o), +(424,405,cs), +(271,405,l), +(238,246,l), +(387,246,ls), +(436,246,o), +(463,228,o), +(449,161,cs), +(428,59,ls), +(423,36,o), +(421,16,o), +(422,0,c), +(625,0,l), +(621,15,o), +(621,26,o), +(630,69,cs), +(654,186,ls), +(668,257,o), +(647,302,o), +(579,327,c), +(580,334,l), +(664,356,o), +(720,412,o), +(736,488,cs), +(756,574,o), +(725,729,o), +(491,729,cs), +(154,729,l), +(3,0,l) +); +} +); +width = 722; +}, +{ +anchors = ( +{ +name = bottom; +pos = (320,0); +}, +{ +name = top; +pos = (409,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(200,693,l), +(502,693,ls), +(628,693,o), +(705,651,o), +(701,551,cs), +(701,536,o), +(699,523,o), +(696,511,cs), +(678,421,o), +(607,371,o), +(493,371,cs), +(124,371,l), +(117,336,l), +(492,336,ls), +(611,336,o), +(632,292,o), +(610,183,cs), +(589,77,ls), +(582,40,o), +(580,17,o), +(583,0,c), +(622,0,l), +(618,18,o), +(617,35,o), +(625,73,cs), +(650,190,ls), +(671,288,o), +(640,333,o), +(574,351,c), +(575,358,l), +(662,374,o), +(719,430,o), +(736,512,cs), +(739,524,o), +(740,539,o), +(741,554,cs), +(745,660,o), +(677,729,o), +(515,729,cs), +(169,729,l), +(18,0,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(200,693,l), +(511,693,ls), +(635,693,o), +(726,640,o), +(696,511,cs), +(678,421,o), +(607,371,o), +(493,371,cs), +(124,371,l), +(117,336,l), +(492,336,ls), +(611,336,o), +(632,292,o), +(610,183,cs), +(589,77,ls), +(582,40,o), +(580,17,o), +(583,0,c), +(622,0,l), +(618,18,o), +(617,35,o), +(625,73,cs), +(650,190,ls), +(671,288,o), +(640,333,o), +(574,351,c), +(575,358,l), +(662,374,o), +(719,430,o), +(736,512,cs), +(763,632,o), +(701,729,o), +(521,729,cs), +(169,729,l), +(18,0,l) +); +} +); +width = 728; +}, +{ +anchors = ( +{ +name = bottom; +pos = (365,0); +}, +{ +name = top; +pos = (461,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(219,0,l), +(335,558,l), +(510,558,ls), +(571,558,o), +(606,540,o), +(604,490,cs), +(602,432,o), +(562,405,o), +(481,405,cs), +(287,405,l), +(253,243,l), +(436,243,ls), +(502,243,o), +(524,214,o), +(512,160,cs), +(495,81,ls), +(487,43,o), +(485,22,o), +(488,0,c), +(717,0,l), +(715,23,o), +(716,41,o), +(724,81,cs), +(744,178,ls), +(760,257,o), +(737,308,o), +(661,324,c), +(663,331,l), +(769,357,o), +(831,432,o), +(834,530,cs), +(837,647,o), +(763,729,o), +(567,729,cs), +(142,729,l), +(-9,0,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(225,0,l), +(341,558,l), +(516,558,ls), +(580,558,o), +(621,535,o), +(608,473,cs), +(598,427,o), +(559,404,o), +(487,405,cs), +(293,405,l), +(259,243,l), +(442,243,ls), +(508,243,o), +(530,214,o), +(518,160,cs), +(501,81,ls), +(493,43,o), +(491,22,o), +(494,0,c), +(723,0,l), +(721,23,o), +(722,41,o), +(730,81,cs), +(750,178,ls), +(766,257,o), +(740,304,o), +(667,324,c), +(669,331,l), +(755,350,o), +(819,408,o), +(836,490,cs), +(853,568,o), +(839,729,o), +(588,729,cs), +(148,729,l), +(-3,0,l) +); +} +); +width = 814; +}, +{ +anchors = ( +{ +name = bottom; +pos = (164,0); +}, +{ +name = top; +pos = (164,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(73,701,l), +(149,701,ls), +(238,701,o), +(274,649,o), +(274,539,cs), +(274,444,o), +(244,376,o), +(157,376,cs), +(66,376,l), +(66,347,l), +(187,347,ls), +(245,347,o), +(267,306,o), +(267,218,cs), +(267,78,ls), +(267,48,o), +(267,24,o), +(275,0,c), +(305,0,l), +(298,26,o), +(298,50,o), +(298,73,cs), +(298,214,ls), +(298,305,o), +(279,351,o), +(218,365,c), +(218,366,l), +(282,389,o), +(307,444,o), +(307,537,cs), +(307,666,o), +(260,729,o), +(152,729,cs), +(42,729,l), +(42,0,l) +); +} +); +width = 340; +}, +{ +anchors = ( +{ +name = bottom; +pos = (227,0); +}, +{ +name = top; +pos = (206,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( (208,0,l), -(208,572,l), -(220,572,ls), -(263,572,o), -(281,548,o), -(281,480,cs), -(281,421,o), -(270,388,o), -(221,388,cs), -(192,388,l), -(192,248,l), +(208,248,l), (233,248,ls), -(260,248,o), -(268,233,o), +(267,248,o), +(268,206,o), (268,171,cs), (268,63,ls), (268,50,o), @@ -93,12 +1364,12 @@ nodes = ( (450,43,o), (450,74,cs), (450,191,ls), -(450,264,o), -(433,329,o), -(355,338,c), -(355,345,l), -(427,362,o), -(461,421,o), +(450,263,o), +(433,328,o), +(377,338,c), +(377,345,l), +(428,363,o), +(461,422,o), (461,517,cs), (461,680,o), (368,729,o), @@ -106,76 +1377,78 @@ nodes = ( (29,729,l), (29,0,l) ); -} -); -width = 477; -}, -{ -anchors = ( -{ -name = bottom; -pos = (195,0); }, { -name = top; -pos = (195,729); +closed = 1; +nodes = ( +(208,572,l), +(220,572,ls), +(263,572,o), +(281,548,o), +(281,480,cs), +(281,421,o), +(270,388,o), +(221,388,cs), +(208,388,l) +); } ); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(97,0,l), -(97,701,l), -(196,701,ls), -(299,701,o), -(328,634,o), -(328,537,cs), -(328,441,o), -(292,370,o), -(203,370,cs), -(90,370,l), -(90,341,l), -(233,341,ls), -(283,341,o), -(318,316,o), -(318,212,cs), -(318,78,ls), -(318,48,o), -(318,24,o), -(326,0,c), -(356,0,l), -(349,26,o), -(349,50,o), -(349,73,cs), -(349,208,ls), -(349,307,o), -(321,346,o), -(270,358,c), -(270,362,l), -(332,386,o), -(361,452,o), -(361,535,cs), -(361,668,o), -(306,729,o), -(199,729,cs), -(66,729,l), -(66,0,l) +(197,0,l), +(197,572,l), +(209,572,ls), +(252,572,o), +(270,548,o), +(270,482,cs), +(270,420,o), +(252,394,o), +(210,394,cs), +(181,394,l), +(181,237,l), +(220,237,ls), +(247,237,o), +(257,222,o), +(257,155,cs), +(257,65,ls), +(257,38,o), +(260,15,o), +(265,0,c), +(446,0,l), +(441,24,o), +(439,50,o), +(439,79,cs), +(439,206,ls), +(439,295,o), +(406,346,o), +(340,356,c), +(340,357,l), +(413,377,o), +(450,431,o), +(450,519,cs), +(450,663,o), +(378,729,o), +(219,729,cs), +(18,729,l), +(18,0,l) ); } ); -width = 406; +width = 457; }, { anchors = ( { name = bottom; -pos = (341,0); +pos = (317,0); }, { name = top; -pos = (330,729); +pos = (306,729); } ); background = { @@ -228,47 +1501,47 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(132,0,l), -(132,693,l), -(400,693,ls), -(512,693,o), -(586,645,o), -(586,536,cs), -(586,439,o), -(533,371,o), -(400,371,cs), -(123,371,l), -(123,336,l), -(414,336,ls), -(540,336,o), -(571,291,o), -(571,200,cs), -(571,77,ls), -(571,45,o), -(572,22,o), -(582,0,c), -(621,0,l), -(610,26,o), -(610,50,o), -(610,73,cs), -(610,207,ls), -(610,291,o), -(580,341,o), -(494,355,c), -(494,360,l), -(582,385,o), -(625,449,o), -(625,540,cs), -(625,660,o), -(546,729,o), -(404,729,cs), -(94,729,l), -(94,0,l) +(108,0,l), +(108,693,l), +(376,693,ls), +(488,693,o), +(562,645,o), +(562,536,cs), +(562,429,o), +(496,371,o), +(376,371,cs), +(99,371,l), +(99,336,l), +(390,336,ls), +(503,336,o), +(547,293,o), +(547,200,cs), +(547,90,ls), +(547,46,o), +(551,16,o), +(558,0,c), +(597,0,l), +(590,17,o), +(586,46,o), +(586,86,cs), +(586,207,ls), +(586,295,o), +(547,343,o), +(464,357,c), +(464,358,l), +(557,385,o), +(601,443,o), +(601,540,cs), +(601,660,o), +(522,729,o), +(380,729,cs), +(70,729,l), +(70,0,l) ); } ); @@ -361,17 +1634,17 @@ type = Stem; } ); }; -width = 693; +width = 649; }, { anchors = ( { name = bottom; -pos = (364,0); +pos = (335,0); }, { name = top; -pos = (350,729); +pos = (321,729); } ); background = { @@ -424,121 +1697,121 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(262,0,l), -(262,563,l), -(405,563,ls), -(457,563,o), -(495,544,o), -(495,486,cs), -(495,440,o), -(470,405,o), -(405,405,cs), -(246,405,l), -(246,246,l), -(392,246,ls), -(465,246,o), -(485,215,o), -(485,166,cs), -(485,86,ls), -(485,48,o), -(489,16,o), -(497,0,c), -(701,0,l), -(688,29,o), -(688,59,o), -(688,87,cs), -(688,201,ls), -(688,282,o), -(651,326,o), -(568,341,c), -(568,348,l), -(649,369,o), -(703,434,o), -(703,524,cs), -(703,663,o), -(604,729,o), -(455,729,cs), -(59,729,l), -(59,0,l) +(233,0,l), +(233,563,l), +(376,563,ls), +(428,563,o), +(466,544,o), +(466,486,cs), +(466,440,o), +(441,405,o), +(376,405,cs), +(217,405,l), +(217,240,l), +(363,240,ls), +(436,240,o), +(456,209,o), +(456,160,cs), +(456,86,ls), +(456,48,o), +(460,16,o), +(468,0,c), +(672,0,l), +(659,29,o), +(659,59,o), +(659,87,cs), +(659,201,ls), +(659,282,o), +(622,326,o), +(531,344,c), +(531,345,l), +(620,369,o), +(674,434,o), +(674,524,cs), +(674,663,o), +(575,729,o), +(426,729,cs), +(30,729,l), +(30,0,l) ); } ); userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 738; -}, -{ -anchors = ( -{ -name = bottom; -pos = (359,0); -}, -{ -name = top; -pos = (335,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,693,l), -(463,693,ls), -(575,693,o), -(649,645,o), -(649,536,cs), -(649,439,o), -(596,371,o), -(463,371,cs), -(101,371,l), -(101,336,l), -(477,336,ls), -(603,336,o), -(634,291,o), -(634,200,cs), -(634,77,ls), -(634,45,o), -(635,22,o), -(645,0,c), -(683,0,l), -(672,26,o), -(672,50,o), -(672,73,cs), -(672,207,ls), -(672,291,o), -(643,341,o), -(557,354,c), -(557,361,l), -(645,386,o), -(688,450,o), -(688,540,cs), -(688,660,o), -(609,729,o), -(467,729,cs), -(72,729,l), -(72,0,l) +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +}; +width = 683; +}, +{ +anchors = ( +{ +name = bottom; +pos = (349,0); +}, +{ +name = top; +pos = (325,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(100,693,l), +(453,693,ls), +(565,693,o), +(639,645,o), +(639,536,cs), +(639,439,o), +(586,371,o), +(453,371,cs), +(91,371,l), +(91,336,l), +(467,336,ls), +(593,336,o), +(624,291,o), +(624,200,cs), +(624,77,ls), +(624,45,o), +(625,22,o), +(635,0,c), +(673,0,l), +(662,26,o), +(662,50,o), +(662,73,cs), +(662,207,ls), +(662,291,o), +(633,341,o), +(537,357,c), +(537,358,l), +(635,386,o), +(678,450,o), +(678,540,cs), +(678,660,o), +(599,729,o), +(457,729,cs), +(62,729,l), +(62,0,l) ); } ); -width = 735; +width = 721; }, { anchors = ( { name = bottom; -pos = (400,0); +pos = (385,0); }, { name = top; -pos = (376,729); +pos = (361,729); } ); background = { @@ -586,61 +1859,61 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(276,0,l), -(276,558,l), -(444,558,ls), -(510,558,o), -(555,542,o), -(555,485,cs), -(555,437,o), -(531,405,o), -(444,405,cs), -(260,405,l), -(260,243,l), -(446,243,ls), -(515,243,o), -(539,222,o), -(539,164,cs), -(539,73,ls), -(539,46,o), -(539,21,o), -(544,0,c), -(776,0,l), -(769,26,o), -(768,46,o), -(768,76,cs), -(768,199,ls), -(768,278,o), -(724,320,o), -(653,332,c), -(653,338,l), -(731,360,o), -(787,425,o), -(787,520,cs), -(787,645,o), -(709,729,o), -(521,729,cs), -(47,729,l), -(47,0,l) +(261,0,l), +(261,558,l), +(429,558,ls), +(495,558,o), +(540,542,o), +(540,485,cs), +(540,437,o), +(516,405,o), +(429,405,cs), +(245,405,l), +(245,234,l), +(431,234,ls), +(500,234,o), +(524,213,o), +(524,155,cs), +(524,73,ls), +(524,46,o), +(524,21,o), +(529,0,c), +(761,0,l), +(754,26,o), +(753,46,o), +(753,76,cs), +(753,199,ls), +(753,278,o), +(709,320,o), +(632,335,c), +(632,336,l), +(716,360,o), +(772,425,o), +(772,520,cs), +(772,645,o), +(694,729,o), +(506,729,cs), +(32,729,l), +(32,0,l) ); } ); -width = 807; +width = 783; }, { anchors = ( { name = bottom; -pos = (157,0); +pos = (128,0); }, { name = top; -pos = (262,729); +pos = (235,729); } ); background = { @@ -693,61 +1966,61 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(43,0,l), -(188,701,l), -(275,701,ls), -(407,701,o), -(395,576,o), -(382,521,cs), -(363,429,o), -(305,370,o), -(228,370,cs), -(113,370,l), -(107,341,l), -(249,341,ls), -(307,341,o), -(321,292,o), -(303,205,cs), -(276,71,ls), -(270,43,o), -(266,12,o), -(267,0,c), -(296,0,l), -(297,21,o), -(299,41,o), -(304,63,cs), -(334,198,ls), -(353,283,o), -(341,334,o), -(287,354,c), -(288,359,l), -(352,378,o), -(397,441,o), -(414,520,cs), -(425,568,o), -(442,729,o), -(284,729,cs), -(163,729,l), -(12,0,l) +(21,0,l), +(166,701,l), +(246,701,ls), +(331,701,o), +(367,633,o), +(344,525,cs), +(325,437,o), +(273,378,o), +(201,378,cs), +(93,378,l), +(87,349,l), +(221,349,ls), +(277,349,o), +(290,301,o), +(272,212,cs), +(243,71,ls), +(237,42,o), +(233,12,o), +(234,0,c), +(264,0,l), +(265,21,o), +(267,41,o), +(272,64,cs), +(304,207,ls), +(322,287,o), +(305,348,o), +(259,366,c), +(259,367,l), +(319,386,o), +(360,452,o), +(376,523,cs), +(404,650,o), +(354,729,o), +(250,729,cs), +(140,729,l), +(-11,0,l) ); } ); -width = 402; +width = 344; }, { anchors = ( { name = bottom; -pos = (192,0); +pos = (181,0); }, { name = top; -pos = (291,729); +pos = (280,729); } ); background = { @@ -800,61 +2073,61 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(151,0,l), -(270,572,l), -(281,572,ls), -(343,572,o), -(331,507,o), -(324,475,cs), -(313,421,o), -(286,388,o), -(252,388,cs), -(216,388,l), -(186,248,l), -(226,248,ls), -(249,248,o), -(259,233,o), -(246,171,cs), -(223,63,ls), -(219,42,o), -(217,18,o), -(218,0,c), -(397,0,l), -(397,13,o), -(400,46,o), -(406,73,cs), -(430,190,ls), -(446,269,o), -(431,317,o), -(370,340,c), -(371,347,l), -(438,362,o), -(492,417,o), -(509,500,cs), -(526,582,o), -(518,729,o), -(323,729,cs), -(125,729,l), -(-27,0,l) +(140,0,l), +(259,572,l), +(270,572,ls), +(315,572,o), +(328,542,o), +(313,475,cs), +(303,425,o), +(275,394,o), +(242,394,cs), +(206,394,l), +(175,240,l), +(215,240,ls), +(238,240,o), +(247,225,o), +(235,171,cs), +(212,63,ls), +(208,42,o), +(206,18,o), +(207,0,c), +(386,0,l), +(386,13,o), +(389,46,o), +(395,73,cs), +(419,190,ls), +(435,269,o), +(420,323,o), +(359,346,c), +(360,347,l), +(429,362,o), +(482,421,o), +(498,500,cs), +(527,641,o), +(455,729,o), +(312,729,cs), +(114,729,l), +(-38,0,l) ); } ); -width = 475; +width = 456; }, { anchors = ( { name = bottom; -pos = (289,0); +pos = (265,0); }, { name = top; -pos = (411,729); +pos = (387,729); } ); background = { @@ -910,64 +2183,64 @@ nodes = ( guides = ( { angle = 78.2614; -pos = (562,74); +pos = (538,74); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(77,0,l), -(221,693,l), -(462,693,ls), -(640,693,o), -(642,566,o), -(627,509,cs), -(609,424,o), -(539,371,o), -(436,371,cs), -(145,371,l), -(138,336,l), -(457,336,ls), -(526,336,o), -(573,301,o), -(550,190,cs), -(527,80,ls), -(519,41,o), -(514,16,o), -(518,0,c), -(556,0,l), -(552,14,o), -(553,31,o), -(562,74,cs), -(587,192,ls), -(605,277,o), -(581,331,o), -(511,354,c), -(512,359,l), -(593,378,o), -(651,433,o), -(667,512,cs), -(683,583,o), -(668,729,o), -(475,729,cs), -(191,729,l), -(40,0,l) +(53,0,l), +(197,693,l), +(438,693,ls), +(563,693,o), +(631,617,o), +(604,503,cs), +(585,424,o), +(515,371,o), +(412,371,cs), +(121,371,l), +(114,336,l), +(433,336,ls), +(502,336,o), +(549,301,o), +(526,190,cs), +(503,80,ls), +(495,41,o), +(490,16,o), +(494,0,c), +(532,0,l), +(528,14,o), +(529,31,o), +(538,74,cs), +(563,192,ls), +(581,277,o), +(557,333,o), +(487,356,c), +(488,357,l), +(569,376,o), +(627,433,o), +(643,506,cs), +(670,634,o), +(586,729,o), +(451,729,cs), +(167,729,l), +(16,0,l) ); } ); -width = 681; +width = 633; }, { anchors = ( { name = bottom; -pos = (314,0); +pos = (285,0); }, { name = top; -pos = (432,729); +pos = (403,729); } ); background = { @@ -1020,61 +2293,61 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(204,0,l), -(321,569,l), -(452,569,ls), -(531,569,o), -(540,514,o), -(531,478,cs), -(522,432,o), -(482,405,o), -(424,405,cs), -(271,405,l), -(238,246,l), -(387,246,ls), -(436,246,o), -(463,228,o), -(449,161,cs), -(428,59,ls), -(423,36,o), -(421,16,o), -(422,0,c), -(625,0,l), -(621,15,o), -(621,26,o), -(630,69,cs), -(654,186,ls), -(668,257,o), -(647,302,o), -(579,327,c), -(580,334,l), -(664,356,o), -(720,412,o), -(736,488,cs), -(756,574,o), -(725,729,o), -(491,729,cs), -(154,729,l), -(3,0,l) +(175,0,l), +(292,569,l), +(418,569,ls), +(475,569,o), +(510,529,o), +(497,478,cs), +(488,432,o), +(448,405,o), +(390,405,cs), +(242,405,l), +(209,246,l), +(353,246,ls), +(402,246,o), +(429,228,o), +(415,161,cs), +(394,59,ls), +(389,36,o), +(387,16,o), +(388,0,c), +(591,0,l), +(587,15,o), +(587,26,o), +(596,69,cs), +(620,186,ls), +(634,257,o), +(613,302,o), +(545,327,c), +(546,334,l), +(630,356,o), +(686,412,o), +(702,488,cs), +(735,630,o), +(634,729,o), +(457,729,cs), +(125,729,l), +(-26,0,l) ); } ); -width = 722; +width = 664; }, { anchors = ( { name = bottom; -pos = (320,0); +pos = (310,0); }, { name = top; -pos = (409,729); +pos = (399,729); } ); background = { @@ -1128,61 +2401,61 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(56,0,l), -(200,693,l), -(511,693,ls), -(635,693,o), -(726,640,o), -(696,511,cs), -(678,421,o), -(607,371,o), -(493,371,cs), -(124,371,l), -(117,336,l), -(492,336,ls), -(611,336,o), -(632,292,o), -(610,183,cs), -(589,77,ls), -(582,40,o), -(580,17,o), -(583,0,c), -(622,0,l), -(618,18,o), -(617,35,o), -(625,73,cs), -(650,190,ls), -(671,288,o), -(640,333,o), -(574,351,c), -(575,358,l), -(662,374,o), -(719,430,o), -(736,512,cs), -(763,632,o), -(701,729,o), -(521,729,cs), -(169,729,l), -(18,0,l) +(46,0,l), +(190,693,l), +(501,693,ls), +(625,693,o), +(716,640,o), +(686,511,cs), +(668,421,o), +(597,371,o), +(483,371,cs), +(114,371,l), +(107,336,l), +(482,336,ls), +(601,336,o), +(622,292,o), +(600,183,cs), +(579,77,ls), +(572,40,o), +(570,17,o), +(573,0,c), +(612,0,l), +(608,18,o), +(607,35,o), +(615,73,cs), +(640,190,ls), +(661,288,o), +(630,333,o), +(564,351,c), +(565,358,l), +(652,374,o), +(709,430,o), +(726,512,cs), +(753,632,o), +(691,729,o), +(511,729,cs), +(159,729,l), +(8,0,l) ); } ); -width = 728; +width = 710; }, { anchors = ( { name = bottom; -pos = (359,0); +pos = (344,0); }, { name = top; -pos = (455,729); +pos = (440,729); } ); background = { @@ -1230,51 +2503,51 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(219,0,l), -(335,558,l), -(510,558,ls), -(574,558,o), -(615,535,o), -(602,473,cs), -(592,427,o), -(553,404,o), -(481,405,cs), -(287,405,l), -(253,243,l), -(436,243,ls), -(502,243,o), -(524,214,o), -(512,160,cs), -(495,81,ls), -(487,43,o), -(485,22,o), -(488,0,c), -(717,0,l), -(715,23,o), -(716,41,o), -(724,81,cs), -(744,178,ls), -(760,257,o), -(734,304,o), -(661,324,c), -(663,331,l), -(749,350,o), -(813,408,o), -(830,490,cs), -(847,568,o), -(833,729,o), -(582,729,cs), -(142,729,l), -(-9,0,l) +(204,0,l), +(320,558,l), +(495,558,ls), +(559,558,o), +(600,535,o), +(587,473,cs), +(577,427,o), +(538,404,o), +(466,405,cs), +(272,405,l), +(238,243,l), +(421,243,ls), +(487,243,o), +(509,214,o), +(497,160,cs), +(480,81,ls), +(472,43,o), +(470,22,o), +(473,0,c), +(702,0,l), +(700,23,o), +(701,41,o), +(709,81,cs), +(729,178,ls), +(745,257,o), +(719,304,o), +(646,324,c), +(648,331,l), +(734,350,o), +(798,408,o), +(815,490,cs), +(832,568,o), +(818,729,o), +(567,729,cs), +(127,729,l), +(-24,0,l) ); } ); -width = 802; +width = 778; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/R_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/R_acute.glyph index 26b6b537..b44a9bdd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/R_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/R_acute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Racute; -kernLeft = H; -kernRight = R; +kernLeft = KO_H; +kernRight = KO_R; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (105,51); ref = acutecomb; } ); -width = 477; +width = 493; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = R; }, { -pos = (275,57); +pos = (277,57); ref = acutecomb; } ); -width = 693; +width = 735; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = R; }, { -pos = (238,51); +pos = (259,56); ref = acutecomb; } ); -width = 738; +width = 819; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = R; }, { -pos = (277,57); +pos = (281,57); ref = acutecomb; } ); -width = 735; +width = 689; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = R; }, { -pos = (259,56); +pos = (241,51); ref = acutecomb; } ); -width = 807; +width = 737; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (96,51); ref = acutecomb; } ); -width = 475; +width = 491; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (255,56); ref = acutecomb; } ); -width = 802; +width = 814; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = R; +}, +{ +pos = (128,57); +ref = acutecomb; +} +); +width = 340; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = R; +}, +{ +pos = (104,51); +ref = acutecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = R; +}, +{ +pos = (271,57); +ref = acutecomb; +} +); +width = 649; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = R; +}, +{ +pos = (230,51); +ref = acutecomb; +} +); +width = 683; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = R; +}, +{ +alignment = -1; +pos = (277,57); +ref = acutecomb; +} +); +width = 735; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = R; +}, +{ +alignment = -1; +pos = (254,56); +ref = acutecomb; +} +); +width = 807; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = R; +}, +{ +pos = (117,57); +ref = acutecomb; +} +); +width = 344; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = R; +}, +{ +pos = (96,51); +ref = acutecomb; +} +); +width = 456; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = R; +}, +{ +pos = (269,57); +ref = acutecomb; +} +); +width = 633; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = R; +}, +{ +pos = (237,51); +ref = acutecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = R; +}, +{ +pos = (266,57); +ref = acutecomb; +} +); +width = 710; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = R; +}, +{ +pos = (255,56); +ref = acutecomb; +} +); +width = 778; } ); unicode = 340; diff --git a/sources/MonaSans.glyphspackage/glyphs/R_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/R_caron.glyph index 14379221..8900cb82 100644 --- a/sources/MonaSans.glyphspackage/glyphs/R_caron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/R_caron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Rcaron; -kernLeft = H; -kernRight = R; +kernLeft = KO_H; +kernRight = KO_R; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (0,51); ref = caroncomb; } ); -width = 477; +width = 493; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = R; }, { -pos = (166,57); +pos = (156,57); ref = caroncomb; } ); -width = 693; +width = 735; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = R; }, { -pos = (103,51); +pos = (85,56); ref = caroncomb; } ); -width = 738; +width = 819; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = R; }, { -pos = (156,57); +pos = (174,57); ref = caroncomb; } ); -width = 735; +width = 689; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = R; }, { -pos = (85,56); +pos = (112,51); ref = caroncomb; } ); -width = 807; +width = 737; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-5,51); ref = caroncomb; } ); -width = 475; +width = 491; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (81,56); ref = caroncomb; } ); -width = 802; +width = 814; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = R; +}, +{ +pos = (55,57); +ref = caroncomb; +} +); +width = 340; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = R; +}, +{ +pos = (-1,51); +ref = caroncomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = R; +}, +{ +pos = (162,57); +ref = caroncomb; +} +); +width = 649; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = R; +}, +{ +pos = (95,51); +ref = caroncomb; +} +); +width = 683; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = R; +}, +{ +alignment = -1; +pos = (156,57); +ref = caroncomb; +} +); +width = 735; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = R; +}, +{ +alignment = -1; +pos = (80,56); +ref = caroncomb; +} +); +width = 807; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = R; +}, +{ +pos = (44,57); +ref = caroncomb; +} +); +width = 344; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = R; +}, +{ +pos = (-5,51); +ref = caroncomb; +} +); +width = 456; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = R; +}, +{ +pos = (160,57); +ref = caroncomb; +} +); +width = 633; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = R; +}, +{ +pos = (98,51); +ref = caroncomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = R; +}, +{ +pos = (143,57); +ref = caroncomb; +} +); +width = 710; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = R; +}, +{ +pos = (81,56); +ref = caroncomb; +} +); +width = 778; } ); unicode = 344; diff --git a/sources/MonaSans.glyphspackage/glyphs/R_commaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/R_commaaccent.glyph index e3909136..65fc799b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/R_commaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/R_commaaccent.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = Rcommaaccent; -kernRight = R; +kernLeft = KO_H; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (56,0); ref = commaaccentcomb; } ); -width = 477; +width = 493; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = R; }, { -pos = (235,0); +pos = (258,0); ref = commaaccentcomb; } ); -width = 693; +width = 735; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = R; }, { -pos = (194,0); +pos = (216,0); ref = commaaccentcomb; } ); -width = 738; +width = 819; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = R; }, { -pos = (258,0); +pos = (240,0); ref = commaaccentcomb; } ); -width = 735; +width = 689; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = R; }, { -pos = (216,0); +pos = (202,0); ref = commaaccentcomb; } ); -width = 807; +width = 737; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (68,0); ref = commaaccentcomb; } ); -width = 475; +width = 491; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,167 @@ pos = (236,0); ref = commaaccentcomb; } ); -width = 802; +width = 814; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = R; +}, +{ +pos = (87,0); +ref = commaaccentcomb; +} +); +width = 340; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = R; +}, +{ +pos = (55,0); +ref = commaaccentcomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = R; +}, +{ +pos = (231,0); +ref = commaaccentcomb; +} +); +width = 649; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = R; +}, +{ +pos = (186,0); +ref = commaaccentcomb; +} +); +width = 683; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = R; +}, +{ +alignment = -1; +pos = (258,0); +ref = commaaccentcomb; +} +); +width = 735; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = R; +}, +{ +alignment = -1; +pos = (211,0); +ref = commaaccentcomb; +} +); +width = 807; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = R; +}, +{ +pos = (108,0); +ref = commaaccentcomb; +} +); +width = 344; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = R; +}, +{ +pos = (68,0); +ref = commaaccentcomb; +} +); +width = 456; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = R; +}, +{ +pos = (237,0); +ref = commaaccentcomb; +} +); +width = 633; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = R; +}, +{ +pos = (199,0); +ref = commaaccentcomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = R; +}, +{ +pos = (272,0); +ref = commaaccentcomb; +} +); +width = 710; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = R; +}, +{ +pos = (236,0); +ref = commaaccentcomb; +} +); +width = 778; } ); unicode = 342; diff --git a/sources/MonaSans.glyphspackage/glyphs/S_.glyph b/sources/MonaSans.glyphspackage/glyphs/S_.glyph index 2e3789ec..2d858764 100644 --- a/sources/MonaSans.glyphspackage/glyphs/S_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/S_.glyph @@ -1,17 +1,17 @@ { glyphname = S; -kernLeft = S; -kernRight = S; +kernLeft = KO_S; +kernRight = KO_S; layers = ( { anchors = ( { name = bottom; -pos = (224,0); +pos = (232,0); }, { name = top; -pos = (224,729); +pos = (232,729); } ); background = { @@ -68,48 +68,48 @@ shapes = ( { closed = 1; nodes = ( -(355,-10,o), -(434,58,o), -(434,202,cs), -(434,323,o), -(363,386,o), -(279,437,cs), -(216,475,o), -(194,494,o), -(194,548,cs), -(194,584,o), -(204,606,o), -(230,606,cs), -(260,606,o), -(271,580,o), -(270,511,c), -(428,511,l), -(428,675,o), -(350,738,o), -(221,738,cs), -(102,738,o), -(18,675,o), -(18,536,cs), -(18,408,o), -(89,349,o), -(159,307,cs), -(228,265,o), -(255,242,o), -(255,186,cs), -(255,148,o), -(246,125,o), -(217,125,cs), -(186,125,o), -(169,150,o), -(169,231,c), -(14,231,l), -(14,86,o), -(73,-10,o), -(223,-10,cs) +(363,-10,o), +(442,58,o), +(442,202,cs), +(442,323,o), +(371,386,o), +(287,437,cs), +(224,475,o), +(202,494,o), +(202,548,cs), +(202,584,o), +(212,606,o), +(238,606,cs), +(268,606,o), +(279,580,o), +(278,511,c), +(436,511,l), +(436,675,o), +(358,738,o), +(229,738,cs), +(110,738,o), +(26,675,o), +(26,536,cs), +(26,408,o), +(97,349,o), +(167,307,cs), +(236,265,o), +(263,242,o), +(263,186,cs), +(263,148,o), +(254,125,o), +(225,125,cs), +(194,125,o), +(177,150,o), +(177,231,c), +(22,231,l), +(22,86,o), +(81,-10,o), +(231,-10,cs) ); } ); -width = 448; +width = 464; }, { anchors = ( @@ -174,11 +174,129 @@ width = 376; anchors = ( { name = bottom; -pos = (321,0); +pos = (351,0); +}, +{ +name = top; +pos = (332,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(548,-8,o), +(649,69,o), +(649,192,cs), +(649,356,o), +(506,377,o), +(349,398,cs), +(193,419,o), +(91,434,o), +(91,552,cs), +(91,645,o), +(180,703,o), +(332,703,cs), +(483,703,o), +(575,646,o), +(580,529,c), +(620,529,l), +(616,654,o), +(520,737,o), +(334,737,cs), +(166,737,o), +(52,669,o), +(52,550,cs), +(52,402,o), +(184,382,o), +(339,361,cs), +(494,340,o), +(609,321,o), +(609,191,cs), +(609,89,o), +(527,26,o), +(351,26,cs), +(178,26,o), +(79,89,o), +(72,225,c), +(30,225,l), +(39,86,o), +(130,-8,o), +(351,-8,cs) +); +} +); +width = 680; +}, +{ +anchors = ( +{ +name = bottom; +pos = (382,0); +}, +{ +name = top; +pos = (379,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(613,-10,o), +(742,78,o), +(742,226,cs), +(742,386,o), +(652,436,o), +(419,462,cs), +(290,476,o), +(268,484,o), +(268,526,cs), +(268,562,o), +(305,585,o), +(372,585,cs), +(434,585,o), +(477,565,o), +(485,514,c), +(716,514,l), +(702,660,o), +(573,738,o), +(381,738,cs), +(163,738,o), +(33,652,o), +(33,499,cs), +(33,357,o), +(132,300,o), +(358,274,cs), +(477,260,o), +(506,256,o), +(506,207,cs), +(506,167,o), +(465,145,o), +(391,145,cs), +(299,145,o), +(254,183,o), +(253,235,c), +(15,235,l), +(15,92,o), +(132,-10,o), +(382,-10,cs) +); +} +); +width = 757; +}, +{ +anchors = ( +{ +name = bottom; +pos = (318,0); }, { name = top; -pos = (308,729); +pos = (305,729); } ); background = { @@ -230,49 +348,49 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(489,-8,o), -(584,69,o), -(584,185,cs), -(584,340,o), -(472,372,o), -(333,397,cs), -(172,427,o), -(108,453,o), -(108,555,cs), -(108,644,o), -(180,703,o), -(308,703,cs), -(439,703,o), -(515,641,o), -(519,529,c), -(559,529,l), -(556,654,o), -(473,737,o), -(312,737,cs), -(158,737,o), -(68,662,o), -(68,550,cs), -(68,427,o), -(154,391,o), -(319,360,cs), -(479,331,o), -(544,294,o), -(544,183,cs), -(544,76,o), -(454,26,o), -(319,26,cs), -(165,26,o), -(95,102,o), -(91,225,c), -(50,225,l), -(53,90,o), -(134,-8,o), -(321,-8,cs) +(466,-8,o), +(561,67,o), +(561,185,cs), +(561,323,o), +(476,364,o), +(330,396,cs), +(182,428,o), +(124,456,o), +(124,555,cs), +(124,645,o), +(195,703,o), +(307,703,cs), +(413,703,o), +(480,655,o), +(499,566,c), +(537,566,l), +(519,670,o), +(442,737,o), +(311,737,cs), +(177,737,o), +(85,661,o), +(85,550,cs), +(85,431,o), +(163,392,o), +(316,360,cs), +(463,329,o), +(523,290,o), +(523,183,cs), +(523,87,o), +(443,26,o), +(315,26,cs), +(182,26,o), +(116,91,o), +(103,195,c), +(64,195,l), +(77,76,o), +(157,-8,o), +(317,-8,cs) ); } ); @@ -336,17 +454,17 @@ type = Stem; } ); }; -width = 634; +width = 627; }, { anchors = ( { name = bottom; -pos = (341,0); +pos = (332,0); }, { name = top; -pos = (341,729); +pos = (332,729); } ); background = { @@ -396,171 +514,53 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(549,-10,o), -(653,86,o), -(653,223,cs), -(653,407,o), -(521,439,o), -(405,456,cs), -(276,475,o), -(249,488,o), -(249,528,cs), -(249,571,o), -(283,587,o), -(335,587,cs), -(379,587,o), -(425,572,o), -(428,518,c), -(632,518,l), -(632,650,o), -(515,738,o), -(340,738,cs), -(154,738,o), -(39,650,o), -(39,502,cs), -(39,374,o), -(125,306,o), -(294,281,cs), -(415,263,o), -(442,254,o), -(442,210,cs), -(442,161,o), -(405,144,o), -(347,144,cs), -(263,144,o), -(230,179,o), -(230,231,c), -(24,231,l), -(24,86,o), -(136,-10,o), -(338,-10,cs) -); -} -); -width = 678; -}, -{ -anchors = ( -{ -name = bottom; -pos = (351,0); -}, -{ -name = top; -pos = (332,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(548,-8,o), -(649,69,o), -(649,192,cs), -(649,356,o), -(506,377,o), -(349,398,cs), -(193,419,o), -(91,434,o), -(91,552,cs), -(91,645,o), -(180,703,o), -(332,703,cs), -(483,703,o), -(575,646,o), -(580,529,c), -(620,529,l), -(616,654,o), -(520,737,o), -(334,737,cs), -(166,737,o), -(52,669,o), -(52,550,cs), -(52,402,o), -(184,382,o), -(339,361,cs), -(494,340,o), -(609,321,o), -(609,191,cs), -(609,89,o), -(527,26,o), -(351,26,cs), -(178,26,o), -(79,89,o), -(72,225,c), -(30,225,l), -(39,86,o), -(130,-8,o), -(351,-8,cs) -); -} +(535,-10,o), +(636,86,o), +(636,223,cs), +(636,407,o), +(506,439,o), +(395,456,cs), +(270,475,o), +(246,488,o), +(246,528,cs), +(246,571,o), +(277,587,o), +(326,587,cs), +(368,587,o), +(411,572,o), +(414,518,c), +(616,518,l), +(616,650,o), +(502,738,o), +(331,738,cs), +(149,738,o), +(38,650,o), +(38,502,cs), +(38,374,o), +(122,306,o), +(284,281,cs), +(402,263,o), +(427,254,o), +(427,210,cs), +(427,161,o), +(392,144,o), +(338,144,cs), +(257,144,o), +(227,179,o), +(227,231,c), +(23,231,l), +(23,86,o), +(132,-10,o), +(329,-10,cs) ); -width = 680; -}, -{ -anchors = ( -{ -name = bottom; -pos = (376,0); -}, -{ -name = top; -pos = (373,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(607,-10,o), -(736,78,o), -(736,226,cs), -(736,386,o), -(646,436,o), -(413,462,cs), -(284,476,o), -(262,484,o), -(262,526,cs), -(262,562,o), -(299,585,o), -(366,585,cs), -(428,585,o), -(471,565,o), -(479,514,c), -(710,514,l), -(696,660,o), -(567,738,o), -(375,738,cs), -(157,738,o), -(27,652,o), -(27,499,cs), -(27,357,o), -(126,300,o), -(352,274,cs), -(471,260,o), -(500,256,o), -(500,207,cs), -(500,167,o), -(459,145,o), -(385,145,cs), -(293,145,o), -(248,183,o), -(247,235,c), -(9,235,l), -(9,92,o), -(126,-10,o), -(376,-10,cs) -); -} -); -width = 745; +width = 658; }, { anchors = ( @@ -672,11 +672,11 @@ width = 373; anchors = ( { name = bottom; -pos = (192,0); +pos = (200,0); }, { name = top; -pos = (316,729); +pos = (324,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -684,48 +684,48 @@ shapes = ( { closed = 1; nodes = ( -(316,-10,o), -(387,57,o), -(414,195,cs), -(436,308,o), -(383,373,o), -(311,432,cs), -(259,475,o), -(242,496,o), -(250,543,cs), -(257,587,o), -(271,606,o), -(295,606,cs), -(335,606,o), -(326,541,o), -(320,512,c), -(474,512,l), -(500,659,o), -(439,739,o), -(298,739,cs), -(173,739,o), -(99,670,o), -(75,544,cs), -(52,428,o), -(103,363,o), -(167,311,cs), -(227,263,o), -(245,242,o), -(235,187,cs), -(228,147,o), -(217,126,o), -(190,126,cs), -(140,126,o), -(152,192,o), -(160,231,c), -(5,231,l), -(-22,77,o), -(35,-10,o), -(190,-10,cs) -); -} -); -width = 444; +(324,-10,o), +(395,57,o), +(422,195,cs), +(444,308,o), +(391,373,o), +(319,432,cs), +(267,475,o), +(250,496,o), +(258,543,cs), +(265,587,o), +(279,606,o), +(303,606,cs), +(343,606,o), +(334,541,o), +(328,512,c), +(482,512,l), +(508,659,o), +(447,739,o), +(306,739,cs), +(181,739,o), +(107,670,o), +(83,544,cs), +(60,428,o), +(111,363,o), +(175,311,cs), +(235,263,o), +(253,242,o), +(243,187,cs), +(236,147,o), +(225,126,o), +(198,126,cs), +(148,126,o), +(160,192,o), +(168,231,c), +(13,231,l), +(-14,77,o), +(43,-10,o), +(198,-10,cs) +); +} +); +width = 460; }, { anchors = ( @@ -965,11 +965,11 @@ width = 671; anchors = ( { name = bottom; -pos = (359,0); +pos = (365,0); }, { name = top; -pos = (436,729); +pos = (442,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -977,48 +977,1065 @@ shapes = ( { closed = 1; nodes = ( -(590,-10,o), -(717,80,o), -(717,243,cs), -(717,391,o), -(606,434,o), -(440,461,cs), -(342,477,o), -(310,487,o), -(310,525,cs), -(310,563,o), -(344,585,o), -(406,585,cs), -(469,585,o), -(516,560,o), -(518,514,c), -(746,514,l), -(747,646,o), -(616,739,o), -(410,739,cs), -(222,739,o), -(70,659,o), -(70,491,cs), -(70,373,o), -(154,308,o), -(339,276,cs), -(448,257,o), -(478,247,o), -(478,210,cs), -(478,170,o), -(449,145,o), -(370,145,cs), -(275,145,o), -(232,183,o), -(235,234,c), -(0,234,l), -(-7,86,o), -(125,-10,o), -(357,-10,cs) -); -} -); -width = 735; +(596,-10,o), +(723,80,o), +(723,243,cs), +(723,391,o), +(612,434,o), +(446,461,cs), +(348,477,o), +(316,487,o), +(316,525,cs), +(316,563,o), +(350,585,o), +(412,585,cs), +(475,585,o), +(522,560,o), +(524,514,c), +(752,514,l), +(753,646,o), +(622,739,o), +(416,739,cs), +(228,739,o), +(76,659,o), +(76,491,cs), +(76,373,o), +(160,308,o), +(345,276,cs), +(454,257,o), +(484,247,o), +(484,210,cs), +(484,170,o), +(455,145,o), +(376,145,cs), +(281,145,o), +(238,183,o), +(241,234,c), +(6,234,l), +(-1,86,o), +(131,-10,o), +(363,-10,cs) +); +} +); +width = 747; +}, +{ +anchors = ( +{ +name = bottom; +pos = (161,0); +}, +{ +name = top; +pos = (150,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,-8,o), +(295,62,o), +(295,172,cs), +(295,274,o), +(252,327,o), +(173,392,cs), +(94,457,o), +(57,491,o), +(57,574,cs), +(57,657,o), +(93,708,o), +(152,708,cs), +(221,708,o), +(253,651,o), +(254,530,c), +(285,530,l), +(284,671,o), +(242,737,o), +(154,737,cs), +(75,737,o), +(25,673,o), +(25,575,cs), +(25,478,o), +(68,435,o), +(150,367,cs), +(223,307,o), +(263,262,o), +(263,174,cs), +(263,80,o), +(223,21,o), +(159,21,cs), +(81,21,o), +(44,88,o), +(42,230,c), +(10,230,l), +(13,65,o), +(60,-8,o), +(161,-8,cs) +); +} +); +width = 307; +}, +{ +anchors = ( +{ +name = bottom; +pos = (218,0); +}, +{ +name = top; +pos = (218,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(361,-10,o), +(449,50,o), +(449,206,cs), +(449,309,o), +(410,372,o), +(318,426,cs), +(271,455,ls), +(225,484,o), +(213,506,o), +(213,545,cs), +(213,576,o), +(219,594,o), +(241,594,cs), +(262,594,o), +(273,577,o), +(272,508,c), +(443,508,l), +(443,664,o), +(359,738,o), +(237,738,cs), +(107,738,o), +(20,678,o), +(20,522,cs), +(20,420,o), +(66,357,o), +(135,315,cs), +(186,284,ls), +(244,248,o), +(254,220,o), +(254,187,cs), +(254,155,o), +(248,137,o), +(224,137,cs), +(200,137,o), +(187,156,o), +(187,231,c), +(17,231,l), +(17,77,o), +(96,-10,o), +(230,-10,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(361,-10,o), +(432,65,o), +(432,202,cs), +(432,307,o), +(389,377,o), +(274,445,cs), +(211,483,o), +(183,499,o), +(183,539,cs), +(183,571,o), +(197,589,o), +(220,589,cs), +(250,589,o), +(264,562,o), +(266,497,c), +(428,497,l), +(426,661,o), +(360,738,o), +(217,738,cs), +(89,738,o), +(10,660,o), +(10,536,cs), +(10,425,o), +(55,360,o), +(152,303,cs), +(230,257,o), +(256,236,o), +(256,192,cs), +(256,158,o), +(244,140,o), +(220,140,cs), +(190,140,o), +(175,169,o), +(172,241,c), +(4,241,l), +(6,70,o), +(77,-10,o), +(223,-10,cs) +); +} +); +width = 436; +}, +{ +anchors = ( +{ +name = bottom; +pos = (301,0); +}, +{ +name = top; +pos = (288,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(478,-8,o), +(584,69,o), +(584,195,cs), +(584,340,o), +(458,372,o), +(396,385,cs), +(280,408,ls), +(218,420,o), +(108,448,o), +(108,555,cs), +(108,646,o), +(187,703,o), +(308,703,cs), +(439,703,o), +(515,641,o), +(519,529,c), +(559,529,l), +(556,654,o), +(473,737,o), +(312,737,cs), +(165,737,o), +(68,664,o), +(68,550,cs), +(68,419,o), +(194,387,o), +(274,370,cs), +(392,345,ls), +(441,335,o), +(544,313,o), +(544,193,cs), +(544,93,o), +(456,26,o), +(319,26,cs), +(165,26,o), +(95,102,o), +(91,225,c), +(50,225,l), +(53,90,o), +(134,-8,o), +(321,-8,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(463,-8,o), +(564,67,o), +(564,185,cs), +(564,340,o), +(452,372,o), +(313,397,cs), +(152,427,o), +(88,453,o), +(88,555,cs), +(88,644,o), +(160,703,o), +(288,703,cs), +(419,703,o), +(495,641,o), +(502,524,c), +(542,524,l), +(536,654,o), +(453,737,o), +(292,737,cs), +(138,737,o), +(48,662,o), +(48,550,cs), +(48,427,o), +(134,391,o), +(299,360,cs), +(459,331,o), +(524,294,o), +(524,183,cs), +(524,84,o), +(443,26,o), +(307,26,cs), +(146,26,o), +(75,102,o), +(68,227,c), +(27,227,l), +(33,90,o), +(113,-8,o), +(307,-8,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +32 +); +stem = -2; +target = ( +0, +39 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +29 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 594; +}, +{ +anchors = ( +{ +name = bottom; +pos = (319,0); +}, +{ +name = top; +pos = (319,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(553,-10,o), +(656,87,o), +(656,224,cs), +(656,410,o), +(523,441,o), +(405,458,cs), +(294,475,o), +(254,478,o), +(254,528,cs), +(254,563,o), +(287,584,o), +(337,584,cs), +(379,584,o), +(423,570,o), +(426,518,c), +(635,518,l), +(635,650,o), +(517,738,o), +(342,738,cs), +(155,738,o), +(39,650,o), +(39,501,cs), +(39,358,o), +(145,301,o), +(294,279,cs), +(406,262,o), +(440,257,o), +(440,203,cs), +(440,166,o), +(404,147,o), +(349,147,cs), +(267,147,o), +(235,181,o), +(235,231,c), +(24,231,l), +(24,86,o), +(136,-10,o), +(339,-10,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(519,-10,o), +(631,74,o), +(631,228,cs), +(631,363,o), +(561,430,o), +(383,456,cs), +(252,475,o), +(224,488,o), +(224,528,cs), +(224,563,o), +(257,584,o), +(313,584,cs), +(370,584,o), +(403,561,o), +(407,506,c), +(612,506,l), +(608,654,o), +(499,738,o), +(318,738,cs), +(134,738,o), +(17,646,o), +(17,502,cs), +(17,374,o), +(103,306,o), +(272,281,cs), +(384,265,o), +(423,246,o), +(423,207,cs), +(423,165,o), +(390,144,o), +(326,144,cs), +(250,144,o), +(210,175,o), +(207,242,c), +(1,242,l), +(2,86,o), +(114,-10,o), +(317,-10,cs) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = bottom; +pos = (341,0); +}, +{ +name = top; +pos = (322,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(533,-8,o), +(639,63,o), +(639,192,cs), +(639,356,o), +(496,377,o), +(339,398,cs), +(183,419,o), +(81,434,o), +(81,550,cs), +(81,645,o), +(170,703,o), +(322,703,cs), +(473,703,o), +(565,646,o), +(570,529,c), +(610,529,l), +(606,654,o), +(510,737,o), +(324,737,cs), +(156,737,o), +(42,669,o), +(42,548,cs), +(42,402,o), +(174,382,o), +(329,361,cs), +(484,340,o), +(599,321,o), +(599,191,cs), +(599,84,o), +(508,26,o), +(341,26,cs), +(168,26,o), +(69,89,o), +(62,225,c), +(20,225,l), +(29,86,o), +(120,-8,o), +(341,-8,cs) +); +} +); +width = 660; +}, +{ +anchors = ( +{ +name = bottom; +pos = (370,0); +}, +{ +name = top; +pos = (367,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(601,-10,o), +(730,78,o), +(730,226,cs), +(730,386,o), +(640,436,o), +(407,462,cs), +(278,476,o), +(256,484,o), +(256,526,cs), +(256,562,o), +(293,585,o), +(360,585,cs), +(422,585,o), +(465,565,o), +(473,505,c), +(704,505,l), +(690,660,o), +(561,738,o), +(369,738,cs), +(151,738,o), +(21,652,o), +(21,499,cs), +(21,357,o), +(120,300,o), +(346,274,cs), +(465,260,o), +(494,256,o), +(494,207,cs), +(494,167,o), +(453,145,o), +(379,145,cs), +(287,145,o), +(242,183,o), +(240,239,c), +(2,239,l), +(3,92,o), +(120,-10,o), +(370,-10,cs) +); +} +); +width = 732; +}, +{ +anchors = ( +{ +name = bottom; +pos = (120,0); +}, +{ +name = top; +pos = (239,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(275,-8,o), +(327,101,o), +(327,206,cs), +(327,268,o), +(295,325,o), +(233,375,cs), +(192,408,o), +(136,448,o), +(136,527,cs), +(136,637,o), +(188,705,o), +(263,705,cs), +(345,705,o), +(378,654,o), +(356,530,c), +(389,530,l), +(411,654,o), +(374,736,o), +(266,736,cs), +(147,736,o), +(104,630,o), +(104,523,cs), +(104,437,o), +(153,397,o), +(202,357,cs), +(244,323,o), +(294,281,o), +(294,208,cs), +(294,122,o), +(259,22,o), +(155,22,cs), +(48,22,o), +(34,111,o), +(56,225,c), +(23,225,l), +(-2,86,o), +(28,-8,o), +(155,-8,cs) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(237,-8,o), +(289,103,o), +(289,189,cs), +(289,263,o), +(259,315,o), +(195,380,cs), +(133,443,o), +(112,477,o), +(112,536,cs), +(112,636,o), +(164,705,o), +(234,705,cs), +(309,705,o), +(337,653,o), +(315,526,c), +(348,526,l), +(371,653,o), +(338,736,o), +(237,736,cs), +(124,736,o), +(80,628,o), +(80,532,cs), +(80,461,o), +(107,422,o), +(165,362,cs), +(231,294,o), +(255,259,o), +(255,191,cs), +(255,124,o), +(220,22,o), +(123,22,cs), +(25,22,o), +(13,111,o), +(35,228,c), +(2,228,l), +(-23,86,o), +(4,-8,o), +(123,-8,cs) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = bottom; +pos = (181,0); +}, +{ +name = top; +pos = (305,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(305,-10,o), +(376,57,o), +(398,169,cs), +(417,264,o), +(392,331,o), +(299,435,cs), +(249,491,o), +(235,522,o), +(242,561,cs), +(246,583,o), +(260,599,o), +(283,599,cs), +(314,599,o), +(320,559,o), +(305,499,c), +(463,499,l), +(493,659,o), +(432,739,o), +(287,739,cs), +(162,739,o), +(89,670,o), +(67,562,cs), +(49,473,o), +(76,397,o), +(155,314,cs), +(213,254,o), +(229,218,o), +(220,169,cs), +(217,148,o), +(202,133,o), +(183,133,cs), +(150,133,o), +(141,165,o), +(153,241,c), +(-6,241,l), +(-33,77,o), +(24,-10,o), +(179,-10,cs) +); +} +); +width = 422; +}, +{ +anchors = ( +{ +name = bottom; +pos = (262,0); +}, +{ +name = top; +pos = (350,729); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (286,0); +}, +{ +name = top; +pos = (374,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(439,-10,o), +(551,72,o), +(556,202,cs), +(559,307,o), +(498,360,o), +(358,392,cs), +(221,423,o), +(165,468,o), +(168,547,cs), +(171,642,o), +(257,702,o), +(368,702,cs), +(487,702,o), +(565,634,o), +(562,529,c), +(601,529,l), +(605,660,o), +(512,739,o), +(373,739,cs), +(234,739,o), +(130,663,o), +(126,544,cs), +(122,445,o), +(184,396,o), +(352,355,cs), +(464,328,o), +(518,287,o), +(515,198,cs), +(511,94,o), +(422,26,o), +(291,26,cs), +(158,26,o), +(77,97,o), +(81,224,c), +(42,224,l), +(33,83,o), +(122,-10,o), +(296,-10,cs) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(424,-10,o), +(532,70,o), +(532,205,cs), +(532,283,o), +(496,350,o), +(328,394,cs), +(190,430,o), +(146,475,o), +(146,548,cs), +(146,649,o), +(234,702,o), +(344,702,cs), +(463,702,o), +(541,634,o), +(538,529,c), +(577,529,l), +(581,660,o), +(487,739,o), +(348,739,cs), +(214,739,o), +(104,672,o), +(104,545,cs), +(104,449,o), +(167,398,o), +(311,360,cs), +(471,318,o), +(491,260,o), +(491,203,cs), +(491,79,o), +(393,26,o), +(267,26,cs), +(134,26,o), +(53,97,o), +(57,224,c), +(18,224,l), +(9,83,o), +(98,-10,o), +(272,-10,cs) +); +} +); +width = 572; +}, +{ +anchors = ( +{ +name = bottom; +pos = (281,0); +}, +{ +name = top; +pos = (370,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(483,-10,o), +(606,92,o), +(606,260,cs), +(606,370,o), +(547,422,o), +(372,462,cs), +(302,478,o), +(274,493,o), +(274,524,cs), +(274,562,o), +(304,584,o), +(354,584,cs), +(411,584,o), +(442,556,o), +(438,510,c), +(642,510,l), +(647,642,o), +(541,738,o), +(371,738,cs), +(191,738,o), +(57,649,o), +(57,490,cs), +(57,384,o), +(125,325,o), +(289,282,cs), +(369,261,o), +(389,251,o), +(389,217,cs), +(389,171,o), +(356,146,o), +(289,146,cs), +(222,146,o), +(182,181,o), +(183,235,c), +(-14,235,l), +(-23,82,o), +(88,-10,o), +(279,-10,cs) +); +} +); +width = 609; +}, +{ +anchors = ( +{ +name = bottom; +pos = (320,0); +}, +{ +name = top; +pos = (385,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(505,-10,o), +(616,70,o), +(616,206,cs), +(616,332,o), +(514,366,o), +(366,393,cs), +(223,419,o), +(140,447,o), +(140,537,cs), +(140,642,o), +(230,704,o), +(380,704,cs), +(530,704,o), +(621,640,o), +(617,535,c), +(656,535,l), +(660,658,o), +(562,738,o), +(384,738,cs), +(203,738,o), +(100,659,o), +(100,534,cs), +(100,430,o), +(181,385,o), +(359,356,cs), +(525,329,o), +(575,284,o), +(575,202,cs), +(575,88,o), +(488,24,o), +(325,24,cs), +(157,24,o), +(46,94,o), +(52,220,c), +(11,220,l), +(7,80,o), +(116,-10,o), +(325,-10,cs) +); +} +); +width = 652; +}, +{ +anchors = ( +{ +name = bottom; +pos = (348,0); +}, +{ +name = top; +pos = (428,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(579,-10,o), +(707,80,o), +(707,244,cs), +(707,391,o), +(597,434,o), +(431,461,cs), +(333,477,o), +(301,487,o), +(301,525,cs), +(301,563,o), +(336,585,o), +(398,585,cs), +(467,585,o), +(509,555,o), +(509,506,c), +(737,506,l), +(744,643,o), +(612,739,o), +(402,739,cs), +(215,739,o), +(61,659,o), +(61,490,cs), +(61,372,o), +(145,308,o), +(329,276,cs), +(438,257,o), +(468,247,o), +(468,210,cs), +(468,170,o), +(438,145,o), +(360,145,cs), +(269,145,o), +(222,179,o), +(226,239,c), +(-9,239,l), +(-21,88,o), +(111,-10,o), +(346,-10,cs) +); +} +); +width = 716; } ); unicode = 83; diff --git a/sources/MonaSans.glyphspackage/glyphs/S_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/S_acute.glyph index 8df803d3..78cc03eb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/S_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/S_acute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Sacute; -kernLeft = S; -kernRight = S; +kernLeft = KO_S; +kernRight = KO_Scaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (112,51); ref = acutecomb; } ); -width = 448; +width = 464; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = S; }, { -pos = (253,57); +pos = (274,57); ref = acutecomb; } ); -width = 634; +width = 680; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = S; }, { -pos = (229,51); +pos = (256,56); ref = acutecomb; } ); -width = 678; +width = 757; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = S; }, { -pos = (274,57); +pos = (249,57); ref = acutecomb; } ); -width = 680; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = S; }, { -pos = (256,56); +pos = (222,51); ref = acutecomb; } ); -width = 745; +width = 658; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (121,51); ref = acutecomb; } ); -width = 444; +width = 460; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,171 @@ pos = (236,56); ref = acutecomb; } ); -width = 735; +width = 747; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (128,57); +ref = acutecomb; +} +); +width = 376; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = S; +}, +{ +pos = (116,51); +ref = acutecomb; +} +); +width = 436; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (253,57); +ref = acutecomb; +} +); +width = 634; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (228,51); +ref = acutecomb; +} +); +width = 646; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (274,57); +ref = acutecomb; +} +); +width = 680; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = S; +}, +{ +pos = (260,56); +ref = acutecomb; +} +); +width = 732; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = S; +}, +{ +pos = (121,57); +ref = acutecomb; +} +); +width = 312; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = S; +}, +{ +pos = (121,51); +ref = acutecomb; +} +); +width = 422; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = S; +}, +{ +pos = (232,57); +ref = acutecomb; +} +); +width = 572; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = S; +}, +{ +pos = (204,51); +ref = acutecomb; +} +); +width = 609; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = S; +}, +{ +pos = (252,57); +ref = acutecomb; +} +); +width = 652; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = S; +}, +{ +pos = (243,56); +ref = acutecomb; +} +); +width = 716; } ); unicode = 346; diff --git a/sources/MonaSans.glyphspackage/glyphs/S_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/S_caron.glyph index d98e852a..12b53f9e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/S_caron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/S_caron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Scaron; -kernLeft = S; -kernRight = S; +kernLeft = KO_S; +kernRight = KO_Scaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (7,51); ref = caroncomb; } ); -width = 448; +width = 464; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = S; }, { -pos = (144,57); +pos = (153,57); ref = caroncomb; } ); -width = 634; +width = 680; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = S; }, { -pos = (94,51); +pos = (82,56); ref = caroncomb; } ); -width = 678; +width = 757; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = S; }, { -pos = (153,57); +pos = (142,57); ref = caroncomb; } ); -width = 680; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = S; }, { -pos = (82,56); +pos = (93,51); ref = caroncomb; } ); -width = 745; +width = 658; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (20,51); ref = caroncomb; } ); -width = 444; +width = 460; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,171 @@ pos = (62,56); ref = caroncomb; } ); -width = 735; +width = 747; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (55,57); +ref = caroncomb; +} +); +width = 376; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = S; +}, +{ +pos = (11,51); +ref = caroncomb; +} +); +width = 436; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (144,57); +ref = caroncomb; +} +); +width = 634; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (93,51); +ref = caroncomb; +} +); +width = 646; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (153,57); +ref = caroncomb; +} +); +width = 680; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = S; +}, +{ +pos = (86,56); +ref = caroncomb; +} +); +width = 732; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = S; +}, +{ +pos = (48,57); +ref = caroncomb; +} +); +width = 312; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = S; +}, +{ +pos = (20,51); +ref = caroncomb; +} +); +width = 422; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = S; +}, +{ +pos = (123,57); +ref = caroncomb; +} +); +width = 572; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = S; +}, +{ +pos = (65,51); +ref = caroncomb; +} +); +width = 609; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = S; +}, +{ +pos = (129,57); +ref = caroncomb; +} +); +width = 652; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = S; +}, +{ +pos = (69,56); +ref = caroncomb; +} +); +width = 716; } ); unicode = 352; diff --git a/sources/MonaSans.glyphspackage/glyphs/S_cedilla.glyph b/sources/MonaSans.glyphspackage/glyphs/S_cedilla.glyph index 5efa4a22..e5ac9cc4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/S_cedilla.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/S_cedilla.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Scedilla; -kernLeft = S; -kernRight = S; +kernLeft = KO_S; +kernRight = KO_Scaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (18,0); ref = cedillacomb; } ); -width = 448; +width = 464; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = S; }, { -pos = (177,0); +pos = (198,0); ref = cedillacomb; } ); -width = 634; +width = 680; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = S; }, { -pos = (123,0); +pos = (151,0); ref = cedillacomb; } ); -width = 678; +width = 757; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = S; }, { -pos = (198,0); +pos = (173,0); ref = cedillacomb; } ); -width = 680; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = S; }, { -pos = (151,0); +pos = (122,0); ref = cedillacomb; } ); -width = 745; +width = 658; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (41,0); ref = cedillacomb; } ); -width = 444; +width = 460; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,171 @@ pos = (183,0); ref = cedillacomb; } ); -width = 735; +width = 747; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (54,0); +ref = cedillacomb; +} +); +width = 376; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = S; +}, +{ +pos = (22,0); +ref = cedillacomb; +} +); +width = 436; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (177,0); +ref = cedillacomb; +} +); +width = 634; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (122,0); +ref = cedillacomb; +} +); +width = 646; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (198,0); +ref = cedillacomb; +} +); +width = 680; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = S; +}, +{ +pos = (155,0); +ref = cedillacomb; +} +); +width = 732; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = S; +}, +{ +pos = (69,0); +ref = cedillacomb; +} +); +width = 312; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = S; +}, +{ +pos = (41,0); +ref = cedillacomb; +} +); +width = 422; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = S; +}, +{ +pos = (200,0); +ref = cedillacomb; +} +); +width = 572; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = S; +}, +{ +pos = (151,0); +ref = cedillacomb; +} +); +width = 609; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = S; +}, +{ +pos = (229,0); +ref = cedillacomb; +} +); +width = 652; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = S; +}, +{ +pos = (187,0); +ref = cedillacomb; +} +); +width = 716; } ); unicode = 350; diff --git a/sources/MonaSans.glyphspackage/glyphs/S_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/S_circumflex.glyph index 50cefb54..934ff6fb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/S_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/S_circumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Scircumflex; -kernLeft = S; -kernRight = S; +kernLeft = KO_S; +kernRight = KO_Scaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (7,51); ref = circumflexcomb; } ); -width = 448; +width = 464; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = S; }, { -pos = (144,57); +pos = (153,57); ref = circumflexcomb; } ); -width = 634; +width = 680; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = S; }, { -pos = (94,51); +pos = (82,56); ref = circumflexcomb; } ); -width = 678; +width = 757; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = S; }, { -pos = (153,57); +pos = (142,57); ref = circumflexcomb; } ); -width = 680; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = S; }, { -pos = (82,56); +pos = (93,51); ref = circumflexcomb; } ); -width = 745; +width = 658; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (14,51); ref = circumflexcomb; } ); -width = 444; +width = 460; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,171 @@ pos = (60,56); ref = circumflexcomb; } ); -width = 735; +width = 747; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (55,57); +ref = circumflexcomb; +} +); +width = 376; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = S; +}, +{ +pos = (11,51); +ref = circumflexcomb; +} +); +width = 436; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (144,57); +ref = circumflexcomb; +} +); +width = 634; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (93,51); +ref = circumflexcomb; +} +); +width = 646; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (153,57); +ref = circumflexcomb; +} +); +width = 680; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = S; +}, +{ +pos = (86,56); +ref = circumflexcomb; +} +); +width = 732; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = S; +}, +{ +pos = (47,57); +ref = circumflexcomb; +} +); +width = 312; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = S; +}, +{ +pos = (14,51); +ref = circumflexcomb; +} +); +width = 422; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = S; +}, +{ +pos = (122,57); +ref = circumflexcomb; +} +); +width = 572; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = S; +}, +{ +pos = (70,51); +ref = circumflexcomb; +} +); +width = 609; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = S; +}, +{ +pos = (129,57); +ref = circumflexcomb; +} +); +width = 652; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = S; +}, +{ +pos = (67,56); +ref = circumflexcomb; +} +); +width = 716; } ); unicode = 348; diff --git a/sources/MonaSans.glyphspackage/glyphs/S_commaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/S_commaaccent.glyph index 62f8328d..2f500fcd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/S_commaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/S_commaaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Scommaaccent; -kernLeft = S; -kernRight = S; +kernLeft = KO_S; +kernRight = KO_Scaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (42,0); ref = commaaccentcomb; } ); -width = 448; +width = 464; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = S; }, { -pos = (215,0); +pos = (250,0); ref = commaaccentcomb; } ); -width = 634; +width = 680; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = S; }, { -pos = (171,0); +pos = (192,0); ref = commaaccentcomb; } ); -width = 678; +width = 757; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = S; }, { -pos = (250,0); +pos = (211,0); ref = commaaccentcomb; } ); -width = 680; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = S; }, { -pos = (192,0); +pos = (169,0); ref = commaaccentcomb; } ); -width = 745; +width = 658; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (68,0); ref = commaaccentcomb; } ); -width = 444; +width = 460; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,171 @@ pos = (236,0); ref = commaaccentcomb; } ); -width = 735; +width = 747; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (98,0); +ref = commaaccentcomb; +} +); +width = 376; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = S; +}, +{ +pos = (46,0); +ref = commaaccentcomb; +} +); +width = 436; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (215,0); +ref = commaaccentcomb; +} +); +width = 634; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (170,0); +ref = commaaccentcomb; +} +); +width = 646; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (250,0); +ref = commaaccentcomb; +} +); +width = 680; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = S; +}, +{ +pos = (196,0); +ref = commaaccentcomb; +} +); +width = 732; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = S; +}, +{ +pos = (100,0); +ref = commaaccentcomb; +} +); +width = 312; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = S; +}, +{ +pos = (68,0); +ref = commaaccentcomb; +} +); +width = 422; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = S; +}, +{ +pos = (234,0); +ref = commaaccentcomb; +} +); +width = 572; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = S; +}, +{ +pos = (195,0); +ref = commaaccentcomb; +} +); +width = 609; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = S; +}, +{ +pos = (282,0); +ref = commaaccentcomb; +} +); +width = 652; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = S; +}, +{ +pos = (240,0); +ref = commaaccentcomb; +} +); +width = 716; } ); unicode = 536; diff --git a/sources/MonaSans.glyphspackage/glyphs/T_.glyph b/sources/MonaSans.glyphspackage/glyphs/T_.glyph index 627ea2cb..90d682b1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/T_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/T_.glyph @@ -1,21 +1,21 @@ { glyphname = T; -kernLeft = T; -kernRight = T; +kernLeft = KO_T; +kernRight = KO_T; layers = ( { anchors = ( { name = bottom; -pos = (196,0); +pos = (204,0); }, { name = center; -pos = (193,346); +pos = (201,346); }, { name = top; -pos = (196,729); +pos = (204,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -23,23 +23,23 @@ shapes = ( { closed = 1; nodes = ( -(285,0,l), -(285,586,l), -(101,586,l), -(101,0,l) +(293,0,l), +(293,586,l), +(109,586,l), +(109,0,l) ); }, { closed = 1; nodes = ( -(378,570,l), -(378,729,l), -(13,729,l), -(13,570,l) +(386,570,l), +(386,729,l), +(21,729,l), +(21,570,l) ); } ); -width = 391; +width = 407; }, { anchors = ( @@ -83,199 +83,199 @@ width = 315; anchors = ( { name = bottom; -pos = (297,0); +pos = (327,0); }, { name = center; -pos = (297,365); +pos = (328,365); }, { name = top; -pos = (297,729); +pos = (327,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(316,0,l), -(316,703,l), -(278,703,l), -(278,0,l) +(347,0,l), +(347,703,l), +(309,703,l), +(309,0,l) ); }, { closed = 1; nodes = ( -(566,693,l), -(566,729,l), -(28,729,l), -(28,693,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -0 +(639,693,l), +(639,729,l), +(16,729,l), +(16,693,l) ); -type = Stem; } ); -}; -width = 594; +width = 655; }, { anchors = ( { name = bottom; -pos = (326,0); +pos = (368,0); }, { name = center; -pos = (323,324); +pos = (365,324); }, { name = top; -pos = (326,729); +pos = (368,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(424,0,l), -(424,571,l), -(221,571,l), -(221,0,l) +(479,0,l), +(479,564,l), +(252,564,l), +(252,0,l) ); }, { closed = 1; nodes = ( -(631,555,l), -(631,729,l), -(20,729,l), -(20,555,l) +(726,548,l), +(726,729,l), +(10,729,l), +(10,548,l) ); } ); -width = 651; +width = 736; }, { anchors = ( { name = bottom; -pos = (327,0); +pos = (324,0); }, { name = center; -pos = (328,365); +pos = (324,365); }, { name = top; -pos = (327,729); +pos = (324,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(347,0,l), -(347,703,l), -(309,703,l), -(309,0,l) +(343,0,l), +(343,703,l), +(305,703,l), +(305,0,l) ); }, { closed = 1; nodes = ( -(639,693,l), -(639,729,l), -(16,729,l), -(16,693,l) +(617,693,l), +(617,729,l), +(31,729,l), +(31,693,l) ); } ); -width = 655; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 647; }, { anchors = ( { name = bottom; -pos = (342,0); +pos = (321,0); }, { name = center; -pos = (339,324); +pos = (318,324); }, { name = top; -pos = (342,729); +pos = (321,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(453,0,l), -(453,564,l), -(225,564,l), -(225,0,l) +(418,0,l), +(418,571,l), +(217,571,l), +(217,0,l) ); }, { closed = 1; nodes = ( -(680,548,l), -(680,729,l), -(4,729,l), -(4,548,l) +(622,555,l), +(622,729,l), +(17,729,l), +(17,555,l) ); } ); -width = 684; +width = 639; }, { anchors = ( @@ -319,15 +319,15 @@ width = 311; anchors = ( { name = bottom; -pos = (135,0); +pos = (143,0); }, { name = center; -pos = (207,346); +pos = (215,346); }, { name = top; -pos = (286,729); +pos = (294,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -335,23 +335,23 @@ shapes = ( { closed = 1; nodes = ( -(226,0,l), -(348,586,l), -(166,586,l), -(44,0,l) +(234,0,l), +(356,586,l), +(174,586,l), +(52,0,l) ); }, { closed = 1; nodes = ( -(438,570,l), -(470,729,l), -(108,729,l), -(75,570,l) +(446,570,l), +(478,729,l), +(116,729,l), +(83,570,l) ); } ); -width = 388; +width = 404; }, { anchors = ( @@ -471,15 +471,15 @@ width = 648; anchors = ( { name = bottom; -pos = (268,0); +pos = (294,0); }, { name = center; -pos = (335,324); +pos = (361,324); }, { name = top; -pos = (419,729); +pos = (445,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -487,23 +487,525 @@ shapes = ( { closed = 1; nodes = ( -(381,0,l), -(498,564,l), -(272,564,l), -(155,0,l) +(407,0,l), +(524,564,l), +(299,564,l), +(182,0,l) +); +}, +{ +closed = 1; +nodes = ( +(755,548,l), +(793,729,l), +(105,729,l), +(67,548,l) +); +} +); +width = 708; +}, +{ +anchors = ( +{ +name = bottom; +pos = (150,0); +}, +{ +name = center; +pos = (150,365); +}, +{ +name = top; +pos = (150,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(165,0,l), +(165,708,l), +(134,708,l), +(134,0,l) +); +}, +{ +closed = 1; +nodes = ( +(303,700,l), +(303,729,l), +(-4,729,l), +(-4,700,l) +); +} +); +width = 299; +}, +{ +anchors = ( +{ +name = bottom; +pos = (187,0); +}, +{ +name = center; +pos = (184,346); +}, +{ +name = top; +pos = (187,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,0,l), +(276,586,l), +(92,586,l), +(92,0,l) +); +}, +{ +closed = 1; +nodes = ( +(369,570,l), +(369,729,l), +(4,729,l), +(4,570,l) +); +} +); +width = 373; +}, +{ +anchors = ( +{ +name = bottom; +pos = (272,0); +}, +{ +name = center; +pos = (272,365); +}, +{ +name = top; +pos = (272,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(291,0,l), +(291,703,l), +(253,703,l), +(253,0,l) +); +}, +{ +closed = 1; +nodes = ( +(541,693,l), +(541,729,l), +(3,729,l), +(3,693,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 544; +}, +{ +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = center; +pos = (301,324); +}, +{ +name = top; +pos = (304,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(402,0,l), +(402,571,l), +(199,571,l), +(199,0,l) +); +}, +{ +closed = 1; +nodes = ( +(609,555,l), +(609,729,l), +(-2,729,l), +(-2,555,l) +); +} +); +width = 607; +}, +{ +anchors = ( +{ +name = bottom; +pos = (351,0); +}, +{ +name = center; +pos = (352,365); +}, +{ +name = top; +pos = (351,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,0,l), +(371,703,l), +(333,703,l), +(333,0,l) +); +}, +{ +closed = 1; +nodes = ( +(693,693,l), +(693,729,l), +(10,729,l), +(10,693,l) +); +} +); +width = 703; +}, +{ +anchors = ( +{ +name = bottom; +pos = (358,0); +}, +{ +name = center; +pos = (355,324); +}, +{ +name = top; +pos = (358,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(469,0,l), +(469,564,l), +(241,564,l), +(241,0,l) +); +}, +{ +closed = 1; +nodes = ( +(716,548,l), +(716,729,l), +(0,729,l), +(0,548,l) +); +} +); +width = 716; +}, +{ +anchors = ( +{ +name = bottom; +pos = (86,0); +}, +{ +name = center; +pos = (162,365); +}, +{ +name = top; +pos = (237,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(101,0,l), +(249,708,l), +(217,708,l), +(70,0,l) +); +}, +{ +closed = 1; +nodes = ( +(374,700,l), +(380,729,l), +(94,729,l), +(88,700,l) +); +} +); +width = 278; +}, +{ +anchors = ( +{ +name = bottom; +pos = (124,0); +}, +{ +name = center; +pos = (196,346); +}, +{ +name = top; +pos = (275,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,0,l), +(337,586,l), +(155,586,l), +(33,0,l) +); +}, +{ +closed = 1; +nodes = ( +(427,570,l), +(459,729,l), +(97,729,l), +(64,570,l) +); +} +); +width = 366; +}, +{ +anchors = ( +{ +name = bottom; +pos = (212,0); +}, +{ +name = center; +pos = (288,365); +}, +{ +name = top; +pos = (363,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(231,0,l), +(377,702,l), +(339,702,l), +(193,0,l) +); +}, +{ +closed = 1; +nodes = ( +(617,693,l), +(623,729,l), +(101,729,l), +(95,693,l) +); +} +); +width = 531; +}, +{ +anchors = ( +{ +name = bottom; +pos = (247,0); +}, +{ +name = center; +pos = (314,324); +}, +{ +name = top; +pos = (397,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(347,0,l), +(465,571,l), +(264,571,l), +(146,0,l) +); +}, +{ +closed = 1; +nodes = ( +(672,555,l), +(708,729,l), +(93,729,l), +(57,555,l) +); +} +); +width = 611; +}, +{ +anchors = ( +{ +name = bottom; +pos = (261,0); +}, +{ +name = center; +pos = (337,365); +}, +{ +name = top; +pos = (412,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(426,702,l), +(388,702,l), +(242,0,l) +); +}, +{ +closed = 1; +nodes = ( +(713,693,l), +(720,729,l), +(105,729,l), +(97,693,l) +); +} +); +width = 630; +}, +{ +anchors = ( +{ +name = bottom; +pos = (294,0); +}, +{ +name = center; +pos = (361,324); +}, +{ +name = top; +pos = (445,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(407,0,l), +(524,564,l), +(298,564,l), +(181,0,l) ); }, { closed = 1; nodes = ( -(709,548,l), -(747,729,l), -(99,729,l), -(61,548,l) +(765,548,l), +(803,729,l), +(95,729,l), +(57,548,l) ); } ); -width = 656; +width = 708; } ); unicode = 84; diff --git a/sources/MonaSans.glyphspackage/glyphs/T_bar.glyph b/sources/MonaSans.glyphspackage/glyphs/T_bar.glyph index 40bf09df..8a9a6e60 100644 --- a/sources/MonaSans.glyphspackage/glyphs/T_bar.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/T_bar.glyph @@ -26,59 +26,59 @@ pos = (1,-1); ref = strokeshortcomb.case.T; } ); -width = 391; +width = 407; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = T; }, { -pos = (67,11); +pos = (62,10); ref = strokeshortcomb.case.T; } ); -width = 594; +width = 655; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = T; }, { -pos = (62,-23); +pos = (53,-23); ref = strokeshortcomb.case.T; } ); -width = 651; +width = 696; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = T; }, { -pos = (62,10); +pos = (101,11); ref = strokeshortcomb.case.T; } ); -width = 655; +width = 647; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = T; }, { -pos = (53,-23); +pos = (70,-23); ref = strokeshortcomb.case.T; } ); -width = 684; +width = 639; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +104,7 @@ pos = (-1,-1); ref = strokeshortcomb.case.T; } ); -width = 388; +width = 404; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +156,165 @@ pos = (33,-23); ref = strokeshortcomb.case.T; } ); -width = 656; +width = 668; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = T; +}, +{ +pos = (10,11); +ref = strokeshortcomb.case.T; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = T; +}, +{ +pos = (2,-1); +ref = strokeshortcomb.case.T; +} +); +width = 373; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = T; +}, +{ +pos = (62,11); +ref = strokeshortcomb.case.T; +} +); +width = 544; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (61,-23); +ref = strokeshortcomb.case.T; +} +); +width = 619; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = T; +}, +{ +pos = (96,10); +ref = strokeshortcomb.case.T; +} +); +width = 703; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = T; +}, +{ +pos = (79,-23); +ref = strokeshortcomb.case.T; +} +); +width = 716; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = T; +}, +{ +pos = (5,11); +ref = strokeshortcomb.case.T; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = T; +}, +{ +pos = (-1,-1); +ref = strokeshortcomb.case.T; +} +); +width = 366; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = T; +}, +{ +pos = (62,11); +ref = strokeshortcomb.case.T; +} +); +width = 531; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = T; +}, +{ +pos = (66,-23); +ref = strokeshortcomb.case.T; +} +); +width = 611; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = T; +}, +{ +pos = (61,10); +ref = strokeshortcomb.case.T; +} +); +width = 630; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = T; +}, +{ +pos = (74,-23); +ref = strokeshortcomb.case.T; +} +); +width = 708; } ); unicode = 358; diff --git a/sources/MonaSans.glyphspackage/glyphs/T_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/T_caron.glyph index 8c60797d..5ff29188 100644 --- a/sources/MonaSans.glyphspackage/glyphs/T_caron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/T_caron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Tcaron; -kernLeft = T; -kernRight = T; +kernLeft = KO_T; +kernRight = KO_Tcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-21,51); ref = caroncomb; } ); -width = 391; +width = 407; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = T; }, { -pos = (133,57); +pos = (148,57); ref = caroncomb; } ); -width = 594; +width = 655; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = T; }, { -pos = (79,51); +pos = (51,56); ref = caroncomb; } ); -width = 651; +width = 696; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = T; }, { -pos = (148,57); +pos = (161,57); ref = caroncomb; } ); -width = 655; +width = 647; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = T; }, { -pos = (51,56); +pos = (82,51); ref = caroncomb; } ); -width = 684; +width = 639; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-10,51); ref = caroncomb; } ); -width = 388; +width = 404; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (45,56); ref = caroncomb; } ); -width = 656; +width = 668; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = T; +}, +{ +pos = (41,57); +ref = caroncomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = T; +}, +{ +pos = (-20,51); +ref = caroncomb; +} +); +width = 373; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = T; +}, +{ +pos = (128,57); +ref = caroncomb; +} +); +width = 544; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (78,51); +ref = caroncomb; +} +); +width = 619; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = T; +}, +{ +pos = (182,57); +ref = caroncomb; +} +); +width = 703; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = T; +}, +{ +pos = (77,56); +ref = caroncomb; +} +); +width = 716; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = T; +}, +{ +pos = (46,57); +ref = caroncomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = T; +}, +{ +pos = (-10,51); +ref = caroncomb; +} +); +width = 366; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = T; +}, +{ +pos = (136,57); +ref = caroncomb; +} +); +width = 531; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = T; +}, +{ +pos = (92,51); +ref = caroncomb; +} +); +width = 611; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = T; +}, +{ +pos = (156,57); +ref = caroncomb; +} +); +width = 630; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = T; +}, +{ +pos = (86,56); +ref = caroncomb; +} +); +width = 708; } ); unicode = 356; diff --git a/sources/MonaSans.glyphspackage/glyphs/T_cedilla.glyph b/sources/MonaSans.glyphspackage/glyphs/T_cedilla.glyph index b4b6786a..e7e27ff5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/T_cedilla.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/T_cedilla.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Tcedilla; -kernRight = T; +kernLeft = KO_T; +kernRight = KO_Tcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-15,0); ref = cedillacomb.T; } ); -width = 391; +width = 407; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = T; }, { -pos = (153,0); +pos = (169,0); ref = cedillacomb.T; } ); -width = 594; +width = 655; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = T; }, { -pos = (108,0); +pos = (111,0); ref = cedillacomb.T; } ); -width = 651; +width = 696; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = T; }, { -pos = (169,0); +pos = (185,0); ref = cedillacomb.T; } ); -width = 655; +width = 647; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = T; }, { -pos = (111,0); +pos = (115,0); ref = cedillacomb.T; } ); -width = 684; +width = 639; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-16,0); ref = cedillacomb.T; } ); -width = 388; +width = 404; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,165 @@ pos = (92,0); ref = cedillacomb.T; } ); -width = 656; +width = 668; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = T; +}, +{ +pos = (39,0); +ref = cedillacomb.T; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = T; +}, +{ +pos = (-14,0); +ref = cedillacomb.T; +} +); +width = 373; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = T; +}, +{ +pos = (148,0); +ref = cedillacomb.T; +} +); +width = 544; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (107,0); +ref = cedillacomb.T; +} +); +width = 619; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = T; +}, +{ +pos = (203,0); +ref = cedillacomb.T; +} +); +width = 703; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = T; +}, +{ +pos = (137,0); +ref = cedillacomb.T; +} +); +width = 716; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = T; +}, +{ +pos = (35,0); +ref = cedillacomb.T; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = T; +}, +{ +pos = (-16,0); +ref = cedillacomb.T; +} +); +width = 366; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = T; +}, +{ +pos = (150,0); +ref = cedillacomb.T; +} +); +width = 531; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = T; +}, +{ +pos = (117,0); +ref = cedillacomb.T; +} +); +width = 611; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = T; +}, +{ +pos = (170,0); +ref = cedillacomb.T; +} +); +width = 630; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = T; +}, +{ +pos = (133,0); +ref = cedillacomb.T; +} +); +width = 708; } ); unicode = 354; diff --git a/sources/MonaSans.glyphspackage/glyphs/T_commaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/T_commaaccent.glyph index 67b3eefb..bed65e8d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/T_commaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/T_commaaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Tcommaaccent; -kernLeft = T; -kernRight = T; +kernLeft = KO_T; +kernRight = KO_Tcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,49 +28,49 @@ pos = (14,0); ref = commaaccentcomb; } ); -width = 391; +width = 407; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = T; }, { -pos = (191,0); +pos = (226,0); ref = commaaccentcomb; } ); -width = 594; +width = 655; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = T; }, { -pos = (156,0); +pos = (158,0); ref = commaaccentcomb; } ); -width = 651; +width = 696; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = T; }, { -pos = (226,0); +pos = (217,0); ref = commaaccentcomb; } ); -width = 655; +width = 647; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = T; @@ -80,7 +80,7 @@ pos = (158,0); ref = commaaccentcomb; } ); -width = 684; +width = 639; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (11,0); ref = commaaccentcomb; } ); -width = 388; +width = 404; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (145,0); ref = commaaccentcomb; } ); -width = 656; +width = 668; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = T; +}, +{ +pos = (73,0); +ref = commaaccentcomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = T; +}, +{ +pos = (15,0); +ref = commaaccentcomb; +} +); +width = 373; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = T; +}, +{ +pos = (186,0); +ref = commaaccentcomb; +} +); +width = 544; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (155,0); +ref = commaaccentcomb; +} +); +width = 619; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = T; +}, +{ +pos = (260,0); +ref = commaaccentcomb; +} +); +width = 703; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = T; +}, +{ +pos = (184,0); +ref = commaaccentcomb; +} +); +width = 716; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = T; +}, +{ +pos = (66,0); +ref = commaaccentcomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = T; +}, +{ +pos = (11,0); +ref = commaaccentcomb; +} +); +width = 366; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = T; +}, +{ +pos = (184,0); +ref = commaaccentcomb; +} +); +width = 531; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = T; +}, +{ +pos = (161,0); +ref = commaaccentcomb; +} +); +width = 611; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = T; +}, +{ +pos = (223,0); +ref = commaaccentcomb; +} +); +width = 630; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = T; +}, +{ +pos = (186,0); +ref = commaaccentcomb; +} +); +width = 708; } ); unicode = 538; diff --git a/sources/MonaSans.glyphspackage/glyphs/T_horn.glyph b/sources/MonaSans.glyphspackage/glyphs/T_horn.glyph index 770e3266..b348a170 100644 --- a/sources/MonaSans.glyphspackage/glyphs/T_horn.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/T_horn.glyph @@ -1,8 +1,8 @@ { color = 7; glyphname = Thorn; -kernLeft = H; -kernRight = Thorn; +kernLeft = KO_H; +kernRight = KO_Thorn; layers = ( { background = { @@ -138,7 +138,823 @@ pos = (150,0); ref = _Thorn.bowl; } ); -width = 478; +width = 494; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (90,0); +}, +{ +name = ogonek; +pos = (109,0); +}, +{ +name = top; +pos = (90,729); +}, +{ +name = topleft; +pos = (20,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(311,145,ls), +(470,145,o), +(566,231,o), +(566,365,cs), +(566,505,o), +(471,585,o), +(312,585,cs), +(98,585,l), +(98,548,l), +(309,548,ls), +(451,548,o), +(526,479,o), +(526,365,cs), +(526,254,o), +(452,181,o), +(309,181,cs), +(98,182,l), +(98,146,l) +); +}, +{ +closed = 1; +nodes = ( +(109,0,l), +(109,729,l), +(71,729,l), +(71,0,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (59,0); +ref = _Thorn.bowl; +} +); +width = 596; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (169,0); +}, +{ +name = ogonek; +pos = (283,0); +}, +{ +name = top; +pos = (169,729); +}, +{ +name = topleft; +pos = (20,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,104,ls), +(599,104,o), +(719,185,o), +(719,357,cs), +(719,509,o), +(623,610,o), +(420,610,cs), +(211,610,l), +(211,435,l), +(395,435,ls), +(448,435,o), +(489,419,o), +(489,357,cs), +(489,295,o), +(448,279,o), +(395,279,cs), +(211,279,l), +(211,104,l) +); +}, +{ +closed = 1; +nodes = ( +(283,0,l), +(283,729,l), +(54,729,l), +(54,0,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (164,0); +ref = _Thorn.bowl; +} +); +width = 731; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (122,0); +}, +{ +name = ogonek; +pos = (141,0); +}, +{ +name = top; +pos = (122,729); +}, +{ +name = topleft; +pos = (20,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(347,145,ls), +(497,144,o), +(593,231,o), +(593,365,cs), +(593,505,o), +(498,585,o), +(348,585,cs), +(123,585,l), +(123,548,l), +(345,548,ls), +(478,548,o), +(553,479,o), +(553,365,cs), +(553,254,o), +(479,180,o), +(345,181,cs), +(123,182,l), +(123,146,l) +); +}, +{ +closed = 1; +nodes = ( +(141,0,l), +(141,729,l), +(103,729,l), +(103,0,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (88,0); +ref = _Thorn.bowl; +} +); +width = 622; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (171,0); +}, +{ +name = ogonek; +pos = (272,0); +}, +{ +name = top; +pos = (171,729); +}, +{ +name = topleft; +pos = (20,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(381,111,ls), +(552,111,o), +(658,201,o), +(658,362,cs), +(658,523,o), +(552,613,o), +(381,613,cs), +(226,613,l), +(226,443,l), +(355,443,ls), +(413,443,o), +(452,420,o), +(452,362,cs), +(452,304,o), +(413,281,o), +(355,281,cs), +(226,281,l), +(226,111,l) +); +}, +{ +closed = 1; +nodes = ( +(272,0,l), +(272,729,l), +(69,729,l), +(69,0,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (183,0); +ref = _Thorn.bowl; +} +); +width = 660; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (28,0); +}, +{ +name = ogonek; +pos = (43,0); +}, +{ +name = top; +pos = (179,729); +}, +{ +name = topleft; +pos = (130,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(181,158,ls), +(301,158,o), +(362,235,o), +(387,348,cs), +(414,475,o), +(383,572,o), +(257,572,cs), +(128,572,l), +(124,544,l), +(249,544,ls), +(341,544,o), +(384,488,o), +(355,353,cs), +(328,225,o), +(267,186,o), +(185,186,cs), +(60,186,l), +(56,158,l) +); +}, +{ +closed = 1; +nodes = ( +(43,0,l), +(194,729,l), +(163,729,l), +(12,0,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (25,0); +ref = _Thorn.bowl; +} +); +width = 390; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (65,0); +}, +{ +name = ogonek; +pos = (157,0); +}, +{ +name = top; +pos = (215,729); +}, +{ +name = topleft; +pos = (124,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(206,106,ls), +(379,106,o), +(490,235,o), +(497,443,cs), +(502,563,o), +(438,623,o), +(313,623,cs), +(198,623,l), +(170,466,l), +(273,466,ls), +(301,466,o), +(316,452,o), +(315,416,cs), +(312,326,o), +(277,263,o), +(232,263,cs), +(135,263,l), +(107,106,l) +); +}, +{ +closed = 1; +nodes = ( +(157,0,l), +(309,729,l), +(124,729,l), +(-28,0,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (86,0); +ref = _Thorn.bowl; +} +); +width = 500; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (68,0); +}, +{ +name = ogonek; +pos = (86,0); +}, +{ +name = top; +pos = (219,729); +}, +{ +name = topleft; +pos = (127,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(357,145,ls), +(530,145,o), +(641,239,o), +(646,391,cs), +(650,504,o), +(585,584,o), +(452,584,cs), +(172,584,l), +(165,547,l), +(439,547,ls), +(544,547,o), +(610,497,o), +(607,389,cs), +(602,258,o), +(515,180,o), +(362,180,cs), +(100,180,l), +(94,145,l) +); +}, +{ +closed = 1; +nodes = ( +(86,0,l), +(238,729,l), +(200,729,l), +(49,0,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (56,0); +ref = _Thorn.bowl; +} +); +width = 658; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (114,0); +}, +{ +name = ogonek; +pos = (214,0); +}, +{ +name = top; +pos = (264,729); +}, +{ +name = topleft; +pos = (125,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(382,116,ls), +(556,116,o), +(681,220,o), +(687,390,cs), +(693,576,o), +(549,613,o), +(447,613,cs), +(282,613,l), +(251,436,l), +(415,436,ls), +(458,436,o), +(481,411,o), +(479,368,cs), +(477,312,o), +(442,277,o), +(380,277,cs), +(223,277,l), +(194,116,l) +); +}, +{ +closed = 1; +nodes = ( +(214,0,l), +(365,729,l), +(164,729,l), +(13,0,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (161,0); +ref = _Thorn.bowl; +} +); +width = 679; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (36,0); +}, +{ +name = ogonek; +pos = (55,0); +}, +{ +name = top; +pos = (187,729); +}, +{ +name = topleft; +pos = (127,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(414,145,ls), +(594,145,o), +(701,236,o), +(707,395,cs), +(711,511,o), +(635,584,o), +(481,584,cs), +(142,584,l), +(135,547,l), +(470,547,ls), +(595,547,o), +(671,502,o), +(667,392,cs), +(662,256,o), +(578,181,o), +(419,181,cs), +(71,181,l), +(64,145,l) +); +}, +{ +closed = 1; +nodes = ( +(55,0,l), +(206,729,l), +(168,729,l), +(17,0,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (36,0); +ref = _Thorn.bowl; +} +); +width = 714; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (112,0); +}, +{ +name = ogonek; +pos = (225,0); +}, +{ +name = top; +pos = (263,729); +}, +{ +name = topleft; +pos = (125,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(449,121,ls), +(637,121,o), +(765,207,o), +(771,391,cs), +(776,522,o), +(703,609,o), +(507,609,cs), +(293,609,l), +(263,436,l), +(454,436,ls), +(513,436,o), +(542,418,o), +(541,369,cs), +(539,306,o), +(501,278,o), +(425,278,cs), +(235,278,l), +(207,121,l) +); +}, +{ +closed = 1; +nodes = ( +(225,0,l), +(376,729,l), +(149,729,l), +(-2,0,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (176,0); +ref = _Thorn.bowl; +} +); +width = 764; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (81,0); +}, +{ +name = ogonek; +pos = (96,0); +}, +{ +name = top; +pos = (81,729); +}, +{ +name = topleft; +pos = (20,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(182,158,ls), +(300,158,o), +(349,241,o), +(349,365,cs), +(349,489,o), +(299,572,o), +(182,572,cs), +(83,572,l), +(83,544,l), +(180,544,ls), +(263,544,o), +(316,494,o), +(316,365,cs), +(316,234,o), +(262,186,o), +(180,186,cs), +(83,186,l), +(83,158,l) +); +}, +{ +closed = 1; +nodes = ( +(96,0,l), +(96,729,l), +(65,729,l), +(65,0,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (40,0); +ref = _Thorn.bowl; +} +); +width = 330; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (122,0); +}, +{ +name = ogonek; +pos = (215,0); +}, +{ +name = top; +pos = (122,729); +}, +{ +name = topleft; +pos = (20,729); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(234,106,ls), +(387,106,o), +(464,190,o), +(464,365,cs), +(464,538,o), +(387,623,o), +(234,623,cs), +(189,623,l), +(189,466,l), +(228,466,ls), +(265,466,o), +(283,444,o), +(283,367,cs), +(283,302,o), +(274,263,o), +(228,263,cs), +(189,263,l), +(189,106,l) +); +}, +{ +closed = 1; +nodes = ( +(215,0,l), +(215,729,l), +(28,729,l), +(28,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +pos = (149,0); +ref = _Thorn.bowl; +} +); +width = 458; }, { background = { @@ -195,18 +1011,18 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { alignment = -1; ref = I; }, { -pos = (74,0); +pos = (70,0); ref = _Thorn.bowl; } ); -width = 629; +width = 589; }, { background = { @@ -263,18 +1079,18 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { alignment = -1; ref = I; }, { -pos = (176,0); +pos = (168,0); ref = _Thorn.bowl; } ); -width = 670; +width = 618; }, { background = { @@ -331,7 +1147,7 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { alignment = -1; @@ -342,7 +1158,7 @@ pos = (59,0); ref = _Thorn.bowl; } ); -width = 596; +width = 576; }, { background = { @@ -399,18 +1215,18 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = -1; ref = I; }, { -pos = (164,0); +pos = (159,0); ref = _Thorn.bowl; } ); -width = 719; +width = 689; }, { background = { @@ -467,7 +1283,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = -1; @@ -478,7 +1294,7 @@ pos = (25,0); ref = _Thorn.bowl; } ); -width = 390; +width = 344; }, { background = { @@ -535,7 +1351,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = -1; @@ -546,7 +1362,7 @@ pos = (86,0); ref = _Thorn.bowl; } ); -width = 484; +width = 462; }, { background = { @@ -603,7 +1419,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = -1; @@ -614,7 +1430,7 @@ pos = (56,0); ref = _Thorn.bowl; } ); -width = 658; +width = 610; }, { background = { @@ -671,7 +1487,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = -1; @@ -682,7 +1498,7 @@ pos = (161,0); ref = _Thorn.bowl; } ); -width = 679; +width = 621; }, { background = { @@ -739,7 +1555,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = -1; @@ -750,7 +1566,7 @@ pos = (36,0); ref = _Thorn.bowl; } ); -width = 714; +width = 694; }, { background = { @@ -807,7 +1623,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = -1; @@ -818,7 +1634,7 @@ pos = (176,0); ref = _Thorn.bowl; } ); -width = 752; +width = 722; } ); metricLeft = H; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_.glyph b/sources/MonaSans.glyphspackage/glyphs/U_.glyph index d8a11d44..faeb54ad 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_.glyph @@ -1,25 +1,25 @@ { glyphname = U; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_U; layers = ( { anchors = ( { name = bottom; -pos = (238,0); +pos = (246,0); }, { name = ogonek; -pos = (345,0); +pos = (353,0); }, { name = top; -pos = (238,729); +pos = (246,729); }, { name = topright; -pos = (330,729); +pos = (338,729); } ); background = { @@ -54,28 +54,28 @@ shapes = ( { closed = 1; nodes = ( -(365,-9,o), -(451,62,o), -(451,212,cs), -(451,729,l), -(275,729,l), -(275,209,ls), -(275,177,o), -(268,155,o), -(239,155,cs), -(217,155,o), -(203,166,o), -(203,209,cs), -(203,729,l), -(25,729,l), -(25,212,ls), -(25,79,o), -(93,-9,o), -(237,-9,cs) +(373,-9,o), +(459,62,o), +(459,212,cs), +(459,729,l), +(283,729,l), +(283,209,ls), +(283,177,o), +(276,155,o), +(247,155,cs), +(225,155,o), +(211,166,o), +(211,209,cs), +(211,729,l), +(33,729,l), +(33,212,ls), +(33,79,o), +(101,-9,o), +(245,-9,cs) ); } ); -width = 476; +width = 492; }, { anchors = ( @@ -128,44 +128,138 @@ width = 449; anchors = ( { name = bottom; -pos = (362,0); +pos = (382,0); +}, +{ +name = ogonek; +pos = (455,0); +}, +{ +name = top; +pos = (382,729); +}, +{ +name = topright; +pos = (684,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(576,-8,o), +(703,75,o), +(703,294,cs), +(703,729,l), +(665,729,l), +(665,298,ls), +(665,125,o), +(585,29,o), +(381,29,cs), +(181,29,o), +(98,122,o), +(98,298,cs), +(98,729,l), +(60,729,l), +(60,294,ls), +(60,74,o), +(188,-8,o), +(381,-8,cs) +); +} +); +width = 763; +}, +{ +anchors = ( +{ +name = bottom; +pos = (406,0); +}, +{ +name = ogonek; +pos = (563,0); +}, +{ +name = top; +pos = (406,729); +}, +{ +name = topright; +pos = (575,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(772,122,o), +(772,319,cs), +(772,729,l), +(546,729,l), +(546,318,ls), +(546,206,o), +(488,176,o), +(405,176,cs), +(295,176,o), +(264,234,o), +(264,318,cs), +(264,729,l), +(39,729,l), +(39,319,ls), +(39,88,o), +(183,-10,o), +(405,-10,cs) +); +} +); +width = 811; +}, +{ +anchors = ( +{ +name = bottom; +pos = (361,0); }, { name = ogonek; -pos = (444,0); +pos = (443,0); }, { name = top; -pos = (362,729); +pos = (361,729); }, { name = topright; -pos = (604,729); +pos = (599,729); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(543,-8,o), -(641,99,o), -(641,260,cs), -(641,729,l), -(604,729,l), -(604,264,ls), -(604,122,o), -(527,29,o), -(362,29,cs), -(214,29,o), -(120,105,o), -(120,264,cs), -(120,729,l), -(82,729,l), -(82,260,ls), -(82,90,o), -(189,-8,o), -(362,-8,cs) +(540,-8,o), +(636,99,o), +(636,260,cs), +(636,729,l), +(599,729,l), +(599,264,ls), +(599,122,o), +(524,29,o), +(361,29,cs), +(217,29,o), +(125,105,o), +(125,264,cs), +(125,729,l), +(87,729,l), +(87,260,ls), +(87,90,o), +(192,-8,o), +(361,-8,cs) ); } ); @@ -237,142 +331,48 @@ width = 723; anchors = ( { name = bottom; -pos = (371,0); -}, -{ -name = ogonek; -pos = (499,0); -}, -{ -name = top; -pos = (371,729); -}, -{ -name = topright; -pos = (528,729); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(564,-10,o), -(694,96,o), -(694,284,cs), -(694,729,l), -(492,729,l), -(492,283,ls), -(492,209,o), -(448,169,o), -(371,169,cs), -(293,169,o), -(249,209,o), -(249,283,cs), -(249,729,l), -(47,729,l), -(47,284,ls), -(47,108,o), -(163,-10,o), -(369,-10,cs) -); -} -); -width = 741; -}, -{ -anchors = ( -{ -name = bottom; -pos = (382,0); -}, -{ -name = ogonek; -pos = (455,0); -}, -{ -name = top; -pos = (382,729); -}, -{ -name = topright; -pos = (684,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(576,-8,o), -(703,75,o), -(703,294,cs), -(703,729,l), -(665,729,l), -(665,298,ls), -(665,125,o), -(585,29,o), -(381,29,cs), -(181,29,o), -(98,122,o), -(98,298,cs), -(98,729,l), -(60,729,l), -(60,294,ls), -(60,74,o), -(188,-8,o), -(381,-8,cs) -); -} -); -width = 763; -}, -{ -anchors = ( -{ -name = bottom; -pos = (400,0); +pos = (367,0); }, { name = ogonek; -pos = (557,0); +pos = (493,0); }, { name = top; -pos = (400,729); +pos = (367,729); }, { name = topright; -pos = (569,729); +pos = (518,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(659,-10,o), -(766,122,o), -(766,319,cs), -(766,729,l), -(540,729,l), -(540,318,ls), -(540,206,o), -(482,176,o), -(399,176,cs), -(289,176,o), -(258,234,o), -(258,318,cs), -(258,729,l), -(33,729,l), -(33,319,ls), -(33,88,o), -(177,-10,o), -(399,-10,cs) +(563,-10,o), +(682,99,o), +(682,284,cs), +(682,729,l), +(481,729,l), +(481,279,ls), +(481,207,o), +(438,165,o), +(367,165,cs), +(295,165,o), +(252,207,o), +(252,279,cs), +(252,729,l), +(51,729,l), +(51,284,ls), +(51,94,o), +(162,-10,o), +(365,-10,cs) ); } ); -width = 799; +width = 734; }, { anchors = ( @@ -425,19 +425,19 @@ width = 449; anchors = ( { name = bottom; -pos = (184,0); +pos = (192,0); }, { name = ogonek; -pos = (300,0); +pos = (308,0); }, { name = top; -pos = (333,729); +pos = (341,729); }, { name = topright; -pos = (415,729); +pos = (423,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -445,28 +445,28 @@ shapes = ( { closed = 1; nodes = ( -(324,-10,o), -(404,59,o), -(438,225,cs), -(542,729,l), -(368,729,l), -(267,248,ls), -(252,176,o), -(240,153,o), -(216,153,cs), -(193,153,o), -(182,173,o), -(199,255,cs), -(297,729,l), -(120,729,l), -(22,259,ls), -(-14,86,o), -(35,-10,o), -(201,-10,cs) -); -} -); -width = 472; +(332,-10,o), +(412,59,o), +(446,225,cs), +(550,729,l), +(376,729,l), +(275,248,ls), +(260,176,o), +(248,153,o), +(224,153,cs), +(201,153,o), +(190,173,o), +(207,255,cs), +(305,729,l), +(128,729,l), +(30,259,ls), +(-6,86,o), +(43,-10,o), +(209,-10,cs) +); +} +); +width = 488; }, { anchors = ( @@ -613,19 +613,19 @@ width = 757; anchors = ( { name = bottom; -pos = (347,0); +pos = (353,0); }, { name = ogonek; -pos = (505,0); +pos = (511,0); }, { name = top; -pos = (490,729); +pos = (496,729); }, { name = topright; -pos = (657,729); +pos = (663,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -633,28 +633,681 @@ shapes = ( { closed = 1; nodes = ( -(609,-10,o), -(719,94,o), -(759,283,cs), -(853,729,l), -(629,729,l), -(538,293,ls), -(523,223,o), -(480,176,o), -(383,176,cs), -(282,176,o), -(246,228,o), -(263,310,cs), -(350,729,l), -(127,729,l), -(43,325,ls), -(-1,112,o), -(116,-10,o), -(368,-10,cs) +(615,-10,o), +(725,94,o), +(765,283,cs), +(859,729,l), +(635,729,l), +(544,293,ls), +(529,223,o), +(486,176,o), +(389,176,cs), +(288,176,o), +(252,228,o), +(269,310,cs), +(356,729,l), +(133,729,l), +(49,325,ls), +(5,112,o), +(122,-10,o), +(374,-10,cs) +); +} +); +width = 805; +}, +{ +anchors = ( +{ +name = bottom; +pos = (182,0); +}, +{ +name = ogonek; +pos = (234,0); +}, +{ +name = top; +pos = (182,729); +}, +{ +name = topright; +pos = (321,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,-10,o), +(323,60,o), +(323,202,cs), +(323,729,l), +(292,729,l), +(292,202,ls), +(292,80,o), +(257,20,o), +(181,20,cs), +(106,20,o), +(71,80,o), +(71,202,cs), +(71,729,l), +(40,729,l), +(40,202,ls), +(40,60,o), +(86,-10,o), +(182,-10,cs) +); +} +); +width = 363; +}, +{ +anchors = ( +{ +name = bottom; +pos = (228,0); +}, +{ +name = ogonek; +pos = (335,0); +}, +{ +name = top; +pos = (228,729); +}, +{ +name = topright; +pos = (320,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(374,-10,o), +(451,64,o), +(451,244,cs), +(451,729,l), +(275,729,l), +(275,252,ls), +(275,214,o), +(275,153,o), +(239,153,cs), +(212,153,o), +(203,177,o), +(203,252,cs), +(203,729,l), +(25,729,l), +(25,244,ls), +(25,81,o), +(85,-10,o), +(237,-10,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(355,-9,o), +(441,62,o), +(441,212,cs), +(441,729,l), +(265,729,l), +(265,209,ls), +(265,177,o), +(258,155,o), +(229,155,cs), +(207,155,o), +(193,166,o), +(193,209,cs), +(193,729,l), +(15,729,l), +(15,212,ls), +(15,79,o), +(83,-9,o), +(227,-9,cs) +); +} +); +width = 456; +}, +{ +anchors = ( +{ +name = bottom; +pos = (342,0); +}, +{ +name = ogonek; +pos = (424,0); +}, +{ +name = top; +pos = (342,729); +}, +{ +name = topright; +pos = (584,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-8,o), +(621,99,o), +(621,260,cs), +(621,729,l), +(584,729,l), +(584,264,ls), +(584,122,o), +(507,29,o), +(342,29,cs), +(194,29,o), +(100,105,o), +(100,264,cs), +(100,729,l), +(62,729,l), +(62,260,ls), +(62,90,o), +(169,-8,o), +(342,-8,cs) ); } ); -width = 793; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +17 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 683; +}, +{ +anchors = ( +{ +name = bottom; +pos = (345,0); +}, +{ +name = ogonek; +pos = (473,0); +}, +{ +name = top; +pos = (345,729); +}, +{ +name = topright; +pos = (502,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(547,-10,o), +(668,99,o), +(668,284,cs), +(668,729,l), +(465,729,l), +(465,283,ls), +(465,211,o), +(420,169,o), +(345,169,cs), +(271,169,o), +(224,213,o), +(224,283,cs), +(224,729,l), +(21,729,l), +(21,284,ls), +(21,104,o), +(146,-10,o), +(343,-10,cs) +); +} +); +width = 689; +}, +{ +anchors = ( +{ +name = bottom; +pos = (372,0); +}, +{ +name = ogonek; +pos = (445,0); +}, +{ +name = top; +pos = (372,729); +}, +{ +name = topright; +pos = (674,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(566,-8,o), +(693,75,o), +(693,294,cs), +(693,729,l), +(655,729,l), +(655,298,ls), +(655,125,o), +(575,29,o), +(371,29,cs), +(171,29,o), +(88,122,o), +(88,298,cs), +(88,729,l), +(50,729,l), +(50,294,ls), +(50,74,o), +(178,-8,o), +(371,-8,cs) +); +} +); +width = 743; +}, +{ +anchors = ( +{ +name = bottom; +pos = (385,0); +}, +{ +name = ogonek; +pos = (542,0); +}, +{ +name = top; +pos = (385,729); +}, +{ +name = topright; +pos = (554,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(644,-10,o), +(751,122,o), +(751,319,cs), +(751,729,l), +(525,729,l), +(525,318,ls), +(525,206,o), +(467,176,o), +(384,176,cs), +(274,176,o), +(243,234,o), +(243,318,cs), +(243,729,l), +(18,729,l), +(18,319,ls), +(18,88,o), +(162,-10,o), +(384,-10,cs) +); +} +); +width = 769; +}, +{ +anchors = ( +{ +name = bottom; +pos = (148,0); +}, +{ +name = ogonek; +pos = (193,0); +}, +{ +name = top; +pos = (289,729); +}, +{ +name = topright; +pos = (422,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(224,-10,o), +(291,23,o), +(328,198,cs), +(440,729,l), +(407,729,l), +(300,209,ls), +(274,83,o), +(237,21,o), +(152,21,cs), +(71,21,o), +(32,64,o), +(71,251,cs), +(171,729,l), +(138,729,l), +(39,249,ls), +(4,79,o), +(32,-10,o), +(148,-10,cs) +); +} +); +width = 382; +}, +{ +anchors = ( +{ +name = bottom; +pos = (173,0); +}, +{ +name = ogonek; +pos = (289,0); +}, +{ +name = top; +pos = (322,729); +}, +{ +name = topright; +pos = (404,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(313,-10,o), +(393,59,o), +(427,225,cs), +(531,729,l), +(357,729,l), +(253,233,ls), +(241,176,o), +(228,154,o), +(205,154,cs), +(178,154,o), +(172,178,o), +(185,240,cs), +(286,729,l), +(109,729,l), +(11,259,ls), +(-25,86,o), +(24,-10,o), +(190,-10,cs) +); +} +); +width = 450; +}, +{ +anchors = ( +{ +name = bottom; +pos = (293,0); +}, +{ +name = ogonek; +pos = (356,0); +}, +{ +name = top; +pos = (428,729); +}, +{ +name = topright; +pos = (665,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(476,-10,o), +(568,88,o), +(603,255,cs), +(702,729,l), +(665,729,l), +(566,260,ls), +(529,85,o), +(429,25,o), +(298,25,cs), +(145,25,o), +(65,125,o), +(96,274,cs), +(191,729,l), +(154,729,l), +(59,275,ls), +(23,104,o), +(116,-10,o), +(294,-10,cs) +); +} +); +width = 664; +}, +{ +anchors = ( +{ +name = bottom; +pos = (285,0); +}, +{ +name = ogonek; +pos = (408,0); +}, +{ +name = top; +pos = (426,729); +}, +{ +name = topright; +pos = (566,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(470,-10,o), +(603,77,o), +(642,263,cs), +(740,729,l), +(543,729,l), +(454,302,ls), +(437,222,o), +(401,169,o), +(315,169,cs), +(243,169,o), +(202,211,o), +(220,300,cs), +(309,729,l), +(112,729,l), +(24,306,ls), +(-14,121,o), +(78,-10,o), +(295,-10,cs) +); +} +); +width = 664; +}, +{ +anchors = ( +{ +name = bottom; +pos = (342,0); +}, +{ +name = ogonek; +pos = (389,0); +}, +{ +name = top; +pos = (465,729); +}, +{ +name = topright; +pos = (745,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(518,-8,o), +(645,65,o), +(689,276,cs), +(783,729,l), +(745,729,l), +(653,289,ls), +(617,119,o), +(534,28,o), +(348,28,cs), +(161,28,o), +(58,122,o), +(97,308,cs), +(185,729,l), +(147,729,l), +(58,305,ls), +(17,109,o), +(127,-8,o), +(342,-8,cs) +); +} +); +width = 737; +}, +{ +anchors = ( +{ +name = bottom; +pos = (332,0); +}, +{ +name = ogonek; +pos = (490,0); +}, +{ +name = top; +pos = (475,729); +}, +{ +name = topright; +pos = (642,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(594,-10,o), +(704,94,o), +(744,283,cs), +(838,729,l), +(614,729,l), +(523,293,ls), +(508,223,o), +(465,176,o), +(368,176,cs), +(267,176,o), +(231,228,o), +(248,310,cs), +(335,729,l), +(112,729,l), +(28,325,ls), +(-16,112,o), +(101,-10,o), +(353,-10,cs) +); +} +); +width = 763; } ); unicode = 85; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/U_acute.glyph index 87fcad05..beb842b8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_acute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uacute; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (126,51); ref = acutecomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (307,57); +pos = (324,57); ref = acutecomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (259,51); +pos = (283,56); ref = acutecomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (324,57); +pos = (305,57); ref = acutecomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (283,56); +pos = (257,51); ref = acutecomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (138,51); ref = acutecomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (290,56); ref = acutecomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (146,57); +ref = acutecomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (126,51); +ref = acutecomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (307,57); +ref = acutecomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (254,51); +ref = acutecomb; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (324,57); +ref = acutecomb; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (278,56); +ref = acutecomb; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (171,57); +ref = acutecomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (138,51); +ref = acutecomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (310,57); +ref = acutecomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (260,51); +ref = acutecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (332,57); +ref = acutecomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (290,56); +ref = acutecomb; +} +); +width = 763; } ); unicode = 218; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_breve.glyph b/sources/MonaSans.glyphspackage/glyphs/U_breve.glyph index b4e2a0fa..cb14fd9f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_breve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_breve.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ubreve; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (43,51); ref = brevecomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (194,51); +pos = (208,57); ref = brevecomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (152,51); +pos = (161,56); ref = brevecomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (208,57); +pos = (194,51); ref = brevecomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (161,56); +pos = (156,51); ref = brevecomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (53,51); ref = brevecomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (168,51); ref = brevecomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (78,57); +ref = brevecomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (43,51); +ref = brevecomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (194,51); +ref = brevecomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (147,51); +ref = brevecomb; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (208,57); +ref = brevecomb; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (156,56); +ref = brevecomb; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (98,57); +ref = brevecomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (53,51); +ref = brevecomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (196,57); +ref = brevecomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (143,51); +ref = brevecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (210,57); +ref = brevecomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (168,51); +ref = brevecomb; +} +); +width = 763; } ); unicode = 364; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/U_caron.glyph new file mode 100644 index 00000000..40cfb6be --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/U_caron.glyph @@ -0,0 +1,320 @@ +{ +glyphname = Ucaron; +kernLeft = KO_U; +kernRight = KO_U; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = U; +}, +{ +pos = (96,57); +ref = caroncomb; +} +); +width = 449; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = U; +}, +{ +pos = (21,51); +ref = caroncomb; +} +); +width = 492; +}, +{ +layerId = m019; +shapes = ( +{ +ref = U; +}, +{ +pos = (198,57); +ref = caroncomb; +} +); +width = 723; +}, +{ +layerId = m020; +shapes = ( +{ +ref = U; +}, +{ +pos = (128,51); +ref = caroncomb; +} +); +width = 734; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = U; +}, +{ +pos = (203,57); +ref = caroncomb; +} +); +width = 763; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = U; +}, +{ +pos = (109,56); +ref = caroncomb; +} +); +width = 811; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = U; +}, +{ +pos = (108,57); +ref = caroncomb; +} +); +width = 449; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (37,51); +ref = caroncomb; +} +); +width = 488; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = U; +}, +{ +pos = (201,57); +ref = caroncomb; +} +); +width = 712; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,51); +ref = caroncomb; +} +); +width = 722; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = U; +}, +{ +pos = (209,57); +ref = caroncomb; +} +); +width = 757; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = U; +}, +{ +pos = (116,56); +ref = caroncomb; +} +); +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (73,57); +ref = caroncomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = U; +}, +{ +pos = (21,51); +ref = caroncomb; +} +); +width = 456; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (198,57); +ref = caroncomb; +} +); +width = 683; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = U; +}, +{ +pos = (119,51); +ref = caroncomb; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = U; +}, +{ +pos = (203,57); +ref = caroncomb; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = U; +}, +{ +pos = (104,56); +ref = caroncomb; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (98,57); +ref = caroncomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (37,51); +ref = caroncomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (201,57); +ref = caroncomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,51); +ref = caroncomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (209,57); +ref = caroncomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (116,56); +ref = caroncomb; +} +); +width = 763; +} +); +unicode = 467; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/U_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/U_circumflex.glyph index 4b38d44c..13459463 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_circumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ucircumflex; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (21,51); ref = circumflexcomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (198,57); +pos = (203,57); ref = circumflexcomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (124,51); +pos = (109,56); ref = circumflexcomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (203,57); +pos = (198,57); ref = circumflexcomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (109,56); +pos = (128,51); ref = circumflexcomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (31,51); ref = circumflexcomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (114,56); ref = circumflexcomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (73,57); +ref = circumflexcomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (21,51); +ref = circumflexcomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (198,57); +ref = circumflexcomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (119,51); +ref = circumflexcomb; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (203,57); +ref = circumflexcomb; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (104,56); +ref = circumflexcomb; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (97,57); +ref = circumflexcomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (31,51); +ref = circumflexcomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,57); +ref = circumflexcomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,51); +ref = circumflexcomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (209,57); +ref = circumflexcomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (114,56); +ref = circumflexcomb; +} +); +width = 763; } ); unicode = 219; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_dieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/U_dieresis.glyph index e098860b..b2ed6564 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_dieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_dieresis.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Udieresis; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (13,51); ref = dieresiscomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (200,57); +pos = (205,57); ref = dieresiscomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (128,51); +pos = (117,51); ref = dieresiscomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (205,57); +pos = (200,57); ref = dieresiscomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (117,51); +pos = (132,51); ref = dieresiscomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (16,51); ref = dieresiscomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (121,51); ref = dieresiscomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (84,57); +ref = dieresiscomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (13,51); +ref = dieresiscomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (200,57); +ref = dieresiscomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (123,51); +ref = dieresiscomb; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (205,57); +ref = dieresiscomb; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (112,51); +ref = dieresiscomb; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (103,57); +ref = dieresiscomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (16,51); +ref = dieresiscomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,51); +ref = dieresiscomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (213,57); +ref = dieresiscomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,51); +ref = dieresiscomb; +} +); +width = 763; } ); unicode = 220; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_dieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/U_dieresis.ss01.glyph index 86c832aa..0d33e8c6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_dieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_dieresis.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Udieresis.ss01; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (14,51); ref = dieresiscomb.ss01; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (227,57); +pos = (238,57); ref = dieresiscomb.ss01; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (140,51); +pos = (139,51); ref = dieresiscomb.ss01; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (238,57); +pos = (225,57); ref = dieresiscomb.ss01; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (139,51); +pos = (144,51); ref = dieresiscomb.ss01; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (24,51); ref = dieresiscomb.ss01; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (150,51); ref = dieresiscomb.ss01; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (95,57); +ref = dieresiscomb.ss01; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (14,51); +ref = dieresiscomb.ss01; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (227,57); +ref = dieresiscomb.ss01; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = U; +}, +{ +pos = (135,51); +ref = dieresiscomb.ss01; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = U; +}, +{ +pos = (238,57); +ref = dieresiscomb.ss01; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = U; +}, +{ +pos = (134,51); +ref = dieresiscomb.ss01; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (116,57); +ref = dieresiscomb.ss01; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (24,51); +ref = dieresiscomb.ss01; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (227,57); +ref = dieresiscomb.ss01; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (142,51); +ref = dieresiscomb.ss01; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (250,57); +ref = dieresiscomb.ss01; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (150,51); +ref = dieresiscomb.ss01; +} +); +width = 763; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/U_dieresisacute.glyph b/sources/MonaSans.glyphspackage/glyphs/U_dieresisacute.glyph new file mode 100644 index 00000000..a7d52477 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/U_dieresisacute.glyph @@ -0,0 +1,416 @@ +{ +glyphname = Udieresisacute; +kernLeft = KO_U; +kernRight = KO_U; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = U; +}, +{ +pos = (107,57); +ref = dieresiscomb; +}, +{ +pos = (169,173); +ref = acutecomb; +} +); +width = 449; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = U; +}, +{ +pos = (13,51); +ref = dieresiscomb; +}, +{ +pos = (126,224); +ref = acutecomb; +} +); +width = 492; +}, +{ +layerId = m019; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,57); +ref = dieresiscomb; +}, +{ +pos = (306,197); +ref = acutecomb; +} +); +width = 723; +}, +{ +layerId = m020; +shapes = ( +{ +ref = U; +}, +{ +pos = (132,51); +ref = dieresiscomb; +}, +{ +pos = (257,224); +ref = acutecomb; +} +); +width = 734; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (324,197); +ref = acutecomb; +} +); +width = 763; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = U; +}, +{ +pos = (117,51); +ref = dieresiscomb; +}, +{ +pos = (283,227); +ref = acutecomb; +} +); +width = 811; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = U; +}, +{ +pos = (113,57); +ref = dieresiscomb; +}, +{ +pos = (201,173); +ref = acutecomb; +} +); +width = 449; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (16,51); +ref = dieresiscomb; +}, +{ +pos = (165,224); +ref = acutecomb; +} +); +width = 488; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (339,197); +ref = acutecomb; +} +); +width = 712; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,51); +ref = dieresiscomb; +}, +{ +pos = (296,224); +ref = acutecomb; +} +); +width = 722; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = U; +}, +{ +pos = (213,57); +ref = dieresiscomb; +}, +{ +pos = (361,197); +ref = acutecomb; +} +); +width = 757; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,51); +ref = dieresiscomb; +}, +{ +pos = (326,227); +ref = acutecomb; +} +); +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (84,57); +ref = dieresiscomb; +}, +{ +pos = (146,173); +ref = acutecomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = U; +}, +{ +pos = (13,51); +ref = dieresiscomb; +}, +{ +pos = (126,224); +ref = acutecomb; +} +); +width = 456; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,57); +ref = dieresiscomb; +}, +{ +pos = (307,197); +ref = acutecomb; +} +); +width = 683; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = U; +}, +{ +pos = (123,51); +ref = dieresiscomb; +}, +{ +pos = (254,224); +ref = acutecomb; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (324,197); +ref = acutecomb; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = U; +}, +{ +pos = (112,51); +ref = dieresiscomb; +}, +{ +pos = (278,227); +ref = acutecomb; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (103,57); +ref = dieresiscomb; +}, +{ +pos = (191,173); +ref = acutecomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (16,51); +ref = dieresiscomb; +}, +{ +pos = (165,224); +ref = acutecomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (339,197); +ref = acutecomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,51); +ref = dieresiscomb; +}, +{ +pos = (296,224); +ref = acutecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (213,57); +ref = dieresiscomb; +}, +{ +pos = (361,197); +ref = acutecomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,51); +ref = dieresiscomb; +}, +{ +pos = (326,227); +ref = acutecomb; +} +); +width = 763; +} +); +unicode = 471; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/U_dieresiscaron.glyph b/sources/MonaSans.glyphspackage/glyphs/U_dieresiscaron.glyph new file mode 100644 index 00000000..bddb015e --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/U_dieresiscaron.glyph @@ -0,0 +1,416 @@ +{ +glyphname = Udieresiscaron; +kernLeft = KO_U; +kernRight = KO_U; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = U; +}, +{ +pos = (107,57); +ref = dieresiscomb; +}, +{ +pos = (96,173); +ref = caroncomb; +} +); +width = 449; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = U; +}, +{ +pos = (13,51); +ref = dieresiscomb; +}, +{ +pos = (21,224); +ref = caroncomb; +} +); +width = 492; +}, +{ +layerId = m019; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,57); +ref = dieresiscomb; +}, +{ +pos = (199,197); +ref = caroncomb; +} +); +width = 723; +}, +{ +layerId = m020; +shapes = ( +{ +ref = U; +}, +{ +pos = (132,51); +ref = dieresiscomb; +}, +{ +pos = (128,224); +ref = caroncomb; +} +); +width = 734; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (203,197); +ref = caroncomb; +} +); +width = 763; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = U; +}, +{ +pos = (117,51); +ref = dieresiscomb; +}, +{ +pos = (109,227); +ref = caroncomb; +} +); +width = 811; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = U; +}, +{ +pos = (113,57); +ref = dieresiscomb; +}, +{ +pos = (128,173); +ref = caroncomb; +} +); +width = 449; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (16,51); +ref = dieresiscomb; +}, +{ +pos = (64,224); +ref = caroncomb; +} +); +width = 488; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (230,197); +ref = caroncomb; +} +); +width = 712; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,51); +ref = dieresiscomb; +}, +{ +pos = (157,224); +ref = caroncomb; +} +); +width = 722; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = U; +}, +{ +pos = (213,57); +ref = dieresiscomb; +}, +{ +pos = (238,197); +ref = caroncomb; +} +); +width = 757; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,51); +ref = dieresiscomb; +}, +{ +pos = (152,227); +ref = caroncomb; +} +); +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (84,57); +ref = dieresiscomb; +}, +{ +pos = (73,173); +ref = caroncomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = U; +}, +{ +pos = (13,51); +ref = dieresiscomb; +}, +{ +pos = (21,224); +ref = caroncomb; +} +); +width = 456; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,57); +ref = dieresiscomb; +}, +{ +pos = (198,197); +ref = caroncomb; +} +); +width = 683; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = U; +}, +{ +pos = (123,51); +ref = dieresiscomb; +}, +{ +pos = (119,224); +ref = caroncomb; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (203,197); +ref = caroncomb; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = U; +}, +{ +pos = (112,51); +ref = dieresiscomb; +}, +{ +pos = (104,227); +ref = caroncomb; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (103,57); +ref = dieresiscomb; +}, +{ +pos = (118,173); +ref = caroncomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (16,51); +ref = dieresiscomb; +}, +{ +pos = (64,224); +ref = caroncomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (230,197); +ref = caroncomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,51); +ref = dieresiscomb; +}, +{ +pos = (157,224); +ref = caroncomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (213,57); +ref = dieresiscomb; +}, +{ +pos = (238,197); +ref = caroncomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,51); +ref = dieresiscomb; +}, +{ +pos = (152,227); +ref = caroncomb; +} +); +width = 763; +} +); +unicode = 473; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/U_dieresisgrave.glyph b/sources/MonaSans.glyphspackage/glyphs/U_dieresisgrave.glyph new file mode 100644 index 00000000..39a84a9a --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/U_dieresisgrave.glyph @@ -0,0 +1,416 @@ +{ +glyphname = Udieresisgrave; +kernLeft = KO_U; +kernRight = KO_U; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = U; +}, +{ +pos = (107,57); +ref = dieresiscomb; +}, +{ +pos = (91,173); +ref = gravecomb; +} +); +width = 449; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = U; +}, +{ +pos = (13,51); +ref = dieresiscomb; +}, +{ +pos = (29,224); +ref = gravecomb; +} +); +width = 492; +}, +{ +layerId = m019; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,57); +ref = dieresiscomb; +}, +{ +pos = (227,197); +ref = gravecomb; +} +); +width = 723; +}, +{ +layerId = m020; +shapes = ( +{ +ref = U; +}, +{ +pos = (132,51); +ref = dieresiscomb; +}, +{ +pos = (168,224); +ref = gravecomb; +} +); +width = 734; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (238,197); +ref = gravecomb; +} +); +width = 763; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = U; +}, +{ +pos = (117,51); +ref = dieresiscomb; +}, +{ +pos = (166,227); +ref = gravecomb; +} +); +width = 811; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = U; +}, +{ +pos = (113,57); +ref = dieresiscomb; +}, +{ +pos = (124,173); +ref = gravecomb; +} +); +width = 449; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (16,51); +ref = dieresiscomb; +}, +{ +pos = (75,224); +ref = gravecomb; +} +); +width = 488; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (262,197); +ref = gravecomb; +} +); +width = 712; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,51); +ref = dieresiscomb; +}, +{ +pos = (195,224); +ref = gravecomb; +} +); +width = 722; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = U; +}, +{ +pos = (213,57); +ref = dieresiscomb; +}, +{ +pos = (274,197); +ref = gravecomb; +} +); +width = 757; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,51); +ref = dieresiscomb; +}, +{ +pos = (209,227); +ref = gravecomb; +} +); +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (84,57); +ref = dieresiscomb; +}, +{ +pos = (68,173); +ref = gravecomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = U; +}, +{ +pos = (13,51); +ref = dieresiscomb; +}, +{ +pos = (29,224); +ref = gravecomb; +} +); +width = 456; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,57); +ref = dieresiscomb; +}, +{ +pos = (228,197); +ref = gravecomb; +} +); +width = 683; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = U; +}, +{ +pos = (123,51); +ref = dieresiscomb; +}, +{ +pos = (157,224); +ref = gravecomb; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (238,197); +ref = gravecomb; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = U; +}, +{ +pos = (112,51); +ref = dieresiscomb; +}, +{ +pos = (161,227); +ref = gravecomb; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (103,57); +ref = dieresiscomb; +}, +{ +pos = (114,173); +ref = gravecomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (16,51); +ref = dieresiscomb; +}, +{ +pos = (75,224); +ref = gravecomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (262,197); +ref = gravecomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,51); +ref = dieresiscomb; +}, +{ +pos = (195,224); +ref = gravecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (213,57); +ref = dieresiscomb; +}, +{ +pos = (274,197); +ref = gravecomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,51); +ref = dieresiscomb; +}, +{ +pos = (209,227); +ref = gravecomb; +} +); +width = 763; +} +); +unicode = 475; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/U_dieresismacron.glyph b/sources/MonaSans.glyphspackage/glyphs/U_dieresismacron.glyph new file mode 100644 index 00000000..9c566093 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/U_dieresismacron.glyph @@ -0,0 +1,416 @@ +{ +glyphname = Udieresismacron; +kernLeft = KO_U; +kernRight = KO_U; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = U; +}, +{ +pos = (107,57); +ref = dieresiscomb; +}, +{ +pos = (88,174); +ref = macroncomb; +} +); +width = 449; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = U; +}, +{ +pos = (13,51); +ref = dieresiscomb; +}, +{ +pos = (44,222); +ref = macroncomb; +} +); +width = 492; +}, +{ +layerId = m019; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,57); +ref = dieresiscomb; +}, +{ +pos = (163,197); +ref = macroncomb; +} +); +width = 723; +}, +{ +layerId = m020; +shapes = ( +{ +ref = U; +}, +{ +pos = (132,51); +ref = dieresiscomb; +}, +{ +pos = (133,224); +ref = macroncomb; +} +); +width = 734; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (154,198); +ref = macroncomb; +} +); +width = 763; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = U; +}, +{ +pos = (117,51); +ref = dieresiscomb; +}, +{ +pos = (136,227); +ref = macroncomb; +} +); +width = 811; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = U; +}, +{ +pos = (113,57); +ref = dieresiscomb; +}, +{ +pos = (119,174); +ref = macroncomb; +} +); +width = 449; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (16,51); +ref = dieresiscomb; +}, +{ +pos = (81,222); +ref = macroncomb; +} +); +width = 488; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (195,197); +ref = macroncomb; +} +); +width = 712; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,51); +ref = dieresiscomb; +}, +{ +pos = (183,224); +ref = macroncomb; +} +); +width = 722; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = U; +}, +{ +pos = (213,57); +ref = dieresiscomb; +}, +{ +pos = (190,198); +ref = macroncomb; +} +); +width = 757; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,51); +ref = dieresiscomb; +}, +{ +pos = (178,227); +ref = macroncomb; +} +); +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (84,57); +ref = dieresiscomb; +}, +{ +pos = (65,174); +ref = macroncomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = U; +}, +{ +pos = (13,51); +ref = dieresiscomb; +}, +{ +pos = (44,222); +ref = macroncomb; +} +); +width = 456; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,57); +ref = dieresiscomb; +}, +{ +pos = (162,197); +ref = macroncomb; +} +); +width = 683; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = U; +}, +{ +pos = (123,51); +ref = dieresiscomb; +}, +{ +pos = (124,224); +ref = macroncomb; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (154,198); +ref = macroncomb; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = U; +}, +{ +pos = (112,51); +ref = dieresiscomb; +}, +{ +pos = (131,227); +ref = macroncomb; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (103,57); +ref = dieresiscomb; +}, +{ +pos = (109,174); +ref = macroncomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (16,51); +ref = dieresiscomb; +}, +{ +pos = (81,222); +ref = macroncomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,57); +ref = dieresiscomb; +}, +{ +pos = (195,197); +ref = macroncomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,51); +ref = dieresiscomb; +}, +{ +pos = (183,224); +ref = macroncomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (213,57); +ref = dieresiscomb; +}, +{ +pos = (190,198); +ref = macroncomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,51); +ref = dieresiscomb; +}, +{ +pos = (178,227); +ref = macroncomb; +} +); +width = 763; +} +); +unicode = 469; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/U_dotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/U_dotbelow.glyph index 8f37f1d0..acc17e69 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_dotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_dotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Udotbelow; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (120,0); ref = dotbelowcomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (290,0); +pos = (310,0); ref = dotbelowcomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (246,0); +pos = (247,0); ref = dotbelowcomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (310,0); +pos = (288,0); ref = dotbelowcomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (247,0); +pos = (246,0); ref = dotbelowcomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (119,0); ref = dotbelowcomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (250,0); ref = dotbelowcomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (139,0); +ref = dotbelowcomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (120,0); +ref = dotbelowcomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (290,0); +ref = dotbelowcomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (241,0); +ref = dotbelowcomb; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (310,0); +ref = dotbelowcomb; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (242,0); +ref = dotbelowcomb; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (161,0); +ref = dotbelowcomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (119,0); +ref = dotbelowcomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (299,0); +ref = dotbelowcomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (243,0); +ref = dotbelowcomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (335,0); +ref = dotbelowcomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (250,0); +ref = dotbelowcomb; +} +); +width = 763; } ); unicode = 7908; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_dotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/U_dotbelow.ss01.glyph index c32aa865..213e2ea4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_dotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_dotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Udotbelow.ss01; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (109,0); ref = dotbelowcomb.ss01; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (303,0); +pos = (323,0); ref = dotbelowcomb.ss01; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (235,0); +pos = (259,0); ref = dotbelowcomb.ss01; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (323,0); +pos = (301,0); ref = dotbelowcomb.ss01; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (259,0); +pos = (233,0); ref = dotbelowcomb.ss01; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (110,0); ref = dotbelowcomb.ss01; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (264,0); ref = dotbelowcomb.ss01; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (147,0); +ref = dotbelowcomb.ss01; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (109,0); +ref = dotbelowcomb.ss01; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (303,0); +ref = dotbelowcomb.ss01; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = U; +}, +{ +pos = (230,0); +ref = dotbelowcomb.ss01; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = U; +}, +{ +pos = (323,0); +ref = dotbelowcomb.ss01; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = U; +}, +{ +pos = (254,0); +ref = dotbelowcomb.ss01; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (169,0); +ref = dotbelowcomb.ss01; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (110,0); +ref = dotbelowcomb.ss01; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (312,0); +ref = dotbelowcomb.ss01; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (234,0); +ref = dotbelowcomb.ss01; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (346,0); +ref = dotbelowcomb.ss01; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (264,0); +ref = dotbelowcomb.ss01; +} +); +width = 763; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/U_grave.glyph b/sources/MonaSans.glyphspackage/glyphs/U_grave.glyph index 8bf1a006..d7da202a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_grave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_grave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ugrave; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (29,51); ref = gravecomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (228,57); +pos = (238,57); ref = gravecomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (162,51); +pos = (166,56); ref = gravecomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (238,57); +pos = (226,57); ref = gravecomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (166,56); +pos = (168,51); ref = gravecomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (48,51); ref = gravecomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (173,56); ref = gravecomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (68,57); +ref = gravecomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (29,51); +ref = gravecomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (228,57); +ref = gravecomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (157,51); +ref = gravecomb; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (238,57); +ref = gravecomb; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (161,56); +ref = gravecomb; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (94,57); +ref = gravecomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (48,51); +ref = gravecomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (233,57); +ref = gravecomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (159,51); +ref = gravecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (245,57); +ref = gravecomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (173,56); +ref = gravecomb; +} +); +width = 763; } ); unicode = 217; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_hookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/U_hookabove.glyph index c2cbd273..55937792 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_hookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_hookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uhookabove; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (99,50); ref = hookabovecomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (254,57); +pos = (274,57); ref = hookabovecomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (208,51); +pos = (247,51); ref = hookabovecomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (274,57); +pos = (252,57); ref = hookabovecomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (247,51); +pos = (211,51); ref = hookabovecomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (102,49); ref = hookabovecomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (238,48); ref = hookabovecomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (121,57); +ref = hookabovecomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (99,50); +ref = hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (254,57); +ref = hookabovecomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (203,51); +ref = hookabovecomb; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (274,57); +ref = hookabovecomb; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (242,51); +ref = hookabovecomb; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (123,56); +ref = hookabovecomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (102,49); +ref = hookabovecomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (263,56); +ref = hookabovecomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,50); +ref = hookabovecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (287,56); +ref = hookabovecomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (238,48); +ref = hookabovecomb; +} +); +width = 763; } ); unicode = 7910; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_horn.glyph b/sources/MonaSans.glyphspackage/glyphs/U_horn.glyph index 0adea814..6b10805c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_horn.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_horn.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uhorn; -kernLeft = U; -kernRight = Uhorn; +kernLeft = KO_U; +kernRight = KO_Uhorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (290,187); ref = horncomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (564,220); +pos = (644,204); ref = horncomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (488,139); +pos = (529,119); ref = horncomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (644,204); +pos = (556,220); ref = horncomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (529,119); +pos = (479,139); ref = horncomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (319,187); ref = horncomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (545,107); ref = horncomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (301,213); +ref = horncomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (290,187); +ref = horncomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (564,220); +ref = horncomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = U; +}, +{ +pos = (483,139); +ref = horncomb; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = U; +}, +{ +pos = (644,204); +ref = horncomb; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = U; +}, +{ +pos = (524,119); +ref = horncomb; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (352,213); +ref = horncomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (319,187); +ref = horncomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (597,219); +ref = horncomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (489,139); +ref = horncomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (660,204); +ref = horncomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (545,107); +ref = horncomb; +} +); +width = 763; } ); unicode = 431; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_hornacute.glyph b/sources/MonaSans.glyphspackage/glyphs/U_hornacute.glyph index 93c3b1ab..14a2c58f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_hornacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_hornacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uhornacute; -kernLeft = U; -kernRight = Uhorn; +kernLeft = KO_U; +kernRight = KO_Uhorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (126,51); ref = acutecomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Uhorn; }, { -pos = (307,57); +pos = (324,57); ref = acutecomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Uhorn; }, { -pos = (259,51); +pos = (283,56); ref = acutecomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Uhorn; }, { -pos = (324,57); +pos = (305,57); ref = acutecomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Uhorn; }, { -pos = (283,56); +pos = (257,51); ref = acutecomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (138,51); ref = acutecomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (290,56); ref = acutecomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (146,57); +ref = acutecomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (126,51); +ref = acutecomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (307,57); +ref = acutecomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (254,51); +ref = acutecomb; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (324,57); +ref = acutecomb; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (278,56); +ref = acutecomb; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (171,57); +ref = acutecomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (138,51); +ref = acutecomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (310,57); +ref = acutecomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (260,51); +ref = acutecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (332,57); +ref = acutecomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (290,56); +ref = acutecomb; +} +); +width = 763; } ); unicode = 7912; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_horndotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/U_horndotbelow.glyph index f9a668cf..a8418f96 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_horndotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_horndotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uhorndotbelow; -kernLeft = U; -kernRight = Uhorn; +kernLeft = KO_U; +kernRight = KO_Uhorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (120,0); ref = dotbelowcomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Uhorn; }, { -pos = (290,0); +pos = (310,0); ref = dotbelowcomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Uhorn; }, { -pos = (246,0); +pos = (247,0); ref = dotbelowcomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Uhorn; }, { -pos = (310,0); +pos = (288,0); ref = dotbelowcomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Uhorn; }, { -pos = (247,0); +pos = (246,0); ref = dotbelowcomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (119,0); ref = dotbelowcomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (250,0); ref = dotbelowcomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (139,0); +ref = dotbelowcomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (120,0); +ref = dotbelowcomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (290,0); +ref = dotbelowcomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (241,0); +ref = dotbelowcomb; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (310,0); +ref = dotbelowcomb; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (242,0); +ref = dotbelowcomb; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (161,0); +ref = dotbelowcomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (119,0); +ref = dotbelowcomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (299,0); +ref = dotbelowcomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (243,0); +ref = dotbelowcomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (335,0); +ref = dotbelowcomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (250,0); +ref = dotbelowcomb; +} +); +width = 763; } ); unicode = 7920; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_horndotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/U_horndotbelow.ss01.glyph index c893e031..2b789892 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_horndotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_horndotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uhorndotbelow.ss01; -kernLeft = U; -kernRight = Uhorn; +kernLeft = KO_U; +kernRight = KO_Uhorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (109,0); ref = dotbelowcomb.ss01; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Uhorn; }, { -pos = (303,0); +pos = (323,0); ref = dotbelowcomb.ss01; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Uhorn; }, { -pos = (235,0); +pos = (259,0); ref = dotbelowcomb.ss01; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Uhorn; }, { -pos = (323,0); +pos = (301,0); ref = dotbelowcomb.ss01; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Uhorn; }, { -pos = (259,0); +pos = (233,0); ref = dotbelowcomb.ss01; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (110,0); ref = dotbelowcomb.ss01; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (264,0); ref = dotbelowcomb.ss01; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (147,0); +ref = dotbelowcomb.ss01; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (109,0); +ref = dotbelowcomb.ss01; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (303,0); +ref = dotbelowcomb.ss01; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (230,0); +ref = dotbelowcomb.ss01; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (323,0); +ref = dotbelowcomb.ss01; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (254,0); +ref = dotbelowcomb.ss01; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (169,0); +ref = dotbelowcomb.ss01; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (110,0); +ref = dotbelowcomb.ss01; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (312,0); +ref = dotbelowcomb.ss01; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (234,0); +ref = dotbelowcomb.ss01; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (346,0); +ref = dotbelowcomb.ss01; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (264,0); +ref = dotbelowcomb.ss01; +} +); +width = 763; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/U_horngrave.glyph b/sources/MonaSans.glyphspackage/glyphs/U_horngrave.glyph index 545b789a..48cbb2f0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_horngrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_horngrave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uhorngrave; -kernLeft = U; -kernRight = Uhorn; +kernLeft = KO_U; +kernRight = KO_Uhorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (29,51); ref = gravecomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Uhorn; }, { -pos = (228,57); +pos = (238,57); ref = gravecomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Uhorn; }, { -pos = (162,51); +pos = (166,56); ref = gravecomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Uhorn; }, { -pos = (238,57); +pos = (226,57); ref = gravecomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Uhorn; }, { -pos = (166,56); +pos = (168,51); ref = gravecomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (48,51); ref = gravecomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (173,56); ref = gravecomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (68,57); +ref = gravecomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (29,51); +ref = gravecomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (228,57); +ref = gravecomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (157,51); +ref = gravecomb; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (238,57); +ref = gravecomb; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (161,56); +ref = gravecomb; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (94,57); +ref = gravecomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (48,51); +ref = gravecomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (233,57); +ref = gravecomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (159,51); +ref = gravecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (245,57); +ref = gravecomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (173,56); +ref = gravecomb; +} +); +width = 763; } ); unicode = 7914; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_hornhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/U_hornhookabove.glyph index 919fd1fd..28ad3c98 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_hornhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_hornhookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uhornhookabove; -kernLeft = U; -kernRight = Uhorn; +kernLeft = KO_U; +kernRight = KO_Uhorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (99,50); ref = hookabovecomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Uhorn; }, { -pos = (254,57); +pos = (274,57); ref = hookabovecomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Uhorn; }, { -pos = (208,51); +pos = (247,51); ref = hookabovecomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Uhorn; }, { -pos = (274,57); +pos = (252,57); ref = hookabovecomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Uhorn; }, { -pos = (247,51); +pos = (211,51); ref = hookabovecomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (102,49); ref = hookabovecomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (238,48); ref = hookabovecomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (121,57); +ref = hookabovecomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (99,50); +ref = hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (254,57); +ref = hookabovecomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (203,51); +ref = hookabovecomb; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (274,57); +ref = hookabovecomb; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (242,51); +ref = hookabovecomb; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (123,56); +ref = hookabovecomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (102,49); +ref = hookabovecomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (263,56); +ref = hookabovecomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (200,50); +ref = hookabovecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (287,56); +ref = hookabovecomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (238,48); +ref = hookabovecomb; +} +); +width = 763; } ); unicode = 7916; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_horntilde.glyph b/sources/MonaSans.glyphspackage/glyphs/U_horntilde.glyph index 5cc27da7..5ab002d7 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_horntilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_horntilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uhorntilde; -kernLeft = U; -kernRight = Uhorn; +kernLeft = KO_U; +kernRight = KO_Uhorn; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (6,50); ref = tildecomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Uhorn; }, { -pos = (173,57); +pos = (175,57); ref = tildecomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Uhorn; }, { -pos = (113,51); +pos = (136,56); ref = tildecomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Uhorn; }, { -pos = (175,57); +pos = (173,57); ref = tildecomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Uhorn; }, { -pos = (136,56); +pos = (117,51); ref = tildecomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (15,50); ref = tildecomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (146,51); ref = tildecomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (62,57); +ref = tildecomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (6,50); +ref = tildecomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Uhorn; +}, +{ +alignment = -1; +pos = (173,57); +ref = tildecomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (108,51); +ref = tildecomb; +} +); +width = 689; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (175,57); +ref = tildecomb; +} +); +width = 743; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (131,56); +ref = tildecomb; +} +); +width = 769; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (87,57); +ref = tildecomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (15,50); +ref = tildecomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (178,57); +ref = tildecomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (111,51); +ref = tildecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (183,57); +ref = tildecomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Uhorn; +}, +{ +pos = (146,51); +ref = tildecomb; +} +); +width = 763; } ); unicode = 7918; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_hungarumlaut.glyph b/sources/MonaSans.glyphspackage/glyphs/U_hungarumlaut.glyph index b01691ad..aaeab579 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_hungarumlaut.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_hungarumlaut.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uhungarumlaut; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (55,51); ref = hungarumlautcomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (241,57); +pos = (253,57); ref = hungarumlautcomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (158,51); +pos = (183,56); ref = hungarumlautcomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (253,57); +pos = (239,57); ref = hungarumlautcomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (183,56); +pos = (160,51); ref = hungarumlautcomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (57,51); ref = hungarumlautcomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (185,56); ref = hungarumlautcomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (105,57); +ref = hungarumlautcomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (55,51); +ref = hungarumlautcomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (241,57); +ref = hungarumlautcomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (153,51); +ref = hungarumlautcomb; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (253,57); +ref = hungarumlautcomb; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (178,56); +ref = hungarumlautcomb; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (129,57); +ref = hungarumlautcomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (57,51); +ref = hungarumlautcomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (244,57); +ref = hungarumlautcomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (160,51); +ref = hungarumlautcomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (260,57); +ref = hungarumlautcomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (185,56); +ref = hungarumlautcomb; +} +); +width = 763; } ); unicode = 368; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_macron.glyph b/sources/MonaSans.glyphspackage/glyphs/U_macron.glyph index 1e22ebe1..08631ada 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_macron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_macron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Umacron; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (44,49); ref = macroncomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (162,57); +pos = (154,58); ref = macroncomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (129,51); +pos = (136,56); ref = macroncomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (154,58); +pos = (162,57); ref = macroncomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (136,56); +pos = (133,51); ref = macroncomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (54,49); ref = macroncomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (142,56); ref = macroncomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (65,58); +ref = macroncomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (44,49); +ref = macroncomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (162,57); +ref = macroncomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (124,51); +ref = macroncomb; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (154,58); +ref = macroncomb; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (131,56); +ref = macroncomb; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (89,58); +ref = macroncomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (54,49); +ref = macroncomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (166,57); +ref = macroncomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (147,51); +ref = macroncomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (161,58); +ref = macroncomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (142,56); +ref = macroncomb; +} +); +width = 763; } ); unicode = 362; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_ogonek.glyph b/sources/MonaSans.glyphspackage/glyphs/U_ogonek.glyph index 5b3ca786..a7fe1e4c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_ogonek.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_ogonek.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uogonek; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (142,0); ref = ogonekcomb.e; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (309,2); +pos = (326,0); ref = ogonekcomb.e; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (253,0); +pos = (289,0); ref = ogonekcomb.e; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (326,0); +pos = (313,2); ref = ogonekcomb.e; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (289,0); +pos = (259,0); ref = ogonekcomb.e; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (157,0); ref = ogonekcomb.e; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (282,0); ref = ogonekcomb.e; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (133,0); +ref = ogonekcomb.e; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (142,0); +ref = ogonekcomb.e; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (309,2); +ref = ogonekcomb.e; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (248,0); +ref = ogonekcomb.e; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (326,0); +ref = ogonekcomb.e; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (284,0); +ref = ogonekcomb.e; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (150,0); +ref = ogonekcomb.e; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (157,0); +ref = ogonekcomb.e; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (307,2); +ref = ogonekcomb.e; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (262,0); +ref = ogonekcomb.e; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (320,0); +ref = ogonekcomb.e; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (282,0); +ref = ogonekcomb.e; +} +); +width = 763; } ); unicode = 370; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_ring.glyph b/sources/MonaSans.glyphspackage/glyphs/U_ring.glyph index 9839b367..30330591 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_ring.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_ring.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Uring; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (84,51); ref = ringcomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (229,57); +pos = (234,57); ref = ringcomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (202,51); +pos = (216,56); ref = ringcomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (234,57); +pos = (227,57); ref = ringcomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (216,56); +pos = (206,51); ref = ringcomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (95,51); ref = ringcomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (220,51); ref = ringcomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (99,57); +ref = ringcomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (84,51); +ref = ringcomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (229,57); +ref = ringcomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (197,51); +ref = ringcomb; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (234,57); +ref = ringcomb; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (211,56); +ref = ringcomb; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (124,57); +ref = ringcomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (95,51); +ref = ringcomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (233,57); +ref = ringcomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,51); +ref = ringcomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (239,57); +ref = ringcomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (220,51); +ref = ringcomb; +} +); +width = 763; } ); unicode = 366; diff --git a/sources/MonaSans.glyphspackage/glyphs/U_tilde.glyph b/sources/MonaSans.glyphspackage/glyphs/U_tilde.glyph index a6f49555..107bae4f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/U_tilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/U_tilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Utilde; -kernLeft = U; -kernRight = U; +kernLeft = KO_U; +kernRight = KO_Uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (6,50); ref = tildecomb; } ); -width = 476; +width = 492; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = U; }, { -pos = (173,57); +pos = (175,57); ref = tildecomb; } ); -width = 723; +width = 763; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = U; }, { -pos = (113,51); +pos = (136,56); ref = tildecomb; } ); -width = 741; +width = 811; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = U; }, { -pos = (175,57); +pos = (173,57); ref = tildecomb; } ); -width = 763; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = U; }, { -pos = (136,56); +pos = (117,51); ref = tildecomb; } ); -width = 799; +width = 734; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (15,50); ref = tildecomb; } ); -width = 472; +width = 488; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,173 @@ pos = (146,51); ref = tildecomb; } ); -width = 793; +width = 805; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (62,57); +ref = tildecomb; +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (6,50); +ref = tildecomb; +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (173,57); +ref = tildecomb; +} +); +width = 723; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (108,51); +ref = tildecomb; +} +); +width = 721; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (175,57); +ref = tildecomb; +} +); +width = 763; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (131,56); +ref = tildecomb; +} +); +width = 799; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = U; +}, +{ +pos = (87,57); +ref = tildecomb; +} +); +width = 382; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (15,50); +ref = tildecomb; +} +); +width = 450; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = U; +}, +{ +pos = (178,57); +ref = tildecomb; +} +); +width = 664; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (111,51); +ref = tildecomb; +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (183,57); +ref = tildecomb; +} +); +width = 737; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = U; +}, +{ +pos = (146,51); +ref = tildecomb; +} +); +width = 763; } ); unicode = 360; diff --git a/sources/MonaSans.glyphspackage/glyphs/V_.glyph b/sources/MonaSans.glyphspackage/glyphs/V_.glyph index c9f78856..cb0dd87c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/V_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/V_.glyph @@ -1,17 +1,17 @@ { glyphname = V; -kernLeft = V; -kernRight = V; +kernLeft = KO_V; +kernRight = KO_V; layers = ( { anchors = ( { name = bottom; -pos = (234,0); +pos = (242,0); }, { name = top; -pos = (234,729); +pos = (242,729); } ); background = { @@ -57,20 +57,20 @@ shapes = ( { closed = 1; nodes = ( -(350,0,l), -(457,729,l), -(290,729,l), -(248,316,l), -(237,146,l), -(230,146,l), -(217,317,l), -(177,729,l), -(10,729,l), -(116,0,l) +(358,0,l), +(465,729,l), +(298,729,l), +(256,316,l), +(245,146,l), +(238,146,l), +(225,317,l), +(185,729,l), +(18,729,l), +(124,0,l) ); } ); -width = 467; +width = 483; }, { anchors = ( @@ -126,11 +126,73 @@ width = 394; anchors = ( { name = bottom; -pos = (341,0); +pos = (413,0); +}, +{ +name = top; +pos = (413,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(436,0,l), +(806,729,l), +(764,729,l), +(442,96,l), +(414,38,l), +(408,38,l), +(380,95,l), +(58,729,l), +(16,729,l), +(385,0,l) +); +} +); +width = 822; +}, +{ +anchors = ( +{ +name = bottom; +pos = (445,0); +}, +{ +name = top; +pos = (445,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(594,0,l), +(891,729,l), +(631,729,l), +(477,271,l), +(449,188,l), +(442,188,l), +(413,274,l), +(260,729,l), +(-1,729,l), +(296,0,l) +); +} +); +width = 890; +}, +{ +anchors = ( +{ +name = bottom; +pos = (337,0); }, { name = top; -pos = (341,729); +pos = (337,729); } ); background = { @@ -138,35 +200,35 @@ shapes = ( { closed = 1; nodes = ( -(368,0,l), -(651,729,l), -(611,729,l), -(382,135,l), -(344,35,l), -(338,35,l), -(300,135,l), -(73,729,l), -(31,729,l), -(314,0,l) +(371,0,l), +(654,729,l), +(614,729,l), +(385,135,l), +(347,35,l), +(341,35,l), +(303,135,l), +(76,729,l), +(34,729,l), +(317,0,l) ); } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(366,0,l), -(651,729,l), -(611,729,l), -(456,333,l), -(344,36,l), -(338,36,l), -(227,333,l), -(73,729,l), -(31,729,l), -(316,0,l) +(359,0,l), +(617,729,l), +(576,729,l), +(396,210,l), +(337,36,l), +(331,36,l), +(268,210,l), +(81,729,l), +(41,729,l), +(309,0,l) ); } ); @@ -204,17 +266,17 @@ type = TopGhost; } ); }; -width = 682; +width = 657; }, { anchors = ( { name = bottom; -pos = (390,0); +pos = (380,0); }, { name = top; -pos = (390,729); +pos = (380,729); } ); background = { @@ -236,87 +298,25 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(527,0,l), -(769,729,l), -(542,729,l), -(420,267,l), -(394,159,l), -(386,159,l), -(360,267,l), -(238,729,l), -(11,729,l), -(254,0,l) -); -} -); -width = 780; -}, -{ -anchors = ( -{ -name = bottom; -pos = (413,0); -}, -{ -name = top; -pos = (413,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(436,0,l), -(806,729,l), -(764,729,l), -(442,96,l), -(414,38,l), -(408,38,l), -(380,95,l), -(58,729,l), -(16,729,l), -(385,0,l) -); -} -); -width = 822; -}, -{ -anchors = ( -{ -name = bottom; -pos = (438,0); -}, -{ -name = top; -pos = (438,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(586,0,l), -(884,729,l), -(632,729,l), -(470,262,l), -(442,179,l), -(435,179,l), -(406,264,l), -(245,729,l), -(-7,729,l), -(291,0,l) +(516,0,l), +(750,729,l), +(529,729,l), +(411,277,l), +(389,169,l), +(377,169,l), +(354,277,l), +(236,729,l), +(10,729,l), +(246,0,l) ); } ); -width = 877; +width = 760; }, { anchors = ( @@ -353,11 +353,11 @@ width = 389; anchors = ( { name = bottom; -pos = (198,0); +pos = (206,0); }, { name = top; -pos = (335,729); +pos = (343,729); } ); background = { @@ -384,20 +384,20 @@ shapes = ( { closed = 1; nodes = ( -(316,0,l), -(582,729,l), -(398,729,l), -(275,320,l), +(324,0,l), +(590,729,l), +(406,729,l), +(283,320,l), +(238,152,l), (230,152,l), -(222,152,l), -(237,323,l), -(271,729,l), -(104,729,l), -(77,0,l) +(245,323,l), +(279,729,l), +(112,729,l), +(85,0,l) ); } ); -width = 497; +width = 513; }, { anchors = ( @@ -450,7 +450,7 @@ nodes = ( (846,729,l), (618,729,l), (422,317,l), -(368,195,l), +(372,195,l), (360,195,l), (349,314,l), (316,729,l), @@ -496,11 +496,11 @@ width = 813; anchors = ( { name = bottom; -pos = (386,0); +pos = (397,0); }, { name = top; -pos = (537,729); +pos = (548,729); } ); background = { @@ -508,16 +508,16 @@ shapes = ( { closed = 1; nodes = ( -(526,0,l), -(963,729,l), -(708,729,l), -(449,258,l), -(406,180,l), -(398,180,l), -(388,260,l), -(325,729,l), -(88,729,l), -(233,0,l) +(529,0,l), +(966,729,l), +(711,729,l), +(452,258,l), +(409,180,l), +(401,180,l), +(391,260,l), +(328,729,l), +(91,729,l), +(236,0,l) ); } ); @@ -527,20 +527,559 @@ shapes = ( { closed = 1; nodes = ( -(526,0,l), -(963,729,l), -(708,729,l), -(495,341,l), -(406,180,l), -(398,180,l), -(377,340,l), -(325,729,l), +(541,0,l), +(982,729,l), +(712,729,l), +(511,362,l), +(424,198,l), +(416,198,l), +(391,361,l), +(338,729,l), (88,729,l), -(233,0,l) +(237,0,l) +); +} +); +width = 880; +}, +{ +anchors = ( +{ +name = bottom; +pos = (171,0); +}, +{ +name = top; +pos = (171,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(369,729,l), +(336,729,l), +(215,189,l), +(184,37,l), +(178,37,l), +(147,191,l), +(28,729,l), +(-5,729,l), +(159,0,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,0,l), +(333,729,l), +(300,729,l), +(200,205,l), +(171,46,l), +(170,46,l), +(138,207,l), +(40,729,l), +(7,729,l), +(147,0,l) +); +} +); +width = 340; +}, +{ +anchors = ( +{ +name = bottom; +pos = (244,0); +}, +{ +name = top; +pos = (244,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(367,0,l), +(474,729,l), +(307,729,l), +(265,316,l), +(254,166,l), +(247,166,l), +(234,317,l), +(194,729,l), +(27,729,l), +(133,0,l) +); +}, +{ +closed = 1; +nodes = ( +(867,0,l), +(974,729,l), +(807,729,l), +(765,316,ls), +(761,273,o), +(758,229,o), +(754,166,c), +(747,166,l), +(743,230,o), +(738,273,o), +(734,317,cs), +(694,729,l), +(527,729,l), +(633,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(355,0,l), +(477,729,l), +(300,729,l), +(258,375,l), +(243,229,l), +(242,229,l), +(227,376,l), +(187,729,l), +(0,729,l), +(121,0,l) +); +} +); +width = 477; +}, +{ +anchors = ( +{ +name = bottom; +pos = (316,0); +}, +{ +name = top; +pos = (316,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(368,0,l), +(651,729,l), +(611,729,l), +(382,135,l), +(344,35,l), +(338,35,l), +(300,135,l), +(73,729,l), +(31,729,l), +(314,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(340,0,l), +(626,729,l), +(586,729,l), +(431,333,l), +(317,40,l), +(316,40,l), +(202,333,l), +(48,729,l), +(6,729,l), +(292,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +} +); +}; +width = 632; +}, +{ +anchors = ( +{ +name = bottom; +pos = (382,0); +}, +{ +name = top; +pos = (382,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(536,0,l), +(778,729,l), +(551,729,l), +(442,336,l), +(403,193,l), +(395,193,l), +(355,337,l), +(247,729,l), +(20,729,l), +(263,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(515,0,l), +(765,729,l), +(536,729,l), +(412,315,l), +(383,219,l), +(382,219,l), +(352,315,l), +(228,729,l), +(-5,729,l), +(248,0,l) +); +} +); +width = 760; +}, +{ +anchors = ( +{ +name = bottom; +pos = (408,0); +}, +{ +name = top; +pos = (408,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(429,0,l), +(801,729,l), +(757,729,l), +(463,148,l), +(407,38,l), +(406,38,l), +(348,148,l), +(55,729,l), +(11,729,l), +(384,0,l) +); +} +); +width = 812; +}, +{ +anchors = ( +{ +name = bottom; +pos = (432,0); +}, +{ +name = top; +pos = (432,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(574,0,l), +(878,729,l), +(629,729,l), +(482,334,l), +(437,209,l), +(436,209,l), +(390,334,l), +(244,729,l), +(-10,729,l), +(295,0,l) +); +} +); +width = 868; +}, +{ +anchors = ( +{ +name = bottom; +pos = (132,0); +}, +{ +name = top; +pos = (283,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(141,0,l), +(444,729,l), +(410,729,l), +(191,197,l), +(129,37,l), +(128,37,l), +(131,199,l), +(135,729,l), +(102,729,l), +(102,0,l) +); +} +); +width = 350; +}, +{ +anchors = ( +{ +name = bottom; +pos = (198,0); +}, +{ +name = top; +pos = (335,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(340,0,l), +(598,729,l), +(432,729,l), +(308,316,l), +(263,166,l), +(256,166,l), +(277,317,l), +(321,729,l), +(156,729,l), +(110,0,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,0,l), +(582,729,l), +(398,729,l), +(295,386,l), +(248,220,l), +(247,220,l), +(257,389,l), +(273,729,l), +(96,729,l), +(77,0,l) +); +} +); +width = 487; +}, +{ +anchors = ( +{ +name = bottom; +pos = (267,0); +}, +{ +name = top; +pos = (418,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,0,l), +(710,729,l), +(667,729,l), +(337,171,l), +(263,46,l), +(262,46,l), +(239,175,l), +(145,729,l), +(107,729,l), +(231,0,l) +); +} +); +width = 623; +}, +{ +anchors = ( +{ +name = bottom; +pos = (311,0); +}, +{ +name = top; +pos = (462,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(425,0,l), +(821,729,l), +(593,729,l), +(407,344,l), +(349,219,l), +(348,219,l), +(334,341,l), +(295,729,l), +(85,729,l), +(177,0,l) +); +} +); +width = 716; +}, +{ +anchors = ( +{ +name = bottom; +pos = (353,0); +}, +{ +name = top; +pos = (504,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(363,0,l), +(884,729,l), +(837,729,l), +(476,219,l), +(346,36,l), +(345,36,l), +(290,219,l), +(143,729,l), +(103,729,l), +(317,0,l) +); +} +); +width = 793; +}, +{ +anchors = ( +{ +name = bottom; +pos = (383,0); +}, +{ +name = top; +pos = (534,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(538,0,l), +(975,729,l), +(720,729,l), +(461,258,l), +(418,180,l), +(410,180,l), +(400,260,l), +(337,729,l), +(100,729,l), +(245,0,l) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(515,0,l), +(960,729,l), +(706,729,l), +(500,366,l), +(417,207,l), +(416,207,l), +(392,365,l), +(333,729,l), +(85,729,l), +(237,0,l) ); } ); -width = 862; +width = 855; } ); unicode = 86; diff --git a/sources/MonaSans.glyphspackage/glyphs/W_.glyph b/sources/MonaSans.glyphspackage/glyphs/W_.glyph index 1293ced8..f749ced9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/W_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/W_.glyph @@ -1,17 +1,17 @@ { glyphname = W; -kernLeft = W; -kernRight = W; +kernLeft = KO_W; +kernRight = KO_W; layers = ( { anchors = ( { name = bottom; -pos = (375,0); +pos = (383,0); }, { name = top; -pos = (375,729); +pos = (383,729); } ); background = { @@ -46,32 +46,32 @@ shapes = ( { closed = 1; nodes = ( -(339,0,l), -(366,363,l), -(373,505,l), +(347,0,l), +(374,363,l), (381,505,l), -(387,363,l), -(410,0,l), -(648,0,l), -(740,729,l), -(560,729,l), -(530,277,l), +(389,505,l), +(395,363,l), +(418,0,l), +(656,0,l), +(748,729,l), +(568,729,l), +(538,277,l), +(536,182,l), (528,182,l), -(520,182,l), -(514,277,l), -(477,729,l), -(276,729,l), -(239,277,l), +(522,277,l), +(485,729,l), +(284,729,l), +(247,277,l), +(241,184,l), (233,184,l), -(225,184,l), -(221,277,l), -(189,729,l), -(10,729,l), -(102,0,l) +(229,277,l), +(197,729,l), +(18,729,l), +(110,0,l) ); } ); -width = 750; +width = 766; }, { anchors = ( @@ -152,67 +152,153 @@ width = 594; anchors = ( { name = bottom; -pos = (477,0); +pos = (538,0); }, { name = top; -pos = (477,729); +pos = (538,729); } ); -background = { +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(303,0,l), +(475,511,l), +(535,691,l), +(540,691,l), +(597,515,l), +(765,0,l), +(818,0,l), +(1056,729,l), +(1016,729,l), +(842,195,l), +(795,42,l), +(787,42,l), +(738,194,l), +(564,729,l), +(512,729,l), +(334,201,l), +(281,43,l), +(274,43,l), +(228,196,l), +(60,729,l), +(19,729,l), +(250,0,l) +); +} +); +width = 1075; +}, +{ +anchors = ( +{ +name = bottom; +pos = (583,0); +}, +{ +name = top; +pos = (583,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(263,0,l), -(474,692,l), -(479,692,l), -(690,0,l), -(747,0,l), +(489,0,l), +(550,297,l), +(580,444,l), +(588,444,l), +(621,296,l), +(687,0,l), +(980,0,l), +(1162,729,l), (919,729,l), -(878,729,l), -(771,271,l), -(720,42,l), -(714,42,l), -(505,729,l), -(449,729,l), -(240,43,l), -(235,43,l), -(183,270,l), -(76,729,l), -(35,729,l), -(207,0,l) +(857,400,l), +(828,220,l), +(819,220,l), +(782,395,l), +(710,729,l), +(466,729,l), +(396,389,l), +(362,222,l), +(351,222,l), +(322,392,l), +(254,729,l), +(3,729,l), +(195,0,l) +); +} +); +width = 1165; +}, +{ +anchors = ( +{ +name = bottom; +pos = (490,0); +}, +{ +name = top; +pos = (490,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(283,0,l), +(494,692,l), +(499,692,l), +(710,0,l), +(767,0,l), +(939,729,l), +(898,729,l), +(791,271,l), +(740,42,l), +(734,42,l), +(525,729,l), +(469,729,l), +(260,43,l), +(255,43,l), +(203,270,l), +(96,729,l), +(55,729,l), +(227,0,l) ); } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(285,0,l), -(413,459,l), -(474,692,l), -(480,692,l), -(541,459,l), -(668,0,l), -(726,0,l), -(919,729,l), -(878,729,l), -(751,248,l), -(700,33,l), -(694,33,l), -(639,248,l), -(505,729,l), -(449,729,l), -(315,248,l), -(260,33,l), -(254,33,l), -(203,248,l), -(76,729,l), -(35,729,l), -(228,0,l) +(302,0,l), +(428,459,l), +(487,692,l), +(493,692,l), +(552,459,l), +(677,0,l), +(735,0,l), +(924,729,l), +(883,729,l), +(758,248,l), +(709,33,l), +(703,33,l), +(649,248,l), +(518,729,l), +(462,729,l), +(332,248,l), +(277,33,l), +(271,33,l), +(222,248,l), +(97,729,l), +(57,729,l), +(247,0,l) ); } ); @@ -248,17 +334,17 @@ type = Stem; } ); }; -width = 954; +width = 979; }, { anchors = ( { name = bottom; -pos = (521,0); +pos = (512,0); }, { name = top; -pos = (521,729); +pos = (512,729); } ); background = { @@ -266,145 +352,59 @@ shapes = ( { closed = 1; nodes = ( -(438,0,l), -(518,450,l), -(526,450,l), -(603,0,l), -(879,0,l), -(1027,729,l), -(803,729,l), -(755,397,l), -(734,219,l), -(726,219,l), -(645,729,l), -(399,729,l), -(322,221,l), -(313,221,l), -(289,400,l), -(238,729,l), -(14,729,l), -(162,0,l) +(440,0,l), +(520,450,l), +(528,450,l), +(605,0,l), +(881,0,l), +(1029,729,l), +(805,729,l), +(757,397,l), +(736,219,l), +(728,219,l), +(647,729,l), +(401,729,l), +(324,221,l), +(315,221,l), +(291,400,l), +(240,729,l), +(16,729,l), +(164,0,l) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(448,0,l), -(490,285,l), -(518,500,l), -(526,500,l), -(552,285,l), -(593,0,l), -(869,0,l), -(1027,729,l), -(803,729,l), -(758,404,l), -(734,189,l), -(726,189,l), -(696,404,l), -(645,729,l), -(399,729,l), -(347,385,l), -(322,191,l), -(313,191,l), -(289,385,l), -(238,729,l), -(14,729,l), -(172,0,l) +(443,0,l), +(482,285,l), +(507,500,l), +(519,500,l), +(542,285,l), +(580,0,l), +(853,0,l), +(1008,729,l), +(786,729,l), +(744,410,l), +(722,195,l), +(710,195,l), +(683,410,l), +(635,729,l), +(391,729,l), +(342,391,l), +(319,197,l), +(307,197,l), +(285,391,l), +(237,729,l), +(15,729,l), +(169,0,l) ); } ); -width = 1041; -}, -{ -anchors = ( -{ -name = bottom; -pos = (538,0); -}, -{ -name = top; -pos = (538,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,0,l), -(475,511,l), -(535,691,l), -(540,691,l), -(597,515,l), -(765,0,l), -(818,0,l), -(1056,729,l), -(1016,729,l), -(842,195,l), -(795,42,l), -(787,42,l), -(738,194,l), -(564,729,l), -(512,729,l), -(334,201,l), -(281,43,l), -(274,43,l), -(228,196,l), -(60,729,l), -(19,729,l), -(250,0,l) -); -} -); -width = 1075; -}, -{ -anchors = ( -{ -name = bottom; -pos = (577,0); -}, -{ -name = top; -pos = (577,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(483,0,l), -(544,297,l), -(574,444,l), -(582,444,l), -(615,296,l), -(681,0,l), -(974,0,l), -(1156,729,l), -(913,729,l), -(851,400,l), -(822,220,l), -(813,220,l), -(776,395,l), -(704,729,l), -(460,729,l), -(390,389,l), -(356,222,l), -(345,222,l), -(316,392,l), -(248,729,l), -(-3,729,l), -(189,0,l) -); -} -); -width = 1153; +width = 1022; }, { anchors = ( @@ -519,11 +519,11 @@ width = 587; anchors = ( { name = bottom; -pos = (332,0); +pos = (340,0); }, { name = top; -pos = (483,729); +pos = (491,729); } ); background = { @@ -558,32 +558,32 @@ shapes = ( { closed = 1; nodes = ( -(295,0,l), -(401,393,l), -(429,505,l), -(436,505,l), -(420,393,l), -(371,0,l), -(619,0,l), -(862,729,l), -(672,729,l), -(562,307,l), -(533,190,l), -(526,190,l), -(540,307,l), -(595,729,l), -(372,729,l), -(256,311,l), -(225,193,l), -(218,193,l), -(234,311,l), -(292,729,l), -(105,729,l), -(42,0,l) +(303,0,l), +(409,393,l), +(437,505,l), +(444,505,l), +(428,393,l), +(379,0,l), +(627,0,l), +(870,729,l), +(680,729,l), +(570,307,l), +(541,190,l), +(534,190,l), +(548,307,l), +(603,729,l), +(380,729,l), +(264,311,l), +(233,193,l), +(226,193,l), +(242,311,l), +(300,729,l), +(113,729,l), +(50,0,l) ); } ); -width = 777; +width = 793; }, { anchors = ( @@ -718,11 +718,11 @@ width = 1078; anchors = ( { name = bottom; -pos = (501,0); +pos = (507,0); }, { name = top; -pos = (652,729); +pos = (658,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -730,33 +730,790 @@ shapes = ( { closed = 1; nodes = ( -(419,0,l), -(507,219,l), -(570,376,l), -(578,376,l), -(579,214,l), -(581,0,l), -(876,0,l), -(1199,729,l), -(954,729,l), -(824,383,l), -(766,228,l), -(757,228,l), -(759,382,l), -(763,729,l), -(525,729,l), -(382,367,l), -(328,230,l), -(317,230,l), -(319,364,l), -(325,729,l), -(92,729,l), -(122,0,l) +(425,0,l), +(513,219,l), +(576,376,l), +(584,376,l), +(585,214,l), +(587,0,l), +(882,0,l), +(1205,729,l), +(960,729,l), +(830,383,l), +(772,228,l), +(763,228,l), +(765,382,l), +(769,729,l), +(531,729,l), +(388,367,l), +(334,230,l), +(323,230,l), +(325,364,l), +(331,729,l), +(98,729,l), +(128,0,l) +); +} +); +width = 1114; +}, +{ +anchors = ( +{ +name = bottom; +pos = (262,0); +}, +{ +name = top; +pos = (262,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(155,0,l), +(269,680,l), +(274,680,l), +(389,0,l), +(434,0,l), +(553,729,l), +(522,729,l), +(451,289,l), +(414,31,l), +(411,31,l), +(295,729,l), +(249,729,l), +(133,32,l), +(131,32,l), +(97,276,l), +(21,729,l), +(-9,729,l), +(110,0,l) +); +} +); +}; +guides = ( +{ +pos = (122,33); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(154,0,l), +(236,511,l), +(262,691,l), +(263,691,l), +(288,511,l), +(370,0,l), +(416,0,l), +(524,729,l), +(493,729,l), +(417,211,l), +(393,33,l), +(393,33,l), +(366,211,l), +(283,729,l), +(242,729,l), +(159,211,l), +(133,33,l), +(132,33,l), +(109,211,l), +(32,729,l), +(1,729,l), +(110,0,l) +); +} +); +width = 525; +}, +{ +anchors = ( +{ +name = bottom; +pos = (373,0); +}, +{ +name = top; +pos = (373,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(344,0,l), +(379,475,l), +(385,475,l), +(415,0,l), +(653,0,l), +(745,729,l), +(565,729,l), +(539,378,l), +(533,189,l), +(526,189,l), +(482,729,l), +(281,729,l), +(237,191,l), +(230,191,l), +(220,380,l), +(194,729,l), +(15,729,l), +(107,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(314,0,l), +(363,336,l), +(375,440,l), +(376,440,l), +(387,336,l), +(430,0,l), +(646,0,l), +(748,729,l), +(571,729,l), +(543,365,l), +(537,285,l), +(536,285,l), +(525,365,l), +(474,729,l), +(292,729,l), +(242,365,l), +(231,287,l), +(230,287,l), +(222,365,l), +(194,729,l), +(0,729,l), +(102,0,l) +); +} +); +width = 748; +}, +{ +anchors = ( +{ +name = bottom; +pos = (464,0); +}, +{ +name = top; +pos = (464,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(481,692,l), +(486,692,l), +(697,0,l), +(754,0,l), +(926,729,l), +(885,729,l), +(778,271,l), +(727,42,l), +(721,42,l), +(512,729,l), +(456,729,l), +(247,43,l), +(242,43,l), +(190,270,l), +(83,729,l), +(42,729,l), +(214,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,0,l), +(397,456,l), +(463,687,l), +(464,687,l), +(529,456,l), +(665,0,l), +(715,0,l), +(920,729,l), +(878,729,l), +(747,257,l), +(692,44,l), +(690,44,l), +(630,257,l), +(489,729,l), +(437,729,l), +(296,257,l), +(237,44,l), +(236,44,l), +(179,257,l), +(48,729,l), +(6,729,l), +(211,0,l) +); +} ); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +17 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +} +); +}; +width = 926; +}, +{ +anchors = ( +{ +name = bottom; +pos = (514,0); +}, +{ +name = top; +pos = (514,729); } ); -width = 1102; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(448,0,l), +(528,450,l), +(536,450,l), +(613,0,l), +(889,0,l), +(1037,729,l), +(813,729,l), +(765,397,l), +(744,219,l), +(736,219,l), +(655,729,l), +(409,729,l), +(332,221,l), +(323,221,l), +(299,400,l), +(248,729,l), +(24,729,l), +(172,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(421,0,l), +(473,252,l), +(514,445,l), +(515,445,l), +(553,252,l), +(602,0,l), +(857,0,l), +(1029,729,l), +(810,729,l), +(759,436,l), +(727,268,l), +(724,268,l), +(689,436,l), +(627,729,l), +(403,729,l), +(343,436,l), +(308,270,l), +(305,270,l), +(277,436,l), +(226,729,l), +(-1,729,l), +(167,0,l) +); +} +); +width = 1028; +}, +{ +anchors = ( +{ +name = bottom; +pos = (549,0); +}, +{ +name = top; +pos = (549,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(300,0,l), +(480,506,l), +(544,686,l), +(545,686,l), +(605,510,l), +(781,0,l), +(833,0,l), +(1082,729,l), +(1041,729,l), +(860,195,l), +(807,42,l), +(806,42,l), +(754,194,l), +(570,729,l), +(520,729,l), +(332,201,l), +(276,43,l), +(275,43,l), +(225,196,l), +(50,729,l), +(9,729,l), +(250,0,l) +); +} +); +width = 1091; +}, +{ +anchors = ( +{ +name = bottom; +pos = (578,0); +}, +{ +name = top; +pos = (578,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(467,0,l), +(544,289,l), +(584,430,l), +(585,430,l), +(625,288,l), +(699,0,l), +(974,0,l), +(1186,729,l), +(939,729,l), +(869,418,l), +(832,252,l), +(831,252,l), +(788,415,l), +(707,729,l), +(485,729,l), +(392,409,l), +(348,254,l), +(347,254,l), +(314,411,l), +(244,729,l), +(-10,729,l), +(191,0,l) +); +} +); +width = 1175; +}, +{ +anchors = ( +{ +name = bottom; +pos = (227,0); +}, +{ +name = top; +pos = (378,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(127,0,l), +(380,670,l), +(385,670,l), +(359,0,l), +(402,0,l), +(672,729,l), +(641,729,l), +(479,289,l), +(390,37,l), +(387,37,l), +(413,729,l), +(375,729,l), +(113,38,l), +(111,38,l), +(127,276,l), +(146,729,l), +(117,729,l), +(84,0,l) +); +}, +{ +closed = 1; +nodes = ( +(129,0,l), +(321,512,ls), +(341,565,o), +(361,617,o), +(383,691,c), +(388,691,l), +(382,617,o), +(380,565,o), +(378,512,cs), +(358,0,l), +(403,0,l), +(672,729,l), +(641,729,l), +(479,289,ls), +(448,205,o), +(420,121,o), +(391,37,c), +(385,37,l), +(390,123,o), +(395,210,o), +(398,296,cs), +(415,729,l), +(373,729,l), +(203,277,ls), +(173,197,o), +(143,118,o), +(117,38,c), +(111,38,l), +(118,117,o), +(124,197,o), +(127,276,cs), +(146,729,l), +(117,729,l), +(84,0,l) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,0,l), +(295,509,l), +(358,688,l), +(359,688,l), +(350,509,l), +(330,0,l), +(369,0,l), +(637,729,l), +(606,729,l), +(446,289,l), +(357,39,l), +(356,39,l), +(368,296,l), +(387,729,l), +(347,729,l), +(179,277,l), +(94,38,l), +(93,38,l), +(106,276,l), +(128,729,l), +(98,729,l), +(64,0,l) +); +} +); +width = 539; +}, +{ +anchors = ( +{ +name = bottom; +pos = (321,0); +}, +{ +name = top; +pos = (472,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(295,0,l), +(422,467,l), +(429,467,l), +(371,0,l), +(619,0,l), +(862,729,l), +(672,729,l), +(583,385,l), +(533,200,l), +(526,200,l), +(595,729,l), +(372,729,l), +(226,203,l), +(219,203,l), +(245,388,l), +(292,729,l), +(105,729,l), +(42,0,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(383,338,l), +(418,445,l), +(419,445,l), +(410,338,l), +(388,0,l), +(600,0,l), +(851,729,l), +(661,729,l), +(568,361,l), +(537,246,l), +(536,246,l), +(546,361,l), +(572,729,l), +(394,729,l), +(275,365,l), +(239,249,l), +(238,249,l), +(250,365,l), +(291,729,l), +(94,729,l), +(45,0,l) +); +} +); +width = 755; +}, +{ +anchors = ( +{ +name = bottom; +pos = (395,0); +}, +{ +name = top; +pos = (546,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(186,0,l), +(420,456,l), +(535,687,l), +(536,687,l), +(552,456,l), +(592,0,l), +(640,0,l), +(1000,729,l), +(958,729,l), +(727,257,l), +(626,44,l), +(624,44,l), +(608,257,l), +(567,729,l), +(518,729,l), +(277,257,l), +(172,44,l), +(171,44,l), +(160,257,l), +(129,729,l), +(91,729,l), +(141,0,l) +); +} +); +width = 898; +}, +{ +anchors = ( +{ +name = bottom; +pos = (446,0); +}, +{ +name = top; +pos = (597,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(341,0,l), +(452,261,l), +(531,452,l), +(533,452,l), +(532,261,l), +(529,0,l), +(778,0,l), +(1101,729,l), +(887,729,l), +(773,431,l), +(705,261,l), +(702,261,l), +(702,431,l), +(700,729,l), +(481,729,l), +(356,430,l), +(285,263,l), +(282,263,l), +(289,431,l), +(298,729,l), +(77,729,l), +(93,0,l) +); +} +); +width = 989; +}, +{ +anchors = ( +{ +name = bottom; +pos = (515,0); +}, +{ +name = top; +pos = (666,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(277,0,l), +(586,554,l), +(660,687,l), +(661,687,l), +(679,552,l), +(749,0,l), +(798,0,l), +(1238,729,l), +(1197,729,l), +(862,173,l), +(782,42,l), +(781,42,l), +(765,174,l), +(693,729,l), +(643,729,l), +(335,178,l), +(262,43,l), +(261,43,l), +(238,177,l), +(141,729,l), +(104,729,l), +(232,0,l) +); +} +); +width = 1148; +}, +{ +anchors = ( +{ +name = bottom; +pos = (555,0); +}, +{ +name = top; +pos = (706,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(424,0,l), +(540,239,l), +(613,403,l), +(615,403,l), +(633,233,l), +(665,0,l), +(943,0,l), +(1318,729,l), +(1057,729,l), +(907,395,l), +(841,249,l), +(840,249,l), +(824,394,l), +(796,729,l), +(575,729,l), +(405,379,l), +(347,249,l), +(346,249,l), +(337,378,l), +(320,729,l), +(78,729,l), +(142,0,l) +); +} +); +width = 1209; } ); unicode = 87; +userData = { +KernOnName = W; +}; } diff --git a/sources/MonaSans.glyphspackage/glyphs/W_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/W_acute.glyph index 46c46e39..d18dcce1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/W_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/W_acute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Wacute; -kernLeft = W; -kernRight = W; +kernLeft = KO_W; +kernRight = KO_W; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (263,51); ref = acutecomb; } ); -width = 750; +width = 766; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = W; }, { -pos = (422,57); +pos = (480,57); ref = acutecomb; } ); -width = 954; +width = 1075; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = W; }, { -pos = (409,51); +pos = (460,56); ref = acutecomb; } ); -width = 1041; +width = 1165; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = W; }, { -pos = (480,57); +pos = (434,57); ref = acutecomb; } ); -width = 1075; +width = 979; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = W; }, { -pos = (460,56); +pos = (402,51); ref = acutecomb; } ); -width = 1153; +width = 1022; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (288,51); ref = acutecomb; } ); -width = 777; +width = 793; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (452,56); ref = acutecomb; } ); -width = 1102; +width = 1114; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = W; +}, +{ +pos = (226,57); +ref = acutecomb; +} +); +width = 525; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = W; +}, +{ +pos = (271,51); +ref = acutecomb; +} +); +width = 748; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = W; +}, +{ +alignment = -1; +pos = (422,57); +ref = acutecomb; +} +); +width = 954; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = W; +}, +{ +pos = (423,51); +ref = acutecomb; +} +); +width = 1028; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = W; +}, +{ +pos = (501,57); +ref = acutecomb; +} +); +width = 1091; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = W; +}, +{ +pos = (471,56); +ref = acutecomb; +} +); +width = 1175; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = W; +}, +{ +pos = (260,57); +ref = acutecomb; +} +); +width = 539; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = W; +}, +{ +pos = (288,51); +ref = acutecomb; +} +); +width = 755; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = W; +}, +{ +pos = (428,57); +ref = acutecomb; +} +); +width = 898; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = W; +}, +{ +pos = (431,51); +ref = acutecomb; +} +); +width = 989; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = W; +}, +{ +pos = (533,57); +ref = acutecomb; +} +); +width = 1148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = W; +}, +{ +pos = (521,56); +ref = acutecomb; +} +); +width = 1209; } ); unicode = 7810; diff --git a/sources/MonaSans.glyphspackage/glyphs/W_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/W_circumflex.glyph index 2da1cf32..5ee571ff 100644 --- a/sources/MonaSans.glyphspackage/glyphs/W_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/W_circumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Wcircumflex; -kernLeft = W; -kernRight = W; +kernLeft = KO_W; +kernRight = KO_W; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (158,51); ref = circumflexcomb; } ); -width = 750; +width = 766; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = W; }, { -pos = (313,57); +pos = (359,57); ref = circumflexcomb; } ); -width = 954; +width = 1075; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = W; }, { -pos = (274,51); +pos = (286,56); ref = circumflexcomb; } ); -width = 1041; +width = 1165; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = W; }, { -pos = (359,57); +pos = (327,57); ref = circumflexcomb; } ); -width = 1075; +width = 979; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = W; }, { -pos = (286,56); +pos = (273,51); ref = circumflexcomb; } ); -width = 1153; +width = 1022; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (181,51); ref = circumflexcomb; } ); -width = 777; +width = 793; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (276,56); ref = circumflexcomb; } ); -width = 1102; +width = 1114; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = W; +}, +{ +pos = (153,57); +ref = circumflexcomb; +} +); +width = 525; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = W; +}, +{ +pos = (166,51); +ref = circumflexcomb; +} +); +width = 748; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = W; +}, +{ +alignment = -1; +pos = (313,57); +ref = circumflexcomb; +} +); +width = 954; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = W; +}, +{ +pos = (288,51); +ref = circumflexcomb; +} +); +width = 1028; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = W; +}, +{ +pos = (380,57); +ref = circumflexcomb; +} +); +width = 1091; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = W; +}, +{ +pos = (297,56); +ref = circumflexcomb; +} +); +width = 1175; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = W; +}, +{ +pos = (186,57); +ref = circumflexcomb; +} +); +width = 539; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = W; +}, +{ +pos = (181,51); +ref = circumflexcomb; +} +); +width = 755; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = W; +}, +{ +pos = (318,57); +ref = circumflexcomb; +} +); +width = 898; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = W; +}, +{ +pos = (297,51); +ref = circumflexcomb; +} +); +width = 989; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = W; +}, +{ +pos = (410,57); +ref = circumflexcomb; +} +); +width = 1148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = W; +}, +{ +pos = (345,56); +ref = circumflexcomb; +} +); +width = 1209; } ); unicode = 372; diff --git a/sources/MonaSans.glyphspackage/glyphs/W_dieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/W_dieresis.glyph index ed97ff37..53675575 100644 --- a/sources/MonaSans.glyphspackage/glyphs/W_dieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/W_dieresis.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Wdieresis; -kernLeft = W; -kernRight = W; +kernLeft = KO_W; +kernRight = KO_W; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (150,51); ref = dieresiscomb; } ); -width = 750; +width = 766; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = W; }, { -pos = (315,57); +pos = (361,57); ref = dieresiscomb; } ); -width = 954; +width = 1075; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = W; }, { -pos = (278,51); +pos = (294,51); ref = dieresiscomb; } ); -width = 1041; +width = 1165; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = W; }, { -pos = (361,57); +pos = (329,57); ref = dieresiscomb; } ); -width = 1075; +width = 979; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = W; }, { -pos = (294,51); +pos = (277,51); ref = dieresiscomb; } ); -width = 1153; +width = 1022; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (166,51); ref = dieresiscomb; } ); -width = 777; +width = 793; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (283,51); ref = dieresiscomb; } ); -width = 1102; +width = 1114; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = W; +}, +{ +pos = (164,57); +ref = dieresiscomb; +} +); +width = 525; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = W; +}, +{ +pos = (158,51); +ref = dieresiscomb; +} +); +width = 748; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = W; +}, +{ +alignment = -1; +pos = (315,57); +ref = dieresiscomb; +} +); +width = 954; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = W; +}, +{ +pos = (292,51); +ref = dieresiscomb; +} +); +width = 1028; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = W; +}, +{ +pos = (382,57); +ref = dieresiscomb; +} +); +width = 1091; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = W; +}, +{ +pos = (305,51); +ref = dieresiscomb; +} +); +width = 1175; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = W; +}, +{ +pos = (192,57); +ref = dieresiscomb; +} +); +width = 539; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = W; +}, +{ +pos = (166,51); +ref = dieresiscomb; +} +); +width = 755; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = W; +}, +{ +pos = (323,57); +ref = dieresiscomb; +} +); +width = 898; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = W; +}, +{ +pos = (297,51); +ref = dieresiscomb; +} +); +width = 989; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = W; +}, +{ +pos = (414,57); +ref = dieresiscomb; +} +); +width = 1148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = W; +}, +{ +pos = (352,51); +ref = dieresiscomb; +} +); +width = 1209; } ); unicode = 7812; diff --git a/sources/MonaSans.glyphspackage/glyphs/W_dieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/W_dieresis.ss01.glyph index 5a38d4b9..ec24ded6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/W_dieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/W_dieresis.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Wdieresis.ss01; -kernLeft = W; -kernRight = W; +kernLeft = KO_W; +kernRight = KO_W; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (151,51); ref = dieresiscomb.ss01; } ); -width = 750; +width = 766; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = W; }, { -pos = (342,57); +pos = (394,57); ref = dieresiscomb.ss01; } ); -width = 954; +width = 1075; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = W; }, { -pos = (290,51); +pos = (316,51); ref = dieresiscomb.ss01; } ); -width = 1041; +width = 1165; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = W; }, { -pos = (394,57); +pos = (354,57); ref = dieresiscomb.ss01; } ); -width = 1075; +width = 979; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = W; }, { -pos = (316,51); +pos = (289,51); ref = dieresiscomb.ss01; } ); -width = 1153; +width = 1022; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (174,51); ref = dieresiscomb.ss01; } ); -width = 777; +width = 793; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (312,51); ref = dieresiscomb.ss01; } ); -width = 1102; +width = 1114; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = W; +}, +{ +pos = (175,57); +ref = dieresiscomb.ss01; +} +); +width = 525; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = W; +}, +{ +pos = (159,51); +ref = dieresiscomb.ss01; +} +); +width = 748; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = W; +}, +{ +alignment = -1; +pos = (342,57); +ref = dieresiscomb.ss01; +} +); +width = 954; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = W; +}, +{ +pos = (304,51); +ref = dieresiscomb.ss01; +} +); +width = 1028; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = W; +}, +{ +pos = (415,57); +ref = dieresiscomb.ss01; +} +); +width = 1091; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = W; +}, +{ +pos = (327,51); +ref = dieresiscomb.ss01; +} +); +width = 1175; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = W; +}, +{ +pos = (205,57); +ref = dieresiscomb.ss01; +} +); +width = 539; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = W; +}, +{ +pos = (174,51); +ref = dieresiscomb.ss01; +} +); +width = 755; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = W; +}, +{ +pos = (345,57); +ref = dieresiscomb.ss01; +} +); +width = 898; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = W; +}, +{ +pos = (313,51); +ref = dieresiscomb.ss01; +} +); +width = 989; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = W; +}, +{ +pos = (451,57); +ref = dieresiscomb.ss01; +} +); +width = 1148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = W; +}, +{ +pos = (381,51); +ref = dieresiscomb.ss01; +} +); +width = 1209; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/W_grave.glyph b/sources/MonaSans.glyphspackage/glyphs/W_grave.glyph index ba45cd1d..70f4f8e1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/W_grave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/W_grave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Wgrave; -kernLeft = W; -kernRight = W; +kernLeft = KO_W; +kernRight = KO_W; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (166,51); ref = gravecomb; } ); -width = 750; +width = 766; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = W; }, { -pos = (343,57); +pos = (394,57); ref = gravecomb; } ); -width = 954; +width = 1075; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = W; }, { -pos = (312,51); +pos = (343,56); ref = gravecomb; } ); -width = 1041; +width = 1165; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = W; }, { -pos = (394,57); +pos = (355,57); ref = gravecomb; } ); -width = 1075; +width = 979; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = W; }, { -pos = (343,56); +pos = (313,51); ref = gravecomb; } ); -width = 1153; +width = 1022; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (198,51); ref = gravecomb; } ); -width = 777; +width = 793; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (335,56); ref = gravecomb; } ); -width = 1102; +width = 1114; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = W; +}, +{ +pos = (148,57); +ref = gravecomb; +} +); +width = 525; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = W; +}, +{ +pos = (174,51); +ref = gravecomb; +} +); +width = 748; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = W; +}, +{ +alignment = -1; +pos = (343,57); +ref = gravecomb; +} +); +width = 954; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = W; +}, +{ +pos = (326,51); +ref = gravecomb; +} +); +width = 1028; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = W; +}, +{ +pos = (415,57); +ref = gravecomb; +} +); +width = 1091; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = W; +}, +{ +pos = (354,56); +ref = gravecomb; +} +); +width = 1175; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = W; +}, +{ +pos = (183,57); +ref = gravecomb; +} +); +width = 539; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = W; +}, +{ +pos = (198,51); +ref = gravecomb; +} +); +width = 755; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = W; +}, +{ +pos = (351,57); +ref = gravecomb; +} +); +width = 898; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = W; +}, +{ +pos = (330,51); +ref = gravecomb; +} +); +width = 989; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = W; +}, +{ +pos = (446,57); +ref = gravecomb; +} +); +width = 1148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = W; +}, +{ +pos = (404,56); +ref = gravecomb; +} +); +width = 1209; } ); unicode = 7808; diff --git a/sources/MonaSans.glyphspackage/glyphs/X_.glyph b/sources/MonaSans.glyphspackage/glyphs/X_.glyph index ab556675..d74a85fb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/X_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/X_.glyph @@ -1,17 +1,17 @@ { glyphname = X; -kernLeft = X; -kernRight = X; +kernLeft = KO_X; +kernRight = KO_X; layers = ( { anchors = ( { name = bottom; -pos = (244,0); +pos = (252,0); }, { name = top; -pos = (244,729); +pos = (252,729); } ); background = { @@ -42,28 +42,28 @@ shapes = ( { closed = 1; nodes = ( -(186,0,l), -(225,191,l), -(240,275,l), -(245,275,l), -(259,191,l), -(298,0,l), -(480,0,l), -(370,382,l), -(475,729,l), -(297,729,l), -(262,555,l), -(248,470,l), -(242,470,l), -(230,555,l), -(197,729,l), -(15,729,l), -(120,377,l), -(9,0,l) +(194,0,l), +(233,191,l), +(248,275,l), +(253,275,l), +(267,191,l), +(306,0,l), +(488,0,l), +(378,382,l), +(483,729,l), +(305,729,l), +(270,555,l), +(256,470,l), +(250,470,l), +(238,555,l), +(205,729,l), +(23,729,l), +(128,377,l), +(17,0,l) ); } ); -width = 489; +width = 505; }, { anchors = ( @@ -131,11 +131,89 @@ width = 383; anchors = ( { name = bottom; -pos = (331,0); +pos = (350,0); +}, +{ +name = top; +pos = (350,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(286,274,l), +(348,350,l), +(350,350,l), +(411,274,l), +(635,0,l), +(684,0,l), +(374,375,l), +(665,729,l), +(620,729,l), +(403,466,l), +(351,400,l), +(347,399,l), +(294,466,l), +(80,729,l), +(35,729,l), +(324,375,l), +(15,0,l) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = bottom; +pos = (440,0); }, { name = top; -pos = (331,729); +pos = (440,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(379,145,l), +(432,219,l), +(441,219,l), +(492,145,l), +(597,0,l), +(883,0,l), +(595,385,l), +(867,729,l), +(588,729,l), +(503,605,l), +(449,525,l), +(440,526,l), +(388,605,l), +(303,729,l), +(17,729,l), +(295,378,l), +(-2,0,l) +); +} +); +width = 882; +}, +{ +anchors = ( +{ +name = bottom; +pos = (328,0); +}, +{ +name = top; +pos = (328,729); } ); background = { @@ -161,29 +239,29 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(72,0,l), -(239,236,l), -(328,368,l), -(334,368,l), -(423,236,l), -(590,0,l), -(636,0,l), -(358,397,l), -(591,729,l), -(548,729,l), -(408,531,l), -(334,422,l), -(328,422,l), -(254,531,l), -(115,729,l), -(72,729,l), -(305,396,l), -(27,0,l) +(73,0,l), +(238,236,l), +(325,368,l), +(331,368,l), +(418,236,l), +(581,0,l), +(627,0,l), +(353,397,l), +(582,729,l), +(541,729,l), +(403,531,l), +(331,422,l), +(325,422,l), +(251,531,l), +(116,729,l), +(73,729,l), +(302,396,l), +(30,0,l) ); } ); @@ -221,17 +299,17 @@ type = TopGhost; } ); }; -width = 664; +width = 655; }, { anchors = ( { name = bottom; -pos = (404,0); +pos = (394,0); }, { name = top; -pos = (404,729); +pos = (394,729); } ); background = { @@ -257,111 +335,33 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(244,0,l), -(363,197,l), -(397,258,l), -(404,258,l), -(438,197,l), -(557,0,l), -(797,0,l), -(536,389,l), -(770,729,l), -(531,729,l), -(440,570,l), -(404,503,l), -(397,503,l), -(361,570,l), -(270,729,l), -(31,729,l), -(270,388,l), -(9,0,l) -); -} -); -width = 806; -}, -{ -anchors = ( -{ -name = bottom; -pos = (350,0); -}, -{ -name = top; -pos = (350,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,0,l), -(286,274,l), -(348,350,l), -(350,350,l), -(411,274,l), -(635,0,l), -(684,0,l), -(374,375,l), -(665,729,l), -(620,729,l), -(403,466,l), -(351,400,l), -(347,399,l), -(294,466,l), -(80,729,l), -(35,729,l), -(324,375,l), -(15,0,l) -); -} -); -width = 700; -}, -{ -anchors = ( -{ -name = bottom; -pos = (434,0); -}, -{ -name = top; -pos = (434,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(264,0,l), -(373,145,l), -(426,219,l), -(435,219,l), -(486,145,l), -(591,0,l), -(877,0,l), -(589,385,l), -(861,729,l), -(582,729,l), -(497,605,l), -(443,525,l), -(434,526,l), -(382,605,l), -(297,729,l), -(11,729,l), -(289,378,l), -(-8,0,l) +(245,0,l), +(343,171,l), +(385,261,l), +(397,261,l), +(437,171,l), +(537,0,l), +(769,0,l), +(522,389,l), +(744,729,l), +(513,729,l), +(443,597,l), +(397,501,l), +(385,501,l), +(340,597,l), +(268,729,l), +(37,729,l), +(264,388,l), +(17,0,l) ); } ); -width = 870; +width = 785; }, { anchors = ( @@ -434,11 +434,11 @@ width = 379; anchors = ( { name = bottom; -pos = (248,0); +pos = (256,0); }, { name = top; -pos = (550,729); +pos = (558,729); } ); background = { @@ -500,28 +500,28 @@ shapes = ( { closed = 1; nodes = ( -(147,0,l), -(228,209,l), -(251,275,l), -(257,275,l), -(257,209,l), -(258,0,l), -(434,0,l), -(408,367,l), -(592,729,l), -(398,729,l), -(327,539,l), -(302,470,l), -(296,470,l), -(297,539,l), -(298,729,l), -(122,729,l), -(150,392,l), -(-47,0,l) +(155,0,l), +(236,209,l), +(259,275,l), +(265,275,l), +(265,209,l), +(266,0,l), +(442,0,l), +(416,367,l), +(600,729,l), +(406,729,l), +(335,539,l), +(310,470,l), +(304,470,l), +(305,539,l), +(306,729,l), +(130,729,l), +(158,392,l), +(-39,0,l) ); } ); -width = 506; +width = 522; }, { anchors = ( @@ -644,11 +644,11 @@ width = 691; anchors = ( { name = bottom; -pos = (385,0); +pos = (391,0); }, { name = top; -pos = (536,729); +pos = (542,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -656,28 +656,704 @@ shapes = ( { closed = 1; nodes = ( -(212,0,l), -(352,149,l), -(417,218,l), -(425,218,l), -(457,158,l), -(541,0,l), -(813,0,l), -(602,370,l), -(945,729,l), -(662,729,l), -(558,607,l), -(487,525,l), -(479,525,l), -(439,605,l), -(378,729,l), -(107,729,l), -(309,384,l), -(-64,0,l) +(218,0,l), +(358,149,l), +(423,218,l), +(431,218,l), +(463,158,l), +(547,0,l), +(819,0,l), +(608,370,l), +(951,729,l), +(668,729,l), +(564,607,l), +(493,525,l), +(485,525,l), +(445,605,l), +(384,729,l), +(113,729,l), +(315,384,l), +(-58,0,l) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = bottom; +pos = (179,0); +}, +{ +name = top; +pos = (179,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(185,354,l), +(187,354,l), +(333,0,l), +(369,0,l), +(208,377,l), +(360,729,l), +(325,729,l), +(188,397,l), +(185,397,l), +(48,729,l), +(13,729,l), +(165,376,l), +(3,0,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(41,0,l), +(127,219,l), +(178,350,l), +(179,350,l), +(229,219,l), +(315,0,l), +(348,0,l), +(198,382,l), +(334,729,l), +(301,729,l), +(220,516,l), +(179,412,l), +(178,412,l), +(137,516,l), +(56,729,l), +(23,729,l), +(159,381,l), +(8,0,l) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = bottom; +pos = (239,0); +}, +{ +name = top; +pos = (239,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(186,0,l), +(241,247,l), +(244,247,l), +(298,0,l), +(480,0,l), +(370,382,l), +(475,729,l), +(297,729,l), +(247,498,l), +(243,498,l), +(197,729,l), +(15,729,l), +(120,377,l), +(9,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(181,0,l), +(220,160,l), +(237,230,l), +(238,230,l), +(254,160,l), +(293,0,l), +(475,0,l), +(365,382,l), +(470,729,l), +(292,729,l), +(257,574,l), +(241,499,l), +(240,499,l), +(225,574,l), +(192,729,l), +(10,729,l), +(115,377,l), +(4,0,l) +); +} +); +width = 479; +}, +{ +anchors = ( +{ +name = bottom; +pos = (316,0); +}, +{ +name = top; +pos = (316,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(82,0,l), +(340,368,l), +(342,368,l), +(600,0,l), +(646,0,l), +(368,397,l), +(601,729,l), +(558,729,l), +(343,422,l), +(340,422,l), +(125,729,l), +(82,729,l), +(315,396,l), +(37,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(52,0,l), +(222,236,l), +(315,368,l), +(317,368,l), +(410,236,l), +(580,0,l), +(627,0,l), +(343,397,l), +(581,729,l), +(537,729,l), +(394,531,l), +(317,422,l), +(315,422,l), +(238,531,l), +(97,729,l), +(52,729,l), +(290,396,l), +(7,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +} +); +}; +width = 634; +}, +{ +anchors = ( +{ +name = bottom; +pos = (387,0); +}, +{ +name = top; +pos = (387,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(244,0,l), +(398,243,l), +(403,243,l), +(557,0,l), +(797,0,l), +(536,389,l), +(770,729,l), +(531,729,l), +(403,518,l), +(398,518,l), +(270,729,l), +(31,729,l), +(270,388,l), +(9,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(227,0,l), +(346,187,l), +(383,245,l), +(384,245,l), +(421,187,l), +(540,0,l), +(780,0,l), +(519,389,l), +(753,729,l), +(514,729,l), +(423,581,l), +(384,519,l), +(383,519,l), +(344,581,l), +(253,729,l), +(14,729,l), +(253,388,l), +(-8,0,l) +); +} +); +width = 772; +}, +{ +anchors = ( +{ +name = bottom; +pos = (352,0); +}, +{ +name = top; +pos = (352,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(57,0,l), +(286,278,l), +(350,354,l), +(352,354,l), +(415,278,l), +(643,0,l), +(696,0,l), +(380,380,l), +(661,729,l), +(612,729,l), +(405,472,l), +(353,407,l), +(349,406,l), +(296,472,l), +(92,729,l), +(43,729,l), +(322,380,l), +(8,0,l) +); +} +); +width = 704; +}, +{ +anchors = ( +{ +name = bottom; +pos = (424,0); +}, +{ +name = top; +pos = (424,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(254,0,l), +(363,145,l), +(416,219,l), +(425,219,l), +(476,145,l), +(581,0,l), +(867,0,l), +(579,385,l), +(851,729,l), +(572,729,l), +(487,605,l), +(433,525,l), +(424,526,l), +(372,605,l), +(287,729,l), +(1,729,l), +(279,378,l), +(-18,0,l) +); +} +); +width = 850; +}, +{ +anchors = ( +{ +name = bottom; +pos = (134,0); +}, +{ +name = top; +pos = (286,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(8,0,l), +(223,354,l), +(225,354,l), +(299,0,l), +(332,0,l), +(250,371,l), +(474,729,l), +(436,729,l), +(235,397,l), +(233,397,l), +(163,729,l), +(131,729,l), +(209,383,l), +(-30,0,l) +); +} +); +}; +guides = ( +{ +pos = (197,400); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(132,249,l), +(196,358,l), +(197,358,l), +(219,249,l), +(265,0,l), +(296,0,l), +(221,383,l), +(429,729,l), +(394,729,l), +(270,520,l), +(207,413,l), +(206,413,l), +(185,520,l), +(146,729,l), +(115,729,l), +(183,389,l), +(-53,0,l) +); +} +); +width = 349; +}, +{ +anchors = ( +{ +name = bottom; +pos = (229,0); +}, +{ +name = top; +pos = (533,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(273,253,l), +(277,253,l), +(300,0,l), +(471,0,l), +(418,364,l), +(616,729,l), +(437,729,l), +(332,495,l), +(328,495,l), +(317,729,l), +(141,729,l), +(190,389,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(137,0,l), +(191,130,ls), +(208,172,o), +(226,221,o), +(243,275,c), +(247,275,l), +(246,210,o), +(247,168,o), +(248,127,cs), +(250,0,l), +(425,0,l), +(396,369,l), +(583,729,l), +(390,729,l), +(353,634,ls), +(331,579,o), +(307,513,o), +(293,471,c), +(287,471,l), +(289,500,o), +(290,570,o), +(289,648,cs), +(288,729,l), +(113,729,l), +(144,390,l), +(-56,0,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,0,l), +(209,185,l), +(234,244,l), +(235,244,l), +(238,185,l), +(242,0,l), +(415,0,l), +(385,367,l), +(573,729,l), +(390,729,l), +(320,555,l), +(293,491,l), +(292,491,l), +(288,555,l), +(284,729,l), +(111,729,l), +(144,392,l), +(-58,0,l) +); +} +); +width = 476; +}, +{ +anchors = ( +{ +name = bottom; +pos = (256,0); +}, +{ +name = top; +pos = (407,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-3,0,l), +(258,298,l), +(320,369,l), +(323,369,l), +(358,295,l), +(496,0,l), +(540,0,l), +(352,391,l), +(648,729,l), +(599,729,l), +(386,481,l), +(332,419,l), +(330,419,l), +(304,475,l), +(185,729,l), +(143,729,l), +(302,398,l), +(-51,0,l) +); +} +); +width = 598; +}, +{ +anchors = ( +{ +name = bottom; +pos = (324,0); +}, +{ +name = top; +pos = (475,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(155,0,l), +(289,155,l), +(367,245,l), +(372,245,l), +(411,152,l), +(475,0,l), +(703,0,l), +(526,378,l), +(851,729,l), +(609,729,l), +(505,605,l), +(434,520,l), +(429,520,l), +(400,600,l), +(352,729,l), +(124,729,l), +(280,399,l), +(-77,0,l) +); +} +); +width = 741; +}, +{ +anchors = ( +{ +name = bottom; +pos = (301,0); +}, +{ +name = top; +pos = (452,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(271,271,l), +(364,358,l), +(365,358,l), +(425,271,l), +(602,0,l), +(646,0,l), +(392,383,l), +(750,729,l), +(701,729,l), +(476,513,l), +(372,411,l), +(371,411,l), +(305,513,l), +(173,729,l), +(132,729,l), +(343,387,l), +(-66,0,l) +); +} +); +width = 688; +}, +{ +anchors = ( +{ +name = bottom; +pos = (370,0); +}, +{ +name = top; +pos = (521,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(343,152,l), +(410,225,l), +(411,225,l), +(448,161,l), +(535,0,l), +(798,0,l), +(587,370,l), +(930,729,l), +(641,729,l), +(539,607,l), +(465,524,l), +(464,524,l), +(420,605,l), +(357,729,l), +(92,729,l), +(294,384,l), +(-79,0,l) ); } ); -width = 861; +width = 831; } ); unicode = 88; diff --git a/sources/MonaSans.glyphspackage/glyphs/Y_.glyph b/sources/MonaSans.glyphspackage/glyphs/Y_.glyph index edbcf26d..2f58aad2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Y_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Y_.glyph @@ -1,21 +1,21 @@ { glyphname = Y; -kernLeft = Y; -kernRight = Y; +kernLeft = KO_Y; +kernRight = KO_Y; layers = ( { anchors = ( { name = bottom; -pos = (248,0); +pos = (256,0); }, { name = top; -pos = (248,729); +pos = (256,729); }, { name = topleft; -pos = (20,729); +pos = (28,729); } ); background = { @@ -42,22 +42,22 @@ shapes = ( { closed = 1; nodes = ( -(343,0,l), -(343,273,l), -(488,729,l), -(293,729,l), -(258,504,l), -(250,425,l), -(244,425,l), -(236,504,l), -(205,729,l), -(9,729,l), -(154,273,l), -(154,0,l) +(351,0,l), +(351,273,l), +(496,729,l), +(301,729,l), +(266,504,l), +(258,425,l), +(252,425,l), +(244,504,l), +(213,729,l), +(17,729,l), +(162,273,l), +(162,0,l) ); } ); -width = 497; +width = 513; }, { anchors = ( @@ -119,15 +119,89 @@ width = 359; anchors = ( { name = bottom; -pos = (318,0); +pos = (347,0); +}, +{ +name = top; +pos = (347,729); +}, +{ +name = topleft; +pos = (19,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(365,0,l), +(365,300,l), +(679,729,l), +(633,729,l), +(429,449,l), +(348,334,l), +(344,334,l), +(263,449,l), +(61,729,l), +(14,729,l), +(327,300,l), +(327,0,l) +); +} +); +width = 693; +}, +{ +anchors = ( +{ +name = bottom; +pos = (423,0); +}, +{ +name = top; +pos = (423,729); +}, +{ +name = topleft; +pos = (22,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(536,0,l), +(536,266,l), +(849,729,l), +(578,729,l), +(476,562,l), +(426,472,l), +(419,472,l), +(369,562,l), +(270,729,l), +(-3,729,l), +(307,266,l), +(307,0,l) +); +} +); +width = 846; +}, +{ +anchors = ( +{ +name = bottom; +pos = (315,0); }, { name = top; -pos = (318,729); +pos = (315,729); }, { name = topleft; -pos = (42,729); +pos = (45,729); } ); background = { @@ -149,23 +223,23 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(335,0,l), -(335,300,l), -(607,729,l), -(562,729,l), -(426,513,l), -(319,337,l), -(314,337,l), -(208,513,l), -(73,729,l), -(27,729,l), -(297,300,l), -(297,0,l) +(332,0,l), +(332,320,l), +(603,729,l), +(557,729,l), +(425,523,l), +(316,358,l), +(311,358,l), +(203,523,l), +(70,729,l), +(25,729,l), +(294,320,l), +(294,0,l) ); } ); @@ -217,21 +291,21 @@ type = Stem; } ); }; -width = 634; +width = 627; }, { anchors = ( { name = bottom; -pos = (381,0); +pos = (371,0); }, { name = top; -pos = (381,729); +pos = (371,729); }, { name = topleft; -pos = (28,729); +pos = (26,729); } ); background = { @@ -253,101 +327,27 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(481,0,l), -(481,269,l), -(752,729,l), -(522,729,l), -(433,551,l), -(382,444,l), -(375,444,l), -(326,551,l), -(239,729,l), -(8,729,l), -(278,269,l), -(278,0,l) -); -} -); -width = 760; -}, -{ -anchors = ( -{ -name = bottom; -pos = (347,0); -}, -{ -name = top; -pos = (347,729); -}, -{ -name = topleft; -pos = (19,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(365,0,l), -(365,300,l), -(679,729,l), -(633,729,l), -(429,449,l), -(348,334,l), -(344,334,l), -(263,449,l), -(61,729,l), -(14,729,l), -(327,300,l), -(327,0,l) -); -} -); -width = 693; -}, -{ -anchors = ( -{ -name = bottom; -pos = (417,0); -}, -{ -name = top; -pos = (417,729); -}, -{ -name = topleft; -pos = (16,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(530,0,l), -(530,266,l), -(843,729,l), -(587,729,l), -(475,545,l), -(420,446,l), -(412,446,l), -(358,545,l), -(249,729,l), -(-9,729,l), -(301,266,l), -(301,0,l) +(470,0,l), +(470,280,l), +(734,729,l), +(506,729,l), +(421,566,l), +(375,464,l), +(363,464,l), +(319,566,l), +(236,729,l), +(7,729,l), +(269,280,l), +(269,0,l) ); } ); -width = 834; +width = 740; }, { anchors = ( @@ -414,15 +414,15 @@ width = 355; anchors = ( { name = bottom; -pos = (185,0); +pos = (193,0); }, { name = top; -pos = (335,729); +pos = (343,729); }, { name = topleft; -pos = (175,729); +pos = (183,729); } ); background = { @@ -449,22 +449,22 @@ shapes = ( { closed = 1; nodes = ( -(277,0,l), -(331,258,l), -(584,729,l), -(386,729,l), -(303,500,l), -(275,418,l), -(269,418,l), -(273,500,l), -(280,729,l), -(104,729,l), -(151,282,l), -(92,0,l) +(285,0,l), +(339,258,l), +(592,729,l), +(394,729,l), +(311,500,l), +(283,418,l), +(277,418,l), +(281,500,l), +(288,729,l), +(112,729,l), +(159,282,l), +(100,0,l) ); } ); -width = 498; +width = 514; }, { anchors = ( @@ -581,15 +581,15 @@ width = 683; anchors = ( { name = bottom; -pos = (354,0); +pos = (360,0); }, { name = top; -pos = (504,729); +pos = (510,729); }, { name = topleft; -pos = (119,729); +pos = (125,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -597,22 +597,633 @@ shapes = ( { closed = 1; nodes = ( -(467,0,l), -(520,259,l), -(928,729,l), -(663,729,l), -(547,584,l), -(440,447,l), -(431,447,l), -(383,584,l), -(328,729,l), -(86,729,l), -(296,274,l), -(240,0,l) +(473,0,l), +(526,259,l), +(934,729,l), +(655,729,l), +(549,597,l), +(452,473,l), +(444,473,l), +(400,597,l), +(350,729,l), +(92,729,l), +(302,274,l), +(246,0,l) +); +} +); +width = 836; +}, +{ +anchors = ( +{ +name = bottom; +pos = (171,0); +}, +{ +name = top; +pos = (171,729); +}, +{ +name = topleft; +pos = (2,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(194,0,l), +(194,302,l), +(355,729,l), +(322,729,l), +(182,355,l), +(176,355,l), +(36,729,l), +(2,729,l), +(164,302,l), +(164,0,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(186,0,l), +(186,316,l), +(340,729,l), +(307,729,l), +(201,439,l), +(172,360,l), +(171,360,l), +(141,439,l), +(36,729,l), +(2,729,l), +(155,316,l), +(155,0,l) +); +} +); +width = 341; +}, +{ +anchors = ( +{ +name = bottom; +pos = (243,0); +}, +{ +name = top; +pos = (243,729); +}, +{ +name = topleft; +pos = (15,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(343,0,l), +(343,273,l), +(488,729,l), +(293,729,l), +(250,455,l), +(244,455,l), +(205,729,l), +(9,729,l), +(154,273,l), +(154,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(337,0,l), +(337,279,l), +(483,729,l), +(295,729,l), +(260,581,l), +(242,505,l), +(241,505,l), +(225,581,l), +(194,729,l), +(4,729,l), +(150,279,l), +(150,0,l) +); +} +); +width = 487; +}, +{ +anchors = ( +{ +name = bottom; +pos = (293,0); +}, +{ +name = top; +pos = (293,729); +}, +{ +name = topleft; +pos = (17,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(335,0,l), +(335,300,l), +(607,729,l), +(564,729,l), +(319,337,l), +(315,337,l), +(71,729,l), +(27,729,l), +(297,300,l), +(297,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(310,0,l), +(310,307,l), +(582,729,l), +(537,729,l), +(401,514,l), +(292,348,l), +(291,348,l), +(183,514,l), +(48,729,l), +(2,729,l), +(272,307,l), +(272,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 584; +}, +{ +anchors = ( +{ +name = bottom; +pos = (364,0); +}, +{ +name = top; +pos = (364,729); +}, +{ +name = topleft; +pos = (11,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(481,0,l), +(481,269,l), +(752,729,l), +(522,729,l), +(383,467,l), +(375,467,l), +(239,729,l), +(8,729,l), +(278,269,l), +(278,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(464,0,l), +(464,274,l), +(735,729,l), +(510,729,l), +(418,559,l), +(362,461,l), +(361,461,l), +(307,559,l), +(218,729,l), +(-9,729,l), +(261,274,l), +(261,0,l) +); +} +); +width = 726; +}, +{ +anchors = ( +{ +name = bottom; +pos = (350,0); +}, +{ +name = top; +pos = (350,729); +}, +{ +name = topleft; +pos = (13,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(368,0,l), +(368,300,l), +(692,729,l), +(644,729,l), +(434,449,l), +(350,334,l), +(349,334,l), +(264,449,l), +(56,729,l), +(8,729,l), +(330,300,l), +(330,0,l) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = bottom; +pos = (417,0); +}, +{ +name = top; +pos = (417,729); +}, +{ +name = topleft; +pos = (16,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(530,0,l), +(530,266,l), +(851,729,l), +(593,729,l), +(479,551,l), +(419,457,l), +(416,457,l), +(355,551,l), +(244,729,l), +(-17,729,l), +(301,266,l), +(301,0,l) +); +} +); +width = 834; +}, +{ +anchors = ( +{ +name = bottom; +pos = (116,0); +}, +{ +name = top; +pos = (267,729); +}, +{ +name = topleft; +pos = (109,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(223,302,l), +(470,729,l), +(436,729,l), +(216,344,l), +(212,344,l), +(152,729,l), +(121,729,l), +(192,302,l), +(130,0,l) +); +} +); +}; +guides = ( +{ +pos = (184,337); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,0,l), +(197,320,l), +(436,729,l), +(402,729,l), +(278,516,l), +(193,363,l), +(192,363,l), +(166,516,l), +(134,729,l), +(103,729,l), +(169,322,l), +(101,0,l) +); +} +); +width = 343; +}, +{ +anchors = ( +{ +name = bottom; +pos = (174,0); +}, +{ +name = top; +pos = (324,729); +}, +{ +name = topleft; +pos = (164,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(291,0,l), +(346,273,l), +(586,729,l), +(389,729,l), +(296,471,l), +(289,471,l), +(286,729,l), +(112,729,l), +(161,273,l), +(104,0,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(266,0,l), +(320,258,l), +(573,729,l), +(385,729,l), +(311,545,l), +(281,471,l), +(280,471,l), +(278,545,l), +(269,729,l), +(93,729,l), +(142,288,l), +(81,0,l) +); +} +); +width = 476; +}, +{ +anchors = ( +{ +name = bottom; +pos = (227,0); +}, +{ +name = top; +pos = (378,729); +}, +{ +name = topleft; +pos = (124,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(246,0,l), +(307,296,l), +(664,729,l), +(616,729,l), +(374,431,l), +(296,335,l), +(295,335,l), +(257,431,l), +(139,729,l), +(100,729,l), +(271,301,l), +(208,0,l) +); +} +); +width = 570; +}, +{ +anchors = ( +{ +name = bottom; +pos = (286,0); +}, +{ +name = top; +pos = (428,729); +}, +{ +name = topleft; +pos = (103,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(386,0,l), +(440,262,l), +(801,729,l), +(566,729,l), +(443,556,l), +(372,452,l), +(371,452,l), +(341,557,l), +(296,729,l), +(74,729,l), +(240,269,l), +(185,0,l) +); +} +); +width = 685; +}, +{ +anchors = ( +{ +name = bottom; +pos = (283,0); +}, +{ +name = top; +pos = (434,729); +}, +{ +name = topleft; +pos = (113,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(302,0,l), +(363,296,l), +(774,729,l), +(725,729,l), +(468,457,l), +(350,334,l), +(349,334,l), +(283,456,l), +(140,729,l), +(101,729,l), +(326,299,l), +(264,0,l) +); +} +); +width = 681; +}, +{ +anchors = ( +{ +name = bottom; +pos = (339,0); +}, +{ +name = top; +pos = (489,729); +}, +{ +name = topleft; +pos = (104,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(452,0,l), +(505,259,l), +(913,729,l), +(648,729,l), +(532,584,l), +(421,449,l), +(420,449,l), +(368,584,l), +(313,729,l), +(71,729,l), +(281,274,l), +(225,0,l) ); } ); -width = 824; +width = 794; } ); unicode = 89; diff --git a/sources/MonaSans.glyphspackage/glyphs/Y_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/Y_acute.glyph index 76a29843..6215e1b2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Y_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Y_acute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Yacute; -kernLeft = Y; -kernRight = Y; +kernLeft = KO_Y; +kernRight = KO_Y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (136,51); ref = acutecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Y; }, { -pos = (263,57); +pos = (289,57); ref = acutecomb; } ); -width = 634; +width = 693; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Y; }, { -pos = (269,51); +pos = (300,56); ref = acutecomb; } ); -width = 760; +width = 846; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Y; }, { -pos = (289,57); +pos = (259,57); ref = acutecomb; } ); -width = 693; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Y; }, { -pos = (300,56); +pos = (261,51); ref = acutecomb; } ); -width = 834; +width = 740; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (140,51); ref = acutecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (304,56); ref = acutecomb; } ); -width = 824; +width = 836; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (135,57); +ref = acutecomb; +} +); +width = 341; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (141,51); +ref = acutecomb; +} +); +width = 487; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (258,57); +ref = acutecomb; +} +); +width = 584; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (273,51); +ref = acutecomb; +} +); +width = 726; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (302,57); +ref = acutecomb; +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (310,56); +ref = acutecomb; +} +); +width = 834; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (149,57); +ref = acutecomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (140,51); +ref = acutecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (260,57); +ref = acutecomb; +} +); +width = 570; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (262,51); +ref = acutecomb; +} +); +width = 685; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (301,57); +ref = acutecomb; +} +); +width = 681; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (304,56); +ref = acutecomb; +} +); +width = 794; } ); unicode = 221; diff --git a/sources/MonaSans.glyphspackage/glyphs/Y_circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/Y_circumflex.glyph index aba1b895..c539b54f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Y_circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Y_circumflex.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Ycircumflex; -kernRight = Y; +kernLeft = KO_Y; +kernRight = KO_Y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (31,51); ref = circumflexcomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Y; }, { -pos = (154,57); +pos = (168,57); ref = circumflexcomb; } ); -width = 634; +width = 693; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Y; }, { -pos = (134,51); +pos = (126,56); ref = circumflexcomb; } ); -width = 760; +width = 846; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Y; }, { -pos = (168,57); +pos = (152,57); ref = circumflexcomb; } ); -width = 693; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Y; }, { -pos = (126,56); +pos = (132,51); ref = circumflexcomb; } ); -width = 834; +width = 740; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (33,51); ref = circumflexcomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (128,56); ref = circumflexcomb; } ); -width = 824; +width = 836; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (62,57); +ref = circumflexcomb; +} +); +width = 341; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (36,51); +ref = circumflexcomb; +} +); +width = 487; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (149,57); +ref = circumflexcomb; +} +); +width = 584; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (138,51); +ref = circumflexcomb; +} +); +width = 726; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (181,57); +ref = circumflexcomb; +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (136,56); +ref = circumflexcomb; +} +); +width = 834; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (75,57); +ref = circumflexcomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (33,51); +ref = circumflexcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (150,57); +ref = circumflexcomb; +} +); +width = 570; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (128,51); +ref = circumflexcomb; +} +); +width = 685; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (178,57); +ref = circumflexcomb; +} +); +width = 681; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (128,56); +ref = circumflexcomb; +} +); +width = 794; } ); unicode = 374; diff --git a/sources/MonaSans.glyphspackage/glyphs/Y_dieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/Y_dieresis.glyph index 8f14c905..5e77c16f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Y_dieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Y_dieresis.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Ydieresis; -kernRight = Y; +kernLeft = KO_Y; +kernRight = KO_Y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (23,51); ref = dieresiscomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Y; }, { -pos = (156,57); +pos = (170,57); ref = dieresiscomb; } ); -width = 634; +width = 693; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Y; }, { -pos = (138,51); +pos = (134,51); ref = dieresiscomb; } ); -width = 760; +width = 846; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Y; }, { -pos = (170,57); +pos = (154,57); ref = dieresiscomb; } ); -width = 693; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Y; }, { -pos = (134,51); +pos = (136,51); ref = dieresiscomb; } ); -width = 834; +width = 740; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (18,51); ref = dieresiscomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (135,51); ref = dieresiscomb; } ); -width = 824; +width = 836; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (73,57); +ref = dieresiscomb; +} +); +width = 341; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (28,51); +ref = dieresiscomb; +} +); +width = 487; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (151,57); +ref = dieresiscomb; +} +); +width = 584; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (142,51); +ref = dieresiscomb; +} +); +width = 726; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (183,57); +ref = dieresiscomb; +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (144,51); +ref = dieresiscomb; +} +); +width = 834; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (81,57); +ref = dieresiscomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (18,51); +ref = dieresiscomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (155,57); +ref = dieresiscomb; +} +); +width = 570; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (128,51); +ref = dieresiscomb; +} +); +width = 685; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (182,57); +ref = dieresiscomb; +} +); +width = 681; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (135,51); +ref = dieresiscomb; +} +); +width = 794; } ); unicode = 376; diff --git a/sources/MonaSans.glyphspackage/glyphs/Y_dieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/Y_dieresis.ss01.glyph index 3f6a7a17..aecc3541 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Y_dieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Y_dieresis.ss01.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Ydieresis.ss01; -kernRight = Y; +kernLeft = KO_Y; +kernRight = KO_Y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (24,51); ref = dieresiscomb.ss01; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Y; }, { -pos = (183,57); +pos = (203,57); ref = dieresiscomb.ss01; } ); -width = 634; +width = 693; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Y; }, { -pos = (150,51); +pos = (156,51); ref = dieresiscomb.ss01; } ); -width = 760; +width = 846; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Y; }, { -pos = (203,57); +pos = (179,57); ref = dieresiscomb.ss01; } ); -width = 693; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Y; }, { -pos = (156,51); +pos = (148,51); ref = dieresiscomb.ss01; } ); -width = 834; +width = 740; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (26,51); ref = dieresiscomb.ss01; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (164,51); ref = dieresiscomb.ss01; } ); -width = 824; +width = 836; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (84,57); +ref = dieresiscomb.ss01; +} +); +width = 341; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (29,51); +ref = dieresiscomb.ss01; +} +); +width = 487; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (178,57); +ref = dieresiscomb.ss01; +} +); +width = 584; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (154,51); +ref = dieresiscomb.ss01; +} +); +width = 726; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (216,57); +ref = dieresiscomb.ss01; +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (166,51); +ref = dieresiscomb.ss01; +} +); +width = 834; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (94,57); +ref = dieresiscomb.ss01; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (26,51); +ref = dieresiscomb.ss01; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (177,57); +ref = dieresiscomb.ss01; +} +); +width = 570; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (144,51); +ref = dieresiscomb.ss01; +} +); +width = 685; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (219,57); +ref = dieresiscomb.ss01; +} +); +width = 681; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (164,51); +ref = dieresiscomb.ss01; +} +); +width = 794; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/Y_dotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/Y_dotbelow.glyph index e7ecccad..dd1c029a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Y_dotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Y_dotbelow.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Ydotbelow; -kernRight = Y; +kernLeft = KO_Y; +kernRight = KO_Y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (130,0); ref = dotbelowcomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Y; }, { -pos = (246,0); +pos = (275,0); ref = dotbelowcomb; } ); -width = 634; +width = 693; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Y; }, { -pos = (256,0); +pos = (264,0); ref = dotbelowcomb; } ); -width = 760; +width = 846; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Y; }, { -pos = (275,0); +pos = (242,0); ref = dotbelowcomb; } ); -width = 693; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Y; }, { -pos = (264,0); +pos = (250,0); ref = dotbelowcomb; } ); -width = 834; +width = 740; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (120,0); ref = dotbelowcomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (257,0); ref = dotbelowcomb; } ); -width = 824; +width = 836; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (128,0); +ref = dotbelowcomb; +} +); +width = 341; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (135,0); +ref = dotbelowcomb; +} +); +width = 487; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (241,0); +ref = dotbelowcomb; +} +); +width = 584; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (260,0); +ref = dotbelowcomb; +} +); +width = 726; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (288,0); +ref = dotbelowcomb; +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (274,0); +ref = dotbelowcomb; +} +); +width = 834; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (129,0); +ref = dotbelowcomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (120,0); +ref = dotbelowcomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (233,0); +ref = dotbelowcomb; +} +); +width = 570; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (244,0); +ref = dotbelowcomb; +} +); +width = 685; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (276,0); +ref = dotbelowcomb; +} +); +width = 681; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (257,0); +ref = dotbelowcomb; +} +); +width = 794; } ); unicode = 7924; diff --git a/sources/MonaSans.glyphspackage/glyphs/Y_dotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/Y_dotbelow.ss01.glyph index 050c4371..911c1a4a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Y_dotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Y_dotbelow.ss01.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Ydotbelow.ss01; -kernRight = Y; +kernLeft = KO_Y; +kernRight = KO_Y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (119,0); ref = dotbelowcomb.ss01; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Y; }, { -pos = (259,0); +pos = (288,0); ref = dotbelowcomb.ss01; } ); -width = 634; +width = 693; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Y; }, { -pos = (245,0); +pos = (276,0); ref = dotbelowcomb.ss01; } ); -width = 760; +width = 846; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Y; }, { -pos = (288,0); +pos = (255,0); ref = dotbelowcomb.ss01; } ); -width = 693; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Y; }, { -pos = (276,0); +pos = (237,0); ref = dotbelowcomb.ss01; } ); -width = 834; +width = 740; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (111,0); ref = dotbelowcomb.ss01; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (271,0); ref = dotbelowcomb.ss01; } ); -width = 824; +width = 836; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (136,0); +ref = dotbelowcomb.ss01; +} +); +width = 341; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (124,0); +ref = dotbelowcomb.ss01; +} +); +width = 487; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (254,0); +ref = dotbelowcomb.ss01; +} +); +width = 584; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (249,0); +ref = dotbelowcomb.ss01; +} +); +width = 726; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (301,0); +ref = dotbelowcomb.ss01; +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (286,0); +ref = dotbelowcomb.ss01; +} +); +width = 834; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (137,0); +ref = dotbelowcomb.ss01; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (111,0); +ref = dotbelowcomb.ss01; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (246,0); +ref = dotbelowcomb.ss01; +} +); +width = 570; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (235,0); +ref = dotbelowcomb.ss01; +} +); +width = 685; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (287,0); +ref = dotbelowcomb.ss01; +} +); +width = 681; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (271,0); +ref = dotbelowcomb.ss01; +} +); +width = 794; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/Y_grave.glyph b/sources/MonaSans.glyphspackage/glyphs/Y_grave.glyph index 833c47bf..6d6e894f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Y_grave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Y_grave.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = Ygrave; -kernRight = Y; +kernLeft = KO_Y; +kernRight = KO_Y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (39,51); ref = gravecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Y; }, { -pos = (184,57); +pos = (203,57); ref = gravecomb; } ); -width = 634; +width = 693; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Y; }, { -pos = (172,51); +pos = (183,56); ref = gravecomb; } ); -width = 760; +width = 846; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Y; }, { -pos = (203,57); +pos = (180,57); ref = gravecomb; } ); -width = 693; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Y; }, { -pos = (183,56); +pos = (172,51); ref = gravecomb; } ); -width = 834; +width = 740; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (50,51); ref = gravecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (187,56); ref = gravecomb; } ); -width = 824; +width = 836; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (57,57); +ref = gravecomb; +} +); +width = 341; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (44,51); +ref = gravecomb; +} +); +width = 487; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (179,57); +ref = gravecomb; +} +); +width = 584; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (176,51); +ref = gravecomb; +} +); +width = 726; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (216,57); +ref = gravecomb; +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (193,56); +ref = gravecomb; +} +); +width = 834; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (72,57); +ref = gravecomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (50,51); +ref = gravecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (183,57); +ref = gravecomb; +} +); +width = 570; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (161,51); +ref = gravecomb; +} +); +width = 685; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (214,57); +ref = gravecomb; +} +); +width = 681; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (187,56); +ref = gravecomb; +} +); +width = 794; } ); unicode = 7922; diff --git a/sources/MonaSans.glyphspackage/glyphs/Y_hookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/Y_hookabove.glyph index dcfa59af..4a4be4d1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Y_hookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Y_hookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Yhookabove; -kernLeft = Y; -kernRight = Y; +kernLeft = KO_Y; +kernRight = KO_Y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (109,50); ref = hookabovecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Y; }, { -pos = (210,57); +pos = (239,57); ref = hookabovecomb; } ); -width = 634; +width = 693; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Y; }, { -pos = (218,51); +pos = (264,51); ref = hookabovecomb; } ); -width = 760; +width = 846; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Y; }, { -pos = (239,57); +pos = (206,57); ref = hookabovecomb; } ); -width = 693; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Y; }, { -pos = (264,51); +pos = (215,51); ref = hookabovecomb; } ); -width = 834; +width = 740; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (104,49); ref = hookabovecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (252,48); ref = hookabovecomb; } ); -width = 824; +width = 836; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (110,57); +ref = hookabovecomb; +} +); +width = 341; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (114,50); +ref = hookabovecomb; +} +); +width = 487; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (205,57); +ref = hookabovecomb; +} +); +width = 584; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (222,51); +ref = hookabovecomb; +} +); +width = 726; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (252,57); +ref = hookabovecomb; +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (274,51); +ref = hookabovecomb; +} +); +width = 834; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (101,56); +ref = hookabovecomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (104,49); +ref = hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (213,56); +ref = hookabovecomb; +} +); +width = 570; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (202,50); +ref = hookabovecomb; +} +); +width = 685; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (256,56); +ref = hookabovecomb; +} +); +width = 681; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (252,48); +ref = hookabovecomb; +} +); +width = 794; } ); unicode = 7926; diff --git a/sources/MonaSans.glyphspackage/glyphs/Y_tilde.glyph b/sources/MonaSans.glyphspackage/glyphs/Y_tilde.glyph index 42afd691..3c44e2df 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Y_tilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Y_tilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Ytilde; -kernLeft = Y; -kernRight = Y; +kernLeft = KO_Y; +kernRight = KO_Y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (16,50); ref = tildecomb; } ); -width = 497; +width = 513; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Y; }, { -pos = (129,57); +pos = (140,57); ref = tildecomb; } ); -width = 634; +width = 693; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Y; }, { -pos = (123,51); +pos = (153,56); ref = tildecomb; } ); -width = 760; +width = 846; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Y; }, { -pos = (140,57); +pos = (127,57); ref = tildecomb; } ); -width = 693; +width = 627; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Y; }, { -pos = (153,56); +pos = (121,51); ref = tildecomb; } ); -width = 834; +width = 740; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (17,50); ref = tildecomb; } ); -width = 498; +width = 514; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (160,51); ref = tildecomb; } ); -width = 824; +width = 836; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (51,57); +ref = tildecomb; +} +); +width = 341; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (21,50); +ref = tildecomb; +} +); +width = 487; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (124,57); +ref = tildecomb; +} +); +width = 584; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (127,51); +ref = tildecomb; +} +); +width = 726; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (153,57); +ref = tildecomb; +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (163,56); +ref = tildecomb; +} +); +width = 834; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (65,57); +ref = tildecomb; +} +); +width = 343; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (17,50); +ref = tildecomb; +} +); +width = 476; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (128,57); +ref = tildecomb; +} +); +width = 570; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (113,51); +ref = tildecomb; +} +); +width = 685; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (152,57); +ref = tildecomb; +} +); +width = 681; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (160,51); +ref = tildecomb; +} +); +width = 794; } ); unicode = 7928; diff --git a/sources/MonaSans.glyphspackage/glyphs/Z_.glyph b/sources/MonaSans.glyphspackage/glyphs/Z_.glyph index 083e2755..b93e25f3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Z_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Z_.glyph @@ -1,21 +1,21 @@ { glyphname = Z; -kernLeft = Z; -kernRight = Z; +kernLeft = KO_Z; +kernRight = KO_Z; layers = ( { anchors = ( { name = bottom; -pos = (218,0); +pos = (226,0); }, { name = center; -pos = (218,365); +pos = (226,365); }, { name = top; -pos = (218,729); +pos = (226,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -23,20 +23,24 @@ shapes = ( { closed = 1; nodes = ( -(417,0,l), -(417,157,l), -(215,157,l), -(417,589,l), -(417,729,l), -(27,729,l), -(27,571,l), -(215,571,l), -(14,139,l), -(14,0,l) +(425,0,l), +(425,157,l), +(222,157,l), +(222,161,l), +(259,233,l), +(425,589,l), +(425,729,l), +(35,729,l), +(35,571,l), +(224,571,l), +(224,566,l), +(185,490,l), +(22,139,l), +(22,0,l) ); } ); -width = 434; +width = 450; }, { anchors = ( @@ -61,11 +65,15 @@ nodes = ( (320,0,l), (320,30,l), (45,30,l), +(45,34,l), +(87,136,l), (312,707,l), (312,729,l), (21,729,l), (21,700,l), (277,700,l), +(277,696,l), +(244,617,l), (10,23,l), (10,0,l) ); @@ -77,173 +85,189 @@ width = 329; anchors = ( { name = bottom; -pos = (308,0); +pos = (337,0); }, { name = center; -pos = (308,365); +pos = (337,365); }, { name = top; -pos = (308,729); +pos = (337,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(584,0,l), -(584,37,l), -(86,37,l), -(572,701,l), -(572,729,l), -(49,729,l), -(49,693,l), -(520,693,l), -(34,29,l), -(34,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -6 +(655,0,l), +(655,37,l), +(73,37,l), +(73,41,l), +(141,116,l), +(643,698,l), +(643,729,l), +(35,729,l), +(35,693,l), +(589,693,l), +(589,689,l), +(538,634,l), +(20,32,l), +(20,0,l) ); -type = Stem; } ); -}; -width = 618; +width = 675; }, { anchors = ( { name = bottom; -pos = (321,0); +pos = (355,0); }, { name = center; -pos = (321,365); +pos = (355,365); }, { name = top; -pos = (321,729); +pos = (355,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(610,0,l), -(610,172,l), -(276,172,l), -(601,554,l), -(601,729,l), -(48,729,l), -(48,556,l), -(352,556,l), -(30,173,l), -(30,0,l) +(687,0,l), +(687,179,l), +(301,179,l), +(301,183,l), +(395,271,l), +(677,547,l), +(677,729,l), +(41,729,l), +(41,549,l), +(396,549,l), +(396,545,l), +(313,467,l), +(21,180,l), +(21,0,l) ); } ); -width = 642; +width = 711; }, { anchors = ( { name = bottom; -pos = (337,0); +pos = (290,0); }, { name = center; -pos = (337,365); +pos = (290,365); }, { name = top; -pos = (337,729); +pos = (290,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(655,0,l), -(655,37,l), -(73,37,l), -(643,698,l), -(643,729,l), -(35,729,l), -(35,693,l), -(589,693,l), -(20,32,l), -(20,0,l) +(564,0,l), +(564,37,l), +(86,37,l), +(86,41,l), +(152,134,l), +(542,701,l), +(542,729,l), +(47,729,l), +(47,693,l), +(492,693,l), +(492,689,l), +(431,603,l), +(37,29,l), +(37,0,l) ); } ); -width = 675; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +} +); +}; +width = 596; }, { anchors = ( { name = bottom; -pos = (349,0); +pos = (314,0); }, { name = center; -pos = (349,365); +pos = (314,365); }, { name = top; -pos = (349,729); +pos = (314,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(681,0,l), -(681,179,l), -(295,179,l), -(671,547,l), -(671,729,l), -(35,729,l), -(35,549,l), -(390,549,l), -(15,180,l), -(15,0,l) +(605,0,l), +(605,172,l), +(262,172,l), +(262,184,l), +(342,260,l), +(597,554,l), +(597,729,l), +(40,729,l), +(40,556,l), +(346,556,l), +(346,544,l), +(279,479,l), +(21,173,l), +(21,0,l) ); } ); -width = 699; +width = 627; }, { anchors = ( @@ -267,13 +291,17 @@ closed = 1; nodes = ( (264,0,l), (270,30,l), -(-2,30,l), -(404,707,l), +(-1,30,l), +(-1,33,l), +(64,139,l), +(403,705,l), (408,729,l), (119,729,l), (113,700,l), -(367,700,l), -(-38,23,l), +(366,700,l), +(366,697,l), +(316,616,l), +(-37,25,l), (-43,0,l) ); } @@ -284,15 +312,15 @@ width = 326; anchors = ( { name = bottom; -pos = (161,0); +pos = (169,0); }, { name = center; -pos = (236,365); +pos = (244,365); }, { name = top; -pos = (312,729); +pos = (320,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -300,20 +328,24 @@ shapes = ( { closed = 1; nodes = ( -(358,0,l), -(390,157,l), -(189,157,l), -(481,589,l), -(509,729,l), -(123,729,l), -(90,571,l), -(276,571,l), -(-13,139,l), -(-41,0,l) +(366,0,l), +(398,157,l), +(197,157,l), +(197,161,l), +(245,229,l), +(489,589,l), +(517,729,l), +(131,729,l), +(98,571,l), +(284,571,l), +(284,567,l), +(231,492,l), +(-5,139,l), +(-33,0,l) ); } ); -width = 432; +width = 448; }, { anchors = ( @@ -338,11 +370,15 @@ nodes = ( (515,0,l), (522,37,l), (43,37,l), +(43,41,l), +(143,146,l), (648,699,l), (654,729,l), (147,729,l), (140,693,l), (593,693,l), +(593,689,l), +(514,606,l), (-13,31,l), (-20,0,l) ); @@ -373,11 +409,15 @@ nodes = ( (547,0,l), (582,172,l), (266,172,l), +(266,177,l), +(347,255,l), (657,574,l), (689,729,l), (142,729,l), (107,556,l), (393,556,l), +(393,552,l), +(328,489,l), (5,157,l), (-28,0,l) ); @@ -408,12 +448,16 @@ nodes = ( (594,0,l), (601,37,l), (32,37,l), -(727,698,l), +(32,41,l), +(127,127,l), +(726,697,l), (733,729,l), (133,729,l), (126,693,l), -(668,693,l), -(-27,32,l), +(669,693,l), +(669,689,l), +(592,620,l), +(-26,33,l), (-33,0,l) ); } @@ -424,15 +468,15 @@ width = 668; anchors = ( { name = bottom; -pos = (290,0); +pos = (296,0); }, { name = center; -pos = (365,365); +pos = (371,365); }, { name = top; -pos = (441,729); +pos = (447,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -440,20 +484,524 @@ shapes = ( { closed = 1; nodes = ( -(619,0,l), -(656,179,l), -(288,179,l), -(723,550,l), -(760,729,l), -(130,729,l), -(93,549,l), -(430,549,l), -(-5,177,l), -(-41,0,l) +(625,0,l), +(662,179,l), +(294,179,l), +(294,183,l), +(389,260,l), +(729,550,l), +(766,729,l), +(136,729,l), +(99,549,l), +(436,549,l), +(436,545,l), +(356,481,l), +(1,177,l), +(-35,0,l) +); +} +); +width = 705; +}, +{ +anchors = ( +{ +name = bottom; +pos = (142,0); +}, +{ +name = center; +pos = (142,365); +}, +{ +name = top; +pos = (142,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,0,l), +(282,30,l), +(35,30,l), +(35,30,l), +(65,114,l), +(275,707,l), +(275,729,l), +(12,729,l), +(12,700,l), +(242,700,l), +(242,700,l), +(219,636,l), +(2,23,l), +(2,0,l) +); +} +); +width = 284; +}, +{ +anchors = ( +{ +name = bottom; +pos = (209,0); +}, +{ +name = center; +pos = (209,365); +}, +{ +name = top; +pos = (209,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(408,0,l), +(408,157,l), +(206,157,l), +(206,157,l), +(240,231,l), +(408,589,l), +(408,729,l), +(18,729,l), +(18,571,l), +(206,571,l), +(206,571,l), +(175,505,l), +(5,139,l), +(5,0,l) +); +} +); +width = 415; +}, +{ +anchors = ( +{ +name = bottom; +pos = (288,0); +}, +{ +name = center; +pos = (288,365); +}, +{ +name = top; +pos = (288,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(564,0,l), +(564,37,l), +(66,37,l), +(66,37,l), +(127,120,l), +(552,701,l), +(552,729,l), +(29,729,l), +(29,693,l), +(500,693,l), +(500,693,l), +(440,611,l), +(14,29,l), +(14,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +} +); +}; +width = 578; +}, +{ +anchors = ( +{ +name = bottom; +pos = (295,0); +}, +{ +name = center; +pos = (295,365); +}, +{ +name = top; +pos = (295,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(584,0,l), +(584,172,l), +(250,172,l), +(250,172,l), +(317,251,l), +(575,554,l), +(575,729,l), +(22,729,l), +(22,556,l), +(326,556,l), +(326,556,l), +(266,485,l), +(4,173,l), +(4,0,l) +); +} +); +width = 590; +}, +{ +anchors = ( +{ +name = bottom; +pos = (327,0); +}, +{ +name = center; +pos = (327,365); +}, +{ +name = top; +pos = (327,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(645,0,l), +(645,37,l), +(63,37,l), +(63,37,l), +(141,128,l), +(633,698,l), +(633,729,l), +(25,729,l), +(25,693,l), +(579,693,l), +(579,693,l), +(513,617,l), +(10,32,l), +(10,0,l) +); +} +); +width = 655; +}, +{ +anchors = ( +{ +name = bottom; +pos = (334,0); +}, +{ +name = center; +pos = (334,365); +}, +{ +name = top; +pos = (334,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(666,0,l), +(666,179,l), +(280,179,l), +(280,184,l), +(370,267,l), +(656,547,l), +(656,729,l), +(20,729,l), +(20,549,l), +(375,549,l), +(375,545,l), +(301,476,l), +(0,180,l), +(0,0,l) +); +} +); +width = 669; +}, +{ +anchors = ( +{ +name = bottom; +pos = (97,0); +}, +{ +name = center; +pos = (172,365); +}, +{ +name = top; +pos = (248,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(244,0,l), +(250,30,l), +(-9,30,l), +(-9,33,l), +(54,139,l), +(383,705,l), +(388,729,l), +(111,729,l), +(105,700,l), +(346,700,l), +(346,697,l), +(298,616,l), +(-45,25,l), +(-51,0,l) +); +} +); +width = 299; +}, +{ +anchors = ( +{ +name = bottom; +pos = (150,0); +}, +{ +name = center; +pos = (225,365); +}, +{ +name = top; +pos = (301,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(347,0,l), +(379,157,l), +(180,157,l), +(180,158,l), +(228,229,l), +(470,589,l), +(498,729,l), +(112,729,l), +(79,571,l), +(265,571,l), +(265,570,l), +(212,492,l), +(-22,139,l), +(-50,0,l) +); +} +); +width = 410; +}, +{ +anchors = ( +{ +name = bottom; +pos = (223,0); +}, +{ +name = center; +pos = (299,365); +}, +{ +name = top; +pos = (374,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(491,0,l), +(498,37,l), +(19,37,l), +(19,41,l), +(119,146,l), +(624,699,l), +(630,729,l), +(123,729,l), +(116,693,l), +(569,693,l), +(569,689,l), +(490,606,l), +(-37,31,l), +(-44,0,l) +); +} +); +width = 555; +}, +{ +anchors = ( +{ +name = bottom; +pos = (232,0); +}, +{ +name = center; +pos = (307,365); +}, +{ +name = top; +pos = (382,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(518,0,l), +(553,172,l), +(237,172,l), +(237,177,l), +(318,255,l), +(628,574,l), +(660,729,l), +(113,729,l), +(78,556,l), +(364,556,l), +(364,552,l), +(299,489,l), +(-24,157,l), +(-57,0,l) +); +} +); +width = 576; +}, +{ +anchors = ( +{ +name = bottom; +pos = (276,0); +}, +{ +name = center; +pos = (351,365); +}, +{ +name = top; +pos = (427,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(600,0,l), +(607,37,l), +(18,37,l), +(18,38,l), +(113,127,l), +(722,697,l), +(729,729,l), +(129,729,l), +(122,693,l), +(667,693,l), +(667,692,l), +(590,620,l), +(-38,33,l), +(-45,0,l) +); +} +); +width = 660; +}, +{ +anchors = ( +{ +name = bottom; +pos = (294,0); +}, +{ +name = center; +pos = (369,365); +}, +{ +name = top; +pos = (445,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(635,0,l), +(672,179,l), +(281,179,l), +(281,183,l), +(378,260,l), +(738,550,l), +(775,729,l), +(124,729,l), +(87,549,l), +(445,549,l), +(445,545,l), +(363,481,l), +(-12,177,l), +(-48,0,l) ); } ); -width = 693; +width = 697; } ); unicode = 90; diff --git a/sources/MonaSans.glyphspackage/glyphs/Z_acute.glyph b/sources/MonaSans.glyphspackage/glyphs/Z_acute.glyph index 878da6a3..0c8651ef 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Z_acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Z_acute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Zacute; -kernLeft = Z; -kernRight = Z; +kernLeft = KO_Z; +kernRight = KO_Zcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (106,51); ref = acutecomb; } ); -width = 434; +width = 450; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Z; }, { -pos = (253,57); +pos = (279,57); ref = acutecomb; } ); -width = 618; +width = 675; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Z; }, { -pos = (209,51); +pos = (232,56); ref = acutecomb; } ); -width = 642; +width = 711; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Z; }, { -pos = (279,57); +pos = (234,57); ref = acutecomb; } ); -width = 675; +width = 596; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Z; }, { -pos = (232,56); +pos = (204,51); ref = acutecomb; } ); -width = 699; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (117,51); ref = acutecomb; } ); -width = 432; +width = 448; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (241,56); ref = acutecomb; } ); -width = 693; +width = 705; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (106,57); +ref = acutecomb; +} +); +width = 284; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (107,51); +ref = acutecomb; +} +); +width = 415; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (253,57); +ref = acutecomb; +} +); +width = 618; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (204,51); +ref = acutecomb; +} +); +width = 590; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (279,57); +ref = acutecomb; +} +); +width = 655; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (227,56); +ref = acutecomb; +} +); +width = 669; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (130,57); +ref = acutecomb; +} +); +width = 299; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (117,51); +ref = acutecomb; +} +); +width = 410; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (256,57); +ref = acutecomb; +} +); +width = 555; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (216,51); +ref = acutecomb; +} +); +width = 576; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (294,57); +ref = acutecomb; +} +); +width = 660; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (260,56); +ref = acutecomb; +} +); +width = 697; } ); unicode = 377; diff --git a/sources/MonaSans.glyphspackage/glyphs/Z_caron.glyph b/sources/MonaSans.glyphspackage/glyphs/Z_caron.glyph index cbd23e34..857d128c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Z_caron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Z_caron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Zcaron; -kernLeft = Z; -kernRight = Z; +kernLeft = KO_Z; +kernRight = KO_Zcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (1,51); ref = caroncomb; } ); -width = 434; +width = 450; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Z; }, { -pos = (144,57); +pos = (158,57); ref = caroncomb; } ); -width = 618; +width = 675; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Z; }, { -pos = (74,51); +pos = (58,56); ref = caroncomb; } ); -width = 642; +width = 711; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Z; }, { -pos = (158,57); +pos = (127,57); ref = caroncomb; } ); -width = 675; +width = 596; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Z; }, { -pos = (58,56); +pos = (75,51); ref = caroncomb; } ); -width = 699; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (16,51); ref = caroncomb; } ); -width = 432; +width = 448; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (67,56); ref = caroncomb; } ); -width = 693; +width = 705; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (33,57); +ref = caroncomb; +} +); +width = 284; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (2,51); +ref = caroncomb; +} +); +width = 415; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (144,57); +ref = caroncomb; +} +); +width = 618; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (69,51); +ref = caroncomb; +} +); +width = 590; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (158,57); +ref = caroncomb; +} +); +width = 655; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (53,56); +ref = caroncomb; +} +); +width = 669; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (57,57); +ref = caroncomb; +} +); +width = 299; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (16,51); +ref = caroncomb; +} +); +width = 410; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (147,57); +ref = caroncomb; +} +); +width = 555; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (77,51); +ref = caroncomb; +} +); +width = 576; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (171,57); +ref = caroncomb; +} +); +width = 660; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (86,56); +ref = caroncomb; +} +); +width = 697; } ); unicode = 381; diff --git a/sources/MonaSans.glyphspackage/glyphs/Z_dotaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/Z_dotaccent.glyph index 6f3fde1e..5c626ad6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Z_dotaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Z_dotaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Zdotaccent; -kernLeft = Z; -kernRight = Z; +kernLeft = KO_Z; +kernRight = KO_Zcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (84,51); ref = dotaccentcomb; } ); -width = 434; +width = 450; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Z; }, { -pos = (236,57); +pos = (265,57); ref = dotaccentcomb; } ); -width = 618; +width = 675; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Z; }, { -pos = (184,51); +pos = (191,56); ref = dotaccentcomb; } ); -width = 642; +width = 711; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Z; }, { -pos = (265,57); +pos = (217,79); ref = dotaccentcomb; } ); -width = 675; +width = 596; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Z; }, { -pos = (191,56); +pos = (181,65); ref = dotaccentcomb; } ); -width = 699; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (94,51); ref = dotaccentcomb; } ); -width = 432; +width = 448; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (197,56); ref = dotaccentcomb; } ); -width = 693; +width = 705; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (99,62); +ref = dotaccentcomb; +} +); +width = 284; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (85,51); +ref = dotaccentcomb; +} +); +width = 415; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (236,57); +ref = dotaccentcomb; +} +); +width = 618; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (179,51); +ref = dotaccentcomb; +} +); +width = 590; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (265,57); +ref = dotaccentcomb; +} +); +width = 655; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (186,56); +ref = dotaccentcomb; +} +); +width = 669; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (117,57); +ref = dotaccentcomb; +} +); +width = 299; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (94,51); +ref = dotaccentcomb; +} +); +width = 410; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (241,57); +ref = dotaccentcomb; +} +); +width = 555; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (186,51); +ref = dotaccentcomb; +} +); +width = 576; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (280,57); +ref = dotaccentcomb; +} +); +width = 660; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (216,56); +ref = dotaccentcomb; +} +); +width = 697; } ); unicode = 379; diff --git a/sources/MonaSans.glyphspackage/glyphs/Z_dotaccent.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/Z_dotaccent.ss01.glyph index 8a0303c7..ae4c8acc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/Z_dotaccent.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/Z_dotaccent.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = Zdotaccent.ss01; -kernLeft = Z; -kernRight = Z; +kernLeft = KO_Z; +kernRight = KO_Zcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (89,51); ref = dotaccentcomb.ss01; } ); -width = 434; +width = 450; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = Z; }, { -pos = (249,57); +pos = (278,57); ref = dotaccentcomb.ss01; } ); -width = 618; +width = 675; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = Z; }, { -pos = (185,51); +pos = (198,56); ref = dotaccentcomb.ss01; } ); -width = 642; +width = 711; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = Z; }, { -pos = (278,57); +pos = (230,57); ref = dotaccentcomb.ss01; } ); -width = 675; +width = 596; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = Z; }, { -pos = (198,56); +pos = (180,51); ref = dotaccentcomb.ss01; } ); -width = 699; +width = 627; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (100,51); ref = dotaccentcomb.ss01; } ); -width = 432; +width = 448; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (206,51); ref = dotaccentcomb.ss01; } ); -width = 693; +width = 705; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (107,57); +ref = dotaccentcomb.ss01; +} +); +width = 284; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (90,51); +ref = dotaccentcomb.ss01; +} +); +width = 415; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (249,57); +ref = dotaccentcomb.ss01; +} +); +width = 618; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (180,51); +ref = dotaccentcomb.ss01; +} +); +width = 590; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (278,57); +ref = dotaccentcomb.ss01; +} +); +width = 655; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (193,56); +ref = dotaccentcomb.ss01; +} +); +width = 669; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (131,57); +ref = dotaccentcomb.ss01; +} +); +width = 299; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (100,51); +ref = dotaccentcomb.ss01; +} +); +width = 410; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (254,57); +ref = dotaccentcomb.ss01; +} +); +width = 555; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (191,51); +ref = dotaccentcomb.ss01; +} +); +width = 576; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (293,57); +ref = dotaccentcomb.ss01; +} +); +width = 660; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (225,51); +ref = dotaccentcomb.ss01; +} +); +width = 697; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/_B_.currency.glyph b/sources/MonaSans.glyphspackage/glyphs/_B_.currency.glyph index ea9111f6..17fde38f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_B_.currency.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_B_.currency.glyph @@ -68,7 +68,7 @@ width = 397; anchors = ( { name = bottom; -pos = (246,0); +pos = (254,0); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -76,298 +76,298 @@ shapes = ( { closed = 1; nodes = ( -(231,0,ls), -(375,0,o), -(458,70,o), -(458,206,cs), -(458,296,o), -(425,360,o), -(362,381,c), -(362,387,l), -(411,404,o), -(443,465,o), -(443,537,cs), -(443,654,o), -(391,729,o), -(249,729,cs), -(34,729,l), -(34,0,l) +(239,0,ls), +(383,0,o), +(466,70,o), +(466,206,cs), +(466,296,o), +(433,360,o), +(370,381,c), +(370,387,l), +(419,404,o), +(451,465,o), +(451,537,cs), +(451,654,o), +(399,729,o), +(257,729,cs), +(42,729,l), +(42,0,l) ); }, { closed = 1; nodes = ( -(213,309,l), -(230,309,ls), -(261,309,o), -(281,285,o), -(281,225,cs), -(281,172,o), -(268,141,o), -(229,141,cs), -(213,141,l) +(221,309,l), +(238,309,ls), +(269,309,o), +(289,285,o), +(289,225,cs), +(289,172,o), +(276,141,o), +(237,141,cs), +(221,141,l) ); }, { closed = 1; nodes = ( -(213,591,l), -(230,591,ls), -(260,591,o), -(276,568,o), -(276,513,cs), -(276,465,o), -(265,433,o), -(230,433,cs), -(213,433,l) +(221,591,l), +(238,591,ls), +(268,591,o), +(284,568,o), +(284,513,cs), +(284,465,o), +(273,433,o), +(238,433,cs), +(221,433,l) ); } ); -width = 476; +width = 492; }, { anchors = ( { name = bottom; -pos = (370,0); +pos = (382,0); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(395,0,ls), -(538,0,o), -(629,78,o), -(629,200,cs), -(629,285,o), -(580,356,o), -(483,374,c), -(483,377,l), -(571,397,o), -(610,464,o), -(610,543,cs), -(610,654,o), -(531,729,o), -(396,729,cs), -(111,729,l), -(111,0,l) +(445,0,ls), +(588,0,o), +(679,78,o), +(679,200,cs), +(679,285,o), +(630,356,o), +(533,374,c), +(533,377,l), +(621,397,o), +(660,464,o), +(660,543,cs), +(660,654,o), +(581,729,o), +(446,729,cs), +(85,729,l), +(85,0,l) ); }, { closed = 1; nodes = ( -(149,356,l), -(413,356,ls), -(525,356,o), -(589,298,o), -(589,202,cs), -(589,104,o), -(523,36,o), -(395,36,cs), -(149,36,l) +(123,356,l), +(463,356,ls), +(575,356,o), +(639,298,o), +(639,202,cs), +(639,104,o), +(573,36,o), +(445,36,cs), +(123,36,l) ); }, { closed = 1; nodes = ( -(149,694,l), -(395,694,ls), -(502,694,o), -(572,635,o), -(572,538,cs), -(572,450,o), -(516,391,o), -(411,391,cs), -(149,391,l) +(123,694,l), +(445,694,ls), +(552,694,o), +(622,635,o), +(622,538,cs), +(622,450,o), +(566,391,o), +(461,391,cs), +(123,391,l) ); } ); -width = 702; +width = 729; }, { anchors = ( { name = bottom; -pos = (376,0); +pos = (404,0); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(405,0,ls), -(593,0,o), -(682,85,o), -(682,212,cs), -(682,293,o), -(638,359,o), -(559,376,c), -(559,385,l), -(621,405,o), -(662,467,o), -(662,541,cs), -(662,654,o), -(589,729,o), -(434,729,cs), -(70,729,l), -(70,0,l) +(451,0,ls), +(662,0,o), +(746,86,o), +(746,206,cs), +(746,291,o), +(696,356,o), +(607,376,c), +(607,385,l), +(679,406,o), +(724,465,o), +(724,538,cs), +(724,667,o), +(631,729,o), +(464,729,cs), +(61,729,l), +(61,0,l) ); }, { closed = 1; nodes = ( -(267,299,l), -(381,299,ls), -(440,299,o), -(466,273,o), -(466,226,cs), -(466,179,o), -(440,153,o), -(381,153,cs), -(267,153,l) +(289,298,l), +(405,298,ls), +(471,298,o), +(504,279,o), +(504,228,cs), +(504,184,o), +(479,155,o), +(406,155,cs), +(289,155,l) ); }, { closed = 1; nodes = ( -(267,576,l), -(372,576,ls), -(418,576,o), -(448,555,o), -(448,511,cs), -(448,472,o), -(424,446,o), -(372,446,cs), -(267,446,l) +(289,573,l), +(396,573,ls), +(463,573,o), +(482,549,o), +(482,511,cs), +(482,472,o), +(459,447,o), +(395,447,cs), +(289,447,l) ); } ); -width = 719; +width = 772; }, { anchors = ( { name = bottom; -pos = (382,0); +pos = (359,0); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(445,0,ls), -(588,0,o), -(679,78,o), -(679,200,cs), -(679,285,o), -(630,356,o), -(533,374,c), -(533,377,l), -(621,397,o), -(660,464,o), -(660,543,cs), -(660,654,o), -(581,729,o), -(446,729,cs), -(85,729,l), -(85,0,l) +(384,0,ls), +(525,0,o), +(614,78,o), +(614,200,cs), +(614,285,o), +(565,356,o), +(470,374,c), +(470,377,l), +(556,397,o), +(595,464,o), +(595,543,cs), +(595,654,o), +(518,729,o), +(385,729,cs), +(106,729,l), +(106,0,l) ); }, { closed = 1; nodes = ( -(123,356,l), -(463,356,ls), -(575,356,o), -(639,298,o), -(639,202,cs), -(639,104,o), -(573,36,o), -(445,36,cs), -(123,36,l) +(144,356,l), +(402,356,ls), +(512,356,o), +(574,298,o), +(574,202,cs), +(574,104,o), +(510,36,o), +(384,36,cs), +(144,36,l) ); }, { closed = 1; nodes = ( -(123,694,l), -(445,694,ls), -(552,694,o), -(622,635,o), -(622,538,cs), -(622,450,o), -(566,391,o), -(461,391,cs), -(123,391,l) +(144,694,l), +(384,694,ls), +(489,694,o), +(557,635,o), +(557,538,cs), +(557,450,o), +(503,391,o), +(400,391,cs), +(144,391,l) ); } ); -width = 729; +width = 682; }, { anchors = ( { name = bottom; -pos = (398,0); +pos = (362,0); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(445,0,ls), -(656,0,o), -(740,86,o), -(740,206,cs), -(740,291,o), -(690,356,o), -(601,376,c), -(601,385,l), -(673,406,o), -(718,465,o), -(718,538,cs), -(718,667,o), -(625,729,o), -(458,729,cs), -(55,729,l), -(55,0,l) +(391,0,ls), +(574,0,o), +(660,85,o), +(660,212,cs), +(660,293,o), +(618,359,o), +(542,376,c), +(542,385,l), +(601,405,o), +(641,467,o), +(641,541,cs), +(641,654,o), +(570,729,o), +(420,729,cs), +(64,729,l), +(64,0,l) ); }, { closed = 1; nodes = ( -(283,298,l), -(399,298,ls), -(465,298,o), -(498,279,o), -(498,228,cs), -(498,184,o), -(473,155,o), -(400,155,cs), -(283,155,l) +(259,299,l), +(366,299,ls), +(422,299,o), +(446,273,o), +(446,226,cs), +(446,179,o), +(422,153,o), +(366,153,cs), +(259,153,l) ); }, { closed = 1; nodes = ( -(283,573,l), -(390,573,ls), -(457,573,o), -(476,549,o), -(476,511,cs), -(476,472,o), -(453,447,o), -(389,447,cs), -(283,447,l) +(259,576,l), +(357,576,ls), +(401,576,o), +(429,555,o), +(429,511,cs), +(429,472,o), +(406,446,o), +(357,446,cs), +(259,446,l) ); } ); -width = 760; +width = 692; }, { anchors = ( @@ -434,7 +434,7 @@ width = 395; anchors = ( { name = bottom; -pos = (241,0); +pos = (249,0); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -442,54 +442,54 @@ shapes = ( { closed = 1; nodes = ( -(179,0,ls), -(348,0,o), -(444,95,o), -(449,247,cs), -(451,303,o), -(432,353,o), -(386,375,c), -(388,380,l), -(452,401,o), -(501,474,o), -(504,569,cs), -(507,661,o), -(462,729,o), -(330,729,cs), -(130,729,l), -(-22,0,l) +(187,0,ls), +(356,0,o), +(452,95,o), +(457,247,cs), +(459,303,o), +(440,353,o), +(394,375,c), +(396,380,l), +(460,401,o), +(509,474,o), +(512,569,cs), +(515,661,o), +(470,729,o), +(338,729,cs), +(138,729,l), +(-14,0,l) ); }, { closed = 1; nodes = ( -(222,309,l), -(236,309,ls), -(265,309,o), -(278,289,o), -(276,253,cs), -(274,189,o), -(245,141,o), -(204,141,cs), -(185,141,l) +(230,309,l), +(244,309,ls), +(273,309,o), +(286,289,o), +(284,253,cs), +(282,189,o), +(253,141,o), +(212,141,cs), +(193,141,l) ); }, { closed = 1; nodes = ( -(280,590,l), -(295,590,ls), -(319,590,o), -(334,572,o), -(333,538,cs), -(331,482,o), -(302,433,o), -(263,433,cs), -(246,433,l) +(288,590,l), +(303,590,ls), +(327,590,o), +(342,572,o), +(341,538,cs), +(339,482,o), +(310,433,o), +(271,433,cs), +(254,433,l) ); } ); -width = 477; +width = 493; }, { anchors = ( @@ -678,7 +678,7 @@ width = 753; anchors = ( { name = bottom; -pos = (397,0); +pos = (403,0); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -686,54 +686,786 @@ shapes = ( { closed = 1; nodes = ( -(433,0,ls), -(634,0,o), -(747,80,o), -(747,231,cs), -(747,303,o), -(708,354,o), -(641,372,c), -(642,381,l), -(737,397,o), -(795,465,o), -(795,564,cs), -(795,666,o), -(728,729,o), -(557,729,cs), -(151,729,l), -(-1,0,l) +(439,0,ls), +(640,0,o), +(753,80,o), +(753,231,cs), +(753,303,o), +(714,354,o), +(647,372,c), +(648,381,l), +(743,397,o), +(801,465,o), +(801,564,cs), +(801,666,o), +(734,729,o), +(563,729,cs), +(157,729,l), +(5,0,l) +); +}, +{ +closed = 1; +nodes = ( +(295,297,l), +(438,297,ls), +(492,297,o), +(525,281,o), +(525,238,cs), +(525,181,o), +(488,155,o), +(411,155,cs), +(265,155,l) +); +}, +{ +closed = 1; +nodes = ( +(352,573,l), +(488,573,ls), +(536,573,o), +(564,558,o), +(564,520,cs), +(564,472,o), +(530,446,o), +(466,446,cs), +(327,446,l) +); +} +); +width = 793; +}, +{ +anchors = ( +{ +name = bottom; +pos = (193,0); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(164,0,ls), +(283,0,o), +(328,81,o), +(328,200,cs), +(328,279,o), +(298,355,o), +(233,374,c), +(233,376,l), +(279,392,o), +(315,456,o), +(315,543,cs), +(315,670,o), +(263,729,o), +(165,729,cs), +(58,729,l), +(58,0,l) +); +}, +{ +closed = 1; +nodes = ( +(89,359,l), +(175,359,ls), +(250,359,o), +(294,299,o), +(294,201,cs), +(294,77,o), +(250,29,o), +(164,29,cs), +(89,29,l) +); +}, +{ +closed = 1; +nodes = ( +(89,700,l), +(164,700,ls), +(252,700,o), +(284,635,o), +(284,539,cs), +(284,449,o), +(244,389,o), +(174,389,cs), +(89,389,l) +); +} +); +width = 357; +}, +{ +anchors = ( +{ +name = bottom; +pos = (236,0); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,0,ls), +(365,0,o), +(448,70,o), +(448,206,cs), +(448,296,o), +(415,360,o), +(352,381,c), +(352,387,l), +(401,404,o), +(433,465,o), +(433,537,cs), +(433,654,o), +(381,729,o), +(239,729,cs), +(24,729,l), +(24,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,309,l), +(220,309,ls), +(251,309,o), +(271,285,o), +(271,225,cs), +(271,172,o), +(258,141,o), +(219,141,cs), +(203,141,l) +); +}, +{ +closed = 1; +nodes = ( +(203,591,l), +(220,591,ls), +(250,591,o), +(266,568,o), +(266,513,cs), +(266,465,o), +(255,433,o), +(220,433,cs), +(203,433,l) +); +} +); +width = 456; +}, +{ +anchors = ( +{ +name = bottom; +pos = (346,0); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,0,ls), +(514,0,o), +(605,78,o), +(605,200,cs), +(605,285,o), +(556,356,o), +(459,374,c), +(459,377,l), +(547,397,o), +(586,464,o), +(586,543,cs), +(586,654,o), +(507,729,o), +(372,729,cs), +(87,729,l), +(87,0,l) +); +}, +{ +closed = 1; +nodes = ( +(125,356,l), +(389,356,ls), +(501,356,o), +(565,298,o), +(565,202,cs), +(565,104,o), +(499,36,o), +(371,36,cs), +(125,36,l) +); +}, +{ +closed = 1; +nodes = ( +(125,694,l), +(371,694,ls), +(478,694,o), +(548,635,o), +(548,538,cs), +(548,450,o), +(492,391,o), +(387,391,cs), +(125,391,l) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = bottom; +pos = (352,0); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(381,0,ls), +(569,0,o), +(658,85,o), +(658,212,cs), +(658,293,o), +(614,359,o), +(535,376,c), +(535,385,l), +(597,405,o), +(638,467,o), +(638,541,cs), +(638,654,o), +(565,729,o), +(410,729,cs), +(46,729,l), +(46,0,l) +); +}, +{ +closed = 1; +nodes = ( +(243,299,l), +(357,299,ls), +(416,299,o), +(442,273,o), +(442,226,cs), +(442,179,o), +(416,153,o), +(357,153,cs), +(243,153,l) +); +}, +{ +closed = 1; +nodes = ( +(243,576,l), +(348,576,ls), +(394,576,o), +(424,555,o), +(424,511,cs), +(424,472,o), +(400,446,o), +(348,446,cs), +(243,446,l) +); +} +); +width = 674; +}, +{ +anchors = ( +{ +name = bottom; +pos = (372,0); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(435,0,ls), +(578,0,o), +(669,78,o), +(669,200,cs), +(669,285,o), +(620,356,o), +(523,374,c), +(523,377,l), +(611,397,o), +(650,464,o), +(650,543,cs), +(650,654,o), +(571,729,o), +(436,729,cs), +(75,729,l), +(75,0,l) +); +}, +{ +closed = 1; +nodes = ( +(113,356,l), +(453,356,ls), +(565,356,o), +(629,298,o), +(629,202,cs), +(629,104,o), +(563,36,o), +(435,36,cs), +(113,36,l) +); +}, +{ +closed = 1; +nodes = ( +(113,694,l), +(435,694,ls), +(542,694,o), +(612,635,o), +(612,538,cs), +(612,450,o), +(556,391,o), +(451,391,cs), +(113,391,l) +); +} +); +width = 709; +}, +{ +anchors = ( +{ +name = bottom; +pos = (388,0); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(435,0,ls), +(646,0,o), +(730,86,o), +(730,206,cs), +(730,291,o), +(680,356,o), +(591,376,c), +(591,385,l), +(663,406,o), +(708,465,o), +(708,538,cs), +(708,667,o), +(615,729,o), +(448,729,cs), +(45,729,l), +(45,0,l) +); +}, +{ +closed = 1; +nodes = ( +(273,298,l), +(389,298,ls), +(455,298,o), +(488,279,o), +(488,228,cs), +(488,184,o), +(463,155,o), +(390,155,cs), +(273,155,l) +); +}, +{ +closed = 1; +nodes = ( +(273,573,l), +(380,573,ls), +(447,573,o), +(466,549,o), +(466,511,cs), +(466,472,o), +(443,447,o), +(379,447,cs), +(273,447,l) +); +} +); +width = 740; +}, +{ +anchors = ( +{ +name = bottom; +pos = (188,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(107,0,ls), +(239,0,o), +(309,89,o), +(314,240,cs), +(316,301,o), +(292,351,o), +(249,369,c), +(249,372,l), +(324,398,o), +(375,490,o), +(375,596,cs), +(375,676,o), +(334,729,o), +(248,729,cs), +(153,729,l), +(1,0,l) +); +}, +{ +closed = 1; +nodes = ( +(106,359,l), +(181,359,ls), +(250,359,o), +(284,315,o), +(282,242,cs), +(277,106,o), +(216,29,o), +(113,29,cs), +(38,29,l) +); +}, +{ +closed = 1; +nodes = ( +(177,700,l), +(242,700,ls), +(304,700,o), +(343,670,o), +(343,596,cs), +(343,484,o), +(288,389,o), +(198,389,cs), +(114,389,l) +); +} +); +width = 349; +}, +{ +anchors = ( +{ +name = bottom; +pos = (230,0); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,0,ls), +(337,0,o), +(433,95,o), +(438,247,cs), +(440,303,o), +(421,353,o), +(375,375,c), +(377,380,l), +(441,401,o), +(490,474,o), +(493,569,cs), +(496,661,o), +(451,729,o), +(319,729,cs), +(119,729,l), +(-33,0,l) +); +}, +{ +closed = 1; +nodes = ( +(211,309,l), +(225,309,ls), +(254,309,o), +(267,289,o), +(265,253,cs), +(263,189,o), +(234,141,o), +(193,141,cs), +(174,141,l) +); +}, +{ +closed = 1; +nodes = ( +(269,590,l), +(284,590,ls), +(308,590,o), +(323,572,o), +(322,538,cs), +(320,482,o), +(291,433,o), +(252,433,cs), +(235,433,l) +); +} +); +width = 455; +}, +{ +anchors = ( +{ +name = bottom; +pos = (344,0); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(328,0,ls), +(496,0,o), +(595,79,o), +(599,215,cs), +(602,291,o), +(562,356,o), +(492,371,c), +(492,374,l), +(583,393,o), +(652,468,o), +(655,566,cs), +(659,664,o), +(597,729,o), +(482,729,cs), +(184,729,l), +(33,0,l) +); +}, +{ +closed = 1; +nodes = ( +(144,356,l), +(418,356,ls), +(513,356,o), +(563,299,o), +(560,216,cs), +(556,102,o), +(474,36,o), +(334,36,cs), +(77,36,l) +); +}, +{ +closed = 1; +nodes = ( +(214,694,l), +(472,694,ls), +(561,694,o), +(617,650,o), +(613,559,cs), +(610,456,o), +(532,391,o), +(425,391,cs), +(153,391,l) +); +} +); +width = 661; +}, +{ +anchors = ( +{ +name = bottom; +pos = (338,0); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,0,ls), +(524,0,o), +(642,72,o), +(647,224,cs), +(650,296,o), +(614,355,o), +(560,370,c), +(562,379,l), +(629,398,o), +(688,464,o), +(691,555,cs), +(695,657,o), +(630,729,o), +(476,729,cs), +(136,729,l), +(-15,0,l) +); +}, +{ +closed = 1; +nodes = ( +(243,300,l), +(375,300,ls), +(414,300,o), +(444,282,o), +(443,236,cs), +(441,182,o), +(406,153,o), +(348,153,cs), +(212,153,l) +); +}, +{ +closed = 1; +nodes = ( +(301,576,l), +(424,576,ls), +(464,576,o), +(487,557,o), +(485,522,cs), +(484,472,o), +(449,445,o), +(395,445,cs), +(274,445,l) +); +} +); +width = 667; +}, +{ +anchors = ( +{ +name = bottom; +pos = (378,0); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(405,0,ls), +(576,0,o), +(676,83,o), +(681,221,cs), +(684,295,o), +(638,357,o), +(570,372,c), +(570,375,l), +(664,395,o), +(731,468,o), +(735,564,cs), +(738,669,o), +(676,729,o), +(540,729,cs), +(172,729,l), +(21,0,l) +); +}, +{ +closed = 1; +nodes = ( +(132,356,l), +(488,356,ls), +(593,356,o), +(644,307,o), +(641,219,cs), +(637,104,o), +(553,36,o), +(412,36,cs), +(66,36,l) +); +}, +{ +closed = 1; +nodes = ( +(204,694,l), +(533,694,ls), +(642,694,o), +(698,647,o), +(695,562,cs), +(691,456,o), +(616,391,o), +(486,391,cs), +(141,391,l) +); +} +); +width = 733; +}, +{ +anchors = ( +{ +name = bottom; +pos = (382,0); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(418,0,ls), +(619,0,o), +(732,80,o), +(732,231,cs), +(732,303,o), +(693,354,o), +(626,372,c), +(627,381,l), +(722,397,o), +(780,465,o), +(780,564,cs), +(780,666,o), +(713,729,o), +(542,729,cs), +(136,729,l), +(-16,0,l) ); }, { closed = 1; nodes = ( -(289,297,l), -(432,297,ls), -(486,297,o), -(519,281,o), -(519,238,cs), -(519,181,o), -(482,155,o), -(405,155,cs), -(259,155,l) +(274,297,l), +(417,297,ls), +(471,297,o), +(504,281,o), +(504,238,cs), +(504,181,o), +(467,155,o), +(390,155,cs), +(244,155,l) ); }, { closed = 1; nodes = ( -(346,573,l), -(482,573,ls), -(530,573,o), -(558,558,o), -(558,520,cs), -(558,472,o), -(524,446,o), -(460,446,cs), -(321,446,l) +(331,573,l), +(467,573,ls), +(515,573,o), +(543,558,o), +(543,520,cs), +(543,472,o), +(509,446,o), +(445,446,cs), +(306,446,l) ); } ); -width = 781; +width = 751; } ); subCategory = ""; diff --git a/sources/MonaSans.glyphspackage/glyphs/_T_horn.bowl.glyph b/sources/MonaSans.glyphspackage/glyphs/_T_horn.bowl.glyph index c9e99734..8c868da0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_T_horn.bowl.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_T_horn.bowl.glyph @@ -42,7 +42,7 @@ width = 346; anchors = ( { name = _bottom; -pos = (-27,0); +pos = (-19,0); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -50,168 +50,168 @@ shapes = ( { closed = 1; nodes = ( -(85,106,ls), -(238,106,o), -(315,190,o), -(315,365,cs), -(315,538,o), -(238,623,o), -(85,623,cs), -(40,623,l), -(40,466,l), -(79,466,ls), -(116,466,o), -(134,444,o), -(134,367,cs), -(134,302,o), -(125,263,o), -(79,263,cs), -(40,263,l), -(40,106,l) -); -} -); -width = 355; +(93,106,ls), +(246,106,o), +(323,190,o), +(323,365,cs), +(323,538,o), +(246,623,o), +(93,623,cs), +(48,623,l), +(48,466,l), +(87,466,ls), +(124,466,o), +(142,444,o), +(142,367,cs), +(142,302,o), +(133,263,o), +(87,263,cs), +(48,263,l), +(48,106,l) +); +} +); +width = 371; }, { anchors = ( { name = _bottom; -pos = (39,0); +pos = (32,0); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(264,145,ls), -(414,145,o), -(510,231,o), -(510,365,cs), -(510,505,o), -(415,585,o), -(265,585,cs), +(253,145,ls), +(412,145,o), +(508,231,o), +(508,365,cs), +(508,505,o), +(413,585,o), +(254,585,cs), (40,585,l), (40,548,l), -(262,548,ls), -(395,548,o), -(470,479,o), -(470,365,cs), -(470,254,o), -(396,181,o), -(262,181,cs), +(251,548,ls), +(393,548,o), +(468,479,o), +(468,365,cs), +(468,254,o), +(394,181,o), +(251,181,cs), (40,181,l), (40,145,l) ); } ); -width = 550; +width = 548; }, { anchors = ( { name = _bottom; -pos = (-15,0); +pos = (4,0); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(195,111,ls), -(366,111,o), -(472,201,o), -(472,362,cs), -(472,523,o), -(366,613,o), -(195,613,cs), -(40,613,l), -(40,443,l), -(169,443,ls), -(227,443,o), -(266,420,o), -(266,362,cs), -(266,304,o), -(227,281,o), -(169,281,cs), -(40,281,l), -(40,111,l) -); -} -); -width = 512; +(255,104,ls), +(434,104,o), +(554,185,o), +(554,357,cs), +(554,509,o), +(458,610,o), +(255,610,cs), +(46,610,l), +(46,435,l), +(230,435,ls), +(283,435,o), +(324,419,o), +(324,357,cs), +(324,295,o), +(283,279,o), +(230,279,cs), +(46,279,l), +(46,104,l) +); +} +); +width = 600; }, { anchors = ( { name = _bottom; -pos = (32,0); +pos = (36,0); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(253,145,ls), -(412,145,o), -(508,231,o), -(508,365,cs), -(508,505,o), -(413,585,o), -(254,585,cs), -(40,585,l), -(40,548,l), -(251,548,ls), -(393,548,o), -(468,479,o), -(468,365,cs), -(468,254,o), -(394,181,o), -(251,181,cs), -(40,181,l), -(40,145,l) +(255,145,ls), +(403,145,o), +(497,231,o), +(497,365,cs), +(497,505,o), +(404,585,o), +(256,585,cs), +(37,585,l), +(37,548,l), +(253,548,ls), +(384,548,o), +(457,479,o), +(457,365,cs), +(457,254,o), +(385,181,o), +(253,181,cs), +(37,181,l), +(37,145,l) ); } ); -width = 548; +width = 534; }, { anchors = ( { name = _bottom; -pos = (-2,0); +pos = (-20,0); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(249,104,ls), -(428,104,o), -(548,185,o), -(548,357,cs), -(548,509,o), -(452,610,o), -(249,610,cs), -(40,610,l), -(40,435,l), -(224,435,ls), -(277,435,o), -(318,419,o), -(318,357,cs), -(318,295,o), -(277,279,o), -(224,279,cs), -(40,279,l), -(40,104,l) -); -} -); -width = 588; +(183,111,ls), +(349,111,o), +(452,201,o), +(452,362,cs), +(452,523,o), +(349,613,o), +(183,613,cs), +(35,613,l), +(35,443,l), +(157,443,ls), +(212,443,o), +(248,420,o), +(248,362,cs), +(248,304,o), +(212,281,o), +(157,281,cs), +(35,281,l), +(35,111,l) +); +} +); +width = 487; }, { anchors = ( @@ -252,7 +252,7 @@ width = 385; anchors = ( { name = _bottom; -pos = (-20,0); +pos = (-12,0); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -260,28 +260,28 @@ shapes = ( { closed = 1; nodes = ( -(121,106,ls), -(268,106,o), -(370,199,o), -(402,353,cs), -(429,498,o), -(412,623,o), -(228,623,cs), -(113,623,l), -(85,466,l), -(188,466,ls), -(233,466,o), -(238,426,o), -(223,361,cs), -(211,301,o), -(182,263,o), -(147,263,cs), -(50,263,l), -(22,106,l) -); -} -); -width = 425; +(129,106,ls), +(276,106,o), +(378,199,o), +(410,353,cs), +(437,498,o), +(420,623,o), +(236,623,cs), +(121,623,l), +(93,466,l), +(196,466,ls), +(241,466,o), +(246,426,o), +(231,361,cs), +(219,301,o), +(190,263,o), +(155,263,cs), +(58,263,l), +(30,106,l) +); +} +); +width = 441; }, { anchors = ( @@ -392,7 +392,7 @@ width = 689; anchors = ( { name = _bottom; -pos = (-71,0); +pos = (-65,0); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -400,28 +400,448 @@ shapes = ( { closed = 1; nodes = ( -(266,121,ls), -(432,121,o), -(552,188,o), -(582,330,cs), -(609,480,o), -(559,609,o), -(324,609,cs), -(110,609,l), -(80,436,l), -(271,436,ls), -(352,436,o), -(367,392,o), -(356,345,cs), -(346,298,o), -(307,278,o), -(242,278,cs), -(52,278,l), -(24,121,l) +(272,121,ls), +(438,121,o), +(558,188,o), +(588,330,cs), +(615,480,o), +(565,609,o), +(330,609,cs), +(116,609,l), +(86,436,l), +(277,436,ls), +(358,436,o), +(373,392,o), +(362,345,cs), +(352,298,o), +(313,278,o), +(248,278,cs), +(58,278,l), +(30,121,l) +); +} +); +width = 622; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (18,0); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(119,158,ls), +(237,158,o), +(286,241,o), +(286,365,cs), +(286,489,o), +(236,572,o), +(119,572,cs), +(20,572,l), +(20,544,l), +(117,544,ls), +(200,544,o), +(253,494,o), +(253,365,cs), +(253,234,o), +(199,186,o), +(117,186,cs), +(20,186,l), +(20,158,l) +); +} +); +width = 306; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-37,0); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(75,106,ls), +(228,106,o), +(305,190,o), +(305,365,cs), +(305,538,o), +(228,623,o), +(75,623,cs), +(30,623,l), +(30,466,l), +(69,466,ls), +(106,466,o), +(124,444,o), +(124,367,cs), +(124,302,o), +(115,263,o), +(69,263,cs), +(30,263,l), +(30,106,l) +); +} +); +width = 335; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (19,0); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(244,145,ls), +(394,145,o), +(490,231,o), +(490,365,cs), +(490,505,o), +(395,585,o), +(245,585,cs), +(20,585,l), +(20,548,l), +(242,548,ls), +(375,548,o), +(450,479,o), +(450,365,cs), +(450,254,o), +(376,181,o), +(242,181,cs), +(20,181,l), +(20,145,l) +); +} +); +width = 510; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-36,0); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,111,ls), +(345,111,o), +(451,201,o), +(451,362,cs), +(451,523,o), +(345,613,o), +(174,613,cs), +(19,613,l), +(19,443,l), +(148,443,ls), +(206,443,o), +(245,420,o), +(245,362,cs), +(245,304,o), +(206,281,o), +(148,281,cs), +(19,281,l), +(19,111,l) +); +} +); +width = 470; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (22,0); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,145,ls), +(402,145,o), +(498,231,o), +(498,365,cs), +(498,505,o), +(403,585,o), +(244,585,cs), +(30,585,l), +(30,548,l), +(241,548,ls), +(383,548,o), +(458,479,o), +(458,365,cs), +(458,254,o), +(384,181,o), +(241,181,cs), +(30,181,l), +(30,145,l) +); +} +); +width = 528; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-12,0); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(239,104,ls), +(418,104,o), +(538,185,o), +(538,357,cs), +(538,509,o), +(442,610,o), +(239,610,cs), +(30,610,l), +(30,435,l), +(214,435,ls), +(267,435,o), +(308,419,o), +(308,357,cs), +(308,295,o), +(267,279,o), +(214,279,cs), +(30,279,l), +(30,104,l) +); +} +); +width = 568; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-20,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(135,158,ls), +(255,158,o), +(316,235,o), +(341,348,cs), +(368,475,o), +(337,572,o), +(211,572,cs), +(82,572,l), +(78,544,l), +(203,544,ls), +(295,544,o), +(338,488,o), +(309,353,cs), +(282,225,o), +(221,186,o), +(139,186,cs), +(14,186,l), +(10,158,l) +); +} +); +width = 339; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-31,0); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,106,ls), +(257,106,o), +(359,199,o), +(391,353,cs), +(418,498,o), +(401,623,o), +(217,623,cs), +(102,623,l), +(74,466,l), +(177,466,ls), +(222,466,o), +(227,426,o), +(212,361,cs), +(200,301,o), +(171,263,o), +(136,263,cs), +(39,263,l), +(11,106,l) +); +} +); +width = 403; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-21,0); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(268,145,ls), +(421,145,o), +(526,219,o), +(551,341,cs), +(576,450,o), +(535,584,o), +(363,584,cs), +(83,584,l), +(76,547,l), +(350,547,ls), +(497,547,o), +(534,449,o), +(513,344,cs), +(492,244,o), +(409,180,o), +(273,180,cs), +(11,180,l), +(5,145,l) +); +} +); +width = 550; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-86,0); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,116,ls), +(337,116,o), +(453,198,o), +(481,335,cs), +(507,467,o), +(461,613,o), +(247,613,cs), +(82,613,l), +(51,436,l), +(215,436,ls), +(264,436,o), +(288,400,o), +(277,348,cs), +(268,303,o), +(234,277,o), +(180,277,cs), +(23,277,l), +(-6,116,l) +); +} +); +width = 479; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-9,0); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(369,145,ls), +(526,145,o), +(630,217,o), +(656,341,cs), +(684,471,o), +(626,584,o), +(436,584,cs), +(97,584,l), +(90,547,l), +(425,547,ls), +(608,547,o), +(638,449,o), +(616,343,cs), +(595,239,o), +(511,181,o), +(374,181,cs), +(26,181,l), +(19,145,l) +); +} +); +width = 669; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-86,0); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,121,ls), +(417,121,o), +(537,188,o), +(567,330,cs), +(594,480,o), +(544,609,o), +(309,609,cs), +(95,609,l), +(65,436,l), +(256,436,ls), +(337,436,o), +(352,392,o), +(341,345,cs), +(331,298,o), +(292,278,o), +(227,278,cs), +(37,278,l), +(9,121,l) ); } ); -width = 610; +width = 580; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/_baht.bar.glyph b/sources/MonaSans.glyphspackage/glyphs/_baht.bar.glyph index 88895917..c16b2c16 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_baht.bar.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_baht.bar.glyph @@ -108,6 +108,814 @@ width = 108; anchors = ( { name = _bottom; +pos = (135,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(112,0,ls), +(256,0,o), +(339,70,o), +(339,206,cs), +(339,296,o), +(306,360,o), +(243,381,c), +(243,387,l), +(292,404,o), +(324,465,o), +(324,537,cs), +(324,654,o), +(272,729,o), +(130,729,cs), +(-85,729,l), +(-85,0,l) +); +}, +{ +closed = 1; +nodes = ( +(120,-85,l), +(120,90,l), +(40,90,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(94,309,l), +(111,309,ls), +(142,309,o), +(162,285,o), +(162,225,cs), +(162,172,o), +(149,141,o), +(110,141,cs), +(94,141,l) +); +}, +{ +closed = 1; +nodes = ( +(94,591,l), +(111,591,ls), +(141,591,o), +(157,568,o), +(157,513,cs), +(157,465,o), +(146,433,o), +(111,433,cs), +(94,433,l) +); +}, +{ +closed = 1; +nodes = ( +(120,689,l), +(120,815,l), +(41,815,l), +(41,689,l) +); +} +); +}; +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +closed = 1; +nodes = ( +(128,-85,l), +(128,90,l), +(48,90,l), +(48,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(128,689,l), +(128,815,l), +(49,815,l), +(49,689,l) +); +} +); +width = 176; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (113,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(176,0,ls), +(319,0,o), +(410,78,o), +(410,200,cs), +(410,285,o), +(361,356,o), +(264,374,c), +(264,377,l), +(352,397,o), +(391,464,o), +(391,543,cs), +(391,654,o), +(312,729,o), +(177,729,cs), +(-184,729,l), +(-184,0,l) +); +}, +{ +closed = 1; +nodes = ( +(72,-85,l), +(72,22,l), +(40,22,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(-146,356,l), +(194,356,ls), +(306,356,o), +(370,298,o), +(370,202,cs), +(370,104,o), +(304,36,o), +(176,36,cs), +(-146,36,l) +); +}, +{ +closed = 1; +nodes = ( +(-146,694,l), +(176,694,ls), +(283,694,o), +(353,635,o), +(353,538,cs), +(353,450,o), +(297,391,o), +(192,391,cs), +(-146,391,l) +); +}, +{ +closed = 1; +nodes = ( +(72,714,l), +(72,814,l), +(40,814,l), +(40,714,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,-85,l), +(72,22,l), +(40,22,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(72,714,l), +(72,814,l), +(40,814,l), +(40,714,l) +); +} +); +width = 112; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (168,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(209,0,ls), +(420,0,o), +(504,86,o), +(504,206,cs), +(504,291,o), +(454,356,o), +(365,376,c), +(365,385,l), +(437,406,o), +(482,465,o), +(482,538,cs), +(482,667,o), +(389,729,o), +(222,729,cs), +(-181,729,l), +(-181,0,l) +); +}, +{ +closed = 1; +nodes = ( +(201,-85,l), +(201,90,l), +(40,90,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(47,298,l), +(163,298,ls), +(229,298,o), +(262,279,o), +(262,228,cs), +(262,184,o), +(237,155,o), +(164,155,cs), +(47,155,l) +); +}, +{ +closed = 1; +nodes = ( +(47,573,l), +(154,573,ls), +(221,573,o), +(240,549,o), +(240,511,cs), +(240,472,o), +(217,447,o), +(153,447,cs), +(47,447,l) +); +}, +{ +closed = 1; +nodes = ( +(201,689,l), +(201,815,l), +(41,815,l), +(41,689,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,-85,l), +(207,90,l), +(46,90,l), +(46,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(207,689,l), +(207,815,l), +(47,815,l), +(47,689,l) +); +} +); +width = 253; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (95,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(125,0,ls), +(268,0,o), +(359,78,o), +(359,200,cs), +(359,285,o), +(310,356,o), +(213,374,c), +(213,377,l), +(301,397,o), +(340,464,o), +(340,543,cs), +(340,654,o), +(261,729,o), +(126,729,cs), +(-159,729,l), +(-159,0,l) +); +}, +{ +closed = 1; +nodes = ( +(72,-85,l), +(72,22,l), +(40,22,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(-121,356,l), +(143,356,ls), +(255,356,o), +(319,298,o), +(319,202,cs), +(319,104,o), +(253,36,o), +(125,36,cs), +(-121,36,l) +); +}, +{ +closed = 1; +nodes = ( +(-121,694,l), +(125,694,ls), +(232,694,o), +(302,635,o), +(302,538,cs), +(302,450,o), +(246,391,o), +(141,391,cs), +(-121,391,l) +); +}, +{ +closed = 1; +nodes = ( +(72,714,l), +(72,814,l), +(40,814,l), +(40,714,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(67,-85,l), +(67,22,l), +(37,22,l), +(37,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(67,714,l), +(67,814,l), +(37,814,l), +(37,714,l) +); +} +); +width = 104; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (113,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(156,0,ls), +(344,0,o), +(433,85,o), +(433,212,cs), +(433,293,o), +(389,359,o), +(310,376,c), +(310,385,l), +(372,405,o), +(413,467,o), +(413,541,cs), +(413,654,o), +(340,729,o), +(185,729,cs), +(-179,729,l), +(-179,0,l) +); +}, +{ +closed = 1; +nodes = ( +(150,-85,l), +(150,90,l), +(40,90,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(18,299,l), +(132,299,ls), +(191,299,o), +(217,273,o), +(217,226,cs), +(217,179,o), +(191,153,o), +(132,153,cs), +(18,153,l) +); +}, +{ +closed = 1; +nodes = ( +(18,576,l), +(123,576,ls), +(169,576,o), +(199,555,o), +(199,511,cs), +(199,472,o), +(175,446,o), +(123,446,cs), +(18,446,l) +); +}, +{ +closed = 1; +nodes = ( +(150,689,l), +(150,815,l), +(41,815,l), +(41,689,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(142,-85,l), +(142,90,l), +(35,90,l), +(35,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(142,689,l), +(142,815,l), +(36,815,l), +(36,689,l) +); +} +); +width = 176; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (86,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,ls), +(137,0,o), +(207,89,o), +(212,240,cs), +(214,301,o), +(190,351,o), +(147,369,c), +(147,372,l), +(220,397,o), +(269,485,o), +(273,587,cs), +(276,672,o), +(235,729,o), +(146,729,cs), +(51,729,l), +(-101,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-3,-85,l), +(17,12,l), +(-11,12,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(4,359,l), +(79,359,ls), +(148,359,o), +(182,315,o), +(180,242,cs), +(175,106,o), +(114,29,o), +(11,29,cs), +(-64,29,l) +); +}, +{ +closed = 1; +nodes = ( +(75,700,l), +(140,700,ls), +(204,700,o), +(244,668,o), +(241,588,cs), +(237,479,o), +(184,389,o), +(96,389,cs), +(12,389,l) +); +}, +{ +closed = 1; +nodes = ( +(162,713,l), +(183,815,l), +(155,815,l), +(134,713,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(-3,-85,l), +(17,12,l), +(-11,12,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(162,713,l), +(183,815,l), +(155,815,l), +(134,713,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (131,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(61,0,ls), +(230,0,o), +(326,95,o), +(331,247,cs), +(333,303,o), +(314,353,o), +(268,375,c), +(270,380,l), +(334,401,o), +(383,474,o), +(386,569,cs), +(389,661,o), +(344,729,o), +(212,729,cs), +(12,729,l), +(-140,0,l) +); +}, +{ +closed = 1; +nodes = ( +(47,-85,l), +(83,90,l), +(3,90,l), +(-33,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(104,309,l), +(118,309,ls), +(147,309,o), +(160,289,o), +(158,253,cs), +(156,189,o), +(127,141,o), +(86,141,cs), +(67,141,l) +); +}, +{ +closed = 1; +nodes = ( +(162,590,l), +(177,590,ls), +(201,590,o), +(216,572,o), +(215,538,cs), +(213,482,o), +(184,433,o), +(145,433,cs), +(128,433,l) +); +}, +{ +closed = 1; +nodes = ( +(207,689,l), +(233,815,l), +(154,815,l), +(128,689,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(55,-85,l), +(91,90,l), +(11,90,l), +(-25,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(215,689,l), +(241,815,l), +(162,815,l), +(136,689,l) +); +} +); +width = 177; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (94,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(78,0,ls), +(246,0,o), +(345,79,o), +(349,215,cs), +(352,291,o), +(312,356,o), +(242,371,c), +(242,374,l), +(333,393,o), +(402,468,o), +(405,566,cs), +(409,664,o), +(347,729,o), +(232,729,cs), +(-66,729,l), +(-217,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1,-85,l), +(23,22,l), +(-9,22,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(-106,356,l), +(168,356,ls), +(263,356,o), +(313,299,o), +(310,216,cs), +(306,102,o), +(224,36,o), +(84,36,cs), +(-173,36,l) +); +}, +{ +closed = 1; +nodes = ( +(-36,694,l), +(222,694,ls), +(311,694,o), +(367,650,o), +(363,559,cs), +(360,456,o), +(282,391,o), +(175,391,cs), +(-97,391,l) +); +}, +{ +closed = 1; +nodes = ( +(166,714,l), +(187,814,l), +(155,814,l), +(134,714,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(1,-85,l), +(23,22,l), +(-9,22,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(166,714,l), +(187,814,l), +(155,814,l), +(134,714,l) +); +} +); +width = 112; +}, +{ +anchors = ( +{ +name = _bottom; pos = (127,0); } ); @@ -116,6 +924,410 @@ shapes = ( { closed = 1; nodes = ( +(139,0,ls), +(313,0,o), +(431,72,o), +(436,224,cs), +(439,296,o), +(403,355,o), +(349,370,c), +(351,379,l), +(418,398,o), +(477,464,o), +(480,555,cs), +(484,657,o), +(419,729,o), +(265,729,cs), +(-75,729,l), +(-226,0,l) +); +}, +{ +closed = 1; +nodes = ( +(76,-85,l), +(112,90,l), +(2,90,l), +(-34,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(32,300,l), +(164,300,ls), +(203,300,o), +(233,282,o), +(232,236,cs), +(230,182,o), +(195,153,o), +(137,153,cs), +(1,153,l) +); +}, +{ +closed = 1; +nodes = ( +(90,576,l), +(213,576,ls), +(253,576,o), +(276,557,o), +(274,522,cs), +(273,472,o), +(238,445,o), +(184,445,cs), +(63,445,l) +); +}, +{ +closed = 1; +nodes = ( +(236,689,l), +(262,815,l), +(153,815,l), +(127,689,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(76,-85,l), +(112,90,l), +(2,90,l), +(-34,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(236,689,l), +(262,815,l), +(153,815,l), +(127,689,l) +); +} +); +width = 190; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (91,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(118,0,ls), +(289,0,o), +(389,83,o), +(394,221,cs), +(397,295,o), +(351,357,o), +(283,372,c), +(283,375,l), +(377,395,o), +(444,468,o), +(448,564,cs), +(451,669,o), +(389,729,o), +(253,729,cs), +(-115,729,l), +(-266,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1,-85,l), +(23,22,l), +(-9,22,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(-155,356,l), +(201,356,ls), +(306,356,o), +(357,307,o), +(354,219,cs), +(350,104,o), +(266,36,o), +(125,36,cs), +(-221,36,l) +); +}, +{ +closed = 1; +nodes = ( +(-83,694,l), +(246,694,ls), +(355,694,o), +(411,647,o), +(408,562,cs), +(404,456,o), +(329,391,o), +(199,391,cs), +(-146,391,l) +); +}, +{ +closed = 1; +nodes = ( +(166,714,l), +(187,814,l), +(155,814,l), +(134,714,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(1,-85,l), +(23,22,l), +(-9,22,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(166,714,l), +(187,814,l), +(155,814,l), +(134,714,l) +); +} +); +width = 112; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (164,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(194,0,ls), +(395,0,o), +(508,80,o), +(508,231,cs), +(508,303,o), +(469,354,o), +(402,372,c), +(403,381,l), +(498,397,o), +(556,465,o), +(556,564,cs), +(556,666,o), +(489,729,o), +(318,729,cs), +(-88,729,l), +(-240,0,l) +); +}, +{ +closed = 1; +nodes = ( +(127,-85,l), +(163,90,l), +(2,90,l), +(-34,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(50,297,l), +(193,297,ls), +(247,297,o), +(280,281,o), +(280,238,cs), +(280,181,o), +(243,155,o), +(166,155,cs), +(20,155,l) +); +}, +{ +closed = 1; +nodes = ( +(107,573,l), +(243,573,ls), +(291,573,o), +(319,558,o), +(319,520,cs), +(319,472,o), +(285,446,o), +(221,446,cs), +(82,446,l) +); +}, +{ +closed = 1; +nodes = ( +(287,689,l), +(313,815,l), +(153,815,l), +(127,689,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(133,-85,l), +(169,90,l), +(8,90,l), +(-28,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(293,689,l), +(319,815,l), +(159,815,l), +(133,689,l) +); +} +); +width = 253; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (67,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(58,0,ls), +(177,0,o), +(222,81,o), +(222,200,cs), +(222,279,o), +(192,355,o), +(127,374,c), +(127,376,l), +(173,392,o), +(209,456,o), +(209,543,cs), +(209,670,o), +(157,729,o), +(59,729,cs), +(-48,729,l), +(-48,0,l) +); +}, +{ +closed = 1; +nodes = ( +(68,-85,l), +(68,12,l), +(40,12,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(-17,359,l), +(69,359,ls), +(144,359,o), +(188,299,o), +(188,201,cs), +(188,77,o), +(144,29,o), +(58,29,cs), +(-17,29,l) +); +}, +{ +closed = 1; +nodes = ( +(-17,700,l), +(58,700,ls), +(146,700,o), +(178,635,o), +(178,539,cs), +(178,449,o), +(138,389,o), +(68,389,cs), +(-17,389,l) +); +}, +{ +closed = 1; +nodes = ( +(68,713,l), +(68,815,l), +(40,815,l), +(40,713,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(48,-85,l), +(48,12,l), +(20,12,l), +(20,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(48,713,l), +(48,815,l), +(20,815,l), +(20,713,l) +); +} +); +width = 68; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (117,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( (112,0,ls), (256,0,o), (339,70,o), @@ -182,34 +1394,34 @@ nodes = ( } ); }; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(120,-85,l), -(120,90,l), -(40,90,l), -(40,-85,l) +(110,-85,l), +(110,90,l), +(30,90,l), +(30,-85,l) ); }, { closed = 1; nodes = ( -(120,689,l), -(120,815,l), -(41,815,l), -(41,689,l) +(110,689,l), +(110,815,l), +(31,815,l), +(31,689,l) ); } ); -width = 160; +width = 140; }, { anchors = ( { name = _bottom; -pos = (100,0); +pos = (80,0); } ); background = { @@ -283,34 +1495,34 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) +(52,-85,l), +(52,22,l), +(20,22,l), +(20,-85,l) ); }, { closed = 1; nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) +(52,714,l), +(52,814,l), +(20,814,l), +(20,714,l) ); } ); -width = 112; +width = 72; }, { anchors = ( { name = _bottom; -pos = (127,0); +pos = (106,0); } ); background = { @@ -384,34 +1596,34 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(150,-85,l), -(150,90,l), -(40,90,l), -(40,-85,l) +(129,-85,l), +(129,90,l), +(19,90,l), +(19,-85,l) ); }, { closed = 1; nodes = ( -(150,689,l), -(150,815,l), -(41,815,l), -(41,689,l) +(129,689,l), +(129,815,l), +(20,815,l), +(20,689,l) ); } ); -width = 190; +width = 148; }, { anchors = ( { name = _bottom; -pos = (113,0); +pos = (103,0); } ); background = { @@ -485,34 +1697,34 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) +(62,-85,l), +(62,22,l), +(30,22,l), +(30,-85,l) ); }, { closed = 1; nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) +(62,714,l), +(62,814,l), +(30,814,l), +(30,714,l) ); } ); -width = 112; +width = 92; }, { anchors = ( { name = _bottom; -pos = (162,0); +pos = (152,0); } ); background = { @@ -586,34 +1798,34 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(201,-85,l), -(201,90,l), -(40,90,l), -(40,-85,l) +(191,-85,l), +(191,90,l), +(30,90,l), +(30,-85,l) ); }, { closed = 1; nodes = ( -(201,689,l), -(201,815,l), -(41,815,l), -(41,689,l) +(191,689,l), +(191,815,l), +(31,815,l), +(31,689,l) ); } ); -width = 241; +width = 221; }, { anchors = ( { name = _bottom; -pos = (86,0); +pos = (63,0); } ); background = { @@ -687,34 +1899,34 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(-3,-85,l), -(17,12,l), -(-11,12,l), -(-31,-85,l) +(-26,-85,l), +(-6,12,l), +(-34,12,l), +(-54,-85,l) ); }, { closed = 1; nodes = ( -(162,713,l), -(183,815,l), -(155,815,l), -(134,713,l) +(139,713,l), +(160,815,l), +(132,815,l), +(111,713,l) ); } ); -width = 108; +width = 62; }, { anchors = ( { name = _bottom; -pos = (123,0); +pos = (112,0); } ); background = { @@ -788,34 +2000,34 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(47,-85,l), -(83,90,l), -(3,90,l), -(-33,-85,l) +(36,-85,l), +(72,90,l), +(-8,90,l), +(-44,-85,l) ); }, { closed = 1; nodes = ( -(207,689,l), -(233,815,l), -(154,815,l), -(128,689,l) +(196,689,l), +(222,815,l), +(143,815,l), +(117,689,l) ); } ); -width = 161; +width = 139; }, { anchors = ( { name = _bottom; -pos = (94,0); +pos = (70,0); } ); background = { @@ -889,34 +2101,34 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) +(-23,-85,l), +(-1,22,l), +(-33,22,l), +(-55,-85,l) ); }, { closed = 1; nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) +(142,714,l), +(163,814,l), +(131,814,l), +(110,714,l) ); } ); -width = 112; +width = 64; }, { anchors = ( { name = _bottom; -pos = (127,0); +pos = (98,0); } ); background = { @@ -990,34 +2202,34 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(76,-85,l), -(112,90,l), -(2,90,l), -(-34,-85,l) +(47,-85,l), +(83,90,l), +(-27,90,l), +(-63,-85,l) ); }, { closed = 1; nodes = ( -(236,689,l), -(262,815,l), -(153,815,l), -(127,689,l) +(207,689,l), +(233,815,l), +(124,815,l), +(98,689,l) ); } ); -width = 190; +width = 132; }, { anchors = ( { name = _bottom; -pos = (91,0); +pos = (81,0); } ); background = { @@ -1091,34 +2303,34 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) +(-9,-85,l), +(13,22,l), +(-19,22,l), +(-41,-85,l) ); }, { closed = 1; nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) +(156,714,l), +(177,814,l), +(145,814,l), +(124,714,l) ); } ); -width = 112; +width = 92; }, { anchors = ( { name = _bottom; -pos = (158,0); +pos = (143,0); } ); background = { @@ -1192,28 +2404,28 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(127,-85,l), -(163,90,l), -(2,90,l), -(-34,-85,l) +(112,-85,l), +(148,90,l), +(-13,90,l), +(-49,-85,l) ); }, { closed = 1; nodes = ( -(287,689,l), -(313,815,l), -(153,815,l), -(127,689,l) +(272,689,l), +(298,815,l), +(138,815,l), +(112,689,l) ); } ); -width = 241; +width = 211; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/_bitcoin.bars.glyph b/sources/MonaSans.glyphspackage/glyphs/_bitcoin.bars.glyph index f492d96c..273e2e08 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_bitcoin.bars.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_bitcoin.bars.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = _bottom; -pos = (187,0); +pos = (195,0); } ); background = { @@ -103,41 +103,41 @@ shapes = ( { closed = 1; nodes = ( -(120,-85,l), -(120,90,l), -(40,90,l), -(40,-85,l) +(128,-85,l), +(128,90,l), +(48,90,l), +(48,-85,l) ); }, { closed = 1; nodes = ( -(250,-85,l), -(250,90,l), -(170,90,l), -(170,-85,l) +(258,-85,l), +(258,90,l), +(178,90,l), +(178,-85,l) ); }, { closed = 1; nodes = ( -(120,689,l), -(120,815,l), -(41,815,l), -(41,689,l) +(128,689,l), +(128,815,l), +(49,815,l), +(49,689,l) ); }, { closed = 1; nodes = ( -(250,689,l), -(250,815,l), -(171,815,l), -(171,689,l) +(258,689,l), +(258,815,l), +(179,815,l), +(179,689,l) ); } ); -width = 290; +width = 306; }, { anchors = ( @@ -204,83 +204,1817 @@ nodes = ( { closed = 1; nodes = ( -(23,700,l), -(98,700,ls), -(186,700,o), -(218,635,o), -(218,539,cs), -(218,449,o), -(178,389,o), -(108,389,cs), -(23,389,l) +(23,700,l), +(98,700,ls), +(186,700,o), +(218,635,o), +(218,539,cs), +(218,449,o), +(178,389,o), +(108,389,cs), +(23,389,l) +); +}, +{ +closed = 1; +nodes = ( +(68,713,l), +(68,815,l), +(40,815,l), +(40,713,l) +); +}, +{ +closed = 1; +nodes = ( +(145,713,l), +(145,815,l), +(117,815,l), +(117,713,l) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(68,-85,l), +(68,12,l), +(40,12,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(145,-85,l), +(145,12,l), +(117,12,l), +(117,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(68,713,l), +(68,815,l), +(40,815,l), +(40,713,l) +); +}, +{ +closed = 1; +nodes = ( +(145,713,l), +(145,815,l), +(117,815,l), +(117,713,l) +); +} +); +width = 185; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (183,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(246,0,ls), +(389,0,o), +(480,78,o), +(480,200,cs), +(480,285,o), +(431,356,o), +(334,374,c), +(334,377,l), +(422,397,o), +(461,464,o), +(461,543,cs), +(461,654,o), +(382,729,o), +(247,729,cs), +(-114,729,l), +(-114,0,l) +); +}, +{ +closed = 1; +nodes = ( +(72,-85,l), +(72,22,l), +(40,22,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(226,-85,l), +(226,22,l), +(194,22,l), +(194,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(-76,356,l), +(264,356,ls), +(376,356,o), +(440,298,o), +(440,202,cs), +(440,104,o), +(374,36,o), +(246,36,cs), +(-76,36,l) +); +}, +{ +closed = 1; +nodes = ( +(-76,694,l), +(246,694,ls), +(353,694,o), +(423,635,o), +(423,538,cs), +(423,450,o), +(367,391,o), +(262,391,cs), +(-76,391,l) +); +}, +{ +closed = 1; +nodes = ( +(72,714,l), +(72,814,l), +(40,814,l), +(40,714,l) +); +}, +{ +closed = 1; +nodes = ( +(226,714,l), +(226,814,l), +(194,814,l), +(194,714,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,-85,l), +(72,22,l), +(40,22,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(226,-85,l), +(226,22,l), +(194,22,l), +(194,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(72,714,l), +(72,814,l), +(40,814,l), +(40,714,l) +); +}, +{ +closed = 1; +nodes = ( +(226,714,l), +(226,814,l), +(194,814,l), +(194,714,l) +); +} +); +width = 266; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (288,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(329,0,ls), +(540,0,o), +(624,86,o), +(624,206,cs), +(624,291,o), +(574,356,o), +(485,376,c), +(485,385,l), +(557,406,o), +(602,465,o), +(602,538,cs), +(602,667,o), +(509,729,o), +(342,729,cs), +(-61,729,l), +(-61,0,l) +); +}, +{ +closed = 1; +nodes = ( +(201,-85,l), +(201,90,l), +(40,90,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(431,-85,l), +(431,90,l), +(270,90,l), +(270,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(167,298,l), +(283,298,ls), +(349,298,o), +(382,279,o), +(382,228,cs), +(382,184,o), +(357,155,o), +(284,155,cs), +(167,155,l) +); +}, +{ +closed = 1; +nodes = ( +(167,573,l), +(274,573,ls), +(341,573,o), +(360,549,o), +(360,511,cs), +(360,472,o), +(337,447,o), +(273,447,cs), +(167,447,l) +); +}, +{ +closed = 1; +nodes = ( +(201,689,l), +(201,815,l), +(41,815,l), +(41,689,l) +); +}, +{ +closed = 1; +nodes = ( +(431,689,l), +(431,815,l), +(271,815,l), +(271,689,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,-85,l), +(207,90,l), +(46,90,l), +(46,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(437,-85,l), +(437,90,l), +(276,90,l), +(276,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(207,689,l), +(207,815,l), +(47,815,l), +(47,689,l) +); +}, +{ +closed = 1; +nodes = ( +(437,689,l), +(437,815,l), +(277,815,l), +(277,689,l) +); +} +); +width = 483; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (167,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(199,0,ls), +(342,0,o), +(433,78,o), +(433,200,cs), +(433,285,o), +(384,356,o), +(287,374,c), +(287,377,l), +(375,397,o), +(414,464,o), +(414,543,cs), +(414,654,o), +(335,729,o), +(200,729,cs), +(-85,729,l), +(-85,0,l) +); +}, +{ +closed = 1; +nodes = ( +(72,-85,l), +(72,22,l), +(40,22,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(222,-85,l), +(222,22,l), +(190,22,l), +(190,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(-47,356,l), +(217,356,ls), +(329,356,o), +(393,298,o), +(393,202,cs), +(393,104,o), +(327,36,o), +(199,36,cs), +(-47,36,l) +); +}, +{ +closed = 1; +nodes = ( +(-47,694,l), +(199,694,ls), +(306,694,o), +(376,635,o), +(376,538,cs), +(376,450,o), +(320,391,o), +(215,391,cs), +(-47,391,l) +); +}, +{ +closed = 1; +nodes = ( +(72,714,l), +(72,814,l), +(40,814,l), +(40,714,l) +); +}, +{ +closed = 1; +nodes = ( +(222,714,l), +(222,814,l), +(190,814,l), +(190,714,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(67,-85,l), +(67,22,l), +(37,22,l), +(37,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(215,-85,l), +(215,22,l), +(183,22,l), +(183,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(67,714,l), +(67,814,l), +(37,814,l), +(37,714,l) +); +}, +{ +closed = 1; +nodes = ( +(215,714,l), +(215,814,l), +(183,814,l), +(183,714,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 251; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (212,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(256,0,ls), +(444,0,o), +(533,85,o), +(533,212,cs), +(533,293,o), +(489,359,o), +(410,376,c), +(410,385,l), +(472,405,o), +(513,467,o), +(513,541,cs), +(513,654,o), +(440,729,o), +(285,729,cs), +(-79,729,l), +(-79,0,l) +); +}, +{ +closed = 1; +nodes = ( +(150,-85,l), +(150,90,l), +(40,90,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(329,-85,l), +(329,90,l), +(219,90,l), +(219,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(118,299,l), +(232,299,ls), +(291,299,o), +(317,273,o), +(317,226,cs), +(317,179,o), +(291,153,o), +(232,153,cs), +(118,153,l) +); +}, +{ +closed = 1; +nodes = ( +(118,576,l), +(223,576,ls), +(269,576,o), +(299,555,o), +(299,511,cs), +(299,472,o), +(275,446,o), +(223,446,cs), +(118,446,l) +); +}, +{ +closed = 1; +nodes = ( +(150,689,l), +(150,815,l), +(41,815,l), +(41,689,l) +); +}, +{ +closed = 1; +nodes = ( +(329,689,l), +(329,815,l), +(220,815,l), +(220,689,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(143,-85,l), +(143,90,l), +(35,90,l), +(35,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(311,-85,l), +(311,90,l), +(203,90,l), +(203,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(143,689,l), +(143,815,l), +(36,815,l), +(36,689,l) +); +}, +{ +closed = 1; +nodes = ( +(311,689,l), +(311,815,l), +(204,815,l), +(204,689,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; +}; +width = 346; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (126,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(45,0,ls), +(177,0,o), +(247,89,o), +(252,240,cs), +(254,301,o), +(230,351,o), +(187,369,c), +(187,372,l), +(260,397,o), +(309,485,o), +(313,587,cs), +(316,672,o), +(275,729,o), +(186,729,cs), +(91,729,l), +(-61,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-3,-85,l), +(17,12,l), +(-11,12,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(74,-85,l), +(94,12,l), +(66,12,l), +(46,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(44,359,l), +(119,359,ls), +(188,359,o), +(222,315,o), +(220,242,cs), +(215,106,o), +(154,29,o), +(51,29,cs), +(-24,29,l) +); +}, +{ +closed = 1; +nodes = ( +(115,700,l), +(180,700,ls), +(244,700,o), +(284,668,o), +(281,588,cs), +(277,479,o), +(224,389,o), +(136,389,cs), +(52,389,l) +); +}, +{ +closed = 1; +nodes = ( +(162,713,l), +(183,815,l), +(155,815,l), +(134,713,l) +); +}, +{ +closed = 1; +nodes = ( +(239,713,l), +(260,815,l), +(232,815,l), +(211,713,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(-3,-85,l), +(17,12,l), +(-11,12,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(74,-85,l), +(94,12,l), +(66,12,l), +(46,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(162,713,l), +(183,815,l), +(155,815,l), +(134,713,l) +); +}, +{ +closed = 1; +nodes = ( +(239,713,l), +(260,815,l), +(232,815,l), +(211,713,l) +); +} +); +width = 185; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (191,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(121,0,ls), +(290,0,o), +(386,95,o), +(391,247,cs), +(393,303,o), +(374,353,o), +(328,375,c), +(330,380,l), +(394,401,o), +(443,474,o), +(446,569,cs), +(449,661,o), +(404,729,o), +(272,729,cs), +(72,729,l), +(-80,0,l) +); +}, +{ +closed = 1; +nodes = ( +(47,-85,l), +(83,90,l), +(3,90,l), +(-33,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(177,-85,l), +(213,90,l), +(133,90,l), +(97,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(164,309,l), +(178,309,ls), +(207,309,o), +(220,289,o), +(218,253,cs), +(216,189,o), +(187,141,o), +(146,141,cs), +(127,141,l) +); +}, +{ +closed = 1; +nodes = ( +(222,590,l), +(237,590,ls), +(261,590,o), +(276,572,o), +(275,538,cs), +(273,482,o), +(244,433,o), +(205,433,cs), +(188,433,l) +); +}, +{ +closed = 1; +nodes = ( +(207,689,l), +(233,815,l), +(154,815,l), +(128,689,l) +); +}, +{ +closed = 1; +nodes = ( +(337,689,l), +(363,815,l), +(284,815,l), +(258,689,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(55,-85,l), +(91,90,l), +(11,90,l), +(-25,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(185,-85,l), +(221,90,l), +(141,90,l), +(105,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(215,689,l), +(241,815,l), +(162,815,l), +(136,689,l) +); +}, +{ +closed = 1; +nodes = ( +(345,689,l), +(371,815,l), +(292,815,l), +(266,689,l) +); +} +); +width = 307; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (174,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(158,0,ls), +(326,0,o), +(425,79,o), +(429,215,cs), +(432,291,o), +(392,356,o), +(322,371,c), +(322,374,l), +(413,393,o), +(482,468,o), +(485,566,cs), +(489,664,o), +(427,729,o), +(312,729,cs), +(14,729,l), +(-137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1,-85,l), +(23,22,l), +(-9,22,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(141,-85,l), +(163,22,l), +(131,22,l), +(109,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(-26,356,l), +(248,356,ls), +(343,356,o), +(393,299,o), +(390,216,cs), +(386,102,o), +(304,36,o), +(164,36,cs), +(-93,36,l) +); +}, +{ +closed = 1; +nodes = ( +(44,694,l), +(302,694,ls), +(391,694,o), +(447,650,o), +(443,559,cs), +(440,456,o), +(362,391,o), +(255,391,cs), +(-17,391,l) +); +}, +{ +closed = 1; +nodes = ( +(166,714,l), +(187,814,l), +(155,814,l), +(134,714,l) +); +}, +{ +closed = 1; +nodes = ( +(306,714,l), +(327,814,l), +(295,814,l), +(274,714,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(1,-85,l), +(23,22,l), +(-9,22,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(141,-85,l), +(163,22,l), +(131,22,l), +(109,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(166,714,l), +(187,814,l), +(155,814,l), +(134,714,l) +); +}, +{ +closed = 1; +nodes = ( +(306,714,l), +(327,814,l), +(295,814,l), +(274,714,l) +); +} +); +width = 252; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (227,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(239,0,ls), +(413,0,o), +(531,72,o), +(536,224,cs), +(539,296,o), +(503,355,o), +(449,370,c), +(451,379,l), +(518,398,o), +(577,464,o), +(580,555,cs), +(584,657,o), +(519,729,o), +(365,729,cs), +(25,729,l), +(-126,0,l) +); +}, +{ +closed = 1; +nodes = ( +(76,-85,l), +(112,90,l), +(2,90,l), +(-34,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(255,-85,l), +(291,90,l), +(181,90,l), +(145,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(132,300,l), +(264,300,ls), +(303,300,o), +(333,282,o), +(332,236,cs), +(330,182,o), +(295,153,o), +(237,153,cs), +(101,153,l) +); +}, +{ +closed = 1; +nodes = ( +(190,576,l), +(313,576,ls), +(353,576,o), +(376,557,o), +(374,522,cs), +(373,472,o), +(338,445,o), +(284,445,cs), +(163,445,l) +); +}, +{ +closed = 1; +nodes = ( +(236,689,l), +(262,815,l), +(153,815,l), +(127,689,l) +); +}, +{ +closed = 1; +nodes = ( +(415,689,l), +(441,815,l), +(332,815,l), +(306,689,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(76,-85,l), +(112,90,l), +(2,90,l), +(-34,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(255,-85,l), +(291,90,l), +(181,90,l), +(145,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(236,689,l), +(262,815,l), +(153,815,l), +(127,689,l) +); +}, +{ +closed = 1; +nodes = ( +(415,689,l), +(441,815,l), +(332,815,l), +(306,689,l) +); +} +); +width = 369; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (191,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(218,0,ls), +(389,0,o), +(489,83,o), +(494,221,cs), +(497,295,o), +(451,357,o), +(383,372,c), +(383,375,l), +(477,395,o), +(544,468,o), +(548,564,cs), +(551,669,o), +(489,729,o), +(353,729,cs), +(-15,729,l), +(-166,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1,-85,l), +(23,22,l), +(-9,22,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(165,-85,l), +(187,22,l), +(155,22,l), +(133,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(-55,356,l), +(301,356,ls), +(406,356,o), +(457,307,o), +(454,219,cs), +(450,104,o), +(366,36,o), +(225,36,cs), +(-121,36,l) +); +}, +{ +closed = 1; +nodes = ( +(17,694,l), +(346,694,ls), +(455,694,o), +(511,647,o), +(508,562,cs), +(504,456,o), +(429,391,o), +(299,391,cs), +(-46,391,l) +); +}, +{ +closed = 1; +nodes = ( +(166,714,l), +(187,814,l), +(155,814,l), +(134,714,l) +); +}, +{ +closed = 1; +nodes = ( +(330,714,l), +(351,814,l), +(319,814,l), +(298,714,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(1,-85,l), +(23,22,l), +(-9,22,l), +(-31,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(165,-85,l), +(187,22,l), +(155,22,l), +(133,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(166,714,l), +(187,814,l), +(155,814,l), +(134,714,l) +); +}, +{ +closed = 1; +nodes = ( +(330,714,l), +(351,814,l), +(319,814,l), +(298,714,l) +); +} +); +width = 276; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (284,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(314,0,ls), +(512,0,o), +(623,77,o), +(628,223,cs), +(631,299,o), +(592,353,o), +(522,372,c), +(523,381,l), +(616,397,o), +(672,462,o), +(676,557,cs), +(679,663,o), +(613,729,o), +(438,729,cs), +(32,729,l), +(-120,0,l) +); +}, +{ +closed = 1; +nodes = ( +(127,-85,l), +(163,90,l), +(2,90,l), +(-34,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(357,-85,l), +(393,90,l), +(232,90,l), +(196,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(170,297,l), +(313,297,ls), +(369,297,o), +(402,280,o), +(400,234,cs), +(398,180,o), +(361,155,o), +(286,155,cs), +(140,155,l) +); +}, +{ +closed = 1; +nodes = ( +(227,573,l), +(363,573,ls), +(412,573,o), +(440,557,o), +(439,518,cs), +(437,471,o), +(404,446,o), +(341,446,cs), +(202,446,l) +); +}, +{ +closed = 1; +nodes = ( +(287,689,l), +(313,815,l), +(153,815,l), +(127,689,l) +); +}, +{ +closed = 1; +nodes = ( +(517,689,l), +(543,815,l), +(383,815,l), +(357,689,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(133,-85,l), +(169,90,l), +(8,90,l), +(-28,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(363,-85,l), +(399,90,l), +(238,90,l), +(202,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(293,689,l), +(319,815,l), +(159,815,l), +(133,689,l) +); +}, +{ +closed = 1; +nodes = ( +(523,689,l), +(549,815,l), +(389,815,l), +(363,689,l) +); +} +); +width = 483; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (107,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(98,0,ls), +(217,0,o), +(262,81,o), +(262,200,cs), +(262,279,o), +(232,355,o), +(167,374,c), +(167,376,l), +(213,392,o), +(249,456,o), +(249,543,cs), +(249,670,o), +(197,729,o), +(99,729,cs), +(-8,729,l), +(-8,0,l) +); +}, +{ +closed = 1; +nodes = ( +(68,-85,l), +(68,12,l), +(40,12,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(145,-85,l), +(145,12,l), +(117,12,l), +(117,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(23,359,l), +(109,359,ls), +(184,359,o), +(228,299,o), +(228,201,cs), +(228,77,o), +(184,29,o), +(98,29,cs), +(23,29,l) +); +}, +{ +closed = 1; +nodes = ( +(23,700,l), +(98,700,ls), +(186,700,o), +(218,635,o), +(218,539,cs), +(218,449,o), +(178,389,o), +(108,389,cs), +(23,389,l) +); +}, +{ +closed = 1; +nodes = ( +(68,713,l), +(68,815,l), +(40,815,l), +(40,713,l) +); +}, +{ +closed = 1; +nodes = ( +(145,713,l), +(145,815,l), +(117,815,l), +(117,713,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(48,-85,l), +(48,12,l), +(20,12,l), +(20,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(125,-85,l), +(125,12,l), +(97,12,l), +(97,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(48,713,l), +(48,815,l), +(20,815,l), +(20,713,l) +); +}, +{ +closed = 1; +nodes = ( +(125,713,l), +(125,815,l), +(97,815,l), +(97,713,l) +); +} +); +width = 145; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (177,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(172,0,ls), +(316,0,o), +(399,70,o), +(399,206,cs), +(399,296,o), +(366,360,o), +(303,381,c), +(303,387,l), +(352,404,o), +(384,465,o), +(384,537,cs), +(384,654,o), +(332,729,o), +(190,729,cs), +(-25,729,l), +(-25,0,l) +); +}, +{ +closed = 1; +nodes = ( +(120,-85,l), +(120,90,l), +(40,90,l), +(40,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(250,-85,l), +(250,90,l), +(170,90,l), +(170,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(154,309,l), +(171,309,ls), +(202,309,o), +(222,285,o), +(222,225,cs), +(222,172,o), +(209,141,o), +(170,141,cs), +(154,141,l) ); }, { closed = 1; nodes = ( -(68,713,l), -(68,815,l), -(40,815,l), -(40,713,l) +(154,591,l), +(171,591,ls), +(201,591,o), +(217,568,o), +(217,513,cs), +(217,465,o), +(206,433,o), +(171,433,cs), +(154,433,l) ); }, { closed = 1; nodes = ( -(145,713,l), -(145,815,l), -(117,815,l), -(117,713,l) +(120,689,l), +(120,815,l), +(41,815,l), +(41,689,l) +); +}, +{ +closed = 1; +nodes = ( +(250,689,l), +(250,815,l), +(171,815,l), +(171,689,l) ); } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(68,-85,l), -(68,12,l), -(40,12,l), -(40,-85,l) +(110,-85,l), +(110,90,l), +(30,90,l), +(30,-85,l) ); }, { closed = 1; nodes = ( -(145,-85,l), -(145,12,l), -(117,12,l), -(117,-85,l) +(240,-85,l), +(240,90,l), +(160,90,l), +(160,-85,l) ); }, { closed = 1; nodes = ( -(68,713,l), -(68,815,l), -(40,815,l), -(40,713,l) +(110,689,l), +(110,815,l), +(31,815,l), +(31,689,l) ); }, { closed = 1; nodes = ( -(145,713,l), -(145,815,l), -(117,815,l), -(117,713,l) +(240,689,l), +(240,815,l), +(161,815,l), +(161,689,l) ); } ); -width = 185; +width = 270; }, { anchors = ( { name = _bottom; -pos = (174,0); +pos = (154,0); } ); background = { @@ -372,42 +2106,42 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) +(52,-85,l), +(52,22,l), +(20,22,l), +(20,-85,l) ); }, { closed = 1; nodes = ( -(222,-85,l), -(222,22,l), -(190,22,l), -(190,-85,l) +(202,-85,l), +(202,22,l), +(170,22,l), +(170,-85,l) ); }, { closed = 1; nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) +(52,714,l), +(52,814,l), +(20,814,l), +(20,714,l) ); }, { closed = 1; nodes = ( -(222,714,l), -(222,814,l), -(190,814,l), -(190,714,l) +(202,714,l), +(202,814,l), +(170,814,l), +(170,714,l) ); } ); @@ -497,13 +2231,13 @@ type = Stem; } ); }; -width = 262; +width = 222; }, { anchors = ( { name = _bottom; -pos = (227,0); +pos = (206,0); } ); background = { @@ -595,42 +2329,42 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(150,-85,l), -(150,90,l), -(40,90,l), -(40,-85,l) +(129,-85,l), +(129,90,l), +(19,90,l), +(19,-85,l) ); }, { closed = 1; nodes = ( -(329,-85,l), -(329,90,l), -(219,90,l), -(219,-85,l) +(308,-85,l), +(308,90,l), +(198,90,l), +(198,-85,l) ); }, { closed = 1; nodes = ( -(150,689,l), -(150,815,l), -(41,815,l), -(41,689,l) +(129,689,l), +(129,815,l), +(20,815,l), +(20,689,l) ); }, { closed = 1; nodes = ( -(329,689,l), -(329,815,l), -(220,815,l), -(220,689,l) +(308,689,l), +(308,815,l), +(199,815,l), +(199,689,l) ); } ); @@ -638,13 +2372,13 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; }; -width = 369; +width = 327; }, { anchors = ( { name = _bottom; -pos = (183,0); +pos = (173,0); } ); background = { @@ -736,52 +2470,52 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) +(62,-85,l), +(62,22,l), +(30,22,l), +(30,-85,l) ); }, { closed = 1; nodes = ( -(226,-85,l), -(226,22,l), -(194,22,l), -(194,-85,l) +(216,-85,l), +(216,22,l), +(184,22,l), +(184,-85,l) ); }, { closed = 1; nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) +(62,714,l), +(62,814,l), +(30,814,l), +(30,714,l) ); }, { closed = 1; nodes = ( -(226,714,l), -(226,814,l), -(194,814,l), -(194,714,l) +(216,714,l), +(216,814,l), +(184,814,l), +(184,714,l) ); } ); -width = 266; +width = 246; }, { anchors = ( { name = _bottom; -pos = (282,0); +pos = (272,0); } ); background = { @@ -873,52 +2607,52 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(201,-85,l), -(201,90,l), -(40,90,l), -(40,-85,l) +(191,-85,l), +(191,90,l), +(30,90,l), +(30,-85,l) ); }, { closed = 1; nodes = ( -(431,-85,l), -(431,90,l), -(270,90,l), -(270,-85,l) +(421,-85,l), +(421,90,l), +(260,90,l), +(260,-85,l) ); }, { closed = 1; nodes = ( -(201,689,l), -(201,815,l), -(41,815,l), -(41,689,l) +(191,689,l), +(191,815,l), +(31,815,l), +(31,689,l) ); }, { closed = 1; nodes = ( -(431,689,l), -(431,815,l), -(271,815,l), -(271,689,l) +(421,689,l), +(421,815,l), +(261,815,l), +(261,689,l) ); } ); -width = 471; +width = 451; }, { anchors = ( { name = _bottom; -pos = (126,0); +pos = (103,0); } ); background = { @@ -1010,52 +2744,52 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(-3,-85,l), -(17,12,l), -(-11,12,l), -(-31,-85,l) +(-26,-85,l), +(-6,12,l), +(-34,12,l), +(-54,-85,l) ); }, { closed = 1; nodes = ( -(74,-85,l), -(94,12,l), -(66,12,l), -(46,-85,l) +(51,-85,l), +(71,12,l), +(43,12,l), +(23,-85,l) ); }, { closed = 1; nodes = ( -(162,713,l), -(183,815,l), -(155,815,l), -(134,713,l) +(139,713,l), +(160,815,l), +(132,815,l), +(111,713,l) ); }, { closed = 1; nodes = ( -(239,713,l), -(260,815,l), -(232,815,l), -(211,713,l) +(216,713,l), +(237,815,l), +(209,815,l), +(188,713,l) ); } ); -width = 185; +width = 139; }, { anchors = ( { name = _bottom; -pos = (183,0); +pos = (172,0); } ); background = { @@ -1147,52 +2881,52 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(47,-85,l), -(83,90,l), -(3,90,l), -(-33,-85,l) +(36,-85,l), +(72,90,l), +(-8,90,l), +(-44,-85,l) ); }, { closed = 1; nodes = ( -(177,-85,l), -(213,90,l), -(133,90,l), -(97,-85,l) +(166,-85,l), +(202,90,l), +(122,90,l), +(86,-85,l) ); }, { closed = 1; nodes = ( -(207,689,l), -(233,815,l), -(154,815,l), -(128,689,l) +(196,689,l), +(222,815,l), +(143,815,l), +(117,689,l) ); }, { closed = 1; nodes = ( -(337,689,l), -(363,815,l), -(284,815,l), -(258,689,l) +(326,689,l), +(352,815,l), +(273,815,l), +(247,689,l) ); } ); -width = 291; +width = 269; }, { anchors = ( { name = _bottom; -pos = (174,0); +pos = (150,0); } ); background = { @@ -1284,52 +3018,52 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) +(-23,-85,l), +(-1,22,l), +(-33,22,l), +(-55,-85,l) ); }, { closed = 1; nodes = ( -(141,-85,l), -(163,22,l), -(131,22,l), -(109,-85,l) +(117,-85,l), +(139,22,l), +(107,22,l), +(85,-85,l) ); }, { closed = 1; nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) +(142,714,l), +(163,814,l), +(131,814,l), +(110,714,l) ); }, { closed = 1; nodes = ( -(306,714,l), -(327,814,l), -(295,814,l), -(274,714,l) +(282,714,l), +(303,814,l), +(271,814,l), +(250,714,l) ); } ); -width = 252; +width = 204; }, { anchors = ( { name = _bottom; -pos = (227,0); +pos = (198,0); } ); background = { @@ -1421,52 +3155,52 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(76,-85,l), -(112,90,l), -(2,90,l), -(-34,-85,l) +(47,-85,l), +(83,90,l), +(-27,90,l), +(-63,-85,l) ); }, { closed = 1; nodes = ( -(255,-85,l), -(291,90,l), -(181,90,l), -(145,-85,l) +(226,-85,l), +(262,90,l), +(152,90,l), +(116,-85,l) ); }, { closed = 1; nodes = ( -(236,689,l), -(262,815,l), -(153,815,l), -(127,689,l) +(207,689,l), +(233,815,l), +(124,815,l), +(98,689,l) ); }, { closed = 1; nodes = ( -(415,689,l), -(441,815,l), -(332,815,l), -(306,689,l) +(386,689,l), +(412,815,l), +(303,815,l), +(277,689,l) ); } ); -width = 369; +width = 311; }, { anchors = ( { name = _bottom; -pos = (191,0); +pos = (181,0); } ); background = { @@ -1558,52 +3292,52 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) +(-9,-85,l), +(13,22,l), +(-19,22,l), +(-41,-85,l) ); }, { closed = 1; nodes = ( -(165,-85,l), -(187,22,l), -(155,22,l), -(133,-85,l) +(155,-85,l), +(177,22,l), +(145,22,l), +(123,-85,l) ); }, { closed = 1; nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) +(156,714,l), +(177,814,l), +(145,814,l), +(124,714,l) ); }, { closed = 1; nodes = ( -(330,714,l), -(351,814,l), -(319,814,l), -(298,714,l) +(320,714,l), +(341,814,l), +(309,814,l), +(288,714,l) ); } ); -width = 276; +width = 256; }, { anchors = ( { name = _bottom; -pos = (278,0); +pos = (263,0); } ); background = { @@ -1695,46 +3429,46 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(127,-85,l), -(163,90,l), -(2,90,l), -(-34,-85,l) +(112,-85,l), +(148,90,l), +(-13,90,l), +(-49,-85,l) ); }, { closed = 1; nodes = ( -(357,-85,l), -(393,90,l), -(232,90,l), -(196,-85,l) +(342,-85,l), +(378,90,l), +(217,90,l), +(181,-85,l) ); }, { closed = 1; nodes = ( -(287,689,l), -(313,815,l), -(153,815,l), -(127,689,l) +(272,689,l), +(298,815,l), +(138,815,l), +(112,689,l) ); }, { closed = 1; nodes = ( -(517,689,l), -(543,815,l), -(383,815,l), -(357,689,l) +(502,689,l), +(528,815,l), +(368,815,l), +(342,689,l) ); } ); -width = 471; +width = 441; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/_circle.glyph b/sources/MonaSans.glyphspackage/glyphs/_circle.glyph index 191cefe3..50330b65 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_circle.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_circle.glyph @@ -121,7 +121,601 @@ nodes = ( width = 706; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +} +); +width = 884; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(668,-10,o), +(826,140,o), +(826,365,cs), +(826,589,o), +(668,739,o), +(434,739,cs), +(200,739,o), +(42,589,o), +(42,365,cs), +(42,140,o), +(200,-10,o), +(434,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,60,o), +(117,182,o), +(117,365,cs), +(117,547,o), +(244,669,o), +(434,669,cs), +(624,669,o), +(751,547,o), +(751,365,cs), +(751,182,o), +(624,60,o), +(434,60,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(661,-11,o), +(822,135,o), +(822,364,cs), +(822,593,o), +(661,739,o), +(432,739,cs), +(204,739,o), +(42,593,o), +(42,364,cs), +(42,135,o), +(204,-11,o), +(432,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(252,67,o), +(124,181,o), +(124,364,cs), +(124,547,o), +(252,661,o), +(432,661,cs), +(613,661,o), +(740,547,o), +(740,364,cs), +(740,181,o), +(613,67,o), +(432,67,cs) +); +} +); +width = 872; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(646,-10,o), +(795,140,o), +(795,363,cs), +(795,587,o), +(646,736,o), +(427,736,cs), +(207,736,o), +(58,587,o), +(58,363,cs), +(58,140,o), +(207,-10,o), +(427,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(228,21,o), +(92,159,o), +(92,363,cs), +(92,567,o), +(228,706,o), +(427,706,cs), +(627,706,o), +(761,567,o), +(761,363,cs), +(761,159,o), +(627,21,o), +(427,21,cs) +); +} +); +width = 853; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(650,-9,o), +(812,141,o), +(812,365,cs), +(812,589,o), +(650,739,o), +(426,739,cs), +(202,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(202,-9,o), +(426,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,62,o), +(118,183,o), +(118,365,cs), +(118,547,o), +(242,668,o), +(426,668,cs), +(610,668,o), +(734,547,o), +(734,365,cs), +(734,183,o), +(610,62,o), +(426,62,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(637,-9,o), +(797,141,o), +(797,365,cs), +(797,589,o), +(637,739,o), +(419,739,cs), +(200,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(200,-9,o), +(419,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,68,o), +(123,187,o), +(123,365,cs), +(123,544,o), +(243,663,o), +(419,663,cs), +(594,663,o), +(714,544,o), +(714,365,cs), +(714,187,o), +(595,68,o), +(419,68,cs) +); +} +); +width = 837; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +} +); +width = 727; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(582,-7,o), +(710,127,o), +(710,366,cs), +(710,605,o), +(582,739,o), +(391,739,cs), +(200,739,o), +(72,605,o), +(72,366,cs), +(72,127,o), +(200,-7,o), +(391,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(217,52,o), +(135,178,o), +(135,366,cs), +(135,554,o), +(217,680,o), +(391,680,cs), +(565,680,o), +(647,554,o), +(647,366,cs), +(647,179,o), +(565,52,o), +(391,52,cs) +); +} +); +width = 743; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +} +); +width = 891; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(841,141,o), +(841,365,cs), +(841,589,o), +(679,739,o), +(455,739,cs), +(231,739,o), +(69,589,o), +(69,365,cs), +(69,141,o), +(231,-9,o), +(455,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,62,o), +(147,183,o), +(147,365,cs), +(147,547,o), +(271,668,o), +(455,668,cs), +(639,668,o), +(763,547,o), +(763,365,cs), +(763,183,o), +(639,62,o), +(455,62,cs) +); +} +); +width = 871; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +} +); +width = 903; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(695,-10,o), +(853,140,o), +(853,365,cs), +(853,589,o), +(695,739,o), +(461,739,cs), +(227,739,o), +(69,589,o), +(69,365,cs), +(69,140,o), +(227,-10,o), +(461,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,60,o), +(144,182,o), +(144,365,cs), +(144,547,o), +(271,669,o), +(461,669,cs), +(651,669,o), +(778,547,o), +(778,365,cs), +(778,182,o), +(651,60,o), +(461,60,cs) +); +} +); +width = 883; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +} +); +width = 698; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(550,-7,o), +(678,127,o), +(678,366,cs), +(678,605,o), +(550,739,o), +(359,739,cs), +(168,739,o), +(40,605,o), +(40,366,cs), +(40,127,o), +(168,-7,o), +(359,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(185,52,o), +(103,178,o), +(103,366,cs), +(103,554,o), +(185,680,o), +(359,680,cs), +(533,680,o), +(615,554,o), +(615,366,cs), +(615,179,o), +(533,52,o), +(359,52,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +} +); +width = 706; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; @@ -199,7 +793,7 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; @@ -239,7 +833,7 @@ nodes = ( width = 855; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; @@ -317,7 +911,7 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; @@ -357,7 +951,7 @@ nodes = ( width = 872; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; @@ -397,7 +991,7 @@ nodes = ( width = 727; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; @@ -437,7 +1031,7 @@ nodes = ( width = 743; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; @@ -477,7 +1071,7 @@ nodes = ( width = 891; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; @@ -517,7 +1111,7 @@ nodes = ( width = 871; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; @@ -557,7 +1151,7 @@ nodes = ( width = 903; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; diff --git a/sources/MonaSans.glyphspackage/glyphs/_copyright.C_.glyph b/sources/MonaSans.glyphspackage/glyphs/_copyright.C_.glyph index 6759fec9..c5216ac5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_copyright.C_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_copyright.C_.glyph @@ -230,6 +230,1436 @@ width = 307; anchors = ( { name = _center; +pos = (241,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(464,-10,o), +(623,139,o), +(623,363,cs), +(623,587,o), +(464,736,o), +(241,736,cs), +(18,736,o), +(-141,587,o), +(-141,363,cs), +(-141,139,o), +(18,-10,o), +(241,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(41,24,o), +(-104,160,o), +(-104,363,cs), +(-104,566,o), +(41,702,o), +(241,702,cs), +(441,702,o), +(586,566,o), +(586,363,cs), +(586,160,o), +(441,24,o), +(241,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(345,161,o), +(429,217,o), +(443,300,c), +(406,300,l), +(391,237,o), +(328,193,o), +(246,193,cs), +(138,193,o), +(76,260,o), +(76,362,cs), +(76,465,o), +(145,533,o), +(248,533,cs), +(324,533,o), +(384,500,o), +(403,434,c), +(439,434,l), +(427,513,o), +(350,565,o), +(248,565,cs), +(124,565,o), +(40,483,o), +(40,362,cs), +(40,238,o), +(120,161,o), +(245,161,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(345,161,o), +(429,217,o), +(443,300,c), +(406,300,l), +(391,237,o), +(328,193,o), +(246,193,cs), +(138,193,o), +(76,260,o), +(76,362,cs), +(76,465,o), +(145,533,o), +(248,533,cs), +(324,533,o), +(384,500,o), +(403,434,c), +(439,434,l), +(427,513,o), +(350,565,o), +(248,565,cs), +(124,565,o), +(40,483,o), +(40,362,cs), +(40,238,o), +(120,161,o), +(245,161,cs) +); +} +); +width = 483; +}, +{ +anchors = ( +{ +name = _center; +pos = (266,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(495,-11,o), +(656,135,o), +(656,364,cs), +(656,593,o), +(495,739,o), +(266,739,cs), +(38,739,o), +(-124,593,o), +(-124,364,cs), +(-124,135,o), +(38,-11,o), +(266,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(86,67,o), +(-42,181,o), +(-42,364,cs), +(-42,547,o), +(86,661,o), +(266,661,cs), +(447,661,o), +(574,547,o), +(574,364,cs), +(574,181,o), +(447,67,o), +(266,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(389,154,o), +(489,216,o), +(492,318,c), +(334,318,l), +(326,288,o), +(301,273,o), +(272,273,cs), +(228,273,o), +(199,303,o), +(199,365,cs), +(199,418,o), +(223,455,o), +(272,455,cs), +(303,455,o), +(329,439,o), +(333,410,c), +(491,410,l), +(488,507,o), +(406,574,o), +(273,574,cs), +(132,574,o), +(40,498,o), +(40,366,cs), +(40,238,o), +(125,154,o), +(265,154,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(389,154,o), +(489,216,o), +(492,318,c), +(334,318,l), +(326,288,o), +(301,273,o), +(272,273,cs), +(228,273,o), +(199,303,o), +(199,365,cs), +(199,418,o), +(223,455,o), +(272,455,cs), +(303,455,o), +(329,439,o), +(333,410,c), +(491,410,l), +(488,507,o), +(406,574,o), +(273,574,cs), +(132,574,o), +(40,498,o), +(40,366,cs), +(40,238,o), +(125,154,o), +(265,154,cs) +); +} +); +width = 532; +}, +{ +anchors = ( +{ +name = _center; +pos = (214,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(443,-10,o), +(594,140,o), +(594,363,cs), +(594,587,o), +(443,736,o), +(218,736,cs), +(-6,736,o), +(-157,587,o), +(-157,363,cs), +(-157,140,o), +(-6,-10,o), +(218,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(15,21,o), +(-123,159,o), +(-123,363,cs), +(-123,567,o), +(15,706,o), +(218,706,cs), +(422,706,o), +(560,567,o), +(560,363,cs), +(560,159,o), +(422,21,o), +(218,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(323,160,o), +(389,217,o), +(397,300,c), +(362,300,l), +(354,231,o), +(298,192,o), +(227,192,cs), +(136,192,o), +(75,257,o), +(75,362,cs), +(75,464,o), +(133,535,o), +(228,535,cs), +(290,535,o), +(348,503,o), +(361,435,c), +(395,435,l), +(386,513,o), +(319,567,o), +(230,567,cs), +(115,567,o), +(40,484,o), +(40,362,cs), +(40,241,o), +(115,160,o), +(227,160,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(317,160,o), +(381,217,o), +(389,300,c), +(354,300,l), +(347,231,o), +(292,192,o), +(223,192,cs), +(134,192,o), +(73,257,o), +(73,362,cs), +(73,464,o), +(131,535,o), +(224,535,cs), +(284,535,o), +(342,503,o), +(353,435,c), +(387,435,l), +(378,513,o), +(313,567,o), +(226,567,cs), +(113,567,o), +(40,484,o), +(40,362,cs), +(40,241,o), +(113,160,o), +(223,160,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 429; +}, +{ +anchors = ( +{ +name = _center; +pos = (235,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(465,-9,o), +(629,141,o), +(629,365,cs), +(629,589,o), +(465,739,o), +(242,739,cs), +(18,739,o), +(-146,589,o), +(-146,365,cs), +(-146,141,o), +(18,-9,o), +(242,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(60,68,o), +(-62,187,o), +(-62,365,cs), +(-62,544,o), +(61,663,o), +(242,663,cs), +(422,663,o), +(545,544,o), +(545,365,cs), +(545,187,o), +(423,68,o), +(242,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(360,163,o), +(440,225,o), +(443,319,c), +(310,319,l), +(306,293,o), +(285,274,o), +(248,274,cs), +(207,274,o), +(180,301,o), +(180,365,cs), +(180,420,o), +(201,455,o), +(249,455,cs), +(279,455,o), +(303,441,o), +(309,410,c), +(443,410,l), +(441,499,o), +(366,567,o), +(252,567,cs), +(123,567,o), +(40,488,o), +(40,365,cs), +(40,243,o), +(122,163,o), +(248,163,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(348,163,o), +(426,225,o), +(429,319,c), +(297,319,l), +(293,293,o), +(275,274,o), +(241,274,cs), +(203,274,o), +(178,301,o), +(178,365,cs), +(178,420,o), +(197,455,o), +(242,455,cs), +(269,455,o), +(290,441,o), +(296,410,c), +(429,410,l), +(427,499,o), +(355,567,o), +(245,567,cs), +(120,567,o), +(40,488,o), +(40,365,cs), +(40,243,o), +(119,163,o), +(241,163,cs) +); +} +); +width = 468; +}, +{ +anchors = ( +{ +name = _center; +pos = (199,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(393,-9,o), +(488,141,o), +(488,365,cs), +(488,589,o), +(393,739,o), +(199,739,cs), +(5,739,o), +(-90,588,o), +(-90,365,cs), +(-90,142,o), +(5,-9,o), +(199,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(46,21,o), +(-57,132,o), +(-57,365,cs), +(-57,598,o), +(46,710,o), +(199,710,cs), +(353,710,o), +(455,599,o), +(455,365,cs), +(455,132,o), +(353,21,o), +(199,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(262,150,o), +(296,195,o), +(303,285,c), +(273,285,l), +(265,216,o), +(247,176,o), +(194,176,cs), +(141,176,o), +(106,215,o), +(106,365,cs), +(106,514,o), +(141,553,o), +(194,553,cs), +(239,553,o), +(264,525,o), +(273,443,c), +(303,443,l), +(295,552,o), +(246,581,o), +(194,581,cs), +(98,581,o), +(76,493,o), +(76,365,cs), +(76,237,o), +(98,150,o), +(194,150,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,150,o), +(296,195,o), +(303,285,c), +(273,285,l), +(265,216,o), +(247,176,o), +(194,176,cs), +(141,176,o), +(106,215,o), +(106,365,cs), +(106,514,o), +(141,553,o), +(194,553,cs), +(239,553,o), +(264,525,o), +(273,443,c), +(303,443,l), +(295,552,o), +(246,581,o), +(194,581,cs), +(98,581,o), +(76,493,o), +(76,365,cs), +(76,237,o), +(98,150,o), +(194,150,cs) +); +} +); +width = 340; +}, +{ +anchors = ( +{ +name = _center; +pos = (235,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(415,-7,o), +(548,122,o), +(548,366,cs), +(548,610,o), +(415,739,o), +(235,739,cs), +(55,739,o), +(-78,610,o), +(-78,366,cs), +(-78,122,o), +(55,-7,o), +(235,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(63,61,o), +(-6,192,o), +(-6,366,cs), +(-6,540,o), +(63,671,o), +(235,671,cs), +(407,671,o), +(476,540,o), +(476,366,cs), +(476,192,o), +(407,61,o), +(235,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(330,123,o), +(389,173,o), +(398,303,c), +(270,303,l), +(268,252,o), +(259,229,o), +(238,229,cs), +(214,229,o), +(206,263,o), +(206,365,cs), +(206,474,o), +(215,503,o), +(238,503,cs), +(259,503,o), +(268,485,o), +(270,429,c), +(398,429,l), +(390,556,o), +(334,610,o), +(238,610,cs), +(134,610,o), +(72,538,o), +(72,367,cs), +(72,193,o), +(137,123,o), +(238,123,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(330,123,o), +(389,173,o), +(398,303,c), +(270,303,l), +(268,252,o), +(259,229,o), +(238,229,cs), +(214,229,o), +(206,263,o), +(206,365,cs), +(206,474,o), +(215,503,o), +(238,503,cs), +(259,503,o), +(268,485,o), +(270,429,c), +(398,429,l), +(390,556,o), +(334,610,o), +(238,610,cs), +(134,610,o), +(72,538,o), +(72,367,cs), +(72,193,o), +(137,123,o), +(238,123,cs) +); +} +); +width = 435; +}, +{ +anchors = ( +{ +name = _center; +pos = (245,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(470,-10,o), +(621,140,o), +(621,363,cs), +(621,587,o), +(470,736,o), +(245,736,cs), +(21,736,o), +(-130,587,o), +(-130,363,cs), +(-130,140,o), +(21,-10,o), +(245,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(42,21,o), +(-96,159,o), +(-96,363,cs), +(-96,567,o), +(42,706,o), +(245,706,cs), +(449,706,o), +(587,567,o), +(587,363,cs), +(587,159,o), +(449,21,o), +(245,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(350,160,o), +(416,217,o), +(424,300,c), +(389,300,l), +(381,231,o), +(325,192,o), +(254,192,cs), +(163,192,o), +(102,257,o), +(102,362,cs), +(102,464,o), +(160,535,o), +(255,535,cs), +(317,535,o), +(375,503,o), +(388,435,c), +(422,435,l), +(413,513,o), +(346,567,o), +(257,567,cs), +(142,567,o), +(67,484,o), +(67,362,cs), +(67,241,o), +(142,160,o), +(254,160,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,160,o), +(416,217,o), +(424,300,c), +(389,300,l), +(381,231,o), +(325,192,o), +(254,192,cs), +(163,192,o), +(102,257,o), +(102,362,cs), +(102,464,o), +(160,535,o), +(255,535,cs), +(317,535,o), +(375,503,o), +(388,435,c), +(422,435,l), +(413,513,o), +(346,567,o), +(257,567,cs), +(142,567,o), +(67,484,o), +(67,362,cs), +(67,241,o), +(142,160,o), +(254,160,cs) +); +} +); +width = 456; +}, +{ +anchors = ( +{ +name = _center; +pos = (267,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(490,-9,o), +(654,141,o), +(654,365,cs), +(654,589,o), +(490,739,o), +(267,739,cs), +(43,739,o), +(-121,589,o), +(-121,365,cs), +(-121,141,o), +(43,-9,o), +(267,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(85,68,o), +(-37,187,o), +(-37,365,cs), +(-37,544,o), +(86,663,o), +(267,663,cs), +(447,663,o), +(570,544,o), +(570,365,cs), +(570,187,o), +(448,68,o), +(267,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(385,163,o), +(465,225,o), +(468,319,c), +(335,319,l), +(331,293,o), +(310,274,o), +(273,274,cs), +(232,274,o), +(205,301,o), +(205,365,cs), +(205,420,o), +(226,455,o), +(274,455,cs), +(304,455,o), +(328,441,o), +(334,410,c), +(468,410,l), +(466,499,o), +(391,567,o), +(277,567,cs), +(148,567,o), +(65,488,o), +(65,365,cs), +(65,243,o), +(147,163,o), +(273,163,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(385,163,o), +(465,225,o), +(468,319,c), +(335,319,l), +(331,293,o), +(310,274,o), +(273,274,cs), +(232,274,o), +(205,301,o), +(205,365,cs), +(205,420,o), +(226,455,o), +(274,455,cs), +(304,455,o), +(328,441,o), +(334,410,c), +(468,410,l), +(466,499,o), +(391,567,o), +(277,567,cs), +(148,567,o), +(65,488,o), +(65,365,cs), +(65,243,o), +(147,163,o), +(273,163,cs) +); +} +); +width = 501; +}, +{ +anchors = ( +{ +name = _center; +pos = (268,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(491,-10,o), +(650,139,o), +(650,363,cs), +(650,587,o), +(491,736,o), +(268,736,cs), +(45,736,o), +(-114,587,o), +(-114,363,cs), +(-114,139,o), +(45,-10,o), +(268,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(68,24,o), +(-77,160,o), +(-77,363,cs), +(-77,566,o), +(68,702,o), +(268,702,cs), +(468,702,o), +(613,566,o), +(613,363,cs), +(613,160,o), +(468,24,o), +(268,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(372,161,o), +(456,217,o), +(470,300,c), +(433,300,l), +(418,237,o), +(355,193,o), +(273,193,cs), +(165,193,o), +(103,260,o), +(103,362,cs), +(103,465,o), +(172,533,o), +(275,533,cs), +(351,533,o), +(411,500,o), +(430,434,c), +(466,434,l), +(454,513,o), +(377,565,o), +(275,565,cs), +(151,565,o), +(67,483,o), +(67,362,cs), +(67,238,o), +(147,161,o), +(272,161,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(372,161,o), +(456,217,o), +(470,300,c), +(433,300,l), +(418,237,o), +(355,193,o), +(273,193,cs), +(165,193,o), +(103,260,o), +(103,362,cs), +(103,465,o), +(172,533,o), +(275,533,cs), +(351,533,o), +(411,500,o), +(430,434,c), +(466,434,l), +(454,513,o), +(377,565,o), +(275,565,cs), +(151,565,o), +(67,483,o), +(67,362,cs), +(67,238,o), +(147,161,o), +(272,161,cs) +); +} +); +width = 502; +}, +{ +anchors = ( +{ +name = _center; +pos = (291,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(520,-11,o), +(681,135,o), +(681,364,cs), +(681,593,o), +(520,739,o), +(291,739,cs), +(63,739,o), +(-99,593,o), +(-99,364,cs), +(-99,135,o), +(63,-11,o), +(291,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(111,67,o), +(-17,181,o), +(-17,364,cs), +(-17,547,o), +(111,661,o), +(291,661,cs), +(472,661,o), +(599,547,o), +(599,364,cs), +(599,181,o), +(472,67,o), +(291,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(414,154,o), +(514,216,o), +(517,318,c), +(359,318,l), +(351,288,o), +(326,273,o), +(297,273,cs), +(253,273,o), +(224,303,o), +(224,365,cs), +(224,418,o), +(248,455,o), +(297,455,cs), +(328,455,o), +(354,439,o), +(358,410,c), +(516,410,l), +(513,507,o), +(431,574,o), +(298,574,cs), +(157,574,o), +(65,498,o), +(65,366,cs), +(65,238,o), +(150,154,o), +(290,154,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(414,154,o), +(514,216,o), +(517,318,c), +(359,318,l), +(351,288,o), +(326,273,o), +(297,273,cs), +(253,273,o), +(224,303,o), +(224,365,cs), +(224,418,o), +(248,455,o), +(297,455,cs), +(328,455,o), +(354,439,o), +(358,410,c), +(516,410,l), +(513,507,o), +(431,574,o), +(298,574,cs), +(157,574,o), +(65,498,o), +(65,366,cs), +(65,238,o), +(150,154,o), +(290,154,cs) +); +} +); +width = 550; +}, +{ +anchors = ( +{ +name = _center; +pos = (163,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(357,-9,o), +(452,141,o), +(452,365,cs), +(452,589,o), +(357,739,o), +(163,739,cs), +(-31,739,o), +(-126,588,o), +(-126,365,cs), +(-126,142,o), +(-31,-9,o), +(163,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(10,21,o), +(-93,132,o), +(-93,365,cs), +(-93,598,o), +(10,710,o), +(163,710,cs), +(317,710,o), +(419,599,o), +(419,365,cs), +(419,132,o), +(317,21,o), +(163,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(226,150,o), +(260,195,o), +(267,285,c), +(237,285,l), +(229,216,o), +(211,176,o), +(158,176,cs), +(105,176,o), +(70,215,o), +(70,365,cs), +(70,514,o), +(105,553,o), +(158,553,cs), +(203,553,o), +(228,525,o), +(237,443,c), +(267,443,l), +(259,552,o), +(210,581,o), +(158,581,cs), +(62,581,o), +(40,493,o), +(40,365,cs), +(40,237,o), +(62,150,o), +(158,150,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(226,150,o), +(260,195,o), +(267,285,c), +(237,285,l), +(229,216,o), +(211,176,o), +(158,176,cs), +(105,176,o), +(70,215,o), +(70,365,cs), +(70,514,o), +(105,553,o), +(158,553,cs), +(203,553,o), +(228,525,o), +(237,443,c), +(267,443,l), +(259,552,o), +(210,581,o), +(158,581,cs), +(62,581,o), +(40,493,o), +(40,365,cs), +(40,237,o), +(62,150,o), +(158,150,cs) +); +} +); +width = 307; +}, +{ +anchors = ( +{ +name = _center; +pos = (203,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(383,-7,o), +(516,122,o), +(516,366,cs), +(516,610,o), +(383,739,o), +(203,739,cs), +(23,739,o), +(-110,610,o), +(-110,366,cs), +(-110,122,o), +(23,-7,o), +(203,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(31,61,o), +(-38,192,o), +(-38,366,cs), +(-38,540,o), +(31,671,o), +(203,671,cs), +(375,671,o), +(444,540,o), +(444,366,cs), +(444,192,o), +(375,61,o), +(203,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(298,123,o), +(357,173,o), +(366,303,c), +(238,303,l), +(236,252,o), +(227,229,o), +(206,229,cs), +(182,229,o), +(174,263,o), +(174,365,cs), +(174,474,o), +(183,503,o), +(206,503,cs), +(227,503,o), +(236,485,o), +(238,429,c), +(366,429,l), +(358,556,o), +(302,610,o), +(206,610,cs), +(102,610,o), +(40,538,o), +(40,367,cs), +(40,193,o), +(105,123,o), +(206,123,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,123,o), +(357,173,o), +(366,303,c), +(238,303,l), +(236,252,o), +(227,229,o), +(206,229,cs), +(182,229,o), +(174,263,o), +(174,365,cs), +(174,474,o), +(183,503,o), +(206,503,cs), +(227,503,o), +(236,485,o), +(238,429,c), +(366,429,l), +(358,556,o), +(302,610,o), +(206,610,cs), +(102,610,o), +(40,538,o), +(40,367,cs), +(40,193,o), +(105,123,o), +(206,123,cs) +); +} +); +width = 406; +}, +{ +anchors = ( +{ +name = _center; pos = (218,363); } ); @@ -302,7 +1732,7 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; @@ -500,7 +1930,7 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; @@ -612,7 +2042,7 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; @@ -724,7 +2154,7 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; @@ -836,7 +2266,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; @@ -948,7 +2378,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; @@ -1060,7 +2490,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; @@ -1172,7 +2602,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; @@ -1284,7 +2714,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; @@ -1396,7 +2826,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_f.longarm.glyph b/sources/MonaSans.glyphspackage/glyphs/_f.longarm.glyph similarity index 63% rename from sources/MonaSansDisplay.glyphspackage/glyphs/_f.longarm.glyph rename to sources/MonaSans.glyphspackage/glyphs/_f.longarm.glyph index 52e3bc5e..c4d528f6 100644 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_f.longarm.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_f.longarm.glyph @@ -6,10 +6,10 @@ layers = ( anchors = ( { name = "#exit"; -pos = (199,0); +pos = (124,0); } ); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { ref = f; @@ -17,23 +17,23 @@ ref = f; { closed = 1; nodes = ( -(235,489,l), -(235,516,l), -(185,516,l), -(185,489,l) +(196,489,l), +(196,516,l), +(142,516,l), +(142,489,l) ); } ); -width = 239; +width = 194; }, { anchors = ( { name = "#exit"; -pos = (335,0); +pos = (315,0); } ); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { ref = f; @@ -41,23 +41,23 @@ ref = f; { closed = 1; nodes = ( -(388,398,l), -(388,541,l), -(298,541,l), -(298,398,l) +(371,398,l), +(371,541,l), +(301,541,l), +(301,398,l) ); } ); -width = 395; +width = 383; }, { anchors = ( { name = "#exit"; -pos = (339,0); +pos = (293,0); } ); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; +layerId = m019; shapes = ( { ref = f; @@ -65,23 +65,23 @@ ref = f; { closed = 1; nodes = ( -(399,485,l), -(399,517,l), -(279,517,l), -(279,485,l) +(377,485,l), +(377,517,l), +(288,517,l), +(288,485,l) ); } ); -width = 409; +width = 368; }, { anchors = ( { name = "#exit"; -pos = (434,0); +pos = (385,0); } ); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; +layerId = m020; shapes = ( { ref = f; @@ -89,23 +89,23 @@ ref = f; { closed = 1; nodes = ( -(495,391,l), -(495,544,l), -(372,544,l), -(372,391,l) +(448,391,l), +(448,544,l), +(375,544,l), +(375,391,l) ); } ); -width = 494; +width = 455; }, { anchors = ( { name = "#exit"; -pos = (373,0); +pos = (302,0); } ); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = f; @@ -113,23 +113,23 @@ ref = f; { closed = 1; nodes = ( -(434,485,l), -(434,517,l), -(287,517,l), -(287,485,l) +(374,485,l), +(374,517,l), +(292,517,l), +(292,485,l) ); } ); -width = 443; +width = 362; }, { anchors = ( { name = "#exit"; -pos = (467,0); +pos = (446,0); } ); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = f; @@ -137,23 +137,23 @@ ref = f; { closed = 1; nodes = ( -(527,379,l), -(527,544,l), -(422,544,l), -(422,379,l) +(514,379,l), +(514,544,l), +(434,544,l), +(434,379,l) ); } ); -width = 527; +width = 512; }, { anchors = ( { name = "#exit"; -pos = (124,0); +pos = (113,0); } ); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { ref = f; @@ -161,23 +161,23 @@ ref = f; { closed = 1; nodes = ( -(196,489,l), -(196,516,l), -(142,516,l), -(142,489,l) +(223,489,l), +(228,516,l), +(198,516,l), +(192,489,l) ); } ); -width = 194; +width = 183; }, { anchors = ( { name = "#exit"; -pos = (307,0); +pos = (311,0); } ); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { ref = f; @@ -185,23 +185,23 @@ ref = f; { closed = 1; nodes = ( -(363,398,l), -(363,541,l), -(293,541,l), -(293,398,l) +(394,399,l), +(422,541,l), +(352,541,l), +(324,399,l) ); } ); -width = 367; +width = 379; }, { anchors = ( { name = "#exit"; -pos = (293,0); +pos = (281,0); } ); -layerId = m019; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { ref = f; @@ -209,23 +209,23 @@ ref = f; { closed = 1; nodes = ( -(377,485,l), -(377,517,l), -(288,517,l), -(288,485,l) +(418,485,l), +(425,517,l), +(335,517,l), +(328,485,l) ); } ); -width = 368; +width = 361; }, { anchors = ( { name = "#exit"; -pos = (385,0); +pos = (398,0); } ); -layerId = m020; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { ref = f; @@ -233,23 +233,23 @@ ref = f; { closed = 1; nodes = ( -(448,391,l), -(448,544,l), -(375,544,l), -(375,391,l) +(487,391,l), +(518,544,l), +(445,544,l), +(414,391,l) ); } ); -width = 455; +width = 468; }, { anchors = ( { name = "#exit"; -pos = (302,0); +pos = (291,0); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { ref = f; @@ -257,23 +257,23 @@ ref = f; { closed = 1; nodes = ( -(374,485,l), -(374,517,l), -(292,517,l), -(292,485,l) +(407,485,l), +(414,517,l), +(332,517,l), +(326,485,l) ); } ); -width = 362; +width = 356; }, { anchors = ( { name = "#exit"; -pos = (440,0); +pos = (448,0); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { ref = f; @@ -281,23 +281,23 @@ ref = f; { closed = 1; nodes = ( -(508,379,l), -(508,544,l), -(428,544,l), -(428,379,l) +(532,379,l), +(566,544,l), +(486,544,l), +(451,379,l) ); } ); -width = 500; +width = 514; }, { anchors = ( { name = "#exit"; -pos = (113,0); +pos = (199,0); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { ref = f; @@ -305,23 +305,23 @@ ref = f; { closed = 1; nodes = ( -(223,489,l), -(228,516,l), -(198,516,l), -(192,489,l) +(235,489,l), +(235,516,l), +(185,516,l), +(185,489,l) ); } ); -width = 183; +width = 239; }, { anchors = ( { name = "#exit"; -pos = (303,0); +pos = (335,0); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { ref = f; @@ -329,23 +329,23 @@ ref = f; { closed = 1; nodes = ( -(386,399,l), -(414,541,l), -(344,541,l), -(316,399,l) +(388,398,l), +(388,541,l), +(298,541,l), +(298,398,l) ); } ); -width = 363; +width = 395; }, { anchors = ( { name = "#exit"; -pos = (281,0); +pos = (339,0); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { ref = f; @@ -353,23 +353,23 @@ ref = f; { closed = 1; nodes = ( -(418,485,l), -(425,517,l), -(335,517,l), -(328,485,l) +(399,485,l), +(399,517,l), +(279,517,l), +(279,485,l) ); } ); -width = 361; +width = 409; }, { anchors = ( { name = "#exit"; -pos = (398,0); +pos = (434,0); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { ref = f; @@ -377,23 +377,23 @@ ref = f; { closed = 1; nodes = ( -(487,391,l), -(518,544,l), -(445,544,l), -(414,391,l) +(495,391,l), +(495,544,l), +(372,544,l), +(372,391,l) ); } ); -width = 468; +width = 494; }, { anchors = ( { name = "#exit"; -pos = (291,0); +pos = (373,0); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { ref = f; @@ -401,23 +401,167 @@ ref = f; { closed = 1; nodes = ( -(407,485,l), -(414,517,l), -(332,517,l), -(326,485,l) +(434,485,l), +(434,517,l), +(287,517,l), +(287,485,l) ); } ); -width = 356; +width = 443; }, { anchors = ( { name = "#exit"; -pos = (442,0); +pos = (467,0); } ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = f; +}, +{ +closed = 1; +nodes = ( +(527,379,l), +(527,544,l), +(422,544,l), +(422,379,l) +); +} +); +width = 527; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (90,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = f; +}, +{ +closed = 1; +nodes = ( +(200,489,l), +(205,516,l), +(175,516,l), +(169,489,l) +); +} +); +width = 137; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (292,0); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = f; +}, +{ +closed = 1; +nodes = ( +(375,399,l), +(403,541,l), +(333,541,l), +(305,399,l) +); +} +); +width = 341; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (257,0); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = f; +}, +{ +closed = 1; +nodes = ( +(394,485,l), +(401,517,l), +(311,517,l), +(304,485,l) +); +} +); +width = 333; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (369,0); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = f; +}, +{ +closed = 1; +nodes = ( +(458,391,l), +(489,544,l), +(416,544,l), +(385,391,l) +); +} +); +width = 410; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (281,0); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = f; +}, +{ +closed = 1; +nodes = ( +(397,485,l), +(404,517,l), +(322,517,l), +(316,485,l) +); +} +); +width = 336; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (427,0); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = f; @@ -425,14 +569,14 @@ ref = f; { closed = 1; nodes = ( -(526,379,l), -(560,544,l), -(480,544,l), -(445,379,l) +(511,379,l), +(545,544,l), +(465,544,l), +(430,379,l) ); } ); -width = 502; +width = 472; } ); metricLeft = f; diff --git a/sources/MonaSans.glyphspackage/glyphs/_notdef.glyph b/sources/MonaSans.glyphspackage/glyphs/_notdef.glyph index 9682499e..5990bab2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_notdef.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_notdef.glyph @@ -7,203 +7,203 @@ shapes = ( { closed = 1; nodes = ( -(323,-12,o), -(337,-6,o), -(337,10,cs), -(337,80,l), -(322,77,o), -(310,76,o), -(298,76,cs), -(226,76,o), -(216,122,o), -(194,156,cs), -(179,180,o), -(153,186,o), -(153,199,cs), -(153,205,o), -(158,209,o), -(167,209,cs), -(226,209,o), -(230,124,o), -(294,124,cs), -(310,124,o), -(327,128,o), -(338,134,c), -(342,159,o), -(353,177,o), -(373,186,c), -(258,198,o), -(188,264,o), -(188,366,cs), -(188,416,o), -(203,451,o), -(228,477,c), -(218,509,o), -(219,550,o), -(232,579,c), -(270,581,o), -(312,565,o), -(336,539,c), -(368,549,o), -(400,553,o), -(433,553,cs), -(466,553,o), -(498,549,o), -(530,539,c), -(554,565,o), -(596,581,o), -(634,579,c), -(647,550,o), -(648,509,o), -(638,477,c), -(663,451,o), -(678,416,o), -(678,366,cs), -(678,264,o), -(608,198,o), -(493,186,c), -(516,175,o), -(529,150,o), -(529,115,cs), -(529,10,ls), -(529,-6,o), -(543,-12,o), -(556,-8,cs), -(712,42,o), -(816,177,o), -(816,356,cs), -(816,585,o), -(663,738,o), -(433,738,cs), -(203,738,o), -(50,585,o), -(50,356,cs), -(50,177,o), -(154,42,o), -(310,-8,cs) +(331,-12,o), +(345,-6,o), +(345,10,cs), +(345,80,l), +(330,77,o), +(318,76,o), +(306,76,cs), +(234,76,o), +(224,122,o), +(202,156,cs), +(187,180,o), +(161,186,o), +(161,199,cs), +(161,205,o), +(166,209,o), +(175,209,cs), +(234,209,o), +(238,124,o), +(302,124,cs), +(318,124,o), +(335,128,o), +(346,134,c), +(350,159,o), +(361,177,o), +(381,186,c), +(266,198,o), +(196,264,o), +(196,366,cs), +(196,416,o), +(211,451,o), +(236,477,c), +(226,509,o), +(227,550,o), +(240,579,c), +(278,581,o), +(320,565,o), +(344,539,c), +(376,549,o), +(408,553,o), +(441,553,cs), +(474,553,o), +(506,549,o), +(538,539,c), +(562,565,o), +(604,581,o), +(642,579,c), +(655,550,o), +(656,509,o), +(646,477,c), +(671,451,o), +(686,416,o), +(686,366,cs), +(686,264,o), +(616,198,o), +(501,186,c), +(524,175,o), +(537,150,o), +(537,115,cs), +(537,10,ls), +(537,-6,o), +(551,-12,o), +(564,-8,cs), +(720,42,o), +(824,177,o), +(824,356,cs), +(824,585,o), +(671,738,o), +(441,738,cs), +(211,738,o), +(58,585,o), +(58,356,cs), +(58,177,o), +(162,42,o), +(318,-8,cs) ); }, { closed = 1; nodes = ( -(226,150,o), -(228,152,o), -(228,155,cs), -(228,158,o), +(234,150,o), +(236,152,o), +(236,155,cs), +(236,158,o), +(233,160,o), +(229,160,cs), (225,160,o), -(221,160,cs), -(217,160,o), -(215,158,o), -(215,155,cs), -(215,152,o), -(218,150,o), -(222,150,cs) +(223,158,o), +(223,155,cs), +(223,152,o), +(226,150,o), +(230,150,cs) ); }, { closed = 1; nodes = ( -(194,185,o), -(196,187,o), -(196,189,cs), -(196,192,o), -(194,193,o), -(190,193,cs), -(187,193,o), -(185,191,o), -(185,189,cs), -(185,186,o), -(187,185,o), -(191,185,cs) +(202,185,o), +(204,187,o), +(204,189,cs), +(204,192,o), +(202,193,o), +(198,193,cs), +(195,193,o), +(193,191,o), +(193,189,cs), +(193,186,o), +(195,185,o), +(199,185,cs) ); }, { closed = 1; nodes = ( -(209,171,o), -(211,173,o), -(211,175,cs), -(211,178,o), -(209,179,o), -(205,179,cs), -(202,179,o), -(200,177,o), -(200,175,cs), -(200,172,o), -(202,171,o), -(206,171,cs) +(217,171,o), +(219,173,o), +(219,175,cs), +(219,178,o), +(217,179,o), +(213,179,cs), +(210,179,o), +(208,177,o), +(208,175,cs), +(208,172,o), +(210,171,o), +(214,171,cs) ); }, { closed = 1; nodes = ( -(270,109,o), -(273,111,o), -(273,115,cs), -(273,119,o), -(270,121,o), -(265,121,cs), -(261,121,o), -(258,119,o), -(258,115,cs), -(258,111,o), -(261,109,o), -(266,109,cs) +(278,109,o), +(281,111,o), +(281,115,cs), +(281,119,o), +(278,121,o), +(273,121,cs), +(269,121,o), +(266,119,o), +(266,115,cs), +(266,111,o), +(269,109,o), +(274,109,cs) ); }, { closed = 1; nodes = ( -(301,104,o), -(304,106,o), -(304,110,cs), -(304,114,o), -(301,116,o), -(296,116,cs), -(292,116,o), -(289,114,o), -(289,110,cs), -(289,106,o), -(292,104,o), -(297,104,cs) +(309,104,o), +(312,106,o), +(312,110,cs), +(312,114,o), +(309,116,o), +(304,116,cs), +(300,116,o), +(297,114,o), +(297,110,cs), +(297,106,o), +(300,104,o), +(305,104,cs) ); }, { closed = 1; nodes = ( -(332,110,o), -(335,112,o), -(335,116,cs), -(335,120,o), -(332,122,o), -(327,122,cs), -(323,122,o), -(320,120,o), -(320,116,cs), -(320,112,o), -(323,110,o), -(328,110,cs) +(340,110,o), +(343,112,o), +(343,116,cs), +(343,120,o), +(340,122,o), +(335,122,cs), +(331,122,o), +(328,120,o), +(328,116,cs), +(328,112,o), +(331,110,o), +(336,110,cs) ); }, { closed = 1; nodes = ( -(244,127,o), -(247,129,o), -(247,133,cs), -(247,137,o), -(244,139,o), -(239,139,cs), -(235,139,o), -(232,137,o), -(232,133,cs), -(232,129,o), -(235,127,o), -(240,127,cs) +(252,127,o), +(255,129,o), +(255,133,cs), +(255,137,o), +(252,139,o), +(247,139,cs), +(243,139,o), +(240,137,o), +(240,133,cs), +(240,129,o), +(243,127,o), +(248,127,cs) ); } ); -width = 866; +width = 882; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -410,7 +410,7 @@ nodes = ( width = 865; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; @@ -611,1927 +611,4459 @@ nodes = ( ); } ); -userData = { -com.schriftgestaltung.hints = ( +width = 866; +}, { -horizontal = 1; -options = 0; -place = ( -0, -0 +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(329,-12,o), +(343,-6,o), +(343,10,cs), +(343,80,l), +(328,77,o), +(316,76,o), +(304,76,cs), +(232,76,o), +(222,122,o), +(200,156,cs), +(185,180,o), +(159,186,o), +(159,199,cs), +(159,205,o), +(164,209,o), +(173,209,cs), +(232,209,o), +(236,124,o), +(300,124,cs), +(316,124,o), +(333,128,o), +(344,134,c), +(348,159,o), +(359,177,o), +(379,186,c), +(264,198,o), +(194,264,o), +(194,366,cs), +(194,416,o), +(209,451,o), +(234,477,c), +(224,509,o), +(225,550,o), +(238,579,c), +(276,581,o), +(318,565,o), +(342,539,c), +(374,549,o), +(406,553,o), +(439,553,cs), +(472,553,o), +(504,549,o), +(536,539,c), +(560,565,o), +(602,581,o), +(640,579,c), +(653,550,o), +(654,509,o), +(644,477,c), +(669,451,o), +(684,416,o), +(684,366,cs), +(684,264,o), +(614,198,o), +(499,186,c), +(522,175,o), +(535,150,o), +(535,115,cs), +(535,10,ls), +(535,-6,o), +(549,-12,o), +(562,-8,cs), +(718,42,o), +(822,177,o), +(822,356,cs), +(822,585,o), +(669,738,o), +(439,738,cs), +(209,738,o), +(56,585,o), +(56,356,cs), +(56,177,o), +(160,42,o), +(316,-8,cs) ); -stem = -2; -type = Stem; }, { -horizontal = 1; -options = 0; -place = ( -0, -0 +closed = 1; +nodes = ( +(232,150,o), +(234,152,o), +(234,155,cs), +(234,158,o), +(231,160,o), +(227,160,cs), +(223,160,o), +(221,158,o), +(221,155,cs), +(221,152,o), +(224,150,o), +(228,150,cs) ); -stem = -2; -type = Stem; }, { -horizontal = 1; -options = 0; -place = ( -0, -0 +closed = 1; +nodes = ( +(200,185,o), +(202,187,o), +(202,189,cs), +(202,192,o), +(200,193,o), +(196,193,cs), +(193,193,o), +(191,191,o), +(191,189,cs), +(191,186,o), +(193,185,o), +(197,185,cs) ); -stem = -2; -type = Stem; }, { -horizontal = 1; -options = 0; -place = ( -0, -0 +closed = 1; +nodes = ( +(215,171,o), +(217,173,o), +(217,175,cs), +(217,178,o), +(215,179,o), +(211,179,cs), +(208,179,o), +(206,177,o), +(206,175,cs), +(206,172,o), +(208,171,o), +(212,171,cs) ); -stem = -2; -type = Stem; }, { -horizontal = 0; -options = 0; -place = ( -0, -0 +closed = 1; +nodes = ( +(276,109,o), +(279,111,o), +(279,115,cs), +(279,119,o), +(276,121,o), +(271,121,cs), +(267,121,o), +(264,119,o), +(264,115,cs), +(264,111,o), +(267,109,o), +(272,109,cs) ); -stem = -2; -type = Stem; }, { -horizontal = 0; -options = 0; -place = ( -0, -0 +closed = 1; +nodes = ( +(307,104,o), +(310,106,o), +(310,110,cs), +(310,114,o), +(307,116,o), +(302,116,cs), +(298,116,o), +(295,114,o), +(295,110,cs), +(295,106,o), +(298,104,o), +(303,104,cs) ); -stem = -2; -type = Stem; }, { -horizontal = 0; -options = 0; -place = ( -0, -0 +closed = 1; +nodes = ( +(338,110,o), +(341,112,o), +(341,116,cs), +(341,120,o), +(338,122,o), +(333,122,cs), +(329,122,o), +(326,120,o), +(326,116,cs), +(326,112,o), +(329,110,o), +(334,110,cs) ); -stem = -2; -type = Stem; }, { -horizontal = 0; -options = 0; -place = ( -0, -0 +closed = 1; +nodes = ( +(250,127,o), +(253,129,o), +(253,133,cs), +(253,137,o), +(250,139,o), +(245,139,cs), +(241,139,o), +(238,137,o), +(238,133,cs), +(238,129,o), +(241,127,o), +(246,127,cs) ); -stem = -2; -type = Stem; } ); -}; -width = 866; +width = 878; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(323,-12,o), -(337,-6,o), -(337,10,cs), -(337,80,l), -(322,77,o), -(310,76,o), -(298,76,cs), -(226,76,o), -(216,122,o), -(194,156,cs), -(179,180,o), -(153,186,o), -(153,199,cs), -(153,205,o), -(158,209,o), -(167,209,cs), -(226,209,o), -(230,124,o), -(294,124,cs), -(310,124,o), -(327,128,o), -(338,134,c), -(342,159,o), -(353,177,o), -(373,186,c), -(258,198,o), -(188,264,o), -(188,366,cs), -(188,416,o), -(203,451,o), -(228,477,c), -(218,509,o), -(219,550,o), -(232,579,c), -(270,581,o), -(312,565,o), -(336,539,c), -(368,549,o), -(400,553,o), -(433,553,cs), -(466,553,o), -(498,549,o), -(530,539,c), -(554,565,o), -(596,581,o), -(634,579,c), -(647,550,o), -(648,509,o), -(638,477,c), -(663,451,o), -(678,416,o), -(678,366,cs), -(678,264,o), -(608,198,o), -(493,186,c), -(516,175,o), -(529,150,o), -(529,115,cs), -(529,10,ls), -(529,-6,o), -(543,-12,o), -(556,-8,cs), -(712,42,o), -(816,177,o), -(816,356,cs), -(816,585,o), -(663,738,o), -(433,738,cs), -(203,738,o), -(50,585,o), -(50,356,cs), -(50,177,o), -(154,42,o), -(310,-8,cs) +(320,-12,o), +(334,-6,o), +(334,10,cs), +(334,80,l), +(319,77,o), +(307,76,o), +(295,76,cs), +(225,76,o), +(215,122,o), +(193,156,cs), +(178,180,o), +(152,186,o), +(152,199,cs), +(152,205,o), +(157,209,o), +(166,209,cs), +(225,209,o), +(229,124,o), +(291,124,cs), +(307,124,o), +(324,128,o), +(335,134,c), +(339,159,o), +(349,177,o), +(368,186,c), +(255,198,o), +(187,264,o), +(187,366,cs), +(187,416,o), +(202,451,o), +(227,477,c), +(217,509,o), +(218,550,o), +(231,579,c), +(267,581,o), +(309,565,o), +(333,539,c), +(363,549,o), +(395,553,o), +(428,553,cs), +(459,553,o), +(491,549,o), +(523,539,c), +(546,565,o), +(587,581,o), +(625,579,c), +(638,550,o), +(639,509,o), +(629,477,c), +(652,451,o), +(667,416,o), +(667,366,cs), +(667,264,o), +(599,198,o), +(486,186,c), +(509,175,o), +(522,150,o), +(522,115,cs), +(522,10,ls), +(522,-6,o), +(536,-12,o), +(547,-8,cs), +(701,42,o), +(803,177,o), +(803,356,cs), +(803,585,o), +(652,738,o), +(428,738,cs), +(202,738,o), +(52,585,o), +(52,356,cs), +(52,177,o), +(153,42,o), +(307,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(225,150,o), +(227,152,o), +(227,155,cs), +(227,158,o), +(224,160,o), +(220,160,cs), +(216,160,o), +(214,158,o), +(214,155,cs), +(214,152,o), +(217,150,o), +(221,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(193,185,o), +(195,187,o), +(195,189,cs), +(195,192,o), +(193,193,o), +(189,193,cs), +(186,193,o), +(184,191,o), +(184,189,cs), +(184,186,o), +(186,185,o), +(190,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(208,171,o), +(210,173,o), +(210,175,cs), +(210,178,o), +(208,179,o), +(204,179,cs), +(201,179,o), +(199,177,o), +(199,175,cs), +(199,172,o), +(201,171,o), +(205,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(267,109,o), +(270,111,o), +(270,115,cs), +(270,119,o), +(267,121,o), +(262,121,cs), +(258,121,o), +(255,119,o), +(255,115,cs), +(255,111,o), +(258,109,o), +(263,109,cs) +); +}, +{ +closed = 1; +nodes = ( +(298,104,o), +(301,106,o), +(301,110,cs), +(301,114,o), +(298,116,o), +(293,116,cs), +(289,116,o), +(286,114,o), +(286,110,cs), +(286,106,o), +(289,104,o), +(294,104,cs) +); +}, +{ +closed = 1; +nodes = ( +(329,110,o), +(332,112,o), +(332,116,cs), +(332,120,o), +(329,122,o), +(324,122,cs), +(320,122,o), +(317,120,o), +(317,116,cs), +(317,112,o), +(320,110,o), +(325,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(243,127,o), +(246,129,o), +(246,133,cs), +(246,137,o), +(243,139,o), +(238,139,cs), +(234,139,o), +(231,137,o), +(231,133,cs), +(231,129,o), +(234,127,o), +(239,127,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 853; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(316,-12,o), +(329,-6,o), +(329,10,cs), +(329,80,l), +(314,77,o), +(303,76,o), +(291,76,cs), +(221,76,o), +(211,121,o), +(190,155,cs), +(175,180,o), +(149,186,o), +(149,199,cs), +(149,205,o), +(154,209,o), +(162,209,cs), +(221,209,o), +(225,124,o), +(287,124,cs), +(303,124,o), +(319,128,o), +(330,134,c), +(334,159,o), +(345,177,o), +(364,186,c), +(251,198,o), +(183,264,o), +(183,366,cs), +(183,416,o), +(198,451,o), +(223,477,c), +(213,509,o), +(214,550,o), +(227,579,c), +(263,581,o), +(304,565,o), +(328,539,c), +(359,549,o), +(390,553,o), +(423,553,cs), +(455,553,o), +(486,549,o), +(518,539,c), +(542,565,o), +(582,581,o), +(619,579,c), +(632,550,o), +(633,509,o), +(623,477,c), +(647,451,o), +(662,416,o), +(662,366,cs), +(662,264,o), +(594,198,o), +(481,186,c), +(504,175,o), +(517,150,o), +(517,115,cs), +(517,10,ls), +(517,-6,o), +(530,-12,o), +(543,-8,cs), +(693,39,o), +(797,177,o), +(797,356,cs), +(797,585,o), +(647,738,o), +(423,738,cs), +(198,738,o), +(49,585,o), +(49,356,cs), +(49,177,o), +(152,39,o), +(303,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(221,150,o), +(223,152,o), +(223,155,cs), +(223,158,o), +(220,160,o), +(216,160,cs), +(212,160,o), +(210,158,o), +(210,155,cs), +(210,152,o), +(213,150,o), +(217,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(189,185,o), +(191,187,o), +(191,189,cs), +(191,192,o), +(189,193,o), +(185,193,cs), +(182,193,o), +(180,191,o), +(180,189,cs), +(180,186,o), +(182,185,o), +(186,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(204,171,o), +(206,173,o), +(206,175,cs), +(206,178,o), +(204,179,o), +(200,179,cs), +(197,179,o), +(195,177,o), +(195,175,cs), +(195,172,o), +(197,171,o), +(201,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,109,o), +(266,111,o), +(266,115,cs), +(266,119,o), +(263,121,o), +(258,121,cs), +(254,121,o), +(251,119,o), +(251,115,cs), +(251,111,o), +(254,109,o), +(259,109,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,104,o), +(297,106,o), +(297,110,cs), +(297,114,o), +(294,116,o), +(289,116,cs), +(285,116,o), +(282,114,o), +(282,110,cs), +(282,106,o), +(285,104,o), +(290,104,cs) +); +}, +{ +closed = 1; +nodes = ( +(324,110,o), +(327,112,o), +(327,116,cs), +(327,120,o), +(324,122,o), +(319,122,cs), +(315,122,o), +(312,120,o), +(312,116,cs), +(312,112,o), +(315,110,o), +(320,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(238,127,o), +(241,129,o), +(241,133,cs), +(241,137,o), +(238,139,o), +(234,139,cs), +(230,139,o), +(227,137,o), +(227,133,cs), +(227,129,o), +(230,127,o), +(235,127,cs) +); +} +); +width = 844; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(353,-12,o), +(367,-6,o), +(367,10,cs), +(367,80,l), +(352,77,o), +(340,76,o), +(328,76,cs), +(256,76,o), +(246,122,o), +(224,156,cs), +(209,180,o), +(183,186,o), +(183,199,cs), +(183,205,o), +(188,209,o), +(197,209,cs), +(256,209,o), +(260,124,o), +(324,124,cs), +(340,124,o), +(357,128,o), +(368,134,c), +(372,159,o), +(383,177,o), +(403,186,c), +(288,198,o), +(218,264,o), +(218,366,cs), +(218,416,o), +(233,451,o), +(258,477,c), +(248,509,o), +(249,550,o), +(262,579,c), +(300,581,o), +(342,565,o), +(366,539,c), +(398,549,o), +(430,553,o), +(463,553,cs), +(496,553,o), +(528,549,o), +(560,539,c), +(584,565,o), +(626,581,o), +(664,579,c), +(677,550,o), +(678,509,o), +(668,477,c), +(693,451,o), +(708,416,o), +(708,366,cs), +(708,264,o), +(638,198,o), +(523,186,c), +(546,175,o), +(559,150,o), +(559,115,cs), +(559,10,ls), +(559,-6,o), +(573,-12,o), +(586,-8,cs), +(742,42,o), +(846,177,o), +(846,356,cs), +(846,585,o), +(693,738,o), +(463,738,cs), +(233,738,o), +(80,585,o), +(80,356,cs), +(80,177,o), +(184,42,o), +(340,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(256,150,o), +(258,152,o), +(258,155,cs), +(258,158,o), +(255,160,o), +(251,160,cs), +(247,160,o), +(245,158,o), +(245,155,cs), +(245,152,o), +(248,150,o), +(252,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(224,185,o), +(226,187,o), +(226,189,cs), +(226,192,o), +(224,193,o), +(220,193,cs), +(217,193,o), +(215,191,o), +(215,189,cs), +(215,186,o), +(217,185,o), +(221,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(239,171,o), +(241,173,o), +(241,175,cs), +(241,178,o), +(239,179,o), +(235,179,cs), +(232,179,o), +(230,177,o), +(230,175,cs), +(230,172,o), +(232,171,o), +(236,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(300,109,o), +(303,111,o), +(303,115,cs), +(303,119,o), +(300,121,o), +(295,121,cs), +(291,121,o), +(288,119,o), +(288,115,cs), +(288,111,o), +(291,109,o), +(296,109,cs) +); +}, +{ +closed = 1; +nodes = ( +(331,104,o), +(334,106,o), +(334,110,cs), +(334,114,o), +(331,116,o), +(326,116,cs), +(322,116,o), +(319,114,o), +(319,110,cs), +(319,106,o), +(322,104,o), +(327,104,cs) +); +}, +{ +closed = 1; +nodes = ( +(362,110,o), +(365,112,o), +(365,116,cs), +(365,120,o), +(362,122,o), +(357,122,cs), +(353,122,o), +(350,120,o), +(350,116,cs), +(350,112,o), +(353,110,o), +(358,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,127,o), +(277,129,o), +(277,133,cs), +(277,137,o), +(274,139,o), +(269,139,cs), +(265,139,o), +(262,137,o), +(262,133,cs), +(262,129,o), +(265,127,o), +(270,127,cs) +); +} +); +width = 885; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(359,-12,o), +(373,-6,o), +(373,10,cs), +(373,80,l), +(358,77,o), +(346,76,o), +(334,76,cs), +(262,76,o), +(252,122,o), +(230,156,cs), +(215,180,o), +(189,186,o), +(189,199,cs), +(189,205,o), +(194,209,o), +(203,209,cs), +(262,209,o), +(266,124,o), +(330,124,cs), +(346,124,o), +(363,128,o), +(374,134,c), +(378,159,o), +(389,177,o), +(409,186,c), +(294,198,o), +(224,264,o), +(224,366,cs), +(224,416,o), +(239,451,o), +(264,477,c), +(254,509,o), +(255,550,o), +(268,579,c), +(306,581,o), +(348,565,o), +(372,539,c), +(404,549,o), +(436,553,o), +(469,553,cs), +(502,553,o), +(534,549,o), +(566,539,c), +(590,565,o), +(632,581,o), +(670,579,c), +(683,550,o), +(684,509,o), +(674,477,c), +(699,451,o), +(714,416,o), +(714,366,cs), +(714,264,o), +(644,198,o), +(529,186,c), +(552,175,o), +(565,150,o), +(565,115,cs), +(565,10,ls), +(565,-6,o), +(579,-12,o), +(592,-8,cs), +(748,42,o), +(852,177,o), +(852,356,cs), +(852,585,o), +(699,738,o), +(469,738,cs), +(239,738,o), +(86,585,o), +(86,356,cs), +(86,177,o), +(190,42,o), +(346,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(262,150,o), +(264,152,o), +(264,155,cs), +(264,158,o), +(261,160,o), +(257,160,cs), +(253,160,o), +(251,158,o), +(251,155,cs), +(251,152,o), +(254,150,o), +(258,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(230,185,o), +(232,187,o), +(232,189,cs), +(232,192,o), +(230,193,o), +(226,193,cs), +(223,193,o), +(221,191,o), +(221,189,cs), +(221,186,o), +(223,185,o), +(227,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(245,171,o), +(247,173,o), +(247,175,cs), +(247,178,o), +(245,179,o), +(241,179,cs), +(238,179,o), +(236,177,o), +(236,175,cs), +(236,172,o), +(238,171,o), +(242,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(306,109,o), +(309,111,o), +(309,115,cs), +(309,119,o), +(306,121,o), +(301,121,cs), +(297,121,o), +(294,119,o), +(294,115,cs), +(294,111,o), +(297,109,o), +(302,109,cs) +); +}, +{ +closed = 1; +nodes = ( +(337,104,o), +(340,106,o), +(340,110,cs), +(340,114,o), +(337,116,o), +(332,116,cs), +(328,116,o), +(325,114,o), +(325,110,cs), +(325,106,o), +(328,104,o), +(333,104,cs) +); +}, +{ +closed = 1; +nodes = ( +(368,110,o), +(371,112,o), +(371,116,cs), +(371,120,o), +(368,122,o), +(363,122,cs), +(359,122,o), +(356,120,o), +(356,116,cs), +(356,112,o), +(359,110,o), +(364,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,127,o), +(283,129,o), +(283,133,cs), +(283,137,o), +(280,139,o), +(275,139,cs), +(271,139,o), +(268,137,o), +(268,133,cs), +(268,129,o), +(271,127,o), +(276,127,cs) +); +} +); +width = 902; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(353,-12,o), +(367,-6,o), +(367,10,cs), +(367,80,l), +(352,77,o), +(340,76,o), +(328,76,cs), +(256,76,o), +(246,122,o), +(224,156,cs), +(209,180,o), +(183,186,o), +(183,199,cs), +(183,205,o), +(188,209,o), +(197,209,cs), +(256,209,o), +(260,124,o), +(324,124,cs), +(340,124,o), +(357,128,o), +(368,134,c), +(372,159,o), +(383,177,o), +(403,186,c), +(288,198,o), +(218,264,o), +(218,366,cs), +(218,416,o), +(233,451,o), +(258,477,c), +(248,509,o), +(249,550,o), +(262,579,c), +(300,581,o), +(342,565,o), +(366,539,c), +(398,549,o), +(430,553,o), +(463,553,cs), +(496,553,o), +(528,549,o), +(560,539,c), +(584,565,o), +(626,581,o), +(664,579,c), +(677,550,o), +(678,509,o), +(668,477,c), +(693,451,o), +(708,416,o), +(708,366,cs), +(708,264,o), +(638,198,o), +(523,186,c), +(546,175,o), +(559,150,o), +(559,115,cs), +(559,10,ls), +(559,-6,o), +(573,-12,o), +(586,-8,cs), +(742,42,o), +(846,177,o), +(846,356,cs), +(846,585,o), +(693,738,o), +(463,738,cs), +(233,738,o), +(80,585,o), +(80,356,cs), +(80,177,o), +(184,42,o), +(340,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(256,150,o), +(258,152,o), +(258,155,cs), +(258,158,o), +(255,160,o), +(251,160,cs), +(247,160,o), +(245,158,o), +(245,155,cs), +(245,152,o), +(248,150,o), +(252,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(224,185,o), +(226,187,o), +(226,189,cs), +(226,192,o), +(224,193,o), +(220,193,cs), +(217,193,o), +(215,191,o), +(215,189,cs), +(215,186,o), +(217,185,o), +(221,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(239,171,o), +(241,173,o), +(241,175,cs), +(241,178,o), +(239,179,o), +(235,179,cs), +(232,179,o), +(230,177,o), +(230,175,cs), +(230,172,o), +(232,171,o), +(236,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(300,109,o), +(303,111,o), +(303,115,cs), +(303,119,o), +(300,121,o), +(295,121,cs), +(291,121,o), +(288,119,o), +(288,115,cs), +(288,111,o), +(291,109,o), +(296,109,cs) +); +}, +{ +closed = 1; +nodes = ( +(331,104,o), +(334,106,o), +(334,110,cs), +(334,114,o), +(331,116,o), +(326,116,cs), +(322,116,o), +(319,114,o), +(319,110,cs), +(319,106,o), +(322,104,o), +(327,104,cs) +); +}, +{ +closed = 1; +nodes = ( +(362,110,o), +(365,112,o), +(365,116,cs), +(365,120,o), +(362,122,o), +(357,122,cs), +(353,122,o), +(350,120,o), +(350,116,cs), +(350,112,o), +(353,110,o), +(358,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,127,o), +(277,129,o), +(277,133,cs), +(277,137,o), +(274,139,o), +(269,139,cs), +(265,139,o), +(262,137,o), +(262,133,cs), +(262,129,o), +(265,127,o), +(270,127,cs) +); +} +); +width = 885; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(351,-12,o), +(365,-6,o), +(365,10,cs), +(365,80,l), +(350,77,o), +(338,76,o), +(326,76,cs), +(254,76,o), +(244,122,o), +(222,156,cs), +(207,180,o), +(181,186,o), +(181,199,cs), +(181,205,o), +(186,209,o), +(195,209,cs), +(254,209,o), +(258,124,o), +(322,124,cs), +(338,124,o), +(355,128,o), +(366,134,c), +(370,159,o), +(381,177,o), +(401,186,c), +(286,198,o), +(216,264,o), +(216,366,cs), +(216,416,o), +(231,451,o), +(256,477,c), +(246,509,o), +(247,550,o), +(260,579,c), +(298,581,o), +(340,565,o), +(364,539,c), +(396,549,o), +(428,553,o), +(461,553,cs), +(494,553,o), +(526,549,o), +(558,539,c), +(582,565,o), +(624,581,o), +(662,579,c), +(675,550,o), +(676,509,o), +(666,477,c), +(691,451,o), +(706,416,o), +(706,366,cs), +(706,264,o), +(636,198,o), +(521,186,c), +(544,175,o), +(557,150,o), +(557,115,cs), +(557,10,ls), +(557,-6,o), +(571,-12,o), +(584,-8,cs), +(740,42,o), +(844,177,o), +(844,356,cs), +(844,585,o), +(691,738,o), +(461,738,cs), +(231,738,o), +(78,585,o), +(78,356,cs), +(78,177,o), +(182,42,o), +(338,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(254,150,o), +(256,152,o), +(256,155,cs), +(256,158,o), +(253,160,o), +(249,160,cs), +(245,160,o), +(243,158,o), +(243,155,cs), +(243,152,o), +(246,150,o), +(250,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(222,185,o), +(224,187,o), +(224,189,cs), +(224,192,o), +(222,193,o), +(218,193,cs), +(215,193,o), +(213,191,o), +(213,189,cs), +(213,186,o), +(215,185,o), +(219,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(237,171,o), +(239,173,o), +(239,175,cs), +(239,178,o), +(237,179,o), +(233,179,cs), +(230,179,o), +(228,177,o), +(228,175,cs), +(228,172,o), +(230,171,o), +(234,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(298,109,o), +(301,111,o), +(301,115,cs), +(301,119,o), +(298,121,o), +(293,121,cs), +(289,121,o), +(286,119,o), +(286,115,cs), +(286,111,o), +(289,109,o), +(294,109,cs) +); +}, +{ +closed = 1; +nodes = ( +(329,104,o), +(332,106,o), +(332,110,cs), +(332,114,o), +(329,116,o), +(324,116,cs), +(320,116,o), +(317,114,o), +(317,110,cs), +(317,106,o), +(320,104,o), +(325,104,cs) +); +}, +{ +closed = 1; +nodes = ( +(360,110,o), +(363,112,o), +(363,116,cs), +(363,120,o), +(360,122,o), +(355,122,cs), +(351,122,o), +(348,120,o), +(348,116,cs), +(348,112,o), +(351,110,o), +(356,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(272,127,o), +(275,129,o), +(275,133,cs), +(275,137,o), +(272,139,o), +(267,139,cs), +(263,139,o), +(260,137,o), +(260,133,cs), +(260,129,o), +(263,127,o), +(268,127,cs) +); +} +); +width = 886; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(353,-12,o), +(367,-6,o), +(367,10,cs), +(367,80,l), +(352,77,o), +(340,76,o), +(328,76,cs), +(256,76,o), +(246,122,o), +(224,156,cs), +(209,180,o), +(183,186,o), +(183,199,cs), +(183,205,o), +(188,209,o), +(197,209,cs), +(256,209,o), +(260,124,o), +(324,124,cs), +(340,124,o), +(357,128,o), +(368,134,c), +(372,159,o), +(383,177,o), +(403,186,c), +(288,198,o), +(218,264,o), +(218,366,cs), +(218,416,o), +(233,451,o), +(258,477,c), +(248,509,o), +(249,550,o), +(262,579,c), +(300,581,o), +(342,565,o), +(366,539,c), +(398,549,o), +(430,553,o), +(463,553,cs), +(496,553,o), +(528,549,o), +(560,539,c), +(584,565,o), +(626,581,o), +(664,579,c), +(677,550,o), +(678,509,o), +(668,477,c), +(693,451,o), +(708,416,o), +(708,366,cs), +(708,264,o), +(638,198,o), +(523,186,c), +(546,175,o), +(559,150,o), +(559,115,cs), +(559,10,ls), +(559,-6,o), +(573,-12,o), +(586,-8,cs), +(742,42,o), +(846,177,o), +(846,356,cs), +(846,585,o), +(693,738,o), +(463,738,cs), +(233,738,o), +(80,585,o), +(80,356,cs), +(80,177,o), +(184,42,o), +(340,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(256,150,o), +(258,152,o), +(258,155,cs), +(258,158,o), +(255,160,o), +(251,160,cs), +(247,160,o), +(245,158,o), +(245,155,cs), +(245,152,o), +(248,150,o), +(252,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(224,185,o), +(226,187,o), +(226,189,cs), +(226,192,o), +(224,193,o), +(220,193,cs), +(217,193,o), +(215,191,o), +(215,189,cs), +(215,186,o), +(217,185,o), +(221,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(239,171,o), +(241,173,o), +(241,175,cs), +(241,178,o), +(239,179,o), +(235,179,cs), +(232,179,o), +(230,177,o), +(230,175,cs), +(230,172,o), +(232,171,o), +(236,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(300,109,o), +(303,111,o), +(303,115,cs), +(303,119,o), +(300,121,o), +(295,121,cs), +(291,121,o), +(288,119,o), +(288,115,cs), +(288,111,o), +(291,109,o), +(296,109,cs) +); +}, +{ +closed = 1; +nodes = ( +(331,104,o), +(334,106,o), +(334,110,cs), +(334,114,o), +(331,116,o), +(326,116,cs), +(322,116,o), +(319,114,o), +(319,110,cs), +(319,106,o), +(322,104,o), +(327,104,cs) +); +}, +{ +closed = 1; +nodes = ( +(362,110,o), +(365,112,o), +(365,116,cs), +(365,120,o), +(362,122,o), +(357,122,cs), +(353,122,o), +(350,120,o), +(350,116,cs), +(350,112,o), +(353,110,o), +(358,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,127,o), +(277,129,o), +(277,133,cs), +(277,137,o), +(274,139,o), +(269,139,cs), +(265,139,o), +(262,137,o), +(262,133,cs), +(262,129,o), +(265,127,o), +(270,127,cs) +); +} +); +width = 885; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(357,-12,o), +(371,-6,o), +(371,10,cs), +(371,80,l), +(356,77,o), +(344,76,o), +(332,76,cs), +(260,76,o), +(250,122,o), +(228,156,cs), +(213,180,o), +(187,186,o), +(187,199,cs), +(187,205,o), +(192,209,o), +(201,209,cs), +(260,209,o), +(264,124,o), +(328,124,cs), +(344,124,o), +(361,128,o), +(372,134,c), +(376,159,o), +(387,177,o), +(407,186,c), +(292,198,o), +(222,264,o), +(222,366,cs), +(222,416,o), +(237,451,o), +(262,477,c), +(252,509,o), +(253,550,o), +(266,579,c), +(304,581,o), +(346,565,o), +(370,539,c), +(402,549,o), +(434,553,o), +(467,553,cs), +(500,553,o), +(532,549,o), +(564,539,c), +(588,565,o), +(630,581,o), +(668,579,c), +(681,550,o), +(682,509,o), +(672,477,c), +(697,451,o), +(712,416,o), +(712,366,cs), +(712,264,o), +(642,198,o), +(527,186,c), +(550,175,o), +(563,150,o), +(563,115,cs), +(563,10,ls), +(563,-6,o), +(577,-12,o), +(590,-8,cs), +(746,42,o), +(850,177,o), +(850,356,cs), +(850,585,o), +(697,738,o), +(467,738,cs), +(237,738,o), +(84,585,o), +(84,356,cs), +(84,177,o), +(188,42,o), +(344,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(260,150,o), +(262,152,o), +(262,155,cs), +(262,158,o), +(259,160,o), +(255,160,cs), +(251,160,o), +(249,158,o), +(249,155,cs), +(249,152,o), +(252,150,o), +(256,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(228,185,o), +(230,187,o), +(230,189,cs), +(230,192,o), +(228,193,o), +(224,193,cs), +(221,193,o), +(219,191,o), +(219,189,cs), +(219,186,o), +(221,185,o), +(225,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(243,171,o), +(245,173,o), +(245,175,cs), +(245,178,o), +(243,179,o), +(239,179,cs), +(236,179,o), +(234,177,o), +(234,175,cs), +(234,172,o), +(236,171,o), +(240,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(304,109,o), +(307,111,o), +(307,115,cs), +(307,119,o), +(304,121,o), +(299,121,cs), +(295,121,o), +(292,119,o), +(292,115,cs), +(292,111,o), +(295,109,o), +(300,109,cs) +); +}, +{ +closed = 1; +nodes = ( +(335,104,o), +(338,106,o), +(338,110,cs), +(338,114,o), +(335,116,o), +(330,116,cs), +(326,116,o), +(323,114,o), +(323,110,cs), +(323,106,o), +(326,104,o), +(331,104,cs) +); +}, +{ +closed = 1; +nodes = ( +(366,110,o), +(369,112,o), +(369,116,cs), +(369,120,o), +(366,122,o), +(361,122,cs), +(357,122,o), +(354,120,o), +(354,116,cs), +(354,112,o), +(357,110,o), +(362,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(278,127,o), +(281,129,o), +(281,133,cs), +(281,137,o), +(278,139,o), +(273,139,cs), +(269,139,o), +(266,137,o), +(266,133,cs), +(266,129,o), +(269,127,o), +(274,127,cs) +); +} +); +width = 898; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(302,-12,o), +(316,-6,o), +(316,10,cs), +(316,80,l), +(301,77,o), +(289,76,o), +(277,76,cs), +(205,76,o), +(195,122,o), +(173,156,cs), +(158,180,o), +(132,186,o), +(132,199,cs), +(132,205,o), +(137,209,o), +(146,209,cs), +(205,209,o), +(209,124,o), +(273,124,cs), +(289,124,o), +(306,128,o), +(317,134,c), +(321,159,o), +(332,177,o), +(352,186,c), +(237,198,o), +(167,264,o), +(167,366,cs), +(167,416,o), +(182,451,o), +(207,477,c), +(197,509,o), +(198,550,o), +(211,579,c), +(249,581,o), +(291,565,o), +(315,539,c), +(347,549,o), +(379,553,o), +(412,553,cs), +(445,553,o), +(477,549,o), +(509,539,c), +(533,565,o), +(575,581,o), +(613,579,c), +(626,550,o), +(627,509,o), +(617,477,c), +(642,451,o), +(657,416,o), +(657,366,cs), +(657,264,o), +(587,198,o), +(472,186,c), +(495,175,o), +(508,150,o), +(508,115,cs), +(508,10,ls), +(508,-6,o), +(522,-12,o), +(535,-8,cs), +(691,42,o), +(795,177,o), +(795,356,cs), +(795,585,o), +(642,738,o), +(412,738,cs), +(182,738,o), +(29,585,o), +(29,356,cs), +(29,177,o), +(133,42,o), +(289,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(205,150,o), +(207,152,o), +(207,155,cs), +(207,158,o), +(204,160,o), +(200,160,cs), +(196,160,o), +(194,158,o), +(194,155,cs), +(194,152,o), +(197,150,o), +(201,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(173,185,o), +(175,187,o), +(175,189,cs), +(175,192,o), +(173,193,o), +(169,193,cs), +(166,193,o), +(164,191,o), +(164,189,cs), +(164,186,o), +(166,185,o), +(170,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(188,171,o), +(190,173,o), +(190,175,cs), +(190,178,o), +(188,179,o), +(184,179,cs), +(181,179,o), +(179,177,o), +(179,175,cs), +(179,172,o), +(181,171,o), +(185,171,cs) ); }, { closed = 1; nodes = ( -(226,150,o), -(228,152,o), -(228,155,cs), -(228,158,o), -(225,160,o), -(221,160,cs), -(217,160,o), -(215,158,o), -(215,155,cs), -(215,152,o), -(218,150,o), -(222,150,cs) +(249,109,o), +(252,111,o), +(252,115,cs), +(252,119,o), +(249,121,o), +(244,121,cs), +(240,121,o), +(237,119,o), +(237,115,cs), +(237,111,o), +(240,109,o), +(245,109,cs) ); }, { closed = 1; nodes = ( -(194,185,o), -(196,187,o), -(196,189,cs), -(196,192,o), -(194,193,o), -(190,193,cs), -(187,193,o), -(185,191,o), -(185,189,cs), -(185,186,o), -(187,185,o), -(191,185,cs) +(280,104,o), +(283,106,o), +(283,110,cs), +(283,114,o), +(280,116,o), +(275,116,cs), +(271,116,o), +(268,114,o), +(268,110,cs), +(268,106,o), +(271,104,o), +(276,104,cs) ); }, { closed = 1; nodes = ( -(209,171,o), -(211,173,o), -(211,175,cs), -(211,178,o), -(209,179,o), -(205,179,cs), -(202,179,o), -(200,177,o), -(200,175,cs), -(200,172,o), -(202,171,o), -(206,171,cs) +(311,110,o), +(314,112,o), +(314,116,cs), +(314,120,o), +(311,122,o), +(306,122,cs), +(302,122,o), +(299,120,o), +(299,116,cs), +(299,112,o), +(302,110,o), +(307,110,cs) ); }, { closed = 1; nodes = ( -(270,109,o), -(273,111,o), -(273,115,cs), -(273,119,o), -(270,121,o), -(265,121,cs), -(261,121,o), -(258,119,o), -(258,115,cs), -(258,111,o), -(261,109,o), -(266,109,cs) +(223,127,o), +(226,129,o), +(226,133,cs), +(226,137,o), +(223,139,o), +(218,139,cs), +(214,139,o), +(211,137,o), +(211,133,cs), +(211,129,o), +(214,127,o), +(219,127,cs) +); +} ); +width = 825; }, { +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ closed = 1; nodes = ( -(301,104,o), -(304,106,o), -(304,110,cs), -(304,114,o), -(301,116,o), -(296,116,cs), -(292,116,o), -(289,114,o), -(289,110,cs), -(289,106,o), -(292,104,o), -(297,104,cs) +(313,-12,o), +(327,-6,o), +(327,10,cs), +(327,80,l), +(312,77,o), +(300,76,o), +(288,76,cs), +(216,76,o), +(206,122,o), +(184,156,cs), +(169,180,o), +(143,186,o), +(143,199,cs), +(143,205,o), +(148,209,o), +(157,209,cs), +(216,209,o), +(220,124,o), +(284,124,cs), +(300,124,o), +(317,128,o), +(328,134,c), +(332,159,o), +(343,177,o), +(363,186,c), +(248,198,o), +(178,264,o), +(178,366,cs), +(178,416,o), +(193,451,o), +(218,477,c), +(208,509,o), +(209,550,o), +(222,579,c), +(260,581,o), +(302,565,o), +(326,539,c), +(358,549,o), +(390,553,o), +(423,553,cs), +(456,553,o), +(488,549,o), +(520,539,c), +(544,565,o), +(586,581,o), +(624,579,c), +(637,550,o), +(638,509,o), +(628,477,c), +(653,451,o), +(668,416,o), +(668,366,cs), +(668,264,o), +(598,198,o), +(483,186,c), +(506,175,o), +(519,150,o), +(519,115,cs), +(519,10,ls), +(519,-6,o), +(533,-12,o), +(546,-8,cs), +(702,42,o), +(806,177,o), +(806,356,cs), +(806,585,o), +(653,738,o), +(423,738,cs), +(193,738,o), +(40,585,o), +(40,356,cs), +(40,177,o), +(144,42,o), +(300,-8,cs) ); }, { closed = 1; nodes = ( -(332,110,o), -(335,112,o), -(335,116,cs), -(335,120,o), -(332,122,o), -(327,122,cs), -(323,122,o), -(320,120,o), -(320,116,cs), -(320,112,o), -(323,110,o), -(328,110,cs) +(216,150,o), +(218,152,o), +(218,155,cs), +(218,158,o), +(215,160,o), +(211,160,cs), +(207,160,o), +(205,158,o), +(205,155,cs), +(205,152,o), +(208,150,o), +(212,150,cs) ); }, { closed = 1; nodes = ( -(244,127,o), -(247,129,o), -(247,133,cs), -(247,137,o), -(244,139,o), -(239,139,cs), -(235,139,o), -(232,137,o), -(232,133,cs), -(232,129,o), -(235,127,o), -(240,127,cs) +(184,185,o), +(186,187,o), +(186,189,cs), +(186,192,o), +(184,193,o), +(180,193,cs), +(177,193,o), +(175,191,o), +(175,189,cs), +(175,186,o), +(177,185,o), +(181,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(199,171,o), +(201,173,o), +(201,175,cs), +(201,178,o), +(199,179,o), +(195,179,cs), +(192,179,o), +(190,177,o), +(190,175,cs), +(190,172,o), +(192,171,o), +(196,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(260,109,o), +(263,111,o), +(263,115,cs), +(263,119,o), +(260,121,o), +(255,121,cs), +(251,121,o), +(248,119,o), +(248,115,cs), +(248,111,o), +(251,109,o), +(256,109,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,104,o), +(294,106,o), +(294,110,cs), +(294,114,o), +(291,116,o), +(286,116,cs), +(282,116,o), +(279,114,o), +(279,110,cs), +(279,106,o), +(282,104,o), +(287,104,cs) +); +}, +{ +closed = 1; +nodes = ( +(322,110,o), +(325,112,o), +(325,116,cs), +(325,120,o), +(322,122,o), +(317,122,cs), +(313,122,o), +(310,120,o), +(310,116,cs), +(310,112,o), +(313,110,o), +(318,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,127,o), +(237,129,o), +(237,133,cs), +(237,137,o), +(234,139,o), +(229,139,cs), +(225,139,o), +(222,137,o), +(222,133,cs), +(222,129,o), +(225,127,o), +(230,127,cs) ); } ); -width = 866; +width = 846; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(323,-12,o), -(337,-6,o), -(337,10,cs), -(337,80,l), -(322,77,o), -(310,76,o), -(298,76,cs), -(226,76,o), -(216,122,o), -(194,156,cs), -(179,180,o), -(153,186,o), -(153,199,cs), -(153,205,o), -(158,209,o), -(167,209,cs), -(226,209,o), -(230,124,o), -(294,124,cs), -(310,124,o), -(327,128,o), -(338,134,c), -(342,159,o), -(353,177,o), -(373,186,c), -(258,198,o), -(188,264,o), -(188,366,cs), -(188,416,o), -(203,451,o), -(228,477,c), -(218,509,o), -(219,550,o), -(232,579,c), -(270,581,o), -(312,565,o), -(336,539,c), -(368,549,o), -(400,553,o), -(433,553,cs), -(466,553,o), -(498,549,o), -(530,539,c), -(554,565,o), -(596,581,o), -(634,579,c), -(647,550,o), -(648,509,o), -(638,477,c), -(663,451,o), -(678,416,o), -(678,366,cs), -(678,264,o), -(608,198,o), -(493,186,c), -(516,175,o), -(529,150,o), -(529,115,cs), -(529,10,ls), -(529,-6,o), -(543,-12,o), -(556,-8,cs), -(712,42,o), -(816,177,o), -(816,356,cs), -(816,585,o), -(663,738,o), -(433,738,cs), -(203,738,o), -(50,585,o), -(50,356,cs), -(50,177,o), -(154,42,o), -(310,-8,cs) +(303,-12,o), +(317,-6,o), +(317,10,cs), +(317,80,l), +(302,77,o), +(290,76,o), +(278,76,cs), +(206,76,o), +(196,122,o), +(174,156,cs), +(159,180,o), +(133,186,o), +(133,199,cs), +(133,205,o), +(138,209,o), +(147,209,cs), +(206,209,o), +(210,124,o), +(274,124,cs), +(290,124,o), +(307,128,o), +(318,134,c), +(322,159,o), +(333,177,o), +(353,186,c), +(238,198,o), +(168,264,o), +(168,366,cs), +(168,416,o), +(183,451,o), +(208,477,c), +(198,509,o), +(199,550,o), +(212,579,c), +(250,581,o), +(292,565,o), +(316,539,c), +(348,549,o), +(380,553,o), +(413,553,cs), +(446,553,o), +(478,549,o), +(510,539,c), +(534,565,o), +(576,581,o), +(614,579,c), +(627,550,o), +(628,509,o), +(618,477,c), +(643,451,o), +(658,416,o), +(658,366,cs), +(658,264,o), +(588,198,o), +(473,186,c), +(496,175,o), +(509,150,o), +(509,115,cs), +(509,10,ls), +(509,-6,o), +(523,-12,o), +(536,-8,cs), +(692,42,o), +(796,177,o), +(796,356,cs), +(796,585,o), +(643,738,o), +(413,738,cs), +(183,738,o), +(30,585,o), +(30,356,cs), +(30,177,o), +(134,42,o), +(290,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(206,150,o), +(208,152,o), +(208,155,cs), +(208,158,o), +(205,160,o), +(201,160,cs), +(197,160,o), +(195,158,o), +(195,155,cs), +(195,152,o), +(198,150,o), +(202,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(174,185,o), +(176,187,o), +(176,189,cs), +(176,192,o), +(174,193,o), +(170,193,cs), +(167,193,o), +(165,191,o), +(165,189,cs), +(165,186,o), +(167,185,o), +(171,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(189,171,o), +(191,173,o), +(191,175,cs), +(191,178,o), +(189,179,o), +(185,179,cs), +(182,179,o), +(180,177,o), +(180,175,cs), +(180,172,o), +(182,171,o), +(186,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,109,o), +(253,111,o), +(253,115,cs), +(253,119,o), +(250,121,o), +(245,121,cs), +(241,121,o), +(238,119,o), +(238,115,cs), +(238,111,o), +(241,109,o), +(246,109,cs) +); +}, +{ +closed = 1; +nodes = ( +(281,104,o), +(284,106,o), +(284,110,cs), +(284,114,o), +(281,116,o), +(276,116,cs), +(272,116,o), +(269,114,o), +(269,110,cs), +(269,106,o), +(272,104,o), +(277,104,cs) +); +}, +{ +closed = 1; +nodes = ( +(312,110,o), +(315,112,o), +(315,116,cs), +(315,120,o), +(312,122,o), +(307,122,cs), +(303,122,o), +(300,120,o), +(300,116,cs), +(300,112,o), +(303,110,o), +(308,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(224,127,o), +(227,129,o), +(227,133,cs), +(227,137,o), +(224,139,o), +(219,139,cs), +(215,139,o), +(212,137,o), +(212,133,cs), +(212,129,o), +(215,127,o), +(220,127,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} ); +}; +width = 826; }, { +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ closed = 1; nodes = ( -(226,150,o), -(228,152,o), -(228,155,cs), -(228,158,o), -(225,160,o), -(221,160,cs), -(217,160,o), -(215,158,o), -(215,155,cs), -(215,152,o), -(218,150,o), -(222,150,cs) +(302,-12,o), +(316,-6,o), +(316,10,cs), +(316,80,l), +(301,77,o), +(289,76,o), +(277,76,cs), +(205,76,o), +(195,122,o), +(173,156,cs), +(158,180,o), +(132,186,o), +(132,199,cs), +(132,205,o), +(137,209,o), +(146,209,cs), +(205,209,o), +(209,124,o), +(273,124,cs), +(289,124,o), +(306,128,o), +(317,134,c), +(321,159,o), +(332,177,o), +(352,186,c), +(237,198,o), +(167,264,o), +(167,366,cs), +(167,416,o), +(182,451,o), +(207,477,c), +(197,509,o), +(198,550,o), +(211,579,c), +(249,581,o), +(291,565,o), +(315,539,c), +(347,549,o), +(379,553,o), +(412,553,cs), +(445,553,o), +(477,549,o), +(509,539,c), +(533,565,o), +(575,581,o), +(613,579,c), +(626,550,o), +(627,509,o), +(617,477,c), +(642,451,o), +(657,416,o), +(657,366,cs), +(657,264,o), +(587,198,o), +(472,186,c), +(495,175,o), +(508,150,o), +(508,115,cs), +(508,10,ls), +(508,-6,o), +(522,-12,o), +(535,-8,cs), +(691,42,o), +(795,177,o), +(795,356,cs), +(795,585,o), +(642,738,o), +(412,738,cs), +(182,738,o), +(29,585,o), +(29,356,cs), +(29,177,o), +(133,42,o), +(289,-8,cs) ); }, { closed = 1; nodes = ( -(194,185,o), -(196,187,o), -(196,189,cs), -(196,192,o), -(194,193,o), -(190,193,cs), -(187,193,o), -(185,191,o), -(185,189,cs), -(185,186,o), -(187,185,o), -(191,185,cs) +(205,150,o), +(207,152,o), +(207,155,cs), +(207,158,o), +(204,160,o), +(200,160,cs), +(196,160,o), +(194,158,o), +(194,155,cs), +(194,152,o), +(197,150,o), +(201,150,cs) ); }, { closed = 1; nodes = ( -(209,171,o), -(211,173,o), -(211,175,cs), -(211,178,o), -(209,179,o), -(205,179,cs), -(202,179,o), -(200,177,o), -(200,175,cs), -(200,172,o), -(202,171,o), -(206,171,cs) +(173,185,o), +(175,187,o), +(175,189,cs), +(175,192,o), +(173,193,o), +(169,193,cs), +(166,193,o), +(164,191,o), +(164,189,cs), +(164,186,o), +(166,185,o), +(170,185,cs) ); }, { closed = 1; nodes = ( -(270,109,o), -(273,111,o), -(273,115,cs), -(273,119,o), -(270,121,o), -(265,121,cs), -(261,121,o), -(258,119,o), -(258,115,cs), -(258,111,o), -(261,109,o), -(266,109,cs) +(188,171,o), +(190,173,o), +(190,175,cs), +(190,178,o), +(188,179,o), +(184,179,cs), +(181,179,o), +(179,177,o), +(179,175,cs), +(179,172,o), +(181,171,o), +(185,171,cs) ); }, { closed = 1; nodes = ( -(301,104,o), -(304,106,o), -(304,110,cs), -(304,114,o), -(301,116,o), -(296,116,cs), -(292,116,o), -(289,114,o), -(289,110,cs), -(289,106,o), -(292,104,o), -(297,104,cs) +(249,109,o), +(252,111,o), +(252,115,cs), +(252,119,o), +(249,121,o), +(244,121,cs), +(240,121,o), +(237,119,o), +(237,115,cs), +(237,111,o), +(240,109,o), +(245,109,cs) ); }, { closed = 1; nodes = ( -(332,110,o), -(335,112,o), -(335,116,cs), -(335,120,o), -(332,122,o), -(327,122,cs), -(323,122,o), -(320,120,o), -(320,116,cs), -(320,112,o), -(323,110,o), -(328,110,cs) +(280,104,o), +(283,106,o), +(283,110,cs), +(283,114,o), +(280,116,o), +(275,116,cs), +(271,116,o), +(268,114,o), +(268,110,cs), +(268,106,o), +(271,104,o), +(276,104,cs) ); }, { closed = 1; nodes = ( -(244,127,o), -(247,129,o), -(247,133,cs), -(247,137,o), -(244,139,o), -(239,139,cs), -(235,139,o), -(232,137,o), -(232,133,cs), -(232,129,o), -(235,127,o), -(240,127,cs) +(311,110,o), +(314,112,o), +(314,116,cs), +(314,120,o), +(311,122,o), +(306,122,cs), +(302,122,o), +(299,120,o), +(299,116,cs), +(299,112,o), +(302,110,o), +(307,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(223,127,o), +(226,129,o), +(226,133,cs), +(226,137,o), +(223,139,o), +(218,139,cs), +(214,139,o), +(211,137,o), +(211,133,cs), +(211,129,o), +(214,127,o), +(219,127,cs) ); } ); -width = 866; +width = 824; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(323,-12,o), -(337,-6,o), -(337,10,cs), -(337,80,l), -(322,77,o), -(310,76,o), -(298,76,cs), -(226,76,o), -(216,122,o), -(194,156,cs), -(179,180,o), -(153,186,o), -(153,199,cs), -(153,205,o), -(158,209,o), -(167,209,cs), -(226,209,o), -(230,124,o), -(294,124,cs), -(310,124,o), -(327,128,o), -(338,134,c), -(342,159,o), -(353,177,o), -(373,186,c), -(258,198,o), -(188,264,o), -(188,366,cs), -(188,416,o), -(203,451,o), -(228,477,c), -(218,509,o), -(219,550,o), -(232,579,c), -(270,581,o), -(312,565,o), -(336,539,c), -(368,549,o), -(400,553,o), -(433,553,cs), -(466,553,o), -(498,549,o), -(530,539,c), -(554,565,o), -(596,581,o), -(634,579,c), -(647,550,o), -(648,509,o), -(638,477,c), -(663,451,o), -(678,416,o), -(678,366,cs), -(678,264,o), -(608,198,o), -(493,186,c), -(516,175,o), -(529,150,o), -(529,115,cs), -(529,10,ls), -(529,-6,o), -(543,-12,o), -(556,-8,cs), -(712,42,o), -(816,177,o), -(816,356,cs), -(816,585,o), -(663,738,o), -(433,738,cs), -(203,738,o), -(50,585,o), -(50,356,cs), -(50,177,o), -(154,42,o), -(310,-8,cs) +(313,-12,o), +(327,-6,o), +(327,10,cs), +(327,80,l), +(312,77,o), +(300,76,o), +(288,76,cs), +(216,76,o), +(206,122,o), +(184,156,cs), +(169,180,o), +(143,186,o), +(143,199,cs), +(143,205,o), +(148,209,o), +(157,209,cs), +(216,209,o), +(220,124,o), +(284,124,cs), +(300,124,o), +(317,128,o), +(328,134,c), +(332,159,o), +(343,177,o), +(363,186,c), +(248,198,o), +(178,264,o), +(178,366,cs), +(178,416,o), +(193,451,o), +(218,477,c), +(208,509,o), +(209,550,o), +(222,579,c), +(260,581,o), +(302,565,o), +(326,539,c), +(358,549,o), +(390,553,o), +(423,553,cs), +(456,553,o), +(488,549,o), +(520,539,c), +(544,565,o), +(586,581,o), +(624,579,c), +(637,550,o), +(638,509,o), +(628,477,c), +(653,451,o), +(668,416,o), +(668,366,cs), +(668,264,o), +(598,198,o), +(483,186,c), +(506,175,o), +(519,150,o), +(519,115,cs), +(519,10,ls), +(519,-6,o), +(533,-12,o), +(546,-8,cs), +(702,42,o), +(806,177,o), +(806,356,cs), +(806,585,o), +(653,738,o), +(423,738,cs), +(193,738,o), +(40,585,o), +(40,356,cs), +(40,177,o), +(144,42,o), +(300,-8,cs) ); }, { closed = 1; nodes = ( -(226,150,o), -(228,152,o), -(228,155,cs), -(228,158,o), -(225,160,o), -(221,160,cs), -(217,160,o), -(215,158,o), -(215,155,cs), -(215,152,o), -(218,150,o), -(222,150,cs) +(216,150,o), +(218,152,o), +(218,155,cs), +(218,158,o), +(215,160,o), +(211,160,cs), +(207,160,o), +(205,158,o), +(205,155,cs), +(205,152,o), +(208,150,o), +(212,150,cs) ); }, { closed = 1; -nodes = ( -(194,185,o), -(196,187,o), -(196,189,cs), -(196,192,o), -(194,193,o), -(190,193,cs), -(187,193,o), -(185,191,o), -(185,189,cs), -(185,186,o), -(187,185,o), -(191,185,cs) +nodes = ( +(184,185,o), +(186,187,o), +(186,189,cs), +(186,192,o), +(184,193,o), +(180,193,cs), +(177,193,o), +(175,191,o), +(175,189,cs), +(175,186,o), +(177,185,o), +(181,185,cs) ); }, { closed = 1; nodes = ( -(209,171,o), -(211,173,o), -(211,175,cs), -(211,178,o), -(209,179,o), -(205,179,cs), -(202,179,o), -(200,177,o), -(200,175,cs), -(200,172,o), -(202,171,o), -(206,171,cs) +(199,171,o), +(201,173,o), +(201,175,cs), +(201,178,o), +(199,179,o), +(195,179,cs), +(192,179,o), +(190,177,o), +(190,175,cs), +(190,172,o), +(192,171,o), +(196,171,cs) ); }, { closed = 1; nodes = ( -(270,109,o), -(273,111,o), -(273,115,cs), -(273,119,o), -(270,121,o), -(265,121,cs), -(261,121,o), -(258,119,o), -(258,115,cs), -(258,111,o), -(261,109,o), -(266,109,cs) +(260,109,o), +(263,111,o), +(263,115,cs), +(263,119,o), +(260,121,o), +(255,121,cs), +(251,121,o), +(248,119,o), +(248,115,cs), +(248,111,o), +(251,109,o), +(256,109,cs) ); }, { closed = 1; nodes = ( -(301,104,o), -(304,106,o), -(304,110,cs), -(304,114,o), -(301,116,o), -(296,116,cs), -(292,116,o), -(289,114,o), -(289,110,cs), -(289,106,o), -(292,104,o), -(297,104,cs) +(291,104,o), +(294,106,o), +(294,110,cs), +(294,114,o), +(291,116,o), +(286,116,cs), +(282,116,o), +(279,114,o), +(279,110,cs), +(279,106,o), +(282,104,o), +(287,104,cs) ); }, { closed = 1; nodes = ( -(332,110,o), -(335,112,o), -(335,116,cs), -(335,120,o), -(332,122,o), -(327,122,cs), -(323,122,o), -(320,120,o), -(320,116,cs), -(320,112,o), -(323,110,o), -(328,110,cs) +(322,110,o), +(325,112,o), +(325,116,cs), +(325,120,o), +(322,122,o), +(317,122,cs), +(313,122,o), +(310,120,o), +(310,116,cs), +(310,112,o), +(313,110,o), +(318,110,cs) ); }, { closed = 1; nodes = ( -(244,127,o), -(247,129,o), -(247,133,cs), -(247,137,o), -(244,139,o), -(239,139,cs), -(235,139,o), -(232,137,o), -(232,133,cs), -(232,129,o), -(235,127,o), -(240,127,cs) +(234,127,o), +(237,129,o), +(237,133,cs), +(237,137,o), +(234,139,o), +(229,139,cs), +(225,139,o), +(222,137,o), +(222,133,cs), +(222,129,o), +(225,127,o), +(230,127,cs) ); } ); -width = 866; +width = 846; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(353,-12,o), -(367,-6,o), -(367,10,cs), -(367,80,l), -(352,77,o), -(340,76,o), -(328,76,cs), -(256,76,o), -(246,122,o), -(224,156,cs), -(209,180,o), -(183,186,o), -(183,199,cs), -(183,205,o), -(188,209,o), -(197,209,cs), -(256,209,o), -(260,124,o), -(324,124,cs), -(340,124,o), -(357,128,o), -(368,134,c), -(372,159,o), -(383,177,o), -(403,186,c), -(288,198,o), -(218,264,o), -(218,366,cs), -(218,416,o), -(233,451,o), -(258,477,c), -(248,509,o), -(249,550,o), -(262,579,c), -(300,581,o), -(342,565,o), -(366,539,c), -(398,549,o), -(430,553,o), -(463,553,cs), -(496,553,o), -(528,549,o), -(560,539,c), -(584,565,o), -(626,581,o), -(664,579,c), -(677,550,o), -(678,509,o), -(668,477,c), -(693,451,o), -(708,416,o), -(708,366,cs), -(708,264,o), -(638,198,o), -(523,186,c), -(546,175,o), -(559,150,o), -(559,115,cs), -(559,10,ls), -(559,-6,o), -(573,-12,o), -(586,-8,cs), -(742,42,o), -(846,177,o), -(846,356,cs), -(846,585,o), -(693,738,o), -(463,738,cs), -(233,738,o), -(80,585,o), -(80,356,cs), -(80,177,o), -(184,42,o), -(340,-8,cs) +(313,-12,o), +(327,-6,o), +(327,10,cs), +(327,80,l), +(312,77,o), +(300,76,o), +(288,76,cs), +(216,76,o), +(206,122,o), +(184,156,cs), +(169,180,o), +(143,186,o), +(143,199,cs), +(143,205,o), +(148,209,o), +(157,209,cs), +(216,209,o), +(220,124,o), +(284,124,cs), +(300,124,o), +(317,128,o), +(328,134,c), +(332,159,o), +(343,177,o), +(363,186,c), +(248,198,o), +(178,264,o), +(178,366,cs), +(178,416,o), +(193,451,o), +(218,477,c), +(208,509,o), +(209,550,o), +(222,579,c), +(260,581,o), +(302,565,o), +(326,539,c), +(358,549,o), +(390,553,o), +(423,553,cs), +(456,553,o), +(488,549,o), +(520,539,c), +(544,565,o), +(586,581,o), +(624,579,c), +(637,550,o), +(638,509,o), +(628,477,c), +(653,451,o), +(668,416,o), +(668,366,cs), +(668,264,o), +(598,198,o), +(483,186,c), +(506,175,o), +(519,150,o), +(519,115,cs), +(519,10,ls), +(519,-6,o), +(533,-12,o), +(546,-8,cs), +(702,42,o), +(806,177,o), +(806,356,cs), +(806,585,o), +(653,738,o), +(423,738,cs), +(193,738,o), +(40,585,o), +(40,356,cs), +(40,177,o), +(144,42,o), +(300,-8,cs) ); }, { closed = 1; nodes = ( -(256,150,o), -(258,152,o), -(258,155,cs), -(258,158,o), -(255,160,o), -(251,160,cs), -(247,160,o), -(245,158,o), -(245,155,cs), -(245,152,o), -(248,150,o), -(252,150,cs) +(216,150,o), +(218,152,o), +(218,155,cs), +(218,158,o), +(215,160,o), +(211,160,cs), +(207,160,o), +(205,158,o), +(205,155,cs), +(205,152,o), +(208,150,o), +(212,150,cs) ); }, { closed = 1; nodes = ( -(224,185,o), -(226,187,o), -(226,189,cs), -(226,192,o), -(224,193,o), -(220,193,cs), -(217,193,o), -(215,191,o), -(215,189,cs), -(215,186,o), -(217,185,o), -(221,185,cs) +(184,185,o), +(186,187,o), +(186,189,cs), +(186,192,o), +(184,193,o), +(180,193,cs), +(177,193,o), +(175,191,o), +(175,189,cs), +(175,186,o), +(177,185,o), +(181,185,cs) ); }, { closed = 1; nodes = ( -(239,171,o), -(241,173,o), -(241,175,cs), -(241,178,o), -(239,179,o), -(235,179,cs), -(232,179,o), -(230,177,o), -(230,175,cs), -(230,172,o), -(232,171,o), -(236,171,cs) +(199,171,o), +(201,173,o), +(201,175,cs), +(201,178,o), +(199,179,o), +(195,179,cs), +(192,179,o), +(190,177,o), +(190,175,cs), +(190,172,o), +(192,171,o), +(196,171,cs) ); }, { closed = 1; nodes = ( -(300,109,o), -(303,111,o), -(303,115,cs), -(303,119,o), -(300,121,o), -(295,121,cs), -(291,121,o), -(288,119,o), -(288,115,cs), -(288,111,o), -(291,109,o), -(296,109,cs) +(260,109,o), +(263,111,o), +(263,115,cs), +(263,119,o), +(260,121,o), +(255,121,cs), +(251,121,o), +(248,119,o), +(248,115,cs), +(248,111,o), +(251,109,o), +(256,109,cs) ); }, { closed = 1; nodes = ( -(331,104,o), -(334,106,o), -(334,110,cs), -(334,114,o), -(331,116,o), -(326,116,cs), -(322,116,o), -(319,114,o), -(319,110,cs), -(319,106,o), -(322,104,o), -(327,104,cs) +(291,104,o), +(294,106,o), +(294,110,cs), +(294,114,o), +(291,116,o), +(286,116,cs), +(282,116,o), +(279,114,o), +(279,110,cs), +(279,106,o), +(282,104,o), +(287,104,cs) ); }, { closed = 1; nodes = ( -(362,110,o), -(365,112,o), -(365,116,cs), -(365,120,o), -(362,122,o), -(357,122,cs), -(353,122,o), -(350,120,o), -(350,116,cs), -(350,112,o), -(353,110,o), -(358,110,cs) +(322,110,o), +(325,112,o), +(325,116,cs), +(325,120,o), +(322,122,o), +(317,122,cs), +(313,122,o), +(310,120,o), +(310,116,cs), +(310,112,o), +(313,110,o), +(318,110,cs) ); }, { closed = 1; nodes = ( -(274,127,o), -(277,129,o), -(277,133,cs), -(277,137,o), -(274,139,o), -(269,139,cs), -(265,139,o), -(262,137,o), -(262,133,cs), -(262,129,o), -(265,127,o), -(270,127,cs) +(234,127,o), +(237,129,o), +(237,133,cs), +(237,137,o), +(234,139,o), +(229,139,cs), +(225,139,o), +(222,137,o), +(222,133,cs), +(222,129,o), +(225,127,o), +(230,127,cs) ); } ); -width = 885; +width = 846; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(330,-12,o), +(344,-6,o), +(344,10,cs), +(344,80,l), +(329,77,o), +(317,76,o), +(305,76,cs), +(233,76,o), +(223,122,o), +(201,156,cs), +(186,180,o), +(160,186,o), +(160,199,cs), +(160,205,o), +(165,209,o), +(174,209,cs), +(233,209,o), +(237,124,o), +(301,124,cs), +(317,124,o), +(334,128,o), +(345,134,c), +(349,159,o), +(360,177,o), +(380,186,c), +(265,198,o), +(195,264,o), +(195,366,cs), +(195,416,o), +(210,451,o), +(235,477,c), +(225,509,o), +(226,550,o), +(239,579,c), +(277,581,o), +(319,565,o), +(343,539,c), +(375,549,o), +(407,553,o), +(440,553,cs), +(473,553,o), +(505,549,o), +(537,539,c), +(561,565,o), +(603,581,o), +(641,579,c), +(654,550,o), +(655,509,o), +(645,477,c), +(670,451,o), +(685,416,o), +(685,366,cs), +(685,264,o), +(615,198,o), +(500,186,c), +(523,175,o), +(536,150,o), +(536,115,cs), +(536,10,ls), +(536,-6,o), +(550,-12,o), +(563,-8,cs), +(719,42,o), +(823,177,o), +(823,356,cs), +(823,585,o), +(670,738,o), +(440,738,cs), +(210,738,o), +(57,585,o), +(57,356,cs), +(57,177,o), +(161,42,o), +(317,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,150,o), +(235,152,o), +(235,155,cs), +(235,158,o), +(232,160,o), +(228,160,cs), +(224,160,o), +(222,158,o), +(222,155,cs), +(222,152,o), +(225,150,o), +(229,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(201,185,o), +(203,187,o), +(203,189,cs), +(203,192,o), +(201,193,o), +(197,193,cs), +(194,193,o), +(192,191,o), +(192,189,cs), +(192,186,o), +(194,185,o), +(198,185,cs) +); }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ closed = 1; nodes = ( -(351,-12,o), -(365,-6,o), -(365,10,cs), -(365,80,l), -(350,77,o), -(338,76,o), -(326,76,cs), -(254,76,o), -(244,122,o), -(222,156,cs), -(207,180,o), -(181,186,o), -(181,199,cs), -(181,205,o), -(186,209,o), -(195,209,cs), -(254,209,o), -(258,124,o), -(322,124,cs), -(338,124,o), -(355,128,o), -(366,134,c), -(370,159,o), -(381,177,o), -(401,186,c), -(286,198,o), -(216,264,o), -(216,366,cs), -(216,416,o), -(231,451,o), -(256,477,c), -(246,509,o), -(247,550,o), -(260,579,c), -(298,581,o), -(340,565,o), -(364,539,c), -(396,549,o), -(428,553,o), -(461,553,cs), -(494,553,o), -(526,549,o), -(558,539,c), -(582,565,o), -(624,581,o), -(662,579,c), -(675,550,o), -(676,509,o), -(666,477,c), -(691,451,o), -(706,416,o), -(706,366,cs), -(706,264,o), -(636,198,o), -(521,186,c), -(544,175,o), -(557,150,o), -(557,115,cs), -(557,10,ls), -(557,-6,o), -(571,-12,o), -(584,-8,cs), -(740,42,o), -(844,177,o), -(844,356,cs), -(844,585,o), -(691,738,o), -(461,738,cs), -(231,738,o), -(78,585,o), -(78,356,cs), -(78,177,o), -(182,42,o), -(338,-8,cs) +(216,171,o), +(218,173,o), +(218,175,cs), +(218,178,o), +(216,179,o), +(212,179,cs), +(209,179,o), +(207,177,o), +(207,175,cs), +(207,172,o), +(209,171,o), +(213,171,cs) ); }, { closed = 1; nodes = ( -(254,150,o), -(256,152,o), -(256,155,cs), -(256,158,o), -(253,160,o), -(249,160,cs), -(245,160,o), -(243,158,o), -(243,155,cs), -(243,152,o), -(246,150,o), -(250,150,cs) +(277,109,o), +(280,111,o), +(280,115,cs), +(280,119,o), +(277,121,o), +(272,121,cs), +(268,121,o), +(265,119,o), +(265,115,cs), +(265,111,o), +(268,109,o), +(273,109,cs) ); }, { closed = 1; nodes = ( -(222,185,o), -(224,187,o), -(224,189,cs), -(224,192,o), -(222,193,o), -(218,193,cs), -(215,193,o), -(213,191,o), -(213,189,cs), -(213,186,o), -(215,185,o), -(219,185,cs) +(308,104,o), +(311,106,o), +(311,110,cs), +(311,114,o), +(308,116,o), +(303,116,cs), +(299,116,o), +(296,114,o), +(296,110,cs), +(296,106,o), +(299,104,o), +(304,104,cs) ); }, { closed = 1; nodes = ( -(237,171,o), -(239,173,o), -(239,175,cs), -(239,178,o), -(237,179,o), -(233,179,cs), -(230,179,o), -(228,177,o), -(228,175,cs), -(228,172,o), -(230,171,o), -(234,171,cs) +(339,110,o), +(342,112,o), +(342,116,cs), +(342,120,o), +(339,122,o), +(334,122,cs), +(330,122,o), +(327,120,o), +(327,116,cs), +(327,112,o), +(330,110,o), +(335,110,cs) ); }, { closed = 1; nodes = ( -(298,109,o), -(301,111,o), -(301,115,cs), -(301,119,o), -(298,121,o), -(293,121,cs), -(289,121,o), -(286,119,o), -(286,115,cs), -(286,111,o), -(289,109,o), -(294,109,cs) +(251,127,o), +(254,129,o), +(254,133,cs), +(254,137,o), +(251,139,o), +(246,139,cs), +(242,139,o), +(239,137,o), +(239,133,cs), +(239,129,o), +(242,127,o), +(247,127,cs) +); +} ); +width = 839; }, { +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ closed = 1; nodes = ( -(329,104,o), -(332,106,o), -(332,110,cs), -(332,114,o), -(329,116,o), -(324,116,cs), -(320,116,o), -(317,114,o), -(317,110,cs), -(317,106,o), -(320,104,o), -(325,104,cs) +(340,-12,o), +(354,-6,o), +(354,10,cs), +(354,80,l), +(339,77,o), +(327,76,o), +(315,76,cs), +(243,76,o), +(233,122,o), +(211,156,cs), +(196,180,o), +(170,186,o), +(170,199,cs), +(170,205,o), +(175,209,o), +(184,209,cs), +(243,209,o), +(247,124,o), +(311,124,cs), +(327,124,o), +(344,128,o), +(355,134,c), +(359,159,o), +(370,177,o), +(390,186,c), +(275,198,o), +(205,264,o), +(205,366,cs), +(205,416,o), +(220,451,o), +(245,477,c), +(235,509,o), +(236,550,o), +(249,579,c), +(287,581,o), +(329,565,o), +(353,539,c), +(385,549,o), +(417,553,o), +(450,553,cs), +(483,553,o), +(515,549,o), +(547,539,c), +(571,565,o), +(613,581,o), +(651,579,c), +(664,550,o), +(665,509,o), +(655,477,c), +(680,451,o), +(695,416,o), +(695,366,cs), +(695,264,o), +(625,198,o), +(510,186,c), +(533,175,o), +(546,150,o), +(546,115,cs), +(546,10,ls), +(546,-6,o), +(560,-12,o), +(573,-8,cs), +(729,42,o), +(833,177,o), +(833,356,cs), +(833,585,o), +(680,738,o), +(450,738,cs), +(220,738,o), +(67,585,o), +(67,356,cs), +(67,177,o), +(171,42,o), +(327,-8,cs) ); }, { closed = 1; nodes = ( -(360,110,o), -(363,112,o), -(363,116,cs), -(363,120,o), -(360,122,o), -(355,122,cs), -(351,122,o), -(348,120,o), -(348,116,cs), -(348,112,o), -(351,110,o), -(356,110,cs) +(243,150,o), +(245,152,o), +(245,155,cs), +(245,158,o), +(242,160,o), +(238,160,cs), +(234,160,o), +(232,158,o), +(232,155,cs), +(232,152,o), +(235,150,o), +(239,150,cs) ); }, { closed = 1; nodes = ( -(272,127,o), -(275,129,o), -(275,133,cs), -(275,137,o), -(272,139,o), -(267,139,cs), -(263,139,o), -(260,137,o), -(260,133,cs), -(260,129,o), -(263,127,o), -(268,127,cs) -); -} +(211,185,o), +(213,187,o), +(213,189,cs), +(213,192,o), +(211,193,o), +(207,193,cs), +(204,193,o), +(202,191,o), +(202,189,cs), +(202,186,o), +(204,185,o), +(208,185,cs) ); -width = 886; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ closed = 1; nodes = ( -(353,-12,o), -(367,-6,o), -(367,10,cs), -(367,80,l), -(352,77,o), -(340,76,o), -(328,76,cs), -(256,76,o), -(246,122,o), -(224,156,cs), -(209,180,o), -(183,186,o), -(183,199,cs), -(183,205,o), -(188,209,o), -(197,209,cs), -(256,209,o), -(260,124,o), -(324,124,cs), -(340,124,o), -(357,128,o), -(368,134,c), -(372,159,o), -(383,177,o), -(403,186,c), -(288,198,o), -(218,264,o), -(218,366,cs), -(218,416,o), -(233,451,o), -(258,477,c), -(248,509,o), -(249,550,o), -(262,579,c), -(300,581,o), -(342,565,o), -(366,539,c), -(398,549,o), -(430,553,o), -(463,553,cs), -(496,553,o), -(528,549,o), -(560,539,c), -(584,565,o), -(626,581,o), -(664,579,c), -(677,550,o), -(678,509,o), -(668,477,c), -(693,451,o), -(708,416,o), -(708,366,cs), -(708,264,o), -(638,198,o), -(523,186,c), -(546,175,o), -(559,150,o), -(559,115,cs), -(559,10,ls), -(559,-6,o), -(573,-12,o), -(586,-8,cs), -(742,42,o), -(846,177,o), -(846,356,cs), -(846,585,o), -(693,738,o), -(463,738,cs), -(233,738,o), -(80,585,o), -(80,356,cs), -(80,177,o), -(184,42,o), -(340,-8,cs) +(226,171,o), +(228,173,o), +(228,175,cs), +(228,178,o), +(226,179,o), +(222,179,cs), +(219,179,o), +(217,177,o), +(217,175,cs), +(217,172,o), +(219,171,o), +(223,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,109,o), +(290,111,o), +(290,115,cs), +(290,119,o), +(287,121,o), +(282,121,cs), +(278,121,o), +(275,119,o), +(275,115,cs), +(275,111,o), +(278,109,o), +(283,109,cs) ); }, { closed = 1; nodes = ( -(256,150,o), -(258,152,o), -(258,155,cs), -(258,158,o), -(255,160,o), -(251,160,cs), -(247,160,o), -(245,158,o), -(245,155,cs), -(245,152,o), -(248,150,o), -(252,150,cs) +(318,104,o), +(321,106,o), +(321,110,cs), +(321,114,o), +(318,116,o), +(313,116,cs), +(309,116,o), +(306,114,o), +(306,110,cs), +(306,106,o), +(309,104,o), +(314,104,cs) ); }, { closed = 1; nodes = ( -(224,185,o), -(226,187,o), -(226,189,cs), -(226,192,o), -(224,193,o), -(220,193,cs), -(217,193,o), -(215,191,o), -(215,189,cs), -(215,186,o), -(217,185,o), -(221,185,cs) +(349,110,o), +(352,112,o), +(352,116,cs), +(352,120,o), +(349,122,o), +(344,122,cs), +(340,122,o), +(337,120,o), +(337,116,cs), +(337,112,o), +(340,110,o), +(345,110,cs) ); }, { closed = 1; nodes = ( -(239,171,o), -(241,173,o), -(241,175,cs), -(241,178,o), -(239,179,o), -(235,179,cs), -(232,179,o), -(230,177,o), -(230,175,cs), -(230,172,o), -(232,171,o), -(236,171,cs) +(261,127,o), +(264,129,o), +(264,133,cs), +(264,137,o), +(261,139,o), +(256,139,cs), +(252,139,o), +(249,137,o), +(249,133,cs), +(249,129,o), +(252,127,o), +(257,127,cs) ); +} +); +width = 864; }, { +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ closed = 1; nodes = ( -(300,109,o), -(303,111,o), -(303,115,cs), -(303,119,o), -(300,121,o), -(295,121,cs), -(291,121,o), -(288,119,o), -(288,115,cs), -(288,111,o), -(291,109,o), -(296,109,cs) +(329,-12,o), +(343,-6,o), +(343,10,cs), +(343,80,l), +(328,77,o), +(316,76,o), +(304,76,cs), +(232,76,o), +(222,122,o), +(200,156,cs), +(185,180,o), +(159,186,o), +(159,199,cs), +(159,205,o), +(164,209,o), +(173,209,cs), +(232,209,o), +(236,124,o), +(300,124,cs), +(316,124,o), +(333,128,o), +(344,134,c), +(348,159,o), +(359,177,o), +(379,186,c), +(264,198,o), +(194,264,o), +(194,366,cs), +(194,416,o), +(209,451,o), +(234,477,c), +(224,509,o), +(225,550,o), +(238,579,c), +(276,581,o), +(318,565,o), +(342,539,c), +(374,549,o), +(406,553,o), +(439,553,cs), +(472,553,o), +(504,549,o), +(536,539,c), +(560,565,o), +(602,581,o), +(640,579,c), +(653,550,o), +(654,509,o), +(644,477,c), +(669,451,o), +(684,416,o), +(684,366,cs), +(684,264,o), +(614,198,o), +(499,186,c), +(522,175,o), +(535,150,o), +(535,115,cs), +(535,10,ls), +(535,-6,o), +(549,-12,o), +(562,-8,cs), +(718,42,o), +(822,177,o), +(822,356,cs), +(822,585,o), +(669,738,o), +(439,738,cs), +(209,738,o), +(56,585,o), +(56,356,cs), +(56,177,o), +(160,42,o), +(316,-8,cs) ); }, { closed = 1; nodes = ( -(331,104,o), -(334,106,o), -(334,110,cs), -(334,114,o), -(331,116,o), -(326,116,cs), -(322,116,o), -(319,114,o), -(319,110,cs), -(319,106,o), -(322,104,o), -(327,104,cs) +(232,150,o), +(234,152,o), +(234,155,cs), +(234,158,o), +(231,160,o), +(227,160,cs), +(223,160,o), +(221,158,o), +(221,155,cs), +(221,152,o), +(224,150,o), +(228,150,cs) ); }, { closed = 1; nodes = ( -(362,110,o), -(365,112,o), -(365,116,cs), -(365,120,o), -(362,122,o), -(357,122,cs), -(353,122,o), -(350,120,o), -(350,116,cs), -(350,112,o), -(353,110,o), -(358,110,cs) +(200,185,o), +(202,187,o), +(202,189,cs), +(202,192,o), +(200,193,o), +(196,193,cs), +(193,193,o), +(191,191,o), +(191,189,cs), +(191,186,o), +(193,185,o), +(197,185,cs) ); }, { closed = 1; nodes = ( -(274,127,o), -(277,129,o), -(277,133,cs), -(277,137,o), -(274,139,o), -(269,139,cs), -(265,139,o), -(262,137,o), -(262,133,cs), -(262,129,o), -(265,127,o), -(270,127,cs) +(215,171,o), +(217,173,o), +(217,175,cs), +(217,178,o), +(215,179,o), +(211,179,cs), +(208,179,o), +(206,177,o), +(206,175,cs), +(206,172,o), +(208,171,o), +(212,171,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,109,o), +(279,111,o), +(279,115,cs), +(279,119,o), +(276,121,o), +(271,121,cs), +(267,121,o), +(264,119,o), +(264,115,cs), +(264,111,o), +(267,109,o), +(272,109,cs) +); +}, +{ +closed = 1; +nodes = ( +(307,104,o), +(310,106,o), +(310,110,cs), +(310,114,o), +(307,116,o), +(302,116,cs), +(298,116,o), +(295,114,o), +(295,110,cs), +(295,106,o), +(298,104,o), +(303,104,cs) +); +}, +{ +closed = 1; +nodes = ( +(338,110,o), +(341,112,o), +(341,116,cs), +(341,120,o), +(338,122,o), +(333,122,cs), +(329,122,o), +(326,120,o), +(326,116,cs), +(326,112,o), +(329,110,o), +(334,110,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,127,o), +(253,129,o), +(253,133,cs), +(253,137,o), +(250,139,o), +(245,139,cs), +(241,139,o), +(238,137,o), +(238,133,cs), +(238,129,o), +(241,127,o), +(246,127,cs) ); } ); -width = 885; +width = 837; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(351,-12,o), -(365,-6,o), -(365,10,cs), -(365,80,l), -(350,77,o), -(338,76,o), -(326,76,cs), -(254,76,o), -(244,122,o), -(222,156,cs), -(207,180,o), -(181,186,o), -(181,199,cs), -(181,205,o), -(186,209,o), -(195,209,cs), -(254,209,o), -(258,124,o), -(322,124,cs), -(338,124,o), -(355,128,o), -(366,134,c), -(370,159,o), -(381,177,o), -(401,186,c), -(286,198,o), -(216,264,o), -(216,366,cs), -(216,416,o), -(231,451,o), -(256,477,c), -(246,509,o), -(247,550,o), -(260,579,c), -(298,581,o), -(340,565,o), -(364,539,c), -(396,549,o), -(428,553,o), -(461,553,cs), -(494,553,o), -(526,549,o), -(558,539,c), -(582,565,o), -(624,581,o), -(662,579,c), -(675,550,o), -(676,509,o), -(666,477,c), -(691,451,o), -(706,416,o), -(706,366,cs), -(706,264,o), -(636,198,o), -(521,186,c), -(544,175,o), -(557,150,o), -(557,115,cs), -(557,10,ls), -(557,-6,o), -(571,-12,o), -(584,-8,cs), -(740,42,o), -(844,177,o), -(844,356,cs), -(844,585,o), -(691,738,o), -(461,738,cs), -(231,738,o), -(78,585,o), -(78,356,cs), -(78,177,o), -(182,42,o), -(338,-8,cs) +(322,-12,o), +(336,-6,o), +(336,10,cs), +(336,80,l), +(321,77,o), +(309,76,o), +(297,76,cs), +(225,76,o), +(215,122,o), +(193,156,cs), +(178,180,o), +(152,186,o), +(152,199,cs), +(152,205,o), +(157,209,o), +(166,209,cs), +(225,209,o), +(229,124,o), +(293,124,cs), +(309,124,o), +(326,128,o), +(337,134,c), +(341,159,o), +(352,177,o), +(372,186,c), +(257,198,o), +(187,264,o), +(187,366,cs), +(187,416,o), +(202,451,o), +(227,477,c), +(217,509,o), +(218,550,o), +(231,579,c), +(269,581,o), +(311,565,o), +(335,539,c), +(367,549,o), +(399,553,o), +(432,553,cs), +(465,553,o), +(497,549,o), +(529,539,c), +(553,565,o), +(595,581,o), +(633,579,c), +(646,550,o), +(647,509,o), +(637,477,c), +(662,451,o), +(677,416,o), +(677,366,cs), +(677,264,o), +(607,198,o), +(492,186,c), +(515,175,o), +(528,150,o), +(528,115,cs), +(528,10,ls), +(528,-6,o), +(542,-12,o), +(555,-8,cs), +(711,42,o), +(815,177,o), +(815,356,cs), +(815,585,o), +(662,738,o), +(432,738,cs), +(202,738,o), +(49,585,o), +(49,356,cs), +(49,177,o), +(153,42,o), +(309,-8,cs) ); }, { closed = 1; nodes = ( -(254,150,o), -(256,152,o), -(256,155,cs), -(256,158,o), -(253,160,o), -(249,160,cs), -(245,160,o), -(243,158,o), -(243,155,cs), -(243,152,o), -(246,150,o), -(250,150,cs) +(225,150,o), +(227,152,o), +(227,155,cs), +(227,158,o), +(224,160,o), +(220,160,cs), +(216,160,o), +(214,158,o), +(214,155,cs), +(214,152,o), +(217,150,o), +(221,150,cs) ); }, { closed = 1; nodes = ( -(222,185,o), -(224,187,o), -(224,189,cs), -(224,192,o), -(222,193,o), -(218,193,cs), -(215,193,o), -(213,191,o), -(213,189,cs), -(213,186,o), -(215,185,o), -(219,185,cs) +(193,185,o), +(195,187,o), +(195,189,cs), +(195,192,o), +(193,193,o), +(189,193,cs), +(186,193,o), +(184,191,o), +(184,189,cs), +(184,186,o), +(186,185,o), +(190,185,cs) ); }, { closed = 1; nodes = ( -(237,171,o), -(239,173,o), -(239,175,cs), -(239,178,o), -(237,179,o), -(233,179,cs), -(230,179,o), -(228,177,o), -(228,175,cs), -(228,172,o), -(230,171,o), -(234,171,cs) +(208,171,o), +(210,173,o), +(210,175,cs), +(210,178,o), +(208,179,o), +(204,179,cs), +(201,179,o), +(199,177,o), +(199,175,cs), +(199,172,o), +(201,171,o), +(205,171,cs) ); }, { closed = 1; nodes = ( -(298,109,o), -(301,111,o), -(301,115,cs), -(301,119,o), -(298,121,o), -(293,121,cs), -(289,121,o), -(286,119,o), -(286,115,cs), -(286,111,o), -(289,109,o), -(294,109,cs) +(269,109,o), +(272,111,o), +(272,115,cs), +(272,119,o), +(269,121,o), +(264,121,cs), +(260,121,o), +(257,119,o), +(257,115,cs), +(257,111,o), +(260,109,o), +(265,109,cs) ); }, { closed = 1; nodes = ( -(329,104,o), -(332,106,o), -(332,110,cs), -(332,114,o), -(329,116,o), -(324,116,cs), -(320,116,o), -(317,114,o), -(317,110,cs), -(317,106,o), -(320,104,o), -(325,104,cs) +(300,104,o), +(303,106,o), +(303,110,cs), +(303,114,o), +(300,116,o), +(295,116,cs), +(291,116,o), +(288,114,o), +(288,110,cs), +(288,106,o), +(291,104,o), +(296,104,cs) ); }, { closed = 1; nodes = ( -(360,110,o), -(363,112,o), -(363,116,cs), -(363,120,o), -(360,122,o), -(355,122,cs), -(351,122,o), -(348,120,o), -(348,116,cs), -(348,112,o), -(351,110,o), -(356,110,cs) +(331,110,o), +(334,112,o), +(334,116,cs), +(334,120,o), +(331,122,o), +(326,122,cs), +(322,122,o), +(319,120,o), +(319,116,cs), +(319,112,o), +(322,110,o), +(327,110,cs) ); }, { closed = 1; nodes = ( -(272,127,o), -(275,129,o), -(275,133,cs), -(275,137,o), -(272,139,o), -(267,139,cs), -(263,139,o), -(260,137,o), -(260,133,cs), -(260,129,o), -(263,127,o), -(268,127,cs) +(243,127,o), +(246,129,o), +(246,133,cs), +(246,137,o), +(243,139,o), +(238,139,cs), +(234,139,o), +(231,137,o), +(231,133,cs), +(231,129,o), +(234,127,o), +(239,127,cs) ); } ); -width = 886; +width = 828; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; -nodes = ( -(353,-12,o), -(367,-6,o), -(367,10,cs), -(367,80,l), -(352,77,o), -(340,76,o), -(328,76,cs), -(256,76,o), -(246,122,o), -(224,156,cs), -(209,180,o), -(183,186,o), -(183,199,cs), -(183,205,o), -(188,209,o), -(197,209,cs), -(256,209,o), -(260,124,o), -(324,124,cs), -(340,124,o), -(357,128,o), -(368,134,c), -(372,159,o), -(383,177,o), -(403,186,c), -(288,198,o), -(218,264,o), -(218,366,cs), -(218,416,o), -(233,451,o), -(258,477,c), -(248,509,o), -(249,550,o), -(262,579,c), -(300,581,o), -(342,565,o), -(366,539,c), -(398,549,o), -(430,553,o), -(463,553,cs), -(496,553,o), -(528,549,o), -(560,539,c), -(584,565,o), -(626,581,o), -(664,579,c), -(677,550,o), -(678,509,o), -(668,477,c), -(693,451,o), -(708,416,o), -(708,366,cs), -(708,264,o), -(638,198,o), -(523,186,c), -(546,175,o), -(559,150,o), -(559,115,cs), -(559,10,ls), -(559,-6,o), -(573,-12,o), -(586,-8,cs), -(742,42,o), -(846,177,o), -(846,356,cs), -(846,585,o), -(693,738,o), -(463,738,cs), -(233,738,o), -(80,585,o), -(80,356,cs), -(80,177,o), -(184,42,o), -(340,-8,cs) +nodes = ( +(343,-12,o), +(357,-6,o), +(357,10,cs), +(357,80,l), +(342,77,o), +(330,76,o), +(318,76,cs), +(246,76,o), +(236,122,o), +(214,156,cs), +(199,180,o), +(173,186,o), +(173,199,cs), +(173,205,o), +(178,209,o), +(187,209,cs), +(246,209,o), +(250,124,o), +(314,124,cs), +(330,124,o), +(347,128,o), +(358,134,c), +(362,159,o), +(373,177,o), +(393,186,c), +(278,198,o), +(208,264,o), +(208,366,cs), +(208,416,o), +(223,451,o), +(248,477,c), +(238,509,o), +(239,550,o), +(252,579,c), +(290,581,o), +(332,565,o), +(356,539,c), +(388,549,o), +(420,553,o), +(453,553,cs), +(486,553,o), +(518,549,o), +(550,539,c), +(574,565,o), +(616,581,o), +(654,579,c), +(667,550,o), +(668,509,o), +(658,477,c), +(683,451,o), +(698,416,o), +(698,366,cs), +(698,264,o), +(628,198,o), +(513,186,c), +(536,175,o), +(549,150,o), +(549,115,cs), +(549,10,ls), +(549,-6,o), +(563,-12,o), +(576,-8,cs), +(732,42,o), +(836,177,o), +(836,356,cs), +(836,585,o), +(683,738,o), +(453,738,cs), +(223,738,o), +(70,585,o), +(70,356,cs), +(70,177,o), +(174,42,o), +(330,-8,cs) ); }, { closed = 1; nodes = ( -(256,150,o), -(258,152,o), -(258,155,cs), -(258,158,o), -(255,160,o), -(251,160,cs), -(247,160,o), -(245,158,o), -(245,155,cs), -(245,152,o), -(248,150,o), -(252,150,cs) +(246,150,o), +(248,152,o), +(248,155,cs), +(248,158,o), +(245,160,o), +(241,160,cs), +(237,160,o), +(235,158,o), +(235,155,cs), +(235,152,o), +(238,150,o), +(242,150,cs) ); }, { closed = 1; nodes = ( -(224,185,o), -(226,187,o), -(226,189,cs), -(226,192,o), -(224,193,o), -(220,193,cs), -(217,193,o), -(215,191,o), -(215,189,cs), -(215,186,o), -(217,185,o), -(221,185,cs) +(214,185,o), +(216,187,o), +(216,189,cs), +(216,192,o), +(214,193,o), +(210,193,cs), +(207,193,o), +(205,191,o), +(205,189,cs), +(205,186,o), +(207,185,o), +(211,185,cs) ); }, { closed = 1; nodes = ( -(239,171,o), -(241,173,o), -(241,175,cs), -(241,178,o), -(239,179,o), -(235,179,cs), -(232,179,o), -(230,177,o), -(230,175,cs), -(230,172,o), -(232,171,o), -(236,171,cs) +(229,171,o), +(231,173,o), +(231,175,cs), +(231,178,o), +(229,179,o), +(225,179,cs), +(222,179,o), +(220,177,o), +(220,175,cs), +(220,172,o), +(222,171,o), +(226,171,cs) ); }, { closed = 1; nodes = ( -(300,109,o), -(303,111,o), -(303,115,cs), -(303,119,o), -(300,121,o), -(295,121,cs), -(291,121,o), -(288,119,o), -(288,115,cs), -(288,111,o), -(291,109,o), -(296,109,cs) +(290,109,o), +(293,111,o), +(293,115,cs), +(293,119,o), +(290,121,o), +(285,121,cs), +(281,121,o), +(278,119,o), +(278,115,cs), +(278,111,o), +(281,109,o), +(286,109,cs) ); }, { closed = 1; nodes = ( -(331,104,o), -(334,106,o), -(334,110,cs), -(334,114,o), -(331,116,o), -(326,116,cs), -(322,116,o), -(319,114,o), -(319,110,cs), -(319,106,o), -(322,104,o), -(327,104,cs) +(321,104,o), +(324,106,o), +(324,110,cs), +(324,114,o), +(321,116,o), +(316,116,cs), +(312,116,o), +(309,114,o), +(309,110,cs), +(309,106,o), +(312,104,o), +(317,104,cs) ); }, { closed = 1; nodes = ( -(362,110,o), -(365,112,o), -(365,116,cs), -(365,120,o), -(362,122,o), -(357,122,cs), -(353,122,o), -(350,120,o), -(350,116,cs), -(350,112,o), -(353,110,o), -(358,110,cs) +(352,110,o), +(355,112,o), +(355,116,cs), +(355,120,o), +(352,122,o), +(347,122,cs), +(343,122,o), +(340,120,o), +(340,116,cs), +(340,112,o), +(343,110,o), +(348,110,cs) ); }, { closed = 1; nodes = ( -(274,127,o), -(277,129,o), -(277,133,cs), -(277,137,o), -(274,139,o), -(269,139,cs), -(265,139,o), -(262,137,o), -(262,133,cs), -(262,129,o), -(265,127,o), -(270,127,cs) +(264,127,o), +(267,129,o), +(267,133,cs), +(267,137,o), +(264,139,o), +(259,139,cs), +(255,139,o), +(252,137,o), +(252,133,cs), +(252,129,o), +(255,127,o), +(260,127,cs) ); } ); -width = 885; +width = 865; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(351,-12,o), -(365,-6,o), -(365,10,cs), -(365,80,l), -(350,77,o), -(338,76,o), -(326,76,cs), -(254,76,o), -(244,122,o), -(222,156,cs), -(207,180,o), -(181,186,o), -(181,199,cs), -(181,205,o), -(186,209,o), -(195,209,cs), -(254,209,o), -(258,124,o), -(322,124,cs), -(338,124,o), -(355,128,o), -(366,134,c), -(370,159,o), -(381,177,o), -(401,186,c), -(286,198,o), -(216,264,o), -(216,366,cs), -(216,416,o), -(231,451,o), -(256,477,c), -(246,509,o), -(247,550,o), -(260,579,c), -(298,581,o), -(340,565,o), -(364,539,c), -(396,549,o), -(428,553,o), -(461,553,cs), -(494,553,o), -(526,549,o), -(558,539,c), -(582,565,o), -(624,581,o), -(662,579,c), -(675,550,o), -(676,509,o), -(666,477,c), -(691,451,o), -(706,416,o), -(706,366,cs), -(706,264,o), -(636,198,o), -(521,186,c), -(544,175,o), -(557,150,o), -(557,115,cs), -(557,10,ls), -(557,-6,o), -(571,-12,o), -(584,-8,cs), -(740,42,o), -(844,177,o), -(844,356,cs), -(844,585,o), -(691,738,o), -(461,738,cs), -(231,738,o), -(78,585,o), -(78,356,cs), -(78,177,o), -(182,42,o), -(338,-8,cs) +(336,-12,o), +(350,-6,o), +(350,10,cs), +(350,80,l), +(335,77,o), +(323,76,o), +(311,76,cs), +(239,76,o), +(229,122,o), +(207,156,cs), +(192,180,o), +(166,186,o), +(166,199,cs), +(166,205,o), +(171,209,o), +(180,209,cs), +(239,209,o), +(243,124,o), +(307,124,cs), +(323,124,o), +(340,128,o), +(351,134,c), +(355,159,o), +(366,177,o), +(386,186,c), +(271,198,o), +(201,264,o), +(201,366,cs), +(201,416,o), +(216,451,o), +(241,477,c), +(231,509,o), +(232,550,o), +(245,579,c), +(283,581,o), +(325,565,o), +(349,539,c), +(381,549,o), +(413,553,o), +(446,553,cs), +(479,553,o), +(511,549,o), +(543,539,c), +(567,565,o), +(609,581,o), +(647,579,c), +(660,550,o), +(661,509,o), +(651,477,c), +(676,451,o), +(691,416,o), +(691,366,cs), +(691,264,o), +(621,198,o), +(506,186,c), +(529,175,o), +(542,150,o), +(542,115,cs), +(542,10,ls), +(542,-6,o), +(556,-12,o), +(569,-8,cs), +(725,42,o), +(829,177,o), +(829,356,cs), +(829,585,o), +(676,738,o), +(446,738,cs), +(216,738,o), +(63,585,o), +(63,356,cs), +(63,177,o), +(167,42,o), +(323,-8,cs) ); }, { closed = 1; nodes = ( -(254,150,o), -(256,152,o), -(256,155,cs), -(256,158,o), -(253,160,o), -(249,160,cs), -(245,160,o), -(243,158,o), -(243,155,cs), -(243,152,o), -(246,150,o), -(250,150,cs) +(239,150,o), +(241,152,o), +(241,155,cs), +(241,158,o), +(238,160,o), +(234,160,cs), +(230,160,o), +(228,158,o), +(228,155,cs), +(228,152,o), +(231,150,o), +(235,150,cs) ); }, { closed = 1; nodes = ( -(222,185,o), -(224,187,o), -(224,189,cs), -(224,192,o), -(222,193,o), -(218,193,cs), -(215,193,o), -(213,191,o), -(213,189,cs), -(213,186,o), -(215,185,o), -(219,185,cs) +(207,185,o), +(209,187,o), +(209,189,cs), +(209,192,o), +(207,193,o), +(203,193,cs), +(200,193,o), +(198,191,o), +(198,189,cs), +(198,186,o), +(200,185,o), +(204,185,cs) ); }, { closed = 1; nodes = ( -(237,171,o), -(239,173,o), -(239,175,cs), -(239,178,o), -(237,179,o), -(233,179,cs), -(230,179,o), -(228,177,o), -(228,175,cs), -(228,172,o), -(230,171,o), -(234,171,cs) +(222,171,o), +(224,173,o), +(224,175,cs), +(224,178,o), +(222,179,o), +(218,179,cs), +(215,179,o), +(213,177,o), +(213,175,cs), +(213,172,o), +(215,171,o), +(219,171,cs) ); }, { closed = 1; nodes = ( -(298,109,o), -(301,111,o), -(301,115,cs), -(301,119,o), -(298,121,o), -(293,121,cs), -(289,121,o), -(286,119,o), -(286,115,cs), +(283,109,o), (286,111,o), -(289,109,o), -(294,109,cs) +(286,115,cs), +(286,119,o), +(283,121,o), +(278,121,cs), +(274,121,o), +(271,119,o), +(271,115,cs), +(271,111,o), +(274,109,o), +(279,109,cs) ); }, { closed = 1; nodes = ( -(329,104,o), -(332,106,o), -(332,110,cs), -(332,114,o), -(329,116,o), -(324,116,cs), -(320,116,o), -(317,114,o), -(317,110,cs), +(314,104,o), (317,106,o), -(320,104,o), -(325,104,cs) +(317,110,cs), +(317,114,o), +(314,116,o), +(309,116,cs), +(305,116,o), +(302,114,o), +(302,110,cs), +(302,106,o), +(305,104,o), +(310,104,cs) ); }, { closed = 1; nodes = ( -(360,110,o), -(363,112,o), -(363,116,cs), -(363,120,o), -(360,122,o), -(355,122,cs), -(351,122,o), -(348,120,o), -(348,116,cs), +(345,110,o), (348,112,o), -(351,110,o), -(356,110,cs) +(348,116,cs), +(348,120,o), +(345,122,o), +(340,122,cs), +(336,122,o), +(333,120,o), +(333,116,cs), +(333,112,o), +(336,110,o), +(341,110,cs) ); }, { closed = 1; nodes = ( -(272,127,o), -(275,129,o), -(275,133,cs), -(275,137,o), -(272,139,o), -(267,139,cs), -(263,139,o), -(260,137,o), -(260,133,cs), +(257,127,o), (260,129,o), -(263,127,o), -(268,127,cs) +(260,133,cs), +(260,137,o), +(257,139,o), +(252,139,cs), +(248,139,o), +(245,137,o), +(245,133,cs), +(245,129,o), +(248,127,o), +(253,127,cs) ); } ); -width = 886; +width = 856; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/_published.P_.glyph b/sources/MonaSans.glyphspackage/glyphs/_published.P_.glyph index b92cab6b..a06cfa35 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_published.P_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_published.P_.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = _center; -pos = (160,366); +pos = (168,366); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -14,30 +14,30 @@ shapes = ( { closed = 1; nodes = ( -(158,132,l), -(158,514,l), -(176,514,ls), -(200,514,o), -(212,496,o), -(212,442,cs), -(212,393,o), -(204,367,o), -(176,367,cs), -(148,367,l), -(148,279,l), -(180,279,ls), -(283,279,o), -(331,334,o), -(331,440,cs), -(331,546,o), -(283,601,o), -(180,601,cs), -(40,601,l), -(40,132,l) -); -} -); -width = 371; +(166,132,l), +(166,514,l), +(184,514,ls), +(208,514,o), +(220,496,o), +(220,442,cs), +(220,393,o), +(212,367,o), +(184,367,cs), +(156,367,l), +(156,279,l), +(188,279,ls), +(291,279,o), +(339,334,o), +(339,440,cs), +(339,546,o), +(291,601,o), +(188,601,cs), +(48,601,l), +(48,132,l) +); +} +); +width = 387; }, { anchors = ( @@ -80,37 +80,111 @@ width = 267; anchors = ( { name = _center; -pos = (142,363); +pos = (176,363); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(72,165,l), -(72,532,l), -(186,532,ls), -(251,532,o), -(291,499,o), -(291,440,cs), -(291,382,o), -(252,347,o), -(186,347,cs), -(65,347,l), -(65,319,l), -(190,319,ls), -(273,319,o), -(325,367,o), -(325,441,cs), -(325,517,o), -(273,562,o), -(191,562,cs), +(76,165,l), +(76,532,l), +(227,532,ls), +(298,532,o), +(337,498,o), +(337,440,cs), +(337,384,o), +(297,349,o), +(227,349,cs), +(68,349,l), +(68,319,l), +(230,319,ls), +(316,319,o), +(372,364,o), +(372,441,cs), +(372,517,o), +(319,562,o), +(230,562,cs), (40,562,l), (40,165,l) ); } ); +width = 412; +}, +{ +anchors = ( +{ +name = _center; +pos = (224,364); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,167,l), +(202,463,l), +(245,463,ls), +(285,463,o), +(305,455,o), +(305,425,cs), +(305,403,o), +(295,387,o), +(245,387,cs), +(186,387,l), +(186,297,l), +(277,297,ls), +(398,297,o), +(461,340,o), +(461,430,cs), +(461,516,o), +(405,564,o), +(277,564,cs), +(46,564,l), +(46,167,l) +); +} +); +width = 507; +}, +{ +anchors = ( +{ +name = _center; +pos = (137,363); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(67,165,l), +(67,532,l), +(179,532,ls), +(244,532,o), +(282,499,o), +(282,440,cs), +(282,382,o), +(245,347,o), +(179,347,cs), +(60,347,l), +(60,319,l), +(183,319,ls), +(264,319,o), +(316,367,o), +(316,441,cs), +(316,517,o), +(264,562,o), +(184,562,cs), +(37,562,l), +(37,165,l) +); +} +); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; @@ -213,40 +287,40 @@ type = Stem; } ); }; -width = 365; +width = 351; }, { anchors = ( { name = _center; -pos = (204,365); +pos = (194,365); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(179,167,l), -(179,471,l), -(209,471,ls), -(242,471,o), -(271,466,o), -(271,426,cs), -(271,382,o), -(242,378,o), -(209,378,cs), -(163,378,l), -(163,293,l), -(244,293,ls), -(361,293,o), -(410,349,o), -(410,429,cs), -(410,515,o), -(355,564,o), -(244,564,cs), -(40,564,l), -(40,167,l) +(172,167,l), +(172,471,l), +(197,471,ls), +(227,471,o), +(253,466,o), +(253,426,cs), +(253,382,o), +(227,378,o), +(197,378,cs), +(156,378,l), +(156,293,l), +(232,293,ls), +(345,293,o), +(391,349,o), +(391,429,cs), +(391,515,o), +(339,564,o), +(232,564,cs), +(35,564,l), +(35,167,l) ); } ); @@ -254,81 +328,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; }; -width = 450; -}, -{ -anchors = ( -{ -name = _center; -pos = (176,363); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,165,l), -(76,532,l), -(227,532,ls), -(298,532,o), -(337,498,o), -(337,440,cs), -(337,384,o), -(297,349,o), -(227,349,cs), -(68,349,l), -(68,319,l), -(230,319,ls), -(316,319,o), -(372,364,o), -(372,441,cs), -(372,517,o), -(319,562,o), -(230,562,cs), -(40,562,l), -(40,165,l) -); -} -); -width = 412; -}, -{ -anchors = ( -{ -name = _center; -pos = (218,364); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,167,l), -(196,463,l), -(239,463,ls), -(279,463,o), -(299,455,o), -(299,425,cs), -(299,403,o), -(289,387,o), -(239,387,cs), -(180,387,l), -(180,297,l), -(271,297,ls), -(392,297,o), -(455,340,o), -(455,430,cs), -(455,516,o), -(399,564,o), -(271,564,cs), -(40,564,l), -(40,167,l) -); -} -); -width = 495; +width = 426; }, { anchors = ( @@ -371,7 +371,7 @@ width = 296; anchors = ( { name = _center; -pos = (228,366); +pos = (236,366); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -379,30 +379,30 @@ shapes = ( { closed = 1; nodes = ( -(226,132,l), -(226,514,l), -(244,514,ls), -(268,514,o), -(280,496,o), -(280,442,cs), -(280,393,o), -(272,367,o), -(244,367,cs), -(216,367,l), -(216,279,l), -(248,279,ls), -(351,279,o), -(399,334,o), -(399,440,cs), -(399,546,o), -(351,601,o), -(248,601,cs), -(108,601,l), -(108,132,l) -); -} -); -width = 410; +(234,132,l), +(234,514,l), +(252,514,ls), +(276,514,o), +(288,496,o), +(288,442,cs), +(288,393,o), +(280,367,o), +(252,367,cs), +(224,367,l), +(224,279,l), +(256,279,ls), +(359,279,o), +(407,334,o), +(407,440,cs), +(407,546,o), +(359,601,o), +(256,601,cs), +(116,601,l), +(116,132,l) +); +} +); +width = 426; }, { anchors = ( @@ -519,7 +519,7 @@ width = 440; anchors = ( { name = _center; -pos = (278,364); +pos = (284,364); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -527,30 +527,580 @@ shapes = ( { closed = 1; nodes = ( -(256,167,l), -(256,463,l), -(299,463,ls), -(339,463,o), -(359,455,o), -(359,425,cs), -(359,403,o), -(349,387,o), -(299,387,cs), -(240,387,l), -(240,297,l), -(331,297,ls), -(452,297,o), -(515,340,o), -(515,430,cs), -(515,516,o), -(459,564,o), -(331,564,cs), -(100,564,l), -(100,167,l) +(262,167,l), +(262,463,l), +(305,463,ls), +(345,463,o), +(365,455,o), +(365,425,cs), +(365,403,o), +(355,387,o), +(305,387,cs), +(246,387,l), +(246,297,l), +(337,297,ls), +(458,297,o), +(521,340,o), +(521,430,cs), +(521,516,o), +(465,564,o), +(337,564,cs), +(106,564,l), +(106,167,l) +); +} +); +width = 538; +}, +{ +anchors = ( +{ +name = _center; +pos = (86,365); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(50,160,l), +(50,546,l), +(97,546,ls), +(147,546,o), +(176,515,o), +(176,450,cs), +(176,386,o), +(146,357,o), +(97,357,cs), +(42,357,l), +(42,330,l), +(98,330,ls), +(173,330,o), +(207,378,o), +(207,450,cs), +(207,524,o), +(172,571,o), +(98,571,cs), +(20,571,l), +(20,160,l) +); +} +); +width = 227; +}, +{ +anchors = ( +{ +name = _center; +pos = (150,366); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,132,l), +(148,514,l), +(166,514,ls), +(190,514,o), +(202,496,o), +(202,442,cs), +(202,393,o), +(194,367,o), +(166,367,cs), +(138,367,l), +(138,279,l), +(170,279,ls), +(273,279,o), +(321,334,o), +(321,440,cs), +(321,546,o), +(273,601,o), +(170,601,cs), +(30,601,l), +(30,132,l) +); +} +); +width = 351; +}, +{ +anchors = ( +{ +name = _center; +pos = (122,363); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(52,165,l), +(52,532,l), +(166,532,ls), +(231,532,o), +(271,499,o), +(271,440,cs), +(271,382,o), +(232,347,o), +(166,347,cs), +(45,347,l), +(45,319,l), +(170,319,ls), +(253,319,o), +(305,367,o), +(305,441,cs), +(305,517,o), +(253,562,o), +(171,562,cs), +(20,562,l), +(20,165,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +1, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +4 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 325; +}, +{ +anchors = ( +{ +name = _center; +pos = (183,365); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,167,l), +(158,471,l), +(188,471,ls), +(221,471,o), +(250,466,o), +(250,426,cs), +(250,382,o), +(221,378,o), +(188,378,cs), +(142,378,l), +(142,293,l), +(223,293,ls), +(340,293,o), +(389,349,o), +(389,429,cs), +(389,515,o), +(334,564,o), +(223,564,cs), +(19,564,l), +(19,167,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +}; +width = 408; +}, +{ +anchors = ( +{ +name = _center; +pos = (166,363); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,165,l), +(66,532,l), +(217,532,ls), +(288,532,o), +(327,498,o), +(327,440,cs), +(327,384,o), +(287,349,o), +(217,349,cs), +(58,349,l), +(58,319,l), +(220,319,ls), +(306,319,o), +(362,364,o), +(362,441,cs), +(362,517,o), +(309,562,o), +(220,562,cs), +(30,562,l), +(30,165,l) +); +} +); +width = 392; +}, +{ +anchors = ( +{ +name = _center; +pos = (208,364); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(186,167,l), +(186,463,l), +(229,463,ls), +(269,463,o), +(289,455,o), +(289,425,cs), +(289,403,o), +(279,387,o), +(229,387,cs), +(170,387,l), +(170,297,l), +(261,297,ls), +(382,297,o), +(445,340,o), +(445,430,cs), +(445,516,o), +(389,564,o), +(261,564,cs), +(30,564,l), +(30,167,l) +); +} +); +width = 475; +}, +{ +anchors = ( +{ +name = _center; +pos = (148,365); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(112,160,l), +(112,546,l), +(159,546,ls), +(209,546,o), +(238,515,o), +(238,450,cs), +(238,386,o), +(208,357,o), +(159,357,cs), +(104,357,l), +(104,330,l), +(160,330,ls), +(235,330,o), +(269,378,o), +(269,450,cs), +(269,524,o), +(234,571,o), +(160,571,cs), +(82,571,l), +(82,160,l) +); +} +); +width = 250; +}, +{ +anchors = ( +{ +name = _center; +pos = (217,366); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,132,l), +(215,514,l), +(233,514,ls), +(257,514,o), +(269,496,o), +(269,442,cs), +(269,393,o), +(261,367,o), +(233,367,cs), +(205,367,l), +(205,279,l), +(237,279,ls), +(340,279,o), +(388,334,o), +(388,440,cs), +(388,546,o), +(340,601,o), +(237,601,cs), +(97,601,l), +(97,132,l) +); +} +); +width = 388; +}, +{ +anchors = ( +{ +name = _center; +pos = (181,363); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(111,165,l), +(111,532,l), +(225,532,ls), +(290,532,o), +(330,499,o), +(330,440,cs), +(330,382,o), +(291,347,o), +(225,347,cs), +(104,347,l), +(104,319,l), +(229,319,ls), +(312,319,o), +(364,367,o), +(364,441,cs), +(364,517,o), +(312,562,o), +(230,562,cs), +(79,562,l), +(79,165,l) +); +} +); +width = 345; +}, +{ +anchors = ( +{ +name = _center; +pos = (235,365); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(210,167,l), +(210,471,l), +(240,471,ls), +(273,471,o), +(302,466,o), +(302,426,cs), +(302,382,o), +(273,378,o), +(240,378,cs), +(194,378,l), +(194,293,l), +(275,293,ls), +(392,293,o), +(441,349,o), +(441,429,cs), +(441,515,o), +(386,564,o), +(275,564,cs), +(71,564,l), +(71,167,l) +); +} +); +width = 423; +}, +{ +anchors = ( +{ +name = _center; +pos = (229,363); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,165,l), +(129,532,l), +(280,532,ls), +(351,532,o), +(390,498,o), +(390,440,cs), +(390,384,o), +(350,349,o), +(280,349,cs), +(121,349,l), +(121,319,l), +(283,319,ls), +(369,319,o), +(425,364,o), +(425,441,cs), +(425,517,o), +(372,562,o), +(283,562,cs), +(93,562,l), +(93,165,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _center; +pos = (263,364); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(241,167,l), +(241,463,l), +(284,463,ls), +(324,463,o), +(344,455,o), +(344,425,cs), +(344,403,o), +(334,387,o), +(284,387,cs), +(225,387,l), +(225,297,l), +(316,297,ls), +(437,297,o), +(500,340,o), +(500,430,cs), +(500,516,o), +(444,564,o), +(316,564,cs), +(85,564,l), +(85,167,l) ); } ); -width = 526; +width = 496; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/_slash.equal.glyph b/sources/MonaSans.glyphspackage/glyphs/_slash.equal.glyph index f47453a4..c2543766 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_slash.equal.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_slash.equal.glyph @@ -27,7 +27,7 @@ width = 387; anchors = ( { name = _center; -pos = (239,365); +pos = (247,365); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -35,14 +35,14 @@ shapes = ( { closed = 1; nodes = ( -(162,0,l), -(437,729,l), -(317,729,l), -(40,0,l) +(170,0,l), +(445,729,l), +(325,729,l), +(48,0,l) ); } ); -width = 477; +width = 493; }, { anchors = ( @@ -51,7 +51,7 @@ name = _center; pos = (227,365); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; @@ -69,64 +69,64 @@ width = 452; anchors = ( { name = _center; -pos = (269,365); +pos = (275,365); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(162,0,l), -(497,729,l), -(377,729,l), -(40,0,l) +(168,0,l), +(503,729,l), +(383,729,l), +(46,0,l) ); } ); -width = 537; +width = 549; }, { anchors = ( { name = _center; -pos = (227,365); +pos = (220,365); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(77,0,l), -(412,729,l), -(377,729,l), -(40,0,l) +(72,0,l), +(401,729,l), +(366,729,l), +(37,0,l) ); } ); -width = 452; +width = 438; }, { anchors = ( { name = _center; -pos = (269,365); +pos = (256,365); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(162,0,l), -(497,729,l), -(377,729,l), -(40,0,l) +(155,0,l), +(477,729,l), +(358,729,l), +(35,0,l) ); } ); -width = 537; +width = 512; }, { anchors = ( @@ -153,7 +153,7 @@ width = 386; anchors = ( { name = _center; -pos = (258,365); +pos = (266,365); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -161,14 +161,14 @@ shapes = ( { closed = 1; nodes = ( -(106,0,l), -(531,729,l), -(411,729,l), -(-16,0,l) +(114,0,l), +(539,729,l), +(419,729,l), +(-8,0,l) ); } ); -width = 476; +width = 492; }, { anchors = ( @@ -237,7 +237,7 @@ width = 451; anchors = ( { name = _center; -pos = (288,365); +pos = (294,365); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -245,14 +245,266 @@ shapes = ( { closed = 1; nodes = ( -(106,0,l), -(591,729,l), -(471,729,l), -(-16,0,l) +(112,0,l), +(597,729,l), +(477,729,l), +(-10,0,l) ); } ); -width = 536; +width = 548; +}, +{ +anchors = ( +{ +name = _center; +pos = (174,365); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(52,0,l), +(327,729,l), +(297,729,l), +(20,0,l) +); +} +); +width = 347; +}, +{ +anchors = ( +{ +name = _center; +pos = (229,365); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(152,0,l), +(427,729,l), +(307,729,l), +(30,0,l) +); +} +); +width = 457; +}, +{ +anchors = ( +{ +name = _center; +pos = (207,365); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(57,0,l), +(392,729,l), +(357,729,l), +(20,0,l) +); +} +); +width = 412; +}, +{ +anchors = ( +{ +name = _center; +pos = (248,365); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(141,0,l), +(476,729,l), +(356,729,l), +(19,0,l) +); +} +); +width = 495; +}, +{ +anchors = ( +{ +name = _center; +pos = (217,365); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(67,0,l), +(402,729,l), +(367,729,l), +(30,0,l) +); +} +); +width = 432; +}, +{ +anchors = ( +{ +name = _center; +pos = (259,365); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(152,0,l), +(487,729,l), +(367,729,l), +(30,0,l) +); +} +); +width = 517; +}, +{ +anchors = ( +{ +name = _center; +pos = (193,365); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-4,0,l), +(421,729,l), +(391,729,l), +(-36,0,l) +); +} +); +width = 340; +}, +{ +anchors = ( +{ +name = _center; +pos = (247,365); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(520,729,l), +(400,729,l), +(-27,0,l) +); +} +); +width = 454; +}, +{ +anchors = ( +{ +name = _center; +pos = (224,365); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-1,0,l), +(484,729,l), +(449,729,l), +(-38,0,l) +); +} +); +width = 403; +}, +{ +anchors = ( +{ +name = _center; +pos = (259,365); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(77,0,l), +(562,729,l), +(442,729,l), +(-45,0,l) +); +} +); +width = 478; +}, +{ +anchors = ( +{ +name = _center; +pos = (238,365); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(13,0,l), +(498,729,l), +(463,729,l), +(-24,0,l) +); +} +); +width = 431; +}, +{ +anchors = ( +{ +name = _center; +pos = (273,365); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(91,0,l), +(576,729,l), +(456,729,l), +(-31,0,l) +); +} +); +width = 506; } ); metricLeft = "=40"; diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_tail-diagonal.Q_.glyph b/sources/MonaSans.glyphspackage/glyphs/_tail-diagonal.Q_.glyph similarity index 62% rename from sources/MonaSansDisplay.glyphspackage/glyphs/_tail-diagonal.Q_.glyph rename to sources/MonaSans.glyphspackage/glyphs/_tail-diagonal.Q_.glyph index a20c552d..6f090e5e 100644 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_tail-diagonal.Q_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_tail-diagonal.Q_.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = _ogonek; -pos = (451,10); +pos = (459,10); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -14,15 +14,15 @@ shapes = ( { closed = 1; nodes = ( -(234,0,l), -(504,0,l), -(510,137,l), -(485,137,l), -(234,92,l) +(242,0,l), +(512,0,l), +(518,137,l), +(493,137,l), +(242,92,l) ); } ); -width = 521; +width = 537; }, { anchors = ( @@ -72,7 +72,7 @@ width = 442; anchors = ( { name = _ogonek; -pos = (449,0); +pos = (455,0); } ); layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; @@ -80,15 +80,191 @@ shapes = ( { closed = 1; nodes = ( -(0,209,l), -(438,-67,l), -(525,67,l), -(349,179,l), -(86,344,l) +(6,209,l), +(444,-67,l), +(531,67,l), +(355,179,l), +(92,344,l) ); } ); -width = 525; +width = 537; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (326,0); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(-4,169,l), +(390,-49,l), +(407,-17,l), +(295,43,l), +(12,202,l) +); +} +); +width = 402; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (339,10); +} +); +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(-37,218,l), +(332,-61,l), +(429,66,l), +(287,173,l), +(58,345,l) +); +} +); +width = 409; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (330,10); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,0,l), +(368,0,l), +(374,28,l), +(323,28,l), +(196,22,l) +); +} +); +width = 434; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (407,10); +} +); +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(189,0,l), +(459,0,l), +(493,137,l), +(468,137,l), +(208,92,l) +); +} +); +width = 539; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (625,10); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(352,0,l), +(723,0,l), +(731,34,l), +(605,34,l), +(357,23,l) +); +} +); +width = 807; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (653,10); +} +); +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(357,0,l), +(784,0,l), +(816,155,l), +(766,155,l), +(371,78,l) +); +} +); +width = 858; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (709,10); +} +); +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(393,-9,l), +(821,-9,l), +(829,25,l), +(714,25,l), +(399,19,l) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (751,10); +} +); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(405,0,l), +(902,0,l), +(936,168,l), +(907,168,l), +(480,141,l) +); +} +); +width = 967; }, { anchors = ( @@ -97,7 +273,7 @@ name = _ogonek; pos = (246,10); } ); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { closed = 1; @@ -119,7 +295,7 @@ name = _ogonek; pos = (444,10); } ); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; @@ -141,7 +317,7 @@ name = _ogonek; pos = (348,10); } ); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; @@ -163,7 +339,7 @@ name = _ogonek; pos = (324,10); } ); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; @@ -185,7 +361,7 @@ name = _ogonek; pos = (337,10); } ); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; @@ -207,7 +383,7 @@ name = _ogonek; pos = (356,0); } ); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; @@ -226,177 +402,133 @@ width = 446; anchors = ( { name = _ogonek; -pos = (326,0); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(-4,169,l), -(390,-49,l), -(407,-17,l), -(295,43,l), -(12,202,l) -); -} -); -width = 402; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (339,10); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(-37,218,l), -(332,-61,l), -(429,66,l), -(287,173,l), -(58,345,l) -); -} -); -width = 409; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (330,10); +pos = (307,10); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(196,0,l), -(368,0,l), -(374,28,l), -(323,28,l), -(196,22,l) +(173,0,l), +(345,0,l), +(351,28,l), +(300,28,l), +(173,22,l) ); } ); -width = 434; +width = 388; }, { anchors = ( { name = _ogonek; -pos = (399,10); +pos = (388,10); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(181,0,l), -(451,0,l), -(485,137,l), -(460,137,l), -(200,92,l) +(170,0,l), +(440,0,l), +(474,137,l), +(449,137,l), +(189,92,l) ); } ); -width = 523; +width = 501; }, { anchors = ( { name = _ogonek; -pos = (625,10); +pos = (601,10); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(352,0,l), -(723,0,l), -(731,34,l), -(605,34,l), -(357,23,l) +(328,0,l), +(699,0,l), +(707,34,l), +(581,34,l), +(333,23,l) ); } ); -width = 807; +width = 759; }, { anchors = ( { name = _ogonek; -pos = (653,10); +pos = (624,10); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(357,0,l), -(784,0,l), -(816,155,l), -(766,155,l), -(371,78,l) +(328,0,l), +(755,0,l), +(787,155,l), +(737,155,l), +(342,78,l) ); } ); -width = 858; +width = 800; }, { anchors = ( { name = _ogonek; -pos = (709,10); +pos = (699,10); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(393,-9,l), -(821,-9,l), -(829,25,l), -(714,25,l), -(399,19,l) +(383,-9,l), +(811,-9,l), +(819,25,l), +(704,25,l), +(389,19,l) ); } ); -width = 892; +width = 872; }, { anchors = ( { name = _ogonek; -pos = (745,10); +pos = (730,10); } ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(399,0,l), -(896,0,l), -(930,168,l), -(901,168,l), -(474,141,l) +(384,0,l), +(881,0,l), +(915,168,l), +(886,168,l), +(459,141,l) ); } ); -width = 955; +width = 925; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/_tail.Q_.glyph b/sources/MonaSans.glyphspackage/glyphs/_tail.Q_.glyph index 1abde87a..c8ef37bf 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_tail.Q_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_tail.Q_.glyph @@ -28,11 +28,11 @@ shapes = ( { closed = 1; nodes = ( -(37,0,l), -(239,0,l), -(239,28,l), -(188,28,l), -(37,16,l) +(37,-10,l), +(229,0,l), +(229,28,l), +(156,23,l), +(37,6,l) ); } ); @@ -42,7 +42,7 @@ width = 189; anchors = ( { name = _bottom; -pos = (84,0); +pos = (92,0); } ); background = { @@ -70,15 +70,15 @@ shapes = ( { closed = 1; nodes = ( -(71,0,l), -(341,0,l), -(347,137,l), -(322,137,l), -(71,92,l) +(79,-9,l), +(349,0,l), +(355,137,l), +(330,137,l), +(79,83,l) ); } ); -width = 290; +width = 306; }, { anchors = ( @@ -98,6 +98,90 @@ shapes = ( { closed = 1; nodes = ( +(313,-167,l), +(313,-128,l), +(102,3,l), +(45,3,l), +(306,-167,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(37,-7,l), +(465,0,l), +(465,34,l), +(350,33,l), +(37,21,l) +); +} +); +width = 237; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (77,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (315,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(641,-178,l), +(641,-14,l), +(456,38,l), +(173,38,l), +(608,-178,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(77,-9,l), +(553,0,l), +(553,168,l), +(524,168,l), +(123,132,l) +); +} +); +width = 612; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (34,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (45,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( (308,-167,l), (308,-127,l), (107,2,l), @@ -107,16 +191,142 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(37,0,l), -(408,0,l), -(408,34,l), -(282,34,l), -(37,23,l) +(34,-8,l), +(397,0,l), +(397,34,l), +(273,29,l), +(34,15,l) +); +} +); +width = 341; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (65,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (158,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(454,-177,l), +(454,-4,l), +(270,28,l), +(45,28,l), +(422,-177,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(65,-10,l), +(478,0,l), +(478,155,l), +(433,153,l), +(63,68,l) +); +} +); +width = 474; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (34,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (6,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(128,-166,l), +(136,-137,l), +(18,11,l), +(-11,11,l), +(123,-166,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(44,-9,l), +(223,0,l), +(229,28,l), +(178,26,l), +(44,13,l) +); +} +); +width = 263; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (78,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (46,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(200,-176,l), +(229,-34,l), +(127,25,l), +(-9,8,l), +(176,-176,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(84,-10,l), +(335,0,l), +(369,137,l), +(344,137,l), +(103,82,l) ); } ); @@ -126,7 +336,295 @@ width = 353; anchors = ( { name = _bottom; -pos = (71,0); +pos = (33,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (6,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(212,-167,l), +(219,-132,l), +(43,-1,l), +(-9,-1,l), +(204,-167,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(33,-10,l), +(404,0,l), +(412,35,l), +(286,31,l), +(38,13,l) +); +} +); +width = 345; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (55,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (30,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(336,-8,l), +(158,28,l), +(-11,2,l), +(278,-181,l), +(300,-182,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,-9,l), +(482,0,l), +(514,155,l), +(464,154,l), +(74,69,l) +); +} +); +width = 255; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (33,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (17,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(245,-167,l), +(252,-131,l), +(45,4,l), +(-9,4,l), +(238,-167,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(33,-1,l), +(461,0,l), +(469,34,l), +(354,34,l), +(39,27,l) +); +} +); +width = 226; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (60,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (42,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(397,-15,l), +(222,37,l), +(-11,0,l), +(345,-178,l), +(359,-179,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,-10,l), +(557,0,l), +(591,168,l), +(552,168,l), +(135,131,l) +); +} +); +width = 402; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (17,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(166,-136,l), +(166,-100,l), +(60,4,l), +(23,4,l), +(159,-136,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(17,-10,l), +(198,0,l), +(198,28,l), +(148,25,l), +(17,9,l) +); +} +); +width = 151; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (74,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (84,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(275,-176,l), +(275,-33,l), +(153,28,l), +(15,28,l), +(261,-176,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(67,-10,l), +(324,0,l), +(324,137,l), +(289,136,l), +(67,99,l) +); +} +); +width = 275; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (17,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (45,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(308,-167,l), +(308,-127,l), +(107,2,l), +(45,2,l), +(301,-167,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(17,-8,l), +(388,0,l), +(388,34,l), +(262,31,l), +(17,15,l) +); +} +); +width = 316; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (47,0); } ); background = { @@ -149,26 +647,26 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(71,0,l), -(498,0,l), -(498,155,l), -(448,155,l), -(69,78,l) +(47,-10,l), +(459,0,l), +(459,155,l), +(414,154,l), +(45,108,l) ); } ); -width = 499; +width = 463; }, { anchors = ( { name = _bottom; -pos = (37,0); +pos = (27,0); } ); background = { @@ -191,26 +689,26 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(37,0,l), -(465,0,l), -(465,34,l), -(350,34,l), -(37,28,l) +(27,-9,l), +(455,0,l), +(455,36,l), +(340,34,l), +(27,19,l) ); } ); -width = 237; +width = 222; }, { anchors = ( { name = _bottom; -pos = (71,0); +pos = (61,0); } ); background = { @@ -233,26 +731,26 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(71,0,l), -(547,0,l), -(547,168,l), -(518,168,l), -(117,141,l) +(61,-10,l), +(537,0,l), +(537,168,l), +(477,166,l), +(61,131,l) ); } ); -width = 600; +width = 580; }, { anchors = ( { name = _bottom; -pos = (34,0); +pos = (11,0); } ); background = { @@ -275,26 +773,26 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(64,0,l), -(236,0,l), -(242,28,l), -(191,28,l), -(64,22,l) +(21,-9,l), +(200,0,l), +(206,28,l), +(155,26,l), +(21,13,l) ); } ); -width = 263; +width = 217; }, { anchors = ( { name = _bottom; -pos = (70,0); +pos = (59,0); } ); background = { @@ -317,26 +815,26 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(57,0,l), -(327,0,l), -(361,137,l), -(336,137,l), -(76,92,l) +(65,-10,l), +(316,0,l), +(350,137,l), +(325,137,l), +(84,82,l) ); } ); -width = 337; +width = 315; }, { anchors = ( { name = _bottom; -pos = (33,0); +pos = (9,0); } ); background = { @@ -359,26 +857,26 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(33,0,l), -(404,0,l), -(412,34,l), -(286,34,l), -(38,23,l) +(9,-10,l), +(373,0,l), +(381,35,l), +(262,31,l), +(14,13,l) ); } ); -width = 345; +width = 297; }, { anchors = ( { name = _bottom; -pos = (55,0); +pos = (26,0); } ); background = { @@ -401,26 +899,26 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(55,0,l), -(482,0,l), -(514,155,l), -(464,155,l), -(69,78,l) +(31,-9,l), +(453,0,l), +(485,155,l), +(435,154,l), +(45,69,l) ); } ); -width = 255; +width = 197; }, { anchors = ( { name = _bottom; -pos = (33,0); +pos = (23,0); } ); background = { @@ -443,26 +941,26 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(33,0,l), -(461,0,l), -(469,34,l), -(354,34,l), -(39,28,l) +(23,-1,l), +(451,0,l), +(459,34,l), +(344,34,l), +(29,27,l) ); } ); -width = 226; +width = 206; }, { anchors = ( { name = _bottom; -pos = (54,0); +pos = (39,0); } ); background = { @@ -485,20 +983,20 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(54,0,l), -(551,0,l), -(585,168,l), -(556,168,l), -(129,141,l) +(39,-10,l), +(536,0,l), +(570,168,l), +(531,168,l), +(114,131,l) ); } ); -width = 390; +width = 360; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/_zero.tf.base.glyph b/sources/MonaSans.glyphspackage/glyphs/_zero.tf.base.glyph index d48bbcaa..b79164f3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_zero.tf.base.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_zero.tf.base.glyph @@ -7,7 +7,7 @@ layers = ( anchors = ( { name = center; -pos = (243,374); +pos = (248,370); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -16,45 +16,45 @@ shapes = ( { closed = 1; nodes = ( -(382,-10,o), -(475,80,o), -(475,364,cs), -(475,647,o), -(382,737,o), -(243,737,cs), -(103,737,o), -(10,647,o), -(10,364,cs), -(10,80,o), -(103,-10,o), -(243,-10,cs) +(386,-10,o), +(478,79,o), +(478,360,cs), +(478,640,o), +(386,729,o), +(248,729,cs), +(110,729,o), +(18,640,o), +(18,360,cs), +(18,79,o), +(110,-10,o), +(248,-10,cs) ); }, { closed = 1; nodes = ( -(201,141,o), -(192,196,o), -(192,364,cs), -(192,531,o), -(201,587,o), -(243,587,cs), -(284,587,o), -(293,531,o), -(293,364,cs), -(293,196,o), -(284,141,o), -(243,141,cs) +(207,139,o), +(198,194,o), +(198,360,cs), +(198,525,o), +(207,580,o), +(248,580,cs), +(289,580,o), +(298,525,o), +(298,360,cs), +(298,194,o), +(289,139,o), +(248,139,cs) ); } ); -width = 486; +width = 496; }, { anchors = ( { name = center; -pos = (243,374); +pos = (240,370); } ); layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -63,231 +63,231 @@ shapes = ( { closed = 1; nodes = ( -(363,-10,o), -(403,139,o), -(403,364,cs), -(403,590,o), -(363,738,o), -(243,738,cs), -(122,738,o), -(83,590,o), -(83,364,cs), -(83,139,o), -(122,-10,o), -(243,-10,cs) +(359,-10,o), +(398,137,o), +(398,360,cs), +(398,583,o), +(359,730,o), +(240,730,cs), +(121,730,o), +(82,583,o), +(82,360,cs), +(82,137,o), +(121,-10,o), +(240,-10,cs) ); }, { closed = 1; nodes = ( -(167,19,o), -(115,87,o), -(115,364,cs), -(115,641,o), -(167,709,o), -(243,709,cs), -(320,709,o), -(370,638,o), -(370,364,cs), -(370,90,o), -(320,19,o), -(243,19,cs) +(165,19,o), +(114,86,o), +(114,360,cs), +(114,634,o), +(165,701,o), +(240,701,cs), +(316,701,o), +(366,631,o), +(366,360,cs), +(366,89,o), +(316,19,o), +(240,19,cs) ); } ); -width = 486; +width = 480; }, { anchors = ( { name = center; -pos = (303,374); +pos = (360.5,369.5); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +metricWidth = "=720"; shapes = ( { closed = 1; nodes = ( -(450,-10,o), -(549,118,o), -(549,364,cs), -(549,611,o), -(449,737,o), -(304,737,cs), -(156,737,o), -(58,610,o), -(58,364,cs), -(58,116,o), -(159,-10,o), -(305,-10,cs) +(531,-10,o), +(647,117,o), +(647,360,cs), +(647,604,o), +(529,729,o), +(362,729,cs), +(189,729,o), +(74,603,o), +(74,360,cs), +(74,115,o), +(194,-10,o), +(364,-10,cs) ); }, { closed = 1; nodes = ( -(170,24,o), -(97,151,o), -(97,364,cs), -(97,579,o), -(170,703,o), -(304,703,cs), -(437,703,o), -(511,578,o), -(511,364,cs), -(511,151,o), -(437,24,o), -(304,24,cs) +(201,24,o), +(114,149,o), +(114,360,cs), +(114,572,o), +(203,695,o), +(362,695,cs), +(522,695,o), +(609,570,o), +(609,360,cs), +(609,149,o), +(519,24,o), +(363,24,cs) ); } ); -width = 607; +width = 720; }, { anchors = ( { name = center; -pos = (303,372); +pos = (366,369); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +metricWidth = "=720"; shapes = ( { closed = 1; nodes = ( -(476,-6,o), -(593,127,o), -(593,366,cs), -(593,590,o), -(490,738,o), -(306,738,cs), -(131,738,o), -(14,605,o), -(14,368,cs), -(14,144,o), -(118,-6,o), -(302,-6,cs) +(568,-9,o), +(703,112,o), +(703,360,cs), +(703,581,o), +(594,729,o), +(367,729,cs), +(164,729,o), +(29,609,o), +(29,361,cs), +(29,139,o), +(139,-9,o), +(366,-9,cs) ); }, { closed = 1; nodes = ( -(251,156,o), -(206,183,o), -(206,367,cs), -(206,550,o), -(251,578,o), -(303,578,cs), -(356,578,o), -(401,550,o), -(401,367,cs), -(401,183,o), -(356,156,o), -(303,156,cs) +(299,169,o), +(253,218,o), +(253,360,cs), +(253,484,o), +(287,551,o), +(366,551,cs), +(433,551,o), +(479,502,o), +(479,360,cs), +(479,237,o), +(445,169,o), +(366,169,cs) ); } ); -width = 607; +width = 732; }, { anchors = ( { name = center; -pos = (365,374); +pos = (291,370); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -metricWidth = "=720"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(537,-10,o), -(654,118,o), -(654,364,cs), -(654,611,o), -(535,737,o), -(366,737,cs), -(191,737,o), -(75,610,o), -(75,364,cs), -(75,116,o), -(196,-10,o), -(368,-10,cs) +(434,-10,o), +(530,117,o), +(530,360,cs), +(530,604,o), +(433,729,o), +(292,729,cs), +(149,729,o), +(52,603,o), +(52,360,cs), +(52,115,o), +(151,-10,o), +(293,-10,cs) ); }, { closed = 1; nodes = ( -(203,24,o), -(115,151,o), -(115,364,cs), -(115,579,o), -(205,703,o), -(366,703,cs), -(528,703,o), -(616,577,o), -(616,364,cs), -(616,151,o), -(525,24,o), -(367,24,cs) +(161,24,o), +(91,149,o), +(91,360,cs), +(91,572,o), +(161,695,o), +(292,695,cs), +(421,695,o), +(492,571,o), +(492,360,cs), +(492,149,o), +(421,24,o), +(292,24,cs) ); } ); -width = 728; +width = 582; }, { anchors = ( { name = center; -pos = (364,373); +pos = (287,368); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -metricWidth = "=720"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(568,-9,o), -(705,113,o), -(705,364,cs), -(705,588,o), -(595,737,o), -(365,737,cs), -(160,737,o), -(23,616,o), -(23,365,cs), -(23,141,o), -(135,-9,o), -(364,-9,cs) +(453,-6,o), +(565,126,o), +(565,362,cs), +(565,583,o), +(466,730,o), +(290,730,cs), +(122,730,o), +(9,598,o), +(9,364,cs), +(9,142,o), +(109,-6,o), +(286,-6,cs) ); }, { closed = 1; nodes = ( -(296,171,o), -(250,221,o), -(250,364,cs), -(250,490,o), -(284,557,o), -(364,557,cs), -(432,557,o), -(478,508,o), -(478,364,cs), -(478,240,o), -(444,171,o), -(364,171,cs) +(239,154,o), +(197,182,o), +(197,363,cs), +(197,543,o), +(239,571,o), +(287,571,cs), +(336,571,o), +(377,543,o), +(377,363,cs), +(377,182,o), +(336,154,o), +(287,154,cs) ); } ); -width = 728; +width = 574; }, { anchors = ( { name = center; -pos = (264,373); +pos = (260.67,369); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -296,45 +296,45 @@ shapes = ( { closed = 1; nodes = ( -(309,-9,o), -(374,135,o), -(421,351,cs), -(461,545,o), -(473,737,o), -(330,737,cs), -(218,737,o), -(153,596,o), -(107,379,cs), -(65,179,o), -(56,-9,o), -(197,-9,cs) +(305,-9,o), +(370,133,o), +(416,347,cs), +(456,539,o), +(468,729,o), +(326,729,cs), +(216,729,o), +(151,589,o), +(106,375,cs), +(64,177,o), +(55,-9,o), +(195,-9,cs) ); }, { closed = 1; nodes = ( -(79,29,o), -(104,210,o), -(138,373,cs), -(193,642,o), -(255,708,o), -(326,708,cs), -(447,708,o), -(427,533,o), -(389,355,cs), -(332,77,o), -(267,14,o), -(191,20,cs) +(78,29,o), +(103,208,o), +(136,369,cs), +(191,635,o), +(252,700,o), +(322,700,cs), +(442,700,o), +(422,527,o), +(385,351,cs), +(328,76,o), +(264,14,o), +(189,20,cs) ); } ); -width = 486; +width = 480; }, { anchors = ( { name = center; -pos = (261,374); +pos = (266,370); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -343,45 +343,45 @@ shapes = ( { closed = 1; nodes = ( -(334,-10,o), -(433,79,o), -(489,346,cs), -(535,569,o), -(512,737,o), -(314,737,cs), -(181,737,o), -(86,635,o), -(34,385,cs), -(-14,161,o), -(8,-10,o), -(209,-10,cs) +(338,-10,o), +(436,78,o), +(491,342,cs), +(537,563,o), +(514,729,o), +(318,729,cs), +(187,729,o), +(93,628,o), +(42,381,cs), +(-6,159,o), +(16,-10,o), +(215,-10,cs) ); }, { closed = 1; nodes = ( -(167,142,o), -(183,231,o), -(212,369,cs), -(246,531,o), -(266,586,o), -(303,586,cs), -(356,586,o), -(339,498,o), -(311,361,cs), -(277,199,o), -(257,142,o), -(219,142,cs) +(173,140,o), +(189,228,o), +(218,365,cs), +(251,525,o), +(271,579,o), +(308,579,cs), +(360,579,o), +(343,492,o), +(315,357,cs), +(282,197,o), +(262,140,o), +(225,140,cs) ); } ); -width = 486; +width = 496; }, { anchors = ( { name = center; -pos = (325,374); +pos = (321.502,369.5); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -389,45 +389,45 @@ shapes = ( { closed = 1; nodes = ( -(444,-10,o), -(565,180,o), -(576,482,cs), -(582,646,o), -(506,737,o), -(387,737,cs), -(206,737,o), -(86,546,o), -(75,245,cs), -(69,81,o), -(146,-10,o), -(263,-10,cs) +(439,-10,o), +(559,178,o), +(569,477,cs), +(575,639,o), +(500,729,o), +(383,729,cs), +(204,729,o), +(85,540,o), +(74,242,cs), +(68,80,o), +(144,-10,o), +(260,-10,cs) ); }, { closed = 1; nodes = ( -(158,24,o), -(108,112,o), -(113,246,cs), -(122,523,o), -(229,703,o), -(381,703,cs), -(493,703,o), -(542,614,o), -(538,480,cs), -(528,204,o), -(423,24,o), -(268,24,cs) +(156,24,o), +(107,111,o), +(112,243,cs), +(121,517,o), +(226,695,o), +(377,695,cs), +(487,695,o), +(536,607,o), +(532,475,cs), +(522,202,o), +(418,24,o), +(265,24,cs) ); } ); -width = 607; +width = 600; }, { anchors = ( { name = center; -pos = (322,372); +pos = (318.503,368); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -435,45 +435,45 @@ shapes = ( { closed = 1; nodes = ( -(464,-6,o), -(603,178,o), -(613,455,cs), -(619,626,o), -(536,738,o), -(381,738,cs), -(180,738,o), -(41,555,o), -(31,279,cs), -(25,107,o), -(110,-6,o), -(265,-6,cs) +(459,-6,o), +(596,176,o), +(606,450,cs), +(612,619,o), +(530,730,o), +(377,730,cs), +(178,730,o), +(41,549,o), +(31,276,cs), +(25,106,o), +(109,-6,o), +(262,-6,cs) ); }, { closed = 1; nodes = ( -(242,162,o), -(214,195,o), -(217,278,cs), -(223,445,o), -(283,570,o), -(360,570,cs), -(403,570,o), -(429,537,o), -(427,457,cs), -(421,290,o), -(360,162,o), -(286,162,cs) +(239,160,o), +(212,193,o), +(215,275,cs), +(220,440,o), +(280,564,o), +(356,564,cs), +(398,564,o), +(424,531,o), +(422,452,cs), +(416,287,o), +(356,160,o), +(283,160,cs) ); } ); -width = 607; +width = 600; }, { anchors = ( { name = center; -pos = (385,373); +pos = (381,369); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -482,45 +482,45 @@ shapes = ( { closed = 1; nodes = ( -(537,-9,o), -(681,155,o), -(690,433,cs), -(696,615,o), -(607,737,o), -(440,737,cs), -(233,737,o), -(91,574,o), -(81,295,cs), -(75,113,o), -(164,-9,o), -(331,-9,cs) +(531,-9,o), +(673,153,o), +(682,428,cs), +(688,608,o), +(600,729,o), +(435,729,cs), +(230,729,o), +(90,567,o), +(80,292,cs), +(74,112,o), +(162,-9,o), +(327,-9,cs) ); }, { closed = 1; nodes = ( -(197,25,o), -(120,122,o), -(118,272,cs), -(118,503,o), -(223,703,o), -(436,703,cs), -(584,703,o), -(653,598,o), -(653,432,cs), -(644,189,o), -(527,25,o), -(336,25,cs) +(195,25,o), +(119,121,o), +(117,269,cs), +(117,497,o), +(220,695,o), +(431,695,cs), +(577,695,o), +(646,591,o), +(646,427,cs), +(637,187,o), +(521,25,o), +(332,25,cs) ); } ); -width = 728; +width = 720; }, { anchors = ( { name = center; -pos = (383,370); +pos = (385,366); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -530,38 +530,598 @@ shapes = ( closed = 1; nodes = ( (566,-5,o), -(716,158,o), -(725,407,cs), -(732,603,o), -(621,734,o), -(418,734,cs), -(194,734,o), -(40,563,o), -(40,305,cs), -(40,118,o), -(150,-5,o), -(348,-5,cs) +(714,156,o), +(723,402,cs), +(730,596,o), +(620,726,o), +(419,726,cs), +(198,726,o), +(46,557,o), +(46,302,cs), +(46,117,o), +(154,-5,o), +(350,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(301,176,o), +(262,213,o), +(262,313,cs), +(262,467,o), +(327,550,o), +(411,547,cs), +(469,545,o), +(508,508,o), +(508,408,cs), +(508,254,o), +(443,171,o), +(359,174,cs) +); +} +); +width = 732; +}, +{ +anchors = ( +{ +name = center; +pos = (220,370); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +metricWidth = "=480"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,-10,o), +(378,137,o), +(378,360,cs), +(378,583,o), +(339,730,o), +(220,730,cs), +(101,730,o), +(62,583,o), +(62,360,cs), +(62,137,o), +(101,-10,o), +(220,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(145,19,o), +(94,86,o), +(94,360,cs), +(94,634,o), +(145,701,o), +(220,701,cs), +(296,701,o), +(346,631,o), +(346,360,cs), +(346,89,o), +(296,19,o), +(220,19,cs) +); +} +); +width = 440; +}, +{ +anchors = ( +{ +name = center; +pos = (233,370); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +metricWidth = "=480"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,-10,o), +(463,80,o), +(463,364,cs), +(463,647,o), +(371,737,o), +(233,737,cs), +(95,737,o), +(3,647,o), +(3,364,cs), +(3,80,o), +(95,-10,o), +(233,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(198,145,o), +(190,200,o), +(190,364,cs), +(190,527,o), +(198,581,o), +(233,581,cs), +(269,581,o), +(277,527,o), +(277,364,cs), +(277,200,o), +(269,145,o), +(233,145,cs) +); +} +); +width = 466; +}, +{ +anchors = ( +{ +name = center; +pos = (280,370); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(425,-10,o), +(523,117,o), +(523,360,cs), +(523,604,o), +(424,729,o), +(281,729,cs), +(134,729,o), +(37,603,o), +(37,360,cs), +(37,115,o), +(137,-10,o), +(282,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(148,24,o), +(76,149,o), +(76,360,cs), +(76,572,o), +(148,695,o), +(281,695,cs), +(412,695,o), +(485,571,o), +(485,360,cs), +(485,149,o), +(412,24,o), +(281,24,cs) +); +} +); +width = 560; +}, +{ +anchors = ( +{ +name = center; +pos = (283,368); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(454,-6,o), +(569,126,o), +(569,362,cs), +(569,583,o), +(467,730,o), +(286,730,cs), +(113,730,o), +(-3,598,o), +(-3,364,cs), +(-3,142,o), +(100,-6,o), +(282,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(231,154,o), +(187,181,o), +(187,363,cs), +(187,544,o), +(231,571,o), +(283,571,cs), +(335,571,o), +(379,544,o), +(379,363,cs), +(379,181,o), +(335,154,o), +(283,154,cs) +); +} +); +width = 566; +}, +{ +anchors = ( +{ +name = center; +pos = (351,370); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +metricWidth = "=720"; +shapes = ( +{ +closed = 1; +nodes = ( +(521,-10,o), +(637,117,o), +(637,360,cs), +(637,604,o), +(519,729,o), +(352,729,cs), +(179,729,o), +(64,603,o), +(64,360,cs), +(64,115,o), +(184,-10,o), +(354,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(191,24,o), +(104,149,o), +(104,360,cs), +(104,572,o), +(193,695,o), +(352,695,cs), +(512,695,o), +(599,570,o), +(599,360,cs), +(599,149,o), +(509,24,o), +(353,24,cs) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = center; +pos = (350,369); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +metricWidth = "=720"; +shapes = ( +{ +closed = 1; +nodes = ( +(552,-9,o), +(687,112,o), +(687,360,cs), +(687,581,o), +(578,729,o), +(351,729,cs), +(148,729,o), +(13,609,o), +(13,361,cs), +(13,139,o), +(123,-9,o), +(350,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,169,o), +(237,218,o), +(237,360,cs), +(237,484,o), +(271,551,o), +(350,551,cs), +(417,551,o), +(463,502,o), +(463,360,cs), +(463,237,o), +(429,169,o), +(350,169,cs) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = center; +pos = (238,369); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +metricWidth = "=480"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,-9,o), +(347,133,o), +(393,347,cs), +(433,539,o), +(445,729,o), +(303,729,cs), +(193,729,o), +(128,589,o), +(83,375,cs), +(41,177,o), +(32,-9,o), +(172,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(55,29,o), +(80,208,o), +(113,369,cs), +(168,635,o), +(229,700,o), +(299,700,cs), +(419,700,o), +(399,527,o), +(362,351,cs), +(305,76,o), +(241,14,o), +(166,20,cs) +); +} +); +width = 434; +}, +{ +anchors = ( +{ +name = center; +pos = (247,370); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +metricWidth = "=480"; +shapes = ( +{ +closed = 1; +nodes = ( +(319,-10,o), +(417,78,o), +(472,342,cs), +(518,563,o), +(495,729,o), +(299,729,cs), +(168,729,o), +(74,628,o), +(23,381,cs), +(-25,159,o), +(-3,-10,o), +(196,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(154,140,o), +(170,228,o), +(199,365,cs), +(232,525,o), +(252,579,o), +(289,579,cs), +(341,579,o), +(324,492,o), +(296,357,cs), +(263,197,o), +(243,140,o), +(206,140,cs) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = center; +pos = (298,370); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(415,-10,o), +(535,178,o), +(545,477,cs), +(551,639,o), +(476,729,o), +(359,729,cs), +(180,729,o), +(61,540,o), +(50,242,cs), +(44,80,o), +(120,-10,o), +(236,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(132,24,o), +(83,111,o), +(88,243,cs), +(97,517,o), +(202,695,o), +(353,695,cs), +(463,695,o), +(512,607,o), +(508,475,cs), +(498,202,o), +(394,24,o), +(241,24,cs) +); +} +); +width = 552; +}, +{ +anchors = ( +{ +name = center; +pos = (290,368); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,-6,o), +(567,176,o), +(577,450,cs), +(583,619,o), +(501,730,o), +(348,730,cs), +(149,730,o), +(12,549,o), +(2,276,cs), +(-4,106,o), +(80,-6,o), +(233,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(210,160,o), +(183,193,o), +(186,275,cs), +(191,440,o), +(251,564,o), +(327,564,cs), +(369,564,o), +(395,531,o), +(393,452,cs), +(387,287,o), +(327,160,o), +(254,160,cs) +); +} +); +width = 542; +}, +{ +anchors = ( +{ +name = center; +pos = (371,369); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +metricWidth = "=720"; +shapes = ( +{ +closed = 1; +nodes = ( +(521,-9,o), +(663,153,o), +(672,428,cs), +(678,608,o), +(590,729,o), +(425,729,cs), +(220,729,o), +(80,567,o), +(70,292,cs), +(64,112,o), +(152,-9,o), +(317,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(185,25,o), +(109,121,o), +(107,269,cs), +(107,497,o), +(210,695,o), +(421,695,cs), +(567,695,o), +(636,591,o), +(636,427,cs), +(627,187,o), +(511,25,o), +(322,25,cs) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = center; +pos = (364,366); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +metricWidth = "=720"; +shapes = ( +{ +closed = 1; +nodes = ( +(545,-5,o), +(693,156,o), +(702,402,cs), +(709,596,o), +(599,726,o), +(398,726,cs), +(177,726,o), +(25,557,o), +(25,302,cs), +(25,117,o), +(133,-5,o), +(329,-5,cs) ); }, { closed = 1; nodes = ( -(298,178,o), -(259,215,o), -(259,317,cs), -(259,472,o), -(325,556,o), -(410,553,cs), -(468,551,o), -(508,514,o), -(508,413,cs), -(508,257,o), -(442,173,o), -(357,176,cs) +(280,176,o), +(241,213,o), +(241,313,cs), +(241,467,o), +(306,550,o), +(390,547,cs), +(448,545,o), +(487,508,o), +(487,408,cs), +(487,254,o), +(422,171,o), +(338,174,cs) ); } ); -width = 728; +width = 690; } ); metricWidth = "=600"; diff --git a/sources/MonaSans.glyphspackage/glyphs/_zero.tf.slash.glyph b/sources/MonaSans.glyphspackage/glyphs/_zero.tf.slash.glyph index 147004ab..e6895ec2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_zero.tf.slash.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_zero.tf.slash.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = _center; -pos = (157,370); +pos = (165,370); } ); background = { @@ -61,14 +61,14 @@ shapes = ( { closed = 1; nodes = ( -(275,382,l), -(275,501,l), -(40,337,l), -(40,219,l) +(283,382,l), +(283,501,l), +(48,337,l), +(48,219,l) ); } ); -width = 315; +width = 331; }, { anchors = ( @@ -95,18 +95,60 @@ width = 353; anchors = ( { name = _center; -pos = (259,370); +pos = (280,370); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(521,520,l), +(521,557,l), +(40,199,l), +(40,163,l) +); +} +); +width = 561; +}, +{ +anchors = ( +{ +name = _center; +pos = (180,369); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(316,386,l), +(316,526,l), +(46,334,l), +(46,194,l) +); } ); -layerId = master01; +width = 362; +}, +{ +anchors = ( +{ +name = _center; +pos = (250,370); +} +); +layerId = m019; shapes = ( { closed = 1; nodes = ( -(479,494,l), -(479,531,l), -(40,224,l), -(40,188,l) +(466,494,l), +(466,531,l), +(37,224,l), +(37,188,l) ); } ); @@ -170,13 +212,13 @@ type = Stem; } ); }; -width = 519; +width = 503; }, { anchors = ( { name = _center; -pos = (169,368); +pos = (156,368); } ); background = { @@ -226,61 +268,19 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(299,386,l), -(299,517,l), -(40,337,l), -(40,207,l) +(279,386,l), +(279,517,l), +(35,337,l), +(35,207,l) ); } ); -width = 339; -}, -{ -anchors = ( -{ -name = _center; -pos = (280,370); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(521,520,l), -(521,557,l), -(40,199,l), -(40,163,l) -); -} -); -width = 561; -}, -{ -anchors = ( -{ -name = _center; -pos = (174,369); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(310,386,l), -(310,526,l), -(40,334,l), -(40,194,l) -); -} -); -width = 350; +width = 314; }, { anchors = ( @@ -307,7 +307,7 @@ width = 343; anchors = ( { name = _center; -pos = (120,370); +pos = (128,370); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -315,14 +315,14 @@ shapes = ( { closed = 1; nodes = ( -(179,333,l), -(202,449,l), -(64,386,l), -(40,270,l) +(187,333,l), +(210,449,l), +(72,386,l), +(48,270,l) ); } ); -width = 206; +width = 222; }, { anchors = ( @@ -391,7 +391,7 @@ width = 576; anchors = ( { name = _center; -pos = (200,366); +pos = (206,366); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -399,14 +399,420 @@ shapes = ( { closed = 1; nodes = ( -(341,386,l), -(370,526,l), -(53,334,l), -(24,194,l) +(347,386,l), +(376,526,l), +(59,334,l), +(30,194,l) +); +} +); +width = 369; +}, +{ +anchors = ( +{ +name = _center; +pos = (156,370); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(293,439,l), +(293,472,l), +(20,280,l), +(20,248,l) +); +} +); +width = 313; +}, +{ +anchors = ( +{ +name = _center; +pos = (147,370); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(92,220,l), +(426,405,l), +(374,505,l), +(40,320,l) +); +}, +{ +closed = 1; +nodes = ( +(404,-6,o), +(519,126,o), +(519,362,cs), +(519,583,o), +(417,730,o), +(236,730,cs), +(63,730,o), +(-53,598,o), +(-53,364,cs), +(-53,142,o), +(50,-6,o), +(232,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(186,160,o), +(146,191,o), +(146,371,cs), +(146,480,o), +(156,566,o), +(235,566,cs), +(280,566,o), +(320,539,o), +(320,355,cs), +(320,244,o), +(310,160,o), +(232,160,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(265,382,l), +(265,501,l), +(30,337,l), +(30,219,l) +); +} +); +width = 295; +}, +{ +anchors = ( +{ +name = _center; +pos = (239,370); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(459,494,l), +(459,531,l), +(20,224,l), +(20,188,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 479; +}, +{ +anchors = ( +{ +name = _center; +pos = (148,368); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(93,220,l), +(427,405,l), +(375,505,l), +(41,320,l) +); +}, +{ +closed = 1; +nodes = ( +(405,-6,o), +(520,126,o), +(520,362,cs), +(520,583,o), +(418,730,o), +(237,730,cs), +(64,730,o), +(-52,598,o), +(-52,364,cs), +(-52,142,o), +(51,-6,o), +(233,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(187,160,o), +(147,191,o), +(147,371,cs), +(147,480,o), +(157,566,o), +(236,566,cs), +(281,566,o), +(321,539,o), +(321,355,cs), +(321,244,o), +(311,160,o), +(233,160,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,386,l), +(278,517,l), +(19,337,l), +(19,207,l) +); +} +); +width = 297; +}, +{ +anchors = ( +{ +name = _center; +pos = (270,370); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(511,520,l), +(511,557,l), +(30,199,l), +(30,163,l) +); +} +); +width = 541; +}, +{ +anchors = ( +{ +name = _center; +pos = (164,369); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(300,386,l), +(300,526,l), +(30,334,l), +(30,194,l) +); +} +); +width = 330; +}, +{ +anchors = ( +{ +name = _center; +pos = (169,369); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(311,410,l), +(317,442,l), +(27,308,l), +(21,278,l) +); +} +); +width = 297; +}, +{ +anchors = ( +{ +name = _center; +pos = (109,370); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,333,l), +(191,449,l), +(53,386,l), +(29,270,l) +); +} +); +width = 184; +}, +{ +anchors = ( +{ +name = _center; +pos = (235,370); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(450,443,l), +(452,477,l), +(20,276,l), +(17,243,l) +); +} +); +width = 428; +}, +{ +anchors = ( +{ +name = _center; +pos = (140,368); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(246,352,l), +(258,475,l), +(32,371,l), +(21,250,l) +); +} +); +width = 240; +}, +{ +anchors = ( +{ +name = _center; +pos = (299,369); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(570,472,l), +(567,500,l), +(29,252,l), +(32,221,l) +); +} +); +width = 556; +}, +{ +anchors = ( +{ +name = _center; +pos = (185,366); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(326,386,l), +(355,526,l), +(38,334,l), +(9,194,l) ); } ); -width = 357; +width = 327; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/_zero.tf.slash.ss08.glyph b/sources/MonaSans.glyphspackage/glyphs/_zero.tf.slash.ss08.glyph index 67e50c92..45467c01 100644 --- a/sources/MonaSans.glyphspackage/glyphs/_zero.tf.slash.ss08.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/_zero.tf.slash.ss08.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = _center; -pos = (167,370); +pos = (175,370); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -14,14 +14,14 @@ shapes = ( { closed = 1; nodes = ( -(295,302,l), -(295,418,l), -(40,418,l), -(40,302,l) +(303,302,l), +(303,418,l), +(48,418,l), +(48,302,l) ); } ); -width = 335; +width = 351; }, { anchors = ( @@ -48,21 +48,63 @@ width = 352; anchors = ( { name = _center; -pos = (265,370); +pos = (299,370); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(491,343,l), -(491,376,l), +(559,343,l), +(559,376,l), (40,376,l), (40,343,l) ); } ); +width = 599; +}, +{ +anchors = ( +{ +name = _center; +pos = (212,369); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(379,302,l), +(379,418,l), +(46,418,l), +(46,302,l) +); +} +); +width = 425; +}, +{ +anchors = ( +{ +name = _center; +pos = (256,370); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(478,343,l), +(478,376,l), +(37,376,l), +(37,343,l) +); +} +); userData = { com.schriftgestaltung.hints = ( { @@ -151,70 +193,28 @@ type = Stem; } ); }; -width = 531; -}, -{ -anchors = ( -{ -name = _center; -pos = (211,368); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(383,304,l), -(383,420,l), -(40,420,l), -(40,304,l) -); -} -); -width = 423; -}, -{ -anchors = ( -{ -name = _center; -pos = (299,370); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(559,343,l), -(559,376,l), -(40,376,l), -(40,343,l) -); -} -); -width = 599; +width = 515; }, { anchors = ( { name = _center; -pos = (206,369); +pos = (199,368); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(373,302,l), -(373,418,l), -(40,418,l), -(40,302,l) +(364,304,l), +(364,420,l), +(35,420,l), +(35,304,l) ); } ); -width = 413; +width = 399; }, { anchors = ( @@ -241,7 +241,7 @@ width = 346; anchors = ( { name = _center; -pos = (120,370); +pos = (128,370); } ); background = { @@ -257,14 +257,14 @@ shapes = ( { closed = 1; nodes = ( -(178,302,l), -(201,418,l), -(71,418,l), -(47,302,l) +(186,302,l), +(209,418,l), +(79,418,l), +(55,302,l) ); } ); -width = 211; +width = 227; }, { anchors = ( @@ -333,7 +333,7 @@ width = 616; anchors = ( { name = _center; -pos = (198,366); +pos = (204,366); } ); background = { @@ -388,14 +388,409 @@ shapes = ( { closed = 1; nodes = ( -(325,302,l), -(341,418,l), -(70,418,l), -(54,302,l) +(331,302,l), +(347,418,l), +(76,418,l), +(60,302,l) +); +} +); +width = 371; +}, +{ +anchors = ( +{ +name = _center; +pos = (156,370); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(292,346,l), +(292,375,l), +(20,375,l), +(20,346,l) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = _center; +pos = (157,370); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(285,302,l), +(285,418,l), +(30,418,l), +(30,302,l) +); +} +); +width = 315; +}, +{ +anchors = ( +{ +name = _center; +pos = (245,370); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(471,343,l), +(471,376,l), +(20,376,l), +(20,343,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +2, +11 +); +stem = -2; +target = ( +1, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +2, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +2, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +} +); +}; +width = 491; +}, +{ +anchors = ( +{ +name = _center; +pos = (190,368); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(362,304,l), +(362,420,l), +(19,420,l), +(19,304,l) +); +} +); +width = 381; +}, +{ +anchors = ( +{ +name = _center; +pos = (289,370); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(549,343,l), +(549,376,l), +(30,376,l), +(30,343,l) +); +} +); +width = 579; +}, +{ +anchors = ( +{ +name = _center; +pos = (196,369); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(363,302,l), +(363,418,l), +(30,418,l), +(30,302,l) +); +} +); +width = 393; +}, +{ +anchors = ( +{ +name = _center; +pos = (171,369); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(301,346,l), +(307,375,l), +(41,375,l), +(35,346,l) +); +} +); +width = 300; +}, +{ +anchors = ( +{ +name = _center; +pos = (109,370); +} +); +background = { +shapes = ( +{ +pos = (-149,0); +ref = zero.tf; +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(167,302,l), +(190,418,l), +(60,418,l), +(36,302,l) +); +} +); +width = 189; +}, +{ +anchors = ( +{ +name = _center; +pos = (245,370); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(449,343,l), +(454,376,l), +(40,376,l), +(35,343,l) +); +} +); +width = 448; +}, +{ +anchors = ( +{ +name = _center; +pos = (145,368); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(238,304,l), +(258,420,l), +(42,420,l), +(23,304,l) +); +} +); +width = 242; +}, +{ +anchors = ( +{ +name = _center; +pos = (319,369); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(584,344,l), +(588,377,l), +(55,377,l), +(51,344,l) +); +} +); +width = 596; +}, +{ +anchors = ( +{ +name = _center; +pos = (183,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(16,726,o), +(-132,565,o), +(-141,319,cs), +(-148,125,o), +(-38,-5,o), +(163,-5,cs), +(384,-5,o), +(536,164,o), +(536,419,cs), +(536,604,o), +(428,726,o), +(232,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,547,o), +(320,510,o), +(320,408,cs), +(320,257,o), +(257,174,o), +(175,174,cs), +(115,174,o), +(74,211,o), +(74,313,cs), +(74,464,o), +(137,547,o), +(219,547,cs) +); +}, +{ +closed = 1; +nodes = ( +(70,419,l), +(54,303,l), +(325,303,l), +(341,419,l) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(310,302,l), +(326,418,l), +(55,418,l), +(39,302,l) ); } ); -width = 359; +width = 329; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/a.glyph b/sources/MonaSans.glyphspackage/glyphs/a.glyph index 895dfd42..df989671 100644 --- a/sources/MonaSans.glyphspackage/glyphs/a.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/a.glyph @@ -1,21 +1,21 @@ { glyphname = a; -kernLeft = a; -kernRight = a; +kernLeft = KO_a; +kernRight = KO_a; layers = ( { anchors = ( { name = bottom; -pos = (235,0); +pos = (243,0); }, { name = ogonek; -pos = (443,0); +pos = (451,0); }, { name = top; -pos = (235,541); +pos = (243,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -23,47 +23,47 @@ shapes = ( { closed = 1; nodes = ( -(201,-10,o), -(241,13,o), -(260,64,c), -(267,64,l), -(267,0,l), -(443,0,l), -(443,541,l), -(271,541,l), -(267,477,l), -(260,477,l), -(242,526,o), -(208,551,o), -(156,551,cs), -(74,551,o), -(16,493,o), -(16,271,cs), -(16,97,o), -(46,-10,o), -(156,-10,cs) +(209,-10,o), +(249,13,o), +(268,64,c), +(275,64,l), +(275,0,l), +(451,0,l), +(451,541,l), +(279,541,l), +(275,477,l), +(268,477,l), +(250,526,o), +(216,551,o), +(164,551,cs), +(82,551,o), +(24,493,o), +(24,271,cs), +(24,97,o), +(54,-10,o), +(164,-10,cs) ); }, { closed = 1; nodes = ( -(204,128,o), -(194,160,o), -(194,271,cs), -(194,365,o), -(199,415,o), -(231,415,cs), -(255,415,o), -(267,385,o), -(267,285,cs), -(267,256,ls), -(267,171,o), -(259,128,o), -(231,128,cs) +(212,128,o), +(202,160,o), +(202,271,cs), +(202,365,o), +(207,415,o), +(239,415,cs), +(263,415,o), +(275,385,o), +(275,285,cs), +(275,256,ls), +(275,171,o), +(267,128,o), +(239,128,cs) ); } ); -width = 470; +width = 486; }, { anchors = ( @@ -131,433 +131,249 @@ width = 344; anchors = ( { name = bottom; -pos = (301,0); +pos = (317,0); }, { name = ogonek; -pos = (507,0); +pos = (574,0); }, { name = top; -pos = (301,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(370,-8,o), -(441,44,o), -(468,121,c), -(471,121,l), -(471,0,l), -(508,0,l), -(508,517,l), -(473,517,l), -(471,398,l), -(468,398,l), -(441,475,o), -(370,526,o), -(272,526,cs), -(143,526,o), -(55,425,o), -(55,259,cs), -(55,94,o), -(143,-8,o), -(272,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(168,26,o), -(93,112,o), -(93,259,cs), -(93,408,o), -(168,493,o), -(280,493,cs), -(400,493,o), -(470,397,o), -(470,295,cs), -(470,224,ls), -(470,122,o), -(400,26,o), -(280,26,cs) -); +pos = (317,517); } ); -}; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(370,-8,o), -(441,44,o), -(468,121,c), -(471,121,l), -(473,0,l), -(507,0,l), -(507,517,l), -(473,517,l), -(471,398,l), -(468,398,l), -(441,475,o), -(370,526,o), -(272,526,cs), -(143,526,o), -(55,425,o), -(55,259,cs), -(55,94,o), -(143,-8,o), -(272,-8,cs) +(408,-9,o), +(501,47,o), +(533,130,c), +(537,130,l), +(537,0,l), +(574,0,l), +(574,517,l), +(539,517,l), +(537,398,l), +(533,398,l), +(501,474,o), +(414,526,o), +(297,526,cs), +(141,526,o), +(35,424,o), +(35,259,cs), +(35,97,o), +(140,-9,o), +(297,-9,cs) ); }, { closed = 1; nodes = ( -(168,26,o), -(93,112,o), -(93,259,cs), -(93,408,o), -(168,493,o), -(280,493,cs), -(400,493,o), -(470,397,o), -(470,295,cs), -(470,224,ls), -(470,122,o), -(400,26,o), -(280,26,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = a; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -1, -10 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -463, -37 +(164,25,o), +(73,118,o), +(73,259,cs), +(73,407,o), +(165,492,o), +(301,492,cs), +(450,492,o), +(537,396,o), +(537,294,cs), +(537,234,ls), +(537,126,o), +(450,25,o), +(301,25,cs) ); -stem = -2; -type = Stem; } ); -}; -width = 592; +width = 640; }, { anchors = ( { name = bottom; -pos = (329,0); +pos = (366,0); }, { name = ogonek; -pos = (600,0); +pos = (693,0); }, { name = top; -pos = (329,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(315,-10,o), -(374,27,o), -(398,83,c), -(408,83,l), -(408,0,l), -(599,0,l), -(599,544,l), -(415,544,l), -(408,461,l), -(398,461,l), -(374,517,o), -(315,554,o), -(238,554,cs), -(110,554,o), -(25,464,o), -(25,272,cs), -(25,80,o), -(110,-10,o), -(238,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(257,143,o), -(220,179,o), -(220,272,cs), -(220,365,o), -(257,401,o), -(313,401,cs), -(380,401,o), -(406,349,o), -(406,294,cs), -(406,250,ls), -(406,195,o), -(380,143,o), -(313,143,cs) -); +pos = (366,544); } ); -}; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(320,-10,o), -(381,26,o), -(401,79,c), -(411,79,l), -(418,0,l), -(600,0,l), -(600,544,l), -(418,544,l), -(411,465,l), -(401,465,l), -(381,518,o), -(320,554,o), -(247,554,cs), -(115,554,o), -(28,451,o), -(28,272,cs), -(28,93,o), -(115,-10,o), -(247,-10,cs) +(361,-10,o), +(430,19,o), +(464,69,c), +(472,69,l), +(472,0,l), +(693,0,l), +(693,544,l), +(483,544,l), +(477,473,l), +(469,473,l), +(438,520,o), +(379,552,o), +(282,552,cs), +(124,552,o), +(18,444,o), +(18,271,cs), +(18,99,o), +(124,-10,o), +(282,-10,cs) ); }, { closed = 1; nodes = ( -(248,143,o), -(223,195,o), -(223,272,cs), -(223,349,o), -(251,401,o), -(323,401,cs), -(375,401,o), -(409,363,o), -(409,295,cs), -(409,249,ls), -(409,185,o), -(381,143,o), -(318,143,cs) +(285,155,o), +(240,195,o), +(240,271,cs), +(240,347,o), +(286,387,o), +(353,387,cs), +(427,387,o), +(471,342,o), +(471,277,cs), +(471,265,ls), +(471,200,o), +(427,155,o), +(353,155,cs) ); } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = a; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -}; -width = 654; +width = 742; }, { anchors = ( { name = bottom; -pos = (317,0); +pos = (315,0); }, { name = ogonek; -pos = (574,0); +pos = (570,0); }, { name = top; -pos = (317,517); +pos = (315,544); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(408,-9,o), -(501,47,o), -(533,130,c), -(537,130,l), -(537,0,l), +(306,-10,o), +(361,27,o), +(379,79,c), +(387,79,l), +(394,0,l), (574,0,l), -(574,517,l), -(539,517,l), -(537,398,l), -(533,398,l), -(501,474,o), -(414,526,o), -(297,526,cs), -(141,526,o), -(35,424,o), -(35,259,cs), -(35,97,o), -(140,-9,o), -(297,-9,cs) +(574,544,l), +(394,544,l), +(387,465,l), +(379,465,l), +(361,517,o), +(306,554,o), +(238,554,cs), +(114,554,o), +(34,451,o), +(34,272,cs), +(34,93,o), +(114,-10,o), +(238,-10,cs) ); }, { closed = 1; nodes = ( -(164,25,o), -(73,118,o), -(73,259,cs), -(73,407,o), -(165,492,o), -(301,492,cs), -(450,492,o), -(537,396,o), -(537,294,cs), -(537,234,ls), -(537,126,o), -(450,25,o), -(301,25,cs) +(248,147,o), +(227,197,o), +(227,272,cs), +(227,347,o), +(250,397,o), +(313,397,cs), +(359,397,o), +(386,355,o), +(386,285,cs), +(386,259,ls), +(386,189,o), +(357,147,o), +(308,147,cs) ); } ); -width = 640; +width = 631; }, { anchors = ( { name = bottom; -pos = (360,0); +pos = (298,0); }, { name = ogonek; -pos = (687,0); +pos = (500,0); }, { name = top; -pos = (360,544); +pos = (298,517); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(355,-10,o), -(424,19,o), -(458,69,c), -(466,69,l), -(466,0,l), -(687,0,l), -(687,544,l), -(477,544,l), -(471,473,l), -(463,473,l), -(432,520,o), -(373,552,o), -(276,552,cs), -(118,552,o), -(12,444,o), -(12,271,cs), -(12,99,o), -(118,-10,o), -(276,-10,cs) +(365,-8,o), +(433,44,o), +(457,121,c), +(460,121,l), +(462,0,l), +(496,0,l), +(496,517,l), +(462,517,l), +(460,398,l), +(457,398,l), +(433,475,o), +(365,526,o), +(273,526,cs), +(151,526,o), +(68,425,o), +(68,259,cs), +(68,94,o), +(151,-8,o), +(273,-8,cs) ); }, { closed = 1; nodes = ( -(279,155,o), -(234,195,o), -(234,271,cs), -(234,347,o), -(280,387,o), -(347,387,cs), -(421,387,o), -(465,342,o), -(465,277,cs), -(465,265,ls), -(465,200,o), -(421,155,o), -(347,155,cs) +(176,26,o), +(106,112,o), +(106,259,cs), +(106,408,o), +(176,493,o), +(281,493,cs), +(394,493,o), +(459,397,o), +(459,295,cs), +(459,224,ls), +(459,122,o), +(394,26,o), +(281,26,cs) ); } ); -width = 730; +width = 581; }, { anchors = ( @@ -625,15 +441,15 @@ width = 341; anchors = ( { name = bottom; -pos = (186,0); +pos = (194,0); }, { name = ogonek; -pos = (384,0); +pos = (392,0); }, { name = top; -pos = (298,541); +pos = (306,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -641,47 +457,47 @@ shapes = ( { closed = 1; nodes = ( -(151,-10,o), -(189,15,o), -(212,57,c), -(219,57,l), -(213,0,l), -(384,0,l), -(497,541,l), -(326,541,l), -(305,470,l), -(299,470,l), -(287,523,o), -(255,551,o), -(200,551,cs), -(122,551,o), -(61,486,o), -(18,279,cs), -(-13,131,o), -(-23,-10,o), -(105,-10,cs) +(159,-10,o), +(197,15,o), +(220,57,c), +(227,57,l), +(221,0,l), +(392,0,l), +(505,541,l), +(334,541,l), +(313,470,l), +(307,470,l), +(295,523,o), +(263,551,o), +(208,551,cs), +(130,551,o), +(69,486,o), +(26,279,cs), +(-5,131,o), +(-15,-10,o), +(113,-10,cs) ); }, { closed = 1; nodes = ( -(173,122,o), -(167,151,o), -(192,269,cs), -(212,366,o), -(227,409,o), -(256,409,cs), -(280,409,o), -(287,383,o), -(265,277,cs), -(259,248,ls), -(241,159,o), -(225,122,o), -(198,122,cs) +(181,122,o), +(175,151,o), +(200,269,cs), +(220,366,o), +(235,409,o), +(264,409,cs), +(288,409,o), +(295,383,o), +(273,277,cs), +(267,248,ls), +(249,159,o), +(233,122,o), +(206,122,cs) ); } ); -width = 467; +width = 483; }, { anchors = ( @@ -965,15 +781,15 @@ width = 638; anchors = ( { name = bottom; -pos = (310,0); +pos = (316,0); }, { name = ogonek; -pos = (622,0); +pos = (628,0); }, { name = top; -pos = (422,544); +pos = (428,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -981,50 +797,1069 @@ shapes = ( { closed = 1; nodes = ( -(320,-10,o), -(372,14,o), -(407,52,c), -(415,52,l), -(411,0,l), -(622,0,l), -(736,544,l), -(521,544,l), -(494,457,l), -(486,457,l), -(463,519,o), -(384,554,o), -(303,554,cs), -(137,554,o), -(21,434,o), -(13,248,cs), -(5,93,o), -(100,-10,o), -(248,-10,cs) +(326,-10,o), +(378,14,o), +(413,52,c), +(421,52,l), +(417,0,l), +(628,0,l), +(742,544,l), +(527,544,l), +(500,457,l), +(492,457,l), +(469,519,o), +(390,554,o), +(309,554,cs), +(143,554,o), +(27,434,o), +(19,248,cs), +(11,93,o), +(106,-10,o), +(254,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(281,154,o), +(237,193,o), +(240,256,cs), +(242,337,o), +(292,389,o), +(364,387,cs), +(435,384,o), +(478,333,o), +(461,264,cs), +(457,248,ls), +(443,192,o), +(409,154,o), +(340,154,cs) +); +} +); +width = 735; +}, +{ +anchors = ( +{ +name = bottom; +pos = (155,0); +}, +{ +name = ogonek; +pos = (263,0); +}, +{ +name = top; +pos = (155,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,-10,o), +(216,25,o), +(232,77,c), +(234,77,l), +(234,0,l), +(264,0,l), +(264,516,l), +(235,516,l), +(234,439,l), +(232,439,l), +(216,491,o), +(190,526,o), +(138,526,cs), +(60,526,o), +(24,440,o), +(24,257,cs), +(24,75,o), +(60,-10,o), +(138,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(84,17,o), +(55,83,o), +(55,257,cs), +(55,432,o), +(84,499,o), +(146,499,cs), +(197,499,o), +(234,419,o), +(234,309,cs), +(234,206,ls), +(234,96,o), +(197,17,o), +(146,17,cs) +); +} +); +width = 299; +}, +{ +anchors = ( +{ +name = bottom; +pos = (226,0); +}, +{ +name = ogonek; +pos = (434,0); +}, +{ +name = top; +pos = (226,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,-10,o), +(234,13,o), +(257,73,c), +(258,73,l), +(258,0,l), +(434,0,l), +(434,541,l), +(262,541,l), +(258,470,l), +(257,470,l), +(234,526,o), +(199,551,o), +(147,551,cs), +(65,551,o), +(7,493,o), +(7,271,cs), +(7,97,o), +(37,-10,o), +(147,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,128,o), +(185,160,o), +(185,271,cs), +(185,365,o), +(190,415,o), +(222,415,cs), +(246,415,o), +(258,385,o), +(258,285,cs), +(258,256,ls), +(258,171,o), +(250,128,o), +(222,128,cs) +); +} +); +width = 450; +}, +{ +anchors = ( +{ +name = bottom; +pos = (280,0); +}, +{ +name = ogonek; +pos = (486,0); +}, +{ +name = top; +pos = (280,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(369,-8,o), +(440,44,o), +(467,121,c), +(470,121,l), +(470,0,l), +(507,0,l), +(507,517,l), +(472,517,l), +(470,398,l), +(467,398,l), +(440,475,o), +(369,526,o), +(271,526,cs), +(142,526,o), +(54,425,o), +(54,259,cs), +(54,94,o), +(142,-8,o), +(271,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(167,26,o), +(92,112,o), +(92,259,cs), +(92,408,o), +(167,493,o), +(279,493,cs), +(399,493,o), +(469,397,o), +(469,295,cs), +(469,224,ls), +(469,122,o), +(399,26,o), +(279,26,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(345,-8,o), +(419,41,o), +(449,124,c), +(450,124,l), +(452,0,l), +(486,0,l), +(486,517,l), +(452,517,l), +(450,395,l), +(449,395,l), +(419,477,o), +(346,526,o), +(251,526,cs), +(122,526,o), +(34,425,o), +(34,259,cs), +(34,94,o), +(122,-8,o), +(251,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,26,o), +(72,112,o), +(72,259,cs), +(72,408,o), +(147,493,o), +(259,493,cs), +(379,493,o), +(449,384,o), +(449,282,cs), +(449,231,ls), +(449,129,o), +(379,26,o), +(259,26,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = a; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +28 +); +stem = -2; +target = ( +1, +10 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +17 +); +stem = -2; +target = ( +0, +10 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +0, +14 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +463, +37 +); +stem = -2; +type = Stem; +} +); +}; +width = 545; +}, +{ +anchors = ( +{ +name = bottom; +pos = (308,0); +}, +{ +name = ogonek; +pos = (579,0); +}, +{ +name = top; +pos = (308,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(315,-10,o), +(374,27,o), +(398,83,c), +(408,83,l), +(408,0,l), +(599,0,l), +(599,544,l), +(415,544,l), +(408,461,l), +(398,461,l), +(374,517,o), +(315,554,o), +(238,554,cs), +(110,554,o), +(25,464,o), +(25,272,cs), +(25,80,o), +(110,-10,o), +(238,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(257,143,o), +(220,179,o), +(220,272,cs), +(220,365,o), +(257,401,o), +(313,401,cs), +(380,401,o), +(406,349,o), +(406,294,cs), +(406,250,ls), +(406,195,o), +(380,143,o), +(313,143,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(302,-10,o), +(360,26,o), +(389,93,c), +(390,93,l), +(397,0,l), +(579,0,l), +(579,544,l), +(397,544,l), +(390,449,l), +(389,449,l), +(361,517,o), +(303,554,o), +(226,554,cs), +(88,554,o), +(7,449,o), +(7,272,cs), +(7,95,o), +(88,-10,o), +(226,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(237,143,o), +(202,186,o), +(202,272,cs), +(202,358,o), +(233,401,o), +(295,401,cs), +(350,401,o), +(388,354,o), +(388,285,cs), +(388,259,ls), +(388,190,o), +(350,143,o), +(295,143,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = a; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; +}; +width = 609; +}, +{ +anchors = ( +{ +name = bottom; +pos = (334,0); +}, +{ +name = ogonek; +pos = (591,0); +}, +{ +name = top; +pos = (334,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(418,-9,o), +(519,49,o), +(553,136,c), +(554,136,l), +(554,0,l), +(591,0,l), +(591,517,l), +(556,517,l), +(554,392,l), +(553,392,l), +(519,472,o), +(424,526,o), +(300,526,cs), +(136,526,o), +(24,424,o), +(24,259,cs), +(24,97,o), +(135,-9,o), +(300,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(159,25,o), +(62,118,o), +(62,259,cs), +(62,407,o), +(160,492,o), +(304,492,cs), +(462,492,o), +(554,390,o), +(554,288,cs), +(554,240,ls), +(554,132,o), +(462,25,o), +(304,25,cs) +); +} +); +width = 647; +}, +{ +anchors = ( +{ +name = bottom; +pos = (364,0); +}, +{ +name = ogonek; +pos = (691,0); +}, +{ +name = top; +pos = (364,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(359,-10,o), +(435,19,o), +(469,69,c), +(470,69,l), +(470,0,l), +(691,0,l), +(691,544,l), +(481,544,l), +(475,473,l), +(474,473,l), +(443,520,o), +(377,552,o), +(280,552,cs), +(122,552,o), +(16,444,o), +(16,271,cs), +(16,99,o), +(122,-10,o), +(280,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,155,o), +(238,195,o), +(238,271,cs), +(238,347,o), +(284,387,o), +(351,387,cs), +(425,387,o), +(469,342,o), +(469,277,cs), +(469,265,ls), +(469,200,o), +(425,155,o), +(351,155,cs) +); +} +); +width = 721; +}, +{ +anchors = ( +{ +name = bottom; +pos = (95,0); +}, +{ +name = ogonek; +pos = (204,0); +}, +{ +name = top; +pos = (201,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,-10,o), +(162,17,o), +(188,70,c), +(189,70,l), +(175,0,l), +(204,0,l), +(311,516,l), +(284,516,l), +(266,431,l), +(264,431,l), +(259,489,o), +(238,525,o), +(182,525,cs), +(120,525,o), +(64,463,o), +(22,262,cs), +(-7,126,o), +(-15,-10,o), +(87,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(18,15,o), +(22,117,o), +(52,263,cs), +(84,421,o), +(122,498,o), +(187,498,cs), +(256,498,o), +(259,403,o), +(238,302,cs), +(217,199,ls), +(191,73,o), +(144,15,o), +(96,15,cs) +); +} +); +width = 295; +}, +{ +anchors = ( +{ +name = bottom; +pos = (177,0); +}, +{ +name = ogonek; +pos = (375,0); +}, +{ +name = top; +pos = (289,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(142,-10,o), +(180,15,o), +(203,57,c), +(210,57,l), +(204,0,l), +(375,0,l), +(488,541,l), +(317,541,l), +(296,470,l), +(290,470,l), +(278,523,o), +(246,551,o), +(191,551,cs), +(113,551,o), +(52,486,o), +(9,279,cs), +(-22,131,o), +(-32,-10,o), +(96,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(164,122,o), +(158,151,o), +(183,269,cs), +(203,366,o), +(218,409,o), +(247,409,cs), +(271,409,o), +(278,383,o), +(256,277,cs), +(250,248,ls), +(232,159,o), +(216,122,o), +(189,122,cs) +); +} +); +width = 447; +}, +{ +anchors = ( +{ +name = bottom; +pos = (235,0); +}, +{ +name = ogonek; +pos = (426,0); +}, +{ +name = top; +pos = (343,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(319,-10,o), +(393,34,o), +(434,103,c), +(436,103,l), +(415,0,l), +(452,0,l), +(559,517,l), +(525,517,l), +(496,383,l), +(493,383,l), +(481,465,o), +(417,526,o), +(318,526,cs), +(172,526,o), +(63,393,o), +(57,210,cs), +(52,75,o), +(124,-10,o), +(236,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(152,23,o), +(91,91,o), +(95,211,cs), +(100,374,o), +(195,492,o), +(320,492,cs), +(428,492,o), +(495,400,o), +(472,279,cs), +(459,209,ls), +(440,109,o), +(356,23,o), +(247,23,cs) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,-10,o), +(369,23,o), +(411,100,c), +(412,100,l), +(393,0,l), +(426,0,l), +(534,517,l), +(501,517,l), +(472,388,l), +(471,388,l), +(451,469,o), +(382,526,o), +(291,526,cs), +(137,526,o), +(33,405,o), +(33,201,cs), +(33,74,o), +(107,-10,o), +(218,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(128,24,o), +(73,96,o), +(73,205,cs), +(73,375,o), +(154,492,o), +(292,492,cs), +(413,492,o), +(475,399,o), +(446,259,cs), +(434,202,ls), +(411,95,o), +(334,24,o), +(225,24,cs) +); +} +); +width = 541; +}, +{ +anchors = ( +{ +name = bottom; +pos = (245,0); +}, +{ +name = ogonek; +pos = (525,0); +}, +{ +name = top; +pos = (357,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(271,-10,o), +(331,20,o), +(356,67,c), +(362,66,l), +(355,0,l), +(537,0,l), +(649,544,l), +(467,544,l), +(442,457,l), +(437,457,l), +(419,515,o), +(356,554,o), +(286,554,cs), +(131,554,o), +(39,431,o), +(20,276,cs), +(-1,105,o), +(72,-10,o), +(203,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,143,o), +(203,193,o), +(216,281,cs), +(227,353,o), +(269,401,o), +(329,401,cs), +(391,401,o), +(418,351,o), +(406,287,cs), +(397,241,ls), +(385,181,o), +(353,143,o), +(296,143,cs) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,-10,o), +(322,20,o), +(347,67,c), +(348,67,l), +(339,0,l), +(525,0,l), +(638,544,l), +(456,544,l), +(429,457,l), +(428,457,l), +(409,515,o), +(340,554,o), +(270,554,cs), +(117,554,o), +(27,431,o), +(8,276,cs), +(-13,105,o), +(59,-10,o), +(187,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(223,143,o), +(190,193,o), +(203,281,cs), +(214,353,o), +(255,401,o), +(316,401,cs), +(373,401,o), +(407,349,o), +(393,282,cs), +(384,241,ls), +(371,182,o), +(340,143,o), +(283,143,cs) +); +} +); +width = 607; +}, +{ +anchors = ( +{ +name = bottom; +pos = (277,0); +}, +{ +name = ogonek; +pos = (525,0); +}, +{ +name = top; +pos = (385,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(367,-10,o), +(455,31,o), +(508,109,c), +(511,109,l), +(488,0,l), +(525,0,l), +(632,517,l), +(602,517,l), +(567,370,l), +(564,370,l), +(549,460,o), +(458,527,o), +(337,527,cs), +(164,527,o), +(36,400,o), +(30,224,cs), +(25,81,o), +(123,-10,o), +(267,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(145,24,o), +(61,102,o), +(67,229,cs), +(74,385,o), +(187,493,o), +(333,493,cs), +(491,493,o), +(568,391,o), +(540,251,cs), +(533,216,ls), +(510,101,o), +(401,24,o), +(275,24,cs) +); +} +); +width = 635; +}, +{ +anchors = ( +{ +name = bottom; +pos = (306,0); +}, +{ +name = ogonek; +pos = (618,0); +}, +{ +name = top; +pos = (418,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(316,-10,o), +(375,14,o), +(410,52,c), +(411,52,l), +(407,0,l), +(618,0,l), +(732,544,l), +(517,544,l), +(490,457,l), +(489,457,l), +(466,519,o), +(380,554,o), +(299,554,cs), +(133,554,o), +(17,434,o), +(9,248,cs), +(1,93,o), +(96,-10,o), +(244,-10,cs) ); }, { closed = 1; nodes = ( -(275,154,o), -(231,193,o), -(234,256,cs), -(236,337,o), -(286,389,o), -(358,387,cs), -(429,384,o), -(472,333,o), -(455,264,cs), -(451,248,ls), -(437,192,o), -(403,154,o), -(334,154,cs) +(271,154,o), +(227,193,o), +(230,256,cs), +(232,337,o), +(282,389,o), +(354,387,cs), +(425,384,o), +(468,333,o), +(451,264,cs), +(447,248,ls), +(433,192,o), +(399,154,o), +(330,154,cs) ); } ); -width = 723; +width = 704; } ); -metricLeft = "=|b"; -metricRight = l; +metricLeft = d; unicode = 97; } diff --git a/sources/MonaSans.glyphspackage/glyphs/a.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/a.ss05.glyph index bb57cb39..2cc909fd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/a.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/a.ss05.glyph @@ -1,21 +1,21 @@ { glyphname = a.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_a.ss05; layers = ( { anchors = ( { name = bottom; -pos = (234,0); +pos = (242,0); }, { name = ogonek; -pos = (460,0); +pos = (468,0); }, { name = top; -pos = (246,541); +pos = (254,541); } ); background = { @@ -82,56 +82,56 @@ shapes = ( { closed = 1; nodes = ( -(199,-6,o), -(244,20,o), -(263,66,c), -(268,66,l), -(278,26,o), -(313,0,o), -(371,0,cs), -(460,0,l), -(460,131,l), -(448,131,ls), -(438,131,o), -(436,139,o), -(436,148,cs), -(436,364,ls), -(436,491,o), -(365,551,o), -(238,551,cs), -(115,551,o), -(30,482,o), -(26,358,c), -(190,358,l), -(191,393,o), -(199,417,o), -(224,417,cs), -(247,417,o), -(258,402,o), -(258,371,cs), -(258,169,ls), -(258,136,o), -(244,118,o), -(223,118,cs), -(199,118,o), -(187,137,o), -(187,163,cs), -(187,190,o), -(202,212,o), -(230,212,cs), -(274,212,l), -(274,315,l), -(201,315,ls), -(97,315,o), -(10,265,o), -(10,143,cs), -(10,54,o), -(60,-6,o), -(146,-6,cs) +(207,-6,o), +(252,20,o), +(271,66,c), +(276,66,l), +(286,26,o), +(321,0,o), +(379,0,cs), +(468,0,l), +(468,131,l), +(456,131,ls), +(446,131,o), +(444,139,o), +(444,148,cs), +(444,364,ls), +(444,491,o), +(373,551,o), +(246,551,cs), +(123,551,o), +(38,482,o), +(34,358,c), +(198,358,l), +(199,393,o), +(207,417,o), +(232,417,cs), +(255,417,o), +(266,402,o), +(266,371,cs), +(266,169,ls), +(266,136,o), +(252,118,o), +(231,118,cs), +(207,118,o), +(195,137,o), +(195,163,cs), +(195,190,o), +(210,212,o), +(238,212,cs), +(282,212,l), +(282,315,l), +(209,315,ls), +(105,315,o), +(18,265,o), +(18,143,cs), +(18,54,o), +(68,-6,o), +(154,-6,cs) ); } ); -width = 471; +width = 487; }, { anchors = ( @@ -261,21 +261,1691 @@ nodes = ( ); } ); -width = 315; +width = 315; +}, +{ +anchors = ( +{ +name = bottom; +pos = (285,0); +}, +{ +name = ogonek; +pos = (574,0); +}, +{ +name = top; +pos = (285,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(332,-10,o), +(415,26,o), +(461,84,c), +(464,84,l), +(463,22,o), +(488,-7,o), +(534,-7,cs), +(551,-7,o), +(563,-4,o), +(574,1,c), +(574,31,l), +(564,27,o), +(553,25,o), +(540,25,cs), +(510,25,o), +(499,38,o), +(499,89,cs), +(499,353,ls), +(499,465,o), +(417,526,o), +(276,526,cs), +(146,526,o), +(59,471,o), +(46,373,c), +(84,373,l), +(97,453,o), +(165,492,o), +(274,492,cs), +(400,492,o), +(462,442,o), +(462,347,cs), +(462,128,l), +(431,71,o), +(349,24,o), +(233,24,cs), +(129,24,o), +(71,64,o), +(71,137,cs), +(71,216,o), +(119,268,o), +(272,268,cs), +(470,268,l), +(470,300,l), +(270,300,ls), +(118,300,o), +(33,247,o), +(33,134,cs), +(33,39,o), +(114,-10,o), +(228,-10,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(332,-10,o), +(415,26,o), +(461,84,c), +(464,84,l), +(466,34,o), +(489,0,o), +(540,0,cs), +(574,0,l), +(574,36,l), +(550,36,ls), +(515,36,o), +(499,49,o), +(499,99,cs), +(499,353,ls), +(499,465,o), +(417,526,o), +(276,526,cs), +(146,526,o), +(59,471,o), +(46,373,c), +(84,373,l), +(97,453,o), +(165,492,o), +(274,492,cs), +(400,492,o), +(462,442,o), +(462,347,cs), +(462,128,l), +(431,71,o), +(349,24,o), +(233,24,cs), +(129,24,o), +(71,64,o), +(71,137,cs), +(71,216,o), +(119,268,o), +(272,268,cs), +(470,268,l), +(470,300,l), +(270,300,ls), +(118,300,o), +(33,247,o), +(33,134,cs), +(33,39,o), +(114,-10,o), +(228,-10,cs) +); +} +); +width = 586; +}, +{ +anchors = ( +{ +name = bottom; +pos = (328,0); +}, +{ +name = ogonek; +pos = (653,0); +}, +{ +name = top; +pos = (331,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(286,-10,o), +(362,21,o), +(393,64,c), +(400,64,l), +(418,18,o), +(467,-10,o), +(543,-10,cs), +(583,-10,o), +(626,-3,o), +(647,11,c), +(647,137,l), +(640,133,o), +(635,131,o), +(625,131,cs), +(611,131,o), +(600,139,o), +(600,159,cs), +(600,344,ls), +(600,476,o), +(499,555,o), +(310,554,cs), +(146,553,o), +(33,481,o), +(24,355,c), +(233,355,l), +(235,396,o), +(270,405,o), +(309,405,cs), +(360,405,o), +(380,386,o), +(380,351,cs), +(380,196,ls), +(380,153,o), +(348,124,o), +(291,124,cs), +(253,124,o), +(231,139,o), +(231,166,cs), +(231,198,o), +(259,211,o), +(300,211,cs), +(396,211,l), +(396,321,l), +(253,321,ls), +(107,321,o), +(10,256,o), +(10,143,cs), +(10,48,o), +(86,-10,o), +(198,-10,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(292,-10,o), +(368,21,o), +(399,73,c), +(406,73,l), +(427,23,o), +(474,0,o), +(545,0,cs), +(653,0,l), +(653,140,l), +(631,140,ls), +(617,140,o), +(606,148,o), +(606,168,cs), +(606,344,ls), +(606,476,o), +(505,555,o), +(316,554,cs), +(152,553,o), +(39,481,o), +(30,355,c), +(239,355,l), +(241,396,o), +(276,405,o), +(315,405,cs), +(366,405,o), +(386,386,o), +(386,351,cs), +(386,196,ls), +(386,153,o), +(354,124,o), +(297,124,cs), +(259,124,o), +(237,139,o), +(237,166,cs), +(237,198,o), +(265,211,o), +(306,211,cs), +(402,211,l), +(402,321,l), +(259,321,ls), +(113,321,o), +(16,256,o), +(16,143,cs), +(16,48,o), +(92,-10,o), +(204,-10,cs) +); +} +); +width = 665; +}, +{ +anchors = ( +{ +name = bottom; +pos = (251,0); +}, +{ +name = ogonek; +pos = (499,0); +}, +{ +name = top; +pos = (251,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(302,-9,o), +(371,27,o), +(402,87,c), +(404,87,l), +(407,23,o), +(428,-9,o), +(484,-9,cs), +(494,-9,o), +(507,-7,o), +(516,-3,c), +(516,32,l), +(507,27,o), +(498,26,o), +(486,26,cs), +(452,26,o), +(437,46,o), +(437,94,cs), +(437,360,ls), +(437,468,o), +(373,527,o), +(258,527,cs), +(148,527,o), +(70,469,o), +(66,383,c), +(104,383,l), +(107,449,o), +(168,493,o), +(258,493,cs), +(353,493,o), +(400,449,o), +(400,360,cs), +(400,129,l), +(371,62,o), +(305,23,o), +(221,23,cs), +(139,23,o), +(87,68,o), +(87,138,cs), +(87,219,o), +(148,264,o), +(260,264,cs), +(408,264,l), +(408,296,l), +(260,296,ls), +(128,296,o), +(49,237,o), +(49,138,cs), +(49,50,o), +(119,-9,o), +(221,-9,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(290,-9,o), +(361,44,o), +(387,107,c), +(391,107,l), +(391,43,o), +(422,0,o), +(474,0,cs), +(490,0,l), +(490,35,l), +(476,35,ls), +(442,35,o), +(427,61,o), +(427,113,cs), +(427,352,ls), +(427,460,o), +(368,527,o), +(251,527,cs), +(143,527,o), +(71,476,o), +(59,391,c), +(96,391,l), +(107,455,o), +(164,493,o), +(251,493,cs), +(344,493,o), +(391,438,o), +(391,352,cs), +(391,229,ls), +(391,107,o), +(311,24,o), +(214,24,cs), +(131,24,o), +(82,64,o), +(82,131,cs), +(82,203,o), +(124,242,o), +(212,254,cs), +(402,280,l), +(402,311,l), +(211,285,ls), +(102,270,o), +(47,219,o), +(47,131,cs), +(47,43,o), +(109,-9,o), +(214,-9,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 523; +}, +{ +anchors = ( +{ +name = bottom; +pos = (286,0); +}, +{ +name = ogonek; +pos = (554,0); +}, +{ +name = top; +pos = (300,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(267,-10,o), +(329,20,o), +(353,63,c), +(359,63,l), +(373,19,o), +(417,-10,o), +(490,-10,cs), +(521,-10,o), +(561,-4,o), +(582,8,c), +(582,128,l), +(573,124,o), +(567,123,o), +(561,123,cs), +(548,123,o), +(540,130,o), +(540,149,cs), +(540,347,ls), +(540,477,o), +(461,554,o), +(300,554,cs), +(140,554,o), +(39,475,o), +(39,357,c), +(225,357,l), +(225,388,o), +(248,408,o), +(288,408,cs), +(320,408,o), +(349,398,o), +(349,356,cs), +(349,178,ls), +(349,136,o), +(318,114,o), +(275,114,cs), +(241,114,o), +(219,130,o), +(219,159,cs), +(219,191,o), +(244,211,o), +(296,211,cs), +(363,211,l), +(363,321,l), +(255,321,ls), +(116,321,o), +(25,258,o), +(25,142,cs), +(25,51,o), +(93,-10,o), +(201,-10,cs) +); +} +); +}; +guides = ( +{ +pos = (364,211); +}, +{ +pos = (226,120); +} +); +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(265,-7,o), +(319,31,o), +(338,88,c), +(350,88,l), +(357,37,o), +(404,0,o), +(472,0,cs), +(555,0,l), +(555,148,l), +(551,148,ls), +(532,148,o), +(521,161,o), +(521,196,cs), +(521,347,ls), +(521,488,o), +(445,554,o), +(285,554,cs), +(139,554,o), +(42,485,o), +(36,377,c), +(220,377,l), +(225,405,o), +(248,421,o), +(281,421,cs), +(324,421,o), +(340,397,o), +(340,357,cs), +(340,221,ls), +(340,166,o), +(303,123,o), +(256,123,cs), +(224,123,o), +(205,135,o), +(205,161,cs), +(205,181,o), +(218,197,o), +(238,205,cs), +(344,249,l), +(344,363,l), +(170,311,ls), +(73,282,o), +(25,224,o), +(25,142,cs), +(25,50,o), +(88,-7,o), +(189,-7,cs) +); +} +); +width = 572; +}, +{ +anchors = ( +{ +name = bottom; +pos = (106,0); +}, +{ +name = ogonek; +pos = (236,0); +}, +{ +name = top; +pos = (198,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(119,-7,o), +(158,9,o), +(183,56,c), +(185,56,l), +(182,23,o), +(191,0,o), +(221,0,cs), +(236,0,l), +(243,29,l), +(228,29,ls), +(205,29,o), +(211,52,o), +(220,94,cs), +(274,353,ls), +(295,452,o), +(289,526,o), +(197,526,cs), +(125,526,o), +(88,467,o), +(68,377,c), +(98,377,l), +(118,471,o), +(150,499,o), +(194,499,cs), +(261,499,o), +(262,440,o), +(245,355,cs), +(200,136,ls), +(184,60,o), +(140,18,o), +(92,18,cs), +(57,18,o), +(33,43,o), +(33,95,cs), +(33,190,o), +(86,253,o), +(179,253,cs), +(231,253,l), +(236,279,l), +(184,279,ls), +(70,279,o), +(3,205,o), +(3,93,cs), +(3,33,o), +(32,-7,o), +(83,-7,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(119,-7,o), +(158,9,o), +(183,56,c), +(185,56,l), +(182,23,o), +(191,0,o), +(221,0,cs), +(236,0,l), +(243,29,l), +(228,29,ls), +(208,29,o), +(209,44,o), +(220,94,cs), +(274,353,ls), +(295,452,o), +(289,526,o), +(197,526,cs), +(125,526,o), +(88,467,o), +(68,377,c), +(98,377,l), +(118,471,o), +(150,499,o), +(194,499,cs), +(261,499,o), +(262,440,o), +(245,355,cs), +(200,136,ls), +(184,60,o), +(140,18,o), +(92,18,cs), +(57,18,o), +(33,43,o), +(33,95,cs), +(33,190,o), +(86,253,o), +(179,253,cs), +(231,253,l), +(236,279,l), +(184,279,ls), +(70,279,o), +(3,205,o), +(3,93,cs), +(3,33,o), +(32,-7,o), +(83,-7,cs) +); +} +); +width = 313; +}, +{ +anchors = ( +{ +name = bottom; +pos = (224,0); +}, +{ +name = ogonek; +pos = (418,0); +}, +{ +name = top; +pos = (271,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(161,-6,o), +(210,17,o), +(235,59,c), +(239,59,l), +(251,20,o), +(288,0,o), +(339,0,cs), +(414,0,l), +(435,120,l), +(422,120,ls), +(409,120,o), +(405,129,o), +(408,141,cs), +(449,339,ls), +(477,475,o), +(405,551,o), +(269,551,cs), +(142,551,o), +(66,484,o), +(45,357,c), +(210,357,l), +(216,393,o), +(228,417,o), +(254,417,cs), +(283,417,o), +(284,392,o), +(278,361,cs), +(237,162,ls), +(232,136,o), +(219,118,o), +(195,118,cs), +(177,118,o), +(165,130,o), +(165,154,cs), +(165,189,o), +(185,212,o), +(228,212,cs), +(263,212,l), +(284,315,l), +(205,315,ls), +(67,315,o), +(-15,237,o), +(-15,122,cs), +(-15,45,o), +(29,-6,o), +(107,-6,cs) +); +} +); +}; +guides = ( +{ +pos = (298,315); +}, +{ +pos = (247,118); +} +); +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(166,-6,o), +(214,17,o), +(239,59,c), +(243,59,l), +(255,20,o), +(292,0,o), +(343,0,cs), +(418,0,l), +(439,120,l), +(426,120,ls), +(413,120,o), +(409,129,o), +(412,141,cs), +(453,339,ls), +(481,475,o), +(409,551,o), +(273,551,cs), +(146,551,o), +(70,484,o), +(49,357,c), +(214,357,l), +(220,393,o), +(232,417,o), +(258,417,cs), +(287,417,o), +(288,392,o), +(282,361,cs), +(242,166,ls), +(235,133,o), +(222,118,o), +(198,118,cs), +(178,118,o), +(164,130,o), +(164,156,cs), +(164,190,o), +(186,212,o), +(218,212,cs), +(267,212,l), +(289,315,l), +(214,315,ls), +(69,315,o), +(-7,237,o), +(-7,121,cs), +(-7,45,o), +(41,-6,o), +(115,-6,cs) +); +} +); +width = 492; +}, +{ +anchors = ( +{ +name = bottom; +pos = (203,0); +}, +{ +name = ogonek; +pos = (446,0); +}, +{ +name = top; +pos = (284,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(256,-10,o), +(322,24,o), +(353,75,c), +(363,75,l), +(359,80,l), +(356,67,o), +(354,54,o), +(354,47,cs), +(353,8,o), +(374,-10,o), +(412,-10,cs), +(423,-10,o), +(436,-7,o), +(442,-4,c), +(449,27,l), +(439,23,o), +(431,21,o), +(419,21,cs), +(396,21,o), +(385,31,o), +(394,77,cs), +(447,335,ls), +(471,450,o), +(421,527,o), +(279,527,cs), +(178,527,o), +(100,472,o), +(77,374,c), +(114,374,l), +(130,445,o), +(187,493,o), +(283,493,cs), +(380,493,o), +(435,451,o), +(413,342,cs), +(404,297,l), +(244,297,ls), +(109,297,o), +(25,237,o), +(22,133,cs), +(19,47,o), +(76,-10,o), +(181,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(106,23,o), +(56,60,o), +(58,127,cs), +(61,214,o), +(124,265,o), +(243,265,cs), +(397,265,l), +(378,174,ls), +(359,83,o), +(294,23,o), +(182,23,cs) +); +} +); +}; +guides = ( +{ +pos = (267,264); +}, +{ +pos = (267,296); +}, +{ +pos = (111,383); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,-10,o), +(321,16,o), +(353,61,c), +(357,61,l), +(358,25,o), +(380,0,o), +(421,0,cs), +(446,0,l), +(453,31,l), +(433,31,ls), +(399,31,o), +(387,44,o), +(396,87,cs), +(447,335,ls), +(472,458,o), +(395,527,o), +(279,527,cs), +(179,527,o), +(100,475,o), +(77,383,c), +(114,383,l), +(130,450,o), +(185,494,o), +(279,494,cs), +(378,494,o), +(434,442,o), +(411,332,cs), +(364,104,l), +(330,53,o), +(272,22,o), +(194,22,cs), +(119,22,o), +(68,58,o), +(68,131,cs), +(68,216,o), +(136,264,o), +(253,264,cs), +(405,264,l), +(412,296,l), +(259,296,ls), +(123,296,o), +(32,242,o), +(32,126,cs), +(32,44,o), +(90,-10,o), +(189,-10,cs) +); +} +); +width = 524; +}, +{ +anchors = ( +{ +name = bottom; +pos = (258,0); +}, +{ +name = ogonek; +pos = (523,0); +}, +{ +name = top; +pos = (322,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(238,-10,o), +(307,22,o), +(329,69,c), +(359,69,l), +(341,101,l), +(340,99,o), +(340,96,o), +(339,94,cs), +(332,67,o), +(332,-10,o), +(441,-10,cs), +(470,-10,o), +(494,-7,o), +(515,0,c), +(538,107,l), +(532,105,o), +(527,104,o), +(521,104,cs), +(508,104,o), +(504,114,o), +(509,140,cs), +(547,323,ls), +(578,475,o), +(485,554,o), +(324,554,cs), +(157,554,o), +(70,474,o), +(53,354,c), +(228,354,l), +(236,390,o), +(260,406,o), +(300,406,cs), +(345,406,o), +(372,388,o), +(361,340,cs), +(356,319,l), +(225,319,ls), +(89,319,o), +(3,247,o), +(3,131,cs), +(3,47,o), +(66,-10,o), +(168,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(214,127,o), +(195,141,o), +(195,164,cs), +(195,202,o), +(220,218,o), +(274,218,cs), +(334,218,l), +(327,182,ls), +(320,148,o), +(293,127,o), +(251,127,cs) +); +} +); +}; +guides = ( +{ +pos = (320,211); +}, +{ +pos = (249,357); +} +); +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(241,-10,o), +(309,19,o), +(335,62,c), +(343,62,l), +(353,32,o), +(378,0,o), +(448,0,cs), +(523,0,l), +(549,134,l), +(527,134,ls), +(514,134,o), +(510,144,o), +(514,162,cs), +(548,323,ls), +(577,462,o), +(487,554,o), +(324,554,cs), +(175,554,o), +(68,483,o), +(54,358,c), +(229,358,l), +(235,393,o), +(261,408,o), +(301,408,cs), +(345,408,o), +(371,389,o), +(361,340,cs), +(327,175,ls), +(320,141,o), +(293,120,o), +(251,120,cs), +(217,120,o), +(195,133,o), +(195,161,cs), +(195,195,o), +(220,211,o), +(274,211,cs), +(350,211,l), +(373,321,l), +(251,321,ls), +(85,321,o), +(3,247,o), +(3,134,cs), +(3,46,o), +(69,-10,o), +(167,-10,cs) +); +} +); +width = 599; +}, +{ +anchors = ( +{ +name = bottom; +pos = (270,0); +}, +{ +name = ogonek; +pos = (515,0); +}, +{ +name = top; +pos = (296,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(289,-10,o), +(376,24,o), +(415,70,c), +(419,70,l), +(413,31,o), +(431,0,o), +(479,0,cs), +(515,0,l), +(522,31,l), +(486,31,ls), +(460,31,o), +(448,41,o), +(456,80,cs), +(508,332,ls), +(533,453,o), +(461,527,o), +(296,527,cs), +(182,527,o), +(89,476,o), +(67,373,c), +(104,373,l), +(122,444,o), +(186,493,o), +(291,493,cs), +(408,493,o), +(497,451,o), +(473,336,cs), +(466,302,l), +(277,302,ls), +(121,302,o), +(18,262,o), +(13,133,cs), +(10,44,o), +(80,-10,o), +(202,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(105,21,o), +(48,69,o), +(51,134,cs), +(55,250,o), +(158,270,o), +(277,270,cs), +(460,270,l), +(428,113,l), +(387,59,o), +(298,21,o), +(206,21,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(286,-10,o), +(377,26,o), +(416,80,c), +(422,80,l), +(414,34,o), +(429,0,o), +(479,0,cs), +(515,0,l), +(522,31,l), +(486,31,ls), +(459,31,o), +(448,43,o), +(456,80,cs), +(508,332,ls), +(535,463,o), +(448,527,o), +(296,527,cs), +(182,527,o), +(89,476,o), +(67,373,c), +(104,373,l), +(122,444,o), +(186,493,o), +(291,493,cs), +(409,493,o), +(496,451,o), +(473,336,cs), +(431,127,l), +(392,63,o), +(300,21,o), +(199,21,cs), +(109,21,o), +(51,60,o), +(51,132,cs), +(51,249,o), +(156,270,o), +(277,270,cs), +(468,270,l), +(474,302,l), +(275,302,ls), +(121,302,o), +(18,262,o), +(13,133,cs), +(10,47,o), +(80,-10,o), +(189,-10,cs) +); +} +); +width = 587; +}, +{ +anchors = ( +{ +name = bottom; +pos = (271,0); +}, +{ +name = ogonek; +pos = (591,0); +}, +{ +name = top; +pos = (363,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(256,-10,o), +(330,23,o), +(355,61,c), +(363,61,l), +(375,18,o), +(420,-10,o), +(486,-10,cs), +(526,-10,o), +(561,-3,o), +(582,8,c), +(607,125,l), +(599,121,o), +(590,121,o), +(584,121,cs), +(568,121,o), +(566,134,o), +(570,152,cs), +(607,329,ls), +(640,488,o), +(504,554,o), +(329,554,cs), +(169,554,o), +(54,488,o), +(36,358,c), +(245,358,l), +(251,387,o), +(273,404,o), +(319,404,cs), +(368,404,o), +(402,389,o), +(392,343,cs), +(359,183,ls), +(352,148,o), +(322,124,o), +(273,124,cs), +(238,124,o), +(215,139,o), +(216,167,cs), +(217,200,o), +(240,214,o), +(291,214,cs), +(381,214,l), +(403,320,l), +(258,320,ls), +(129,320,o), +(-7,288,o), +(-7,139,cs), +(-7,50,o), +(65,-10,o), +(174,-10,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(259,-10,o), +(336,20,o), +(367,65,c), +(375,65,l), +(388,25,o), +(430,0,o), +(493,0,cs), +(591,0,l), +(616,131,l), +(593,131,ls), +(577,131,o), +(575,144,o), +(579,162,cs), +(613,329,ls), +(645,488,o), +(510,554,o), +(335,554,cs), +(175,554,o), +(60,488,o), +(42,358,c), +(251,358,l), +(257,387,o), +(279,404,o), +(325,404,cs), +(374,404,o), +(408,389,o), +(398,343,cs), +(365,183,ls), +(358,148,o), +(328,124,o), +(279,124,cs), +(244,124,o), +(221,139,o), +(222,167,cs), +(223,200,o), +(249,214,o), +(302,214,cs), +(387,214,l), +(409,320,l), +(264,320,ls), +(135,320,o), +(-1,288,o), +(-1,139,cs), +(-1,50,o), +(71,-10,o), +(177,-10,cs) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = bottom; +pos = (129,0); +}, +{ +name = ogonek; +pos = (274,0); +}, +{ +name = top; +pos = (129,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(177,-10,o), +(212,17,o), +(227,65,c), +(228,65,l), +(228,19,o), +(243,-8,o), +(272,-8,cs), +(279,-8,o), +(288,-7,o), +(294,-4,c), +(294,26,l), +(289,23,o), +(283,22,o), +(276,22,cs), +(260,22,o), +(255,35,o), +(255,85,cs), +(255,359,ls), +(255,494,o), +(211,526,o), +(152,526,cs), +(70,526,o), +(45,465,o), +(42,375,c), +(72,375,l), +(73,479,o), +(108,499,o), +(150,499,cs), +(211,499,o), +(226,443,o), +(226,359,cs), +(226,140,ls), +(226,59,o), +(190,15,o), +(136,15,cs), +(92,15,o), +(63,46,o), +(63,126,cs), +(63,198,o), +(95,253,o), +(181,253,cs), +(233,253,l), +(233,279,l), +(184,279,ls), +(94,279,o), +(34,232,o), +(34,122,cs), +(34,44,o), +(65,-10,o), +(131,-10,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,-10,o), +(192,18,o), +(207,65,c), +(208,65,l), +(208,24,o), +(223,0,o), +(252,0,cs), +(274,0,l), +(274,30,l), +(256,30,ls), +(240,30,o), +(235,43,o), +(235,93,cs), +(235,359,ls), +(235,494,o), +(191,526,o), +(132,526,cs), +(61,526,o), +(25,478,o), +(22,375,c), +(52,375,l), +(53,459,o), +(77,499,o), +(130,499,cs), +(191,499,o), +(206,443,o), +(206,359,cs), +(206,155,ls), +(206,74,o), +(168,15,o), +(116,15,cs), +(72,15,o), +(43,46,o), +(43,126,cs), +(43,212,o), +(81,260,o), +(151,263,cs), +(213,265,l), +(213,291,l), +(154,288,ls), +(61,283,o), +(14,227,o), +(14,122,cs), +(14,44,o), +(45,-10,o), +(111,-10,cs) +); +} +); +width = 275; +}, +{ +anchors = ( +{ +name = bottom; +pos = (227,0); +}, +{ +name = ogonek; +pos = (453,0); +}, +{ +name = top; +pos = (239,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(204,-10,o), +(248,20,o), +(259,66,c), +(262,66,l), +(272,4,o), +(330,-10,o), +(371,-10,cs), +(420,-10,o), +(449,1,o), +(460,13,c), +(460,118,l), +(454,113,o), +(451,111,o), +(448,111,cs), +(438,111,o), +(436,124,o), +(436,139,cs), +(436,352,ls), +(436,473,o), +(384,551,o), +(230,551,cs), +(103,551,o), +(38,494,o), +(26,358,c), +(190,358,l), +(191,393,o), +(199,417,o), +(224,417,cs), +(251,417,o), +(258,390,o), +(258,353,cs), +(258,169,ls), +(258,136,o), +(244,118,o), +(223,118,cs), +(199,118,o), +(187,137,o), +(187,163,cs), +(187,190,o), +(202,212,o), +(230,212,cs), +(274,212,l), +(274,315,l), +(201,315,ls), +(97,315,o), +(10,265,o), +(10,143,cs), +(10,52,o), +(60,-10,o), +(145,-10,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(192,-6,o), +(239,20,o), +(258,66,c), +(259,66,l), +(269,26,o), +(306,0,o), +(364,0,cs), +(453,0,l), +(453,131,l), +(443,131,ls), +(433,131,o), +(429,139,o), +(429,150,cs), +(429,364,ls), +(429,491,o), +(357,551,o), +(230,551,cs), +(95,551,o), +(19,483,o), +(15,358,c), +(183,358,l), +(184,398,o), +(195,417,o), +(217,417,cs), +(240,417,o), +(251,402,o), +(251,371,cs), +(251,169,ls), +(251,136,o), +(237,118,o), +(216,118,cs), +(192,118,o), +(180,137,o), +(180,163,cs), +(180,190,o), +(195,211,o), +(223,212,cs), +(267,213,l), +(267,316,l), +(194,315,ls), +(90,314,o), +(3,265,o), +(3,143,cs), +(3,54,o), +(53,-6,o), +(139,-6,cs) +); +} +); +width = 457; }, { anchors = ( { name = bottom; -pos = (259,0); +pos = (239,0); }, { name = ogonek; -pos = (516,0); +pos = (496,0); }, { name = top; -pos = (259,517); +pos = (239,517); } ); background = { @@ -337,57 +2007,57 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(302,-9,o), -(371,27,o), -(402,87,c), -(405,87,l), -(409,29,o), -(431,0,o), -(484,0,cs), -(516,0,l), -(516,35,l), -(486,35,ls), -(452,35,o), -(437,55,o), -(437,103,cs), -(437,360,ls), -(437,468,o), -(373,527,o), -(258,527,cs), -(148,527,o), -(70,469,o), -(66,383,c), -(104,383,l), -(107,449,o), -(168,493,o), -(258,493,cs), -(353,493,o), -(400,449,o), -(400,360,cs), -(400,129,l), -(371,62,o), -(305,23,o), -(221,23,cs), -(139,23,o), -(87,68,o), -(87,138,cs), -(87,219,o), -(148,264,o), -(260,264,cs), -(408,264,l), -(408,296,l), -(260,296,ls), -(128,296,o), -(49,237,o), -(49,138,cs), -(49,50,o), -(119,-9,o), -(221,-9,cs) +(292,-9,o), +(363,32,o), +(382,96,c), +(385,96,l), +(389,28,o), +(413,0,o), +(471,0,cs), +(496,0,l), +(496,35,l), +(473,35,ls), +(434,35,o), +(417,54,o), +(417,112,cs), +(417,360,ls), +(417,471,o), +(357,527,o), +(238,527,cs), +(124,527,o), +(52,474,o), +(46,383,c), +(84,383,l), +(89,452,o), +(146,493,o), +(238,493,cs), +(332,493,o), +(380,448,o), +(380,360,cs), +(380,199,ls), +(380,89,o), +(314,23,o), +(201,23,cs), +(119,23,o), +(67,68,o), +(67,138,cs), +(67,217,o), +(124,260,o), +(231,261,cs), +(396,263,l), +(396,295,l), +(231,293,ls), +(104,291,o), +(29,235,o), +(29,138,cs), +(29,50,o), +(99,-9,o), +(201,-9,cs) ); } ); @@ -455,21 +2125,21 @@ type = Stem; } ); }; -width = 539; +width = 499; }, { anchors = ( { name = bottom; -pos = (299,0); +pos = (278,0); }, { name = ogonek; -pos = (581,0); +pos = (560,0); }, { name = top; -pos = (314,544); +pos = (293,544); } ); background = { @@ -533,81 +2203,81 @@ nodes = ( }; guides = ( { -pos = (364,211); +pos = (343,211); }, { -pos = (226,120); +pos = (205,120); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(267,-7,o), -(335,24,o), -(359,68,c), -(365,68,l), -(382,25,o), -(423,0,o), -(489,0,cs), -(581,0,l), -(581,133,l), -(560,133,ls), -(547,133,o), -(539,140,o), -(539,159,cs), -(539,347,ls), -(539,477,o), -(460,554,o), -(299,554,cs), -(139,554,o), -(38,475,o), -(38,357,c), -(224,357,l), -(224,388,o), -(247,408,o), -(287,408,cs), -(319,408,o), -(348,398,o), -(348,356,cs), -(348,183,ls), -(348,141,o), -(317,120,o), -(274,120,cs), -(240,120,o), -(218,135,o), -(218,162,cs), -(218,192,o), -(243,211,o), -(295,211,cs), -(364,211,l), -(364,321,l), -(254,321,ls), -(115,321,o), -(24,258,o), -(24,144,cs), -(24,53,o), -(91,-7,o), -(196,-7,cs) +(259,-7,o), +(314,34,o), +(332,85,c), +(333,85,l), +(341,33,o), +(389,0,o), +(458,0,cs), +(560,0,l), +(560,153,l), +(542,153,ls), +(527,153,o), +(518,161,o), +(518,183,cs), +(518,347,ls), +(518,477,o), +(439,554,o), +(278,554,cs), +(118,554,o), +(17,477,o), +(17,357,c), +(203,357,l), +(203,389,o), +(226,408,o), +(266,408,cs), +(298,408,o), +(327,398,o), +(327,356,cs), +(327,209,ls), +(327,163,o), +(296,130,o), +(253,130,cs), +(218,130,o), +(197,146,o), +(197,172,cs), +(197,199,o), +(222,215,o), +(264,216,cs), +(343,219,l), +(343,323,l), +(223,321,ls), +(85,319,o), +(3,255,o), +(3,146,cs), +(3,50,o), +(70,-7,o), +(184,-7,cs) ); } ); -width = 602; +width = 564; }, { anchors = ( { name = bottom; -pos = (285,0); +pos = (275,0); }, { name = ogonek; -pos = (574,0); +pos = (564,0); }, { name = top; -pos = (285,517); +pos = (275,517); } ); background = { @@ -669,75 +2339,75 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(332,-10,o), -(415,26,o), -(461,84,c), -(464,84,l), -(466,34,o), -(489,0,o), -(540,0,cs), -(574,0,l), -(574,36,l), -(550,36,ls), -(515,36,o), -(499,49,o), -(499,99,cs), -(499,353,ls), -(499,465,o), -(417,526,o), -(276,526,cs), -(146,526,o), -(59,471,o), -(46,373,c), -(84,373,l), -(97,453,o), -(165,492,o), -(274,492,cs), -(400,492,o), -(462,442,o), -(462,347,cs), -(462,128,l), -(431,71,o), -(349,24,o), -(233,24,cs), -(129,24,o), -(71,64,o), -(71,137,cs), -(71,216,o), -(119,268,o), -(272,268,cs), -(470,268,l), -(470,300,l), -(270,300,ls), -(118,300,o), -(33,247,o), -(33,134,cs), -(33,39,o), -(114,-10,o), -(228,-10,cs) +(322,-10,o), +(406,26,o), +(452,84,c), +(454,84,l), +(456,34,o), +(479,0,o), +(530,0,cs), +(564,0,l), +(564,36,l), +(540,36,ls), +(505,36,o), +(489,49,o), +(489,99,cs), +(489,353,ls), +(489,465,o), +(410,526,o), +(266,526,cs), +(131,526,o), +(49,472,o), +(36,373,c), +(74,373,l), +(87,451,o), +(152,492,o), +(264,492,cs), +(390,492,o), +(452,442,o), +(452,347,cs), +(452,128,l), +(421,71,o), +(339,24,o), +(223,24,cs), +(119,24,o), +(61,64,o), +(61,137,cs), +(61,216,o), +(109,268,o), +(262,268,cs), +(460,268,l), +(460,300,l), +(260,300,ls), +(108,300,o), +(23,247,o), +(23,134,cs), +(23,39,o), +(104,-10,o), +(218,-10,cs) ); } ); -width = 586; +width = 571; }, { anchors = ( { name = bottom; -pos = (322,0); +pos = (312,0); }, { name = ogonek; -pos = (647,0); +pos = (637,0); }, { name = top; -pos = (325,544); +pos = (315,544); } ); background = { @@ -795,79 +2465,79 @@ nodes = ( (10,48,o), (86,-10,o), (198,-10,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,-10,o), -(362,21,o), -(393,73,c), -(400,73,l), -(421,23,o), -(468,0,o), -(539,0,cs), -(647,0,l), -(647,140,l), -(625,140,ls), -(611,140,o), -(600,148,o), -(600,168,cs), -(600,344,ls), -(600,476,o), -(499,555,o), -(310,554,cs), -(146,553,o), -(33,481,o), -(24,355,c), -(233,355,l), -(235,396,o), -(270,405,o), -(309,405,cs), -(360,405,o), -(380,386,o), -(380,351,cs), -(380,196,ls), -(380,153,o), -(348,124,o), -(291,124,cs), -(253,124,o), -(231,139,o), -(231,166,cs), -(231,198,o), -(259,211,o), -(300,211,cs), -(396,211,l), -(396,321,l), -(253,321,ls), -(107,321,o), -(10,256,o), -(10,143,cs), -(10,48,o), -(86,-10,o), +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,-10,o), +(355,21,o), +(386,73,c), +(387,73,l), +(408,23,o), +(458,0,o), +(529,0,cs), +(637,0,l), +(637,140,l), +(615,140,ls), +(601,140,o), +(590,148,o), +(590,168,cs), +(590,344,ls), +(590,481,o), +(487,555,o), +(300,554,cs), +(129,553,o), +(23,479,o), +(14,355,c), +(223,355,l), +(225,386,o), +(254,405,o), +(299,405,cs), +(346,405,o), +(370,387,o), +(370,351,cs), +(370,206,ls), +(370,156,o), +(333,124,o), +(286,124,cs), +(243,124,o), +(221,139,o), +(221,166,cs), +(221,194,o), +(247,211,o), +(290,211,cs), +(386,211,l), +(386,321,l), +(243,321,ls), +(94,321,o), +(0,252,o), +(0,143,cs), +(0,49,o), +(73,-10,o), (198,-10,cs) ); } ); -width = 653; +width = 638; }, { anchors = ( { name = bottom; -pos = (106,0); +pos = (83,0); }, { name = ogonek; -pos = (236,0); +pos = (213,0); }, { name = top; -pos = (198,516); +pos = (175,516); } ); background = { @@ -925,75 +2595,75 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(119,-7,o), -(158,9,o), -(183,56,c), -(185,56,l), -(182,23,o), -(191,0,o), -(221,0,cs), -(236,0,l), -(243,29,l), -(228,29,ls), -(208,29,o), -(209,44,o), -(220,94,cs), -(274,353,ls), -(295,452,o), -(289,526,o), -(197,526,cs), -(125,526,o), -(88,467,o), -(68,377,c), -(98,377,l), -(118,471,o), -(150,499,o), -(194,499,cs), -(261,499,o), -(262,440,o), -(245,355,cs), -(200,136,ls), -(184,60,o), -(140,18,o), -(92,18,cs), -(57,18,o), -(33,43,o), -(33,95,cs), -(33,190,o), -(86,253,o), -(179,253,cs), -(231,253,l), -(236,279,l), -(184,279,ls), -(70,279,o), -(3,205,o), -(3,93,cs), -(3,33,o), -(32,-7,o), -(83,-7,cs) +(96,-7,o), +(136,9,o), +(161,56,c), +(162,56,l), +(159,23,o), +(168,0,o), +(198,0,cs), +(213,0,l), +(220,29,l), +(205,29,ls), +(185,29,o), +(186,44,o), +(197,94,cs), +(251,353,ls), +(272,452,o), +(266,526,o), +(174,526,cs), +(102,526,o), +(65,467,o), +(45,377,c), +(75,377,l), +(95,471,o), +(127,499,o), +(171,499,cs), +(238,499,o), +(239,440,o), +(222,355,cs), +(177,136,ls), +(162,67,o), +(118,18,o), +(69,18,cs), +(34,18,o), +(10,43,o), +(10,95,cs), +(10,194,o), +(65,258,o), +(160,262,cs), +(213,264,l), +(218,290,l), +(165,288,ls), +(49,284,o), +(-20,209,o), +(-20,93,cs), +(-20,33,o), +(9,-7,o), +(60,-7,cs) ); } ); -width = 313; +width = 267; }, { anchors = ( { name = bottom; -pos = (216,0); +pos = (205,0); }, { name = ogonek; -pos = (410,0); +pos = (399,0); }, { name = top; -pos = (263,541); +pos = (252,541); } ); background = { @@ -1053,81 +2723,81 @@ nodes = ( }; guides = ( { -pos = (290,315); +pos = (279,315); }, { -pos = (239,118); +pos = (228,118); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(158,-6,o), -(206,17,o), -(231,59,c), -(235,59,l), -(247,20,o), -(284,0,o), -(335,0,cs), -(410,0,l), -(431,120,l), -(418,120,ls), -(405,120,o), -(401,129,o), -(404,141,cs), -(445,339,ls), -(473,475,o), -(401,551,o), -(265,551,cs), -(138,551,o), -(62,484,o), -(41,357,c), -(206,357,l), -(212,393,o), -(224,417,o), -(250,417,cs), -(279,417,o), -(280,392,o), -(274,361,cs), -(234,166,ls), -(227,133,o), -(214,118,o), -(190,118,cs), -(170,118,o), -(156,130,o), -(156,156,cs), -(156,190,o), -(178,212,o), -(210,212,cs), -(259,212,l), -(281,315,l), -(206,315,ls), -(61,315,o), -(-15,237,o), -(-15,121,cs), -(-15,45,o), -(33,-6,o), -(107,-6,cs) +(147,-6,o), +(197,17,o), +(222,59,c), +(223,59,l), +(235,20,o), +(273,0,o), +(324,0,cs), +(399,0,l), +(421,123,l), +(408,123,ls), +(395,123,o), +(392,132,o), +(394,144,cs), +(434,339,ls), +(462,475,o), +(390,551,o), +(254,551,cs), +(127,551,o), +(51,484,o), +(30,357,c), +(195,357,l), +(201,393,o), +(213,417,o), +(239,417,cs), +(262,417,o), +(270,398,o), +(263,361,cs), +(223,166,ls), +(216,133,o), +(203,118,o), +(179,118,cs), +(159,118,o), +(145,130,o), +(145,156,cs), +(145,190,o), +(167,212,o), +(199,212,cs), +(248,212,l), +(270,315,l), +(195,315,ls), +(50,315,o), +(-26,237,o), +(-26,121,cs), +(-26,45,o), +(22,-6,o), +(96,-6,cs) ); } ); -width = 476; +width = 454; }, { anchors = ( { name = bottom; -pos = (203,0); +pos = (179,0); }, { name = ogonek; -pos = (446,0); +pos = (422,0); }, { name = top; -pos = (284,517); +pos = (260,517); } ); background = { @@ -1200,84 +2870,84 @@ nodes = ( }; guides = ( { -pos = (267,264); +pos = (243,264); }, { -pos = (267,296); +pos = (243,296); }, { -pos = (111,383); +pos = (87,383); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(255,-10,o), -(321,16,o), -(353,61,c), -(357,61,l), -(358,25,o), -(380,0,o), -(421,0,cs), -(446,0,l), -(453,31,l), -(433,31,ls), -(399,31,o), -(387,44,o), -(396,87,cs), -(447,335,ls), -(472,458,o), -(395,527,o), -(279,527,cs), -(179,527,o), -(100,475,o), -(77,383,c), -(114,383,l), -(130,450,o), -(185,494,o), -(279,494,cs), -(378,494,o), -(434,442,o), -(411,332,cs), -(364,104,l), -(330,53,o), -(272,22,o), -(194,22,cs), -(119,22,o), -(68,58,o), -(68,131,cs), -(68,216,o), -(136,264,o), -(253,264,cs), -(405,264,l), -(412,296,l), -(259,296,ls), -(123,296,o), -(32,242,o), -(32,126,cs), -(32,44,o), -(90,-10,o), -(189,-10,cs) +(234,-10,o), +(302,16,o), +(336,70,c), +(337,70,l), +(337,28,o), +(365,0,o), +(399,0,cs), +(422,0,l), +(429,31,l), +(411,31,ls), +(377,31,o), +(365,56,o), +(378,117,cs), +(423,335,ls), +(448,458,o), +(371,527,o), +(255,527,cs), +(155,527,o), +(76,475,o), +(53,383,c), +(90,383,l), +(106,450,o), +(161,494,o), +(255,494,cs), +(354,494,o), +(410,442,o), +(387,332,cs), +(350,154,ls), +(334,76,o), +(256,22,o), +(170,22,cs), +(94,22,o), +(39,58,o), +(39,131,cs), +(39,216,o), +(108,264,o), +(226,264,cs), +(381,264,l), +(388,296,l), +(232,296,ls), +(95,296,o), +(3,242,o), +(3,126,cs), +(3,44,o), +(65,-10,o), +(165,-10,cs) ); } ); -width = 524; +width = 476; }, { anchors = ( { name = bottom; -pos = (258,0); +pos = (229,0); }, { name = ogonek; -pos = (523,0); +pos = (494,0); }, { name = top; -pos = (322,544); +pos = (293,544); } ); background = { @@ -1350,81 +3020,81 @@ nodes = ( }; guides = ( { -pos = (320,211); +pos = (291,211); }, { -pos = (249,357); +pos = (220,357); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(241,-10,o), -(309,19,o), -(335,62,c), -(343,62,l), -(353,32,o), -(378,0,o), -(448,0,cs), -(523,0,l), -(549,134,l), -(527,134,ls), -(514,134,o), -(510,144,o), -(514,162,cs), -(548,323,ls), -(577,462,o), -(487,554,o), -(324,554,cs), -(175,554,o), -(68,483,o), -(54,358,c), -(229,358,l), -(235,393,o), -(261,408,o), -(301,408,cs), -(345,408,o), -(371,389,o), -(361,340,cs), -(327,175,ls), -(320,141,o), -(293,120,o), -(251,120,cs), -(217,120,o), -(195,133,o), -(195,161,cs), -(195,195,o), -(220,211,o), -(274,211,cs), -(350,211,l), -(373,321,l), -(251,321,ls), -(85,321,o), -(3,247,o), -(3,134,cs), -(3,46,o), -(69,-10,o), -(167,-10,cs) +(219,-10,o), +(284,19,o), +(310,62,c), +(311,62,l), +(321,32,o), +(349,0,o), +(419,0,cs), +(491,0,l), +(521,153,l), +(509,153,ls), +(489,153,o), +(487,169,o), +(491,187,cs), +(519,323,ls), +(548,462,o), +(458,554,o), +(295,554,cs), +(146,554,o), +(39,483,o), +(25,358,c), +(200,358,l), +(206,393,o), +(232,408,o), +(272,408,cs), +(316,408,o), +(342,389,o), +(332,340,cs), +(298,175,ls), +(291,141,o), +(264,120,o), +(222,120,cs), +(188,120,o), +(166,133,o), +(166,161,cs), +(166,195,o), +(191,210,o), +(245,211,cs), +(321,213,l), +(344,323,l), +(222,321,ls), +(56,318,o), +(-26,247,o), +(-26,134,cs), +(-26,46,o), +(47,-10,o), +(145,-10,cs) ); } ); -width = 599; +width = 541; }, { anchors = ( { name = bottom; -pos = (270,0); +pos = (260,0); }, { name = ogonek; -pos = (515,0); +pos = (505,0); }, { name = top; -pos = (296,517); +pos = (286,517); } ); background = { @@ -1487,75 +3157,75 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(286,-10,o), -(377,26,o), -(416,80,c), -(422,80,l), -(414,34,o), -(429,0,o), -(479,0,cs), -(515,0,l), -(522,31,l), -(486,31,ls), -(459,31,o), -(448,43,o), -(456,80,cs), -(508,332,ls), -(535,463,o), -(448,527,o), -(296,527,cs), -(182,527,o), -(89,476,o), -(67,373,c), -(104,373,l), -(122,444,o), -(186,493,o), -(291,493,cs), -(409,493,o), -(496,451,o), -(473,336,cs), -(431,127,l), -(392,63,o), -(300,21,o), -(199,21,cs), -(109,21,o), -(51,60,o), -(51,132,cs), -(51,249,o), -(156,270,o), -(277,270,cs), -(468,270,l), -(474,302,l), -(275,302,ls), -(121,302,o), -(18,262,o), -(13,133,cs), -(10,47,o), -(80,-10,o), -(189,-10,cs) +(276,-10,o), +(372,26,o), +(411,80,c), +(412,80,l), +(404,33,o), +(431,0,o), +(478,0,cs), +(505,0,l), +(512,31,l), +(485,31,ls), +(455,31,o), +(438,43,o), +(448,90,cs), +(498,332,ls), +(523,452,o), +(441,527,o), +(286,527,cs), +(172,527,o), +(79,476,o), +(57,373,c), +(94,373,l), +(112,444,o), +(176,493,o), +(281,493,cs), +(399,493,o), +(486,451,o), +(463,336,cs), +(421,127,l), +(382,63,o), +(290,21,o), +(189,21,cs), +(99,21,o), +(41,60,o), +(41,132,cs), +(41,249,o), +(146,270,o), +(267,270,cs), +(458,270,l), +(464,302,l), +(265,302,ls), +(111,302,o), +(8,262,o), +(3,133,cs), +(0,47,o), +(70,-10,o), +(179,-10,cs) ); } ); -width = 587; +width = 567; }, { anchors = ( { name = bottom; -pos = (265,0); +pos = (250,0); }, { name = ogonek; -pos = (585,0); +pos = (570,0); }, { name = top; -pos = (357,544); +pos = (342,544); } ); background = { @@ -1617,61 +3287,61 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(253,-10,o), -(330,20,o), -(361,65,c), -(369,65,l), -(382,25,o), -(424,0,o), -(487,0,cs), -(585,0,l), -(610,131,l), -(587,131,ls), -(571,131,o), -(569,144,o), -(573,162,cs), -(607,329,ls), -(639,488,o), -(504,554,o), -(329,554,cs), -(169,554,o), -(54,488,o), -(36,358,c), -(245,358,l), -(251,387,o), -(273,404,o), -(319,404,cs), -(368,404,o), -(402,389,o), -(392,343,cs), -(359,183,ls), -(352,148,o), -(322,124,o), -(273,124,cs), -(238,124,o), -(215,139,o), -(216,167,cs), -(217,200,o), -(243,214,o), -(296,214,cs), -(381,214,l), -(403,320,l), -(258,320,ls), -(129,320,o), -(-7,288,o), -(-7,139,cs), -(-7,50,o), -(65,-10,o), -(171,-10,cs) +(254,-10,o), +(319,20,o), +(350,65,c), +(351,65,l), +(364,25,o), +(409,0,o), +(472,0,cs), +(570,0,l), +(598,139,l), +(581,139,ls), +(564,139,o), +(557,150,o), +(561,170,cs), +(592,329,ls), +(623,488,o), +(489,554,o), +(314,554,cs), +(154,554,o), +(39,488,o), +(21,358,c), +(230,358,l), +(236,387,o), +(258,404,o), +(304,404,cs), +(353,404,o), +(387,389,o), +(377,343,cs), +(346,193,ls), +(338,152,o), +(307,124,o), +(258,124,cs), +(223,124,o), +(200,139,o), +(201,167,cs), +(202,200,o), +(228,214,o), +(281,214,cs), +(366,214,l), +(388,320,l), +(243,320,ls), +(114,320,o), +(-22,288,o), +(-22,139,cs), +(-22,50,o), +(56,-10,o), +(162,-10,cs) ); } ); -width = 646; +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/aacute.glyph b/sources/MonaSans.glyphspackage/glyphs/aacute.glyph index 04be0b57..87066dd9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/aacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/aacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = aacute; -kernLeft = a; -kernRight = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (123,-137); ref = acutecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (246,-155); +pos = (259,-155); ref = acutecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (217,-134); +pos = (243,-129); ref = acutecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (259,-155); +pos = (242,-155); ref = acutecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (243,-129); +pos = (205,-134); ref = acutecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (103,-137); ref = acutecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (222,-129); ref = acutecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (119,-156); +ref = acutecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (124,-137); +ref = acutecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (245,-155); +ref = acutecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (217,-134); +ref = acutecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (286,-155); +ref = acutecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (257,-129); +ref = acutecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (83,-156); +ref = acutecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (105,-137); +ref = acutecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (225,-155); +ref = acutecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (191,-134); +ref = acutecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (252,-155); +ref = acutecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (233,-129); +ref = acutecomb; +} +); +width = 704; } ); unicode = 225; diff --git a/sources/MonaSans.glyphspackage/glyphs/aacute.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/aacute.ss05.glyph index c50cf43e..c348d08a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/aacute.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/aacute.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = aacute.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (134,-137); ref = acutecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (204,-155); +pos = (227,-155); ref = acutecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (202,-134); +pos = (208,-129); ref = acutecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (227,-155); +pos = (195,-155); ref = acutecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (208,-129); +pos = (190,-134); ref = acutecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (68,-137); ref = acutecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (157,-129); ref = acutecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (93,-156); +ref = acutecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (137,-137); +ref = acutecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (204,-155); +ref = acutecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (202,-134); +ref = acutecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (227,-155); +ref = acutecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (208,-129); +ref = acutecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (57,-156); +ref = acutecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (68,-137); +ref = acutecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (142,-155); +ref = acutecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (127,-134); +ref = acutecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (153,-155); +ref = acutecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (157,-129); +ref = acutecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/abreve.glyph b/sources/MonaSans.glyphspackage/glyphs/abreve.glyph index bc41a685..06facbaa 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abreve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abreve.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = abreve; -kernLeft = a; -kernRight = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (40,-137); ref = brevecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (133,-161); +pos = (143,-155); ref = brevecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (110,-134); +pos = (121,-129); ref = brevecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (143,-155); +pos = (131,-161); ref = brevecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (121,-129); +pos = (104,-134); ref = brevecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (18,-137); ref = brevecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (100,-134); ref = brevecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (51,-156); +ref = brevecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (41,-137); +ref = brevecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,-161); +ref = brevecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (110,-134); +ref = brevecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (170,-155); +ref = brevecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (135,-129); +ref = brevecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (10,-156); +ref = brevecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (20,-137); +ref = brevecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (111,-155); +ref = brevecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (74,-134); +ref = brevecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (130,-155); +ref = brevecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (111,-134); +ref = brevecomb; +} +); +width = 704; } ); unicode = 259; diff --git a/sources/MonaSans.glyphspackage/glyphs/abreve.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/abreve.ss05.glyph index 2abeb19e..b7b33414 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abreve.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abreve.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = abreve.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (51,-137); ref = brevecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (91,-161); +pos = (111,-155); ref = brevecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (95,-134); +pos = (86,-129); ref = brevecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (111,-155); +pos = (84,-161); ref = brevecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (86,-129); +pos = (89,-134); ref = brevecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-17,-137); ref = brevecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (35,-134); ref = brevecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (25,-156); +ref = brevecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (54,-137); +ref = brevecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (91,-161); +ref = brevecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (95,-134); +ref = brevecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (111,-155); +ref = brevecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (86,-129); +ref = brevecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-16,-156); +ref = brevecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-17,-137); +ref = brevecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (28,-155); +ref = brevecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (10,-134); +ref = brevecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (31,-155); +ref = brevecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (35,-134); +ref = brevecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/abreveacute.glyph b/sources/MonaSans.glyphspackage/glyphs/abreveacute.glyph index 1fb7a9cd..c7b3c09c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abreveacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abreveacute.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = abreveacute; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (41,-137); ref = brevecomb_acutecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (133,-161); +pos = (144,-155); ref = brevecomb_acutecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (110,-134); +pos = (120,-129); ref = brevecomb_acutecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (144,-155); +pos = (131,-161); ref = brevecomb_acutecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (120,-129); +pos = (104,-134); ref = brevecomb_acutecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (18,-137); ref = brevecomb_acutecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (91,-129); ref = brevecomb_acutecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (51,-156); +ref = brevecomb_acutecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (42,-137); +ref = brevecomb_acutecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,-161); +ref = brevecomb_acutecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (110,-134); +ref = brevecomb_acutecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (171,-155); +ref = brevecomb_acutecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (134,-129); +ref = brevecomb_acutecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (13,-157); +ref = brevecomb_acutecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (20,-137); +ref = brevecomb_acutecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (105,-161); +ref = brevecomb_acutecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,-134); +ref = brevecomb_acutecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (127,-155); +ref = brevecomb_acutecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (102,-129); +ref = brevecomb_acutecomb; +} +); +width = 704; } ); unicode = 7855; diff --git a/sources/MonaSans.glyphspackage/glyphs/abreveacute.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/abreveacute.ss05.glyph index 0cfb924a..6003c46c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abreveacute.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abreveacute.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = abreveacute.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (52,-137); ref = brevecomb_acutecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (91,-161); +pos = (112,-155); ref = brevecomb_acutecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (95,-134); +pos = (85,-129); ref = brevecomb_acutecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (112,-155); +pos = (84,-161); ref = brevecomb_acutecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (85,-129); +pos = (89,-134); ref = brevecomb_acutecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-17,-137); ref = brevecomb_acutecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (26,-129); ref = brevecomb_acutecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (25,-156); +ref = brevecomb_acutecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (55,-137); +ref = brevecomb_acutecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (91,-161); +ref = brevecomb_acutecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (95,-134); +ref = brevecomb_acutecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (112,-155); +ref = brevecomb_acutecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (85,-129); +ref = brevecomb_acutecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-13,-157); +ref = brevecomb_acutecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-17,-137); +ref = brevecomb_acutecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (22,-161); +ref = brevecomb_acutecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (12,-134); +ref = brevecomb_acutecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (28,-155); +ref = brevecomb_acutecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (26,-129); +ref = brevecomb_acutecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.glyph index 9cd1afe3..1d8b0a50 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = abrevedotbelow; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -35,75 +36,75 @@ pos = (40,-137); ref = brevecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (229,0); +pos = (245,0); ref = dotbelowcomb; }, { -pos = (133,-161); +pos = (143,-155); ref = brevecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (204,0); +pos = (207,0); ref = dotbelowcomb; }, { -pos = (110,-134); +pos = (121,-129); ref = brevecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (245,0); +pos = (225,0); ref = dotbelowcomb; }, { -pos = (143,-155); +pos = (131,-161); ref = brevecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (207,0); +pos = (194,0); ref = dotbelowcomb; }, { -pos = (121,-129); +pos = (104,-134); ref = brevecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -137,7 +138,7 @@ pos = (18,-137); ref = brevecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -205,7 +206,211 @@ pos = (100,-134); ref = brevecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (112,0); +ref = dotbelowcomb; +}, +{ +pos = (51,-156); +ref = brevecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (118,0); +ref = dotbelowcomb; +}, +{ +pos = (41,-137); +ref = brevecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (228,0); +ref = dotbelowcomb; +}, +{ +pos = (132,-161); +ref = brevecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (204,0); +ref = dotbelowcomb; +}, +{ +pos = (110,-134); +ref = brevecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (272,0); +ref = dotbelowcomb; +}, +{ +pos = (170,-155); +ref = brevecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (221,0); +ref = dotbelowcomb; +}, +{ +pos = (135,-129); +ref = brevecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (108,0); +ref = dotbelowcomb; +}, +{ +pos = (10,-156); +ref = brevecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (123,0); +ref = dotbelowcomb; +}, +{ +pos = (20,-137); +ref = brevecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (241,0); +ref = dotbelowcomb; +}, +{ +pos = (111,-155); +ref = brevecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (203,0); +ref = dotbelowcomb; +}, +{ +pos = (74,-134); +ref = brevecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (270,0); +ref = dotbelowcomb; +}, +{ +pos = (130,-155); +ref = brevecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (224,0); +ref = dotbelowcomb; +}, +{ +pos = (111,-134); +ref = brevecomb; +} +); +width = 704; } ); unicode = 7863; diff --git a/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.ss01.glyph index 0ad57211..460adb1b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.ss01.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = abrevedotbelow.ss01; -kernLeft = a; +kernLeft = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -35,75 +35,75 @@ pos = (40,-137); ref = brevecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (242,0); +pos = (258,0); ref = dotbelowcomb.ss01; }, { -pos = (133,-161); +pos = (143,-155); ref = brevecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (193,0); +pos = (219,0); ref = dotbelowcomb.ss01; }, { -pos = (110,-134); +pos = (121,-129); ref = brevecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (258,0); +pos = (238,0); ref = dotbelowcomb.ss01; }, { -pos = (143,-155); +pos = (131,-161); ref = brevecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (219,0); +pos = (181,0); ref = dotbelowcomb.ss01; }, { -pos = (121,-129); +pos = (104,-134); ref = brevecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -137,7 +137,7 @@ pos = (18,-137); ref = brevecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -205,7 +205,217 @@ pos = (100,-134); ref = brevecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (120,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (51,-156); +ref = brevecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (107,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (41,-137); +ref = brevecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (241,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (132,-161); +ref = brevecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (193,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (110,-134); +ref = brevecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (258,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (143,-155); +ref = brevecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (219,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (121,-129); +ref = brevecomb; +} +); +width = 730; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (116,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (10,-156); +ref = brevecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (114,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (20,-137); +ref = brevecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (254,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (111,-155); +ref = brevecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (194,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (74,-134); +ref = brevecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (281,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (130,-155); +ref = brevecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (238,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (111,-134); +ref = brevecomb; +} +); +width = 704; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.ss05.glyph index 7380935b..a28f5de7 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abrevedotbelow.ss05.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = abrevedotbelow.ss05; -kernLeft = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -35,75 +36,75 @@ pos = (51,-137); ref = brevecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (200,0); +pos = (226,0); ref = dotbelowcomb.ss01; }, { -pos = (91,-161); +pos = (111,-155); ref = brevecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (163,0); +pos = (181,0); ref = dotbelowcomb.ss01; }, { -pos = (95,-134); +pos = (86,-129); ref = brevecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (226,0); +pos = (191,0); ref = dotbelowcomb.ss01; }, { -pos = (111,-155); +pos = (84,-161); ref = brevecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (181,0); +pos = (152,0); ref = dotbelowcomb.ss01; }, { -pos = (86,-129); +pos = (89,-134); ref = brevecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -137,7 +138,7 @@ pos = (-17,-137); ref = brevecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -205,7 +206,217 @@ pos = (35,-134); ref = brevecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (94,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (25,-156); +ref = brevecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (108,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (54,-137); +ref = brevecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (200,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (91,-161); +ref = brevecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (163,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (95,-134); +ref = brevecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (226,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (111,-155); +ref = brevecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (181,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (86,-129); +ref = brevecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (104,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (-16,-156); +ref = brevecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (142,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (-17,-137); +ref = brevecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (198,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (28,-155); +ref = brevecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (178,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (10,-134); +ref = brevecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (264,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (31,-155); +ref = brevecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (182,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (35,-134); +ref = brevecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/abrevegrave.glyph b/sources/MonaSans.glyphspackage/glyphs/abrevegrave.glyph index 698f864e..00b3909e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abrevegrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abrevegrave.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = abrevegrave; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (37,-137); ref = brevecomb_gravecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (133,-161); +pos = (143,-155); ref = brevecomb_gravecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (110,-134); +pos = (122,-129); ref = brevecomb_gravecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (143,-155); +pos = (131,-161); ref = brevecomb_gravecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (122,-129); +pos = (104,-134); ref = brevecomb_gravecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (5,-137); ref = brevecomb_gravecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (91,-129); ref = brevecomb_gravecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (52,-156); +ref = brevecomb_gravecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (38,-137); +ref = brevecomb_gravecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,-161); +ref = brevecomb_gravecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (110,-134); +ref = brevecomb_gravecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (170,-155); +ref = brevecomb_gravecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (136,-129); +ref = brevecomb_gravecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (19,-157); +ref = brevecomb_gravecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (7,-137); +ref = brevecomb_gravecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (106,-155); +ref = brevecomb_gravecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,-134); +ref = brevecomb_gravecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (127,-155); +ref = brevecomb_gravecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (102,-129); +ref = brevecomb_gravecomb; +} +); +width = 704; } ); unicode = 7857; diff --git a/sources/MonaSans.glyphspackage/glyphs/abrevegrave.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/abrevegrave.ss05.glyph index 0797800b..43303e45 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abrevegrave.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abrevegrave.ss05.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = abrevegrave.ss05; -kernLeft = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (48,-137); ref = brevecomb_gravecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (91,-161); +pos = (111,-155); ref = brevecomb_gravecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (95,-134); +pos = (87,-129); ref = brevecomb_gravecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (111,-155); +pos = (84,-161); ref = brevecomb_gravecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (87,-129); +pos = (89,-134); ref = brevecomb_gravecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-30,-137); ref = brevecomb_gravecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,167 @@ pos = (26,-129); ref = brevecomb_gravecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (26,-156); +ref = brevecomb_gravecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (51,-137); +ref = brevecomb_gravecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (91,-161); +ref = brevecomb_gravecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (95,-134); +ref = brevecomb_gravecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (111,-155); +ref = brevecomb_gravecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (87,-129); +ref = brevecomb_gravecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-7,-157); +ref = brevecomb_gravecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-30,-137); +ref = brevecomb_gravecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (23,-155); +ref = brevecomb_gravecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (12,-134); +ref = brevecomb_gravecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (28,-155); +ref = brevecomb_gravecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (26,-129); +ref = brevecomb_gravecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/abrevehookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/abrevehookabove.glyph index 42d61d6e..49c338bd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abrevehookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abrevehookabove.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = abrevehookabove; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (41,-137); ref = brevecomb_hookabovecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (133,-161); +pos = (143,-155); ref = brevecomb_hookabovecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (113,-134); +pos = (122,-129); ref = brevecomb_hookabovecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (143,-155); +pos = (131,-161); ref = brevecomb_hookabovecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (122,-129); +pos = (107,-134); ref = brevecomb_hookabovecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (17,-137); ref = brevecomb_hookabovecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (91,-129); ref = brevecomb_hookabovecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (52,-156); +ref = brevecomb_hookabovecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (42,-137); +ref = brevecomb_hookabovecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,-161); +ref = brevecomb_hookabovecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (113,-134); +ref = brevecomb_hookabovecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (170,-155); +ref = brevecomb_hookabovecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (136,-129); +ref = brevecomb_hookabovecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (19,-157); +ref = brevecomb_hookabovecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (19,-137); +ref = brevecomb_hookabovecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (106,-155); +ref = brevecomb_hookabovecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,-134); +ref = brevecomb_hookabovecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (128,-155); +ref = brevecomb_hookabovecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (102,-129); +ref = brevecomb_hookabovecomb; +} +); +width = 704; } ); unicode = 7859; diff --git a/sources/MonaSans.glyphspackage/glyphs/abrevehookabove.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/abrevehookabove.ss05.glyph index 4ebdb34c..8b49bf26 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abrevehookabove.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abrevehookabove.ss05.glyph @@ -1,6 +1,8 @@ { color = 6; glyphname = abrevehookabove.ss05; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +28,59 @@ pos = (52,-137); ref = brevecomb_hookabovecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (91,-161); +pos = (111,-155); ref = brevecomb_hookabovecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (98,-134); +pos = (87,-129); ref = brevecomb_hookabovecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (111,-155); +pos = (84,-161); ref = brevecomb_hookabovecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (87,-129); +pos = (92,-134); ref = brevecomb_hookabovecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +106,7 @@ pos = (-18,-137); ref = brevecomb_hookabovecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +158,167 @@ pos = (26,-129); ref = brevecomb_hookabovecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (26,-156); +ref = brevecomb_hookabovecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (55,-137); +ref = brevecomb_hookabovecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (91,-161); +ref = brevecomb_hookabovecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (98,-134); +ref = brevecomb_hookabovecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (111,-155); +ref = brevecomb_hookabovecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (87,-129); +ref = brevecomb_hookabovecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-7,-157); +ref = brevecomb_hookabovecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-18,-137); +ref = brevecomb_hookabovecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (23,-155); +ref = brevecomb_hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (12,-134); +ref = brevecomb_hookabovecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (29,-155); +ref = brevecomb_hookabovecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (26,-129); +ref = brevecomb_hookabovecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/abrevetilde.glyph b/sources/MonaSans.glyphspackage/glyphs/abrevetilde.glyph index 631fb9a6..55a37eb5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abrevetilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abrevetilde.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = abrevetilde; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (41,-137); ref = brevecomb_tildecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (128,-155); +pos = (141,-155); ref = brevecomb_tildecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (101,-134); +pos = (110,-129); ref = brevecomb_tildecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (141,-155); +pos = (126,-155); ref = brevecomb_tildecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (110,-129); +pos = (95,-134); ref = brevecomb_tildecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (6,-137); ref = brevecomb_tildecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (81,-129); ref = brevecomb_tildecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (43,-156); +ref = brevecomb_tildecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (42,-137); +ref = brevecomb_tildecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (127,-155); +ref = brevecomb_tildecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (101,-134); +ref = brevecomb_tildecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (168,-155); +ref = brevecomb_tildecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (124,-129); +ref = brevecomb_tildecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (1,-157); +ref = brevecomb_tildecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (8,-137); +ref = brevecomb_tildecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (98,-155); +ref = brevecomb_tildecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (62,-134); +ref = brevecomb_tildecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (111,-155); +ref = brevecomb_tildecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (92,-129); +ref = brevecomb_tildecomb; +} +); +width = 704; } ); unicode = 7861; diff --git a/sources/MonaSans.glyphspackage/glyphs/abrevetilde.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/abrevetilde.ss05.glyph index a700bc00..1dc3c730 100644 --- a/sources/MonaSans.glyphspackage/glyphs/abrevetilde.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/abrevetilde.ss05.glyph @@ -1,6 +1,8 @@ { color = 6; glyphname = abrevetilde.ss05; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +28,59 @@ pos = (52,-137); ref = brevecomb_tildecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (86,-155); +pos = (109,-155); ref = brevecomb_tildecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (86,-134); +pos = (75,-129); ref = brevecomb_tildecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (109,-155); +pos = (79,-155); ref = brevecomb_tildecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (75,-129); +pos = (80,-134); ref = brevecomb_tildecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +106,7 @@ pos = (-29,-137); ref = brevecomb_tildecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +158,167 @@ pos = (16,-129); ref = brevecomb_tildecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (17,-156); +ref = brevecomb_tildecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (55,-137); +ref = brevecomb_tildecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (86,-155); +ref = brevecomb_tildecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (86,-134); +ref = brevecomb_tildecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (109,-155); +ref = brevecomb_tildecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (75,-129); +ref = brevecomb_tildecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-25,-157); +ref = brevecomb_tildecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-29,-137); +ref = brevecomb_tildecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (15,-155); +ref = brevecomb_tildecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-2,-134); +ref = brevecomb_tildecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (12,-155); +ref = brevecomb_tildecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (16,-129); +ref = brevecomb_tildecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexdotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/acaron.glyph similarity index 50% rename from sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexdotbelow.glyph rename to sources/MonaSans.glyphspackage/glyphs/acaron.glyph index a12e35a5..76d6d24e 100644 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexdotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acaron.glyph @@ -1,8 +1,7 @@ { -color = 6; -glyphname = acircumflexdotbelow; -kernLeft = KO_a; -kernRight = KO_a; +glyphname = acaron; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -11,12 +10,8 @@ shapes = ( ref = a; }, { -pos = (113,0); -ref = dotbelowcomb; -}, -{ pos = (47,-156); -ref = circumflexcomb; +ref = caroncomb; } ); width = 344; @@ -28,29 +23,47 @@ shapes = ( ref = a; }, { -pos = (117,0); -ref = dotbelowcomb; +pos = (18,-137); +ref = caroncomb; +} +); +width = 486; }, { -pos = (18,-137); -ref = circumflexcomb; +layerId = m019; +shapes = ( +{ +ref = a; +}, +{ +pos = (135,-155); +ref = caroncomb; } ); -width = 470; +width = 581; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (245,0); -ref = dotbelowcomb; +pos = (76,-134); +ref = caroncomb; +} +); +width = 631; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = a; }, { pos = (138,-155); -ref = circumflexcomb; +ref = caroncomb; } ); width = 640; @@ -62,254 +75,246 @@ shapes = ( ref = a; }, { -pos = (207,0); -ref = dotbelowcomb; -}, -{ pos = (69,-129); -ref = circumflexcomb; +ref = caroncomb; } ); -width = 730; +width = 742; }, { -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { ref = a; }, { -pos = (112,0); -ref = dotbelowcomb; -}, -{ -pos = (46,-156); -ref = circumflexcomb; +pos = (10,-156); +ref = caroncomb; } ); -width = 299; +width = 341; }, { -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { ref = a; }, { -pos = (118,0); -ref = dotbelowcomb; -}, -{ -pos = (19,-137); -ref = circumflexcomb; +pos = (2,-137); +ref = caroncomb; } ); -width = 450; +width = 483; }, { -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { ref = a; }, { -pos = (228,0); -ref = dotbelowcomb; -}, -{ -pos = (136,-155); -ref = circumflexcomb; +pos = (113,-155); +ref = caroncomb; } ); -width = 545; +width = 586; }, { -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { ref = a; }, { -pos = (204,0); -ref = dotbelowcomb; -}, -{ -pos = (82,-134); -ref = circumflexcomb; +pos = (44,-134); +ref = caroncomb; } ); -width = 609; +width = 657; }, { -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { ref = a; }, { -pos = (272,0); -ref = dotbelowcomb; -}, -{ -pos = (165,-155); -ref = circumflexcomb; +pos = (116,-155); +ref = caroncomb; } ); -width = 647; +width = 638; }, { -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { ref = a; }, { -pos = (220,0); -ref = dotbelowcomb; -}, -{ -pos = (82,-129); -ref = circumflexcomb; +pos = (48,-129); +ref = caroncomb; } ); -width = 720; +width = 735; }, { -layerId = m019; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { ref = a; }, { -pos = (225,0); -ref = dotbelowcomb; -}, -{ -pos = (135,-155); -ref = circumflexcomb; +pos = (46,-156); +ref = caroncomb; } ); -width = 581; +width = 299; }, { -layerId = m020; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { ref = a; }, { -pos = (194,0); -ref = dotbelowcomb; -}, -{ -pos = (76,-134); -ref = circumflexcomb; +pos = (19,-137); +ref = caroncomb; } ); -width = 631; +width = 450; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { ref = a; }, { -pos = (108,0); -ref = dotbelowcomb; -}, -{ -pos = (9,-156); -ref = circumflexcomb; +pos = (136,-155); +ref = caroncomb; } ); -width = 341; +width = 545; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { ref = a; }, { -pos = (121,0); -ref = dotbelowcomb; -}, -{ -pos = (-4,-137); -ref = circumflexcomb; +pos = (82,-134); +ref = caroncomb; } ); -width = 467; +width = 609; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { ref = a; }, { -pos = (238,0); -ref = dotbelowcomb; +pos = (165,-155); +ref = caroncomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; }, { -pos = (112,-155); -ref = circumflexcomb; +pos = (83,-129); +ref = caroncomb; } ); -width = 586; +width = 721; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { ref = a; }, { -pos = (195,0); -ref = dotbelowcomb; +pos = (10,-156); +ref = caroncomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; }, { -pos = (49,-134); -ref = circumflexcomb; +pos = (4,-137); +ref = caroncomb; } ); -width = 657; +width = 447; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { ref = a; }, { -pos = (257,0); -ref = dotbelowcomb; +pos = (116,-155); +ref = caroncomb; +} +); +width = 541; }, { -pos = (116,-155); -ref = circumflexcomb; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (52,-134); +ref = caroncomb; } ); -width = 638; +width = 607; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { ref = a; }, { -pos = (213,0); -ref = dotbelowcomb; +pos = (129,-155); +ref = caroncomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; }, { -pos = (46,-129); -ref = circumflexcomb; +pos = (59,-129); +ref = caroncomb; } ); -width = 723; +width = 704; } ); -unicode = 7853; +unicode = 462; } diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflex.glyph index 3a23e43c..5890f408 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = acircumflex; -kernLeft = a; -kernRight = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (18,-137); ref = circumflexcomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (137,-155); +pos = (138,-155); ref = circumflexcomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (82,-134); +pos = (69,-129); ref = circumflexcomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (138,-155); +pos = (135,-155); ref = circumflexcomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (69,-129); +pos = (76,-134); ref = circumflexcomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-4,-137); ref = circumflexcomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (46,-129); ref = circumflexcomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (46,-156); +ref = circumflexcomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (19,-137); +ref = circumflexcomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (136,-155); +ref = circumflexcomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (82,-134); +ref = circumflexcomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (165,-155); +ref = circumflexcomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (83,-129); +ref = circumflexcomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (9,-156); +ref = circumflexcomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (-2,-137); +ref = circumflexcomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (115,-155); +ref = circumflexcomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (57,-134); +ref = circumflexcomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (129,-155); +ref = circumflexcomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (57,-129); +ref = circumflexcomb; +} +); +width = 704; } ); unicode = 226; diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflex.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflex.ss05.glyph index 44bad259..a60dc09e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflex.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflex.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = acircumflex.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (29,-137); ref = circumflexcomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (95,-155); +pos = (106,-155); ref = circumflexcomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (67,-134); +pos = (34,-129); ref = circumflexcomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (106,-155); +pos = (88,-155); ref = circumflexcomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (34,-129); +pos = (61,-134); ref = circumflexcomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-39,-137); ref = circumflexcomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (-19,-129); ref = circumflexcomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (20,-156); +ref = circumflexcomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (32,-137); +ref = circumflexcomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (95,-155); +ref = circumflexcomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (67,-134); +ref = circumflexcomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (106,-155); +ref = circumflexcomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (34,-129); +ref = circumflexcomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-17,-156); +ref = circumflexcomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-39,-137); +ref = circumflexcomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (32,-155); +ref = circumflexcomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-7,-134); +ref = circumflexcomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (30,-155); +ref = circumflexcomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-19,-129); +ref = circumflexcomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflexacute.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflexacute.glyph index 97959933..d7206287 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflexacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflexacute.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = acircumflexacute; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (29,-137); ref = circumflexcomb_acutecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (137,-155); +pos = (138,-155); ref = circumflexcomb_acutecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (82,-134); +pos = (93,-129); ref = circumflexcomb_acutecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (138,-155); +pos = (135,-155); ref = circumflexcomb_acutecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (93,-129); +pos = (75,-134); ref = circumflexcomb_acutecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (8,-137); ref = circumflexcomb_acutecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (69,-129); ref = circumflexcomb_acutecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (46,-156); +ref = circumflexcomb_acutecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (30,-137); +ref = circumflexcomb_acutecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (136,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (82,-134); +ref = circumflexcomb_acutecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (165,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (107,-129); +ref = circumflexcomb_acutecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (9,-156); +ref = circumflexcomb_acutecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (10,-137); +ref = circumflexcomb_acutecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (115,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (59,-134); +ref = circumflexcomb_acutecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (129,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (80,-129); +ref = circumflexcomb_acutecomb; +} +); +width = 704; } ); unicode = 7845; diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflexacute.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflexacute.ss05.glyph index 6d6c396c..bf84a143 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflexacute.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflexacute.ss05.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = acircumflexacute.ss05; -kernRight = a.ss04; +kernLeft = KO_a.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (40,-137); ref = circumflexcomb_acutecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (95,-155); +pos = (106,-155); ref = circumflexcomb_acutecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (67,-134); +pos = (58,-129); ref = circumflexcomb_acutecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (106,-155); +pos = (88,-155); ref = circumflexcomb_acutecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (58,-129); +pos = (60,-134); ref = circumflexcomb_acutecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-27,-137); ref = circumflexcomb_acutecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,167 @@ pos = (4,-129); ref = circumflexcomb_acutecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (20,-156); +ref = circumflexcomb_acutecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (43,-137); +ref = circumflexcomb_acutecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (95,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (67,-134); +ref = circumflexcomb_acutecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (106,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (58,-129); +ref = circumflexcomb_acutecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-17,-156); +ref = circumflexcomb_acutecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-27,-137); +ref = circumflexcomb_acutecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (32,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-5,-134); +ref = circumflexcomb_acutecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (30,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (4,-129); +ref = circumflexcomb_acutecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.glyph index a8066c05..0608fefa 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = acircumflexdotbelow; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -35,75 +36,75 @@ pos = (18,-137); ref = circumflexcomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (229,0); +pos = (245,0); ref = dotbelowcomb; }, { -pos = (137,-155); +pos = (138,-155); ref = circumflexcomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (204,0); +pos = (207,0); ref = dotbelowcomb; }, { -pos = (82,-134); +pos = (69,-129); ref = circumflexcomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (245,0); +pos = (225,0); ref = dotbelowcomb; }, { -pos = (138,-155); +pos = (135,-155); ref = circumflexcomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (207,0); +pos = (194,0); ref = dotbelowcomb; }, { -pos = (69,-129); +pos = (76,-134); ref = circumflexcomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -137,7 +138,7 @@ pos = (-4,-137); ref = circumflexcomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -205,7 +206,211 @@ pos = (46,-129); ref = circumflexcomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (112,0); +ref = dotbelowcomb; +}, +{ +pos = (46,-156); +ref = circumflexcomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (118,0); +ref = dotbelowcomb; +}, +{ +pos = (19,-137); +ref = circumflexcomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (228,0); +ref = dotbelowcomb; +}, +{ +pos = (136,-155); +ref = circumflexcomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (204,0); +ref = dotbelowcomb; +}, +{ +pos = (82,-134); +ref = circumflexcomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (272,0); +ref = dotbelowcomb; +}, +{ +pos = (165,-155); +ref = circumflexcomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (221,0); +ref = dotbelowcomb; +}, +{ +pos = (83,-129); +ref = circumflexcomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (108,0); +ref = dotbelowcomb; +}, +{ +pos = (9,-156); +ref = circumflexcomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (123,0); +ref = dotbelowcomb; +}, +{ +pos = (-2,-137); +ref = circumflexcomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (241,0); +ref = dotbelowcomb; +}, +{ +pos = (115,-155); +ref = circumflexcomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (203,0); +ref = dotbelowcomb; +}, +{ +pos = (57,-134); +ref = circumflexcomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (270,0); +ref = dotbelowcomb; +}, +{ +pos = (129,-155); +ref = circumflexcomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (224,0); +ref = dotbelowcomb; +}, +{ +pos = (57,-129); +ref = circumflexcomb; +} +); +width = 704; } ); unicode = 7853; diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.ss01.glyph index a9485ec9..7c44485e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.ss01.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = acircumflexdotbelow.ss01; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -35,75 +36,75 @@ pos = (18,-137); ref = circumflexcomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (242,0); +pos = (258,0); ref = dotbelowcomb.ss01; }, { -pos = (137,-155); +pos = (138,-155); ref = circumflexcomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (193,0); +pos = (219,0); ref = dotbelowcomb.ss01; }, { -pos = (82,-134); +pos = (69,-129); ref = circumflexcomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (258,0); +pos = (238,0); ref = dotbelowcomb.ss01; }, { -pos = (138,-155); +pos = (135,-155); ref = circumflexcomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (219,0); +pos = (181,0); ref = dotbelowcomb.ss01; }, { -pos = (69,-129); +pos = (76,-134); ref = circumflexcomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -137,7 +138,7 @@ pos = (-4,-137); ref = circumflexcomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -205,7 +206,217 @@ pos = (46,-129); ref = circumflexcomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (120,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (46,-156); +ref = circumflexcomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (107,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (19,-137); +ref = circumflexcomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (241,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (136,-155); +ref = circumflexcomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (193,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (82,-134); +ref = circumflexcomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (258,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (138,-155); +ref = circumflexcomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (219,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (69,-129); +ref = circumflexcomb; +} +); +width = 730; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (116,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (9,-156); +ref = circumflexcomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (114,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (-2,-137); +ref = circumflexcomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (254,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (115,-155); +ref = circumflexcomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (194,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (57,-134); +ref = circumflexcomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (281,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (129,-155); +ref = circumflexcomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (238,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (57,-129); +ref = circumflexcomb; +} +); +width = 704; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.ss05.glyph index 9a61602e..d4c1e0c0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflexdotbelow.ss05.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = acircumflexdotbelow.ss05; -kernLeft = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -35,75 +36,75 @@ pos = (29,-137); ref = circumflexcomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (200,0); +pos = (226,0); ref = dotbelowcomb.ss01; }, { -pos = (95,-155); +pos = (106,-155); ref = circumflexcomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (163,0); +pos = (181,0); ref = dotbelowcomb.ss01; }, { -pos = (67,-134); +pos = (34,-129); ref = circumflexcomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (226,0); +pos = (191,0); ref = dotbelowcomb.ss01; }, { -pos = (106,-155); +pos = (88,-155); ref = circumflexcomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (181,0); +pos = (152,0); ref = dotbelowcomb.ss01; }, { -pos = (34,-129); +pos = (61,-134); ref = circumflexcomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -137,7 +138,7 @@ pos = (-39,-137); ref = circumflexcomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -205,7 +206,217 @@ pos = (-19,-129); ref = circumflexcomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (94,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (20,-156); +ref = circumflexcomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (108,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (32,-137); +ref = circumflexcomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (200,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (95,-155); +ref = circumflexcomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (163,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (67,-134); +ref = circumflexcomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (226,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (106,-155); +ref = circumflexcomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (181,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (34,-129); +ref = circumflexcomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (104,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (-17,-156); +ref = circumflexcomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (142,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (-39,-137); +ref = circumflexcomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (198,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (32,-155); +ref = circumflexcomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (178,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (-7,-134); +ref = circumflexcomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (264,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (30,-155); +ref = circumflexcomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (182,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (-19,-129); +ref = circumflexcomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflexgrave.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflexgrave.glyph index 9910dfb4..381b99ab 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflexgrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflexgrave.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = acircumflexgrave; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (29,-137); ref = circumflexcomb_gravecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (137,-155); +pos = (138,-155); ref = circumflexcomb_gravecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (82,-134); +pos = (93,-129); ref = circumflexcomb_gravecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (138,-155); +pos = (135,-155); ref = circumflexcomb_gravecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (93,-129); +pos = (75,-134); ref = circumflexcomb_gravecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (8,-137); ref = circumflexcomb_gravecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (69,-129); ref = circumflexcomb_gravecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (46,-156); +ref = circumflexcomb_gravecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (30,-137); +ref = circumflexcomb_gravecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (136,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (82,-134); +ref = circumflexcomb_gravecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (165,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (107,-129); +ref = circumflexcomb_gravecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (9,-156); +ref = circumflexcomb_gravecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (10,-137); +ref = circumflexcomb_gravecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (115,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (59,-134); +ref = circumflexcomb_gravecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (129,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (80,-129); +ref = circumflexcomb_gravecomb; +} +); +width = 704; } ); unicode = 7847; diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflexgrave.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflexgrave.ss05.glyph index 845ec50e..2313ed79 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflexgrave.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflexgrave.ss05.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = acircumflexgrave.ss05; -kernLeft = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (40,-137); ref = circumflexcomb_gravecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (95,-155); +pos = (106,-155); ref = circumflexcomb_gravecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (67,-134); +pos = (58,-129); ref = circumflexcomb_gravecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (106,-155); +pos = (88,-155); ref = circumflexcomb_gravecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (58,-129); +pos = (60,-134); ref = circumflexcomb_gravecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-27,-137); ref = circumflexcomb_gravecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,167 @@ pos = (4,-129); ref = circumflexcomb_gravecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (20,-156); +ref = circumflexcomb_gravecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (43,-137); +ref = circumflexcomb_gravecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (95,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (67,-134); +ref = circumflexcomb_gravecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (106,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (58,-129); +ref = circumflexcomb_gravecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-17,-156); +ref = circumflexcomb_gravecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-27,-137); +ref = circumflexcomb_gravecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (32,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-5,-134); +ref = circumflexcomb_gravecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (30,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (4,-129); +ref = circumflexcomb_gravecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflexhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflexhookabove.glyph index a4a45d11..d6f786b5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflexhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflexhookabove.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = acircumflexhookabove; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (29,-137); ref = circumflexcomb_hookabovecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (137,-155); +pos = (138,-155); ref = circumflexcomb_hookabovecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (82,-134); +pos = (93,-129); ref = circumflexcomb_hookabovecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (138,-155); +pos = (135,-155); ref = circumflexcomb_hookabovecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (93,-129); +pos = (75,-134); ref = circumflexcomb_hookabovecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (8,-137); ref = circumflexcomb_hookabovecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (69,-129); ref = circumflexcomb_hookabovecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (46,-156); +ref = circumflexcomb_hookabovecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (30,-137); +ref = circumflexcomb_hookabovecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (136,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (82,-134); +ref = circumflexcomb_hookabovecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (165,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (107,-129); +ref = circumflexcomb_hookabovecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (9,-156); +ref = circumflexcomb_hookabovecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (10,-137); +ref = circumflexcomb_hookabovecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (115,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (59,-134); +ref = circumflexcomb_hookabovecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (129,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (80,-129); +ref = circumflexcomb_hookabovecomb; +} +); +width = 704; } ); unicode = 7849; diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflexhookabove.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflexhookabove.ss05.glyph index 1f60151a..c3f1d157 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflexhookabove.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflexhookabove.ss05.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = acircumflexhookabove.ss05; +kernLeft = KO_a.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (40,-137); ref = circumflexcomb_hookabovecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (95,-155); +pos = (106,-155); ref = circumflexcomb_hookabovecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (67,-134); +pos = (58,-129); ref = circumflexcomb_hookabovecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (106,-155); +pos = (88,-155); ref = circumflexcomb_hookabovecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (58,-129); +pos = (60,-134); ref = circumflexcomb_hookabovecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (-27,-137); ref = circumflexcomb_hookabovecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +157,167 @@ pos = (4,-129); ref = circumflexcomb_hookabovecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (20,-156); +ref = circumflexcomb_hookabovecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (43,-137); +ref = circumflexcomb_hookabovecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (95,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (67,-134); +ref = circumflexcomb_hookabovecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (106,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (58,-129); +ref = circumflexcomb_hookabovecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-17,-156); +ref = circumflexcomb_hookabovecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-27,-137); +ref = circumflexcomb_hookabovecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (32,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-5,-134); +ref = circumflexcomb_hookabovecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (30,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (4,-129); +ref = circumflexcomb_hookabovecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflextilde.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflextilde.glyph index c86ed8d3..b9bd3436 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflextilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflextilde.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = acircumflextilde; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (29,-137); ref = circumflexcomb_tildecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (137,-155); +pos = (138,-155); ref = circumflexcomb_tildecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (82,-134); +pos = (93,-129); ref = circumflexcomb_tildecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (138,-155); +pos = (135,-155); ref = circumflexcomb_tildecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (93,-129); +pos = (76,-134); ref = circumflexcomb_tildecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (7,-137); ref = circumflexcomb_tildecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (77,-129); ref = circumflexcomb_tildecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (46,-156); +ref = circumflexcomb_tildecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (30,-137); +ref = circumflexcomb_tildecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (136,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (82,-134); +ref = circumflexcomb_tildecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (165,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (107,-129); +ref = circumflexcomb_tildecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (9,-156); +ref = circumflexcomb_tildecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (9,-137); +ref = circumflexcomb_tildecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (108,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (59,-134); +ref = circumflexcomb_tildecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (129,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (88,-129); +ref = circumflexcomb_tildecomb; +} +); +width = 704; } ); unicode = 7851; diff --git a/sources/MonaSans.glyphspackage/glyphs/acircumflextilde.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/acircumflextilde.ss05.glyph index af038d97..a807a62c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acircumflextilde.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acircumflextilde.ss05.glyph @@ -1,6 +1,8 @@ { color = 6; glyphname = acircumflextilde.ss05; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +28,59 @@ pos = (40,-137); ref = circumflexcomb_tildecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (95,-155); +pos = (106,-155); ref = circumflexcomb_tildecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (67,-134); +pos = (58,-129); ref = circumflexcomb_tildecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (106,-155); +pos = (88,-155); ref = circumflexcomb_tildecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (58,-129); +pos = (61,-134); ref = circumflexcomb_tildecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +106,7 @@ pos = (-28,-137); ref = circumflexcomb_tildecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +158,167 @@ pos = (12,-129); ref = circumflexcomb_tildecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (20,-156); +ref = circumflexcomb_tildecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (43,-137); +ref = circumflexcomb_tildecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (95,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (67,-134); +ref = circumflexcomb_tildecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (106,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (58,-129); +ref = circumflexcomb_tildecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-17,-156); +ref = circumflexcomb_tildecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-28,-137); +ref = circumflexcomb_tildecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (25,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-5,-134); +ref = circumflexcomb_tildecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (30,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (12,-129); +ref = circumflexcomb_tildecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/acute.glyph b/sources/MonaSans.glyphspackage/glyphs/acute.glyph index b0e65614..0a5a4022 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acute.glyph @@ -20,47 +20,47 @@ alignment = 1; ref = acutecomb; } ); -width = 321; +width = 337; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = acutecomb; } ); -width = 189; +width = 203; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = acutecomb; } ); -width = 321; +width = 363; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = acutecomb; } ); -width = 203; +width = 190; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = acutecomb; } ); -width = 351; +width = 308; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = acutecomb; } ); -width = 318; +width = 334; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = acutecomb; } ); +width = 363; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = acutecomb; +} +); +width = 189; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = acutecomb; +} +); +width = 321; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = acutecomb; +} +); +width = 189; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = acutecomb; +} +); +width = 301; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = acutecomb; +} +); +width = 203; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = acutecomb; +} +); width = 351; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = acutecomb; +} +); +width = 144; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = acutecomb; +} +); +width = 296; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = acutecomb; +} +); +width = 143; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = acutecomb; +} +); +width = 255; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = acutecomb; +} +); +width = 183; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = acutecomb; +} +); +width = 321; } ); unicode = 180; diff --git a/sources/MonaSans.glyphspackage/glyphs/acutecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/acutecomb.glyph index 40cdb942..efaeb36f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/acutecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/acutecomb.glyph @@ -45,7 +45,7 @@ width = 189; anchors = ( { name = _top; -pos = (112,678); +pos = (120,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -53,98 +53,98 @@ shapes = ( { closed = 1; nodes = ( -(184,735,l), -(281,884,l), -(93,884,l), -(40,735,l) +(192,735,l), +(289,884,l), +(101,884,l), +(48,735,l) ); } ); -width = 321; +width = 337; }, { anchors = ( { name = _top; -pos = (55,672); +pos = (58,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(71,746,l), -(149,882,l), -(108,882,l), +(75,746,l), +(163,882,l), +(118,882,l), (40,746,l) ); } ); -width = 189; +width = 203; }, { anchors = ( { name = _top; -pos = (112,678); +pos = (123,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(184,735,l), -(281,884,l), -(93,884,l), -(40,735,l) +(200,729,l), +(317,878,l), +(109,878,l), +(46,729,l) ); } ); -width = 321; +width = 363; }, { anchors = ( { name = _top; -pos = (58,672); +pos = (56,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(75,746,l), -(163,882,l), -(118,882,l), -(40,746,l) +(72,746,l), +(150,882,l), +(109,882,l), +(43,746,l) ); } ); -width = 203; +width = 190; }, { anchors = ( { name = _top; -pos = (117,673); +pos = (110,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(194,729,l), -(311,878,l), -(103,878,l), -(40,729,l) +(181,735,l), +(270,884,l), +(84,884,l), +(39,735,l) ); } ); -width = 351; +width = 308; }, { anchors = ( @@ -171,7 +171,7 @@ width = 190; anchors = ( { name = _top; -pos = (195,678); +pos = (203,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -179,14 +179,14 @@ shapes = ( { closed = 1; nodes = ( -(278,735,l), -(405,884,l), -(219,884,l), -(136,735,l) +(286,735,l), +(413,884,l), +(227,884,l), +(144,735,l) ); } ); -width = 318; +width = 334; }, { anchors = ( @@ -255,7 +255,7 @@ width = 203; anchors = ( { name = _top; -pos = (200,673); +pos = (206,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -263,14 +263,285 @@ shapes = ( { closed = 1; nodes = ( -(289,729,l), -(436,878,l), -(228,878,l), -(135,729,l) +(295,729,l), +(442,878,l), +(234,878,l), +(141,729,l) +); +} +); +width = 363; +}, +{ +anchors = ( +{ +name = _top; +pos = (36,672); +} +); +background = { +anchors = ( +{ +name = _top; +pos = (91,672); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(103,746,l), +(182,882,l), +(140,882,l), +(75,746,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(51,746,l), +(129,882,l), +(94,882,l), +(20,746,l) +); +} +); +width = 149; +}, +{ +anchors = ( +{ +name = _top; +pos = (102,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,735,l), +(271,884,l), +(83,884,l), +(30,735,l) +); +} +); +width = 301; +}, +{ +anchors = ( +{ +name = _top; +pos = (35,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(51,746,l), +(129,882,l), +(88,882,l), +(20,746,l) +); +} +); +width = 149; +}, +{ +anchors = ( +{ +name = _top; +pos = (91,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(163,735,l), +(260,884,l), +(72,884,l), +(19,735,l) +); +} +); +width = 279; +}, +{ +anchors = ( +{ +name = _top; +pos = (48,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(65,746,l), +(153,882,l), +(108,882,l), +(30,746,l) +); +} +); +width = 183; +}, +{ +anchors = ( +{ +name = _top; +pos = (107,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(184,729,l), +(301,878,l), +(93,878,l), +(30,729,l) +); +} +); +width = 331; +}, +{ +anchors = ( +{ +name = _top; +pos = (118,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,746,l), +(256,882,l), +(219,882,l), +(118,746,l) +); +} +); +width = 144; +}, +{ +anchors = ( +{ +name = _top; +pos = (184,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(267,735,l), +(394,884,l), +(208,884,l), +(125,735,l) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = _top; +pos = (118,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,746,l), +(256,882,l), +(213,882,l), +(117,746,l) +); +} +); +width = 143; +}, +{ +anchors = ( +{ +name = _top; +pos = (166,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(249,735,l), +(371,884,l), +(185,884,l), +(107,735,l) +); +} +); +width = 255; +}, +{ +anchors = ( +{ +name = _top; +pos = (133,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(166,746,l), +(282,882,l), +(237,882,l), +(131,746,l) ); } ); -width = 351; +width = 183; +}, +{ +anchors = ( +{ +name = _top; +pos = (185,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(274,729,l), +(421,878,l), +(213,878,l), +(120,729,l) +); +} +); +width = 321; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/adieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/adieresis.glyph index ae0d3165..db80b057 100644 --- a/sources/MonaSans.glyphspackage/glyphs/adieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/adieresis.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = adieresis; -kernLeft = a; -kernRight = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (10,-137); ref = dieresiscomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (139,-155); +pos = (140,-155); ref = dieresiscomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (86,-134); +pos = (77,-134); ref = dieresiscomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (140,-155); +pos = (137,-155); ref = dieresiscomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (77,-134); +pos = (80,-134); ref = dieresiscomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-19,-137); ref = dieresiscomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (53,-134); ref = dieresiscomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (57,-156); +ref = dieresiscomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (11,-137); +ref = dieresiscomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (138,-155); +ref = dieresiscomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (86,-134); +ref = dieresiscomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (167,-155); +ref = dieresiscomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (91,-134); +ref = dieresiscomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (15,-156); +ref = dieresiscomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (-17,-137); +ref = dieresiscomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (120,-155); +ref = dieresiscomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (57,-134); +ref = dieresiscomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (133,-155); +ref = dieresiscomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (64,-134); +ref = dieresiscomb; +} +); +width = 704; } ); unicode = 228; diff --git a/sources/MonaSans.glyphspackage/glyphs/adieresis.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/adieresis.ss05.glyph index 66a0eeff..c974221d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/adieresis.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/adieresis.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = adieresis.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (21,-137); ref = dieresiscomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (97,-155); +pos = (108,-155); ref = dieresiscomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (71,-134); +pos = (42,-134); ref = dieresiscomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (108,-155); +pos = (90,-155); ref = dieresiscomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (42,-134); +pos = (65,-134); ref = dieresiscomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-54,-137); ref = dieresiscomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (-12,-134); ref = dieresiscomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (31,-156); +ref = dieresiscomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (24,-137); +ref = dieresiscomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (97,-155); +ref = dieresiscomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (71,-134); +ref = dieresiscomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (108,-155); +ref = dieresiscomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (42,-134); +ref = dieresiscomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-11,-156); +ref = dieresiscomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-54,-137); +ref = dieresiscomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (37,-155); +ref = dieresiscomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-7,-134); +ref = dieresiscomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (34,-155); +ref = dieresiscomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-12,-134); +ref = dieresiscomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/adieresis.ss05.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/adieresis.ss05.ss01.glyph index 19b2bd34..4ba078f2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/adieresis.ss05.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/adieresis.ss05.ss01.glyph @@ -25,59 +25,59 @@ pos = (22,-137); ref = dieresiscomb.ss01; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (124,-155); +pos = (141,-155); ref = dieresiscomb.ss01; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (83,-134); +pos = (64,-134); ref = dieresiscomb.ss01; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (141,-155); +pos = (115,-155); ref = dieresiscomb.ss01; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (64,-134); +pos = (77,-134); ref = dieresiscomb.ss01; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -103,7 +103,7 @@ pos = (-46,-137); ref = dieresiscomb.ss01; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -155,7 +155,167 @@ pos = (17,-134); ref = dieresiscomb.ss01; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (42,-156); +ref = dieresiscomb.ss01; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (25,-137); +ref = dieresiscomb.ss01; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (124,-155); +ref = dieresiscomb.ss01; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (83,-134); +ref = dieresiscomb.ss01; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (141,-155); +ref = dieresiscomb.ss01; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (64,-134); +ref = dieresiscomb.ss01; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (2,-156); +ref = dieresiscomb.ss01; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-46,-137); +ref = dieresiscomb.ss01; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (59,-155); +ref = dieresiscomb.ss01; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (9,-134); +ref = dieresiscomb.ss01; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (71,-155); +ref = dieresiscomb.ss01; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (17,-134); +ref = dieresiscomb.ss01; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/adotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/adotbelow.glyph index 9dca70a1..edd80b9a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/adotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/adotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = adotbelow; -kernLeft = a; -kernRight = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (117,0); ref = dotbelowcomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (229,0); +pos = (245,0); ref = dotbelowcomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (204,0); +pos = (207,0); ref = dotbelowcomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (245,0); +pos = (225,0); ref = dotbelowcomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (207,0); +pos = (194,0); ref = dotbelowcomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (121,0); ref = dotbelowcomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (213,0); ref = dotbelowcomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (112,0); +ref = dotbelowcomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (118,0); +ref = dotbelowcomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (228,0); +ref = dotbelowcomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (204,0); +ref = dotbelowcomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (272,0); +ref = dotbelowcomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (221,0); +ref = dotbelowcomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (108,0); +ref = dotbelowcomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (123,0); +ref = dotbelowcomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (241,0); +ref = dotbelowcomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (203,0); +ref = dotbelowcomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (270,0); +ref = dotbelowcomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (224,0); +ref = dotbelowcomb; +} +); +width = 704; } ); unicode = 7841; diff --git a/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss01.glyph index 8974db0d..dc7cd515 100644 --- a/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = adotbelow.ss01; -kernLeft = a; -kernRight = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (106,0); ref = dotbelowcomb.ss01; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (242,0); +pos = (258,0); ref = dotbelowcomb.ss01; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (193,0); +pos = (219,0); ref = dotbelowcomb.ss01; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (258,0); +pos = (238,0); ref = dotbelowcomb.ss01; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (219,0); +pos = (181,0); ref = dotbelowcomb.ss01; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (112,0); ref = dotbelowcomb.ss01; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (227,0); ref = dotbelowcomb.ss01; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (120,0); +ref = dotbelowcomb.ss01; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (107,0); +ref = dotbelowcomb.ss01; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (241,0); +ref = dotbelowcomb.ss01; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (193,0); +ref = dotbelowcomb.ss01; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (258,0); +ref = dotbelowcomb.ss01; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (219,0); +ref = dotbelowcomb.ss01; +} +); +width = 730; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (116,0); +ref = dotbelowcomb.ss01; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (114,0); +ref = dotbelowcomb.ss01; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (254,0); +ref = dotbelowcomb.ss01; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (194,0); +ref = dotbelowcomb.ss01; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (281,0); +ref = dotbelowcomb.ss01; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (238,0); +ref = dotbelowcomb.ss01; +} +); +width = 704; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss05.glyph index bc8ca0e6..6edf659e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = adotbelow.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (116,0); ref = dotbelowcomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (187,0); +pos = (213,0); ref = dotbelowcomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (174,0); +pos = (169,0); ref = dotbelowcomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (213,0); +pos = (178,0); ref = dotbelowcomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (169,0); +pos = (165,0); ref = dotbelowcomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (151,0); ref = dotbelowcomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (168,0); ref = dotbelowcomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (86,0); +ref = dotbelowcomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (119,0); +ref = dotbelowcomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (187,0); +ref = dotbelowcomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (174,0); +ref = dotbelowcomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (213,0); +ref = dotbelowcomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (169,0); +ref = dotbelowcomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (96,0); +ref = dotbelowcomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (151,0); +ref = dotbelowcomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (185,0); +ref = dotbelowcomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (187,0); +ref = dotbelowcomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (253,0); +ref = dotbelowcomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (168,0); +ref = dotbelowcomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss05.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss05.ss01.glyph index f452c2d6..a40a4f5f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss05.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/adotbelow.ss05.ss01.glyph @@ -25,59 +25,59 @@ pos = (105,0); ref = dotbelowcomb.ss01; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (200,0); +pos = (226,0); ref = dotbelowcomb.ss01; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (163,0); +pos = (181,0); ref = dotbelowcomb.ss01; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (226,0); +pos = (191,0); ref = dotbelowcomb.ss01; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (181,0); +pos = (152,0); ref = dotbelowcomb.ss01; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -103,7 +103,7 @@ pos = (142,0); ref = dotbelowcomb.ss01; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -155,7 +155,167 @@ pos = (182,0); ref = dotbelowcomb.ss01; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (94,0); +ref = dotbelowcomb.ss01; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (108,0); +ref = dotbelowcomb.ss01; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (200,0); +ref = dotbelowcomb.ss01; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (163,0); +ref = dotbelowcomb.ss01; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (226,0); +ref = dotbelowcomb.ss01; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (181,0); +ref = dotbelowcomb.ss01; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (104,0); +ref = dotbelowcomb.ss01; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (142,0); +ref = dotbelowcomb.ss01; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (198,0); +ref = dotbelowcomb.ss01; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (178,0); +ref = dotbelowcomb.ss01; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (264,0); +ref = dotbelowcomb.ss01; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (182,0); +ref = dotbelowcomb.ss01; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/ae.glyph b/sources/MonaSans.glyphspackage/glyphs/ae.glyph index b2ccefa1..320d6ed8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ae.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ae.glyph @@ -1,7 +1,7 @@ { glyphname = ae; -kernLeft = a.ss04; -kernRight = e; +kernLeft = KO_a.ss05; +kernRight = KO_e; layers = ( { background = { @@ -248,76 +248,1860 @@ shapes = ( { closed = 1; nodes = ( -(224,-10,o), -(278,24,o), -(299,74,c), -(302,74,l), -(325,24,o), -(381,-10,o), -(455,-10,cs), -(571,-10,o), -(653,52,o), -(663,185,c), -(496,185,l), -(493,135,o), -(482,118,o), -(461,118,cs), -(436,118,o), -(426,149,o), -(426,228,cs), -(426,297,ls), -(426,382,o), -(431,422,o), -(461,422,cs), -(483,422,o), -(494,396,o), -(496,328,c), -(410,328,l), -(410,225,l), -(662,225,l), -(675,437,o), -(620,551,o), -(461,551,cs), -(420,551,o), -(379,539,o), -(355,519,c), -(350,519,l), -(328,538,o), -(285,551,o), -(237,551,cs), -(114,551,o), -(29,482,o), -(25,358,c), -(189,358,l), -(190,393,o), -(198,417,o), -(223,417,cs), -(246,417,o), -(257,402,o), -(257,371,cs), -(257,165,ls), -(257,132,o), -(243,114,o), -(222,114,cs), -(198,114,o), -(186,133,o), -(186,159,cs), -(186,192,o), -(201,218,o), -(239,218,cs), -(273,218,l), -(273,321,l), -(210,321,ls), -(97,321,o), -(10,268,o), -(10,142,cs), -(10,50,o), -(67,-10,o), -(153,-10,cs) +(232,-10,o), +(286,24,o), +(307,74,c), +(310,74,l), +(333,24,o), +(389,-10,o), +(463,-10,cs), +(579,-10,o), +(661,52,o), +(671,185,c), +(504,185,l), +(501,135,o), +(490,118,o), +(469,118,cs), +(444,118,o), +(434,149,o), +(434,228,cs), +(434,297,ls), +(434,382,o), +(439,422,o), +(469,422,cs), +(491,422,o), +(502,396,o), +(504,328,c), +(418,328,l), +(418,225,l), +(670,225,l), +(683,437,o), +(628,551,o), +(469,551,cs), +(428,551,o), +(387,539,o), +(363,519,c), +(358,519,l), +(336,538,o), +(293,551,o), +(245,551,cs), +(122,551,o), +(37,482,o), +(33,358,c), +(197,358,l), +(198,393,o), +(206,417,o), +(231,417,cs), +(254,417,o), +(265,402,o), +(265,371,cs), +(265,165,ls), +(265,132,o), +(251,114,o), +(230,114,cs), +(206,114,o), +(194,133,o), +(194,159,cs), +(194,192,o), +(209,218,o), +(247,218,cs), +(281,218,l), +(281,321,l), +(218,321,ls), +(105,321,o), +(18,268,o), +(18,142,cs), +(18,50,o), +(75,-10,o), +(161,-10,cs) +); +} +); +width = 694; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1008,256,l), +(1018,423,o), +(912,525,o), +(741,525,cs), +(626,525,o), +(541,478,o), +(496,399,c), +(493,399,l), +(470,480,o), +(399,526,o), +(276,526,cs), +(146,526,o), +(59,471,o), +(46,373,c), +(84,373,l), +(97,453,o), +(165,492,o), +(274,492,cs), +(400,492,o), +(462,442,o), +(462,337,cs), +(462,216,ls), +(462,101,o), +(370,24,o), +(233,24,cs), +(129,24,o), +(71,64,o), +(71,137,cs), +(71,216,o), +(119,268,o), +(272,268,cs), +(470,268,l), +(470,300,l), +(270,300,ls), +(118,300,o), +(33,247,o), +(33,134,cs), +(33,39,o), +(114,-10,o), +(228,-10,cs), +(350,-10,o), +(452,52,o), +(484,145,c), +(487,145,l), +(530,46,o), +(622,-8,o), +(744,-8,cs), +(875,-8,o), +(981,55,o), +(1001,152,c), +(964,152,l), +(943,76,o), +(855,26,o), +(744,26,cs), +(595,26,o), +(500,114,o), +(498,262,cs), +(498,263,o), +(498,265,o), +(498,266,c), +(499,280,ls), +(507,405,o), +(596,491,o), +(741,491,cs), +(875,491,o), +(968,419,o), +(969,289,c), +(492,289,l), +(490,256,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(344,-10,o), +(447,48,o), +(481,145,c), +(484,145,l), +(528,46,o), +(621,-8,o), +(744,-8,cs), +(875,-8,o), +(981,55,o), +(1001,152,c), +(964,152,l), +(943,76,o), +(855,26,o), +(744,26,cs), +(595,26,o), +(498,114,o), +(498,262,cs), +(498,266,ls), +(498,401,o), +(595,491,o), +(741,491,cs), +(875,491,o), +(968,419,o), +(969,290,c), +(490,290,l), +(490,256,l), +(1008,256,l), +(1018,423,o), +(912,525,o), +(741,525,cs), +(626,525,o), +(541,478,o), +(496,399,c), +(493,399,l), +(469,478,o), +(389,526,o), +(276,526,cs), +(150,526,o), +(58,465,o), +(46,373,c), +(84,373,l), +(96,444,o), +(165,492,o), +(274,492,cs), +(387,492,o), +(462,442,o), +(462,337,cs), +(462,216,ls), +(462,101,o), +(366,24,o), +(223,24,cs), +(136,24,o), +(71,59,o), +(71,133,cs), +(71,231,o), +(150,256,o), +(292,256,cs), +(480,256,l), +(482,290,l), +(281,290,ls), +(147,290,o), +(33,262,o), +(33,133,cs), +(33,47,o), +(103,-10,o), +(224,-10,cs) +); +} +); +width = 1042; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1039,219,l), +(1062,419,o), +(945,553,o), +(709,553,cs), +(632,553,o), +(564,538,o), +(510,509,c), +(462,539,o), +(394,555,o), +(310,554,cs), +(146,553,o), +(33,481,o), +(24,355,c), +(233,355,l), +(235,396,o), +(270,405,o), +(309,405,cs), +(360,405,o), +(380,386,o), +(380,351,cs), +(380,196,ls), +(380,153,o), +(348,124,o), +(291,124,cs), +(253,124,o), +(231,139,o), +(231,166,cs), +(231,198,o), +(259,211,o), +(300,211,cs), +(396,211,l), +(396,321,l), +(253,321,ls), +(107,321,o), +(10,256,o), +(10,143,cs), +(10,48,o), +(86,-10,o), +(198,-10,cs), +(296,-10,o), +(382,15,o), +(438,79,c), +(445,79,l), +(502,23,o), +(590,-10,o), +(705,-10,cs), +(882,-10,o), +(1013,58,o), +(1035,180,c), +(817,180,l), +(806,158,o), +(765,142,o), +(718,142,cs), +(644,142,o), +(596,172,o), +(605,236,c), +(597,318,l), +(597,376,o), +(637,409,o), +(709,409,cs), +(777,409,o), +(812,382,o), +(817,334,c), +(582,334,l), +(588,219,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(303,-10,o), +(391,15,o), +(448,76,c), +(453,76,l), +(515,15,o), +(602,-10,o), +(711,-10,cs), +(888,-10,o), +(1019,58,o), +(1041,180,c), +(823,180,l), +(812,158,o), +(771,142,o), +(724,142,cs), +(650,142,o), +(603,172,o), +(603,246,cs), +(603,308,ls), +(603,369,o), +(643,409,o), +(715,409,cs), +(783,409,o), +(818,382,o), +(823,334,c), +(538,334,l), +(538,219,l), +(1045,219,l), +(1068,419,o), +(951,553,o), +(718,553,cs), +(644,553,o), +(570,535,o), +(522,503,c), +(515,503,l), +(473,534,o), +(399,555,o), +(316,554,cs), +(152,553,o), +(39,481,o), +(30,355,c), +(239,355,l), +(241,396,o), +(276,405,o), +(315,405,cs), +(366,405,o), +(386,386,o), +(386,351,cs), +(386,196,ls), +(386,153,o), +(354,124,o), +(297,124,cs), +(259,124,o), +(237,139,o), +(237,166,cs), +(237,198,o), +(265,211,o), +(306,211,cs), +(443,211,l), +(443,321,l), +(259,321,ls), +(113,321,o), +(16,256,o), +(16,144,cs), +(16,52,o), +(88,-10,o), +(213,-10,cs) +); +} +); +width = 1066; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(49,94,o), +(137,-8,o), +(266,-8,cs), +(364,-8,o), +(435,44,o), +(462,121,c), +(465,121,l), +(465,0,l), +(502,0,l), +(502,121,l), +(505,121,l), +(539,35,o), +(614,-8,o), +(702,-8,cs), +(814,-8,o), +(903,55,o), +(920,152,c), +(882,152,l), +(865,76,o), +(797,28,o), +(702,28,cs), +(583,28,o), +(506,111,o), +(502,256,c), +(921,256,l), +(935,407,o), +(858,525,o), +(700,525,cs), +(611,525,o), +(537,478,o), +(505,398,c), +(502,398,l), +(502,517,l), +(467,517,l), +(465,398,l), +(462,398,l), +(435,475,o), +(364,526,o), +(266,526,cs), +(137,526,o), +(49,425,o), +(49,259,cs) +); +}, +{ +closed = 1; +nodes = ( +(87,408,o), +(162,493,o), +(274,493,cs), +(394,493,o), +(464,397,o), +(464,295,cs), +(464,224,ls), +(464,122,o), +(394,26,o), +(274,26,cs), +(162,26,o), +(87,112,o), +(87,259,cs) +); +}, +{ +closed = 1; +nodes = ( +(512,414,o), +(586,489,o), +(699,489,cs), +(803,489,o), +(886,433,o), +(886,289,c), +(503,289,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(309,-9,o), +(390,49,o), +(414,129,c), +(417,129,l), +(454,41,o), +(529,-8,o), +(627,-8,cs), +(735,-8,o), +(821,53,o), +(839,147,c), +(802,147,l), +(783,74,o), +(720,26,o), +(627,26,cs), +(507,26,o), +(431,114,o), +(431,267,cs), +(431,280,ls), +(431,411,o), +(511,491,o), +(624,491,cs), +(732,491,o), +(805,427,o), +(807,293,c), +(423,293,l), +(423,260,l), +(844,260,l), +(852,412,o), +(778,525,o), +(625,525,cs), +(537,525,o), +(465,484,o), +(428,415,c), +(423,415,l), +(403,482,o), +(347,527,o), +(255,527,cs), +(149,527,o), +(71,469,o), +(67,383,c), +(105,383,l), +(108,449,o), +(167,493,o), +(255,493,cs), +(340,493,o), +(395,450,o), +(395,340,cs), +(395,194,ls), +(395,68,o), +(296,23,o), +(214,23,cs), +(134,23,o), +(88,68,o), +(88,138,cs), +(88,229,o), +(161,261,o), +(263,261,cs), +(409,261,l), +(409,294,l), +(267,294,ls), +(151,294,o), +(52,254,o), +(52,137,cs), +(52,50,o), +(111,-9,o), +(211,-9,cs) +); +} +); +width = 900; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(269,-10,o), +(349,10,o), +(399,67,c), +(446,18,o), +(516,-10,o), +(605,-10,cs), +(747,-10,o), +(851,64,o), +(864,175,c), +(684,175,l), +(675,149,o), +(644,132,o), +(605,132,cs), +(549,132,o), +(511,166,o), +(513,227,c), +(868,227,l), +(888,415,o), +(795,554,o), +(598,554,cs), +(541,554,o), +(490,541,o), +(449,516,c), +(410,541,o), +(357,554,o), +(290,554,cs), +(130,554,o), +(29,475,o), +(29,357,c), +(215,357,l), +(215,388,o), +(238,408,o), +(278,408,cs), +(310,408,o), +(339,398,o), +(339,356,cs), +(339,324,l), +(265,324,ls), +(106,324,o), +(15,260,o), +(15,142,cs), +(15,51,o), +(87,-10,o), +(198,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(229,114,o), +(208,130,o), +(209,159,cs), +(210,193,o), +(234,214,o), +(296,214,cs), +(334,214,l), +(336,191,o), +(341,169,o), +(348,149,c), +(332,127,o), +(300,114,o), +(263,114,cs) +); +}, +{ +closed = 1; +nodes = ( +(516,383,o), +(549,413,o), +(598,413,cs), +(645,413,o), +(678,386,o), +(680,338,c), +(514,338,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(288,-10,o), +(364,28,o), +(394,75,c), +(400,75,l), +(436,25,o), +(504,-10,o), +(602,-10,cs), +(744,-10,o), +(849,58,o), +(862,172,c), +(684,172,l), +(674,147,o), +(650,132,o), +(610,132,cs), +(558,132,o), +(522,164,o), +(522,222,cs), +(522,332,l), +(527,379,o), +(561,410,o), +(607,410,cs), +(651,410,o), +(683,385,o), +(686,331,c), +(507,331,l), +(507,221,l), +(866,221,l), +(891,421,o), +(796,554,o), +(615,554,cs), +(556,554,o), +(496,536,o), +(461,505,c), +(452,505,l), +(422,534,o), +(360,554,o), +(293,554,cs), +(136,554,o), +(37,475,o), +(37,357,c), +(221,357,l), +(221,388,o), +(243,408,o), +(281,408,cs), +(311,408,o), +(339,398,o), +(339,346,cs), +(339,183,ls), +(339,145,o), +(307,120,o), +(265,120,cs), +(236,120,o), +(215,136,o), +(215,165,cs), +(215,199,o), +(239,221,o), +(298,221,cs), +(435,221,l), +(435,331,l), +(252,331,ls), +(112,331,o), +(23,264,o), +(23,147,cs), +(23,53,o), +(93,-10,o), +(201,-10,cs) +); +} +); +width = 894; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(464,260,l), +(492,405,o), +(496,525,o), +(396,525,cs), +(347,525,o), +(311,496,o), +(284,445,c), +(280,494,o), +(257,526,o), +(197,526,cs), +(125,526,o), +(88,467,o), +(68,377,c), +(98,377,l), +(118,471,o), +(150,499,o), +(194,499,cs), +(261,499,o), +(262,440,o), +(245,355,cs), +(229,279,l), +(184,279,ls), +(70,279,o), +(3,205,o), +(3,93,cs), +(3,33,o), +(35,-7,o), +(86,-7,cs), +(124,-7,o), +(177,12,o), +(211,96,c), +(217,29,o), +(244,-10,o), +(303,-10,cs), +(356,-10,o), +(410,25,o), +(442,148,c), +(412,148,l), +(391,70,o), +(360,18,o), +(307,18,cs), +(222,18,o), +(227,129,o), +(257,270,c), +(257,274,l), +(296,450,o), +(341,497,o), +(392,497,cs), +(465,497,o), +(457,398,o), +(439,288,c), +(253,288,l), +(248,260,l) +); +}, +{ +closed = 1; +nodes = ( +(33,190,o), +(86,253,o), +(179,253,cs), +(224,253,l), +(200,136,ls), +(184,60,o), +(140,18,o), +(92,18,cs), +(57,18,o), +(33,43,o), +(33,95,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,-10,o), +(179,18,o), +(208,90,c), +(210,90,l), +(215,30,o), +(247,-10,o), +(302,-10,cs), +(355,-10,o), +(409,25,o), +(441,148,c), +(411,148,l), +(390,70,o), +(359,18,o), +(306,18,cs), +(221,18,o), +(226,129,o), +(250,241,cs), +(262,298,ls), +(293,447,o), +(340,497,o), +(391,497,cs), +(466,497,o), +(456,393,o), +(437,280,c), +(252,280,l), +(247,252,l), +(461,252,l), +(491,401,o), +(497,525,o), +(395,525,cs), +(346,525,o), +(310,496,o), +(283,445,c), +(281,445,l), +(273,498,o), +(245,526,o), +(197,526,cs), +(125,526,o), +(88,467,o), +(68,377,c), +(98,377,l), +(118,471,o), +(150,499,o), +(194,499,cs), +(242,499,o), +(266,459,o), +(245,355,cs), +(200,136,ls), +(184,58,o), +(140,15,o), +(92,15,cs), +(57,15,o), +(33,40,o), +(33,95,cs), +(33,190,o), +(86,252,o), +(179,252,cs), +(231,252,l), +(236,280,l), +(184,280,ls), +(70,280,o), +(3,205,o), +(3,93,cs), +(3,31,o), +(36,-10,o), +(86,-10,cs) +); +} +); +width = 504; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(187,-10,o), +(240,13,o), +(271,59,c), +(274,59,l), +(297,19,o), +(350,-10,o), +(419,-10,cs), +(529,-10,o), +(613,42,o), +(648,186,c), +(482,186,l), +(469,135,o), +(455,119,o), +(435,119,cs), +(414,119,o), +(406,141,o), +(423,229,cs), +(437,301,ls), +(455,395,o), +(473,421,o), +(495,421,cs), +(523,421,o), +(521,379,o), +(511,328,c), +(428,328,l), +(407,225,l), +(656,225,l), +(705,420,o), +(661,551,o), +(501,551,cs), +(459,551,o), +(422,542,o), +(391,521,c), +(389,521,l), +(359,542,o), +(320,551,o), +(274,551,cs), +(147,551,o), +(71,484,o), +(50,357,c), +(215,357,l), +(221,393,o), +(233,417,o), +(259,417,cs), +(288,417,o), +(289,392,o), +(283,361,cs), +(243,162,ls), +(236,129,o), +(223,114,o), +(199,114,cs), +(179,114,o), +(165,126,o), +(165,152,cs), +(165,190,o), +(187,214,o), +(229,214,cs), +(275,214,l), +(297,317,l), +(225,317,ls), +(70,317,o), +(-6,237,o), +(-6,126,cs), +(-6,44,o), +(46,-10,o), +(125,-10,cs) +); +} +); +width = 688; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(32,44,o), +(90,-10,o), +(189,-10,cs), +(283,-10,o), +(371,39,o), +(407,135,c), +(408,135,l), +(431,45,o), +(500,-10,o), +(595,-10,cs), +(706,-10,o), +(802,55,o), +(828,153,c), +(791,153,l), +(766,75,o), +(691,24,o), +(598,24,cs), +(484,24,o), +(419,121,o), +(440,269,c), +(443,280,ls), +(472,424,o), +(562,494,o), +(660,494,cs), +(766,494,o), +(832,420,o), +(813,293,c), +(477,293,l), +(471,261,l), +(844,261,l), +(874,417,o), +(810,527,o), +(666,527,cs), +(580,527,o), +(503,485,o), +(458,413,c), +(455,413,l), +(437,488,o), +(371,527,o), +(279,527,cs), +(179,527,o), +(100,475,o), +(77,383,c), +(114,383,l), +(130,450,o), +(185,494,o), +(279,494,cs), +(368,494,o), +(444,454,o), +(418,318,cs), +(393,188,ls), +(374,88,o), +(301,22,o), +(194,22,cs), +(119,22,o), +(68,58,o), +(68,131,cs), +(68,214,o), +(136,261,o), +(253,261,cs), +(376,261,l), +(382,294,l), +(259,294,ls), +(123,294,o), +(32,241,o), +(32,126,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,-10,o), +(369,38,o), +(405,131,c), +(409,131,l), +(431,46,o), +(501,-10,o), +(595,-10,cs), +(709,-10,o), +(802,55,o), +(828,153,c), +(791,153,l), +(766,76,o), +(695,24,o), +(598,24,cs), +(480,24,o), +(416,119,o), +(440,262,cs), +(443,280,ls), +(467,425,o), +(562,494,o), +(665,494,cs), +(772,494,o), +(832,422,o), +(813,293,c), +(437,293,l), +(431,261,l), +(844,261,l), +(875,421,o), +(804,527,o), +(666,527,cs), +(580,527,o), +(503,485,o), +(458,413,c), +(455,413,l), +(437,479,o), +(377,527,o), +(279,527,cs), +(179,527,o), +(100,475,o), +(77,383,c), +(114,383,l), +(130,450,o), +(185,494,o), +(279,494,cs), +(378,494,o), +(441,438,o), +(418,318,cs), +(393,188,ls), +(374,88,o), +(301,22,o), +(194,22,cs), +(119,22,o), +(68,58,o), +(68,131,cs), +(68,214,o), +(136,261,o), +(253,261,cs), +(416,261,l), +(422,294,l), +(259,294,ls), +(123,294,o), +(32,241,o), +(32,126,cs), +(32,44,o), +(90,-10,o), +(189,-10,cs) +); +} +); +width = 901; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(276,-10,o), +(364,27,o), +(400,97,c), +(340,74,l), +(391,74,l), +(434,17,o), +(509,-10,o), +(604,-10,cs), +(740,-10,o), +(846,63,o), +(871,173,c), +(687,175,l), +(677,149,o), +(651,132,o), +(613,132,cs), +(555,132,o), +(521,165,o), +(534,251,cs), +(547,335,ls), +(554,377,o), +(580,413,o), +(637,413,cs), +(687,413,o), +(717,381,o), +(710,331,c), +(532,331,l), +(515,221,l), +(880,221,l), +(926,421,o), +(825,554,o), +(645,554,cs), +(584,554,o), +(528,539,o), +(487,514,c), +(481,514,l), +(442,540,o), +(390,554,o), +(326,554,cs), +(177,554,o), +(70,483,o), +(56,358,c), +(231,358,l), +(237,393,o), +(263,408,o), +(303,408,cs), +(347,408,o), +(373,389,o), +(363,340,cs), +(331,185,ls), +(323,146,o), +(297,120,o), +(248,120,cs), +(217,120,o), +(197,136,o), +(197,161,cs), +(197,202,o), +(222,222,o), +(296,222,cs), +(342,222,l), +(365,331,l), +(273,331,ls), +(87,331,o), +(5,253,o), +(5,139,cs), +(5,48,o), +(75,-10,o), +(182,-10,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(264,-10,o), +(343,19,o), +(384,73,c), +(389,73,l), +(431,16,o), +(507,-10,o), +(601,-10,cs), +(737,-10,o), +(843,65,o), +(868,175,c), +(684,175,l), +(674,149,o), +(648,132,o), +(610,132,cs), +(552,132,o), +(518,165,o), +(531,251,cs), +(544,335,ls), +(551,377,o), +(577,413,o), +(634,413,cs), +(684,413,o), +(714,381,o), +(707,331,c), +(519,331,l), +(502,221,l), +(877,221,l), +(923,421,o), +(822,554,o), +(642,554,cs), +(582,554,o), +(527,539,o), +(486,515,c), +(479,515,l), +(444,538,o), +(387,554,o), +(326,554,cs), +(177,554,o), +(70,483,o), +(56,358,c), +(231,358,l), +(237,393,o), +(263,408,o), +(303,408,cs), +(347,408,o), +(373,389,o), +(363,340,cs), +(331,185,ls), +(323,146,o), +(297,120,o), +(248,120,cs), +(217,120,o), +(197,136,o), +(197,166,cs), +(197,199,o), +(223,221,o), +(278,221,cs), +(362,221,l), +(385,331,l), +(258,331,ls), +(106,331,o), +(5,269,o), +(5,143,cs), +(5,48,o), +(75,-10,o), +(182,-10,cs) +); +} +); +width = 913; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(994,256,l), +(1029,418,o), +(934,527,o), +(762,527,cs), +(656,527,o), +(566,481,o), +(511,405,c), +(496,487,o), +(417,527,o), +(296,527,cs), +(182,527,o), +(89,476,o), +(67,373,c), +(104,373,l), +(122,444,o), +(186,493,o), +(291,493,cs), +(409,493,o), +(496,451,o), +(473,336,cs), +(447,205,ls), +(425,95,o), +(334,21,o), +(199,21,cs), +(109,21,o), +(51,60,o), +(51,132,cs), +(51,237,o), +(156,256,o), +(277,256,cs), +(468,256,l), +(474,290,l), +(275,290,ls), +(121,290,o), +(18,253,o), +(13,133,cs), +(10,47,o), +(80,-10,o), +(189,-10,cs), +(310,-10,o), +(411,38,o), +(458,140,c), +(462,140,l), +(494,48,o), +(584,-9,o), +(701,-9,cs), +(832,-9,o), +(943,57,o), +(974,152,c), +(937,152,l), +(905,76,o), +(818,25,o), +(707,25,cs), +(557,25,o), +(470,121,o), +(491,266,c), +(495,280,l), +(519,408,o), +(622,493,o), +(759,493,cs), +(898,493,o), +(978,413,o), +(962,289,c), +(488,289,l), +(482,256,l) +); +} +); +}; +guides = ( +{ +pos = (307,256); +} +); +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(318,-10,o), +(415,46,o), +(458,140,c), +(462,140,l), +(493,51,o), +(581,-9,o), +(704,-9,cs), +(834,-9,o), +(942,55,o), +(974,152,c), +(937,152,l), +(905,76,o), +(820,25,o), +(707,25,cs), +(557,25,o), +(465,121,o), +(491,266,cs), +(493,277,ls), +(516,406,o), +(622,493,o), +(759,493,cs), +(898,493,o), +(978,414,o), +(962,290,c), +(488,290,l), +(482,256,l), +(994,256,l), +(1029,418,o), +(934,527,o), +(762,527,cs), +(657,527,o), +(568,482,o), +(513,408,c), +(510,408,l), +(487,482,o), +(416,527,o), +(296,527,cs), +(182,527,o), +(89,476,o), +(67,373,c), +(104,373,l), +(122,444,o), +(186,493,o), +(291,493,cs), +(409,493,o), +(496,451,o), +(469,316,cs), +(446,199,ls), +(425,92,o), +(334,21,o), +(199,21,cs), +(109,21,o), +(51,60,o), +(51,132,cs), +(51,237,o), +(156,256,o), +(277,256,cs), +(473,256,l), +(478,290,l), +(279,290,ls), +(125,290,o), +(18,253,o), +(13,133,cs), +(10,47,o), +(80,-10,o), +(189,-10,cs) +); +} +); +width = 1030; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(596,374,o), +(642,409,o), +(709,409,cs), +(773,409,o), +(806,377,o), +(811,334,c), +(578,334,l), +(563,219,l), +(1022,219,l), +(1054,422,o), +(929,554,o), +(713,554,cs), +(641,554,o), +(577,540,o), +(524,514,c), +(474,541,o), +(405,554,o), +(329,554,cs), +(169,554,o), +(54,488,o), +(36,358,c), +(245,358,l), +(251,387,o), +(273,404,o), +(319,404,cs), +(368,404,o), +(401,389,o), +(392,343,cs), +(359,183,ls), +(351,148,o), +(322,124,o), +(273,124,cs), +(238,124,o), +(215,139,o), +(216,167,cs), +(217,200,o), +(246,215,o), +(309,215,cs), +(382,215,l), +(405,327,l), +(288,327,ls), +(144,327,o), +(-7,294,o), +(-7,139,cs), +(-7,50,o), +(65,-10,o), +(191,-10,cs), +(269,-10,o), +(380,16,o), +(431,72,c), +(438,72,l), +(492,20,o), +(575,-9,o), +(683,-9,cs), +(854,-9,o), +(987,64,o), +(1013,180,c), +(791,180,l), +(775,157,o), +(737,140,o), +(685,140,cs), +(616,140,o), +(568,178,o), +(581,235,c), +(593,324,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(297,-10,o), +(390,26,o), +(431,73,c), +(441,73,l), +(490,20,o), +(579,-9,o), +(685,-9,cs), +(860,-9,o), +(994,67,o), +(1019,180,c), +(797,180,l), +(781,157,o), +(743,140,o), +(691,140,cs), +(622,140,o), +(578,174,o), +(586,232,cs), +(599,327,ls), +(606,377,o), +(648,409,o), +(715,409,cs), +(779,409,o), +(812,377,o), +(817,334,c), +(574,334,l), +(559,219,l), +(1028,219,l), +(1060,422,o), +(935,554,o), +(722,554,cs), +(646,554,o), +(578,539,o), +(528,513,c), +(521,513,l), +(472,543,o), +(406,554,o), +(335,554,cs), +(175,554,o), +(60,488,o), +(42,358,c), +(251,358,l), +(257,387,o), +(279,404,o), +(325,404,cs), +(374,404,o), +(407,389,o), +(398,343,cs), +(365,183,ls), +(358,148,o), +(328,124,o), +(279,124,cs), +(244,124,o), +(221,139,o), +(222,167,cs), +(223,197,o), +(253,211,o), +(319,211,cs), +(388,211,l), +(409,321,l), +(275,321,ls), +(141,321,o), +(-1,289,o), +(-1,140,cs), +(-1,46,o), +(78,-10,o), +(197,-10,cs) +); +} +); +width = 1054; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(208,-10,o), +(234,25,o), +(250,77,c), +(252,77,l), +(252,0,l), +(280,0,l), +(280,77,l), +(282,77,l), +(298,25,o), +(324,-10,o), +(376,-10,cs), +(437,-10,o), +(483,27,o), +(493,148,c), +(463,148,l), +(455,70,o), +(437,18,o), +(376,18,cs), +(304,16,o), +(281,88,o), +(281,260,c), +(491,260,l), +(490,419,o), +(467,526,o), +(376,526,cs), +(324,526,o), +(298,491,o), +(282,439,c), +(280,439,l), +(280,516,l), +(253,516,l), +(252,439,l), +(250,439,l), +(234,491,o), +(208,526,o), +(156,526,cs), +(87,526,o), +(42,461,o), +(42,257,cs), +(42,50,o), +(89,-10,o), +(156,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(90,16,o), +(72,104,o), +(72,257,cs), +(72,415,o), +(91,500,o), +(164,500,cs), +(217,500,o), +(252,436,o), +(252,309,cs), +(252,206,ls), +(252,77,o), +(216,16,o), +(164,16,cs) +); +}, +{ +closed = 1; +nodes = ( +(281,429,o), +(308,500,o), +(376,498,cs), +(420,498,o), +(457,463,o), +(461,289,c), +(281,289,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,-10,o), +(200,17,o), +(221,82,c), +(223,82,l), +(240,24,o), +(273,-10,o), +(329,-10,cs), +(390,-10,o), +(436,27,o), +(446,148,c), +(416,148,l), +(408,70,o), +(390,18,o), +(329,18,cs), +(277,18,o), +(235,58,o), +(235,209,cs), +(235,281,ls), +(235,453,o), +(274,498,o), +(329,498,cs), +(373,498,o), +(410,463,o), +(414,279,c), +(230,279,l), +(230,253,l), +(444,253,l), +(444,416,o), +(422,526,o), +(329,526,cs), +(279,526,o), +(246,497,o), +(230,439,c), +(228,439,l), +(215,501,o), +(175,526,o), +(132,526,cs), +(50,526,o), +(25,465,o), +(22,375,c), +(52,375,l), +(53,479,o), +(88,499,o), +(130,499,cs), +(191,499,o), +(206,443,o), +(206,359,cs), +(206,140,ls), +(206,59,o), +(170,15,o), +(116,15,cs), +(72,15,o), +(43,46,o), +(43,126,cs), +(43,198,o), +(75,253,o), +(161,253,cs), +(213,253,l), +(213,279,l), +(164,279,ls), +(74,279,o), +(14,232,o), +(14,122,cs), +(14,44,o), +(45,-10,o), +(114,-10,cs) +); +} +); +width = 465; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(197,-10,o), +(237,13,o), +(256,64,c), +(263,64,l), +(263,0,l), +(372,0,l), +(372,64,l), +(379,64,l), +(404,3,o), +(460,-10,o), +(515,-10,cs), +(628,-10,o), +(705,40,o), +(717,185,c), +(550,185,l), +(547,135,o), +(536,118,o), +(515,118,cs), +(491,118,o), +(480,147,o), +(480,235,c), +(717,235,l), +(727,441,o), +(671,551,o), +(517,551,cs), +(452,551,o), +(398,521,o), +(380,477,c), +(373,477,l), +(373,541,l), +(267,541,l), +(263,477,l), +(256,477,l), +(238,526,o), +(204,551,o), +(152,551,cs), +(70,551,o), +(12,493,o), +(12,271,cs), +(12,97,o), +(42,-10,o), +(152,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(200,128,o), +(190,160,o), +(190,271,cs), +(190,365,o), +(195,415,o), +(227,415,cs), +(251,415,o), +(263,385,o), +(263,285,cs), +(263,256,ls), +(263,171,o), +(255,128,o), +(227,128,cs) +); +}, +{ +closed = 1; +nodes = ( +(482,401,o), +(493,422,o), +(515,422,cs), +(537,422,o), +(548,397,o), +(550,333,c), +(480,333,l) ); } ); -width = 678; +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(217,-10,o), +(271,24,o), +(292,74,c), +(295,74,l), +(318,24,o), +(374,-10,o), +(448,-10,cs), +(564,-10,o), +(646,52,o), +(656,185,c), +(489,185,l), +(486,135,o), +(475,118,o), +(454,118,cs), +(429,118,o), +(419,149,o), +(419,228,cs), +(419,297,ls), +(419,382,o), +(424,422,o), +(454,422,cs), +(476,422,o), +(487,396,o), +(489,328,c), +(403,328,l), +(403,225,l), +(655,225,l), +(668,437,o), +(613,551,o), +(454,551,cs), +(413,551,o), +(372,539,o), +(348,519,c), +(343,519,l), +(321,538,o), +(278,551,o), +(230,551,cs), +(107,551,o), +(22,482,o), +(18,358,c), +(182,358,l), +(183,393,o), +(191,417,o), +(216,417,cs), +(239,417,o), +(250,402,o), +(250,371,cs), +(250,165,ls), +(250,132,o), +(236,114,o), +(215,114,cs), +(191,114,o), +(179,133,o), +(179,159,cs), +(179,192,o), +(194,218,o), +(232,218,cs), +(266,218,l), +(266,321,l), +(203,321,ls), +(90,321,o), +(3,268,o), +(3,142,cs), +(3,50,o), +(60,-10,o), +(146,-10,cs) +); +} +); +width = 662; }, { background = { @@ -401,81 +2185,81 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(312,-9,o), -(395,49,o), -(419,129,c), -(422,129,l), -(461,41,o), -(536,-8,o), -(636,-8,cs), -(746,-8,o), -(834,53,o), -(853,147,c), -(815,147,l), -(796,74,o), -(731,26,o), -(636,26,cs), -(514,26,o), -(436,114,o), -(436,267,cs), -(436,280,ls), -(436,411,o), -(518,491,o), -(633,491,cs), -(743,491,o), -(818,427,o), -(820,293,c), -(428,293,l), -(428,260,l), -(858,260,l), -(867,412,o), -(791,525,o), -(634,525,cs), -(544,525,o), -(472,484,o), -(433,415,c), -(428,415,l), -(408,482,o), -(351,527,o), -(258,527,cs), -(148,527,o), -(70,469,o), -(66,383,c), -(104,383,l), -(107,449,o), -(168,493,o), -(258,493,cs), -(343,493,o), -(400,450,o), -(400,340,cs), -(400,194,ls), -(400,68,o), -(299,23,o), -(215,23,cs), -(133,23,o), -(87,68,o), -(87,138,cs), -(87,229,o), -(162,261,o), -(266,261,cs), -(414,261,l), -(414,294,l), -(270,294,ls), -(151,294,o), -(49,254,o), -(49,137,cs), -(49,50,o), -(110,-9,o), -(212,-9,cs) +(292,-9,o), +(375,49,o), +(399,129,c), +(402,129,l), +(441,41,o), +(516,-8,o), +(616,-8,cs), +(726,-8,o), +(814,53,o), +(833,147,c), +(795,147,l), +(776,74,o), +(711,26,o), +(616,26,cs), +(494,26,o), +(416,114,o), +(416,267,cs), +(416,280,ls), +(416,411,o), +(498,491,o), +(613,491,cs), +(723,491,o), +(798,427,o), +(800,293,c), +(408,293,l), +(408,260,l), +(838,260,l), +(847,412,o), +(771,525,o), +(614,525,cs), +(524,525,o), +(452,484,o), +(413,415,c), +(408,415,l), +(388,482,o), +(331,527,o), +(238,527,cs), +(128,527,o), +(50,469,o), +(46,383,c), +(84,383,l), +(87,449,o), +(148,493,o), +(238,493,cs), +(323,493,o), +(380,450,o), +(380,340,cs), +(380,194,ls), +(380,68,o), +(279,23,o), +(195,23,cs), +(113,23,o), +(67,68,o), +(67,138,cs), +(67,229,o), +(142,261,o), +(246,261,cs), +(394,261,l), +(394,294,l), +(250,294,ls), +(131,294,o), +(29,254,o), +(29,137,cs), +(29,50,o), +(90,-9,o), +(192,-9,cs) ); } ); -width = 913; +width = 873; }, { background = { @@ -561,81 +2345,81 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(294,-10,o), -(373,27,o), -(404,75,c), -(410,75,l), -(447,24,o), -(518,-10,o), -(616,-10,cs), -(761,-10,o), -(869,58,o), -(882,172,c), -(702,172,l), -(692,148,o), -(668,132,o), -(624,132,cs), -(570,132,o), -(532,164,o), -(532,222,cs), -(532,332,l), -(537,379,o), -(573,410,o), -(621,410,cs), -(668,410,o), -(701,385,o), -(704,331,c), -(517,331,l), -(517,221,l), -(886,221,l), -(911,421,o), -(814,554,o), -(629,554,cs), -(570,554,o), -(507,536,o), -(472,505,c), -(463,505,l), -(432,534,o), -(368,554,o), -(299,554,cs), -(139,554,o), -(38,475,o), -(38,357,c), -(224,357,l), -(224,388,o), -(247,408,o), -(287,408,cs), -(319,408,o), -(348,398,o), -(348,346,cs), -(348,183,ls), -(348,145,o), -(315,120,o), -(271,120,cs), -(239,120,o), -(218,136,o), -(218,165,cs), -(218,199,o), -(243,221,o), -(305,221,cs), -(444,221,l), -(444,331,l), -(259,331,ls), -(115,331,o), -(24,264,o), -(24,147,cs), -(24,53,o), -(95,-10,o), -(206,-10,cs) +(273,-10,o), +(352,27,o), +(383,75,c), +(389,75,l), +(426,24,o), +(497,-10,o), +(595,-10,cs), +(740,-10,o), +(848,58,o), +(861,172,c), +(681,172,l), +(671,148,o), +(647,132,o), +(603,132,cs), +(549,132,o), +(511,164,o), +(511,222,cs), +(511,332,l), +(516,379,o), +(552,410,o), +(600,410,cs), +(647,410,o), +(680,385,o), +(683,331,c), +(496,331,l), +(496,221,l), +(865,221,l), +(890,421,o), +(793,554,o), +(608,554,cs), +(549,554,o), +(486,536,o), +(451,505,c), +(442,505,l), +(411,534,o), +(347,554,o), +(278,554,cs), +(118,554,o), +(17,475,o), +(17,357,c), +(203,357,l), +(203,388,o), +(226,408,o), +(266,408,cs), +(298,408,o), +(327,398,o), +(327,346,cs), +(327,183,ls), +(327,145,o), +(294,120,o), +(250,120,cs), +(218,120,o), +(197,136,o), +(197,165,cs), +(197,199,o), +(222,221,o), +(284,221,cs), +(423,221,l), +(423,331,l), +(238,331,ls), +(94,331,o), +(3,264,o), +(3,147,cs), +(3,53,o), +(74,-10,o), +(185,-10,cs) ); } ); -width = 916; +width = 874; }, { background = { @@ -716,81 +2500,81 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(344,-10,o), -(447,48,o), -(481,145,c), -(484,145,l), -(528,46,o), -(621,-8,o), -(744,-8,cs), -(875,-8,o), -(981,55,o), -(1001,152,c), -(964,152,l), -(943,76,o), -(855,26,o), -(744,26,cs), -(595,26,o), -(498,114,o), -(498,262,cs), -(498,266,ls), -(498,401,o), -(595,491,o), -(741,491,cs), -(875,491,o), -(968,419,o), -(969,290,c), -(490,290,l), -(490,256,l), -(1008,256,l), -(1018,423,o), -(912,525,o), -(741,525,cs), -(626,525,o), -(541,478,o), -(496,399,c), -(493,399,l), -(469,478,o), -(389,526,o), -(276,526,cs), -(150,526,o), -(58,465,o), -(46,373,c), -(84,373,l), -(96,444,o), -(165,492,o), -(274,492,cs), -(387,492,o), -(462,442,o), -(462,337,cs), -(462,216,ls), -(462,101,o), -(366,24,o), -(223,24,cs), -(136,24,o), -(71,59,o), -(71,133,cs), -(71,231,o), -(150,256,o), -(292,256,cs), +(334,-10,o), +(437,48,o), +(471,145,c), +(474,145,l), +(518,46,o), +(611,-8,o), +(734,-8,cs), +(865,-8,o), +(971,55,o), +(991,152,c), +(954,152,l), +(933,76,o), +(845,26,o), +(734,26,cs), +(585,26,o), +(488,114,o), +(488,262,cs), +(488,266,ls), +(488,401,o), +(585,491,o), +(731,491,cs), +(865,491,o), +(958,419,o), +(959,290,c), +(480,290,l), (480,256,l), -(482,290,l), -(281,290,ls), -(147,290,o), -(33,262,o), -(33,133,cs), -(33,47,o), -(103,-10,o), -(224,-10,cs) +(998,256,l), +(1008,423,o), +(902,525,o), +(731,525,cs), +(616,525,o), +(531,478,o), +(486,399,c), +(483,399,l), +(459,478,o), +(379,526,o), +(266,526,cs), +(140,526,o), +(48,465,o), +(36,373,c), +(74,373,l), +(86,444,o), +(155,492,o), +(264,492,cs), +(377,492,o), +(452,442,o), +(452,337,cs), +(452,216,ls), +(452,101,o), +(356,24,o), +(213,24,cs), +(126,24,o), +(61,59,o), +(61,133,cs), +(61,231,o), +(140,256,o), +(282,256,cs), +(470,256,l), +(472,290,l), +(271,290,ls), +(137,290,o), +(23,262,o), +(23,133,cs), +(23,47,o), +(93,-10,o), +(214,-10,cs) ); } ); -width = 1042; +width = 1022; }, { background = { @@ -867,81 +2651,81 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(297,-10,o), -(385,15,o), -(442,76,c), -(447,76,l), -(509,15,o), -(596,-10,o), -(705,-10,cs), -(882,-10,o), -(1013,58,o), -(1035,180,c), -(817,180,l), -(806,158,o), -(765,142,o), -(718,142,cs), -(644,142,o), -(597,172,o), -(597,246,cs), -(597,308,ls), -(597,369,o), -(637,409,o), -(709,409,cs), -(777,409,o), -(812,382,o), -(817,334,c), -(532,334,l), -(532,219,l), -(1039,219,l), -(1062,419,o), -(945,553,o), -(712,553,cs), -(638,553,o), -(564,535,o), -(516,503,c), -(509,503,l), -(467,534,o), -(393,555,o), -(310,554,cs), -(146,553,o), -(33,481,o), -(24,355,c), -(233,355,l), -(235,396,o), -(270,405,o), -(309,405,cs), -(360,405,o), -(380,386,o), -(380,351,cs), -(380,196,ls), -(380,153,o), -(348,124,o), -(291,124,cs), -(253,124,o), -(231,139,o), -(231,166,cs), -(231,198,o), -(259,211,o), -(300,211,cs), -(437,211,l), -(437,321,l), -(253,321,ls), -(107,321,o), -(10,256,o), -(10,144,cs), -(10,52,o), -(82,-10,o), -(207,-10,cs) +(287,-10,o), +(375,15,o), +(432,76,c), +(437,76,l), +(499,15,o), +(586,-10,o), +(695,-10,cs), +(872,-10,o), +(1003,58,o), +(1025,180,c), +(807,180,l), +(796,158,o), +(755,142,o), +(708,142,cs), +(634,142,o), +(587,172,o), +(587,246,cs), +(587,308,ls), +(587,369,o), +(627,409,o), +(699,409,cs), +(767,409,o), +(802,382,o), +(807,334,c), +(522,334,l), +(522,219,l), +(1029,219,l), +(1052,419,o), +(935,553,o), +(702,553,cs), +(628,553,o), +(554,535,o), +(506,503,c), +(499,503,l), +(457,534,o), +(383,555,o), +(300,554,cs), +(136,553,o), +(23,481,o), +(14,355,c), +(223,355,l), +(225,396,o), +(260,405,o), +(299,405,cs), +(350,405,o), +(370,386,o), +(370,351,cs), +(370,196,ls), +(370,153,o), +(338,124,o), +(281,124,cs), +(243,124,o), +(221,139,o), +(221,166,cs), +(221,198,o), +(249,211,o), +(290,211,cs), +(427,211,l), +(427,321,l), +(243,321,ls), +(97,321,o), +(0,256,o), +(0,144,cs), +(0,52,o), +(72,-10,o), +(197,-10,cs) ); } ); -width = 1054; +width = 1034; }, { background = { @@ -1014,166 +2798,166 @@ nodes = ( (200,136,ls), (184,60,o), (140,18,o), -(92,18,cs), -(57,18,o), -(33,43,o), -(33,95,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,-10,o), -(179,18,o), -(208,90,c), -(210,90,l), -(215,30,o), -(247,-10,o), -(302,-10,cs), -(355,-10,o), -(409,25,o), -(441,148,c), -(411,148,l), -(390,70,o), -(359,18,o), -(306,18,cs), -(221,18,o), -(226,129,o), -(250,241,cs), -(262,298,ls), -(293,447,o), -(340,497,o), -(391,497,cs), -(466,497,o), -(456,393,o), -(437,280,c), -(252,280,l), -(247,252,l), -(461,252,l), -(491,401,o), -(497,525,o), -(395,525,cs), -(346,525,o), -(310,496,o), -(283,445,c), -(281,445,l), -(273,498,o), -(245,526,o), -(197,526,cs), -(125,526,o), -(88,467,o), -(68,377,c), -(98,377,l), -(118,471,o), -(150,499,o), -(194,499,cs), -(242,499,o), -(266,459,o), -(245,355,cs), -(200,136,ls), -(184,58,o), -(140,15,o), -(92,15,cs), -(57,15,o), -(33,40,o), -(33,95,cs), -(33,190,o), -(86,252,o), -(179,252,cs), -(231,252,l), -(236,280,l), -(184,280,ls), -(70,280,o), -(3,205,o), -(3,93,cs), -(3,31,o), -(36,-10,o), -(86,-10,cs) +(92,18,cs), +(57,18,o), +(33,43,o), +(33,95,cs) ); } ); -width = 504; +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,-10,o), +(156,18,o), +(185,90,c), +(187,90,l), +(192,30,o), +(224,-10,o), +(279,-10,cs), +(332,-10,o), +(386,25,o), +(418,148,c), +(388,148,l), +(367,70,o), +(336,18,o), +(283,18,cs), +(198,18,o), +(203,129,o), +(227,241,cs), +(239,298,ls), +(270,447,o), +(317,497,o), +(368,497,cs), +(443,497,o), +(433,393,o), +(414,280,c), +(229,280,l), +(224,252,l), +(438,252,l), +(468,401,o), +(474,525,o), +(372,525,cs), +(323,525,o), +(287,496,o), +(260,445,c), +(258,445,l), +(250,498,o), +(222,526,o), +(174,526,cs), +(102,526,o), +(65,467,o), +(45,377,c), +(75,377,l), +(95,471,o), +(127,499,o), +(171,499,cs), +(219,499,o), +(243,459,o), +(222,355,cs), +(177,136,ls), +(161,58,o), +(117,15,o), +(69,15,cs), +(34,15,o), +(10,40,o), +(10,95,cs), +(10,190,o), +(63,252,o), +(156,252,cs), +(208,252,l), +(213,280,l), +(161,280,ls), +(47,280,o), +(-20,205,o), +(-20,93,cs), +(-20,31,o), +(13,-10,o), +(63,-10,cs) +); +} +); +width = 458; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(179,-10,o), -(232,13,o), -(263,59,c), -(266,59,l), -(289,19,o), -(342,-10,o), -(411,-10,cs), -(521,-10,o), -(605,42,o), -(640,186,c), -(474,186,l), -(461,135,o), -(447,119,o), -(427,119,cs), -(406,119,o), -(398,141,o), -(415,229,cs), -(429,301,ls), -(447,395,o), -(465,421,o), -(487,421,cs), -(515,421,o), -(513,379,o), -(503,328,c), -(420,328,l), -(399,225,l), -(648,225,l), -(697,420,o), -(653,551,o), -(493,551,cs), -(451,551,o), -(414,542,o), -(383,521,c), -(381,521,l), -(351,542,o), -(312,551,o), -(266,551,cs), -(139,551,o), -(63,484,o), -(42,357,c), -(207,357,l), -(213,393,o), -(225,417,o), -(251,417,cs), -(280,417,o), -(281,392,o), -(275,361,cs), -(235,162,ls), -(228,129,o), -(215,114,o), -(191,114,cs), -(171,114,o), -(157,126,o), -(157,152,cs), -(157,190,o), -(179,214,o), -(221,214,cs), -(267,214,l), -(289,317,l), -(217,317,ls), -(62,317,o), -(-14,237,o), -(-14,126,cs), -(-14,44,o), -(38,-10,o), -(117,-10,cs) +(168,-10,o), +(221,13,o), +(252,59,c), +(255,59,l), +(278,19,o), +(331,-10,o), +(400,-10,cs), +(510,-10,o), +(594,42,o), +(629,186,c), +(463,186,l), +(450,135,o), +(436,119,o), +(416,119,cs), +(395,119,o), +(387,141,o), +(404,229,cs), +(418,301,ls), +(436,395,o), +(454,421,o), +(476,421,cs), +(504,421,o), +(502,379,o), +(492,328,c), +(409,328,l), +(388,225,l), +(637,225,l), +(686,420,o), +(642,551,o), +(482,551,cs), +(440,551,o), +(403,542,o), +(372,521,c), +(370,521,l), +(340,542,o), +(301,551,o), +(255,551,cs), +(128,551,o), +(52,484,o), +(31,357,c), +(196,357,l), +(202,393,o), +(214,417,o), +(240,417,cs), +(269,417,o), +(270,392,o), +(264,361,cs), +(224,162,ls), +(217,129,o), +(204,114,o), +(180,114,cs), +(160,114,o), +(146,126,o), +(146,152,cs), +(146,190,o), +(168,214,o), +(210,214,cs), +(256,214,l), +(278,317,l), +(206,317,ls), +(51,317,o), +(-25,237,o), +(-25,126,cs), +(-25,44,o), +(27,-10,o), +(106,-10,cs) ); } ); -width = 672; +width = 653; }, { background = { @@ -1251,81 +3035,81 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(282,-10,o), -(369,38,o), -(405,131,c), -(409,131,l), -(431,46,o), -(501,-10,o), -(595,-10,cs), -(709,-10,o), -(802,55,o), -(828,153,c), -(791,153,l), -(766,76,o), -(695,24,o), -(598,24,cs), -(480,24,o), -(416,119,o), -(440,262,cs), -(443,280,ls), -(467,425,o), -(562,494,o), -(665,494,cs), -(772,494,o), -(832,422,o), -(813,293,c), -(437,293,l), -(431,261,l), -(844,261,l), -(875,421,o), -(804,527,o), -(666,527,cs), -(580,527,o), -(503,485,o), -(458,413,c), -(455,413,l), -(437,479,o), -(377,527,o), -(279,527,cs), -(179,527,o), -(100,475,o), -(77,383,c), -(114,383,l), -(130,450,o), -(185,494,o), -(279,494,cs), -(378,494,o), -(441,438,o), -(418,318,cs), -(393,188,ls), -(374,88,o), -(301,22,o), -(194,22,cs), -(119,22,o), -(68,58,o), -(68,131,cs), -(68,214,o), -(136,261,o), -(253,261,cs), -(416,261,l), -(422,294,l), -(259,294,ls), -(123,294,o), -(32,241,o), -(32,126,cs), -(32,44,o), -(90,-10,o), -(189,-10,cs) +(258,-10,o), +(345,38,o), +(381,131,c), +(385,131,l), +(407,46,o), +(477,-10,o), +(571,-10,cs), +(685,-10,o), +(778,55,o), +(804,153,c), +(767,153,l), +(742,76,o), +(671,24,o), +(574,24,cs), +(456,24,o), +(392,119,o), +(416,262,cs), +(419,280,ls), +(443,425,o), +(538,494,o), +(641,494,cs), +(748,494,o), +(808,422,o), +(789,293,c), +(413,293,l), +(407,261,l), +(820,261,l), +(851,421,o), +(780,527,o), +(642,527,cs), +(556,527,o), +(479,485,o), +(434,413,c), +(431,413,l), +(413,479,o), +(353,527,o), +(255,527,cs), +(155,527,o), +(76,475,o), +(53,383,c), +(90,383,l), +(106,450,o), +(161,494,o), +(255,494,cs), +(354,494,o), +(417,438,o), +(394,318,cs), +(369,188,ls), +(350,88,o), +(277,22,o), +(170,22,cs), +(95,22,o), +(44,58,o), +(44,131,cs), +(44,214,o), +(112,261,o), +(229,261,cs), +(392,261,l), +(398,294,l), +(235,294,ls), +(99,294,o), +(8,241,o), +(8,126,cs), +(8,44,o), +(66,-10,o), +(165,-10,cs) ); } ); -width = 901; +width = 851; }, { background = { @@ -1404,81 +3188,81 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(264,-10,o), -(343,19,o), -(384,73,c), -(389,73,l), -(431,16,o), -(507,-10,o), -(601,-10,cs), -(737,-10,o), -(843,65,o), -(868,175,c), -(684,175,l), -(674,149,o), -(648,132,o), -(610,132,cs), -(552,132,o), -(518,165,o), -(531,251,cs), -(544,335,ls), -(551,377,o), -(577,413,o), -(634,413,cs), -(684,413,o), -(714,381,o), -(707,331,c), -(519,331,l), -(502,221,l), -(877,221,l), -(923,421,o), -(822,554,o), -(642,554,cs), -(582,554,o), -(527,539,o), -(486,515,c), -(479,515,l), -(444,538,o), -(387,554,o), -(326,554,cs), -(177,554,o), -(70,483,o), -(56,358,c), -(231,358,l), -(237,393,o), -(263,408,o), -(303,408,cs), -(347,408,o), -(373,389,o), -(363,340,cs), -(331,185,ls), -(323,146,o), -(297,120,o), -(248,120,cs), -(217,120,o), -(197,136,o), -(197,166,cs), -(197,199,o), -(223,221,o), -(278,221,cs), -(362,221,l), -(385,331,l), -(258,331,ls), -(106,331,o), -(5,269,o), -(5,143,cs), -(5,48,o), -(75,-10,o), -(182,-10,cs) +(235,-10,o), +(314,19,o), +(355,73,c), +(360,73,l), +(402,16,o), +(478,-10,o), +(572,-10,cs), +(708,-10,o), +(814,65,o), +(839,175,c), +(655,175,l), +(645,149,o), +(619,132,o), +(581,132,cs), +(523,132,o), +(489,165,o), +(502,251,cs), +(515,335,ls), +(522,377,o), +(548,413,o), +(605,413,cs), +(655,413,o), +(685,381,o), +(678,331,c), +(490,331,l), +(473,221,l), +(848,221,l), +(894,421,o), +(793,554,o), +(613,554,cs), +(553,554,o), +(498,539,o), +(457,515,c), +(450,515,l), +(415,538,o), +(358,554,o), +(297,554,cs), +(148,554,o), +(41,483,o), +(27,358,c), +(202,358,l), +(208,393,o), +(234,408,o), +(274,408,cs), +(318,408,o), +(344,389,o), +(334,340,cs), +(302,185,ls), +(294,146,o), +(268,120,o), +(219,120,cs), +(188,120,o), +(168,136,o), +(168,166,cs), +(168,199,o), +(194,221,o), +(249,221,cs), +(333,221,l), +(356,331,l), +(229,331,ls), +(77,331,o), +(-24,269,o), +(-24,143,cs), +(-24,48,o), +(46,-10,o), +(153,-10,cs) ); } ); -width = 913; +width = 864; }, { background = { @@ -1557,84 +3341,84 @@ nodes = ( }; guides = ( { -pos = (307,256); +pos = (297,256); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(318,-10,o), -(415,46,o), -(458,140,c), -(462,140,l), -(493,51,o), -(581,-9,o), -(704,-9,cs), -(834,-9,o), -(942,55,o), -(974,152,c), -(937,152,l), -(905,76,o), -(820,25,o), -(707,25,cs), -(557,25,o), -(465,121,o), -(491,266,cs), -(493,277,ls), -(516,406,o), -(622,493,o), -(759,493,cs), -(898,493,o), -(978,414,o), -(962,290,c), -(488,290,l), -(482,256,l), -(994,256,l), -(1029,418,o), -(934,527,o), -(762,527,cs), -(657,527,o), -(568,482,o), -(513,408,c), -(510,408,l), -(487,482,o), -(416,527,o), -(296,527,cs), -(182,527,o), -(89,476,o), -(67,373,c), -(104,373,l), -(122,444,o), -(186,493,o), -(291,493,cs), -(409,493,o), -(496,451,o), -(469,316,cs), -(446,199,ls), -(425,92,o), -(334,21,o), -(199,21,cs), -(109,21,o), -(51,60,o), -(51,132,cs), -(51,237,o), -(156,256,o), -(277,256,cs), -(473,256,l), +(308,-10,o), +(405,46,o), +(448,140,c), +(452,140,l), +(483,51,o), +(571,-9,o), +(694,-9,cs), +(824,-9,o), +(932,55,o), +(964,152,c), +(927,152,l), +(895,76,o), +(810,25,o), +(697,25,cs), +(547,25,o), +(455,121,o), +(481,266,cs), +(483,277,ls), +(506,406,o), +(612,493,o), +(749,493,cs), +(888,493,o), +(968,414,o), +(952,290,c), (478,290,l), -(279,290,ls), -(125,290,o), -(18,253,o), -(13,133,cs), -(10,47,o), -(80,-10,o), -(189,-10,cs) +(472,256,l), +(984,256,l), +(1019,418,o), +(924,527,o), +(752,527,cs), +(647,527,o), +(558,482,o), +(503,408,c), +(500,408,l), +(477,482,o), +(406,527,o), +(286,527,cs), +(172,527,o), +(79,476,o), +(57,373,c), +(94,373,l), +(112,444,o), +(176,493,o), +(281,493,cs), +(399,493,o), +(486,451,o), +(459,316,cs), +(436,199,ls), +(415,92,o), +(324,21,o), +(189,21,cs), +(99,21,o), +(41,60,o), +(41,132,cs), +(41,237,o), +(146,256,o), +(267,256,cs), +(463,256,l), +(468,290,l), +(269,290,ls), +(115,290,o), +(8,253,o), +(3,133,cs), +(0,47,o), +(70,-10,o), +(179,-10,cs) ); } ); -width = 1030; +width = 1010; }, { background = { @@ -1711,81 +3495,81 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(291,-10,o), -(384,26,o), -(425,73,c), -(435,73,l), -(484,20,o), -(573,-9,o), -(679,-9,cs), -(854,-9,o), -(988,67,o), -(1013,180,c), -(791,180,l), -(775,157,o), -(737,140,o), -(685,140,cs), -(616,140,o), -(572,174,o), -(580,232,cs), -(593,327,ls), -(600,377,o), -(642,409,o), -(709,409,cs), -(773,409,o), -(806,377,o), -(811,334,c), -(568,334,l), -(553,219,l), -(1022,219,l), -(1054,422,o), -(929,554,o), -(716,554,cs), -(640,554,o), -(572,539,o), -(522,513,c), -(515,513,l), -(466,543,o), -(400,554,o), -(329,554,cs), -(169,554,o), -(54,488,o), -(36,358,c), -(245,358,l), -(251,387,o), -(273,404,o), -(319,404,cs), -(368,404,o), -(401,389,o), -(392,343,cs), -(359,183,ls), -(352,148,o), -(322,124,o), -(273,124,cs), -(238,124,o), -(215,139,o), -(216,167,cs), -(217,197,o), -(247,211,o), -(313,211,cs), -(382,211,l), -(403,321,l), -(269,321,ls), -(135,321,o), -(-7,289,o), -(-7,140,cs), -(-7,46,o), -(72,-10,o), -(191,-10,cs) +(276,-10,o), +(369,26,o), +(410,73,c), +(420,73,l), +(469,20,o), +(558,-9,o), +(664,-9,cs), +(839,-9,o), +(973,67,o), +(998,180,c), +(776,180,l), +(760,157,o), +(722,140,o), +(670,140,cs), +(601,140,o), +(557,174,o), +(565,232,cs), +(578,327,ls), +(585,377,o), +(627,409,o), +(694,409,cs), +(758,409,o), +(791,377,o), +(796,334,c), +(553,334,l), +(538,219,l), +(1007,219,l), +(1039,422,o), +(914,554,o), +(701,554,cs), +(625,554,o), +(557,539,o), +(507,513,c), +(500,513,l), +(451,543,o), +(385,554,o), +(314,554,cs), +(154,554,o), +(39,488,o), +(21,358,c), +(230,358,l), +(236,387,o), +(258,404,o), +(304,404,cs), +(353,404,o), +(386,389,o), +(377,343,cs), +(344,183,ls), +(337,148,o), +(307,124,o), +(258,124,cs), +(223,124,o), +(200,139,o), +(201,167,cs), +(202,197,o), +(232,211,o), +(298,211,cs), +(367,211,l), +(388,321,l), +(254,321,ls), +(120,321,o), +(-22,289,o), +(-22,140,cs), +(-22,46,o), +(57,-10,o), +(176,-10,cs) ); } ); -width = 1042; +width = 1023; } ); metricLeft = a.ss04; diff --git a/sources/MonaSans.glyphspackage/glyphs/agrave.glyph b/sources/MonaSans.glyphspackage/glyphs/agrave.glyph index 28e0f212..f2631893 100644 --- a/sources/MonaSans.glyphspackage/glyphs/agrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/agrave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = agrave; -kernLeft = a; -kernRight = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (26,-137); ref = gravecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (167,-155); +pos = (173,-155); ref = gravecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (120,-134); +pos = (126,-129); ref = gravecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (173,-155); +pos = (163,-155); ref = gravecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (126,-129); +pos = (116,-134); ref = gravecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (13,-137); ref = gravecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (105,-129); ref = gravecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (41,-156); +ref = gravecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (27,-137); +ref = gravecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (166,-155); +ref = gravecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (120,-134); +ref = gravecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (200,-155); +ref = gravecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (140,-129); +ref = gravecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (6,-156); +ref = gravecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (15,-137); +ref = gravecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (148,-155); +ref = gravecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (90,-134); +ref = gravecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (165,-155); +ref = gravecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (116,-129); +ref = gravecomb; +} +); +width = 704; } ); unicode = 224; diff --git a/sources/MonaSans.glyphspackage/glyphs/agrave.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/agrave.ss05.glyph index 9974fdfc..16a4330e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/agrave.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/agrave.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = agrave.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (37,-137); ref = gravecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (125,-155); +pos = (141,-155); ref = gravecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (105,-134); +pos = (91,-129); ref = gravecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (141,-155); +pos = (116,-155); ref = gravecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (91,-129); +pos = (101,-134); ref = gravecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-22,-137); ref = gravecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (40,-129); ref = gravecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (15,-156); +ref = gravecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (40,-137); +ref = gravecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (125,-155); +ref = gravecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (105,-134); +ref = gravecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (141,-155); +ref = gravecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (91,-129); +ref = gravecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-20,-156); +ref = gravecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-22,-137); +ref = gravecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (65,-155); +ref = gravecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (26,-134); +ref = gravecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (66,-155); +ref = gravecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (40,-129); +ref = gravecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/ahookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/ahookabove.glyph index f1071f85..907cb74c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ahookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ahookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ahookabove; -kernLeft = a; -kernRight = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (96,-138); ref = hookabovecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (193,-155); +pos = (209,-155); ref = hookabovecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (166,-134); +pos = (207,-134); ref = hookabovecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (209,-155); +pos = (189,-155); ref = hookabovecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (207,-134); +pos = (159,-134); ref = hookabovecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (67,-139); ref = hookabovecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (170,-137); ref = hookabovecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (94,-156); +ref = hookabovecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (97,-138); +ref = hookabovecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (192,-155); +ref = hookabovecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (166,-134); +ref = hookabovecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (236,-155); +ref = hookabovecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (221,-134); +ref = hookabovecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (35,-157); +ref = hookabovecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (69,-139); +ref = hookabovecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (178,-156); +ref = hookabovecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (131,-135); +ref = hookabovecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (207,-156); +ref = hookabovecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (181,-137); +ref = hookabovecomb; +} +); +width = 704; } ); unicode = 7843; diff --git a/sources/MonaSans.glyphspackage/glyphs/ahookabove.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/ahookabove.ss05.glyph index 0530333d..77bf5331 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ahookabove.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ahookabove.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ahookabove.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (107,-138); ref = hookabovecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (151,-155); +pos = (177,-155); ref = hookabovecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (151,-134); +pos = (172,-134); ref = hookabovecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (177,-155); +pos = (142,-155); ref = hookabovecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (172,-134); +pos = (144,-134); ref = hookabovecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (32,-139); ref = hookabovecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (105,-137); ref = hookabovecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (68,-156); +ref = hookabovecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (110,-138); +ref = hookabovecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (151,-155); +ref = hookabovecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (151,-134); +ref = hookabovecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (177,-155); +ref = hookabovecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (172,-134); +ref = hookabovecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (9,-157); +ref = hookabovecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (32,-139); +ref = hookabovecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (95,-156); +ref = hookabovecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (67,-135); +ref = hookabovecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (108,-156); +ref = hookabovecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (105,-137); +ref = hookabovecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/amacron.glyph b/sources/MonaSans.glyphspackage/glyphs/amacron.glyph index f49fcbe2..eb77ac00 100644 --- a/sources/MonaSans.glyphspackage/glyphs/amacron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/amacron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = amacron; -kernLeft = a; -kernRight = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (41,-139); ref = macroncomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (101,-155); +pos = (89,-154); ref = macroncomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (87,-134); +pos = (96,-129); ref = macroncomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (89,-154); +pos = (99,-155); ref = macroncomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (96,-129); +pos = (81,-134); ref = macroncomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (19,-139); ref = macroncomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (74,-129); ref = macroncomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (38,-155); +ref = macroncomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (42,-139); +ref = macroncomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (100,-155); +ref = macroncomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (87,-134); +ref = macroncomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (116,-154); +ref = macroncomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (110,-129); +ref = macroncomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (1,-155); +ref = macroncomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (21,-139); +ref = macroncomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (81,-155); +ref = macroncomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (78,-134); +ref = macroncomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (81,-154); +ref = macroncomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (85,-129); +ref = macroncomb; +} +); +width = 704; } ); unicode = 257; diff --git a/sources/MonaSans.glyphspackage/glyphs/amacron.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/amacron.ss05.glyph index 0c108e17..9e3b6e72 100644 --- a/sources/MonaSans.glyphspackage/glyphs/amacron.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/amacron.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = amacron.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (52,-139); ref = macroncomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (59,-155); +pos = (57,-154); ref = macroncomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (72,-134); +pos = (61,-129); ref = macroncomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (57,-154); +pos = (52,-155); ref = macroncomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (61,-129); +pos = (66,-134); ref = macroncomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-16,-139); ref = macroncomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (9,-129); ref = macroncomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (12,-155); +ref = macroncomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (55,-139); +ref = macroncomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (59,-155); +ref = macroncomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (72,-134); +ref = macroncomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (57,-154); +ref = macroncomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (61,-129); +ref = macroncomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-25,-155); +ref = macroncomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-16,-139); +ref = macroncomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-2,-155); +ref = macroncomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (14,-134); +ref = macroncomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-18,-154); +ref = macroncomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (9,-129); +ref = macroncomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/ampersand.glyph b/sources/MonaSans.glyphspackage/glyphs/ampersand.glyph index 08ce8be1..1782eaef 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ampersand.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ampersand.glyph @@ -1,6 +1,6 @@ { glyphname = ampersand; -kernRight = ampersand; +kernRight = KO_ampersand; layers = ( { background = { @@ -95,91 +95,91 @@ shapes = ( { closed = 1; nodes = ( -(573,-7,o), -(606,-2,o), -(622,5,c), -(622,151,l), -(607,147,o), -(592,145,o), -(578,145,cs), -(530,145,o), -(500,160,o), -(457,219,cs), -(303,432,ls), -(275,471,o), -(251,510,o), -(251,550,cs), -(251,575,o), -(259,597,o), -(283,597,cs), -(298,597,o), -(314,588,o), -(314,552,cs), -(314,517,o), -(296,474,o), -(269,454,c), -(327,367,l), -(424,415,o), -(469,489,o), -(469,566,cs), -(469,670,o), -(394,739,o), -(281,739,cs), -(166,739,o), -(79,670,o), -(79,546,cs), -(79,476,o), -(107,412,o), -(155,347,cs), -(329,109,ls), -(395,19,o), -(455,-7,o), -(541,-7,cs) +(581,-7,o), +(614,-2,o), +(630,5,c), +(630,151,l), +(615,147,o), +(600,145,o), +(586,145,cs), +(538,145,o), +(508,160,o), +(465,219,cs), +(311,432,ls), +(283,471,o), +(259,510,o), +(259,550,cs), +(259,575,o), +(267,597,o), +(291,597,cs), +(306,597,o), +(322,588,o), +(322,552,cs), +(322,517,o), +(304,474,o), +(277,454,c), +(335,367,l), +(432,415,o), +(477,489,o), +(477,566,cs), +(477,670,o), +(402,739,o), +(289,739,cs), +(174,739,o), +(87,670,o), +(87,546,cs), +(87,476,o), +(115,412,o), +(163,347,cs), +(337,109,ls), +(403,19,o), +(463,-7,o), +(549,-7,cs) ); }, { closed = 1; nodes = ( -(285,-10,o), -(357,19,o), -(388,63,c), -(307,164,l), -(304,147,o), -(280,135,o), -(254,135,cs), -(216,135,o), -(190,160,o), -(190,212,cs), -(190,245,o), -(202,276,o), -(222,286,c), -(148,393,l), -(57,352,o), -(17,262,o), -(17,184,cs), -(17,68,o), -(93,-10,o), -(209,-10,cs) +(293,-10,o), +(365,19,o), +(396,63,c), +(315,164,l), +(312,147,o), +(288,135,o), +(262,135,cs), +(224,135,o), +(198,160,o), +(198,212,cs), +(198,245,o), +(210,276,o), +(230,286,c), +(156,393,l), +(65,352,o), +(25,262,o), +(25,184,cs), +(25,68,o), +(101,-10,o), +(217,-10,cs) ); }, { closed = 1; nodes = ( -(503,188,o), -(524,230,o), -(536,265,c), -(587,264,l), -(605,393,l), -(429,393,l), -(430,361,l), -(423,326,o), -(416,293,o), -(407,270,c), -(481,157,l) +(511,188,o), +(532,230,o), +(544,265,c), +(595,264,l), +(613,393,l), +(437,393,l), +(438,361,l), +(431,326,o), +(424,293,o), +(415,270,c), +(489,157,l) ); } ); -width = 640; +width = 656; }, { background = { @@ -366,183 +366,2702 @@ shapes = ( { closed = 1; nodes = ( -(723,-5,o), -(739,-1,o), -(749,3,c), -(749,44,l), -(739,39,o), -(725,35,o), -(708,35,cs), -(660,35,o), -(627,41,o), -(542,134,cs), -(314,382,ls), -(234,470,o), -(207,521,o), -(207,586,cs), -(207,656,o), -(258,705,o), -(335,705,cs), -(404,705,o), -(450,663,o), -(450,590,cs), -(450,517,o), -(401,463,o), -(278,405,c), -(301,383,l), -(425,442,o), -(487,507,o), -(487,592,cs), -(487,680,o), -(427,739,o), -(336,739,cs), -(240,739,o), -(169,677,o), -(169,582,cs), -(169,528,o), -(184,469,o), -(280,364,cs), -(512,110,ls), -(586,28,o), -(632,-5,o), -(703,-5,cs) +(-169,-4,o), +(-158,-2,o), +(-151,0,c), +(-151,39,l), +(-161,36,o), +(-170,35,o), +(-182,35,cs), +(-236,35,o), +(-295,60,o), +(-387,159,cs), +(-574,362,ls), +(-696,494,o), +(-720,526,o), +(-720,583,cs), +(-720,656,o), +(-660,706,o), +(-579,706,cs), +(-509,706,o), +(-446,657,o), +(-446,585,cs), +(-446,506,o), +(-501,457,o), +(-632,405,c), +(-607,383,l), +(-468,437,o), +(-409,500,o), +(-409,582,cs), +(-409,673,o), +(-484,739,o), +(-580,739,cs), +(-685,739,o), +(-757,674,o), +(-757,584,cs), +(-757,519,o), +(-722,470,o), +(-622,360,cs), +(-411,130,ls), +(-319,29,o), +(-254,-4,o), +(-185,-4,cs) ); }, { closed = 1; nodes = ( -(359,-10,o), -(450,38,o), -(509,139,c), -(479,157,l), -(432,73,o), -(357,23,o), -(249,23,cs), -(160,23,o), -(97,82,o), -(97,173,cs), -(97,261,o), -(157,323,o), -(283,376,c), -(262,402,l), -(135,347,o), -(59,274,o), -(59,172,cs), -(59,65,o), -(136,-10,o), -(247,-10,cs) +(-560,-10,o), +(-453,29,o), +(-390,124,c), +(-417,149,l), +(-465,74,o), +(-547,24,o), +(-656,24,cs), +(-754,24,o), +(-820,85,o), +(-820,172,cs), +(-820,259,o), +(-760,336,o), +(-623,377,c), +(-646,401,l), +(-779,360,o), +(-860,281,o), +(-860,174,cs), +(-860,65,o), +(-777,-10,o), +(-651,-10,cs) ); }, { closed = 1; nodes = ( -(541,201,o), -(561,259,o), -(568,319,c), -(681,318,l), -(676,355,l), -(529,355,l), -(529,326,l), -(522,270,o), -(508,218,o), -(487,175,c), -(518,155,l) -); -} -); -}; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(718,-5,o), -(731,-3,o), -(741,0,c), -(741,41,l), -(732,37,o), -(721,35,o), -(708,35,cs), -(639,35,o), -(589,67,o), -(497,170,cs), -(328,359,ls), -(235,464,o), -(207,521,o), -(207,586,cs), -(207,656,o), -(258,705,o), -(335,705,cs), -(404,705,o), -(450,663,o), -(450,590,cs), -(450,517,o), -(401,463,o), -(278,405,c), -(301,383,l), -(425,442,o), -(487,507,o), -(487,592,cs), -(487,680,o), -(426,739,o), -(336,739,cs), -(240,739,o), -(169,677,o), -(169,582,cs), -(169,528,o), -(186,463,o), -(293,343,cs), -(468,146,ls), -(534,72,o), -(605,-5,o), -(703,-5,cs) +(-347,203,o), +(-326,259,o), +(-318,321,c), +(-200,319,l), +(-201,360,l), +(-357,360,l), +(-357,327,l), +(-367,270,o), +(-383,219,o), +(-406,167,c), +(-376,142,l) ); }, { closed = 1; nodes = ( -(359,-10,o), -(450,38,o), -(509,139,c), -(479,157,l), -(432,73,o), -(357,23,o), -(249,23,cs), -(160,23,o), -(97,82,o), -(97,173,cs), -(97,261,o), -(157,323,o), -(283,376,c), -(262,402,l), -(135,347,o), -(59,274,o), -(59,172,cs), -(59,65,o), -(136,-10,o), -(247,-10,cs) +(726,-6,o), +(743,-4,o), +(756,0,c), +(756,43,l), +(748,39,o), +(731,36,o), +(708,36,cs), +(642,36,o), +(585,82,o), +(515,154,cs), +(346,326,ls), +(208,467,o), +(184,519,o), +(184,576,cs), +(184,653,o), +(241,706,o), +(325,706,cs), +(402,706,o), +(452,655,o), +(452,584,cs), +(452,507,o), +(404,452,o), +(263,401,c), +(285,378,l), +(431,430,o), +(490,497,o), +(490,583,cs), +(490,678,o), +(420,739,o), +(325,739,cs), +(216,739,o), +(146,666,o), +(146,577,cs), +(146,516,o), +(175,446,o), +(313,305,cs), +(485,130,ls), +(588,25,o), +(640,-6,o), +(714,-6,cs) ); }, { closed = 1; nodes = ( -(540,197,o), -(562,267,o), -(568,319,c), -(691,318,l), -(686,355,l), -(529,355,l), -(529,326,l), -(522,267,o), -(506,212,o), -(483,168,c), -(514,147,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ +(341,-10,o), +(449,29,o), +(510,126,c), +(485,151,l), +(436,67,o), +(349,24,o), +(242,24,cs), +(146,24,o), +(80,84,o), +(80,173,cs), +(80,263,o), +(134,330,o), +(277,377,c), +(254,401,l), +(126,360,o), +(40,281,o), +(40,173,cs), +(40,64,o), +(121,-10,o), +(244,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(548,186,o), +(572,258,o), +(580,317,c), +(698,315,l), +(695,356,l), +(542,356,l), +(542,324,l), +(534,271,o), +(522,222,o), +(494,166,c), +(519,138,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(729,-6,o), +(748,-3,o), +(756,1,c), +(756,43,l), +(748,39,o), +(731,36,o), +(708,36,cs), +(638,36,o), +(577,82,o), +(492,170,cs), +(361,305,ls), +(208,462,o), +(186,519,o), +(186,576,cs), +(186,653,o), +(241,706,o), +(325,706,cs), +(402,706,o), +(452,655,o), +(452,584,cs), +(452,507,o), +(404,452,o), +(263,401,c), +(285,378,l), +(431,430,o), +(490,497,o), +(490,583,cs), +(490,678,o), +(420,739,o), +(325,739,cs), +(216,739,o), +(147,666,o), +(147,578,cs), +(147,516,o), +(174,443,o), +(328,285,cs), +(471,138,ls), +(563,44,o), +(624,-6,o), +(709,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(341,-10,o), +(449,29,o), +(510,126,c), +(485,151,l), +(436,67,o), +(349,24,o), +(242,24,cs), +(146,24,o), +(80,84,o), +(80,173,cs), +(80,263,o), +(134,330,o), +(277,377,c), +(254,401,l), +(126,360,o), +(40,281,o), +(40,173,cs), +(40,64,o), +(121,-10,o), +(244,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(548,186,o), +(571,258,o), +(580,317,c), +(698,315,l), +(695,356,l), +(542,356,l), +(542,324,l), +(534,271,o), +(523,222,o), +(494,166,c), +(519,138,l) +); +} +); +width = 786; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(329,-10,o), +(422,8,o), +(479,66,c), +(486,66,l), +(544,16,o), +(607,-12,o), +(680,-12,cs), +(711,-12,o), +(753,-7,o), +(779,5,c), +(779,158,l), +(765,154,o), +(751,152,o), +(736,152,cs), +(700,152,o), +(661,161,o), +(627,187,c), +(646,207,o), +(663,231,o), +(681,260,c), +(757,258,l), +(767,400,l), +(552,400,l), +(549,368,l), +(537,339,o), +(525,311,o), +(509,291,c), +(431,368,l), +(523,397,o), +(583,457,o), +(583,553,cs), +(583,663,o), +(482,739,o), +(339,739,cs), +(198,739,o), +(95,659,o), +(95,537,cs), +(95,480,o), +(119,438,o), +(169,384,c), +(74,354,o), +(11,275,o), +(11,183,cs), +(11,67,o), +(107,-10,o), +(251,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(261,155,o), +(231,184,o), +(231,217,cs), +(231,242,o), +(243,266,o), +(261,279,c), +(368,177,l), +(356,164,o), +(336,155,o), +(300,155,cs) +); +}, +{ +closed = 1; +nodes = ( +(316,480,o), +(301,502,o), +(301,529,cs), +(301,560,o), +(319,579,o), +(349,579,cs), +(380,579,o), +(401,561,o), +(401,531,cs), +(401,500,o), +(378,472,o), +(342,452,c) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(717,-12,o), +(759,-7,o), +(785,5,c), +(785,158,l), +(771,154,o), +(757,152,o), +(742,152,cs), +(701,152,o), +(656,164,o), +(583,232,cs), +(366,433,ls), +(326,470,o), +(307,497,o), +(307,529,cs), +(307,560,o), +(325,579,o), +(355,579,cs), +(386,579,o), +(407,561,o), +(407,531,cs), +(407,495,o), +(376,463,o), +(330,443,c), +(420,363,l), +(521,390,o), +(589,451,o), +(589,553,cs), +(589,663,o), +(488,739,o), +(345,739,cs), +(204,739,o), +(101,659,o), +(101,536,cs), +(101,454,o), +(138,394,o), +(255,286,cs), +(464,93,ls), +(542,21,o), +(608,-12,o), +(686,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(340,-10,o), +(448,10,o), +(502,77,c), +(381,186,l), +(370,168,o), +(350,155,o), +(306,155,cs), +(267,155,o), +(237,184,o), +(237,217,cs), +(237,248,o), +(255,277,o), +(280,286,c), +(192,389,l), +(88,363,o), +(17,280,o), +(17,183,cs), +(17,67,o), +(113,-10,o), +(257,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(646,199,o), +(666,226,o), +(687,260,c), +(763,258,l), +(773,400,l), +(558,400,l), +(555,368,l), +(541,334,o), +(527,301,o), +(506,281,c), +(623,177,l) +); +} +); +width = 813; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(723,-5,o), +(739,-1,o), +(749,3,c), +(749,44,l), +(739,39,o), +(725,35,o), +(708,35,cs), +(660,35,o), +(627,41,o), +(542,134,cs), +(314,382,ls), +(234,470,o), +(207,521,o), +(207,586,cs), +(207,656,o), +(258,705,o), +(335,705,cs), +(404,705,o), +(450,663,o), +(450,590,cs), +(450,517,o), +(401,463,o), +(278,405,c), +(301,383,l), +(425,442,o), +(487,507,o), +(487,592,cs), +(487,680,o), +(427,739,o), +(336,739,cs), +(240,739,o), +(169,677,o), +(169,582,cs), +(169,528,o), +(184,469,o), +(280,364,cs), +(512,110,ls), +(586,28,o), +(632,-5,o), +(703,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(359,-10,o), +(450,38,o), +(509,139,c), +(479,157,l), +(432,73,o), +(357,23,o), +(249,23,cs), +(160,23,o), +(97,82,o), +(97,173,cs), +(97,261,o), +(157,323,o), +(283,376,c), +(262,402,l), +(135,347,o), +(59,274,o), +(59,172,cs), +(59,65,o), +(136,-10,o), +(247,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(541,201,o), +(561,259,o), +(568,319,c), +(681,318,l), +(676,355,l), +(529,355,l), +(529,326,l), +(522,270,o), +(508,218,o), +(487,175,c), +(518,155,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(707,-5,o), +(720,-3,o), +(730,0,c), +(730,41,l), +(721,37,o), +(710,35,o), +(697,35,cs), +(630,35,o), +(580,67,o), +(490,170,cs), +(325,359,ls), +(234,464,o), +(206,521,o), +(206,586,cs), +(206,656,o), +(255,705,o), +(332,705,cs), +(399,705,o), +(444,663,o), +(444,590,cs), +(444,517,o), +(396,463,o), +(275,405,c), +(298,383,l), +(420,442,o), +(480,507,o), +(480,592,cs), +(480,680,o), +(421,739,o), +(333,739,cs), +(239,739,o), +(168,677,o), +(168,582,cs), +(168,528,o), +(185,463,o), +(290,343,cs), +(461,146,ls), +(527,72,o), +(596,-5,o), +(692,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(354,-10,o), +(444,38,o), +(502,139,c), +(472,157,l), +(427,73,o), +(352,23,o), +(248,23,cs), +(159,23,o), +(98,82,o), +(98,173,cs), +(98,261,o), +(156,323,o), +(280,376,c), +(259,402,l), +(136,347,o), +(60,274,o), +(60,172,cs), +(60,65,o), +(137,-10,o), +(246,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(533,197,o), +(553,267,o), +(559,319,c), +(680,318,l), +(675,355,l), +(522,355,l), +(522,326,l), +(515,267,o), +(499,212,o), +(476,168,c), +(507,147,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +0, +4 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +2, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +8 +); +stem = -2; +target = ( +0, +19 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +25 +); +stem = -2; +target = ( +2, +2 +); +type = Stem; +} +); +}; +width = 778; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-481,-10,o), +(-399,9,o), +(-340,64,c), +(-331,64,l), +(-271,10,o), +(-214,-8,o), +(-148,-8,cs), +(-126,-8,o), +(-103,-6,o), +(-79,-1,c), +(-73,147,l), +(-85,143,o), +(-97,141,o), +(-111,141,cs), +(-145,141,o), +(-180,157,o), +(-221,192,c), +(-203,216,o), +(-190,236,o), +(-178,256,c), +(-99,253,l), +(-80,396,l), +(-281,396,l), +(-284,365,l), +(-290,344,o), +(-304,318,o), +(-322,291,c), +(-392,368,l), +(-302,410,o), +(-252,478,o), +(-252,557,cs), +(-252,667,o), +(-338,739,o), +(-459,739,cs), +(-595,739,o), +(-693,659,o), +(-693,542,cs), +(-693,486,o), +(-673,431,o), +(-629,384,c), +(-711,351,o), +(-771,275,o), +(-771,187,cs), +(-771,65,o), +(-681,-10,o), +(-560,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(-552,147,o), +(-580,173,o), +(-580,211,cs), +(-580,244,o), +(-564,267,o), +(-541,280,c), +(-439,170,l), +(-456,154,o), +(-482,147,o), +(-513,147,cs) +); +}, +{ +closed = 1; +nodes = ( +(-496,480,o), +(-513,511,o), +(-513,537,cs), +(-513,568,o), +(-491,587,o), +(-463,587,cs), +(-434,587,o), +(-416,567,o), +(-416,538,cs), +(-416,506,o), +(-436,476,o), +(-468,454,c) +); +}, +{ +closed = 1; +nodes = ( +(327,-10,o), +(415,19,o), +(460,63,c), +(469,63,l), +(529,10,o), +(586,-8,o), +(652,-8,cs), +(674,-8,o), +(697,-6,o), +(721,-1,c), +(728,148,l), +(714,143,o), +(701,141,o), +(688,141,cs), +(658,141,o), +(624,155,o), +(581,190,c), +(597,213,o), +(613,236,o), +(625,256,c), +(701,253,l), +(720,397,l), +(512,398,l), +(510,366,l), +(505,350,o), +(496,327,o), +(475,294,c), +(408,368,l), +(493,407,o), +(549,475,o), +(549,558,cs), +(549,667,o), +(461,739,o), +(341,739,cs), +(205,739,o), +(106,659,o), +(106,541,cs), +(106,482,o), +(129,429,o), +(170,385,c), +(90,351,o), +(29,276,o), +(29,187,cs), +(29,65,o), +(120,-10,o), +(239,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,145,o), +(220,171,o), +(220,211,cs), +(220,239,o), +(236,266,o), +(259,280,c), +(361,170,l), +(345,155,o), +(315,145,o), +(285,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(305,479,o), +(287,510,o), +(287,536,cs), +(287,566,o), +(310,587,o), +(337,587,cs), +(366,587,o), +(384,565,o), +(384,538,cs), +(384,507,o), +(364,476,o), +(333,455,c) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(656,-8,o), +(679,-6,o), +(703,-1,c), +(710,152,l), +(696,147,o), +(683,145,o), +(670,145,cs), +(639,145,o), +(595,157,o), +(550,205,cs), +(360,410,ls), +(284,492,o), +(281,509,o), +(281,538,cs), +(281,569,o), +(304,587,o), +(329,587,cs), +(356,587,o), +(373,568,o), +(373,538,cs), +(373,502,o), +(347,466,o), +(311,446,c), +(383,361,l), +(475,398,o), +(537,470,o), +(537,558,cs), +(537,667,o), +(450,739,o), +(333,739,cs), +(199,739,o), +(102,659,o), +(102,536,cs), +(102,479,o), +(120,423,o), +(196,341,cs), +(444,76,ls), +(504,11,o), +(567,-8,o), +(635,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(341,-10,o), +(434,30,o), +(476,97,c), +(377,193,l), +(358,163,o), +(326,144,o), +(284,144,cs), +(244,144,o), +(217,171,o), +(217,211,cs), +(217,244,o), +(239,276,o), +(266,287,c), +(180,390,l), +(96,361,o), +(28,281,o), +(28,187,cs), +(28,65,o), +(117,-10,o), +(236,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(581,196,o), +(603,230,o), +(619,256,c), +(688,253,l), +(673,398,l), +(499,398,l), +(497,366,l), +(491,346,o), +(477,315,o), +(445,265,c), +(555,166,l) +); +} +); +width = 742; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(187,-7,o), +(249,29,o), +(286,103,c), +(273,134,l), +(249,67,o), +(198,23,o), +(137,23,cs), +(76,23,o), +(38,59,o), +(41,132,cs), +(44,226,o), +(102,334,o), +(188,387,c), +(312,0,l), +(344,0,l), +(298,141,l), +(298,119,l), +(328,175,o), +(360,264,o), +(376,342,c), +(446,342,l), +(451,369,l), +(355,369,l), +(342,302,o), +(315,216,o), +(291,162,c), +(212,399,l), +(213,402,l), +(290,449,o), +(364,546,o), +(368,640,cs), +(370,700,o), +(341,739,o), +(283,739,cs), +(201,739,o), +(157,653,o), +(154,555,cs), +(152,502,o), +(165,454,o), +(180,399,c), +(185,415,l), +(88,357,o), +(12,244,o), +(8,133,cs), +(5,49,o), +(53,-6,o), +(133,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(191,472,o), +(181,511,o), +(183,556,cs), +(185,626,o), +(214,711,o), +(279,711,cs), +(317,711,o), +(341,689,o), +(339,639,cs), +(336,559,o), +(276,472,o), +(206,425,c), +(203,425,l) +); +} +); +}; +guides = ( +{ +pos = (349,376); +}, +{ +pos = (378,353); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(402,-4,o), +(408,-4,o), +(414,-3,c), +(420,26,l), +(412,24,o), +(406,24,o), +(400,24,cs), +(351,24,o), +(323,57,o), +(290,159,cs), +(223,367,ls), +(186,481,o), +(186,514,o), +(186,571,cs), +(186,655,o), +(223,711,o), +(279,711,cs), +(315,711,o), +(339,687,o), +(339,635,cs), +(339,562,o), +(277,476,o), +(202,424,c), +(210,400,l), +(290,453,o), +(368,548,o), +(368,636,cs), +(368,703,o), +(335,739,o), +(283,739,cs), +(196,739,o), +(157,646,o), +(157,563,cs), +(157,497,o), +(164,465,o), +(203,339,cs), +(260,157,ls), +(302,24,o), +(344,-4,o), +(397,-4,cs) +); +}, +{ +closed = 1; +nodes = ( +(198,-7,o), +(259,34,o), +(290,112,c), +(274,137,l), +(251,68,o), +(200,22,o), +(136,22,cs), +(79,22,o), +(41,58,o), +(41,134,cs), +(41,218,o), +(98,319,o), +(194,388,c), +(182,411,l), +(86,342,o), +(10,237,o), +(10,134,cs), +(10,47,o), +(59,-7,o), +(130,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(326,176,o), +(359,275,o), +(378,352,c), +(450,350,l), +(460,376,l), +(353,376,l), +(352,369,l), +(340,299,o), +(308,209,o), +(281,141,c), +(293,113,l) +); +} +); +width = 483; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-181,0,l), +(-365,382,ls), +(-405,465,o), +(-420,506,o), +(-419,543,cs), +(-418,575,o), +(-404,596,o), +(-379,596,cs), +(-362,596,o), +(-352,581,o), +(-353,559,cs), +(-354,518,o), +(-378,482,o), +(-421,456,c), +(-378,370,l), +(-276,394,o), +(-206,475,o), +(-203,567,cs), +(-200,667,o), +(-262,739,o), +(-369,739,cs), +(-494,739,o), +(-571,648,o), +(-574,539,cs), +(-576,486,o), +(-565,441,o), +(-501,302,cs), +(-362,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-426,144,o), +(-442,132,o), +(-473,132,cs), +(-507,132,o), +(-529,156,o), +(-528,198,cs), +(-527,241,o), +(-500,286,o), +(-473,301,c), +(-521,416,l), +(-627,372,o), +(-702,271,o), +(-705,173,cs), +(-709,63,o), +(-640,-10,o), +(-533,-10,cs), +(-472,-10,o), +(-401,5,o), +(-360,64,c), +(-412,164,l) +); +}, +{ +closed = 1; +nodes = ( +(-233,182,o), +(-208,219,o), +(-189,261,c), +(-137,261,l), +(-109,393,l), +(-269,393,l), +(-277,353,o), +(-294,309,o), +(-322,263,c), +(-265,144,l) +); +}, +{ +closed = 1; +nodes = ( +(486,-7,o), +(515,-2,o), +(534,5,c), +(564,151,l), +(548,147,o), +(533,145,o), +(519,145,cs), +(471,145,o), +(441,160,o), +(402,243,cs), +(305,448,ls), +(286,487,o), +(281,515,o), +(281,540,cs), +(281,573,o), +(295,596,o), +(320,596,cs), +(337,596,o), +(348,583,o), +(347,558,cs), +(346,521,o), +(324,484,o), +(281,458,c), +(322,370,l), +(425,402,o), +(493,485,o), +(493,581,cs), +(493,676,o), +(427,739,o), +(329,739,cs), +(211,739,o), +(131,659,o), +(128,542,cs), +(126,486,o), +(136,442,o), +(199,302,cs), +(261,165,ls), +(327,19,o), +(380,-7,o), +(458,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,-10,o), +(315,17,o), +(350,66,c), +(288,164,l), +(274,144,o), +(258,132,o), +(227,132,cs), +(193,132,o), +(171,156,o), +(172,198,cs), +(173,241,o), +(200,286,o), +(227,301,c), +(179,416,l), +(75,372,o), +(2,271,o), +(-1,173,cs), +(-5,63,o), +(62,-10,o), +(167,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(460,180,o), +(492,223,o), +(511,265,c), +(559,263,l), +(591,393,l), +(430,393,l), +(422,357,l), +(412,324,o), +(395,289,o), +(373,253,c), +(428,142,l) +); +} +); +}; +guides = ( +{ +angle = 180; +pos = (532,265); +}, +{ +pos = (601,393); +} +); +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(494,-7,o), +(523,-2,o), +(542,5,c), +(572,151,l), +(556,147,o), +(541,145,o), +(527,145,cs), +(479,145,o), +(449,160,o), +(410,243,cs), +(313,448,ls), +(294,487,o), +(289,515,o), +(289,540,cs), +(289,573,o), +(303,596,o), +(328,596,cs), +(344,596,o), +(355,584,o), +(355,561,cs), +(355,523,o), +(333,485,o), +(289,458,c), +(330,370,l), +(433,402,o), +(501,485,o), +(501,581,cs), +(501,676,o), +(435,739,o), +(337,739,cs), +(215,739,o), +(136,654,o), +(136,531,cs), +(136,474,o), +(151,403,o), +(197,302,cs), +(259,165,ls), +(312,48,o), +(368,-7,o), +(466,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(252,-10,o), +(323,17,o), +(358,66,c), +(296,164,l), +(282,144,o), +(266,132,o), +(235,132,cs), +(202,132,o), +(180,155,o), +(180,195,cs), +(180,239,o), +(207,286,o), +(235,301,c), +(187,416,l), +(80,371,o), +(7,264,o), +(7,164,cs), +(7,59,o), +(73,-10,o), +(175,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(468,180,o), +(500,223,o), +(519,265,c), +(567,263,l), +(599,393,l), +(438,393,l), +(430,357,l), +(420,324,o), +(403,289,o), +(381,253,c), +(436,142,l) +); +} +); +width = 622; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(671,-6,o), +(684,-4,o), +(695,0,c), +(704,38,l), +(693,33,o), +(679,31,o), +(665,31,cs), +(598,31,o), +(556,65,o), +(486,170,cs), +(356,366,ls), +(276,487,o), +(269,532,o), +(269,571,cs), +(269,655,o), +(322,706,o), +(397,706,cs), +(460,706,o), +(502,664,o), +(502,600,cs), +(502,511,o), +(436,458,o), +(309,407,c), +(326,381,l), +(465,435,o), +(538,505,o), +(538,601,cs), +(538,684,o), +(481,739,o), +(397,739,cs), +(302,739,o), +(233,670,o), +(233,572,cs), +(233,519,o), +(247,464,o), +(337,330,cs), +(460,146,ls), +(533,37,o), +(582,-6,o), +(656,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(355,-9,o), +(446,27,o), +(506,112,c), +(482,135,l), +(431,63,o), +(357,24,o), +(263,24,cs), +(172,24,o), +(110,72,o), +(110,166,cs), +(110,252,o), +(160,320,o), +(320,382,c), +(304,411,l), +(159,356,o), +(73,280,o), +(73,165,cs), +(73,58,o), +(147,-9,o), +(259,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(553,175,o), +(589,259,o), +(605,320,c), +(722,318,l), +(725,355,l), +(575,355,l), +(570,326,l), +(552,256,o), +(520,189,o), +(485,138,c), +(510,118,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(651,-6,o), +(665,-4,o), +(676,0,c), +(685,38,l), +(674,33,o), +(659,31,o), +(645,31,cs), +(578,31,o), +(534,65,o), +(463,170,cs), +(330,366,ls), +(248,487,o), +(240,532,o), +(240,572,cs), +(240,655,o), +(294,706,o), +(370,706,cs), +(434,706,o), +(478,664,o), +(478,599,cs), +(478,511,o), +(411,458,o), +(282,407,c), +(299,381,l), +(440,435,o), +(514,505,o), +(514,600,cs), +(514,684,o), +(455,739,o), +(370,739,cs), +(274,739,o), +(204,670,o), +(204,573,cs), +(204,522,o), +(217,467,o), +(311,330,cs), +(437,146,ls), +(510,40,o), +(559,-6,o), +(636,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(325,-9,o), +(416,27,o), +(476,112,c), +(452,135,l), +(401,63,o), +(327,24,o), +(233,24,cs), +(142,24,o), +(80,72,o), +(80,166,cs), +(80,252,o), +(130,320,o), +(290,382,c), +(274,411,l), +(129,356,o), +(43,280,o), +(43,165,cs), +(43,58,o), +(117,-9,o), +(229,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(523,175,o), +(559,259,o), +(575,320,c), +(692,318,l), +(695,355,l), +(545,355,l), +(540,326,l), +(522,256,o), +(490,189,o), +(455,138,c), +(480,118,l) +); +} +); +width = 778; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(592,-8,o), +(615,-6,o), +(640,-1,c), +(679,152,l), +(664,147,o), +(651,145,o), +(638,145,cs), +(604,145,o), +(561,156,o), +(506,232,cs), +(355,440,ls), +(330,474,o), +(315,507,o), +(315,536,cs), +(315,566,o), +(335,587,o), +(368,587,cs), +(394,587,o), +(411,569,o), +(411,543,cs), +(411,506,o), +(379,473,o), +(325,446,c), +(390,355,l), +(505,400,o), +(565,473,o), +(565,562,cs), +(565,664,o), +(496,739,o), +(374,739,cs), +(240,739,o), +(136,652,o), +(136,525,cs), +(136,469,o), +(150,408,o), +(227,302,cs), +(377,96,ls), +(439,11,o), +(499,-8,o), +(570,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(331,-10,o), +(423,34,o), +(465,111,c), +(364,186,l), +(338,156,o), +(307,143,o), +(267,143,cs), +(229,143,o), +(200,168,o), +(200,212,cs), +(200,256,o), +(233,283,o), +(278,297,c), +(202,399,l), +(93,367,o), +(16,288,o), +(16,178,cs), +(16,60,o), +(100,-10,o), +(224,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(558,179,o), +(591,220,o), +(614,256,c), +(690,253,l), +(685,398,l), +(517,398,l), +(513,366,l), +(493,325,o), +(468,293,o), +(433,245,c), +(520,143,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(597,-8,o), +(619,-6,o), +(644,-1,c), +(683,152,l), +(669,148,o), +(650,145,o), +(631,145,cs), +(584,145,o), +(560,162,o), +(509,232,cs), +(356,440,ls), +(330,475,o), +(316,509,o), +(316,537,cs), +(316,567,o), +(336,589,o), +(368,589,cs), +(395,589,o), +(413,570,o), +(413,543,cs), +(413,506,o), +(381,473,o), +(326,446,c), +(391,355,l), +(507,400,o), +(567,471,o), +(567,560,cs), +(567,663,o), +(491,739,o), +(367,739,cs), +(230,739,o), +(137,653,o), +(137,524,cs), +(137,469,o), +(151,408,o), +(229,302,cs), +(366,115,ls), +(432,25,o), +(483,-8,o), +(568,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(330,-10,o), +(423,34,o), +(466,115,c), +(362,195,l), +(337,157,o), +(306,142,o), +(268,142,cs), +(226,142,o), +(198,167,o), +(198,209,cs), +(198,256,o), +(231,283,o), +(276,297,c), +(200,399,l), +(91,367,o), +(14,288,o), +(14,178,cs), +(14,60,o), +(98,-10,o), +(222,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(556,179,o), +(589,220,o), +(612,256,c), +(688,253,l), +(683,398,l), +(515,398,l), +(511,366,l), +(491,325,o), +(468,293,o), +(431,245,c), +(518,143,l) +); +} +); +width = 741; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(661,-9,o), +(677,-8,o), +(682,-6,c), +(691,36,l), +(685,34,o), +(672,32,o), +(659,32,cs), +(581,32,o), +(534,78,o), +(453,183,cs), +(396,257,ls), +(252,444,o), +(233,514,o), +(233,567,cs), +(233,645,o), +(293,712,o), +(383,712,cs), +(458,712,o), +(503,667,o), +(503,604,cs), +(503,500,o), +(406,452,o), +(282,411,c), +(298,385,l), +(437,428,o), +(541,489,o), +(541,607,cs), +(541,689,o), +(479,745,o), +(385,745,cs), +(279,745,o), +(195,671,o), +(195,567,cs), +(195,507,o), +(220,423,o), +(363,237,cs), +(426,155,ls), +(506,51,o), +(558,-9,o), +(649,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,-9,o), +(396,23,o), +(466,103,c), +(445,131,l), +(389,59,o), +(310,25,o), +(215,25,cs), +(127,25,o), +(64,72,o), +(64,164,cs), +(64,268,o), +(138,338,o), +(271,380,c), +(254,407,l), +(127,366,o), +(25,287,o), +(25,161,cs), +(25,52,o), +(103,-9,o), +(212,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(523,175,o), +(564,251,o), +(586,318,c), +(702,315,l), +(703,356,l), +(553,356,l), +(549,324,l), +(528,265,o), +(506,214,o), +(461,151,c), +(482,124,l) +); +}, +{ +closed = 1; +nodes = ( +(1468,-7,o), +(1488,-6,o), +(1494,-2,c), +(1501,40,l), +(1495,38,o), +(1480,35,o), +(1463,35,cs), +(1390,35,o), +(1338,77,o), +(1257,175,cs), +(1198,246,ls), +(1059,414,o), +(1023,499,o), +(1023,565,cs), +(1023,649,o), +(1076,706,o), +(1168,706,cs), +(1245,706,o), +(1292,652,o), +(1292,587,cs), +(1292,477,o), +(1199,435,o), +(1080,395,c), +(1097,370,l), +(1230,410,o), +(1330,469,o), +(1330,591,cs), +(1330,674,o), +(1266,739,o), +(1169,739,cs), +(1060,739,o), +(985,668,o), +(985,564,cs), +(985,503,o), +(1012,410,o), +(1166,225,cs), +(1231,147,ls), +(1313,49,o), +(1369,-7,o), +(1454,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(1105,-10,o), +(1203,21,o), +(1272,104,c), +(1251,132,l), +(1196,58,o), +(1113,24,o), +(1016,26,cs), +(928,27,o), +(864,74,o), +(864,164,cs), +(864,267,o), +(942,332,o), +(1070,369,c), +(1053,396,l), +(926,358,o), +(825,283,o), +(825,162,cs), +(825,55,o), +(904,-7,o), +(1013,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(1327,175,o), +(1368,251,o), +(1390,318,c), +(1502,315,l), +(1503,356,l), +(1357,356,l), +(1353,324,l), +(1332,265,o), +(1310,214,o), +(1265,151,c), +(1286,124,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(668,-5,o), +(686,-4,o), +(692,0,c), +(699,39,l), +(693,37,o), +(678,34,o), +(661,34,cs), +(589,34,o), +(536,76,o), +(456,174,cs), +(398,245,ls), +(259,415,o), +(225,500,o), +(225,564,cs), +(225,649,o), +(279,707,o), +(372,707,cs), +(445,707,o), +(494,660,o), +(494,589,cs), +(494,483,o), +(398,441,o), +(277,401,c), +(294,375,l), +(428,415,o), +(531,474,o), +(531,589,cs), +(531,680,o), +(466,739,o), +(371,739,cs), +(263,739,o), +(188,668,o), +(188,563,cs), +(188,504,o), +(215,410,o), +(366,225,cs), +(424,154,ls), +(499,63,o), +(560,-5,o), +(652,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(319,-9,o), +(412,28,o), +(474,105,c), +(451,130,l), +(404,64,o), +(324,25,o), +(220,25,cs), +(130,25,o), +(64,75,o), +(64,169,cs), +(64,271,o), +(140,334,o), +(265,370,c), +(248,397,l), +(123,360,o), +(25,287,o), +(25,168,cs), +(25,55,o), +(108,-9,o), +(222,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(529,176,o), +(568,248,o), +(590,315,c), +(702,313,l), +(703,354,l), +(556,354,l), +(552,322,l), +(532,264,o), +(509,211,o), +(465,149,c), +(489,123,l) +); +} +); +width = 776; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(644,-12,o), +(688,-7,o), +(716,5,c), +(748,158,l), +(733,154,o), +(719,152,o), +(704,152,cs), +(663,152,o), +(620,164,o), +(561,232,cs), +(386,433,ls), +(359,464,o), +(345,489,o), +(345,519,cs), +(345,555,o), +(369,579,o), +(405,579,cs), +(431,579,o), +(449,561,o), +(449,534,cs), +(449,495,o), +(408,465,o), +(352,443,c), +(425,353,l), +(555,391,o), +(630,462,o), +(630,561,cs), +(630,662,o), +(553,739,o), +(418,739,cs), +(250,739,o), +(145,644,o), +(145,506,cs), +(145,438,o), +(171,372,o), +(266,263,cs), +(394,116,ls), +(477,21,o), +(536,-12,o), +(614,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(308,-10,o), +(401,26,o), +(453,79,c), +(354,185,l), +(337,166,o), +(308,154,o), +(276,154,cs), +(242,154,o), +(219,177,o), +(219,211,cs), +(219,247,o), +(243,273,o), +(278,290,c), +(203,391,l), +(81,359,o), +(0,277,o), +(0,170,cs), +(0,59,o), +(82,-10,o), +(203,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(612,199,o), +(638,228,o), +(664,258,c), +(747,258,l), +(756,400,l), +(571,400,l), +(562,368,l), +(536,328,o), +(512,294,o), +(495,281,c), +(581,175,l) +); +} +); +width = 796; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(233,-10,o), +(291,23,o), +(320,96,c), +(323,96,l), +(368,15,o), +(402,-7,o), +(440,-7,cs), +(448,-7,o), +(456,-6,o), +(461,-4,c), +(461,23,l), +(458,22,o), +(451,21,o), +(446,21,cs), +(408,21,o), +(383,46,o), +(335,132,c), +(352,193,o), +(365,279,o), +(368,353,c), +(439,350,l), +(444,376,l), +(337,376,l), +(339,360,l), +(338,301,o), +(330,229,o), +(317,165,c), +(187,399,l), +(252,450,o), +(300,535,o), +(300,615,cs), +(300,690,o), +(262,739,o), +(197,739,cs), +(135,739,o), +(89,689,o), +(89,599,cs), +(89,528,o), +(112,476,o), +(150,405,c), +(88,355,o), +(32,270,o), +(32,161,cs), +(32,58,o), +(86,-10,o), +(177,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(111,19,o), +(65,65,o), +(65,163,cs), +(65,259,o), +(108,339,o), +(163,383,c), +(306,126,l), +(284,60,o), +(241,19,o), +(178,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(139,489,o), +(121,530,o), +(121,599,cs), +(121,666,o), +(145,711,o), +(197,711,cs), +(240,711,o), +(268,679,o), +(268,613,cs), +(268,540,o), +(226,466,o), +(173,422,c) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(428,-7,o), +(436,-6,o), +(441,-4,c), +(441,25,l), +(438,24,o), +(431,23,o), +(426,23,cs), +(386,23,o), +(361,49,o), +(307,147,cs), +(164,405,ls), +(114,496,o), +(101,530,o), +(101,599,cs), +(101,666,o), +(125,711,o), +(177,711,cs), +(220,711,o), +(248,679,o), +(248,613,cs), +(248,538,o), +(203,461,o), +(148,418,c), +(162,395,l), +(230,445,o), +(280,533,o), +(280,615,cs), +(280,690,o), +(242,739,o), +(177,739,cs), +(115,739,o), +(69,689,o), +(69,599,cs), +(69,526,o), +(91,473,o), +(133,398,cs), +(289,119,ls), +(339,30,o), +(370,-7,o), +(420,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(215,-10,o), +(276,26,o), +(304,106,c), +(289,135,l), +(268,64,o), +(224,19,o), +(158,19,cs), +(91,19,o), +(45,65,o), +(45,163,cs), +(45,261,o), +(90,343,o), +(147,386,c), +(134,408,l), +(71,359,o), +(12,272,o), +(12,161,cs), +(12,58,o), +(66,-10,o), +(157,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(331,186,o), +(345,276,o), +(348,353,c), +(419,350,l), +(424,376,l), +(319,376,l), +(320,358,l), +(319,297,o), +(309,221,o), +(295,156,c), +(313,124,l) +); +} +); +width = 448; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(286,-10,o), +(353,15,o), +(383,53,c), +(390,53,l), +(422,15,o), +(465,-10,o), +(525,-10,cs), +(560,-10,o), +(590,-7,o), +(612,-1,c), +(612,131,l), +(597,127,o), +(582,126,o), +(568,126,cs), +(528,126,o), +(505,152,o), +(490,170,c), +(509,199,o), +(527,235,o), +(536,265,c), +(590,264,l), +(608,393,l), +(429,393,l), +(430,361,l), +(424,332,o), +(418,304,o), +(411,282,c), +(345,376,l), +(429,424,o), +(469,494,o), +(469,566,cs), +(469,670,o), +(394,739,o), +(281,739,cs), +(166,739,o), +(79,670,o), +(79,546,cs), +(79,488,o), +(102,433,o), +(139,385,c), +(59,341,o), +(24,257,o), +(24,184,cs), +(24,68,o), +(100,-10,o), +(216,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(223,135,o), +(197,160,o), +(197,212,cs), +(197,239,o), +(205,265,o), +(219,279,c), +(309,153,l), +(300,142,o), +(281,135,o), +(261,135,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,489,o), +(252,520,o), +(252,549,cs), +(252,575,o), +(260,597,o), +(283,597,cs), +(298,597,o), +(314,588,o), +(314,552,cs), +(314,522,o), +(301,486,o), +(280,464,c) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(563,-7,o), +(596,-2,o), +(612,5,c), +(612,151,l), +(597,147,o), +(582,145,o), +(568,145,cs), +(520,145,o), +(490,160,o), +(447,219,cs), +(293,432,ls), +(265,471,o), +(241,510,o), +(241,550,cs), +(241,575,o), +(249,597,o), +(273,597,cs), +(288,597,o), +(304,588,o), +(304,552,cs), +(304,517,o), +(286,474,o), +(259,454,c), +(317,367,l), +(414,415,o), +(459,489,o), +(459,566,cs), +(459,670,o), +(384,739,o), +(271,739,cs), +(156,739,o), +(69,670,o), +(69,546,cs), +(69,476,o), +(97,412,o), +(145,347,cs), +(319,109,ls), +(385,19,o), +(445,-7,o), +(531,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(275,-10,o), +(347,19,o), +(378,63,c), +(297,164,l), +(294,147,o), +(270,135,o), +(244,135,cs), +(206,135,o), +(180,160,o), +(180,212,cs), +(180,245,o), +(192,276,o), +(212,286,c), +(138,393,l), +(47,352,o), +(7,262,o), +(7,184,cs), +(7,68,o), +(83,-10,o), +(199,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(493,188,o), +(514,230,o), +(526,265,c), +(577,264,l), +(595,393,l), +(419,393,l), +(420,361,l), +(413,326,o), +(406,293,o), +(397,270,c), +(471,157,l) +); +} +); +width = 620; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(723,-5,o), +(739,-1,o), +(749,3,c), +(749,44,l), +(739,39,o), +(725,35,o), +(708,35,cs), +(660,35,o), +(627,41,o), +(542,134,cs), +(314,382,ls), +(234,470,o), +(207,521,o), +(207,586,cs), +(207,656,o), +(258,705,o), +(335,705,cs), +(404,705,o), +(450,663,o), +(450,590,cs), +(450,517,o), +(401,463,o), +(278,405,c), +(301,383,l), +(425,442,o), +(487,507,o), +(487,592,cs), +(487,680,o), +(427,739,o), +(336,739,cs), +(240,739,o), +(169,677,o), +(169,582,cs), +(169,528,o), +(184,469,o), +(280,364,cs), +(512,110,ls), +(586,28,o), +(632,-5,o), +(703,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(359,-10,o), +(450,38,o), +(509,139,c), +(479,157,l), +(432,73,o), +(357,23,o), +(249,23,cs), +(160,23,o), +(97,82,o), +(97,173,cs), +(97,261,o), +(157,323,o), +(283,376,c), +(262,402,l), +(135,347,o), +(59,274,o), +(59,172,cs), +(59,65,o), +(136,-10,o), +(247,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(541,201,o), +(561,259,o), +(568,319,c), +(681,318,l), +(676,355,l), +(529,355,l), +(529,326,l), +(522,270,o), +(508,218,o), +(487,175,c), +(518,155,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(698,-5,o), +(711,-3,o), +(721,0,c), +(721,41,l), +(712,37,o), +(701,35,o), +(688,35,cs), +(619,35,o), +(569,67,o), +(477,170,cs), +(308,359,ls), +(215,464,o), +(187,521,o), +(187,586,cs), +(187,656,o), +(238,705,o), +(315,705,cs), +(384,705,o), +(430,663,o), +(430,590,cs), +(430,517,o), +(381,463,o), +(258,405,c), +(281,383,l), +(405,442,o), +(467,507,o), +(467,592,cs), +(467,680,o), +(406,739,o), +(316,739,cs), +(220,739,o), +(149,677,o), +(149,582,cs), +(149,528,o), +(166,463,o), +(273,343,cs), +(448,146,ls), +(514,72,o), +(585,-5,o), +(683,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(339,-10,o), +(430,38,o), +(489,139,c), +(459,157,l), +(412,73,o), +(337,23,o), +(229,23,cs), +(140,23,o), +(77,82,o), +(77,173,cs), +(77,261,o), +(137,323,o), +(263,376,c), +(242,402,l), +(115,347,o), +(39,274,o), +(39,172,cs), +(39,65,o), +(116,-10,o), +(227,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(520,197,o), +(542,267,o), +(548,319,c), +(671,318,l), +(666,355,l), +(511,355,l), +(511,326,l), +(504,267,o), +(487,212,o), +(463,168,c), +(494,147,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ horizontal = 1; options = 0; origin = ( @@ -648,7 +3167,7 @@ type = Stem; } ); }; -width = 789; +width = 749; }, { background = { @@ -821,96 +3340,96 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(674,-8,o), -(697,-6,o), -(721,-1,c), -(728,152,l), -(714,147,o), -(701,145,o), -(688,145,cs), -(654,145,o), -(609,156,o), -(563,205,cs), -(368,411,ls), -(290,493,o), -(287,509,o), -(287,538,cs), -(287,569,o), -(310,587,o), -(337,587,cs), -(366,587,o), -(384,568,o), -(384,538,cs), -(384,502,o), -(357,466,o), -(318,446,c), -(391,361,l), -(486,398,o), -(549,470,o), -(549,558,cs), -(549,667,o), -(461,739,o), -(341,739,cs), -(205,739,o), -(106,659,o), -(106,536,cs), -(106,480,o), -(125,423,o), -(202,342,cs), -(455,76,ls), -(517,11,o), -(581,-8,o), -(652,-8,cs) +(653,-8,o), +(676,-6,o), +(700,-1,c), +(707,152,l), +(693,147,o), +(680,145,o), +(667,145,cs), +(633,145,o), +(588,156,o), +(542,205,cs), +(347,411,ls), +(269,493,o), +(266,509,o), +(266,538,cs), +(266,569,o), +(289,587,o), +(316,587,cs), +(345,587,o), +(363,568,o), +(363,538,cs), +(363,502,o), +(336,466,o), +(297,446,c), +(370,361,l), +(465,398,o), +(528,470,o), +(528,558,cs), +(528,667,o), +(440,739,o), +(320,739,cs), +(184,739,o), +(85,659,o), +(85,536,cs), +(85,480,o), +(104,423,o), +(181,342,cs), +(434,76,ls), +(496,11,o), +(560,-8,o), +(631,-8,cs) ); }, { closed = 1; nodes = ( -(350,-10,o), -(445,30,o), -(489,97,c), -(388,193,l), -(369,164,o), -(335,144,o), -(291,144,cs), -(248,144,o), -(220,171,o), -(220,211,cs), -(220,244,o), -(243,276,o), -(273,287,c), -(186,390,l), -(99,361,o), -(29,281,o), -(29,187,cs), -(29,65,o), -(120,-10,o), -(242,-10,cs) +(329,-10,o), +(424,30,o), +(468,97,c), +(367,193,l), +(348,164,o), +(314,144,o), +(270,144,cs), +(227,144,o), +(199,171,o), +(199,211,cs), +(199,244,o), +(222,276,o), +(252,287,c), +(165,390,l), +(78,361,o), +(8,281,o), +(8,187,cs), +(8,65,o), +(99,-10,o), +(221,-10,cs) ); }, { closed = 1; nodes = ( -(594,196,o), -(617,230,o), -(633,256,c), -(705,253,l), -(690,398,l), -(512,398,l), -(510,366,l), -(504,346,o), -(490,315,o), -(456,265,c), -(568,166,l) +(573,196,o), +(596,230,o), +(612,256,c), +(684,253,l), +(669,398,l), +(491,398,l), +(489,366,l), +(483,346,o), +(469,315,o), +(435,265,c), +(547,166,l) ); } ); -width = 762; +width = 720; }, { background = { @@ -1039,101 +3558,11 @@ nodes = ( (146,577,cs), (146,516,o), (175,446,o), -(313,305,cs), -(485,130,ls), -(588,25,o), -(640,-6,o), -(714,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(341,-10,o), -(449,29,o), -(510,126,c), -(485,151,l), -(436,67,o), -(349,24,o), -(242,24,cs), -(146,24,o), -(80,84,o), -(80,173,cs), -(80,263,o), -(134,330,o), -(277,377,c), -(254,401,l), -(126,360,o), -(40,281,o), -(40,173,cs), -(40,64,o), -(121,-10,o), -(244,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(548,186,o), -(572,258,o), -(580,317,c), -(698,315,l), -(695,356,l), -(542,356,l), -(542,324,l), -(534,271,o), -(522,222,o), -(494,166,c), -(519,138,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(729,-6,o), -(748,-3,o), -(756,1,c), -(756,43,l), -(748,39,o), -(731,36,o), -(708,36,cs), -(638,36,o), -(577,82,o), -(492,170,cs), -(361,305,ls), -(208,462,o), -(186,519,o), -(186,576,cs), -(186,653,o), -(241,706,o), -(325,706,cs), -(402,706,o), -(452,655,o), -(452,584,cs), -(452,507,o), -(404,452,o), -(263,401,c), -(285,378,l), -(431,430,o), -(490,497,o), -(490,583,cs), -(490,678,o), -(420,739,o), -(325,739,cs), -(216,739,o), -(147,666,o), -(147,578,cs), -(147,516,o), -(174,443,o), -(328,285,cs), -(471,138,ls), -(563,44,o), -(624,-6,o), -(709,-6,cs) +(313,305,cs), +(485,130,ls), +(588,25,o), +(640,-6,o), +(714,-6,cs) ); }, { @@ -1165,20 +3594,110 @@ nodes = ( closed = 1; nodes = ( (548,186,o), -(571,258,o), +(572,258,o), (580,317,c), (698,315,l), (695,356,l), (542,356,l), (542,324,l), (534,271,o), -(523,222,o), +(522,222,o), (494,166,c), (519,138,l) ); } ); -width = 786; +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(719,-6,o), +(738,-3,o), +(746,1,c), +(746,43,l), +(738,39,o), +(721,36,o), +(698,36,cs), +(628,36,o), +(567,82,o), +(482,170,cs), +(351,305,ls), +(198,462,o), +(176,519,o), +(176,576,cs), +(176,653,o), +(231,706,o), +(315,706,cs), +(392,706,o), +(442,655,o), +(442,584,cs), +(442,507,o), +(394,452,o), +(253,401,c), +(275,378,l), +(421,430,o), +(480,497,o), +(480,583,cs), +(480,678,o), +(410,739,o), +(315,739,cs), +(206,739,o), +(137,666,o), +(137,578,cs), +(137,516,o), +(164,443,o), +(318,285,cs), +(461,138,ls), +(553,44,o), +(614,-6,o), +(699,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(331,-10,o), +(439,29,o), +(500,126,c), +(475,151,l), +(426,67,o), +(339,24,o), +(232,24,cs), +(136,24,o), +(70,84,o), +(70,173,cs), +(70,263,o), +(124,330,o), +(267,377,c), +(244,401,l), +(116,360,o), +(30,281,o), +(30,173,cs), +(30,64,o), +(111,-10,o), +(234,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(538,186,o), +(561,258,o), +(570,317,c), +(688,315,l), +(685,356,l), +(532,356,l), +(532,324,l), +(524,271,o), +(513,222,o), +(484,166,c), +(509,138,l) +); +} +); +width = 766; }, { background = { @@ -1268,96 +3787,96 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(711,-12,o), -(753,-7,o), -(779,5,c), -(779,158,l), -(765,154,o), -(751,152,o), -(736,152,cs), -(695,152,o), -(650,164,o), -(577,232,cs), -(360,433,ls), -(320,470,o), -(301,497,o), -(301,529,cs), -(301,560,o), -(319,579,o), -(349,579,cs), -(380,579,o), -(401,561,o), -(401,531,cs), -(401,495,o), -(370,463,o), -(324,443,c), -(414,363,l), -(515,390,o), -(583,451,o), -(583,553,cs), -(583,663,o), -(482,739,o), -(339,739,cs), -(198,739,o), -(95,659,o), -(95,536,cs), -(95,454,o), -(132,394,o), -(249,286,cs), -(458,93,ls), -(536,21,o), -(602,-12,o), -(680,-12,cs) +(701,-12,o), +(743,-7,o), +(769,5,c), +(769,158,l), +(755,154,o), +(741,152,o), +(726,152,cs), +(685,152,o), +(640,164,o), +(567,232,cs), +(350,433,ls), +(310,470,o), +(291,497,o), +(291,529,cs), +(291,560,o), +(309,579,o), +(339,579,cs), +(370,579,o), +(391,561,o), +(391,531,cs), +(391,495,o), +(360,463,o), +(314,443,c), +(404,363,l), +(505,390,o), +(573,451,o), +(573,553,cs), +(573,663,o), +(472,739,o), +(329,739,cs), +(188,739,o), +(85,659,o), +(85,536,cs), +(85,454,o), +(122,394,o), +(239,286,cs), +(448,93,ls), +(526,21,o), +(592,-12,o), +(670,-12,cs) ); }, { closed = 1; nodes = ( -(334,-10,o), -(442,10,o), -(496,77,c), -(375,186,l), -(364,168,o), -(344,155,o), -(300,155,cs), -(261,155,o), -(231,184,o), -(231,217,cs), -(231,248,o), -(249,277,o), -(274,286,c), -(186,389,l), -(82,363,o), -(11,280,o), -(11,183,cs), -(11,67,o), -(107,-10,o), -(251,-10,cs) +(324,-10,o), +(432,10,o), +(486,77,c), +(365,186,l), +(354,168,o), +(334,155,o), +(290,155,cs), +(251,155,o), +(221,184,o), +(221,217,cs), +(221,248,o), +(239,277,o), +(264,286,c), +(176,389,l), +(72,363,o), +(1,280,o), +(1,183,cs), +(1,67,o), +(97,-10,o), +(241,-10,cs) ); }, { closed = 1; nodes = ( -(640,199,o), -(660,226,o), -(681,260,c), -(757,258,l), -(767,400,l), -(552,400,l), -(549,368,l), -(535,334,o), -(521,301,o), -(500,281,c), -(617,177,l) +(630,199,o), +(650,226,o), +(671,260,c), +(747,258,l), +(757,400,l), +(542,400,l), +(539,368,l), +(525,334,o), +(511,301,o), +(490,281,c), +(607,177,l) ); } ); -width = 801; +width = 781; }, { background = { @@ -1436,263 +3955,263 @@ nodes = ( }; guides = ( { -pos = (349,376); +pos = (326,376); }, { -pos = (378,353); +pos = (355,353); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(402,-4,o), -(408,-4,o), -(414,-3,c), -(420,26,l), -(412,24,o), -(406,24,o), -(400,24,cs), -(351,24,o), -(323,57,o), -(290,159,cs), -(223,367,ls), -(186,481,o), -(186,514,o), -(186,571,cs), -(186,655,o), -(223,711,o), -(279,711,cs), -(315,711,o), -(339,687,o), -(339,635,cs), -(339,562,o), -(277,476,o), -(202,424,c), -(210,400,l), -(290,453,o), -(368,548,o), -(368,636,cs), -(368,703,o), -(335,739,o), -(283,739,cs), -(196,739,o), -(157,646,o), -(157,563,cs), -(157,497,o), -(164,465,o), -(203,339,cs), -(260,157,ls), -(302,24,o), -(344,-4,o), -(397,-4,cs) +(379,-4,o), +(385,-4,o), +(391,-3,c), +(398,26,l), +(390,24,o), +(384,24,o), +(378,24,cs), +(329,24,o), +(302,58,o), +(273,159,cs), +(213,368,ls), +(188,455,o), +(183,495,o), +(183,536,cs), +(183,665,o), +(226,711,o), +(281,711,cs), +(316,711,o), +(339,689,o), +(339,641,cs), +(339,564,o), +(271,476,o), +(194,424,c), +(201,400,l), +(283,453,o), +(368,549,o), +(368,643,cs), +(368,705,o), +(337,739,o), +(286,739,cs), +(200,739,o), +(154,650,o), +(154,540,cs), +(154,487,o), +(162,449,o), +(193,337,cs), +(243,157,ls), +(280,24,o), +(321,-4,o), +(374,-4,cs) ); }, { closed = 1; nodes = ( -(198,-7,o), -(259,34,o), -(290,112,c), -(274,137,l), -(251,68,o), -(200,22,o), -(136,22,cs), -(79,22,o), -(41,58,o), -(41,134,cs), -(41,218,o), -(98,319,o), -(194,388,c), -(182,411,l), -(86,342,o), -(10,237,o), -(10,134,cs), -(10,47,o), -(59,-7,o), -(130,-7,cs) +(174,-7,o), +(237,33,o), +(271,112,c), +(256,137,l), +(231,69,o), +(179,22,o), +(114,22,cs), +(59,22,o), +(23,56,o), +(23,126,cs), +(23,215,o), +(86,319,o), +(185,388,c), +(174,411,l), +(74,341,o), +(-8,233,o), +(-8,126,cs), +(-8,44,o), +(38,-7,o), +(107,-7,cs) ); }, { closed = 1; nodes = ( -(326,176,o), -(359,275,o), -(378,352,c), -(450,350,l), -(460,376,l), -(353,376,l), -(352,369,l), -(340,299,o), -(308,209,o), -(281,141,c), -(293,113,l) +(309,176,o), +(346,275,o), +(368,352,c), +(440,350,l), +(451,376,l), +(344,376,l), +(342,369,l), +(328,299,o), +(292,209,o), +(263,141,c), +(274,113,l) ); } ); -width = 483; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-181,0,l), -(-365,382,ls), -(-405,465,o), -(-420,506,o), -(-419,543,cs), -(-418,575,o), -(-404,596,o), -(-379,596,cs), -(-362,596,o), -(-352,581,o), -(-353,559,cs), -(-354,518,o), -(-378,482,o), -(-421,456,c), -(-378,370,l), -(-276,394,o), -(-206,475,o), -(-203,567,cs), -(-200,667,o), -(-262,739,o), -(-369,739,cs), -(-494,739,o), -(-571,648,o), -(-574,539,cs), -(-576,486,o), -(-565,441,o), -(-501,302,cs), -(-362,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-426,144,o), -(-442,132,o), -(-473,132,cs), -(-507,132,o), -(-529,156,o), -(-528,198,cs), -(-527,241,o), -(-500,286,o), -(-473,301,c), -(-521,416,l), -(-627,372,o), -(-702,271,o), -(-705,173,cs), -(-709,63,o), -(-640,-10,o), -(-533,-10,cs), -(-472,-10,o), -(-401,5,o), -(-360,64,c), -(-412,164,l) -); -}, -{ -closed = 1; -nodes = ( -(-233,182,o), -(-208,219,o), -(-189,261,c), -(-137,261,l), -(-109,393,l), -(-269,393,l), -(-277,353,o), -(-294,309,o), -(-322,263,c), -(-265,144,l) -); +width = 437; }, { -closed = 1; -nodes = ( -(486,-7,o), -(515,-2,o), -(534,5,c), -(564,151,l), -(548,147,o), -(533,145,o), -(519,145,cs), -(471,145,o), -(441,160,o), -(402,243,cs), -(305,448,ls), -(286,487,o), -(281,515,o), -(281,540,cs), -(281,573,o), -(295,596,o), -(320,596,cs), -(337,596,o), -(348,583,o), -(347,558,cs), -(346,521,o), -(324,484,o), -(281,458,c), -(322,370,l), -(425,402,o), -(493,485,o), -(493,581,cs), -(493,676,o), -(427,739,o), -(329,739,cs), -(211,739,o), -(131,659,o), -(128,542,cs), -(126,486,o), -(136,442,o), -(199,302,cs), -(261,165,ls), -(327,19,o), -(380,-7,o), -(458,-7,cs) +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-191,0,l), +(-375,382,ls), +(-415,465,o), +(-430,506,o), +(-429,543,cs), +(-428,575,o), +(-414,596,o), +(-389,596,cs), +(-372,596,o), +(-362,581,o), +(-363,559,cs), +(-364,518,o), +(-388,482,o), +(-431,456,c), +(-388,370,l), +(-286,394,o), +(-216,475,o), +(-213,567,cs), +(-210,667,o), +(-272,739,o), +(-379,739,cs), +(-504,739,o), +(-581,648,o), +(-584,539,cs), +(-586,486,o), +(-575,441,o), +(-511,302,cs), +(-372,0,l) ); }, { closed = 1; nodes = ( -(244,-10,o), -(315,17,o), -(350,66,c), -(288,164,l), -(274,144,o), -(258,132,o), -(227,132,cs), -(193,132,o), -(171,156,o), -(172,198,cs), -(173,241,o), -(200,286,o), -(227,301,c), -(179,416,l), -(75,372,o), -(2,271,o), -(-1,173,cs), -(-5,63,o), -(62,-10,o), -(167,-10,cs) +(-436,144,o), +(-452,132,o), +(-483,132,cs), +(-517,132,o), +(-539,156,o), +(-538,198,cs), +(-537,241,o), +(-510,286,o), +(-483,301,c), +(-531,416,l), +(-637,372,o), +(-712,271,o), +(-715,173,cs), +(-719,63,o), +(-650,-10,o), +(-543,-10,cs), +(-482,-10,o), +(-411,5,o), +(-370,64,c), +(-422,164,l) ); }, { closed = 1; nodes = ( -(460,180,o), -(492,223,o), -(511,265,c), -(559,263,l), -(591,393,l), -(430,393,l), -(422,357,l), -(412,324,o), -(395,289,o), -(373,253,c), -(428,142,l) +(-243,182,o), +(-218,219,o), +(-199,261,c), +(-147,261,l), +(-119,393,l), +(-279,393,l), +(-287,353,o), +(-304,309,o), +(-332,263,c), +(-275,144,l) +); +}, +{ +closed = 1; +nodes = ( +(476,-7,o), +(505,-2,o), +(524,5,c), +(554,151,l), +(538,147,o), +(523,145,o), +(509,145,cs), +(461,145,o), +(431,160,o), +(392,243,cs), +(295,448,ls), +(276,487,o), +(271,515,o), +(271,540,cs), +(271,573,o), +(285,596,o), +(310,596,cs), +(327,596,o), +(338,583,o), +(337,558,cs), +(336,521,o), +(314,484,o), +(271,458,c), +(312,370,l), +(415,402,o), +(483,485,o), +(483,581,cs), +(483,676,o), +(417,739,o), +(319,739,cs), +(201,739,o), +(121,659,o), +(118,542,cs), +(116,486,o), +(126,442,o), +(189,302,cs), +(251,165,ls), +(317,19,o), +(370,-7,o), +(448,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,-10,o), +(305,17,o), +(340,66,c), +(278,164,l), +(264,144,o), +(248,132,o), +(217,132,cs), +(183,132,o), +(161,156,o), +(162,198,cs), +(163,241,o), +(190,286,o), +(217,301,c), +(169,416,l), +(65,372,o), +(-8,271,o), +(-11,173,cs), +(-15,63,o), +(52,-10,o), +(157,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(450,180,o), +(482,223,o), +(501,265,c), +(549,263,l), +(581,393,l), +(420,393,l), +(412,357,l), +(402,324,o), +(385,289,o), +(363,253,c), +(418,142,l) ); } ); @@ -1700,102 +4219,102 @@ nodes = ( guides = ( { angle = 180; -pos = (524,265); +pos = (503,265); }, { -pos = (593,393); +pos = (572,393); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(486,-7,o), -(515,-2,o), -(534,5,c), -(564,151,l), -(548,147,o), -(533,145,o), -(519,145,cs), -(471,145,o), -(441,160,o), -(402,243,cs), -(305,448,ls), -(286,487,o), -(281,515,o), -(281,540,cs), -(281,573,o), -(295,596,o), -(320,596,cs), -(336,596,o), -(347,584,o), -(347,561,cs), -(347,523,o), -(325,485,o), -(281,458,c), -(322,370,l), -(425,402,o), -(493,485,o), -(493,581,cs), -(493,676,o), -(427,739,o), -(329,739,cs), -(207,739,o), -(128,654,o), -(128,531,cs), -(128,474,o), -(143,403,o), -(189,302,cs), -(251,165,ls), -(304,48,o), -(360,-7,o), -(458,-7,cs) +(464,-7,o), +(494,-2,o), +(513,5,c), +(551,151,l), +(535,147,o), +(519,145,o), +(505,145,cs), +(457,145,o), +(428,161,o), +(393,244,cs), +(307,448,ls), +(293,481,o), +(288,507,o), +(288,531,cs), +(288,573,o), +(305,596,o), +(330,596,cs), +(345,596,o), +(355,585,o), +(355,565,cs), +(355,525,o), +(328,484,o), +(284,458,c), +(320,370,l), +(426,402,o), +(502,490,o), +(502,591,cs), +(502,681,o), +(440,739,o), +(346,739,cs), +(225,739,o), +(134,653,o), +(134,514,cs), +(134,459,o), +(147,393,o), +(183,303,cs), +(238,166,ls), +(285,49,o), +(338,-7,o), +(436,-7,cs) ); }, { closed = 1; nodes = ( -(244,-10,o), -(315,17,o), -(350,66,c), -(288,164,l), -(274,144,o), -(258,132,o), -(227,132,cs), -(194,132,o), -(172,155,o), -(172,195,cs), -(172,239,o), -(199,286,o), -(227,301,c), -(179,416,l), -(72,371,o), -(-1,264,o), -(-1,164,cs), -(-1,59,o), -(65,-10,o), -(167,-10,cs) +(224,-10,o), +(295,18,o), +(332,66,c), +(275,164,l), +(260,144,o), +(244,132,o), +(213,132,cs), +(181,132,o), +(161,153,o), +(161,190,cs), +(161,237,o), +(194,287,o), +(222,301,c), +(180,416,l), +(70,371,o), +(-14,260,o), +(-14,151,cs), +(-14,54,o), +(47,-10,o), +(145,-10,cs) ); }, { closed = 1; nodes = ( -(460,180,o), -(492,223,o), -(511,265,c), -(559,263,l), -(591,393,l), -(430,393,l), -(422,357,l), -(412,324,o), -(395,289,o), -(373,253,c), -(428,142,l) +(448,180,o), +(483,223,o), +(504,265,c), +(552,263,l), +(590,393,l), +(429,393,l), +(419,357,l), +(407,324,o), +(389,289,o), +(365,253,c), +(414,142,l) ); } ); -width = 606; +width = 574; }, { background = { @@ -1888,96 +4407,96 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(651,-6,o), -(665,-4,o), -(676,0,c), -(685,38,l), -(674,33,o), -(659,31,o), -(645,31,cs), -(578,31,o), -(534,65,o), -(463,170,cs), -(330,366,ls), -(248,487,o), -(240,532,o), -(240,572,cs), -(240,655,o), -(294,706,o), -(370,706,cs), -(434,706,o), -(478,664,o), -(478,599,cs), -(478,511,o), -(411,458,o), -(282,407,c), -(299,381,l), -(440,435,o), -(514,505,o), -(514,600,cs), -(514,684,o), -(455,739,o), -(370,739,cs), -(274,739,o), -(204,670,o), -(204,573,cs), -(204,522,o), -(217,467,o), -(311,330,cs), -(437,146,ls), -(510,40,o), -(559,-6,o), -(636,-6,cs) +(637,-6,o), +(653,-4,o), +(664,0,c), +(675,38,l), +(664,33,o), +(647,31,o), +(634,31,cs), +(565,31,o), +(521,65,o), +(455,170,cs), +(331,367,ls), +(263,475,o), +(251,522,o), +(251,559,cs), +(251,653,o), +(316,706,o), +(395,706,cs), +(458,706,o), +(500,668,o), +(500,608,cs), +(500,513,o), +(421,458,o), +(285,407,c), +(300,381,l), +(449,435,o), +(536,509,o), +(536,611,cs), +(536,688,o), +(480,739,o), +(396,739,cs), +(298,739,o), +(215,669,o), +(215,558,cs), +(215,508,o), +(233,451,o), +(311,329,cs), +(426,149,ls), +(495,41,o), +(543,-6,o), +(622,-6,cs) ); }, { closed = 1; nodes = ( -(325,-9,o), -(416,27,o), -(476,112,c), -(452,135,l), -(401,63,o), -(327,24,o), -(233,24,cs), -(142,24,o), -(80,72,o), -(80,166,cs), -(80,252,o), -(130,320,o), -(290,382,c), -(274,411,l), -(129,356,o), -(43,280,o), -(43,165,cs), -(43,58,o), -(117,-9,o), -(229,-9,cs) +(300,-9,o), +(398,26,o), +(466,112,c), +(443,135,l), +(385,61,o), +(303,24,o), +(210,24,cs), +(122,24,o), +(61,68,o), +(61,154,cs), +(61,253,o), +(137,329,o), +(292,382,c), +(277,411,l), +(125,356,o), +(24,277,o), +(24,151,cs), +(24,52,o), +(95,-9,o), +(204,-9,cs) ); }, { closed = 1; nodes = ( -(523,175,o), -(559,259,o), -(575,320,c), -(692,318,l), -(695,355,l), -(545,355,l), -(540,326,l), +(517,175,o), +(560,259,o), +(580,320,c), +(701,318,l), +(705,355,l), +(552,355,l), +(545,326,l), (522,256,o), -(490,189,o), -(455,138,c), -(480,118,l) +(485,189,o), +(446,138,c), +(469,118,l) ); } ); -width = 778; +width = 742; }, { background = { @@ -2063,103 +4582,103 @@ nodes = ( (517,398,l), (513,366,l), (493,325,o), -(468,293,o), -(433,245,c), -(520,143,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(597,-8,o), -(619,-6,o), -(644,-1,c), -(683,152,l), -(669,148,o), -(650,145,o), -(631,145,cs), -(584,145,o), -(560,162,o), -(509,232,cs), -(356,440,ls), -(330,475,o), -(316,509,o), -(316,537,cs), -(316,567,o), -(336,589,o), -(368,589,cs), -(395,589,o), -(413,570,o), -(413,543,cs), -(413,506,o), -(381,473,o), -(326,446,c), -(391,355,l), -(507,400,o), -(567,471,o), -(567,560,cs), -(567,663,o), -(491,739,o), -(367,739,cs), -(230,739,o), -(137,653,o), -(137,524,cs), -(137,469,o), -(151,408,o), -(229,302,cs), -(366,115,ls), -(432,25,o), -(483,-8,o), -(568,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(330,-10,o), -(423,34,o), -(466,115,c), -(362,195,l), -(337,157,o), -(306,142,o), -(268,142,cs), -(226,142,o), -(198,167,o), -(198,209,cs), -(198,256,o), -(231,283,o), -(276,297,c), -(200,399,l), -(91,367,o), -(14,288,o), -(14,178,cs), -(14,60,o), -(98,-10,o), -(222,-10,cs) +(468,293,o), +(433,245,c), +(520,143,l) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(560,-8,o), +(585,-6,o), +(610,-1,c), +(657,151,l), +(644,149,o), +(625,147,o), +(608,147,cs), +(560,147,o), +(539,162,o), +(490,233,cs), +(346,442,ls), +(326,471,o), +(314,503,o), +(314,530,cs), +(314,565,o), +(338,587,o), +(372,587,cs), +(398,587,o), +(414,569,o), +(414,546,cs), +(414,508,o), +(377,473,o), +(320,447,c), +(381,355,l), +(501,400,o), +(573,474,o), +(573,574,cs), +(573,670,o), +(502,739,o), +(382,739,cs), +(243,739,o), +(131,651,o), +(131,504,cs), +(131,453,o), +(146,394,o), +(209,303,cs), +(339,115,ls), +(402,24,o), +(448,-8,o), +(532,-8,cs) ); }, { closed = 1; nodes = ( -(556,179,o), -(589,220,o), -(612,256,c), -(688,253,l), -(683,398,l), -(515,398,l), -(511,366,l), -(491,325,o), -(468,293,o), -(431,245,c), -(518,143,l) +(288,-10,o), +(388,33,o), +(438,115,c), +(337,196,l), +(309,158,o), +(276,144,o), +(240,144,cs), +(200,144,o), +(175,167,o), +(175,204,cs), +(175,255,o), +(214,283,o), +(258,296,c), +(187,399,l), +(77,367,o), +(-11,283,o), +(-11,161,cs), +(-11,54,o), +(65,-10,o), +(181,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(535,179,o), +(570,219,o), +(597,255,c), +(673,252,l), +(678,399,l), +(508,399,l), +(501,367,l), +(478,326,o), +(452,295,o), +(411,247,c), +(493,143,l) ); } ); -width = 741; +width = 685; }, { background = { @@ -2167,359 +4686,359 @@ shapes = ( { closed = 1; nodes = ( -(661,-9,o), -(677,-8,o), -(682,-6,c), -(691,36,l), -(685,34,o), -(672,32,o), -(659,32,cs), -(581,32,o), -(534,78,o), -(453,183,cs), -(396,257,ls), -(252,444,o), -(233,514,o), -(233,567,cs), -(233,645,o), -(293,712,o), -(383,712,cs), -(458,712,o), -(503,667,o), -(503,604,cs), -(503,500,o), -(406,452,o), -(282,411,c), -(298,385,l), -(437,428,o), -(541,489,o), -(541,607,cs), -(541,689,o), -(479,745,o), -(385,745,cs), -(279,745,o), -(195,671,o), -(195,567,cs), -(195,507,o), -(220,423,o), -(363,237,cs), -(426,155,ls), -(506,51,o), -(558,-9,o), -(649,-9,cs) +(651,-9,o), +(667,-8,o), +(672,-6,c), +(681,36,l), +(675,34,o), +(662,32,o), +(649,32,cs), +(571,32,o), +(524,78,o), +(443,183,cs), +(386,257,ls), +(242,444,o), +(223,514,o), +(223,567,cs), +(223,645,o), +(283,712,o), +(373,712,cs), +(448,712,o), +(493,667,o), +(493,604,cs), +(493,500,o), +(396,452,o), +(272,411,c), +(288,385,l), +(427,428,o), +(531,489,o), +(531,607,cs), +(531,689,o), +(469,745,o), +(375,745,cs), +(269,745,o), +(185,671,o), +(185,567,cs), +(185,507,o), +(210,423,o), +(353,237,cs), +(416,155,ls), +(496,51,o), +(548,-9,o), +(639,-9,cs) ); }, { closed = 1; nodes = ( -(302,-9,o), -(396,23,o), -(466,103,c), -(445,131,l), -(389,59,o), -(310,25,o), -(215,25,cs), -(127,25,o), -(64,72,o), -(64,164,cs), -(64,268,o), -(138,338,o), -(271,380,c), -(254,407,l), -(127,366,o), -(25,287,o), -(25,161,cs), -(25,52,o), -(103,-9,o), -(212,-9,cs) +(292,-9,o), +(386,23,o), +(456,103,c), +(435,131,l), +(379,59,o), +(300,25,o), +(205,25,cs), +(117,25,o), +(54,72,o), +(54,164,cs), +(54,268,o), +(128,338,o), +(261,380,c), +(244,407,l), +(117,366,o), +(15,287,o), +(15,161,cs), +(15,52,o), +(93,-9,o), +(202,-9,cs) ); }, { closed = 1; nodes = ( -(523,175,o), -(564,251,o), -(586,318,c), -(702,315,l), -(703,356,l), -(553,356,l), -(549,324,l), -(528,265,o), -(506,214,o), -(461,151,c), -(482,124,l) +(513,175,o), +(554,251,o), +(576,318,c), +(692,315,l), +(693,356,l), +(543,356,l), +(539,324,l), +(518,265,o), +(496,214,o), +(451,151,c), +(472,124,l) ); }, { closed = 1; nodes = ( -(1468,-7,o), -(1488,-6,o), -(1494,-2,c), -(1501,40,l), -(1495,38,o), -(1480,35,o), -(1463,35,cs), -(1390,35,o), -(1338,77,o), -(1257,175,cs), -(1198,246,ls), -(1059,414,o), -(1023,499,o), -(1023,565,cs), -(1023,649,o), -(1076,706,o), -(1168,706,cs), -(1245,706,o), -(1292,652,o), -(1292,587,cs), -(1292,477,o), -(1199,435,o), -(1080,395,c), -(1097,370,l), -(1230,410,o), -(1330,469,o), -(1330,591,cs), -(1330,674,o), -(1266,739,o), -(1169,739,cs), -(1060,739,o), -(985,668,o), -(985,564,cs), -(985,503,o), -(1012,410,o), -(1166,225,cs), -(1231,147,ls), -(1313,49,o), -(1369,-7,o), -(1454,-7,cs) +(1458,-7,o), +(1478,-6,o), +(1484,-2,c), +(1491,40,l), +(1485,38,o), +(1470,35,o), +(1453,35,cs), +(1380,35,o), +(1328,77,o), +(1247,175,cs), +(1188,246,ls), +(1049,414,o), +(1013,499,o), +(1013,565,cs), +(1013,649,o), +(1066,706,o), +(1158,706,cs), +(1235,706,o), +(1282,652,o), +(1282,587,cs), +(1282,477,o), +(1189,435,o), +(1070,395,c), +(1087,370,l), +(1220,410,o), +(1320,469,o), +(1320,591,cs), +(1320,674,o), +(1256,739,o), +(1159,739,cs), +(1050,739,o), +(975,668,o), +(975,564,cs), +(975,503,o), +(1002,410,o), +(1156,225,cs), +(1221,147,ls), +(1303,49,o), +(1359,-7,o), +(1444,-7,cs) ); }, { closed = 1; nodes = ( -(1105,-10,o), -(1203,21,o), -(1272,104,c), -(1251,132,l), -(1196,58,o), -(1113,24,o), -(1016,26,cs), -(928,27,o), -(864,74,o), -(864,164,cs), -(864,267,o), -(942,332,o), -(1070,369,c), -(1053,396,l), -(926,358,o), -(825,283,o), -(825,162,cs), -(825,55,o), -(904,-7,o), -(1013,-8,cs) +(1095,-10,o), +(1193,21,o), +(1262,104,c), +(1241,132,l), +(1186,58,o), +(1103,24,o), +(1006,26,cs), +(918,27,o), +(854,74,o), +(854,164,cs), +(854,267,o), +(932,332,o), +(1060,369,c), +(1043,396,l), +(916,358,o), +(815,283,o), +(815,162,cs), +(815,55,o), +(894,-7,o), +(1003,-8,cs) ); }, { closed = 1; nodes = ( -(1327,175,o), -(1368,251,o), -(1390,318,c), -(1502,315,l), -(1503,356,l), -(1357,356,l), -(1353,324,l), -(1332,265,o), -(1310,214,o), -(1265,151,c), -(1286,124,l) +(1317,175,o), +(1358,251,o), +(1380,318,c), +(1492,315,l), +(1493,356,l), +(1347,356,l), +(1343,324,l), +(1322,265,o), +(1300,214,o), +(1255,151,c), +(1276,124,l) ); } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(668,-5,o), -(686,-4,o), -(692,0,c), -(699,39,l), -(693,37,o), -(678,34,o), -(661,34,cs), -(589,34,o), -(536,76,o), -(456,174,cs), -(398,245,ls), -(259,415,o), -(225,500,o), -(225,564,cs), -(225,649,o), -(279,707,o), -(372,707,cs), -(445,707,o), -(494,660,o), -(494,589,cs), -(494,483,o), -(398,441,o), -(277,401,c), +(641,-5,o), +(660,-4,o), +(666,0,c), +(676,39,l), +(670,37,o), +(654,34,o), +(637,34,cs), +(564,34,o), +(513,79,o), +(442,174,cs), +(389,245,ls), +(271,403,o), +(238,489,o), +(238,552,cs), +(238,647,o), +(302,707,o), +(395,707,cs), +(464,707,o), +(509,664,o), +(509,599,cs), +(509,485,o), +(402,441,o), +(279,401,c), (294,375,l), -(428,415,o), -(531,474,o), -(531,589,cs), -(531,680,o), -(466,739,o), -(371,739,cs), -(263,739,o), -(188,668,o), -(188,563,cs), -(188,504,o), -(215,410,o), -(366,225,cs), -(424,154,ls), -(499,63,o), -(560,-5,o), -(652,-5,cs) +(428,414,o), +(546,476,o), +(546,602,cs), +(546,685,o), +(486,739,o), +(396,739,cs), +(288,739,o), +(201,664,o), +(201,549,cs), +(201,489,o), +(228,395,o), +(357,223,cs), +(408,155,ls), +(477,63,o), +(534,-5,o), +(625,-5,cs) ); }, { closed = 1; nodes = ( -(319,-9,o), -(412,28,o), -(474,105,c), -(451,130,l), -(404,64,o), -(324,25,o), -(220,25,cs), -(130,25,o), -(64,75,o), -(64,169,cs), -(64,271,o), -(140,334,o), -(265,370,c), -(248,397,l), -(123,360,o), -(25,287,o), -(25,168,cs), -(25,55,o), -(108,-9,o), -(222,-9,cs) +(293,-9,o), +(387,28,o), +(455,105,c), +(434,130,l), +(381,62,o), +(297,25,o), +(195,25,cs), +(109,25,o), +(49,71,o), +(49,156,cs), +(49,268,o), +(137,334,o), +(264,370,c), +(249,397,l), +(122,360,o), +(10,284,o), +(10,153,cs), +(10,49,o), +(87,-9,o), +(195,-9,cs) ); }, { closed = 1; nodes = ( -(529,176,o), -(568,248,o), -(590,315,c), -(702,313,l), -(703,354,l), -(556,354,l), -(552,322,l), -(532,264,o), -(509,211,o), -(465,149,c), -(489,123,l) +(516,176,o), +(560,248,o), +(586,315,c), +(697,313,l), +(702,354,l), +(555,354,l), +(549,322,l), +(525,264,o), +(498,211,o), +(449,149,c), +(472,123,l) ); } ); -width = 776; +width = 741; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(638,-12,o), -(682,-7,o), -(710,5,c), -(742,158,l), -(727,154,o), -(713,152,o), -(698,152,cs), -(657,152,o), -(614,164,o), -(555,232,cs), +(622,-12,o), +(667,-7,o), +(695,5,c), +(733,158,l), +(718,154,o), +(703,152,o), +(689,152,cs), +(648,152,o), +(605,164,o), +(549,231,cs), (380,433,ls), -(353,464,o), -(339,489,o), -(339,519,cs), -(339,555,o), -(363,579,o), -(399,579,cs), -(425,579,o), -(443,561,o), -(443,534,cs), -(443,495,o), -(402,465,o), -(346,443,c), -(419,353,l), -(549,391,o), -(624,462,o), -(624,561,cs), -(624,662,o), -(547,739,o), -(412,739,cs), -(244,739,o), -(139,644,o), -(139,506,cs), -(139,438,o), -(165,372,o), -(260,263,cs), -(388,116,ls), -(471,21,o), -(530,-12,o), -(608,-12,cs) -); -}, -{ -closed = 1; -nodes = ( -(302,-10,o), -(395,26,o), -(447,79,c), -(348,185,l), -(331,166,o), -(302,154,o), -(270,154,cs), -(236,154,o), -(213,177,o), -(213,211,cs), -(213,247,o), -(237,273,o), -(272,290,c), -(197,391,l), -(75,359,o), -(-6,277,o), -(-6,170,cs), -(-6,59,o), -(76,-10,o), -(197,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(606,199,o), -(632,228,o), -(658,258,c), -(741,258,l), -(750,400,l), -(565,400,l), -(556,368,l), -(530,328,o), -(506,294,o), -(489,281,c), -(575,175,l) +(355,463,o), +(342,487,o), +(342,516,cs), +(342,555,o), +(369,579,o), +(404,579,cs), +(429,579,o), +(447,562,o), +(447,536,cs), +(447,496,o), +(404,465,o), +(347,443,c), +(417,353,l), +(548,391,o), +(629,463,o), +(629,568,cs), +(629,666,o), +(555,739,o), +(423,739,cs), +(255,739,o), +(142,642,o), +(142,497,cs), +(142,433,o), +(166,369,o), +(251,267,cs), +(377,116,ls), +(457,20,o), +(515,-12,o), +(593,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,-10,o), +(381,26,o), +(435,79,c), +(340,185,l), +(322,166,o), +(293,154,o), +(261,154,cs), +(228,154,o), +(206,176,o), +(206,208,cs), +(206,246,o), +(232,273,o), +(267,290,c), +(196,391,l), +(72,359,o), +(-15,275,o), +(-15,162,cs), +(-15,56,o), +(64,-10,o), +(182,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(598,199,o), +(625,228,o), +(652,258,c), +(735,258,l), +(749,400,l), +(564,400,l), +(554,368,l), +(527,328,o), +(501,294,o), +(484,281,c), +(566,175,l) ); } ); -width = 784; +width = 754; } ); unicode = 38; diff --git a/sources/MonaSans.glyphspackage/glyphs/aogonek.glyph b/sources/MonaSans.glyphspackage/glyphs/aogonek.glyph index afe67636..157b4e12 100644 --- a/sources/MonaSans.glyphspackage/glyphs/aogonek.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/aogonek.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = aogonek; -kernLeft = a; -kernRight = g; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (246,0); ref = ogonekcomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (346,0); +pos = (391,0); ref = ogonekcomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (319,0); +pos = (380,0); ref = ogonekcomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (391,0); +pos = (340,0); ref = ogonekcomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (380,0); +pos = (300,0); ref = ogonekcomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (243,0); ref = ogonekcomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (373,0); ref = ogonekcomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (148,0); +ref = ogonekcomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (247,0); +ref = ogonekcomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (345,0); +ref = ogonekcomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (319,0); +ref = ogonekcomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (418,0); +ref = ogonekcomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (394,0); +ref = ogonekcomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (149,0); +ref = ogonekcomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (245,0); +ref = ogonekcomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (347,0); +ref = ogonekcomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (331,0); +ref = ogonekcomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (410,0); +ref = ogonekcomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (384,0); +ref = ogonekcomb; +} +); +width = 704; } ); unicode = 261; diff --git a/sources/MonaSans.glyphspackage/glyphs/aogonek.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/aogonek.ss05.glyph index f031e14f..c8d70789 100644 --- a/sources/MonaSans.glyphspackage/glyphs/aogonek.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/aogonek.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = aogonek.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (263,0); ref = ogonekcomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (355,0); +pos = (391,0); ref = ogonekcomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (300,0); +pos = (340,0); ref = ogonekcomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (391,0); +pos = (339,0); ref = ogonekcomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (340,0); +pos = (284,0); ref = ogonekcomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (269,0); ref = ogonekcomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (336,0); ref = ogonekcomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (159,0); +ref = ogonekcomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (266,0); +ref = ogonekcomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (355,0); +ref = ogonekcomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (300,0); +ref = ogonekcomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (391,0); +ref = ogonekcomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (340,0); +ref = ogonekcomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (158,0); +ref = ogonekcomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (269,0); +ref = ogonekcomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (343,0); +ref = ogonekcomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (300,0); +ref = ogonekcomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (390,0); +ref = ogonekcomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (336,0); +ref = ogonekcomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/apple.glyph b/sources/MonaSans.glyphspackage/glyphs/apple.glyph index 1f1379dc..831d2cd7 100644 --- a/sources/MonaSans.glyphspackage/glyphs/apple.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/apple.glyph @@ -10,7 +10,7 @@ alignment = 1; ref = .notdef; } ); -width = 866; +width = 882; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -23,7 +23,27 @@ ref = .notdef; width = 865; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = .notdef; +} +); +width = 866; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = .notdef; +} +); +width = 878; +}, +{ +layerId = m019; shapes = ( { alignment = 1; @@ -114,40 +134,40 @@ type = Stem; } ); }; -width = 866; +width = 853; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { alignment = 1; ref = .notdef; } ); -width = 866; +width = 844; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { alignment = 1; ref = .notdef; } ); -width = 866; +width = 885; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { alignment = 1; ref = .notdef; } ); -width = 866; +width = 902; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { alignment = 1; @@ -157,7 +177,7 @@ ref = .notdef; width = 885; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { alignment = 1; @@ -167,7 +187,7 @@ ref = .notdef; width = 886; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { alignment = 1; @@ -177,34 +197,218 @@ ref = .notdef; width = 885; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { alignment = 1; ref = .notdef; } ); -width = 886; +width = 898; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = .notdef; +} +); +width = 865; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = .notdef; +} +); +width = 866; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = .notdef; +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 866; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = .notdef; +} +); +width = 846; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = .notdef; +} +); +width = 866; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = .notdef; +} +); +width = 866; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; ref = .notdef; } ); -width = 885; +width = 839; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; ref = .notdef; } ); -width = 886; +width = 864; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = .notdef; +} +); +width = 837; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = .notdef; +} +); +width = 828; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = .notdef; +} +); +width = 865; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = .notdef; +} +); +width = 856; } ); unicode = 63743; diff --git a/sources/MonaSans.glyphspackage/glyphs/approxequal.glyph b/sources/MonaSans.glyphspackage/glyphs/approxequal.glyph index 9c1f5dc0..115c171e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/approxequal.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/approxequal.glyph @@ -7,55 +7,55 @@ shapes = ( { closed = 1; nodes = ( -(393,154,o), -(465,202,o), -(456,353,c), -(375,353,l), -(374,321,o), -(357,293,o), -(319,293,cs), -(258,293,o), -(223,356,o), -(146,356,cs), -(82,356,o), -(15,306,o), -(24,161,c), -(106,161,l), -(103,184,o), -(115,220,o), -(150,220,cs), -(201,220,o), -(240,154,o), -(330,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(393,374,o), -(465,422,o), -(456,573,c), -(375,573,l), -(374,541,o), -(357,513,o), -(319,513,cs), -(258,513,o), -(223,576,o), -(146,576,cs), -(82,576,o), -(15,526,o), -(24,381,c), -(106,381,l), -(103,404,o), -(115,440,o), -(150,440,cs), -(201,440,o), -(240,374,o), -(330,374,cs) +(401,154,o), +(473,202,o), +(464,353,c), +(383,353,l), +(382,321,o), +(365,293,o), +(327,293,cs), +(266,293,o), +(231,356,o), +(154,356,cs), +(90,356,o), +(23,306,o), +(32,161,c), +(114,161,l), +(111,184,o), +(123,220,o), +(158,220,cs), +(209,220,o), +(248,154,o), +(338,154,cs) +); +}, +{ +closed = 1; +nodes = ( +(401,374,o), +(473,422,o), +(464,573,c), +(383,573,l), +(382,541,o), +(365,513,o), +(327,513,cs), +(266,513,o), +(231,576,o), +(154,576,cs), +(90,576,o), +(23,526,o), +(32,381,c), +(114,381,l), +(111,404,o), +(123,440,o), +(158,440,cs), +(209,440,o), +(248,374,o), +(338,374,cs) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -114,56 +114,168 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(426,215,o), -(466,243,o), -(461,321,c), -(431,321,l), -(432,278,o), -(413,257,o), -(378,257,cs), -(326,257,o), -(268,305,o), -(215,305,cs), -(182,305,o), -(135,289,o), -(141,201,c), -(171,201,l), -(167,240,o), -(186,263,o), -(214,263,cs), -(256,263,o), -(320,215,o), -(377,215,cs) -); -}, -{ -closed = 1; -nodes = ( -(436,418,o), -(465,452,o), -(461,520,c), -(431,520,l), -(432,478,o), -(413,456,o), -(378,456,cs), -(326,456,o), -(268,504,o), -(214,504,cs), -(172,504,o), -(136,477,o), -(141,402,c), -(171,402,l), -(167,441,o), -(184,462,o), -(214,462,cs), -(256,462,o), -(319,418,o), -(377,418,cs) +(500,218,o), +(538,253,o), +(534,320,c), +(502,320,l), +(503,276,o), +(481,256,o), +(445,256,cs), +(380,256,o), +(324,304,o), +(266,304,cs), +(217,304,o), +(183,270,o), +(188,202,c), +(220,202,l), +(216,243,o), +(234,266,o), +(266,266,cs), +(320,266,o), +(381,218,o), +(443,218,cs) +); +}, +{ +closed = 1; +nodes = ( +(502,418,o), +(538,455,o), +(534,520,c), +(502,520,l), +(503,476,o), +(481,456,o), +(445,456,cs), +(380,456,o), +(324,504,o), +(266,504,cs), +(216,504,o), +(183,469,o), +(188,402,c), +(220,402,l), +(216,444,o), +(234,465,o), +(266,465,cs), +(320,465,o), +(380,418,o), +(443,418,cs) +); +} +); +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,129,o), +(635,177,o), +(624,351,c), +(522,351,l), +(521,324,o), +(503,293,o), +(458,293,cs), +(386,293,o), +(348,358,o), +(256,358,cs), +(169,358,o), +(97,291,o), +(108,141,c), +(210,141,l), +(207,162,o), +(222,199,o), +(263,199,cs), +(321,199,o), +(363,129,o), +(472,129,cs) +); +}, +{ +closed = 1; +nodes = ( +(543,373,o), +(635,421,o), +(624,595,c), +(522,595,l), +(521,568,o), +(503,537,o), +(458,537,cs), +(386,537,o), +(348,602,o), +(256,602,cs), +(169,602,o), +(97,535,o), +(108,385,c), +(210,385,l), +(207,406,o), +(222,443,o), +(263,443,cs), +(321,443,o), +(363,373,o), +(472,373,cs) +); +} +); +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(421,215,o), +(459,243,o), +(454,321,c), +(426,321,l), +(427,278,o), +(408,257,o), +(373,257,cs), +(323,257,o), +(265,305,o), +(214,305,cs), +(181,305,o), +(136,289,o), +(142,201,c), +(170,201,l), +(166,240,o), +(185,263,o), +(213,263,cs), +(253,263,o), +(317,215,o), +(372,215,cs) +); +}, +{ +closed = 1; +nodes = ( +(431,418,o), +(458,452,o), +(454,520,c), +(426,520,l), +(427,478,o), +(408,456,o), +(373,456,cs), +(323,456,o), +(265,504,o), +(213,504,cs), +(171,504,o), +(137,477,o), +(142,402,c), +(170,402,l), +(166,441,o), +(183,462,o), +(213,462,cs), +(253,462,o), +(316,418,o), +(372,418,cs) ); } ); @@ -247,175 +359,63 @@ type = Stem; } ); }; -width = 600; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(479,143,o), -(546,205,o), -(537,346,c), -(447,346,l), -(446,314,o), -(427,286,o), -(386,286,cs), -(320,286,o), -(283,350,o), -(198,350,cs), -(129,350,o), -(55,299,o), -(65,151,c), -(155,151,l), -(153,173,o), -(165,210,o), -(204,210,cs), -(259,210,o), -(300,143,o), -(399,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(479,381,o), -(546,443,o), -(537,584,c), -(447,584,l), -(446,552,o), -(427,524,o), -(386,524,cs), -(320,524,o), -(283,588,o), -(198,588,cs), -(128,588,o), -(55,536,o), -(65,389,c), -(155,389,l), -(153,410,o), -(164,448,o), -(204,448,cs), -(259,448,o), -(300,381,o), -(399,381,cs) -); -} -); -width = 600; +width = 593; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(500,218,o), -(538,253,o), -(534,320,c), -(502,320,l), -(503,276,o), -(481,256,o), -(445,256,cs), -(380,256,o), -(324,304,o), -(266,304,cs), -(217,304,o), -(183,270,o), -(188,202,c), -(220,202,l), -(216,243,o), -(234,266,o), -(266,266,cs), -(320,266,o), -(381,218,o), -(443,218,cs) -); -}, -{ -closed = 1; -nodes = ( -(502,418,o), -(538,455,o), -(534,520,c), -(502,520,l), -(503,476,o), -(481,456,o), -(445,456,cs), -(380,456,o), -(324,504,o), -(266,504,cs), -(216,504,o), -(183,469,o), -(188,402,c), -(220,402,l), -(216,444,o), -(234,465,o), -(266,465,cs), -(320,465,o), -(380,418,o), -(443,418,cs) -); -} +(464,143,o), +(530,205,o), +(521,346,c), +(432,346,l), +(431,314,o), +(413,286,o), +(373,286,cs), +(310,286,o), +(275,350,o), +(193,350,cs), +(126,350,o), +(53,299,o), +(63,151,c), +(152,151,l), +(150,173,o), +(162,210,o), +(199,210,cs), +(252,210,o), +(290,143,o), +(386,143,cs) ); -width = 720; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ closed = 1; nodes = ( -(537,129,o), -(629,177,o), -(618,351,c), -(516,351,l), -(515,324,o), -(497,293,o), -(452,293,cs), -(380,293,o), -(342,358,o), -(250,358,cs), -(163,358,o), -(91,291,o), -(102,141,c), -(204,141,l), -(201,162,o), -(216,199,o), -(257,199,cs), -(315,199,o), -(357,129,o), -(466,129,cs) -); -}, -{ -closed = 1; -nodes = ( -(537,373,o), -(629,421,o), -(618,595,c), -(516,595,l), -(515,568,o), -(497,537,o), -(452,537,cs), -(380,537,o), -(342,602,o), -(250,602,cs), -(163,602,o), -(91,535,o), -(102,385,c), -(204,385,l), -(201,406,o), -(216,443,o), -(257,443,cs), -(315,443,o), -(357,373,o), -(466,373,cs) +(463,381,o), +(530,442,o), +(521,584,c), +(432,584,l), +(431,552,o), +(413,524,o), +(373,524,cs), +(310,524,o), +(275,588,o), +(193,588,cs), +(125,588,o), +(53,536,o), +(63,389,c), +(152,389,l), +(150,410,o), +(161,448,o), +(199,448,cs), +(252,448,o), +(290,381,o), +(386,381,cs) ); } ); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -479,55 +479,55 @@ shapes = ( { closed = 1; nodes = ( -(369,162,o), -(449,204,o), -(468,336,c), -(388,336,l), -(381,308,o), -(358,284,o), -(321,284,cs), -(260,284,o), -(237,339,o), -(161,339,cs), -(99,339,o), -(22,295,o), -(5,168,c), -(86,168,l), -(88,192,o), -(109,220,o), -(140,220,cs), -(191,220,o), -(217,162,o), -(307,162,cs) -); -}, -{ -closed = 1; -nodes = ( -(415,382,o), -(495,424,o), -(513,556,c), -(433,556,l), -(427,530,o), -(407,504,o), -(367,504,cs), -(307,504,o), -(284,559,o), -(208,559,cs), -(145,559,o), -(68,515,o), -(51,388,c), -(132,388,l), -(133,408,o), -(152,440,o), -(187,440,cs), -(237,440,o), -(264,382,o), -(353,382,cs) +(377,162,o), +(457,204,o), +(476,336,c), +(396,336,l), +(389,308,o), +(366,284,o), +(329,284,cs), +(268,284,o), +(245,339,o), +(169,339,cs), +(107,339,o), +(30,295,o), +(13,168,c), +(94,168,l), +(96,192,o), +(117,220,o), +(148,220,cs), +(199,220,o), +(225,162,o), +(315,162,cs) +); +}, +{ +closed = 1; +nodes = ( +(423,382,o), +(503,424,o), +(521,556,c), +(441,556,l), +(435,530,o), +(415,504,o), +(375,504,cs), +(315,504,o), +(292,559,o), +(216,559,cs), +(153,559,o), +(76,515,o), +(59,388,c), +(140,388,l), +(141,408,o), +(160,440,o), +(195,440,cs), +(245,440,o), +(272,382,o), +(361,382,cs) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -703,55 +703,807 @@ shapes = ( { closed = 1; nodes = ( -(489,149,o), -(570,195,o), -(592,345,c), -(507,345,l), -(502,320,o), -(482,294,o), -(441,294,cs), -(382,294,o), -(360,349,o), -(283,349,cs), -(221,349,o), -(142,307,o), -(119,156,c), -(204,156,l), -(205,174,o), -(223,208,o), -(257,208,cs), -(308,208,o), -(333,149,o), -(423,149,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,372,o), -(616,418,o), -(639,569,c), -(555,569,l), -(548,541,o), -(526,517,o), -(489,517,cs), -(429,517,o), -(407,572,o), -(329,572,cs), -(268,572,o), -(188,530,o), -(165,379,c), -(250,379,l), -(251,397,o), -(270,430,o), -(304,430,cs), -(354,430,o), -(380,372,o), -(470,372,cs) +(495,149,o), +(576,195,o), +(598,345,c), +(513,345,l), +(508,320,o), +(488,294,o), +(447,294,cs), +(388,294,o), +(366,349,o), +(289,349,cs), +(227,349,o), +(148,307,o), +(125,156,c), +(210,156,l), +(211,174,o), +(229,208,o), +(263,208,cs), +(314,208,o), +(339,149,o), +(429,149,cs) +); +}, +{ +closed = 1; +nodes = ( +(542,372,o), +(622,418,o), +(645,569,c), +(561,569,l), +(554,541,o), +(532,517,o), +(495,517,cs), +(435,517,o), +(413,572,o), +(335,572,cs), +(274,572,o), +(194,530,o), +(171,379,c), +(256,379,l), +(257,397,o), +(276,430,o), +(310,430,cs), +(360,430,o), +(386,372,o), +(476,372,cs) ); } ); -width = 720; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(336,217,o), +(374,243,o), +(369,317,c), +(339,317,l), +(340,274,o), +(322,253,o), +(291,253,cs), +(243,253,o), +(192,301,o), +(143,301,cs), +(111,301,o), +(66,284,o), +(72,205,c), +(103,205,l), +(100,241,o), +(114,266,o), +(141,266,cs), +(180,266,o), +(237,217,o), +(291,217,cs) +); +}, +{ +closed = 1; +nodes = ( +(341,424,o), +(374,455,o), +(369,523,c), +(339,523,l), +(340,481,o), +(322,460,o), +(291,460,cs), +(243,460,o), +(192,508,o), +(143,508,cs), +(111,508,o), +(66,490,o), +(72,411,c), +(103,411,l), +(100,448,o), +(114,473,o), +(141,473,cs), +(180,473,o), +(237,424,o), +(291,424,cs) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(383,154,o), +(455,202,o), +(446,353,c), +(365,353,l), +(364,321,o), +(347,293,o), +(309,293,cs), +(248,293,o), +(213,356,o), +(136,356,cs), +(72,356,o), +(5,306,o), +(14,161,c), +(96,161,l), +(93,184,o), +(105,220,o), +(140,220,cs), +(191,220,o), +(230,154,o), +(320,154,cs) +); +}, +{ +closed = 1; +nodes = ( +(383,374,o), +(455,422,o), +(446,573,c), +(365,573,l), +(364,541,o), +(347,513,o), +(309,513,cs), +(248,513,o), +(213,576,o), +(136,576,cs), +(72,576,o), +(5,526,o), +(14,381,c), +(96,381,l), +(93,404,o), +(105,440,o), +(140,440,cs), +(191,440,o), +(230,374,o), +(320,374,cs) +); +} +); +width = 460; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(402,215,o), +(442,243,o), +(437,321,c), +(407,321,l), +(408,278,o), +(389,257,o), +(354,257,cs), +(302,257,o), +(244,305,o), +(191,305,cs), +(158,305,o), +(111,289,o), +(117,201,c), +(147,201,l), +(143,240,o), +(162,263,o), +(190,263,cs), +(232,263,o), +(296,215,o), +(353,215,cs) +); +}, +{ +closed = 1; +nodes = ( +(412,418,o), +(441,452,o), +(437,520,c), +(407,520,l), +(408,478,o), +(389,456,o), +(354,456,cs), +(302,456,o), +(244,504,o), +(190,504,cs), +(148,504,o), +(112,477,o), +(117,402,c), +(147,402,l), +(143,441,o), +(160,462,o), +(190,462,cs), +(232,462,o), +(295,418,o), +(353,418,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +76, +76 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +0, +16 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +19 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +76, +76 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +13 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 552; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(455,143,o), +(522,205,o), +(513,346,c), +(423,346,l), +(422,314,o), +(403,286,o), +(362,286,cs), +(296,286,o), +(259,350,o), +(174,350,cs), +(105,350,o), +(31,299,o), +(41,151,c), +(131,151,l), +(129,173,o), +(141,210,o), +(180,210,cs), +(235,210,o), +(276,143,o), +(375,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(455,381,o), +(522,443,o), +(513,584,c), +(423,584,l), +(422,552,o), +(403,524,o), +(362,524,cs), +(296,524,o), +(259,588,o), +(174,588,cs), +(104,588,o), +(31,536,o), +(41,389,c), +(131,389,l), +(129,410,o), +(140,448,o), +(180,448,cs), +(235,448,o), +(276,381,o), +(375,381,cs) +); +} +); +width = 552; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,218,o), +(528,253,o), +(524,320,c), +(492,320,l), +(493,276,o), +(471,256,o), +(435,256,cs), +(370,256,o), +(314,304,o), +(256,304,cs), +(207,304,o), +(173,270,o), +(178,202,c), +(210,202,l), +(206,243,o), +(224,266,o), +(256,266,cs), +(310,266,o), +(371,218,o), +(433,218,cs) +); +}, +{ +closed = 1; +nodes = ( +(492,418,o), +(528,455,o), +(524,520,c), +(492,520,l), +(493,476,o), +(471,456,o), +(435,456,cs), +(370,456,o), +(314,504,o), +(256,504,cs), +(206,504,o), +(173,469,o), +(178,402,c), +(210,402,l), +(206,444,o), +(224,465,o), +(256,465,cs), +(310,465,o), +(370,418,o), +(433,418,cs) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(527,129,o), +(619,177,o), +(608,351,c), +(506,351,l), +(505,324,o), +(487,293,o), +(442,293,cs), +(370,293,o), +(332,358,o), +(240,358,cs), +(153,358,o), +(81,291,o), +(92,141,c), +(194,141,l), +(191,162,o), +(206,199,o), +(247,199,cs), +(305,199,o), +(347,129,o), +(456,129,cs) +); +}, +{ +closed = 1; +nodes = ( +(527,373,o), +(619,421,o), +(608,595,c), +(506,595,l), +(505,568,o), +(487,537,o), +(442,537,cs), +(370,537,o), +(332,602,o), +(240,602,cs), +(153,602,o), +(81,535,o), +(92,385,c), +(194,385,l), +(191,406,o), +(206,443,o), +(247,443,cs), +(305,443,o), +(347,373,o), +(456,373,cs) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(321,217,o), +(366,243,o), +(376,317,c), +(346,317,l), +(338,274,o), +(316,253,o), +(285,253,cs), +(237,253,o), +(197,301,o), +(149,301,cs), +(117,301,o), +(69,284,o), +(58,205,c), +(89,205,l), +(93,238,o), +(111,266,o), +(140,266,cs), +(178,266,o), +(224,217,o), +(278,217,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,424,o), +(410,455,o), +(419,523,c), +(389,523,l), +(382,481,o), +(358,460,o), +(329,460,cs), +(281,460,o), +(240,508,o), +(192,508,cs), +(161,508,o), +(112,490,o), +(101,411,c), +(132,411,l), +(137,448,o), +(156,473,o), +(183,473,cs), +(221,473,o), +(268,424,o), +(321,424,cs) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(358,162,o), +(438,204,o), +(457,336,c), +(377,336,l), +(370,308,o), +(347,284,o), +(310,284,cs), +(249,284,o), +(226,339,o), +(150,339,cs), +(88,339,o), +(11,295,o), +(-6,168,c), +(75,168,l), +(77,192,o), +(98,220,o), +(129,220,cs), +(180,220,o), +(206,162,o), +(296,162,cs) +); +}, +{ +closed = 1; +nodes = ( +(404,382,o), +(484,424,o), +(502,556,c), +(422,556,l), +(416,530,o), +(396,504,o), +(356,504,cs), +(296,504,o), +(273,559,o), +(197,559,cs), +(134,559,o), +(57,515,o), +(40,388,c), +(121,388,l), +(122,408,o), +(141,440,o), +(176,440,cs), +(226,440,o), +(253,382,o), +(342,382,cs) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(391,215,o), +(436,243,o), +(447,321,c), +(418,321,l), +(410,278,o), +(386,257,o), +(352,257,cs), +(301,257,o), +(253,305,o), +(200,305,cs), +(157,305,o), +(116,277,o), +(106,201,c), +(135,201,l), +(140,240,o), +(163,263,o), +(191,263,cs), +(233,263,o), +(285,215,o), +(342,215,cs) +); +}, +{ +closed = 1; +nodes = ( +(443,418,o), +(479,452,o), +(489,520,c), +(459,520,l), +(452,478,o), +(427,456,o), +(394,456,cs), +(342,456,o), +(294,504,o), +(241,504,cs), +(199,504,o), +(159,477,o), +(147,402,c), +(177,402,l), +(181,441,o), +(204,462,o), +(233,462,cs), +(274,462,o), +(327,418,o), +(385,418,cs) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(397,147,o), +(477,189,o), +(497,331,c), +(417,331,l), +(411,306,o), +(392,279,o), +(351,279,cs), +(291,279,o), +(268,334,o), +(192,334,cs), +(129,334,o), +(52,290,o), +(33,153,c), +(114,153,l), +(116,177,o), +(137,205,o), +(168,205,cs), +(219,205,o), +(245,147,o), +(334,147,cs) +); +}, +{ +closed = 1; +nodes = ( +(447,387,o), +(528,432,o), +(548,572,c), +(468,572,l), +(460,541,o), +(439,518,o), +(401,518,cs), +(340,518,o), +(318,575,o), +(242,575,cs), +(181,575,o), +(102,528,o), +(83,391,c), +(164,391,l), +(164,410,o), +(182,443,o), +(218,443,cs), +(269,443,o), +(295,387,o), +(384,387,cs) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(479,218,o), +(525,253,o), +(535,320,c), +(503,320,l), +(495,276,o), +(468,256,o), +(434,256,cs), +(369,256,o), +(324,304,o), +(266,304,cs), +(218,304,o), +(177,270,o), +(168,202,c), +(199,202,l), +(204,243,o), +(227,266,o), +(258,266,cs), +(311,266,o), +(362,218,o), +(424,218,cs) +); +}, +{ +closed = 1; +nodes = ( +(523,418,o), +(567,455,o), +(577,520,c), +(545,520,l), +(537,476,o), +(511,456,o), +(475,456,cs), +(411,456,o), +(365,504,o), +(308,504,cs), +(258,504,o), +(219,469,o), +(209,402,c), +(241,402,l), +(246,444,o), +(268,465,o), +(300,465,cs), +(353,465,o), +(403,418,o), +(465,418,cs) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(474,149,o), +(555,195,o), +(577,345,c), +(492,345,l), +(487,320,o), +(467,294,o), +(426,294,cs), +(367,294,o), +(345,349,o), +(268,349,cs), +(206,349,o), +(127,307,o), +(104,156,c), +(189,156,l), +(190,174,o), +(208,208,o), +(242,208,cs), +(293,208,o), +(318,149,o), +(408,149,cs) +); +}, +{ +closed = 1; +nodes = ( +(521,372,o), +(601,418,o), +(624,569,c), +(540,569,l), +(533,541,o), +(511,517,o), +(474,517,cs), +(414,517,o), +(392,572,o), +(314,572,cs), +(253,572,o), +(173,530,o), +(150,379,c), +(235,379,l), +(236,397,o), +(255,430,o), +(289,430,cs), +(339,430,o), +(365,372,o), +(455,372,cs) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/aring.glyph b/sources/MonaSans.glyphspackage/glyphs/aring.glyph index e80a37aa..9879bcd8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/aring.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/aring.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = aring; -kernLeft = a; -kernRight = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (81,-137); ref = ringcomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (168,-155); +pos = (169,-155); ref = ringcomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (160,-134); +pos = (176,-129); ref = ringcomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; }, { -pos = (169,-155); +pos = (164,-155); ref = ringcomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (176,-129); +pos = (154,-134); ref = ringcomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (60,-137); ref = ringcomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (152,-134); ref = ringcomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (72,-156); +ref = ringcomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (82,-137); +ref = ringcomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (167,-155); +ref = ringcomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (160,-134); +ref = ringcomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (196,-155); +ref = ringcomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (190,-129); +ref = ringcomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (36,-156); +ref = ringcomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (62,-137); +ref = ringcomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (148,-155); +ref = ringcomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (131,-134); +ref = ringcomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (159,-155); +ref = ringcomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (163,-134); +ref = ringcomb; +} +); +width = 704; } ); unicode = 229; diff --git a/sources/MonaSans.glyphspackage/glyphs/aring.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/aring.ss05.glyph index b44a170d..a751775f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/aring.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/aring.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = aring.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (92,-137); ref = ringcomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (126,-155); +pos = (137,-155); ref = ringcomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (145,-134); +pos = (141,-129); ref = ringcomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (137,-155); +pos = (117,-155); ref = ringcomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (141,-129); +pos = (139,-134); ref = ringcomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (25,-137); ref = ringcomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (87,-134); ref = ringcomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (46,-156); +ref = ringcomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (95,-137); +ref = ringcomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (126,-155); +ref = ringcomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (145,-134); +ref = ringcomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (137,-155); +ref = ringcomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (141,-129); +ref = ringcomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (10,-156); +ref = ringcomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (25,-137); +ref = ringcomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (65,-155); +ref = ringcomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (67,-134); +ref = ringcomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (60,-155); +ref = ringcomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (87,-134); +ref = ringcomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/asciicircum.glyph b/sources/MonaSans.glyphspackage/glyphs/asciicircum.glyph index ebf9a798..e1c0652e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/asciicircum.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/asciicircum.glyph @@ -1,7 +1,7 @@ { glyphname = asciicircum; -kernLeft = asciicircum; -kernRight = asciicircum; +kernLeft = KO_asciicircum; +kernRight = KO_asciicircum; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,17 +9,17 @@ shapes = ( { closed = 1; nodes = ( -(169,468,l), -(242,586,l), -(313,468,l), -(477,468,l), -(331,729,l), -(152,729,l), -(5,468,l) +(177,468,l), +(250,586,l), +(321,468,l), +(485,468,l), +(339,729,l), +(160,729,l), +(13,468,l) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -40,17 +40,53 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(222,476,l), +(360,694,l), +(498,476,l), +(543,476,l), +(379,729,l), +(341,729,l), +(178,476,l) +); +} +); +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(277,467,l), +(367,579,l), +(455,467,l), +(640,467,l), +(463,729,l), +(271,729,l), +(93,467,l) +); +} +); +width = 732; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(189,475,l), -(300,691,l), -(410,475,l), -(451,475,l), -(319,729,l), -(281,729,l), +(188,475,l), +(297,691,l), +(405,475,l), +(445,475,l), +(316,729,l), +(278,729,l), (150,475,l) ); } @@ -89,61 +125,25 @@ type = Stem; } ); }; -width = 600; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,468,l), -(302,586,l), -(373,468,l), -(547,468,l), -(401,729,l), -(202,729,l), -(55,468,l) -); -} -); -width = 600; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(222,476,l), -(360,694,l), -(498,476,l), -(543,476,l), -(379,729,l), -(341,729,l), -(178,476,l) -); -} -); -width = 720; +width = 593; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(271,467,l), -(361,579,l), -(449,467,l), -(634,467,l), -(457,729,l), -(265,729,l), -(87,467,l) +(226,468,l), +(293,586,l), +(358,468,l), +(531,468,l), +(391,729,l), +(194,729,l), +(53,468,l) ); } ); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -169,17 +169,17 @@ shapes = ( { closed = 1; nodes = ( -(211,468,l), -(308,586,l), -(353,468,l), -(506,468,l), -(406,729,l), -(268,729,l), -(58,468,l) +(219,468,l), +(316,586,l), +(361,468,l), +(514,468,l), +(414,729,l), +(276,729,l), +(66,468,l) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -241,17 +241,267 @@ shapes = ( { closed = 1; nodes = ( -(312,467,l), -(425,579,l), -(489,467,l), -(642,467,l), -(522,729,l), -(391,729,l), -(160,467,l) +(318,467,l), +(431,579,l), +(495,467,l), +(648,467,l), +(528,729,l), +(397,729,l), +(166,467,l) ); } ); -width = 720; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(115,475,l), +(220,695,l), +(325,475,l), +(358,475,l), +(234,729,l), +(206,729,l), +(82,475,l) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(164,468,l), +(237,586,l), +(308,468,l), +(472,468,l), +(326,729,l), +(147,729,l), +(0,468,l) +); +} +); +width = 470; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(165,475,l), +(276,691,l), +(386,475,l), +(427,475,l), +(295,729,l), +(257,729,l), +(126,475,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +} +); +}; +width = 552; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(205,468,l), +(278,586,l), +(349,468,l), +(523,468,l), +(377,729,l), +(178,729,l), +(31,468,l) +); +} +); +width = 555; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(212,476,l), +(350,694,l), +(488,476,l), +(533,476,l), +(369,729,l), +(331,729,l), +(168,476,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(261,467,l), +(351,579,l), +(439,467,l), +(624,467,l), +(447,729,l), +(255,729,l), +(77,467,l) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(161,475,l), +(311,695,l), +(368,475,l), +(399,475,l), +(330,729,l), +(302,729,l), +(126,475,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(200,468,l), +(297,586,l), +(342,468,l), +(495,468,l), +(395,729,l), +(257,729,l), +(47,468,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(214,475,l), +(369,692,l), +(433,475,l), +(471,475,l), +(393,729,l), +(355,729,l), +(172,475,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,468,l), +(339,586,l), +(384,468,l), +(537,468,l), +(437,729,l), +(299,729,l), +(89,468,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(259,476,l), +(440,694,l), +(532,476,l), +(576,476,l), +(467,729,l), +(430,729,l), +(215,476,l) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(297,467,l), +(410,579,l), +(474,467,l), +(627,467,l), +(507,729,l), +(376,729,l), +(145,467,l) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/asciitilde.glyph b/sources/MonaSans.glyphspackage/glyphs/asciitilde.glyph index 0ae77781..407312d2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/asciitilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/asciitilde.glyph @@ -1,6 +1,6 @@ { glyphname = asciitilde; -kernRight = asciitilde; +kernRight = KO_asciitilde; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -8,30 +8,30 @@ shapes = ( { closed = 1; nodes = ( -(106,271,l), -(103,294,o), -(115,330,o), -(150,330,cs), -(201,330,o), -(240,264,o), -(330,264,cs), -(393,264,o), -(465,312,o), -(456,463,c), -(375,463,l), -(374,431,o), -(357,403,o), -(319,403,cs), -(258,403,o), -(223,466,o), -(146,466,cs), -(82,466,o), -(15,416,o), -(24,271,c) +(114,271,l), +(111,294,o), +(123,330,o), +(158,330,cs), +(209,330,o), +(248,264,o), +(338,264,cs), +(401,264,o), +(473,312,o), +(464,463,c), +(383,463,l), +(382,431,o), +(365,403,o), +(327,403,cs), +(266,403,o), +(231,466,o), +(154,466,cs), +(90,466,o), +(23,416,o), +(32,271,c) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -65,31 +65,93 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,302,l), +(133,343,o), +(151,366,o), +(183,366,cs), +(237,366,o), +(298,318,o), +(360,318,cs), +(417,318,o), +(455,353,o), +(451,420,c), +(419,420,l), +(420,376,o), +(398,356,o), +(362,356,cs), +(297,356,o), +(241,404,o), +(183,404,cs), +(134,404,o), +(100,370,o), +(105,302,c) +); +} +); +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(127,301,l), -(123,340,o), -(142,363,o), -(170,363,cs), -(212,363,o), -(276,315,o), -(333,315,cs), -(382,315,o), -(422,343,o), -(417,421,c), -(387,421,l), -(388,378,o), -(369,357,o), -(334,357,cs), -(282,357,o), -(224,405,o), -(171,405,cs), -(138,405,o), -(91,389,o), -(97,301,c) +(211,263,l), +(208,284,o), +(223,321,o), +(264,321,cs), +(322,321,o), +(364,251,o), +(473,251,cs), +(544,251,o), +(636,299,o), +(625,473,c), +(523,473,l), +(522,446,o), +(504,415,o), +(459,415,cs), +(387,415,o), +(349,480,o), +(257,480,cs), +(170,480,o), +(98,413,o), +(109,263,c) +); +} +); +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(128,301,l), +(124,340,o), +(143,363,o), +(169,363,cs), +(211,363,o), +(273,315,o), +(330,315,cs), +(377,315,o), +(417,343,o), +(412,421,c), +(382,421,l), +(383,378,o), +(364,357,o), +(331,357,cs), +(279,357,o), +(223,405,o), +(170,405,cs), +(139,405,o), +(92,389,o), +(98,301,c) ); } ); @@ -153,100 +215,38 @@ type = Stem; } ); }; -width = 600; +width = 593; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(186,269,l), -(183,292,o), -(197,328,o), -(235,328,cs), -(290,328,o), -(331,261,o), -(430,261,cs), -(496,261,o), -(579,307,o), -(569,465,c), -(478,465,l), -(477,433,o), -(458,406,o), -(418,406,cs), -(351,406,o), -(314,469,o), -(229,469,cs), -(150,469,o), -(85,407,o), -(95,269,c) +(183,269,l), +(180,293,o), +(194,328,o), +(230,328,cs), +(283,328,o), +(321,261,o), +(417,261,cs), +(481,261,o), +(562,307,o), +(552,465,c), +(462,465,l), +(461,433,o), +(444,406,o), +(405,406,cs), +(341,406,o), +(306,469,o), +(224,469,cs), +(147,469,o), +(83,407,o), +(93,269,c) ); } ); -width = 600; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,302,l), -(133,343,o), -(151,366,o), -(183,366,cs), -(237,366,o), -(298,318,o), -(360,318,cs), -(417,318,o), -(455,353,o), -(451,420,c), -(419,420,l), -(420,376,o), -(398,356,o), -(362,356,cs), -(297,356,o), -(241,404,o), -(183,404,cs), -(134,404,o), -(100,370,o), -(105,302,c) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,263,l), -(202,284,o), -(217,321,o), -(258,321,cs), -(316,321,o), -(358,251,o), -(467,251,cs), -(538,251,o), -(630,299,o), -(619,473,c), -(517,473,l), -(516,446,o), -(498,415,o), -(453,415,cs), -(381,415,o), -(343,480,o), -(251,480,cs), -(164,480,o), -(92,413,o), -(103,263,c) -); -} -); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -285,30 +285,30 @@ shapes = ( { closed = 1; nodes = ( -(115,278,l), -(117,302,o), -(137,330,o), -(169,330,cs), -(220,330,o), -(246,272,o), -(335,272,cs), -(398,272,o), -(477,314,o), -(497,446,c), -(417,446,l), -(410,418,o), -(387,394,o), -(349,394,cs), -(289,394,o), -(266,449,o), -(190,449,cs), -(127,449,o), -(51,405,o), -(34,278,c) +(123,278,l), +(125,302,o), +(145,330,o), +(177,330,cs), +(228,330,o), +(254,272,o), +(343,272,cs), +(406,272,o), +(485,314,o), +(505,446,c), +(425,446,l), +(418,418,o), +(395,394,o), +(357,394,cs), +(297,394,o), +(274,449,o), +(198,449,cs), +(135,449,o), +(59,405,o), +(42,278,c) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -409,30 +409,462 @@ shapes = ( { closed = 1; nodes = ( -(187,268,l), -(187,286,o), -(205,319,o), -(240,319,cs), -(290,319,o), -(317,260,o), -(406,260,cs), -(472,260,o), -(552,306,o), -(574,457,c), -(491,457,l), -(485,431,o), -(464,406,o), -(425,406,cs), -(365,406,o), -(343,461,o), -(266,461,cs), -(203,461,o), -(126,419,o), -(103,268,c) +(193,268,l), +(193,286,o), +(211,319,o), +(246,319,cs), +(296,319,o), +(323,260,o), +(412,260,cs), +(478,260,o), +(558,306,o), +(580,457,c), +(497,457,l), +(491,431,o), +(470,406,o), +(431,406,cs), +(371,406,o), +(349,461,o), +(272,461,cs), +(209,461,o), +(132,419,o), +(109,268,c) ); } ); -width = 720; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(69,305,l), +(66,341,o), +(80,366,o), +(107,366,cs), +(146,366,o), +(203,317,o), +(257,317,cs), +(302,317,o), +(340,343,o), +(335,417,c), +(305,417,l), +(306,374,o), +(288,353,o), +(257,353,cs), +(209,353,o), +(158,401,o), +(109,401,cs), +(77,401,o), +(32,384,o), +(38,305,c) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(96,271,l), +(93,294,o), +(105,330,o), +(140,330,cs), +(191,330,o), +(230,264,o), +(320,264,cs), +(383,264,o), +(455,312,o), +(446,463,c), +(365,463,l), +(364,431,o), +(347,403,o), +(309,403,cs), +(248,403,o), +(213,466,o), +(136,466,cs), +(72,466,o), +(5,416,o), +(14,271,c) +); +} +); +width = 460; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,301,l), +(99,340,o), +(118,363,o), +(146,363,cs), +(188,363,o), +(252,315,o), +(309,315,cs), +(358,315,o), +(398,343,o), +(393,421,c), +(363,421,l), +(364,378,o), +(345,357,o), +(310,357,cs), +(258,357,o), +(200,405,o), +(147,405,cs), +(114,405,o), +(67,389,o), +(73,301,c) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 552; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(162,269,l), +(159,292,o), +(173,328,o), +(211,328,cs), +(266,328,o), +(307,261,o), +(406,261,cs), +(472,261,o), +(555,307,o), +(545,465,c), +(454,465,l), +(453,433,o), +(434,406,o), +(394,406,cs), +(327,406,o), +(290,469,o), +(205,469,cs), +(126,469,o), +(61,407,o), +(71,269,c) +); +} +); +width = 555; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(127,302,l), +(123,343,o), +(141,366,o), +(173,366,cs), +(227,366,o), +(288,318,o), +(350,318,cs), +(407,318,o), +(445,353,o), +(441,420,c), +(409,420,l), +(410,376,o), +(388,356,o), +(352,356,cs), +(287,356,o), +(231,404,o), +(173,404,cs), +(124,404,o), +(90,370,o), +(95,302,c) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,263,l), +(192,284,o), +(207,321,o), +(248,321,cs), +(306,321,o), +(348,251,o), +(457,251,cs), +(528,251,o), +(620,299,o), +(609,473,c), +(507,473,l), +(506,446,o), +(488,415,o), +(443,415,cs), +(371,415,o), +(333,480,o), +(241,480,cs), +(154,480,o), +(82,413,o), +(93,263,c) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(75,305,l), +(79,338,o), +(97,366,o), +(126,366,cs), +(164,366,o), +(210,317,o), +(263,317,cs), +(307,317,o), +(351,343,o), +(362,417,c), +(332,417,l), +(324,374,o), +(301,353,o), +(271,353,cs), +(223,353,o), +(183,401,o), +(135,401,cs), +(103,401,o), +(55,384,o), +(44,305,c) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(104,278,l), +(106,302,o), +(126,330,o), +(158,330,cs), +(209,330,o), +(235,272,o), +(324,272,cs), +(387,272,o), +(466,314,o), +(486,446,c), +(406,446,l), +(399,418,o), +(376,394,o), +(338,394,cs), +(278,394,o), +(255,449,o), +(179,449,cs), +(116,449,o), +(40,405,o), +(23,278,c) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(109,301,l), +(114,340,o), +(137,363,o), +(165,363,cs), +(207,363,o), +(259,315,o), +(316,315,cs), +(365,315,o), +(410,343,o), +(421,421,c), +(392,421,l), +(384,378,o), +(361,357,o), +(326,357,cs), +(275,357,o), +(227,405,o), +(174,405,cs), +(131,405,o), +(90,377,o), +(80,301,c) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,273,l), +(149,297,o), +(170,325,o), +(201,325,cs), +(252,325,o), +(278,267,o), +(368,267,cs), +(430,267,o), +(510,309,o), +(530,451,c), +(450,451,l), +(444,426,o), +(425,399,o), +(384,399,cs), +(324,399,o), +(301,454,o), +(225,454,cs), +(162,454,o), +(85,410,o), +(66,273,c) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,302,l), +(142,343,o), +(164,366,o), +(196,366,cs), +(249,366,o), +(300,318,o), +(362,318,cs), +(417,318,o), +(463,353,o), +(473,420,c), +(441,420,l), +(433,376,o), +(407,356,o), +(372,356,cs), +(307,356,o), +(262,404,o), +(204,404,cs), +(156,404,o), +(115,370,o), +(106,302,c) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,268,l), +(172,286,o), +(190,319,o), +(225,319,cs), +(275,319,o), +(302,260,o), +(391,260,cs), +(457,260,o), +(537,306,o), +(559,457,c), +(476,457,l), +(470,431,o), +(449,406,o), +(410,406,cs), +(350,406,o), +(328,461,o), +(251,461,cs), +(188,461,o), +(111,419,o), +(88,268,c) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/asterisk.glyph b/sources/MonaSans.glyphspackage/glyphs/asterisk.glyph index 8536d996..2d0ced2b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/asterisk.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/asterisk.glyph @@ -1,7 +1,7 @@ { glyphname = asterisk; -kernLeft = asterisk; -kernRight = asterisk; +kernLeft = KO_asterisk; +kernRight = KO_asterisk; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,40 +9,40 @@ shapes = ( { closed = 1; nodes = ( -(163,471,l), -(163,510,l), -(149,565,l), -(192,525,l), -(226,506,l), -(258,563,l), -(225,582,l), -(169,600,l), -(225,617,l), -(258,636,l), -(226,693,l), -(192,674,l), -(149,634,l), -(163,690,l), -(163,729,l), -(97,729,l), -(97,690,l), -(111,634,l), -(68,674,l), -(34,693,l), -(2,636,l), -(35,617,l), -(91,600,l), -(35,582,l), -(2,563,l), -(34,506,l), -(68,525,l), -(111,565,l), -(97,510,l), -(97,471,l) +(171,471,l), +(171,510,l), +(157,565,l), +(200,525,l), +(234,506,l), +(266,563,l), +(233,582,l), +(177,600,l), +(233,617,l), +(266,636,l), +(234,693,l), +(200,674,l), +(157,634,l), +(171,690,l), +(171,729,l), +(105,729,l), +(105,690,l), +(119,634,l), +(76,674,l), +(42,693,l), +(10,636,l), +(43,617,l), +(99,600,l), +(43,582,l), +(10,563,l), +(42,506,l), +(76,525,l), +(119,565,l), +(105,510,l), +(105,471,l) ); } ); -width = 260; +width = 276; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -86,88 +86,6 @@ nodes = ( width = 258; }, { -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(170,453,l), -(170,512,l), -(162,580,l), -(218,540,l), -(269,510,l), -(283,535,l), -(232,565,l), -(173,592,l), -(232,619,l), -(282,647,l), -(269,672,l), -(218,644,l), -(162,605,l), -(170,672,l), -(170,729,l), -(141,729,l), -(141,672,l), -(150,605,l), -(95,644,l), -(44,672,l), -(30,647,l), -(80,619,l), -(140,592,l), -(80,565,l), -(29,535,l), -(44,510,l), -(95,540,l), -(150,580,l), -(141,512,l), -(141,453,l) -); -} -); -width = 312; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,444,l), -(190,487,l), -(174,548,l), -(221,504,l), -(259,483,l), -(295,546,l), -(258,567,l), -(196,586,l), -(258,605,l), -(295,626,l), -(259,689,l), -(221,668,l), -(174,624,l), -(190,686,l), -(190,729,l), -(116,729,l), -(116,686,l), -(132,624,l), -(85,668,l), -(47,689,l), -(11,626,l), -(48,605,l), -(110,586,l), -(48,567,l), -(11,546,l), -(47,483,l), -(85,504,l), -(132,548,l), -(116,487,l), -(116,444,l) -); -} -); -width = 306; -}, -{ layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { @@ -214,40 +132,122 @@ shapes = ( { closed = 1; nodes = ( -(204,407,l), -(204,455,l), -(185,523,l), -(238,473,l), -(280,450,l), -(321,524,l), -(281,547,l), -(211,568,l), -(281,589,l), -(321,612,l), -(280,685,l), -(238,662,l), -(185,612,l), -(204,682,l), -(204,729,l), -(117,729,l), -(117,682,l), -(136,612,l), -(84,662,l), -(41,685,l), -(0,612,l), -(40,589,l), -(110,568,l), -(40,547,l), -(0,524,l), -(41,450,l), -(84,473,l), -(136,523,l), -(117,455,l), -(117,407,l) +(210,407,l), +(210,455,l), +(191,523,l), +(244,473,l), +(286,450,l), +(327,524,l), +(287,547,l), +(217,568,l), +(287,589,l), +(327,612,l), +(286,685,l), +(244,662,l), +(191,612,l), +(210,682,l), +(210,729,l), +(123,729,l), +(123,682,l), +(142,612,l), +(90,662,l), +(47,685,l), +(6,612,l), +(46,589,l), +(116,568,l), +(46,547,l), +(6,524,l), +(47,450,l), +(90,473,l), +(142,523,l), +(123,455,l), +(123,407,l) +); +} +); +width = 333; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(169,453,l), +(169,512,l), +(161,580,l), +(217,540,l), +(266,510,l), +(280,535,l), +(231,565,l), +(172,592,l), +(231,619,l), +(279,647,l), +(266,672,l), +(217,644,l), +(161,605,l), +(169,672,l), +(169,729,l), +(142,729,l), +(142,672,l), +(150,605,l), +(96,644,l), +(47,672,l), +(33,647,l), +(81,619,l), +(141,592,l), +(81,565,l), +(32,535,l), +(47,510,l), +(96,540,l), +(150,580,l), +(142,512,l), +(142,453,l) +); +} +); +width = 311; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(182,444,l), +(182,487,l), +(166,548,l), +(211,504,l), +(246,483,l), +(281,546,l), +(247,567,l), +(188,586,l), +(247,605,l), +(281,626,l), +(246,689,l), +(211,668,l), +(166,624,l), +(182,686,l), +(182,729,l), +(109,729,l), +(109,686,l), +(125,624,l), +(80,668,l), +(46,689,l), +(10,626,l), +(45,605,l), +(103,586,l), +(45,567,l), +(10,546,l), +(46,483,l), +(80,504,l), +(125,548,l), +(109,487,l), +(109,444,l) ); } ); -width = 321; +width = 290; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -296,40 +296,40 @@ shapes = ( { closed = 1; nodes = ( -(245,444,l), -(246,487,l), -(233,548,l), -(278,504,l), -(315,483,l), -(352,546,l), -(317,567,l), -(256,586,l), -(318,605,l), -(355,626,l), -(322,689,l), -(283,668,l), -(235,624,l), -(253,686,l), -(255,729,l), -(182,729,l), -(180,686,l), -(194,624,l), -(149,668,l), -(112,689,l), -(74,626,l), -(110,605,l), -(171,586,l), -(109,567,l), -(71,546,l), -(105,483,l), -(143,504,l), -(191,548,l), -(173,487,l), -(172,444,l) +(253,444,l), +(254,487,l), +(241,548,l), +(286,504,l), +(323,483,l), +(360,546,l), +(325,567,l), +(264,586,l), +(326,605,l), +(363,626,l), +(330,689,l), +(291,668,l), +(243,624,l), +(261,686,l), +(263,729,l), +(190,729,l), +(188,686,l), +(202,624,l), +(157,668,l), +(120,689,l), +(82,626,l), +(118,605,l), +(179,586,l), +(117,567,l), +(79,546,l), +(113,483,l), +(151,504,l), +(199,548,l), +(181,487,l), +(180,444,l) ); } ); -width = 295; +width = 311; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -460,40 +460,532 @@ shapes = ( { closed = 1; nodes = ( -(217,443,l), -(226,485,l), -(222,546,l), -(259,501,l), -(292,481,l), -(342,547,l), -(311,567,l), -(253,586,l), -(318,604,l), -(358,625,l), -(334,690,l), -(294,670,l), -(238,625,l), -(268,687,l), -(276,729,l), -(200,729,l), -(191,687,l), -(195,625,l), -(158,670,l), -(125,690,l), -(75,625,l), -(106,604,l), -(164,586,l), -(99,567,l), -(59,547,l), -(82,481,l), -(123,501,l), -(178,546,l), -(151,485,l), -(142,443,l) +(223,443,l), +(232,485,l), +(228,546,l), +(265,501,l), +(298,481,l), +(348,547,l), +(317,567,l), +(259,586,l), +(324,604,l), +(364,625,l), +(340,690,l), +(300,670,l), +(244,625,l), +(274,687,l), +(282,729,l), +(206,729,l), +(197,687,l), +(201,625,l), +(164,670,l), +(131,690,l), +(81,625,l), +(112,604,l), +(170,586,l), +(105,567,l), +(65,547,l), +(88,481,l), +(129,501,l), +(184,546,l), +(157,485,l), +(148,443,l) +); +} +); +width = 299; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(132,482,l), +(132,535,l), +(124,596,l), +(174,560,l), +(220,533,l), +(233,556,l), +(187,582,l), +(134,606,l), +(187,631,l), +(232,656,l), +(220,678,l), +(174,653,l), +(124,618,l), +(132,678,l), +(132,729,l), +(106,729,l), +(106,678,l), +(114,618,l), +(64,653,l), +(19,678,l), +(6,656,l), +(51,631,l), +(105,606,l), +(51,582,l), +(5,556,l), +(19,533,l), +(64,560,l), +(114,596,l), +(106,535,l), +(106,482,l) +); +} +); +width = 238; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,471,l), +(158,510,l), +(144,565,l), +(187,525,l), +(221,506,l), +(253,563,l), +(220,582,l), +(164,600,l), +(220,617,l), +(253,636,l), +(221,693,l), +(187,674,l), +(144,634,l), +(158,690,l), +(158,729,l), +(92,729,l), +(92,690,l), +(106,634,l), +(63,674,l), +(29,693,l), +(-3,636,l), +(30,617,l), +(86,600,l), +(30,582,l), +(-3,563,l), +(29,506,l), +(63,525,l), +(106,565,l), +(92,510,l), +(92,471,l) +); +} +); +width = 250; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,453,l), +(145,512,l), +(137,580,l), +(193,540,l), +(244,510,l), +(258,535,l), +(207,565,l), +(148,592,l), +(207,619,l), +(257,647,l), +(244,672,l), +(193,644,l), +(137,605,l), +(145,672,l), +(145,729,l), +(116,729,l), +(116,672,l), +(125,605,l), +(70,644,l), +(19,672,l), +(5,647,l), +(55,619,l), +(115,592,l), +(55,565,l), +(4,535,l), +(19,510,l), +(70,540,l), +(125,580,l), +(116,512,l), +(116,453,l) +); +} +); +width = 262; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(173,444,l), +(173,487,l), +(157,548,l), +(204,504,l), +(242,483,l), +(278,546,l), +(241,567,l), +(179,586,l), +(241,605,l), +(278,626,l), +(242,689,l), +(204,668,l), +(157,624,l), +(173,686,l), +(173,729,l), +(99,729,l), +(99,686,l), +(115,624,l), +(68,668,l), +(30,689,l), +(-6,626,l), +(31,605,l), +(93,586,l), +(31,567,l), +(-6,546,l), +(30,483,l), +(68,504,l), +(115,548,l), +(99,487,l), +(99,444,l) +); +} +); +width = 272; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,444,l), +(156,504,l), +(147,575,l), +(206,533,l), +(259,502,l), +(273,528,l), +(220,559,l), +(159,587,l), +(220,616,l), +(272,644,l), +(259,670,l), +(206,641,l), +(147,601,l), +(156,670,l), +(156,729,l), +(126,729,l), +(126,670,l), +(135,601,l), +(79,641,l), +(25,670,l), +(11,644,l), +(63,616,l), +(125,587,l), +(63,559,l), +(10,528,l), +(25,502,l), +(79,533,l), +(135,575,l), +(126,504,l), +(126,444,l) +); +} +); +width = 283; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(199,407,l), +(199,455,l), +(180,523,l), +(233,473,l), +(275,450,l), +(316,524,l), +(276,547,l), +(206,568,l), +(276,589,l), +(316,612,l), +(275,685,l), +(233,662,l), +(180,612,l), +(199,682,l), +(199,729,l), +(112,729,l), +(112,682,l), +(131,612,l), +(79,662,l), +(36,685,l), +(-5,612,l), +(35,589,l), +(105,568,l), +(35,547,l), +(-5,524,l), +(36,450,l), +(79,473,l), +(131,523,l), +(112,455,l), +(112,407,l) +); +} +); +width = 311; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,453,l), +(195,512,l), +(190,580,l), +(244,540,l), +(293,510,l), +(308,535,l), +(258,565,l), +(201,592,l), +(260,619,l), +(311,647,l), +(299,672,l), +(247,644,l), +(191,605,l), +(201,672,l), +(203,729,l), +(174,729,l), +(172,672,l), +(179,605,l), +(126,644,l), +(76,672,l), +(61,647,l), +(110,619,l), +(168,592,l), +(108,565,l), +(56,535,l), +(70,510,l), +(122,540,l), +(178,580,l), +(167,512,l), +(164,453,l) +); +} +); +width = 231; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(234,444,l), +(235,487,l), +(222,548,l), +(267,504,l), +(304,483,l), +(341,546,l), +(306,567,l), +(245,586,l), +(307,605,l), +(344,626,l), +(311,689,l), +(272,668,l), +(224,624,l), +(242,686,l), +(244,729,l), +(171,729,l), +(169,686,l), +(183,624,l), +(138,668,l), +(101,689,l), +(63,626,l), +(99,605,l), +(160,586,l), +(98,567,l), +(60,546,l), +(94,483,l), +(132,504,l), +(180,548,l), +(162,487,l), +(161,444,l) +); +} +); +width = 273; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(189,453,l), +(199,512,l), +(202,580,l), +(251,540,l), +(297,510,l), +(314,535,l), +(269,565,l), +(215,592,l), +(279,619,l), +(333,647,l), +(324,672,l), +(269,644,l), +(207,605,l), +(226,672,l), +(236,729,l), +(207,729,l), +(197,672,l), +(195,605,l), +(147,644,l), +(101,672,l), +(84,647,l), +(128,619,l), +(183,592,l), +(119,565,l), +(63,535,l), +(74,510,l), +(130,540,l), +(190,580,l), +(170,512,l), +(160,453,l) +); +} +); +width = 261; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(199,444,l), +(207,487,l), +(202,548,l), +(240,504,l), +(274,483,l), +(321,546,l), +(288,567,l), +(230,586,l), +(295,605,l), +(335,626,l), +(310,689,l), +(269,668,l), +(215,624,l), +(241,686,l), +(249,729,l), +(176,729,l), +(168,686,l), +(173,624,l), +(134,668,l), +(100,689,l), +(54,626,l), +(87,605,l), +(145,586,l), +(80,567,l), +(40,546,l), +(64,483,l), +(105,504,l), +(160,548,l), +(134,487,l), +(126,444,l) +); +} +); +width = 245; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(186,453,l), +(198,512,l), +(203,580,l), +(251,540,l), +(296,510,l), +(314,535,l), +(269,565,l), +(216,592,l), +(281,619,l), +(336,647,l), +(328,672,l), +(272,644,l), +(208,605,l), +(230,672,l), +(242,729,l), +(213,729,l), +(201,672,l), +(196,605,l), +(150,644,l), +(105,672,l), +(87,647,l), +(130,619,l), +(184,592,l), +(118,565,l), +(63,535,l), +(73,510,l), +(129,540,l), +(191,580,l), +(169,512,l), +(157,453,l) +); +} +); +width = 263; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(210,443,l), +(219,485,l), +(215,546,l), +(252,501,l), +(285,481,l), +(335,547,l), +(304,567,l), +(246,586,l), +(311,604,l), +(351,625,l), +(327,690,l), +(287,670,l), +(231,625,l), +(261,687,l), +(269,729,l), +(193,729,l), +(184,687,l), +(188,625,l), +(151,670,l), +(118,690,l), +(68,625,l), +(99,604,l), +(157,586,l), +(92,567,l), +(52,547,l), +(75,481,l), +(116,501,l), +(171,546,l), +(144,485,l), +(135,443,l) ); } ); -width = 287; +width = 273; } ); unicode = 42; diff --git a/sources/MonaSans.glyphspackage/glyphs/at.glyph b/sources/MonaSans.glyphspackage/glyphs/at.glyph index 588a6870..bb9705ee 100644 --- a/sources/MonaSans.glyphspackage/glyphs/at.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/at.glyph @@ -1,5 +1,6 @@ { glyphname = at; +kernRight = KO_at; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -7,81 +8,81 @@ shapes = ( { closed = 1; nodes = ( -(447,-101,o), -(524,-70,o), -(567,-19,c), -(524,68,l), -(490,31,o), -(444,6,o), -(376,6,cs), -(244,6,o), -(140,103,o), -(140,317,cs), -(140,493,o), -(208,631,o), -(356,631,cs), -(469,631,o), -(564,548,o), -(564,350,cs), -(564,270,o), -(550,209,o), -(514,209,cs), -(493,209,o), -(479,233,o), -(484,311,cs), -(496,504,l), -(425,504,l), -(413,458,l), -(406,458,l), -(393,492,o), -(370,514,o), -(327,514,cs), -(250,514,o), -(194,441,o), -(194,303,cs), -(194,195,o), -(227,108,o), -(314,108,cs), -(367,108,o), -(395,141,o), -(403,175,c), -(412,175,l), -(422,135,o), -(460,103,o), -(516,103,cs), -(613,103,o), -(678,208,o), -(678,366,cs), -(678,588,o), -(545,738,o), -(356,738,cs), -(159,738,o), -(19,571,o), -(19,310,cs), -(19,70,o), -(137,-101,o), -(354,-101,cs) +(455,-101,o), +(532,-70,o), +(575,-19,c), +(532,68,l), +(498,31,o), +(452,6,o), +(384,6,cs), +(252,6,o), +(148,103,o), +(148,317,cs), +(148,493,o), +(216,631,o), +(364,631,cs), +(477,631,o), +(572,548,o), +(572,350,cs), +(572,270,o), +(558,209,o), +(522,209,cs), +(501,209,o), +(487,233,o), +(492,311,cs), +(504,504,l), +(433,504,l), +(421,458,l), +(414,458,l), +(401,492,o), +(378,514,o), +(335,514,cs), +(258,514,o), +(202,441,o), +(202,303,cs), +(202,195,o), +(235,108,o), +(322,108,cs), +(375,108,o), +(403,141,o), +(411,175,c), +(420,175,l), +(430,135,o), +(468,103,o), +(524,103,cs), +(621,103,o), +(686,208,o), +(686,366,cs), +(686,588,o), +(553,738,o), +(364,738,cs), +(167,738,o), +(27,571,o), +(27,310,cs), +(27,70,o), +(145,-101,o), +(362,-101,cs) ); }, { closed = 1; nodes = ( -(318,209,o), -(305,238,o), -(305,307,cs), -(305,367,o), -(314,412,o), -(344,412,cs), -(370,412,o), -(382,378,o), -(387,310,c), -(382,248,o), -(371,209,o), -(342,209,cs) +(326,209,o), +(313,238,o), +(313,307,cs), +(313,367,o), +(322,412,o), +(352,412,cs), +(378,412,o), +(390,378,o), +(395,310,c), +(390,248,o), +(379,209,o), +(350,209,cs) ); } ); -width = 696; +width = 712; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -166,82 +167,251 @@ nodes = ( width = 628; }, { -layerId = master01; +guides = ( +{ +pos = (667,504); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(557,-101,o), -(658,-79,o), -(718,-31,c), -(706,-4,l), -(652,-47,o), -(570,-72,o), -(476,-72,cs), -(238,-72,o), -(104,97,o), -(104,314,cs), -(104,549,o), -(253,709,o), -(482,709,cs), -(694,709,o), -(836,569,o), -(836,365,cs), -(836,229,o), -(776,133,o), -(692,133,cs), -(640,133,o), -(614,170,o), -(619,248,cs), -(636,504,l), -(605,504,l), -(597,410,l), -(594,410,l), -(578,479,o), -(529,516,o), -(470,516,cs), -(376,516,o), -(311,424,o), -(311,294,cs), -(311,164,o), -(381,106,o), -(455,106,cs), -(508,106,o), -(566,141,o), -(590,223,c), -(593,223,l), -(592,149,o), -(626,105,o), -(693,105,cs), -(801,105,o), -(870,217,o), -(870,367,cs), -(870,589,o), -(710,738,o), -(484,738,cs), -(236,738,o), -(69,567,o), -(69,312,cs), -(69,64,o), -(237,-101,o), -(479,-101,cs) +(577,-101,o), +(690,-78,o), +(755,-30,c), +(740,-3,l), +(681,-45,o), +(592,-70,o), +(489,-70,cs), +(245,-70,o), +(83,68,o), +(83,314,cs), +(83,548,o), +(247,707,o), +(496,707,cs), +(736,707,o), +(903,568,o), +(903,365,cs), +(903,226,o), +(839,133,o), +(744,133,cs), +(680,133,o), +(641,165,o), +(649,268,cs), +(667,504,l), +(634,504,l), +(625,410,l), +(622,410,l), +(604,474,o), +(542,516,o), +(466,516,cs), +(351,516,o), +(274,427,o), +(274,297,cs), +(274,164,o), +(361,106,o), +(450,106,cs), +(519,106,o), +(590,141,o), +(618,223,c), +(621,223,l), +(621,152,o), +(665,105,o), +(744,105,cs), +(860,105,o), +(938,210,o), +(938,367,cs), +(938,589,o), +(749,738,o), +(498,738,cs), +(229,738,o), +(47,567,o), +(47,312,cs), +(47,64,o), +(210,-101,o), +(493,-101,cs) +); +}, +{ +closed = 1; +nodes = ( +(367,136,o), +(309,194,o), +(309,296,cs), +(309,412,o), +(368,489,o), +(473,489,cs), +(559,489,o), +(619,423,o), +(622,323,c), +(616,211,o), +(561,136,o), +(453,136,cs) +); +} +); +width = 982; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(613,-101,o), +(723,-59,o), +(771,-17,c), +(719,85,l), +(671,52,o), +(601,25,o), +(502,25,cs), +(303,25,o), +(171,120,o), +(171,321,cs), +(171,481,o), +(284,612,o), +(491,612,cs), +(671,612,o), +(791,509,o), +(791,356,cs), +(791,277,o), +(763,227,o), +(710,227,cs), +(674,227,o), +(651,252,o), +(659,333,cs), +(675,504,l), +(589,504,l), +(574,468,l), +(566,468,l), +(547,495,o), +(505,513,o), +(452,513,cs), +(339,513,o), +(264,427,o), +(264,298,cs), +(264,187,o), +(330,109,o), +(437,109,cs), +(494,109,o), +(542,131,o), +(562,164,c), +(571,164,l), +(594,130,o), +(645,105,o), +(705,105,cs), +(839,105,o), +(929,209,o), +(929,366,cs), +(929,589,o), +(752,738,o), +(486,738,cs), +(217,738,o), +(24,565,o), +(24,320,cs), +(24,67,o), +(193,-101,o), +(491,-101,cs) +); +}, +{ +closed = 1; +nodes = ( +(427,226,o), +(401,256,o), +(401,305,cs), +(401,356,o), +(421,394,o), +(472,394,cs), +(510,394,o), +(538,367,o), +(542,310,c), +(536,260,o), +(513,226,o), +(466,226,cs) +); +} +); +width = 950; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(548,-101,o), +(647,-79,o), +(707,-31,c), +(695,-4,l), +(642,-47,o), +(561,-72,o), +(469,-72,cs), +(237,-72,o), +(105,97,o), +(105,314,cs), +(105,549,o), +(250,709,o), +(475,709,cs), +(683,709,o), +(823,569,o), +(823,365,cs), +(823,229,o), +(763,133,o), +(681,133,cs), +(631,133,o), +(605,170,o), +(610,248,cs), +(627,504,l), +(596,504,l), +(588,410,l), +(585,410,l), +(569,479,o), +(522,516,o), +(463,516,cs), +(371,516,o), +(308,424,o), +(308,294,cs), +(308,164,o), +(376,106,o), +(448,106,cs), +(501,106,o), +(557,141,o), +(581,223,c), +(584,223,l), +(583,149,o), +(617,105,o), +(682,105,cs), +(788,105,o), +(855,217,o), +(855,367,cs), +(855,589,o), +(699,738,o), +(477,738,cs), +(235,738,o), +(70,567,o), +(70,312,cs), +(70,64,o), +(236,-101,o), +(472,-101,cs) ); }, { closed = 1; nodes = ( -(389,136,o), -(345,189,o), -(345,296,cs), -(345,408,o), -(392,489,o), -(476,489,cs), -(546,489,o), -(591,431,o), -(594,323,c), -(589,213,o), -(537,136,o), -(458,136,cs) +(384,136,o), +(342,189,o), +(342,296,cs), +(342,408,o), +(387,489,o), +(469,489,cs), +(539,489,o), +(582,431,o), +(585,323,c), +(580,213,o), +(530,136,o), +(451,136,cs) ); } ); @@ -385,258 +555,89 @@ type = Stem; } ); }; -width = 935; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(567,-101,o), -(667,-63,o), -(714,-18,c), -(666,77,l), -(619,41,o), -(554,16,o), -(469,16,cs), -(289,16,o), -(169,115,o), -(169,325,cs), -(169,487,o), -(263,621,o), -(458,621,cs), -(608,621,o), -(729,538,o), -(729,357,cs), -(729,271,o), -(704,218,o), -(657,218,cs), -(625,218,o), -(605,244,o), -(611,318,cs), -(626,504,l), -(547,504,l), -(533,464,l), -(525,464,l), -(510,490,o), -(474,513,o), -(432,513,cs), -(327,513,o), -(257,439,o), -(257,298,cs), -(257,185,o), -(313,109,o), -(413,109,cs), -(471,109,o), -(507,137,o), -(522,169,c), -(531,169,l), -(552,130,o), -(598,102,o), -(658,102,cs), -(766,102,o), -(854,201,o), -(854,366,cs), -(854,589,o), -(686,738,o), -(454,738,cs), -(208,738,o), -(36,565,o), -(36,319,cs), -(36,67,o), -(188,-101,o), -(458,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(402,218,o), -(379,250,o), -(379,304,cs), -(379,363,o), -(397,403,o), -(443,403,cs), -(478,403,o), -(499,377,o), -(503,313,c), -(499,255,o), -(480,218,o), -(436,218,cs) -); -} -); -width = 887; -}, -{ -guides = ( -{ -pos = (667,504); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(577,-101,o), -(690,-78,o), -(755,-30,c), -(740,-3,l), -(681,-45,o), -(592,-70,o), -(489,-70,cs), -(245,-70,o), -(83,68,o), -(83,314,cs), -(83,548,o), -(247,707,o), -(496,707,cs), -(736,707,o), -(903,568,o), -(903,365,cs), -(903,226,o), -(839,133,o), -(744,133,cs), -(680,133,o), -(641,165,o), -(649,268,cs), -(667,504,l), -(634,504,l), -(625,410,l), -(622,410,l), -(604,474,o), -(542,516,o), -(466,516,cs), -(351,516,o), -(274,427,o), -(274,297,cs), -(274,164,o), -(361,106,o), -(450,106,cs), -(519,106,o), -(590,141,o), -(618,223,c), -(621,223,l), -(621,152,o), -(665,105,o), -(744,105,cs), -(860,105,o), -(938,210,o), -(938,367,cs), -(938,589,o), -(749,738,o), -(498,738,cs), -(229,738,o), -(47,567,o), -(47,312,cs), -(47,64,o), -(210,-101,o), -(493,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,136,o), -(309,194,o), -(309,296,cs), -(309,412,o), -(368,489,o), -(473,489,cs), -(559,489,o), -(619,423,o), -(622,323,c), -(616,211,o), -(561,136,o), -(453,136,cs) -); -} -); -width = 982; +width = 922; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(607,-101,o), -(717,-59,o), -(765,-17,c), -(713,85,l), -(665,52,o), -(595,25,o), -(496,25,cs), -(297,25,o), -(165,120,o), -(165,321,cs), -(165,481,o), -(278,612,o), -(485,612,cs), -(665,612,o), -(785,509,o), -(785,356,cs), -(785,277,o), -(757,227,o), -(704,227,cs), -(668,227,o), -(645,252,o), -(653,333,cs), -(669,504,l), -(583,504,l), -(568,468,l), -(560,468,l), -(541,495,o), -(499,513,o), -(446,513,cs), -(333,513,o), -(258,427,o), -(258,298,cs), -(258,187,o), -(324,109,o), -(431,109,cs), -(488,109,o), -(536,131,o), -(556,164,c), -(565,164,l), -(588,130,o), -(639,105,o), -(699,105,cs), -(833,105,o), -(923,209,o), -(923,366,cs), -(923,589,o), -(746,738,o), -(480,738,cs), -(211,738,o), -(18,565,o), -(18,320,cs), -(18,67,o), -(187,-101,o), -(485,-101,cs) +(554,-101,o), +(652,-63,o), +(698,-18,c), +(650,77,l), +(606,42,o), +(543,16,o), +(458,16,cs), +(283,16,o), +(166,115,o), +(166,325,cs), +(166,487,o), +(257,621,o), +(447,621,cs), +(593,621,o), +(711,538,o), +(711,357,cs), +(711,271,o), +(687,218,o), +(642,218,cs), +(611,218,o), +(591,244,o), +(597,316,cs), +(612,504,l), +(534,504,l), +(520,464,l), +(512,464,l), +(497,490,o), +(462,513,o), +(422,513,cs), +(319,513,o), +(250,439,o), +(250,298,cs), +(250,185,o), +(305,109,o), +(403,109,cs), +(458,109,o), +(494,136,o), +(509,169,c), +(518,169,l), +(539,130,o), +(584,102,o), +(643,102,cs), +(748,102,o), +(835,202,o), +(835,366,cs), +(835,589,o), +(670,738,o), +(444,738,cs), +(203,738,o), +(35,565,o), +(35,319,cs), +(35,67,o), +(183,-101,o), +(447,-101,cs) ); }, { closed = 1; nodes = ( -(421,226,o), -(395,256,o), -(395,305,cs), -(395,356,o), -(415,394,o), -(466,394,cs), -(504,394,o), -(532,367,o), -(536,310,c), -(530,260,o), -(507,226,o), -(460,226,cs) +(393,218,o), +(371,251,o), +(371,304,cs), +(371,362,o), +(388,403,o), +(433,403,cs), +(466,403,o), +(486,377,o), +(490,313,c), +(486,255,o), +(468,218,o), +(426,218,cs) ); } ); -width = 938; +width = 865; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -726,81 +727,81 @@ shapes = ( { closed = 1; nodes = ( -(385,-102,o), -(453,-78,o), -(499,-37,c), -(474,54,l), -(438,24,o), -(395,4,o), -(340,4,cs), -(170,4,o), -(112,146,o), -(151,332,cs), -(187,503,o), -(274,630,o), -(408,630,cs), -(561,630,o), -(606,498,o), -(572,329,cs), -(556,256,o), -(531,195,o), -(497,195,cs), -(462,195,o), -(473,251,o), -(486,299,cs), -(538,490,l), -(469,497,l), -(447,452,l), -(441,452,l), -(434,490,o), -(414,515,o), -(364,515,cs), -(293,515,o), -(229,448,o), -(201,316,cs), -(179,206,o), -(192,111,o), -(289,111,cs), -(336,111,o), -(364,140,o), -(378,171,c), -(387,170,l), -(389,128,o), -(424,89,o), -(485,89,cs), -(574,89,o), -(655,185,o), -(687,338,cs), -(732,560,o), -(633,737,o), -(421,737,cs), -(241,737,o), -(84,585,o), -(33,340,cs), -(-20,91,o), -(69,-102,o), -(308,-102,cs) +(393,-102,o), +(461,-78,o), +(507,-37,c), +(482,54,l), +(446,24,o), +(403,4,o), +(348,4,cs), +(178,4,o), +(120,146,o), +(159,332,cs), +(195,503,o), +(282,630,o), +(416,630,cs), +(569,630,o), +(614,498,o), +(580,329,cs), +(564,256,o), +(539,195,o), +(505,195,cs), +(470,195,o), +(481,251,o), +(494,299,cs), +(546,490,l), +(477,497,l), +(455,452,l), +(449,452,l), +(442,490,o), +(422,515,o), +(372,515,cs), +(301,515,o), +(237,448,o), +(209,316,cs), +(187,206,o), +(200,111,o), +(297,111,cs), +(344,111,o), +(372,140,o), +(386,171,c), +(395,170,l), +(397,128,o), +(432,89,o), +(493,89,cs), +(582,89,o), +(663,185,o), +(695,338,cs), +(740,560,o), +(641,737,o), +(429,737,cs), +(249,737,o), +(92,585,o), +(41,340,cs), +(-12,91,o), +(77,-102,o), +(316,-102,cs) ); }, { closed = 1; nodes = ( -(297,210,o), -(299,258,o), -(310,308,cs), -(323,371,o), -(340,412,o), -(368,412,cs), -(402,412,o), -(397,358,o), -(389,306,c), -(374,247,o), -(355,210,o), -(328,210,cs) +(305,210,o), +(307,258,o), +(318,308,cs), +(331,371,o), +(348,412,o), +(376,412,cs), +(410,412,o), +(405,358,o), +(397,306,c), +(382,247,o), +(363,210,o), +(336,210,cs) ); } ); -width = 691; +width = 707; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -1054,81 +1055,1210 @@ shapes = ( { closed = 1; nodes = ( -(553,-103,o), -(643,-75,o), -(695,-41,c), -(665,65,l), -(619,41,o), -(564,22,o), -(478,22,cs), -(292,22,o), -(171,114,o), -(171,283,cs), -(171,479,o), -(311,612,o), -(517,612,cs), -(679,612,o), -(796,527,o), -(796,381,cs), -(796,305,o), -(764,207,o), -(690,207,cs), -(641,207,o), -(638,252,o), -(658,317,cs), -(711,497,l), -(622,497,l), -(597,459,l), -(589,460,l), -(574,493,o), -(529,515,o), -(475,515,cs), -(349,515,o), -(259,417,o), -(259,274,cs), -(259,177,o), -(315,112,o), -(411,112,cs), -(462,112,o), -(506,129,o), -(529,160,c), -(538,159,l), -(556,115,o), -(609,85,o), -(681,85,cs), -(833,85,o), -(938,209,o), -(938,390,cs), -(938,600,o), -(776,738,o), -(528,738,cs), -(236,738,o), -(28,551,o), -(28,273,cs), -(28,43,o), -(191,-103,o), -(442,-103,cs) +(559,-103,o), +(649,-75,o), +(701,-41,c), +(671,65,l), +(625,41,o), +(570,22,o), +(484,22,cs), +(298,22,o), +(177,114,o), +(177,283,cs), +(177,479,o), +(317,612,o), +(523,612,cs), +(685,612,o), +(802,527,o), +(802,381,cs), +(802,305,o), +(770,207,o), +(696,207,cs), +(647,207,o), +(644,252,o), +(664,317,cs), +(717,497,l), +(628,497,l), +(603,459,l), +(595,460,l), +(580,493,o), +(535,515,o), +(481,515,cs), +(355,515,o), +(265,417,o), +(265,274,cs), +(265,177,o), +(321,112,o), +(417,112,cs), +(468,112,o), +(512,129,o), +(535,160,c), +(544,159,l), +(562,115,o), +(615,85,o), +(687,85,cs), +(839,85,o), +(944,209,o), +(944,390,cs), +(944,600,o), +(782,738,o), +(534,738,cs), +(242,738,o), +(34,551,o), +(34,273,cs), +(34,43,o), +(197,-103,o), +(448,-103,cs) +); +}, +{ +closed = 1; +nodes = ( +(425,227,o), +(403,249,o), +(403,291,cs), +(403,336,o), +(431,394,o), +(489,394,cs), +(537,394,o), +(551,357,o), +(545,303,c), +(532,257,o), +(503,227,o), +(461,227,cs) +); +} +); +width = 949; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(358,-101,o), +(426,-80,o), +(468,-32,c), +(457,-8,l), +(421,-51,o), +(365,-76,o), +(301,-76,cs), +(140,-76,o), +(49,98,o), +(49,314,cs), +(49,552,o), +(149,713,o), +(305,713,cs), +(448,713,o), +(544,569,o), +(544,365,cs), +(544,229,o), +(505,129,o), +(448,129,cs), +(412,129,o), +(396,167,o), +(399,245,cs), +(410,504,l), +(388,504,l), +(382,408,l), +(381,408,l), +(370,478,o), +(336,516,o), +(296,516,cs), +(230,516,o), +(186,423,o), +(186,293,cs), +(186,163,o), +(233,106,o), +(285,106,cs), +(321,106,o), +(361,140,o), +(378,225,c), +(379,225,l), +(379,150,o), +(403,105,o), +(449,105,cs), +(523,105,o), +(571,217,o), +(571,367,cs), +(571,589,o), +(461,738,o), +(306,738,cs), +(135,738,o), +(21,566,o), +(21,312,cs), +(21,64,o), +(135,-101,o), +(302,-101,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,132,o), +(212,186,o), +(212,296,cs), +(212,411,o), +(244,493,o), +(300,493,cs), +(346,493,o), +(376,433,o), +(378,323,c), +(375,211,o), +(341,132,o), +(288,132,cs) +); +} +); +width = 588; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(437,-101,o), +(514,-70,o), +(557,-19,c), +(514,68,l), +(480,31,o), +(434,6,o), +(366,6,cs), +(234,6,o), +(130,103,o), +(130,317,cs), +(130,493,o), +(198,631,o), +(346,631,cs), +(459,631,o), +(554,548,o), +(554,350,cs), +(554,270,o), +(540,209,o), +(504,209,cs), +(483,209,o), +(469,233,o), +(474,311,cs), +(486,504,l), +(415,504,l), +(403,458,l), +(402,458,l), +(389,492,o), +(360,514,o), +(317,514,cs), +(240,514,o), +(184,441,o), +(184,303,cs), +(184,195,o), +(217,108,o), +(304,108,cs), +(357,108,o), +(393,141,o), +(401,175,c), +(402,175,l), +(412,135,o), +(450,103,o), +(506,103,cs), +(603,103,o), +(668,208,o), +(668,366,cs), +(668,588,o), +(535,738,o), +(346,738,cs), +(149,738,o), +(9,571,o), +(9,310,cs), +(9,70,o), +(127,-101,o), +(344,-101,cs) +); +}, +{ +closed = 1; +nodes = ( +(308,209,o), +(295,238,o), +(295,307,cs), +(295,367,o), +(304,412,o), +(334,412,cs), +(360,412,o), +(372,378,o), +(377,310,c), +(372,248,o), +(361,209,o), +(332,209,cs) +); +} +); +width = 676; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(537,-101,o), +(638,-79,o), +(698,-31,c), +(686,-4,l), +(632,-47,o), +(550,-72,o), +(456,-72,cs), +(218,-72,o), +(84,97,o), +(84,314,cs), +(84,549,o), +(233,709,o), +(462,709,cs), +(674,709,o), +(816,569,o), +(816,365,cs), +(816,229,o), +(756,133,o), +(672,133,cs), +(620,133,o), +(594,170,o), +(599,248,cs), +(616,504,l), +(585,504,l), +(577,410,l), +(576,410,l), +(560,479,o), +(509,516,o), +(450,516,cs), +(356,516,o), +(291,424,o), +(291,294,cs), +(291,164,o), +(361,106,o), +(435,106,cs), +(488,106,o), +(548,141,o), +(572,223,c), +(573,223,l), +(572,149,o), +(606,105,o), +(673,105,cs), +(781,105,o), +(850,217,o), +(850,367,cs), +(850,589,o), +(690,738,o), +(464,738,cs), +(216,738,o), +(49,567,o), +(49,312,cs), +(49,64,o), +(217,-101,o), +(459,-101,cs) +); +}, +{ +closed = 1; +nodes = ( +(369,136,o), +(325,189,o), +(325,296,cs), +(325,408,o), +(372,489,o), +(456,489,cs), +(526,489,o), +(571,431,o), +(574,323,c), +(569,213,o), +(517,136,o), +(438,136,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +44 +); +stem = -2; +target = ( +0, +21 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +0, +31 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +50 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +0, +26 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +37 +); +stem = -2; +target = ( +1, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +53 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +34 +); +stem = -2; +target = ( +1, +11 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +0, +47 +); +type = Stem; +} +); +}; +width = 895; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(546,-101,o), +(646,-63,o), +(693,-18,c), +(645,77,l), +(598,41,o), +(533,16,o), +(448,16,cs), +(268,16,o), +(148,115,o), +(148,325,cs), +(148,487,o), +(242,621,o), +(437,621,cs), +(587,621,o), +(708,538,o), +(708,357,cs), +(708,271,o), +(683,218,o), +(636,218,cs), +(604,218,o), +(584,244,o), +(590,318,cs), +(605,504,l), +(521,504,l), +(507,464,l), +(506,464,l), +(492,490,o), +(451,513,o), +(411,513,cs), +(306,513,o), +(236,439,o), +(236,298,cs), +(236,185,o), +(292,109,o), +(392,109,cs), +(449,109,o), +(491,137,o), +(506,169,c), +(507,169,l), +(528,130,o), +(576,102,o), +(637,102,cs), +(745,102,o), +(833,201,o), +(833,366,cs), +(833,589,o), +(665,738,o), +(433,738,cs), +(187,738,o), +(15,565,o), +(15,319,cs), +(15,67,o), +(167,-101,o), +(437,-101,cs) +); +}, +{ +closed = 1; +nodes = ( +(381,218,o), +(358,250,o), +(358,304,cs), +(358,363,o), +(376,403,o), +(422,403,cs), +(457,403,o), +(478,377,o), +(482,313,c), +(478,255,o), +(459,218,o), +(415,218,cs) +); +} +); +width = 845; +}, +{ +guides = ( +{ +pos = (657,504); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(567,-101,o), +(680,-78,o), +(745,-30,c), +(730,-3,l), +(671,-45,o), +(582,-70,o), +(479,-70,cs), +(235,-70,o), +(73,68,o), +(73,314,cs), +(73,548,o), +(237,707,o), +(486,707,cs), +(726,707,o), +(893,568,o), +(893,365,cs), +(893,226,o), +(829,133,o), +(734,133,cs), +(670,133,o), +(631,165,o), +(639,268,cs), +(657,504,l), +(624,504,l), +(615,410,l), +(614,410,l), +(596,474,o), +(532,516,o), +(456,516,cs), +(341,516,o), +(264,427,o), +(264,297,cs), +(264,164,o), +(351,106,o), +(440,106,cs), +(509,106,o), +(582,141,o), +(610,223,c), +(611,223,l), +(611,152,o), +(655,105,o), +(734,105,cs), +(850,105,o), +(928,210,o), +(928,367,cs), +(928,589,o), +(739,738,o), +(488,738,cs), +(219,738,o), +(37,567,o), +(37,312,cs), +(37,64,o), +(200,-101,o), +(483,-101,cs) +); +}, +{ +closed = 1; +nodes = ( +(357,136,o), +(299,194,o), +(299,296,cs), +(299,412,o), +(358,489,o), +(463,489,cs), +(549,489,o), +(609,423,o), +(612,323,c), +(606,211,o), +(551,136,o), +(443,136,cs) +); +} +); +width = 962; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(597,-101,o), +(707,-59,o), +(755,-17,c), +(703,85,l), +(655,52,o), +(585,25,o), +(486,25,cs), +(287,25,o), +(155,120,o), +(155,321,cs), +(155,481,o), +(268,612,o), +(475,612,cs), +(655,612,o), +(775,509,o), +(775,356,cs), +(775,277,o), +(747,227,o), +(694,227,cs), +(658,227,o), +(635,252,o), +(643,333,cs), +(659,504,l), +(556,504,l), +(546,468,l), +(545,468,l), +(528,496,o), +(486,513,o), +(436,513,cs), +(323,513,o), +(248,427,o), +(248,298,cs), +(248,187,o), +(314,109,o), +(421,109,cs), +(475,109,o), +(528,131,o), +(547,164,c), +(548,164,l), +(572,130,o), +(626,105,o), +(689,105,cs), +(823,105,o), +(913,209,o), +(913,366,cs), +(913,589,o), +(736,738,o), +(470,738,cs), +(201,738,o), +(8,565,o), +(8,320,cs), +(8,67,o), +(177,-101,o), +(475,-101,cs) +); +}, +{ +closed = 1; +nodes = ( +(411,226,o), +(385,256,o), +(385,305,cs), +(385,356,o), +(405,394,o), +(456,394,cs), +(494,394,o), +(522,367,o), +(526,310,c), +(520,260,o), +(497,226,o), +(450,226,cs) +); +} +); +width = 918; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(293,-101,o), +(356,-84,o), +(399,-46,c), +(393,-21,l), +(356,-54,o), +(302,-76,o), +(249,-76,cs), +(85,-76,o), +(7,73,o), +(62,337,cs), +(109,562,o), +(236,712,o), +(379,712,cs), +(530,712,o), +(605,580,o), +(555,345,cs), +(528,211,o), +(471,116,o), +(417,116,cs), +(371,116,o), +(372,172,o), +(388,236,cs), +(454,493,l), +(432,495,l), +(406,400,l), +(405,400,l), +(410,475,o), +(380,515,o), +(339,515,cs), +(275,515,o), +(217,429,o), +(191,301,cs), +(172,210,o), +(179,108,o), +(254,108,cs), +(288,108,o), +(330,139,o), +(365,218,c), +(366,218,l), +(351,151,o), +(359,92,o), +(415,92,cs), +(485,92,o), +(549,197,o), +(580,344,cs), +(631,580,o), +(551,737,o), +(382,737,cs), +(226,737,o), +(90,593,o), +(35,337,cs), +(-20,73,o), +(62,-101,o), +(243,-101,cs) +); +}, +{ +closed = 1; +nodes = ( +(202,133,o), +(199,216,o), +(216,302,cs), +(239,415,o), +(285,492,o), +(339,492,cs), +(399,492,o), +(401,403,o), +(384,316,cs), +(360,210,o), +(311,133,o), +(262,133,cs) +); +} +); +width = 577; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(374,-102,o), +(442,-78,o), +(488,-37,c), +(463,54,l), +(427,24,o), +(384,4,o), +(329,4,cs), +(159,4,o), +(101,146,o), +(140,332,cs), +(176,503,o), +(263,630,o), +(397,630,cs), +(550,630,o), +(595,498,o), +(561,329,cs), +(545,256,o), +(520,195,o), +(486,195,cs), +(451,195,o), +(462,251,o), +(475,299,cs), +(527,490,l), +(452,497,l), +(430,452,l), +(429,452,l), +(423,490,o), +(399,515,o), +(353,515,cs), +(282,515,o), +(218,448,o), +(190,316,cs), +(168,206,o), +(181,111,o), +(278,111,cs), +(325,111,o), +(361,140,o), +(375,171,c), +(376,170,l), +(378,128,o), +(413,89,o), +(474,89,cs), +(563,89,o), +(644,185,o), +(676,338,cs), +(721,560,o), +(622,737,o), +(410,737,cs), +(230,737,o), +(73,585,o), +(22,340,cs), +(-31,91,o), +(58,-102,o), +(297,-102,cs) +); +}, +{ +closed = 1; +nodes = ( +(286,210,o), +(288,258,o), +(299,308,cs), +(312,371,o), +(329,412,o), +(357,412,cs), +(391,412,o), +(386,358,o), +(378,306,c), +(363,247,o), +(344,210,o), +(317,210,cs) +); +} +); +width = 669; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(496,-98,o), +(585,-77,o), +(634,-40,c), +(620,-14,l), +(577,-46,o), +(501,-67,o), +(416,-67,cs), +(222,-67,o), +(94,65,o), +(94,274,cs), +(94,517,o), +(246,703,o), +(499,703,cs), +(689,703,o), +(813,580,o), +(813,392,cs), +(813,234,o), +(740,125,o), +(644,125,cs), +(588,125,o), +(560,168,o), +(587,278,cs), +(639,492,l), +(607,493,l), +(587,407,l), +(586,407,l), +(582,472,o), +(534,511,o), +(475,511,cs), +(376,511,o), +(288,400,o), +(288,257,cs), +(288,157,o), +(341,116,o), +(403,116,cs), +(462,116,o), +(521,150,o), +(551,221,c), +(552,221,l), +(544,142,o), +(577,96,o), +(643,96,cs), +(755,96,o), +(847,215,o), +(847,394,cs), +(847,598,o), +(707,734,o), +(500,734,cs), +(237,734,o), +(59,540,o), +(59,273,cs), +(59,47,o), +(204,-98,o), +(413,-98,cs) +); +}, +{ +closed = 1; +nodes = ( +(358,143,o), +(321,176,o), +(321,258,cs), +(321,378,o), +(392,484,o), +(479,484,cs), +(547,484,o), +(580,421,o), +(564,318,cs), +(547,213,o), +(486,143,o), +(412,143,cs) +); +} +); +width = 869; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(476,-98,o), +(568,-74,o), +(619,-37,c), +(594,45,l), +(544,13,o), +(474,-6,o), +(403,-6,cs), +(238,-6,o), +(125,92,o), +(125,270,cs), +(125,476,o), +(265,640,o), +(469,640,cs), +(626,640,o), +(728,549,o), +(728,387,cs), +(728,273,o), +(679,184,o), +(608,184,cs), +(557,184,o), +(552,230,o), +(567,289,cs), +(619,492,l), +(547,496,l), +(525,443,l), +(524,443,l), +(515,486,o), +(471,515,o), +(421,515,cs), +(321,515,o), +(230,403,o), +(230,264,cs), +(230,167,o), +(275,112,o), +(354,112,cs), +(407,112,o), +(456,139,o), +(477,178,c), +(478,178,l), +(485,128,o), +(529,91,o), +(600,91,cs), +(729,91,o), +(832,217,o), +(832,396,cs), +(832,600,o), +(689,735,o), +(472,735,cs), +(214,735,o), +(16,538,o), +(16,267,cs), +(16,41,o), +(166,-98,o), +(384,-98,cs) +); +}, +{ +closed = 1; +nodes = ( +(350,202,o), +(331,229,o), +(331,278,cs), +(331,361,o), +(374,424,o), +(428,424,cs), +(467,424,o), +(485,393,o), +(485,346,cs), +(485,268,o), +(442,202,o), +(386,202,cs) +); +} +); +width = 819; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(530,-101,o), +(616,-86,o), +(676,-52,c), +(667,-23,l), +(612,-53,o), +(541,-70,o), +(460,-70,cs), +(230,-70,o), +(81,58,o), +(81,251,cs), +(81,509,o), +(268,707,o), +(528,707,cs), +(759,707,o), +(910,586,o), +(910,402,cs), +(910,274,o), +(852,111,o), +(711,111,cs), +(640,111,o), +(609,163,o), +(635,255,cs), +(706,504,l), +(673,504,l), +(641,398,l), +(640,398,l), +(629,471,o), +(571,519,o), +(488,519,cs), +(362,519,o), +(269,396,o), +(269,265,cs), +(269,173,o), +(326,110,o), +(425,110,cs), +(496,110,o), +(560,146,o), +(598,212,c), +(599,212,l), +(584,145,o), +(627,83,o), +(709,83,cs), +(847,83,o), +(943,213,o), +(943,406,cs), +(943,606,o), +(773,738,o), +(533,738,cs), +(254,738,o), +(47,529,o), +(47,248,cs), +(47,38,o), +(206,-101,o), +(454,-101,cs) +); +}, +{ +closed = 1; +nodes = ( +(350,139,o), +(304,186,o), +(304,264,cs), +(304,380,o), +(376,491,o), +(491,491,cs), +(589,491,o), +(637,413,o), +(620,312,c), +(592,207,o), +(529,139,o), +(434,139,cs) +); +} +); +width = 959; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(538,-103,o), +(628,-75,o), +(680,-41,c), +(650,65,l), +(604,41,o), +(549,22,o), +(463,22,cs), +(277,22,o), +(156,114,o), +(156,283,cs), +(156,479,o), +(296,612,o), +(502,612,cs), +(664,612,o), +(781,527,o), +(781,381,cs), +(781,305,o), +(749,207,o), +(675,207,cs), +(626,207,o), +(623,252,o), +(643,317,cs), +(696,497,l), +(590,497,l), +(572,460,l), +(571,460,l), +(557,492,o), +(511,515,o), +(460,515,cs), +(334,515,o), +(244,417,o), +(244,274,cs), +(244,177,o), +(300,112,o), +(396,112,cs), +(445,112,o), +(495,129,o), +(517,160,c), +(518,159,l), +(537,115,o), +(591,85,o), +(666,85,cs), +(818,85,o), +(923,209,o), +(923,390,cs), +(923,600,o), +(761,738,o), +(513,738,cs), +(221,738,o), +(13,551,o), +(13,273,cs), +(13,43,o), +(176,-103,o), +(427,-103,cs) ); }, { closed = 1; nodes = ( -(419,227,o), -(397,249,o), -(397,291,cs), -(397,336,o), -(425,394,o), -(483,394,cs), -(531,394,o), -(545,357,o), -(539,303,c), -(526,257,o), -(497,227,o), -(455,227,cs) +(404,227,o), +(382,249,o), +(382,291,cs), +(382,336,o), +(410,394,o), +(468,394,cs), +(516,394,o), +(530,357,o), +(524,303,c), +(511,257,o), +(482,227,o), +(440,227,cs) ); } ); -width = 937; +width = 907; } ); unicode = 64; diff --git a/sources/MonaSans.glyphspackage/glyphs/atilde.glyph b/sources/MonaSans.glyphspackage/glyphs/atilde.glyph index 1865648d..0938b89a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/atilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/atilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = atilde; -kernLeft = a; -kernRight = a; +kernLeft = KO_aacute; +kernRight = KO_aacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,36 +28,36 @@ pos = (3,-138); ref = tildecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a; }, { -pos = (112,-155); +pos = (110,-155); ref = tildecomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a; }, { -pos = (71,-134); +pos = (96,-129); ref = tildecomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a; @@ -67,20 +67,20 @@ pos = (110,-155); ref = tildecomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a; }, { -pos = (96,-129); +pos = (65,-134); ref = tildecomb; } ); -width = 730; +width = 631; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-20,-138); ref = tildecomb; } ); -width = 467; +width = 483; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (78,-134); ref = tildecomb; } ); -width = 723; +width = 735; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (35,-156); +ref = tildecomb; +} +); +width = 299; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a; +}, +{ +pos = (4,-138); +ref = tildecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (111,-155); +ref = tildecomb; +} +); +width = 545; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = a; +}, +{ +pos = (71,-134); +ref = tildecomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a; +}, +{ +pos = (137,-155); +ref = tildecomb; +} +); +width = 647; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a; +}, +{ +pos = (110,-129); +ref = tildecomb; +} +); +width = 721; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a; +}, +{ +pos = (-1,-156); +ref = tildecomb; +} +); +width = 295; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (-18,-138); +ref = tildecomb; +} +); +width = 447; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a; +}, +{ +pos = (93,-155); +ref = tildecomb; +} +); +width = 541; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (42,-134); +ref = tildecomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (103,-155); +ref = tildecomb; +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a; +}, +{ +pos = (89,-134); +ref = tildecomb; +} +); +width = 704; } ); unicode = 227; diff --git a/sources/MonaSans.glyphspackage/glyphs/atilde.ss05.glyph b/sources/MonaSans.glyphspackage/glyphs/atilde.ss05.glyph index 156fc2ec..59d38fc6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/atilde.ss05.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/atilde.ss05.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = atilde.ss05; -kernLeft = a.ss04; -kernRight = a.ss04; +kernLeft = KO_a.ss05; +kernRight = KO_aacute.ss05; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (14,-138); ref = tildecomb; } ); -width = 471; +width = 487; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = a.ss05; }, { -pos = (70,-155); +pos = (78,-155); ref = tildecomb; } ); -width = 539; +width = 586; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = a.ss05; }, { -pos = (56,-134); +pos = (61,-129); ref = tildecomb; } ); -width = 602; +width = 665; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = a.ss05; }, { -pos = (78,-155); +pos = (63,-155); ref = tildecomb; } ); -width = 586; +width = 523; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = a.ss05; }, { -pos = (61,-129); +pos = (50,-134); ref = tildecomb; } ); -width = 653; +width = 572; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-55,-138); ref = tildecomb; } ); -width = 476; +width = 492; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (13,-134); ref = tildecomb; } ); -width = 646; +width = 658; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (9,-156); +ref = tildecomb; +} +); +width = 315; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (17,-138); +ref = tildecomb; +} +); +width = 457; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (70,-155); +ref = tildecomb; +} +); +width = 499; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = a.ss05; +}, +{ +alignment = -1; +pos = (56,-134); +ref = tildecomb; +} +); +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (78,-155); +ref = tildecomb; +} +); +width = 571; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (61,-129); +ref = tildecomb; +} +); +width = 638; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-27,-156); +ref = tildecomb; +} +); +width = 267; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-55,-138); +ref = tildecomb; +} +); +width = 454; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (10,-155); +ref = tildecomb; +} +); +width = 476; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (-22,-134); +ref = tildecomb; +} +); +width = 541; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (4,-155); +ref = tildecomb; +} +); +width = 567; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = a.ss05; +}, +{ +pos = (13,-134); +ref = tildecomb; +} +); +width = 616; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/b.glyph b/sources/MonaSans.glyphspackage/glyphs/b.glyph index eba6401f..d414dbb8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/b.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/b.glyph @@ -1,17 +1,17 @@ { glyphname = b; -kernLeft = l; -kernRight = p; +kernLeft = KO_l; +kernRight = KO_b; layers = ( { anchors = ( { name = bottom; -pos = (236,0); +pos = (244,0); }, { name = top; -pos = (236,729); +pos = (244,729); } ); background = { @@ -49,47 +49,47 @@ shapes = ( { closed = 1; nodes = ( -(399,-10,o), -(454,51,o), -(454,271,cs), -(454,441,o), -(426,551,o), -(315,551,cs), -(267,551,o), -(228,525,o), -(210,477,c), -(204,477,l), -(204,729,l), -(27,729,l), -(27,0,l), -(201,0,l), -(204,64,l), -(210,64,l), -(229,15,o), -(262,-10,o), -(315,-10,cs) +(407,-10,o), +(462,51,o), +(462,271,cs), +(462,441,o), +(434,551,o), +(323,551,cs), +(275,551,o), +(236,525,o), +(218,477,c), +(212,477,l), +(212,729,l), +(35,729,l), +(35,0,l), +(209,0,l), +(212,64,l), +(218,64,l), +(237,15,o), +(270,-10,o), +(323,-10,cs) ); }, { closed = 1; nodes = ( -(215,128,o), -(204,159,o), -(204,256,cs), -(204,285,ls), -(204,367,o), -(211,415,o), -(240,415,cs), -(267,415,o), -(278,380,o), -(278,271,cs), -(278,173,o), -(271,128,o), -(240,128,cs) +(223,128,o), +(212,159,o), +(212,256,cs), +(212,285,ls), +(212,367,o), +(219,415,o), +(248,415,cs), +(275,415,o), +(286,380,o), +(286,271,cs), +(286,173,o), +(279,128,o), +(248,128,cs) ); } ); -width = 470; +width = 486; }, { anchors = ( @@ -199,11 +199,127 @@ width = 344; anchors = ( { name = bottom; -pos = (291,0); +pos = (323,0); +}, +{ +name = top; +pos = (323,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(499,-9,o), +(605,93,o), +(605,258,cs), +(605,420,o), +(500,526,o), +(343,526,cs), +(232,526,o), +(139,471,o), +(107,387,c), +(103,387,l), +(103,729,l), +(66,729,l), +(66,0,l), +(101,0,l), +(103,119,l), +(107,119,l), +(139,43,o), +(226,-9,o), +(343,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(190,25,o), +(103,121,o), +(103,223,cs), +(103,283,ls), +(103,391,o), +(190,492,o), +(339,492,cs), +(476,492,o), +(567,399,o), +(567,258,cs), +(567,110,o), +(475,25,o), +(339,25,cs) +); +} +); +width = 640; +}, +{ +anchors = ( +{ +name = bottom; +pos = (376,0); +}, +{ +name = top; +pos = (376,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(618,-8,o), +(723,101,o), +(723,273,cs), +(723,445,o), +(618,554,o), +(459,554,cs), +(382,554,o), +(312,526,o), +(277,475,c), +(270,475,l), +(270,729,l), +(49,729,l), +(49,0,l), +(258,0,l), +(265,71,l), +(272,71,l), +(304,24,o), +(364,-8,o), +(459,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(314,157,o), +(270,203,o), +(270,268,cs), +(270,279,ls), +(270,344,o), +(314,389,o), +(389,389,cs), +(457,389,o), +(502,349,o), +(502,273,cs), +(502,198,o), +(457,157,o), +(389,157,cs) +); +} +); +width = 741; +}, +{ +anchors = ( +{ +name = bottom; +pos = (283,0); }, { name = top; -pos = (291,729); +pos = (283,759); } ); background = { @@ -211,89 +327,89 @@ shapes = ( { closed = 1; nodes = ( -(449,-9,o), -(537,93,o), -(537,258,cs), -(537,424,o), -(449,526,o), -(319,526,cs), -(222,526,o), -(151,474,o), -(124,398,c), -(121,398,l), -(121,729,l), -(84,729,l), -(84,0,l), -(119,0,l), -(121,119,l), -(124,119,l), -(151,43,o), -(222,-9,o), -(319,-9,cs) +(444,-9,o), +(532,93,o), +(532,258,cs), +(532,424,o), +(444,526,o), +(314,526,cs), +(217,526,o), +(146,474,o), +(119,398,c), +(116,398,l), +(116,729,l), +(79,729,l), +(79,0,l), +(114,0,l), +(116,119,l), +(119,119,l), +(146,43,o), +(217,-9,o), +(314,-9,cs) ); }, { closed = 1; nodes = ( -(191,25,o), -(121,121,o), -(121,223,cs), -(121,294,ls), -(121,396,o), -(191,492,o), -(312,492,cs), -(424,492,o), -(499,407,o), -(499,258,cs), -(499,110,o), -(424,25,o), -(312,25,cs) +(186,25,o), +(116,121,o), +(116,223,cs), +(116,294,ls), +(116,396,o), +(186,492,o), +(307,492,cs), +(419,492,o), +(494,407,o), +(494,258,cs), +(494,110,o), +(419,25,o), +(307,25,cs) ); } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(449,-9,o), -(537,92,o), -(537,258,cs), -(537,423,o), -(449,525,o), -(320,525,cs), -(222,525,o), -(151,473,o), +(430,-9,o), +(513,92,o), +(513,258,cs), +(513,423,o), +(430,525,o), +(308,525,cs), +(216,525,o), +(150,473,o), (124,396,c), (122,396,l), -(122,729,l), -(85,729,l), +(122,759,l), +(85,759,l), (85,0,l), (119,0,l), (121,119,l), (124,119,l), -(151,42,o), -(222,-9,o), -(320,-9,cs) +(150,42,o), +(216,-9,o), +(308,-9,cs) ); }, { closed = 1; nodes = ( -(192,24,o), +(187,24,o), (122,120,o), (122,222,cs), (122,293,ls), (122,395,o), -(192,491,o), -(312,491,cs), -(424,491,o), -(499,405,o), -(499,258,cs), -(499,109,o), -(424,24,o), -(312,24,cs) +(187,491,o), +(300,491,cs), +(405,491,o), +(475,405,o), +(475,258,cs), +(475,109,o), +(405,24,o), +(300,24,cs) ); } ); @@ -384,17 +500,17 @@ type = Stem; } ); }; -width = 592; +width = 581; }, { anchors = ( { name = bottom; -pos = (326,0); +pos = (317,0); }, { name = top; -pos = (326,729); +pos = (317,759); } ); background = { @@ -434,171 +550,55 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(539,-10,o), -(626,93,o), -(626,272,cs), -(626,451,o), -(539,554,o), -(407,554,cs), -(334,554,o), -(273,518,o), -(253,465,c), -(245,465,l), -(245,729,l), -(54,729,l), -(54,0,l), -(236,0,l), -(243,79,l), -(253,79,l), -(273,26,o), -(334,-10,o), -(407,-10,cs) +(520,-10,o), +(601,93,o), +(601,272,cs), +(601,451,o), +(520,554,o), +(397,554,cs), +(330,554,o), +(277,517,o), +(260,465,c), +(248,465,l), +(249,759,l), +(60,759,l), +(60,0,l), +(241,0,l), +(246,79,l), +(259,79,l), +(277,27,o), +(330,-10,o), +(397,-10,cs) ); }, { closed = 1; nodes = ( -(279,143,o), -(245,181,o), -(245,249,cs), -(245,295,ls), -(245,359,o), -(273,401,o), -(336,401,cs), -(406,401,o), -(431,349,o), -(431,272,cs), -(431,195,o), -(403,143,o), -(331,143,cs) +(275,148,o), +(249,187,o), +(249,259,cs), +(249,285,ls), +(249,357,o), +(276,397,o), +(327,397,cs), +(387,397,o), +(408,347,o), +(408,272,cs), +(408,198,o), +(384,148,o), +(322,148,cs) ); } ); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; }; -width = 654; -}, -{ -anchors = ( -{ -name = bottom; -pos = (323,0); -}, -{ -name = top; -pos = (323,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(499,-9,o), -(605,93,o), -(605,258,cs), -(605,420,o), -(500,526,o), -(343,526,cs), -(232,526,o), -(139,471,o), -(107,387,c), -(103,387,l), -(103,729,l), -(66,729,l), -(66,0,l), -(101,0,l), -(103,119,l), -(107,119,l), -(139,43,o), -(226,-9,o), -(343,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(190,25,o), -(103,121,o), -(103,223,cs), -(103,283,ls), -(103,391,o), -(190,492,o), -(339,492,cs), -(476,492,o), -(567,399,o), -(567,258,cs), -(567,110,o), -(475,25,o), -(339,25,cs) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (370,0); -}, -{ -name = top; -pos = (370,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(612,-8,o), -(717,101,o), -(717,273,cs), -(717,445,o), -(612,554,o), -(453,554,cs), -(376,554,o), -(306,526,o), -(271,475,c), -(264,475,l), -(264,729,l), -(43,729,l), -(43,0,l), -(252,0,l), -(259,71,l), -(266,71,l), -(298,24,o), -(358,-8,o), -(453,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(308,157,o), -(264,203,o), -(264,268,cs), -(264,279,ls), -(264,344,o), -(308,389,o), -(383,389,cs), -(451,389,o), -(496,349,o), -(496,273,cs), -(496,198,o), -(451,157,o), -(383,157,cs) -); -} -); -width = 729; +width = 635; }, { anchors = ( @@ -662,11 +662,11 @@ width = 342; anchors = ( { name = bottom; -pos = (189,0); +pos = (197,0); }, { name = top; -pos = (340,729); +pos = (348,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -674,47 +674,47 @@ shapes = ( { closed = 1; nodes = ( -(350,-10,o), -(409,63,o), -(450,258,cs), -(484,422,o), -(487,551,o), -(363,551,cs), -(317,551,o), -(281,528,o), -(255,484,c), -(248,484,l), -(299,729,l), -(122,729,l), -(-30,0,l), -(144,0,l), -(162,72,l), -(167,72,l), -(176,20,o), -(207,-10,o), -(264,-10,cs) +(358,-10,o), +(417,63,o), +(458,258,cs), +(492,422,o), +(495,551,o), +(371,551,cs), +(325,551,o), +(289,528,o), +(263,484,c), +(256,484,l), +(307,729,l), +(130,729,l), +(-22,0,l), +(152,0,l), +(170,72,l), +(175,72,l), +(184,20,o), +(215,-10,o), +(272,-10,cs) ); }, { closed = 1; nodes = ( -(178,133,o), -(185,182,o), -(202,264,cs), -(209,298,ls), -(228,391,o), -(243,419,o), -(269,419,cs), -(303,419,o), -(296,367,o), -(277,274,cs), -(257,175,o), -(241,133,o), -(214,133,cs) +(186,133,o), +(193,182,o), +(210,264,cs), +(217,298,ls), +(236,391,o), +(251,419,o), +(277,419,cs), +(311,419,o), +(304,367,o), +(285,274,cs), +(265,175,o), +(249,133,o), +(222,133,cs) ); } ); -width = 469; +width = 485; }, { anchors = ( @@ -992,11 +992,11 @@ width = 637; anchors = ( { name = bottom; -pos = (322,0); +pos = (328,0); }, { name = top; -pos = (473,729); +pos = (479,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -1004,47 +1004,1090 @@ shapes = ( { closed = 1; nodes = ( -(592,-10,o), -(711,119,o), -(711,314,cs), -(711,459,o), -(618,554,o), -(475,554,cs), -(403,554,o), -(351,530,o), -(316,492,c), -(309,492,l), -(358,729,l), -(139,729,l), -(-13,0,l), -(202,0,l), -(229,87,l), -(237,87,l), -(260,25,o), -(339,-10,o), -(420,-10,cs) +(598,-10,o), +(717,119,o), +(717,314,cs), +(717,459,o), +(624,554,o), +(481,554,cs), +(409,554,o), +(357,530,o), +(322,492,c), +(315,492,l), +(364,729,l), +(145,729,l), +(-7,0,l), +(208,0,l), +(235,87,l), +(243,87,l), +(266,25,o), +(345,-10,o), +(426,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(301,157,o), +(261,209,o), +(275,280,cs), +(278,296,ls), +(290,353,o), +(327,390,o), +(395,390,cs), +(453,390,o), +(495,354,o), +(495,294,cs), +(495,212,o), +(447,157,o), +(375,157,cs) +); +} +); +width = 736; +}, +{ +anchors = ( +{ +name = bottom; +pos = (146,0); +}, +{ +name = top; +pos = (146,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(389,-9,o), +(477,93,o), +(477,258,cs), +(477,424,o), +(389,526,o), +(259,526,cs), +(162,526,o), +(91,474,o), +(64,398,c), +(61,398,l), +(61,729,l), +(24,729,l), +(24,0,l), +(59,0,l), +(61,119,l), +(64,119,l), +(91,43,o), +(162,-9,o), +(259,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(131,25,o), +(61,121,o), +(61,223,cs), +(61,294,ls), +(61,396,o), +(131,492,o), +(252,492,cs), +(364,492,o), +(439,407,o), +(439,258,cs), +(439,110,o), +(364,25,o), +(252,25,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(250,-10,o), +(287,70,o), +(287,258,cs), +(287,446,o), +(250,526,o), +(169,526,cs), +(119,526,o), +(87,498,o), +(68,439,c), +(66,439,l), +(66,729,l), +(36,729,l), +(36,0,l), +(65,0,l), +(66,77,l), +(68,77,l), +(86,18,o), +(119,-10,o), +(169,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(107,17,o), +(66,96,o), +(66,206,cs), +(66,309,ls), +(66,419,o), +(107,499,o), +(161,499,cs), +(226,499,o), +(256,429,o), +(256,258,cs), +(256,87,o), +(226,17,o), +(161,17,cs) +); +} +); +width = 311; +}, +{ +anchors = ( +{ +name = bottom; +pos = (226,0); +}, +{ +name = top; +pos = (226,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(223,0,l), +(223,331,ls), +(223,378,o), +(233,400,o), +(263,400,cs), +(288,400,o), +(300,383,o), +(300,331,cs), +(300,0,l), +(486,0,l), +(486,343,ls), +(486,500,o), +(443,554,o), +(351,554,cs), +(290,554,o), +(252,525,o), +(230,481,c), +(223,481,l), +(223,729,l), +(37,729,l), +(37,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(389,-10,o), +(444,51,o), +(444,271,cs), +(444,441,o), +(416,551,o), +(305,551,cs), +(257,551,o), +(218,525,o), +(195,468,c), +(194,468,l), +(194,729,l), +(17,729,l), +(17,0,l), +(191,0,l), +(195,64,l), +(196,64,l), +(218,15,o), +(252,-10,o), +(305,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(205,128,o), +(194,159,o), +(194,256,cs), +(194,285,ls), +(194,367,o), +(201,415,o), +(230,415,cs), +(257,415,o), +(268,380,o), +(268,271,cs), +(268,173,o), +(261,128,o), +(230,128,cs) +); +} +); +width = 453; +}, +{ +anchors = ( +{ +name = bottom; +pos = (265,0); +}, +{ +name = top; +pos = (265,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(449,-9,o), +(537,93,o), +(537,258,cs), +(537,424,o), +(449,526,o), +(319,526,cs), +(222,526,o), +(151,474,o), +(124,398,c), +(121,398,l), +(121,729,l), +(84,729,l), +(84,0,l), +(119,0,l), +(121,119,l), +(124,119,l), +(151,43,o), +(222,-9,o), +(319,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(191,25,o), +(121,121,o), +(121,223,cs), +(121,294,ls), +(121,396,o), +(191,492,o), +(312,492,cs), +(424,492,o), +(499,407,o), +(499,258,cs), +(499,110,o), +(424,25,o), +(312,25,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(423,-9,o), +(511,92,o), +(511,258,cs), +(511,423,o), +(423,525,o), +(294,525,cs), +(196,525,o), +(125,473,o), +(98,396,c), +(96,396,l), +(96,729,l), +(59,729,l), +(59,0,l), +(93,0,l), +(95,119,l), +(98,119,l), +(125,42,o), +(196,-9,o), +(294,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(166,24,o), +(96,120,o), +(96,222,cs), +(96,293,ls), +(96,395,o), +(166,491,o), +(286,491,cs), +(398,491,o), +(473,405,o), +(473,258,cs), +(473,109,o), +(398,24,o), +(286,24,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +6 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +9 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 548; +}, +{ +anchors = ( +{ +name = bottom; +pos = (302,0); +}, +{ +name = top; +pos = (302,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(539,-10,o), +(626,93,o), +(626,272,cs), +(626,452,o), +(541,554,o), +(412,554,cs), +(338,554,o), +(274,519,o), +(253,466,c), +(227,466,l), +(245,296,l), +(245,366,o), +(281,401,o), +(335,401,cs), +(390,401,o), +(431,364,o), +(431,272,cs), +(431,181,o), +(390,143,o), +(335,143,cs), +(281,143,o), +(245,179,o), +(245,249,c), +(227,79,l), +(253,79,l), +(273,26,o), +(334,-10,o), +(407,-10,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(521,-10,o), +(602,95,o), +(602,272,cs), +(602,449,o), +(521,554,o), +(383,554,cs), +(309,554,o), +(246,513,o), +(222,448,c), +(221,448,l), +(221,729,l), +(30,729,l), +(30,0,l), +(212,0,l), +(219,93,l), +(220,93,l), +(248,26,o), +(310,-10,o), +(383,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(254,143,o), +(221,186,o), +(221,253,cs), +(221,291,ls), +(221,358,o), +(256,401,o), +(312,401,cs), +(382,401,o), +(407,349,o), +(407,272,cs), +(407,195,o), +(379,143,o), +(307,143,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; +}; +width = 609; +}, +{ +anchors = ( +{ +name = bottom; +pos = (315,0); +}, +{ +name = top; +pos = (315,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(513,-9,o), +(625,93,o), +(625,258,cs), +(625,420,o), +(514,526,o), +(349,526,cs), +(230,526,o), +(131,470,o), +(96,382,c), +(95,382,l), +(95,729,l), +(58,729,l), +(58,0,l), +(93,0,l), +(95,126,l), +(96,126,l), +(133,43,o), +(231,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(201,25,o), +(95,112,o), +(95,230,cs), +(95,278,ls), +(95,402,o), +(201,492,o), +(345,492,cs), +(490,492,o), +(587,399,o), +(587,258,cs), +(587,110,o), +(489,25,o), +(345,25,cs) +); +} +); +width = 653; +}, +{ +anchors = ( +{ +name = bottom; +pos = (358,0); +}, +{ +name = top; +pos = (358,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(600,-8,o), +(705,101,o), +(705,273,cs), +(705,445,o), +(600,554,o), +(441,554,cs), +(364,554,o), +(288,526,o), +(253,475,c), +(252,475,l), +(252,729,l), +(31,729,l), +(31,0,l), +(240,0,l), +(247,71,l), +(248,71,l), +(280,24,o), +(346,-8,o), +(441,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(296,157,o), +(252,203,o), +(252,268,cs), +(252,279,ls), +(252,344,o), +(296,389,o), +(371,389,cs), +(439,389,o), +(484,349,o), +(484,273,cs), +(484,198,o), +(439,157,o), +(371,157,cs) +); +} +); +width = 721; +}, +{ +anchors = ( +{ +name = bottom; +pos = (103,0); +}, +{ +name = top; +pos = (254,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(183,-9,o), +(235,67,o), +(274,255,cs), +(309,419,o), +(299,526,o), +(208,526,cs), +(163,526,o), +(129,494,o), +(106,446,c), +(105,446,l), +(164,729,l), +(135,729,l), +(-16,0,l), +(12,0,l), +(30,85,l), +(32,85,l), +(37,25,o), +(59,-9,o), +(114,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(38,18,o), +(37,116,o), +(57,213,cs), +(78,316,ls), +(103,439,o), +(149,500,o), +(199,500,cs), +(283,500,o), +(271,385,o), +(244,256,cs), +(213,103,o), +(177,18,o), +(109,18,cs) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = bottom; +pos = (178,0); +}, +{ +name = top; +pos = (329,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,-10,o), +(398,63,o), +(439,258,cs), +(473,422,o), +(476,551,o), +(352,551,cs), +(306,551,o), +(270,528,o), +(244,484,c), +(237,484,l), +(288,729,l), +(111,729,l), +(-41,0,l), +(133,0,l), +(151,72,l), +(156,72,l), +(165,20,o), +(196,-10,o), +(253,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(167,133,o), +(174,182,o), +(191,264,cs), +(198,298,ls), +(217,391,o), +(232,419,o), +(258,419,cs), +(292,419,o), +(285,367,o), +(266,274,cs), +(246,175,o), +(230,133,o), +(203,133,cs) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = bottom; +pos = (223,0); +}, +{ +name = top; +pos = (374,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(423,-9,o), +(535,130,o), +(535,320,cs), +(535,447,o), +(461,527,o), +(354,527,cs), +(273,527,o), +(199,483,o), +(158,414,c), +(156,414,l), +(222,729,l), +(186,729,l), +(34,0,l), +(67,0,l), +(97,134,l), +(99,134,l), +(111,52,o), +(175,-9,o), +(274,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(155,25,o), +(93,110,o), +(124,258,cs), +(136,315,ls), +(159,422,o), +(242,494,o), +(345,494,cs), +(437,494,o), +(497,430,o), +(497,317,cs), +(497,148,o), +(400,25,o), +(272,25,cs) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(407,-9,o), +(511,112,o), +(511,316,cs), +(511,443,o), +(437,527,o), +(326,527,cs), +(248,527,o), +(176,495,o), +(134,420,c), +(133,420,l), +(198,729,l), +(162,729,l), +(10,0,l), +(43,0,l), +(71,128,l), +(72,128,l), +(92,47,o), +(162,-9,o), +(253,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(131,25,o), +(69,118,o), +(98,258,cs), +(110,315,ls), +(133,422,o), +(210,493,o), +(319,493,cs), +(416,493,o), +(471,421,o), +(471,312,cs), +(471,142,o), +(390,25,o), +(252,25,cs) +); +} +); +width = 545; +}, +{ +anchors = ( +{ +name = bottom; +pos = (4,22); +}, +{ +name = top; +pos = (367,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(522,-10,o), +(613,113,o), +(632,268,cs), +(653,439,o), +(580,554,o), +(449,554,cs), +(382,554,o), +(322,524,o), +(296,477,c), +(289,478,l), +(341,729,l), +(150,729,l), +(-1,0,l), +(181,0,l), +(208,87,l), +(214,87,l), +(232,29,o), +(296,-10,o), +(366,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(258,143,o), +(232,193,o), +(244,257,cs), +(253,303,ls), +(264,363,o), +(296,401,o), +(354,401,cs), +(414,401,o), +(446,351,o), +(433,263,cs), +(422,191,o), +(381,143,o), +(320,143,cs) +); +} +); +}; +guides = ( +{ +angle = 78.3; +pos = (-278,205); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,-10,o), +(580,113,o), +(599,268,cs), +(620,439,o), +(548,554,o), +(420,554,cs), +(353,554,o), +(287,525,o), +(261,478,c), +(260,478,l), +(312,729,l), +(121,729,l), +(-30,0,l), +(152,0,l), +(179,87,l), +(180,87,l), +(198,29,o), +(267,-10,o), +(337,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,143,o), +(200,194,o), +(215,260,cs), +(224,303,ls), +(237,366,o), +(273,401,o), +(325,401,cs), +(385,401,o), +(417,351,o), +(404,263,cs), +(393,191,o), +(352,143,o), +(291,143,cs) +); +} +); +width = 607; +}, +{ +anchors = ( +{ +name = bottom; +pos = (274,0); +}, +{ +name = top; +pos = (425,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(474,-10,o), +(604,124,o), +(604,305,cs), +(604,442,o), +(509,527,o), +(371,527,cs), +(269,527,o), +(177,482,o), +(126,408,c), +(123,408,l), +(190,729,l), +(153,729,l), +(2,0,l), +(33,0,l), +(67,147,l), +(70,147,l), +(85,56,o), +(173,-10,o), +(297,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(148,24,o), +(66,122,o), +(95,272,cs), +(101,303,ls), +(123,417,o), +(232,493,o), +(362,493,cs), +(486,493,o), +(567,420,o), +(567,301,cs), +(567,155,o), +(465,24,o), +(301,24,cs) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = bottom; +pos = (307,0); +}, +{ +name = top; +pos = (458,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(577,-10,o), +(696,119,o), +(696,314,cs), +(696,459,o), +(603,554,o), +(460,554,cs), +(388,554,o), +(330,530,o), +(295,492,c), +(294,492,l), +(343,729,l), +(124,729,l), +(-28,0,l), +(187,0,l), +(214,87,l), +(215,87,l), +(238,25,o), +(324,-10,o), +(405,-10,cs) ); }, { closed = 1; nodes = ( -(295,157,o), -(255,209,o), -(269,280,cs), -(272,296,ls), -(284,353,o), -(321,390,o), -(389,390,cs), -(447,390,o), -(489,354,o), -(489,294,cs), -(489,212,o), -(441,157,o), -(369,157,cs) +(280,157,o), +(240,209,o), +(254,280,cs), +(257,296,ls), +(269,353,o), +(306,390,o), +(374,390,cs), +(432,390,o), +(474,354,o), +(474,288,cs), +(474,212,o), +(426,157,o), +(354,157,cs) ); } ); -width = 724; +width = 705; } ); metricLeft = l; diff --git a/sources/MonaSans.glyphspackage/glyphs/backslash.glyph b/sources/MonaSans.glyphspackage/glyphs/backslash.glyph index b26bfe71..40f9826c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/backslash.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/backslash.glyph @@ -1,5 +1,7 @@ { glyphname = backslash; +kernLeft = KO_backslash; +kernRight = KO_backslash; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -7,14 +9,14 @@ shapes = ( { closed = 1; nodes = ( -(368,-82,l), -(161,729,l), -(-2,729,l), -(207,-82,l) +(376,-82,l), +(169,729,l), +(6,729,l), +(215,-82,l) ); } ); -width = 366; +width = 382; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -32,15 +34,45 @@ nodes = ( width = 200; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(437,-81,l), +(25,729,l), +(-11,729,l), +(398,-81,l) +); +} +); +width = 426; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(537,-82,l), +(193,729,l), +(-18,729,l), +(328,-82,l) +); +} +); +width = 519; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(359,-81,l), -(32,729,l), -(-4,729,l), -(320,-81,l) +(354,-81,l), +(35,729,l), +(-1,729,l), +(317,-81,l) ); } ); @@ -78,52 +110,22 @@ type = TopGhost; } ); }; -width = 355; +width = 352; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(459,-82,l), -(172,729,l), -(-11,729,l), -(278,-82,l) +(444,-82,l), +(169,729,l), +(-12,729,l), +(264,-82,l) ); } ); -width = 448; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(437,-81,l), -(25,729,l), -(-11,729,l), -(398,-81,l) -); -} -); -width = 426; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(531,-82,l), -(187,729,l), -(-24,729,l), -(322,-82,l) -); -} -); -width = 507; +width = 431; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -146,14 +148,14 @@ shapes = ( { closed = 1; nodes = ( -(284,-82,l), -(250,729,l), -(93,729,l), -(129,-82,l) +(292,-82,l), +(258,729,l), +(101,729,l), +(137,-82,l) ); } ); -width = 355; +width = 371; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -206,14 +208,228 @@ shapes = ( { closed = 1; nodes = ( -(439,-82,l), -(269,729,l), -(71,729,l), -(242,-82,l) +(445,-82,l), +(275,729,l), +(77,729,l), +(248,-82,l) +); +} +); +width = 500; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(209,-82,l), +(4,729,l), +(-25,729,l), +(180,-82,l) +); +} +); +width = 184; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(363,-82,l), +(156,729,l), +(-7,729,l), +(202,-82,l) +); +} +); +width = 356; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(342,-81,l), +(15,729,l), +(-21,729,l), +(303,-81,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +} +); +}; +width = 321; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(447,-82,l), +(160,729,l), +(-23,729,l), +(266,-82,l) +); +} +); +width = 424; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(432,-81,l), +(20,729,l), +(-16,729,l), +(393,-81,l) +); +} +); +width = 416; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(526,-82,l), +(182,729,l), +(-29,729,l), +(317,-82,l) +); +} +); +width = 497; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(117,-82,l), +(85,729,l), +(58,729,l), +(90,-82,l) +); +} +); +width = 147; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(273,-82,l), +(239,729,l), +(82,729,l), +(118,-82,l) +); +} +); +width = 333; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(258,-81,l), +(103,729,l), +(69,729,l), +(221,-81,l) +); +} +); +width = 300; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(342,-82,l), +(229,729,l), +(55,729,l), +(171,-82,l) +); +} +); +width = 375; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(347,-81,l), +(108,729,l), +(76,729,l), +(312,-81,l) +); +} +); +width = 396; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(424,-82,l), +(254,729,l), +(56,729,l), +(227,-82,l) ); } ); -width = 488; +width = 458; } ); unicode = 92; diff --git a/sources/MonaSans.glyphspackage/glyphs/baht.glyph b/sources/MonaSans.glyphspackage/glyphs/baht.glyph index d7babdc0..80218c97 100644 --- a/sources/MonaSans.glyphspackage/glyphs/baht.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/baht.glyph @@ -184,6 +184,1110 @@ pos = (119,0); ref = _baht.bar; } ); +width = 492; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (212,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(171,-85,l), +(171,22,l), +(139,22,l), +(139,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(171,714,l), +(171,814,l), +(139,814,l), +(139,714,l) +); +}, +{ +closed = 1; +nodes = ( +(275,0,ls), +(418,0,o), +(509,78,o), +(509,200,cs), +(509,285,o), +(460,356,o), +(363,374,c), +(363,377,l), +(451,397,o), +(490,464,o), +(490,543,cs), +(490,654,o), +(411,729,o), +(276,729,cs), +(-85,729,l), +(-85,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-47,356,l), +(293,356,ls), +(405,356,o), +(469,298,o), +(469,202,cs), +(469,104,o), +(403,36,o), +(275,36,cs), +(-47,36,l) +); +}, +{ +closed = 1; +nodes = ( +(-47,694,l), +(275,694,ls), +(382,694,o), +(452,635,o), +(452,538,cs), +(452,450,o), +(396,391,o), +(291,391,cs), +(-47,391,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +alignment = 1; +pos = (269,0); +ref = _baht.bar; +} +); +width = 729; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (295,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(334,-85,l), +(334,90,l), +(173,90,l), +(173,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(334,689,l), +(334,815,l), +(174,815,l), +(174,689,l) +); +}, +{ +closed = 1; +nodes = ( +(342,0,ls), +(553,0,o), +(637,86,o), +(637,206,cs), +(637,291,o), +(587,356,o), +(498,376,c), +(498,385,l), +(570,406,o), +(615,465,o), +(615,538,cs), +(615,667,o), +(522,729,o), +(355,729,cs), +(-48,729,l), +(-48,0,l) +); +}, +{ +closed = 1; +nodes = ( +(180,298,l), +(296,298,ls), +(362,298,o), +(395,279,o), +(395,228,cs), +(395,184,o), +(370,155,o), +(297,155,cs), +(180,155,l) +); +}, +{ +closed = 1; +nodes = ( +(180,573,l), +(287,573,ls), +(354,573,o), +(373,549,o), +(373,511,cs), +(373,472,o), +(350,447,o), +(286,447,cs), +(180,447,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +alignment = 1; +pos = (236,0); +ref = _baht.bar; +} +); +width = 772; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (158,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(130,-85,l), +(130,22,l), +(98,22,l), +(98,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(130,714,l), +(130,814,l), +(98,814,l), +(98,714,l) +); +}, +{ +closed = 1; +nodes = ( +(183,0,ls), +(326,0,o), +(417,78,o), +(417,200,cs), +(417,285,o), +(368,356,o), +(271,374,c), +(271,377,l), +(359,397,o), +(398,464,o), +(398,543,cs), +(398,654,o), +(319,729,o), +(184,729,cs), +(-101,729,l), +(-101,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-63,356,l), +(201,356,ls), +(313,356,o), +(377,298,o), +(377,202,cs), +(377,104,o), +(311,36,o), +(183,36,cs), +(-63,36,l) +); +}, +{ +closed = 1; +nodes = ( +(-63,694,l), +(183,694,ls), +(290,694,o), +(360,635,o), +(360,538,cs), +(360,450,o), +(304,391,o), +(199,391,cs), +(-63,391,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +alignment = 1; +pos = (264,0); +ref = _baht.bar; +} +); +width = 682; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (243,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(266,-85,l), +(266,90,l), +(156,90,l), +(156,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(266,689,l), +(266,815,l), +(157,815,l), +(157,689,l) +); +}, +{ +closed = 1; +nodes = ( +(272,0,ls), +(460,0,o), +(549,85,o), +(549,212,cs), +(549,293,o), +(505,359,o), +(426,376,c), +(426,385,l), +(488,405,o), +(529,467,o), +(529,541,cs), +(529,654,o), +(456,729,o), +(301,729,cs), +(-63,729,l), +(-63,0,l) +); +}, +{ +closed = 1; +nodes = ( +(134,299,l), +(248,299,ls), +(307,299,o), +(333,273,o), +(333,226,cs), +(333,179,o), +(307,153,o), +(248,153,cs), +(134,153,l) +); +}, +{ +closed = 1; +nodes = ( +(134,576,l), +(239,576,ls), +(285,576,o), +(315,555,o), +(315,511,cs), +(315,472,o), +(291,446,o), +(239,446,cs), +(134,446,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +alignment = 1; +pos = (249,0); +ref = _baht.bar; +} +); +width = 692; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (55,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-34,-85,l), +(-14,12,l), +(-42,12,l), +(-62,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(131,713,l), +(152,815,l), +(124,815,l), +(103,713,l) +); +}, +{ +closed = 1; +nodes = ( +(-26,0,ls), +(106,0,o), +(176,89,o), +(181,240,cs), +(183,301,o), +(159,351,o), +(116,369,c), +(116,372,l), +(191,398,o), +(242,490,o), +(242,596,cs), +(242,676,o), +(201,729,o), +(115,729,cs), +(20,729,l), +(-132,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-27,359,l), +(48,359,ls), +(117,359,o), +(151,315,o), +(149,242,cs), +(144,106,o), +(83,29,o), +(-20,29,cs), +(-95,29,l) +); +}, +{ +closed = 1; +nodes = ( +(44,700,l), +(109,700,ls), +(171,700,o), +(210,670,o), +(210,596,cs), +(210,484,o), +(155,389,o), +(65,389,cs), +(-19,389,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +alignment = 1; +pos = (125,0); +ref = _baht.bar; +} +); +width = 395; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (169,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(93,-85,l), +(129,90,l), +(49,90,l), +(13,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(253,689,l), +(279,815,l), +(200,815,l), +(174,689,l) +); +}, +{ +closed = 1; +nodes = ( +(107,0,ls), +(276,0,o), +(372,95,o), +(377,247,cs), +(379,303,o), +(360,353,o), +(314,375,c), +(316,380,l), +(380,401,o), +(429,474,o), +(432,569,cs), +(435,661,o), +(390,729,o), +(258,729,cs), +(58,729,l), +(-94,0,l) +); +}, +{ +closed = 1; +nodes = ( +(150,309,l), +(164,309,ls), +(193,309,o), +(206,289,o), +(204,253,cs), +(202,189,o), +(173,141,o), +(132,141,cs), +(113,141,l) +); +}, +{ +closed = 1; +nodes = ( +(208,590,l), +(223,590,ls), +(247,590,o), +(262,572,o), +(261,538,cs), +(259,482,o), +(230,433,o), +(191,433,cs), +(174,433,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +alignment = 1; +pos = (118,0); +ref = _baht.bar; +} +); +width = 493; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (120,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(27,-85,l), +(49,22,l), +(17,22,l), +(-5,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(192,714,l), +(213,814,l), +(181,814,l), +(160,714,l) +); +}, +{ +closed = 1; +nodes = ( +(104,0,ls), +(272,0,o), +(371,79,o), +(375,215,cs), +(378,291,o), +(338,356,o), +(268,371,c), +(268,374,l), +(359,393,o), +(428,468,o), +(431,566,cs), +(435,664,o), +(373,729,o), +(258,729,cs), +(-40,729,l), +(-191,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-80,356,l), +(194,356,ls), +(289,356,o), +(339,299,o), +(336,216,cs), +(332,102,o), +(250,36,o), +(110,36,cs), +(-147,36,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,694,l), +(248,694,ls), +(337,694,o), +(393,650,o), +(389,559,cs), +(386,456,o), +(308,391,o), +(201,391,cs), +(-71,391,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +alignment = 1; +pos = (274,0); +ref = _baht.bar; +} +); +width = 709; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (228,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(177,-85,l), +(213,90,l), +(103,90,l), +(67,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(337,689,l), +(363,815,l), +(254,815,l), +(228,689,l) +); +}, +{ +closed = 1; +nodes = ( +(240,0,ls), +(414,0,o), +(532,72,o), +(537,224,cs), +(540,296,o), +(504,355,o), +(450,370,c), +(452,379,l), +(519,398,o), +(578,464,o), +(581,555,cs), +(585,657,o), +(520,729,o), +(366,729,cs), +(26,729,l), +(-125,0,l) +); +}, +{ +closed = 1; +nodes = ( +(133,300,l), +(265,300,ls), +(304,300,o), +(334,282,o), +(333,236,cs), +(331,182,o), +(296,153,o), +(238,153,cs), +(102,153,l) +); +}, +{ +closed = 1; +nodes = ( +(191,576,l), +(314,576,ls), +(354,576,o), +(377,557,o), +(375,522,cs), +(374,472,o), +(339,445,o), +(285,445,cs), +(164,445,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +alignment = 1; +pos = (240,0); +ref = _baht.bar; +} +); +width = 725; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (218,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(128,-85,l), +(150,22,l), +(118,22,l), +(96,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(293,714,l), +(314,814,l), +(282,814,l), +(261,714,l) +); +}, +{ +closed = 1; +nodes = ( +(245,0,ls), +(416,0,o), +(516,83,o), +(521,221,cs), +(524,295,o), +(478,357,o), +(410,372,c), +(410,375,l), +(504,395,o), +(571,468,o), +(575,564,cs), +(578,669,o), +(516,729,o), +(380,729,cs), +(12,729,l), +(-139,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-28,356,l), +(328,356,ls), +(433,356,o), +(484,307,o), +(481,219,cs), +(477,104,o), +(393,36,o), +(252,36,cs), +(-94,36,l) +); +}, +{ +closed = 1; +nodes = ( +(44,694,l), +(373,694,ls), +(482,694,o), +(538,647,o), +(535,562,cs), +(531,456,o), +(456,391,o), +(326,391,cs), +(-19,391,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +alignment = 1; +pos = (297,0); +ref = _baht.bar; +} +); +width = 753; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (282,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(251,-85,l), +(287,90,l), +(126,90,l), +(90,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(411,689,l), +(437,815,l), +(277,815,l), +(251,689,l) +); +}, +{ +closed = 1; +nodes = ( +(318,0,ls), +(519,0,o), +(632,80,o), +(632,231,cs), +(632,303,o), +(593,354,o), +(526,372,c), +(527,381,l), +(622,397,o), +(680,465,o), +(680,564,cs), +(680,666,o), +(613,729,o), +(442,729,cs), +(36,729,l), +(-116,0,l) +); +}, +{ +closed = 1; +nodes = ( +(174,297,l), +(317,297,ls), +(371,297,o), +(404,281,o), +(404,238,cs), +(404,181,o), +(367,155,o), +(290,155,cs), +(144,155,l) +); +}, +{ +closed = 1; +nodes = ( +(231,573,l), +(367,573,ls), +(415,573,o), +(443,558,o), +(443,520,cs), +(443,472,o), +(409,446,o), +(345,446,cs), +(206,446,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +alignment = 1; +pos = (239,0); +ref = _baht.bar; +} +); +width = 793; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (56,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(37,-85,l), +(37,12,l), +(9,12,l), +(9,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(37,713,l), +(37,815,l), +(9,815,l), +(9,713,l) +); +}, +{ +closed = 1; +nodes = ( +(27,0,ls), +(146,0,o), +(191,81,o), +(191,200,cs), +(191,279,o), +(161,355,o), +(96,374,c), +(96,376,l), +(142,392,o), +(178,456,o), +(178,543,cs), +(178,670,o), +(126,729,o), +(28,729,cs), +(-79,729,l), +(-79,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-48,359,l), +(38,359,ls), +(113,359,o), +(157,299,o), +(157,201,cs), +(157,77,o), +(113,29,o), +(27,29,cs), +(-48,29,l) +); +}, +{ +closed = 1; +nodes = ( +(-48,700,l), +(27,700,ls), +(115,700,o), +(147,635,o), +(147,539,cs), +(147,449,o), +(107,389,o), +(37,389,cs), +(-48,389,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = _B.currency; +}, +{ +alignment = -1; +pos = (126,0); +ref = _baht.bar; +} +); +width = 397; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (180,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(173,-85,l), +(173,90,l), +(93,90,l), +(93,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(173,689,l), +(173,815,l), +(94,815,l), +(94,689,l) +); +}, +{ +closed = 1; +nodes = ( +(165,0,ls), +(309,0,o), +(392,70,o), +(392,206,cs), +(392,296,o), +(359,360,o), +(296,381,c), +(296,387,l), +(345,404,o), +(377,465,o), +(377,537,cs), +(377,654,o), +(325,729,o), +(183,729,cs), +(-32,729,l), +(-32,0,l) +); +}, +{ +closed = 1; +nodes = ( +(147,309,l), +(164,309,ls), +(195,309,o), +(215,285,o), +(215,225,cs), +(215,172,o), +(202,141,o), +(163,141,cs), +(147,141,l) +); +}, +{ +closed = 1; +nodes = ( +(147,591,l), +(164,591,ls), +(194,591,o), +(210,568,o), +(210,513,cs), +(210,465,o), +(199,433,o), +(164,433,cs), +(147,433,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = _B.currency; +}, +{ +alignment = -1; +pos = (119,0); +ref = _baht.bar; +} +); width = 476; }, { @@ -264,7 +1368,7 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { alignment = 1; @@ -272,11 +1376,11 @@ ref = _B.currency; }, { alignment = 1; -pos = (270,0); +pos = (266,0); ref = _baht.bar; } ); -width = 702; +width = 658; }, { background = { @@ -356,7 +1460,7 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { alignment = 1; @@ -364,11 +1468,11 @@ ref = _B.currency; }, { alignment = 1; -pos = (249,0); +pos = (246,0); ref = _baht.bar; } ); -width = 719; +width = 674; }, { background = { @@ -448,14 +1552,14 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = _B.currency; }, { -alignment = 1; +alignment = -1; pos = (269,0); ref = _baht.bar; } @@ -540,14 +1644,14 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; ref = _B.currency; }, { -alignment = 1; +alignment = -1; pos = (236,0); ref = _baht.bar; } @@ -632,7 +1736,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -644,7 +1748,7 @@ pos = (125,0); ref = _baht.bar; } ); -width = 395; +width = 349; }, { background = { @@ -724,7 +1828,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -736,7 +1840,7 @@ pos = (118,0); ref = _baht.bar; } ); -width = 477; +width = 455; }, { background = { @@ -816,7 +1920,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -828,7 +1932,7 @@ pos = (274,0); ref = _baht.bar; } ); -width = 709; +width = 661; }, { background = { @@ -908,7 +2012,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -920,7 +2024,7 @@ pos = (240,0); ref = _baht.bar; } ); -width = 725; +width = 667; }, { background = { @@ -1000,7 +2104,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -1012,7 +2116,7 @@ pos = (297,0); ref = _baht.bar; } ); -width = 753; +width = 733; }, { background = { @@ -1092,7 +2196,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -1104,7 +2208,7 @@ pos = (239,0); ref = _baht.bar; } ); -width = 781; +width = 751; } ); metricLeft = B; diff --git a/sources/MonaSans.glyphspackage/glyphs/bar.glyph b/sources/MonaSans.glyphspackage/glyphs/bar.glyph index 6fb45a2d..e8e0b388 100644 --- a/sources/MonaSans.glyphspackage/glyphs/bar.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/bar.glyph @@ -7,14 +7,14 @@ shapes = ( { closed = 1; nodes = ( -(190,-67,l), -(190,729,l), -(34,729,l), -(34,-67,l) +(198,-67,l), +(198,729,l), +(42,729,l), +(42,-67,l) ); } ); -width = 224; +width = 240; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -32,15 +32,45 @@ nodes = ( width = 186; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(147,-67,l), -(147,729,l), -(111,729,l), -(111,-67,l) +(121,-67,l), +(121,729,l), +(85,729,l), +(85,-67,l) +); +} +); +width = 206; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,-67,l), +(262,729,l), +(61,729,l), +(61,-67,l) +); +} +); +width = 323; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(148,-67,l), +(148,729,l), +(112,729,l), +(112,-67,l) ); } ); @@ -78,52 +108,22 @@ type = Stem; } ); }; -width = 258; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(241,-67,l), -(241,729,l), -(70,729,l), -(70,-67,l) -); -} -); -width = 311; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,-67,l), -(121,729,l), -(85,729,l), -(85,-67,l) -); -} -); -width = 206; +width = 257; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(256,-67,l), -(256,729,l), -(55,729,l), -(55,-67,l) +(238,-67,l), +(238,729,l), +(68,729,l), +(68,-67,l) ); } ); -width = 311; +width = 305; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -146,14 +146,14 @@ shapes = ( { closed = 1; nodes = ( -(118,-67,l), -(285,729,l), -(130,729,l), -(-36,-67,l) +(126,-67,l), +(293,729,l), +(138,729,l), +(-28,-67,l) ); } ); -width = 223; +width = 239; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -206,14 +206,228 @@ shapes = ( { closed = 1; nodes = ( -(184,-67,l), -(350,729,l), -(151,729,l), -(-15,-67,l) +(190,-67,l), +(356,729,l), +(157,729,l), +(-9,-67,l) +); +} +); +width = 322; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(88,-67,l), +(88,729,l), +(58,729,l), +(58,-67,l) +); +} +); +width = 146; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,-67,l), +(180,729,l), +(24,729,l), +(24,-67,l) +); +} +); +width = 204; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(123,-67,l), +(123,729,l), +(87,729,l), +(87,-67,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 210; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(217,-67,l), +(217,729,l), +(46,729,l), +(46,-67,l) +); +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(111,-67,l), +(111,729,l), +(75,729,l), +(75,-67,l) +); +} +); +width = 186; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(246,-67,l), +(246,729,l), +(45,729,l), +(45,-67,l) +); +} +); +width = 291; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(17,-67,l), +(183,729,l), +(154,729,l), +(-13,-67,l) +); +} +); +width = 139; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(107,-67,l), +(274,729,l), +(119,729,l), +(-47,-67,l) +); +} +); +width = 201; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(55,-67,l), +(221,729,l), +(186,729,l), +(19,-67,l) +); +} +); +width = 210; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(139,-67,l), +(305,729,l), +(136,729,l), +(-30,-67,l) +); +} +); +width = 250; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(43,-67,l), +(210,729,l), +(174,729,l), +(8,-67,l) +); +} +); +width = 187; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(169,-67,l), +(335,729,l), +(136,729,l), +(-30,-67,l) ); } ); -width = 310; +width = 280; } ); unicode = 124; diff --git a/sources/MonaSans.glyphspackage/glyphs/bitcoin.glyph b/sources/MonaSans.glyphspackage/glyphs/bitcoin.glyph index f2cf9a35..14fd3534 100644 --- a/sources/MonaSans.glyphspackage/glyphs/bitcoin.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/bitcoin.glyph @@ -113,7 +113,1340 @@ pos = (59,0); ref = _bitcoin.bars; } ); -width = 476; +width = 492; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (200,0); +}, +{ +name = center; +pos = (200,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(141,-85,l), +(141,12,l), +(113,12,l), +(113,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(218,-85,l), +(218,12,l), +(190,12,l), +(190,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(141,713,l), +(141,815,l), +(113,815,l), +(113,713,l) +); +}, +{ +closed = 1; +nodes = ( +(218,713,l), +(218,815,l), +(190,815,l), +(190,713,l) +); +}, +{ +closed = 1; +nodes = ( +(171,0,ls), +(290,0,o), +(335,81,o), +(335,200,cs), +(335,279,o), +(305,355,o), +(240,374,c), +(240,376,l), +(286,392,o), +(322,456,o), +(322,543,cs), +(322,670,o), +(270,729,o), +(172,729,cs), +(65,729,l), +(65,0,l) +); +}, +{ +closed = 1; +nodes = ( +(96,359,l), +(182,359,ls), +(257,359,o), +(301,299,o), +(301,201,cs), +(301,77,o), +(257,29,o), +(171,29,cs), +(96,29,l) +); +}, +{ +closed = 1; +nodes = ( +(96,700,l), +(171,700,ls), +(259,700,o), +(291,635,o), +(291,539,cs), +(291,449,o), +(251,389,o), +(181,389,cs), +(96,389,l) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +pos = (86,0); +ref = _bitcoin.bars; +} +); +width = 397; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (368,0); +}, +{ +name = center; +pos = (368,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(257,-85,l), +(257,22,l), +(225,22,l), +(225,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(411,-85,l), +(411,22,l), +(379,22,l), +(379,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(257,714,l), +(257,814,l), +(225,814,l), +(225,714,l) +); +}, +{ +closed = 1; +nodes = ( +(411,714,l), +(411,814,l), +(379,814,l), +(379,714,l) +); +}, +{ +closed = 1; +nodes = ( +(431,0,ls), +(574,0,o), +(665,78,o), +(665,200,cs), +(665,285,o), +(616,356,o), +(519,374,c), +(519,377,l), +(607,397,o), +(646,464,o), +(646,543,cs), +(646,654,o), +(567,729,o), +(432,729,cs), +(71,729,l), +(71,0,l) +); +}, +{ +closed = 1; +nodes = ( +(109,356,l), +(449,356,ls), +(561,356,o), +(625,298,o), +(625,202,cs), +(625,104,o), +(559,36,o), +(431,36,cs), +(109,36,l) +); +}, +{ +closed = 1; +nodes = ( +(109,694,l), +(431,694,ls), +(538,694,o), +(608,635,o), +(608,538,cs), +(608,450,o), +(552,391,o), +(447,391,cs), +(109,391,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +pos = (199,0); +ref = _bitcoin.bars; +} +); +width = 729; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (396.5,0); +}, +{ +name = center; +pos = (396.5,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(316,-85,l), +(316,90,l), +(155,90,l), +(155,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(546,-85,l), +(546,90,l), +(385,90,l), +(385,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(316,689,l), +(316,815,l), +(156,815,l), +(156,689,l) +); +}, +{ +closed = 1; +nodes = ( +(546,689,l), +(546,815,l), +(386,815,l), +(386,689,l) +); +}, +{ +closed = 1; +nodes = ( +(444,0,ls), +(655,0,o), +(739,86,o), +(739,206,cs), +(739,291,o), +(689,356,o), +(600,376,c), +(600,385,l), +(672,406,o), +(717,465,o), +(717,538,cs), +(717,667,o), +(624,729,o), +(457,729,cs), +(54,729,l), +(54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,298,l), +(398,298,ls), +(464,298,o), +(497,279,o), +(497,228,cs), +(497,184,o), +(472,155,o), +(399,155,cs), +(282,155,l) +); +}, +{ +closed = 1; +nodes = ( +(282,573,l), +(389,573,ls), +(456,573,o), +(475,549,o), +(475,511,cs), +(475,472,o), +(452,447,o), +(388,447,cs), +(282,447,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +pos = (116,0); +ref = _bitcoin.bars; +} +); +width = 772; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (362,0); +}, +{ +name = center; +pos = (362,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(260,-85,l), +(260,22,l), +(228,22,l), +(228,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(410,-85,l), +(410,22,l), +(378,22,l), +(378,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(260,714,l), +(260,814,l), +(228,814,l), +(228,714,l) +); +}, +{ +closed = 1; +nodes = ( +(410,714,l), +(410,814,l), +(378,814,l), +(378,714,l) +); +}, +{ +closed = 1; +nodes = ( +(387,0,ls), +(530,0,o), +(621,78,o), +(621,200,cs), +(621,285,o), +(572,356,o), +(475,374,c), +(475,377,l), +(563,397,o), +(602,464,o), +(602,543,cs), +(602,654,o), +(523,729,o), +(388,729,cs), +(103,729,l), +(103,0,l) +); +}, +{ +closed = 1; +nodes = ( +(141,356,l), +(405,356,ls), +(517,356,o), +(581,298,o), +(581,202,cs), +(581,104,o), +(515,36,o), +(387,36,cs), +(141,36,l) +); +}, +{ +closed = 1; +nodes = ( +(141,694,l), +(387,694,ls), +(494,694,o), +(564,635,o), +(564,538,cs), +(564,450,o), +(508,391,o), +(403,391,cs), +(141,391,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +pos = (192,0); +ref = _bitcoin.bars; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 682; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (375,0); +}, +{ +name = center; +pos = (375,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(298,-85,l), +(298,90,l), +(188,90,l), +(188,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(477,-85,l), +(477,90,l), +(367,90,l), +(367,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(298,689,l), +(298,815,l), +(189,815,l), +(189,689,l) +); +}, +{ +closed = 1; +nodes = ( +(477,689,l), +(477,815,l), +(368,815,l), +(368,689,l) +); +}, +{ +closed = 1; +nodes = ( +(404,0,ls), +(592,0,o), +(681,85,o), +(681,212,cs), +(681,293,o), +(637,359,o), +(558,376,c), +(558,385,l), +(620,405,o), +(661,467,o), +(661,541,cs), +(661,654,o), +(588,729,o), +(433,729,cs), +(69,729,l), +(69,0,l) +); +}, +{ +closed = 1; +nodes = ( +(266,299,l), +(380,299,ls), +(439,299,o), +(465,273,o), +(465,226,cs), +(465,179,o), +(439,153,o), +(380,153,cs), +(266,153,l) +); +}, +{ +closed = 1; +nodes = ( +(266,576,l), +(371,576,ls), +(417,576,o), +(447,555,o), +(447,511,cs), +(447,472,o), +(423,446,o), +(371,446,cs), +(266,446,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +pos = (150,0); +ref = _bitcoin.bars; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; +}; +width = 692; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (199,0); +}, +{ +name = center; +pos = (199,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(70,-85,l), +(90,12,l), +(62,12,l), +(42,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(147,-85,l), +(167,12,l), +(139,12,l), +(119,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(235,713,l), +(256,815,l), +(228,815,l), +(207,713,l) +); +}, +{ +closed = 1; +nodes = ( +(312,713,l), +(333,815,l), +(305,815,l), +(284,713,l) +); +}, +{ +closed = 1; +nodes = ( +(118,0,ls), +(250,0,o), +(320,89,o), +(325,240,cs), +(327,301,o), +(303,351,o), +(260,369,c), +(260,372,l), +(335,398,o), +(386,490,o), +(386,596,cs), +(386,676,o), +(345,729,o), +(259,729,cs), +(164,729,l), +(12,0,l) +); +}, +{ +closed = 1; +nodes = ( +(117,359,l), +(192,359,ls), +(261,359,o), +(295,315,o), +(293,242,cs), +(288,106,o), +(227,29,o), +(124,29,cs), +(49,29,l) +); +}, +{ +closed = 1; +nodes = ( +(188,700,l), +(253,700,ls), +(315,700,o), +(354,670,o), +(354,596,cs), +(354,484,o), +(299,389,o), +(209,389,cs), +(125,389,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +pos = (85,0); +ref = _bitcoin.bars; +} +); +width = 395; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (235.07,0); +}, +{ +name = center; +pos = (235.07,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(99,-85,l), +(135,90,l), +(55,90,l), +(19,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(229,-85,l), +(265,90,l), +(185,90,l), +(149,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(259,689,l), +(285,815,l), +(206,815,l), +(180,689,l) +); +}, +{ +closed = 1; +nodes = ( +(389,689,l), +(415,815,l), +(336,815,l), +(310,689,l) +); +}, +{ +closed = 1; +nodes = ( +(173,0,ls), +(342,0,o), +(438,95,o), +(443,247,cs), +(445,303,o), +(426,353,o), +(380,375,c), +(382,380,l), +(446,401,o), +(495,474,o), +(498,569,cs), +(501,661,o), +(456,729,o), +(324,729,cs), +(124,729,l), +(-28,0,l) +); +}, +{ +closed = 1; +nodes = ( +(216,309,l), +(230,309,ls), +(259,309,o), +(272,289,o), +(270,253,cs), +(268,189,o), +(239,141,o), +(198,141,cs), +(179,141,l) +); +}, +{ +closed = 1; +nodes = ( +(274,590,l), +(289,590,ls), +(313,590,o), +(328,572,o), +(327,538,cs), +(325,482,o), +(296,433,o), +(257,433,cs), +(240,433,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +pos = (58,0); +ref = _bitcoin.bars; +} +); +width = 493; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (360.091,0); +}, +{ +name = center; +pos = (360.091,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(187,-85,l), +(209,22,l), +(177,22,l), +(155,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(327,-85,l), +(349,22,l), +(317,22,l), +(295,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(352,714,l), +(373,814,l), +(341,814,l), +(320,714,l) +); +}, +{ +closed = 1; +nodes = ( +(492,714,l), +(513,814,l), +(481,814,l), +(460,714,l) +); +}, +{ +closed = 1; +nodes = ( +(344,0,ls), +(512,0,o), +(611,79,o), +(615,215,cs), +(618,291,o), +(578,356,o), +(508,371,c), +(508,374,l), +(599,393,o), +(668,468,o), +(671,566,cs), +(675,664,o), +(613,729,o), +(498,729,cs), +(200,729,l), +(49,0,l) +); +}, +{ +closed = 1; +nodes = ( +(160,356,l), +(434,356,ls), +(529,356,o), +(579,299,o), +(576,216,cs), +(572,102,o), +(490,36,o), +(350,36,cs), +(93,36,l) +); +}, +{ +closed = 1; +nodes = ( +(230,694,l), +(488,694,ls), +(577,694,o), +(633,650,o), +(629,559,cs), +(626,456,o), +(548,391,o), +(441,391,cs), +(169,391,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +pos = (194,0); +ref = _bitcoin.bars; +} +); +width = 709; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (366.087,0); +}, +{ +name = center; +pos = (366.087,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(215,-85,l), +(251,90,l), +(141,90,l), +(105,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(394,-85,l), +(430,90,l), +(320,90,l), +(284,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(375,689,l), +(401,815,l), +(292,815,l), +(266,689,l) +); +}, +{ +closed = 1; +nodes = ( +(554,689,l), +(580,815,l), +(471,815,l), +(445,689,l) +); +}, +{ +closed = 1; +nodes = ( +(378,0,ls), +(552,0,o), +(670,72,o), +(675,224,cs), +(678,296,o), +(642,355,o), +(588,370,c), +(590,379,l), +(657,398,o), +(716,464,o), +(719,555,cs), +(723,657,o), +(658,729,o), +(504,729,cs), +(164,729,l), +(13,0,l) +); +}, +{ +closed = 1; +nodes = ( +(271,300,l), +(403,300,ls), +(442,300,o), +(472,282,o), +(471,236,cs), +(469,182,o), +(434,153,o), +(376,153,cs), +(240,153,l) +); +}, +{ +closed = 1; +nodes = ( +(329,576,l), +(452,576,ls), +(492,576,o), +(515,557,o), +(513,522,cs), +(512,472,o), +(477,445,o), +(423,445,cs), +(302,445,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +pos = (140,0); +ref = _bitcoin.bars; +} +); +width = 725; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (374.052,0); +}, +{ +name = center; +pos = (374.052,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(184,-85,l), +(206,22,l), +(174,22,l), +(152,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(348,-85,l), +(370,22,l), +(338,22,l), +(316,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(349,714,l), +(370,814,l), +(338,814,l), +(317,714,l) +); +}, +{ +closed = 1; +nodes = ( +(513,714,l), +(534,814,l), +(502,814,l), +(481,714,l) +); +}, +{ +closed = 1; +nodes = ( +(401,0,ls), +(572,0,o), +(672,83,o), +(677,221,cs), +(680,295,o), +(634,357,o), +(566,372,c), +(566,375,l), +(660,395,o), +(727,468,o), +(731,564,cs), +(734,669,o), +(672,729,o), +(536,729,cs), +(168,729,l), +(17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(128,356,l), +(484,356,ls), +(589,356,o), +(640,307,o), +(637,219,cs), +(633,104,o), +(549,36,o), +(408,36,cs), +(62,36,l) +); +}, +{ +closed = 1; +nodes = ( +(200,694,l), +(529,694,ls), +(638,694,o), +(694,647,o), +(691,562,cs), +(687,456,o), +(612,391,o), +(482,391,cs), +(137,391,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +pos = (197,0); +ref = _bitcoin.bars; +} +); +width = 753; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (396,0); +}, +{ +name = center; +pos = (396,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(245,-85,l), +(281,90,l), +(120,90,l), +(84,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(475,-85,l), +(511,90,l), +(350,90,l), +(314,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(405,689,l), +(431,815,l), +(271,815,l), +(245,689,l) +); +}, +{ +closed = 1; +nodes = ( +(635,689,l), +(661,815,l), +(501,815,l), +(475,689,l) +); +}, +{ +closed = 1; +nodes = ( +(432,0,ls), +(633,0,o), +(746,80,o), +(746,231,cs), +(746,303,o), +(707,354,o), +(640,372,c), +(641,381,l), +(736,397,o), +(794,465,o), +(794,564,cs), +(794,666,o), +(727,729,o), +(556,729,cs), +(150,729,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(288,297,l), +(431,297,ls), +(485,297,o), +(518,281,o), +(518,238,cs), +(518,181,o), +(481,155,o), +(404,155,cs), +(258,155,l) +); +}, +{ +closed = 1; +nodes = ( +(345,573,l), +(481,573,ls), +(529,573,o), +(557,558,o), +(557,520,cs), +(557,472,o), +(523,446,o), +(459,446,cs), +(320,446,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = _B.currency; +}, +{ +pos = (119,0); +ref = _bitcoin.bars; +} +); +width = 793; }, { background = { @@ -215,13 +1548,14 @@ nodes = ( } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { -alignment = 1; +alignment = -1; ref = _B.currency; }, { +alignment = -1; pos = (86,0); ref = _bitcoin.bars; } @@ -233,6 +1567,120 @@ background = { anchors = ( { name = bottom; +pos = (240,0); +}, +{ +name = center; +pos = (240,364.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(173,-85,l), +(173,90,l), +(93,90,l), +(93,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(303,-85,l), +(303,90,l), +(223,90,l), +(223,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(173,689,l), +(173,815,l), +(94,815,l), +(94,689,l) +); +}, +{ +closed = 1; +nodes = ( +(303,689,l), +(303,815,l), +(224,815,l), +(224,689,l) +); +}, +{ +closed = 1; +nodes = ( +(225,0,ls), +(369,0,o), +(452,70,o), +(452,206,cs), +(452,296,o), +(419,360,o), +(356,381,c), +(356,387,l), +(405,404,o), +(437,465,o), +(437,537,cs), +(437,654,o), +(385,729,o), +(243,729,cs), +(28,729,l), +(28,0,l) +); +}, +{ +closed = 1; +nodes = ( +(207,309,l), +(224,309,ls), +(255,309,o), +(275,285,o), +(275,225,cs), +(275,172,o), +(262,141,o), +(223,141,cs), +(207,141,l) +); +}, +{ +closed = 1; +nodes = ( +(207,591,l), +(224,591,ls), +(254,591,o), +(270,568,o), +(270,513,cs), +(270,465,o), +(259,433,o), +(224,433,cs), +(207,433,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = _B.currency; +}, +{ +alignment = -1; +pos = (59,0); +ref = _bitcoin.bars; +} +); +width = 476; +}, +{ +background = { +anchors = ( +{ +name = bottom; pos = (362,0); }, { @@ -328,14 +1776,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { alignment = 1; ref = _B.currency; }, { -pos = (196,0); +pos = (192,0); ref = _bitcoin.bars; } ); @@ -425,7 +1873,7 @@ type = Stem; } ); }; -width = 702; +width = 658; }, { background = { @@ -527,14 +1975,14 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { alignment = 1; ref = _B.currency; }, { -pos = (149,0); +pos = (146,0); ref = _bitcoin.bars; } ); @@ -542,7 +1990,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; }; -width = 719; +width = 674; }, { background = { @@ -644,13 +2092,14 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = _B.currency; }, { +alignment = -1; pos = (199,0); ref = _bitcoin.bars; } @@ -757,13 +2206,14 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; ref = _B.currency; }, { +alignment = -1; pos = (116,0); ref = _bitcoin.bars; } @@ -870,7 +2320,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -881,7 +2331,7 @@ pos = (85,0); ref = _bitcoin.bars; } ); -width = 395; +width = 349; }, { background = { @@ -983,7 +2433,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -994,7 +2444,7 @@ pos = (58,0); ref = _bitcoin.bars; } ); -width = 477; +width = 455; }, { background = { @@ -1096,7 +2546,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -1107,7 +2557,7 @@ pos = (194,0); ref = _bitcoin.bars; } ); -width = 709; +width = 661; }, { background = { @@ -1209,7 +2659,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -1220,7 +2670,7 @@ pos = (140,0); ref = _bitcoin.bars; } ); -width = 725; +width = 667; }, { background = { @@ -1322,7 +2772,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -1333,7 +2783,7 @@ pos = (197,0); ref = _bitcoin.bars; } ); -width = 753; +width = 733; }, { background = { @@ -1435,7 +2885,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -1446,7 +2896,7 @@ pos = (119,0); ref = _bitcoin.bars; } ); -width = 781; +width = 751; } ); unicode = 8383; diff --git a/sources/MonaSans.glyphspackage/glyphs/blackC_ircle.glyph b/sources/MonaSans.glyphspackage/glyphs/blackC_ircle.glyph index 3065ed4f..0a92aea4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/blackC_ircle.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/blackC_ircle.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -13,22 +13,22 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -} -); -width = 706; +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) +); +} +); +width = 722; }, { anchors = ( @@ -63,117 +63,117 @@ width = 698; anchors = ( { name = center; -pos = (435.5,363); +pos = (442,363); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), (60,587,o), (60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) +(60,139,o), +(219,-10,o), +(442,-10,cs) ); } ); -width = 871; +width = 884; }, { anchors = ( { name = center; -pos = (427.5,365); +pos = (436,364); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) ); } ); -width = 855; +width = 872; }, { anchors = ( { name = center; -pos = (442,363); +pos = (431,363); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) ); } ); -width = 884; +width = 858; }, { anchors = ( { name = center; -pos = (430,364); +pos = (418,365); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -} -); -width = 860; +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) +); +} +); +width = 834; }, { anchors = ( @@ -208,7 +208,7 @@ width = 727; anchors = ( { name = center; -pos = (385,366); +pos = (393,366); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -216,22 +216,22 @@ shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -} -); -width = 731; +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) +); +} +); +width = 747; }, { anchors = ( @@ -324,7 +324,7 @@ width = 903; anchors = ( { name = center; -pos = (459,364); +pos = (465,364); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -332,22 +332,370 @@ shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -} -); -width = 880; +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = center; +pos = (329,365); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) +); +} +); +width = 686; +}, +{ +anchors = ( +{ +name = center; +pos = (416,363); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) +); +} +); +width = 831; +}, +{ +anchors = ( +{ +name = center; +pos = (407,365); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) +); +} +); +width = 813; +}, +{ +anchors = ( +{ +name = center; +pos = (432,363); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) +); +} +); +width = 864; +}, +{ +anchors = ( +{ +name = center; +pos = (420,364); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) +); +} +); +width = 840; +}, +{ +anchors = ( +{ +name = center; +pos = (363,365); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) +); +} +); +width = 681; +}, +{ +anchors = ( +{ +name = center; +pos = (374,366); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) +); +} +); +width = 709; +}, +{ +anchors = ( +{ +name = center; +pos = (444,363); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) +); +} +); +width = 843; +}, +{ +anchors = ( +{ +name = center; +pos = (427,365); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) +); +} +); +width = 815; +}, +{ +anchors = ( +{ +name = center; +pos = (463,363); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) +); +} +); +width = 883; +}, +{ +anchors = ( +{ +name = center; +pos = (444,364); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) +); +} +); +width = 850; } ); unicode = 9679; diff --git a/sources/MonaSans.glyphspackage/glyphs/braceleft.case.glyph b/sources/MonaSans.glyphspackage/glyphs/braceleft.case.glyph index a8cceee9..b34285df 100644 --- a/sources/MonaSans.glyphspackage/glyphs/braceleft.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/braceleft.case.glyph @@ -1,5 +1,6 @@ { glyphname = braceleft.case; +kernRight = KO_bracketleft.case; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -7,42 +8,42 @@ shapes = ( { closed = 1; nodes = ( -(329,-63,l), -(329,62,l), -(250,62,l), -(250,230,ls), -(250,291,o), -(233,341,o), -(160,368,c), -(160,371,l), -(230,387,o), -(250,439,o), -(250,505,cs), -(250,668,l), -(329,668,l), -(329,793,l), -(219,793,ls), -(131,793,o), -(90,738,o), -(90,666,cs), -(90,505,ls), -(90,458,o), -(67,427,o), -(27,427,cs), -(14,427,l), -(14,300,l), -(27,300,ls), -(65,300,o), -(90,273,o), -(90,225,cs), -(90,64,ls), -(90,-8,o), -(131,-63,o), -(219,-63,cs) +(337,-63,l), +(337,62,l), +(258,62,l), +(258,230,ls), +(258,291,o), +(241,341,o), +(168,368,c), +(168,371,l), +(238,387,o), +(258,439,o), +(258,505,cs), +(258,668,l), +(337,668,l), +(337,793,l), +(227,793,ls), +(139,793,o), +(98,738,o), +(98,666,cs), +(98,505,ls), +(98,458,o), +(75,427,o), +(35,427,cs), +(22,427,l), +(22,300,l), +(35,300,ls), +(73,300,o), +(98,273,o), +(98,225,cs), +(98,64,ls), +(98,-8,o), +(139,-63,o), +(227,-63,cs) ); } ); -width = 346; +width = 362; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -88,43 +89,129 @@ nodes = ( width = 239; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(336,-63,l), -(336,-31,l), -(169,-31,l), -(169,262,ls), -(169,320,o), -(136,362,o), -(99,364,c), -(99,368,l), -(134,369,o), -(169,409,o), -(169,470,cs), -(169,761,l), -(336,761,l), -(336,793,l), -(174,793,ls), -(146,793,o), -(133,775,o), -(133,750,cs), -(133,470,ls), -(133,414,o), -(101,384,o), -(70,384,cs), -(39,384,l), -(39,347,l), -(70,347,ls), -(101,347,o), -(133,317,o), -(133,262,cs), -(133,-20,ls), -(133,-45,o), -(146,-63,o), -(174,-63,cs) +(347,-63,l), +(347,-31,l), +(163,-31,l), +(163,262,ls), +(163,320,o), +(130,362,o), +(93,364,c), +(93,368,l), +(128,369,o), +(163,409,o), +(163,470,cs), +(163,761,l), +(347,761,l), +(347,793,l), +(168,793,ls), +(140,793,o), +(127,775,o), +(127,750,cs), +(127,470,ls), +(127,414,o), +(95,384,o), +(64,384,cs), +(24,384,l), +(24,347,l), +(64,347,ls), +(95,347,o), +(127,317,o), +(127,262,cs), +(127,-20,ls), +(127,-45,o), +(140,-63,o), +(168,-63,cs) +); +} +); +width = 373; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(436,-63,l), +(436,81,l), +(305,81,l), +(305,216,ls), +(305,290,o), +(286,341,o), +(215,369,c), +(215,372,l), +(269,385,o), +(305,420,o), +(305,515,cs), +(305,648,l), +(436,648,l), +(436,793,l), +(250,793,ls), +(157,793,o), +(114,734,o), +(114,659,cs), +(114,525,ls), +(114,478,o), +(91,447,o), +(51,447,cs), +(13,447,l), +(13,281,l), +(51,281,ls), +(89,281,o), +(114,253,o), +(114,205,cs), +(114,72,ls), +(114,-4,o), +(157,-63,o), +(250,-63,cs) +); +} +); +width = 458; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(333,-63,l), +(333,-31,l), +(168,-31,l), +(168,262,ls), +(168,320,o), +(137,362,o), +(100,364,c), +(100,368,l), +(135,369,o), +(168,409,o), +(168,470,cs), +(168,761,l), +(333,761,l), +(333,793,l), +(173,793,ls), +(147,793,o), +(134,775,o), +(134,750,cs), +(134,470,ls), +(134,414,o), +(102,384,o), +(71,384,cs), +(42,384,l), +(42,347,l), +(71,347,ls), +(102,347,o), +(134,317,o), +(134,262,cs), +(134,-20,ls), +(134,-45,o), +(147,-63,o), +(173,-63,cs) ); } ); @@ -218,46 +305,46 @@ type = Stem; } ); }; -width = 377; +width = 374; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(406,-63,l), -(406,70,l), -(286,70,l), -(286,231,ls), -(286,294,o), -(265,344,o), -(197,369,c), -(197,372,l), -(250,384,o), -(286,419,o), -(286,505,cs), -(286,659,l), -(406,659,l), -(406,793,l), -(236,793,ls), -(149,793,o), -(108,738,o), -(108,667,cs), -(108,512,ls), -(108,465,o), -(85,434,o), -(45,434,cs), -(22,434,l), -(22,295,l), -(45,295,ls), -(83,295,o), -(108,267,o), -(108,219,cs), -(108,63,ls), -(108,-8,o), -(149,-63,o), -(236,-63,cs) +(391,-63,l), +(391,70,l), +(279,70,l), +(279,231,ls), +(279,295,o), +(259,344,o), +(193,369,c), +(193,372,l), +(245,384,o), +(279,419,o), +(279,505,cs), +(279,659,l), +(391,659,l), +(391,793,l), +(229,793,ls), +(143,793,o), +(102,738,o), +(102,667,cs), +(102,512,ls), +(102,465,o), +(81,434,o), +(43,434,cs), +(21,434,l), +(21,295,l), +(43,295,ls), +(79,295,o), +(102,267,o), +(102,219,cs), +(102,63,ls), +(102,-8,o), +(143,-63,o), +(229,-63,cs) ); } ); @@ -265,93 +352,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceleft; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft; }; -width = 436; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(347,-63,l), -(347,-31,l), -(163,-31,l), -(163,262,ls), -(163,320,o), -(130,362,o), -(93,364,c), -(93,368,l), -(128,369,o), -(163,409,o), -(163,470,cs), -(163,761,l), -(347,761,l), -(347,793,l), -(168,793,ls), -(140,793,o), -(127,775,o), -(127,750,cs), -(127,470,ls), -(127,414,o), -(95,384,o), -(64,384,cs), -(24,384,l), -(24,347,l), -(64,347,ls), -(95,347,o), -(127,317,o), -(127,262,cs), -(127,-20,ls), -(127,-45,o), -(140,-63,o), -(168,-63,cs) -); -} -); -width = 373; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(430,-63,l), -(430,81,l), -(299,81,l), -(299,216,ls), -(299,290,o), -(280,341,o), -(209,369,c), -(209,372,l), -(263,385,o), -(299,420,o), -(299,515,cs), -(299,648,l), -(430,648,l), -(430,793,l), -(244,793,ls), -(151,793,o), -(108,734,o), -(108,659,cs), -(108,525,ls), -(108,478,o), -(85,447,o), -(45,447,cs), -(7,447,l), -(7,281,l), -(45,281,ls), -(83,281,o), -(108,253,o), -(108,205,cs), -(108,72,ls), -(108,-4,o), -(151,-63,o), -(244,-63,cs) -); -} -); -width = 446; +width = 419; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -402,42 +403,42 @@ shapes = ( { closed = 1; nodes = ( -(256,-63,l), -(282,62,l), -(204,62,l), -(239,230,ls), -(252,291,o), -(246,341,o), -(179,368,c), -(179,371,l), -(252,387,o), -(283,439,o), -(297,505,cs), -(330,668,l), -(408,668,l), -(435,793,l), -(326,793,ls), -(239,793,o), -(187,738,o), -(172,666,cs), -(138,505,ls), -(128,458,o), -(99,427,o), -(59,427,cs), -(47,427,l), -(20,300,l), -(33,300,ls), -(71,300,o), -(90,273,o), -(79,225,cs), -(46,64,ls), -(30,-8,o), -(60,-63,o), -(147,-63,cs) +(264,-63,l), +(290,62,l), +(212,62,l), +(247,230,ls), +(260,291,o), +(254,341,o), +(187,368,c), +(187,371,l), +(260,387,o), +(291,439,o), +(305,505,cs), +(338,668,l), +(416,668,l), +(443,793,l), +(334,793,ls), +(247,793,o), +(195,738,o), +(180,666,cs), +(146,505,ls), +(136,458,o), +(107,427,o), +(67,427,cs), +(55,427,l), +(28,300,l), +(41,300,ls), +(79,300,o), +(98,273,o), +(87,225,cs), +(54,64,ls), +(38,-8,o), +(68,-63,o), +(155,-63,cs) ); } ); -width = 344; +width = 360; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -574,42 +575,652 @@ shapes = ( { closed = 1; nodes = ( -(357,-63,l), -(386,81,l), -(256,81,l), -(285,216,ls), -(300,290,o), -(292,341,o), -(228,369,c), -(228,372,l), -(285,385,o), -(327,420,o), -(348,515,cs), -(376,648,l), -(506,648,l), -(535,793,l), -(350,793,ls), -(258,793,o), -(204,734,o), -(187,659,cs), -(160,525,ls), -(150,478,o), -(120,447,o), -(81,447,cs), -(43,447,l), -(9,281,l), -(46,281,ls), -(84,281,o), +(363,-63,l), +(392,81,l), +(262,81,l), +(291,216,ls), +(306,290,o), +(298,341,o), +(234,369,c), +(234,372,l), +(291,385,o), +(333,420,o), +(354,515,cs), +(382,648,l), +(512,648,l), +(541,793,l), +(356,793,ls), +(264,793,o), +(210,734,o), +(193,659,cs), +(166,525,ls), +(156,478,o), +(126,447,o), +(87,447,cs), +(49,447,l), +(15,281,l), +(52,281,ls), +(90,281,o), +(109,253,o), +(98,205,cs), +(72,72,ls), +(55,-4,o), +(86,-63,o), +(178,-63,cs) +); +} +); +width = 455; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,-63,l), +(221,-35,l), +(114,-35,l), +(114,262,ls), +(114,321,o), +(80,362,o), +(45,363,c), +(45,367,l), +(80,368,o), +(114,409,o), +(114,468,cs), +(114,765,l), +(221,765,l), +(221,793,l), +(121,793,ls), +(96,793,o), +(84,777,o), +(84,754,cs), +(84,467,ls), +(84,411,o), +(52,381,o), +(21,381,cs), +(0,381,l), +(0,349,l), +(21,349,ls), +(52,349,o), +(84,319,o), +(84,263,cs), +(84,-24,ls), +(84,-47,o), +(96,-63,o), +(121,-63,cs) +); +} +); +width = 223; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,-63,l), +(320,62,l), +(241,62,l), +(241,230,ls), +(241,291,o), +(224,341,o), +(151,368,c), +(151,371,l), +(221,387,o), +(241,439,o), +(241,505,cs), +(241,668,l), +(320,668,l), +(320,793,l), +(210,793,ls), +(122,793,o), +(81,738,o), +(81,666,cs), +(81,505,ls), +(81,458,o), +(58,427,o), +(18,427,cs), +(5,427,l), +(5,300,l), +(18,300,ls), +(56,300,o), +(81,273,o), +(81,225,cs), +(81,64,ls), +(81,-8,o), +(122,-63,o), +(210,-63,cs) +); +} +); +width = 327; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(316,-63,l), +(316,-31,l), +(149,-31,l), +(149,262,ls), +(149,320,o), +(116,362,o), +(79,364,c), +(79,368,l), +(114,369,o), +(149,409,o), +(149,470,cs), +(149,761,l), +(316,761,l), +(316,793,l), +(154,793,ls), +(126,793,o), +(113,775,o), +(113,750,cs), +(113,470,ls), +(113,414,o), +(81,384,o), +(50,384,cs), +(19,384,l), +(19,347,l), +(50,347,ls), +(81,347,o), +(113,317,o), +(113,262,cs), +(113,-20,ls), +(113,-45,o), +(126,-63,o), +(154,-63,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceleft; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +31 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +23 +); +stem = -2; +target = ( +0, +22 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +14 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +28 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +28 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +23 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +} +); +}; +width = 337; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(385,-63,l), +(385,70,l), +(265,70,l), +(265,231,ls), +(265,294,o), +(244,344,o), +(176,369,c), +(176,372,l), +(229,384,o), +(265,419,o), +(265,505,cs), +(265,659,l), +(385,659,l), +(385,793,l), +(215,793,ls), +(128,793,o), +(87,738,o), +(87,667,cs), +(87,512,ls), +(87,465,o), +(64,434,o), +(24,434,cs), +(1,434,l), +(1,295,l), +(24,295,ls), +(62,295,o), +(87,267,o), +(87,219,cs), +(87,63,ls), +(87,-8,o), +(128,-63,o), +(215,-63,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceleft; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft; +}; +width = 394; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(337,-63,l), +(337,-31,l), +(153,-31,l), +(153,262,ls), +(153,320,o), +(120,362,o), +(83,364,c), +(83,368,l), +(118,369,o), +(153,409,o), +(153,470,cs), +(153,761,l), +(337,761,l), +(337,793,l), +(158,793,ls), +(130,793,o), +(117,775,o), +(117,750,cs), +(117,470,ls), +(117,414,o), +(85,384,o), +(54,384,cs), +(14,384,l), +(14,347,l), +(54,347,ls), +(85,347,o), +(117,317,o), +(117,262,cs), +(117,-20,ls), +(117,-45,o), +(130,-63,o), +(158,-63,cs) +); +} +); +width = 353; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(425,-63,l), +(425,81,l), +(294,81,l), +(294,216,ls), +(294,290,o), +(275,341,o), +(204,369,c), +(204,372,l), +(258,385,o), +(294,420,o), +(294,515,cs), +(294,648,l), +(425,648,l), +(425,793,l), +(239,793,ls), +(146,793,o), +(103,734,o), +(103,659,cs), +(103,525,ls), +(103,478,o), +(80,447,o), +(40,447,cs), +(2,447,l), +(2,281,l), +(40,281,ls), +(78,281,o), (103,253,o), -(92,205,cs), -(66,72,ls), -(49,-4,o), -(80,-63,o), -(172,-63,cs) +(103,205,cs), +(103,72,ls), +(103,-4,o), +(146,-63,o), +(239,-63,cs) +); +} +); +width = 431; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,-63,l), +(142,-35,l), +(36,-35,l), +(99,262,ls), +(111,321,o), +(85,362,o), +(52,363,c), +(52,367,l), +(88,368,o), +(130,409,o), +(142,468,cs), +(204,765,l), +(310,765,l), +(315,793,l), +(216,793,ls), +(192,793,o), +(177,777,o), +(172,754,cs), +(112,467,ls), +(100,411,o), +(62,381,o), +(32,381,cs), +(11,381,l), +(4,349,l), +(25,349,ls), +(55,349,o), +(81,319,o), +(69,263,cs), +(9,-24,ls), +(4,-47,o), +(13,-63,o), +(38,-63,cs) +); +} +); +width = 192; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(245,-63,l), +(271,62,l), +(193,62,l), +(228,230,ls), +(241,291,o), +(235,341,o), +(168,368,c), +(168,371,l), +(241,387,o), +(272,439,o), +(286,505,cs), +(319,668,l), +(397,668,l), +(424,793,l), +(315,793,ls), +(228,793,o), +(176,738,o), +(161,666,cs), +(127,505,ls), +(117,458,o), +(88,427,o), +(48,427,cs), +(36,427,l), +(9,300,l), +(22,300,ls), +(60,300,o), +(79,273,o), +(68,225,cs), +(35,64,ls), +(19,-8,o), +(49,-63,o), +(136,-63,cs) +); +} +); +width = 322; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,-63,l), +(248,-31,l), +(83,-31,l), +(145,262,ls), +(157,320,o), +(132,362,o), +(97,364,c), +(98,368,l), +(133,369,o), +(176,409,o), +(189,470,cs), +(249,761,l), +(415,761,l), +(421,793,l), +(260,793,ls), +(232,793,o), +(216,775,o), +(211,750,cs), +(153,470,ls), +(141,414,o), +(102,384,o), +(72,384,cs), +(41,384,l), +(34,347,l), +(64,347,ls), +(95,347,o), +(121,317,o), +(109,262,cs), +(50,-20,ls), +(45,-45,o), +(54,-63,o), +(82,-63,cs) +); +} +); +width = 328; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(303,-63,l), +(331,70,l), +(212,70,l), +(245,231,ls), +(258,294,o), +(248,344,o), +(187,369,c), +(187,372,l), +(242,384,o), +(286,419,o), +(303,505,cs), +(335,659,l), +(454,659,l), +(482,793,l), +(313,793,ls), +(227,793,o), +(176,738,o), +(161,667,cs), +(128,512,ls), +(119,465,o), +(89,434,o), +(49,434,cs), +(27,434,l), +(-2,295,l), +(21,295,ls), +(58,295,o), +(77,267,o), +(67,219,cs), +(35,63,ls), +(19,-8,o), +(49,-63,o), +(135,-63,cs) +); +} +); +width = 375; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(267,-63,l), +(273,-31,l), +(91,-31,l), +(152,262,ls), +(164,320,o), +(140,362,o), +(105,364,c), +(106,368,l), +(140,369,o), +(183,409,o), +(196,470,cs), +(257,761,l), +(439,761,l), +(445,793,l), +(268,793,ls), +(240,793,o), +(224,775,o), +(219,750,cs), +(161,470,ls), +(149,414,o), +(110,384,o), +(79,384,cs), +(40,384,l), +(33,347,l), +(72,347,ls), +(103,347,o), +(129,317,o), +(117,262,cs), +(57,-20,ls), +(53,-45,o), +(62,-63,o), +(90,-63,cs) +); +} +); +width = 351; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(342,-63,l), +(371,81,l), +(241,81,l), +(270,216,ls), +(285,290,o), +(277,341,o), +(213,369,c), +(213,372,l), +(270,385,o), +(312,420,o), +(333,515,cs), +(361,648,l), +(491,648,l), +(520,793,l), +(335,793,ls), +(243,793,o), +(189,734,o), +(172,659,cs), +(145,525,ls), +(135,478,o), +(105,447,o), +(66,447,cs), +(28,447,l), +(-6,281,l), +(31,281,ls), +(69,281,o), +(88,253,o), +(77,205,cs), +(51,72,ls), +(34,-4,o), +(65,-63,o), +(157,-63,cs) ); } ); -width = 443; +width = 413; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/braceleft.glyph b/sources/MonaSans.glyphspackage/glyphs/braceleft.glyph index 504e1633..9a524b5c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/braceleft.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/braceleft.glyph @@ -1,5 +1,6 @@ { glyphname = braceleft; +kernRight = KO_braceleft; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -7,42 +8,42 @@ shapes = ( { closed = 1; nodes = ( -(328,-167,l), -(328,-42,l), -(249,-42,l), -(249,171,ls), -(249,232,o), -(232,282,o), -(159,309,c), -(159,312,l), -(229,328,o), -(249,380,o), -(249,446,cs), -(249,668,l), -(328,668,l), -(328,793,l), -(218,793,ls), -(130,793,o), -(89,738,o), -(89,666,cs), -(89,446,ls), -(89,399,o), -(66,368,o), -(26,368,cs), -(13,368,l), -(13,241,l), -(26,241,ls), -(64,241,o), -(89,214,o), -(89,166,cs), -(89,-40,ls), -(89,-112,o), -(130,-167,o), -(218,-167,cs) +(336,-167,l), +(336,-42,l), +(257,-42,l), +(257,171,ls), +(257,232,o), +(240,282,o), +(167,309,c), +(167,312,l), +(237,328,o), +(257,380,o), +(257,446,cs), +(257,668,l), +(336,668,l), +(336,793,l), +(226,793,ls), +(138,793,o), +(97,738,o), +(97,666,cs), +(97,446,ls), +(97,399,o), +(74,368,o), +(34,368,cs), +(21,368,l), +(21,241,l), +(34,241,ls), +(72,241,o), +(97,214,o), +(97,166,cs), +(97,-40,ls), +(97,-112,o), +(138,-167,o), +(226,-167,cs) ); } ); -width = 344; +width = 360; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -88,43 +89,129 @@ nodes = ( width = 236; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(335,-167,l), -(335,-135,l), -(168,-135,l), -(168,208,ls), -(168,267,o), -(135,309,o), -(98,311,c), -(98,315,l), -(133,316,o), -(168,356,o), -(168,417,cs), -(168,761,l), -(335,761,l), -(335,793,l), -(173,793,ls), -(145,793,o), -(132,775,o), -(132,750,cs), -(132,417,ls), -(132,361,o), -(100,331,o), -(69,331,cs), -(38,331,l), -(38,294,l), -(69,294,ls), -(100,294,o), -(132,264,o), -(132,209,cs), -(132,-124,ls), -(132,-149,o), -(145,-167,o), -(173,-167,cs) +(354,-167,l), +(354,-135,l), +(170,-135,l), +(170,208,ls), +(170,267,o), +(137,309,o), +(100,311,c), +(100,315,l), +(135,316,o), +(170,356,o), +(170,417,cs), +(170,761,l), +(354,761,l), +(354,793,l), +(175,793,ls), +(147,793,o), +(134,775,o), +(134,750,cs), +(134,417,ls), +(134,361,o), +(102,331,o), +(71,331,cs), +(23,331,l), +(23,294,l), +(71,294,ls), +(102,294,o), +(134,264,o), +(134,209,cs), +(134,-124,ls), +(134,-149,o), +(147,-167,o), +(175,-167,cs) +); +} +); +width = 379; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(443,-167,l), +(443,-13,l), +(303,-13,l), +(303,167,ls), +(303,230,o), +(284,281,o), +(213,309,c), +(213,312,l), +(267,325,o), +(303,360,o), +(303,448,cs), +(303,638,l), +(443,638,l), +(443,793,l), +(248,793,ls), +(155,793,o), +(112,734,o), +(112,659,cs), +(112,465,ls), +(112,418,o), +(89,387,o), +(49,387,cs), +(11,387,l), +(11,221,l), +(49,221,ls), +(87,221,o), +(112,193,o), +(112,145,cs), +(112,-33,ls), +(112,-108,o), +(155,-167,o), +(248,-167,cs) +); +} +); +width = 463; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(332,-167,l), +(332,-135,l), +(167,-135,l), +(167,208,ls), +(167,267,o), +(136,309,o), +(99,311,c), +(99,315,l), +(134,316,o), +(167,356,o), +(167,417,cs), +(167,761,l), +(332,761,l), +(332,793,l), +(172,793,ls), +(146,793,o), +(133,775,o), +(133,750,cs), +(133,417,ls), +(133,361,o), +(101,331,o), +(70,331,cs), +(41,331,l), +(41,294,l), +(70,294,ls), +(101,294,o), +(133,264,o), +(133,209,cs), +(133,-124,ls), +(133,-149,o), +(146,-167,o), +(172,-167,cs) ); } ); @@ -202,136 +289,50 @@ type = Stem; } ); }; -width = 375; +width = 372; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(405,-167,l), -(405,-24,l), -(285,-24,l), -(285,171,ls), -(285,234,o), -(264,284,o), -(196,309,c), -(196,312,l), -(249,324,o), -(285,359,o), -(285,445,cs), -(285,649,l), -(405,649,l), -(405,793,l), -(235,793,ls), -(148,793,o), -(107,738,o), -(107,667,cs), -(107,452,ls), -(107,405,o), -(84,374,o), -(44,374,cs), -(21,374,l), -(21,235,l), -(44,235,ls), -(82,235,o), -(107,207,o), -(107,159,cs), -(107,-41,ls), -(107,-112,o), -(148,-167,o), -(235,-167,cs) +(390,-167,l), +(390,-24,l), +(278,-24,l), +(278,171,ls), +(278,235,o), +(258,284,o), +(192,309,c), +(192,312,l), +(244,324,o), +(278,359,o), +(278,445,cs), +(278,649,l), +(390,649,l), +(390,793,l), +(228,793,ls), +(142,793,o), +(101,738,o), +(101,667,cs), +(101,452,ls), +(101,405,o), +(80,374,o), +(42,374,cs), +(20,374,l), +(20,235,l), +(42,235,ls), +(78,235,o), +(101,207,o), +(101,159,cs), +(101,-41,ls), +(101,-112,o), +(142,-167,o), +(228,-167,cs) ); } ); -width = 434; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(354,-167,l), -(354,-135,l), -(170,-135,l), -(170,208,ls), -(170,267,o), -(137,309,o), -(100,311,c), -(100,315,l), -(135,316,o), -(170,356,o), -(170,417,cs), -(170,761,l), -(354,761,l), -(354,793,l), -(175,793,ls), -(147,793,o), -(134,775,o), -(134,750,cs), -(134,417,ls), -(134,361,o), -(102,331,o), -(71,331,cs), -(23,331,l), -(23,294,l), -(71,294,ls), -(102,294,o), -(134,264,o), -(134,209,cs), -(134,-124,ls), -(134,-149,o), -(147,-167,o), -(175,-167,cs) -); -} -); -width = 379; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(437,-167,l), -(437,-13,l), -(297,-13,l), -(297,167,ls), -(297,230,o), -(278,281,o), -(207,309,c), -(207,312,l), -(261,325,o), -(297,360,o), -(297,448,cs), -(297,638,l), -(437,638,l), -(437,793,l), -(242,793,ls), -(149,793,o), -(106,734,o), -(106,659,cs), -(106,465,ls), -(106,418,o), -(83,387,o), -(43,387,cs), -(5,387,l), -(5,221,l), -(43,221,ls), -(81,221,o), -(106,193,o), -(106,145,cs), -(106,-33,ls), -(106,-108,o), -(149,-167,o), -(242,-167,cs) -); -} -); -width = 451; +width = 417; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -382,42 +383,42 @@ shapes = ( { closed = 1; nodes = ( -(234,-167,l), -(260,-42,l), -(182,-42,l), -(227,171,ls), -(240,232,o), -(234,282,o), -(166,309,c), -(167,312,l), -(240,328,o), -(271,380,o), -(284,446,cs), -(331,668,l), -(409,668,l), -(436,793,l), -(327,793,ls), -(240,793,o), -(187,738,o), -(172,666,cs), -(125,446,ls), -(116,399,o), -(87,368,o), -(47,368,cs), -(35,368,l), -(7,241,l), -(20,241,ls), -(58,241,o), -(78,214,o), -(67,166,cs), -(24,-40,ls), -(9,-112,o), -(38,-167,o), -(125,-167,cs) +(242,-167,l), +(268,-42,l), +(190,-42,l), +(235,171,ls), +(248,232,o), +(242,282,o), +(174,309,c), +(175,312,l), +(248,328,o), +(279,380,o), +(292,446,cs), +(339,668,l), +(417,668,l), +(444,793,l), +(335,793,ls), +(248,793,o), +(195,738,o), +(180,666,cs), +(133,446,ls), +(124,399,o), +(95,368,o), +(55,368,cs), +(43,368,l), +(15,241,l), +(28,241,ls), +(66,241,o), +(86,214,o), +(75,166,cs), +(32,-40,ls), +(17,-112,o), +(46,-167,o), +(133,-167,cs) ); } ); -width = 344; +width = 360; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -554,42 +555,632 @@ shapes = ( { closed = 1; nodes = ( -(342,-167,l), -(374,-13,l), -(236,-13,l), -(273,167,ls), -(286,230,o), -(278,281,o), -(213,309,c), -(214,312,l), -(271,325,o), -(313,360,o), -(332,448,cs), -(372,638,l), -(510,638,l), -(543,793,l), -(350,793,ls), -(258,793,o), -(203,734,o), -(187,659,cs), -(146,465,ls), -(136,418,o), -(106,387,o), -(67,387,cs), -(29,387,l), -(-5,221,l), -(32,221,ls), -(70,221,o), -(89,193,o), -(79,145,cs), -(41,-33,ls), -(26,-108,o), -(56,-167,o), -(148,-167,cs) +(348,-167,l), +(380,-13,l), +(242,-13,l), +(279,167,ls), +(292,230,o), +(284,281,o), +(219,309,c), +(220,312,l), +(277,325,o), +(319,360,o), +(338,448,cs), +(378,638,l), +(516,638,l), +(549,793,l), +(356,793,ls), +(264,793,o), +(209,734,o), +(193,659,cs), +(152,465,ls), +(142,418,o), +(112,387,o), +(73,387,cs), +(35,387,l), +(1,221,l), +(38,221,ls), +(76,221,o), +(95,193,o), +(85,145,cs), +(47,-33,ls), +(32,-108,o), +(62,-167,o), +(154,-167,cs) +); +} +); +width = 460; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,-167,l), +(220,-140,l), +(113,-140,l), +(113,210,ls), +(113,269,o), +(79,310,o), +(44,311,c), +(44,315,l), +(79,316,o), +(113,357,o), +(113,416,cs), +(113,766,l), +(220,766,l), +(220,793,l), +(120,793,ls), +(95,793,o), +(83,777,o), +(83,754,cs), +(83,415,ls), +(83,359,o), +(51,329,o), +(20,329,cs), +(-1,329,l), +(-1,297,l), +(20,297,ls), +(51,297,o), +(83,267,o), +(83,211,cs), +(83,-128,ls), +(83,-151,o), +(95,-167,o), +(120,-167,cs) +); +} +); +width = 220; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(319,-167,l), +(319,-42,l), +(240,-42,l), +(240,171,ls), +(240,232,o), +(223,282,o), +(150,309,c), +(150,312,l), +(220,328,o), +(240,380,o), +(240,446,cs), +(240,668,l), +(319,668,l), +(319,793,l), +(209,793,ls), +(121,793,o), +(80,738,o), +(80,666,cs), +(80,446,ls), +(80,399,o), +(57,368,o), +(17,368,cs), +(4,368,l), +(4,241,l), +(17,241,ls), +(55,241,o), +(80,214,o), +(80,166,cs), +(80,-40,ls), +(80,-112,o), +(121,-167,o), +(209,-167,cs) +); +} +); +width = 326; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(315,-167,l), +(315,-135,l), +(148,-135,l), +(148,208,ls), +(148,267,o), +(115,309,o), +(78,311,c), +(78,315,l), +(113,316,o), +(148,356,o), +(148,417,cs), +(148,761,l), +(315,761,l), +(315,793,l), +(153,793,ls), +(125,793,o), +(112,775,o), +(112,750,cs), +(112,417,ls), +(112,361,o), +(80,331,o), +(49,331,cs), +(18,331,l), +(18,294,l), +(49,294,ls), +(80,294,o), +(112,264,o), +(112,209,cs), +(112,-124,ls), +(112,-149,o), +(125,-167,o), +(153,-167,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +31 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +23 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +28 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +23 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +} +); +}; +width = 335; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(388,-167,l), +(388,-24,l), +(268,-24,l), +(268,171,ls), +(268,234,o), +(247,284,o), +(179,309,c), +(179,312,l), +(232,324,o), +(268,359,o), +(268,445,cs), +(268,649,l), +(388,649,l), +(388,793,l), +(218,793,ls), +(131,793,o), +(90,738,o), +(90,667,cs), +(90,452,ls), +(90,405,o), +(67,374,o), +(27,374,cs), +(4,374,l), +(4,235,l), +(27,235,ls), +(65,235,o), +(90,207,o), +(90,159,cs), +(90,-41,ls), +(90,-112,o), +(131,-167,o), +(218,-167,cs) +); +} +); +width = 396; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(344,-167,l), +(344,-135,l), +(160,-135,l), +(160,208,ls), +(160,267,o), +(127,309,o), +(90,311,c), +(90,315,l), +(125,316,o), +(160,356,o), +(160,417,cs), +(160,761,l), +(344,761,l), +(344,793,l), +(165,793,ls), +(137,793,o), +(124,775,o), +(124,750,cs), +(124,417,ls), +(124,361,o), +(92,331,o), +(61,331,cs), +(13,331,l), +(13,294,l), +(61,294,ls), +(92,294,o), +(124,264,o), +(124,209,cs), +(124,-124,ls), +(124,-149,o), +(137,-167,o), +(165,-167,cs) +); +} +); +width = 359; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(432,-167,l), +(432,-13,l), +(292,-13,l), +(292,167,ls), +(292,230,o), +(273,281,o), +(202,309,c), +(202,312,l), +(256,325,o), +(292,360,o), +(292,448,cs), +(292,638,l), +(432,638,l), +(432,793,l), +(237,793,ls), +(144,793,o), +(101,734,o), +(101,659,cs), +(101,465,ls), +(101,418,o), +(78,387,o), +(38,387,cs), +(0,387,l), +(0,221,l), +(38,221,ls), +(76,221,o), +(101,193,o), +(101,145,cs), +(101,-33,ls), +(101,-108,o), +(144,-167,o), +(237,-167,cs) +); +} +); +width = 436; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,-167,l), +(119,-140,l), +(13,-140,l), +(87,210,ls), +(99,269,o), +(74,310,o), +(40,311,c), +(40,315,l), +(76,316,o), +(118,357,o), +(130,416,cs), +(203,766,l), +(309,766,l), +(315,793,l), +(216,793,ls), +(192,793,o), +(176,777,o), +(171,754,cs), +(100,415,ls), +(88,359,o), +(51,329,o), +(20,329,cs), +(-1,329,l), +(-8,297,l), +(13,297,ls), +(44,297,o), +(69,267,o), +(57,211,cs), +(-14,-128,ls), +(-19,-151,o), +(-10,-167,o), +(14,-167,cs) +); +} +); +width = 189; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(223,-167,l), +(249,-42,l), +(171,-42,l), +(216,171,ls), +(229,232,o), +(223,282,o), +(155,309,c), +(156,312,l), +(229,328,o), +(260,380,o), +(273,446,cs), +(320,668,l), +(398,668,l), +(425,793,l), +(316,793,ls), +(229,793,o), +(176,738,o), +(161,666,cs), +(114,446,ls), +(105,399,o), +(76,368,o), +(36,368,cs), +(24,368,l), +(-4,241,l), +(9,241,ls), +(47,241,o), +(67,214,o), +(56,166,cs), +(13,-40,ls), +(-2,-112,o), +(27,-167,o), +(114,-167,cs) +); +} +); +width = 322; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(219,-167,l), +(226,-135,l), +(60,-135,l), +(132,208,ls), +(145,267,o), +(121,309,o), +(85,311,c), +(85,315,l), +(121,316,o), +(164,356,o), +(176,417,cs), +(248,761,l), +(414,761,l), +(421,793,l), +(260,793,ls), +(232,793,o), +(215,775,o), +(210,750,cs), +(140,417,ls), +(128,361,o), +(91,331,o), +(60,331,cs), +(29,331,l), +(22,294,l), +(53,294,ls), +(83,294,o), +(108,264,o), +(97,209,cs), +(27,-124,ls), +(22,-149,o), +(31,-167,o), +(58,-167,cs) +); +} +); +width = 325; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,-167,l), +(311,-24,l), +(192,-24,l), +(232,171,ls), +(245,234,o), +(235,284,o), +(173,309,c), +(174,312,l), +(229,324,o), +(272,359,o), +(289,445,cs), +(332,649,l), +(451,649,l), +(482,793,l), +(313,793,ls), +(227,793,o), +(175,738,o), +(160,667,cs), +(115,452,ls), +(105,405,o), +(76,374,o), +(36,374,cs), +(14,374,l), +(-16,235,l), +(7,235,ls), +(44,235,o), +(63,207,o), +(54,159,cs), +(12,-41,ls), +(-3,-112,o), +(25,-167,o), +(112,-167,cs) +); +} +); +width = 373; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,-167,l), +(258,-135,l), +(76,-135,l), +(148,208,ls), +(161,267,o), +(136,309,o), +(101,311,c), +(101,315,l), +(136,316,o), +(179,356,o), +(191,417,cs), +(264,761,l), +(446,761,l), +(453,793,l), +(276,793,ls), +(248,793,o), +(231,775,o), +(226,750,cs), +(156,417,ls), +(144,361,o), +(106,331,o), +(76,331,cs), +(28,331,l), +(21,294,l), +(68,294,ls), +(99,294,o), +(124,264,o), +(113,209,cs), +(43,-124,ls), +(38,-149,o), +(46,-167,o), +(74,-167,cs) +); +} +); +width = 356; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(327,-167,l), +(359,-13,l), +(221,-13,l), +(258,167,ls), +(271,230,o), +(263,281,o), +(198,309,c), +(199,312,l), +(256,325,o), +(298,360,o), +(317,448,cs), +(357,638,l), +(495,638,l), +(528,793,l), +(335,793,ls), +(243,793,o), +(188,734,o), +(172,659,cs), +(131,465,ls), +(121,418,o), +(91,387,o), +(52,387,cs), +(14,387,l), +(-20,221,l), +(17,221,ls), +(55,221,o), +(74,193,o), +(64,145,cs), +(26,-33,ls), +(11,-108,o), +(41,-167,o), +(133,-167,cs) ); } ); -width = 448; +width = 418; } ); unicode = 123; diff --git a/sources/MonaSans.glyphspackage/glyphs/braceright.case.glyph b/sources/MonaSans.glyphspackage/glyphs/braceright.case.glyph index 5d3f45f0..ad92ce8e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/braceright.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/braceright.case.glyph @@ -7,11 +7,11 @@ layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { angle = 180; -pos = (346,729); +pos = (362,729); ref = braceleft.case; } ); -width = 346; +width = 362; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -25,9 +25,236 @@ ref = braceleft.case; width = 239; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +angle = 180; +pos = (373,729); +ref = braceleft.case; +} +); +width = 373; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +angle = 180; +pos = (458,729); +ref = braceleft.case; +} +); +width = 458; +}, +{ +layerId = m019; +shapes = ( +{ +angle = 180; +pos = (374,729); +ref = braceleft.case; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceright; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +31 +); +stem = -2; +target = ( +0, +30 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +0, +10 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +29 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +25 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +31 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +} +); +}; +width = 374; +}, +{ +layerId = m020; +shapes = ( +{ +angle = 180; +pos = (419,729); +ref = braceleft.case; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceright; +}; +width = 419; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +angle = 180; +pos = (282,729); +ref = braceleft.case; +} +); +width = 238; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +angle = 180; +pos = (399,729); +ref = braceleft.case; +} +); +width = 360; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +angle = 180; +pos = (420,729); +ref = braceleft.case; +} +); +width = 376; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +angle = 180; +pos = (471,729); +ref = braceleft.case; +} +); +width = 433; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +angle = 180; +pos = (415,729); +ref = braceleft.case; +} +); +width = 371; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +angle = 180; +pos = (493,729); +ref = braceleft.case; +} +); +width = 455; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +angle = 180; +pos = (223,729); +ref = braceleft.case; +} +); +width = 223; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +angle = 180; +pos = (327,729); +ref = braceleft.case; +} +); +width = 327; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { +alignment = -1; angle = 180; pos = (377,729); ref = braceleft.case; @@ -126,11 +353,12 @@ type = Stem; width = 377; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; angle = 180; -pos = (436,729); +pos = (416,729); ref = braceleft.case; } ); @@ -138,12 +366,13 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceright; }; -width = 436; +width = 416; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; angle = 180; pos = (373,729); ref = braceleft.case; @@ -152,81 +381,81 @@ ref = braceleft.case; width = 373; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { angle = 180; -pos = (446,729); +pos = (431,729); ref = braceleft.case; } ); -width = 446; +width = 431; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { angle = 180; -pos = (282,729); +pos = (236,729); ref = braceleft.case; } ); -width = 238; +width = 192; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { angle = 180; -pos = (383,729); +pos = (361,729); ref = braceleft.case; } ); -width = 344; +width = 322; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { angle = 180; -pos = (420,729); +pos = (372,729); ref = braceleft.case; } ); -width = 376; +width = 328; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { angle = 180; -pos = (471,729); +pos = (413,729); ref = braceleft.case; } ); -width = 433; +width = 375; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { angle = 180; -pos = (415,729); +pos = (395,729); ref = braceleft.case; } ); -width = 371; +width = 351; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { angle = 180; -pos = (481,729); +pos = (451,729); ref = braceleft.case; } ); -width = 443; +width = 413; } ); metricLeft = braceright; diff --git a/sources/MonaSans.glyphspackage/glyphs/braceright.glyph b/sources/MonaSans.glyphspackage/glyphs/braceright.glyph index 1bc4726c..e9671c25 100644 --- a/sources/MonaSans.glyphspackage/glyphs/braceright.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/braceright.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = braceright; -kernLeft = braceright; +kernLeft = KO_braceright; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,11 +9,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (344,626); +pos = (360,626); ref = braceleft; } ); -width = 344; +width = 360; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,12 +28,36 @@ ref = braceleft; width = 236; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; angle = 180; -pos = (375,626); +pos = (379,626); +ref = braceleft; +} +); +width = 379; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (463,626); +ref = braceleft; +} +); +width = 463; +}, +{ +layerId = m019; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (372,626); ref = braceleft; } ); @@ -91,26 +115,200 @@ type = Stem; } ); }; -width = 375; +width = 372; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { alignment = 3; angle = 180; -pos = (434,626); +pos = (417,626); ref = braceleft; } ); -width = 434; +width = 417; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (258,626); +ref = braceleft; +} +); +width = 235; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (378,626); +ref = braceleft; +} +); +width = 360; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (396,626); +ref = braceleft; +} +); +width = 373; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (448,626); +ref = braceleft; +} +); +width = 431; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (399,626); +ref = braceleft; +} +); +width = 376; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { alignment = 3; angle = 180; +pos = (477,626); +ref = braceleft; +} +); +width = 460; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (220,626); +ref = braceleft; +} +); +width = 220; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (326,626); +ref = braceleft; +} +); +width = 326; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (375,626); +ref = braceleft; +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 375; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (408,626); +ref = braceleft; +} +); +width = 408; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (379,626); ref = braceleft; } @@ -118,88 +316,88 @@ ref = braceleft; width = 379; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = 3; angle = 180; -pos = (451,626); +pos = (436,626); ref = braceleft; } ); -width = 451; +width = 436; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 3; angle = 180; -pos = (258,626); +pos = (212,626); ref = braceleft; } ); -width = 235; +width = 189; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 3; angle = 180; -pos = (362,626); +pos = (340,626); ref = braceleft; } ); -width = 344; +width = 322; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 3; angle = 180; -pos = (396,626); +pos = (348,626); ref = braceleft; } ); -width = 373; +width = 325; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 3; angle = 180; -pos = (448,626); +pos = (390,626); ref = braceleft; } ); -width = 431; +width = 373; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 3; angle = 180; -pos = (399,626); +pos = (379,626); ref = braceleft; } ); -width = 376; +width = 356; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 3; angle = 180; -pos = (465,626); +pos = (435,626); ref = braceleft; } ); -width = 448; +width = 418; } ); metricLeft = "=|braceleft"; diff --git a/sources/MonaSans.glyphspackage/glyphs/bracketleft.case.glyph b/sources/MonaSans.glyphspackage/glyphs/bracketleft.case.glyph index 1aa8708f..606c0cba 100644 --- a/sources/MonaSans.glyphspackage/glyphs/bracketleft.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/bracketleft.case.glyph @@ -1,5 +1,6 @@ { glyphname = bracketleft.case; +kernRight = KO_bracketleft.case; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -7,18 +8,18 @@ shapes = ( { closed = 1; nodes = ( -(302,-63,l), -(302,62,l), -(192,62,l), -(192,668,l), -(302,668,l), -(302,793,l), -(32,793,l), -(32,-63,l) +(310,-63,l), +(310,62,l), +(200,62,l), +(200,668,l), +(310,668,l), +(310,793,l), +(40,793,l), +(40,-63,l) ); } ); -width = 319; +width = 335; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -40,19 +41,57 @@ nodes = ( width = 219; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(305,-63,l), -(305,-31,l), -(138,-31,l), -(138,761,l), -(305,761,l), -(305,793,l), -(102,793,l), -(102,-63,l) +(308,-63,l), +(308,-31,l), +(115,-31,l), +(115,761,l), +(308,761,l), +(308,793,l), +(79,793,l), +(79,-63,l) +); +} +); +width = 334; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(388,-63,l), +(388,90,l), +(249,90,l), +(249,639,l), +(388,639,l), +(388,793,l), +(57,793,l), +(57,-63,l) +); +} +); +width = 411; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(302,-63,l), +(302,-31,l), +(139,-31,l), +(139,761,l), +(302,761,l), +(302,793,l), +(103,793,l), +(103,-63,l) ); } ); @@ -104,22 +143,22 @@ type = Stem; } ); }; -width = 346; +width = 345; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(362,-63,l), -(362,70,l), -(242,70,l), -(242,659,l), -(362,659,l), -(362,793,l), -(64,793,l), -(64,-63,l) +(347,-63,l), +(347,70,l), +(239,70,l), +(239,659,l), +(347,659,l), +(347,793,l), +(62,793,l), +(62,-63,l) ); } ); @@ -127,45 +166,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = bracketleft; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft.case; }; -width = 392; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,-63,l), -(308,-31,l), -(115,-31,l), -(115,761,l), -(308,761,l), -(308,793,l), -(79,793,l), -(79,-63,l) -); -} -); -width = 334; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(382,-63,l), -(382,90,l), -(243,90,l), -(243,639,l), -(382,639,l), -(382,793,l), -(51,793,l), -(51,-63,l) -); -} -); -width = 399; +width = 375; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -192,18 +193,18 @@ shapes = ( { closed = 1; nodes = ( -(257,-63,l), -(285,70,l), -(166,70,l), -(289,659,l), -(408,659,l), -(436,793,l), -(141,793,l), -(-38,-63,l) +(265,-63,l), +(293,70,l), +(174,70,l), +(297,659,l), +(416,659,l), +(444,793,l), +(149,793,l), +(-30,-63,l) ); } ); -width = 345; +width = 361; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -268,18 +269,298 @@ shapes = ( { closed = 1; nodes = ( -(310,-63,l), -(342,90,l), -(203,90,l), -(318,639,l), -(457,639,l), -(488,793,l), +(316,-63,l), +(348,90,l), +(209,90,l), +(324,639,l), +(463,639,l), +(494,793,l), +(166,793,l), +(-12,-63,l) +); +} +); +width = 409; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(189,-63,l), +(189,-35,l), +(82,-35,l), +(82,765,l), +(189,765,l), +(189,793,l), +(52,793,l), +(52,-63,l) +); +} +); +width = 191; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(292,-63,l), +(292,62,l), +(182,62,l), +(182,668,l), +(292,668,l), +(292,793,l), +(22,793,l), +(22,-63,l) +); +} +); +width = 299; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,-63,l), +(281,-31,l), +(114,-31,l), +(114,761,l), +(281,761,l), +(281,793,l), +(78,793,l), +(78,-63,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = bracketleft; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft.case; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 302; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(338,-63,l), +(338,70,l), +(218,70,l), +(218,659,l), +(338,659,l), +(338,793,l), +(40,793,l), +(40,-63,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = bracketleft; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft.case; +}; +width = 347; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,-63,l), +(298,-31,l), +(105,-31,l), +(105,761,l), +(298,761,l), +(298,793,l), +(69,793,l), +(69,-63,l) +); +} +); +width = 314; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(372,-63,l), +(372,90,l), +(233,90,l), +(233,639,l), +(372,639,l), +(372,793,l), +(41,793,l), +(41,-63,l) +); +} +); +width = 379; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(118,-63,l), +(122,-35,l), +(17,-35,l), +(185,765,l), +(291,765,l), +(296,793,l), (160,793,l), (-18,-63,l) ); } ); -width = 397; +width = 173; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(246,-63,l), +(274,70,l), +(155,70,l), +(278,659,l), +(397,659,l), +(425,793,l), +(130,793,l), +(-49,-63,l) +); +} +); +width = 323; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,-63,l), +(218,-31,l), +(52,-31,l), +(218,761,l), +(384,761,l), +(390,793,l), +(189,793,l), +(11,-63,l) +); +} +); +width = 297; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(261,-63,l), +(288,70,l), +(170,70,l), +(293,659,l), +(412,659,l), +(439,793,l), +(144,793,l), +(-34,-63,l) +); +} +); +width = 333; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(229,-63,l), +(235,-31,l), +(44,-31,l), +(210,761,l), +(401,761,l), +(407,793,l), +(180,793,l), +(2,-63,l) +); +} +); +width = 313; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(295,-63,l), +(327,90,l), +(188,90,l), +(303,639,l), +(442,639,l), +(473,793,l), +(145,793,l), +(-33,-63,l) +); +} +); +width = 367; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/bracketleft.glyph b/sources/MonaSans.glyphspackage/glyphs/bracketleft.glyph index fd89791d..bfce023f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/bracketleft.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/bracketleft.glyph @@ -1,6 +1,6 @@ { glyphname = bracketleft; -kernRight = bracketleft; +kernRight = KO_bracketleft; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -8,18 +8,18 @@ shapes = ( { closed = 1; nodes = ( -(302,-167,l), -(302,-42,l), -(193,-42,l), -(193,660,l), -(302,660,l), -(302,793,l), -(32,793,l), -(32,-167,l) +(310,-167,l), +(310,-42,l), +(201,-42,l), +(201,660,l), +(310,660,l), +(310,793,l), +(40,793,l), +(40,-167,l) ); } ); -width = 318; +width = 334; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -41,19 +41,57 @@ nodes = ( width = 217; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(305,-167,l), -(305,-135,l), -(138,-135,l), -(138,761,l), -(305,761,l), -(305,793,l), -(102,793,l), -(102,-167,l) +(308,-167,l), +(308,-135,l), +(115,-135,l), +(115,761,l), +(308,761,l), +(308,793,l), +(79,793,l), +(79,-167,l) +); +} +); +width = 333; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(388,-167,l), +(388,-12,l), +(249,-12,l), +(249,638,l), +(388,638,l), +(388,793,l), +(57,793,l), +(57,-167,l) +); +} +); +width = 408; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(302,-167,l), +(302,-135,l), +(139,-135,l), +(139,761,l), +(302,761,l), +(302,793,l), +(103,793,l), +(103,-167,l) ); } ); @@ -103,64 +141,26 @@ type = Stem; } ); }; -width = 345; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(362,-167,l), -(362,-24,l), -(242,-24,l), -(242,649,l), -(362,649,l), -(362,793,l), -(64,793,l), -(64,-167,l) -); -} -); -width = 391; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,-167,l), -(308,-135,l), -(115,-135,l), -(115,761,l), -(308,761,l), -(308,793,l), -(79,793,l), -(79,-167,l) -); -} -); -width = 333; +width = 344; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(382,-167,l), -(382,-12,l), -(243,-12,l), -(243,638,l), -(382,638,l), -(382,793,l), -(51,793,l), -(51,-167,l) +(347,-167,l), +(347,-24,l), +(239,-24,l), +(239,649,l), +(347,649,l), +(347,793,l), +(62,793,l), +(62,-167,l) ); } ); -width = 396; +width = 374; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -187,18 +187,18 @@ shapes = ( { closed = 1; nodes = ( -(206,-167,l), -(232,-42,l), -(124,-42,l), -(272,660,l), -(380,660,l), -(408,793,l), -(141,793,l), -(-61,-167,l) +(214,-167,l), +(240,-42,l), +(132,-42,l), +(280,660,l), +(388,660,l), +(416,793,l), +(149,793,l), +(-53,-167,l) ); } ); -width = 316; +width = 332; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -263,18 +263,292 @@ shapes = ( { closed = 1; nodes = ( -(286,-167,l), -(319,-12,l), -(182,-12,l), -(317,638,l), -(456,638,l), -(488,793,l), -(160,793,l), +(292,-167,l), +(325,-12,l), +(188,-12,l), +(323,638,l), +(462,638,l), +(494,793,l), +(166,793,l), +(-35,-167,l) +); +} +); +width = 405; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(189,-167,l), +(189,-140,l), +(82,-140,l), +(82,766,l), +(189,766,l), +(189,793,l), +(52,793,l), +(52,-167,l) +); +} +); +width = 189; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(292,-167,l), +(292,-42,l), +(183,-42,l), +(183,660,l), +(292,660,l), +(292,793,l), +(22,793,l), +(22,-167,l) +); +} +); +width = 299; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,-167,l), +(281,-135,l), +(114,-135,l), +(114,761,l), +(281,761,l), +(281,793,l), +(78,793,l), +(78,-167,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 301; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(338,-167,l), +(338,-24,l), +(218,-24,l), +(218,649,l), +(338,649,l), +(338,793,l), +(40,793,l), +(40,-167,l) +); +} +); +width = 346; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,-167,l), +(298,-135,l), +(105,-135,l), +(105,761,l), +(298,761,l), +(298,793,l), +(69,793,l), +(69,-167,l) +); +} +); +width = 313; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(372,-167,l), +(372,-12,l), +(233,-12,l), +(233,638,l), +(372,638,l), +(372,793,l), +(41,793,l), +(41,-167,l) +); +} +); +width = 376; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(95,-167,l), +(101,-140,l), +(-5,-140,l), +(185,766,l), +(291,766,l), +(297,793,l), +(161,793,l), (-41,-167,l) ); } ); -width = 393; +width = 171; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,-167,l), +(221,-42,l), +(113,-42,l), +(261,660,l), +(369,660,l), +(397,793,l), +(130,793,l), +(-72,-167,l) +); +} +); +width = 294; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,-167,l), +(197,-135,l), +(32,-135,l), +(219,761,l), +(385,761,l), +(392,793,l), +(191,793,l), +(-11,-167,l) +); +} +); +width = 296; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(238,-167,l), +(269,-24,l), +(150,-24,l), +(291,649,l), +(410,649,l), +(440,793,l), +(145,793,l), +(-57,-167,l) +); +} +); +width = 332; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(206,-167,l), +(213,-135,l), +(22,-135,l), +(210,761,l), +(401,761,l), +(408,793,l), +(181,793,l), +(-21,-167,l) +); +} +); +width = 311; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(271,-167,l), +(304,-12,l), +(167,-12,l), +(302,638,l), +(441,638,l), +(473,793,l), +(145,793,l), +(-56,-167,l) +); +} +); +width = 363; } ); unicode = 91; diff --git a/sources/MonaSans.glyphspackage/glyphs/bracketright.case.glyph b/sources/MonaSans.glyphspackage/glyphs/bracketright.case.glyph index 3cfbdcf4..b99d8512 100644 --- a/sources/MonaSans.glyphspackage/glyphs/bracketright.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/bracketright.case.glyph @@ -1,17 +1,18 @@ { color = 6; glyphname = bracketright.case; +kernLeft = KO_bracketright.case; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { angle = 180; -pos = (319,729); +pos = (335,729); ref = bracketleft.case; } ); -width = 319; +width = 335; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -25,11 +26,33 @@ ref = bracketleft.case; width = 219; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { angle = 180; -pos = (346,729); +pos = (334,729); +ref = bracketleft.case; +} +); +width = 334; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +angle = 180; +pos = (411,729); +ref = bracketleft.case; +} +); +width = 411; +}, +{ +layerId = m019; +shapes = ( +{ +angle = 180; +pos = (345,729); ref = bracketleft.case; } ); @@ -69,14 +92,14 @@ type = Stem; } ); }; -width = 346; +width = 345; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { angle = 180; -pos = (392,729); +pos = (375,729); ref = bracketleft.case; } ); @@ -84,13 +107,165 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright.case; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = bracketright; }; -width = 392; +width = 375; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +angle = 180; +pos = (263,729); +ref = bracketleft.case; +} +); +width = 219; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +angle = 180; +pos = (400,729); +ref = bracketleft.case; +} +); +width = 361; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { angle = 180; +pos = (389,729); +ref = bracketleft.case; +} +); +width = 345; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +angle = 180; +pos = (429,729); +ref = bracketleft.case; +} +); +width = 391; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +angle = 180; +pos = (377,729); +ref = bracketleft.case; +} +); +width = 333; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +angle = 180; +pos = (447,729); +ref = bracketleft.case; +} +); +width = 409; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +angle = 180; +pos = (191,729); +ref = bracketleft.case; +} +); +width = 191; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (319,729); +ref = bracketleft.case; +} +); +width = 319; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +angle = 180; +pos = (302,729); +ref = bracketleft.case; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright.case; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = bracketright; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 302; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +angle = 180; +pos = (347,729); +ref = bracketleft.case; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright.case; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = bracketright; +}; +width = 347; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (334,729); ref = bracketleft.case; } @@ -98,9 +273,10 @@ ref = bracketleft.case; width = 334; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; angle = 180; pos = (399,729); ref = bracketleft.case; @@ -109,70 +285,70 @@ ref = bracketleft.case; width = 399; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { angle = 180; -pos = (263,729); +pos = (217,729); ref = bracketleft.case; } ); -width = 219; +width = 173; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { angle = 180; -pos = (384,729); +pos = (362,729); ref = bracketleft.case; } ); -width = 345; +width = 323; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { angle = 180; -pos = (389,729); +pos = (341,729); ref = bracketleft.case; } ); -width = 345; +width = 297; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { angle = 180; -pos = (429,729); +pos = (371,729); ref = bracketleft.case; } ); -width = 391; +width = 333; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { angle = 180; -pos = (377,729); +pos = (357,729); ref = bracketleft.case; } ); -width = 333; +width = 313; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { angle = 180; -pos = (435,729); +pos = (405,729); ref = bracketleft.case; } ); -width = 397; +width = 367; } ); metricLeft = braceright.case; diff --git a/sources/MonaSans.glyphspackage/glyphs/bracketright.glyph b/sources/MonaSans.glyphspackage/glyphs/bracketright.glyph index b29acf47..45346b53 100644 --- a/sources/MonaSans.glyphspackage/glyphs/bracketright.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/bracketright.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = bracketright; -kernLeft = bracketright; +kernLeft = KO_bracketright; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,11 +9,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (318,626); +pos = (334,626); ref = bracketleft; } ); -width = 318; +width = 334; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,12 +28,36 @@ ref = bracketleft; width = 217; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (333,626); +ref = bracketleft; +} +); +width = 333; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (408,626); +ref = bracketleft; +} +); +width = 408; +}, +{ +layerId = m019; shapes = ( { alignment = 3; angle = 180; -pos = (345,626); +pos = (344,626); ref = bracketleft; } ); @@ -83,26 +107,192 @@ type = Stem; } ); }; -width = 345; +width = 344; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { alignment = 3; angle = 180; -pos = (391,626); +pos = (374,626); ref = bracketleft; } ); -width = 391; +width = 374; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (240,626); +ref = bracketleft; +} +); +width = 217; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (350,626); +ref = bracketleft; +} +); +width = 332; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (367,626); +ref = bracketleft; +} +); +width = 344; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (407,626); +ref = bracketleft; +} +); +width = 390; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (354,626); +ref = bracketleft; +} +); +width = 331; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (422,626); +ref = bracketleft; +} +); +width = 405; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (189,626); +ref = bracketleft; +} +); +width = 189; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (299,626); +ref = bracketleft; +} +); +width = 299; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (301,626); +ref = bracketleft; +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 301; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { alignment = 3; angle = 180; +pos = (346,626); +ref = bracketleft; +} +); +width = 346; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (333,626); ref = bracketleft; } @@ -110,10 +300,10 @@ ref = bracketleft; width = 333; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 3; +alignment = -1; angle = 180; pos = (396,626); ref = bracketleft; @@ -122,76 +312,76 @@ ref = bracketleft; width = 396; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 3; angle = 180; -pos = (240,626); +pos = (194,626); ref = bracketleft; } ); -width = 217; +width = 171; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 3; angle = 180; -pos = (334,626); +pos = (312,626); ref = bracketleft; } ); -width = 316; +width = 294; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 3; angle = 180; -pos = (367,626); +pos = (319,626); ref = bracketleft; } ); -width = 344; +width = 296; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 3; angle = 180; -pos = (407,626); +pos = (349,626); ref = bracketleft; } ); -width = 390; +width = 332; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 3; angle = 180; -pos = (354,626); +pos = (334,626); ref = bracketleft; } ); -width = 331; +width = 311; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 3; angle = 180; -pos = (410,626); +pos = (380,626); ref = bracketleft; } ); -width = 393; +width = 363; } ); metricLeft = "=|bracketleft"; diff --git a/sources/MonaSans.glyphspackage/glyphs/breve.glyph b/sources/MonaSans.glyphspackage/glyphs/breve.glyph index 14f448b3..dafc6ba4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/breve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/breve.glyph @@ -20,47 +20,47 @@ alignment = 1; ref = brevecomb; } ); -width = 388; +width = 404; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = brevecomb; } ); -width = 336; +width = 347; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = brevecomb; } ); -width = 438; +width = 490; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = brevecomb; } ); -width = 347; +width = 335; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = brevecomb; } ); -width = 478; +width = 421; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = brevecomb; } ); -width = 383; +width = 399; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = brevecomb; } ); -width = 457; +width = 469; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = brevecomb; +} +); +width = 247; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = brevecomb; +} +); +width = 388; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = brevecomb; +} +); +width = 336; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = brevecomb; +} +); +width = 418; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = brevecomb; +} +); +width = 347; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = brevecomb; +} +); +width = 478; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = brevecomb; +} +); +width = 203; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = brevecomb; +} +); +width = 361; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = brevecomb; +} +); +width = 286; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = brevecomb; +} +); +width = 381; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = brevecomb; +} +); +width = 325; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = brevecomb; +} +); +width = 427; } ); unicode = 728; diff --git a/sources/MonaSans.glyphspackage/glyphs/brevecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/brevecomb.glyph index afe9b213..8840d721 100644 --- a/sources/MonaSans.glyphspackage/glyphs/brevecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/brevecomb.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _top; -pos = (195,678); +pos = (203,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -13,24 +13,24 @@ shapes = ( { closed = 1; nodes = ( -(286,721,o), -(348,773,o), -(348,884,c), -(229,884,l), -(228,849,o), -(221,825,o), -(194,825,cs), -(173,825,o), -(159,837,o), -(159,884,c), -(40,884,l), -(39,786,o), -(88,721,o), -(194,721,cs) -); -} -); -width = 388; +(294,721,o), +(356,773,o), +(356,884,c), +(237,884,l), +(236,849,o), +(229,825,o), +(202,825,cs), +(181,825,o), +(167,837,o), +(167,884,c), +(48,884,l), +(47,786,o), +(96,721,o), +(202,721,cs) +); +} +); +width = 404; }, { anchors = ( @@ -67,125 +67,125 @@ width = 247; anchors = ( { name = _top; -pos = (168,678); +pos = (174,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(250,742,o), -(295,790,o), -(296,882,c), -(260,882,l), -(260,810,o), -(228,773,o), -(168,773,cs), -(108,773,o), -(76,810,o), -(76,882,c), +(261,742,o), +(307,790,o), +(307,882,c), +(270,882,l), +(271,811,o), +(236,773,o), +(174,773,cs), +(111,773,o), +(78,810,o), +(78,882,c), (40,882,l), (41,790,o), -(86,742,o), -(168,742,cs) +(87,742,o), +(174,742,cs) ); } ); -width = 336; +width = 347; }, { anchors = ( { name = _top; -pos = (219,678); +pos = (245,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(326,729,o), -(398,791,o), -(398,884,c), -(278,884,l), -(278,846,o), -(253,828,o), -(219,828,cs), -(185,828,o), -(160,846,o), -(160,884,c), -(40,884,l), -(40,791,o), -(112,729,o), -(219,729,cs) -); -} -); -width = 438; +(365,725,o), +(444,786,o), +(444,878,c), +(299,878,l), +(300,840,o), +(277,822,o), +(245,822,cs), +(213,822,o), +(190,840,o), +(191,878,c), +(46,878,l), +(46,786,o), +(125,725,o), +(245,725,cs) +); +} +); +width = 490; }, { anchors = ( { name = _top; -pos = (174,672); +pos = (167,678); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(261,742,o), -(307,790,o), -(307,882,c), -(270,882,l), -(271,811,o), -(236,773,o), -(174,773,cs), -(111,773,o), -(78,810,o), -(78,882,c), -(40,882,l), -(41,790,o), +(248,742,o), +(292,790,o), +(293,882,c), +(257,882,l), +(257,810,o), +(227,773,o), +(167,773,cs), +(109,773,o), +(77,810,o), +(77,882,c), +(43,882,l), +(44,790,o), (87,742,o), -(174,742,cs) +(167,742,cs) ); } ); -width = 347; +width = 335; }, { anchors = ( { name = _top; -pos = (239,673); +pos = (211,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(359,725,o), -(438,786,o), -(438,878,c), -(293,878,l), -(294,840,o), -(271,822,o), -(239,822,cs), -(207,822,o), -(184,840,o), -(185,878,c), -(40,878,l), -(40,786,o), -(119,725,o), -(239,725,cs) -); -} -); -width = 478; +(314,729,o), +(383,791,o), +(383,884,c), +(265,884,l), +(265,846,o), +(242,828,o), +(211,828,cs), +(180,828,o), +(156,846,o), +(156,884,c), +(39,884,l), +(39,791,o), +(108,729,o), +(211,729,cs) +); +} +); +width = 421; }, { anchors = ( @@ -245,7 +245,7 @@ width = 249; anchors = ( { name = _top; -pos = (280,678); +pos = (288,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -253,24 +253,24 @@ shapes = ( { closed = 1; nodes = ( -(389,721,o), -(455,774,o), -(469,886,c), -(355,886,l), -(348,846,o), -(335,825,o), -(310,825,cs), -(288,825,o), -(277,840,o), -(284,886,c), -(167,886,l), -(149,784,o), -(194,721,o), -(296,721,cs) -); -} -); -width = 383; +(397,721,o), +(463,774,o), +(477,886,c), +(363,886,l), +(356,846,o), +(343,825,o), +(318,825,cs), +(296,825,o), +(285,840,o), +(292,886,c), +(175,886,l), +(157,784,o), +(202,721,o), +(304,721,cs) +); +} +); +width = 399; }, { anchors = ( @@ -400,7 +400,7 @@ width = 345; anchors = ( { name = _top; -pos = (322,678); +pos = (328,678); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -408,24 +408,450 @@ shapes = ( { closed = 1; nodes = ( -(463,729,o), -(535,785,o), -(542,884,c), -(421,884,l), -(418,847,o), -(391,828,o), -(351,828,cs), -(312,828,o), -(287,849,o), -(289,884,c), -(167,884,l), -(162,791,o), -(235,729,o), -(343,729,cs) +(469,729,o), +(541,785,o), +(548,884,c), +(427,884,l), +(424,847,o), +(397,828,o), +(357,828,cs), +(318,828,o), +(293,849,o), +(295,884,c), +(173,884,l), +(168,791,o), +(241,729,o), +(349,729,cs) +); +} +); +width = 469; +}, +{ +anchors = ( +{ +name = _top; +pos = (104,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,741,o), +(187,790,o), +(187,882,c), +(160,882,l), +(161,808,o), +(140,769,o), +(104,769,cs), +(67,769,o), +(48,807,o), +(48,882,c), +(20,882,l), +(21,790,o), +(49,741,o), +(104,741,cs) +); +} +); +width = 207; +}, +{ +anchors = ( +{ +name = _top; +pos = (185,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,721,o), +(338,773,o), +(338,884,c), +(219,884,l), +(218,849,o), +(211,825,o), +(184,825,cs), +(163,825,o), +(149,837,o), +(149,884,c), +(30,884,l), +(29,786,o), +(78,721,o), +(184,721,cs) +); +} +); +width = 368; +}, +{ +anchors = ( +{ +name = _top; +pos = (148,678); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(230,742,o), +(275,790,o), +(276,882,c), +(240,882,l), +(240,810,o), +(208,773,o), +(148,773,cs), +(88,773,o), +(56,810,o), +(56,882,c), +(20,882,l), +(21,790,o), +(66,742,o), +(148,742,cs) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = _top; +pos = (198,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(305,729,o), +(377,791,o), +(377,884,c), +(257,884,l), +(257,846,o), +(232,828,o), +(198,828,cs), +(164,828,o), +(139,846,o), +(139,884,c), +(19,884,l), +(19,791,o), +(91,729,o), +(198,729,cs) +); +} +); +width = 396; +}, +{ +anchors = ( +{ +name = _top; +pos = (164,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,742,o), +(297,790,o), +(297,882,c), +(260,882,l), +(261,811,o), +(226,773,o), +(164,773,cs), +(101,773,o), +(68,810,o), +(68,882,c), +(30,882,l), +(31,790,o), +(77,742,o), +(164,742,cs) +); +} +); +width = 327; +}, +{ +anchors = ( +{ +name = _top; +pos = (229,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(349,725,o), +(428,786,o), +(428,878,c), +(283,878,l), +(284,840,o), +(261,822,o), +(229,822,cs), +(197,822,o), +(174,840,o), +(175,878,c), +(30,878,l), +(30,786,o), +(109,725,o), +(229,725,cs) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = _top; +pos = (191,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(291,740,o), +(330,785,o), +(345,882,c), +(318,882,l), +(304,810,o), +(283,769,o), +(242,769,cs), +(196,770,o), +(196,823,o), +(207,882,c), +(180,882,l), +(165,806,o), +(177,742,o), +(243,741,cs) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(266,739,o), +(300,783,o), +(314,882,c), +(285,882,l), +(273,800,o), +(249,766,o), +(212,768,cs), +(175,770,o), +(163,810,o), +(174,882,c), +(146,882,l), +(135,800,o), +(150,743,o), +(210,741,cs) +); +} +); +width = 203; +}, +{ +anchors = ( +{ +name = _top; +pos = (269,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(378,721,o), +(444,774,o), +(458,886,c), +(344,886,l), +(337,846,o), +(324,825,o), +(299,825,cs), +(277,825,o), +(266,840,o), +(273,886,c), +(156,886,l), +(138,784,o), +(183,721,o), +(285,721,cs) +); +} +); +width = 361; +}, +{ +anchors = ( +{ +name = _top; +pos = (232,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(357,743,o), +(419,783,o), +(430,877,c), +(394,877,l), +(387,814,o), +(350,773,o), +(284,773,cs), +(228,773,o), +(191,801,o), +(205,877,c), +(169,877,l), +(155,796,o), +(204,743,o), +(278,743,cs) +); +} +); +}; +guides = ( +{ +pos = (24,882); +}, +{ +pos = (152,742); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(332,742,o), +(387,798,o), +(399,882,c), +(363,882,l), +(355,816,o), +(314,772,o), +(251,772,cs), +(193,772,o), +(164,812,o), +(181,882,c), +(145,882,l), +(129,798,o), +(171,742,o), +(249,742,cs) +); +} +); +width = 286; +}, +{ +anchors = ( +{ +name = _top; +pos = (283,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(413,720,o), +(487,779,o), +(495,884,c), +(376,884,l), +(374,849,o), +(351,825,o), +(314,825,cs), +(276,825,o), +(253,846,o), +(257,884,c), +(138,884,l), +(127,786,o), +(197,720,o), +(304,720,cs) +); +} +); +width = 381; +}, +{ +anchors = ( +{ +name = _top; +pos = (255,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(358,742,o), +(412,791,o), +(423,882,c), +(387,882,l), +(380,818,o), +(344,774,o), +(278,774,cs), +(219,774,o), +(187,809,o), +(197,882,c), +(159,882,l), +(149,793,o), +(191,742,o), +(275,742,cs) +); +} +); +width = 325; +}, +{ +anchors = ( +{ +name = _top; +pos = (307,678); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(448,729,o), +(520,785,o), +(527,884,c), +(406,884,l), +(403,847,o), +(376,828,o), +(336,828,cs), +(297,828,o), +(272,849,o), +(274,884,c), +(152,884,l), +(147,791,o), +(220,729,o), +(328,729,cs) ); } ); -width = 457; +width = 427; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/brevecomb_acutecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/brevecomb_acutecomb.glyph index fa6e7d26..34e52948 100644 --- a/sources/MonaSans.glyphspackage/glyphs/brevecomb_acutecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/brevecomb_acutecomb.glyph @@ -45,7 +45,7 @@ width = 247; anchors = ( { name = _top; -pos = (194,678); +pos = (202,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -53,193 +53,193 @@ shapes = ( { closed = 1; nodes = ( -(286,709,o), -(348,752,o), -(348,845,c), -(229,845,l), -(228,816,o), -(221,796,o), -(194,796,cs), -(173,796,o), -(159,806,o), -(159,845,c), -(40,845,l), -(39,763,o), -(88,709,o), -(194,709,cs) +(294,709,o), +(356,752,o), +(356,845,c), +(237,845,l), +(236,816,o), +(229,796,o), +(202,796,cs), +(181,796,o), +(167,806,o), +(167,845,c), +(48,845,l), +(47,763,o), +(96,709,o), +(202,709,cs) ); }, { closed = 1; nodes = ( -(255,874,l), -(352,984,l), -(203,984,l), -(146,874,l) +(263,874,l), +(360,984,l), +(211,984,l), +(154,874,l) ); } ); -width = 392; +width = 408; }, { anchors = ( { name = _top; -pos = (168,678); +pos = (173,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(244,741,o), -(295,791,o), -(296,867,c), -(260,867,l), -(260,806,o), -(223,772,o), -(168,772,cs), -(109,772,o), +(252,741,o), +(306,791,o), +(307,866,c), +(269,866,l), +(269,806,o), +(231,772,o), +(173,772,cs), +(111,772,o), (76,810,o), -(76,867,c), -(40,867,l), -(41,791,o), -(92,741,o), -(168,741,cs) +(77,866,c), +(40,866,l), +(40,791,o), +(93,741,o), +(173,741,cs) ); }, { closed = 1; nodes = ( -(179,867,l), -(247,982,l), -(206,982,l), -(148,867,l) +(189,866,l), +(257,982,l), +(212,982,l), +(154,866,l) ); } ); -width = 336; +width = 347; }, { anchors = ( { name = _top; -pos = (219,678); +pos = (246,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(326,709,o), -(398,764,o), -(398,845,c), -(268,845,l), -(268,819,o), -(250,802,o), -(219,802,cs), -(188,802,o), -(170,819,o), -(170,845,c), -(40,845,l), -(40,764,o), -(112,709,o), -(219,709,cs) +(368,709,o), +(439,763,o), +(444,845,c), +(289,845,l), +(288,822,o), +(271,808,o), +(245,808,cs), +(220,808,o), +(202,822,o), +(201,845,c), +(46,845,l), +(51,758,o), +(130,709,o), +(245,709,cs) ); }, { closed = 1; nodes = ( -(280,875,l), -(376,984,l), -(219,984,l), -(162,875,l) +(310,869,l), +(414,984,l), +(228,984,l), +(172,869,l) ); } ); -width = 438; +width = 490; }, { anchors = ( { name = _top; -pos = (173,672); +pos = (167,678); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(252,741,o), -(306,791,o), -(307,866,c), -(269,866,l), -(269,806,o), -(231,772,o), -(173,772,cs), -(111,772,o), -(76,810,o), -(77,866,c), -(40,866,l), -(40,791,o), +(243,741,o), +(292,791,o), +(293,867,c), +(257,867,l), +(257,806,o), +(222,772,o), +(167,772,cs), +(110,772,o), +(77,810,o), +(77,867,c), +(43,867,l), +(44,791,o), (93,741,o), -(173,741,cs) +(167,741,cs) ); }, { closed = 1; nodes = ( -(189,866,l), -(257,982,l), -(212,982,l), -(154,866,l) +(178,867,l), +(246,982,l), +(205,982,l), +(149,867,l) ); } ); -width = 347; +width = 335; }, { anchors = ( { name = _top; -pos = (240,673); +pos = (211,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(362,709,o), -(433,763,o), -(438,845,c), -(283,845,l), -(282,822,o), -(265,808,o), -(239,808,cs), -(214,808,o), -(196,822,o), -(195,845,c), -(40,845,l), -(45,758,o), -(124,709,o), -(239,709,cs) +(314,709,o), +(383,764,o), +(383,845,c), +(254,845,l), +(254,819,o), +(239,802,o), +(211,802,cs), +(183,802,o), +(167,819,o), +(167,845,c), +(39,845,l), +(39,764,o), +(108,709,o), +(211,709,cs) ); }, { closed = 1; nodes = ( -(304,869,l), -(408,984,l), -(222,984,l), -(166,869,l) +(271,875,l), +(364,984,l), +(209,984,l), +(154,875,l) ); } ); -width = 478; +width = 421; }, { anchors = ( @@ -317,7 +317,7 @@ width = 246; anchors = ( { name = _top; -pos = (280,678); +pos = (288,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -325,33 +325,33 @@ shapes = ( { closed = 1; nodes = ( -(384,709,o), -(451,752,o), -(461,845,c), -(345,845,l), -(342,813,o), -(328,796,o), -(303,796,cs), -(281,796,o), -(269,814,o), -(273,845,c), -(159,845,l), -(155,763,o), -(209,709,o), -(293,709,cs) +(392,709,o), +(459,752,o), +(469,845,c), +(353,845,l), +(350,813,o), +(336,796,o), +(311,796,cs), +(289,796,o), +(277,814,o), +(281,845,c), +(167,845,l), +(163,763,o), +(217,709,o), +(301,709,cs) ); }, { closed = 1; nodes = ( -(370,874,l), -(476,998,l), -(311,998,l), -(242,874,l) +(378,874,l), +(484,998,l), +(319,998,l), +(250,874,l) ); } ); -width = 383; +width = 399; }, { anchors = ( @@ -477,7 +477,7 @@ width = 351; anchors = ( { name = _top; -pos = (331,673); +pos = (337,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -485,33 +485,545 @@ shapes = ( { closed = 1; nodes = ( -(474,709,o), -(550,771,o), -(557,845,c), -(402,845,l), -(400,822,o), -(379,808,o), -(354,808,cs), -(329,808,o), -(313,823,o), -(313,845,c), -(159,845,l), -(167,758,o), -(237,709,o), -(349,709,cs) +(480,709,o), +(556,771,o), +(563,845,c), +(408,845,l), +(406,822,o), +(385,808,o), +(360,808,cs), +(335,808,o), +(319,823,o), +(319,845,c), +(165,845,l), +(173,758,o), +(243,709,o), +(355,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(434,869,l), +(562,984,l), +(376,984,l), +(296,869,l) +); +} +); +width = 491; +}, +{ +anchors = ( +{ +name = _top; +pos = (104,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,726,o), +(187,775,o), +(187,867,c), +(160,867,l), +(161,793,o), +(140,754,o), +(104,754,cs), +(67,754,o), +(48,792,o), +(48,867,c), +(20,867,l), +(21,775,o), +(49,726,o), +(104,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(116,880,l), +(162,982,l), +(129,982,l), +(87,880,l) +); +} +); +width = 207; +}, +{ +anchors = ( +{ +name = _top; +pos = (184,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,709,o), +(338,752,o), +(338,845,c), +(219,845,l), +(218,816,o), +(211,796,o), +(184,796,cs), +(163,796,o), +(149,806,o), +(149,845,c), +(30,845,l), +(29,763,o), +(78,709,o), +(184,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(245,874,l), +(342,984,l), +(193,984,l), +(136,874,l) +); +} +); +width = 372; +}, +{ +anchors = ( +{ +name = _top; +pos = (148,678); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(224,741,o), +(275,791,o), +(276,867,c), +(240,867,l), +(240,806,o), +(203,772,o), +(148,772,cs), +(89,772,o), +(56,810,o), +(56,867,c), +(20,867,l), +(21,791,o), +(72,741,o), +(148,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(159,867,l), +(227,982,l), +(186,982,l), +(128,867,l) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = _top; +pos = (198,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(305,709,o), +(377,764,o), +(377,845,c), +(247,845,l), +(247,819,o), +(229,802,o), +(198,802,cs), +(167,802,o), +(149,819,o), +(149,845,c), +(19,845,l), +(19,764,o), +(91,709,o), +(198,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(259,875,l), +(355,984,l), +(198,984,l), +(141,875,l) +); +} +); +width = 396; +}, +{ +anchors = ( +{ +name = _top; +pos = (163,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,741,o), +(296,791,o), +(297,866,c), +(259,866,l), +(259,806,o), +(221,772,o), +(163,772,cs), +(101,772,o), +(66,810,o), +(67,866,c), +(30,866,l), +(30,791,o), +(83,741,o), +(163,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(179,866,l), +(247,982,l), +(202,982,l), +(144,866,l) +); +} +); +width = 327; +}, +{ +anchors = ( +{ +name = _top; +pos = (230,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(352,709,o), +(423,763,o), +(428,845,c), +(273,845,l), +(272,822,o), +(255,808,o), +(229,808,cs), +(204,808,o), +(186,822,o), +(185,845,c), +(30,845,l), +(35,758,o), +(114,709,o), +(229,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,869,l), +(398,984,l), +(212,984,l), +(156,869,l) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = _top; +pos = (188,673); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(277,726,o), +(313,776,o), +(330,867,c), +(302,867,l), +(289,794,o), +(263,754,o), +(229,754,cs), +(182,754,o), +(179,809,o), +(190,867,c), +(163,867,l), +(150,790,o), +(160,726,o), +(226,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(324,971,l), +(292,974,l), +(231,881,l), +(260,879,l) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(258,726,o), +(297,775,o), +(308,867,c), +(279,867,l), +(270,790,o), +(240,752,o), +(206,752,cs), +(166,752,o), +(156,790,o), +(171,867,c), +(143,867,l), +(125,776,o), +(147,726,o), +(206,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,880,l), +(301,982,l), +(269,982,l), +(208,880,l) +); +} +); +width = 200; +}, +{ +anchors = ( +{ +name = _top; +pos = (269,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(373,709,o), +(440,752,o), +(450,845,c), +(334,845,l), +(331,813,o), +(317,796,o), +(292,796,cs), +(270,796,o), +(258,814,o), +(262,845,c), +(148,845,l), +(144,763,o), +(198,709,o), +(282,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(359,874,l), +(465,998,l), +(300,998,l), +(231,874,l) +); +} +); +width = 361; +}, +{ +anchors = ( +{ +name = _top; +pos = (238,678); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(334,741,o), +(390,786,o), +(397,867,c), +(363,867,l), +(357,809,o), +(322,770,o), +(257,770,cs), +(203,770,o), +(167,801,o), +(176,867,c), +(142,867,l), +(136,791,o), +(181,741,o), +(255,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,867,l), +(361,982,l), +(321,982,l), +(247,867,l) +); +} +); +width = 288; +}, +{ +anchors = ( +{ +name = _top; +pos = (281,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(402,709,o), +(476,763,o), +(487,845,c), +(358,845,l), +(355,816,o), +(334,802,o), +(305,802,cs), +(277,802,o), +(259,819,o), +(259,845,c), +(130,845,l), +(128,763,o), +(194,709,o), +(294,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(373,875,l), +(491,984,l), +(334,984,l), +(255,875,l) +); +} +); +width = 380; +}, +{ +anchors = ( +{ +name = _top; +pos = (258,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(359,740,o), +(420,789,o), +(425,866,c), +(389,866,l), +(384,809,o), +(344,771,o), +(278,771,cs), +(220,771,o), +(186,809,o), +(192,866,c), +(156,866,l), +(151,791,o), +(199,740,o), +(275,740,cs) +); +}, +{ +closed = 1; +nodes = ( +(296,867,l), +(394,982,l), +(347,982,l), +(259,867,l) +); +} +); +width = 331; +}, +{ +anchors = ( +{ +name = _top; +pos = (316,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(459,709,o), +(535,771,o), +(542,845,c), +(387,845,l), +(385,822,o), +(364,808,o), +(339,808,cs), +(314,808,o), +(298,823,o), +(298,845,c), +(144,845,l), +(152,758,o), +(222,709,o), +(334,709,cs) ); }, { closed = 1; nodes = ( -(428,869,l), -(556,984,l), -(370,984,l), -(290,869,l) +(413,869,l), +(541,984,l), +(355,984,l), +(275,869,l) ); } ); -width = 479; +width = 449; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/brevecomb_gravecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/brevecomb_gravecomb.glyph index e5e9576c..b9f988fd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/brevecomb_gravecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/brevecomb_gravecomb.glyph @@ -45,7 +45,7 @@ width = 247; anchors = ( { name = _top; -pos = (198,678); +pos = (206,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -53,193 +53,193 @@ shapes = ( { closed = 1; nodes = ( -(304,709,o), -(353,763,o), -(352,845,c), -(233,845,l), -(233,806,o), -(219,796,o), -(198,796,cs), -(171,796,o), -(164,816,o), -(163,845,c), -(44,845,l), -(44,752,o), -(106,709,o), -(198,709,cs) +(312,709,o), +(361,763,o), +(360,845,c), +(241,845,l), +(241,806,o), +(227,796,o), +(206,796,cs), +(179,796,o), +(172,816,o), +(171,845,c), +(52,845,l), +(52,752,o), +(114,709,o), +(206,709,cs) ); }, { closed = 1; nodes = ( -(246,874,l), -(189,984,l), -(40,984,l), -(137,874,l) +(254,874,l), +(197,984,l), +(48,984,l), +(145,874,l) ); } ); -width = 392; +width = 408; }, { anchors = ( { name = _top; -pos = (168,678); +pos = (174,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(244,741,o), -(295,791,o), -(296,867,c), -(260,867,l), -(260,810,o), -(227,772,o), -(168,772,cs), -(113,772,o), -(76,806,o), -(76,867,c), -(40,867,l), +(254,741,o), +(307,791,o), +(307,866,c), +(270,866,l), +(271,810,o), +(236,772,o), +(174,772,cs), +(116,772,o), +(78,806,o), +(78,866,c), +(40,866,l), (41,791,o), -(92,741,o), -(168,741,cs) +(95,741,o), +(174,741,cs) ); }, { closed = 1; nodes = ( -(188,867,l), -(130,982,l), -(89,982,l), -(157,867,l) +(193,866,l), +(135,982,l), +(90,982,l), +(158,866,l) ); } ); -width = 336; +width = 347; }, { anchors = ( { name = _top; -pos = (219,678); +pos = (244,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(326,709,o), -(398,764,o), -(398,845,c), -(268,845,l), -(268,819,o), -(250,802,o), -(219,802,cs), -(188,802,o), -(170,819,o), -(170,845,c), -(40,845,l), -(40,764,o), -(112,709,o), -(219,709,cs) +(360,709,o), +(439,758,o), +(444,845,c), +(289,845,l), +(288,822,o), +(270,808,o), +(245,808,cs), +(219,808,o), +(202,822,o), +(201,845,c), +(46,845,l), +(51,763,o), +(122,709,o), +(245,709,cs) ); }, { closed = 1; nodes = ( -(276,875,l), -(219,984,l), -(62,984,l), -(158,875,l) +(318,869,l), +(262,984,l), +(76,984,l), +(180,869,l) ); } ); -width = 438; +width = 490; }, { anchors = ( { name = _top; -pos = (174,672); +pos = (167,678); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(254,741,o), -(307,791,o), -(307,866,c), -(270,866,l), -(271,810,o), -(236,772,o), -(174,772,cs), -(116,772,o), -(78,806,o), -(78,866,c), -(40,866,l), -(41,791,o), -(95,741,o), -(174,741,cs) +(243,741,o), +(292,791,o), +(293,867,c), +(257,867,l), +(257,810,o), +(226,772,o), +(167,772,cs), +(114,772,o), +(77,806,o), +(77,867,c), +(43,867,l), +(44,791,o), +(93,741,o), +(167,741,cs) ); }, { closed = 1; nodes = ( -(193,866,l), -(135,982,l), +(187,867,l), +(131,982,l), (90,982,l), -(158,866,l) +(156,867,l) ); } ); -width = 347; +width = 335; }, { anchors = ( { name = _top; -pos = (238,673); +pos = (211,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(354,709,o), -(433,758,o), -(438,845,c), -(283,845,l), -(282,822,o), -(264,808,o), -(239,808,cs), -(213,808,o), -(196,822,o), -(195,845,c), -(40,845,l), -(45,763,o), -(116,709,o), -(239,709,cs) +(314,709,o), +(383,764,o), +(383,845,c), +(254,845,l), +(254,819,o), +(239,802,o), +(211,802,cs), +(183,802,o), +(167,819,o), +(167,845,c), +(39,845,l), +(39,764,o), +(108,709,o), +(211,709,cs) ); }, { closed = 1; nodes = ( -(312,869,l), -(256,984,l), -(70,984,l), -(174,869,l) +(267,875,l), +(213,984,l), +(58,984,l), +(150,875,l) ); } ); -width = 478; +width = 421; }, { anchors = ( @@ -285,7 +285,7 @@ width = 246; anchors = ( { name = _top; -pos = (293,678); +pos = (301,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -293,33 +293,33 @@ shapes = ( { closed = 1; nodes = ( -(397,709,o), -(464,752,o), -(474,845,c), -(358,845,l), -(355,813,o), -(341,796,o), -(316,796,cs), -(294,796,o), -(282,814,o), -(286,845,c), -(172,845,l), -(168,763,o), -(222,709,o), -(306,709,cs) +(405,709,o), +(472,752,o), +(482,845,c), +(366,845,l), +(363,813,o), +(349,796,o), +(324,796,cs), +(302,796,o), +(290,814,o), +(294,845,c), +(180,845,l), +(176,763,o), +(230,709,o), +(314,709,cs) ); }, { closed = 1; nodes = ( -(385,874,l), -(355,998,l), -(191,998,l), -(258,874,l) +(393,874,l), +(363,998,l), +(199,998,l), +(266,874,l) ); } ); -width = 396; +width = 412; }, { anchors = ( @@ -445,7 +445,7 @@ width = 351; anchors = ( { name = _top; -pos = (331,673); +pos = (337,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -453,33 +453,513 @@ shapes = ( { closed = 1; nodes = ( -(474,709,o), -(550,771,o), -(557,845,c), -(402,845,l), -(400,822,o), -(379,808,o), -(354,808,cs), -(329,808,o), -(313,823,o), -(313,845,c), -(159,845,l), -(167,758,o), -(237,709,o), -(349,709,cs) +(480,709,o), +(556,771,o), +(563,845,c), +(408,845,l), +(406,822,o), +(385,808,o), +(360,808,cs), +(335,808,o), +(319,823,o), +(319,845,c), +(165,845,l), +(173,758,o), +(243,709,o), +(355,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(439,869,l), +(407,984,l), +(223,984,l), +(303,869,l) +); +} +); +width = 491; +}, +{ +anchors = ( +{ +name = _top; +pos = (103,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,726,o), +(187,775,o), +(187,867,c), +(160,867,l), +(161,793,o), +(140,754,o), +(104,754,cs), +(67,754,o), +(48,792,o), +(48,867,c), +(20,867,l), +(21,775,o), +(49,726,o), +(104,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(121,880,l), +(79,982,l), +(46,982,l), +(92,880,l) +); +} +); +width = 207; +}, +{ +anchors = ( +{ +name = _top; +pos = (188,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,709,o), +(343,763,o), +(342,845,c), +(223,845,l), +(223,806,o), +(209,796,o), +(188,796,cs), +(161,796,o), +(154,816,o), +(153,845,c), +(34,845,l), +(34,752,o), +(96,709,o), +(188,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,874,l), +(179,984,l), +(30,984,l), +(127,874,l) +); +} +); +width = 372; +}, +{ +anchors = ( +{ +name = _top; +pos = (148,678); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(224,741,o), +(275,791,o), +(276,867,c), +(240,867,l), +(240,810,o), +(207,772,o), +(148,772,cs), +(93,772,o), +(56,806,o), +(56,867,c), +(20,867,l), +(21,791,o), +(72,741,o), +(148,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(168,867,l), +(110,982,l), +(69,982,l), +(137,867,l) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = _top; +pos = (198,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(305,709,o), +(377,764,o), +(377,845,c), +(247,845,l), +(247,819,o), +(229,802,o), +(198,802,cs), +(167,802,o), +(149,819,o), +(149,845,c), +(19,845,l), +(19,764,o), +(91,709,o), +(198,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(255,875,l), +(198,984,l), +(41,984,l), +(137,875,l) +); +} +); +width = 396; +}, +{ +anchors = ( +{ +name = _top; +pos = (164,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(244,741,o), +(297,791,o), +(297,866,c), +(260,866,l), +(261,810,o), +(226,772,o), +(164,772,cs), +(106,772,o), +(68,806,o), +(68,866,c), +(30,866,l), +(31,791,o), +(85,741,o), +(164,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(183,866,l), +(125,982,l), +(80,982,l), +(148,866,l) +); +} +); +width = 327; +}, +{ +anchors = ( +{ +name = _top; +pos = (228,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(344,709,o), +(423,758,o), +(428,845,c), +(273,845,l), +(272,822,o), +(254,808,o), +(229,808,cs), +(203,808,o), +(186,822,o), +(185,845,c), +(30,845,l), +(35,763,o), +(106,709,o), +(229,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,869,l), +(246,984,l), +(60,984,l), +(164,869,l) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = _top; +pos = (182,673); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(258,726,o), +(297,775,o), +(308,867,c), +(279,867,l), +(270,790,o), +(240,752,o), +(206,752,cs), +(166,752,o), +(156,790,o), +(171,867,c), +(143,867,l), +(125,776,o), +(147,726,o), +(206,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(238,880,l), +(216,982,l), +(186,982,l), +(212,880,l) +); +} +); +width = 200; +}, +{ +anchors = ( +{ +name = _top; +pos = (282,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(386,709,o), +(453,752,o), +(463,845,c), +(347,845,l), +(344,813,o), +(330,796,o), +(305,796,cs), +(283,796,o), +(271,814,o), +(275,845,c), +(161,845,l), +(157,763,o), +(211,709,o), +(295,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(374,874,l), +(344,998,l), +(180,998,l), +(247,874,l) +); +} +); +width = 374; +}, +{ +anchors = ( +{ +name = _top; +pos = (237,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(334,741,o), +(390,786,o), +(397,867,c), +(363,867,l), +(357,809,o), +(322,770,o), +(257,770,cs), +(203,770,o), +(167,801,o), +(176,867,c), +(142,867,l), +(136,791,o), +(181,741,o), +(255,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,867,l), +(242,983,l), +(206,983,l), +(254,867,l) +); +} +); +width = 288; +}, +{ +anchors = ( +{ +name = _top; +pos = (281,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(402,709,o), +(476,763,o), +(487,845,c), +(358,845,l), +(355,816,o), +(334,802,o), +(305,802,cs), +(277,802,o), +(259,819,o), +(259,845,c), +(130,845,l), +(128,763,o), +(194,709,o), +(294,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(376,875,l), +(341,984,l), +(184,984,l), +(258,875,l) +); +} +); +width = 380; +}, +{ +anchors = ( +{ +name = _top; +pos = (258,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(359,740,o), +(420,789,o), +(425,866,c), +(389,866,l), +(384,809,o), +(344,771,o), +(278,771,cs), +(220,771,o), +(186,809,o), +(192,866,c), +(156,866,l), +(151,791,o), +(199,740,o), +(275,740,cs) +); +}, +{ +closed = 1; +nodes = ( +(305,867,l), +(250,982,l), +(208,982,l), +(267,867,l) +); +} +); +width = 331; +}, +{ +anchors = ( +{ +name = _top; +pos = (316,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(459,709,o), +(535,771,o), +(542,845,c), +(387,845,l), +(385,822,o), +(364,808,o), +(339,808,cs), +(314,808,o), +(298,823,o), +(298,845,c), +(144,845,l), +(152,758,o), +(222,709,o), +(334,709,cs) ); }, { closed = 1; nodes = ( -(433,869,l), -(401,984,l), -(217,984,l), -(297,869,l) +(418,869,l), +(386,984,l), +(202,984,l), +(282,869,l) ); } ); -width = 479; +width = 449; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/brevecomb_hookabovecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/brevecomb_hookabovecomb.glyph index bd59e379..2d26af47 100644 --- a/sources/MonaSans.glyphspackage/glyphs/brevecomb_hookabovecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/brevecomb_hookabovecomb.glyph @@ -61,7 +61,7 @@ width = 247; anchors = ( { name = _top; -pos = (194,678); +pos = (202,678); } ); background = { @@ -117,209 +117,49 @@ shapes = ( { closed = 1; nodes = ( -(286,709,o), -(348,752,o), -(348,845,c), -(229,845,l), -(228,816,o), -(221,796,o), -(194,796,cs), -(173,796,o), -(159,806,o), -(159,845,c), -(40,845,l), -(39,763,o), -(88,709,o), -(194,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(269,871,o), -(301,902,o), -(301,940,cs), -(301,986,o), -(252,1005,o), -(198,1005,cs), -(175,1005,o), -(144,1001,o), -(121,991,c), -(121,938,l), -(127,940,o), -(137,941,o), -(145,941,cs), -(160,941,o), -(176,936,o), -(176,922,cs), -(176,911,o), -(168,903,o), -(155,895,c), -(189,845,l) -); -} -); -width = 388; -}, -{ -anchors = ( -{ -name = _top; -pos = (168,678); -} -); -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(244,741,o), -(295,791,o), -(296,867,c), -(260,867,l), -(260,810,o), -(227,772,o), -(168,772,cs), -(113,772,o), -(76,806,o), -(76,867,c), -(40,867,l), -(41,791,o), -(92,741,o), -(168,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(201,868,o), -(224,895,o), -(224,927,cs), -(224,963,o), -(197,986,o), -(157,986,cs), -(143,986,o), -(124,984,o), -(109,977,c), -(110,949,l), -(122,955,o), -(137,957,o), -(150,957,cs), -(173,957,o), -(188,945,o), -(188,924,cs), -(188,900,o), -(174,886,o), -(147,868,c), -(164,845,l) -); -} -); -width = 336; -}, -{ -anchors = ( -{ -name = _top; -pos = (216,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(326,709,o), -(398,764,o), -(398,845,c), -(268,845,l), -(268,819,o), -(250,802,o), -(219,802,cs), -(188,802,o), -(170,819,o), -(170,845,c), -(40,845,l), -(40,764,o), -(112,709,o), -(219,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(281,865,o), -(314,892,o), -(314,932,cs), -(314,973,o), -(278,996,o), -(215,996,cs), -(195,996,o), -(170,994,o), -(148,988,c), -(148,928,l), -(159,930,o), -(168,931,o), -(176,931,cs), -(194,931,o), -(205,926,o), -(205,913,cs), -(205,903,o), -(198,896,o), -(172,888,c), -(202,843,l) -); -} -); -}; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(326,709,o), -(398,764,o), -(398,845,c), -(268,845,l), -(268,819,o), -(250,802,o), -(219,802,cs), -(188,802,o), -(170,819,o), -(170,845,c), -(40,845,l), -(40,764,o), -(112,709,o), -(219,709,cs) +(294,709,o), +(356,752,o), +(356,845,c), +(237,845,l), +(236,816,o), +(229,796,o), +(202,796,cs), +(181,796,o), +(167,806,o), +(167,845,c), +(48,845,l), +(47,763,o), +(96,709,o), +(202,709,cs) ); }, { closed = 1; nodes = ( -(298,869,o), -(337,900,o), -(337,947,cs), -(337,994,o), -(294,1021,o), -(221,1021,cs), -(198,1021,o), -(169,1019,o), -(143,1012,c), -(143,942,l), -(156,944,o), -(167,945,o), -(176,945,cs), -(197,945,o), -(210,940,o), -(210,924,cs), -(210,913,o), -(202,905,o), -(171,895,c), -(206,843,l) +(277,871,o), +(309,902,o), +(309,940,cs), +(309,986,o), +(260,1005,o), +(206,1005,cs), +(183,1005,o), +(152,1001,o), +(129,991,c), +(129,938,l), +(135,940,o), +(145,941,o), +(153,941,cs), +(168,941,o), +(184,936,o), +(184,922,cs), +(184,911,o), +(176,903,o), +(163,895,c), +(197,845,l) ); } ); -width = 438; +width = 404; }, { anchors = ( @@ -381,7 +221,7 @@ width = 347; anchors = ( { name = _top; -pos = (238,673); +pos = (244,673); } ); background = { @@ -437,49 +277,209 @@ shapes = ( { closed = 1; nodes = ( -(353,709,o), -(433,759,o), -(438,835,c), -(283,835,l), -(282,812,o), -(264,798,o), -(239,798,cs), -(213,798,o), -(196,812,o), -(195,835,c), -(40,835,l), -(45,759,o), -(125,709,o), -(239,709,cs) +(359,709,o), +(439,759,o), +(444,835,c), +(289,835,l), +(288,812,o), +(270,798,o), +(245,798,cs), +(219,798,o), +(202,812,o), +(201,835,c), +(46,835,l), +(51,759,o), +(131,709,o), +(245,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(327,852,o), +(371,885,o), +(371,939,cs), +(371,996,o), +(319,1021,o), +(234,1021,cs), +(208,1021,o), +(182,1019,o), +(158,1014,c), +(158,942,l), +(170,944,o), +(183,945,o), +(194,945,cs), +(213,945,o), +(230,942,o), +(230,925,cs), +(230,914,o), +(221,903,o), +(189,891,c), +(238,830,l) +); +} +); +width = 490; +}, +{ +anchors = ( +{ +name = _top; +pos = (167,678); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(243,741,o), +(292,791,o), +(293,867,c), +(257,867,l), +(257,810,o), +(226,772,o), +(167,772,cs), +(114,772,o), +(77,806,o), +(77,867,c), +(43,867,l), +(44,791,o), +(93,741,o), +(167,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(200,868,o), +(223,895,o), +(223,927,cs), +(223,963,o), +(196,986,o), +(156,986,cs), +(144,986,o), +(125,984,o), +(110,977,c), +(111,949,l), +(123,955,o), +(138,957,o), +(150,957,cs), +(172,957,o), +(187,945,o), +(187,924,cs), +(187,900,o), +(173,886,o), +(148,868,c), +(163,845,l) +); +} +); +width = 335; +}, +{ +anchors = ( +{ +name = _top; +pos = (208,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(326,709,o), +(398,764,o), +(398,845,c), +(268,845,l), +(268,819,o), +(250,802,o), +(219,802,cs), +(188,802,o), +(170,819,o), +(170,845,c), +(40,845,l), +(40,764,o), +(112,709,o), +(219,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(281,865,o), +(314,892,o), +(314,932,cs), +(314,973,o), +(278,996,o), +(215,996,cs), +(195,996,o), +(170,994,o), +(148,988,c), +(148,928,l), +(159,930,o), +(168,931,o), +(176,931,cs), +(194,931,o), +(205,926,o), +(205,913,cs), +(205,903,o), +(198,896,o), +(172,888,c), +(202,843,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(314,709,o), +(383,764,o), +(383,845,c), +(254,845,l), +(254,819,o), +(239,802,o), +(211,802,cs), +(183,802,o), +(167,819,o), +(167,845,c), +(39,845,l), +(39,764,o), +(108,709,o), +(211,709,cs) ); }, { closed = 1; nodes = ( -(321,852,o), -(365,885,o), -(365,939,cs), -(365,996,o), -(313,1021,o), -(228,1021,cs), -(202,1021,o), -(176,1019,o), -(152,1014,c), -(152,942,l), -(164,944,o), -(177,945,o), -(188,945,cs), -(207,945,o), -(224,942,o), -(224,925,cs), -(224,914,o), -(215,903,o), -(183,891,c), -(232,830,l) +(288,869,o), +(326,900,o), +(326,947,cs), +(326,994,o), +(284,1021,o), +(214,1021,cs), +(191,1021,o), +(163,1019,o), +(138,1012,c), +(138,942,l), +(150,944,o), +(160,945,o), +(168,945,cs), +(188,945,o), +(201,940,o), +(201,924,cs), +(201,913,o), +(194,905,o), +(164,895,c), +(198,843,l) ); } ); -width = 478; +width = 421; }, { anchors = ( @@ -541,7 +541,7 @@ width = 246; anchors = ( { name = _top; -pos = (281,678); +pos = (289,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -549,49 +549,49 @@ shapes = ( { closed = 1; nodes = ( -(384,709,o), -(451,752,o), -(461,845,c), -(345,845,l), -(342,813,o), -(328,796,o), -(303,796,cs), -(281,796,o), -(269,814,o), -(273,845,c), -(159,845,l), -(155,763,o), -(209,709,o), -(293,709,cs) +(392,709,o), +(459,752,o), +(469,845,c), +(353,845,l), +(350,813,o), +(336,796,o), +(311,796,cs), +(289,796,o), +(277,814,o), +(281,845,c), +(167,845,l), +(163,763,o), +(217,709,o), +(301,709,cs) ); }, { closed = 1; nodes = ( -(392,874,o), -(423,909,o), -(423,947,cs), -(423,988,o), -(385,1011,o), -(318,1011,cs), -(294,1011,o), -(276,1009,o), -(256,1004,c), -(246,955,l), -(252,956,o), -(261,956,o), -(270,956,cs), -(287,956,o), -(297,949,o), -(297,937,cs), -(297,926,o), -(286,916,o), -(271,909,c), -(298,852,l) +(400,874,o), +(431,909,o), +(431,947,cs), +(431,988,o), +(393,1011,o), +(326,1011,cs), +(302,1011,o), +(284,1009,o), +(264,1004,c), +(254,955,l), +(260,956,o), +(269,956,o), +(278,956,cs), +(295,956,o), +(305,949,o), +(305,937,cs), +(305,926,o), +(294,916,o), +(279,909,c), +(306,852,l) ); } ); -width = 383; +width = 399; }, { anchors = ( @@ -765,7 +765,7 @@ width = 351; anchors = ( { name = _top; -pos = (331,673); +pos = (337,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -773,49 +773,865 @@ shapes = ( { closed = 1; nodes = ( -(474,709,o), -(550,771,o), -(557,845,c), -(402,845,l), -(400,822,o), -(379,808,o), -(354,808,cs), -(329,808,o), -(313,823,o), -(313,845,c), -(159,845,l), -(167,758,o), -(237,709,o), -(349,709,cs) +(480,709,o), +(556,771,o), +(563,845,c), +(408,845,l), +(406,822,o), +(385,808,o), +(360,808,cs), +(335,808,o), +(319,823,o), +(319,845,c), +(165,845,l), +(173,758,o), +(243,709,o), +(355,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(437,861,o), +(497,891,o), +(497,949,cs), +(497,999,o), +(448,1025,o), +(355,1025,cs), +(337,1025,o), +(318,1024,o), +(307,1023,c), +(292,953,l), +(301,954,o), +(316,955,o), +(328,955,cs), +(350,955,o), +(358,946,o), +(358,937,cs), +(358,923,o), +(349,913,o), +(313,903,c), +(349,840,l) +); +} +); +width = 491; +}, +{ +anchors = ( +{ +name = _top; +pos = (103,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,726,o), +(187,775,o), +(187,867,c), +(160,867,l), +(161,793,o), +(140,754,o), +(104,754,cs), +(67,754,o), +(48,792,o), +(48,867,c), +(20,867,l), +(21,775,o), +(49,726,o), +(104,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(130,884,o), +(148,906,o), +(148,932,cs), +(148,962,o), +(127,982,o), +(94,982,cs), +(83,982,o), +(68,980,o), +(56,975,c), +(56,949,l), +(65,954,o), +(77,956,o), +(87,956,cs), +(104,956,o), +(116,946,o), +(116,929,cs), +(116,910,o), +(105,899,o), +(84,884,c), +(99,866,l) +); +} +); +width = 207; +}, +{ +anchors = ( +{ +name = _top; +pos = (184,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(286,709,o), +(348,752,o), +(348,845,c), +(229,845,l), +(228,816,o), +(221,796,o), +(194,796,cs), +(173,796,o), +(159,806,o), +(159,845,c), +(40,845,l), +(39,763,o), +(88,709,o), +(194,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(254,880,o), +(281,909,o), +(281,943,cs), +(281,989,o), +(232,1008,o), +(178,1008,cs), +(161,1008,o), +(140,1006,o), +(121,1001,c), +(121,948,l), +(127,950,o), +(137,951,o), +(145,951,cs), +(160,951,o), +(176,946,o), +(176,932,cs), +(176,921,o), +(168,913,o), +(155,905,c), +(189,855,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,709,o), +(338,752,o), +(338,845,c), +(219,845,l), +(218,816,o), +(211,796,o), +(184,796,cs), +(163,796,o), +(149,806,o), +(149,845,c), +(30,845,l), +(29,763,o), +(78,709,o), +(184,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(259,871,o), +(291,902,o), +(291,940,cs), +(291,986,o), +(242,1005,o), +(188,1005,cs), +(165,1005,o), +(134,1001,o), +(111,991,c), +(111,938,l), +(117,940,o), +(127,941,o), +(135,941,cs), +(150,941,o), +(166,936,o), +(166,922,cs), +(166,911,o), +(158,903,o), +(145,895,c), +(179,845,l) +); +} +); +width = 368; +}, +{ +anchors = ( +{ +name = _top; +pos = (148,678); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(224,741,o), +(275,791,o), +(276,867,c), +(240,867,l), +(240,810,o), +(207,772,o), +(148,772,cs), +(93,772,o), +(56,806,o), +(56,867,c), +(20,867,l), +(21,791,o), +(72,741,o), +(148,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,868,o), +(204,895,o), +(204,927,cs), +(204,963,o), +(177,986,o), +(137,986,cs), +(123,986,o), +(104,984,o), +(89,977,c), +(90,949,l), +(102,955,o), +(117,957,o), +(130,957,cs), +(153,957,o), +(168,945,o), +(168,924,cs), +(168,900,o), +(154,886,o), +(127,868,c), +(144,845,l) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = _top; +pos = (195,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(326,709,o), +(398,764,o), +(398,845,c), +(268,845,l), +(268,819,o), +(250,802,o), +(219,802,cs), +(188,802,o), +(170,819,o), +(170,845,c), +(40,845,l), +(40,764,o), +(112,709,o), +(219,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(281,865,o), +(314,892,o), +(314,932,cs), +(314,973,o), +(278,996,o), +(215,996,cs), +(195,996,o), +(170,994,o), +(148,988,c), +(148,928,l), +(159,930,o), +(168,931,o), +(176,931,cs), +(194,931,o), +(205,926,o), +(205,913,cs), +(205,903,o), +(198,896,o), +(172,888,c), +(202,843,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(305,709,o), +(377,764,o), +(377,845,c), +(247,845,l), +(247,819,o), +(229,802,o), +(198,802,cs), +(167,802,o), +(149,819,o), +(149,845,c), +(19,845,l), +(19,764,o), +(91,709,o), +(198,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(277,869,o), +(316,900,o), +(316,947,cs), +(316,994,o), +(273,1021,o), +(200,1021,cs), +(177,1021,o), +(148,1019,o), +(122,1012,c), +(122,942,l), +(135,944,o), +(146,945,o), +(155,945,cs), +(176,945,o), +(189,940,o), +(189,924,cs), +(189,913,o), +(181,905,o), +(150,895,c), +(185,843,l) +); +} +); +width = 396; +}, +{ +anchors = ( +{ +name = _top; +pos = (164,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(244,741,o), +(297,791,o), +(297,866,c), +(260,866,l), +(261,810,o), +(226,772,o), +(164,772,cs), +(106,772,o), +(68,806,o), +(68,866,c), +(30,866,l), +(31,791,o), +(85,741,o), +(164,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(203,868,o), +(228,895,o), +(228,927,cs), +(228,963,o), +(199,986,o), +(155,986,cs), +(140,986,o), +(119,984,o), +(102,977,c), +(104,949,l), +(116,955,o), +(134,957,o), +(148,957,cs), +(174,957,o), +(192,945,o), +(192,924,cs), +(192,900,o), +(175,886,o), +(145,868,c), +(163,845,l) +); +} +); +width = 327; +}, +{ +anchors = ( +{ +name = _top; +pos = (228,673); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(354,709,o), +(433,758,o), +(438,845,c), +(283,845,l), +(282,822,o), +(264,808,o), +(239,808,cs), +(213,808,o), +(196,822,o), +(195,845,c), +(40,845,l), +(45,763,o), +(116,709,o), +(239,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(321,868,o), +(365,901,o), +(365,955,cs), +(365,1012,o), +(313,1037,o), +(228,1037,cs), +(202,1037,o), +(176,1035,o), +(152,1030,c), +(152,958,l), +(164,960,o), +(177,961,o), +(188,961,cs), +(207,961,o), +(224,958,o), +(224,941,cs), +(224,930,o), +(215,919,o), +(183,907,c), +(232,846,l) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(343,709,o), +(423,759,o), +(428,835,c), +(273,835,l), +(272,812,o), +(254,798,o), +(229,798,cs), +(203,798,o), +(186,812,o), +(185,835,c), +(30,835,l), +(35,759,o), +(115,709,o), +(229,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(311,852,o), +(355,885,o), +(355,939,cs), +(355,996,o), +(303,1021,o), +(218,1021,cs), +(192,1021,o), +(166,1019,o), +(142,1014,c), +(142,942,l), +(154,944,o), +(167,945,o), +(178,945,cs), +(197,945,o), +(214,942,o), +(214,925,cs), +(214,914,o), +(205,903,o), +(173,891,c), +(222,830,l) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = _top; +pos = (182,673); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(258,726,o), +(297,775,o), +(308,867,c), +(279,867,l), +(270,790,o), +(240,752,o), +(206,752,cs), +(166,752,o), +(156,790,o), +(171,867,c), +(143,867,l), +(125,776,o), +(147,726,o), +(206,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(255,885,o), +(280,910,o), +(280,940,cs), +(280,967,o), +(257,982,o), +(227,982,cs), +(217,982,o), +(206,981,o), +(195,978,c), +(192,955,l), +(199,958,o), +(208,959,o), +(216,959,cs), +(230,959,o), +(248,956,o), +(248,936,cs), +(248,915,o), +(233,903,o), +(207,888,c), +(218,869,l) +); +} +); +width = 200; +}, +{ +anchors = ( +{ +name = _top; +pos = (270,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(373,709,o), +(440,752,o), +(450,845,c), +(334,845,l), +(331,813,o), +(317,796,o), +(292,796,cs), +(270,796,o), +(258,814,o), +(262,845,c), +(148,845,l), +(144,763,o), +(198,709,o), +(282,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(381,874,o), +(412,909,o), +(412,947,cs), +(412,988,o), +(374,1011,o), +(307,1011,cs), +(283,1011,o), +(265,1009,o), +(245,1004,c), +(235,955,l), +(241,956,o), +(250,956,o), +(259,956,cs), +(276,956,o), +(286,949,o), +(286,937,cs), +(286,926,o), +(275,916,o), +(260,909,c), +(287,852,l) +); +} +); +width = 361; +}, +{ +anchors = ( +{ +name = _top; +pos = (237,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(334,741,o), +(390,786,o), +(397,867,c), +(363,867,l), +(357,809,o), +(322,770,o), +(257,770,cs), +(203,770,o), +(167,801,o), +(176,867,c), +(142,867,l), +(136,791,o), +(181,741,o), +(255,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(297,866,o), +(328,895,o), +(328,933,cs), +(328,962,o), +(306,987,o), +(261,987,cs), +(250,987,o), +(235,986,o), +(223,982,c), +(219,954,l), +(228,957,o), +(241,959,o), +(252,959,cs), +(276,959,o), +(291,947,o), +(291,929,cs), +(291,900,o), +(274,888,o), +(239,870,c), +(252,846,l) +); +} +); +width = 288; +}, +{ +anchors = ( +{ +name = _top; +pos = (281,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(402,709,o), +(476,763,o), +(487,845,c), +(358,845,l), +(355,816,o), +(334,802,o), +(305,802,cs), +(277,802,o), +(259,819,o), +(259,845,c), +(130,845,l), +(128,763,o), +(194,709,o), +(294,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,860,o), +(445,886,o), +(445,952,cs), +(445,1004,o), +(381,1024,o), +(308,1024,cs), +(294,1024,o), +(279,1023,o), +(264,1020,c), +(251,950,l), +(258,951,o), +(265,951,o), +(272,951,cs), +(298,951,o), +(318,946,o), +(314,928,cs), +(311,915,o), +(302,908,o), +(270,901,c), +(294,846,l) +); +} +); +width = 380; +}, +{ +anchors = ( +{ +name = _top; +pos = (257,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(359,740,o), +(420,789,o), +(425,866,c), +(389,866,l), +(384,809,o), +(344,771,o), +(278,771,cs), +(220,771,o), +(186,809,o), +(192,866,c), +(156,866,l), +(151,791,o), +(199,740,o), +(275,740,cs) +); +}, +{ +closed = 1; +nodes = ( +(321,867,o), +(353,897,o), +(353,933,cs), +(353,966,o), +(326,988,o), +(278,988,cs), +(264,988,o), +(249,986,o), +(237,983,c), +(233,955,l), +(241,958,o), +(259,959,o), +(272,959,cs), +(298,959,o), +(316,949,o), +(316,929,cs), +(316,901,o), +(295,887,o), +(258,870,c), +(272,846,l) +); +} +); +width = 331; +}, +{ +anchors = ( +{ +name = _top; +pos = (316,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(459,709,o), +(535,771,o), +(542,845,c), +(387,845,l), +(385,822,o), +(364,808,o), +(339,808,cs), +(314,808,o), +(298,823,o), +(298,845,c), +(144,845,l), +(152,758,o), +(222,709,o), +(334,709,cs) ); }, { closed = 1; nodes = ( -(431,861,o), -(491,891,o), -(491,949,cs), -(491,999,o), -(442,1025,o), -(349,1025,cs), -(331,1025,o), -(312,1024,o), -(301,1023,c), -(286,953,l), -(295,954,o), -(310,955,o), -(322,955,cs), -(344,955,o), -(352,946,o), -(352,937,cs), -(352,923,o), -(343,913,o), -(307,903,c), -(343,840,l) +(416,861,o), +(476,891,o), +(476,949,cs), +(476,999,o), +(427,1025,o), +(334,1025,cs), +(316,1025,o), +(297,1024,o), +(286,1023,c), +(271,953,l), +(280,954,o), +(295,955,o), +(307,955,cs), +(329,955,o), +(337,946,o), +(337,937,cs), +(337,923,o), +(328,913,o), +(292,903,c), +(328,840,l) ); } ); -width = 479; +width = 449; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/brevecomb_tildecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/brevecomb_tildecomb.glyph index 57f19527..6ddd6971 100644 --- a/sources/MonaSans.glyphspackage/glyphs/brevecomb_tildecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/brevecomb_tildecomb.glyph @@ -61,7 +61,7 @@ width = 265; anchors = ( { name = _top; -pos = (194,678); +pos = (202,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -69,55 +69,244 @@ shapes = ( { closed = 1; nodes = ( -(286,709,o), -(348,752,o), -(348,845,c), -(229,845,l), -(228,816,o), -(221,796,o), -(194,796,cs), -(173,796,o), -(159,806,o), -(159,845,c), -(40,845,l), -(39,763,o), -(88,709,o), -(194,709,cs) +(294,709,o), +(356,752,o), +(356,845,c), +(237,845,l), +(236,816,o), +(229,796,o), +(202,796,cs), +(181,796,o), +(167,806,o), +(167,845,c), +(48,845,l), +(47,763,o), +(96,709,o), +(202,709,cs) ); }, { closed = 1; nodes = ( -(293,870,o), -(326,888,o), -(348,956,c), -(287,990,l), -(277,969,o), -(267,962,o), -(243,962,cs), -(208,962,o), -(189,987,o), -(137,987,cs), -(97,987,o), -(62,970,o), +(301,870,o), +(334,888,o), +(356,956,c), +(295,990,l), +(285,969,o), +(275,962,o), +(251,962,cs), +(216,962,o), +(197,987,o), +(145,987,cs), +(105,987,o), +(70,970,o), +(48,900,c), +(109,866,l), +(121,886,o), +(134,895,o), +(157,895,cs), +(188,895,o), +(208,870,o), +(263,870,cs) +); +} +); +width = 404; +}, +{ +anchors = ( +{ +name = _top; +pos = (176,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(264,726,o), +(310,774,o), +(310,866,c), +(273,866,l), +(274,795,o), +(239,757,o), +(177,757,cs), +(114,757,o), +(81,794,o), +(81,866,c), +(43,866,l), +(44,774,o), +(90,726,o), +(177,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(268,905,o), +(291,919,o), +(313,954,c), +(295,967,l), +(280,946,o), +(260,937,o), +(240,937,cs), +(199,937,o), +(153,965,o), +(116,965,cs), +(82,965,o), +(63,951,o), +(40,915,c), +(57,903,l), +(73,926,o), +(90,932,o), +(110,932,cs), +(150,932,o), +(178,905,o), +(233,905,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(257,741,o), +(310,791,o), +(310,866,c), +(273,866,l), +(274,810,o), +(239,772,o), +(177,772,cs), +(119,772,o), +(81,806,o), +(81,866,c), +(43,866,l), +(44,791,o), +(98,741,o), +(177,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(268,905,o), +(291,919,o), +(313,954,c), +(295,967,l), +(280,946,o), +(260,937,o), +(240,937,cs), +(199,937,o), +(153,965,o), +(116,965,cs), +(82,965,o), +(63,951,o), +(40,915,c), +(57,903,l), +(73,926,o), +(90,932,o), +(110,932,cs), +(150,932,o), +(178,905,o), +(233,905,cs) +); +} +); +width = 353; +}, +{ +anchors = ( +{ +name = _top; +pos = (256,673); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(128,996,o), +(71,969,o), (40,900,c), -(101,866,l), -(113,886,o), -(126,895,o), -(149,895,cs), -(180,895,o), -(200,870,o), -(255,870,cs) +(120,863,l), +(127,872,o), +(141,895,o), +(184,895,cs), +(237,894,o), +(254,865,o), +(319,865,cs), +(365,865,o), +(425,886,o), +(460,956,c), +(383,995,l), +(361,978,o), +(343,965,o), +(315,965,cs), +(264,965,o), +(241,996,o), +(182,996,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,709,o), +(450,758,o), +(455,845,c), +(300,845,l), +(299,822,o), +(281,808,o), +(256,808,cs), +(230,808,o), +(213,822,o), +(212,845,c), +(57,845,l), +(62,763,o), +(133,709,o), +(256,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(378,865,o), +(435,892,o), +(466,961,c), +(389,995,l), +(367,978,o), +(349,965,o), +(321,965,cs), +(270,965,o), +(247,996,o), +(188,996,cs), +(134,996,o), +(77,969,o), +(46,900,c), +(123,866,l), +(145,883,o), +(163,896,o), +(191,896,cs), +(242,896,o), +(265,865,o), +(324,865,cs) ); } ); -width = 388; +width = 512; }, { anchors = ( { name = _top; -pos = (173,672); +pos = (172,672); } ); background = { @@ -168,25 +357,691 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(249,741,o), -(300,791,o), -(301,867,c), -(265,867,l), -(265,810,o), -(232,772,o), -(173,772,cs), -(118,772,o), -(81,806,o), -(81,867,c), -(45,867,l), -(46,791,o), -(97,741,o), -(173,741,cs) +(248,741,o), +(297,791,o), +(298,867,c), +(262,867,l), +(262,810,o), +(231,772,o), +(172,772,cs), +(119,772,o), +(82,806,o), +(82,867,c), +(48,867,l), +(49,791,o), +(98,741,o), +(172,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(258,913,o), +(281,927,o), +(302,962,c), +(284,975,l), +(270,953,o), +(250,945,o), +(231,945,cs), +(192,945,o), +(150,973,o), +(116,973,cs), +(82,973,o), +(63,959,o), +(43,923,c), +(59,911,l), +(74,933,o), +(88,940,o), +(110,940,cs), +(148,940,o), +(174,913,o), +(226,913,cs) +); +} +); +width = 344; +}, +{ +anchors = ( +{ +name = _top; +pos = (220,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(121,997,o), +(68,972,o), +(40,908,c), +(111,874,l), +(126,892,o), +(142,903,o), +(169,903,cs), +(217,903,o), +(232,876,o), +(289,876,cs), +(331,876,o), +(384,895,o), +(416,960,c), +(347,996,l), +(331,982,o), +(314,968,o), +(285,968,cs), +(241,969,o), +(220,996,o), +(170,997,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(323,709,o), +(392,764,o), +(392,845,c), +(264,845,l), +(264,819,o), +(248,802,o), +(220,802,cs), +(192,802,o), +(175,819,o), +(175,845,c), +(48,845,l), +(48,764,o), +(117,709,o), +(220,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(322,875,o), +(374,900,o), +(401,964,c), +(331,998,l), +(317,980,o), +(301,969,o), +(275,969,cs), +(230,969,o), +(217,996,o), +(161,996,cs), +(122,996,o), +(69,977,o), +(39,912,c), +(107,876,l), +(121,889,o), +(138,904,o), +(166,904,cs), +(208,904,o), +(228,875,o), +(275,875,cs) +); +} +); +width = 439; +}, +{ +anchors = ( +{ +name = _top; +pos = (223,673); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(293,726,o), +(332,775,o), +(343,867,c), +(314,867,l), +(305,790,o), +(275,752,o), +(241,752,cs), +(201,752,o), +(191,790,o), +(206,867,c), +(178,867,l), +(160,776,o), +(182,726,o), +(241,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(322,908,o), +(342,919,o), +(359,953,c), +(345,965,l), +(334,948,o), +(320,937,o), +(303,937,cs), +(279,937,o), +(263,964,o), +(235,964,cs), +(214,964,o), +(192,951,o), +(176,917,c), +(190,907,l), +(200,923,o), +(212,934,o), +(230,934,cs), +(255,934,o), +(267,908,o), +(297,908,cs) +); +} +); +width = 258; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(405,709,o), +(469,760,o), +(477,845,c), +(361,845,l), +(358,813,o), +(344,796,o), +(321,796,cs), +(297,796,o), +(285,813,o), +(289,845,c), +(175,845,l), +(172,761,o), +(226,709,o), +(315,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(440,870,o), +(477,899,o), +(498,956,c), +(444,990,l), +(430,969,o), +(419,962,o), +(395,962,cs), +(357,962,o), +(329,987,o), +(283,987,cs), +(235,987,o), +(198,956,o), +(180,900,c), +(234,866,l), +(250,886,o), +(265,895,o), +(288,895,cs), +(319,895,o), +(344,870,o), +(389,870,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(413,709,o), +(477,760,o), +(485,845,c), +(369,845,l), +(366,813,o), +(352,796,o), +(329,796,cs), +(305,796,o), +(293,813,o), +(297,845,c), +(183,845,l), +(180,761,o), +(234,709,o), +(323,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(452,866,o), +(491,893,o), +(515,953,c), +(461,987,l), +(446,967,o), +(433,958,o), +(405,958,cs), +(369,958,o), +(341,987,o), +(291,987,cs), +(243,987,o), +(203,956,o), +(178,900,c), +(232,866,l), +(248,888,o), +(265,895,o), +(288,895,cs), +(324,895,o), +(352,866,o), +(402,866,cs) +); +} +); +width = 422; +}, +{ +anchors = ( +{ +name = _top; +pos = (269,672); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(370,741,o), +(426,786,o), +(433,867,c), +(399,867,l), +(393,809,o), +(358,770,o), +(293,770,cs), +(239,770,o), +(203,801,o), +(212,867,c), +(178,867,l), +(172,791,o), +(217,741,o), +(291,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(394,905,o), +(420,919,o), +(447,954,c), +(431,967,l), +(413,946,o), +(392,937,o), +(373,937,cs), +(333,937,o), +(295,965,o), +(260,965,cs), +(226,965,o), +(204,951,o), +(176,915,c), +(191,903,l), +(210,925,o), +(226,932,o), +(248,932,cs), +(285,932,o), +(308,905,o), +(361,905,cs) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = _top; +pos = (324,678); +} +); +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(445,709,o), +(519,763,o), +(530,845,c), +(401,845,l), +(398,816,o), +(377,802,o), +(348,802,cs), +(320,802,o), +(302,819,o), +(302,845,c), +(173,845,l), +(171,763,o), +(237,709,o), +(337,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(461,875,o), +(518,900,o), +(560,964,c), +(495,998,l), +(477,980,o), +(459,969,o), +(432,969,cs), +(384,969,o), +(375,996,o), +(317,996,cs), +(276,996,o), +(218,977,o), +(173,912,c), +(235,876,l), +(254,890,o), +(274,904,o), +(302,904,cs), +(346,904,o), +(361,875,o), +(412,875,cs) +); +} +); +width = 457; +}, +{ +anchors = ( +{ +name = _top; +pos = (284,672); +} +); +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(385,740,o), +(446,789,o), +(451,866,c), +(415,866,l), +(410,809,o), +(370,771,o), +(304,771,cs), +(246,771,o), +(212,809,o), +(218,866,c), +(182,866,l), +(177,791,o), +(225,740,o), +(301,740,cs) +); +}, +{ +closed = 1; +nodes = ( +(407,914,o), +(436,928,o), +(465,963,c), +(447,976,l), +(427,955,o), +(406,946,o), +(385,946,cs), +(344,946,o), +(306,974,o), +(268,974,cs), +(233,974,o), +(209,960,o), +(178,924,c), +(195,912,l), +(216,935,o), +(234,941,o), +(255,941,cs), +(295,941,o), +(318,914,o), +(372,914,cs) +); +} +); +width = 367; +}, +{ +anchors = ( +{ +name = _top; +pos = (347,673); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(278,996,o), +(215,969,o), +(170,900,c), +(238,866,l), +(257,882,o), +(282,896,o), +(313,896,cs), +(363,896,o), +(380,865,o), +(439,865,cs), +(493,865,o), +(556,892,o), +(601,961,c), +(533,995,l), +(514,979,o), +(489,965,o), +(458,965,cs), +(408,965,o), +(391,996,o), +(332,996,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,709,o), +(566,771,o), +(573,845,c), +(418,845,l), +(416,822,o), +(395,808,o), +(370,808,cs), +(345,808,o), +(329,823,o), +(329,845,c), +(175,845,l), +(183,758,o), +(253,709,o), +(365,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(499,865,o), +(562,892,o), +(607,961,c), +(539,995,l), +(520,979,o), +(495,965,o), +(464,965,cs), +(414,965,o), +(397,996,o), +(338,996,cs), +(284,996,o), +(221,969,o), +(176,900,c), +(244,866,l), +(263,882,o), +(288,896,o), +(319,896,cs), +(369,896,o), +(386,865,o), +(445,865,cs) +); +} +); +width = 510; +}, +{ +anchors = ( +{ +name = _top; +pos = (112,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(167,726,o), +(196,775,o), +(196,867,c), +(169,867,l), +(170,793,o), +(149,754,o), +(113,754,cs), +(76,754,o), +(57,792,o), +(57,867,c), +(29,867,l), +(30,775,o), +(58,726,o), +(113,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(167,908,o), +(187,917,o), +(205,955,c), +(189,968,l), +(179,949,o), +(167,938,o), +(150,938,cs), +(124,938,o), +(103,966,o), +(75,966,cs), +(55,966,o), +(38,952,o), +(20,917,c), +(36,906,l), +(48,928,o), +(61,935,o), +(73,935,cs), +(99,935,o), +(116,908,o), +(147,908,cs) +); +} +); +width = 225; +}, +{ +anchors = ( +{ +name = _top; +pos = (184,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,709,o), +(338,752,o), +(338,845,c), +(219,845,l), +(218,816,o), +(211,796,o), +(184,796,cs), +(163,796,o), +(149,806,o), +(149,845,c), +(30,845,l), +(29,763,o), +(78,709,o), +(184,709,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,870,o), +(316,888,o), +(338,956,c), +(277,990,l), +(267,969,o), +(257,962,o), +(233,962,cs), +(198,962,o), +(179,987,o), +(127,987,cs), +(87,987,o), +(52,970,o), +(30,900,c), +(91,866,l), +(103,886,o), +(116,895,o), +(139,895,cs), +(170,895,o), +(190,870,o), +(245,870,cs) +); +} +); +width = 368; +}, +{ +anchors = ( +{ +name = _top; +pos = (153,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(255,726,o), +(300,774,o), +(301,867,c), +(265,867,l), +(265,794,o), +(233,757,o), +(173,757,cs), +(113,757,o), +(81,794,o), +(81,867,c), +(45,867,l), +(46,774,o), +(91,726,o), +(173,726,cs) ); }, { @@ -196,11 +1051,11 @@ nodes = ( (284,927,o), (305,962,c), (287,975,l), -(273,953,o), -(253,945,o), -(232,945,cs), -(193,945,o), -(150,973,o), +(273,954,o), +(254,945,o), +(234,945,cs), +(194,944,o), +(151,973,o), (115,973,cs), (81,973,o), (62,959,o), @@ -215,13 +1070,61 @@ nodes = ( ); } ); -width = 345; +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(229,741,o), +(280,791,o), +(281,867,c), +(245,867,l), +(245,810,o), +(212,772,o), +(153,772,cs), +(98,772,o), +(61,806,o), +(61,867,c), +(25,867,l), +(26,791,o), +(77,741,o), +(153,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(241,913,o), +(264,927,o), +(285,962,c), +(267,975,l), +(253,953,o), +(233,945,o), +(212,945,cs), +(173,945,o), +(130,973,o), +(95,973,cs), +(61,973,o), +(42,959,o), +(20,923,c), +(38,911,l), +(53,933,o), +(67,940,o), +(89,940,cs), +(127,940,o), +(155,913,o), +(207,913,cs) +); +} +); +width = 305; }, { anchors = ( { name = _top; -pos = (228,678); +pos = (207,678); } ); background = { @@ -253,60 +1156,60 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(335,709,o), -(407,764,o), -(407,845,c), -(277,845,l), -(277,819,o), -(259,802,o), -(228,802,cs), -(197,802,o), -(179,819,o), -(179,845,c), -(49,845,l), -(49,764,o), -(121,709,o), -(228,709,cs) +(314,709,o), +(386,764,o), +(386,845,c), +(256,845,l), +(256,819,o), +(238,802,o), +(207,802,cs), +(176,802,o), +(158,819,o), +(158,845,c), +(28,845,l), +(28,764,o), +(100,709,o), +(207,709,cs) ); }, { closed = 1; nodes = ( -(335,875,o), -(388,900,o), -(416,964,c), -(345,998,l), -(330,980,o), -(314,969,o), -(287,969,cs), -(239,969,o), -(224,996,o), -(167,996,cs), -(125,996,o), -(72,977,o), -(40,912,c), -(109,876,l), -(125,890,o), -(142,904,o), -(171,904,cs), -(215,904,o), -(236,875,o), -(286,875,cs) +(314,875,o), +(367,900,o), +(395,964,c), +(324,998,l), +(309,980,o), +(293,969,o), +(266,969,cs), +(218,969,o), +(203,996,o), +(146,996,cs), +(104,996,o), +(51,977,o), +(19,912,c), +(88,876,l), +(104,890,o), +(121,904,o), +(150,904,cs), +(194,904,o), +(215,875,o), +(265,875,cs) ); } ); -width = 456; +width = 414; }, { anchors = ( { name = _top; -pos = (176,672); +pos = (166,672); } ); background = { @@ -357,60 +1260,60 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(257,741,o), -(310,791,o), -(310,866,c), -(273,866,l), -(274,810,o), -(239,772,o), -(177,772,cs), -(119,772,o), -(81,806,o), -(81,866,c), -(43,866,l), -(44,791,o), -(98,741,o), -(177,741,cs) +(247,741,o), +(300,791,o), +(300,866,c), +(263,866,l), +(264,810,o), +(229,772,o), +(167,772,cs), +(109,772,o), +(71,806,o), +(71,866,c), +(33,866,l), +(34,791,o), +(88,741,o), +(167,741,cs) ); }, { closed = 1; nodes = ( -(268,905,o), -(291,919,o), -(313,954,c), -(295,967,l), -(280,946,o), -(260,937,o), -(240,937,cs), -(199,937,o), -(153,965,o), -(116,965,cs), -(82,965,o), -(63,951,o), -(40,915,c), -(57,903,l), -(73,926,o), -(90,932,o), -(110,932,cs), -(150,932,o), -(178,905,o), -(233,905,cs) +(258,905,o), +(281,919,o), +(303,954,c), +(285,967,l), +(270,946,o), +(250,937,o), +(230,937,cs), +(189,937,o), +(143,965,o), +(106,965,cs), +(72,965,o), +(53,951,o), +(30,915,c), +(47,903,l), +(63,926,o), +(80,932,o), +(100,932,cs), +(140,932,o), +(168,905,o), +(223,905,cs) ); } ); -width = 353; +width = 333; }, { anchors = ( { name = _top; -pos = (250,673); +pos = (240,673); } ); background = { @@ -442,116 +1345,116 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(365,709,o), -(444,758,o), -(449,845,c), -(294,845,l), -(293,822,o), -(275,808,o), -(250,808,cs), -(224,808,o), -(207,822,o), -(206,845,c), -(51,845,l), -(56,763,o), -(127,709,o), -(250,709,cs) +(355,709,o), +(434,758,o), +(439,845,c), +(284,845,l), +(283,822,o), +(265,808,o), +(240,808,cs), +(214,808,o), +(197,822,o), +(196,845,c), +(41,845,l), +(46,763,o), +(117,709,o), +(240,709,cs) ); }, { closed = 1; nodes = ( -(372,865,o), -(429,892,o), -(460,961,c), -(383,995,l), -(361,978,o), -(343,965,o), -(315,965,cs), -(264,965,o), -(241,996,o), -(182,996,cs), -(128,996,o), -(71,969,o), -(40,900,c), -(117,866,l), -(139,883,o), -(157,896,o), -(185,896,cs), -(236,896,o), -(259,865,o), -(318,865,cs) +(362,865,o), +(419,892,o), +(450,961,c), +(373,995,l), +(351,978,o), +(333,965,o), +(305,965,cs), +(254,965,o), +(231,996,o), +(172,996,cs), +(118,996,o), +(61,969,o), +(30,900,c), +(107,866,l), +(129,883,o), +(147,896,o), +(175,896,cs), +(226,896,o), +(249,865,o), +(308,865,cs) ); } ); -width = 500; +width = 480; }, { anchors = ( { name = _top; -pos = (223,673); +pos = (200,673); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(293,726,o), -(332,775,o), -(343,867,c), -(314,867,l), -(305,790,o), -(275,752,o), -(241,752,cs), -(201,752,o), -(191,790,o), -(206,867,c), -(178,867,l), -(160,776,o), -(182,726,o), -(241,726,cs) +(270,726,o), +(309,775,o), +(320,867,c), +(291,867,l), +(282,790,o), +(252,752,o), +(218,752,cs), +(178,752,o), +(168,790,o), +(183,867,c), +(155,867,l), +(137,776,o), +(159,726,o), +(218,726,cs) ); }, { closed = 1; nodes = ( -(322,908,o), -(342,919,o), -(359,953,c), -(345,965,l), -(334,948,o), -(320,937,o), -(303,937,cs), -(279,937,o), -(263,964,o), -(235,964,cs), -(214,964,o), -(192,951,o), -(176,917,c), -(190,907,l), -(200,923,o), -(212,934,o), -(230,934,cs), -(255,934,o), -(267,908,o), -(297,908,cs) +(299,908,o), +(319,919,o), +(336,953,c), +(322,965,l), +(311,948,o), +(297,937,o), +(280,937,cs), +(256,937,o), +(240,964,o), +(212,964,cs), +(191,964,o), +(169,951,o), +(153,917,c), +(167,907,l), +(177,923,o), +(189,934,o), +(207,934,cs), +(232,934,o), +(244,908,o), +(274,908,cs) ); } ); -width = 258; +width = 212; }, { anchors = ( { name = _top; -pos = (292,678); +pos = (281,678); } ); background = { @@ -602,228 +1505,228 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(405,709,o), -(469,760,o), -(477,845,c), -(361,845,l), -(358,813,o), -(344,796,o), -(321,796,cs), -(297,796,o), -(285,813,o), -(289,845,c), -(175,845,l), -(172,761,o), -(226,709,o), -(315,709,cs) +(394,709,o), +(458,760,o), +(466,845,c), +(350,845,l), +(347,813,o), +(333,796,o), +(310,796,cs), +(286,796,o), +(274,813,o), +(278,845,c), +(164,845,l), +(161,761,o), +(215,709,o), +(304,709,cs) ); }, { closed = 1; nodes = ( -(444,866,o), -(483,893,o), -(507,953,c), -(453,987,l), -(438,967,o), -(425,958,o), -(397,958,cs), -(361,958,o), -(333,987,o), -(283,987,cs), -(235,987,o), -(195,956,o), -(170,900,c), -(224,866,l), -(240,888,o), -(257,895,o), -(280,895,cs), -(316,895,o), -(344,866,o), -(394,866,cs) +(433,866,o), +(472,893,o), +(496,953,c), +(442,987,l), +(427,967,o), +(414,958,o), +(386,958,cs), +(350,958,o), +(322,987,o), +(272,987,cs), +(224,987,o), +(184,956,o), +(159,900,c), +(213,866,l), +(229,888,o), +(246,895,o), +(269,895,cs), +(305,895,o), +(333,866,o), +(383,866,cs) ); } ); -width = 406; +width = 384; }, { anchors = ( { name = _top; -pos = (269,672); +pos = (245,672); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(370,741,o), -(426,786,o), -(433,867,c), -(399,867,l), -(393,809,o), -(358,770,o), -(293,770,cs), -(239,770,o), -(203,801,o), -(212,867,c), -(178,867,l), -(172,791,o), -(217,741,o), -(291,741,cs) +(346,741,o), +(402,786,o), +(409,867,c), +(375,867,l), +(369,809,o), +(334,770,o), +(269,770,cs), +(215,770,o), +(179,801,o), +(188,867,c), +(154,867,l), +(148,791,o), +(193,741,o), +(267,741,cs) ); }, { closed = 1; nodes = ( -(394,905,o), -(420,919,o), -(447,954,c), -(431,967,l), -(413,946,o), -(392,937,o), -(373,937,cs), -(333,937,o), -(295,965,o), -(260,965,cs), -(226,965,o), -(204,951,o), -(176,915,c), -(191,903,l), -(210,925,o), -(226,932,o), -(248,932,cs), -(285,932,o), -(308,905,o), -(361,905,cs) +(370,905,o), +(396,919,o), +(423,954,c), +(407,967,l), +(389,946,o), +(368,937,o), +(349,937,cs), +(309,937,o), +(271,965,o), +(236,965,cs), +(202,965,o), +(180,951,o), +(152,915,c), +(167,903,l), +(186,925,o), +(202,932,o), +(224,932,cs), +(261,932,o), +(284,905,o), +(337,905,cs) ); } ); -width = 348; +width = 300; }, { anchors = ( { name = _top; -pos = (324,678); +pos = (295,678); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(445,709,o), -(519,763,o), -(530,845,c), -(401,845,l), -(398,816,o), -(377,802,o), -(348,802,cs), -(320,802,o), -(302,819,o), -(302,845,c), -(173,845,l), -(171,763,o), -(237,709,o), -(337,709,cs) +(416,709,o), +(490,763,o), +(501,845,c), +(372,845,l), +(369,816,o), +(348,802,o), +(319,802,cs), +(291,802,o), +(273,819,o), +(273,845,c), +(144,845,l), +(142,763,o), +(208,709,o), +(308,709,cs) ); }, { closed = 1; nodes = ( -(461,875,o), -(518,900,o), -(560,964,c), -(495,998,l), -(477,980,o), -(459,969,o), -(432,969,cs), -(384,969,o), -(375,996,o), -(317,996,cs), -(276,996,o), -(218,977,o), -(173,912,c), -(235,876,l), -(254,890,o), -(274,904,o), -(302,904,cs), -(346,904,o), -(361,875,o), -(412,875,cs) +(432,875,o), +(489,900,o), +(531,964,c), +(466,998,l), +(448,980,o), +(430,969,o), +(403,969,cs), +(355,969,o), +(346,996,o), +(288,996,cs), +(247,996,o), +(189,977,o), +(144,912,c), +(206,876,l), +(225,890,o), +(245,904,o), +(273,904,cs), +(317,904,o), +(332,875,o), +(383,875,cs) ); } ); -width = 457; +width = 399; }, { anchors = ( { name = _top; -pos = (284,672); +pos = (274,672); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(385,740,o), -(446,789,o), -(451,866,c), -(415,866,l), -(410,809,o), -(370,771,o), -(304,771,cs), -(246,771,o), -(212,809,o), -(218,866,c), -(182,866,l), -(177,791,o), -(225,740,o), -(301,740,cs) +(375,740,o), +(436,789,o), +(441,866,c), +(405,866,l), +(400,809,o), +(360,771,o), +(294,771,cs), +(236,771,o), +(202,809,o), +(208,866,c), +(172,866,l), +(167,791,o), +(215,740,o), +(291,740,cs) ); }, { closed = 1; nodes = ( -(407,914,o), -(436,928,o), -(465,963,c), -(447,976,l), -(427,955,o), -(406,946,o), -(385,946,cs), -(344,946,o), -(306,974,o), -(268,974,cs), -(233,974,o), -(209,960,o), -(178,924,c), -(195,912,l), -(216,935,o), -(234,941,o), -(255,941,cs), -(295,941,o), -(318,914,o), -(372,914,cs) +(397,914,o), +(426,928,o), +(455,963,c), +(437,976,l), +(417,955,o), +(396,946,o), +(375,946,cs), +(334,946,o), +(296,974,o), +(258,974,cs), +(223,974,o), +(199,960,o), +(168,924,c), +(185,912,l), +(206,935,o), +(224,941,o), +(245,941,cs), +(285,941,o), +(308,914,o), +(362,914,cs) ); } ); -width = 367; +width = 347; }, { anchors = ( { name = _top; -pos = (341,673); +pos = (326,673); } ); background = { @@ -855,54 +1758,54 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(484,709,o), -(560,771,o), -(567,845,c), -(412,845,l), -(410,822,o), -(389,808,o), -(364,808,cs), -(339,808,o), -(323,823,o), -(323,845,c), -(169,845,l), -(177,758,o), -(247,709,o), -(359,709,cs) +(469,709,o), +(545,771,o), +(552,845,c), +(397,845,l), +(395,822,o), +(374,808,o), +(349,808,cs), +(324,808,o), +(308,823,o), +(308,845,c), +(154,845,l), +(162,758,o), +(232,709,o), +(344,709,cs) ); }, { closed = 1; nodes = ( -(493,865,o), -(556,892,o), -(601,961,c), -(533,995,l), -(514,979,o), -(489,965,o), -(458,965,cs), -(408,965,o), -(391,996,o), -(332,996,cs), -(278,996,o), -(215,969,o), -(170,900,c), -(238,866,l), -(257,882,o), -(282,896,o), -(313,896,cs), -(363,896,o), -(380,865,o), -(439,865,cs) +(478,865,o), +(541,892,o), +(586,961,c), +(518,995,l), +(499,979,o), +(474,965,o), +(443,965,cs), +(393,965,o), +(376,996,o), +(317,996,cs), +(263,996,o), +(200,969,o), +(155,900,c), +(223,866,l), +(242,882,o), +(267,896,o), +(298,896,cs), +(348,896,o), +(365,865,o), +(424,865,cs) ); } ); -width = 498; +width = 468; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/brokenbar.glyph b/sources/MonaSans.glyphspackage/glyphs/brokenbar.glyph index 5ea0d258..0e60233b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/brokenbar.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/brokenbar.glyph @@ -7,23 +7,23 @@ shapes = ( { closed = 1; nodes = ( -(190,380,l), -(190,729,l), -(34,729,l), -(34,380,l) +(198,380,l), +(198,729,l), +(42,729,l), +(42,380,l) ); }, { closed = 1; nodes = ( -(190,-67,l), -(190,282,l), -(34,282,l), -(34,-67,l) +(198,-67,l), +(198,282,l), +(42,282,l), +(42,-67,l) ); } ); -width = 224; +width = 240; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -50,24 +50,72 @@ nodes = ( width = 186; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(147,417,l), -(147,729,l), -(111,729,l), -(111,417,l) +(121,417,l), +(121,729,l), +(85,729,l), +(85,417,l) ); }, { closed = 1; nodes = ( -(147,-67,l), -(147,245,l), -(111,245,l), -(111,-67,l) +(121,-67,l), +(121,245,l), +(85,245,l), +(85,-67,l) +); +} +); +width = 206; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,380,l), +(262,729,l), +(61,729,l), +(61,380,l) +); +}, +{ +closed = 1; +nodes = ( +(262,-67,l), +(262,282,l), +(61,282,l), +(61,-67,l) +); +} +); +width = 323; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(148,417,l), +(148,729,l), +(112,729,l), +(112,417,l) +); +}, +{ +closed = 1; +nodes = ( +(148,-67,l), +(148,245,l), +(112,245,l), +(112,-67,l) ); } ); @@ -105,79 +153,31 @@ type = Stem; } ); }; -width = 258; +width = 257; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(241,380,l), -(241,729,l), -(70,729,l), -(70,380,l) +(238,380,l), +(238,729,l), +(68,729,l), +(68,380,l) ); }, { closed = 1; nodes = ( -(241,-67,l), -(241,282,l), -(70,282,l), -(70,-67,l) +(238,-67,l), +(238,282,l), +(68,282,l), +(68,-67,l) ); } ); -width = 311; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,417,l), -(121,729,l), -(85,729,l), -(85,417,l) -); -}, -{ -closed = 1; -nodes = ( -(121,-67,l), -(121,245,l), -(85,245,l), -(85,-67,l) -); -} -); -width = 206; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(256,380,l), -(256,729,l), -(55,729,l), -(55,380,l) -); -}, -{ -closed = 1; -nodes = ( -(256,-67,l), -(256,282,l), -(55,282,l), -(55,-67,l) -); -} -); -width = 311; +width = 305; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -209,23 +209,23 @@ shapes = ( { closed = 1; nodes = ( -(212,380,l), -(285,729,l), -(130,729,l), -(58,380,l) +(220,380,l), +(293,729,l), +(138,729,l), +(66,380,l) ); }, { closed = 1; nodes = ( -(118,-67,l), -(191,282,l), -(36,282,l), -(-36,-67,l) +(126,-67,l), +(199,282,l), +(44,282,l), +(-28,-67,l) ); } ); -width = 223; +width = 239; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -305,23 +305,345 @@ shapes = ( { closed = 1; nodes = ( -(278,380,l), -(350,729,l), -(151,729,l), -(79,380,l) +(284,380,l), +(356,729,l), +(157,729,l), +(85,380,l) +); +}, +{ +closed = 1; +nodes = ( +(190,-67,l), +(262,282,l), +(63,282,l), +(-9,-67,l) +); +} +); +width = 323; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(88,419,l), +(88,729,l), +(58,729,l), +(58,419,l) +); +}, +{ +closed = 1; +nodes = ( +(88,-67,l), +(88,243,l), +(58,243,l), +(58,-67,l) +); +} +); +width = 146; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,380,l), +(180,729,l), +(24,729,l), +(24,380,l) +); +}, +{ +closed = 1; +nodes = ( +(180,-67,l), +(180,282,l), +(24,282,l), +(24,-67,l) +); +} +); +width = 204; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(123,417,l), +(123,729,l), +(87,729,l), +(87,417,l) +); +}, +{ +closed = 1; +nodes = ( +(123,-67,l), +(123,245,l), +(87,245,l), +(87,-67,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +3 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +} +); +}; +width = 210; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(217,380,l), +(217,729,l), +(46,729,l), +(46,380,l) +); +}, +{ +closed = 1; +nodes = ( +(217,-67,l), +(217,282,l), +(46,282,l), +(46,-67,l) +); +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(111,417,l), +(111,729,l), +(75,729,l), +(75,417,l) ); }, { closed = 1; nodes = ( -(184,-67,l), -(256,282,l), -(57,282,l), -(-15,-67,l) +(111,-67,l), +(111,245,l), +(75,245,l), +(75,-67,l) +); +} +); +width = 186; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(246,380,l), +(246,729,l), +(45,729,l), +(45,380,l) +); +}, +{ +closed = 1; +nodes = ( +(246,-67,l), +(246,282,l), +(45,282,l), +(45,-67,l) +); +} +); +width = 291; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(119,419,l), +(183,729,l), +(154,729,l), +(89,419,l) +); +}, +{ +closed = 1; +nodes = ( +(17,-67,l), +(81,243,l), +(52,243,l), +(-13,-67,l) +); +} +); +width = 140; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,380,l), +(274,729,l), +(119,729,l), +(47,380,l) +); +}, +{ +closed = 1; +nodes = ( +(107,-67,l), +(180,282,l), +(25,282,l), +(-47,-67,l) +); +} +); +width = 201; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,417,l), +(221,729,l), +(186,729,l), +(120,417,l) +); +}, +{ +closed = 1; +nodes = ( +(55,-67,l), +(120,245,l), +(85,245,l), +(19,-67,l) +); +} +); +width = 210; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,380,l), +(305,729,l), +(136,729,l), +(64,380,l) +); +}, +{ +closed = 1; +nodes = ( +(139,-67,l), +(212,282,l), +(42,282,l), +(-30,-67,l) +); +} +); +width = 251; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(144,417,l), +(210,729,l), +(174,729,l), +(109,417,l) +); +}, +{ +closed = 1; +nodes = ( +(43,-67,l), +(109,245,l), +(73,245,l), +(8,-67,l) +); +} +); +width = 187; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,380,l), +(335,729,l), +(136,729,l), +(64,380,l) +); +}, +{ +closed = 1; +nodes = ( +(169,-67,l), +(241,282,l), +(42,282,l), +(-30,-67,l) ); } ); -width = 311; +width = 281; } ); metricLeft = bar; diff --git a/sources/MonaSans.glyphspackage/glyphs/bullet.glyph b/sources/MonaSans.glyphspackage/glyphs/bullet.glyph index 4a1f1829..cdf0132a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/bullet.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/bullet.glyph @@ -7,22 +7,22 @@ shapes = ( { closed = 1; nodes = ( -(223,142,o), -(277,200,o), -(277,277,cs), -(277,354,o), -(223,412,o), -(141,412,cs), -(63,412,o), -(5,354,o), -(5,277,cs), -(5,200,o), -(63,142,o), -(141,142,cs) +(231,142,o), +(285,200,o), +(285,277,cs), +(285,354,o), +(231,412,o), +(149,412,cs), +(71,412,o), +(13,354,o), +(13,277,cs), +(13,200,o), +(71,142,o), +(149,142,cs) ); } ); -width = 283; +width = 299; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -48,96 +48,96 @@ nodes = ( width = 192; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(214,171,o), -(257,216,o), -(257,277,cs), -(257,339,o), -(214,384,o), -(149,384,cs), -(86,384,o), -(40,339,o), -(40,277,cs), -(40,216,o), -(86,171,o), -(149,171,cs) +(201,171,o), +(244,216,o), +(244,277,cs), +(244,339,o), +(201,384,o), +(136,384,cs), +(73,384,o), +(27,339,o), +(27,277,cs), +(27,216,o), +(73,171,o), +(136,171,cs) ); } ); -width = 298; +width = 271; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(233,142,o), -(287,200,o), +(233,140,o), +(287,199,o), (287,277,cs), -(287,354,o), -(233,412,o), -(151,412,cs), -(73,412,o), -(15,354,o), -(15,277,cs), -(15,200,o), -(73,142,o), -(151,142,cs) +(287,355,o), +(233,414,o), +(150,414,cs), +(71,414,o), +(12,355,o), +(12,277,cs), +(12,199,o), +(71,140,o), +(150,140,cs) ); } ); -width = 303; +width = 300; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(201,171,o), -(244,216,o), -(244,277,cs), -(244,339,o), -(201,384,o), -(136,384,cs), -(73,384,o), -(27,339,o), -(27,277,cs), -(27,216,o), -(73,171,o), -(136,171,cs) +(213,171,o), +(254,216,o), +(254,277,cs), +(254,339,o), +(213,384,o), +(150,384,cs), +(87,384,o), +(43,339,o), +(43,277,cs), +(43,216,o), +(87,171,o), +(150,171,cs) ); } ); -width = 271; +width = 297; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(227,140,o), -(281,199,o), -(281,277,cs), -(281,355,o), -(227,414,o), -(144,414,cs), -(65,414,o), -(6,355,o), -(6,277,cs), -(6,199,o), -(65,140,o), -(144,140,cs) +(222,142,o), +(273,200,o), +(273,277,cs), +(273,354,o), +(222,412,o), +(144,412,cs), +(69,412,o), +(14,354,o), +(14,277,cs), +(14,200,o), +(69,142,o), +(144,142,cs) ); } ); -width = 288; +width = 287; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -168,22 +168,22 @@ shapes = ( { closed = 1; nodes = ( -(221,142,o), -(279,202,o), -(279,281,cs), -(279,356,o), -(228,412,o), -(149,412,cs), -(70,412,o), -(9,352,o), -(9,273,cs), -(9,198,o), -(63,142,o), -(139,142,cs) +(229,142,o), +(287,202,o), +(287,281,cs), +(287,356,o), +(236,412,o), +(157,412,cs), +(78,412,o), +(17,352,o), +(17,273,cs), +(17,198,o), +(71,142,o), +(147,142,cs) ); } ); -width = 285; +width = 301; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -260,22 +260,298 @@ shapes = ( { closed = 1; nodes = ( -(209,140,o), -(283,215,o), -(283,306,cs), -(283,369,o), -(240,414,o), -(169,414,cs), -(80,414,o), -(5,338,o), -(5,249,cs), -(5,186,o), -(50,140,o), -(118,140,cs) +(215,140,o), +(289,215,o), +(289,306,cs), +(289,369,o), +(246,414,o), +(175,414,cs), +(86,414,o), +(11,338,o), +(11,249,cs), +(11,186,o), +(56,140,o), +(124,140,cs) +); +} +); +width = 298; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(115,213,o), +(141,240,o), +(141,277,cs), +(141,315,o), +(115,342,o), +(76,342,cs), +(38,342,o), +(10,315,o), +(10,277,cs), +(10,240,o), +(38,213,o), +(76,213,cs) +); +} +); +width = 152; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(218,142,o), +(272,200,o), +(272,277,cs), +(272,354,o), +(218,412,o), +(136,412,cs), +(58,412,o), +(0,354,o), +(0,277,cs), +(0,200,o), +(58,142,o), +(136,142,cs) +); +} +); +width = 273; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(194,171,o), +(237,216,o), +(237,277,cs), +(237,339,o), +(194,384,o), +(129,384,cs), +(66,384,o), +(20,339,o), +(20,277,cs), +(20,216,o), +(66,171,o), +(129,171,cs) +); +} +); +width = 258; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(216,142,o), +(270,200,o), +(270,277,cs), +(270,354,o), +(216,412,o), +(134,412,cs), +(56,412,o), +(-2,354,o), +(-2,277,cs), +(-2,200,o), +(56,142,o), +(134,142,cs) +); +} +); +width = 269; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,171,o), +(234,216,o), +(234,277,cs), +(234,339,o), +(191,384,o), +(126,384,cs), +(63,384,o), +(17,339,o), +(17,277,cs), +(17,216,o), +(63,171,o), +(126,171,cs) +); +} +); +width = 251; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(222,140,o), +(276,199,o), +(276,277,cs), +(276,355,o), +(222,414,o), +(139,414,cs), +(60,414,o), +(1,355,o), +(1,277,cs), +(1,199,o), +(60,140,o), +(139,140,cs) +); +} +); +width = 278; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,171,o), +(219,218,o), +(219,281,cs), +(219,341,o), +(179,384,o), +(116,384,cs), +(52,384,o), +(4,337,o), +(4,273,cs), +(4,214,o), +(47,171,o), +(108,171,cs) +); +} +); +width = 215; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(210,142,o), +(268,202,o), +(268,281,cs), +(268,356,o), +(217,412,o), +(138,412,cs), +(59,412,o), +(-2,352,o), +(-2,273,cs), +(-2,198,o), +(52,142,o), +(128,142,cs) +); +} +); +width = 263; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,171,o), +(236,218,o), +(236,281,cs), +(236,341,o), +(196,384,o), +(133,384,cs), +(69,384,o), +(21,337,o), +(21,273,cs), +(21,214,o), +(64,171,o), +(125,171,cs) +); +} +); +width = 249; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,142,o), +(258,202,o), +(258,281,cs), +(258,356,o), +(207,412,o), +(128,412,cs), +(50,412,o), +(-12,352,o), +(-12,273,cs), +(-12,198,o), +(42,142,o), +(118,142,cs) +); +} +); +width = 245; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,171,o), +(238,227,o), +(238,298,cs), +(238,349,o), +(205,384,o), +(149,384,cs), +(77,384,o), +(19,325,o), +(19,256,cs), +(19,206,o), +(54,171,o), +(109,171,cs) +); +} +); +width = 250; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(194,140,o), +(268,215,o), +(268,306,cs), +(268,369,o), +(225,414,o), +(154,414,cs), +(65,414,o), +(-10,338,o), +(-10,249,cs), +(-10,186,o), +(35,140,o), +(103,140,cs) ); } ); -width = 286; +width = 256; } ); unicode = 8226; diff --git a/sources/MonaSans.glyphspackage/glyphs/bullet.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/bullet.ss01.glyph index 1ba3840c..63da01c5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/bullet.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/bullet.ss01.glyph @@ -28,14 +28,14 @@ shapes = ( { closed = 1; nodes = ( -(272,154,l), -(272,402,l), -(19,402,l), -(19,154,l) +(280,154,l), +(280,402,l), +(27,402,l), +(27,154,l) ); } ); -width = 291; +width = 307; }, { background = { @@ -79,6 +79,78 @@ shapes = ( { closed = 1; nodes = ( +(201,171,o), +(244,216,o), +(244,277,cs), +(244,339,o), +(201,384,o), +(136,384,cs), +(73,384,o), +(27,339,o), +(27,277,cs), +(27,216,o), +(73,171,o), +(136,171,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,185,l), +(232,375,l), +(46,375,l), +(46,185,l) +); +} +); +width = 278; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(240,140,o), +(294,199,o), +(294,277,cs), +(294,355,o), +(240,414,o), +(157,414,cs), +(78,414,o), +(19,355,o), +(19,277,cs), +(19,199,o), +(78,140,o), +(157,140,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(289,153,l), +(289,404,l), +(36,404,l), +(36,153,l) +); +} +); +width = 325; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( (223,171,o), (266,216,o), (266,277,cs), @@ -95,19 +167,19 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(256,177,l), -(256,382,l), -(60,382,l), -(60,177,l) +(253,177,l), +(253,382,l), +(61,382,l), +(61,177,l) ); } ); -width = 316; +width = 315; }, { background = { @@ -131,19 +203,358 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(289,153,l), -(289,405,l), -(38,405,l), -(38,153,l) +(275,153,l), +(275,405,l), +(37,405,l), +(37,153,l) +); +} +); +width = 311; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(193,171,o), +(238,218,o), +(238,281,cs), +(238,341,o), +(198,384,o), +(135,384,cs), +(71,384,o), +(23,337,o), +(23,273,cs), +(23,214,o), +(66,171,o), +(127,171,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(125,213,l), +(151,343,l), +(60,343,l), +(34,213,l) +); +} +); +width = 176; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(219,142,o), +(277,202,o), +(277,281,cs), +(277,356,o), +(226,412,o), +(147,412,cs), +(68,412,o), +(7,352,o), +(7,273,cs), +(7,198,o), +(61,142,o), +(137,142,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,154,l), +(307,402,l), +(54,402,l), +(2,154,l) +); +} +); +width = 306; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(229,171,o), +(274,218,o), +(274,281,cs), +(274,341,o), +(234,384,o), +(171,384,cs), +(107,384,o), +(59,337,o), +(59,273,cs), +(59,214,o), +(102,171,o), +(163,171,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(240,177,l), +(282,382,l), +(86,382,l), +(44,177,l) ); } ); -width = 327; +width = 317; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(243,142,o), +(300,202,o), +(300,281,cs), +(300,356,o), +(249,412,o), +(170,412,cs), +(92,412,o), +(30,352,o), +(30,273,cs), +(30,198,o), +(84,142,o), +(160,142,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(265,153,l), +(317,405,l), +(66,405,l), +(14,153,l) +); +} +); +width = 328; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(217,185,l), +(257,375,l), +(71,375,l), +(31,185,l) +); +} +); +width = 279; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(195,140,o), +(269,215,o), +(269,306,cs), +(269,369,o), +(226,414,o), +(155,414,cs), +(66,414,o), +(-9,338,o), +(-9,249,cs), +(-9,186,o), +(36,140,o), +(104,140,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(204,185,l), +(244,375,l), +(58,375,l), +(18,185,l) +); +} +); +width = 259; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(126,213,o), +(152,240,o), +(152,277,cs), +(152,315,o), +(126,342,o), +(87,342,cs), +(49,342,o), +(21,315,o), +(21,277,cs), +(21,240,o), +(49,213,o), +(87,213,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,213,l), +(113,343,l), +(22,343,l), +(22,213,l) +); +} +); +width = 135; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(220,142,o), +(274,200,o), +(274,277,cs), +(274,354,o), +(220,412,o), +(138,412,cs), +(60,412,o), +(2,354,o), +(2,277,cs), +(2,200,o), +(60,142,o), +(138,142,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,154,l), +(262,402,l), +(9,402,l), +(9,154,l) +); +} +); +width = 271; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(223,171,o), +(266,216,o), +(266,277,cs), +(266,339,o), +(223,384,o), +(158,384,cs), +(95,384,o), +(49,339,o), +(49,277,cs), +(49,216,o), +(95,171,o), +(158,171,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(236,177,l), +(236,382,l), +(40,382,l), +(40,177,l) +); +} +); +width = 276; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(244,142,o), +(298,200,o), +(298,277,cs), +(298,354,o), +(244,412,o), +(162,412,cs), +(84,412,o), +(26,354,o), +(26,277,cs), +(26,200,o), +(84,142,o), +(162,142,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(268,153,l), +(268,405,l), +(17,405,l), +(17,153,l) +); +} +); +width = 285; }, { background = { @@ -167,19 +578,19 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(232,185,l), -(232,375,l), -(46,375,l), -(46,185,l) +(222,185,l), +(222,375,l), +(36,375,l), +(36,185,l) ); } ); -width = 278; +width = 258; }, { background = { @@ -203,19 +614,19 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(283,153,l), -(283,404,l), -(30,404,l), -(30,153,l) +(273,153,l), +(273,404,l), +(20,404,l), +(20,153,l) ); } ); -width = 313; +width = 293; }, { background = { @@ -239,19 +650,19 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(125,213,l), -(151,343,l), -(60,343,l), -(34,213,l) +(102,213,l), +(128,343,l), +(37,343,l), +(11,213,l) ); } ); -width = 176; +width = 130; }, { background = { @@ -275,19 +686,19 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(247,154,l), -(299,402,l), -(46,402,l), -(-6,154,l) +(236,154,l), +(288,402,l), +(35,402,l), +(-17,154,l) ); } ); -width = 290; +width = 268; }, { background = { @@ -311,19 +722,19 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(240,177,l), -(282,382,l), -(86,382,l), -(44,177,l) +(216,177,l), +(258,382,l), +(62,382,l), +(20,177,l) ); } ); -width = 317; +width = 269; }, { background = { @@ -347,34 +758,34 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(265,153,l), -(317,405,l), -(66,405,l), -(14,153,l) +(236,153,l), +(288,405,l), +(37,405,l), +(-15,153,l) ); } ); -width = 328; +width = 270; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(217,185,l), -(257,375,l), -(71,375,l), -(31,185,l) +(207,185,l), +(247,375,l), +(61,375,l), +(21,185,l) ); } ); -width = 279; +width = 259; }, { background = { @@ -398,19 +809,19 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(198,185,l), -(238,375,l), -(52,375,l), -(12,185,l) +(183,185,l), +(223,375,l), +(37,375,l), +(-3,185,l) ); } ); -width = 247; +width = 217; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/c.glyph b/sources/MonaSans.glyphspackage/glyphs/c.glyph index 8824266a..4bc5e1c5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/c.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/c.glyph @@ -1,17 +1,17 @@ { glyphname = c; -kernLeft = e; -kernRight = c; +kernLeft = KO_e; +kernRight = KO_c; layers = ( { anchors = ( { name = bottom; -pos = (225,0); +pos = (233,0); }, { name = top; -pos = (220,541); +pos = (228,541); } ); background = { @@ -54,36 +54,36 @@ shapes = ( { closed = 1; nodes = ( -(330,-10,o), -(415,37,o), -(428,204,c), -(261,204,l), -(257,153,o), -(249,128,o), -(225,128,cs), -(197,128,o), -(191,164,o), -(191,271,cs), -(191,383,o), -(198,414,o), -(225,414,cs), -(248,414,o), -(257,395,o), -(261,339,c), -(428,339,l), -(417,486,o), -(351,551,o), -(225,551,cs), -(92,551,o), -(14,474,o), -(14,273,cs), -(14,66,o), -(96,-10,o), -(225,-10,cs) +(338,-10,o), +(423,37,o), +(436,204,c), +(269,204,l), +(265,153,o), +(257,128,o), +(233,128,cs), +(205,128,o), +(199,164,o), +(199,271,cs), +(199,383,o), +(206,414,o), +(233,414,cs), +(256,414,o), +(265,395,o), +(269,339,c), +(436,339,l), +(425,486,o), +(359,551,o), +(233,551,cs), +(100,551,o), +(22,474,o), +(22,273,cs), +(22,66,o), +(104,-10,o), +(233,-10,cs) ); } ); -width = 439; +width = 455; }, { anchors = ( @@ -130,85 +130,179 @@ nodes = ( ); } ); -width = 313; +width = 318; }, { anchors = ( { name = bottom; -pos = (293,0); +pos = (313,0); }, { name = top; -pos = (294,517); +pos = (316,517); } ); -background = { +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(412,-8,o), -(499,63,o), -(511,174,c), -(474,174,l), -(464,85,o), -(392,27,o), -(293,27,cs), -(170,27,o), -(89,115,o), -(89,257,cs), -(89,395,o), -(167,490,o), -(294,490,cs), -(384,490,o), -(456,441,o), -(472,354,c), -(508,354,l), -(495,456,o), -(410,525,o), -(296,525,cs), +(448,-8,o), +(560,66,o), +(580,174,c), +(541,174,l), +(521,88,o), +(430,27,o), +(313,27,cs), +(159,27,o), +(71,118,o), +(71,257,cs), +(71,397,o), +(169,490,o), +(316,490,cs), +(424,490,o), +(510,445,o), +(538,354,c), +(575,354,l), +(557,457,o), +(454,525,o), +(316,525,cs), (148,525,o), -(52,416,o), -(52,257,cs), -(52,98,o), -(148,-8,o), -(293,-8,cs) +(34,416,o), +(34,257,cs), +(34,93,o), +(142,-8,o), +(313,-8,cs) +); +} +); +width = 606; +}, +{ +anchors = ( +{ +name = bottom; +pos = (352,0); +}, +{ +name = top; +pos = (361,544); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(529,-10,o), +(674,73,o), +(680,212,c), +(460,212,l), +(448,174,o), +(407,156,o), +(360,156,cs), +(291,156,o), +(245,193,o), +(245,274,cs), +(245,342,o), +(284,388,o), +(360,388,cs), +(415,388,o), +(452,365,o), +(459,332,c), +(678,332,l), +(673,464,o), +(553,554,o), +(361,554,cs), +(158,554,o), +(24,453,o), +(24,275,cs), +(24,103,o), +(148,-10,o), +(351,-10,cs) +); +} +); +width = 699; +}, +{ +anchors = ( +{ +name = bottom; +pos = (295,0); +}, +{ +name = top; +pos = (296,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(417,-8,o), +(504,63,o), +(516,174,c), +(479,174,l), +(469,85,o), +(397,27,o), +(298,27,cs), +(175,27,o), +(94,115,o), +(94,257,cs), +(94,395,o), +(172,490,o), +(299,490,cs), +(389,490,o), +(461,441,o), +(477,354,c), +(513,354,l), +(500,456,o), +(415,525,o), +(301,525,cs), +(153,525,o), +(57,416,o), +(57,257,cs), +(57,98,o), +(153,-8,o), +(298,-8,cs) ); } ); }; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(408,-8,o), -(493,59,o), -(510,164,c), -(473,164,l), -(458,80,o), -(388,27,o), -(293,27,cs), -(170,27,o), -(89,115,o), -(89,257,cs), -(89,395,o), -(167,490,o), -(294,490,cs), -(380,490,o), -(450,445,o), -(470,364,c), -(506,364,l), -(489,460,o), -(406,525,o), -(296,525,cs), -(148,525,o), -(52,416,o), -(52,257,cs), -(52,98,o), -(148,-8,o), -(293,-8,cs) +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(400,-8,o), +(478,54,o), +(501,154,c), +(464,154,l), +(444,74,o), +(380,27,o), +(295,27,cs), +(178,27,o), +(102,115,o), +(102,257,cs), +(102,395,o), +(175,490,o), +(296,490,cs), +(376,490,o), +(439,445,o), +(461,372,c), +(500,372,l), +(476,466,o), +(400,525,o), +(298,525,cs), +(156,525,o), +(65,416,o), +(65,257,cs), +(65,98,o), +(156,-8,o), +(295,-8,cs) ); } ); @@ -258,17 +352,17 @@ type = Stem; } ); }; -width = 553; +width = 551; }, { anchors = ( { name = bottom; -pos = (302,0); +pos = (299,0); }, { name = top; -pos = (303,544); +pos = (300,544); } ); background = { @@ -276,168 +370,74 @@ shapes = ( { closed = 1; nodes = ( -(27,92,o), -(139,-10,o), -(306,-10,cs), -(485,-10,o), -(585,103,o), -(585,272,cs), -(585,452,o), -(473,554,o), -(306,554,cs), -(127,554,o), -(27,441,o), -(27,272,cs) +(33,92,o), +(145,-10,o), +(312,-10,cs), +(491,-10,o), +(591,103,o), +(591,272,cs), +(591,452,o), +(479,554,o), +(312,554,cs), +(133,554,o), +(33,441,o), +(33,272,cs) ); }, { closed = 1; nodes = ( -(221,364,o), -(255,400,o), -(306,400,cs), -(357,400,o), -(391,364,o), -(391,272,cs), -(391,180,o), -(357,144,o), -(306,144,cs), -(255,144,o), -(221,180,o), -(221,272,cs) +(227,364,o), +(261,400,o), +(312,400,cs), +(363,400,o), +(397,364,o), +(397,272,cs), +(397,180,o), +(363,144,o), +(312,144,cs), +(261,144,o), +(227,180,o), +(227,272,cs) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(451,-10,o), -(559,76,o), -(563,208,c), -(378,208,l), -(373,171,o), -(349,144,o), -(302,144,cs), +(446,-10,o), +(554,76,o), +(557,208,c), +(369,208,l), +(365,171,o), +(343,144,o), +(299,144,cs), (252,144,o), -(219,182,o), -(219,272,cs), -(219,351,o), -(244,400,o), -(303,400,cs), -(341,400,o), -(369,380,o), -(376,336,c), -(562,336,l), -(560,465,o), -(455,554,o), -(307,554,cs), -(135,554,o), -(25,444,o), -(25,273,cs), -(25,102,o), -(134,-10,o), -(302,-10,cs) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (313,0); -}, -{ -name = top; -pos = (316,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(448,-8,o), -(560,66,o), -(580,174,c), -(541,174,l), -(521,88,o), -(430,27,o), -(313,27,cs), -(159,27,o), -(71,118,o), -(71,257,cs), -(71,397,o), -(169,490,o), -(316,490,cs), -(424,490,o), -(510,445,o), -(538,354,c), -(575,354,l), -(557,457,o), -(454,525,o), -(316,525,cs), -(148,525,o), -(34,416,o), -(34,257,cs), -(34,93,o), -(142,-8,o), -(313,-8,cs) -); -} -); -width = 606; -}, -{ -anchors = ( -{ -name = bottom; -pos = (338,0); -}, -{ -name = top; -pos = (347,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(515,-10,o), -(660,73,o), -(666,212,c), -(446,212,l), -(434,174,o), -(393,156,o), -(346,156,cs), -(277,156,o), -(231,193,o), -(231,274,cs), -(231,342,o), -(270,388,o), -(346,388,cs), -(401,388,o), -(438,365,o), -(445,332,c), -(664,332,l), -(659,464,o), -(539,554,o), -(347,554,cs), -(144,554,o), -(10,453,o), -(10,275,cs), -(10,103,o), -(134,-10,o), -(337,-10,cs) +(223,182,o), +(223,272,cs), +(223,351,o), +(245,400,o), +(300,400,cs), +(335,400,o), +(361,380,o), +(367,336,c), +(556,336,l), +(555,465,o), +(450,554,o), +(304,554,cs), +(137,554,o), +(30,444,o), +(30,273,cs), +(30,102,o), +(136,-10,o), +(299,-10,cs) ); } ); -width = 675; +width = 581; }, { anchors = ( @@ -490,11 +490,11 @@ width = 312; anchors = ( { name = bottom; -pos = (169,0); +pos = (177,0); }, { name = top; -pos = (277,541); +pos = (285,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -502,36 +502,36 @@ shapes = ( { closed = 1; nodes = ( -(290,-11,o), -(374,50,o), -(408,203,c), -(245,203,l), -(230,146,o), -(214,128,o), -(196,128,cs), -(160,128,o), -(169,178,o), -(189,277,cs), -(212,388,o), -(226,413,o), -(250,413,cs), -(276,413,o), -(279,389,o), -(272,339,c), -(437,339,l), -(452,477,o), -(397,551,o), -(259,551,cs), -(135,551,o), -(56,474,o), -(17,287,cs), -(-19,114,o), -(12,-11,o), -(186,-11,cs) +(298,-11,o), +(382,50,o), +(416,203,c), +(253,203,l), +(238,146,o), +(222,128,o), +(204,128,cs), +(168,128,o), +(177,178,o), +(197,277,cs), +(220,388,o), +(234,413,o), +(258,413,cs), +(284,413,o), +(287,389,o), +(280,339,c), +(445,339,l), +(460,477,o), +(405,551,o), +(267,551,cs), +(143,551,o), +(64,474,o), +(25,287,cs), +(-11,114,o), +(20,-11,o), +(194,-11,cs) ); } ); -width = 434; +width = 450; }, { anchors = ( @@ -747,11 +747,11 @@ width = 609; anchors = ( { name = bottom; -pos = (322,0); +pos = (328,0); }, { name = top; -pos = (360,544); +pos = (366,544); } ); background = { @@ -794,36 +794,858 @@ shapes = ( { closed = 1; nodes = ( -(510,-9,o), -(640,79,o), -(657,209,c), -(441,209,l), -(426,173,o), -(383,157,o), -(338,157,cs), -(274,157,o), -(231,195,o), -(231,255,cs), -(231,335,o), -(280,387,o), -(357,387,cs), -(409,387,o), -(448,364,o), -(454,329,c), -(671,329,l), -(667,464,o), -(543,554,o), -(362,554,cs), -(152,554,o), -(13,437,o), -(13,256,cs), -(13,97,o), -(126,-9,o), -(324,-9,cs) +(516,-9,o), +(646,79,o), +(663,209,c), +(447,209,l), +(432,173,o), +(389,157,o), +(344,157,cs), +(280,157,o), +(237,195,o), +(237,255,cs), +(237,335,o), +(286,387,o), +(363,387,cs), +(415,387,o), +(454,364,o), +(460,329,c), +(677,329,l), +(673,464,o), +(549,554,o), +(368,554,cs), +(158,554,o), +(19,437,o), +(19,256,cs), +(19,97,o), +(132,-9,o), +(330,-9,cs) +); +} +); +width = 688; +}, +{ +anchors = ( +{ +name = bottom; +pos = (149,0); +}, +{ +name = top; +pos = (140,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(225,-10,o), +(259,44,o), +(268,168,c), +(237,168,l), +(228,60,o), +(205,17,o), +(150,17,cs), +(82,17,o), +(53,83,o), +(53,258,cs), +(53,433,o), +(82,499,o), +(150,499,cs), +(204,499,o), +(227,456,o), +(237,345,c), +(268,345,l), +(259,471,o), +(225,526,o), +(150,526,cs), +(60,526,o), +(22,451,o), +(22,258,cs), +(22,65,o), +(60,-10,o), +(150,-10,cs) +); +} +); +width = 288; +}, +{ +anchors = ( +{ +name = bottom; +pos = (218,0); +}, +{ +name = top; +pos = (213,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(379,-10,o), +(454,66,o), +(458,208,c), +(284,208,l), +(277,163,o), +(273,140,o), +(249,140,cs), +(217,140,o), +(209,172,o), +(209,272,cs), +(209,378,o), +(218,404,o), +(249,404,cs), +(272,404,o), +(277,384,o), +(284,336,c), +(458,336,l), +(445,484,o), +(381,554,o), +(243,554,cs), +(104,554,o), +(16,484,o), +(16,274,cs), +(16,60,o), +(107,-10,o), +(240,-10,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,-10,o), +(411,56,o), +(423,229,c), +(256,229,l), +(252,153,o), +(244,128,o), +(219,128,cs), +(190,128,o), +(184,164,o), +(184,271,cs), +(184,383,o), +(191,414,o), +(219,414,cs), +(243,414,o), +(252,395,o), +(256,313,c), +(423,313,l), +(412,486,o), +(350,551,o), +(219,551,cs), +(85,551,o), +(7,474,o), +(7,273,cs), +(7,66,o), +(89,-10,o), +(219,-10,cs) +); +} +); +width = 429; +}, +{ +anchors = ( +{ +name = bottom; +pos = (277,0); +}, +{ +name = top; +pos = (278,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(416,-8,o), +(503,63,o), +(515,174,c), +(478,174,l), +(468,85,o), +(396,27,o), +(297,27,cs), +(174,27,o), +(93,115,o), +(93,257,cs), +(93,395,o), +(171,490,o), +(298,490,cs), +(388,490,o), +(460,441,o), +(476,354,c), +(512,354,l), +(499,456,o), +(414,525,o), +(300,525,cs), +(152,525,o), +(56,416,o), +(56,257,cs), +(56,98,o), +(152,-8,o), +(297,-8,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(399,-8,o), +(486,61,o), +(505,169,c), +(468,169,l), +(450,82,o), +(379,27,o), +(277,27,cs), +(154,27,o), +(73,115,o), +(73,257,cs), +(73,395,o), +(151,490,o), +(278,490,cs), +(371,490,o), +(442,443,o), +(465,357,c), +(502,357,l), +(483,458,o), +(398,525,o), +(280,525,cs), +(132,525,o), +(36,416,o), +(36,257,cs), +(36,98,o), +(132,-8,o), +(277,-8,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 533; +}, +{ +anchors = ( +{ +name = bottom; +pos = (281,0); +}, +{ +name = top; +pos = (282,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(27,92,o), +(139,-10,o), +(306,-10,cs), +(485,-10,o), +(585,103,o), +(585,272,cs), +(585,452,o), +(473,554,o), +(306,554,cs), +(127,554,o), +(27,441,o), +(27,272,cs) +); +}, +{ +closed = 1; +nodes = ( +(221,364,o), +(255,400,o), +(306,400,cs), +(357,400,o), +(391,364,o), +(391,272,cs), +(391,180,o), +(357,144,o), +(306,144,cs), +(255,144,o), +(221,180,o), +(221,272,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(450,-10,o), +(554,78,o), +(566,226,c), +(372,226,l), +(366,170,o), +(338,144,o), +(285,144,cs), +(231,144,o), +(198,182,o), +(198,272,cs), +(198,351,o), +(223,400,o), +(286,400,cs), +(335,400,o), +(362,374,o), +(370,318,c), +(566,318,l), +(556,466,o), +(454,554,o), +(291,554,cs), +(114,554,o), +(4,444,o), +(4,273,cs), +(4,102,o), +(113,-10,o), +(286,-10,cs) +); +} +); +width = 570; +}, +{ +anchors = ( +{ +name = bottom; +pos = (314,0); +}, +{ +name = top; +pos = (317,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(461,-8,o), +(573,67,o), +(596,174,c), +(557,174,l), +(534,89,o), +(442,27,o), +(318,27,cs), +(158,27,o), +(69,118,o), +(69,257,cs), +(69,398,o), +(168,492,o), +(321,492,cs), +(437,492,o), +(525,445,o), +(557,354,c), +(596,354,l), +(575,457,o), +(468,527,o), +(321,527,cs), +(147,527,o), +(32,417,o), +(32,257,cs), +(32,93,o), +(141,-8,o), +(318,-8,cs) +); +} +); +width = 614; +}, +{ +anchors = ( +{ +name = bottom; +pos = (342,0); +}, +{ +name = top; +pos = (351,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(546,-10,o), +(669,76,o), +(683,222,c), +(453,222,l), +(439,178,o), +(405,156,o), +(350,156,cs), +(281,156,o), +(235,193,o), +(235,274,cs), +(235,342,o), +(274,388,o), +(350,388,cs), +(407,388,o), +(442,366,o), +(452,322,c), +(681,322,l), +(668,468,o), +(549,554,o), +(351,554,cs), +(148,554,o), +(14,453,o), +(14,275,cs), +(14,103,o), +(138,-10,o), +(341,-10,cs) +); +} +); +width = 693; +}, +{ +anchors = ( +{ +name = bottom; +pos = (100,0); +}, +{ +name = top; +pos = (193,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,-10,o), +(204,29,o), +(237,153,c), +(207,153,l), +(181,67,o), +(155,17,o), +(102,17,cs), +(23,17,o), +(21,118,o), +(52,266,cs), +(90,448,o), +(137,498,o), +(189,498,cs), +(254,498,o), +(258,435,o), +(249,356,c), +(279,356,l), +(292,456,o), +(274,525,o), +(192,525,cs), +(108,525,o), +(59,441,o), +(23,266,cs), +(-8,118,o), +(-13,-10,o), +(98,-10,cs) +); +} +); +width = 266; +}, +{ +anchors = ( +{ +name = bottom; +pos = (162,0); +}, +{ +name = top; +pos = (270,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(288,-11,o), +(376,56,o), +(406,229,c), +(244,229,l), +(227,152,o), +(209,128,o), +(189,128,cs), +(153,128,o), +(162,178,o), +(182,277,cs), +(205,388,o), +(219,413,o), +(243,413,cs), +(273,413,o), +(273,382,o), +(261,313,c), +(426,313,l), +(452,468,o), +(398,551,o), +(252,551,cs), +(128,551,o), +(49,474,o), +(10,287,cs), +(-26,114,o), +(5,-11,o), +(179,-11,cs) +); +} +); +width = 421; +}, +{ +anchors = ( +{ +name = bottom; +pos = (230,0); +}, +{ +name = top; +pos = (309,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(345,-10,o), +(444,57,o), +(475,171,c), +(438,171,l), +(411,80,o), +(334,23,o), +(235,23,cs), +(133,23,o), +(69,91,o), +(69,209,cs), +(69,352,o), +(145,494,o), +(304,494,cs), +(396,494,o), +(464,435,o), +(468,351,c), +(501,351,l), +(498,454,o), +(419,527,o), +(309,527,cs), +(130,527,o), +(32,371,o), +(32,210,cs), +(32,77,o), +(110,-10,o), +(232,-10,cs) +); +} +); +width = 515; +}, +{ +anchors = ( +{ +name = bottom; +pos = (257,0); +}, +{ +name = top; +pos = (331,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-176,-10,o), +(-65,75,o), +(-46,203,c), +(-229,207,l), +(-247,164,o), +(-273,143,o), +(-312,143,cs), +(-351,143,o), +(-378,173,o), +(-376,234,cs), +(-372,336,o), +(-332,401,o), +(-272,401,cs), +(-238,401,o), +(-209,378,o), +(-208,334,c), +(-23,331,l), +(-14,465,o), +(-109,554,o), +(-262,554,cs), +(-442,554,o), +(-558,430,o), +(-565,232,cs), +(-571,72,o), +(-470,-10,o), +(-323,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(455,-10,o), +(557,90,o), +(583,244,cs), +(615,435,o), +(511,554,o), +(340,554,cs), +(171,554,o), +(66,453,o), +(41,302,cs), +(9,110,o), +(112,-10,o), +(284,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,141,o), +(223,172,o), +(227,237,cs), +(233,337,o), +(265,404,o), +(330,404,cs), +(374,404,o), +(401,373,o), +(397,308,cs), +(391,208,o), +(359,141,o), +(294,141,cs) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(418,-10,o), +(523,81,o), +(539,226,c), +(355,226,l), +(346,174,o), +(312,141,o), +(267,141,cs), +(222,141,o), +(195,172,o), +(199,237,cs), +(205,336,o), +(237,403,o), +(302,403,cs), +(343,403,o), +(369,368,o), +(365,319,c), +(555,319,l), +(558,463,o), +(466,554,o), +(308,554,cs), +(143,554,o), +(38,453,o), +(13,302,cs), +(-19,110,o), +(84,-10,o), +(255,-10,cs) +); +} +); +width = 554; +}, +{ +anchors = ( +{ +name = bottom; +pos = (286,0); +}, +{ +name = top; +pos = (351,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(429,-10,o), +(544,66,o), +(574,173,c), +(537,173,l), +(508,84,o), +(412,24,o), +(291,24,cs), +(156,24,o), +(67,94,o), +(67,223,cs), +(67,383,o), +(183,493,o), +(346,493,cs), +(449,493,o), +(543,444,o), +(561,354,c), +(599,354,l), +(589,452,o), +(490,527,o), +(351,527,cs), +(165,527,o), +(30,401,o), +(30,221,cs), +(30,81,o), +(130,-10,o), +(287,-10,cs) +); +} +); +width = 613; +}, +{ +anchors = ( +{ +name = bottom; +pos = (319,0); +}, +{ +name = top; +pos = (357,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(517,-10,o), +(649,69,o), +(669,208,c), +(453,209,l), +(438,173,o), +(395,157,o), +(350,157,cs), +(285,157,o), +(241,197,o), +(243,259,cs), +(246,337,o), +(293,387,o), +(369,387,cs), +(421,387,o), +(460,364,o), +(466,329,c), +(683,328,l), +(687,464,o), +(562,554,o), +(375,554,cs), +(166,554,o), +(30,436,o), +(24,252,cs), +(18,93,o), +(135,-10,o), +(332,-10,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(515,-9,o), +(654,86,o), +(664,222,c), +(441,222,l), +(432,184,o), +(390,157,o), +(335,157,cs), +(271,157,o), +(228,195,o), +(228,255,cs), +(228,335,o), +(277,387,o), +(354,387,cs), +(405,387,o), +(445,361,o), +(451,321,c), +(677,321,l), +(678,461,o), +(545,554,o), +(359,554,cs), +(149,554,o), +(10,437,o), +(10,256,cs), +(10,97,o), +(123,-9,o), +(321,-9,cs) ); } ); -width = 676; +width = 680; } ); unicode = 99; diff --git a/sources/MonaSans.glyphspackage/glyphs/cacute.glyph b/sources/MonaSans.glyphspackage/glyphs/cacute.glyph index 728ef4f9..0c33b154 100644 --- a/sources/MonaSans.glyphspackage/glyphs/cacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/cacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = cacute; -kernLeft = e; -kernRight = c; +kernLeft = KO_eacute; +kernRight = KO_ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (103,-156); ref = acutecomb; } ); -width = 313; +width = 318; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (108,-137); ref = acutecomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = c; }, { -pos = (239,-155); +pos = (258,-155); ref = acutecomb; } ); -width = 553; +width = 606; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = c; }, { -pos = (191,-134); +pos = (230,-129); ref = acutecomb; } ); -width = 586; +width = 687; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = c; }, { -pos = (258,-155); +pos = (240,-155); ref = acutecomb; } ); -width = 606; +width = 551; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = c; }, { -pos = (230,-129); +pos = (190,-134); ref = acutecomb; } ); -width = 675; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (82,-137); ref = acutecomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (160,-129); ref = acutecomb; } ); -width = 676; +width = 688; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = c; +}, +{ +pos = (104,-156); +ref = acutecomb; +} +); +width = 288; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = c; +}, +{ +pos = (111,-137); +ref = acutecomb; +} +); +width = 429; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (243,-155); +ref = acutecomb; +} +); +width = 533; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (191,-134); +ref = acutecomb; +} +); +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (258,-155); +ref = acutecomb; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = c; +}, +{ +pos = (244,-129); +ref = acutecomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (75,-156); +ref = acutecomb; +} +); +width = 266; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (86,-137); +ref = acutecomb; +} +); +width = 421; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = c; +}, +{ +pos = (191,-155); +ref = acutecomb; +} +); +width = 515; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = c; +}, +{ +pos = (165,-134); +ref = acutecomb; +} +); +width = 554; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (218,-155); +ref = acutecomb; +} +); +width = 613; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = c; +}, +{ +pos = (172,-129); +ref = acutecomb; +} +); +width = 680; } ); unicode = 263; diff --git a/sources/MonaSans.glyphspackage/glyphs/caron.glyph b/sources/MonaSans.glyphspackage/glyphs/caron.glyph index 2e1ee99b..d2cb7ce4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/caron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/caron.glyph @@ -20,47 +20,47 @@ alignment = 1; ref = caroncomb; } ); -width = 434; +width = 450; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = caroncomb; } ); -width = 329; +width = 359; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = caroncomb; } ); -width = 494; +width = 594; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = caroncomb; } ); -width = 359; +width = 328; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = caroncomb; } ); -width = 582; +width = 476; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = caroncomb; } ); -width = 430; +width = 446; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = caroncomb; } ); +width = 594; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = caroncomb; +} +); +width = 257; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = caroncomb; +} +); +width = 434; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = caroncomb; +} +); +width = 329; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = caroncomb; +} +); +width = 474; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = caroncomb; +} +); +width = 359; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = caroncomb; +} +); width = 582; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = caroncomb; +} +); +width = 211; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = caroncomb; +} +); +width = 408; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = caroncomb; +} +); +width = 280; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = caroncomb; +} +); +width = 431; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = caroncomb; +} +); +width = 339; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = caroncomb; +} +); +width = 552; } ); unicode = 711; diff --git a/sources/MonaSans.glyphspackage/glyphs/caroncomb.alt.glyph b/sources/MonaSans.glyphspackage/glyphs/caroncomb.alt.glyph index 2c66f491..765a042d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/caroncomb.alt.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/caroncomb.alt.glyph @@ -27,7 +27,7 @@ width = 146; anchors = ( { name = _topright; -pos = (21,729); +pos = (29,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -35,98 +35,98 @@ shapes = ( { closed = 1; nodes = ( -(154,569,l), -(232,729,l), -(78,729,l), -(40,569,l) +(162,569,l), +(240,729,l), +(86,729,l), +(48,569,l) ); } ); -width = 272; +width = 288; }, { anchors = ( { name = _topright; -pos = (-18,729); +pos = (-28,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(74,536,l), -(144,729,l), -(108,729,l), -(40,536,l) +(76,556,l), +(136,729,l), +(98,729,l), +(40,556,l) ); } ); -width = 184; +width = 176; }, { anchors = ( { name = _topright; -pos = (21,729); +pos = (16,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(164,569,l), -(242,729,l), -(78,729,l), -(40,569,l) +(180,553,l), +(257,729,l), +(83,729,l), +(46,553,l) ); } ); -width = 282; +width = 303; }, { anchors = ( { name = _topright; -pos = (-28,729); +pos = (-21,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(76,556,l), -(136,729,l), -(98,729,l), -(40,556,l) +(69,536,l), +(139,729,l), +(103,729,l), +(37,536,l) ); } ); -width = 176; +width = 174; }, { anchors = ( { name = _topright; -pos = (10,729); +pos = (23,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(174,553,l), -(251,729,l), -(77,729,l), -(40,553,l) +(156,569,l), +(227,729,l), +(64,729,l), +(35,569,l) ); } ); -width = 291; +width = 261; }, { anchors = ( @@ -153,7 +153,7 @@ width = 146; anchors = ( { name = _topright; -pos = (117,729); +pos = (125,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -161,14 +161,14 @@ shapes = ( { closed = 1; nodes = ( -(216,569,l), -(328,729,l), -(174,729,l), -(102,569,l) +(224,569,l), +(336,729,l), +(182,729,l), +(110,569,l) ); } ); -width = 273; +width = 289; }, { anchors = ( @@ -237,7 +237,7 @@ width = 177; anchors = ( { name = _topright; -pos = (105,729); +pos = (111,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -245,14 +245,266 @@ shapes = ( { closed = 1; nodes = ( -(232,553,l), -(345,729,l), -(171,729,l), -(98,553,l) +(238,553,l), +(351,729,l), +(177,729,l), +(104,553,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = _topright; +pos = (-29,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(46,546,l), +(86,729,l), +(58,729,l), +(20,546,l) +); +} +); +width = 106; +}, +{ +anchors = ( +{ +name = _topright; +pos = (11,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(144,569,l), +(222,729,l), +(68,729,l), +(30,569,l) +); +} +); +width = 252; +}, +{ +anchors = ( +{ +name = _topright; +pos = (-38,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(54,536,l), +(124,729,l), +(88,729,l), +(20,536,l) +); +} +); +width = 144; +}, +{ +anchors = ( +{ +name = _topright; +pos = (0,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,569,l), +(221,729,l), +(57,729,l), +(19,569,l) +); +} +); +width = 240; +}, +{ +anchors = ( +{ +name = _topright; +pos = (-38,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,556,l), +(126,729,l), +(88,729,l), +(30,556,l) +); +} +); +width = 156; +}, +{ +anchors = ( +{ +name = _topright; +pos = (0,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(164,553,l), +(241,729,l), +(67,729,l), +(30,553,l) +); +} +); +width = 271; +}, +{ +anchors = ( +{ +name = _topright; +pos = (65,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,546,l), +(181,729,l), +(153,729,l), +(77,546,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = _topright; +pos = (106,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(205,569,l), +(317,729,l), +(163,729,l), +(91,569,l) +); +} +); +width = 251; +}, +{ +anchors = ( +{ +name = _topright; +pos = (55,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(107,536,l), +(217,729,l), +(181,729,l), +(73,536,l) +); +} +); +width = 136; +}, +{ +anchors = ( +{ +name = _topright; +pos = (78,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(197,569,l), +(309,729,l), +(145,729,l), +(73,569,l) +); +} +); +width = 225; +}, +{ +anchors = ( +{ +name = _topright; +pos = (59,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(128,556,l), +(224,729,l), +(186,729,l), +(92,556,l) +); +} +); +width = 157; +}, +{ +anchors = ( +{ +name = _topright; +pos = (90,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(217,553,l), +(330,729,l), +(156,729,l), +(83,553,l) ); } ); -width = 290; +width = 260; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/caroncomb.glyph b/sources/MonaSans.glyphspackage/glyphs/caroncomb.glyph index dc9af954..0d40ff87 100644 --- a/sources/MonaSans.glyphspackage/glyphs/caroncomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/caroncomb.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _top; -pos = (217,678); +pos = (225,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -13,17 +13,17 @@ shapes = ( { closed = 1; nodes = ( -(309,735,l), -(394,884,l), -(246,884,l), -(217,818,l), -(188,884,l), -(40,884,l), -(125,735,l) +(317,735,l), +(402,884,l), +(254,884,l), +(225,818,l), +(196,884,l), +(48,884,l), +(133,735,l) ); } ); -width = 434; +width = 450; }, { anchors = ( @@ -53,97 +53,97 @@ width = 257; anchors = ( { name = _top; -pos = (164,672); +pos = (179,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(185,746,l), -(289,882,l), -(249,882,l), -(164,770,l), -(79,882,l), +(202,746,l), +(319,882,l), +(276,882,l), +(179,773,l), +(82,882,l), (40,882,l), -(143,746,l) +(156,746,l) ); } ); -width = 329; +width = 359; }, { anchors = ( { name = _top; -pos = (247,678); +pos = (297,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(339,735,l), -(454,884,l), -(296,884,l), -(247,818,l), -(198,884,l), -(40,884,l), -(155,735,l) +(416,729,l), +(548,878,l), +(372,878,l), +(297,801,l), +(222,878,l), +(46,878,l), +(178,729,l) ); } ); -width = 494; +width = 594; }, { anchors = ( { name = _top; -pos = (179,672); +pos = (163,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(202,746,l), -(319,882,l), -(276,882,l), -(179,773,l), -(82,882,l), -(40,882,l), -(156,746,l) +(184,746,l), +(286,882,l), +(248,882,l), +(163,770,l), +(80,882,l), +(43,882,l), +(144,746,l) ); } ); -width = 359; +width = 328; }, { anchors = ( { name = _top; -pos = (291,673); +pos = (239,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(410,729,l), -(542,878,l), -(366,878,l), -(291,801,l), -(216,878,l), -(40,878,l), -(172,729,l) +(330,735,l), +(439,884,l), +(282,884,l), +(239,818,l), +(195,884,l), +(39,884,l), +(148,735,l) ); } ); -width = 582; +width = 476; }, { anchors = ( @@ -173,7 +173,7 @@ width = 257; anchors = ( { name = _top; -pos = (296,678); +pos = (304,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -181,17 +181,17 @@ shapes = ( { closed = 1; nodes = ( -(399,735,l), -(517,884,l), -(364,884,l), -(325,818,l), -(306,884,l), -(167,884,l), -(220,735,l) +(407,735,l), +(525,884,l), +(372,884,l), +(333,818,l), +(314,884,l), +(175,884,l), +(228,735,l) ); } ); -width = 430; +width = 446; }, { anchors = ( @@ -269,7 +269,7 @@ width = 359; anchors = ( { name = _top; -pos = (374,673); +pos = (380,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -277,17 +277,305 @@ shapes = ( { closed = 1; nodes = ( -(505,729,l), -(667,878,l), -(486,878,l), -(395,801,l), -(336,878,l), -(165,878,l), -(267,729,l) +(511,729,l), +(673,878,l), +(492,878,l), +(401,801,l), +(342,878,l), +(171,878,l), +(273,729,l) +); +} +); +width = 594; +}, +{ +anchors = ( +{ +name = _top; +pos = (109,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,746,l), +(197,882,l), +(168,882,l), +(109,768,l), +(49,882,l), +(20,882,l), +(88,746,l) +); +} +); +width = 217; +}, +{ +anchors = ( +{ +name = _top; +pos = (207,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(299,735,l), +(384,884,l), +(236,884,l), +(207,818,l), +(178,884,l), +(30,884,l), +(115,735,l) +); +} +); +width = 414; +}, +{ +anchors = ( +{ +name = _top; +pos = (144,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(165,746,l), +(269,882,l), +(229,882,l), +(144,770,l), +(59,882,l), +(20,882,l), +(123,746,l) +); +} +); +width = 289; +}, +{ +anchors = ( +{ +name = _top; +pos = (226,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(318,735,l), +(433,884,l), +(275,884,l), +(226,818,l), +(177,884,l), +(19,884,l), +(134,735,l) +); +} +); +width = 452; +}, +{ +anchors = ( +{ +name = _top; +pos = (169,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(192,746,l), +(309,882,l), +(266,882,l), +(169,773,l), +(72,882,l), +(30,882,l), +(146,746,l) +); +} +); +width = 339; +}, +{ +anchors = ( +{ +name = _top; +pos = (281,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(400,729,l), +(532,878,l), +(356,878,l), +(281,801,l), +(206,878,l), +(30,878,l), +(162,729,l) +); +} +); +width = 562; +}, +{ +anchors = ( +{ +name = _top; +pos = (191,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(226,746,l), +(323,882,l), +(292,882,l), +(209,767,l), +(173,882,l), +(146,882,l), +(187,746,l) +); +} +); +width = 211; +}, +{ +anchors = ( +{ +name = _top; +pos = (285,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(388,735,l), +(506,884,l), +(353,884,l), +(314,818,l), +(295,884,l), +(156,884,l), +(209,735,l) +); +} +); +width = 408; +}, +{ +anchors = ( +{ +name = _top; +pos = (227,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,746,l), +(393,882,l), +(354,882,l), +(244,771,l), +(180,882,l), +(145,882,l), +(222,746,l) +); +} +); +width = 280; +}, +{ +anchors = ( +{ +name = _top; +pos = (305,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(408,735,l), +(547,884,l), +(391,884,l), +(331,818,l), +(294,884,l), +(138,884,l), +(225,735,l) +); +} +); +width = 431; +}, +{ +anchors = ( +{ +name = _top; +pos = (256,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,746,l), +(438,882,l), +(394,882,l), +(274,773,l), +(199,882,l), +(159,882,l), +(249,746,l) +); +} +); +width = 339; +}, +{ +anchors = ( +{ +name = _top; +pos = (359,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,729,l), +(652,878,l), +(471,878,l), +(380,801,l), +(321,878,l), +(150,878,l), +(252,729,l) ); } ); -width = 582; +width = 552; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/ccaron.glyph b/sources/MonaSans.glyphspackage/glyphs/ccaron.glyph index e4942123..a6a50182 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ccaron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ccaron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ccaron; -kernLeft = egrave; -kernRight = c; +kernLeft = KO_eacute; +kernRight = KO_ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (30,-156); ref = caroncomb; } ); -width = 313; +width = 318; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (3,-137); ref = caroncomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = c; }, { -pos = (130,-155); +pos = (137,-155); ref = caroncomb; } ); -width = 553; +width = 606; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = c; }, { -pos = (56,-134); +pos = (56,-129); ref = caroncomb; } ); -width = 586; +width = 687; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = c; }, { -pos = (137,-155); +pos = (133,-155); ref = caroncomb; } ); -width = 606; +width = 551; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = c; }, { -pos = (56,-129); +pos = (61,-134); ref = caroncomb; } ); -width = 675; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-19,-137); ref = caroncomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (-14,-129); ref = caroncomb; } ); -width = 676; +width = 688; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = c; +}, +{ +pos = (31,-156); +ref = caroncomb; +} +); +width = 288; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = c; +}, +{ +pos = (6,-137); +ref = caroncomb; +} +); +width = 429; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (134,-155); +ref = caroncomb; +} +); +width = 533; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (56,-134); +ref = caroncomb; +} +); +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (137,-155); +ref = caroncomb; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = c; +}, +{ +pos = (70,-129); +ref = caroncomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (2,-156); +ref = caroncomb; +} +); +width = 266; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (-15,-137); +ref = caroncomb; +} +); +width = 421; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = c; +}, +{ +pos = (82,-155); +ref = caroncomb; +} +); +width = 515; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = c; +}, +{ +pos = (26,-134); +ref = caroncomb; +} +); +width = 554; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (95,-155); +ref = caroncomb; +} +); +width = 613; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = c; +}, +{ +pos = (-2,-129); +ref = caroncomb; +} +); +width = 680; } ); unicode = 269; diff --git a/sources/MonaSans.glyphspackage/glyphs/ccedilla.glyph b/sources/MonaSans.glyphspackage/glyphs/ccedilla.glyph index 089783f4..bf3fd34d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ccedilla.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ccedilla.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ccedilla; -kernLeft = e; -kernRight = c; +kernLeft = KO_eacute; +kernRight = KO_ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (27,0); ref = cedillacomb; } ); -width = 313; +width = 318; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (19,0); ref = cedillacomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = c; }, { -pos = (149,0); +pos = (160,0); ref = cedillacomb; } ); -width = 553; +width = 606; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = c; }, { -pos = (84,0); +pos = (113,0); ref = cedillacomb; } ); -width = 586; +width = 687; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = c; }, { -pos = (160,0); +pos = (150,0); ref = cedillacomb; } ); -width = 606; +width = 551; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = c; }, { -pos = (113,0); +pos = (89,0); ref = cedillacomb; } ); -width = 675; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (18,0); ref = cedillacomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (146,0); ref = cedillacomb; } ); -width = 676; +width = 688; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = c; +}, +{ +pos = (28,0); +ref = cedillacomb; +} +); +width = 288; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = c; +}, +{ +pos = (22,0); +ref = cedillacomb; +} +); +width = 429; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (153,0); +ref = cedillacomb; +} +); +width = 533; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (84,0); +ref = cedillacomb; +} +); +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (160,0); +ref = cedillacomb; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = c; +}, +{ +pos = (127,0); +ref = cedillacomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (49,0); +ref = cedillacomb; +} +); +width = 266; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (22,0); +ref = cedillacomb; +} +); +width = 421; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = c; +}, +{ +pos = (168,0); +ref = cedillacomb; +} +); +width = 515; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = c; +}, +{ +pos = (127,0); +ref = cedillacomb; +} +); +width = 554; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (195,0); +ref = cedillacomb; +} +); +width = 613; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = c; +}, +{ +pos = (158,0); +ref = cedillacomb; +} +); +width = 680; } ); unicode = 231; diff --git a/sources/MonaSans.glyphspackage/glyphs/ccircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/ccircumflex.glyph index af59d58b..6dc07cdb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ccircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ccircumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ccircumflex; -kernLeft = egrave; -kernRight = c; +kernLeft = KO_eacute; +kernRight = KO_ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (30,-156); ref = circumflexcomb; } ); -width = 313; +width = 318; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (3,-137); ref = circumflexcomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = c; }, { -pos = (130,-155); +pos = (137,-155); ref = circumflexcomb; } ); -width = 553; +width = 606; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = c; }, { -pos = (56,-134); +pos = (56,-129); ref = circumflexcomb; } ); -width = 586; +width = 687; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = c; }, { -pos = (137,-155); +pos = (133,-155); ref = circumflexcomb; } ); -width = 606; +width = 551; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = c; }, { -pos = (56,-129); +pos = (61,-134); ref = circumflexcomb; } ); -width = 675; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-25,-137); ref = circumflexcomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (-16,-129); ref = circumflexcomb; } ); -width = 676; +width = 688; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = c; +}, +{ +pos = (31,-156); +ref = circumflexcomb; +} +); +width = 288; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = c; +}, +{ +pos = (6,-137); +ref = circumflexcomb; +} +); +width = 429; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (134,-155); +ref = circumflexcomb; +} +); +width = 533; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (56,-134); +ref = circumflexcomb; +} +); +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (137,-155); +ref = circumflexcomb; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = c; +}, +{ +pos = (70,-129); +ref = circumflexcomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (1,-156); +ref = circumflexcomb; +} +); +width = 266; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (-21,-137); +ref = circumflexcomb; +} +); +width = 421; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = c; +}, +{ +pos = (81,-155); +ref = circumflexcomb; +} +); +width = 515; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = c; +}, +{ +pos = (31,-134); +ref = circumflexcomb; +} +); +width = 554; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (95,-155); +ref = circumflexcomb; +} +); +width = 613; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = c; +}, +{ +pos = (-4,-129); +ref = circumflexcomb; +} +); +width = 680; } ); unicode = 265; diff --git a/sources/MonaSans.glyphspackage/glyphs/cdotaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/cdotaccent.glyph index f4493a81..07e23f30 100644 --- a/sources/MonaSans.glyphspackage/glyphs/cdotaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/cdotaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = cdotaccent; -kernLeft = e; -kernRight = c; +kernLeft = KO_eacute; +kernRight = KO_ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (96,-156); ref = dotaccentcomb; } ); -width = 313; +width = 318; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (86,-137); ref = dotaccentcomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = c; }, { -pos = (222,-155); +pos = (244,-155); ref = dotaccentcomb; } ); -width = 553; +width = 606; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = c; }, { -pos = (166,-134); +pos = (189,-129); ref = dotaccentcomb; } ); -width = 586; +width = 687; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = c; }, { -pos = (244,-155); +pos = (223,-133); ref = dotaccentcomb; } ); -width = 606; +width = 551; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = c; }, { -pos = (189,-129); +pos = (167,-120); ref = dotaccentcomb; } ); -width = 675; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (59,-137); ref = dotaccentcomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (116,-129); ref = dotaccentcomb; } ); -width = 676; +width = 688; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = c; +}, +{ +pos = (97,-151); +ref = dotaccentcomb; +} +); +width = 288; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = c; +}, +{ +pos = (89,-137); +ref = dotaccentcomb; +} +); +width = 429; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (226,-150); +ref = dotaccentcomb; +} +); +width = 533; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (166,-134); +ref = dotaccentcomb; +} +); +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (244,-155); +ref = dotaccentcomb; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = c; +}, +{ +pos = (203,-129); +ref = dotaccentcomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (62,-156); +ref = dotaccentcomb; +} +); +width = 266; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (63,-137); +ref = dotaccentcomb; +} +); +width = 421; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = c; +}, +{ +pos = (176,-155); +ref = dotaccentcomb; +} +); +width = 515; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = c; +}, +{ +pos = (135,-134); +ref = dotaccentcomb; +} +); +width = 554; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (204,-155); +ref = dotaccentcomb; +} +); +width = 613; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = c; +}, +{ +pos = (128,-129); +ref = dotaccentcomb; +} +); +width = 680; } ); unicode = 267; diff --git a/sources/MonaSans.glyphspackage/glyphs/cdotaccent.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/cdotaccent.ss01.glyph index 017ae47c..3cc9949c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/cdotaccent.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/cdotaccent.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = cdotaccent.ss01; -kernLeft = e; -kernRight = c; +kernLeft = KO_eacute; +kernRight = KO_ccaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -15,7 +15,7 @@ pos = (104,-156); ref = dotaccentcomb.ss01; } ); -width = 313; +width = 318; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -28,59 +28,59 @@ pos = (91,-137); ref = dotaccentcomb.ss01; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = c; }, { -pos = (235,-155); +pos = (257,-155); ref = dotaccentcomb.ss01; } ); -width = 553; +width = 606; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = c; }, { -pos = (167,-134); +pos = (196,-129); ref = dotaccentcomb.ss01; } ); -width = 586; +width = 687; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = c; }, { -pos = (257,-155); +pos = (236,-155); ref = dotaccentcomb.ss01; } ); -width = 606; +width = 551; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = c; }, { -pos = (196,-129); +pos = (166,-134); ref = dotaccentcomb.ss01; } ); -width = 675; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (65,-137); ref = dotaccentcomb.ss01; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (125,-134); ref = dotaccentcomb.ss01; } ); -width = 676; +width = 688; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = c; +}, +{ +pos = (105,-156); +ref = dotaccentcomb.ss01; +} +); +width = 288; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = c; +}, +{ +pos = (94,-137); +ref = dotaccentcomb.ss01; +} +); +width = 429; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (239,-155); +ref = dotaccentcomb.ss01; +} +); +width = 533; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (167,-134); +ref = dotaccentcomb.ss01; +} +); +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (257,-155); +ref = dotaccentcomb.ss01; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = c; +}, +{ +pos = (210,-129); +ref = dotaccentcomb.ss01; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = c; +}, +{ +pos = (76,-156); +ref = dotaccentcomb.ss01; +} +); +width = 266; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (69,-137); +ref = dotaccentcomb.ss01; +} +); +width = 421; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = c; +}, +{ +pos = (189,-155); +ref = dotaccentcomb.ss01; +} +); +width = 515; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = c; +}, +{ +pos = (140,-134); +ref = dotaccentcomb.ss01; +} +); +width = 554; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (217,-155); +ref = dotaccentcomb.ss01; +} +); +width = 613; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = c; +}, +{ +pos = (137,-134); +ref = dotaccentcomb.ss01; +} +); +width = 680; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/cedilla.glyph b/sources/MonaSans.glyphspackage/glyphs/cedilla.glyph index 23aa6f7b..81b037dc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/cedilla.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/cedilla.glyph @@ -20,47 +20,47 @@ alignment = 1; ref = cedillacomb; } ); -width = 370; +width = 386; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = cedillacomb; } ); -width = 279; +width = 289; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = cedillacomb; } ); -width = 390; +width = 435; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = cedillacomb; } ); -width = 289; +width = 278; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = cedillacomb; } ); -width = 423; +width = 373; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = cedillacomb; } ); -width = 372; +width = 388; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = cedillacomb; } ); -width = 427; +width = 439; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = cedillacomb; +} +); +width = 254; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = cedillacomb; +} +); +width = 370; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = cedillacomb; +} +); +width = 279; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = cedillacomb; +} +); +width = 370; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = cedillacomb; +} +); +width = 289; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = cedillacomb; +} +); +width = 423; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = cedillacomb; +} +); +width = 209; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = cedillacomb; +} +); +width = 350; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = cedillacomb; +} +); +width = 231; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = cedillacomb; +} +); +width = 335; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = cedillacomb; +} +); +width = 271; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = cedillacomb; +} +); +width = 397; } ); unicode = 184; diff --git a/sources/MonaSans.glyphspackage/glyphs/cedillacomb.T_.glyph b/sources/MonaSans.glyphspackage/glyphs/cedillacomb.T_.glyph index d1f472ab..35882567 100644 --- a/sources/MonaSans.glyphspackage/glyphs/cedillacomb.T_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/cedillacomb.T_.glyph @@ -46,7 +46,7 @@ width = 254; anchors = ( { name = _bottom; -pos = (211,0); +pos = (219,0); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -54,113 +54,33 @@ shapes = ( { closed = 1; nodes = ( -(274,-261,o), -(330,-217,o), -(330,-147,cs), -(330,-86,o), -(295,-53,o), -(243,-34,c), -(259,24,l), -(182,24,l), -(130,-61,l), -(143,-88,l), -(183,-95,o), -(209,-100,o), -(209,-129,cs), -(209,-146,o), -(199,-158,o), -(181,-158,cs), -(163,-158,o), -(151,-144,o), -(152,-124,c), -(40,-153,l), -(53,-228,o), -(118,-261,o), -(190,-261,cs) -); -} -); -width = 370; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (144,0); -} -); -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(200,-233,o), -(239,-198,o), -(239,-149,cs), -(239,-101,o), -(202,-66,o), -(133,-51,c), -(163,0,l), -(133,13,l), -(94,-51,l), -(107,-76,l), -(178,-90,o), -(204,-110,o), -(204,-147,cs), -(204,-180,o), -(182,-204,o), -(142,-204,cs), -(106,-204,o), -(83,-188,o), -(73,-159,c), -(40,-169,l), -(53,-210,o), -(91,-233,o), -(141,-233,cs) -); -} +(282,-261,o), +(338,-217,o), +(338,-147,cs), +(338,-86,o), +(303,-53,o), +(251,-34,c), +(267,24,l), +(190,24,l), +(138,-61,l), +(151,-88,l), +(191,-95,o), +(217,-100,o), +(217,-129,cs), +(217,-146,o), +(207,-158,o), +(189,-158,cs), +(171,-158,o), +(159,-144,o), +(160,-124,c), +(48,-153,l), +(61,-228,o), +(126,-261,o), +(198,-261,cs) ); -width = 279; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (218,0); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(291,-261,o), -(350,-221,o), -(350,-149,cs), -(350,-86,o), -(310,-53,o), -(251,-34,c), -(269,23,l), -(191,23,l), -(136,-61,l), -(150,-88,l), -(198,-95,o), -(226,-100,o), -(226,-127,cs), -(226,-146,o), -(212,-158,o), -(191,-158,cs), -(169,-158,o), -(153,-144,o), -(152,-124,c), -(40,-153,l), -(54,-229,o), -(125,-261,o), -(203,-261,cs) -); -} -); -width = 390; +width = 386; }, { anchors = ( @@ -206,7 +126,7 @@ width = 289; anchors = ( { name = _bottom; -pos = (231,0); +pos = (237,0); } ); layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; @@ -214,33 +134,113 @@ shapes = ( { closed = 1; nodes = ( -(322,-262,o), -(383,-215,o), -(383,-141,cs), -(383,-81,o), -(338,-46,o), -(272,-34,c), -(293,23,l), -(201,23,l), -(143,-61,l), -(158,-89,l), -(216,-94,o), -(245,-99,o), -(245,-126,cs), -(245,-145,o), -(231,-157,o), -(205,-157,cs), -(179,-157,o), -(158,-143,o), -(156,-123,c), -(40,-153,l), -(54,-218,o), -(116,-262,o), -(217,-262,cs) -); -} -); -width = 423; +(328,-262,o), +(389,-215,o), +(389,-141,cs), +(389,-81,o), +(344,-46,o), +(278,-34,c), +(299,23,l), +(207,23,l), +(149,-61,l), +(164,-89,l), +(222,-94,o), +(251,-99,o), +(251,-126,cs), +(251,-145,o), +(237,-157,o), +(211,-157,cs), +(185,-157,o), +(164,-143,o), +(162,-123,c), +(46,-153,l), +(60,-218,o), +(122,-262,o), +(223,-262,cs) +); +} +); +width = 435; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (139,0); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(193,-233,o), +(232,-198,o), +(232,-149,cs), +(232,-101,o), +(195,-66,o), +(128,-51,c), +(156,0,l), +(128,13,l), +(89,-51,l), +(102,-76,l), +(171,-90,o), +(197,-110,o), +(197,-147,cs), +(197,-180,o), +(175,-204,o), +(137,-204,cs), +(101,-204,o), +(78,-188,o), +(68,-159,c), +(37,-169,l), +(50,-210,o), +(86,-233,o), +(136,-233,cs) +); +} +); +width = 267; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (206,0); +} +); +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(275,-261,o), +(332,-221,o), +(332,-149,cs), +(332,-86,o), +(294,-53,o), +(240,-34,c), +(255,23,l), +(179,23,l), +(127,-61,l), +(141,-88,l), +(183,-95,o), +(210,-100,o), +(210,-127,cs), +(210,-146,o), +(197,-158,o), +(179,-158,cs), +(159,-158,o), +(145,-144,o), +(145,-124,c), +(35,-153,l), +(48,-229,o), +(117,-261,o), +(191,-261,cs) +); +} +); +width = 366; }, { anchors = ( @@ -286,7 +286,7 @@ width = 255; anchors = ( { name = _bottom; -pos = (151,0); +pos = (159,0); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -294,33 +294,33 @@ shapes = ( { closed = 1; nodes = ( -(180,-262,o), -(244,-214,o), -(244,-141,cs), -(244,-99,o), -(221,-61,o), -(178,-43,c), -(205,17,l), -(128,23,l), -(61,-56,l), -(69,-85,l), -(112,-99,o), -(127,-107,o), -(127,-130,cs), -(127,-148,o), -(114,-158,o), -(95,-158,cs), -(78,-158,o), -(66,-146,o), -(65,-121,c), -(-45,-140,l), -(-40,-213,o), -(16,-262,o), -(94,-262,cs) -); -} -); -width = 372; +(188,-262,o), +(252,-214,o), +(252,-141,cs), +(252,-99,o), +(229,-61,o), +(186,-43,c), +(213,17,l), +(136,23,l), +(69,-56,l), +(77,-85,l), +(120,-99,o), +(135,-107,o), +(135,-130,cs), +(135,-148,o), +(122,-158,o), +(103,-158,cs), +(86,-158,o), +(74,-146,o), +(73,-121,c), +(-37,-140,l), +(-32,-213,o), +(24,-262,o), +(102,-262,cs) +); +} +); +width = 388; }, { anchors = ( @@ -446,7 +446,7 @@ width = 291; anchors = ( { name = _bottom; -pos = (176,0); +pos = (182,0); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -454,33 +454,513 @@ shapes = ( { closed = 1; nodes = ( -(231,-263,o), -(298,-216,o), -(298,-147,cs), -(298,-87,o), -(258,-55,o), -(206,-39,c), -(238,15,l), -(148,23,l), -(74,-55,l), -(84,-84,l), -(135,-92,o), -(163,-101,o), -(163,-127,cs), -(163,-146,o), -(147,-156,o), -(123,-156,cs), -(94,-156,o), -(78,-139,o), -(75,-118,c), -(-45,-137,l), -(-38,-213,o), -(32,-263,o), -(130,-263,cs) -); -} -); -width = 427; +(237,-263,o), +(304,-216,o), +(304,-147,cs), +(304,-87,o), +(264,-55,o), +(212,-39,c), +(244,15,l), +(154,23,l), +(80,-55,l), +(90,-84,l), +(141,-92,o), +(169,-101,o), +(169,-127,cs), +(169,-146,o), +(153,-156,o), +(129,-156,cs), +(100,-156,o), +(84,-139,o), +(81,-118,c), +(-39,-137,l), +(-32,-213,o), +(38,-263,o), +(136,-263,cs) +); +} +); +width = 439; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (111,0); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,-232,o), +(194,-198,o), +(194,-149,cs), +(194,-102,o), +(162,-67,o), +(104,-53,c), +(126,0,l), +(102,17,l), +(72,-55,l), +(80,-76,l), +(141,-89,o), +(164,-111,o), +(164,-148,cs), +(164,-182,o), +(144,-206,o), +(107,-206,cs), +(77,-206,o), +(57,-189,o), +(49,-161,c), +(20,-169,l), +(32,-209,o), +(65,-232,o), +(109,-232,cs) +); +} +); +width = 214; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (201,0); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(264,-261,o), +(320,-217,o), +(320,-147,cs), +(320,-86,o), +(285,-53,o), +(233,-34,c), +(249,24,l), +(172,24,l), +(120,-61,l), +(133,-88,l), +(173,-95,o), +(199,-100,o), +(199,-129,cs), +(199,-146,o), +(189,-158,o), +(171,-158,cs), +(153,-158,o), +(141,-144,o), +(142,-124,c), +(30,-153,l), +(43,-228,o), +(108,-261,o), +(180,-261,cs) +); +} +); +width = 350; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (124,0); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,-233,o), +(219,-198,o), +(219,-149,cs), +(219,-101,o), +(182,-66,o), +(113,-51,c), +(143,0,l), +(113,13,l), +(74,-51,l), +(87,-76,l), +(158,-90,o), +(184,-110,o), +(184,-147,cs), +(184,-180,o), +(162,-204,o), +(122,-204,cs), +(86,-204,o), +(63,-188,o), +(53,-159,c), +(20,-169,l), +(33,-210,o), +(71,-233,o), +(121,-233,cs) +); +} +); +width = 239; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (197,0); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,-261,o), +(329,-221,o), +(329,-149,cs), +(329,-86,o), +(289,-53,o), +(230,-34,c), +(248,23,l), +(170,23,l), +(115,-61,l), +(129,-88,l), +(177,-95,o), +(205,-100,o), +(205,-127,cs), +(205,-146,o), +(191,-158,o), +(170,-158,cs), +(148,-158,o), +(132,-144,o), +(131,-124,c), +(19,-153,l), +(33,-229,o), +(104,-261,o), +(182,-261,cs) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (148,0); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(199,-233,o), +(239,-200,o), +(239,-149,cs), +(239,-103,o), +(207,-66,o), +(133,-53,c), +(168,1,l), +(138,12,l), +(94,-55,l), +(104,-75,l), +(182,-89,o), +(203,-113,o), +(203,-147,cs), +(203,-181,o), +(178,-204,o), +(139,-204,cs), +(103,-204,o), +(75,-187,o), +(64,-159,c), +(30,-169,l), +(45,-209,o), +(87,-233,o), +(139,-233,cs) +); +} +); +width = 269; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (221,0); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(312,-262,o), +(373,-215,o), +(373,-141,cs), +(373,-81,o), +(328,-46,o), +(262,-34,c), +(283,23,l), +(191,23,l), +(133,-61,l), +(148,-89,l), +(206,-94,o), +(235,-99,o), +(235,-126,cs), +(235,-145,o), +(221,-157,o), +(195,-157,cs), +(169,-157,o), +(148,-143,o), +(146,-123,c), +(30,-153,l), +(44,-218,o), +(106,-262,o), +(207,-262,cs) +); +} +); +width = 403; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (51,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(70,-232,o), +(106,-195,o), +(106,-148,cs), +(106,-100,o), +(78,-69,o), +(32,-53,c), +(66,0,l), +(42,12,l), +(3,-52,l), +(6,-74,l), +(57,-91,o), +(77,-111,o), +(77,-149,cs), +(77,-184,o), +(52,-206,o), +(16,-206,cs), +(-12,-206,o), +(-38,-188,o), +(-41,-155,c), +(-70,-162,l), +(-66,-204,o), +(-32,-232,o), +(13,-232,cs) +); +} +); +width = 209; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (140,0); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(169,-262,o), +(233,-214,o), +(233,-141,cs), +(233,-99,o), +(210,-61,o), +(167,-43,c), +(194,17,l), +(117,23,l), +(50,-56,l), +(58,-85,l), +(101,-99,o), +(116,-107,o), +(116,-130,cs), +(116,-148,o), +(103,-158,o), +(84,-158,cs), +(67,-158,o), +(55,-146,o), +(54,-121,c), +(-56,-140,l), +(-51,-213,o), +(5,-262,o), +(83,-262,cs) +); +} +); +width = 350; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (62,0); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(84,-234,o), +(129,-200,o), +(129,-149,cs), +(129,-101,o), +(99,-71,o), +(44,-52,c), +(81,1,l), +(53,18,l), +(7,-51,l), +(13,-74,l), +(69,-90,o), +(95,-111,o), +(95,-149,cs), +(95,-182,o), +(69,-204,o), +(30,-204,cs), +(-7,-204,o), +(-34,-186,o), +(-38,-153,c), +(-71,-160,l), +(-65,-204,o), +(-27,-234,o), +(27,-234,cs) +); +} +); +width = 231; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (130,0); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,-263,o), +(235,-216,o), +(235,-145,cs), +(235,-91,o), +(203,-59,o), +(156,-42,c), +(185,16,l), +(108,23,l), +(38,-56,l), +(47,-85,l), +(91,-94,o), +(115,-102,o), +(115,-127,cs), +(115,-147,o), +(100,-158,o), +(79,-158,cs), +(52,-158,o), +(40,-140,o), +(42,-120,c), +(-74,-139,l), +(-66,-216,o), +(-9,-263,o), +(77,-263,cs) +); +} +); +width = 335; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (91,0); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,-234,o), +(155,-200,o), +(155,-148,cs), +(155,-100,o), +(122,-68,o), +(67,-53,c), +(110,0,l), +(84,17,l), +(28,-52,l), +(35,-72,l), +(101,-90,o), +(120,-111,o), +(120,-148,cs), +(120,-180,o), +(98,-204,o), +(51,-204,cs), +(13,-204,o), +(-15,-184,o), +(-21,-153,c), +(-56,-159,l), +(-47,-204,o), +(-4,-234,o), +(51,-234,cs) +); +} +); +width = 271; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (161,0); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(216,-263,o), +(283,-216,o), +(283,-147,cs), +(283,-87,o), +(243,-55,o), +(191,-39,c), +(223,15,l), +(133,23,l), +(59,-55,l), +(69,-84,l), +(120,-92,o), +(148,-101,o), +(148,-127,cs), +(148,-146,o), +(132,-156,o), +(108,-156,cs), +(79,-156,o), +(63,-139,o), +(60,-118,c), +(-60,-137,l), +(-53,-213,o), +(17,-263,o), +(115,-263,cs) +); +} +); +width = 397; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/cedillacomb.glyph b/sources/MonaSans.glyphspackage/glyphs/cedillacomb.glyph index 1267c017..0379b173 100644 --- a/sources/MonaSans.glyphspackage/glyphs/cedillacomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/cedillacomb.glyph @@ -77,7 +77,7 @@ width = 254; anchors = ( { name = _bottom; -pos = (206,0); +pos = (214,0); } ); background = { @@ -125,39 +125,829 @@ shapes = ( { closed = 1; nodes = ( -(274,-261,o), -(330,-217,o), -(330,-147,cs), -(330,-86,o), -(295,-53,o), -(243,-34,c), -(259,24,l), -(182,24,l), -(130,-61,l), -(143,-88,l), -(183,-95,o), -(209,-100,o), -(209,-129,cs), -(209,-146,o), -(199,-158,o), -(181,-158,cs), +(282,-261,o), +(338,-217,o), +(338,-147,cs), +(338,-86,o), +(303,-53,o), +(251,-34,c), +(267,24,l), +(190,24,l), +(138,-61,l), +(151,-88,l), +(191,-95,o), +(217,-100,o), +(217,-129,cs), +(217,-146,o), +(207,-158,o), +(189,-158,cs), +(171,-158,o), +(159,-144,o), +(160,-124,c), +(48,-153,l), +(61,-228,o), +(126,-261,o), +(198,-261,cs) +); +} +); +width = 386; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (153,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (272,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(338,-218,o), +(379,-183,o), +(379,-132,cs), +(379,-75,o), +(327,-46,o), +(257,-53,c), +(270,-60,l), +(301,23,l), +(268,23,l), +(233,-62,l), +(244,-79,l), +(261,-79,ls), +(304,-79,o), +(342,-89,o), +(342,-132,cs), +(342,-165,o), +(319,-187,o), +(277,-187,cs), +(237,-187,o), +(205,-172,o), +(198,-141,c), +(166,-144,l), +(174,-188,o), +(215,-218,o), +(277,-218,cs) +); +} +); +}; +guides = ( +{ +pos = (149,-233); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(209,-233,o), +(249,-200,o), +(249,-149,cs), +(249,-103,o), +(217,-66,o), +(143,-53,c), +(178,10,l), +(144,10,l), +(104,-55,l), +(114,-75,l), +(192,-89,o), +(213,-113,o), +(213,-147,cs), +(213,-181,o), +(188,-204,o), +(149,-204,cs), +(113,-204,o), +(85,-187,o), +(74,-159,c), +(40,-169,l), +(55,-209,o), +(97,-233,o), +(149,-233,cs) +); +} +); +width = 289; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (231,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (-288,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(299,-261,o), +(367,-211,o), +(367,-136,cs), +(367,-77,o), +(320,-41,o), +(261,-32,c), +(302,25,l), +(176,25,l), +(115,-88,l), +(158,-88,ls), +(193,-88,o), +(218,-97,o), +(219,-122,cs), +(220,-142,o), +(204,-155,o), +(179,-155,cs), +(160,-155,o), +(142,-147,o), +(137,-127,c), +(4,-150,l), +(15,-217,o), +(88,-261,o), +(187,-261,cs) +); +}, +{ +closed = 1; +nodes = ( +(-196,-251,o), +(-123,-205,o), +(-123,-135,cs), +(-123,-69,o), +(-186,-32,o), +(-278,-37,c), +(-261,-69,l), +(-222,25,l), +(-329,25,l), +(-377,-61,l), +(-359,-88,l), +(-326,-88,ls), +(-292,-88,o), +(-271,-94,o), +(-271,-115,cs), +(-271,-135,o), +(-289,-145,o), +(-316,-145,cs), +(-340,-145,o), +(-358,-135,o), +(-363,-117,c), +(-496,-140,l), +(-485,-207,o), +(-409,-251,o), +(-306,-251,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(328,-262,o), +(389,-215,o), +(389,-141,cs), +(389,-81,o), +(344,-46,o), +(278,-34,c), +(299,23,l), +(207,23,l), +(149,-61,l), +(164,-89,l), +(222,-94,o), +(251,-99,o), +(251,-126,cs), +(251,-145,o), +(237,-157,o), +(211,-157,cs), +(185,-157,o), +(164,-143,o), +(162,-123,c), +(46,-153,l), +(60,-218,o), +(122,-262,o), +(223,-262,cs) +); +} +); +width = 435; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (145,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(221,-218,o), +(262,-185,o), +(262,-137,cs), +(262,-81,o), +(208,-52,o), +(140,-61,c), +(162,-65,l), +(189,6,l), +(159,6,l), +(124,-71,l), +(134,-84,l), +(148,-84,ls), +(192,-84,o), +(225,-98,o), +(225,-135,cs), +(225,-166,o), +(202,-187,o), +(161,-187,cs), +(128,-187,o), +(102,-176,o), +(93,-149,c), +(57,-155,l), +(68,-195,o), +(109,-218,o), +(162,-218,cs) +); +}, +{ +closed = 1; +nodes = ( +(-69,-229,o), +(-23,-192,o), +(-23,-138,cs), +(-23,-79,o), +(-73,-46,o), +(-145,-49,c), +(-136,-59,l), +(-117,4,l), +(-148,6,l), +(-170,-54,l), +(-155,-75,l), +(-95,-74,o), +(-58,-91,o), +(-58,-136,cs), +(-58,-175,o), +(-88,-201,o), +(-137,-201,cs), +(-182,-201,o), +(-213,-182,o), +(-222,-150,c), +(-254,-158,l), +(-243,-201,o), +(-197,-229,o), +(-137,-229,cs) +); +}, +{ +closed = 1; +nodes = ( +(498,-233,o), +(537,-199,o), +(537,-149,cs), +(537,-101,o), +(501,-67,o), +(435,-52,c), +(465,16,l), +(437,20,l), +(399,-55,l), +(408,-76,l), +(477,-90,o), +(504,-110,o), +(504,-147,cs), +(504,-181,o), +(481,-205,o), +(438,-204,cs), +(404,-204,o), +(382,-188,o), +(372,-160,c), +(340,-169,l), +(353,-208,o), +(390,-232,o), +(438,-233,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(198,-234,o), +(238,-199,o), +(238,-149,cs), +(238,-101,o), +(202,-67,o), +(137,-52,c), +(163,10,l), +(133,10,l), +(100,-55,l), +(110,-76,l), +(177,-90,o), +(203,-110,o), +(203,-147,cs), +(203,-181,o), +(180,-204,o), +(140,-204,cs), +(106,-203,o), +(84,-187,o), +(74,-159,c), +(43,-169,l), +(54,-209,o), +(91,-233,o), +(140,-233,cs) +); +} +); +width = 278; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (210,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(295,-225,o), +(350,-181,o), +(349,-115,cs), +(348,-57,o), +(299,-19,o), +(228,-29,c), +(246,-40,l), +(273,25,l), +(174,25,l), +(134,-47,l), +(146,-70,l), +(183,-70,ls), +(207,-70,o), +(225,-77,o), +(225,-102,cs), +(225,-120,o), +(212,-132,o), +(194,-132,cs), +(177,-132,o), +(164,-121,o), +(162,-105,c), +(40,-128,l), +(53,-186,o), +(110,-225,o), +(196,-225,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(279,-261,o), +(336,-221,o), +(336,-149,cs), +(336,-86,o), +(298,-53,o), +(244,-34,c), +(259,23,l), +(184,23,l), +(131,-61,l), +(145,-88,l), +(188,-95,o), +(214,-100,o), +(214,-127,cs), +(214,-146,o), +(201,-158,o), +(183,-158,cs), (163,-158,o), -(151,-144,o), -(152,-124,c), -(40,-153,l), -(53,-228,o), -(118,-261,o), -(190,-261,cs) +(149,-144,o), +(149,-124,c), +(39,-153,l), +(51,-229,o), +(121,-261,o), +(195,-261,cs) +); +} +); +width = 373; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (74,0); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(93,-232,o), +(129,-195,o), +(129,-148,cs), +(129,-100,o), +(101,-69,o), +(55,-53,c), +(89,3,l), +(63,6,l), +(26,-52,l), +(29,-74,l), +(80,-91,o), +(100,-111,o), +(100,-149,cs), +(100,-184,o), +(75,-206,o), +(39,-206,cs), +(11,-206,o), +(-15,-188,o), +(-18,-155,c), +(-47,-162,l), +(-43,-204,o), +(-9,-232,o), +(36,-232,cs) +); +} +); +width = 255; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (159,0); +} +); +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(188,-262,o), +(252,-214,o), +(252,-141,cs), +(252,-99,o), +(229,-61,o), +(186,-43,c), +(213,17,l), +(136,23,l), +(69,-56,l), +(77,-85,l), +(125,-101,o), +(135,-108,o), +(135,-130,cs), +(135,-148,o), +(122,-158,o), +(103,-158,cs), +(86,-158,o), +(74,-146,o), +(73,-121,c), +(-37,-140,l), +(-32,-213,o), +(24,-262,o), +(102,-262,cs) +); +} +); +width = 388; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (86,0); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(108,-234,o), +(153,-200,o), +(153,-149,cs), +(153,-101,o), +(123,-71,o), +(68,-52,c), +(109,8,l), +(77,11,l), +(31,-51,l), +(37,-74,l), +(93,-90,o), +(119,-111,o), +(119,-149,cs), +(119,-182,o), +(93,-204,o), +(54,-204,cs), +(17,-204,o), +(-10,-186,o), +(-14,-153,c), +(-47,-160,l), +(-41,-204,o), +(-3,-234,o), +(51,-234,cs) +); +} +); +width = 279; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (159,0); +} +); +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,-263,o), +(264,-216,o), +(264,-145,cs), +(264,-91,o), +(232,-59,o), +(185,-42,c), +(214,16,l), +(137,23,l), +(67,-56,l), +(76,-85,l), +(120,-94,o), +(144,-102,o), +(144,-127,cs), +(144,-147,o), +(129,-158,o), +(108,-158,cs), +(81,-158,o), +(69,-140,o), +(71,-120,c), +(-45,-139,l), +(-37,-216,o), +(20,-263,o), +(106,-263,cs) +); +} +); +width = 393; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (101,0); +} +); +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(123,-234,o), +(165,-200,o), +(165,-148,cs), +(165,-100,o), +(132,-68,o), +(77,-53,c), +(124,6,l), +(91,9,l), +(38,-52,l), +(45,-72,l), +(111,-90,o), +(130,-111,o), +(130,-148,cs), +(130,-180,o), +(108,-204,o), +(61,-204,cs), +(23,-204,o), +(-5,-184,o), +(-11,-153,c), +(-46,-159,l), +(-37,-204,o), +(6,-234,o), +(61,-234,cs) +); +} +); +width = 291; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (182,0); +} +); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(237,-263,o), +(304,-216,o), +(304,-147,cs), +(304,-87,o), +(264,-55,o), +(212,-39,c), +(244,15,l), +(154,23,l), +(80,-55,l), +(90,-84,l), +(141,-92,o), +(169,-101,o), +(169,-127,cs), +(169,-146,o), +(153,-156,o), +(129,-156,cs), +(100,-156,o), +(84,-139,o), +(81,-118,c), +(-39,-137,l), +(-32,-213,o), +(38,-263,o), +(136,-263,cs) +); +} +); +width = 439; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (121,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(179,-233,o), +(214,-199,o), +(214,-149,cs), +(214,-102,o), +(182,-67,o), +(124,-53,c), +(147,5,l), +(119,5,l), +(92,-55,l), +(100,-76,l), +(161,-89,o), +(184,-111,o), +(184,-148,cs), +(184,-182,o), +(164,-206,o), +(127,-206,cs), +(97,-205,o), +(77,-189,o), +(69,-161,c), +(40,-169,l), +(52,-208,o), +(84,-231,o), +(127,-232,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(159,-233,o), +(194,-199,o), +(194,-149,cs), +(194,-107,o), +(165,-72,o), +(113,-56,c), +(137,5,l), +(109,5,l), +(80,-58,l), +(87,-77,l), +(133,-89,o), +(164,-111,o), +(164,-150,cs), +(164,-182,o), +(144,-206,o), +(107,-206,cs), +(77,-205,o), +(57,-189,o), +(49,-161,c), +(20,-169,l), +(32,-208,o), +(64,-231,o), +(107,-232,cs) +); +} +); +width = 214; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (196,0); +} +); +background = { +anchors = ( +{ +name = _bottom; +pos = (140,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(206,-190,o), +(255,-152,o), +(255,-96,cs), +(255,-54,o), +(223,-24,o), +(172,-25,c), +(172,-34,l), +(198,31,l), +(107,31,l), +(73,-42,l), +(85,-59,l), +(101,-59,ls), +(124,-59,o), +(136,-68,o), +(136,-83,cs), +(136,-99,o), +(125,-108,o), +(110,-108,cs), +(97,-108,o), +(85,-102,o), +(83,-90,c), +(-18,-101,l), +(-12,-157,o), +(41,-190,o), +(120,-190,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(264,-261,o), +(320,-217,o), +(320,-147,cs), +(320,-86,o), +(285,-53,o), +(233,-34,c), +(249,24,l), +(172,24,l), +(120,-61,l), +(133,-88,l), +(173,-95,o), +(199,-100,o), +(199,-129,cs), +(199,-146,o), +(189,-158,o), +(171,-158,cs), +(153,-158,o), +(141,-144,o), +(142,-124,c), +(30,-153,l), +(43,-228,o), +(108,-261,o), +(180,-261,cs) ); } ); -width = 370; +width = 350; }, { anchors = ( { name = _bottom; -pos = (144,0); +pos = (124,0); } ); background = { @@ -251,44 +1041,44 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(199,-234,o), -(239,-199,o), -(239,-149,cs), -(239,-101,o), -(203,-67,o), -(136,-52,c), -(164,10,l), -(132,10,l), -(99,-55,l), -(109,-76,l), -(178,-90,o), -(204,-110,o), -(204,-147,cs), -(204,-181,o), -(181,-204,o), -(139,-204,cs), -(105,-203,o), -(83,-187,o), -(73,-159,c), -(40,-169,l), -(53,-209,o), -(90,-233,o), -(139,-233,cs) +(179,-234,o), +(219,-199,o), +(219,-149,cs), +(219,-101,o), +(183,-67,o), +(116,-52,c), +(144,10,l), +(112,10,l), +(79,-55,l), +(89,-76,l), +(158,-90,o), +(184,-110,o), +(184,-147,cs), +(184,-181,o), +(161,-204,o), +(119,-204,cs), +(85,-203,o), +(63,-187,o), +(53,-159,c), +(20,-169,l), +(33,-209,o), +(70,-233,o), +(119,-233,cs) ); } ); -width = 279; +width = 239; }, { anchors = ( { name = _bottom; -pos = (218,0); +pos = (197,0); } ); background = { @@ -325,44 +1115,44 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(291,-261,o), -(350,-221,o), -(350,-149,cs), -(350,-86,o), -(310,-53,o), -(251,-34,c), -(269,23,l), -(191,23,l), -(136,-61,l), -(150,-88,l), -(198,-95,o), -(226,-100,o), -(226,-127,cs), -(226,-146,o), -(212,-158,o), -(191,-158,cs), -(169,-158,o), -(153,-144,o), -(152,-124,c), -(40,-153,l), -(54,-229,o), -(125,-261,o), -(203,-261,cs) -); -} -); -width = 390; +(270,-261,o), +(329,-221,o), +(329,-149,cs), +(329,-86,o), +(289,-53,o), +(230,-34,c), +(248,23,l), +(170,23,l), +(115,-61,l), +(129,-88,l), +(177,-95,o), +(205,-100,o), +(205,-127,cs), +(205,-146,o), +(191,-158,o), +(170,-158,cs), +(148,-158,o), +(132,-144,o), +(131,-124,c), +(19,-153,l), +(33,-229,o), +(104,-261,o), +(182,-261,cs) +); +} +); +width = 348; }, { anchors = ( { name = _bottom; -pos = (153,0); +pos = (143,0); } ); background = { @@ -407,47 +1197,47 @@ nodes = ( }; guides = ( { -pos = (149,-233); +pos = (139,-233); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(209,-233,o), -(249,-200,o), -(249,-149,cs), -(249,-103,o), -(217,-66,o), -(143,-53,c), -(178,10,l), -(144,10,l), -(104,-55,l), -(114,-75,l), -(192,-89,o), -(213,-113,o), -(213,-147,cs), -(213,-181,o), -(188,-204,o), -(149,-204,cs), -(113,-204,o), -(85,-187,o), -(74,-159,c), -(40,-169,l), -(55,-209,o), -(97,-233,o), -(149,-233,cs) +(199,-233,o), +(239,-200,o), +(239,-149,cs), +(239,-103,o), +(207,-66,o), +(133,-53,c), +(168,10,l), +(134,10,l), +(94,-55,l), +(104,-75,l), +(182,-89,o), +(203,-113,o), +(203,-147,cs), +(203,-181,o), +(178,-204,o), +(139,-204,cs), +(103,-204,o), +(75,-187,o), +(64,-159,c), +(30,-169,l), +(45,-209,o), +(87,-233,o), +(139,-233,cs) ); } ); -width = 289; +width = 269; }, { anchors = ( { name = _bottom; -pos = (225,0); +pos = (215,0); } ); background = { @@ -518,278 +1308,278 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(322,-262,o), -(383,-215,o), -(383,-141,cs), -(383,-81,o), -(338,-46,o), -(272,-34,c), -(293,23,l), -(201,23,l), -(143,-61,l), -(158,-89,l), -(216,-94,o), -(245,-99,o), -(245,-126,cs), -(245,-145,o), -(231,-157,o), -(205,-157,cs), -(179,-157,o), -(158,-143,o), -(156,-123,c), -(40,-153,l), -(54,-218,o), -(116,-262,o), -(217,-262,cs) +(312,-262,o), +(373,-215,o), +(373,-141,cs), +(373,-81,o), +(328,-46,o), +(262,-34,c), +(283,23,l), +(191,23,l), +(133,-61,l), +(148,-89,l), +(206,-94,o), +(235,-99,o), +(235,-126,cs), +(235,-145,o), +(221,-157,o), +(195,-157,cs), +(169,-157,o), +(148,-143,o), +(146,-123,c), +(30,-153,l), +(44,-218,o), +(106,-262,o), +(207,-262,cs) ); } ); -width = 423; +width = 403; }, { anchors = ( { name = _bottom; -pos = (74,0); +pos = (51,0); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(93,-232,o), -(129,-195,o), -(129,-148,cs), -(129,-100,o), -(101,-69,o), -(55,-53,c), -(89,3,l), -(63,6,l), -(26,-52,l), -(29,-74,l), -(80,-91,o), -(100,-111,o), -(100,-149,cs), -(100,-184,o), -(75,-206,o), -(39,-206,cs), -(11,-206,o), -(-15,-188,o), -(-18,-155,c), -(-47,-162,l), -(-43,-204,o), -(-9,-232,o), -(36,-232,cs) +(70,-232,o), +(106,-195,o), +(106,-148,cs), +(106,-100,o), +(78,-69,o), +(32,-53,c), +(66,3,l), +(40,6,l), +(3,-52,l), +(6,-74,l), +(57,-91,o), +(77,-111,o), +(77,-149,cs), +(77,-184,o), +(52,-206,o), +(16,-206,cs), +(-12,-206,o), +(-38,-188,o), +(-41,-155,c), +(-70,-162,l), +(-66,-204,o), +(-32,-232,o), +(13,-232,cs) ); } ); -width = 255; +width = 209; }, { anchors = ( { name = _bottom; -pos = (151,0); +pos = (140,0); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(180,-262,o), -(244,-214,o), -(244,-141,cs), -(244,-99,o), -(221,-61,o), -(178,-43,c), -(205,17,l), -(128,23,l), -(61,-56,l), -(69,-85,l), -(117,-101,o), -(127,-108,o), -(127,-130,cs), -(127,-148,o), -(114,-158,o), -(95,-158,cs), -(78,-158,o), -(66,-146,o), -(65,-121,c), -(-45,-140,l), -(-40,-213,o), -(16,-262,o), -(94,-262,cs) +(169,-262,o), +(233,-214,o), +(233,-141,cs), +(233,-99,o), +(210,-61,o), +(167,-43,c), +(194,17,l), +(117,23,l), +(50,-56,l), +(58,-85,l), +(106,-101,o), +(116,-108,o), +(116,-130,cs), +(116,-148,o), +(103,-158,o), +(84,-158,cs), +(67,-158,o), +(55,-146,o), +(54,-121,c), +(-56,-140,l), +(-51,-213,o), +(5,-262,o), +(83,-262,cs) ); } ); -width = 372; +width = 350; }, { anchors = ( { name = _bottom; -pos = (86,0); +pos = (62,0); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(108,-234,o), -(153,-200,o), -(153,-149,cs), -(153,-101,o), -(123,-71,o), -(68,-52,c), -(109,8,l), -(77,11,l), -(31,-51,l), -(37,-74,l), -(93,-90,o), -(119,-111,o), -(119,-149,cs), -(119,-182,o), -(93,-204,o), -(54,-204,cs), -(17,-204,o), -(-10,-186,o), -(-14,-153,c), -(-47,-160,l), -(-41,-204,o), -(-3,-234,o), -(51,-234,cs) +(84,-234,o), +(129,-200,o), +(129,-149,cs), +(129,-101,o), +(99,-71,o), +(44,-52,c), +(85,8,l), +(53,11,l), +(7,-51,l), +(13,-74,l), +(69,-90,o), +(95,-111,o), +(95,-149,cs), +(95,-182,o), +(69,-204,o), +(30,-204,cs), +(-7,-204,o), +(-34,-186,o), +(-38,-153,c), +(-71,-160,l), +(-65,-204,o), +(-27,-234,o), +(27,-234,cs) ); } ); -width = 279; +width = 231; }, { anchors = ( { name = _bottom; -pos = (159,0); +pos = (130,0); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(201,-263,o), -(264,-216,o), -(264,-145,cs), -(264,-91,o), -(232,-59,o), -(185,-42,c), -(214,16,l), -(137,23,l), -(67,-56,l), -(76,-85,l), -(120,-94,o), -(144,-102,o), -(144,-127,cs), -(144,-147,o), -(129,-158,o), -(108,-158,cs), -(81,-158,o), -(69,-140,o), -(71,-120,c), -(-45,-139,l), -(-37,-216,o), -(20,-263,o), -(106,-263,cs) +(172,-263,o), +(235,-216,o), +(235,-145,cs), +(235,-91,o), +(203,-59,o), +(156,-42,c), +(185,16,l), +(108,23,l), +(38,-56,l), +(47,-85,l), +(91,-94,o), +(115,-102,o), +(115,-127,cs), +(115,-147,o), +(100,-158,o), +(79,-158,cs), +(52,-158,o), +(40,-140,o), +(42,-120,c), +(-74,-139,l), +(-66,-216,o), +(-9,-263,o), +(77,-263,cs) ); } ); -width = 393; +width = 335; }, { anchors = ( { name = _bottom; -pos = (101,0); +pos = (91,0); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(123,-234,o), -(165,-200,o), -(165,-148,cs), -(165,-100,o), -(132,-68,o), -(77,-53,c), -(124,6,l), -(91,9,l), -(38,-52,l), -(45,-72,l), -(111,-90,o), -(130,-111,o), -(130,-148,cs), -(130,-180,o), -(108,-204,o), -(61,-204,cs), -(23,-204,o), -(-5,-184,o), -(-11,-153,c), -(-46,-159,l), -(-37,-204,o), -(6,-234,o), -(61,-234,cs) +(113,-234,o), +(155,-200,o), +(155,-148,cs), +(155,-100,o), +(122,-68,o), +(67,-53,c), +(114,6,l), +(81,9,l), +(28,-52,l), +(35,-72,l), +(101,-90,o), +(120,-111,o), +(120,-148,cs), +(120,-180,o), +(98,-204,o), +(51,-204,cs), +(13,-204,o), +(-15,-184,o), +(-21,-153,c), +(-56,-159,l), +(-47,-204,o), +(-4,-234,o), +(51,-234,cs) ); } ); -width = 291; +width = 271; }, { anchors = ( { name = _bottom; -pos = (176,0); +pos = (161,0); } ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(231,-263,o), -(298,-216,o), -(298,-147,cs), -(298,-87,o), -(258,-55,o), -(206,-39,c), -(238,15,l), -(148,23,l), -(74,-55,l), -(84,-84,l), -(135,-92,o), -(163,-101,o), -(163,-127,cs), -(163,-146,o), -(147,-156,o), -(123,-156,cs), -(94,-156,o), -(78,-139,o), -(75,-118,c), -(-45,-137,l), -(-38,-213,o), -(32,-263,o), -(130,-263,cs) +(216,-263,o), +(283,-216,o), +(283,-147,cs), +(283,-87,o), +(243,-55,o), +(191,-39,c), +(223,15,l), +(133,23,l), +(59,-55,l), +(69,-84,l), +(120,-92,o), +(148,-101,o), +(148,-127,cs), +(148,-146,o), +(132,-156,o), +(108,-156,cs), +(79,-156,o), +(63,-139,o), +(60,-118,c), +(-60,-137,l), +(-53,-213,o), +(17,-263,o), +(115,-263,cs) ); } ); -width = 427; +width = 397; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/cent.glyph b/sources/MonaSans.glyphspackage/glyphs/cent.glyph index ab845949..3c4b6774 100644 --- a/sources/MonaSans.glyphspackage/glyphs/cent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/cent.glyph @@ -7,54 +7,54 @@ shapes = ( { closed = 1; nodes = ( -(335,93,o), -(420,140,o), -(433,307,c), -(266,307,l), -(262,256,o), -(254,231,o), -(230,231,cs), -(202,231,o), -(196,267,o), -(196,374,cs), -(196,486,o), -(203,517,o), -(230,517,cs), -(253,517,o), -(262,498,o), -(266,442,c), -(433,442,l), -(422,589,o), -(356,654,o), -(230,654,cs), -(97,654,o), -(19,577,o), -(19,376,cs), -(19,169,o), -(101,93,o), -(230,93,cs) +(343,93,o), +(428,140,o), +(441,307,c), +(274,307,l), +(270,256,o), +(262,231,o), +(238,231,cs), +(210,231,o), +(204,267,o), +(204,374,cs), +(204,486,o), +(211,517,o), +(238,517,cs), +(261,517,o), +(270,498,o), +(274,442,c), +(441,442,l), +(430,589,o), +(364,654,o), +(238,654,cs), +(105,654,o), +(27,577,o), +(27,376,cs), +(27,169,o), +(109,93,o), +(238,93,cs) ); }, { closed = 1; nodes = ( -(278,0,l), -(278,164,l), -(175,164,l), -(175,0,l) +(286,0,l), +(286,164,l), +(183,164,l), +(183,0,l) ); }, { closed = 1; nodes = ( -(278,579,l), -(278,729,l), -(175,729,l), -(175,579,l) +(286,579,l), +(286,729,l), +(183,729,l), +(183,579,l) ); } ); -width = 450; +width = 466; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -112,248 +112,248 @@ nodes = ( width = 320; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(426,98,o), -(513,169,o), -(525,280,c), -(488,280,l), -(478,191,o), -(406,133,o), -(307,133,cs), -(184,133,o), -(103,221,o), -(103,363,cs), -(103,501,o), -(181,596,o), -(308,596,cs), -(398,596,o), -(470,547,o), -(486,460,c), -(522,460,l), -(509,562,o), -(424,631,o), -(310,631,cs), -(162,631,o), -(66,522,o), -(66,363,cs), -(66,204,o), -(162,98,o), -(307,98,cs) +(459,98,o), +(571,172,o), +(592,280,c), +(553,280,l), +(533,194,o), +(441,133,o), +(324,133,cs), +(171,133,o), +(83,224,o), +(83,363,cs), +(83,503,o), +(180,596,o), +(327,596,cs), +(436,596,o), +(521,551,o), +(549,460,c), +(587,460,l), +(569,563,o), +(465,631,o), +(327,631,cs), +(160,631,o), +(45,522,o), +(45,363,cs), +(45,199,o), +(153,98,o), +(324,98,cs) ); }, { closed = 1; nodes = ( -(314,0,l), -(314,113,l), -(281,113,l), -(281,0,l) +(335,0,l), +(335,117,l), +(302,117,l), +(302,0,l) ); }, { closed = 1; nodes = ( -(314,617,l), -(314,729,l), -(281,729,l), -(281,617,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = C; -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -origin = ( -0, -0 -); -stem = -2; -target = ( -0, -1 +(335,613,l), +(335,729,l), +(302,729,l), +(302,613,l) ); -type = Stem; } ); -}; -width = 587; +width = 631; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(460,83,o), -(568,169,o), -(572,301,c), -(387,301,l), -(382,264,o), -(358,237,o), -(311,237,cs), -(261,237,o), -(228,275,o), -(228,365,cs), -(228,444,o), -(253,493,o), -(312,493,cs), -(350,493,o), -(378,473,o), -(385,429,c), -(571,429,l), -(569,558,o), -(464,647,o), -(316,647,cs), -(144,647,o), -(34,537,o), -(34,366,cs), -(34,195,o), -(143,83,o), -(311,83,cs) +(527,83,o), +(672,166,o), +(677,305,c), +(457,305,l), +(446,267,o), +(405,249,o), +(358,249,cs), +(289,249,o), +(243,286,o), +(243,367,cs), +(243,435,o), +(282,481,o), +(358,481,cs), +(413,481,o), +(449,458,o), +(457,425,c), +(675,425,l), +(671,557,o), +(551,647,o), +(359,647,cs), +(156,647,o), +(22,546,o), +(22,368,cs), +(22,196,o), +(145,83,o), +(349,83,cs) ); }, { closed = 1; nodes = ( -(365,0,l), -(365,167,l), -(242,167,l), -(242,0,l) +(420,0,l), +(420,166,l), +(280,166,l), +(280,0,l) ); }, { closed = 1; nodes = ( -(365,554,l), -(365,729,l), -(242,729,l), -(242,554,l) +(420,548,l), +(420,729,l), +(280,729,l), +(280,548,l) ); } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = C; -}; -width = 605; +width = 698; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(459,98,o), -(571,172,o), -(592,280,c), -(553,280,l), -(533,194,o), -(441,133,o), -(324,133,cs), -(171,133,o), -(83,224,o), -(83,363,cs), -(83,503,o), +(421,98,o), +(506,169,o), +(518,280,c), +(481,280,l), +(471,191,o), +(401,133,o), +(304,133,cs), +(183,133,o), +(104,221,o), +(104,363,cs), +(104,501,o), (180,596,o), -(327,596,cs), -(436,596,o), -(521,551,o), -(549,460,c), -(587,460,l), -(569,563,o), -(465,631,o), -(327,631,cs), -(160,631,o), -(45,522,o), -(45,363,cs), -(45,199,o), -(153,98,o), -(324,98,cs) +(305,596,cs), +(393,596,o), +(463,547,o), +(479,460,c), +(515,460,l), +(502,562,o), +(419,631,o), +(307,631,cs), +(161,631,o), +(67,522,o), +(67,363,cs), +(67,204,o), +(161,98,o), +(304,98,cs) ); }, { closed = 1; nodes = ( -(335,0,l), -(335,117,l), -(302,117,l), -(302,0,l) +(311,0,l), +(311,113,l), +(278,113,l), +(278,0,l) ); }, { closed = 1; nodes = ( -(335,613,l), -(335,729,l), -(302,729,l), -(302,613,l) +(311,617,l), +(311,729,l), +(278,729,l), +(278,617,l) ); } ); -width = 631; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = C; +com.schriftgestaltung.hints = ( +{ +horizontal = 0; +options = 0; +origin = ( +0, +0 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +} +); +}; +width = 580; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(521,83,o), -(666,166,o), -(671,305,c), -(451,305,l), -(440,267,o), -(399,249,o), -(352,249,cs), -(283,249,o), -(237,286,o), -(237,367,cs), -(237,435,o), -(276,481,o), -(352,481,cs), -(407,481,o), -(443,458,o), -(451,425,c), -(669,425,l), -(665,557,o), -(545,647,o), -(353,647,cs), -(150,647,o), -(16,546,o), -(16,368,cs), -(16,196,o), +(447,83,o), +(551,169,o), +(555,301,c), +(372,301,l), +(367,263,o), +(345,237,o), +(302,237,cs), +(255,237,o), +(225,275,o), +(225,365,cs), +(225,444,o), +(248,493,o), +(303,493,cs), +(338,493,o), +(363,474,o), +(370,429,c), +(554,429,l), +(552,558,o), +(451,647,o), +(307,647,cs), +(140,647,o), +(33,537,o), +(33,366,cs), +(33,195,o), (139,83,o), -(343,83,cs) +(302,83,cs) ); }, { closed = 1; nodes = ( -(414,0,l), -(414,166,l), -(274,166,l), -(274,0,l) +(355,0,l), +(355,167,l), +(234,167,l), +(234,0,l) ); }, { closed = 1; nodes = ( -(414,548,l), -(414,729,l), -(274,729,l), -(274,548,l) +(355,554,l), +(355,729,l), +(234,729,l), +(234,554,l) ); } ); -width = 686; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = C; +}; +width = 586; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -416,54 +416,54 @@ shapes = ( { closed = 1; nodes = ( -(315,84,o), -(399,145,o), -(433,298,c), -(270,298,l), -(255,241,o), -(239,223,o), -(221,223,cs), -(185,223,o), -(194,273,o), -(214,372,cs), -(237,483,o), -(251,508,o), -(275,508,cs), -(301,508,o), -(304,484,o), -(297,434,c), -(462,434,l), -(477,572,o), -(422,646,o), -(284,646,cs), -(160,646,o), -(81,569,o), -(42,382,cs), -(6,209,o), -(37,84,o), -(211,84,cs) +(323,84,o), +(407,145,o), +(441,298,c), +(278,298,l), +(263,241,o), +(247,223,o), +(229,223,cs), +(193,223,o), +(202,273,o), +(222,372,cs), +(245,483,o), +(259,508,o), +(283,508,cs), +(309,508,o), +(312,484,o), +(305,434,c), +(470,434,l), +(485,572,o), +(430,646,o), +(292,646,cs), +(168,646,o), +(89,569,o), +(50,382,cs), +(14,209,o), +(45,84,o), +(219,84,cs) ); }, { closed = 1; nodes = ( -(223,0,l), -(256,164,l), -(153,164,l), -(120,0,l) +(231,0,l), +(264,164,l), +(161,164,l), +(128,0,l) ); }, { closed = 1; nodes = ( -(342,579,l), -(373,729,l), -(270,729,l), -(239,579,l) +(350,579,l), +(381,729,l), +(278,729,l), +(247,579,l) ); } ); -width = 445; +width = 461; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -636,54 +636,738 @@ shapes = ( { closed = 1; nodes = ( -(529,83,o), -(661,163,o), -(681,302,c), -(465,302,l), -(450,266,o), -(407,250,o), -(362,250,cs), -(298,250,o), -(255,288,o), -(255,348,cs), -(255,428,o), -(304,480,o), -(381,480,cs), -(433,480,o), -(472,457,o), -(478,422,c), -(695,422,l), -(699,558,o), -(574,647,o), -(387,647,cs), -(173,647,o), -(36,524,o), -(36,333,cs), -(36,181,o), -(152,83,o), -(344,83,cs) +(535,83,o), +(667,163,o), +(687,302,c), +(471,302,l), +(456,266,o), +(413,250,o), +(368,250,cs), +(304,250,o), +(261,288,o), +(261,348,cs), +(261,428,o), +(310,480,o), +(387,480,cs), +(439,480,o), +(478,457,o), +(484,422,c), +(701,422,l), +(705,558,o), +(580,647,o), +(393,647,cs), +(179,647,o), +(42,524,o), +(42,333,cs), +(42,181,o), +(158,83,o), +(350,83,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,0,l), +(399,166,l), +(259,166,l), +(225,0,l) +); +}, +{ +closed = 1; +nodes = ( +(478,548,l), +(515,729,l), +(375,729,l), +(338,548,l) +); +} +); +width = 700; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(212,96,o), +(256,138,o), +(264,264,c), +(234,264,l), +(225,163,o), +(201,124,o), +(149,124,cs), +(93,124,o), +(54,172,o), +(54,365,cs), +(54,558,o), +(93,606,o), +(149,606,cs), +(206,606,o), +(226,555,o), +(234,465,c), +(264,465,l), +(256,593,o), +(210,633,o), +(149,633,cs), +(48,633,o), +(25,523,o), +(25,365,cs), +(25,206,o), +(48,96,o), +(149,96,cs) +); +}, +{ +closed = 1; +nodes = ( +(159,0,l), +(159,114,l), +(131,114,l), +(131,0,l) +); +}, +{ +closed = 1; +nodes = ( +(159,621,l), +(159,729,l), +(131,729,l), +(131,621,l) +); +} +); +width = 280; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(325,93,o), +(410,140,o), +(423,307,c), +(256,307,l), +(252,256,o), +(244,231,o), +(220,231,cs), +(192,231,o), +(186,267,o), +(186,374,cs), +(186,486,o), +(193,517,o), +(220,517,cs), +(243,517,o), +(252,498,o), +(256,442,c), +(423,442,l), +(412,589,o), +(346,654,o), +(220,654,cs), +(87,654,o), +(9,577,o), +(9,376,cs), +(9,169,o), +(91,93,o), +(220,93,cs) +); +}, +{ +closed = 1; +nodes = ( +(268,0,l), +(268,164,l), +(165,164,l), +(165,0,l) +); +}, +{ +closed = 1; +nodes = ( +(268,579,l), +(268,729,l), +(165,729,l), +(165,579,l) +); +} +); +width = 430; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(406,98,o), +(493,169,o), +(505,280,c), +(468,280,l), +(458,191,o), +(386,133,o), +(287,133,cs), +(164,133,o), +(83,221,o), +(83,363,cs), +(83,501,o), +(161,596,o), +(288,596,cs), +(378,596,o), +(450,547,o), +(466,460,c), +(502,460,l), +(489,562,o), +(404,631,o), +(290,631,cs), +(142,631,o), +(46,522,o), +(46,363,cs), +(46,204,o), +(142,98,o), +(287,98,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,0,l), +(294,113,l), +(261,113,l), +(261,0,l) +); +}, +{ +closed = 1; +nodes = ( +(294,617,l), +(294,729,l), +(261,729,l), +(261,617,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = C; +com.schriftgestaltung.hints = ( +{ +horizontal = 0; +options = 0; +origin = ( +0, +0 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +} +); +}; +width = 547; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(439,83,o), +(547,169,o), +(551,301,c), +(366,301,l), +(361,264,o), +(337,237,o), +(290,237,cs), +(240,237,o), +(207,275,o), +(207,365,cs), +(207,444,o), +(232,493,o), +(291,493,cs), +(329,493,o), +(357,473,o), +(364,429,c), +(550,429,l), +(548,558,o), +(443,647,o), +(295,647,cs), +(123,647,o), +(13,537,o), +(13,366,cs), +(13,195,o), +(122,83,o), +(290,83,cs) +); +}, +{ +closed = 1; +nodes = ( +(344,0,l), +(344,167,l), +(221,167,l), +(221,0,l) +); +}, +{ +closed = 1; +nodes = ( +(344,554,l), +(344,729,l), +(221,729,l), +(221,554,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = C; +}; +width = 563; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(449,98,o), +(561,172,o), +(582,280,c), +(543,280,l), +(523,194,o), +(431,133,o), +(314,133,cs), +(161,133,o), +(73,224,o), +(73,363,cs), +(73,503,o), +(170,596,o), +(317,596,cs), +(426,596,o), +(511,551,o), +(539,460,c), +(577,460,l), +(559,563,o), +(455,631,o), +(317,631,cs), +(150,631,o), +(35,522,o), +(35,363,cs), +(35,199,o), +(143,98,o), +(314,98,cs) +); +}, +{ +closed = 1; +nodes = ( +(325,0,l), +(325,117,l), +(292,117,l), +(292,0,l) +); +}, +{ +closed = 1; +nodes = ( +(325,613,l), +(325,729,l), +(292,729,l), +(292,613,l) +); +} +); +width = 611; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(511,83,o), +(656,166,o), +(661,305,c), +(441,305,l), +(430,267,o), +(389,249,o), +(342,249,cs), +(273,249,o), +(227,286,o), +(227,367,cs), +(227,435,o), +(266,481,o), +(342,481,cs), +(397,481,o), +(433,458,o), +(441,425,c), +(659,425,l), +(655,557,o), +(535,647,o), +(343,647,cs), +(140,647,o), +(6,546,o), +(6,368,cs), +(6,196,o), +(129,83,o), +(333,83,cs) +); +}, +{ +closed = 1; +nodes = ( +(404,0,l), +(404,166,l), +(264,166,l), +(264,0,l) +); +}, +{ +closed = 1; +nodes = ( +(404,548,l), +(404,729,l), +(264,729,l), +(264,548,l) +); +} +); +width = 666; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(179,97,o), +(227,136,o), +(260,260,c), +(230,260,l), +(204,174,o), +(178,124,o), +(125,124,cs), +(46,124,o), +(44,225,o), +(75,373,cs), +(113,555,o), +(160,605,o), +(212,605,cs), +(277,605,o), +(281,542,o), +(272,463,c), +(302,463,l), +(315,563,o), +(297,632,o), +(215,632,cs), +(131,632,o), +(82,548,o), +(46,373,cs), +(15,225,o), +(10,97,o), +(121,97,cs) +); +}, +{ +closed = 1; +nodes = ( +(106,0,l), +(129,114,l), +(101,114,l), +(78,0,l) +); +}, +{ +closed = 1; +nodes = ( +(234,621,l), +(256,729,l), +(228,729,l), +(206,621,l) +); +} +); +width = 273; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(304,84,o), +(388,145,o), +(422,298,c), +(259,298,l), +(244,241,o), +(228,223,o), +(210,223,cs), +(174,223,o), +(183,273,o), +(203,372,cs), +(226,483,o), +(240,508,o), +(264,508,cs), +(290,508,o), +(293,484,o), +(286,434,c), +(451,434,l), +(466,572,o), +(411,646,o), +(273,646,cs), +(149,646,o), +(70,569,o), +(31,382,cs), +(-5,209,o), +(26,84,o), +(200,84,cs) +); +}, +{ +closed = 1; +nodes = ( +(212,0,l), +(245,164,l), +(142,164,l), +(109,0,l) +); +}, +{ +closed = 1; +nodes = ( +(331,579,l), +(362,729,l), +(259,729,l), +(228,579,l) +); +} +); +width = 423; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(375,96,o), +(474,163,o), +(502,271,c), +(465,271,l), +(441,186,o), +(364,129,o), +(265,129,cs), +(160,129,o), +(95,201,o), +(99,326,cs), +(105,491,o), +(198,600,o), +(334,600,cs), +(429,600,o), +(494,541,o), +(498,457,c), +(531,457,l), +(531,560,o), +(452,633,o), +(339,633,cs), +(182,633,o), +(69,508,o), +(62,326,cs), +(58,187,o), +(137,96,o), +(262,96,cs) +); +}, +{ +closed = 1; +nodes = ( +(235,0,l), +(258,113,l), +(225,113,l), +(202,0,l) +); +}, +{ +closed = 1; +nodes = ( +(362,617,l), +(385,729,l), +(352,729,l), +(329,617,l) +); +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(414,83,o), +(525,170,o), +(544,298,c), +(361,298,l), +(343,255,o), +(317,236,o), +(278,236,cs), +(240,236,o), +(214,264,o), +(214,321,cs), +(214,385,o), +(238,494,o), +(318,494,cs), +(352,494,o), +(381,470,o), +(382,426,c), +(567,426,l), +(576,560,o), +(481,647,o), +(328,647,cs), +(144,647,o), +(25,517,o), +(25,312,cs), +(25,160,o), +(124,83,o), +(267,83,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,0,l), +(317,167,l), +(194,167,l), +(160,0,l) +); +}, +{ +closed = 1; +nodes = ( +(397,554,l), +(433,729,l), +(310,729,l), +(274,554,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(446,97,o), +(560,172,o), +(590,280,c), +(552,280,l), +(523,190,o), +(428,131,o), +(311,131,cs), +(179,131,o), +(93,201,o), +(93,328,cs), +(93,489,o), +(207,600,o), +(367,600,cs), +(468,600,o), +(560,551,o), +(577,461,c), +(615,461,l), +(606,559,o), +(508,634,o), +(372,634,cs), +(189,634,o), +(56,507,o), +(56,327,cs), +(56,188,o), +(153,97,o), +(307,97,cs) +); +}, +{ +closed = 1; +nodes = ( +(275,0,l), +(299,117,l), +(266,117,l), +(242,0,l) +); +}, +{ +closed = 1; +nodes = ( +(401,613,l), +(425,729,l), +(392,729,l), +(368,613,l) +); +} +); +width = 614; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(514,83,o), +(646,163,o), +(666,302,c), +(450,302,l), +(435,266,o), +(392,250,o), +(347,250,cs), +(283,250,o), +(240,288,o), +(240,348,cs), +(240,428,o), +(289,480,o), +(366,480,cs), +(418,480,o), +(457,457,o), +(463,422,c), +(680,422,l), +(684,558,o), +(559,647,o), +(372,647,cs), +(158,647,o), +(21,524,o), +(21,333,cs), +(21,181,o), +(137,83,o), +(329,83,cs) ); }, { closed = 1; nodes = ( -(359,0,l), -(393,166,l), -(253,166,l), -(219,0,l) +(344,0,l), +(378,166,l), +(238,166,l), +(204,0,l) ); }, { closed = 1; nodes = ( -(472,548,l), -(509,729,l), -(369,729,l), -(332,548,l) +(457,548,l), +(494,729,l), +(354,729,l), +(317,548,l) ); } ); -width = 688; +width = 658; } ); unicode = 162; diff --git a/sources/MonaSans.glyphspackage/glyphs/checkmark.glyph b/sources/MonaSans.glyphspackage/glyphs/checkmark.glyph index 8570e89f..b6e71fd7 100644 --- a/sources/MonaSans.glyphspackage/glyphs/checkmark.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/checkmark.glyph @@ -7,16 +7,16 @@ shapes = ( { closed = 1; nodes = ( -(782,533,l), -(676,658,l), -(299,299,l), -(158,463,l), -(41,356,l), -(286,67,l) +(790,533,l), +(684,658,l), +(307,299,l), +(166,463,l), +(49,356,l), +(294,67,l) ); } ); -width = 809; +width = 825; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,72 +36,72 @@ nodes = ( width = 709; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(808,560,l), -(785,587,l), -(306,187,l), -(142,412,l), -(116,389,l), -(302,137,l) +(817,560,l), +(794,587,l), +(315,187,l), +(151,412,l), +(125,389,l), +(311,137,l) ); } ); -width = 924; +width = 942; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(842,533,l), -(736,658,l), -(359,299,l), -(218,463,l), -(101,356,l), -(346,67,l) +(856,533,l), +(750,658,l), +(373,299,l), +(232,463,l), +(115,356,l), +(360,67,l) ); } ); -width = 943; +width = 971; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(817,560,l), -(794,587,l), -(315,187,l), -(151,412,l), -(125,389,l), -(311,137,l) +(795,560,l), +(772,587,l), +(303,187,l), +(143,412,l), +(117,389,l), +(299,137,l) ); } ); -width = 942; +width = 911; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(850,533,l), -(744,658,l), -(367,299,l), -(226,463,l), -(109,356,l), -(354,67,l) +(823,533,l), +(718,658,l), +(351,299,l), +(215,463,l), +(99,356,l), +(340,67,l) ); } ); -width = 959; +width = 921; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -126,16 +126,16 @@ shapes = ( { closed = 1; nodes = ( -(789,533,l), -(688,658,l), -(302,299,l), -(169,463,l), -(49,356,l), -(282,67,l) +(797,533,l), +(696,658,l), +(310,299,l), +(177,463,l), +(57,356,l), +(290,67,l) ); } ); -width = 769; +width = 785; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -194,16 +194,220 @@ shapes = ( { closed = 1; nodes = ( -(855,533,l), -(755,658,l), -(369,299,l), -(235,463,l), -(115,356,l), -(348,67,l) +(861,533,l), +(761,658,l), +(375,299,l), +(241,463,l), +(121,356,l), +(354,67,l) +); +} +); +width = 931; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(733,560,l), +(710,587,l), +(231,187,l), +(67,412,l), +(41,389,l), +(227,137,l) +); +} +); +width = 671; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(772,533,l), +(666,658,l), +(289,299,l), +(148,463,l), +(31,356,l), +(276,67,l) +); +} +); +width = 789; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(784,560,l), +(761,587,l), +(282,187,l), +(118,412,l), +(92,389,l), +(278,137,l) +); +} +); +width = 876; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(818,533,l), +(712,658,l), +(335,299,l), +(194,463,l), +(77,356,l), +(322,67,l) +); +} +); +width = 895; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(807,560,l), +(784,587,l), +(305,187,l), +(141,412,l), +(115,389,l), +(301,137,l) +); +} +); +width = 922; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(840,533,l), +(734,658,l), +(357,299,l), +(216,463,l), +(99,356,l), +(344,67,l) +); +} +); +width = 939; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(745,560,l), +(723,587,l), +(235,187,l), +(80,412,l), +(54,389,l), +(229,137,l) +); +} +); +width = 626; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(778,533,l), +(677,658,l), +(291,299,l), +(158,463,l), +(38,356,l), +(271,67,l) +); +} +); +width = 747; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(798,560,l), +(777,587,l), +(289,187,l), +(134,412,l), +(107,389,l), +(283,137,l) +); +} +); +width = 838; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(818,533,l), +(718,658,l), +(332,299,l), +(198,463,l), +(78,356,l), +(311,67,l) +); +} +); +width = 845; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(821,560,l), +(800,587,l), +(311,187,l), +(157,412,l), +(130,389,l), +(306,137,l) +); +} +); +width = 884; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(840,533,l), +(740,658,l), +(354,299,l), +(220,463,l), +(100,356,l), +(333,67,l) ); } ); -width = 919; +width = 889; } ); unicode = 10003; diff --git a/sources/MonaSans.glyphspackage/glyphs/circumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/circumflex.glyph index d140188a..2da28c77 100644 --- a/sources/MonaSans.glyphspackage/glyphs/circumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/circumflex.glyph @@ -20,47 +20,47 @@ alignment = 1; ref = circumflexcomb; } ); -width = 434; +width = 450; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = circumflexcomb; } ); -width = 329; +width = 359; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = circumflexcomb; } ); -width = 494; +width = 594; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = circumflexcomb; } ); -width = 359; +width = 328; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = circumflexcomb; } ); -width = 582; +width = 476; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = circumflexcomb; } ); -width = 430; +width = 446; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = circumflexcomb; } ); +width = 594; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = circumflexcomb; +} +); +width = 257; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = circumflexcomb; +} +); +width = 434; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = circumflexcomb; +} +); +width = 329; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = circumflexcomb; +} +); +width = 474; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = circumflexcomb; +} +); +width = 359; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = circumflexcomb; +} +); width = 582; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = circumflexcomb; +} +); +width = 211; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = circumflexcomb; +} +); +width = 408; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = circumflexcomb; +} +); +width = 280; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = circumflexcomb; +} +); +width = 431; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = circumflexcomb; +} +); +width = 339; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = circumflexcomb; +} +); +width = 552; } ); unicode = 710; diff --git a/sources/MonaSans.glyphspackage/glyphs/circumflexcomb.glyph b/sources/MonaSans.glyphspackage/glyphs/circumflexcomb.glyph index 8b291712..e5475254 100644 --- a/sources/MonaSans.glyphspackage/glyphs/circumflexcomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/circumflexcomb.glyph @@ -45,7 +45,7 @@ width = 257; anchors = ( { name = _top; -pos = (217,678); +pos = (225,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -53,129 +53,129 @@ shapes = ( { closed = 1; nodes = ( -(188,735,l), -(217,801,l), -(246,735,l), -(394,735,l), -(309,884,l), -(125,884,l), -(40,735,l) +(196,735,l), +(225,801,l), +(254,735,l), +(402,735,l), +(317,884,l), +(133,884,l), +(48,735,l) ); } ); -width = 434; +width = 450; }, { anchors = ( { name = _top; -pos = (164,672); +pos = (179,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(79,746,l), -(164,858,l), -(250,746,l), -(289,746,l), -(185,882,l), -(143,882,l), +(82,746,l), +(179,855,l), +(276,746,l), +(319,746,l), +(202,882,l), +(156,882,l), (40,746,l) ); } ); -width = 329; +width = 359; }, { anchors = ( { name = _top; -pos = (247,678); +pos = (297,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +background = { shapes = ( { closed = 1; nodes = ( -(198,735,l), -(247,801,l), -(296,735,l), -(454,735,l), -(339,884,l), -(155,884,l), -(40,735,l) -); -} +(211,735,l), +(274,801,l), +(337,735,l), +(496,735,l), +(365,884,l), +(183,884,l), +(52,735,l) ); -width = 494; -}, -{ -anchors = ( -{ -name = _top; -pos = (179,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(82,746,l), -(179,855,l), -(276,746,l), -(319,746,l), -(202,882,l), -(156,882,l), -(40,746,l) +(222,729,l), +(297,806,l), +(372,729,l), +(548,729,l), +(416,878,l), +(178,878,l), +(46,729,l) ); } ); -width = 359; +width = 594; }, { anchors = ( { name = _top; -pos = (291,673); +pos = (163,672); } ); -background = { +layerId = m019; shapes = ( { closed = 1; nodes = ( -(211,735,l), -(274,801,l), -(337,735,l), -(496,735,l), -(365,884,l), -(183,884,l), -(52,735,l) +(80,746,l), +(163,858,l), +(248,746,l), +(286,746,l), +(184,882,l), +(144,882,l), +(43,746,l) ); } ); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +width = 328; +}, +{ +anchors = ( +{ +name = _top; +pos = (239,678); +} +); +layerId = m020; shapes = ( { closed = 1; nodes = ( -(216,729,l), -(291,806,l), -(366,729,l), -(542,729,l), -(410,878,l), -(172,878,l), -(40,729,l) +(195,735,l), +(239,801,l), +(282,735,l), +(439,735,l), +(330,884,l), +(148,884,l), +(39,735,l) ); } ); -width = 582; +width = 476; }, { anchors = ( @@ -205,7 +205,7 @@ width = 257; anchors = ( { name = _top; -pos = (302,678); +pos = (310,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -213,17 +213,17 @@ shapes = ( { closed = 1; nodes = ( -(289,735,l), -(328,801,l), -(346,735,l), -(486,735,l), -(433,884,l), -(254,884,l), -(136,735,l) +(297,735,l), +(336,801,l), +(354,735,l), +(494,735,l), +(441,884,l), +(262,884,l), +(144,735,l) ); } ); -width = 430; +width = 446; }, { anchors = ( @@ -301,7 +301,7 @@ width = 359; anchors = ( { name = _top; -pos = (376,673); +pos = (382,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -309,17 +309,337 @@ shapes = ( { closed = 1; nodes = ( -(316,729,l), -(407,806,l), -(466,729,l), -(637,729,l), -(535,878,l), -(297,878,l), -(135,729,l) +(322,729,l), +(413,806,l), +(472,729,l), +(643,729,l), +(541,878,l), +(303,878,l), +(141,729,l) +); +} +); +width = 594; +}, +{ +anchors = ( +{ +name = _top; +pos = (109,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(112,746,l), +(165,851,l), +(218,746,l), +(254,746,l), +(179,882,l), +(151,882,l), +(77,746,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,746,l), +(109,860,l), +(168,746,l), +(197,746,l), +(129,882,l), +(88,882,l), +(20,746,l) +); +} +); +width = 217; +}, +{ +anchors = ( +{ +name = _top; +pos = (207,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(178,735,l), +(207,801,l), +(236,735,l), +(384,735,l), +(299,884,l), +(115,884,l), +(30,735,l) +); +} +); +width = 414; +}, +{ +anchors = ( +{ +name = _top; +pos = (144,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(59,746,l), +(144,858,l), +(230,746,l), +(269,746,l), +(165,882,l), +(123,882,l), +(20,746,l) +); +} +); +width = 289; +}, +{ +anchors = ( +{ +name = _top; +pos = (226,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(177,735,l), +(226,801,l), +(275,735,l), +(433,735,l), +(318,884,l), +(134,884,l), +(19,735,l) +); +} +); +width = 452; +}, +{ +anchors = ( +{ +name = _top; +pos = (169,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,746,l), +(169,855,l), +(266,746,l), +(309,746,l), +(192,882,l), +(146,882,l), +(30,746,l) +); +} +); +width = 339; +}, +{ +anchors = ( +{ +name = _top; +pos = (281,673); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(211,735,l), +(274,801,l), +(337,735,l), +(496,735,l), +(365,884,l), +(183,884,l), +(52,735,l) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(206,729,l), +(281,806,l), +(356,729,l), +(532,729,l), +(400,878,l), +(162,878,l), +(30,729,l) +); +} +); +width = 562; +}, +{ +anchors = ( +{ +name = _top; +pos = (192,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,746,l), +(232,861,l), +(268,746,l), +(295,746,l), +(254,882,l), +(215,882,l), +(118,746,l) +); +} +); +width = 211; +}, +{ +anchors = ( +{ +name = _top; +pos = (291,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,735,l), +(317,801,l), +(335,735,l), +(475,735,l), +(422,884,l), +(243,884,l), +(125,735,l) +); +} +); +width = 408; +}, +{ +anchors = ( +{ +name = _top; +pos = (228,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,746,l), +(266,857,l), +(330,746,l), +(365,746,l), +(288,882,l), +(248,882,l), +(117,746,l) +); +} +); +width = 280; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,735,l), +(323,801,l), +(360,735,l), +(516,735,l), +(429,884,l), +(246,884,l), +(107,735,l) +); +} +); +width = 431; +}, +{ +anchors = ( +{ +name = _top; +pos = (256,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,746,l), +(295,855,l), +(370,746,l), +(410,746,l), +(320,882,l), +(275,882,l), +(131,746,l) +); +} +); +width = 339; +}, +{ +anchors = ( +{ +name = _top; +pos = (361,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(301,729,l), +(392,806,l), +(451,729,l), +(622,729,l), +(520,878,l), +(282,878,l), +(120,729,l) ); } ); -width = 582; +width = 552; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_acutecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_acutecomb.glyph index 389ee290..67ac0a12 100644 --- a/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_acutecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_acutecomb.glyph @@ -38,7 +38,7 @@ width = 331; anchors = ( { name = _top; -pos = (206,678); +pos = (214,678); } ); background = { @@ -71,158 +71,158 @@ shapes = ( { closed = 1; nodes = ( -(179,735,l), -(206,801,l), -(233,735,l), -(372,735,l), -(298,884,l), -(114,884,l), -(40,735,l) +(187,735,l), +(214,801,l), +(241,735,l), +(380,735,l), +(306,884,l), +(122,884,l), +(48,735,l) ); }, { closed = 1; nodes = ( -(431,832,l), -(514,972,l), -(377,972,l), -(334,832,l) +(439,832,l), +(522,972,l), +(385,972,l), +(342,832,l) ); } ); -width = 554; +width = 570; }, { anchors = ( { name = _top; -pos = (164,672); +pos = (179,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(79,746,l), -(164,858,l), -(250,746,l), -(289,746,l), -(185,882,l), -(143,882,l), +(82,746,l), +(179,855,l), +(276,746,l), +(319,746,l), +(202,882,l), +(156,882,l), (40,746,l) ); }, { closed = 1; nodes = ( -(291,836,l), -(388,972,l), -(347,972,l), -(255,836,l) +(333,836,l), +(451,982,l), +(406,982,l), +(293,836,l) ); } ); -width = 428; +width = 491; }, { anchors = ( { name = _top; -pos = (247,678); +pos = (273,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(198,735,l), -(247,801,l), -(296,735,l), -(454,735,l), -(339,884,l), -(155,884,l), -(40,735,l) +(224,729,l), +(272,783,l), +(321,729,l), +(499,729,l), +(380,859,l), +(165,859,l), +(46,729,l) ); }, { closed = 1; nodes = ( -(507,833,l), -(604,972,l), -(456,972,l), -(403,833,l) +(565,833,l), +(702,972,l), +(514,972,l), +(431,833,l) ); } ); -width = 644; +width = 748; }, { anchors = ( { name = _top; -pos = (179,672); +pos = (163,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(82,746,l), -(179,855,l), -(276,746,l), -(319,746,l), -(202,882,l), -(156,882,l), -(40,746,l) +(80,746,l), +(163,858,l), +(248,746,l), +(286,746,l), +(184,882,l), +(144,882,l), +(43,746,l) ); }, { closed = 1; nodes = ( -(333,836,l), -(451,982,l), -(406,982,l), -(293,836,l) +(288,836,l), +(383,972,l), +(344,972,l), +(252,836,l) ); } ); -width = 491; +width = 425; }, { anchors = ( { name = _top; -pos = (267,673); +pos = (240,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(218,729,l), -(266,783,l), -(315,729,l), -(493,729,l), -(374,859,l), -(159,859,l), -(40,729,l) +(195,735,l), +(240,801,l), +(285,735,l), +(442,735,l), +(331,884,l), +(149,884,l), +(39,735,l) ); }, { closed = 1; nodes = ( -(559,833,l), -(696,972,l), -(508,972,l), -(425,833,l) +(494,833,l), +(587,972,l), +(441,972,l), +(392,833,l) ); } ); -width = 736; +width = 625; }, { anchors = ( @@ -261,7 +261,7 @@ width = 321; anchors = ( { name = _top; -pos = (290,678); +pos = (298,678); } ); background = { @@ -294,26 +294,26 @@ shapes = ( { closed = 1; nodes = ( -(274,735,l), -(312,803,l), -(329,735,l), -(460,735,l), -(408,884,l), -(236,884,l), -(136,735,l) +(282,735,l), +(320,803,l), +(337,735,l), +(468,735,l), +(416,884,l), +(244,884,l), +(144,735,l) ); }, { closed = 1; nodes = ( -(539,832,l), -(640,972,l), -(502,972,l), -(435,832,l) +(547,832,l), +(648,972,l), +(510,972,l), +(443,832,l) ); } ); -width = 535; +width = 551; }, { anchors = ( @@ -418,7 +418,7 @@ width = 484; anchors = ( { name = _top; -pos = (353,673); +pos = (359,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -426,26 +426,472 @@ shapes = ( { closed = 1; nodes = ( -(321,729,l), -(378,783,l), -(420,729,l), -(588,729,l), -(496,859,l), -(281,859,l), -(135,729,l) +(327,729,l), +(384,783,l), +(426,729,l), +(594,729,l), +(502,859,l), +(287,859,l), +(141,729,l) +); +}, +{ +closed = 1; +nodes = ( +(677,833,l), +(834,972,l), +(648,972,l), +(542,833,l) +); +} +); +width = 735; +}, +{ +anchors = ( +{ +name = _top; +pos = (109,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,746,l), +(109,860,l), +(168,746,l), +(197,746,l), +(129,882,l), +(88,882,l), +(20,746,l) +); +}, +{ +closed = 1; +nodes = ( +(205,846,l), +(271,972,l), +(239,972,l), +(177,846,l) +); +} +); +width = 291; +}, +{ +anchors = ( +{ +name = _top; +pos = (196,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(198,719,l), +(224,776,l), +(249,719,l), +(378,719,l), +(306,845,l), +(143,845,l), +(70,719,l) +); +}, +{ +closed = 1; +nodes = ( +(449,798,l), +(540,947,l), +(412,947,l), +(345,798,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(169,735,l), +(196,801,l), +(223,735,l), +(362,735,l), +(288,884,l), +(104,884,l), +(30,735,l) +); +}, +{ +closed = 1; +nodes = ( +(421,832,l), +(504,972,l), +(367,972,l), +(324,832,l) +); +} +); +width = 534; +}, +{ +anchors = ( +{ +name = _top; +pos = (144,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(59,746,l), +(144,858,l), +(230,746,l), +(269,746,l), +(165,882,l), +(123,882,l), +(20,746,l) +); +}, +{ +closed = 1; +nodes = ( +(271,836,l), +(368,972,l), +(327,972,l), +(235,836,l) +); +} +); +width = 388; +}, +{ +anchors = ( +{ +name = _top; +pos = (226,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(177,735,l), +(226,801,l), +(275,735,l), +(433,735,l), +(318,884,l), +(134,884,l), +(19,735,l) +); +}, +{ +closed = 1; +nodes = ( +(486,833,l), +(583,972,l), +(435,972,l), +(382,833,l) +); +} +); +width = 602; +}, +{ +anchors = ( +{ +name = _top; +pos = (169,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,746,l), +(169,855,l), +(266,746,l), +(309,746,l), +(192,882,l), +(146,882,l), +(30,746,l) +); +}, +{ +closed = 1; +nodes = ( +(323,836,l), +(441,982,l), +(396,982,l), +(283,836,l) +); +} +); +width = 471; +}, +{ +anchors = ( +{ +name = _top; +pos = (257,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,729,l), +(256,783,l), +(305,729,l), +(483,729,l), +(364,859,l), +(149,859,l), +(30,729,l) +); +}, +{ +closed = 1; +nodes = ( +(549,833,l), +(686,972,l), +(498,972,l), +(415,833,l) +); +} +); +width = 716; +}, +{ +anchors = ( +{ +name = _top; +pos = (192,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,746,l), +(232,861,l), +(268,746,l), +(295,746,l), +(254,882,l), +(215,882,l), +(118,746,l) +); +}, +{ +closed = 1; +nodes = ( +(327,846,l), +(406,972,l), +(374,972,l), +(297,846,l) +); +} +); +width = 275; +}, +{ +anchors = ( +{ +name = _top; +pos = (279,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(287,719,l), +(325,765,l), +(345,719,l), +(490,719,l), +(431,848,l), +(247,848,l), +(136,719,l) +); +}, +{ +closed = 1; +nodes = ( +(201,835,l), +(338,984,l), +(170,984,l), +(77,835,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,735,l), +(301,803,l), +(318,735,l), +(449,735,l), +(397,884,l), +(225,884,l), +(125,735,l) +); +}, +{ +closed = 1; +nodes = ( +(528,832,l), +(629,972,l), +(491,972,l), +(424,832,l) +); +} +); +width = 513; +}, +{ +anchors = ( +{ +name = _top; +pos = (228,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,746,l), +(266,857,l), +(330,746,l), +(365,746,l), +(288,882,l), +(248,882,l), +(117,746,l) +); +}, +{ +closed = 1; +nodes = ( +(383,836,l), +(510,972,l), +(466,972,l), +(345,836,l) +); +} +); +width = 378; +}, +{ +anchors = ( +{ +name = _top; +pos = (298,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,735,l), +(323,801,l), +(360,735,l), +(516,735,l), +(429,884,l), +(246,884,l), +(107,735,l) +); +}, +{ +closed = 1; +nodes = ( +(591,833,l), +(731,972,l), +(567,972,l), +(480,833,l) +); +} +); +width = 597; +}, +{ +anchors = ( +{ +name = _top; +pos = (256,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,746,l), +(295,855,l), +(370,746,l), +(410,746,l), +(320,882,l), +(275,882,l), +(131,746,l) +); +}, +{ +closed = 1; +nodes = ( +(437,836,l), +(584,982,l), +(537,982,l), +(394,836,l) +); +} +); +width = 464; +}, +{ +anchors = ( +{ +name = _top; +pos = (338,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(306,729,l), +(363,783,l), +(405,729,l), +(573,729,l), +(481,859,l), +(266,859,l), +(120,729,l) ); }, { closed = 1; nodes = ( -(671,833,l), -(828,972,l), -(642,972,l), -(536,833,l) +(656,833,l), +(813,972,l), +(627,972,l), +(521,833,l) ); } ); -width = 723; +width = 693; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_gravecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_gravecomb.glyph index 29c0e0b1..de73bd08 100644 --- a/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_gravecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_gravecomb.glyph @@ -63,7 +63,7 @@ width = 294; anchors = ( { name = _top; -pos = (206,678); +pos = (214,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -71,158 +71,158 @@ shapes = ( { closed = 1; nodes = ( -(179,735,l), -(206,801,l), -(233,735,l), -(372,735,l), -(298,884,l), -(114,884,l), -(40,735,l) +(187,735,l), +(214,801,l), +(241,735,l), +(380,735,l), +(306,884,l), +(122,884,l), +(48,735,l) ); }, { closed = 1; nodes = ( -(459,835,l), -(412,984,l), -(274,984,l), -(365,835,l) +(467,835,l), +(420,984,l), +(282,984,l), +(373,835,l) ); } ); -width = 499; +width = 515; }, { anchors = ( { name = _top; -pos = (164,672); +pos = (179,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(79,746,l), -(164,858,l), -(250,746,l), -(289,746,l), -(185,882,l), -(143,882,l), +(82,746,l), +(179,855,l), +(276,746,l), +(319,746,l), +(202,882,l), +(156,882,l), (40,746,l) ); }, { closed = 1; nodes = ( -(345,836,l), -(250,972,l), -(209,972,l), -(307,836,l) +(377,836,l), +(261,982,l), +(216,982,l), +(338,836,l) ); } ); -width = 385; +width = 417; }, { anchors = ( { name = _top; -pos = (247,678); +pos = (273,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(198,735,l), -(247,801,l), -(296,735,l), -(454,735,l), -(339,884,l), -(155,884,l), -(40,735,l) +(224,729,l), +(272,783,l), +(321,729,l), +(499,729,l), +(380,859,l), +(165,859,l), +(46,729,l) ); }, { closed = 1; nodes = ( -(524,833,l), -(481,972,l), -(333,972,l), -(420,833,l) +(592,833,l), +(522,972,l), +(334,972,l), +(458,833,l) ); } ); -width = 564; +width = 638; }, { anchors = ( { name = _top; -pos = (179,672); +pos = (163,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(82,746,l), -(179,855,l), -(276,746,l), -(319,746,l), -(202,882,l), -(156,882,l), -(40,746,l) +(80,746,l), +(163,858,l), +(248,746,l), +(286,746,l), +(184,882,l), +(144,882,l), +(43,746,l) ); }, { closed = 1; nodes = ( -(377,836,l), -(261,982,l), -(216,982,l), -(338,836,l) +(342,836,l), +(248,972,l), +(208,972,l), +(304,836,l) ); } ); -width = 417; +width = 382; }, { anchors = ( { name = _top; -pos = (267,673); +pos = (240,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(218,729,l), -(266,783,l), -(315,729,l), -(493,729,l), -(374,859,l), -(159,859,l), -(40,729,l) +(195,735,l), +(240,801,l), +(284,735,l), +(441,735,l), +(331,884,l), +(149,884,l), +(39,735,l) ); }, { closed = 1; nodes = ( -(586,833,l), -(516,972,l), -(328,972,l), -(452,833,l) +(508,833,l), +(469,972,l), +(324,972,l), +(406,833,l) ); } ); -width = 626; +width = 545; }, { anchors = ( @@ -261,7 +261,7 @@ width = 283; anchors = ( { name = _top; -pos = (290,678); +pos = (298,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -269,26 +269,26 @@ shapes = ( { closed = 1; nodes = ( -(274,735,l), -(312,803,l), -(329,735,l), -(460,735,l), -(408,884,l), -(236,884,l), -(136,735,l) +(282,735,l), +(320,803,l), +(337,735,l), +(468,735,l), +(416,884,l), +(244,884,l), +(144,735,l) ); }, { closed = 1; nodes = ( -(553,832,l), -(527,972,l), -(399,972,l), -(460,832,l) +(561,832,l), +(535,972,l), +(407,972,l), +(468,832,l) ); } ); -width = 477; +width = 493; }, { anchors = ( @@ -393,7 +393,7 @@ width = 406; anchors = ( { name = _top; -pos = (353,673); +pos = (359,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -401,26 +401,447 @@ shapes = ( { closed = 1; nodes = ( -(321,729,l), -(378,783,l), -(420,729,l), -(588,729,l), -(496,859,l), -(281,859,l), -(135,729,l) +(327,729,l), +(384,783,l), +(426,729,l), +(594,729,l), +(502,859,l), +(287,859,l), +(141,729,l) +); +}, +{ +closed = 1; +nodes = ( +(693,833,l), +(630,972,l), +(462,972,l), +(569,833,l) +); +} +); +width = 623; +}, +{ +anchors = ( +{ +name = _top; +pos = (109,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(120,729,l), +(179,843,l), +(239,729,l), +(268,729,l), +(200,865,l), +(159,865,l), +(91,729,l) +); +}, +{ +closed = 1; +nodes = ( +(274,846,l), +(205,982,l), +(170,982,l), +(248,846,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,746,l), +(109,860,l), +(168,746,l), +(197,746,l), +(129,882,l), +(88,882,l), +(20,746,l) +); +}, +{ +closed = 1; +nodes = ( +(234,846,l), +(175,972,l), +(143,972,l), +(206,846,l) +); +} +); +width = 254; +}, +{ +anchors = ( +{ +name = _top; +pos = (196,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(169,735,l), +(196,801,l), +(223,735,l), +(362,735,l), +(288,884,l), +(104,884,l), +(30,735,l) +); +}, +{ +closed = 1; +nodes = ( +(449,835,l), +(402,984,l), +(264,984,l), +(355,835,l) +); +} +); +width = 479; +}, +{ +anchors = ( +{ +name = _top; +pos = (144,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(59,746,l), +(144,858,l), +(230,746,l), +(269,746,l), +(165,882,l), +(123,882,l), +(20,746,l) +); +}, +{ +closed = 1; +nodes = ( +(325,836,l), +(230,972,l), +(189,972,l), +(287,836,l) +); +} +); +width = 345; +}, +{ +anchors = ( +{ +name = _top; +pos = (226,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(177,735,l), +(226,801,l), +(275,735,l), +(433,735,l), +(318,884,l), +(134,884,l), +(19,735,l) +); +}, +{ +closed = 1; +nodes = ( +(503,833,l), +(460,972,l), +(312,972,l), +(399,833,l) +); +} +); +width = 522; +}, +{ +anchors = ( +{ +name = _top; +pos = (169,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,746,l), +(169,855,l), +(266,746,l), +(309,746,l), +(192,882,l), +(146,882,l), +(30,746,l) +); +}, +{ +closed = 1; +nodes = ( +(367,836,l), +(251,982,l), +(206,982,l), +(328,836,l) +); +} +); +width = 397; +}, +{ +anchors = ( +{ +name = _top; +pos = (257,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,729,l), +(256,783,l), +(305,729,l), +(483,729,l), +(364,859,l), +(149,859,l), +(30,729,l) +); +}, +{ +closed = 1; +nodes = ( +(576,833,l), +(506,972,l), +(318,972,l), +(442,833,l) +); +} +); +width = 606; +}, +{ +anchors = ( +{ +name = _top; +pos = (192,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,746,l), +(232,861,l), +(268,746,l), +(295,746,l), +(254,882,l), +(215,882,l), +(118,746,l) +); +}, +{ +closed = 1; +nodes = ( +(342,846,l), +(298,972,l), +(266,972,l), +(316,846,l) +); +} +); +width = 237; +}, +{ +anchors = ( +{ +name = _top; +pos = (279,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,735,l), +(301,803,l), +(318,735,l), +(449,735,l), +(397,884,l), +(225,884,l), +(125,735,l) +); +}, +{ +closed = 1; +nodes = ( +(542,832,l), +(516,972,l), +(388,972,l), +(449,832,l) +); +} +); +width = 455; +}, +{ +anchors = ( +{ +name = _top; +pos = (228,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,746,l), +(266,857,l), +(330,746,l), +(365,746,l), +(288,882,l), +(248,882,l), +(117,746,l) +); +}, +{ +closed = 1; +nodes = ( +(432,836,l), +(351,972,l), +(314,972,l), +(399,836,l) +); +} +); +width = 328; +}, +{ +anchors = ( +{ +name = _top; +pos = (298,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,735,l), +(323,801,l), +(360,735,l), +(516,735,l), +(429,884,l), +(246,884,l), +(107,735,l) +); +}, +{ +closed = 1; +nodes = ( +(602,833,l), +(571,972,l), +(426,972,l), +(498,833,l) +); +} +); +width = 497; +}, +{ +anchors = ( +{ +name = _top; +pos = (256,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,746,l), +(295,855,l), +(370,746,l), +(410,746,l), +(320,882,l), +(275,882,l), +(131,746,l) +); +}, +{ +closed = 1; +nodes = ( +(476,836,l), +(377,982,l), +(334,982,l), +(439,836,l) +); +} +); +width = 386; +}, +{ +anchors = ( +{ +name = _top; +pos = (338,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(306,729,l), +(363,783,l), +(405,729,l), +(573,729,l), +(481,859,l), +(266,859,l), +(120,729,l) ); }, { closed = 1; nodes = ( -(687,833,l), -(624,972,l), -(456,972,l), -(563,833,l) +(672,833,l), +(609,972,l), +(441,972,l), +(548,833,l) ); } ); -width = 611; +width = 581; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_hookabovecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_hookabovecomb.glyph index fd91731b..52fc0016 100644 --- a/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_hookabovecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_hookabovecomb.glyph @@ -95,7 +95,7 @@ width = 326; anchors = ( { name = _top; -pos = (206,678); +pos = (214,678); } ); background = { @@ -132,222 +132,42 @@ shapes = ( { closed = 1; nodes = ( -(179,735,l), -(206,801,l), -(233,735,l), -(372,735,l), -(298,884,l), -(114,884,l), -(40,735,l) +(187,735,l), +(214,801,l), +(241,735,l), +(380,735,l), +(306,884,l), +(122,884,l), +(48,735,l) ); }, { closed = 1; nodes = ( -(439,816,o), -(465,856,o), -(465,901,cs), -(465,963,o), -(417,988,o), -(363,988,cs), -(345,988,o), -(324,985,o), -(306,979,c), -(306,907,l), -(312,910,o), -(321,911,o), -(329,911,cs), -(345,911,o), -(360,904,o), -(360,886,cs), -(360,871,o), -(352,860,o), -(339,849,c), -(374,783,l) +(447,816,o), +(473,856,o), +(473,901,cs), +(473,963,o), +(425,988,o), +(371,988,cs), +(353,988,o), +(332,985,o), +(314,979,c), +(314,907,l), +(320,910,o), +(329,911,o), +(337,911,cs), +(353,911,o), +(368,904,o), +(368,886,cs), +(368,871,o), +(360,860,o), +(347,849,c), +(382,783,l) ); } ); -width = 505; -}, -{ -anchors = ( -{ -name = _top; -pos = (164,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(80,726,l), -(164,828,l), -(249,726,l), -(289,726,l), -(186,852,l), -(142,852,l), -(40,726,l) -); -}, -{ -closed = 1; -nodes = ( -(341,827,o), -(365,864,o), -(365,904,cs), -(365,947,o), -(333,976,o), -(285,976,cs), -(269,976,o), -(253,974,o), -(237,968,c), -(238,939,l), -(251,945,o), -(264,947,o), -(280,947,cs), -(313,947,o), -(332,928,o), -(332,901,cs), -(332,868,o), -(308,844,o), -(261,817,c), -(279,793,l) -); -} -); -}; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(79,746,l), -(164,858,l), -(250,746,l), -(289,746,l), -(185,882,l), -(143,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(353,826,o), -(376,864,o), -(376,903,cs), -(376,947,o), -(343,976,o), -(293,976,cs), -(279,976,o), -(262,974,o), -(247,968,c), -(248,939,l), -(260,945,o), -(274,947,o), -(288,947,cs), -(325,947,o), -(342,928,o), -(342,900,cs), -(342,868,o), -(320,843,o), -(281,817,c), -(299,793,l) -); -} -); -width = 416; -}, -{ -anchors = ( -{ -name = _top; -pos = (247,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(188,719,l), -(237,791,l), -(286,719,l), -(444,719,l), -(329,873,l), -(145,873,l), -(40,719,l) -); -}, -{ -closed = 1; -nodes = ( -(519,827,o), -(556,865,o), -(556,914,cs), -(556,968,o), -(512,998,o), -(432,998,cs), -(406,998,o), -(376,995,o), -(348,988,c), -(348,916,l), -(360,919,o), -(374,920,o), -(387,920,cs), -(409,920,o), -(424,913,o), -(424,896,cs), -(424,881,o), -(412,870,o), -(380,859,c), -(427,794,l) -); -} -); -}; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(198,735,l), -(247,801,l), -(296,735,l), -(454,735,l), -(339,884,l), -(155,884,l), -(40,735,l) -); -}, -{ -closed = 1; -nodes = ( -(521,815,o), -(547,855,o), -(547,902,cs), -(547,953,o), -(510,988,o), -(442,988,cs), -(421,988,o), -(392,985,o), -(369,978,c), -(368,906,l), -(374,909,o), -(384,910,o), -(391,910,cs), -(411,910,o), -(420,899,o), -(420,883,cs), -(420,869,o), -(412,855,o), -(403,847,c), -(453,784,l) -); -} -); -width = 587; +width = 521; }, { anchors = ( @@ -443,7 +263,7 @@ width = 450; anchors = ( { name = _top; -pos = (267,673); +pos = (273,673); } ); background = { @@ -492,42 +312,222 @@ shapes = ( { closed = 1; nodes = ( -(218,729,l), -(266,783,l), -(315,729,l), -(493,729,l), -(374,859,l), -(159,859,l), -(40,729,l) +(224,729,l), +(272,783,l), +(321,729,l), +(499,729,l), +(380,859,l), +(165,859,l), +(46,729,l) +); +}, +{ +closed = 1; +nodes = ( +(571,805,o), +(615,843,o), +(615,895,cs), +(615,957,o), +(555,988,o), +(473,988,cs), +(446,988,o), +(419,985,o), +(394,980,c), +(394,903,l), +(406,905,o), +(419,906,o), +(430,906,cs), +(449,906,o), +(467,902,o), +(467,883,cs), +(467,871,o), +(459,859,o), +(432,846,c), +(491,780,l) +); +} +); +width = 661; +}, +{ +anchors = ( +{ +name = _top; +pos = (163,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(80,726,l), +(164,828,l), +(249,726,l), +(289,726,l), +(186,852,l), +(142,852,l), +(40,726,l) +); +}, +{ +closed = 1; +nodes = ( +(341,827,o), +(365,864,o), +(365,904,cs), +(365,947,o), +(333,976,o), +(285,976,cs), +(269,976,o), +(253,974,o), +(237,968,c), +(238,939,l), +(251,945,o), +(264,947,o), +(280,947,cs), +(313,947,o), +(332,928,o), +(332,901,cs), +(332,868,o), +(308,844,o), +(261,817,c), +(279,793,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(80,746,l), +(163,858,l), +(248,746,l), +(286,746,l), +(184,882,l), +(144,882,l), +(43,746,l) +); +}, +{ +closed = 1; +nodes = ( +(349,826,o), +(371,864,o), +(371,903,cs), +(371,947,o), +(340,976,o), +(290,976,cs), +(276,976,o), +(259,974,o), +(246,968,c), +(247,939,l), +(257,945,o), +(271,947,o), +(285,947,cs), +(322,947,o), +(339,928,o), +(339,900,cs), +(339,868,o), +(317,843,o), +(278,817,c), +(296,793,l) +); +} +); +width = 413; +}, +{ +anchors = ( +{ +name = _top; +pos = (240,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(188,719,l), +(237,791,l), +(286,719,l), +(444,719,l), +(329,873,l), +(145,873,l), +(40,719,l) +); +}, +{ +closed = 1; +nodes = ( +(519,827,o), +(556,865,o), +(556,914,cs), +(556,968,o), +(512,998,o), +(432,998,cs), +(406,998,o), +(376,995,o), +(348,988,c), +(348,916,l), +(360,919,o), +(374,920,o), +(387,920,cs), +(409,920,o), +(424,913,o), +(424,896,cs), +(424,881,o), +(412,870,o), +(380,859,c), +(427,794,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(195,735,l), +(241,801,l), +(285,735,l), +(442,735,l), +(331,884,l), +(149,884,l), +(39,735,l) ); }, { closed = 1; nodes = ( -(565,805,o), -(609,843,o), -(609,895,cs), -(609,957,o), -(549,988,o), -(467,988,cs), -(440,988,o), -(413,985,o), -(388,980,c), -(388,903,l), -(400,905,o), -(413,906,o), -(424,906,cs), -(443,906,o), -(461,902,o), -(461,883,cs), -(461,871,o), -(453,859,o), -(426,846,c), -(485,780,l) +(506,815,o), +(531,855,o), +(531,902,cs), +(531,953,o), +(495,988,o), +(430,988,cs), +(409,988,o), +(381,985,o), +(358,978,c), +(357,906,l), +(363,909,o), +(371,910,o), +(378,910,cs), +(397,910,o), +(405,898,o), +(405,883,cs), +(405,869,o), +(398,855,o), +(391,847,c), +(441,784,l) ); } ); -width = 649; +width = 568; }, { anchors = ( @@ -582,7 +582,7 @@ width = 321; anchors = ( { name = _top; -pos = (290,678); +pos = (298,678); } ); background = { @@ -631,42 +631,42 @@ shapes = ( { closed = 1; nodes = ( -(274,735,l), -(312,803,l), -(329,735,l), -(460,735,l), -(408,884,l), -(236,884,l), -(136,735,l) +(282,735,l), +(320,803,l), +(337,735,l), +(468,735,l), +(416,884,l), +(244,884,l), +(144,735,l) ); }, { closed = 1; nodes = ( -(539,799,o), -(585,844,o), -(585,908,cs), -(585,962,o), -(545,998,o), -(486,998,cs), -(470,998,o), -(452,997,o), -(435,991,c), -(422,913,l), -(426,915,o), -(433,916,o), -(440,916,cs), -(457,916,o), -(468,906,o), -(468,888,cs), -(468,872,o), -(459,855,o), -(442,843,c), -(476,768,l) +(547,799,o), +(593,844,o), +(593,908,cs), +(593,962,o), +(553,998,o), +(494,998,cs), +(478,998,o), +(460,997,o), +(443,991,c), +(430,913,l), +(434,915,o), +(441,916,o), +(448,916,cs), +(465,916,o), +(476,906,o), +(476,888,cs), +(476,872,o), +(467,855,o), +(450,843,c), +(484,768,l) ); } ); -width = 496; +width = 512; }, { anchors = ( @@ -860,7 +860,7 @@ width = 433; anchors = ( { name = _top; -pos = (353,673); +pos = (359,673); } ); background = { @@ -909,42 +909,987 @@ shapes = ( { closed = 1; nodes = ( -(321,729,l), -(378,783,l), -(420,729,l), -(588,729,l), -(496,859,l), -(281,859,l), -(135,729,l) +(327,729,l), +(384,783,l), +(426,729,l), +(594,729,l), +(502,859,l), +(287,859,l), +(141,729,l) +); +}, +{ +closed = 1; +nodes = ( +(683,806,o), +(733,842,o), +(733,903,cs), +(733,962,o), +(672,992,o), +(581,992,cs), +(560,992,o), +(545,991,o), +(529,989,c), +(514,911,l), +(520,912,o), +(529,912,o), +(538,912,cs), +(559,912,o), +(583,909,o), +(583,889,cs), +(583,873,o), +(570,863,o), +(541,853,c), +(591,782,l) +); +} +); +width = 651; +}, +{ +anchors = ( +{ +name = _top; +pos = (109,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(78,726,l), +(129,810,l), +(179,726,l), +(208,726,l), +(149,832,l), +(108,832,l), +(49,726,l) +); +}, +{ +closed = 1; +nodes = ( +(253,830,o), +(276,868,o), +(276,910,cs), +(276,950,o), +(249,977,o), +(209,977,cs), +(198,977,o), +(184,975,o), +(174,970,c), +(174,946,l), +(182,949,o), +(192,951,o), +(205,951,cs), +(233,951,o), +(248,934,o), +(248,907,cs), +(248,876,o), +(233,848,o), +(190,811,c), +(205,791,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,746,l), +(109,860,l), +(168,746,l), +(197,746,l), +(129,882,l), +(88,882,l), +(20,746,l) +); +}, +{ +closed = 1; +nodes = ( +(246,840,o), +(266,876,o), +(266,915,cs), +(266,955,o), +(239,982,o), +(199,982,cs), +(188,982,o), +(174,980,o), +(164,975,c), +(164,951,l), +(172,954,o), +(182,956,o), +(195,956,cs), +(223,956,o), +(238,939,o), +(238,912,cs), +(238,883,o), +(225,857,o), +(189,824,c), +(204,803,l) +); +} +); +width = 286; +}, +{ +anchors = ( +{ +name = _top; +pos = (196,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(444,810,o), +(472,852,o), +(472,904,cs), +(472,968,o), +(424,998,o), +(371,998,cs), +(352,998,o), +(333,995,o), +(313,988,c), +(313,919,l), +(318,922,o), +(325,923,o), +(334,923,cs), +(349,923,o), +(363,914,o), +(363,893,cs), +(363,874,o), +(354,857,o), +(336,846,c), +(371,773,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(169,735,l), +(196,801,l), +(223,735,l), +(362,735,l), +(288,884,l), +(104,884,l), +(30,735,l) +); +}, +{ +closed = 1; +nodes = ( +(429,816,o), +(455,856,o), +(455,901,cs), +(455,963,o), +(407,988,o), +(353,988,cs), +(335,988,o), +(314,985,o), +(296,979,c), +(296,907,l), +(302,910,o), +(311,911,o), +(319,911,cs), +(335,911,o), +(350,904,o), +(350,886,cs), +(350,871,o), +(342,860,o), +(329,849,c), +(364,783,l) +); +} +); +width = 485; +}, +{ +anchors = ( +{ +name = _top; +pos = (144,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(80,726,l), +(164,828,l), +(249,726,l), +(289,726,l), +(186,852,l), +(142,852,l), +(40,726,l) +); +}, +{ +closed = 1; +nodes = ( +(341,827,o), +(365,864,o), +(365,904,cs), +(365,947,o), +(333,976,o), +(285,976,cs), +(269,976,o), +(253,974,o), +(237,968,c), +(238,939,l), +(251,945,o), +(264,947,o), +(280,947,cs), +(313,947,o), +(332,928,o), +(332,901,cs), +(332,868,o), +(308,844,o), +(261,817,c), +(279,793,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(59,746,l), +(144,858,l), +(230,746,l), +(269,746,l), +(165,882,l), +(123,882,l), +(20,746,l) +); +}, +{ +closed = 1; +nodes = ( +(333,826,o), +(356,864,o), +(356,903,cs), +(356,947,o), +(323,976,o), +(273,976,cs), +(259,976,o), +(242,974,o), +(227,968,c), +(228,939,l), +(240,945,o), +(254,947,o), +(268,947,cs), +(305,947,o), +(322,928,o), +(322,900,cs), +(322,868,o), +(300,843,o), +(261,817,c), +(279,793,l) +); +} +); +width = 376; +}, +{ +anchors = ( +{ +name = _top; +pos = (226,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(188,719,l), +(237,791,l), +(286,719,l), +(444,719,l), +(329,873,l), +(145,873,l), +(40,719,l) +); +}, +{ +closed = 1; +nodes = ( +(519,827,o), +(556,865,o), +(556,914,cs), +(556,968,o), +(512,998,o), +(432,998,cs), +(406,998,o), +(376,995,o), +(348,988,c), +(348,916,l), +(360,919,o), +(374,920,o), +(387,920,cs), +(409,920,o), +(424,913,o), +(424,896,cs), +(424,881,o), +(412,870,o), +(380,859,c), +(427,794,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(177,735,l), +(226,801,l), +(275,735,l), +(433,735,l), +(318,884,l), +(134,884,l), +(19,735,l) +); +}, +{ +closed = 1; +nodes = ( +(500,815,o), +(526,855,o), +(526,902,cs), +(526,953,o), +(489,988,o), +(421,988,cs), +(400,988,o), +(371,985,o), +(348,978,c), +(347,906,l), +(353,909,o), +(363,910,o), +(370,910,cs), +(390,910,o), +(399,899,o), +(399,883,cs), +(399,869,o), +(391,855,o), +(382,847,c), +(432,784,l) +); +} +); +width = 545; +}, +{ +anchors = ( +{ +name = _top; +pos = (169,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(82,731,l), +(179,840,l), +(276,731,l), +(319,731,l), +(202,867,l), +(156,867,l), +(40,731,l) +); +}, +{ +closed = 1; +nodes = ( +(358,835,o), +(382,871,o), +(382,910,cs), +(382,953,o), +(348,982,o), +(297,982,cs), +(280,982,o), +(263,980,o), +(245,974,c), +(247,945,l), +(261,951,o), +(275,953,o), +(291,953,cs), +(328,953,o), +(348,934,o), +(348,907,cs), +(348,875,o), +(323,851,o), +(273,825,c), +(295,802,l) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,746,l), +(169,855,l), +(266,746,l), +(309,746,l), +(192,882,l), +(146,882,l), +(30,746,l) +); +}, +{ +closed = 1; +nodes = ( +(378,837,o), +(400,872,o), +(400,910,cs), +(400,953,o), +(366,982,o), +(315,982,cs), +(298,982,o), +(281,980,o), +(263,974,c), +(265,945,l), +(279,951,o), +(293,953,o), +(309,953,cs), +(346,953,o), +(366,934,o), +(366,907,cs), +(366,877,o), +(344,854,o), +(300,830,c), +(319,805,l) +); +} +); +width = 430; +}, +{ +anchors = ( +{ +name = _top; +pos = (257,673); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(218,715,l), +(266,769,l), +(315,715,l), +(493,715,l), +(374,845,l), +(159,845,l), +(40,715,l) +); +}, +{ +closed = 1; +nodes = ( +(549,802,o), +(598,841,o), +(598,895,cs), +(598,957,o), +(538,988,o), +(456,988,cs), +(429,988,o), +(402,985,o), +(377,980,c), +(377,903,l), +(389,905,o), +(402,906,o), +(413,906,cs), +(432,906,o), +(450,902,o), +(450,883,cs), +(450,870,o), +(441,857,o), +(408,843,c), +(460,777,l) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,729,l), +(256,783,l), +(305,729,l), +(483,729,l), +(364,859,l), +(149,859,l), +(30,729,l) +); +}, +{ +closed = 1; +nodes = ( +(555,805,o), +(599,843,o), +(599,895,cs), +(599,957,o), +(539,988,o), +(457,988,cs), +(430,988,o), +(403,985,o), +(378,980,c), +(378,903,l), +(390,905,o), +(403,906,o), +(414,906,cs), +(433,906,o), +(451,902,o), +(451,883,cs), +(451,871,o), +(443,859,o), +(416,846,c), +(475,780,l) +); +} +); +width = 629; +}, +{ +anchors = ( +{ +name = _top; +pos = (192,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,746,l), +(232,861,l), +(268,746,l), +(295,746,l), +(254,882,l), +(215,882,l), +(118,746,l) +); +}, +{ +closed = 1; +nodes = ( +(367,842,o), +(394,885,o), +(394,925,cs), +(394,959,o), +(372,982,o), +(331,982,cs), +(322,982,o), +(312,981,o), +(304,979,c), +(299,954,l), +(306,956,o), +(315,957,o), +(325,957,cs), +(346,957,o), +(366,949,o), +(366,923,cs), +(366,884,o), +(340,854,o), +(300,826,c), +(310,803,l) +); +} +); +width = 275; +}, +{ +anchors = ( +{ +name = _top; +pos = (279,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(275,719,l), +(327,777,l), +(358,719,l), +(503,719,l), +(418,873,l), +(256,873,l), +(119,719,l) +); +}, +{ +closed = 1; +nodes = ( +(543,807,o), +(613,844,o), +(613,912,cs), +(613,958,o), +(576,988,o), +(506,988,cs), +(487,988,o), +(464,987,o), +(444,982,c), +(429,914,l), +(433,916,o), +(442,918,o), +(452,918,cs), +(474,918,o), +(481,904,o), +(481,894,cs), +(481,876,o), +(471,864,o), +(452,853,c), +(482,788,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,735,l), +(301,803,l), +(318,735,l), +(449,735,l), +(397,884,l), +(225,884,l), +(125,735,l) +); +}, +{ +closed = 1; +nodes = ( +(528,799,o), +(574,844,o), +(574,908,cs), +(574,962,o), +(534,998,o), +(475,998,cs), +(459,998,o), +(441,997,o), +(424,991,c), +(411,913,l), +(415,915,o), +(422,916,o), +(429,916,cs), +(446,916,o), +(457,906,o), +(457,888,cs), +(457,872,o), +(448,855,o), +(431,843,c), +(465,768,l) +); +} +); +width = 474; +}, +{ +anchors = ( +{ +name = _top; +pos = (228,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,746,l), +(266,857,l), +(330,746,l), +(365,746,l), +(288,882,l), +(248,882,l), +(117,746,l) +); +}, +{ +closed = 1; +nodes = ( +(440,821,o), +(480,857,o), +(480,907,cs), +(480,951,o), +(448,978,o), +(400,978,cs), +(387,978,o), +(374,977,o), +(364,974,c), +(358,945,l), +(368,948,o), +(379,949,o), +(390,949,cs), +(422,949,o), +(444,936,o), +(444,903,cs), +(444,876,o), +(422,847,o), +(367,820,c), +(381,795,l) +); +} +); +width = 364; +}, +{ +anchors = ( +{ +name = _top; +pos = (298,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,735,l), +(323,801,l), +(360,735,l), +(516,735,l), +(429,884,l), +(246,884,l), +(107,735,l) +); +}, +{ +closed = 1; +nodes = ( +(585,807,o), +(637,846,o), +(637,907,cs), +(637,956,o), +(600,990,o), +(526,990,cs), +(509,990,o), +(490,988,o), +(473,985,c), +(459,914,l), +(461,915,o), +(470,916,o), +(477,916,cs), +(495,916,o), +(507,909,o), +(507,892,cs), +(507,876,o), +(492,859,o), +(482,852,c), +(519,785,l) +); +} +); +width = 519; +}, +{ +anchors = ( +{ +name = _top; +pos = (256,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(182,731,l), +(302,840,l), +(377,731,l), +(417,731,l), +(327,867,l), +(282,867,l), +(138,731,l) +); +}, +{ +closed = 1; +nodes = ( +(487,835,o), +(518,874,o), +(518,919,cs), +(518,958,o), +(486,984,o), +(434,984,cs), +(421,984,o), +(407,983,o), +(393,980,c), +(390,951,l), +(402,954,o), +(417,955,o), +(429,955,cs), +(466,955,o), +(483,939,o), +(483,915,cs), +(483,872,o), +(439,847,o), +(392,829,c), +(410,804,l) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,746,l), +(295,855,l), +(370,746,l), +(410,746,l), +(320,882,l), +(275,882,l), +(131,746,l) +); +}, +{ +closed = 1; +nodes = ( +(490,838,o), +(518,876,o), +(518,919,cs), +(518,958,o), +(486,984,o), +(434,984,cs), +(421,984,o), +(407,983,o), +(393,980,c), +(390,951,l), +(402,954,o), +(417,955,o), +(429,955,cs), +(466,955,o), +(483,939,o), +(483,915,cs), +(483,876,o), +(447,852,o), +(405,834,c), +(420,808,l) +); +} +); +width = 413; +}, +{ +anchors = ( +{ +name = _top; +pos = (338,673); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(318,715,l), +(375,769,l), +(417,715,l), +(585,715,l), +(493,845,l), +(278,845,l), +(132,715,l) +); +}, +{ +closed = 1; +nodes = ( +(663,804,o), +(717,840,o), +(717,903,cs), +(717,962,o), +(656,992,o), +(565,992,cs), +(544,992,o), +(529,991,o), +(513,989,c), +(498,911,l), +(504,912,o), +(513,912,o), +(522,912,cs), +(543,912,o), +(567,909,o), +(567,889,cs), +(567,872,o), +(551,861,o), +(517,850,c), +(563,780,l) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(306,729,l), +(363,783,l), +(405,729,l), +(573,729,l), +(481,859,l), +(266,859,l), +(120,729,l) ); }, { closed = 1; nodes = ( -(677,806,o), -(727,842,o), -(727,903,cs), -(727,962,o), -(666,992,o), -(575,992,cs), -(554,992,o), -(539,991,o), -(523,989,c), -(508,911,l), -(514,912,o), -(523,912,o), -(532,912,cs), -(553,912,o), -(577,909,o), -(577,889,cs), -(577,873,o), -(564,863,o), -(535,853,c), -(585,782,l) +(662,806,o), +(712,842,o), +(712,903,cs), +(712,962,o), +(651,992,o), +(560,992,cs), +(539,992,o), +(524,991,o), +(508,989,c), +(493,911,l), +(499,912,o), +(508,912,o), +(517,912,cs), +(538,912,o), +(562,909,o), +(562,889,cs), +(562,873,o), +(549,863,o), +(520,853,c), +(570,782,l) ); } ); -width = 639; +width = 609; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_tildecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_tildecomb.glyph index 00e79060..862ca11e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_tildecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/circumflexcomb_tildecomb.glyph @@ -54,7 +54,7 @@ width = 265; anchors = ( { name = _top; -pos = (206,678); +pos = (214,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -62,181 +62,42 @@ shapes = ( { closed = 1; nodes = ( -(179,735,l), -(206,785,l), -(233,735,l), -(372,735,l), -(298,854,l), -(114,854,l), -(40,735,l) -); -}, -{ -closed = 1; -nodes = ( -(119,886,o), -(132,895,o), -(155,895,cs), -(186,895,o), -(206,870,o), -(261,870,cs), -(299,870,o), -(332,888,o), -(354,956,c), -(293,990,l), -(283,969,o), -(273,962,o), -(249,962,cs), -(214,962,o), -(195,987,o), -(143,987,cs), -(103,987,o), -(68,970,o), -(46,900,c), -(107,866,l) -); -} -); -width = 412; -}, -{ -anchors = ( -{ -name = _top; -pos = (164,672); -} -); -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(79,746,l), -(164,858,l), -(250,746,l), -(289,746,l), -(185,882,l), -(143,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(73,936,o), -(87,943,o), -(109,943,cs), -(147,943,o), -(175,916,o), -(227,916,cs), -(261,916,o), -(284,930,o), -(305,965,c), -(287,978,l), -(273,956,o), -(253,948,o), -(232,948,cs), -(193,948,o), -(150,976,o), -(115,976,cs), -(81,976,o), -(62,962,o), -(40,926,c), -(58,914,l) -); -} -); -width = 345; -}, -{ -anchors = ( -{ -name = _top; -pos = (247,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(198,735,l), -(247,796,l), -(296,735,l), -(454,735,l), -(345,856,l), -(150,856,l), -(40,735,l) -); -}, -{ -closed = 1; -nodes = ( -(349,875,o), -(402,900,o), -(430,964,c), -(359,998,l), -(344,980,o), -(328,969,o), -(301,969,cs), -(253,969,o), -(238,996,o), -(181,996,cs), -(139,996,o), -(86,977,o), -(54,912,c), -(123,876,l), -(139,890,o), -(156,904,o), -(185,904,cs), -(229,904,o), -(250,875,o), -(300,875,cs) -); -} -); -}; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(198,735,l), -(247,795,l), -(296,735,l), -(454,735,l), -(345,855,l), -(150,855,l), -(40,735,l) +(187,735,l), +(214,785,l), +(241,735,l), +(380,735,l), +(306,854,l), +(122,854,l), +(48,735,l) ); }, { closed = 1; nodes = ( -(130,899,o), -(147,906,o), -(168,906,cs), -(214,906,o), -(260,878,o), -(320,878,cs), -(376,878,o), -(411,907,o), -(437,962,c), -(378,998,l), -(364,977,o), -(347,970,o), -(326,970,cs), -(280,970,o), -(234,998,o), -(174,998,cs), -(118,998,o), -(83,969,o), -(57,914,c), -(116,878,l) +(127,886,o), +(140,895,o), +(163,895,cs), +(194,895,o), +(214,870,o), +(269,870,cs), +(307,870,o), +(340,888,o), +(362,956,c), +(301,990,l), +(291,969,o), +(281,962,o), +(257,962,cs), +(222,962,o), +(203,987,o), +(151,987,cs), +(111,987,o), +(76,970,o), +(54,900,c), +(115,866,l) ); } ); -width = 494; +width = 428; }, { anchors = ( @@ -291,7 +152,7 @@ width = 359; anchors = ( { name = _top; -pos = (267,673); +pos = (273,673); } ); background = { @@ -328,42 +189,181 @@ shapes = ( { closed = 1; nodes = ( -(218,729,l), -(266,773,l), -(315,729,l), -(493,729,l), -(374,845,l), -(159,845,l), -(40,729,l) +(224,729,l), +(272,773,l), +(321,729,l), +(499,729,l), +(380,845,l), +(165,845,l), +(46,729,l) ); }, { closed = 1; nodes = ( -(135,893,o), -(154,896,o), -(178,896,cs), -(230,896,o), -(282,870,o), -(349,870,cs), -(412,870,o), -(452,901,o), -(481,960,c), -(414,998,l), -(399,976,o), -(380,972,o), -(356,972,cs), -(304,972,o), -(252,998,o), -(185,998,cs), -(122,998,o), -(82,967,o), -(53,909,c), -(119,870,l) +(141,893,o), +(160,896,o), +(184,896,cs), +(236,896,o), +(288,870,o), +(355,870,cs), +(418,870,o), +(458,901,o), +(487,960,c), +(420,998,l), +(405,976,o), +(386,972,o), +(362,972,cs), +(310,972,o), +(258,998,o), +(191,998,cs), +(128,998,o), +(88,967,o), +(59,909,c), +(125,870,l) ); } ); -width = 533; +width = 545; +}, +{ +anchors = ( +{ +name = _top; +pos = (163,672); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(80,746,l), +(163,858,l), +(248,746,l), +(286,746,l), +(184,882,l), +(144,882,l), +(43,746,l) +); +}, +{ +closed = 1; +nodes = ( +(74,936,o), +(88,943,o), +(110,943,cs), +(148,943,o), +(174,916,o), +(226,916,cs), +(258,916,o), +(281,930,o), +(302,965,c), +(284,978,l), +(270,956,o), +(250,948,o), +(231,948,cs), +(192,948,o), +(150,976,o), +(116,976,cs), +(82,976,o), +(63,962,o), +(43,926,c), +(59,914,l) +); +} +); +width = 344; +}, +{ +anchors = ( +{ +name = _top; +pos = (239,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(198,735,l), +(247,796,l), +(296,735,l), +(454,735,l), +(345,856,l), +(150,856,l), +(40,735,l) +); +}, +{ +closed = 1; +nodes = ( +(349,875,o), +(402,900,o), +(430,964,c), +(359,998,l), +(344,980,o), +(328,969,o), +(301,969,cs), +(253,969,o), +(238,996,o), +(181,996,cs), +(139,996,o), +(86,977,o), +(54,912,c), +(123,876,l), +(139,890,o), +(156,904,o), +(185,904,cs), +(229,904,o), +(250,875,o), +(300,875,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(195,735,l), +(239,795,l), +(282,735,l), +(439,735,l), +(336,855,l), +(143,855,l), +(39,735,l) +); +}, +{ +closed = 1; +nodes = ( +(127,899,o), +(144,906,o), +(162,906,cs), +(207,906,o), +(251,878,o), +(308,878,cs), +(362,878,o), +(396,907,o), +(421,962,c), +(362,998,l), +(348,976,o), +(333,970,o), +(314,970,cs), +(270,970,o), +(227,998,o), +(168,998,cs), +(114,998,o), +(80,969,o), +(55,914,c), +(114,878,l) +); +} +); +width = 476; }, { anchors = ( @@ -418,15 +418,15 @@ width = 257; anchors = ( { name = _top; -pos = (291,678); +pos = (299,678); } ); guides = ( { -pos = (206,785); +pos = (214,785); }, { -pos = (143,987); +pos = (151,987); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -434,42 +434,42 @@ shapes = ( { closed = 1; nodes = ( -(274,735,l), -(309,786,l), -(329,735,l), -(460,735,l), -(409,854,l), -(226,854,l), -(136,735,l) +(282,735,l), +(317,786,l), +(337,735,l), +(468,735,l), +(417,854,l), +(234,854,l), +(144,735,l) ); }, { closed = 1; nodes = ( -(243,886,o), -(258,895,o), -(281,895,cs), -(312,895,o), -(327,870,o), -(382,870,cs), -(420,870,o), -(456,888,o), -(493,956,c), -(439,990,l), -(425,969,o), -(413,962,o), -(389,962,cs), -(354,962,o), -(341,987,o), -(289,987,cs), -(249,987,o), -(210,970,o), -(173,900,c), -(227,866,l) +(251,886,o), +(266,895,o), +(289,895,cs), +(320,895,o), +(335,870,o), +(390,870,cs), +(428,870,o), +(464,888,o), +(501,956,c), +(447,990,l), +(433,969,o), +(421,962,o), +(397,962,cs), +(362,962,o), +(349,987,o), +(297,987,cs), +(257,987,o), +(218,970,o), +(181,900,c), +(235,866,l) ); } ); -width = 404; +width = 420; }, { anchors = ( @@ -622,7 +622,7 @@ width = 362; anchors = ( { name = _top; -pos = (345,673); +pos = (351,673); } ); background = { @@ -659,42 +659,737 @@ shapes = ( { closed = 1; nodes = ( -(320,729,l), -(368,779,l), -(403,729,l), -(572,729,l), -(490,845,l), -(265,845,l), -(135,729,l) +(326,729,l), +(374,779,l), +(409,729,l), +(578,729,l), +(496,845,l), +(271,845,l), +(141,729,l) +); +}, +{ +closed = 1; +nodes = ( +(275,899,o), +(293,906,o), +(314,906,cs), +(360,906,o), +(400,878,o), +(460,878,cs), +(516,878,o), +(557,907,o), +(595,962,c), +(544,998,l), +(525,977,o), +(507,970,o), +(486,970,cs), +(440,970,o), +(400,998,o), +(340,998,cs), +(284,998,o), +(243,969,o), +(205,914,c), +(256,878,l) +); +} +); +width = 529; +}, +{ +anchors = ( +{ +name = _top; +pos = (109,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,746,l), +(109,860,l), +(168,746,l), +(197,746,l), +(129,882,l), +(88,882,l), +(20,746,l) +); +}, +{ +closed = 1; +nodes = ( +(47,938,o), +(60,945,o), +(73,945,cs), +(99,945,o), +(115,918,o), +(147,918,cs), +(166,918,o), +(186,927,o), +(205,965,c), +(188,978,l), +(179,959,o), +(167,948,o), +(149,948,cs), +(124,948,o), +(102,976,o), +(75,976,cs), +(55,976,o), +(38,962,o), +(20,927,c), +(35,916,l) +); +} +); +width = 225; +}, +{ +anchors = ( +{ +name = _top; +pos = (196,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(169,735,l), +(196,785,l), +(223,735,l), +(362,735,l), +(288,854,l), +(104,854,l), +(30,735,l) +); +}, +{ +closed = 1; +nodes = ( +(109,886,o), +(122,895,o), +(145,895,cs), +(176,895,o), +(196,870,o), +(251,870,cs), +(289,870,o), +(322,888,o), +(344,956,c), +(283,990,l), +(273,969,o), +(263,962,o), +(239,962,cs), +(204,962,o), +(185,987,o), +(133,987,cs), +(93,987,o), +(58,970,o), +(36,900,c), +(97,866,l) +); +} +); +width = 392; +}, +{ +anchors = ( +{ +name = _top; +pos = (144,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(59,746,l), +(144,858,l), +(230,746,l), +(269,746,l), +(165,882,l), +(123,882,l), +(20,746,l) +); +}, +{ +closed = 1; +nodes = ( +(53,936,o), +(67,943,o), +(89,943,cs), +(127,943,o), +(155,916,o), +(207,916,cs), +(241,916,o), +(264,930,o), +(285,965,c), +(267,978,l), +(253,956,o), +(233,948,o), +(212,948,cs), +(173,948,o), +(130,976,o), +(95,976,cs), +(61,976,o), +(42,962,o), +(20,926,c), +(38,914,l) +); +} +); +width = 305; +}, +{ +anchors = ( +{ +name = _top; +pos = (226,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(198,735,l), +(247,796,l), +(296,735,l), +(454,735,l), +(345,856,l), +(150,856,l), +(40,735,l) +); +}, +{ +closed = 1; +nodes = ( +(349,875,o), +(402,900,o), +(430,964,c), +(359,998,l), +(344,980,o), +(328,969,o), +(301,969,cs), +(253,969,o), +(238,996,o), +(181,996,cs), +(139,996,o), +(86,977,o), +(54,912,c), +(123,876,l), +(139,890,o), +(156,904,o), +(185,904,cs), +(229,904,o), +(250,875,o), +(300,875,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(177,735,l), +(226,795,l), +(275,735,l), +(433,735,l), +(324,855,l), +(129,855,l), +(19,735,l) +); +}, +{ +closed = 1; +nodes = ( +(109,899,o), +(126,906,o), +(147,906,cs), +(193,906,o), +(239,878,o), +(299,878,cs), +(355,878,o), +(390,907,o), +(416,962,c), +(357,998,l), +(343,977,o), +(326,970,o), +(305,970,cs), +(259,970,o), +(213,998,o), +(153,998,cs), +(97,998,o), +(62,969,o), +(36,914,c), +(95,878,l) +); +} +); +width = 452; +}, +{ +anchors = ( +{ +name = _top; +pos = (169,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,746,l), +(169,855,l), +(266,746,l), +(309,746,l), +(192,882,l), +(146,882,l), +(30,746,l) +); +}, +{ +closed = 1; +nodes = ( +(66,946,o), +(83,952,o), +(103,952,cs), +(143,952,o), +(172,925,o), +(226,925,cs), +(261,925,o), +(284,939,o), +(306,974,c), +(288,987,l), +(273,966,o), +(253,957,o), +(233,957,cs), +(192,957,o), +(147,985,o), +(109,985,cs), +(75,985,o), +(56,971,o), +(33,935,c), +(50,923,l) +); +} +); +width = 339; +}, +{ +anchors = ( +{ +name = _top; +pos = (257,673); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(376,987,o), +(359,975,o), +(331,975,cs), +(280,975,o), +(257,1006,o), +(199,1006,cs), +(145,1006,o), +(87,979,o), +(57,910,c), +(136,873,l), +(144,882,o), +(157,905,o), +(201,905,cs), +(254,904,o), +(271,875,o), +(335,875,cs), +(382,875,o), +(441,896,o), +(477,966,c), +(399,1005,l) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,729,l), +(256,773,l), +(305,729,l), +(483,729,l), +(364,845,l), +(149,845,l), +(30,729,l) +); +}, +{ +closed = 1; +nodes = ( +(125,893,o), +(144,896,o), +(168,896,cs), +(220,896,o), +(272,870,o), +(339,870,cs), +(402,870,o), +(442,901,o), +(471,960,c), +(404,998,l), +(389,976,o), +(370,972,o), +(346,972,cs), +(294,972,o), +(242,998,o), +(175,998,cs), +(112,998,o), +(72,967,o), +(43,909,c), +(109,870,l) +); +} +); +width = 513; +}, +{ +anchors = ( +{ +name = _top; +pos = (192,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,746,l), +(232,861,l), +(268,746,l), +(295,746,l), +(254,882,l), +(215,882,l), +(118,746,l) +); +}, +{ +closed = 1; +nodes = ( +(180,935,o), +(192,946,o), +(210,946,cs), +(235,946,o), +(247,920,o), +(277,920,cs), +(302,920,o), +(322,931,o), +(339,965,c), +(325,977,l), +(314,960,o), +(300,949,o), +(283,949,cs), +(259,949,o), +(243,976,o), +(215,976,cs), +(194,976,o), +(172,963,o), +(156,929,c), +(170,919,l) +); +} +); +width = 211; +}, +{ +anchors = ( +{ +name = _top; +pos = (280,678); +} +); +guides = ( +{ +pos = (195,785); +}, +{ +pos = (132,987); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,735,l), +(298,786,l), +(318,735,l), +(449,735,l), +(398,854,l), +(215,854,l), +(125,735,l) +); +}, +{ +closed = 1; +nodes = ( +(232,886,o), +(247,895,o), +(270,895,cs), +(301,895,o), +(316,870,o), +(371,870,cs), +(409,870,o), +(445,888,o), +(482,956,c), +(428,990,l), +(414,969,o), +(402,962,o), +(378,962,cs), +(343,962,o), +(330,987,o), +(278,987,cs), +(238,987,o), +(199,970,o), +(162,900,c), +(216,866,l) +); +} +); +width = 382; +}, +{ +anchors = ( +{ +name = _top; +pos = (235,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(163,746,l), +(273,857,l), +(337,746,l), +(372,746,l), +(295,882,l), +(255,882,l), +(124,746,l) +); +}, +{ +closed = 1; +nodes = ( +(189,936,o), +(204,943,o), +(226,943,cs), +(264,943,o), +(287,916,o), +(339,916,cs), +(373,916,o), +(399,930,o), +(427,965,c), +(412,978,l), +(393,956,o), +(371,948,o), +(350,948,cs), +(311,948,o), +(274,976,o), +(239,976,cs), +(205,976,o), +(183,962,o), +(154,926,c), +(169,914,l) +); +} +); +width = 297; +}, +{ +anchors = ( +{ +name = _top; +pos = (298,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,735,l), +(321,795,l), +(360,735,l), +(516,735,l), +(441,855,l), +(224,855,l), +(107,735,l) +); +}, +{ +closed = 1; +nodes = ( +(223,899,o), +(241,906,o), +(262,906,cs), +(308,906,o), +(348,878,o), +(408,878,cs), +(464,878,o), +(505,907,o), +(543,962,c), +(492,998,l), +(473,977,o), +(455,970,o), +(434,970,cs), +(388,970,o), +(348,998,o), +(288,998,cs), +(232,998,o), +(191,969,o), +(153,914,c), +(204,878,l) +); +} +); +width = 431; +}, +{ +anchors = ( +{ +name = _top; +pos = (256,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,746,l), +(295,855,l), +(370,746,l), +(410,746,l), +(320,882,l), +(275,882,l), +(131,746,l) +); +}, +{ +closed = 1; +nodes = ( +(214,946,o), +(232,952,o), +(252,952,cs), +(292,952,o), +(316,925,o), +(370,925,cs), +(405,925,o), +(431,939,o), +(460,974,c), +(445,987,l), +(425,966,o), +(403,957,o), +(383,957,cs), +(342,957,o), +(303,985,o), +(265,985,cs), +(231,985,o), +(209,971,o), +(179,935,c), +(193,923,l) +); +} +); +width = 342; +}, +{ +anchors = ( +{ +name = _top; +pos = (330,673); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(491,875,o), +(554,902,o), +(599,971,c), +(531,1005,l), +(512,989,o), +(487,975,o), +(456,975,cs), +(406,975,o), +(389,1006,o), +(330,1006,cs), +(276,1006,o), +(213,979,o), +(168,910,c), +(236,876,l), +(255,892,o), +(280,906,o), +(311,906,cs), +(361,906,o), +(378,875,o), +(437,875,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(305,729,l), +(353,779,l), +(388,729,l), +(557,729,l), +(475,845,l), +(250,845,l), +(120,729,l) ); }, { closed = 1; nodes = ( -(269,899,o), -(287,906,o), -(308,906,cs), -(354,906,o), -(394,878,o), -(454,878,cs), -(510,878,o), -(551,907,o), -(589,962,c), -(538,998,l), -(519,977,o), -(501,970,o), -(480,970,cs), -(434,970,o), -(394,998,o), -(334,998,cs), -(278,998,o), -(237,969,o), -(199,914,c), -(250,878,l) +(254,899,o), +(272,906,o), +(293,906,cs), +(339,906,o), +(379,878,o), +(439,878,cs), +(495,878,o), +(536,907,o), +(574,962,c), +(523,998,l), +(504,977,o), +(486,970,o), +(465,970,cs), +(419,970,o), +(379,998,o), +(319,998,cs), +(263,998,o), +(222,969,o), +(184,914,c), +(235,878,l) ); } ); -width = 517; +width = 487; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/colon.glyph b/sources/MonaSans.glyphspackage/glyphs/colon.glyph index a07e7d41..32f17f0a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/colon.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/colon.glyph @@ -1,8 +1,7 @@ { color = 6; glyphname = colon; -kernLeft = colon; -kernRight = colon; +kernLeft = KO_colon; layers = ( { background = { @@ -57,7 +56,7 @@ pos = (0,387); ref = period; } ); -width = 196; +width = 212; }, { background = { @@ -120,6 +119,666 @@ shapes = ( { closed = 1; nodes = ( +(97,465,o), +(110,477,o), +(110,494,cs), +(110,511,o), +(97,523,o), +(80,523,cs), +(63,523,o), +(50,511,o), +(50,494,cs), +(50,477,o), +(63,465,o), +(80,465,cs) +); +}, +{ +closed = 1; +nodes = ( +(97,-7,o), +(110,5,o), +(110,22,cs), +(110,39,o), +(97,51,o), +(80,51,cs), +(63,51,o), +(50,39,o), +(50,22,cs), +(50,5,o), +(63,-7,o), +(80,-7,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = period; +}, +{ +alignment = 1; +anchor = top; +pos = (0,473); +ref = period; +} +); +width = 142; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(234,369,o), +(268,408,o), +(268,462,cs), +(268,515,o), +(234,554,o), +(150,554,cs), +(66,554,o), +(32,515,o), +(32,462,cs), +(32,408,o), +(66,369,o), +(150,369,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,-10,o), +(268,29,o), +(268,83,cs), +(268,136,o), +(234,175,o), +(150,175,cs), +(66,175,o), +(32,136,o), +(32,83,cs), +(32,29,o), +(66,-10,o), +(150,-10,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = period; +}, +{ +alignment = 1; +anchor = top; +pos = (0,379); +ref = period; +} +); +width = 274; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(110,465,o), +(123,477,o), +(123,494,cs), +(123,511,o), +(110,523,o), +(93,523,cs), +(76,523,o), +(63,511,o), +(63,494,cs), +(63,477,o), +(76,465,o), +(93,465,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,-7,o), +(123,5,o), +(123,22,cs), +(123,39,o), +(110,51,o), +(93,51,cs), +(76,51,o), +(63,39,o), +(63,22,cs), +(63,5,o), +(76,-7,o), +(93,-7,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = period; +}, +{ +alignment = 1; +anchor = top; +pos = (0,461); +ref = period; +} +); +width = 201; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(195,378,o), +(233,413,o), +(233,466,cs), +(233,519,o), +(195,554,o), +(139,554,cs), +(83,554,o), +(45,519,o), +(45,466,cs), +(45,413,o), +(83,378,o), +(139,378,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,-8,o), +(233,27,o), +(233,80,cs), +(233,133,o), +(195,168,o), +(139,168,cs), +(83,168,o), +(45,133,o), +(45,80,cs), +(45,27,o), +(83,-8,o), +(139,-8,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = period; +}, +{ +alignment = 1; +anchor = top; +pos = (0,356); +ref = period; +} +); +width = 288; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(144,474,o), +(154,483,o), +(154,498,cs), +(154,513,o), +(144,522,o), +(130,522,cs), +(117,522,o), +(106,513,o), +(106,498,cs), +(106,483,o), +(117,474,o), +(130,474,cs) +); +}, +{ +closed = 1; +nodes = ( +(45,-6,o), +(55,3,o), +(55,18,cs), +(55,33,o), +(45,42,o), +(31,42,cs), +(18,42,o), +(7,33,o), +(7,18,cs), +(7,3,o), +(18,-6,o), +(31,-6,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = period; +}, +{ +alignment = 1; +anchor = top; +pos = (100,480); +ref = period; +} +); +width = 123; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(224,377,o), +(266,414,o), +(266,469,cs), +(266,518,o), +(233,551,o), +(176,551,cs), +(113,551,o), +(71,514,o), +(71,459,cs), +(71,410,o), +(104,377,o), +(161,377,cs) +); +}, +{ +closed = 1; +nodes = ( +(144,-10,o), +(186,27,o), +(186,82,cs), +(186,131,o), +(153,164,o), +(96,164,cs), +(33,164,o), +(-9,127,o), +(-9,72,cs), +(-9,23,o), +(24,-10,o), +(81,-10,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = period; +}, +{ +alignment = 1; +anchor = top; +pos = (81,387); +ref = period; +} +); +width = 227; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(161,465,o), +(174,476,o), +(174,495,cs), +(174,512,o), +(162,523,o), +(145,523,cs), +(127,523,o), +(114,512,o), +(114,493,cs), +(114,476,o), +(126,465,o), +(143,465,cs) +); +}, +{ +closed = 1; +nodes = ( +(62,-7,o), +(75,4,o), +(75,23,cs), +(75,40,o), +(63,51,o), +(46,51,cs), +(28,51,o), +(15,40,o), +(15,21,cs), +(15,4,o), +(27,-7,o), +(44,-7,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = period; +}, +{ +alignment = 1; +anchor = top; +pos = (97,461); +ref = period; +} +); +width = 170; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(241,379,o), +(285,416,o), +(285,474,cs), +(285,522,o), +(249,554,o), +(195,554,cs), +(131,554,o), +(87,517,o), +(87,459,cs), +(87,411,o), +(123,379,o), +(177,379,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,-8,o), +(204,29,o), +(204,87,cs), +(204,135,o), +(168,167,o), +(114,167,cs), +(50,167,o), +(6,130,o), +(6,72,cs), +(6,24,o), +(42,-8,o), +(96,-8,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = period; +}, +{ +alignment = 1; +anchor = top; +pos = (80,356); +ref = period; +} +); +width = 242; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(147,467,o), +(160,478,o), +(160,497,cs), +(160,514,o), +(148,525,o), +(131,525,cs), +(113,525,o), +(100,514,o), +(100,495,cs), +(100,478,o), +(112,467,o), +(129,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(49,-7,o), +(62,4,o), +(62,23,cs), +(62,40,o), +(50,51,o), +(33,51,cs), +(15,51,o), +(2,40,o), +(2,21,cs), +(2,4,o), +(14,-7,o), +(31,-7,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = period; +}, +{ +alignment = 1; +anchor = top; +pos = (98,473); +ref = period; +} +); +width = 144; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(266,369,o), +(312,405,o), +(312,469,cs), +(312,520,o), +(271,554,o), +(199,554,cs), +(118,554,o), +(72,518,o), +(72,454,cs), +(72,403,o), +(113,369,o), +(185,369,cs) +); +}, +{ +closed = 1; +nodes = ( +(188,-10,o), +(234,26,o), +(234,90,cs), +(234,141,o), +(193,175,o), +(121,175,cs), +(40,175,o), +(-6,139,o), +(-6,75,cs), +(-6,24,o), +(35,-10,o), +(107,-10,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = period; +}, +{ +alignment = 1; +anchor = top; +pos = (78,379); +ref = period; +} +); +width = 276; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(89,473,o), +(100,483,o), +(100,497,cs), +(100,511,o), +(89,521,o), +(75,521,cs), +(61,521,o), +(50,511,o), +(50,497,cs), +(50,483,o), +(61,473,o), +(75,473,cs) +); +}, +{ +closed = 1; +nodes = ( +(89,-6,o), +(100,4,o), +(100,18,cs), +(100,32,o), +(89,42,o), +(75,42,cs), +(61,42,o), +(50,32,o), +(50,18,cs), +(50,4,o), +(61,-6,o), +(75,-6,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +anchor = top; +ref = period; +}, +{ +alignment = -1; +anchor = top; +pos = (0,473); +ref = period; +} +); +width = 80; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(175,377,o), +(216,409,o), +(216,464,cs), +(216,519,o), +(175,551,o), +(120,551,cs), +(65,551,o), +(24,519,o), +(24,464,cs), +(24,409,o), +(65,377,o), +(120,377,cs) +); +}, +{ +closed = 1; +nodes = ( +(175,-10,o), +(216,22,o), +(216,77,cs), +(216,132,o), +(175,164,o), +(120,164,cs), +(65,164,o), +(24,132,o), +(24,77,cs), +(24,22,o), +(65,-10,o), +(120,-10,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = period; +}, +{ +alignment = 1; +anchor = top; +pos = (0,369); +ref = period; +} +); +width = 198; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( (110,465,o), (123,477,o), (123,494,cs), @@ -153,15 +812,15 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; anchor = top; ref = period; }, { -alignment = 1; +alignment = -1; anchor = top; pos = (0,473); ref = period; @@ -208,21 +867,21 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; anchor = top; ref = period; }, { -alignment = 1; +alignment = -1; anchor = top; pos = (0,384); ref = period; } ); -width = 232; +width = 220; }, { background = { @@ -263,21 +922,21 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; anchor = top; ref = period; }, { -alignment = 1; +alignment = -1; anchor = top; pos = (0,473); ref = period; } ); -width = 142; +width = 122; }, { background = { @@ -318,15 +977,15 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; anchor = top; ref = period; }, { -alignment = 1; +alignment = -1; anchor = top; pos = (0,379); ref = period; @@ -373,7 +1032,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -383,11 +1042,11 @@ ref = period; { alignment = 1; anchor = top; -pos = (100,480); +pos = (100,474); ref = period; } ); -width = 123; +width = 77; }, { background = { @@ -428,7 +1087,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -438,11 +1097,11 @@ ref = period; { alignment = 1; anchor = top; -pos = (81,387); +pos = (81,369); ref = period; } ); -width = 211; +width = 204; }, { background = { @@ -483,7 +1142,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -493,11 +1152,11 @@ ref = period; { alignment = 1; anchor = top; -pos = (98,473); +pos = (97,463); ref = period; } ); -width = 170; +width = 122; }, { background = { @@ -538,7 +1197,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -548,11 +1207,11 @@ ref = period; { alignment = 1; anchor = top; -pos = (80,385); +pos = (79,350); ref = period; } ); -width = 242; +width = 224; }, { background = { @@ -560,40 +1219,40 @@ shapes = ( { closed = 1; nodes = ( -(147,467,o), -(160,478,o), -(160,497,cs), -(160,514,o), -(148,525,o), -(131,525,cs), -(113,525,o), -(100,514,o), -(100,495,cs), -(100,478,o), -(112,467,o), -(129,467,cs) +(148,467,o), +(161,478,o), +(161,497,cs), +(161,514,o), +(149,525,o), +(132,525,cs), +(114,525,o), +(101,514,o), +(101,495,cs), +(101,478,o), +(113,467,o), +(130,467,cs) ); }, { closed = 1; nodes = ( -(49,-7,o), -(62,4,o), -(62,23,cs), -(62,40,o), -(50,51,o), -(33,51,cs), -(15,51,o), -(2,40,o), -(2,21,cs), -(2,4,o), -(14,-7,o), -(31,-7,cs) +(50,-7,o), +(63,4,o), +(63,23,cs), +(63,40,o), +(51,51,o), +(34,51,cs), +(16,51,o), +(3,40,o), +(3,21,cs), +(3,4,o), +(15,-7,o), +(32,-7,cs) ); } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -603,11 +1262,11 @@ ref = period; { alignment = 1; anchor = top; -pos = (98,473); +pos = (97,465); ref = period; } ); -width = 144; +width = 124; }, { background = { @@ -615,40 +1274,40 @@ shapes = ( { closed = 1; nodes = ( -(266,369,o), -(312,405,o), -(312,469,cs), -(312,520,o), -(271,554,o), -(199,554,cs), -(118,554,o), -(72,518,o), -(72,454,cs), -(72,403,o), -(113,369,o), -(185,369,cs) +(272,369,o), +(318,405,o), +(318,469,cs), +(318,520,o), +(277,554,o), +(205,554,cs), +(124,554,o), +(78,518,o), +(78,454,cs), +(78,403,o), +(119,369,o), +(191,369,cs) ); }, { closed = 1; nodes = ( -(188,-10,o), -(234,26,o), -(234,90,cs), -(234,141,o), -(193,175,o), -(121,175,cs), -(40,175,o), -(-6,139,o), -(-6,75,cs), -(-6,24,o), -(35,-10,o), -(107,-10,cs) +(194,-10,o), +(240,26,o), +(240,90,cs), +(240,141,o), +(199,175,o), +(127,175,cs), +(46,175,o), +(0,139,o), +(0,75,cs), +(0,24,o), +(41,-10,o), +(113,-10,cs) ); } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -658,11 +1317,11 @@ ref = period; { alignment = 1; anchor = top; -pos = (78,379); +pos = (77,364); ref = period; } ); -width = 264; +width = 274; } ); metricLeft = period; diff --git a/sources/MonaSans.glyphspackage/glyphs/colon.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/colon.ss01.glyph index a3915d85..36b3fbfc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/colon.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/colon.ss01.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = colon.ss01; -kernLeft = colon.ss01; +kernLeft = KO_colon.ss01; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -17,7 +17,7 @@ pos = (0,367); ref = period.ss01; } ); -width = 207; +width = 223; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -29,14 +29,14 @@ ref = period.ss01; { alignment = 1; anchor = top; -pos = (0,462); +pos = (0,466); ref = period.ss01; } ); width = 122; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; @@ -49,10 +49,10 @@ pos = (0,456); ref = period.ss01; } ); -width = 165; +width = 137; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; @@ -61,14 +61,14 @@ ref = period.ss01; { alignment = 1; anchor = top; -pos = (0,380); +pos = (0,370); ref = period.ss01; } ); -width = 255; +width = 285; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; @@ -81,10 +81,10 @@ pos = (0,456); ref = period.ss01; } ); -width = 137; +width = 166; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; @@ -93,11 +93,11 @@ ref = period.ss01; { alignment = 1; anchor = top; -pos = (0,380); +pos = (0,370); ref = period.ss01; } ); -width = 273; +width = 248; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -109,7 +109,7 @@ ref = period.ss01; { alignment = 1; anchor = top; -pos = (96,462); +pos = (97,464); ref = period.ss01; } ); @@ -129,7 +129,7 @@ pos = (76,367); ref = period.ss01; } ); -width = 205; +width = 221; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,7 @@ ref = period.ss01; { alignment = 1; anchor = top; -pos = (78,380); +pos = (77,370); ref = period.ss01; } ); @@ -173,11 +173,11 @@ ref = period.ss01; { alignment = 1; anchor = top; -pos = (94,456); +pos = (93,457); ref = period.ss01; } ); -width = 138; +width = 132; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -189,11 +189,203 @@ ref = period.ss01; { alignment = 1; anchor = top; -pos = (78,380); +pos = (74,369); +ref = period.ss01; +} +); +width = 283; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = top; +pos = (0,462); +ref = period.ss01; +} +); +width = 122; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = top; +pos = (0,367); +ref = period.ss01; +} +); +width = 207; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = top; +pos = (0,456); +ref = period.ss01; +} +); +width = 165; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = top; +pos = (0,380); +ref = period.ss01; +} +); +width = 235; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = top; +pos = (0,456); +ref = period.ss01; +} +); +width = 137; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = top; +pos = (0,380); +ref = period.ss01; +} +); +width = 273; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (96,462); +ref = period.ss01; +} +); +width = 76; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (76,366); +ref = period.ss01; +} +); +width = 196; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (92,453); +ref = period.ss01; +} +); +width = 120; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (77,369); +ref = period.ss01; +} +); +width = 205; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (87,454); +ref = period.ss01; +} +); +width = 127; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (78,369); ref = period.ss01; } ); -width = 271; +width = 241; } ); metricLeft = period; diff --git a/sources/MonaSans.glyphspackage/glyphs/comma.glyph b/sources/MonaSans.glyphspackage/glyphs/comma.glyph index 1c32166f..09724f18 100644 --- a/sources/MonaSans.glyphspackage/glyphs/comma.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/comma.glyph @@ -1,21 +1,21 @@ { glyphname = comma; -kernLeft = comma; -kernRight = comma; +kernLeft = KO_comma; +kernRight = KO_comma; layers = ( { anchors = ( { name = "#entry"; -pos = (-21,0); +pos = (-3,0); }, { name = "#exit"; -pos = (203,0); +pos = (214,0); }, { name = top; -pos = (99,551); +pos = (107,551); } ); background = { @@ -44,40 +44,40 @@ shapes = ( { closed = 1; nodes = ( -(92,-167,l), -(146,-123,o), -(200,-26,o), -(200,56,cs), -(200,126,o), -(158,164,o), -(103,164,cs), -(48,164,o), -(8,129,o), -(8,77,cs), -(8,27,o), -(43,-5,o), -(91,-5,cs), -(105,-5,o), -(118,-2,o), -(126,3,c), -(112,14,l), -(103,-37,o), -(62,-103,o), -(-8,-167,c) +(100,-167,l), +(154,-123,o), +(208,-26,o), +(208,56,cs), +(208,126,o), +(166,164,o), +(111,164,cs), +(56,164,o), +(16,129,o), +(16,77,cs), +(16,27,o), +(51,-5,o), +(99,-5,cs), +(113,-5,o), +(126,-2,o), +(134,3,c), +(120,14,l), +(111,-37,o), +(70,-103,o), +(0,-167,c) ); } ); -width = 211; +width = 227; }, { anchors = ( { name = "#entry"; -pos = (-22,0); +pos = (14,0); }, { name = "#exit"; -pos = (141,0); +pos = (116,0); }, { name = top; @@ -147,84 +147,60 @@ width = 130; anchors = ( { name = "#entry"; -pos = (-4,0); +pos = (3,0); }, { name = "#exit"; -pos = (125,0); +pos = (123,0); }, { name = top; -pos = (91,524); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(108,-7,o), -(121,5,o), -(121,22,cs), -(121,39,o), -(108,51,o), -(91,51,cs), -(74,51,o), -(61,39,o), -(61,22,cs), -(61,5,o), -(74,-7,o), -(91,-7,cs) -); +pos = (71,524); } ); -}; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(65,-124,l), -(89,-99,o), -(123,-36,o), -(123,11,cs), -(123,39,o), -(109,51,o), -(91,51,cs), -(73,51,o), -(61,40,o), -(61,23,cs), -(61,8,o), -(71,-4,o), -(89,-4,cs), -(100,-4,o), -(108,2,o), -(110,8,c), -(105,9,l), -(103,-27,o), -(82,-77,o), -(42,-124,c) +(45,-124,l), +(69,-99,o), +(103,-36,o), +(103,11,cs), +(103,39,o), +(89,51,o), +(71,51,cs), +(53,51,o), +(41,40,o), +(41,23,cs), +(41,8,o), +(51,-4,o), +(69,-4,cs), +(80,-4,o), +(88,2,o), +(90,8,c), +(78,9,l), +(76,-27,o), +(55,-77,o), +(15,-124,c) ); } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 179; +width = 146; }, { anchors = ( { name = "#entry"; -pos = (-14,0); +pos = (-15,0); }, { name = "#exit"; -pos = (240,0); +pos = (262,0); }, { name = top; -pos = (116,552); +pos = (139,554); } ); background = { @@ -232,121 +208,134 @@ shapes = ( { closed = 1; nodes = ( -(115,-167,l), -(174,-112,o), -(220,-20,o), -(220,50,cs), -(220,122,o), -(178,162,o), -(119,162,cs), -(63,162,o), -(21,127,o), -(21,73,cs), -(21,24,o), -(53,-10,o), -(112,-10,cs), -(133,-10,o), -(156,-4,o), -(170,8,c), -(122,8,l), -(112,-39,o), -(65,-108,o), -(8,-167,c) +(217,-10,o), +(251,29,o), +(251,83,cs), +(251,136,o), +(217,175,o), +(133,175,cs), +(49,175,o), +(15,136,o), +(15,83,cs), +(15,29,o), +(49,-10,o), +(133,-10,cs) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(105,-167,l), -(158,-119,o), -(215,-18,o), -(215,62,cs), -(215,128,o), -(173,168,o), -(117,168,cs), -(60,168,o), -(22,132,o), -(22,79,cs), -(22,31,o), +(138,-167,l), +(196,-117,o), +(256,-18,o), +(256,62,cs), +(256,139,o), +(208,175,o), +(135,175,cs), +(70,175,o), +(21,142,o), +(21,83,cs), +(21,31,o), (54,-3,o), -(108,-3,cs), -(117,-3,o), -(125,-2,o), -(133,-1,c), -(119,11,l), -(107,-38,o), -(58,-109,o), -(2,-167,c) +(125,-3,cs), +(134,-3,o), +(143,-2,o), +(152,0,c), +(138,12,l), +(124,-38,o), +(69,-109,o), +(7,-167,c) ); } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 241; +width = 279; }, { anchors = ( { name = "#entry"; -pos = (-16,0); +pos = (14,0); }, { name = "#exit"; -pos = (113,0); +pos = (141,0); }, { name = top; -pos = (71,524); +pos = (107,524); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +background = { shapes = ( { closed = 1; nodes = ( -(45,-124,l), -(69,-99,o), -(103,-36,o), -(103,11,cs), -(103,39,o), +(123,-7,o), +(136,5,o), +(136,22,cs), +(136,39,o), +(123,51,o), +(106,51,cs), (89,51,o), -(71,51,cs), -(53,51,o), -(41,40,o), -(41,23,cs), -(41,8,o), -(51,-4,o), -(69,-4,cs), -(80,-4,o), -(88,2,o), -(90,8,c), -(85,9,l), -(83,-27,o), -(62,-77,o), -(22,-124,c) +(76,39,o), +(76,22,cs), +(76,5,o), +(89,-7,o), +(106,-7,cs) ); } ); -width = 146; +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(80,-150,l), +(112,-109,o), +(147,-33,o), +(147,13,cs), +(147,42,o), +(132,61,o), +(109,61,cs), +(86,61,o), +(72,48,o), +(72,26,cs), +(72,8,o), +(84,-6,o), +(106,-6,cs), +(120,-6,o), +(129,1,o), +(132,8,c), +(122,10,l), +(119,-36,o), +(85,-101,o), +(52,-150,c) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; +}; +width = 210; }, { anchors = ( { name = "#entry"; -pos = (-21,0); +pos = (12,17); }, { name = "#exit"; -pos = (256,0); +pos = (269,17); }, { name = top; -pos = (133,554); +pos = (141,552); } ); background = { @@ -354,61 +343,72 @@ shapes = ( { closed = 1; nodes = ( -(217,-10,o), -(251,29,o), -(251,83,cs), -(251,136,o), -(217,175,o), -(133,175,cs), -(49,175,o), -(15,136,o), -(15,83,cs), -(15,29,o), -(49,-10,o), -(133,-10,cs) +(146,-167,l), +(205,-112,o), +(251,-20,o), +(251,50,cs), +(251,122,o), +(209,162,o), +(150,162,cs), +(94,162,o), +(52,127,o), +(52,73,cs), +(52,24,o), +(84,-10,o), +(143,-10,cs), +(164,-10,o), +(187,-4,o), +(201,8,c), +(153,8,l), +(143,-39,o), +(96,-108,o), +(39,-167,c) ); } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(132,-167,l), -(190,-117,o), -(250,-18,o), -(250,62,cs), -(250,139,o), -(202,175,o), -(129,175,cs), -(64,175,o), -(15,142,o), -(15,83,cs), -(15,31,o), -(48,-3,o), -(119,-3,cs), -(128,-3,o), -(137,-2,o), -(146,0,c), -(132,12,l), -(118,-38,o), -(63,-109,o), -(1,-167,c) +(144,-172,l), +(210,-85,o), +(250,5,o), +(250,73,cs), +(250,145,o), +(207,193,o), +(142,193,cs), +(82,193,o), +(37,151,o), +(37,93,cs), +(37,35,o), +(76,-5,o), +(132,-5,cs), +(141,-5,o), +(149,-3,o), +(158,-2,c), +(138,23,l), +(131,-13,o), +(82,-95,o), +(23,-172,c) ); } ); -width = 267; +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; +}; +width = 289; }, { anchors = ( { name = "#entry"; -pos = (-22,0); +pos = (-40,0); }, { name = "#exit"; -pos = (86,0); +pos = (61,0); }, { name = top; @@ -449,15 +449,15 @@ width = 128; anchors = ( { name = "#entry"; -pos = (-27,0); +pos = (-61,0); }, { name = "#exit"; -pos = (213,0); +pos = (179,0); }, { name = top; -pos = (159,551); +pos = (167,551); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -465,40 +465,40 @@ shapes = ( { closed = 1; nodes = ( -(6,-167,l), -(73,-122,o), -(164,-16,o), -(164,73,cs), -(164,128,o), -(126,164,o), -(70,164,cs), -(9,164,o), -(-32,127,o), -(-32,75,cs), -(-32,30,o), -(3,-1,o), -(50,-1,cs), -(62,-1,o), -(72,1,o), -(79,4,c), -(63,17,l), -(38,-38,o), -(-23,-108,o), -(-105,-167,c) +(14,-167,l), +(81,-122,o), +(172,-16,o), +(172,73,cs), +(172,128,o), +(134,164,o), +(78,164,cs), +(17,164,o), +(-24,127,o), +(-24,75,cs), +(-24,30,o), +(11,-1,o), +(58,-1,cs), +(70,-1,o), +(80,1,o), +(87,4,c), +(71,17,l), +(46,-38,o), +(-15,-108,o), +(-97,-167,c) ); } ); -width = 218; +width = 234; }, { anchors = ( { name = "#entry"; -pos = (-3,0); +pos = (-27,0); }, { name = "#exit"; -pos = (125,0); +pos = (86,0); }, { name = top; @@ -515,26 +515,26 @@ shapes = ( { closed = 1; nodes = ( -(-12,-124,l), -(24,-88,o), -(69,-20,o), -(69,18,cs), -(69,38,o), -(57,51,o), -(37,51,cs), -(19,51,o), -(6,40,o), -(6,20,cs), -(6,3,o), -(18,-8,o), +(-11,-124,l), +(25,-88,o), +(74,-15,o), +(74,23,cs), +(74,47,o), +(60,62,o), +(37,62,cs), +(16,62,o), +(2,49,o), +(2,25,cs), +(2,5,o), +(15,-8,o), (36,-8,cs), -(42,-8,o), -(47,-6,o), -(51,-4,c), -(48,2,l), -(37,-35,o), -(3,-83,o), -(-36,-124,c) +(43,-8,o), +(48,-6,o), +(53,-3,c), +(42,4,l), +(31,-33,o), +(-4,-83,o), +(-43,-124,c) ); } ); @@ -544,15 +544,15 @@ width = 175; anchors = ( { name = "#entry"; -pos = (-16,0); +pos = (-54,0); }, { name = "#exit"; -pos = (232,0); +pos = (193,0); }, { name = top; -pos = (177,552); +pos = (181,552); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -560,40 +560,40 @@ shapes = ( { closed = 1; nodes = ( -(21,-167,l), -(89,-122,o), -(180,-15,o), -(180,75,cs), -(180,131,o), -(142,167,o), -(86,167,cs), -(24,167,o), -(-17,130,o), -(-17,77,cs), -(-17,32,o), -(18,1,o), -(65,1,cs), -(78,1,o), -(88,3,o), -(95,6,c), -(79,19,l), -(53,-37,o), -(-8,-107,o), -(-91,-167,c) +(46,-167,l), +(127,-91,o), +(191,19,o), +(191,82,cs), +(191,151,o), +(150,195,o), +(90,195,cs), +(24,195,o), +(-19,150,o), +(-19,84,cs), +(-19,29,o), +(18,-9,o), +(67,-9,cs), +(82,-9,o), +(92,-7,o), +(99,-3,c), +(63,13,l), +(37,-43,o), +(-24,-107,o), +(-87,-167,c) ); } ); -width = 247; +width = 254; }, { anchors = ( { name = "#entry"; -pos = (-8,0); +pos = (-35,0); }, { name = "#exit"; -pos = (120,0); +pos = (73,0); }, { name = top; @@ -621,10 +621,10 @@ nodes = ( (29,-8,o), (34,-6,o), (38,-4,c), -(35,2,l), -(24,-35,o), -(-10,-83,o), -(-49,-124,c) +(28,2,l), +(17,-35,o), +(-17,-83,o), +(-56,-124,c) ); } ); @@ -634,15 +634,15 @@ width = 148; anchors = ( { name = "#entry"; -pos = (-11,0); +pos = (-52,0); }, { name = "#exit"; -pos = (265,0); +pos = (220,0); }, { name = top; -pos = (188,554); +pos = (194,554); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -650,30 +650,702 @@ shapes = ( { closed = 1; nodes = ( -(62,-167,l), -(148,-106,o), -(210,-11,o), -(210,64,cs), -(210,131,o), -(168,175,o), -(91,175,cs), -(16,175,o), -(-27,137,o), -(-27,79,cs), -(-27,29,o), -(10,-4,o), -(76,-4,cs), -(93,-4,o), -(106,-2,o), -(115,1,c), -(102,22,l), -(75,-33,o), -(7,-104,o), -(-80,-167,c) +(68,-167,l), +(154,-106,o), +(216,-11,o), +(216,64,cs), +(216,131,o), +(174,175,o), +(97,175,cs), +(22,175,o), +(-21,137,o), +(-21,79,cs), +(-21,29,o), +(16,-4,o), +(82,-4,cs), +(99,-4,o), +(112,-2,o), +(121,1,c), +(108,22,l), +(81,-33,o), +(13,-104,o), +(-74,-167,c) +); +} +); +width = 279; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (11,0); +}, +{ +name = "#exit"; +pos = (89,0); +}, +{ +name = top; +pos = (48,522); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(30,-130,l), +(55,-100,o), +(87,-35,o), +(87,11,cs), +(87,30,o), +(78,42,o), +(61,42,cs), +(48,42,o), +(38,33,o), +(38,19,cs), +(38,5,o), +(48,-4,o), +(61,-4,cs), +(68,-4,o), +(74,-2,o), +(77,1,c), +(74,3,l), +(69,-40,o), +(44,-91,o), +(13,-130,c) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(45,-125,l), +(60,-75,o), +(79,-24,o), +(79,10,cs), +(79,35,o), +(68,49,o), +(50,49,cs), +(34,49,o), +(23,38,o), +(23,20,cs), +(23,3,o), +(33,-7,o), +(49,-7,cs), +(56,-7,o), +(60,-6,o), +(66,-1,c), +(58,1,l), +(57,-23,o), +(39,-74,o), +(22,-125,c) +); +} +); +width = 97; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-7,0); +}, +{ +name = "#exit"; +pos = (202,0); +}, +{ +name = top; +pos = (94,551); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(159,-10,o), +(200,22,o), +(200,77,cs), +(200,132,o), +(159,164,o), +(104,164,cs), +(49,164,o), +(8,132,o), +(8,77,cs), +(8,22,o), +(49,-10,o), +(104,-10,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,-157,l), +(167,-64,o), +(197,6,o), +(197,61,cs), +(197,138,o), +(153,181,o), +(98,181,cs), +(43,181,o), +(3,141,o), +(3,82,cs), +(3,30,o), +(42,-10,o), +(91,-10,cs), +(103,-10,o), +(114,-7,o), +(121,-2,c), +(87,14,l), +(87,-8,o), +(60,-72,o), +(22,-157,c) +); +} +); +width = 200; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (12,0); +}, +{ +name = "#exit"; +pos = (121,0); +}, +{ +name = top; +pos = (71,524); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(108,-7,o), +(121,5,o), +(121,22,cs), +(121,39,o), +(108,51,o), +(91,51,cs), +(74,51,o), +(61,39,o), +(61,22,cs), +(61,5,o), +(74,-7,o), +(91,-7,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(56,-146,l), +(80,-84,o), +(109,-16,o), +(109,15,cs), +(109,45,o), +(94,64,o), +(71,64,cs), +(50,64,o), +(36,50,o), +(36,29,cs), +(36,9,o), +(50,-4,o), +(69,-4,cs), +(81,-4,o), +(90,3,o), +(92,11,c), +(82,12,l), +(82,-14,o), +(51,-80,o), +(25,-146,c) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; +}; +width = 140; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-6,0); +}, +{ +name = "#exit"; +pos = (238,0); +}, +{ +name = top; +pos = (110,552); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(121,-167,l), +(180,-112,o), +(226,-20,o), +(226,50,cs), +(226,122,o), +(184,162,o), +(125,162,cs), +(69,162,o), +(27,127,o), +(27,73,cs), +(27,24,o), +(59,-10,o), +(118,-10,cs), +(139,-10,o), +(162,-4,o), +(176,8,c), +(128,8,l), +(118,-39,o), +(71,-108,o), +(14,-167,c) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(134,-171,l), +(172,-95,o), +(228,8,o), +(228,71,cs), +(228,149,o), +(185,199,o), +(114,199,cs), +(50,199,o), +(5,154,o), +(5,92,cs), +(5,35,o), +(46,-7,o), +(94,-7,cs), +(103,-7,o), +(115,-5,o), +(122,-3,c), +(100,7,l), +(100,-18,o), +(45,-110,o), +(18,-171,c) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; +}; +width = 233; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (120,0); +}, +{ +name = top; +pos = (61,524); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(38,-158,l), +(70,-87,o), +(96,-13,o), +(96,15,cs), +(96,42,o), +(82,61,o), +(61,61,cs), +(41,61,o), +(28,48,o), +(28,28,cs), +(28,10,o), +(39,-4,o), +(59,-4,cs), +(71,-4,o), +(79,3,o), +(81,10,c), +(68,9,l), +(66,-15,o), +(38,-89,o), +(7,-158,c) +); +} +); +width = 126; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-9,0); +}, +{ +name = "#exit"; +pos = (293,0); +}, +{ +name = top; +pos = (150,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(234,-10,o), +(268,29,o), +(268,83,cs), +(268,136,o), +(234,175,o), +(150,175,cs), +(66,175,o), +(32,136,o), +(32,83,cs), +(32,29,o), +(66,-10,o), +(150,-10,cs) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,-167,l), +(245,-51,o), +(285,14,o), +(285,72,cs), +(285,153,o), +(235,201,o), +(149,201,cs), +(72,201,o), +(20,155,o), +(20,92,cs), +(20,34,o), +(68,-9,o), +(125,-9,cs), +(136,-9,o), +(150,-7,o), +(158,-5,c), +(142,5,l), +(141,-7,o), +(88,-72,o), +(12,-167,c) +); +} +); +width = 297; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-46,0); +}, +{ +name = "#exit"; +pos = (35,0); +}, +{ +name = top; +pos = (101,522); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-48,-123,l), +(-30,-100,o), +(26,-19,o), +(26,17,cs), +(26,35,o), +(16,47,o), +(-1,47,cs), +(-16,47,o), +(-28,37,o), +(-28,19,cs), +(-28,3,o), +(-17,-7,o), +(-2,-7,cs), +(3,-7,o), +(7,-6,o), +(10,-4,c), +(-3,1,l), +(-13,-32,o), +(-46,-86,o), +(-79,-123,c) +); +} +); +width = 88; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-57,0); +}, +{ +name = "#exit"; +pos = (155,0); +}, +{ +name = top; +pos = (157,551); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,-160,l), +(71,-122,o), +(162,-13,o), +(162,76,cs), +(162,140,o), +(124,182,o), +(68,182,cs), +(7,182,o), +(-34,139,o), +(-34,78,cs), +(-34,26,o), +(1,-10,o), +(48,-10,cs), +(60,-10,o), +(70,-8,o), +(77,-4,c), +(57,17,l), +(34,-33,o), +(-23,-106,o), +(-81,-160,c) +); +} +); +width = 208; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-42,0); +}, +{ +name = "#exit"; +pos = (68,0); +}, +{ +name = top; +pos = (116,524); +} +); +guides = ( +{ +pos = (12,-124); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-37,-146,l), +(-9,-106,o), +(49,-14,o), +(49,22,cs), +(49,44,o), +(34,60,o), +(13,60,cs), +(-6,60,o), +(-21,45,o), +(-21,24,cs), +(-21,5,o), +(-7,-8,o), +(12,-8,cs), +(16,-8,o), +(23,-6,o), +(28,-3,c), +(17,2,l), +(7,-30,o), +(-42,-104,o), +(-71,-146,c) +); +} +); +width = 127; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-59,0); +}, +{ +name = "#exit"; +pos = (176,0); +}, +{ +name = top; +pos = (168,552); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(55,-167,l), +(147,-35,o), +(178,28,o), +(178,84,cs), +(178,152,o), +(136,200,o), +(77,200,cs), +(13,200,o), +(-32,153,o), +(-32,86,cs), +(-32,33,o), +(5,-4,o), +(55,-4,cs), +(69,-4,o), +(79,-1,o), +(87,2,c), +(49,8,l), +(35,-22,o), +(-27,-116,o), +(-69,-167,c) +); +} +); +width = 229; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-52,0); +}, +{ +name = "#exit"; +pos = (64,0); +}, +{ +name = top; +pos = (115,524); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-34,-142,l), +(-4,-102,o), +(51,-23,o), +(51,20,cs), +(51,43,o), +(37,58,o), +(14,58,cs), +(-6,58,o), +(-21,43,o), +(-21,23,cs), +(-21,3,o), +(-8,-9,o), +(13,-9,cs), +(20,-9,o), +(25,-7,o), +(30,-5,c), +(20,3,l), +(7,-39,o), +(-34,-96,o), +(-69,-142,c) +); +} +); +width = 128; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-52,0); +}, +{ +name = "#exit"; +pos = (222,0); +}, +{ +name = top; +pos = (193,554); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(67,-167,l), +(125,-119,o), +(227,-16,o), +(227,65,cs), +(227,138,o), +(177,184,o), +(96,184,cs), +(18,184,o), +(-31,144,o), +(-31,81,cs), +(-31,26,o), +(12,-8,o), +(80,-8,cs), +(96,-8,o), +(112,-6,o), +(122,-3,c), +(105,22,l), +(77,-33,o), +(-24,-117,o), +(-85,-167,c) ); } ); -width = 267; +width = 280; } ); unicode = 44; diff --git a/sources/MonaSans.glyphspackage/glyphs/comma.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/comma.ss01.glyph index ae61bbce..47557878 100644 --- a/sources/MonaSans.glyphspackage/glyphs/comma.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/comma.ss01.glyph @@ -1,21 +1,21 @@ { glyphname = comma.ss01; -kernLeft = comma.ss01; -kernRight = quotedblbase.ss01; +kernLeft = KO_comma.ss01; +kernRight = KO_period.ss01; layers = ( { anchors = ( { name = "#entry"; -pos = (-10,0); +pos = (-2,0); }, { name = "#exit"; -pos = (220,0); +pos = (228,0); }, { name = top; -pos = (103,541); +pos = (111,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -23,24 +23,24 @@ shapes = ( { closed = 1; nodes = ( -(42,-177,ls), -(129,-177,o), -(187,-142,o), -(187,-31,cs), -(187,174,l), -(18,165,l), -(18,0,l), -(99,0,l), -(99,-24,ls), -(99,-63,o), -(79,-85,o), -(28,-85,cs), -(3,-85,l), -(3,-177,l) +(50,-177,ls), +(137,-177,o), +(195,-142,o), +(195,-31,cs), +(195,174,l), +(26,174,l), +(26,0,l), +(107,0,l), +(107,-24,ls), +(107,-63,o), +(87,-85,o), +(36,-85,cs), +(11,-85,l), +(11,-177,l) ); } ); -width = 206; +width = 222; }, { anchors = ( @@ -89,9 +89,9 @@ nodes = ( (67,-133,o), (80,-115,o), (80,-63,cs), -(80,58,l), -(42,54,l), -(42,0,l), +(80,50,l), +(36,50,l), +(36,0,l), (59,0,l), (59,-50,ls), (59,-94,o), @@ -108,15 +108,15 @@ width = 122; anchors = ( { name = "#entry"; -pos = (2,0); +pos = (-3,0); }, { name = "#exit"; -pos = (142,0); +pos = (117,0); }, { name = top; -pos = (81,517); +pos = (69,517); } ); background = { @@ -124,50 +124,47 @@ shapes = ( { closed = 1; nodes = ( -(47,-145,ls), -(84,-139,o), -(102,-115,o), -(102,-68,cs), -(102,62,l), -(57,57,l), -(57,0,l), -(78,0,l), -(78,-63,ls), -(78,-96,o), -(70,-113,o), -(46,-118,cs), -(41,-119,l), -(41,-146,l) +(47,-143,ls), +(81,-135,o), +(97,-117,o), +(97,-71,cs), +(97,61,l), +(55,57,l), +(55,0,l), +(73,0,l), +(73,-60,ls), +(73,-90,o), +(72,-110,o), +(47,-116,cs), +(43,-117,l), +(43,-144,l) ); } ); }; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(52,-143,ls), -(86,-135,o), -(102,-117,o), -(102,-71,cs), -(102,61,l), -(60,57,l), -(60,0,l), -(78,0,l), -(78,-60,ls), -(78,-90,o), -(77,-110,o), -(52,-116,cs), -(48,-117,l), -(48,-144,l) +(40,-145,ls), +(81,-137,o), +(91,-119,o), +(91,-76,cs), +(91,61,l), +(46,61,l), +(46,0,l), +(67,0,l), +(67,-73,ls), +(67,-104,o), +(63,-113,o), +(40,-118,cs), +(35,-119,l), +(35,-146,l) ); } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 162; +width = 137; }, { anchors = ( @@ -177,53 +174,50 @@ pos = (6,0); }, { name = "#exit"; -pos = (266,0); +pos = (276,0); }, { name = top; -pos = (127,544); +pos = (142,544); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(71,-177,ls), -(158,-177,o), -(216,-142,o), -(216,-31,cs), -(216,174,l), -(37,162,l), -(37,0,l), -(118,0,l), -(118,-24,ls), -(118,-63,o), -(98,-85,o), -(47,-85,cs), -(22,-85,l), -(22,-177,l) +(94,-177,ls), +(187,-177,o), +(253,-124,o), +(253,-23,cs), +(253,174,l), +(30,174,l), +(30,0,l), +(133,0,l), +(133,-16,ls), +(133,-55,o), +(113,-77,o), +(62,-77,cs), +(28,-77,l), +(28,-177,l) ); } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 254; +width = 284; }, { anchors = ( { name = "#entry"; -pos = (-3,0); +pos = (5,0); }, { name = "#exit"; -pos = (117,0); +pos = (143,0); }, { name = top; -pos = (69,517); +pos = (82,517); } ); background = { @@ -231,91 +225,98 @@ shapes = ( { closed = 1; nodes = ( -(47,-143,ls), -(81,-135,o), -(97,-117,o), -(97,-71,cs), -(97,61,l), -(55,57,l), -(55,0,l), -(73,0,l), -(73,-60,ls), -(73,-90,o), -(72,-110,o), -(47,-116,cs), -(43,-117,l), -(43,-144,l) +(47,-145,ls), +(84,-139,o), +(102,-115,o), +(102,-68,cs), +(102,62,l), +(57,57,l), +(57,0,l), +(78,0,l), +(78,-63,ls), +(78,-96,o), +(70,-113,o), +(46,-118,cs), +(41,-119,l), +(41,-146,l) ); } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(40,-145,ls), -(81,-137,o), -(91,-119,o), -(91,-76,cs), -(91,62,l), -(46,57,l), -(46,0,l), -(67,0,l), -(67,-73,ls), -(67,-104,o), -(63,-113,o), -(40,-118,cs), -(35,-119,l), -(35,-146,l) +(53,-143,ls), +(87,-135,o), +(103,-117,o), +(103,-71,cs), +(105,61,l), +(60,61,l), +(60,0,l), +(79,0,l), +(79,-60,ls), +(79,-90,o), +(78,-110,o), +(53,-116,cs), +(51,-117,l), +(51,-144,l) ); } ); -width = 137; +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; +}; +width = 163; }, { anchors = ( { name = "#entry"; +pos = (11,0); }, { name = "#exit"; -pos = (270,0); +pos = (257,0); }, { name = top; -pos = (136,544); +pos = (123,544); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(88,-177,ls), -(180,-177,o), -(242,-124,o), -(242,-23,cs), -(242,174,l), -(29,164,l), -(29,0,l), -(127,0,l), -(127,-16,ls), -(127,-55,o), -(107,-77,o), -(56,-77,cs), -(22,-77,l), -(22,-177,l) +(70,-177,ls), +(159,-177,o), +(218,-142,o), +(218,-31,cs), +(218,172,l), +(22,172,l), +(22,0,l), +(115,0,l), +(115,-24,ls), +(115,-63,o), +(94,-85,o), +(46,-85,cs), +(21,-85,l), +(21,-177,l) ); } ); -width = 272; +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; +}; +width = 247; }, { anchors = ( { name = "#entry"; -pos = (-8,0); +pos = (-16,0); }, { name = "#exit"; @@ -335,9 +336,9 @@ nodes = ( (-22,-139,o), (1,-123,o), (12,-70,cs), -(39,58,l), -(0,54,l), -(-11,0,l), +(38,54,l), +(-10,54,l), +(-21,0,l), (6,0,l), (-8,-65,ls), (-15,-96,o), @@ -354,15 +355,15 @@ width = 121; anchors = ( { name = "#entry"; -pos = (-7,0); +pos = (1,0); }, { name = "#exit"; -pos = (213,0); +pos = (221,0); }, { name = top; -pos = (157,541); +pos = (165,541); } ); background = { @@ -393,38 +394,38 @@ shapes = ( { closed = 1; nodes = ( -(-52,-177,ls), -(34,-177,o), -(100,-142,o), -(123,-31,cs), -(165,173,l), -(-4,167,l), -(-39,0,l), -(42,0,l), -(37,-24,ls), -(29,-63,o), -(4,-85,o), -(-47,-85,cs), -(-71,-85,l), -(-90,-177,l) +(-44,-177,ls), +(58,-177,o), +(119,-129,o), +(139,-31,cs), +(182,174,l), +(5,174,l), +(-31,0,l), +(50,0,l), +(45,-24,ls), +(37,-63,o), +(12,-85,o), +(-39,-85,cs), +(-52,-85,l), +(-71,-177,l) ); } ); -width = 203; +width = 222; }, { anchors = ( { name = "#entry"; -pos = (5,0); +pos = (-1,0); }, { name = "#exit"; -pos = (125,0); +pos = (127,0); }, { name = top; -pos = (135,517); +pos = (137,517); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -432,20 +433,20 @@ shapes = ( { closed = 1; nodes = ( -(-32,-145,ls), -(5,-141,o), -(26,-118,o), -(36,-68,cs), -(63,62,l), -(17,57,l), -(5,0,l), -(26,0,l), -(13,-63,ls), -(7,-93,o), -(-4,-115,o), -(-28,-118,cs), -(-35,-119,l), -(-41,-146,l) +(-30,-145,ls), +(7,-141,o), +(28,-118,o), +(38,-68,cs), +(65,61,l), +(11,61,l), +(-1,0,l), +(28,0,l), +(15,-63,ls), +(9,-93,o), +(-2,-115,o), +(-26,-118,cs), +(-33,-119,l), +(-39,-146,l) ); } ); @@ -473,11 +474,11 @@ closed = 1; nodes = ( (-23,-177,ls), (63,-177,o), -(129,-142,o), -(152,-31,cs), -(194,174,l), -(15,165,l), -(-20,0,l), +(131,-142,o), +(154,-31,cs), +(196,174,l), +(9,174,l), +(-26,0,l), (61,0,l), (56,-24,ls), (48,-63,o), @@ -494,7 +495,7 @@ width = 252; anchors = ( { name = "#entry"; -pos = (-7,0); +pos = (-10,0); }, { name = "#exit"; @@ -510,38 +511,38 @@ shapes = ( { closed = 1; nodes = ( -(-45,-145,ls), -(-8,-141,o), -(13,-118,o), -(23,-68,cs), -(49,58,l), -(3,53,l), -(-8,0,l), -(13,0,l), -(0,-63,ls), +(-43,-145,ls), +(-6,-141,o), +(14,-118,o), +(25,-68,cs), +(56,60,l), +(2,60,l), +(-13,0,l), +(16,0,l), +(1,-63,ls), (-6,-93,o), -(-17,-115,o), -(-41,-118,cs), -(-48,-119,l), -(-54,-146,l) +(-16,-115,o), +(-39,-118,cs), +(-46,-119,l), +(-52,-146,l) ); } ); -width = 136; +width = 137; }, { anchors = ( { name = "#entry"; -pos = (-4,0); +pos = (-8,0); }, { name = "#exit"; -pos = (262,0); +pos = (268,0); }, { name = top; -pos = (190,544); +pos = (196,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -549,24 +550,590 @@ shapes = ( { closed = 1; nodes = ( -(-7,-177,ls), -(84,-177,o), -(155,-134,o), -(178,-23,cs), -(218,172,l), -(6,164,l), -(-28,0,l), -(69,0,l), -(66,-16,ls), -(59,-55,o), -(33,-77,o), -(-17,-77,cs), -(-51,-77,l), -(-72,-177,l) +(-1,-177,ls), +(90,-177,o), +(165,-134,o), +(188,-23,cs), +(229,175,l), +(13,175,l), +(-27,0,l), +(75,0,l), +(72,-16,ls), +(65,-55,o), +(39,-77,o), +(-11,-77,cs), +(-45,-77,l), +(-66,-177,l) +); +} +); +width = 280; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-25,0); +}, +{ +name = "#exit"; +pos = (75,0); +}, +{ +name = top; +pos = (44,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(36,-142,ls), +(68,-133,o), +(83,-114,o), +(83,-60,cs), +(83,58,l), +(45,54,l), +(45,0,l), +(62,0,l), +(62,-55,ls), +(62,-99,o), +(53,-114,o), +(36,-119,cs), +(29,-121,l), +(29,-144,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(16,-143,ls), +(54,-133,o), +(69,-109,o), +(69,-57,cs), +(69,55,l), +(21,55,l), +(21,0,l), +(47,0,l), +(47,-51,ls), +(47,-91,o), +(39,-107,o), +(16,-119,cs), +(12,-121,l), +(12,-144,l) +); +} +); +width = 87; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-7,0); +}, +{ +name = "#exit"; +pos = (223,0); +}, +{ +name = top; +pos = (106,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(45,-177,ls), +(142,-177,o), +(190,-129,o), +(190,-31,cs), +(190,175,l), +(10,175,l), +(10,0,l), +(95,0,l), +(95,-24,ls), +(95,-63,o), +(77,-85,o), +(31,-85,cs), +(6,-85,l), +(6,-177,l) +); +} +); +width = 196; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-15,0); +}, +{ +name = "#exit"; +pos = (125,0); +}, +{ +name = top; +pos = (64,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(50,-145,ls), +(87,-139,o), +(105,-115,o), +(105,-68,cs), +(105,62,l), +(60,57,l), +(60,0,l), +(81,0,l), +(81,-63,ls), +(81,-96,o), +(73,-113,o), +(49,-118,cs), +(44,-119,l), +(44,-146,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,-143,ls), +(73,-134,o), +(92,-117,o), +(92,-71,cs), +(92,65,l), +(37,65,l), +(37,0,l), +(66,0,l), +(67,-60,ls), +(67,-90,o), +(65,-109,o), +(35,-116,cs), +(31,-117,l), +(31,-144,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; +}; +width = 127; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-13,0); +}, +{ +name = "#exit"; +pos = (247,0); +}, +{ +name = top; +pos = (108,544); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(52,-177,ls), +(139,-177,o), +(208,-142,o), +(208,-31,cs), +(208,175,l), +(8,175,l), +(8,0,l), +(98,0,l), +(99,-24,ls), +(99,-63,o), +(79,-85,o), +(28,-85,cs), +(3,-85,l), +(3,-177,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; +}; +width = 215; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-13,0); +}, +{ +name = "#exit"; +pos = (107,0); +}, +{ +name = top; +pos = (59,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(47,-143,ls), +(81,-135,o), +(97,-117,o), +(97,-71,cs), +(97,61,l), +(55,57,l), +(55,0,l), +(73,0,l), +(73,-60,ls), +(73,-90,o), +(72,-110,o), +(47,-116,cs), +(43,-117,l), +(43,-144,l) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(30,-145,ls), +(76,-136,o), +(88,-111,o), +(88,-68,cs), +(89,60,l), +(29,60,l), +(29,0,l), +(64,0,l), +(64,-65,ls), +(64,-96,o), +(59,-112,o), +(30,-118,cs), +(25,-119,l), +(25,-146,l) +); +} +); +width = 117; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-7,0); +}, +{ +name = "#exit"; +pos = (263,0); +}, +{ +name = top; +pos = (129,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(81,-177,ls), +(176,-177,o), +(240,-124,o), +(240,-23,cs), +(240,175,l), +(18,175,l), +(18,0,l), +(120,0,l), +(120,-16,ls), +(120,-55,o), +(100,-77,o), +(49,-77,cs), +(15,-77,l), +(15,-177,l) +); +} +); +width = 257; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-31,0); +}, +{ +name = "#exit"; +pos = (74,0); +}, +{ +name = top; +pos = (92,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-72,-143,ls), +(-45,-139,o), +(-22,-123,o), +(-11,-70,cs), +(16,58,l), +(-23,54,l), +(-34,0,l), +(-17,0,l), +(-31,-65,ls), +(-38,-96,o), +(-47,-116,o), +(-69,-120,cs), +(-75,-121,l), +(-79,-144,l) +); +} +); +width = 75; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-7,0); +}, +{ +name = "#exit"; +pos = (213,0); +}, +{ +name = top; +pos = (157,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-45,-177,ls), +(42,-177,o), +(107,-142,o), +(130,-31,cs), +(174,184,l), +(2,169,l), +(-33,0,l), +(48,0,l), +(43,-24,ls), +(35,-63,o), +(11,-85,o), +(-40,-85,cs), +(-65,-85,l), +(-84,-177,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-52,-177,ls), +(34,-177,o), +(100,-142,o), +(123,-31,cs), +(166,176,l), +(-14,176,l), +(-50,0,l), +(32,0,l), +(27,-24,ls), +(19,-63,o), +(-2,-85,o), +(-47,-85,cs), +(-64,-85,l), +(-83,-177,l) +); +} +); +width = 192; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-22,0); +}, +{ +name = "#exit"; +pos = (106,0); +}, +{ +name = top; +pos = (116,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-51,-145,ls), +(-14,-141,o), +(9,-118,o), +(19,-68,cs), +(46,64,l), +(-9,64,l), +(-22,0,l), +(6,0,l), +(-6,-63,ls), +(-12,-93,o), +(-23,-115,o), +(-47,-118,cs), +(-54,-119,l), +(-60,-146,l) +); +} +); +width = 120; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-35,0); +}, +{ +name = "#exit"; +pos = (214,0); +}, +{ +name = top; +pos = (165,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,-177,ls), +(46,-177,o), +(122,-142,o), +(145,-31,cs), +(187,175,l), +(-10,175,l), +(-46,0,l), +(43,0,l), +(39,-24,ls), +(31,-63,o), +(6,-85,o), +(-45,-85,cs), +(-69,-85,l), +(-88,-177,l) +); +} +); +width = 211; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-26,0); +}, +{ +name = "#exit"; +pos = (109,0); +}, +{ +name = top; +pos = (118,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-49,-145,ls), +(-12,-141,o), +(9,-118,o), +(20,-68,cs), +(48,63,l), +(-14,63,l), +(-27,0,l), +(9,0,l), +(-4,-63,ls), +(-10,-93,o), +(-21,-115,o), +(-45,-118,cs), +(-52,-119,l), +(-58,-146,l) +); +} +); +width = 123; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-15,0); +}, +{ +name = "#exit"; +pos = (251,0); +}, +{ +name = top; +pos = (179,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(-18,-177,ls), +(73,-177,o), +(153,-133,o), +(177,-23,cs), +(221,175,l), +(-3,175,l), +(-41,0,l), +(58,0,l), +(55,-16,ls), +(48,-55,o), +(22,-77,o), +(-28,-77,cs), +(-62,-77,l), +(-83,-177,l) ); } ); -width = 268; +width = 251; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/commaaccentcomb.glyph b/sources/MonaSans.glyphspackage/glyphs/commaaccentcomb.glyph index 44610a04..f315e7e7 100644 --- a/sources/MonaSans.glyphspackage/glyphs/commaaccentcomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/commaaccentcomb.glyph @@ -26,7 +26,7 @@ width = 151; anchors = ( { name = _bottom; -pos = (182,0); +pos = (190,0); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -34,98 +34,98 @@ shapes = ( { closed = 1; nodes = ( -(184,-208,l), -(271,-59,l), -(93,-59,l), -(40,-208,l) +(192,-208,l), +(279,-59,l), +(101,-59,l), +(48,-208,l) ); } ); -width = 311; +width = 327; }, { anchors = ( { name = _bottom; -pos = (106,0); +pos = (101,0); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(69,-193,l), -(123,-57,l), -(88,-57,l), -(40,-193,l) +(72,-192,l), +(121,-56,l), +(80,-56,l), +(40,-192,l) ); } ); -width = 163; +width = 161; }, { anchors = ( { name = _bottom; -pos = (170,0); +pos = (190,0); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(184,-217,l), -(262,-57,l), -(78,-57,l), -(40,-217,l) +(210,-231,l), +(297,-56,l), +(83,-56,l), +(46,-231,l) ); } ); -width = 302; +width = 343; }, { anchors = ( { name = _bottom; -pos = (101,0); +pos = (107,0); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(72,-192,l), -(121,-56,l), -(80,-56,l), -(40,-192,l) +(70,-193,l), +(124,-57,l), +(89,-57,l), +(43,-193,l) ); } ); -width = 161; +width = 164; }, { anchors = ( { name = _bottom; -pos = (184,0); +pos = (163,0); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(204,-231,l), -(291,-56,l), -(77,-56,l), -(40,-231,l) +(181,-217,l), +(254,-57,l), +(71,-57,l), +(39,-217,l) ); } ); -width = 331; +width = 292; }, { anchors = ( @@ -152,7 +152,7 @@ width = 151; anchors = ( { name = _bottom; -pos = (124,0); +pos = (132,0); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -160,14 +160,14 @@ shapes = ( { closed = 1; nodes = ( -(83,-208,l), -(200,-59,l), -(24,-59,l), -(-59,-208,l) +(91,-208,l), +(208,-59,l), +(32,-59,l), +(-51,-208,l) ); } ); -width = 308; +width = 324; }, { anchors = ( @@ -236,7 +236,7 @@ width = 161; anchors = ( { name = _bottom; -pos = (123,0); +pos = (129,0); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -244,14 +244,266 @@ shapes = ( { closed = 1; nodes = ( -(100,-232,l), -(213,-56,l), -(9,-56,l), -(-64,-232,l) +(106,-232,l), +(219,-56,l), +(15,-56,l), +(-58,-232,l) +); +} +); +width = 333; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (77,0); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(46,-195,l), +(91,-59,l), +(62,-59,l), +(20,-195,l) +); +} +); +width = 111; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (172,0); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,-208,l), +(261,-59,l), +(83,-59,l), +(30,-208,l) +); +} +); +width = 291; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (86,0); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,-193,l), +(103,-57,l), +(68,-57,l), +(20,-193,l) +); +} +); +width = 123; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (149,0); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(163,-217,l), +(241,-57,l), +(57,-57,l), +(19,-217,l) +); +} +); +width = 260; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (91,0); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-192,l), +(111,-56,l), +(70,-56,l), +(30,-192,l) +); +} +); +width = 141; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (174,0); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(194,-231,l), +(281,-56,l), +(67,-56,l), +(30,-231,l) +); +} +); +width = 311; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (20,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-51,-195,l), +(22,-59,l), +(-7,-59,l), +(-77,-195,l) +); +} +); +width = 105; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (113,0); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,-208,l), +(189,-59,l), +(13,-59,l), +(-70,-208,l) +); +} +); +width = 286; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (28,0); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-49,-193,l), +(33,-57,l), +(-2,-57,l), +(-78,-193,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (86,0); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(54,-217,l), +(166,-57,l), +(-18,-57,l), +(-90,-217,l) +); +} +); +width = 245; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (38,0); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-31,-192,l), +(46,-56,l), +(5,-56,l), +(-63,-192,l) +); +} +); +width = 141; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (108,0); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(85,-232,l), +(198,-56,l), +(-6,-56,l), +(-79,-232,l) ); } ); -width = 321; +width = 291; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/commaturnedabovecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/commaturnedabovecomb.glyph index 713b0324..50827640 100644 --- a/sources/MonaSans.glyphspackage/glyphs/commaturnedabovecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/commaturnedabovecomb.glyph @@ -32,7 +32,7 @@ width = 166; anchors = ( { name = _top; -pos = (101,678); +pos = (109,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -40,74 +40,74 @@ shapes = ( { closed = 1; nodes = ( -(162,735,l), -(162,758,ls), -(162,821,o), -(170,852,o), -(201,883,c), -(152,952,l), -(73,915,o), -(40,862,o), -(40,776,cs), -(40,735,l) +(170,735,l), +(170,758,ls), +(170,821,o), +(178,852,o), +(209,883,c), +(160,952,l), +(81,915,o), +(48,862,o), +(48,776,cs), +(48,735,l) ); } ); -width = 241; +width = 257; }, { anchors = ( { name = _top; -pos = (56,672); +pos = (57,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(71,746,l), -(71,777,ls), -(71,823,o), -(95,857,o), -(129,882,c), -(113,901,l), -(75,875,o), -(40,835,o), +(73,746,l), +(73,777,ls), +(73,819,o), +(92,848,o), +(141,882,c), +(125,901,l), +(73,873,o), +(40,828,o), (40,777,cs), (40,746,l) ); } ); -width = 169; +width = 181; }, { anchors = ( { name = _top; -pos = (114,678); +pos = (126,678); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(188,735,l), -(188,760,ls), -(188,823,o), -(197,854,o), -(231,895,c), -(159,973,l), -(75,919,o), -(40,865,o), -(40,778,cs), -(40,735,l) +(206,735,l), +(206,770,ls), +(206,831,o), +(214,862,o), +(243,901,c), +(165,979,l), +(81,926,o), +(46,873,o), +(46,788,cs), +(46,735,l) ); } ); -width = 271; +width = 289; }, { anchors = ( @@ -116,52 +116,52 @@ name = _top; pos = (57,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(73,746,l), -(73,777,ls), -(73,819,o), -(92,848,o), -(141,882,c), -(125,901,l), -(73,873,o), -(40,828,o), -(40,777,cs), -(40,746,l) +(72,746,l), +(72,777,ls), +(72,823,o), +(96,857,o), +(130,882,c), +(114,901,l), +(76,875,o), +(43,835,o), +(43,777,cs), +(43,746,l) ); } ); -width = 181; +width = 170; }, { anchors = ( { name = _top; -pos = (120,678); +pos = (112,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(200,735,l), -(200,770,ls), -(200,831,o), -(208,862,o), -(237,901,c), -(159,979,l), -(75,926,o), -(40,873,o), -(40,788,cs), -(40,735,l) +(185,735,l), +(185,760,ls), +(185,823,o), +(191,854,o), +(222,895,c), +(150,973,l), +(70,920,o), +(39,865,o), +(39,778,cs), +(39,735,l) ); } ); -width = 277; +width = 259; }, { anchors = ( @@ -194,7 +194,7 @@ width = 166; anchors = ( { name = _top; -pos = (186,678); +pos = (194,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -202,20 +202,20 @@ shapes = ( { closed = 1; nodes = ( -(259,735,l), -(263,758,ls), -(276,821,o), -(291,852,o), -(328,883,c), -(293,952,l), -(207,915,o), -(163,862,o), -(145,776,cs), -(137,735,l) +(267,735,l), +(271,758,ls), +(284,821,o), +(299,852,o), +(336,883,c), +(301,952,l), +(215,915,o), +(171,862,o), +(153,776,cs), +(145,735,l) ); } ); -width = 241; +width = 257; }, { anchors = ( @@ -302,7 +302,7 @@ width = 181; anchors = ( { name = _top; -pos = (204,678); +pos = (210,678); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -310,20 +310,344 @@ shapes = ( { closed = 1; nodes = ( -(296,735,l), -(303,770,ls), -(316,831,o), -(330,862,o), -(367,901,c), -(305,979,l), -(210,926,o), -(164,873,o), -(147,788,cs), -(136,735,l) +(302,735,l), +(309,770,ls), +(322,831,o), +(336,862,o), +(373,901,c), +(311,979,l), +(216,926,o), +(170,873,o), +(153,788,cs), +(142,735,l) +); +} +); +width = 289; +}, +{ +anchors = ( +{ +name = _top; +pos = (36,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(50,746,l), +(50,780,ls), +(50,825,o), +(73,857,o), +(106,882,c), +(91,900,l), +(54,875,o), +(20,836,o), +(20,780,cs), +(20,746,l) +); +} +); +width = 126; +}, +{ +anchors = ( +{ +name = _top; +pos = (91,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(152,735,l), +(152,758,ls), +(152,821,o), +(160,852,o), +(191,883,c), +(142,952,l), +(63,915,o), +(30,862,o), +(30,776,cs), +(30,735,l) +); +} +); +width = 221; +}, +{ +anchors = ( +{ +name = _top; +pos = (36,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(51,746,l), +(51,777,ls), +(51,823,o), +(75,857,o), +(109,882,c), +(93,901,l), +(55,875,o), +(20,835,o), +(20,777,cs), +(20,746,l) +); +} +); +width = 129; +}, +{ +anchors = ( +{ +name = _top; +pos = (93,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(167,735,l), +(167,760,ls), +(167,823,o), +(176,854,o), +(210,895,c), +(138,973,l), +(54,919,o), +(19,865,o), +(19,778,cs), +(19,735,l) +); +} +); +width = 229; +}, +{ +anchors = ( +{ +name = _top; +pos = (47,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(63,746,l), +(63,777,ls), +(63,819,o), +(82,848,o), +(131,882,c), +(115,901,l), +(63,873,o), +(30,828,o), +(30,777,cs), +(30,746,l) +); +} +); +width = 161; +}, +{ +anchors = ( +{ +name = _top; +pos = (110,678); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,735,l), +(190,770,ls), +(190,831,o), +(198,862,o), +(227,901,c), +(149,979,l), +(65,926,o), +(30,873,o), +(30,788,cs), +(30,735,l) +); +} +); +width = 257; +}, +{ +anchors = ( +{ +name = _top; +pos = (119,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,746,l), +(155,780,ls), +(164,825,o), +(194,857,o), +(232,882,c), +(221,900,l), +(179,875,o), +(137,836,o), +(125,780,cs), +(118,746,l) +); +} +); +width = 120; +}, +{ +anchors = ( +{ +name = _top; +pos = (175,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(248,735,l), +(252,758,ls), +(265,821,o), +(280,852,o), +(317,883,c), +(282,952,l), +(196,915,o), +(152,862,o), +(134,776,cs), +(126,735,l) +); +} +); +width = 219; +}, +{ +anchors = ( +{ +name = _top; +pos = (118,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,746,l), +(154,777,ls), +(164,823,o), +(195,857,o), +(234,882,c), +(222,901,l), +(179,875,o), +(135,835,o), +(123,777,cs), +(117,746,l) +); +} +); +width = 121; +}, +{ +anchors = ( +{ +name = _top; +pos = (169,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,735,l), +(261,760,ls), +(274,823,o), +(289,854,o), +(331,895,c), +(276,973,l), +(180,919,o), +(134,865,o), +(116,778,cs), +(107,735,l) +); +} +); +width = 213; +}, +{ +anchors = ( +{ +name = _top; +pos = (132,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(164,746,l), +(168,767,ls), +(177,816,o), +(203,850,o), +(260,882,c), +(248,901,l), +(192,877,o), +(148,837,o), +(135,767,cs), +(131,746,l) +); +} +); +width = 161; +}, +{ +anchors = ( +{ +name = _top; +pos = (189,678); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,735,l), +(288,770,ls), +(301,831,o), +(315,862,o), +(352,901,c), +(290,979,l), +(195,926,o), +(149,873,o), +(132,788,cs), +(121,735,l) ); } ); -width = 277; +width = 247; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/copyright.glyph b/sources/MonaSans.glyphspackage/glyphs/copyright.glyph index eb65ac6b..d2a53b70 100644 --- a/sources/MonaSans.glyphspackage/glyphs/copyright.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/copyright.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = copyright; +kernRight = KO_copyright; layers = ( { background = { @@ -86,11 +87,1087 @@ ref = whiteCircle; }, { alignment = 1; -pos = (150,0); +pos = (158,0); ref = _copyright.C; } ); -width = 706; +width = 722; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (349,365); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(412,150,o), +(446,195,o), +(453,285,c), +(423,285,l), +(415,216,o), +(397,176,o), +(344,176,cs), +(291,176,o), +(256,215,o), +(256,365,cs), +(256,514,o), +(291,553,o), +(344,553,cs), +(389,553,o), +(414,525,o), +(423,443,c), +(453,443,l), +(445,552,o), +(396,581,o), +(344,581,cs), +(248,581,o), +(226,493,o), +(226,365,cs), +(226,237,o), +(248,150,o), +(344,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (186,0); +ref = _copyright.C; +} +); +width = 698; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (442,363); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(546,161,o), +(630,217,o), +(644,300,c), +(607,300,l), +(592,237,o), +(529,193,o), +(447,193,cs), +(339,193,o), +(277,260,o), +(277,362,cs), +(277,465,o), +(346,533,o), +(449,533,cs), +(525,533,o), +(585,500,o), +(604,434,c), +(640,434,l), +(628,513,o), +(551,565,o), +(449,565,cs), +(325,565,o), +(241,483,o), +(241,362,cs), +(241,238,o), +(321,161,o), +(446,161,cs) +); +}, +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (201,0); +ref = _copyright.C; +} +); +width = 884; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (430,364); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(553,154,o), +(653,216,o), +(656,318,c), +(498,318,l), +(490,288,o), +(465,273,o), +(436,273,cs), +(392,273,o), +(363,303,o), +(363,365,cs), +(363,418,o), +(387,455,o), +(436,455,cs), +(467,455,o), +(493,439,o), +(497,410,c), +(655,410,l), +(652,507,o), +(570,574,o), +(437,574,cs), +(296,574,o), +(204,498,o), +(204,366,cs), +(204,238,o), +(289,154,o), +(429,154,cs) +); +}, +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (170,0); +ref = _copyright.C; +} +); +width = 872; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (435,363); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(540,160,o), +(606,217,o), +(614,300,c), +(579,300,l), +(571,231,o), +(515,192,o), +(444,192,cs), +(353,192,o), +(292,257,o), +(292,362,cs), +(292,464,o), +(350,535,o), +(445,535,cs), +(507,535,o), +(565,503,o), +(578,435,c), +(612,435,l), +(603,513,o), +(536,567,o), +(447,567,cs), +(332,567,o), +(257,484,o), +(257,362,cs), +(257,241,o), +(332,160,o), +(444,160,cs) +); +}, +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (216,0); +ref = _copyright.C; +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (428,365); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(546,163,o), +(626,225,o), +(629,319,c), +(496,319,l), +(492,293,o), +(471,274,o), +(434,274,cs), +(393,274,o), +(366,301,o), +(366,365,cs), +(366,420,o), +(387,455,o), +(435,455,cs), +(465,455,o), +(489,441,o), +(495,410,c), +(629,410,l), +(627,499,o), +(552,567,o), +(438,567,cs), +(309,567,o), +(226,488,o), +(226,365,cs), +(226,243,o), +(308,163,o), +(434,163,cs) +); +}, +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (183,0); +ref = _copyright.C; +} +); +width = 834; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (386,365); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(449,150,o), +(483,195,o), +(490,285,c), +(460,285,l), +(452,216,o), +(434,176,o), +(381,176,cs), +(328,176,o), +(293,215,o), +(293,365,cs), +(293,514,o), +(328,553,o), +(381,553,cs), +(426,553,o), +(451,525,o), +(460,443,c), +(490,443,l), +(482,552,o), +(433,581,o), +(381,581,cs), +(285,581,o), +(263,493,o), +(263,365,cs), +(263,237,o), +(285,150,o), +(381,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (187,0); +ref = _copyright.C; +} +); +width = 727; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (385,366); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(480,123,o), +(539,173,o), +(548,303,c), +(420,303,l), +(418,252,o), +(409,229,o), +(388,229,cs), +(364,229,o), +(356,263,o), +(356,365,cs), +(356,474,o), +(365,503,o), +(388,503,cs), +(409,503,o), +(418,485,o), +(420,429,c), +(548,429,l), +(540,556,o), +(484,610,o), +(388,610,cs), +(284,610,o), +(222,538,o), +(222,367,cs), +(222,193,o), +(287,123,o), +(388,123,cs) +); +}, +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (158,0); +ref = _copyright.C; +} +); +width = 747; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (467,363); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(572,160,o), +(638,217,o), +(646,300,c), +(611,300,l), +(603,231,o), +(547,192,o), +(476,192,cs), +(385,192,o), +(324,257,o), +(324,362,cs), +(324,464,o), +(382,535,o), +(477,535,cs), +(539,535,o), +(597,503,o), +(610,435,c), +(644,435,l), +(635,513,o), +(568,567,o), +(479,567,cs), +(364,567,o), +(289,484,o), +(289,362,cs), +(289,241,o), +(364,160,o), +(476,160,cs) +); +}, +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (222,0); +ref = _copyright.C; +} +); +width = 891; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (456,365); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(574,163,o), +(654,225,o), +(657,319,c), +(524,319,l), +(520,293,o), +(499,274,o), +(462,274,cs), +(421,274,o), +(394,301,o), +(394,365,cs), +(394,420,o), +(415,455,o), +(463,455,cs), +(493,455,o), +(517,441,o), +(523,410,c), +(657,410,l), +(655,499,o), +(580,567,o), +(466,567,cs), +(337,567,o), +(254,488,o), +(254,365,cs), +(254,243,o), +(336,163,o), +(462,163,cs) +); +}, +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (189,0); +ref = _copyright.C; +} +); +width = 873; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (473,363); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(577,161,o), +(661,217,o), +(675,300,c), +(638,300,l), +(623,237,o), +(560,193,o), +(478,193,cs), +(370,193,o), +(308,260,o), +(308,362,cs), +(308,465,o), +(377,533,o), +(480,533,cs), +(556,533,o), +(616,500,o), +(635,434,c), +(671,434,l), +(659,513,o), +(582,565,o), +(480,565,cs), +(356,565,o), +(272,483,o), +(272,362,cs), +(272,238,o), +(352,161,o), +(477,161,cs) +); +}, +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (205,0); +ref = _copyright.C; +} +); +width = 903; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (459,364); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(582,154,o), +(682,216,o), +(685,318,c), +(527,318,l), +(519,288,o), +(494,273,o), +(465,273,cs), +(421,273,o), +(392,303,o), +(392,365,cs), +(392,418,o), +(416,455,o), +(465,455,cs), +(496,455,o), +(522,439,o), +(526,410,c), +(684,410,l), +(681,507,o), +(599,574,o), +(466,574,cs), +(325,574,o), +(233,498,o), +(233,366,cs), +(233,238,o), +(318,154,o), +(458,154,cs) +); +}, +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,67,o), +(151,181,o), +(151,364,cs), +(151,547,o), +(279,661,o), +(459,661,cs), +(640,661,o), +(767,547,o), +(767,364,cs), +(767,181,o), +(640,67,o), +(459,67,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (174,0); +ref = _copyright.C; +} +); +width = 892; }, { background = { @@ -168,14 +1245,14 @@ nodes = ( } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { -alignment = 1; +alignment = -1; pos = (186,0); ref = _copyright.C; } @@ -187,6 +1264,96 @@ background = { anchors = ( { name = center; +pos = (353,366); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(448,123,o), +(507,173,o), +(516,303,c), +(388,303,l), +(386,252,o), +(377,229,o), +(356,229,cs), +(332,229,o), +(324,263,o), +(324,365,cs), +(324,474,o), +(333,503,o), +(356,503,cs), +(377,503,o), +(386,485,o), +(388,429,c), +(516,429,l), +(508,556,o), +(452,610,o), +(356,610,cs), +(252,610,o), +(190,538,o), +(190,367,cs), +(190,193,o), +(255,123,o), +(356,123,cs) +); +}, +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = whiteCircle; +}, +{ +alignment = -1; +pos = (140,0); +ref = _copyright.C; +} +); +width = 706; +}, +{ +background = { +anchors = ( +{ +name = center; pos = (435,363); } ); @@ -258,14 +1425,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { -alignment = 1; +alignment = -1; pos = (217,0); ref = _copyright.C; } @@ -434,7 +1601,7 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { alignment = 1; @@ -442,11 +1609,11 @@ ref = whiteCircle; }, { alignment = 1; -pos = (186,0); +pos = (165,0); ref = _copyright.C; } ); -width = 855; +width = 813; }, { background = { @@ -524,15 +1691,15 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { -alignment = 1; -pos = (201,0); +alignment = -1; +pos = (191,0); ref = _copyright.C; } ); @@ -614,15 +1781,15 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { -alignment = 1; -pos = (164,0); +alignment = -1; +pos = (154,0); ref = _copyright.C; } ); @@ -704,7 +1871,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -712,11 +1879,11 @@ ref = whiteCircle; }, { alignment = 1; -pos = (187,0); +pos = (164,0); ref = _copyright.C; } ); -width = 727; +width = 681; }, { background = { @@ -794,7 +1961,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -802,11 +1969,11 @@ ref = whiteCircle; }, { alignment = 1; -pos = (150,0); +pos = (139,0); ref = _copyright.C; } ); -width = 731; +width = 709; }, { background = { @@ -884,7 +2051,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -892,11 +2059,11 @@ ref = whiteCircle; }, { alignment = 1; -pos = (222,0); +pos = (198,0); ref = _copyright.C; } ); -width = 891; +width = 843; }, { background = { @@ -974,7 +2141,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -982,11 +2149,11 @@ ref = whiteCircle; }, { alignment = 1; -pos = (189,0); +pos = (160,0); ref = _copyright.C; } ); -width = 873; +width = 815; }, { background = { @@ -1064,7 +2231,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -1072,11 +2239,11 @@ ref = whiteCircle; }, { alignment = 1; -pos = (205,0); +pos = (195,0); ref = _copyright.C; } ); -width = 903; +width = 883; }, { background = { @@ -1154,7 +2321,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -1162,11 +2329,11 @@ ref = whiteCircle; }, { alignment = 1; -pos = (168,0); +pos = (153,0); ref = _copyright.C; } ); -width = 880; +width = 850; } ); metricLeft = whiteCircle; diff --git a/sources/MonaSans.glyphspackage/glyphs/currency.glyph b/sources/MonaSans.glyphspackage/glyphs/currency.glyph index 096c623f..ded72833 100644 --- a/sources/MonaSans.glyphspackage/glyphs/currency.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/currency.glyph @@ -7,63 +7,63 @@ shapes = ( { closed = 1; nodes = ( -(203,182,l), -(230,172,o), -(257,166,o), -(290,166,cs), -(323,166,o), -(351,172,o), -(378,182,c), -(474,85,l), -(567,179,l), -(477,269,l), -(491,297,o), -(498,327,o), -(498,360,cs), -(498,394,o), -(491,425,o), -(476,454,c), -(566,543,l), -(473,637,l), -(376,539,l), -(350,549,o), -(317,554,o), -(290,554,cs), -(263,554,o), -(231,549,o), -(205,539,c), -(108,637,l), -(15,543,l), -(105,454,l), -(90,426,o), -(83,393,o), -(83,360,cs), -(83,329,o), -(89,298,o), -(104,269,c), -(14,179,l), -(107,85,l) -); -}, -{ -closed = 1; -nodes = ( -(252,294,o), -(222,320,o), -(222,360,cs), -(222,400,o), -(252,427,o), -(290,427,cs), -(329,427,o), -(359,400,o), -(359,360,cs), -(359,320,o), -(328,294,o), -(290,294,cs) +(211,182,l), +(238,172,o), +(265,166,o), +(298,166,cs), +(331,166,o), +(359,172,o), +(386,182,c), +(482,85,l), +(575,179,l), +(485,269,l), +(499,297,o), +(506,327,o), +(506,360,cs), +(506,394,o), +(499,425,o), +(484,454,c), +(574,543,l), +(481,637,l), +(384,539,l), +(358,549,o), +(325,554,o), +(298,554,cs), +(271,554,o), +(239,549,o), +(213,539,c), +(116,637,l), +(23,543,l), +(113,454,l), +(98,426,o), +(91,393,o), +(91,360,cs), +(91,329,o), +(97,298,o), +(112,269,c), +(22,179,l), +(115,85,l) +); +}, +{ +closed = 1; +nodes = ( +(260,294,o), +(230,320,o), +(230,360,cs), +(230,400,o), +(260,427,o), +(298,427,cs), +(337,427,o), +(367,400,o), +(367,360,cs), +(367,320,o), +(336,294,o), +(298,294,cs) ); } ); -width = 581; +width = 597; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -130,64 +130,192 @@ nodes = ( width = 443; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,201,l), +(210,174,o), +(254,158,o), +(304,158,cs), +(353,158,o), +(397,173,o), +(432,202,c), +(551,83,l), +(574,103,l), +(455,223,l), +(484,255,o), +(502,301,o), +(502,350,cs), +(502,403,o), +(483,446,o), +(456,480,c), +(574,597,l), +(551,620,l), +(432,501,l), +(398,529,o), +(352,543,o), +(304,543,cs), +(251,543,o), +(207,526,o), +(175,501,c), +(57,620,l), +(34,597,l), +(152,480,l), +(123,446,o), +(104,399,o), +(104,350,cs), +(104,300,o), +(123,255,o), +(151,223,c), +(34,103,l), +(57,83,l) +); +}, +{ +closed = 1; +nodes = ( +(207,189,o), +(137,257,o), +(137,350,cs), +(137,444,o), +(208,511,o), +(304,511,cs), +(399,511,o), +(469,444,o), +(469,350,cs), +(469,257,o), +(400,189,o), +(304,189,cs) +); +} +); +width = 608; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(235,154,l), +(264,146,o), +(294,142,o), +(326,142,cs), +(355,142,o), +(390,146,o), +(419,153,c), +(525,50,l), +(642,169,l), +(545,264,l), +(558,293,o), +(565,326,o), +(565,359,cs), +(565,391,o), +(559,425,o), +(543,456,c), +(641,551,l), +(523,669,l), +(416,564,l), +(388,572,o), +(353,576,o), +(326,576,cs), +(301,576,o), +(268,573,o), +(237,564,c), +(131,669,l), +(13,551,l), +(111,456,l), +(97,428,o), +(90,395,o), +(90,359,cs), +(90,330,o), +(94,297,o), +(110,264,c), +(12,169,l), +(130,50,l) +); +}, +{ +closed = 1; +nodes = ( +(290,303,o), +(266,323,o), +(266,358,cs), +(266,392,o), +(288,415,o), +(326,415,cs), +(363,415,o), +(387,394,o), +(387,358,cs), +(387,325,o), +(364,303,o), +(326,303,cs) +); +} +); +width = 654; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(187,207,l), -(219,182,o), -(261,167,o), -(305,167,cs), -(349,167,o), -(391,182,o), -(422,208,c), -(531,97,l), -(556,120,l), -(446,231,l), -(474,261,o), -(489,305,o), -(489,348,cs), -(489,395,o), -(473,437,o), -(447,468,c), -(556,577,l), -(531,602,l), -(422,491,l), -(391,516,o), -(349,529,o), -(305,529,cs), -(257,529,o), -(217,514,o), -(188,491,c), -(79,602,l), -(54,577,l), -(162,468,l), -(136,437,o), -(119,395,o), -(119,348,cs), -(119,302,o), -(136,260,o), -(161,231,c), -(54,120,l), -(79,97,l) -); -}, -{ -closed = 1; -nodes = ( -(218,203,o), -(156,265,o), -(156,349,cs), -(156,435,o), -(219,496,o), -(305,496,cs), -(390,496,o), -(453,435,o), -(453,349,cs), -(453,265,o), -(391,203,o), -(305,203,cs) +(186,207,l), +(218,182,o), +(258,167,o), +(302,167,cs), +(346,167,o), +(386,182,o), +(417,208,c), +(524,97,l), +(547,120,l), +(441,231,l), +(467,261,o), +(482,305,o), +(482,348,cs), +(482,395,o), +(466,437,o), +(442,468,c), +(547,577,l), +(524,602,l), +(417,491,l), +(386,516,o), +(346,529,o), +(302,529,cs), +(254,529,o), +(216,514,o), +(187,491,c), +(80,602,l), +(55,577,l), +(161,468,l), +(137,437,o), +(120,395,o), +(120,348,cs), +(120,302,o), +(137,260,o), +(160,231,c), +(55,120,l), +(80,97,l) +); +}, +{ +closed = 1; +nodes = ( +(217,203,o), +(155,265,o), +(155,349,cs), +(155,435,o), +(218,496,o), +(302,496,cs), +(385,496,o), +(447,435,o), +(447,349,cs), +(447,265,o), +(386,203,o), +(302,203,cs) ); } ); @@ -251,199 +379,71 @@ type = Stem; } ); }; -width = 609; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,158,l), -(254,151,o), -(280,146,o), -(316,146,cs), -(344,146,o), -(377,150,o), -(404,158,c), -(503,60,l), -(608,166,l), -(516,257,l), -(530,286,o), -(536,318,o), -(536,348,cs), -(536,382,o), -(530,412,o), -(515,442,c), -(607,532,l), -(502,639,l), -(402,538,l), -(372,548,o), -(340,552,o), -(316,552,cs), -(290,552,o), -(256,547,o), -(230,538,c), -(130,639,l), -(25,532,l), -(117,442,l), -(104,416,o), -(97,384,o), -(97,348,cs), -(97,321,o), -(101,288,o), -(116,257,c), -(24,166,l), -(129,60,l) -); -}, -{ -closed = 1; -nodes = ( -(282,290,o), -(254,312,o), -(254,348,cs), -(254,383,o), -(282,408,o), -(316,408,cs), -(351,408,o), -(379,383,o), -(379,348,cs), -(379,313,o), -(350,290,o), -(316,290,cs) -); -} -); -width = 632; +width = 602; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(174,201,l), -(210,174,o), -(254,158,o), -(304,158,cs), -(353,158,o), -(397,173,o), -(432,202,c), -(551,83,l), -(574,103,l), -(455,223,l), -(484,255,o), -(502,301,o), -(502,350,cs), -(502,403,o), -(483,446,o), -(456,480,c), -(574,597,l), -(551,620,l), -(432,501,l), -(398,529,o), -(352,543,o), -(304,543,cs), -(251,543,o), -(207,526,o), -(175,501,c), -(57,620,l), -(34,597,l), -(152,480,l), -(123,446,o), -(104,399,o), -(104,350,cs), -(104,300,o), -(123,255,o), -(151,223,c), -(34,103,l), -(57,83,l) -); -}, -{ -closed = 1; -nodes = ( -(207,189,o), -(137,257,o), -(137,350,cs), -(137,444,o), -(208,511,o), -(304,511,cs), -(399,511,o), -(469,444,o), -(469,350,cs), -(469,257,o), -(400,189,o), -(304,189,cs) +(223,158,l), +(248,151,o), +(272,146,o), +(307,146,cs), +(334,146,o), +(365,150,o), +(391,158,c), +(487,60,l), +(591,166,l), +(502,257,l), +(515,285,o), +(521,317,o), +(521,348,cs), +(521,383,o), +(515,413,o), +(501,442,c), +(590,532,l), +(486,639,l), +(389,538,l), +(360,548,o), +(330,552,o), +(307,552,cs), +(283,552,o), +(249,547,o), +(225,538,c), +(128,639,l), +(24,532,l), +(113,442,l), +(101,417,o), +(94,385,o), +(94,348,cs), +(94,321,o), +(98,286,o), +(112,257,c), +(23,166,l), +(127,60,l) ); -} -); -width = 608; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ closed = 1; nodes = ( -(229,154,l), -(258,146,o), -(288,142,o), -(320,142,cs), -(349,142,o), -(384,146,o), -(413,153,c), -(519,50,l), -(636,169,l), -(539,264,l), -(552,293,o), -(559,326,o), -(559,359,cs), -(559,391,o), -(553,425,o), -(537,456,c), -(635,551,l), -(517,669,l), -(410,564,l), -(382,572,o), -(347,576,o), -(320,576,cs), -(295,576,o), -(262,573,o), -(231,564,c), -(125,669,l), -(7,551,l), -(105,456,l), -(91,428,o), -(84,395,o), -(84,359,cs), -(84,330,o), -(88,297,o), -(104,264,c), -(6,169,l), -(124,50,l) -); -}, -{ -closed = 1; -nodes = ( -(284,303,o), -(260,323,o), -(260,358,cs), -(260,392,o), -(282,415,o), -(320,415,cs), -(357,415,o), -(381,394,o), -(381,358,cs), -(381,325,o), -(358,303,o), -(320,303,cs) +(276,290,o), +(249,312,o), +(249,348,cs), +(249,383,o), +(276,408,o), +(307,408,cs), +(339,408,o), +(365,383,o), +(365,348,cs), +(365,313,o), +(338,290,o), +(307,290,cs) ); } ); -width = 642; +width = 613; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -515,63 +515,63 @@ shapes = ( { closed = 1; nodes = ( -(244,182,l), -(270,172,o), -(297,166,o), -(330,166,cs), -(362,166,o), -(390,172,o), -(417,182,c), -(509,85,l), -(604,179,l), -(518,269,l), -(533,297,o), -(541,327,o), -(542,360,cs), -(543,394,o), -(538,425,o), -(524,454,c), -(616,543,l), -(527,637,l), -(428,539,l), -(402,549,o), -(370,554,o), -(343,554,cs), -(316,554,o), -(285,549,o), -(258,539,c), -(166,637,l), -(70,543,l), -(156,454,l), -(141,426,o), -(133,393,o), -(131,360,cs), -(130,329,o), -(135,298,o), -(149,269,c), -(57,179,l), -(146,85,l) -); -}, -{ -closed = 1; -nodes = ( -(296,294,o), -(268,320,o), -(269,360,cs), -(270,400,o), -(301,427,o), -(339,427,cs), -(377,427,o), -(406,400,o), -(405,360,cs), -(403,320,o), -(372,294,o), -(334,294,cs) +(252,182,l), +(278,172,o), +(305,166,o), +(338,166,cs), +(370,166,o), +(398,172,o), +(425,182,c), +(517,85,l), +(612,179,l), +(526,269,l), +(541,297,o), +(549,327,o), +(550,360,cs), +(551,394,o), +(546,425,o), +(532,454,c), +(624,543,l), +(535,637,l), +(436,539,l), +(410,549,o), +(378,554,o), +(351,554,cs), +(324,554,o), +(293,549,o), +(266,539,c), +(174,637,l), +(78,543,l), +(164,454,l), +(149,426,o), +(141,393,o), +(139,360,cs), +(138,329,o), +(143,298,o), +(157,269,c), +(65,179,l), +(154,85,l) +); +}, +{ +closed = 1; +nodes = ( +(304,294,o), +(276,320,o), +(277,360,cs), +(278,400,o), +(309,427,o), +(347,427,cs), +(385,427,o), +(414,400,o), +(413,360,cs), +(411,320,o), +(380,294,o), +(342,294,cs) ); } ); -width = 637; +width = 653; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -771,63 +771,891 @@ shapes = ( { closed = 1; nodes = ( -(265,154,l), -(293,146,o), -(323,142,o), -(354,142,cs), -(383,142,o), -(418,146,o), -(447,153,c), -(548,50,l), -(668,169,l), -(575,264,l), -(589,293,o), -(597,326,o), -(599,359,cs), -(600,391,o), -(595,425,o), -(580,456,c), -(680,551,l), -(568,669,l), -(458,564,l), -(431,572,o), -(396,576,o), -(369,576,cs), -(345,576,o), -(312,573,o), -(281,564,c), -(180,669,l), -(59,551,l), -(152,456,l), -(138,428,o), -(130,395,o), -(128,359,cs), -(127,330,o), -(130,297,o), -(145,264,c), -(44,169,l), -(157,50,l) -); -}, -{ -closed = 1; -nodes = ( -(324,303,o), -(301,323,o), -(302,358,cs), -(304,392,o), -(326,415,o), -(364,415,cs), -(400,415,o), -(424,394,o), -(422,358,cs), -(421,325,o), -(398,303,o), -(360,303,cs) +(271,154,l), +(299,146,o), +(329,142,o), +(360,142,cs), +(389,142,o), +(424,146,o), +(453,153,c), +(554,50,l), +(674,169,l), +(581,264,l), +(595,293,o), +(603,326,o), +(605,359,cs), +(606,391,o), +(601,425,o), +(586,456,c), +(686,551,l), +(574,669,l), +(464,564,l), +(437,572,o), +(402,576,o), +(375,576,cs), +(351,576,o), +(318,573,o), +(287,564,c), +(186,669,l), +(65,551,l), +(158,456,l), +(144,428,o), +(136,395,o), +(134,359,cs), +(133,330,o), +(136,297,o), +(151,264,c), +(50,169,l), +(163,50,l) +); +}, +{ +closed = 1; +nodes = ( +(330,303,o), +(307,323,o), +(308,358,cs), +(310,392,o), +(332,415,o), +(370,415,cs), +(406,415,o), +(430,394,o), +(428,358,cs), +(427,325,o), +(404,303,o), +(366,303,cs) +); +} +); +width = 703; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(109,245,l), +(135,225,o), +(167,214,o), +(202,214,cs), +(238,214,o), +(269,226,o), +(292,246,c), +(379,156,l), +(400,176,l), +(314,266,l), +(332,286,o), +(347,319,o), +(347,360,cs), +(347,397,o), +(336,429,o), +(315,457,c), +(399,545,l), +(379,566,l), +(292,477,l), +(268,497,o), +(236,507,o), +(202,507,cs), +(167,507,o), +(135,496,o), +(110,477,c), +(25,566,l), +(3,545,l), +(88,457,l), +(67,431,o), +(55,396,o), +(55,360,cs), +(55,328,o), +(65,292,o), +(87,266,c), +(3,176,l), +(25,156,l) +); +}, +{ +closed = 1; +nodes = ( +(135,243,o), +(85,293,o), +(85,360,cs), +(85,428,o), +(134,478,o), +(202,478,cs), +(267,478,o), +(316,429,o), +(316,360,cs), +(316,292,o), +(267,243,o), +(202,243,cs) +); +} +); +width = 403; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(194,182,l), +(221,172,o), +(248,166,o), +(281,166,cs), +(314,166,o), +(342,172,o), +(369,182,c), +(465,85,l), +(558,179,l), +(468,269,l), +(482,297,o), +(489,327,o), +(489,360,cs), +(489,394,o), +(482,425,o), +(467,454,c), +(557,543,l), +(464,637,l), +(367,539,l), +(341,549,o), +(308,554,o), +(281,554,cs), +(254,554,o), +(222,549,o), +(196,539,c), +(99,637,l), +(6,543,l), +(96,454,l), +(81,426,o), +(74,393,o), +(74,360,cs), +(74,329,o), +(80,298,o), +(95,269,c), +(5,179,l), +(98,85,l) +); +}, +{ +closed = 1; +nodes = ( +(243,294,o), +(213,320,o), +(213,360,cs), +(213,400,o), +(243,427,o), +(281,427,cs), +(320,427,o), +(350,400,o), +(350,360,cs), +(350,320,o), +(319,294,o), +(281,294,cs) +); +} +); +width = 563; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(167,207,l), +(199,182,o), +(241,167,o), +(285,167,cs), +(329,167,o), +(371,182,o), +(402,208,c), +(511,97,l), +(536,120,l), +(426,231,l), +(454,261,o), +(469,305,o), +(469,348,cs), +(469,395,o), +(453,437,o), +(427,468,c), +(536,577,l), +(511,602,l), +(402,491,l), +(371,516,o), +(329,529,o), +(285,529,cs), +(237,529,o), +(197,514,o), +(168,491,c), +(59,602,l), +(34,577,l), +(142,468,l), +(116,437,o), +(99,395,o), +(99,348,cs), +(99,302,o), +(116,260,o), +(141,231,c), +(34,120,l), +(59,97,l) +); +}, +{ +closed = 1; +nodes = ( +(198,203,o), +(136,265,o), +(136,349,cs), +(136,435,o), +(199,496,o), +(285,496,cs), +(370,496,o), +(433,435,o), +(433,349,cs), +(433,265,o), +(371,203,o), +(285,203,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +1, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +0, +21 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +30 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +} +); +}; +width = 569; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,158,l), +(233,151,o), +(259,146,o), +(295,146,cs), +(323,146,o), +(356,150,o), +(383,158,c), +(482,60,l), +(587,166,l), +(495,257,l), +(509,286,o), +(515,318,o), +(515,348,cs), +(515,382,o), +(509,412,o), +(494,442,c), +(586,532,l), +(481,639,l), +(381,538,l), +(351,548,o), +(319,552,o), +(295,552,cs), +(269,552,o), +(235,547,o), +(209,538,c), +(109,639,l), +(4,532,l), +(96,442,l), +(83,416,o), +(76,384,o), +(76,348,cs), +(76,321,o), +(80,288,o), +(95,257,c), +(3,166,l), +(108,60,l) +); +}, +{ +closed = 1; +nodes = ( +(261,290,o), +(233,312,o), +(233,348,cs), +(233,383,o), +(261,408,o), +(295,408,cs), +(330,408,o), +(358,383,o), +(358,348,cs), +(358,313,o), +(329,290,o), +(295,290,cs) +); +} +); +width = 590; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(164,201,l), +(200,174,o), +(244,158,o), +(294,158,cs), +(343,158,o), +(387,173,o), +(422,202,c), +(541,83,l), +(564,103,l), +(445,223,l), +(474,255,o), +(492,301,o), +(492,350,cs), +(492,403,o), +(473,446,o), +(446,480,c), +(564,597,l), +(541,620,l), +(422,501,l), +(388,529,o), +(342,543,o), +(294,543,cs), +(241,543,o), +(197,526,o), +(165,501,c), +(47,620,l), +(24,597,l), +(142,480,l), +(113,446,o), +(94,399,o), +(94,350,cs), +(94,300,o), +(113,255,o), +(141,223,c), +(24,103,l), +(47,83,l) +); +}, +{ +closed = 1; +nodes = ( +(197,189,o), +(127,257,o), +(127,350,cs), +(127,444,o), +(198,511,o), +(294,511,cs), +(389,511,o), +(459,444,o), +(459,350,cs), +(459,257,o), +(390,189,o), +(294,189,cs) +); +} +); +width = 588; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(224,154,l), +(253,146,o), +(283,142,o), +(315,142,cs), +(344,142,o), +(379,146,o), +(408,153,c), +(514,50,l), +(631,169,l), +(534,264,l), +(547,293,o), +(554,326,o), +(554,359,cs), +(554,391,o), +(548,425,o), +(532,456,c), +(630,551,l), +(512,669,l), +(405,564,l), +(377,572,o), +(342,576,o), +(315,576,cs), +(290,576,o), +(257,573,o), +(226,564,c), +(120,669,l), +(2,551,l), +(100,456,l), +(86,428,o), +(79,395,o), +(79,359,cs), +(79,330,o), +(83,297,o), +(99,264,c), +(1,169,l), +(119,50,l) +); +}, +{ +closed = 1; +nodes = ( +(279,303,o), +(255,323,o), +(255,358,cs), +(255,392,o), +(277,415,o), +(315,415,cs), +(352,415,o), +(376,394,o), +(376,358,cs), +(376,325,o), +(353,303,o), +(315,303,cs) +); +} +); +width = 632; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,245,l), +(168,225,o), +(199,214,o), +(234,214,cs), +(270,214,o), +(301,226,o), +(324,246,c), +(407,156,l), +(429,176,l), +(347,266,l), +(365,286,o), +(381,319,o), +(383,360,cs), +(384,397,o), +(374,429,o), +(354,457,c), +(441,545,l), +(422,566,l), +(332,477,l), +(309,497,o), +(278,507,o), +(244,507,cs), +(210,507,o), +(178,496,o), +(152,477,c), +(71,566,l), +(49,545,l), +(130,457,l), +(108,431,o), +(95,396,o), +(94,360,cs), +(92,328,o), +(101,292,o), +(122,266,c), +(36,176,l), +(57,156,l) +); +}, +{ +closed = 1; +nodes = ( +(169,243,o), +(121,293,o), +(123,360,cs), +(126,428,o), +(176,478,o), +(243,478,cs), +(308,478,o), +(354,429,o), +(352,360,cs), +(350,292,o), +(299,243,o), +(235,243,cs) +); +} +); +width = 436; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,182,l), +(259,172,o), +(286,166,o), +(319,166,cs), +(351,166,o), +(379,172,o), +(406,182,c), +(498,85,l), +(593,179,l), +(507,269,l), +(522,297,o), +(530,327,o), +(531,360,cs), +(532,394,o), +(527,425,o), +(513,454,c), +(605,543,l), +(516,637,l), +(417,539,l), +(391,549,o), +(359,554,o), +(332,554,cs), +(305,554,o), +(274,549,o), +(247,539,c), +(155,637,l), +(59,543,l), +(145,454,l), +(130,426,o), +(122,393,o), +(120,360,cs), +(119,329,o), +(124,298,o), +(138,269,c), +(46,179,l), +(135,85,l) +); +}, +{ +closed = 1; +nodes = ( +(285,294,o), +(257,320,o), +(258,360,cs), +(259,400,o), +(290,427,o), +(328,427,cs), +(366,427,o), +(395,400,o), +(394,360,cs), +(392,320,o), +(361,294,o), +(323,294,cs) +); +} +); +width = 615; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(206,207,l), +(237,182,o), +(278,167,o), +(322,167,cs), +(365,167,o), +(407,182,o), +(439,208,c), +(543,97,l), +(569,120,l), +(464,231,l), +(492,261,o), +(509,305,o), +(510,348,cs), +(512,395,o), +(497,437,o), +(473,468,c), +(585,577,l), +(561,602,l), +(449,491,l), +(419,516,o), +(378,529,o), +(334,529,cs), +(287,529,o), +(247,514,o), +(217,491,c), +(113,602,l), +(88,577,l), +(191,468,l), +(164,437,o), +(146,395,o), +(144,348,cs), +(142,302,o), +(158,260,o), +(181,231,c), +(72,120,l), +(96,97,l) +); +}, +{ +closed = 1; +nodes = ( +(237,203,o), +(178,265,o), +(181,349,cs), +(184,435,o), +(248,496,o), +(333,496,cs), +(417,496,o), +(478,435,o), +(475,349,cs), +(472,265,o), +(408,203,o), +(323,203,cs) +); +} +); +width = 620; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,158,l), +(258,151,o), +(284,146,o), +(319,146,cs), +(347,146,o), +(380,150,o), +(407,158,c), +(501,60,l), +(609,166,l), +(521,257,l), +(536,286,o), +(543,318,o), +(544,348,cs), +(545,382,o), +(540,412,o), +(527,442,c), +(621,532,l), +(521,639,l), +(418,538,l), +(389,548,o), +(357,552,o), +(334,552,cs), +(308,552,o), +(274,547,o), +(248,538,c), +(152,639,l), +(45,532,l), +(133,442,l), +(119,416,o), +(111,384,o), +(110,348,cs), +(109,321,o), +(111,288,o), +(125,257,c), +(31,166,l), +(131,60,l) +); +}, +{ +closed = 1; +nodes = ( +(291,290,o), +(264,312,o), +(265,348,cs), +(266,383,o), +(295,408,o), +(328,408,cs), +(363,408,o), +(390,383,o), +(389,348,cs), +(388,313,o), +(358,290,o), +(324,290,cs) +); +} +); +width = 622; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(214,201,l), +(249,174,o), +(292,158,o), +(341,158,cs), +(390,158,o), +(434,173,o), +(469,202,c), +(583,83,l), +(606,103,l), +(493,223,l), +(523,255,o), +(542,301,o), +(544,350,cs), +(546,403,o), +(528,446,o), +(503,480,c), +(624,597,l), +(602,620,l), +(480,501,l), +(447,529,o), +(402,543,o), +(354,543,cs), +(302,543,o), +(258,526,o), +(225,501,c), +(113,620,l), +(89,597,l), +(202,480,l), +(172,446,o), +(151,399,o), +(150,350,cs), +(148,300,o), +(165,255,o), +(192,223,c), +(72,103,l), +(94,83,l) +); +}, +{ +closed = 1; +nodes = ( +(246,189,o), +(179,257,o), +(182,350,cs), +(186,444,o), +(258,511,o), +(353,511,cs), +(447,511,o), +(514,444,o), +(511,350,cs), +(508,257,o), +(437,189,o), +(342,189,cs) +); +} +); +width = 657; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(250,154,l), +(278,146,o), +(308,142,o), +(339,142,cs), +(368,142,o), +(403,146,o), +(432,153,c), +(533,50,l), +(653,169,l), +(560,264,l), +(574,293,o), +(582,326,o), +(584,359,cs), +(585,391,o), +(580,425,o), +(565,456,c), +(665,551,l), +(553,669,l), +(443,564,l), +(416,572,o), +(381,576,o), +(354,576,cs), +(330,576,o), +(297,573,o), +(266,564,c), +(165,669,l), +(44,551,l), +(137,456,l), +(123,428,o), +(115,395,o), +(113,359,cs), +(112,330,o), +(115,297,o), +(130,264,c), +(29,169,l), +(142,50,l) +); +}, +{ +closed = 1; +nodes = ( +(309,303,o), +(286,323,o), +(287,358,cs), +(289,392,o), +(311,415,o), +(349,415,cs), +(385,415,o), +(409,394,o), +(407,358,cs), +(406,325,o), +(383,303,o), +(345,303,cs) ); } ); -width = 691; +width = 661; } ); unicode = 164; diff --git a/sources/MonaSans.glyphspackage/glyphs/d.glyph b/sources/MonaSans.glyphspackage/glyphs/d.glyph index 7bbc246a..4b3a0a63 100644 --- a/sources/MonaSans.glyphspackage/glyphs/d.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/d.glyph @@ -1,25 +1,25 @@ { glyphname = d; -kernLeft = a; -kernRight = l; +kernLeft = KO_a; +kernRight = KO_l; layers = ( { anchors = ( { name = bottom; -pos = (235,0); +pos = (243,0); }, { name = center; -pos = (335,631); +pos = (343,631); }, { name = top; -pos = (355,729); +pos = (363,729); }, { name = topright; -pos = (443,729); +pos = (451,729); } ); background = { @@ -73,47 +73,47 @@ shapes = ( { closed = 1; nodes = ( -(208,-10,o), -(243,17,o), -(260,64,c), -(267,64,l), -(271,0,l), -(443,0,l), -(443,729,l), -(267,729,l), -(267,477,l), -(260,477,l), -(242,524,o), -(206,551,o), -(156,551,cs), -(46,551,o), -(16,444,o), -(16,271,cs), -(16,48,o), -(73,-10,o), -(156,-10,cs) +(216,-10,o), +(251,17,o), +(268,64,c), +(275,64,l), +(279,0,l), +(451,0,l), +(451,729,l), +(275,729,l), +(275,477,l), +(268,477,l), +(250,524,o), +(214,551,o), +(164,551,cs), +(54,551,o), +(24,444,o), +(24,271,cs), +(24,48,o), +(81,-10,o), +(164,-10,cs) ); }, { closed = 1; nodes = ( -(199,128,o), -(194,176,o), -(194,271,cs), -(194,381,o), -(204,415,o), -(231,415,cs), -(259,415,o), -(267,370,o), -(267,285,cs), -(267,256,ls), -(267,157,o), -(255,128,o), -(231,128,cs) +(207,128,o), +(202,176,o), +(202,271,cs), +(202,381,o), +(212,415,o), +(239,415,cs), +(267,415,o), +(275,370,o), +(275,285,cs), +(275,256,ls), +(275,157,o), +(263,128,o), +(239,128,cs) ); } ); -width = 470; +width = 486; }, { anchors = ( @@ -231,63 +231,195 @@ width = 344; anchors = ( { name = bottom; -pos = (301,0); +pos = (317,0); }, { name = center; -pos = (449,631); +pos = (506,631); }, { name = top; -pos = (301,729); +pos = (317,729); }, { name = topright; -pos = (507,729); +pos = (574,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(370,-8,o), -(441,44,o), -(468,121,c), -(471,121,l), -(473,0,l), -(507,0,l), -(507,729,l), -(470,729,l), -(470,398,l), -(468,398,l), -(441,475,o), -(370,526,o), -(272,526,cs), -(143,526,o), -(55,425,o), -(55,259,cs), -(55,94,o), -(143,-8,o), -(272,-8,cs) +(417,-15,o), +(501,41,o), +(533,124,c), +(537,124,l), +(537,0,l), +(574,0,l), +(574,729,l), +(537,729,l), +(537,387,l), +(533,387,l), +(501,471,o), +(417,526,o), +(303,526,cs), +(142,526,o), +(35,419,o), +(35,256,cs), +(35,92,o), +(142,-15,o), +(303,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(158,19,o), +(73,113,o), +(73,256,cs), +(73,399,o), +(158,492,o), +(306,492,cs), +(446,492,o), +(537,406,o), +(537,283,cs), +(537,228,ls), +(537,105,o), +(446,19,o), +(306,19,cs) +); +} +); +width = 640; +}, +{ +anchors = ( +{ +name = bottom; +pos = (367,0); +}, +{ +name = center; +pos = (553,631); +}, +{ +name = top; +pos = (367,729); +}, +{ +name = topright; +pos = (693,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(378,-8,o), +(438,24,o), +(469,70,c), +(477,70,l), +(483,0,l), +(693,0,l), +(693,729,l), +(472,729,l), +(472,475,l), +(464,475,l), +(430,526,o), +(361,554,o), +(283,554,cs), +(124,554,o), +(18,445,o), +(18,273,cs), +(18,101,o), +(124,-8,o), +(281,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(285,157,o), +(240,198,o), +(240,273,cs), +(240,348,o), +(285,388,o), +(353,388,cs), +(428,388,o), +(471,343,o), +(471,279,cs), +(471,267,ls), +(471,203,o), +(427,157,o), +(353,157,cs) +); +} +); +width = 742; +}, +{ +anchors = ( +{ +name = bottom; +pos = (298,0); +}, +{ +name = center; +pos = (444,646); +}, +{ +name = top; +pos = (298,759); +}, +{ +name = topright; +pos = (496,759); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(365,-8,o), +(433,44,o), +(457,121,c), +(460,121,l), +(462,0,l), +(496,0,l), +(496,759,l), +(459,759,l), +(459,398,l), +(457,398,l), +(433,475,o), +(365,526,o), +(273,526,cs), +(151,526,o), +(68,425,o), +(68,259,cs), +(68,94,o), +(151,-8,o), +(273,-8,cs) ); }, { closed = 1; nodes = ( -(168,26,o), -(93,112,o), -(93,259,cs), -(93,408,o), -(168,493,o), -(280,493,cs), -(400,493,o), -(470,397,o), -(470,295,cs), -(470,224,ls), -(470,122,o), -(400,26,o), -(280,26,cs) +(176,26,o), +(106,112,o), +(106,259,cs), +(106,408,o), +(176,493,o), +(281,493,cs), +(394,493,o), +(459,397,o), +(459,295,cs), +(459,224,ls), +(459,122,o), +(394,26,o), +(281,26,cs) ); } ); @@ -383,25 +515,25 @@ type = Stem; } ); }; -width = 592; +width = 581; }, { anchors = ( { name = bottom; -pos = (329,0); +pos = (319,0); }, { name = center; -pos = (475,631); +pos = (459,646); }, { name = top; -pos = (329,729); +pos = (319,759); }, { name = topright; -pos = (600,729); +pos = (574,759); } ); background = { @@ -409,89 +541,89 @@ shapes = ( { closed = 1; nodes = ( -(318,-10,o), -(377,27,o), -(401,83,c), -(411,83,l), -(418,0,l), -(602,0,l), -(602,729,l), -(411,729,l), -(411,461,l), -(401,461,l), -(377,517,o), -(318,554,o), -(241,554,cs), -(113,554,o), -(28,464,o), -(28,272,cs), -(28,80,o), -(113,-10,o), -(241,-10,cs) +(317,-10,o), +(376,27,o), +(400,83,c), +(410,83,l), +(417,0,l), +(601,0,l), +(601,729,l), +(410,729,l), +(410,461,l), +(400,461,l), +(376,517,o), +(317,554,o), +(240,554,cs), +(112,554,o), +(27,464,o), +(27,272,cs), +(27,80,o), +(112,-10,o), +(240,-10,cs) ); }, { closed = 1; nodes = ( -(260,143,o), -(223,179,o), -(223,272,cs), -(223,365,o), -(260,401,o), -(316,401,cs), -(383,401,o), -(409,349,o), -(409,294,cs), -(409,250,ls), -(409,195,o), -(383,143,o), -(316,143,cs) +(259,143,o), +(222,179,o), +(222,272,cs), +(222,365,o), +(259,401,o), +(315,401,cs), +(382,401,o), +(408,349,o), +(408,294,cs), +(408,250,ls), +(408,195,o), +(382,143,o), +(315,143,cs) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(320,-10,o), -(381,26,o), -(401,79,c), -(411,79,l), -(418,0,l), -(600,0,l), -(600,729,l), -(409,729,l), -(409,465,l), -(401,465,l), -(381,518,o), -(320,554,o), -(247,554,cs), +(305,-10,o), +(358,27,o), +(376,79,c), +(388,79,l), +(394,0,l), +(574,0,l), +(574,759,l), +(385,759,l), +(387,465,l), +(375,465,l), +(357,517,o), +(305,554,o), +(238,554,cs), (115,554,o), -(28,451,o), -(28,272,cs), -(28,93,o), +(34,451,o), +(34,272,cs), +(34,93,o), (115,-10,o), -(247,-10,cs) +(238,-10,cs) ); }, { closed = 1; nodes = ( -(248,143,o), -(223,195,o), -(223,272,cs), -(223,349,o), -(251,401,o), -(323,401,cs), -(375,401,o), -(409,363,o), -(409,295,cs), -(409,249,ls), -(409,185,o), -(381,143,o), -(318,143,cs) +(248,148,o), +(227,198,o), +(227,272,cs), +(227,347,o), +(250,397,o), +(313,397,cs), +(359,397,o), +(385,357,o), +(385,285,cs), +(385,259,ls), +(385,187,o), +(358,148,o), +(308,148,cs) ); } ); @@ -499,139 +631,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = c; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; }; -width = 654; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = center; -pos = (506,631); -}, -{ -name = top; -pos = (317,729); -}, -{ -name = topright; -pos = (574,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(417,-15,o), -(501,41,o), -(533,124,c), -(537,124,l), -(537,0,l), -(574,0,l), -(574,729,l), -(537,729,l), -(537,387,l), -(533,387,l), -(501,471,o), -(417,526,o), -(303,526,cs), -(142,526,o), -(35,419,o), -(35,256,cs), -(35,92,o), -(142,-15,o), -(303,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(158,19,o), -(73,113,o), -(73,256,cs), -(73,399,o), -(158,492,o), -(306,492,cs), -(446,492,o), -(537,406,o), -(537,283,cs), -(537,228,ls), -(537,105,o), -(446,19,o), -(306,19,cs) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (361,0); -}, -{ -name = center; -pos = (547,631); -}, -{ -name = top; -pos = (361,729); -}, -{ -name = topright; -pos = (687,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(372,-8,o), -(432,24,o), -(463,70,c), -(471,70,l), -(477,0,l), -(687,0,l), -(687,729,l), -(466,729,l), -(466,475,l), -(458,475,l), -(424,526,o), -(355,554,o), -(277,554,cs), -(118,554,o), -(12,445,o), -(12,273,cs), -(12,101,o), -(118,-8,o), -(275,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,157,o), -(234,198,o), -(234,273,cs), -(234,348,o), -(279,388,o), -(347,388,cs), -(422,388,o), -(465,343,o), -(465,279,cs), -(465,267,ls), -(465,203,o), -(421,157,o), -(347,157,cs) -); -} -); -width = 730; +width = 637; }, { anchors = ( @@ -703,19 +703,19 @@ width = 339; anchors = ( { name = bottom; -pos = (188,0); +pos = (196,0); }, { name = center; -pos = (407,631); +pos = (415,631); }, { name = top; -pos = (339,729); +pos = (347,729); }, { name = topright; -pos = (534,729); +pos = (542,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -723,47 +723,47 @@ shapes = ( { closed = 1; nodes = ( -(155,-10,o), -(191,15,o), -(213,56,c), -(220,56,l), -(213,0,l), -(385,0,l), -(537,729,l), -(360,729,l), -(306,470,l), -(300,470,l), -(292,525,o), -(254,550,o), -(203,550,cs), -(101,550,o), -(51,443,o), -(18,280,cs), -(-14,125,o), -(-19,-10,o), -(108,-10,cs) +(163,-10,o), +(199,15,o), +(221,56,c), +(228,56,l), +(221,0,l), +(393,0,l), +(545,729,l), +(368,729,l), +(314,470,l), +(308,470,l), +(300,525,o), +(262,550,o), +(211,550,cs), +(109,550,o), +(59,443,o), +(26,280,cs), +(-6,125,o), +(-11,-10,o), +(116,-10,cs) ); }, { closed = 1; nodes = ( -(173,121,o), -(169,157,o), -(193,270,cs), -(214,373,o), -(231,410,o), -(257,410,cs), -(287,410,o), -(286,373,o), -(266,277,cs), -(259,243,ls), -(238,143,o), -(221,121,o), -(201,121,cs) +(181,121,o), +(177,157,o), +(201,270,cs), +(222,373,o), +(239,410,o), +(265,410,cs), +(295,410,o), +(294,373,o), +(274,277,cs), +(267,243,ls), +(246,143,o), +(229,121,o), +(209,121,cs) ); } ); -width = 468; +width = 484; }, { anchors = ( @@ -1111,19 +1111,19 @@ width = 645; anchors = ( { name = bottom; -pos = (310,0); +pos = (316,0); }, { name = center; -pos = (610,631); +pos = (616,631); }, { name = top; -pos = (461,729); +pos = (467,729); }, { name = topright; -pos = (771,729); +pos = (777,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -1131,47 +1131,1217 @@ shapes = ( { closed = 1; nodes = ( -(320,-10,o), -(372,13,o), -(407,52,c), -(415,52,l), -(412,0,l), -(619,0,l), -(771,729,l), -(550,729,l), -(494,457,l), -(486,457,l), -(463,519,o), -(385,554,o), -(303,554,cs), -(137,554,o), -(21,433,o), -(13,248,cs), -(5,92,o), -(100,-10,o), -(248,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,154,o), -(231,193,o), -(234,256,cs), -(237,337,o), -(286,389,o), -(358,387,cs), -(429,384,o), -(467,334,o), -(454,264,cs), -(451,248,ls), -(440,191,o), -(402,154,o), -(334,154,cs) -); -} -); -width = 719; +(326,-10,o), +(378,13,o), +(413,52,c), +(421,52,l), +(418,0,l), +(625,0,l), +(777,729,l), +(556,729,l), +(500,457,l), +(492,457,l), +(469,519,o), +(391,554,o), +(309,554,cs), +(143,554,o), +(27,433,o), +(19,248,cs), +(11,92,o), +(106,-10,o), +(254,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,154,o), +(237,193,o), +(240,256,cs), +(243,337,o), +(292,389,o), +(364,387,cs), +(435,384,o), +(473,334,o), +(460,264,cs), +(457,248,ls), +(446,191,o), +(408,154,o), +(340,154,cs) +); +} +); +width = 731; +}, +{ +anchors = ( +{ +name = bottom; +pos = (166,0); +}, +{ +name = center; +pos = (240,631); +}, +{ +name = top; +pos = (166,729); +}, +{ +name = topright; +pos = (274,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(361,-8,o), +(432,44,o), +(459,121,c), +(462,121,l), +(462,0,l), +(498,0,l), +(499,729,l), +(462,729,l), +(462,398,l), +(459,398,l), +(432,475,o), +(361,526,o), +(263,526,cs), +(134,526,o), +(46,425,o), +(46,259,cs), +(46,94,o), +(134,-8,o), +(263,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(159,26,o), +(84,112,o), +(84,259,cs), +(84,408,o), +(159,493,o), +(271,493,cs), +(391,493,o), +(461,397,o), +(461,295,cs), +(461,224,ls), +(461,105,o), +(385,26,o), +(271,26,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(192,-10,o), +(226,18,o), +(244,77,c), +(245,77,l), +(246,0,l), +(275,0,l), +(275,729,l), +(245,729,l), +(245,439,l), +(244,439,l), +(225,498,o), +(191,526,o), +(142,526,cs), +(61,526,o), +(24,440,o), +(24,257,cs), +(24,75,o), +(61,-10,o), +(142,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(85,17,o), +(55,88,o), +(55,257,cs), +(55,428,o), +(85,499,o), +(150,499,cs), +(206,499,o), +(245,423,o), +(245,309,cs), +(245,206,ls), +(245,93,o), +(206,17,o), +(150,17,cs) +); +} +); +width = 310; +}, +{ +anchors = ( +{ +name = bottom; +pos = (228,0); +}, +{ +name = center; +pos = (328,631); +}, +{ +name = top; +pos = (348,729); +}, +{ +name = topright; +pos = (436,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(312,-10,o), +(373,25,o), +(404,89,c), +(414,89,l), +(414,0,l), +(605,0,l), +(605,729,l), +(414,729,l), +(414,455,l), +(404,455,l), +(375,516,o), +(318,554,o), +(245,554,cs), +(109,554,o), +(18,463,o), +(18,272,cs), +(18,103,o), +(95,-10,o), +(233,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(237,143,o), +(212,195,o), +(212,272,cs), +(212,365,o), +(252,401,o), +(309,401,cs), +(374,401,o), +(401,353,o), +(401,302,cs), +(401,242,ls), +(401,181,o), +(361,143,o), +(305,143,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,-10,o), +(236,17,o), +(259,76,c), +(260,76,l), +(264,0,l), +(436,0,l), +(436,729,l), +(260,729,l), +(260,463,l), +(259,463,l), +(235,524,o), +(199,551,o), +(149,551,cs), +(39,551,o), +(9,444,o), +(9,271,cs), +(9,48,o), +(66,-10,o), +(149,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(192,128,o), +(187,176,o), +(187,271,cs), +(187,381,o), +(197,415,o), +(224,415,cs), +(252,415,o), +(260,370,o), +(260,285,cs), +(260,256,ls), +(260,157,o), +(248,128,o), +(224,128,cs) +); +} +); +width = 453; +}, +{ +anchors = ( +{ +name = bottom; +pos = (283,0); +}, +{ +name = center; +pos = (431,631); +}, +{ +name = top; +pos = (283,729); +}, +{ +name = topright; +pos = (489,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(352,-8,o), +(423,44,o), +(450,121,c), +(453,121,l), +(455,0,l), +(489,0,l), +(489,729,l), +(452,729,l), +(452,398,l), +(450,398,l), +(423,475,o), +(352,526,o), +(254,526,cs), +(125,526,o), +(37,425,o), +(37,259,cs), +(37,94,o), +(125,-8,o), +(254,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(150,26,o), +(75,112,o), +(75,259,cs), +(75,408,o), +(150,493,o), +(262,493,cs), +(382,493,o), +(452,385,o), +(452,283,cs), +(452,232,ls), +(452,130,o), +(382,26,o), +(262,26,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = c; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +1, +12 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +} +); +}; +width = 548; +}, +{ +anchors = ( +{ +name = bottom; +pos = (308,0); +}, +{ +name = center; +pos = (454,631); +}, +{ +name = top; +pos = (308,729); +}, +{ +name = topright; +pos = (579,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(318,-10,o), +(377,27,o), +(401,83,c), +(411,83,l), +(418,0,l), +(602,0,l), +(602,729,l), +(411,729,l), +(411,461,l), +(401,461,l), +(377,517,o), +(318,554,o), +(241,554,cs), +(113,554,o), +(28,464,o), +(28,272,cs), +(28,80,o), +(113,-10,o), +(241,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(260,143,o), +(223,179,o), +(223,272,cs), +(223,365,o), +(260,401,o), +(316,401,cs), +(383,401,o), +(409,349,o), +(409,294,cs), +(409,250,ls), +(409,195,o), +(383,143,o), +(316,143,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(302,-10,o), +(360,25,o), +(389,90,c), +(390,90,l), +(397,0,l), +(579,0,l), +(579,729,l), +(388,729,l), +(388,453,l), +(387,453,l), +(362,515,o), +(302,554,o), +(226,554,cs), +(94,554,o), +(7,451,o), +(7,272,cs), +(7,93,o), +(94,-10,o), +(226,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(227,143,o), +(202,195,o), +(202,272,cs), +(202,349,o), +(230,401,o), +(300,401,cs), +(357,401,o), +(388,361,o), +(388,288,cs), +(388,254,ls), +(388,182,o), +(355,143,o), +(295,143,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = c; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; +}; +width = 609; +}, +{ +anchors = ( +{ +name = bottom; +pos = (338,0); +}, +{ +name = center; +pos = (527,631); +}, +{ +name = top; +pos = (338,729); +}, +{ +name = topright; +pos = (595,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(429,-15,o), +(521,36,o), +(557,122,c), +(558,122,l), +(558,0,l), +(595,0,l), +(595,729,l), +(558,729,l), +(558,391,l), +(557,391,l), +(522,476,o), +(430,526,o), +(310,526,cs), +(141,526,o), +(28,419,o), +(28,256,cs), +(28,92,o), +(141,-15,o), +(310,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,19,o), +(66,113,o), +(66,256,cs), +(66,399,o), +(156,492,o), +(313,492,cs), +(461,492,o), +(558,404,o), +(558,277,cs), +(558,233,ls), +(558,107,o), +(461,19,o), +(313,19,cs) +); +} +); +width = 653; +}, +{ +anchors = ( +{ +name = bottom; +pos = (365,0); +}, +{ +name = center; +pos = (551,631); +}, +{ +name = top; +pos = (365,729); +}, +{ +name = topright; +pos = (691,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(376,-8,o), +(443,24,o), +(474,70,c), +(475,70,l), +(481,0,l), +(691,0,l), +(691,729,l), +(470,729,l), +(470,475,l), +(469,475,l), +(435,526,o), +(359,554,o), +(281,554,cs), +(122,554,o), +(16,445,o), +(16,273,cs), +(16,101,o), +(122,-8,o), +(279,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,157,o), +(238,198,o), +(238,273,cs), +(238,348,o), +(283,388,o), +(351,388,cs), +(426,388,o), +(469,343,o), +(469,279,cs), +(469,267,ls), +(469,203,o), +(425,157,o), +(351,157,cs) +); +} +); +width = 721; +}, +{ +anchors = ( +{ +name = bottom; +pos = (110,0); +}, +{ +name = center; +pos = (301,631); +}, +{ +name = top; +pos = (261,729); +}, +{ +name = topright; +pos = (355,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,-10,o), +(159,16,o), +(188,70,c), +(189,70,l), +(178,0,l), +(203,0,l), +(354,729,l), +(326,729,l), +(264,431,l), +(262,431,l), +(258,488,o), +(239,524,o), +(183,524,cs), +(115,524,o), +(62,457,o), +(22,263,cs), +(-8,123,o), +(-16,-10,o), +(84,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(11,15,o), +(23,127,o), +(52,263,cs), +(83,410,o), +(116,497,o), +(186,497,cs), +(248,497,o), +(262,422,o), +(237,301,cs), +(216,198,ls), +(191,75,o), +(147,15,o), +(96,15,cs) +); +} +); +width = 293; +}, +{ +anchors = ( +{ +name = bottom; +pos = (179,0); +}, +{ +name = center; +pos = (398,631); +}, +{ +name = top; +pos = (330,729); +}, +{ +name = topright; +pos = (525,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(146,-10,o), +(182,15,o), +(204,56,c), +(211,56,l), +(204,0,l), +(376,0,l), +(528,729,l), +(351,729,l), +(297,470,l), +(291,470,l), +(283,525,o), +(245,550,o), +(194,550,cs), +(92,550,o), +(42,443,o), +(9,280,cs), +(-23,125,o), +(-28,-10,o), +(99,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(164,121,o), +(160,157,o), +(184,270,cs), +(205,373,o), +(222,410,o), +(248,410,cs), +(278,410,o), +(277,373,o), +(257,277,cs), +(250,243,ls), +(229,143,o), +(212,121,o), +(192,121,cs) +); +} +); +width = 448; +}, +{ +anchors = ( +{ +name = bottom; +pos = (213,0); +}, +{ +name = center; +pos = (500,631); +}, +{ +name = top; +pos = (364,729); +}, +{ +name = topright; +pos = (556,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(298,-10,o), +(370,26,o), +(412,103,c), +(415,103,l), +(395,0,l), +(428,0,l), +(580,729,l), +(543,729,l), +(473,391,l), +(469,391,l), +(448,477,o), +(386,526,o), +(296,526,cs), +(147,526,o), +(35,387,o), +(35,197,cs), +(35,70,o), +(106,-10,o), +(220,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(133,23,o), +(73,87,o), +(73,200,cs), +(73,369,o), +(170,492,o), +(298,492,cs), +(416,492,o), +(475,399,o), +(446,259,cs), +(434,202,ls), +(411,95,o), +(334,23,o), +(225,23,cs) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(297,-10,o), +(369,26,o), +(411,103,c), +(414,103,l), +(394,0,l), +(427,0,l), +(578,729,l), +(542,729,l), +(472,391,l), +(468,391,l), +(448,472,o), +(383,526,o), +(292,526,cs), +(138,526,o), +(34,405,o), +(34,201,cs), +(34,74,o), +(108,-10,o), +(219,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(127,24,o), +(72,96,o), +(72,205,cs), +(72,375,o), +(153,492,o), +(291,492,cs), +(412,492,o), +(474,399,o), +(445,259,cs), +(433,202,ls), +(410,95,o), +(333,24,o), +(224,24,cs) +); +} +); +width = 545; +}, +{ +anchors = ( +{ +name = bottom; +pos = (184,0); +}, +{ +name = center; +pos = (535,631); +}, +{ +name = top; +pos = (412,729); +}, +{ +name = topright; +pos = (677,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(243,-10,o), +(307,20,o), +(334,70,c), +(339,70,l), +(331,0,l), +(513,0,l), +(664,729,l), +(473,729,l), +(415,448,l), +(410,448,l), +(394,507,o), +(337,553,o), +(255,553,cs), +(124,553,o), +(25,444,o), +(3,289,cs), +(-20,123,o), +(32,-10,o), +(183,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(224,140,o), +(192,177,o), +(192,243,cs), +(192,338,o), +(235,403,o), +(308,403,cs), +(366,403,o), +(395,349,o), +(381,280,cs), +(370,227,ls), +(358,171,o), +(324,140,o), +(272,140,cs) +); +} +); +}; +guides = ( +{ +angle = 78.3; +pos = (372,448); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(254,-10,o), +(320,20,o), +(346,67,c), +(347,67,l), +(339,0,l), +(525,0,l), +(676,729,l), +(485,729,l), +(428,457,l), +(427,457,l), +(409,515,o), +(340,554,o), +(270,554,cs), +(117,554,o), +(27,431,o), +(8,276,cs), +(-14,105,o), +(58,-10,o), +(186,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(222,143,o), +(189,193,o), +(203,281,cs), +(214,353,o), +(255,401,o), +(316,401,cs), +(373,401,o), +(406,346,o), +(391,277,cs), +(383,241,ls), +(370,182,o), +(340,143,o), +(282,143,cs) +); +} +); +width = 607; +}, +{ +anchors = ( +{ +name = bottom; +pos = (279,0); +}, +{ +name = center; +pos = (594,631); +}, +{ +name = top; +pos = (430,729); +}, +{ +name = topright; +pos = (730,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-212,-10,o), +(-121,34,o), +(-83,101,c), +(-76,101,l), +(-94,0,l), +(-61,0,l), +(91,729,l), +(54,729,l), +(-22,363,l), +(-29,363,l), +(-56,463,o), +(-143,527,o), +(-263,527,cs), +(-436,527,o), +(-557,403,o), +(-557,227,cs), +(-557,84,o), +(-455,-10,o), +(-312,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(-434,24,o), +(-519,104,o), +(-519,229,cs), +(-519,388,o), +(-417,493,o), +(-261,493,cs), +(-113,493,o), +(-19,390,o), +(-47,242,cs), +(-52,216,ls), +(-74,104,o), +(-168,24,o), +(-306,24,cs) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(367,-10,o), +(464,27,o), +(514,109,c), +(517,109,l), +(498,0,l), +(531,0,l), +(683,729,l), +(646,729,l), +(570,363,l), +(566,363,l), +(552,461,o), +(459,527,o), +(337,527,cs), +(165,527,o), +(36,399,o), +(30,224,cs), +(25,81,o), +(121,-10,o), +(265,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(142,24,o), +(61,101,o), +(67,228,cs), +(74,383,o), +(186,493,o), +(333,493,cs), +(490,493,o), +(573,392,o), +(544,247,cs), +(538,217,ls), +(515,102,o), +(416,24,o), +(271,24,cs) +); +} +); +width = 642; +}, +{ +anchors = ( +{ +name = bottom; +pos = (306,0); +}, +{ +name = center; +pos = (606,631); +}, +{ +name = top; +pos = (457,729); +}, +{ +name = topright; +pos = (767,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(316,-10,o), +(375,13,o), +(410,52,c), +(411,52,l), +(408,0,l), +(615,0,l), +(767,729,l), +(546,729,l), +(490,457,l), +(489,457,l), +(466,519,o), +(381,554,o), +(299,554,cs), +(133,554,o), +(17,433,o), +(9,248,cs), +(1,92,o), +(96,-10,o), +(244,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(270,154,o), +(227,193,o), +(230,256,cs), +(233,337,o), +(282,389,o), +(354,387,cs), +(425,384,o), +(463,334,o), +(450,259,cs), +(447,243,ls), +(436,191,o), +(398,154,o), +(330,154,cs) +); +} +); +width = 700; } ); metricLeft = "=|b"; diff --git a/sources/MonaSans.glyphspackage/glyphs/dcaron.glyph b/sources/MonaSans.glyphspackage/glyphs/dcaron.glyph index 29a2b3e7..267f4242 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dcaron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dcaron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = dcaron; -kernLeft = a; -kernRight = dcaron; +kernLeft = KO_aacute; +kernRight = KO_dcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (422,0); ref = caroncomb.alt; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = d; }, { -pos = (525,0); +pos = (602,0); ref = caroncomb.alt; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = d; }, { -pos = (579,0); +pos = (677,0); ref = caroncomb.alt; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = d; }, { -pos = (602,0); +pos = (517,30); ref = caroncomb.alt; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = d; }, { -pos = (677,0); +pos = (551,30); ref = caroncomb.alt; } ); -width = 730; +width = 637; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (417,0); ref = caroncomb.alt; } ); -width = 468; +width = 484; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (666,0); ref = caroncomb.alt; } ); -width = 719; +width = 731; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = d; +}, +{ +pos = (303,0); +ref = caroncomb.alt; +} +); +width = 310; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = d; +}, +{ +pos = (425,0); +ref = caroncomb.alt; +} +); +width = 453; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = d; +}, +{ +pos = (527,0); +ref = caroncomb.alt; +} +); +width = 548; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = d; +}, +{ +pos = (579,0); +ref = caroncomb.alt; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +alignment = -1; +pos = (602,0); +ref = caroncomb.alt; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +alignment = -1; +pos = (677,0); +ref = caroncomb.alt; +} +); +width = 730; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = d; +}, +{ +pos = (290,0); +ref = caroncomb.alt; +} +); +width = 293; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = d; +}, +{ +pos = (419,0); +ref = caroncomb.alt; +} +); +width = 448; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = d; +}, +{ +pos = (501,0); +ref = caroncomb.alt; +} +); +width = 545; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = d; +}, +{ +pos = (599,0); +ref = caroncomb.alt; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = d; +}, +{ +pos = (671,0); +ref = caroncomb.alt; +} +); +width = 642; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = d; +}, +{ +pos = (677,0); +ref = caroncomb.alt; +} +); +width = 700; } ); unicode = 271; diff --git a/sources/MonaSans.glyphspackage/glyphs/dcroat.glyph b/sources/MonaSans.glyphspackage/glyphs/dcroat.glyph index a8f6b41c..aef6355e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dcroat.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dcroat.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = dcroat; -kernLeft = a; +kernLeft = KO_aacute; +kernRight = KO_jacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (154,325); ref = strokeshortcomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = d; }, { -pos = (257,324); +pos = (304,324); ref = strokeshortcomb; } ); -width = 592; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = d; }, { -pos = (260,325); +pos = (312,325); ref = strokeshortcomb; } ); -width = 654; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = d; }, { -pos = (304,324); +pos = (253,339); ref = strokeshortcomb; } ); -width = 640; +width = 581; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = d; }, { -pos = (312,325); +pos = (252,340); ref = strokeshortcomb; } ); -width = 730; +width = 637; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (218,325); ref = strokeshortcomb; } ); -width = 468; +width = 484; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,167 @@ pos = (368,325); ref = strokeshortcomb; } ); -width = 719; +width = 731; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = d; +}, +{ +pos = (126,325); +ref = strokeshortcomb; +} +); +width = 310; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = d; +}, +{ +pos = (157,325); +ref = strokeshortcomb; +} +); +width = 453; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = d; +}, +{ +pos = (259,324); +ref = strokeshortcomb; +} +); +width = 548; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = d; +}, +{ +pos = (260,325); +ref = strokeshortcomb; +} +); +width = 609; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +alignment = -1; +pos = (304,324); +ref = strokeshortcomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +alignment = -1; +pos = (312,325); +ref = strokeshortcomb; +} +); +width = 730; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = d; +}, +{ +pos = (180,325); +ref = strokeshortcomb; +} +); +width = 293; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = d; +}, +{ +pos = (220,325); +ref = strokeshortcomb; +} +); +width = 448; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = d; +}, +{ +pos = (322,324); +ref = strokeshortcomb; +} +); +width = 545; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = d; +}, +{ +pos = (342,325); +ref = strokeshortcomb; +} +); +width = 607; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = d; +}, +{ +pos = (391,324); +ref = strokeshortcomb; +} +); +width = 642; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = d; +}, +{ +pos = (379,325); +ref = strokeshortcomb; +} +); +width = 700; } ); unicode = 273; diff --git a/sources/MonaSans.glyphspackage/glyphs/degree.glyph b/sources/MonaSans.glyphspackage/glyphs/degree.glyph index ee29e08e..4b1ca5bb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/degree.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/degree.glyph @@ -1,7 +1,7 @@ { glyphname = degree; -kernLeft = degree; -kernRight = degree; +kernLeft = KO_degree; +kernRight = KO_degree; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,39 +9,39 @@ shapes = ( { closed = 1; nodes = ( -(290,387,o), -(357,450,o), -(357,563,cs), -(357,676,o), -(290,739,o), -(189,739,cs), -(88,739,o), -(21,676,o), -(21,563,cs), -(21,450,o), -(88,387,o), -(189,387,cs) +(298,387,o), +(365,450,o), +(365,563,cs), +(365,676,o), +(298,739,o), +(197,739,cs), +(96,739,o), +(29,676,o), +(29,563,cs), +(29,450,o), +(96,387,o), +(197,387,cs) ); }, { closed = 1; nodes = ( -(162,496,o), -(150,518,o), -(150,563,cs), -(150,608,o), -(162,630,o), -(189,630,cs), -(216,630,o), -(228,608,o), -(228,563,cs), -(228,518,o), -(216,496,o), -(189,496,cs) +(170,496,o), +(158,518,o), +(158,563,cs), +(158,608,o), +(170,630,o), +(197,630,cs), +(224,630,o), +(236,608,o), +(236,563,cs), +(236,518,o), +(224,496,o), +(197,496,cs) ); } ); -width = 378; +width = 394; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -84,40 +84,120 @@ nodes = ( width = 330; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,443,o), +(365,503,o), +(365,590,cs), +(365,678,o), +(298,737,o), +(212,737,cs), +(127,737,o), +(60,678,o), +(60,590,cs), +(60,503,o), +(127,443,o), +(212,443,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,478,o), +(97,524,o), +(97,590,cs), +(97,656,o), +(147,702,o), +(212,702,cs), +(278,702,o), +(328,656,o), +(328,590,cs), +(328,524,o), +(278,478,o), +(212,478,cs) +); +} +); +width = 425; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(336,386,o), +(417,457,o), +(417,563,cs), +(417,669,o), +(336,739,o), +(225,739,cs), +(114,739,o), +(33,669,o), +(33,563,cs), +(33,457,o), +(114,386,o), +(225,386,cs) +); +}, +{ +closed = 1; +nodes = ( +(193,506,o), +(167,527,o), +(167,563,cs), +(167,599,o), +(193,619,o), +(225,619,cs), +(257,619,o), +(283,599,o), +(283,563,cs), +(283,527,o), +(257,506,o), +(225,506,cs) +); +} +); +width = 450; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(322,443,o), -(389,503,o), -(389,590,cs), -(389,678,o), -(322,737,o), -(236,737,cs), +(319,443,o), +(384,503,o), +(384,590,cs), +(384,678,o), +(319,737,o), +(235,737,cs), (151,737,o), -(84,678,o), -(84,590,cs), -(84,503,o), +(85,678,o), +(85,590,cs), +(85,503,o), (151,443,o), -(236,443,cs) +(235,443,cs) ); }, { closed = 1; nodes = ( -(171,478,o), -(121,524,o), -(121,590,cs), -(121,656,o), -(171,702,o), -(236,702,cs), -(302,702,o), -(352,656,o), -(352,590,cs), -(352,524,o), -(302,478,o), -(236,478,cs) +(170,478,o), +(122,524,o), +(122,590,cs), +(122,656,o), +(170,702,o), +(235,702,cs), +(299,702,o), +(348,656,o), +(348,590,cs), +(348,524,o), +(299,478,o), +(235,478,cs) ); } ); @@ -173,127 +253,47 @@ type = Stem; } ); }; -width = 473; +width = 468; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(346,386,o), -(427,457,o), -(427,563,cs), -(427,669,o), -(346,739,o), -(235,739,cs), -(124,739,o), -(43,669,o), -(43,563,cs), -(43,457,o), -(124,386,o), -(235,386,cs) +(334,386,o), +(412,457,o), +(412,563,cs), +(412,669,o), +(334,739,o), +(227,739,cs), +(120,739,o), +(42,669,o), +(42,563,cs), +(42,457,o), +(120,386,o), +(227,386,cs) ); }, { closed = 1; nodes = ( -(203,506,o), -(177,527,o), -(177,563,cs), -(177,599,o), -(203,619,o), -(235,619,cs), -(267,619,o), -(293,599,o), -(293,563,cs), -(293,527,o), -(267,506,o), -(235,506,cs) +(198,506,o), +(174,527,o), +(174,563,cs), +(174,599,o), +(198,619,o), +(227,619,cs), +(255,619,o), +(279,599,o), +(279,563,cs), +(279,527,o), +(255,506,o), +(227,506,cs) ); } ); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,443,o), -(365,503,o), -(365,590,cs), -(365,678,o), -(298,737,o), -(212,737,cs), -(127,737,o), -(60,678,o), -(60,590,cs), -(60,503,o), -(127,443,o), -(212,443,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,478,o), -(97,524,o), -(97,590,cs), -(97,656,o), -(147,702,o), -(212,702,cs), -(278,702,o), -(328,656,o), -(328,590,cs), -(328,524,o), -(278,478,o), -(212,478,cs) -); -} -); -width = 425; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,386,o), -(411,457,o), -(411,563,cs), -(411,669,o), -(330,739,o), -(219,739,cs), -(108,739,o), -(27,669,o), -(27,563,cs), -(27,457,o), -(108,386,o), -(219,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(187,506,o), -(161,527,o), -(161,563,cs), -(161,599,o), -(187,619,o), -(219,619,cs), -(251,619,o), -(277,599,o), -(277,563,cs), -(277,527,o), -(251,506,o), -(219,506,cs) -); -} -); -width = 438; +width = 452; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -341,39 +341,39 @@ shapes = ( { closed = 1; nodes = ( -(379,386,o), -(463,460,o), -(463,571,cs), -(463,672,o), -(386,739,o), -(279,739,cs), -(167,739,o), -(83,666,o), -(83,555,cs), -(83,454,o), -(160,386,o), -(267,386,cs) +(387,386,o), +(471,460,o), +(471,571,cs), +(471,672,o), +(394,739,o), +(287,739,cs), +(175,739,o), +(91,666,o), +(91,555,cs), +(91,454,o), +(168,386,o), +(275,386,cs) ); }, { closed = 1; nodes = ( -(240,506,o), -(216,525,o), -(216,559,cs), -(216,597,o), -(242,619,o), -(275,619,cs), -(306,619,o), -(330,600,o), -(330,567,cs), -(330,529,o), -(304,506,o), -(271,506,cs) +(248,506,o), +(224,525,o), +(224,559,cs), +(224,597,o), +(250,619,o), +(283,619,cs), +(314,619,o), +(338,600,o), +(338,567,cs), +(338,529,o), +(312,506,o), +(279,506,cs) ); } ); -width = 425; +width = 441; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -501,39 +501,571 @@ shapes = ( { closed = 1; nodes = ( -(386,386,o), -(471,460,o), -(471,572,cs), -(471,673,o), -(393,739,o), -(287,739,cs), -(175,739,o), -(90,665,o), -(90,554,cs), -(90,453,o), -(168,386,o), -(274,386,cs) +(392,386,o), +(477,460,o), +(477,572,cs), +(477,673,o), +(399,739,o), +(293,739,cs), +(181,739,o), +(96,665,o), +(96,554,cs), +(96,453,o), +(174,386,o), +(280,386,cs) ); }, { closed = 1; nodes = ( -(248,506,o), -(223,526,o), -(223,561,cs), -(223,597,o), -(250,619,o), -(283,619,cs), -(314,619,o), -(339,600,o), -(339,565,cs), -(339,528,o), -(312,506,o), -(278,506,cs) +(254,506,o), +(229,526,o), +(229,561,cs), +(229,597,o), +(256,619,o), +(289,619,cs), +(320,619,o), +(345,600,o), +(345,565,cs), +(345,528,o), +(318,506,o), +(284,506,cs) +); +} +); +width = 452; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(214,453,o), +(251,511,o), +(251,593,cs), +(251,677,o), +(213,734,o), +(145,734,cs), +(77,734,o), +(39,677,o), +(39,593,cs), +(39,509,o), +(77,453,o), +(145,453,cs) +); +}, +{ +closed = 1; +nodes = ( +(99,479,o), +(69,516,o), +(69,593,cs), +(69,670,o), +(99,707,o), +(145,707,cs), +(191,707,o), +(221,670,o), +(221,593,cs), +(221,516,o), +(191,479,o), +(145,479,cs) +); +} +); +width = 290; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,387,o), +(347,450,o), +(347,563,cs), +(347,676,o), +(280,739,o), +(179,739,cs), +(78,739,o), +(11,676,o), +(11,563,cs), +(11,450,o), +(78,387,o), +(179,387,cs) +); +}, +{ +closed = 1; +nodes = ( +(152,496,o), +(140,518,o), +(140,563,cs), +(140,608,o), +(152,630,o), +(179,630,cs), +(206,630,o), +(218,608,o), +(218,563,cs), +(218,518,o), +(206,496,o), +(179,496,cs) +); +} +); +width = 358; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(302,443,o), +(369,503,o), +(369,590,cs), +(369,678,o), +(302,737,o), +(216,737,cs), +(131,737,o), +(64,678,o), +(64,590,cs), +(64,503,o), +(131,443,o), +(216,443,cs) +); +}, +{ +closed = 1; +nodes = ( +(151,478,o), +(101,524,o), +(101,590,cs), +(101,656,o), +(151,702,o), +(216,702,cs), +(282,702,o), +(332,656,o), +(332,590,cs), +(332,524,o), +(282,478,o), +(216,478,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 433; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(325,386,o), +(406,457,o), +(406,563,cs), +(406,669,o), +(325,739,o), +(214,739,cs), +(103,739,o), +(22,669,o), +(22,563,cs), +(22,457,o), +(103,386,o), +(214,386,cs) +); +}, +{ +closed = 1; +nodes = ( +(182,506,o), +(156,527,o), +(156,563,cs), +(156,599,o), +(182,619,o), +(214,619,cs), +(246,619,o), +(272,599,o), +(272,563,cs), +(272,527,o), +(246,506,o), +(214,506,cs) +); +} +); +width = 428; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(288,443,o), +(355,503,o), +(355,590,cs), +(355,678,o), +(288,737,o), +(202,737,cs), +(117,737,o), +(50,678,o), +(50,590,cs), +(50,503,o), +(117,443,o), +(202,443,cs) +); +}, +{ +closed = 1; +nodes = ( +(137,478,o), +(87,524,o), +(87,590,cs), +(87,656,o), +(137,702,o), +(202,702,cs), +(268,702,o), +(318,656,o), +(318,590,cs), +(318,524,o), +(268,478,o), +(202,478,cs) +); +} +); +width = 405; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,386,o), +(401,457,o), +(401,563,cs), +(401,669,o), +(320,739,o), +(209,739,cs), +(98,739,o), +(17,669,o), +(17,563,cs), +(17,457,o), +(98,386,o), +(209,386,cs) +); +}, +{ +closed = 1; +nodes = ( +(177,506,o), +(151,527,o), +(151,563,cs), +(151,599,o), +(177,619,o), +(209,619,cs), +(241,619,o), +(267,599,o), +(267,563,cs), +(267,527,o), +(241,506,o), +(209,506,cs) +); +} +); +width = 418; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(330,443,o), +(400,506,o), +(400,596,cs), +(400,681,o), +(336,737,o), +(253,737,cs), +(167,737,o), +(98,675,o), +(98,584,cs), +(98,500,o), +(161,443,o), +(243,443,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,478,o), +(134,522,o), +(134,586,cs), +(134,654,o), +(187,702,o), +(252,702,cs), +(316,702,o), +(363,658,o), +(363,594,cs), +(363,526,o), +(311,478,o), +(244,478,cs) +); +} +); +width = 361; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(368,386,o), +(452,460,o), +(452,571,cs), +(452,672,o), +(375,739,o), +(268,739,cs), +(156,739,o), +(72,666,o), +(72,555,cs), +(72,454,o), +(149,386,o), +(256,386,cs) +); +}, +{ +closed = 1; +nodes = ( +(229,506,o), +(205,525,o), +(205,559,cs), +(205,597,o), +(231,619,o), +(264,619,cs), +(295,619,o), +(319,600,o), +(319,567,cs), +(319,529,o), +(293,506,o), +(260,506,cs) +); +} +); +width = 403; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(363,443,o), +(433,506,o), +(433,596,cs), +(433,680,o), +(370,737,o), +(285,737,cs), +(199,737,o), +(130,675,o), +(130,584,cs), +(130,501,o), +(193,443,o), +(276,443,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,478,o), +(167,522,o), +(167,586,cs), +(167,654,o), +(219,702,o), +(284,702,cs), +(348,702,o), +(395,658,o), +(395,594,cs), +(395,526,o), +(343,478,o), +(276,478,cs) +); +} +); +width = 426; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(375,385,o), +(460,463,o), +(460,575,cs), +(460,676,o), +(381,740,o), +(279,740,cs), +(161,740,o), +(76,662,o), +(76,551,cs), +(76,445,o), +(161,385,o), +(259,385,cs) +); +}, +{ +closed = 1; +nodes = ( +(231,506,o), +(210,526,o), +(210,557,cs), +(210,592,o), +(234,619,o), +(272,619,cs), +(306,619,o), +(327,597,o), +(327,566,cs), +(327,530,o), +(302,506,o), +(265,506,cs) +); +} +); +width = 416; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(352,443,o), +(422,506,o), +(422,596,cs), +(422,681,o), +(358,737,o), +(275,737,cs), +(189,737,o), +(120,675,o), +(120,584,cs), +(120,500,o), +(183,443,o), +(265,443,cs) +); +}, +{ +closed = 1; +nodes = ( +(203,478,o), +(156,522,o), +(156,586,cs), +(156,654,o), +(209,702,o), +(274,702,cs), +(338,702,o), +(385,658,o), +(385,594,cs), +(385,526,o), +(333,478,o), +(266,478,cs) +); +} +); +width = 405; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,386,o), +(456,460,o), +(456,572,cs), +(456,673,o), +(378,739,o), +(272,739,cs), +(160,739,o), +(75,665,o), +(75,554,cs), +(75,453,o), +(153,386,o), +(259,386,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,506,o), +(208,526,o), +(208,561,cs), +(208,597,o), +(235,619,o), +(268,619,cs), +(299,619,o), +(324,600,o), +(324,565,cs), +(324,528,o), +(297,506,o), +(263,506,cs) ); } ); -width = 440; +width = 410; } ); unicode = 176; diff --git a/sources/MonaSans.glyphspackage/glyphs/dieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/dieresis.glyph index 2d4fb73c..e00b9146 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dieresis.glyph @@ -20,47 +20,47 @@ alignment = 1; ref = dieresiscomb; } ); -width = 450; +width = 466; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = dieresiscomb; } ); -width = 324; +width = 354; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = dieresiscomb; } ); -width = 486; +width = 577; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = dieresiscomb; } ); -width = 354; +width = 323; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = dieresiscomb; } ); -width = 565; +width = 468; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = dieresiscomb; } ); -width = 446; +width = 462; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = dieresiscomb; } ); -width = 571; +width = 583; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = dieresiscomb; +} +); +width = 236; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = dieresiscomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = dieresiscomb; +} +); +width = 324; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = dieresiscomb; +} +); +width = 466; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = dieresiscomb; +} +); +width = 354; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = dieresiscomb; +} +); +width = 565; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb; +} +); +width = 192; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb; +} +); +width = 424; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb; +} +); +width = 275; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb; +} +); +width = 431; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb; +} +); +width = 333; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb; +} +); +width = 541; } ); unicode = 168; diff --git a/sources/MonaSans.glyphspackage/glyphs/dieresiscomb.glyph b/sources/MonaSans.glyphspackage/glyphs/dieresiscomb.glyph index 3af041c7..63b27c15 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dieresiscomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dieresiscomb.glyph @@ -6,6 +6,10 @@ anchors = ( { name = _top; pos = (118,672); +}, +{ +name = top; +pos = (118,788); } ); layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -51,7 +55,11 @@ width = 236; anchors = ( { name = _top; -pos = (225,678); +pos = (233,678); +}, +{ +name = top; +pos = (233,851); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -59,64 +67,68 @@ shapes = ( { closed = 1; nodes = ( -(372,730,o), -(410,756,o), -(410,805,cs), -(410,854,o), -(372,881,o), -(323,881,cs), -(275,881,o), -(237,854,o), -(237,805,cs), -(237,756,o), -(275,730,o), -(323,730,cs) +(380,730,o), +(418,756,o), +(418,805,cs), +(418,854,o), +(380,881,o), +(331,881,cs), +(283,881,o), +(245,854,o), +(245,805,cs), +(245,756,o), +(283,730,o), +(331,730,cs) ); }, { closed = 1; nodes = ( -(175,730,o), -(213,756,o), -(213,805,cs), -(213,854,o), -(175,881,o), -(126,881,cs), -(78,881,o), -(40,854,o), -(40,805,cs), -(40,756,o), -(78,730,o), -(126,730,cs) +(183,730,o), +(221,756,o), +(221,805,cs), +(221,854,o), +(183,881,o), +(134,881,cs), +(86,881,o), +(48,854,o), +(48,805,cs), +(48,756,o), +(86,730,o), +(134,730,cs) ); } ); -width = 450; +width = 466; }, { anchors = ( { name = _top; -pos = (162,672); +pos = (177,672); +}, +{ +name = top; +pos = (177,812); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(271,780,o), -(284,793,o), -(284,811,cs), -(284,829,o), -(271,842,o), -(252,842,cs), -(233,842,o), -(220,829,o), -(220,811,cs), -(220,793,o), -(233,780,o), -(252,780,cs) +(301,780,o), +(314,793,o), +(314,811,cs), +(314,829,o), +(301,842,o), +(282,842,cs), +(263,842,o), +(250,829,o), +(250,811,cs), +(250,793,o), +(263,780,o), +(282,780,cs) ); }, { @@ -137,151 +149,167 @@ nodes = ( ); } ); -width = 324; +width = 354; }, { anchors = ( { name = _top; -pos = (243,678); +pos = (289,678); +}, +{ +name = top; +pos = (289,849); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(409,731,o), -(446,758,o), -(446,806,cs), -(446,854,o), -(409,881,o), -(358,881,cs), -(307,881,o), -(270,854,o), -(270,806,cs), -(270,758,o), -(307,731,o), -(358,731,cs) +(486,719,o), +(531,744,o), +(531,799,cs), +(531,847,o), +(495,879,o), +(418,879,cs), +(350,879,o), +(305,854,o), +(305,799,cs), +(305,751,o), +(341,719,o), +(418,719,cs) ); }, { closed = 1; nodes = ( -(179,731,o), -(216,758,o), -(216,806,cs), -(216,854,o), -(179,881,o), -(128,881,cs), -(77,881,o), -(40,854,o), -(40,806,cs), -(40,758,o), -(77,731,o), -(128,731,cs) +(227,719,o), +(272,744,o), +(272,799,cs), +(272,847,o), +(236,879,o), +(159,879,cs), +(91,879,o), +(46,854,o), +(46,799,cs), +(46,751,o), +(82,719,o), +(159,719,cs) ); } ); -width = 486; +width = 577; }, { anchors = ( { name = _top; -pos = (177,672); +pos = (161,672); +}, +{ +name = top; +pos = (162,812); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(301,780,o), -(314,793,o), -(314,811,cs), -(314,829,o), -(301,842,o), -(282,842,cs), -(263,842,o), -(250,829,o), -(250,811,cs), -(250,793,o), -(263,780,o), -(282,780,cs) +(268,780,o), +(281,793,o), +(281,811,cs), +(281,829,o), +(268,842,o), +(250,842,cs), +(232,842,o), +(219,829,o), +(219,811,cs), +(219,793,o), +(232,780,o), +(250,780,cs) ); }, { closed = 1; nodes = ( -(91,780,o), -(104,793,o), -(104,811,cs), -(104,829,o), -(91,842,o), -(72,842,cs), -(53,842,o), -(40,829,o), -(40,811,cs), -(40,793,o), -(53,780,o), -(72,780,cs) +(92,780,o), +(105,793,o), +(105,811,cs), +(105,829,o), +(92,842,o), +(73,842,cs), +(54,842,o), +(43,829,o), +(43,811,cs), +(43,793,o), +(54,780,o), +(73,780,cs) ); } ); -width = 354; +width = 323; }, { anchors = ( { name = _top; -pos = (283,678); +pos = (235,678); +}, +{ +name = top; +pos = (235,851); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(480,719,o), -(525,744,o), -(525,799,cs), -(525,847,o), -(489,879,o), -(412,879,cs), -(344,879,o), -(299,854,o), -(299,799,cs), -(299,751,o), -(335,719,o), -(412,719,cs) +(394,731,o), +(431,758,o), +(431,806,cs), +(431,854,o), +(394,881,o), +(345,881,cs), +(295,881,o), +(258,854,o), +(258,806,cs), +(258,758,o), +(295,731,o), +(345,731,cs) ); }, { closed = 1; nodes = ( -(221,719,o), -(266,744,o), -(266,799,cs), -(266,847,o), -(230,879,o), -(153,879,cs), -(85,879,o), -(40,854,o), -(40,799,cs), -(40,751,o), -(76,719,o), -(153,719,cs) +(174,731,o), +(211,758,o), +(211,806,cs), +(211,854,o), +(174,881,o), +(125,881,cs), +(75,881,o), +(39,854,o), +(39,806,cs), +(39,758,o), +(75,731,o), +(125,731,cs) ); } ); -width = 565; +width = 468; }, { anchors = ( { name = _top; pos = (209,672); +}, +{ +name = top; +pos = (229,788); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -327,7 +355,11 @@ width = 238; anchors = ( { name = _top; -pos = (317,678); +pos = (325,678); +}, +{ +name = top; +pos = (352,851); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -335,45 +367,49 @@ shapes = ( { closed = 1; nodes = ( -(480,730,o), -(516,762,o), -(516,810,cs), -(516,853,o), -(487,881,o), -(438,881,cs), -(383,881,o), -(347,849,o), -(347,802,cs), -(347,758,o), -(375,730,o), -(425,730,cs) +(488,730,o), +(524,762,o), +(524,810,cs), +(524,853,o), +(495,881,o), +(446,881,cs), +(391,881,o), +(355,849,o), +(355,802,cs), +(355,758,o), +(383,730,o), +(433,730,cs) ); }, { closed = 1; nodes = ( -(285,730,o), -(321,762,o), -(321,810,cs), -(321,853,o), -(292,881,o), -(243,881,cs), -(188,881,o), -(152,849,o), -(152,802,cs), -(152,758,o), -(180,730,o), -(230,730,cs) +(293,730,o), +(329,762,o), +(329,810,cs), +(329,853,o), +(300,881,o), +(251,881,cs), +(196,881,o), +(160,849,o), +(160,802,cs), +(160,758,o), +(188,730,o), +(238,730,cs) ); } ); -width = 446; +width = 462; }, { anchors = ( { name = _top; pos = (247,672); +}, +{ +name = top; +pos = (276,812); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -420,6 +456,10 @@ anchors = ( { name = _top; pos = (329,678); +}, +{ +name = top; +pos = (365,851); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -466,6 +506,10 @@ anchors = ( { name = _top; pos = (262,672); +}, +{ +name = top; +pos = (291,812); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -511,7 +555,11 @@ width = 353; anchors = ( { name = _top; -pos = (369,678); +pos = (375,678); +}, +{ +name = top; +pos = (411,849); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -519,39 +567,639 @@ shapes = ( { closed = 1; nodes = ( -(595,719,o), -(639,750,o), -(639,805,cs), -(639,851,o), -(604,879,o), -(532,879,cs), -(455,879,o), -(411,847,o), -(411,792,cs), -(411,747,o), -(446,719,o), -(518,719,cs) +(601,719,o), +(645,750,o), +(645,805,cs), +(645,851,o), +(610,879,o), +(538,879,cs), +(461,879,o), +(417,847,o), +(417,792,cs), +(417,747,o), +(452,719,o), +(524,719,cs) +); +}, +{ +closed = 1; +nodes = ( +(340,719,o), +(384,750,o), +(384,805,cs), +(384,851,o), +(349,879,o), +(277,879,cs), +(200,879,o), +(156,847,o), +(156,792,cs), +(156,747,o), +(191,719,o), +(263,719,cs) +); +} +); +width = 583; +}, +{ +anchors = ( +{ +name = _top; +pos = (98,672); +}, +{ +name = top; +pos = (98,788); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(166,772,o), +(176,781,o), +(176,795,cs), +(176,809,o), +(166,818,o), +(153,818,cs), +(140,818,o), +(130,809,o), +(130,795,cs), +(130,781,o), +(140,772,o), +(153,772,cs) +); +}, +{ +closed = 1; +nodes = ( +(56,772,o), +(66,781,o), +(66,795,cs), +(66,809,o), +(56,818,o), +(43,818,cs), +(30,818,o), +(20,809,o), +(20,795,cs), +(20,781,o), +(30,772,o), +(43,772,cs) +); +} +); +width = 196; +}, +{ +anchors = ( +{ +name = _top; +pos = (215,678); +}, +{ +name = top; +pos = (215,851); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(362,730,o), +(400,756,o), +(400,805,cs), +(400,854,o), +(362,881,o), +(313,881,cs), +(265,881,o), +(227,854,o), +(227,805,cs), +(227,756,o), +(265,730,o), +(313,730,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,730,o), +(203,756,o), +(203,805,cs), +(203,854,o), +(165,881,o), +(116,881,cs), +(68,881,o), +(30,854,o), +(30,805,cs), +(30,756,o), +(68,730,o), +(116,730,cs) +); +} +); +width = 430; +}, +{ +anchors = ( +{ +name = _top; +pos = (142,672); +}, +{ +name = top; +pos = (142,812); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,780,o), +(264,793,o), +(264,811,cs), +(264,829,o), +(251,842,o), +(232,842,cs), +(213,842,o), +(200,829,o), +(200,811,cs), +(200,793,o), +(213,780,o), +(232,780,cs) +); +}, +{ +closed = 1; +nodes = ( +(71,780,o), +(84,793,o), +(84,811,cs), +(84,829,o), +(71,842,o), +(52,842,cs), +(33,842,o), +(20,829,o), +(20,811,cs), +(20,793,o), +(33,780,o), +(52,780,cs) +); +} +); +width = 284; +}, +{ +anchors = ( +{ +name = _top; +pos = (222,678); +}, +{ +name = top; +pos = (222,851); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(388,731,o), +(425,758,o), +(425,806,cs), +(425,854,o), +(388,881,o), +(337,881,cs), +(286,881,o), +(249,854,o), +(249,806,cs), +(249,758,o), +(286,731,o), +(337,731,cs) +); +}, +{ +closed = 1; +nodes = ( +(158,731,o), +(195,758,o), +(195,806,cs), +(195,854,o), +(158,881,o), +(107,881,cs), +(56,881,o), +(19,854,o), +(19,806,cs), +(19,758,o), +(56,731,o), +(107,731,cs) +); +} +); +width = 444; +}, +{ +anchors = ( +{ +name = _top; +pos = (167,672); +}, +{ +name = top; +pos = (167,812); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(291,780,o), +(304,793,o), +(304,811,cs), +(304,829,o), +(291,842,o), +(272,842,cs), +(253,842,o), +(240,829,o), +(240,811,cs), +(240,793,o), +(253,780,o), +(272,780,cs) +); +}, +{ +closed = 1; +nodes = ( +(81,780,o), +(94,793,o), +(94,811,cs), +(94,829,o), +(81,842,o), +(62,842,cs), +(43,842,o), +(30,829,o), +(30,811,cs), +(30,793,o), +(43,780,o), +(62,780,cs) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = _top; +pos = (273,678); +}, +{ +name = top; +pos = (273,849); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(470,719,o), +(515,744,o), +(515,799,cs), +(515,847,o), +(479,879,o), +(402,879,cs), +(334,879,o), +(289,854,o), +(289,799,cs), +(289,751,o), +(325,719,o), +(402,719,cs) +); +}, +{ +closed = 1; +nodes = ( +(211,719,o), +(256,744,o), +(256,799,cs), +(256,847,o), +(220,879,o), +(143,879,cs), +(75,879,o), +(30,854,o), +(30,799,cs), +(30,751,o), +(66,719,o), +(143,719,cs) +); +} +); +width = 545; +}, +{ +anchors = ( +{ +name = _top; +pos = (186,672); +}, +{ +name = top; +pos = (206,788); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,772,o), +(286,782,o), +(286,796,cs), +(286,810,o), +(276,818,o), +(264,818,cs), +(250,818,o), +(240,808,o), +(240,794,cs), +(240,780,o), +(250,772,o), +(262,772,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,772,o), +(175,781,o), +(175,795,cs), +(175,809,o), +(165,818,o), +(152,818,cs), +(139,818,o), +(129,809,o), +(129,795,cs), +(129,781,o), +(139,772,o), +(152,772,cs) +); +} +); +width = 192; +}, +{ +anchors = ( +{ +name = _top; +pos = (306,678); +}, +{ +name = top; +pos = (333,851); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(469,730,o), +(505,762,o), +(505,810,cs), +(505,853,o), +(476,881,o), +(427,881,cs), +(372,881,o), +(336,849,o), +(336,802,cs), +(336,758,o), +(364,730,o), +(414,730,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,730,o), +(310,762,o), +(310,810,cs), +(310,853,o), +(281,881,o), +(232,881,cs), +(177,881,o), +(141,849,o), +(141,802,cs), +(141,758,o), +(169,730,o), +(219,730,cs) +); +} +); +width = 424; +}, +{ +anchors = ( +{ +name = _top; +pos = (223,672); +}, +{ +name = top; +pos = (252,812); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(360,780,o), +(373,794,o), +(373,813,cs), +(373,831,o), +(360,842,o), +(344,842,cs), +(324,842,o), +(311,828,o), +(311,809,cs), +(311,791,o), +(324,780,o), +(340,780,cs) +); +}, +{ +closed = 1; +nodes = ( +(180,780,o), +(193,794,o), +(193,813,cs), +(193,831,o), +(180,842,o), +(164,842,cs), +(144,842,o), +(131,828,o), +(131,809,cs), +(131,791,o), +(144,780,o), +(160,780,cs) +); +} +); +width = 275; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,678); +}, +{ +name = top; +pos = (336,851); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(492,731,o), +(530,763,o), +(530,809,cs), +(530,852,o), +(500,881,o), +(446,881,cs), +(388,881,o), +(350,849,o), +(350,802,cs), +(350,760,o), +(380,731,o), +(434,731,cs) +); +}, +{ +closed = 1; +nodes = ( +(265,731,o), +(303,763,o), +(303,809,cs), +(303,852,o), +(273,881,o), +(219,881,cs), +(161,881,o), +(123,849,o), +(123,802,cs), +(123,760,o), +(153,731,o), +(207,731,cs) +); +} +); +width = 431; +}, +{ +anchors = ( +{ +name = _top; +pos = (252,672); +}, +{ +name = top; +pos = (281,812); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,780,o), +(417,794,o), +(417,813,cs), +(417,831,o), +(404,842,o), +(388,842,cs), +(368,842,o), +(355,828,o), +(355,809,cs), +(355,791,o), +(368,780,o), +(384,780,cs) +); +}, +{ +closed = 1; +nodes = ( +(194,780,o), +(207,794,o), +(207,813,cs), +(207,831,o), +(194,842,o), +(178,842,cs), +(158,842,o), +(145,828,o), +(145,809,cs), +(145,791,o), +(158,780,o), +(174,780,cs) +); +} +); +width = 333; +}, +{ +anchors = ( +{ +name = _top; +pos = (354,678); +}, +{ +name = top; +pos = (390,849); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,719,o), +(624,750,o), +(624,805,cs), +(624,851,o), +(589,879,o), +(517,879,cs), +(440,879,o), +(396,847,o), +(396,792,cs), +(396,747,o), +(431,719,o), +(503,719,cs) ); }, { closed = 1; nodes = ( -(334,719,o), -(378,750,o), -(378,805,cs), -(378,851,o), -(343,879,o), -(271,879,cs), -(194,879,o), -(150,847,o), -(150,792,cs), -(150,747,o), -(185,719,o), -(257,719,cs) +(319,719,o), +(363,750,o), +(363,805,cs), +(363,851,o), +(328,879,o), +(256,879,cs), +(179,879,o), +(135,847,o), +(135,792,cs), +(135,747,o), +(170,719,o), +(242,719,cs) ); } ); -width = 571; +width = 541; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/dieresiscomb.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/dieresiscomb.ss01.glyph index d90d62c2..a524b1b6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dieresiscomb.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dieresiscomb.ss01.glyph @@ -35,7 +35,7 @@ width = 213; anchors = ( { name = _top; -pos = (224,678); +pos = (232,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -43,143 +43,143 @@ shapes = ( { closed = 1; nodes = ( -(407,735,l), -(407,866,l), -(246,866,l), -(246,735,l) +(415,735,l), +(415,866,l), +(254,866,l), +(254,735,l) ); }, { closed = 1; nodes = ( -(201,735,l), -(201,866,l), -(40,866,l), -(40,735,l) +(209,735,l), +(209,866,l), +(48,866,l), +(48,735,l) ); } ); -width = 447; +width = 463; }, { anchors = ( { name = _top; -pos = (135,672); +pos = (144,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(229,770,l), -(229,882,l), -(192,882,l), -(192,770,l) +(247,770,l), +(247,883,l), +(210,883,l), +(210,770,l) ); }, { closed = 1; nodes = ( (77,770,l), -(77,882,l), -(40,882,l), +(77,883,l), +(40,883,l), (40,770,l) ); } ); -width = 269; +width = 287; }, { anchors = ( { name = _top; -pos = (231,678); +pos = (267,678); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(422,735,l), -(422,863,l), -(261,863,l), -(261,735,l) +(488,734,l), +(488,863,l), +(302,863,l), +(302,734,l) ); }, { closed = 1; nodes = ( -(201,735,l), -(201,863,l), -(40,863,l), -(40,735,l) +(232,734,l), +(232,863,l), +(46,863,l), +(46,734,l) ); } ); -width = 462; +width = 534; }, { anchors = ( { name = _top; -pos = (144,672); +pos = (136,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(247,770,l), -(247,883,l), -(210,883,l), -(210,770,l) +(228,770,l), +(228,882,l), +(191,882,l), +(191,770,l) ); }, { closed = 1; nodes = ( -(77,770,l), -(77,883,l), -(40,883,l), -(40,770,l) +(78,770,l), +(78,882,l), +(43,882,l), +(43,770,l) ); } ); -width = 287; +width = 268; }, { anchors = ( { name = _top; -pos = (261,678); +pos = (223,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(482,734,l), -(482,863,l), -(296,863,l), -(296,734,l) +(408,735,l), +(408,863,l), +(249,863,l), +(249,735,l) ); }, { closed = 1; nodes = ( -(226,734,l), -(226,863,l), -(40,863,l), -(40,734,l) +(198,735,l), +(198,863,l), +(39,863,l), +(39,735,l) ); } ); -width = 522; +width = 446; }, { anchors = ( @@ -215,7 +215,7 @@ width = 222; anchors = ( { name = _top; -pos = (309,678); +pos = (317,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -223,23 +223,23 @@ shapes = ( { closed = 1; nodes = ( -(504,735,l), -(530,866,l), -(369,866,l), -(343,735,l) +(512,735,l), +(538,866,l), +(377,866,l), +(351,735,l) ); }, { closed = 1; nodes = ( -(298,735,l), -(324,866,l), -(163,866,l), -(137,735,l) +(306,735,l), +(332,866,l), +(171,866,l), +(145,735,l) ); } ); -width = 448; +width = 464; }, { anchors = ( @@ -335,7 +335,7 @@ width = 280; anchors = ( { name = _top; -pos = (340,678); +pos = (346,678); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -343,23 +343,383 @@ shapes = ( { closed = 1; nodes = ( -(568,735,l), -(595,865,l), -(408,865,l), -(381,735,l) +(574,735,l), +(601,865,l), +(414,865,l), +(387,735,l) +); +}, +{ +closed = 1; +nodes = ( +(328,735,l), +(355,865,l), +(169,865,l), +(142,735,l) +); +} +); +width = 524; +}, +{ +anchors = ( +{ +name = _top; +pos = (87,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(153,770,l), +(153,882,l), +(124,882,l), +(124,770,l) +); +}, +{ +closed = 1; +nodes = ( +(49,770,l), +(49,882,l), +(20,882,l), +(20,770,l) +); +} +); +width = 173; +}, +{ +anchors = ( +{ +name = _top; +pos = (214,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(397,735,l), +(397,866,l), +(236,866,l), +(236,735,l) +); +}, +{ +closed = 1; +nodes = ( +(191,735,l), +(191,866,l), +(30,866,l), +(30,735,l) +); +} +); +width = 427; +}, +{ +anchors = ( +{ +name = _top; +pos = (115,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(209,770,l), +(209,882,l), +(172,882,l), +(172,770,l) +); +}, +{ +closed = 1; +nodes = ( +(57,770,l), +(57,882,l), +(20,882,l), +(20,770,l) +); +} +); +width = 229; +}, +{ +anchors = ( +{ +name = _top; +pos = (210,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(401,735,l), +(401,863,l), +(240,863,l), +(240,735,l) +); +}, +{ +closed = 1; +nodes = ( +(180,735,l), +(180,863,l), +(19,863,l), +(19,735,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _top; +pos = (134,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(237,770,l), +(237,883,l), +(200,883,l), +(200,770,l) +); +}, +{ +closed = 1; +nodes = ( +(67,770,l), +(67,883,l), +(30,883,l), +(30,770,l) +); +} +); +width = 267; +}, +{ +anchors = ( +{ +name = _top; +pos = (251,678); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(472,734,l), +(472,863,l), +(286,863,l), +(286,734,l) +); +}, +{ +closed = 1; +nodes = ( +(216,734,l), +(216,863,l), +(30,863,l), +(30,734,l) +); +} +); +width = 502; +}, +{ +anchors = ( +{ +name = _top; +pos = (173,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,770,l), +(288,882,l), +(258,882,l), +(235,770,l) +); +}, +{ +closed = 1; +nodes = ( +(151,770,l), +(176,882,l), +(146,882,l), +(123,770,l) +); +} +); +width = 176; +}, +{ +anchors = ( +{ +name = _top; +pos = (298,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(493,735,l), +(519,866,l), +(358,866,l), +(332,735,l) +); +}, +{ +closed = 1; +nodes = ( +(287,735,l), +(313,866,l), +(152,866,l), +(126,735,l) +); +} +); +width = 426; +}, +{ +anchors = ( +{ +name = _top; +pos = (201,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(322,770,l), +(345,882,l), +(307,882,l), +(283,770,l) +); +}, +{ +closed = 1; +nodes = ( +(159,770,l), +(183,882,l), +(146,882,l), +(122,770,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = _top; +pos = (284,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(487,745,l), +(512,864,l), +(353,864,l), +(328,745,l) +); +}, +{ +closed = 1; +nodes = ( +(268,745,l), +(293,864,l), +(134,864,l), +(109,745,l) +); +} +); +width = 400; +}, +{ +anchors = ( +{ +name = _top; +pos = (215,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(336,770,l), +(359,882,l), +(321,882,l), +(297,770,l) +); +}, +{ +closed = 1; +nodes = ( +(173,770,l), +(197,882,l), +(159,882,l), +(136,770,l) +); +} +); +width = 260; +}, +{ +anchors = ( +{ +name = _top; +pos = (325,678); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(553,735,l), +(580,865,l), +(393,865,l), +(366,735,l) ); }, { closed = 1; nodes = ( -(322,735,l), -(349,865,l), -(163,865,l), -(136,735,l) +(307,735,l), +(334,865,l), +(148,865,l), +(121,735,l) ); } ); -width = 512; +width = 482; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/divide.glyph b/sources/MonaSans.glyphspackage/glyphs/divide.glyph index 6311ffef..5335a869 100644 --- a/sources/MonaSans.glyphspackage/glyphs/divide.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/divide.glyph @@ -7,32 +7,32 @@ shapes = ( { closed = 1; nodes = ( -(462,291,l), -(462,431,l), -(18,431,l), -(18,291,l) +(470,291,l), +(470,431,l), +(26,431,l), +(26,291,l) ); }, { closed = 1; nodes = ( -(318,115,l), -(318,237,l), -(163,237,l), -(163,115,l) +(326,115,l), +(326,237,l), +(171,237,l), +(171,115,l) ); }, { closed = 1; nodes = ( -(318,485,l), -(318,607,l), -(163,607,l), -(163,485,l) +(326,485,l), +(326,607,l), +(171,607,l), +(171,485,l) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -68,33 +68,99 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(539,345,l), -(539,377,l), -(61,377,l), -(61,345,l) +(608,345,l), +(608,377,l), +(113,377,l), +(113,345,l) ); }, { closed = 1; nodes = ( -(323,184,l), -(323,245,l), -(278,245,l), -(278,184,l) +(388,186,l), +(388,240,l), +(332,240,l), +(332,186,l) ); }, { closed = 1; nodes = ( -(323,477,l), -(323,538,l), -(278,538,l), -(278,477,l) +(388,482,l), +(388,536,l), +(332,536,l), +(332,482,l) +); +} +); +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(627,274,l), +(627,448,l), +(106,448,l), +(106,274,l) +); +}, +{ +closed = 1; +nodes = ( +(453,65,l), +(453,212,l), +(271,212,l), +(271,65,l) +); +}, +{ +closed = 1; +nodes = ( +(453,510,l), +(453,657,l), +(271,657,l), +(271,510,l) +); +} +); +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(532,345,l), +(532,377,l), +(62,377,l), +(62,345,l) +); +}, +{ +closed = 1; +nodes = ( +(320,184,l), +(320,245,l), +(275,245,l), +(275,184,l) +); +}, +{ +closed = 1; +nodes = ( +(320,477,l), +(320,538,l), +(275,538,l), +(275,477,l) ); } ); @@ -158,106 +224,40 @@ type = Stem; } ); }; -width = 600; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(557,286,l), -(557,435,l), -(44,435,l), -(44,286,l) -); -}, -{ -closed = 1; -nodes = ( -(383,99,l), -(383,231,l), -(218,231,l), -(218,99,l) -); -}, -{ -closed = 1; -nodes = ( -(383,490,l), -(383,623,l), -(218,623,l), -(218,490,l) -); -} -); -width = 600; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(608,345,l), -(608,377,l), -(113,377,l), -(113,345,l) -); -}, -{ -closed = 1; -nodes = ( -(388,186,l), -(388,240,l), -(332,240,l), -(332,186,l) -); -}, -{ -closed = 1; -nodes = ( -(388,482,l), -(388,536,l), -(332,536,l), -(332,482,l) -); -} -); -width = 720; +width = 593; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(621,274,l), -(621,448,l), -(100,448,l), -(100,274,l) +(541,286,l), +(541,435,l), +(43,435,l), +(43,286,l) ); }, { closed = 1; nodes = ( -(447,65,l), -(447,212,l), -(265,212,l), -(265,65,l) +(373,99,l), +(373,231,l), +(210,231,l), +(210,99,l) ); }, { closed = 1; nodes = ( -(447,510,l), -(447,657,l), -(265,657,l), -(265,510,l) +(373,490,l), +(373,623,l), +(210,623,l), +(210,490,l) ); } ); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -298,32 +298,32 @@ shapes = ( { closed = 1; nodes = ( -(464,291,l), -(493,431,l), -(54,431,l), -(24,291,l) +(472,291,l), +(501,431,l), +(62,431,l), +(32,291,l) ); }, { closed = 1; nodes = ( -(284,115,l), -(309,237,l), -(156,237,l), -(131,115,l) +(292,115,l), +(317,237,l), +(164,237,l), +(139,115,l) ); }, { closed = 1; nodes = ( -(361,485,l), -(387,607,l), -(234,607,l), -(208,485,l) +(369,485,l), +(395,607,l), +(242,607,l), +(216,485,l) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -430,32 +430,488 @@ shapes = ( { closed = 1; nodes = ( -(618,274,l), -(654,448,l), -(139,448,l), -(102,274,l) +(624,274,l), +(660,448,l), +(145,448,l), +(108,274,l) ); }, { closed = 1; nodes = ( -(402,65,l), -(432,212,l), -(252,212,l), -(221,65,l) +(408,65,l), +(438,212,l), +(258,212,l), +(227,65,l) ); }, { closed = 1; nodes = ( -(495,510,l), -(526,657,l), -(346,657,l), -(315,510,l) +(501,510,l), +(532,657,l), +(352,657,l), +(321,510,l) ); } ); -width = 720; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(413,347,l), +(413,375,l), +(27,375,l), +(27,347,l) +); +}, +{ +closed = 1; +nodes = ( +(239,196,l), +(239,250,l), +(201,250,l), +(201,196,l) +); +}, +{ +closed = 1; +nodes = ( +(239,472,l), +(239,526,l), +(201,526,l), +(201,472,l) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(452,291,l), +(452,431,l), +(8,431,l), +(8,291,l) +); +}, +{ +closed = 1; +nodes = ( +(308,115,l), +(308,237,l), +(153,237,l), +(153,115,l) +); +}, +{ +closed = 1; +nodes = ( +(308,485,l), +(308,607,l), +(153,607,l), +(153,485,l) +); +} +); +width = 460; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(519,345,l), +(519,377,l), +(41,377,l), +(41,345,l) +); +}, +{ +closed = 1; +nodes = ( +(303,184,l), +(303,245,l), +(258,245,l), +(258,184,l) +); +}, +{ +closed = 1; +nodes = ( +(303,477,l), +(303,538,l), +(258,538,l), +(258,477,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +2, +2 +); +stem = -2; +target = ( +2, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +3 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(536,286,l), +(536,435,l), +(23,435,l), +(23,286,l) +); +}, +{ +closed = 1; +nodes = ( +(362,99,l), +(362,231,l), +(197,231,l), +(197,99,l) +); +}, +{ +closed = 1; +nodes = ( +(362,490,l), +(362,623,l), +(197,623,l), +(197,490,l) +); +} +); +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(598,345,l), +(598,377,l), +(103,377,l), +(103,345,l) +); +}, +{ +closed = 1; +nodes = ( +(378,186,l), +(378,240,l), +(322,240,l), +(322,186,l) +); +}, +{ +closed = 1; +nodes = ( +(378,482,l), +(378,536,l), +(322,536,l), +(322,482,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(611,274,l), +(611,448,l), +(90,448,l), +(90,274,l) +); +}, +{ +closed = 1; +nodes = ( +(437,65,l), +(437,212,l), +(255,212,l), +(255,65,l) +); +}, +{ +closed = 1; +nodes = ( +(437,510,l), +(437,657,l), +(255,657,l), +(255,510,l) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(426,347,l), +(432,375,l), +(50,375,l), +(44,347,l) +); +}, +{ +closed = 1; +nodes = ( +(221,196,l), +(233,250,l), +(196,250,l), +(184,196,l) +); +}, +{ +closed = 1; +nodes = ( +(280,472,l), +(291,526,l), +(254,526,l), +(242,472,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(453,291,l), +(482,431,l), +(43,431,l), +(13,291,l) +); +}, +{ +closed = 1; +nodes = ( +(273,115,l), +(298,237,l), +(145,237,l), +(120,115,l) +); +}, +{ +closed = 1; +nodes = ( +(350,485,l), +(376,607,l), +(223,607,l), +(197,485,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(530,345,l), +(537,377,l), +(64,377,l), +(57,345,l) +); +}, +{ +closed = 1; +nodes = ( +(283,184,l), +(295,245,l), +(251,245,l), +(239,184,l) +); +}, +{ +closed = 1; +nodes = ( +(344,477,l), +(357,538,l), +(312,538,l), +(299,477,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(528,286,l), +(559,435,l), +(51,435,l), +(20,286,l) +); +}, +{ +closed = 1; +nodes = ( +(317,99,l), +(344,231,l), +(181,231,l), +(153,99,l) +); +}, +{ +closed = 1; +nodes = ( +(399,490,l), +(426,623,l), +(263,623,l), +(235,490,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(613,345,l), +(620,377,l), +(130,377,l), +(123,345,l) +); +}, +{ +closed = 1; +nodes = ( +(362,186,l), +(373,240,l), +(317,240,l), +(307,186,l) +); +}, +{ +closed = 1; +nodes = ( +(424,482,l), +(436,536,l), +(380,536,l), +(368,482,l) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(603,274,l), +(639,448,l), +(124,448,l), +(87,274,l) +); +}, +{ +closed = 1; +nodes = ( +(387,65,l), +(417,212,l), +(237,212,l), +(206,65,l) +); +}, +{ +closed = 1; +nodes = ( +(480,510,l), +(511,657,l), +(331,657,l), +(300,510,l) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/dollar.glyph b/sources/MonaSans.glyphspackage/glyphs/dollar.glyph index 71c335b8..b49f921b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dollar.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dollar.glyph @@ -7,66 +7,66 @@ shapes = ( { closed = 1; nodes = ( -(369,8,o), -(439,74,o), -(439,212,cs), -(439,327,o), -(368,389,o), -(284,438,cs), -(218,476,o), -(199,494,o), -(199,540,cs), -(199,571,o), -(209,590,o), -(235,590,cs), -(264,590,o), -(276,568,o), -(275,504,c), -(433,504,l), -(433,659,o), -(355,722,o), -(232,722,cs), -(108,722,o), -(23,664,o), -(23,527,cs), -(23,410,o), -(88,352,o), -(164,308,cs), -(233,268,o), -(260,246,o), -(260,196,cs), -(260,163,o), -(251,143,o), -(222,143,cs), -(191,143,o), -(174,166,o), -(174,239,c), -(19,239,l), -(19,100,o), -(78,8,o), -(228,8,cs) +(377,8,o), +(447,74,o), +(447,212,cs), +(447,327,o), +(376,389,o), +(292,438,cs), +(226,476,o), +(207,494,o), +(207,540,cs), +(207,571,o), +(217,590,o), +(243,590,cs), +(272,590,o), +(284,568,o), +(283,504,c), +(441,504,l), +(441,659,o), +(363,722,o), +(240,722,cs), +(116,722,o), +(31,664,o), +(31,527,cs), +(31,410,o), +(96,352,o), +(172,308,cs), +(241,268,o), +(268,246,o), +(268,196,cs), +(268,163,o), +(259,143,o), +(230,143,cs), +(199,143,o), +(182,166,o), +(182,239,c), +(27,239,l), +(27,100,o), +(86,8,o), +(236,8,cs) ); }, { closed = 1; nodes = ( -(282,-85,l), -(282,67,l), -(177,67,l), -(177,-85,l) +(290,-85,l), +(290,67,l), +(185,67,l), +(185,-85,l) ); }, { closed = 1; nodes = ( -(282,643,l), -(282,815,l), -(177,815,l), -(177,643,l) +(290,643,l), +(290,815,l), +(185,815,l), +(185,643,l) ); } ); -width = 458; +width = 474; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -136,67 +136,201 @@ nodes = ( width = 397; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(489,10,o), -(581,84,o), -(581,194,cs), -(581,339,o), -(478,372,o), -(343,396,cs), -(186,425,o), -(125,447,o), -(125,545,cs), -(125,629,o), -(194,685,o), -(315,685,cs), -(442,685,o), -(513,625,o), -(517,521,c), -(557,521,l), -(554,640,o), -(473,719,o), -(319,719,cs), -(171,719,o), -(84,647,o), -(84,540,cs), -(84,421,o), -(170,388,o), -(328,359,cs), -(483,331,o), -(541,293,o), -(541,192,cs), -(541,92,o), -(454,44,o), -(326,44,cs), -(179,44,o), -(112,116,o), -(108,232,c), -(67,232,l), -(70,100,o), -(152,10,o), -(328,10,cs) +(506,10,o), +(622,74,o), +(622,198,cs), +(622,357,o), +(485,377,o), +(342,397,cs), +(196,417,o), +(102,432,o), +(102,543,cs), +(102,627,o), +(174,685,o), +(325,685,cs), +(464,685,o), +(549,631,o), +(554,521,c), +(595,521,l), +(590,645,o), +(493,719,o), +(326,719,cs), +(170,719,o), +(62,654,o), +(62,540,cs), +(62,400,o), +(185,380,o), +(331,360,cs), +(477,340,o), +(581,323,o), +(581,198,cs), +(581,104,o), +(506,44,o), +(334,44,cs), +(186,44,o), +(91,94,o), +(84,232,c), +(44,232,l), +(50,100,o), +(133,10,o), +(334,10,cs) ); }, { closed = 1; nodes = ( -(341,-85,l), -(341,23,l), -(308,23,l), -(308,-85,l) +(350,-85,l), +(350,22,l), +(316,22,l), +(316,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(350,700,l), +(350,814,l), +(316,814,l), +(316,700,l) +); +} +); +width = 666; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(586,9,o), +(709,93,o), +(709,234,cs), +(709,385,o), +(630,435,o), +(405,461,cs), +(291,474,o), +(273,479,o), +(273,518,cs), +(273,550,o), +(304,571,o), +(359,571,cs), +(415,571,o), +(448,552,o), +(456,508,c), +(685,508,l), +(671,648,o), +(547,721,o), +(369,721,cs), +(165,721,o), +(40,641,o), +(40,493,cs), +(40,359,o), +(126,302,o), +(348,276,cs), +(453,264,o), +(474,258,o), +(474,215,cs), +(474,181,o), +(439,162,o), +(378,162,cs), +(300,162,o), +(260,195,o), +(258,243,c), +(23,243,l), +(23,106,o), +(133,9,o), +(368,9,cs) +); +}, +{ +closed = 1; +nodes = ( +(441,-85,l), +(441,79,l), +(291,79,l), +(291,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(441,627,l), +(441,815,l), +(291,815,l), +(291,627,l) +); +} +); +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(482,10,o), +(572,84,o), +(572,194,cs), +(572,339,o), +(471,372,o), +(340,396,cs), +(185,425,o), +(126,447,o), +(126,545,cs), +(126,629,o), +(193,685,o), +(312,685,cs), +(437,685,o), +(506,625,o), +(510,521,c), +(548,521,l), +(546,640,o), +(466,719,o), +(316,719,cs), +(170,719,o), +(85,647,o), +(85,540,cs), +(85,421,o), +(169,388,o), +(325,359,cs), +(476,331,o), +(534,293,o), +(534,192,cs), +(534,92,o), +(448,44,o), +(323,44,cs), +(178,44,o), +(113,116,o), +(109,232,c), +(68,232,l), +(71,100,o), +(151,10,o), +(325,10,cs) +); +}, +{ +closed = 1; +nodes = ( +(338,-85,l), +(338,23,l), +(305,23,l), +(305,-85,l) ); }, { closed = 1; nodes = ( -(341,699,l), -(341,814,l), -(308,814,l), -(308,699,l) +(338,699,l), +(338,814,l), +(305,814,l), +(305,699,l) ); } ); @@ -266,212 +400,78 @@ type = Stem; } ); }; -width = 648; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(542,8,o), -(642,101,o), -(642,232,cs), -(642,409,o), -(514,440,o), -(402,456,cs), -(276,475,o), -(257,481,o), -(257,521,cs), -(257,553,o), -(288,573,o), -(336,573,cs), -(374,573,o), -(417,561,o), -(420,511,c), -(622,511,l), -(622,638,o), -(508,722,o), -(340,722,cs), -(161,722,o), -(49,637,o), -(49,495,cs), -(49,362,o), -(147,304,o), -(296,282,cs), -(425,264,o), -(433,253,o), -(433,212,cs), -(433,177,o), -(398,160,o), -(347,160,cs), -(269,160,o), -(239,192,o), -(239,239,c), -(35,239,l), -(35,100,o), -(143,8,o), -(337,8,cs) -); -}, -{ -closed = 1; -nodes = ( -(405,-85,l), -(405,82,l), -(273,82,l), -(273,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(405,632,l), -(405,814,l), -(273,814,l), -(273,632,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -}; -width = 677; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(506,10,o), -(622,74,o), -(622,198,cs), -(622,357,o), -(485,377,o), -(342,397,cs), -(196,417,o), -(102,432,o), -(102,543,cs), -(102,627,o), -(174,685,o), -(325,685,cs), -(464,685,o), -(549,631,o), -(554,521,c), -(595,521,l), -(590,645,o), -(493,719,o), -(326,719,cs), -(170,719,o), -(62,654,o), -(62,540,cs), -(62,400,o), -(185,380,o), -(331,360,cs), -(477,340,o), -(581,323,o), -(581,198,cs), -(581,104,o), -(506,44,o), -(334,44,cs), -(186,44,o), -(91,94,o), -(84,232,c), -(44,232,l), -(50,100,o), -(133,10,o), -(334,10,cs) -); -}, -{ -closed = 1; -nodes = ( -(350,-85,l), -(350,22,l), -(316,22,l), -(316,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(350,700,l), -(350,814,l), -(316,814,l), -(316,700,l) -); -} -); -width = 666; +width = 641; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(580,9,o), -(703,93,o), -(703,234,cs), -(703,385,o), -(624,435,o), -(399,461,cs), -(285,474,o), -(267,479,o), -(267,518,cs), -(267,550,o), -(298,571,o), -(353,571,cs), -(409,571,o), -(442,552,o), -(450,508,c), -(679,508,l), -(665,648,o), -(541,721,o), -(363,721,cs), -(159,721,o), -(34,641,o), -(34,493,cs), -(34,359,o), -(120,302,o), -(342,276,cs), -(447,264,o), -(468,258,o), -(468,215,cs), -(468,181,o), -(433,162,o), -(372,162,cs), -(294,162,o), -(254,195,o), -(252,243,c), -(17,243,l), -(17,106,o), -(127,9,o), -(362,9,cs) +(528,8,o), +(625,101,o), +(625,232,cs), +(625,409,o), +(499,440,o), +(393,456,cs), +(269,475,o), +(253,481,o), +(253,521,cs), +(253,553,o), +(283,573,o), +(327,573,cs), +(361,573,o), +(402,561,o), +(405,511,c), +(606,511,l), +(606,638,o), +(494,722,o), +(331,722,cs), +(156,722,o), +(48,637,o), +(48,495,cs), +(48,362,o), +(142,304,o), +(288,282,cs), +(410,264,o), +(418,253,o), +(418,212,cs), +(418,177,o), +(385,160,o), +(338,160,cs), +(263,160,o), +(236,192,o), +(236,239,c), +(34,239,l), +(34,100,o), +(139,8,o), +(328,8,cs) ); }, { closed = 1; nodes = ( -(435,-85,l), -(435,79,l), -(285,79,l), -(285,-85,l) +(395,-85,l), +(395,82,l), +(264,82,l), +(264,-85,l) ); }, { closed = 1; nodes = ( -(435,627,l), -(435,815,l), -(285,815,l), -(285,627,l) +(395,632,l), +(395,814,l), +(264,814,l), +(264,632,l) ); } ); -width = 720; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; +}; +width = 657; }, { background = { @@ -602,66 +602,66 @@ shapes = ( { closed = 1; nodes = ( -(326,9,o), -(398,72,o), -(423,202,cs), -(446,319,o), -(386,380,o), -(318,433,cs), -(262,476,o), -(247,495,o), -(253,537,cs), -(258,573,o), -(273,590,o), -(299,589,cs), -(324,588,o), -(338,570,o), -(326,505,c), -(480,505,l), -(505,646,o), -(442,722,o), -(300,722,cs), -(171,722,o), -(100,653,o), -(78,537,cs), -(58,431,o), -(101,367,o), -(173,312,cs), -(234,265,o), -(253,247,o), -(245,197,cs), -(239,160,o), -(230,144,o), -(194,146,cs), -(163,148,o), -(152,168,o), -(166,239,c), -(11,239,l), -(-14,96,o), -(40,9,o), -(200,9,cs) +(334,9,o), +(406,72,o), +(431,202,cs), +(454,319,o), +(394,380,o), +(326,433,cs), +(270,476,o), +(255,495,o), +(261,537,cs), +(266,573,o), +(281,590,o), +(307,589,cs), +(332,588,o), +(346,570,o), +(334,505,c), +(488,505,l), +(513,646,o), +(450,722,o), +(308,722,cs), +(179,722,o), +(108,653,o), +(86,537,cs), +(66,431,o), +(109,367,o), +(181,312,cs), +(242,265,o), +(261,247,o), +(253,197,cs), +(247,160,o), +(238,144,o), +(202,146,cs), +(171,148,o), +(160,168,o), +(174,239,c), +(19,239,l), +(-6,96,o), +(48,9,o), +(208,9,cs) ); }, { closed = 1; nodes = ( -(205,-85,l), -(240,87,l), -(135,87,l), -(100,-85,l) +(213,-85,l), +(248,87,l), +(143,87,l), +(108,-85,l) ); }, { closed = 1; nodes = ( -(358,657,l), -(391,815,l), -(286,815,l), -(253,657,l) +(366,657,l), +(399,815,l), +(294,815,l), +(261,657,l) ); } ); -width = 456; +width = 472; }, { background = { @@ -926,66 +926,1052 @@ shapes = ( { closed = 1; nodes = ( -(587,7,o), -(710,94,o), -(710,250,cs), -(710,392,o), -(609,435,o), -(443,461,cs), -(348,476,o), -(318,485,o), -(318,518,cs), -(318,550,o), -(347,569,o), -(404,569,cs), -(462,569,o), -(506,547,o), -(509,507,c), -(737,507,l), -(737,633,o), -(609,723,o), -(408,723,cs), -(226,723,o), -(77,646,o), -(77,483,cs), -(77,372,o), -(159,307,o), -(336,277,cs), -(442,259,o), -(471,250,o), -(471,219,cs), -(471,185,o), -(445,163,o), -(373,163,cs), -(283,163,o), -(244,198,o), -(246,242,c), -(11,242,l), -(5,100,o), -(133,7,o), -(359,7,cs) +(593,7,o), +(716,94,o), +(716,250,cs), +(716,392,o), +(615,435,o), +(449,461,cs), +(354,476,o), +(324,485,o), +(324,518,cs), +(324,550,o), +(353,569,o), +(410,569,cs), +(468,569,o), +(512,547,o), +(515,507,c), +(743,507,l), +(743,633,o), +(615,723,o), +(414,723,cs), +(232,723,o), +(83,646,o), +(83,483,cs), +(83,372,o), +(165,307,o), +(342,277,cs), +(448,259,o), +(477,250,o), +(477,219,cs), +(477,185,o), +(451,163,o), +(379,163,cs), +(289,163,o), +(250,198,o), +(252,242,c), +(17,242,l), +(11,100,o), +(139,7,o), +(365,7,cs) +); +}, +{ +closed = 1; +nodes = ( +(362,-85,l), +(396,82,l), +(246,82,l), +(212,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(513,646,l), +(548,815,l), +(398,815,l), +(363,646,l) +); +} +); +width = 746; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(268,10,o), +(326,66,o), +(326,180,cs), +(326,305,o), +(263,342,o), +(193,379,cs), +(127,414,o), +(68,450,o), +(68,556,cs), +(68,635,o), +(96,688,o), +(169,688,cs), +(235,688,o), +(283,656,o), +(284,522,c), +(317,522,l), +(316,639,o), +(282,719,o), +(172,719,cs), +(90,719,o), +(35,666,o), +(35,557,cs), +(35,425,o), +(104,388,o), +(170,354,cs), +(239,318,o), +(293,283,o), +(293,182,cs), +(293,98,o), +(261,40,o), +(179,40,cs), +(104,40,o), +(54,88,o), +(54,232,c), +(20,232,l), +(23,99,o), +(63,10,o), +(181,10,cs) +); +}, +{ +closed = 1; +nodes = ( +(187,-85,l), +(187,20,l), +(160,20,l), +(160,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(187,706,l), +(187,814,l), +(160,814,l), +(160,706,l) +); +} +); +width = 348; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(359,8,o), +(429,74,o), +(429,212,cs), +(429,327,o), +(358,389,o), +(274,438,cs), +(208,476,o), +(189,494,o), +(189,540,cs), +(189,571,o), +(199,590,o), +(225,590,cs), +(254,590,o), +(266,568,o), +(265,504,c), +(423,504,l), +(423,659,o), +(345,722,o), +(222,722,cs), +(98,722,o), +(13,664,o), +(13,527,cs), +(13,410,o), +(78,352,o), +(154,308,cs), +(223,268,o), +(250,246,o), +(250,196,cs), +(250,163,o), +(241,143,o), +(212,143,cs), +(181,143,o), +(164,166,o), +(164,239,c), +(9,239,l), +(9,100,o), +(68,8,o), +(218,8,cs) +); +}, +{ +closed = 1; +nodes = ( +(272,-85,l), +(272,67,l), +(167,67,l), +(167,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(272,643,l), +(272,815,l), +(167,815,l), +(167,643,l) +); +} +); +width = 438; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(469,10,o), +(561,84,o), +(561,194,cs), +(561,339,o), +(458,372,o), +(323,396,cs), +(166,425,o), +(105,447,o), +(105,545,cs), +(105,629,o), +(174,685,o), +(295,685,cs), +(422,685,o), +(493,625,o), +(497,521,c), +(537,521,l), +(534,640,o), +(453,719,o), +(299,719,cs), +(151,719,o), +(64,647,o), +(64,540,cs), +(64,421,o), +(150,388,o), +(308,359,cs), +(463,331,o), +(521,293,o), +(521,192,cs), +(521,92,o), +(434,44,o), +(306,44,cs), +(159,44,o), +(92,116,o), +(88,232,c), +(47,232,l), +(50,100,o), +(132,10,o), +(308,10,cs) +); +}, +{ +closed = 1; +nodes = ( +(321,-85,l), +(321,23,l), +(288,23,l), +(288,-85,l) ); }, { closed = 1; nodes = ( -(356,-85,l), -(390,82,l), -(240,82,l), -(206,-85,l) +(321,699,l), +(321,814,l), +(288,814,l), +(288,699,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +246, +48 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 608; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(521,8,o), +(621,101,o), +(621,232,cs), +(621,409,o), +(493,440,o), +(381,456,cs), +(255,475,o), +(236,481,o), +(236,521,cs), +(236,553,o), +(267,573,o), +(315,573,cs), +(353,573,o), +(396,561,o), +(399,511,c), +(601,511,l), +(601,638,o), +(487,722,o), +(319,722,cs), +(140,722,o), +(28,637,o), +(28,495,cs), +(28,362,o), +(126,304,o), +(275,282,cs), +(404,264,o), +(412,253,o), +(412,212,cs), +(412,177,o), +(377,160,o), +(326,160,cs), +(248,160,o), +(218,192,o), +(218,239,c), +(14,239,l), +(14,100,o), +(122,8,o), +(316,8,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,-85,l), +(384,82,l), +(252,82,l), +(252,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(384,632,l), +(384,814,l), +(252,814,l), +(252,632,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; +}; +width = 635; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(496,10,o), +(612,74,o), +(612,198,cs), +(612,357,o), +(475,377,o), +(332,397,cs), +(186,417,o), +(92,432,o), +(92,543,cs), +(92,627,o), +(164,685,o), +(315,685,cs), +(454,685,o), +(539,631,o), +(544,521,c), +(585,521,l), +(580,645,o), +(483,719,o), +(316,719,cs), +(160,719,o), +(52,654,o), +(52,540,cs), +(52,400,o), +(175,380,o), +(321,360,cs), +(467,340,o), +(571,323,o), +(571,198,cs), +(571,104,o), +(496,44,o), +(324,44,cs), +(176,44,o), +(81,94,o), +(74,232,c), +(34,232,l), +(40,100,o), +(123,10,o), +(324,10,cs) +); +}, +{ +closed = 1; +nodes = ( +(340,-85,l), +(340,22,l), +(306,22,l), +(306,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(340,700,l), +(340,814,l), +(306,814,l), +(306,700,l) +); +} +); +width = 646; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(570,9,o), +(693,93,o), +(693,234,cs), +(693,385,o), +(614,435,o), +(389,461,cs), +(275,474,o), +(257,479,o), +(257,518,cs), +(257,550,o), +(288,571,o), +(343,571,cs), +(399,571,o), +(432,552,o), +(440,508,c), +(669,508,l), +(655,648,o), +(531,721,o), +(353,721,cs), +(149,721,o), +(24,641,o), +(24,493,cs), +(24,359,o), +(110,302,o), +(332,276,cs), +(437,264,o), +(458,258,o), +(458,215,cs), +(458,181,o), +(423,162,o), +(362,162,cs), +(284,162,o), +(244,195,o), +(242,243,c), +(7,243,l), +(7,106,o), +(117,9,o), +(352,9,cs) +); +}, +{ +closed = 1; +nodes = ( +(425,-85,l), +(425,79,l), +(275,79,l), +(275,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(425,627,l), +(425,815,l), +(275,815,l), +(275,627,l) +); +} +); +width = 700; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(270,-8,o), +(334,74,o), +(339,200,cs), +(341,265,o), +(309,323,o), +(245,375,cs), +(203,409,o), +(145,450,o), +(148,533,cs), +(151,639,o), +(201,705,o), +(275,705,cs), +(357,705,o), +(390,654,o), +(368,530,c), +(401,530,l), +(423,654,o), +(386,736,o), +(278,736,cs), +(179,736,o), +(124,664,o), +(116,538,cs), +(110,442,o), +(162,399,o), +(214,357,cs), +(257,322,o), +(309,279,o), +(306,202,cs), +(302,89,o), +(251,22,o), +(167,22,cs), +(60,22,o), +(46,111,o), +(68,225,c), +(35,225,l), +(10,86,o), +(40,-8,o), +(167,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(136,-85,l), +(324,814,l), +(296,814,l), +(107,-85,l) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(256,11,o), +(320,95,o), +(320,215,cs), +(320,271,o), +(287,328,o), +(223,376,cs), +(150,432,o), +(122,461,o), +(122,524,cs), +(122,626,o), +(172,688,o), +(248,688,cs), +(330,688,o), +(366,640,o), +(345,523,c), +(378,523,l), +(398,636,o), +(364,719,o), +(251,719,cs), +(132,719,o), +(90,622,o), +(90,519,cs), +(90,442,o), +(126,407,o), +(193,356,cs), +(234,325,o), +(287,284,o), +(287,216,cs), +(287,107,o), +(235,42,o), +(148,42,cs), +(40,42,o), +(24,126,o), +(45,233,c), +(12,233,l), +(-14,87,o), +(30,11,o), +(148,11,cs) +); +}, +{ +closed = 1; +nodes = ( +(113,-85,l), +(137,31,l), +(108,31,l), +(84,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(277,697,l), +(301,814,l), +(273,814,l), +(248,697,l) +); +} +); +width = 351; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(315,9,o), +(387,72,o), +(412,202,cs), +(435,319,o), +(375,380,o), +(307,433,cs), +(251,476,o), +(236,495,o), +(242,537,cs), +(247,573,o), +(262,590,o), +(288,589,cs), +(313,588,o), +(327,570,o), +(315,505,c), +(469,505,l), +(494,646,o), +(431,722,o), +(289,722,cs), +(160,722,o), +(89,653,o), +(67,537,cs), +(47,431,o), +(90,367,o), +(162,312,cs), +(223,265,o), +(242,247,o), +(234,197,cs), +(228,160,o), +(219,144,o), +(183,146,cs), +(152,148,o), +(141,168,o), +(155,239,c), +(0,239,l), +(-25,96,o), +(29,9,o), +(189,9,cs) +); +}, +{ +closed = 1; +nodes = ( +(194,-85,l), +(229,87,l), +(124,87,l), +(89,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(347,657,l), +(380,815,l), +(275,815,l), +(242,657,l) +); +} +); +width = 434; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(460,-10,o), +(572,72,o), +(577,202,cs), +(580,307,o), +(519,360,o), +(379,392,cs), +(242,423,o), +(186,468,o), +(189,547,cs), +(192,642,o), +(278,702,o), +(389,702,cs), +(508,702,o), +(586,634,o), +(583,529,c), +(622,529,l), +(626,660,o), +(533,739,o), +(394,739,cs), +(255,739,o), +(151,663,o), +(147,544,cs), +(143,445,o), +(205,396,o), +(373,355,cs), +(485,328,o), +(539,287,o), +(536,198,cs), +(532,94,o), +(443,26,o), +(312,26,cs), +(179,26,o), +(98,97,o), +(102,224,c), +(63,224,l), +(54,83,o), +(143,-10,o), +(317,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(266,-85,l), +(452,814,l), +(419,814,l), +(233,-85,l) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(418,9,o), +(531,91,o), +(531,212,cs), +(531,314,o), +(478,361,o), +(339,392,cs), +(210,420,o), +(157,462,o), +(157,533,cs), +(157,626,o), +(240,684,o), +(348,684,cs), +(462,684,o), +(537,620,o), +(535,521,c), +(574,521,l), +(578,645,o), +(487,721,o), +(353,721,cs), +(215,721,o), +(115,645,o), +(115,528,cs), +(115,438,o), +(174,393,o), +(332,355,cs), +(442,329,o), +(490,292,o), +(490,210,cs), +(490,115,o), +(405,44,o), +(276,44,cs), +(151,44,o), +(71,109,o), +(74,231,c), +(35,231,l), +(27,97,o), +(113,9,o), +(281,9,cs) +); +}, +{ +closed = 1; +nodes = ( +(228,-85,l), +(252,33,l), +(219,33,l), +(195,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(392,705,l), +(414,814,l), +(381,814,l), +(359,705,l) +); +} +); +width = 585; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(480,9,o), +(600,104,o), +(600,267,cs), +(600,374,o), +(544,424,o), +(375,462,cs), +(313,476,o), +(283,489,o), +(283,518,cs), +(283,549,o), +(309,567,o), +(354,567,cs), +(404,567,o), +(432,544,o), +(429,503,c), +(634,503,l), +(638,629,o), +(535,721,o), +(370,721,cs), +(203,721,o), +(65,643,o), +(65,482,cs), +(65,380,o), +(131,323,o), +(290,282,cs), +(367,262,o), +(383,255,o), +(383,222,cs), +(383,185,o), +(352,165,o), +(293,165,cs), +(233,165,o), +(195,197,o), +(196,243,c), +(-2,243,l), +(-10,97,o), +(98,9,o), +(283,9,cs) +); +}, +{ +closed = 1; +nodes = ( +(289,-85,l), +(330,112,l), +(198,112,l), +(157,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(435,622,l), +(475,815,l), +(343,815,l), +(303,622,l) +); +} +); +width = 612; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,9,o), +(614,87,o), +(614,218,cs), +(614,337,o), +(504,369,o), +(368,394,cs), +(230,419,o), +(150,447,o), +(150,530,cs), +(150,629,o), +(238,687,o), +(381,687,cs), +(526,687,o), +(614,626,o), +(611,527,c), +(650,527,l), +(653,647,o), +(554,721,o), +(385,721,cs), +(213,721,o), +(110,649,o), +(110,527,cs), +(110,427,o), +(187,384,o), +(365,356,cs), +(521,331,o), +(572,291,o), +(572,211,cs), +(572,104,o), +(488,44,o), +(332,44,cs), +(170,44,o), +(62,110,o), +(67,228,c), +(26,228,l), +(23,95,o), +(130,9,o), +(332,9,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,-85,l), +(295,31,l), +(263,31,l), +(239,-85,l) +); +}, +{ +closed = 1; +nodes = ( +(434,705,l), +(457,814,l), +(425,814,l), +(402,705,l) +); +} +); +width = 659; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(572,7,o), +(695,94,o), +(695,250,cs), +(695,392,o), +(594,435,o), +(428,461,cs), +(333,476,o), +(303,485,o), +(303,518,cs), +(303,550,o), +(332,569,o), +(389,569,cs), +(447,569,o), +(491,547,o), +(494,507,c), +(722,507,l), +(722,633,o), +(594,723,o), +(393,723,cs), +(211,723,o), +(62,646,o), +(62,483,cs), +(62,372,o), +(144,307,o), +(321,277,cs), +(427,259,o), +(456,250,o), +(456,219,cs), +(456,185,o), +(430,163,o), +(358,163,cs), +(268,163,o), +(229,198,o), +(231,242,c), +(-4,242,l), +(-10,100,o), +(118,7,o), +(344,7,cs) +); +}, +{ +closed = 1; +nodes = ( +(341,-85,l), +(375,82,l), +(225,82,l), +(191,-85,l) ); }, { closed = 1; nodes = ( -(507,646,l), -(542,815,l), -(392,815,l), -(357,646,l) +(492,646,l), +(527,815,l), +(377,815,l), +(342,646,l) ); } ); -width = 734; +width = 704; } ); unicode = 36; diff --git a/sources/MonaSans.glyphspackage/glyphs/dotaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/dotaccent.glyph index 7035a8c2..5f3f7176 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dotaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dotaccent.glyph @@ -20,10 +20,10 @@ alignment = 1; ref = dotaccentcomb; } ); -width = 268; +width = 284; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; @@ -33,34 +33,34 @@ ref = dotaccentcomb; width = 144; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = dotaccentcomb; } ); -width = 274; +width = 328; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = dotaccentcomb; } ); -width = 144; +width = 147; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = dotaccentcomb; } ); -width = 316; +width = 265; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = dotaccentcomb; } ); -width = 266; +width = 282; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = dotaccentcomb; } ); -width = 322; +width = 334; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb; +} +); +width = 86; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb; +} +); +width = 248; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb; +} +); +width = 104; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = dotaccentcomb; +} +); +width = 244; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb; +} +); +width = 124; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb; +} +); +width = 296; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb; +} +); +width = 81; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb; +} +); +width = 244; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb; +} +); +width = 95; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb; +} +); +width = 224; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb; +} +); +width = 123; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb; +} +); +width = 292; } ); unicode = 729; diff --git a/sources/MonaSans.glyphspackage/glyphs/dotaccentcomb.glyph b/sources/MonaSans.glyphspackage/glyphs/dotaccentcomb.glyph index da0b32a5..f15fd9b5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dotaccentcomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dotaccentcomb.glyph @@ -34,7 +34,7 @@ width = 126; anchors = ( { name = _top; -pos = (134,678); +pos = (142,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -42,22 +42,22 @@ shapes = ( { closed = 1; nodes = ( -(187,723,o), -(228,752,o), -(228,805,cs), -(228,858,o), -(187,888,o), -(134,888,cs), -(81,888,o), -(40,858,o), -(40,805,cs), -(40,752,o), -(81,723,o), -(134,723,cs) -); -} -); -width = 268; +(195,723,o), +(236,752,o), +(236,805,cs), +(236,858,o), +(195,888,o), +(142,888,cs), +(89,888,o), +(48,858,o), +(48,805,cs), +(48,752,o), +(89,723,o), +(142,723,cs) +); +} +); +width = 284; }, { anchors = ( @@ -66,7 +66,7 @@ name = _top; pos = (72,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; @@ -92,88 +92,88 @@ width = 144; anchors = ( { name = _top; -pos = (137,678); +pos = (164,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(193,723,o), -(234,753,o), -(234,806,cs), -(234,859,o), -(193,889,o), -(137,889,cs), -(81,889,o), -(40,859,o), -(40,806,cs), -(40,753,o), -(81,723,o), -(137,723,cs) -); -} -); -width = 274; +(235,715,o), +(282,742,o), +(282,799,cs), +(282,849,o), +(244,883,o), +(164,883,cs), +(93,883,o), +(46,856,o), +(46,799,cs), +(46,749,o), +(84,715,o), +(164,715,cs) +); +} +); +width = 328; }, { anchors = ( { name = _top; -pos = (72,672); +pos = (73,650); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(91,780,o), -(104,793,o), -(104,811,cs), -(104,829,o), -(91,842,o), -(72,842,cs), -(53,842,o), -(40,829,o), -(40,811,cs), -(40,793,o), +(94,780,o), +(109,795,o), +(109,816,cs), +(109,837,o), +(94,852,o), +(73,852,cs), +(53,852,o), +(39,837,o), +(39,816,cs), +(39,795,o), (53,780,o), -(72,780,cs) +(73,780,cs) ); } ); -width = 144; +width = 147; }, { anchors = ( { name = _top; -pos = (158,673); +pos = (133,664); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(229,715,o), -(276,742,o), -(276,799,cs), -(276,849,o), -(238,883,o), -(158,883,cs), -(87,883,o), -(40,856,o), -(40,799,cs), -(40,749,o), -(78,715,o), -(158,715,cs) -); -} -); -width = 316; +(192,717,o), +(236,759,o), +(236,816,cs), +(236,872,o), +(192,913,o), +(133,913,cs), +(74,913,o), +(31,872,o), +(31,816,cs), +(31,759,o), +(74,717,o), +(133,717,cs) +); +} +); +width = 265; }, { anchors = ( @@ -208,7 +208,7 @@ width = 127; anchors = ( { name = _top; -pos = (218,678); +pos = (226,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -216,22 +216,22 @@ shapes = ( { closed = 1; nodes = ( -(297,723,o), -(336,758,o), -(336,810,cs), -(336,857,o), -(305,888,o), -(251,888,cs), -(191,888,o), -(152,853,o), -(152,801,cs), -(152,754,o), -(183,723,o), -(237,723,cs) -); -} -); -width = 266; +(305,723,o), +(344,758,o), +(344,810,cs), +(344,857,o), +(313,888,o), +(259,888,cs), +(199,888,o), +(160,853,o), +(160,801,cs), +(160,754,o), +(191,723,o), +(245,723,cs) +); +} +); +width = 282; }, { anchors = ( @@ -245,18 +245,18 @@ shapes = ( { closed = 1; nodes = ( -(204,780,o), -(217,794,o), -(217,813,cs), -(217,831,o), -(204,842,o), -(188,842,cs), -(168,842,o), -(155,828,o), -(155,809,cs), -(155,791,o), -(168,780,o), -(184,780,cs) +(206,790,o), +(221,805,o), +(221,826,cs), +(221,847,o), +(206,862,o), +(185,862,cs), +(165,862,o), +(151,847,o), +(151,826,cs), +(151,805,o), +(165,790,o), +(185,790,cs) ); } ); @@ -274,18 +274,18 @@ shapes = ( { closed = 1; nodes = ( -(309,723,o), -(351,758,o), -(351,810,cs), -(351,857,o), -(318,889,o), -(258,889,cs), -(194,889,o), -(152,854,o), -(152,802,cs), -(152,755,o), -(185,723,o), -(245,723,cs) +(309,725,o), +(353,767,o), +(353,824,cs), +(353,880,o), +(309,921,o), +(250,921,cs), +(191,921,o), +(148,880,o), +(148,824,cs), +(148,767,o), +(191,725,o), +(250,725,cs) ); } ); @@ -324,7 +324,7 @@ width = 143; anchors = ( { name = _top; -pos = (244,673); +pos = (250,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -332,26 +332,373 @@ shapes = ( { closed = 1; nodes = ( -(344,715,o), -(390,748,o), -(390,806,cs), -(390,854,o), -(353,883,o), -(277,883,cs), -(196,883,o), -(150,850,o), -(150,792,cs), -(150,744,o), -(187,715,o), -(263,715,cs) +(350,715,o), +(396,748,o), +(396,806,cs), +(396,854,o), +(359,883,o), +(283,883,cs), +(202,883,o), +(156,850,o), +(156,792,cs), +(156,744,o), +(193,715,o), +(269,715,cs) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = _top; +pos = (43,667); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,756,o), +(68,767,o), +(68,783,cs), +(68,799,o), +(58,810,o), +(43,810,cs), +(28,810,o), +(18,799,o), +(18,783,cs), +(18,767,o), +(28,756,o), +(43,756,cs) +); +} +); +width = 86; +}, +{ +anchors = ( +{ +name = _top; +pos = (124,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(181,698,o), +(222,738,o), +(222,795,cs), +(222,852,o), +(181,894,o), +(124,894,cs), +(67,894,o), +(26,852,o), +(26,795,cs), +(26,738,o), +(67,698,o), +(124,698,cs) +); +} +); +width = 248; +}, +{ +anchors = ( +{ +name = _top; +pos = (52,667); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,771,o), +(87,786,o), +(87,806,cs), +(87,826,o), +(72,841,o), +(52,841,cs), +(32,841,o), +(17,826,o), +(17,806,cs), +(17,786,o), +(32,771,o), +(52,771,cs) +); +} +); +width = 104; +}, +{ +anchors = ( +{ +name = _top; +pos = (116,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(179,709,o), +(225,751,o), +(225,809,cs), +(225,867,o), +(179,909,o), +(116,909,cs), +(53,909,o), +(7,867,o), +(7,809,cs), +(7,751,o), +(53,709,o), +(116,709,cs) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = _top; +pos = (62,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(83,777,o), +(97,790,o), +(97,810,cs), +(97,830,o), +(83,843,o), +(62,843,cs), +(41,843,o), +(27,830,o), +(27,810,cs), +(27,790,o), +(41,777,o), +(62,777,cs) +); +} +); +width = 124; +}, +{ +anchors = ( +{ +name = _top; +pos = (148,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(225,701,o), +(274,737,o), +(274,792,cs), +(274,847,o), +(225,883,o), +(148,883,cs), +(71,883,o), +(22,847,o), +(22,792,cs), +(22,737,o), +(71,701,o), +(148,701,cs) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = _top; +pos = (131,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(167,760,o), +(178,771,o), +(178,787,cs), +(178,803,o), +(167,814,o), +(153,814,cs), +(139,814,o), +(128,803,o), +(128,787,cs), +(128,771,o), +(139,760,o), +(153,760,cs) +); +} +); +width = 81; +}, +{ +anchors = ( +{ +name = _top; +pos = (207,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(285,698,o), +(328,741,o), +(328,801,cs), +(328,856,o), +(290,894,o), +(237,894,cs), +(175,894,o), +(132,851,o), +(132,791,cs), +(132,736,o), +(170,698,o), +(223,698,cs) +); +} +); +width = 244; +}, +{ +anchors = ( +{ +name = _top; +pos = (133,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,780,o), +(197,796,o), +(197,817,cs), +(197,838,o), +(182,850,o), +(164,850,cs), +(142,850,o), +(127,834,o), +(127,813,cs), +(127,792,o), +(142,780,o), +(160,780,cs) +); +} +); +width = 95; +}, +{ +anchors = ( +{ +name = _top; +pos = (196,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(285,711,o), +(332,753,o), +(332,816,cs), +(332,872,o), +(295,911,o), +(230,911,cs), +(160,911,o), +(114,869,o), +(114,806,cs), +(114,750,o), +(150,711,o), +(215,711,cs) +); +} +); +width = 224; +}, +{ +anchors = ( +{ +name = _top; +pos = (147,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,776,o), +(210,791,o), +(210,811,cs), +(210,830,o), +(195,842,o), +(177,842,cs), +(155,842,o), +(140,827,o), +(140,807,cs), +(140,788,o), +(155,776,o), +(173,776,cs) +); +} +); +width = 123; +}, +{ +anchors = ( +{ +name = _top; +pos = (229,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(329,706,o), +(380,744,o), +(380,805,cs), +(380,856,o), +(334,888,o), +(261,888,cs), +(179,888,o), +(128,850,o), +(128,789,cs), +(128,738,o), +(174,706,o), +(247,706,cs) ); } ); -width = 322; +width = 292; } ); -metricLeft = "=40"; -metricRight = "=40"; +metricRight = "=|"; unicode = 775; userData = { KernOnSpecialSpacing = { diff --git a/sources/MonaSans.glyphspackage/glyphs/dotaccentcomb.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/dotaccentcomb.ss01.glyph index a203e59f..fe96c883 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dotaccentcomb.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dotaccentcomb.ss01.glyph @@ -26,7 +26,7 @@ width = 109; anchors = ( { name = _top; -pos = (129,678); +pos = (137,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -34,14 +34,14 @@ shapes = ( { closed = 1; nodes = ( -(217,735,l), -(217,866,l), -(40,866,l), -(40,735,l) +(225,735,l), +(225,866,l), +(48,866,l), +(48,735,l) ); } ); -width = 257; +width = 273; }, { anchors = ( @@ -50,15 +50,15 @@ name = _top; pos = (59,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(77,768,l), +(77,770,l), (77,884,l), (40,884,l), -(40,768,l) +(40,770,l) ); } ); @@ -68,64 +68,64 @@ width = 117; anchors = ( { name = _top; -pos = (136,678); +pos = (157,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(231,735,l), -(231,863,l), -(40,863,l), -(40,735,l) +(267,729,l), +(267,858,l), +(46,858,l), +(46,729,l) ); } ); -width = 271; +width = 313; }, { anchors = ( { name = _top; -pos = (59,672); +pos = (60,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(77,770,l), -(77,884,l), -(40,884,l), -(40,770,l) +(78,799,l), +(78,915,l), +(43,915,l), +(43,799,l) ); } ); -width = 117; +width = 120; }, { anchors = ( { name = _top; -pos = (151,673); +pos = (134,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(261,729,l), -(261,858,l), -(40,858,l), -(40,729,l) +(229,740,l), +(229,893,l), +(39,893,l), +(39,740,l) ); } ); -width = 301; +width = 266; }, { anchors = ( @@ -152,7 +152,7 @@ width = 109; anchors = ( { name = _top; -pos = (212,678); +pos = (220,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -160,14 +160,14 @@ shapes = ( { closed = 1; nodes = ( -(312,735,l), -(339,866,l), -(163,866,l), -(136,735,l) +(320,735,l), +(347,866,l), +(171,866,l), +(144,735,l) ); } ); -width = 256; +width = 272; }, { anchors = ( @@ -236,7 +236,7 @@ width = 116; anchors = ( { name = _top; -pos = (235,678); +pos = (241,678); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -244,14 +244,266 @@ shapes = ( { closed = 1; nodes = ( -(356,735,l), -(382,864,l), -(163,864,l), -(137,735,l) +(362,735,l), +(388,864,l), +(169,864,l), +(143,735,l) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = _top; +pos = (35,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,770,l), +(49,885,l), +(20,885,l), +(20,770,l) +); +} +); +width = 69; +}, +{ +anchors = ( +{ +name = _top; +pos = (119,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,735,l), +(207,866,l), +(30,866,l), +(30,735,l) +); +} +); +width = 237; +}, +{ +anchors = ( +{ +name = _top; +pos = (39,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(57,768,l), +(57,884,l), +(20,884,l), +(20,768,l) +); +} +); +width = 77; +}, +{ +anchors = ( +{ +name = _top; +pos = (115,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(210,735,l), +(210,863,l), +(19,863,l), +(19,735,l) +); +} +); +width = 229; +}, +{ +anchors = ( +{ +name = _top; +pos = (49,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(67,770,l), +(67,884,l), +(30,884,l), +(30,770,l) +); +} +); +width = 97; +}, +{ +anchors = ( +{ +name = _top; +pos = (141,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,729,l), +(251,858,l), +(30,858,l), +(30,729,l) +); +} +); +width = 281; +}, +{ +anchors = ( +{ +name = _top; +pos = (117,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(151,770,l), +(176,885,l), +(147,885,l), +(123,770,l) +); +} +); +width = 63; +}, +{ +anchors = ( +{ +name = _top; +pos = (201,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(301,735,l), +(328,866,l), +(152,866,l), +(125,735,l) +); +} +); +width = 234; +}, +{ +anchors = ( +{ +name = _top; +pos = (120,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,770,l), +(182,884,l), +(146,884,l), +(122,770,l) +); +} +); +width = 68; +}, +{ +anchors = ( +{ +name = _top; +pos = (191,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(301,745,l), +(326,863,l), +(134,863,l), +(109,745,l) +); +} +); +width = 215; +}, +{ +anchors = ( +{ +name = _top; +pos = (134,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,770,l), +(196,884,l), +(160,884,l), +(136,770,l) +); +} +); +width = 96; +}, +{ +anchors = ( +{ +name = _top; +pos = (220,678); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(341,735,l), +(367,864,l), +(148,864,l), +(122,735,l) ); } ); -width = 300; +width = 270; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/dotbelowcomb.glyph b/sources/MonaSans.glyphspackage/glyphs/dotbelowcomb.glyph index 2e0a48b4..2fb3e354 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dotbelowcomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dotbelowcomb.glyph @@ -34,7 +34,7 @@ width = 126; anchors = ( { name = _bottom; -pos = (118,0); +pos = (126,0); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -42,22 +42,22 @@ shapes = ( { closed = 1; nodes = ( -(161,-177,o), -(196,-151,o), -(196,-104,cs), -(196,-57,o), -(161,-30,o), -(117,-30,cs), -(73,-30,o), -(40,-57,o), -(40,-104,cs), -(40,-151,o), -(73,-177,o), -(117,-177,cs) -); -} -); -width = 236; +(169,-177,o), +(204,-151,o), +(204,-104,cs), +(204,-57,o), +(169,-30,o), +(125,-30,cs), +(81,-30,o), +(48,-57,o), +(48,-104,cs), +(48,-151,o), +(81,-177,o), +(125,-177,cs) +); +} +); +width = 252; }, { anchors = ( @@ -66,23 +66,23 @@ name = _bottom; pos = (72,0); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(91,-141,o), -(104,-128,o), -(104,-110,cs), -(104,-92,o), -(91,-79,o), -(72,-79,cs), -(53,-79,o), -(40,-92,o), -(40,-110,cs), -(40,-128,o), -(53,-141,o), -(72,-141,cs) +(91,-151,o), +(104,-138,o), +(104,-120,cs), +(104,-102,o), +(91,-89,o), +(72,-89,cs), +(53,-89,o), +(40,-102,o), +(40,-120,cs), +(40,-138,o), +(53,-151,o), +(72,-151,cs) ); } ); @@ -92,88 +92,88 @@ width = 144; anchors = ( { name = _bottom; -pos = (125,0); +pos = (159,0); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(171,-196,o), -(210,-168,o), -(210,-118,cs), -(210,-68,o), -(171,-40,o), -(125,-40,cs), -(79,-40,o), -(40,-68,o), -(40,-118,cs), -(40,-168,o), -(79,-196,o), -(125,-196,cs) -); -} -); -width = 250; +(227,-209,o), +(272,-179,o), +(272,-125,cs), +(272,-75,o), +(231,-41,o), +(159,-41,cs), +(91,-41,o), +(46,-71,o), +(46,-125,cs), +(46,-175,o), +(87,-209,o), +(159,-209,cs) +); +} +); +width = 318; }, { anchors = ( { name = _bottom; -pos = (72,0); +pos = (73,0); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(91,-151,o), -(104,-138,o), -(104,-120,cs), -(104,-102,o), -(91,-89,o), -(72,-89,cs), -(53,-89,o), -(40,-102,o), -(40,-120,cs), -(40,-138,o), -(53,-151,o), -(72,-151,cs) +(92,-141,o), +(105,-128,o), +(105,-110,cs), +(105,-92,o), +(92,-79,o), +(73,-79,cs), +(54,-79,o), +(43,-92,o), +(43,-110,cs), +(43,-128,o), +(54,-141,o), +(73,-141,cs) ); } ); -width = 144; +width = 147; }, { anchors = ( { name = _bottom; -pos = (153,0); +pos = (121,0); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(221,-209,o), -(266,-179,o), -(266,-125,cs), -(266,-75,o), -(225,-41,o), -(153,-41,cs), -(85,-41,o), -(40,-71,o), -(40,-125,cs), -(40,-175,o), -(81,-209,o), -(153,-209,cs) -); -} -); -width = 306; +(164,-196,o), +(203,-168,o), +(203,-118,cs), +(203,-68,o), +(164,-40,o), +(121,-40,cs), +(77,-40,o), +(39,-68,o), +(39,-118,cs), +(39,-168,o), +(77,-196,o), +(121,-196,cs) +); +} +); +width = 241; }, { anchors = ( @@ -208,7 +208,7 @@ width = 127; anchors = ( { name = _bottom; -pos = (65,0); +pos = (73,0); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -216,22 +216,22 @@ shapes = ( { closed = 1; nodes = ( -(89,-177,o), -(124,-146,o), -(124,-100,cs), -(124,-58,o), -(93,-30,o), -(50,-30,cs), -(-1,-30,o), -(-36,-61,o), -(-36,-107,cs), -(-36,-149,o), -(-5,-177,o), -(38,-177,cs) -); -} -); -width = 243; +(97,-177,o), +(132,-146,o), +(132,-100,cs), +(132,-58,o), +(101,-30,o), +(58,-30,cs), +(7,-30,o), +(-28,-61,o), +(-28,-107,cs), +(-28,-149,o), +(3,-177,o), +(46,-177,cs) +); +} +); +width = 259; }, { anchors = ( @@ -324,7 +324,7 @@ width = 142; anchors = ( { name = _bottom; -pos = (97,0); +pos = (103,0); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -332,22 +332,370 @@ shapes = ( { closed = 1; nodes = ( -(136,-207,o), -(183,-174,o), -(183,-119,cs), -(183,-72,o), -(145,-41,o), -(77,-41,cs), -(6,-41,o), -(-41,-74,o), -(-41,-129,cs), -(-41,-176,o), -(-3,-207,o), -(65,-207,cs) -); -} -); -width = 306; +(142,-207,o), +(189,-174,o), +(189,-119,cs), +(189,-72,o), +(151,-41,o), +(83,-41,cs), +(12,-41,o), +(-35,-74,o), +(-35,-129,cs), +(-35,-176,o), +(3,-207,o), +(71,-207,cs) +); +} +); +width = 318; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (43,0); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(56,-115,o), +(66,-106,o), +(66,-92,cs), +(66,-78,o), +(56,-69,o), +(43,-69,cs), +(30,-69,o), +(20,-78,o), +(20,-92,cs), +(20,-106,o), +(30,-115,o), +(43,-115,cs) +); +} +); +width = 86; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (108,0); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(151,-177,o), +(186,-151,o), +(186,-104,cs), +(186,-57,o), +(151,-30,o), +(107,-30,cs), +(63,-30,o), +(30,-57,o), +(30,-104,cs), +(30,-151,o), +(63,-177,o), +(107,-177,cs) +); +} +); +width = 216; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (52,0); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(71,-141,o), +(84,-128,o), +(84,-110,cs), +(84,-92,o), +(71,-79,o), +(52,-79,cs), +(33,-79,o), +(20,-92,o), +(20,-110,cs), +(20,-128,o), +(33,-141,o), +(52,-141,cs) +); +} +); +width = 104; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (104,0); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,-196,o), +(189,-168,o), +(189,-118,cs), +(189,-68,o), +(150,-40,o), +(104,-40,cs), +(58,-40,o), +(19,-68,o), +(19,-118,cs), +(19,-168,o), +(58,-196,o), +(104,-196,cs) +); +} +); +width = 208; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (62,0); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(81,-151,o), +(94,-138,o), +(94,-120,cs), +(94,-102,o), +(81,-89,o), +(62,-89,cs), +(43,-89,o), +(30,-102,o), +(30,-120,cs), +(30,-138,o), +(43,-151,o), +(62,-151,cs) +); +} +); +width = 124; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (143,0); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,-209,o), +(256,-179,o), +(256,-125,cs), +(256,-75,o), +(215,-41,o), +(143,-41,cs), +(75,-41,o), +(30,-71,o), +(30,-125,cs), +(30,-175,o), +(71,-209,o), +(143,-209,cs) +); +} +); +width = 286; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-13,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-19,-115,o), +(-9,-106,o), +(-9,-92,cs), +(-9,-78,o), +(-19,-69,o), +(-32,-69,cs), +(-45,-69,o), +(-55,-78,o), +(-55,-92,cs), +(-55,-106,o), +(-45,-115,o), +(-32,-115,cs) +); +} +); +width = 81; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (54,0); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(78,-177,o), +(113,-146,o), +(113,-100,cs), +(113,-58,o), +(82,-30,o), +(39,-30,cs), +(-12,-30,o), +(-47,-61,o), +(-47,-107,cs), +(-47,-149,o), +(-16,-177,o), +(27,-177,cs) +); +} +); +width = 221; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-6,0); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-141,o), +(2,-127,o), +(2,-108,cs), +(2,-90,o), +(-11,-79,o), +(-27,-79,cs), +(-47,-79,o), +(-60,-93,o), +(-60,-112,cs), +(-60,-130,o), +(-47,-141,o), +(-31,-141,cs) +); +} +); +width = 95; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (42,0); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(65,-196,o), +(104,-163,o), +(104,-114,cs), +(104,-71,o), +(72,-40,o), +(23,-40,cs), +(-31,-40,o), +(-69,-73,o), +(-69,-122,cs), +(-69,-165,o), +(-37,-196,o), +(11,-196,cs) +); +} +); +width = 197; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (7,0); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-147,o), +(13,-136,o), +(13,-117,cs), +(13,-100,o), +(1,-89,o), +(-16,-89,cs), +(-34,-89,o), +(-47,-100,o), +(-47,-119,cs), +(-47,-136,o), +(-35,-147,o), +(-18,-147,cs) +); +} +); +width = 122; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (82,0); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(121,-207,o), +(168,-174,o), +(168,-119,cs), +(168,-72,o), +(130,-41,o), +(62,-41,cs), +(-9,-41,o), +(-56,-74,o), +(-56,-129,cs), +(-56,-176,o), +(-18,-207,o), +(50,-207,cs) +); +} +); +width = 276; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/dotbelowcomb.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/dotbelowcomb.ss01.glyph index f292eeb8..7ca42a5c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dotbelowcomb.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dotbelowcomb.ss01.glyph @@ -26,7 +26,7 @@ width = 109; anchors = ( { name = _bottom; -pos = (129,0); +pos = (137,0); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -34,14 +34,14 @@ shapes = ( { closed = 1; nodes = ( -(217,-171,l), -(217,-40,l), -(40,-40,l), -(40,-171,l) +(225,-171,l), +(225,-40,l), +(48,-40,l), +(48,-171,l) ); } ); -width = 257; +width = 273; }, { anchors = ( @@ -50,15 +50,15 @@ name = _bottom; pos = (59,0); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(77,-140,l), -(77,-84,l), -(40,-84,l), -(40,-140,l) +(77,-148,l), +(77,-94,l), +(40,-94,l), +(40,-148,l) ); } ); @@ -68,64 +68,64 @@ width = 117; anchors = ( { name = _bottom; -pos = (136,0); +pos = (147,0); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(231,-178,l), -(231,-50,l), -(40,-50,l), -(40,-178,l) +(247,-170,l), +(247,-41,l), +(46,-41,l), +(46,-170,l) ); } ); -width = 271; +width = 293; }, { anchors = ( { name = _bottom; -pos = (59,0); +pos = (60,0); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(77,-148,l), -(77,-94,l), -(40,-94,l), -(40,-148,l) +(78,-140,l), +(78,-84,l), +(43,-84,l), +(43,-140,l) ); } ); -width = 117; +width = 120; }, { anchors = ( { name = _bottom; -pos = (141,0); +pos = (134,0); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(241,-170,l), -(241,-41,l), -(40,-41,l), -(40,-170,l) +(229,-178,l), +(229,-50,l), +(39,-50,l), +(39,-178,l) ); } ); -width = 281; +width = 266; }, { anchors = ( @@ -152,7 +152,7 @@ width = 110; anchors = ( { name = _bottom; -pos = (74,0); +pos = (82,0); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -160,14 +160,14 @@ shapes = ( { closed = 1; nodes = ( -(126,-171,l), -(154,-40,l), -(-23,-40,l), -(-51,-171,l) +(134,-171,l), +(162,-40,l), +(-15,-40,l), +(-43,-171,l) ); } ); -width = 258; +width = 274; }, { anchors = ( @@ -236,7 +236,7 @@ width = 118; anchors = ( { name = _bottom; -pos = (83,0); +pos = (89,0); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -244,14 +244,266 @@ shapes = ( { closed = 1; nodes = ( -(146,-180,l), -(172,-51,l), -(-27,-51,l), -(-53,-180,l) +(152,-180,l), +(178,-51,l), +(-21,-51,l), +(-47,-180,l) +); +} +); +width = 292; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (35,0); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,-120,l), +(49,-75,l), +(20,-75,l), +(20,-120,l) +); +} +); +width = 69; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (119,0); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,-171,l), +(207,-40,l), +(30,-40,l), +(30,-171,l) +); +} +); +width = 237; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (39,0); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(57,-140,l), +(57,-84,l), +(20,-84,l), +(20,-140,l) +); +} +); +width = 77; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (115,0); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(210,-178,l), +(210,-50,l), +(19,-50,l), +(19,-178,l) +); +} +); +width = 229; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (49,0); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(67,-148,l), +(67,-94,l), +(30,-94,l), +(30,-148,l) +); +} +); +width = 97; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (131,0); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(231,-170,l), +(231,-41,l), +(30,-41,l), +(30,-170,l) +); +} +); +width = 261; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-21,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-32,-120,l), +(-22,-75,l), +(-51,-75,l), +(-61,-120,l) +); +} +); +width = 64; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (63,0); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(115,-171,l), +(143,-40,l), +(-34,-40,l), +(-62,-171,l) +); +} +); +width = 236; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-19,0); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-30,-140,l), +(-18,-84,l), +(-55,-84,l), +(-67,-140,l) +); +} +); +width = 69; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (51,0); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(109,-178,l), +(135,-50,l), +(-56,-50,l), +(-82,-178,l) +); +} +); +width = 213; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-4,0); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,-148,l), +(-5,-94,l), +(-42,-94,l), +(-54,-148,l) +); +} +); +width = 98; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (68,0); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(131,-180,l), +(157,-51,l), +(-42,-51,l), +(-68,-180,l) ); } ); -width = 280; +width = 250; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/dottedC_ircle.glyph b/sources/MonaSans.glyphspackage/glyphs/dottedC_ircle.glyph index 3967ad05..a4c601c9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/dottedC_ircle.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/dottedC_ircle.glyph @@ -237,23 +237,23 @@ width = 730; anchors = ( { name = bottom; -pos = (365,0); +pos = (373,0); }, { name = center; -pos = (365,365); +pos = (373,365); }, { name = ogonek; -pos = (365,0); +pos = (373,0); }, { name = top; -pos = (365,729); +pos = (373,729); }, { name = topright; -pos = (365,729); +pos = (373,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -261,209 +261,209 @@ shapes = ( { closed = 1; nodes = ( -(391,589,o), -(410,608,o), -(410,634,cs), -(410,660,o), -(391,679,o), -(365,679,cs), -(339,679,o), -(320,660,o), -(320,634,cs), -(320,608,o), -(339,589,o), -(365,589,cs) +(399,589,o), +(418,608,o), +(418,634,cs), +(418,660,o), +(399,679,o), +(373,679,cs), +(347,679,o), +(328,660,o), +(328,634,cs), +(328,608,o), +(347,589,o), +(373,589,cs) ); }, { closed = 1; nodes = ( -(526,553,o), -(545,572,o), -(545,598,cs), -(545,624,o), -(526,643,o), -(500,643,cs), -(474,643,o), -(455,624,o), -(455,598,cs), -(455,572,o), -(474,553,o), -(500,553,cs) +(534,553,o), +(553,572,o), +(553,598,cs), +(553,624,o), +(534,643,o), +(508,643,cs), +(482,643,o), +(463,624,o), +(463,598,cs), +(463,572,o), +(482,553,o), +(508,553,cs) ); }, { closed = 1; nodes = ( -(625,454,o), -(644,473,o), -(644,499,cs), -(644,525,o), -(625,544,o), -(599,544,cs), -(573,544,o), -(554,525,o), -(554,499,cs), -(554,473,o), -(573,454,o), -(599,454,cs) +(633,454,o), +(652,473,o), +(652,499,cs), +(652,525,o), +(633,544,o), +(607,544,cs), +(581,544,o), +(562,525,o), +(562,499,cs), +(562,473,o), +(581,454,o), +(607,454,cs) ); }, { closed = 1; nodes = ( -(661,320,o), -(680,338,o), -(680,365,cs), -(680,391,o), -(661,409,o), -(635,409,cs), -(609,409,o), -(590,391,o), -(590,365,cs), -(590,338,o), -(609,320,o), -(635,320,cs) +(669,320,o), +(688,338,o), +(688,365,cs), +(688,391,o), +(669,409,o), +(643,409,cs), +(617,409,o), +(598,391,o), +(598,365,cs), +(598,338,o), +(617,320,o), +(643,320,cs) ); }, { closed = 1; nodes = ( -(625,185,o), -(644,204,o), -(644,230,cs), -(644,256,o), -(625,275,o), -(599,275,cs), -(573,275,o), -(554,256,o), -(554,230,cs), -(554,204,o), -(573,185,o), -(599,185,cs) +(633,185,o), +(652,204,o), +(652,230,cs), +(652,256,o), +(633,275,o), +(607,275,cs), +(581,275,o), +(562,256,o), +(562,230,cs), +(562,204,o), +(581,185,o), +(607,185,cs) ); }, { closed = 1; nodes = ( -(526,86,o), -(545,105,o), -(545,131,cs), -(545,157,o), -(526,176,o), -(500,176,cs), -(474,176,o), -(455,157,o), -(455,131,cs), -(455,105,o), -(474,86,o), -(500,86,cs) +(534,86,o), +(553,105,o), +(553,131,cs), +(553,157,o), +(534,176,o), +(508,176,cs), +(482,176,o), +(463,157,o), +(463,131,cs), +(463,105,o), +(482,86,o), +(508,86,cs) ); }, { closed = 1; nodes = ( -(391,50,o), -(410,69,o), -(410,95,cs), -(410,121,o), -(391,140,o), -(365,140,cs), -(339,140,o), -(320,121,o), -(320,95,cs), -(320,69,o), -(339,50,o), -(365,50,cs) +(399,50,o), +(418,69,o), +(418,95,cs), +(418,121,o), +(399,140,o), +(373,140,cs), +(347,140,o), +(328,121,o), +(328,95,cs), +(328,69,o), +(347,50,o), +(373,50,cs) ); }, { closed = 1; nodes = ( -(256,86,o), -(275,105,o), -(275,131,cs), -(275,157,o), -(256,176,o), -(230,176,cs), -(204,176,o), -(185,157,o), -(185,131,cs), -(185,105,o), -(204,86,o), -(230,86,cs) +(264,86,o), +(283,105,o), +(283,131,cs), +(283,157,o), +(264,176,o), +(238,176,cs), +(212,176,o), +(193,157,o), +(193,131,cs), +(193,105,o), +(212,86,o), +(238,86,cs) ); }, { closed = 1; nodes = ( -(157,185,o), -(176,204,o), -(176,230,cs), -(176,256,o), -(157,275,o), -(131,275,cs), -(105,275,o), -(86,256,o), -(86,230,cs), -(86,204,o), -(105,185,o), -(131,185,cs) +(165,185,o), +(184,204,o), +(184,230,cs), +(184,256,o), +(165,275,o), +(139,275,cs), +(113,275,o), +(94,256,o), +(94,230,cs), +(94,204,o), +(113,185,o), +(139,185,cs) ); }, { closed = 1; nodes = ( -(121,320,o), -(140,338,o), -(140,365,cs), -(140,391,o), -(121,409,o), -(95,409,cs), -(69,409,o), -(50,391,o), -(50,365,cs), -(50,338,o), -(69,320,o), -(95,320,cs) +(129,320,o), +(148,338,o), +(148,365,cs), +(148,391,o), +(129,409,o), +(103,409,cs), +(77,409,o), +(58,391,o), +(58,365,cs), +(58,338,o), +(77,320,o), +(103,320,cs) ); }, { closed = 1; nodes = ( -(157,454,o), -(176,473,o), -(176,499,cs), -(176,525,o), -(157,544,o), -(131,544,cs), -(105,544,o), -(86,525,o), -(86,499,cs), -(86,473,o), -(105,454,o), -(131,454,cs) +(165,454,o), +(184,473,o), +(184,499,cs), +(184,525,o), +(165,544,o), +(139,544,cs), +(113,544,o), +(94,525,o), +(94,499,cs), +(94,473,o), +(113,454,o), +(139,454,cs) ); }, { closed = 1; nodes = ( -(256,553,o), -(275,572,o), -(275,598,cs), -(275,624,o), -(256,643,o), -(230,643,cs), -(204,643,o), -(185,624,o), -(185,598,cs), -(185,572,o), -(204,553,o), -(230,553,cs) +(264,553,o), +(283,572,o), +(283,598,cs), +(283,624,o), +(264,643,o), +(238,643,cs), +(212,643,o), +(193,624,o), +(193,598,cs), +(193,572,o), +(212,553,o), +(238,553,cs) ); } ); -width = 730; +width = 746; }, { anchors = ( @@ -488,7 +488,7 @@ name = topright; pos = (365,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; @@ -701,697 +701,697 @@ width = 730; anchors = ( { name = bottom; -pos = (365,0); +pos = (371,0); }, { name = center; -pos = (365,365); +pos = (371,365); }, { name = ogonek; -pos = (365,0); +pos = (371,0); }, { name = top; -pos = (365,729); +pos = (371,729); }, { name = topright; -pos = (365,729); +pos = (371,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(391,589,o), -(410,608,o), -(410,634,cs), -(410,660,o), -(391,679,o), -(365,679,cs), -(339,679,o), -(320,660,o), -(320,634,cs), -(320,608,o), -(339,589,o), -(365,589,cs) +(397,589,o), +(416,608,o), +(416,634,cs), +(416,660,o), +(397,679,o), +(371,679,cs), +(345,679,o), +(326,660,o), +(326,634,cs), +(326,608,o), +(345,589,o), +(371,589,cs) ); }, { closed = 1; nodes = ( -(526,553,o), -(545,572,o), -(545,598,cs), -(545,624,o), -(526,643,o), -(500,643,cs), -(474,643,o), -(455,624,o), -(455,598,cs), -(455,572,o), -(474,553,o), -(500,553,cs) +(532,553,o), +(551,572,o), +(551,598,cs), +(551,624,o), +(532,643,o), +(506,643,cs), +(480,643,o), +(461,624,o), +(461,598,cs), +(461,572,o), +(480,553,o), +(506,553,cs) ); }, { closed = 1; nodes = ( -(625,454,o), -(644,473,o), -(644,499,cs), -(644,525,o), -(625,544,o), -(599,544,cs), -(573,544,o), -(554,525,o), -(554,499,cs), -(554,473,o), -(573,454,o), -(599,454,cs) +(631,454,o), +(650,473,o), +(650,499,cs), +(650,525,o), +(631,544,o), +(605,544,cs), +(579,544,o), +(560,525,o), +(560,499,cs), +(560,473,o), +(579,454,o), +(605,454,cs) ); }, { closed = 1; nodes = ( -(661,320,o), -(680,338,o), -(680,365,cs), -(680,391,o), -(661,409,o), -(635,409,cs), -(609,409,o), -(590,391,o), -(590,365,cs), -(590,338,o), -(609,320,o), -(635,320,cs) +(667,320,o), +(686,338,o), +(686,365,cs), +(686,391,o), +(667,409,o), +(641,409,cs), +(615,409,o), +(596,391,o), +(596,365,cs), +(596,338,o), +(615,320,o), +(641,320,cs) ); }, { closed = 1; nodes = ( -(625,185,o), -(644,204,o), -(644,230,cs), -(644,256,o), -(625,275,o), -(599,275,cs), -(573,275,o), -(554,256,o), -(554,230,cs), -(554,204,o), -(573,185,o), -(599,185,cs) +(631,185,o), +(650,204,o), +(650,230,cs), +(650,256,o), +(631,275,o), +(605,275,cs), +(579,275,o), +(560,256,o), +(560,230,cs), +(560,204,o), +(579,185,o), +(605,185,cs) ); }, { closed = 1; nodes = ( -(526,86,o), -(545,105,o), -(545,131,cs), -(545,157,o), -(526,176,o), -(500,176,cs), -(474,176,o), -(455,157,o), -(455,131,cs), -(455,105,o), -(474,86,o), -(500,86,cs) +(532,86,o), +(551,105,o), +(551,131,cs), +(551,157,o), +(532,176,o), +(506,176,cs), +(480,176,o), +(461,157,o), +(461,131,cs), +(461,105,o), +(480,86,o), +(506,86,cs) ); }, { closed = 1; nodes = ( -(391,50,o), -(410,69,o), -(410,95,cs), -(410,121,o), -(391,140,o), -(365,140,cs), -(339,140,o), -(320,121,o), -(320,95,cs), -(320,69,o), -(339,50,o), -(365,50,cs) +(397,50,o), +(416,69,o), +(416,95,cs), +(416,121,o), +(397,140,o), +(371,140,cs), +(345,140,o), +(326,121,o), +(326,95,cs), +(326,69,o), +(345,50,o), +(371,50,cs) ); }, { closed = 1; nodes = ( -(256,86,o), -(275,105,o), -(275,131,cs), -(275,157,o), -(256,176,o), -(230,176,cs), -(204,176,o), -(185,157,o), -(185,131,cs), -(185,105,o), -(204,86,o), -(230,86,cs) +(262,86,o), +(281,105,o), +(281,131,cs), +(281,157,o), +(262,176,o), +(236,176,cs), +(210,176,o), +(191,157,o), +(191,131,cs), +(191,105,o), +(210,86,o), +(236,86,cs) ); }, { closed = 1; nodes = ( -(157,185,o), -(176,204,o), -(176,230,cs), -(176,256,o), -(157,275,o), -(131,275,cs), -(105,275,o), -(86,256,o), -(86,230,cs), -(86,204,o), -(105,185,o), -(131,185,cs) +(163,185,o), +(182,204,o), +(182,230,cs), +(182,256,o), +(163,275,o), +(137,275,cs), +(111,275,o), +(92,256,o), +(92,230,cs), +(92,204,o), +(111,185,o), +(137,185,cs) ); }, { closed = 1; nodes = ( -(121,320,o), -(140,338,o), -(140,365,cs), -(140,391,o), -(121,409,o), -(95,409,cs), -(69,409,o), -(50,391,o), -(50,365,cs), -(50,338,o), -(69,320,o), -(95,320,cs) +(127,320,o), +(146,338,o), +(146,365,cs), +(146,391,o), +(127,409,o), +(101,409,cs), +(75,409,o), +(56,391,o), +(56,365,cs), +(56,338,o), +(75,320,o), +(101,320,cs) ); }, { closed = 1; nodes = ( -(157,454,o), -(176,473,o), -(176,499,cs), -(176,525,o), -(157,544,o), -(131,544,cs), -(105,544,o), -(86,525,o), -(86,499,cs), -(86,473,o), -(105,454,o), -(131,454,cs) +(163,454,o), +(182,473,o), +(182,499,cs), +(182,525,o), +(163,544,o), +(137,544,cs), +(111,544,o), +(92,525,o), +(92,499,cs), +(92,473,o), +(111,454,o), +(137,454,cs) ); }, { closed = 1; nodes = ( -(256,553,o), -(275,572,o), -(275,598,cs), -(275,624,o), -(256,643,o), -(230,643,cs), -(204,643,o), -(185,624,o), -(185,598,cs), -(185,572,o), -(204,553,o), -(230,553,cs) +(262,553,o), +(281,572,o), +(281,598,cs), +(281,624,o), +(262,643,o), +(236,643,cs), +(210,643,o), +(191,624,o), +(191,598,cs), +(191,572,o), +(210,553,o), +(236,553,cs) ); } ); -width = 730; +width = 742; }, { anchors = ( { name = bottom; -pos = (365,0); +pos = (360,0); }, { name = center; -pos = (365,365); +pos = (360,365); }, { name = ogonek; -pos = (365,0); +pos = (360,0); }, { name = top; -pos = (365,729); +pos = (360,729); }, { name = topright; -pos = (365,729); +pos = (360,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(391,589,o), -(410,608,o), -(410,634,cs), -(410,660,o), -(391,679,o), -(365,679,cs), -(339,679,o), -(320,660,o), -(320,634,cs), -(320,608,o), -(339,589,o), -(365,589,cs) +(386,589,o), +(405,608,o), +(405,634,cs), +(405,660,o), +(386,679,o), +(360,679,cs), +(336,679,o), +(317,660,o), +(317,634,cs), +(317,608,o), +(336,589,o), +(360,589,cs) ); }, { closed = 1; nodes = ( -(526,553,o), -(545,572,o), -(545,598,cs), -(545,624,o), -(526,643,o), -(500,643,cs), -(474,643,o), -(455,624,o), -(455,598,cs), -(455,572,o), -(474,553,o), -(500,553,cs) +(519,553,o), +(538,572,o), +(538,598,cs), +(538,624,o), +(519,643,o), +(493,643,cs), +(467,643,o), +(448,624,o), +(448,598,cs), +(448,572,o), +(467,553,o), +(493,553,cs) ); }, { closed = 1; nodes = ( -(625,454,o), -(644,473,o), -(644,499,cs), -(644,525,o), -(625,544,o), -(599,544,cs), -(573,544,o), -(554,525,o), -(554,499,cs), -(554,473,o), -(573,454,o), -(599,454,cs) +(616,454,o), +(635,473,o), +(635,499,cs), +(635,525,o), +(616,544,o), +(590,544,cs), +(564,544,o), +(546,525,o), +(546,499,cs), +(546,473,o), +(564,454,o), +(590,454,cs) ); }, { closed = 1; nodes = ( -(661,320,o), -(680,338,o), -(680,365,cs), -(680,391,o), -(661,409,o), -(635,409,cs), -(609,409,o), -(590,391,o), -(590,365,cs), -(590,338,o), -(609,320,o), -(635,320,cs) +(650,320,o), +(669,338,o), +(669,365,cs), +(669,391,o), +(650,409,o), +(626,409,cs), +(600,409,o), +(581,391,o), +(581,365,cs), +(581,338,o), +(600,320,o), +(626,320,cs) ); }, { closed = 1; nodes = ( -(625,185,o), -(644,204,o), -(644,230,cs), -(644,256,o), -(625,275,o), -(599,275,cs), -(573,275,o), -(554,256,o), -(554,230,cs), -(554,204,o), -(573,185,o), -(599,185,cs) +(616,185,o), +(635,204,o), +(635,230,cs), +(635,256,o), +(616,275,o), +(590,275,cs), +(564,275,o), +(546,256,o), +(546,230,cs), +(546,204,o), +(564,185,o), +(590,185,cs) ); }, { closed = 1; nodes = ( -(526,86,o), -(545,105,o), -(545,131,cs), -(545,157,o), -(526,176,o), -(500,176,cs), -(474,176,o), -(455,157,o), -(455,131,cs), -(455,105,o), -(474,86,o), -(500,86,cs) +(519,86,o), +(538,105,o), +(538,131,cs), +(538,157,o), +(519,176,o), +(493,176,cs), +(467,176,o), +(448,157,o), +(448,131,cs), +(448,105,o), +(467,86,o), +(493,86,cs) ); }, { closed = 1; nodes = ( -(391,50,o), -(410,69,o), -(410,95,cs), -(410,121,o), -(391,140,o), -(365,140,cs), -(339,140,o), -(320,121,o), -(320,95,cs), -(320,69,o), -(339,50,o), -(365,50,cs) +(386,50,o), +(405,69,o), +(405,95,cs), +(405,121,o), +(386,140,o), +(360,140,cs), +(336,140,o), +(317,121,o), +(317,95,cs), +(317,69,o), +(336,50,o), +(360,50,cs) ); }, { closed = 1; nodes = ( -(256,86,o), -(275,105,o), -(275,131,cs), -(275,157,o), -(256,176,o), -(230,176,cs), -(204,176,o), -(185,157,o), -(185,131,cs), -(185,105,o), -(204,86,o), -(230,86,cs) +(253,86,o), +(272,105,o), +(272,131,cs), +(272,157,o), +(253,176,o), +(229,176,cs), +(203,176,o), +(184,157,o), +(184,131,cs), +(184,105,o), +(203,86,o), +(229,86,cs) ); }, { closed = 1; nodes = ( -(157,185,o), -(176,204,o), -(176,230,cs), -(176,256,o), -(157,275,o), -(131,275,cs), -(105,275,o), -(86,256,o), -(86,230,cs), -(86,204,o), -(105,185,o), -(131,185,cs) +(156,185,o), +(175,204,o), +(175,230,cs), +(175,256,o), +(156,275,o), +(132,275,cs), +(106,275,o), +(87,256,o), +(87,230,cs), +(87,204,o), +(106,185,o), +(132,185,cs) ); }, { closed = 1; nodes = ( -(121,320,o), -(140,338,o), -(140,365,cs), -(140,391,o), -(121,409,o), -(95,409,cs), -(69,409,o), -(50,391,o), -(50,365,cs), -(50,338,o), -(69,320,o), -(95,320,cs) +(122,320,o), +(141,338,o), +(141,365,cs), +(141,391,o), +(122,409,o), +(96,409,cs), +(70,409,o), +(52,391,o), +(52,365,cs), +(52,338,o), +(70,320,o), +(96,320,cs) ); }, { closed = 1; nodes = ( -(157,454,o), -(176,473,o), -(176,499,cs), -(176,525,o), -(157,544,o), -(131,544,cs), -(105,544,o), -(86,525,o), -(86,499,cs), -(86,473,o), -(105,454,o), -(131,454,cs) +(156,454,o), +(175,473,o), +(175,499,cs), +(175,525,o), +(156,544,o), +(132,544,cs), +(106,544,o), +(87,525,o), +(87,499,cs), +(87,473,o), +(106,454,o), +(132,454,cs) ); }, { closed = 1; nodes = ( -(256,553,o), -(275,572,o), -(275,598,cs), -(275,624,o), -(256,643,o), -(230,643,cs), -(204,643,o), -(185,624,o), -(185,598,cs), -(185,572,o), -(204,553,o), -(230,553,cs) +(253,553,o), +(272,572,o), +(272,598,cs), +(272,624,o), +(253,643,o), +(229,643,cs), +(203,643,o), +(184,624,o), +(184,598,cs), +(184,572,o), +(203,553,o), +(229,553,cs) ); } ); -width = 730; +width = 721; }, { anchors = ( { name = bottom; -pos = (365,0); +pos = (355,0); }, { name = center; -pos = (365,365); +pos = (355,365); }, { name = ogonek; -pos = (365,0); +pos = (355,0); }, { name = top; -pos = (365,729); +pos = (355,729); }, { name = topright; -pos = (365,729); +pos = (355,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(391,589,o), -(410,608,o), -(410,634,cs), -(410,660,o), -(391,679,o), -(365,679,cs), -(339,679,o), -(320,660,o), -(320,634,cs), -(320,608,o), -(339,589,o), -(365,589,cs) +(380,589,o), +(399,608,o), +(399,634,cs), +(399,660,o), +(380,679,o), +(355,679,cs), +(331,679,o), +(312,660,o), +(312,634,cs), +(312,608,o), +(331,589,o), +(355,589,cs) ); }, { closed = 1; nodes = ( -(526,553,o), -(545,572,o), -(545,598,cs), -(545,624,o), -(526,643,o), -(500,643,cs), -(474,643,o), -(455,624,o), -(455,598,cs), -(455,572,o), -(474,553,o), -(500,553,cs) +(512,553,o), +(531,572,o), +(531,598,cs), +(531,624,o), +(512,643,o), +(487,643,cs), +(462,643,o), +(444,624,o), +(444,598,cs), +(444,572,o), +(462,553,o), +(487,553,cs) ); }, { closed = 1; nodes = ( -(625,454,o), -(644,473,o), -(644,499,cs), -(644,525,o), -(625,544,o), -(599,544,cs), -(573,544,o), -(554,525,o), -(554,499,cs), -(554,473,o), -(573,454,o), -(599,454,cs) +(609,454,o), +(628,473,o), +(628,499,cs), +(628,525,o), +(609,544,o), +(583,544,cs), +(558,544,o), +(540,525,o), +(540,499,cs), +(540,473,o), +(558,454,o), +(583,454,cs) ); }, { closed = 1; nodes = ( -(661,320,o), -(680,338,o), -(680,365,cs), -(680,391,o), -(661,409,o), -(635,409,cs), -(609,409,o), -(590,391,o), -(590,365,cs), -(590,338,o), -(609,320,o), -(635,320,cs) +(644,320,o), +(662,338,o), +(662,365,cs), +(662,391,o), +(644,409,o), +(619,409,cs), +(593,409,o), +(574,391,o), +(574,365,cs), +(574,338,o), +(593,320,o), +(619,320,cs) ); }, { closed = 1; nodes = ( -(625,185,o), -(644,204,o), -(644,230,cs), -(644,256,o), -(625,275,o), -(599,275,cs), -(573,275,o), -(554,256,o), -(554,230,cs), -(554,204,o), -(573,185,o), -(599,185,cs) +(609,185,o), +(628,204,o), +(628,230,cs), +(628,256,o), +(609,275,o), +(583,275,cs), +(558,275,o), +(540,256,o), +(540,230,cs), +(540,204,o), +(558,185,o), +(583,185,cs) ); }, { closed = 1; nodes = ( -(526,86,o), -(545,105,o), -(545,131,cs), -(545,157,o), -(526,176,o), -(500,176,cs), -(474,176,o), -(455,157,o), -(455,131,cs), -(455,105,o), -(474,86,o), -(500,86,cs) +(512,86,o), +(531,105,o), +(531,131,cs), +(531,157,o), +(512,176,o), +(487,176,cs), +(462,176,o), +(444,157,o), +(444,131,cs), +(444,105,o), +(462,86,o), +(487,86,cs) ); }, { closed = 1; nodes = ( -(391,50,o), -(410,69,o), -(410,95,cs), -(410,121,o), -(391,140,o), -(365,140,cs), -(339,140,o), -(320,121,o), -(320,95,cs), -(320,69,o), -(339,50,o), -(365,50,cs) +(380,50,o), +(399,69,o), +(399,95,cs), +(399,121,o), +(380,140,o), +(355,140,cs), +(331,140,o), +(312,121,o), +(312,95,cs), +(312,69,o), +(331,50,o), +(355,50,cs) ); }, { closed = 1; nodes = ( -(256,86,o), -(275,105,o), -(275,131,cs), -(275,157,o), -(256,176,o), -(230,176,cs), -(204,176,o), -(185,157,o), -(185,131,cs), -(185,105,o), -(204,86,o), -(230,86,cs) +(248,86,o), +(267,105,o), +(267,131,cs), +(267,157,o), +(248,176,o), +(224,176,cs), +(199,176,o), +(180,157,o), +(180,131,cs), +(180,105,o), +(199,86,o), +(224,86,cs) ); }, { closed = 1; nodes = ( -(157,185,o), -(176,204,o), -(176,230,cs), -(176,256,o), -(157,275,o), -(131,275,cs), -(105,275,o), -(86,256,o), -(86,230,cs), -(86,204,o), -(105,185,o), -(131,185,cs) +(152,185,o), +(171,204,o), +(171,230,cs), +(171,256,o), +(152,275,o), +(128,275,cs), +(102,275,o), +(83,256,o), +(83,230,cs), +(83,204,o), +(102,185,o), +(128,185,cs) ); }, { closed = 1; nodes = ( -(121,320,o), -(140,338,o), -(140,365,cs), -(140,391,o), -(121,409,o), -(95,409,cs), -(69,409,o), -(50,391,o), -(50,365,cs), -(50,338,o), -(69,320,o), -(95,320,cs) +(118,320,o), +(137,338,o), +(137,365,cs), +(137,391,o), +(118,409,o), +(92,409,cs), +(67,409,o), +(49,391,o), +(49,365,cs), +(49,338,o), +(67,320,o), +(92,320,cs) ); }, { closed = 1; nodes = ( -(157,454,o), -(176,473,o), -(176,499,cs), -(176,525,o), -(157,544,o), -(131,544,cs), -(105,544,o), -(86,525,o), -(86,499,cs), -(86,473,o), -(105,454,o), -(131,454,cs) +(152,454,o), +(171,473,o), +(171,499,cs), +(171,525,o), +(152,544,o), +(128,544,cs), +(102,544,o), +(83,525,o), +(83,499,cs), +(83,473,o), +(102,454,o), +(128,454,cs) ); }, { closed = 1; nodes = ( -(256,553,o), -(275,572,o), -(275,598,cs), -(275,624,o), -(256,643,o), -(230,643,cs), -(204,643,o), -(185,624,o), -(185,598,cs), -(185,572,o), -(204,553,o), -(230,553,cs) +(248,553,o), +(267,572,o), +(267,598,cs), +(267,624,o), +(248,643,o), +(224,643,cs), +(199,643,o), +(180,624,o), +(180,598,cs), +(180,572,o), +(199,553,o), +(224,553,cs) ); } ); -width = 730; +width = 710; }, { anchors = ( @@ -1629,23 +1629,23 @@ width = 732; anchors = ( { name = bottom; -pos = (311,0); +pos = (319,0); }, { name = center; -pos = (386,365); +pos = (394,365); }, { name = ogonek; -pos = (311,0); +pos = (319,0); }, { name = top; -pos = (461,729); +pos = (469,729); }, { name = topright; -pos = (461,729); +pos = (469,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -1653,209 +1653,209 @@ shapes = ( { closed = 1; nodes = ( -(412,589,o), -(431,608,o), -(431,634,cs), -(431,660,o), -(412,679,o), -(386,679,cs), -(360,679,o), -(341,660,o), -(341,634,cs), -(341,608,o), -(360,589,o), -(386,589,cs) +(420,589,o), +(439,608,o), +(439,634,cs), +(439,660,o), +(420,679,o), +(394,679,cs), +(368,679,o), +(349,660,o), +(349,634,cs), +(349,608,o), +(368,589,o), +(394,589,cs) ); }, { closed = 1; nodes = ( -(547,553,o), -(566,572,o), -(566,598,cs), -(566,624,o), -(547,643,o), -(521,643,cs), -(495,643,o), -(476,624,o), -(476,598,cs), -(476,572,o), -(495,553,o), -(521,553,cs) +(555,553,o), +(574,572,o), +(574,598,cs), +(574,624,o), +(555,643,o), +(529,643,cs), +(503,643,o), +(484,624,o), +(484,598,cs), +(484,572,o), +(503,553,o), +(529,553,cs) ); }, { closed = 1; nodes = ( -(646,454,o), -(665,473,o), -(665,499,cs), -(665,525,o), -(646,544,o), -(620,544,cs), -(594,544,o), -(575,525,o), -(575,499,cs), -(575,473,o), -(594,454,o), -(620,454,cs) +(654,454,o), +(673,473,o), +(673,499,cs), +(673,525,o), +(654,544,o), +(628,544,cs), +(602,544,o), +(583,525,o), +(583,499,cs), +(583,473,o), +(602,454,o), +(628,454,cs) ); }, { closed = 1; nodes = ( -(682,320,o), -(701,338,o), -(701,365,cs), -(701,391,o), -(682,409,o), -(656,409,cs), -(630,409,o), -(611,391,o), -(611,365,cs), -(611,338,o), -(630,320,o), -(656,320,cs) +(690,320,o), +(709,338,o), +(709,365,cs), +(709,391,o), +(690,409,o), +(664,409,cs), +(638,409,o), +(619,391,o), +(619,365,cs), +(619,338,o), +(638,320,o), +(664,320,cs) ); }, { closed = 1; nodes = ( -(646,185,o), -(665,204,o), -(665,230,cs), -(665,256,o), -(646,275,o), -(620,275,cs), -(594,275,o), -(575,256,o), -(575,230,cs), -(575,204,o), -(594,185,o), -(620,185,cs) +(654,185,o), +(673,204,o), +(673,230,cs), +(673,256,o), +(654,275,o), +(628,275,cs), +(602,275,o), +(583,256,o), +(583,230,cs), +(583,204,o), +(602,185,o), +(628,185,cs) ); }, { closed = 1; nodes = ( -(547,86,o), -(566,105,o), -(566,131,cs), -(566,157,o), -(547,176,o), -(521,176,cs), -(495,176,o), -(476,157,o), -(476,131,cs), -(476,105,o), -(495,86,o), -(521,86,cs) +(555,86,o), +(574,105,o), +(574,131,cs), +(574,157,o), +(555,176,o), +(529,176,cs), +(503,176,o), +(484,157,o), +(484,131,cs), +(484,105,o), +(503,86,o), +(529,86,cs) ); }, { closed = 1; nodes = ( -(412,50,o), -(431,69,o), -(431,95,cs), -(431,121,o), -(412,140,o), -(386,140,cs), -(360,140,o), -(341,121,o), -(341,95,cs), -(341,69,o), -(360,50,o), -(386,50,cs) +(420,50,o), +(439,69,o), +(439,95,cs), +(439,121,o), +(420,140,o), +(394,140,cs), +(368,140,o), +(349,121,o), +(349,95,cs), +(349,69,o), +(368,50,o), +(394,50,cs) ); }, { closed = 1; nodes = ( -(277,86,o), -(296,105,o), -(296,131,cs), -(296,157,o), -(277,176,o), -(251,176,cs), -(225,176,o), -(206,157,o), -(206,131,cs), -(206,105,o), -(225,86,o), -(251,86,cs) +(285,86,o), +(304,105,o), +(304,131,cs), +(304,157,o), +(285,176,o), +(259,176,cs), +(233,176,o), +(214,157,o), +(214,131,cs), +(214,105,o), +(233,86,o), +(259,86,cs) ); }, { closed = 1; nodes = ( -(178,185,o), -(197,204,o), -(197,230,cs), -(197,256,o), -(178,275,o), -(152,275,cs), -(126,275,o), -(107,256,o), -(107,230,cs), -(107,204,o), -(126,185,o), -(152,185,cs) +(186,185,o), +(205,204,o), +(205,230,cs), +(205,256,o), +(186,275,o), +(160,275,cs), +(134,275,o), +(115,256,o), +(115,230,cs), +(115,204,o), +(134,185,o), +(160,185,cs) ); }, { closed = 1; nodes = ( -(142,320,o), -(161,338,o), -(161,365,cs), -(161,391,o), -(142,409,o), -(116,409,cs), -(90,409,o), -(71,391,o), -(71,365,cs), -(71,338,o), -(90,320,o), -(116,320,cs) +(150,320,o), +(169,338,o), +(169,365,cs), +(169,391,o), +(150,409,o), +(124,409,cs), +(98,409,o), +(79,391,o), +(79,365,cs), +(79,338,o), +(98,320,o), +(124,320,cs) ); }, { closed = 1; nodes = ( -(178,454,o), -(197,473,o), -(197,499,cs), -(197,525,o), -(178,544,o), -(152,544,cs), -(126,544,o), -(107,525,o), -(107,499,cs), -(107,473,o), -(126,454,o), -(152,454,cs) +(186,454,o), +(205,473,o), +(205,499,cs), +(205,525,o), +(186,544,o), +(160,544,cs), +(134,544,o), +(115,525,o), +(115,499,cs), +(115,473,o), +(134,454,o), +(160,454,cs) ); }, { closed = 1; nodes = ( -(277,553,o), -(296,572,o), -(296,598,cs), -(296,624,o), -(277,643,o), -(251,643,cs), -(225,643,o), -(206,624,o), -(206,598,cs), -(206,572,o), -(225,553,o), -(251,553,cs) +(285,553,o), +(304,572,o), +(304,598,cs), +(304,624,o), +(285,643,o), +(259,643,cs), +(233,643,o), +(214,624,o), +(214,598,cs), +(214,572,o), +(233,553,o), +(259,553,cs) ); } ); -width = 733; +width = 749; }, { anchors = ( @@ -2557,23 +2557,23 @@ width = 732; anchors = ( { name = bottom; -pos = (310,0); +pos = (316,0); }, { name = center; -pos = (385,365); +pos = (391,365); }, { name = ogonek; -pos = (310,0); +pos = (316,0); }, { name = top; -pos = (460,729); +pos = (466,729); }, { name = topright; -pos = (460,729); +pos = (466,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -2581,209 +2581,2993 @@ shapes = ( { closed = 1; nodes = ( -(411,589,o), -(430,608,o), -(430,634,cs), -(430,660,o), -(411,679,o), -(385,679,cs), -(359,679,o), -(340,660,o), -(340,634,cs), -(340,608,o), -(359,589,o), -(385,589,cs) +(417,589,o), +(436,608,o), +(436,634,cs), +(436,660,o), +(417,679,o), +(391,679,cs), +(365,679,o), +(346,660,o), +(346,634,cs), +(346,608,o), +(365,589,o), +(391,589,cs) ); }, { closed = 1; nodes = ( -(546,553,o), -(565,572,o), -(565,598,cs), -(565,624,o), -(546,643,o), -(520,643,cs), -(494,643,o), -(475,624,o), -(475,598,cs), -(475,572,o), -(494,553,o), -(520,553,cs) +(552,553,o), +(571,572,o), +(571,598,cs), +(571,624,o), +(552,643,o), +(526,643,cs), +(500,643,o), +(481,624,o), +(481,598,cs), +(481,572,o), +(500,553,o), +(526,553,cs) ); }, { closed = 1; nodes = ( -(645,454,o), -(664,473,o), -(664,499,cs), -(664,525,o), -(645,544,o), -(619,544,cs), -(593,544,o), -(574,525,o), -(574,499,cs), -(574,473,o), -(593,454,o), -(619,454,cs) +(651,454,o), +(670,473,o), +(670,499,cs), +(670,525,o), +(651,544,o), +(625,544,cs), +(599,544,o), +(580,525,o), +(580,499,cs), +(580,473,o), +(599,454,o), +(625,454,cs) ); }, { closed = 1; nodes = ( -(681,320,o), -(700,338,o), -(700,365,cs), -(700,391,o), -(681,409,o), -(655,409,cs), -(629,409,o), -(610,391,o), -(610,365,cs), -(610,338,o), -(629,320,o), -(655,320,cs) +(687,320,o), +(706,338,o), +(706,365,cs), +(706,391,o), +(687,409,o), +(661,409,cs), +(635,409,o), +(616,391,o), +(616,365,cs), +(616,338,o), +(635,320,o), +(661,320,cs) ); }, { closed = 1; nodes = ( -(645,185,o), -(664,204,o), -(664,230,cs), -(664,256,o), -(645,275,o), -(619,275,cs), -(593,275,o), -(574,256,o), -(574,230,cs), -(574,204,o), -(593,185,o), -(619,185,cs) +(651,185,o), +(670,204,o), +(670,230,cs), +(670,256,o), +(651,275,o), +(625,275,cs), +(599,275,o), +(580,256,o), +(580,230,cs), +(580,204,o), +(599,185,o), +(625,185,cs) ); }, { closed = 1; nodes = ( -(546,86,o), -(565,105,o), -(565,131,cs), -(565,157,o), -(546,176,o), -(520,176,cs), -(494,176,o), -(475,157,o), -(475,131,cs), -(475,105,o), -(494,86,o), -(520,86,cs) +(552,86,o), +(571,105,o), +(571,131,cs), +(571,157,o), +(552,176,o), +(526,176,cs), +(500,176,o), +(481,157,o), +(481,131,cs), +(481,105,o), +(500,86,o), +(526,86,cs) ); }, { closed = 1; nodes = ( -(411,50,o), -(430,69,o), -(430,95,cs), -(430,121,o), -(411,140,o), -(385,140,cs), -(359,140,o), -(340,121,o), -(340,95,cs), -(340,69,o), -(359,50,o), -(385,50,cs) +(417,50,o), +(436,69,o), +(436,95,cs), +(436,121,o), +(417,140,o), +(391,140,cs), +(365,140,o), +(346,121,o), +(346,95,cs), +(346,69,o), +(365,50,o), +(391,50,cs) ); }, { closed = 1; nodes = ( -(276,86,o), -(295,105,o), -(295,131,cs), -(295,157,o), -(276,176,o), -(250,176,cs), -(224,176,o), -(205,157,o), -(205,131,cs), -(205,105,o), -(224,86,o), -(250,86,cs) +(282,86,o), +(301,105,o), +(301,131,cs), +(301,157,o), +(282,176,o), +(256,176,cs), +(230,176,o), +(211,157,o), +(211,131,cs), +(211,105,o), +(230,86,o), +(256,86,cs) ); }, { closed = 1; nodes = ( -(177,185,o), -(196,204,o), -(196,230,cs), -(196,256,o), -(177,275,o), -(151,275,cs), -(125,275,o), -(106,256,o), -(106,230,cs), -(106,204,o), -(125,185,o), -(151,185,cs) +(183,185,o), +(202,204,o), +(202,230,cs), +(202,256,o), +(183,275,o), +(157,275,cs), +(131,275,o), +(112,256,o), +(112,230,cs), +(112,204,o), +(131,185,o), +(157,185,cs) ); }, { closed = 1; nodes = ( -(141,320,o), -(160,338,o), -(160,365,cs), -(160,391,o), -(141,409,o), -(115,409,cs), -(89,409,o), -(70,391,o), -(70,365,cs), -(70,338,o), -(89,320,o), -(115,320,cs) +(147,320,o), +(166,338,o), +(166,365,cs), +(166,391,o), +(147,409,o), +(121,409,cs), +(95,409,o), +(76,391,o), +(76,365,cs), +(76,338,o), +(95,320,o), +(121,320,cs) ); }, { closed = 1; nodes = ( -(177,454,o), -(196,473,o), -(196,499,cs), -(196,525,o), -(177,544,o), -(151,544,cs), -(125,544,o), -(106,525,o), -(106,499,cs), -(106,473,o), -(125,454,o), -(151,454,cs) +(183,454,o), +(202,473,o), +(202,499,cs), +(202,525,o), +(183,544,o), +(157,544,cs), +(131,544,o), +(112,525,o), +(112,499,cs), +(112,473,o), +(131,454,o), +(157,454,cs) ); }, { closed = 1; nodes = ( -(276,553,o), -(295,572,o), -(295,598,cs), -(295,624,o), -(276,643,o), -(250,643,cs), -(224,643,o), -(205,624,o), -(205,598,cs), -(205,572,o), -(224,553,o), -(250,553,cs) +(282,553,o), +(301,572,o), +(301,598,cs), +(301,624,o), +(282,643,o), +(256,643,cs), +(230,643,o), +(211,624,o), +(211,598,cs), +(211,572,o), +(230,553,o), +(256,553,cs) ); } ); -width = 732; +width = 744; +}, +{ +anchors = ( +{ +name = bottom; +pos = (345,0); +}, +{ +name = center; +pos = (345,365); +}, +{ +name = ogonek; +pos = (345,0); +}, +{ +name = top; +pos = (345,729); +}, +{ +name = topright; +pos = (345,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,589,o), +(390,608,o), +(390,634,cs), +(390,660,o), +(371,679,o), +(345,679,cs), +(319,679,o), +(300,660,o), +(300,634,cs), +(300,608,o), +(319,589,o), +(345,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(506,553,o), +(525,572,o), +(525,598,cs), +(525,624,o), +(506,643,o), +(480,643,cs), +(454,643,o), +(435,624,o), +(435,598,cs), +(435,572,o), +(454,553,o), +(480,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(605,454,o), +(624,473,o), +(624,499,cs), +(624,525,o), +(605,544,o), +(579,544,cs), +(553,544,o), +(534,525,o), +(534,499,cs), +(534,473,o), +(553,454,o), +(579,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(641,320,o), +(660,338,o), +(660,365,cs), +(660,391,o), +(641,409,o), +(615,409,cs), +(589,409,o), +(570,391,o), +(570,365,cs), +(570,338,o), +(589,320,o), +(615,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(605,185,o), +(624,204,o), +(624,230,cs), +(624,256,o), +(605,275,o), +(579,275,cs), +(553,275,o), +(534,256,o), +(534,230,cs), +(534,204,o), +(553,185,o), +(579,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(506,86,o), +(525,105,o), +(525,131,cs), +(525,157,o), +(506,176,o), +(480,176,cs), +(454,176,o), +(435,157,o), +(435,131,cs), +(435,105,o), +(454,86,o), +(480,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(371,50,o), +(390,69,o), +(390,95,cs), +(390,121,o), +(371,140,o), +(345,140,cs), +(319,140,o), +(300,121,o), +(300,95,cs), +(300,69,o), +(319,50,o), +(345,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,86,o), +(255,105,o), +(255,131,cs), +(255,157,o), +(236,176,o), +(210,176,cs), +(184,176,o), +(165,157,o), +(165,131,cs), +(165,105,o), +(184,86,o), +(210,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(137,185,o), +(156,204,o), +(156,230,cs), +(156,256,o), +(137,275,o), +(111,275,cs), +(85,275,o), +(66,256,o), +(66,230,cs), +(66,204,o), +(85,185,o), +(111,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(101,320,o), +(120,338,o), +(120,365,cs), +(120,391,o), +(101,409,o), +(75,409,cs), +(49,409,o), +(30,391,o), +(30,365,cs), +(30,338,o), +(49,320,o), +(75,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(137,454,o), +(156,473,o), +(156,499,cs), +(156,525,o), +(137,544,o), +(111,544,cs), +(85,544,o), +(66,525,o), +(66,499,cs), +(66,473,o), +(85,454,o), +(111,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,553,o), +(255,572,o), +(255,598,cs), +(255,624,o), +(236,643,o), +(210,643,cs), +(184,643,o), +(165,624,o), +(165,598,cs), +(165,572,o), +(184,553,o), +(210,553,cs) +); +} +); +width = 690; +}, +{ +anchors = ( +{ +name = bottom; +pos = (355,0); +}, +{ +name = center; +pos = (355,365); +}, +{ +name = ogonek; +pos = (355,0); +}, +{ +name = top; +pos = (355,729); +}, +{ +name = topright; +pos = (355,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(381,589,o), +(400,608,o), +(400,634,cs), +(400,660,o), +(381,679,o), +(355,679,cs), +(329,679,o), +(310,660,o), +(310,634,cs), +(310,608,o), +(329,589,o), +(355,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(516,553,o), +(535,572,o), +(535,598,cs), +(535,624,o), +(516,643,o), +(490,643,cs), +(464,643,o), +(445,624,o), +(445,598,cs), +(445,572,o), +(464,553,o), +(490,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(615,454,o), +(634,473,o), +(634,499,cs), +(634,525,o), +(615,544,o), +(589,544,cs), +(563,544,o), +(544,525,o), +(544,499,cs), +(544,473,o), +(563,454,o), +(589,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(651,320,o), +(670,338,o), +(670,365,cs), +(670,391,o), +(651,409,o), +(625,409,cs), +(599,409,o), +(580,391,o), +(580,365,cs), +(580,338,o), +(599,320,o), +(625,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(615,185,o), +(634,204,o), +(634,230,cs), +(634,256,o), +(615,275,o), +(589,275,cs), +(563,275,o), +(544,256,o), +(544,230,cs), +(544,204,o), +(563,185,o), +(589,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(516,86,o), +(535,105,o), +(535,131,cs), +(535,157,o), +(516,176,o), +(490,176,cs), +(464,176,o), +(445,157,o), +(445,131,cs), +(445,105,o), +(464,86,o), +(490,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(381,50,o), +(400,69,o), +(400,95,cs), +(400,121,o), +(381,140,o), +(355,140,cs), +(329,140,o), +(310,121,o), +(310,95,cs), +(310,69,o), +(329,50,o), +(355,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,86,o), +(265,105,o), +(265,131,cs), +(265,157,o), +(246,176,o), +(220,176,cs), +(194,176,o), +(175,157,o), +(175,131,cs), +(175,105,o), +(194,86,o), +(220,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,185,o), +(166,204,o), +(166,230,cs), +(166,256,o), +(147,275,o), +(121,275,cs), +(95,275,o), +(76,256,o), +(76,230,cs), +(76,204,o), +(95,185,o), +(121,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(111,320,o), +(130,338,o), +(130,365,cs), +(130,391,o), +(111,409,o), +(85,409,cs), +(59,409,o), +(40,391,o), +(40,365,cs), +(40,338,o), +(59,320,o), +(85,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,454,o), +(166,473,o), +(166,499,cs), +(166,525,o), +(147,544,o), +(121,544,cs), +(95,544,o), +(76,525,o), +(76,499,cs), +(76,473,o), +(95,454,o), +(121,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,553,o), +(265,572,o), +(265,598,cs), +(265,624,o), +(246,643,o), +(220,643,cs), +(194,643,o), +(175,624,o), +(175,598,cs), +(175,572,o), +(194,553,o), +(220,553,cs) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = bottom; +pos = (345,0); +}, +{ +name = center; +pos = (345,365); +}, +{ +name = ogonek; +pos = (345,0); +}, +{ +name = top; +pos = (345,729); +}, +{ +name = topright; +pos = (345,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,589,o), +(390,608,o), +(390,634,cs), +(390,660,o), +(371,679,o), +(345,679,cs), +(319,679,o), +(300,660,o), +(300,634,cs), +(300,608,o), +(319,589,o), +(345,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(506,553,o), +(525,572,o), +(525,598,cs), +(525,624,o), +(506,643,o), +(480,643,cs), +(454,643,o), +(435,624,o), +(435,598,cs), +(435,572,o), +(454,553,o), +(480,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(605,454,o), +(624,473,o), +(624,499,cs), +(624,525,o), +(605,544,o), +(579,544,cs), +(553,544,o), +(534,525,o), +(534,499,cs), +(534,473,o), +(553,454,o), +(579,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(641,320,o), +(660,338,o), +(660,365,cs), +(660,391,o), +(641,409,o), +(615,409,cs), +(589,409,o), +(570,391,o), +(570,365,cs), +(570,338,o), +(589,320,o), +(615,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(605,185,o), +(624,204,o), +(624,230,cs), +(624,256,o), +(605,275,o), +(579,275,cs), +(553,275,o), +(534,256,o), +(534,230,cs), +(534,204,o), +(553,185,o), +(579,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(506,86,o), +(525,105,o), +(525,131,cs), +(525,157,o), +(506,176,o), +(480,176,cs), +(454,176,o), +(435,157,o), +(435,131,cs), +(435,105,o), +(454,86,o), +(480,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(371,50,o), +(390,69,o), +(390,95,cs), +(390,121,o), +(371,140,o), +(345,140,cs), +(319,140,o), +(300,121,o), +(300,95,cs), +(300,69,o), +(319,50,o), +(345,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,86,o), +(255,105,o), +(255,131,cs), +(255,157,o), +(236,176,o), +(210,176,cs), +(184,176,o), +(165,157,o), +(165,131,cs), +(165,105,o), +(184,86,o), +(210,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(137,185,o), +(156,204,o), +(156,230,cs), +(156,256,o), +(137,275,o), +(111,275,cs), +(85,275,o), +(66,256,o), +(66,230,cs), +(66,204,o), +(85,185,o), +(111,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(101,320,o), +(120,338,o), +(120,365,cs), +(120,391,o), +(101,409,o), +(75,409,cs), +(49,409,o), +(30,391,o), +(30,365,cs), +(30,338,o), +(49,320,o), +(75,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(137,454,o), +(156,473,o), +(156,499,cs), +(156,525,o), +(137,544,o), +(111,544,cs), +(85,544,o), +(66,525,o), +(66,499,cs), +(66,473,o), +(85,454,o), +(111,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,553,o), +(255,572,o), +(255,598,cs), +(255,624,o), +(236,643,o), +(210,643,cs), +(184,643,o), +(165,624,o), +(165,598,cs), +(165,572,o), +(184,553,o), +(210,553,cs) +); +} +); +width = 690; +}, +{ +anchors = ( +{ +name = bottom; +pos = (344,0); +}, +{ +name = center; +pos = (344,365); +}, +{ +name = ogonek; +pos = (344,0); +}, +{ +name = top; +pos = (344,729); +}, +{ +name = topright; +pos = (344,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(370,589,o), +(389,608,o), +(389,634,cs), +(389,660,o), +(370,679,o), +(344,679,cs), +(318,679,o), +(299,660,o), +(299,634,cs), +(299,608,o), +(318,589,o), +(344,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(505,553,o), +(524,572,o), +(524,598,cs), +(524,624,o), +(505,643,o), +(479,643,cs), +(453,643,o), +(434,624,o), +(434,598,cs), +(434,572,o), +(453,553,o), +(479,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(604,454,o), +(623,473,o), +(623,499,cs), +(623,525,o), +(604,544,o), +(578,544,cs), +(552,544,o), +(533,525,o), +(533,499,cs), +(533,473,o), +(552,454,o), +(578,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(640,320,o), +(659,338,o), +(659,365,cs), +(659,391,o), +(640,409,o), +(614,409,cs), +(588,409,o), +(569,391,o), +(569,365,cs), +(569,338,o), +(588,320,o), +(614,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(604,185,o), +(623,204,o), +(623,230,cs), +(623,256,o), +(604,275,o), +(578,275,cs), +(552,275,o), +(533,256,o), +(533,230,cs), +(533,204,o), +(552,185,o), +(578,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(505,86,o), +(524,105,o), +(524,131,cs), +(524,157,o), +(505,176,o), +(479,176,cs), +(453,176,o), +(434,157,o), +(434,131,cs), +(434,105,o), +(453,86,o), +(479,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,50,o), +(389,69,o), +(389,95,cs), +(389,121,o), +(370,140,o), +(344,140,cs), +(318,140,o), +(299,121,o), +(299,95,cs), +(299,69,o), +(318,50,o), +(344,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(235,86,o), +(254,105,o), +(254,131,cs), +(254,157,o), +(235,176,o), +(209,176,cs), +(183,176,o), +(164,157,o), +(164,131,cs), +(164,105,o), +(183,86,o), +(209,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(136,185,o), +(155,204,o), +(155,230,cs), +(155,256,o), +(136,275,o), +(110,275,cs), +(84,275,o), +(65,256,o), +(65,230,cs), +(65,204,o), +(84,185,o), +(110,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(100,320,o), +(119,338,o), +(119,365,cs), +(119,391,o), +(100,409,o), +(74,409,cs), +(48,409,o), +(29,391,o), +(29,365,cs), +(29,338,o), +(48,320,o), +(74,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(136,454,o), +(155,473,o), +(155,499,cs), +(155,525,o), +(136,544,o), +(110,544,cs), +(84,544,o), +(65,525,o), +(65,499,cs), +(65,473,o), +(84,454,o), +(110,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(235,553,o), +(254,572,o), +(254,598,cs), +(254,624,o), +(235,643,o), +(209,643,cs), +(183,643,o), +(164,624,o), +(164,598,cs), +(164,572,o), +(183,553,o), +(209,553,cs) +); +} +); +width = 688; +}, +{ +anchors = ( +{ +name = bottom; +pos = (355,0); +}, +{ +name = center; +pos = (355,365); +}, +{ +name = ogonek; +pos = (355,0); +}, +{ +name = top; +pos = (355,729); +}, +{ +name = topright; +pos = (355,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(381,589,o), +(400,608,o), +(400,634,cs), +(400,660,o), +(381,679,o), +(355,679,cs), +(329,679,o), +(310,660,o), +(310,634,cs), +(310,608,o), +(329,589,o), +(355,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(516,553,o), +(535,572,o), +(535,598,cs), +(535,624,o), +(516,643,o), +(490,643,cs), +(464,643,o), +(445,624,o), +(445,598,cs), +(445,572,o), +(464,553,o), +(490,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(615,454,o), +(634,473,o), +(634,499,cs), +(634,525,o), +(615,544,o), +(589,544,cs), +(563,544,o), +(544,525,o), +(544,499,cs), +(544,473,o), +(563,454,o), +(589,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(651,320,o), +(670,338,o), +(670,365,cs), +(670,391,o), +(651,409,o), +(625,409,cs), +(599,409,o), +(580,391,o), +(580,365,cs), +(580,338,o), +(599,320,o), +(625,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(615,185,o), +(634,204,o), +(634,230,cs), +(634,256,o), +(615,275,o), +(589,275,cs), +(563,275,o), +(544,256,o), +(544,230,cs), +(544,204,o), +(563,185,o), +(589,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(516,86,o), +(535,105,o), +(535,131,cs), +(535,157,o), +(516,176,o), +(490,176,cs), +(464,176,o), +(445,157,o), +(445,131,cs), +(445,105,o), +(464,86,o), +(490,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(381,50,o), +(400,69,o), +(400,95,cs), +(400,121,o), +(381,140,o), +(355,140,cs), +(329,140,o), +(310,121,o), +(310,95,cs), +(310,69,o), +(329,50,o), +(355,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,86,o), +(265,105,o), +(265,131,cs), +(265,157,o), +(246,176,o), +(220,176,cs), +(194,176,o), +(175,157,o), +(175,131,cs), +(175,105,o), +(194,86,o), +(220,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,185,o), +(166,204,o), +(166,230,cs), +(166,256,o), +(147,275,o), +(121,275,cs), +(95,275,o), +(76,256,o), +(76,230,cs), +(76,204,o), +(95,185,o), +(121,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(111,320,o), +(130,338,o), +(130,365,cs), +(130,391,o), +(111,409,o), +(85,409,cs), +(59,409,o), +(40,391,o), +(40,365,cs), +(40,338,o), +(59,320,o), +(85,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,454,o), +(166,473,o), +(166,499,cs), +(166,525,o), +(147,544,o), +(121,544,cs), +(95,544,o), +(76,525,o), +(76,499,cs), +(76,473,o), +(95,454,o), +(121,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,553,o), +(265,572,o), +(265,598,cs), +(265,624,o), +(246,643,o), +(220,643,cs), +(194,643,o), +(175,624,o), +(175,598,cs), +(175,572,o), +(194,553,o), +(220,553,cs) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = bottom; +pos = (355,0); +}, +{ +name = center; +pos = (355,365); +}, +{ +name = ogonek; +pos = (355,0); +}, +{ +name = top; +pos = (355,729); +}, +{ +name = topright; +pos = (355,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(381,589,o), +(400,608,o), +(400,634,cs), +(400,660,o), +(381,679,o), +(355,679,cs), +(329,679,o), +(310,660,o), +(310,634,cs), +(310,608,o), +(329,589,o), +(355,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(516,553,o), +(535,572,o), +(535,598,cs), +(535,624,o), +(516,643,o), +(490,643,cs), +(464,643,o), +(445,624,o), +(445,598,cs), +(445,572,o), +(464,553,o), +(490,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(615,454,o), +(634,473,o), +(634,499,cs), +(634,525,o), +(615,544,o), +(589,544,cs), +(563,544,o), +(544,525,o), +(544,499,cs), +(544,473,o), +(563,454,o), +(589,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(651,320,o), +(670,338,o), +(670,365,cs), +(670,391,o), +(651,409,o), +(625,409,cs), +(599,409,o), +(580,391,o), +(580,365,cs), +(580,338,o), +(599,320,o), +(625,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(615,185,o), +(634,204,o), +(634,230,cs), +(634,256,o), +(615,275,o), +(589,275,cs), +(563,275,o), +(544,256,o), +(544,230,cs), +(544,204,o), +(563,185,o), +(589,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(516,86,o), +(535,105,o), +(535,131,cs), +(535,157,o), +(516,176,o), +(490,176,cs), +(464,176,o), +(445,157,o), +(445,131,cs), +(445,105,o), +(464,86,o), +(490,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(381,50,o), +(400,69,o), +(400,95,cs), +(400,121,o), +(381,140,o), +(355,140,cs), +(329,140,o), +(310,121,o), +(310,95,cs), +(310,69,o), +(329,50,o), +(355,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,86,o), +(265,105,o), +(265,131,cs), +(265,157,o), +(246,176,o), +(220,176,cs), +(194,176,o), +(175,157,o), +(175,131,cs), +(175,105,o), +(194,86,o), +(220,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,185,o), +(166,204,o), +(166,230,cs), +(166,256,o), +(147,275,o), +(121,275,cs), +(95,275,o), +(76,256,o), +(76,230,cs), +(76,204,o), +(95,185,o), +(121,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(111,320,o), +(130,338,o), +(130,365,cs), +(130,391,o), +(111,409,o), +(85,409,cs), +(59,409,o), +(40,391,o), +(40,365,cs), +(40,338,o), +(59,320,o), +(85,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,454,o), +(166,473,o), +(166,499,cs), +(166,525,o), +(147,544,o), +(121,544,cs), +(95,544,o), +(76,525,o), +(76,499,cs), +(76,473,o), +(95,454,o), +(121,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,553,o), +(265,572,o), +(265,598,cs), +(265,624,o), +(246,643,o), +(220,643,cs), +(194,643,o), +(175,624,o), +(175,598,cs), +(175,572,o), +(194,553,o), +(220,553,cs) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = bottom; +pos = (290,0); +}, +{ +name = center; +pos = (365,365); +}, +{ +name = ogonek; +pos = (290,0); +}, +{ +name = top; +pos = (440,729); +}, +{ +name = topright; +pos = (440,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(391,589,o), +(410,608,o), +(410,634,cs), +(410,660,o), +(391,679,o), +(365,679,cs), +(339,679,o), +(320,660,o), +(320,634,cs), +(320,608,o), +(339,589,o), +(365,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(526,553,o), +(545,572,o), +(545,598,cs), +(545,624,o), +(526,643,o), +(500,643,cs), +(474,643,o), +(455,624,o), +(455,598,cs), +(455,572,o), +(474,553,o), +(500,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(625,454,o), +(644,473,o), +(644,499,cs), +(644,525,o), +(625,544,o), +(599,544,cs), +(573,544,o), +(554,525,o), +(554,499,cs), +(554,473,o), +(573,454,o), +(599,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(661,320,o), +(680,338,o), +(680,365,cs), +(680,391,o), +(661,409,o), +(635,409,cs), +(609,409,o), +(590,391,o), +(590,365,cs), +(590,338,o), +(609,320,o), +(635,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(625,185,o), +(644,204,o), +(644,230,cs), +(644,256,o), +(625,275,o), +(599,275,cs), +(573,275,o), +(554,256,o), +(554,230,cs), +(554,204,o), +(573,185,o), +(599,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(526,86,o), +(545,105,o), +(545,131,cs), +(545,157,o), +(526,176,o), +(500,176,cs), +(474,176,o), +(455,157,o), +(455,131,cs), +(455,105,o), +(474,86,o), +(500,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(391,50,o), +(410,69,o), +(410,95,cs), +(410,121,o), +(391,140,o), +(365,140,cs), +(339,140,o), +(320,121,o), +(320,95,cs), +(320,69,o), +(339,50,o), +(365,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(256,86,o), +(275,105,o), +(275,131,cs), +(275,157,o), +(256,176,o), +(230,176,cs), +(204,176,o), +(185,157,o), +(185,131,cs), +(185,105,o), +(204,86,o), +(230,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(157,185,o), +(176,204,o), +(176,230,cs), +(176,256,o), +(157,275,o), +(131,275,cs), +(105,275,o), +(86,256,o), +(86,230,cs), +(86,204,o), +(105,185,o), +(131,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(121,320,o), +(140,338,o), +(140,365,cs), +(140,391,o), +(121,409,o), +(95,409,cs), +(69,409,o), +(50,391,o), +(50,365,cs), +(50,338,o), +(69,320,o), +(95,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(157,454,o), +(176,473,o), +(176,499,cs), +(176,525,o), +(157,544,o), +(131,544,cs), +(105,544,o), +(86,525,o), +(86,499,cs), +(86,473,o), +(105,454,o), +(131,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(256,553,o), +(275,572,o), +(275,598,cs), +(275,624,o), +(256,643,o), +(230,643,cs), +(204,643,o), +(185,624,o), +(185,598,cs), +(185,572,o), +(204,553,o), +(230,553,cs) +); +} +); +width = 686; +}, +{ +anchors = ( +{ +name = bottom; +pos = (300,0); +}, +{ +name = center; +pos = (375,365); +}, +{ +name = ogonek; +pos = (300,0); +}, +{ +name = top; +pos = (450,729); +}, +{ +name = topright; +pos = (450,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(401,589,o), +(420,608,o), +(420,634,cs), +(420,660,o), +(401,679,o), +(375,679,cs), +(349,679,o), +(330,660,o), +(330,634,cs), +(330,608,o), +(349,589,o), +(375,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(536,553,o), +(555,572,o), +(555,598,cs), +(555,624,o), +(536,643,o), +(510,643,cs), +(484,643,o), +(465,624,o), +(465,598,cs), +(465,572,o), +(484,553,o), +(510,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(635,454,o), +(654,473,o), +(654,499,cs), +(654,525,o), +(635,544,o), +(609,544,cs), +(583,544,o), +(564,525,o), +(564,499,cs), +(564,473,o), +(583,454,o), +(609,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(671,320,o), +(690,338,o), +(690,365,cs), +(690,391,o), +(671,409,o), +(645,409,cs), +(619,409,o), +(600,391,o), +(600,365,cs), +(600,338,o), +(619,320,o), +(645,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(635,185,o), +(654,204,o), +(654,230,cs), +(654,256,o), +(635,275,o), +(609,275,cs), +(583,275,o), +(564,256,o), +(564,230,cs), +(564,204,o), +(583,185,o), +(609,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(536,86,o), +(555,105,o), +(555,131,cs), +(555,157,o), +(536,176,o), +(510,176,cs), +(484,176,o), +(465,157,o), +(465,131,cs), +(465,105,o), +(484,86,o), +(510,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(401,50,o), +(420,69,o), +(420,95,cs), +(420,121,o), +(401,140,o), +(375,140,cs), +(349,140,o), +(330,121,o), +(330,95,cs), +(330,69,o), +(349,50,o), +(375,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(266,86,o), +(285,105,o), +(285,131,cs), +(285,157,o), +(266,176,o), +(240,176,cs), +(214,176,o), +(195,157,o), +(195,131,cs), +(195,105,o), +(214,86,o), +(240,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(167,185,o), +(186,204,o), +(186,230,cs), +(186,256,o), +(167,275,o), +(141,275,cs), +(115,275,o), +(96,256,o), +(96,230,cs), +(96,204,o), +(115,185,o), +(141,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(131,320,o), +(150,338,o), +(150,365,cs), +(150,391,o), +(131,409,o), +(105,409,cs), +(79,409,o), +(60,391,o), +(60,365,cs), +(60,338,o), +(79,320,o), +(105,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(167,454,o), +(186,473,o), +(186,499,cs), +(186,525,o), +(167,544,o), +(141,544,cs), +(115,544,o), +(96,525,o), +(96,499,cs), +(96,473,o), +(115,454,o), +(141,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(266,553,o), +(285,572,o), +(285,598,cs), +(285,624,o), +(266,643,o), +(240,643,cs), +(214,643,o), +(195,624,o), +(195,598,cs), +(195,572,o), +(214,553,o), +(240,553,cs) +); +} +); +width = 711; +}, +{ +anchors = ( +{ +name = bottom; +pos = (289,0); +}, +{ +name = center; +pos = (364,365); +}, +{ +name = ogonek; +pos = (289,0); +}, +{ +name = top; +pos = (439,729); +}, +{ +name = topright; +pos = (439,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(390,589,o), +(409,608,o), +(409,634,cs), +(409,660,o), +(390,679,o), +(364,679,cs), +(338,679,o), +(319,660,o), +(319,634,cs), +(319,608,o), +(338,589,o), +(364,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(525,553,o), +(544,572,o), +(544,598,cs), +(544,624,o), +(525,643,o), +(499,643,cs), +(473,643,o), +(454,624,o), +(454,598,cs), +(454,572,o), +(473,553,o), +(499,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(624,454,o), +(643,473,o), +(643,499,cs), +(643,525,o), +(624,544,o), +(598,544,cs), +(572,544,o), +(553,525,o), +(553,499,cs), +(553,473,o), +(572,454,o), +(598,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(660,320,o), +(679,338,o), +(679,365,cs), +(679,391,o), +(660,409,o), +(634,409,cs), +(608,409,o), +(589,391,o), +(589,365,cs), +(589,338,o), +(608,320,o), +(634,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(624,185,o), +(643,204,o), +(643,230,cs), +(643,256,o), +(624,275,o), +(598,275,cs), +(572,275,o), +(553,256,o), +(553,230,cs), +(553,204,o), +(572,185,o), +(598,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(525,86,o), +(544,105,o), +(544,131,cs), +(544,157,o), +(525,176,o), +(499,176,cs), +(473,176,o), +(454,157,o), +(454,131,cs), +(454,105,o), +(473,86,o), +(499,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,50,o), +(409,69,o), +(409,95,cs), +(409,121,o), +(390,140,o), +(364,140,cs), +(338,140,o), +(319,121,o), +(319,95,cs), +(319,69,o), +(338,50,o), +(364,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(255,86,o), +(274,105,o), +(274,131,cs), +(274,157,o), +(255,176,o), +(229,176,cs), +(203,176,o), +(184,157,o), +(184,131,cs), +(184,105,o), +(203,86,o), +(229,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,185,o), +(175,204,o), +(175,230,cs), +(175,256,o), +(156,275,o), +(130,275,cs), +(104,275,o), +(85,256,o), +(85,230,cs), +(85,204,o), +(104,185,o), +(130,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(120,320,o), +(139,338,o), +(139,365,cs), +(139,391,o), +(120,409,o), +(94,409,cs), +(68,409,o), +(49,391,o), +(49,365,cs), +(49,338,o), +(68,320,o), +(94,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,454,o), +(175,473,o), +(175,499,cs), +(175,525,o), +(156,544,o), +(130,544,cs), +(104,544,o), +(85,525,o), +(85,499,cs), +(85,473,o), +(104,454,o), +(130,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(255,553,o), +(274,572,o), +(274,598,cs), +(274,624,o), +(255,643,o), +(229,643,cs), +(203,643,o), +(184,624,o), +(184,598,cs), +(184,572,o), +(203,553,o), +(229,553,cs) +); +} +); +width = 684; +}, +{ +anchors = ( +{ +name = bottom; +pos = (281,0); +}, +{ +name = center; +pos = (356,365); +}, +{ +name = ogonek; +pos = (281,0); +}, +{ +name = top; +pos = (431,729); +}, +{ +name = topright; +pos = (431,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(382,589,o), +(401,608,o), +(401,634,cs), +(401,660,o), +(382,679,o), +(356,679,cs), +(330,679,o), +(311,660,o), +(311,634,cs), +(311,608,o), +(330,589,o), +(356,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(517,553,o), +(536,572,o), +(536,598,cs), +(536,624,o), +(517,643,o), +(491,643,cs), +(465,643,o), +(446,624,o), +(446,598,cs), +(446,572,o), +(465,553,o), +(491,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(616,454,o), +(635,473,o), +(635,499,cs), +(635,525,o), +(616,544,o), +(590,544,cs), +(564,544,o), +(545,525,o), +(545,499,cs), +(545,473,o), +(564,454,o), +(590,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(652,320,o), +(671,338,o), +(671,365,cs), +(671,391,o), +(652,409,o), +(626,409,cs), +(600,409,o), +(581,391,o), +(581,365,cs), +(581,338,o), +(600,320,o), +(626,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(616,185,o), +(635,204,o), +(635,230,cs), +(635,256,o), +(616,275,o), +(590,275,cs), +(564,275,o), +(545,256,o), +(545,230,cs), +(545,204,o), +(564,185,o), +(590,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(517,86,o), +(536,105,o), +(536,131,cs), +(536,157,o), +(517,176,o), +(491,176,cs), +(465,176,o), +(446,157,o), +(446,131,cs), +(446,105,o), +(465,86,o), +(491,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(382,50,o), +(401,69,o), +(401,95,cs), +(401,121,o), +(382,140,o), +(356,140,cs), +(330,140,o), +(311,121,o), +(311,95,cs), +(311,69,o), +(330,50,o), +(356,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(247,86,o), +(266,105,o), +(266,131,cs), +(266,157,o), +(247,176,o), +(221,176,cs), +(195,176,o), +(176,157,o), +(176,131,cs), +(176,105,o), +(195,86,o), +(221,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(148,185,o), +(167,204,o), +(167,230,cs), +(167,256,o), +(148,275,o), +(122,275,cs), +(96,275,o), +(77,256,o), +(77,230,cs), +(77,204,o), +(96,185,o), +(122,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(112,320,o), +(131,338,o), +(131,365,cs), +(131,391,o), +(112,409,o), +(86,409,cs), +(60,409,o), +(41,391,o), +(41,365,cs), +(41,338,o), +(60,320,o), +(86,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(148,454,o), +(167,473,o), +(167,499,cs), +(167,525,o), +(148,544,o), +(122,544,cs), +(96,544,o), +(77,525,o), +(77,499,cs), +(77,473,o), +(96,454,o), +(122,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(247,553,o), +(266,572,o), +(266,598,cs), +(266,624,o), +(247,643,o), +(221,643,cs), +(195,643,o), +(176,624,o), +(176,598,cs), +(176,572,o), +(195,553,o), +(221,553,cs) +); +} +); +width = 674; +}, +{ +anchors = ( +{ +name = bottom; +pos = (303,0); +}, +{ +name = center; +pos = (378,365); +}, +{ +name = ogonek; +pos = (303,0); +}, +{ +name = top; +pos = (453,729); +}, +{ +name = topright; +pos = (453,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,589,o), +(423,608,o), +(423,634,cs), +(423,660,o), +(404,679,o), +(378,679,cs), +(352,679,o), +(333,660,o), +(333,634,cs), +(333,608,o), +(352,589,o), +(378,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(539,553,o), +(558,572,o), +(558,598,cs), +(558,624,o), +(539,643,o), +(513,643,cs), +(487,643,o), +(468,624,o), +(468,598,cs), +(468,572,o), +(487,553,o), +(513,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(638,454,o), +(657,473,o), +(657,499,cs), +(657,525,o), +(638,544,o), +(612,544,cs), +(586,544,o), +(567,525,o), +(567,499,cs), +(567,473,o), +(586,454,o), +(612,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(674,320,o), +(693,338,o), +(693,365,cs), +(693,391,o), +(674,409,o), +(648,409,cs), +(622,409,o), +(603,391,o), +(603,365,cs), +(603,338,o), +(622,320,o), +(648,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(638,185,o), +(657,204,o), +(657,230,cs), +(657,256,o), +(638,275,o), +(612,275,cs), +(586,275,o), +(567,256,o), +(567,230,cs), +(567,204,o), +(586,185,o), +(612,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(539,86,o), +(558,105,o), +(558,131,cs), +(558,157,o), +(539,176,o), +(513,176,cs), +(487,176,o), +(468,157,o), +(468,131,cs), +(468,105,o), +(487,86,o), +(513,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(404,50,o), +(423,69,o), +(423,95,cs), +(423,121,o), +(404,140,o), +(378,140,cs), +(352,140,o), +(333,121,o), +(333,95,cs), +(333,69,o), +(352,50,o), +(378,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(269,86,o), +(288,105,o), +(288,131,cs), +(288,157,o), +(269,176,o), +(243,176,cs), +(217,176,o), +(198,157,o), +(198,131,cs), +(198,105,o), +(217,86,o), +(243,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,185,o), +(189,204,o), +(189,230,cs), +(189,256,o), +(170,275,o), +(144,275,cs), +(118,275,o), +(99,256,o), +(99,230,cs), +(99,204,o), +(118,185,o), +(144,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(134,320,o), +(153,338,o), +(153,365,cs), +(153,391,o), +(134,409,o), +(108,409,cs), +(82,409,o), +(63,391,o), +(63,365,cs), +(63,338,o), +(82,320,o), +(108,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,454,o), +(189,473,o), +(189,499,cs), +(189,525,o), +(170,544,o), +(144,544,cs), +(118,544,o), +(99,525,o), +(99,499,cs), +(99,473,o), +(118,454,o), +(144,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(269,553,o), +(288,572,o), +(288,598,cs), +(288,624,o), +(269,643,o), +(243,643,cs), +(217,643,o), +(198,624,o), +(198,598,cs), +(198,572,o), +(217,553,o), +(243,553,cs) +); +} +); +width = 712; +}, +{ +anchors = ( +{ +name = bottom; +pos = (295,0); +}, +{ +name = center; +pos = (370,365); +}, +{ +name = ogonek; +pos = (295,0); +}, +{ +name = top; +pos = (445,729); +}, +{ +name = topright; +pos = (445,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(396,589,o), +(415,608,o), +(415,634,cs), +(415,660,o), +(396,679,o), +(370,679,cs), +(344,679,o), +(325,660,o), +(325,634,cs), +(325,608,o), +(344,589,o), +(370,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(531,553,o), +(550,572,o), +(550,598,cs), +(550,624,o), +(531,643,o), +(505,643,cs), +(479,643,o), +(460,624,o), +(460,598,cs), +(460,572,o), +(479,553,o), +(505,553,cs) +); +}, +{ +closed = 1; +nodes = ( +(630,454,o), +(649,473,o), +(649,499,cs), +(649,525,o), +(630,544,o), +(604,544,cs), +(578,544,o), +(559,525,o), +(559,499,cs), +(559,473,o), +(578,454,o), +(604,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(666,320,o), +(685,338,o), +(685,365,cs), +(685,391,o), +(666,409,o), +(640,409,cs), +(614,409,o), +(595,391,o), +(595,365,cs), +(595,338,o), +(614,320,o), +(640,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(630,185,o), +(649,204,o), +(649,230,cs), +(649,256,o), +(630,275,o), +(604,275,cs), +(578,275,o), +(559,256,o), +(559,230,cs), +(559,204,o), +(578,185,o), +(604,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(531,86,o), +(550,105,o), +(550,131,cs), +(550,157,o), +(531,176,o), +(505,176,cs), +(479,176,o), +(460,157,o), +(460,131,cs), +(460,105,o), +(479,86,o), +(505,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(396,50,o), +(415,69,o), +(415,95,cs), +(415,121,o), +(396,140,o), +(370,140,cs), +(344,140,o), +(325,121,o), +(325,95,cs), +(325,69,o), +(344,50,o), +(370,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(261,86,o), +(280,105,o), +(280,131,cs), +(280,157,o), +(261,176,o), +(235,176,cs), +(209,176,o), +(190,157,o), +(190,131,cs), +(190,105,o), +(209,86,o), +(235,86,cs) +); +}, +{ +closed = 1; +nodes = ( +(162,185,o), +(181,204,o), +(181,230,cs), +(181,256,o), +(162,275,o), +(136,275,cs), +(110,275,o), +(91,256,o), +(91,230,cs), +(91,204,o), +(110,185,o), +(136,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(126,320,o), +(145,338,o), +(145,365,cs), +(145,391,o), +(126,409,o), +(100,409,cs), +(74,409,o), +(55,391,o), +(55,365,cs), +(55,338,o), +(74,320,o), +(100,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(162,454,o), +(181,473,o), +(181,499,cs), +(181,525,o), +(162,544,o), +(136,544,cs), +(110,544,o), +(91,525,o), +(91,499,cs), +(91,473,o), +(110,454,o), +(136,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(261,553,o), +(280,572,o), +(280,598,cs), +(280,624,o), +(261,643,o), +(235,643,cs), +(209,643,o), +(190,624,o), +(190,598,cs), +(190,572,o), +(209,553,o), +(235,553,cs) +); +} +); +width = 702; } ); metricLeft = "=50"; diff --git a/sources/MonaSans.glyphspackage/glyphs/downA_rrow.glyph b/sources/MonaSans.glyphspackage/glyphs/downA_rrow.glyph index f09d5c8b..3331b307 100644 --- a/sources/MonaSans.glyphspackage/glyphs/downA_rrow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/downA_rrow.glyph @@ -7,19 +7,19 @@ shapes = ( { closed = 1; nodes = ( -(155,319,l), -(36,408,l), -(36,242,l), -(230,95,l), -(424,242,l), -(424,408,l), -(305,319,l), -(305,634,l), -(155,634,l) +(163,319,l), +(44,408,l), +(44,242,l), +(238,95,l), +(432,242,l), +(432,408,l), +(313,319,l), +(313,634,l), +(163,634,l) ); } ); -width = 460; +width = 476; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -42,20 +42,60 @@ nodes = ( width = 476; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,151,l), +(62,284,l), +(62,243,l), +(261,95,l), +(460,243,l), +(460,284,l), +(279,151,l), +(279,634,l), +(243,634,l) +); +} +); +width = 523; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(183,317,l), +(38,408,l), +(38,216,l), +(278,65,l), +(518,216,l), +(518,408,l), +(373,317,l), +(373,654,l), +(183,654,l) +); +} +); +width = 557; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(238,151,l), -(73,273,l), -(73,231,l), -(256,95,l), -(439,231,l), -(439,273,l), -(274,151,l), -(274,634,l), -(238,634,l) +(237,151,l), +(74,273,l), +(74,231,l), +(253,95,l), +(434,231,l), +(434,273,l), +(271,151,l), +(271,634,l), +(237,634,l) ); } ); @@ -83,67 +123,27 @@ type = Stem; } ); }; -width = 491; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,293,l), -(53,389,l), -(53,223,l), -(283,74,l), -(513,223,l), -(513,389,l), -(365,293,l), -(365,655,l), -(201,655,l) -); -} -); -width = 569; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,151,l), -(62,284,l), -(62,243,l), -(261,95,l), -(460,243,l), -(460,284,l), -(279,151,l), -(279,634,l), -(243,634,l) -); -} -); -width = 523; +width = 486; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(177,317,l), -(32,408,l), -(32,216,l), -(272,65,l), -(512,216,l), -(512,408,l), -(367,317,l), -(367,654,l), -(177,654,l) +(193,293,l), +(51,389,l), +(51,223,l), +(274,74,l), +(497,223,l), +(497,389,l), +(355,293,l), +(355,655,l), +(193,655,l) ); } ); -width = 545; +width = 550; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -171,19 +171,19 @@ shapes = ( { closed = 1; nodes = ( -(137,319,l), -(18,408,l), -(18,242,l), -(212,95,l), -(406,242,l), -(406,408,l), -(287,319,l), -(287,634,l), -(137,634,l) +(145,319,l), +(26,408,l), +(26,242,l), +(220,95,l), +(414,242,l), +(414,408,l), +(295,319,l), +(295,634,l), +(145,634,l) ); } ); -width = 590; +width = 606; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -251,19 +251,283 @@ shapes = ( { closed = 1; nodes = ( -(195,317,l), -(50,408,l), -(50,216,l), -(290,65,l), -(530,216,l), -(530,408,l), -(385,317,l), -(385,654,l), -(195,654,l) +(201,317,l), +(56,408,l), +(56,216,l), +(296,65,l), +(536,216,l), +(536,408,l), +(391,317,l), +(391,654,l), +(201,654,l) +); +} +); +width = 597; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(203,144,l), +(50,256,l), +(50,219,l), +(218,95,l), +(386,219,l), +(386,256,l), +(233,144,l), +(233,634,l), +(203,634,l) +); +} +); +width = 436; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,319,l), +(26,408,l), +(26,242,l), +(220,95,l), +(414,242,l), +(414,408,l), +(295,319,l), +(295,634,l), +(145,634,l) +); +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(218,151,l), +(53,273,l), +(53,231,l), +(236,95,l), +(419,231,l), +(419,273,l), +(254,151,l), +(254,634,l), +(218,634,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 451; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,293,l), +(32,389,l), +(32,223,l), +(262,74,l), +(492,223,l), +(492,389,l), +(344,293,l), +(344,655,l), +(180,655,l) +); +} +); +width = 524; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,151,l), +(52,284,l), +(52,243,l), +(251,95,l), +(450,243,l), +(450,284,l), +(269,151,l), +(269,634,l), +(233,634,l) +); +} +); +width = 503; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(167,317,l), +(22,408,l), +(22,216,l), +(262,65,l), +(502,216,l), +(502,408,l), +(357,317,l), +(357,654,l), +(167,654,l) +); +} +); +width = 525; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(188,144,l), +(35,256,l), +(35,219,l), +(203,95,l), +(371,219,l), +(371,256,l), +(218,144,l), +(218,634,l), +(188,634,l) +); +} +); +width = 436; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(126,319,l), +(7,408,l), +(7,242,l), +(201,95,l), +(395,242,l), +(395,408,l), +(276,319,l), +(276,634,l), +(126,634,l) +); +} +); +width = 568; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(206,151,l), +(41,273,l), +(41,231,l), +(224,95,l), +(407,231,l), +(407,273,l), +(242,151,l), +(242,634,l), +(206,634,l) +); +} +); +width = 452; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(186,293,l), +(38,389,l), +(38,223,l), +(268,74,l), +(498,223,l), +(498,389,l), +(350,293,l), +(350,655,l), +(186,655,l) +); +} +); +width = 545; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(225,151,l), +(44,284,l), +(44,243,l), +(243,95,l), +(442,243,l), +(442,284,l), +(261,151,l), +(261,634,l), +(225,634,l) +); +} +); +width = 508; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,317,l), +(35,408,l), +(35,216,l), +(275,65,l), +(515,216,l), +(515,408,l), +(370,317,l), +(370,654,l), +(180,654,l) ); } ); -width = 585; +width = 555; } ); unicode = 8595; diff --git a/sources/MonaSans.glyphspackage/glyphs/e.glyph b/sources/MonaSans.glyphspackage/glyphs/e.glyph index 89952ea1..8abc44e7 100644 --- a/sources/MonaSans.glyphspackage/glyphs/e.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/e.glyph @@ -1,21 +1,21 @@ { glyphname = e; -kernLeft = e; -kernRight = e; +kernLeft = KO_e; +kernRight = KO_e; layers = ( { anchors = ( { name = bottom; -pos = (226,0); +pos = (234,0); }, { name = ogonek; -pos = (341,0); +pos = (349,0); }, { name = top; -pos = (222,541); +pos = (230,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -23,44 +23,45 @@ shapes = ( { closed = 1; nodes = ( -(339,-10,o), -(416,40,o), -(428,185,c), -(261,185,l), -(258,135,o), -(247,118,o), -(226,118,cs), -(202,118,o), -(191,147,o), -(191,235,c), -(428,235,l), -(438,441,o), -(382,551,o), -(226,551,cs), -(92,551,o), -(14,474,o), -(14,273,cs), -(14,65,o), -(97,-10,o), -(226,-10,cs) +(347,-10,o), +(424,40,o), +(436,185,c), +(269,185,l), +(266,135,o), +(255,118,o), +(234,118,cs), +(207,118,o), +(196,154,o), +(199,266,c), +(119,235,l), +(436,235,l), +(446,441,o), +(390,551,o), +(234,551,cs), +(100,551,o), +(22,474,o), +(22,273,cs), +(22,65,o), +(105,-10,o), +(234,-10,cs) ); }, { closed = 1; nodes = ( -(191,396,o), -(202,422,o), -(226,422,cs), -(251,422,o), -(261,390,o), -(261,307,c), -(269,333,l), -(180,333,l), -(190,308,l) +(199,396,o), +(210,422,o), +(234,422,cs), +(259,422,o), +(269,390,o), +(269,307,c), +(277,333,l), +(188,333,l), +(198,308,l) ); } ); -width = 443; +width = 459; }, { anchors = ( @@ -89,9 +90,10 @@ nodes = ( (247,70,o), (229,18,o), (168,18,cs), -(111,18,o), -(73,67,o), -(73,260,c), +(109,18,o), +(71,70,o), +(73,278,c), +(60,260,l), (283,260,l), (282,419,o), (259,526,o), @@ -125,293 +127,6 @@ width = 324; anchors = ( { name = bottom; -pos = (290,0); -}, -{ -name = ogonek; -pos = (371,0); -}, -{ -name = top; -pos = (287,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(402,-8,o), -(491,55,o), -(508,152,c), -(470,152,l), -(453,76,o), -(387,26,o), -(290,26,cs), -(171,26,o), -(94,110,o), -(90,256,c), -(509,256,l), -(523,410,o), -(446,525,o), -(288,525,cs), -(141,525,o), -(53,417,o), -(53,258,cs), -(53,97,o), -(146,-8,o), -(290,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(98,413,o), -(173,491,o), -(287,491,cs), -(400,491,o), -(476,423,o), -(474,281,c), -(479,290,l), -(86,290,l), -(91,284,l) -); -} -); -}; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(400,-8,o), -(488,53,o), -(507,147,c), -(469,147,l), -(450,74,o), -(385,26,o), -(290,26,cs), -(171,26,o), -(94,110,o), -(90,256,c), -(509,256,l), -(523,410,o), -(446,525,o), -(288,525,cs), -(141,525,o), -(53,417,o), -(53,258,cs), -(53,97,o), -(146,-8,o), -(290,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(98,413,o), -(173,491,o), -(287,491,cs), -(400,491,o), -(476,423,o), -(474,281,c), -(479,290,l), -(86,290,l), -(91,284,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -1, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 565; -}, -{ -anchors = ( -{ -name = bottom; -pos = (305,0); -}, -{ -name = ogonek; -pos = (436,0); -}, -{ -name = top; -pos = (298,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(448,-10,o), -(552,65,o), -(564,177,c), -(385,177,l), -(377,150,o), -(345,132,o), -(305,132,cs), -(249,132,o), -(211,166,o), -(213,227,c), -(568,227,l), -(588,415,o), -(495,554,o), -(298,554,cs), -(134,554,o), -(25,445,o), -(25,267,cs), -(25,101,o), -(127,-10,o), -(305,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(211,377,o), -(244,413,o), -(298,413,cs), -(349,413,o), -(384,381,o), -(380,326,c), -(397,341,l), -(197,341,l), -(213,325,l) -); -} -); -}; -guides = ( -{ -pos = (298,413); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(446,-10,o), -(549,63,o), -(563,172,c), -(383,172,l), -(373,148,o), -(349,132,o), -(305,132,cs), -(249,132,o), -(211,166,o), -(213,227,c), -(568,227,l), -(588,415,o), -(495,554,o), -(298,554,cs), -(134,554,o), -(25,445,o), -(25,267,cs), -(25,101,o), -(127,-10,o), -(305,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(211,377,o), -(244,413,o), -(298,413,cs), -(349,413,o), -(384,381,o), -(380,326,c), -(397,341,l), -(197,341,l), -(213,325,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; -}; -width = 597; -}, -{ -anchors = ( -{ -name = bottom; pos = (317,0); }, { @@ -435,9 +150,10 @@ nodes = ( (516,76,o), (428,26,o), (317,26,cs), -(170,26,o), -(75,111,o), -(71,256,c), +(166,26,o), +(69,116,o), +(71,269,c), +(54,256,l), (581,256,l), (591,423,o), (485,525,o), @@ -471,15 +187,15 @@ width = 615; anchors = ( { name = bottom; -pos = (343,0); +pos = (356,0); }, { name = ogonek; -pos = (498,0); +pos = (511,0); }, { name = top; -pos = (343,544); +pos = (356,544); } ); background = { @@ -487,79 +203,79 @@ shapes = ( { closed = 1; nodes = ( -(-380,-10,o), -(-250,66,o), -(-229,179,c), -(-437,179,l), -(-448,153,o), -(-491,135,o), -(-543,135,cs), -(-619,135,o), -(-664,168,o), -(-665,223,c), -(-225,223,l), -(-203,435,o), -(-337,554,o), -(-551,554,cs), -(-750,554,o), -(-886,451,o), -(-886,268,cs), -(-886,101,o), -(-765,-10,o), -(-553,-10,cs) +(-373,-10,o), +(-243,66,o), +(-222,179,c), +(-430,179,l), +(-441,153,o), +(-484,135,o), +(-536,135,cs), +(-612,135,o), +(-657,168,o), +(-658,223,c), +(-218,223,l), +(-196,435,o), +(-330,554,o), +(-544,554,cs), +(-743,554,o), +(-879,451,o), +(-879,268,cs), +(-879,101,o), +(-758,-10,o), +(-546,-10,cs) ); }, { closed = 1; nodes = ( -(-662,382,o), -(-618,408,o), -(-552,408,cs), -(-478,408,o), -(-446,375,o), -(-442,329,c), -(-433,338,l), -(-678,338,l), -(-671,328,l) +(-655,382,o), +(-611,408,o), +(-545,408,cs), +(-471,408,o), +(-439,375,o), +(-435,329,c), +(-426,338,l), +(-671,338,l), +(-664,328,l) ); }, { closed = 1; nodes = ( -(525,-10,o), -(654,69,o), -(674,180,c), -(456,180,l), -(445,158,o), -(404,142,o), -(357,142,cs), -(291,142,o), -(244,168,o), -(243,219,c), -(678,219,l), -(701,419,o), -(584,553,o), -(348,553,cs), -(145,553,o), -(10,450,o), -(10,268,cs), -(10,102,o), -(132,-10,o), -(344,-10,cs) +(532,-10,o), +(661,69,o), +(681,180,c), +(463,180,l), +(452,158,o), +(411,142,o), +(364,142,cs), +(298,142,o), +(251,168,o), +(250,219,c), +(685,219,l), +(708,419,o), +(591,553,o), +(355,553,cs), +(152,553,o), +(17,450,o), +(17,268,cs), +(17,102,o), +(139,-10,o), +(351,-10,cs) ); }, { closed = 1; nodes = ( -(240,374,o), -(282,409,o), -(348,409,cs), -(410,409,o), -(455,382,o), -(457,325,c), -(465,334,l), -(230,334,l), -(236,324,l) +(247,374,o), +(289,409,o), +(355,409,cs), +(417,409,o), +(462,382,o), +(464,325,c), +(472,334,l), +(237,334,l), +(243,324,l) ); } ); @@ -569,209 +285,900 @@ shapes = ( { closed = 1; nodes = ( -(521,-10,o), -(652,58,o), -(674,180,c), -(456,180,l), -(445,158,o), -(404,142,o), -(357,142,cs), -(290,142,o), -(244,167,o), -(243,219,c), -(678,219,l), -(701,419,o), -(584,553,o), -(348,553,cs), -(145,553,o), -(10,450,o), -(10,268,cs), -(10,102,o), -(132,-10,o), -(344,-10,cs) +(534,-10,o), +(665,58,o), +(687,180,c), +(469,180,l), +(458,158,o), +(417,142,o), +(370,142,cs), +(274,142,o), +(221,193,o), +(282,301,c), +(157,219,l), +(691,219,l), +(714,419,o), +(597,553,o), +(361,553,cs), +(158,553,o), +(23,450,o), +(23,268,cs), +(23,102,o), +(145,-10,o), +(357,-10,cs) ); }, { closed = 1; nodes = ( -(239,378,o), -(279,409,o), -(348,409,cs), -(420,409,o), -(455,379,o), -(457,325,c), -(465,334,l), -(230,334,l), -(236,324,l) +(252,378,o), +(292,409,o), +(361,409,cs), +(433,409,o), +(468,379,o), +(470,325,c), +(478,334,l), +(243,334,l), +(249,324,l) ); } ); -width = 693; +width = 716; }, { anchors = ( { name = bottom; -pos = (122,0); +pos = (173,0); }, { name = ogonek; -pos = (167,0); +pos = (239,0); }, { name = top; -pos = (215,516); +pos = (173,520); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +attr = { +coordinates = ( +75, +300, +1, +0 +); +}; +layerId = "121B060A-3A01-44A8-A717-04A5200E0706"; +name = "{75, 300, 0}"; shapes = ( { closed = 1; nodes = ( -(175,-10,o), -(229,25,o), -(261,148,c), -(231,148,l), -(210,70,o), -(179,18,o), -(126,18,cs), -(43,18,o), -(46,124,o), -(74,260,c), -(283,260,l), -(311,405,o), -(315,525,o), -(215,525,cs), -(124,525,o), -(79,426,o), -(46,266,cs), -(12,102,o), -(15,-10,o), -(122,-10,cs) +(245,-10,o), +(296,29,o), +(306,153,c), +(256,153,l), +(249,80,o), +(232,33,o), +(177,33,cs), +(124,33,o), +(90,80,o), +(90,259,c), +(88,256,l), +(304,256,l), +(305,422,o), +(277,530,o), +(177,530,cs), +(71,530,o), +(40,424,o), +(40,260,cs), +(40,94,o), +(72,-10,o), +(177,-10,cs) ); }, { closed = 1; nodes = ( -(116,451,o), -(161,497,o), -(211,497,cs), -(285,497,o), -(276,394,o), -(257,282,c), -(262,288,l), -(69,288,l), -(77,281,l) +(93,446,o), +(127,487,o), +(177,487,cs), +(219,487,o), +(252,452,o), +(255,285,c), +(263,298,l), +(81,298,l), +(89,285,l) ); } ); -width = 324; +width = 342; }, { anchors = ( { name = bottom; -pos = (191,0); +pos = (313,0); }, { name = ogonek; -pos = (286,0); +pos = (398,0); }, { name = top; -pos = (280,541); +pos = (319,521); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +attr = { +coordinates = ( +125, +300, +1, +0 +); +}; +layerId = "F16FE37B-BC21-4F2F-A8AE-055402EB8A37"; +name = "{125, 300, 0}"; shapes = ( { closed = 1; nodes = ( -(289,-10,o), -(370,38,o), -(408,186,c), -(242,186,l), -(228,135,o), -(215,119,o), -(195,119,cs), -(165,119,o), -(168,166,o), -(183,235,c), -(418,235,l), -(463,425,o), -(438,551,o), -(261,551,cs), -(129,551,o), -(56,466,o), -(18,288,cs), -(-22,98,o), -(26,-10,o), -(189,-10,cs) +(460,-8,o), +(570,57,o), +(589,156,c), +(527,156,l), +(508,87,o), +(426,42,o), +(323,42,cs), +(185,42,o), +(97,120,o), +(95,253,c), +(93,251,l), +(595,251,l), +(605,424,o), +(497,529,o), +(319,529,cs), +(142,529,o), +(31,422,o), +(31,259,cs), +(31,96,o), +(146,-8,o), +(322,-8,cs) ); }, { closed = 1; nodes = ( -(218,399,o), -(235,421,o), -(255,421,cs), -(283,421,o), -(281,377,o), -(270,326,c), -(279,334,l), -(194,334,l), -(201,323,l) +(104,403,o), +(186,479,o), +(319,479,cs), +(446,479,o), +(531,411,o), +(530,290,c), +(537,300,l), +(90,300,l), +(95,290,l) ); } ); -width = 440; +width = 626; }, { anchors = ( { name = bottom; -pos = (244,0); +pos = (292,0); }, { name = ogonek; -pos = (321,0); +pos = (371,0); }, { name = top; -pos = (316,517); +pos = (289,517); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +background = { shapes = ( { closed = 1; nodes = ( -(357,-10,o), -(453,55,o), -(479,153,c), -(442,153,l), -(417,75,o), -(342,24,o), -(249,24,cs), -(138,24,o), -(73,116,o), -(90,258,c), -(494,258,l), -(526,415,o), -(462,527,o), -(317,527,cs), -(168,527,o), -(58,397,o), -(51,219,cs), -(47,81,o), -(124,-10,o), -(246,-10,cs) +(407,-8,o), +(496,55,o), +(513,152,c), +(475,152,l), +(458,76,o), +(392,26,o), +(295,26,cs), +(176,26,o), +(99,110,o), +(95,256,c), +(514,256,l), +(528,410,o), +(451,525,o), +(293,525,cs), +(146,525,o), +(58,417,o), +(58,258,cs), +(58,97,o), +(151,-8,o), +(295,-8,cs) ); }, { closed = 1; nodes = ( -(122,423,o), +(103,413,o), +(178,491,o), +(292,491,cs), +(405,491,o), +(481,423,o), +(479,281,c), +(484,290,l), +(91,290,l), +(96,284,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(390,-8,o), +(470,45,o), +(495,130,c), +(455,130,l), +(434,67,o), +(374,26,o), +(292,26,cs), +(175,26,o), +(101,115,o), +(102,270,c), +(86,262,l), +(503,262,l), +(508,410,o), +(435,525,o), +(290,525,cs), +(150,525,o), +(65,417,o), +(65,258,cs), +(65,97,o), +(154,-8,o), +(292,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,413,o), +(181,491,o), +(289,491,cs), +(391,491,o), +(462,423,o), +(468,281,c), +(473,296,l), +(98,296,l), +(103,284,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +1, +6 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 563; +}, +{ +anchors = ( +{ +name = bottom; +pos = (269,0); +}, +{ +name = ogonek; +pos = (343,0); +}, +{ +name = top; +pos = (275,521); +} +); +associatedMasterId = m019; +attr = { +coordinates = ( +100, +300, +1, +0 +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(387,-9,o), +(474,50,o), +(489,155,c), +(432,155,l), +(417,85,o), +(362,39,o), +(277,39,cs), +(174,39,o), +(108,109,o), +(105,253,c), +(491,253,l), +(501,416,o), +(427,529,o), +(275,529,cs), +(129,529,o), +(48,422,o), +(48,259,cs), +(48,96,o), +(132,-9,o), +(277,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(112,416,o), +(176,481,o), +(275,481,cs), +(370,481,o), +(435,424,o), +(434,287,c), +(441,300,l), +(99,300,l), +(106,289,l) +); +} +); +}; +layerId = "2FB80EF8-4169-4BEF-916C-997B41195B1E"; +name = "{100, 300, 0}"; +shapes = ( +{ +closed = 1; +nodes = ( +(384,-9,o), +(469,46,o), +(487,145,c), +(430,145,l), +(412,81,o), +(358,39,o), +(277,39,cs), +(174,39,o), +(107,110,o), +(105,255,c), +(103,253,l), +(491,253,l), +(501,416,o), +(427,529,o), +(275,529,cs), +(129,529,o), +(48,422,o), +(48,259,cs), +(48,96,o), +(132,-9,o), +(277,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(112,416,o), +(176,481,o), +(275,481,cs), +(370,481,o), +(435,424,o), +(434,287,c), +(441,300,l), +(99,300,l), +(106,289,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +1, +6 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 538; +}, +{ +anchors = ( +{ +name = bottom; +pos = (302,0); +}, +{ +name = ogonek; +pos = (431,0); +}, +{ +name = top; +pos = (295,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(454,-10,o), +(558,65,o), +(570,177,c), +(391,177,l), +(383,150,o), +(351,132,o), +(311,132,cs), +(255,132,o), +(217,166,o), +(219,227,c), +(574,227,l), +(594,415,o), +(501,554,o), +(304,554,cs), +(140,554,o), +(31,445,o), +(31,267,cs), +(31,101,o), +(133,-10,o), +(311,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(217,377,o), +(250,413,o), +(304,413,cs), +(355,413,o), +(390,381,o), +(386,326,c), +(403,341,l), +(203,341,l), +(219,325,l) +); +} +); +}; +guides = ( +{ +pos = (303,413); +} +); +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(439,-10,o), +(539,62,o), +(555,168,c), +(371,168,l), +(360,146,o), +(341,132,o), +(302,132,cs), +(248,132,o), +(215,168,o), +(215,232,c), +(130,228,l), +(557,227,l), +(577,416,o), +(486,554,o), +(295,554,cs), +(137,554,o), +(30,445,o), +(30,267,cs), +(30,101,o), +(129,-10,o), +(302,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(214,377,o), +(244,413,o), +(295,413,cs), +(343,413,o), +(375,381,o), +(371,326,c), +(388,341,l), +(200,338,l), +(216,325,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; +}; +width = 590; +}, +{ +anchors = ( +{ +name = bottom; +pos = (122,0); +}, +{ +name = ogonek; +pos = (167,0); +}, +{ +name = top; +pos = (215,516); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,-10,o), +(229,25,o), +(261,148,c), +(231,148,l), +(210,70,o), +(179,18,o), +(126,18,cs), +(40,18,o), +(46,131,o), +(77,273,c), +(61,260,l), +(283,260,l), +(311,405,o), +(315,525,o), +(215,525,cs), +(124,525,o), +(79,426,o), +(46,266,cs), +(12,102,o), +(15,-10,o), +(122,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(116,451,o), +(161,497,o), +(211,497,cs), +(285,497,o), +(276,394,o), +(257,282,c), +(262,288,l), +(69,288,l), +(77,281,l) +); +} +); +width = 324; +}, +{ +anchors = ( +{ +name = bottom; +pos = (124,0); +}, +{ +name = ogonek; +pos = (160,0); +}, +{ +name = top; +pos = (219,520); +} +); +associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +attr = { +coordinates = ( +75, +300, +1, +1 +); +}; +layerId = "5DF2F0AA-9590-4496-AD5D-2FF967D1F48A"; +name = "{75, 300, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(186,-10,o), +(244,27,o), +(277,153,c), +(227,153,l), +(207,80,o), +(179,33,o), +(131,33,cs), +(55,33,o), +(58,132,o), +(84,258,c), +(82,256,l), +(297,256,l), +(328,408,o), +(327,529,o), +(216,529,cs), +(120,529,o), +(71,432,o), +(37,269,cs), +(2,101,o), +(11,-10,o), +(126,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(125,444,o), +(166,486,o), +(212,486,cs), +(280,486,o), +(272,392,o), +(254,288,c), +(262,298,l), +(82,298,l), +(90,287,l) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = bottom; +pos = (199,0); +}, +{ +name = ogonek; +pos = (294,0); +}, +{ +name = top; +pos = (288,541); +} +); +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(297,-10,o), +(378,38,o), +(416,186,c), +(250,186,l), +(236,135,o), +(223,119,o), +(203,119,cs), +(169,119,o), +(178,181,o), +(198,267,c), +(111,235,l), +(426,235,l), +(471,425,o), +(446,551,o), +(269,551,cs), +(137,551,o), +(64,466,o), +(26,288,cs), +(-14,98,o), +(34,-10,o), +(197,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(226,399,o), +(243,421,o), +(263,421,cs), +(291,421,o), +(289,377,o), +(278,326,c), +(287,334,l), +(202,334,l), +(209,323,l) +); +} +); +width = 456; +}, +{ +anchors = ( +{ +name = bottom; +pos = (244,0); +}, +{ +name = ogonek; +pos = (321,0); +}, +{ +name = top; +pos = (316,517); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(357,-10,o), +(453,55,o), +(479,153,c), +(442,153,l), +(417,75,o), +(342,24,o), +(249,24,cs), +(134,24,o), +(69,122,o), +(92,272,c), +(74,258,l), +(494,258,l), +(526,415,o), +(462,527,o), +(317,527,cs), +(168,527,o), +(58,397,o), +(51,219,cs), +(47,81,o), +(124,-10,o), +(246,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,423,o), (212,494,o), (311,494,cs), (421,494,o), @@ -789,6 +1196,76 @@ width = 552; anchors = ( { name = bottom; +pos = (227,0); +}, +{ +name = ogonek; +pos = (313,0); +}, +{ +name = top; +pos = (304,521); +} +); +associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; +attr = { +coordinates = ( +100, +300, +1, +1 +); +}; +layerId = "15271F00-88BE-4610-A493-8F06285B0E43"; +name = "{100, 300, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(338,-10,o), +(430,50,o), +(458,156,c), +(401,156,l), +(378,85,o), +(316,39,o), +(235,39,cs), +(130,39,o), +(80,127,o), +(99,256,c), +(97,254,l), +(475,254,l), +(508,416,o), +(448,530,o), +(302,530,cs), +(155,530,o), +(54,409,o), +(41,234,cs), +(30,87,o), +(99,-10,o), +(230,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(132,419,o), +(207,482,o), +(296,482,cs), +(397,482,o), +(445,403,o), +(423,285,c), +(437,301,l), +(93,301,l), +(105,285,l) +); +} +); +width = 520; +}, +{ +anchors = ( +{ +name = bottom; pos = (286,0); }, { @@ -892,9 +1369,10 @@ nodes = ( (358,150,o), (332,132,o), (293,132,cs), -(240,132,o), -(207,163,o), -(211,227,c), +(234,132,o), +(200,170,o), +(214,250,c), +(125,227,l), (561,227,l), (600,410,o), (506,554,o), @@ -928,15 +1406,15 @@ width = 597; anchors = ( { name = bottom; -pos = (284,0); +pos = (290,0); }, { name = ogonek; -pos = (366,0); +pos = (373,0); }, { name = top; -pos = (346,517); +pos = (350,517); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -944,58 +1422,129 @@ shapes = ( { closed = 1; nodes = ( -(414,-9,o), -(525,57,o), -(556,152,c), -(519,152,l), -(487,76,o), -(400,25,o), -(289,25,cs), -(142,25,o), -(56,117,o), -(72,256,c), -(576,256,l), -(611,418,o), -(516,527,o), -(344,527,cs), -(169,527,o), -(38,400,o), -(32,225,cs), +(422,-9,o), +(538,57,o), +(569,152,c), +(532,152,l), +(500,76,o), +(408,25,o), +(295,25,cs), +(141,25,o), +(51,123,o), +(74,269,c), +(54,256,l), +(593,256,l), +(612,418,o), +(521,527,o), +(348,527,cs), +(171,527,o), +(38,401,o), +(32,226,cs), (27,84,o), -(134,-9,o), -(283,-9,cs) +(137,-9,o), +(289,-9,cs) ); }, { closed = 1; nodes = ( (101,408,o), -(204,493,o), -(341,493,cs), -(484,493,o), -(564,409,o), -(542,279,c), -(552,289,l), +(205,493,o), +(345,493,cs), +(491,493,o), +(568,409,o), +(559,279,c), +(569,289,l), (67,289,l), (77,280,l) ); } ); -width = 612; +width = 625; +}, +{ +anchors = ( +{ +name = bottom; +pos = (289,0); +}, +{ +name = ogonek; +pos = (364,0); +}, +{ +name = top; +pos = (351,521); +} +); +associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +attr = { +coordinates = ( +125, +300, +1, +1 +); +}; +layerId = "62EC6E57-5C80-4FE0-8866-606B1E5A17E5"; +name = "{125, 300, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(426,-10,o), +(539,58,o), +(570,156,c), +(507,156,l), +(478,88,o), +(397,42,o), +(294,42,cs), +(159,43,o), +(79,127,o), +(94,253,c), +(92,251,l), +(587,251,l), +(623,419,o), +(524,531,o), +(347,531,cs), +(166,531,o), +(35,404,o), +(29,230,cs), +(24,85,o), +(133,-9,o), +(287,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(123,404,o), +(217,480,o), +(343,480,cs), +(474,480,o), +(549,405,o), +(530,286,c), +(540,301,l), +(90,301,l), +(100,287,l) +); +} +); +width = 622; }, { anchors = ( { name = bottom; -pos = (333,0); +pos = (330,0); }, { name = ogonek; -pos = (480,0); +pos = (477,0); }, { name = top; -pos = (375,544); +pos = (391,544); } ); background = { @@ -1080,133 +1629,435 @@ shapes = ( { closed = 1; nodes = ( -(502,-9,o), +(499,-9,o), (635,64,o), -(661,180,c), -(439,180,l), -(423,157,o), -(385,140,o), -(333,140,cs), -(270,140,o), -(225,171,o), -(227,219,c), -(670,219,l), -(702,422,o), -(577,554,o), -(361,554,cs), -(152,554,o), -(13,437,o), -(13,256,cs), -(13,97,o), -(126,-9,o), -(331,-9,cs) +(665,180,c), +(443,180,l), +(426,157,o), +(388,140,o), +(335,140,cs), +(262,140,o), +(214,182,o), +(238,244,c), +(133,219,l), +(675,219,l), +(714,422,o), +(594,554,o), +(378,554,cs), +(169,554,o), +(19,435,o), +(19,245,cs), +(19,92,o), +(128,-9,o), +(328,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(258,378,o), +(306,409,o), +(369,409,cs), +(434,409,o), +(467,375,o), +(468,329,c), +(478,334,l), +(239,334,l), +(249,327,l) +); +} +); +width = 701; +}, +{ +anchors = ( +{ +name = bottom; +pos = (148,0); +}, +{ +name = ogonek; +pos = (205,0); +}, +{ +name = top; +pos = (145,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(223,-10,o), +(259,47,o), +(270,162,c), +(239,162,l), +(228,66,o), +(202,18,o), +(151,18,cs), +(81,18,o), +(52,97,o), +(54,276,c), +(41,260,l), +(273,260,l), +(272,445,o), +(243,526,o), +(151,526,cs), +(61,526,o), +(23,450,o), +(23,258,cs), +(23,67,o), +(60,-10,o), +(151,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(56,432,o), +(85,498,o), +(151,498,cs), +(213,498,o), +(239,433,o), +(242,281,c), +(251,289,l), +(44,289,l), +(53,281,l) +); +} +); +width = 294; +}, +{ +anchors = ( +{ +name = bottom; +pos = (158,0); +}, +{ +name = ogonek; +pos = (223,0); +}, +{ +name = top; +pos = (155,520); +} +); +associatedMasterId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +attr = { +coordinates = ( +75, +300, +100, +0 +); +}; +layerId = "9FB6A836-DA57-4656-851D-52FA1A4B8E93"; +name = "{75, 300, 0}"; +shapes = ( +{ +closed = 1; +nodes = ( +(240,-10,o), +(280,48,o), +(291,167,c), +(241,167,l), +(231,75,o), +(207,32,o), +(160,32,cs), +(97,32,o), +(70,106,o), +(72,275,c), +(50,256,l), +(294,256,l), +(294,444,o), +(262,530,o), +(160,530,cs), +(64,530,o), +(20,453,o), +(20,260,cs), +(20,67,o), +(64,-10,o), +(160,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(74,428,o), +(100,487,o), +(160,487,cs), +(217,487,o), +(241,426,o), +(243,285,c), +(252,298,l), +(62,298,l), +(71,285,l) +); +} +); +width = 313; +}, +{ +anchors = ( +{ +name = bottom; +pos = (219,0); +}, +{ +name = ogonek; +pos = (334,0); +}, +{ +name = top; +pos = (215,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(346,-10,o), +(410,55,o), +(421,197,c), +(254,197,l), +(251,135,o), +(240,118,o), +(219,118,cs), +(192,118,o), +(181,154,o), +(184,268,c), +(104,235,l), +(421,235,l), +(431,441,o), +(375,551,o), +(219,551,cs), +(85,551,o), +(7,474,o), +(7,273,cs), +(7,65,o), +(90,-10,o), +(219,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(184,396,o), +(195,422,o), +(219,422,cs), +(244,422,o), +(254,390,o), +(254,307,c), +(262,333,l), +(173,333,l), +(183,308,l) +); +} +); +width = 428; +}, +{ +anchors = ( +{ +name = bottom; +pos = (277,0); +}, +{ +name = ogonek; +pos = (358,0); +}, +{ +name = top; +pos = (274,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(409,-8,o), +(498,55,o), +(515,152,c), +(477,152,l), +(460,76,o), +(394,26,o), +(297,26,cs), +(178,26,o), +(101,110,o), +(97,256,c), +(516,256,l), +(530,410,o), +(453,525,o), +(295,525,cs), +(148,525,o), +(60,417,o), +(60,258,cs), +(60,97,o), +(153,-8,o), +(297,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(105,413,o), +(180,491,o), +(294,491,cs), +(407,491,o), +(483,423,o), +(481,281,c), +(486,290,l), +(93,290,l), +(98,284,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(398,-8,o), +(479,50,o), +(505,155,c), +(467,155,l), +(443,72,o), +(375,26,o), +(277,26,cs), +(152,26,o), +(72,115,o), +(73,270,c), +(57,256,l), +(515,256,l), +(513,424,o), +(425,525,o), +(275,525,cs), +(133,525,o), +(36,417,o), +(36,258,cs), +(36,97,o), +(131,-8,o), +(277,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(81,407,o), +(161,491,o), +(274,491,cs), +(396,491,o), +(473,409,o), +(477,281,c), +(482,290,l), +(69,290,l), +(74,284,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +6 ); +type = Stem; }, { -closed = 1; -nodes = ( -(248,377,o), -(293,409,o), -(357,409,cs), -(423,409,o), -(456,375,o), -(459,329,c), -(469,334,l), -(230,334,l), -(241,331,l) +horizontal = 1; +options = 0; +origin = ( +0, +9 ); -} +stem = -2; +target = ( +1, +6 ); -width = 690; -}, -{ -anchors = ( -{ -name = bottom; -pos = (168,0); -}, -{ -name = ogonek; -pos = (234,0); +type = Stem; }, { -name = top; -pos = (168,520); -} +horizontal = 1; +options = 0; +origin = ( +0, +16 ); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -300, -0 +stem = -2; +target = ( +1, +2 ); -}; -layerId = "121B060A-3A01-44A8-A717-04A5200E0706"; -name = "{75, 300, 0}"; -shapes = ( +type = Stem; +}, { -closed = 1; -nodes = ( -(240,-10,o), -(291,29,o), -(301,153,c), -(251,153,l), -(244,80,o), -(227,33,o), -(172,33,cs), -(119,33,o), -(85,79,o), -(85,256,c), -(299,256,l), -(300,422,o), -(272,530,o), -(172,530,cs), -(66,530,o), -(35,424,o), -(35,260,cs), -(35,94,o), -(67,-10,o), -(172,-10,cs) +horizontal = 0; +options = 0; +origin = ( +0, +19 ); +stem = -2; +target = ( +0, +9 +); +type = Stem; }, { -closed = 1; -nodes = ( -(88,446,o), -(122,487,o), -(172,487,cs), -(214,487,o), -(247,452,o), -(250,285,c), -(258,298,l), -(76,298,l), -(84,285,l) +horizontal = 0; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +0, +2 ); +type = Stem; } ); -width = 336; +}; +width = 544; }, { anchors = ( { name = bottom; -pos = (263,0); +pos = (276,0); }, { name = ogonek; -pos = (337,0); +pos = (364,0); }, { name = top; -pos = (269,521); +pos = (272,521); } ); -associatedMasterId = master01; +associatedMasterId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; attr = { coordinates = ( 100, 300, +100, 0 ); }; @@ -1253,46 +2104,47 @@ nodes = ( } ); }; -layerId = "FA442CA7-4E43-4A24-96DA-FF02C39ACD56"; +layerId = "944FF714-9649-4636-8EC3-B08F7B07B590"; name = "{100, 300, 0}"; shapes = ( { closed = 1; nodes = ( -(378,-9,o), -(463,46,o), -(481,145,c), -(424,145,l), -(406,81,o), -(352,39,o), -(271,39,cs), -(168,39,o), -(102,109,o), -(99,253,c), -(485,253,l), -(495,416,o), -(421,529,o), -(269,529,cs), -(123,529,o), -(42,422,o), -(42,259,cs), -(42,96,o), -(126,-9,o), -(271,-9,cs) +(401,-8,o), +(485,52,o), +(510,159,c), +(451,159,l), +(429,83,o), +(367,40,o), +(276,40,cs), +(156,40,o), +(81,126,o), +(88,275,c), +(61,252,l), +(519,252,l), +(520,422,o), +(431,529,o), +(273,529,cs), +(127,529,o), +(28,421,o), +(28,259,cs), +(28,98,o), +(124,-8,o), +(276,-8,cs) ); }, { closed = 1; nodes = ( -(106,416,o), -(170,481,o), -(269,481,cs), -(364,481,o), -(429,424,o), -(428,287,c), -(435,300,l), -(93,300,l), -(100,289,l) +(92,403,o), +(167,480,o), +(272,480,cs), +(385,480,o), +(456,405,o), +(460,287,c), +(465,299,l), +(82,299,l), +(86,290,l) ); } ); @@ -1325,121 +2177,496 @@ target = ( 1, 6 ); -type = Stem; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 541; +}, +{ +anchors = ( +{ +name = bottom; +pos = (292,0); +}, +{ +name = ogonek; +pos = (423,0); +}, +{ +name = top; +pos = (285,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(456,-10,o), +(560,65,o), +(572,177,c), +(393,177,l), +(385,150,o), +(353,132,o), +(313,132,cs), +(257,132,o), +(219,166,o), +(221,227,c), +(576,227,l), +(596,415,o), +(503,554,o), +(306,554,cs), +(142,554,o), +(33,445,o), +(33,267,cs), +(33,101,o), +(135,-10,o), +(313,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(219,377,o), +(252,413,o), +(306,413,cs), +(357,413,o), +(392,381,o), +(388,326,c), +(405,341,l), +(205,341,l), +(221,325,l) +); +} +); +}; +guides = ( +{ +pos = (285,413); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(442,-10,o), +(546,63,o), +(565,184,c), +(375,184,l), +(363,148,o), +(339,132,o), +(292,132,cs), +(224,132,o), +(184,177,o), +(201,257,c), +(111,227,l), +(569,227,l), +(589,415,o), +(493,554,o), +(288,554,cs), +(115,554,o), +(4,445,o), +(4,267,cs), +(4,101,o), +(107,-10,o), +(292,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,376,o), +(232,413,o), +(285,413,cs), +(338,413,o), +(374,376,o), +(370,326,c), +(387,339,l), +(181,339,l), +(197,325,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; +}; +width = 574; +}, +{ +anchors = ( +{ +name = bottom; +pos = (325,0); +}, +{ +name = ogonek; +pos = (406,0); +}, +{ +name = top; +pos = (315,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(475,-8,o), +(578,58,o), +(599,162,c), +(562,162,l), +(540,79,o), +(451,26,o), +(325,26,cs), +(164,26,o), +(68,116,o), +(69,269,c), +(52,256,l), +(607,256,l), +(607,424,o), +(506,527,o), +(322,527,cs), +(139,527,o), +(32,418,o), +(32,258,cs), +(32,97,o), +(144,-8,o), +(325,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(80,408,o), +(168,493,o), +(322,493,cs), +(471,493,o), +(560,418,o), +(568,283,c), +(574,289,l), +(66,289,l), +(71,284,l) +); +} +); +width = 629; +}, +{ +anchors = ( +{ +name = bottom; +pos = (328,0); +}, +{ +name = ogonek; +pos = (420,0); +}, +{ +name = top; +pos = (320,521); +} +); +associatedMasterId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +attr = { +coordinates = ( +125, +300, +100, +0 +); +}; +layerId = "0BBE38DF-8BF3-4CF2-BFFD-28D5908FA05F"; +name = "{125, 300, 0}"; +shapes = ( +{ +closed = 1; +nodes = ( +(483,-8,o), +(590,57,o), +(612,165,c), +(548,165,l), +(528,90,o), +(446,42,o), +(330,42,cs), +(177,42,o), +(87,127,o), +(96,274,c), +(66,251,l), +(619,251,l), +(622,423,o), +(518,529,o), +(327,529,cs), +(140,529,o), +(29,422,o), +(29,259,cs), +(29,98,o), +(143,-8,o), +(329,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(101,402,o), +(183,479,o), +(326,479,cs), +(465,479,o), +(548,411,o), +(555,289,c), +(559,308,l), +(90,308,l), +(93,290,l) +); +} +); +width = 640; +}, +{ +anchors = ( +{ +name = bottom; +pos = (347,0); +}, +{ +name = ogonek; +pos = (502,0); +}, +{ +name = top; +pos = (347,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-366,-10,o), +(-236,66,o), +(-215,179,c), +(-423,179,l), +(-434,153,o), +(-477,135,o), +(-529,135,cs), +(-605,135,o), +(-650,168,o), +(-651,223,c), +(-211,223,l), +(-189,435,o), +(-323,554,o), +(-537,554,cs), +(-736,554,o), +(-872,451,o), +(-872,268,cs), +(-872,101,o), +(-751,-10,o), +(-539,-10,cs) +); }, { -horizontal = 1; -options = 0; -origin = ( -0, -16 +closed = 1; +nodes = ( +(-648,382,o), +(-604,408,o), +(-538,408,cs), +(-464,408,o), +(-432,375,o), +(-428,329,c), +(-419,338,l), +(-664,338,l), +(-657,328,l) ); -stem = -2; -target = ( -1, -2 +}, +{ +closed = 1; +nodes = ( +(539,-10,o), +(668,69,o), +(688,180,c), +(470,180,l), +(459,158,o), +(418,142,o), +(371,142,cs), +(305,142,o), +(258,168,o), +(257,219,c), +(692,219,l), +(715,419,o), +(598,553,o), +(362,553,cs), +(159,553,o), +(24,450,o), +(24,268,cs), +(24,102,o), +(146,-10,o), +(358,-10,cs) ); -type = Stem; }, { -horizontal = 0; -options = 0; -origin = ( -0, -19 +closed = 1; +nodes = ( +(254,374,o), +(296,409,o), +(362,409,cs), +(424,409,o), +(469,382,o), +(471,325,c), +(479,334,l), +(244,334,l), +(250,324,l) ); -stem = -2; -target = ( -0, -9 +} ); -type = Stem; -}, +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( { -horizontal = 0; -options = 0; -origin = ( -1, -5 +closed = 1; +nodes = ( +(528,-10,o), +(664,58,o), +(690,180,c), +(460,180,l), +(448,157,o), +(408,142,o), +(361,142,cs), +(288,142,o), +(241,171,o), +(248,232,c), +(148,219,l), +(694,219,l), +(713,419,o), +(591,553,o), +(355,553,cs), +(149,553,o), +(14,450,o), +(14,268,cs), +(14,102,o), +(136,-10,o), +(351,-10,cs) ); -stem = -2; -target = ( -0, -2 +}, +{ +closed = 1; +nodes = ( +(243,378,o), +(283,409,o), +(352,409,cs), +(424,409,o), +(459,379,o), +(461,325,c), +(469,334,l), +(234,334,l), +(240,324,l) ); -type = Stem; } ); -}; -width = 526; +width = 706; }, { anchors = ( { name = bottom; -pos = (320,0); +pos = (99,0); }, { name = ogonek; -pos = (405,0); +pos = (144,0); }, { name = top; -pos = (326,521); +pos = (192,516); } ); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -300, -0 -); -}; -layerId = "F16FE37B-BC21-4F2F-A8AE-055402EB8A37"; -name = "{125, 300, 0}"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(467,-8,o), -(577,57,o), -(596,156,c), -(534,156,l), -(515,87,o), -(433,42,o), -(330,42,cs), -(193,42,o), -(105,119,o), -(102,251,c), -(602,251,l), -(612,424,o), -(504,529,o), -(326,529,cs), -(149,529,o), -(38,422,o), -(38,259,cs), -(38,96,o), -(153,-8,o), -(329,-8,cs) +(155,-10,o), +(210,28,o), +(242,162,c), +(211,162,l), +(190,75,o), +(159,18,o), +(103,18,cs), +(17,18,o), +(23,131,o), +(54,273,c), +(38,260,l), +(260,260,l), +(288,405,o), +(292,525,o), +(192,525,cs), +(101,525,o), +(56,426,o), +(23,266,cs), +(-11,102,o), +(-7,-10,o), +(100,-10,cs) ); }, { closed = 1; nodes = ( -(111,403,o), -(193,479,o), -(326,479,cs), -(453,479,o), -(538,411,o), -(537,290,c), -(544,300,l), -(97,300,l), -(102,290,l) +(93,451,o), +(138,497,o), +(188,497,cs), +(262,497,o), +(253,394,o), +(234,282,c), +(239,288,l), +(46,288,l), +(54,281,l) ); } ); -width = 639; +width = 278; }, { anchors = ( @@ -1456,15 +2683,16 @@ name = top; pos = (219,520); } ); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +associatedMasterId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; attr = { coordinates = ( 75, 300, +1, 1 ); }; -layerId = "FEFA1071-6A1D-4CDB-9E23-A4EFCF99FA72"; +layerId = "D24F0225-141B-4FDF-91DE-9C05EB2643BB"; name = "{75, 300, -12}"; shapes = ( { @@ -1478,8 +2706,9 @@ nodes = ( (179,33,o), (131,33,cs), (55,33,o), -(58,131,o), -(84,256,c), +(58,132,o), +(84,258,c), +(82,256,l), (297,256,l), (328,408,o), (327,529,o), @@ -1513,6 +2742,126 @@ width = 334; anchors = ( { name = bottom; +pos = (184,0); +}, +{ +name = ogonek; +pos = (279,0); +}, +{ +name = top; +pos = (273,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,-10,o), +(363,38,o), +(401,186,c), +(235,186,l), +(221,135,o), +(208,119,o), +(188,119,cs), +(154,119,o), +(163,181,o), +(183,267,c), +(96,235,l), +(411,235,l), +(456,425,o), +(431,551,o), +(254,551,cs), +(122,551,o), +(49,466,o), +(11,288,cs), +(-29,98,o), +(19,-10,o), +(182,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(211,399,o), +(228,421,o), +(248,421,cs), +(276,421,o), +(274,377,o), +(263,326,c), +(272,334,l), +(187,334,l), +(194,323,l) +); +} +); +width = 425; +}, +{ +anchors = ( +{ +name = bottom; +pos = (234,0); +}, +{ +name = ogonek; +pos = (314,0); +}, +{ +name = top; +pos = (306,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(351,-10,o), +(449,55,o), +(478,153,c), +(441,153,l), +(413,76,o), +(339,24,o), +(240,24,cs), +(120,24,o), +(50,121,o), +(73,272,c), +(55,258,l), +(505,258,l), +(527,416,o), +(457,527,o), +(307,527,cs), +(152,527,o), +(43,402,o), +(33,236,cs), +(24,90,o), +(104,-10,o), +(237,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(103,423,o), +(196,494,o), +(301,494,cs), +(415,494,o), +(490,413,o), +(472,276,c), +(490,291,l), +(60,291,l), +(74,277,l) +); +} +); +width = 534; +}, +{ +anchors = ( +{ +name = bottom; pos = (227,0); }, { @@ -1524,15 +2873,16 @@ name = top; pos = (304,521); } ); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; +associatedMasterId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; attr = { coordinates = ( 100, 300, +1, 1 ); }; -layerId = "49C18554-D334-4A69-A56C-8130EBE4B5B5"; +layerId = "46E7CC52-6C69-4B26-86CB-EE7775F2F5EB"; name = "{100, 300, -12}"; shapes = ( { @@ -1545,9 +2895,10 @@ nodes = ( (378,85,o), (316,39,o), (235,39,cs), -(131,39,o), -(81,126,o), -(99,254,c), +(130,39,o), +(80,127,o), +(99,256,c), +(97,254,l), (475,254,l), (508,416,o), (448,530,o), @@ -1575,75 +2926,414 @@ nodes = ( ); } ); -width = 522; +width = 520; }, { anchors = ( { name = bottom; -pos = (297,0); +pos = (271,0); }, { name = ogonek; -pos = (372,0); +pos = (378,0); }, { name = top; -pos = (359,521); +pos = (315,544); } ); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1125,-10,o), +(1235,65,o), +(1259,177,c), +(1080,177,l), +(1068,150,o), +(1039,132,o), +(996,132,cs), +(943,132,o), +(918,164,o), +(922,227,c), +(1271,227,l), +(1277,247,o), +(1282,284,o), +(1282,320,cs), +(1282,462,o), +(1184,554,o), +(1038,554,cs), +(851,554,o), +(737,422,o), +(737,235,cs), +(737,82,o), +(835,-10,o), +(985,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(943,382,o), +(976,416,o), +(1030,416,cs), +(1076,416,o), +(1105,385,o), +(1101,337,c), +(1106,341,l), +(929,341,l), +(936,336,l) +); +}, +{ +closed = 1; +nodes = ( +(454,-10,o), +(556,90,o), +(582,244,cs), +(614,435,o), +(510,554,o), +(339,554,cs), +(170,554,o), +(65,453,o), +(40,302,cs), +(8,110,o), +(111,-10,o), +(283,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(249,141,o), +(222,172,o), +(226,237,cs), +(232,337,o), +(264,404,o), +(329,404,cs), +(373,404,o), +(400,373,o), +(396,308,cs), +(390,208,o), +(358,141,o), +(293,141,cs) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(407,-10,o), +(515,63,o), +(540,173,c), +(357,173,l), +(347,147,o), +(319,132,o), +(278,132,cs), +(217,132,o), +(181,170,o), +(195,250,c), +(106,227,l), +(550,227,l), +(592,411,o), +(499,554,o), +(312,554,cs), +(128,554,o), +(7,422,o), +(7,239,cs), +(7,89,o), +(102,-10,o), +(269,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(215,381,o), +(247,413,o), +(302,413,cs), +(353,413,o), +(386,381,o), +(379,332,c), +(386,341,l), +(200,341,l), +(208,334,l) +); +} +); +width = 566; +}, +{ +anchors = ( +{ +name = bottom; +pos = (290,0); +}, +{ +name = ogonek; +pos = (374,0); +}, +{ +name = top; +pos = (353,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(423,-9,o), +(538,57,o), +(570,152,c), +(533,152,l), +(500,75,o), +(408,25,o), +(295,25,cs), +(138,25,o), +(48,123,o), +(71,269,c), +(52,256,l), +(595,256,l), +(620,419,o), +(523,527,o), +(351,527,cs), +(169,527,o), +(35,399,o), +(29,226,cs), +(24,84,o), +(135,-9,o), +(289,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(99,409,o), +(206,493,o), +(347,493,cs), +(491,493,o), +(574,409,o), +(561,279,c), +(572,289,l), +(63,289,l), +(74,280,l) +); +} +); +width = 623; +}, +{ +anchors = ( +{ +name = bottom; +pos = (289,0); +}, +{ +name = ogonek; +pos = (364,0); +}, +{ +name = top; +pos = (351,521); +} +); +associatedMasterId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; attr = { coordinates = ( 125, 300, +1, 1 ); }; -layerId = "73120F91-FC08-4AC5-9184-6836D9F43DC2"; +layerId = "60F82717-A6F8-4E64-B0D4-0A6CAF7F857B"; name = "{125, 300, -12}"; shapes = ( { closed = 1; nodes = ( -(434,-10,o), -(547,58,o), -(578,156,c), -(515,156,l), -(486,88,o), -(405,42,o), -(302,42,cs), -(168,43,o), -(88,126,o), -(102,251,c), -(595,251,l), -(631,419,o), -(532,531,o), -(355,531,cs), -(174,531,o), -(43,404,o), -(37,230,cs), -(32,85,o), -(141,-9,o), -(295,-9,cs) +(426,-10,o), +(539,58,o), +(570,156,c), +(507,156,l), +(478,88,o), +(397,42,o), +(294,42,cs), +(159,43,o), +(79,127,o), +(94,253,c), +(92,251,l), +(587,251,l), +(623,419,o), +(524,531,o), +(347,531,cs), +(166,531,o), +(35,404,o), +(29,230,cs), +(24,85,o), +(133,-9,o), +(287,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(123,404,o), +(217,480,o), +(343,480,cs), +(474,480,o), +(549,405,o), +(530,286,c), +(540,301,l), +(90,301,l), +(100,287,l) +); +} +); +width = 622; +}, +{ +anchors = ( +{ +name = bottom; +pos = (321,0); +}, +{ +name = ogonek; +pos = (468,0); +}, +{ +name = top; +pos = (384,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1431,-9,o), +(1548,65,o), +(1577,180,c), +(1362,180,l), +(1346,157,o), +(1308,140,o), +(1256,140,cs), +(1192,140,o), +(1146,172,o), +(1151,222,c), +(1577,222,l), +(1621,426,o), +(1501,554,o), +(1289,554,cs), +(1069,554,o), +(935,425,o), +(935,240,cs), +(935,82,o), +(1060,-9,o), +(1245,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(1177,380,o), +(1218,405,o), +(1280,405,cs), +(1339,405,o), +(1383,378,o), +(1382,329,c), +(1392,340,l), +(1153,340,l), +(1164,331,l) +); +}, +{ +closed = 1; +nodes = ( +(552,-9,o), +(691,108,o), +(691,289,cs), +(691,448,o), +(578,554,o), +(373,554,cs), +(164,554,o), +(25,437,o), +(25,256,cs), +(25,97,o), +(138,-9,o), +(343,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(284,157,o), +(243,194,o), +(243,259,cs), +(246,337,o), +(293,388,o), +(369,388,cs), +(432,388,o), +(473,351,o), +(473,286,cs), +(470,208,o), +(423,157,o), +(347,157,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,-9,o), +(625,63,o), +(656,180,c), +(434,180,l), +(418,158,o), +(380,140,o), +(326,140,cs), +(251,140,o), +(205,183,o), +(229,244,c), +(124,219,l), +(666,219,l), +(706,424,o), +(592,554,o), +(378,554,cs), +(169,554,o), +(10,427,o), +(10,234,cs), +(10,84,o), +(121,-9,o), +(321,-9,cs) ); }, { closed = 1; nodes = ( -(131,404,o), -(225,480,o), -(351,480,cs), -(482,480,o), -(557,405,o), -(538,286,c), -(548,301,l), -(98,301,l), -(108,287,l) +(250,377,o), +(298,409,o), +(362,409,cs), +(428,409,o), +(459,375,o), +(460,329,c), +(470,334,l), +(231,334,l), +(241,327,l) ); } ); -width = 638; +width = 682; } ); unicode = 101; diff --git a/sources/MonaSans.glyphspackage/glyphs/eacute.glyph b/sources/MonaSans.glyphspackage/glyphs/eacute.glyph index a692612b..cbb5ddc1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = eacute; -kernLeft = e; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (110,-137); ref = acutecomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (232,-155); +pos = (249,-155); ref = acutecomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (186,-134); +pos = (226,-129); ref = acutecomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (249,-155); +pos = (233,-155); ref = acutecomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (226,-129); +pos = (185,-134); ref = acutecomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (85,-137); ref = acutecomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (203,-155); +pos = (207,-155); ref = acutecomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (175,-129); +pos = (185,-129); +ref = acutecomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (109,-156); +ref = acutecomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (113,-137); +ref = acutecomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (232,-155); +ref = acutecomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (186,-134); +ref = acutecomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (249,-155); +ref = acutecomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (226,-129); +ref = acutecomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (74,-156); +ref = acutecomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (89,-137); +ref = acutecomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (188,-155); +ref = acutecomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (149,-134); +ref = acutecomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (220,-155); +ref = acutecomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (199,-129); ref = acutecomb; } ); -width = 690; +width = 682; } ); unicode = 233; diff --git a/sources/MonaSans.glyphspackage/glyphs/ebreve.glyph b/sources/MonaSans.glyphspackage/glyphs/ebreve.glyph index ffa287e5..f377058e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ebreve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ebreve.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ebreve; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (27,-137); ref = brevecomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (119,-161); +pos = (133,-155); ref = brevecomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (79,-134); +pos = (104,-129); ref = brevecomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (133,-155); +pos = (122,-161); ref = brevecomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (104,-129); +pos = (84,-134); ref = brevecomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (0,-137); ref = brevecomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (81,-155); +pos = (85,-155); ref = brevecomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (53,-134); +pos = (63,-134); +ref = brevecomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (41,-156); +ref = brevecomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (30,-137); +ref = brevecomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (119,-161); +ref = brevecomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (79,-134); +ref = brevecomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (133,-155); +ref = brevecomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (104,-129); +ref = brevecomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (1,-156); +ref = brevecomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,-137); +ref = brevecomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (74,-155); +ref = brevecomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (32,-134); +ref = brevecomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (98,-155); +ref = brevecomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (77,-134); ref = brevecomb; } ); -width = 690; +width = 682; } ); unicode = 277; diff --git a/sources/MonaSans.glyphspackage/glyphs/ecaron.glyph b/sources/MonaSans.glyphspackage/glyphs/ecaron.glyph index ae864f9a..2570b815 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ecaron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ecaron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ecaron; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (5,-137); ref = caroncomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (123,-155); +pos = (128,-155); ref = caroncomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (51,-134); +pos = (52,-129); ref = caroncomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (128,-155); +pos = (126,-155); ref = caroncomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (52,-129); +pos = (56,-134); ref = caroncomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-16,-137); ref = caroncomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (80,-155); +pos = (84,-155); ref = caroncomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (1,-129); +pos = (11,-129); +ref = caroncomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (36,-156); +ref = caroncomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (8,-137); +ref = caroncomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (123,-155); +ref = caroncomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (51,-134); +ref = caroncomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (128,-155); +ref = caroncomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (52,-129); +ref = caroncomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (1,-156); +ref = caroncomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-12,-137); +ref = caroncomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (79,-155); +ref = caroncomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (10,-134); +ref = caroncomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (97,-155); +ref = caroncomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (25,-129); ref = caroncomb; } ); -width = 690; +width = 682; } ); unicode = 283; diff --git a/sources/MonaSans.glyphspackage/glyphs/ecircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/ecircumflex.glyph index 09458906..1e7c549a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ecircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ecircumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ecircumflex; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (5,-137); ref = circumflexcomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (123,-155); +pos = (128,-155); ref = circumflexcomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (51,-134); +pos = (52,-129); ref = circumflexcomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (128,-155); +pos = (126,-155); ref = circumflexcomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (52,-129); +pos = (56,-134); ref = circumflexcomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-22,-137); ref = circumflexcomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (80,-155); +pos = (84,-155); ref = circumflexcomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (-1,-129); +pos = (9,-129); +ref = circumflexcomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (36,-156); +ref = circumflexcomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (8,-137); +ref = circumflexcomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (123,-155); +ref = circumflexcomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (51,-134); +ref = circumflexcomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (128,-155); +ref = circumflexcomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (52,-129); +ref = circumflexcomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (0,-156); +ref = circumflexcomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-18,-137); +ref = circumflexcomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (78,-155); +ref = circumflexcomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (15,-134); +ref = circumflexcomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (97,-155); +ref = circumflexcomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (23,-129); ref = circumflexcomb; } ); -width = 690; +width = 682; } ); unicode = 234; diff --git a/sources/MonaSans.glyphspackage/glyphs/ecircumflexacute.glyph b/sources/MonaSans.glyphspackage/glyphs/ecircumflexacute.glyph index 0dce7bc1..20082cfa 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ecircumflexacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ecircumflexacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ecircumflexacute; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (16,-137); ref = circumflexcomb_acutecomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (123,-155); +pos = (128,-155); ref = circumflexcomb_acutecomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (51,-134); +pos = (76,-129); ref = circumflexcomb_acutecomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (128,-155); +pos = (126,-155); ref = circumflexcomb_acutecomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (76,-129); +pos = (55,-134); ref = circumflexcomb_acutecomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-10,-137); ref = circumflexcomb_acutecomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (80,-155); +pos = (84,-155); ref = circumflexcomb_acutecomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (22,-129); +pos = (32,-129); +ref = circumflexcomb_acutecomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (36,-156); +ref = circumflexcomb_acutecomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (19,-137); +ref = circumflexcomb_acutecomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (123,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (51,-134); +ref = circumflexcomb_acutecomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (128,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (76,-129); +ref = circumflexcomb_acutecomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (0,-156); +ref = circumflexcomb_acutecomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-6,-137); +ref = circumflexcomb_acutecomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (78,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (17,-134); +ref = circumflexcomb_acutecomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (97,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (46,-129); ref = circumflexcomb_acutecomb; } ); -width = 690; +width = 682; } ); unicode = 7871; diff --git a/sources/MonaSans.glyphspackage/glyphs/ecircumflexdotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/ecircumflexdotbelow.glyph index 8a01b805..d4c3c704 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ecircumflexdotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ecircumflexdotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ecircumflexdotbelow; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,75 +36,75 @@ pos = (5,-137); ref = circumflexcomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (218,0); +pos = (245,0); ref = dotbelowcomb; }, { -pos = (123,-155); +pos = (128,-155); ref = circumflexcomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (180,0); +pos = (190,0); ref = dotbelowcomb; }, { -pos = (51,-134); +pos = (52,-129); ref = circumflexcomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (245,0); +pos = (219,0); ref = dotbelowcomb; }, { -pos = (128,-155); +pos = (126,-155); ref = circumflexcomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (190,0); +pos = (181,0); ref = dotbelowcomb; }, { -pos = (52,-129); +pos = (56,-134); ref = circumflexcomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -138,7 +138,7 @@ pos = (-22,-137); ref = circumflexcomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -181,15 +181,15 @@ shapes = ( ref = e; }, { -pos = (267,0); +pos = (273,0); ref = dotbelowcomb; }, { -pos = (80,-155); +pos = (84,-155); ref = circumflexcomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -198,15 +198,234 @@ shapes = ( ref = e; }, { -pos = (236,0); +pos = (227,0); +ref = dotbelowcomb; +}, +{ +pos = (9,-129); +ref = circumflexcomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (105,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (36,-156); +ref = circumflexcomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (111,0); +ref = dotbelowcomb; +}, +{ +pos = (8,-137); +ref = circumflexcomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (218,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (123,-155); +ref = circumflexcomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (180,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (51,-134); +ref = circumflexcomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (245,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (128,-155); +ref = circumflexcomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (190,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (52,-129); +ref = circumflexcomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (112,0); +ref = dotbelowcomb; +}, +{ +pos = (0,-156); +ref = circumflexcomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (130,0); +ref = dotbelowcomb; +}, +{ +pos = (-18,-137); +ref = circumflexcomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (240,0); +ref = dotbelowcomb; +}, +{ +pos = (78,-155); +ref = circumflexcomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (229,0); +ref = dotbelowcomb; +}, +{ +pos = (15,-134); +ref = circumflexcomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (283,0); +ref = dotbelowcomb; +}, +{ +pos = (97,-155); +ref = circumflexcomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (239,0); ref = dotbelowcomb; }, { -pos = (-1,-129); +pos = (23,-129); ref = circumflexcomb; } ); -width = 690; +width = 682; } ); unicode = 7879; diff --git a/sources/MonaSans.glyphspackage/glyphs/ecircumflexdotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/ecircumflexdotbelow.ss01.glyph index 14e05cd2..a267f0db 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ecircumflexdotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ecircumflexdotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ecircumflexdotbelow.ss01; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,75 +36,75 @@ pos = (5,-137); ref = circumflexcomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (231,0); +pos = (258,0); ref = dotbelowcomb.ss01; }, { -pos = (123,-155); +pos = (128,-155); ref = circumflexcomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (169,0); +pos = (202,0); ref = dotbelowcomb.ss01; }, { -pos = (51,-134); +pos = (52,-129); ref = circumflexcomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (258,0); +pos = (232,0); ref = dotbelowcomb.ss01; }, { -pos = (128,-155); +pos = (126,-155); ref = circumflexcomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (202,0); +pos = (168,0); ref = dotbelowcomb.ss01; }, { -pos = (52,-129); +pos = (56,-134); ref = circumflexcomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -138,7 +138,7 @@ pos = (-22,-137); ref = circumflexcomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -181,15 +181,15 @@ shapes = ( ref = e; }, { -pos = (278,0); +pos = (284,0); ref = dotbelowcomb.ss01; }, { -pos = (80,-155); +pos = (84,-155); ref = circumflexcomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -198,15 +198,234 @@ shapes = ( ref = e; }, { -pos = (250,0); +pos = (241,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (9,-129); +ref = circumflexcomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (113,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (36,-156); +ref = circumflexcomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (100,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (8,-137); +ref = circumflexcomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (231,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (123,-155); +ref = circumflexcomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (169,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (51,-134); +ref = circumflexcomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (258,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (128,-155); +ref = circumflexcomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (202,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (52,-129); +ref = circumflexcomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (120,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (0,-156); +ref = circumflexcomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (121,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (-18,-137); +ref = circumflexcomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (253,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (78,-155); +ref = circumflexcomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (220,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (15,-134); +ref = circumflexcomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (294,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (97,-155); +ref = circumflexcomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (253,0); ref = dotbelowcomb.ss01; }, { -pos = (-1,-129); +pos = (23,-129); ref = circumflexcomb; } ); -width = 690; +width = 682; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/ecircumflexgrave.glyph b/sources/MonaSans.glyphspackage/glyphs/ecircumflexgrave.glyph index badd5480..901a103b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ecircumflexgrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ecircumflexgrave.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = ecircumflexgrave; -kernLeft = egrave; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (16,-137); ref = circumflexcomb_gravecomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (123,-155); +pos = (128,-155); ref = circumflexcomb_gravecomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (51,-134); +pos = (76,-129); ref = circumflexcomb_gravecomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (128,-155); +pos = (126,-155); ref = circumflexcomb_gravecomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (76,-129); +pos = (55,-134); ref = circumflexcomb_gravecomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-10,-137); ref = circumflexcomb_gravecomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -140,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (80,-155); +pos = (84,-155); ref = circumflexcomb_gravecomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -153,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (22,-129); +pos = (32,-129); +ref = circumflexcomb_gravecomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (36,-156); +ref = circumflexcomb_gravecomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (19,-137); +ref = circumflexcomb_gravecomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (123,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (51,-134); +ref = circumflexcomb_gravecomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (128,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (76,-129); +ref = circumflexcomb_gravecomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (0,-156); +ref = circumflexcomb_gravecomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-6,-137); +ref = circumflexcomb_gravecomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (78,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (17,-134); +ref = circumflexcomb_gravecomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (97,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (46,-129); ref = circumflexcomb_gravecomb; } ); -width = 690; +width = 682; } ); unicode = 7873; diff --git a/sources/MonaSans.glyphspackage/glyphs/ecircumflexhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/ecircumflexhookabove.glyph index 1e70e038..18801009 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ecircumflexhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ecircumflexhookabove.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ecircumflexhookabove; -kernLeft = egrave; +kernLeft = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (16,-137); ref = circumflexcomb_hookabovecomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (123,-155); +pos = (128,-155); ref = circumflexcomb_hookabovecomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (51,-134); +pos = (76,-129); ref = circumflexcomb_hookabovecomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (128,-155); +pos = (126,-155); ref = circumflexcomb_hookabovecomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (76,-129); +pos = (55,-134); ref = circumflexcomb_hookabovecomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-10,-137); ref = circumflexcomb_hookabovecomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -140,11 +140,11 @@ shapes = ( ref = e; }, { -pos = (80,-155); +pos = (84,-155); ref = circumflexcomb_hookabovecomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -153,11 +153,177 @@ shapes = ( ref = e; }, { -pos = (22,-129); +pos = (32,-129); +ref = circumflexcomb_hookabovecomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (36,-156); +ref = circumflexcomb_hookabovecomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (19,-137); +ref = circumflexcomb_hookabovecomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (123,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (51,-134); +ref = circumflexcomb_hookabovecomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (128,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (76,-129); +ref = circumflexcomb_hookabovecomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (0,-156); +ref = circumflexcomb_hookabovecomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-6,-137); +ref = circumflexcomb_hookabovecomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (78,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (17,-134); +ref = circumflexcomb_hookabovecomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (97,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (46,-129); ref = circumflexcomb_hookabovecomb; } ); -width = 690; +width = 682; } ); unicode = 7875; diff --git a/sources/MonaSans.glyphspackage/glyphs/ecircumflextilde.glyph b/sources/MonaSans.glyphspackage/glyphs/ecircumflextilde.glyph index a688d5e6..69f650fb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ecircumflextilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ecircumflextilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ecircumflextilde; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (16,-137); ref = circumflexcomb_tildecomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (123,-155); +pos = (128,-155); ref = circumflexcomb_tildecomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (51,-134); +pos = (76,-129); ref = circumflexcomb_tildecomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (128,-155); +pos = (126,-155); ref = circumflexcomb_tildecomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (76,-129); +pos = (56,-134); ref = circumflexcomb_tildecomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-11,-137); ref = circumflexcomb_tildecomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (80,-155); +pos = (84,-155); ref = circumflexcomb_tildecomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (30,-129); +pos = (40,-129); +ref = circumflexcomb_tildecomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (36,-156); +ref = circumflexcomb_tildecomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (19,-137); +ref = circumflexcomb_tildecomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (123,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (51,-134); +ref = circumflexcomb_tildecomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (128,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (76,-129); +ref = circumflexcomb_tildecomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (0,-156); +ref = circumflexcomb_tildecomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-7,-137); +ref = circumflexcomb_tildecomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (71,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (17,-134); +ref = circumflexcomb_tildecomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (97,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (54,-129); ref = circumflexcomb_tildecomb; } ); -width = 690; +width = 682; } ); unicode = 7877; diff --git a/sources/MonaSans.glyphspackage/glyphs/edieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/edieresis.glyph index 6fbb0aa6..891b6a1f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/edieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/edieresis.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = edieresis; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,49 +28,49 @@ pos = (-3,-137); ref = dieresiscomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (125,-155); +pos = (130,-155); ref = dieresiscomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (55,-134); +pos = (60,-134); ref = dieresiscomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (130,-155); +pos = (128,-155); ref = dieresiscomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; @@ -80,7 +80,7 @@ pos = (60,-134); ref = dieresiscomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-37,-137); ref = dieresiscomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (84,-155); +pos = (88,-155); ref = dieresiscomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (6,-134); +pos = (16,-134); +ref = dieresiscomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (47,-156); +ref = dieresiscomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (0,-137); +ref = dieresiscomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (125,-155); +ref = dieresiscomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (55,-134); +ref = dieresiscomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (130,-155); +ref = dieresiscomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (60,-134); +ref = dieresiscomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (6,-156); +ref = dieresiscomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-33,-137); +ref = dieresiscomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (83,-155); +ref = dieresiscomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (15,-134); +ref = dieresiscomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (101,-155); +ref = dieresiscomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (30,-134); ref = dieresiscomb; } ); -width = 690; +width = 682; } ); unicode = 235; diff --git a/sources/MonaSans.glyphspackage/glyphs/edieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/edieresis.ss01.glyph index f20a22d5..3604cf6b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/edieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/edieresis.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = edieresis.ss01; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-2,-137); ref = dieresiscomb.ss01; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (152,-155); +pos = (163,-155); ref = dieresiscomb.ss01; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (67,-134); +pos = (82,-134); ref = dieresiscomb.ss01; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (163,-155); +pos = (153,-155); ref = dieresiscomb.ss01; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (82,-134); +pos = (72,-134); ref = dieresiscomb.ss01; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-29,-137); ref = dieresiscomb.ss01; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (121,-155); +pos = (125,-155); ref = dieresiscomb.ss01; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (35,-134); +pos = (45,-134); +ref = dieresiscomb.ss01; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (58,-156); +ref = dieresiscomb.ss01; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (1,-137); +ref = dieresiscomb.ss01; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (152,-155); +ref = dieresiscomb.ss01; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (67,-134); +ref = dieresiscomb.ss01; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (163,-155); +ref = dieresiscomb.ss01; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (82,-134); +ref = dieresiscomb.ss01; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (19,-156); +ref = dieresiscomb.ss01; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-25,-137); +ref = dieresiscomb.ss01; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (105,-155); +ref = dieresiscomb.ss01; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (31,-134); +ref = dieresiscomb.ss01; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (138,-155); +ref = dieresiscomb.ss01; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (59,-134); ref = dieresiscomb.ss01; } ); -width = 690; +width = 682; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/edotaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/edotaccent.glyph index a9b67b11..9de5c5ca 100644 --- a/sources/MonaSans.glyphspackage/glyphs/edotaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/edotaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = edotaccent; -kernLeft = e; -kernRight = e; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (88,-137); ref = dotaccentcomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (215,-155); +pos = (235,-155); ref = dotaccentcomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (161,-134); +pos = (185,-129); ref = dotaccentcomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (235,-155); +pos = (216,-133); ref = dotaccentcomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (185,-129); +pos = (162,-120); ref = dotaccentcomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (62,-137); ref = dotaccentcomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (189,-155); +pos = (193,-155); ref = dotaccentcomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (131,-129); +pos = (141,-129); +ref = dotaccentcomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (102,-156); +ref = dotaccentcomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (91,-137); +ref = dotaccentcomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (215,-155); +ref = dotaccentcomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (161,-134); +ref = dotaccentcomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (235,-155); +ref = dotaccentcomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (185,-129); +ref = dotaccentcomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (61,-156); +ref = dotaccentcomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (66,-137); +ref = dotaccentcomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (173,-155); +ref = dotaccentcomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (119,-134); +ref = dotaccentcomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (206,-155); +ref = dotaccentcomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (155,-129); ref = dotaccentcomb; } ); -width = 690; +width = 682; } ); unicode = 279; diff --git a/sources/MonaSans.glyphspackage/glyphs/edotaccent.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/edotaccent.ss01.glyph index b9566f3b..2ea94f2c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/edotaccent.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/edotaccent.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = edotaccent.ss01; -kernLeft = e; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (93,-137); ref = dotaccentcomb.ss01; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (228,-155); +pos = (248,-155); ref = dotaccentcomb.ss01; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (162,-134); +pos = (192,-129); ref = dotaccentcomb.ss01; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (248,-155); +pos = (229,-155); ref = dotaccentcomb.ss01; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (192,-129); +pos = (161,-134); ref = dotaccentcomb.ss01; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (68,-137); ref = dotaccentcomb.ss01; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (202,-155); +pos = (206,-155); ref = dotaccentcomb.ss01; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (140,-134); +pos = (150,-134); +ref = dotaccentcomb.ss01; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (110,-156); +ref = dotaccentcomb.ss01; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (96,-137); +ref = dotaccentcomb.ss01; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (228,-155); +ref = dotaccentcomb.ss01; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (162,-134); +ref = dotaccentcomb.ss01; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (248,-155); +ref = dotaccentcomb.ss01; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (192,-129); +ref = dotaccentcomb.ss01; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (75,-156); +ref = dotaccentcomb.ss01; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (72,-137); +ref = dotaccentcomb.ss01; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (186,-155); +ref = dotaccentcomb.ss01; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (124,-134); +ref = dotaccentcomb.ss01; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (219,-155); +ref = dotaccentcomb.ss01; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (164,-134); ref = dotaccentcomb.ss01; } ); -width = 690; +width = 682; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/edotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/edotbelow.glyph index d90a9b48..bffb56b9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/edotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/edotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = edotbelow; -kernLeft = e; -kernRight = e; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (108,0); ref = dotbelowcomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (218,0); +pos = (245,0); ref = dotbelowcomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (180,0); +pos = (190,0); ref = dotbelowcomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (245,0); +pos = (219,0); ref = dotbelowcomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (190,0); +pos = (181,0); ref = dotbelowcomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (126,0); ref = dotbelowcomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (267,0); +pos = (273,0); ref = dotbelowcomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (236,0); +pos = (227,0); +ref = dotbelowcomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (105,0); +ref = dotbelowcomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (111,0); +ref = dotbelowcomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (218,0); +ref = dotbelowcomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (180,0); +ref = dotbelowcomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (245,0); +ref = dotbelowcomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (190,0); +ref = dotbelowcomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (112,0); +ref = dotbelowcomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (130,0); +ref = dotbelowcomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (240,0); +ref = dotbelowcomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (229,0); +ref = dotbelowcomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (283,0); +ref = dotbelowcomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (239,0); ref = dotbelowcomb; } ); -width = 690; +width = 682; } ); unicode = 7865; diff --git a/sources/MonaSans.glyphspackage/glyphs/edotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/edotbelow.ss01.glyph index 4cffb3e9..e04873ec 100644 --- a/sources/MonaSans.glyphspackage/glyphs/edotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/edotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = edotbelow.ss01; -kernLeft = e; -kernRight = e; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (97,0); ref = dotbelowcomb.ss01; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (231,0); +pos = (258,0); ref = dotbelowcomb.ss01; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (169,0); +pos = (202,0); ref = dotbelowcomb.ss01; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (258,0); +pos = (232,0); ref = dotbelowcomb.ss01; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (202,0); +pos = (168,0); ref = dotbelowcomb.ss01; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (117,0); ref = dotbelowcomb.ss01; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (278,0); +pos = (284,0); ref = dotbelowcomb.ss01; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (250,0); +pos = (241,0); +ref = dotbelowcomb.ss01; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (113,0); +ref = dotbelowcomb.ss01; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (100,0); +ref = dotbelowcomb.ss01; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (231,0); +ref = dotbelowcomb.ss01; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (169,0); +ref = dotbelowcomb.ss01; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (258,0); +ref = dotbelowcomb.ss01; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (202,0); +ref = dotbelowcomb.ss01; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (120,0); +ref = dotbelowcomb.ss01; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (121,0); +ref = dotbelowcomb.ss01; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (253,0); +ref = dotbelowcomb.ss01; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (220,0); +ref = dotbelowcomb.ss01; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (294,0); +ref = dotbelowcomb.ss01; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (253,0); ref = dotbelowcomb.ss01; } ); -width = 690; +width = 682; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/egrave.glyph b/sources/MonaSans.glyphspackage/glyphs/egrave.glyph index 750372dd..c3fbbc62 100644 --- a/sources/MonaSans.glyphspackage/glyphs/egrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/egrave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = egrave; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (13,-137); ref = gravecomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (153,-155); +pos = (163,-155); ref = gravecomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (89,-134); +pos = (109,-129); ref = gravecomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (163,-155); +pos = (154,-155); ref = gravecomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (109,-129); +pos = (96,-134); ref = gravecomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-5,-137); ref = gravecomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (116,-155); +pos = (120,-155); ref = gravecomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (58,-129); +pos = (68,-129); +ref = gravecomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (31,-156); +ref = gravecomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (16,-137); +ref = gravecomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (153,-155); +ref = gravecomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (89,-134); +ref = gravecomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (163,-155); +ref = gravecomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (109,-129); +ref = gravecomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-3,-156); +ref = gravecomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-1,-137); +ref = gravecomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (111,-155); +ref = gravecomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (48,-134); +ref = gravecomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (133,-155); +ref = gravecomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (82,-129); ref = gravecomb; } ); -width = 690; +width = 682; } ); unicode = 232; diff --git a/sources/MonaSans.glyphspackage/glyphs/ehookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/ehookabove.glyph index 387e51dd..e9c310de 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ehookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ehookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ehookabove; -kernLeft = e; -kernRight = e; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (83,-138); ref = hookabovecomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (179,-155); +pos = (199,-155); ref = hookabovecomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (135,-134); +pos = (190,-134); ref = hookabovecomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (199,-155); +pos = (180,-155); ref = hookabovecomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (190,-134); +pos = (139,-134); ref = hookabovecomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (49,-139); ref = hookabovecomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (158,-156); +pos = (162,-156); ref = hookabovecomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (123,-137); +pos = (133,-137); +ref = hookabovecomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (84,-156); +ref = hookabovecomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (86,-138); +ref = hookabovecomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (179,-155); +ref = hookabovecomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (135,-134); +ref = hookabovecomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (199,-155); +ref = hookabovecomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (190,-134); +ref = hookabovecomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (26,-157); +ref = hookabovecomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (53,-139); +ref = hookabovecomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (141,-156); +ref = hookabovecomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (89,-135); +ref = hookabovecomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (175,-156); +ref = hookabovecomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (147,-137); ref = hookabovecomb; } ); -width = 690; +width = 682; } ); unicode = 7867; diff --git a/sources/MonaSans.glyphspackage/glyphs/eight.blackC_ircled.glyph b/sources/MonaSans.glyphspackage/glyphs/eight.blackC_ircled.glyph index 8ea829f6..21244633 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eight.blackC_ircled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eight.blackC_ircled.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); background = { @@ -100,87 +100,87 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) ); }, { closed = 1; nodes = ( -(268,143,o), -(220,192,o), -(220,267,cs), -(220,312,o), -(243,354,o), -(285,365,c), -(285,370,l), -(246,385,o), -(226,424,o), -(226,469,cs), -(226,539,o), -(271,586,o), -(352,586,cs), -(433,586,o), -(479,539,o), -(479,469,cs), -(479,420,o), -(457,384,o), -(419,370,c), -(419,365,l), -(460,355,o), -(485,313,o), -(485,267,cs), -(485,193,o), -(437,143,o), -(352,143,cs) +(276,143,o), +(228,192,o), +(228,267,cs), +(228,312,o), +(251,354,o), +(293,365,c), +(293,370,l), +(254,385,o), +(234,424,o), +(234,469,cs), +(234,539,o), +(279,586,o), +(360,586,cs), +(441,586,o), +(487,539,o), +(487,469,cs), +(487,420,o), +(465,384,o), +(427,370,c), +(427,365,l), +(468,355,o), +(493,313,o), +(493,267,cs), +(493,193,o), +(445,143,o), +(360,143,cs) ); }, { closed = 1; nodes = ( -(365,230,o), -(374,243,o), -(374,276,cs), -(374,304,o), -(370,322,o), -(352,322,cs), -(335,322,o), -(330,305,o), -(330,276,cs), -(330,244,o), -(339,230,o), -(352,230,cs) +(373,230,o), +(382,243,o), +(382,276,cs), +(382,304,o), +(378,322,o), +(360,322,cs), +(343,322,o), +(338,305,o), +(338,276,cs), +(338,244,o), +(347,230,o), +(360,230,cs) ); }, { closed = 1; nodes = ( -(365,411,o), -(373,420,o), -(373,457,cs), -(373,479,o), -(369,499,o), -(352,499,cs), -(336,499,o), -(332,480,o), -(332,457,cs), -(332,419,o), -(340,411,o), -(352,411,cs) +(373,411,o), +(381,420,o), +(381,457,cs), +(381,479,o), +(377,499,o), +(360,499,cs), +(344,499,o), +(340,480,o), +(340,457,cs), +(340,419,o), +(348,411,o), +(360,411,cs) ); } ); -width = 706; +width = 722; }, { anchors = ( @@ -259,114 +259,2468 @@ nodes = ( { closed = 1; nodes = ( -(390,386,o), -(414,419,o), -(414,474,cs), -(414,533,o), -(388,561,o), -(349,561,cs), -(304,561,o), -(284,525,o), -(284,474,cs), -(284,417,o), -(310,386,o), -(349,386,cs) +(390,386,o), +(414,419,o), +(414,474,cs), +(414,533,o), +(388,561,o), +(349,561,cs), +(304,561,o), +(284,525,o), +(284,474,cs), +(284,417,o), +(310,386,o), +(349,386,cs) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(282,143,o), +(249,192,o), +(249,265,cs), +(249,322,o), +(275,361,o), +(314,371,c), +(314,374,l), +(274,387,o), +(255,429,o), +(255,475,cs), +(255,545,o), +(293,585,o), +(349,585,cs), +(409,585,o), +(443,541,o), +(443,475,cs), +(443,429,o), +(424,387,o), +(384,374,c), +(384,371,l), +(426,360,o), +(449,318,o), +(449,265,cs), +(449,183,o), +(409,143,o), +(349,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(399,168,o), +(419,208,o), +(419,267,cs), +(419,329,o), +(392,360,o), +(349,360,cs), +(301,360,o), +(279,323,o), +(279,267,cs), +(279,195,o), +(308,168,o), +(349,168,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,385,o), +(414,418,o), +(414,473,cs), +(414,532,o), +(388,560,o), +(349,560,cs), +(304,560,o), +(284,524,o), +(284,473,cs), +(284,416,o), +(310,385,o), +(349,385,cs) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = center; +pos = (442,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(536,173,o), +(584,206,o), +(584,266,cs), +(584,330,o), +(532,356,o), +(442,356,cs), +(353,356,o), +(301,330,o), +(301,266,cs), +(301,206,o), +(348,173,o), +(442,173,cs) +); +}, +{ +closed = 1; +nodes = ( +(330,142,o), +(262,185,o), +(262,262,cs), +(262,325,o), +(311,366,o), +(374,369,c), +(374,372,l), +(314,380,o), +(272,414,o), +(272,473,cs), +(272,552,o), +(347,584,o), +(442,584,cs), +(538,584,o), +(613,551,o), +(613,473,cs), +(613,415,o), +(573,381,o), +(510,372,c), +(510,369,l), +(576,366,o), +(622,324,o), +(622,262,cs), +(622,185,o), +(554,142,o), +(442,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(539,384,o), +(575,419,o), +(575,469,cs), +(575,530,o), +(519,554,o), +(442,554,cs), +(365,554,o), +(309,530,o), +(309,469,cs), +(309,419,o), +(345,384,o), +(442,384,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(330,145,o), +(262,188,o), +(262,265,cs), +(262,328,o), +(311,369,o), +(374,372,c), +(374,375,l), +(314,383,o), +(272,417,o), +(272,476,cs), +(272,555,o), +(347,587,o), +(442,587,cs), +(538,587,o), +(613,554,o), +(613,476,cs), +(613,418,o), +(573,384,o), +(510,375,c), +(510,372,l), +(576,369,o), +(622,327,o), +(622,265,cs), +(622,188,o), +(554,145,o), +(442,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(536,176,o), +(584,209,o), +(584,269,cs), +(584,333,o), +(532,359,o), +(442,359,cs), +(353,359,o), +(301,333,o), +(301,269,cs), +(301,209,o), +(348,176,o), +(442,176,cs) +); +}, +{ +closed = 1; +nodes = ( +(539,387,o), +(575,422,o), +(575,472,cs), +(575,533,o), +(519,557,o), +(442,557,cs), +(365,557,o), +(309,533,o), +(309,472,cs), +(309,422,o), +(345,387,o), +(442,387,cs) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = center; +pos = (436,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(464,251,o), +(487,261,o), +(487,285,cs), +(487,305,o), +(472,320,o), +(431,320,cs), +(391,320,o), +(377,305,o), +(377,285,cs), +(377,261,o), +(400,251,o), +(431,251,cs) +); +}, +{ +closed = 1; +nodes = ( +(289,143,o), +(225,192,o), +(225,269,cs), +(225,318,o), +(257,361,o), +(311,369,c), +(311,373,l), +(264,383,o), +(235,418,o), +(235,465,cs), +(235,553,o), +(321,586,o), +(431,586,cs), +(543,586,o), +(629,553,o), +(629,465,cs), +(629,416,o), +(598,383,o), +(553,373,c), +(553,369,l), +(604,361,o), +(639,320,o), +(639,269,cs), +(639,193,o), +(576,143,o), +(431,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(464,413,o), +(480,425,o), +(480,446,cs), +(480,465,o), +(463,477,o), +(431,477,cs), +(400,477,o), +(384,465,o), +(384,446,cs), +(384,426,o), +(400,413,o), +(431,413,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(293,148,o), +(229,197,o), +(229,274,cs), +(229,323,o), +(261,366,o), +(315,374,c), +(315,378,l), +(268,388,o), +(239,423,o), +(239,470,cs), +(239,558,o), +(325,591,o), +(435,591,cs), +(547,591,o), +(633,558,o), +(633,470,cs), +(633,421,o), +(602,388,o), +(557,378,c), +(557,374,l), +(608,366,o), +(643,325,o), +(643,274,cs), +(643,198,o), +(580,148,o), +(435,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(468,256,o), +(491,266,o), +(491,290,cs), +(491,310,o), +(476,325,o), +(435,325,cs), +(395,325,o), +(381,310,o), +(381,290,cs), +(381,266,o), +(404,256,o), +(435,256,cs) +); +}, +{ +closed = 1; +nodes = ( +(468,418,o), +(484,430,o), +(484,451,cs), +(484,470,o), +(467,482,o), +(435,482,cs), +(404,482,o), +(388,470,o), +(388,451,cs), +(388,431,o), +(404,418,o), +(435,418,cs) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = center; +pos = (431,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(502,172,o), +(547,209,o), +(547,264,cs), +(547,313,o), +(517,356,o), +(436,356,cs), +(355,356,o), +(325,314,o), +(325,264,cs), +(325,209,o), +(370,172,o), +(436,172,cs) +); +}, +{ +closed = 1; +nodes = ( +(348,142,o), +(289,190,o), +(289,261,cs), +(289,314,o), +(322,358,o), +(383,370,c), +(383,372,l), +(337,384,o), +(304,424,o), +(304,472,cs), +(304,541,o), +(356,585,o), +(436,585,cs), +(517,585,o), +(568,540,o), +(568,472,cs), +(568,424,o), +(535,384,o), +(488,372,c), +(488,370,l), +(550,358,o), +(583,314,o), +(583,261,cs), +(583,190,o), +(523,142,o), +(436,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(509,385,o), +(534,428,o), +(534,471,cs), +(534,512,o), +(510,556,o), +(436,556,cs), +(362,556,o), +(338,513,o), +(338,471,cs), +(338,428,o), +(363,385,o), +(436,385,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(345,143,o), +(286,191,o), +(286,262,cs), +(286,315,o), +(319,359,o), +(378,371,c), +(378,373,l), +(334,385,o), +(301,425,o), +(301,473,cs), +(301,542,o), +(351,586,o), +(431,586,cs), +(510,586,o), +(559,541,o), +(559,473,cs), +(559,425,o), +(528,385,o), +(481,373,c), +(481,371,l), +(542,359,o), +(574,315,o), +(574,262,cs), +(574,191,o), +(516,143,o), +(431,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(495,173,o), +(540,210,o), +(540,265,cs), +(540,314,o), +(510,357,o), +(431,357,cs), +(350,357,o), +(322,315,o), +(322,265,cs), +(322,210,o), +(365,173,o), +(431,173,cs) +); +}, +{ +closed = 1; +nodes = ( +(502,386,o), +(527,429,o), +(527,472,cs), +(527,513,o), +(503,557,o), +(431,557,cs), +(357,557,o), +(335,514,o), +(335,472,cs), +(335,429,o), +(358,386,o), +(431,386,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +anchors = ( +{ +name = center; +pos = (418,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(454,252,o), +(470,265,o), +(470,289,cs), +(470,313,o), +(452,326,o), +(427,326,cs), +(400,326,o), +(383,312,o), +(383,289,cs), +(383,265,o), +(399,252,o), +(427,252,cs) +); +}, +{ +closed = 1; +nodes = ( +(315,144,o), +(253,194,o), +(253,270,cs), +(253,323,o), +(292,361,o), +(334,372,c), +(334,377,l), +(295,390,o), +(269,426,o), +(269,469,cs), +(269,545,o), +(332,587,o), +(427,587,cs), +(528,587,o), +(584,540,o), +(584,469,cs), +(584,426,o), +(558,390,o), +(519,377,c), +(519,372,l), +(564,360,o), +(600,320,o), +(600,270,cs), +(600,189,o), +(531,144,o), +(427,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,419,o), +(464,429,o), +(464,452,cs), +(464,473,o), +(448,484,o), +(427,484,cs), +(405,484,o), +(389,473,o), +(389,452,cs), +(389,429,o), +(407,419,o), +(427,419,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(308,145,o), +(248,195,o), +(248,271,cs), +(248,324,o), +(286,362,o), +(327,373,c), +(327,378,l), +(289,391,o), +(263,426,o), +(263,470,cs), +(263,546,o), +(325,588,o), +(418,588,cs), +(517,588,o), +(571,541,o), +(571,470,cs), +(571,426,o), +(545,391,o), +(508,378,c), +(508,373,l), +(551,361,o), +(587,321,o), +(587,271,cs), +(587,190,o), +(520,145,o), +(418,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(444,253,o), +(458,266,o), +(458,290,cs), +(458,314,o), +(441,327,o), +(418,327,cs), +(393,327,o), +(376,313,o), +(376,290,cs), +(376,266,o), +(391,253,o), +(418,253,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,420,o), +(452,430,o), +(452,453,cs), +(452,474,o), +(437,485,o), +(418,485,cs), +(398,485,o), +(382,474,o), +(382,453,cs), +(382,430,o), +(400,420,o), +(418,420,cs) +); +} +); +width = 834; +}, +{ +anchors = ( +{ +name = center; +pos = (386,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(436,169,o), +(456,209,o), +(456,268,cs), +(456,330,o), +(429,361,o), +(386,361,cs), +(338,361,o), +(316,324,o), +(316,268,cs), +(316,196,o), +(345,169,o), +(386,169,cs) +); +}, +{ +closed = 1; +nodes = ( +(319,144,o), +(286,193,o), +(286,266,cs), +(286,323,o), +(312,362,o), +(351,372,c), +(351,375,l), +(311,388,o), +(292,430,o), +(292,476,cs), +(292,546,o), +(330,586,o), +(386,586,cs), +(446,586,o), +(480,542,o), +(480,476,cs), +(480,430,o), +(461,388,o), +(421,375,c), +(421,372,l), +(463,361,o), +(486,319,o), +(486,266,cs), +(486,184,o), +(446,144,o), +(386,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(427,386,o), +(451,419,o), +(451,474,cs), +(451,533,o), +(425,561,o), +(386,561,cs), +(341,561,o), +(321,525,o), +(321,474,cs), +(321,417,o), +(347,386,o), +(386,386,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(319,143,o), +(286,192,o), +(286,265,cs), +(286,322,o), +(312,361,o), +(351,371,c), +(351,374,l), +(311,387,o), +(292,429,o), +(292,475,cs), +(292,545,o), +(330,585,o), +(386,585,cs), +(446,585,o), +(480,541,o), +(480,475,cs), +(480,429,o), +(461,387,o), +(421,374,c), +(421,371,l), +(463,360,o), +(486,318,o), +(486,265,cs), +(486,183,o), +(446,143,o), +(386,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(436,168,o), +(456,208,o), +(456,267,cs), +(456,329,o), +(429,360,o), +(386,360,cs), +(338,360,o), +(316,323,o), +(316,267,cs), +(316,195,o), +(345,168,o), +(386,168,cs) +); +}, +{ +closed = 1; +nodes = ( +(427,385,o), +(451,418,o), +(451,473,cs), +(451,532,o), +(425,560,o), +(386,560,cs), +(341,560,o), +(321,524,o), +(321,473,cs), +(321,416,o), +(347,385,o), +(386,385,cs) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = center; +pos = (393,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(397,232,o), +(406,245,o), +(406,278,cs), +(406,306,o), +(402,324,o), +(384,324,cs), +(367,324,o), +(362,307,o), +(362,278,cs), +(362,246,o), +(371,232,o), +(384,232,cs) +); +}, +{ +closed = 1; +nodes = ( +(300,145,o), +(252,194,o), +(252,269,cs), +(252,314,o), +(275,356,o), +(317,367,c), +(317,372,l), +(278,387,o), +(258,426,o), +(258,471,cs), +(258,541,o), +(303,588,o), +(384,588,cs), +(465,588,o), +(511,541,o), +(511,471,cs), +(511,422,o), +(489,386,o), +(451,372,c), +(451,367,l), +(492,357,o), +(517,315,o), +(517,269,cs), +(517,195,o), +(469,145,o), +(384,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(397,413,o), +(405,422,o), +(405,459,cs), +(405,481,o), +(401,501,o), +(384,501,cs), +(368,501,o), +(364,482,o), +(364,459,cs), +(364,421,o), +(372,413,o), +(384,413,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(308,143,o), +(260,192,o), +(260,267,cs), +(260,312,o), +(283,354,o), +(325,365,c), +(325,370,l), +(286,385,o), +(266,424,o), +(266,469,cs), +(266,539,o), +(311,586,o), +(392,586,cs), +(473,586,o), +(519,539,o), +(519,469,cs), +(519,420,o), +(497,384,o), +(459,370,c), +(459,365,l), +(500,355,o), +(525,313,o), +(525,267,cs), +(525,193,o), +(477,143,o), +(392,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(405,230,o), +(414,243,o), +(414,276,cs), +(414,304,o), +(410,322,o), +(392,322,cs), +(375,322,o), +(370,305,o), +(370,276,cs), +(370,244,o), +(379,230,o), +(392,230,cs) +); +}, +{ +closed = 1; +nodes = ( +(405,411,o), +(413,420,o), +(413,457,cs), +(413,479,o), +(409,499,o), +(392,499,cs), +(376,499,o), +(372,480,o), +(372,457,cs), +(372,419,o), +(380,411,o), +(392,411,cs) +); +} +); +width = 747; +}, +{ +anchors = ( +{ +name = center; +pos = (467.5,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(534,172,o), +(579,209,o), +(579,264,cs), +(579,313,o), +(549,356,o), +(468,356,cs), +(387,356,o), +(357,314,o), +(357,264,cs), +(357,209,o), +(402,172,o), +(468,172,cs) +); +}, +{ +closed = 1; +nodes = ( +(380,142,o), +(321,190,o), +(321,261,cs), +(321,314,o), +(354,358,o), +(415,370,c), +(415,372,l), +(369,384,o), +(336,424,o), +(336,472,cs), +(336,541,o), +(388,585,o), +(468,585,cs), +(549,585,o), +(600,540,o), +(600,472,cs), +(600,424,o), +(567,384,o), +(520,372,c), +(520,370,l), +(582,358,o), +(615,314,o), +(615,261,cs), +(615,190,o), +(555,142,o), +(468,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(541,385,o), +(566,428,o), +(566,471,cs), +(566,512,o), +(542,556,o), +(468,556,cs), +(394,556,o), +(370,513,o), +(370,471,cs), +(370,428,o), +(395,385,o), +(468,385,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(380,143,o), +(321,191,o), +(321,262,cs), +(321,315,o), +(354,359,o), +(415,371,c), +(415,373,l), +(369,385,o), +(336,425,o), +(336,473,cs), +(336,542,o), +(388,586,o), +(468,586,cs), +(549,586,o), +(600,541,o), +(600,473,cs), +(600,425,o), +(567,385,o), +(520,373,c), +(520,371,l), +(582,359,o), +(615,315,o), +(615,262,cs), +(615,191,o), +(555,143,o), +(468,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(534,173,o), +(579,210,o), +(579,265,cs), +(579,314,o), +(549,357,o), +(468,357,cs), +(387,357,o), +(357,315,o), +(357,265,cs), +(357,210,o), +(402,173,o), +(468,173,cs) +); +}, +{ +closed = 1; +nodes = ( +(541,386,o), +(566,429,o), +(566,472,cs), +(566,513,o), +(542,557,o), +(468,557,cs), +(394,557,o), +(370,514,o), +(370,472,cs), +(370,429,o), +(395,386,o), +(468,386,cs) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = center; +pos = (455.5,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(482,252,o), +(498,265,o), +(498,289,cs), +(498,313,o), +(480,326,o), +(455,326,cs), +(428,326,o), +(411,312,o), +(411,289,cs), +(411,265,o), +(427,252,o), +(455,252,cs) +); +}, +{ +closed = 1; +nodes = ( +(343,144,o), +(281,194,o), +(281,270,cs), +(281,323,o), +(320,361,o), +(362,372,c), +(362,377,l), +(323,390,o), +(297,426,o), +(297,469,cs), +(297,545,o), +(360,587,o), +(455,587,cs), +(556,587,o), +(612,540,o), +(612,469,cs), +(612,426,o), +(586,390,o), +(547,377,c), +(547,372,l), +(592,360,o), +(628,320,o), +(628,270,cs), +(628,189,o), +(559,144,o), +(455,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(474,419,o), +(492,429,o), +(492,452,cs), +(492,473,o), +(476,484,o), +(455,484,cs), +(433,484,o), +(417,473,o), +(417,452,cs), +(417,429,o), +(435,419,o), +(455,419,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(344,145,o), +(282,195,o), +(282,271,cs), +(282,324,o), +(321,362,o), +(363,373,c), +(363,378,l), +(324,391,o), +(298,427,o), +(298,470,cs), +(298,546,o), +(361,588,o), +(456,588,cs), +(557,588,o), +(613,541,o), +(613,470,cs), +(613,427,o), +(587,391,o), +(548,378,c), +(548,373,l), +(593,361,o), +(629,321,o), +(629,271,cs), +(629,190,o), +(560,145,o), +(456,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(483,253,o), +(499,266,o), +(499,290,cs), +(499,314,o), +(481,327,o), +(456,327,cs), +(429,327,o), +(412,313,o), +(412,290,cs), +(412,266,o), +(428,253,o), +(456,253,cs) +); +}, +{ +closed = 1; +nodes = ( +(475,420,o), +(493,430,o), +(493,453,cs), +(493,474,o), +(477,485,o), +(456,485,cs), +(434,485,o), +(418,474,o), +(418,453,cs), +(418,430,o), +(436,420,o), +(456,420,cs) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = center; +pos = (473,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(567,173,o), +(615,206,o), +(615,266,cs), +(615,330,o), +(563,356,o), +(473,356,cs), +(384,356,o), +(332,330,o), +(332,266,cs), +(332,206,o), +(379,173,o), +(473,173,cs) +); +}, +{ +closed = 1; +nodes = ( +(361,142,o), +(293,185,o), +(293,262,cs), +(293,325,o), +(342,366,o), +(405,369,c), +(405,372,l), +(345,380,o), +(303,414,o), +(303,473,cs), +(303,552,o), +(378,584,o), +(473,584,cs), +(569,584,o), +(644,551,o), +(644,473,cs), +(644,415,o), +(604,381,o), +(541,372,c), +(541,369,l), +(607,366,o), +(653,324,o), +(653,262,cs), +(653,185,o), +(585,142,o), +(473,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(570,384,o), +(606,419,o), +(606,469,cs), +(606,530,o), +(550,554,o), +(473,554,cs), +(396,554,o), +(340,530,o), +(340,469,cs), +(340,419,o), +(376,384,o), +(473,384,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(361,145,o), +(293,188,o), +(293,265,cs), +(293,328,o), +(342,369,o), +(405,372,c), +(405,375,l), +(345,383,o), +(303,417,o), +(303,476,cs), +(303,555,o), +(378,587,o), +(473,587,cs), +(569,587,o), +(644,554,o), +(644,476,cs), +(644,418,o), +(604,384,o), +(541,375,c), +(541,372,l), +(607,369,o), +(653,327,o), +(653,265,cs), +(653,188,o), +(585,145,o), +(473,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(567,176,o), +(615,209,o), +(615,269,cs), +(615,333,o), +(563,359,o), +(473,359,cs), +(384,359,o), +(332,333,o), +(332,269,cs), +(332,209,o), +(379,176,o), +(473,176,cs) +); +}, +{ +closed = 1; +nodes = ( +(570,387,o), +(606,422,o), +(606,472,cs), +(606,533,o), +(550,557,o), +(473,557,cs), +(396,557,o), +(340,533,o), +(340,472,cs), +(340,422,o), +(376,387,o), +(473,387,cs) +); +} +); +width = 903; +}, +{ +anchors = ( +{ +name = center; +pos = (465,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(493,251,o), +(516,261,o), +(516,285,cs), +(516,305,o), +(501,320,o), +(460,320,cs), +(420,320,o), +(406,305,o), +(406,285,cs), +(406,261,o), +(429,251,o), +(460,251,cs) +); +}, +{ +closed = 1; +nodes = ( +(318,143,o), +(254,192,o), +(254,269,cs), +(254,318,o), +(286,361,o), +(340,369,c), +(340,373,l), +(293,383,o), +(264,418,o), +(264,465,cs), +(264,553,o), +(350,586,o), +(460,586,cs), +(572,586,o), +(658,553,o), +(658,465,cs), +(658,416,o), +(627,383,o), +(582,373,c), +(582,369,l), +(633,361,o), +(668,320,o), +(668,269,cs), +(668,193,o), +(605,143,o), +(460,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(493,413,o), +(509,425,o), +(509,446,cs), +(509,465,o), +(492,477,o), +(460,477,cs), +(429,477,o), +(413,465,o), +(413,446,cs), +(413,426,o), +(429,413,o), +(460,413,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(322,148,o), +(258,197,o), +(258,274,cs), +(258,323,o), +(290,366,o), +(344,374,c), +(344,378,l), +(297,388,o), +(268,423,o), +(268,470,cs), +(268,558,o), +(354,591,o), +(464,591,cs), +(576,591,o), +(662,558,o), +(662,470,cs), +(662,421,o), +(631,388,o), +(586,378,c), +(586,374,l), +(637,366,o), +(672,325,o), +(672,274,cs), +(672,198,o), +(609,148,o), +(464,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(497,256,o), +(520,266,o), +(520,290,cs), +(520,310,o), +(505,325,o), +(464,325,cs), +(424,325,o), +(410,310,o), +(410,290,cs), +(410,266,o), +(433,256,o), +(464,256,cs) +); +}, +{ +closed = 1; +nodes = ( +(497,418,o), +(513,430,o), +(513,451,cs), +(513,470,o), +(496,482,o), +(464,482,cs), +(433,482,o), +(417,470,o), +(417,451,cs), +(417,431,o), +(433,418,o), +(464,418,cs) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = center; +pos = (329,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(399,169,o), +(419,209,o), +(419,268,cs), +(419,330,o), +(392,361,o), +(349,361,cs), +(301,361,o), +(279,324,o), +(279,268,cs), +(279,196,o), +(308,169,o), +(349,169,cs) +); +}, +{ +closed = 1; +nodes = ( +(282,144,o), +(249,193,o), +(249,266,cs), +(249,323,o), +(275,362,o), +(314,372,c), +(314,375,l), +(274,388,o), +(255,430,o), +(255,476,cs), +(255,546,o), +(293,586,o), +(349,586,cs), +(409,586,o), +(443,542,o), +(443,476,cs), +(443,430,o), +(424,388,o), +(384,375,c), +(384,372,l), +(426,361,o), +(449,319,o), +(449,266,cs), +(449,184,o), +(409,144,o), +(349,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,386,o), +(414,419,o), +(414,474,cs), +(414,533,o), +(388,561,o), +(349,561,cs), +(304,561,o), +(284,525,o), +(284,474,cs), +(284,417,o), +(310,386,o), +(349,386,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(262,143,o), +(229,192,o), +(229,265,cs), +(229,322,o), +(255,361,o), +(294,371,c), +(294,374,l), +(254,387,o), +(235,429,o), +(235,475,cs), +(235,545,o), +(273,585,o), +(329,585,cs), +(389,585,o), +(423,541,o), +(423,475,cs), +(423,429,o), +(404,387,o), +(364,374,c), +(364,371,l), +(406,360,o), +(429,318,o), +(429,265,cs), +(429,183,o), +(389,143,o), +(329,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(379,168,o), +(399,208,o), +(399,267,cs), +(399,329,o), +(372,360,o), +(329,360,cs), +(281,360,o), +(259,323,o), +(259,267,cs), +(259,195,o), +(288,168,o), +(329,168,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,385,o), +(394,418,o), +(394,473,cs), +(394,532,o), +(368,560,o), +(329,560,cs), +(284,560,o), +(264,524,o), +(264,473,cs), +(264,416,o), +(290,385,o), +(329,385,cs) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,232,o), +(374,245,o), +(374,278,cs), +(374,306,o), +(370,324,o), +(352,324,cs), +(335,324,o), +(330,307,o), +(330,278,cs), +(330,246,o), +(339,232,o), +(352,232,cs) +); +}, +{ +closed = 1; +nodes = ( +(268,145,o), +(220,194,o), +(220,269,cs), +(220,314,o), +(243,356,o), +(285,367,c), +(285,372,l), +(246,387,o), +(226,426,o), +(226,471,cs), +(226,541,o), +(271,588,o), +(352,588,cs), +(433,588,o), +(479,541,o), +(479,471,cs), +(479,422,o), +(457,386,o), +(419,372,c), +(419,367,l), +(460,357,o), +(485,315,o), +(485,269,cs), +(485,195,o), +(437,145,o), +(352,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,413,o), +(373,422,o), +(373,459,cs), +(373,481,o), +(369,501,o), +(352,501,cs), +(336,501,o), +(332,482,o), +(332,459,cs), +(332,421,o), +(340,413,o), +(352,413,cs) ); } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) ); }, { closed = 1; nodes = ( -(282,143,o), -(249,192,o), -(249,265,cs), -(249,322,o), -(275,361,o), -(314,371,c), -(314,374,l), -(274,387,o), -(255,429,o), -(255,475,cs), -(255,545,o), -(293,585,o), -(349,585,cs), -(409,585,o), -(443,541,o), -(443,475,cs), -(443,429,o), -(424,387,o), -(384,374,c), -(384,371,l), -(426,360,o), -(449,318,o), -(449,265,cs), -(449,183,o), -(409,143,o), -(349,143,cs) +(258,143,o), +(210,192,o), +(210,267,cs), +(210,312,o), +(233,354,o), +(275,365,c), +(275,370,l), +(236,385,o), +(216,424,o), +(216,469,cs), +(216,539,o), +(261,586,o), +(342,586,cs), +(423,586,o), +(469,539,o), +(469,469,cs), +(469,420,o), +(447,384,o), +(409,370,c), +(409,365,l), +(450,355,o), +(475,313,o), +(475,267,cs), +(475,193,o), +(427,143,o), +(342,143,cs) ); }, { closed = 1; nodes = ( -(399,168,o), -(419,208,o), -(419,267,cs), -(419,329,o), -(392,360,o), -(349,360,cs), -(301,360,o), -(279,323,o), -(279,267,cs), -(279,195,o), -(308,168,o), -(349,168,cs) +(355,230,o), +(364,243,o), +(364,276,cs), +(364,304,o), +(360,322,o), +(342,322,cs), +(325,322,o), +(320,305,o), +(320,276,cs), +(320,244,o), +(329,230,o), +(342,230,cs) ); }, { closed = 1; nodes = ( -(390,385,o), -(414,418,o), -(414,473,cs), -(414,532,o), -(388,560,o), -(349,560,cs), -(304,560,o), -(284,524,o), -(284,473,cs), -(284,416,o), -(310,385,o), -(349,385,cs) +(355,411,o), +(363,420,o), +(363,457,cs), +(363,479,o), +(359,499,o), +(342,499,cs), +(326,499,o), +(322,480,o), +(322,457,cs), +(322,419,o), +(330,411,o), +(342,411,cs) ); } ); -width = 698; +width = 686; }, { anchors = ( { name = center; -pos = (435.5,363); +pos = (416,363); } ); background = { @@ -455,88 +2809,88 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) ); }, { closed = 1; nodes = ( -(348,143,o), -(289,191,o), -(289,262,cs), -(289,315,o), -(322,359,o), -(383,371,c), -(383,373,l), -(337,385,o), -(304,425,o), -(304,473,cs), -(304,542,o), -(356,586,o), -(436,586,cs), -(517,586,o), -(568,541,o), -(568,473,cs), -(568,425,o), -(535,385,o), -(488,373,c), -(488,371,l), -(550,359,o), -(583,315,o), -(583,262,cs), -(583,191,o), -(523,143,o), -(436,143,cs) +(328,143,o), +(269,191,o), +(269,262,cs), +(269,315,o), +(302,359,o), +(363,371,c), +(363,373,l), +(317,385,o), +(284,425,o), +(284,473,cs), +(284,542,o), +(336,586,o), +(416,586,cs), +(497,586,o), +(548,541,o), +(548,473,cs), +(548,425,o), +(515,385,o), +(468,373,c), +(468,371,l), +(530,359,o), +(563,315,o), +(563,262,cs), +(563,191,o), +(503,143,o), +(416,143,cs) ); }, { closed = 1; nodes = ( -(502,173,o), -(547,210,o), -(547,265,cs), -(547,314,o), -(517,357,o), -(436,357,cs), -(355,357,o), -(325,315,o), -(325,265,cs), -(325,210,o), -(370,173,o), -(436,173,cs) +(482,173,o), +(527,210,o), +(527,265,cs), +(527,314,o), +(497,357,o), +(416,357,cs), +(335,357,o), +(305,315,o), +(305,265,cs), +(305,210,o), +(350,173,o), +(416,173,cs) ); }, { closed = 1; nodes = ( -(509,386,o), -(534,429,o), -(534,472,cs), -(534,513,o), -(510,557,o), -(436,557,cs), -(362,557,o), -(338,514,o), -(338,472,cs), -(338,429,o), -(363,386,o), -(436,386,cs) +(489,386,o), +(514,429,o), +(514,472,cs), +(514,513,o), +(490,557,o), +(416,557,cs), +(342,557,o), +(318,514,o), +(318,472,cs), +(318,429,o), +(343,386,o), +(416,386,cs) ); } ); @@ -734,13 +3088,13 @@ type = Stem; } ); }; -width = 871; +width = 831; }, { anchors = ( { name = center; -pos = (427.5,365); +pos = (407,365); } ); background = { @@ -829,98 +3183,98 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) ); }, { closed = 1; nodes = ( -(316,145,o), -(254,195,o), -(254,271,cs), -(254,324,o), -(293,362,o), -(335,373,c), -(335,378,l), -(296,391,o), -(270,427,o), -(270,470,cs), -(270,546,o), -(333,588,o), -(428,588,cs), -(529,588,o), -(585,541,o), -(585,470,cs), -(585,427,o), -(559,391,o), -(520,378,c), -(520,373,l), -(565,361,o), -(601,321,o), -(601,271,cs), -(601,190,o), -(532,145,o), -(428,145,cs) +(295,145,o), +(233,195,o), +(233,271,cs), +(233,324,o), +(272,362,o), +(314,373,c), +(314,378,l), +(275,391,o), +(249,427,o), +(249,470,cs), +(249,546,o), +(312,588,o), +(407,588,cs), +(508,588,o), +(564,541,o), +(564,470,cs), +(564,427,o), +(538,391,o), +(499,378,c), +(499,373,l), +(544,361,o), +(580,321,o), +(580,271,cs), +(580,190,o), +(511,145,o), +(407,145,cs) ); }, { closed = 1; nodes = ( -(455,253,o), -(471,266,o), -(471,290,cs), -(471,314,o), -(453,327,o), -(428,327,cs), -(401,327,o), -(384,313,o), -(384,290,cs), -(384,266,o), -(400,253,o), -(428,253,cs) +(434,253,o), +(450,266,o), +(450,290,cs), +(450,314,o), +(432,327,o), +(407,327,cs), +(380,327,o), +(363,313,o), +(363,290,cs), +(363,266,o), +(379,253,o), +(407,253,cs) ); }, { closed = 1; nodes = ( -(447,420,o), -(465,430,o), -(465,453,cs), -(465,474,o), -(449,485,o), -(428,485,cs), -(406,485,o), -(390,474,o), -(390,453,cs), -(390,430,o), -(408,420,o), -(428,420,cs) +(426,420,o), +(444,430,o), +(444,453,cs), +(444,474,o), +(428,485,o), +(407,485,cs), +(385,485,o), +(369,474,o), +(369,453,cs), +(369,430,o), +(387,420,o), +(407,420,cs) ); } ); -width = 855; +width = 813; }, { anchors = ( { name = center; -pos = (442,363); +pos = (432,363); } ); background = { @@ -1009,98 +3363,98 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) ); }, { closed = 1; nodes = ( -(330,145,o), -(262,188,o), -(262,265,cs), -(262,328,o), -(311,369,o), -(374,372,c), -(374,375,l), -(314,383,o), -(272,417,o), -(272,476,cs), -(272,555,o), -(347,587,o), -(442,587,cs), -(538,587,o), -(613,554,o), -(613,476,cs), -(613,418,o), -(573,384,o), -(510,375,c), -(510,372,l), -(576,369,o), -(622,327,o), -(622,265,cs), -(622,188,o), -(554,145,o), -(442,145,cs) +(320,145,o), +(252,188,o), +(252,265,cs), +(252,328,o), +(301,369,o), +(364,372,c), +(364,375,l), +(304,383,o), +(262,417,o), +(262,476,cs), +(262,555,o), +(337,587,o), +(432,587,cs), +(528,587,o), +(603,554,o), +(603,476,cs), +(603,418,o), +(563,384,o), +(500,375,c), +(500,372,l), +(566,369,o), +(612,327,o), +(612,265,cs), +(612,188,o), +(544,145,o), +(432,145,cs) ); }, { closed = 1; nodes = ( -(536,176,o), -(584,209,o), -(584,269,cs), -(584,333,o), -(532,359,o), -(442,359,cs), -(353,359,o), -(301,333,o), -(301,269,cs), -(301,209,o), -(348,176,o), -(442,176,cs) +(526,176,o), +(574,209,o), +(574,269,cs), +(574,333,o), +(522,359,o), +(432,359,cs), +(343,359,o), +(291,333,o), +(291,269,cs), +(291,209,o), +(338,176,o), +(432,176,cs) ); }, { closed = 1; nodes = ( -(539,387,o), -(575,422,o), -(575,472,cs), -(575,533,o), -(519,557,o), -(442,557,cs), -(365,557,o), -(309,533,o), -(309,472,cs), -(309,422,o), -(345,387,o), -(442,387,cs) +(529,387,o), +(565,422,o), +(565,472,cs), +(565,533,o), +(509,557,o), +(432,557,cs), +(355,557,o), +(299,533,o), +(299,472,cs), +(299,422,o), +(335,387,o), +(432,387,cs) ); } ); -width = 884; +width = 864; }, { anchors = ( { name = center; -pos = (430,364); +pos = (420,364); } ); background = { @@ -1189,98 +3543,98 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) ); }, { closed = 1; nodes = ( -(287,148,o), -(223,197,o), -(223,274,cs), -(223,323,o), -(255,366,o), -(309,374,c), -(309,378,l), -(262,388,o), -(233,423,o), -(233,470,cs), -(233,558,o), -(319,591,o), -(429,591,cs), -(541,591,o), -(627,558,o), -(627,470,cs), -(627,421,o), -(596,388,o), -(551,378,c), -(551,374,l), -(602,366,o), -(637,325,o), -(637,274,cs), -(637,198,o), -(574,148,o), -(429,148,cs) +(277,148,o), +(213,197,o), +(213,274,cs), +(213,323,o), +(245,366,o), +(299,374,c), +(299,378,l), +(252,388,o), +(223,423,o), +(223,470,cs), +(223,558,o), +(309,591,o), +(419,591,cs), +(531,591,o), +(617,558,o), +(617,470,cs), +(617,421,o), +(586,388,o), +(541,378,c), +(541,374,l), +(592,366,o), +(627,325,o), +(627,274,cs), +(627,198,o), +(564,148,o), +(419,148,cs) ); }, { closed = 1; nodes = ( -(462,256,o), -(485,266,o), -(485,290,cs), -(485,310,o), -(470,325,o), -(429,325,cs), -(389,325,o), -(375,310,o), -(375,290,cs), -(375,266,o), -(398,256,o), -(429,256,cs) +(452,256,o), +(475,266,o), +(475,290,cs), +(475,310,o), +(460,325,o), +(419,325,cs), +(379,325,o), +(365,310,o), +(365,290,cs), +(365,266,o), +(388,256,o), +(419,256,cs) ); }, { closed = 1; nodes = ( -(462,418,o), -(478,430,o), -(478,451,cs), -(478,470,o), -(461,482,o), -(429,482,cs), -(398,482,o), -(382,470,o), -(382,451,cs), -(382,431,o), -(398,418,o), -(429,418,cs) +(452,418,o), +(468,430,o), +(468,451,cs), +(468,470,o), +(451,482,o), +(419,482,cs), +(388,482,o), +(372,470,o), +(372,451,cs), +(372,431,o), +(388,418,o), +(419,418,cs) ); } ); -width = 860; +width = 840; }, { anchors = ( { name = center; -pos = (386,365); +pos = (363,365); } ); background = { @@ -1369,98 +3723,98 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) ); -}, -{ -closed = 1; -nodes = ( -(319,143,o), -(286,192,o), -(286,265,cs), -(286,322,o), -(312,361,o), -(351,371,c), -(351,374,l), -(311,387,o), -(292,429,o), -(292,475,cs), -(292,545,o), -(330,585,o), -(386,585,cs), -(446,585,o), -(480,541,o), -(480,475,cs), -(480,429,o), -(461,387,o), -(421,374,c), -(421,371,l), -(463,360,o), -(486,318,o), -(486,265,cs), -(486,183,o), -(446,143,o), -(386,143,cs) +}, +{ +closed = 1; +nodes = ( +(296,143,o), +(263,192,o), +(263,265,cs), +(263,322,o), +(289,361,o), +(328,371,c), +(328,374,l), +(288,387,o), +(269,429,o), +(269,475,cs), +(269,545,o), +(307,585,o), +(363,585,cs), +(423,585,o), +(457,541,o), +(457,475,cs), +(457,429,o), +(438,387,o), +(398,374,c), +(398,371,l), +(440,360,o), +(463,318,o), +(463,265,cs), +(463,183,o), +(423,143,o), +(363,143,cs) ); }, { closed = 1; nodes = ( -(436,168,o), -(456,208,o), -(456,267,cs), -(456,329,o), -(429,360,o), -(386,360,cs), -(338,360,o), -(316,323,o), -(316,267,cs), -(316,195,o), -(345,168,o), -(386,168,cs) +(413,168,o), +(433,208,o), +(433,267,cs), +(433,329,o), +(406,360,o), +(363,360,cs), +(315,360,o), +(293,323,o), +(293,267,cs), +(293,195,o), +(322,168,o), +(363,168,cs) ); }, { closed = 1; nodes = ( -(427,385,o), -(451,418,o), -(451,473,cs), -(451,532,o), -(425,560,o), -(386,560,cs), -(341,560,o), -(321,524,o), -(321,473,cs), -(321,416,o), -(347,385,o), -(386,385,cs) +(404,385,o), +(428,418,o), +(428,473,cs), +(428,532,o), +(402,560,o), +(363,560,cs), +(318,560,o), +(298,524,o), +(298,473,cs), +(298,416,o), +(324,385,o), +(363,385,cs) ); } ); -width = 727; +width = 681; }, { anchors = ( { name = center; -pos = (385,366); +pos = (374,366); } ); background = { @@ -1549,98 +3903,98 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) ); }, { closed = 1; nodes = ( -(300,143,o), -(252,192,o), -(252,267,cs), -(252,312,o), -(275,354,o), -(317,365,c), -(317,370,l), -(278,385,o), -(258,424,o), -(258,469,cs), -(258,539,o), -(303,586,o), -(384,586,cs), -(465,586,o), -(511,539,o), -(511,469,cs), -(511,420,o), -(489,384,o), -(451,370,c), -(451,365,l), -(492,355,o), -(517,313,o), -(517,267,cs), -(517,193,o), -(469,143,o), -(384,143,cs) +(289,143,o), +(241,192,o), +(241,267,cs), +(241,312,o), +(264,354,o), +(306,365,c), +(306,370,l), +(267,385,o), +(247,424,o), +(247,469,cs), +(247,539,o), +(292,586,o), +(373,586,cs), +(454,586,o), +(500,539,o), +(500,469,cs), +(500,420,o), +(478,384,o), +(440,370,c), +(440,365,l), +(481,355,o), +(506,313,o), +(506,267,cs), +(506,193,o), +(458,143,o), +(373,143,cs) ); }, { closed = 1; nodes = ( -(397,230,o), -(406,243,o), -(406,276,cs), -(406,304,o), -(402,322,o), -(384,322,cs), -(367,322,o), -(362,305,o), -(362,276,cs), -(362,244,o), -(371,230,o), -(384,230,cs) +(386,230,o), +(395,243,o), +(395,276,cs), +(395,304,o), +(391,322,o), +(373,322,cs), +(356,322,o), +(351,305,o), +(351,276,cs), +(351,244,o), +(360,230,o), +(373,230,cs) ); }, { closed = 1; nodes = ( -(397,411,o), -(405,420,o), -(405,457,cs), -(405,479,o), -(401,499,o), -(384,499,cs), -(368,499,o), -(364,480,o), -(364,457,cs), -(364,419,o), -(372,411,o), -(384,411,cs) +(386,411,o), +(394,420,o), +(394,457,cs), +(394,479,o), +(390,499,o), +(373,499,cs), +(357,499,o), +(353,480,o), +(353,457,cs), +(353,419,o), +(361,411,o), +(373,411,cs) ); } ); -width = 731; +width = 709; }, { anchors = ( { name = center; -pos = (467.5,363); +pos = (444,363); } ); background = { @@ -1729,98 +4083,98 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) ); }, { closed = 1; nodes = ( -(380,143,o), -(321,191,o), -(321,262,cs), -(321,315,o), -(354,359,o), -(415,371,c), -(415,373,l), -(369,385,o), -(336,425,o), -(336,473,cs), -(336,542,o), -(388,586,o), -(468,586,cs), -(549,586,o), -(600,541,o), -(600,473,cs), -(600,425,o), -(567,385,o), -(520,373,c), -(520,371,l), -(582,359,o), -(615,315,o), -(615,262,cs), -(615,191,o), -(555,143,o), -(468,143,cs) +(356,143,o), +(297,191,o), +(297,262,cs), +(297,315,o), +(330,359,o), +(391,371,c), +(391,373,l), +(345,385,o), +(312,425,o), +(312,473,cs), +(312,542,o), +(364,586,o), +(444,586,cs), +(525,586,o), +(576,541,o), +(576,473,cs), +(576,425,o), +(543,385,o), +(496,373,c), +(496,371,l), +(558,359,o), +(591,315,o), +(591,262,cs), +(591,191,o), +(531,143,o), +(444,143,cs) ); }, { closed = 1; nodes = ( -(534,173,o), -(579,210,o), -(579,265,cs), -(579,314,o), -(549,357,o), -(468,357,cs), -(387,357,o), -(357,315,o), -(357,265,cs), -(357,210,o), -(402,173,o), -(468,173,cs) +(510,173,o), +(555,210,o), +(555,265,cs), +(555,314,o), +(525,357,o), +(444,357,cs), +(363,357,o), +(333,315,o), +(333,265,cs), +(333,210,o), +(378,173,o), +(444,173,cs) ); }, { closed = 1; nodes = ( -(541,386,o), -(566,429,o), -(566,472,cs), -(566,513,o), -(542,557,o), -(468,557,cs), -(394,557,o), -(370,514,o), -(370,472,cs), -(370,429,o), -(395,386,o), -(468,386,cs) +(517,386,o), +(542,429,o), +(542,472,cs), +(542,513,o), +(518,557,o), +(444,557,cs), +(370,557,o), +(346,514,o), +(346,472,cs), +(346,429,o), +(371,386,o), +(444,386,cs) ); } ); -width = 891; +width = 843; }, { anchors = ( { name = center; -pos = (455.5,365); +pos = (427,365); } ); background = { @@ -1909,98 +4263,98 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) ); }, { closed = 1; nodes = ( -(344,145,o), -(282,195,o), -(282,271,cs), -(282,324,o), -(321,362,o), -(363,373,c), -(363,378,l), -(324,391,o), -(298,427,o), -(298,470,cs), -(298,546,o), -(361,588,o), -(456,588,cs), -(557,588,o), -(613,541,o), -(613,470,cs), -(613,427,o), -(587,391,o), -(548,378,c), -(548,373,l), -(593,361,o), -(629,321,o), -(629,271,cs), -(629,190,o), -(560,145,o), -(456,145,cs) +(315,145,o), +(253,195,o), +(253,271,cs), +(253,324,o), +(292,362,o), +(334,373,c), +(334,378,l), +(295,391,o), +(269,427,o), +(269,470,cs), +(269,546,o), +(332,588,o), +(427,588,cs), +(528,588,o), +(584,541,o), +(584,470,cs), +(584,427,o), +(558,391,o), +(519,378,c), +(519,373,l), +(564,361,o), +(600,321,o), +(600,271,cs), +(600,190,o), +(531,145,o), +(427,145,cs) ); }, { closed = 1; nodes = ( -(483,253,o), -(499,266,o), -(499,290,cs), -(499,314,o), -(481,327,o), -(456,327,cs), -(429,327,o), -(412,313,o), -(412,290,cs), -(412,266,o), -(428,253,o), -(456,253,cs) +(454,253,o), +(470,266,o), +(470,290,cs), +(470,314,o), +(452,327,o), +(427,327,cs), +(400,327,o), +(383,313,o), +(383,290,cs), +(383,266,o), +(399,253,o), +(427,253,cs) ); }, { closed = 1; nodes = ( -(475,420,o), -(493,430,o), -(493,453,cs), -(493,474,o), -(477,485,o), -(456,485,cs), -(434,485,o), -(418,474,o), -(418,453,cs), -(418,430,o), -(436,420,o), -(456,420,cs) +(446,420,o), +(464,430,o), +(464,453,cs), +(464,474,o), +(448,485,o), +(427,485,cs), +(405,485,o), +(389,474,o), +(389,453,cs), +(389,430,o), +(407,420,o), +(427,420,cs) ); } ); -width = 873; +width = 815; }, { anchors = ( { name = center; -pos = (473,363); +pos = (463,363); } ); background = { @@ -2089,98 +4443,98 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) ); }, { closed = 1; nodes = ( -(361,145,o), -(293,188,o), -(293,265,cs), -(293,328,o), -(342,369,o), -(405,372,c), -(405,375,l), -(345,383,o), -(303,417,o), -(303,476,cs), -(303,555,o), -(378,587,o), -(473,587,cs), -(569,587,o), -(644,554,o), -(644,476,cs), -(644,418,o), -(604,384,o), -(541,375,c), -(541,372,l), -(607,369,o), -(653,327,o), -(653,265,cs), -(653,188,o), -(585,145,o), -(473,145,cs) +(351,145,o), +(283,188,o), +(283,265,cs), +(283,328,o), +(332,369,o), +(395,372,c), +(395,375,l), +(335,383,o), +(293,417,o), +(293,476,cs), +(293,555,o), +(368,587,o), +(463,587,cs), +(559,587,o), +(634,554,o), +(634,476,cs), +(634,418,o), +(594,384,o), +(531,375,c), +(531,372,l), +(597,369,o), +(643,327,o), +(643,265,cs), +(643,188,o), +(575,145,o), +(463,145,cs) ); }, { closed = 1; nodes = ( -(567,176,o), -(615,209,o), -(615,269,cs), -(615,333,o), -(563,359,o), -(473,359,cs), -(384,359,o), -(332,333,o), -(332,269,cs), -(332,209,o), -(379,176,o), -(473,176,cs) +(557,176,o), +(605,209,o), +(605,269,cs), +(605,333,o), +(553,359,o), +(463,359,cs), +(374,359,o), +(322,333,o), +(322,269,cs), +(322,209,o), +(369,176,o), +(463,176,cs) ); }, { closed = 1; nodes = ( -(570,387,o), -(606,422,o), -(606,472,cs), -(606,533,o), -(550,557,o), -(473,557,cs), -(396,557,o), -(340,533,o), -(340,472,cs), -(340,422,o), -(376,387,o), -(473,387,cs) +(560,387,o), +(596,422,o), +(596,472,cs), +(596,533,o), +(540,557,o), +(463,557,cs), +(386,557,o), +(330,533,o), +(330,472,cs), +(330,422,o), +(366,387,o), +(463,387,cs) ); } ); -width = 903; +width = 883; }, { anchors = ( { name = center; -pos = (459,364); +pos = (444,364); } ); background = { @@ -2269,92 +4623,92 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) ); }, { closed = 1; nodes = ( -(316,148,o), -(252,197,o), -(252,274,cs), -(252,323,o), -(284,366,o), -(338,374,c), -(338,378,l), -(291,388,o), -(262,423,o), -(262,470,cs), -(262,558,o), -(348,591,o), -(458,591,cs), -(570,591,o), -(656,558,o), -(656,470,cs), -(656,421,o), -(625,388,o), -(580,378,c), -(580,374,l), -(631,366,o), -(666,325,o), -(666,274,cs), -(666,198,o), -(603,148,o), -(458,148,cs) +(301,148,o), +(237,197,o), +(237,274,cs), +(237,323,o), +(269,366,o), +(323,374,c), +(323,378,l), +(276,388,o), +(247,423,o), +(247,470,cs), +(247,558,o), +(333,591,o), +(443,591,cs), +(555,591,o), +(641,558,o), +(641,470,cs), +(641,421,o), +(610,388,o), +(565,378,c), +(565,374,l), +(616,366,o), +(651,325,o), +(651,274,cs), +(651,198,o), +(588,148,o), +(443,148,cs) ); }, { closed = 1; nodes = ( -(491,256,o), -(514,266,o), -(514,290,cs), -(514,310,o), -(499,325,o), -(458,325,cs), -(418,325,o), -(404,310,o), -(404,290,cs), -(404,266,o), -(427,256,o), -(458,256,cs) +(476,256,o), +(499,266,o), +(499,290,cs), +(499,310,o), +(484,325,o), +(443,325,cs), +(403,325,o), +(389,310,o), +(389,290,cs), +(389,266,o), +(412,256,o), +(443,256,cs) ); }, { closed = 1; nodes = ( -(491,418,o), -(507,430,o), -(507,451,cs), -(507,470,o), -(490,482,o), -(458,482,cs), -(427,482,o), -(411,470,o), -(411,451,cs), -(411,431,o), -(427,418,o), -(458,418,cs) +(476,418,o), +(492,430,o), +(492,451,cs), +(492,470,o), +(475,482,o), +(443,482,cs), +(412,482,o), +(396,470,o), +(396,451,cs), +(396,431,o), +(412,418,o), +(443,418,cs) ); } ); -width = 880; +width = 850; } ); metricLeft = one.circled; diff --git a/sources/MonaSans.glyphspackage/glyphs/eight.circled.glyph b/sources/MonaSans.glyphspackage/glyphs/eight.circled.glyph index 6174a8d6..74e95a30 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eight.circled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eight.circled.glyph @@ -256,6 +256,1445 @@ shapes = ( { closed = 1; nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(554,142,o), +(622,185,o), +(622,262,cs), +(622,324,o), +(576,366,o), +(510,369,c), +(510,372,l), +(573,381,o), +(613,415,o), +(613,473,cs), +(613,551,o), +(538,584,o), +(442,584,cs), +(347,584,o), +(272,552,o), +(272,473,cs), +(272,414,o), +(314,380,o), +(374,372,c), +(374,369,l), +(311,366,o), +(262,325,o), +(262,262,cs), +(262,185,o), +(330,142,o), +(442,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(348,173,o), +(301,206,o), +(301,266,cs), +(301,330,o), +(353,356,o), +(442,356,cs), +(532,356,o), +(584,330,o), +(584,266,cs), +(584,206,o), +(536,173,o), +(442,173,cs) +); +}, +{ +closed = 1; +nodes = ( +(345,384,o), +(309,419,o), +(309,469,cs), +(309,530,o), +(365,554,o), +(442,554,cs), +(519,554,o), +(575,530,o), +(575,469,cs), +(575,419,o), +(539,384,o), +(442,384,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (222,190); +ref = eightinferior; +} +); +width = 884; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(576,143,o), +(639,193,o), +(639,269,cs), +(639,320,o), +(604,361,o), +(553,369,c), +(553,373,l), +(598,383,o), +(629,416,o), +(629,465,cs), +(629,553,o), +(543,586,o), +(431,586,cs), +(321,586,o), +(235,553,o), +(235,465,cs), +(235,418,o), +(264,383,o), +(311,373,c), +(311,369,l), +(257,361,o), +(225,318,o), +(225,269,cs), +(225,192,o), +(289,143,o), +(431,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(400,251,o), +(377,261,o), +(377,285,cs), +(377,305,o), +(391,320,o), +(431,320,cs), +(472,320,o), +(487,305,o), +(487,285,cs), +(487,261,o), +(464,251,o), +(431,251,cs) +); +}, +{ +closed = 1; +nodes = ( +(400,413,o), +(384,426,o), +(384,446,cs), +(384,465,o), +(400,477,o), +(431,477,cs), +(463,477,o), +(480,465,o), +(480,446,cs), +(480,425,o), +(464,413,o), +(431,413,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (206,193); +ref = eightinferior; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(523,142,o), +(583,190,o), +(583,261,cs), +(583,314,o), +(550,358,o), +(488,370,c), +(488,372,l), +(535,384,o), +(568,424,o), +(568,472,cs), +(568,540,o), +(517,585,o), +(436,585,cs), +(356,585,o), +(304,541,o), +(304,472,cs), +(304,424,o), +(337,384,o), +(383,372,c), +(383,370,l), +(322,358,o), +(289,314,o), +(289,261,cs), +(289,190,o), +(348,142,o), +(436,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,172,o), +(325,209,o), +(325,264,cs), +(325,314,o), +(355,356,o), +(436,356,cs), +(517,356,o), +(547,313,o), +(547,264,cs), +(547,209,o), +(502,172,o), +(436,172,cs) +); +}, +{ +closed = 1; +nodes = ( +(363,385,o), +(338,428,o), +(338,471,cs), +(338,513,o), +(362,556,o), +(436,556,cs), +(510,556,o), +(534,512,o), +(534,471,cs), +(534,428,o), +(509,385,o), +(436,385,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (226,189); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -50; +width = 55; +}; +}; +width = 858; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(531,144,o), +(600,189,o), +(600,270,cs), +(600,320,o), +(564,360,o), +(519,372,c), +(519,377,l), +(558,390,o), +(584,426,o), +(584,469,cs), +(584,540,o), +(528,587,o), +(427,587,cs), +(332,587,o), +(269,545,o), +(269,469,cs), +(269,426,o), +(295,390,o), +(334,377,c), +(334,372,l), +(292,361,o), +(253,323,o), +(253,270,cs), +(253,194,o), +(315,144,o), +(427,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(399,252,o), +(383,265,o), +(383,289,cs), +(383,312,o), +(400,326,o), +(427,326,cs), +(452,326,o), +(470,313,o), +(470,289,cs), +(470,265,o), +(454,252,o), +(427,252,cs) +); +}, +{ +closed = 1; +nodes = ( +(407,419,o), +(389,429,o), +(389,452,cs), +(389,473,o), +(405,484,o), +(427,484,cs), +(448,484,o), +(464,473,o), +(464,452,cs), +(464,429,o), +(446,419,o), +(427,419,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (225,191); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 834; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,144,o), +(486,184,o), +(486,266,cs), +(486,319,o), +(463,361,o), +(421,372,c), +(421,375,l), +(461,388,o), +(480,430,o), +(480,476,cs), +(480,542,o), +(446,586,o), +(386,586,cs), +(330,586,o), +(292,546,o), +(292,476,cs), +(292,430,o), +(311,388,o), +(351,375,c), +(351,372,l), +(312,362,o), +(286,323,o), +(286,266,cs), +(286,193,o), +(319,144,o), +(386,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(345,169,o), +(316,196,o), +(316,268,cs), +(316,324,o), +(338,361,o), +(386,361,cs), +(429,361,o), +(456,330,o), +(456,268,cs), +(456,209,o), +(436,169,o), +(386,169,cs) +); +}, +{ +closed = 1; +nodes = ( +(347,386,o), +(321,417,o), +(321,474,cs), +(321,525,o), +(341,561,o), +(386,561,cs), +(425,561,o), +(451,533,o), +(451,474,cs), +(451,419,o), +(427,386,o), +(386,386,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +pos = (244,188); +ref = eightinferior; +} +); +width = 727; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(469,145,o), +(517,195,o), +(517,269,cs), +(517,315,o), +(492,357,o), +(451,367,c), +(451,372,l), +(489,386,o), +(511,422,o), +(511,471,cs), +(511,541,o), +(465,588,o), +(384,588,cs), +(303,588,o), +(258,541,o), +(258,471,cs), +(258,426,o), +(278,387,o), +(317,372,c), +(317,367,l), +(275,356,o), +(252,314,o), +(252,269,cs), +(252,194,o), +(300,145,o), +(384,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(371,232,o), +(362,246,o), +(362,278,cs), +(362,307,o), +(367,324,o), +(384,324,cs), +(402,324,o), +(406,306,o), +(406,278,cs), +(406,245,o), +(397,232,o), +(384,232,cs) +); +}, +{ +closed = 1; +nodes = ( +(372,413,o), +(364,421,o), +(364,459,cs), +(364,482,o), +(368,501,o), +(384,501,cs), +(401,501,o), +(405,481,o), +(405,459,cs), +(405,422,o), +(397,413,o), +(384,413,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +pos = (239,189); +ref = eightinferior; +} +); +width = 747; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(555,142,o), +(615,190,o), +(615,261,cs), +(615,314,o), +(582,358,o), +(520,370,c), +(520,372,l), +(567,384,o), +(600,424,o), +(600,472,cs), +(600,540,o), +(549,585,o), +(468,585,cs), +(388,585,o), +(336,541,o), +(336,472,cs), +(336,424,o), +(369,384,o), +(415,372,c), +(415,370,l), +(354,358,o), +(321,314,o), +(321,261,cs), +(321,190,o), +(380,142,o), +(468,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(402,172,o), +(357,209,o), +(357,264,cs), +(357,314,o), +(387,356,o), +(468,356,cs), +(549,356,o), +(579,313,o), +(579,264,cs), +(579,209,o), +(534,172,o), +(468,172,cs) +); +}, +{ +closed = 1; +nodes = ( +(395,385,o), +(370,428,o), +(370,471,cs), +(370,513,o), +(394,556,o), +(468,556,cs), +(542,556,o), +(566,512,o), +(566,471,cs), +(566,428,o), +(541,385,o), +(468,385,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = master01; +pos = (284,186); +ref = eightinferior; +} +); +width = 891; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(559,144,o), +(628,189,o), +(628,270,cs), +(628,320,o), +(592,360,o), +(547,372,c), +(547,377,l), +(586,390,o), +(612,426,o), +(612,469,cs), +(612,540,o), +(556,587,o), +(455,587,cs), +(360,587,o), +(297,545,o), +(297,469,cs), +(297,426,o), +(323,390,o), +(362,377,c), +(362,372,l), +(320,361,o), +(281,323,o), +(281,270,cs), +(281,194,o), +(343,144,o), +(455,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(427,252,o), +(411,265,o), +(411,289,cs), +(411,312,o), +(428,326,o), +(455,326,cs), +(480,326,o), +(498,313,o), +(498,289,cs), +(498,265,o), +(482,252,o), +(455,252,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,419,o), +(417,429,o), +(417,452,cs), +(417,473,o), +(433,484,o), +(455,484,cs), +(476,484,o), +(492,473,o), +(492,452,cs), +(492,429,o), +(474,419,o), +(455,419,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +pos = (280,188); +ref = eightinferior; +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(585,142,o), +(653,185,o), +(653,262,cs), +(653,324,o), +(607,366,o), +(541,369,c), +(541,372,l), +(604,381,o), +(644,415,o), +(644,473,cs), +(644,551,o), +(569,584,o), +(473,584,cs), +(378,584,o), +(303,552,o), +(303,473,cs), +(303,414,o), +(345,380,o), +(405,372,c), +(405,369,l), +(342,366,o), +(293,325,o), +(293,262,cs), +(293,185,o), +(361,142,o), +(473,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(379,173,o), +(332,206,o), +(332,266,cs), +(332,330,o), +(384,356,o), +(473,356,cs), +(563,356,o), +(615,330,o), +(615,266,cs), +(615,206,o), +(567,173,o), +(473,173,cs) +); +}, +{ +closed = 1; +nodes = ( +(376,384,o), +(340,419,o), +(340,469,cs), +(340,530,o), +(396,554,o), +(473,554,cs), +(550,554,o), +(606,530,o), +(606,469,cs), +(606,419,o), +(570,384,o), +(473,384,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +pos = (253,190); +ref = eightinferior; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,67,o), +(151,181,o), +(151,364,cs), +(151,547,o), +(279,661,o), +(459,661,cs), +(640,661,o), +(767,547,o), +(767,364,cs), +(767,181,o), +(640,67,o), +(459,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(605,143,o), +(668,193,o), +(668,269,cs), +(668,320,o), +(633,361,o), +(582,369,c), +(582,373,l), +(627,383,o), +(658,416,o), +(658,465,cs), +(658,553,o), +(572,586,o), +(460,586,cs), +(350,586,o), +(264,553,o), +(264,465,cs), +(264,418,o), +(293,383,o), +(340,373,c), +(340,369,l), +(286,361,o), +(254,318,o), +(254,269,cs), +(254,192,o), +(318,143,o), +(460,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(429,251,o), +(406,261,o), +(406,285,cs), +(406,305,o), +(420,320,o), +(460,320,cs), +(501,320,o), +(516,305,o), +(516,285,cs), +(516,261,o), +(493,251,o), +(460,251,cs) +); +}, +{ +closed = 1; +nodes = ( +(429,413,o), +(413,426,o), +(413,446,cs), +(413,465,o), +(429,477,o), +(460,477,cs), +(492,477,o), +(509,465,o), +(509,446,cs), +(509,425,o), +(493,413,o), +(460,413,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +pos = (235,193); +ref = eightinferior; +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(409,144,o), +(449,184,o), +(449,266,cs), +(449,319,o), +(426,361,o), +(384,372,c), +(384,375,l), +(424,388,o), +(443,430,o), +(443,476,cs), +(443,542,o), +(409,586,o), +(349,586,cs), +(293,586,o), +(255,546,o), +(255,476,cs), +(255,430,o), +(274,388,o), +(314,375,c), +(314,372,l), +(275,362,o), +(249,323,o), +(249,266,cs), +(249,193,o), +(282,144,o), +(349,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(308,169,o), +(279,196,o), +(279,268,cs), +(279,324,o), +(301,361,o), +(349,361,cs), +(392,361,o), +(419,330,o), +(419,268,cs), +(419,209,o), +(399,169,o), +(349,169,cs) +); +}, +{ +closed = 1; +nodes = ( +(310,386,o), +(284,417,o), +(284,474,cs), +(284,525,o), +(304,561,o), +(349,561,cs), +(388,561,o), +(414,533,o), +(414,474,cs), +(414,419,o), +(390,386,o), +(349,386,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = whiteCircle; +}, +{ +alignment = -1; +pos = (207,188); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 698; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(437,145,o), +(485,195,o), +(485,269,cs), +(485,315,o), +(460,357,o), +(419,367,c), +(419,372,l), +(457,386,o), +(479,422,o), +(479,471,cs), +(479,541,o), +(433,588,o), +(352,588,cs), +(271,588,o), +(226,541,o), +(226,471,cs), +(226,426,o), +(246,387,o), +(285,372,c), +(285,367,l), +(243,356,o), +(220,314,o), +(220,269,cs), +(220,194,o), +(268,145,o), +(352,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(339,232,o), +(330,246,o), +(330,278,cs), +(330,307,o), +(335,324,o), +(352,324,cs), +(370,324,o), +(374,306,o), +(374,278,cs), +(374,245,o), +(365,232,o), +(352,232,cs) +); +}, +{ +closed = 1; +nodes = ( +(340,413,o), +(332,421,o), +(332,459,cs), +(332,482,o), +(336,501,o), +(352,501,cs), +(369,501,o), +(373,481,o), +(373,459,cs), +(373,422,o), +(365,413,o), +(352,413,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (206,189); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 686; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( (660,-10,o), (811,140,o), (811,363,cs), @@ -354,13 +1793,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (230,189); ref = eightinferior; } @@ -478,13 +1918,14 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (227,191); ref = eightinferior; } @@ -496,7 +1937,7 @@ weight = -450; width = 50; }; }; -width = 855; +width = 835; }, { background = { @@ -602,13 +2043,14 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (222,190); ref = eightinferior; } @@ -719,13 +2161,14 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (206,193); ref = eightinferior; } @@ -836,7 +2279,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -844,11 +2287,11 @@ ref = whiteCircle; }, { masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (244,188); +pos = (221,188); ref = eightinferior; } ); -width = 727; +width = 681; }, { background = { @@ -954,7 +2397,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -962,11 +2405,11 @@ ref = whiteCircle; }, { masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (239,189); +pos = (220,189); ref = eightinferior; } ); -width = 731; +width = 709; }, { background = { @@ -1072,7 +2515,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -1080,11 +2523,11 @@ ref = whiteCircle; }, { masterId = master01; -pos = (262,189); +pos = (284,186); ref = eightinferior; } ); -width = 891; +width = 843; }, { background = { @@ -1190,7 +2633,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -1198,11 +2641,11 @@ ref = whiteCircle; }, { masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (255,191); +pos = (280,188); ref = eightinferior; } ); -width = 873; +width = 815; }, { background = { @@ -1308,7 +2751,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -1316,11 +2759,11 @@ ref = whiteCircle; }, { masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (253,190); +pos = (243,190); ref = eightinferior; } ); -width = 903; +width = 883; }, { background = { @@ -1426,7 +2869,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -1434,11 +2877,11 @@ ref = whiteCircle; }, { masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (235,193); +pos = (214,193); ref = eightinferior; } ); -width = 880; +width = 850; } ); metricLeft = one.sansSerifCircled; diff --git a/sources/MonaSans.glyphspackage/glyphs/eight.dnom.glyph b/sources/MonaSans.glyphspackage/glyphs/eight.dnom.glyph index 82a11e8a..66223b75 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eight.dnom.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eight.dnom.glyph @@ -7,66 +7,66 @@ shapes = ( { closed = 1; nodes = ( -(205,-5,o), -(247,38,o), -(247,102,cs), -(247,140,o), -(228,177,o), -(190,187,c), -(190,191,l), -(225,204,o), -(242,237,o), -(242,277,cs), -(242,338,o), -(202,379,o), -(131,379,cs), -(59,379,o), -(19,338,o), -(19,277,cs), -(19,238,o), -(36,205,o), -(71,191,c), -(71,187,l), -(35,178,o), -(14,142,o), -(14,102,cs), -(14,38,o), -(56,-5,o), -(131,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(121,74,o), -(114,85,o), -(114,110,cs), -(114,135,o), -(118,148,o), -(131,148,cs), -(144,148,o), -(147,134,o), -(147,110,cs), -(147,83,o), -(139,74,o), -(131,74,cs) -); -}, -{ -closed = 1; -nodes = ( -(121,229,o), -(116,235,o), -(116,266,cs), -(116,284,o), -(118,299,o), -(131,299,cs), -(144,299,o), -(146,282,o), -(146,266,cs), -(146,235,o), -(140,229,o), -(131,229,cs) +(213,-5,o), +(255,38,o), +(255,102,cs), +(255,140,o), +(236,177,o), +(198,187,c), +(198,191,l), +(233,204,o), +(250,237,o), +(250,277,cs), +(250,338,o), +(210,379,o), +(139,379,cs), +(67,379,o), +(27,338,o), +(27,277,cs), +(27,238,o), +(44,205,o), +(79,191,c), +(79,187,l), +(43,178,o), +(22,142,o), +(22,102,cs), +(22,38,o), +(64,-5,o), +(139,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(129,74,o), +(122,85,o), +(122,110,cs), +(122,135,o), +(126,148,o), +(139,148,cs), +(152,148,o), +(155,134,o), +(155,110,cs), +(155,83,o), +(147,74,o), +(139,74,cs) +); +}, +{ +closed = 1; +nodes = ( +(129,229,o), +(124,235,o), +(124,266,cs), +(124,284,o), +(126,299,o), +(139,299,cs), +(152,299,o), +(154,282,o), +(154,266,cs), +(154,235,o), +(148,229,o), +(139,229,cs) ); } ); @@ -77,7 +77,7 @@ weight = -400; width = 52; }; }; -width = 261; +width = 277; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -158,71 +158,227 @@ width = 55; width = 271; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(275,-6,o), -(330,38,o), -(330,104,cs), -(330,153,o), -(299,193,o), -(244,204,c), -(244,206,l), -(287,217,o), -(317,253,o), -(317,297,cs), -(317,360,o), -(270,401,o), -(196,401,cs), -(122,401,o), -(74,360,o), -(74,297,cs), -(74,253,o), -(104,217,o), -(147,206,c), -(147,204,l), -(93,193,o), -(61,154,o), -(61,104,cs), -(61,39,o), -(115,-6,o), -(196,-6,cs) +(309,-4,o), +(373,34,o), +(373,106,cs), +(373,164,o), +(328,201,o), +(270,204,c), +(270,206,l), +(328,214,o), +(365,247,o), +(365,299,cs), +(365,371,o), +(295,401,o), +(208,401,cs), +(119,401,o), +(51,371,o), +(51,299,cs), +(51,247,o), +(87,214,o), +(145,206,c), +(145,204,l), +(90,201,o), +(42,166,o), +(42,106,cs), +(42,34,o), +(106,-4,o), +(208,-4,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,24,o), +(79,55,o), +(79,110,cs), +(79,167,o), +(126,191,o), +(208,191,cs), +(288,191,o), +(336,168,o), +(336,110,cs), +(336,55,o), +(293,24,o), +(208,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(120,218,o), +(86,249,o), +(86,295,cs), +(86,350,o), +(137,373,o), +(208,373,cs), +(278,373,o), +(329,350,o), +(329,295,cs), +(329,250,o), +(297,218,o), +(208,218,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 415; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(337,-5,o), +(394,39,o), +(394,105,cs), +(394,147,o), +(363,185,o), +(315,191,c), +(315,195,l), +(359,204,o), +(385,235,o), +(385,275,cs), +(385,351,o), +(308,380,o), +(209,380,cs), +(111,380,o), +(34,351,o), +(34,275,cs), +(34,232,o), +(63,203,o), +(105,195,c), +(105,191,l), +(57,185,o), +(25,149,o), +(25,105,cs), +(25,38,o), +(83,-5,o), +(209,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,88,o), +(153,97,o), +(153,118,cs), +(153,137,o), +(170,150,o), +(209,150,cs), +(249,150,o), +(265,137,o), +(265,118,cs), +(265,97,o), +(243,88,o), +(209,88,cs) +); +}, +{ +closed = 1; +nodes = ( +(177,229,o), +(160,240,o), +(160,259,cs), +(160,276,o), +(177,287,o), +(209,287,cs), +(241,287,o), +(259,276,o), +(259,259,cs), +(259,240,o), +(242,229,o), +(209,229,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 419; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(272,-6,o), +(327,38,o), +(327,104,cs), +(327,153,o), +(296,193,o), +(243,204,c), +(243,206,l), +(284,217,o), +(314,253,o), +(314,297,cs), +(314,360,o), +(267,401,o), +(195,401,cs), +(123,401,o), +(75,360,o), +(75,297,cs), +(75,253,o), +(105,217,o), +(148,206,c), +(148,204,l), +(94,193,o), +(62,154,o), +(62,104,cs), +(62,39,o), +(116,-6,o), +(195,-6,cs) ); }, { closed = 1; nodes = ( -(135,22,o), -(94,56,o), -(94,107,cs), -(94,152,o), -(122,191,o), -(196,191,cs), -(270,191,o), -(297,152,o), -(297,107,cs), -(297,56,o), -(256,22,o), -(196,22,cs) +(136,22,o), +(95,56,o), +(95,107,cs), +(95,152,o), +(123,191,o), +(195,191,cs), +(267,191,o), +(294,152,o), +(294,107,cs), +(294,56,o), +(253,22,o), +(195,22,cs) ); }, { closed = 1; nodes = ( -(128,218,o), -(106,257,o), -(106,296,cs), -(106,335,o), -(128,374,o), -(196,374,cs), -(263,374,o), -(285,335,o), -(285,296,cs), -(285,257,o), -(263,218,o), -(196,218,cs) +(129,218,o), +(107,257,o), +(107,296,cs), +(107,335,o), +(129,374,o), +(195,374,cs), +(260,374,o), +(282,335,o), +(282,296,cs), +(282,257,o), +(260,218,o), +(195,218,cs) ); } ); @@ -285,241 +441,85 @@ type = Stem; } ); }; -width = 391; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(277,-5,o), -(340,33,o), -(340,104,cs), -(340,149,o), -(307,182,o), -(267,192,c), -(267,197,l), -(300,207,o), -(326,238,o), -(326,276,cs), -(326,338,o), -(275,379,o), -(185,379,cs), -(100,379,o), -(43,342,o), -(43,276,cs), -(43,240,o), -(67,208,o), -(102,197,c), -(102,192,l), -(62,182,o), -(29,149,o), -(29,104,cs), -(29,38,o), -(85,-5,o), -(185,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(159,90,o), -(144,101,o), -(144,121,cs), -(144,141,o), -(160,152,o), -(185,152,cs), -(209,152,o), -(225,141,o), -(225,121,cs), -(225,101,o), -(210,90,o), -(185,90,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,234,o), -(149,242,o), -(149,261,cs), -(149,279,o), -(164,288,o), -(185,288,cs), -(205,288,o), -(220,279,o), -(220,261,cs), -(220,242,o), -(204,234,o), -(185,234,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 369; +width = 388; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(309,-4,o), -(373,34,o), -(373,106,cs), -(373,164,o), -(328,201,o), -(270,204,c), -(270,206,l), -(328,214,o), -(365,247,o), -(365,299,cs), -(365,371,o), -(295,401,o), -(208,401,cs), -(119,401,o), -(51,371,o), -(51,299,cs), -(51,247,o), -(87,214,o), -(145,206,c), -(145,204,l), -(90,201,o), -(42,166,o), -(42,106,cs), -(42,34,o), -(106,-4,o), -(208,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(122,24,o), -(79,55,o), -(79,110,cs), -(79,167,o), -(126,191,o), -(208,191,cs), -(288,191,o), -(336,168,o), -(336,110,cs), -(336,55,o), -(293,24,o), -(208,24,cs) +(265,-5,o), +(326,33,o), +(326,104,cs), +(326,149,o), +(294,182,o), +(256,192,c), +(256,197,l), +(287,207,o), +(312,238,o), +(312,276,cs), +(312,338,o), +(263,379,o), +(177,379,cs), +(96,379,o), +(42,342,o), +(42,276,cs), +(42,240,o), +(64,208,o), +(97,197,c), +(97,192,l), +(59,182,o), +(28,149,o), +(28,104,cs), +(28,38,o), +(81,-5,o), +(177,-5,cs) ); }, { closed = 1; nodes = ( -(120,218,o), -(86,249,o), -(86,295,cs), -(86,350,o), -(137,373,o), -(208,373,cs), -(278,373,o), -(329,350,o), -(329,295,cs), -(329,250,o), -(297,218,o), -(208,218,cs) -); -} +(154,90,o), +(142,101,o), +(142,121,cs), +(142,141,o), +(156,152,o), +(177,152,cs), +(197,152,o), +(212,141,o), +(212,121,cs), +(212,101,o), +(199,90,o), +(177,90,cs) ); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 415; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ closed = 1; nodes = ( -(331,-5,o), -(388,39,o), -(388,105,cs), -(388,147,o), -(357,185,o), -(309,191,c), -(309,195,l), -(353,204,o), -(379,235,o), -(379,275,cs), -(379,351,o), -(302,380,o), -(203,380,cs), -(105,380,o), -(28,351,o), -(28,275,cs), -(28,232,o), -(57,203,o), -(99,195,c), -(99,191,l), -(51,185,o), -(19,149,o), -(19,105,cs), -(19,38,o), -(77,-5,o), -(203,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(170,88,o), -(147,97,o), -(147,118,cs), -(147,137,o), -(164,150,o), -(203,150,cs), -(243,150,o), -(259,137,o), -(259,118,cs), -(259,97,o), -(237,88,o), -(203,88,cs) -); -}, -{ -closed = 1; -nodes = ( -(171,229,o), -(154,240,o), -(154,259,cs), -(154,276,o), -(171,287,o), -(203,287,cs), -(235,287,o), -(253,276,o), -(253,259,cs), -(253,240,o), -(236,229,o), -(203,229,cs) +(160,234,o), +(146,242,o), +(146,261,cs), +(146,279,o), +(159,288,o), +(177,288,cs), +(194,288,o), +(208,279,o), +(208,261,cs), +(208,242,o), +(193,234,o), +(177,234,cs) ); } ); userData = { RMXScaler = { height = 52; -weight = -390; +weight = -370; width = 54; }; }; -width = 407; +width = 352; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -605,66 +605,66 @@ shapes = ( { closed = 1; nodes = ( -(153,-5,o), -(196,33,o), -(208,90,cs), -(215,122,o), -(206,166,o), -(179,181,c), -(180,185,l), -(208,195,o), -(232,224,o), -(238,261,cs), -(250,338,o), -(209,379,o), -(137,379,cs), -(76,379,o), -(34,343,o), -(22,286,cs), -(15,253,o), -(24,213,o), -(45,198,c), -(45,194,l), -(15,184,o), -(-10,155,o), -(-19,113,cs), -(-34,39,o), -(9,-5,o), -(88,-5,cs) +(161,-5,o), +(204,33,o), +(216,90,cs), +(223,122,o), +(214,166,o), +(187,181,c), +(188,185,l), +(216,195,o), +(240,224,o), +(246,261,cs), +(258,338,o), +(217,379,o), +(145,379,cs), +(84,379,o), +(42,343,o), +(30,286,cs), +(23,253,o), +(32,213,o), +(53,198,c), +(53,194,l), +(23,184,o), +(-2,155,o), +(-11,113,cs), +(-26,39,o), +(17,-5,o), +(96,-5,cs) ); }, { closed = 1; nodes = ( -(76,75,o), -(76,93,o), -(80,111,cs), -(85,135,o), -(90,148,o), -(102,148,cs), -(116,148,o), -(117,133,o), -(112,109,cs), -(107,85,o), -(98,75,o), -(90,75,cs) +(84,75,o), +(84,93,o), +(88,111,cs), +(93,135,o), +(98,148,o), +(110,148,cs), +(124,148,o), +(125,133,o), +(120,109,cs), +(115,85,o), +(106,75,o), +(98,75,cs) ); }, { closed = 1; nodes = ( -(108,229,o), -(109,244,o), -(114,267,cs), -(118,286,o), -(123,299,o), -(135,299,cs), -(147,299,o), -(147,283,o), -(143,264,cs), -(137,235,o), -(130,229,o), -(123,229,cs) +(116,229,o), +(117,244,o), +(122,267,cs), +(126,286,o), +(131,299,o), +(143,299,cs), +(155,299,o), +(155,283,o), +(151,264,cs), +(145,235,o), +(138,229,o), +(131,229,cs) ); } ); @@ -675,7 +675,7 @@ weight = -400; width = 52; }; }; -width = 259; +width = 275; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -917,66 +917,1054 @@ shapes = ( { closed = 1; nodes = ( -(287,-5,o), -(349,42,o), -(351,109,cs), -(352,149,o), -(326,180,o), -(289,187,c), -(290,190,l), -(341,199,o), -(377,234,o), -(378,276,cs), -(380,333,o), -(329,379,o), -(210,379,cs), -(105,379,o), -(30,338,o), -(28,267,cs), -(27,235,o), -(52,206,o), -(83,199,c), -(82,195,l), -(26,187,o), -(-14,149,o), -(-16,98,cs), -(-18,15,o), -(75,-5,o), -(161,-5,cs) +(293,-5,o), +(355,42,o), +(357,109,cs), +(358,149,o), +(332,180,o), +(295,187,c), +(296,190,l), +(347,199,o), +(383,234,o), +(384,276,cs), +(386,333,o), +(335,379,o), +(216,379,cs), +(111,379,o), +(36,338,o), +(34,267,cs), +(33,235,o), +(58,206,o), +(89,199,c), +(88,195,l), +(32,187,o), +(-8,149,o), +(-10,98,cs), +(-12,15,o), +(81,-5,o), +(167,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,88,o), +(121,98,o), +(121,118,cs), +(121,137,o), +(141,150,o), +(180,150,cs), +(212,150,o), +(233,139,o), +(233,121,cs), +(233,102,o), +(213,88,o), +(177,88,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,228,o), +(157,240,o), +(157,256,cs), +(157,276,o), +(178,286,o), +(209,286,cs), +(236,286,o), +(255,275,o), +(255,259,cs), +(255,239,o), +(235,228,o), +(206,228,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 417; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(171,-5,o), +(207,33,o), +(207,107,cs), +(207,153,o), +(188,194,o), +(148,205,c), +(148,207,l), +(184,219,o), +(202,256,o), +(202,300,cs), +(202,360,o), +(171,401,o), +(116,401,cs), +(64,401,o), +(30,364,o), +(30,300,cs), +(30,257,o), +(47,219,o), +(83,207,c), +(83,205,l), +(44,194,o), +(24,155,o), +(24,107,cs), +(24,40,o), +(55,-5,o), +(116,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(78,18,o), +(51,43,o), +(51,109,cs), +(51,161,o), +(72,194,o), +(116,194,cs), +(155,194,o), +(180,166,o), +(180,109,cs), +(180,54,o), +(161,18,o), +(116,18,cs) +); +}, +{ +closed = 1; +nodes = ( +(80,217,o), +(56,245,o), +(56,298,cs), +(56,346,o), +(75,378,o), +(116,378,cs), +(152,378,o), +(175,351,o), +(175,298,cs), +(175,249,o), +(154,217,o), +(116,217,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 231; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,-5,o), +(238,38,o), +(238,102,cs), +(238,140,o), +(219,177,o), +(181,187,c), +(181,191,l), +(216,204,o), +(233,237,o), +(233,277,cs), +(233,338,o), +(193,379,o), +(122,379,cs), +(50,379,o), +(10,338,o), +(10,277,cs), +(10,238,o), +(27,205,o), +(62,191,c), +(62,187,l), +(26,178,o), +(5,142,o), +(5,102,cs), +(5,38,o), +(47,-5,o), +(122,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(112,74,o), +(105,85,o), +(105,110,cs), +(105,135,o), +(109,148,o), +(122,148,cs), +(135,148,o), +(138,134,o), +(138,110,cs), +(138,83,o), +(130,74,o), +(122,74,cs) +); +}, +{ +closed = 1; +nodes = ( +(112,229,o), +(107,235,o), +(107,266,cs), +(107,284,o), +(109,299,o), +(122,299,cs), +(135,299,o), +(137,282,o), +(137,266,cs), +(137,235,o), +(131,229,o), +(122,229,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 243; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,-6,o), +(310,38,o), +(310,104,cs), +(310,153,o), +(279,193,o), +(224,204,c), +(224,206,l), +(267,217,o), +(297,253,o), +(297,297,cs), +(297,360,o), +(250,401,o), +(176,401,cs), +(102,401,o), +(54,360,o), +(54,297,cs), +(54,253,o), +(84,217,o), +(127,206,c), +(127,204,l), +(73,193,o), +(41,154,o), +(41,104,cs), +(41,39,o), +(95,-6,o), +(176,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(115,22,o), +(74,56,o), +(74,107,cs), +(74,152,o), +(102,191,o), +(176,191,cs), +(250,191,o), +(277,152,o), +(277,107,cs), +(277,56,o), +(236,22,o), +(176,22,cs) +); +}, +{ +closed = 1; +nodes = ( +(108,218,o), +(86,257,o), +(86,296,cs), +(86,335,o), +(108,374,o), +(176,374,cs), +(243,374,o), +(265,335,o), +(265,296,cs), +(265,257,o), +(243,218,o), +(176,218,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 351; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(256,-5,o), +(319,33,o), +(319,104,cs), +(319,149,o), +(286,182,o), +(246,192,c), +(246,197,l), +(279,207,o), +(305,238,o), +(305,276,cs), +(305,338,o), +(254,379,o), +(164,379,cs), +(79,379,o), +(22,342,o), +(22,276,cs), +(22,240,o), +(46,208,o), +(81,197,c), +(81,192,l), +(41,182,o), +(8,149,o), +(8,104,cs), +(8,38,o), +(64,-5,o), +(164,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(138,90,o), +(123,101,o), +(123,121,cs), +(123,141,o), +(139,152,o), +(164,152,cs), +(188,152,o), +(204,141,o), +(204,121,cs), +(204,101,o), +(189,90,o), +(164,90,cs) +); +}, +{ +closed = 1; +nodes = ( +(144,234,o), +(128,242,o), +(128,261,cs), +(128,279,o), +(143,288,o), +(164,288,cs), +(184,288,o), +(199,279,o), +(199,261,cs), +(199,242,o), +(183,234,o), +(164,234,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 327; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(299,-4,o), +(363,34,o), +(363,106,cs), +(363,164,o), +(318,201,o), +(260,204,c), +(260,206,l), +(318,214,o), +(355,247,o), +(355,299,cs), +(355,371,o), +(285,401,o), +(198,401,cs), +(109,401,o), +(41,371,o), +(41,299,cs), +(41,247,o), +(77,214,o), +(135,206,c), +(135,204,l), +(80,201,o), +(32,166,o), +(32,106,cs), +(32,34,o), +(96,-4,o), +(198,-4,cs) +); +}, +{ +closed = 1; +nodes = ( +(112,24,o), +(69,55,o), +(69,110,cs), +(69,167,o), +(116,191,o), +(198,191,cs), +(278,191,o), +(326,168,o), +(326,110,cs), +(326,55,o), +(283,24,o), +(198,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,218,o), +(76,249,o), +(76,295,cs), +(76,350,o), +(127,373,o), +(198,373,cs), +(268,373,o), +(319,350,o), +(319,295,cs), +(319,250,o), +(287,218,o), +(198,218,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 395; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(321,-5,o), +(378,39,o), +(378,105,cs), +(378,147,o), +(347,185,o), +(299,191,c), +(299,195,l), +(343,204,o), +(369,235,o), +(369,275,cs), +(369,351,o), +(292,380,o), +(193,380,cs), +(95,380,o), +(18,351,o), +(18,275,cs), +(18,232,o), +(47,203,o), +(89,195,c), +(89,191,l), +(41,185,o), +(9,149,o), +(9,105,cs), +(9,38,o), +(67,-5,o), +(193,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,88,o), +(137,97,o), +(137,118,cs), +(137,137,o), +(154,150,o), +(193,150,cs), +(233,150,o), +(249,137,o), +(249,118,cs), +(249,97,o), +(227,88,o), +(193,88,cs) +); +}, +{ +closed = 1; +nodes = ( +(161,229,o), +(144,240,o), +(144,259,cs), +(144,276,o), +(161,287,o), +(193,287,cs), +(225,287,o), +(243,276,o), +(243,259,cs), +(243,240,o), +(226,229,o), +(193,229,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 387; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(117,-5,o), +(155,29,o), +(170,101,cs), +(178,140,o), +(172,186,o), +(138,202,c), +(138,204,l), +(171,213,o), +(196,251,o), +(204,290,cs), +(218,358,o), +(191,401,o), +(132,401,cs), +(87,401,o), +(49,367,o), +(37,308,cs), +(28,265,o), +(35,227,o), +(64,211,c), +(64,208,l), +(30,200,o), +(1,166,o), +(-9,115,cs), +(-24,40,o), +(3,-5,o), +(68,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(18,18,o), +(6,59,o), +(18,115,cs), +(29,166,o), +(54,194,o), +(92,194,cs), +(141,194,o), +(154,154,o), +(144,105,cs), +(133,53,o), +(110,18,o), +(69,18,cs) +); +}, +{ +closed = 1; +nodes = ( +(66,216,o), +(51,253,o), +(62,304,cs), +(71,347,o), +(94,378,o), +(131,378,cs), +(173,378,o), +(189,347,o), +(178,292,cs), +(168,244,o), +(143,216,o), +(109,216,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 225; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(142,-5,o), +(185,33,o), +(197,90,cs), +(204,122,o), +(195,166,o), +(168,181,c), +(169,185,l), +(197,195,o), +(221,224,o), +(227,261,cs), +(239,338,o), +(198,379,o), +(126,379,cs), +(65,379,o), +(23,343,o), +(11,286,cs), +(4,253,o), +(13,213,o), +(34,198,c), +(34,194,l), +(4,184,o), +(-21,155,o), +(-30,113,cs), +(-45,39,o), +(-2,-5,o), +(77,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(65,75,o), +(65,93,o), +(69,111,cs), +(74,135,o), +(79,148,o), +(91,148,cs), +(105,148,o), +(106,133,o), +(101,109,cs), +(96,85,o), +(87,75,o), +(79,75,cs) +); +}, +{ +closed = 1; +nodes = ( +(97,229,o), +(98,244,o), +(103,267,cs), +(107,286,o), +(112,299,o), +(124,299,cs), +(136,299,o), +(136,283,o), +(132,264,cs), +(126,235,o), +(119,229,o), +(112,229,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 237; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(214,-6,o), +(273,42,o), +(273,112,cs), +(273,154,o), +(244,189,o), +(204,198,c), +(205,200,l), +(261,207,o), +(302,247,o), +(302,303,cs), +(302,363,o), +(253,401,o), +(186,401,cs), +(109,401,o), +(56,355,o), +(56,287,cs), +(56,249,o), +(81,217,o), +(116,207,c), +(116,205,l), +(53,198,o), +(5,153,o), +(5,92,cs), +(5,35,o), +(51,-6,o), +(130,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(76,22,o), +(37,50,o), +(37,98,cs), +(37,152,o), +(81,190,o), +(145,190,cs), +(206,190,o), +(240,162,o), +(240,115,cs), +(240,57,o), +(194,22,o), +(133,22,cs) +); +}, +{ +closed = 1; +nodes = ( +(119,216,o), +(87,244,o), +(87,284,cs), +(87,338,o), +(122,374,o), +(186,374,cs), +(236,374,o), +(271,345,o), +(271,300,cs), +(271,250,o), +(231,216,o), +(171,216,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 343; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(217,-5,o), +(281,32,o), +(281,102,cs), +(281,139,o), +(253,172,o), +(219,183,c), +(221,187,l), +(267,200,o), +(299,230,o), +(299,276,cs), +(299,337,o), +(242,379,o), +(157,379,cs), +(76,379,o), +(12,340,o), +(12,272,cs), +(12,240,o), +(31,211,o), +(56,200,c), +(56,195,l), +(7,186,o), +(-31,150,o), +(-31,101,cs), +(-31,35,o), +(25,-5,o), +(122,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(97,90,o), +(83,103,o), +(83,121,cs), +(83,140,o), +(98,153,o), +(126,153,cs), +(150,153,o), +(166,140,o), +(166,121,cs), +(166,103,o), +(151,90,o), +(122,90,cs) +); +}, +{ +closed = 1; +nodes = ( +(133,234,o), +(118,244,o), +(118,262,cs), +(118,278,o), +(133,288,o), +(158,288,cs), +(178,288,o), +(193,278,o), +(193,262,cs), +(193,244,o), +(177,234,o), +(153,234,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 315; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(257,-4,o), +(328,32,o), +(331,110,cs), +(333,159,o), +(298,195,o), +(247,201,c), +(247,203,l), +(310,208,o), +(360,242,o), +(362,302,cs), +(364,370,o), +(294,401,o), +(210,401,cs), +(112,401,o), +(51,360,o), +(49,293,cs), +(48,253,o), +(70,221,o), +(124,210,c), +(123,208,l), +(56,206,o), +(1,164,o), +(-1,101,cs), +(-3,32,o), +(64,-4,o), +(161,-4,cs) +); +}, +{ +closed = 1; +nodes = ( +(85,25,o), +(34,54,o), +(36,106,cs), +(38,163,o), +(84,192,o), +(165,192,cs), +(248,192,o), +(297,167,o), +(295,114,cs), +(293,58,o), +(249,25,o), +(163,25,cs) +); +}, +{ +closed = 1; +nodes = ( +(140,217,o), +(81,238,o), +(83,292,cs), +(85,344,o), +(132,373,o), +(205,373,cs), +(271,373,o), +(328,352,o), +(326,298,cs), +(324,246,o), +(280,217,o), +(205,217,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 394; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(272,-5,o), +(334,42,o), +(336,109,cs), +(337,149,o), +(311,180,o), +(274,187,c), +(275,190,l), +(326,199,o), +(362,234,o), +(363,276,cs), +(365,333,o), +(314,379,o), +(195,379,cs), +(90,379,o), +(15,338,o), +(13,267,cs), +(12,235,o), +(37,206,o), +(68,199,c), +(67,195,l), +(11,187,o), +(-29,149,o), +(-31,98,cs), +(-33,15,o), +(60,-5,o), +(146,-5,cs) ); }, { closed = 1; nodes = ( -(135,88,o), -(115,98,o), -(115,118,cs), -(115,137,o), -(135,150,o), -(174,150,cs), -(206,150,o), -(227,139,o), -(227,121,cs), -(227,102,o), -(207,88,o), -(171,88,cs) +(120,88,o), +(100,98,o), +(100,118,cs), +(100,137,o), +(120,150,o), +(159,150,cs), +(191,150,o), +(212,139,o), +(212,121,cs), +(212,102,o), +(192,88,o), +(156,88,cs) ); }, { closed = 1; nodes = ( -(170,228,o), -(151,240,o), -(151,256,cs), -(151,276,o), -(172,286,o), -(203,286,cs), -(230,286,o), -(249,275,o), -(249,259,cs), -(249,239,o), -(229,228,o), -(200,228,cs) +(155,228,o), +(136,240,o), +(136,256,cs), +(136,276,o), +(157,286,o), +(188,286,cs), +(215,286,o), +(234,275,o), +(234,259,cs), +(234,239,o), +(214,228,o), +(185,228,cs) ); } ); @@ -987,7 +1975,7 @@ weight = -390; width = 54; }; }; -width = 405; +width = 375; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/eight.glyph b/sources/MonaSans.glyphspackage/glyphs/eight.glyph index 7de65e7d..000a5abb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eight.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eight.glyph @@ -1,7 +1,7 @@ { glyphname = eight; -kernLeft = eight; -kernRight = eight; +kernLeft = KO_eight; +kernRight = KO_eight; layers = ( { background = { @@ -78,70 +78,70 @@ shapes = ( { closed = 1; nodes = ( -(376,-10,o), -(456,73,o), -(456,198,cs), -(456,278,o), -(415,347,o), -(346,365,c), -(346,373,l), -(411,397,o), -(446,458,o), -(446,539,cs), -(446,658,o), -(370,737,o), -(235,737,cs), -(99,737,o), -(23,658,o), -(23,539,cs), -(23,463,o), -(57,399,o), -(123,373,c), -(123,365,l), -(55,347,o), -(13,278,o), -(13,198,cs), -(13,73,o), -(93,-10,o), -(235,-10,cs) +(385,-10,o), +(465,73,o), +(465,198,cs), +(465,278,o), +(423,347,o), +(354,366,c), +(354,374,l), +(419,397,o), +(455,459,o), +(455,540,cs), +(455,659,o), +(379,738,o), +(243,738,cs), +(107,738,o), +(31,659,o), +(31,540,cs), +(31,464,o), +(65,399,o), +(132,374,c), +(132,366,l), +(63,347,o), +(21,278,o), +(21,198,cs), +(21,73,o), +(101,-10,o), +(243,-10,cs) ); }, { closed = 1; nodes = ( -(211,135,o), -(195,157,o), -(195,213,cs), -(195,265,o), -(204,293,o), -(235,293,cs), -(265,293,o), -(274,265,o), -(274,213,cs), -(274,157,o), -(258,135,o), -(235,135,cs) +(220,135,o), +(203,157,o), +(203,214,cs), +(203,265,o), +(213,294,o), +(243,294,cs), +(273,294,o), +(282,265,o), +(282,214,cs), +(282,157,o), +(266,135,o), +(243,135,cs) ); }, { closed = 1; nodes = ( -(212,441,o), -(198,455,o), -(198,520,cs), -(198,559,o), -(205,593,o), -(235,593,cs), -(264,593,o), -(271,559,o), -(271,520,cs), -(271,455,o), -(257,441,o), -(235,441,cs) +(221,441,o), +(206,456,o), +(206,520,cs), +(206,560,o), +(214,593,o), +(243,593,cs), +(272,593,o), +(279,560,o), +(279,520,cs), +(279,456,o), +(265,441,o), +(243,441,cs) ); } ); -width = 469; +width = 486; }, { background = { @@ -218,206 +218,348 @@ shapes = ( { closed = 1; nodes = ( -(302,-8,o), -(367,58,o), -(367,197,cs), -(367,286,o), +(303,-8,o), +(368,58,o), +(368,197,cs), +(368,287,o), (330,359,o), -(258,378,c), -(258,382,l), +(258,379,c), +(258,383,l), (325,404,o), -(357,473,o), -(357,553,cs), +(357,474,o), +(357,554,cs), (357,664,o), -(302,737,o), -(206,737,cs), -(116,737,o), +(303,738,o), +(207,738,cs), +(116,738,o), (55,671,o), -(55,553,cs), -(55,472,o), +(55,554,cs), +(55,473,o), (87,404,o), -(154,382,c), -(154,378,l), +(154,383,c), +(154,379,l), (86,360,o), -(45,292,o), +(45,293,o), (45,197,cs), (45,74,o), (97,-8,o), -(206,-8,cs) +(207,-8,cs) ); }, { closed = 1; nodes = ( -(129,19,o), +(130,19,o), (77,69,o), (77,198,cs), -(77,299,o), -(118,365,o), -(206,365,cs), -(283,365,o), +(77,300,o), +(118,366,o), +(207,366,cs), +(284,366,o), (335,312,o), (335,198,cs), (335,92,o), -(298,19,o), -(206,19,cs) +(299,19,o), +(207,19,cs) ); }, { closed = 1; nodes = ( -(135,393,o), -(86,450,o), -(86,552,cs), -(86,646,o), -(124,709,o), -(206,709,cs), -(277,709,o), -(326,659,o), -(326,552,cs), -(326,456,o), -(282,393,o), -(206,393,cs) +(135,394,o), +(86,451,o), +(86,553,cs), +(86,647,o), +(125,710,o), +(207,710,cs), +(277,710,o), +(326,660,o), +(326,553,cs), +(326,457,o), +(282,394,o), +(207,394,cs) ); } ); width = 405; }, { +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(517,-8,o), +(634,62,o), +(634,193,cs), +(634,304,o), +(548,372,o), +(438,376,c), +(438,380,l), +(549,394,o), +(619,454,o), +(619,553,cs), +(619,682,o), +(494,738,o), +(336,738,cs), +(177,738,o), +(54,683,o), +(54,553,cs), +(54,454,o), +(123,394,o), +(233,380,c), +(233,376,l), +(124,371,o), +(37,303,o), +(37,193,cs), +(37,62,o), +(154,-8,o), +(336,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(164,26,o), +(78,87,o), +(78,197,cs), +(78,314,o), +(173,360,o), +(336,360,cs), +(498,360,o), +(593,315,o), +(593,197,cs), +(593,88,o), +(508,26,o), +(336,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(157,394,o), +(92,458,o), +(92,549,cs), +(92,660,o), +(194,705,o), +(336,705,cs), +(477,705,o), +(579,660,o), +(579,549,cs), +(579,459,o), +(515,394,o), +(336,394,cs) +); +} +); +width = 671; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(596,-9,o), +(704,74,o), +(704,203,cs), +(704,292,o), +(642,361,o), +(553,373,c), +(553,380,l), +(633,396,o), +(687,453,o), +(687,537,cs), +(687,683,o), +(545,739,o), +(360,739,cs), +(177,739,o), +(35,683,o), +(35,537,cs), +(35,453,o), +(90,395,o), +(170,380,c), +(170,373,l), +(80,361,o), +(18,293,o), +(18,203,cs), +(18,73,o), +(126,-9,o), +(360,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(292,156,o), +(247,178,o), +(247,227,cs), +(247,271,o), +(280,300,o), +(360,300,cs), +(441,300,o), +(475,271,o), +(475,227,cs), +(475,178,o), +(431,156,o), +(360,156,cs) +); +}, +{ +closed = 1; +nodes = ( +(292,440,o), +(260,467,o), +(260,508,cs), +(260,551,o), +(297,574,o), +(360,574,cs), +(425,574,o), +(463,551,o), +(463,508,cs), +(463,467,o), +(431,440,o), +(360,440,cs) +); +} +); +width = 722; +}, +{ background = { shapes = ( { closed = 1; nodes = ( -(438,-8,o), -(536,70,o), -(536,187,cs), -(536,277,o), -(482,353,o), -(370,361,c), -(370,363,l), -(479,375,o), -(527,455,o), -(527,539,cs), -(527,654,o), -(433,729,o), -(293,729,cs), -(153,729,o), -(61,656,o), -(61,541,cs), -(61,456,o), -(109,377,o), -(217,363,c), -(217,361,l), -(105,349,o), -(49,269,o), -(49,185,cs), -(49,69,o), -(147,-8,o), -(293,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(173,26,o), -(92,88,o), -(92,191,cs), -(92,271,o), -(151,343,o), -(293,343,cs), -(433,343,o), -(495,278,o), -(495,191,cs), -(495,92,o), -(417,26,o), -(293,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,380,o), -(101,449,o), -(101,537,cs), -(101,634,o), -(174,696,o), -(293,696,cs), -(408,696,o), -(487,636,o), -(487,537,cs), -(487,453,o), -(434,380,o), -(293,380,cs) +(449,-8,o), +(547,70,o), +(547,187,cs), +(547,277,o), +(493,353,o), +(381,361,c), +(381,363,l), +(490,375,o), +(538,455,o), +(538,539,cs), +(538,654,o), +(444,729,o), +(304,729,cs), +(164,729,o), +(72,656,o), +(72,541,cs), +(72,456,o), +(120,377,o), +(228,363,c), +(228,361,l), +(116,349,o), +(60,269,o), +(60,185,cs), +(60,69,o), +(158,-8,o), +(304,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(184,26,o), +(103,88,o), +(103,191,cs), +(103,271,o), +(162,343,o), +(304,343,cs), +(444,343,o), +(506,278,o), +(506,191,cs), +(506,92,o), +(428,26,o), +(304,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(168,380,o), +(112,449,o), +(112,537,cs), +(112,634,o), +(185,696,o), +(304,696,cs), +(419,696,o), +(498,636,o), +(498,537,cs), +(498,453,o), +(445,380,o), +(304,380,cs) ); } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(440,-10,o), -(538,71,o), -(538,189,cs), -(538,279,o), -(483,354,o), -(376,374,c), -(376,377,l), -(456,398,o), -(514,464,o), -(514,548,cs), -(514,663,o), -(429,737,o), -(296,737,cs), -(164,737,o), -(79,663,o), -(79,548,cs), -(79,464,o), -(137,398,o), -(216,377,c), -(216,374,l), -(109,354,o), -(55,279,o), -(55,189,cs), -(55,71,o), -(153,-10,o), -(296,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,24,o), -(95,91,o), -(95,191,cs), -(95,280,o), -(148,358,o), -(296,358,cs), -(445,358,o), -(498,280,o), -(498,191,cs), -(498,91,o), -(417,24,o), -(296,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(161,393,o), -(118,472,o), -(118,549,cs), -(118,625,o), -(161,704,o), -(296,704,cs), -(432,704,o), -(474,625,o), -(474,549,cs), -(474,472,o), -(432,393,o), -(296,393,cs) +(436,-10,o), +(530,72,o), +(530,191,cs), +(530,292,o), +(472,363,o), +(375,384,c), +(375,387,l), +(448,406,o), +(502,470,o), +(502,551,cs), +(502,664,o), +(423,738,o), +(299,738,cs), +(175,738,o), +(96,664,o), +(96,551,cs), +(96,470,o), +(149,406,o), +(222,387,c), +(222,384,l), +(125,364,o), +(68,292,o), +(68,191,cs), +(68,72,o), +(161,-10,o), +(299,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(183,24,o), +(107,92,o), +(107,193,cs), +(107,302,o), +(178,367,o), +(299,367,cs), +(419,367,o), +(490,302,o), +(490,193,cs), +(490,92,o), +(413,24,o), +(299,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(201,403,o), +(135,463,o), +(135,552,cs), +(135,650,o), +(193,704,o), +(299,704,cs), +(405,704,o), +(464,650,o), +(464,552,cs), +(464,463,o), +(397,403,o), +(299,403,cs) ); } ); @@ -475,7 +617,7 @@ type = Stem; } ); }; -width = 593; +width = 598; }, { background = { @@ -483,281 +625,139 @@ shapes = ( { closed = 1; nodes = ( -(487,-10,o), -(590,74,o), -(590,198,cs), -(590,281,o), -(540,349,o), -(459,370,c), -(459,378,l), -(527,401,o), -(564,463,o), -(564,534,cs), -(564,652,o), -(470,729,o), -(307,729,cs), -(144,729,o), -(50,652,o), -(50,534,cs), -(50,463,o), -(87,401,o), -(155,378,c), -(155,370,l), -(74,349,o), -(24,281,o), -(24,198,cs), -(24,74,o), -(127,-10,o), -(307,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,152,o), -(219,179,o), -(219,227,cs), -(219,272,o), -(250,301,o), -(307,301,cs), -(364,301,o), -(395,272,o), -(395,227,cs), -(395,179,o), -(362,152,o), -(307,152,cs) -); -}, -{ -closed = 1; -nodes = ( -(258,441,o), -(230,465,o), -(230,508,cs), -(230,548,o), -(256,574,o), -(307,574,cs), -(358,574,o), -(384,548,o), -(384,508,cs), -(384,465,o), -(356,441,o), -(307,441,cs) -); -} -); -}; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(482,-10,o), -(597,66,o), -(597,200,cs), -(597,287,o), -(536,354,o), -(457,374,c), -(457,382,l), -(525,404,o), -(570,466,o), -(570,539,cs), -(570,658,o), -(476,737,o), -(311,737,cs), -(155,737,o), -(51,666,o), -(51,539,cs), -(51,466,o), -(96,404,o), -(164,382,c), -(164,374,l), -(85,354,o), -(24,287,o), -(24,200,cs), -(24,74,o), -(127,-10,o), -(311,-10,cs) +(490,-10,o), +(593,74,o), +(593,198,cs), +(593,281,o), +(543,349,o), +(462,370,c), +(462,378,l), +(530,401,o), +(567,463,o), +(567,534,cs), +(567,652,o), +(473,729,o), +(310,729,cs), +(147,729,o), +(53,652,o), +(53,534,cs), +(53,463,o), +(90,401,o), +(158,378,c), +(158,370,l), +(77,349,o), +(27,281,o), +(27,198,cs), +(27,74,o), +(130,-10,o), +(310,-10,cs) ); }, { closed = 1; nodes = ( -(255,154,o), -(222,181,o), -(222,230,cs), -(222,275,o), -(253,304,o), -(311,304,cs), -(368,304,o), -(400,275,o), -(400,230,cs), -(400,181,o), -(366,154,o), -(311,154,cs) +(255,152,o), +(222,179,o), +(222,227,cs), +(222,272,o), +(253,301,o), +(310,301,cs), +(367,301,o), +(398,272,o), +(398,227,cs), +(398,179,o), +(365,152,o), +(310,152,cs) ); }, { closed = 1; nodes = ( -(264,446,o), -(233,470,o), -(233,514,cs), -(233,554,o), -(261,581,o), -(311,581,cs), -(360,581,o), -(388,554,o), -(388,514,cs), -(388,470,o), -(357,446,o), -(311,446,cs) +(261,441,o), +(233,465,o), +(233,508,cs), +(233,548,o), +(259,574,o), +(310,574,cs), +(361,574,o), +(387,548,o), +(387,508,cs), +(387,465,o), +(359,441,o), +(310,441,cs) ); } ); -width = 621; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +}; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(517,-8,o), -(633,62,o), -(633,193,cs), -(633,303,o), -(547,371,o), -(438,375,c), -(438,379,l), -(548,393,o), -(618,453,o), -(618,552,cs), -(618,682,o), -(494,737,o), -(336,737,cs), -(177,737,o), -(54,683,o), -(54,552,cs), -(54,453,o), -(122,393,o), -(233,379,c), -(233,375,l), -(123,370,o), -(37,302,o), -(37,193,cs), -(37,62,o), -(154,-8,o), -(336,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,26,o), -(78,87,o), -(78,197,cs), -(78,314,o), -(173,360,o), -(336,360,cs), -(498,360,o), -(593,315,o), -(593,197,cs), -(593,88,o), -(508,26,o), -(336,26,cs) +(468,-10,o), +(578,66,o), +(578,200,cs), +(578,289,o), +(521,354,o), +(446,375,c), +(446,387,l), +(511,408,o), +(553,467,o), +(553,540,cs), +(553,659,o), +(462,739,o), +(303,739,cs), +(152,739,o), +(51,666,o), +(51,540,cs), +(51,467,o), +(94,408,o), +(158,387,c), +(158,375,l), +(84,354,o), +(26,289,o), +(26,200,cs), +(26,74,o), +(126,-10,o), +(303,-10,cs) ); }, { closed = 1; nodes = ( -(157,393,o), -(92,457,o), -(92,548,cs), -(92,659,o), -(194,704,o), -(336,704,cs), -(476,704,o), -(579,659,o), -(579,548,cs), -(579,458,o), -(515,393,o), -(336,393,cs) -); -} +(257,164,o), +(232,188,o), +(232,230,cs), +(232,275,o), +(256,305,o), +(303,305,cs), +(348,305,o), +(373,275,o), +(373,230,cs), +(373,187,o), +(347,164,o), +(303,164,cs) ); -width = 671; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ closed = 1; nodes = ( -(590,-9,o), -(697,74,o), -(697,202,cs), -(697,291,o), -(635,361,o), -(546,372,c), -(546,379,l), -(626,395,o), -(681,452,o), -(681,536,cs), -(681,683,o), -(538,738,o), -(354,738,cs), -(171,738,o), -(29,683,o), -(29,536,cs), -(29,452,o), -(84,394,o), -(164,379,c), -(164,372,l), -(74,361,o), -(12,292,o), -(12,202,cs), -(12,73,o), -(120,-9,o), -(354,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(285,156,o), -(241,178,o), -(241,227,cs), -(241,271,o), -(274,299,o), -(354,299,cs), -(435,299,o), -(468,271,o), -(468,227,cs), -(468,178,o), -(425,156,o), -(354,156,cs) -); -}, -{ -closed = 1; -nodes = ( -(285,440,o), -(254,466,o), -(254,508,cs), -(254,550,o), -(290,574,o), -(354,574,cs), -(419,574,o), -(456,550,o), -(456,508,cs), -(456,466,o), -(425,440,o), -(354,440,cs) +(266,447,o), +(242,470,o), +(242,507,cs), +(242,543,o), +(265,565,o), +(303,565,cs), +(341,565,o), +(363,543,o), +(363,507,cs), +(363,470,o), +(338,447,o), +(303,447,cs) ); } ); -width = 709; +width = 604; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -770,26 +770,26 @@ nodes = ( (344,187,cs), (359,258,o), (348,345,o), -(284,373,c), -(284,377,l), -(345,393,o), -(390,459,o), -(408,539,cs), -(432,653,o), -(390,737,o), -(283,737,cs), -(203,737,o), +(285,374,c), +(285,378,l), +(345,394,o), +(391,460,o), +(408,540,cs), +(432,654,o), +(391,738,o), +(284,738,cs), +(204,738,o), (136,676,o), -(113,567,cs), +(113,568,cs), (97,492,o), (108,417,o), -(164,387,c), -(163,383,l), -(103,370,o), -(48,306,o), -(28,211,cs), +(164,388,c), +(163,384,l), +(103,371,o), +(48,307,o), +(28,212,cs), (2,82,o), -(40,-8,o), +(41,-8,o), (162,-8,cs) ); }, @@ -798,14 +798,14 @@ closed = 1; nodes = ( (62,19,o), (36,99,o), -(61,210,cs), -(81,304,o), -(128,366,o), -(207,366,cs), -(306,366,o), -(333,286,o), +(61,211,cs), +(81,305,o), +(129,367,o), +(208,367,cs), +(307,367,o), +(333,287,o), (313,190,cs), -(290,87,o), +(291,87,o), (246,19,o), (164,19,cs) ); @@ -813,18 +813,18 @@ nodes = ( { closed = 1; nodes = ( -(155,392,o), -(122,464,o), -(143,560,cs), -(162,651,o), -(208,709,o), -(280,709,cs), -(372,709,o), -(395,633,o), -(376,541,cs), -(358,451,o), -(307,392,o), -(238,392,cs) +(155,393,o), +(123,465,o), +(143,561,cs), +(162,652,o), +(209,710,o), +(280,710,cs), +(373,710,o), +(396,634,o), +(377,542,cs), +(358,452,o), +(308,393,o), +(238,393,cs) ); } ); @@ -905,70 +905,70 @@ shapes = ( { closed = 1; nodes = ( -(326,-10,o), -(410,64,o), -(433,173,cs), -(448,248,o), -(427,326,o), -(377,353,c), -(378,361,l), -(438,382,o), -(481,443,o), -(493,512,cs), -(516,656,o), -(438,737,o), -(302,737,cs), -(185,737,o), -(105,668,o), -(82,556,cs), -(69,494,o), -(85,415,o), -(127,385,c), -(127,377,l), -(70,360,o), -(18,300,o), -(2,218,cs), -(-27,79,o), -(52,-10,o), -(203,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(174,136,o), -(173,177,o), -(182,217,cs), -(192,266,o), -(205,293,o), -(234,293,cs), -(268,293,o), -(269,261,o), -(259,209,cs), -(248,158,o), -(229,136,o), -(207,136,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,441,o), -(239,474,o), -(249,522,cs), -(258,564,o), -(270,592,o), -(297,592,cs), -(329,592,o), -(328,557,o), -(320,516,cs), -(307,456,o), -(291,441,o), -(272,441,cs) +(334,-10,o), +(418,64,o), +(441,173,cs), +(457,248,o), +(435,326,o), +(386,353,c), +(387,361,l), +(446,383,o), +(490,443,o), +(501,512,cs), +(524,657,o), +(446,738,o), +(311,738,cs), +(193,738,o), +(113,668,o), +(90,557,cs), +(77,494,o), +(93,415,o), +(136,386,c), +(136,378,l), +(78,360,o), +(26,301,o), +(10,219,cs), +(-19,79,o), +(60,-10,o), +(212,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(182,136,o), +(181,177,o), +(190,218,cs), +(200,266,o), +(214,294,o), +(242,294,cs), +(276,294,o), +(277,261,o), +(267,210,cs), +(256,158,o), +(237,136,o), +(216,136,cs) +); +}, +{ +closed = 1; +nodes = ( +(247,441,o), +(247,475,o), +(257,522,cs), +(266,565,o), +(278,592,o), +(306,592,cs), +(337,592,o), +(336,558,o), +(328,516,cs), +(316,457,o), +(300,441,o), +(280,441,cs) ); } ); -width = 467; +width = 484; }, { background = { @@ -1047,29 +1047,29 @@ closed = 1; nodes = ( (414,-10,o), (522,78,o), -(522,206,cs), -(522,285,o), -(468,349,o), -(393,365,c), -(393,368,l), -(503,380,o), -(578,458,o), -(578,560,cs), +(522,207,cs), +(522,286,o), +(469,349,o), +(394,366,c), +(394,369,l), +(503,381,o), +(578,459,o), +(578,561,cs), (578,669,o), -(491,737,o), -(369,737,cs), -(229,737,o), -(135,651,o), -(135,527,cs), -(135,455,o), +(491,738,o), +(370,738,cs), +(229,738,o), +(135,652,o), +(135,528,cs), +(135,456,o), (183,399,o), -(249,379,c), -(249,376,l), -(131,365,o), -(40,281,o), -(40,167,cs), -(40,64,o), -(122,-10,o), +(249,380,c), +(249,377,l), +(132,366,o), +(41,281,o), +(41,167,cs), +(41,64,o), +(123,-10,o), (262,-10,cs) ); }, @@ -1081,30 +1081,30 @@ nodes = ( (80,173,cs), (80,281,o), (166,355,o), -(292,355,cs), +(293,355,cs), (414,355,o), -(480,301,o), -(480,208,cs), -(480,93,o), -(390,24,o), +(481,302,o), +(481,209,cs), +(481,93,o), +(391,24,o), (269,24,cs) ); }, { closed = 1; nodes = ( -(238,390,o), -(174,445,o), +(238,391,o), +(174,446,o), (174,525,cs), -(174,632,o), -(244,704,o), -(369,704,cs), -(470,704,o), -(538,646,o), -(538,557,cs), -(538,458,o), -(459,390,o), -(341,390,cs) +(174,633,o), +(244,705,o), +(370,705,cs), +(471,705,o), +(539,647,o), +(539,558,cs), +(539,459,o), +(460,391,o), +(341,391,cs) ); } ); @@ -1193,70 +1193,70 @@ shapes = ( { closed = 1; nodes = ( -(469,-10,o), +(470,-10,o), (588,66,o), (588,200,cs), (588,274,o), -(535,337,o), -(471,357,c), -(473,365,l), -(563,387,o), -(625,450,o), -(625,541,cs), -(625,658,o), -(522,737,o), -(367,737,cs), -(215,737,o), -(98,659,o), -(98,528,cs), -(98,464,o), +(536,337,o), +(472,357,c), +(474,366,l), +(564,388,o), +(626,451,o), +(626,542,cs), +(626,659,o), +(522,738,o), +(368,738,cs), +(216,738,o), +(98,660,o), +(98,529,cs), +(98,465,o), (134,409,o), -(183,388,c), -(182,379,l), +(183,389,c), +(182,380,l), (87,362,o), -(13,290,o), +(13,291,o), (13,190,cs), (13,70,o), (110,-10,o), -(292,-10,cs) +(293,-10,cs) ); }, { closed = 1; nodes = ( (239,154,o), -(208,182,o), -(208,225,cs), -(208,273,o), -(243,305,o), -(304,305,cs), -(359,305,o), -(390,276,o), -(390,233,cs), -(390,185,o), +(209,182,o), +(209,225,cs), +(209,273,o), +(243,306,o), +(305,306,cs), +(359,306,o), +(391,276,o), +(391,233,cs), +(391,185,o), (355,154,o), -(293,154,cs) +(294,154,cs) ); }, { closed = 1; nodes = ( -(311,446,o), -(279,470,o), +(311,447,o), +(279,471,o), (279,510,cs), -(279,553,o), +(279,554,o), (312,582,o), -(368,582,cs), +(369,582,cs), (413,582,o), -(444,556,o), +(444,557,o), (444,518,cs), -(444,472,o), -(409,446,o), -(355,446,cs) +(444,473,o), +(409,447,o), +(355,447,cs) ); } ); -width = 629; +width = 630; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -1265,30 +1265,30 @@ shapes = ( closed = 1; nodes = ( (496,-7,o), -(621,65,o), -(621,208,cs), -(621,295,o), -(555,361,o), -(460,370,c), -(460,374,l), -(589,383,o), -(678,448,o), -(678,563,cs), +(622,65,o), +(622,209,cs), +(622,296,o), +(556,361,o), +(461,371,c), +(461,375,l), +(589,384,o), +(678,449,o), +(678,564,cs), (678,686,o), -(550,737,o), -(404,737,cs), -(228,737,o), +(551,738,o), +(404,738,cs), +(228,738,o), (114,661,o), -(114,535,cs), -(114,462,o), +(114,536,cs), +(114,463,o), (166,403,o), -(259,385,c), -(258,382,l), -(127,380,o), -(22,299,o), +(259,386,c), +(258,383,l), +(128,381,o), +(22,300,o), (22,179,cs), (22,67,o), -(127,-7,o), +(128,-7,o), (316,-7,cs) ); }, @@ -1298,12 +1298,12 @@ nodes = ( (164,27,o), (63,84,o), (63,183,cs), -(63,302,o), +(63,303,o), (155,362,o), (320,362,cs), (486,362,o), (581,314,o), -(581,212,cs), +(581,213,cs), (581,96,o), (494,27,o), (318,27,cs) @@ -1312,18 +1312,18 @@ nodes = ( { closed = 1; nodes = ( -(277,393,o), +(277,394,o), (153,427,o), -(153,537,cs), -(153,644,o), -(243,705,o), -(397,705,cs), -(527,705,o), -(639,665,o), -(639,560,cs), -(639,452,o), -(550,393,o), -(397,393,cs) +(153,538,cs), +(153,645,o), +(243,706,o), +(397,706,cs), +(528,706,o), +(640,665,o), +(640,561,cs), +(640,453,o), +(551,394,o), +(397,394,cs) ); } ); @@ -1335,70 +1335,1467 @@ shapes = ( { closed = 1; nodes = ( -(556,-9,o), -(674,80,o), -(679,212,cs), -(681,290,o), -(629,352,o), -(561,365,c), -(562,370,l), -(666,387,o), -(731,458,o), -(731,546,cs), -(731,661,o), -(628,737,o), -(421,737,cs), -(222,737,o), -(82,656,o), -(82,517,cs), -(82,453,o), -(126,402,o), -(186,386,c), -(184,379,l), -(79,367,o), -(-4,287,o), -(-4,182,cs), -(-4,35,o), -(158,-9,o), -(324,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,157,o), -(230,177,o), -(230,222,cs), -(230,269,o), -(268,299,o), -(349,299,cs), -(415,299,o), -(457,276,o), -(457,233,cs), -(457,188,o), -(417,157,o), -(341,157,cs) -); -}, -{ -closed = 1; -nodes = ( -(342,439,o), -(300,461,o), -(300,500,cs), -(300,547,o), -(343,571,o), -(408,571,cs), -(462,571,o), -(503,550,o), -(503,511,cs), -(503,464,o), -(461,439,o), -(400,439,cs) +(563,-9,o), +(680,80,o), +(685,213,cs), +(687,291,o), +(636,352,o), +(568,366,c), +(569,371,l), +(672,388,o), +(738,459,o), +(738,547,cs), +(738,661,o), +(635,738,o), +(427,738,cs), +(228,738,o), +(88,657,o), +(88,517,cs), +(88,454,o), +(133,402,o), +(192,387,c), +(190,380,l), +(85,368,o), +(2,288,o), +(2,182,cs), +(2,35,o), +(164,-9,o), +(330,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,157,o), +(236,177,o), +(236,222,cs), +(236,269,o), +(274,300,o), +(355,300,cs), +(421,300,o), +(464,276,o), +(464,233,cs), +(464,188,o), +(423,157,o), +(347,157,cs) +); +}, +{ +closed = 1; +nodes = ( +(348,439,o), +(307,462,o), +(307,500,cs), +(307,548,o), +(349,572,o), +(414,572,cs), +(469,572,o), +(509,551,o), +(509,511,cs), +(509,465,o), +(468,439,o), +(406,439,cs) +); +} +); +width = 719; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(299,-8,o), +(363,57,o), +(363,195,cs), +(363,283,o), +(326,355,o), +(265,374,c), +(265,378,l), +(321,399,o), +(353,468,o), +(353,547,cs), +(353,656,o), +(299,729,o), +(204,729,cs), +(115,729,o), +(54,663,o), +(54,547,cs), +(54,467,o), +(86,399,o), +(142,378,c), +(142,374,l), +(85,356,o), +(44,289,o), +(44,195,cs), +(44,73,o), +(96,-8,o), +(204,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(128,19,o), +(76,68,o), +(76,196,cs), +(76,296,o), +(117,361,o), +(204,361,cs), +(280,361,o), +(331,308,o), +(331,196,cs), +(331,91,o), +(295,19,o), +(204,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(133,389,o), +(85,445,o), +(85,546,cs), +(85,639,o), +(123,701,o), +(204,701,cs), +(274,701,o), +(322,652,o), +(322,546,cs), +(322,451,o), +(279,389,o), +(204,389,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(288,-8,o), +(345,65,o), +(345,203,cs), +(345,299,o), +(307,373,o), +(235,392,c), +(235,393,l), +(301,414,o), +(332,484,o), +(332,559,cs), +(332,671,o), +(277,737,o), +(184,737,cs), +(90,737,o), +(35,671,o), +(35,559,cs), +(35,483,o), +(66,414,o), +(132,393,c), +(132,392,l), +(64,374,o), +(22,305,o), +(22,203,cs), +(22,65,o), +(79,-8,o), +(184,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(100,21,o), +(54,86,o), +(54,204,cs), +(54,312,o), +(96,377,o), +(184,377,cs), +(261,377,o), +(313,324,o), +(313,204,cs), +(313,86,o), +(267,21,o), +(184,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(113,405,o), +(66,461,o), +(66,558,cs), +(66,652,o), +(110,708,o), +(184,708,cs), +(258,708,o), +(301,652,o), +(301,558,cs), +(301,467,o), +(259,405,o), +(184,405,cs) +); +} +); +width = 360; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(379,-10,o), +(458,72,o), +(458,196,cs), +(458,278,o), +(425,342,o), +(376,361,c), +(376,369,l), +(418,391,o), +(448,455,o), +(448,533,cs), +(448,651,o), +(373,729,o), +(239,729,cs), +(105,729,o), +(30,651,o), +(30,533,cs), +(30,455,o), +(60,391,o), +(102,369,c), +(102,361,l), +(53,342,o), +(20,278,o), +(20,196,cs), +(20,72,o), +(99,-10,o), +(239,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(216,133,o), +(200,155,o), +(200,211,cs), +(200,262,o), +(209,290,o), +(239,290,cs), +(269,290,o), +(278,262,o), +(278,211,cs), +(278,155,o), +(262,133,o), +(239,133,cs) +); +}, +{ +closed = 1; +nodes = ( +(217,436,o), +(203,450,o), +(203,514,cs), +(203,553,o), +(210,586,o), +(239,586,cs), +(268,586,o), +(275,553,o), +(275,514,cs), +(275,450,o), +(261,436,o), +(239,436,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(375,-10,o), +(460,72,o), +(460,210,cs), +(460,309,o), +(419,378,o), +(350,398,c), +(350,399,l), +(411,420,o), +(449,479,o), +(449,552,cs), +(449,666,o), +(364,738,o), +(230,738,cs), +(96,738,o), +(11,666,o), +(11,552,cs), +(11,480,o), +(49,420,o), +(110,399,c), +(110,398,l), +(41,378,o), +(0,309,o), +(0,210,cs), +(0,72,o), +(85,-10,o), +(230,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(203,133,o), +(190,161,o), +(190,221,cs), +(190,283,o), +(199,312,o), +(230,312,cs), +(261,312,o), +(270,283,o), +(270,221,cs), +(270,161,o), +(257,133,o), +(230,133,cs) +); +}, +{ +closed = 1; +nodes = ( +(205,466,o), +(194,488,o), +(194,533,cs), +(194,575,o), +(205,595,o), +(230,595,cs), +(255,595,o), +(266,575,o), +(266,533,cs), +(266,488,o), +(255,466,o), +(230,466,cs) +); +} +); +width = 460; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(443,-8,o), +(541,70,o), +(541,187,cs), +(541,277,o), +(487,353,o), +(375,361,c), +(375,363,l), +(484,375,o), +(532,455,o), +(532,539,cs), +(532,654,o), +(438,729,o), +(298,729,cs), +(158,729,o), +(66,656,o), +(66,541,cs), +(66,456,o), +(114,377,o), +(222,363,c), +(222,361,l), +(110,349,o), +(54,269,o), +(54,185,cs), +(54,69,o), +(152,-8,o), +(298,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(178,26,o), +(97,88,o), +(97,191,cs), +(97,271,o), +(156,343,o), +(298,343,cs), +(438,343,o), +(500,278,o), +(500,191,cs), +(500,92,o), +(422,26,o), +(298,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(162,380,o), +(106,449,o), +(106,537,cs), +(106,634,o), +(179,696,o), +(298,696,cs), +(413,696,o), +(492,636,o), +(492,537,cs), +(492,453,o), +(439,380,o), +(298,380,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(423,-10,o), +(522,70,o), +(522,194,cs), +(522,291,o), +(466,366,o), +(357,386,c), +(357,387,l), +(436,407,o), +(493,474,o), +(493,554,cs), +(493,664,o), +(409,738,o), +(278,738,cs), +(147,738,o), +(63,664,o), +(63,554,cs), +(63,474,o), +(120,407,o), +(199,387,c), +(199,386,l), +(90,366,o), +(34,291,o), +(34,194,cs), +(34,70,o), +(133,-10,o), +(278,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,24,o), +(74,90,o), +(74,196,cs), +(74,292,o), +(127,369,o), +(278,369,cs), +(429,369,o), +(482,292,o), +(482,196,cs), +(482,90,o), +(400,24,o), +(278,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(144,404,o), +(102,482,o), +(102,555,cs), +(102,627,o), +(144,705,o), +(278,705,cs), +(412,705,o), +(454,627,o), +(454,555,cs), +(454,482,o), +(412,404,o), +(278,404,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 556; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(507,-10,o), +(610,74,o), +(610,198,cs), +(610,281,o), +(560,349,o), +(479,370,c), +(479,378,l), +(547,401,o), +(584,463,o), +(584,534,cs), +(584,652,o), +(490,729,o), +(327,729,cs), +(164,729,o), +(70,652,o), +(70,534,cs), +(70,463,o), +(107,401,o), +(175,378,c), +(175,370,l), +(94,349,o), +(44,281,o), +(44,198,cs), +(44,74,o), +(147,-10,o), +(327,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(272,152,o), +(239,179,o), +(239,227,cs), +(239,272,o), +(270,301,o), +(327,301,cs), +(384,301,o), +(415,272,o), +(415,227,cs), +(415,179,o), +(382,152,o), +(327,152,cs) +); +}, +{ +closed = 1; +nodes = ( +(278,441,o), +(250,465,o), +(250,508,cs), +(250,548,o), +(276,574,o), +(327,574,cs), +(378,574,o), +(404,548,o), +(404,508,cs), +(404,465,o), +(376,441,o), +(327,441,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(487,-10,o), +(608,65,o), +(608,202,cs), +(608,288,o), +(548,363,o), +(466,383,c), +(466,384,l), +(536,410,o), +(582,471,o), +(582,542,cs), +(582,660,o), +(482,738,o), +(306,738,cs), +(141,738,o), +(31,667,o), +(31,542,cs), +(31,471,o), +(77,410,o), +(147,384,c), +(147,383,l), +(65,363,o), +(5,288,o), +(5,202,cs), +(5,73,o), +(114,-10,o), +(306,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(251,152,o), +(218,179,o), +(218,231,cs), +(218,281,o), +(249,310,o), +(306,310,cs), +(363,310,o), +(394,281,o), +(394,231,cs), +(394,179,o), +(361,152,o), +(306,152,cs) +); +}, +{ +closed = 1; +nodes = ( +(260,450,o), +(229,474,o), +(229,517,cs), +(229,557,o), +(257,583,o), +(306,583,cs), +(355,583,o), +(383,557,o), +(383,517,cs), +(383,474,o), +(352,450,o), +(306,450,cs) +); +} +); +width = 613; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(534,-8,o), +(651,61,o), +(651,201,cs), +(651,321,o), +(564,390,o), +(453,394,c), +(453,395,l), +(554,409,o), +(619,469,o), +(619,561,cs), +(619,683,o), +(501,738,o), +(338,738,cs), +(175,738,o), +(57,684,o), +(57,561,cs), +(57,469,o), +(121,409,o), +(222,395,c), +(222,394,l), +(114,389,o), +(27,320,o), +(27,201,cs), +(27,61,o), +(144,-8,o), +(338,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(153,26,o), +(67,86,o), +(67,205,cs), +(67,330,o), +(162,376,o), +(338,376,cs), +(515,376,o), +(611,331,o), +(611,205,cs), +(611,87,o), +(525,26,o), +(338,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(157,409,o), +(95,472,o), +(95,557,cs), +(95,661,o), +(192,705,o), +(338,705,cs), +(484,705,o), +(580,661,o), +(580,557,cs), +(580,473,o), +(520,409,o), +(338,409,cs) +); +} +); +width = 678; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(599,-9,o), +(709,73,o), +(709,204,cs), +(709,295,o), +(645,364,o), +(553,379,c), +(553,380,l), +(636,400,o), +(685,459,o), +(685,538,cs), +(685,667,o), +(568,738,o), +(355,738,cs), +(143,738,o), +(27,667,o), +(27,538,cs), +(27,458,o), +(77,399,o), +(162,380,c), +(162,379,l), +(67,364,o), +(2,295,o), +(2,204,cs), +(2,72,o), +(113,-9,o), +(355,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(282,154,o), +(237,175,o), +(237,226,cs), +(237,272,o), +(271,298,o), +(355,298,cs), +(441,298,o), +(476,272,o), +(476,226,cs), +(476,175,o), +(430,154,o), +(355,154,cs) +); +}, +{ +closed = 1; +nodes = ( +(286,451,o), +(255,475,o), +(255,514,cs), +(255,553,o), +(291,575,o), +(355,575,cs), +(420,575,o), +(457,553,o), +(457,514,cs), +(457,475,o), +(426,451,o), +(355,451,cs) +); +} +); +width = 711; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,-8,o), +(297,65,o), +(324,196,cs), +(340,272,o), +(329,362,o), +(266,391,c), +(266,392,l), +(326,408,o), +(372,474,o), +(387,549,cs), +(409,654,o), +(365,738,o), +(258,738,cs), +(172,738,o), +(114,680,o), +(93,577,cs), +(78,506,o), +(88,431,o), +(144,402,c), +(144,401,l), +(84,388,o), +(29,321,o), +(8,221,cs), +(-21,82,o), +(22,-8,o), +(143,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(41,19,o), +(13,99,o), +(40,220,cs), +(62,319,o), +(110,381,o), +(189,381,cs), +(288,381,o), +(314,301,o), +(292,199,cs), +(267,84,o), +(215,19,o), +(143,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(136,407,o), +(104,479,o), +(122,570,cs), +(141,660,o), +(188,710,o), +(256,710,cs), +(349,710,o), +(373,634,o), +(356,551,cs), +(339,466,o), +(289,407,o), +(219,407,cs) +); +} +); +width = 352; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(322,-10,o), +(405,63,o), +(429,180,cs), +(443,245,o), +(432,323,o), +(373,349,c), +(374,357,l), +(430,375,o), +(473,437,o), +(488,512,cs), +(517,648,o), +(437,729,o), +(299,729,cs), +(183,729,o), +(104,660,o), +(81,550,cs), +(68,488,o), +(75,410,o), +(126,381,c), +(126,373,l), +(63,358,o), +(18,297,o), +(2,216,cs), +(-27,78,o), +(51,-10,o), +(201,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(172,134,o), +(171,175,o), +(180,215,cs), +(190,263,o), +(203,290,o), +(231,290,cs), +(265,290,o), +(266,258,o), +(256,207,cs), +(245,156,o), +(226,134,o), +(205,134,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,436,o), +(236,469,o), +(246,516,cs), +(255,558,o), +(267,585,o), +(294,585,cs), +(325,585,o), +(324,551,o), +(316,510,cs), +(304,451,o), +(288,436,o), +(269,436,cs) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(318,-10,o), +(405,63,o), +(431,184,cs), +(449,268,o), +(428,347,o), +(378,379,c), +(379,380,l), +(438,401,o), +(481,459,o), +(490,518,cs), +(511,652,o), +(435,738,o), +(294,738,cs), +(179,738,o), +(93,669,o), +(74,563,cs), +(64,507,o), +(83,432,o), +(127,405,c), +(127,404,l), +(67,385,o), +(13,316,o), +(-4,237,cs), +(-38,81,o), +(40,-10,o), +(196,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(166,136,o), +(159,164,o), +(174,226,cs), +(188,284,o), +(203,313,o), +(233,313,cs), +(264,313,o), +(272,286,o), +(256,217,cs), +(242,157,o), +(222,136,o), +(200,136,cs) +); +}, +{ +closed = 1; +nodes = ( +(241,455,o), +(232,478,o), +(241,530,cs), +(247,565,o), +(260,592,o), +(289,592,cs), +(317,592,o), +(324,570,o), +(316,522,cs), +(308,474,o), +(293,455,o), +(270,455,cs) +); +} +); +width = 451; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(410,-10,o), +(514,72,o), +(518,192,cs), +(521,277,o), +(468,344,o), +(392,352,c), +(392,355,l), +(494,363,o), +(579,437,o), +(583,545,cs), +(587,661,o), +(501,729,o), +(367,729,cs), +(237,729,o), +(131,638,o), +(127,519,cs), +(125,448,o), +(167,384,o), +(244,366,c), +(244,363,l), +(140,363,o), +(48,276,o), +(45,169,cs), +(41,65,o), +(123,-10,o), +(263,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(155,25,o), +(80,81,o), +(84,176,cs), +(87,276,o), +(170,344,o), +(292,344,cs), +(415,344,o), +(481,289,o), +(477,194,cs), +(474,88,o), +(386,25,o), +(270,25,cs) +); +}, +{ +closed = 1; +nodes = ( +(231,378,o), +(163,436,o), +(166,521,cs), +(170,625,o), +(252,696,o), +(367,696,cs), +(479,696,o), +(546,639,o), +(543,543,cs), +(539,445,o), +(456,378,o), +(340,378,cs) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(406,-10,o), +(518,80,o), +(518,211,cs), +(518,293,o), +(461,359,o), +(383,376,c), +(383,377,l), +(488,389,o), +(560,468,o), +(560,570,cs), +(560,674,o), +(475,739,o), +(358,739,cs), +(220,739,o), +(129,656,o), +(129,537,cs), +(129,463,o), +(175,407,o), +(235,388,c), +(235,387,l), +(112,376,o), +(17,287,o), +(17,171,cs), +(17,65,o), +(103,-10,o), +(248,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(137,24,o), +(56,80,o), +(56,177,cs), +(56,287,o), +(146,363,o), +(279,363,cs), +(406,363,o), +(477,309,o), +(477,213,cs), +(477,94,o), +(382,24,o), +(255,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(229,399,o), +(168,454,o), +(168,535,cs), +(168,637,o), +(236,706,o), +(358,706,cs), +(455,706,o), +(521,652,o), +(521,567,cs), +(521,467,o), +(444,399,o), +(329,399,cs) +); +} +); +width = 567; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(460,-10,o), +(581,73,o), +(581,197,cs), +(581,266,o), +(535,331,o), +(466,353,c), +(469,361,l), +(562,384,o), +(619,449,o), +(619,532,cs), +(619,650,o), +(520,729,o), +(371,729,cs), +(211,729,o), +(102,649,o), +(98,528,cs), +(95,461,o), +(129,404,o), +(181,384,c), +(179,376,l), +(82,356,o), +(13,281,o), +(13,186,cs), +(13,70,o), +(108,-10,o), +(278,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(241,152,o), +(207,178,o), +(207,224,cs), +(207,270,o), +(241,301,o), +(302,301,cs), +(352,301,o), +(386,275,o), +(386,229,cs), +(386,183,o), +(352,152,o), +(291,152,cs) +); +}, +{ +closed = 1; +nodes = ( +(307,441,o), +(277,464,o), +(277,504,cs), +(277,546,o), +(308,574,o), +(364,574,cs), +(409,574,o), +(439,551,o), +(439,511,cs), +(439,469,o), +(408,441,o), +(352,441,cs) +); +} +); +}; +guides = ( +{ +pos = (295,441); +}, +{ +pos = (295,152); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(441,-10,o), +(559,66,o), +(559,200,cs), +(559,274,o), +(507,341,o), +(447,361,c), +(447,362,l), +(533,384,o), +(597,451,o), +(597,542,cs), +(597,659,o), +(493,738,o), +(339,738,cs), +(187,738,o), +(69,660,o), +(69,529,cs), +(69,465,o), +(104,405,o), +(149,385,c), +(149,384,l), +(58,366,o), +(-16,291,o), +(-16,190,cs), +(-16,70,o), +(81,-10,o), +(264,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(210,154,o), +(180,182,o), +(180,225,cs), +(180,273,o), +(214,306,o), +(276,306,cs), +(330,306,o), +(362,276,o), +(362,233,cs), +(362,185,o), +(326,154,o), +(265,154,cs) +); +}, +{ +closed = 1; +nodes = ( +(282,447,o), +(250,471,o), +(250,510,cs), +(250,554,o), +(283,582,o), +(335,582,cs), +(384,582,o), +(415,557,o), +(415,518,cs), +(415,473,o), +(380,447,o), +(326,447,cs) +); +} +); +width = 572; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(486,-7,o), +(612,65,o), +(612,209,cs), +(612,296,o), +(546,361,o), +(451,371,c), +(451,375,l), +(579,384,o), +(668,449,o), +(668,564,cs), +(668,686,o), +(541,738,o), +(394,738,cs), +(218,738,o), +(104,661,o), +(104,536,cs), +(104,463,o), +(156,403,o), +(249,386,c), +(248,383,l), +(118,381,o), +(12,300,o), +(12,179,cs), +(12,67,o), +(118,-7,o), +(306,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(154,27,o), +(53,84,o), +(53,183,cs), +(53,303,o), +(145,362,o), +(310,362,cs), +(476,362,o), +(571,314,o), +(571,213,cs), +(571,96,o), +(484,27,o), +(308,27,cs) +); +}, +{ +closed = 1; +nodes = ( +(267,394,o), +(143,427,o), +(143,538,cs), +(143,645,o), +(233,706,o), +(387,706,cs), +(518,706,o), +(630,665,o), +(630,561,cs), +(630,453,o), +(541,394,o), +(387,394,cs) +); +} +); +width = 654; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(550,-9,o), +(669,80,o), +(673,213,cs), +(675,291,o), +(623,354,o), +(553,368,c), +(553,369,l), +(658,386,o), +(726,459,o), +(726,546,cs), +(726,661,o), +(621,738,o), +(410,738,cs), +(208,738,o), +(67,657,o), +(67,518,cs), +(67,456,o), +(110,399,o), +(172,384,c), +(172,383,l), +(65,371,o), +(-19,288,o), +(-19,183,cs), +(-19,35,o), +(145,-9,o), +(314,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(261,157,o), +(215,177,o), +(215,223,cs), +(215,269,o), +(254,300,o), +(338,300,cs), +(407,300,o), +(452,276,o), +(452,232,cs), +(452,188,o), +(410,157,o), +(331,157,cs) +); +}, +{ +closed = 1; +nodes = ( +(330,439,o), +(286,462,o), +(286,501,cs), +(286,548,o), +(329,572,o), +(397,572,cs), +(454,572,o), +(497,551,o), +(497,510,cs), +(497,465,o), +(455,439,o), +(390,439,cs) ); } ); -width = 706; +width = 686; } ); unicode = 56; diff --git a/sources/MonaSans.glyphspackage/glyphs/eight.numr.glyph b/sources/MonaSans.glyphspackage/glyphs/eight.numr.glyph index 7fa1d447..f887a0bf 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eight.numr.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eight.numr.glyph @@ -17,7 +17,7 @@ weight = -400; width = 52; }; }; -width = 261; +width = 277; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,9 +37,271 @@ width = 55; width = 271; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,333); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 415; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,354); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 419; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,332); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eight.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eight.dnom; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 388; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,354); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eight.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eight.dnom; +}; +width = 352; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (69,333); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 271; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (73,354); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 275; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (69,332); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 391; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { +pos = (73,354); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 373; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (69,333); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 414; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (73,354); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 417; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,333); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 271; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,354); +ref = eight.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 243; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; pos = (0,332); ref = eight.dnom; } @@ -108,9 +370,10 @@ type = Stem; width = 391; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,354); ref = eight.dnom; } @@ -124,12 +387,13 @@ width = 54; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eight.dnom; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eight.dnom; }; -width = 369; +width = 349; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,333); ref = eight.dnom; } @@ -144,9 +408,10 @@ width = 55; width = 415; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,354); ref = eight.dnom; } @@ -161,7 +426,7 @@ width = 54; width = 407; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (69,333); @@ -175,10 +440,10 @@ weight = -45; width = 55; }; }; -width = 271; +width = 225; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (73,354); @@ -192,10 +457,10 @@ weight = -400; width = 52; }; }; -width = 259; +width = 237; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (69,332); @@ -209,10 +474,10 @@ weight = -40; width = 55; }; }; -width = 391; +width = 343; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (73,354); @@ -226,10 +491,10 @@ weight = -370; width = 54; }; }; -width = 373; +width = 315; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (69,333); @@ -243,10 +508,10 @@ weight = -35; width = 55; }; }; -width = 414; +width = 394; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (73,354); @@ -260,7 +525,7 @@ weight = -390; width = 54; }; }; -width = 405; +width = 375; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/eight.tf.glyph b/sources/MonaSans.glyphspackage/glyphs/eight.tf.glyph index 3c1d3a72..2fc945e2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eight.tf.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eight.tf.glyph @@ -7,66 +7,66 @@ shapes = ( { closed = 1; nodes = ( -(385,-10,o), -(466,73,o), -(466,198,cs), -(466,277,o), -(425,347,o), -(355,365,c), -(355,373,l), -(421,397,o), -(456,459,o), -(456,539,cs), -(456,658,o), -(379,737,o), -(244,737,cs), -(107,737,o), -(30,658,o), -(30,539,cs), -(30,463,o), -(64,399,o), -(131,373,c), -(131,365,l), -(62,347,o), -(20,277,o), -(20,198,cs), -(20,73,o), -(101,-10,o), -(244,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(219,135,o), -(203,158,o), -(203,213,cs), -(203,265,o), -(212,293,o), -(244,293,cs), -(274,293,o), -(283,264,o), -(283,213,cs), -(283,157,o), -(267,135,o), -(244,135,cs) -); -}, -{ -closed = 1; -nodes = ( -(221,441,o), -(206,456,o), -(206,520,cs), -(206,558,o), -(213,593,o), -(244,593,cs), -(273,593,o), -(280,558,o), -(280,520,cs), -(280,456,o), -(266,441,o), -(244,441,cs) +(389,-10,o), +(469,72,o), +(469,196,cs), +(469,274,o), +(428,343,o), +(359,361,c), +(359,369,l), +(424,392,o), +(459,454,o), +(459,533,cs), +(459,651,o), +(383,729,o), +(249,729,cs), +(114,729,o), +(38,651,o), +(38,533,cs), +(38,458,o), +(71,394,o), +(138,369,c), +(138,361,l), +(69,343,o), +(28,274,o), +(28,196,cs), +(28,72,o), +(108,-10,o), +(249,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(225,133,o), +(209,156,o), +(209,211,cs), +(209,262,o), +(218,290,o), +(249,290,cs), +(279,290,o), +(288,261,o), +(288,211,cs), +(288,155,o), +(272,133,o), +(249,133,cs) +); +}, +{ +closed = 1; +nodes = ( +(226,436,o), +(212,451,o), +(212,514,cs), +(212,552,o), +(219,586,o), +(249,586,cs), +(278,586,o), +(285,552,o), +(285,514,cs), +(285,451,o), +(271,436,o), +(249,436,cs) ); } ); @@ -77,7 +77,7 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -85,66 +85,66 @@ shapes = ( { closed = 1; nodes = ( -(340,-8,o), -(405,58,o), -(405,197,cs), -(405,286,o), -(367,359,o), -(295,378,c), -(295,382,l), -(362,404,o), -(394,473,o), -(394,553,cs), -(394,664,o), -(340,737,o), -(244,737,cs), -(154,737,o), -(92,671,o), -(92,553,cs), -(92,472,o), -(124,404,o), -(191,382,c), -(191,378,l), -(123,360,o), -(82,292,o), -(82,197,cs), -(82,74,o), -(135,-8,o), -(244,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(167,19,o), -(114,69,o), -(114,198,cs), -(114,299,o), -(156,365,o), -(244,365,cs), -(321,365,o), -(372,312,o), -(372,198,cs), -(372,92,o), -(336,19,o), -(244,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(172,393,o), -(123,450,o), -(123,552,cs), -(123,646,o), -(162,709,o), -(244,709,cs), -(315,709,o), -(363,659,o), -(363,552,cs), -(363,456,o), -(320,393,o), -(244,393,cs) +(336,-8,o), +(400,57,o), +(400,195,cs), +(400,283,o), +(363,355,o), +(292,374,c), +(292,378,l), +(358,399,o), +(390,468,o), +(390,547,cs), +(390,656,o), +(336,729,o), +(241,729,cs), +(152,729,o), +(91,663,o), +(91,547,cs), +(91,467,o), +(123,399,o), +(189,378,c), +(189,374,l), +(122,356,o), +(81,289,o), +(81,195,cs), +(81,73,o), +(133,-8,o), +(241,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,19,o), +(113,68,o), +(113,196,cs), +(113,296,o), +(154,361,o), +(241,361,cs), +(317,361,o), +(368,308,o), +(368,196,cs), +(368,91,o), +(332,19,o), +(241,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,389,o), +(122,445,o), +(122,546,cs), +(122,639,o), +(160,701,o), +(241,701,cs), +(311,701,o), +(359,652,o), +(359,546,cs), +(359,451,o), +(316,389,o), +(241,389,cs) ); } ); @@ -154,74 +154,227 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(448,-10,o), -(547,71,o), -(547,189,cs), -(547,278,o), -(493,354,o), -(384,374,c), -(384,377,l), -(465,398,o), -(523,465,o), -(523,548,cs), -(523,663,o), -(437,737,o), -(304,737,cs), -(172,737,o), -(86,663,o), -(86,548,cs), -(86,465,o), -(144,398,o), -(225,377,c), -(225,374,l), -(116,354,o), -(62,279,o), -(62,189,cs), -(62,71,o), -(161,-10,o), -(304,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,24,o), -(102,91,o), -(102,191,cs), -(102,280,o), -(156,358,o), -(304,358,cs), -(453,358,o), -(507,280,o), -(507,191,cs), -(507,91,o), -(425,24,o), -(304,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(169,393,o), -(125,472,o), -(125,549,cs), -(125,625,o), -(169,704,o), -(304,704,cs), -(440,704,o), -(483,625,o), -(483,549,cs), -(483,472,o), -(440,393,o), -(304,393,cs) +(536,-8,o), +(649,61,o), +(649,191,cs), +(649,299,o), +(566,367,o), +(460,371,c), +(460,375,l), +(567,389,o), +(634,449,o), +(634,546,cs), +(634,674,o), +(513,729,o), +(360,729,cs), +(207,729,o), +(87,675,o), +(87,546,cs), +(87,449,o), +(153,389,o), +(260,375,c), +(260,371,l), +(154,366,o), +(71,299,o), +(71,191,cs), +(71,61,o), +(184,-8,o), +(360,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,26,o), +(111,86,o), +(111,195,cs), +(111,310,o), +(203,356,o), +(360,356,cs), +(517,356,o), +(609,311,o), +(609,195,cs), +(609,87,o), +(526,26,o), +(360,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(188,389,o), +(125,452,o), +(125,542,cs), +(125,652,o), +(224,696,o), +(360,696,cs), +(496,696,o), +(595,652,o), +(595,542,cs), +(595,453,o), +(533,389,o), +(360,389,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(596,-9,o), +(701,73,o), +(701,200,cs), +(701,288,o), +(641,357,o), +(554,368,c), +(554,375,l), +(632,391,o), +(685,447,o), +(685,530,cs), +(685,675,o), +(545,730,o), +(365,730,cs), +(187,730,o), +(48,675,o), +(48,530,cs), +(48,447,o), +(101,390,o), +(179,375,c), +(179,368,l), +(91,357,o), +(31,289,o), +(31,200,cs), +(31,72,o), +(137,-9,o), +(365,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(300,154,o), +(256,176,o), +(256,224,cs), +(256,268,o), +(289,296,o), +(365,296,cs), +(443,296,o), +(476,268,o), +(476,224,cs), +(476,176,o), +(433,154,o), +(365,154,cs) +); +}, +{ +closed = 1; +nodes = ( +(300,435,o), +(269,461,o), +(269,502,cs), +(269,544,o), +(304,567,o), +(365,567,cs), +(428,567,o), +(464,544,o), +(464,502,cs), +(464,461,o), +(433,435,o), +(365,435,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(438,-10,o), +(534,70,o), +(534,187,cs), +(534,275,o), +(480,350,o), +(375,370,c), +(375,373,l), +(453,393,o), +(510,460,o), +(510,542,cs), +(510,655,o), +(427,729,o), +(298,729,cs), +(169,729,o), +(86,655,o), +(86,542,cs), +(86,460,o), +(143,393,o), +(221,373,c), +(221,370,l), +(116,350,o), +(62,276,o), +(62,187,cs), +(62,70,o), +(158,-10,o), +(298,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,24,o), +(102,90,o), +(102,189,cs), +(102,277,o), +(153,354,o), +(298,354,cs), +(443,354,o), +(494,277,o), +(494,189,cs), +(494,90,o), +(415,24,o), +(298,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(166,389,o), +(125,467,o), +(125,543,cs), +(125,618,o), +(166,696,o), +(298,696,cs), +(430,696,o), +(471,618,o), +(471,543,cs), +(471,467,o), +(430,389,o), +(298,389,cs) ); } ); @@ -283,74 +436,74 @@ type = Stem; } ); }; -width = 607; +width = 593; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(470,-10,o), -(583,66,o), -(583,200,cs), -(583,289,o), -(521,355,o), -(447,374,c), -(447,382,l), -(513,404,o), -(557,466,o), -(557,539,cs), -(557,658,o), -(465,737,o), -(303,737,cs), -(152,737,o), -(50,666,o), -(50,539,cs), -(50,466,o), -(94,404,o), -(160,382,c), -(160,374,l), -(86,355,o), -(24,289,o), -(24,200,cs), -(24,74,o), -(125,-10,o), -(303,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(251,154,o), -(218,181,o), -(218,230,cs), -(218,275,o), -(249,304,o), -(303,304,cs), -(358,304,o), -(388,275,o), -(388,230,cs), -(388,181,o), -(356,154,o), -(303,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,446,o), -(229,470,o), -(229,514,cs), -(229,554,o), -(257,581,o), -(303,581,cs), -(350,581,o), -(378,554,o), -(378,514,cs), -(378,470,o), -(347,446,o), -(303,446,cs) +(451,-10,o), +(559,65,o), +(559,198,cs), +(559,286,o), +(500,351,o), +(431,370,c), +(431,378,l), +(493,399,o), +(536,461,o), +(536,533,cs), +(536,651,o), +(446,729,o), +(291,729,cs), +(146,729,o), +(47,658,o), +(47,533,cs), +(47,461,o), +(89,399,o), +(151,378,c), +(151,370,l), +(82,351,o), +(23,286,o), +(23,198,cs), +(23,73,o), +(120,-10,o), +(291,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(243,152,o), +(213,179,o), +(213,227,cs), +(213,272,o), +(242,301,o), +(291,301,cs), +(341,301,o), +(369,272,o), +(369,227,cs), +(369,179,o), +(340,152,o), +(291,152,cs) +); +}, +{ +closed = 1; +nodes = ( +(251,441,o), +(222,465,o), +(222,508,cs), +(222,548,o), +(248,574,o), +(291,574,cs), +(334,574,o), +(360,548,o), +(360,508,cs), +(360,465,o), +(331,441,o), +(291,441,cs) ); } ); @@ -361,74 +514,382 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 581; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(542,-8,o), -(656,62,o), -(656,193,cs), -(656,302,o), -(573,371,o), -(465,375,c), -(465,379,l), -(574,393,o), -(641,454,o), -(641,552,cs), -(641,682,o), -(519,737,o), -(364,737,cs), -(209,737,o), -(88,683,o), -(88,552,cs), -(88,454,o), -(155,393,o), -(263,379,c), -(263,375,l), -(156,370,o), -(72,302,o), -(72,193,cs), -(72,62,o), -(186,-8,o), -(364,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(197,26,o), -(112,87,o), -(112,197,cs), -(112,314,o), -(205,360,o), -(364,360,cs), -(523,360,o), -(616,315,o), -(616,197,cs), -(616,88,o), -(532,26,o), -(364,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(190,393,o), -(126,457,o), -(126,548,cs), -(126,659,o), -(227,704,o), -(364,704,cs), -(502,704,o), -(602,659,o), -(602,548,cs), -(602,458,o), -(539,393,o), -(364,393,cs) +(286,-8,o), +(356,51,o), +(383,184,cs), +(398,255,o), +(387,341,o), +(324,369,c), +(324,373,l), +(384,389,o), +(429,454,o), +(446,533,cs), +(470,646,o), +(429,729,o), +(323,729,cs), +(244,729,o), +(177,668,o), +(155,561,cs), +(139,485,o), +(150,412,o), +(205,383,c), +(204,379,l), +(145,366,o), +(90,303,o), +(71,209,cs), +(45,81,o), +(83,-8,o), +(203,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(104,19,o), +(79,98,o), +(103,208,cs), +(123,301,o), +(170,362,o), +(248,362,cs), +(346,362,o), +(372,283,o), +(352,188,cs), +(330,86,o), +(286,19,o), +(205,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,388,o), +(164,459,o), +(184,554,cs), +(203,644,o), +(249,701,o), +(320,701,cs), +(411,701,o), +(434,626,o), +(415,535,cs), +(397,446,o), +(347,388,o), +(278,388,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 480; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(341,-10,o), +(424,63,o), +(447,171,cs), +(462,245,o), +(441,322,o), +(391,349,c), +(392,357,l), +(452,378,o), +(495,439,o), +(506,506,cs), +(529,649,o), +(451,729,o), +(316,729,cs), +(199,729,o), +(120,660,o), +(97,549,cs), +(84,489,o), +(100,410,o), +(143,381,c), +(143,373,l), +(85,356,o), +(34,296,o), +(18,217,cs), +(-12,78,o), +(67,-10,o), +(219,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(189,134,o), +(188,175,o), +(196,213,cs), +(207,263,o), +(219,290,o), +(248,290,cs), +(285,290,o), +(284,255,o), +(274,206,cs), +(263,153,o), +(243,134,o), +(223,134,cs) +); +}, +{ +closed = 1; +nodes = ( +(256,436,o), +(251,463,o), +(263,518,cs), +(272,558,o), +(284,585,o), +(311,585,cs), +(338,585,o), +(345,562,o), +(334,508,cs), +(324,458,o), +(309,436,o), +(287,436,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 496; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(417,-10,o), +(525,77,o), +(525,204,cs), +(525,282,o), +(471,345,o), +(397,361,c), +(397,364,l), +(503,376,o), +(580,450,o), +(580,554,cs), +(580,661,o), +(493,729,o), +(372,729,cs), +(232,729,o), +(138,644,o), +(138,521,cs), +(138,450,o), +(187,394,o), +(253,375,c), +(253,372,l), +(136,361,o), +(45,278,o), +(45,165,cs), +(45,63,o), +(127,-10,o), +(266,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,24,o), +(84,78,o), +(84,171,cs), +(84,278,o), +(170,351,o), +(296,351,cs), +(415,351,o), +(484,299,o), +(484,206,cs), +(484,92,o), +(394,24,o), +(273,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(243,386,o), +(177,439,o), +(177,520,cs), +(177,625,o), +(247,696,o), +(372,696,cs), +(473,696,o), +(541,639,o), +(541,551,cs), +(541,453,o), +(462,386,o), +(344,386,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 85; +}; +}; +width = 600; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(451,-10,o), +(566,66,o), +(566,199,cs), +(566,271,o), +(515,333,o), +(454,353,c), +(456,361,l), +(543,383,o), +(603,446,o), +(603,536,cs), +(603,651,o), +(503,729,o), +(353,729,cs), +(207,729,o), +(92,652,o), +(92,521,cs), +(92,459,o), +(125,404,o), +(173,384,c), +(172,375,l), +(80,358,o), +(8,286,o), +(8,187,cs), +(8,69,o), +(102,-10,o), +(278,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(228,152,o), +(199,180,o), +(199,221,cs), +(199,270,o), +(233,302,o), +(291,302,cs), +(343,302,o), +(372,273,o), +(372,231,cs), +(372,183,o), +(338,152,o), +(279,152,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,441,o), +(269,465,o), +(269,503,cs), +(269,547,o), +(301,575,o), +(354,575,cs), +(396,575,o), +(425,550,o), +(425,513,cs), +(425,469,o), +(393,441,o), +(340,441,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 600; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(507,-7,o), +(636,63,o), +(636,206,cs), +(636,292,o), +(571,358,o), +(481,366,c), +(481,370,l), +(606,379,o), +(692,444,o), +(692,558,cs), +(692,673,o), +(576,729,o), +(427,729,cs), +(260,729,o), +(147,657,o), +(147,529,cs), +(147,457,o), +(191,400,o), +(285,381,c), +(284,378,l), +(158,376,o), +(56,296,o), +(56,177,cs), +(56,66,o), +(157,-7,o), +(339,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(194,27,o), +(96,83,o), +(96,180,cs), +(96,302,o), +(194,358,o), +(345,358,cs), +(512,358,o), +(595,306,o), +(595,211,cs), +(595,79,o), +(486,27,o), +(341,27,cs) +); +}, +{ +closed = 1; +nodes = ( +(304,389,o), +(185,422,o), +(185,529,cs), +(185,636,o), +(273,697,o), +(421,697,cs), +(545,697,o), +(654,657,o), +(654,555,cs), +(654,451,o), +(570,389,o), +(419,389,cs) ); } ); @@ -438,150 +899,151 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 720; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { closed = 1; nodes = ( -(597,-9,o), -(703,74,o), -(703,202,cs), -(703,291,o), -(642,361,o), -(554,372,c), -(554,379,l), -(633,395,o), -(687,452,o), -(687,536,cs), -(687,683,o), -(545,738,o), -(363,738,cs), -(183,738,o), -(42,683,o), -(42,536,cs), -(42,452,o), -(96,394,o), -(175,379,c), -(175,372,l), -(86,361,o), -(25,292,o), -(25,202,cs), -(25,73,o), -(133,-9,o), -(363,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(297,156,o), -(253,178,o), -(253,227,cs), -(253,271,o), -(286,299,o), -(363,299,cs), -(442,299,o), -(475,271,o), -(475,227,cs), -(475,178,o), -(432,156,o), -(363,156,cs) -); -}, -{ -closed = 1; -nodes = ( -(297,440,o), -(266,466,o), -(266,508,cs), -(266,550,o), -(301,574,o), -(363,574,cs), -(427,574,o), -(463,550,o), -(463,508,cs), -(463,466,o), -(432,440,o), -(363,440,cs) +(562,-9,o), +(684,79,o), +(684,216,cs), +(684,286,o), +(636,348,o), +(570,361,c), +(571,366,l), +(672,383,o), +(736,454,o), +(736,540,cs), +(736,653,o), +(636,729,o), +(433,729,cs), +(239,729,o), +(101,649,o), +(101,512,cs), +(101,448,o), +(141,398,o), +(202,382,c), +(200,375,l), +(99,363,o), +(16,287,o), +(16,179,cs), +(16,35,o), +(174,-9,o), +(336,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,155,o), +(247,170,o), +(247,221,cs), +(247,268,o), +(286,296,o), +(362,296,cs), +(428,296,o), +(465,270,o), +(465,232,cs), +(465,186,o), +(427,155,o), +(353,155,cs) +); +}, +{ +closed = 1; +nodes = ( +(356,434,o), +(316,456,o), +(316,494,cs), +(316,541,o), +(358,565,o), +(420,565,cs), +(475,565,o), +(510,544,o), +(510,503,cs), +(510,459,o), +(469,434,o), +(411,434,cs) ); } ); userData = { RMXScaler = { +keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 732; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { closed = 1; nodes = ( -(289,-8,o), -(360,52,o), -(387,186,cs), -(403,258,o), -(391,345,o), -(328,373,c), -(328,377,l), -(388,393,o), -(434,459,o), -(451,539,cs), -(475,653,o), -(434,737,o), -(327,737,cs), -(247,737,o), -(179,676,o), -(157,567,cs), -(141,491,o), -(152,417,o), -(207,387,c), -(206,383,l), -(147,370,o), -(91,306,o), -(72,211,cs), -(46,82,o), -(84,-8,o), -(205,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(105,19,o), -(80,99,o), -(104,210,cs), -(124,304,o), -(172,366,o), -(251,366,cs), -(350,366,o), -(376,286,o), -(356,190,cs), -(334,87,o), -(289,19,o), -(207,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(198,392,o), -(166,464,o), -(186,560,cs), -(205,651,o), -(252,709,o), -(324,709,cs), -(416,709,o), -(439,633,o), -(420,541,cs), -(402,451,o), -(351,392,o), -(281,392,cs) +(316,-8,o), +(380,57,o), +(380,195,cs), +(380,283,o), +(343,355,o), +(272,374,c), +(272,378,l), +(338,399,o), +(370,468,o), +(370,547,cs), +(370,656,o), +(316,729,o), +(221,729,cs), +(132,729,o), +(71,663,o), +(71,547,cs), +(71,467,o), +(103,399,o), +(169,378,c), +(169,374,l), +(102,356,o), +(61,289,o), +(61,195,cs), +(61,73,o), +(113,-8,o), +(221,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(145,19,o), +(93,68,o), +(93,196,cs), +(93,296,o), +(134,361,o), +(221,361,cs), +(297,361,o), +(348,308,o), +(348,196,cs), +(348,91,o), +(312,19,o), +(221,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(150,389,o), +(102,445,o), +(102,546,cs), +(102,639,o), +(140,701,o), +(221,701,cs), +(291,701,o), +(339,652,o), +(339,546,cs), +(339,451,o), +(296,389,o), +(221,389,cs) ); } ); @@ -591,305 +1053,359 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 440; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(337,-10,o), -(421,64,o), -(444,173,cs), -(459,248,o), -(438,326,o), -(387,353,c), -(388,361,l), -(449,382,o), -(493,444,o), -(504,512,cs), -(527,656,o), -(448,737,o), -(312,737,cs), -(193,737,o), -(113,668,o), -(90,555,cs), -(77,495,o), -(93,415,o), -(137,385,c), -(137,377,l), -(78,360,o), -(26,299,o), -(10,219,cs), -(-20,79,o), -(60,-10,o), -(213,-10,cs) +(371,-10,o), +(451,72,o), +(451,196,cs), +(451,274,o), +(410,343,o), +(341,361,c), +(341,369,l), +(406,392,o), +(441,454,o), +(441,533,cs), +(441,651,o), +(365,729,o), +(231,729,cs), +(96,729,o), +(20,651,o), +(20,533,cs), +(20,458,o), +(53,394,o), +(120,369,c), +(120,361,l), +(51,343,o), +(10,274,o), +(10,196,cs), +(10,72,o), +(90,-10,o), +(231,-10,cs) ); }, { closed = 1; nodes = ( -(183,136,o), -(182,177,o), -(190,215,cs), -(201,266,o), -(213,293,o), -(243,293,cs), -(280,293,o), -(279,258,o), -(269,208,cs), -(258,155,o), -(238,136,o), -(217,136,cs) +(207,133,o), +(191,156,o), +(191,211,cs), +(191,262,o), +(200,290,o), +(231,290,cs), +(261,290,o), +(270,261,o), +(270,211,cs), +(270,155,o), +(254,133,o), +(231,133,cs) ); }, { closed = 1; nodes = ( -(251,441,o), -(246,468,o), -(258,524,cs), -(267,564,o), -(279,592,o), -(306,592,cs), -(334,592,o), -(341,568,o), -(330,514,cs), -(320,463,o), -(304,441,o), -(282,441,cs) +(208,436,o), +(194,451,o), +(194,514,cs), +(194,552,o), +(201,586,o), +(231,586,cs), +(260,586,o), +(267,552,o), +(267,514,cs), +(267,451,o), +(253,436,o), +(231,436,cs) ); } ); userData = { RMXScaler = { +keepStroke = 40; monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 460; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(422,-10,o), -(531,78,o), -(531,206,cs), -(531,285,o), -(476,349,o), -(402,365,c), -(402,368,l), -(509,380,o), -(587,455,o), -(587,560,cs), -(587,669,o), -(499,737,o), -(376,737,cs), -(235,737,o), -(140,651,o), -(140,527,cs), -(140,455,o), -(189,399,o), -(256,379,c), -(256,376,l), -(138,365,o), -(46,281,o), -(46,167,cs), -(46,64,o), -(128,-10,o), -(269,-10,cs) +(423,-10,o), +(521,70,o), +(521,187,cs), +(521,275,o), +(467,350,o), +(360,370,c), +(360,373,l), +(440,393,o), +(497,460,o), +(497,542,cs), +(497,655,o), +(412,729,o), +(281,729,cs), +(150,729,o), +(65,655,o), +(65,542,cs), +(65,460,o), +(122,393,o), +(202,373,c), +(202,370,l), +(95,350,o), +(41,276,o), +(41,187,cs), +(41,70,o), +(139,-10,o), +(281,-10,cs) ); }, { closed = 1; nodes = ( (162,24,o), -(85,79,o), -(85,173,cs), -(85,281,o), -(172,355,o), -(299,355,cs), -(420,355,o), -(490,302,o), -(490,208,cs), -(490,93,o), -(399,24,o), -(276,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,390,o), -(179,444,o), -(179,526,cs), -(179,632,o), -(250,704,o), -(376,704,cs), -(478,704,o), -(547,646,o), -(547,557,cs), -(547,458,o), -(467,390,o), -(348,390,cs) +(81,90,o), +(81,189,cs), +(81,277,o), +(134,354,o), +(281,354,cs), +(428,354,o), +(481,277,o), +(481,189,cs), +(481,90,o), +(400,24,o), +(281,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,389,o), +(104,467,o), +(104,543,cs), +(104,618,o), +(147,696,o), +(281,696,cs), +(415,696,o), +(458,618,o), +(458,543,cs), +(458,467,o), +(415,389,o), +(281,389,cs) ); } ); userData = { RMXScaler = { monoWidth = 600; -useSpacing = 85; +useSpacing = 90; }; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +13, +13 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +13, +13 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +13, +13 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +13, +13 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +13, +13 +); +stem = -2; +type = Stem; +} +); }; -width = 607; +width = 560; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(456,-10,o), -(573,67,o), -(573,201,cs), -(573,274,o), -(521,337,o), -(459,357,c), -(461,365,l), -(549,387,o), -(610,451,o), -(610,542,cs), -(610,658,o), -(509,737,o), -(357,737,cs), -(209,737,o), -(93,659,o), -(93,527,cs), -(93,464,o), -(126,409,o), -(175,388,c), -(174,379,l), -(81,362,o), -(8,289,o), -(8,189,cs), -(8,70,o), +(444,-10,o), +(555,65,o), +(555,198,cs), +(555,286,o), +(494,351,o), +(421,370,c), +(421,378,l), +(486,399,o), +(530,461,o), +(530,533,cs), +(530,651,o), +(439,729,o), +(279,729,cs), +(129,729,o), +(28,658,o), +(28,533,cs), +(28,461,o), +(72,399,o), +(137,378,c), +(137,370,l), +(64,351,o), +(3,286,o), +(3,198,cs), +(3,73,o), (103,-10,o), -(281,-10,cs) +(279,-10,cs) ); }, { closed = 1; nodes = ( -(231,154,o), -(201,182,o), -(201,224,cs), -(201,273,o), -(236,305,o), -(294,305,cs), -(347,305,o), -(376,276,o), -(376,234,cs), -(376,185,o), -(342,154,o), -(282,154,cs) +(227,152,o), +(195,179,o), +(195,227,cs), +(195,272,o), +(225,301,o), +(279,301,cs), +(333,301,o), +(363,272,o), +(363,227,cs), +(363,179,o), +(331,152,o), +(279,152,cs) ); }, { closed = 1; nodes = ( -(302,446,o), -(272,470,o), -(272,509,cs), -(272,553,o), -(304,582,o), -(358,582,cs), -(401,582,o), -(430,556,o), -(430,519,cs), -(430,474,o), -(398,446,o), -(344,446,cs) +(236,441,o), +(205,465,o), +(205,508,cs), +(205,548,o), +(233,574,o), +(279,574,cs), +(325,574,o), +(353,548,o), +(353,508,cs), +(353,465,o), +(322,441,o), +(279,441,cs) ); } ); userData = { RMXScaler = { +keepStroke = 40; monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 558; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(513,-7,o), -(643,64,o), -(643,208,cs), -(643,295,o), -(578,362,o), -(487,370,c), -(487,374,l), -(613,383,o), -(700,449,o), -(700,564,cs), -(700,681,o), -(583,737,o), -(432,737,cs), -(263,737,o), -(149,665,o), -(149,535,cs), -(149,462,o), -(193,405,o), -(288,385,c), -(287,382,l), -(160,380,o), -(57,299,o), -(57,179,cs), -(57,67,o), -(159,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,27,o), -(97,84,o), -(97,182,cs), -(97,305,o), -(196,362,o), -(349,362,cs), -(518,362,o), -(602,310,o), -(602,213,cs), -(602,80,o), -(492,27,o), -(345,27,cs) -); -}, -{ -closed = 1; -nodes = ( -(307,393,o), -(187,427,o), -(187,535,cs), -(187,643,o), -(276,705,o), -(426,705,cs), -(551,705,o), -(662,665,o), -(662,561,cs), -(662,456,o), -(577,393,o), -(424,393,cs) +(526,-8,o), +(639,61,o), +(639,191,cs), +(639,299,o), +(556,367,o), +(450,371,c), +(450,375,l), +(557,389,o), +(624,449,o), +(624,546,cs), +(624,674,o), +(503,729,o), +(350,729,cs), +(197,729,o), +(77,675,o), +(77,546,cs), +(77,449,o), +(143,389,o), +(250,375,c), +(250,371,l), +(144,366,o), +(61,299,o), +(61,191,cs), +(61,61,o), +(174,-8,o), +(350,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(185,26,o), +(101,86,o), +(101,195,cs), +(101,310,o), +(193,356,o), +(350,356,cs), +(507,356,o), +(599,311,o), +(599,195,cs), +(599,87,o), +(516,26,o), +(350,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(178,389,o), +(115,452,o), +(115,542,cs), +(115,652,o), +(214,696,o), +(350,696,cs), +(486,696,o), +(585,652,o), +(585,542,cs), +(585,453,o), +(523,389,o), +(350,389,cs) ); } ); @@ -899,74 +1415,535 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 700; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(562,-9,o), -(686,80,o), -(686,218,cs), -(686,289,o), -(637,352,o), -(570,365,c), -(571,370,l), -(674,387,o), -(738,459,o), -(738,546,cs), -(738,661,o), -(637,737,o), -(432,737,cs), -(236,737,o), -(96,656,o), -(96,518,cs), -(96,453,o), -(137,403,o), -(198,386,c), -(196,379,l), -(94,367,o), -(10,290,o), -(10,181,cs), -(10,35,o), -(170,-9,o), -(334,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(291,157,o), -(244,172,o), -(244,224,cs), -(244,271,o), -(283,299,o), -(360,299,cs), -(427,299,o), -(464,273,o), -(464,235,cs), -(464,188,o), -(426,157,o), -(351,157,cs) -); -}, -{ -closed = 1; -nodes = ( -(354,439,o), -(314,461,o), -(314,500,cs), -(314,547,o), -(356,571,o), -(419,571,cs), -(474,571,o), -(510,550,o), -(510,509,cs), -(510,464,o), -(468,439,o), -(410,439,cs) +(580,-9,o), +(685,73,o), +(685,200,cs), +(685,288,o), +(625,357,o), +(538,368,c), +(538,375,l), +(616,391,o), +(669,447,o), +(669,530,cs), +(669,675,o), +(529,730,o), +(349,730,cs), +(171,730,o), +(32,675,o), +(32,530,cs), +(32,447,o), +(85,390,o), +(163,375,c), +(163,368,l), +(75,357,o), +(15,289,o), +(15,200,cs), +(15,72,o), +(121,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(284,154,o), +(240,176,o), +(240,224,cs), +(240,268,o), +(273,296,o), +(349,296,cs), +(427,296,o), +(460,268,o), +(460,224,cs), +(460,176,o), +(417,154,o), +(349,154,cs) +); +}, +{ +closed = 1; +nodes = ( +(284,435,o), +(253,461,o), +(253,502,cs), +(253,544,o), +(288,567,o), +(349,567,cs), +(412,567,o), +(448,544,o), +(448,502,cs), +(448,461,o), +(417,435,o), +(349,435,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,-8,o), +(333,51,o), +(360,184,cs), +(375,255,o), +(364,341,o), +(301,369,c), +(301,373,l), +(361,389,o), +(406,454,o), +(423,533,cs), +(447,646,o), +(406,729,o), +(300,729,cs), +(221,729,o), +(154,668,o), +(132,561,cs), +(116,485,o), +(127,412,o), +(182,383,c), +(181,379,l), +(122,366,o), +(67,303,o), +(48,209,cs), +(22,81,o), +(60,-8,o), +(180,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(81,19,o), +(56,98,o), +(80,208,cs), +(100,301,o), +(147,362,o), +(225,362,cs), +(323,362,o), +(349,283,o), +(329,188,cs), +(307,86,o), +(263,19,o), +(182,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(173,388,o), +(141,459,o), +(161,554,cs), +(180,644,o), +(226,701,o), +(297,701,cs), +(388,701,o), +(411,626,o), +(392,535,cs), +(374,446,o), +(324,388,o), +(255,388,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(322,-10,o), +(405,63,o), +(428,171,cs), +(443,245,o), +(422,322,o), +(372,349,c), +(373,357,l), +(433,378,o), +(476,439,o), +(487,506,cs), +(510,649,o), +(432,729,o), +(297,729,cs), +(180,729,o), +(101,660,o), +(78,549,cs), +(65,489,o), +(81,410,o), +(124,381,c), +(124,373,l), +(66,356,o), +(15,296,o), +(-1,217,cs), +(-31,78,o), +(48,-10,o), +(200,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,134,o), +(169,175,o), +(177,213,cs), +(188,263,o), +(200,290,o), +(229,290,cs), +(266,290,o), +(265,255,o), +(255,206,cs), +(244,153,o), +(224,134,o), +(204,134,cs) +); +}, +{ +closed = 1; +nodes = ( +(237,436,o), +(232,463,o), +(244,518,cs), +(253,558,o), +(265,585,o), +(292,585,cs), +(319,585,o), +(326,562,o), +(315,508,cs), +(305,458,o), +(290,436,o), +(268,436,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(393,-10,o), +(501,77,o), +(501,204,cs), +(501,282,o), +(447,345,o), +(373,361,c), +(373,364,l), +(479,376,o), +(556,450,o), +(556,554,cs), +(556,661,o), +(469,729,o), +(348,729,cs), +(208,729,o), +(114,644,o), +(114,521,cs), +(114,450,o), +(163,394,o), +(229,375,c), +(229,372,l), +(112,361,o), +(21,278,o), +(21,165,cs), +(21,63,o), +(103,-10,o), +(242,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(136,24,o), +(60,78,o), +(60,171,cs), +(60,278,o), +(146,351,o), +(272,351,cs), +(391,351,o), +(460,299,o), +(460,206,cs), +(460,92,o), +(370,24,o), +(249,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(219,386,o), +(153,439,o), +(153,520,cs), +(153,625,o), +(223,696,o), +(348,696,cs), +(449,696,o), +(517,639,o), +(517,551,cs), +(517,453,o), +(438,386,o), +(320,386,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 85; +}; +}; +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(422,-10,o), +(537,66,o), +(537,199,cs), +(537,271,o), +(486,333,o), +(425,353,c), +(427,361,l), +(514,383,o), +(574,446,o), +(574,536,cs), +(574,651,o), +(474,729,o), +(324,729,cs), +(178,729,o), +(63,652,o), +(63,521,cs), +(63,459,o), +(96,404,o), +(144,384,c), +(143,375,l), +(51,358,o), +(-21,286,o), +(-21,187,cs), +(-21,69,o), +(73,-10,o), +(249,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(199,152,o), +(170,180,o), +(170,221,cs), +(170,270,o), +(204,302,o), +(262,302,cs), +(314,302,o), +(343,273,o), +(343,231,cs), +(343,183,o), +(309,152,o), +(250,152,cs) +); +}, +{ +closed = 1; +nodes = ( +(270,441,o), +(240,465,o), +(240,503,cs), +(240,547,o), +(272,575,o), +(325,575,cs), +(367,575,o), +(396,550,o), +(396,513,cs), +(396,469,o), +(364,441,o), +(311,441,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(497,-7,o), +(626,63,o), +(626,206,cs), +(626,292,o), +(561,358,o), +(471,366,c), +(471,370,l), +(596,379,o), +(682,444,o), +(682,558,cs), +(682,673,o), +(566,729,o), +(417,729,cs), +(250,729,o), +(137,657,o), +(137,529,cs), +(137,457,o), +(181,400,o), +(275,381,c), +(274,378,l), +(148,376,o), +(46,296,o), +(46,177,cs), +(46,66,o), +(147,-7,o), +(329,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(184,27,o), +(86,83,o), +(86,180,cs), +(86,302,o), +(184,358,o), +(335,358,cs), +(502,358,o), +(585,306,o), +(585,211,cs), +(585,79,o), +(476,27,o), +(331,27,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,389,o), +(175,422,o), +(175,529,cs), +(175,636,o), +(263,697,o), +(411,697,cs), +(535,697,o), +(644,657,o), +(644,555,cs), +(644,451,o), +(560,389,o), +(409,389,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(541,-9,o), +(663,79,o), +(663,216,cs), +(663,286,o), +(615,348,o), +(549,361,c), +(550,366,l), +(651,383,o), +(715,454,o), +(715,540,cs), +(715,653,o), +(615,729,o), +(412,729,cs), +(218,729,o), +(80,649,o), +(80,512,cs), +(80,448,o), +(120,398,o), +(181,382,c), +(179,375,l), +(78,363,o), +(-5,287,o), +(-5,179,cs), +(-5,35,o), +(153,-9,o), +(315,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,155,o), +(226,170,o), +(226,221,cs), +(226,268,o), +(265,296,o), +(341,296,cs), +(407,296,o), +(444,270,o), +(444,232,cs), +(444,186,o), +(406,155,o), +(332,155,cs) +); +}, +{ +closed = 1; +nodes = ( +(335,434,o), +(295,456,o), +(295,494,cs), +(295,541,o), +(337,565,o), +(399,565,cs), +(454,565,o), +(489,544,o), +(489,503,cs), +(489,459,o), +(448,434,o), +(390,434,cs) ); } ); @@ -976,7 +1953,7 @@ keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/eightinferior.glyph b/sources/MonaSans.glyphspackage/glyphs/eightinferior.glyph index 623956e9..f87cf157 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eightinferior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eightinferior.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _center; -pos = (146,177); +pos = (154,177); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -15,66 +15,66 @@ shapes = ( { closed = 1; nodes = ( -(230,-46,o), -(278,4,o), -(278,78,cs), -(278,124,o), -(253,166,o), -(212,176,c), -(212,181,l), -(250,195,o), -(272,231,o), -(272,280,cs), -(272,350,o), -(226,397,o), -(145,397,cs), -(64,397,o), -(19,350,o), -(19,280,cs), -(19,235,o), -(39,196,o), -(78,181,c), -(78,176,l), -(36,165,o), -(13,123,o), -(13,78,cs), -(13,3,o), -(61,-46,o), -(145,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(132,41,o), -(123,55,o), -(123,87,cs), -(123,116,o), -(128,133,o), -(145,133,cs), -(163,133,o), -(167,115,o), -(167,87,cs), -(167,54,o), -(158,41,o), -(145,41,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,222,o), -(125,230,o), -(125,268,cs), -(125,291,o), -(129,310,o), -(145,310,cs), -(162,310,o), -(166,290,o), -(166,268,cs), -(166,231,o), -(158,222,o), -(145,222,cs) +(238,-46,o), +(286,4,o), +(286,78,cs), +(286,124,o), +(261,166,o), +(220,176,c), +(220,181,l), +(258,195,o), +(280,231,o), +(280,280,cs), +(280,350,o), +(234,397,o), +(153,397,cs), +(72,397,o), +(27,350,o), +(27,280,cs), +(27,235,o), +(47,196,o), +(86,181,c), +(86,176,l), +(44,165,o), +(21,123,o), +(21,78,cs), +(21,3,o), +(69,-46,o), +(153,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(140,41,o), +(131,55,o), +(131,87,cs), +(131,116,o), +(136,133,o), +(153,133,cs), +(171,133,o), +(175,115,o), +(175,87,cs), +(175,54,o), +(166,41,o), +(153,41,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,222,o), +(133,230,o), +(133,268,cs), +(133,291,o), +(137,310,o), +(153,310,cs), +(170,310,o), +(174,290,o), +(174,268,cs), +(174,231,o), +(166,222,o), +(153,222,cs) ); } ); @@ -85,7 +85,7 @@ weight = -350; width = 60; }; }; -width = 291; +width = 307; }, { anchors = ( @@ -177,76 +177,246 @@ width = 285; anchors = ( { name = _center; -pos = (205,174); +pos = (220,173); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; partSelection = { }; shapes = ( { closed = 1; nodes = ( -(292,-46,o), -(352,2,o), -(352,73,cs), -(352,126,o), -(319,170,o), -(257,182,c), -(257,184,l), -(304,196,o), -(337,236,o), -(337,284,cs), -(337,352,o), -(286,397,o), -(205,397,cs), +(332,-45,o), +(400,-2,o), +(400,75,cs), +(400,137,o), +(354,179,o), +(288,182,c), +(288,185,l), +(351,194,o), +(391,228,o), +(391,286,cs), +(391,364,o), +(316,397,o), +(220,397,cs), (125,397,o), -(73,353,o), -(73,284,cs), -(73,236,o), -(106,196,o), -(152,184,c), +(50,365,o), +(50,286,cs), +(50,227,o), +(92,193,o), +(152,185,c), (152,182,l), -(91,170,o), -(58,126,o), -(58,73,cs), -(58,2,o), -(117,-46,o), -(205,-46,cs) +(89,179,o), +(40,138,o), +(40,75,cs), +(40,-2,o), +(108,-45,o), +(220,-45,cs) ); }, { closed = 1; nodes = ( -(139,-16,o), -(94,21,o), -(94,76,cs), -(94,126,o), -(124,168,o), -(205,168,cs), -(286,168,o), -(316,125,o), -(316,76,cs), -(316,21,o), -(271,-16,o), -(205,-16,cs) +(126,-14,o), +(79,19,o), +(79,79,cs), +(79,143,o), +(131,169,o), +(220,169,cs), +(310,169,o), +(362,143,o), +(362,79,cs), +(362,19,o), +(314,-14,o), +(220,-14,cs) ); }, { closed = 1; nodes = ( -(132,197,o), -(107,240,o), -(107,283,cs), -(107,325,o), -(131,368,o), -(205,368,cs), -(279,368,o), -(303,324,o), -(303,283,cs), -(303,240,o), -(278,197,o), -(205,197,cs) +(123,197,o), +(87,232,o), +(87,282,cs), +(87,343,o), +(143,367,o), +(220,367,cs), +(297,367,o), +(353,343,o), +(353,282,cs), +(353,232,o), +(317,197,o), +(220,197,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 440; +}, +{ +anchors = ( +{ +name = _center; +pos = (230,171); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +partSelection = { +}; +shapes = ( +{ +closed = 1; +nodes = ( +(374,-45,o), +(437,5,o), +(437,81,cs), +(437,132,o), +(402,173,o), +(351,181,c), +(351,185,l), +(396,195,o), +(427,228,o), +(427,277,cs), +(427,365,o), +(341,398,o), +(229,398,cs), +(119,398,o), +(33,365,o), +(33,277,cs), +(33,230,o), +(62,195,o), +(109,185,c), +(109,181,l), +(55,173,o), +(23,130,o), +(23,81,cs), +(23,4,o), +(87,-45,o), +(229,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(198,63,o), +(175,73,o), +(175,97,cs), +(175,117,o), +(189,132,o), +(229,132,cs), +(270,132,o), +(285,117,o), +(285,97,cs), +(285,73,o), +(262,63,o), +(229,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(198,225,o), +(182,238,o), +(182,258,cs), +(182,277,o), +(198,289,o), +(229,289,cs), +(261,289,o), +(278,277,o), +(278,258,cs), +(278,237,o), +(262,225,o), +(229,225,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 460; +}, +{ +anchors = ( +{ +name = _center; +pos = (204,174); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(289,-46,o), +(348,2,o), +(348,73,cs), +(348,126,o), +(316,170,o), +(254,182,c), +(254,184,l), +(301,196,o), +(334,236,o), +(334,284,cs), +(334,352,o), +(283,397,o), +(204,397,cs), +(126,397,o), +(74,353,o), +(74,284,cs), +(74,236,o), +(107,196,o), +(151,184,c), +(151,182,l), +(92,170,o), +(59,126,o), +(59,73,cs), +(59,2,o), +(118,-46,o), +(204,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(140,-16,o), +(95,21,o), +(95,76,cs), +(95,126,o), +(125,168,o), +(204,168,cs), +(283,168,o), +(313,125,o), +(313,76,cs), +(313,21,o), +(268,-16,o), +(204,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(133,197,o), +(108,240,o), +(108,283,cs), +(108,325,o), +(132,368,o), +(204,368,cs), +(276,368,o), +(300,324,o), +(300,283,cs), +(300,240,o), +(275,197,o), +(204,197,cs) ); } ); @@ -309,254 +479,80 @@ type = Stem; } ); }; -width = 410; -}, -{ -anchors = ( -{ -name = _center; -pos = (201,174); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(305,-46,o), -(374,-1,o), -(374,80,cs), -(374,130,o), -(338,170,o), -(293,182,c), -(293,187,l), -(332,200,o), -(358,236,o), -(358,279,cs), -(358,350,o), -(302,397,o), -(201,397,cs), -(106,397,o), -(43,355,o), -(43,279,cs), -(43,236,o), -(69,200,o), -(108,187,c), -(108,182,l), -(66,171,o), -(27,133,o), -(27,80,cs), -(27,4,o), -(89,-46,o), -(201,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(173,62,o), -(157,75,o), -(157,99,cs), -(157,122,o), -(174,136,o), -(201,136,cs), -(226,136,o), -(244,123,o), -(244,99,cs), -(244,75,o), -(228,62,o), -(201,62,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,229,o), -(163,239,o), -(163,262,cs), -(163,283,o), -(179,294,o), -(201,294,cs), -(222,294,o), -(238,283,o), -(238,262,cs), -(238,239,o), -(220,229,o), -(201,229,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 401; +width = 407; }, { anchors = ( { name = _center; -pos = (220,173); +pos = (193,174); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(332,-45,o), -(400,-2,o), -(400,75,cs), -(400,137,o), -(354,179,o), -(288,182,c), -(288,185,l), -(351,194,o), -(391,228,o), -(391,286,cs), -(391,364,o), -(316,397,o), -(220,397,cs), -(125,397,o), -(50,365,o), -(50,286,cs), -(50,227,o), -(92,193,o), -(152,185,c), -(152,182,l), -(89,179,o), -(40,138,o), -(40,75,cs), -(40,-2,o), -(108,-45,o), -(220,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(126,-14,o), -(79,19,o), -(79,79,cs), -(79,143,o), -(131,169,o), -(220,169,cs), -(310,169,o), -(362,143,o), -(362,79,cs), -(362,19,o), -(314,-14,o), -(220,-14,cs) +(293,-46,o), +(359,-1,o), +(359,80,cs), +(359,130,o), +(325,170,o), +(283,182,c), +(283,187,l), +(320,200,o), +(345,236,o), +(345,279,cs), +(345,350,o), +(290,397,o), +(193,397,cs), +(102,397,o), +(41,355,o), +(41,279,cs), +(41,236,o), +(65,200,o), +(102,187,c), +(102,182,l), +(63,171,o), +(26,133,o), +(26,80,cs), +(26,4,o), +(85,-46,o), +(193,-46,cs) ); }, { closed = 1; nodes = ( -(123,197,o), -(87,232,o), -(87,282,cs), -(87,343,o), -(143,367,o), -(220,367,cs), -(297,367,o), -(353,343,o), -(353,282,cs), -(353,232,o), -(317,197,o), -(220,197,cs) -); -} +(168,62,o), +(154,75,o), +(154,99,cs), +(154,122,o), +(170,136,o), +(193,136,cs), +(214,136,o), +(231,123,o), +(231,99,cs), +(231,75,o), +(217,62,o), +(193,62,cs) ); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 440; }, { -anchors = ( -{ -name = _center; -pos = (224,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ closed = 1; nodes = ( -(368,-45,o), -(431,5,o), -(431,81,cs), -(431,132,o), -(396,173,o), -(345,181,c), -(345,185,l), -(390,195,o), -(421,228,o), -(421,277,cs), -(421,365,o), -(335,398,o), -(223,398,cs), -(113,398,o), -(27,365,o), -(27,277,cs), -(27,230,o), -(56,195,o), -(103,185,c), -(103,181,l), -(49,173,o), -(17,130,o), -(17,81,cs), -(17,4,o), -(81,-45,o), -(223,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(192,63,o), -(169,73,o), -(169,97,cs), -(169,117,o), -(183,132,o), -(223,132,cs), -(264,132,o), -(279,117,o), -(279,97,cs), -(279,73,o), -(256,63,o), -(223,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(192,225,o), -(176,238,o), -(176,258,cs), -(176,277,o), -(192,289,o), -(223,289,cs), -(255,289,o), -(272,277,o), -(272,258,cs), -(272,237,o), -(256,225,o), -(223,225,cs) +(176,229,o), +(159,239,o), +(159,262,cs), +(159,283,o), +(174,294,o), +(193,294,cs), +(211,294,o), +(226,283,o), +(226,262,cs), +(226,239,o), +(209,229,o), +(193,229,cs) ); } ); @@ -567,7 +563,7 @@ weight = -300; width = 60; }; }; -width = 448; +width = 384; }, { anchors = ( @@ -577,8 +573,6 @@ pos = (123,177); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -partSelection = { -}; shapes = ( { closed = 1; @@ -659,76 +653,74 @@ width = 284; anchors = ( { name = _center; -pos = (122,177); +pos = (130,177); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -partSelection = { -}; shapes = ( { closed = 1; nodes = ( -(170,-46,o), -(220,-1,o), -(233,62,cs), -(242,104,o), -(231,152,o), -(200,169,c), -(201,174,l), -(238,188,o), -(262,222,o), -(269,266,cs), -(282,349,o), -(235,397,o), -(155,397,cs), -(84,397,o), -(37,356,o), -(23,288,cs), -(16,253,o), -(25,206,o), -(50,189,c), -(50,184,l), -(17,174,o), -(-14,139,o), -(-24,90,cs), -(-41,7,o), -(5,-46,o), -(96,-46,cs) +(178,-46,o), +(228,-1,o), +(241,62,cs), +(250,104,o), +(239,152,o), +(208,169,c), +(209,174,l), +(246,188,o), +(270,222,o), +(277,266,cs), +(290,349,o), +(243,397,o), +(163,397,cs), +(92,397,o), +(45,356,o), +(31,288,cs), +(24,253,o), +(33,206,o), +(58,189,c), +(58,184,l), +(25,174,o), +(-6,139,o), +(-16,90,cs), +(-33,7,o), +(13,-46,o), +(104,-46,cs) ); }, { closed = 1; nodes = ( -(80,42,o), -(80,66,o), -(85,90,cs), -(91,117,o), -(98,133,o), -(114,133,cs), -(134,133,o), -(134,113,o), -(128,85,cs), -(122,57,o), -(112,42,o), -(99,42,cs) +(88,42,o), +(88,66,o), +(93,90,cs), +(99,117,o), +(106,133,o), +(122,133,cs), +(142,133,o), +(142,113,o), +(136,85,cs), +(130,57,o), +(120,42,o), +(107,42,cs) ); }, { closed = 1; nodes = ( -(119,222,o), -(118,240,o), -(124,268,cs), -(130,297,o), -(138,309,o), -(152,309,cs), -(169,309,o), -(169,291,o), -(164,266,cs), -(157,231,o), -(148,222,o), -(137,222,cs) +(127,222,o), +(126,240,o), +(132,268,cs), +(138,297,o), +(146,309,o), +(160,309,cs), +(177,309,o), +(177,291,o), +(172,266,cs), +(165,231,o), +(156,222,o), +(145,222,cs) ); } ); @@ -739,7 +731,7 @@ weight = -350; width = 60; }; }; -width = 289; +width = 305; }, { anchors = ( @@ -749,8 +741,6 @@ pos = (183,177); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -partSelection = { -}; shapes = ( { closed = 1; @@ -835,8 +825,6 @@ pos = (176,177); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -partSelection = { -}; shapes = ( { closed = 1; @@ -921,8 +909,6 @@ pos = (199,177); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -partSelection = { -}; shapes = ( { closed = 1; @@ -1003,76 +989,1134 @@ width = 441; anchors = ( { name = _center; -pos = (198,177); +pos = (204,177); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -partSelection = { -}; shapes = ( { closed = 1; nodes = ( -(318,-46,o), -(388,10,o), -(388,89,cs), -(388,133,o), -(359,168,o), -(322,176,c), -(323,179,l), -(380,190,o), -(419,231,o), -(419,281,cs), -(419,350,o), -(361,397,o), -(232,397,cs), -(133,397,o), -(27,359,o), -(27,268,cs), -(27,227,o), -(49,200,o), -(85,189,c), -(84,185,l), -(23,176,o), -(-24,130,o), -(-24,69,cs), -(-24,-23,o), -(78,-46,o), -(173,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(153,64,o), -(131,73,o), -(131,96,cs), -(131,117,o), -(150,132,o), -(190,132,cs), -(221,132,o), -(241,120,o), -(241,100,cs), -(241,79,o), -(221,64,o), -(185,64,cs) -); -}, -{ -closed = 1; -nodes = ( -(189,224,o), -(171,237,o), -(171,255,cs), -(171,277,o), -(194,288,o), -(223,288,cs), -(250,288,o), -(267,276,o), -(267,259,cs), -(267,236,o), -(246,224,o), -(218,224,cs) +(324,-46,o), +(394,10,o), +(394,89,cs), +(394,133,o), +(365,168,o), +(328,176,c), +(329,179,l), +(386,190,o), +(425,231,o), +(425,281,cs), +(425,350,o), +(367,397,o), +(238,397,cs), +(139,397,o), +(33,359,o), +(33,268,cs), +(33,227,o), +(55,200,o), +(91,189,c), +(90,185,l), +(29,176,o), +(-18,130,o), +(-18,69,cs), +(-18,-23,o), +(84,-46,o), +(179,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(159,64,o), +(137,73,o), +(137,96,cs), +(137,117,o), +(156,132,o), +(196,132,cs), +(227,132,o), +(247,120,o), +(247,100,cs), +(247,79,o), +(227,64,o), +(191,64,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,224,o), +(177,237,o), +(177,255,cs), +(177,277,o), +(200,288,o), +(229,288,cs), +(256,288,o), +(273,276,o), +(273,259,cs), +(273,236,o), +(252,224,o), +(224,224,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 457; +}, +{ +anchors = ( +{ +name = _center; +pos = (122,177); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,-45,o), +(222,-5,o), +(222,77,cs), +(222,130,o), +(199,172,o), +(157,183,c), +(157,186,l), +(197,199,o), +(216,241,o), +(216,287,cs), +(216,353,o), +(182,397,o), +(122,397,cs), +(66,397,o), +(28,357,o), +(28,287,cs), +(28,241,o), +(47,199,o), +(87,186,c), +(87,183,l), +(48,173,o), +(22,134,o), +(22,77,cs), +(22,4,o), +(55,-45,o), +(122,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(81,-20,o), +(52,7,o), +(52,79,cs), +(52,135,o), +(74,172,o), +(122,172,cs), +(165,172,o), +(192,141,o), +(192,79,cs), +(192,20,o), +(172,-20,o), +(122,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(83,197,o), +(57,228,o), +(57,285,cs), +(57,336,o), +(77,372,o), +(122,372,cs), +(161,372,o), +(187,344,o), +(187,285,cs), +(187,230,o), +(163,197,o), +(122,197,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 245; +}, +{ +anchors = ( +{ +name = _center; +pos = (137,177); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,-46,o), +(269,4,o), +(269,78,cs), +(269,124,o), +(244,166,o), +(203,176,c), +(203,181,l), +(241,195,o), +(263,231,o), +(263,280,cs), +(263,350,o), +(217,397,o), +(136,397,cs), +(55,397,o), +(10,350,o), +(10,280,cs), +(10,235,o), +(30,196,o), +(69,181,c), +(69,176,l), +(27,165,o), +(4,123,o), +(4,78,cs), +(4,3,o), +(52,-46,o), +(136,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(123,41,o), +(114,55,o), +(114,87,cs), +(114,116,o), +(119,133,o), +(136,133,cs), +(154,133,o), +(158,115,o), +(158,87,cs), +(158,54,o), +(149,41,o), +(136,41,cs) +); +}, +{ +closed = 1; +nodes = ( +(124,222,o), +(116,230,o), +(116,268,cs), +(116,291,o), +(120,310,o), +(136,310,cs), +(153,310,o), +(157,290,o), +(157,268,cs), +(157,231,o), +(149,222,o), +(136,222,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 273; +}, +{ +anchors = ( +{ +name = _center; +pos = (185,174); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(272,-46,o), +(332,2,o), +(332,73,cs), +(332,126,o), +(299,170,o), +(237,182,c), +(237,184,l), +(284,196,o), +(317,236,o), +(317,284,cs), +(317,352,o), +(266,397,o), +(185,397,cs), +(105,397,o), +(53,353,o), +(53,284,cs), +(53,236,o), +(86,196,o), +(132,184,c), +(132,182,l), +(71,170,o), +(38,126,o), +(38,73,cs), +(38,2,o), +(97,-46,o), +(185,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(119,-16,o), +(74,21,o), +(74,76,cs), +(74,126,o), +(104,168,o), +(185,168,cs), +(266,168,o), +(296,125,o), +(296,76,cs), +(296,21,o), +(251,-16,o), +(185,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(112,197,o), +(87,240,o), +(87,283,cs), +(87,325,o), +(111,368,o), +(185,368,cs), +(259,368,o), +(283,324,o), +(283,283,cs), +(283,240,o), +(258,197,o), +(185,197,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 370; +}, +{ +anchors = ( +{ +name = _center; +pos = (180,174); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(284,-46,o), +(353,-1,o), +(353,80,cs), +(353,130,o), +(317,170,o), +(272,182,c), +(272,187,l), +(311,200,o), +(337,236,o), +(337,279,cs), +(337,350,o), +(281,397,o), +(180,397,cs), +(85,397,o), +(22,355,o), +(22,279,cs), +(22,236,o), +(48,200,o), +(87,187,c), +(87,182,l), +(45,171,o), +(6,133,o), +(6,80,cs), +(6,4,o), +(68,-46,o), +(180,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(152,62,o), +(136,75,o), +(136,99,cs), +(136,122,o), +(153,136,o), +(180,136,cs), +(205,136,o), +(223,123,o), +(223,99,cs), +(223,75,o), +(207,62,o), +(180,62,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,229,o), +(142,239,o), +(142,262,cs), +(142,283,o), +(158,294,o), +(180,294,cs), +(201,294,o), +(217,283,o), +(217,262,cs), +(217,239,o), +(199,229,o), +(180,229,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 359; +}, +{ +anchors = ( +{ +name = _center; +pos = (210,173); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(322,-45,o), +(390,-2,o), +(390,75,cs), +(390,137,o), +(344,179,o), +(278,182,c), +(278,185,l), +(341,194,o), +(381,228,o), +(381,286,cs), +(381,364,o), +(306,397,o), +(210,397,cs), +(115,397,o), +(40,365,o), +(40,286,cs), +(40,227,o), +(82,193,o), +(142,185,c), +(142,182,l), +(79,179,o), +(30,138,o), +(30,75,cs), +(30,-2,o), +(98,-45,o), +(210,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(116,-14,o), +(69,19,o), +(69,79,cs), +(69,143,o), +(121,169,o), +(210,169,cs), +(300,169,o), +(352,143,o), +(352,79,cs), +(352,19,o), +(304,-14,o), +(210,-14,cs) +); +}, +{ +closed = 1; +nodes = ( +(113,197,o), +(77,232,o), +(77,282,cs), +(77,343,o), +(133,367,o), +(210,367,cs), +(287,367,o), +(343,343,o), +(343,282,cs), +(343,232,o), +(307,197,o), +(210,197,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 420; +}, +{ +anchors = ( +{ +name = _center; +pos = (214,171); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(358,-45,o), +(421,5,o), +(421,81,cs), +(421,132,o), +(386,173,o), +(335,181,c), +(335,185,l), +(380,195,o), +(411,228,o), +(411,277,cs), +(411,365,o), +(325,398,o), +(213,398,cs), +(103,398,o), +(17,365,o), +(17,277,cs), +(17,230,o), +(46,195,o), +(93,185,c), +(93,181,l), +(39,173,o), +(7,130,o), +(7,81,cs), +(7,4,o), +(71,-45,o), +(213,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(182,63,o), +(159,73,o), +(159,97,cs), +(159,117,o), +(173,132,o), +(213,132,cs), +(254,132,o), +(269,117,o), +(269,97,cs), +(269,73,o), +(246,63,o), +(213,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(182,225,o), +(166,238,o), +(166,258,cs), +(166,277,o), +(182,289,o), +(213,289,cs), +(245,289,o), +(262,277,o), +(262,258,cs), +(262,237,o), +(246,225,o), +(213,225,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 428; +}, +{ +anchors = ( +{ +name = _center; +pos = (100,177); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(123,-45,o), +(164,-5,o), +(179,68,cs), +(188,112,o), +(182,162,o), +(144,180,c), +(144,183,l), +(179,192,o), +(207,231,o), +(217,278,cs), +(231,348,o), +(204,397,o), +(138,397,cs), +(89,397,o), +(47,360,o), +(34,296,cs), +(25,252,o), +(31,207,o), +(64,190,c), +(63,187,l), +(28,179,o), +(-5,141,o), +(-16,86,cs), +(-32,8,o), +(-6,-45,o), +(68,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(14,-20,o), +(0,24,o), +(14,87,cs), +(25,138,o), +(51,172,o), +(94,172,cs), +(148,172,o), +(162,128,o), +(151,76,cs), +(137,11,o), +(111,-20,o), +(69,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(67,196,o), +(50,236,o), +(61,289,cs), +(72,340,o), +(96,372,o), +(136,372,cs), +(187,372,o), +(199,330,o), +(188,278,cs), +(178,228,o), +(150,196,o), +(112,196,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 238; +}, +{ +anchors = ( +{ +name = _center; +pos = (111,177); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(159,-46,o), +(209,-1,o), +(222,62,cs), +(231,104,o), +(220,152,o), +(189,169,c), +(190,174,l), +(227,188,o), +(251,222,o), +(258,266,cs), +(271,349,o), +(224,397,o), +(144,397,cs), +(73,397,o), +(26,356,o), +(12,288,cs), +(5,253,o), +(14,206,o), +(39,189,c), +(39,184,l), +(6,174,o), +(-25,139,o), +(-35,90,cs), +(-52,7,o), +(-6,-46,o), +(85,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(69,42,o), +(69,66,o), +(74,90,cs), +(80,117,o), +(87,133,o), +(103,133,cs), +(123,133,o), +(123,113,o), +(117,85,cs), +(111,57,o), +(101,42,o), +(88,42,cs) +); +}, +{ +closed = 1; +nodes = ( +(108,222,o), +(107,240,o), +(113,268,cs), +(119,297,o), +(127,309,o), +(141,309,cs), +(158,309,o), +(158,291,o), +(153,266,cs), +(146,231,o), +(137,222,o), +(126,222,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 267; +}, +{ +anchors = ( +{ +name = _center; +pos = (159,177); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(225,-46,o), +(290,6,o), +(290,82,cs), +(290,128,o), +(258,166,o), +(215,176,c), +(215,178,l), +(278,186,o), +(321,232,o), +(321,291,cs), +(321,356,o), +(268,397,o), +(194,397,cs), +(110,397,o), +(52,347,o), +(52,273,cs), +(52,231,o), +(80,197,o), +(118,186,c), +(118,183,l), +(53,177,o), +(-3,130,o), +(-3,61,cs), +(-3,-2,o), +(47,-46,o), +(133,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(74,-16,o), +(33,15,o), +(33,67,cs), +(33,126,o), +(80,167,o), +(149,167,cs), +(216,167,o), +(253,137,o), +(253,85,cs), +(253,23,o), +(204,-16,o), +(137,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,196,o), +(86,226,o), +(86,270,cs), +(86,329,o), +(125,368,o), +(194,368,cs), +(250,368,o), +(287,336,o), +(287,288,cs), +(287,233,o), +(243,196,o), +(178,196,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 363; +}, +{ +anchors = ( +{ +name = _center; +pos = (147,177); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(239,-46,o), +(311,-2,o), +(311,78,cs), +(311,122,o), +(279,159,o), +(243,171,c), +(244,176,l), +(296,190,o), +(331,227,o), +(331,279,cs), +(331,349,o), +(269,397,o), +(174,397,cs), +(84,397,o), +(12,352,o), +(12,273,cs), +(12,238,o), +(30,204,o), +(60,191,c), +(59,185,l), +(2,174,o), +(-38,131,o), +(-38,75,cs), +(-38,2,o), +(21,-46,o), +(132,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(105,62,o), +(91,77,o), +(91,98,cs), +(91,121,o), +(107,137,o), +(138,137,cs), +(165,137,o), +(180,121,o), +(180,100,cs), +(180,78,o), +(164,62,o), +(133,62,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,229,o), +(131,241,o), +(131,261,cs), +(131,281,o), +(147,295,o), +(175,295,cs), +(196,295,o), +(212,282,o), +(212,264,cs), +(212,242,o), +(195,229,o), +(168,229,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 349; +}, +{ +anchors = ( +{ +name = _center; +pos = (189,177); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,-44,o), +(350,-2,o), +(353,81,cs), +(355,130,o), +(317,174,o), +(261,179,c), +(261,182,l), +(332,187,o), +(384,225,o), +(386,289,cs), +(389,363,o), +(314,397,o), +(221,397,cs), +(115,397,o), +(48,353,o), +(45,279,cs), +(43,237,o), +(73,199,o), +(128,189,c), +(127,187,l), +(53,185,o), +(-7,138,o), +(-9,70,cs), +(-11,-1,o), +(55,-44,o), +(168,-44,cs) +); +}, +{ +closed = 1; +nodes = ( +(84,-14,o), +(28,18,o), +(30,75,cs), +(32,138,o), +(83,170,o), +(172,170,cs), +(262,170,o), +(317,142,o), +(315,85,cs), +(313,26,o), +(268,-14,o), +(170,-14,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,197,o), +(80,212,o), +(82,279,cs), +(84,336,o), +(134,368,o), +(216,368,cs), +(286,368,o), +(351,349,o), +(348,280,cs), +(346,228,o), +(294,197,o), +(215,197,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 421; +}, +{ +anchors = ( +{ +name = _center; +pos = (183,177); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(303,-46,o), +(373,10,o), +(373,89,cs), +(373,133,o), +(344,168,o), +(307,176,c), +(308,179,l), +(365,190,o), +(404,231,o), +(404,281,cs), +(404,350,o), +(346,397,o), +(217,397,cs), +(118,397,o), +(12,359,o), +(12,268,cs), +(12,227,o), +(34,200,o), +(70,189,c), +(69,185,l), +(8,176,o), +(-39,130,o), +(-39,69,cs), +(-39,-23,o), +(63,-46,o), +(158,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(138,64,o), +(116,73,o), +(116,96,cs), +(116,117,o), +(135,132,o), +(175,132,cs), +(206,132,o), +(226,120,o), +(226,100,cs), +(226,79,o), +(206,64,o), +(170,64,cs) +); +}, +{ +closed = 1; +nodes = ( +(174,224,o), +(156,237,o), +(156,255,cs), +(156,277,o), +(179,288,o), +(208,288,cs), +(235,288,o), +(252,276,o), +(252,259,cs), +(252,236,o), +(231,224,o), +(203,224,cs) ); } ); @@ -1083,7 +2127,7 @@ weight = -300; width = 60; }; }; -width = 445; +width = 415; } ); unicode = 8328; diff --git a/sources/MonaSans.glyphspackage/glyphs/eightsuperior.glyph b/sources/MonaSans.glyphspackage/glyphs/eightsuperior.glyph index ef26ae44..9b03509f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eightsuperior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eightsuperior.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = eightsuperior; -kernLeft = eightsuperior; +kernLeft = KO_eightsuperior; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -18,7 +18,7 @@ weight = -350; width = 60; }; }; -width = 291; +width = 307; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -38,7 +38,41 @@ width = 60; width = 285; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 440; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 460; +}, +{ +layerId = m019; shapes = ( { pos = (0,376); @@ -106,12 +140,241 @@ type = Stem; } ); }; +width = 407; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eightinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eightinferior; +}; +width = 384; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (78,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 284; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (78,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 305; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (78,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 411; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (78,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 407; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (78,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 441; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (78,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 457; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 285; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 273; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (0,376); +ref = eightinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eightinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eightinferior; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; width = 410; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,376); ref = eightinferior; } @@ -125,12 +388,13 @@ width = 60; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eightinferior; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eightinferior; }; -width = 401; +width = 381; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,376); ref = eightinferior; } @@ -145,9 +409,10 @@ width = 60; width = 440; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,376); ref = eightinferior; } @@ -162,7 +427,7 @@ width = 60; width = 448; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (78,376); @@ -176,10 +441,10 @@ weight = -30; width = 60; }; }; -width = 284; +width = 238; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (78,376); @@ -193,10 +458,10 @@ weight = -350; width = 60; }; }; -width = 289; +width = 267; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (78,376); @@ -210,10 +475,10 @@ weight = -25; width = 60; }; }; -width = 411; +width = 363; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (78,376); @@ -227,10 +492,10 @@ weight = -300; width = 60; }; }; -width = 407; +width = 349; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (78,376); @@ -244,10 +509,10 @@ weight = -25; width = 60; }; }; -width = 441; +width = 421; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (78,376); @@ -261,7 +526,7 @@ weight = -300; width = 60; }; }; -width = 445; +width = 415; } ); unicode = 8312; diff --git a/sources/MonaSans.glyphspackage/glyphs/ellipsis.glyph b/sources/MonaSans.glyphspackage/glyphs/ellipsis.glyph index 3eb9dc05..940fc07d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ellipsis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ellipsis.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ellipsis; -kernLeft = ellipsis; -kernRight = ellipsis; +kernLeft = KO_ellipsis; +kernRight = KO_ellipsis; layers = ( { background = { @@ -80,7 +80,7 @@ pos = (460,0); ref = period; } ); -width = 656; +width = 672; }, { background = { @@ -179,6 +179,963 @@ shapes = ( { closed = 1; nodes = ( +(97,-7,o), +(110,5,o), +(110,22,cs), +(110,39,o), +(97,51,o), +(80,51,cs), +(63,51,o), +(50,39,o), +(50,22,cs), +(50,5,o), +(63,-7,o), +(80,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(256,-7,o), +(269,5,o), +(269,22,cs), +(269,39,o), +(256,51,o), +(239,51,cs), +(222,51,o), +(209,39,o), +(209,22,cs), +(209,5,o), +(222,-7,o), +(239,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(415,-7,o), +(428,5,o), +(428,22,cs), +(428,39,o), +(415,51,o), +(398,51,cs), +(381,51,o), +(368,39,o), +(368,22,cs), +(368,5,o), +(381,-7,o), +(398,-7,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (159,0); +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (318,0); +ref = period; +} +); +width = 460; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(234,-10,o), +(268,29,o), +(268,83,cs), +(268,136,o), +(234,175,o), +(150,175,cs), +(66,175,o), +(32,136,o), +(32,83,cs), +(32,29,o), +(66,-10,o), +(150,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(534,-10,o), +(568,29,o), +(568,83,cs), +(568,136,o), +(534,175,o), +(450,175,cs), +(366,175,o), +(332,136,o), +(332,83,cs), +(332,29,o), +(366,-10,o), +(450,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(834,-10,o), +(868,29,o), +(868,83,cs), +(868,136,o), +(834,175,o), +(750,175,cs), +(666,175,o), +(632,136,o), +(632,83,cs), +(632,29,o), +(666,-10,o), +(750,-10,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (300,0); +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (600,0); +ref = period; +} +); +width = 874; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(110,-7,o), +(123,5,o), +(123,22,cs), +(123,39,o), +(110,51,o), +(93,51,cs), +(76,51,o), +(63,39,o), +(63,22,cs), +(63,5,o), +(76,-7,o), +(93,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(296,-7,o), +(309,5,o), +(309,22,cs), +(309,39,o), +(296,51,o), +(279,51,cs), +(262,51,o), +(249,39,o), +(249,22,cs), +(249,5,o), +(262,-7,o), +(279,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(482,-7,o), +(495,5,o), +(495,22,cs), +(495,39,o), +(482,51,o), +(465,51,cs), +(448,51,o), +(435,39,o), +(435,22,cs), +(435,5,o), +(448,-7,o), +(465,-7,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (182,0); +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (364,0); +ref = period; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = period; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; +}; +width = 565; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(195,-8,o), +(233,27,o), +(233,80,cs), +(233,133,o), +(195,168,o), +(139,168,cs), +(83,168,o), +(45,133,o), +(45,80,cs), +(45,27,o), +(83,-8,o), +(139,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(473,-8,o), +(511,27,o), +(511,80,cs), +(511,133,o), +(473,168,o), +(417,168,cs), +(361,168,o), +(323,133,o), +(323,80,cs), +(323,27,o), +(361,-8,o), +(417,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(751,-8,o), +(789,27,o), +(789,80,cs), +(789,133,o), +(751,168,o), +(695,168,cs), +(639,168,o), +(601,133,o), +(601,80,cs), +(601,27,o), +(639,-8,o), +(695,-8,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (288,0); +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (576,0); +ref = period; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = period; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; +}; +width = 864; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(39,-6,o), +(49,3,o), +(49,18,cs), +(49,33,o), +(39,42,o), +(25,42,cs), +(12,42,o), +(1,33,o), +(1,18,cs), +(1,3,o), +(12,-6,o), +(25,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(188,-6,o), +(198,3,o), +(198,18,cs), +(198,33,o), +(188,42,o), +(174,42,cs), +(161,42,o), +(150,33,o), +(150,18,cs), +(150,3,o), +(161,-6,o), +(174,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(337,-6,o), +(347,3,o), +(347,18,cs), +(347,33,o), +(337,42,o), +(323,42,cs), +(310,42,o), +(299,33,o), +(299,18,cs), +(299,3,o), +(310,-6,o), +(323,-6,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (149,0); +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (298,0); +ref = period; +} +); +width = 421; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(138,-10,o), +(180,27,o), +(180,82,cs), +(180,131,o), +(147,164,o), +(90,164,cs), +(27,164,o), +(-15,127,o), +(-15,72,cs), +(-15,23,o), +(18,-10,o), +(75,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(383,-10,o), +(425,27,o), +(425,82,cs), +(425,131,o), +(392,164,o), +(335,164,cs), +(272,164,o), +(230,127,o), +(230,72,cs), +(230,23,o), +(263,-10,o), +(320,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(628,-10,o), +(670,27,o), +(670,82,cs), +(670,131,o), +(637,164,o), +(580,164,cs), +(517,164,o), +(475,127,o), +(475,72,cs), +(475,23,o), +(508,-10,o), +(565,-10,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (245,0); +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (490,0); +ref = period; +} +); +width = 717; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(62,-7,o), +(75,4,o), +(75,23,cs), +(75,40,o), +(63,51,o), +(46,51,cs), +(28,51,o), +(15,40,o), +(15,21,cs), +(15,4,o), +(27,-7,o), +(44,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,-7,o), +(263,4,o), +(263,23,cs), +(263,40,o), +(251,51,o), +(234,51,cs), +(216,51,o), +(203,40,o), +(203,21,cs), +(203,4,o), +(215,-7,o), +(232,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(438,-7,o), +(451,4,o), +(451,23,cs), +(451,40,o), +(439,51,o), +(422,51,cs), +(404,51,o), +(391,40,o), +(391,21,cs), +(391,4,o), +(403,-7,o), +(420,-7,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (188,0); +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (376,0); +ref = period; +} +); +width = 546; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(160,-8,o), +(204,29,o), +(204,87,cs), +(204,135,o), +(168,167,o), +(114,167,cs), +(50,167,o), +(6,130,o), +(6,72,cs), +(6,24,o), +(42,-8,o), +(96,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(412,-8,o), +(456,29,o), +(456,87,cs), +(456,135,o), +(420,167,o), +(366,167,cs), +(302,167,o), +(258,130,o), +(258,72,cs), +(258,24,o), +(294,-8,o), +(348,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(664,-8,o), +(708,29,o), +(708,87,cs), +(708,135,o), +(672,167,o), +(618,167,cs), +(554,167,o), +(510,130,o), +(510,72,cs), +(510,24,o), +(546,-8,o), +(600,-8,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (252,0); +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (504,0); +ref = period; +} +); +width = 746; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(49,-7,o), +(62,4,o), +(62,23,cs), +(62,40,o), +(50,51,o), +(33,51,cs), +(15,51,o), +(2,40,o), +(2,21,cs), +(2,4,o), +(14,-7,o), +(31,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(210,-7,o), +(223,4,o), +(223,23,cs), +(223,40,o), +(211,51,o), +(194,51,cs), +(176,51,o), +(163,40,o), +(163,21,cs), +(163,4,o), +(175,-7,o), +(192,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(371,-7,o), +(384,4,o), +(384,23,cs), +(384,40,o), +(372,51,o), +(355,51,cs), +(337,51,o), +(324,40,o), +(324,21,cs), +(324,4,o), +(336,-7,o), +(353,-7,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (161,0); +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (322,0); +ref = period; +} +); +width = 466; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(188,-10,o), +(234,26,o), +(234,90,cs), +(234,141,o), +(193,175,o), +(121,175,cs), +(40,175,o), +(-6,139,o), +(-6,75,cs), +(-6,24,o), +(35,-10,o), +(107,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(494,-10,o), +(540,26,o), +(540,90,cs), +(540,141,o), +(499,175,o), +(427,175,cs), +(346,175,o), +(300,139,o), +(300,75,cs), +(300,24,o), +(341,-10,o), +(413,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(800,-10,o), +(846,26,o), +(846,90,cs), +(846,141,o), +(805,175,o), +(733,175,cs), +(652,175,o), +(606,139,o), +(606,75,cs), +(606,24,o), +(647,-10,o), +(719,-10,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (306,0); +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (612,0); +ref = period; +} +); +width = 888; +}, +{ +background = { +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (400,0); +}, +{ +name = top; +pos = (375,522); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(89,-6,o), +(100,4,o), +(100,18,cs), +(100,32,o), +(89,42,o), +(75,42,cs), +(61,42,o), +(50,32,o), +(50,18,cs), +(50,4,o), +(61,-6,o), +(75,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(239,-6,o), +(250,4,o), +(250,18,cs), +(250,32,o), +(239,42,o), +(225,42,cs), +(211,42,o), +(200,32,o), +(200,18,cs), +(200,4,o), +(211,-6,o), +(225,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(389,-6,o), +(400,4,o), +(400,18,cs), +(400,32,o), +(389,42,o), +(375,42,cs), +(361,42,o), +(350,32,o), +(350,18,cs), +(350,4,o), +(361,-6,o), +(375,-6,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (150,0); +ref = period; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (300,0); +ref = period; +} +); +width = 424; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(166,-10,o), +(206,23,o), +(206,77,cs), +(206,131,o), +(166,164,o), +(115,164,cs), +(64,164,o), +(24,131,o), +(24,77,cs), +(24,23,o), +(64,-10,o), +(115,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(396,-10,o), +(436,23,o), +(436,77,cs), +(436,131,o), +(396,164,o), +(345,164,cs), +(294,164,o), +(254,131,o), +(254,77,cs), +(254,23,o), +(294,-10,o), +(345,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(626,-10,o), +(666,23,o), +(666,77,cs), +(666,131,o), +(626,164,o), +(575,164,cs), +(524,164,o), +(484,131,o), +(484,77,cs), +(484,23,o), +(524,-10,o), +(575,-10,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +anchor = "#exit"; +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (230,0); +ref = period; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (460,0); +ref = period; +} +); +width = 658; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( (110,-7,o), (123,5,o), (123,22,cs), @@ -229,21 +1186,21 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; anchor = "#exit"; ref = period; }, { -alignment = 1; +alignment = -1; anchor = "#exit"; pos = (186,0); ref = period; }, { -alignment = 1; +alignment = -1; anchor = "#exit"; pos = (372,0); ref = period; @@ -311,21 +1268,21 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; anchor = "#exit"; ref = period; }, { -alignment = 1; +alignment = -1; anchor = "#exit"; pos = (278,0); ref = period; }, { -alignment = 1; +alignment = -1; anchor = "#exit"; pos = (556,0); ref = period; @@ -335,7 +1292,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = period; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; }; -width = 788; +width = 768; }, { background = { @@ -393,21 +1350,21 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; anchor = "#exit"; ref = period; }, { -alignment = 1; +alignment = -1; anchor = "#exit"; pos = (159,0); ref = period; }, { -alignment = 1; +alignment = -1; anchor = "#exit"; pos = (318,0); ref = period; @@ -471,21 +1428,21 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; anchor = "#exit"; ref = period; }, { -alignment = 1; +alignment = -1; anchor = "#exit"; pos = (300,0); ref = period; }, { -alignment = 1; +alignment = -1; anchor = "#exit"; pos = (600,0); ref = period; @@ -549,7 +1506,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -569,7 +1526,7 @@ pos = (298,0); ref = period; } ); -width = 421; +width = 375; }, { background = { @@ -627,7 +1584,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -647,7 +1604,7 @@ pos = (490,0); ref = period; } ); -width = 701; +width = 694; }, { background = { @@ -705,7 +1662,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -725,7 +1682,7 @@ pos = (376,0); ref = period; } ); -width = 546; +width = 498; }, { background = { @@ -783,7 +1740,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -803,7 +1760,7 @@ pos = (504,0); ref = period; } ); -width = 746; +width = 728; }, { background = { @@ -861,7 +1818,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -881,7 +1838,7 @@ pos = (322,0); ref = period; } ); -width = 466; +width = 446; }, { background = { @@ -939,7 +1896,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -959,7 +1916,7 @@ pos = (612,0); ref = period; } ); -width = 876; +width = 886; } ); metricLeft = period; diff --git a/sources/MonaSans.glyphspackage/glyphs/ellipsis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/ellipsis.ss01.glyph index 497ffb2b..ee5cc2ca 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ellipsis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ellipsis.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ellipsis.ss01; -kernLeft = period.ss01; -kernRight = period.ss01; +kernLeft = KO_period.ss01; +kernRight = KO_ellipsis.ss01; layers = ( { background = { @@ -60,7 +60,7 @@ pos = (460,0); ref = period.ss01; } ); -width = 667; +width = 683; }, { background = { @@ -70,7 +70,7 @@ ref = ellipsis; } ); }; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; @@ -79,17 +79,17 @@ ref = period.ss01; { alignment = 1; anchor = "#exit"; -pos = (186,0); +pos = (159,0); ref = period.ss01; }, { alignment = 1; anchor = "#exit"; -pos = (372,0); +pos = (318,0); ref = period.ss01; } ); -width = 537; +width = 455; }, { background = { @@ -99,7 +99,7 @@ ref = ellipsis; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; @@ -108,17 +108,17 @@ ref = period.ss01; { alignment = 1; anchor = "#exit"; -pos = (278,0); +pos = (300,0); ref = period.ss01; }, { alignment = 1; anchor = "#exit"; -pos = (556,0); +pos = (600,0); ref = period.ss01; } ); -width = 811; +width = 885; }, { background = { @@ -128,7 +128,7 @@ ref = ellipsis; } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; @@ -137,17 +137,17 @@ ref = period.ss01; { alignment = 1; anchor = "#exit"; -pos = (159,0); +pos = (182,0); ref = period.ss01; }, { alignment = 1; anchor = "#exit"; -pos = (318,0); +pos = (364,0); ref = period.ss01; } ); -width = 455; +width = 530; }, { background = { @@ -157,7 +157,7 @@ ref = ellipsis; } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; @@ -166,17 +166,17 @@ ref = period.ss01; { alignment = 1; anchor = "#exit"; -pos = (300,0); +pos = (257,0); ref = period.ss01; }, { alignment = 1; anchor = "#exit"; -pos = (600,0); +pos = (514,0); ref = period.ss01; } ); -width = 873; +width = 762; }, { background = { @@ -195,17 +195,17 @@ ref = period.ss01; { alignment = 1; anchor = "#exit"; -pos = (148,0); +pos = (151,0); ref = period.ss01; }, { alignment = 1; anchor = "#exit"; -pos = (296,0); +pos = (302,0); ref = period.ss01; } ); -width = 418; +width = 424; }, { background = { @@ -234,7 +234,7 @@ pos = (490,0); ref = period.ss01; } ); -width = 695; +width = 711; }, { background = { @@ -311,6 +311,354 @@ ref = period.ss01; { alignment = 1; anchor = "#exit"; +pos = (163,0); +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (326,0); +ref = period.ss01; +} +); +width = 458; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (316,0); +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (632,0); +ref = period.ss01; +} +); +width = 915; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (150,0); +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (300,0); +ref = period.ss01; +} +); +width = 422; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (230,0); +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (460,0); +ref = period.ss01; +} +); +width = 667; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (186,0); +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (372,0); +ref = period.ss01; +} +); +width = 537; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (278,0); +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (556,0); +ref = period.ss01; +} +); +width = 791; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (159,0); +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (318,0); +ref = period.ss01; +} +); +width = 455; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (300,0); +ref = period.ss01; +}, +{ +alignment = -1; +anchor = "#exit"; +pos = (600,0); +ref = period.ss01; +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (148,0); +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (296,0); +ref = period.ss01; +} +); +width = 372; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (245,0); +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (490,0); +ref = period.ss01; +} +); +width = 686; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (202,0); +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (404,0); +ref = period.ss01; +} +); +width = 524; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (262,0); +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; +pos = (524,0); +ref = period.ss01; +} +); +width = 729; +}, +{ +background = { +shapes = ( +{ +ref = ellipsis; +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = period.ss01; +}, +{ +alignment = 1; +anchor = "#exit"; pos = (159,0); ref = period.ss01; }, @@ -321,7 +669,7 @@ pos = (318,0); ref = period.ss01; } ); -width = 456; +width = 445; }, { background = { @@ -331,7 +679,7 @@ ref = ellipsis; } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -340,17 +688,17 @@ ref = period.ss01; { alignment = 1; anchor = "#exit"; -pos = (306,0); +pos = (311,0); ref = period.ss01; }, { alignment = 1; anchor = "#exit"; -pos = (612,0); +pos = (622,0); ref = period.ss01; } ); -width = 883; +width = 863; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/emacron.glyph b/sources/MonaSans.glyphspackage/glyphs/emacron.glyph index 89ae7f46..6dc8c966 100644 --- a/sources/MonaSans.glyphspackage/glyphs/emacron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/emacron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = emacron; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (28,-139); ref = macroncomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (87,-155); +pos = (79,-154); ref = macroncomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (56,-134); +pos = (79,-129); ref = macroncomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (79,-154); +pos = (90,-155); ref = macroncomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (79,-129); +pos = (61,-134); ref = macroncomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (1,-139); ref = macroncomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (32,-154); +pos = (36,-154); ref = macroncomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (27,-129); +pos = (37,-129); +ref = macroncomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (28,-155); +ref = macroncomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (31,-139); +ref = macroncomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (87,-155); +ref = macroncomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (56,-134); +ref = macroncomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (79,-154); +ref = macroncomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (79,-129); +ref = macroncomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-8,-155); +ref = macroncomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (5,-139); +ref = macroncomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (44,-155); +ref = macroncomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (36,-134); +ref = macroncomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (49,-154); +ref = macroncomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (51,-129); ref = macroncomb; } ); -width = 690; +width = 682; } ); unicode = 275; diff --git a/sources/MonaSans.glyphspackage/glyphs/emdash.case.glyph b/sources/MonaSans.glyphspackage/glyphs/emdash.case.glyph index b4a67da8..1af6b4c6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/emdash.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/emdash.case.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = emdash.case; -kernLeft = hyphen.case; -kernRight = hyphen.case; +kernLeft = KO_hyphen.case; +kernRight = KO_hyphen.case; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -22,47 +22,47 @@ pos = (0,94); ref = emdash; } ); -width = 654; +width = 670; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { pos = (0,106); ref = emdash; } ); -width = 635; +width = 701; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { pos = (0,93); ref = emdash; } ); -width = 752; +width = 780; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { pos = (0,106); ref = emdash; } ); -width = 701; +width = 628; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { pos = (0,93); ref = emdash; } ); -width = 768; +width = 732; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -82,7 +82,7 @@ pos = (19,94); ref = emdash; } ); -width = 647; +width = 663; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -122,7 +122,133 @@ pos = (19,93); ref = emdash; } ); -width = 761; +width = 773; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = emdash; +} +); +width = 524; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +pos = (0,94); +ref = emdash; +} +); +width = 654; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = emdash; +} +); +width = 635; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (0,93); +ref = emdash; +} +); +width = 732; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = emdash; +} +); +width = 701; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (0,93); +ref = emdash; +} +); +width = 768; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +pos = (22,106); +ref = emdash; +} +); +width = 474; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +pos = (19,94); +ref = emdash; +} +); +width = 625; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +pos = (22,106); +ref = emdash; +} +); +width = 582; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +pos = (19,93); +ref = emdash; +} +); +width = 688; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +pos = (22,106); +ref = emdash; +} +); +width = 676; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +pos = (19,93); +ref = emdash; +} +); +width = 731; } ); metricLeft = emdash; diff --git a/sources/MonaSans.glyphspackage/glyphs/emdash.glyph b/sources/MonaSans.glyphspackage/glyphs/emdash.glyph index e203ddad..082c83be 100644 --- a/sources/MonaSans.glyphspackage/glyphs/emdash.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/emdash.glyph @@ -1,7 +1,7 @@ { glyphname = emdash; -kernLeft = hyphen; -kernRight = hyphen; +kernLeft = KO_hyphen; +kernRight = KO_emdash; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,14 +9,14 @@ shapes = ( { closed = 1; nodes = ( -(635,191,l), -(635,351,l), -(19,351,l), -(19,191,l) +(643,191,l), +(643,351,l), +(27,351,l), +(27,191,l) ); } ); -width = 654; +width = 670; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -34,15 +34,45 @@ nodes = ( width = 524; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(655,243,l), +(655,275,l), +(46,275,l), +(46,243,l) +); +} +); +width = 701; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(744,188,l), +(744,356,l), +(36,356,l), +(36,188,l) +); +} +); +width = 780; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(575,242,l), -(575,275,l), -(60,275,l), -(60,242,l) +(566,242,l), +(566,275,l), +(61,275,l), +(61,242,l) ); } ); @@ -66,18 +96,18 @@ type = Stem; } ); }; -width = 635; +width = 628; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(714,192,l), -(714,352,l), -(38,352,l), -(38,192,l) +(696,192,l), +(696,352,l), +(37,352,l), +(37,192,l) ); } ); @@ -85,37 +115,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; }; -width = 752; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,243,l), -(655,275,l), -(46,275,l), -(46,243,l) -); -} -); -width = 701; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(738,188,l), -(738,356,l), -(30,356,l), -(30,188,l) -); -} -); -width = 768; +width = 732; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -138,14 +138,14 @@ shapes = ( { closed = 1; nodes = ( -(612,191,l), -(646,351,l), -(36,351,l), -(3,191,l) +(620,191,l), +(654,351,l), +(44,351,l), +(11,191,l) ); } ); -width = 647; +width = 663; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -198,14 +198,218 @@ shapes = ( { closed = 1; nodes = ( -(713,188,l), -(748,356,l), -(48,356,l), -(13,188,l) +(719,188,l), +(754,356,l), +(54,356,l), +(19,188,l) +); +} +); +width = 773; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(462,246,l), +(462,271,l), +(22,271,l), +(22,246,l) +); +} +); +width = 484; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(625,191,l), +(625,351,l), +(9,351,l), +(9,191,l) +); +} +); +width = 634; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(555,242,l), +(555,275,l), +(40,275,l), +(40,242,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +} +); +}; +width = 595; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(693,192,l), +(693,352,l), +(17,352,l), +(17,192,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; +}; +width = 710; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(645,243,l), +(645,275,l), +(36,275,l), +(36,243,l) +); +} +); +width = 681; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(728,188,l), +(728,356,l), +(20,356,l), +(20,188,l) +); +} +); +width = 748; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(453,246,l), +(458,271,l), +(22,271,l), +(17,246,l) +); +} +); +width = 474; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(601,191,l), +(635,351,l), +(25,351,l), +(-8,191,l) +); +} +); +width = 625; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,242,l), +(550,275,l), +(40,275,l), +(33,242,l) +); +} +); +width = 582; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(662,192,l), +(695,352,l), +(26,352,l), +(-7,192,l) +); +} +); +width = 688; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(636,243,l), +(643,275,l), +(40,275,l), +(33,243,l) +); +} +); +width = 676; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(698,188,l), +(733,356,l), +(33,356,l), +(-2,188,l) ); } ); -width = 761; +width = 731; } ); unicode = 8212; diff --git a/sources/MonaSans.glyphspackage/glyphs/emptyset.glyph b/sources/MonaSans.glyphspackage/glyphs/emptyset.glyph index 1d910a60..8d008db0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/emptyset.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/emptyset.glyph @@ -7,52 +7,52 @@ shapes = ( { closed = 1; nodes = ( -(572,0,o), -(726,149,o), -(726,366,cs), -(726,579,o), -(572,729,o), -(368,729,cs), -(164,729,o), -(10,580,o), -(10,366,cs), -(10,149,o), -(164,0,o), -(368,0,cs) +(580,0,o), +(734,149,o), +(734,366,cs), +(734,579,o), +(580,729,o), +(376,729,cs), +(172,729,o), +(18,580,o), +(18,366,cs), +(18,149,o), +(172,0,o), +(376,0,cs) ); }, { closed = 1; nodes = ( -(273,71,o), -(189,116,o), -(138,189,c), -(628,488,l), -(643,451,o), -(651,410,o), -(651,366,cs), -(651,193,o), -(528,71,o), -(368,71,cs) +(281,71,o), +(197,116,o), +(146,189,c), +(636,488,l), +(651,451,o), +(659,410,o), +(659,366,cs), +(659,193,o), +(536,71,o), +(376,71,cs) ); }, { closed = 1; nodes = ( -(93,284,o), -(85,324,o), -(85,366,cs), -(85,538,o), -(210,658,o), -(368,658,cs), -(462,658,o), -(542,617,o), -(594,548,c), -(106,249,l) +(101,284,o), +(93,324,o), +(93,366,cs), +(93,538,o), +(218,658,o), +(376,658,cs), +(470,658,o), +(550,617,o), +(602,548,c), +(114,249,l) ); } ); -width = 736; +width = 752; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -108,224 +108,224 @@ nodes = ( width = 755; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(613,-10,o), -(780,145,o), -(780,366,cs), -(780,584,o), -(613,739,o), -(412,739,cs), -(209,739,o), -(43,584,o), -(43,366,cs), -(43,145,o), -(209,-10,o), -(412,-10,cs) +(584,0,o), +(747,151,o), +(747,366,cs), +(747,578,o), +(584,729,o), +(388,729,cs), +(190,729,o), +(28,578,o), +(28,366,cs), +(28,151,o), +(190,0,o), +(388,0,cs) ); }, { closed = 1; nodes = ( -(295,19,o), -(190,80,o), -(129,176,c), -(709,529,l), -(733,481,o), -(747,426,o), -(747,366,cs), -(747,166,o), -(593,19,o), -(412,19,cs) +(274,28,o), +(172,87,o), +(113,181,c), +(677,524,l), +(701,478,o), +(714,424,o), +(714,366,cs), +(714,171,o), +(564,28,o), +(388,28,cs) ); }, { closed = 1; nodes = ( -(90,250,o), -(76,306,o), -(76,366,cs), -(76,565,o), -(230,710,o), -(412,710,cs), -(528,710,o), -(633,651,o), -(693,556,c), -(114,202,l) +(74,254,o), +(61,308,o), +(61,366,cs), +(61,560,o), +(211,701,o), +(388,701,cs), +(501,701,o), +(603,643,o), +(661,551,c), +(98,207,l) ); } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 823; +width = 775; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(582,0,o), -(736,149,o), -(736,366,cs), -(736,579,o), -(582,729,o), -(378,729,cs), -(174,729,o), -(20,580,o), -(20,366,cs), -(20,149,o), -(174,0,o), -(378,0,cs) +(575,0,o), +(729,149,o), +(729,366,cs), +(729,579,o), +(575,729,o), +(371,729,cs), +(167,729,o), +(13,580,o), +(13,366,cs), +(13,149,o), +(167,0,o), +(371,0,cs) ); }, { closed = 1; nodes = ( -(283,71,o), -(199,116,o), -(148,189,c), -(638,488,l), -(653,451,o), -(661,410,o), -(661,366,cs), -(661,193,o), -(538,71,o), -(378,71,cs) +(276,71,o), +(192,116,o), +(141,189,c), +(631,488,l), +(646,451,o), +(654,410,o), +(654,366,cs), +(654,193,o), +(531,71,o), +(371,71,cs) ); }, { closed = 1; nodes = ( -(103,284,o), -(95,324,o), -(95,366,cs), -(95,538,o), -(220,658,o), -(378,658,cs), -(472,658,o), -(552,617,o), -(604,548,c), -(116,249,l) +(96,284,o), +(88,324,o), +(88,366,cs), +(88,538,o), +(213,658,o), +(371,658,cs), +(465,658,o), +(545,617,o), +(597,548,c), +(109,249,l) ); } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 756; +width = 742; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(584,0,o), -(747,151,o), -(747,366,cs), -(747,578,o), -(584,729,o), -(388,729,cs), -(190,729,o), -(28,578,o), -(28,366,cs), -(28,151,o), -(190,0,o), -(388,0,cs) +(604,-10,o), +(767,145,o), +(767,366,cs), +(767,584,o), +(604,739,o), +(407,739,cs), +(208,739,o), +(46,584,o), +(46,366,cs), +(46,145,o), +(208,-10,o), +(407,-10,cs) ); }, { closed = 1; nodes = ( -(274,28,o), -(172,87,o), -(113,181,c), -(677,524,l), -(701,478,o), -(714,424,o), -(714,366,cs), -(714,171,o), -(564,28,o), -(388,28,cs) +(292,19,o), +(189,80,o), +(130,176,c), +(698,529,l), +(722,481,o), +(736,426,o), +(736,366,cs), +(736,166,o), +(584,19,o), +(407,19,cs) ); }, { closed = 1; nodes = ( -(74,254,o), -(61,308,o), -(61,366,cs), -(61,560,o), -(211,701,o), -(388,701,cs), -(501,701,o), -(603,643,o), -(661,551,c), -(98,207,l) +(91,250,o), +(77,306,o), +(77,366,cs), +(77,565,o), +(229,710,o), +(407,710,cs), +(521,710,o), +(624,651,o), +(682,556,c), +(115,202,l) ); } ); -width = 775; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +}; +width = 812; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(569,0,o), -(723,149,o), -(723,366,cs), -(723,579,o), -(569,729,o), -(365,729,cs), -(161,729,o), -(7,580,o), -(7,366,cs), -(7,149,o), -(161,0,o), -(365,0,cs) +(567,0,o), +(718,149,o), +(718,366,cs), +(718,579,o), +(567,729,o), +(368,729,cs), +(169,729,o), +(19,580,o), +(19,366,cs), +(19,149,o), +(169,0,o), +(368,0,cs) ); }, { closed = 1; nodes = ( -(270,71,o), -(186,116,o), -(135,189,c), -(625,488,l), -(640,451,o), -(648,410,o), -(648,366,cs), -(648,193,o), -(525,71,o), -(365,71,cs) +(276,71,o), +(194,116,o), +(145,189,c), +(622,488,l), +(637,448,o), +(644,410,o), +(644,366,cs), +(644,193,o), +(524,71,o), +(368,71,cs) ); }, { closed = 1; nodes = ( -(90,284,o), -(82,324,o), -(82,366,cs), -(82,538,o), -(207,658,o), -(365,658,cs), +(101,282,o), +(93,324,o), +(93,366,cs), +(93,538,o), +(215,658,o), +(368,658,cs), (459,658,o), -(539,617,o), -(591,548,c), -(103,249,l) +(538,617,o), +(588,548,c), +(113,249,l) ); } ); -width = 730; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +}; +width = 736; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -386,52 +386,52 @@ shapes = ( { closed = 1; nodes = ( -(601,0,o), -(755,149,o), -(755,366,cs), -(755,579,o), -(601,729,o), -(397,729,cs), -(193,729,o), -(39,580,o), -(39,366,cs), -(39,149,o), -(193,0,o), -(397,0,cs) +(609,0,o), +(763,149,o), +(763,366,cs), +(763,579,o), +(609,729,o), +(405,729,cs), +(201,729,o), +(47,580,o), +(47,366,cs), +(47,149,o), +(201,0,o), +(405,0,cs) ); }, { closed = 1; nodes = ( -(302,71,o), -(218,116,o), -(167,189,c), -(657,488,l), -(672,451,o), -(680,410,o), -(680,366,cs), -(680,193,o), -(557,71,o), -(397,71,cs) +(310,71,o), +(226,116,o), +(175,189,c), +(665,488,l), +(680,451,o), +(688,410,o), +(688,366,cs), +(688,193,o), +(565,71,o), +(405,71,cs) ); }, { closed = 1; nodes = ( -(122,284,o), -(114,324,o), -(114,366,cs), -(114,538,o), -(239,658,o), -(397,658,cs), -(491,658,o), -(571,617,o), -(623,548,c), -(135,249,l) +(130,284,o), +(122,324,o), +(122,366,cs), +(122,538,o), +(247,658,o), +(405,658,cs), +(499,658,o), +(579,617,o), +(631,548,c), +(143,249,l) ); } ); -width = 754; +width = 770; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -598,52 +598,696 @@ shapes = ( { closed = 1; nodes = ( -(595,0,o), -(749,149,o), -(749,366,cs), -(749,579,o), -(595,729,o), -(391,729,cs), -(187,729,o), -(33,580,o), +(601,0,o), +(755,149,o), +(755,366,cs), +(755,579,o), +(601,729,o), +(397,729,cs), +(193,729,o), +(39,580,o), +(39,366,cs), +(39,149,o), +(193,0,o), +(397,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,71,o), +(218,116,o), +(167,189,c), +(657,488,l), +(672,451,o), +(680,410,o), +(680,366,cs), +(680,193,o), +(557,71,o), +(397,71,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,284,o), +(114,324,o), +(114,366,cs), +(114,538,o), +(239,658,o), +(397,658,cs), +(491,658,o), +(571,617,o), +(623,548,c), +(135,249,l) +); +} +); +width = 756; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(556,0,o), +(719,151,o), +(719,366,cs), +(719,578,o), +(556,729,o), +(360,729,cs), +(162,729,o), +(0,578,o), +(0,366,cs), +(0,151,o), +(162,0,o), +(360,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,28,o), +(144,87,o), +(85,181,c), +(649,524,l), +(673,478,o), +(686,424,o), +(686,366,cs), +(686,171,o), +(536,28,o), +(360,28,cs) +); +}, +{ +closed = 1; +nodes = ( +(46,254,o), +(33,308,o), (33,366,cs), -(33,149,o), -(187,0,o), -(391,0,cs) +(33,560,o), +(183,701,o), +(360,701,cs), +(473,701,o), +(575,643,o), +(633,551,c), +(70,207,l) +); +} +); +width = 719; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(565,0,o), +(719,149,o), +(719,366,cs), +(719,579,o), +(565,729,o), +(361,729,cs), +(157,729,o), +(3,580,o), +(3,366,cs), +(3,149,o), +(157,0,o), +(361,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(266,71,o), +(182,116,o), +(131,189,c), +(621,488,l), +(636,451,o), +(644,410,o), +(644,366,cs), +(644,193,o), +(521,71,o), +(361,71,cs) +); +}, +{ +closed = 1; +nodes = ( +(86,284,o), +(78,324,o), +(78,366,cs), +(78,538,o), +(203,658,o), +(361,658,cs), +(455,658,o), +(535,617,o), +(587,548,c), +(99,249,l) +); +} +); +width = 722; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(593,-10,o), +(760,145,o), +(760,366,cs), +(760,584,o), +(593,739,o), +(392,739,cs), +(189,739,o), +(23,584,o), +(23,366,cs), +(23,145,o), +(189,-10,o), +(392,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(275,19,o), +(170,80,o), +(109,176,c), +(689,529,l), +(713,481,o), +(727,426,o), +(727,366,cs), +(727,166,o), +(573,19,o), +(392,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(70,250,o), +(56,306,o), +(56,366,cs), +(56,565,o), +(210,710,o), +(392,710,cs), +(508,710,o), +(613,651,o), +(673,556,c), +(94,202,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +}; +width = 783; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(565,0,o), +(719,149,o), +(719,366,cs), +(719,579,o), +(565,729,o), +(361,729,cs), +(157,729,o), +(3,580,o), +(3,366,cs), +(3,149,o), +(157,0,o), +(361,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(266,71,o), +(182,116,o), +(131,189,c), +(621,488,l), +(636,451,o), +(644,410,o), +(644,366,cs), +(644,193,o), +(521,71,o), +(361,71,cs) +); +}, +{ +closed = 1; +nodes = ( +(86,284,o), +(78,324,o), +(78,366,cs), +(78,538,o), +(203,658,o), +(361,658,cs), +(455,658,o), +(535,617,o), +(587,548,c), +(99,249,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +}; +width = 722; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(574,0,o), +(737,151,o), +(737,366,cs), +(737,578,o), +(574,729,o), +(378,729,cs), +(180,729,o), +(18,578,o), +(18,366,cs), +(18,151,o), +(180,0,o), +(378,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,28,o), +(162,87,o), +(103,181,c), +(667,524,l), +(691,478,o), +(704,424,o), +(704,366,cs), +(704,171,o), +(554,28,o), +(378,28,cs) +); +}, +{ +closed = 1; +nodes = ( +(64,254,o), +(51,308,o), +(51,366,cs), +(51,560,o), +(201,701,o), +(378,701,cs), +(491,701,o), +(593,643,o), +(651,551,c), +(88,207,l) +); +} +); +width = 755; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(564,0,o), +(718,149,o), +(718,366,cs), +(718,579,o), +(564,729,o), +(360,729,cs), +(156,729,o), +(2,580,o), +(2,366,cs), +(2,149,o), +(156,0,o), +(360,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(265,71,o), +(181,116,o), +(130,189,c), +(620,488,l), +(635,451,o), +(643,410,o), +(643,366,cs), +(643,193,o), +(520,71,o), +(360,71,cs) +); +}, +{ +closed = 1; +nodes = ( +(85,284,o), +(77,324,o), +(77,366,cs), +(77,538,o), +(202,658,o), +(360,658,cs), +(454,658,o), +(534,617,o), +(586,548,c), +(98,249,l) +); +} +); +width = 720; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(581,0,o), +(744,151,o), +(744,366,cs), +(744,578,o), +(581,729,o), +(385,729,cs), +(187,729,o), +(25,578,o), +(25,366,cs), +(25,151,o), +(187,0,o), +(385,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,28,o), +(169,87,o), +(110,181,c), +(674,524,l), +(698,478,o), +(711,424,o), +(711,366,cs), +(711,171,o), +(561,28,o), +(385,28,cs) +); +}, +{ +closed = 1; +nodes = ( +(71,254,o), +(58,308,o), +(58,366,cs), +(58,560,o), +(208,701,o), +(385,701,cs), +(498,701,o), +(600,643,o), +(658,551,c), +(95,207,l) +); +} +); +width = 724; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(590,0,o), +(744,149,o), +(744,366,cs), +(744,579,o), +(590,729,o), +(386,729,cs), +(182,729,o), +(28,580,o), +(28,366,cs), +(28,149,o), +(182,0,o), +(386,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,71,o), +(207,116,o), +(156,189,c), +(646,488,l), +(661,451,o), +(669,410,o), +(669,366,cs), +(669,193,o), +(546,71,o), +(386,71,cs) +); +}, +{ +closed = 1; +nodes = ( +(111,284,o), +(103,324,o), +(103,366,cs), +(103,538,o), +(228,658,o), +(386,658,cs), +(480,658,o), +(560,617,o), +(612,548,c), +(124,249,l) +); +} +); +width = 732; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(619,-10,o), +(786,145,o), +(786,366,cs), +(786,584,o), +(619,739,o), +(418,739,cs), +(215,739,o), +(49,584,o), +(49,366,cs), +(49,145,o), +(215,-10,o), +(418,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(301,19,o), +(196,80,o), +(135,176,c), +(715,529,l), +(739,481,o), +(753,426,o), +(753,366,cs), +(753,166,o), +(599,19,o), +(418,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(96,250,o), +(82,306,o), +(82,366,cs), +(82,565,o), +(236,710,o), +(418,710,cs), +(534,710,o), +(639,651,o), +(699,556,c), +(120,202,l) +); +} +); +width = 791; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,0,o), +(734,149,o), +(734,366,cs), +(734,579,o), +(580,729,o), +(376,729,cs), +(172,729,o), +(18,580,o), +(18,366,cs), +(18,149,o), +(172,0,o), +(376,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(281,71,o), +(197,116,o), +(146,189,c), +(636,488,l), +(651,451,o), +(659,410,o), +(659,366,cs), +(659,193,o), +(536,71,o), +(376,71,cs) +); +}, +{ +closed = 1; +nodes = ( +(101,284,o), +(93,324,o), +(93,366,cs), +(93,538,o), +(218,658,o), +(376,658,cs), +(470,658,o), +(550,617,o), +(602,548,c), +(114,249,l) +); +} +); +width = 714; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(604,0,o), +(767,151,o), +(767,366,cs), +(767,578,o), +(604,729,o), +(408,729,cs), +(210,729,o), +(48,578,o), +(48,366,cs), +(48,151,o), +(210,0,o), +(408,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,28,o), +(192,87,o), +(133,181,c), +(697,524,l), +(721,478,o), +(734,424,o), +(734,366,cs), +(734,171,o), +(584,28,o), +(408,28,cs) +); +}, +{ +closed = 1; +nodes = ( +(94,254,o), +(81,308,o), +(81,366,cs), +(81,560,o), +(231,701,o), +(408,701,cs), +(521,701,o), +(623,643,o), +(681,551,c), +(118,207,l) +); +} +); +width = 770; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,0,o), +(734,149,o), +(734,366,cs), +(734,579,o), +(580,729,o), +(376,729,cs), +(172,729,o), +(18,580,o), +(18,366,cs), +(18,149,o), +(172,0,o), +(376,0,cs) ); }, { closed = 1; nodes = ( -(296,71,o), -(212,116,o), -(161,189,c), -(651,488,l), -(666,451,o), -(674,410,o), -(674,366,cs), -(674,193,o), -(551,71,o), -(391,71,cs) +(281,71,o), +(197,116,o), +(146,189,c), +(636,488,l), +(651,451,o), +(659,410,o), +(659,366,cs), +(659,193,o), +(536,71,o), +(376,71,cs) ); }, { closed = 1; nodes = ( -(116,284,o), -(108,324,o), -(108,366,cs), -(108,538,o), -(233,658,o), -(391,658,cs), -(485,658,o), -(565,617,o), -(617,548,c), -(129,249,l) +(101,284,o), +(93,324,o), +(93,366,cs), +(93,538,o), +(218,658,o), +(376,658,cs), +(470,658,o), +(550,617,o), +(602,548,c), +(114,249,l) ); } ); -width = 744; +width = 714; } ); unicode = 8709; diff --git a/sources/MonaSans.glyphspackage/glyphs/endash.case.glyph b/sources/MonaSans.glyphspackage/glyphs/endash.case.glyph index d110f129..f3d58dc5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/endash.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/endash.case.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = endash.case; -kernLeft = hyphen.case; -kernRight = hyphen.case; +kernLeft = KO_endash.case; +kernRight = KO_endash.case; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -22,47 +22,47 @@ pos = (0,94); ref = endash; } ); -width = 458; +width = 474; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { pos = (0,106); ref = endash; } ); -width = 475; +width = 515; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { pos = (0,93); ref = endash; } ); -width = 576; +width = 602; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { pos = (0,106); ref = endash; } ); -width = 515; +width = 470; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { pos = (0,93); ref = endash; } ); -width = 590; +width = 557; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -82,7 +82,7 @@ pos = (19,94); ref = endash; } ); -width = 453; +width = 469; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -122,7 +122,133 @@ pos = (19,93); ref = endash; } ); -width = 585; +width = 597; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = endash; +} +); +width = 374; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +pos = (0,94); +ref = endash; +} +); +width = 458; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = endash; +} +); +width = 475; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (0,93); +ref = endash; +} +); +width = 556; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = endash; +} +); +width = 515; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (0,93); +ref = endash; +} +); +width = 590; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +pos = (22,106); +ref = endash; +} +); +width = 325; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +pos = (19,94); +ref = endash; +} +); +width = 431; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +pos = (22,106); +ref = endash; +} +); +width = 463; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +pos = (19,93); +ref = endash; +} +); +width = 514; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +pos = (22,106); +ref = endash; +} +); +width = 498; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +pos = (19,93); +ref = endash; +} +); +width = 555; } ); metricLeft = endash; diff --git a/sources/MonaSans.glyphspackage/glyphs/endash.glyph b/sources/MonaSans.glyphspackage/glyphs/endash.glyph index 85a5de44..aceeb51c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/endash.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/endash.glyph @@ -1,7 +1,7 @@ { glyphname = endash; -kernLeft = hyphen; -kernRight = hyphen; +kernLeft = KO_endash; +kernRight = KO_endash; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,14 +9,14 @@ shapes = ( { closed = 1; nodes = ( -(439,191,l), -(439,351,l), -(19,351,l), -(19,191,l) +(447,211,l), +(447,371,l), +(27,371,l), +(27,211,l) ); } ); -width = 458; +width = 474; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -24,25 +24,55 @@ shapes = ( { closed = 1; nodes = ( -(332,246,l), -(332,271,l), -(42,271,l), -(42,246,l) +(332,286,l), +(332,311,l), +(42,311,l), +(42,286,l) ); } ); width = 374; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(469,283,l), +(469,315,l), +(46,315,l), +(46,283,l) +); +} +); +width = 515; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(566,208,l), +(566,376,l), +(36,376,l), +(36,208,l) +); +} +); +width = 602; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(415,242,l), -(415,275,l), -(60,275,l), -(60,242,l) +(410,282,l), +(410,315,l), +(61,315,l), +(61,282,l) ); } ); @@ -66,18 +96,18 @@ type = Stem; } ); }; -width = 475; +width = 470; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(538,192,l), -(538,352,l), -(38,352,l), -(38,192,l) +(522,207,l), +(522,367,l), +(37,367,l), +(37,207,l) ); } ); @@ -85,127 +115,301 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; }; -width = 576; +width = 557; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(469,243,l), -(469,275,l), -(46,275,l), -(46,243,l) +(335,286,l), +(340,311,l), +(53,311,l), +(48,286,l) ); } ); -width = 515; +width = 371; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { closed = 1; nodes = ( -(560,188,l), -(560,356,l), -(30,356,l), -(30,188,l) +(430,211,l), +(464,371,l), +(48,371,l), +(15,211,l) ); } ); -width = 590; +width = 469; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { closed = 1; nodes = ( -(327,246,l), -(332,271,l), -(45,271,l), -(40,246,l) +(455,283,l), +(463,315,l), +(71,315,l), +(64,283,l) ); } ); -width = 371; +width = 511; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { closed = 1; nodes = ( -(418,191,l), -(452,351,l), -(36,351,l), -(3,191,l) +(518,207,l), +(551,367,l), +(56,367,l), +(23,207,l) ); } ); -width = 453; +width = 572; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { closed = 1; nodes = ( -(447,243,l), -(455,275,l), -(63,275,l), -(56,243,l) +(476,283,l), +(483,315,l), +(58,315,l), +(51,283,l) ); } ); -width = 511; +width = 518; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { closed = 1; nodes = ( -(517,192,l), -(550,352,l), -(55,352,l), -(22,192,l) +(547,208,l), +(582,376,l), +(58,376,l), +(23,208,l) ); } ); -width = 572; +width = 597; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { closed = 1; nodes = ( -(468,243,l), -(475,275,l), -(50,275,l), -(43,243,l) +(312,306,l), +(312,331,l), +(22,331,l), +(22,306,l) ); } ); -width = 518; +width = 334; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(429,230,l), +(429,390,l), +(9,390,l), +(9,230,l) +); +} +); +width = 438; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(395,300,l), +(395,333,l), +(40,333,l), +(40,300,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +} +); +}; +width = 435; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(517,240,l), +(517,400,l), +(17,400,l), +(17,240,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; +}; +width = 534; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(459,325,l), +(459,357,l), +(36,357,l), +(36,325,l) +); +} +); +width = 495; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(550,235,l), +(550,403,l), +(20,403,l), +(20,235,l) +); +} +); +width = 570; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(316,306,l), +(321,331,l), +(34,331,l), +(29,306,l) +); +} +); +width = 325; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(415,230,l), +(449,390,l), +(33,390,l), +(0,230,l) +); +} +); +width = 431; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(435,300,l), +(443,332,l), +(51,332,l), +(44,300,l) +); +} +); +width = 463; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(498,240,l), +(531,400,l), +(36,400,l), +(3,240,l) +); +} +); +width = 514; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(476,325,l), +(483,357,l), +(58,357,l), +(51,325,l) +); +} +); +width = 498; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(537,188,l), -(572,356,l), -(48,356,l), -(13,188,l) +(531,235,l), +(566,403,l), +(42,403,l), +(7,235,l) ); } ); -width = 585; +width = 555; } ); unicode = 8211; diff --git a/sources/MonaSans.glyphspackage/glyphs/eng.glyph b/sources/MonaSans.glyphspackage/glyphs/eng.glyph index 04b89b08..3a89aadb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eng.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eng.glyph @@ -1,7 +1,7 @@ { glyphname = eng; -kernLeft = n; -kernRight = n; +kernLeft = KO_n; +kernRight = KO_n; layers = ( { background = { @@ -56,119 +56,39 @@ shapes = ( { closed = 1; nodes = ( -(299,-167,ls), -(415,-167,o), -(452,-108,o), -(452,-2,cs), -(452,347,ls), -(452,494,o), -(411,551,o), -(320,551,cs), -(270,551,o), -(232,524,o), -(210,477,c), -(204,477,l), -(199,541,l), -(27,541,l), -(27,0,l), -(204,0,l), -(204,328,ls), -(204,381,o), -(211,411,o), -(241,411,cs), -(263,411,o), -(275,396,o), -(275,335,cs), -(275,-1,ls), -(275,-28,o), -(268,-40,o), -(242,-40,cs), -(217,-40,l), -(217,-167,l) +(307,-167,ls), +(423,-167,o), +(460,-108,o), +(460,-2,cs), +(460,347,ls), +(460,494,o), +(419,551,o), +(328,551,cs), +(278,551,o), +(240,524,o), +(218,477,c), +(212,477,l), +(207,541,l), +(35,541,l), +(35,0,l), +(212,0,l), +(212,328,ls), +(212,381,o), +(219,411,o), +(249,411,cs), +(271,411,o), +(283,396,o), +(283,335,cs), +(283,-1,ls), +(283,-28,o), +(276,-40,o), +(250,-40,cs), +(225,-40,l), +(225,-167,l) ); } ); -width = 475; -}, -{ -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(416,-167,ls), -(477,-167,o), -(506,-128,o), -(506,-70,cs), -(506,300,ls), -(506,462,o), -(427,525,o), -(318,525,cs), -(235,525,o), -(160,482,o), -(125,400,c), -(121,400,l), -(119,517,l), -(85,517,l), -(85,0,l), -(121,0,l), -(121,274,ls), -(121,401,o), -(198,491,o), -(313,491,cs), -(418,491,o), -(469,430,o), -(469,294,cs), -(469,-60,ls), -(469,-113,o), -(451,-133,o), -(405,-133,cs), -(359,-133,l), -(359,-167,l) -); -} -); -width = 581; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(419,-167,ls), -(554,-167,o), -(604,-97,o), -(604,25,cs), -(604,333,ls), -(604,494,o), -(521,554,o), -(414,554,cs), -(342,554,o), -(279,521,o), -(253,455,c), -(245,455,l), -(238,544,l), -(54,544,l), -(54,0,l), -(245,0,l), -(245,308,ls), -(245,352,o), -(274,400,o), -(334,400,cs), -(391,400,o), -(413,363,o), -(413,291,cs), -(413,21,ls), -(413,-19,o), -(398,-34,o), -(362,-34,cs), -(323,-34,l), -(323,-167,l) -); -} -); -width = 649; +width = 491; }, { layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -216,39 +136,119 @@ shapes = ( { closed = 1; nodes = ( -(494,-167,ls), -(628,-167,o), -(691,-104,o), -(691,29,cs), -(691,299,ls), -(691,491,o), -(596,554,o), -(456,554,cs), -(382,554,o), -(306,521,o), -(274,465,c), -(264,465,l), -(256,544,l), -(43,544,l), -(43,0,l), -(264,0,l), -(264,271,ls), -(264,339,o), -(306,389,o), -(376,389,cs), -(452,389,o), -(470,336,o), -(470,260,cs), -(470,54,ls), -(470,9,o), -(456,-6,o), -(420,-6,cs), -(363,-6,l), -(363,-167,l) +(500,-167,ls), +(634,-167,o), +(697,-104,o), +(697,29,cs), +(697,299,ls), +(697,491,o), +(602,554,o), +(462,554,cs), +(388,554,o), +(312,521,o), +(280,465,c), +(270,465,l), +(262,544,l), +(49,544,l), +(49,0,l), +(270,0,l), +(270,271,ls), +(270,339,o), +(312,389,o), +(382,389,cs), +(458,389,o), +(476,336,o), +(476,260,cs), +(476,54,ls), +(476,9,o), +(462,-6,o), +(426,-6,cs), +(369,-6,l), +(369,-167,l) ); } ); -width = 722; +width = 734; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(411,-167,ls), +(470,-167,o), +(499,-128,o), +(499,-70,cs), +(499,300,ls), +(499,462,o), +(422,525,o), +(315,525,cs), +(234,525,o), +(159,482,o), +(126,400,c), +(122,400,l), +(120,517,l), +(86,517,l), +(86,0,l), +(122,0,l), +(122,274,ls), +(122,401,o), +(197,491,o), +(310,491,cs), +(413,491,o), +(462,430,o), +(462,294,cs), +(462,-60,ls), +(462,-113,o), +(445,-133,o), +(400,-133,cs), +(354,-133,l), +(354,-167,l) +); +} +); +width = 574; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(406,-167,ls), +(539,-167,o), +(587,-97,o), +(587,25,cs), +(587,333,ls), +(587,494,o), +(507,554,o), +(404,554,cs), +(335,554,o), +(274,521,o), +(249,455,c), +(242,455,l), +(235,544,l), +(52,544,l), +(52,0,l), +(242,0,l), +(242,308,ls), +(242,352,o), +(268,400,o), +(324,400,cs), +(377,400,o), +(398,364,o), +(398,291,cs), +(398,21,ls), +(398,-19,o), +(383,-34,o), +(349,-34,cs), +(312,-34,l), +(312,-167,l) +); +} +); +width = 630; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -296,39 +296,39 @@ shapes = ( { closed = 1; nodes = ( -(206,-167,ls), -(314,-167,o), -(368,-117,o), -(389,-12,cs), -(463,338,ls), -(489,461,o), -(479,551,o), -(363,551,cs), -(318,551,o), -(282,525,o), -(254,485,c), -(247,485,l), -(254,541,l), -(83,541,l), -(-30,0,l), -(147,0,l), -(216,337,ls), -(226,387,o), -(239,417,o), -(267,417,cs), -(293,417,o), -(299,396,o), -(287,340,cs), -(217,-1,ls), -(211,-29,o), -(198,-47,o), -(172,-47,cs), -(150,-47,l), -(126,-167,l) +(214,-167,ls), +(322,-167,o), +(376,-117,o), +(397,-12,cs), +(471,338,ls), +(497,461,o), +(487,551,o), +(371,551,cs), +(326,551,o), +(290,525,o), +(262,485,c), +(255,485,l), +(262,541,l), +(91,541,l), +(-22,0,l), +(155,0,l), +(224,337,ls), +(234,387,o), +(247,417,o), +(275,417,cs), +(301,417,o), +(307,396,o), +(295,340,cs), +(225,-1,ls), +(219,-29,o), +(206,-47,o), +(180,-47,cs), +(158,-47,l), +(134,-167,l) ); } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -456,39 +456,526 @@ shapes = ( { closed = 1; nodes = ( -(381,-167,ls), -(528,-167,o), -(611,-95,o), -(637,33,cs), -(688,282,ls), -(725,461,o), -(638,554,o), -(491,554,cs), -(421,554,o), -(349,523,o), -(314,478,c), -(306,478,l), -(309,544,l), -(100,544,l), -(-13,0,l), -(206,0,l), -(263,276,ls), -(278,348,o), -(317,389,o), -(390,389,cs), -(450,389,o), -(483,347,o), -(465,261,cs), -(423,60,ls), -(414,15,o), -(396,-3,o), -(356,-3,cs), -(305,-3,l), -(273,-167,l) +(387,-167,ls), +(534,-167,o), +(617,-95,o), +(643,33,cs), +(694,282,ls), +(731,461,o), +(644,554,o), +(497,554,cs), +(427,554,o), +(355,523,o), +(320,478,c), +(312,478,l), +(315,544,l), +(106,544,l), +(-7,0,l), +(212,0,l), +(269,276,ls), +(284,348,o), +(323,389,o), +(396,389,cs), +(456,389,o), +(489,347,o), +(471,261,cs), +(429,60,ls), +(420,15,o), +(402,-3,o), +(362,-3,cs), +(311,-3,l), +(279,-167,l) +); +} +); +width = 726; +}, +{ +background = { +shapes = ( +{ +ref = n; +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(209,-167,ls), +(258,-167,o), +(273,-138,o), +(273,-94,cs), +(273,378,ls), +(273,478,o), +(241,526,o), +(174,526,cs), +(122,526,o), +(83,496,o), +(67,439,c), +(65,439,l), +(64,516,l), +(36,516,l), +(36,0,l), +(65,0,l), +(65,307,ls), +(65,421,o), +(92,500,o), +(165,500,cs), +(216,500,o), +(244,474,o), +(244,371,cs), +(244,-89,ls), +(244,-128,o), +(233,-140,o), +(204,-140,cs), +(187,-140,l), +(187,-167,l) +); +} +); +width = 308; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(288,-167,ls), +(404,-167,o), +(441,-108,o), +(441,-2,cs), +(441,347,ls), +(441,494,o), +(400,551,o), +(309,551,cs), +(259,551,o), +(221,524,o), +(199,477,c), +(193,477,l), +(188,541,l), +(16,541,l), +(16,0,l), +(193,0,l), +(193,328,ls), +(193,381,o), +(200,411,o), +(230,411,cs), +(252,411,o), +(264,396,o), +(264,335,cs), +(264,-1,ls), +(264,-28,o), +(257,-40,o), +(231,-40,cs), +(206,-40,l), +(206,-167,l) +); +} +); +width = 454; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(390,-167,ls), +(451,-167,o), +(480,-128,o), +(480,-70,cs), +(480,300,ls), +(480,462,o), +(401,525,o), +(292,525,cs), +(209,525,o), +(134,482,o), +(99,400,c), +(95,400,l), +(93,517,l), +(59,517,l), +(59,0,l), +(95,0,l), +(95,274,ls), +(95,401,o), +(172,491,o), +(287,491,cs), +(392,491,o), +(443,430,o), +(443,294,cs), +(443,-60,ls), +(443,-113,o), +(425,-133,o), +(379,-133,cs), +(333,-133,l), +(333,-167,l) +); +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(395,-167,ls), +(530,-167,o), +(580,-97,o), +(580,25,cs), +(580,333,ls), +(580,494,o), +(497,554,o), +(390,554,cs), +(318,554,o), +(255,521,o), +(229,455,c), +(221,455,l), +(214,544,l), +(30,544,l), +(30,0,l), +(221,0,l), +(221,308,ls), +(221,352,o), +(250,400,o), +(310,400,cs), +(367,400,o), +(389,363,o), +(389,291,cs), +(389,21,ls), +(389,-19,o), +(374,-34,o), +(338,-34,cs), +(299,-34,l), +(299,-167,l) +); +} +); +width = 604; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(435,-167,ls), +(500,-167,o), +(562,-140,o), +(562,-43,cs), +(562,283,ls), +(562,462,o), +(467,525,o), +(335,525,cs), +(232,525,o), +(140,476,o), +(98,387,c), +(93,387,l), +(93,517,l), +(56,517,l), +(56,0,l), +(93,0,l), +(93,256,ls), +(93,397,o), +(191,491,o), +(331,491,cs), +(456,491,o), +(525,430,o), +(525,277,cs), +(525,-35,ls), +(525,-107,o), +(495,-133,o), +(431,-133,cs), +(365,-133,l), +(365,-167,l) +); +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(484,-167,ls), +(618,-167,o), +(681,-104,o), +(681,29,cs), +(681,299,ls), +(681,491,o), +(586,554,o), +(446,554,cs), +(372,554,o), +(296,521,o), +(264,465,c), +(254,465,l), +(246,544,l), +(33,544,l), +(33,0,l), +(254,0,l), +(254,271,ls), +(254,339,o), +(296,389,o), +(366,389,cs), +(442,389,o), +(460,336,o), +(460,260,cs), +(460,54,ls), +(460,9,o), +(446,-6,o), +(410,-6,cs), +(353,-6,l), +(353,-167,l) +); +} +); +width = 702; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(115,-167,ls), +(162,-167,o), +(188,-150,o), +(199,-97,cs), +(296,371,ls), +(314,458,o), +(304,526,o), +(221,526,cs), +(172,526,o), +(130,495,o), +(108,446,c), +(107,446,l), +(117,516,l), +(90,516,l), +(-16,0,l), +(13,0,l), +(77,315,ls), +(99,425,o), +(142,501,o), +(208,501,cs), +(273,501,o), +(284,455,o), +(266,366,cs), +(172,-89,ls), +(165,-122,o), +(153,-140,o), +(119,-140,cs), +(105,-140,l), +(99,-167,l) +); +} +); +width = 306; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,-167,ls), +(303,-167,o), +(357,-117,o), +(378,-12,cs), +(452,338,ls), +(478,461,o), +(468,551,o), +(352,551,cs), +(307,551,o), +(271,525,o), +(243,485,c), +(236,485,l), +(243,541,l), +(72,541,l), +(-41,0,l), +(136,0,l), +(205,337,ls), +(215,387,o), +(228,417,o), +(256,417,cs), +(282,417,o), +(288,396,o), +(276,340,cs), +(206,-1,ls), +(200,-29,o), +(187,-47,o), +(161,-47,cs), +(139,-47,l), +(115,-167,l) +); +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,-167,ls), +(344,-167,o), +(390,-129,o), +(407,-49,cs), +(477,291,ls), +(508,440,o), +(450,527,o), +(330,527,cs), +(257,527,o), +(182,493,o), +(134,415,c), +(129,415,l), +(145,517,l), +(115,517,l), +(7,0,l), +(42,0,l), +(103,293,ls), +(128,415,o), +(214,493,o), +(321,493,cs), +(429,493,o), +(469,419,o), +(441,288,cs), +(372,-43,ls), +(359,-107,o), +(332,-134,o), +(269,-134,cs), +(226,-134,l), +(218,-167,l) +); +} +); +width = 520; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(295,-167,ls), +(409,-167,o), +(485,-114,o), +(509,-1,cs), +(574,311,ls), +(614,501,o), +(516,554,o), +(431,554,cs), +(365,554,o), +(297,519,o), +(265,467,c), +(257,467,l), +(266,544,l), +(83,544,l), +(-31,0,l), +(160,0,l), +(226,313,ls), +(237,366,o), +(276,401,o), +(321,401,cs), +(375,401,o), +(391,361,o), +(377,292,cs), +(324,35,ls), +(312,-21,o), +(292,-27,o), +(247,-27,cs), +(228,-27,l), +(200,-167,l) +); +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(351,-167,ls), +(430,-167,o), +(475,-134,o), +(493,-50,cs), +(560,270,ls), +(594,434,o), +(521,527,o), +(367,527,cs), +(276,527,o), +(185,485,o), +(131,406,c), +(126,406,l), +(146,517,l), +(110,517,l), +(3,0,l), +(40,0,l), +(97,276,ls), +(124,409,o), +(229,494,o), +(358,494,cs), +(487,494,o), +(557,429,o), +(523,266,cs), +(457,-46,ls), +(446,-102,o), +(422,-133,o), +(350,-133,cs), +(304,-133,l), +(297,-167,l) +); +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(366,-167,ls), +(513,-167,o), +(596,-95,o), +(622,33,cs), +(673,282,ls), +(710,461,o), +(623,554,o), +(476,554,cs), +(406,554,o), +(334,523,o), +(299,478,c), +(291,478,l), +(294,544,l), +(85,544,l), +(-28,0,l), +(191,0,l), +(248,276,ls), +(263,348,o), +(302,389,o), +(375,389,cs), +(435,389,o), +(468,347,o), +(450,261,cs), +(408,60,ls), +(399,15,o), +(381,-3,o), +(341,-3,cs), +(290,-3,l), +(258,-167,l) ); } ); -width = 714; +width = 684; } ); metricLeft = l; diff --git a/sources/MonaSans.glyphspackage/glyphs/eogonek.glyph b/sources/MonaSans.glyphspackage/glyphs/eogonek.glyph index 18b9dc54..82d1a3ad 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eogonek.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eogonek.glyph @@ -1,956 +1,320 @@ { color = 0; glyphname = eogonek; -kernLeft = e; -kernRight = e; +kernLeft = KO_eacute; +kernRight = KO_e; layers = ( { -anchors = ( -{ -name = bottom; -pos = (168,0); -}, +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( { -name = ogonek; -pos = (220,0); +ref = e; }, { -name = top; -pos = (165,516); +pos = (99,0); +ref = ogonekcomb.e; } ); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +width = 324; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { -closed = 1; -nodes = ( -(226,-199,o), -(242,-197,o), -(251,-193,c), -(251,-169,l), -(243,-173,o), -(228,-175,o), -(219,-175,cs), -(184,-175,o), -(166,-156,o), -(166,-123,cs), -(166,-84,o), -(190,-44,o), -(236,14,c), -(262,37,o), -(279,79,o), -(285,148,c), -(255,148,l), -(247,70,o), -(229,18,o), -(168,18,cs), -(111,18,o), -(73,67,o), -(73,260,c), -(283,260,l), -(282,419,o), -(259,526,o), -(168,526,cs), -(67,526,o), -(44,416,o), -(44,258,cs), -(44,99,o), -(67,-10,o), -(168,-10,cs), -(178,-10,o), -(188,-9,o), -(197,-7,c), -(163,-47,o), -(139,-86,o), -(139,-125,cs), -(139,-172,o), -(168,-199,o), -(213,-199,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(77,455,o), -(115,498,o), -(168,498,cs), -(212,498,o), -(249,463,o), -(253,289,c), -(72,289,l) -); +pos = (138,0); +ref = ogonekcomb.e; } ); -width = 324; +width = 459; }, { -anchors = ( -{ -name = bottom; -pos = (226,0); -}, +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( { -name = ogonek; -pos = (341,0); +ref = e; }, { -name = top; -pos = (222,541); +pos = (269,0); +ref = ogonekcomb.e; } ); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +width = 615; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -closed = 1; -nodes = ( -(309,-202,o), -(340,-195,o), -(355,-187,c), -(355,-114,l), -(346,-118,o), -(331,-121,o), -(317,-121,cs), -(294,-121,o), -(281,-109,o), -(281,-88,cs), -(281,-57,o), -(310,-21,o), -(366,34,cs), -(400,65,o), -(422,113,o), -(428,185,c), -(261,185,l), -(258,135,o), -(247,118,o), -(226,118,cs), -(202,118,o), -(191,147,o), -(191,235,c), -(428,235,l), -(438,441,o), -(382,551,o), -(226,551,cs), -(92,551,o), -(14,474,o), -(14,273,cs), -(14,65,o), -(97,-10,o), -(226,-10,cs), -(231,-10,o), -(237,-10,o), -(242,-10,c), -(200,-44,o), -(178,-82,o), -(178,-120,cs), -(178,-170,o), -(212,-202,o), -(276,-202,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(193,401,o), -(204,422,o), -(226,422,cs), -(248,422,o), -(259,397,o), -(261,333,c), -(191,333,l) -); +pos = (230,0); +ref = ogonekcomb.e; } ); -width = 443; +width = 705; }, { -anchors = ( -{ -name = bottom; -pos = (290,0); -}, +layerId = m019; +shapes = ( { -name = ogonek; -pos = (371,0); +ref = e; }, { -name = top; -pos = (287,517); +pos = (241,2); +ref = ogonekcomb.e; } ); -layerId = master01; +width = 563; +}, +{ +layerId = m020; shapes = ( { -closed = 1; -nodes = ( -(388,-196,o), -(407,-193,o), -(420,-188,c), -(420,-161,l), -(403,-167,o), -(383,-168,o), -(373,-168,cs), -(328,-168,o), -(307,-148,o), -(307,-113,cs), -(307,-60,o), -(361,-20,o), -(420,26,c), -(465,53,o), -(497,95,o), -(507,147,c), -(469,147,l), -(450,74,o), -(385,26,o), -(290,26,cs), -(171,26,o), -(94,110,o), -(90,256,c), -(509,256,l), -(523,410,o), -(446,525,o), -(288,525,cs), -(141,525,o), -(53,417,o), -(53,258,cs), -(53,97,o), -(146,-8,o), -(290,-8,cs), -(309,-8,o), -(328,-6,o), -(346,-2,c), -(306,-36,o), -(276,-73,o), -(276,-119,cs), -(276,-167,o), -(310,-196,o), -(367,-196,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(100,415,o), -(175,491,o), -(287,491,cs), -(398,491,o), -(473,426,o), -(474,290,c), -(91,290,l) -); +pos = (197,0); +ref = ogonekcomb.e; } ); -width = 565; +width = 590; }, { -anchors = ( -{ -name = bottom; -pos = (305,0); -}, +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( { -name = ogonek; -pos = (436,0); +ref = e; }, { -name = top; -pos = (298,544); +pos = (101,0); +ref = ogonekcomb.e; } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +width = 324; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { -closed = 1; -nodes = ( -(395,-208,o), -(438,-200,o), -(456,-192,c), -(456,-113,l), -(445,-118,o), -(431,-121,o), -(414,-121,cs), -(385,-121,o), -(368,-106,o), -(368,-82,cs), -(368,-43,o), -(407,-17,o), -(472,34,c), -(523,66,o), -(556,114,o), -(563,172,c), -(383,172,l), -(373,148,o), -(349,132,o), -(305,132,cs), -(249,132,o), -(211,166,o), -(213,227,c), -(568,227,l), -(588,415,o), -(495,554,o), -(298,554,cs), -(134,554,o), -(25,445,o), -(25,267,cs), -(25,114,o), -(111,8,o), -(264,-8,cs), -(274,-9,o), -(284,-10,o), -(295,-10,c), -(255,-37,o), -(230,-71,o), -(230,-112,cs), -(230,-173,o), -(278,-208,o), -(357,-208,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(218,384,o), -(250,413,o), -(298,413,cs), -(344,413,o), -(377,387,o), -(380,341,c), -(214,341,l) -); +pos = (143,0); +ref = ogonekcomb.e; } ); -width = 597; +width = 456; }, { -anchors = ( -{ -name = bottom; -pos = (317,0); -}, +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( { -name = ogonek; -pos = (398,0); +ref = e; }, { -name = top; -pos = (307,517); +pos = (248,2); +ref = ogonekcomb.e; } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +width = 552; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { -closed = 1; -nodes = ( -(432,-211,o), -(458,-208,o), -(475,-201,c), -(475,-173,l), -(459,-179,o), -(439,-182,o), -(418,-182,cs), -(369,-182,o), -(342,-161,o), -(342,-123,cs), -(342,-61,o), -(415,-19,o), -(486,35,c), -(532,63,o), -(564,103,o), -(574,152,c), -(537,152,l), -(516,76,o), -(428,26,o), -(317,26,cs), -(170,26,o), -(75,111,o), -(71,256,c), -(581,256,l), -(591,423,o), -(485,525,o), -(314,525,cs), -(141,525,o), -(34,417,o), -(34,258,cs), -(34,97,o), -(146,-8,o), -(317,-8,cs), -(344,-8,o), -(371,-5,o), -(395,0,c), -(351,-33,o), -(309,-74,o), -(309,-127,cs), -(309,-179,o), -(346,-211,o), -(412,-211,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(84,409,o), -(172,491,o), -(314,491,cs), -(448,491,o), -(541,419,o), -(542,289,c), -(73,289,l) -); +pos = (217,0); +ref = ogonekcomb.e; } ); -width = 615; +width = 597; }, { -anchors = ( -{ -name = bottom; -pos = (343,0); -}, +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( { -name = ogonek; -pos = (498,0); +ref = e; }, { -name = top; -pos = (343,544); +pos = (294,0); +ref = ogonekcomb.e; } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +width = 625; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { -closed = 1; -nodes = ( -(476,-229,o), -(534,-219,o), -(565,-205,c), -(565,-94,l), -(547,-102,o), -(519,-107,o), -(497,-107,cs), -(463,-107,o), -(445,-94,o), -(445,-69,cs), -(445,-38,o), -(475,-12,o), -(550,30,c), -(617,62,o), -(662,113,o), -(674,180,c), -(456,180,l), -(445,158,o), -(404,142,o), -(357,142,cs), -(290,142,o), -(244,167,o), -(243,219,c), -(678,219,l), -(701,419,o), -(584,553,o), -(348,553,cs), -(145,553,o), -(10,450,o), -(10,268,cs), -(10,113,o), -(116,5,o), -(302,-8,cs), -(316,-9,o), -(330,-10,o), -(345,-10,c), -(300,-39,o), -(270,-76,o), -(270,-123,cs), -(270,-190,o), -(328,-229,o), -(425,-229,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(244,382,o), -(283,409,o), -(348,409,cs), -(416,409,o), -(451,382,o), -(456,334,c), -(237,334,l) -); +pos = (248,0); +ref = ogonekcomb.e; } ); -width = 693; +width = 701; }, { -anchors = ( -{ -name = bottom; -pos = (122,0); -}, +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( { -name = ogonek; -pos = (167,0); +ref = e; }, { -name = top; -pos = (215,516); +pos = (104,0); +ref = ogonekcomb.e; } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +width = 294; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { -closed = 1; -nodes = ( -(134,-199,o), -(151,-197,o), -(161,-193,c), -(165,-169,l), -(157,-173,o), -(140,-175,o), -(132,-175,cs), -(103,-175,o), -(88,-161,o), -(88,-137,cs), -(88,-96,o), -(124,-50,o), -(178,6,c), -(211,26,o), -(240,69,o), -(261,148,c), -(231,148,l), -(210,70,o), -(179,18,o), -(126,18,cs), -(43,18,o), -(46,124,o), -(74,260,c), -(283,260,l), -(311,405,o), -(315,525,o), -(215,525,cs), -(124,525,o), -(79,426,o), -(46,266,cs), -(12,102,o), -(15,-10,o), -(122,-10,cs), -(128,-10,o), -(135,-10,o), -(141,-8,c), -(97,-51,o), -(60,-97,o), -(60,-144,cs), -(60,-179,o), -(83,-199,o), -(122,-199,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(117,452,o), -(162,497,o), -(211,497,cs), -(284,497,o), -(276,398,o), -(258,288,c), -(79,288,l) -); +pos = (141,0); +ref = ogonekcomb.e; } ); -width = 324; +width = 428; }, { -anchors = ( -{ -name = bottom; -pos = (191,0); -}, +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( { -name = ogonek; -pos = (286,0); +ref = e; }, { -name = top; -pos = (280,541); +pos = (243,2); +ref = ogonekcomb.e; } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +width = 544; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -closed = 1; -nodes = ( -(220,-202,o), -(247,-197,o), -(268,-187,c), -(282,-114,l), -(272,-118,o), -(259,-121,o), -(245,-121,cs), -(222,-121,o), -(212,-112,o), -(212,-96,cs), -(212,-63,o), -(256,-23,o), -(324,34,cs), -(360,65,o), -(389,113,o), -(408,186,c), -(242,186,l), -(228,135,o), -(215,119,o), -(195,119,cs), -(165,119,o), -(168,166,o), -(183,235,c), -(418,235,l), -(463,425,o), -(438,551,o), -(261,551,cs), -(129,551,o), -(56,466,o), -(18,288,cs), -(-19,114,o), -(18,8,o), -(150,-8,cs), -(161,-9,o), -(173,-10,o), -(186,-10,c), -(132,-47,o), -(102,-86,o), -(102,-129,cs), -(102,-174,o), -(136,-202,o), -(190,-202,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(220,401,o), -(236,421,o), -(255,421,cs), -(282,421,o), -(281,382,o), -(272,334,c), -(204,334,l) -); +pos = (198,0); +ref = ogonekcomb.e; } ); -width = 440; +width = 574; }, { -anchors = ( -{ -name = bottom; -pos = (244,0); -}, +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( { -name = ogonek; -pos = (321,0); +ref = e; }, { -name = top; -pos = (316,517); +pos = (287,0); +ref = ogonekcomb.e; } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +width = 629; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -closed = 1; -nodes = ( -(308,-196,o), -(329,-193,o), -(340,-188,c), -(346,-161,l), -(327,-167,o), -(312,-168,o), -(301,-168,cs), -(260,-168,o), -(240,-153,o), -(240,-122,cs), -(240,-68,o), -(303,-22,o), -(374,22,cs), -(426,51,o), -(464,96,o), -(479,153,c), -(442,153,l), -(417,75,o), -(342,24,o), -(249,24,cs), -(138,24,o), -(73,116,o), -(90,258,c), -(494,258,l), -(526,415,o), -(462,527,o), -(317,527,cs), -(168,527,o), -(58,397,o), -(51,219,cs), -(47,81,o), -(124,-10,o), -(246,-10,cs), -(262,-10,o), -(277,-9,o), -(292,-6,c), -(237,-45,o), -(209,-88,o), -(209,-128,cs), -(209,-170,o), -(240,-196,o), -(290,-196,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(128,428,o), -(215,494,o), -(311,494,cs), -(417,494,o), -(484,419,o), -(464,291,c), -(96,291,l) -); +pos = (244,0); +ref = ogonekcomb.e; } ); -width = 552; +width = 706; }, { -anchors = ( -{ -name = bottom; -pos = (286,0); -}, +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( { -name = ogonek; -pos = (392,0); +ref = e; }, { -name = top; -pos = (330,544); +pos = (101,0); +ref = ogonekcomb.e; } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { -closed = 1; -nodes = ( -(327,-208,o), -(363,-202,o), -(387,-192,c), -(406,-112,l), -(394,-117,o), -(378,-120,o), -(363,-120,cs), -(337,-120,o), -(321,-107,o), -(321,-84,cs), -(321,-46,o), -(362,-20,o), -(431,24,c), -(493,55,o), -(536,108,o), -(551,173,c), -(368,176,l), -(358,150,o), -(332,132,o), -(293,132,cs), -(240,132,o), -(207,163,o), -(211,227,c), -(561,227,l), -(600,410,o), -(506,554,o), -(323,554,cs), -(142,554,o), -(26,422,o), -(26,238,cs), -(26,109,o), -(97,17,o), -(224,-5,cs), -(234,-7,o), -(245,-8,o), -(256,-9,c), -(204,-41,o), -(178,-79,o), -(178,-120,cs), -(178,-174,o), -(224,-208,o), -(292,-208,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(237,384,o), -(267,413,o), -(317,413,cs), -(363,413,o), -(393,385,o), -(391,341,c), -(228,341,l) -); +pos = (147,0); +ref = ogonekcomb.e; } ); -width = 597; +width = 425; }, { -anchors = ( -{ -name = bottom; -pos = (284,0); -}, +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( { -name = ogonek; -pos = (366,0); +ref = e; }, { -name = top; -pos = (346,517); +pos = (265,2); +ref = ogonekcomb.e; } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { -closed = 1; -nodes = ( -(359,-211,o), -(389,-206,o), -(399,-201,c), -(404,-173,l), -(387,-179,o), -(362,-182,o), -(343,-182,cs), -(300,-182,o), -(279,-167,o), -(279,-134,cs), -(279,-70,o), -(368,-20,o), -(450,32,c), -(502,61,o), -(540,102,o), -(556,152,c), -(519,152,l), -(487,76,o), -(400,25,o), -(289,25,cs), -(142,25,o), -(56,117,o), -(72,256,c), -(576,256,l), -(611,418,o), -(516,527,o), -(344,527,cs), -(169,527,o), -(38,400,o), -(32,225,cs), -(27,84,o), -(134,-9,o), -(283,-9,cs), -(306,-9,o), -(328,-7,o), -(350,-3,c), -(293,-41,o), -(246,-87,o), -(246,-141,cs), -(246,-184,o), -(279,-211,o), -(334,-211,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(106,412,o), -(207,493,o), -(341,493,cs), -(480,493,o), -(560,413,o), -(544,289,c), -(79,289,l) -); +pos = (232,0); +ref = ogonekcomb.e; } ); -width = 612; +width = 566; }, { -anchors = ( -{ -name = bottom; -pos = (333,0); -}, +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( { -name = ogonek; -pos = (480,0); +ref = e; }, { -name = top; -pos = (375,544); +pos = (305,0); +ref = ogonekcomb.e; } ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { -closed = 1; -nodes = ( -(400,-229,o), -(459,-221,o), -(496,-205,c), -(518,-94,l), -(497,-103,o), -(471,-107,o), -(451,-107,cs), -(417,-107,o), -(402,-96,o), -(402,-75,cs), -(402,-41,o), -(444,-12,o), -(527,30,cs), -(597,63,o), -(646,114,o), -(661,180,c), -(439,180,l), -(423,157,o), -(385,140,o), -(333,140,cs), -(270,140,o), -(225,171,o), -(227,219,c), -(670,219,l), -(702,422,o), -(577,554,o), -(361,554,cs), -(152,554,o), -(13,437,o), -(13,256,cs), -(13,111,o), -(106,11,o), -(277,-7,cs), -(290,-8,o), -(302,-9,o), -(315,-9,c), -(251,-43,o), -(215,-87,o), -(215,-135,cs), -(215,-193,o), -(268,-229,o), -(358,-229,cs) -); +ref = e; }, { -closed = 1; -nodes = ( -(250,378,o), -(294,409,o), -(357,409,cs), -(421,409,o), -(454,377,o), -(459,334,c), -(242,334,l) -); +pos = (260,0); +ref = ogonekcomb.e; } ); -width = 690; +width = 682; } ); unicode = 281; diff --git a/sources/MonaSans.glyphspackage/glyphs/equal.glyph b/sources/MonaSans.glyphspackage/glyphs/equal.glyph index 30c9ad05..d4ddedf9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/equal.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/equal.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = center; -pos = (240,366); +pos = (248,366); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -13,23 +13,23 @@ shapes = ( { closed = 1; nodes = ( -(462,411,l), -(462,551,l), -(18,551,l), -(18,411,l) +(470,411,l), +(470,551,l), +(26,551,l), +(26,411,l) ); }, { closed = 1; nodes = ( -(462,171,l), -(462,311,l), -(18,311,l), -(18,171,l) +(470,171,l), +(470,311,l), +(26,311,l), +(26,171,l) ); } ); -width = 480; +width = 496; }, { anchors = ( @@ -65,153 +65,153 @@ width = 480; anchors = ( { name = center; -pos = (300,366); +pos = (360,366); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(539,455,l), -(539,487,l), -(61,487,l), -(61,455,l) +(607,464,l), +(607,496,l), +(112,496,l), +(112,464,l) ); }, { closed = 1; nodes = ( -(539,235,l), -(539,267,l), -(61,267,l), -(61,235,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 +(607,227,l), +(607,259,l), +(112,259,l), +(112,227,l) ); -type = Stem; } ); -}; -width = 600; +width = 720; }, { anchors = ( { name = center; -pos = (301,366); +pos = (367,366); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(537,406,l), -(537,555,l), -(64,555,l), -(64,406,l) +(617,411,l), +(617,585,l), +(116,585,l), +(116,411,l) ); }, { closed = 1; nodes = ( -(537,166,l), -(537,315,l), -(64,315,l), -(64,166,l) +(617,137,l), +(617,311,l), +(116,311,l), +(116,137,l) ); } ); -width = 600; +width = 732; }, { anchors = ( { name = center; -pos = (360,366); +pos = (297,366); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(607,464,l), -(607,496,l), -(112,496,l), -(112,464,l) +(532,455,l), +(532,487,l), +(62,487,l), +(62,455,l) ); }, { closed = 1; nodes = ( -(607,227,l), -(607,259,l), -(112,259,l), -(112,227,l) +(532,235,l), +(532,267,l), +(62,267,l), +(62,235,l) ); } ); -width = 720; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +} +); +}; +width = 593; }, { anchors = ( { name = center; -pos = (361,366); +pos = (292,366); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(611,411,l), -(611,585,l), -(110,585,l), -(110,411,l) +(521,406,l), +(521,555,l), +(62,555,l), +(62,406,l) ); }, { closed = 1; nodes = ( -(611,137,l), -(611,311,l), -(110,311,l), -(110,137,l) +(521,166,l), +(521,315,l), +(62,315,l), +(62,166,l) ); } ); -width = 720; +width = 581; }, { anchors = ( @@ -247,7 +247,7 @@ width = 480; anchors = ( { name = center; -pos = (259,366); +pos = (267,366); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -255,23 +255,23 @@ shapes = ( { closed = 1; nodes = ( -(488,411,l), -(517,551,l), -(78,551,l), -(48,411,l) +(496,411,l), +(525,551,l), +(86,551,l), +(56,411,l) ); }, { closed = 1; nodes = ( -(438,171,l), -(467,311,l), -(28,311,l), -(-2,171,l) +(446,171,l), +(475,311,l), +(36,311,l), +(6,171,l) ); } ); -width = 480; +width = 496; }, { anchors = ( @@ -367,7 +367,7 @@ width = 720; anchors = ( { name = center; -pos = (379,366); +pos = (385,366); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -375,23 +375,415 @@ shapes = ( { closed = 1; nodes = ( -(636,411,l), -(673,585,l), -(177,585,l), -(140,411,l) +(642,411,l), +(679,585,l), +(183,585,l), +(146,411,l) ); }, { closed = 1; nodes = ( -(579,137,l), -(616,311,l), -(120,311,l), -(83,137,l) +(585,137,l), +(622,311,l), +(126,311,l), +(89,137,l) ); } ); -width = 720; +width = 732; +}, +{ +anchors = ( +{ +name = center; +pos = (220,366); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(413,447,l), +(413,475,l), +(27,475,l), +(27,447,l) +); +}, +{ +closed = 1; +nodes = ( +(413,247,l), +(413,275,l), +(27,275,l), +(27,247,l) +); +} +); +width = 440; +}, +{ +anchors = ( +{ +name = center; +pos = (230,366); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(452,411,l), +(452,551,l), +(8,551,l), +(8,411,l) +); +}, +{ +closed = 1; +nodes = ( +(452,171,l), +(452,311,l), +(8,311,l), +(8,171,l) +); +} +); +width = 460; +}, +{ +anchors = ( +{ +name = center; +pos = (280,366); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(519,455,l), +(519,487,l), +(41,487,l), +(41,455,l) +); +}, +{ +closed = 1; +nodes = ( +(519,235,l), +(519,267,l), +(41,267,l), +(41,235,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +} +); +}; +width = 560; +}, +{ +anchors = ( +{ +name = center; +pos = (277,366); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(513,406,l), +(513,555,l), +(40,555,l), +(40,406,l) +); +}, +{ +closed = 1; +nodes = ( +(513,166,l), +(513,315,l), +(40,315,l), +(40,166,l) +); +} +); +width = 552; +}, +{ +anchors = ( +{ +name = center; +pos = (350,366); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(597,464,l), +(597,496,l), +(102,496,l), +(102,464,l) +); +}, +{ +closed = 1; +nodes = ( +(597,227,l), +(597,259,l), +(102,259,l), +(102,227,l) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = center; +pos = (351,366); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(601,411,l), +(601,585,l), +(100,585,l), +(100,411,l) +); +}, +{ +closed = 1; +nodes = ( +(601,137,l), +(601,311,l), +(100,311,l), +(100,137,l) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = center; +pos = (240,366); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(448,447,l), +(454,475,l), +(72,475,l), +(66,447,l) +); +}, +{ +closed = 1; +nodes = ( +(406,247,l), +(412,275,l), +(30,275,l), +(24,247,l) +); +} +); +width = 434; +}, +{ +anchors = ( +{ +name = center; +pos = (248,366); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(477,411,l), +(506,551,l), +(67,551,l), +(37,411,l) +); +}, +{ +closed = 1; +nodes = ( +(427,171,l), +(456,311,l), +(17,311,l), +(-13,171,l) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = center; +pos = (298,366); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(553,455,l), +(559,487,l), +(86,487,l), +(80,455,l) +); +}, +{ +closed = 1; +nodes = ( +(507,235,l), +(514,267,l), +(41,267,l), +(33,235,l) +); +} +); +width = 552; +}, +{ +anchors = ( +{ +name = center; +pos = (291,366); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(533,406,l), +(565,555,l), +(97,555,l), +(65,406,l) +); +}, +{ +closed = 1; +nodes = ( +(483,166,l), +(514,315,l), +(46,315,l), +(15,166,l) +); +} +); +width = 542; +}, +{ +anchors = ( +{ +name = center; +pos = (371,366); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(637,464,l), +(643,496,l), +(153,496,l), +(147,464,l) +); +}, +{ +closed = 1; +nodes = ( +(587,227,l), +(594,259,l), +(104,259,l), +(97,227,l) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = center; +pos = (364,366); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(621,411,l), +(658,585,l), +(162,585,l), +(125,411,l) +); +}, +{ +closed = 1; +nodes = ( +(564,137,l), +(601,311,l), +(105,311,l), +(68,137,l) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/estimated.glyph b/sources/MonaSans.glyphspackage/glyphs/estimated.glyph index 4f0620f4..7f9b29cd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/estimated.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/estimated.glyph @@ -54,49 +54,49 @@ shapes = ( { closed = 1; nodes = ( -(561,-9,o), -(667,28,o), -(740,91,c), -(710,134,l), -(649,82,o), -(554,46,o), -(457,46,cs), -(361,46,o), -(289,73,o), -(232,127,c), -(232,352,l), -(763,352,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) +(569,-9,o), +(675,28,o), +(748,91,c), +(718,134,l), +(657,82,o), +(562,46,o), +(465,46,cs), +(369,46,o), +(297,73,o), +(240,127,c), +(240,352,l), +(771,352,l), +(771,416,ls), +(771,609,o), +(640,737,o), +(444,737,cs), +(236,737,o), +(98,588,o), +(98,364,cs), +(98,140,o), +(245,-9,o), +(465,-9,cs) ); }, { closed = 1; nodes = ( -(232,600,l), -(282,659,o), -(365,684,o), -(436,684,cs), -(511,684,o), -(593,661,o), -(638,606,c), -(638,405,l), -(232,405,l) +(240,600,l), +(290,659,o), +(373,684,o), +(444,684,cs), +(519,684,o), +(601,661,o), +(646,606,c), +(646,405,l), +(240,405,l) ); } ); -width = 853; +width = 869; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; @@ -143,145 +143,145 @@ nodes = ( width = 853; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(561,-9,o), -(667,28,o), -(740,91,c), -(710,134,l), -(649,82,o), -(554,46,o), -(457,46,cs), -(361,46,o), -(289,73,o), -(232,127,c), -(232,352,l), -(763,352,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) +(567,-9,o), +(673,28,o), +(746,91,c), +(716,134,l), +(655,82,o), +(560,46,o), +(463,46,cs), +(367,46,o), +(295,73,o), +(238,127,c), +(238,352,l), +(769,352,l), +(769,416,ls), +(769,609,o), +(638,737,o), +(442,737,cs), +(234,737,o), +(96,588,o), +(96,364,cs), +(96,140,o), +(243,-9,o), +(463,-9,cs) ); }, { closed = 1; nodes = ( -(232,600,l), -(282,659,o), -(365,684,o), -(436,684,cs), -(511,684,o), -(593,661,o), -(638,606,c), -(638,405,l), -(232,405,l) +(238,600,l), +(288,659,o), +(371,684,o), +(442,684,cs), +(517,684,o), +(599,661,o), +(644,606,c), +(644,405,l), +(238,405,l) ); } ); -width = 853; +width = 865; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(561,-9,o), -(667,27,o), -(734,90,c), -(716,120,l), -(655,64,o), -(557,26,o), -(457,26,cs), -(361,26,o), -(289,53,o), -(232,107,c), -(232,362,l), -(763,362,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) +(552,-9,o), +(656,27,o), +(723,90,c), +(705,120,l), +(645,64,o), +(548,26,o), +(450,26,cs), +(356,26,o), +(286,53,o), +(231,107,c), +(231,362,l), +(750,362,l), +(750,416,ls), +(750,609,o), +(623,737,o), +(431,737,cs), +(227,737,o), +(91,588,o), +(91,364,cs), +(91,140,o), +(236,-9,o), +(450,-9,cs) ); }, { closed = 1; nodes = ( -(232,620,l), -(282,679,o), -(365,704,o), -(436,704,cs), -(511,704,o), -(594,681,o), -(638,626,c), -(638,395,l), -(232,395,l) +(231,620,l), +(279,679,o), +(360,704,o), +(431,704,cs), +(504,704,o), +(585,681,o), +(629,626,c), +(629,395,l), +(231,395,l) ); } ); -width = 853; +width = 841; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(561,-9,o), -(667,28,o), -(740,91,c), -(710,134,l), -(649,82,o), -(554,46,o), -(457,46,cs), -(361,46,o), -(289,73,o), -(232,127,c), -(232,352,l), -(763,352,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) +(547,-9,o), +(650,28,o), +(722,91,c), +(693,134,l), +(634,82,o), +(541,46,o), +(446,46,cs), +(352,46,o), +(282,73,o), +(227,127,c), +(227,352,l), +(744,352,l), +(744,416,ls), +(744,609,o), +(617,737,o), +(426,737,cs), +(223,737,o), +(88,588,o), +(88,364,cs), +(88,140,o), +(232,-9,o), +(446,-9,cs) ); }, { closed = 1; nodes = ( -(232,600,l), -(282,659,o), -(365,684,o), -(436,684,cs), -(511,684,o), -(593,661,o), -(638,606,c), -(638,405,l), -(232,405,l) +(227,600,l), +(275,659,o), +(356,684,o), +(426,684,cs), +(497,684,o), +(578,662,o), +(623,606,c), +(623,405,l), +(227,405,l) ); } ); -width = 853; +width = 832; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -336,46 +336,46 @@ shapes = ( { closed = 1; nodes = ( -(561,-9,o), -(667,28,o), -(740,91,c), -(710,134,l), -(649,82,o), -(554,46,o), -(457,46,cs), -(361,46,o), -(289,73,o), -(232,127,c), -(232,352,l), -(763,352,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) +(569,-9,o), +(675,28,o), +(748,91,c), +(718,134,l), +(657,82,o), +(562,46,o), +(465,46,cs), +(369,46,o), +(297,73,o), +(240,127,c), +(240,352,l), +(771,352,l), +(771,416,ls), +(771,609,o), +(640,737,o), +(444,737,cs), +(236,737,o), +(98,588,o), +(98,364,cs), +(98,140,o), +(245,-9,o), +(465,-9,cs) ); }, { closed = 1; nodes = ( -(232,600,l), -(282,659,o), -(365,684,o), -(436,684,cs), -(511,684,o), -(593,661,o), -(638,606,c), -(638,405,l), -(232,405,l) +(240,600,l), +(290,659,o), +(373,684,o), +(444,684,cs), +(519,684,o), +(601,661,o), +(646,606,c), +(646,405,l), +(240,405,l) ); } ); -width = 837; +width = 853; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -524,46 +524,610 @@ shapes = ( { closed = 1; nodes = ( -(561,-9,o), -(667,28,o), -(740,91,c), -(710,134,l), -(649,82,o), -(554,46,o), -(457,46,cs), -(361,46,o), -(289,73,o), -(232,127,c), -(232,352,l), -(763,352,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) +(567,-9,o), +(673,28,o), +(746,91,c), +(716,134,l), +(655,82,o), +(560,46,o), +(463,46,cs), +(367,46,o), +(295,73,o), +(238,127,c), +(238,352,l), +(769,352,l), +(769,416,ls), +(769,609,o), +(638,737,o), +(442,737,cs), +(234,737,o), +(96,588,o), +(96,364,cs), +(96,140,o), +(243,-9,o), +(463,-9,cs) ); }, { closed = 1; nodes = ( -(232,600,l), -(282,659,o), -(365,684,o), -(436,684,cs), -(511,684,o), -(593,661,o), -(638,606,c), -(638,405,l), -(232,405,l) +(238,600,l), +(288,659,o), +(371,684,o), +(442,684,cs), +(517,684,o), +(599,661,o), +(644,606,c), +(644,405,l), +(238,405,l) ); } ); -width = 837; +width = 849; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(541,-9,o), +(647,27,o), +(714,90,c), +(696,120,l), +(635,64,o), +(537,26,o), +(437,26,cs), +(341,26,o), +(269,53,o), +(212,107,c), +(212,362,l), +(743,362,l), +(743,416,ls), +(743,609,o), +(612,737,o), +(416,737,cs), +(208,737,o), +(70,588,o), +(70,364,cs), +(70,140,o), +(217,-9,o), +(437,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(212,620,l), +(262,679,o), +(345,704,o), +(416,704,cs), +(491,704,o), +(574,681,o), +(618,626,c), +(618,395,l), +(212,395,l) +); +} +); +width = 813; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(551,-9,o), +(657,28,o), +(730,91,c), +(700,134,l), +(639,82,o), +(544,46,o), +(447,46,cs), +(351,46,o), +(279,73,o), +(222,127,c), +(222,352,l), +(753,352,l), +(753,416,ls), +(753,609,o), +(622,737,o), +(426,737,cs), +(218,737,o), +(80,588,o), +(80,364,cs), +(80,140,o), +(227,-9,o), +(447,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(222,600,l), +(272,659,o), +(355,684,o), +(426,684,cs), +(501,684,o), +(583,661,o), +(628,606,c), +(628,405,l), +(222,405,l) +); +} +); +width = 833; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(537,-9,o), +(643,27,o), +(710,90,c), +(692,120,l), +(631,64,o), +(533,26,o), +(433,26,cs), +(337,26,o), +(265,53,o), +(208,107,c), +(208,362,l), +(739,362,l), +(739,416,ls), +(739,609,o), +(608,737,o), +(412,737,cs), +(204,737,o), +(66,588,o), +(66,364,cs), +(66,140,o), +(213,-9,o), +(433,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(208,620,l), +(258,679,o), +(341,704,o), +(412,704,cs), +(487,704,o), +(570,681,o), +(614,626,c), +(614,395,l), +(208,395,l) +); +} +); +width = 805; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(537,-9,o), +(643,28,o), +(716,91,c), +(686,134,l), +(625,82,o), +(530,46,o), +(433,46,cs), +(337,46,o), +(265,73,o), +(208,127,c), +(208,352,l), +(739,352,l), +(739,416,ls), +(739,609,o), +(608,737,o), +(412,737,cs), +(204,737,o), +(66,588,o), +(66,364,cs), +(66,140,o), +(213,-9,o), +(433,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(208,600,l), +(258,659,o), +(341,684,o), +(412,684,cs), +(487,684,o), +(569,661,o), +(614,606,c), +(614,405,l), +(208,405,l) +); +} +); +width = 805; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(551,-9,o), +(657,27,o), +(724,90,c), +(706,120,l), +(645,64,o), +(547,26,o), +(447,26,cs), +(351,26,o), +(279,53,o), +(222,107,c), +(222,362,l), +(753,362,l), +(753,416,ls), +(753,609,o), +(622,737,o), +(426,737,cs), +(218,737,o), +(80,588,o), +(80,364,cs), +(80,140,o), +(227,-9,o), +(447,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(222,620,l), +(272,679,o), +(355,704,o), +(426,704,cs), +(501,704,o), +(584,681,o), +(628,626,c), +(628,395,l), +(222,395,l) +); +} +); +width = 833; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(551,-9,o), +(657,28,o), +(730,91,c), +(700,134,l), +(639,82,o), +(544,46,o), +(447,46,cs), +(351,46,o), +(279,73,o), +(222,127,c), +(222,352,l), +(753,352,l), +(753,416,ls), +(753,609,o), +(622,737,o), +(426,737,cs), +(218,737,o), +(80,588,o), +(80,364,cs), +(80,140,o), +(227,-9,o), +(447,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(222,600,l), +(272,659,o), +(355,684,o), +(426,684,cs), +(501,684,o), +(583,661,o), +(628,606,c), +(628,405,l), +(222,405,l) +); +} +); +width = 833; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(541,-9,o), +(647,27,o), +(714,90,c), +(696,120,l), +(635,64,o), +(537,26,o), +(437,26,cs), +(341,26,o), +(269,53,o), +(212,107,c), +(212,362,l), +(743,362,l), +(743,416,ls), +(743,609,o), +(612,737,o), +(416,737,cs), +(208,737,o), +(70,588,o), +(70,364,cs), +(70,140,o), +(217,-9,o), +(437,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(212,620,l), +(262,679,o), +(345,704,o), +(416,704,cs), +(491,704,o), +(574,681,o), +(618,626,c), +(618,395,l), +(212,395,l) +); +} +); +width = 786; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(550,-9,o), +(656,28,o), +(729,91,c), +(699,134,l), +(638,82,o), +(543,46,o), +(446,46,cs), +(350,46,o), +(278,73,o), +(221,127,c), +(221,352,l), +(752,352,l), +(752,416,ls), +(752,609,o), +(621,737,o), +(425,737,cs), +(217,737,o), +(79,588,o), +(79,364,cs), +(79,140,o), +(226,-9,o), +(446,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(221,600,l), +(271,659,o), +(354,684,o), +(425,684,cs), +(500,684,o), +(582,661,o), +(627,606,c), +(627,405,l), +(221,405,l) +); +} +); +width = 815; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(540,-9,o), +(646,27,o), +(713,90,c), +(695,120,l), +(634,64,o), +(536,26,o), +(436,26,cs), +(340,26,o), +(268,53,o), +(211,107,c), +(211,362,l), +(742,362,l), +(742,416,ls), +(742,609,o), +(611,737,o), +(415,737,cs), +(207,737,o), +(69,588,o), +(69,364,cs), +(69,140,o), +(216,-9,o), +(436,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(211,620,l), +(261,679,o), +(344,704,o), +(415,704,cs), +(490,704,o), +(573,681,o), +(617,626,c), +(617,395,l), +(211,395,l) +); +} +); +width = 784; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(532,-9,o), +(638,28,o), +(711,91,c), +(681,134,l), +(620,82,o), +(525,46,o), +(428,46,cs), +(332,46,o), +(260,73,o), +(203,127,c), +(203,352,l), +(734,352,l), +(734,416,ls), +(734,609,o), +(603,737,o), +(407,737,cs), +(199,737,o), +(61,588,o), +(61,364,cs), +(61,140,o), +(208,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(203,600,l), +(253,659,o), +(336,684,o), +(407,684,cs), +(482,684,o), +(564,661,o), +(609,606,c), +(609,405,l), +(203,405,l) +); +} +); +width = 779; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(554,-9,o), +(660,27,o), +(727,90,c), +(709,120,l), +(648,64,o), +(550,26,o), +(450,26,cs), +(354,26,o), +(282,53,o), +(225,107,c), +(225,362,l), +(756,362,l), +(756,416,ls), +(756,609,o), +(625,737,o), +(429,737,cs), +(221,737,o), +(83,588,o), +(83,364,cs), +(83,140,o), +(230,-9,o), +(450,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(225,620,l), +(275,679,o), +(358,704,o), +(429,704,cs), +(504,704,o), +(587,681,o), +(631,626,c), +(631,395,l), +(225,395,l) +); +} +); +width = 812; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(546,-9,o), +(652,28,o), +(725,91,c), +(695,134,l), +(634,82,o), +(539,46,o), +(442,46,cs), +(346,46,o), +(274,73,o), +(217,127,c), +(217,352,l), +(748,352,l), +(748,416,ls), +(748,609,o), +(617,737,o), +(421,737,cs), +(213,737,o), +(75,588,o), +(75,364,cs), +(75,140,o), +(222,-9,o), +(442,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(217,600,l), +(267,659,o), +(350,684,o), +(421,684,cs), +(496,684,o), +(578,661,o), +(623,606,c), +(623,405,l), +(217,405,l) +); +} +); +width = 807; } ); unicode = 8494; diff --git a/sources/MonaSans.glyphspackage/glyphs/eth.glyph b/sources/MonaSans.glyphspackage/glyphs/eth.glyph index 7dafe04d..60dea3b1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/eth.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/eth.glyph @@ -1,7 +1,6 @@ { glyphname = eth; -kernLeft = o; -kernRight = o; +kernLeft = KO_e; layers = ( { background = { @@ -176,280 +175,56 @@ shapes = ( { closed = 1; nodes = ( -(362,-9,o), -(445,86,o), -(445,276,cs), -(445,448,o), -(387,614,o), -(313,729,c), -(121,729,l), -(194,631,o), -(245,535,o), -(273,426,c), -(265,426,l), -(249,460,o), -(214,482,o), -(172,482,cs), -(77,482,o), -(14,415,o), -(14,241,cs), -(14,81,o), -(83,-9,o), -(223,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(197,137,o), -(191,176,o), -(191,237,cs), -(191,324,o), -(205,344,o), -(226,344,cs), -(257,344,o), -(263,309,o), -(263,244,cs), -(263,159,o), -(250,137,o), -(228,137,cs) -); -}, -{ -closed = 1; -nodes = ( -(435,568,l), -(435,685,l), -(123,616,l), -(123,499,l) -); -} -); -width = 459; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(407,-8,o), -(497,82,o), -(497,223,cs), -(497,389,o), -(378,582,o), -(256,729,c), -(210,729,l), -(303,619,o), -(395,482,o), -(441,359,c), -(438,359,l), -(403,421,o), -(343,451,o), -(267,451,cs), -(141,451,o), -(52,360,o), -(52,224,cs), -(52,81,o), -(144,-8,o), -(272,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,26,o), -(90,105,o), -(90,224,cs), -(90,343,o), -(164,417,o), -(271,417,cs), -(389,417,o), -(459,328,o), -(459,217,cs), -(459,98,o), -(384,26,o), -(273,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(442,626,l), -(442,654,l), -(151,589,l), -(151,561,l) -); -} -); -}; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(410,-9,o), -(497,88,o), -(497,243,cs), -(497,423,o), -(383,597,o), -(276,729,c), -(233,729,l), -(310,640,o), -(393,521,o), -(440,402,c), -(438,402,l), -(403,472,o), -(343,506,o), -(267,506,cs), -(135,506,o), -(52,408,o), -(52,251,cs), -(52,91,o), -(137,-9,o), -(272,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(158,25,o), -(90,109,o), -(90,251,cs), -(90,391,o), -(157,473,o), -(271,473,cs), -(389,473,o), -(459,388,o), -(459,243,cs), -(459,106,o), -(390,25,o), -(273,25,cs) -); -}, -{ -closed = 1; -nodes = ( -(462,635,l), -(462,663,l), -(171,591,l), -(171,563,l) -); -} -); -width = 549; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(442,-9,o), -(550,85,o), -(550,282,cs), -(550,418,o), -(497,587,o), -(370,729,c), -(148,729,l), -(248,631,o), -(332,517,o), -(372,407,c), -(367,407,l), -(347,447,o), -(299,470,o), -(237,470,cs), -(110,470,o), -(25,377,o), -(25,238,cs), -(25,88,o), -(128,-9,o), -(274,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,148,o), -(214,178,o), -(214,242,cs), -(214,299,o), -(238,337,o), -(288,337,cs), -(333,337,o), -(363,307,o), -(363,243,cs), -(363,186,o), -(339,148,o), -(288,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(544,587,l), -(544,707,l), -(139,616,l), -(139,496,l) -); -} -); -}; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(450,-9,o), -(550,101,o), -(550,282,cs), -(550,433,o), -(481,605,o), -(370,729,c), -(148,729,l), -(240,639,o), -(319,534,o), -(360,432,c), -(350,429,l), -(329,454,o), -(286,470,o), -(242,470,cs), -(110,470,o), -(25,375,o), -(25,233,cs), -(25,82,o), -(123,-9,o), -(274,-9,cs) +(370,-9,o), +(453,86,o), +(453,276,cs), +(453,448,o), +(395,614,o), +(321,729,c), +(129,729,l), +(202,631,o), +(253,535,o), +(281,426,c), +(273,426,l), +(257,460,o), +(222,482,o), +(180,482,cs), +(85,482,o), +(22,415,o), +(22,241,cs), +(22,81,o), +(91,-9,o), +(231,-9,cs) ); }, { closed = 1; nodes = ( -(244,148,o), -(214,178,o), -(214,242,cs), -(214,299,o), -(238,337,o), -(288,337,cs), -(333,337,o), -(363,307,o), -(363,243,cs), -(363,186,o), -(339,148,o), -(288,148,cs) +(205,137,o), +(199,176,o), +(199,237,cs), +(199,324,o), +(213,344,o), +(234,344,cs), +(265,344,o), +(271,309,o), +(271,244,cs), +(271,159,o), +(258,137,o), +(236,137,cs) ); }, { closed = 1; nodes = ( -(534,587,l), -(534,707,l), -(129,616,l), -(129,496,l) +(443,568,l), +(443,685,l), +(131,616,l), +(131,499,l) ); } ); -width = 575; +width = 475; }, { background = { @@ -624,56 +399,56 @@ shapes = ( { closed = 1; nodes = ( -(511,-9,o), -(655,90,o), -(655,296,cs), -(655,467,o), -(574,627,o), -(440,729,c), -(193,729,l), -(315,626,o), -(412,515,o), -(441,439,c), -(435,434,l), -(403,471,o), -(349,491,o), -(279,491,cs), -(127,491,o), -(10,398,o), -(10,247,cs), -(10,93,o), -(132,-9,o), -(314,-9,cs) +(517,-9,o), +(661,90,o), +(661,296,cs), +(661,467,o), +(580,627,o), +(446,729,c), +(199,729,l), +(321,626,o), +(418,515,o), +(447,439,c), +(441,434,l), +(409,471,o), +(355,491,o), +(285,491,cs), +(133,491,o), +(16,398,o), +(16,247,cs), +(16,93,o), +(138,-9,o), +(320,-9,cs) ); }, { closed = 1; nodes = ( -(272,147,o), -(231,182,o), -(231,255,cs), -(231,320,o), -(264,363,o), -(334,363,cs), -(396,363,o), -(438,328,o), -(438,255,cs), -(438,190,o), -(405,147,o), -(334,147,cs) +(278,147,o), +(237,182,o), +(237,255,cs), +(237,320,o), +(270,363,o), +(340,363,cs), +(402,363,o), +(444,328,o), +(444,255,cs), +(444,190,o), +(411,147,o), +(340,147,cs) ); }, { closed = 1; nodes = ( -(639,604,l), -(639,724,l), -(153,630,l), -(153,510,l) +(645,604,l), +(645,724,l), +(159,630,l), +(159,510,l) ); } ); -width = 665; +width = 677; }, { background = { @@ -681,43 +456,267 @@ shapes = ( { closed = 1; nodes = ( -(234,-8,o), -(279,91,o), -(303,217,cs), -(337,393,o), -(310,589,o), -(251,729,c), -(217,729,l), -(257,638,o), -(285,532,o), -(293,387,c), -(290,386,l), -(274,427,o), -(245,444,o), -(211,444,cs), -(143,444,o), -(89,389,o), -(57,233,cs), -(29,99,o), -(36,-8,o), -(141,-8,cs) +(407,-8,o), +(497,82,o), +(497,223,cs), +(497,389,o), +(378,582,o), +(256,729,c), +(210,729,l), +(303,619,o), +(395,482,o), +(441,359,c), +(438,359,l), +(403,421,o), +(343,451,o), +(267,451,cs), +(141,451,o), +(52,360,o), +(52,224,cs), +(52,81,o), +(144,-8,o), +(272,-8,cs) ); }, { closed = 1; nodes = ( -(62,20,o), -(61,115,o), -(86,232,cs), -(114,368,o), -(153,418,o), -(208,418,cs), -(294,418,o), -(297,324,o), -(271,204,cs), -(243,71,o), -(200,20,o), -(146,20,cs) +(164,26,o), +(90,105,o), +(90,224,cs), +(90,343,o), +(164,417,o), +(271,417,cs), +(389,417,o), +(459,328,o), +(459,217,cs), +(459,98,o), +(384,26,o), +(273,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(442,626,l), +(442,654,l), +(151,589,l), +(151,561,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(405,-9,o), +(490,88,o), +(490,243,cs), +(490,423,o), +(378,597,o), +(273,729,c), +(232,729,l), +(307,640,o), +(388,521,o), +(435,402,c), +(433,402,l), +(398,472,o), +(340,506,o), +(264,506,cs), +(136,506,o), +(53,408,o), +(53,251,cs), +(53,91,o), +(138,-9,o), +(269,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(157,25,o), +(91,109,o), +(91,251,cs), +(91,391,o), +(156,473,o), +(268,473,cs), +(384,473,o), +(452,388,o), +(452,243,cs), +(452,106,o), +(385,25,o), +(270,25,cs) +); +}, +{ +closed = 1; +nodes = ( +(455,635,l), +(455,663,l), +(170,591,l), +(170,563,l) +); +} +); +width = 544; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(442,-9,o), +(550,85,o), +(550,282,cs), +(550,418,o), +(497,587,o), +(370,729,c), +(148,729,l), +(248,631,o), +(332,517,o), +(372,407,c), +(367,407,l), +(347,447,o), +(299,470,o), +(237,470,cs), +(110,470,o), +(25,377,o), +(25,238,cs), +(25,88,o), +(128,-9,o), +(274,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,148,o), +(214,178,o), +(214,242,cs), +(214,299,o), +(238,337,o), +(288,337,cs), +(333,337,o), +(363,307,o), +(363,243,cs), +(363,186,o), +(339,148,o), +(288,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(544,587,l), +(544,707,l), +(139,616,l), +(139,496,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(437,-9,o), +(534,101,o), +(534,282,cs), +(534,433,o), +(469,603,o), +(361,729,c), +(141,729,l), +(230,639,o), +(306,534,o), +(346,432,c), +(336,429,l), +(316,454,o), +(275,470,o), +(234,470,cs), +(106,470,o), +(24,375,o), +(24,233,cs), +(24,82,o), +(119,-9,o), +(265,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(239,148,o), +(211,178,o), +(211,242,cs), +(211,299,o), +(233,337,o), +(279,337,cs), +(321,337,o), +(348,307,o), +(348,243,cs), +(348,186,o), +(327,148,o), +(279,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(519,587,l), +(519,707,l), +(124,616,l), +(124,496,l) +); +} +); +width = 556; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(234,-8,o), +(279,91,o), +(303,217,cs), +(337,393,o), +(310,589,o), +(251,729,c), +(217,729,l), +(257,638,o), +(285,532,o), +(293,387,c), +(290,386,l), +(274,427,o), +(245,444,o), +(211,444,cs), +(143,444,o), +(89,389,o), +(57,233,cs), +(29,99,o), +(36,-8,o), +(141,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(62,20,o), +(61,115,o), +(86,232,cs), +(114,368,o), +(153,418,o), +(208,418,cs), +(294,418,o), +(297,324,o), +(271,204,cs), +(243,71,o), +(200,20,o), +(146,20,cs) ); }, { @@ -848,56 +847,56 @@ shapes = ( { closed = 1; nodes = ( -(315,-10,o), -(396,80,o), -(435,278,cs), -(463,419,o), -(445,599,o), -(394,729,c), -(222,729,l), -(267,627,o), -(293,528,o), -(297,419,c), -(290,419,l), -(280,459,o), -(245,486,o), -(194,486,cs), -(105,486,o), -(43,414,o), -(15,276,cs), -(-23,90,o), -(32,-10,o), -(182,-10,cs) +(323,-10,o), +(404,80,o), +(443,278,cs), +(471,419,o), +(453,599,o), +(402,729,c), +(230,729,l), +(275,627,o), +(301,528,o), +(305,419,c), +(298,419,l), +(288,459,o), +(253,486,o), +(202,486,cs), +(113,486,o), +(51,414,o), +(23,276,cs), +(-15,90,o), +(40,-10,o), +(190,-10,cs) ); }, { closed = 1; nodes = ( -(164,133,o), -(170,181,o), -(183,242,cs), -(200,323,o), -(218,344,o), -(234,344,cs), -(265,344,o), -(262,301,o), -(248,234,cs), -(232,160,o), -(219,133,o), -(198,133,cs) +(172,133,o), +(178,181,o), +(191,242,cs), +(208,323,o), +(226,344,o), +(242,344,cs), +(273,344,o), +(270,301,o), +(256,234,cs), +(240,160,o), +(227,133,o), +(206,133,cs) ); }, { closed = 1; nodes = ( -(482,547,l), -(508,661,l), -(196,626,l), -(173,511,l) +(490,547,l), +(516,661,l), +(204,626,l), +(181,511,l) ); } ); -width = 447; +width = 463; }, { background = { @@ -1296,56 +1295,1400 @@ shapes = ( { closed = 1; nodes = ( -(503,-8,o), -(640,116,o), -(640,310,cs), -(640,462,o), -(572,621,o), -(468,729,c), -(240,729,l), -(336,638,o), -(403,534,o), -(432,454,c), -(426,453,l), -(397,481,o), -(347,498,o), -(290,498,cs), -(120,498,o), -(8,391,o), -(8,234,cs), -(8,89,o), -(123,-8,o), -(295,-8,cs) +(509,-8,o), +(646,116,o), +(646,310,cs), +(646,462,o), +(578,621,o), +(474,729,c), +(246,729,l), +(342,638,o), +(409,534,o), +(438,454,c), +(432,453,l), +(403,481,o), +(353,498,o), +(296,498,cs), +(126,498,o), +(14,391,o), +(14,234,cs), +(14,89,o), +(129,-8,o), +(301,-8,cs) ); }, { closed = 1; nodes = ( -(259,147,o), -(218,182,o), -(218,245,cs), -(218,317,o), -(263,364,o), -(331,364,cs), -(382,364,o), -(427,333,o), -(427,267,cs), -(427,193,o), -(379,147,o), -(312,147,cs) +(265,147,o), +(224,182,o), +(224,245,cs), +(224,317,o), +(269,364,o), +(337,364,cs), +(388,364,o), +(433,333,o), +(433,267,cs), +(433,193,o), +(385,147,o), +(318,147,cs) +); +}, +{ +closed = 1; +nodes = ( +(677,569,l), +(703,692,l), +(182,649,l), +(157,526,l) +); +} +); +width = 661; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(268,-9,o), +(290,101,o), +(290,229,cs), +(290,397,o), +(226,580,o), +(128,729,c), +(94,729,l), +(163,626,o), +(219,506,o), +(250,382,c), +(245,382,l), +(230,419,o), +(199,444,o), +(163,444,cs), +(84,444,o), +(42,377,o), +(42,219,cs), +(42,101,o), +(65,-9,o), +(165,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,18,o), +(71,65,o), +(71,219,cs), +(71,369,o), +(104,417,o), +(164,417,cs), +(212,417,o), +(261,389,o), +(261,214,cs), +(261,67,o), +(223,18,o), +(166,18,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,638,l), +(283,663,l), +(52,613,l), +(52,588,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(231,-10,o), +(270,77,o), +(270,269,cs), +(270,419,o), +(219,583,o), +(112,729,c), +(81,729,l), +(139,655,o), +(194,552,o), +(220,467,c), +(219,466,l), +(202,502,o), +(173,523,o), +(143,523,cs), +(62,523,o), +(22,435,o), +(22,258,cs), +(22,78,o), +(62,-10,o), +(145,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(81,16,o), +(51,92,o), +(51,258,cs), +(51,422,o), +(80,497,o), +(144,497,cs), +(192,497,o), +(241,464,o), +(241,252,cs), +(241,90,o), +(211,16,o), +(146,16,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,645,l), +(263,670,l), +(32,611,l), +(32,587,l) +); +} +); +width = 292; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(372,-9,o), +(462,86,o), +(462,287,cs), +(462,453,o), +(399,617,o), +(322,729,c), +(126,729,l), +(203,631,o), +(257,535,o), +(287,427,c), +(279,427,l), +(262,461,o), +(225,483,o), +(181,483,cs), +(69,483,o), +(16,389,o), +(16,242,cs), +(16,75,o), +(94,-9,o), +(223,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(204,140,o), +(196,177,o), +(196,238,cs), +(196,322,o), +(211,342,o), +(236,342,cs), +(270,342,o), +(278,307,o), +(278,245,cs), +(278,161,o), +(263,140,o), +(238,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(452,566,l), +(452,686,l), +(127,616,l), +(127,496,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(355,-10,o), +(438,92,o), +(438,297,cs), +(438,459,o), +(380,617,o), +(306,729,c), +(114,729,l), +(187,644,o), +(235,559,o), +(263,464,c), +(262,464,l), +(246,501,o), +(207,525,o), +(165,525,cs), +(70,525,o), +(7,450,o), +(7,262,cs), +(7,87,o), +(76,-10,o), +(216,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(190,135,o), +(184,181,o), +(184,258,cs), +(184,360,o), +(198,387,o), +(219,387,cs), +(250,387,o), +(256,349,o), +(256,264,cs), +(256,164,o), +(243,135,o), +(221,135,cs) +); +}, +{ +closed = 1; +nodes = ( +(428,609,l), +(428,726,l), +(116,653,l), +(116,536,l) +); +} +); +width = 445; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(407,-8,o), +(497,82,o), +(497,223,cs), +(497,389,o), +(378,582,o), +(256,729,c), +(210,729,l), +(303,619,o), +(395,482,o), +(441,359,c), +(438,359,l), +(403,421,o), +(343,451,o), +(267,451,cs), +(141,451,o), +(52,360,o), +(52,224,cs), +(52,81,o), +(144,-8,o), +(272,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(164,26,o), +(90,105,o), +(90,224,cs), +(90,343,o), +(164,417,o), +(271,417,cs), +(389,417,o), +(459,328,o), +(459,217,cs), +(459,98,o), +(384,26,o), +(273,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(442,626,l), +(442,654,l), +(151,589,l), +(151,561,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(403,-9,o), +(493,90,o), +(493,248,cs), +(493,426,o), +(374,598,o), +(263,729,c), +(220,729,l), +(300,642,o), +(386,526,o), +(435,410,c), +(434,410,l), +(397,483,o), +(333,517,o), +(255,517,cs), +(118,517,o), +(32,417,o), +(32,257,cs), +(32,93,o), +(120,-9,o), +(260,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,25,o), +(70,111,o), +(70,256,cs), +(70,400,o), +(140,484,o), +(259,484,cs), +(382,484,o), +(455,397,o), +(455,248,cs), +(455,108,o), +(383,25,o), +(261,25,cs) +); +}, +{ +closed = 1; +nodes = ( +(456,649,l), +(456,677,l), +(156,604,l), +(156,576,l) +); +} +); +width = 525; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(442,-9,o), +(550,85,o), +(550,282,cs), +(550,418,o), +(497,587,o), +(370,729,c), +(148,729,l), +(248,631,o), +(332,517,o), +(372,407,c), +(367,407,l), +(347,447,o), +(299,470,o), +(237,470,cs), +(110,470,o), +(25,377,o), +(25,238,cs), +(25,88,o), +(128,-9,o), +(274,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,148,o), +(214,178,o), +(214,242,cs), +(214,299,o), +(238,337,o), +(288,337,cs), +(333,337,o), +(363,307,o), +(363,243,cs), +(363,186,o), +(339,148,o), +(288,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(544,587,l), +(544,707,l), +(139,616,l), +(139,496,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(453,-10,o), +(559,107,o), +(559,298,cs), +(559,444,o), +(481,610,o), +(362,729,c), +(141,729,l), +(238,648,o), +(319,552,o), +(364,459,c), +(363,456,l), +(339,487,o), +(285,505,o), +(236,505,cs), +(95,505,o), +(4,403,o), +(4,251,cs), +(4,88,o), +(108,-10,o), +(268,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(229,147,o), +(193,184,o), +(193,259,cs), +(193,328,o), +(223,372,o), +(282,372,cs), +(336,372,o), +(372,335,o), +(372,260,cs), +(372,191,o), +(342,147,o), +(282,147,cs) +); +}, +{ +closed = 1; +nodes = ( +(540,611,l), +(540,732,l), +(117,636,l), +(117,516,l) +); +} +); +width = 563; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(463,-8,o), +(569,87,o), +(569,235,cs), +(569,417,o), +(423,610,o), +(280,729,c), +(225,729,l), +(337,641,o), +(445,520,o), +(507,379,c), +(503,378,l), +(453,447,o), +(381,475,o), +(306,475,cs), +(152,475,o), +(42,379,o), +(42,233,cs), +(42,86,o), +(152,-8,o), +(306,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,25,o), +(80,109,o), +(80,234,cs), +(80,362,o), +(174,441,o), +(306,441,cs), +(438,441,o), +(531,355,o), +(531,230,cs), +(531,104,o), +(438,25,o), +(306,25,cs) +); +}, +{ +closed = 1; +nodes = ( +(535,625,l), +(535,656,l), +(168,588,l), +(168,557,l) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(486,-9,o), +(599,97,o), +(599,253,cs), +(599,403,o), +(487,569,o), +(287,729,c), +(235,729,l), +(360,640,o), +(470,522,o), +(525,423,c), +(524,420,l), +(470,487,o), +(394,514,o), +(317,514,cs), +(146,514,o), +(32,410,o), +(32,252,cs), +(32,96,o), +(146,-9,o), +(316,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,26,o), +(70,113,o), +(70,253,cs), +(70,392,o), +(165,480,o), +(316,480,cs), +(466,480,o), +(561,390,o), +(561,248,cs), +(561,111,o), +(466,26,o), +(316,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(542,658,l), +(542,689,l), +(147,616,l), +(147,584,l) +); +} +); +width = 631; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-9,o), +(669,101,o), +(669,294,cs), +(669,452,o), +(586,627,o), +(454,729,c), +(207,729,l), +(329,626,o), +(426,515,o), +(455,439,c), +(449,434,l), +(422,468,o), +(364,491,o), +(291,491,cs), +(135,491,o), +(24,391,o), +(24,241,cs), +(24,92,o), +(137,-9,o), +(328,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(286,147,o), +(245,182,o), +(245,255,cs), +(245,320,o), +(278,363,o), +(348,363,cs), +(410,363,o), +(452,328,o), +(452,255,cs), +(452,190,o), +(419,147,o), +(348,147,cs) +); +}, +{ +closed = 1; +nodes = ( +(653,585,l), +(653,705,l), +(167,611,l), +(167,491,l) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(515,-9,o), +(659,92,o), +(659,299,cs), +(659,467,o), +(579,626,o), +(444,729,c), +(197,729,l), +(319,629,o), +(414,517,o), +(443,443,c), +(442,443,l), +(410,481,o), +(352,498,o), +(283,498,cs), +(131,498,o), +(14,403,o), +(14,250,cs), +(14,95,o), +(136,-9,o), +(318,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,147,o), +(235,183,o), +(235,258,cs), +(235,325,o), +(268,370,o), +(338,370,cs), +(400,370,o), +(442,333,o), +(442,258,cs), +(442,192,o), +(409,147,o), +(338,147,cs) +); +}, +{ +closed = 1; +nodes = ( +(643,603,l), +(643,723,l), +(157,628,l), +(157,508,l) +); +} +); +width = 673; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(234,-8,o), +(279,91,o), +(303,217,cs), +(337,393,o), +(310,589,o), +(251,729,c), +(217,729,l), +(257,638,o), +(285,532,o), +(293,387,c), +(290,386,l), +(274,427,o), +(245,444,o), +(211,444,cs), +(143,444,o), +(89,389,o), +(57,233,cs), +(29,99,o), +(36,-8,o), +(141,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(62,20,o), +(61,115,o), +(86,232,cs), +(114,368,o), +(153,418,o), +(208,418,cs), +(294,418,o), +(297,324,o), +(271,204,cs), +(243,71,o), +(200,20,o), +(146,20,cs) +); +}, +{ +closed = 1; +nodes = ( +(382,624,l), +(388,649,l), +(150,624,l), +(144,599,l) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,-10,o), +(225,69,o), +(267,240,cs), +(305,399,o), +(295,563,o), +(226,729,c), +(198,729,l), +(236,644,o), +(260,541,o), +(269,461,c), +(268,461,l), +(258,503,o), +(230,523,o), +(192,523,cs), +(122,523,o), +(68,446,o), +(26,278,cs), +(-5,155,o), +(-28,-10,o), +(97,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(0,17,o), +(26,166,o), +(52,271,cs), +(92,428,o), +(136,496,o), +(192,496,cs), +(293,496,o), +(264,343,o), +(237,237,cs), +(199,83,o), +(156,17,o), +(99,17,cs) +); +}, +{ +closed = 1; +nodes = ( +(352,613,l), +(358,637,l), +(119,617,l), +(113,594,l) +); +} +); +width = 301; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(326,-7,o), +(416,75,o), +(458,276,cs), +(486,410,o), +(469,591,o), +(406,729,c), +(230,729,l), +(280,627,o), +(311,529,o), +(318,420,c), +(311,420,l), +(299,460,o), +(261,487,o), +(207,487,cs), +(108,487,o), +(44,400,o), +(19,278,cs), +(-19,92,o), +(36,-7,o), +(196,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(169,136,o), +(173,183,o), +(186,244,cs), +(203,324,o), +(222,345,o), +(246,345,cs), +(286,345,o), +(286,303,o), +(272,237,cs), +(256,162,o), +(239,136,o), +(212,136,cs) +); +}, +{ +closed = 1; +nodes = ( +(504,547,l), +(530,661,l), +(199,626,l), +(175,511,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,-10,o), +(389,80,o), +(428,278,cs), +(456,419,o), +(438,599,o), +(387,729,c), +(215,729,l), +(260,627,o), +(283,528,o), +(294,455,c), +(293,455,l), +(283,495,o), +(245,522,o), +(194,522,cs), +(105,522,o), +(43,450,o), +(12,296,cs), +(-30,90,o), +(25,-10,o), +(175,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(157,133,o), +(163,181,o), +(180,262,cs), +(200,359,o), +(218,380,o), +(234,380,cs), +(265,380,o), +(262,337,o), +(245,254,cs), +(225,160,o), +(212,133,o), +(191,133,cs) +); +}, +{ +closed = 1; +nodes = ( +(475,577,l), +(501,691,l), +(189,656,l), +(166,541,l) +); +} +); +width = 433; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(383,-8,o), +(475,72,o), +(499,203,cs), +(530,375,o), +(428,588,o), +(332,729,c), +(289,729,l), +(367,628,o), +(437,485,o), +(471,350,c), +(467,349,l), +(435,418,o), +(374,453,o), +(299,453,cs), +(163,453,o), +(60,347,o), +(60,192,cs), +(60,63,o), +(149,-8,o), +(253,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,25,o), +(96,84,o), +(96,193,cs), +(96,329,o), +(182,420,o), +(298,420,cs), +(420,420,o), +(486,327,o), +(462,202,cs), +(440,87,o), +(359,25,o), +(259,25,cs) +); +}, +{ +closed = 1; +nodes = ( +(540,595,l), +(547,624,l), +(227,560,l), +(220,530,l) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(362,-10,o), +(459,80,o), +(486,228,cs), +(515,389,o), +(438,577,o), +(344,729,c), +(303,729,l), +(360,645,o), +(418,533,o), +(448,420,c), +(447,420,l), +(417,481,o), +(356,513,o), +(274,513,cs), +(151,513,o), +(60,426,o), +(34,274,cs), +(4,99,o), +(84,-10,o), +(236,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(106,23,o), +(44,116,o), +(71,272,cs), +(94,405,o), +(167,480,o), +(276,480,cs), +(437,480,o), +(468,349,o), +(448,230,cs), +(426,99,o), +(347,23,o), +(240,23,cs) +); +}, +{ +closed = 1; +nodes = ( +(518,626,l), +(524,654,l), +(217,607,l), +(211,579,l) +); +} +); +width = 524; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(419,-8,o), +(560,87,o), +(560,318,cs), +(560,448,o), +(501,612,o), +(412,729,c), +(203,729,l), +(283,639,o), +(350,522,o), +(375,422,c), +(370,420,l), +(349,449,o), +(301,468,o), +(249,468,cs), +(125,468,o), +(27,368,o), +(26,217,cs), +(25,78,o), +(122,-8,o), +(267,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(235,148,o), +(208,184,o), +(220,247,cs), +(228,294,o), +(256,336,o), +(305,336,cs), +(355,336,o), +(382,300,o), +(370,237,cs), +(362,190,o), +(334,148,o), +(285,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(601,540,l), +(625,652,l), +(183,610,l), +(161,497,l) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(462,-11,o), +(591,117,o), +(591,334,cs), +(591,472,o), +(518,621,o), +(420,729,c), +(200,729,l), +(287,658,o), +(363,558,o), +(397,471,c), +(396,471,l), +(371,503,o), +(317,521,o), +(256,521,cs), +(110,521,o), +(7,406,o), +(7,240,cs), +(7,88,o), +(110,-11,o), +(267,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,147,o), +(197,182,o), +(197,245,cs), +(197,328,o), +(238,393,o), +(315,393,cs), +(377,393,o), +(408,352,o), +(408,294,cs), +(408,213,o), +(368,147,o), +(289,147,cs) +); +}, +{ +closed = 1; +nodes = ( +(608,610,l), +(628,723,l), +(153,646,l), +(134,531,l) +); +} +); +width = 595; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(442,-8,o), +(548,74,o), +(576,210,cs), +(611,383,o), +(514,590,o), +(395,729,c), +(347,729,l), +(435,631,o), +(515,501,o), +(545,358,c), +(541,357,l), +(502,438,o), +(426,476,o), +(331,476,cs), +(166,476,o), +(51,368,o), +(51,211,cs), +(51,70,o), +(162,-8,o), +(289,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(183,25,o), +(89,92,o), +(89,209,cs), +(89,349,o), +(185,442,o), +(328,442,cs), +(473,442,o), +(565,348,o), +(538,210,cs), +(515,94,o), +(422,25,o), +(296,25,cs) +); +}, +{ +closed = 1; +nodes = ( +(613,625,l), +(620,656,l), +(238,588,l), +(231,557,l) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(487,-9,o), +(608,111,o), +(608,286,cs), +(608,454,o), +(476,621,o), +(370,729,c), +(323,729,l), +(420,642,o), +(515,515,o), +(558,413,c), +(557,413,l), +(505,500,o), +(416,522,o), +(336,522,cs), +(159,522,o), +(33,402,o), +(33,234,cs), +(33,79,o), +(141,-9,o), +(301,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(161,25,o), +(71,101,o), +(71,236,cs), +(71,380,o), +(173,488,o), +(337,488,cs), +(465,488,o), +(570,422,o), +(570,275,cs), +(570,140,o), +(480,25,o), +(304,25,cs) +); +}, +{ +closed = 1; +nodes = ( +(594,645,l), +(598,676,l), +(193,630,l), +(188,598,l) +); +} +); +width = 641; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(510,-8,o), +(654,108,o), +(654,315,cs), +(654,445,o), +(601,603,o), +(506,729,c), +(280,729,l), +(363,632,o), +(427,523,o), +(454,447,c), +(448,445,l), +(412,481,o), +(360,499,o), +(295,499,cs), +(133,499,o), +(12,395,o), +(12,239,cs), +(12,86,o), +(133,-8,o), +(302,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(270,147,o), +(231,182,o), +(231,245,cs), +(231,312,o), +(276,364,o), +(344,364,cs), +(397,364,o), +(440,333,o), +(440,267,cs), +(440,198,o), +(392,147,o), +(325,147,cs) +); +}, +{ +closed = 1; +nodes = ( +(694,559,l), +(720,682,l), +(199,639,l), +(174,516,l) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(508,-8,o), +(648,119,o), +(648,319,cs), +(648,468,o), +(578,623,o), +(472,729,c), +(244,729,l), +(342,643,o), +(408,542,o), +(438,465,c), +(437,465,l), +(407,496,o), +(353,513,o), +(294,513,cs), +(121,513,o), +(6,403,o), +(6,240,cs), +(6,91,o), +(123,-8,o), +(297,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(259,147,o), +(216,184,o), +(216,251,cs), +(216,328,o), +(264,378,o), +(335,378,cs), +(388,378,o), +(435,346,o), +(435,275,cs), +(435,197,o), +(385,147,o), +(314,147,cs) ); }, { closed = 1; nodes = ( -(671,569,l), -(697,692,l), -(176,649,l), -(151,526,l) +(679,572,l), +(705,695,l), +(178,651,l), +(153,528,l) ); } ); -width = 649; +width = 653; } ); metricLeft = o; diff --git a/sources/MonaSans.glyphspackage/glyphs/etilde.glyph b/sources/MonaSans.glyphspackage/glyphs/etilde.glyph index 9c40f2ea..8171a032 100644 --- a/sources/MonaSans.glyphspackage/glyphs/etilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/etilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = etilde; -kernLeft = egrave; -kernRight = eacute; +kernLeft = KO_eacute; +kernRight = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-10,-138); ref = tildecomb; } ); -width = 443; +width = 459; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = e; }, { -pos = (98,-155); +pos = (100,-155); ref = tildecomb; } ); -width = 565; +width = 615; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = e; }, { -pos = (40,-134); +pos = (79,-129); ref = tildecomb; } ); -width = 597; +width = 705; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = e; }, { -pos = (100,-155); +pos = (101,-155); ref = tildecomb; } ); -width = 615; +width = 563; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = e; }, { -pos = (79,-129); +pos = (45,-134); ref = tildecomb; } ); -width = 693; +width = 590; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-38,-138); ref = tildecomb; } ); -width = 440; +width = 456; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = e; }, { -pos = (54,-155); +pos = (58,-155); ref = tildecomb; } ); -width = 612; +width = 625; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -154,11 +154,177 @@ shapes = ( ref = e; }, { -pos = (31,-134); +pos = (41,-134); +ref = tildecomb; +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (25,-156); +ref = tildecomb; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-7,-138); +ref = tildecomb; +} +); +width = 428; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (98,-155); +ref = tildecomb; +} +); +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (40,-134); +ref = tildecomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (100,-155); +ref = tildecomb; +} +); +width = 615; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (79,-129); +ref = tildecomb; +} +); +width = 693; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-10,-156); +ref = tildecomb; +} +); +width = 278; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (-34,-138); +ref = tildecomb; +} +); +width = 425; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = e; +}, +{ +pos = (56,-155); +ref = tildecomb; +} +); +width = 534; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (0,-134); +ref = tildecomb; +} +); +width = 566; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (71,-155); +ref = tildecomb; +} +); +width = 623; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = e; +}, +{ +pos = (55,-134); ref = tildecomb; } ); -width = 690; +width = 682; } ); unicode = 7869; diff --git a/sources/MonaSans.glyphspackage/glyphs/euro.glyph b/sources/MonaSans.glyphspackage/glyphs/euro.glyph index c8da3cfe..2f2bc07b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/euro.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/euro.glyph @@ -15,54 +15,54 @@ shapes = ( { closed = 1; nodes = ( -(421,-9,o), -(498,69,o), -(503,270,c), -(333,270,l), -(329,190,o), -(322,147,o), -(284,147,cs), -(245,147,o), -(233,203,o), -(233,365,cs), -(233,515,o), -(242,583,o), -(284,583,cs), -(320,583,o), -(328,546,o), -(333,465,c), -(503,465,l), -(494,668,o), -(419,739,o), -(283,739,cs), -(103,739,o), -(52,593,o), -(52,365,cs), -(52,136,o), -(101,-9,o), -(271,-9,cs) +(429,-9,o), +(506,69,o), +(511,270,c), +(341,270,l), +(337,190,o), +(330,147,o), +(292,147,cs), +(253,147,o), +(241,203,o), +(241,365,cs), +(241,515,o), +(250,583,o), +(292,583,cs), +(328,583,o), +(336,546,o), +(341,465,c), +(511,465,l), +(502,668,o), +(427,739,o), +(291,739,cs), +(111,739,o), +(60,593,o), +(60,365,cs), +(60,136,o), +(109,-9,o), +(279,-9,cs) ); }, { closed = 1; nodes = ( -(284,253,l), -(297,337,l), -(19,337,l), -(19,253,l) +(292,253,l), +(305,337,l), +(27,337,l), +(27,253,l) ); }, { closed = 1; nodes = ( -(303,379,l), -(315,461,l), -(19,461,l), -(19,379,l) +(311,379,l), +(323,461,l), +(27,461,l), +(27,379,l) ); } ); -width = 522; +width = 538; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -123,60 +123,186 @@ width = 447; background = { shapes = ( { +pos = (111,0); +ref = C; +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(718,-8,o), +(856,87,o), +(879,237,c), +(840,238,l), +(817,111,o), +(700,28,o), +(528,28,cs), +(316,28,o), +(187,162,o), +(187,364,cs), +(187,566,o), +(316,700,o), +(528,700,cs), +(692,700,o), +(813,620,o), +(840,494,c), +(879,494,l), +(850,643,o), +(714,736,o), +(528,736,cs), +(299,736,o), +(147,587,o), +(147,364,cs), +(147,142,o), +(298,-8,o), +(528,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(559,268,l), +(564,303,l), +(40,303,l), +(40,268,l) +); +}, +{ +closed = 1; +nodes = ( +(588,426,l), +(593,461,l), +(40,461,l), +(40,426,l) +); +} +); +width = 921; +}, +{ +background = { +shapes = ( +{ +pos = (78,0); +ref = C; +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(728,-10,o), +(894,97,o), +(913,260,c), +(679,260,l), +(663,207,o), +(595,174,o), +(516,174,cs), +(402,174,o), +(327,232,o), +(327,365,cs), +(327,498,o), +(402,556,o), +(516,556,cs), +(597,556,o), +(660,521,o), +(677,470,c), +(913,470,l), +(894,630,o), +(749,739,o), +(516,739,cs), +(244,739,o), +(90,592,o), +(90,365,cs), +(90,138,o), +(244,-10,o), +(516,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(542,237,l), +(557,341,l), +(27,341,l), +(27,237,l) +); +}, +{ +closed = 1; +nodes = ( +(564,388,l), +(579,491,l), +(27,491,l), +(27,388,l) +); +} +); +width = 934; +}, +{ +background = { +shapes = ( +{ pos = (76,0); ref = C; } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(649,-8,o), -(774,88,o), -(795,238,c), -(755,238,l), -(735,111,o), -(630,28,o), -(476,28,cs), -(287,28,o), -(172,162,o), -(172,364,cs), -(172,566,o), -(287,700,o), -(476,700,cs), -(629,700,o), -(733,615,o), -(755,494,c), -(795,494,l), -(769,643,o), -(645,736,o), -(476,736,cs), -(269,736,o), -(131,586,o), -(131,364,cs), -(131,143,o), -(268,-8,o), -(476,-8,cs) +(640,-8,o), +(761,88,o), +(782,238,c), +(743,238,l), +(724,111,o), +(621,28,o), +(469,28,cs), +(284,28,o), +(171,162,o), +(171,364,cs), +(171,566,o), +(284,700,o), +(469,700,cs), +(620,700,o), +(722,615,o), +(743,494,c), +(782,494,l), +(756,643,o), +(636,736,o), +(469,736,cs), +(266,736,o), +(132,586,o), +(132,364,cs), +(132,143,o), +(265,-8,o), +(469,-8,cs) ); }, { closed = 1; nodes = ( -(506,260,l), -(511,294,l), -(59,294,l), -(59,260,l) +(499,260,l), +(504,294,l), +(60,294,l), +(60,260,l) ); }, { closed = 1; nodes = ( -(535,435,l), -(540,469,l), -(59,469,l), -(59,435,l) +(528,435,l), +(533,469,l), +(60,469,l), +(60,435,l) ); } ); @@ -254,7 +380,7 @@ type = Stem; } ); }; -width = 859; +width = 846; }, { background = { @@ -265,185 +391,59 @@ ref = C; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(657,-10,o), -(801,98,o), -(818,259,c), -(608,259,l), -(594,203,o), -(536,166,o), -(469,166,cs), -(371,166,o), -(307,222,o), -(307,365,cs), -(307,507,o), -(371,563,o), -(469,563,cs), -(541,563,o), -(592,525,o), -(608,471,c), -(818,471,l), -(801,631,o), -(663,739,o), -(469,739,cs), -(244,739,o), -(94,608,o), -(94,365,cs), -(94,121,o), -(244,-10,o), -(469,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(493,245,l), -(507,341,l), -(36,341,l), -(36,245,l) -); -}, -{ -closed = 1; -nodes = ( -(514,388,l), -(528,482,l), -(36,482,l), -(36,388,l) -); -} -); -width = 851; -}, -{ -background = { -shapes = ( -{ -pos = (111,0); -ref = C; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(718,-8,o), -(856,87,o), -(879,237,c), -(840,238,l), -(817,111,o), -(700,28,o), -(528,28,cs), -(316,28,o), -(187,162,o), -(187,364,cs), -(187,566,o), -(316,700,o), -(528,700,cs), -(692,700,o), -(813,620,o), -(840,494,c), -(879,494,l), -(850,643,o), -(714,736,o), -(528,736,cs), -(299,736,o), -(147,587,o), -(147,364,cs), -(147,142,o), -(298,-8,o), -(528,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(559,268,l), -(564,303,l), -(40,303,l), -(40,268,l) -); -}, -{ -closed = 1; -nodes = ( -(588,426,l), -(593,461,l), -(40,461,l), -(40,426,l) -); -} -); -width = 921; -}, -{ -background = { -shapes = ( -{ -pos = (78,0); -ref = C; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(722,-10,o), -(888,97,o), -(907,260,c), -(673,260,l), -(657,207,o), -(589,174,o), -(510,174,cs), -(396,174,o), -(321,232,o), -(321,365,cs), -(321,498,o), -(396,556,o), -(510,556,cs), -(591,556,o), -(654,521,o), -(671,470,c), -(907,470,l), -(888,630,o), -(743,739,o), -(510,739,cs), +(642,-10,o), +(782,98,o), +(799,259,c), +(591,259,l), +(577,202,o), +(521,166,o), +(457,166,cs), +(363,166,o), +(302,223,o), +(302,365,cs), +(302,506,o), +(363,563,o), +(457,563,cs), +(526,563,o), +(575,526,o), +(591,471,c), +(799,471,l), +(782,632,o), +(646,739,o), +(457,739,cs), (238,739,o), -(84,592,o), -(84,365,cs), -(84,138,o), +(91,608,o), +(91,365,cs), +(91,121,o), (238,-10,o), -(510,-10,cs) +(457,-10,cs) ); }, { closed = 1; nodes = ( -(536,237,l), -(551,341,l), -(21,341,l), -(21,237,l) +(481,245,l), +(495,341,l), +(35,341,l), +(35,245,l) ); }, { closed = 1; nodes = ( -(558,388,l), -(573,491,l), -(21,491,l), -(21,388,l) +(501,388,l), +(515,482,l), +(35,482,l), +(35,388,l) ); } ); -width = 922; +width = 830; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -506,54 +506,54 @@ shapes = ( { closed = 1; nodes = ( -(379,-9,o), -(463,73,o), -(504,270,c), -(336,270,l), -(315,189,o), -(300,147,o), -(265,147,cs), -(215,147,o), -(229,240,o), -(256,370,cs), -(287,520,o), -(310,582,o), -(350,582,cs), -(390,582,o), -(387,524,o), -(377,464,c), -(543,464,l), -(569,641,o), -(524,739,o), -(363,739,cs), -(211,739,o), -(129,616,o), -(80,382,cs), -(33,154,o), -(44,-9,o), -(245,-9,cs) +(387,-9,o), +(471,73,o), +(512,270,c), +(344,270,l), +(323,189,o), +(308,147,o), +(273,147,cs), +(223,147,o), +(237,240,o), +(264,370,cs), +(295,520,o), +(318,582,o), +(358,582,cs), +(398,582,o), +(395,524,o), +(385,464,c), +(551,464,l), +(577,641,o), +(532,739,o), +(371,739,cs), +(219,739,o), +(137,616,o), +(88,382,cs), +(41,154,o), +(52,-9,o), +(253,-9,cs) ); }, { closed = 1; nodes = ( -(280,253,l), -(311,337,l), -(33,337,l), -(15,253,l) +(288,253,l), +(319,337,l), +(41,337,l), +(23,253,l) ); }, { closed = 1; nodes = ( -(326,379,l), -(355,461,l), -(59,461,l), -(42,379,l) +(334,379,l), +(363,461,l), +(67,461,l), +(50,379,l) ); } ); -width = 523; +width = 539; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -726,54 +726,828 @@ shapes = ( { closed = 1; nodes = ( -(712,-10,o), -(882,87,o), -(916,255,c), -(685,255,l), -(664,199,o), -(594,169,o), -(516,169,cs), -(411,169,o), -(341,228,o), -(341,341,cs), -(341,465,o), -(412,561,o), -(551,561,cs), -(634,561,o), -(701,525,o), -(717,465,c), -(947,465,l), -(938,628,o), -(785,738,o), -(559,738,cs), -(293,738,o), -(112,573,o), -(112,324,cs), -(112,121,o), -(256,-10,o), -(502,-10,cs) +(718,-10,o), +(888,87,o), +(922,255,c), +(691,255,l), +(670,199,o), +(600,169,o), +(522,169,cs), +(417,169,o), +(347,228,o), +(347,341,cs), +(347,465,o), +(418,561,o), +(557,561,cs), +(640,561,o), +(707,525,o), +(723,465,c), +(953,465,l), +(944,628,o), +(791,738,o), +(565,738,cs), +(299,738,o), +(118,573,o), +(118,324,cs), +(118,121,o), +(262,-10,o), +(508,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(549,237,l), +(587,341,l), +(42,341,l), +(19,237,l) +); +}, +{ +closed = 1; +nodes = ( +(603,388,l), +(641,491,l), +(73,491,l), +(51,388,l) +); +} +); +width = 945; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(311,-10,o), +(373,39,o), +(384,234,c), +(352,234,l), +(342,88,o), +(309,19,o), +(221,19,cs), +(117,19,o), +(90,159,o), +(90,364,cs), +(90,570,o), +(117,709,o), +(222,709,cs), +(305,709,o), +(341,650,o), +(352,495,c), +(384,495,l), +(376,641,o), +(343,738,o), +(224,738,cs), +(126,738,o), +(57,668,o), +(57,364,cs), +(57,65,o), +(125,-10,o), +(222,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(222,280,l), +(226,309,l), +(6,309,l), +(6,280,l) +); +}, +{ +closed = 1; +nodes = ( +(243,420,l), +(247,448,l), +(6,448,l), +(6,420,l) +); +} +); +width = 407; +}, +{ +background = { +shapes = ( +{ +pos = (36,0); +ref = C; +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(411,-9,o), +(488,69,o), +(493,270,c), +(323,270,l), +(319,190,o), +(312,147,o), +(274,147,cs), +(235,147,o), +(223,203,o), +(223,365,cs), +(223,515,o), +(232,583,o), +(274,583,cs), +(310,583,o), +(318,546,o), +(323,465,c), +(493,465,l), +(484,668,o), +(409,739,o), +(273,739,cs), +(93,739,o), +(42,593,o), +(42,365,cs), +(42,136,o), +(91,-9,o), +(261,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,253,l), +(287,337,l), +(9,337,l), +(9,253,l) +); +}, +{ +closed = 1; +nodes = ( +(293,379,l), +(305,461,l), +(9,461,l), +(9,379,l) +); +} ); +width = 502; }, { +background = { +shapes = ( +{ +pos = (76,0); +ref = C; +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ closed = 1; nodes = ( -(543,237,l), -(581,341,l), -(36,341,l), -(13,237,l) +(629,-8,o), +(754,88,o), +(775,238,c), +(735,238,l), +(715,111,o), +(610,28,o), +(456,28,cs), +(267,28,o), +(152,162,o), +(152,364,cs), +(152,566,o), +(267,700,o), +(456,700,cs), +(609,700,o), +(713,615,o), +(735,494,c), +(775,494,l), +(749,643,o), +(625,736,o), +(456,736,cs), +(249,736,o), +(111,586,o), +(111,364,cs), +(111,143,o), +(248,-8,o), +(456,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,260,l), +(491,294,l), +(39,294,l), +(39,260,l) +); +}, +{ +closed = 1; +nodes = ( +(515,435,l), +(520,469,l), +(39,469,l), +(39,435,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +49 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +44 +); +stem = -2; +target = ( +0, +45 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +35 +); +stem = -2; +target = ( +0, +36 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +31 +); +stem = -2; +target = ( +0, +24 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +40 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +} +); +}; +width = 819; +}, +{ +background = { +shapes = ( +{ +pos = (71,0); +ref = C; +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(636,-10,o), +(780,98,o), +(797,259,c), +(587,259,l), +(573,203,o), +(515,166,o), +(448,166,cs), +(350,166,o), +(286,222,o), +(286,365,cs), +(286,507,o), +(350,563,o), +(448,563,cs), +(520,563,o), +(571,525,o), +(587,471,c), +(797,471,l), +(780,631,o), +(642,739,o), +(448,739,cs), +(223,739,o), +(73,608,o), +(73,365,cs), +(73,121,o), +(223,-10,o), +(448,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,245,l), +(486,341,l), +(15,341,l), +(15,245,l) +); +}, +{ +closed = 1; +nodes = ( +(493,388,l), +(507,482,l), +(15,482,l), +(15,388,l) +); +} +); +width = 809; +}, +{ +background = { +shapes = ( +{ +pos = (111,0); +ref = C; +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(708,-8,o), +(846,87,o), +(869,237,c), +(830,238,l), +(807,111,o), +(690,28,o), +(518,28,cs), +(306,28,o), +(177,162,o), +(177,364,cs), +(177,566,o), +(306,700,o), +(518,700,cs), +(682,700,o), +(803,620,o), +(830,494,c), +(869,494,l), +(840,643,o), +(704,736,o), +(518,736,cs), +(289,736,o), +(137,587,o), +(137,364,cs), +(137,142,o), +(288,-8,o), +(518,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(549,268,l), +(554,303,l), +(30,303,l), +(30,268,l) +); +}, +{ +closed = 1; +nodes = ( +(578,426,l), +(583,461,l), +(30,461,l), +(30,426,l) +); +} +); +width = 901; +}, +{ +background = { +shapes = ( +{ +pos = (78,0); +ref = C; +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(712,-10,o), +(878,97,o), +(897,260,c), +(663,260,l), +(647,207,o), +(579,174,o), +(500,174,cs), +(386,174,o), +(311,232,o), +(311,365,cs), +(311,498,o), +(386,556,o), +(500,556,cs), +(581,556,o), +(644,521,o), +(661,470,c), +(897,470,l), +(878,630,o), +(733,739,o), +(500,739,cs), +(228,739,o), +(74,592,o), +(74,365,cs), +(74,138,o), +(228,-10,o), +(500,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(526,237,l), +(541,341,l), +(11,341,l), +(11,237,l) +); +}, +{ +closed = 1; +nodes = ( +(548,388,l), +(563,491,l), +(11,491,l), +(11,388,l) +); +} +); +width = 902; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,-9,o), +(338,46,o), +(376,234,c), +(345,234,l), +(313,100,o), +(268,20,o), +(182,20,cs), +(61,20,o), +(74,185,o), +(113,374,cs), +(159,593,o), +(216,708,o), +(306,708,cs), +(408,708,o), +(414,617,o), +(399,495,c), +(430,495,l), +(453,652,o), +(424,738,o), +(310,738,cs), +(211,738,o), +(138,645,o), +(81,375,cs), +(39,177,o), +(24,-9,o), +(179,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(223,280,l), +(233,309,l), +(13,309,l), +(7,280,l) +); +}, +{ +closed = 1; +nodes = ( +(273,420,l), +(282,448,l), +(41,448,l), +(36,420,l) +); +} +); +width = 401; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(368,-9,o), +(452,73,o), +(493,270,c), +(325,270,l), +(304,189,o), +(289,147,o), +(254,147,cs), +(204,147,o), +(218,240,o), +(245,370,cs), +(276,520,o), +(299,582,o), +(339,582,cs), +(379,582,o), +(376,524,o), +(366,464,c), +(532,464,l), +(558,641,o), +(513,739,o), +(352,739,cs), +(200,739,o), +(118,616,o), +(69,382,cs), +(22,154,o), +(33,-9,o), +(234,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(269,253,l), +(300,337,l), +(22,337,l), +(4,253,l) +); +}, +{ +closed = 1; +nodes = ( +(315,379,l), +(344,461,l), +(48,461,l), +(31,379,l) +); +} +); +width = 501; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(574,-10,o), +(714,84,o), +(751,237,c), +(713,237,l), +(678,112,o), +(566,27,o), +(418,27,cs), +(266,27,o), +(168,127,o), +(174,309,cs), +(182,547,o), +(317,703,o), +(517,703,cs), +(659,703,o), +(753,615,o), +(757,493,c), +(792,493,l), +(791,638,o), +(682,739,o), +(525,739,cs), +(300,739,o), +(143,566,o), +(134,309,cs), +(128,118,o), +(238,-10,o), +(413,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(490,260,l), +(502,294,l), +(40,294,l), +(33,260,l) +); +}, +{ +closed = 1; +nodes = ( +(560,435,l), +(572,469,l), +(81,469,l), +(74,435,l) +); +} +); +width = 793; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(614,-9,o), +(745,93,o), +(773,255,c), +(569,255,l), +(549,192,o), +(502,159,o), +(428,159,cs), +(350,159,o), +(294,208,o), +(294,317,cs), +(294,468,o), +(365,569,o), +(479,569,cs), +(552,569,o), +(605,531,o), +(612,469,c), +(814,469,l), +(810,628,o), +(678,737,o), +(480,737,cs), +(249,737,o), +(87,573,o), +(87,320,cs), +(87,122,o), +(208,-9,o), +(431,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(458,245,l), +(492,341,l), +(21,341,l), +(1,245,l) +); +}, +{ +closed = 1; +nodes = ( +(509,388,l), +(543,482,l), +(51,482,l), +(31,388,l) +); +} +); +width = 781; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(656,-9,o), +(804,80,o), +(852,236,c), +(813,236,l), +(767,109,o), +(651,27,o), +(487,27,cs), +(306,27,o), +(186,127,o), +(186,314,cs), +(186,552,o), +(333,703,o), +(560,703,cs), +(713,703,o), +(830,620,o), +(852,497,c), +(890,497,l), +(870,642,o), +(739,739,o), +(562,739,cs), +(317,739,o), +(146,568,o), +(146,317,cs), +(146,115,o), +(277,-9,o), +(482,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(559,268,l), +(571,303,l), +(37,303,l), +(30,268,l) +); +}, +{ +closed = 1; +nodes = ( +(629,426,l), +(641,461,l), +(78,461,l), +(71,426,l) +); +} +); +width = 886; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(697,-10,o), +(867,87,o), +(901,255,c), +(670,255,l), +(649,199,o), +(579,169,o), +(501,169,cs), +(396,169,o), +(326,228,o), +(326,341,cs), +(326,465,o), +(397,561,o), +(536,561,cs), +(619,561,o), +(686,525,o), +(702,465,c), +(932,465,l), +(923,628,o), +(770,738,o), +(544,738,cs), +(278,738,o), +(97,573,o), +(97,324,cs), +(97,121,o), +(241,-10,o), +(487,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(528,237,l), +(566,341,l), +(21,341,l), +(-2,237,l) ); }, { closed = 1; nodes = ( -(597,388,l), -(635,491,l), -(67,491,l), -(45,388,l) +(582,388,l), +(620,491,l), +(52,491,l), +(30,388,l) ); } ); -width = 933; +width = 903; } ); unicode = 8364; diff --git a/sources/MonaSans.glyphspackage/glyphs/exclam.glyph b/sources/MonaSans.glyphspackage/glyphs/exclam.glyph index 8184d4f0..3ab89d15 100644 --- a/sources/MonaSans.glyphspackage/glyphs/exclam.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/exclam.glyph @@ -1,6 +1,6 @@ { glyphname = exclam; -kernLeft = exclam; +kernLeft = KO_exclam; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -8,33 +8,33 @@ shapes = ( { closed = 1; nodes = ( -(153,232,l), -(201,507,l), -(201,729,l), -(25,729,l), -(25,507,l), -(74,232,l) +(161,232,l), +(209,507,l), +(209,729,l), +(33,729,l), +(33,507,l), +(82,232,l) ); }, { closed = 1; nodes = ( -(168,-10,o), -(209,22,o), -(209,77,cs), -(209,132,o), -(168,164,o), -(113,164,cs), -(58,164,o), -(17,132,o), -(17,77,cs), -(17,22,o), -(58,-10,o), -(113,-10,cs) +(176,-10,o), +(217,22,o), +(217,77,cs), +(217,132,o), +(176,164,o), +(121,164,cs), +(66,164,o), +(25,132,o), +(25,77,cs), +(25,22,o), +(66,-10,o), +(121,-10,cs) ); } ); -width = 227; +width = 243; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -42,28 +42,28 @@ shapes = ( { closed = 1; nodes = ( -(94,146,l), +(94,136,l), (99,523,l), (99,729,l), (67,729,l), (67,523,l), -(72,146,l) +(72,136,l) ); }, { closed = 1; nodes = ( -(97,-6,o), -(108,4,o), -(108,18,cs), -(108,32,o), -(97,42,o), -(83,42,cs), -(69,42,o), -(58,32,o), -(58,18,cs), -(58,4,o), -(69,-6,o), +(98,-6,o), +(109,4,o), +(109,19,cs), +(109,34,o), +(98,44,o), +(83,44,cs), +(68,44,o), +(57,34,o), +(57,19,cs), +(57,4,o), +(68,-6,o), (83,-6,cs) ); } @@ -71,140 +71,140 @@ nodes = ( width = 165; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(123,186,l), -(133,493,l), -(133,729,l), -(94,729,l), -(94,493,l), -(103,186,l) +(100,186,l), +(109,493,l), +(109,729,l), +(71,729,l), +(71,493,l), +(80,186,l) ); }, { closed = 1; nodes = ( -(130,-7,o), -(143,5,o), -(143,22,cs), -(143,39,o), -(130,51,o), -(113,51,cs), -(96,51,o), -(83,39,o), -(83,22,cs), -(83,5,o), -(96,-7,o), -(113,-7,cs) +(107,-7,o), +(120,5,o), +(120,22,cs), +(120,39,o), +(107,51,o), +(90,51,cs), +(73,51,o), +(60,39,o), +(60,22,cs), +(60,5,o), +(73,-7,o), +(90,-7,cs) ); } ); -width = 226; +width = 180; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(194,231,l), -(241,487,l), -(241,729,l), -(47,729,l), -(47,487,l), -(95,231,l) +(200,232,l), +(249,484,l), +(249,729,l), +(46,729,l), +(46,484,l), +(97,232,l) ); }, { closed = 1; nodes = ( -(200,-8,o), -(238,27,o), -(238,80,cs), -(238,133,o), -(200,168,o), -(144,168,cs), -(88,168,o), -(50,133,o), -(50,80,cs), -(50,27,o), -(88,-8,o), -(144,-8,cs) +(231,-10,o), +(265,29,o), +(265,83,cs), +(265,136,o), +(231,175,o), +(147,175,cs), +(63,175,o), +(29,136,o), +(29,83,cs), +(29,29,o), +(63,-10,o), +(147,-10,cs) ); } ); -width = 288; +width = 295; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(100,186,l), -(109,493,l), -(109,729,l), -(71,729,l), -(71,493,l), -(80,186,l) +(144,205,l), +(149,523,l), +(149,729,l), +(110,729,l), +(110,523,l), +(114,205,l) ); }, { closed = 1; nodes = ( -(107,-7,o), -(120,5,o), -(120,22,cs), -(120,39,o), -(107,51,o), -(90,51,cs), -(73,51,o), -(60,39,o), -(60,22,cs), -(60,5,o), -(73,-7,o), -(90,-7,cs) +(149,-7,o), +(163,7,o), +(163,27,cs), +(163,48,o), +(149,63,o), +(129,63,cs), +(109,63,o), +(95,48,o), +(95,27,cs), +(95,7,o), +(109,-7,o), +(129,-7,cs) ); } ); -width = 180; +width = 257; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(194,232,l), -(243,484,l), -(243,729,l), -(40,729,l), -(40,484,l), -(91,232,l) +(242,261,l), +(262,517,l), +(262,729,l), +(61,729,l), +(61,517,l), +(84,261,l) ); }, { closed = 1; nodes = ( -(225,-10,o), -(259,29,o), -(259,83,cs), -(259,136,o), -(225,175,o), -(141,175,cs), -(57,175,o), -(23,136,o), -(23,83,cs), -(23,29,o), -(57,-10,o), -(141,-10,cs) +(220,-8,o), +(265,36,o), +(265,93,cs), +(265,150,o), +(220,194,o), +(162,194,cs), +(105,194,o), +(59,150,o), +(59,93,cs), +(59,36,o), +(105,-8,o), +(162,-8,cs) ); } ); -width = 283; +width = 325; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -246,33 +246,33 @@ shapes = ( { closed = 1; nodes = ( -(146,232,l), -(250,507,l), -(297,729,l), -(122,729,l), -(76,507,l), -(67,232,l) +(154,232,l), +(258,507,l), +(305,729,l), +(130,729,l), +(84,507,l), +(75,232,l) ); }, { closed = 1; nodes = ( -(130,-10,o), -(172,27,o), -(172,82,cs), -(172,131,o), -(139,164,o), -(82,164,cs), -(19,164,o), -(-23,127,o), -(-23,72,cs), -(-23,23,o), -(10,-10,o), -(67,-10,cs) +(138,-10,o), +(180,27,o), +(180,82,cs), +(180,131,o), +(147,164,o), +(90,164,cs), +(27,164,o), +(-15,127,o), +(-15,72,cs), +(-15,23,o), +(18,-10,o), +(75,-10,cs) ); } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -291,18 +291,18 @@ nodes = ( { closed = 1; nodes = ( -(82,-7,o), -(95,4,o), -(95,23,cs), -(95,40,o), -(83,51,o), -(66,51,cs), -(48,51,o), -(35,40,o), -(35,21,cs), -(35,4,o), -(47,-7,o), -(64,-7,cs) +(87,-7,o), +(102,7,o), +(102,28,cs), +(102,47,o), +(88,61,o), +(68,61,cs), +(47,61,o), +(32,47,o), +(32,26,cs), +(32,7,o), +(46,-7,o), +(66,-7,cs) ); } ); @@ -314,28 +314,28 @@ shapes = ( { closed = 1; nodes = ( -(186,231,l), +(186,245,l), (287,487,l), (337,729,l), (145,729,l), (95,487,l), -(88,231,l) +(88,245,l) ); }, { closed = 1; nodes = ( -(160,-8,o), -(204,29,o), -(204,87,cs), -(204,135,o), -(168,167,o), -(114,167,cs), -(50,167,o), -(6,130,o), -(6,72,cs), -(6,24,o), -(42,-8,o), +(162,-8,o), +(209,38,o), +(209,103,cs), +(209,158,o), +(170,196,o), +(114,196,cs), +(48,196,o), +(1,150,o), +(1,85,cs), +(1,30,o), +(40,-8,o), (96,-8,cs) ); } @@ -382,33 +382,441 @@ shapes = ( { closed = 1; nodes = ( -(184,232,l), -(285,484,l), -(336,729,l), -(135,729,l), -(84,484,l), -(82,232,l) +(190,232,l), +(291,484,l), +(342,729,l), +(141,729,l), +(90,484,l), +(88,232,l) ); }, { closed = 1; nodes = ( -(178,-10,o), -(224,26,o), -(224,90,cs), -(224,141,o), -(183,175,o), -(111,175,cs), -(30,175,o), -(-16,139,o), -(-16,75,cs), -(-16,24,o), -(25,-10,o), -(97,-10,cs) +(184,-10,o), +(230,26,o), +(230,90,cs), +(230,141,o), +(189,175,o), +(117,175,cs), +(36,175,o), +(-10,139,o), +(-10,75,cs), +(-10,24,o), +(31,-10,o), +(103,-10,cs) +); +} +); +width = 295; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(74,125,l), +(79,523,l), +(79,729,l), +(47,729,l), +(47,523,l), +(52,125,l) +); +}, +{ +closed = 1; +nodes = ( +(79,-6,o), +(90,5,o), +(90,21,cs), +(90,37,o), +(79,48,o), +(63,48,cs), +(47,48,o), +(36,37,o), +(36,21,cs), +(36,5,o), +(47,-6,o), +(63,-6,cs) +); +} +); +width = 125; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,215,l), +(191,507,l), +(191,729,l), +(15,729,l), +(15,507,l), +(38,215,l) +); +}, +{ +closed = 1; +nodes = ( +(158,-10,o), +(199,31,o), +(199,86,cs), +(199,141,o), +(158,182,o), +(103,182,cs), +(48,182,o), +(7,141,o), +(7,86,cs), +(7,31,o), +(48,-10,o), +(103,-10,cs) +); +} +); +width = 207; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,152,l), +(113,463,l), +(113,729,l), +(74,729,l), +(74,463,l), +(83,152,l) +); +}, +{ +closed = 1; +nodes = ( +(112,-7,o), +(127,8,o), +(127,27,cs), +(127,46,o), +(112,61,o), +(93,61,cs), +(74,61,o), +(59,46,o), +(59,27,cs), +(59,8,o), +(74,-7,o), +(93,-7,cs) +); +} +); +width = 186; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(187,236,l), +(225,487,l), +(225,729,l), +(22,729,l), +(22,487,l), +(60,236,l) +); +}, +{ +closed = 1; +nodes = ( +(182,-8,o), +(226,36,o), +(226,95,cs), +(226,154,o), +(182,198,o), +(123,198,cs), +(64,198,o), +(20,154,o), +(20,95,cs), +(20,36,o), +(64,-8,o), +(123,-8,cs) +); +} +); +width = 246; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(90,142,l), +(99,449,l), +(99,729,l), +(61,729,l), +(61,449,l), +(70,142,l) +); +}, +{ +closed = 1; +nodes = ( +(99,-7,o), +(114,7,o), +(114,27,cs), +(114,47,o), +(99,61,o), +(80,61,cs), +(61,61,o), +(46,47,o), +(46,27,cs), +(46,7,o), +(61,-7,o), +(80,-7,cs) +); +} +); +width = 160; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,232,l), +(256,484,l), +(256,729,l), +(27,729,l), +(27,484,l), +(78,232,l) +); +}, +{ +closed = 1; +nodes = ( +(216,-10,o), +(264,29,o), +(264,91,cs), +(264,152,o), +(216,190,o), +(141,190,cs), +(66,190,o), +(19,152,o), +(19,91,cs), +(19,29,o), +(66,-10,o), +(141,-10,cs) ); } ); width = 283; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(41,118,l), +(132,523,l), +(174,729,l), +(143,729,l), +(100,523,l), +(19,118,l) +); +}, +{ +closed = 1; +nodes = ( +(28,-6,o), +(40,5,o), +(40,22,cs), +(40,38,o), +(29,48,o), +(14,48,cs), +(-2,48,o), +(-14,37,o), +(-14,20,cs), +(-14,4,o), +(-3,-6,o), +(12,-6,cs) +); +} +); +width = 119; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,220,l), +(239,507,l), +(286,729,l), +(111,729,l), +(65,507,l), +(51,220,l) +); +}, +{ +closed = 1; +nodes = ( +(118,-10,o), +(161,32,o), +(161,92,cs), +(161,145,o), +(124,182,o), +(71,182,cs), +(9,182,o), +(-34,140,o), +(-34,80,cs), +(-34,27,o), +(3,-10,o), +(56,-10,cs) +); +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(74,141,l), +(159,493,l), +(208,729,l), +(169,729,l), +(120,493,l), +(54,141,l) +); +}, +{ +closed = 1; +nodes = ( +(58,-7,o), +(75,6,o), +(75,29,cs), +(75,49,o), +(61,61,o), +(43,61,cs), +(23,61,o), +(7,48,o), +(7,25,cs), +(7,6,o), +(20,-7,o), +(39,-7,cs) +); +} +); +width = 180; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,231,l), +(258,487,l), +(308,729,l), +(116,729,l), +(66,487,l), +(59,231,l) +); +}, +{ +closed = 1; +nodes = ( +(135,-8,o), +(186,41,o), +(186,110,cs), +(186,164,o), +(149,202,o), +(95,202,cs), +(27,202,o), +(-24,153,o), +(-24,84,cs), +(-24,30,o), +(13,-8,o), +(67,-8,cs) +); +} +); +width = 233; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,159,l), +(149,493,l), +(198,729,l), +(160,729,l), +(111,493,l), +(49,159,l) +); +}, +{ +closed = 1; +nodes = ( +(50,-7,o), +(65,5,o), +(65,27,cs), +(65,46,o), +(51,59,o), +(32,59,cs), +(12,59,o), +(-3,46,o), +(-3,25,cs), +(-3,5,o), +(11,-7,o), +(30,-7,cs) +); +} +); +width = 161; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,228,l), +(299,480,l), +(350,729,l), +(122,729,l), +(71,480,l), +(74,228,l) +); +}, +{ +closed = 1; +nodes = ( +(177,-10,o), +(227,31,o), +(227,98,cs), +(227,154,o), +(182,190,o), +(111,190,cs), +(32,190,o), +(-18,149,o), +(-18,82,cs), +(-18,26,o), +(26,-10,o), +(97,-10,cs) +); +} +); +width = 285; } ); unicode = 33; diff --git a/sources/MonaSans.glyphspackage/glyphs/exclam.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/exclam.ss01.glyph index 2340d094..13df63b1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/exclam.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/exclam.ss01.glyph @@ -7,25 +7,25 @@ shapes = ( { closed = 1; nodes = ( -(151,232,l), -(199,507,l), -(199,729,l), -(23,729,l), -(23,507,l), -(72,232,l) +(159,232,l), +(207,507,l), +(207,729,l), +(31,729,l), +(31,507,l), +(80,232,l) ); }, { closed = 1; nodes = ( -(196,0,l), -(196,174,l), -(27,174,l), -(27,0,l) +(204,0,l), +(204,174,l), +(35,174,l), +(35,0,l) ); } ); -width = 222; +width = 238; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -54,108 +54,108 @@ nodes = ( width = 168; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(124,186,l), -(134,493,l), -(134,729,l), -(95,729,l), -(95,493,l), -(104,186,l) +(101,186,l), +(110,493,l), +(110,729,l), +(72,729,l), +(72,493,l), +(81,186,l) ); }, { closed = 1; nodes = ( -(137,0,l), -(137,61,l), -(92,61,l), -(92,0,l) +(114,0,l), +(114,61,l), +(69,61,l), +(69,0,l) ); } ); -width = 229; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(197,231,l), -(244,487,l), -(244,729,l), -(50,729,l), -(50,487,l), -(98,231,l) +(198,232,l), +(247,484,l), +(247,729,l), +(44,729,l), +(44,484,l), +(95,232,l) ); }, { closed = 1; nodes = ( -(231,0,l), -(231,167,l), -(62,167,l), -(62,0,l) +(243,0,l), +(243,164,l), +(49,164,l), +(49,0,l) ); } ); -width = 293; +width = 291; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(101,186,l), -(110,493,l), -(110,729,l), -(72,729,l), -(72,493,l), -(81,186,l) +(125,186,l), +(135,493,l), +(135,729,l), +(96,729,l), +(96,493,l), +(105,186,l) ); }, { closed = 1; nodes = ( -(114,0,l), -(114,61,l), -(69,61,l), -(69,0,l) +(138,0,l), +(138,61,l), +(93,61,l), +(93,0,l) ); } ); -width = 182; +width = 230; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(192,232,l), -(241,484,l), -(241,729,l), -(38,729,l), -(38,484,l), -(89,232,l) +(194,231,l), +(242,487,l), +(242,729,l), +(49,729,l), +(49,487,l), +(96,231,l) ); }, { closed = 1; nodes = ( -(237,0,l), -(237,164,l), -(43,164,l), -(43,0,l) +(228,0,l), +(228,167,l), +(61,167,l), +(61,0,l) ); } ); -width = 279; +width = 288; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -189,25 +189,25 @@ shapes = ( { closed = 1; nodes = ( -(142,232,l), -(246,507,l), -(293,729,l), -(118,729,l), -(72,507,l), -(63,232,l) +(150,232,l), +(254,507,l), +(301,729,l), +(126,729,l), +(80,507,l), +(71,232,l) ); }, { closed = 1; nodes = ( -(137,0,l), -(173,174,l), -(6,174,l), -(-30,0,l) +(145,0,l), +(181,174,l), +(14,174,l), +(-22,0,l) ); } ); -width = 220; +width = 236; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -293,25 +293,337 @@ shapes = ( { closed = 1; nodes = ( +(188,232,l), +(289,484,l), +(340,729,l), +(139,729,l), +(88,484,l), +(86,232,l) +); +}, +{ +closed = 1; +nodes = ( +(183,0,l), +(218,164,l), +(27,164,l), +(-8,0,l) +); +} +); +width = 289; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(75,146,l), +(80,523,l), +(80,729,l), +(48,729,l), +(48,523,l), +(53,146,l) +); +}, +{ +closed = 1; +nodes = ( +(87,0,l), +(87,54,l), +(40,54,l), +(40,0,l) +); +} +); +width = 128; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(141,232,l), +(189,507,l), +(189,729,l), +(13,729,l), +(13,507,l), +(62,232,l) +); +}, +{ +closed = 1; +nodes = ( +(186,0,l), +(186,174,l), +(17,174,l), +(17,0,l) +); +} +); +width = 202; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,186,l), +(110,493,l), +(110,729,l), +(71,729,l), +(71,493,l), +(80,186,l) +); +}, +{ +closed = 1; +nodes = ( +(113,0,l), +(113,61,l), +(68,61,l), +(68,0,l) +); +} +); +width = 181; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(176,231,l), +(223,487,l), +(223,729,l), +(29,729,l), +(29,487,l), +(77,231,l) +); +}, +{ +closed = 1; +nodes = ( +(210,0,l), +(210,167,l), +(41,167,l), +(41,0,l) +); +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(91,186,l), +(100,493,l), +(100,729,l), +(62,729,l), +(62,493,l), +(71,186,l) +); +}, +{ +closed = 1; +nodes = ( +(104,0,l), +(104,61,l), +(59,61,l), +(59,0,l) +); +} +); +width = 162; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( (182,232,l), -(283,484,l), -(334,729,l), -(133,729,l), -(82,484,l), -(80,232,l) +(231,484,l), +(231,729,l), +(28,729,l), +(28,484,l), +(79,232,l) +); +}, +{ +closed = 1; +nodes = ( +(227,0,l), +(227,164,l), +(33,164,l), +(33,0,l) +); +} +); +width = 259; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(48,146,l), +(133,523,l), +(175,729,l), +(144,729,l), +(101,523,l), +(26,146,l) +); +}, +{ +closed = 1; +nodes = ( +(30,0,l), +(41,54,l), +(-6,54,l), +(-16,0,l) +); +} +); +width = 122; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(131,232,l), +(235,507,l), +(282,729,l), +(107,729,l), +(61,507,l), +(52,232,l) +); +}, +{ +closed = 1; +nodes = ( +(126,0,l), +(162,174,l), +(-5,174,l), +(-41,0,l) +); +} +); +width = 198; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(85,186,l), +(159,493,l), +(208,729,l), +(169,729,l), +(120,493,l), +(65,186,l) +); +}, +{ +closed = 1; +nodes = ( +(58,0,l), +(70,61,l), +(26,61,l), +(14,0,l) +); +} +); +width = 182; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,231,l), +(258,487,l), +(308,729,l), +(116,729,l), +(66,487,l), +(59,231,l) +); +}, +{ +closed = 1; +nodes = ( +(143,0,l), +(178,167,l), +(11,167,l), +(-24,0,l) +); +} +); +width = 233; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(76,186,l), +(149,493,l), +(198,729,l), +(160,729,l), +(111,493,l), +(56,186,l) +); +}, +{ +closed = 1; +nodes = ( +(50,0,l), +(62,61,l), +(17,61,l), +(5,0,l) +); +} +); +width = 163; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(167,232,l), +(268,484,l), +(319,729,l), +(118,729,l), +(67,484,l), +(65,232,l) ); }, { closed = 1; nodes = ( -(177,0,l), -(212,164,l), -(21,164,l), -(-14,0,l) +(162,0,l), +(197,164,l), +(6,164,l), +(-29,0,l) ); } ); -width = 277; +width = 247; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/exclamdown.case.glyph b/sources/MonaSans.glyphspackage/glyphs/exclamdown.case.glyph index 24f663d4..1a6a0eca 100644 --- a/sources/MonaSans.glyphspackage/glyphs/exclamdown.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/exclamdown.case.glyph @@ -20,47 +20,47 @@ pos = (0,188); ref = exclamdown; } ); -width = 227; +width = 243; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { pos = (0,213); ref = exclamdown; } ); -width = 226; +width = 180; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -pos = (0,184); +pos = (0,185); ref = exclamdown; } ); -width = 288; +width = 295; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { pos = (0,213); ref = exclamdown; } ); -width = 180; +width = 257; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { -pos = (0,185); +pos = (0,184); ref = exclamdown; } ); -width = 283; +width = 325; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ pos = (39,188); ref = exclamdown; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -119,7 +119,131 @@ pos = (38,185); ref = exclamdown; } ); +width = 295; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,213); +ref = exclamdown; +} +); +width = 165; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +pos = (0,188); +ref = exclamdown; +} +); +width = 227; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +pos = (0,213); +ref = exclamdown; +} +); +width = 186; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (0,184); +ref = exclamdown; +} +); +width = 268; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (0,213); +ref = exclamdown; +} +); +width = 180; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (0,185); +ref = exclamdown; +} +); width = 283; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +pos = (44,213); +ref = exclamdown; +} +); +width = 119; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +pos = (39,188); +ref = exclamdown; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = exclamdown; +} +); +width = 180; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +pos = (38,184); +ref = exclamdown; +} +); +width = 233; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +pos = (44,213); +ref = exclamdown; +} +); +width = 161; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +pos = (38,185); +ref = exclamdown; +} +); +width = 285; } ); metricLeft = exclamdown; diff --git a/sources/MonaSans.glyphspackage/glyphs/exclamdown.glyph b/sources/MonaSans.glyphspackage/glyphs/exclamdown.glyph index 044a86bd..883ed8e3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/exclamdown.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/exclamdown.glyph @@ -8,11 +8,11 @@ shapes = ( { alignment = 1; angle = 180; -pos = (227,541); +pos = (243,541); ref = exclam; } ); -width = 227; +width = 243; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,60 +27,60 @@ ref = exclam; width = 165; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; angle = 180; -pos = (226,517); +pos = (180,517); ref = exclam; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 226; +width = 180; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; angle = 180; -pos = (288,544); +pos = (295,544); ref = exclam; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 288; +width = 295; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; angle = 180; -pos = (180,517); +pos = (257,517); ref = exclam; } ); -width = 180; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; +}; +width = 257; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; angle = 180; -pos = (283,544); +pos = (325,544); ref = exclam; } ); -width = 283; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; +}; +width = 325; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -100,11 +100,11 @@ shapes = ( { alignment = 1; angle = 180; -pos = (229,541); +pos = (245,541); ref = exclam; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -148,11 +148,163 @@ shapes = ( { alignment = 1; angle = 180; +pos = (295,544); +ref = exclam; +} +); +width = 295; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (165,516); +ref = exclam; +} +); +width = 165; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (227,541); +ref = exclam; +} +); +width = 227; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (186,517); +ref = exclam; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; +}; +width = 186; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (268,544); +ref = exclam; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; +}; +width = 268; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (180,517); +ref = exclam; +} +); +width = 180; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (283,544); ref = exclam; } ); width = 283; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (119,516); +ref = exclam; +} +); +width = 119; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (207,541); +ref = exclam; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (180,517); +ref = exclam; +} +); +width = 180; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (233,544); +ref = exclam; +} +); +width = 233; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (161,517); +ref = exclam; +} +); +width = 161; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (285,544); +ref = exclam; +} +); +width = 285; } ); metricLeft = exclam; diff --git a/sources/MonaSans.glyphspackage/glyphs/exclamdown.ss01.case.glyph b/sources/MonaSans.glyphspackage/glyphs/exclamdown.ss01.case.glyph index 67312c10..46089937 100644 --- a/sources/MonaSans.glyphspackage/glyphs/exclamdown.ss01.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/exclamdown.ss01.case.glyph @@ -20,47 +20,47 @@ pos = (0,188); ref = exclamdown.ss01; } ); -width = 222; +width = 238; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { pos = (0,213); ref = exclamdown.ss01; } ); -width = 229; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -pos = (0,184); +pos = (0,185); ref = exclamdown.ss01; } ); -width = 293; +width = 291; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { pos = (0,213); ref = exclamdown.ss01; } ); -width = 182; +width = 230; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { -pos = (0,185); +pos = (0,184); ref = exclamdown.ss01; } ); -width = 279; +width = 288; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ pos = (39,188); ref = exclamdown.ss01; } ); -width = 220; +width = 236; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,132 @@ pos = (38,185); ref = exclamdown.ss01; } ); -width = 277; +width = 289; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,213); +ref = exclamdown.ss01; +} +); +width = 168; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +pos = (0,188); +ref = exclamdown.ss01; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +pos = (0,213); +ref = exclamdown.ss01; +} +); +width = 181; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (0,184); +ref = exclamdown.ss01; +} +); +width = 273; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (0,213); +ref = exclamdown.ss01; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (0,185); +ref = exclamdown.ss01; +} +); +width = 279; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +pos = (44,213); +ref = exclamdown.ss01; +} +); +width = 122; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +pos = (39,188); +ref = exclamdown.ss01; +} +); +width = 198; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +pos = (44,213); +ref = exclamdown.ss01; +} +); +width = 182; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +pos = (38,184); +ref = exclamdown.ss01; +} +); +width = 233; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +pos = (44,213); +ref = exclamdown.ss01; +} +); +width = 163; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +pos = (38,185); +ref = exclamdown.ss01; +} +); +width = 247; } ); metricLeft = exclamdown.ss01; diff --git a/sources/MonaSans.glyphspackage/glyphs/exclamdown.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/exclamdown.ss01.glyph index 3568c1d3..349699c8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/exclamdown.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/exclamdown.ss01.glyph @@ -8,11 +8,11 @@ shapes = ( { alignment = 1; angle = 180; -pos = (222,541); +pos = (238,541); ref = exclam.ss01; } ); -width = 222; +width = 238; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,60 +27,60 @@ ref = exclam.ss01; width = 168; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; angle = 180; -pos = (229,517); +pos = (182,517); ref = exclam.ss01; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 229; +width = 182; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; angle = 180; -pos = (293,544); +pos = (291,544); ref = exclam.ss01; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 293; +width = 291; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; angle = 180; -pos = (182,517); +pos = (230,517); ref = exclam.ss01; } ); -width = 182; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; +}; +width = 230; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; angle = 180; -pos = (279,544); +pos = (288,544); ref = exclam.ss01; } ); -width = 279; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; +}; +width = 288; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -100,11 +100,11 @@ shapes = ( { alignment = 1; angle = 180; -pos = (220,541); +pos = (236,541); ref = exclam.ss01; } ); -width = 220; +width = 236; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -148,11 +148,163 @@ shapes = ( { alignment = 1; angle = 180; -pos = (277,544); +pos = (289,544); +ref = exclam.ss01; +} +); +width = 289; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (168,516); +ref = exclam.ss01; +} +); +width = 168; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (222,541); +ref = exclam.ss01; +} +); +width = 222; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (181,517); +ref = exclam.ss01; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; +}; +width = 181; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (273,544); +ref = exclam.ss01; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; +}; +width = 273; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (182,517); +ref = exclam.ss01; +} +); +width = 182; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (279,544); +ref = exclam.ss01; +} +); +width = 279; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (122,516); +ref = exclam.ss01; +} +); +width = 122; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (198,541); +ref = exclam.ss01; +} +); +width = 198; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (182,517); +ref = exclam.ss01; +} +); +width = 182; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (233,544); +ref = exclam.ss01; +} +); +width = 233; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (163,517); +ref = exclam.ss01; +} +); +width = 163; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (247,544); ref = exclam.ss01; } ); -width = 277; +width = 247; } ); metricLeft = "=|exclam.ss01"; diff --git a/sources/MonaSans.glyphspackage/glyphs/f.glyph b/sources/MonaSans.glyphspackage/glyphs/f.glyph index 4d0f2397..c0ea7e50 100644 --- a/sources/MonaSans.glyphspackage/glyphs/f.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/f.glyph @@ -1,17 +1,25 @@ { glyphname = f; -kernLeft = f; -kernRight = f; +kernLeft = KO_f; +kernRight = KO_f; layers = ( { anchors = ( { +name = "#entry"; +pos = (19,0); +}, +{ +name = "#exit"; +pos = (301,0); +}, +{ name = bottom; -pos = (160,0); +pos = (168,0); }, { name = top; -pos = (160,729); +pos = (168,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -19,34 +27,42 @@ shapes = ( { closed = 1; nodes = ( -(236,0,l), -(236,401,l), -(293,398,l), -(293,541,l), -(236,539,l), -(236,561,ls), -(236,593,o), -(243,605,o), -(272,605,cs), -(300,605,l), -(300,729,l), -(222,729,ls), -(102,729,o), -(59,672,o), -(59,575,cs), -(59,539,l), -(11,541,l), -(11,398,l), -(59,401,l), -(59,0,l) +(244,0,l), +(244,401,l), +(301,398,l), +(301,541,l), +(244,539,l), +(244,561,ls), +(244,593,o), +(251,605,o), +(280,605,cs), +(308,605,l), +(308,729,l), +(230,729,ls), +(110,729,o), +(67,672,o), +(67,575,cs), +(67,539,l), +(19,541,l), +(19,398,l), +(67,401,l), +(67,0,l) ); } ); -width = 304; +width = 323; }, { anchors = ( { +name = "#entry"; +pos = (23,0); +}, +{ +name = "#exit"; +pos = (142,0); +}, +{ name = bottom; pos = (91,0); }, @@ -88,194 +104,14 @@ width = 157; { anchors = ( { -name = bottom; -pos = (156,0); -}, -{ -name = top; -pos = (156,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(167,0,l), -(167,485,l), -(294,485,l), -(294,517,l), -(167,517,l), -(167,620,ls), -(167,665,o), -(181,695,o), -(237,695,cs), -(307,695,l), -(307,729,l), -(234,729,ls), -(172,729,o), -(130,696,o), -(130,627,cs), -(130,517,l), -(22,517,l), -(22,485,l), -(130,485,l), -(130,0,l) -); -} -); -}; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(167,0,l), -(167,485,l), -(294,485,l), -(294,517,l), -(167,517,l), -(167,606,ls), -(167,669,o), -(191,695,o), -(253,695,cs), -(307,695,l), -(307,729,l), -(244,729,ls), -(174,729,o), -(130,691,o), -(130,612,cs), -(130,517,l), -(22,517,l), -(22,485,l), -(130,485,l), -(130,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 316; -}, -{ -anchors = ( -{ -name = bottom; -pos = (205,0); +name = "#entry"; +pos = (11,0); }, { -name = top; -pos = (205,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(288,0,l), -(288,391,l), -(390,391,l), -(390,544,l), -(288,544,l), -(288,572,ls), -(288,592,o), -(299,606,o), -(334,606,cs), -(398,606,l), -(398,729,l), -(275,729,ls), -(161,729,o), -(97,675,o), -(97,580,cs), -(97,544,l), -(17,544,l), -(17,391,l), -(97,391,l), -(97,0,l) -); -} -); -}; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,0,l), -(288,391,l), -(390,391,l), -(390,544,l), -(288,544,l), -(288,571,ls), -(288,599,o), -(304,606,o), -(327,606,cs), -(398,606,l), -(398,729,l), -(275,729,ls), -(161,729,o), -(97,675,o), -(97,580,cs), -(97,544,l), -(17,544,l), -(17,391,l), -(97,391,l), -(97,0,l) -); -} -); -width = 407; +name = "#exit"; +pos = (292,0); }, { -anchors = ( -{ name = bottom; pos = (148,0); }, @@ -317,12 +153,20 @@ width = 304; { anchors = ( { +name = "#entry"; +pos = (10,0); +}, +{ +name = "#exit"; +pos = (434,0); +}, +{ name = bottom; -pos = (222,0); +pos = (228,0); }, { name = top; -pos = (222,729); +pos = (228,729); } ); background = { @@ -359,478 +203,1639 @@ shapes = ( { closed = 1; nodes = ( -(314,0,l), -(314,379,l), -(428,379,l), -(428,544,l), -(314,544,l), -(314,558,ls), -(314,579,o), -(326,589,o), -(354,589,cs), -(440,589,l), -(440,729,l), -(274,729,ls), -(157,729,o), -(93,675,o), -(93,576,cs), -(93,544,l), -(4,544,l), -(4,379,l), -(93,379,l), -(93,0,l) +(320,0,l), +(320,379,l), +(434,379,l), +(434,544,l), +(320,544,l), +(320,558,ls), +(320,579,o), +(332,589,o), +(360,589,cs), +(446,589,l), +(446,729,l), +(280,729,ls), +(163,729,o), +(99,675,o), +(99,576,cs), +(99,544,l), +(10,544,l), +(10,379,l), +(99,379,l), +(99,0,l) ); } ); -width = 432; +width = 445; }, { anchors = ( { +name = "#entry"; +}, +{ +name = "#exit"; +pos = (178,0); +}, +{ name = bottom; -pos = (48,0); +pos = (102,0); }, { name = top; -pos = (199,729); +pos = (102,729); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +attr = { +coordinates = ( +75, +400, +1, +0 +); +}; +layerId = "A76BE9BD-B402-4139-B9DC-17FCA99F3436"; +name = "{75, 400, 0}"; shapes = ( { closed = 1; nodes = ( -(38,0,l), -(140,489,l), -(192,489,l), -(197,516,l), -(146,516,l), -(173,648,ls), -(182,688,o), -(196,700,o), -(225,700,cs), -(240,700,l), -(245,729,l), -(229,729,ls), -(187,729,o), -(158,710,o), -(146,654,cs), -(117,516,l), -(78,516,l), -(72,489,l), -(111,489,l), -(9,0,l) +(124,0,l), +(124,464,l), +(178,463,l), +(178,523,l), +(124,523,l), +(124,620,ls), +(124,651,o), +(130,669,o), +(163,669,cs), +(183,669,l), +(183,729,l), +(149,729,ls), +(85,729,o), +(53,701,o), +(53,631,cs), +(53,523,l), +(11,523,l), +(11,463,l), +(53,464,l), +(53,0,l) ); } ); -width = 156; +width = 204; }, { anchors = ( { -name = bottom; -pos = (111,0); +name = "#entry"; }, { -name = top; -pos = (262,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,0,l), -(260,402,l), -(316,399,l), -(344,541,l), -(288,539,l), -(293,563,ls), -(301,597,o), -(309,606,o), -(335,606,cs), -(365,606,l), -(390,729,l), -(314,729,ls), -(196,729,o), -(142,675,o), -(121,576,cs), -(113,539,l), -(67,541,l), -(38,399,l), -(85,402,l), -(1,0,l) -); -} -); -width = 300; +name = "#exit"; +pos = (322,0); }, { -anchors = ( -{ name = bottom; -pos = (105,0); +pos = (161,0); }, { name = top; -pos = (256,729); +pos = (173,729); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +attr = { +coordinates = ( +125, +400, +1, +0 +); +}; +layerId = "81417C71-699B-4461-A028-D338900B14D5"; +name = "{125, 400, 0}"; shapes = ( { closed = 1; nodes = ( -(106,0,l), -(207,485,l), -(328,485,l), -(335,517,l), -(214,517,l), -(239,636,ls), -(247,674,o), -(272,696,o), -(314,696,cs), -(385,696,l), -(392,729,l), -(314,729,ls), -(259,729,o), -(217,701,o), -(204,642,cs), -(177,517,l), -(76,517,l), -(69,485,l), -(171,485,l), -(69,0,l) +(205,0,l), +(205,455,l), +(336,455,l), +(336,525,l), +(205,525,l), +(205,586,ls), +(205,636,o), +(229,659,o), +(284,659,cs), +(341,659,l), +(341,729,l), +(270,729,ls), +(172,729,o), +(116,685,o), +(116,590,cs), +(116,525,l), +(13,525,l), +(13,455,l), +(116,455,l), +(116,0,l) ); } ); -width = 305; +width = 346; }, { anchors = ( { +name = "#entry"; +pos = (25,0); +}, +{ +name = "#exit"; +pos = (288,0); +}, +{ name = bottom; -pos = (157,0); +pos = (155,0); }, { name = top; -pos = (308,729); +pos = (155,759); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +background = { shapes = ( { closed = 1; nodes = ( -(229,0,l), -(311,391,l), -(414,391,l), -(445,544,l), -(343,544,l), -(347,560,ls), -(354,591,o), -(375,599,o), -(412,599,cs), -(467,599,l), -(494,729,l), -(360,729,ls), -(240,729,o), -(181,676,o), -(164,593,cs), -(154,544,l), -(73,544,l), -(42,391,l), -(122,391,l), -(40,0,l) -); -} +(167,0,l), +(167,485,l), +(294,485,l), +(294,517,l), +(167,517,l), +(167,620,ls), +(167,665,o), +(181,695,o), +(237,695,cs), +(307,695,l), +(307,729,l), +(234,729,ls), +(172,729,o), +(130,696,o), +(130,627,cs), +(130,517,l), +(22,517,l), +(22,485,l), +(130,485,l), +(130,0,l) ); -width = 405; -}, -{ -anchors = ( -{ -name = bottom; -pos = (81,0); -}, -{ -name = top; -pos = (245,729); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +}; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(100,0,l), -(200,485,l), -(326,485,l), -(333,517,l), -(207,517,l), -(224,599,ls), -(239,673,o), -(264,695,o), -(330,695,cs), -(384,695,l), -(391,729,l), -(323,729,ls), -(253,729,o), -(208,697,o), -(191,614,cs), -(171,517,l), -(65,517,l), -(59,485,l), -(164,485,l), -(64,0,l) +(166,0,l), +(166,485,l), +(291,485,l), +(291,517,l), +(166,517,l), +(166,636,ls), +(166,699,o), +(190,725,o), +(250,725,cs), +(304,725,l), +(304,759,l), +(243,759,ls), +(173,759,o), +(131,721,o), +(131,642,cs), +(131,517,l), +(25,517,l), +(25,485,l), +(131,485,l), +(131,0,l) ); } ); -width = 290; -}, +userData = { +com.schriftgestaltung.hints = ( { -anchors = ( +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, { -name = bottom; -pos = (174,0); +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; }, { -name = top; -pos = (325,729); -} +horizontal = 1; +options = 0; +place = ( +0, +0 ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( +stem = -2; +type = Stem; +}, { -closed = 1; -nodes = ( -(255,0,l), -(333,379,l), -(447,379,l), -(481,544,l), -(368,544,l), -(370,554,ls), -(375,578,o), -(387,589,o), -(430,589,cs), -(495,589,l), -(525,729,l), -(374,729,ls), -(244,729,o), -(176,677,o), -(157,587,cs), -(148,544,l), -(61,544,l), -(26,379,l), -(114,379,l), -(36,0,l) +horizontal = 0; +options = 0; +place = ( +0, +0 ); +stem = -2; +type = Stem; } ); -width = 428; +}; +width = 315; }, { anchors = ( { +name = "#entry"; +pos = (11,0); +}, +{ +name = "#exit"; +pos = (282,0); +}, +{ name = bottom; -pos = (102,0); +pos = (149,0); }, { name = top; -pos = (102,729); +pos = (152,758); } ); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +associatedMasterId = m019; attr = { coordinates = ( -75, +100, 400, +1, 0 ); }; -layerId = "A76BE9BD-B402-4139-B9DC-17FCA99F3436"; -name = "{75, 400, 0}"; +layerId = "C8D736D1-4231-457C-8067-82A870B1DF78"; +name = "{100, 400, 0}"; shapes = ( { closed = 1; nodes = ( -(124,0,l), -(124,464,l), -(178,463,l), -(178,523,l), -(124,523,l), -(124,620,ls), -(124,651,o), -(130,669,o), -(163,669,cs), -(183,669,l), -(183,729,l), -(149,729,ls), -(85,729,o), -(53,701,o), -(53,631,cs), -(53,523,l), -(11,523,l), -(11,463,l), -(53,464,l), -(53,0,l) +(182,0,l), +(182,459,l), +(286,459,l), +(286,524,l), +(182,524,l), +(182,636,ls), +(182,677,o), +(198,694,o), +(238,694,cs), +(295,694,l), +(295,759,l), +(229,759,ls), +(148,759,o), +(102,719,o), +(102,636,cs), +(102,524,l), +(17,524,l), +(17,459,l), +(102,459,l), +(102,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 305; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (375,0); +}, +{ +name = bottom; +pos = (197,0); +}, +{ +name = top; +pos = (197,759); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(288,0,l), +(288,391,l), +(390,391,l), +(390,544,l), +(288,544,l), +(288,572,ls), +(288,592,o), +(299,606,o), +(334,606,cs), +(398,606,l), +(398,729,l), +(275,729,ls), +(161,729,o), +(97,675,o), +(97,580,cs), +(97,544,l), +(17,544,l), +(17,391,l), +(97,391,l), +(97,0,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,391,l), +(375,391,l), +(375,544,l), +(280,544,l), +(280,591,ls), +(280,619,o), +(295,626,o), +(315,626,cs), +(383,626,l), +(383,759,l), +(262,759,ls), +(152,759,o), +(90,705,o), +(90,610,cs), +(90,544,l), +(16,544,l), +(16,391,l), +(90,391,l), +(90,0,l) +); +} +); +width = 390; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-54,0); +}, +{ +name = "#exit"; +pos = (66,0); +}, +{ +name = bottom; +pos = (48,0); +}, +{ +name = top; +pos = (199,729); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(38,0,l), +(140,489,l), +(192,489,l), +(197,516,l), +(146,516,l), +(173,648,ls), +(182,688,o), +(196,700,o), +(225,700,cs), +(240,700,l), +(245,729,l), +(229,729,ls), +(187,729,o), +(158,710,o), +(146,654,cs), +(117,516,l), +(78,516,l), +(72,489,l), +(111,489,l), +(9,0,l) +); +} +); +width = 156; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-51,0); +}, +{ +name = "#exit"; +pos = (112,0); +}, +{ +name = bottom; +pos = (47,0); +}, +{ +name = top; +pos = (198,729); +} +); +associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +attr = { +coordinates = ( +75, +400, +1, +1 +); +}; +layerId = "0B568F17-BA3E-4D60-9365-4563D084473E"; +name = "{75, 400, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,0,l), +(155,463,l), +(208,463,l), +(220,523,l), +(168,523,l), +(187,620,ls), +(193,653,o), +(205,669,o), +(236,669,cs), +(256,669,l), +(267,729,l), +(234,729,ls), +(170,729,o), +(134,700,o), +(120,632,cs), +(97,523,l), +(56,523,l), +(43,463,l), +(84,463,l), +(-12,0,l) +); +} +); +width = 201; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-46,0); +}, +{ +name = "#exit"; +pos = (231,0); +}, +{ +name = bottom; +pos = (119,0); +}, +{ +name = top; +pos = (270,729); +} +); +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(184,0,l), +(268,402,l), +(324,399,l), +(352,541,l), +(296,539,l), +(301,563,ls), +(309,597,o), +(317,606,o), +(343,606,cs), +(373,606,l), +(398,729,l), +(322,729,ls), +(204,729,o), +(150,675,o), +(129,576,cs), +(121,539,l), +(75,541,l), +(46,399,l), +(93,402,l), +(9,0,l) +); +} +); +width = 316; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-52,0); +}, +{ +name = "#exit"; +pos = (207,0); +}, +{ +name = bottom; +pos = (105,0); +}, +{ +name = top; +pos = (256,729); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(207,485,l), +(328,485,l), +(335,517,l), +(214,517,l), +(239,636,ls), +(247,674,o), +(272,696,o), +(314,696,cs), +(385,696,l), +(392,729,l), +(314,729,ls), +(259,729,o), +(217,701,o), +(204,642,cs), +(177,517,l), +(76,517,l), +(69,485,l), +(171,485,l), +(69,0,l) +); +} +); +width = 305; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-51,0); +}, +{ +name = "#exit"; +pos = (202,0); +}, +{ +name = bottom; +pos = (91,0); +}, +{ +name = top; +pos = (242,729); +} +); +associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; +attr = { +coordinates = ( +100, +400, +1, +1 +); +}; +layerId = "5C1270BD-9BF7-44A1-802C-05468B858737"; +name = "{100, 400, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(111,0,l), +(207,460,l), +(310,460,l), +(324,525,l), +(221,525,l), +(239,611,ls), +(247,648,o), +(267,664,o), +(309,664,cs), +(363,664,l), +(377,729,l), +(297,729,ls), +(222,729,o), +(176,695,o), +(162,626,cs), +(141,525,l), +(56,525,l), +(42,460,l), +(127,460,l), +(31,0,l) +); +} +); +width = 290; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-54,0); +}, +{ +name = "#exit"; +pos = (318,0); +}, +{ +name = bottom; +pos = (157,0); +}, +{ +name = top; +pos = (308,729); +} +); +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(229,0,l), +(311,391,l), +(414,391,l), +(445,544,l), +(343,544,l), +(347,560,ls), +(354,591,o), +(375,599,o), +(412,599,cs), +(467,599,l), +(494,729,l), +(360,729,ls), +(240,729,o), +(181,676,o), +(164,593,cs), +(154,544,l), +(73,544,l), +(42,391,l), +(122,391,l), +(40,0,l) +); +} +); +width = 405; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-49,0); +}, +{ +name = "#exit"; +pos = (218,0); +}, +{ +name = bottom; +pos = (81,0); +}, +{ +name = top; +pos = (245,729); +} +); +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(200,485,l), +(326,485,l), +(333,517,l), +(207,517,l), +(224,599,ls), +(239,673,o), +(264,695,o), +(330,695,cs), +(384,695,l), +(391,729,l), +(323,729,ls), +(253,729,o), +(208,697,o), +(191,614,cs), +(171,517,l), +(65,517,l), +(59,485,l), +(164,485,l), +(64,0,l) +); +} +); +width = 290; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-51,0); +}, +{ +name = "#exit"; +pos = (240,0); +}, +{ +name = bottom; +pos = (107,0); +}, +{ +name = top; +pos = (258,729); +} +); +associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +attr = { +coordinates = ( +125, +400, +1, +1 +); +}; +layerId = "33247132-9097-4752-BA40-720313E095E2"; +name = "{125, 400, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(133,0,l), +(228,455,l), +(350,455,l), +(364,525,l), +(242,525,l), +(257,593,ls), +(268,641,o), +(286,659,o), +(346,659,cs), +(403,659,l), +(418,729,l), +(327,729,ls), +(240,729,o), +(189,691,o), +(173,613,cs), +(154,525,l), +(53,525,l), +(39,455,l), +(140,455,l), +(45,0,l) +); +} +); +width = 321; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-49,0); +}, +{ +name = "#exit"; +pos = (370,0); +}, +{ +name = bottom; +pos = (180,0); +}, +{ +name = top; +pos = (331,729); +} +); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(261,0,l), +(339,379,l), +(453,379,l), +(487,544,l), +(374,544,l), +(376,554,ls), +(381,578,o), +(393,589,o), +(436,589,cs), +(501,589,l), +(531,729,l), +(380,729,ls), +(250,729,o), +(182,677,o), +(163,587,cs), +(154,544,l), +(67,544,l), +(32,379,l), +(120,379,l), +(42,0,l) +); +} +); +width = 440; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (185,0); +}, +{ +name = bottom; +pos = (97,0); +}, +{ +name = top; +pos = (97,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(99,0,l), +(99,489,l), +(185,489,l), +(185,516,l), +(99,516,l), +(99,643,ls), +(99,681,o), +(114,700,o), +(143,700,cs), +(185,700,l), +(185,729,l), +(145,729,ls), +(95,729,o), +(69,700,o), +(69,646,cs), +(69,516,l), +(0,516,l), +(0,489,l), +(69,489,l), +(69,0,l) +); +} +); +width = 189; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (216,0); +}, +{ +name = bottom; +pos = (114,0); +}, +{ +name = top; +pos = (114,729); +} +); +associatedMasterId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +attr = { +coordinates = ( +75, +400, +100, +0 +); +}; +layerId = "34087B8E-6601-4014-AC04-E856EA144800"; +name = "{75, 400, 0}"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,0,l), +(137,463,l), +(217,463,l), +(217,523,l), +(137,523,l), +(137,620,ls), +(137,653,o), +(150,669,o), +(177,669,cs), +(219,669,l), +(219,729,l), +(166,729,ls), +(98,729,o), +(65,694,o), +(65,626,cs), +(65,523,l), +(1,523,l), +(1,463,l), +(65,463,l), +(65,0,l) +); +} +); +width = 224; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (293,0); +}, +{ +name = bottom; +pos = (156,0); +}, +{ +name = top; +pos = (156,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,0,l), +(232,399,l), +(298,398,l), +(298,541,l), +(232,541,l), +(232,561,ls), +(232,584,o), +(241,593,o), +(262,593,cs), +(305,593,l), +(305,729,l), +(218,729,ls), +(107,729,o), +(55,680,o), +(55,575,cs), +(55,541,l), +(5,541,l), +(5,398,l), +(55,399,l), +(55,0,l) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (2,0); +}, +{ +name = "#exit"; +pos = (279,0); +}, +{ +name = bottom; +pos = (136,0); +}, +{ +name = top; +pos = (136,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(167,0,l), +(167,485,l), +(294,485,l), +(294,517,l), +(167,517,l), +(167,620,ls), +(167,665,o), +(181,695,o), +(237,695,cs), +(307,695,l), +(307,729,l), +(234,729,ls), +(172,729,o), +(130,696,o), +(130,627,cs), +(130,517,l), +(22,517,l), +(22,485,l), +(130,485,l), +(130,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,0,l), +(147,485,l), +(279,485,l), +(279,517,l), +(147,517,l), +(147,606,ls), +(147,669,o), +(171,695,o), +(233,695,cs), +(287,695,l), +(287,729,l), +(224,729,ls), +(154,729,o), +(110,691,o), +(110,612,cs), +(110,517,l), +(2,517,l), +(2,485,l), +(110,485,l), +(110,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 289; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (1,0); +}, +{ +name = "#exit"; +pos = (306,0); +}, +{ +name = bottom; +pos = (151,0); +}, +{ +name = top; +pos = (151,729); +} +); +associatedMasterId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +attr = { +coordinates = ( +100, +400, +100, +0 +); +}; +layerId = "845AD033-CE0E-45CA-99FD-9E004F88A988"; +name = "{100, 400, 0}"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,0,l), +(182,458,l), +(306,458,l), +(306,525,l), +(182,525,l), +(182,595,ls), +(182,648,o), +(204,668,o), +(255,668,cs), +(314,668,l), +(314,729,l), +(234,729,ls), +(151,729,o), +(101,686,o), +(101,603,cs), +(101,525,l), +(1,525,l), +(1,458,l), +(101,458,l), +(101,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 314; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (372,0); +}, +{ +name = bottom; +pos = (188,0); +}, +{ +name = top; +pos = (188,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(288,0,l), +(288,391,l), +(390,391,l), +(390,544,l), +(288,544,l), +(288,572,ls), +(288,592,o), +(299,606,o), +(334,606,cs), +(398,606,l), +(398,729,l), +(275,729,ls), +(161,729,o), +(97,675,o), +(97,580,cs), +(97,544,l), +(17,544,l), +(17,391,l), +(97,391,l), +(97,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(271,0,l), +(271,391,l), +(373,391,l), +(373,544,l), +(271,544,l), +(271,566,ls), +(271,594,o), +(287,601,o), +(310,601,cs), +(381,601,l), +(381,729,l), +(258,729,ls), +(144,729,o), +(80,675,o), +(80,580,cs), +(80,544,l), +(0,544,l), +(0,391,l), +(80,391,l), +(80,0,l) +); +} +); +width = 380; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (287,0); +}, +{ +name = bottom; +pos = (143,0); +}, +{ +name = top; +pos = (143,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(151,0,l), +(151,485,l), +(288,485,l), +(288,517,l), +(151,517,l), +(151,598,ls), +(151,666,o), +(177,695,o), +(243,695,cs), +(311,695,l), +(311,729,l), +(237,729,ls), +(161,729,o), +(114,688,o), +(114,603,cs), +(114,517,l), +(6,517,l), +(6,485,l), +(114,485,l), +(114,0,l) ); } ); -width = 204; +width = 320; }, { anchors = ( { +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (326,0); +}, +{ name = bottom; -pos = (152,0); +pos = (164,0); }, { name = top; -pos = (152,729); +pos = (164,729); } ); -associatedMasterId = master01; +associatedMasterId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; attr = { coordinates = ( -100, +125, 400, +100, 0 ); }; -layerId = "D7634341-CAB4-48EB-83DD-0B1B364DC3FD"; -name = "{100, 400, 0}"; +layerId = "09FDC2A4-0092-4FC0-91D4-8BEF25C9D844"; +name = "{125, 400, 0}"; shapes = ( { closed = 1; nodes = ( -(181,0,l), -(181,460,l), -(289,460,l), -(289,525,l), -(181,525,l), -(181,602,ls), -(181,641,o), -(195,664,o), -(243,664,cs), -(298,664,l), -(298,729,l), -(226,729,ls), -(147,729,o), -(101,691,o), -(101,612,cs), -(101,525,l), -(13,525,l), -(13,460,l), -(101,460,l), -(101,0,l) +(196,0,l), +(196,455,l), +(327,455,l), +(327,525,l), +(196,525,l), +(196,587,ls), +(196,637,o), +(218,659,o), +(273,659,cs), +(346,659,l), +(346,729,l), +(246,729,ls), +(158,729,o), +(107,684,o), +(107,595,cs), +(107,525,l), +(4,525,l), +(4,455,l), +(107,455,l), +(107,0,l) ); } ); -userData = { -com.schriftgestaltung.hints = ( +width = 350; +}, { -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; +anchors = ( +{ +name = "#entry"; +pos = (-1,0); }, { -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; +name = "#exit"; +pos = (422,0); }, { -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; +name = bottom; +pos = (217,0); }, { -horizontal = 0; -options = 0; -place = ( -0, -0 +name = top; +pos = (217,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(314,0,l), +(314,379,l), +(428,379,l), +(428,544,l), +(314,544,l), +(314,554,ls), +(314,576,o), +(331,589,o), +(359,589,cs), +(440,589,l), +(440,729,l), +(325,729,ls), +(171,729,o), +(93,678,o), +(93,559,cs), +(93,544,l), +(4,544,l), +(4,379,l), +(93,379,l), +(93,0,l) ); -stem = -2; -type = Stem; } ); }; -width = 303; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(309,0,l), +(309,379,l), +(423,379,l), +(423,544,l), +(309,544,l), +(309,558,ls), +(309,579,o), +(321,589,o), +(349,589,cs), +(435,589,l), +(435,729,l), +(269,729,ls), +(152,729,o), +(88,675,o), +(88,576,cs), +(88,544,l), +(-1,544,l), +(-1,379,l), +(88,379,l), +(88,0,l) +); +} +); +width = 435; }, { anchors = ( { +name = "#entry"; +pos = (-47,0); +}, +{ +name = "#exit"; +pos = (73,0); +}, +{ name = bottom; -pos = (161,0); +pos = (55,0); }, { name = top; -pos = (173,729); +pos = (206,729); } ); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -400, -0 -); -}; -layerId = "81417C71-699B-4461-A028-D338900B14D5"; -name = "{125, 400, 0}"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(205,0,l), -(205,455,l), -(336,455,l), -(336,525,l), -(205,525,l), -(205,586,ls), -(205,636,o), -(229,659,o), -(284,659,cs), -(341,659,l), -(341,729,l), -(270,729,ls), -(172,729,o), -(116,685,o), -(116,590,cs), -(116,525,l), -(13,525,l), -(13,455,l), -(116,455,l), -(116,0,l) +(45,0,l), +(147,489,l), +(229,489,l), +(234,516,l), +(153,516,l), +(178,635,ls), +(188,681,o), +(209,700,o), +(244,700,cs), +(277,700,l), +(282,729,l), +(248,729,ls), +(194,729,o), +(164,703,o), +(151,641,cs), +(124,516,l), +(55,516,l), +(49,489,l), +(118,489,l), +(16,0,l) ); } ); -width = 346; +width = 170; }, { anchors = ( { +name = "#entry"; +pos = (-51,0); +}, +{ +name = "#exit"; +pos = (112,0); +}, +{ name = bottom; pos = (47,0); }, @@ -839,15 +1844,16 @@ name = top; pos = (198,729); } ); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +associatedMasterId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; attr = { coordinates = ( 75, 400, +1, 1 ); }; -layerId = "B22EDEC4-8932-426B-8985-A9BB07F13048"; +layerId = "A2EDCB7D-5587-4940-83D1-91C1273FCECD"; name = "{75, 400, -12}"; shapes = ( { @@ -881,6 +1887,112 @@ width = 201; { anchors = ( { +name = "#entry"; +pos = (-65,0); +}, +{ +name = "#exit"; +pos = (212,0); +}, +{ +name = bottom; +pos = (100,0); +}, +{ +name = top; +pos = (251,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(165,0,l), +(249,402,l), +(305,399,l), +(333,541,l), +(277,539,l), +(282,563,ls), +(290,597,o), +(298,606,o), +(324,606,cs), +(354,606,l), +(379,729,l), +(303,729,ls), +(185,729,o), +(131,675,o), +(110,576,cs), +(102,539,l), +(56,541,l), +(27,399,l), +(74,402,l), +(-10,0,l) +); +} +); +width = 280; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-76,0); +}, +{ +name = "#exit"; +pos = (183,0); +}, +{ +name = bottom; +pos = (81,0); +}, +{ +name = top; +pos = (232,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(82,0,l), +(183,485,l), +(304,485,l), +(311,517,l), +(190,517,l), +(215,636,ls), +(223,674,o), +(248,696,o), +(290,696,cs), +(361,696,l), +(368,729,l), +(290,729,ls), +(235,729,o), +(193,701,o), +(180,642,cs), +(153,517,l), +(52,517,l), +(45,485,l), +(147,485,l), +(45,0,l) +); +} +); +width = 271; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-51,0); +}, +{ +name = "#exit"; +pos = (202,0); +}, +{ name = bottom; pos = (91,0); }, @@ -889,15 +2001,16 @@ name = top; pos = (242,729); } ); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; +associatedMasterId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; attr = { coordinates = ( 100, 400, +1, 1 ); }; -layerId = "7E784904-BA04-4FE3-889D-931297966F1E"; +layerId = "72AC46AD-F192-4B4A-88A8-B2B0BBB45946"; name = "{100, 400, -12}"; shapes = ( { @@ -931,6 +2044,112 @@ width = 290; { anchors = ( { +name = "#entry"; +pos = (-71,0); +}, +{ +name = "#exit"; +pos = (301,0); +}, +{ +name = bottom; +pos = (140,0); +}, +{ +name = top; +pos = (291,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(212,0,l), +(294,391,l), +(397,391,l), +(428,544,l), +(326,544,l), +(330,560,ls), +(337,591,o), +(358,599,o), +(395,599,cs), +(450,599,l), +(477,729,l), +(343,729,ls), +(223,729,o), +(164,676,o), +(147,593,cs), +(137,544,l), +(56,544,l), +(25,391,l), +(105,391,l), +(23,0,l) +); +} +); +width = 383; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-59,0); +}, +{ +name = "#exit"; +pos = (208,0); +}, +{ +name = bottom; +pos = (71,0); +}, +{ +name = top; +pos = (235,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(90,0,l), +(190,485,l), +(316,485,l), +(323,517,l), +(197,517,l), +(214,599,ls), +(229,673,o), +(254,695,o), +(320,695,cs), +(374,695,l), +(381,729,l), +(313,729,ls), +(243,729,o), +(198,697,o), +(181,614,cs), +(161,517,l), +(55,517,l), +(49,485,l), +(154,485,l), +(54,0,l) +); +} +); +width = 270; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-51,0); +}, +{ +name = "#exit"; +pos = (240,0); +}, +{ name = bottom; pos = (107,0); }, @@ -939,15 +2158,16 @@ name = top; pos = (258,729); } ); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +associatedMasterId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; attr = { coordinates = ( 125, 400, +1, 1 ); }; -layerId = "EEF29F23-E2BC-4A19-B632-C71A55BACE13"; +layerId = "704478A7-F68C-4D21-9442-0D9C704D0E77"; name = "{125, 400, -12}"; shapes = ( { @@ -977,6 +2197,55 @@ nodes = ( } ); width = 321; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-70,0); +}, +{ +name = "#exit"; +pos = (349,0); +}, +{ +name = bottom; +pos = (159,0); +}, +{ +name = top; +pos = (310,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(240,0,l), +(318,379,l), +(432,379,l), +(466,544,l), +(353,544,l), +(355,554,ls), +(360,578,o), +(372,589,o), +(415,589,cs), +(480,589,l), +(510,729,l), +(359,729,ls), +(229,729,o), +(161,677,o), +(142,587,cs), +(133,544,l), +(46,544,l), +(11,379,l), +(99,379,l), +(21,0,l) +); +} +); +width = 398; } ); unicode = 102; diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/f.longarm.glyph b/sources/MonaSans.glyphspackage/glyphs/f.longarm.glyph similarity index 58% rename from sources/MonaSansDisplay.glyphspackage/glyphs/f.longarm.glyph rename to sources/MonaSans.glyphspackage/glyphs/f.longarm.glyph index 85c24148..17c0e256 100644 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/f.longarm.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/f.longarm.glyph @@ -2,166 +2,220 @@ glyphname = f.longarm; layers = ( { -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { ref = f; } ); -width = 189; +width = 157; }, { -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { ref = f; } ); -width = 312; +width = 320; }, { -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; +layerId = m019; shapes = ( { ref = f; } ); -width = 287; +width = 315; }, { -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; +layerId = m020; shapes = ( { ref = f; } ); -width = 380; +width = 390; }, { -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = f; } ); -width = 320; +width = 304; }, { -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = f; } ); -width = 435; +width = 444; }, { -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { ref = f; } ); -width = 157; +width = 156; }, { -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { ref = f; } ); -width = 304; +width = 316; }, { -layerId = m019; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { ref = f; } ); -width = 315; +width = 305; }, { -layerId = m020; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { ref = f; } ); -width = 390; +width = 405; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { ref = f; } ); -width = 304; +width = 290; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { ref = f; } ); -width = 432; +width = 440; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { ref = f; } ); -width = 156; +width = 189; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { ref = f; } ); -width = 300; +width = 312; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { ref = f; } ); -width = 305; +width = 289; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { ref = f; } ); -width = 405; +width = 380; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { ref = f; } ); -width = 290; +width = 320; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = f; +} +); +width = 435; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = f; +} +); +width = 170; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = f; +} +); +width = 280; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = f; +} +); +width = 271; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = f; +} +); +width = 383; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = f; +} +); +width = 270; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = f; } ); -width = 428; +width = 398; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/f_f.liga.glyph b/sources/MonaSans.glyphspackage/glyphs/f_f.liga.glyph index aba0472d..7fbe4cf9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/f_f.liga.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/f_f.liga.glyph @@ -1,31 +1,9 @@ { glyphname = f_f.liga; -kernLeft = f; -kernRight = f; +kernLeft = KO_f; +kernRight = KO_f; layers = ( { -anchors = ( -{ -name = bottom_1; -pos = (147,0); -}, -{ -name = bottom_2; -pos = (440,0); -}, -{ -name = caret_1; -pos = (293,0); -}, -{ -name = top_1; -pos = (147,729); -}, -{ -name = top_2; -pos = (440,729); -} -); background = { shapes = ( { @@ -37,72 +15,16 @@ ref = f; layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { -closed = 1; -nodes = ( -(236,0,l), -(236,398,l), -(341,398,l), -(341,0,l), -(518,0,l), -(518,401,l), -(575,398,l), -(575,541,l), -(518,539,l), -(518,561,ls), -(518,582,o), -(518,605,o), -(554,605,cs), -(582,605,l), -(582,729,l), -(504,729,ls), -(384,729,o), -(341,672,o), -(341,575,cs), -(341,541,l), -(236,541,l), -(236,561,ls), -(236,593,o), -(243,605,o), -(272,605,cs), -(300,605,l), -(300,729,l), -(222,729,ls), -(102,729,o), -(59,672,o), -(59,575,cs), -(59,539,l), -(11,541,l), -(11,398,l), -(59,401,l), -(59,0,l) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (75,0); -}, -{ -name = bottom_2; -pos = (226,0); -}, -{ -name = caret_1; -pos = (150.5,0); -}, -{ -name = top_1; -pos = (75,729); +ref = f; }, { -name = top_2; -pos = (226,729); +pos = (282,0); +ref = f; } ); +width = 602; +}, +{ background = { shapes = ( { @@ -114,72 +36,58 @@ ref = f; layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { -closed = 1; -nodes = ( -(92,0,l), -(92,489,l), -(207,489,l), -(207,0,l), -(236,0,l), -(236,489,l), -(288,489,l), -(288,516,l), -(236,516,l), -(236,648,ls), -(236,684,o), -(244,700,o), -(276,700,cs), -(293,700,l), -(293,729,l), -(276,729,ls), -(235,729,o), -(207,712,o), -(207,654,cs), -(207,516,l), -(92,516,l), -(92,648,ls), -(92,684,o), -(100,700,o), -(132,700,cs), -(149,700,l), -(149,729,l), -(132,729,ls), -(91,729,o), -(63,712,o), -(63,654,cs), -(63,516,l), -(23,516,l), -(23,489,l), -(63,489,l), -(63,0,l) -); +ref = f; +}, +{ +pos = (119,0); +ref = f; } ); -width = 301; +width = 276; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (148,0); -}, +pos = (-3,0); +ref = f; +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( { -name = bottom_2; -pos = (445,0); +ref = f; }, { -name = caret_1; -pos = (296.5,0); +pos = (281,0); +ref = f; +} +); +width = 585; }, { -name = top_1; -pos = (148,729); +background = { +shapes = ( +{ +pos = (-7,0); +ref = f; +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = f; }, { -name = top_2; -pos = (445,729); +pos = (424,0); +ref = f; } ); +width = 868; +}, +{ background = { shapes = ( { @@ -188,48 +96,14 @@ ref = f; } ); }; -layerId = master01; +layerId = m019; shapes = ( { -closed = 1; -nodes = ( -(167,0,l), -(167,485,l), -(407,485,l), -(407,0,l), -(444,0,l), -(444,485,l), -(571,485,l), -(571,517,l), -(444,517,l), -(444,606,ls), -(444,669,o), -(468,695,o), -(530,695,cs), -(584,695,l), -(584,729,l), -(521,729,ls), -(451,729,o), -(407,691,o), -(407,612,cs), -(407,517,l), -(167,517,l), -(167,606,ls), -(167,669,o), -(191,695,o), -(253,695,cs), -(307,695,l), -(307,729,l), -(244,729,ls), -(174,729,o), -(130,691,o), -(130,612,cs), -(130,517,l), -(22,517,l), -(22,485,l), -(130,485,l), -(130,0,l) -); +ref = f; +}, +{ +pos = (263,0); +ref = f; } ); userData = { @@ -292,31 +166,9 @@ type = Stem; } ); }; -width = 593; +width = 578; }, { -anchors = ( -{ -name = bottom_1; -pos = (187,0); -}, -{ -name = bottom_2; -pos = (560,0); -}, -{ -name = caret_1; -pos = (373,0); -}, -{ -name = top_1; -pos = (187,729); -}, -{ -name = top_2; -pos = (560,729); -} -); background = { shapes = ( { @@ -325,387 +177,65 @@ ref = f; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { -closed = 1; -nodes = ( -(288,0,l), -(288,391,l), -(436,391,l), -(436,0,l), -(627,0,l), -(627,391,l), -(729,391,l), -(729,544,l), -(627,544,l), -(627,571,ls), -(627,599,o), -(643,606,o), -(666,606,cs), -(737,606,l), -(737,729,l), -(614,729,ls), -(500,729,o), -(436,675,o), -(436,580,cs), -(436,544,l), -(288,544,l), -(288,571,ls), -(288,599,o), -(304,606,o), -(327,606,cs), -(398,606,l), -(398,729,l), -(275,729,ls), -(161,729,o), -(97,675,o), -(97,580,cs), -(97,544,l), -(17,544,l), -(17,391,l), -(97,391,l), -(97,0,l) -); +ref = f; +}, +{ +pos = (359,0); +ref = f; } ); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; }; -width = 746; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (145,0); -}, -{ -name = bottom_2; -pos = (436,0); -}, -{ -name = caret_1; -pos = (290.5,0); -}, -{ -name = top_1; -pos = (145,729); +width = 749; }, { -name = top_2; -pos = (436,729); -} -); background = { shapes = ( { -pos = (-3,0); +pos = (12,0); ref = f; } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { -closed = 1; -nodes = ( -(156,0,l), -(156,485,l), -(396,485,l), -(396,0,l), -(433,0,l), -(433,485,l), -(570,485,l), -(570,517,l), -(433,517,l), -(433,598,ls), -(433,666,o), -(459,695,o), -(525,695,cs), -(593,695,l), -(593,729,l), -(519,729,ls), -(443,729,o), -(396,688,o), -(396,603,cs), -(396,517,l), -(156,517,l), -(156,598,ls), -(156,666,o), -(182,695,o), -(248,695,cs), -(316,695,l), -(316,729,l), -(242,729,ls), -(166,729,o), -(119,688,o), -(119,603,cs), -(119,517,l), -(11,517,l), -(11,485,l), -(119,485,l), -(119,0,l) -); -} -); -width = 581; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (204,0); -}, -{ -name = bottom_2; -pos = (612,0); -}, -{ -name = caret_1; -pos = (408,0); -}, -{ -name = top_1; -pos = (204,729); +ref = f; }, { -name = top_2; -pos = (612,729); -} -); -background = { -shapes = ( -{ -pos = (-7,0); +pos = (120,0); ref = f; } ); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(314,0,l), -(314,379,l), -(477,379,l), -(477,0,l), -(698,0,l), -(698,379,l), -(812,379,l), -(812,544,l), -(698,544,l), -(698,558,ls), -(698,579,o), -(710,589,o), -(738,589,cs), -(824,589,l), -(824,729,l), -(658,729,ls), -(541,729,o), -(477,675,o), -(477,576,cs), -(477,544,l), -(314,544,l), -(314,558,ls), -(314,579,o), -(326,589,o), -(354,589,cs), -(440,589,l), -(440,729,l), -(274,729,ls), -(157,729,o), -(93,675,o), -(93,576,cs), -(93,544,l), -(4,544,l), -(4,379,l), -(93,379,l), -(93,0,l) -); -} -); -width = 816; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (22,0); -}, -{ -name = bottom_2; -pos = (171,0); -}, -{ -name = caret_1; -pos = (149.5,0); +width = 276; }, { -name = top_1; -pos = (173,729); -}, -{ -name = top_2; -pos = (322,729); -} -); background = { shapes = ( { -pos = (12,0); +pos = (277,0); ref = f; } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { -closed = 1; -nodes = ( -(38,0,l), -(140,489,l), -(254,489,l), -(152,0,l), -(181,0,l), -(283,489,l), -(334,489,l), -(340,516,l), -(289,516,l), -(316,648,ls), -(323,682,o), -(335,700,o), -(367,700,cs), -(383,700,l), -(388,729,l), -(371,729,ls), -(334,729,o), -(300,712,o), -(288,654,cs), -(260,516,l), -(146,516,l), -(173,648,ls), -(182,688,o), -(196,700,o), -(225,700,cs), -(240,700,l), -(245,729,l), -(229,729,ls), -(187,729,o), -(158,710,o), -(146,654,cs), -(117,516,l), -(78,516,l), -(72,489,l), -(111,489,l), -(9,0,l) -); -} -); -width = 299; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (88,0); -}, -{ -name = bottom_2; -pos = (377,0); -}, -{ -name = caret_1; -pos = (288.5,0); -}, -{ -name = top_1; -pos = (239,729); +ref = f; }, { -name = top_2; -pos = (528,729); -} -); -background = { -shapes = ( -{ pos = (277,0); ref = f; } ); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,0,l), -(261,399,l), -(362,399,l), -(278,0,l), -(454,0,l), -(538,402,l), -(593,399,l), -(621,541,l), -(566,539,l), -(570,563,ls), -(578,597,o), -(586,606,o), -(612,606,cs), -(642,606,l), -(667,729,l), -(591,729,ls), -(473,729,o), -(420,675,o), -(398,576,cs), -(391,541,l), -(289,541,l), -(293,563,ls), -(301,597,o), -(309,606,o), -(335,606,cs), -(365,606,l), -(390,729,l), -(314,729,ls), -(196,729,o), -(142,675,o), -(121,576,cs), -(113,539,l), -(67,541,l), -(38,399,l), -(85,402,l), -(1,0,l) -); -} -); -width = 577; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (87,0); -}, -{ -name = bottom_2; -pos = (369,0); -}, -{ -name = caret_1; -pos = (282,0); -}, -{ -name = top_1; -pos = (238,729); +width = 593; }, { -name = top_2; -pos = (520,729); -} -); background = { shapes = ( { @@ -717,72 +247,16 @@ ref = f; layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { -closed = 1; -nodes = ( -(106,0,l), -(207,485,l), -(430,485,l), -(329,0,l), -(365,0,l), -(467,485,l), -(587,485,l), -(594,517,l), -(474,517,l), -(499,636,ls), -(507,674,o), -(531,696,o), -(573,696,cs), -(644,696,l), -(651,729,l), -(573,729,ls), -(519,729,o), -(476,701,o), -(463,642,cs), -(436,517,l), -(214,517,l), -(239,636,ls), -(247,674,o), -(272,696,o), -(314,696,cs), -(385,696,l), -(392,729,l), -(314,729,ls), -(259,729,o), -(217,701,o), -(204,642,cs), -(177,517,l), -(76,517,l), -(69,485,l), -(171,485,l), -(69,0,l) -); +ref = f; +}, +{ +pos = (259,0); +ref = f; } ); width = 564; }, { -anchors = ( -{ -name = bottom_1; -pos = (131,0); -}, -{ -name = bottom_2; -pos = (504,0); -}, -{ -name = caret_1; -pos = (373,0); -}, -{ -name = top_1; -pos = (282,729); -}, -{ -name = top_2; -pos = (655,729); -} -); background = { shapes = ( { @@ -794,72 +268,16 @@ ref = f; layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { -closed = 1; -nodes = ( -(229,0,l), -(311,391,l), -(463,391,l), -(381,0,l), -(570,0,l), -(652,391,l), -(755,391,l), -(786,544,l), -(684,544,l), -(688,560,ls), -(696,591,o), -(716,599,o), -(753,599,cs), -(808,599,l), -(835,729,l), -(701,729,ls), -(581,729,o), -(522,676,o), -(505,593,cs), -(495,544,l), -(343,544,l), -(347,560,ls), -(354,591,o), -(375,599,o), -(412,599,cs), -(467,599,l), -(494,729,l), -(360,729,ls), -(240,729,o), -(181,676,o), -(164,593,cs), -(154,544,l), -(73,544,l), -(42,391,l), -(122,391,l), -(40,0,l) -); -} -); -width = 746; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (83,0); -}, -{ -name = bottom_2; -pos = (356,0); -}, -{ -name = caret_1; -pos = (273,0); -}, -{ -name = top_1; -pos = (234,729); +ref = f; }, { -name = top_2; -pos = (507,729); +pos = (372,0); +ref = f; } ); +width = 777; +}, +{ background = { shapes = ( { @@ -871,72 +289,16 @@ ref = f; layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { -closed = 1; -nodes = ( -(100,0,l), -(201,485,l), -(421,485,l), -(320,0,l), -(356,0,l), -(457,485,l), -(582,485,l), -(589,517,l), -(463,517,l), -(483,609,ls), -(497,673,o), -(520,695,o), -(586,695,cs), -(640,695,l), -(647,729,l), -(579,729,ls), -(509,729,o), -(465,697,o), -(450,624,cs), -(428,517,l), -(207,517,l), -(224,599,ls), -(239,673,o), -(264,695,o), -(330,695,cs), -(384,695,l), -(391,729,l), -(323,729,ls), -(253,729,o), -(208,697,o), -(191,614,cs), -(171,517,l), -(65,517,l), -(59,485,l), -(164,485,l), -(64,0,l) -); -} -); -width = 546; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (145,0); -}, -{ -name = bottom_2; -pos = (548,0); -}, -{ -name = caret_1; -pos = (402.5,0); -}, -{ -name = top_1; -pos = (296,729); +ref = f; }, { -name = top_2; -pos = (699,729); +pos = (267,0); +ref = f; } ); +width = 557; +}, +{ background = { shapes = ( { @@ -948,201 +310,74 @@ ref = f; layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { -closed = 1; -nodes = ( -(255,0,l), -(333,379,l), -(491,379,l), -(413,0,l), -(632,0,l), -(710,379,l), -(824,379,l), -(858,544,l), -(745,544,l), -(747,554,ls), -(752,578,o), -(764,589,o), -(807,589,cs), -(872,589,l), -(902,729,l), -(751,729,ls), -(621,729,o), -(553,677,o), -(534,587,cs), -(525,544,l), -(368,544,l), -(370,554,ls), -(375,578,o), -(387,589,o), -(430,589,cs), -(495,589,l), -(525,729,l), -(374,729,ls), -(244,729,o), -(176,677,o), -(157,587,cs), -(148,544,l), -(61,544,l), -(26,379,l), -(114,379,l), -(36,0,l) -); -} -); -width = 805; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (97,0); -}, -{ -name = bottom_2; -pos = (290,0); +ref = f; }, { -name = caret_1; -pos = (193.5,0); +pos = (419,0); +ref = f; +} +); +width = 859; }, { -name = top_1; -pos = (97,729); -}, +background = { +shapes = ( { -name = top_2; -pos = (290,729); +pos = (11,0); +ref = f; } ); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -400, -0 -); }; -layerId = "6C8E99FE-17B9-4A7F-BC03-58547B1E4C22"; -name = "{75, 400, 0}"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { -closed = 1; -nodes = ( -(124,0,l), -(124,464,l), -(237,464,l), -(237,0,l), -(307,0,l), -(307,464,l), -(361,464,l), -(361,523,l), -(307,522,l), -(307,624,ls), -(307,655,o), -(313,673,o), -(346,673,cs), -(366,673,l), -(366,729,l), -(332,729,ls), -(269,729,o), -(237,700,o), -(237,632,cs), -(237,523,l), -(124,523,l), -(124,620,ls), -(124,651,o), -(130,669,o), -(163,669,cs), -(183,669,l), -(183,729,l), -(149,729,ls), -(85,729,o), -(53,701,o), -(53,631,cs), -(53,523,l), -(11,523,l), -(11,463,l), -(53,464,l), -(53,0,l) -); +ref = f; +}, +{ +pos = (185,0); +ref = f; } ); -width = 387; +width = 374; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (145,0); -}, +pos = (296,0); +ref = f; +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( { -name = bottom_2; -pos = (434,0); +ref = f; }, { -name = caret_1; -pos = (289.5,0); +pos = (293,0); +ref = f; +} +); +width = 605; }, { -name = top_1; -pos = (145,729); -}, +background = { +shapes = ( { -name = top_2; -pos = (434,729); +pos = (-5,0); +ref = f; } ); -associatedMasterId = master01; -attr = { -coordinates = ( -100, -400, -0 -); }; -layerId = "88471CBA-B576-47AD-BE46-A84479839DF0"; -name = "{100, 400, 0}"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -closed = 1; -nodes = ( -(181,0,l), -(181,460,l), -(377,460,l), -(377,0,l), -(457,0,l), -(457,460,l), -(565,460,l), -(565,525,l), -(457,525,l), -(457,602,ls), -(457,641,o), -(471,664,o), -(519,664,cs), -(574,664,l), -(574,729,l), -(502,729,ls), -(423,729,o), -(377,691,o), -(377,612,cs), -(377,525,l), -(181,525,l), -(181,602,ls), -(181,641,o), -(195,664,o), -(243,664,cs), -(298,664,l), -(298,729,l), -(226,729,ls), -(147,729,o), -(101,691,o), -(101,612,cs), -(101,525,l), -(13,525,l), -(13,460,l), -(101,460,l), -(101,0,l) -); +ref = f; +}, +{ +pos = (277,0); +ref = f; } ); userData = { @@ -1205,319 +440,200 @@ type = Stem; } ); }; -width = 579; +width = 566; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (163,0); -}, +pos = (10,0); +ref = f; +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( { -name = bottom_2; -pos = (490,0); +ref = f; }, { -name = caret_1; -pos = (326.5,0); +pos = (372,0); +ref = f; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; +}; +width = 752; }, { -name = top_1; -pos = (163,729); -}, +background = { +shapes = ( { -name = top_2; -pos = (490,729); +pos = (-3,0); +ref = f; } ); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -400, -0 -); }; -layerId = "285B9B2D-007D-4CC2-BE01-1B0D48CAEC21"; -name = "{125, 400, 0}"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -closed = 1; -nodes = ( -(205,0,l), -(205,455,l), -(423,455,l), -(423,0,l), -(512,0,l), -(512,455,l), -(643,455,l), -(643,525,l), -(512,525,l), -(512,586,ls), -(512,636,o), -(536,659,o), -(591,659,cs), -(648,659,l), -(648,729,l), -(577,729,ls), -(479,729,o), -(423,685,o), -(423,590,cs), -(423,525,l), -(205,525,l), -(205,586,ls), -(205,636,o), -(229,659,o), -(284,659,cs), -(341,659,l), -(341,729,l), -(270,729,ls), -(172,729,o), -(116,685,o), -(116,590,cs), -(116,525,l), -(13,525,l), -(13,455,l), -(116,455,l), -(116,0,l) -); +ref = f; +}, +{ +pos = (281,0); +ref = f; } ); -width = 653; +width = 601; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (42,0); -}, +pos = (-7,0); +ref = f; +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( { -name = bottom_2; -pos = (233,0); +ref = f; }, { -name = caret_1; -pos = (191,0); +pos = (423,0); +ref = f; +} +); +width = 858; }, { -name = top_1; -pos = (193,729); -}, +background = { +shapes = ( { -name = top_2; -pos = (384,729); +pos = (12,0); +ref = f; } ); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -attr = { -coordinates = ( -75, -400, -1 -); }; -layerId = "92C0B702-DB0C-4C85-B567-7BF6C13E0E3B"; -name = "{75, 400, -12}"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { -closed = 1; -nodes = ( -(58,0,l), -(155,463,l), -(265,463,l), -(169,0,l), -(239,0,l), -(336,463,l), -(389,463,l), -(401,523,l), -(349,523,l), -(368,620,ls), -(374,653,o), -(386,669,o), -(417,669,cs), -(437,669,l), -(448,729,l), -(415,729,ls), -(351,729,o), -(315,700,o), -(301,632,cs), -(278,523,l), -(168,523,l), -(187,620,ls), -(193,653,o), -(205,669,o), -(236,669,cs), -(256,669,l), -(267,729,l), -(234,729,ls), -(170,729,o), -(134,700,o), -(120,632,cs), -(97,523,l), -(56,523,l), -(43,463,l), -(84,463,l), -(-12,0,l) -); +ref = f; +}, +{ +pos = (120,0); +ref = f; } ); -width = 382; +width = 290; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (87,0); -}, +pos = (277,0); +ref = f; +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( { -name = bottom_2; -pos = (368,0); +ref = f; }, { -name = caret_1; -pos = (281.5,0); +pos = (277,0); +ref = f; +} +); +width = 557; }, { -name = top_1; -pos = (238,729); -}, +background = { +shapes = ( { -name = top_2; -pos = (519,729); +pos = (-5,0); +ref = f; } ); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; -attr = { -coordinates = ( -100, -400, -1 -); }; -layerId = "5B470E1D-86ED-452B-8DA0-F311548412DE"; -name = "{100, 400, -12}"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { -closed = 1; -nodes = ( -(111,0,l), -(207,460,l), -(400,460,l), -(304,0,l), -(384,0,l), -(480,460,l), -(583,460,l), -(597,525,l), -(494,525,l), -(512,611,ls), -(520,648,o), -(540,664,o), -(582,664,cs), -(636,664,l), -(650,729,l), -(570,729,ls), -(495,729,o), -(449,695,o), -(435,626,cs), -(414,525,l), -(221,525,l), -(239,611,ls), -(247,648,o), -(267,664,o), -(309,664,cs), -(363,664,l), -(377,729,l), -(297,729,ls), -(222,729,o), -(176,695,o), -(162,626,cs), -(141,525,l), -(56,525,l), -(42,460,l), -(127,460,l), -(31,0,l) -); +ref = f; +}, +{ +pos = (259,0); +ref = f; } ); -width = 563; +width = 530; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (99,0); -}, +pos = (10,0); +ref = f; +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( { -name = bottom_2; -pos = (404,0); +ref = f; }, { -name = caret_1; -pos = (305.5,0); +pos = (372,0); +ref = f; +} +); +width = 755; }, { -name = top_1; -pos = (250,729); +background = { +shapes = ( +{ +pos = (-3,0); +ref = f; +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = f; }, { -name = top_2; -pos = (555,729); +pos = (267,0); +ref = f; } ); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -attr = { -coordinates = ( -125, -400, -1 +width = 537; +}, +{ +background = { +shapes = ( +{ +pos = (-7,0); +ref = f; +} ); }; -layerId = "67FE357D-A221-4AF9-A087-0926467CD478"; -name = "{125, 400, -12}"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { -closed = 1; -nodes = ( -(133,0,l), -(228,455,l), -(430,455,l), -(335,0,l), -(423,0,l), -(518,455,l), -(640,455,l), -(654,525,l), -(532,525,l), -(547,593,ls), -(558,641,o), -(576,659,o), -(636,659,cs), -(693,659,l), -(708,729,l), -(617,729,ls), -(530,729,o), -(479,691,o), -(463,613,cs), -(444,525,l), -(242,525,l), -(257,593,ls), -(268,641,o), -(286,659,o), -(346,659,cs), -(403,659,l), -(418,729,l), -(327,729,ls), -(240,729,o), -(190,691,o), -(173,613,cs), -(154,525,l), -(53,525,l), -(39,455,l), -(140,455,l), -(45,0,l) -); +ref = f; +}, +{ +pos = (419,0); +ref = f; } ); -width = 611; +width = 817; } ); metricLeft = f; diff --git a/sources/MonaSans.glyphspackage/glyphs/f_f_i.liga.glyph b/sources/MonaSans.glyphspackage/glyphs/f_f_i.liga.glyph index 4b8d6c34..271685a5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/f_f_i.liga.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/f_f_i.liga.glyph @@ -1,43 +1,9 @@ { glyphname = f_f_i.liga; -kernLeft = f; -kernRight = i; +kernLeft = KO_f; +kernRight = KO_fi; layers = ( { -anchors = ( -{ -name = bottom_1; -pos = (77,0); -}, -{ -name = bottom_2; -pos = (232,0); -}, -{ -name = bottom_3; -pos = (387,0); -}, -{ -name = caret_1; -pos = (154.667,0); -}, -{ -name = caret_2; -pos = (309.333,0); -}, -{ -name = top_1; -pos = (77,729); -}, -{ -name = top_2; -pos = (232,729); -}, -{ -name = top_3; -pos = (387,729); -} -); background = { shapes = ( { @@ -49,103 +15,20 @@ ref = f; layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { -closed = 1; -nodes = ( -(92,0,l), -(92,489,l), -(207,489,l), -(207,0,l), -(236,0,l), -(236,489,l), -(375,489,l), -(375,0,l), -(404,0,l), -(404,516,l), -(236,516,l), -(236,648,ls), -(236,684,o), -(244,700,o), -(276,700,cs), -(293,700,l), -(293,729,l), -(276,729,ls), -(235,729,o), -(207,712,o), -(207,654,cs), -(207,516,l), -(92,516,l), -(92,648,ls), -(92,684,o), -(100,700,o), -(132,700,cs), -(149,700,l), -(149,729,l), -(132,729,ls), -(91,729,o), -(63,712,o), -(63,654,cs), -(63,516,l), -(23,516,l), -(23,489,l), -(63,489,l), -(63,0,l) -); -}, -{ -closed = 1; -nodes = ( -(403,616,o), -(413,625,o), -(413,639,cs), -(413,653,o), -(403,662,o), -(390,662,cs), -(377,662,o), -(367,653,o), -(367,639,cs), -(367,625,o), -(377,616,o), -(390,616,cs) -); -} -); -width = 464; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (137,0); -}, -{ -name = bottom_2; -pos = (412,0); -}, -{ -name = bottom_3; -pos = (687,0); -}, -{ -name = caret_1; -pos = (274.667,0); -}, -{ -name = caret_2; -pos = (549.333,0); -}, -{ -name = top_1; -pos = (137,729); +ref = f; }, { -name = top_2; -pos = (412,729); +pos = (119,0); +ref = _f.longarm; }, { -name = top_3; -pos = (687,729); +pos = (243,0); +ref = i; } ); +width = 392; +}, +{ background = { shapes = ( { @@ -157,535 +40,120 @@ ref = f; layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { -closed = 1; -nodes = ( -(236,0,l), -(236,398,l), -(341,398,l), -(341,0,l), -(518,0,l), -(518,401,l), -(620,398,l), -(620,0,l), -(797,0,l), -(797,543,l), -(518,539,l), -(518,561,ls), -(518,582,o), -(518,605,o), -(554,605,cs), -(582,605,l), -(582,729,l), -(504,729,ls), -(384,729,o), -(341,672,o), -(341,575,cs), -(341,541,l), -(236,541,l), -(236,561,ls), -(236,593,o), -(243,605,o), -(272,605,cs), -(300,605,l), -(300,729,l), -(222,729,ls), -(102,729,o), -(59,672,o), -(59,575,cs), -(59,539,l), -(11,541,l), -(11,398,l), -(59,401,l), -(59,0,l) -); -}, -{ -closed = 1; -nodes = ( -(762,586,o), -(803,615,o), -(803,668,cs), -(803,721,o), -(762,751,o), -(709,751,cs), -(656,751,o), -(615,721,o), -(615,668,cs), -(615,615,o), -(656,586,o), -(709,586,cs) -); -} -); -width = 824; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (132,0); -}, -{ -name = bottom_2; -pos = (395,0); -}, -{ -name = bottom_3; -pos = (658,0); -}, -{ -name = caret_1; -pos = (263,0); -}, -{ -name = caret_2; -pos = (526,0); -}, -{ -name = top_1; -pos = (132,729); +ref = f; }, { -name = top_2; -pos = (395,729); +pos = (282,0); +ref = _f.longarm; }, { -name = top_3; -pos = (658,729); +pos = (597,0); +ref = i; } ); +width = 844; +}, +{ background = { shapes = ( { -pos = (-5,0); +pos = (-3,0); ref = f; } ); }; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { -closed = 1; -nodes = ( -(167,0,l), -(167,485,l), -(407,485,l), -(407,0,l), -(444,0,l), -(444,485,l), -(667,485,l), -(667,0,l), -(704,0,l), -(704,517,l), -(444,517,l), -(444,606,ls), -(444,669,o), -(468,695,o), -(530,695,cs), -(584,695,l), -(584,729,l), -(521,729,ls), -(451,729,o), -(407,691,o), -(407,612,cs), -(407,517,l), -(167,517,l), -(167,606,ls), -(167,669,o), -(191,695,o), -(253,695,cs), -(307,695,l), -(307,729,l), -(244,729,ls), -(174,729,o), -(130,691,o), -(130,612,cs), -(130,517,l), -(22,517,l), -(22,485,l), -(130,485,l), -(130,0,l) -); -}, -{ -closed = 1; -nodes = ( -(705,625,o), -(718,638,o), -(718,656,cs), -(718,674,o), -(705,687,o), -(686,687,cs), -(667,687,o), -(654,674,o), -(654,656,cs), -(654,638,o), -(667,625,o), -(686,625,cs) -); -} -); -width = 789; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (171,0); -}, -{ -name = bottom_2; -pos = (514,0); -}, -{ -name = bottom_3; -pos = (857,0); -}, -{ -name = caret_1; -pos = (342.667,0); -}, -{ -name = caret_2; -pos = (685.333,0); -}, -{ -name = top_1; -pos = (171,729); +ref = f; }, { -name = top_2; -pos = (514,729); +pos = (281,0); +ref = _f.longarm; }, { -name = top_3; -pos = (857,729); +pos = (583,0); +ref = i; } ); +width = 752; +}, +{ background = { shapes = ( { -pos = (10,0); +pos = (-7,0); ref = f; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -closed = 1; -nodes = ( -(288,0,l), -(288,391,l), -(436,391,l), -(436,0,l), -(627,0,l), -(627,391,l), -(783,391,l), -(783,0,l), -(974,0,l), -(974,544,l), -(627,544,l), -(627,571,ls), -(627,599,o), -(643,606,o), -(666,606,cs), -(737,606,l), -(737,729,l), -(614,729,ls), -(500,729,o), -(436,675,o), -(436,580,cs), -(436,544,l), -(288,544,l), -(288,571,ls), -(288,599,o), -(304,606,o), -(327,606,cs), -(398,606,l), -(398,729,l), -(275,729,ls), -(161,729,o), -(97,675,o), -(97,580,cs), -(97,544,l), -(17,544,l), -(17,391,l), -(97,391,l), -(97,0,l) -); -}, -{ -closed = 1; -nodes = ( -(935,589,o), -(976,619,o), -(976,672,cs), -(976,725,o), -(935,755,o), -(879,755,cs), -(823,755,o), -(782,725,o), -(782,672,cs), -(782,619,o), -(823,589,o), -(879,589,cs) -); -} -); -width = 1028; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (126,0); -}, -{ -name = bottom_2; -pos = (378,0); -}, -{ -name = bottom_3; -pos = (629,0); -}, -{ -name = caret_1; -pos = (251.667,0); -}, -{ -name = caret_2; -pos = (503.333,0); -}, -{ -name = top_1; -pos = (126,729); +ref = f; }, { -name = top_2; -pos = (378,729); +pos = (424,0); +ref = _f.longarm; }, { -name = top_3; -pos = (629,729); +pos = (870,0); +ref = i; } ); +width = 1189; +}, +{ background = { shapes = ( { -pos = (-3,0); +pos = (-5,0); ref = f; } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { -closed = 1; -nodes = ( -(156,0,l), -(156,485,l), -(396,485,l), -(396,0,l), -(433,0,l), -(433,485,l), -(652,485,l), -(652,0,l), -(689,0,l), -(689,517,l), -(433,517,l), -(433,598,ls), -(433,666,o), -(459,695,o), -(525,695,cs), -(593,695,l), -(593,729,l), -(519,729,ls), -(443,729,o), -(396,688,o), -(396,603,cs), -(396,517,l), -(156,517,l), -(156,598,ls), -(156,666,o), -(182,695,o), -(248,695,cs), -(316,695,l), -(316,729,l), -(242,729,ls), -(166,729,o), -(119,688,o), -(119,603,cs), -(119,517,l), -(11,517,l), -(11,485,l), -(119,485,l), -(119,0,l) -); -}, -{ -closed = 1; -nodes = ( -(690,625,o), -(703,638,o), -(703,656,cs), -(703,674,o), -(690,687,o), -(671,687,cs), -(652,687,o), -(639,674,o), -(639,656,cs), -(639,638,o), -(652,625,o), -(671,625,cs) -); -} -); -width = 755; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (189,0); -}, -{ -name = bottom_2; -pos = (566,0); -}, -{ -name = bottom_3; -pos = (943,0); -}, -{ -name = caret_1; -pos = (377.333,0); -}, -{ -name = caret_2; -pos = (754.667,0); -}, -{ -name = top_1; -pos = (189,729); +ref = f; }, { -name = top_2; -pos = (566,729); +pos = (263,0); +ref = _f.longarm; }, { -name = top_3; -pos = (943,729); +pos = (556,0); +ref = i; } ); +width = 763; +}, +{ background = { shapes = ( { -pos = (-7,0); +pos = (10,0); ref = f; } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { -closed = 1; -nodes = ( -(314,0,l), -(314,379,l), -(477,379,l), -(477,0,l), -(698,0,l), -(698,379,l), -(868,379,l), -(868,0,l), -(1089,0,l), -(1089,544,l), -(698,544,l), -(698,558,ls), -(698,579,o), -(710,589,o), -(738,589,cs), -(824,589,l), -(824,729,l), -(658,729,ls), -(541,729,o), -(477,675,o), -(477,576,cs), -(477,544,l), -(314,544,l), -(314,558,ls), -(314,579,o), -(326,589,o), -(354,589,cs), -(440,589,l), -(440,729,l), -(274,729,ls), -(157,729,o), -(93,675,o), -(93,576,cs), -(93,544,l), -(4,544,l), -(4,379,l), -(93,379,l), -(93,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1050,586,o), -(1097,613,o), -(1097,670,cs), -(1097,720,o), -(1059,754,o), -(979,754,cs), -(908,754,o), -(861,727,o), -(861,670,cs), -(861,620,o), -(899,586,o), -(979,586,cs) -); -} -); -width = 1132; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (24,0); -}, -{ -name = bottom_2; -pos = (179,0); -}, -{ -name = bottom_3; -pos = (333,0); -}, -{ -name = caret_1; -pos = (154.333,0); -}, -{ -name = caret_2; -pos = (308.667,0); -}, -{ -name = top_1; -pos = (175,729); +ref = f; }, { -name = top_2; -pos = (330,729); +pos = (359,0); +ref = _f.longarm; }, { -name = top_3; -pos = (484,729); +pos = (744,0); +ref = i; } ); +width = 1047; +}, +{ background = { shapes = ( { @@ -697,103 +165,20 @@ ref = f; layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { -closed = 1; -nodes = ( -(38,0,l), -(140,489,l), -(254,489,l), -(152,0,l), -(181,0,l), -(283,489,l), -(421,489,l), -(319,0,l), -(348,0,l), -(456,516,l), -(289,516,l), -(316,648,ls), -(324,688,o), -(339,700,o), -(368,700,cs), -(383,700,l), -(388,729,l), -(372,729,ls), -(330,729,o), -(301,710,o), -(289,654,cs), -(260,516,l), -(146,516,l), -(173,648,ls), -(182,688,o), -(196,700,o), -(225,700,cs), -(240,700,l), -(245,729,l), -(229,729,ls), -(187,729,o), -(158,710,o), -(146,654,cs), -(117,516,l), -(78,516,l), -(72,489,l), -(111,489,l), -(9,0,l) -); -}, -{ -closed = 1; -nodes = ( -(474,616,o), -(484,625,o), -(484,639,cs), -(484,653,o), -(474,662,o), -(461,662,cs), -(448,662,o), -(438,653,o), -(438,639,cs), -(438,625,o), -(448,616,o), -(461,616,cs) -); -} -); -width = 463; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (81,0); -}, -{ -name = bottom_2; -pos = (354,0); -}, -{ -name = bottom_3; -pos = (627,0); -}, -{ -name = caret_1; -pos = (273.333,0); -}, -{ -name = caret_2; -pos = (546.667,0); -}, -{ -name = top_1; -pos = (232,729); +ref = f; }, { -name = top_2; -pos = (505,729); +pos = (120,0); +ref = _f.longarm; }, { -name = top_3; -pos = (778,729); +pos = (233,0); +ref = i; } ); +width = 384; +}, +{ background = { shapes = ( { @@ -805,103 +190,20 @@ ref = f; layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { -closed = 1; -nodes = ( -(176,0,l), -(261,399,l), -(360,399,l), -(278,0,l), -(453,0,l), -(537,403,l), -(644,399,l), -(561,0,l), -(737,0,l), -(850,543,l), -(565,538,l), -(570,563,ls), -(578,597,o), -(586,606,o), -(612,606,cs), -(642,606,l), -(667,729,l), -(591,729,ls), -(473,729,o), -(419,675,o), -(398,576,cs), -(390,541,l), -(289,541,l), -(293,563,ls), -(301,597,o), -(309,606,o), -(335,606,cs), -(365,606,l), -(390,729,l), -(314,729,ls), -(196,729,o), -(142,675,o), -(121,576,cs), -(113,539,l), -(67,541,l), -(38,399,l), -(85,402,l), -(1,0,l) -); -}, -{ -closed = 1; -nodes = ( -(841,586,o), -(880,621,o), -(880,673,cs), -(880,720,o), -(849,751,o), -(795,751,cs), -(735,751,o), -(696,716,o), -(696,664,cs), -(696,617,o), -(727,586,o), -(781,586,cs) -); -} -); -width = 820; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (72,0); -}, -{ -name = bottom_2; -pos = (325,0); -}, -{ -name = bottom_3; -pos = (577,0); -}, -{ -name = caret_1; -pos = (252.333,0); -}, -{ -name = caret_2; -pos = (504.667,0); -}, -{ -name = top_1; -pos = (223,729); +ref = f; }, { -name = top_2; -pos = (476,729); +pos = (277,0); +ref = _f.longarm; }, { -name = top_3; -pos = (728,729); +pos = (588,0); +ref = i; } ); +width = 833; +}, +{ background = { shapes = ( { @@ -913,103 +215,20 @@ ref = f; layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { -closed = 1; -nodes = ( -(106,0,l), -(207,485,l), -(431,485,l), -(329,0,l), -(366,0,l), -(467,485,l), -(683,485,l), -(582,0,l), -(617,0,l), -(726,517,l), -(474,517,l), -(499,636,ls), -(507,674,o), -(532,696,o), -(574,696,cs), -(645,696,l), -(652,729,l), -(574,729,ls), -(519,729,o), -(477,701,o), -(464,642,cs), -(437,517,l), -(214,517,l), -(239,636,ls), -(247,674,o), -(272,696,o), -(314,696,cs), -(385,696,l), -(392,729,l), -(314,729,ls), -(259,729,o), -(217,701,o), -(204,642,cs), -(177,517,l), -(76,517,l), -(69,485,l), -(171,485,l), -(69,0,l) -); -}, -{ -closed = 1; -nodes = ( -(755,625,o), -(768,639,o), -(768,658,cs), -(768,676,o), -(755,687,o), -(739,687,cs), -(719,687,o), -(706,673,o), -(706,654,cs), -(706,636,o), -(719,625,o), -(735,625,cs) -); -} -); -width = 757; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (117,0); -}, -{ -name = bottom_2; -pos = (463,0); -}, -{ -name = bottom_3; -pos = (809,0); -}, -{ -name = caret_1; -pos = (346,0); -}, -{ -name = caret_2; -pos = (692,0); -}, -{ -name = top_1; -pos = (268,729); +ref = f; }, { -name = top_2; -pos = (614,729); +pos = (259,0); +ref = _f.longarm; }, { -name = top_3; -pos = (960,729); +pos = (540,0); +ref = i; } ); +width = 746; +}, +{ background = { shapes = ( { @@ -1021,103 +240,20 @@ ref = f; layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { -closed = 1; -nodes = ( -(229,0,l), -(311,391,l), -(463,391,l), -(381,0,l), -(570,0,l), -(652,391,l), -(816,391,l), -(734,0,l), -(925,0,l), -(1040,544,l), -(684,544,l), -(688,560,ls), -(696,591,o), -(716,599,o), -(753,599,cs), -(808,599,l), -(835,729,l), -(701,729,ls), -(581,729,o), -(522,676,o), -(505,593,cs), -(495,544,l), -(343,544,l), -(347,560,ls), -(354,591,o), -(375,599,o), -(412,599,cs), -(467,599,l), -(494,729,l), -(360,729,ls), -(240,729,o), -(181,676,o), -(164,593,cs), -(154,544,l), -(73,544,l), -(42,391,l), -(122,391,l), -(40,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1028,589,o), -(1070,624,o), -(1070,676,cs), -(1070,723,o), -(1037,755,o), -(977,755,cs), -(913,755,o), -(871,720,o), -(871,668,cs), -(871,621,o), -(904,589,o), -(964,589,cs) -); -} -); -width = 1038; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (68,0); -}, -{ -name = bottom_2; -pos = (311,0); -}, -{ -name = bottom_3; -pos = (554,0); -}, -{ -name = caret_1; -pos = (243.333,0); -}, -{ -name = caret_2; -pos = (486.667,0); -}, -{ -name = top_1; -pos = (219,729); +ref = f; }, { -name = top_2; -pos = (462,729); +pos = (372,0); +ref = _f.longarm; }, { -name = top_3; -pos = (705,729); +pos = (770,0); +ref = i; } ); +width = 1072; +}, +{ background = { shapes = ( { @@ -1129,103 +265,20 @@ ref = f; layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { -closed = 1; -nodes = ( -(100,0,l), -(201,485,l), -(421,485,l), -(320,0,l), -(356,0,l), -(457,485,l), -(675,485,l), -(574,0,l), -(610,0,l), -(718,517,l), -(463,517,l), -(483,609,ls), -(497,673,o), -(520,695,o), -(586,695,cs), -(640,695,l), -(647,729,l), -(579,729,ls), -(509,729,o), -(465,697,o), -(450,624,cs), -(428,517,l), -(207,517,l), -(224,599,ls), -(239,673,o), -(264,695,o), -(330,695,cs), -(384,695,l), -(391,729,l), -(323,729,ls), -(253,729,o), -(208,697,o), -(191,614,cs), -(171,517,l), -(65,517,l), -(59,485,l), -(164,485,l), -(64,0,l) -); -}, -{ -closed = 1; -nodes = ( -(747,625,o), -(760,639,o), -(760,658,cs), -(760,676,o), -(747,687,o), -(731,687,cs), -(711,687,o), -(698,673,o), -(698,654,cs), -(698,636,o), -(711,625,o), -(727,625,cs) -); -} -); -width = 730; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (130,0); -}, -{ -name = bottom_2; -pos = (503,0); -}, -{ -name = bottom_3; -pos = (876,0); -}, -{ -name = caret_1; -pos = (372.667,0); -}, -{ -name = caret_2; -pos = (745.333,0); -}, -{ -name = top_1; -pos = (281,729); +ref = f; }, { -name = top_2; -pos = (654,729); +pos = (267,0); +ref = _f.longarm; }, { -name = top_3; -pos = (1027,729); +pos = (558,0); +ref = i; } ); +width = 726; +}, +{ background = { shapes = ( { @@ -1237,721 +290,318 @@ ref = f; layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { -closed = 1; -nodes = ( -(255,0,l), -(333,379,l), -(491,379,l), -(413,0,l), -(632,0,l), -(710,379,l), -(878,379,l), -(799,0,l), -(1018,0,l), -(1131,544,l), -(745,544,l), -(747,554,ls), -(752,578,o), -(764,589,o), -(807,589,cs), -(872,589,l), -(902,729,l), -(751,729,ls), -(621,729,o), -(553,677,o), -(534,587,cs), -(525,544,l), -(368,544,l), -(370,554,ls), -(375,578,o), -(387,589,o), -(430,589,cs), -(495,589,l), -(525,729,l), -(374,729,ls), -(244,729,o), -(176,677,o), -(157,587,cs), -(148,544,l), -(61,544,l), -(26,379,l), -(114,379,l), -(36,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(1121,586,o), -(1167,619,o), -(1167,677,cs), -(1167,725,o), -(1130,754,o), -(1054,754,cs), -(973,754,o), -(927,721,o), -(927,663,cs), -(927,615,o), -(964,586,o), -(1040,586,cs) -); -} -); -width = 1118; +pos = (419,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (93,0); +pos = (867,0); +ref = i; +} +); +width = 1185; }, { -name = bottom_2; -pos = (278,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (463,0); -}, +pos = (11,0); +ref = f; +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( { -name = caret_1; -pos = (185.333,0); +ref = f; }, { -name = caret_2; -pos = (370.667,0); +pos = (185,0); +ref = _f.longarm; }, { -name = top_1; -pos = (93,729); +pos = (384,0); +ref = i; +} +); +width = 486; }, { -name = top_2; -pos = (278,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (463,729); +pos = (3,0); +ref = f; } ); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -400, -0 -); }; -layerId = "7F26F2BA-2004-469A-AB81-A23C17C25EA4"; -name = "{75, 400, 0}"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { -closed = 1; -nodes = ( -(124,0,l), -(124,464,l), -(240,464,l), -(240,0,l), -(310,0,l), -(310,464,l), -(436,464,l), -(436,0,l), -(506,0,l), -(506,523,l), -(310,523,l), -(310,624,ls), -(310,655,o), -(316,673,o), -(349,673,cs), -(369,673,l), -(369,729,l), -(335,729,ls), -(272,729,o), -(240,700,o), -(240,632,cs), -(240,523,l), -(124,523,l), -(124,620,ls), -(124,651,o), -(130,669,o), -(163,669,cs), -(183,669,l), -(183,729,l), -(149,729,ls), -(85,729,o), -(53,701,o), -(53,631,cs), -(53,523,l), -(11,523,l), -(11,464,l), -(53,464,l), -(53,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(496,608,o), -(515,623,o), -(515,647,cs), -(515,672,o), -(496,687,o), -(472,687,cs), -(448,687,o), -(429,672,o), -(429,647,cs), -(429,622,o), -(448,608,o), -(472,608,cs) -); -} -); -width = 556; +pos = (293,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (136,0); +pos = (628,0); +ref = i; +} +); +width = 837; }, { -name = bottom_2; -pos = (409,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (682,0); -}, +pos = (-5,0); +ref = f; +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( { -name = caret_1; -pos = (272.667,0); +ref = f; }, { -name = caret_2; -pos = (545.333,0); +pos = (277,0); +ref = _f.longarm; }, { -name = top_1; -pos = (136,729); +pos = (616,0); +ref = i; +} +); +width = 770; }, { -name = top_2; -pos = (409,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (682,729); +pos = (10,0); +ref = f; } ); -associatedMasterId = master01; -attr = { -coordinates = ( -100, -400, -0 -); }; -layerId = "ECE9F618-3892-4B2E-84A1-3E299C78EB05"; -name = "{100, 400, 0}"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -closed = 1; -nodes = ( -(181,0,l), -(181,460,l), -(377,460,l), -(377,0,l), -(457,0,l), -(457,460,l), -(661,460,l), -(661,0,l), -(741,0,l), -(741,525,l), -(457,525,l), -(457,602,ls), -(457,641,o), -(471,664,o), -(519,664,cs), -(574,664,l), -(574,729,l), -(502,729,ls), -(423,729,o), -(377,691,o), -(377,612,cs), -(377,525,l), -(181,525,l), -(181,602,ls), -(181,641,o), -(195,664,o), -(243,664,cs), -(298,664,l), -(298,729,l), -(226,729,ls), -(147,729,o), -(101,691,o), -(101,612,cs), -(101,525,l), -(13,525,l), -(13,460,l), -(101,460,l), -(101,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(731,615,o), -(752,633,o), -(752,660,cs), -(752,688,o), -(731,706,o), -(701,706,cs), -(672,706,o), -(651,688,o), -(651,660,cs), -(651,633,o), -(672,615,o), -(701,615,cs) -); -} -); -width = 818; +pos = (372,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (144,0); +pos = (806,0); +ref = i; +} +); +width = 1057; }, { -name = bottom_2; -pos = (433,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (721,0); -}, +pos = (-3,0); +ref = f; +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( { -name = caret_1; -pos = (288.333,0); +ref = f; }, { -name = caret_2; -pos = (576.667,0); +pos = (281,0); +ref = _f.longarm; }, { -name = top_1; -pos = (144,729); +pos = (654,0); +ref = i; +} +); +width = 803; }, { -name = top_2; -pos = (433,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (721,729); +pos = (-7,0); +ref = f; } ); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -400, -0 -); }; -layerId = "8A3EF2D8-B63B-4010-8C23-FA6E6410D727"; -name = "{125, 400, 0}"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -closed = 1; -nodes = ( -(205,0,l), -(205,455,l), -(423,455,l), -(423,0,l), -(512,0,l), -(512,455,l), -(717,455,l), -(717,0,l), -(806,0,l), -(806,525,l), -(512,525,l), -(512,586,ls), -(512,636,o), -(536,659,o), -(591,659,cs), -(648,659,l), -(648,729,l), -(577,729,ls), -(479,729,o), -(423,685,o), -(423,590,cs), -(423,525,l), -(205,525,l), -(205,586,ls), -(205,636,o), -(229,659,o), -(284,659,cs), -(341,659,l), -(341,729,l), -(270,729,ls), -(172,729,o), -(116,685,o), -(116,590,cs), -(116,525,l), -(13,525,l), -(13,455,l), -(116,455,l), -(116,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(795,614,o), -(818,631,o), -(818,660,cs), -(818,687,o), -(798,706,o), -(762,706,cs), -(729,706,o), -(706,689,o), -(706,660,cs), -(706,633,o), -(726,614,o), -(762,614,cs) -); -} -); -width = 865; +pos = (423,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (37,0); +pos = (890,0); +ref = i; +} +); +width = 1177; }, { -name = bottom_2; -pos = (218,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (399,0); -}, +pos = (12,0); +ref = f; +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( { -name = caret_1; -pos = (181.333,0); +ref = f; }, { -name = caret_2; -pos = (362.667,0); +pos = (120,0); +ref = _f.longarm; }, { -name = top_1; -pos = (188,729); +pos = (210,0); +ref = i; +} +); +width = 315; }, { -name = top_2; -pos = (369,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (550,729); +pos = (277,0); +ref = f; } ); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -attr = { -coordinates = ( -75, -400, -1 -); }; -layerId = "D09BBB37-620F-4028-AF6C-B45BF7592866"; -name = "{75, 400, -12}"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { -closed = 1; -nodes = ( -(58,0,l), -(155,463,l), -(265,463,l), -(169,0,l), -(239,0,l), -(336,463,l), -(465,463,l), -(368,0,l), -(438,0,l), -(548,523,l), -(349,523,l), -(368,620,ls), -(374,653,o), -(386,669,o), -(417,669,cs), -(437,669,l), -(448,729,l), -(415,729,ls), -(351,729,o), -(315,700,o), -(301,632,cs), -(278,523,l), -(168,523,l), -(187,620,ls), -(193,653,o), -(205,669,o), -(236,669,cs), -(256,669,l), -(267,729,l), -(234,729,ls), -(170,729,o), -(134,700,o), -(120,632,cs), -(97,523,l), -(56,523,l), -(43,463,l), -(84,463,l), -(-12,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(558,608,o), -(576,624,o), -(576,649,cs), -(576,672,o), -(560,687,o), -(536,687,cs), -(510,687,o), -(491,671,o), -(491,646,cs), -(491,623,o), -(507,608,o), -(532,608,cs) -); -} -); -width = 544; +pos = (277,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (79,0); +pos = (569,0); +ref = i; +} +); +width = 776; }, { -name = bottom_2; -pos = (344,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (609,0); -}, +pos = (-5,0); +ref = f; +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( { -name = caret_1; -pos = (265.333,0); +ref = f; }, { -name = caret_2; -pos = (530.667,0); +pos = (259,0); +ref = _f.longarm; }, { -name = top_1; -pos = (230,729); +pos = (516,0); +ref = i; +} +); +width = 674; }, { -name = top_2; -pos = (495,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (760,729); +pos = (10,0); +ref = f; } ); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; -attr = { -coordinates = ( -100, -400, -1 -); }; -layerId = "E27621F0-94A1-4C50-94CC-642422DA4325"; -name = "{100, 400, -12}"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { -closed = 1; -nodes = ( -(111,0,l), -(207,460,l), -(400,460,l), -(304,0,l), -(384,0,l), -(480,460,l), -(681,460,l), -(586,0,l), -(664,0,l), -(775,525,l), -(494,525,l), -(512,611,ls), -(520,648,o), -(540,664,o), -(582,664,cs), -(636,664,l), -(650,729,l), -(570,729,ls), -(495,729,o), -(449,695,o), -(435,626,cs), -(414,525,l), -(221,525,l), -(239,611,ls), -(247,648,o), -(267,664,o), -(309,664,cs), -(363,664,l), -(377,729,l), -(297,729,ls), -(222,729,o), -(176,695,o), -(162,626,cs), -(141,525,l), -(56,525,l), -(42,460,l), -(127,460,l), -(31,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(792,615,o), -(814,635,o), -(814,663,cs), -(814,689,o), -(795,706,o), -(767,706,cs), -(735,706,o), -(713,686,o), -(713,658,cs), -(713,632,o), -(732,615,o), -(760,615,cs) -); -} -); -width = 796; +pos = (372,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (86,0); +pos = (741,0); +ref = i; +} +); +width = 985; }, { -name = bottom_2; -pos = (365,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (644,0); -}, +pos = (-3,0); +ref = f; +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( { -name = caret_1; -pos = (279.333,0); +ref = f; }, { -name = caret_2; -pos = (558.667,0); +pos = (267,0); +ref = _f.longarm; }, { -name = top_1; -pos = (237,729); +pos = (548,0); +ref = i; +} +); +width = 696; }, { -name = top_2; -pos = (516,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (795,729); +pos = (-7,0); +ref = f; } ); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -attr = { -coordinates = ( -125, -400, -1 -); }; -layerId = "F1559DD1-1729-4562-9E00-C1BF48255D8B"; -name = "{125, 400, -12}"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { -closed = 1; -nodes = ( -(133,0,l), -(228,455,l), -(430,455,l), -(335,0,l), -(423,0,l), -(518,455,l), -(731,455,l), -(636,0,l), -(723,0,l), -(833,525,l), -(532,525,l), -(547,593,ls), -(558,641,o), -(576,659,o), -(636,659,cs), -(693,659,l), -(708,729,l), -(617,729,ls), -(530,729,o), -(479,691,o), -(463,613,cs), -(444,525,l), -(242,525,l), -(257,593,ls), -(268,641,o), -(286,659,o), -(346,659,cs), -(403,659,l), -(418,729,l), -(327,729,ls), -(240,729,o), -(190,691,o), -(173,613,cs), -(154,525,l), -(53,525,l), -(39,455,l), -(140,455,l), -(45,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(851,614,o), -(873,634,o), -(873,663,cs), -(873,690,o), -(853,706,o), -(821,706,cs), -(783,706,o), -(761,686,o), -(761,657,cs), -(761,630,o), -(782,614,o), -(814,614,cs) -); +pos = (419,0); +ref = _f.longarm; +}, +{ +pos = (846,0); +ref = i; } ); -width = 838; +width = 1122; } ); metricLeft = f; diff --git a/sources/MonaSans.glyphspackage/glyphs/f_f_i.liga.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/f_f_i.liga.ss01.glyph index 4de87b22..bd060cd6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/f_f_i.liga.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/f_f_i.liga.ss01.glyph @@ -1,43 +1,9 @@ { glyphname = f_f_i.liga.ss01; -kernLeft = f; -kernRight = i; +kernLeft = KO_f; +kernRight = KO_fi.ss01; layers = ( { -anchors = ( -{ -name = bottom_1; -pos = (77,0); -}, -{ -name = bottom_2; -pos = (232,0); -}, -{ -name = bottom_3; -pos = (387,0); -}, -{ -name = caret_1; -pos = (154.667,0); -}, -{ -name = caret_2; -pos = (309.333,0); -}, -{ -name = top_1; -pos = (77,729); -}, -{ -name = top_2; -pos = (232,729); -}, -{ -name = top_3; -pos = (387,729); -} -); background = { shapes = ( { @@ -49,95 +15,20 @@ ref = f; layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { -closed = 1; -nodes = ( -(92,0,l), -(92,489,l), -(207,489,l), -(207,0,l), -(236,0,l), -(236,489,l), -(375,489,l), -(375,0,l), -(404,0,l), -(404,516,l), -(236,516,l), -(236,648,ls), -(236,684,o), -(244,700,o), -(276,700,cs), -(293,700,l), -(293,729,l), -(276,729,ls), -(235,729,o), -(207,712,o), -(207,654,cs), -(207,516,l), -(92,516,l), -(92,648,ls), -(92,684,o), -(100,700,o), -(132,700,cs), -(149,700,l), -(149,729,l), -(132,729,ls), -(91,729,o), -(63,712,o), -(63,654,cs), -(63,516,l), -(23,516,l), -(23,489,l), -(63,489,l), -(63,0,l) -); -}, -{ -closed = 1; -nodes = ( -(404,614,l), -(404,729,l), -(375,729,l), -(375,614,l) -); -} -); -width = 464; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (138,0); -}, -{ -name = bottom_2; -pos = (415,0); -}, -{ -name = bottom_3; -pos = (692,0); -}, -{ -name = caret_1; -pos = (276.667,0); -}, -{ -name = caret_2; -pos = (553.333,0); -}, -{ -name = top_1; -pos = (138,729); +ref = f; }, { -name = top_2; -pos = (415,729); +pos = (119,0); +ref = _f.longarm; }, { -name = top_3; -pos = (692,729); +pos = (243,0); +ref = i.ss01; } ); +width = 392; +}, +{ background = { shapes = ( { @@ -149,495 +40,120 @@ ref = f; layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { -closed = 1; -nodes = ( -(236,0,l), -(236,398,l), -(341,398,l), -(341,0,l), -(518,0,l), -(518,400,l), -(626,400,l), -(626,0,l), -(803,0,l), -(803,541,l), -(518,541,l), -(518,561,ls), -(518,582,o), -(518,605,o), -(554,605,cs), -(582,605,l), -(582,729,l), -(504,729,ls), -(384,729,o), -(341,672,o), -(341,575,cs), -(341,541,l), -(236,541,l), -(236,561,ls), -(236,593,o), -(243,605,o), -(272,605,cs), -(300,605,l), -(300,729,l), -(222,729,ls), -(102,729,o), -(59,672,o), -(59,575,cs), -(59,539,l), -(11,541,l), -(11,398,l), -(59,401,l), -(59,0,l) -); -}, -{ -closed = 1; -nodes = ( -(803,598,l), -(803,729,l), -(626,729,l), -(626,598,l) -); -} -); -width = 830; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (134,0); -}, -{ -name = bottom_2; -pos = (402,0); -}, -{ -name = bottom_3; -pos = (669,0); -}, -{ -name = caret_1; -pos = (267.667,0); -}, -{ -name = caret_2; -pos = (535.333,0); -}, -{ -name = top_1; -pos = (134,729); +ref = f; }, { -name = top_2; -pos = (402,729); +pos = (282,0); +ref = _f.longarm; }, { -name = top_3; -pos = (669,729); +pos = (597,0); +ref = i.ss01; } ); +width = 828; +}, +{ background = { shapes = ( { -pos = (-5,0); +pos = (-3,0); ref = f; } ); }; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { -closed = 1; -nodes = ( -(167,0,l), -(167,485,l), -(407,485,l), -(407,0,l), -(444,0,l), -(444,485,l), -(681,485,l), -(681,0,l), -(718,0,l), -(718,517,l), -(444,517,l), -(444,606,ls), -(444,669,o), -(468,695,o), -(530,695,cs), -(584,695,l), -(584,729,l), -(521,729,ls), -(451,729,o), -(407,691,o), -(407,612,cs), -(407,517,l), -(167,517,l), -(167,606,ls), -(167,669,o), -(191,695,o), -(253,695,cs), -(307,695,l), -(307,729,l), -(244,729,ls), -(174,729,o), -(130,691,o), -(130,612,cs), -(130,517,l), -(22,517,l), -(22,485,l), -(130,485,l), -(130,0,l) -); -}, -{ -closed = 1; -nodes = ( -(718,613,l), -(718,729,l), -(681,729,l), -(681,613,l) -); -} -); -width = 803; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (173,0); -}, -{ -name = bottom_2; -pos = (519,0); -}, -{ -name = bottom_3; -pos = (865,0); -}, -{ -name = caret_1; -pos = (346,0); -}, -{ -name = caret_2; -pos = (692,0); -}, -{ -name = top_1; -pos = (173,729); +ref = f; }, { -name = top_2; -pos = (519,729); +pos = (281,0); +ref = _f.longarm; }, { -name = top_3; -pos = (865,729); +pos = (583,0); +ref = i.ss01; } ); +width = 752; +}, +{ background = { shapes = ( { -pos = (10,0); +pos = (-7,0); ref = f; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -closed = 1; -nodes = ( -(288,0,l), -(288,391,l), -(436,391,l), -(436,0,l), -(627,0,l), -(627,391,l), -(793,391,l), -(793,0,l), -(984,0,l), -(984,544,l), -(627,544,l), -(627,571,ls), -(627,599,o), -(643,606,o), -(666,606,cs), -(737,606,l), -(737,729,l), -(614,729,ls), -(500,729,o), -(436,675,o), -(436,580,cs), -(436,544,l), -(288,544,l), -(288,571,ls), -(288,599,o), -(304,606,o), -(327,606,cs), -(398,606,l), -(398,729,l), -(275,729,ls), -(161,729,o), -(97,675,o), -(97,580,cs), -(97,544,l), -(17,544,l), -(17,391,l), -(97,391,l), -(97,0,l) -); -}, -{ -closed = 1; -nodes = ( -(984,601,l), -(984,729,l), -(793,729,l), -(793,601,l) -); -} -); -width = 1038; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (129,0); -}, -{ -name = bottom_2; -pos = (388,0); -}, -{ -name = bottom_3; -pos = (646,0); -}, -{ -name = caret_1; -pos = (258.333,0); -}, -{ -name = caret_2; -pos = (516.667,0); -}, -{ -name = top_1; -pos = (129,729); +ref = f; }, { -name = top_2; -pos = (388,729); +pos = (424,0); +ref = _f.longarm; }, { -name = top_3; -pos = (646,729); +pos = (870,0); +ref = i.ss01; } ); +width = 1189; +}, +{ background = { shapes = ( { -pos = (-3,0); +pos = (-5,0); ref = f; } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { -closed = 1; -nodes = ( -(156,0,l), -(156,485,l), -(396,485,l), -(396,0,l), -(433,0,l), -(433,485,l), -(672,485,l), -(672,0,l), -(709,0,l), -(709,517,l), -(433,517,l), -(433,598,ls), -(433,666,o), -(459,695,o), -(525,695,cs), -(593,695,l), -(593,729,l), -(519,729,ls), -(443,729,o), -(396,688,o), -(396,603,cs), -(396,517,l), -(156,517,l), -(156,598,ls), -(156,666,o), -(182,695,o), -(248,695,cs), -(316,695,l), -(316,729,l), -(242,729,ls), -(166,729,o), -(119,688,o), -(119,603,cs), -(119,517,l), -(11,517,l), -(11,485,l), -(119,485,l), -(119,0,l) -); -}, -{ -closed = 1; -nodes = ( -(709,615,l), -(709,729,l), -(672,729,l), -(672,615,l) -); -} -); -width = 775; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (190,0); -}, -{ -name = bottom_2; -pos = (571,0); -}, -{ -name = bottom_3; -pos = (952,0); -}, -{ -name = caret_1; -pos = (380.667,0); -}, -{ -name = caret_2; -pos = (761.333,0); -}, -{ -name = top_1; -pos = (190,729); +ref = f; }, { -name = top_2; -pos = (571,729); +pos = (263,0); +ref = _f.longarm; }, { -name = top_3; -pos = (952,729); +pos = (556,0); +ref = i.ss01; } ); +width = 763; +}, +{ background = { shapes = ( { -pos = (-7,0); +pos = (10,0); ref = f; } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { -closed = 1; -nodes = ( -(314,0,l), -(314,379,l), -(477,379,l), -(477,0,l), -(698,0,l), -(698,379,l), -(878,379,l), -(878,0,l), -(1099,0,l), -(1099,544,l), -(698,544,l), -(698,558,ls), -(698,579,o), -(710,589,o), -(738,589,cs), -(824,589,l), -(824,729,l), -(658,729,ls), -(541,729,o), -(477,675,o), -(477,576,cs), -(477,544,l), -(314,544,l), -(314,558,ls), -(314,579,o), -(326,589,o), -(354,589,cs), -(440,589,l), -(440,729,l), -(274,729,ls), -(157,729,o), -(93,675,o), -(93,576,cs), -(93,544,l), -(4,544,l), -(4,379,l), -(93,379,l), -(93,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1099,600,l), -(1099,729,l), -(878,729,l), -(878,600,l) -); -} -); -width = 1142; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (24,0); -}, -{ -name = bottom_2; -pos = (179,0); -}, -{ -name = bottom_3; -pos = (334,0); -}, -{ -name = caret_1; -pos = (154.667,0); -}, -{ -name = caret_2; -pos = (309.333,0); -}, -{ -name = top_1; -pos = (175,729); +ref = f; }, { -name = top_2; -pos = (330,729); +pos = (359,0); +ref = _f.longarm; }, { -name = top_3; -pos = (485,729); +pos = (744,0); +ref = i.ss01; } ); +width = 1047; +}, +{ background = { shapes = ( { @@ -649,95 +165,20 @@ ref = f; layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { -closed = 1; -nodes = ( -(38,0,l), -(140,489,l), -(254,489,l), -(152,0,l), -(181,0,l), -(283,489,l), -(422,489,l), -(320,0,l), -(349,0,l), -(457,516,l), -(289,516,l), -(316,648,ls), -(324,688,o), -(339,700,o), -(368,700,cs), -(383,700,l), -(388,729,l), -(372,729,ls), -(330,729,o), -(301,710,o), -(289,654,cs), -(260,516,l), -(146,516,l), -(173,648,ls), -(182,688,o), -(196,700,o), -(225,700,cs), -(240,700,l), -(245,729,l), -(229,729,ls), -(187,729,o), -(158,710,o), -(146,654,cs), -(117,516,l), -(78,516,l), -(72,489,l), -(111,489,l), -(9,0,l) -); -}, -{ -closed = 1; -nodes = ( -(475,614,l), -(500,729,l), -(471,729,l), -(447,614,l) -); -} -); -width = 464; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (81,0); -}, -{ -name = bottom_2; -pos = (354,0); -}, -{ -name = bottom_3; -pos = (627,0); -}, -{ -name = caret_1; -pos = (273.333,0); -}, -{ -name = caret_2; -pos = (546.667,0); -}, -{ -name = top_1; -pos = (232,729); +ref = f; }, { -name = top_2; -pos = (505,729); +pos = (120,0); +ref = _f.longarm; }, { -name = top_3; -pos = (778,729); +pos = (233,0); +ref = i.ss01; } ); +width = 384; +}, +{ background = { shapes = ( { @@ -749,95 +190,20 @@ ref = f; layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { -closed = 1; -nodes = ( -(176,0,l), -(261,399,l), -(361,399,l), -(278,0,l), -(453,0,l), -(537,400,l), -(644,399,l), -(561,0,l), -(737,0,l), -(850,541,l), -(565,541,l), -(570,563,ls), -(578,597,o), -(586,606,o), -(612,606,cs), -(642,606,l), -(667,729,l), -(591,729,ls), -(473,729,o), -(418,675,o), -(398,576,cs), -(391,541,l), -(289,541,l), -(293,563,ls), -(301,597,o), -(309,606,o), -(335,606,cs), -(365,606,l), -(390,729,l), -(314,729,ls), -(196,729,o), -(142,675,o), -(121,576,cs), -(113,539,l), -(67,541,l), -(38,399,l), -(84,402,l), -(1,0,l) -); -}, -{ -closed = 1; -nodes = ( -(862,598,l), -(889,729,l), -(713,729,l), -(686,598,l) -); -} -); -width = 820; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (75,0); -}, -{ -name = bottom_2; -pos = (333,0); -}, -{ -name = bottom_3; -pos = (590,0); -}, -{ -name = caret_1; -pos = (257.667,0); -}, -{ -name = caret_2; -pos = (515.333,0); -}, -{ -name = top_1; -pos = (226,729); +ref = f; }, { -name = top_2; -pos = (484,729); +pos = (277,0); +ref = _f.longarm; }, { -name = top_3; -pos = (741,729); +pos = (588,0); +ref = i.ss01; } ); +width = 833; +}, +{ background = { shapes = ( { @@ -849,95 +215,20 @@ ref = f; layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { -closed = 1; -nodes = ( -(106,0,l), -(207,485,l), -(431,485,l), -(329,0,l), -(366,0,l), -(467,485,l), -(699,485,l), -(598,0,l), -(633,0,l), -(742,517,l), -(474,517,l), -(499,636,ls), -(507,674,o), -(532,696,o), -(574,696,cs), -(645,696,l), -(652,729,l), -(574,729,ls), -(519,729,o), -(477,701,o), -(464,642,cs), -(437,517,l), -(214,517,l), -(239,636,ls), -(247,674,o), -(272,696,o), -(314,696,cs), -(385,696,l), -(392,729,l), -(314,729,ls), -(259,729,o), -(217,701,o), -(204,642,cs), -(177,517,l), -(76,517,l), -(69,485,l), -(171,485,l), -(69,0,l) -); -}, -{ -closed = 1; -nodes = ( -(762,615,l), -(786,729,l), -(750,729,l), -(726,615,l) -); -} -); -width = 773; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (118,0); -}, -{ -name = bottom_2; -pos = (466,0); -}, -{ -name = bottom_3; -pos = (814,0); -}, -{ -name = caret_1; -pos = (348,0); -}, -{ -name = caret_2; -pos = (696,0); -}, -{ -name = top_1; -pos = (269,729); +ref = f; }, { -name = top_2; -pos = (617,729); +pos = (259,0); +ref = _f.longarm; }, { -name = top_3; -pos = (965,729); +pos = (540,0); +ref = i.ss01; } ); +width = 746; +}, +{ background = { shapes = ( { @@ -949,95 +240,20 @@ ref = f; layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { -closed = 1; -nodes = ( -(229,0,l), -(311,391,l), -(463,391,l), -(381,0,l), -(570,0,l), -(652,391,l), -(822,391,l), -(740,0,l), -(931,0,l), -(1046,544,l), -(684,544,l), -(688,560,ls), -(696,591,o), -(716,599,o), -(753,599,cs), -(808,599,l), -(835,729,l), -(701,729,ls), -(581,729,o), -(522,676,o), -(505,593,cs), -(495,544,l), -(343,544,l), -(347,560,ls), -(354,591,o), -(375,599,o), -(412,599,cs), -(467,599,l), -(494,729,l), -(360,729,ls), -(240,729,o), -(181,676,o), -(164,593,cs), -(154,544,l), -(73,544,l), -(42,391,l), -(122,391,l), -(40,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1060,611,l), -(1085,729,l), -(893,729,l), -(868,611,l) -); -} -); -width = 1044; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (72,0); -}, -{ -name = bottom_2; -pos = (323,0); -}, -{ -name = bottom_3; -pos = (574,0); -}, -{ -name = caret_1; -pos = (251,0); -}, -{ -name = caret_2; -pos = (502,0); -}, -{ -name = top_1; -pos = (223,729); +ref = f; }, { -name = top_2; -pos = (474,729); +pos = (372,0); +ref = _f.longarm; }, { -name = top_3; -pos = (725,729); +pos = (770,0); +ref = i.ss01; } ); +width = 1072; +}, +{ background = { shapes = ( { @@ -1049,95 +265,20 @@ ref = f; layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { -closed = 1; -nodes = ( -(100,0,l), -(201,485,l), -(420,485,l), -(320,0,l), -(356,0,l), -(456,485,l), -(698,485,l), -(597,0,l), -(633,0,l), -(741,517,l), -(463,517,l), -(480,599,ls), -(495,673,o), -(520,695,o), -(586,695,cs), -(640,695,l), -(647,729,l), -(579,729,ls), -(509,729,o), -(464,697,o), -(447,614,cs), -(427,517,l), -(207,517,l), -(224,599,ls), -(239,673,o), -(264,695,o), -(330,695,cs), -(384,695,l), -(391,729,l), -(323,729,ls), -(253,729,o), -(208,697,o), -(191,614,cs), -(172,517,l), -(65,517,l), -(59,485,l), -(165,485,l), -(64,0,l) -); -}, -{ -closed = 1; -nodes = ( -(761,615,l), -(785,729,l), -(749,729,l), -(725,615,l) -); -} -); -width = 753; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (131,0); -}, -{ -name = bottom_2; -pos = (506,0); -}, -{ -name = bottom_3; -pos = (881,0); -}, -{ -name = caret_1; -pos = (374.667,0); -}, -{ -name = caret_2; -pos = (749.333,0); -}, -{ -name = top_1; -pos = (282,729); +ref = f; }, { -name = top_2; -pos = (657,729); +pos = (267,0); +ref = _f.longarm; }, { -name = top_3; -pos = (1032,729); +pos = (558,0); +ref = i.ss01; } ); +width = 726; +}, +{ background = { shapes = ( { @@ -1149,665 +290,318 @@ ref = f; layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { -closed = 1; -nodes = ( -(255,0,l), -(333,379,l), -(491,379,l), -(413,0,l), -(632,0,l), -(710,379,l), -(884,379,l), -(805,0,l), -(1024,0,l), -(1137,544,l), -(745,544,l), -(747,554,ls), -(752,578,o), -(764,589,o), -(807,589,cs), -(872,589,l), -(902,729,l), -(751,729,ls), -(621,729,o), -(553,677,o), -(534,587,cs), -(525,544,l), -(368,544,l), -(370,554,ls), -(375,578,o), -(387,589,o), -(430,589,cs), -(495,589,l), -(525,729,l), -(374,729,ls), -(244,729,o), -(176,677,o), -(157,587,cs), -(148,544,l), -(61,544,l), -(26,379,l), -(114,379,l), -(36,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(1148,601,l), -(1174,730,l), -(955,730,l), -(929,601,l) -); -} -); -width = 1124; +pos = (419,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (93,0); +pos = (867,0); +ref = i.ss01; +} +); +width = 1173; }, { -name = bottom_2; -pos = (279,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (464,0); -}, +pos = (11,0); +ref = f; +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( { -name = caret_1; -pos = (185.667,0); +ref = f; }, { -name = caret_2; -pos = (371.333,0); +pos = (185,0); +ref = _f.longarm; }, { -name = top_1; -pos = (93,729); +pos = (384,0); +ref = i.ss01; +} +); +width = 486; }, { -name = top_2; -pos = (279,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (464,729); +pos = (3,0); +ref = f; } ); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -400, -0 -); }; -layerId = "3CD82FA6-CB5E-4EDE-B052-6069E38B6912"; -name = "{75, 400, 0}"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { -closed = 1; -nodes = ( -(124,0,l), -(124,464,l), -(237,464,l), -(237,0,l), -(307,0,l), -(307,464,l), -(437,464,l), -(437,0,l), -(507,0,l), -(507,523,l), -(307,523,l), -(307,624,ls), -(307,655,o), -(313,673,o), -(346,673,cs), -(366,673,l), -(366,729,l), -(332,729,ls), -(269,729,o), -(237,700,o), -(237,632,cs), -(237,523,l), -(124,523,l), -(124,620,ls), -(124,651,o), -(130,669,o), -(163,669,cs), -(183,669,l), -(183,729,l), -(149,729,ls), -(85,729,o), -(53,701,o), -(53,631,cs), -(53,523,l), -(11,523,l), -(11,463,l), -(53,464,l), -(53,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(507,610,l), -(507,729,l), -(437,729,l), -(437,610,l) -); -} -); -width = 557; +pos = (293,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (138,0); +pos = (628,0); +ref = i.ss01; +} +); +width = 837; }, { -name = bottom_2; -pos = (415,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (691,0); -}, +pos = (-5,0); +ref = f; +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( { -name = caret_1; -pos = (276.333,0); +ref = f; }, { -name = caret_2; -pos = (552.667,0); +pos = (277,0); +ref = _f.longarm; }, { -name = top_1; -pos = (138,729); +pos = (616,0); +ref = i.ss01; +} +); +width = 770; }, { -name = top_2; -pos = (415,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (691,729); +pos = (10,0); +ref = f; } ); -associatedMasterId = master01; -attr = { -coordinates = ( -100, -400, -0 -); }; -layerId = "7B9AC825-8559-4851-8EE8-93557FF56842"; -name = "{100, 400, 0}"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -closed = 1; -nodes = ( -(181,0,l), -(181,460,l), -(377,460,l), -(377,0,l), -(457,0,l), -(457,460,l), -(673,460,l), -(673,0,l), -(753,0,l), -(753,525,l), -(457,525,l), -(457,602,ls), -(457,641,o), -(471,664,o), -(519,664,cs), -(574,664,l), -(574,729,l), -(502,729,ls), -(423,729,o), -(377,691,o), -(377,612,cs), -(377,525,l), -(181,525,l), -(181,602,ls), -(181,641,o), -(195,664,o), -(243,664,cs), -(298,664,l), -(298,729,l), -(226,729,ls), -(147,729,o), -(101,691,o), -(101,612,cs), -(101,525,l), -(13,525,l), -(13,460,l), -(101,460,l), -(101,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(753,610,l), -(753,729,l), -(673,729,l), -(673,610,l) -); -} -); -width = 829; +pos = (372,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (147,0); +pos = (806,0); +ref = i.ss01; +} +); +width = 1057; }, { -name = bottom_2; -pos = (441,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (734,0); -}, +pos = (-3,0); +ref = f; +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( { -name = caret_1; -pos = (293.667,0); +ref = f; }, { -name = caret_2; -pos = (587.333,0); +pos = (281,0); +ref = _f.longarm; }, { -name = top_1; -pos = (147,729); +pos = (654,0); +ref = i.ss01; +} +); +width = 823; }, { -name = top_2; -pos = (441,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (734,729); +pos = (-7,0); +ref = f; } ); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -400, -0 -); }; -layerId = "178F6E0B-DCAD-413D-BFC3-67FADE57A082"; -name = "{125, 400, 0}"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -closed = 1; -nodes = ( -(205,0,l), -(205,455,l), -(423,455,l), -(423,0,l), -(512,0,l), -(512,455,l), -(735,455,l), -(735,0,l), -(823,0,l), -(823,525,l), -(512,525,l), -(512,586,ls), -(512,636,o), -(536,659,o), -(591,659,cs), -(648,659,l), -(648,729,l), -(577,729,ls), -(479,729,o), -(423,685,o), -(423,590,cs), -(423,525,l), -(205,525,l), -(205,586,ls), -(205,636,o), -(229,659,o), -(284,659,cs), -(341,659,l), -(341,729,l), -(270,729,ls), -(172,729,o), -(116,685,o), -(116,590,cs), -(116,525,l), -(13,525,l), -(13,455,l), -(116,455,l), -(116,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(823,611,l), -(823,729,l), -(735,729,l), -(735,611,l) -); -} -); -width = 881; +pos = (423,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (37,0); +pos = (890,0); +ref = i.ss01; +} +); +width = 1197; }, { -name = bottom_2; -pos = (218,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (399,0); -}, +pos = (155,0); +ref = f; +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( { -name = caret_1; -pos = (181,0); +ref = f; }, { -name = caret_2; -pos = (362,0); +pos = (120,0); +ref = _f.longarm; }, { -name = top_1; -pos = (188,729); +pos = (210,0); +ref = i.ss01; +} +); +width = 315; }, { -name = top_2; -pos = (369,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (550,729); +pos = (280,0); +ref = f; } ); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -attr = { -coordinates = ( -75, -400, -1 -); }; -layerId = "BFC7A6C8-285D-4305-A954-A5F8FC7F7EFD"; -name = "{75, 400, -12}"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { -closed = 1; -nodes = ( -(58,0,l), -(155,463,l), -(265,463,l), -(169,0,l), -(239,0,l), -(336,463,l), -(464,463,l), -(368,0,l), -(438,0,l), -(547,523,l), -(349,523,l), -(368,620,ls), -(374,653,o), -(386,669,o), -(417,669,cs), -(437,669,l), -(448,729,l), -(415,729,ls), -(351,729,o), -(315,700,o), -(301,632,cs), -(278,523,l), -(168,523,l), -(187,620,ls), -(193,653,o), -(205,669,o), -(236,669,cs), -(256,669,l), -(267,729,l), -(234,729,ls), -(170,729,o), -(134,700,o), -(120,632,cs), -(97,523,l), -(56,523,l), -(43,463,l), -(84,463,l), -(-12,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(564,610,l), -(589,729,l), -(519,729,l), -(494,610,l) -); -} -); -width = 543; +pos = (277,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (81,0); +pos = (569,0); +ref = i.ss01; +} +); +width = 776; }, { -name = bottom_2; -pos = (351,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (620,0); -}, +pos = (255,0); +ref = f; +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( { -name = caret_1; -pos = (269.667,0); +ref = f; }, { -name = caret_2; -pos = (539.333,0); +pos = (259,0); +ref = _f.longarm; }, { -name = top_1; -pos = (232,729); +pos = (516,0); +ref = i.ss01; +} +); +width = 674; }, { -name = top_2; -pos = (502,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (771,729); +pos = (351,0); +ref = f; } ); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; -attr = { -coordinates = ( -100, -400, -1 -); }; -layerId = "26D36E07-7F2B-4BFB-845F-01123D14C547"; -name = "{100, 400, -12}"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { -closed = 1; -nodes = ( -(111,0,l), -(207,460,l), -(400,460,l), -(304,0,l), -(384,0,l), -(480,460,l), -(695,460,l), -(599,0,l), -(678,0,l), -(788,525,l), -(494,525,l), -(512,611,ls), -(520,648,o), -(540,664,o), -(582,664,cs), -(636,664,l), -(650,729,l), -(570,729,ls), -(495,729,o), -(449,695,o), -(435,626,cs), -(414,525,l), -(221,525,l), -(239,611,ls), -(247,648,o), -(267,664,o), -(309,664,cs), -(363,664,l), -(377,729,l), -(297,729,ls), -(222,729,o), -(176,695,o), -(162,626,cs), -(141,525,l), -(56,525,l), -(42,460,l), -(127,460,l), -(31,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(807,614,l), -(831,729,l), -(751,729,l), -(727,614,l) -); -} -); -width = 809; +pos = (372,0); +ref = _f.longarm; }, { -anchors = ( -{ -name = bottom_1; -pos = (87,0); +pos = (741,0); +ref = i.ss01; +} +); +width = 985; }, { -name = bottom_2; -pos = (369,0); -}, +background = { +shapes = ( { -name = bottom_3; -pos = (650,0); -}, +pos = (253,0); +ref = f; +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( { -name = caret_1; -pos = (281.667,0); +ref = f; }, { -name = caret_2; -pos = (563.333,0); +pos = (267,0); +ref = _f.longarm; }, { -name = top_1; -pos = (238,729); +pos = (548,0); +ref = i.ss01; +} +); +width = 696; }, { -name = top_2; -pos = (520,729); -}, +background = { +shapes = ( { -name = top_3; -pos = (801,729); +pos = (-7,0); +ref = f; } ); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -attr = { -coordinates = ( -125, -400, -1 -); }; -layerId = "E6A5D20F-D6C7-49E0-B60B-029761B0B494"; -name = "{125, 400, -12}"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { -closed = 1; -nodes = ( -(133,0,l), -(228,455,l), -(430,455,l), -(335,0,l), -(423,0,l), -(518,455,l), -(739,455,l), -(644,0,l), -(732,0,l), -(841,525,l), -(532,525,l), -(547,593,ls), -(558,641,o), -(576,659,o), -(636,659,cs), -(693,659,l), -(708,729,l), -(617,729,ls), -(530,729,o), -(479,691,o), -(463,613,cs), -(444,525,l), -(242,525,l), -(257,593,ls), -(268,641,o), -(286,659,o), -(346,659,cs), -(403,659,l), -(418,729,l), -(327,729,ls), -(240,729,o), -(190,691,o), -(173,613,cs), -(154,525,l), -(53,525,l), -(39,455,l), -(140,455,l), -(45,0,l) -); +ref = f; }, { -closed = 1; -nodes = ( -(859,611,l), -(883,729,l), -(796,729,l), -(771,611,l) -); +pos = (419,0); +ref = _f.longarm; +}, +{ +pos = (846,0); +ref = i.ss01; } ); -width = 845; +width = 1122; } ); metricLeft = f; diff --git a/sources/MonaSans.glyphspackage/glyphs/f_y.liga.glyph b/sources/MonaSans.glyphspackage/glyphs/f_y.liga.glyph index 5a8924fe..1ec3b598 100644 --- a/sources/MonaSans.glyphspackage/glyphs/f_y.liga.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/f_y.liga.glyph @@ -1,31 +1,9 @@ { glyphname = f_y.liga; -kernLeft = f; -kernRight = y; +kernLeft = KO_f; +kernRight = KO_y; layers = ( { -anchors = ( -{ -name = bottom_1; -pos = (102,0); -}, -{ -name = bottom_2; -pos = (305,0); -}, -{ -name = caret_1; -pos = (203,0); -}, -{ -name = top_1; -pos = (102,729); -}, -{ -name = top_2; -pos = (305,729); -} -); background = { shapes = ( { @@ -37,74 +15,16 @@ ref = f; layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { -closed = 1; -nodes = ( -(205,-167,ls), -(245,-167,o), -(263,-145,o), -(272,-100,cs), -(392,516,l), -(361,516,l), -(298,175,l), -(280,58,l), -(276,58,l), -(258,175,l), -(197,516,l), -(92,516,l), -(92,648,ls), -(92,684,o), -(100,700,o), -(132,700,cs), -(149,700,l), -(149,729,l), -(132,729,ls), -(91,729,o), -(63,712,o), -(63,654,cs), -(63,516,l), -(23,516,l), -(23,489,l), -(63,489,l), -(63,0,l), -(92,0,l), -(92,489,l), -(172,489,l), -(268,-31,l), -(268,26,l), -(250,-77,ls), -(243,-115,o), -(234,-141,o), -(205,-141,cs), -(180,-141,l), -(180,-167,l) -); -} -); -width = 406; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (170,0); -}, -{ -name = bottom_2; -pos = (511,0); -}, -{ -name = caret_1; -pos = (340.5,0); -}, -{ -name = top_1; -pos = (170,729); +ref = f; }, { -name = top_2; -pos = (511,729); +pos = (122,0); +ref = y; } ); +width = 376; +}, +{ background = { shapes = ( { @@ -116,390 +36,100 @@ ref = f; layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { -closed = 1; -nodes = ( -(363,-167,ls), -(461,-167,o), -(546,-135,o), -(574,11,cs), -(674,541,l), -(505,541,l), -(484,301,l), -(475,179,l), -(468,179,l), -(456,300,l), -(429,541,l), -(236,541,l), -(236,561,ls), -(236,593,o), -(243,605,o), -(272,605,cs), -(300,605,l), -(300,729,l), -(222,729,ls), -(102,729,o), -(59,672,o), -(59,575,cs), -(59,539,l), -(11,541,l), -(11,398,l), -(59,401,l), -(59,0,l), -(236,0,l), -(236,401,l), -(284,398,l), -(395,-55,l), -(397,80,l), -(387,16,ls), -(380,-27,o), -(361,-36,o), -(331,-36,cs), -(297,-36,l), -(297,-167,l) -); -} -); -width = 681; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (189,0); -}, -{ -name = bottom_2; -pos = (568,0); -}, -{ -name = caret_1; -pos = (378.5,0); -}, -{ -name = top_1; -pos = (189,729); +ref = f; }, { -name = top_2; -pos = (568,729); +pos = (249,0); +ref = y; } ); +width = 704; +}, +{ background = { shapes = ( { -pos = (-5,0); +pos = (-3,0); ref = f; } ); }; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { -closed = 1; -nodes = ( -(367,-167,ls), -(437,-167,o), -(469,-138,o), -(493,-77,cs), -(731,517,l), -(692,517,l), -(575,223,l), -(519,71,l), -(515,71,l), -(455,223,l), -(331,517,l), -(167,517,l), -(167,606,ls), -(167,669,o), -(191,695,o), -(253,695,cs), -(307,695,l), -(307,729,l), -(244,729,ls), -(174,729,o), -(130,691,o), -(130,612,cs), -(130,517,l), -(22,517,l), -(22,485,l), -(130,485,l), -(130,0,l), -(167,0,l), -(167,485,l), -(304,485,l), -(505,18,l), -(505,45,l), -(462,-65,ls), -(443,-113,o), -(417,-135,o), -(365,-135,cs), -(318,-135,l), -(318,-167,l) -); -} -); -width = 757; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (227,0); -}, -{ -name = bottom_2; -pos = (680,0); -}, -{ -name = caret_1; -pos = (453,0); -}, -{ -name = top_1; -pos = (227,729); +ref = f; }, { -name = top_2; -pos = (680,729); +pos = (262,0); +ref = y; } ); +width = 820; +}, +{ background = { shapes = ( { -pos = (10,0); +pos = (-7,0); ref = f; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -closed = 1; -nodes = ( -(474,-167,ls), -(575,-167,o), -(654,-137,o), -(702,-4,cs), -(899,544,l), -(694,544,l), -(626,280,l), -(614,220,l), -(607,220,l), -(594,280,l), -(521,544,l), -(288,544,l), -(288,571,ls), -(288,599,o), -(304,606,o), -(327,606,cs), -(398,606,l), -(398,729,l), -(275,729,ls), -(161,729,o), -(97,675,o), -(97,580,cs), -(97,544,l), -(17,544,l), -(17,391,l), -(97,391,l), -(97,0,l), -(288,0,l), -(288,391,l), -(374,391,l), -(523,27,l), -(523,68,l), -(512,38,ls), -(499,4,o), -(477,-11,o), -(436,-11,cs), -(367,-11,l), -(367,-167,l) -); -} -); -width = 906; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (202,0); -}, -{ -name = bottom_2; -pos = (607,0); -}, -{ -name = caret_1; -pos = (404.5,0); -}, -{ -name = top_1; -pos = (202,729); +ref = f; }, { -name = top_2; -pos = (607,729); +pos = (358,0); +ref = y; } ); +width = 1043; +}, +{ background = { shapes = ( { -pos = (-3,0); +pos = (-5,0); ref = f; } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { -closed = 1; -nodes = ( -(349,-167,ls), -(428,-167,o), -(479,-130,o), -(514,-59,cs), -(798,517,l), -(759,517,l), -(630,256,l), -(541,72,l), -(535,72,l), -(439,256,l), -(302,517,l), -(156,517,l), -(156,598,ls), -(156,666,o), -(182,695,o), -(248,695,cs), -(316,695,l), -(316,729,l), -(242,729,ls), -(166,729,o), -(119,688,o), -(119,603,cs), -(119,517,l), -(11,517,l), -(11,485,l), -(119,485,l), -(119,0,l), -(156,0,l), -(156,485,l), -(279,485,l), -(522,24,l), -(522,35,l), -(482,-45,ls), -(453,-103,o), -(418,-133,o), -(352,-133,cs), -(292,-133,l), -(292,-167,l) -); -} -); -width = 809; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (247,0); -}, -{ -name = bottom_2; -pos = (742,0); -}, -{ -name = caret_1; -pos = (494.5,0); -}, -{ -name = top_1; -pos = (247,729); +ref = f; }, { -name = top_2; -pos = (742,729); +pos = (246,0); +ref = y; } ); +width = 733; +}, +{ background = { shapes = ( { -pos = (-7,0); +pos = (10,0); ref = f; } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { -closed = 1; -nodes = ( -(476,-167,ls), -(607,-167,o), -(686,-131,o), -(739,-17,cs), -(999,544,l), -(770,544,l), -(690,324,l), -(663,238,l), -(654,238,l), -(626,324,l), -(543,544,l), -(314,544,l), -(314,558,ls), -(314,579,o), -(326,589,o), -(354,589,cs), -(440,589,l), -(440,729,l), -(274,729,ls), -(157,729,o), -(93,675,o), -(93,576,cs), -(93,544,l), -(4,544,l), -(4,379,l), -(93,379,l), -(93,0,l), -(314,0,l), -(314,379,l), -(387,379,l), -(556,36,l), -(556,68,l), -(549,45,ls), -(536,19,o), -(513,5,o), -(449,5,cs), -(373,5,l), -(373,-167,l) -); -} -); -width = 989; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (47,0); -}, -{ -name = bottom_2; -pos = (246,0); -}, -{ -name = caret_1; -pos = (199.5,0); -}, -{ -name = top_1; -pos = (198,729); +ref = f; }, { -name = top_2; -pos = (397,729); +pos = (310,0); +ref = y; } ); +width = 892; +}, +{ background = { shapes = ( { @@ -511,74 +141,16 @@ ref = f; layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { -closed = 1; -nodes = ( -(110,-168,ls), -(144,-168,o), -(171,-153,o), -(189,-107,cs), -(438,516,l), -(407,516,l), -(266,153,l), -(233,58,l), -(229,58,l), -(232,151,l), -(242,516,l), -(146,516,l), -(173,648,ls), -(182,688,o), -(196,700,o), -(225,700,cs), -(240,700,l), -(245,729,l), -(229,729,ls), -(187,729,o), -(158,710,o), -(146,654,cs), -(117,516,l), -(78,516,l), -(72,489,l), -(111,489,l), -(9,0,l), -(38,0,l), -(140,489,l), -(215,489,l), -(204,-14,l), -(210,18,l), -(168,-93,ls), -(152,-135,o), -(136,-143,o), -(104,-143,cs), -(90,-143,l), -(85,-168,l) -); -} -); -width = 399; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (114,0); -}, -{ -name = bottom_2; -pos = (453,0); -}, -{ -name = caret_1; -pos = (339,0); -}, -{ -name = top_1; -pos = (265,729); +ref = f; }, { -name = top_2; -pos = (604,729); +pos = (122,0); +ref = y; } ); +width = 374; +}, +{ background = { shapes = ( { @@ -590,74 +162,16 @@ ref = f; layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { -closed = 1; -nodes = ( -(272,-167,ls), -(398,-167,o), -(467,-118,o), -(508,-15,cs), -(727,541,l), -(560,541,l), -(484,286,l), -(454,177,l), -(447,177,l), -(460,288,l), -(485,541,l), -(288,541,l), -(293,563,ls), -(301,597,o), -(309,606,o), -(335,606,cs), -(365,606,l), -(390,729,l), -(314,729,ls), -(196,729,o), -(142,675,o), -(121,576,cs), -(113,539,l), -(67,541,l), -(38,399,l), -(85,402,l), -(1,0,l), -(176,0,l), -(259,399,l), -(312,399,l), -(328,-49,l), -(337,40,l), -(325,-8,ls), -(319,-33,o), -(301,-36,o), -(271,-36,cs), -(234,-36,l), -(207,-167,l) -); -} -); -width = 678; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (131,0); -}, -{ -name = bottom_2; -pos = (500,0); -}, -{ -name = caret_1; -pos = (369.5,0); -}, -{ -name = top_1; -pos = (282,729); +ref = f; }, { -name = top_2; -pos = (651,729); +pos = (249,0); +ref = y; } ); +width = 699; +}, +{ background = { shapes = ( { @@ -669,74 +183,16 @@ ref = f; layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { -closed = 1; -nodes = ( -(254,-167,ls), -(319,-167,o), -(364,-152,o), -(407,-81,cs), -(767,517,l), -(725,517,l), -(577,267,l), -(466,72,l), -(461,72,l), -(426,267,l), -(377,517,l), -(214,517,l), -(239,636,ls), -(247,674,o), -(272,696,o), -(314,696,cs), -(385,696,l), -(392,729,l), -(314,729,ls), -(259,729,o), -(217,701,o), -(204,642,cs), -(177,517,l), -(76,517,l), -(69,485,l), -(171,485,l), -(69,0,l), -(106,0,l), -(207,485,l), -(346,485,l), -(440,21,l), -(447,45,l), -(377,-67,ls), -(340,-127,o), -(308,-134,o), -(248,-134,cs), -(225,-134,l), -(218,-167,l) -); -} -); -width = 739; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (169,0); -}, -{ -name = bottom_2; -pos = (618,0); -}, -{ -name = caret_1; -pos = (449,0); -}, -{ -name = top_1; -pos = (320,729); +ref = f; }, { -name = top_2; -pos = (769,729); +pos = (239,0); +ref = y; } ); +width = 718; +}, +{ background = { shapes = ( { @@ -748,74 +204,16 @@ ref = f; layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { -closed = 1; -nodes = ( -(359,-167,ls), -(531,-167,o), -(596,-109,o), -(656,2,cs), -(946,544,l), -(732,544,l), -(628,296,l), -(598,218,l), -(591,218,l), -(587,296,l), -(569,544,l), -(343,544,l), -(347,560,ls), -(354,591,o), -(375,599,o), -(412,599,cs), -(467,599,l), -(494,729,l), -(360,729,ls), -(240,729,o), -(181,676,o), -(164,593,cs), -(154,544,l), -(73,544,l), -(42,391,l), -(122,391,l), -(40,0,l), -(229,0,l), -(311,391,l), -(402,391,l), -(463,41,l), -(472,77,l), -(454,41,ls), -(434,2,o), -(400,-10,o), -(353,-10,cs), -(305,-10,l), -(274,-167,l) -); -} -); -width = 898; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (149,0); -}, -{ -name = bottom_2; -pos = (554,0); -}, -{ -name = caret_1; -pos = (405,0); -}, -{ -name = top_1; -pos = (300,729); +ref = f; }, { -name = top_2; -pos = (705,729); +pos = (326,0); +ref = y; } ); +width = 912; +}, +{ background = { shapes = ( { @@ -827,74 +225,16 @@ ref = f; layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { -closed = 1; -nodes = ( -(258,-167,ls), -(342,-167,o), -(390,-143,o), -(435,-79,cs), -(853,517,l), -(811,517,l), -(570,169,l), -(500,69,l), -(495,69,l), -(466,165,l), -(359,517,l), -(207,517,l), -(224,599,ls), -(239,673,o), -(264,695,o), -(330,695,cs), -(384,695,l), -(391,729,l), -(323,729,ls), -(253,729,o), -(208,697,o), -(191,614,cs), -(171,517,l), -(65,517,l), -(59,485,l), -(164,485,l), -(64,0,l), -(100,0,l), -(200,485,l), -(331,485,l), -(477,24,l), -(483,46,l), -(419,-46,ls), -(377,-106,o), -(345,-133,o), -(263,-133,cs), -(215,-133,l), -(208,-167,l) -); -} -); -width = 810; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (195,0); -}, -{ -name = bottom_2; -pos = (697,0); -}, -{ -name = caret_1; -pos = (502,0); -}, -{ -name = top_1; -pos = (346,729); +ref = f; }, { -name = top_2; -pos = (848,729); +pos = (251,0); +ref = y; } ); +width = 805; +}, +{ background = { shapes = ( { @@ -906,530 +246,266 @@ ref = f; layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { -closed = 1; -nodes = ( -(412,-167,ls), -(530,-167,o), -(644,-141,o), -(734,4,cs), -(1069,544,l), -(834,544,l), -(706,293,l), -(671,220,l), -(662,220,l), -(650,293,l), -(608,544,l), -(368,544,l), -(370,554,ls), -(375,578,o), -(387,589,o), -(430,589,cs), -(495,589,l), -(525,729,l), -(374,729,ls), -(244,729,o), -(176,677,o), -(157,587,cs), -(148,544,l), -(61,544,l), -(26,379,l), -(114,379,l), -(36,0,l), -(255,0,l), -(333,379,l), -(431,379,l), -(525,43,l), -(533,71,l), -(516,46,ls), -(497,18,o), -(475,5,o), -(425,5,cs), -(335,5,l), -(301,-167,l) -); +ref = f; +}, +{ +pos = (355,0); +ref = y; } ); -width = 1004; +width = 1033; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (119,0); -}, +pos = (11,0); +ref = f; +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( { -name = bottom_2; -pos = (356,0); +ref = f; }, { -name = caret_1; -pos = (237.5,0); +pos = (175,0); +ref = y; +} +); +width = 420; }, { -name = top_1; -pos = (119,729); -}, +background = { +shapes = ( { -name = top_2; -pos = (356,729); +pos = (3,0); +ref = f; } ); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -400, -0 -); }; -layerId = "2E6E9767-6866-4E9F-9E61-8890F70A226A"; -name = "{75, 400, 0}"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { -closed = 1; -nodes = ( -(242,-167,ls), -(298,-167,o), -(335,-142,o), -(349,-69,cs), -(463,523,l), -(394,523,l), -(342,210,l), -(327,92,l), -(322,92,l), -(306,210,l), -(254,523,l), -(124,523,l), -(124,620,ls), -(124,651,o), -(130,669,o), -(163,669,cs), -(183,669,l), -(183,729,l), -(149,729,ls), -(85,729,o), -(53,701,o), -(53,631,cs), -(53,523,l), -(11,523,l), -(11,463,l), -(53,464,l), -(53,0,l), -(124,0,l), -(124,464,l), -(196,463,l), -(294,-24,l), -(294,27,l), -(281,-51,ls), -(274,-92,o), -(261,-112,o), -(233,-112,cs), -(205,-112,l), -(205,-167,l) -); +ref = f; +}, +{ +pos = (263,0); +ref = y; } ); -width = 475; +width = 687; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (195,0); -}, +pos = (-5,0); +ref = f; +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( { -name = bottom_2; -pos = (584,0); +ref = f; }, { -name = caret_1; -pos = (389,0); +pos = (259,0); +ref = y; +} +); +width = 707; }, { -name = top_1; -pos = (195,729); -}, +background = { +shapes = ( { -name = top_2; -pos = (584,729); +pos = (10,0); +ref = f; } ); -associatedMasterId = master01; -attr = { -coordinates = ( -100, -400, -0 -); }; -layerId = "76635D1C-6D07-412A-AF16-185CE18B7825"; -name = "{100, 400, 0}"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -closed = 1; -nodes = ( -(377,-167,ls), -(453,-167,o), -(500,-140,o), -(532,-57,cs), -(758,525,l), -(673,525,l), -(570,239,l), -(526,113,l), -(521,113,l), -(474,239,l), -(365,525,l), -(181,525,l), -(181,602,ls), -(181,641,o), -(195,664,o), -(243,664,cs), -(298,664,l), -(298,729,l), -(226,729,ls), -(147,729,o), -(101,691,o), -(101,612,cs), -(101,525,l), -(13,525,l), -(13,460,l), -(101,460,l), -(101,0,l), -(181,0,l), -(181,460,l), -(304,460,l), -(489,24,l), -(489,47,l), -(456,-36,ls), -(439,-80,o), -(414,-100,o), -(365,-100,cs), -(312,-100,l), -(312,-167,l) -); +ref = f; +}, +{ +pos = (315,0); +ref = y; } ); -width = 778; +width = 892; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (216,0); -}, +pos = (-3,0); +ref = f; +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( { -name = bottom_2; -pos = (648,0); +ref = f; }, { -name = caret_1; -pos = (432,0); +pos = (267,0); +ref = y; +} +); +width = 815; }, { -name = top_1; -pos = (216,729); -}, +background = { +shapes = ( { -name = top_2; -pos = (648,729); +pos = (-7,0); +ref = f; } ); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -400, -0 -); }; -layerId = "649EF234-0BB1-4B34-AC82-136E5FE5331B"; -name = "{125, 400, 0}"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -closed = 1; -nodes = ( -(390,-167,ls), -(483,-167,o), -(542,-130,o), -(582,-47,cs), -(859,525,l), -(767,525,l), -(653,277,l), -(580,118,l), -(573,118,l), -(496,275,l), -(374,525,l), -(205,525,l), -(205,586,ls), -(205,636,o), -(229,659,o), -(284,659,cs), -(341,659,l), -(341,729,l), -(270,729,ls), -(172,729,o), -(116,685,o), -(116,590,cs), -(116,525,l), -(13,525,l), -(13,455,l), -(116,455,l), -(116,0,l), -(205,0,l), -(205,455,l), -(314,455,l), -(536,27,l), -(536,43,l), -(505,-20,ls), -(481,-69,o), -(450,-94,o), -(384,-94,cs), -(320,-94,l), -(320,-167,l) -); +ref = f; +}, +{ +pos = (356,0); +ref = y; } ); -width = 864; +width = 1019; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (61,0); -}, +pos = (12,0); +ref = f; +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( { -name = bottom_2; -pos = (290,0); +ref = f; }, { -name = caret_1; -pos = (229,0); +pos = (139,0); +ref = y; +} +); +width = 373; }, { -name = top_1; -pos = (212,729); -}, +background = { +shapes = ( { -name = top_2; -pos = (441,729); +pos = (3,0); +ref = f; } ); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -attr = { -coordinates = ( -75, -400, -1 -); }; -layerId = "D0913A19-9615-4EA9-B213-4B3D76C0E1E4"; -name = "{75, 400, -12}"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { -closed = 1; -nodes = ( -(137,-168,ls), -(197,-168,o), -(235,-143,o), -(260,-81,cs), -(500,523,l), -(431,523,l), -(308,190,l), -(276,91,l), -(271,91,l), -(277,189,l), -(291,523,l), -(168,523,l), -(187,620,ls), -(193,653,o), -(205,669,o), -(236,669,cs), -(256,669,l), -(267,729,l), -(234,729,ls), -(170,729,o), -(134,700,o), -(120,632,cs), -(97,523,l), -(56,523,l), -(43,463,l), -(84,463,l), -(-12,0,l), -(58,0,l), -(155,463,l), -(223,463,l), -(220,-40,l), -(235,47,l), -(193,-69,ls), -(180,-105,o), -(165,-113,o), -(132,-113,cs), -(112,-113,l), -(100,-168,l) -); +ref = f; +}, +{ +pos = (243,0); +ref = y; } ); -width = 458; +width = 667; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (135,0); -}, +pos = (-5,0); +ref = f; +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( { -name = bottom_2; -pos = (512,0); +ref = f; }, { -name = caret_1; -pos = (377,0); +pos = (239,0); +ref = y; +} +); +width = 670; }, { -name = top_1; -pos = (286,729); -}, +background = { +shapes = ( { -name = top_2; -pos = (663,729); +pos = (10,0); +ref = f; } ); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; -attr = { -coordinates = ( -100, -400, -1 -); }; -layerId = "70D7BC90-010D-436F-9A1C-A94CDD7847C3"; -name = "{100, 400, -12}"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { -closed = 1; -nodes = ( -(254,-167,ls), -(348,-167,o), -(399,-140,o), -(447,-58,cs), -(787,525,l), -(697,525,l), -(557,268,l), -(473,113,l), -(468,113,l), -(441,275,l), -(401,525,l), -(221,525,l), -(239,611,ls), -(247,648,o), -(267,664,o), -(309,664,cs), -(363,664,l), -(377,729,l), -(297,729,ls), -(222,729,o), -(176,695,o), -(162,626,cs), -(141,525,l), -(56,525,l), -(42,460,l), -(127,460,l), -(31,0,l), -(111,0,l), -(207,460,l), -(332,460,l), -(419,19,l), -(424,53,l), -(369,-37,ls), -(337,-90,o), -(305,-99,o), -(248,-99,cs), -(218,-99,l), -(204,-167,l) -); +ref = f; +}, +{ +pos = (338,0); +ref = y; } ); -width = 754; +width = 866; }, { -anchors = ( +background = { +shapes = ( { -name = bottom_1; -pos = (160,0); -}, +pos = (-3,0); +ref = f; +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( { -name = bottom_2; -pos = (587,0); +ref = f; }, { -name = caret_1; -pos = (427,0); +pos = (251,0); +ref = y; +} +); +width = 785; }, { -name = top_1; -pos = (311,729); -}, +background = { +shapes = ( { -name = top_2; -pos = (738,729); +pos = (-7,0); +ref = f; } ); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -attr = { -coordinates = ( -125, -400, -1 -); }; -layerId = "C84F7C5E-D2CD-4AA7-B9A7-EFE5F5214CB7"; -name = "{125, 400, -12}"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { -closed = 1; -nodes = ( -(290,-167,ls), -(384,-167,o), -(450,-142,o), -(508,-56,cs), -(903,525,l), -(807,525,l), -(597,204,l), -(537,111,l), -(531,111,l), -(507,201,l), -(418,525,l), -(242,525,l), -(257,593,ls), -(268,641,o), -(286,659,o), -(346,659,cs), -(403,659,l), -(418,729,l), -(327,729,ls), -(240,729,o), -(189,691,o), -(173,613,cs), -(154,525,l), -(53,525,l), -(39,455,l), -(140,455,l), -(45,0,l), -(133,0,l), -(228,455,l), -(348,455,l), -(482,23,l), -(490,58,l), -(435,-20,ls), -(399,-71,o), -(372,-94,o), -(298,-94,cs), -(238,-94,l), -(223,-167,l) -); +ref = f; +}, +{ +pos = (340,0); +ref = y; } ); -width = 854; +width = 1005; } ); metricLeft = f; diff --git a/sources/MonaSans.glyphspackage/glyphs/fi.glyph b/sources/MonaSans.glyphspackage/glyphs/fi.glyph index d4925361..404ae10a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/fi.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/fi.glyph @@ -1,15 +1,9 @@ { glyphname = fi; -kernLeft = f; -kernRight = i; +kernLeft = KO_f; +kernRight = KO_fi; layers = ( { -anchors = ( -{ -name = caret_1; -pos = (160,0); -} -); background = { shapes = ( { @@ -21,59 +15,16 @@ ref = f; layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { -closed = 1; -nodes = ( -(92,0,l), -(92,489,l), -(231,489,l), -(231,0,l), -(260,0,l), -(260,516,l), -(92,516,l), -(92,648,ls), -(92,684,o), -(100,700,o), -(132,700,cs), -(149,700,l), -(149,729,l), -(132,729,ls), -(91,729,o), -(63,712,o), -(63,654,cs), -(63,516,l), -(23,516,l), -(23,489,l), -(63,489,l), -(63,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(259,616,o), -(269,625,o), -(269,639,cs), -(269,653,o), -(259,662,o), -(246,662,cs), -(233,662,o), -(223,653,o), -(223,639,cs), -(223,625,o), -(233,616,o), -(246,616,cs) -); +pos = (124,0); +ref = i; } ); -width = 320; +width = 273; }, { -anchors = ( -{ -name = caret_1; -pos = (271,0); -} -); background = { shapes = ( { @@ -85,315 +36,100 @@ ref = f; layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { -closed = 1; -nodes = ( -(236,0,l), -(236,400,l), -(338,400,l), -(338,0,l), -(515,0,l), -(515,541,l), -(236,541,l), -(236,561,ls), -(236,593,o), -(243,605,o), -(272,605,cs), -(300,605,l), -(300,729,l), -(222,729,ls), -(102,729,o), -(59,672,o), -(59,575,cs), -(59,539,l), -(11,541,l), -(11,398,l), -(59,401,l), -(59,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(480,586,o), -(521,615,o), -(521,668,cs), -(521,721,o), -(480,751,o), -(427,751,cs), -(374,751,o), -(333,721,o), -(333,668,cs), -(333,615,o), -(374,586,o), -(427,586,cs) -); +pos = (315,0); +ref = i; } ); -width = 542; +width = 562; }, { -anchors = ( -{ -name = caret_1; -pos = (256,0); -} -); background = { shapes = ( { -pos = (-5,0); +pos = (-3,0); ref = f; } ); }; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { -closed = 1; -nodes = ( -(167,0,l), -(167,485,l), -(390,485,l), -(390,0,l), -(427,0,l), -(427,517,l), -(167,517,l), -(167,606,ls), -(167,669,o), -(191,695,o), -(253,695,cs), -(307,695,l), -(307,729,l), -(244,729,ls), -(174,729,o), -(130,691,o), -(130,612,cs), -(130,517,l), -(22,517,l), -(22,485,l), -(130,485,l), -(130,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(428,625,o), -(441,638,o), -(441,656,cs), -(441,674,o), -(428,687,o), -(409,687,cs), -(390,687,o), -(377,674,o), -(377,656,cs), -(377,638,o), -(390,625,o), -(409,625,cs) -); +pos = (302,0); +ref = i; } ); -width = 512; +width = 471; }, { -anchors = ( -{ -name = caret_1; -pos = (344.5,0); -} -); background = { shapes = ( { -pos = (10,0); +pos = (-7,0); ref = f; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -closed = 1; -nodes = ( -(288,0,l), -(288,391,l), -(444,391,l), -(444,0,l), -(635,0,l), -(635,544,l), -(288,544,l), -(288,571,ls), -(288,599,o), -(304,606,o), -(327,606,cs), -(398,606,l), -(398,729,l), -(275,729,ls), -(161,729,o), -(97,675,o), -(97,580,cs), -(97,544,l), -(17,544,l), -(17,391,l), -(97,391,l), -(97,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(596,589,o), -(637,619,o), -(637,672,cs), -(637,725,o), -(596,755,o), -(540,755,cs), -(484,755,o), -(443,725,o), -(443,672,cs), -(443,619,o), -(484,589,o), -(540,589,cs) -); +pos = (446,0); +ref = i; } ); -width = 689; +width = 765; }, { -anchors = ( -{ -name = caret_1; -pos = (239,0); -} -); background = { shapes = ( { -pos = (-3,0); +pos = (-5,0); ref = f; } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { -closed = 1; -nodes = ( -(156,0,l), -(156,485,l), -(375,485,l), -(375,0,l), -(412,0,l), -(412,517,l), -(156,517,l), -(156,598,ls), -(156,666,o), -(182,695,o), -(248,695,cs), -(316,695,l), -(316,729,l), -(242,729,ls), -(166,729,o), -(119,688,o), -(119,603,cs), -(119,517,l), -(11,517,l), -(11,485,l), -(119,485,l), -(119,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(413,625,o), -(426,638,o), -(426,656,cs), -(426,674,o), -(413,687,o), -(394,687,cs), -(375,687,o), -(362,674,o), -(362,656,cs), -(362,638,o), -(375,625,o), -(394,625,cs) -); +pos = (293,0); +ref = i; } ); -width = 478; +width = 500; }, { -anchors = ( -{ -name = caret_1; -pos = (374,0); -} -); background = { shapes = ( { -pos = (-7,0); +pos = (10,0); ref = f; } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { -closed = 1; -nodes = ( -(314,0,l), -(314,379,l), -(484,379,l), -(484,0,l), -(705,0,l), -(705,544,l), -(314,544,l), -(314,558,ls), -(314,579,o), -(326,589,o), -(354,589,cs), -(440,589,l), -(440,729,l), -(274,729,ls), -(157,729,o), -(93,675,o), -(93,576,cs), -(93,544,l), -(4,544,l), -(4,379,l), -(93,379,l), -(93,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(666,586,o), -(713,613,o), -(713,670,cs), -(713,720,o), -(675,754,o), -(595,754,cs), -(524,754,o), -(477,727,o), -(477,670,cs), -(477,620,o), -(515,586,o), -(595,586,cs) -); +pos = (385,0); +ref = i; } ); -width = 748; +width = 688; }, { -anchors = ( -{ -name = caret_1; -pos = (160,0); -} -); background = { shapes = ( { @@ -405,59 +141,16 @@ ref = f; layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { -closed = 1; -nodes = ( -(38,0,l), -(140,489,l), -(278,489,l), -(176,0,l), -(205,0,l), -(313,516,l), -(146,516,l), -(173,648,ls), -(182,688,o), -(196,700,o), -(225,700,cs), -(240,700,l), -(245,729,l), -(229,729,ls), -(187,729,o), -(158,710,o), -(146,654,cs), -(117,516,l), -(78,516,l), -(72,489,l), -(111,489,l), -(9,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(331,616,o), -(341,625,o), -(341,639,cs), -(341,653,o), -(331,662,o), -(318,662,cs), -(305,662,o), -(295,653,o), -(295,639,cs), -(295,625,o), -(305,616,o), -(318,616,cs) -); +pos = (113,0); +ref = i; } ); -width = 320; +width = 264; }, { -anchors = ( -{ -name = caret_1; -pos = (271.5,0); -} -); background = { shapes = ( { @@ -473,59 +166,16 @@ ref = i; layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { -closed = 1; -nodes = ( -(176,0,l), -(260,401,l), -(367,401,l), -(284,0,l), -(460,0,l), -(573,541,l), -(288,541,l), -(293,563,ls), -(301,597,o), -(309,606,o), -(335,606,cs), -(365,606,l), -(390,729,l), -(314,729,ls), -(196,729,o), -(142,675,o), -(121,576,cs), -(113,539,l), -(67,541,l), -(38,399,l), -(85,402,l), -(1,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(564,586,o), -(603,621,o), -(603,673,cs), -(603,720,o), -(572,751,o), -(518,751,cs), -(458,751,o), -(419,716,o), -(419,664,cs), -(419,617,o), -(450,586,o), -(504,586,cs) -); +pos = (311,0); +ref = i; } ); -width = 543; +width = 556; }, { -anchors = ( -{ -name = caret_1; -pos = (248.5,0); -} -); background = { shapes = ( { @@ -537,59 +187,16 @@ ref = f; layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { -closed = 1; -nodes = ( -(106,0,l), -(207,485,l), -(423,485,l), -(322,0,l), -(357,0,l), -(466,517,l), -(214,517,l), -(239,636,ls), -(247,674,o), -(272,696,o), -(314,696,cs), -(385,696,l), -(392,729,l), -(314,729,ls), -(259,729,o), -(217,701,o), -(204,642,cs), -(177,517,l), -(76,517,l), -(69,485,l), -(171,485,l), -(69,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(495,625,o), -(508,639,o), -(508,658,cs), -(508,676,o), -(495,687,o), -(479,687,cs), -(459,687,o), -(446,673,o), -(446,654,cs), -(446,636,o), -(459,625,o), -(475,625,cs) -); +pos = (281,0); +ref = i; } ); -width = 497; +width = 487; }, { -anchors = ( -{ -name = caret_1; -pos = (348.5,0); -} -); background = { shapes = ( { @@ -601,59 +208,16 @@ ref = f; layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { -closed = 1; -nodes = ( -(229,0,l), -(311,391,l), -(475,391,l), -(393,0,l), -(584,0,l), -(699,544,l), -(343,544,l), -(347,560,ls), -(354,591,o), -(375,599,o), -(412,599,cs), -(467,599,l), -(494,729,l), -(360,729,ls), -(240,729,o), -(181,676,o), -(164,593,cs), -(154,544,l), -(73,544,l), -(42,391,l), -(122,391,l), -(40,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(687,589,o), -(729,624,o), -(729,676,cs), -(729,723,o), -(696,755,o), -(636,755,cs), -(572,755,o), -(530,720,o), -(530,668,cs), -(530,621,o), -(563,589,o), -(623,589,cs) -); +pos = (398,0); +ref = i; } ); -width = 697; +width = 700; }, { -anchors = ( -{ -name = caret_1; -pos = (237,0); -} -); background = { shapes = ( { @@ -665,59 +229,16 @@ ref = f; layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { -closed = 1; -nodes = ( -(100,0,l), -(201,485,l), -(419,485,l), -(318,0,l), -(354,0,l), -(462,517,l), -(207,517,l), -(224,599,ls), -(239,673,o), -(264,695,o), -(330,695,cs), -(384,695,l), -(391,729,l), -(323,729,ls), -(253,729,o), -(208,697,o), -(191,614,cs), -(171,517,l), -(65,517,l), -(59,485,l), -(164,485,l), -(64,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(491,625,o), -(504,639,o), -(504,658,cs), -(504,676,o), -(491,687,o), -(475,687,cs), -(455,687,o), -(442,673,o), -(442,654,cs), -(442,636,o), -(455,625,o), -(471,625,cs) -); +pos = (291,0); +ref = i; } ); -width = 474; +width = 459; }, { -anchors = ( -{ -name = caret_1; -pos = (370.5,0); -} -); background = { shapes = ( { @@ -729,441 +250,270 @@ ref = f; layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { -closed = 1; -nodes = ( -(255,0,l), -(333,379,l), -(501,379,l), -(422,0,l), -(641,0,l), -(754,544,l), -(368,544,l), -(370,554,ls), -(375,578,o), -(387,589,o), -(430,589,cs), -(495,589,l), -(525,729,l), -(374,729,ls), -(244,729,o), -(176,677,o), -(157,587,cs), -(148,544,l), -(61,544,l), -(26,379,l), -(114,379,l), -(36,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(744,586,o), -(790,619,o), -(790,677,cs), -(790,725,o), -(753,754,o), -(677,754,cs), -(596,754,o), -(550,721,o), -(550,663,cs), -(550,615,o), -(587,586,o), -(663,586,cs) -); +pos = (448,0); +ref = i; } ); -width = 741; +width = 766; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (186.5,0); +pos = (11,0); +ref = f; } ); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -400, -0 -); }; -layerId = "28352905-C684-41FA-8F48-6036C8BA1095"; -name = "{75, 400, 0}"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { -closed = 1; -nodes = ( -(124,0,l), -(124,464,l), -(253,464,l), -(253,0,l), -(324,0,l), -(324,523,l), -(124,523,l), -(124,620,ls), -(124,651,o), -(130,669,o), -(163,669,cs), -(183,669,l), -(183,729,l), -(149,729,ls), -(85,729,o), -(53,701,o), -(53,631,cs), -(53,523,l), -(11,523,l), -(11,463,l), -(53,464,l), -(53,0,l) +ref = _f.longarm; +}, +{ +pos = (199,0); +ref = i; +} ); +width = 301; }, { -closed = 1; -nodes = ( -(313,608,o), -(332,622,o), -(332,647,cs), -(332,672,o), -(313,687,o), -(289,687,cs), -(265,687,o), -(246,672,o), -(246,647,cs), -(246,622,o), -(265,608,o), -(289,608,cs) +background = { +shapes = ( +{ +pos = (3,0); +ref = f; +} ); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (335,0); +ref = i; } ); -width = 373; +width = 544; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (271,0); +pos = (-5,0); +ref = f; } ); -associatedMasterId = master01; -attr = { -coordinates = ( -100, -400, -0 -); }; -layerId = "C71C5C98-1090-491F-AACD-8F15C982F93E"; -name = "{100, 400, 0}"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -closed = 1; -nodes = ( -(181,0,l), -(181,460,l), -(386,460,l), -(386,0,l), -(466,0,l), -(466,525,l), -(181,525,l), -(181,602,ls), -(181,641,o), -(195,664,o), -(243,664,cs), -(298,664,l), -(298,729,l), -(226,729,ls), -(147,729,o), -(101,691,o), -(101,612,cs), -(101,525,l), -(13,525,l), -(13,460,l), -(101,460,l), -(101,0,l) +ref = _f.longarm; +}, +{ +pos = (339,0); +ref = i; +} ); +width = 493; }, { -closed = 1; -nodes = ( -(455,615,o), -(476,633,o), -(476,660,cs), -(476,688,o), -(455,706,o), -(426,706,cs), -(397,706,o), -(376,688,o), -(376,660,cs), -(376,633,o), -(397,615,o), -(426,615,cs) +background = { +shapes = ( +{ +pos = (10,0); +ref = f; +} ); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (434,0); +ref = i; } ); -width = 542; +width = 685; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (279,0); +pos = (-3,0); +ref = f; } ); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -400, -0 -); }; -layerId = "43EBD4A0-BDA7-42DE-942E-30035AEC5E2B"; -name = "{125, 400, 0}"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -closed = 1; -nodes = ( -(205,0,l), -(205,455,l), -(410,455,l), -(410,0,l), -(499,0,l), -(499,525,l), -(205,525,l), -(205,586,ls), -(205,636,o), -(229,659,o), -(284,659,cs), -(341,659,l), -(341,729,l), -(270,729,ls), -(172,729,o), -(116,685,o), -(116,590,cs), -(116,525,l), -(13,525,l), -(13,455,l), -(116,455,l), -(116,0,l) +ref = _f.longarm; +}, +{ +pos = (373,0); +ref = i; +} ); +width = 522; }, { -closed = 1; -nodes = ( -(488,614,o), -(511,631,o), -(511,660,cs), -(511,687,o), -(491,706,o), -(455,706,cs), -(422,706,o), -(399,689,o), -(399,660,cs), -(399,633,o), -(419,614,o), -(455,614,cs) +background = { +shapes = ( +{ +pos = (-7,0); +ref = f; +} ); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (467,0); +ref = i; } ); -width = 558; +width = 754; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (182,0); +pos = (12,0); +ref = f; } ); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -attr = { -coordinates = ( -75, -400, -1 -); }; -layerId = "56777F13-712E-4854-87C6-5A1E008595FD"; -name = "{75, 400, -12}"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { -closed = 1; -nodes = ( -(58,0,l), -(155,463,l), -(284,463,l), -(187,0,l), -(258,0,l), -(367,523,l), -(168,523,l), -(187,620,ls), -(193,653,o), -(205,669,o), -(236,669,cs), -(256,669,l), -(267,729,l), -(234,729,ls), -(170,729,o), -(134,700,o), -(120,632,cs), -(97,523,l), -(56,523,l), -(43,463,l), -(84,463,l), -(-12,0,l) +ref = _f.longarm; +}, +{ +pos = (90,0); +ref = i; +} ); +width = 195; +}, +{ +background = { +shapes = ( +{ +pos = (3,0); +ref = f; }, { -closed = 1; -nodes = ( -(377,608,o), -(396,624,o), -(396,649,cs), -(396,672,o), -(379,687,o), -(355,687,cs), -(329,687,o), -(311,670,o), -(311,646,cs), -(311,623,o), -(327,608,o), -(351,608,cs) +pos = (312,0); +ref = i; +} ); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (292,0); +ref = i; } ); -width = 364; +width = 499; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (261,0); +pos = (-5,0); +ref = f; } ); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; -attr = { -coordinates = ( -100, -400, -1 -); }; -layerId = "57DC0535-2CF9-4C5A-92B2-60D5B2AE41AC"; -name = "{100, 400, -12}"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { -closed = 1; -nodes = ( -(111,0,l), -(207,460,l), -(408,459,l), -(312,0,l), -(391,0,l), -(501,525,l), -(221,525,l), -(239,611,ls), -(247,648,o), -(267,664,o), -(309,664,cs), -(363,664,l), -(377,729,l), -(297,729,ls), -(222,729,o), -(176,695,o), -(162,626,cs), -(141,525,l), -(56,525,l), -(42,460,l), -(127,460,l), -(31,0,l) +ref = _f.longarm; +}, +{ +pos = (257,0); +ref = i; +} ); +width = 415; }, { -closed = 1; -nodes = ( -(519,615,o), -(540,635,o), -(540,663,cs), -(540,689,o), -(521,706,o), -(493,706,cs), -(461,706,o), -(440,686,o), -(440,658,cs), -(440,632,o), -(458,615,o), -(487,615,cs) +background = { +shapes = ( +{ +pos = (10,0); +ref = f; +} ); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (369,0); +ref = i; } ); -width = 522; +width = 613; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (269,0); +pos = (-3,0); +ref = f; } ); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -attr = { -coordinates = ( -125, -400, -1 -); }; -layerId = "F50CB4E9-D3F4-419E-82B0-9D189E230434"; -name = "{125, 400, -12}"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { -closed = 1; -nodes = ( -(133,0,l), -(228,455,l), -(431,455,l), -(336,0,l), -(424,0,l), -(533,525,l), -(242,525,l), -(257,593,ls), -(268,641,o), -(286,659,o), -(346,659,cs), -(403,659,l), -(418,729,l), -(327,729,ls), -(240,729,o), -(189,691,o), -(173,613,cs), -(154,525,l), -(53,525,l), -(39,455,l), -(140,455,l), -(45,0,l) +ref = _f.longarm; +}, +{ +pos = (281,0); +ref = i; +} ); +width = 429; }, { -closed = 1; -nodes = ( -(551,614,o), -(573,634,o), -(573,663,cs), -(573,690,o), -(553,706,o), -(521,706,cs), -(484,706,o), -(461,686,o), -(461,657,cs), -(461,630,o), -(482,614,o), -(514,614,cs) +background = { +shapes = ( +{ +pos = (-7,0); +ref = f; +} ); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (427,0); +ref = i; } ); -width = 538; +width = 703; } ); metricLeft = f; diff --git a/sources/MonaSans.glyphspackage/glyphs/fi.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/fi.ss01.glyph index 2656d4a9..fbebfac1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/fi.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/fi.ss01.glyph @@ -1,15 +1,9 @@ { glyphname = fi.ss01; -kernLeft = f; -kernRight = i; +kernLeft = KO_f; +kernRight = KO_fi.ss01; layers = ( { -anchors = ( -{ -name = caret_1; -pos = (160,0); -} -); background = { shapes = ( { @@ -21,51 +15,16 @@ ref = f; layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { -closed = 1; -nodes = ( -(92,0,l), -(92,489,l), -(231,489,l), -(231,0,l), -(260,0,l), -(260,516,l), -(92,516,l), -(92,648,ls), -(92,684,o), -(100,700,o), -(132,700,cs), -(149,700,l), -(149,729,l), -(132,729,ls), -(91,729,o), -(63,712,o), -(63,654,cs), -(63,516,l), -(23,516,l), -(23,489,l), -(63,489,l), -(63,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(260,614,l), -(260,729,l), -(231,729,l), -(231,614,l) -); +pos = (124,0); +ref = i.ss01; } ); -width = 320; +width = 273; }, { -anchors = ( -{ -name = caret_1; -pos = (274,0); -} -); background = { shapes = ( { @@ -77,275 +36,100 @@ ref = f; layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { -closed = 1; -nodes = ( -(236,0,l), -(236,400,l), -(344,400,l), -(344,0,l), -(521,0,l), -(521,541,l), -(236,541,l), -(236,561,ls), -(236,582,o), -(236,605,o), -(272,605,cs), -(300,605,l), -(300,729,l), -(222,729,ls), -(102,729,o), -(59,672,o), -(59,575,cs), -(59,539,l), -(11,541,l), -(11,398,l), -(59,401,l), -(59,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(521,598,l), -(521,729,l), -(344,729,l), -(344,598,l) -); +pos = (315,0); +ref = i.ss01; } ); -width = 548; +width = 546; }, { -anchors = ( -{ -name = caret_1; -pos = (263,0); -} -); background = { shapes = ( { -pos = (-5,0); +pos = (-3,0); ref = f; } ); }; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { -closed = 1; -nodes = ( -(167,0,l), -(167,485,l), -(404,485,l), -(404,0,l), -(441,0,l), -(441,517,l), -(167,517,l), -(167,606,ls), -(167,669,o), -(191,695,o), -(253,695,cs), -(307,695,l), -(307,729,l), -(244,729,ls), -(174,729,o), -(130,691,o), -(130,612,cs), -(130,517,l), -(22,517,l), -(22,485,l), -(130,485,l), -(130,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(441,613,l), -(441,729,l), -(404,729,l), -(404,613,l) -); +pos = (302,0); +ref = i.ss01; } ); -width = 526; +width = 471; }, { -anchors = ( -{ -name = caret_1; -pos = (349.5,0); -} -); background = { shapes = ( { -pos = (10,0); +pos = (-7,0); ref = f; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -closed = 1; -nodes = ( -(288,0,l), -(288,391,l), -(454,391,l), -(454,0,l), -(645,0,l), -(645,544,l), -(288,544,l), -(288,571,ls), -(288,599,o), -(304,606,o), -(327,606,cs), -(398,606,l), -(398,729,l), -(275,729,ls), -(161,729,o), -(97,675,o), -(97,580,cs), -(97,544,l), -(17,544,l), -(17,391,l), -(97,391,l), -(97,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(645,601,l), -(645,729,l), -(454,729,l), -(454,601,l) -); +pos = (446,0); +ref = i.ss01; } ); -width = 699; +width = 765; }, { -anchors = ( -{ -name = caret_1; -pos = (249,0); -} -); background = { shapes = ( { -pos = (-3,0); +pos = (-5,0); ref = f; } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { -closed = 1; -nodes = ( -(156,0,l), -(156,485,l), -(395,485,l), -(395,0,l), -(432,0,l), -(432,517,l), -(156,517,l), -(156,598,ls), -(156,666,o), -(182,695,o), -(248,695,cs), -(316,695,l), -(316,729,l), -(242,729,ls), -(166,729,o), -(119,688,o), -(119,603,cs), -(119,517,l), -(11,517,l), -(11,485,l), -(119,485,l), -(119,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(432,615,l), -(432,729,l), -(395,729,l), -(395,615,l) -); +pos = (293,0); +ref = i.ss01; } ); -width = 498; +width = 500; }, { -anchors = ( -{ -name = caret_1; -pos = (379,0); -} -); background = { shapes = ( { -pos = (-7,0); +pos = (10,0); ref = f; } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { -closed = 1; -nodes = ( -(314,0,l), -(314,379,l), -(494,379,l), -(494,0,l), -(715,0,l), -(715,544,l), -(314,544,l), -(314,558,ls), -(314,579,o), -(326,589,o), -(354,589,cs), -(440,589,l), -(440,729,l), -(274,729,ls), -(157,729,o), -(93,675,o), -(93,576,cs), -(93,544,l), -(4,544,l), -(4,379,l), -(93,379,l), -(93,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(715,600,l), -(715,729,l), -(494,729,l), -(494,600,l) -); +pos = (385,0); +ref = i.ss01; } ); -width = 758; +width = 688; }, { -anchors = ( -{ -name = caret_1; -pos = (160.5,0); -} -); background = { shapes = ( { @@ -357,51 +141,16 @@ ref = f; layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { -closed = 1; -nodes = ( -(38,0,l), -(140,489,l), -(279,489,l), -(177,0,l), -(206,0,l), -(314,516,l), -(146,516,l), -(173,648,ls), -(181,688,o), -(196,700,o), -(225,700,cs), -(240,700,l), -(245,729,l), -(229,729,ls), -(187,729,o), -(158,710,o), -(146,654,cs), -(117,516,l), -(78,516,l), -(72,489,l), -(111,489,l), -(9,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(332,614,l), -(357,729,l), -(328,729,l), -(304,614,l) -); +pos = (113,0); +ref = i.ss01; } ); -width = 321; +width = 264; }, { -anchors = ( -{ -name = caret_1; -pos = (271.5,0); -} -); background = { shapes = ( { @@ -413,51 +162,16 @@ ref = f; layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { -closed = 1; -nodes = ( -(176,0,l), -(260,400,l), -(367,400,l), -(284,0,l), -(460,0,l), -(573,541,l), -(288,541,l), -(293,563,ls), -(301,597,o), -(309,606,o), -(335,606,cs), -(365,606,l), -(390,729,l), -(314,729,ls), -(196,729,o), -(142,675,o), -(121,576,cs), -(113,539,l), -(67,541,l), -(38,399,l), -(85,402,l), -(1,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(585,598,l), -(612,729,l), -(436,729,l), -(409,598,l) -); +pos = (311,0); +ref = i.ss01; } ); -width = 543; +width = 556; }, { -anchors = ( -{ -name = caret_1; -pos = (256.5,0); -} -); background = { shapes = ( { @@ -469,51 +183,16 @@ ref = f; layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { -closed = 1; -nodes = ( -(106,0,l), -(207,485,l), -(439,485,l), -(338,0,l), -(373,0,l), -(482,517,l), -(214,517,l), -(239,636,ls), -(247,674,o), -(272,696,o), -(314,696,cs), -(385,696,l), -(392,729,l), -(314,729,ls), -(259,729,o), -(217,701,o), -(204,642,cs), -(177,517,l), -(76,517,l), -(69,485,l), -(171,485,l), -(69,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(502,615,l), -(526,729,l), -(490,729,l), -(466,615,l) -); +pos = (281,0); +ref = i.ss01; } ); -width = 513; +width = 487; }, { -anchors = ( -{ -name = caret_1; -pos = (351.5,0); -} -); background = { shapes = ( { @@ -525,51 +204,16 @@ ref = f; layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { -closed = 1; -nodes = ( -(229,0,l), -(311,391,l), -(481,391,l), -(399,0,l), -(590,0,l), -(705,544,l), -(343,544,l), -(347,560,ls), -(355,591,o), -(375,599,o), -(412,599,cs), -(467,599,l), -(494,729,l), -(360,729,ls), -(240,729,o), -(181,676,o), -(164,593,cs), -(154,544,l), -(73,544,l), -(42,391,l), -(122,391,l), -(40,0,l) -); -}, -{ -closed = 1; -nodes = ( -(719,611,l), -(744,729,l), -(552,729,l), -(527,611,l) -); -} -); -width = 703; +ref = _f.longarm; }, { -anchors = ( -{ -name = caret_1; -pos = (248.5,0); +pos = (398,0); +ref = i.ss01; } ); +width = 700; +}, +{ background = { shapes = ( { @@ -581,51 +225,16 @@ ref = f; layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { -closed = 1; -nodes = ( -(100,0,l), -(200,485,l), -(442,485,l), -(341,0,l), -(377,0,l), -(485,517,l), -(207,517,l), -(224,599,ls), -(239,673,o), -(264,695,o), -(330,695,cs), -(384,695,l), -(391,729,l), -(323,729,ls), -(253,729,o), -(208,697,o), -(191,614,cs), -(171,517,l), -(65,517,l), -(59,485,l), -(164,485,l), -(64,0,l) -); +ref = _f.longarm; }, { -closed = 1; -nodes = ( -(505,615,l), -(529,729,l), -(493,729,l), -(469,615,l) -); +pos = (291,0); +ref = i.ss01; } ); -width = 497; +width = 459; }, { -anchors = ( -{ -name = caret_1; -pos = (373.5,0); -} -); background = { shapes = ( { @@ -637,385 +246,266 @@ ref = f; layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { -closed = 1; -nodes = ( -(255,0,l), -(333,379,l), -(507,379,l), -(428,0,l), -(647,0,l), -(760,544,l), -(368,544,l), -(370,554,ls), -(375,578,o), -(387,589,o), -(430,589,cs), -(495,589,l), -(525,729,l), -(374,729,ls), -(244,729,o), -(176,677,o), -(157,587,cs), -(148,544,l), -(61,544,l), -(26,379,l), -(114,379,l), -(36,0,l) +ref = _f.longarm; +}, +{ +pos = (448,0); +ref = i.ss01; +} ); +width = 754; }, { -closed = 1; -nodes = ( -(771,601,l), -(797,730,l), -(578,730,l), -(552,601,l) +background = { +shapes = ( +{ +pos = (11,0); +ref = f; +} ); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (199,0); +ref = i.ss01; } ); -width = 747; +width = 301; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (187,0); +pos = (3,0); +ref = f; } ); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -400, -0 -); }; -layerId = "E68474A4-60AC-4141-A05F-387244C20840"; -name = "{75, 400, 0}"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { -closed = 1; -nodes = ( -(124,0,l), -(124,464,l), -(254,464,l), -(254,0,l), -(324,0,l), -(324,523,l), -(124,523,l), -(124,620,ls), -(124,651,o), -(130,669,o), -(163,669,cs), -(183,669,l), -(183,729,l), -(149,729,ls), -(85,729,o), -(53,701,o), -(53,631,cs), -(53,523,l), -(11,523,l), -(11,463,l), -(53,464,l), -(53,0,l) +ref = _f.longarm; +}, +{ +pos = (335,0); +ref = i.ss01; +} ); +width = 544; }, { -closed = 1; -nodes = ( -(324,610,l), -(324,729,l), -(254,729,l), -(254,610,l) +background = { +shapes = ( +{ +pos = (-5,0); +ref = f; +} ); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (339,0); +ref = i.ss01; } ); -width = 374; +width = 493; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (272.5,0); +pos = (10,0); +ref = f; } ); -associatedMasterId = master01; -attr = { -coordinates = ( -100, -400, -0 -); }; -layerId = "94209A9C-C6AF-4645-B001-9A964619C81F"; -name = "{100, 400, 0}"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -closed = 1; -nodes = ( -(181,0,l), -(181,460,l), -(388,460,l), -(388,0,l), -(469,0,l), -(469,525,l), -(181,525,l), -(181,602,ls), -(181,641,o), -(195,664,o), -(243,664,cs), -(298,664,l), -(298,729,l), -(226,729,ls), -(147,729,o), -(101,691,o), -(101,612,cs), -(101,525,l), -(13,525,l), -(13,460,l), -(101,460,l), -(101,0,l) +ref = _f.longarm; +}, +{ +pos = (434,0); +ref = i.ss01; +} ); +width = 685; }, { -closed = 1; -nodes = ( -(469,610,l), -(469,729,l), -(388,729,l), -(388,610,l) +background = { +shapes = ( +{ +pos = (-3,0); +ref = f; +} ); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (373,0); +ref = i.ss01; } ); -width = 545; +width = 542; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (279.5,0); +pos = (-7,0); +ref = f; } ); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -400, -0 -); }; -layerId = "BEF08A53-8109-40AA-BB8A-5BD5557C97ED"; -name = "{125, 400, 0}"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -closed = 1; -nodes = ( -(205,0,l), -(205,455,l), -(413,455,l), -(413,0,l), -(501,0,l), -(501,525,l), -(205,525,l), -(205,586,ls), -(205,636,o), -(229,659,o), -(284,659,cs), -(341,659,l), -(341,729,l), -(270,729,ls), -(172,729,o), -(116,685,o), -(116,590,cs), -(116,525,l), -(13,525,l), -(13,455,l), -(116,455,l), -(116,0,l) +ref = _f.longarm; +}, +{ +pos = (467,0); +ref = i.ss01; +} ); +width = 774; }, { -closed = 1; -nodes = ( -(501,611,l), -(501,729,l), -(413,729,l), -(413,611,l) +background = { +shapes = ( +{ +pos = (12,0); +ref = f; +} ); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (90,0); +ref = i.ss01; } ); -width = 559; +width = 195; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (182,0); +pos = (3,0); +ref = f; } ); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -attr = { -coordinates = ( -75, -400, -1 -); }; -layerId = "888CC978-0071-44D9-B88A-16653742240C"; -name = "{75, 400, -12}"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { -closed = 1; -nodes = ( -(58,0,l), -(155,463,l), -(285,464,l), -(188,0,l), -(258,0,l), -(368,523,l), -(168,523,l), -(187,620,ls), -(193,653,o), -(205,669,o), -(236,669,cs), -(256,669,l), -(267,729,l), -(234,729,ls), -(170,729,o), -(134,700,o), -(120,632,cs), -(97,523,l), -(56,523,l), -(43,463,l), -(84,463,l), -(-12,0,l) +ref = _f.longarm; +}, +{ +pos = (292,0); +ref = i.ss01; +} ); +width = 499; }, { -closed = 1; -nodes = ( -(384,610,l), -(410,729,l), -(339,729,l), -(315,610,l) +background = { +shapes = ( +{ +pos = (-5,0); +ref = f; +} ); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (257,0); +ref = i.ss01; } ); -width = 364; +width = 415; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (263,0); +pos = (10,0); +ref = f; } ); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; -attr = { -coordinates = ( -100, -400, -1 -); }; -layerId = "3E447152-9880-4873-8157-84A89169EEAC"; -name = "{100, 400, -12}"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { -closed = 1; -nodes = ( -(111,0,l), -(207,460,l), -(411,460,l), -(315,0,l), -(394,0,l), -(505,525,l), -(221,525,l), -(239,611,ls), -(247,648,o), -(267,664,o), -(309,664,cs), -(363,664,l), -(377,729,l), -(297,729,ls), -(222,729,o), -(176,695,o), -(162,626,cs), -(141,525,l), -(56,525,l), -(42,460,l), -(127,460,l), -(31,0,l) +ref = _f.longarm; +}, +{ +pos = (369,0); +ref = i.ss01; +} ); +width = 613; }, { -closed = 1; -nodes = ( -(523,614,l), -(547,729,l), -(467,729,l), -(443,614,l) +background = { +shapes = ( +{ +pos = (-3,0); +ref = f; +} ); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (281,0); +ref = i.ss01; } ); -width = 526; +width = 429; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (277.5,0); +pos = (-7,0); +ref = f; } ); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -attr = { -coordinates = ( -125, -400, -1 -); }; -layerId = "2928F0D9-948F-4794-902C-3DCDEEFAB094"; -name = "{125, 400, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(133,0,l), -(228,455,l), -(449,455,l), -(355,0,l), -(442,0,l), -(551,525,l), -(242,525,l), -(257,593,ls), -(268,641,o), -(286,659,o), -(346,659,cs), -(403,659,l), -(418,729,l), -(327,729,ls), -(240,729,o), -(189,691,o), -(173,613,cs), -(154,525,l), -(53,525,l), -(39,455,l), -(140,455,l), -(45,0,l) -); -}, -{ -closed = 1; -nodes = ( -(569,611,l), -(593,729,l), -(506,729,l), -(481,611,l) -); -} -); -width = 555; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (427,0); +ref = i.ss01; +} +); +width = 703; } ); metricLeft = f; diff --git a/sources/MonaSans.glyphspackage/glyphs/five.blackC_ircled.glyph b/sources/MonaSans.glyphspackage/glyphs/five.blackC_ircled.glyph index b1785d1f..d25b5911 100644 --- a/sources/MonaSans.glyphspackage/glyphs/five.blackC_ircled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/five.blackC_ircled.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); background = { @@ -72,65 +72,1633 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,143,o), +(230,198,o), +(226,280,c), +(336,280,l), +(336,248,o), +(345,235,o), +(360,235,cs), +(379,235,o), +(386,255,o), +(386,294,cs), +(386,336,o), +(377,353,o), +(361,353,cs), +(346,353,o), +(338,335,o), +(338,315,c), +(231,315,l), +(242,582,l), +(472,582,l), +(472,489,l), +(343,489,l), +(338,424,l), +(342,422,l), +(351,438,o), +(371,443,o), +(389,443,cs), +(461,443,o), +(496,384,o), +(496,297,cs), +(496,192,o), +(441,143,o), +(360,143,cs) +); +} +); +width = 722; +}, +{ +anchors = ( +{ +name = center; +pos = (349,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,134,o), +(256,189,o), +(256,271,c), +(285,271,l), +(284,187,o), +(313,159,o), +(350,159,cs), +(393,159,o), +(412,196,o), +(412,280,cs), +(412,367,o), +(389,396,o), +(351,396,cs), +(318,396,o), +(297,374,o), +(291,326,c), +(261,326,l), +(269,572,l), +(439,572,l), +(439,545,l), +(296,545,l), +(290,381,l), +(292,381,l), +(304,406,o), +(326,421,o), +(355,421,cs), +(417,421,o), +(442,370,o), +(442,281,cs), +(442,180,o), +(409,134,o), +(350,134,cs) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,143,o), +(256,198,o), +(256,280,c), +(285,280,l), +(284,196,o), +(313,168,o), +(350,168,cs), +(393,168,o), +(412,205,o), +(412,289,cs), +(412,376,o), +(389,405,o), +(351,405,cs), +(318,405,o), +(297,383,o), +(291,335,c), +(261,335,l), +(269,581,l), +(439,581,l), +(439,554,l), +(296,554,l), +(290,390,l), +(292,390,l), +(304,415,o), +(326,430,o), +(355,430,cs), +(417,430,o), +(442,379,o), +(442,290,cs), +(442,189,o), +(409,143,o), +(350,143,cs) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = center; +pos = (442,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(332,134,o), +(263,189,o), +(263,271,c), +(299,271,l), +(298,207,o), +(355,165,o), +(438,165,cs), +(535,165,o), +(583,211,o), +(583,280,cs), +(583,355,o), +(532,394,o), +(442,394,cs), +(374,394,o), +(329,368,o), +(309,337,c), +(273,337,l), +(286,572,l), +(611,572,l), +(611,541,l), +(319,541,l), +(309,371,l), +(312,371,l), +(337,402,o), +(390,424,o), +(448,424,cs), +(562,424,o), +(622,367,o), +(622,281,cs), +(622,187,o), +(546,134,o), +(438,134,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(331,145,o), +(262,200,o), +(262,282,c), +(298,282,l), +(297,218,o), +(354,176,o), +(437,176,cs), +(534,176,o), +(582,222,o), +(582,291,cs), +(582,366,o), +(531,405,o), +(441,405,cs), +(373,405,o), +(328,379,o), +(308,348,c), +(272,348,l), +(285,583,l), +(610,583,l), +(610,552,l), +(318,552,l), +(308,382,l), +(311,382,l), +(336,413,o), +(389,435,o), +(447,435,cs), +(561,435,o), +(621,378,o), +(621,292,cs), +(621,198,o), +(545,145,o), +(437,145,cs) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = center; +pos = (436,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(293,135,o), +(236,192,o), +(229,272,c), +(379,272,l), +(385,250,o), +(405,246,o), +(431,246,cs), +(466,246,o), +(484,263,o), +(484,288,cs), +(484,313,o), +(463,328,o), +(433,328,cs), +(405,328,o), +(381,316,o), +(372,299,c), +(236,299,l), +(251,574,l), +(613,574,l), +(613,457,l), +(387,457,l), +(382,407,l), +(388,405,l), +(399,419,o), +(437,431,o), +(474,431,cs), +(563,431,o), +(635,383,o), +(635,288,cs), +(635,184,o), +(544,135,o), +(429,135,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(297,147,o), +(240,204,o), +(233,284,c), +(383,284,l), +(389,262,o), +(409,258,o), +(435,258,cs), +(470,258,o), +(488,275,o), +(488,300,cs), +(488,325,o), +(467,340,o), +(437,340,cs), +(409,340,o), +(385,328,o), +(376,311,c), +(240,311,l), +(255,586,l), +(617,586,l), +(617,469,l), +(391,469,l), +(386,419,l), +(392,417,l), +(403,431,o), +(441,443,o), +(478,443,cs), +(567,443,o), +(639,395,o), +(639,300,cs), +(639,196,o), +(548,147,o), +(433,147,cs) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = center; +pos = (431,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(348,134,o), +(297,186,o), +(294,253,c), +(329,253,l), +(333,200,o), +(372,165,o), +(431,165,cs), +(501,165,o), +(542,210,o), +(542,276,cs), +(542,346,o), +(498,387,o), +(433,387,cs), +(387,387,o), +(350,364,o), +(336,331,c), +(299,331,l), +(317,572,l), +(567,572,l), +(567,541,l), +(347,541,l), +(333,366,l), +(335,365,l), +(356,398,o), +(397,416,o), +(440,416,cs), +(523,416,o), +(577,360,o), +(577,278,cs), +(577,192,o), +(519,134,o), +(430,134,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(345,144,o), +(294,196,o), +(291,263,c), +(326,263,l), +(330,210,o), +(367,175,o), +(426,175,cs), +(494,175,o), +(535,220,o), +(535,286,cs), +(535,356,o), +(491,397,o), +(428,397,cs), +(382,397,o), +(346,374,o), +(333,341,c), +(296,341,l), +(314,582,l), +(558,582,l), +(558,551,l), +(344,551,l), +(330,376,l), +(332,375,l), +(351,408,o), +(392,426,o), +(435,426,cs), +(516,426,o), +(568,370,o), +(568,288,cs), +(568,202,o), +(512,144,o), +(425,144,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +142, +33 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +445, +30 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +621, +32 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +630, +37 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +354, +35 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +138, +36 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +440, +35 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +613, +36 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +582, +43 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +297, +40 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-10, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-10, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +anchors = ( +{ +name = center; +pos = (418,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(320,133,o), +(261,186,o), +(253,265,c), +(381,265,l), +(386,250,o), +(402,241,o), +(423,241,cs), +(449,241,o), +(466,261,o), +(466,282,cs), +(466,306,o), +(448,323,o), +(424,323,cs), +(404,323,o), +(388,312,o), +(384,297,c), +(263,297,l), +(282,572,l), +(583,572,l), +(583,461,l), +(395,461,l), +(386,406,l), +(392,404,l), +(401,414,o), +(432,423,o), +(459,423,cs), +(541,423,o), +(594,369,o), +(594,287,cs), +(594,195,o), +(525,133,o), +(420,133,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(316,145,o), +(258,198,o), +(250,277,c), +(377,277,l), +(382,262,o), +(397,253,o), +(417,253,cs), +(442,253,o), +(457,273,o), +(457,294,cs), +(457,318,o), +(441,335,o), +(418,335,cs), +(399,335,o), +(384,324,o), +(380,309,c), +(260,309,l), +(279,584,l), +(573,584,l), +(573,473,l), +(390,473,l), +(382,418,l), +(388,416,l), +(397,426,o), +(426,435,o), +(452,435,cs), +(533,435,o), +(584,381,o), +(584,299,cs), +(584,207,o), +(517,145,o), +(414,145,cs) +); +} +); +width = 834; +}, +{ +anchors = ( +{ +name = center; +pos = (386,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(320,134,o), +(293,189,o), +(293,271,c), +(322,271,l), +(321,187,o), +(350,159,o), +(387,159,cs), +(430,159,o), +(449,196,o), +(449,280,cs), +(449,367,o), +(426,396,o), +(388,396,cs), +(355,396,o), +(334,374,o), +(328,326,c), +(298,326,l), +(306,572,l), +(476,572,l), +(476,545,l), +(333,545,l), +(327,381,l), +(329,381,l), +(341,406,o), +(363,421,o), +(392,421,cs), +(454,421,o), +(479,370,o), +(479,281,cs), +(479,180,o), +(446,134,o), +(387,134,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(320,143,o), +(293,198,o), +(293,280,c), +(322,280,l), +(321,196,o), +(350,168,o), +(387,168,cs), +(430,168,o), +(449,205,o), +(449,289,cs), +(449,376,o), +(426,405,o), +(388,405,cs), +(355,405,o), +(334,383,o), +(328,335,c), +(298,335,l), +(306,581,l), +(476,581,l), +(476,554,l), +(333,554,l), +(327,390,l), +(329,390,l), +(341,415,o), +(363,430,o), +(392,430,cs), +(454,430,o), +(479,379,o), +(479,290,cs), +(479,189,o), +(446,143,o), +(387,143,cs) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = center; +pos = (393,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(297,133,o), +(254,188,o), +(250,270,c), +(360,270,l), +(360,238,o), +(369,225,o), +(384,225,cs), +(403,225,o), +(410,245,o), +(410,284,cs), +(410,326,o), +(401,343,o), +(385,343,cs), +(370,343,o), +(362,325,o), +(362,305,c), +(255,305,l), +(266,572,l), +(496,572,l), +(496,479,l), +(367,479,l), +(362,414,l), +(366,412,l), +(375,428,o), +(395,433,o), +(413,433,cs), +(485,433,o), +(520,374,o), +(520,287,cs), +(520,182,o), +(465,133,o), +(384,133,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(305,143,o), +(262,198,o), +(258,280,c), +(368,280,l), +(368,248,o), +(377,235,o), +(392,235,cs), +(411,235,o), +(418,255,o), +(418,294,cs), +(418,336,o), +(409,353,o), +(393,353,cs), +(378,353,o), +(370,335,o), +(370,315,c), +(263,315,l), +(274,582,l), +(504,582,l), +(504,489,l), +(375,489,l), +(370,424,l), +(374,422,l), +(383,438,o), +(403,443,o), +(421,443,cs), +(493,443,o), +(528,384,o), +(528,297,cs), +(528,192,o), +(473,143,o), +(392,143,cs) +); +} +); +width = 747; +}, +{ +anchors = ( +{ +name = center; +pos = (467.5,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(380,134,o), +(329,186,o), +(326,253,c), +(361,253,l), +(365,200,o), +(404,165,o), +(463,165,cs), +(533,165,o), +(574,210,o), +(574,276,cs), +(574,346,o), +(530,387,o), +(465,387,cs), +(419,387,o), +(382,364,o), +(368,331,c), +(331,331,l), +(349,572,l), +(599,572,l), +(599,541,l), +(379,541,l), +(365,366,l), +(367,365,l), +(388,398,o), +(429,416,o), +(472,416,cs), +(555,416,o), +(609,360,o), +(609,278,cs), +(609,192,o), +(551,134,o), +(462,134,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(380,144,o), +(329,196,o), +(326,263,c), +(361,263,l), +(365,210,o), +(404,175,o), +(463,175,cs), +(533,175,o), +(574,220,o), +(574,286,cs), +(574,356,o), +(530,397,o), +(465,397,cs), +(419,397,o), +(382,374,o), +(368,341,c), +(331,341,l), +(349,582,l), +(599,582,l), +(599,551,l), +(379,551,l), +(365,376,l), +(367,375,l), +(388,408,o), +(429,426,o), +(472,426,cs), +(555,426,o), +(609,370,o), +(609,288,cs), +(609,202,o), +(551,144,o), +(462,144,cs) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = center; +pos = (455.5,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(348,133,o), +(289,186,o), +(281,265,c), +(409,265,l), +(414,250,o), +(430,241,o), +(451,241,cs), +(477,241,o), +(494,261,o), +(494,282,cs), +(494,306,o), +(476,323,o), +(452,323,cs), +(432,323,o), +(416,312,o), +(412,297,c), +(291,297,l), +(310,572,l), +(611,572,l), +(611,461,l), +(423,461,l), +(414,406,l), +(420,404,l), +(429,414,o), +(460,423,o), +(487,423,cs), +(569,423,o), +(622,369,o), +(622,287,cs), +(622,195,o), +(553,133,o), +(448,133,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(352,145,o), +(293,198,o), +(285,277,c), +(413,277,l), +(418,262,o), +(434,253,o), +(455,253,cs), +(481,253,o), +(498,273,o), +(498,294,cs), +(498,318,o), +(480,335,o), +(456,335,cs), +(436,335,o), +(420,324,o), +(416,309,c), +(295,309,l), +(314,584,l), +(615,584,l), +(615,473,l), +(427,473,l), +(418,418,l), +(424,416,l), +(433,426,o), +(464,435,o), +(491,435,cs), +(573,435,o), +(626,381,o), +(626,299,cs), +(626,207,o), +(557,145,o), +(452,145,cs) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = center; +pos = (473,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(363,134,o), +(294,189,o), +(294,271,c), +(330,271,l), +(329,207,o), +(386,165,o), +(469,165,cs), +(566,165,o), +(614,211,o), +(614,280,cs), +(614,355,o), +(563,394,o), +(473,394,cs), +(405,394,o), +(360,368,o), +(340,337,c), +(304,337,l), +(317,572,l), +(642,572,l), +(642,541,l), +(350,541,l), +(340,371,l), +(343,371,l), +(368,402,o), +(421,424,o), +(479,424,cs), +(593,424,o), +(653,367,o), +(653,281,cs), +(653,187,o), +(577,134,o), +(469,134,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(362,145,o), +(293,200,o), +(293,282,c), +(329,282,l), +(328,218,o), +(385,176,o), +(468,176,cs), +(565,176,o), +(613,222,o), +(613,291,cs), +(613,366,o), +(562,405,o), +(472,405,cs), +(404,405,o), +(359,379,o), +(339,348,c), +(303,348,l), +(316,583,l), +(641,583,l), +(641,552,l), +(349,552,l), +(339,382,l), +(342,382,l), +(367,413,o), +(420,435,o), +(478,435,cs), +(592,435,o), +(652,378,o), +(652,292,cs), +(652,198,o), +(576,145,o), +(468,145,cs) +); +} +); +width = 903; +}, +{ +anchors = ( +{ +name = center; +pos = (465,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(322,135,o), +(265,192,o), +(258,272,c), +(408,272,l), +(414,250,o), +(434,246,o), +(460,246,cs), +(495,246,o), +(513,263,o), +(513,288,cs), +(513,313,o), +(492,328,o), +(462,328,cs), +(434,328,o), +(410,316,o), +(401,299,c), +(265,299,l), +(280,574,l), +(642,574,l), +(642,457,l), +(416,457,l), +(411,407,l), +(417,405,l), +(428,419,o), +(466,431,o), +(503,431,cs), +(592,431,o), +(664,383,o), +(664,288,cs), +(664,184,o), +(573,135,o), +(458,135,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) ); }, { closed = 1; nodes = ( -(265,143,o), -(222,198,o), -(218,280,c), -(328,280,l), -(328,248,o), -(337,235,o), -(352,235,cs), -(371,235,o), -(378,255,o), -(378,294,cs), -(378,336,o), -(369,353,o), -(353,353,cs), -(338,353,o), -(330,335,o), -(330,315,c), -(223,315,l), -(234,582,l), -(464,582,l), -(464,489,l), -(335,489,l), -(330,424,l), -(334,422,l), -(343,438,o), -(363,443,o), -(381,443,cs), -(453,443,o), -(488,384,o), -(488,297,cs), -(488,192,o), -(433,143,o), -(352,143,cs) +(326,147,o), +(269,204,o), +(262,284,c), +(412,284,l), +(418,262,o), +(438,258,o), +(464,258,cs), +(499,258,o), +(517,275,o), +(517,300,cs), +(517,325,o), +(496,340,o), +(466,340,cs), +(438,340,o), +(414,328,o), +(405,311,c), +(269,311,l), +(284,586,l), +(646,586,l), +(646,469,l), +(420,469,l), +(415,419,l), +(421,417,l), +(432,431,o), +(470,443,o), +(507,443,cs), +(596,443,o), +(668,395,o), +(668,300,cs), +(668,196,o), +(577,147,o), +(462,147,cs) ); } ); -width = 706; +width = 892; }, { anchors = ( { name = center; -pos = (349,365); +pos = (329,365); } ); background = { @@ -191,70 +1759,194 @@ nodes = ( } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { closed = 1; nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) ); }, { closed = 1; nodes = ( -(283,143,o), -(256,198,o), -(256,280,c), -(285,280,l), -(284,196,o), -(313,168,o), -(350,168,cs), -(393,168,o), -(412,205,o), -(412,289,cs), -(412,376,o), -(389,405,o), -(351,405,cs), -(318,405,o), -(297,383,o), -(291,335,c), -(261,335,l), -(269,581,l), -(439,581,l), -(439,554,l), -(296,554,l), -(290,390,l), -(292,390,l), -(304,415,o), -(326,430,o), -(355,430,cs), -(417,430,o), -(442,379,o), -(442,290,cs), -(442,189,o), -(409,143,o), -(350,143,cs) +(263,143,o), +(236,198,o), +(236,280,c), +(265,280,l), +(264,196,o), +(293,168,o), +(330,168,cs), +(373,168,o), +(392,205,o), +(392,289,cs), +(392,376,o), +(369,405,o), +(331,405,cs), +(298,405,o), +(277,383,o), +(271,335,c), +(241,335,l), +(249,581,l), +(419,581,l), +(419,554,l), +(276,554,l), +(270,390,l), +(272,390,l), +(284,415,o), +(306,430,o), +(335,430,cs), +(397,430,o), +(422,379,o), +(422,290,cs), +(422,189,o), +(389,143,o), +(330,143,cs) ); } ); -width = 698; +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(265,133,o), +(222,188,o), +(218,270,c), +(328,270,l), +(328,238,o), +(337,225,o), +(352,225,cs), +(371,225,o), +(378,245,o), +(378,284,cs), +(378,326,o), +(369,343,o), +(353,343,cs), +(338,343,o), +(330,325,o), +(330,305,c), +(223,305,l), +(234,572,l), +(464,572,l), +(464,479,l), +(335,479,l), +(330,414,l), +(334,412,l), +(343,428,o), +(363,433,o), +(381,433,cs), +(453,433,o), +(488,374,o), +(488,287,cs), +(488,182,o), +(433,133,o), +(352,133,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(255,143,o), +(212,198,o), +(208,280,c), +(318,280,l), +(318,248,o), +(327,235,o), +(342,235,cs), +(361,235,o), +(368,255,o), +(368,294,cs), +(368,336,o), +(359,353,o), +(343,353,cs), +(328,353,o), +(320,335,o), +(320,315,c), +(213,315,l), +(224,582,l), +(454,582,l), +(454,489,l), +(325,489,l), +(320,424,l), +(324,422,l), +(333,438,o), +(353,443,o), +(371,443,cs), +(443,443,o), +(478,384,o), +(478,297,cs), +(478,192,o), +(423,143,o), +(342,143,cs) +); +} +); +width = 686; }, { anchors = ( { name = center; -pos = (435.5,363); +pos = (416,363); } ); background = { @@ -315,60 +2007,60 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) ); }, { closed = 1; nodes = ( -(348,144,o), -(297,196,o), -(294,263,c), -(329,263,l), -(333,210,o), -(372,175,o), -(431,175,cs), -(501,175,o), -(542,220,o), -(542,286,cs), -(542,356,o), -(498,397,o), -(433,397,cs), -(387,397,o), -(350,374,o), -(336,341,c), -(299,341,l), -(317,582,l), -(567,582,l), -(567,551,l), -(347,551,l), -(333,376,l), -(335,375,l), -(356,408,o), -(397,426,o), -(440,426,cs), -(523,426,o), -(577,370,o), -(577,288,cs), -(577,202,o), -(519,144,o), -(430,144,cs) +(328,144,o), +(277,196,o), +(274,263,c), +(309,263,l), +(313,210,o), +(352,175,o), +(411,175,cs), +(481,175,o), +(522,220,o), +(522,286,cs), +(522,356,o), +(478,397,o), +(413,397,cs), +(367,397,o), +(330,374,o), +(316,341,c), +(279,341,l), +(297,582,l), +(547,582,l), +(547,551,l), +(327,551,l), +(313,376,l), +(315,375,l), +(336,408,o), +(377,426,o), +(420,426,cs), +(503,426,o), +(557,370,o), +(557,288,cs), +(557,202,o), +(499,144,o), +(410,144,cs) ); } ); @@ -576,13 +2268,13 @@ type = Stem; } ); }; -width = 871; +width = 831; }, { anchors = ( { name = center; -pos = (427.5,365); +pos = (407,365); } ); background = { @@ -643,70 +2335,70 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) ); }, { closed = 1; nodes = ( -(324,145,o), -(265,198,o), -(257,277,c), -(385,277,l), -(390,262,o), -(406,253,o), -(427,253,cs), -(453,253,o), -(470,273,o), -(470,294,cs), -(470,318,o), -(452,335,o), -(428,335,cs), -(408,335,o), -(392,324,o), -(388,309,c), -(267,309,l), -(286,584,l), -(587,584,l), -(587,473,l), -(399,473,l), -(390,418,l), -(396,416,l), -(405,426,o), -(436,435,o), -(463,435,cs), -(545,435,o), -(598,381,o), -(598,299,cs), -(598,207,o), -(529,145,o), -(424,145,cs) +(303,145,o), +(244,198,o), +(236,277,c), +(364,277,l), +(369,262,o), +(385,253,o), +(406,253,cs), +(432,253,o), +(449,273,o), +(449,294,cs), +(449,318,o), +(431,335,o), +(407,335,cs), +(387,335,o), +(371,324,o), +(367,309,c), +(246,309,l), +(265,584,l), +(566,584,l), +(566,473,l), +(378,473,l), +(369,418,l), +(375,416,l), +(384,426,o), +(415,435,o), +(442,435,cs), +(524,435,o), +(577,381,o), +(577,299,cs), +(577,207,o), +(508,145,o), +(403,145,cs) ); } ); -width = 855; +width = 813; }, { anchors = ( { name = center; -pos = (442,363); +pos = (432,363); } ); background = { @@ -761,76 +2453,76 @@ nodes = ( (622,367,o), (622,281,cs), (622,187,o), -(546,134,o), -(438,134,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,145,o), -(262,200,o), -(262,282,c), -(298,282,l), -(297,218,o), -(354,176,o), -(437,176,cs), -(534,176,o), -(582,222,o), -(582,291,cs), -(582,366,o), -(531,405,o), -(441,405,cs), -(373,405,o), -(328,379,o), -(308,348,c), -(272,348,l), -(285,583,l), -(610,583,l), -(610,552,l), -(318,552,l), -(308,382,l), -(311,382,l), -(336,413,o), -(389,435,o), -(447,435,cs), -(561,435,o), -(621,378,o), -(621,292,cs), -(621,198,o), -(545,145,o), -(437,145,cs) +(546,134,o), +(438,134,cs) ); } ); -width = 884; +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(321,145,o), +(252,200,o), +(252,282,c), +(288,282,l), +(287,218,o), +(344,176,o), +(427,176,cs), +(524,176,o), +(572,222,o), +(572,291,cs), +(572,366,o), +(521,405,o), +(431,405,cs), +(363,405,o), +(318,379,o), +(298,348,c), +(262,348,l), +(275,583,l), +(600,583,l), +(600,552,l), +(308,552,l), +(298,382,l), +(301,382,l), +(326,413,o), +(379,435,o), +(437,435,cs), +(551,435,o), +(611,378,o), +(611,292,cs), +(611,198,o), +(535,145,o), +(427,145,cs) +); +} +); +width = 864; }, { anchors = ( { name = center; -pos = (430,364); +pos = (420,364); } ); background = { @@ -891,70 +2583,70 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) ); }, { closed = 1; nodes = ( -(291,147,o), -(234,204,o), -(227,284,c), -(377,284,l), -(383,262,o), -(403,258,o), -(429,258,cs), -(464,258,o), -(482,275,o), -(482,300,cs), -(482,325,o), -(461,340,o), -(431,340,cs), -(403,340,o), -(379,328,o), -(370,311,c), -(234,311,l), -(249,586,l), -(611,586,l), -(611,469,l), -(385,469,l), -(380,419,l), -(386,417,l), -(397,431,o), -(435,443,o), -(472,443,cs), -(561,443,o), -(633,395,o), -(633,300,cs), -(633,196,o), -(542,147,o), -(427,147,cs) +(281,147,o), +(224,204,o), +(217,284,c), +(367,284,l), +(373,262,o), +(393,258,o), +(419,258,cs), +(454,258,o), +(472,275,o), +(472,300,cs), +(472,325,o), +(451,340,o), +(421,340,cs), +(393,340,o), +(369,328,o), +(360,311,c), +(224,311,l), +(239,586,l), +(601,586,l), +(601,469,l), +(375,469,l), +(370,419,l), +(376,417,l), +(387,431,o), +(425,443,o), +(462,443,cs), +(551,443,o), +(623,395,o), +(623,300,cs), +(623,196,o), +(532,147,o), +(417,147,cs) ); } ); -width = 860; +width = 840; }, { anchors = ( { name = center; -pos = (386,365); +pos = (363,365); } ); background = { @@ -1015,70 +2707,70 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) ); }, { closed = 1; nodes = ( -(320,143,o), -(293,198,o), -(293,280,c), -(322,280,l), -(321,196,o), -(350,168,o), -(387,168,cs), -(430,168,o), -(449,205,o), -(449,289,cs), -(449,376,o), -(426,405,o), -(388,405,cs), -(355,405,o), -(334,383,o), -(328,335,c), -(298,335,l), -(306,581,l), -(476,581,l), -(476,554,l), -(333,554,l), -(327,390,l), -(329,390,l), -(341,415,o), -(363,430,o), -(392,430,cs), -(454,430,o), -(479,379,o), -(479,290,cs), -(479,189,o), -(446,143,o), -(387,143,cs) +(297,143,o), +(270,198,o), +(270,280,c), +(299,280,l), +(298,196,o), +(327,168,o), +(364,168,cs), +(407,168,o), +(426,205,o), +(426,289,cs), +(426,376,o), +(403,405,o), +(365,405,cs), +(332,405,o), +(311,383,o), +(305,335,c), +(275,335,l), +(283,581,l), +(453,581,l), +(453,554,l), +(310,554,l), +(304,390,l), +(306,390,l), +(318,415,o), +(340,430,o), +(369,430,cs), +(431,430,o), +(456,379,o), +(456,290,cs), +(456,189,o), +(423,143,o), +(364,143,cs) ); } ); -width = 727; +width = 681; }, { anchors = ( { name = center; -pos = (385,366); +pos = (374,366); } ); background = { @@ -1139,70 +2831,70 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) ); }, { closed = 1; nodes = ( -(297,143,o), -(254,198,o), -(250,280,c), -(360,280,l), -(360,248,o), -(369,235,o), -(384,235,cs), -(403,235,o), -(410,255,o), -(410,294,cs), -(410,336,o), -(401,353,o), -(385,353,cs), -(370,353,o), -(362,335,o), -(362,315,c), -(255,315,l), -(266,582,l), -(496,582,l), -(496,489,l), -(367,489,l), -(362,424,l), -(366,422,l), -(375,438,o), -(395,443,o), -(413,443,cs), -(485,443,o), -(520,384,o), -(520,297,cs), -(520,192,o), -(465,143,o), -(384,143,cs) -); -} -); -width = 731; +(286,143,o), +(243,198,o), +(239,280,c), +(349,280,l), +(349,248,o), +(358,235,o), +(373,235,cs), +(392,235,o), +(399,255,o), +(399,294,cs), +(399,336,o), +(390,353,o), +(374,353,cs), +(359,353,o), +(351,335,o), +(351,315,c), +(244,315,l), +(255,582,l), +(485,582,l), +(485,489,l), +(356,489,l), +(351,424,l), +(355,422,l), +(364,438,o), +(384,443,o), +(402,443,cs), +(474,443,o), +(509,384,o), +(509,297,cs), +(509,192,o), +(454,143,o), +(373,143,cs) +); +} +); +width = 709; }, { anchors = ( { name = center; -pos = (467.5,363); +pos = (444,363); } ); background = { @@ -1263,70 +2955,70 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) ); }, { closed = 1; nodes = ( -(380,144,o), -(329,196,o), -(326,263,c), -(361,263,l), -(365,210,o), -(404,175,o), -(463,175,cs), -(533,175,o), -(574,220,o), -(574,286,cs), -(574,356,o), -(530,397,o), -(465,397,cs), -(419,397,o), -(382,374,o), -(368,341,c), -(331,341,l), -(349,582,l), -(599,582,l), -(599,551,l), -(379,551,l), -(365,376,l), -(367,375,l), -(388,408,o), -(429,426,o), -(472,426,cs), -(555,426,o), -(609,370,o), -(609,288,cs), -(609,202,o), -(551,144,o), -(462,144,cs) +(356,144,o), +(305,196,o), +(302,263,c), +(337,263,l), +(341,210,o), +(380,175,o), +(439,175,cs), +(509,175,o), +(550,220,o), +(550,286,cs), +(550,356,o), +(506,397,o), +(441,397,cs), +(395,397,o), +(358,374,o), +(344,341,c), +(307,341,l), +(325,582,l), +(575,582,l), +(575,551,l), +(355,551,l), +(341,376,l), +(343,375,l), +(364,408,o), +(405,426,o), +(448,426,cs), +(531,426,o), +(585,370,o), +(585,288,cs), +(585,202,o), +(527,144,o), +(438,144,cs) ); } ); -width = 891; +width = 843; }, { anchors = ( { name = center; -pos = (455.5,365); +pos = (427,365); } ); background = { @@ -1387,70 +3079,70 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) ); }, { closed = 1; nodes = ( -(352,145,o), -(293,198,o), -(285,277,c), -(413,277,l), -(418,262,o), -(434,253,o), -(455,253,cs), -(481,253,o), -(498,273,o), -(498,294,cs), -(498,318,o), -(480,335,o), -(456,335,cs), -(436,335,o), -(420,324,o), -(416,309,c), -(295,309,l), -(314,584,l), -(615,584,l), -(615,473,l), -(427,473,l), -(418,418,l), -(424,416,l), -(433,426,o), -(464,435,o), -(491,435,cs), -(573,435,o), -(626,381,o), -(626,299,cs), -(626,207,o), -(557,145,o), -(452,145,cs) +(323,145,o), +(264,198,o), +(256,277,c), +(384,277,l), +(389,262,o), +(405,253,o), +(426,253,cs), +(452,253,o), +(469,273,o), +(469,294,cs), +(469,318,o), +(451,335,o), +(427,335,cs), +(407,335,o), +(391,324,o), +(387,309,c), +(266,309,l), +(285,584,l), +(586,584,l), +(586,473,l), +(398,473,l), +(389,418,l), +(395,416,l), +(404,426,o), +(435,435,o), +(462,435,cs), +(544,435,o), +(597,381,o), +(597,299,cs), +(597,207,o), +(528,145,o), +(423,145,cs) ); } ); -width = 873; +width = 815; }, { anchors = ( { name = center; -pos = (473,363); +pos = (463,363); } ); background = { @@ -1511,70 +3203,70 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) ); }, { closed = 1; nodes = ( -(362,145,o), -(293,200,o), -(293,282,c), -(329,282,l), -(328,218,o), -(385,176,o), -(468,176,cs), -(565,176,o), -(613,222,o), -(613,291,cs), -(613,366,o), -(562,405,o), -(472,405,cs), -(404,405,o), -(359,379,o), -(339,348,c), -(303,348,l), -(316,583,l), -(641,583,l), -(641,552,l), -(349,552,l), -(339,382,l), -(342,382,l), -(367,413,o), -(420,435,o), -(478,435,cs), -(592,435,o), -(652,378,o), -(652,292,cs), -(652,198,o), -(576,145,o), -(468,145,cs) +(352,145,o), +(283,200,o), +(283,282,c), +(319,282,l), +(318,218,o), +(375,176,o), +(458,176,cs), +(555,176,o), +(603,222,o), +(603,291,cs), +(603,366,o), +(552,405,o), +(462,405,cs), +(394,405,o), +(349,379,o), +(329,348,c), +(293,348,l), +(306,583,l), +(631,583,l), +(631,552,l), +(339,552,l), +(329,382,l), +(332,382,l), +(357,413,o), +(410,435,o), +(468,435,cs), +(582,435,o), +(642,378,o), +(642,292,cs), +(642,198,o), +(566,145,o), +(458,145,cs) ); } ); -width = 903; +width = 883; }, { anchors = ( { name = center; -pos = (459,364); +pos = (444,364); } ); background = { @@ -1635,64 +3327,64 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) ); }, { closed = 1; nodes = ( -(320,147,o), -(263,204,o), -(256,284,c), -(406,284,l), -(412,262,o), -(432,258,o), -(458,258,cs), -(493,258,o), -(511,275,o), -(511,300,cs), -(511,325,o), -(490,340,o), -(460,340,cs), -(432,340,o), -(408,328,o), -(399,311,c), -(263,311,l), -(278,586,l), -(640,586,l), -(640,469,l), -(414,469,l), -(409,419,l), -(415,417,l), -(426,431,o), -(464,443,o), -(501,443,cs), -(590,443,o), -(662,395,o), -(662,300,cs), -(662,196,o), -(571,147,o), -(456,147,cs) -); -} -); -width = 880; +(305,147,o), +(248,204,o), +(241,284,c), +(391,284,l), +(397,262,o), +(417,258,o), +(443,258,cs), +(478,258,o), +(496,275,o), +(496,300,cs), +(496,325,o), +(475,340,o), +(445,340,cs), +(417,340,o), +(393,328,o), +(384,311,c), +(248,311,l), +(263,586,l), +(625,586,l), +(625,469,l), +(399,469,l), +(394,419,l), +(400,417,l), +(411,431,o), +(449,443,o), +(486,443,cs), +(575,443,o), +(647,395,o), +(647,300,cs), +(647,196,o), +(556,147,o), +(441,147,cs) +); +} +); +width = 850; } ); metricLeft = one.circled; diff --git a/sources/MonaSans.glyphspackage/glyphs/five.circled.glyph b/sources/MonaSans.glyphspackage/glyphs/five.circled.glyph index 43962631..18fcb1e4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/five.circled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/five.circled.glyph @@ -192,7 +192,1104 @@ weight = -450; width = 50; }; }; -width = 706; +width = 722; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(546,134,o), +(622,187,o), +(622,281,cs), +(622,367,o), +(562,424,o), +(448,424,cs), +(390,424,o), +(337,402,o), +(312,371,c), +(309,371,l), +(319,541,l), +(611,541,l), +(611,572,l), +(286,572,l), +(273,337,l), +(309,337,l), +(329,368,o), +(374,394,o), +(442,394,cs), +(532,394,o), +(583,355,o), +(583,280,cs), +(583,211,o), +(535,165,o), +(438,165,cs), +(355,165,o), +(298,207,o), +(299,271,c), +(263,271,l), +(263,189,o), +(332,134,o), +(438,134,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (216,190); +ref = fiveinferior; +} +); +width = 884; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(544,135,o), +(635,184,o), +(635,288,cs), +(635,383,o), +(563,431,o), +(474,431,cs), +(437,431,o), +(399,419,o), +(388,405,c), +(382,407,l), +(387,457,l), +(613,457,l), +(613,574,l), +(251,574,l), +(236,299,l), +(372,299,l), +(381,316,o), +(405,328,o), +(433,328,cs), +(463,328,o), +(484,313,o), +(484,288,cs), +(484,263,o), +(466,246,o), +(431,246,cs), +(405,246,o), +(385,250,o), +(379,272,c), +(229,272,l), +(236,192,o), +(293,135,o), +(429,135,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (202,193); +ref = fiveinferior; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(519,134,o), +(577,192,o), +(577,278,cs), +(577,360,o), +(523,416,o), +(440,416,cs), +(397,416,o), +(356,398,o), +(335,365,c), +(333,366,l), +(347,541,l), +(567,541,l), +(567,572,l), +(317,572,l), +(299,331,l), +(336,331,l), +(350,364,o), +(387,387,o), +(433,387,cs), +(498,387,o), +(542,346,o), +(542,276,cs), +(542,210,o), +(501,165,o), +(431,165,cs), +(372,165,o), +(333,200,o), +(329,253,c), +(294,253,l), +(297,186,o), +(348,134,o), +(430,134,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (222,189); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -50; +width = 55; +}; +}; +width = 858; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(525,133,o), +(594,195,o), +(594,287,cs), +(594,369,o), +(541,423,o), +(459,423,cs), +(432,423,o), +(401,414,o), +(392,404,c), +(386,406,l), +(395,461,l), +(583,461,l), +(583,572,l), +(282,572,l), +(263,297,l), +(384,297,l), +(388,312,o), +(404,323,o), +(424,323,cs), +(448,323,o), +(466,306,o), +(466,282,cs), +(466,261,o), +(449,241,o), +(423,241,cs), +(402,241,o), +(386,250,o), +(381,265,c), +(253,265,l), +(261,186,o), +(320,133,o), +(420,133,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (221,191); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 834; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,134,o), +(479,180,o), +(479,281,cs), +(479,370,o), +(454,421,o), +(392,421,cs), +(363,421,o), +(341,406,o), +(329,381,c), +(327,381,l), +(333,545,l), +(476,545,l), +(476,572,l), +(306,572,l), +(298,326,l), +(328,326,l), +(334,374,o), +(355,396,o), +(388,396,cs), +(426,396,o), +(449,367,o), +(449,280,cs), +(449,196,o), +(430,159,o), +(387,159,cs), +(350,159,o), +(321,187,o), +(322,271,c), +(293,271,l), +(293,189,o), +(320,134,o), +(387,134,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (255,188); +ref = fiveinferior; +} +); +width = 727; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(465,133,o), +(520,182,o), +(520,287,cs), +(520,374,o), +(485,433,o), +(413,433,cs), +(395,433,o), +(375,428,o), +(366,412,c), +(362,414,l), +(367,479,l), +(496,479,l), +(496,572,l), +(266,572,l), +(255,305,l), +(362,305,l), +(362,325,o), +(370,343,o), +(385,343,cs), +(401,343,o), +(410,326,o), +(410,284,cs), +(410,245,o), +(403,225,o), +(384,225,cs), +(369,225,o), +(360,238,o), +(360,270,c), +(250,270,l), +(254,188,o), +(297,133,o), +(384,133,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (254,189); +ref = fiveinferior; +} +); +width = 747; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(551,134,o), +(609,192,o), +(609,278,cs), +(609,360,o), +(555,416,o), +(472,416,cs), +(429,416,o), +(388,398,o), +(367,365,c), +(365,366,l), +(379,541,l), +(599,541,l), +(599,572,l), +(349,572,l), +(331,331,l), +(368,331,l), +(382,364,o), +(419,387,o), +(465,387,cs), +(530,387,o), +(574,346,o), +(574,276,cs), +(574,210,o), +(533,165,o), +(463,165,cs), +(404,165,o), +(365,200,o), +(361,253,c), +(326,253,l), +(329,186,o), +(380,134,o), +(462,134,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (276,186); +ref = fiveinferior; +} +); +width = 891; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(553,133,o), +(622,195,o), +(622,287,cs), +(622,369,o), +(569,423,o), +(487,423,cs), +(460,423,o), +(429,414,o), +(420,404,c), +(414,406,l), +(423,461,l), +(611,461,l), +(611,572,l), +(310,572,l), +(291,297,l), +(412,297,l), +(416,312,o), +(432,323,o), +(452,323,cs), +(476,323,o), +(494,306,o), +(494,282,cs), +(494,261,o), +(477,241,o), +(451,241,cs), +(430,241,o), +(414,250,o), +(409,265,c), +(281,265,l), +(289,186,o), +(348,133,o), +(448,133,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (269,188); +ref = fiveinferior; +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(577,134,o), +(653,187,o), +(653,281,cs), +(653,367,o), +(593,424,o), +(479,424,cs), +(421,424,o), +(368,402,o), +(343,371,c), +(340,371,l), +(350,541,l), +(642,541,l), +(642,572,l), +(317,572,l), +(304,337,l), +(340,337,l), +(360,368,o), +(405,394,o), +(473,394,cs), +(563,394,o), +(614,355,o), +(614,280,cs), +(614,211,o), +(566,165,o), +(469,165,cs), +(386,165,o), +(329,207,o), +(330,271,c), +(294,271,l), +(294,189,o), +(363,134,o), +(469,134,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (263,186); +ref = fiveinferior; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,67,o), +(151,181,o), +(151,364,cs), +(151,547,o), +(279,661,o), +(459,661,cs), +(640,661,o), +(767,547,o), +(767,364,cs), +(767,181,o), +(640,67,o), +(459,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(573,135,o), +(664,184,o), +(664,288,cs), +(664,383,o), +(592,431,o), +(503,431,cs), +(466,431,o), +(428,419,o), +(417,405,c), +(411,407,l), +(416,457,l), +(642,457,l), +(642,574,l), +(280,574,l), +(265,299,l), +(401,299,l), +(410,316,o), +(434,328,o), +(462,328,cs), +(492,328,o), +(513,313,o), +(513,288,cs), +(513,263,o), +(495,246,o), +(460,246,cs), +(434,246,o), +(414,250,o), +(408,272,c), +(258,272,l), +(265,192,o), +(322,135,o), +(458,135,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (256,177); +ref = fiveinferior; +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(409,134,o), +(442,180,o), +(442,281,cs), +(442,370,o), +(417,421,o), +(355,421,cs), +(326,421,o), +(304,406,o), +(292,381,c), +(290,381,l), +(296,545,l), +(439,545,l), +(439,572,l), +(269,572,l), +(261,326,l), +(291,326,l), +(297,374,o), +(318,396,o), +(351,396,cs), +(389,396,o), +(412,367,o), +(412,280,cs), +(412,196,o), +(393,159,o), +(350,159,cs), +(313,159,o), +(284,187,o), +(285,271,c), +(256,271,l), +(256,189,o), +(283,134,o), +(350,134,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = whiteCircle; +}, +{ +alignment = -1; +pos = (207,188); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 698; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(433,133,o), +(488,182,o), +(488,287,cs), +(488,374,o), +(453,433,o), +(381,433,cs), +(363,433,o), +(343,428,o), +(334,412,c), +(330,414,l), +(335,479,l), +(464,479,l), +(464,572,l), +(234,572,l), +(223,305,l), +(330,305,l), +(330,325,o), +(338,343,o), +(353,343,cs), +(369,343,o), +(378,326,o), +(378,284,cs), +(378,245,o), +(371,225,o), +(352,225,cs), +(337,225,o), +(328,238,o), +(328,270,c), +(218,270,l), +(222,188,o), +(265,133,o), +(352,133,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (202,189); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 686; }, { background = { @@ -270,13 +1367,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (226,189); ref = fiveinferior; } @@ -366,13 +1464,14 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (223,191); ref = fiveinferior; } @@ -384,7 +1483,7 @@ weight = -450; width = 50; }; }; -width = 855; +width = 835; }, { background = { @@ -462,13 +1561,14 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (216,190); ref = fiveinferior; } @@ -551,13 +1651,14 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (202,193); ref = fiveinferior; } @@ -640,19 +1741,18 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (244,188); +pos = (255,188); ref = fiveinferior; } ); -width = 727; +width = 681; }, { background = { @@ -730,19 +1830,18 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (235,189); +pos = (254,189); ref = fiveinferior; } ); -width = 731; +width = 709; }, { background = { @@ -820,19 +1919,18 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = master01; -pos = (258,189); +pos = (276,186); ref = fiveinferior; } ); -width = 891; +width = 843; }, { background = { @@ -910,19 +2008,18 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (251,191); +pos = (269,188); ref = fiveinferior; } ); -width = 873; +width = 815; }, { background = { @@ -1000,19 +2097,18 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (247,190); +pos = (263,186); ref = fiveinferior; } ); -width = 903; +width = 883; }, { background = { @@ -1090,19 +2186,18 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (231,193); +pos = (254,187); ref = fiveinferior; } ); -width = 880; +width = 850; } ); metricLeft = one.sansSerifCircled; diff --git a/sources/MonaSans.glyphspackage/glyphs/five.dnom.glyph b/sources/MonaSans.glyphspackage/glyphs/five.dnom.glyph index 0d8053c5..f4c4427a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/five.dnom.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/five.dnom.glyph @@ -7,38 +7,38 @@ shapes = ( { closed = 1; nodes = ( -(206,-5,o), -(255,38,o), -(255,128,cs), -(255,205,o), -(224,256,o), -(161,256,cs), -(149,256,o), -(130,253,o), -(122,239,c), -(118,240,l), -(122,290,l), -(234,290,l), -(234,375,l), -(30,375,l), -(21,142,l), -(118,142,l), -(118,159,o), -(124,173,o), -(135,173,cs), -(148,173,o), -(155,160,o), -(155,126,cs), -(155,96,o), -(150,78,o), -(134,78,cs), -(124,78,o), -(117,86,o), -(116,114,c), -(16,114,l), -(19,46,o), -(55,-5,o), -(134,-5,cs) +(214,-5,o), +(263,38,o), +(263,128,cs), +(263,205,o), +(232,256,o), +(169,256,cs), +(157,256,o), +(138,253,o), +(130,239,c), +(126,240,l), +(130,290,l), +(242,290,l), +(242,375,l), +(38,375,l), +(29,142,l), +(126,142,l), +(126,159,o), +(132,173,o), +(143,173,cs), +(156,173,o), +(163,160,o), +(163,126,cs), +(163,96,o), +(158,78,o), +(142,78,cs), +(132,78,o), +(125,86,o), +(124,114,c), +(24,114,l), +(27,46,o), +(63,-5,o), +(142,-5,cs) ); } ); @@ -49,7 +49,7 @@ weight = -400; width = 52; }; }; -width = 267; +width = 283; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -102,43 +102,143 @@ width = 55; width = 257; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(274,-5,o), -(329,48,o), -(329,127,cs), -(329,203,o), -(278,254,o), -(203,254,cs), -(160,254,o), -(124,235,o), -(107,208,c), -(105,208,l), -(117,368,l), -(319,368,l), -(319,397,l), -(90,397,l), -(74,176,l), -(107,176,l), -(120,205,o), -(152,227,o), -(196,227,cs), -(256,227,o), -(296,190,o), -(296,126,cs), -(296,66,o), -(259,23,o), -(194,23,cs), -(141,23,o), -(104,56,o), -(101,104,c), -(69,104,l), -(72,39,o), -(123,-5,o), -(194,-5,cs) +(308,-5,o), +(377,44,o), +(377,130,cs), +(377,210,o), +(322,261,o), +(218,261,cs), +(167,261,o), +(117,242,o), +(94,213,c), +(92,213,l), +(101,367,l), +(367,367,l), +(367,397,l), +(69,397,l), +(57,181,l), +(91,181,l), +(112,213,o), +(156,233,o), +(212,233,cs), +(293,233,o), +(341,198,o), +(341,129,cs), +(341,66,o), +(297,25,o), +(209,25,cs), +(132,25,o), +(82,63,o), +(82,121,c), +(48,121,l), +(48,46,o), +(111,-5,o), +(209,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 413; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(315,-5,o), +(395,38,o), +(395,127,cs), +(395,210,o), +(330,251,o), +(249,251,cs), +(217,251,o), +(181,242,o), +(168,228,c), +(163,230,l), +(168,276,l), +(376,276,l), +(376,375,l), +(53,375,l), +(39,137,l), +(155,137,l), +(164,153,o), +(187,163,o), +(215,163,cs), +(245,163,o), +(267,151,o), +(267,127,cs), +(267,104,o), +(248,89,o), +(213,89,cs), +(181,89,o), +(164,96,o), +(160,114,c), +(33,114,l), +(39,44,o), +(91,-5,o), +(211,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 421; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(271,-5,o), +(326,48,o), +(326,127,cs), +(326,203,o), +(275,254,o), +(202,254,cs), +(159,254,o), +(125,235,o), +(108,208,c), +(106,208,l), +(118,368,l), +(316,368,l), +(316,397,l), +(91,397,l), +(75,176,l), +(108,176,l), +(121,205,o), +(151,227,o), +(195,227,cs), +(253,227,o), +(293,190,o), +(293,126,cs), +(293,66,o), +(256,23,o), +(193,23,cs), +(142,23,o), +(105,56,o), +(102,104,c), +(70,104,l), +(73,39,o), +(124,-5,o), +(193,-5,cs) ); } ); @@ -231,46 +331,46 @@ type = Stem; } ); }; -width = 384; +width = 381; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(278,-5,o), -(341,48,o), -(341,128,cs), -(341,200,o), -(292,246,o), -(219,246,cs), -(192,246,o), -(165,238,o), -(157,231,c), -(153,233,l), -(160,277,l), -(330,277,l), -(330,375,l), -(61,375,l), -(44,136,l), -(151,136,l), -(155,150,o), -(171,158,o), -(188,158,cs), -(211,158,o), -(227,144,o), -(227,124,cs), -(227,108,o), -(212,90,o), -(187,90,cs), -(167,90,o), -(152,98,o), -(148,109,c), -(35,109,l), -(42,41,o), -(95,-5,o), -(185,-5,cs) +(266,-5,o), +(327,48,o), +(327,128,cs), +(327,200,o), +(280,246,o), +(211,246,cs), +(186,246,o), +(160,238,o), +(153,231,c), +(149,233,l), +(156,277,l), +(316,277,l), +(316,375,l), +(58,375,l), +(43,136,l), +(148,136,l), +(150,149,o), +(164,158,o), +(180,158,cs), +(200,158,o), +(214,144,o), +(214,124,cs), +(214,108,o), +(201,90,o), +(179,90,cs), +(162,90,o), +(149,98,o), +(146,109,c), +(34,109,l), +(41,41,o), +(91,-5,o), +(177,-5,cs) ); } ); @@ -281,107 +381,7 @@ weight = -370; width = 54; }; }; -width = 376; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,-5,o), -(377,44,o), -(377,130,cs), -(377,210,o), -(322,261,o), -(218,261,cs), -(167,261,o), -(117,242,o), -(94,213,c), -(92,213,l), -(101,367,l), -(367,367,l), -(367,397,l), -(69,397,l), -(57,181,l), -(91,181,l), -(112,213,o), -(156,233,o), -(212,233,cs), -(293,233,o), -(341,198,o), -(341,129,cs), -(341,66,o), -(297,25,o), -(209,25,cs), -(132,25,o), -(82,63,o), -(82,121,c), -(48,121,l), -(48,46,o), -(111,-5,o), -(209,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 413; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,-5,o), -(389,38,o), -(389,127,cs), -(389,210,o), -(324,251,o), -(243,251,cs), -(211,251,o), -(175,242,o), -(162,228,c), -(157,230,l), -(162,276,l), -(370,276,l), -(370,375,l), -(47,375,l), -(33,137,l), -(149,137,l), -(158,153,o), -(181,163,o), -(209,163,cs), -(239,163,o), -(261,151,o), -(261,127,cs), -(261,104,o), -(242,89,o), -(207,89,cs), -(175,89,o), -(158,96,o), -(154,114,c), -(27,114,l), -(33,44,o), -(85,-5,o), -(205,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 409; +width = 359; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -439,38 +439,38 @@ shapes = ( { closed = 1; nodes = ( -(156,-5,o), -(204,37,o), -(221,118,cs), -(236,191,o), -(218,253,o), -(151,253,cs), -(134,253,o), -(121,247,o), -(114,240,c), -(110,242,l), -(125,290,l), -(236,290,l), -(253,375,l), -(51,375,l), -(-7,144,l), -(90,144,l), -(94,161,o), -(102,173,o), -(113,173,cs), -(126,173,o), -(129,157,o), -(123,126,cs), -(117,95,o), -(109,79,o), -(94,79,cs), -(79,79,o), -(79,94,o), -(82,113,c), -(-16,113,l), -(-25,42,o), -(3,-5,o), -(91,-5,cs) +(164,-5,o), +(212,37,o), +(229,118,cs), +(244,191,o), +(226,253,o), +(159,253,cs), +(142,253,o), +(129,247,o), +(122,240,c), +(118,242,l), +(133,290,l), +(244,290,l), +(261,375,l), +(59,375,l), +(1,144,l), +(98,144,l), +(102,161,o), +(110,173,o), +(121,173,cs), +(134,173,o), +(137,157,o), +(131,126,cs), +(125,95,o), +(117,79,o), +(102,79,cs), +(87,79,o), +(87,94,o), +(90,113,c), +(-8,113,l), +(-17,42,o), +(11,-5,o), +(99,-5,cs) ); } ); @@ -481,7 +481,7 @@ weight = -400; width = 52; }; }; -width = 265; +width = 281; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -639,38 +639,720 @@ shapes = ( { closed = 1; nodes = ( -(270,-5,o), -(352,43,o), -(355,134,cs), -(357,208,o), -(307,249,o), -(227,249,cs), -(198,249,o), -(167,243,o), -(152,235,c), -(147,237,l), -(160,275,l), -(355,275,l), -(376,375,l), -(67,375,l), -(4,141,l), -(122,141,l), -(134,156,o), -(156,163,o), -(179,163,cs), -(209,163,o), -(227,151,o), -(227,129,cs), -(227,104,o), -(205,89,o), -(169,89,cs), -(137,89,o), -(122,98,o), -(119,118,c), -(-7,118,l), -(-5,33,o), +(276,-5,o), +(358,43,o), +(361,134,cs), +(363,208,o), +(313,249,o), +(233,249,cs), +(204,249,o), +(173,243,o), +(158,235,c), +(153,237,l), +(166,275,l), +(361,275,l), +(382,375,l), +(73,375,l), +(10,141,l), +(128,141,l), +(140,156,o), +(162,163,o), +(185,163,cs), +(215,163,o), +(233,151,o), +(233,129,cs), +(233,104,o), +(211,89,o), +(175,89,cs), +(143,89,o), +(128,98,o), +(125,118,c), +(-1,118,l), +(1,33,o), +(60,-5,o), +(165,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 414; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(169,-5,o), +(200,37,o), +(200,130,cs), +(200,211,o), +(177,259,o), +(120,259,cs), +(93,259,o), +(72,244,o), +(62,222,c), +(60,222,l), +(66,373,l), +(197,373,l), +(197,397,l), +(41,397,l), +(34,172,l), +(61,172,l), +(66,213,o), +(84,236,o), +(116,236,cs), +(151,236,o), +(172,209,o), +(172,130,cs), +(172,51,o), +(154,18,o), +(115,18,cs), +(79,18,o), +(55,47,o), +(56,121,c), +(29,121,l), +(29,46,o), (54,-5,o), -(159,-5,cs) +(115,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 217; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(197,-5,o), +(246,38,o), +(246,128,cs), +(246,205,o), +(215,256,o), +(152,256,cs), +(140,256,o), +(121,253,o), +(113,239,c), +(109,240,l), +(113,290,l), +(225,290,l), +(225,375,l), +(21,375,l), +(12,142,l), +(109,142,l), +(109,159,o), +(115,173,o), +(126,173,cs), +(139,173,o), +(146,160,o), +(146,126,cs), +(146,96,o), +(141,78,o), +(125,78,cs), +(115,78,o), +(108,86,o), +(107,114,c), +(7,114,l), +(10,46,o), +(46,-5,o), +(125,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 249; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(254,-5,o), +(309,48,o), +(309,127,cs), +(309,203,o), +(258,254,o), +(183,254,cs), +(140,254,o), +(104,235,o), +(87,208,c), +(85,208,l), +(97,368,l), +(299,368,l), +(299,397,l), +(70,397,l), +(54,176,l), +(87,176,l), +(100,205,o), +(132,227,o), +(176,227,cs), +(236,227,o), +(276,190,o), +(276,126,cs), +(276,66,o), +(239,23,o), +(174,23,cs), +(121,23,o), +(84,56,o), +(81,104,c), +(49,104,l), +(52,39,o), +(103,-5,o), +(174,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +24 +); +stem = -2; +target = ( +0, +31 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +10 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +28 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +} +); +}; +width = 344; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(257,-5,o), +(320,48,o), +(320,128,cs), +(320,200,o), +(271,246,o), +(198,246,cs), +(171,246,o), +(144,238,o), +(136,231,c), +(132,233,l), +(139,277,l), +(309,277,l), +(309,375,l), +(40,375,l), +(23,136,l), +(130,136,l), +(134,150,o), +(150,158,o), +(167,158,cs), +(190,158,o), +(206,144,o), +(206,124,cs), +(206,108,o), +(191,90,o), +(166,90,cs), +(146,90,o), +(131,98,o), +(127,109,c), +(14,109,l), +(21,41,o), +(74,-5,o), +(164,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 334; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,-5,o), +(367,44,o), +(367,130,cs), +(367,210,o), +(312,261,o), +(208,261,cs), +(157,261,o), +(107,242,o), +(84,213,c), +(82,213,l), +(91,367,l), +(357,367,l), +(357,397,l), +(59,397,l), +(47,181,l), +(81,181,l), +(102,213,o), +(146,233,o), +(202,233,cs), +(283,233,o), +(331,198,o), +(331,129,cs), +(331,66,o), +(287,25,o), +(199,25,cs), +(122,25,o), +(72,63,o), +(72,121,c), +(38,121,l), +(38,46,o), +(101,-5,o), +(199,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 393; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(299,-5,o), +(379,38,o), +(379,127,cs), +(379,210,o), +(314,251,o), +(233,251,cs), +(201,251,o), +(165,242,o), +(152,228,c), +(147,230,l), +(152,276,l), +(360,276,l), +(360,375,l), +(37,375,l), +(23,137,l), +(139,137,l), +(148,153,o), +(171,163,o), +(199,163,cs), +(229,163,o), +(251,151,o), +(251,127,cs), +(251,104,o), +(232,89,o), +(197,89,cs), +(165,89,o), +(148,96,o), +(144,114,c), +(17,114,l), +(23,44,o), +(75,-5,o), +(195,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 389; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,-8,o), +(148,31,o), +(167,123,cs), +(183,199,o), +(172,258,o), +(110,258,cs), +(88,258,o), +(67,248,o), +(52,226,c), +(50,226,l), +(86,373,l), +(211,373,l), +(216,397,l), +(66,397,l), +(13,178,l), +(40,176,l), +(53,214,o), +(73,236,o), +(101,236,cs), +(152,236,o), +(153,187,o), +(140,123,cs), +(125,52,o), +(102,18,o), +(66,18,cs), +(23,18,o), +(9,56,o), +(25,125,c), +(-1,125,l), +(-15,58,o), +(-6,1,o), +(59,-4,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 208; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,-5,o), +(193,37,o), +(210,118,cs), +(225,191,o), +(207,253,o), +(140,253,cs), +(123,253,o), +(110,247,o), +(103,240,c), +(99,242,l), +(114,290,l), +(225,290,l), +(242,375,l), +(40,375,l), +(-18,144,l), +(79,144,l), +(83,161,o), +(91,173,o), +(102,173,cs), +(115,173,o), +(118,157,o), +(112,126,cs), +(106,95,o), +(98,79,o), +(83,79,cs), +(68,79,o), +(68,94,o), +(71,113,c), +(-27,113,l), +(-36,42,o), +(-8,-5,o), +(80,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 243; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(213,-6,o), +(272,54,o), +(272,135,cs), +(272,205,o), +(229,252,o), +(163,252,cs), +(130,252,o), +(95,240,o), +(75,220,c), +(72,220,l), +(111,368,l), +(305,368,l), +(310,397,l), +(88,397,l), +(35,185,l), +(68,185,l), +(86,210,o), +(121,225,o), +(154,225,cs), +(205,225,o), +(239,191,o), +(239,134,cs), +(239,72,o), +(199,22,o), +(131,22,cs), +(77,22,o), +(42,55,o), +(42,103,c), +(11,103,l), +(11,38,o), +(58,-6,o), +(129,-6,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 329; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(213,-5,o), +(281,51,o), +(281,136,cs), +(281,201,o), +(236,246,o), +(171,246,cs), +(154,246,o), +(134,244,o), +(117,235,c), +(113,237,l), +(129,277,l), +(290,277,l), +(310,375,l), +(47,375,l), +(-15,134,l), +(93,134,l), +(96,149,o), +(114,158,o), +(131,158,cs), +(153,158,o), +(168,146,o), +(168,128,cs), +(168,107,o), +(153,90,o), +(126,90,cs), +(110,90,o), +(96,96,o), +(90,108,c), +(-25,108,l), +(-22,38,o), +(34,-5,o), +(116,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 313; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,-5,o), +(335,44,o), +(338,141,cs), +(340,215,o), +(288,259,o), +(196,259,cs), +(144,259,o), +(97,240,o), +(73,217,c), +(71,218,l), +(112,367,l), +(369,367,l), +(375,397,l), +(86,397,l), +(30,184,l), +(64,184,l), +(89,213,o), +(132,232,o), +(186,232,cs), +(267,232,o), +(303,196,o), +(301,137,cs), +(298,71,o), +(254,24,o), +(159,24,cs), +(86,24,o), +(38,62,o), +(42,123,c), +(8,123,l), +(3,44,o), +(62,-5,o), +(156,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 389; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,-5,o), +(337,43,o), +(340,134,cs), +(342,208,o), +(292,249,o), +(212,249,cs), +(183,249,o), +(152,243,o), +(137,235,c), +(132,237,l), +(145,275,l), +(340,275,l), +(361,375,l), +(52,375,l), +(-11,141,l), +(107,141,l), +(119,156,o), +(141,163,o), +(164,163,cs), +(194,163,o), +(212,151,o), +(212,129,cs), +(212,104,o), +(190,89,o), +(154,89,cs), +(122,89,o), +(107,98,o), +(104,118,c), +(-22,118,l), +(-20,33,o), +(39,-5,o), +(144,-5,cs) ); } ); @@ -681,7 +1363,7 @@ weight = -390; width = 54; }; }; -width = 402; +width = 372; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/five.glyph b/sources/MonaSans.glyphspackage/glyphs/five.glyph index 18ae6298..98322f05 100644 --- a/sources/MonaSans.glyphspackage/glyphs/five.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/five.glyph @@ -1,7 +1,7 @@ { glyphname = five; -kernLeft = five; -kernRight = five; +kernLeft = KO_five; +kernRight = KO_five; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,42 +9,42 @@ shapes = ( { closed = 1; nodes = ( -(373,-10,o), -(464,73,o), -(464,249,cs), -(464,397,o), -(407,496,o), -(285,496,cs), -(253,496,o), -(221,486,o), -(205,459,c), -(198,462,l), -(207,576,l), -(426,576,l), -(426,729,l), -(40,729,l), -(22,280,l), -(198,280,l), -(199,318,o), -(213,346,o), -(239,346,cs), -(267,346,o), -(282,318,o), -(282,244,cs), -(282,178,o), -(271,142,o), -(237,142,cs), -(211,142,o), -(195,164,o), -(195,222,c), -(13,222,l), -(19,83,o), -(91,-10,o), -(237,-10,cs) +(382,-10,o), +(473,73,o), +(473,249,cs), +(473,397,o), +(415,496,o), +(294,496,cs), +(261,496,o), +(229,486,o), +(214,460,c), +(206,463,l), +(216,575,l), +(434,575,l), +(434,729,l), +(49,729,l), +(30,280,l), +(206,280,l), +(207,318,o), +(222,346,o), +(247,346,cs), +(275,346,o), +(290,318,o), +(290,244,cs), +(290,178,o), +(279,142,o), +(245,142,cs), +(220,142,o), +(203,164,o), +(203,222,c), +(21,222,l), +(27,83,o), +(99,-10,o), +(245,-10,cs) ); } ); -width = 477; +width = 494; }, { background = { @@ -93,14 +93,14 @@ shapes = ( { closed = 1; nodes = ( -(289,-8,o), +(290,-8,o), (341,67,o), (341,238,cs), -(341,388,o), -(301,473,o), -(198,473,cs), -(149,473,o), -(109,446,o), +(341,389,o), +(302,474,o), +(198,474,cs), +(149,474,o), +(109,447,o), (89,401,c), (86,401,l), (96,700,l), @@ -110,15 +110,15 @@ nodes = ( (55,321,l), (87,321,l), (98,401,o), -(133,445,o), -(197,445,cs), -(265,445,o), -(309,395,o), +(133,446,o), +(197,446,cs), +(265,446,o), +(309,396,o), (309,238,cs), (309,83,o), (272,19,o), (195,19,cs), -(123,19,o), +(124,19,o), (75,76,o), (77,223,c), (46,223,l), @@ -128,7 +128,134 @@ nodes = ( ); } ); -width = 374; +width = 375; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(513,-8,o), +(637,82,o), +(637,238,cs), +(637,383,o), +(539,479,o), +(340,479,cs), +(238,479,o), +(145,440,o), +(100,384,c), +(96,385,l), +(114,696,l), +(621,696,l), +(621,729,l), +(80,729,l), +(59,342,l), +(97,342,l), +(137,403,o), +(223,444,o), +(337,444,cs), +(502,444,o), +(596,375,o), +(596,236,cs), +(596,110,o), +(509,26,o), +(331,26,cs), +(177,26,o), +(75,105,o), +(77,223,c), +(42,223,l), +(41,84,o), +(158,-8,o), +(331,-8,cs) +); +} +); +width = 670; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(545,-10,o), +(685,73,o), +(685,241,cs), +(685,401,o), +(578,482,o), +(414,482,cs), +(355,482,o), +(288,466,o), +(259,443,c), +(250,446,l), +(260,547,l), +(651,547,l), +(651,721,l), +(57,721,l), +(32,272,l), +(235,272,l), +(253,305,o), +(299,327,o), +(354,327,cs), +(418,327,o), +(461,298,o), +(461,243,cs), +(461,191,o), +(423,156,o), +(350,156,cs), +(292,156,o), +(251,173,o), +(243,219,c), +(20,219,l), +(30,84,o), +(129,-10,o), +(347,-10,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(552,-10,o), +(700,74,o), +(700,247,cs), +(700,406,o), +(581,488,o), +(425,488,cs), +(357,488,o), +(291,466,o), +(268,438,c), +(259,441,l), +(269,553,l), +(665,553,l), +(665,729,l), +(64,729,l), +(38,275,l), +(244,275,l), +(262,309,o), +(309,331,o), +(364,331,cs), +(429,331,o), +(473,302,o), +(473,246,cs), +(473,193,o), +(434,158,o), +(360,158,cs), +(302,158,o), +(260,175,o), +(252,222,c), +(26,222,l), +(36,85,o), +(137,-10,o), +(357,-10,cs) +); +} +); +width = 719; }, { background = { @@ -172,43 +299,43 @@ nodes = ( } ); }; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(434,-8,o), -(531,88,o), -(531,232,cs), -(531,371,o), -(439,466,o), -(299,466,cs), -(216,466,o), -(149,429,o), -(114,373,c), -(111,374,l), -(136,695,l), -(513,695,l), -(513,729,l), -(103,729,l), -(74,332,l), -(116,332,l), -(144,390,o), -(208,432,o), -(293,432,cs), -(412,432,o), -(491,358,o), -(491,230,cs), -(491,109,o), -(418,26,o), -(289,26,cs), -(182,26,o), -(110,92,o), -(104,189,c), -(66,189,l), -(71,72,o), -(161,-8,o), -(288,-8,cs) +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(418,-8,o), +(511,90,o), +(511,237,cs), +(511,384,o), +(427,478,o), +(294,478,cs), +(226,478,o), +(158,440,o), +(128,384,c), +(125,385,l), +(148,693,l), +(493,693,l), +(493,729,l), +(117,729,l), +(88,342,l), +(130,342,l), +(153,401,o), +(218,442,o), +(288,442,cs), +(401,442,o), +(472,362,o), +(473,235,cs), +(473,113,o), +(404,28,o), +(280,28,cs), +(181,28,o), +(108,93,o), +(102,189,c), +(65,189,l), +(70,72,o), +(158,-8,o), +(279,-8,cs) ); } ); @@ -296,7 +423,7 @@ type = Stem; } ); }; -width = 583; +width = 564; }, { background = { @@ -340,174 +467,47 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(476,-10,o), -(591,93,o), -(591,247,cs), -(591,386,o), -(501,477,o), -(362,477,cs), -(312,477,o), -(258,459,o), -(240,438,c), -(232,441,l), -(247,561,l), -(571,561,l), -(571,729,l), -(77,729,l), -(45,274,l), -(229,274,l), -(239,305,o), -(271,326,o), -(310,326,cs), -(361,326,o), -(397,291,o), -(397,240,cs), -(397,194,o), -(363,154,o), -(307,154,cs), -(263,154,o), -(231,176,o), -(223,209,c), -(29,209,l), +(459,-10,o), +(569,93,o), +(569,247,cs), +(569,394,o), +(484,488,o), +(352,488,cs), +(306,488,o), +(266,467,o), +(248,438,c), +(236,441,l), +(251,557,l), +(550,557,l), +(550,729,l), +(73,729,l), +(43,274,l), +(235,274,l), +(243,303,o), +(268,321,o), +(299,321,cs), +(340,321,o), +(367,289,o), +(367,240,cs), +(367,197,o), +(341,159,o), +(297,159,cs), +(262,159,o), +(237,179,o), +(230,212,c), +(28,212,l), (41,78,o), -(141,-10,o), -(303,-10,cs) -); -} -); -width = 621; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(513,-8,o), -(636,82,o), -(636,238,cs), -(636,382,o), -(538,478,o), -(340,478,cs), -(238,478,o), -(145,440,o), -(100,383,c), -(96,384,l), -(114,696,l), -(620,696,l), -(620,729,l), -(80,729,l), -(59,342,l), -(97,342,l), -(137,403,o), -(223,444,o), -(337,444,cs), -(502,444,o), -(596,374,o), -(596,236,cs), -(596,110,o), -(509,26,o), -(331,26,cs), -(177,26,o), -(75,105,o), -(77,223,c), -(41,223,l), -(40,84,o), -(158,-8,o), -(331,-8,cs) -); -} -); -width = 670; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(545,-10,o), -(685,73,o), -(685,241,cs), -(685,401,o), -(578,482,o), -(414,482,cs), -(355,482,o), -(288,466,o), -(259,443,c), -(250,446,l), -(260,547,l), -(651,547,l), -(651,721,l), -(57,721,l), -(32,272,l), -(235,272,l), -(253,305,o), -(299,327,o), -(354,327,cs), -(418,327,o), -(461,298,o), -(461,243,cs), -(461,191,o), -(423,156,o), -(350,156,cs), -(292,156,o), -(251,173,o), -(243,219,c), -(20,219,l), -(30,84,o), -(129,-10,o), -(347,-10,cs) +(136,-10,o), +(293,-10,cs) ); } ); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(545,-10,o), -(693,74,o), -(693,247,cs), -(693,406,o), -(575,488,o), -(419,488,cs), -(351,488,o), -(284,465,o), -(262,438,c), -(253,441,l), -(263,553,l), -(658,553,l), -(658,729,l), -(58,729,l), -(32,275,l), -(238,275,l), -(256,309,o), -(302,331,o), -(358,331,cs), -(423,331,o), -(466,301,o), -(466,246,cs), -(466,193,o), -(428,158,o), -(354,158,cs), -(295,158,o), -(254,175,o), -(246,222,c), -(20,222,l), -(30,85,o), -(130,-10,o), -(351,-10,cs) -); -} -); -width = 706; +width = 598; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -516,13 +516,13 @@ shapes = ( closed = 1; nodes = ( (231,-15,o), -(296,55,o), +(297,55,o), (333,224,cs), (359,351,o), -(353,473,o), -(232,473,cs), -(186,473,o), -(148,449,o), +(353,474,o), +(232,474,cs), +(186,474,o), +(148,450,o), (120,410,c), (117,410,l), (188,700,l), @@ -531,26 +531,26 @@ nodes = ( (164,729,l), (70,333,l), (102,330,l), -(127,404,o), -(167,445,o), -(223,445,cs), -(323,445,o), +(128,404,o), +(167,446,o), +(223,446,cs), +(323,446,o), (327,350,o), -(300,225,cs), +(301,225,cs), (270,80,o), (224,19,o), (155,19,cs), (56,19,o), (47,118,o), (73,232,c), -(42,232,l), +(43,232,l), (16,108,o), (28,3,o), (141,-7,cs) ); } ); -width = 373; +width = 374; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -558,42 +558,42 @@ shapes = ( { closed = 1; nodes = ( -(324,-9,o), -(416,67,o), -(451,232,cs), -(479,370,o), -(445,491,o), -(318,491,cs), -(285,492,o), -(256,478,o), -(242,462,c), -(235,465,l), -(266,576,l), -(483,576,l), -(516,729,l), -(134,729,l), -(21,284,l), -(197,284,l), -(206,321,o), -(225,346,o), -(248,346,cs), -(285,346,o), -(282,294,o), -(272,242,cs), -(259,176,o), -(241,143,o), -(209,143,cs), -(172,143,o), -(174,183,o), -(181,222,c), -(3,222,l), -(-15,83,o), -(36,-9,o), -(202,-9,cs) -); -} -); -width = 473; +(332,-9,o), +(424,67,o), +(460,232,cs), +(488,371,o), +(454,491,o), +(326,491,cs), +(294,492,o), +(264,479,o), +(250,463,c), +(243,466,l), +(274,575,l), +(492,575,l), +(524,729,l), +(142,729,l), +(29,285,l), +(205,285,l), +(215,321,o), +(233,346,o), +(256,346,cs), +(294,346,o), +(290,295,o), +(280,242,cs), +(267,176,o), +(249,143,o), +(218,143,cs), +(180,143,o), +(182,183,o), +(189,222,c), +(11,222,l), +(-7,83,o), +(44,-9,o), +(211,-9,cs) +); +} +); +width = 490; }, { background = { @@ -645,14 +645,14 @@ nodes = ( (410,-10,o), (515,99,o), (515,247,cs), -(515,376,o), -(436,461,o), -(315,461,cs), -(250,461,o), +(515,377,o), +(436,462,o), +(315,462,cs), +(250,462,o), (182,437,o), (145,398,c), (141,398,l), -(216,695,l), +(217,695,l), (581,695,l), (588,729,l), (189,729,l), @@ -660,19 +660,19 @@ nodes = ( (137,351,l), (174,399,o), (241,428,o), -(306,428,cs), +(307,428,cs), (408,428,o), -(474,359,o), -(474,246,cs), -(474,123,o), -(395,24,o), +(475,359,o), +(475,246,cs), +(475,124,o), +(396,24,o), (260,24,cs), (153,24,o), (82,89,o), (84,187,c), (48,187,l), (48,69,o), -(131,-10,o), +(132,-10,o), (259,-10,cs) ); } @@ -731,42 +731,42 @@ shapes = ( { closed = 1; nodes = ( -(457,-10,o), +(458,-10,o), (584,99,o), (584,264,cs), -(584,388,o), -(503,475,o), -(380,475,cs), -(346,475,o), -(303,469,o), -(271,448,c), -(264,451,l), -(300,561,l), -(609,561,l), -(643,729,l), +(584,389,o), +(503,476,o), +(381,476,cs), +(346,476,o), +(304,470,o), +(271,449,c), +(264,452,l), +(301,561,l), +(610,561,l), +(644,729,l), (160,729,l), -(43,274,l), +(44,274,l), (230,274,l), -(239,303,o), +(239,304,o), (273,325,o), (313,325,cs), (359,325,o), -(389,295,o), -(389,250,cs), -(389,196,o), +(390,296,o), +(390,250,cs), +(390,196,o), (356,154,o), -(295,154,cs), +(296,154,cs), (255,154,o), (228,173,o), -(218,206,c), -(21,206,l), +(219,207,c), +(21,207,l), (25,74,o), -(126,-10,o), +(127,-10,o), (279,-10,cs) ); } ); -width = 617; +width = 618; }, { background = { @@ -816,18 +816,18 @@ shapes = ( closed = 1; nodes = ( (499,-10,o), -(627,86,o), -(627,252,cs), -(627,388,o), -(528,475,o), -(363,475,cs), -(270,475,o), +(628,86,o), +(628,252,cs), +(628,389,o), +(529,476,o), +(363,476,cs), +(270,476,o), (176,442,o), -(123,390,c), -(120,391,l), -(203,695,l), -(694,695,l), -(700,729,l), +(124,391,c), +(120,392,l), +(204,695,l), +(695,695,l), +(701,729,l), (176,729,l), (76,349,l), (113,349,l), @@ -835,18 +835,18 @@ nodes = ( (263,442,o), (360,442,cs), (497,442,o), -(588,373,o), +(588,374,o), (588,252,cs), (588,115,o), (488,24,o), -(307,24,cs), +(308,24,cs), (165,24,o), (70,105,o), (69,227,c), (32,227,l), (34,85,o), (144,-10,o), -(304,-10,cs) +(305,-10,cs) ); } ); @@ -899,42 +899,975 @@ shapes = ( { closed = 1; nodes = ( -(535,-9,o), -(682,101,o), -(682,265,cs), -(682,397,o), -(583,479,o), -(441,479,cs), -(388,479,o), -(326,469,o), -(295,450,c), -(286,453,l), -(317,552,l), -(689,552,l), -(726,729,l), -(151,729,l), -(30,281,l), -(242,281,l), -(263,311,o), -(303,330,o), -(357,330,cs), -(416,330,o), -(453,300,o), -(453,254,cs), -(453,195,o), -(409,158,o), -(333,158,cs), -(276,158,o), -(236,183,o), -(232,229,c), -(8,229,l), -(10,86,o), -(120,-9,o), -(316,-9,cs) +(542,-9,o), +(688,101,o), +(688,265,cs), +(688,397,o), +(589,480,o), +(447,480,cs), +(395,480,o), +(332,470,o), +(302,451,c), +(293,454,l), +(323,552,l), +(696,552,l), +(733,729,l), +(157,729,l), +(36,281,l), +(248,281,l), +(269,311,o), +(310,330,o), +(363,330,cs), +(422,330,o), +(460,301,o), +(460,254,cs), +(460,195,o), +(415,158,o), +(339,158,cs), +(282,158,o), +(242,183,o), +(238,229,c), +(14,229,l), +(16,86,o), +(126,-9,o), +(322,-9,cs) +); +} +); +width = 708; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(284,-8,o), +(335,65,o), +(335,235,cs), +(335,375,o), +(296,468,o), +(197,468,cs), +(151,468,o), +(110,440,o), +(87,381,c), +(84,382,l), +(93,694,l), +(334,694,l), +(334,721,l), +(66,721,l), +(54,338,l), +(91,338,l), +(108,400,o), +(138,441,o), +(198,441,cs), +(262,441,o), +(305,383,o), +(305,235,cs), +(305,81,o), +(269,17,o), +(192,17,cs), +(119,17,o), +(72,74,o), +(74,220,c), +(45,220,l), +(44,83,o), +(85,-8,o), +(192,-8,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(266,-8,o), +(317,66,o), +(317,248,cs), +(317,425,o), +(272,498,o), +(176,498,cs), +(130,498,o), +(88,470,o), +(68,426,c), +(67,426,l), +(75,700,l), +(316,700,l), +(316,729,l), +(46,729,l), +(34,331,l), +(65,331,l), +(77,423,o), +(113,470,o), +(175,470,cs), +(242,470,o), +(285,421,o), +(285,248,cs), +(285,82,o), +(249,19,o), +(173,19,cs), +(99,19,o), +(56,94,o), +(56,220,c), +(25,220,l), +(26,77,o), +(80,-8,o), +(173,-8,cs) +); +} +); +width = 330; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(370,-10,o), +(450,83,o), +(450,253,cs), +(450,419,o), +(390,504,o), +(273,504,cs), +(241,504,o), +(209,491,o), +(191,470,c), +(190,470,l), +(196,572,l), +(412,572,l), +(412,729,l), +(31,729,l), +(12,288,l), +(186,288,l), +(191,327,o), +(205,348,o), +(227,348,cs), +(256,348,o), +(270,320,o), +(270,245,cs), +(270,169,o), +(256,140,o), +(225,140,cs), +(200,140,o), +(184,171,o), +(184,219,c), +(4,219,l), +(11,67,o), +(85,-10,o), +(225,-10,cs) +); +} +); +width = 454; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(428,-8,o), +(524,89,o), +(524,235,cs), +(524,378,o), +(433,474,o), +(296,474,cs), +(214,474,o), +(147,436,o), +(113,379,c), +(110,380,l), +(124,687,l), +(493,687,l), +(493,721,l), +(91,721,l), +(77,338,l), +(111,338,l), +(140,399,o), +(205,441,o), +(290,441,cs), +(406,441,o), +(483,366,o), +(483,233,cs), +(483,109,o), +(412,26,o), +(286,26,cs), +(168,26,o), +(92,104,o), +(96,220,c), +(61,220,l), +(59,83,o), +(149,-8,o), +(285,-8,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(413,-8,o), +(510,87,o), +(510,235,cs), +(510,381,o), +(417,475,o), +(276,475,cs), +(196,475,o), +(128,439,o), +(92,384,c), +(91,384,l), +(114,695,l), +(486,695,l), +(486,729,l), +(82,729,l), +(53,342,l), +(95,342,l), +(124,400,o), +(188,441,o), +(270,441,cs), +(390,441,o), +(470,368,o), +(470,233,cs), +(470,108,o), +(397,26,o), +(268,26,cs), +(155,26,o), +(79,95,o), +(72,212,c), +(34,212,l), +(40,75,o), +(134,-8,o), +(267,-8,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +24 +); +stem = -2; +target = ( +0, +31 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +10 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +28 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +} +); +}; +width = 536; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(486,-10,o), +(600,93,o), +(600,248,cs), +(600,388,o), +(504,482,o), +(368,482,cs), +(316,482,o), +(266,468,o), +(243,448,c), +(235,451,l), +(243,555,l), +(573,555,l), +(573,721,l), +(75,721,l), +(54,277,l), +(236,277,l), +(246,310,o), +(280,332,o), +(319,332,cs), +(377,332,o), +(408,296,o), +(408,241,cs), +(408,193,o), +(374,152,o), +(319,152,cs), +(265,152,o), +(229,178,o), +(228,225,c), +(38,225,l), +(44,84,o), +(144,-10,o), +(313,-10,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(467,-10,o), +(584,94,o), +(584,253,cs), +(584,400,o), +(491,493,o), +(347,493,cs), +(291,493,o), +(241,476,o), +(218,453,c), +(217,453,l), +(230,563,l), +(564,563,l), +(564,729,l), +(58,729,l), +(23,289,l), +(215,289,l), +(225,318,o), +(257,338,o), +(295,338,cs), +(347,338,o), +(382,303,o), +(382,246,cs), +(382,194,o), +(349,152,o), +(295,152,cs), +(245,152,o), +(211,181,o), +(206,231,c), +(1,232,l), +(10,86,o), +(116,-10,o), +(291,-10,cs) +); +} +); +width = 592; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(522,-8,o), +(634,84,o), +(634,241,cs), +(634,400,o), +(530,487,o), +(340,487,cs), +(232,487,o), +(136,450,o), +(89,393,c), +(88,394,l), +(106,696,l), +(618,696,l), +(618,729,l), +(72,729,l), +(51,352,l), +(89,352,l), +(131,414,o), +(225,453,o), +(337,453,cs), +(503,453,o), +(594,377,o), +(594,239,cs), +(594,105,o), +(497,26,o), +(328,26,cs), +(170,26,o), +(69,106,o), +(61,229,c), +(24,229,l), +(33,85,o), +(149,-8,o), +(328,-8,cs) +); +} +); +width = 657; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(555,-10,o), +(695,73,o), +(695,241,cs), +(695,401,o), +(588,482,o), +(424,482,cs), +(365,482,o), +(298,466,o), +(269,443,c), +(260,446,l), +(270,547,l), +(661,547,l), +(661,721,l), +(67,721,l), +(42,272,l), +(245,272,l), +(263,305,o), +(309,327,o), +(364,327,cs), +(428,327,o), +(471,298,o), +(471,243,cs), +(471,191,o), +(433,156,o), +(360,156,cs), +(302,156,o), +(261,173,o), +(253,219,c), +(30,219,l), +(40,84,o), +(139,-10,o), +(357,-10,cs) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(545,-10,o), +(695,73,o), +(695,246,cs), +(695,412,o), +(574,494,o), +(416,494,cs), +(344,494,o), +(273,472,o), +(248,443,c), +(247,443,l), +(257,555,l), +(660,555,l), +(660,729,l), +(48,729,l), +(22,280,l), +(232,280,l), +(253,308,o), +(301,326,o), +(354,326,cs), +(420,326,o), +(464,299,o), +(464,241,cs), +(464,189,o), +(425,156,o), +(350,156,cs), +(290,156,o), +(248,173,o), +(238,226,c), +(8,226,l), +(20,84,o), +(122,-10,o), +(347,-10,cs) +); +} +); +width = 698; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(212,-8,o), +(274,53,o), +(312,232,cs), +(341,370,o), +(331,493,o), +(214,493,cs), +(168,493,o), +(130,469,o), +(102,429,c), +(99,429,l), +(165,700,l), +(398,700,l), +(403,729,l), +(141,729,l), +(52,352,l), +(84,349,l), +(110,423,o), +(149,465,o), +(205,465,cs), +(305,465,o), +(309,369,o), +(280,233,cs), +(247,79,o), +(201,19,o), +(132,19,cs), +(33,19,o), +(24,118,o), +(50,232,c), +(20,232,l), +(-7,107,o), +(9,-8,o), +(132,-8,cs) +); +} +); +width = 328; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(323,-9,o), +(406,71,o), +(441,232,cs), +(474,396,o), +(425,499,o), +(312,499,cs), +(277,500,o), +(244,488,o), +(230,470,c), +(229,470,l), +(255,575,l), +(473,575,l), +(505,729,l), +(123,729,l), +(12,288,l), +(188,288,l), +(196,321,o), +(214,346,o), +(237,346,cs), +(275,346,o), +(271,295,o), +(261,242,cs), +(248,176,o), +(230,143,o), +(199,143,cs), +(161,143,o), +(163,183,o), +(171,225,c), +(-7,225,l), +(-26,83,o), +(25,-9,o), +(192,-9,cs) +); +} +); +width = 452; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(396,-10,o), +(505,91,o), +(510,249,cs), +(514,387,o), +(428,461,o), +(314,461,cs), +(249,461,o), +(183,436,o), +(143,397,c), +(139,397,l), +(214,687,l), +(575,687,l), +(582,721,l), +(188,721,l), +(93,351,l), +(135,351,l), +(175,402,o), +(243,428,o), +(304,428,cs), +(412,428,o), +(475,361,o), +(471,248,cs), +(467,117,o), +(386,24,o), +(248,24,cs), +(141,24,o), +(75,85,o), +(83,187,c), +(47,187,l), +(41,72,o), +(117,-10,o), +(244,-10,cs) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(401,-10,o), +(508,103,o), +(508,256,cs), +(508,391,o), +(426,479,o), +(300,479,cs), +(232,479,o), +(159,453,o), +(120,412,c), +(119,412,l), +(193,695,l), +(563,695,l), +(570,729,l), +(165,729,l), +(71,357,l), +(109,357,l), +(146,411,o), +(218,445,o), +(292,445,cs), +(398,445,o), +(468,373,o), +(468,255,cs), +(468,128,o), +(387,24,o), +(245,24,cs), +(129,24,o), +(52,97,o), +(61,206,c), +(24,206,l), +(18,77,o), +(109,-10,o), +(244,-10,cs) +); +} +); +width = 545; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(443,-10,o), +(570,108,o), +(576,278,cs), +(580,405,o), +(501,490,o), +(376,490,cs), +(342,490,o), +(305,482,o), +(279,466,c), +(272,469,l), +(293,552,l), +(588,552,l), +(623,721,l), +(157,721,l), +(43,275,l), +(227,275,l), +(239,309,o), +(275,329,o), +(310,329,cs), +(353,329,o), +(379,302,o), +(377,257,cs), +(375,201,o), +(335,159,o), +(284,159,cs), +(246,159,o), +(220,182,o), +(216,217,c), +(21,217,l), +(19,81,o), +(117,-10,o), +(265,-10,cs) +); +} +); +}; +guides = ( +{ +pos = (204,207); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(437,-10,o), +(565,98,o), +(565,263,cs), +(565,391,o), +(481,480,o), +(356,480,cs), +(319,480,o), +(270,475,o), +(236,451,c), +(235,451,l), +(272,561,l), +(590,561,l), +(624,729,l), +(132,729,l), +(15,274,l), +(201,274,l), +(211,304,o), +(246,325,o), +(288,325,cs), +(337,325,o), +(371,296,o), +(371,249,cs), +(371,195,o), +(335,154,o), +(272,154,cs), +(224,154,o), +(192,177,o), +(187,221,c), +(-8,221,l), +(-10,80,o), +(95,-10,o), +(255,-10,cs) +); +} +); +width = 569; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(483,-10,o), +(615,79,o), +(621,256,cs), +(625,390,o), +(529,470,o), +(359,470,cs), +(267,470,o), +(174,437,o), +(122,386,c), +(119,387,l), +(201,687,l), +(686,687,l), +(692,721,l), +(174,721,l), +(75,345,l), +(112,345,l), +(161,401,o), +(249,437,o), +(353,437,cs), +(502,437,o), +(585,375,o), +(580,249,cs), +(575,119,o), +(488,24,o), +(299,24,cs), +(151,24,o), +(59,103,o), +(68,224,c), +(32,224,l), +(21,83,o), +(126,-10,o), +(296,-10,cs) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(489,-10,o), +(618,86,o), +(618,252,cs), +(618,389,o), +(519,476,o), +(353,476,cs), +(260,476,o), +(166,442,o), +(114,391,c), +(110,392,l), +(194,695,l), +(685,695,l), +(691,729,l), +(166,729,l), +(66,349,l), +(103,349,l), +(157,405,o), +(253,442,o), +(350,442,cs), +(487,442,o), +(578,374,o), +(578,252,cs), +(578,115,o), +(478,24,o), +(298,24,cs), +(155,24,o), +(60,105,o), +(59,227,c), +(22,227,l), +(24,85,o), +(134,-10,o), +(295,-10,cs) +); +} +); +width = 647; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(524,-9,o), +(668,89,o), +(674,258,cs), +(679,399,o), +(584,478,o), +(436,478,cs), +(384,478,o), +(322,465,o), +(292,445,c), +(283,448,l), +(313,546,l), +(681,546,l), +(718,721,l), +(149,721,l), +(30,278,l), +(239,278,l), +(260,307,o), +(300,326,o), +(353,326,cs), +(415,326,o), +(450,299,o), +(448,249,cs), +(446,191,o), +(402,156,o), +(329,156,cs), +(272,156,o), +(234,175,o), +(229,226,c), +(8,226,l), +(10,65,o), +(120,-9,o), +(312,-9,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(529,-9,o), +(676,102,o), +(676,267,cs), +(676,400,o), +(576,484,o), +(431,484,cs), +(374,484,o), +(303,475,o), +(273,456,c), +(272,456,l), +(303,552,l), +(685,552,l), +(722,729,l), +(138,729,l), +(16,284,l), +(227,284,l), +(250,316,o), +(294,334,o), +(347,334,cs), +(409,334,o), +(449,304,o), +(449,256,cs), +(449,196,o), +(402,158,o), +(323,158,cs), +(265,158,o), +(224,184,o), +(220,231,c), +(-9,231,l), +(-7,87,o), +(106,-9,o), +(306,-9,cs) ); } ); -width = 695; +width = 676; } ); unicode = 53; diff --git a/sources/MonaSans.glyphspackage/glyphs/five.numr.glyph b/sources/MonaSans.glyphspackage/glyphs/five.numr.glyph index 958e5085..0d707154 100644 --- a/sources/MonaSans.glyphspackage/glyphs/five.numr.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/five.numr.glyph @@ -17,7 +17,7 @@ weight = -400; width = 52; }; }; -width = 267; +width = 283; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,9 +37,301 @@ width = 55; width = 257; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,333); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 413; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,354); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 421; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,332); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.dnom; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +24 +); +stem = -2; +target = ( +0, +31 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +10 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +28 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +} +); +}; +width = 381; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,354); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.dnom; +}; +width = 359; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (69,333); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 254; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (73,354); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 281; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (69,332); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 377; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (73,354); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 371; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (69,333); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 409; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { +pos = (73,354); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 414; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,333); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 257; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,354); +ref = five.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 249; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; pos = (0,332); ref = five.dnom; } @@ -138,9 +430,10 @@ type = Stem; width = 384; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,354); ref = five.dnom; } @@ -154,12 +447,13 @@ width = 54; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.dnom; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.dnom; }; -width = 376; +width = 356; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,333); ref = five.dnom; } @@ -174,9 +468,10 @@ width = 55; width = 413; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,354); ref = five.dnom; } @@ -191,7 +486,7 @@ width = 54; width = 409; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (69,333); @@ -205,10 +500,10 @@ weight = -45; width = 55; }; }; -width = 254; +width = 208; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (73,354); @@ -222,10 +517,10 @@ weight = -400; width = 52; }; }; -width = 265; +width = 243; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (69,332); @@ -239,10 +534,10 @@ weight = -40; width = 55; }; }; -width = 377; +width = 329; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (73,354); @@ -256,10 +551,10 @@ weight = -370; width = 54; }; }; -width = 371; +width = 313; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (69,333); @@ -273,10 +568,10 @@ weight = -35; width = 55; }; }; -width = 409; +width = 389; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (73,354); @@ -290,7 +585,7 @@ weight = -390; width = 54; }; }; -width = 402; +width = 372; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/five.tf.glyph b/sources/MonaSans.glyphspackage/glyphs/five.tf.glyph index 65fe2943..c0b95dde 100644 --- a/sources/MonaSans.glyphspackage/glyphs/five.tf.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/five.tf.glyph @@ -7,38 +7,38 @@ shapes = ( { closed = 1; nodes = ( -(377,-10,o), -(469,73,o), -(469,249,cs), -(469,395,o), -(412,496,o), -(290,496,cs), -(258,496,o), -(225,486,o), -(209,459,c), -(202,462,l), -(211,576,l), -(431,576,l), -(431,729,l), -(45,729,l), -(26,280,l), -(202,280,l), -(203,318,o), -(218,346,o), -(244,346,cs), -(272,346,o), -(287,317,o), -(287,244,cs), -(287,179,o), -(276,142,o), -(242,142,cs), -(215,142,o), -(199,165,o), -(199,222,c), -(17,222,l), -(23,83,o), -(96,-10,o), -(242,-10,cs) +(381,-10,o), +(472,72,o), +(472,246,cs), +(472,391,o), +(415,490,o), +(295,490,cs), +(263,490,o), +(230,480,o), +(215,454,c), +(208,457,l), +(217,569,l), +(434,569,l), +(434,721,l), +(52,721,l), +(34,277,l), +(208,277,l), +(209,314,o), +(224,342,o), +(249,342,cs), +(277,342,o), +(292,313,o), +(292,241,cs), +(292,177,o), +(281,140,o), +(247,140,cs), +(221,140,o), +(205,163,o), +(205,219,c), +(25,219,l), +(31,82,o), +(103,-10,o), +(247,-10,cs) ); } ); @@ -49,7 +49,7 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -57,38 +57,38 @@ shapes = ( { closed = 1; nodes = ( -(346,-8,o), -(399,67,o), -(399,238,cs), -(399,387,o), -(359,473,o), -(254,473,cs), -(205,473,o), -(164,446,o), -(144,401,c), -(141,401,l), -(151,700,l), -(398,700,l), -(398,729,l), -(121,729,l), -(109,321,l), -(142,321,l), -(153,401,o), -(188,445,o), -(254,445,cs), -(322,445,o), -(366,395,o), -(366,238,cs), -(366,84,o), -(330,19,o), -(252,19,cs), -(179,19,o), -(129,76,o), -(131,223,c), -(100,223,l), -(99,84,o), -(143,-8,o), -(252,-8,cs) +(342,-8,o), +(394,66,o), +(394,235,cs), +(394,383,o), +(355,468,o), +(251,468,cs), +(203,468,o), +(162,441,o), +(142,396,c), +(139,396,l), +(149,692,l), +(393,692,l), +(393,721,l), +(120,721,l), +(108,317,l), +(140,317,l), +(151,396,o), +(186,440,o), +(251,440,cs), +(318,440,o), +(362,391,o), +(362,235,cs), +(362,83,o), +(326,19,o), +(249,19,cs), +(177,19,o), +(128,75,o), +(130,220,c), +(99,220,l), +(98,83,o), +(141,-8,o), +(249,-8,cs) ); } ); @@ -98,46 +98,143 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 480; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(530,-8,o), +(648,81,o), +(648,235,cs), +(648,378,o), +(554,473,o), +(366,473,cs), +(269,473,o), +(180,435,o), +(138,379,c), +(134,380,l), +(151,688,l), +(632,688,l), +(632,721,l), +(117,721,l), +(96,338,l), +(135,338,l), +(172,398,o), +(254,439,o), +(362,439,cs), +(518,439,o), +(608,370,o), +(608,233,cs), +(608,109,o), +(525,26,o), +(356,26,cs), +(211,26,o), +(114,104,o), +(116,220,c), +(80,220,l), +(79,83,o), +(191,-8,o), +(356,-8,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(553,-10,o), +(696,73,o), +(696,244,cs), +(696,401,o), +(581,482,o), +(432,482,cs), +(367,482,o), +(303,460,o), +(282,433,c), +(273,436,l), +(282,547,l), +(662,547,l), +(662,721,l), +(81,721,l), +(57,272,l), +(258,272,l), +(275,305,o), +(320,327,o), +(372,327,cs), +(432,327,o), +(474,298,o), +(474,243,cs), +(474,191,o), +(437,156,o), +(368,156,cs), +(314,156,o), +(274,173,o), +(266,219,c), +(45,219,l), +(55,84,o), +(152,-10,o), +(365,-10,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 732; }, { -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(446,-8,o), -(544,88,o), -(544,232,cs), -(544,371,o), -(451,466,o), -(312,466,cs), -(229,466,o), -(160,429,o), -(125,373,c), -(122,374,l), -(147,695,l), -(526,695,l), -(526,729,l), -(114,729,l), -(85,332,l), -(127,332,l), -(155,390,o), -(221,432,o), -(305,432,cs), -(424,432,o), -(504,358,o), -(504,230,cs), -(504,109,o), -(430,26,o), -(301,26,cs), -(193,26,o), -(121,92,o), -(115,189,c), -(77,189,l), -(82,72,o), -(173,-8,o), -(300,-8,cs) +(436,-8,o), +(531,87,o), +(531,229,cs), +(531,367,o), +(441,461,o), +(305,461,cs), +(225,461,o), +(157,424,o), +(125,369,c), +(122,370,l), +(146,687,l), +(513,687,l), +(513,721,l), +(114,721,l), +(85,328,l), +(127,328,l), +(152,386,o), +(217,427,o), +(299,427,cs), +(414,427,o), +(491,354,o), +(491,227,cs), +(491,108,o), +(420,26,o), +(295,26,cs), +(190,26,o), +(121,91,o), +(115,187,c), +(77,187,l), +(82,71,o), +(170,-8,o), +(294,-8,cs) ); } ); @@ -229,46 +326,46 @@ type = Stem; } ); }; -width = 607; +width = 593; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(465,-10,o), -(578,93,o), -(578,247,cs), -(578,386,o), -(490,477,o), -(354,477,cs), -(304,477,o), -(253,459,o), -(235,438,c), -(227,441,l), -(242,561,l), -(558,561,l), -(558,729,l), -(74,729,l), -(42,274,l), -(224,274,l), -(234,305,o), -(265,326,o), -(302,326,cs), -(351,326,o), -(385,291,o), -(385,240,cs), -(385,194,o), -(353,154,o), -(300,154,cs), -(258,154,o), -(226,176,o), -(218,209,c), -(27,209,l), -(39,78,o), -(137,-10,o), -(296,-10,cs) +(446,-10,o), +(554,92,o), +(554,244,cs), +(554,382,o), +(470,472,o), +(341,472,cs), +(295,472,o), +(246,454,o), +(229,433,c), +(221,436,l), +(235,555,l), +(536,555,l), +(536,721,l), +(70,721,l), +(41,271,l), +(218,271,l), +(227,302,o), +(256,322,o), +(290,322,cs), +(335,322,o), +(366,288,o), +(366,237,cs), +(366,192,o), +(337,152,o), +(288,152,cs), +(249,152,o), +(220,174,o), +(213,207,c), +(26,207,l), +(38,77,o), +(131,-10,o), +(284,-10,cs) ); } ); @@ -279,46 +376,283 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 581; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(285,-15,o), +(350,54,o), +(386,222,cs), +(412,347,o), +(406,468,o), +(284,468,cs), +(239,468,o), +(200,444,o), +(173,405,c), +(170,405,l), +(240,692,l), +(473,692,l), +(478,721,l), +(216,721,l), +(123,329,l), +(155,326,l), +(180,399,o), +(220,440,o), +(275,440,cs), +(376,440,o), +(380,346,o), +(354,221,cs), +(324,79,o), +(278,19,o), +(209,19,cs), +(109,19,o), +(100,117,o), +(126,229,c), +(96,229,l), +(70,108,o), +(82,3,o), +(194,-7,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 480; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,-9,o), +(429,71,o), +(462,229,cs), +(490,361,o), +(458,485,o), +(329,485,cs), +(296,485,o), +(267,473,o), +(253,457,c), +(246,460,l), +(277,569,l), +(494,569,l), +(526,721,l), +(145,721,l), +(34,281,l), +(209,281,l), +(218,317,o), +(236,342,o), +(260,342,cs), +(297,342,o), +(295,293,o), +(284,237,cs), +(272,176,o), +(254,141,o), +(222,141,cs), +(183,141,o), +(186,183,o), +(193,219,c), +(16,219,l), +(-2,82,o), +(50,-9,o), +(215,-9,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 496; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(423,-10,o), +(528,98,o), +(528,243,cs), +(528,372,o), +(448,456,o), +(327,456,cs), +(260,456,o), +(192,430,o), +(157,393,c), +(153,393,l), +(228,687,l), +(593,687,l), +(600,721,l), +(201,721,l), +(107,347,l), +(149,347,l), +(187,394,o), +(253,423,o), +(319,423,cs), +(420,423,o), +(488,355,o), +(488,242,cs), +(488,122,o), +(410,24,o), +(274,24,cs), +(166,24,o), +(95,88,o), +(97,185,c), +(61,185,l), +(61,68,o), +(146,-10,o), +(273,-10,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 85; +}; +}; +width = 600; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(443,-10,o), +(567,98,o), +(567,262,cs), +(567,385,o), +(489,470,o), +(371,470,cs), +(338,470,o), +(298,464,o), +(266,443,c), +(259,446,l), +(295,555,l), +(593,555,l), +(627,721,l), +(157,721,l), +(43,271,l), +(225,271,l), +(234,300,o), +(267,321,o), +(305,321,cs), +(348,321,o), +(377,292,o), +(377,248,cs), +(377,194,o), +(344,152,o), +(287,152,cs), +(249,152,o), +(223,171,o), +(215,204,c), +(21,204,l), +(24,79,o), +(116,-10,o), +(271,-10,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 600; +}, +{ +background = { shapes = ( { closed = 1; nodes = ( -(536,-8,o), -(655,82,o), -(655,238,cs), -(655,382,o), -(560,478,o), -(370,478,cs), -(272,478,o), -(182,440,o), -(140,383,c), -(136,384,l), -(153,696,l), -(639,696,l), -(639,729,l), -(118,729,l), -(97,342,l), -(137,342,l), -(174,403,o), -(257,444,o), -(366,444,cs), -(524,444,o), -(615,374,o), -(615,236,cs), -(615,110,o), -(531,26,o), -(360,26,cs), -(213,26,o), -(115,105,o), -(117,223,c), -(81,223,l), -(80,84,o), -(193,-8,o), -(360,-8,cs) +(505,-10,o), +(635,79,o), +(642,251,cs), +(647,390,o), +(559,470,o), +(391,470,cs), +(304,470,o), +(213,437,o), +(163,386,c), +(160,387,l), +(241,687,l), +(708,687,l), +(714,721,l), +(214,721,l), +(115,345,l), +(153,345,l), +(200,401,o), +(286,437,o), +(385,437,cs), +(527,437,o), +(607,375,o), +(601,250,cs), +(595,119,o), +(511,24,o), +(329,24,cs), +(188,24,o), +(100,103,o), +(110,224,c), +(73,224,l), +(61,82,o), +(164,-10,o), +(326,-10,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(509,-10,o), +(642,83,o), +(642,262,cs), +(642,394,o), +(554,470,o), +(391,470,cs), +(304,470,o), +(213,437,o), +(163,386,c), +(160,387,l), +(241,687,l), +(708,687,l), +(714,721,l), +(214,721,l), +(115,345,l), +(153,345,l), +(200,401,o), +(286,437,o), +(385,437,cs), +(522,437,o), +(601,379,o), +(601,263,cs), +(601,125,o), +(517,24,o), +(329,24,cs), +(188,24,o), +(100,103,o), +(110,224,c), +(73,224,l), +(61,82,o), +(164,-10,o), +(326,-10,cs) ); } ); @@ -328,94 +662,95 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 720; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { closed = 1; nodes = ( -(553,-10,o), -(698,74,o), -(698,247,cs), -(698,406,o), -(582,488,o), -(431,488,cs), -(365,488,o), -(300,465,o), -(279,438,c), -(270,441,l), -(279,553,l), -(664,553,l), -(664,729,l), -(76,729,l), -(52,275,l), -(255,275,l), -(272,309,o), -(318,331,o), -(370,331,cs), -(431,331,o), -(473,301,o), -(473,246,cs), -(473,193,o), -(436,158,o), -(366,158,cs), -(312,158,o), -(271,175,o), -(263,222,c), -(39,222,l), -(50,85,o), -(148,-10,o), -(363,-10,cs) +(536,-9,o), +(683,89,o), +(689,251,cs), +(695,399,o), +(607,478,o), +(459,478,cs), +(409,478,o), +(350,465,o), +(321,445,c), +(312,448,l), +(341,546,l), +(697,546,l), +(734,721,l), +(178,721,l), +(60,278,l), +(268,278,l), +(288,307,o), +(326,326,o), +(376,326,cs), +(437,326,o), +(466,298,o), +(464,249,cs), +(461,188,o), +(417,156,o), +(351,156,cs), +(297,156,o), +(263,175,o), +(258,226,c), +(38,226,l), +(40,65,o), +(146,-9,o), +(334,-9,cs) ); } ); userData = { RMXScaler = { +keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 732; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { closed = 1; nodes = ( -(288,-15,o), -(354,55,o), -(390,225,cs), -(417,351,o), -(411,473,o), -(287,473,cs), -(242,473,o), -(202,449,o), -(175,410,c), -(172,410,l), -(243,700,l), -(478,700,l), -(483,729,l), -(218,729,l), -(124,333,l), -(157,330,l), -(182,404,o), -(223,445,o), -(278,445,cs), -(380,445,o), -(384,350,o), -(358,224,cs), -(328,80,o), -(281,19,o), -(211,19,cs), -(110,19,o), -(101,118,o), -(127,232,c), -(97,232,l), -(71,109,o), -(83,3,o), -(196,-7,cs) +(322,-8,o), +(374,66,o), +(374,235,cs), +(374,383,o), +(335,468,o), +(231,468,cs), +(183,468,o), +(142,441,o), +(122,396,c), +(119,396,l), +(129,692,l), +(373,692,l), +(373,721,l), +(100,721,l), +(88,317,l), +(120,317,l), +(131,396,o), +(166,440,o), +(231,440,cs), +(298,440,o), +(342,391,o), +(342,235,cs), +(342,83,o), +(306,19,o), +(229,19,cs), +(157,19,o), +(108,75,o), +(110,220,c), +(79,220,l), +(78,83,o), +(121,-8,o), +(229,-8,cs) ); } ); @@ -425,95 +760,472 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 440; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(335,-9,o), -(426,72,o), -(459,232,cs), -(488,365,o), -(455,491,o), -(325,491,cs), -(291,491,o), -(262,478,o), -(248,462,c), -(241,465,l), -(272,576,l), -(492,576,l), -(524,729,l), -(139,729,l), -(26,284,l), -(203,284,l), -(212,321,o), -(231,346,o), -(255,346,cs), -(292,346,o), -(290,296,o), -(279,240,cs), -(267,178,o), -(249,143,o), -(216,143,cs), -(177,143,o), -(180,185,o), -(187,222,c), -(8,222,l), -(-10,83,o), -(42,-9,o), -(209,-9,cs) +(363,-10,o), +(454,72,o), +(454,246,cs), +(454,391,o), +(397,490,o), +(277,490,cs), +(245,490,o), +(212,480,o), +(197,454,c), +(190,457,l), +(199,569,l), +(416,569,l), +(416,721,l), +(34,721,l), +(16,277,l), +(190,277,l), +(191,314,o), +(206,342,o), +(231,342,cs), +(259,342,o), +(274,313,o), +(274,241,cs), +(274,177,o), +(263,140,o), +(229,140,cs), +(203,140,o), +(187,163,o), +(187,219,c), +(7,219,l), +(13,82,o), +(85,-10,o), +(229,-10,cs) ); } ); userData = { RMXScaler = { +keepStroke = 40; monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 461; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(421,-8,o), +(518,87,o), +(518,229,cs), +(518,367,o), +(426,461,o), +(288,461,cs), +(206,461,o), +(138,424,o), +(104,369,c), +(101,370,l), +(125,687,l), +(500,687,l), +(500,721,l), +(93,721,l), +(64,328,l), +(106,328,l), +(133,386,o), +(198,427,o), +(282,427,cs), +(399,427,o), +(478,354,o), +(478,227,cs), +(478,108,o), +(405,26,o), +(278,26,cs), +(171,26,o), +(100,91,o), +(94,187,c), +(56,187,l), +(61,71,o), +(151,-8,o), +(277,-8,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 90; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +24 +); +stem = -2; +target = ( +0, +31 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +10 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +29, +29 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +28 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(428,-10,o), -(534,99,o), -(534,246,cs), -(534,376,o), -(453,461,o), -(331,461,cs), -(263,461,o), -(194,435,o), -(159,398,c), -(155,398,l), -(231,695,l), -(600,695,l), -(607,729,l), -(203,729,l), -(108,351,l), -(151,351,l), -(189,399,o), -(256,428,o), -(323,428,cs), -(425,428,o), -(494,359,o), -(494,245,cs), -(494,123,o), -(415,24,o), -(277,24,cs), -(168,24,o), -(96,89,o), -(98,187,c), -(62,187,l), -(62,69,o), -(148,-10,o), -(276,-10,cs) +(439,-10,o), +(550,92,o), +(550,244,cs), +(550,382,o), +(463,472,o), +(329,472,cs), +(280,472,o), +(229,454,o), +(211,433,c), +(203,436,l), +(218,555,l), +(531,555,l), +(531,721,l), +(52,721,l), +(21,271,l), +(200,271,l), +(210,302,o), +(241,322,o), +(278,322,cs), +(326,322,o), +(360,288,o), +(360,237,cs), +(360,192,o), +(328,152,o), +(276,152,cs), +(234,152,o), +(202,174,o), +(195,207,c), +(6,207,l), +(18,77,o), +(114,-10,o), +(272,-10,cs) +); +} +); +userData = { +RMXScaler = { +keepStroke = 40; +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(520,-8,o), +(638,81,o), +(638,235,cs), +(638,378,o), +(544,473,o), +(356,473,cs), +(259,473,o), +(170,435,o), +(128,379,c), +(124,380,l), +(141,688,l), +(622,688,l), +(622,721,l), +(107,721,l), +(86,338,l), +(125,338,l), +(162,398,o), +(244,439,o), +(352,439,cs), +(508,439,o), +(598,370,o), +(598,233,cs), +(598,109,o), +(515,26,o), +(346,26,cs), +(201,26,o), +(104,104,o), +(106,220,c), +(70,220,l), +(69,83,o), +(181,-8,o), +(346,-8,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(537,-10,o), +(680,73,o), +(680,244,cs), +(680,401,o), +(565,482,o), +(416,482,cs), +(351,482,o), +(287,460,o), +(266,433,c), +(257,436,l), +(266,547,l), +(646,547,l), +(646,721,l), +(65,721,l), +(41,272,l), +(242,272,l), +(259,305,o), +(304,327,o), +(356,327,cs), +(416,327,o), +(458,298,o), +(458,243,cs), +(458,191,o), +(421,156,o), +(352,156,cs), +(298,156,o), +(258,173,o), +(250,219,c), +(29,219,l), +(39,84,o), +(136,-10,o), +(349,-10,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,-15,o), +(327,54,o), +(363,222,cs), +(389,347,o), +(383,468,o), +(261,468,cs), +(216,468,o), +(177,444,o), +(150,405,c), +(147,405,l), +(217,692,l), +(450,692,l), +(455,721,l), +(193,721,l), +(100,329,l), +(132,326,l), +(157,399,o), +(197,440,o), +(252,440,cs), +(353,440,o), +(357,346,o), +(331,221,cs), +(301,79,o), +(255,19,o), +(186,19,cs), +(86,19,o), +(77,117,o), +(103,229,c), +(73,229,l), +(47,108,o), +(59,3,o), +(171,-7,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,-9,o), +(410,71,o), +(443,229,cs), +(471,361,o), +(439,485,o), +(310,485,cs), +(277,485,o), +(248,473,o), +(234,457,c), +(227,460,l), +(258,569,l), +(475,569,l), +(507,721,l), +(126,721,l), +(15,281,l), +(190,281,l), +(199,317,o), +(217,342,o), +(241,342,cs), +(278,342,o), +(276,293,o), +(265,237,cs), +(253,176,o), +(235,141,o), +(203,141,cs), +(164,141,o), +(167,183,o), +(174,219,c), +(-3,219,l), +(-21,82,o), +(31,-9,o), +(196,-9,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(399,-10,o), +(504,98,o), +(504,243,cs), +(504,372,o), +(424,456,o), +(303,456,cs), +(236,456,o), +(168,430,o), +(133,393,c), +(129,393,l), +(204,687,l), +(569,687,l), +(576,721,l), +(177,721,l), +(83,347,l), +(125,347,l), +(163,394,o), +(229,423,o), +(295,423,cs), +(396,423,o), +(464,355,o), +(464,242,cs), +(464,122,o), +(386,24,o), +(250,24,cs), +(142,24,o), +(71,88,o), +(73,185,c), +(37,185,l), +(37,68,o), +(122,-10,o), +(249,-10,cs) ); } ); @@ -523,46 +1235,46 @@ monoWidth = 600; useSpacing = 85; }; }; -width = 607; +width = 552; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(448,-10,o), -(574,99,o), -(574,265,cs), -(574,389,o), -(495,475,o), -(375,475,cs), -(342,475,o), -(301,469,o), -(269,448,c), -(262,451,l), -(298,561,l), -(600,561,l), -(634,729,l), -(159,729,l), -(43,274,l), -(228,274,l), -(237,303,o), -(270,325,o), -(309,325,cs), -(352,325,o), -(381,295,o), -(381,251,cs), -(381,196,o), -(348,154,o), -(290,154,cs), -(252,154,o), -(226,173,o), -(217,206,c), -(21,206,l), -(24,80,o), -(117,-10,o), -(274,-10,cs) +(414,-10,o), +(538,98,o), +(538,262,cs), +(538,385,o), +(460,470,o), +(342,470,cs), +(309,470,o), +(269,464,o), +(237,443,c), +(230,446,l), +(266,555,l), +(564,555,l), +(598,721,l), +(128,721,l), +(14,271,l), +(196,271,l), +(205,300,o), +(238,321,o), +(276,321,cs), +(319,321,o), +(348,292,o), +(348,248,cs), +(348,194,o), +(315,152,o), +(258,152,cs), +(220,152,o), +(194,171,o), +(186,204,c), +(-8,204,l), +(-5,79,o), +(87,-10,o), +(242,-10,cs) ); } ); @@ -572,7 +1284,7 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 542; }, { background = { @@ -616,43 +1328,43 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(515,-10,o), -(649,84,o), -(649,265,cs), -(649,399,o), -(560,475,o), -(395,475,cs), -(307,475,o), -(215,442,o), -(165,390,c), -(162,391,l), -(244,695,l), -(716,695,l), -(722,729,l), -(216,729,l), -(116,349,l), -(155,349,l), -(202,406,o), -(289,442,o), -(389,442,cs), -(528,442,o), -(608,383,o), -(608,266,cs), -(608,126,o), -(523,24,o), -(333,24,cs), -(190,24,o), -(101,104,o), -(111,227,c), -(74,227,l), -(62,83,o), -(166,-10,o), -(330,-10,cs) +(499,-10,o), +(632,83,o), +(632,262,cs), +(632,394,o), +(544,470,o), +(381,470,cs), +(294,470,o), +(203,437,o), +(153,386,c), +(150,387,l), +(231,687,l), +(698,687,l), +(704,721,l), +(204,721,l), +(105,345,l), +(143,345,l), +(190,401,o), +(276,437,o), +(375,437,cs), +(512,437,o), +(591,379,o), +(591,263,cs), +(591,125,o), +(507,24,o), +(319,24,cs), +(178,24,o), +(90,103,o), +(100,224,c), +(63,224,l), +(51,82,o), +(154,-10,o), +(316,-10,cs) ); } ); @@ -662,46 +1374,46 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 700; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(536,-9,o), -(685,90,o), -(691,254,cs), -(697,404,o), -(608,483,o), -(458,483,cs), -(408,483,o), -(348,470,o), -(319,450,c), -(310,453,l), -(339,552,l), -(699,552,l), -(736,729,l), -(174,729,l), -(55,281,l), -(265,281,l), -(285,311,o), -(324,330,o), -(374,330,cs), -(436,330,o), -(465,301,o), -(463,252,cs), -(460,190,o), -(416,158,o), -(349,158,cs), -(294,158,o), -(260,177,o), -(255,229,c), -(32,229,l), -(34,66,o), -(142,-9,o), -(332,-9,cs) +(515,-9,o), +(662,89,o), +(668,251,cs), +(674,399,o), +(586,478,o), +(438,478,cs), +(388,478,o), +(329,465,o), +(300,445,c), +(291,448,l), +(320,546,l), +(676,546,l), +(713,721,l), +(157,721,l), +(39,278,l), +(247,278,l), +(267,307,o), +(305,326,o), +(355,326,cs), +(416,326,o), +(445,298,o), +(443,249,cs), +(440,188,o), +(396,156,o), +(330,156,cs), +(276,156,o), +(242,175,o), +(237,226,c), +(17,226,l), +(19,65,o), +(125,-9,o), +(313,-9,cs) ); } ); @@ -711,7 +1423,7 @@ keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/fiveeighths.glyph b/sources/MonaSans.glyphspackage/glyphs/fiveeighths.glyph index 419630f2..c967d1b0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/fiveeighths.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/fiveeighths.glyph @@ -9,15 +9,15 @@ shapes = ( ref = five.numr; }, { -pos = (258,0); +pos = (272,0); ref = fraction; }, { -pos = (380,0); +pos = (405,0); ref = eight.dnom; } ); -width = 641; +width = 682; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -30,24 +30,242 @@ pos = (257,0); ref = fraction; }, { -pos = (313,0); +pos = (302,0); ref = eight.dnom; } ); -width = 584; +width = 573; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (413,0); +ref = fraction; +}, +{ +pos = (514,0); +ref = eight.dnom; +} +); +width = 929; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (405,0); +ref = fraction; +}, +{ +pos = (539,0); +ref = eight.dnom; +} +); +width = 958; +}, +{ +layerId = m019; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (381,0); +ref = fraction; +}, +{ +pos = (490,0); +ref = eight.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.numr; +}; +width = 878; +}, +{ +layerId = m020; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (340,0); +ref = fraction; +}, +{ +pos = (468,0); +ref = eight.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.numr; +}; +width = 820; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (254,0); +ref = fraction; +}, +{ +pos = (314,0); +ref = eight.dnom; +} +); +width = 585; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (281,0); +ref = fraction; +}, +{ +pos = (434,0); +ref = eight.dnom; +} +); +width = 709; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (392,0); +ref = fraction; +}, +{ +pos = (512,0); +ref = eight.dnom; +} +); +width = 903; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { ref = five.numr; }, { +pos = (366,0); +ref = fraction; +}, +{ +pos = (531,0); +ref = eight.dnom; +} +); +width = 904; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (415,0); +ref = fraction; +}, +{ +pos = (519,0); +ref = eight.dnom; +} +); +width = 933; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (414,0); +ref = fraction; +}, +{ +pos = (575,0); +ref = eight.dnom; +} +); +width = 992; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = five.numr; +}, +{ +alignment = -1; +pos = (257,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (297,0); +ref = eight.dnom; +} +); +width = 528; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (236,0); +ref = fraction; +}, +{ +pos = (342,0); +ref = eight.dnom; +} +); +width = 585; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = five.numr; +}, +{ +alignment = -1; pos = (375,0); ref = fraction; }, { -pos = (479,0); +alignment = -1; +pos = (445,0); ref = eight.dnom; } ); @@ -55,20 +273,23 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.numr; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.numr; }; -width = 870; +width = 796; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; ref = five.numr; }, { -pos = (358,0); +alignment = -1; +pos = (338,0); ref = fraction; }, { -pos = (505,0); +alignment = -1; +pos = (473,0); ref = eight.dnom; } ); @@ -76,143 +297,149 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.numr; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.numr; }; -width = 874; +width = 812; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; ref = five.numr; }, { +alignment = -1; pos = (413,0); ref = fraction; }, { -pos = (513,0); +alignment = -1; +pos = (503,0); ref = eight.dnom; } ); -width = 928; +width = 898; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; ref = five.numr; }, { +alignment = -1; pos = (395,0); ref = fraction; }, { -pos = (524,0); +alignment = -1; +pos = (514,0); ref = eight.dnom; } ); -width = 931; +width = 901; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { ref = five.numr; }, { -pos = (262,0); +pos = (219,0); ref = fraction; }, { -pos = (323,0); +pos = (233,0); ref = eight.dnom; } ); -width = 594; +width = 458; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { ref = five.numr; }, { -pos = (260,0); +pos = (234,0); ref = fraction; }, { -pos = (393,0); +pos = (338,0); ref = eight.dnom; } ); -width = 652; +width = 575; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { ref = five.numr; }, { -pos = (393,0); +pos = (342,0); ref = fraction; }, { -pos = (519,0); +pos = (414,0); ref = eight.dnom; } ); -width = 910; +width = 757; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { ref = five.numr; }, { -pos = (366,0); +pos = (308,0); ref = fraction; }, { -pos = (533,0); +pos = (414,0); ref = eight.dnom; } ); -width = 906; +width = 729; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { ref = five.numr; }, { -pos = (419,0); +pos = (402,0); ref = fraction; }, { -pos = (532,0); +pos = (486,0); ref = eight.dnom; } ); -width = 946; +width = 880; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = five.numr; }, { -pos = (400,0); +pos = (367,0); ref = fraction; }, { -pos = (547,0); +pos = (480,0); ref = eight.dnom; } ); -width = 952; +width = 855; } ); unicode = 8541; diff --git a/sources/MonaSans.glyphspackage/glyphs/fiveinferior.glyph b/sources/MonaSans.glyphspackage/glyphs/fiveinferior.glyph index b04fd20f..a2675acd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/fiveinferior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/fiveinferior.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _center; -pos = (150,177); +pos = (158,177); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -15,38 +15,38 @@ shapes = ( { closed = 1; nodes = ( -(230,-46,o), -(285,3,o), -(285,108,cs), -(285,195,o), -(250,254,o), -(178,254,cs), -(160,254,o), -(140,249,o), -(131,233,c), -(127,235,l), -(132,300,l), -(261,300,l), -(261,393,l), -(31,393,l), -(20,126,l), -(127,126,l), -(127,146,o), -(135,164,o), -(150,164,cs), -(166,164,o), -(175,147,o), -(175,105,cs), -(175,66,o), -(168,46,o), -(149,46,cs), -(134,46,o), -(125,59,o), -(125,91,c), -(15,91,l), -(19,9,o), -(62,-46,o), -(149,-46,cs) +(238,-46,o), +(293,3,o), +(293,108,cs), +(293,195,o), +(258,254,o), +(186,254,cs), +(168,254,o), +(148,249,o), +(139,233,c), +(135,235,l), +(140,300,l), +(269,300,l), +(269,393,l), +(39,393,l), +(28,126,l), +(135,126,l), +(135,146,o), +(143,164,o), +(158,164,cs), +(174,164,o), +(183,147,o), +(183,105,cs), +(183,66,o), +(176,46,o), +(157,46,cs), +(142,46,o), +(133,59,o), +(133,91,c), +(23,91,l), +(27,9,o), +(70,-46,o), +(157,-46,cs) ); } ); @@ -57,7 +57,7 @@ weight = -350; width = 60; }; }; -width = 297; +width = 313; }, { anchors = ( @@ -121,48 +121,162 @@ width = 271; anchors = ( { name = _center; -pos = (209,174); +pos = (226,173); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +partSelection = { +}; +shapes = ( +{ +closed = 1; +nodes = ( +(329,-45,o), +(405,8,o), +(405,102,cs), +(405,188,o), +(345,245,o), +(231,245,cs), +(173,245,o), +(120,223,o), +(95,192,c), +(92,192,l), +(102,362,l), +(394,362,l), +(394,393,l), +(69,393,l), +(56,158,l), +(92,158,l), +(112,189,o), +(157,215,o), +(225,215,cs), +(315,215,o), +(366,176,o), +(366,101,cs), +(366,32,o), +(318,-14,o), +(221,-14,cs), +(138,-14,o), +(81,28,o), +(82,92,c), +(46,92,l), +(46,10,o), +(115,-45,o), +(221,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 440; +}, +{ +anchors = ( +{ +name = _center; +pos = (234,171); } ); -layerId = master01; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; partSelection = { }; shapes = ( { closed = 1; nodes = ( -(292,-45,o), -(350,13,o), -(350,99,cs), -(350,181,o), -(296,237,o), -(213,237,cs), -(170,237,o), -(129,219,o), -(108,186,c), -(106,187,l), -(120,362,l), -(340,362,l), -(340,393,l), -(90,393,l), -(72,152,l), -(109,152,l), -(123,185,o), -(160,208,o), -(206,208,cs), -(271,208,o), -(315,167,o), -(315,97,cs), -(315,31,o), -(274,-14,o), -(204,-14,cs), -(145,-14,o), -(106,21,o), -(102,74,c), -(67,74,l), -(70,7,o), -(121,-45,o), -(203,-45,cs) +(346,-46,o), +(437,3,o), +(437,107,cs), +(437,202,o), +(365,250,o), +(276,250,cs), +(239,250,o), +(201,238,o), +(190,224,c), +(184,226,l), +(189,276,l), +(415,276,l), +(415,393,l), +(53,393,l), +(38,118,l), +(174,118,l), +(183,135,o), +(207,147,o), +(235,147,cs), +(265,147,o), +(286,132,o), +(286,107,cs), +(286,82,o), +(268,65,o), +(233,65,cs), +(207,65,o), +(187,69,o), +(181,91,c), +(31,91,l), +(38,11,o), +(95,-46,o), +(231,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 461; +}, +{ +anchors = ( +{ +name = _center; +pos = (208,174); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(289,-45,o), +(346,13,o), +(346,99,cs), +(346,181,o), +(293,237,o), +(212,237,cs), +(169,237,o), +(130,219,o), +(109,186,c), +(107,187,l), +(121,362,l), +(337,362,l), +(337,393,l), +(91,393,l), +(73,152,l), +(110,152,l), +(124,185,o), +(159,208,o), +(205,208,cs), +(268,208,o), +(312,167,o), +(312,97,cs), +(312,31,o), +(271,-14,o), +(203,-14,cs), +(146,-14,o), +(107,21,o), +(103,74,c), +(68,74,l), +(71,7,o), +(122,-45,o), +(202,-45,cs) ); } ); @@ -255,170 +369,52 @@ type = Stem; } ); }; -width = 403; -}, -{ -anchors = ( -{ -name = _center; -pos = (205,174); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(306,-46,o), -(375,16,o), -(375,108,cs), -(375,190,o), -(322,244,o), -(240,244,cs), -(213,244,o), -(182,235,o), -(173,225,c), -(167,227,l), -(176,282,l), -(364,282,l), -(364,393,l), -(63,393,l), -(44,118,l), -(165,118,l), -(169,133,o), -(185,144,o), -(205,144,cs), -(229,144,o), -(247,127,o), -(247,103,cs), -(247,82,o), -(230,62,o), -(204,62,cs), -(183,62,o), -(167,71,o), -(162,86,c), -(34,86,l), -(42,7,o), -(101,-46,o), -(201,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 408; -}, -{ -anchors = ( -{ -name = _center; -pos = (226,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(329,-45,o), -(405,8,o), -(405,102,cs), -(405,188,o), -(345,245,o), -(231,245,cs), -(173,245,o), -(120,223,o), -(95,192,c), -(92,192,l), -(102,362,l), -(394,362,l), -(394,393,l), -(69,393,l), -(56,158,l), -(92,158,l), -(112,189,o), -(157,215,o), -(225,215,cs), -(315,215,o), -(366,176,o), -(366,101,cs), -(366,32,o), -(318,-14,o), -(221,-14,cs), -(138,-14,o), -(81,28,o), -(82,92,c), -(46,92,l), -(46,10,o), -(115,-45,o), -(221,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 440; +width = 400; }, { anchors = ( { name = _center; -pos = (228,171); +pos = (197,174); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(340,-46,o), -(431,3,o), -(431,107,cs), -(431,202,o), -(359,250,o), -(270,250,cs), -(233,250,o), -(195,238,o), -(184,224,c), -(178,226,l), -(183,276,l), -(409,276,l), -(409,393,l), -(47,393,l), -(32,118,l), -(168,118,l), -(177,135,o), -(201,147,o), -(229,147,cs), -(259,147,o), -(280,132,o), -(280,107,cs), -(280,82,o), -(262,65,o), -(227,65,cs), -(201,65,o), -(181,69,o), -(175,91,c), -(25,91,l), -(32,11,o), -(89,-46,o), -(225,-46,cs) +(294,-46,o), +(360,16,o), +(360,108,cs), +(360,190,o), +(310,244,o), +(232,244,cs), +(207,244,o), +(178,235,o), +(170,225,c), +(164,227,l), +(172,282,l), +(349,282,l), +(349,393,l), +(60,393,l), +(43,118,l), +(161,118,l), +(164,132,o), +(178,144,o), +(197,144,cs), +(218,144,o), +(234,127,o), +(234,103,cs), +(234,82,o), +(219,62,o), +(196,62,cs), +(178,62,o), +(164,71,o), +(159,86,c), +(33,86,l), +(41,7,o), +(97,-46,o), +(193,-46,cs) ); } ); @@ -429,7 +425,7 @@ weight = -300; width = 60; }; }; -width = 449; +width = 391; }, { anchors = ( @@ -439,8 +435,6 @@ pos = (131,177); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -partSelection = { -}; shapes = ( { closed = 1; @@ -493,48 +487,46 @@ width = 268; anchors = ( { name = _center; -pos = (130.969,177); +pos = (139,177); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -partSelection = { -}; shapes = ( { closed = 1; nodes = ( -(172,-45,o), -(226,0,o), -(247,98,cs), -(264,180,o), -(243,251,o), -(167,251,cs), -(148,251,o), -(131,244,o), -(123,235,c), -(119,237,l), -(137,300,l), -(265,300,l), -(285,393,l), -(57,393,l), -(-10,128,l), -(96,128,l), -(101,150,o), -(113,164,o), -(125,164,cs), -(147,164,o), -(144,131,o), -(139,105,cs), -(132,69,o), -(122,46,o), -(103,46,cs), -(83,46,o), -(82,66,o), -(87,91,c), -(-21,91,l), -(-32,9,o), -(0,-45,o), -(99,-45,cs) +(180,-45,o), +(234,0,o), +(255,98,cs), +(272,180,o), +(251,251,o), +(175,251,cs), +(156,251,o), +(139,244,o), +(131,235,c), +(127,237,l), +(145,300,l), +(273,300,l), +(293,393,l), +(65,393,l), +(-2,128,l), +(104,128,l), +(109,150,o), +(121,164,o), +(133,164,cs), +(155,164,o), +(152,131,o), +(147,105,cs), +(140,69,o), +(130,46,o), +(111,46,cs), +(91,46,o), +(90,66,o), +(95,91,c), +(-13,91,l), +(-24,9,o), +(8,-45,o), +(107,-45,cs) ); } ); @@ -545,7 +537,7 @@ weight = -350; width = 60; }; }; -width = 295; +width = 311; }, { anchors = ( @@ -555,8 +547,6 @@ pos = (191,177); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -partSelection = { -}; shapes = ( { closed = 1; @@ -613,8 +603,6 @@ pos = (187,177); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -partSelection = { -}; shapes = ( { closed = 1; @@ -671,8 +659,6 @@ pos = (210,177); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -partSelection = { -}; shapes = ( { closed = 1; @@ -725,48 +711,800 @@ width = 436; anchors = ( { name = _center; -pos = (202,177); +pos = (209,187); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -partSelection = { +shapes = ( +{ +closed = 1; +nodes = ( +(305,-45,o), +(395,11,o), +(399,115,cs), +(402,200,o), +(346,247,o), +(258,247,cs), +(229,247,o), +(196,241,o), +(180,232,c), +(174,234,l), +(188,276,l), +(398,276,l), +(423,393,l), +(78,393,l), +(4,121,l), +(145,121,l), +(155,136,o), +(174,146,o), +(202,146,cs), +(230,146,o), +(249,133,o), +(248,110,cs), +(247,81,o), +(224,65,o), +(190,65,cs), +(163,65,o), +(146,71,o), +(141,96,c), +(-7,96,l), +(-5,2,o), +(56,-45,o), +(179,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 453; +}, +{ +anchors = ( +{ +name = _center; +pos = (122,177); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,-45,o), +(215,1,o), +(215,102,cs), +(215,191,o), +(190,242,o), +(128,242,cs), +(99,242,o), +(77,227,o), +(65,202,c), +(63,202,l), +(69,366,l), +(212,366,l), +(212,393,l), +(42,393,l), +(34,147,l), +(64,147,l), +(70,195,o), +(91,217,o), +(124,217,cs), +(162,217,o), +(185,188,o), +(185,101,cs), +(185,17,o), +(166,-20,o), +(123,-20,cs), +(86,-20,o), +(57,8,o), +(58,92,c), +(29,92,l), +(29,10,o), +(56,-45,o), +(123,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 231; +}, +{ +anchors = ( +{ +name = _center; +pos = (141,177); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,-46,o), +(276,3,o), +(276,108,cs), +(276,195,o), +(241,254,o), +(169,254,cs), +(151,254,o), +(131,249,o), +(122,233,c), +(118,235,l), +(123,300,l), +(252,300,l), +(252,393,l), +(22,393,l), +(11,126,l), +(118,126,l), +(118,146,o), +(126,164,o), +(141,164,cs), +(157,164,o), +(166,147,o), +(166,105,cs), +(166,66,o), +(159,46,o), +(140,46,cs), +(125,46,o), +(116,59,o), +(116,91,c), +(6,91,l), +(10,9,o), +(53,-46,o), +(140,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 279; +}, +{ +anchors = ( +{ +name = _center; +pos = (189,174); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(272,-45,o), +(330,13,o), +(330,99,cs), +(330,181,o), +(276,237,o), +(193,237,cs), +(150,237,o), +(109,219,o), +(88,186,c), +(86,187,l), +(100,362,l), +(320,362,l), +(320,393,l), +(70,393,l), +(52,152,l), +(89,152,l), +(103,185,o), +(140,208,o), +(186,208,cs), +(251,208,o), +(295,167,o), +(295,97,cs), +(295,31,o), +(254,-14,o), +(184,-14,cs), +(125,-14,o), +(86,21,o), +(82,74,c), +(47,74,l), +(50,7,o), +(101,-45,o), +(183,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; }; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +24 +); +stem = -2; +target = ( +0, +31 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +10 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +28 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +} +); +}; +width = 363; +}, +{ +anchors = ( +{ +name = _center; +pos = (184,174); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(285,-46,o), +(354,16,o), +(354,108,cs), +(354,190,o), +(301,244,o), +(219,244,cs), +(192,244,o), +(161,235,o), +(152,225,c), +(146,227,l), +(155,282,l), +(343,282,l), +(343,393,l), +(42,393,l), +(23,118,l), +(144,118,l), +(148,133,o), +(164,144,o), +(184,144,cs), +(208,144,o), +(226,127,o), +(226,103,cs), +(226,82,o), +(209,62,o), +(183,62,cs), +(162,62,o), +(146,71,o), +(141,86,c), +(13,86,l), +(21,7,o), +(80,-46,o), +(180,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 366; +}, +{ +anchors = ( +{ +name = _center; +pos = (216,173); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(319,-45,o), +(395,8,o), +(395,102,cs), +(395,188,o), +(335,245,o), +(221,245,cs), +(163,245,o), +(110,223,o), +(85,192,c), +(82,192,l), +(92,362,l), +(384,362,l), +(384,393,l), +(59,393,l), +(46,158,l), +(82,158,l), +(102,189,o), +(147,215,o), +(215,215,cs), +(305,215,o), +(356,176,o), +(356,101,cs), +(356,32,o), +(308,-14,o), +(211,-14,cs), +(128,-14,o), +(71,28,o), +(72,92,c), +(36,92,l), +(36,10,o), +(105,-45,o), +(211,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 420; +}, +{ +anchors = ( +{ +name = _center; +pos = (218,171); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(330,-46,o), +(421,3,o), +(421,107,cs), +(421,202,o), +(349,250,o), +(260,250,cs), +(223,250,o), +(185,238,o), +(174,224,c), +(168,226,l), +(173,276,l), +(399,276,l), +(399,393,l), +(37,393,l), +(22,118,l), +(158,118,l), +(167,135,o), +(191,147,o), +(219,147,cs), +(249,147,o), +(270,132,o), +(270,107,cs), +(270,82,o), +(252,65,o), +(217,65,cs), +(191,65,o), +(171,69,o), +(165,91,c), +(15,91,l), +(22,11,o), +(79,-46,o), +(215,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 429; +}, +{ +anchors = ( +{ +name = _center; +pos = (108,177); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(111,-48,o), +(154,-12,o), +(176,92,cs), +(193,172,o), +(185,242,o), +(114,242,cs), +(89,242,o), +(66,229,o), +(51,207,c), +(48,207,l), +(88,366,l), +(225,366,l), +(230,393,l), +(66,393,l), +(9,154,l), +(38,152,l), +(53,197,o), +(76,217,o), +(104,217,cs), +(159,217,o), +(161,164,o), +(147,95,cs), +(130,14,o), +(104,-20,o), +(66,-20,cs), +(12,-20,o), +(7,35,o), +(21,97,c), +(-7,97,l), +(-22,22,o), +(-12,-39,o), +(58,-44,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 222; +}, +{ +anchors = ( +{ +name = _center; +pos = (120,177); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(161,-45,o), +(215,0,o), +(236,98,cs), +(253,180,o), +(232,251,o), +(156,251,cs), +(137,251,o), +(120,244,o), +(112,235,c), +(108,237,l), +(126,300,l), +(254,300,l), +(274,393,l), +(46,393,l), +(-21,128,l), +(85,128,l), +(90,150,o), +(102,164,o), +(114,164,cs), +(136,164,o), +(133,131,o), +(128,105,cs), +(121,69,o), +(111,46,o), +(92,46,cs), +(72,46,o), +(71,66,o), +(76,91,c), +(-32,91,l), +(-43,9,o), +(-11,-45,o), +(88,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 273; +}, +{ +anchors = ( +{ +name = _center; +pos = (167,177); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(223,-46,o), +(288,19,o), +(288,108,cs), +(288,184,o), +(240,235,o), +(169,235,cs), +(134,235,o), +(94,222,o), +(72,200,c), +(70,200,l), +(112,362,l), +(323,362,l), +(330,393,l), +(87,393,l), +(29,162,l), +(65,162,l), +(85,189,o), +(123,206,o), +(159,206,cs), +(215,206,o), +(252,168,o), +(252,106,cs), +(252,39,o), +(208,-16,o), +(134,-16,cs), +(76,-16,o), +(37,19,o), +(37,72,c), +(3,72,l), +(3,1,o), +(55,-46,o), +(132,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 349; +}, +{ +anchors = ( +{ +name = _center; +pos = (158,177); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(235,-46,o), +(312,19,o), +(312,118,cs), +(312,191,o), +(264,243,o), +(191,243,cs), +(172,243,o), +(150,241,o), +(131,230,c), +(127,232,l), +(145,282,l), +(323,282,l), +(346,393,l), +(52,393,l), +(-19,116,l), +(104,116,l), +(107,132,o), +(124,144,o), +(146,144,cs), +(168,144,o), +(183,130,o), +(183,109,cs), +(183,82,o), +(167,62,o), +(138,62,cs), +(119,62,o), +(107,70,o), +(101,84,c), +(-30,84,l), +(-27,4,o), +(34,-46,o), +(127,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 347; +}, +{ +anchors = ( +{ +name = _center; +pos = (200,177); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,-46,o), +(356,8,o), +(359,106,cs), +(362,195,o), +(309,243,o), +(204,243,cs), +(150,243,o), +(97,223,o), +(69,196,c), +(67,197,l), +(112,361,l), +(394,361,l), +(400,393,l), +(85,393,l), +(24,162,l), +(60,162,l), +(87,193,o), +(136,213,o), +(194,213,cs), +(278,213,o), +(323,179,o), +(320,109,cs), +(317,33,o), +(265,-15,o), +(164,-15,cs), +(83,-15,o), +(32,27,o), +(36,95,c), +(0,95,l), +(-6,7,o), +(60,-46,o), +(162,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 416; +}, +{ +anchors = ( +{ +name = _center; +pos = (190,177); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(299,-45,o), -(389,11,o), -(393,115,cs), -(396,200,o), -(340,247,o), -(252,247,cs), -(223,247,o), -(190,241,o), -(174,232,c), -(168,234,l), -(182,276,l), -(392,276,l), -(417,393,l), -(72,393,l), -(-2,121,l), -(139,121,l), -(149,136,o), -(168,146,o), -(196,146,cs), -(224,146,o), -(243,133,o), -(242,110,cs), -(241,81,o), -(218,65,o), -(184,65,cs), -(157,65,o), -(140,71,o), -(135,96,c), -(-13,96,l), -(-11,2,o), -(50,-45,o), -(173,-45,cs) +(287,-45,o), +(377,11,o), +(381,115,cs), +(384,200,o), +(328,247,o), +(240,247,cs), +(211,247,o), +(178,241,o), +(162,232,c), +(156,234,l), +(170,276,l), +(380,276,l), +(405,393,l), +(60,393,l), +(-14,121,l), +(127,121,l), +(137,136,o), +(156,146,o), +(184,146,cs), +(212,146,o), +(231,133,o), +(230,110,cs), +(229,81,o), +(206,65,o), +(172,65,cs), +(145,65,o), +(128,71,o), +(123,96,c), +(-25,96,l), +(-23,2,o), +(38,-45,o), +(161,-45,cs) ); } ); @@ -777,7 +1515,7 @@ weight = -300; width = 60; }; }; -width = 441; +width = 417; } ); unicode = 8325; diff --git a/sources/MonaSans.glyphspackage/glyphs/fivesuperior.glyph b/sources/MonaSans.glyphspackage/glyphs/fivesuperior.glyph index bbb626c4..73fc806a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/fivesuperior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/fivesuperior.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = fivesuperior; -kernLeft = fivesuperior; +kernLeft = KO_fivesuperior; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -18,7 +18,7 @@ weight = -350; width = 60; }; }; -width = 297; +width = 313; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -38,9 +38,301 @@ width = 60; width = 271; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 440; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 461; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fiveinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fiveinferior; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +24 +); +stem = -2; +target = ( +0, +31 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +10 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +28 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +} +); +}; +width = 400; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fiveinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fiveinferior; +}; +width = 391; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (78,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 268; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (78,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 311; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (78,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 397; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (78,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 405; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (78,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 436; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { +pos = (78,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 453; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 271; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,376); +ref = fiveinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 279; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; pos = (0,376); ref = fiveinferior; } @@ -139,9 +431,10 @@ type = Stem; width = 403; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,376); ref = fiveinferior; } @@ -155,12 +448,13 @@ width = 60; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fiveinferior; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fiveinferior; }; -width = 408; +width = 388; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,376); ref = fiveinferior; } @@ -175,9 +469,10 @@ width = 60; width = 440; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,376); ref = fiveinferior; } @@ -192,7 +487,7 @@ width = 60; width = 449; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (78,376); @@ -206,10 +501,10 @@ weight = -30; width = 60; }; }; -width = 268; +width = 222; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (78,376); @@ -223,10 +518,10 @@ weight = -350; width = 60; }; }; -width = 295; +width = 273; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (78,376); @@ -240,10 +535,10 @@ weight = -25; width = 60; }; }; -width = 397; +width = 349; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (78,376); @@ -257,10 +552,10 @@ weight = -300; width = 60; }; }; -width = 405; +width = 347; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (78,376); @@ -274,10 +569,10 @@ weight = -25; width = 60; }; }; -width = 436; +width = 416; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (78,376); @@ -291,7 +586,7 @@ weight = -300; width = 60; }; }; -width = 441; +width = 417; } ); unicode = 8309; diff --git a/sources/MonaSans.glyphspackage/glyphs/fl.glyph b/sources/MonaSans.glyphspackage/glyphs/fl.glyph index 0c65d3a2..f511a3a9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/fl.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/fl.glyph @@ -1,15 +1,9 @@ { glyphname = fl; -kernLeft = f; -kernRight = l; +kernLeft = KO_f; +kernRight = KO_fl; layers = ( { -anchors = ( -{ -name = caret_1; -pos = (270.5,0); -} -); background = { shapes = ( { @@ -21,44 +15,16 @@ ref = f; layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { -closed = 1; -nodes = ( -(236,0,l), -(236,398,l), -(337,398,l), -(337,0,l), -(514,0,l), -(514,729,l), -(337,729,l), -(337,541,l), -(236,541,l), -(236,561,ls), -(236,593,o), -(243,605,o), -(272,605,cs), -(300,605,l), -(300,729,l), -(222,729,ls), -(102,729,o), -(59,672,o), -(59,575,cs), -(59,539,l), -(11,541,l), -(11,398,l), -(59,401,l), -(59,0,l) -); -} -); -width = 541; +ref = _f.longarm; }, { -anchors = ( -{ -name = caret_1; -pos = (161,0); +pos = (307,0); +ref = l; } ); +width = 554; +}, +{ background = { shapes = ( { @@ -70,44 +36,58 @@ ref = f; layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { -closed = 1; -nodes = ( -(92,0,l), -(92,489,l), -(233,489,l), -(233,0,l), -(262,0,l), -(262,729,l), -(233,729,l), -(233,516,l), -(92,516,l), -(92,648,ls), -(92,684,o), -(100,700,o), -(132,700,cs), -(149,700,l), -(149,729,l), -(132,729,ls), -(91,729,o), -(63,712,o), -(63,654,cs), -(63,516,l), -(23,516,l), -(23,489,l), -(63,489,l), -(63,0,l) +ref = _f.longarm; +}, +{ +pos = (124,0); +ref = l; +} +); +width = 273; +}, +{ +background = { +shapes = ( +{ +pos = (-3,0); +ref = f; +} ); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (300,0); +ref = l; } ); -width = 322; +width = 473; }, { -anchors = ( +background = { +shapes = ( +{ +pos = (-7,0); +ref = f; +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = _f.longarm; +}, { -name = caret_1; -pos = (272,0); +pos = (429,0); +ref = l; } ); +width = 750; +}, +{ background = { shapes = ( { @@ -116,36 +96,14 @@ ref = f; } ); }; -layerId = master01; +layerId = m019; shapes = ( { -closed = 1; -nodes = ( -(167,0,l), -(167,485,l), -(422,485,l), -(422,0,l), -(459,0,l), -(459,729,l), -(422,729,l), -(422,517,l), -(167,517,l), -(167,606,ls), -(167,669,o), -(191,695,o), -(253,695,cs), -(307,695,l), -(307,729,l), -(244,729,ls), -(174,729,o), -(130,691,o), -(130,612,cs), -(130,517,l), -(22,517,l), -(22,485,l), -(130,485,l), -(130,0,l) -); +ref = _f.longarm; +}, +{ +pos = (288,0); +ref = l; } ); userData = { @@ -256,15 +214,9 @@ type = Stem; } ); }; -width = 544; +width = 501; }, { -anchors = ( -{ -name = caret_1; -pos = (347.5,0); -} -); background = { shapes = ( { @@ -273,532 +225,207 @@ ref = f; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { -closed = 1; -nodes = ( -(288,0,l), -(288,391,l), -(450,391,l), -(450,0,l), -(641,0,l), -(641,729,l), -(450,729,l), -(450,544,l), -(288,544,l), -(288,571,ls), -(288,599,o), -(304,606,o), -(327,606,cs), -(398,606,l), -(398,729,l), -(275,729,ls), -(161,729,o), -(97,675,o), -(97,580,cs), -(97,544,l), -(17,544,l), -(17,391,l), -(97,391,l), -(97,0,l) -); +ref = _f.longarm; +}, +{ +pos = (385,0); +ref = l; } ); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; }; -width = 695; +width = 696; }, { -anchors = ( -{ -name = caret_1; -pos = (257,0); -} -); background = { shapes = ( { -pos = (-3,0); +pos = (12,0); ref = f; } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { -closed = 1; -nodes = ( -(156,0,l), -(156,485,l), -(411,485,l), -(411,0,l), -(448,0,l), -(448,729,l), -(411,729,l), -(411,517,l), -(156,517,l), -(156,598,ls), -(156,666,o), -(182,695,o), -(248,695,cs), -(316,695,l), -(316,729,l), -(242,729,ls), -(166,729,o), -(119,688,o), -(119,603,cs), -(119,517,l), -(11,517,l), -(11,485,l), -(119,485,l), -(119,0,l) -); -} -); -width = 514; +ref = _f.longarm; }, { -anchors = ( -{ -name = caret_1; -pos = (376,0); +pos = (113,0); +ref = l; } ); +width = 264; +}, +{ background = { shapes = ( { -pos = (-7,0); +pos = (3,0); ref = f; } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { -closed = 1; -nodes = ( -(314,0,l), -(314,379,l), -(488,379,l), -(488,0,l), -(709,0,l), -(709,729,l), -(488,729,l), -(488,544,l), -(314,544,l), -(314,558,ls), -(314,579,o), -(326,589,o), -(354,589,cs), -(440,589,l), -(440,729,l), -(274,729,ls), -(157,729,o), -(93,675,o), -(93,576,cs), -(93,544,l), -(4,544,l), -(4,379,l), -(93,379,l), -(93,0,l) -); -} -); -width = 752; +ref = _f.longarm; }, { -anchors = ( -{ -name = caret_1; -pos = (159.5,0); +pos = (312,0); +ref = l; } ); +width = 558; +}, +{ background = { shapes = ( { -pos = (12,0); +pos = (-5,0); ref = f; } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { -closed = 1; -nodes = ( -(38,0,l), -(140,489,l), -(280,489,l), -(177,0,l), -(206,0,l), -(357,729,l), -(329,729,l), -(286,516,l), -(146,516,l), -(173,648,ls), -(182,688,o), -(196,700,o), -(225,700,cs), -(240,700,l), -(245,729,l), -(229,729,ls), -(187,729,o), -(158,710,o), -(146,654,cs), -(117,516,l), -(78,516,l), -(72,489,l), -(111,489,l), -(9,0,l) -); -} -); -width = 319; +ref = _f.longarm; }, { -anchors = ( -{ -name = caret_1; -pos = (267,0); +pos = (288,0); +ref = l; } ); +width = 490; +}, +{ background = { shapes = ( { -pos = (3,0); +pos = (10,0); ref = f; } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { -closed = 1; -nodes = ( -(176,0,l), -(261,399,l), -(360,399,l), -(276,0,l), -(452,0,l), -(603,729,l), -(428,729,l), -(388,541,l), -(289,541,l), -(293,563,ls), -(301,597,o), -(309,606,o), -(335,606,cs), -(365,606,l), -(390,729,l), -(314,729,ls), -(196,729,o), -(142,675,o), -(121,576,cs), -(113,539,l), -(67,541,l), -(38,399,l), -(85,402,l), -(1,0,l) -); -} -); -width = 534; +ref = _f.longarm; }, { -anchors = ( -{ -name = caret_1; -pos = (269,0); +pos = (397,0); +ref = l; } ); +width = 698; +}, +{ background = { shapes = ( { -pos = (-5,0); +pos = (-3,0); ref = f; } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { -closed = 1; -nodes = ( -(106,0,l), -(207,485,l), -(463,485,l), -(363,0,l), -(398,0,l), -(550,729,l), -(514,729,l), -(470,517,l), -(214,517,l), -(239,636,ls), -(247,674,o), -(272,696,o), -(314,696,cs), -(385,696,l), -(392,729,l), -(314,729,ls), -(259,729,o), -(217,701,o), -(204,642,cs), -(177,517,l), -(76,517,l), -(69,485,l), -(171,485,l), -(69,0,l) -); -} -); -width = 538; +ref = _f.longarm; }, { -anchors = ( -{ -name = caret_1; -pos = (353.5,0); +pos = (277,0); +ref = l; } ); +width = 450; +}, +{ background = { shapes = ( { -pos = (10,0); +pos = (-7,0); ref = f; } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { -closed = 1; -nodes = ( -(229,0,l), -(311,391,l), -(487,391,l), -(405,0,l), -(595,0,l), -(748,729,l), -(557,729,l), -(518,544,l), -(343,544,l), -(347,560,ls), -(354,591,o), -(375,599,o), -(412,599,cs), -(467,599,l), -(494,729,l), -(360,729,ls), -(240,729,o), -(181,676,o), -(164,593,cs), -(154,544,l), -(73,544,l), -(42,391,l), -(122,391,l), -(40,0,l) -); -} -); -width = 707; +ref = _f.longarm; }, { -anchors = ( -{ -name = caret_1; -pos = (255.5,0); +pos = (453,0); +ref = l; } ); +width = 774; +}, +{ background = { shapes = ( { -pos = (-3,0); +pos = (11,0); ref = f; } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { -closed = 1; -nodes = ( -(100,0,l), -(201,485,l), -(454,485,l), -(354,0,l), -(391,0,l), -(542,729,l), -(505,729,l), -(461,517,l), -(207,517,l), -(224,599,ls), -(239,673,o), -(264,695,o), -(330,695,cs), -(384,695,l), -(391,729,l), -(323,729,ls), -(253,729,o), -(208,697,o), -(191,614,cs), -(171,517,l), -(65,517,l), -(59,485,l), -(164,485,l), -(64,0,l) -); -} -); -width = 511; +ref = _f.longarm; }, { -anchors = ( -{ -name = caret_1; -pos = (373.5,0); +pos = (199,0); +ref = l; } ); +width = 300; +}, +{ background = { shapes = ( { -pos = (-7,0); +pos = (3,0); ref = f; } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { -closed = 1; -nodes = ( -(255,0,l), -(333,379,l), -(508,379,l), -(429,0,l), -(648,0,l), -(799,729,l), -(580,729,l), -(542,544,l), -(368,544,l), -(370,554,ls), -(375,578,o), -(387,589,o), -(430,589,cs), -(495,589,l), -(525,729,l), -(374,729,ls), -(244,729,o), -(176,677,o), -(157,587,cs), -(148,544,l), -(61,544,l), -(26,379,l), -(114,379,l), -(36,0,l) -); -} -); -width = 747; +ref = _f.longarm; }, { -anchors = ( -{ -name = caret_1; -pos = (187.5,0); -} -); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -400, -0 -); -}; -layerId = "02CF8B2C-20B5-43D2-B208-4085CF43632E"; -name = "{75, 400, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(124,0,l), -(124,464,l), -(254,464,l), -(254,0,l), -(325,0,l), -(325,729,l), -(254,729,l), -(254,523,l), -(124,523,l), -(124,620,ls), -(124,651,o), -(130,669,o), -(163,669,cs), -(183,669,l), -(183,729,l), -(149,729,ls), -(85,729,o), -(53,701,o), -(53,631,cs), -(53,523,l), -(11,523,l), -(11,463,l), -(53,464,l), -(53,0,l) -); +pos = (334,0); +ref = l; } ); -width = 375; +width = 545; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (273.5,0); +pos = (-5,0); +ref = f; } ); -associatedMasterId = master01; -attr = { -coordinates = ( -100, -400, -0 -); }; -layerId = "A3A4852F-8C86-47B6-9363-4B7D948005A2"; -name = "{100, 400, 0}"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -closed = 1; -nodes = ( -(181,0,l), -(181,460,l), -(391,460,l), -(391,0,l), -(471,0,l), -(471,729,l), -(391,729,l), -(391,525,l), -(181,525,l), -(181,602,ls), -(181,641,o), -(195,664,o), -(243,664,cs), -(298,664,l), -(298,729,l), -(226,729,ls), -(147,729,o), -(101,691,o), -(101,612,cs), -(101,525,l), -(13,525,l), -(13,460,l), -(101,460,l), -(101,0,l) -); +ref = _f.longarm; +}, +{ +pos = (339,0); +ref = l; } ); userData = { @@ -909,207 +536,200 @@ type = Stem; } ); }; -width = 547; +width = 494; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (292.5,0); +pos = (10,0); +ref = f; } ); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -400, -0 +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (434,0); +ref = l; +} ); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; }; -layerId = "48BB5CF4-D4D2-43EC-9D37-C630FFC14F9D"; -name = "{125, 400, 0}"; +width = 685; +}, +{ +background = { shapes = ( { -closed = 1; -nodes = ( -(205,0,l), -(205,455,l), -(438,455,l), -(438,0,l), -(526,0,l), -(526,729,l), -(438,729,l), -(438,525,l), -(205,525,l), -(205,586,ls), -(205,636,o), -(229,659,o), -(284,659,cs), -(341,659,l), -(341,729,l), -(270,729,ls), -(172,729,o), -(116,685,o), -(116,590,cs), -(116,525,l), -(13,525,l), -(13,455,l), -(116,455,l), -(116,0,l) +pos = (-3,0); +ref = f; +} ); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (371,0); +ref = l; } ); -width = 585; +width = 524; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (180.5,0); +pos = (-7,0); +ref = f; } ); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -attr = { -coordinates = ( -75, -400, -1 -); }; -layerId = "F112542E-7BBC-465E-A3F7-A9AD6AB60015"; -name = "{75, 400, -12}"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -closed = 1; -nodes = ( -(58,0,l), -(155,463,l), -(281,463,l), -(186,0,l), -(256,0,l), -(407,729,l), -(336,729,l), -(294,523,l), -(168,523,l), -(187,620,ls), -(193,653,o), -(205,669,o), -(236,669,cs), -(256,669,l), -(267,729,l), -(234,729,ls), -(170,729,o), -(134,700,o), -(120,632,cs), -(97,523,l), -(56,523,l), -(43,463,l), -(84,463,l), -(-12,0,l) -); +ref = _f.longarm; +}, +{ +pos = (466,0); +ref = l; } ); -width = 361; +width = 749; }, { -anchors = ( +background = { +shapes = ( { -name = caret_1; -pos = (278,0); +pos = (12,0); +ref = f; } ); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; -attr = { -coordinates = ( -100, -400, -1 -); }; -layerId = "542B3AA0-CF61-4470-9DC4-2269D522F654"; -name = "{100, 400, -12}"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (114,0); +ref = l; +} +); +width = 217; +}, +{ +background = { shapes = ( { -closed = 1; -nodes = ( -(111,0,l), -(207,460,l), -(440,459,l), -(345,0,l), -(423,0,l), -(576,729,l), -(496,729,l), -(454,525,l), -(221,525,l), -(239,611,ls), -(247,648,o), -(267,664,o), -(309,664,cs), -(363,664,l), -(377,729,l), -(297,729,ls), -(222,729,o), -(176,695,o), -(162,626,cs), -(141,525,l), -(56,525,l), -(42,460,l), -(127,460,l), -(31,0,l) +pos = (3,0); +ref = f; +} ); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (312,0); +ref = l; } ); -width = 556; +width = 520; }, { -anchors = ( +background = { +shapes = ( +{ +pos = (-5,0); +ref = f; +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = _f.longarm; +}, { -name = caret_1; pos = (283,0); +ref = l; } ); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -attr = { -coordinates = ( -125, -400, -1 +width = 447; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = f; +} ); }; -layerId = "603F6878-5923-4653-B5D8-B11E5A7FE0CD"; -name = "{125, 400, -12}"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { -closed = 1; -nodes = ( -(133,0,l), -(228,455,l), -(458,455,l), -(364,0,l), -(452,0,l), -(603,729,l), -(515,729,l), -(473,525,l), -(242,525,l), -(257,593,ls), -(268,641,o), -(286,659,o), -(346,659,cs), -(403,659,l), -(418,729,l), -(327,729,ls), -(240,729,o), -(189,691,o), -(173,613,cs), -(154,525,l), -(53,525,l), -(39,455,l), -(140,455,l), -(45,0,l) +ref = _f.longarm; +}, +{ +pos = (397,0); +ref = l; +} +); +width = 640; +}, +{ +background = { +shapes = ( +{ +pos = (-3,0); +ref = f; +} ); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (277,0); +ref = l; +} +); +width = 430; +}, +{ +background = { +shapes = ( +{ +pos = (-7,0); +ref = f; +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = _f.longarm; +}, +{ +pos = (454,0); +ref = l; } ); -width = 566; +width = 731; } ); metricLeft = f; diff --git a/sources/MonaSans.glyphspackage/glyphs/florin.glyph b/sources/MonaSans.glyphspackage/glyphs/florin.glyph index 00e82357..cd655d9b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/florin.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/florin.glyph @@ -47,199 +47,199 @@ shapes = ( { closed = 1; nodes = ( -(62,-177,ls), -(208,-177,o), -(261,-107,o), -(261,11,cs), -(261,541,ls), -(261,579,o), -(274,605,o), -(313,605,cs), -(325,605,l), -(325,729,l), -(283,729,ls), -(137,729,o), -(84,659,o), -(84,541,cs), -(84,11,ls), -(84,-27,o), -(71,-53,o), -(32,-53,cs), -(20,-53,l), -(20,-177,l) -); -}, -{ -closed = 1; -nodes = ( -(311,320,l), -(311,440,l), -(35,440,l), -(35,320,l) +(70,-177,ls), +(216,-177,o), +(269,-107,o), +(269,11,cs), +(269,541,ls), +(269,579,o), +(282,605,o), +(321,605,cs), +(333,605,l), +(333,729,l), +(291,729,ls), +(145,729,o), +(92,659,o), +(92,541,cs), +(92,11,ls), +(92,-27,o), +(79,-53,o), +(40,-53,cs), +(28,-53,l), +(28,-177,l) +); +}, +{ +closed = 1; +nodes = ( +(319,320,l), +(319,440,l), +(43,440,l), +(43,320,l) ); } ); -width = 345; +width = 361; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(82,-167,ls), +(80,-167,ls), (168,-167,o), (222,-120,o), -(222,-23,cs), -(222,581,ls), -(222,662,o), +(222,-22,cs), +(222,580,ls), +(222,661,o), (253,695,o), -(333,695,cs), -(362,695,l), -(362,729,l), -(325,729,ls), +(331,695,cs), +(382,695,l), +(382,729,l), +(327,729,ls), (239,729,o), (185,682,o), -(185,585,cs), -(185,-19,ls), -(185,-100,o), +(185,584,cs), +(185,-18,ls), +(185,-99,o), (154,-133,o), -(74,-133,cs), -(45,-133,l), -(45,-167,l) +(76,-133,cs), +(25,-133,l), +(25,-167,l) ); }, { closed = 1; nodes = ( -(323,384,l), -(323,418,l), -(85,418,l), -(85,384,l) +(360,384,l), +(360,418,l), +(52,418,l), +(52,384,l) ); } ); width = 407; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(116,-167,ls), -(254,-167,o), -(331,-102,o), -(331,33,cs), -(331,529,ls), -(331,575,o), -(357,586,o), -(395,586,cs), -(441,586,l), -(441,729,l), -(355,729,ls), -(217,729,o), -(140,664,o), -(140,529,cs), -(140,33,ls), -(140,-13,o), -(114,-24,o), -(76,-24,cs), -(30,-24,l), -(30,-167,l) +(145,-167,ls), +(266,-167,o), +(348,-98,o), +(348,33,cs), +(348,489,ls), +(348,551,o), +(372,571,o), +(427,571,cs), +(465,571,l), +(465,729,l), +(346,729,ls), +(225,729,o), +(143,660,o), +(143,529,cs), +(143,73,ls), +(143,11,o), +(119,-9,o), +(64,-9,cs), +(26,-9,l), +(26,-167,l) ); }, { closed = 1; nodes = ( -(426,320,l), -(426,460,l), -(56,460,l), -(56,320,l) +(458,302,l), +(458,452,l), +(50,452,l), +(50,302,l) ); } ); -width = 471; +width = 491; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(80,-167,ls), -(168,-167,o), -(222,-120,o), -(222,-22,cs), -(222,580,ls), -(222,661,o), -(253,695,o), -(331,695,cs), -(382,695,l), -(382,729,l), -(327,729,ls), -(239,729,o), -(185,682,o), -(185,584,cs), -(185,-18,ls), -(185,-99,o), -(154,-133,o), -(76,-133,cs), -(25,-133,l), -(25,-167,l) +(83,-167,ls), +(167,-167,o), +(221,-120,o), +(221,-23,cs), +(221,581,ls), +(221,662,o), +(250,695,o), +(330,695,cs), +(357,695,l), +(357,729,l), +(322,729,ls), +(238,729,o), +(184,682,o), +(184,585,cs), +(184,-19,ls), +(184,-100,o), +(153,-133,o), +(75,-133,cs), +(48,-133,l), +(48,-167,l) ); }, { closed = 1; nodes = ( -(360,384,l), -(360,418,l), -(52,418,l), -(52,384,l) +(320,384,l), +(320,418,l), +(86,418,l), +(86,384,l) ); } ); -width = 407; +width = 404; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(139,-167,ls), -(260,-167,o), -(342,-98,o), -(342,33,cs), -(342,489,ls), -(342,551,o), -(366,571,o), -(421,571,cs), -(459,571,l), -(459,729,l), -(340,729,ls), -(219,729,o), -(137,660,o), -(137,529,cs), -(137,73,ls), -(137,11,o), -(113,-9,o), -(58,-9,cs), -(20,-9,l), -(20,-167,l) +(113,-167,ls), +(248,-167,o), +(322,-102,o), +(322,33,cs), +(322,529,ls), +(322,575,o), +(347,586,o), +(381,586,cs), +(426,586,l), +(426,729,l), +(342,729,ls), +(207,729,o), +(133,664,o), +(133,529,cs), +(133,33,ls), +(133,-13,o), +(108,-24,o), +(73,-24,cs), +(29,-24,l), +(29,-167,l) ); }, { closed = 1; nodes = ( -(452,302,l), -(452,452,l), -(44,452,l), -(44,302,l) +(413,320,l), +(413,460,l), +(52,460,l), +(52,320,l) ); } ); -width = 479; +width = 453; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -287,39 +287,39 @@ shapes = ( { closed = 1; nodes = ( -(-26,-177,ls), -(120,-177,o), -(188,-107,o), -(212,11,cs), -(322,541,ls), -(330,579,o), -(348,605,o), -(387,605,cs), -(399,605,l), -(425,729,l), -(383,729,ls), -(237,729,o), -(169,659,o), -(145,541,cs), -(35,11,ls), -(27,-27,o), -(9,-53,o), -(-30,-53,cs), -(-42,-53,l), -(-68,-177,l) +(-18,-177,ls), +(128,-177,o), +(196,-107,o), +(220,11,cs), +(330,541,ls), +(338,579,o), +(356,605,o), +(395,605,cs), +(407,605,l), +(433,729,l), +(391,729,ls), +(245,729,o), +(177,659,o), +(153,541,cs), +(43,11,ls), +(35,-27,o), +(17,-53,o), +(-22,-53,cs), +(-34,-53,l), +(-60,-177,l) ); }, { closed = 1; nodes = ( -(326,320,l), -(351,440,l), -(75,440,l), -(50,320,l) +(334,320,l), +(359,440,l), +(83,440,l), +(58,320,l) ); } ); -width = 355; +width = 371; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -447,39 +447,519 @@ shapes = ( { closed = 1; nodes = ( -(46,-167,ls), -(167,-167,o), -(264,-98,o), -(291,33,cs), -(385,489,ls), -(398,551,o), -(426,571,o), -(481,571,cs), -(519,571,l), -(552,729,l), -(433,729,ls), -(312,729,o), -(215,660,o), -(188,529,cs), -(94,73,ls), -(81,11,o), -(53,-9,o), -(-2,-9,cs), -(-40,-9,l), +(52,-167,ls), +(173,-167,o), +(270,-98,o), +(297,33,cs), +(391,489,ls), +(404,551,o), +(432,571,o), +(487,571,cs), +(525,571,l), +(558,729,l), +(439,729,ls), +(318,729,o), +(221,660,o), +(194,529,cs), +(100,73,ls), +(87,11,o), +(59,-9,o), +(4,-9,cs), +(-34,-9,l), +(-67,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(462,302,l), +(493,452,l), +(85,452,l), +(54,302,l) +); +} +); +width = 487; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,-167,ls), +(73,-167,o), +(101,-150,o), +(101,-92,cs), +(101,648,ls), +(101,684,o), +(109,700,o), +(141,700,cs), +(158,700,l), +(158,729,l), +(141,729,ls), +(100,729,o), +(72,712,o), +(72,654,cs), +(72,-86,ls), +(72,-122,o), +(64,-138,o), +(32,-138,cs), +(15,-138,l), +(15,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(156,431,l), +(156,459,l), +(18,459,l), +(18,431,l) +); +} +); +width = 173; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(52,-177,ls), +(198,-177,o), +(251,-107,o), +(251,11,cs), +(251,541,ls), +(251,579,o), +(264,605,o), +(303,605,cs), +(315,605,l), +(315,729,l), +(273,729,ls), +(127,729,o), +(74,659,o), +(74,541,cs), +(74,11,ls), +(74,-27,o), +(61,-53,o), +(22,-53,cs), +(10,-53,l), +(10,-177,l) +); +}, +{ +closed = 1; +nodes = ( +(301,320,l), +(301,440,l), +(25,440,l), +(25,320,l) +); +} +); +width = 325; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-167,ls), +(148,-167,o), +(202,-120,o), +(202,-23,cs), +(202,581,ls), +(202,662,o), +(233,695,o), +(313,695,cs), +(342,695,l), +(342,729,l), +(305,729,ls), +(219,729,o), +(165,682,o), +(165,585,cs), +(165,-19,ls), +(165,-100,o), +(134,-133,o), +(54,-133,cs), +(25,-133,l), +(25,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(303,384,l), +(303,418,l), +(65,418,l), +(65,384,l) +); +} +); +width = 367; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(95,-167,ls), +(233,-167,o), +(310,-102,o), +(310,33,cs), +(310,529,ls), +(310,575,o), +(336,586,o), +(374,586,cs), +(420,586,l), +(420,729,l), +(334,729,ls), +(196,729,o), +(119,664,o), +(119,529,cs), +(119,33,ls), +(119,-13,o), +(93,-24,o), +(55,-24,cs), +(9,-24,l), +(9,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(405,320,l), +(405,460,l), +(35,460,l), +(35,320,l) +); +} +); +width = 429; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(70,-167,ls), +(158,-167,o), +(212,-120,o), +(212,-22,cs), +(212,580,ls), +(212,661,o), +(243,695,o), +(321,695,cs), +(372,695,l), +(372,729,l), +(317,729,ls), +(229,729,o), +(175,682,o), +(175,584,cs), +(175,-18,ls), +(175,-99,o), +(144,-133,o), +(66,-133,cs), +(15,-133,l), +(15,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(350,384,l), +(350,418,l), +(42,418,l), +(42,384,l) +); +} +); +width = 387; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,-167,ls), +(250,-167,o), +(332,-98,o), +(332,33,cs), +(332,489,ls), +(332,551,o), +(356,571,o), +(411,571,cs), +(449,571,l), +(449,729,l), +(330,729,ls), +(209,729,o), +(127,660,o), +(127,529,cs), +(127,73,ls), +(127,11,o), +(103,-9,o), +(48,-9,cs), +(10,-9,l), +(10,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(442,302,l), +(442,452,l), +(34,452,l), +(34,302,l) +); +} +); +width = 459; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-64,-167,ls), +(-23,-167,o), +(9,-150,o), +(21,-92,cs), +(174,648,ls), +(181,684,o), +(193,700,o), +(225,700,cs), +(242,700,l), +(248,729,l), +(231,729,ls), +(190,729,o), +(158,712,o), +(146,654,cs), +(-7,-86,ls), +(-14,-122,o), +(-26,-138,o), +(-58,-138,cs), +(-75,-138,l), +(-81,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(184,431,l), +(190,459,l), +(52,459,l), +(46,431,l) +); +} +); +width = 157; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-37,-177,ls), +(109,-177,o), +(177,-107,o), +(201,11,cs), +(311,541,ls), +(319,579,o), +(337,605,o), +(376,605,cs), +(388,605,l), +(414,729,l), +(372,729,ls), +(226,729,o), +(158,659,o), +(134,541,cs), +(24,11,ls), +(16,-27,o), +(-2,-53,o), +(-41,-53,cs), +(-53,-53,l), +(-79,-177,l) +); +}, +{ +closed = 1; +nodes = ( +(315,320,l), +(340,440,l), +(64,440,l), +(39,320,l) +); +} +); +width = 333; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-35,-167,ls), +(51,-167,o), +(115,-120,o), +(135,-23,cs), +(260,581,ls), +(277,662,o), +(315,695,o), +(395,695,cs), +(424,695,l), +(431,729,l), +(394,729,ls), +(308,729,o), +(244,682,o), +(224,585,cs), +(99,-19,ls), +(82,-100,o), +(44,-133,o), +(-36,-133,cs), +(-65,-133,l), +(-72,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(320,384,l), +(327,418,l), +(89,418,l), +(82,384,l) +); +} +); +width = 350; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(-6,-167,ls), +(132,-167,o), +(223,-102,o), +(251,33,cs), +(353,529,ls), +(363,575,o), +(391,586,o), +(429,586,cs), +(475,586,l), +(505,729,l), +(419,729,ls), +(281,729,o), +(190,664,o), +(162,529,cs), +(60,33,ls), +(50,-13,o), +(22,-24,o), +(-16,-24,cs), +(-62,-24,l), +(-92,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(405,320,l), +(434,460,l), +(64,460,l), +(35,320,l) +); +} +); +width = 409; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-18,-167,ls), +(70,-167,o), +(134,-120,o), +(154,-22,cs), +(279,580,ls), +(296,661,o), +(334,695,o), +(412,695,cs), +(463,695,l), +(470,729,l), +(415,729,ls), +(327,729,o), +(263,682,o), +(243,584,cs), +(118,-18,ls), +(101,-99,o), +(63,-133,o), +(-15,-133,cs), +(-66,-133,l), (-73,-167,l) ); }, { closed = 1; nodes = ( -(456,302,l), -(487,452,l), -(79,452,l), -(48,302,l) +(376,384,l), +(383,418,l), +(75,418,l), +(68,384,l) +); +} +); +width = 388; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(31,-167,ls), +(152,-167,o), +(249,-98,o), +(276,33,cs), +(370,489,ls), +(383,551,o), +(411,571,o), +(466,571,cs), +(504,571,l), +(537,729,l), +(418,729,ls), +(297,729,o), +(200,660,o), +(173,529,cs), +(79,73,ls), +(66,11,o), +(38,-9,o), +(-17,-9,cs), +(-55,-9,l), +(-88,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(441,302,l), +(472,452,l), +(64,452,l), +(33,302,l) ); } ); -width = 475; +width = 445; } ); unicode = 402; diff --git a/sources/MonaSans.glyphspackage/glyphs/four.blackC_ircled.glyph b/sources/MonaSans.glyphspackage/glyphs/four.blackC_ircled.glyph index ac1026f4..31f1a47e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/four.blackC_ircled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/four.blackC_ircled.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); background = { @@ -59,46 +59,46 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) ); }, { closed = 1; nodes = ( -(351,240,l), -(205,240,l), -(205,326,l), -(329,582,l), -(461,582,l), -(461,334,l), -(501,334,l), -(501,240,l), -(461,240,l), -(461,149,l), -(351,149,l) +(359,240,l), +(213,240,l), +(213,326,l), +(337,582,l), +(469,582,l), +(469,334,l), +(509,334,l), +(509,240,l), +(469,240,l), +(469,149,l), +(359,149,l) ); }, { closed = 1; nodes = ( -(351,334,l), -(351,445,l), -(302,334,l) +(359,334,l), +(359,445,l), +(310,334,l) ); } ); -width = 706; +width = 722; }, { anchors = ( @@ -145,64 +145,1328 @@ nodes = ( { closed = 1; nodes = ( -(369,290,l), -(369,548,l), -(248,290,l) +(369,290,l), +(369,548,l), +(248,290,l) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,262,l), +(238,262,l), +(238,286,l), +(378,581,l), +(417,581,l), +(417,288,l), +(460,288,l), +(460,262,l), +(417,262,l), +(417,148,l), +(388,148,l) +); +}, +{ +closed = 1; +nodes = ( +(388,288,l), +(388,546,l), +(267,288,l) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = center; +pos = (442,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,139,o), +(219,-10,o), +(442,-10,cs), +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs) +); +}, +{ +closed = 1; +nodes = ( +(229,291,l), +(502,580,l), +(545,580,l), +(545,291,l), +(636,291,l), +(636,261,l), +(545,261,l), +(545,147,l), +(508,147,l), +(508,261,l), +(229,261,l) +); +}, +{ +closed = 1; +nodes = ( +(508,291,l), +(508,540,l), +(269,291,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(518,264,l), +(239,264,l), +(239,294,l), +(512,583,l), +(555,583,l), +(555,294,l), +(646,294,l), +(646,264,l), +(555,264,l), +(555,150,l), +(518,150,l) +); +}, +{ +closed = 1; +nodes = ( +(518,294,l), +(518,543,l), +(279,294,l) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = center; +pos = (436,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(40,135,o), +(202,-11,o), +(430,-11,cs), +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs) +); +}, +{ +closed = 1; +nodes = ( +(211,329,l), +(400,581,l), +(578,581,l), +(578,345,l), +(640,345,l), +(639,230,l), +(578,230,l), +(578,148,l), +(429,148,l), +(428,230,l), +(211,230,l) +); +}, +{ +closed = 1; +nodes = ( +(429,345,l), +(429,436,l), +(369,345,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(439,235,l), +(221,235,l), +(221,334,l), +(410,586,l), +(588,586,l), +(588,350,l), +(650,350,l), +(650,235,l), +(588,235,l), +(588,153,l), +(439,153,l) +); +}, +{ +closed = 1; +nodes = ( +(439,350,l), +(439,441,l), +(379,350,l) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = center; +pos = (431,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,140,o), +(211,-10,o), +(435,-10,cs), +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs) +); +}, +{ +closed = 1; +nodes = ( +(251,290,l), +(458,580,l), +(498,580,l), +(498,291,l), +(581,291,l), +(581,261,l), +(498,261,l), +(498,147,l), +(464,147,l), +(464,261,l), +(251,261,l) +); +}, +{ +closed = 1; +nodes = ( +(464,291,l), +(464,537,l), +(288,291,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(477,263,l), +(268,263,l), +(268,292,l), +(471,582,l), +(511,582,l), +(511,293,l), +(592,293,l), +(592,263,l), +(511,263,l), +(511,149,l), +(477,149,l) +); +}, +{ +closed = 1; +nodes = ( +(477,293,l), +(477,539,l), +(305,293,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +105, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +272, +35 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +515, +40 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-20, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-20, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +anchors = ( +{ +name = center; +pos = (418,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(40,141,o), +(204,-9,o), +(428,-9,cs), +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs) +); +}, +{ +closed = 1; +nodes = ( +(229,330,l), +(393,582,l), +(547,582,l), +(547,340,l), +(609,340,l), +(609,236,l), +(547,236,l), +(547,149,l), +(420,149,l), +(419,236,l), +(229,236,l) +); +}, +{ +closed = 1; +nodes = ( +(420,340,l), +(420,443,l), +(354,340,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(418,238,l), +(232,238,l), +(232,332,l), +(391,584,l), +(544,584,l), +(544,342,l), +(604,342,l), +(604,238,l), +(544,238,l), +(544,151,l), +(418,151,l) +); +}, +{ +closed = 1; +nodes = ( +(418,342,l), +(418,445,l), +(355,342,l) +); +} +); +width = 834; +}, +{ +anchors = ( +{ +name = center; +pos = (386,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(97,142,o), +(192,-9,o), +(386,-9,cs), +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs) +); +}, +{ +closed = 1; +nodes = ( +(256,288,l), +(396,583,l), +(435,583,l), +(435,290,l), +(478,290,l), +(478,264,l), +(435,264,l), +(435,150,l), +(406,150,l), +(406,264,l), +(256,264,l) +); +}, +{ +closed = 1; +nodes = ( +(406,290,l), +(406,548,l), +(285,290,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(425,262,l), +(275,262,l), +(275,286,l), +(415,581,l), +(454,581,l), +(454,288,l), +(497,288,l), +(497,262,l), +(454,262,l), +(454,148,l), +(425,148,l) +); +}, +{ +closed = 1; +nodes = ( +(425,288,l), +(425,546,l), +(304,288,l) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = center; +pos = (393,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(72,122,o), +(205,-7,o), +(385,-7,cs), +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs) +); +}, +{ +closed = 1; +nodes = ( +(227,327,l), +(351,583,l), +(483,583,l), +(483,335,l), +(523,335,l), +(522,241,l), +(483,241,l), +(483,150,l), +(373,150,l), +(373,241,l), +(227,241,l) +); +}, +{ +closed = 1; +nodes = ( +(373,335,l), +(373,446,l), +(324,335,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(391,240,l), +(245,240,l), +(245,326,l), +(369,582,l), +(501,582,l), +(501,334,l), +(541,334,l), +(541,240,l), +(501,240,l), +(501,149,l), +(391,149,l) +); +}, +{ +closed = 1; +nodes = ( +(391,334,l), +(391,445,l), +(342,334,l) +); +} +); +width = 747; +}, +{ +anchors = ( +{ +name = center; +pos = (467.5,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(92,140,o), +(243,-10,o), +(467,-10,cs), +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,290,l), +(490,580,l), +(530,580,l), +(530,291,l), +(613,291,l), +(613,261,l), +(530,261,l), +(530,147,l), +(496,147,l), +(496,261,l), +(283,261,l) +); +}, +{ +closed = 1; +nodes = ( +(496,291,l), +(496,537,l), +(320,291,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(516,263,l), +(303,263,l), +(303,292,l), +(510,582,l), +(550,582,l), +(550,293,l), +(633,293,l), +(633,263,l), +(550,263,l), +(550,149,l), +(516,149,l) +); +}, +{ +closed = 1; +nodes = ( +(516,293,l), +(516,539,l), +(340,293,l) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = center; +pos = (455.5,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(68,141,o), +(232,-9,o), +(456,-9,cs), +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs) +); +}, +{ +closed = 1; +nodes = ( +(257,330,l), +(421,582,l), +(575,582,l), +(575,340,l), +(637,340,l), +(637,236,l), +(575,236,l), +(575,149,l), +(448,149,l), +(447,236,l), +(257,236,l) +); +}, +{ +closed = 1; +nodes = ( +(448,340,l), +(448,443,l), +(382,340,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(457,238,l), +(266,238,l), +(266,332,l), +(430,584,l), +(584,584,l), +(584,342,l), +(646,342,l), +(646,238,l), +(584,238,l), +(584,151,l), +(457,151,l) +); +}, +{ +closed = 1; +nodes = ( +(457,342,l), +(457,445,l), +(391,342,l) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = center; +pos = (473,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(91,139,o), +(250,-10,o), +(473,-10,cs), +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs) +); +}, +{ +closed = 1; +nodes = ( +(260,291,l), +(533,580,l), +(576,580,l), +(576,291,l), +(667,291,l), +(667,261,l), +(576,261,l), +(576,147,l), +(539,147,l), +(539,261,l), +(260,261,l) +); +}, +{ +closed = 1; +nodes = ( +(539,291,l), +(539,540,l), +(300,291,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(549,264,l), +(270,264,l), +(270,294,l), +(543,583,l), +(586,583,l), +(586,294,l), +(677,294,l), +(677,264,l), +(586,264,l), +(586,150,l), +(549,150,l) +); +}, +{ +closed = 1; +nodes = ( +(549,294,l), +(549,543,l), +(310,294,l) +); +} +); +width = 903; +}, +{ +anchors = ( +{ +name = center; +pos = (465,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(69,135,o), +(231,-11,o), +(459,-11,cs), +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,329,l), +(429,581,l), +(607,581,l), +(607,345,l), +(669,345,l), +(668,230,l), +(607,230,l), +(607,148,l), +(458,148,l), +(457,230,l), +(240,230,l) +); +}, +{ +closed = 1; +nodes = ( +(458,345,l), +(458,436,l), +(398,345,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(468,235,l), +(250,235,l), +(250,334,l), +(439,586,l), +(617,586,l), +(617,350,l), +(679,350,l), +(679,235,l), +(617,235,l), +(617,153,l), +(468,153,l) +); +}, +{ +closed = 1; +nodes = ( +(468,350,l), +(468,441,l), +(408,350,l) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = center; +pos = (329,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,142,o), +(155,-9,o), +(349,-9,cs), +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs) +); +}, +{ +closed = 1; +nodes = ( +(219,288,l), +(359,583,l), +(398,583,l), +(398,290,l), +(441,290,l), +(441,264,l), +(398,264,l), +(398,150,l), +(369,150,l), +(369,264,l), +(219,264,l) +); +}, +{ +closed = 1; +nodes = ( +(369,290,l), +(369,548,l), +(248,290,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(368,262,l), +(218,262,l), +(218,286,l), +(358,581,l), +(397,581,l), +(397,288,l), +(440,288,l), +(440,262,l), +(397,262,l), +(397,148,l), +(368,148,l) +); +}, +{ +closed = 1; +nodes = ( +(368,288,l), +(368,546,l), +(247,288,l) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(40,122,o), +(173,-7,o), +(353,-7,cs), +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,327,l), +(319,583,l), +(451,583,l), +(451,335,l), +(491,335,l), +(490,241,l), +(451,241,l), +(451,150,l), +(341,150,l), +(341,241,l), +(195,241,l) +); +}, +{ +closed = 1; +nodes = ( +(341,335,l), +(341,446,l), +(292,335,l) ); } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) ); }, { closed = 1; nodes = ( -(388,262,l), -(238,262,l), -(238,286,l), -(378,581,l), -(417,581,l), -(417,288,l), -(460,288,l), -(460,262,l), -(417,262,l), -(417,148,l), -(388,148,l) +(341,240,l), +(195,240,l), +(195,326,l), +(319,582,l), +(451,582,l), +(451,334,l), +(491,334,l), +(491,240,l), +(451,240,l), +(451,149,l), +(341,149,l) ); }, { closed = 1; nodes = ( -(388,288,l), -(388,546,l), -(267,288,l) +(341,334,l), +(341,445,l), +(292,334,l) ); } ); -width = 698; +width = 686; }, { anchors = ( { name = center; -pos = (435.5,363); +pos = (416,363); } ); background = { @@ -250,47 +1514,47 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) ); }, { closed = 1; nodes = ( -(484,263,l), -(271,263,l), -(271,292,l), -(478,582,l), -(518,582,l), -(518,293,l), -(601,293,l), -(601,263,l), -(518,263,l), -(518,149,l), -(484,149,l) +(464,263,l), +(251,263,l), +(251,292,l), +(458,582,l), +(498,582,l), +(498,293,l), +(581,293,l), +(581,263,l), +(498,263,l), +(498,149,l), +(464,149,l) ); }, { closed = 1; nodes = ( -(484,293,l), -(484,539,l), -(308,293,l) +(464,293,l), +(464,539,l), +(288,293,l) ); } ); @@ -382,13 +1646,13 @@ type = Stem; } ); }; -width = 871; +width = 831; }, { anchors = ( { name = center; -pos = (427.5,365); +pos = (407,365); } ); background = { @@ -436,57 +1700,57 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) ); }, { closed = 1; nodes = ( -(429,238,l), -(238,238,l), -(238,332,l), -(402,584,l), -(556,584,l), -(556,342,l), -(618,342,l), -(618,238,l), -(556,238,l), -(556,151,l), -(429,151,l) +(408,238,l), +(217,238,l), +(217,332,l), +(381,584,l), +(535,584,l), +(535,342,l), +(597,342,l), +(597,238,l), +(535,238,l), +(535,151,l), +(408,151,l) ); }, { closed = 1; nodes = ( -(429,342,l), -(429,445,l), -(363,342,l) +(408,342,l), +(408,445,l), +(342,342,l) ); } ); -width = 855; +width = 813; }, { anchors = ( { name = center; -pos = (442,363); +pos = (432,363); } ); background = { @@ -534,57 +1798,57 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) ); }, { closed = 1; nodes = ( -(518,264,l), -(239,264,l), -(239,294,l), -(512,583,l), -(555,583,l), -(555,294,l), -(646,294,l), -(646,264,l), -(555,264,l), -(555,150,l), -(518,150,l) +(508,264,l), +(229,264,l), +(229,294,l), +(502,583,l), +(545,583,l), +(545,294,l), +(636,294,l), +(636,264,l), +(545,264,l), +(545,150,l), +(508,150,l) ); }, { closed = 1; nodes = ( -(518,294,l), -(518,543,l), -(279,294,l) +(508,294,l), +(508,543,l), +(269,294,l) ); } ); -width = 884; +width = 864; }, { anchors = ( { name = center; -pos = (430,364); +pos = (420,364); } ); background = { @@ -632,57 +1896,57 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) ); }, { closed = 1; nodes = ( -(433,235,l), -(215,235,l), -(215,334,l), -(404,586,l), -(582,586,l), -(582,350,l), -(644,350,l), -(644,235,l), -(582,235,l), -(582,153,l), -(433,153,l) +(423,235,l), +(205,235,l), +(205,334,l), +(394,586,l), +(572,586,l), +(572,350,l), +(634,350,l), +(634,235,l), +(572,235,l), +(572,153,l), +(423,153,l) ); }, { closed = 1; nodes = ( -(433,350,l), -(433,441,l), -(373,350,l) +(423,350,l), +(423,441,l), +(363,350,l) ); } ); -width = 860; +width = 840; }, { anchors = ( { name = center; -pos = (386,365); +pos = (363,365); } ); background = { @@ -730,57 +1994,57 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) ); }, { closed = 1; nodes = ( -(425,262,l), -(275,262,l), -(275,286,l), -(415,581,l), -(454,581,l), -(454,288,l), -(497,288,l), -(497,262,l), -(454,262,l), -(454,148,l), -(425,148,l) +(402,262,l), +(252,262,l), +(252,286,l), +(392,581,l), +(431,581,l), +(431,288,l), +(474,288,l), +(474,262,l), +(431,262,l), +(431,148,l), +(402,148,l) ); }, { closed = 1; nodes = ( -(425,288,l), -(425,546,l), -(304,288,l) +(402,288,l), +(402,546,l), +(281,288,l) ); } ); -width = 727; +width = 681; }, { anchors = ( { name = center; -pos = (385,366); +pos = (374,366); } ); background = { @@ -828,57 +2092,57 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) ); }, { closed = 1; nodes = ( -(383,240,l), -(237,240,l), -(237,326,l), -(361,582,l), -(493,582,l), -(493,334,l), -(533,334,l), -(533,240,l), -(493,240,l), -(493,149,l), -(383,149,l) +(372,240,l), +(226,240,l), +(226,326,l), +(350,582,l), +(482,582,l), +(482,334,l), +(522,334,l), +(522,240,l), +(482,240,l), +(482,149,l), +(372,149,l) ); }, { closed = 1; nodes = ( -(383,334,l), -(383,445,l), -(334,334,l) +(372,334,l), +(372,445,l), +(323,334,l) ); } ); -width = 731; +width = 709; }, { anchors = ( { name = center; -pos = (467.5,363); +pos = (444,363); } ); background = { @@ -926,57 +2190,57 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) ); }, { closed = 1; nodes = ( -(516,263,l), -(303,263,l), -(303,292,l), -(510,582,l), -(550,582,l), -(550,293,l), -(633,293,l), -(633,263,l), -(550,263,l), -(550,149,l), -(516,149,l) +(492,263,l), +(279,263,l), +(279,292,l), +(486,582,l), +(526,582,l), +(526,293,l), +(609,293,l), +(609,263,l), +(526,263,l), +(526,149,l), +(492,149,l) ); }, { closed = 1; nodes = ( -(516,293,l), -(516,539,l), -(340,293,l) +(492,293,l), +(492,539,l), +(316,293,l) ); } ); -width = 891; +width = 843; }, { anchors = ( { name = center; -pos = (455.5,365); +pos = (427,365); } ); background = { @@ -1024,57 +2288,57 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) ); }, { closed = 1; nodes = ( -(457,238,l), -(266,238,l), -(266,332,l), -(430,584,l), -(584,584,l), -(584,342,l), -(646,342,l), -(646,238,l), -(584,238,l), -(584,151,l), -(457,151,l) +(428,238,l), +(237,238,l), +(237,332,l), +(401,584,l), +(555,584,l), +(555,342,l), +(617,342,l), +(617,238,l), +(555,238,l), +(555,151,l), +(428,151,l) ); }, { closed = 1; nodes = ( -(457,342,l), -(457,445,l), -(391,342,l) +(428,342,l), +(428,445,l), +(362,342,l) ); } ); -width = 873; +width = 815; }, { anchors = ( { name = center; -pos = (473,363); +pos = (463,363); } ); background = { @@ -1122,57 +2386,57 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) ); }, { closed = 1; nodes = ( -(549,264,l), -(270,264,l), -(270,294,l), -(543,583,l), -(586,583,l), -(586,294,l), -(677,294,l), -(677,264,l), -(586,264,l), -(586,150,l), -(549,150,l) +(539,264,l), +(260,264,l), +(260,294,l), +(533,583,l), +(576,583,l), +(576,294,l), +(667,294,l), +(667,264,l), +(576,264,l), +(576,150,l), +(539,150,l) ); }, { closed = 1; nodes = ( -(549,294,l), -(549,543,l), -(310,294,l) +(539,294,l), +(539,543,l), +(300,294,l) ); } ); -width = 903; +width = 883; }, { anchors = ( { name = center; -pos = (459,364); +pos = (444,364); } ); background = { @@ -1220,51 +2484,51 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) ); }, { closed = 1; nodes = ( -(462,235,l), -(244,235,l), -(244,334,l), -(433,586,l), -(611,586,l), -(611,350,l), -(673,350,l), -(673,235,l), -(611,235,l), -(611,153,l), -(462,153,l) +(447,235,l), +(229,235,l), +(229,334,l), +(418,586,l), +(596,586,l), +(596,350,l), +(658,350,l), +(658,235,l), +(596,235,l), +(596,153,l), +(447,153,l) ); }, { closed = 1; nodes = ( -(462,350,l), -(462,441,l), -(402,350,l) +(447,350,l), +(447,441,l), +(387,350,l) ); } ); -width = 880; +width = 850; } ); metricLeft = one.circled; diff --git a/sources/MonaSans.glyphspackage/glyphs/four.circled.glyph b/sources/MonaSans.glyphspackage/glyphs/four.circled.glyph index aae33c7b..df4632a0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/four.circled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/four.circled.glyph @@ -174,6 +174,952 @@ shapes = ( { closed = 1; nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(545,147,l), +(545,261,l), +(636,261,l), +(636,291,l), +(545,291,l), +(545,580,l), +(502,580,l), +(229,291,l), +(229,261,l), +(508,261,l), +(508,147,l) +); +}, +{ +closed = 1; +nodes = ( +(508,540,l), +(508,291,l), +(269,291,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (222,190); +ref = fourinferior; +} +); +width = 884; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(578,148,l), +(578,230,l), +(639,230,l), +(640,345,l), +(578,345,l), +(578,581,l), +(400,581,l), +(211,329,l), +(211,230,l), +(428,230,l), +(429,148,l) +); +}, +{ +closed = 1; +nodes = ( +(429,436,l), +(429,345,l), +(369,345,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (209,193); +ref = fourinferior; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(498,147,l), +(498,261,l), +(581,261,l), +(581,291,l), +(498,291,l), +(498,580,l), +(458,580,l), +(251,290,l), +(251,261,l), +(464,261,l), +(464,147,l) +); +}, +{ +closed = 1; +nodes = ( +(464,537,l), +(464,291,l), +(288,291,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (234,189); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -50; +width = 55; +}; +}; +width = 858; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(547,149,l), +(547,236,l), +(609,236,l), +(609,340,l), +(547,340,l), +(547,582,l), +(393,582,l), +(229,330,l), +(229,236,l), +(420,236,l), +(420,149,l) +); +}, +{ +closed = 1; +nodes = ( +(420,443,l), +(420,340,l), +(354,340,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (216,191); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 834; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,150,l), +(435,264,l), +(478,264,l), +(478,290,l), +(435,290,l), +(435,583,l), +(396,583,l), +(256,288,l), +(256,264,l), +(406,264,l), +(406,150,l) +); +}, +{ +closed = 1; +nodes = ( +(406,548,l), +(406,290,l), +(285,290,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +pos = (265,188); +ref = fourinferior; +} +); +width = 727; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(483,150,l), +(483,241,l), +(522,241,l), +(523,335,l), +(483,335,l), +(483,583,l), +(351,583,l), +(227,327,l), +(227,241,l), +(373,241,l), +(373,150,l) +); +}, +{ +closed = 1; +nodes = ( +(373,446,l), +(373,335,l), +(324,335,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +pos = (226,189); +ref = fourinferior; +} +); +width = 747; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(530,147,l), +(530,261,l), +(613,261,l), +(613,291,l), +(530,291,l), +(530,580,l), +(490,580,l), +(283,290,l), +(283,261,l), +(496,261,l), +(496,147,l) +); +}, +{ +closed = 1; +nodes = ( +(496,537,l), +(496,291,l), +(320,291,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = master01; +pos = (305,186); +ref = fourinferior; +} +); +width = 891; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(575,149,l), +(575,236,l), +(637,236,l), +(637,340,l), +(575,340,l), +(575,582,l), +(421,582,l), +(257,330,l), +(257,236,l), +(447,236,l), +(448,149,l) +); +}, +{ +closed = 1; +nodes = ( +(448,443,l), +(448,340,l), +(382,340,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +pos = (281,188); +ref = fourinferior; +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(576,147,l), +(576,261,l), +(667,261,l), +(667,291,l), +(576,291,l), +(576,580,l), +(533,580,l), +(260,291,l), +(260,261,l), +(539,261,l), +(539,147,l) +); +}, +{ +closed = 1; +nodes = ( +(539,540,l), +(539,291,l), +(300,291,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +pos = (253,190); +ref = fourinferior; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,67,o), +(151,181,o), +(151,364,cs), +(151,547,o), +(279,661,o), +(459,661,cs), +(640,661,o), +(767,547,o), +(767,364,cs), +(767,181,o), +(640,67,o), +(459,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(607,148,l), +(607,230,l), +(668,230,l), +(669,345,l), +(607,345,l), +(607,581,l), +(429,581,l), +(240,329,l), +(240,230,l), +(457,230,l), +(458,148,l) +); +}, +{ +closed = 1; +nodes = ( +(458,436,l), +(458,345,l), +(398,345,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +pos = (238,193); +ref = fourinferior; +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(398,150,l), +(398,264,l), +(441,264,l), +(441,290,l), +(398,290,l), +(398,583,l), +(359,583,l), +(219,288,l), +(219,264,l), +(369,264,l), +(369,150,l) +); +}, +{ +closed = 1; +nodes = ( +(369,548,l), +(369,290,l), +(248,290,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (216,188); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 658; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(451,150,l), +(451,241,l), +(490,241,l), +(491,335,l), +(451,335,l), +(451,583,l), +(319,583,l), +(195,327,l), +(195,241,l), +(341,241,l), +(341,150,l) +); +}, +{ +closed = 1; +nodes = ( +(341,446,l), +(341,335,l), +(292,335,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (191,189); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 686; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( (660,-10,o), (811,140,o), (811,363,cs), @@ -231,14 +1177,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -pos = (238,189); +pos = (243,189); ref = fourinferior; } ); @@ -249,7 +1195,7 @@ weight = -50; width = 55; }; }; -width = 871; +width = 831; }, { background = { @@ -314,14 +1260,15 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { -pos = (218,191); +alignment = -1; +pos = (214,191); ref = fourinferior; } ); @@ -332,7 +1279,7 @@ weight = -450; width = 50; }; }; -width = 855; +width = 825; }, { background = { @@ -397,14 +1344,15 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { -pos = (222,190); +alignment = -1; +pos = (221,190); ref = fourinferior; } ); @@ -473,18 +1421,18 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -pos = (209,193); +pos = (204,193); ref = fourinferior; } ); -width = 860; +width = 840; }, { background = { @@ -549,7 +1497,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -557,11 +1505,11 @@ ref = whiteCircle; }, { masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (265,188); +pos = (242,188); ref = fourinferior; } ); -width = 727; +width = 681; }, { background = { @@ -626,7 +1574,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -634,11 +1582,11 @@ ref = whiteCircle; }, { masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (226,189); +pos = (207,189); ref = fourinferior; } ); -width = 731; +width = 709; }, { background = { @@ -703,7 +1651,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -711,11 +1659,11 @@ ref = whiteCircle; }, { masterId = master01; -pos = (270,189); +pos = (305,186); ref = fourinferior; } ); -width = 891; +width = 843; }, { background = { @@ -780,7 +1728,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -788,11 +1736,11 @@ ref = whiteCircle; }, { masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (246,191); +pos = (281,188); ref = fourinferior; } ); -width = 873; +width = 815; }, { background = { @@ -857,7 +1805,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -865,11 +1813,11 @@ ref = whiteCircle; }, { masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (253,190); +pos = (243,190); ref = fourinferior; } ); -width = 903; +width = 883; }, { background = { @@ -934,7 +1882,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -942,11 +1890,11 @@ ref = whiteCircle; }, { masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (238,193); +pos = (217,193); ref = fourinferior; } ); -width = 880; +width = 850; } ); metricLeft = one.sansSerifCircled; diff --git a/sources/MonaSans.glyphspackage/glyphs/four.dnom.glyph b/sources/MonaSans.glyphspackage/glyphs/four.dnom.glyph index b79f72bd..4f3dbacc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/four.dnom.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/four.dnom.glyph @@ -1,6 +1,5 @@ { glyphname = four.dnom; -kernLeft = four.dnom; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -8,17 +7,17 @@ shapes = ( { closed = 1; nodes = ( -(238,0,l), -(238,375,l), -(118,375,l), -(11,156,l), -(11,77,l), -(272,77,l), -(272,163,l), -(99,163,l), -(171,323,l), -(138,330,l), -(138,0,l) +(246,0,l), +(246,375,l), +(126,375,l), +(19,156,l), +(19,77,l), +(280,77,l), +(280,163,l), +(107,163,l), +(179,323,l), +(146,330,l), +(146,0,l) ); } ); @@ -29,7 +28,7 @@ weight = -400; width = 52; }; }; -width = 283; +width = 299; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -61,22 +60,80 @@ width = 55; width = 242; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,0,l), +(308,397,l), +(268,397,l), +(18,132,l), +(18,104,l), +(391,104,l), +(391,133,l), +(56,133,l), +(285,371,l), +(273,376,l), +(273,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 408; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(340,0,l), +(340,375,l), +(189,375,l), +(13,156,l), +(13,72,l), +(398,72,l), +(398,170,l), +(147,170,l), +(275,329,l), +(213,351,l), +(213,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 412; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(260,0,l), -(260,397,l), -(223,397,l), -(33,131,l), -(33,105,l), -(335,105,l), -(335,132,l), -(67,132,l), -(237,371,l), -(228,374,l), -(228,0,l) +(257,0,l), +(257,397,l), +(222,397,l), +(36,131,l), +(36,105,l), +(332,105,l), +(332,132,l), +(68,132,l), +(236,371,l), +(227,374,l), +(227,0,l) ); } ); @@ -141,25 +198,25 @@ type = Stem; } ); }; -width = 366; +width = 363; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(306,0,l), -(306,375,l), -(169,375,l), -(21,158,l), -(21,75,l), -(362,75,l), -(362,167,l), -(131,167,l), -(244,321,l), -(193,338,l), -(193,0,l) +(295,0,l), +(295,375,l), +(159,375,l), +(20,158,l), +(20,75,l), +(347,75,l), +(347,167,l), +(129,167,l), +(234,321,l), +(183,338,l), +(183,0,l) ); } ); @@ -170,65 +227,7 @@ weight = -370; width = 54; }; }; -width = 382; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,0,l), -(308,397,l), -(268,397,l), -(18,132,l), -(18,104,l), -(391,104,l), -(391,133,l), -(56,133,l), -(285,371,l), -(273,376,l), -(273,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 408; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(334,0,l), -(334,375,l), -(183,375,l), -(7,156,l), -(7,72,l), -(392,72,l), -(392,170,l), -(141,170,l), -(269,329,l), -(207,351,l), -(207,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 400; +width = 365; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -265,17 +264,17 @@ shapes = ( { closed = 1; nodes = ( -(179,0,l), -(258,375,l), -(139,375,l), -(-13,156,l), -(-29,77,l), -(229,77,l), -(248,163,l), -(76,163,l), -(177,317,l), -(150,328,l), -(80,0,l) +(187,0,l), +(266,375,l), +(147,375,l), +(-5,156,l), +(-21,77,l), +(237,77,l), +(256,163,l), +(84,163,l), +(185,317,l), +(158,328,l), +(88,0,l) ); } ); @@ -286,7 +285,7 @@ weight = -400; width = 52; }; }; -width = 281; +width = 297; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -381,17 +380,419 @@ shapes = ( { closed = 1; nodes = ( -(275,0,l), -(354,375,l), -(205,375,l), -(-16,156,l), -(-34,72,l), -(335,72,l), -(356,170,l), -(118,170,l), -(274,322,l), -(223,350,l), -(150,0,l) +(281,0,l), +(360,375,l), +(211,375,l), +(-10,156,l), +(-28,72,l), +(341,72,l), +(362,170,l), +(124,170,l), +(280,322,l), +(229,350,l), +(156,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 403; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(166,0,l), +(166,397,l), +(130,397,l), +(2,126,l), +(2,104,l), +(205,104,l), +(205,129,l), +(28,129,l), +(145,377,l), +(139,378,l), +(139,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 212; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(231,0,l), +(231,375,l), +(111,375,l), +(4,156,l), +(4,77,l), +(265,77,l), +(265,163,l), +(92,163,l), +(164,323,l), +(131,330,l), +(131,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 269; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(235,0,l), +(235,397,l), +(198,397,l), +(8,131,l), +(8,105,l), +(310,105,l), +(310,132,l), +(42,132,l), +(212,371,l), +(203,374,l), +(203,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 316; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(289,0,l), +(289,375,l), +(152,375,l), +(4,158,l), +(4,75,l), +(345,75,l), +(345,167,l), +(114,167,l), +(227,321,l), +(176,338,l), +(176,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 348; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,0,l), +(298,397,l), +(258,397,l), +(8,132,l), +(8,104,l), +(381,104,l), +(381,133,l), +(46,133,l), +(275,371,l), +(263,376,l), +(263,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 388; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(329,0,l), +(329,375,l), +(178,375,l), +(2,156,l), +(2,72,l), +(387,72,l), +(387,170,l), +(136,170,l), +(264,329,l), +(202,351,l), +(202,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 390; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(98,0,l), +(182,397,l), +(146,397,l), +(-38,126,l), +(-42,104,l), +(159,104,l), +(164,129,l), +(-11,129,l), +(156,376,l), +(152,378,l), +(71,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 195; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,0,l), +(247,375,l), +(128,375,l), +(-24,156,l), +(-40,77,l), +(218,77,l), +(237,163,l), +(65,163,l), +(166,317,l), +(139,328,l), +(69,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 259; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(183,0,l), +(266,397,l), +(231,397,l), +(-17,131,l), +(-22,105,l), +(279,105,l), +(285,132,l), +(18,132,l), +(237,364,l), +(229,368,l), +(152,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 317; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,0,l), +(298,375,l), +(161,375,l), +(-32,158,l), +(-49,75,l), +(292,75,l), +(311,167,l), +(80,167,l), +(219,316,l), +(178,337,l), +(107,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 324; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(228,0,l), +(310,397,l), +(270,397,l), +(-17,132,l), +(-23,104,l), +(326,104,l), +(332,133,l), +(23,133,l), +(279,368,l), +(270,373,l), +(193,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 365; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,0,l), +(342,375,l), +(193,375,l), +(-28,156,l), +(-46,72,l), +(323,72,l), +(344,170,l), +(106,170,l), +(262,322,l), +(211,350,l), +(138,0,l) ); } ); @@ -402,7 +803,7 @@ weight = -390; width = 54; }; }; -width = 391; +width = 367; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/four.glyph b/sources/MonaSans.glyphspackage/glyphs/four.glyph index 73e2b68f..ee2be80f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/four.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/four.glyph @@ -1,7 +1,7 @@ { glyphname = four; -kernLeft = four; -kernRight = four; +kernLeft = KO_four; +kernRight = KO_four; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,21 +9,21 @@ shapes = ( { closed = 1; nodes = ( -(442,0,l), -(442,729,l), -(224,729,l), -(13,296,l), -(13,154,l), -(509,154,l), -(509,311,l), -(173,311,l), -(280,549,l), -(260,549,l), -(260,0,l) +(431,0,l), +(431,730,l), +(213,730,l), +(21,297,l), +(21,154,l), +(492,154,l), +(492,311,l), +(181,311,l), +(268,550,l), +(248,550,l), +(248,0,l) ); } ); -width = 522; +width = 513; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -31,39 +31,83 @@ shapes = ( { closed = 1; nodes = ( -(292,0,l), -(292,729,l), -(246,729,l), +(285,0,l), +(285,730,l), +(238,730,l), (7,224,l), (7,197,l), -(365,197,l), -(365,227,l), -(40,227,l), -(261,696,l), -(260,696,l), -(260,0,l) +(356,197,l), +(356,227,l), +(41,227,l), +(253,697,l), +(252,697,l), +(252,0,l) ); } ); -width = 369; +width = 360; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(435,0,l), -(435,729,l), -(392,729,l), -(33,233,l), -(33,198,l), -(579,198,l), -(579,232,l), -(77,232,l), -(408,693,l), -(398,693,l), -(398,0,l) +(541,0,l), +(541,730,l), +(499,730,l), +(19,235,l), +(19,199,l), +(701,199,l), +(701,232,l), +(66,232,l), +(505,685,l), +(503,685,l), +(503,0,l) +); +} +); +width = 719; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(619,0,l), +(619,730,l), +(350,730,l), +(11,297,l), +(11,146,l), +(730,146,l), +(730,320,l), +(250,320,l), +(394,513,l), +(393,513,l), +(393,0,l) +); +} +); +width = 742; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(434,0,l), +(434,730,l), +(392,730,l), +(47,223,l), +(47,188,l), +(570,188,l), +(570,222,l), +(88,222,l), +(406,694,l), +(397,694,l), +(397,0,l) ); } ); @@ -126,70 +170,26 @@ type = Stem; width = 610; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(540,0,l), -(540,729,l), -(306,729,l), -(20,296,l), -(20,154,l), -(649,154,l), -(649,311,l), -(209,311,l), -(399,596,l), -(347,596,l), -(347,0,l) -); -} -); -width = 670; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(540,0,l), -(540,729,l), -(499,729,l), -(19,235,l), -(19,199,l), -(700,199,l), -(700,232,l), -(66,232,l), -(505,685,l), -(503,685,l), -(503,0,l) +(524,0,l), +(524,730,l), +(292,730,l), +(19,287,l), +(19,144,l), +(628,144,l), +(628,301,l), +(207,301,l), +(373,596,l), +(322,596,l), +(322,0,l) ); } ); -width = 718; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(612,0,l), -(612,729,l), -(344,729,l), -(5,296,l), -(5,146,l), -(723,146,l), -(723,320,l), -(244,320,l), -(387,513,l), -(386,513,l), -(386,0,l) -); -} -); -width = 729; +width = 645; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -197,21 +197,21 @@ shapes = ( { closed = 1; nodes = ( -(219,0,l), -(373,729,l), -(328,729,l), +(220,0,l), +(374,730,l), +(328,730,l), (0,224,l), (-5,197,l), (349,197,l), (355,227,l), (36,227,l), -(334,689,l), -(333,689,l), +(334,690,l), +(333,690,l), (188,0,l) ); } ); -width = 365; +width = 366; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -219,21 +219,21 @@ shapes = ( { closed = 1; nodes = ( -(380,0,l), -(534,729,l), -(318,729,l), -(18,296,l), -(-11,154,l), -(478,154,l), -(513,311,l), -(180,311,l), -(307,506,l), -(306,506,l), -(200,0,l) +(388,0,l), +(542,730,l), +(325,730,l), +(25,297,l), +(-4,154,l), +(486,154,l), +(520,311,l), +(187,311,l), +(315,506,l), +(314,506,l), +(207,0,l) ); } ); -width = 517; +width = 532; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -241,21 +241,21 @@ shapes = ( { closed = 1; nodes = ( -(381,0,l), -(533,729,l), -(494,729,l), +(382,0,l), +(534,730,l), +(494,730,l), (27,233,l), (20,198,l), -(563,198,l), -(570,232,l), +(564,198,l), +(571,232,l), (71,232,l), (486,670,l), -(483,670,l), +(484,670,l), (345,0,l) ); } ); -width = 608; +width = 609; }, { background = { @@ -291,17 +291,17 @@ shapes = ( { closed = 1; nodes = ( -(482,0,l), -(634,729,l), -(401,729,l), -(24,296,l), +(483,0,l), +(635,730,l), +(401,730,l), +(24,297,l), (-5,154,l), -(623,154,l), -(656,311,l), -(216,311,l), +(624,154,l), +(657,311,l), +(217,311,l), (398,520,l), (397,520,l), -(289,0,l) +(290,0,l) ); } ); @@ -313,16 +313,16 @@ shapes = ( { closed = 1; nodes = ( -(450,0,l), -(601,729,l), -(560,729,l), +(451,0,l), +(601,730,l), +(561,730,l), (14,235,l), (7,199,l), -(640,199,l), -(647,232,l), +(641,199,l), +(648,232,l), (63,232,l), -(555,679,l), -(553,679,l), +(556,679,l), +(554,679,l), (413,0,l) ); } @@ -335,21 +335,369 @@ shapes = ( { closed = 1; nodes = ( -(546,0,l), -(700,729,l), -(435,729,l), -(9,296,l), -(-22,146,l), -(686,146,l), -(723,320,l), -(249,320,l), -(464,546,l), -(438,546,l), -(324,0,l) +(568,0,l), +(722,730,l), +(457,730,l), +(15,297,l), +(-16,146,l), +(712,146,l), +(750,320,l), +(255,320,l), +(486,547,l), +(459,547,l), +(345,0,l) +); +} +); +width = 753; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(269,0,l), +(269,729,l), +(226,729,l), +(0,213,l), +(0,187,l), +(338,187,l), +(338,216,l), +(33,216,l), +(240,696,l), +(236,696,l), +(236,0,l) +); +} +); +width = 336; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,0,l), +(404,729,l), +(187,729,l), +(4,286,l), +(4,145,l), +(464,145,l), +(464,300,l), +(162,300,l), +(243,551,l), +(223,551,l), +(223,0,l) +); +} +); +width = 470; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(405,0,l), +(405,729,l), +(363,729,l), +(8,226,l), +(8,192,l), +(547,192,l), +(547,225,l), +(51,225,l), +(378,693,l), +(368,693,l), +(368,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 552; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(517,0,l), +(517,729,l), +(286,729,l), +(3,293,l), +(3,152,l), +(625,152,l), +(625,307,l), +(190,307,l), +(377,597,l), +(326,597,l), +(326,0,l) +); +} +); +width = 628; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(524,0,l), +(524,729,l), +(483,729,l), +(9,232,l), +(9,197,l), +(682,197,l), +(682,229,l), +(55,229,l), +(489,685,l), +(487,685,l), +(487,0,l) +); +} +); +width = 690; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(600,0,l), +(600,729,l), +(335,729,l), +(0,293,l), +(0,144,l), +(710,144,l), +(710,316,l), +(236,316,l), +(378,515,l), +(377,515,l), +(377,0,l) +); +} +); +width = 717; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(197,0,l), +(351,730,l), +(305,730,l), +(-23,224,l), +(-28,197,l), +(326,197,l), +(332,227,l), +(13,227,l), +(311,690,l), +(310,690,l), +(165,0,l) +); +} +); +width = 330; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(370,0,l), +(524,730,l), +(307,730,l), +(7,297,l), +(-22,154,l), +(468,154,l), +(502,311,l), +(169,311,l), +(297,506,l), +(296,506,l), +(189,0,l) +); +} +); +width = 495; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(358,0,l), +(510,730,l), +(470,730,l), +(3,233,l), +(-4,198,l), +(540,198,l), +(547,232,l), +(47,232,l), +(462,670,l), +(460,670,l), +(321,0,l) +); +} +); +width = 561; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(477,0,l), +(508,152,l), +(594,152,l), +(627,307,l), +(541,307,l), +(627,721,l), +(401,721,l), +(38,293,l), +(8,152,l), +(319,152,l), +(288,0,l) +); +}, +{ +closed = 1; +nodes = ( +(395,512,l), +(351,307,l), +(225,307,l) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(460,0,l), +(612,730,l), +(378,730,l), +(1,297,l), +(-28,154,l), +(601,154,l), +(634,311,l), +(194,311,l), +(375,520,l), +(374,520,l), +(267,0,l) +); +} +); +width = 622; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(441,0,l), +(591,730,l), +(551,730,l), +(4,235,l), +(-3,199,l), +(631,199,l), +(638,232,l), +(53,232,l), +(546,679,l), +(544,679,l), +(403,0,l) +); +} +); +width = 652; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(555,0,l), +(709,729,l), +(444,729,l), +(3,297,l), +(-28,146,l), +(699,146,l), +(737,320,l), +(243,320,l), +(473,547,l), +(447,547,l), +(333,0,l) ); } ); -width = 720; +width = 726; } ); unicode = 52; diff --git a/sources/MonaSans.glyphspackage/glyphs/four.numr.glyph b/sources/MonaSans.glyphspackage/glyphs/four.numr.glyph index 1f719025..ff2b18fc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/four.numr.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/four.numr.glyph @@ -17,7 +17,7 @@ weight = -400; width = 52; }; }; -width = 283; +width = 299; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,7 +37,41 @@ width = 55; width = 242; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,333); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 408; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,354); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 412; +}, +{ +layerId = m019; shapes = ( { pos = (0,332); @@ -107,10 +141,10 @@ type = Stem; } ); }; -width = 366; +width = 363; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { pos = (0,354); @@ -126,12 +160,242 @@ width = 54; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = four.dnom; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = four.dnom; }; +width = 365; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (69,333); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 241; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (73,354); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 297; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (69,332); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 365; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (73,354); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; width = 382; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (69,333); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 385; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (73,354); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 403; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +pos = (0,333); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 212; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,354); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 269; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +pos = (0,332); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = four.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = four.dnom; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 316; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; +pos = (0,354); +ref = four.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = four.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = four.dnom; +}; +width = 360; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; pos = (0,333); ref = four.dnom; } @@ -146,7 +410,7 @@ width = 55; width = 408; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { pos = (0,354); @@ -160,10 +424,10 @@ weight = -390; width = 54; }; }; -width = 400; +width = 390; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (69,333); @@ -177,10 +441,10 @@ weight = -45; width = 55; }; }; -width = 241; +width = 195; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (73,354); @@ -194,10 +458,10 @@ weight = -400; width = 52; }; }; -width = 281; +width = 259; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (69,332); @@ -211,10 +475,10 @@ weight = -40; width = 55; }; }; -width = 365; +width = 317; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (73,354); @@ -228,10 +492,10 @@ weight = -370; width = 54; }; }; -width = 382; +width = 324; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (69,333); @@ -245,10 +509,10 @@ weight = -35; width = 55; }; }; -width = 385; +width = 365; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (73,354); @@ -262,7 +526,7 @@ weight = -390; width = 54; }; }; -width = 391; +width = 367; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/four.tf.glyph b/sources/MonaSans.glyphspackage/glyphs/four.tf.glyph index e02cafe0..cdeea5ce 100644 --- a/sources/MonaSans.glyphspackage/glyphs/four.tf.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/four.tf.glyph @@ -7,17 +7,17 @@ shapes = ( { closed = 1; nodes = ( -(421,0,l), -(421,729,l), -(205,729,l), -(0,296,l), -(0,154,l), -(487,154,l), -(487,311,l), -(158,311,l), -(243,506,l), -(242,506,l), -(242,0,l) +(424,0,l), +(424,721,l), +(211,721,l), +(8,293,l), +(8,152,l), +(489,152,l), +(489,307,l), +(164,307,l), +(248,500,l), +(247,500,l), +(247,0,l) ); } ); @@ -28,7 +28,7 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,17 +36,17 @@ shapes = ( { closed = 1; nodes = ( -(350,0,l), -(350,729,l), -(303,729,l), -(66,224,l), -(66,197,l), -(423,197,l), -(423,227,l), -(99,227,l), -(319,696,l), -(318,696,l), -(318,0,l) +(346,0,l), +(346,721,l), +(300,721,l), +(65,221,l), +(65,195,l), +(418,195,l), +(418,224,l), +(98,224,l), +(315,688,l), +(314,688,l), +(314,0,l) ); } ); @@ -56,25 +56,80 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(531,0,l), +(531,721,l), +(489,721,l), +(40,232,l), +(40,197,l), +(681,197,l), +(681,229,l), +(82,229,l), +(496,680,l), +(494,680,l), +(494,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(601,0,l), +(601,721,l), +(341,721,l), +(29,293,l), +(29,144,l), +(703,144,l), +(703,316,l), +(260,316,l), +(383,507,l), +(382,507,l), +(382,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 732; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(434,0,l), -(434,729,l), -(391,729,l), -(32,233,l), -(32,198,l), -(578,198,l), -(578,232,l), -(76,232,l), -(407,693,l), -(397,696,l), -(397,0,l) +(424,0,l), +(424,721,l), +(382,721,l), +(35,230,l), +(35,196,l), +(562,196,l), +(562,229,l), +(76,229,l), +(397,685,l), +(387,688,l), +(387,0,l) ); } ); @@ -138,25 +193,25 @@ type = Stem; } ); }; -width = 607; +width = 593; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(501,0,l), -(501,729,l), -(271,729,l), -(9,296,l), -(9,154,l), -(600,154,l), -(600,311,l), -(194,311,l), -(357,599,l), -(312,611,l), -(312,0,l) +(482,0,l), +(482,721,l), +(257,721,l), +(8,293,l), +(8,152,l), +(576,152,l), +(576,307,l), +(189,307,l), +(342,592,l), +(297,604,l), +(297,0,l) ); } ); @@ -167,25 +222,137 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 581; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(537,0,l), -(537,729,l), -(495,729,l), -(40,235,l), -(40,199,l), -(689,199,l), -(689,232,l), -(83,232,l), -(502,688,l), -(500,688,l), -(500,0,l) +(289,0,l), +(441,721,l), +(396,721,l), +(58,221,l), +(53,195,l), +(402,195,l), +(408,224,l), +(91,224,l), +(404,688,l), +(403,688,l), +(258,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 480; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(365,0,l), +(517,721,l), +(305,721,l), +(13,293,l), +(-17,152,l), +(461,152,l), +(495,307,l), +(172,307,l), +(294,500,l), +(293,500,l), +(188,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 496; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(376,0,l), +(526,721,l), +(487,721,l), +(27,230,l), +(20,196,l), +(555,196,l), +(562,229,l), +(70,229,l), +(479,662,l), +(477,662,l), +(340,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 85; +}; +}; +width = 600; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(439,0,l), +(589,721,l), +(360,721,l), +(10,293,l), +(-20,152,l), +(569,152,l), +(602,307,l), +(198,307,l), +(356,514,l), +(355,514,l), +(249,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 600; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(469,0,l), +(619,721,l), +(578,721,l), +(48,232,l), +(41,197,l), +(654,197,l), +(661,229,l), +(93,229,l), +(574,675,l), +(572,675,l), +(432,0,l) ); } ); @@ -195,52 +362,53 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 720; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { closed = 1; nodes = ( -(602,0,l), -(602,729,l), -(339,729,l), -(23,296,l), -(23,146,l), -(705,146,l), -(705,320,l), -(257,320,l), -(381,513,l), -(380,513,l), -(380,0,l) +(558,0,l), +(710,721,l), +(448,721,l), +(32,293,l), +(1,144,l), +(674,144,l), +(711,316,l), +(269,316,l), +(446,507,l), +(444,507,l), +(338,0,l) ); } ); userData = { RMXScaler = { +keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 732; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { closed = 1; nodes = ( -(292,0,l), -(446,729,l), -(401,729,l), -(59,224,l), -(54,197,l), -(407,197,l), -(413,227,l), -(92,227,l), -(409,696,l), -(408,696,l), -(261,0,l) +(326,0,l), +(326,721,l), +(280,721,l), +(45,221,l), +(45,195,l), +(398,195,l), +(398,224,l), +(78,224,l), +(295,688,l), +(294,688,l), +(294,0,l) ); } ); @@ -250,53 +418,276 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 440; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(361,0,l), -(515,729,l), -(300,729,l), -(5,296,l), -(-25,154,l), -(458,154,l), -(493,311,l), -(166,311,l), -(289,506,l), -(288,506,l), -(182,0,l) +(411,0,l), +(411,721,l), +(198,721,l), +(-5,293,l), +(-5,152,l), +(476,152,l), +(476,307,l), +(151,307,l), +(235,500,l), +(234,500,l), +(234,0,l) ); } ); userData = { RMXScaler = { +keepStroke = 40; monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 470; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(380,0,l), -(532,729,l), -(493,729,l), -(27,233,l), -(20,198,l), -(561,198,l), -(568,232,l), -(71,232,l), -(485,670,l), -(482,670,l), -(344,0,l) +(404,0,l), +(404,721,l), +(362,721,l), +(7,230,l), +(7,196,l), +(546,196,l), +(546,229,l), +(50,229,l), +(377,685,l), +(367,688,l), +(367,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 90; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +19, +19 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 550; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(483,0,l), +(483,721,l), +(256,721,l), +(-3,293,l), +(-3,152,l), +(581,152,l), +(581,307,l), +(180,307,l), +(341,592,l), +(296,604,l), +(296,0,l) +); +} +); +userData = { +RMXScaler = { +keepStroke = 40; +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 576; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(521,0,l), +(521,721,l), +(479,721,l), +(30,232,l), +(30,197,l), +(671,197,l), +(671,229,l), +(72,229,l), +(486,680,l), +(484,680,l), +(484,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(585,0,l), +(585,721,l), +(325,721,l), +(13,293,l), +(13,144,l), +(687,144,l), +(687,316,l), +(244,316,l), +(367,507,l), +(366,507,l), +(366,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(266,0,l), +(418,721,l), +(373,721,l), +(35,221,l), +(30,195,l), +(379,195,l), +(385,224,l), +(68,224,l), +(381,688,l), +(380,688,l), +(235,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(346,0,l), +(498,721,l), +(286,721,l), +(-6,293,l), +(-36,152,l), +(442,152,l), +(476,307,l), +(153,307,l), +(275,500,l), +(274,500,l), +(169,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(352,0,l), +(502,721,l), +(463,721,l), +(3,230,l), +(-4,196,l), +(531,196,l), +(538,229,l), +(46,229,l), +(455,662,l), +(453,662,l), +(316,0,l) ); } ); @@ -306,25 +697,25 @@ monoWidth = 600; useSpacing = 85; }; }; -width = 607; +width = 552; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(444,0,l), -(596,729,l), -(364,729,l), -(10,296,l), -(-20,154,l), -(576,154,l), -(609,311,l), -(200,311,l), -(360,520,l), -(359,520,l), -(252,0,l) +(410,0,l), +(560,721,l), +(331,721,l), +(-19,293,l), +(-49,152,l), +(540,152,l), +(573,307,l), +(169,307,l), +(327,514,l), +(326,514,l), +(220,0,l) ); } ); @@ -334,25 +725,25 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 542; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(474,0,l), -(626,729,l), -(585,729,l), -(49,235,l), -(41,199,l), -(662,199,l), -(669,232,l), -(94,232,l), -(581,683,l), -(579,683,l), -(437,0,l) +(459,0,l), +(609,721,l), +(568,721,l), +(38,232,l), +(31,197,l), +(644,197,l), +(651,229,l), +(83,229,l), +(564,675,l), +(562,675,l), +(422,0,l) ); } ); @@ -362,25 +753,25 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 700; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(558,0,l), -(712,729,l), -(447,729,l), -(26,296,l), -(-5,146,l), -(676,146,l), -(713,320,l), -(266,320,l), -(445,513,l), -(443,513,l), -(336,0,l) +(537,0,l), +(689,721,l), +(427,721,l), +(11,293,l), +(-20,144,l), +(653,144,l), +(690,316,l), +(248,316,l), +(425,507,l), +(423,507,l), +(317,0,l) ); } ); @@ -390,7 +781,7 @@ keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/fourinferior.glyph b/sources/MonaSans.glyphspackage/glyphs/fourinferior.glyph index 40f5f9ff..01123deb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/fourinferior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/fourinferior.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _center; -pos = (159,177); +pos = (167,177); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -15,17 +15,17 @@ shapes = ( { closed = 1; nodes = ( -(267,-40,l), -(267,393,l), -(135,393,l), -(11,137,l), -(11,51,l), -(307,51,l), -(307,145,l), -(108,145,l), -(158,258,l), -(157,258,l), -(157,-40,l) +(275,-40,l), +(275,393,l), +(143,393,l), +(19,137,l), +(19,51,l), +(315,51,l), +(315,145,l), +(116,145,l), +(166,258,l), +(165,258,l), +(165,-40,l) ); } ); @@ -36,7 +36,7 @@ weight = -350; width = 60; }; }; -width = 318; +width = 334; }, { anchors = ( @@ -79,27 +79,99 @@ width = 255; anchors = ( { name = _center; -pos = (197,174); +pos = (220.5,173); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +partSelection = { +}; +shapes = ( +{ +closed = 1; +nodes = ( +(333,-40,l), +(333,393,l), +(290,393,l), +(17,104,l), +(17,74,l), +(424,74,l), +(424,104,l), +(57,104,l), +(298,355,l), +(296,355,l), +(296,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 441; +}, +{ +anchors = ( +{ +name = _center; +pos = (227,171); } ); -layerId = master01; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; partSelection = { }; shapes = ( { closed = 1; nodes = ( -(279,-40,l), -(279,393,l), -(239,393,l), -(32,103,l), -(32,74,l), -(362,74,l), -(362,104,l), -(69,104,l), -(255,364,l), -(245,367,l), -(245,-40,l) +(379,-40,l), +(379,393,l), +(201,393,l), +(12,141,l), +(12,42,l), +(441,42,l), +(441,157,l), +(170,157,l), +(231,250,l), +(230,250,l), +(230,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 454; +}, +{ +anchors = ( +{ +name = _center; +pos = (196,174); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(276,-40,l), +(276,393,l), +(238,393,l), +(35,103,l), +(35,74,l), +(357,74,l), +(357,104,l), +(70,104,l), +(252,364,l), +(244,367,l), +(244,-40,l) ); } ); @@ -164,107 +236,31 @@ type = Stem; } ); }; -width = 392; -}, -{ -anchors = ( -{ -name = _center; -pos = (210,174); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(338,-40,l), -(338,393,l), -(184,393,l), -(20,141,l), -(20,47,l), -(400,47,l), -(400,151,l), -(145,151,l), -(261,332,l), -(211,346,l), -(211,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 419; -}, -{ -anchors = ( -{ -name = _center; -pos = (220.5,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(333,-40,l), -(333,393,l), -(290,393,l), -(17,104,l), -(17,74,l), -(424,74,l), -(424,104,l), -(57,104,l), -(298,355,l), -(296,355,l), -(296,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 441; +width = 389; }, { anchors = ( { name = _center; -pos = (221,171); +pos = (202,174); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(373,-40,l), -(373,393,l), -(195,393,l), -(6,141,l), -(6,42,l), -(435,42,l), -(435,157,l), -(164,157,l), -(225,250,l), -(224,250,l), -(224,-40,l) +(327,-40,l), +(327,393,l), +(174,393,l), +(19,141,l), +(19,47,l), +(385,47,l), +(385,151,l), +(143,151,l), +(250,332,l), +(201,346,l), +(201,-40,l) ); } ); @@ -275,7 +271,7 @@ weight = -300; width = 60; }; }; -width = 442; +width = 402; }, { anchors = ( @@ -285,8 +281,6 @@ pos = (94,177); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -partSelection = { -}; shapes = ( { closed = 1; @@ -318,27 +312,25 @@ width = 254; anchors = ( { name = _center; -pos = (129,177); +pos = (137,177); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -partSelection = { -}; shapes = ( { closed = 1; nodes = ( -(200,-40,l), -(292,393,l), -(161,393,l), -(-16,137,l), -(-34,51,l), -(258,51,l), -(279,145,l), -(82,145,l), -(155,258,l), -(154,258,l), -(91,-40,l) +(208,-40,l), +(300,393,l), +(169,393,l), +(-8,137,l), +(-26,51,l), +(266,51,l), +(287,145,l), +(90,145,l), +(163,258,l), +(162,258,l), +(99,-40,l) ); } ); @@ -349,7 +341,7 @@ weight = -350; width = 60; }; }; -width = 315; +width = 331; }, { anchors = ( @@ -359,8 +351,6 @@ pos = (162,177); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -partSelection = { -}; shapes = ( { closed = 1; @@ -396,8 +386,6 @@ pos = (175,177); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -partSelection = { -}; shapes = ( { closed = 1; @@ -433,8 +421,6 @@ pos = (172,177); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -partSelection = { -}; shapes = ( { closed = 1; @@ -466,27 +452,289 @@ width = 414; anchors = ( { name = _center; -pos = (178,177); +pos = (184,177); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -partSelection = { +shapes = ( +{ +closed = 1; +nodes = ( +(312,-40,l), +(403,393,l), +(227,393,l), +(-15,141,l), +(-36,42,l), +(377,42,l), +(401,157,l), +(143,157,l), +(226,251,l), +(225,251,l), +(164,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 444; +}, +{ +anchors = ( +{ +name = _center; +pos = (113,177); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(181,-40,l), +(181,393,l), +(142,393,l), +(2,98,l), +(2,74,l), +(224,74,l), +(224,100,l), +(31,100,l), +(153,360,l), +(152,360,l), +(152,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; }; +width = 227; +}, +{ +anchors = ( +{ +name = _center; +pos = (152,177); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,-40,l), +(260,393,l), +(128,393,l), +(4,137,l), +(4,51,l), +(300,51,l), +(300,145,l), +(101,145,l), +(151,258,l), +(150,258,l), +(150,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 304; +}, +{ +anchors = ( +{ +name = _center; +pos = (172,174); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(306,-40,l), -(397,393,l), -(221,393,l), -(-21,141,l), -(-42,42,l), -(371,42,l), -(395,157,l), -(137,157,l), -(220,251,l), -(219,251,l), -(158,-40,l) +(254,-40,l), +(254,393,l), +(214,393,l), +(7,103,l), +(7,74,l), +(337,74,l), +(337,104,l), +(44,104,l), +(230,364,l), +(220,367,l), +(220,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 342; +}, +{ +anchors = ( +{ +name = _center; +pos = (193,174); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(321,-40,l), +(321,393,l), +(167,393,l), +(3,141,l), +(3,47,l), +(383,47,l), +(383,151,l), +(128,151,l), +(244,332,l), +(194,346,l), +(194,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 385; +}, +{ +anchors = ( +{ +name = _center; +pos = (211,173); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(323,-40,l), +(323,393,l), +(280,393,l), +(7,104,l), +(7,74,l), +(414,74,l), +(414,104,l), +(47,104,l), +(288,355,l), +(286,355,l), +(286,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 421; +}, +{ +anchors = ( +{ +name = _center; +pos = (216,171); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(368,-40,l), +(368,393,l), +(190,393,l), +(1,141,l), +(1,42,l), +(430,42,l), +(430,157,l), +(159,157,l), +(220,250,l), +(219,250,l), +(219,-40,l) ); } ); @@ -498,6 +746,216 @@ width = 60; }; }; width = 432; +}, +{ +anchors = ( +{ +name = _center; +pos = (71,177); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(102,-40,l), +(193,393,l), +(154,393,l), +(-46,98,l), +(-51,74,l), +(169,74,l), +(174,100,l), +(-17,100,l), +(158,360,l), +(157,360,l), +(73,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 208; +}, +{ +anchors = ( +{ +name = _center; +pos = (118,177); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(189,-40,l), +(281,393,l), +(150,393,l), +(-27,137,l), +(-45,51,l), +(247,51,l), +(268,145,l), +(71,145,l), +(144,258,l), +(143,258,l), +(80,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 293; +}, +{ +anchors = ( +{ +name = _center; +pos = (138,177); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(194,-40,l), +(284,393,l), +(246,393,l), +(-24,103,l), +(-30,74,l), +(299,74,l), +(305,104,l), +(13,104,l), +(242,346,l), +(240,346,l), +(160,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 343; +}, +{ +anchors = ( +{ +name = _center; +pos = (146,177); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(245,-40,l), +(335,393,l), +(180,393,l), +(-36,141,l), +(-55,47,l), +(325,47,l), +(347,151,l), +(91,151,l), +(179,257,l), +(178,257,l), +(117,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 362; +}, +{ +anchors = ( +{ +name = _center; +pos = (162,177); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,-40,l), +(331,393,l), +(290,393,l), +(-25,104,l), +(-31,74,l), +(349,74,l), +(355,104,l), +(17,104,l), +(288,353,l), +(286,353,l), +(205,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 394; +}, +{ +anchors = ( +{ +name = _center; +pos = (166,177); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,-40,l), +(385,393,l), +(209,393,l), +(-33,141,l), +(-54,42,l), +(359,42,l), +(383,157,l), +(125,157,l), +(208,251,l), +(207,251,l), +(146,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 408; } ); unicode = 8324; diff --git a/sources/MonaSans.glyphspackage/glyphs/foursuperior.glyph b/sources/MonaSans.glyphspackage/glyphs/foursuperior.glyph index 43e2f3bf..32530b25 100644 --- a/sources/MonaSans.glyphspackage/glyphs/foursuperior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/foursuperior.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = foursuperior; -kernLeft = foursuperior; +kernLeft = KO_foursuperior; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -18,7 +18,7 @@ weight = -350; width = 60; }; }; -width = 318; +width = 334; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -38,7 +38,41 @@ width = 60; width = 255; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 441; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 454; +}, +{ +layerId = m019; shapes = ( { pos = (0,376); @@ -108,10 +142,10 @@ type = Stem; } ); }; -width = 392; +width = 389; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { pos = (0,376); @@ -127,12 +161,242 @@ width = 60; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fourinferior; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fourinferior; }; -width = 419; +width = 402; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { +pos = (78,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 254; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (78,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 331; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (78,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 391; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (78,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 420; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (78,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 414; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (78,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 444; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +pos = (0,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 227; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 304; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +pos = (0,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fourinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fourinferior; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 342; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (0,376); +ref = fourinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fourinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fourinferior; +}; +width = 397; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; pos = (0,376); ref = fourinferior; } @@ -147,7 +411,7 @@ width = 60; width = 441; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { pos = (0,376); @@ -161,10 +425,10 @@ weight = -300; width = 60; }; }; -width = 442; +width = 432; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (78,376); @@ -178,10 +442,10 @@ weight = -30; width = 60; }; }; -width = 254; +width = 208; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (78,376); @@ -195,10 +459,10 @@ weight = -350; width = 60; }; }; -width = 315; +width = 293; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (78,376); @@ -212,10 +476,10 @@ weight = -25; width = 60; }; }; -width = 391; +width = 343; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (78,376); @@ -229,10 +493,10 @@ weight = -300; width = 60; }; }; -width = 420; +width = 362; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (78,376); @@ -246,10 +510,10 @@ weight = -25; width = 60; }; }; -width = 414; +width = 394; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (78,376); @@ -263,7 +527,7 @@ weight = -300; width = 60; }; }; -width = 432; +width = 408; } ); unicode = 8308; diff --git a/sources/MonaSans.glyphspackage/glyphs/fraction.glyph b/sources/MonaSans.glyphspackage/glyphs/fraction.glyph index 95412dde..8d06e346 100644 --- a/sources/MonaSans.glyphspackage/glyphs/fraction.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/fraction.glyph @@ -1,7 +1,5 @@ { glyphname = fraction; -kernLeft = fraction; -kernRight = fraction; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,14 +7,14 @@ shapes = ( { closed = 1; nodes = ( -(-58,0,l), -(298,721,l), -(186,721,l), -(-170,0,l) +(-51,0,l), +(309,729,l), +(196,729,l), +(-164,0,l) ); } ); -width = 128; +width = 145; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -24,74 +22,74 @@ shapes = ( { closed = 1; nodes = ( -(-135,0,l), -(220,721,l), -(191,721,l), -(-164,0,l) +(-137,0,l), +(222,729,l), +(193,729,l), +(-166,0,l) ); } ); -width = 56; +width = 57; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(-172,0,l), -(325,721,l), -(287,721,l), -(-209,0,l) +(-223,0,l), +(365,729,l), +(324,729,l), +(-264,0,l) ); } ); -width = 116; +width = 101; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(-102,0,l), -(395,721,l), -(257,721,l), -(-239,0,l) +(-146,0,l), +(443,729,l), +(292,729,l), +(-295,0,l) ); } ); -width = 156; +width = 148; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(-221,0,l), -(361,721,l), -(320,721,l), -(-261,0,l) +(-167,0,l), +(326,729,l), +(287,729,l), +(-204,0,l) ); } ); -width = 100; +width = 120; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(-150,0,l), -(432,721,l), -(283,721,l), -(-298,0,l) +(-103,0,l), +(384,729,l), +(247,729,l), +(-241,0,l) ); } ); -width = 134; +width = 144; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -99,14 +97,14 @@ shapes = ( { closed = 1; nodes = ( -(-196,0,l), -(333,721,l), -(300,721,l), -(-229,0,l) +(-198,0,l), +(337,729,l), +(303,729,l), +(-232,0,l) ); } ); -width = 61; +width = 62; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -114,14 +112,14 @@ shapes = ( { closed = 1; nodes = ( -(-96,0,l), -(388,721,l), -(268,721,l), -(-216,0,l) +(-89,0,l), +(400,729,l), +(279,729,l), +(-210,0,l) ); } ); -width = 135; +width = 153; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -129,14 +127,14 @@ shapes = ( { closed = 1; nodes = ( -(-212,0,l), -(413,721,l), -(372,721,l), -(-252,0,l) +(-214,0,l), +(418,729,l), +(376,729,l), +(-255,0,l) ); } ); -width = 119; +width = 120; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -144,14 +142,14 @@ shapes = ( { closed = 1; nodes = ( -(-136,0,l), -(489,721,l), -(339,721,l), -(-285,0,l) +(-138,0,l), +(495,729,l), +(343,729,l), +(-288,0,l) ); } ); -width = 167; +width = 169; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -159,14 +157,14 @@ shapes = ( { closed = 1; nodes = ( -(-261,0,l), -(449,721,l), -(405,721,l), -(-304,0,l) +(-264,0,l), +(454,729,l), +(410,729,l), +(-307,0,l) ); } ); -width = 103; +width = 104; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -174,14 +172,194 @@ shapes = ( { closed = 1; nodes = ( -(-182,0,l), -(528,721,l), -(365,721,l), -(-344,0,l) +(-178,0,l), +(540,729,l), +(375,729,l), +(-342,0,l) +); +} +); +width = 161; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(-145,0,l), +(214,729,l), +(185,729,l), +(-174,0,l) +); +} +); +width = 40; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(-64,0,l), +(296,729,l), +(183,729,l), +(-177,0,l) +); +} +); +width = 119; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-191,0,l), +(311,729,l), +(273,729,l), +(-229,0,l) +); +} +); +width = 83; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(-115,0,l), +(387,729,l), +(248,729,l), +(-254,0,l) +); +} +); +width = 133; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(-229,0,l), +(360,729,l), +(319,729,l), +(-269,0,l) +); +} +); +width = 91; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(-157,0,l), +(432,729,l), +(281,729,l), +(-306,0,l) +); +} +); +width = 125; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-221,0,l), +(314,729,l), +(280,729,l), +(-255,0,l) +); +} +); +width = 14; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-108,0,l), +(381,729,l), +(260,729,l), +(-229,0,l) +); +} +); +width = 113; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-238,0,l), +(394,729,l), +(352,729,l), +(-279,0,l) +); +} +); +width = 72; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(-167,0,l), +(466,729,l), +(314,729,l), +(-317,0,l) +); +} +); +width = 110; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-274,0,l), +(444,729,l), +(400,729,l), +(-317,0,l) +); +} +); +width = 84; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(-199,0,l), +(519,729,l), +(354,729,l), +(-363,0,l) ); } ); -width = 147; +width = 117; } ); metricRight = "=|"; diff --git a/sources/MonaSans.glyphspackage/glyphs/g.glyph b/sources/MonaSans.glyphspackage/glyphs/g.glyph index 77aaa3b5..eb939247 100644 --- a/sources/MonaSans.glyphspackage/glyphs/g.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/g.glyph @@ -1,17 +1,17 @@ { glyphname = g; -kernLeft = g; -kernRight = g; +kernLeft = KO_g; +kernRight = KO_g; layers = ( { anchors = ( { name = bottom; -pos = (232,-167); +pos = (240,-167); }, { name = top; -pos = (232,541); +pos = (240,541); } ); background = { @@ -77,59 +77,59 @@ shapes = ( { closed = 1; nodes = ( -(377,-177,o), -(440,-125,o), -(440,39,cs), -(440,541,l), -(269,541,l), -(264,480,l), -(257,480,l), -(241,526,o), -(207,551,o), -(156,551,cs), -(73,551,o), -(15,494,o), -(15,292,cs), -(15,135,o), -(45,31,o), -(156,31,cs), -(196,31,o), -(237,50,o), -(257,104,c), -(264,104,l), -(264,7,ls), -(264,-33,o), -(257,-61,o), -(232,-61,cs), -(214,-61,o), -(200,-47,o), -(200,-5,c), -(38,-5,l), -(37,-113,o), -(105,-177,o), -(218,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(203,159,o), -(193,191,o), -(193,292,cs), -(193,375,o), -(198,422,o), -(229,422,cs), -(252,422,o), -(264,394,o), -(264,305,cs), -(264,277,ls), -(264,201,o), -(256,159,o), -(229,159,cs) -); -} -); -width = 467; +(385,-177,o), +(448,-125,o), +(448,39,cs), +(448,541,l), +(277,541,l), +(272,480,l), +(265,480,l), +(249,526,o), +(215,551,o), +(164,551,cs), +(81,551,o), +(23,494,o), +(23,292,cs), +(23,135,o), +(53,31,o), +(164,31,cs), +(204,31,o), +(245,50,o), +(265,104,c), +(272,104,l), +(272,7,ls), +(272,-33,o), +(265,-61,o), +(240,-61,cs), +(222,-61,o), +(208,-47,o), +(208,-5,c), +(46,-5,l), +(45,-113,o), +(113,-177,o), +(226,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(211,159,o), +(201,191,o), +(201,292,cs), +(201,375,o), +(206,422,o), +(237,422,cs), +(260,422,o), +(272,394,o), +(272,305,cs), +(272,277,ls), +(272,201,o), +(264,159,o), +(237,159,cs) +); +} +); +width = 483; }, { anchors = ( @@ -205,11 +205,81 @@ width = 341; anchors = ( { name = bottom; -pos = (290,-167); +pos = (307,-167); +}, +{ +name = top; +pos = (307,517); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(463,-177,o), +(557,-105,o), +(557,32,cs), +(557,517,l), +(520,517,l), +(520,399,l), +(515,399,l), +(478,475,o), +(401,526,o), +(293,526,cs), +(141,526,o), +(33,426,o), +(33,277,cs), +(33,128,o), +(128,28,o), +(287,28,cs), +(392,28,o), +(483,78,o), +(515,153,c), +(520,153,l), +(520,34,ls), +(520,-91,o), +(433,-143,o), +(297,-143,cs), +(186,-143,o), +(106,-103,o), +(92,-20,c), +(56,-20,l), +(67,-119,o), +(161,-177,o), +(297,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(159,61,o), +(71,140,o), +(71,277,cs), +(71,406,o), +(159,492,o), +(294,492,cs), +(431,492,o), +(520,409,o), +(520,292,cs), +(520,245,ls), +(520,138,o), +(429,61,o), +(291,61,cs) +); +} +); +width = 623; +}, +{ +anchors = ( +{ +name = bottom; +pos = (359,-167); }, { name = top; -pos = (290,517); +pos = (359,544); } ); background = { @@ -217,116 +287,244 @@ shapes = ( { closed = 1; nodes = ( -(400,-177,o), -(491,-120,o), -(491,25,cs), -(491,517,l), -(457,517,l), -(454,339,l), -(454,31,ls), -(454,-103,o), -(379,-144,o), -(271,-144,cs), -(185,-144,o), -(126,-106,o), -(114,-43,c), -(78,-43,l), -(92,-128,o), -(166,-177,o), -(271,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(357,13,o), -(426,63,o), -(452,137,c), -(470,137,l), -(470,237,l), -(454,237,l), -(454,139,o), -(386,47,o), -(272,47,cs), -(164,47,o), -(92,130,o), -(92,270,cs), -(92,412,o), -(164,494,o), -(272,494,cs), -(387,494,o), -(454,402,o), -(454,305,c), -(470,305,l), -(470,404,l), -(452,404,l), -(426,478,o), -(357,527,o), -(263,527,cs), -(139,527,o), -(54,430,o), -(54,270,cs), -(54,112,o), -(139,13,o), -(263,13,cs) +(488,-177,o), +(666,-127,o), +(666,95,cs), +(666,544,l), +(459,544,l), +(449,478,l), +(440,478,l), +(411,526,o), +(343,554,o), +(263,554,cs), +(118,554,o), +(18,451,o), +(18,296,cs), +(18,139,o), +(117,37,o), +(263,37,cs), +(335,37,o), +(406,62,o), +(438,116,c), +(446,116,l), +(446,51,ls), +(446,-9,o), +(399,-35,o), +(326,-35,cs), +(284,-35,o), +(252,-24,o), +(245,1,c), +(35,1,l), +(42,-102,o), +(140,-177,o), +(319,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(281,196,o), +(240,234,o), +(240,296,cs), +(240,359,o), +(281,398,o), +(345,398,cs), +(407,398,o), +(446,359,o), +(446,304,cs), +(446,291,ls), +(446,235,o), +(407,196,o), +(344,196,cs) ); } ); }; -layerId = master01; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(408,-177,o), -(491,-112,o), -(491,25,cs), -(491,517,l), -(457,517,l), -(455,404,l), -(452,404,l), -(426,478,o), -(357,527,o), -(263,527,cs), -(139,527,o), -(54,430,o), -(54,270,cs), -(54,112,o), -(139,13,o), -(263,13,cs), -(357,13,o), -(426,63,o), -(452,137,c), -(454,137,l), -(454,25,ls), -(454,-95,o), -(391,-144,o), -(271,-144,cs), -(185,-144,o), -(126,-106,o), -(114,-43,c), -(78,-43,l), -(92,-128,o), -(166,-177,o), -(271,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,47,o), -(92,130,o), -(92,270,cs), -(92,412,o), -(164,494,o), -(272,494,cs), -(387,494,o), -(454,402,o), -(454,305,cs), -(454,237,ls), -(454,139,o), -(386,47,o), -(272,47,cs) +(565,-177,o), +(672,-86,o), +(672,75,cs), +(672,544,l), +(465,544,l), +(455,478,l), +(446,478,l), +(417,526,o), +(348,554,o), +(271,554,cs), +(123,554,o), +(24,451,o), +(24,295,cs), +(24,139,o), +(123,37,o), +(269,37,cs), +(341,37,o), +(412,62,o), +(444,116,c), +(452,116,l), +(452,45,ls), +(452,-14,o), +(407,-35,o), +(340,-35,cs), +(287,-35,o), +(258,-22,o), +(251,1,c), +(41,1,l), +(51,-106,o), +(147,-177,o), +(337,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,196,o), +(246,234,o), +(246,296,cs), +(246,359,o), +(287,398,o), +(351,398,cs), +(413,398,o), +(452,359,o), +(452,304,cs), +(452,291,ls), +(452,235,o), +(413,196,o), +(350,196,cs) +); +} +); +width = 720; +}, +{ +anchors = ( +{ +name = bottom; +pos = (295,-189); +}, +{ +name = top; +pos = (298,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(411,-177,o), +(502,-120,o), +(502,25,cs), +(502,517,l), +(468,517,l), +(465,339,l), +(465,31,ls), +(465,-103,o), +(390,-144,o), +(282,-144,cs), +(196,-144,o), +(137,-106,o), +(125,-43,c), +(89,-43,l), +(103,-128,o), +(177,-177,o), +(282,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(368,13,o), +(437,63,o), +(463,137,c), +(481,137,l), +(481,237,l), +(465,237,l), +(465,139,o), +(397,47,o), +(283,47,cs), +(175,47,o), +(103,130,o), +(103,270,cs), +(103,412,o), +(175,494,o), +(283,494,cs), +(398,494,o), +(465,402,o), +(465,305,c), +(481,305,l), +(481,404,l), +(463,404,l), +(437,478,o), +(368,527,o), +(274,527,cs), +(150,527,o), +(65,430,o), +(65,270,cs), +(65,112,o), +(150,13,o), +(274,13,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(430,-189,o), +(497,-124,o), +(497,22,cs), +(497,517,l), +(463,517,l), +(461,404,l), +(458,404,l), +(433,478,o), +(365,527,o), +(273,527,cs), +(152,527,o), +(70,428,o), +(70,265,cs), +(70,105,o), +(152,5,o), +(274,5,cs), +(366,5,o), +(433,56,o), +(458,132,c), +(460,132,l), +(460,22,ls), +(460,-107,o), +(412,-156,o), +(298,-156,cs), +(193,-156,o), +(128,-119,o), +(114,-45,c), +(78,-45,l), +(94,-140,o), +(171,-189,o), +(298,-189,cs) +); +}, +{ +closed = 1; +nodes = ( +(177,39,o), +(108,123,o), +(108,265,cs), +(108,410,o), +(177,494,o), +(282,494,cs), +(396,494,o), +(460,402,o), +(460,305,cs), +(460,232,ls), +(460,132,o), +(394,39,o), +(283,39,cs) ); } ); @@ -488,17 +686,17 @@ type = Stem; } ); }; -width = 576; +width = 580; }, { anchors = ( { name = bottom; -pos = (318,-154); +pos = (300,-195); }, { name = top; -pos = (318,544); +pos = (309,544); } ); background = { @@ -613,262 +811,64 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(465,-177,o), -(580,-113,o), -(580,80,cs), -(580,544,l), -(395,544,l), -(390,475,l), -(380,475,l), -(359,526,o), -(299,554,o), -(235,554,cs), -(110,554,o), -(27,457,o), -(27,291,cs), -(27,124,o), -(110,29,o), -(235,29,cs), -(304,29,o), -(361,61,o), -(380,108,c), -(389,108,l), -(389,40,ls), -(389,-10,o), -(370,-44,o), -(294,-44,cs), -(252,-44,o), -(225,-27,o), -(221,-2,c), -(37,-2,l), -(43,-107,o), -(133,-177,o), -(289,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(243,182,o), -(222,227,o), -(222,291,cs), -(222,355,o), -(246,401,o), -(313,401,cs), -(357,401,o), -(388,371,o), -(388,311,cs), -(388,271,ls), -(388,217,o), -(364,182,o), -(308,182,cs) -); -} -); -width = 633; -}, -{ -anchors = ( -{ -name = bottom; -pos = (307,-167); -}, -{ -name = top; -pos = (307,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(463,-177,o), -(557,-105,o), -(557,32,cs), -(557,517,l), -(520,517,l), -(520,399,l), -(515,399,l), -(478,475,o), -(401,526,o), -(293,526,cs), -(141,526,o), -(33,426,o), -(33,277,cs), -(33,128,o), -(128,28,o), -(287,28,cs), -(392,28,o), -(483,78,o), -(515,153,c), -(520,153,l), -(520,34,ls), -(520,-91,o), -(433,-143,o), -(297,-143,cs), -(186,-143,o), -(106,-103,o), -(92,-20,c), -(56,-20,l), -(67,-119,o), -(161,-177,o), -(297,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(159,61,o), -(71,140,o), -(71,277,cs), -(71,406,o), -(159,492,o), -(294,492,cs), -(431,492,o), -(520,409,o), -(520,292,cs), -(520,245,ls), -(520,138,o), -(429,61,o), -(291,61,cs) -); -} -); -width = 623; -}, -{ -anchors = ( -{ -name = bottom; -pos = (346,-167); -}, -{ -name = top; -pos = (346,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(481,-177,o), -(659,-127,o), -(659,95,cs), -(659,544,l), -(452,544,l), -(442,478,l), -(433,478,l), -(404,526,o), -(336,554,o), -(256,554,cs), -(111,554,o), -(11,451,o), -(11,296,cs), -(11,139,o), -(110,37,o), -(256,37,cs), -(328,37,o), -(399,62,o), -(431,116,c), -(439,116,l), -(439,51,ls), -(439,-9,o), -(392,-35,o), -(319,-35,cs), -(277,-35,o), -(245,-24,o), -(238,1,c), -(28,1,l), -(35,-102,o), -(133,-177,o), -(312,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,196,o), -(233,234,o), -(233,296,cs), -(233,359,o), -(274,398,o), -(338,398,cs), -(400,398,o), -(439,359,o), -(439,304,cs), -(439,291,ls), -(439,235,o), -(400,196,o), -(337,196,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(552,-177,o), -(659,-86,o), -(659,75,cs), -(659,544,l), -(452,544,l), -(442,478,l), -(433,478,l), -(404,526,o), -(335,554,o), -(258,554,cs), -(110,554,o), -(11,451,o), -(11,295,cs), -(11,139,o), -(110,37,o), -(256,37,cs), -(328,37,o), -(399,62,o), -(431,116,c), -(439,116,l), -(439,45,ls), -(439,-14,o), -(394,-35,o), -(327,-35,cs), -(274,-35,o), -(245,-22,o), -(238,1,c), -(28,1,l), -(38,-106,o), -(134,-177,o), -(324,-177,cs) +(455,-197,o), +(563,-143,o), +(563,54,cs), +(563,544,l), +(380,544,l), +(377,475,l), +(365,475,l), +(346,523,o), +(292,554,o), +(225,554,cs), +(102,554,o), +(22,455,o), +(22,284,cs), +(22,113,o), +(103,17,o), +(225,17,cs), +(291,17,o), +(346,49,o), +(364,95,c), +(376,95,l), +(374,22,ls), +(374,-28,o), +(358,-61,o), +(296,-61,cs), +(253,-61,o), +(228,-47,o), +(223,-22,c), +(28,-22,l), +(34,-127,o), +(127,-197,o), +(291,-197,cs) ); }, { closed = 1; nodes = ( -(274,196,o), -(233,234,o), -(233,296,cs), -(233,359,o), -(274,398,o), -(338,398,cs), -(400,398,o), -(439,359,o), -(439,304,cs), -(439,291,ls), -(439,235,o), -(400,196,o), -(337,196,cs) +(242,170,o), +(215,208,o), +(215,284,cs), +(215,362,o), +(244,401,o), +(297,401,cs), +(345,401,o), +(374,358,o), +(374,295,cs), +(374,274,ls), +(374,210,o), +(344,170,o), +(297,170,cs) ); } ); -width = 701; +width = 614; }, { anchors = ( @@ -944,11 +944,11 @@ width = 338; anchors = ( { name = bottom; -pos = (152,-167); +pos = (160,-167); }, { name = top; -pos = (299,541); +pos = (307,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -956,59 +956,59 @@ shapes = ( { closed = 1; nodes = ( -(300,-175,o), -(358,-118,o), -(387,21,cs), -(495,541,l), -(325,541,l), -(304,472,l), -(297,472,l), -(289,524,o), -(258,551,o), -(202,551,cs), -(129,551,o), -(62,501,o), -(22,303,cs), -(-7,165,o), -(-7,36,o), -(116,36,cs), -(154,36,o), -(196,56,o), -(221,101,c), -(227,100,l), -(206,1,ls), -(198,-37,o), -(187,-59,o), -(164,-59,cs), -(144,-59,o), -(134,-42,o), -(141,-5,c), -(-20,-5,l), -(-35,-105,o), -(21,-175,o), -(165,-175,cs) -); -}, -{ -closed = 1; -nodes = ( -(183,159,o), -(175,186,o), -(196,295,cs), -(211,368,o), -(228,416,o), -(256,416,cs), -(280,416,o), -(286,393,o), -(268,299,cs), -(263,273,ls), -(247,192,o), -(230,159,o), -(207,159,cs) -); -} -); -width = 465; +(308,-175,o), +(366,-118,o), +(395,21,cs), +(503,541,l), +(333,541,l), +(312,472,l), +(305,472,l), +(297,524,o), +(266,551,o), +(210,551,cs), +(137,551,o), +(70,501,o), +(30,303,cs), +(1,165,o), +(1,36,o), +(124,36,cs), +(162,36,o), +(204,56,o), +(229,101,c), +(235,100,l), +(214,1,ls), +(206,-37,o), +(195,-59,o), +(172,-59,cs), +(152,-59,o), +(142,-42,o), +(149,-5,c), +(-12,-5,l), +(-27,-105,o), +(29,-175,o), +(173,-175,cs) +); +}, +{ +closed = 1; +nodes = ( +(191,159,o), +(183,186,o), +(204,295,cs), +(219,368,o), +(236,416,o), +(264,416,cs), +(288,416,o), +(294,393,o), +(276,299,cs), +(271,273,ls), +(255,192,o), +(238,159,o), +(215,159,cs) +); +} +); +width = 481; }, { anchors = ( @@ -1340,11 +1340,11 @@ width = 614; anchors = ( { name = bottom; -pos = (262,-167); +pos = (272,-167); }, { name = top; -pos = (409,544); +pos = (419,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -1352,59 +1352,1462 @@ shapes = ( { closed = 1; nodes = ( -(435,-177,o), -(569,-125,o), -(606,53,cs), -(709,544,l), -(505,544,l), -(476,467,l), -(467,467,l), -(443,518,o), -(371,554,o), -(286,554,cs), -(130,554,o), -(24,442,o), -(16,270,cs), -(9,129,o), -(101,38,o), -(247,38,cs), -(309,38,o), -(365,60,o), -(389,96,c), -(395,96,l), -(383,38,ls), -(370,-24,o), -(323,-36,o), -(276,-36,cs), -(228,-36,o), -(188,-24,o), -(184,3,c), -(-22,3,l), -(-20,-105,o), -(79,-177,o), -(272,-177,cs) +(445,-177,o), +(579,-125,o), +(616,53,cs), +(719,544,l), +(515,544,l), +(486,467,l), +(477,467,l), +(453,518,o), +(381,554,o), +(296,554,cs), +(140,554,o), +(34,442,o), +(26,270,cs), +(19,129,o), +(111,38,o), +(257,38,cs), +(319,38,o), +(375,60,o), +(399,96,c), +(405,96,l), +(393,38,ls), +(380,-24,o), +(333,-36,o), +(286,-36,cs), +(238,-36,o), +(198,-24,o), +(194,3,c), +(-12,3,l), +(-10,-105,o), +(89,-177,o), +(282,-177,cs) ); }, { closed = 1; nodes = ( -(277,196,o), -(235,228,o), -(238,288,cs), -(241,356,o), -(281,398,o), -(347,398,cs), -(408,398,o), -(451,356,o), -(437,292,cs), -(433,275,ls), -(423,223,o), -(388,196,o), -(329,196,cs) +(287,196,o), +(245,228,o), +(248,288,cs), +(251,356,o), +(291,398,o), +(357,398,cs), +(418,398,o), +(461,356,o), +(447,292,cs), +(443,275,ls), +(433,223,o), +(398,196,o), +(339,196,cs) +); +} +); +width = 711; +}, +{ +anchors = ( +{ +name = bottom; +pos = (167,-167); +}, +{ +name = top; +pos = (167,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,-173,o), +(276,-116,o), +(276,10,cs), +(276,516,l), +(247,516,l), +(246,439,l), +(245,439,l), +(228,491,o), +(199,526,o), +(143,526,cs), +(61,526,o), +(23,442,o), +(23,265,cs), +(24,88,o), +(62,5,o), +(142,5,cs), +(201,5,o), +(229,42,o), +(245,92,c), +(246,92,l), +(246,11,ls), +(246,-96,o), +(221,-146,o), +(154,-146,cs), +(99,-146,o), +(69,-113,o), +(64,-42,c), +(33,-42,l), +(40,-123,o), +(71,-173,o), +(155,-173,cs) +); +}, +{ +closed = 1; +nodes = ( +(83,32,o), +(54,105,o), +(54,265,cs), +(54,426,o), +(83,499,o), +(151,499,cs), +(208,499,o), +(246,436,o), +(246,319,cs), +(246,212,ls), +(246,93,o), +(207,32,o), +(151,32,cs) +); +} +); +width = 311; +}, +{ +anchors = ( +{ +name = bottom; +pos = (228,-167); +}, +{ +name = top; +pos = (228,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(44,0,l), +(52,-107,o), +(156,-177,o), +(316,-177,cs), +(490,-177,o), +(607,-93,o), +(607,57,cs), +(607,544,l), +(444,544,l), +(432,443,l), +(422,443,l), +(389,521,o), +(325,554,o), +(248,554,cs), +(111,554,o), +(28,447,o), +(28,293,cs), +(28,133,o), +(116,31,o), +(247,31,cs), +(324,31,o), +(380,69,o), +(407,125,c), +(417,125,l), +(417,32,ls), +(417,-14,o), +(379,-44,o), +(316,-44,cs), +(272,-44,o), +(241,-26,o), +(233,0,c) +); +}, +{ +closed = 1; +nodes = ( +(256,177,o), +(221,226,o), +(221,286,cs), +(221,345,o), +(256,395,o), +(321,395,cs), +(380,395,o), +(417,352,o), +(417,297,cs), +(417,275,ls), +(417,227,o), +(381,177,o), +(320,177,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(372,-179,o), +(436,-127,o), +(436,37,cs), +(436,541,l), +(265,541,l), +(259,467,l), +(258,467,l), +(237,526,o), +(202,551,o), +(150,551,cs), +(66,551,o), +(7,494,o), +(7,282,cs), +(7,115,o), +(37,11,o), +(150,11,cs), +(191,11,o), +(233,30,o), +(259,97,c), +(260,97,l), +(260,5,ls), +(260,-26,o), +(253,-47,o), +(227,-47,cs), +(210,-47,o), +(195,-38,o), +(192,-12,c), +(27,-12,l), +(29,-120,o), +(99,-179,o), +(224,-179,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,147,o), +(185,177,o), +(185,282,cs), +(185,370,o), +(190,415,o), +(223,415,cs), +(247,415,o), +(260,389,o), +(260,295,cs), +(260,267,ls), +(260,186,o), +(251,147,o), +(223,147,cs) +); +} +); +width = 452; +}, +{ +anchors = ( +{ +name = bottom; +pos = (284,-167); +}, +{ +name = top; +pos = (284,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(414,-177,o), +(505,-120,o), +(505,25,cs), +(505,517,l), +(471,517,l), +(468,339,l), +(468,31,ls), +(468,-103,o), +(393,-144,o), +(285,-144,cs), +(199,-144,o), +(140,-106,o), +(128,-43,c), +(92,-43,l), +(106,-128,o), +(180,-177,o), +(285,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(371,13,o), +(440,63,o), +(466,137,c), +(484,137,l), +(484,237,l), +(468,237,l), +(468,139,o), +(400,47,o), +(286,47,cs), +(178,47,o), +(106,130,o), +(106,270,cs), +(106,412,o), +(178,494,o), +(286,494,cs), +(401,494,o), +(468,402,o), +(468,305,c), +(484,305,l), +(484,404,l), +(466,404,l), +(440,478,o), +(371,527,o), +(277,527,cs), +(153,527,o), +(68,430,o), +(68,270,cs), +(68,112,o), +(153,13,o), +(277,13,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(416,-177,o), +(485,-112,o), +(485,25,cs), +(485,517,l), +(451,517,l), +(449,400,l), +(448,400,l), +(418,480,o), +(343,527,o), +(248,527,cs), +(118,527,o), +(30,430,o), +(30,265,cs), +(30,102,o), +(118,2,o), +(248,2,cs), +(343,2,o), +(418,49,o), +(447,128,c), +(448,128,l), +(448,25,ls), +(448,-95,o), +(389,-144,o), +(270,-144,cs), +(162,-144,o), +(99,-110,o), +(81,-33,c), +(42,-33,l), +(62,-132,o), +(138,-177,o), +(270,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(143,36,o), +(68,120,o), +(68,265,cs), +(68,412,o), +(143,494,o), +(257,494,cs), +(378,494,o), +(448,392,o), +(448,295,cs), +(448,236,ls), +(448,138,o), +(377,36,o), +(257,36,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +12 +); +stem = -2; +target = ( +0, +51 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +2, +11 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +31 +); +stem = -2; +target = ( +2, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +25 +); +stem = -2; +target = ( +0, +24 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +44 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +48 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +9 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +41 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +8 +); +stem = -2; +target = ( +1, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +34 +); +stem = -2; +target = ( +2, +2 +); +type = Stem; +} +); +}; +width = 544; +}, +{ +anchors = ( +{ +name = bottom; +pos = (317,-154); +}, +{ +name = top; +pos = (317,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-305,-177,o), +(-190,-113,o), +(-190,80,cs), +(-190,544,l), +(-375,544,l), +(-381,469,l), +(-391,469,l), +(-413,520,o), +(-470,554,o), +(-541,554,cs), +(-667,554,o), +(-751,471,o), +(-751,294,cs), +(-751,117,o), +(-667,34,o), +(-541,34,cs), +(-470,34,o), +(-413,68,o), +(-391,119,c), +(-381,119,l), +(-381,40,ls), +(-381,-10,o), +(-400,-44,o), +(-476,-44,cs), +(-518,-44,o), +(-545,-27,o), +(-549,-2,c), +(-733,-2,l), +(-727,-107,o), +(-637,-177,o), +(-481,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(-521,178,o), +(-556,211,o), +(-556,294,cs), +(-556,377,o), +(-521,410,o), +(-468,410,cs), +(-411,410,o), +(-386,371,o), +(-382,327,c), +(-381,263,l), +(-385,218,o), +(-410,178,o), +(-468,178,cs) +); +}, +{ +closed = 1; +nodes = ( +(493,-177,o), +(609,-111,o), +(609,58,cs), +(609,544,l), +(425,544,l), +(421,478,l), +(410,478,l), +(390,523,o), +(331,554,o), +(260,554,cs), +(130,554,o), +(45,459,o), +(45,297,cs), +(45,133,o), +(130,38,o), +(260,38,cs), +(334,38,o), +(392,72,o), +(410,114,c), +(418,114,l), +(418,30,ls), +(418,-25,o), +(379,-44,o), +(324,-44,cs), +(282,-44,o), +(255,-27,o), +(251,-2,c), +(67,-2,l), +(76,-107,o), +(177,-177,o), +(324,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,178,o), +(240,229,o), +(240,297,cs), +(240,363,o), +(266,414,o), +(336,414,cs), +(385,414,o), +(418,382,o), +(418,317,cs), +(418,275,ls), +(418,214,o), +(391,178,o), +(331,178,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(463,-179,o), +(579,-118,o), +(579,67,cs), +(579,544,l), +(394,544,l), +(389,452,l), +(388,452,l), +(360,516,o), +(298,554,o), +(221,554,cs), +(91,554,o), +(5,458,o), +(5,287,cs), +(5,117,o), +(91,23,o), +(221,23,cs), +(299,23,o), +(361,59,o), +(387,118,c), +(388,118,l), +(388,37,ls), +(388,-13,o), +(361,-37,o), +(303,-37,cs), +(255,-37,o), +(234,-28,o), +(224,-10,c), +(13,-10,l), +(22,-117,o), +(127,-179,o), +(295,-179,cs) +); +}, +{ +closed = 1; +nodes = ( +(230,176,o), +(200,215,o), +(200,287,cs), +(200,361,o), +(232,401,o), +(291,401,cs), +(346,401,o), +(387,356,o), +(387,295,cs), +(387,284,ls), +(387,222,o), +(344,176,o), +(286,176,cs) +); +} +); +width = 611; +}, +{ +anchors = ( +{ +name = bottom; +pos = (326,-167); +}, +{ +name = top; +pos = (326,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(499,-177,o), +(593,-107,o), +(593,32,cs), +(593,517,l), +(556,517,l), +(556,394,l), +(555,394,l), +(515,473,o), +(426,526,o), +(307,526,cs), +(142,526,o), +(24,425,o), +(24,267,cs), +(24,108,o), +(127,8,o), +(301,8,cs), +(424,8,o), +(518,54,o), +(555,134,c), +(556,134,l), +(556,34,ls), +(556,-83,o), +(474,-143,o), +(312,-143,cs), +(188,-143,o), +(99,-103,o), +(83,-20,c), +(43,-20,l), +(55,-119,o), +(160,-177,o), +(312,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,41,o), +(62,120,o), +(62,267,cs), +(62,405,o), +(160,492,o), +(308,492,cs), +(452,492,o), +(556,402,o), +(556,279,cs), +(556,241,ls), +(556,125,o), +(450,41,o), +(305,41,cs) +); +} +); +width = 649; +}, +{ +anchors = ( +{ +name = bottom; +pos = (378,-167); +}, +{ +name = top; +pos = (378,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(523,-177,o), +(701,-127,o), +(701,95,cs), +(701,544,l), +(494,544,l), +(484,478,l), +(475,478,l), +(446,526,o), +(378,554,o), +(298,554,cs), +(153,554,o), +(53,451,o), +(53,296,cs), +(53,139,o), +(152,37,o), +(298,37,cs), +(370,37,o), +(441,62,o), +(473,116,c), +(481,116,l), +(481,51,ls), +(481,-9,o), +(434,-35,o), +(361,-35,cs), +(319,-35,o), +(287,-24,o), +(280,1,c), +(70,1,l), +(77,-102,o), +(175,-177,o), +(354,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(316,196,o), +(275,234,o), +(275,296,cs), +(275,359,o), +(316,398,o), +(380,398,cs), +(442,398,o), +(481,359,o), +(481,304,cs), +(481,291,ls), +(481,235,o), +(442,196,o), +(379,196,cs) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(581,-177,o), +(691,-96,o), +(691,75,cs), +(691,544,l), +(484,544,l), +(477,471,l), +(476,471,l), +(434,525,o), +(365,554,o), +(276,554,cs), +(119,554,o), +(14,447,o), +(14,286,cs), +(14,126,o), +(119,20,o), +(274,20,cs), +(361,20,o), +(433,54,o), +(469,113,c), +(471,113,l), +(471,40,ls), +(471,-12,o), +(439,-35,o), +(361,-35,cs), +(302,-35,o), +(270,-26,o), +(261,-6,c), +(27,-6,l), +(40,-114,o), +(158,-177,o), +(346,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,179,o), +(236,219,o), +(236,287,cs), +(236,357,o), +(280,398,o), +(354,398,cs), +(420,398,o), +(471,350,o), +(471,290,cs), +(471,289,ls), +(471,227,o), +(419,179,o), +(353,179,cs) +); +} +); +width = 723; +}, +{ +anchors = ( +{ +name = bottom; +pos = (71,-167); +}, +{ +name = top; +pos = (212,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(124,-177,o), +(171,-154,o), +(196,-31,cs), +(309,516,l), +(281,516,l), +(263,432,l), +(262,432,l), +(259,488,o), +(235,526,o), +(179,526,cs), +(116,526,o), +(61,463,o), +(21,270,cs), +(-13,105,o), +(1,10,o), +(88,10,cs), +(135,10,o), +(166,41,o), +(191,89,c), +(192,89,l), +(169,-21,ls), +(150,-113,o), +(131,-150,o), +(67,-150,cs), +(12,-150,o), +(-16,-114,o), +(-4,-42,c), +(-33,-42,l), +(-45,-130,o), +(-4,-177,o), +(65,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(14,35,o), +(26,144,o), +(51,268,cs), +(81,416,o), +(115,498,o), +(183,498,cs), +(253,498,o), +(257,406,o), +(236,302,cs), +(217,210,ls), +(193,94,o), +(147,35,o), +(98,35,cs) +); +} +); +width = 292; +}, +{ +anchors = ( +{ +name = bottom; +pos = (144,-167); +}, +{ +name = top; +pos = (291,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(292,-175,o), +(350,-118,o), +(379,21,cs), +(487,541,l), +(317,541,l), +(296,472,l), +(295,472,l), +(287,524,o), +(250,551,o), +(194,551,cs), +(121,551,o), +(56,501,o), +(14,303,cs), +(-19,147,o), +(-19,18,o), +(104,18,cs), +(142,18,o), +(189,38,o), +(214,83,c), +(215,82,l), +(198,1,ls), +(190,-37,o), +(179,-59,o), +(156,-59,cs), +(136,-59,o), +(126,-42,o), +(133,-12,c), +(-28,-12,l), +(-43,-105,o), +(13,-175,o), +(157,-175,cs) +); +}, +{ +closed = 1; +nodes = ( +(171,141,o), +(163,168,o), +(188,295,cs), +(202,368,o), +(220,416,o), +(248,416,cs), +(272,416,o), +(279,390,o), +(260,299,cs), +(251,255,ls), +(235,175,o), +(218,141,o), +(195,141,cs) +); +} +); +width = 446; +}, +{ +anchors = ( +{ +name = bottom; +pos = (192,-167); +}, +{ +name = top; +pos = (334,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(362,-177,o), +(428,-95,o), +(451,17,cs), +(556,517,l), +(520,517,l), +(492,390,l), +(488,390,l), +(479,470,o), +(415,526,o), +(319,526,cs), +(177,526,o), +(72,404,o), +(66,234,cs), +(62,113,o), +(126,31,o), +(248,31,cs), +(331,31,o), +(400,75,o), +(437,142,c), +(441,142,l), +(417,24,ls), +(395,-82,o), +(331,-143,o), +(227,-143,cs), +(136,-143,o), +(72,-97,o), +(71,-23,c), +(35,-23,l), +(34,-116,o), +(109,-177,o), +(222,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,65,o), +(102,128,o), +(106,238,cs), +(111,388,o), +(201,492,o), +(322,492,cs), +(429,492,o), +(497,402,o), +(474,296,cs), +(460,233,ls), +(440,146,o), +(361,65,o), +(255,65,cs) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(323,-177,o), +(391,-118,o), +(419,17,cs), +(524,517,l), +(491,517,l), +(462,390,l), +(460,390,l), +(448,469,o), +(383,527,o), +(287,527,cs), +(141,527,o), +(32,394,o), +(32,213,cs), +(32,86,o), +(103,8,o), +(210,8,cs), +(292,8,o), +(364,50,o), +(404,116,c), +(405,116,l), +(385,24,ls), +(360,-92,o), +(304,-143,o), +(198,-143,cs), +(103,-143,o), +(34,-92,o), +(39,-12,c), +(3,-12,l), +(-4,-111,o), +(76,-177,o), +(193,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(131,41,o), +(70,102,o), +(70,216,cs), +(70,376,o), +(164,493,o), +(289,493,cs), +(395,493,o), +(461,407,o), +(441,289,cs), +(427,225,ls), +(405,124,o), +(328,41,o), +(221,41,cs) +); +} +); +width = 530; +}, +{ +anchors = ( +{ +name = bottom; +pos = (219,-167); +}, +{ +name = top; +pos = (366,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(382,-176,o), +(512,-140,o), +(554,61,cs), +(654,544,l), +(473,544,l), +(447,466,l), +(438,466,l), +(419,519,o), +(361,554,o), +(293,554,cs), +(154,554,o), +(69,451,o), +(48,267,cs), +(32,117,o), +(104,36,o), +(222,36,cs), +(285,36,o), +(340,63,o), +(362,104,c), +(371,104,l), +(354,29,ls), +(341,-27,o), +(307,-44,o), +(269,-44,cs), +(225,-44,o), +(200,-27,o), +(196,-2,c), +(16,-2,l), +(15,-106,o), +(111,-176,o), +(254,-176,cs) +); +}, +{ +closed = 1; +nodes = ( +(277,176,o), +(233,197,o), +(243,277,cs), +(254,366,o), +(287,410,o), +(349,410,cs), +(400,410,o), +(427,372,o), +(415,316,cs), +(405,265,ls), +(394,212,o), +(365,176,o), +(314,176,cs) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(407,-176,o), +(493,-86,o), +(521,48,cs), +(624,544,l), +(445,544,l), +(417,457,l), +(416,457,l), +(399,514,o), +(338,554,o), +(255,554,cs), +(107,554,o), +(9,419,o), +(9,237,cs), +(9,102,o), +(79,20,o), +(190,20,cs), +(253,20,o), +(311,50,o), +(339,93,c), +(340,93,l), +(325,26,ls), +(316,-16,o), +(291,-44,o), +(239,-44,cs), +(201,-44,o), +(175,-32,o), +(171,-10,c), +(-20,-10,l), +(-15,-110,o), +(90,-176,o), +(235,-176,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,159,o), +(203,188,o), +(203,256,cs), +(203,348,o), +(241,415,o), +(309,415,cs), +(363,415,o), +(395,362,o), +(381,292,cs), +(370,237,ls), +(360,189,o), +(326,159,o), +(281,159,cs) +); +} +); +width = 593; +}, +{ +anchors = ( +{ +name = bottom; +pos = (242,-167); +}, +{ +name = top; +pos = (338,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(409,-177,o), +(499,-114,o), +(526,15,cs), +(631,517,l), +(595,517,l), +(567,383,l), +(566,383,l), +(543,470,o), +(451,526,o), +(336,526,cs), +(163,526,o), +(46,409,o), +(35,260,cs), +(24,111,o), +(122,12,o), +(285,12,cs), +(377,12,o), +(465,49,o), +(513,127,c), +(514,127,l), +(491,14,ls), +(471,-84,o), +(403,-144,o), +(255,-144,cs), +(151,-144,o), +(46,-112,o), +(35,-20,c), +(-2,-20,l), +(2,-114,o), +(110,-177,o), +(255,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(153,45,o), +(61,126,o), +(73,266,cs), +(84,394,o), +(186,492,o), +(333,492,cs), +(486,492,o), +(576,399,o), +(548,271,cs), +(539,230,ls), +(514,116,o), +(410,45,o), +(290,45,cs) +); +} +); +width = 632; +}, +{ +anchors = ( +{ +name = bottom; +pos = (259,-167); +}, +{ +name = top; +pos = (406,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(432,-177,o), +(566,-125,o), +(603,53,cs), +(706,544,l), +(499,544,l), +(473,467,l), +(472,467,l), +(448,518,o), +(368,554,o), +(283,554,cs), +(127,554,o), +(21,442,o), +(13,270,cs), +(6,129,o), +(98,38,o), +(244,38,cs), +(306,38,o), +(367,60,o), +(391,96,c), +(392,96,l), +(380,38,ls), +(367,-24,o), +(323,-36,o), +(276,-36,cs), +(230,-36,o), +(188,-24,o), +(184,3,c), +(-29,3,l), +(-27,-105,o), +(73,-177,o), +(269,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,196,o), +(232,228,o), +(235,288,cs), +(238,356,o), +(278,398,o), +(344,398,cs), +(405,398,o), +(448,356,o), +(434,292,cs), +(430,275,ls), +(420,223,o), +(385,196,o), +(326,196,cs) ); } ); -width = 695; +width = 678; } ); unicode = 103; diff --git a/sources/MonaSans.glyphspackage/glyphs/g.ss06.glyph b/sources/MonaSans.glyphspackage/glyphs/g.ss06.glyph index 8156c965..a664ef9e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/g.ss06.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/g.ss06.glyph @@ -1,17 +1,17 @@ { glyphname = g.ss06; -kernLeft = g.ss05; -kernRight = g.ss05; +kernLeft = KO_g.ss06; +kernRight = KO_g.ss06; layers = ( { anchors = ( { name = bottom; -pos = (226,-167); +pos = (234,-167); }, { name = top; -pos = (222,541); +pos = (230,541); } ); background = { @@ -122,104 +122,104 @@ shapes = ( { closed = 1; nodes = ( -(269,-167,ls), -(383,-167,o), -(459,-99,o), -(459,2,cs), -(459,99,o), -(390,164,o), -(268,164,cs), -(195,164,ls), -(165,164,o), -(151,172,o), -(151,189,cs), -(151,206,o), -(169,220,o), -(194,239,c), -(114,262,l), -(50,238,o), -(10,191,o), -(10,142,cs), -(10,107,o), -(29,72,o), -(73,58,c), -(73,51,l), -(21,25,o), -(-11,-16,o), -(-11,-65,cs), -(-11,-129,o), -(43,-167,o), -(124,-167,cs) +(277,-167,ls), +(391,-167,o), +(467,-99,o), +(467,2,cs), +(467,99,o), +(398,164,o), +(276,164,cs), +(203,164,ls), +(173,164,o), +(159,172,o), +(159,189,cs), +(159,206,o), +(177,220,o), +(202,239,c), +(122,262,l), +(58,238,o), +(18,191,o), +(18,142,cs), +(18,107,o), +(37,72,o), +(81,58,c), +(81,51,l), +(29,25,o), +(-3,-16,o), +(-3,-65,cs), +(-3,-129,o), +(51,-167,o), +(132,-167,cs) ); }, { closed = 1; nodes = ( -(150,-50,o), -(133,-40,o), -(133,-17,cs), -(133,-5,o), -(140,9,o), -(151,18,c), -(242,18,ls), -(266,18,o), -(282,6,o), -(282,-15,cs), -(282,-36,o), -(268,-50,o), -(242,-50,cs), -(175,-50,ls) +(158,-50,o), +(141,-40,o), +(141,-17,cs), +(141,-5,o), +(148,9,o), +(159,18,c), +(250,18,ls), +(274,18,o), +(290,6,o), +(290,-15,cs), +(290,-36,o), +(276,-50,o), +(250,-50,cs), +(183,-50,ls) ); }, { closed = 1; nodes = ( -(342,211,o), -(422,274,o), -(422,381,cs), -(422,488,o), -(342,551,o), -(222,551,cs), -(102,551,o), -(22,488,o), -(22,381,cs), -(22,274,o), -(102,211,o), -(222,211,cs) +(350,211,o), +(430,274,o), +(430,381,cs), +(430,488,o), +(350,551,o), +(230,551,cs), +(110,551,o), +(30,488,o), +(30,381,cs), +(30,274,o), +(110,211,o), +(230,211,cs) ); }, { closed = 1; nodes = ( -(196,312,o), -(186,338,o), -(186,381,cs), -(186,424,o), -(196,450,o), -(222,450,cs), -(248,450,o), -(258,424,o), -(258,381,cs), -(258,338,o), -(248,312,o), -(222,312,cs) +(204,312,o), +(194,338,o), +(194,381,cs), +(194,424,o), +(204,450,o), +(230,450,cs), +(256,450,o), +(266,424,o), +(266,381,cs), +(266,338,o), +(256,312,o), +(230,312,cs) ); }, { closed = 1; nodes = ( -(380,511,o), -(418,523,o), -(466,521,c), -(466,642,l), -(377,643,o), -(319,593,o), -(308,506,c), -(358,473,l) +(388,511,o), +(426,523,o), +(474,521,c), +(474,642,l), +(385,643,o), +(327,593,o), +(316,506,c), +(366,473,l) ); } ); -width = 474; +width = 490; }, { anchors = ( @@ -289,165 +289,2684 @@ nodes = ( { closed = 1; nodes = ( -(235,164,o), -(282,216,o), -(282,345,cs), -(282,474,o), -(235,526,o), -(166,526,cs), -(97,526,o), -(50,474,o), -(50,345,cs), -(50,216,o), -(97,164,o), -(166,164,cs) +(235,164,o), +(282,216,o), +(282,345,cs), +(282,474,o), +(235,526,o), +(166,526,cs), +(97,526,o), +(50,474,o), +(50,345,cs), +(50,216,o), +(97,164,o), +(166,164,cs) +); +}, +{ +closed = 1; +nodes = ( +(103,192,o), +(80,249,o), +(80,345,cs), +(80,441,o), +(103,498,o), +(166,498,cs), +(229,498,o), +(252,441,o), +(252,345,cs), +(252,249,o), +(229,192,o), +(166,192,cs) +); +}, +{ +closed = 1; +nodes = ( +(254,543,o), +(287,572,o), +(324,566,c), +(324,594,l), +(272,602,o), +(237,561,o), +(222,502,c), +(241,488,l) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(198,-167,ls), +(271,-167,o), +(323,-120,o), +(323,-49,cs), +(323,21,o), +(278,67,o), +(198,67,cs), +(117,67,ls), +(89,67,o), +(70,86,o), +(70,115,cs), +(70,146,o), +(92,168,o), +(116,183,c), +(100,196,l), +(67,173,o), +(43,143,o), +(43,110,cs), +(43,86,o), +(55,63,o), +(77,51,c), +(77,49,l), +(36,20,o), +(8,-19,o), +(8,-67,cs), +(8,-135,o), +(57,-167,o), +(130,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(62,-139,o), +(36,-107,o), +(36,-60,cs), +(36,-24,o), +(58,15,o), +(90,38,c), +(203,38,ls), +(257,38,o), +(293,7,o), +(293,-49,cs), +(293,-103,o), +(260,-139,o), +(200,-139,cs), +(130,-139,ls) +); +}, +{ +closed = 1; +nodes = ( +(235,164,o), +(282,216,o), +(282,345,cs), +(282,474,o), +(235,526,o), +(166,526,cs), +(97,526,o), +(50,474,o), +(50,345,cs), +(50,216,o), +(97,164,o), +(166,164,cs) +); +}, +{ +closed = 1; +nodes = ( +(103,192,o), +(80,249,o), +(80,345,cs), +(80,441,o), +(103,498,o), +(166,498,cs), +(229,498,o), +(252,441,o), +(252,345,cs), +(252,249,o), +(229,192,o), +(166,192,cs) +); +}, +{ +closed = 1; +nodes = ( +(254,543,o), +(287,572,o), +(324,566,c), +(324,594,l), +(272,602,o), +(237,561,o), +(222,502,c), +(241,488,l) +); +} +); +width = 325; +}, +{ +anchors = ( +{ +name = bottom; +pos = (258,-167); +}, +{ +name = top; +pos = (264,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(359,-167,ls), +(462,-167,o), +(536,-118,o), +(536,-29,cs), +(536,58,o), +(475,102,o), +(359,102,cs), +(160,102,ls), +(117,102,o), +(89,117,o), +(89,148,cs), +(89,174,o), +(109,203,o), +(150,224,c), +(129,241,l), +(84,213,o), +(54,181,o), +(54,144,cs), +(54,120,o), +(65,95,o), +(95,83,c), +(95,80,l), +(40,49,o), +(3,-4,o), +(3,-54,cs), +(3,-122,o), +(47,-167,o), +(181,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(92,-132,o), +(39,-112,o), +(39,-49,cs), +(39,-9,o), +(69,38,o), +(113,67,c), +(362,67,ls), +(450,67,o), +(498,38,o), +(498,-32,cs), +(498,-94,o), +(455,-132,o), +(362,-132,cs), +(181,-132,ls) +); +}, +{ +closed = 1; +nodes = ( +(388,189,o), +(471,257,o), +(471,358,cs), +(471,459,o), +(388,527,o), +(264,527,cs), +(140,527,o), +(57,459,o), +(57,358,cs), +(57,257,o), +(140,189,o), +(264,189,cs) +); +}, +{ +closed = 1; +nodes = ( +(161,221,o), +(92,270,o), +(92,358,cs), +(92,446,o), +(154,495,o), +(264,495,cs), +(367,495,o), +(436,446,o), +(436,358,cs), +(436,276,o), +(374,221,o), +(264,221,cs) +); +}, +{ +closed = 1; +nodes = ( +(432,548,o), +(479,581,o), +(538,574,c), +(538,608,l), +(467,616,o), +(412,576,o), +(378,491,c), +(401,477,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(369,-167,ls), +(462,-167,o), +(536,-118,o), +(536,-29,cs), +(536,58,o), +(475,102,o), +(369,102,cs), +(160,102,ls), +(117,102,o), +(89,117,o), +(89,148,cs), +(89,174,o), +(109,203,o), +(150,224,c), +(129,241,l), +(84,213,o), +(54,181,o), +(54,144,cs), +(54,120,o), +(65,95,o), +(95,83,c), +(95,80,l), +(40,49,o), +(3,-4,o), +(3,-54,cs), +(3,-122,o), +(47,-167,o), +(161,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(92,-132,o), +(39,-112,o), +(39,-49,cs), +(39,-9,o), +(69,38,o), +(113,67,c), +(369,67,ls), +(450,67,o), +(498,38,o), +(498,-32,cs), +(498,-94,o), +(455,-132,o), +(369,-132,cs), +(161,-132,ls) +); +}, +{ +closed = 1; +nodes = ( +(388,189,o), +(471,257,o), +(471,358,cs), +(471,459,o), +(388,527,o), +(264,527,cs), +(140,527,o), +(57,459,o), +(57,358,cs), +(57,257,o), +(140,189,o), +(264,189,cs) +); +}, +{ +closed = 1; +nodes = ( +(161,221,o), +(92,270,o), +(92,358,cs), +(92,446,o), +(154,495,o), +(264,495,cs), +(367,495,o), +(436,446,o), +(436,358,cs), +(436,276,o), +(374,221,o), +(264,221,cs) +); +}, +{ +closed = 1; +nodes = ( +(432,548,o), +(479,581,o), +(538,574,c), +(538,608,l), +(467,616,o), +(412,576,o), +(378,491,c), +(401,477,l) +); +} +); +width = 544; +}, +{ +anchors = ( +{ +name = bottom; +pos = (320,-167); +}, +{ +name = top; +pos = (312,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(396,-167,ls), +(555,-167,o), +(647,-97,o), +(647,9,cs), +(647,112,o), +(579,180,o), +(400,180,cs), +(274,180,ls), +(235,180,o), +(203,180,o), +(203,196,cs), +(203,215,o), +(223,223,o), +(253,238,c), +(152,277,l), +(61,232,o), +(11,191,o), +(11,132,cs), +(11,98,o), +(33,68,o), +(82,52,c), +(82,44,l), +(21,20,o), +(-15,-15,o), +(-15,-65,cs), +(-15,-129,o), +(36,-167,o), +(140,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(191,-34,o), +(175,-25,o), +(175,-5,cs), +(175,3,o), +(178,13,o), +(188,24,c), +(377,24,ls), +(411,24,o), +(427,16,o), +(427,-5,cs), +(427,-22,o), +(412,-34,o), +(381,-34,cs), +(224,-34,ls) +); +}, +{ +closed = 1; +nodes = ( +(472,216,o), +(583,277,o), +(583,385,cs), +(583,486,o), +(494,554,o), +(306,554,cs), +(140,554,o), +(29,493,o), +(29,385,cs), +(29,284,o), +(118,216,o), +(306,216,cs) +); +}, +{ +closed = 1; +nodes = ( +(262,327,o), +(235,347,o), +(235,385,cs), +(235,420,o), +(260,443,o), +(306,443,cs), +(350,443,o), +(377,424,o), +(377,385,cs), +(377,350,o), +(352,327,o), +(306,327,cs) +); +}, +{ +closed = 1; +nodes = ( +(510,525,o), +(561,532,o), +(623,533,c), +(623,669,l), +(502,665,o), +(427,608,o), +(393,519,c), +(450,491,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(429,-167,ls), +(563,-167,o), +(653,-97,o), +(653,9,cs), +(653,118,o), +(569,180,o), +(443,180,cs), +(254,180,ls), +(229,180,o), +(209,180,o), +(209,199,cs), +(209,215,o), +(229,225,o), +(259,238,c), +(158,277,l), +(67,232,o), +(17,191,o), +(17,132,cs), +(17,98,o), +(39,68,o), +(88,52,c), +(88,44,l), +(27,20,o), +(-9,-15,o), +(-9,-65,cs), +(-9,-126,o), +(38,-167,o), +(137,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(197,-34,o), +(181,-25,o), +(181,-5,cs), +(181,3,o), +(184,13,o), +(194,24,c), +(395,24,ls), +(419,24,o), +(433,14,o), +(433,-5,cs), +(433,-22,o), +(420,-34,o), +(395,-34,cs), +(230,-34,ls) +); +}, +{ +closed = 1; +nodes = ( +(478,216,o), +(589,277,o), +(589,385,cs), +(589,486,o), +(500,554,o), +(312,554,cs), +(146,554,o), +(35,493,o), +(35,385,cs), +(35,284,o), +(124,216,o), +(312,216,cs) +); +}, +{ +closed = 1; +nodes = ( +(268,327,o), +(241,347,o), +(241,385,cs), +(241,420,o), +(266,443,o), +(312,443,cs), +(356,443,o), +(383,424,o), +(383,385,cs), +(383,350,o), +(358,327,o), +(312,327,cs) +); +}, +{ +closed = 1; +nodes = ( +(536,525,o), +(578,532,o), +(629,533,c), +(629,669,l), +(524,665,o), +(459,608,o), +(429,519,c), +(486,491,l) +); +} +); +width = 655; +}, +{ +anchors = ( +{ +name = bottom; +pos = (262,-167); +}, +{ +name = top; +pos = (254,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(339,-167,ls), +(435,-167,o), +(497,-115,o), +(497,-35,cs), +(497,43,o), +(447,92,o), +(339,92,cs), +(177,92,ls), +(134,92,o), +(105,112,o), +(105,148,cs), +(105,176,o), +(124,204,o), +(160,223,c), +(139,241,l), +(101,217,o), +(70,183,o), +(70,144,cs), +(70,115,o), +(85,89,o), +(115,76,c), +(115,75,l), +(62,52,o), +(26,4,o), +(26,-45,cs), +(26,-118,o), +(75,-167,o), +(178,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(109,-132,o), +(62,-101,o), +(62,-45,cs), +(62,-5,o), +(80,31,o), +(125,57,c), +(345,57,ls), +(415,57,o), +(459,32,o), +(459,-38,cs), +(459,-94,o), +(419,-132,o), +(338,-132,cs), +(180,-132,ls) +); +}, +{ +closed = 1; +nodes = ( +(368,189,o), +(445,260,o), +(445,358,cs), +(445,456,o), +(368,527,o), +(257,527,cs), +(146,527,o), +(69,456,o), +(69,358,cs), +(69,260,o), +(146,189,o), +(257,189,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,221,o), +(105,280,o), +(105,358,cs), +(105,436,o), +(160,495,o), +(257,495,cs), +(354,495,o), +(409,436,o), +(409,358,cs), +(409,280,o), +(354,221,o), +(257,221,cs) +); +}, +{ +closed = 1; +nodes = ( +(406,540,o), +(465,570,o), +(535,564,c), +(535,598,l), +(451,605,o), +(386,566,o), +(352,486,c), +(374,472,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(336,-167,ls), +(430,-167,o), +(490,-115,o), +(490,-35,cs), +(490,43,o), +(442,92,o), +(336,92,cs), +(176,92,ls), +(135,92,o), +(106,112,o), +(106,148,cs), +(106,176,o), +(125,204,o), +(159,223,c), +(140,241,l), +(102,217,o), +(71,183,o), +(71,144,cs), +(71,117,o), +(84,93,o), +(112,78,c), +(112,75,l), +(58,39,o), +(29,-8,o), +(29,-57,cs), +(29,-123,o), +(80,-167,o), +(172,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(106,-132,o), +(64,-103,o), +(64,-52,cs), +(64,-13,o), +(87,29,o), +(127,57,c), +(342,57,ls), +(410,57,o), +(452,32,o), +(452,-38,cs), +(452,-94,o), +(414,-132,o), +(335,-132,cs), +(169,-132,ls) +); +}, +{ +closed = 1; +nodes = ( +(363,189,o), +(440,260,o), +(440,358,cs), +(440,456,o), +(363,527,o), +(254,527,cs), +(147,527,o), +(70,456,o), +(70,358,cs), +(70,260,o), +(147,189,o), +(254,189,cs) +); +}, +{ +closed = 1; +nodes = ( +(159,221,o), +(106,280,o), +(106,358,cs), +(106,436,o), +(159,495,o), +(254,495,cs), +(349,495,o), +(404,436,o), +(404,358,cs), +(404,280,o), +(349,221,o), +(254,221,cs) +); +}, +{ +closed = 1; +nodes = ( +(394,548,o), +(441,581,o), +(498,574,c), +(498,608,l), +(429,616,o), +(374,576,o), +(342,491,c), +(363,477,l) +); +} +); +width = 514; +}, +{ +anchors = ( +{ +name = bottom; +pos = (271,-167); +}, +{ +name = top; +pos = (271,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(360,-167,ls), +(487,-167,o), +(571,-104,o), +(571,9,cs), +(571,109,o), +(495,176,o), +(360,176,cs), +(218,176,ls), +(199,176,o), +(186,180,o), +(186,196,cs), +(186,215,o), +(206,223,o), +(233,238,c), +(153,277,l), +(67,232,o), +(24,190,o), +(24,132,cs), +(24,94,o), +(48,61,o), +(85,47,c), +(85,41,l), +(33,19,o), +(-1,-14,o), +(-1,-64,cs), +(-1,-126,o), +(49,-167,o), +(141,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(172,-34,o), +(155,-26,o), +(155,-5,cs), +(155,4,o), +(160,14,o), +(170,24,c), +(339,24,ls), +(362,24,o), +(378,15,o), +(378,-5,cs), +(378,-22,o), +(365,-34,o), +(339,-34,cs), +(204,-34,ls) +); +}, +{ +closed = 1; +nodes = ( +(427,216,o), +(519,281,o), +(519,385,cs), +(519,489,o), +(427,554,o), +(281,554,cs), +(135,554,o), +(43,489,o), +(43,385,cs), +(43,281,o), +(135,216,o), +(281,216,cs) +); +}, +{ +closed = 1; +nodes = ( +(249,320,o), +(228,343,o), +(228,385,cs), +(228,424,o), +(245,450,o), +(281,450,cs), +(313,450,o), +(334,429,o), +(334,385,cs), +(334,346,o), +(317,320,o), +(281,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(453,525,o), +(488,532,o), +(534,533,c), +(534,669,l), +(430,665,o), +(370,608,o), +(344,519,c), +(420,501,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(348,-167,ls), +(472,-167,o), +(554,-104,o), +(554,9,cs), +(554,109,o), +(480,176,o), +(348,176,cs), +(212,176,ls), +(194,176,o), +(182,180,o), +(182,196,cs), +(182,215,o), +(203,226,o), +(228,238,c), +(149,277,l), +(62,231,o), +(22,190,o), +(22,132,cs), +(22,94,o), +(46,61,o), +(81,47,c), +(81,41,l), +(31,19,o), +(-2,-14,o), +(-2,-64,cs), +(-2,-126,o), +(47,-167,o), +(136,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(168,-34,o), +(152,-26,o), +(152,-5,cs), +(152,4,o), +(158,17,o), +(165,24,c), +(328,24,ls), +(348,24,o), +(363,15,o), +(363,-5,cs), +(363,-22,o), +(351,-34,o), +(328,-34,cs), +(198,-34,ls) +); +}, +{ +closed = 1; +nodes = ( +(414,216,o), +(504,281,o), +(504,385,cs), +(504,489,o), +(414,554,o), +(272,554,cs), +(131,554,o), +(41,489,o), +(41,385,cs), +(41,281,o), +(131,216,o), +(272,216,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,320,o), +(224,343,o), +(224,385,cs), +(224,424,o), +(240,450,o), +(272,450,cs), +(301,450,o), +(321,429,o), +(321,385,cs), +(321,346,o), +(305,320,o), +(272,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(464,513,o), +(497,522,o), +(544,523,c), +(544,659,l), +(448,655,o), +(394,598,o), +(373,509,c), +(419,481,l) +); +} +); +width = 564; +}, +{ +anchors = ( +{ +name = bottom; +pos = (69,-167); +}, +{ +name = top; +pos = (208,516); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,-167,ls), +(226,-167,o), +(283,-112,o), +(283,-37,cs), +(283,25,o), +(242,67,o), +(163,67,cs), +(87,67,ls), +(56,67,o), +(39,86,o), +(39,110,cs), +(39,145,o), +(71,168,o), +(104,189,c), +(91,205,l), +(40,175,o), +(12,139,o), +(12,105,cs), +(12,85,o), +(20,63,o), +(43,51,c), +(43,48,l), +(-11,17,o), +(-41,-24,o), +(-41,-75,cs), +(-41,-130,o), +(4,-167,o), +(72,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(22,-139,o), +(-12,-113,o), +(-12,-66,cs), +(-12,-28,o), +(9,8,o), +(54,38,c), +(159,38,ls), +(219,38,o), +(253,14,o), +(253,-40,cs), +(253,-99,o), +(211,-139,o), +(148,-139,cs), +(74,-139,ls) +); +}, +{ +closed = 1; +nodes = ( +(212,165,o), +(266,218,o), +(292,339,cs), +(316,451,o), +(290,526,o), +(210,526,cs), +(147,526,o), +(93,473,o), +(67,352,cs), +(43,240,o), +(69,165,o), +(149,165,cs) +); +}, +{ +closed = 1; +nodes = ( +(99,192,o), +(72,235,o), +(94,344,cs), +(114,442,o), +(149,499,o), +(206,499,cs), +(260,499,o), +(287,454,o), +(265,345,cs), +(245,247,o), +(210,192,o), +(153,192,cs) +); +}, +{ +closed = 1; +nodes = ( +(306,532,o), +(341,567,o), +(380,557,c), +(386,585,l), +(333,594,o), +(296,559,o), +(258,499,c), +(274,484,l) +); +} +); +width = 329; +}, +{ +anchors = ( +{ +name = bottom; +pos = (139,-167); +}, +{ +name = top; +pos = (256,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(172,-168,ls), +(314,-168,o), +(391,-98,o), +(395,16,cs), +(398,105,o), +(330,164,o), +(226,164,cs), +(165,164,ls), +(141,164,o), +(127,173,o), +(127,189,cs), +(128,211,o), +(152,223,o), +(168,221,c), +(77,268,l), +(18,236,o), +(-23,199,o), +(-24,146,cs), +(-25,112,o), +(-8,81,o), +(24,68,c), +(23,59,l), +(-39,39,o), +(-82,-3,o), +(-84,-55,cs), +(-87,-126,o), +(-32,-168,o), +(74,-168,cs) +); +}, +{ +closed = 1; +nodes = ( +(75,-50,o), +(59,-40,o), +(60,-16,cs), +(60,-4,o), +(67,7,o), +(78,18,c), +(167,18,ls), +(199,18,o), +(211,2,o), +(210,-16,cs), +(210,-36,o), +(192,-50,o), +(163,-50,cs), +(104,-50,ls) +); +}, +{ +closed = 1; +nodes = ( +(350,209,o), +(430,284,o), +(434,393,cs), +(437,488,o), +(372,551,o), +(250,551,cs), +(124,551,o), +(44,476,o), +(40,367,cs), +(37,272,o), +(102,209,o), +(225,209,cs) +); +}, +{ +closed = 1; +nodes = ( +(194,310,o), +(194,344,o), +(202,383,cs), +(210,427,o), +(225,450,o), +(251,450,cs), +(280,450,o), +(280,416,o), +(272,377,cs), +(264,333,o), +(249,310,o), +(223,310,cs) +); +}, +{ +closed = 1; +nodes = ( +(393,527,o), +(422,537,o), +(463,535,c), +(491,667,l), +(393,671,o), +(324,620,o), +(304,529,c), +(379,503,l) +); +} +); +}; +guides = ( +{ +pos = (238,-50); +}, +{ +pos = (69,51); +}, +{ +pos = (69,58); +} +); +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,-167,ls), +(341,-167,o), +(428,-103,o), +(428,11,cs), +(428,104,o), +(361,164,o), +(249,164,cs), +(171,164,ls), +(148,164,o), +(135,173,o), +(135,189,cs), +(136,211,o), +(160,223,o), +(176,231,c), +(95,268,l), +(35,234,o), +(-6,197,o), +(-6,140,cs), +(-6,103,o), +(14,73,o), +(44,58,c), +(42,51,l), +(-15,25,o), +(-48,-15,o), +(-48,-64,cs), +(-48,-129,o), +(4,-167,o), +(101,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(112,-50,o), +(96,-40,o), +(97,-16,cs), +(97,-4,o), +(104,7,o), +(115,18,c), +(212,18,ls), +(241,18,o), +(252,2,o), +(251,-16,cs), +(251,-36,o), +(235,-50,o), +(208,-50,cs), +(141,-50,ls) +); +}, +{ +closed = 1; +nodes = ( +(360,209,o), +(442,287,o), +(442,399,cs), +(442,491,o), +(377,551,o), +(258,551,cs), +(130,551,o), +(48,473,o), +(48,361,cs), +(48,269,o), +(113,209,o), +(233,209,cs) +); +}, +{ +closed = 1; +nodes = ( +(202,310,o), +(202,344,o), +(210,383,cs), +(218,427,o), +(233,450,o), +(259,450,cs), +(288,450,o), +(288,416,o), +(280,377,cs), +(272,333,o), +(257,310,o), +(231,310,cs) +); +}, +{ +closed = 1; +nodes = ( +(406,511,o), +(447,523,o), +(494,521,c), +(519,642,l), +(431,643,o), +(362,593,o), +(333,506,c), +(376,473,l) +); +} +); +width = 497; +}, +{ +anchors = ( +{ +name = bottom; +pos = (91,-160); +}, +{ +name = top; +pos = (287,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(247,-167,ls), +(366,-167,o), +(445,-113,o), +(445,-18,cs), +(445,58,o), +(394,102,o), +(295,102,cs), +(147,102,ls), +(109,102,o), +(85,114,o), +(85,139,cs), +(85,168,o), +(115,202,o), +(162,224,c), +(145,241,l), +(85,208,o), +(48,171,o), +(48,129,cs), +(48,110,o), +(57,92,o), +(78,83,c), +(78,80,l), +(12,47,o), +(-30,3,o), +(-30,-59,cs), +(-30,-120,o), +(12,-167,o), +(133,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(48,-132,o), +(8,-105,o), +(8,-50,cs), +(8,-10,o), +(29,28,o), +(93,67,c), +(294,67,ls), +(361,67,o), +(405,39,o), +(405,-20,cs), +(405,-90,o), +(347,-132,o), +(257,-132,cs), +(130,-132,ls) +); +}, +{ +closed = 1; +nodes = ( +(390,191,o), +(475,263,o), +(475,368,cs), +(475,460,o), +(413,525,o), +(299,525,cs), +(182,525,o), +(97,453,o), +(97,348,cs), +(97,256,o), +(159,191,o), +(273,191,cs) +); +}, +{ +closed = 1; +nodes = ( +(189,221,o), +(133,266,o), +(133,346,cs), +(133,440,o), +(202,495,o), +(300,495,cs), +(383,495,o), +(439,450,o), +(439,370,cs), +(439,276,o), +(370,221,o), +(272,221,cs) +); +}, +{ +closed = 1; +nodes = ( +(460,539,o), +(519,586,o), +(578,574,c), +(585,608,l), +(516,620,o), +(448,568,o), +(401,491,c), +(421,477,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,-167,ls), +(387,-167,o), +(456,-117,o), +(456,-29,cs), +(456,44,o), +(405,92,o), +(313,92,cs), +(157,92,ls), +(109,92,o), +(84,111,o), +(84,145,cs), +(84,181,o), +(117,208,o), +(161,233,c), +(146,253,l), +(86,220,o), +(47,184,o), +(47,137,cs), +(47,112,o), +(60,90,o), +(78,81,c), +(78,76,l), +(13,40,o), +(-18,-6,o), +(-18,-56,cs), +(-18,-125,o), +(32,-167,o), +(137,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(64,-133,o), +(18,-107,o), +(18,-53,cs), +(18,-12,o), +(38,27,o), +(88,57,c), +(310,57,ls), +(373,57,o), +(416,29,o), +(416,-31,cs), +(416,-92,o), +(375,-133,o), +(288,-133,cs), +(132,-133,ls) +); +}, +{ +closed = 1; +nodes = ( +(380,191,o), +(465,263,o), +(465,368,cs), +(465,460,o), +(403,525,o), +(289,525,cs), +(172,525,o), +(87,453,o), +(87,348,cs), +(87,256,o), +(149,191,o), +(263,191,cs) +); +}, +{ +closed = 1; +nodes = ( +(179,221,o), +(123,266,o), +(123,346,cs), +(123,440,o), +(192,495,o), +(290,495,cs), +(373,495,o), +(429,450,o), +(429,370,cs), +(429,276,o), +(360,221,o), +(262,221,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,533,o), +(505,587,o), +(568,574,c), +(575,608,l), +(501,621,o), +(433,568,o), +(387,491,c), +(411,477,l) +); +} +); +width = 528; +}, +{ +anchors = ( +{ +name = bottom; +pos = (72,-167); +}, +{ +name = top; +pos = (310,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(286,-167,ls), +(413,-167,o), +(510,-104,o), +(534,9,cs), +(555,109,o), +(492,176,o), +(357,176,cs), +(215,176,ls), +(196,176,o), +(184,180,o), +(188,196,cs), +(192,215,o), +(213,223,o), +(243,238,c), +(171,277,l), +(76,232,o), +(24,190,o), +(12,132,cs), +(4,94,o), +(22,61,o), +(56,47,c), +(55,41,l), +(-2,19,o), +(-43,-14,o), +(-53,-64,cs), +(-66,-126,o), +(-25,-167,o), +(67,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(126,-34,o), +(111,-26,o), +(115,-5,cs), +(117,4,o), +(124,14,o), +(136,24,c), +(305,24,ls), +(328,24,o), +(342,15,o), +(338,-5,cs), +(334,-22,o), +(319,-34,o), +(293,-34,cs), +(158,-34,ls) +); +}, +{ +closed = 1; +nodes = ( +(433,216,o), +(538,281,o), +(560,385,cs), +(581,489,o), +(503,554,o), +(357,554,cs), +(211,554,o), +(105,489,o), +(84,385,cs), +(62,281,o), +(141,216,o), +(287,216,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,320,o), +(260,343,o), +(269,385,cs), +(277,424,o), +(299,450,o), +(335,450,cs), +(367,450,o), +(384,429,o), +(375,385,cs), +(367,346,o), +(344,320,o), +(308,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(523,525,o), +(559,532,o), +(605,533,c), +(634,669,l), +(529,665,o), +(457,608,o), +(413,519,c), +(485,501,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(304,-167,ls), +(454,-167,o), +(545,-91,o), +(545,19,cs), +(545,113,o), +(480,176,o), +(351,176,cs), +(199,176,ls), +(180,176,o), +(169,181,o), +(169,194,cs), +(169,214,o), +(191,226,o), +(218,238,c), +(151,277,l), +(52,232,o), +(-1,184,o), +(-1,126,cs), +(-1,93,o), +(17,64,o), +(49,52,c), +(48,46,l), +(-8,21,o), +(-44,-20,o), +(-44,-68,cs), +(-44,-126,o), +(3,-167,o), +(90,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(125,-34,o), +(110,-26,o), +(110,-7,cs), +(110,1,o), +(116,13,o), +(130,24,c), +(315,24,ls), +(340,24,o), +(352,13,o), +(352,-1,cs), +(352,-22,o), +(341,-34,o), +(309,-34,cs), +(154,-34,ls) +); +}, +{ +closed = 1; +nodes = ( +(441,217,o), +(542,290,o), +(542,399,cs), +(542,491,o), +(459,553,o), +(312,553,cs), +(160,553,o), +(59,480,o), +(59,371,cs), +(59,279,o), +(142,217,o), +(289,217,cs) +); +}, +{ +closed = 1; +nodes = ( +(259,320,o), +(244,339,o), +(244,368,cs), +(244,416,o), +(272,450,o), +(312,450,cs), +(342,450,o), +(357,431,o), +(357,402,cs), +(357,354,o), +(329,320,o), +(289,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(519,513,o), +(555,522,o), +(605,523,c), +(629,659,l), +(534,655,o), +(466,598,o), +(425,509,c), +(466,481,l) +); +} +); +width = 606; +}, +{ +anchors = ( +{ +name = bottom; +pos = (81,-167); +}, +{ +name = top; +pos = (312,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(307,-167,ls), +(426,-167,o), +(505,-113,o), +(505,-18,cs), +(505,58,o), +(454,102,o), +(355,102,cs), +(132,102,ls), +(94,102,o), +(70,114,o), +(70,139,cs), +(70,168,o), +(100,202,o), +(147,224,c), +(130,241,l), +(70,208,o), +(33,171,o), +(33,129,cs), +(33,110,o), +(42,92,o), +(63,83,c), +(63,80,l), +(-3,47,o), +(-45,3,o), +(-45,-59,cs), +(-45,-120,o), +(-3,-167,o), +(118,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(33,-132,o), +(-7,-105,o), +(-7,-50,cs), +(-7,-10,o), +(14,28,o), +(78,67,c), +(354,67,ls), +(421,67,o), +(465,39,o), +(465,-20,cs), +(465,-90,o), +(407,-132,o), +(317,-132,cs), +(115,-132,ls) +); +}, +{ +closed = 1; +nodes = ( +(407,191,o), +(500,265,o), +(500,375,cs), +(500,465,o), +(432,525,o), +(310,525,cs), +(171,525,o), +(78,451,o), +(78,341,cs), +(78,251,o), +(146,191,o), +(268,191,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,221,o), +(113,260,o), +(113,344,cs), +(113,435,o), +(191,495,o), +(307,495,cs), +(402,495,o), +(465,456,o), +(465,372,cs), +(465,281,o), +(387,221,o), +(271,221,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,523,o), +(546,551,o), +(609,554,c), +(616,588,l), +(534,585,o), +(468,546,o), +(421,484,c), +(442,470,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(307,-167,ls), +(426,-167,o), +(505,-113,o), +(505,-18,cs), +(505,58,o), +(454,102,o), +(355,102,cs), +(132,102,ls), +(94,102,o), +(70,117,o), +(70,149,cs), +(70,175,o), +(100,205,o), +(147,224,c), +(131,247,l), +(70,214,o), +(35,179,o), +(35,139,cs), +(35,117,o), +(47,96,o), +(68,85,c), +(68,82,l), +(-1,49,o), +(-45,4,o), +(-45,-59,cs), +(-45,-120,o), +(-3,-167,o), +(118,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(33,-132,o), +(-7,-105,o), +(-7,-50,cs), +(-7,-10,o), +(14,28,o), +(78,67,c), +(354,67,ls), +(421,67,o), +(465,39,o), +(465,-20,cs), +(465,-90,o), +(407,-132,o), +(317,-132,cs), +(115,-132,ls) +); +}, +{ +closed = 1; +nodes = ( +(407,191,o), +(500,265,o), +(500,375,cs), +(500,465,o), +(432,525,o), +(310,525,cs), +(171,525,o), +(78,451,o), +(78,341,cs), +(78,251,o), +(146,191,o), +(268,191,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,221,o), +(113,260,o), +(113,344,cs), +(113,435,o), +(191,495,o), +(307,495,cs), +(402,495,o), +(465,456,o), +(465,372,cs), +(465,281,o), +(387,221,o), +(271,221,cs) +); +}, +{ +closed = 1; +nodes = ( +(480,548,o), +(529,581,o), +(586,574,c), +(593,608,l), +(524,616,o), +(461,576,o), +(409,491,c), +(429,477,l) +); +} +); +width = 571; +}, +{ +anchors = ( +{ +name = bottom; +pos = (144,-167); +}, +{ +name = top; +pos = (343,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(228,-167,ls), +(447,-167,o), +(520,-90,o), +(524,25,cs), +(529,152,o), +(426,182,o), +(303,182,cs), +(134,182,ls), +(105,182,o), +(87,189,o), +(87,204,cs), +(87,213,o), +(98,225,o), +(135,226,c), +(168,224,o), +(211,222,o), +(239,222,cs), +(433,222,o), +(536,279,o), +(540,388,cs), +(542,446,o), +(510,491,o), +(457,508,c), +(483,521,o), +(542,528,o), +(596,526,c), +(626,673,l), +(505,675,o), +(410,627,o), +(370,545,c), +(339,551,o), +(292,554,o), +(254,554,cs), +(77,554,o), +(-37,491,o), +(-40,389,cs), +(-42,338,o), +(-14,289,o), +(45,268,c), +(42,258,l), +(-51,245,o), +(-101,207,o), +(-103,148,cs), +(-104,106,o), +(-72,74,o), +(-31,64,c), +(-32,55,l), +(-113,47,o), +(-173,13,o), +(-175,-58,cs), +(-178,-132,o), +(-105,-167,o), +(17,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(35,-65,o), +(24,-58,o), +(25,-41,cs), +(26,-28,o), +(36,-19,o), +(55,-17,c), +(251,-17,ls), +(273,-17,o), +(289,-24,o), +(288,-40,cs), +(288,-57,o), +(274,-65,o), +(242,-65,cs), +(63,-65,ls) +); +}, +{ +closed = 1; +nodes = ( +(198,350,o), +(169,361,o), +(170,389,cs), +(171,414,o), +(200,426,o), +(258,426,cs), +(304,426,o), +(332,414,o), +(331,391,cs), +(330,361,o), +(298,350,o), +(250,350,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(349,-167,ls), +(519,-167,o), +(614,-92,o), +(614,20,cs), +(614,122,o), +(539,180,o), +(405,180,cs), +(230,180,ls), +(201,180,o), +(194,188,o), +(194,199,cs), +(194,218,o), +(215,228,o), +(253,238,c), +(160,277,l), +(48,233,o), +(-11,187,o), +(-11,129,cs), +(-11,94,o), +(7,67,o), +(46,52,c), +(43,44,l), +(-21,18,o), +(-57,-16,o), +(-57,-69,cs), +(-57,-128,o), +(-10,-167,o), +(97,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(148,-34,o), +(133,-26,o), +(133,-7,cs), +(133,2,o), +(139,15,o), +(153,24,c), +(348,24,ls), +(373,24,o), +(387,15,o), +(387,-1,cs), +(387,-22,o), +(371,-34,o), +(339,-34,cs), +(177,-34,ls) +); +}, +{ +closed = 1; +nodes = ( +(502,217,o), +(617,283,o), +(617,399,cs), +(617,491,o), +(530,553,o), +(345,553,cs), +(172,553,o), +(56,487,o), +(56,370,cs), +(56,278,o), +(143,217,o), +(329,217,cs) +); +}, +{ +closed = 1; +nodes = ( +(290,327,o), +(264,347,o), +(264,379,cs), +(264,415,o), +(293,443,o), +(344,443,cs), +(384,443,o), +(410,423,o), +(410,391,cs), +(410,355,o), +(381,327,o), +(330,327,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,523,o), +(598,532,o), +(649,533,c), +(672,669,l), +(579,665,o), +(512,608,o), +(471,519,c), +(514,491,l) +); +} +); +width = 667; +}, +{ +anchors = ( +{ +name = bottom; +pos = (156,-167); +}, +{ +name = top; +pos = (156,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(198,-167,ls), +(271,-167,o), +(323,-120,o), +(323,-49,cs), +(323,21,o), +(278,67,o), +(198,67,cs), +(117,67,ls), +(89,67,o), +(70,86,o), +(70,115,cs), +(70,146,o), +(92,168,o), +(116,183,c), +(100,196,l), +(67,173,o), +(43,143,o), +(43,110,cs), +(43,86,o), +(55,63,o), +(77,51,c), +(77,49,l), +(35,23,o), +(8,-16,o), +(8,-61,cs), +(8,-128,o), +(57,-167,o), +(130,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(74,-139,o), +(36,-112,o), +(36,-54,cs), +(36,-16,o), +(58,17,o), +(90,38,c), +(203,38,ls), +(257,38,o), +(293,7,o), +(293,-49,cs), +(293,-103,o), +(260,-139,o), +(200,-139,cs), +(130,-139,ls) +); +}, +{ +closed = 1; +nodes = ( +(235,164,o), +(282,216,o), +(282,345,cs), +(282,474,o), +(235,526,o), +(166,526,cs), +(97,526,o), +(50,474,o), +(50,345,cs), +(50,216,o), +(97,164,o), +(166,164,cs) +); +}, +{ +closed = 1; +nodes = ( +(103,192,o), +(80,249,o), +(80,345,cs), +(80,441,o), +(103,498,o), +(166,498,cs), +(229,498,o), +(252,441,o), +(252,345,cs), +(252,249,o), +(229,192,o), +(166,192,cs) +); +}, +{ +closed = 1; +nodes = ( +(254,543,o), +(287,572,o), +(324,566,c), +(324,594,l), +(272,602,o), +(237,561,o), +(222,502,c), +(241,488,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,-167,ls), +(263,-167,o), +(315,-120,o), +(315,-49,cs), +(315,21,o), +(270,67,o), +(190,67,cs), +(109,67,ls), +(81,67,o), +(62,86,o), +(62,115,cs), +(62,146,o), +(84,168,o), +(108,183,c), +(92,196,l), +(59,173,o), +(35,143,o), +(35,110,cs), +(35,86,o), +(47,63,o), +(69,51,c), +(69,49,l), +(28,20,o), +(0,-19,o), +(0,-67,cs), +(0,-135,o), +(49,-167,o), +(122,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(54,-139,o), +(28,-107,o), +(28,-60,cs), +(28,-24,o), +(50,15,o), +(82,38,c), +(195,38,ls), +(249,38,o), +(285,7,o), +(285,-49,cs), +(285,-103,o), +(252,-139,o), +(192,-139,cs), +(122,-139,ls) +); +}, +{ +closed = 1; +nodes = ( +(227,164,o), +(274,216,o), +(274,345,cs), +(274,474,o), +(227,526,o), +(158,526,cs), +(89,526,o), +(42,474,o), +(42,345,cs), +(42,216,o), +(89,164,o), +(158,164,cs) +); +}, +{ +closed = 1; +nodes = ( +(95,192,o), +(72,249,o), +(72,345,cs), +(72,441,o), +(95,498,o), +(158,498,cs), +(221,498,o), +(244,441,o), +(244,345,cs), +(244,249,o), +(221,192,o), +(158,192,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,543,o), +(279,572,o), +(316,566,c), +(316,594,l), +(264,602,o), +(229,561,o), +(214,502,c), +(233,488,l) +); +} +); +width = 309; +}, +{ +anchors = ( +{ +name = bottom; +pos = (221,-167); +}, +{ +name = top; +pos = (217,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(269,-167,ls), +(383,-167,o), +(459,-99,o), +(459,2,cs), +(459,99,o), +(390,164,o), +(268,164,cs), +(195,164,ls), +(165,164,o), +(151,172,o), +(151,189,cs), +(151,206,o), +(169,219,o), +(194,239,c), +(114,262,l), +(50,238,o), +(10,191,o), +(10,142,cs), +(10,107,o), +(29,72,o), +(73,58,c), +(73,51,l), +(20,30,o), +(-11,-11,o), +(-11,-60,cs), +(-11,-127,o), +(45,-167,o), +(137,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(150,-50,o), +(133,-40,o), +(133,-17,cs), +(133,-5,o), +(140,9,o), +(151,18,c), +(242,18,ls), +(266,18,o), +(282,6,o), +(282,-15,cs), +(282,-36,o), +(268,-50,o), +(242,-50,cs), +(175,-50,ls) +); +}, +{ +closed = 1; +nodes = ( +(342,211,o), +(422,274,o), +(422,381,cs), +(422,488,o), +(342,551,o), +(222,551,cs), +(102,551,o), +(22,488,o), +(22,381,cs), +(22,274,o), +(102,211,o), +(222,211,cs) ); }, { closed = 1; nodes = ( -(103,192,o), -(80,249,o), -(80,345,cs), -(80,441,o), -(103,498,o), -(166,498,cs), -(229,498,o), -(252,441,o), -(252,345,cs), -(252,249,o), -(229,192,o), -(166,192,cs) +(196,312,o), +(186,338,o), +(186,381,cs), +(186,424,o), +(196,450,o), +(222,450,cs), +(248,450,o), +(258,424,o), +(258,381,cs), +(258,338,o), +(248,312,o), +(222,312,cs) ); }, { closed = 1; nodes = ( -(254,543,o), -(287,572,o), -(324,566,c), -(324,594,l), -(272,602,o), -(237,561,o), -(222,502,c), -(241,488,l) +(353,539,o), +(383,548,o), +(418,548,c), +(418,680,l), +(315,679,o), +(262,615,o), +(259,532,c), +(335,508,l) ); } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(198,-167,ls), -(271,-167,o), -(323,-120,o), -(323,-49,cs), -(323,21,o), -(278,67,o), -(198,67,cs), -(117,67,ls), -(89,67,o), -(70,86,o), -(70,115,cs), -(70,146,o), -(92,168,o), -(116,183,c), -(100,196,l), -(67,173,o), -(43,143,o), -(43,110,cs), -(43,86,o), -(55,63,o), -(77,51,c), -(77,49,l), -(36,20,o), -(8,-19,o), -(8,-67,cs), -(8,-135,o), -(57,-167,o), -(130,-167,cs) +(264,-167,ls), +(378,-167,o), +(454,-99,o), +(454,2,cs), +(454,99,o), +(385,164,o), +(263,164,cs), +(190,164,ls), +(160,164,o), +(146,172,o), +(146,189,cs), +(146,206,o), +(164,220,o), +(189,239,c), +(109,262,l), +(45,238,o), +(5,191,o), +(5,142,cs), +(5,107,o), +(24,72,o), +(68,58,c), +(68,51,l), +(16,25,o), +(-16,-16,o), +(-16,-65,cs), +(-16,-129,o), +(38,-167,o), +(119,-167,cs) ); }, { closed = 1; nodes = ( -(62,-139,o), -(36,-107,o), -(36,-60,cs), -(36,-24,o), -(58,15,o), -(90,38,c), -(203,38,ls), -(257,38,o), -(293,7,o), -(293,-49,cs), -(293,-103,o), -(260,-139,o), -(200,-139,cs), -(130,-139,ls) +(145,-50,o), +(128,-40,o), +(128,-17,cs), +(128,-5,o), +(135,9,o), +(146,18,c), +(237,18,ls), +(261,18,o), +(277,6,o), +(277,-15,cs), +(277,-36,o), +(263,-50,o), +(237,-50,cs), +(170,-50,ls) ); }, { closed = 1; nodes = ( -(235,164,o), -(282,216,o), -(282,345,cs), -(282,474,o), -(235,526,o), -(166,526,cs), -(97,526,o), -(50,474,o), -(50,345,cs), -(50,216,o), -(97,164,o), -(166,164,cs) +(337,211,o), +(417,274,o), +(417,381,cs), +(417,488,o), +(337,551,o), +(217,551,cs), +(97,551,o), +(17,488,o), +(17,381,cs), +(17,274,o), +(97,211,o), +(217,211,cs) ); }, { closed = 1; nodes = ( -(103,192,o), -(80,249,o), -(80,345,cs), -(80,441,o), -(103,498,o), -(166,498,cs), -(229,498,o), -(252,441,o), -(252,345,cs), -(252,249,o), -(229,192,o), -(166,192,cs) +(191,312,o), +(181,338,o), +(181,381,cs), +(181,424,o), +(191,450,o), +(217,450,cs), +(243,450,o), +(253,424,o), +(253,381,cs), +(253,338,o), +(243,312,o), +(217,312,cs) ); }, { closed = 1; nodes = ( -(254,543,o), -(287,572,o), -(324,566,c), -(324,594,l), -(272,602,o), -(237,561,o), -(222,502,c), -(241,488,l) +(375,511,o), +(413,523,o), +(461,521,c), +(461,642,l), +(372,643,o), +(314,593,o), +(303,506,c), +(353,473,l) ); } ); -width = 325; +width = 464; }, { anchors = ( { name = bottom; -pos = (265,-167); +pos = (243,-167); }, { name = top; -pos = (257,516); +pos = (235,516); } ); background = { @@ -553,119 +3072,119 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(339,-167,ls), -(435,-167,o), -(497,-115,o), -(497,-35,cs), -(497,43,o), -(447,92,o), -(339,92,cs), -(177,92,ls), -(134,92,o), -(105,112,o), -(105,148,cs), -(105,176,o), -(124,204,o), -(160,223,c), -(139,241,l), -(101,217,o), -(70,183,o), -(70,144,cs), -(70,117,o), -(83,93,o), -(111,78,c), -(111,75,l), -(57,39,o), -(26,-8,o), -(26,-57,cs), -(26,-123,o), -(79,-167,o), -(173,-167,cs) +(317,-167,ls), +(413,-167,o), +(475,-115,o), +(475,-35,cs), +(475,43,o), +(425,92,o), +(317,92,cs), +(155,92,ls), +(112,92,o), +(83,112,o), +(83,148,cs), +(83,176,o), +(102,204,o), +(138,223,c), +(117,241,l), +(79,217,o), +(48,183,o), +(48,144,cs), +(48,117,o), +(61,93,o), +(89,78,c), +(89,75,l), +(35,39,o), +(4,-8,o), +(4,-57,cs), +(4,-123,o), +(57,-167,o), +(151,-167,cs) ); }, { closed = 1; nodes = ( -(105,-132,o), -(63,-103,o), -(63,-52,cs), -(63,-13,o), -(86,29,o), -(126,57,c), -(345,57,ls), -(415,57,o), -(459,32,o), -(459,-38,cs), -(459,-94,o), -(419,-132,o), -(338,-132,cs), -(170,-132,ls) +(83,-132,o), +(41,-103,o), +(41,-52,cs), +(41,-13,o), +(64,29,o), +(104,57,c), +(323,57,ls), +(393,57,o), +(437,32,o), +(437,-38,cs), +(437,-94,o), +(397,-132,o), +(316,-132,cs), +(148,-132,ls) ); }, { closed = 1; nodes = ( -(368,189,o), -(445,260,o), -(445,358,cs), -(445,456,o), -(368,527,o), -(257,527,cs), -(146,527,o), -(69,456,o), -(69,358,cs), -(69,260,o), -(146,189,o), -(257,189,cs) +(346,189,o), +(423,260,o), +(423,358,cs), +(423,456,o), +(346,527,o), +(235,527,cs), +(124,527,o), +(47,456,o), +(47,358,cs), +(47,260,o), +(124,189,o), +(235,189,cs) ); }, { closed = 1; nodes = ( -(160,221,o), -(105,280,o), -(105,358,cs), -(105,436,o), -(160,495,o), -(257,495,cs), -(354,495,o), -(409,436,o), -(409,358,cs), -(409,280,o), -(354,221,o), -(257,221,cs) +(138,221,o), +(83,280,o), +(83,358,cs), +(83,436,o), +(138,495,o), +(235,495,cs), +(332,495,o), +(387,436,o), +(387,358,cs), +(387,280,o), +(332,221,o), +(235,221,cs) ); }, { closed = 1; nodes = ( -(399,548,o), -(446,581,o), -(505,574,c), -(505,608,l), -(434,616,o), -(379,576,o), -(345,491,c), -(368,477,l) +(377,548,o), +(424,581,o), +(483,574,c), +(483,608,l), +(412,616,o), +(357,576,o), +(323,491,c), +(346,477,l) ); } ); -width = 519; +width = 480; }, { anchors = ( { name = bottom; -pos = (280,-167); +pos = (268,-167); }, { name = top; -pos = (280,544); +pos = (268,544); } ); background = { @@ -771,119 +3290,119 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(360,-167,ls), -(487,-167,o), -(571,-104,o), -(571,9,cs), -(571,109,o), -(495,176,o), -(360,176,cs), -(218,176,ls), -(199,176,o), -(186,180,o), -(186,196,cs), -(186,215,o), -(206,225,o), -(233,238,c), -(153,277,l), -(67,232,o), -(24,190,o), -(24,132,cs), -(24,94,o), -(48,61,o), -(85,47,c), -(85,41,l), -(33,19,o), -(-1,-14,o), -(-1,-64,cs), -(-1,-126,o), -(49,-167,o), -(141,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(172,-34,o), -(155,-26,o), -(155,-5,cs), -(155,4,o), -(160,14,o), -(170,24,c), -(339,24,ls), -(362,24,o), -(378,15,o), -(378,-5,cs), -(378,-22,o), -(365,-34,o), -(339,-34,cs), -(204,-34,ls) +(348,-167,ls), +(475,-167,o), +(559,-104,o), +(559,9,cs), +(559,109,o), +(483,176,o), +(348,176,cs), +(206,176,ls), +(187,176,o), +(174,180,o), +(174,196,cs), +(174,215,o), +(194,225,o), +(221,238,c), +(141,277,l), +(55,232,o), +(12,190,o), +(12,132,cs), +(12,94,o), +(36,61,o), +(73,47,c), +(73,41,l), +(21,19,o), +(-13,-14,o), +(-13,-64,cs), +(-13,-126,o), +(37,-167,o), +(129,-167,cs) ); }, { closed = 1; nodes = ( -(427,216,o), -(519,281,o), -(519,385,cs), -(519,489,o), -(427,554,o), -(281,554,cs), -(135,554,o), -(43,489,o), -(43,385,cs), -(43,281,o), -(135,216,o), -(281,216,cs) +(160,-34,o), +(143,-26,o), +(143,-5,cs), +(143,4,o), +(148,14,o), +(158,24,c), +(327,24,ls), +(350,24,o), +(366,15,o), +(366,-5,cs), +(366,-22,o), +(353,-34,o), +(327,-34,cs), +(192,-34,ls) ); }, { closed = 1; nodes = ( -(249,320,o), -(228,343,o), -(228,385,cs), -(228,424,o), -(245,450,o), -(281,450,cs), -(313,450,o), -(334,429,o), -(334,385,cs), -(334,346,o), -(317,320,o), -(281,320,cs) +(415,216,o), +(507,281,o), +(507,385,cs), +(507,489,o), +(415,554,o), +(269,554,cs), +(123,554,o), +(31,489,o), +(31,385,cs), +(31,281,o), +(123,216,o), +(269,216,cs) +); +}, +{ +closed = 1; +nodes = ( +(237,320,o), +(216,343,o), +(216,385,cs), +(216,424,o), +(233,450,o), +(269,450,cs), +(301,450,o), +(322,429,o), +(322,385,cs), +(322,346,o), +(305,320,o), +(269,320,cs) ); }, { closed = 1; nodes = ( -(478,513,o), -(512,522,o), -(560,523,c), -(560,659,l), -(463,655,o), -(407,598,o), -(385,509,c), -(431,481,l) +(466,513,o), +(500,522,o), +(548,523,c), +(548,659,l), +(451,655,o), +(395,598,o), +(373,509,c), +(419,481,l) ); } ); -width = 583; +width = 554; }, { anchors = ( { name = bottom; -pos = (258,-167); +pos = (253,-167); }, { name = top; -pos = (264,517); +pos = (259,517); } ); background = { @@ -989,119 +3508,119 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(369,-167,ls), -(462,-167,o), -(536,-118,o), -(536,-29,cs), -(536,58,o), -(475,102,o), -(369,102,cs), -(160,102,ls), -(117,102,o), -(89,117,o), -(89,148,cs), -(89,174,o), -(109,203,o), -(150,224,c), -(129,241,l), -(84,213,o), -(54,181,o), -(54,144,cs), -(54,120,o), -(65,95,o), -(95,83,c), -(95,80,l), -(40,49,o), -(3,-4,o), -(3,-54,cs), -(3,-122,o), -(47,-167,o), -(161,-167,cs) +(364,-167,ls), +(457,-167,o), +(531,-118,o), +(531,-29,cs), +(531,58,o), +(470,102,o), +(364,102,cs), +(155,102,ls), +(112,102,o), +(84,117,o), +(84,148,cs), +(84,174,o), +(104,203,o), +(145,224,c), +(124,241,l), +(79,213,o), +(49,181,o), +(49,144,cs), +(49,120,o), +(60,95,o), +(90,83,c), +(90,80,l), +(35,49,o), +(-2,-4,o), +(-2,-54,cs), +(-2,-122,o), +(42,-167,o), +(156,-167,cs) ); }, { closed = 1; nodes = ( -(92,-132,o), -(39,-112,o), -(39,-49,cs), -(39,-9,o), -(69,38,o), -(113,67,c), -(369,67,ls), -(450,67,o), -(498,38,o), -(498,-32,cs), -(498,-94,o), -(455,-132,o), -(369,-132,cs), -(161,-132,ls) +(87,-132,o), +(34,-112,o), +(34,-49,cs), +(34,-9,o), +(64,38,o), +(108,67,c), +(364,67,ls), +(445,67,o), +(493,38,o), +(493,-32,cs), +(493,-94,o), +(450,-132,o), +(364,-132,cs), +(156,-132,ls) ); }, { closed = 1; nodes = ( -(388,189,o), -(471,257,o), -(471,358,cs), -(471,459,o), -(388,527,o), -(264,527,cs), -(140,527,o), -(57,459,o), -(57,358,cs), -(57,257,o), -(140,189,o), -(264,189,cs) +(383,189,o), +(466,257,o), +(466,358,cs), +(466,459,o), +(383,527,o), +(259,527,cs), +(135,527,o), +(52,459,o), +(52,358,cs), +(52,257,o), +(135,189,o), +(259,189,cs) ); }, { closed = 1; nodes = ( -(161,221,o), -(92,270,o), -(92,358,cs), -(92,446,o), -(154,495,o), -(264,495,cs), -(367,495,o), -(436,446,o), -(436,358,cs), -(436,276,o), -(374,221,o), -(264,221,cs) +(156,221,o), +(87,270,o), +(87,358,cs), +(87,446,o), +(149,495,o), +(259,495,cs), +(362,495,o), +(431,446,o), +(431,358,cs), +(431,276,o), +(369,221,o), +(259,221,cs) ); }, { closed = 1; nodes = ( -(432,548,o), -(479,581,o), -(538,574,c), -(538,608,l), -(467,616,o), -(412,576,o), -(378,491,c), -(401,477,l) +(427,548,o), +(474,581,o), +(533,574,c), +(533,608,l), +(462,616,o), +(407,576,o), +(373,491,c), +(396,477,l) ); } ); -width = 544; +width = 534; }, { anchors = ( { name = bottom; -pos = (314,-167); +pos = (309,-167); }, { name = top; -pos = (306,544); +pos = (301,544); } ); background = { @@ -1207,234 +3726,234 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(423,-167,ls), -(557,-167,o), -(647,-97,o), -(647,9,cs), -(647,118,o), -(563,180,o), -(437,180,cs), -(248,180,ls), -(223,180,o), -(203,180,o), -(203,199,cs), -(203,215,o), -(223,225,o), -(253,238,c), -(152,277,l), -(61,232,o), -(11,191,o), -(11,132,cs), -(11,98,o), -(33,68,o), -(82,52,c), -(82,44,l), -(21,20,o), -(-15,-15,o), -(-15,-65,cs), -(-15,-126,o), -(32,-167,o), -(131,-167,cs) +(418,-167,ls), +(552,-167,o), +(642,-97,o), +(642,9,cs), +(642,118,o), +(558,180,o), +(432,180,cs), +(243,180,ls), +(218,180,o), +(198,180,o), +(198,199,cs), +(198,215,o), +(218,225,o), +(248,238,c), +(147,277,l), +(56,232,o), +(6,191,o), +(6,132,cs), +(6,98,o), +(28,68,o), +(77,52,c), +(77,44,l), +(16,20,o), +(-20,-15,o), +(-20,-65,cs), +(-20,-126,o), +(27,-167,o), +(126,-167,cs) ); }, { closed = 1; nodes = ( -(191,-34,o), -(175,-25,o), -(175,-5,cs), -(175,3,o), -(178,13,o), -(188,24,c), -(389,24,ls), -(413,24,o), -(427,14,o), -(427,-5,cs), -(427,-22,o), -(414,-34,o), -(389,-34,cs), -(224,-34,ls) +(186,-34,o), +(170,-25,o), +(170,-5,cs), +(170,3,o), +(173,13,o), +(183,24,c), +(384,24,ls), +(408,24,o), +(422,14,o), +(422,-5,cs), +(422,-22,o), +(409,-34,o), +(384,-34,cs), +(219,-34,ls) ); }, { closed = 1; nodes = ( -(472,216,o), -(583,277,o), -(583,385,cs), -(583,486,o), -(494,554,o), -(306,554,cs), -(140,554,o), -(29,493,o), -(29,385,cs), -(29,284,o), -(118,216,o), -(306,216,cs) +(467,216,o), +(578,277,o), +(578,385,cs), +(578,486,o), +(489,554,o), +(301,554,cs), +(135,554,o), +(24,493,o), +(24,385,cs), +(24,284,o), +(113,216,o), +(301,216,cs) ); }, { closed = 1; nodes = ( -(262,327,o), -(235,347,o), -(235,385,cs), -(235,420,o), -(260,443,o), -(306,443,cs), -(350,443,o), -(377,424,o), -(377,385,cs), -(377,350,o), -(352,327,o), -(306,327,cs) +(257,327,o), +(230,347,o), +(230,385,cs), +(230,420,o), +(255,443,o), +(301,443,cs), +(345,443,o), +(372,424,o), +(372,385,cs), +(372,350,o), +(347,327,o), +(301,327,cs) ); }, { closed = 1; nodes = ( -(530,525,o), -(572,532,o), -(623,533,c), -(623,669,l), -(518,665,o), -(453,608,o), -(423,519,c), -(480,491,l) +(525,525,o), +(567,532,o), +(618,533,c), +(618,669,l), +(513,665,o), +(448,608,o), +(418,519,c), +(475,491,l) ); } ); -width = 643; +width = 633; }, { anchors = ( { name = bottom; -pos = (69,-167); +pos = (46,-167); }, { name = top; -pos = (208,516); +pos = (185,516); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(140,-167,ls), -(226,-167,o), -(283,-112,o), -(283,-37,cs), -(283,25,o), -(242,67,o), -(163,67,cs), -(87,67,ls), -(56,67,o), -(39,86,o), -(39,110,cs), -(39,145,o), -(71,168,o), -(104,189,c), -(91,205,l), -(40,175,o), -(12,139,o), -(12,105,cs), -(12,85,o), -(20,63,o), -(43,51,c), -(43,48,l), -(-11,17,o), -(-41,-24,o), -(-41,-75,cs), -(-41,-130,o), -(4,-167,o), -(72,-167,cs) +(117,-167,ls), +(203,-167,o), +(260,-112,o), +(260,-37,cs), +(260,25,o), +(219,67,o), +(140,67,cs), +(64,67,ls), +(33,67,o), +(16,86,o), +(16,110,cs), +(16,145,o), +(48,168,o), +(81,189,c), +(68,205,l), +(17,175,o), +(-11,139,o), +(-11,105,cs), +(-11,85,o), +(-3,63,o), +(20,51,c), +(20,48,l), +(-34,17,o), +(-64,-24,o), +(-64,-75,cs), +(-64,-130,o), +(-19,-167,o), +(49,-167,cs) ); }, { closed = 1; nodes = ( -(22,-139,o), -(-12,-113,o), -(-12,-66,cs), -(-12,-28,o), -(9,8,o), -(54,38,c), -(159,38,ls), -(219,38,o), -(253,14,o), -(253,-40,cs), -(253,-99,o), -(211,-139,o), -(148,-139,cs), -(74,-139,ls) +(-1,-139,o), +(-35,-113,o), +(-35,-66,cs), +(-35,-28,o), +(-14,8,o), +(31,38,c), +(136,38,ls), +(196,38,o), +(230,14,o), +(230,-40,cs), +(230,-99,o), +(188,-139,o), +(125,-139,cs), +(51,-139,ls) ); }, { closed = 1; nodes = ( -(212,165,o), -(266,218,o), -(292,339,cs), -(316,451,o), -(290,526,o), -(210,526,cs), -(147,526,o), -(93,473,o), -(67,352,cs), -(43,240,o), -(69,165,o), -(149,165,cs) +(189,165,o), +(243,218,o), +(269,339,cs), +(293,451,o), +(267,526,o), +(187,526,cs), +(124,526,o), +(70,473,o), +(44,352,cs), +(20,240,o), +(46,165,o), +(126,165,cs) ); }, { closed = 1; nodes = ( -(99,192,o), -(72,235,o), -(94,344,cs), -(114,442,o), -(149,499,o), -(206,499,cs), -(260,499,o), -(287,454,o), -(265,345,cs), -(245,247,o), -(210,192,o), -(153,192,cs) +(76,192,o), +(49,235,o), +(71,344,cs), +(91,442,o), +(126,499,o), +(183,499,cs), +(237,499,o), +(264,454,o), +(242,345,cs), +(222,247,o), +(187,192,o), +(130,192,cs) ); }, { closed = 1; nodes = ( -(306,532,o), -(341,567,o), -(380,557,c), -(386,585,l), -(333,594,o), -(296,559,o), -(258,499,c), -(274,484,l) +(283,532,o), +(318,567,o), +(357,557,c), +(363,585,l), +(310,594,o), +(273,559,o), +(235,499,c), +(251,484,l) ); } ); -width = 329; +width = 283; }, { anchors = ( { name = bottom; -pos = (131,-167); +pos = (120,-167); }, { name = top; -pos = (248,541); +pos = (237,541); } ); background = { @@ -1542,128 +4061,128 @@ nodes = ( }; guides = ( { -pos = (230,-50); +pos = (219,-50); }, { -pos = (61,51); +pos = (50,51); }, { -pos = (61,58); +pos = (50,58); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(207,-167,ls), -(333,-167,o), -(420,-103,o), -(420,11,cs), -(420,104,o), -(353,164,o), -(241,164,cs), -(163,164,ls), -(140,164,o), -(127,173,o), -(127,189,cs), -(128,211,o), -(152,223,o), -(168,231,c), -(87,268,l), -(27,234,o), -(-14,197,o), -(-14,140,cs), -(-14,103,o), -(6,73,o), -(36,58,c), -(34,51,l), -(-23,25,o), -(-56,-15,o), -(-56,-64,cs), -(-56,-129,o), -(-4,-167,o), -(93,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(104,-50,o), -(88,-40,o), -(89,-16,cs), -(89,-4,o), -(96,7,o), -(107,18,c), -(204,18,ls), -(233,18,o), -(244,2,o), -(243,-16,cs), -(243,-36,o), -(227,-50,o), -(200,-50,cs), -(133,-50,ls) -); -}, -{ -closed = 1; -nodes = ( -(352,209,o), -(434,287,o), -(434,399,cs), -(434,491,o), -(369,551,o), -(250,551,cs), -(122,551,o), -(40,473,o), -(40,361,cs), -(40,269,o), -(105,209,o), -(225,209,cs) +(196,-167,ls), +(322,-167,o), +(409,-103,o), +(409,11,cs), +(409,104,o), +(342,164,o), +(230,164,cs), +(152,164,ls), +(129,164,o), +(116,173,o), +(116,189,cs), +(117,211,o), +(141,223,o), +(157,231,c), +(76,268,l), +(16,234,o), +(-25,197,o), +(-25,140,cs), +(-25,103,o), +(-5,73,o), +(25,58,c), +(23,51,l), +(-34,25,o), +(-67,-15,o), +(-67,-64,cs), +(-67,-129,o), +(-15,-167,o), +(82,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(93,-50,o), +(77,-40,o), +(78,-16,cs), +(78,-4,o), +(85,7,o), +(96,18,c), +(193,18,ls), +(222,18,o), +(233,2,o), +(232,-16,cs), +(232,-36,o), +(216,-50,o), +(189,-50,cs), +(122,-50,ls) +); +}, +{ +closed = 1; +nodes = ( +(341,209,o), +(423,287,o), +(423,399,cs), +(423,491,o), +(358,551,o), +(239,551,cs), +(111,551,o), +(29,473,o), +(29,361,cs), +(29,269,o), +(94,209,o), +(214,209,cs) ); }, { closed = 1; nodes = ( -(194,310,o), -(194,344,o), -(202,383,cs), -(210,427,o), -(225,450,o), -(251,450,cs), -(280,450,o), -(280,416,o), -(272,377,cs), -(264,333,o), -(249,310,o), -(223,310,cs) +(183,310,o), +(183,344,o), +(191,383,cs), +(199,427,o), +(214,450,o), +(240,450,cs), +(269,450,o), +(269,416,o), +(261,377,cs), +(253,333,o), +(238,310,o), +(212,310,cs) ); }, { closed = 1; nodes = ( -(398,511,o), -(439,523,o), -(486,521,c), -(511,642,l), -(423,643,o), -(354,593,o), -(325,506,c), -(368,473,l) +(387,511,o), +(428,523,o), +(475,521,c), +(500,642,l), +(412,643,o), +(343,593,o), +(314,506,c), +(357,473,l) ); } ); -width = 481; +width = 459; }, { anchors = ( { name = bottom; -pos = (91,-160); +pos = (67,-160); }, { name = top; -pos = (287,517); +pos = (263,517); } ); background = { @@ -1769,119 +4288,119 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(281,-167,ls), -(387,-167,o), -(456,-117,o), -(456,-29,cs), -(456,44,o), -(405,92,o), -(313,92,cs), -(157,92,ls), -(109,92,o), -(84,111,o), -(84,145,cs), -(84,181,o), -(117,208,o), -(161,233,c), -(146,253,l), -(86,220,o), -(47,184,o), -(47,137,cs), -(47,112,o), -(60,90,o), -(78,81,c), -(78,76,l), -(13,40,o), -(-18,-6,o), -(-18,-56,cs), -(-18,-125,o), -(32,-167,o), -(137,-167,cs) +(257,-167,ls), +(363,-167,o), +(432,-117,o), +(432,-29,cs), +(432,44,o), +(381,92,o), +(289,92,cs), +(133,92,ls), +(85,92,o), +(60,111,o), +(60,145,cs), +(60,181,o), +(93,208,o), +(137,233,c), +(122,253,l), +(62,220,o), +(23,184,o), +(23,137,cs), +(23,112,o), +(36,90,o), +(54,81,c), +(54,76,l), +(-11,40,o), +(-42,-6,o), +(-42,-56,cs), +(-42,-125,o), +(8,-167,o), +(113,-167,cs) ); }, { closed = 1; nodes = ( -(64,-133,o), -(18,-107,o), -(18,-53,cs), -(18,-12,o), -(38,27,o), -(88,57,c), -(310,57,ls), -(373,57,o), -(416,29,o), -(416,-31,cs), -(416,-92,o), -(375,-133,o), -(288,-133,cs), -(132,-133,ls) +(40,-133,o), +(-6,-107,o), +(-6,-53,cs), +(-6,-12,o), +(14,27,o), +(64,57,c), +(286,57,ls), +(349,57,o), +(392,29,o), +(392,-31,cs), +(392,-92,o), +(351,-133,o), +(264,-133,cs), +(108,-133,ls) ); }, { closed = 1; nodes = ( -(380,191,o), -(465,263,o), -(465,368,cs), -(465,460,o), -(403,525,o), -(289,525,cs), -(172,525,o), -(87,453,o), -(87,348,cs), -(87,256,o), -(149,191,o), -(263,191,cs) +(356,191,o), +(441,263,o), +(441,368,cs), +(441,460,o), +(379,525,o), +(265,525,cs), +(148,525,o), +(63,453,o), +(63,348,cs), +(63,256,o), +(125,191,o), +(239,191,cs) ); }, { closed = 1; nodes = ( -(179,221,o), -(123,266,o), -(123,346,cs), -(123,440,o), -(192,495,o), -(290,495,cs), -(373,495,o), -(429,450,o), -(429,370,cs), -(429,276,o), -(360,221,o), -(262,221,cs) +(155,221,o), +(99,266,o), +(99,346,cs), +(99,440,o), +(168,495,o), +(266,495,cs), +(349,495,o), +(405,450,o), +(405,370,cs), +(405,276,o), +(336,221,o), +(238,221,cs) ); }, { closed = 1; nodes = ( -(446,533,o), -(505,587,o), -(568,574,c), -(575,608,l), -(501,621,o), -(433,568,o), -(387,491,c), -(411,477,l) +(422,533,o), +(481,587,o), +(544,574,c), +(551,608,l), +(477,621,o), +(409,568,o), +(363,491,c), +(387,477,l) ); } ); -width = 528; +width = 480; }, { anchors = ( { name = bottom; -pos = (72,-167); +pos = (43,-167); }, { name = top; -pos = (310,544); +pos = (281,544); } ); background = { @@ -1987,119 +4506,119 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(304,-167,ls), -(454,-167,o), -(545,-91,o), -(545,19,cs), -(545,113,o), -(480,176,o), -(351,176,cs), -(199,176,ls), -(180,176,o), -(169,181,o), -(169,194,cs), -(169,214,o), -(191,226,o), -(218,238,c), -(151,277,l), -(52,232,o), -(-1,184,o), -(-1,126,cs), -(-1,93,o), -(17,64,o), -(49,52,c), -(48,46,l), -(-8,21,o), -(-44,-20,o), -(-44,-68,cs), -(-44,-126,o), -(3,-167,o), -(90,-167,cs) +(275,-167,ls), +(425,-167,o), +(516,-91,o), +(516,19,cs), +(516,113,o), +(451,176,o), +(322,176,cs), +(170,176,ls), +(151,176,o), +(140,181,o), +(140,194,cs), +(140,214,o), +(162,226,o), +(189,238,c), +(122,277,l), +(23,232,o), +(-30,184,o), +(-30,126,cs), +(-30,93,o), +(-12,64,o), +(20,52,c), +(19,46,l), +(-37,21,o), +(-73,-20,o), +(-73,-68,cs), +(-73,-126,o), +(-26,-167,o), +(61,-167,cs) ); }, { closed = 1; nodes = ( -(125,-34,o), -(110,-26,o), -(110,-7,cs), -(110,1,o), -(116,13,o), -(130,24,c), -(315,24,ls), -(340,24,o), -(352,13,o), -(352,-1,cs), -(352,-22,o), -(341,-34,o), -(309,-34,cs), -(154,-34,ls) +(96,-34,o), +(81,-26,o), +(81,-7,cs), +(81,1,o), +(87,13,o), +(101,24,c), +(286,24,ls), +(311,24,o), +(323,13,o), +(323,-1,cs), +(323,-22,o), +(312,-34,o), +(280,-34,cs), +(125,-34,ls) ); }, { closed = 1; nodes = ( -(441,217,o), -(542,290,o), -(542,399,cs), -(542,491,o), -(459,553,o), -(312,553,cs), -(160,553,o), -(59,480,o), -(59,371,cs), -(59,279,o), -(142,217,o), -(289,217,cs) +(412,217,o), +(513,290,o), +(513,399,cs), +(513,491,o), +(430,553,o), +(283,553,cs), +(131,553,o), +(30,480,o), +(30,371,cs), +(30,279,o), +(113,217,o), +(260,217,cs) ); }, { closed = 1; nodes = ( -(259,320,o), -(244,339,o), -(244,368,cs), -(244,416,o), -(272,450,o), -(312,450,cs), -(342,450,o), -(357,431,o), -(357,402,cs), -(357,354,o), -(329,320,o), -(289,320,cs) +(230,320,o), +(215,339,o), +(215,368,cs), +(215,416,o), +(243,450,o), +(283,450,cs), +(313,450,o), +(328,431,o), +(328,402,cs), +(328,354,o), +(300,320,o), +(260,320,cs) ); }, { closed = 1; nodes = ( -(519,513,o), -(555,522,o), -(605,523,c), -(629,659,l), -(534,655,o), -(466,598,o), -(425,509,c), -(466,481,l) +(490,513,o), +(526,522,o), +(576,523,c), +(600,659,l), +(505,655,o), +(437,598,o), +(396,509,c), +(437,481,l) ); } ); -width = 606; +width = 548; }, { anchors = ( { name = bottom; -pos = (81,-167); +pos = (71,-167); }, { name = top; -pos = (312,517); +pos = (302,517); } ); background = { @@ -2205,119 +4724,119 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(307,-167,ls), -(426,-167,o), -(505,-113,o), -(505,-18,cs), -(505,58,o), -(454,102,o), -(355,102,cs), -(132,102,ls), -(94,102,o), -(70,117,o), -(70,149,cs), -(70,175,o), -(100,205,o), -(147,224,c), -(131,247,l), -(70,214,o), -(35,179,o), -(35,139,cs), -(35,117,o), -(47,96,o), -(68,85,c), -(68,82,l), -(-1,49,o), -(-45,4,o), -(-45,-59,cs), -(-45,-120,o), -(-3,-167,o), -(118,-167,cs) +(297,-167,ls), +(416,-167,o), +(495,-113,o), +(495,-18,cs), +(495,58,o), +(444,102,o), +(345,102,cs), +(122,102,ls), +(84,102,o), +(60,117,o), +(60,149,cs), +(60,175,o), +(90,205,o), +(137,224,c), +(121,247,l), +(60,214,o), +(25,179,o), +(25,139,cs), +(25,117,o), +(37,96,o), +(58,85,c), +(58,82,l), +(-11,49,o), +(-55,4,o), +(-55,-59,cs), +(-55,-120,o), +(-13,-167,o), +(108,-167,cs) ); }, { closed = 1; nodes = ( -(33,-132,o), -(-7,-105,o), -(-7,-50,cs), -(-7,-10,o), -(14,28,o), -(78,67,c), -(354,67,ls), -(421,67,o), -(465,39,o), -(465,-20,cs), -(465,-90,o), -(407,-132,o), -(317,-132,cs), -(115,-132,ls) +(23,-132,o), +(-17,-105,o), +(-17,-50,cs), +(-17,-10,o), +(4,28,o), +(68,67,c), +(344,67,ls), +(411,67,o), +(455,39,o), +(455,-20,cs), +(455,-90,o), +(397,-132,o), +(307,-132,cs), +(105,-132,ls) ); }, { closed = 1; nodes = ( -(407,191,o), -(500,265,o), -(500,375,cs), -(500,465,o), -(432,525,o), -(310,525,cs), -(171,525,o), -(78,451,o), -(78,341,cs), -(78,251,o), -(146,191,o), -(268,191,cs) +(397,191,o), +(490,265,o), +(490,375,cs), +(490,465,o), +(422,525,o), +(300,525,cs), +(161,525,o), +(68,451,o), +(68,341,cs), +(68,251,o), +(136,191,o), +(258,191,cs) ); }, { closed = 1; nodes = ( -(176,221,o), -(113,260,o), -(113,344,cs), -(113,435,o), -(191,495,o), -(307,495,cs), -(402,495,o), -(465,456,o), -(465,372,cs), -(465,281,o), -(387,221,o), -(271,221,cs) +(166,221,o), +(103,260,o), +(103,344,cs), +(103,435,o), +(181,495,o), +(297,495,cs), +(392,495,o), +(455,456,o), +(455,372,cs), +(455,281,o), +(377,221,o), +(261,221,cs) ); }, { closed = 1; nodes = ( -(480,548,o), -(529,581,o), -(586,574,c), -(593,608,l), -(524,616,o), -(461,576,o), -(409,491,c), -(429,477,l) +(470,548,o), +(519,581,o), +(576,574,c), +(583,608,l), +(514,616,o), +(451,576,o), +(399,491,c), +(419,477,l) ); } ); -width = 571; +width = 551; }, { anchors = ( { name = bottom; -pos = (138,-167); +pos = (123,-167); }, { name = top; -pos = (337,544); +pos = (322,544); } ); background = { @@ -2418,109 +4937,109 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(343,-167,ls), -(513,-167,o), -(608,-92,o), -(608,20,cs), -(608,122,o), -(533,180,o), -(399,180,cs), -(224,180,ls), -(195,180,o), -(188,188,o), -(188,199,cs), -(188,218,o), -(209,228,o), -(247,238,c), -(154,277,l), -(42,233,o), -(-17,187,o), -(-17,129,cs), -(-17,94,o), -(1,67,o), -(40,52,c), -(37,44,l), -(-27,18,o), -(-63,-16,o), -(-63,-69,cs), -(-63,-128,o), -(-16,-167,o), -(91,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(142,-34,o), -(127,-26,o), -(127,-7,cs), -(127,2,o), -(133,15,o), -(147,24,c), -(342,24,ls), -(367,24,o), -(381,15,o), -(381,-1,cs), -(381,-22,o), -(365,-34,o), -(333,-34,cs), -(171,-34,ls) +(328,-167,ls), +(498,-167,o), +(593,-92,o), +(593,20,cs), +(593,122,o), +(518,180,o), +(384,180,cs), +(209,180,ls), +(180,180,o), +(173,188,o), +(173,199,cs), +(173,218,o), +(194,228,o), +(232,238,c), +(139,277,l), +(27,233,o), +(-32,187,o), +(-32,129,cs), +(-32,94,o), +(-14,67,o), +(25,52,c), +(22,44,l), +(-42,18,o), +(-78,-16,o), +(-78,-69,cs), +(-78,-128,o), +(-31,-167,o), +(76,-167,cs) +); +}, +{ +closed = 1; +nodes = ( +(127,-34,o), +(112,-26,o), +(112,-7,cs), +(112,2,o), +(118,15,o), +(132,24,c), +(327,24,ls), +(352,24,o), +(366,15,o), +(366,-1,cs), +(366,-22,o), +(350,-34,o), +(318,-34,cs), +(156,-34,ls) ); }, { closed = 1; nodes = ( -(496,217,o), -(611,283,o), -(611,399,cs), -(611,491,o), -(524,553,o), -(339,553,cs), -(166,553,o), -(50,487,o), -(50,370,cs), -(50,278,o), -(137,217,o), -(323,217,cs) +(481,217,o), +(596,283,o), +(596,399,cs), +(596,491,o), +(509,553,o), +(324,553,cs), +(151,553,o), +(35,487,o), +(35,370,cs), +(35,278,o), +(122,217,o), +(308,217,cs) ); }, { closed = 1; nodes = ( -(284,327,o), -(258,347,o), -(258,379,cs), -(258,415,o), -(287,443,o), -(338,443,cs), -(378,443,o), -(404,423,o), -(404,391,cs), -(404,355,o), -(375,327,o), -(324,327,cs) +(269,327,o), +(243,347,o), +(243,379,cs), +(243,415,o), +(272,443,o), +(323,443,cs), +(363,443,o), +(389,423,o), +(389,391,cs), +(389,355,o), +(360,327,o), +(309,327,cs) ); }, { closed = 1; nodes = ( -(555,523,o), -(592,532,o), -(643,533,c), -(666,669,l), -(573,665,o), -(506,608,o), -(465,519,c), -(508,491,l) +(540,523,o), +(577,532,o), +(628,533,c), +(651,669,l), +(558,665,o), +(491,608,o), +(450,519,c), +(493,491,l) ); } ); -width = 655; +width = 625; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/gbreve.glyph b/sources/MonaSans.glyphspackage/glyphs/gbreve.glyph index c226e6aa..2777c594 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gbreve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gbreve.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = gbreve; -kernLeft = g; -kernRight = g; +kernLeft = KO_g; +kernRight = KO_gbreve; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (37,-137); ref = brevecomb; } ); -width = 467; +width = 483; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g; }, { -pos = (122,-161); +pos = (133,-155); ref = brevecomb; } ); -width = 576; +width = 623; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g; }, { -pos = (99,-134); +pos = (107,-129); ref = brevecomb; } ); -width = 633; +width = 713; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g; }, { -pos = (133,-155); +pos = (131,-161); ref = brevecomb; } ); -width = 623; +width = 580; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g; }, { -pos = (107,-129); +pos = (98,-134); ref = brevecomb; } ); -width = 701; +width = 614; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (19,-137); ref = brevecomb; } ); -width = 465; +width = 481; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,169 @@ pos = (87,-134); ref = brevecomb; } ); -width = 695; +width = 707; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (63,-156); +ref = brevecomb; +} +); +width = 311; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g; +}, +{ +pos = (43,-137); +ref = brevecomb; +} +); +width = 452; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (136,-161); +ref = brevecomb; +} +); +width = 544; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (99,-134); +ref = brevecomb; +} +); +width = 613; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (133,-155); +ref = brevecomb; +} +); +width = 623; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (107,-129); +ref = brevecomb; +} +); +width = 701; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (21,-156); +ref = brevecomb; +} +); +width = 292; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g; +}, +{ +pos = (22,-137); +ref = brevecomb; +} +); +width = 446; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g; +}, +{ +pos = (102,-155); +ref = brevecomb; +} +); +width = 530; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (83,-134); +ref = brevecomb; +} +); +width = 593; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g; +}, +{ +pos = (83,-155); +ref = brevecomb; +} +); +width = 632; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g; +}, +{ +pos = (99,-134); +ref = brevecomb; +} +); +width = 678; } ); unicode = 287; diff --git a/sources/MonaSans.glyphspackage/glyphs/gbreve.ss06.glyph b/sources/MonaSans.glyphspackage/glyphs/gbreve.ss06.glyph index ba4d44ea..7f2d97c8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gbreve.ss06.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gbreve.ss06.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = gbreve.ss06; -kernRight = g.ss05; +kernRight = KO_g.ss06; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (27,-137); ref = brevecomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g.ss06; }, { -pos = (89,-162); +pos = (90,-155); ref = brevecomb; } ); -width = 519; +width = 544; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g.ss06; }, { -pos = (61,-134); +pos = (67,-129); ref = brevecomb; } ); -width = 583; +width = 655; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g.ss06; }, { -pos = (90,-155); +pos = (87,-162); ref = brevecomb; } ); -width = 544; +width = 514; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g.ss06; }, { -pos = (67,-129); +pos = (60,-134); ref = brevecomb; } ); -width = 643; +width = 564; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-32,-137); ref = brevecomb; } ); -width = 481; +width = 497; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (15,-134); ref = brevecomb; } ); -width = 655; +width = 667; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (52,-156); +ref = brevecomb; +} +); +width = 309; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (32,-137); +ref = brevecomb; +} +); +width = 464; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (87,-162); +ref = brevecomb; +} +); +width = 480; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g.ss06; +}, +{ +alignment = -1; +pos = (70,-134); +ref = brevecomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (95,-155); +ref = brevecomb; +} +); +width = 534; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (72,-129); +ref = brevecomb; +} +); +width = 633; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (-6,-156); +ref = brevecomb; +} +); +width = 283; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (-32,-137); +ref = brevecomb; +} +); +width = 459; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (31,-155); +ref = brevecomb; +} +); +width = 480; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (-2,-134); +ref = brevecomb; +} +); +width = 548; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (47,-155); +ref = brevecomb; +} +); +width = 551; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (15,-134); +ref = brevecomb; +} +); +width = 625; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/gcaron.glyph b/sources/MonaSans.glyphspackage/glyphs/gcaron.glyph index 90d705ac..3915711b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gcaron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gcaron.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = gcaron; -kernLeft = g; +kernLeft = KO_g; +kernRight = KO_gbreve; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (15,-137); ref = caroncomb; } ); -width = 467; +width = 483; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g; }, { -pos = (126,-155); +pos = (128,-155); ref = caroncomb; } ); -width = 576; +width = 623; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g; }, { -pos = (71,-134); +pos = (55,-129); ref = caroncomb; } ); -width = 633; +width = 713; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g; }, { -pos = (128,-155); +pos = (135,-155); ref = caroncomb; } ); -width = 623; +width = 580; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g; }, { -pos = (55,-129); +pos = (70,-134); ref = caroncomb; } ); -width = 701; +width = 614; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (3,-137); ref = caroncomb; } ); -width = 465; +width = 481; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,169 @@ pos = (35,-129); ref = caroncomb; } ); -width = 695; +width = 707; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (58,-156); +ref = caroncomb; +} +); +width = 311; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g; +}, +{ +pos = (21,-137); +ref = caroncomb; +} +); +width = 452; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (140,-155); +ref = caroncomb; +} +); +width = 544; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (71,-134); +ref = caroncomb; +} +); +width = 613; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (128,-155); +ref = caroncomb; +} +); +width = 623; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (55,-129); +ref = caroncomb; +} +); +width = 701; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (21,-156); +ref = caroncomb; +} +); +width = 292; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g; +}, +{ +pos = (6,-137); +ref = caroncomb; +} +); +width = 446; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g; +}, +{ +pos = (107,-155); +ref = caroncomb; +} +); +width = 530; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (61,-134); +ref = caroncomb; +} +); +width = 593; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g; +}, +{ +pos = (82,-155); +ref = caroncomb; +} +); +width = 632; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g; +}, +{ +pos = (47,-129); +ref = caroncomb; +} +); +width = 678; } ); unicode = 487; diff --git a/sources/MonaSans.glyphspackage/glyphs/gcaron.ss06.glyph b/sources/MonaSans.glyphspackage/glyphs/gcaron.ss06.glyph index 8501a6da..dc4058db 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gcaron.ss06.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gcaron.ss06.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = gcaron.ss06; -kernRight = g.ss05; +kernRight = KO_g.ss06; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (5,-137); ref = caroncomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g.ss06; }, { -pos = (93,-156); +pos = (85,-155); ref = caroncomb; } ); -width = 519; +width = 544; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g.ss06; }, { -pos = (33,-134); +pos = (15,-129); ref = caroncomb; } ); -width = 583; +width = 655; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g.ss06; }, { -pos = (85,-155); +pos = (91,-156); ref = caroncomb; } ); -width = 544; +width = 514; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g.ss06; }, { -pos = (15,-129); +pos = (32,-134); ref = caroncomb; } ); -width = 643; +width = 564; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-48,-137); ref = caroncomb; } ); -width = 481; +width = 497; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (-37,-129); ref = caroncomb; } ); -width = 655; +width = 667; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (47,-156); +ref = caroncomb; +} +); +width = 309; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (10,-137); +ref = caroncomb; +} +); +width = 464; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (91,-156); +ref = caroncomb; +} +); +width = 480; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g.ss06; +}, +{ +alignment = -1; +pos = (42,-134); +ref = caroncomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (90,-155); +ref = caroncomb; +} +); +width = 534; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (20,-129); +ref = caroncomb; +} +); +width = 633; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (-6,-156); +ref = caroncomb; +} +); +width = 283; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (-48,-137); +ref = caroncomb; +} +); +width = 459; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (36,-155); +ref = caroncomb; +} +); +width = 480; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (-24,-134); +ref = caroncomb; +} +); +width = 548; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (46,-155); +ref = caroncomb; +} +); +width = 551; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (-37,-129); +ref = caroncomb; +} +); +width = 625; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/gcircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/gcircumflex.glyph index 3ff15f26..daab7ea8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gcircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gcircumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = gcircumflex; -kernLeft = g; -kernRight = g; +kernLeft = KO_g; +kernRight = KO_gbreve; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (15,-137); ref = circumflexcomb; } ); -width = 467; +width = 483; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g; }, { -pos = (126,-155); +pos = (128,-155); ref = circumflexcomb; } ); -width = 576; +width = 623; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g; }, { -pos = (71,-134); +pos = (55,-129); ref = circumflexcomb; } ); -width = 633; +width = 713; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g; }, { -pos = (128,-155); +pos = (135,-155); ref = circumflexcomb; } ); -width = 623; +width = 580; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g; }, { -pos = (55,-129); +pos = (70,-134); ref = circumflexcomb; } ); -width = 701; +width = 614; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-3,-137); ref = circumflexcomb; } ); -width = 465; +width = 481; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,169 @@ pos = (33,-129); ref = circumflexcomb; } ); -width = 695; +width = 707; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (58,-156); +ref = circumflexcomb; +} +); +width = 311; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g; +}, +{ +pos = (21,-137); +ref = circumflexcomb; +} +); +width = 452; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (140,-155); +ref = circumflexcomb; +} +); +width = 544; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (71,-134); +ref = circumflexcomb; +} +); +width = 613; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (128,-155); +ref = circumflexcomb; +} +); +width = 623; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (55,-129); +ref = circumflexcomb; +} +); +width = 701; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (20,-156); +ref = circumflexcomb; +} +); +width = 292; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g; +}, +{ +pos = (0,-137); +ref = circumflexcomb; +} +); +width = 446; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g; +}, +{ +pos = (106,-155); +ref = circumflexcomb; +} +); +width = 530; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (66,-134); +ref = circumflexcomb; +} +); +width = 593; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g; +}, +{ +pos = (82,-155); +ref = circumflexcomb; +} +); +width = 632; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g; +}, +{ +pos = (45,-129); +ref = circumflexcomb; +} +); +width = 678; } ); unicode = 285; diff --git a/sources/MonaSans.glyphspackage/glyphs/gcircumflex.ss06.glyph b/sources/MonaSans.glyphspackage/glyphs/gcircumflex.ss06.glyph index 79ba9037..daf1ef65 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gcircumflex.ss06.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gcircumflex.ss06.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = gcircumflex.ss06; -kernRight = g.ss05; +kernRight = KO_g.ss06; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (5,-137); ref = circumflexcomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g.ss06; }, { -pos = (93,-156); +pos = (85,-155); ref = circumflexcomb; } ); -width = 519; +width = 544; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g.ss06; }, { -pos = (33,-134); +pos = (15,-129); ref = circumflexcomb; } ); -width = 583; +width = 655; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g.ss06; }, { -pos = (85,-155); +pos = (91,-156); ref = circumflexcomb; } ); -width = 544; +width = 514; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g.ss06; }, { -pos = (15,-129); +pos = (32,-134); ref = circumflexcomb; } ); -width = 643; +width = 564; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-54,-137); ref = circumflexcomb; } ); -width = 481; +width = 497; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (-39,-129); ref = circumflexcomb; } ); -width = 655; +width = 667; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (47,-156); +ref = circumflexcomb; +} +); +width = 309; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (10,-137); +ref = circumflexcomb; +} +); +width = 464; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (91,-156); +ref = circumflexcomb; +} +); +width = 480; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g.ss06; +}, +{ +alignment = -1; +pos = (42,-134); +ref = circumflexcomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (90,-155); +ref = circumflexcomb; +} +); +width = 534; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (20,-129); +ref = circumflexcomb; +} +); +width = 633; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (-7,-156); +ref = circumflexcomb; +} +); +width = 283; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (-54,-137); +ref = circumflexcomb; +} +); +width = 459; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (35,-155); +ref = circumflexcomb; +} +); +width = 480; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (-19,-134); +ref = circumflexcomb; +} +); +width = 548; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (46,-155); +ref = circumflexcomb; +} +); +width = 551; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (-39,-129); +ref = circumflexcomb; +} +); +width = 625; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/gcommaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/gcommaaccent.glyph index 426df87a..5cf602ee 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gcommaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gcommaaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = gcommaaccent; -kernLeft = g; -kernRight = g; +kernLeft = KO_g; +kernRight = KO_gbreve; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (131,-137); ref = commaturnedabovecomb; } ); -width = 467; +width = 483; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g; }, { -pos = (234,-155); +pos = (250,-155); ref = commaturnedabovecomb; } ); -width = 576; +width = 623; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g; }, { -pos = (204,-134); +pos = (226,-134); ref = commaturnedabovecomb; } ); -width = 633; +width = 713; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g; }, { -pos = (250,-155); +pos = (241,-155); ref = commaturnedabovecomb; } ); -width = 623; +width = 580; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g; }, { -pos = (226,-134); +pos = (197,-134); ref = commaturnedabovecomb; } ); -width = 701; +width = 614; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (113,-137); ref = commaturnedabovecomb; } ); -width = 465; +width = 481; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,169 @@ pos = (205,-134); ref = commaturnedabovecomb; } ); -width = 695; +width = 707; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (131,-156); +ref = commaturnedabovecomb; +} +); +width = 311; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g; +}, +{ +pos = (137,-137); +ref = commaturnedabovecomb; +} +); +width = 452; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (248,-155); +ref = commaturnedabovecomb; +} +); +width = 544; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (204,-134); +ref = commaturnedabovecomb; +} +); +width = 613; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (250,-155); +ref = commaturnedabovecomb; +} +); +width = 623; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (226,-134); +ref = commaturnedabovecomb; +} +); +width = 701; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (93,-156); +ref = commaturnedabovecomb; +} +); +width = 292; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g; +}, +{ +pos = (116,-137); +ref = commaturnedabovecomb; +} +); +width = 446; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g; +}, +{ +pos = (216,-155); +ref = commaturnedabovecomb; +} +); +width = 530; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (197,-134); +ref = commaturnedabovecomb; +} +); +width = 593; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g; +}, +{ +pos = (206,-155); +ref = commaturnedabovecomb; +} +); +width = 632; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g; +}, +{ +pos = (217,-134); +ref = commaturnedabovecomb; +} +); +width = 678; } ); unicode = 291; diff --git a/sources/MonaSans.glyphspackage/glyphs/gcommaaccent.ss06.glyph b/sources/MonaSans.glyphspackage/glyphs/gcommaaccent.ss06.glyph index 9424652e..0c7ee5a6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gcommaaccent.ss06.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gcommaaccent.ss06.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = gcommaaccent.ss06; -kernRight = g.ss05; +kernRight = KO_g.ss06; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (121,-137); ref = commaturnedabovecomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g.ss06; }, { -pos = (201,-156); +pos = (207,-155); ref = commaturnedabovecomb; } ); -width = 519; +width = 544; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g.ss06; }, { -pos = (166,-134); +pos = (186,-134); ref = commaturnedabovecomb; } ); -width = 583; +width = 655; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g.ss06; }, { -pos = (207,-155); +pos = (197,-156); ref = commaturnedabovecomb; } ); -width = 544; +width = 514; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g.ss06; }, { -pos = (186,-134); +pos = (159,-134); ref = commaturnedabovecomb; } ); -width = 643; +width = 564; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (62,-137); ref = commaturnedabovecomb; } ); -width = 481; +width = 497; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (133,-134); ref = commaturnedabovecomb; } ); -width = 655; +width = 667; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (120,-156); +ref = commaturnedabovecomb; +} +); +width = 309; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (126,-137); +ref = commaturnedabovecomb; +} +); +width = 464; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (199,-156); +ref = commaturnedabovecomb; +} +); +width = 480; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g.ss06; +}, +{ +alignment = -1; +pos = (175,-134); +ref = commaturnedabovecomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (212,-155); +ref = commaturnedabovecomb; +} +); +width = 534; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (191,-134); +ref = commaturnedabovecomb; +} +); +width = 633; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (66,-156); +ref = commaturnedabovecomb; +} +); +width = 283; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (62,-137); +ref = commaturnedabovecomb; +} +); +width = 459; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (145,-155); +ref = commaturnedabovecomb; +} +); +width = 480; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (112,-134); +ref = commaturnedabovecomb; +} +); +width = 548; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (170,-155); +ref = commaturnedabovecomb; +} +); +width = 551; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (133,-134); +ref = commaturnedabovecomb; +} +); +width = 625; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/gdotaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/gdotaccent.glyph index 83e12538..5cf108ec 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gdotaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gdotaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = gdotaccent; -kernLeft = g; -kernRight = g; +kernLeft = KO_g; +kernRight = KO_gbreve; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (98,-137); ref = dotaccentcomb; } ); -width = 467; +width = 483; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g; }, { -pos = (218,-155); +pos = (235,-155); ref = dotaccentcomb; } ); -width = 576; +width = 623; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g; }, { -pos = (181,-134); +pos = (188,-129); ref = dotaccentcomb; } ); -width = 633; +width = 713; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g; }, { -pos = (235,-155); +pos = (225,-133); ref = dotaccentcomb; } ); -width = 623; +width = 580; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g; }, { -pos = (188,-129); +pos = (176,-120); ref = dotaccentcomb; } ); -width = 701; +width = 614; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (81,-137); ref = dotaccentcomb; } ); -width = 465; +width = 481; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,169 @@ pos = (165,-129); ref = dotaccentcomb; } ); -width = 695; +width = 707; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (124,-151); +ref = dotaccentcomb; +} +); +width = 311; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g; +}, +{ +pos = (104,-137); +ref = dotaccentcomb; +} +); +width = 452; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (232,-150); +ref = dotaccentcomb; +} +); +width = 544; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (181,-134); +ref = dotaccentcomb; +} +); +width = 613; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (235,-155); +ref = dotaccentcomb; +} +); +width = 623; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (188,-129); +ref = dotaccentcomb; +} +); +width = 701; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (81,-156); +ref = dotaccentcomb; +} +); +width = 292; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g; +}, +{ +pos = (84,-137); +ref = dotaccentcomb; +} +); +width = 446; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g; +}, +{ +pos = (201,-155); +ref = dotaccentcomb; +} +); +width = 530; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (170,-134); +ref = dotaccentcomb; +} +); +width = 593; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g; +}, +{ +pos = (191,-155); +ref = dotaccentcomb; +} +); +width = 632; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g; +}, +{ +pos = (177,-129); +ref = dotaccentcomb; +} +); +width = 678; } ); unicode = 289; diff --git a/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss01.glyph index 700a6166..9f086a70 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = gdotaccent.ss01; -kernLeft = g; -kernRight = g; +kernLeft = KO_g; +kernRight = KO_gbreve; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (103,-137); ref = dotaccentcomb.ss01; } ); -width = 467; +width = 483; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g; }, { -pos = (231,-155); +pos = (248,-155); ref = dotaccentcomb.ss01; } ); -width = 576; +width = 623; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g; }, { -pos = (182,-134); +pos = (195,-129); ref = dotaccentcomb.ss01; } ); -width = 633; +width = 713; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g; }, { -pos = (248,-155); +pos = (238,-155); ref = dotaccentcomb.ss01; } ); -width = 623; +width = 580; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g; }, { -pos = (195,-129); +pos = (175,-134); ref = dotaccentcomb.ss01; } ); -width = 701; +width = 614; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (87,-137); ref = dotaccentcomb.ss01; } ); -width = 465; +width = 481; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,169 @@ pos = (174,-134); ref = dotaccentcomb.ss01; } ); -width = 695; +width = 707; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (132,-156); +ref = dotaccentcomb.ss01; +} +); +width = 311; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g; +}, +{ +pos = (109,-137); +ref = dotaccentcomb.ss01; +} +); +width = 452; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (245,-155); +ref = dotaccentcomb.ss01; +} +); +width = 544; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (182,-134); +ref = dotaccentcomb.ss01; +} +); +width = 613; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (248,-155); +ref = dotaccentcomb.ss01; +} +); +width = 623; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (195,-129); +ref = dotaccentcomb.ss01; +} +); +width = 701; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g; +}, +{ +pos = (95,-156); +ref = dotaccentcomb.ss01; +} +); +width = 292; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g; +}, +{ +pos = (90,-137); +ref = dotaccentcomb.ss01; +} +); +width = 446; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g; +}, +{ +pos = (214,-155); +ref = dotaccentcomb.ss01; +} +); +width = 530; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (175,-134); +ref = dotaccentcomb.ss01; +} +); +width = 593; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g; +}, +{ +pos = (204,-155); +ref = dotaccentcomb.ss01; +} +); +width = 632; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g; +}, +{ +pos = (186,-134); +ref = dotaccentcomb.ss01; +} +); +width = 678; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss01.ss06.glyph b/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss01.ss06.glyph index 49c85edc..d7eb695b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss01.ss06.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss01.ss06.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = gdotaccent.ss01.ss06; -kernRight = g.ss05; +kernRight = KO_g.ss06; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (93,-137); ref = dotaccentcomb.ss01; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g.ss06; }, { -pos = (198,-156); +pos = (205,-155); ref = dotaccentcomb.ss01; } ); -width = 519; +width = 544; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g.ss06; }, { -pos = (144,-134); +pos = (155,-129); ref = dotaccentcomb.ss01; } ); -width = 583; +width = 655; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g.ss06; }, { -pos = (205,-155); +pos = (194,-156); ref = dotaccentcomb.ss01; } ); -width = 544; +width = 514; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g.ss06; }, { -pos = (155,-129); +pos = (137,-134); ref = dotaccentcomb.ss01; } ); -width = 643; +width = 564; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (36,-137); ref = dotaccentcomb.ss01; } ); -width = 481; +width = 497; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (102,-134); ref = dotaccentcomb.ss01; } ); -width = 655; +width = 667; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (121,-156); +ref = dotaccentcomb.ss01; +} +); +width = 309; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (98,-137); +ref = dotaccentcomb.ss01; +} +); +width = 464; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (196,-156); +ref = dotaccentcomb.ss01; +} +); +width = 480; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g.ss06; +}, +{ +alignment = -1; +pos = (153,-134); +ref = dotaccentcomb.ss01; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (210,-155); +ref = dotaccentcomb.ss01; +} +); +width = 534; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (160,-129); +ref = dotaccentcomb.ss01; +} +); +width = 633; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (68,-156); +ref = dotaccentcomb.ss01; +} +); +width = 283; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (36,-137); +ref = dotaccentcomb.ss01; +} +); +width = 459; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (143,-155); +ref = dotaccentcomb.ss01; +} +); +width = 480; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (90,-134); +ref = dotaccentcomb.ss01; +} +); +width = 548; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (168,-155); +ref = dotaccentcomb.ss01; +} +); +width = 551; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (102,-134); +ref = dotaccentcomb.ss01; +} +); +width = 625; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss06.glyph b/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss06.glyph index 8ad247fc..ff5a13b5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss06.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gdotaccent.ss06.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = gdotaccent.ss06; -kernRight = g.ss05; +kernRight = KO_g.ss06; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (88,-137); ref = dotaccentcomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = g.ss06; }, { -pos = (185,-156); +pos = (192,-155); ref = dotaccentcomb; } ); -width = 519; +width = 544; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = g.ss06; }, { -pos = (143,-134); +pos = (148,-129); ref = dotaccentcomb; } ); -width = 583; +width = 655; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = g.ss06; }, { -pos = (192,-155); +pos = (181,-134); ref = dotaccentcomb; } ); -width = 544; +width = 514; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = g.ss06; }, { -pos = (148,-129); +pos = (138,-120); ref = dotaccentcomb; } ); -width = 643; +width = 564; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (30,-137); ref = dotaccentcomb; } ); -width = 481; +width = 497; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (93,-129); ref = dotaccentcomb; } ); -width = 655; +width = 667; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (113,-151); +ref = dotaccentcomb; +} +); +width = 309; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (93,-137); +ref = dotaccentcomb; +} +); +width = 464; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (183,-151); +ref = dotaccentcomb; +} +); +width = 480; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = g.ss06; +}, +{ +alignment = -1; +pos = (152,-134); +ref = dotaccentcomb; +} +); +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (197,-155); +ref = dotaccentcomb; +} +); +width = 534; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (153,-129); +ref = dotaccentcomb; +} +); +width = 633; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (54,-156); +ref = dotaccentcomb; +} +); +width = 283; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (30,-137); +ref = dotaccentcomb; +} +); +width = 459; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (130,-155); +ref = dotaccentcomb; +} +); +width = 480; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (85,-134); +ref = dotaccentcomb; +} +); +width = 548; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (155,-155); +ref = dotaccentcomb; +} +); +width = 551; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = g.ss06; +}, +{ +pos = (93,-129); +ref = dotaccentcomb; +} +); +width = 625; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/germandbls.glyph b/sources/MonaSans.glyphspackage/glyphs/germandbls.glyph index 5af44310..7ad98ced 100644 --- a/sources/MonaSans.glyphspackage/glyphs/germandbls.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/germandbls.glyph @@ -67,119 +67,59 @@ shapes = ( { closed = 1; nodes = ( -(261,0,l), -(261,500,ls), -(261,559,o), -(281,582,o), -(320,582,cs), -(358,582,o), -(380,559,o), -(380,510,cs), -(380,464,o), -(357,434,o), -(316,434,cs), -(297,434,l), -(297,315,l), -(319,315,ls), -(368,315,o), -(401,288,o), -(401,232,cs), -(401,179,o), -(373,143,o), -(305,143,cs), -(297,143,l), -(297,0,l), -(332,0,ls), -(478,0,o), -(576,77,o), -(576,218,cs), -(576,315,o), -(524,379,o), -(446,393,c), -(446,401,l), -(500,417,o), -(543,472,o), -(543,551,cs), -(543,664,o), -(452,739,o), -(322,739,cs), -(181,739,o), -(87,659,o), -(87,516,cs), -(87,0,l) -); -}, -{ -closed = 1; -nodes = ( -(222,408,l), -(222,544,l), -(11,544,l), -(11,408,l) -); -} +(269,0,l), +(269,500,ls), +(269,559,o), +(289,582,o), +(328,582,cs), +(366,582,o), +(388,559,o), +(388,510,cs), +(388,464,o), +(365,434,o), +(324,434,cs), +(305,434,l), +(305,315,l), +(327,315,ls), +(376,315,o), +(409,288,o), +(409,232,cs), +(409,179,o), +(381,143,o), +(313,143,cs), +(305,143,l), +(305,0,l), +(340,0,ls), +(486,0,o), +(584,77,o), +(584,218,cs), +(584,315,o), +(532,379,o), +(454,393,c), +(454,401,l), +(508,417,o), +(551,472,o), +(551,551,cs), +(551,664,o), +(460,739,o), +(330,739,cs), +(189,739,o), +(95,659,o), +(95,516,cs), +(95,0,l) ); -width = 586; }, { -layerId = master01; -shapes = ( -{ closed = 1; nodes = ( -(168,0,l), -(168,516,ls), -(168,634,o), -(229,704,o), -(340,704,cs), -(443,704,o), -(506,648,o), -(506,555,cs), -(506,467,o), -(450,411,o), -(348,411,cs), -(302,411,l), -(302,378,l), -(379,378,ls), -(490,378,o), -(553,312,o), -(553,214,cs), -(553,94,o), -(480,34,o), -(350,34,cs), -(260,34,l), -(260,0,l), -(353,0,ls), -(506,0,o), -(590,83,o), -(590,213,cs), -(590,314,o), -(523,388,o), -(433,399,c), -(433,404,l), -(507,429,o), -(541,490,o), -(541,560,cs), -(541,667,o), -(466,739,o), -(340,739,cs), -(221,739,o), -(131,666,o), -(131,521,cs), -(131,0,l) -); -}, -{ -closed = 1; -nodes = ( -(144,483,l), -(144,517,l), -(23,517,l), -(23,483,l) +(230,408,l), +(230,544,l), +(19,544,l), +(19,408,l) ); } ); -width = 636; +width = 602; }, { layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -242,124 +182,184 @@ nodes = ( width = 658; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(305,0,l), -(305,492,ls), -(305,545,o), -(336,572,o), -(384,572,cs), -(431,572,o), -(455,542,o), -(455,505,cs), -(455,465,o), -(424,435,o), -(374,435,cs), -(358,435,l), -(358,316,l), -(396,316,ls), -(453,316,o), -(484,294,o), -(484,238,cs), -(484,180,o), -(452,152,o), -(394,152,cs), -(358,152,l), -(358,0,l), -(415,0,ls), -(594,0,o), -(679,89,o), -(679,216,cs), -(679,315,o), -(618,380,o), -(541,391,c), -(541,399,l), -(595,416,o), -(630,473,o), -(630,541,cs), -(630,659,o), -(536,739,o), -(386,739,cs), -(236,739,o), -(114,666,o), -(114,467,cs), -(114,0,l) -); -}, -{ -closed = 1; -nodes = ( -(238,394,l), -(238,544,l), -(17,544,l), -(17,394,l) +(345,0,l), +(345,468,ls), +(345,533,o), +(376,569,o), +(439,569,cs), +(482,569,o), +(519,547,o), +(519,502,cs), +(519,458,o), +(490,431,o), +(426,431,cs), +(404,431,l), +(404,312,l), +(458,312,ls), +(512,312,o), +(546,290,o), +(546,237,cs), +(546,188,o), +(515,158,o), +(449,158,cs), +(404,158,l), +(404,0,l), +(491,0,ls), +(681,0,o), +(769,87,o), +(769,214,cs), +(769,310,o), +(707,380,o), +(615,389,c), +(615,399,l), +(682,417,o), +(720,469,o), +(720,542,cs), +(720,660,o), +(618,739,o), +(436,739,cs), +(272,739,o), +(124,659,o), +(124,484,cs), +(124,0,l) +); +}, +{ +closed = 1; +nodes = ( +(264,387,l), +(264,544,l), +(9,544,l), +(9,387,l) ); } ); -width = 699; +width = 781; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(339,0,l), -(339,468,ls), -(339,533,o), -(370,569,o), -(433,569,cs), -(476,569,o), -(513,547,o), -(513,502,cs), -(513,458,o), -(484,431,o), -(420,431,cs), -(398,431,l), -(398,312,l), -(452,312,ls), -(506,312,o), -(540,290,o), -(540,237,cs), -(540,188,o), -(509,158,o), -(443,158,cs), -(398,158,l), -(398,0,l), -(485,0,ls), -(675,0,o), -(763,87,o), -(763,214,cs), -(763,310,o), -(701,380,o), -(609,389,c), -(609,399,l), -(676,417,o), -(714,469,o), -(714,542,cs), -(714,660,o), -(612,739,o), -(430,739,cs), -(266,739,o), -(118,659,o), -(118,484,cs), -(118,0,l) -); -}, -{ -closed = 1; -nodes = ( -(258,387,l), -(258,544,l), -(3,544,l), -(3,387,l) +(167,0,l), +(167,516,ls), +(167,634,o), +(228,704,o), +(337,704,cs), +(438,704,o), +(499,648,o), +(499,555,cs), +(499,467,o), +(444,411,o), +(345,411,cs), +(299,411,l), +(299,378,l), +(374,378,ls), +(483,378,o), +(545,312,o), +(545,214,cs), +(545,94,o), +(473,34,o), +(346,34,cs), +(257,34,l), +(257,0,l), +(349,0,ls), +(499,0,o), +(581,83,o), +(581,213,cs), +(581,314,o), +(516,388,o), +(428,399,c), +(428,404,l), +(500,429,o), +(534,490,o), +(534,560,cs), +(534,667,o), +(459,739,o), +(337,739,cs), +(220,739,o), +(132,666,o), +(132,521,cs), +(132,0,l) +); +}, +{ +closed = 1; +nodes = ( +(145,483,l), +(145,517,l), +(26,517,l), +(26,483,l) ); } ); -width = 769; +width = 629; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(299,0,l), +(299,492,ls), +(299,545,o), +(329,572,o), +(373,572,cs), +(418,572,o), +(441,542,o), +(441,505,cs), +(441,465,o), +(411,435,o), +(363,435,cs), +(348,435,l), +(348,316,l), +(385,316,ls), +(439,316,o), +(468,294,o), +(468,238,cs), +(468,180,o), +(438,152,o), +(383,152,cs), +(349,152,l), +(349,0,l), +(404,0,ls), +(579,0,o), +(661,89,o), +(661,216,cs), +(661,315,o), +(602,380,o), +(528,391,c), +(528,399,l), +(580,416,o), +(614,474,o), +(614,541,cs), +(614,659,o), +(522,739,o), +(375,739,cs), +(230,739,o), +(110,666,o), +(110,467,cs), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(233,394,l), +(233,544,l), +(16,544,l), +(16,394,l) +); +} +); +width = 679; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -427,59 +427,59 @@ shapes = ( { closed = 1; nodes = ( -(208,0,l), -(316,519,ls), -(325,560,o), -(348,579,o), -(380,579,cs), -(414,579,o), -(435,560,o), -(434,522,cs), -(432,467,o), -(399,431,o), -(352,431,cs), -(334,431,l), -(309,313,l), -(331,313,ls), -(380,313,o), -(405,285,o), -(394,225,cs), -(382,163,o), -(349,137,o), -(290,137,cs), -(273,137,l), -(244,0,l), -(308,0,ls), -(441,0,o), -(541,66,o), -(561,183,cs), -(576,270,o), -(550,358,o), -(471,379,c), -(473,387,l), -(539,401,o), -(586,457,o), -(598,528,cs), -(618,653,o), -(534,736,o), -(404,736,cs), -(272,736,o), -(175,668,o), -(145,526,cs), -(35,0,l) -); -}, -{ -closed = 1; -nodes = ( -(135,403,l), -(165,541,l), -(67,541,l), -(38,403,l) +(216,0,l), +(324,519,ls), +(333,560,o), +(356,579,o), +(388,579,cs), +(422,579,o), +(443,560,o), +(442,522,cs), +(440,467,o), +(407,431,o), +(360,431,cs), +(342,431,l), +(317,313,l), +(339,313,ls), +(388,313,o), +(413,285,o), +(402,225,cs), +(390,163,o), +(357,137,o), +(298,137,cs), +(281,137,l), +(252,0,l), +(316,0,ls), +(449,0,o), +(549,66,o), +(569,183,cs), +(584,270,o), +(558,358,o), +(479,379,c), +(481,387,l), +(547,401,o), +(594,457,o), +(606,528,cs), +(626,653,o), +(542,736,o), +(412,736,cs), +(280,736,o), +(183,668,o), +(153,526,cs), +(43,0,l) +); +}, +{ +closed = 1; +nodes = ( +(143,403,l), +(173,541,l), +(75,541,l), +(46,403,l) ); } ); -width = 589; +width = 605; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -667,59 +667,779 @@ shapes = ( { closed = 1; nodes = ( -(260,0,l), -(359,480,ls), -(369,530,o), -(397,560,o), -(448,560,cs), -(492,560,o), -(517,539,o), -(517,504,cs), -(517,466,o), -(492,435,o), -(444,435,cs), -(408,435,l), -(382,306,l), -(425,306,ls), -(468,306,o), -(494,285,o), -(494,246,cs), -(494,189,o), -(459,164,o), -(392,164,cs), -(351,164,l), -(317,0,l), -(417,0,ls), -(610,0,o), -(715,88,o), -(715,217,cs), -(715,303,o), -(668,359,o), -(595,372,c), -(597,380,l), -(671,398,o), -(722,464,o), -(722,545,cs), -(722,660,o), -(629,736,o), -(469,736,cs), -(312,736,o), -(181,662,o), -(149,511,cs), -(42,0,l) -); -}, -{ -closed = 1; -nodes = ( -(135,378,l), -(174,544,l), -(62,544,l), -(26,378,l) +(266,0,l), +(365,480,ls), +(375,530,o), +(403,560,o), +(454,560,cs), +(498,560,o), +(523,539,o), +(523,504,cs), +(523,466,o), +(498,435,o), +(450,435,cs), +(414,435,l), +(388,306,l), +(431,306,ls), +(474,306,o), +(500,285,o), +(500,246,cs), +(500,189,o), +(465,164,o), +(398,164,cs), +(357,164,l), +(323,0,l), +(423,0,ls), +(616,0,o), +(721,88,o), +(721,217,cs), +(721,303,o), +(674,359,o), +(601,372,c), +(603,380,l), +(677,398,o), +(728,464,o), +(728,545,cs), +(728,660,o), +(635,736,o), +(475,736,cs), +(318,736,o), +(187,662,o), +(155,511,cs), +(48,0,l) +); +}, +{ +closed = 1; +nodes = ( +(141,378,l), +(180,544,l), +(68,544,l), +(32,378,l) +); +} +); +width = 747; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(100,572,ls), +(100,673,o), +(135,711,o), +(194,711,cs), +(260,711,o), +(296,665,o), +(296,568,cs), +(296,478,o), +(263,410,o), +(191,410,cs), +(161,410,l), +(161,382,l), +(200,382,ls), +(275,382,o), +(325,333,o), +(325,211,cs), +(325,101,o), +(279,26,o), +(168,26,cs), +(151,26,l), +(151,0,l), +(170,0,ls), +(281,0,o), +(355,60,o), +(355,213,cs), +(355,313,o), +(315,388,o), +(237,398,c), +(237,401,l), +(289,416,o), +(325,471,o), +(325,572,cs), +(325,678,o), +(275,739,o), +(194,739,cs), +(124,739,o), +(71,691,o), +(71,580,cs), +(71,0,l) +); +}, +{ +closed = 1; +nodes = ( +(82,489,l), +(82,516,l), +(-12,516,l), +(-12,489,l) +); +} +); +width = 363; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(254,0,l), +(254,500,ls), +(254,559,o), +(274,582,o), +(313,582,cs), +(351,582,o), +(373,559,o), +(373,510,cs), +(373,464,o), +(350,434,o), +(309,434,cs), +(290,434,l), +(290,315,l), +(312,315,ls), +(361,315,o), +(394,288,o), +(394,232,cs), +(394,179,o), +(366,143,o), +(298,143,cs), +(290,143,l), +(290,0,l), +(325,0,ls), +(471,0,o), +(569,77,o), +(569,218,cs), +(569,315,o), +(517,379,o), +(439,393,c), +(439,401,l), +(493,417,o), +(536,472,o), +(536,551,cs), +(536,664,o), +(445,739,o), +(315,739,cs), +(174,739,o), +(80,659,o), +(80,516,cs), +(80,0,l) +); +}, +{ +closed = 1; +nodes = ( +(215,408,l), +(215,544,l), +(4,544,l), +(4,408,l) +); +} +); +width = 572; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,0,l), +(148,516,ls), +(148,634,o), +(209,704,o), +(320,704,cs), +(423,704,o), +(486,648,o), +(486,555,cs), +(486,467,o), +(430,411,o), +(328,411,cs), +(282,411,l), +(282,378,l), +(359,378,ls), +(470,378,o), +(533,312,o), +(533,214,cs), +(533,94,o), +(460,34,o), +(330,34,cs), +(240,34,l), +(240,0,l), +(333,0,ls), +(486,0,o), +(570,83,o), +(570,213,cs), +(570,314,o), +(503,388,o), +(413,399,c), +(413,404,l), +(487,429,o), +(521,490,o), +(521,560,cs), +(521,667,o), +(446,739,o), +(320,739,cs), +(201,739,o), +(111,666,o), +(111,521,cs), +(111,0,l) +); +}, +{ +closed = 1; +nodes = ( +(124,483,l), +(124,517,l), +(3,517,l), +(3,483,l) +); +} +); +width = 596; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(288,0,l), +(288,492,ls), +(288,545,o), +(319,572,o), +(367,572,cs), +(414,572,o), +(438,542,o), +(438,505,cs), +(438,465,o), +(407,435,o), +(357,435,cs), +(341,435,l), +(341,316,l), +(379,316,ls), +(436,316,o), +(467,294,o), +(467,238,cs), +(467,180,o), +(435,152,o), +(377,152,cs), +(341,152,l), +(341,0,l), +(398,0,ls), +(577,0,o), +(662,89,o), +(662,216,cs), +(662,315,o), +(601,380,o), +(524,391,c), +(524,399,l), +(578,416,o), +(613,473,o), +(613,541,cs), +(613,659,o), +(519,739,o), +(369,739,cs), +(219,739,o), +(97,666,o), +(97,467,cs), +(97,0,l) +); +}, +{ +closed = 1; +nodes = ( +(221,394,l), +(221,544,l), +(0,544,l), +(0,394,l) +); +} +); +width = 665; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(161,0,l), +(161,512,ls), +(161,631,o), +(229,704,o), +(352,704,cs), +(462,704,o), +(535,656,o), +(535,554,cs), +(535,466,o), +(473,411,o), +(361,411,cs), +(311,411,l), +(311,378,l), +(396,378,ls), +(511,378,o), +(587,325,o), +(587,213,cs), +(587,106,o), +(523,35,o), +(377,35,cs), +(262,35,l), +(262,0,l), +(380,0,ls), +(533,0,o), +(624,79,o), +(624,211,cs), +(624,316,o), +(560,387,o), +(457,399,c), +(457,404,l), +(538,430,o), +(574,492,o), +(574,559,cs), +(574,674,o), +(483,739,o), +(352,739,cs), +(223,739,o), +(124,664,o), +(124,517,cs), +(124,0,l) +); +}, +{ +closed = 1; +nodes = ( +(137,483,l), +(137,517,l), +(7,517,l), +(7,483,l) +); +} +); +width = 643; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(334,0,l), +(334,468,ls), +(334,533,o), +(365,569,o), +(428,569,cs), +(471,569,o), +(508,547,o), +(508,502,cs), +(508,458,o), +(479,431,o), +(415,431,cs), +(393,431,l), +(393,312,l), +(447,312,ls), +(501,312,o), +(535,290,o), +(535,237,cs), +(535,188,o), +(504,158,o), +(438,158,cs), +(393,158,l), +(393,0,l), +(480,0,ls), +(670,0,o), +(758,87,o), +(758,214,cs), +(758,310,o), +(696,380,o), +(604,389,c), +(604,399,l), +(671,417,o), +(709,469,o), +(709,542,cs), +(709,660,o), +(607,739,o), +(425,739,cs), +(261,739,o), +(113,659,o), +(113,484,cs), +(113,0,l) +); +}, +{ +closed = 1; +nodes = ( +(253,387,l), +(253,544,l), +(-2,544,l), +(-2,387,l) +); +} +); +width = 759; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(57,0,l), +(177,577,ls), +(197,671,o), +(235,708,o), +(290,708,cs), +(347,708,o), +(382,672,o), +(372,578,cs), +(359,475,o), +(306,408,o), +(232,408,cs), +(203,408,l), +(196,379,l), +(218,379,ls), +(303,379,o), +(347,319,o), +(322,198,cs), +(296,76,o), +(232,26,o), +(140,26,cs), +(124,26,l), +(118,0,l), +(137,0,ls), +(255,0,o), +(329,76,o), +(350,196,cs), +(366,288,o), +(350,373,o), +(275,392,c), +(275,395,l), +(348,409,o), +(391,497,o), +(400,579,cs), +(412,673,o), +(373,736,o), +(291,736,cs), +(226,736,o), +(172,691,o), +(150,588,c), +(28,0,l) +); +}, +{ +closed = 1; +nodes = ( +(137,489,l), +(142,516,l), +(56,516,l), +(50,489,l) +); +} +); +width = 368; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(197,0,l), +(305,519,ls), +(314,560,o), +(337,579,o), +(369,579,cs), +(403,579,o), +(424,560,o), +(423,522,cs), +(421,467,o), +(388,431,o), +(341,431,cs), +(323,431,l), +(298,313,l), +(320,313,ls), +(369,313,o), +(394,285,o), +(383,225,cs), +(371,163,o), +(338,137,o), +(279,137,cs), +(262,137,l), +(233,0,l), +(297,0,ls), +(430,0,o), +(530,66,o), +(550,183,cs), +(565,270,o), +(539,358,o), +(460,379,c), +(462,387,l), +(528,401,o), +(575,457,o), +(587,528,cs), +(607,653,o), +(523,736,o), +(393,736,cs), +(261,736,o), +(164,668,o), +(134,526,cs), +(24,0,l) +); +}, +{ +closed = 1; +nodes = ( +(124,403,l), +(154,541,l), +(56,541,l), +(27,403,l) +); +} +); +width = 567; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(90,0,l), +(200,527,ls), +(223,636,o), +(289,700,o), +(393,700,cs), +(485,700,o), +(544,649,o), +(541,558,cs), +(538,467,o), +(475,407,o), +(366,407,cs), +(308,407,l), +(301,372,l), +(367,372,ls), +(474,372,o), +(535,306,o), +(513,192,cs), +(492,97,o), +(428,34,o), +(297,34,cs), +(177,34,l), +(170,0,l), +(293,0,ls), +(430,0,o), +(531,68,o), +(550,189,cs), +(566,290,o), +(527,364,o), +(436,387,c), +(437,392,l), +(514,409,o), +(576,476,o), +(579,560,cs), +(583,673,o), +(506,736,o), +(395,736,cs), +(283,736,o), +(190,670,o), +(162,536,cs), +(51,0,l) +); +}, +{ +closed = 1; +nodes = ( +(159,483,l), +(167,517,l), +(54,517,l), +(47,483,l) +); +} +); +width = 587; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,0,l), +(322,493,ls), +(332,541,o), +(360,563,o), +(403,563,cs), +(444,563,o), +(463,540,o), +(463,508,cs), +(463,466,o), +(434,433,o), +(381,433,cs), +(359,433,l), +(333,311,l), +(375,311,ls), +(414,311,o), +(438,291,o), +(438,256,cs), +(438,206,o), +(405,168,o), +(343,168,cs), +(303,168,l), +(269,0,l), +(365,0,ls), +(523,0,o), +(630,88,o), +(630,220,cs), +(630,299,o), +(593,356,o), +(528,373,c), +(530,381,l), +(606,400,o), +(651,467,o), +(651,551,cs), +(651,662,o), +(568,736,o), +(418,736,cs), +(289,736,o), +(163,675,o), +(132,527,cs), +(21,0,l) +); +}, +{ +closed = 1; +nodes = ( +(118,389,l), +(154,544,l), +(46,544,l), +(12,389,l) +); +} +); +width = 636; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(94,0,l), +(210,527,ls), +(233,631,o), +(312,700,o), +(425,700,cs), +(528,700,o), +(586,648,o), +(586,564,cs), +(586,467,o), +(512,407,o), +(405,407,cs), +(332,407,l), +(324,372,l), +(401,372,ls), +(500,372,o), +(563,327,o), +(563,234,cs), +(563,106,o), +(466,34,o), +(324,34,cs), +(193,34,l), +(186,0,l), +(320,0,ls), +(497,0,o), +(598,91,o), +(598,226,cs), +(598,314,o), +(551,374,o), +(470,387,c), +(471,392,l), +(557,407,o), +(624,472,o), +(624,569,cs), +(624,670,o), +(554,736,o), +(428,736,cs), +(301,736,o), +(201,661,o), +(172,529,cs), +(57,0,l) +); +}, +{ +closed = 1; +nodes = ( +(169,483,l), +(176,517,l), +(56,517,l), +(47,483,l) +); +} +); +width = 629; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(256,0,l), +(355,480,ls), +(365,530,o), +(393,560,o), +(444,560,cs), +(488,560,o), +(513,539,o), +(513,504,cs), +(513,466,o), +(488,435,o), +(440,435,cs), +(404,435,l), +(378,306,l), +(421,306,ls), +(464,306,o), +(490,285,o), +(490,246,cs), +(490,189,o), +(455,164,o), +(388,164,cs), +(347,164,l), +(313,0,l), +(413,0,ls), +(606,0,o), +(711,88,o), +(711,217,cs), +(711,303,o), +(664,359,o), +(591,372,c), +(593,380,l), +(667,398,o), +(718,464,o), +(718,545,cs), +(718,660,o), +(625,736,o), +(465,736,cs), +(308,736,o), +(177,662,o), +(145,511,cs), +(38,0,l) +); +}, +{ +closed = 1; +nodes = ( +(131,378,l), +(170,544,l), +(58,544,l), +(22,378,l) ); } ); -width = 735; +width = 733; } ); unicode = 223; diff --git a/sources/MonaSans.glyphspackage/glyphs/grave.glyph b/sources/MonaSans.glyphspackage/glyphs/grave.glyph index 84596f5f..239bd3f8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/grave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/grave.glyph @@ -20,47 +20,47 @@ alignment = 1; ref = gravecomb; } ); -width = 321; +width = 337; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = gravecomb; } ); -width = 189; +width = 203; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = gravecomb; } ); -width = 321; +width = 363; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = gravecomb; } ); -width = 203; +width = 190; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = gravecomb; } ); -width = 351; +width = 308; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = gravecomb; } ); -width = 305; +width = 321; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = gravecomb; } ); -width = 343; +width = 355; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = gravecomb; +} +); +width = 189; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = gravecomb; +} +); +width = 321; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = gravecomb; +} +); +width = 189; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = gravecomb; +} +); +width = 301; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = gravecomb; +} +); +width = 203; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = gravecomb; +} +); +width = 351; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = gravecomb; +} +); +width = 139; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = gravecomb; +} +); +width = 283; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = gravecomb; +} +); +width = 139; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = gravecomb; +} +); +width = 265; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = gravecomb; +} +); +width = 179; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = gravecomb; +} +); +width = 313; } ); unicode = 96; diff --git a/sources/MonaSans.glyphspackage/glyphs/gravecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/gravecomb.glyph index d8da9b08..d608d190 100644 --- a/sources/MonaSans.glyphspackage/glyphs/gravecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/gravecomb.glyph @@ -26,7 +26,7 @@ width = 189; anchors = ( { name = _top; -pos = (209,678); +pos = (217,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -34,98 +34,98 @@ shapes = ( { closed = 1; nodes = ( -(281,735,l), -(228,884,l), -(40,884,l), -(137,735,l) +(289,735,l), +(236,884,l), +(48,884,l), +(145,735,l) ); } ); -width = 321; +width = 337; }, { anchors = ( { name = _top; -pos = (134,672); +pos = (144,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(149,746,l), -(81,882,l), +(163,746,l), +(84,882,l), (40,882,l), -(118,746,l) +(127,746,l) ); } ); -width = 189; +width = 203; }, { anchors = ( { name = _top; -pos = (209,678); +pos = (240,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(281,735,l), -(228,884,l), -(40,884,l), -(137,735,l) +(317,729,l), +(254,878,l), +(46,878,l), +(163,729,l) ); } ); -width = 321; +width = 363; }, { anchors = ( { name = _top; -pos = (144,672); +pos = (135,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(163,746,l), -(84,882,l), -(40,882,l), -(127,746,l) +(150,746,l), +(82,882,l), +(43,882,l), +(119,746,l) ); } ); -width = 203; +width = 190; }, { anchors = ( { name = _top; -pos = (234,673); +pos = (199,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(311,729,l), -(248,878,l), -(40,878,l), -(157,729,l) +(270,735,l), +(225,884,l), +(39,884,l), +(128,735,l) ); } ); -width = 351; +width = 308; }, { anchors = ( @@ -152,7 +152,7 @@ width = 185; anchors = ( { name = _top; -pos = (285,678); +pos = (293,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -160,14 +160,14 @@ shapes = ( { closed = 1; nodes = ( -(361,735,l), -(340,884,l), -(167,884,l), -(232,735,l) +(369,735,l), +(348,884,l), +(175,884,l), +(240,735,l) ); } ); -width = 305; +width = 321; }, { anchors = ( @@ -236,7 +236,7 @@ width = 199; anchors = ( { name = _top; -pos = (317,673); +pos = (323,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -244,14 +244,266 @@ shapes = ( { closed = 1; nodes = ( -(398,729,l), -(365,878,l), -(165,878,l), -(252,729,l) +(404,729,l), +(371,878,l), +(171,878,l), +(258,729,l) +); +} +); +width = 355; +}, +{ +anchors = ( +{ +name = _top; +pos = (114,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,746,l), +(55,882,l), +(20,882,l), +(98,746,l) +); +} +); +width = 149; +}, +{ +anchors = ( +{ +name = _top; +pos = (199,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(271,735,l), +(218,884,l), +(30,884,l), +(127,735,l) +); +} +); +width = 301; +}, +{ +anchors = ( +{ +name = _top; +pos = (114,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,746,l), +(61,882,l), +(20,882,l), +(98,746,l) +); +} +); +width = 149; +}, +{ +anchors = ( +{ +name = _top; +pos = (188,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,735,l), +(207,884,l), +(19,884,l), +(116,735,l) +); +} +); +width = 279; +}, +{ +anchors = ( +{ +name = _top; +pos = (134,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(153,746,l), +(74,882,l), +(30,882,l), +(117,746,l) +); +} +); +width = 183; +}, +{ +anchors = ( +{ +name = _top; +pos = (224,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(301,729,l), +(238,878,l), +(30,878,l), +(147,729,l) +); +} +); +width = 331; +}, +{ +anchors = ( +{ +name = _top; +pos = (195,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(223,746,l), +(177,882,l), +(146,882,l), +(196,746,l) +); +} +); +width = 139; +}, +{ +anchors = ( +{ +name = _top; +pos = (274,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,735,l), +(329,884,l), +(156,884,l), +(221,735,l) +); +} +); +width = 283; +}, +{ +anchors = ( +{ +name = _top; +pos = (195,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(224,746,l), +(181,882,l), +(145,882,l), +(197,746,l) +); +} +); +width = 139; +}, +{ +anchors = ( +{ +name = _top; +pos = (267,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,735,l), +(324,884,l), +(138,884,l), +(208,735,l) +); +} +); +width = 265; +}, +{ +anchors = ( +{ +name = _top; +pos = (220,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(250,746,l), +(199,882,l), +(159,882,l), +(218,746,l) +); +} +); +width = 179; +}, +{ +anchors = ( +{ +name = _top; +pos = (302,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(383,729,l), +(350,878,l), +(150,878,l), +(237,729,l) ); } ); -width = 343; +width = 313; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/greater.glyph b/sources/MonaSans.glyphspackage/glyphs/greater.glyph index d80850f6..77b59ae5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/greater.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/greater.glyph @@ -1,5 +1,6 @@ { glyphname = greater; +kernRight = KO_greater; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -7,18 +8,18 @@ shapes = ( { closed = 1; nodes = ( -(461,252,l), -(461,466,l), -(25,644,l), -(25,453,l), -(267,366,l), -(267,352,l), -(25,268,l), -(25,77,l) +(469,252,l), +(469,466,l), +(33,644,l), +(33,453,l), +(275,366,l), +(275,352,l), +(33,268,l), +(33,77,l) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -40,19 +41,57 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(628,338,l), +(628,384,l), +(96,606,l), +(96,567,l), +(587,363,l), +(587,359,l), +(96,155,l), +(96,116,l) +); +} +); +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(543,339,l), -(543,383,l), -(62,589,l), -(62,553,l), -(510,363,l), -(510,359,l), -(62,169,l), -(62,133,l) +(655,242,l), +(655,475,l), +(95,664,l), +(95,455,l), +(447,367,l), +(447,351,l), +(95,266,l), +(95,58,l) +); +} +); +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(536,339,l), +(536,383,l), +(63,589,l), +(63,553,l), +(503,363,l), +(503,359,l), +(63,169,l), +(63,133,l) ); } ); @@ -86,64 +125,26 @@ type = Stem; } ); }; -width = 600; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(561,252,l), -(561,466,l), -(55,644,l), -(55,453,l), -(369,366,l), -(369,352,l), -(55,268,l), -(55,77,l) -); -} -); -width = 600; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(628,338,l), -(628,384,l), -(96,606,l), -(96,567,l), -(587,363,l), -(587,359,l), -(96,155,l), -(96,116,l) -); -} -); -width = 720; +width = 593; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(649,242,l), -(649,475,l), -(89,664,l), -(89,455,l), -(441,367,l), -(441,351,l), -(89,266,l), -(89,58,l) +(545,252,l), +(545,466,l), +(53,644,l), +(53,453,l), +(354,366,l), +(354,352,l), +(53,268,l), +(53,77,l) ); } ); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -170,18 +171,18 @@ shapes = ( { closed = 1; nodes = ( -(455,252,l), -(500,466,l), -(106,644,l), -(65,453,l), -(287,366,l), -(283,352,l), -(27,268,l), -(-14,77,l) +(463,252,l), +(508,466,l), +(114,644,l), +(73,453,l), +(295,366,l), +(291,352,l), +(35,268,l), +(-6,77,l) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -246,18 +247,276 @@ shapes = ( { closed = 1; nodes = ( +(645,242,l), +(695,475,l), +(180,664,l), +(136,455,l), +(465,367,l), +(463,351,l), +(96,266,l), +(53,58,l) +); +} +); +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(438,339,l), +(438,383,l), +(7,577,l), +(7,545,l), +(407,363,l), +(407,359,l), +(7,177,l), +(7,145,l) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(451,252,l), +(451,466,l), +(15,644,l), +(15,453,l), +(257,366,l), +(257,352,l), +(15,268,l), +(15,77,l) +); +} +); +width = 460; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,339,l), +(523,383,l), +(42,589,l), +(42,553,l), +(490,363,l), +(490,359,l), +(42,169,l), +(42,133,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +-30, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +place = ( +-30, +-30 +); +stem = -2; +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(537,252,l), +(537,466,l), +(31,644,l), +(31,453,l), +(345,366,l), +(345,352,l), +(31,268,l), +(31,77,l) +); +} +); +width = 555; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(618,338,l), +(618,384,l), +(86,606,l), +(86,567,l), +(577,363,l), +(577,359,l), +(86,155,l), +(86,116,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( (639,242,l), -(689,475,l), -(174,664,l), -(130,455,l), -(459,367,l), -(457,351,l), -(90,266,l), -(47,58,l) +(639,475,l), +(79,664,l), +(79,455,l), +(431,367,l), +(431,351,l), +(79,266,l), +(79,58,l) ); } ); -width = 720; +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(450,339,l), +(460,383,l), +(73,577,l), +(67,545,l), +(425,365,l), +(425,361,l), +(-10,181,l), +(-18,145,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(444,252,l), +(489,466,l), +(95,644,l), +(54,453,l), +(276,366,l), +(272,352,l), +(16,268,l), +(-25,77,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(533,337,l), +(543,382,l), +(109,589,l), +(102,555,l), +(506,364,l), +(505,360,l), +(21,171,l), +(14,133,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(525,252,l), +(570,466,l), +(106,644,l), +(66,453,l), +(359,366,l), +(355,352,l), +(28,268,l), +(-13,77,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(631,339,l), +(641,383,l), +(161,606,l), +(153,569,l), +(597,365,l), +(596,361,l), +(67,157,l), +(58,116,l) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(624,242,l), +(674,475,l), +(159,664,l), +(115,455,l), +(444,367,l), +(442,351,l), +(75,266,l), +(32,58,l) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/greaterequal.glyph b/sources/MonaSans.glyphspackage/glyphs/greaterequal.glyph index 624c92f7..84e7a18b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/greaterequal.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/greaterequal.glyph @@ -7,27 +7,27 @@ shapes = ( { closed = 1; nodes = ( -(477,307,l), -(477,516,l), -(9,659,l), -(9,489,l), -(285,416,l), -(285,407,l), -(9,328,l), -(9,158,l) +(485,307,l), +(485,516,l), +(17,659,l), +(17,489,l), +(293,416,l), +(293,407,l), +(17,328,l), +(17,158,l) ); }, { closed = 1; nodes = ( -(477,0,l), -(477,132,l), -(9,132,l), -(9,0,l) +(485,0,l), +(485,132,l), +(17,132,l), +(17,0,l) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -58,28 +58,84 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(634,353,l), +(634,400,l), +(92,614,l), +(92,573,l), +(594,378,l), +(594,375,l), +(92,173,l), +(92,133,l) +); +}, +{ +closed = 1; +nodes = ( +(634,0,l), +(634,34,l), +(92,34,l), +(92,0,l) +); +} +); +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(645,310,l), +(645,537,l), +(100,673,l), +(100,488,l), +(438,429,l), +(438,419,l), +(100,354,l), +(100,170,l) +); +}, +{ +closed = 1; +nodes = ( +(645,0,l), +(645,143,l), +(100,143,l), +(100,0,l) +); +} +); +width = 732; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(544,339,l), -(544,383,l), -(63,589,l), -(63,553,l), -(511,363,l), -(511,359,l), -(63,169,l), -(63,133,l) +(537,339,l), +(537,383,l), +(64,589,l), +(64,553,l), +(504,363,l), +(504,359,l), +(64,169,l), +(64,133,l) ); }, { closed = 1; nodes = ( -(544,0,l), -(544,32,l), -(63,32,l), -(63,0,l) +(537,0,l), +(537,32,l), +(64,32,l), +(64,0,l) ); } ); @@ -115,91 +171,35 @@ type = Stem; } ); }; -width = 600; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(559,307,l), -(559,516,l), -(51,659,l), -(51,489,l), -(368,416,l), -(368,407,l), -(51,328,l), -(51,158,l) -); -}, -{ -closed = 1; -nodes = ( -(559,0,l), -(559,132,l), -(51,132,l), -(51,0,l) -); -} -); -width = 600; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(634,353,l), -(634,400,l), -(92,614,l), -(92,573,l), -(594,378,l), -(594,375,l), -(92,173,l), -(92,133,l) -); +width = 593; }, { -closed = 1; -nodes = ( -(634,0,l), -(634,34,l), -(92,34,l), -(92,0,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(639,310,l), -(639,537,l), -(94,673,l), -(94,488,l), -(432,429,l), -(432,419,l), -(94,354,l), -(94,170,l) +(543,307,l), +(543,516,l), +(50,659,l), +(50,489,l), +(353,416,l), +(353,407,l), +(50,328,l), +(50,158,l) ); }, { closed = 1; nodes = ( -(639,0,l), -(639,143,l), -(94,143,l), -(94,0,l) +(543,0,l), +(543,132,l), +(50,132,l), +(50,0,l) ); } ); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -235,27 +235,27 @@ shapes = ( { closed = 1; nodes = ( -(481,307,l), -(525,516,l), -(91,659,l), -(56,489,l), -(314,416,l), -(312,407,l), -(22,328,l), -(-14,158,l) +(489,307,l), +(533,516,l), +(99,659,l), +(64,489,l), +(322,416,l), +(320,407,l), +(30,328,l), +(-6,158,l) ); }, { closed = 1; nodes = ( -(417,0,l), -(444,132,l), -(-20,132,l), -(-48,0,l) +(425,0,l), +(452,132,l), +(-12,132,l), +(-40,0,l) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -347,27 +347,395 @@ shapes = ( { closed = 1; nodes = ( -(644,310,l), -(691,537,l), -(180,673,l), -(141,488,l), -(464,429,l), -(461,419,l), -(112,354,l), -(74,170,l) +(650,310,l), +(697,537,l), +(186,673,l), +(147,488,l), +(470,429,l), +(467,419,l), +(118,354,l), +(80,170,l) ); }, { closed = 1; nodes = ( -(578,0,l), -(608,143,l), -(68,143,l), -(39,0,l) +(584,0,l), +(614,143,l), +(74,143,l), +(45,0,l) ); } ); -width = 720; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(439,339,l), +(439,383,l), +(8,577,l), +(8,545,l), +(408,363,l), +(408,359,l), +(8,177,l), +(8,145,l) +); +}, +{ +closed = 1; +nodes = ( +(439,0,l), +(439,28,l), +(8,28,l), +(8,0,l) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(472,307,l), +(472,516,l), +(4,659,l), +(4,489,l), +(280,416,l), +(280,407,l), +(4,328,l), +(4,158,l) +); +}, +{ +closed = 1; +nodes = ( +(472,0,l), +(472,132,l), +(4,132,l), +(4,0,l) +); +} +); +width = 470; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(524,339,l), +(524,383,l), +(43,589,l), +(43,553,l), +(491,363,l), +(491,359,l), +(43,169,l), +(43,133,l) +); +}, +{ +closed = 1; +nodes = ( +(524,0,l), +(524,32,l), +(43,32,l), +(43,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(538,307,l), +(538,516,l), +(30,659,l), +(30,489,l), +(347,416,l), +(347,407,l), +(30,328,l), +(30,158,l) +); +}, +{ +closed = 1; +nodes = ( +(538,0,l), +(538,132,l), +(30,132,l), +(30,0,l) +); +} +); +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(624,353,l), +(624,400,l), +(82,614,l), +(82,573,l), +(584,378,l), +(584,375,l), +(82,173,l), +(82,133,l) +); +}, +{ +closed = 1; +nodes = ( +(624,0,l), +(624,34,l), +(82,34,l), +(82,0,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(629,310,l), +(629,537,l), +(84,673,l), +(84,488,l), +(422,429,l), +(422,419,l), +(84,354,l), +(84,170,l) +); +}, +{ +closed = 1; +nodes = ( +(629,0,l), +(629,143,l), +(84,143,l), +(84,0,l) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(451,339,l), +(461,383,l), +(74,577,l), +(68,545,l), +(426,365,l), +(426,361,l), +(-9,181,l), +(-17,145,l) +); +}, +{ +closed = 1; +nodes = ( +(380,0,l), +(386,28,l), +(-41,28,l), +(-47,0,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(470,307,l), +(514,516,l), +(80,659,l), +(45,489,l), +(303,416,l), +(301,407,l), +(11,328,l), +(-25,158,l) +); +}, +{ +closed = 1; +nodes = ( +(406,0,l), +(433,132,l), +(-31,132,l), +(-59,0,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(534,337,l), +(544,382,l), +(110,589,l), +(103,555,l), +(507,364,l), +(506,360,l), +(22,171,l), +(15,133,l) +); +}, +{ +closed = 1; +nodes = ( +(464,0,l), +(471,32,l), +(-5,32,l), +(-12,0,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(535,307,l), +(579,516,l), +(106,659,l), +(70,489,l), +(368,416,l), +(367,407,l), +(37,328,l), +(1,158,l) +); +}, +{ +closed = 1; +nodes = ( +(471,0,l), +(498,132,l), +(-5,132,l), +(-32,0,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(629,339,l), +(639,383,l), +(159,606,l), +(151,569,l), +(595,365,l), +(594,361,l), +(65,157,l), +(56,116,l) +); +}, +{ +closed = 1; +nodes = ( +(569,0,l), +(576,34,l), +(40,34,l), +(33,0,l) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(629,310,l), +(676,537,l), +(165,673,l), +(126,488,l), +(449,429,l), +(446,419,l), +(97,354,l), +(59,170,l) +); +}, +{ +closed = 1; +nodes = ( +(563,0,l), +(593,143,l), +(53,143,l), +(24,0,l) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/guillemetleft.glyph b/sources/MonaSans.glyphspackage/glyphs/guillemetleft.glyph index 6efcb58e..f8dca31d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/guillemetleft.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/guillemetleft.glyph @@ -1,7 +1,7 @@ { glyphname = guillemetleft; -kernLeft = guillemetleft; -kernRight = guillemetleft; +kernLeft = KO_guillemetleft; +kernRight = KO_guillemetleft; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,27 +9,27 @@ shapes = ( { closed = 1; nodes = ( -(282,100,l), -(185,321,l), -(282,541,l), -(131,541,l), -(12,321,l), -(131,100,l) +(290,100,l), +(193,321,l), +(290,541,l), +(139,541,l), +(20,321,l), +(139,100,l) ); }, { closed = 1; nodes = ( -(518,100,l), -(421,321,l), -(518,541,l), -(367,541,l), -(248,321,l), -(367,100,l) +(526,100,l), +(429,321,l), +(526,541,l), +(375,541,l), +(256,321,l), +(375,100,l) ); } ); -width = 540; +width = 556; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -60,62 +60,6 @@ nodes = ( width = 325; }, { -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(205,80,l), -(92,299,l), -(205,517,l), -(172,517,l), -(52,299,l), -(172,80,l) -); -}, -{ -closed = 1; -nodes = ( -(350,80,l), -(237,299,l), -(350,517,l), -(317,517,l), -(197,299,l), -(317,80,l) -); -} -); -width = 402; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,64,l), -(208,305,l), -(315,544,l), -(151,544,l), -(22,305,l), -(151,64,l) -); -}, -{ -closed = 1; -nodes = ( -(574,64,l), -(467,305,l), -(574,544,l), -(410,544,l), -(281,305,l), -(410,64,l) -); -} -); -width = 597; -}, -{ background = { shapes = ( { @@ -175,27 +119,83 @@ shapes = ( { closed = 1; nodes = ( -(315,72,l), -(208,309,l), -(315,544,l), -(134,544,l), -(5,309,l), -(134,72,l) +(321,72,l), +(214,309,l), +(321,544,l), +(140,544,l), +(11,309,l), +(140,72,l) +); +}, +{ +closed = 1; +nodes = ( +(597,72,l), +(490,309,l), +(597,544,l), +(416,544,l), +(287,309,l), +(416,72,l) +); +} +); +width = 610; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(204,80,l), +(93,299,l), +(204,517,l), +(171,517,l), +(53,299,l), +(171,80,l) +); +}, +{ +closed = 1; +nodes = ( +(346,80,l), +(236,299,l), +(346,517,l), +(314,517,l), +(196,299,l), +(314,80,l) +); +} +); +width = 399; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(306,64,l), +(205,305,l), +(306,544,l), +(144,544,l), +(21,305,l), +(144,64,l) ); }, { closed = 1; nodes = ( -(591,72,l), -(484,309,l), -(591,544,l), -(410,544,l), -(281,309,l), -(410,72,l) +(557,64,l), +(456,305,l), +(557,544,l), +(395,544,l), +(272,305,l), +(395,64,l) ); } ); -width = 598; +width = 578; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -231,27 +231,27 @@ shapes = ( { closed = 1; nodes = ( -(304,100,l), -(208,320,l), -(355,541,l), -(200,541,l), -(35,320,l), -(154,100,l) +(312,100,l), +(216,320,l), +(363,541,l), +(208,541,l), +(43,320,l), +(162,100,l) ); }, { closed = 1; nodes = ( -(529,99,l), -(441,320,l), -(596,541,l), -(434,541,l), -(270,320,l), -(376,99,l) +(537,99,l), +(449,320,l), +(604,541,l), +(442,541,l), +(278,320,l), +(384,99,l) ); } ); -width = 586; +width = 602; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -343,27 +343,389 @@ shapes = ( { closed = 1; nodes = ( -(330,64,l), -(235,304,l), -(387,544,l), -(212,544,l), -(40,304,l), -(164,64,l) +(336,64,l), +(241,304,l), +(393,544,l), +(218,544,l), +(46,304,l), +(170,64,l) +); +}, +{ +closed = 1; +nodes = ( +(592,64,l), +(503,304,l), +(666,544,l), +(481,544,l), +(314,304,l), +(419,64,l) +); +} +); +width = 656; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(142,100,l), +(38,308,l), +(142,516,l), +(114,516,l), +(4,308,l), +(114,100,l) +); +}, +{ +closed = 1; +nodes = ( +(282,100,l), +(178,308,l), +(282,516,l), +(254,516,l), +(144,308,l), +(254,100,l) +); +} +); +width = 285; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(273,100,l), +(176,321,l), +(273,541,l), +(122,541,l), +(3,321,l), +(122,100,l) +); +}, +{ +closed = 1; +nodes = ( +(509,100,l), +(412,321,l), +(509,541,l), +(358,541,l), +(239,321,l), +(358,100,l) +); +} +); +width = 521; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(185,80,l), +(72,299,l), +(185,517,l), +(152,517,l), +(32,299,l), +(152,80,l) +); +}, +{ +closed = 1; +nodes = ( +(330,80,l), +(217,299,l), +(330,517,l), +(297,517,l), +(177,299,l), +(297,80,l) +); +} +); +width = 362; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,64,l), +(187,305,l), +(294,544,l), +(130,544,l), +(1,305,l), +(130,64,l) +); +}, +{ +closed = 1; +nodes = ( +(553,64,l), +(446,305,l), +(553,544,l), +(389,544,l), +(260,305,l), +(389,64,l) +); +} +); +width = 555; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(187,0,l), +(70,259,l), +(187,517,l), +(153,517,l), +(33,259,l), +(153,0,l) +); +}, +{ +closed = 1; +nodes = ( +(332,0,l), +(215,259,l), +(332,517,l), +(298,517,l), +(178,259,l), +(298,0,l) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(177,80,l), +(64,299,l), +(177,517,l), +(143,517,l), +(23,299,l), +(143,80,l) +); +}, +{ +closed = 1; +nodes = ( +(322,80,l), +(209,299,l), +(322,517,l), +(288,517,l), +(168,299,l), +(288,80,l) +); +} +); +width = 346; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(310,72,l), +(203,309,l), +(310,544,l), +(129,544,l), +(0,309,l), +(129,72,l) +); +}, +{ +closed = 1; +nodes = ( +(586,72,l), +(479,309,l), +(586,544,l), +(405,544,l), +(276,309,l), +(405,72,l) +); +} +); +width = 588; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,79,l), +(76,297,l), +(222,516,l), +(187,516,l), +(39,297,l), +(120,79,l) +); +}, +{ +closed = 1; +nodes = ( +(293,78,l), +(220,297,l), +(367,516,l), +(333,516,l), +(183,297,l), +(264,78,l) +); +} +); +width = 357; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(293,100,l), +(197,320,l), +(344,541,l), +(189,541,l), +(24,320,l), +(143,100,l) +); +}, +{ +closed = 1; +nodes = ( +(518,99,l), +(430,320,l), +(585,541,l), +(423,541,l), +(259,320,l), +(365,99,l) +); +} +); +width = 564; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,80,l), +(75,298,l), +(221,517,l), +(186,517,l), +(38,298,l), +(119,80,l) +); +}, +{ +closed = 1; +nodes = ( +(292,79,l), +(219,298,l), +(366,517,l), +(332,517,l), +(182,298,l), +(263,79,l) +); +} +); +width = 355; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,80,l), +(183,316,l), +(333,544,l), +(170,544,l), +(3,326,l), +(120,80,l) +); +}, +{ +closed = 1; +nodes = ( +(518,80,l), +(432,306,l), +(589,544,l), +(421,544,l), +(255,314,l), +(359,80,l) +); +} +); +width = 547; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(144,80,l), +(71,298,l), +(217,517,l), +(182,517,l), +(34,298,l), +(115,80,l) +); +}, +{ +closed = 1; +nodes = ( +(288,79,l), +(215,298,l), +(362,517,l), +(328,517,l), +(178,298,l), +(259,79,l) +); +} +); +width = 345; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(315,64,l), +(220,304,l), +(372,544,l), +(197,544,l), +(25,304,l), +(149,64,l) ); }, { closed = 1; nodes = ( -(586,64,l), -(497,304,l), -(660,544,l), -(475,544,l), -(308,304,l), -(413,64,l) +(571,64,l), +(482,304,l), +(645,544,l), +(460,544,l), +(293,304,l), +(398,64,l) ); } ); -width = 644; +width = 614; } ); unicode = 171; diff --git a/sources/MonaSans.glyphspackage/glyphs/guillemetright.glyph b/sources/MonaSans.glyphspackage/glyphs/guillemetright.glyph index 8b52bf83..a8b93c91 100644 --- a/sources/MonaSans.glyphspackage/glyphs/guillemetright.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/guillemetright.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = guillemetright; -kernLeft = guillemetright; -kernRight = guillemetright; +kernLeft = KO_guillemetright; +kernRight = KO_guillemetright; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -10,11 +10,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (540,641); +pos = (556,641); ref = guillemetleft; } ); -width = 540; +width = 556; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -29,52 +29,52 @@ ref = guillemetleft; width = 325; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; angle = 180; -pos = (402,597); +pos = (366,597); ref = guillemetleft; } ); -width = 402; +width = 366; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 3; angle = 180; -pos = (597,608); +pos = (610,616); ref = guillemetleft; } ); -width = 597; +width = 610; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 3; angle = 180; -pos = (366,597); +pos = (399,597); ref = guillemetleft; } ); -width = 366; +width = 399; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 3; angle = 180; -pos = (598,616); +pos = (578,608); ref = guillemetleft; } ); -width = 598; +width = 578; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -94,11 +94,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (607,641); +pos = (623,641); ref = guillemetleft; } ); -width = 586; +width = 602; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -142,11 +142,155 @@ shapes = ( { alignment = 3; angle = 180; -pos = (657,608); +pos = (669,608); +ref = guillemetleft; +} +); +width = 656; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (325,616); +ref = guillemetleft; +} +); +width = 325; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (521,641); +ref = guillemetleft; +} +); +width = 521; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (402,597); +ref = guillemetleft; +} +); +width = 402; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (577,608); +ref = guillemetleft; +} +); +width = 577; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (366,597); +ref = guillemetleft; +} +); +width = 366; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (588,616); +ref = guillemetleft; +} +); +width = 588; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (373,594); +ref = guillemetleft; +} +); +width = 357; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (585,641); +ref = guillemetleft; +} +); +width = 564; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (372,601); +ref = guillemetleft; +} +); +width = 355; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (564,624); +ref = guillemetleft; +} +); +width = 547; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (362,597); +ref = guillemetleft; +} +); +width = 345; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (627,608); ref = guillemetleft; } ); -width = 644; +width = 614; } ); metricLeft = "=|guillemetleft"; diff --git a/sources/MonaSans.glyphspackage/glyphs/guilsinglleft.glyph b/sources/MonaSans.glyphspackage/glyphs/guilsinglleft.glyph index 76f5a65a..e365ec20 100644 --- a/sources/MonaSans.glyphspackage/glyphs/guilsinglleft.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/guilsinglleft.glyph @@ -1,6 +1,7 @@ { glyphname = guilsinglleft; -kernLeft = guillemetleft; +kernLeft = KO_guillemetleft; +kernRight = KO_guillemetleft; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -8,16 +9,16 @@ shapes = ( { closed = 1; nodes = ( -(282,100,l), -(185,321,l), -(282,541,l), -(131,541,l), -(12,321,l), -(131,100,l) +(290,100,l), +(193,321,l), +(290,541,l), +(139,541,l), +(20,321,l), +(139,100,l) ); } ); -width = 304; +width = 320; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,68 +38,68 @@ nodes = ( width = 185; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(205,80,l), -(92,299,l), -(205,517,l), -(172,517,l), -(52,299,l), -(172,80,l) +(187,80,l), +(74,299,l), +(187,517,l), +(153,517,l), +(33,299,l), +(153,80,l) ); } ); -width = 257; +width = 221; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(315,64,l), -(208,305,l), -(315,544,l), -(151,544,l), -(22,305,l), -(151,64,l) +(321,72,l), +(214,309,l), +(321,544,l), +(140,544,l), +(11,309,l), +(140,72,l) ); } ); -width = 338; +width = 334; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(187,80,l), -(74,299,l), -(187,517,l), -(153,517,l), -(33,299,l), -(153,80,l) +(204,80,l), +(93,299,l), +(204,517,l), +(171,517,l), +(53,299,l), +(171,80,l) ); } ); -width = 221; +width = 256; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(315,72,l), -(208,309,l), -(315,544,l), -(134,544,l), -(5,309,l), -(134,72,l) +(301,64,l), +(205,305,l), +(301,544,l), +(139,544,l), +(21,305,l), +(139,64,l) ); } ); @@ -127,16 +128,16 @@ shapes = ( { closed = 1; nodes = ( -(304,100,l), -(208,320,l), -(355,541,l), -(200,541,l), -(35,320,l), -(154,100,l) +(312,100,l), +(216,320,l), +(363,541,l), +(208,541,l), +(43,320,l), +(162,100,l) ); } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -195,16 +196,220 @@ shapes = ( { closed = 1; nodes = ( -(330,64,l), -(235,304,l), -(387,544,l), -(212,544,l), -(40,304,l), -(164,64,l) +(336,64,l), +(241,304,l), +(393,544,l), +(218,544,l), +(46,304,l), +(170,64,l) +); +} +); +width = 400; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(142,100,l), +(38,308,l), +(142,516,l), +(114,516,l), +(4,308,l), +(114,100,l) +); +} +); +width = 145; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(273,100,l), +(176,321,l), +(273,541,l), +(122,541,l), +(3,321,l), +(122,100,l) +); +} +); +width = 285; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(185,80,l), +(72,299,l), +(185,517,l), +(152,517,l), +(32,299,l), +(152,80,l) +); +} +); +width = 217; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,64,l), +(187,305,l), +(294,544,l), +(130,544,l), +(1,305,l), +(130,64,l) +); +} +); +width = 296; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(177,80,l), +(64,299,l), +(177,517,l), +(143,517,l), +(23,299,l), +(143,80,l) +); +} +); +width = 201; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(310,72,l), +(203,309,l), +(310,544,l), +(129,544,l), +(0,309,l), +(129,72,l) +); +} +); +width = 312; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,79,l), +(76,297,l), +(222,516,l), +(187,516,l), +(39,297,l), +(120,79,l) +); +} +); +width = 213; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(293,100,l), +(197,320,l), +(344,541,l), +(189,541,l), +(24,320,l), +(143,100,l) +); +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,80,l), +(75,298,l), +(221,517,l), +(186,517,l), +(38,298,l), +(119,80,l) +); +} +); +width = 211; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(230,0,l), +(157,257,l), +(337,544,l), +(170,544,l), +(-7,275,l), +(73,0,l) +); +} +); +width = 275; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(144,80,l), +(71,298,l), +(217,517,l), +(182,517,l), +(34,298,l), +(115,80,l) +); +} +); +width = 201; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(315,64,l), +(220,304,l), +(372,544,l), +(197,544,l), +(25,304,l), +(149,64,l) ); } ); -width = 388; +width = 358; } ); metricLeft = guillemetleft; diff --git a/sources/MonaSans.glyphspackage/glyphs/guilsinglright.glyph b/sources/MonaSans.glyphspackage/glyphs/guilsinglright.glyph index 2e28cbbc..3f570b7f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/guilsinglright.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/guilsinglright.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = guilsinglright; -kernLeft = guillemetright; -kernRight = guillemetright; +kernLeft = KO_guillemetright; +kernRight = KO_guillemetright; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -10,11 +10,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (304,641); +pos = (320,641); ref = guilsinglleft; } ); -width = 304; +width = 320; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -29,48 +29,48 @@ ref = guilsinglleft; width = 185; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; angle = 180; -pos = (257,597); +pos = (221,597); ref = guilsinglleft; } ); -width = 257; +width = 221; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 3; angle = 180; -pos = (338,608); +pos = (334,617); ref = guilsinglleft; } ); -width = 338; +width = 334; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 3; angle = 180; -pos = (221,597); +pos = (256,597); ref = guilsinglleft; } ); -width = 221; +width = 256; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 3; angle = 180; -pos = (322,617); +pos = (322,608); ref = guilsinglleft; } ); @@ -94,11 +94,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (381,642); +pos = (397,642); ref = guilsinglleft; } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -142,11 +142,155 @@ shapes = ( { alignment = 3; angle = 180; -pos = (401,608); +pos = (413,608); +ref = guilsinglleft; +} +); +width = 400; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (185,616); +ref = guilsinglleft; +} +); +width = 185; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (285,641); +ref = guilsinglleft; +} +); +width = 285; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (257,597); +ref = guilsinglleft; +} +); +width = 257; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (318,608); +ref = guilsinglleft; +} +); +width = 318; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (221,597); +ref = guilsinglleft; +} +); +width = 221; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (312,617); +ref = guilsinglleft; +} +); +width = 312; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (229,595); +ref = guilsinglleft; +} +); +width = 213; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (359,642); +ref = guilsinglleft; +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (228,597); +ref = guilsinglleft; +} +); +width = 211; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (275,544); +ref = guilsinglleft; +} +); +width = 275; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (218,597); +ref = guilsinglleft; +} +); +width = 201; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (371,608); ref = guilsinglleft; } ); -width = 388; +width = 358; } ); metricLeft = guillemetright; diff --git a/sources/MonaSans.glyphspackage/glyphs/h.glyph b/sources/MonaSans.glyphspackage/glyphs/h.glyph index 3c9ba4d1..946412ea 100644 --- a/sources/MonaSans.glyphspackage/glyphs/h.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/h.glyph @@ -1,21 +1,21 @@ { glyphname = h; -kernLeft = l; -kernRight = n; +kernLeft = KO_l; +kernRight = KO_n; layers = ( { anchors = ( { name = bottom; -pos = (239,0); +pos = (247,0); }, { name = center; -pos = (136,631); +pos = (144,631); }, { name = top; -pos = (116,729); +pos = (124,729); } ); background = { @@ -53,31 +53,31 @@ shapes = ( { closed = 1; nodes = ( -(204,0,l), -(204,328,ls), -(204,381,o), -(211,411,o), -(241,411,cs), -(263,411,o), -(275,396,o), -(275,335,cs), -(275,0,l), -(451,0,l), -(451,347,ls), -(451,494,o), -(411,551,o), -(320,551,cs), -(272,551,o), -(233,526,o), -(210,477,c), -(204,477,l), -(204,729,l), -(27,729,l), -(27,0,l) -); -} -); -width = 474; +(212,0,l), +(212,328,ls), +(212,381,o), +(219,411,o), +(249,411,cs), +(271,411,o), +(283,396,o), +(283,335,cs), +(283,0,l), +(459,0,l), +(459,347,ls), +(459,494,o), +(419,551,o), +(328,551,cs), +(280,551,o), +(241,526,o), +(218,477,c), +(212,477,l), +(212,729,l), +(35,729,l), +(35,0,l) +); +} +); +width = 490; }, { anchors = ( @@ -159,42 +159,134 @@ width = 354; anchors = ( { name = bottom; -pos = (293,0); +pos = (319,0); +}, +{ +name = center; +pos = (135,631); +}, +{ +name = top; +pos = (85,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,0,l), +(103,256,ls), +(103,397,o), +(201,491,o), +(341,491,cs), +(466,491,o), +(535,430,o), +(535,277,cs), +(535,0,l), +(572,0,l), +(572,283,ls), +(572,462,o), +(477,525,o), +(345,525,cs), +(242,525,o), +(150,476,o), +(108,387,c), +(103,387,l), +(103,729,l), +(66,729,l), +(66,0,l) +); +} +); +width = 626; +}, +{ +anchors = ( +{ +name = bottom; +pos = (373,0); +}, +{ +name = center; +pos = (190,631); +}, +{ +name = top; +pos = (160,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(270,271,ls), +(270,338,o), +(311,388,o), +(382,388,cs), +(458,388,o), +(476,336,o), +(476,260,cs), +(476,0,l), +(697,0,l), +(697,299,ls), +(697,491,o), +(602,554,o), +(462,554,cs), +(385,554,o), +(311,518,o), +(280,464,c), +(270,464,l), +(270,729,l), +(49,729,l), +(49,0,l) +); +} +); +width = 734; +}, +{ +anchors = ( +{ +name = bottom; +pos = (280,0); }, { name = center; -pos = (143,631); +pos = (138,646); }, { name = top; -pos = (103,729); +pos = (104,759); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(121,0,l), -(121,274,ls), -(121,401,o), -(198,491,o), -(313,491,cs), -(418,491,o), -(469,430,o), -(469,294,cs), -(469,0,l), -(506,0,l), -(506,300,ls), -(506,462,o), -(427,525,o), -(318,525,cs), -(235,525,o), -(160,482,o), -(125,400,c), -(121,400,l), -(121,729,l), -(85,729,l), +(122,0,l), +(122,278,ls), +(122,405,o), +(193,491,o), +(300,491,cs), +(396,491,o), +(444,431,o), +(444,298,cs), +(444,0,l), +(479,0,l), +(479,304,ls), +(479,463,o), +(407,525,o), +(305,525,cs), +(228,525,o), +(157,483,o), +(126,404,c), +(122,404,l), +(122,759,l), +(85,759,l), (85,0,l) ); } @@ -265,21 +357,21 @@ type = Stem; } ); }; -width = 581; +width = 561; }, { anchors = ( { name = bottom; -pos = (327,0); +pos = (317,0); }, { name = center; -pos = (180,631); +pos = (183,647); }, { name = top; -pos = (150,729); +pos = (156,759); } ); background = { @@ -287,57 +379,57 @@ shapes = ( { closed = 1; nodes = ( -(245,0,l), -(245,291,ls), -(245,355,o), -(277,400,o), -(341,400,cs), -(395,400,o), -(425,369,o), -(425,302,cs), -(425,0,l), -(617,0,l), -(617,322,ls), -(617,458,o), -(565,554,o), -(431,554,cs), -(351,554,o), -(288,519,o), -(255,447,c), -(245,447,l), -(245,750,l), -(54,750,l), -(54,0,l) +(248,0,l), +(248,291,ls), +(248,355,o), +(280,400,o), +(344,400,cs), +(398,400,o), +(428,369,o), +(428,302,cs), +(428,0,l), +(620,0,l), +(620,322,ls), +(620,458,o), +(568,554,o), +(434,554,cs), +(354,554,o), +(291,519,o), +(258,447,c), +(248,447,l), +(248,750,l), +(57,750,l), +(57,0,l) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(245,0,l), -(245,308,ls), -(245,352,o), -(274,400,o), -(334,400,cs), -(391,400,o), -(413,363,o), -(413,291,cs), -(413,0,l), -(604,0,l), -(604,333,ls), -(604,494,o), -(521,554,o), -(414,554,cs), -(342,554,o), -(279,521,o), -(253,455,c), -(245,455,l), -(245,729,l), -(54,729,l), -(54,0,l) +(249,0,l), +(249,308,ls), +(249,352,o), +(272,400,o), +(323,400,cs), +(369,400,o), +(388,364,o), +(388,291,cs), +(388,0,l), +(577,0,l), +(577,333,ls), +(577,494,o), +(500,554,o), +(403,554,cs), +(338,554,o), +(282,521,o), +(260,455,c), +(248,455,l), +(249,759,l), +(60,759,l), +(60,0,l) ); } ); @@ -345,99 +437,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; }; -width = 649; -}, -{ -anchors = ( -{ -name = bottom; -pos = (319,0); -}, -{ -name = center; -pos = (135,631); -}, -{ -name = top; -pos = (85,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,0,l), -(103,256,ls), -(103,397,o), -(201,491,o), -(341,491,cs), -(466,491,o), -(535,430,o), -(535,277,cs), -(535,0,l), -(572,0,l), -(572,283,ls), -(572,462,o), -(477,525,o), -(345,525,cs), -(242,525,o), -(150,476,o), -(108,387,c), -(103,387,l), -(103,729,l), -(66,729,l), -(66,0,l) -); -} -); -width = 626; -}, -{ -anchors = ( -{ -name = bottom; -pos = (367,0); -}, -{ -name = center; -pos = (184,631); -}, -{ -name = top; -pos = (154,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,271,ls), -(264,338,o), -(305,388,o), -(376,388,cs), -(452,388,o), -(470,336,o), -(470,260,cs), -(470,0,l), -(691,0,l), -(691,299,ls), -(691,491,o), -(596,554,o), -(456,554,cs), -(379,554,o), -(305,518,o), -(274,464,c), -(264,464,l), -(264,729,l), -(43,729,l), -(43,0,l) -); -} -); -width = 722; +width = 630; }, { anchors = ( @@ -489,15 +489,15 @@ width = 352; anchors = ( { name = bottom; -pos = (192,0); +pos = (200,0); }, { name = center; -pos = (209,631); +pos = (217,631); }, { name = top; -pos = (210,729); +pos = (218,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -505,31 +505,31 @@ shapes = ( { closed = 1; nodes = ( -(146,0,l), -(222,363,l), -(231,397,o), -(243,417,o), -(266,417,cs), -(297,417,o), -(295,386,o), -(286,340,cs), -(216,0,l), -(390,0,l), -(462,338,ls), -(490,470,o), -(472,551,o), -(362,551,cs), -(317,551,o), -(282,526,o), -(253,485,c), -(246,485,l), -(297,729,l), -(122,729,l), -(-30,0,l) -); -} -); -width = 470; +(154,0,l), +(230,363,l), +(239,397,o), +(251,417,o), +(274,417,cs), +(305,417,o), +(303,386,o), +(294,340,cs), +(224,0,l), +(398,0,l), +(470,338,ls), +(498,470,o), +(480,551,o), +(370,551,cs), +(325,551,o), +(290,526,o), +(261,485,c), +(254,485,l), +(305,729,l), +(130,729,l), +(-22,0,l) +); +} +); +width = 486; }, { anchors = ( @@ -673,15 +673,15 @@ width = 620; anchors = ( { name = bottom; -pos = (319,0); +pos = (325,0); }, { name = center; -pos = (257,631); +pos = (263,631); }, { name = top; -pos = (247,729); +pos = (253,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -689,33 +689,746 @@ shapes = ( { closed = 1; nodes = ( -(206,0,l), -(265,282,ls), -(280,353,o), -(322,389,o), -(389,389,cs), -(449,389,o), -(482,347,o), -(464,261,cs), -(409,0,l), -(628,0,l), -(687,282,ls), -(724,461,o), -(637,554,o), -(490,554,cs), -(420,554,o), -(348,523,o), -(312,478,c), -(306,478,l), -(356,729,l), -(138,729,l), -(-13,0,l) -); -} -); -width = 714; +(212,0,l), +(271,282,ls), +(286,353,o), +(328,389,o), +(395,389,cs), +(455,389,o), +(488,347,o), +(470,261,cs), +(415,0,l), +(634,0,l), +(693,282,ls), +(730,461,o), +(643,554,o), +(496,554,cs), +(426,554,o), +(354,523,o), +(318,478,c), +(312,478,l), +(362,729,l), +(144,729,l), +(-7,0,l) +); +} +); +width = 726; +}, +{ +anchors = ( +{ +name = bottom; +pos = (154,0); +}, +{ +name = center; +pos = (72,631); +}, +{ +name = top; +pos = (52,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(157,0,l), +(157,342,ls), +(157,434,o), +(189,495,o), +(243,495,cs), +(280,495,o), +(304,469,o), +(304,367,cs), +(304,0,l), +(340,0,l), +(340,367,ls), +(340,468,o), +(318,527,o), +(251,527,cs), +(209,527,o), +(178,503,o), +(160,441,c), +(157,441,l), +(157,719,l), +(121,719,l), +(121,0,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,0,l), +(66,307,ls), +(66,422,o), +(105,499,o), +(163,499,cs), +(211,499,o), +(239,474,o), +(239,371,cs), +(239,0,l), +(269,0,l), +(269,378,ls), +(269,478,o), +(237,526,o), +(172,526,cs), +(122,526,o), +(83,494,o), +(68,439,c), +(66,439,l), +(66,729,l), +(36,729,l), +(36,0,l) +); +} +); +width = 303; +}, +{ +anchors = ( +{ +name = bottom; +pos = (227,0); +}, +{ +name = center; +pos = (124,631); +}, +{ +name = top; +pos = (104,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(263,0,l), +(263,291,ls), +(263,355,o), +(295,400,o), +(359,400,cs), +(413,400,o), +(443,369,o), +(443,302,cs), +(443,0,l), +(635,0,l), +(635,322,ls), +(635,458,o), +(583,554,o), +(449,554,cs), +(369,554,o), +(306,519,o), +(273,447,c), +(263,447,l), +(263,750,l), +(72,750,l), +(72,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,0,l), +(193,318,ls), +(193,365,o), +(200,391,o), +(229,391,cs), +(250,391,o), +(262,378,o), +(262,325,cs), +(262,0,l), +(438,0,l), +(438,347,ls), +(438,494,o), +(398,551,o), +(308,551,cs), +(260,551,o), +(217,521,o), +(194,472,c), +(193,472,l), +(193,729,l), +(16,729,l), +(16,0,l) +); +} +); +width = 451; +}, +{ +anchors = ( +{ +name = bottom; +pos = (267,0); +}, +{ +name = center; +pos = (117,631); +}, +{ +name = top; +pos = (77,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(95,274,ls), +(95,401,o), +(172,491,o), +(287,491,cs), +(392,491,o), +(443,430,o), +(443,294,cs), +(443,0,l), +(480,0,l), +(480,300,ls), +(480,462,o), +(401,525,o), +(292,525,cs), +(209,525,o), +(133,482,o), +(96,397,c), +(95,397,l), +(95,729,l), +(59,729,l), +(59,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 530; +}, +{ +anchors = ( +{ +name = bottom; +pos = (303,0); +}, +{ +name = center; +pos = (156,631); +}, +{ +name = top; +pos = (126,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(245,0,l), +(245,291,ls), +(245,355,o), +(277,400,o), +(341,400,cs), +(395,400,o), +(425,369,o), +(425,302,cs), +(425,0,l), +(617,0,l), +(617,322,ls), +(617,458,o), +(565,554,o), +(431,554,cs), +(351,554,o), +(288,519,o), +(255,447,c), +(245,447,l), +(245,750,l), +(54,750,l), +(54,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,0,l), +(221,298,ls), +(221,354,o), +(259,395,o), +(310,395,cs), +(367,395,o), +(389,356,o), +(389,281,cs), +(389,0,l), +(580,0,l), +(580,333,ls), +(580,476,o), +(513,554,o), +(390,554,cs), +(316,554,o), +(248,507,o), +(222,443,c), +(221,443,l), +(221,729,l), +(30,729,l), +(30,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; +}; +width = 608; +}, +{ +anchors = ( +{ +name = bottom; +pos = (309,0); +}, +{ +name = center; +pos = (125,631); +}, +{ +name = top; +pos = (75,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(93,0,l), +(93,256,ls), +(93,397,o), +(191,491,o), +(331,491,cs), +(456,491,o), +(525,430,o), +(525,277,cs), +(525,0,l), +(562,0,l), +(562,283,ls), +(562,462,o), +(467,525,o), +(335,525,cs), +(227,525,o), +(134,471,o), +(94,387,c), +(93,387,l), +(93,729,l), +(56,729,l), +(56,0,l) +); +} +); +width = 606; +}, +{ +anchors = ( +{ +name = bottom; +pos = (354,0); +}, +{ +name = center; +pos = (171,631); +}, +{ +name = top; +pos = (141,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,0,l), +(251,271,ls), +(251,338,o), +(292,388,o), +(363,388,cs), +(439,388,o), +(457,336,o), +(457,260,cs), +(457,0,l), +(678,0,l), +(678,299,ls), +(678,491,o), +(583,554,o), +(443,554,cs), +(359,554,o), +(282,515,o), +(252,459,c), +(251,459,l), +(251,729,l), +(30,729,l), +(30,0,l) +); +} +); +width = 699; +}, +{ +anchors = ( +{ +name = bottom; +pos = (112,0); +}, +{ +name = center; +pos = (149,631); +}, +{ +name = top; +pos = (150,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(13,0,l), +(87,355,l), +(111,445,o), +(158,501,o), +(208,501,cs), +(276,501,o), +(283,451,o), +(266,366,cs), +(190,0,l), +(219,0,l), +(296,371,ls), +(314,457,o), +(301,526,o), +(218,526,cs), +(171,526,o), +(130,497,o), +(107,446,c), +(106,446,l), +(164,729,l), +(135,729,l), +(-16,0,l) +); +} +); +width = 306; +}, +{ +anchors = ( +{ +name = bottom; +pos = (181,0); +}, +{ +name = center; +pos = (198,631); +}, +{ +name = top; +pos = (199,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(135,0,l), +(205,338,l), +(212,369,o), +(224,389,o), +(247,389,cs), +(278,389,o), +(278,358,o), +(269,315,cs), +(205,0,l), +(379,0,l), +(451,338,ls), +(479,470,o), +(461,551,o), +(351,551,cs), +(306,551,o), +(265,526,o), +(236,485,c), +(235,485,l), +(286,729,l), +(111,729,l), +(-41,0,l) +); +} +); +width = 448; +}, +{ +anchors = ( +{ +name = bottom; +pos = (220,0); +}, +{ +name = center; +pos = (196,631); +}, +{ +name = top; +pos = (176,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(42,0,l), +(103,293,ls), +(128,415,o), +(214,493,o), +(321,493,cs), +(429,493,o), +(468,419,o), +(441,288,cs), +(381,0,l), +(417,0,l), +(477,291,ls), +(508,440,o), +(450,527,o), +(330,527,cs), +(257,527,o), +(177,493,o), +(129,415,c), +(128,415,l), +(194,729,l), +(158,729,l), +(7,0,l) +); +} +); +width = 520; +}, +{ +anchors = ( +{ +name = bottom; +pos = (248,0); +}, +{ +name = center; +pos = (215,631); +}, +{ +name = top; +pos = (216,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(224,310,ls), +(236,369,o), +(276,401,o), +(321,401,cs), +(375,401,o), +(391,361,o), +(377,292,cs), +(317,0,l), +(508,0,l), +(574,311,ls), +(614,501,o), +(516,554,o), +(431,554,cs), +(365,554,o), +(290,519,o), +(258,467,c), +(257,467,l), +(311,729,l), +(120,729,l), +(-31,0,l) +); +} +); +width = 580; +}, +{ +anchors = ( +{ +name = bottom; +pos = (264,0); +}, +{ +name = center; +pos = (201,631); +}, +{ +name = top; +pos = (172,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(98,285,ls), +(126,419,o), +(234,494,o), +(357,494,cs), +(486,494,o), +(556,429,o), +(522,266,cs), +(467,0,l), +(503,0,l), +(560,270,ls), +(595,434,o), +(521,527,o), +(366,527,cs), +(276,527,o), +(178,485,o), +(124,406,c), +(123,406,l), +(190,729,l), +(153,729,l), +(2,0,l) +); +} +); +width = 601; +}, +{ +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = center; +pos = (242,631); +}, +{ +name = top; +pos = (232,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,0,l), +(250,282,ls), +(265,353,o), +(307,389,o), +(374,389,cs), +(434,389,o), +(467,347,o), +(449,261,cs), +(394,0,l), +(613,0,l), +(672,282,ls), +(709,461,o), +(622,554,o), +(475,554,cs), +(404,554,o), +(326,521,o), +(290,474,c), +(289,474,l), +(341,729,l), +(123,729,l), +(-28,0,l) +); +} +); +width = 691; } ); metricLeft = l; +metricRight = n; unicode = 104; } diff --git a/sources/MonaSans.glyphspackage/glyphs/hbar.glyph b/sources/MonaSans.glyphspackage/glyphs/hbar.glyph index 4f78985c..0fc85ea8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/hbar.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/hbar.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = hbar; -kernRight = n; +kernRight = KO_ntilde; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (-45,325); ref = strokeshortcomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = h; }, { -pos = (-49,324); +pos = (-67,324); ref = strokeshortcomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = h; }, { -pos = (-35,325); +pos = (-51,325); ref = strokeshortcomb; } ); -width = 649; +width = 734; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = h; }, { -pos = (-67,324); +pos = (-53,339); ref = strokeshortcomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = h; }, { -pos = (-51,325); +pos = (-24,341); ref = strokeshortcomb; } ); -width = 722; +width = 630; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (20,325); ref = strokeshortcomb; } ); -width = 470; +width = 486; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,167 @@ pos = (15,325); ref = strokeshortcomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-42,325); +ref = strokeshortcomb; +} +); +width = 303; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-47,325); +ref = strokeshortcomb; +} +); +width = 451; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-55,324); +ref = strokeshortcomb; +} +); +width = 530; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-38,325); +ref = strokeshortcomb; +} +); +width = 608; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-67,324); +ref = strokeshortcomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-51,325); +ref = strokeshortcomb; +} +); +width = 722; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = h; +}, +{ +pos = (28,325); +ref = strokeshortcomb; +} +); +width = 306; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = h; +}, +{ +pos = (20,325); +ref = strokeshortcomb; +} +); +width = 448; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = h; +}, +{ +pos = (18,324); +ref = strokeshortcomb; +} +); +width = 520; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = h; +}, +{ +pos = (22,325); +ref = strokeshortcomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-2,324); +ref = strokeshortcomb; +} +); +width = 601; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = h; +}, +{ +pos = (15,325); +ref = strokeshortcomb; +} +); +width = 691; } ); unicode = 295; diff --git a/sources/MonaSans.glyphspackage/glyphs/hcircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/hcircumflex.glyph index 6224428c..da20a180 100644 --- a/sources/MonaSans.glyphspackage/glyphs/hcircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/hcircumflex.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = hcircumflex; -kernRight = n; +kernLeft = KO_i; +kernRight = KO_ntilde; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-101,51); ref = circumflexcomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = h; }, { -pos = (-61,57); +pos = (-94,57); ref = circumflexcomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = h; }, { -pos = (-97,51); +pos = (-137,56); ref = circumflexcomb; } ); -width = 649; +width = 734; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = h; }, { -pos = (-94,57); +pos = (-59,87); ref = circumflexcomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = h; }, { -pos = (-137,56); +pos = (-83,81); ref = circumflexcomb; } ); -width = 722; +width = 630; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-92,51); ref = circumflexcomb; } ); -width = 470; +width = 486; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,167 @@ pos = (-129,56); ref = circumflexcomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-57,57); +ref = circumflexcomb; +} +); +width = 303; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-103,51); +ref = circumflexcomb; +} +); +width = 451; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-67,57); +ref = circumflexcomb; +} +); +width = 530; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-100,51); +ref = circumflexcomb; +} +); +width = 608; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-94,57); +ref = circumflexcomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-137,56); +ref = circumflexcomb; +} +); +width = 722; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-42,57); +ref = circumflexcomb; +} +); +width = 306; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-92,51); +ref = circumflexcomb; +} +); +width = 448; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-52,57); +ref = circumflexcomb; +} +); +width = 520; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-84,51); +ref = circumflexcomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-84,57); +ref = circumflexcomb; +} +); +width = 601; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-129,56); +ref = circumflexcomb; +} +); +width = 691; } ); unicode = 293; diff --git a/sources/MonaSans.glyphspackage/glyphs/hookabovecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/hookabovecomb.glyph index f21a4f5c..5482dfc2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/hookabovecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/hookabovecomb.glyph @@ -71,7 +71,7 @@ width = 181; anchors = ( { name = _top; -pos = (139,679); +pos = (147,679); } ); background = { @@ -108,30 +108,30 @@ shapes = ( { closed = 1; nodes = ( -(218,766,o), -(256,817,o), -(256,878,cs), -(256,956,o), -(193,990,o), -(125,990,cs), -(97,990,o), -(68,986,o), -(40,975,c), -(40,880,l), -(49,886,o), -(67,890,o), -(80,890,cs), -(102,890,o), -(120,881,o), -(120,858,cs), -(120,836,o), -(106,820,o), -(67,802,c), -(122,721,l) +(226,766,o), +(264,817,o), +(264,878,cs), +(264,956,o), +(201,990,o), +(133,990,cs), +(105,990,o), +(76,986,o), +(48,975,c), +(48,880,l), +(57,886,o), +(75,890,o), +(88,890,cs), +(110,890,o), +(128,881,o), +(128,858,cs), +(128,836,o), +(114,820,o), +(75,802,c), +(130,721,l) ); } ); -width = 296; +width = 312; }, { anchors = ( @@ -140,6 +140,80 @@ name = _top; pos = (108,672); } ); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(151,763,o), +(177,800,o), +(177,840,cs), +(177,883,o), +(142,912,o), +(91,912,cs), +(74,912,o), +(57,910,o), +(40,904,c), +(41,875,l), +(55,881,o), +(69,883,o), +(86,883,cs), +(123,883,o), +(143,864,o), +(143,837,cs), +(143,804,o), +(117,780,o), +(65,753,c), +(84,729,l) +); +} +); +width = 217; +}, +{ +anchors = ( +{ +name = _top; +pos = (159,678); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(258,753,o), +(327,798,o), +(327,880,cs), +(327,946,o), +(271,990,o), +(154,990,cs), +(116,990,o), +(78,986,o), +(46,978,c), +(46,881,l), +(63,886,o), +(84,888,o), +(102,888,cs), +(125,888,o), +(146,883,o), +(146,863,cs), +(146,845,o), +(132,831,o), +(73,815,c), +(118,720,l) +); +} +); +width = 373; +}, +{ +anchors = ( +{ +name = _top; +pos = (109,672); +} +); background = { shapes = ( { @@ -169,41 +243,41 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( (151,763,o), -(177,800,o), -(177,840,cs), -(177,883,o), -(142,912,o), -(91,912,cs), -(74,912,o), -(57,910,o), -(40,904,c), -(41,875,l), -(55,881,o), -(69,883,o), -(86,883,cs), -(123,883,o), -(143,864,o), -(143,837,cs), -(143,804,o), -(117,780,o), -(65,753,c), -(84,729,l) +(176,800,o), +(176,840,cs), +(176,883,o), +(143,912,o), +(92,912,cs), +(75,912,o), +(58,910,o), +(43,904,c), +(44,875,l), +(56,881,o), +(70,883,o), +(87,883,cs), +(124,883,o), +(144,864,o), +(144,837,cs), +(144,804,o), +(118,780,o), +(66,753,c), +(85,729,l) ); } ); -width = 217; +width = 218; }, { anchors = ( { name = _top; -pos = (163,678); +pos = (156,678); } ); background = { @@ -235,109 +309,35 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(236,754,o), -(300,798,o), -(300,877,cs), -(300,941,o), -(248,984,o), -(140,984,cs), -(105,984,o), -(70,979,o), -(40,972,c), -(40,881,l), -(56,885,o), -(75,888,o), -(91,888,cs), -(112,888,o), -(132,882,o), -(132,861,cs), -(132,842,o), -(119,827,o), -(65,810,c), -(106,721,l) +(225,754,o), +(287,798,o), +(287,877,cs), +(287,941,o), +(238,984,o), +(135,984,cs), +(101,984,o), +(67,979,o), +(39,972,c), +(39,881,l), +(53,885,o), +(71,888,o), +(85,888,cs), +(102,888,o), +(121,882,o), +(121,861,cs), +(121,842,o), +(112,828,o), +(61,810,c), +(101,721,l) ); } ); -width = 340; -}, -{ -anchors = ( -{ -name = _top; -pos = (108,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,763,o), -(177,800,o), -(177,840,cs), -(177,883,o), -(142,912,o), -(91,912,cs), -(74,912,o), -(57,910,o), -(40,904,c), -(41,875,l), -(55,881,o), -(69,883,o), -(86,883,cs), -(123,883,o), -(143,864,o), -(143,837,cs), -(143,804,o), -(117,780,o), -(65,753,c), -(84,729,l) -); -} -); -width = 217; -}, -{ -anchors = ( -{ -name = _top; -pos = (153,678); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(252,753,o), -(321,798,o), -(321,880,cs), -(321,946,o), -(265,990,o), -(148,990,cs), -(110,990,o), -(72,986,o), -(40,978,c), -(40,881,l), -(57,886,o), -(78,888,o), -(96,888,cs), -(119,888,o), -(140,883,o), -(140,863,cs), -(140,845,o), -(126,831,o), -(67,815,c), -(112,720,l) -); -} -); -width = 361; +width = 325; }, { anchors = ( @@ -380,7 +380,7 @@ width = 219; anchors = ( { name = _top; -pos = (231,680); +pos = (239,680); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -388,30 +388,30 @@ shapes = ( { closed = 1; nodes = ( -(324,758,o), -(384,817,o), -(384,888,cs), -(384,955,o), -(331,993,o), -(251,993,cs), -(231,993,o), -(209,990,o), -(188,983,c), -(170,889,l), -(178,894,o), -(192,896,o), -(204,896,cs), -(227,896,o), -(245,887,o), -(245,866,cs), -(245,840,o), -(227,825,o), -(181,809,c), -(220,724,l) +(332,758,o), +(392,817,o), +(392,888,cs), +(392,955,o), +(339,993,o), +(259,993,cs), +(239,993,o), +(217,990,o), +(196,983,c), +(178,889,l), +(186,894,o), +(200,896,o), +(212,896,cs), +(235,896,o), +(253,887,o), +(253,866,cs), +(253,840,o), +(235,825,o), +(189,809,c), +(228,724,l) ); } ); -width = 299; +width = 315; }, { anchors = ( @@ -528,7 +528,7 @@ width = 219; anchors = ( { name = _top; -pos = (252,681); +pos = (258,681); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -536,30 +536,590 @@ shapes = ( { closed = 1; nodes = ( -(363,748,o), -(449,805,o), -(449,887,cs), -(449,953,o), -(391,994,o), -(257,994,cs), -(233,994,o), -(210,993,o), -(188,989,c), -(169,893,l), -(182,895,o), -(196,896,o), -(209,896,cs), -(235,896,o), -(266,893,o), -(266,871,cs), -(266,851,o), -(250,837,o), -(184,825,c), -(210,727,l) +(369,748,o), +(455,805,o), +(455,887,cs), +(455,953,o), +(397,994,o), +(263,994,cs), +(239,994,o), +(216,993,o), +(194,989,c), +(175,893,l), +(188,895,o), +(202,896,o), +(215,896,cs), +(241,896,o), +(272,893,o), +(272,871,cs), +(272,851,o), +(256,837,o), +(190,825,c), +(216,727,l) +); +} +); +width = 376; +}, +{ +anchors = ( +{ +name = _top; +pos = (61,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(143,783,o), +(174,825,o), +(174,874,cs), +(174,918,o), +(143,946,o), +(96,946,cs), +(77,946,o), +(56,941,o), +(43,933,c), +(43,908,l), +(60,918,o), +(76,922,o), +(97,922,cs), +(127,922,o), +(147,904,o), +(147,872,cs), +(147,832,o), +(121,797,o), +(63,753,c), +(78,735,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(98,772,o), +(121,808,o), +(121,847,cs), +(121,885,o), +(95,910,o), +(55,910,cs), +(44,910,o), +(30,908,o), +(20,904,c), +(20,880,l), +(28,883,o), +(38,885,o), +(51,885,cs), +(79,885,o), +(93,869,o), +(93,844,cs), +(93,815,o), +(76,788,o), +(32,753,c), +(50,735,l) +); +} +); +width = 141; +}, +{ +anchors = ( +{ +name = _top; +pos = (129,679); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(220,766,o), +(258,817,o), +(258,879,cs), +(258,957,o), +(195,992,o), +(126,992,cs), +(98,992,o), +(68,988,o), +(40,976,c), +(40,880,l), +(49,886,o), +(67,890,o), +(80,890,cs), +(102,890,o), +(120,881,o), +(120,858,cs), +(120,836,o), +(106,821,o), +(67,803,c), +(123,721,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,766,o), +(246,817,o), +(246,878,cs), +(246,956,o), +(183,990,o), +(115,990,cs), +(87,990,o), +(58,986,o), +(30,975,c), +(30,880,l), +(39,886,o), +(57,890,o), +(70,890,cs), +(92,890,o), +(110,881,o), +(110,858,cs), +(110,836,o), +(96,820,o), +(57,802,c), +(112,721,l) +); +} +); +width = 276; +}, +{ +anchors = ( +{ +name = _top; +pos = (88,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(142,763,o), +(167,800,o), +(167,840,cs), +(167,883,o), +(135,912,o), +(88,912,cs), +(72,912,o), +(56,910,o), +(40,904,c), +(41,875,l), +(54,881,o), +(67,883,o), +(82,883,cs), +(115,883,o), +(133,864,o), +(133,837,cs), +(133,804,o), +(110,780,o), +(63,753,c), +(81,729,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(131,763,o), +(157,800,o), +(157,840,cs), +(157,883,o), +(122,912,o), +(71,912,cs), +(54,912,o), +(37,910,o), +(20,904,c), +(21,875,l), +(35,881,o), +(49,883,o), +(66,883,cs), +(103,883,o), +(123,864,o), +(123,837,cs), +(123,804,o), +(97,780,o), +(45,753,c), +(64,729,l) +); +} +); +width = 177; +}, +{ +anchors = ( +{ +name = _top; +pos = (142,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(238,753,o), +(302,798,o), +(302,877,cs), +(302,942,o), +(251,985,o), +(141,985,cs), +(106,985,o), +(70,981,o), +(40,973,c), +(40,881,l), +(56,885,o), +(76,888,o), +(91,888,cs), +(111,888,o), +(131,882,o), +(131,861,cs), +(131,842,o), +(119,828,o), +(65,811,c), +(107,721,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,754,o), +(279,798,o), +(279,877,cs), +(279,941,o), +(227,984,o), +(119,984,cs), +(84,984,o), +(49,979,o), +(19,972,c), +(19,881,l), +(35,885,o), +(54,888,o), +(70,888,cs), +(91,888,o), +(111,882,o), +(111,861,cs), +(111,842,o), +(98,827,o), +(44,810,c), +(85,721,l) +); +} +); +width = 298; +}, +{ +anchors = ( +{ +name = _top; +pos = (98,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(141,763,o), +(167,800,o), +(167,840,cs), +(167,883,o), +(132,912,o), +(81,912,cs), +(64,912,o), +(47,910,o), +(30,904,c), +(31,875,l), +(45,881,o), +(59,883,o), +(76,883,cs), +(113,883,o), +(133,864,o), +(133,837,cs), +(133,804,o), +(107,780,o), +(55,753,c), +(74,729,l) +); +} +); +width = 197; +}, +{ +anchors = ( +{ +name = _top; +pos = (143,678); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,753,o), +(311,798,o), +(311,880,cs), +(311,946,o), +(255,990,o), +(138,990,cs), +(100,990,o), +(62,986,o), +(30,978,c), +(30,881,l), +(47,886,o), +(68,888,o), +(86,888,cs), +(109,888,o), +(130,883,o), +(130,863,cs), +(130,845,o), +(116,831,o), +(57,815,c), +(102,720,l) +); +} +); +width = 341; +}, +{ +anchors = ( +{ +name = _top; +pos = (166,673); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(224,756,o), +(276,793,o), +(276,846,cs), +(276,891,o), +(239,914,o), +(187,914,cs), +(176,914,o), +(164,913,o), +(152,910,c), +(147,881,l), +(158,884,o), +(171,885,o), +(182,885,cs), +(218,885,o), +(241,874,o), +(241,844,cs), +(241,801,o), +(197,777,o), +(148,757,c), +(162,731,l) +); +} +); +width = 173; +}, +{ +anchors = ( +{ +name = _top; +pos = (220,680); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(313,758,o), +(373,817,o), +(373,888,cs), +(373,955,o), +(320,993,o), +(240,993,cs), +(220,993,o), +(198,990,o), +(177,983,c), +(159,889,l), +(167,894,o), +(181,896,o), +(193,896,cs), +(216,896,o), +(234,887,o), +(234,866,cs), +(234,840,o), +(216,825,o), +(170,809,c), +(209,724,l) +); +} +); +width = 277; +}, +{ +anchors = ( +{ +name = _top; +pos = (165,673); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(222,755,o), +(275,791,o), +(275,846,cs), +(275,889,o), +(240,914,o), +(189,914,cs), +(175,914,o), +(163,913,o), +(151,910,c), +(146,881,l), +(158,884,o), +(170,885,o), +(182,885,cs), +(217,885,o), +(240,873,o), +(240,843,cs), +(240,801,o), +(195,776,o), +(147,757,c), +(161,731,l) +); +} +); +width = 171; +}, +{ +anchors = ( +{ +name = _top; +pos = (226,679); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(309,748,o), +(399,799,o), +(399,879,cs), +(399,949,o), +(333,988,o), +(230,988,cs), +(201,988,o), +(179,987,o), +(158,981,c), +(141,892,l), +(153,894,o), +(166,895,o), +(179,895,cs), +(202,895,o), +(228,891,o), +(228,869,cs), +(228,847,o), +(213,833,o), +(152,819,c), +(176,727,l) +); +} +); +width = 286; +}, +{ +anchors = ( +{ +name = _top; +pos = (178,673); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(247,760,o), +(289,795,o), +(289,846,cs), +(289,887,o), +(259,914,o), +(206,914,cs), +(192,914,o), +(176,912,o), +(165,909,c), +(160,881,l), +(169,883,o), +(184,885,o), +(200,885,cs), +(233,885,o), +(254,872,o), +(254,844,cs), +(254,811,o), +(232,787,o), +(161,758,c), +(175,731,l) +); +} +); +width = 199; +}, +{ +anchors = ( +{ +name = _top; +pos = (237,681); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(348,748,o), +(434,805,o), +(434,887,cs), +(434,953,o), +(376,994,o), +(242,994,cs), +(218,994,o), +(195,993,o), +(173,989,c), +(154,893,l), +(167,895,o), +(181,896,o), +(194,896,cs), +(220,896,o), +(251,893,o), +(251,871,cs), +(251,851,o), +(235,837,o), +(169,825,c), +(195,727,l) ); } ); -width = 364; +width = 334; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/horncomb.glyph b/sources/MonaSans.glyphspackage/glyphs/horncomb.glyph index 403b5cc4..ffb4fdea 100644 --- a/sources/MonaSans.glyphspackage/glyphs/horncomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/horncomb.glyph @@ -47,7 +47,7 @@ width = 175; anchors = ( { name = _topright; -pos = (40,542); +pos = (48,542); } ); background = { @@ -72,24 +72,24 @@ shapes = ( { closed = 1; nodes = ( -(177,450,o), -(237,497,o), -(223,601,c), -(108,601,l), -(113,555,o), -(93,537,o), -(40,542,c), -(40,459,l) +(185,450,o), +(245,497,o), +(231,601,c), +(116,601,l), +(121,555,o), +(101,537,o), +(48,542,c), +(48,459,l) ); } ); -width = 265; +width = 281; }, { anchors = ( { name = _topright; -pos = (40,509); +pos = (40,525); } ); background = { @@ -115,82 +115,71 @@ nodes = ( } ); }; -guides = ( -{ -pos = (84,602); -} -); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(135,480,o), -(180,533,o), -(170,637,c), -(137,637,l), -(146,549,o), -(116,509,o), -(40,509,c), -(40,480,l) +(141,495,o), +(191,556,o), +(182,668,c), +(147,668,l), +(156,572,o), +(119,525,o), +(40,525,c), +(40,495,l) ); } ); -width = 211; +width = 223; }, { anchors = ( { name = _topright; -pos = (40,590); +pos = (46,610); } ); background = { -anchors = ( -{ -name = _topright; -pos = (40,541); -} -); shapes = ( { closed = 1; nodes = ( -(213,427,o), -(275,481,o), -(275,607,c), -(127,607,l), -(127,559,o), -(116,543,o), -(40,541,c), -(40,427,l) +(235,468,o), +(341,519,o), +(317,689,c), +(137,689,l), +(145,622,o), +(133,600,o), +(40,610,c), +(40,485,l) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(219,472,o), -(306,540,o), -(285,676,c), -(137,676,l), -(147,609,o), -(118,583,o), -(40,590,c), -(40,486,l) +(275,477,o), +(350,550,o), +(329,689,c), +(143,689,l), +(151,623,o), +(138,604,o), +(46,610,c), +(46,495,l) ); } ); -width = 328; +width = 378; }, { anchors = ( { name = _topright; -pos = (40,525); +pos = (43,509); } ); background = { @@ -216,65 +205,76 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +guides = ( +{ +pos = (87,602); +} +); +layerId = m019; shapes = ( { closed = 1; nodes = ( -(141,495,o), -(191,556,o), -(182,668,c), -(147,668,l), -(156,572,o), -(119,525,o), -(40,525,c), -(40,495,l) +(136,480,o), +(179,533,o), +(169,637,c), +(138,637,l), +(147,549,o), +(117,509,o), +(43,509,c), +(43,480,l) ); } ); -width = 223; +width = 212; }, { anchors = ( { name = _topright; -pos = (40,610); +pos = (39,590); } ); background = { +anchors = ( +{ +name = _topright; +pos = (40,541); +} +); shapes = ( { closed = 1; nodes = ( -(235,468,o), -(341,519,o), -(317,689,c), -(137,689,l), -(145,622,o), -(133,600,o), -(40,610,c), -(40,485,l) +(213,427,o), +(275,481,o), +(275,607,c), +(127,607,l), +(127,559,o), +(116,543,o), +(40,541,c), +(40,427,l) ); } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(269,477,o), -(344,550,o), -(323,689,c), -(137,689,l), -(145,623,o), -(132,604,o), -(40,610,c), -(40,495,l) +(209,472,o), +(292,540,o), +(272,676,c), +(126,676,l), +(135,609,o), +(109,583,o), +(39,590,c), +(39,486,l) ); } ); -width = 366; +width = 313; }, { anchors = ( @@ -310,7 +310,7 @@ width = 175; anchors = ( { name = _topright; -pos = (96,542); +pos = (104,542); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -318,18 +318,18 @@ shapes = ( { closed = 1; nodes = ( -(215,450,o), -(284,497,o), -(291,601,c), -(176,601,l), -(172,555,o), -(148,537,o), -(96,542,c), -(80,459,l) +(223,450,o), +(292,497,o), +(299,601,c), +(184,601,l), +(180,555,o), +(156,537,o), +(104,542,c), +(88,459,l) ); } ); -width = 265; +width = 281; }, { anchors = ( @@ -410,7 +410,7 @@ width = 222; anchors = ( { name = _topright; -pos = (112,622); +pos = (118,622); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -418,18 +418,448 @@ shapes = ( { closed = 1; nodes = ( -(273,483,o), -(395,545,o), -(407,689,c), -(233,689,l), -(224,634,o), -(192,618,o), -(112,622,c), -(90,507,l) +(279,483,o), +(401,545,o), +(413,689,c), +(239,689,l), +(230,634,o), +(198,618,o), +(118,622,c), +(96,507,l) +); +} +); +width = 375; +}, +{ +anchors = ( +{ +name = _topright; +pos = (20,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(97,492,o), +(127,520,o), +(115,602,c), +(87,602,l), +(100,535,o), +(81,516,o), +(40,516,c), +(40,492,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(82,492,o), +(122,522,o), +(114,636,c), +(88,636,l), +(96,538,o), +(70,516,o), +(20,516,c), +(20,492,l) +); +} +); +width = 135; +}, +{ +anchors = ( +{ +name = _topright; +pos = (30,542); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(149,467,o), +(212,520,o), +(201,631,c), +(56,631,l), +(63,589,o), +(51,564,o), +(10,562,c), +(10,467,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(167,450,o), +(227,497,o), +(213,601,c), +(98,601,l), +(103,555,o), +(83,537,o), +(30,542,c), +(30,459,l) +); +} +); +width = 245; +}, +{ +anchors = ( +{ +name = _topright; +pos = (20,509); +} +); +background = { +anchors = ( +{ +name = _topright; +pos = (10,522); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(118,489,o), +(165,551,o), +(143,632,c), +(107,632,l), +(123,561,o), +(102,522,o), +(10,522,c), +(10,492,l) +); +} +); +}; +guides = ( +{ +pos = (64,602); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(115,480,o), +(160,533,o), +(150,637,c), +(117,637,l), +(126,549,o), +(96,509,o), +(20,509,c), +(20,480,l) +); +} +); +width = 171; +}, +{ +anchors = ( +{ +name = _topright; +pos = (19,590); +} +); +background = { +anchors = ( +{ +name = _topright; +pos = (40,541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(213,427,o), +(275,481,o), +(275,607,c), +(127,607,l), +(127,559,o), +(116,543,o), +(40,541,c), +(40,427,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(198,472,o), +(285,540,o), +(264,676,c), +(116,676,l), +(126,609,o), +(97,583,o), +(19,590,c), +(19,486,l) +); +} +); +width = 286; +}, +{ +anchors = ( +{ +name = _topright; +pos = (30,525); +} +); +background = { +anchors = ( +{ +name = _topright; +pos = (10,522); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(118,489,o), +(165,551,o), +(143,632,c), +(107,632,l), +(123,561,o), +(102,522,o), +(10,522,c), +(10,492,l) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(131,495,o), +(181,556,o), +(172,668,c), +(137,668,l), +(146,572,o), +(109,525,o), +(30,525,c), +(30,495,l) +); +} +); +width = 203; +}, +{ +anchors = ( +{ +name = _topright; +pos = (30,610); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(235,468,o), +(341,519,o), +(317,689,c), +(137,689,l), +(145,622,o), +(133,600,o), +(40,610,c), +(40,485,l) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(259,477,o), +(334,550,o), +(313,689,c), +(127,689,l), +(135,623,o), +(122,604,o), +(30,610,c), +(30,495,l) +); +} +); +width = 346; +}, +{ +anchors = ( +{ +name = _topright; +pos = (70,516); +} +); +guides = ( +{ +pos = (221,602); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(138,492,o), +(179,537,o), +(188,636,c), +(161,636,l), +(154,554,o), +(124,516,o), +(70,516,c), +(65,492,l) +); +} +); +width = 129; +}, +{ +anchors = ( +{ +name = _topright; +pos = (85,542); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(204,450,o), +(273,497,o), +(280,601,c), +(165,601,l), +(161,555,o), +(137,537,o), +(85,542,c), +(69,459,l) +); +} +); +width = 243; +}, +{ +anchors = ( +{ +name = _topright; +pos = (68,510); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(159,480,o), +(216,536,o), +(224,637,c), +(190,637,l), +(183,554,o), +(141,510,o), +(68,510,c), +(62,480,l) +); +} +); +width = 164; +}, +{ +anchors = ( +{ +name = _topright; +pos = (77,590); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,472,o), +(333,540,o), +(339,676,c), +(191,676,l), +(188,609,o), +(153,583,o), +(77,590,c), +(57,486,l) +); +} +); +width = 270; +}, +{ +anchors = ( +{ +name = _topright; +pos = (85,525); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,494,o), +(243,553,o), +(255,668,c), +(220,668,l), +(210,574,o), +(164,525,o), +(85,525,c), +(79,495,l) +); +} +); +width = 202; +}, +{ +anchors = ( +{ +name = _topright; +pos = (97,622); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(258,483,o), +(380,545,o), +(392,689,c), +(218,689,l), +(209,634,o), +(177,618,o), +(97,622,c), +(75,507,l) ); } ); -width = 363; +width = 333; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/hungarumlaut.glyph b/sources/MonaSans.glyphspackage/glyphs/hungarumlaut.glyph index 67cded3e..7d77a333 100644 --- a/sources/MonaSans.glyphspackage/glyphs/hungarumlaut.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/hungarumlaut.glyph @@ -20,47 +20,47 @@ alignment = 1; ref = hungarumlautcomb; } ); -width = 484; +width = 500; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = hungarumlautcomb; } ); -width = 322; +width = 355; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = hungarumlautcomb; } ); -width = 573; +width = 593; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = hungarumlautcomb; } ); -width = 355; +width = 321; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = hungarumlautcomb; } ); -width = 581; +width = 555; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = hungarumlautcomb; } ); -width = 529; +width = 545; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = hungarumlautcomb; } ); -width = 591; +width = 603; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = hungarumlautcomb; +} +); +width = 274; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = hungarumlautcomb; +} +); +width = 484; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = hungarumlautcomb; +} +); +width = 322; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = hungarumlautcomb; +} +); +width = 553; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = hungarumlautcomb; +} +); +width = 355; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = hungarumlautcomb; +} +); +width = 581; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = hungarumlautcomb; +} +); +width = 230; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = hungarumlautcomb; +} +); +width = 507; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = hungarumlautcomb; +} +); +width = 275; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = hungarumlautcomb; +} +); +width = 505; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = hungarumlautcomb; +} +); +width = 337; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = hungarumlautcomb; +} +); +width = 561; } ); unicode = 733; diff --git a/sources/MonaSans.glyphspackage/glyphs/hungarumlautcomb.glyph b/sources/MonaSans.glyphspackage/glyphs/hungarumlautcomb.glyph index 652ef408..0764a9a5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/hungarumlautcomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/hungarumlautcomb.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _top; -pos = (183,678); +pos = (191,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -13,23 +13,23 @@ shapes = ( { closed = 1; nodes = ( -(157,735,l), -(239,884,l), -(75,884,l), -(40,735,l) +(165,735,l), +(247,884,l), +(83,884,l), +(48,735,l) ); }, { closed = 1; nodes = ( -(338,735,l), -(444,884,l), -(279,884,l), -(209,735,l) +(346,735,l), +(452,884,l), +(287,884,l), +(217,735,l) ); } ); -width = 484; +width = 500; }, { anchors = ( @@ -65,121 +65,121 @@ width = 274; anchors = ( { name = _top; -pos = (121,672); +pos = (129,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(69,746,l), -(147,882,l), -(106,882,l), +(75,746,l), +(165,882,l), +(121,882,l), (40,746,l) ); }, { closed = 1; nodes = ( -(204,746,l), -(282,882,l), -(241,882,l), -(173,746,l) +(218,746,l), +(315,882,l), +(269,882,l), +(183,746,l) ); } ); -width = 322; +width = 355; }, { anchors = ( { name = _top; -pos = (213,678); +pos = (223,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(177,735,l), -(273,884,l), -(95,884,l), -(40,735,l) +(190,729,l), +(284,878,l), +(97,878,l), +(46,729,l) ); }, { closed = 1; nodes = ( -(401,735,l), -(533,884,l), -(343,884,l), -(249,735,l) +(415,729,l), +(547,878,l), +(347,878,l), +(256,729,l) ); } ); -width = 573; +width = 593; }, { anchors = ( { name = _top; -pos = (129,672); +pos = (122,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(75,746,l), -(165,882,l), -(121,882,l), -(40,746,l) +(70,746,l), +(148,882,l), +(107,882,l), +(43,746,l) ); }, { closed = 1; nodes = ( -(218,746,l), -(315,882,l), -(269,882,l), -(183,746,l) +(203,746,l), +(279,882,l), +(240,882,l), +(172,746,l) ); } ); -width = 355; +width = 321; }, { anchors = ( { name = _top; -pos = (217,673); +pos = (207,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(184,729,l), -(278,878,l), -(91,878,l), -(40,729,l) +(174,735,l), +(265,884,l), +(89,884,l), +(39,735,l) ); }, { closed = 1; nodes = ( -(409,729,l), -(541,878,l), -(341,878,l), -(250,729,l) +(390,735,l), +(518,884,l), +(330,884,l), +(240,735,l) ); } ); -width = 581; +width = 555; }, { anchors = ( @@ -215,7 +215,7 @@ width = 276; anchors = ( { name = _top; -pos = (276,678); +pos = (284,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -223,23 +223,23 @@ shapes = ( { closed = 1; nodes = ( -(261,735,l), -(375,884,l), -(215,884,l), -(136,735,l) +(269,735,l), +(383,884,l), +(223,884,l), +(144,735,l) ); }, { closed = 1; nodes = ( -(458,735,l), -(616,884,l), -(438,884,l), -(314,735,l) +(466,735,l), +(624,884,l), +(446,884,l), +(322,735,l) ); } ); -width = 529; +width = 545; }, { anchors = ( @@ -335,7 +335,7 @@ width = 357; anchors = ( { name = _top; -pos = (305,673); +pos = (311,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -343,23 +343,383 @@ shapes = ( { closed = 1; nodes = ( -(284,729,l), -(408,878,l), -(216,878,l), -(135,729,l) +(290,729,l), +(414,878,l), +(222,878,l), +(141,729,l) +); +}, +{ +closed = 1; +nodes = ( +(520,729,l), +(682,878,l), +(477,878,l), +(356,729,l) +); +} +); +width = 603; +}, +{ +anchors = ( +{ +name = _top; +pos = (77,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(48,746,l), +(117,882,l), +(84,882,l), +(20,746,l) +); +}, +{ +closed = 1; +nodes = ( +(134,746,l), +(214,882,l), +(178,882,l), +(105,746,l) +); +} +); +width = 234; +}, +{ +anchors = ( +{ +name = _top; +pos = (173,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,735,l), +(229,884,l), +(65,884,l), +(30,735,l) +); +}, +{ +closed = 1; +nodes = ( +(328,735,l), +(434,884,l), +(269,884,l), +(199,735,l) +); +} +); +width = 464; +}, +{ +anchors = ( +{ +name = _top; +pos = (101,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,746,l), +(127,882,l), +(86,882,l), +(20,746,l) +); +}, +{ +closed = 1; +nodes = ( +(184,746,l), +(262,882,l), +(221,882,l), +(153,746,l) +); +} +); +width = 282; +}, +{ +anchors = ( +{ +name = _top; +pos = (192,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,735,l), +(252,884,l), +(74,884,l), +(19,735,l) +); +}, +{ +closed = 1; +nodes = ( +(380,735,l), +(512,884,l), +(322,884,l), +(228,735,l) +); +} +); +width = 531; +}, +{ +anchors = ( +{ +name = _top; +pos = (119,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(65,746,l), +(155,882,l), +(111,882,l), +(30,746,l) +); +}, +{ +closed = 1; +nodes = ( +(208,746,l), +(305,882,l), +(259,882,l), +(173,746,l) +); +} +); +width = 335; +}, +{ +anchors = ( +{ +name = _top; +pos = (207,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,729,l), +(268,878,l), +(81,878,l), +(30,729,l) +); +}, +{ +closed = 1; +nodes = ( +(399,729,l), +(531,878,l), +(331,878,l), +(240,729,l) +); +} +); +width = 561; +}, +{ +anchors = ( +{ +name = _top; +pos = (160,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,746,l), +(244,882,l), +(210,882,l), +(118,746,l) +); +}, +{ +closed = 1; +nodes = ( +(234,746,l), +(342,882,l), +(305,882,l), +(204,746,l) +); +} +); +width = 230; +}, +{ +anchors = ( +{ +name = _top; +pos = (265,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(250,735,l), +(364,884,l), +(204,884,l), +(125,735,l) +); +}, +{ +closed = 1; +nodes = ( +(447,735,l), +(605,884,l), +(427,884,l), +(303,735,l) +); +} +); +width = 507; +}, +{ +anchors = ( +{ +name = _top; +pos = (184,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,746,l), +(253,882,l), +(212,882,l), +(117,746,l) +); +}, +{ +closed = 1; +nodes = ( +(282,746,l), +(388,882,l), +(346,882,l), +(250,746,l) +); +} +); +width = 275; +}, +{ +anchors = ( +{ +name = _top; +pos = (266,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,735,l), +(363,884,l), +(187,884,l), +(107,735,l) +); +}, +{ +closed = 1; +nodes = ( +(464,735,l), +(621,884,l), +(433,884,l), +(313,735,l) +); +} +); +width = 505; +}, +{ +anchors = ( +{ +name = _top; +pos = (205,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(167,746,l), +(285,882,l), +(240,882,l), +(131,746,l) +); +}, +{ +closed = 1; +nodes = ( +(311,746,l), +(436,882,l), +(388,882,l), +(274,746,l) +); +} +); +width = 337; +}, +{ +anchors = ( +{ +name = _top; +pos = (290,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(269,729,l), +(393,878,l), +(201,878,l), +(120,729,l) ); }, { closed = 1; nodes = ( -(514,729,l), -(676,878,l), -(471,878,l), -(350,729,l) +(499,729,l), +(661,878,l), +(456,878,l), +(335,729,l) ); } ); -width = 591; +width = 561; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/hyphen.case.glyph b/sources/MonaSans.glyphspackage/glyphs/hyphen.case.glyph index 9da0db0b..57e7881f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/hyphen.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/hyphen.case.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = hyphen.case; -kernLeft = hyphen.case; -kernRight = hyphen.case; +kernLeft = KO_hyphen.case; +kernRight = KO_hyphen.case; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -22,47 +22,47 @@ pos = (0,94); ref = hyphen; } ); -width = 352; +width = 368; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { pos = (0,106); ref = hyphen; } ); -width = 380; +width = 378; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -pos = (0,93); +pos = (0,94); ref = hyphen; } ); width = 430; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { pos = (0,106); ref = hyphen; } ); -width = 378; +width = 377; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { -pos = (0,94); +pos = (0,93); ref = hyphen; } ); -width = 418; +width = 413; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -82,7 +82,7 @@ pos = (19,94); ref = hyphen; } ); -width = 348; +width = 364; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -122,7 +122,133 @@ pos = (19,94); ref = hyphen; } ); -width = 414; +width = 426; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = hyphen; +} +); +width = 264; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +pos = (0,94); +ref = hyphen; +} +); +width = 352; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = hyphen; +} +); +width = 380; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (0,93); +ref = hyphen; +} +); +width = 410; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = hyphen; +} +); +width = 378; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (0,94); +ref = hyphen; +} +); +width = 418; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +pos = (22,106); +ref = hyphen; +} +); +width = 216; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +pos = (19,94); +ref = hyphen; +} +); +width = 326; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +pos = (22,106); +ref = hyphen; +} +); +width = 330; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +pos = (19,93); +ref = hyphen; +} +); +width = 368; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +pos = (22,106); +ref = hyphen; +} +); +width = 356; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +pos = (19,94); +ref = hyphen; +} +); +width = 388; } ); metricLeft = hyphen; diff --git a/sources/MonaSans.glyphspackage/glyphs/hyphen.glyph b/sources/MonaSans.glyphspackage/glyphs/hyphen.glyph index 4a399589..731673fe 100644 --- a/sources/MonaSans.glyphspackage/glyphs/hyphen.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/hyphen.glyph @@ -1,7 +1,7 @@ { glyphname = hyphen; -kernLeft = hyphen; -kernRight = hyphen; +kernLeft = KO_hyphen; +kernRight = KO_hyphen; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,14 +9,14 @@ shapes = ( { closed = 1; nodes = ( -(333,191,l), -(333,351,l), -(19,351,l), -(19,191,l) +(341,191,l), +(341,351,l), +(27,351,l), +(27,191,l) ); } ); -width = 352; +width = 368; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -34,82 +34,82 @@ nodes = ( width = 264; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(320,242,l), -(320,275,l), -(60,275,l), -(60,242,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 +(332,243,l), +(332,275,l), +(46,275,l), +(46,243,l) ); -type = Stem; } ); -}; -width = 380; +width = 378; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(392,192,l), -(392,352,l), -(38,352,l), -(38,192,l) +(394,187,l), +(394,355,l), +(36,355,l), +(36,187,l) ); } ); width = 430; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(332,243,l), -(332,275,l), -(46,275,l), -(46,243,l) +(337,242,l), +(337,276,l), +(43,276,l), +(43,242,l) ); } ); -width = 378; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +} +); +}; +width = 377; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(388,187,l), -(388,355,l), -(30,355,l), -(30,187,l) +(377,192,l), +(377,352,l), +(37,352,l), +(37,192,l) ); } ); -width = 418; +width = 413; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -132,14 +132,14 @@ shapes = ( { closed = 1; nodes = ( -(313,191,l), -(347,351,l), -(36,351,l), -(3,191,l) +(321,191,l), +(355,351,l), +(44,351,l), +(11,191,l) ); } ); -width = 348; +width = 364; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -192,14 +192,212 @@ shapes = ( { closed = 1; nodes = ( -(366,187,l), -(402,355,l), -(47,355,l), -(12,187,l) +(372,187,l), +(408,355,l), +(53,355,l), +(18,187,l) +); +} +); +width = 426; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,246,l), +(202,271,l), +(22,271,l), +(22,246,l) +); +} +); +width = 224; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(323,191,l), +(323,351,l), +(9,351,l), +(9,191,l) +); +} +); +width = 332; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,245,l), +(320,278,l), +(20,278,l), +(20,245,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +} +); +}; +width = 340; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,192,l), +(371,352,l), +(17,352,l), +(17,192,l) +); +} +); +width = 388; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(322,243,l), +(322,275,l), +(36,275,l), +(36,243,l) +); +} +); +width = 358; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(378,187,l), +(378,355,l), +(20,355,l), +(20,187,l) +); +} +); +width = 398; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,246,l), +(200,271,l), +(22,271,l), +(17,246,l) +); +} +); +width = 216; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(302,191,l), +(336,351,l), +(25,351,l), +(-8,191,l) +); +} +); +width = 326; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(314,245,l), +(321,278,l), +(23,278,l), +(16,245,l) +); +} +); +width = 330; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(343,192,l), +(377,352,l), +(26,352,l), +(-7,192,l) +); +} +); +width = 368; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(316,243,l), +(323,275,l), +(40,275,l), +(33,243,l) +); +} +); +width = 356; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(353,187,l), +(389,355,l), +(34,355,l), +(-1,187,l) ); } ); -width = 414; +width = 388; } ); unicode = 45; diff --git a/sources/MonaSans.glyphspackage/glyphs/i.glyph b/sources/MonaSans.glyphspackage/glyphs/i.glyph index ace85de1..b21e2be7 100644 --- a/sources/MonaSans.glyphspackage/glyphs/i.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/i.glyph @@ -1,10 +1,19 @@ { color = 6; glyphname = i; -kernLeft = i; -kernRight = i; +kernLeft = KO_i; +kernRight = KO_i; layers = ( { +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (231,0); +} +); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { @@ -12,12 +21,21 @@ ref = idotless; }, { pos = (-18,-137); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 231; +width = 247; }, { +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (149,0); +} +); background = { shapes = ( { @@ -38,20 +56,73 @@ ref = idotless; }, { pos = (12,-156); -ref = dotaccent; +ref = dotaccentcomb; } ); width = 149; }, { -layerId = master01; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (169,0); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (32,-155); -ref = dotaccent; +pos = (13,-155); +ref = dotaccentcomb; +} +); +width = 169; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (307,0); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-4,-129); +ref = dotaccentcomb; +} +); +width = 319; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (203,0); +} +); +layerId = m019; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (31,-133); +ref = dotaccentcomb; } ); userData = { @@ -121,62 +192,468 @@ type = Stem; width = 207; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (303,0); +} +); +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (13,-134); -ref = dotaccent; +pos = (18,-120); +ref = dotaccentcomb; } ); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; }; -width = 299; +width = 303; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (151,0); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-26,-156); +ref = dotaccentcomb; +} +); +width = 151; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (229,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(139,0,l), +(252,541,l), +(76,541,l), +(-37,0,l) +); +}, +{ +closed = 1; +nodes = ( +(248,586,o), +(287,621,o), +(287,671,cs), +(287,722,o), +(250,751,o), +(197,751,cs), +(138,751,o), +(99,716,o), +(99,666,cs), +(99,615,o), +(136,586,o), +(189,586,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-47,-137); +ref = dotaccentcomb; +} +); +width = 245; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (206,0); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (0,-155); +ref = dotaccentcomb; +} +); +width = 206; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (302,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(179,0,l), +(294,544,l), +(102,544,l), +(-12,0,l) +); +}, +{ +closed = 1; +nodes = ( +(279,588,o), +(319,623,o), +(319,673,cs), +(319,725,o), +(279,754,o), +(224,754,cs), +(162,754,o), +(121,720,o), +(121,669,cs), +(121,617,o), +(162,588,o), +(217,588,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-17,-134); +ref = dotaccentcomb; +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (168,0); +} +); +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-19,-155); +ref = dotaccentcomb; +} +); +width = 168; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (306,0); +} +); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-35,-129); +ref = dotaccentcomb; +} +); +width = 318; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (102,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(89,609,l), +(89,729,l), +(60,729,l), +(60,609,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (8,-151); +ref = dotaccentcomb; +} +); +width = 102; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (209,0); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-19,-137); +ref = dotaccentcomb; +} +); +width = 209; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (154,0); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (25,-150); +ref = dotaccentcomb; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 154; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (251,0); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (10,-134); +ref = dotaccentcomb; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; +}; +width = 251; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (149,0); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { ref = idotless; }, { pos = (13,-155); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 169; +width = 149; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (287,0); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { ref = idotless; }, { pos = (-4,-129); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 307; +width = 287; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (151,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { ref = idotless; }, { pos = (-26,-156); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 151; +width = 105; +}, +{ +anchors = ( +{ +name = "#entry"; }, { +name = "#exit"; +pos = (229,0); +} +); background = { shapes = ( { @@ -207,32 +684,50 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { ref = idotless; }, { pos = (-47,-137); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 229; +width = 207; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (206,0); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { ref = idotless; }, { pos = (0,-155); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 206; +width = 158; }, { +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (302,0); +} +); background = { shapes = ( { @@ -263,43 +758,61 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { ref = idotless; }, { pos = (-17,-134); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 302; +width = 244; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (168,0); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { ref = idotless; }, { pos = (-19,-155); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 168; +width = 148; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (306,0); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = idotless; }, { pos = (-35,-129); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 306; +width = 276; } ); unicode = 105; diff --git a/sources/MonaSans.glyphspackage/glyphs/i.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/i.ss01.glyph index dfcc3725..5f435a7a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/i.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/i.ss01.glyph @@ -1,10 +1,19 @@ { color = 6; glyphname = i.ss01; -kernLeft = i; -kernRight = i; +kernLeft = KO_i; +kernRight = KO_i.ss01; layers = ( { +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (231,0); +} +); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { @@ -18,6 +27,15 @@ ref = dotaccentcomb.ss01; width = 231; }, { +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (149,0); +} +); layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { @@ -31,13 +49,88 @@ ref = dotaccentcomb.ss01; width = 149; }, { -layerId = master01; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (169,0); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (26,-155); +ref = dotaccentcomb.ss01; +} +); +width = 169; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (307,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(264,0,l), +(264,544,l), +(43,544,l), +(43,0,l) +); +}, +{ +closed = 1; +nodes = ( +(264,600,l), +(264,729,l), +(43,729,l), +(43,600,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (3,-129); +ref = dotaccentcomb.ss01; +} +); +width = 319; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (203,0); +} +); +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (45,-155); +pos = (44,-155); ref = dotaccentcomb.ss01; } ); @@ -108,13 +201,22 @@ type = Stem; width = 207; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (303,0); +} +); +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (14,-134); +pos = (17,-134); ref = dotaccentcomb.ss01; } ); @@ -122,15 +224,314 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; }; -width = 299; +width = 303; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (151,0); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-12,-156); +ref = dotaccentcomb.ss01; +} +); +width = 151; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (229,0); +} +); +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-41,-137); +ref = dotaccentcomb.ss01; +} +); +width = 245; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (206,0); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (13,-155); +ref = dotaccentcomb.ss01; +} +); +width = 206; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (302,0); +} +); +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-12,-134); +ref = dotaccentcomb.ss01; +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (168,0); +} +); +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-6,-155); +ref = dotaccentcomb.ss01; +} +); +width = 168; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (306,0); +} +); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-26,-134); +ref = dotaccentcomb.ss01; +} +); +width = 306; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (102,0); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (16,-156); +ref = dotaccentcomb.ss01; +} +); +width = 102; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (209,0); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-14,-137); +ref = dotaccentcomb.ss01; +} +); +width = 209; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (154,0); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { ref = idotless; }, { +pos = (38,-155); +ref = dotaccentcomb.ss01; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 154; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (251,0); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (11,-134); +ref = dotaccentcomb.ss01; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; +}; +width = 251; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (169,0); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; pos = (26,-155); ref = dotaccentcomb.ss01; } @@ -138,6 +539,15 @@ ref = dotaccentcomb.ss01; width = 169; }, { +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (307,0); +} +); background = { shapes = ( { @@ -160,12 +570,14 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; ref = idotless; }, { +alignment = -1; pos = (3,-129); ref = dotaccentcomb.ss01; } @@ -173,7 +585,16 @@ ref = dotaccentcomb.ss01; width = 307; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (151,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { ref = idotless; @@ -183,10 +604,19 @@ pos = (-12,-156); ref = dotaccentcomb.ss01; } ); -width = 151; +width = 105; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (229,0); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { ref = idotless; @@ -196,10 +626,19 @@ pos = (-41,-137); ref = dotaccentcomb.ss01; } ); -width = 229; +width = 207; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (206,0); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { ref = idotless; @@ -209,10 +648,19 @@ pos = (13,-155); ref = dotaccentcomb.ss01; } ); -width = 206; +width = 158; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (302,0); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { ref = idotless; @@ -222,10 +670,19 @@ pos = (-12,-134); ref = dotaccentcomb.ss01; } ); -width = 302; +width = 244; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (168,0); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { ref = idotless; @@ -235,10 +692,19 @@ pos = (-6,-155); ref = dotaccentcomb.ss01; } ); -width = 168; +width = 148; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (306,0); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = idotless; @@ -248,7 +714,7 @@ pos = (-26,-134); ref = dotaccentcomb.ss01; } ); -width = 306; +width = 276; } ); metricLeft = l; diff --git a/sources/MonaSans.glyphspackage/glyphs/iacute.glyph b/sources/MonaSans.glyphspackage/glyphs/iacute.glyph index 4f8e2b7b..609af978 100644 --- a/sources/MonaSans.glyphspackage/glyphs/iacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/iacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = iacute; -kernLeft = i; -kernRight = jacute; +kernLeft = KO_i; +kernRight = KO_jacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (4,-137); ref = acutecomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (49,-155); +pos = (27,-155); ref = acutecomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (38,-134); +pos = (37,-129); ref = acutecomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (27,-155); +pos = (48,-155); ref = acutecomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (37,-129); +pos = (41,-134); ref = acutecomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-24,-137); ref = acutecomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (9,-129); ref = acutecomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (15,-156); +ref = acutecomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (3,-137); +ref = acutecomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (42,-155); +ref = acutecomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (35,-134); +ref = acutecomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (27,-155); +ref = acutecomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (37,-129); +ref = acutecomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-13,-156); +ref = acutecomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-24,-137); +ref = acutecomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (15,-155); +ref = acutecomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (13,-134); +ref = acutecomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-5,-155); +ref = acutecomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (9,-129); +ref = acutecomb; +} +); +width = 276; } ); unicode = 237; diff --git a/sources/MonaSans.glyphspackage/glyphs/ibreve.glyph b/sources/MonaSans.glyphspackage/glyphs/ibreve.glyph index 545713f9..e3d504c9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ibreve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ibreve.glyph @@ -26,59 +26,59 @@ pos = (-79,-137); ref = brevecomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (-64,-161); +pos = (-89,-155); ref = brevecomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (-69,-134); +pos = (-85,-129); ref = brevecomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (-89,-155); +pos = (-63,-161); ref = brevecomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (-85,-129); +pos = (-60,-134); ref = brevecomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +104,7 @@ pos = (-109,-137); ref = brevecomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +156,167 @@ pos = (-113,-134); ref = brevecomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-53,-156); +ref = brevecomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-80,-137); +ref = brevecomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-71,-161); +ref = brevecomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-72,-134); +ref = brevecomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-89,-155); +ref = brevecomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-85,-129); +ref = brevecomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-86,-156); +ref = brevecomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-109,-137); +ref = brevecomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-99,-155); +ref = brevecomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-104,-134); +ref = brevecomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-127,-155); +ref = brevecomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-113,-134); +ref = brevecomb; +} +); +width = 276; } ); unicode = 301; diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/icircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/icaron.glyph similarity index 51% rename from sources/MonaSansDisplay.glyphspackage/glyphs/icircumflex.glyph rename to sources/MonaSans.glyphspackage/glyphs/icaron.glyph index 2dca782d..a833bc46 100644 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/icircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/icaron.glyph @@ -1,7 +1,5 @@ { -color = 6; -glyphname = icircumflex; -kernLeft = KO_icircumflex; +glyphname = icaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -11,7 +9,7 @@ ref = idotless; }, { pos = (-54,-156); -ref = circumflexcomb; +ref = caroncomb; } ); width = 149; @@ -24,10 +22,36 @@ ref = idotless; }, { pos = (-101,-137); -ref = circumflexcomb; +ref = caroncomb; } ); -width = 231; +width = 247; +}, +{ +layerId = m019; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-59,-155); +ref = caroncomb; +} +); +width = 207; +}, +{ +layerId = m020; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-88,-134); +ref = caroncomb; +} +); +width = 303; }, { layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -37,7 +61,7 @@ ref = idotless; }, { pos = (-94,-155); -ref = circumflexcomb; +ref = caroncomb; } ); width = 169; @@ -50,197 +74,245 @@ ref = idotless; }, { pos = (-137,-129); -ref = circumflexcomb; +ref = caroncomb; } ); -width = 307; +width = 319; }, { -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { ref = idotless; }, { -pos = (-58,-156); -ref = circumflexcomb; +pos = (-86,-156); +ref = caroncomb; } ); -width = 102; +width = 151; }, { -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { ref = idotless; }, { -pos = (-102,-137); -ref = circumflexcomb; +pos = (-125,-137); +ref = caroncomb; } ); -width = 209; +width = 245; }, { -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { ref = idotless; }, { -pos = (-67,-155); -ref = circumflexcomb; +pos = (-94,-155); +ref = caroncomb; } ); -width = 154; +width = 206; }, { -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { ref = idotless; }, { -pos = (-100,-134); -ref = circumflexcomb; +pos = (-126,-134); +ref = caroncomb; } ); -width = 251; +width = 302; }, { -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { -alignment = -1; ref = idotless; }, { -alignment = -1; -pos = (-94,-155); -ref = circumflexcomb; +pos = (-128,-155); +ref = caroncomb; } ); -width = 169; +width = 168; }, { -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { -alignment = -1; ref = idotless; }, { -alignment = -1; -pos = (-137,-129); -ref = circumflexcomb; +pos = (-165,-129); +ref = caroncomb; } ); -width = 307; +width = 318; }, { -layerId = m019; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { ref = idotless; }, { -pos = (-59,-155); -ref = circumflexcomb; +pos = (-58,-156); +ref = caroncomb; } ); -width = 207; +width = 102; }, { -layerId = m020; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { ref = idotless; }, { -pos = (-88,-134); -ref = circumflexcomb; +pos = (-102,-137); +ref = caroncomb; } ); -width = 303; +width = 209; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { ref = idotless; }, { -pos = (-87,-156); -ref = circumflexcomb; +pos = (-67,-155); +ref = caroncomb; } ); -width = 151; +width = 154; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { ref = idotless; }, { -pos = (-131,-137); -ref = circumflexcomb; +pos = (-100,-134); +ref = caroncomb; } ); -width = 229; +width = 251; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { ref = idotless; }, { -pos = (-95,-155); -ref = circumflexcomb; +pos = (-94,-155); +ref = caroncomb; } ); -width = 206; +width = 149; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-137,-129); +ref = caroncomb; +} +); +width = 287; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { ref = idotless; }, { -pos = (-121,-134); -ref = circumflexcomb; +pos = (-86,-156); +ref = caroncomb; } ); -width = 302; +width = 105; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-125,-137); +ref = caroncomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-94,-155); +ref = caroncomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-126,-134); +ref = caroncomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { ref = idotless; }, { pos = (-128,-155); -ref = circumflexcomb; +ref = caroncomb; } ); -width = 168; +width = 148; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = idotless; }, { -pos = (-167,-129); -ref = circumflexcomb; +pos = (-165,-129); +ref = caroncomb; } ); -width = 306; +width = 276; } ); -unicode = 238; +unicode = 464; } diff --git a/sources/MonaSans.glyphspackage/glyphs/icircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/icircumflex.glyph index 994dc078..9474d7f0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/icircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/icircumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = icircumflex; -kernLeft = icircumflex; -kernRight = icircumflex; +kernLeft = KO_icircumflex; +kernRight = KO_imacron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-101,-137); ref = circumflexcomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (-60,-155); +pos = (-94,-155); ref = circumflexcomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (-97,-134); +pos = (-137,-129); ref = circumflexcomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (-94,-155); +pos = (-59,-155); ref = circumflexcomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (-137,-129); +pos = (-88,-134); ref = circumflexcomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-131,-137); ref = circumflexcomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (-167,-129); ref = circumflexcomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-58,-156); +ref = circumflexcomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-102,-137); +ref = circumflexcomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-67,-155); +ref = circumflexcomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-100,-134); +ref = circumflexcomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-94,-155); +ref = circumflexcomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-137,-129); +ref = circumflexcomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-87,-156); +ref = circumflexcomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-131,-137); +ref = circumflexcomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-95,-155); +ref = circumflexcomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-121,-134); +ref = circumflexcomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-128,-155); +ref = circumflexcomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-167,-129); +ref = circumflexcomb; +} +); +width = 276; } ); unicode = 238; diff --git a/sources/MonaSans.glyphspackage/glyphs/idieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/idieresis.glyph index e5ffa759..89575566 100644 --- a/sources/MonaSans.glyphspackage/glyphs/idieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/idieresis.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = idieresis; +kernRight = KO_imacron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (-109,-137); ref = dieresiscomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (-58,-155); +pos = (-92,-155); ref = dieresiscomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (-93,-134); +pos = (-129,-134); ref = dieresiscomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (-92,-155); +pos = (-57,-155); ref = dieresiscomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (-129,-134); +pos = (-84,-134); ref = dieresiscomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (-146,-137); ref = dieresiscomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +157,167 @@ pos = (-160,-134); ref = dieresiscomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-47,-156); +ref = dieresiscomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-110,-137); +ref = dieresiscomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-65,-155); +ref = dieresiscomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-96,-134); +ref = dieresiscomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-92,-155); +ref = dieresiscomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-129,-134); +ref = dieresiscomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-81,-156); +ref = dieresiscomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-146,-137); +ref = dieresiscomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-90,-155); +ref = dieresiscomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-121,-134); +ref = dieresiscomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-124,-155); +ref = dieresiscomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-160,-134); +ref = dieresiscomb; +} +); +width = 276; } ); unicode = 239; diff --git a/sources/MonaSans.glyphspackage/glyphs/idieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/idieresis.ss01.glyph index 9116a7e6..f19dc472 100644 --- a/sources/MonaSans.glyphspackage/glyphs/idieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/idieresis.ss01.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = idieresis.ss01; +kernRight = KO_imacron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (-108,-137); ref = dieresiscomb.ss01; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (-31,-155); +pos = (-59,-155); ref = dieresiscomb.ss01; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (-81,-134); +pos = (-107,-134); ref = dieresiscomb.ss01; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (-59,-155); +pos = (-32,-155); ref = dieresiscomb.ss01; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (-107,-134); +pos = (-72,-134); ref = dieresiscomb.ss01; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (-138,-137); ref = dieresiscomb.ss01; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +157,167 @@ pos = (-131,-134); ref = dieresiscomb.ss01; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-36,-156); +ref = dieresiscomb.ss01; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-109,-137); +ref = dieresiscomb.ss01; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-38,-155); +ref = dieresiscomb.ss01; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-84,-134); +ref = dieresiscomb.ss01; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-59,-155); +ref = dieresiscomb.ss01; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-107,-134); +ref = dieresiscomb.ss01; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-68,-156); +ref = dieresiscomb.ss01; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-138,-137); +ref = dieresiscomb.ss01; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-68,-155); +ref = dieresiscomb.ss01; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-105,-134); +ref = dieresiscomb.ss01; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-87,-155); +ref = dieresiscomb.ss01; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-131,-134); +ref = dieresiscomb.ss01; +} +); +width = 276; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/idotaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/idotaccent.glyph index 662a38b7..e0fa4e73 100644 --- a/sources/MonaSans.glyphspackage/glyphs/idotaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/idotaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = idotaccent; -kernLeft = i; -kernRight = i; +kernLeft = KO_i; +kernRight = KO_i.ss01; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-18,-137); ref = dotaccentcomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (32,-155); +pos = (13,-155); ref = dotaccentcomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (13,-134); +pos = (-4,-129); ref = dotaccentcomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (13,-155); +pos = (31,-133); ref = dotaccentcomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (-4,-129); +pos = (18,-120); ref = dotaccentcomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-47,-137); ref = dotaccentcomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (-35,-129); ref = dotaccentcomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (8,-151); +ref = dotaccentcomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-19,-137); +ref = dotaccentcomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (25,-150); +ref = dotaccentcomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (10,-134); +ref = dotaccentcomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (13,-155); +ref = dotaccentcomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-4,-129); +ref = dotaccentcomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-26,-156); +ref = dotaccentcomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-47,-137); +ref = dotaccentcomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (0,-155); +ref = dotaccentcomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-17,-134); +ref = dotaccentcomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-19,-155); +ref = dotaccentcomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-35,-129); +ref = dotaccentcomb; +} +); +width = 276; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/idotaccent.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/idotaccent.ss01.glyph index 7571f830..3b38463b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/idotaccent.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/idotaccent.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = idotaccent.ss01; -kernLeft = i; -kernRight = i; +kernLeft = KO_i; +kernRight = KO_i.ss01; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-13,-137); ref = dotaccentcomb.ss01; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (45,-155); +pos = (26,-155); ref = dotaccentcomb.ss01; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (14,-134); +pos = (3,-129); ref = dotaccentcomb.ss01; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (26,-155); +pos = (44,-155); ref = dotaccentcomb.ss01; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (3,-129); +pos = (17,-134); ref = dotaccentcomb.ss01; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-41,-137); ref = dotaccentcomb.ss01; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (-26,-134); ref = dotaccentcomb.ss01; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (16,-156); +ref = dotaccentcomb.ss01; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-14,-137); +ref = dotaccentcomb.ss01; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (38,-155); +ref = dotaccentcomb.ss01; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (11,-134); +ref = dotaccentcomb.ss01; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (26,-155); +ref = dotaccentcomb.ss01; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (3,-129); +ref = dotaccentcomb.ss01; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-12,-156); +ref = dotaccentcomb.ss01; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-41,-137); +ref = dotaccentcomb.ss01; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (13,-155); +ref = dotaccentcomb.ss01; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-12,-134); +ref = dotaccentcomb.ss01; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-6,-155); +ref = dotaccentcomb.ss01; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-26,-134); +ref = dotaccentcomb.ss01; +} +); +width = 276; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/idotbelow.dotless.glyph b/sources/MonaSans.glyphspackage/glyphs/idotbelow.dotless.glyph index 1af5afb4..344d4869 100644 --- a/sources/MonaSans.glyphspackage/glyphs/idotbelow.dotless.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/idotbelow.dotless.glyph @@ -26,59 +26,59 @@ pos = (-2,0); ref = dotbelowcomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (32,0); +pos = (13,0); ref = dotbelowcomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (25,0); +pos = (1,0); ref = dotbelowcomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (13,0); +pos = (31,0); ref = dotbelowcomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (1,0); +pos = (30,0); ref = dotbelowcomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +104,7 @@ pos = (-7,0); ref = dotbelowcomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -155,7 +155,166 @@ ref = idotless; ref = dotbelowcomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (8,0); +ref = dotbelowcomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-3,0); +ref = dotbelowcomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (25,0); +ref = dotbelowcomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (22,0); +ref = dotbelowcomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (13,0); +ref = dotbelowcomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (1,0); +ref = dotbelowcomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (12,0); +ref = dotbelowcomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-7,0); +ref = dotbelowcomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (31,0); +ref = dotbelowcomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (23,0); +ref = dotbelowcomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (13,0); +ref = dotbelowcomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +ref = dotbelowcomb; +} +); +width = 276; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/idotbelow.dotless.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/idotbelow.dotless.ss01.glyph index d1959622..ff374c21 100644 --- a/sources/MonaSans.glyphspackage/glyphs/idotbelow.dotless.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/idotbelow.dotless.ss01.glyph @@ -26,59 +26,59 @@ pos = (-13,0); ref = dotbelowcomb.ss01; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (45,0); +pos = (26,0); ref = dotbelowcomb.ss01; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (14,0); +pos = (13,0); ref = dotbelowcomb.ss01; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (26,0); +pos = (44,0); ref = dotbelowcomb.ss01; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (13,0); +pos = (17,0); ref = dotbelowcomb.ss01; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +104,7 @@ pos = (-16,0); ref = dotbelowcomb.ss01; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +156,167 @@ pos = (14,0); ref = dotbelowcomb.ss01; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (16,0); +ref = dotbelowcomb.ss01; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-14,0); +ref = dotbelowcomb.ss01; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (38,0); +ref = dotbelowcomb.ss01; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (11,0); +ref = dotbelowcomb.ss01; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (26,0); +ref = dotbelowcomb.ss01; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (13,0); +ref = dotbelowcomb.ss01; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (20,0); +ref = dotbelowcomb.ss01; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-16,0); +ref = dotbelowcomb.ss01; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (44,0); +ref = dotbelowcomb.ss01; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (14,0); +ref = dotbelowcomb.ss01; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (24,0); +ref = dotbelowcomb.ss01; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (14,0); +ref = dotbelowcomb.ss01; +} +); +width = 276; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/idotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/idotbelow.glyph index 115a8a58..4bc954d6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/idotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/idotbelow.glyph @@ -1,6 +1,8 @@ { color = 6; glyphname = idotbelow; +kernLeft = KO_i; +kernRight = KO_i; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +28,59 @@ pos = (-2,0); ref = dotbelowcomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = i; }, { -pos = (32,0); +pos = (13,0); ref = dotbelowcomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = i; }, { -pos = (25,0); +pos = (1,0); ref = dotbelowcomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = i; }, { -pos = (13,0); +pos = (31,0); ref = dotbelowcomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = i; }, { -pos = (1,0); +pos = (30,0); ref = dotbelowcomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +106,7 @@ pos = (-7,0); ref = dotbelowcomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -155,7 +157,162 @@ ref = i; ref = dotbelowcomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = i; +}, +{ +pos = (8,0); +ref = dotbelowcomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = i; +}, +{ +pos = (-3,0); +ref = dotbelowcomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = i; +}, +{ +pos = (25,0); +ref = dotbelowcomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = i; +}, +{ +pos = (22,0); +ref = dotbelowcomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = i; +}, +{ +pos = (13,0); +ref = dotbelowcomb; +} +); +width = 149; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = i; +}, +{ +pos = (1,0); +ref = dotbelowcomb; +} +); +width = 287; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = i; +}, +{ +pos = (12,0); +ref = dotbelowcomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = i; +}, +{ +pos = (-7,0); +ref = dotbelowcomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = i; +}, +{ +pos = (31,0); +ref = dotbelowcomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = i; +}, +{ +pos = (23,0); +ref = dotbelowcomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = i; +}, +{ +pos = (13,0); +ref = dotbelowcomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = i; +}, +{ +ref = dotbelowcomb; +} +); +width = 276; } ); unicode = 7883; diff --git a/sources/MonaSans.glyphspackage/glyphs/idotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/idotbelow.ss01.glyph index 7d0eccdb..d479fc13 100644 --- a/sources/MonaSans.glyphspackage/glyphs/idotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/idotbelow.ss01.glyph @@ -1,6 +1,8 @@ { color = 6; glyphname = idotbelow.ss01; +kernLeft = KO_i; +kernRight = KO_i.ss01; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -29,56 +31,56 @@ ref = dotbelowcomb.ss01; width = 231; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = i.ss01; }, { -pos = (45,0); +pos = (26,0); ref = dotbelowcomb.ss01; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = i.ss01; }, { -pos = (14,0); +pos = (13,0); ref = dotbelowcomb.ss01; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = i.ss01; }, { -pos = (26,0); +pos = (44,0); ref = dotbelowcomb.ss01; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = i.ss01; }, { -pos = (13,0); +pos = (17,0); ref = dotbelowcomb.ss01; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +106,7 @@ pos = (-16,0); ref = dotbelowcomb.ss01; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +159,166 @@ ref = dotbelowcomb.ss01; } ); width = 306; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = i.ss01; +}, +{ +pos = (16,0); +ref = dotbelowcomb.ss01; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = i.ss01; +}, +{ +pos = (-14,0); +ref = dotbelowcomb.ss01; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = i.ss01; +}, +{ +pos = (38,0); +ref = dotbelowcomb.ss01; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = i.ss01; +}, +{ +pos = (11,0); +ref = dotbelowcomb.ss01; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = i.ss01; +}, +{ +alignment = -1; +pos = (26,0); +ref = dotbelowcomb.ss01; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = i.ss01; +}, +{ +alignment = -1; +pos = (13,0); +ref = dotbelowcomb.ss01; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = i.ss01; +}, +{ +pos = (20,0); +ref = dotbelowcomb.ss01; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = i.ss01; +}, +{ +pos = (-16,0); +ref = dotbelowcomb.ss01; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = i.ss01; +}, +{ +pos = (44,0); +ref = dotbelowcomb.ss01; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = i.ss01; +}, +{ +pos = (14,0); +ref = dotbelowcomb.ss01; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = i.ss01; +}, +{ +pos = (24,0); +ref = dotbelowcomb.ss01; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = i.ss01; +}, +{ +pos = (14,0); +ref = dotbelowcomb.ss01; +} +); +width = 276; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/idotless.glyph b/sources/MonaSans.glyphspackage/glyphs/idotless.glyph index 16ac8848..c56d8e41 100644 --- a/sources/MonaSans.glyphspackage/glyphs/idotless.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/idotless.glyph @@ -1,7 +1,7 @@ { glyphname = idotless; -kernLeft = n; -kernRight = a; +kernLeft = KO_n; +kernRight = KO_a; layers = ( { anchors = ( @@ -36,15 +36,15 @@ width = 149; anchors = ( { name = bottom; -pos = (116,0); +pos = (124,0); }, { name = ogonek; -pos = (204,0); +pos = (212,0); }, { name = top; -pos = (116,541); +pos = (124,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -52,130 +52,130 @@ shapes = ( { closed = 1; nodes = ( -(204,0,l), -(204,541,l), -(27,541,l), -(27,0,l) +(212,0,l), +(212,541,l), +(35,541,l), +(35,0,l) ); } ); -width = 231; +width = 247; }, { anchors = ( { name = bottom; -pos = (104,0); +pos = (85,0); }, { name = ogonek; -pos = (122,0); +pos = (103,0); }, { name = top; -pos = (104,517); +pos = (85,517); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(122,0,l), -(122,517,l), -(85,517,l), -(85,0,l) +(103,0,l), +(103,517,l), +(66,517,l), +(66,0,l) ); } ); -width = 207; +width = 169; }, { anchors = ( { name = bottom; -pos = (150,0); +pos = (160,0); }, { name = ogonek; -pos = (245,0); +pos = (270,0); }, { name = top; -pos = (150,544); +pos = (160,544); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(245,0,l), -(245,544,l), -(54,544,l), -(54,0,l) +(270,0,l), +(270,544,l), +(49,544,l), +(49,0,l) ); } ); -width = 299; +width = 319; }, { anchors = ( { name = bottom; -pos = (85,0); +pos = (104,0); }, { name = ogonek; -pos = (103,0); +pos = (122,0); }, { name = top; -pos = (85,517); +pos = (104,517); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(103,0,l), -(103,517,l), -(66,517,l), -(66,0,l) +(122,0,l), +(122,517,l), +(85,517,l), +(85,0,l) ); } ); -width = 169; +width = 207; }, { anchors = ( { name = bottom; -pos = (154,0); +pos = (151,0); }, { name = ogonek; -pos = (264,0); +pos = (247,0); }, { name = top; -pos = (154,544); +pos = (151,544); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(264,0,l), -(264,544,l), -(43,544,l), -(43,0,l) +(247,0,l), +(247,544,l), +(56,544,l), +(56,0,l) ); } ); -width = 307; +width = 303; }, { anchors = ( @@ -210,15 +210,15 @@ width = 151; anchors = ( { name = bottom; -pos = (58,0); +pos = (66,0); }, { name = ogonek; -pos = (146,0); +pos = (154,0); }, { name = top; -pos = (171,541); +pos = (179,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -226,14 +226,14 @@ shapes = ( { closed = 1; nodes = ( -(146,0,l), -(259,541,l), -(83,541,l), -(-30,0,l) +(154,0,l), +(267,541,l), +(91,541,l), +(-22,0,l) ); } ); -width = 229; +width = 245; }, { anchors = ( @@ -326,15 +326,15 @@ width = 168; anchors = ( { name = bottom; -pos = (97,0); +pos = (103,0); }, { name = ogonek; -pos = (206,0); +pos = (212,0); }, { name = top; -pos = (209,544); +pos = (215,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -342,17 +342,365 @@ shapes = ( { closed = 1; nodes = ( -(206,0,l), -(319,544,l), -(100,544,l), -(-13,0,l) +(212,0,l), +(325,544,l), +(106,544,l), +(-7,0,l) +); +} +); +width = 318; +}, +{ +anchors = ( +{ +name = bottom; +pos = (51,0); +}, +{ +name = ogonek; +pos = (65,0); +}, +{ +name = top; +pos = (51,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,0,l), +(66,516,l), +(36,516,l), +(36,0,l) +); +} +); +width = 102; +}, +{ +anchors = ( +{ +name = bottom; +pos = (105,0); +}, +{ +name = ogonek; +pos = (193,0); +}, +{ +name = top; +pos = (105,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,0,l), +(193,541,l), +(16,541,l), +(16,0,l) +); +} +); +width = 209; +}, +{ +anchors = ( +{ +name = bottom; +pos = (77,0); +}, +{ +name = ogonek; +pos = (95,0); +}, +{ +name = top; +pos = (77,517); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(95,517,l), +(59,517,l), +(59,0,l) +); +} +); +width = 154; +}, +{ +anchors = ( +{ +name = bottom; +pos = (126,0); +}, +{ +name = ogonek; +pos = (221,0); +}, +{ +name = top; +pos = (126,544); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,0,l), +(221,544,l), +(30,544,l), +(30,0,l) +); +} +); +width = 251; +}, +{ +anchors = ( +{ +name = bottom; +pos = (75,0); +}, +{ +name = ogonek; +pos = (93,0); +}, +{ +name = top; +pos = (75,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(93,0,l), +(93,517,l), +(56,517,l), +(56,0,l) +); +} +); +width = 149; +}, +{ +anchors = ( +{ +name = bottom; +pos = (144,0); +}, +{ +name = ogonek; +pos = (254,0); +}, +{ +name = top; +pos = (144,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(254,0,l), +(254,544,l), +(33,544,l), +(33,0,l) +); +} +); +width = 287; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-1,0); +}, +{ +name = ogonek; +pos = (13,0); +}, +{ +name = top; +pos = (105,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(13,0,l), +(121,516,l), +(92,516,l), +(-16,0,l) +); +} +); +width = 105; +}, +{ +anchors = ( +{ +name = bottom; +pos = (47,0); +}, +{ +name = ogonek; +pos = (135,0); +}, +{ +name = top; +pos = (160,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(135,0,l), +(248,541,l), +(72,541,l), +(-41,0,l) +); +} +); +width = 207; +}, +{ +anchors = ( +{ +name = bottom; +pos = (25,0); +}, +{ +name = ogonek; +pos = (42,0); +}, +{ +name = top; +pos = (133,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(42,0,l), +(151,517,l), +(115,517,l), +(7,0,l) +); +} +); +width = 158; +}, +{ +anchors = ( +{ +name = bottom; +pos = (65,0); +}, +{ +name = ogonek; +pos = (160,0); +}, +{ +name = top; +pos = (179,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(275,544,l), +(83,544,l), +(-31,0,l) +); +} +); +width = 244; +}, +{ +anchors = ( +{ +name = bottom; +pos = (20,0); +}, +{ +name = ogonek; +pos = (38,0); +}, +{ +name = top; +pos = (128,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(38,0,l), +(146,517,l), +(110,517,l), +(2,0,l) +); +} +); +width = 148; +}, +{ +anchors = ( +{ +name = bottom; +pos = (82,0); +}, +{ +name = ogonek; +pos = (191,0); +}, +{ +name = top; +pos = (194,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,0,l), +(304,544,l), +(85,544,l), +(-28,0,l) ); } ); -width = 306; +width = 276; } ); -metricLeft = l; -metricRight = l; +metricLeft = n; +metricRight = "=|"; unicode = 305; } diff --git a/sources/MonaSans.glyphspackage/glyphs/igrave.glyph b/sources/MonaSans.glyphspackage/glyphs/igrave.glyph index fee16062..ad40ff78 100644 --- a/sources/MonaSans.glyphspackage/glyphs/igrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/igrave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = igrave; -kernLeft = igrave; -kernRight = i; +kernLeft = KO_i; +kernRight = KO_i.ss01; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-93,-137); ref = gravecomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (-30,-155); +pos = (-59,-155); ref = gravecomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (-59,-134); +pos = (-80,-129); ref = gravecomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (-59,-155); +pos = (-31,-155); ref = gravecomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (-80,-129); +pos = (-48,-134); ref = gravecomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-114,-137); ref = gravecomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (-108,-129); ref = gravecomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-63,-156); +ref = gravecomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-94,-137); +ref = gravecomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-37,-155); +ref = gravecomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-62,-134); +ref = gravecomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-59,-155); +ref = gravecomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-80,-129); +ref = gravecomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-90,-156); +ref = gravecomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-114,-137); +ref = gravecomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-62,-155); +ref = gravecomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-88,-134); +ref = gravecomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-92,-155); +ref = gravecomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-108,-129); +ref = gravecomb; +} +); +width = 276; } ); unicode = 236; diff --git a/sources/MonaSans.glyphspackage/glyphs/ihookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/ihookabove.glyph index bfbe3932..2dc30b75 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ihookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ihookabove.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = ihookabove; +kernLeft = KO_i; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (-23,-138); ref = hookabovecomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (-4,-155); +pos = (-23,-155); ref = hookabovecomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (-13,-134); +pos = (1,-134); ref = hookabovecomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (-23,-155); +pos = (-5,-155); ref = hookabovecomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (1,-134); +pos = (-5,-134); ref = hookabovecomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (-60,-139); ref = hookabovecomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +157,167 @@ pos = (-43,-137); ref = hookabovecomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-10,-156); +ref = hookabovecomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-24,-138); +ref = hookabovecomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-11,-155); +ref = hookabovecomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-16,-134); +ref = hookabovecomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-23,-155); +ref = hookabovecomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (1,-134); +ref = hookabovecomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-61,-157); +ref = hookabovecomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-60,-139); +ref = hookabovecomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-32,-156); +ref = hookabovecomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-47,-135); +ref = hookabovecomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-50,-156); +ref = hookabovecomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-43,-137); +ref = hookabovecomb; +} +); +width = 276; } ); unicode = 7881; diff --git a/sources/MonaSans.glyphspackage/glyphs/ij.glyph b/sources/MonaSans.glyphspackage/glyphs/ij.glyph index 4191e0a7..b7e6247b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ij.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ij.glyph @@ -1,7 +1,6 @@ { color = 6; glyphname = ij; -kernRight = i; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -23,63 +22,63 @@ shapes = ( ref = i; }, { -pos = (231,0); +pos = (249,0); ref = j; } ); -width = 462; +width = 496; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = i; }, { -pos = (207,0); +pos = (172,0); ref = j; } ); -width = 414; +width = 341; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = i; }, { -pos = (309,0); +pos = (327,0); ref = j; } ); -width = 608; +width = 646; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = i; }, { -pos = (169,0); +pos = (209,0); ref = j; } ); -width = 338; +width = 417; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = i; }, { -pos = (325,0); +pos = (320,0); ref = j; } ); -width = 632; +width = 603; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -88,11 +87,11 @@ shapes = ( ref = i; }, { -pos = (149,0); +pos = (151,0); ref = j; } ); -width = 299; +width = 301; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -101,11 +100,11 @@ shapes = ( ref = i; }, { -pos = (229,0); +pos = (246,0); ref = j; } ); -width = 457; +width = 490; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -127,11 +126,11 @@ shapes = ( ref = i; }, { -pos = (309,0); +pos = (302,0); ref = j; } ); -width = 609; +width = 602; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -140,11 +139,11 @@ shapes = ( ref = i; }, { -pos = (168,0); +pos = (173,0); ref = j; } ); -width = 337; +width = 342; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -153,11 +152,169 @@ shapes = ( ref = i; }, { -pos = (323,0); +pos = (318,0); +ref = j; +} +); +width = 637; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = i; +}, +{ +pos = (89,0); +ref = j; +} +); +width = 206; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = i; +}, +{ +pos = (209,0); +ref = j; +} +); +width = 424; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = i; +}, +{ +pos = (156,0); +ref = j; +} +); +width = 320; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = i; +}, +{ +alignment = -1; +pos = (261,0); +ref = j; +} +); +width = 539; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = i; +}, +{ +pos = (149,0); +ref = j; +} +); +width = 303; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = i; +}, +{ +pos = (287,0); +ref = j; +} +); +width = 579; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = i; +}, +{ +pos = (103,0); +ref = j; +} +); +width = 207; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = i; +}, +{ +pos = (209,0); +ref = j; +} +); +width = 415; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = i; +}, +{ +pos = (164,0); +ref = j; +} +); +width = 322; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = i; +}, +{ +pos = (244,0); +ref = j; +} +); +width = 486; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = i; +}, +{ +pos = (150,0); +ref = j; +} +); +width = 299; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = i; +}, +{ +pos = (276,0); ref = j; } ); -width = 630; +width = 553; } ); unicode = 307; diff --git a/sources/MonaSans.glyphspackage/glyphs/imacron.glyph b/sources/MonaSans.glyphspackage/glyphs/imacron.glyph index f4dcf241..bc181e05 100644 --- a/sources/MonaSans.glyphspackage/glyphs/imacron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/imacron.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = imacron; -kernLeft = imacron; +kernLeft = KO_imacron; +kernRight = KO_imacron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-78,-139); ref = macroncomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (-96,-155); +pos = (-143,-154); ref = macroncomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (-92,-134); +pos = (-110,-129); ref = macroncomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (-143,-154); +pos = (-95,-155); ref = macroncomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (-110,-129); +pos = (-83,-134); ref = macroncomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-108,-139); ref = macroncomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,167 @@ pos = (-139,-129); ref = macroncomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-66,-155); +ref = macroncomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-79,-139); +ref = macroncomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-103,-155); +ref = macroncomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-95,-134); +ref = macroncomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-143,-154); +ref = macroncomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-110,-129); +ref = macroncomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-95,-155); +ref = macroncomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-108,-139); +ref = macroncomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-129,-155); +ref = macroncomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-100,-134); +ref = macroncomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-176,-154); +ref = macroncomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-139,-129); +ref = macroncomb; +} +); +width = 276; } ); unicode = 299; diff --git a/sources/MonaSans.glyphspackage/glyphs/infinity.glyph b/sources/MonaSans.glyphspackage/glyphs/infinity.glyph index 01b75390..9025106a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/infinity.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/infinity.glyph @@ -7,68 +7,68 @@ shapes = ( { closed = 1; nodes = ( -(331,121,o), -(402,166,o), -(443,234,c), -(486,166,o), -(554,121,o), -(643,121,cs), -(772,121,o), -(877,216,o), -(877,362,cs), -(877,504,o), -(774,608,o), -(642,608,cs), -(553,608,o), -(484,555,o), -(443,490,c), -(403,555,o), -(333,608,o), -(245,608,cs), -(113,608,o), -(11,504,o), -(11,362,cs), -(11,216,o), -(115,121,o), -(244,121,cs) +(339,121,o), +(410,166,o), +(451,234,c), +(494,166,o), +(562,121,o), +(651,121,cs), +(780,121,o), +(885,216,o), +(885,362,cs), +(885,504,o), +(782,608,o), +(650,608,cs), +(561,608,o), +(492,555,o), +(451,490,c), +(411,555,o), +(341,608,o), +(253,608,cs), +(121,608,o), +(19,504,o), +(19,362,cs), +(19,216,o), +(123,121,o), +(252,121,cs) ); }, { closed = 1; nodes = ( -(214,297,o), -(190,329,o), -(190,366,cs), -(190,402,o), -(215,433,o), -(257,433,cs), -(302,433,o), -(338,397,o), -(358,366,c), -(337,334,o), -(302,297,o), -(257,297,cs) +(222,297,o), +(198,329,o), +(198,366,cs), +(198,402,o), +(223,433,o), +(265,433,cs), +(310,433,o), +(346,397,o), +(366,366,c), +(345,334,o), +(310,297,o), +(265,297,cs) ); }, { closed = 1; nodes = ( -(586,297,o), -(551,332,o), -(530,366,c), -(549,397,o), -(585,433,o), -(629,433,cs), -(671,433,o), -(696,402,o), -(696,366,cs), -(696,329,o), -(671,297,o), -(629,297,cs) +(594,297,o), +(559,332,o), +(538,366,c), +(557,397,o), +(593,433,o), +(637,433,cs), +(679,433,o), +(704,402,o), +(704,366,cs), +(704,329,o), +(679,297,o), +(637,297,cs) ); } ); -width = 888; +width = 904; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -140,69 +140,207 @@ nodes = ( width = 795; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(330,154,o), +(394,243,o), +(448,340,c), +(507,234,o), +(568,154,o), +(674,154,cs), +(791,154,o), +(856,257,o), +(856,364,cs), +(856,475,o), +(791,576,o), +(674,576,cs), +(563,576,o), +(503,486,o), +(448,391,c), +(394,486,o), +(333,576,o), +(223,576,cs), +(107,576,o), +(38,477,o), +(38,364,cs), +(38,246,o), +(107,154,o), +(224,154,cs) +); +}, +{ +closed = 1; +nodes = ( +(133,186,o), +(71,256,o), +(71,364,cs), +(71,467,o), +(131,543,o), +(221,543,cs), +(303,543,o), +(355,485,o), +(428,365,c), +(355,241,o), +(299,186,o), +(222,186,cs) +); +}, +{ +closed = 1; +nodes = ( +(589,186,o), +(542,245,o), +(467,365,c), +(541,483,o), +(590,543,o), +(674,543,cs), +(764,543,o), +(826,466,o), +(826,364,cs), +(826,265,o), +(764,186,o), +(674,186,cs) +); +} +); +width = 894; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,107,o), +(423,152,o), +(465,222,c), +(509,151,o), +(581,107,o), +(669,107,cs), +(815,107,o), +(914,208,o), +(914,361,cs), +(914,517,o), +(814,622,o), +(668,622,cs), +(578,622,o), +(506,567,o), +(465,500,c), +(422,571,o), +(348,622,o), +(263,622,cs), +(117,622,o), +(18,517,o), +(18,361,cs), +(18,208,o), +(117,107,o), +(261,107,cs) +); +}, +{ +closed = 1; +nodes = ( +(235,299,o), +(213,331,o), +(213,366,cs), +(213,401,o), +(236,431,o), +(276,431,cs), +(320,431,o), +(356,394,o), +(373,366,c), +(349,328,o), +(314,299,o), +(276,299,cs) +); +}, +{ +closed = 1; +nodes = ( +(612,299,o), +(577,335,o), +(559,366,c), +(574,393,o), +(610,431,o), +(654,431,cs), +(693,431,o), +(717,401,o), +(717,366,cs), +(717,332,o), +(694,299,o), +(654,299,cs) +); +} +); +width = 932; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(337,167,o), -(397,248,o), -(449,337,c), -(504,242,o), -(562,167,o), -(665,167,cs), -(777,167,o), -(841,262,o), -(841,364,cs), -(841,469,o), -(777,563,o), -(665,563,cs), -(559,563,o), -(501,481,o), -(449,394,c), -(397,481,o), -(339,563,o), -(234,563,cs), -(122,563,o), -(55,471,o), -(55,364,cs), -(55,253,o), -(122,167,o), -(235,167,cs) -); -}, -{ -closed = 1; -nodes = ( -(149,202,o), -(91,266,o), -(91,364,cs), -(91,458,o), -(148,527,o), -(233,527,cs), -(311,527,o), -(359,473,o), -(427,365,c), -(359,253,o), -(307,202,o), -(234,202,cs) -); -}, -{ -closed = 1; -nodes = ( -(585,202,o), -(539,256,o), -(470,365,c), -(538,472,o), -(585,527,o), -(664,527,cs), -(749,527,o), -(807,457,o), -(807,364,cs), -(807,273,o), -(749,202,o), -(664,202,cs) +(334,167,o), +(392,248,o), +(444,337,c), +(497,242,o), +(553,167,o), +(654,167,cs), +(764,167,o), +(828,262,o), +(828,364,cs), +(828,469,o), +(764,563,o), +(654,563,cs), +(550,563,o), +(494,481,o), +(444,394,c), +(392,481,o), +(336,563,o), +(233,563,cs), +(123,563,o), +(56,471,o), +(56,364,cs), +(56,253,o), +(123,167,o), +(234,167,cs) +); +}, +{ +closed = 1; +nodes = ( +(150,202,o), +(92,266,o), +(92,364,cs), +(92,458,o), +(149,527,o), +(232,527,cs), +(308,527,o), +(354,473,o), +(422,365,c), +(354,253,o), +(304,202,o), +(233,202,cs) +); +}, +{ +closed = 1; +nodes = ( +(576,202,o), +(532,256,o), +(463,365,c), +(531,472,o), +(576,527,o), +(653,527,cs), +(738,527,o), +(794,457,o), +(794,364,cs), +(794,273,o), +(738,202,o), +(653,202,cs) ); } ); @@ -266,214 +404,76 @@ type = Stem; } ); }; -width = 896; +width = 883; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(344,121,o), -(415,166,o), -(456,234,c), -(499,166,o), -(567,121,o), -(656,121,cs), -(785,121,o), -(890,216,o), -(890,362,cs), -(890,504,o), -(787,608,o), -(655,608,cs), -(566,608,o), -(497,555,o), -(456,490,c), -(416,555,o), -(346,608,o), -(258,608,cs), -(126,608,o), -(24,504,o), -(24,362,cs), -(24,216,o), -(128,121,o), -(257,121,cs) -); -}, -{ -closed = 1; -nodes = ( -(227,297,o), -(203,329,o), -(203,366,cs), -(203,402,o), -(228,433,o), -(270,433,cs), -(315,433,o), -(351,397,o), -(371,366,c), -(350,334,o), -(315,297,o), -(270,297,cs) -); -}, -{ -closed = 1; -nodes = ( -(599,297,o), -(564,332,o), -(543,366,c), -(562,397,o), -(598,433,o), -(642,433,cs), -(684,433,o), -(709,402,o), -(709,366,cs), -(709,329,o), -(684,297,o), -(642,297,cs) -); -} -); -width = 914; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(330,154,o), -(394,243,o), -(448,340,c), -(507,234,o), -(568,154,o), -(674,154,cs), -(791,154,o), -(856,257,o), -(856,364,cs), -(856,475,o), -(791,576,o), -(674,576,cs), -(563,576,o), -(503,486,o), -(448,391,c), -(394,486,o), -(333,576,o), -(223,576,cs), -(107,576,o), -(38,477,o), -(38,364,cs), -(38,246,o), -(107,154,o), -(224,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,186,o), -(71,256,o), -(71,364,cs), -(71,467,o), -(131,543,o), -(221,543,cs), -(303,543,o), -(355,485,o), -(428,365,c), -(355,241,o), -(299,186,o), -(222,186,cs) +(336,121,o), +(405,165,o), +(446,234,c), +(487,166,o), +(554,121,o), +(641,121,cs), +(766,121,o), +(870,216,o), +(870,362,cs), +(870,504,o), +(768,608,o), +(640,608,cs), +(553,608,o), +(486,556,o), +(446,490,c), +(406,556,o), +(338,608,o), +(252,608,cs), +(123,608,o), +(23,503,o), +(23,362,cs), +(23,216,o), +(126,121,o), +(251,121,cs) ); }, { closed = 1; nodes = ( -(589,186,o), -(542,245,o), -(467,365,c), -(541,483,o), -(590,543,o), -(674,543,cs), -(764,543,o), -(826,466,o), -(826,364,cs), -(826,265,o), -(764,186,o), -(674,186,cs) +(223,297,o), +(200,329,o), +(200,366,cs), +(200,402,o), +(224,433,o), +(264,433,cs), +(308,433,o), +(343,397,o), +(361,366,c), +(342,334,o), +(308,297,o), +(264,297,cs) ); -} -); -width = 894; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ closed = 1; nodes = ( -(344,107,o), -(417,152,o), -(459,222,c), -(503,151,o), -(575,107,o), -(663,107,cs), -(809,107,o), -(908,208,o), -(908,361,cs), -(908,517,o), -(808,622,o), -(662,622,cs), -(572,622,o), -(500,567,o), -(459,500,c), -(416,571,o), -(342,622,o), -(257,622,cs), -(111,622,o), -(12,517,o), -(12,361,cs), -(12,208,o), -(111,107,o), -(255,107,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,299,o), -(207,331,o), -(207,366,cs), -(207,401,o), -(230,431,o), -(270,431,cs), -(314,431,o), -(350,394,o), -(367,366,c), -(343,328,o), -(308,299,o), -(270,299,cs) -); -}, -{ -closed = 1; -nodes = ( -(606,299,o), -(571,335,o), -(553,366,c), -(568,393,o), -(604,431,o), -(648,431,cs), -(687,431,o), -(711,401,o), -(711,366,cs), -(711,332,o), -(688,299,o), -(648,299,cs) +(585,297,o), +(551,332,o), +(532,366,c), +(549,397,o), +(584,433,o), +(627,433,cs), +(667,433,o), +(691,402,o), +(691,366,cs), +(691,329,o), +(667,297,o), +(627,297,cs) ); } ); -width = 920; +width = 892; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -550,68 +550,68 @@ shapes = ( { closed = 1; nodes = ( -(356,121,o), -(427,166,o), -(468,234,c), -(511,166,o), -(579,121,o), -(668,121,cs), -(797,121,o), -(902,216,o), -(902,362,cs), -(902,504,o), -(799,608,o), -(667,608,cs), -(578,608,o), -(509,555,o), -(468,490,c), -(428,555,o), -(358,608,o), -(270,608,cs), -(138,608,o), -(36,504,o), -(36,362,cs), -(36,216,o), -(140,121,o), -(269,121,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,297,o), -(215,329,o), -(215,366,cs), -(215,402,o), -(240,433,o), -(282,433,cs), -(327,433,o), -(363,397,o), -(383,366,c), -(362,334,o), -(327,297,o), -(282,297,cs) -); -}, -{ -closed = 1; -nodes = ( -(611,297,o), -(576,332,o), -(555,366,c), -(574,397,o), -(610,433,o), -(654,433,cs), -(696,433,o), -(721,402,o), -(721,366,cs), -(721,329,o), -(696,297,o), -(654,297,cs) +(364,121,o), +(435,166,o), +(476,234,c), +(519,166,o), +(587,121,o), +(676,121,cs), +(805,121,o), +(910,216,o), +(910,362,cs), +(910,504,o), +(807,608,o), +(675,608,cs), +(586,608,o), +(517,555,o), +(476,490,c), +(436,555,o), +(366,608,o), +(278,608,cs), +(146,608,o), +(44,504,o), +(44,362,cs), +(44,216,o), +(148,121,o), +(277,121,cs) +); +}, +{ +closed = 1; +nodes = ( +(247,297,o), +(223,329,o), +(223,366,cs), +(223,402,o), +(248,433,o), +(290,433,cs), +(335,433,o), +(371,397,o), +(391,366,c), +(370,334,o), +(335,297,o), +(290,297,cs) +); +}, +{ +closed = 1; +nodes = ( +(619,297,o), +(584,332,o), +(563,366,c), +(582,397,o), +(618,433,o), +(662,433,cs), +(704,433,o), +(729,402,o), +(729,366,cs), +(729,329,o), +(704,297,o), +(662,297,cs) ); } ); -width = 900; +width = 916; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -826,68 +826,956 @@ shapes = ( { closed = 1; nodes = ( -(368,107,o), -(441,152,o), -(483,222,c), -(527,151,o), -(599,107,o), -(687,107,cs), -(833,107,o), -(932,208,o), -(932,361,cs), -(932,517,o), -(832,622,o), -(686,622,cs), -(596,622,o), -(524,567,o), -(483,500,c), -(440,571,o), -(366,622,o), -(281,622,cs), -(135,622,o), -(36,517,o), -(36,361,cs), -(36,208,o), -(135,107,o), -(279,107,cs) -); -}, -{ -closed = 1; -nodes = ( -(253,299,o), -(231,331,o), -(231,366,cs), -(231,401,o), -(254,431,o), -(294,431,cs), -(338,431,o), -(374,394,o), -(391,366,c), -(367,328,o), -(332,299,o), -(294,299,cs) +(374,107,o), +(447,152,o), +(489,222,c), +(533,151,o), +(605,107,o), +(693,107,cs), +(839,107,o), +(938,208,o), +(938,361,cs), +(938,517,o), +(838,622,o), +(692,622,cs), +(602,622,o), +(530,567,o), +(489,500,c), +(446,571,o), +(372,622,o), +(287,622,cs), +(141,622,o), +(42,517,o), +(42,361,cs), +(42,208,o), +(141,107,o), +(285,107,cs) +); +}, +{ +closed = 1; +nodes = ( +(259,299,o), +(237,331,o), +(237,366,cs), +(237,401,o), +(260,431,o), +(300,431,cs), +(344,431,o), +(380,394,o), +(397,366,c), +(373,328,o), +(338,299,o), +(300,299,cs) +); +}, +{ +closed = 1; +nodes = ( +(636,299,o), +(601,335,o), +(583,366,c), +(598,393,o), +(634,431,o), +(678,431,cs), +(717,431,o), +(741,401,o), +(741,366,cs), +(741,332,o), +(718,299,o), +(678,299,cs) +); +} +); +width = 943; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(273,189,o), +(330,262,o), +(379,342,c), +(432,254,o), +(486,189,o), +(581,189,cs), +(685,189,o), +(743,274,o), +(743,363,cs), +(743,456,o), +(685,540,o), +(581,540,cs), +(482,540,o), +(428,466,o), +(379,388,c), +(330,466,o), +(275,540,o), +(177,540,cs), +(74,540,o), +(12,458,o), +(12,363,cs), +(12,266,o), +(73,189,o), +(178,189,cs) +); +}, +{ +closed = 1; +nodes = ( +(96,218,o), +(40,275,o), +(40,364,cs), +(40,450,o), +(95,512,o), +(176,512,cs), +(251,512,o), +(296,462,o), +(361,365,c), +(294,261,o), +(244,218,o), +(177,218,cs) +); +}, +{ +closed = 1; +nodes = ( +(506,218,o), +(462,266,o), +(396,365,c), +(461,463,o), +(507,512,o), +(581,512,cs), +(662,512,o), +(717,448,o), +(717,364,cs), +(717,282,o), +(662,218,o), +(581,218,cs) +); +} +); +width = 755; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(324,121,o), +(395,166,o), +(436,234,c), +(479,166,o), +(547,121,o), +(636,121,cs), +(765,121,o), +(870,216,o), +(870,362,cs), +(870,504,o), +(767,608,o), +(635,608,cs), +(546,608,o), +(477,555,o), +(436,490,c), +(396,555,o), +(326,608,o), +(238,608,cs), +(106,608,o), +(4,504,o), +(4,362,cs), +(4,216,o), +(108,121,o), +(237,121,cs) +); +}, +{ +closed = 1; +nodes = ( +(207,297,o), +(183,329,o), +(183,366,cs), +(183,402,o), +(208,433,o), +(250,433,cs), +(295,433,o), +(331,397,o), +(351,366,c), +(330,334,o), +(295,297,o), +(250,297,cs) +); +}, +{ +closed = 1; +nodes = ( +(579,297,o), +(544,332,o), +(523,366,c), +(542,397,o), +(578,433,o), +(622,433,cs), +(664,433,o), +(689,402,o), +(689,366,cs), +(689,329,o), +(664,297,o), +(622,297,cs) +); +} +); +width = 874; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(317,167,o), +(377,248,o), +(429,337,c), +(484,242,o), +(542,167,o), +(645,167,cs), +(757,167,o), +(821,262,o), +(821,364,cs), +(821,469,o), +(757,563,o), +(645,563,cs), +(539,563,o), +(481,481,o), +(429,394,c), +(377,481,o), +(319,563,o), +(214,563,cs), +(102,563,o), +(35,471,o), +(35,364,cs), +(35,253,o), +(102,167,o), +(215,167,cs) +); +}, +{ +closed = 1; +nodes = ( +(129,202,o), +(71,266,o), +(71,364,cs), +(71,458,o), +(128,527,o), +(213,527,cs), +(291,527,o), +(339,473,o), +(407,365,c), +(339,253,o), +(287,202,o), +(214,202,cs) +); +}, +{ +closed = 1; +nodes = ( +(565,202,o), +(519,256,o), +(450,365,c), +(518,472,o), +(565,527,o), +(644,527,cs), +(729,527,o), +(787,457,o), +(787,364,cs), +(787,273,o), +(729,202,o), +(644,202,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +23 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +17 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +20 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +8 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +} +); +}; +width = 856; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(323,121,o), +(394,166,o), +(435,234,c), +(478,166,o), +(546,121,o), +(635,121,cs), +(764,121,o), +(869,216,o), +(869,362,cs), +(869,504,o), +(766,608,o), +(634,608,cs), +(545,608,o), +(476,555,o), +(435,490,c), +(395,555,o), +(325,608,o), +(237,608,cs), +(105,608,o), +(3,504,o), +(3,362,cs), +(3,216,o), +(107,121,o), +(236,121,cs) +); +}, +{ +closed = 1; +nodes = ( +(206,297,o), +(182,329,o), +(182,366,cs), +(182,402,o), +(207,433,o), +(249,433,cs), +(294,433,o), +(330,397,o), +(350,366,c), +(329,334,o), +(294,297,o), +(249,297,cs) +); +}, +{ +closed = 1; +nodes = ( +(578,297,o), +(543,332,o), +(522,366,c), +(541,397,o), +(577,433,o), +(621,433,cs), +(663,433,o), +(688,402,o), +(688,366,cs), +(688,329,o), +(663,297,o), +(621,297,cs) +); +} +); +width = 872; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,154,o), +(384,243,o), +(438,340,c), +(497,234,o), +(558,154,o), +(664,154,cs), +(781,154,o), +(846,257,o), +(846,364,cs), +(846,475,o), +(781,576,o), +(664,576,cs), +(553,576,o), +(493,486,o), +(438,391,c), +(384,486,o), +(323,576,o), +(213,576,cs), +(97,576,o), +(28,477,o), +(28,364,cs), +(28,246,o), +(97,154,o), +(214,154,cs) +); +}, +{ +closed = 1; +nodes = ( +(123,186,o), +(61,256,o), +(61,364,cs), +(61,467,o), +(121,543,o), +(211,543,cs), +(293,543,o), +(345,485,o), +(418,365,c), +(345,241,o), +(289,186,o), +(212,186,cs) +); +}, +{ +closed = 1; +nodes = ( +(579,186,o), +(532,245,o), +(457,365,c), +(531,483,o), +(580,543,o), +(664,543,cs), +(754,543,o), +(816,466,o), +(816,364,cs), +(816,265,o), +(754,186,o), +(664,186,cs) +); +} +); +width = 874; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(334,107,o), +(407,152,o), +(449,222,c), +(493,151,o), +(565,107,o), +(653,107,cs), +(799,107,o), +(898,208,o), +(898,361,cs), +(898,517,o), +(798,622,o), +(652,622,cs), +(562,622,o), +(490,567,o), +(449,500,c), +(406,571,o), +(332,622,o), +(247,622,cs), +(101,622,o), +(2,517,o), +(2,361,cs), +(2,208,o), +(101,107,o), +(245,107,cs) +); +}, +{ +closed = 1; +nodes = ( +(219,299,o), +(197,331,o), +(197,366,cs), +(197,401,o), +(220,431,o), +(260,431,cs), +(304,431,o), +(340,394,o), +(357,366,c), +(333,328,o), +(298,299,o), +(260,299,cs) +); +}, +{ +closed = 1; +nodes = ( +(596,299,o), +(561,335,o), +(543,366,c), +(558,393,o), +(594,431,o), +(638,431,cs), +(677,431,o), +(701,401,o), +(701,366,cs), +(701,332,o), +(678,299,o), +(638,299,cs) +); +} +); +width = 900; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,189,o), +(351,262,o), +(400,342,c), +(453,254,o), +(507,189,o), +(602,189,cs), +(706,189,o), +(764,274,o), +(764,363,cs), +(764,456,o), +(706,540,o), +(602,540,cs), +(503,540,o), +(449,466,o), +(400,388,c), +(351,466,o), +(296,540,o), +(198,540,cs), +(95,540,o), +(33,458,o), +(33,363,cs), +(33,266,o), +(94,189,o), +(199,189,cs) +); +}, +{ +closed = 1; +nodes = ( +(117,218,o), +(61,275,o), +(61,364,cs), +(61,450,o), +(116,512,o), +(197,512,cs), +(272,512,o), +(317,462,o), +(382,365,c), +(315,261,o), +(265,218,o), +(198,218,cs) +); +}, +{ +closed = 1; +nodes = ( +(527,218,o), +(483,266,o), +(417,365,c), +(482,463,o), +(528,512,o), +(602,512,cs), +(683,512,o), +(738,448,o), +(738,364,cs), +(738,282,o), +(683,218,o), +(602,218,cs) +); +} +); +width = 754; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(345,121,o), +(416,166,o), +(457,234,c), +(500,166,o), +(568,121,o), +(657,121,cs), +(786,121,o), +(891,216,o), +(891,362,cs), +(891,504,o), +(788,608,o), +(656,608,cs), +(567,608,o), +(498,555,o), +(457,490,c), +(417,555,o), +(347,608,o), +(259,608,cs), +(127,608,o), +(25,504,o), +(25,362,cs), +(25,216,o), +(129,121,o), +(258,121,cs) +); +}, +{ +closed = 1; +nodes = ( +(228,297,o), +(204,329,o), +(204,366,cs), +(204,402,o), +(229,433,o), +(271,433,cs), +(316,433,o), +(352,397,o), +(372,366,c), +(351,334,o), +(316,297,o), +(271,297,cs) +); +}, +{ +closed = 1; +nodes = ( +(600,297,o), +(565,332,o), +(544,366,c), +(563,397,o), +(599,433,o), +(643,433,cs), +(685,433,o), +(710,402,o), +(710,366,cs), +(710,329,o), +(685,297,o), +(643,297,cs) +); +} +); +width = 878; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,167,o), +(399,248,o), +(451,337,c), +(506,242,o), +(564,167,o), +(667,167,cs), +(779,167,o), +(843,262,o), +(843,364,cs), +(843,469,o), +(779,563,o), +(667,563,cs), +(561,563,o), +(503,481,o), +(451,394,c), +(399,481,o), +(341,563,o), +(236,563,cs), +(124,563,o), +(57,471,o), +(57,364,cs), +(57,253,o), +(124,167,o), +(237,167,cs) +); +}, +{ +closed = 1; +nodes = ( +(151,202,o), +(93,266,o), +(93,364,cs), +(93,458,o), +(150,527,o), +(235,527,cs), +(313,527,o), +(361,473,o), +(429,365,c), +(361,253,o), +(309,202,o), +(236,202,cs) +); +}, +{ +closed = 1; +nodes = ( +(587,202,o), +(541,256,o), +(472,365,c), +(540,472,o), +(587,527,o), +(666,527,cs), +(751,527,o), +(809,457,o), +(809,364,cs), +(809,273,o), +(751,202,o), +(666,202,cs) +); +} +); +width = 855; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,121,o), +(410,166,o), +(451,234,c), +(494,166,o), +(562,121,o), +(651,121,cs), +(780,121,o), +(885,216,o), +(885,362,cs), +(885,504,o), +(782,608,o), +(650,608,cs), +(561,608,o), +(492,555,o), +(451,490,c), +(411,555,o), +(341,608,o), +(253,608,cs), +(121,608,o), +(19,504,o), +(19,362,cs), +(19,216,o), +(123,121,o), +(252,121,cs) +); +}, +{ +closed = 1; +nodes = ( +(222,297,o), +(198,329,o), +(198,366,cs), +(198,402,o), +(223,433,o), +(265,433,cs), +(310,433,o), +(346,397,o), +(366,366,c), +(345,334,o), +(310,297,o), +(265,297,cs) +); +}, +{ +closed = 1; +nodes = ( +(594,297,o), +(559,332,o), +(538,366,c), +(557,397,o), +(593,433,o), +(637,433,cs), +(679,433,o), +(704,402,o), +(704,366,cs), +(704,329,o), +(679,297,o), +(637,297,cs) +); +} +); +width = 866; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(346,154,o), +(410,243,o), +(464,340,c), +(523,234,o), +(584,154,o), +(690,154,cs), +(807,154,o), +(872,257,o), +(872,364,cs), +(872,475,o), +(807,576,o), +(690,576,cs), +(579,576,o), +(519,486,o), +(464,391,c), +(410,486,o), +(349,576,o), +(239,576,cs), +(123,576,o), +(54,477,o), +(54,364,cs), +(54,246,o), +(123,154,o), +(240,154,cs) +); +}, +{ +closed = 1; +nodes = ( +(149,186,o), +(87,256,o), +(87,364,cs), +(87,467,o), +(147,543,o), +(237,543,cs), +(319,543,o), +(371,485,o), +(444,365,c), +(371,241,o), +(315,186,o), +(238,186,cs) +); +}, +{ +closed = 1; +nodes = ( +(605,186,o), +(558,245,o), +(483,365,c), +(557,483,o), +(606,543,o), +(690,543,cs), +(780,543,o), +(842,466,o), +(842,364,cs), +(842,265,o), +(780,186,o), +(690,186,cs) +); +} +); +width = 882; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(353,107,o), +(426,152,o), +(468,222,c), +(512,151,o), +(584,107,o), +(672,107,cs), +(818,107,o), +(917,208,o), +(917,361,cs), +(917,517,o), +(817,622,o), +(671,622,cs), +(581,622,o), +(509,567,o), +(468,500,c), +(425,571,o), +(351,622,o), +(266,622,cs), +(120,622,o), +(21,517,o), +(21,361,cs), +(21,208,o), +(120,107,o), +(264,107,cs) +); +}, +{ +closed = 1; +nodes = ( +(238,299,o), +(216,331,o), +(216,366,cs), +(216,401,o), +(239,431,o), +(279,431,cs), +(323,431,o), +(359,394,o), +(376,366,c), +(352,328,o), +(317,299,o), +(279,299,cs) ); }, { closed = 1; nodes = ( -(630,299,o), -(595,335,o), -(577,366,c), -(592,393,o), -(628,431,o), -(672,431,cs), -(711,431,o), -(735,401,o), -(735,366,cs), -(735,332,o), -(712,299,o), -(672,299,cs) +(615,299,o), +(580,335,o), +(562,366,c), +(577,393,o), +(613,431,o), +(657,431,cs), +(696,431,o), +(720,401,o), +(720,366,cs), +(720,332,o), +(697,299,o), +(657,299,cs) ); } ); -width = 931; +width = 901; } ); unicode = 8734; diff --git a/sources/MonaSans.glyphspackage/glyphs/integral.glyph b/sources/MonaSans.glyphspackage/glyphs/integral.glyph index d3f0b0c0..67c4f2cf 100644 --- a/sources/MonaSans.glyphspackage/glyphs/integral.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/integral.glyph @@ -7,24 +7,24 @@ shapes = ( { closed = 1; nodes = ( -(125,-151,ls), -(220,-151,o), -(284,-94,o), -(284,7,cs), -(284,577,l), -(378,577,l), -(378,729,l), -(251,729,ls), -(156,729,o), -(93,672,o), -(93,570,cs), -(93,0,l), -(9,0,l), -(9,-151,l) +(133,-151,ls), +(228,-151,o), +(292,-94,o), +(292,7,cs), +(292,577,l), +(386,577,l), +(386,729,l), +(259,729,ls), +(164,729,o), +(101,672,o), +(101,570,cs), +(101,0,l), +(17,0,l), +(17,-151,l) ); } ); -width = 387; +width = 403; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -52,25 +52,75 @@ nodes = ( width = 264; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(156,-151,ls), -(196,-151,o), -(204,-126,o), -(204,-99,cs), -(204,693,l), -(353,693,l), -(353,729,l), -(214,729,ls), -(183,729,o), -(166,707,o), -(166,674,cs), -(166,-116,l), -(18,-116,l), -(18,-151,l) +(180,-151,ls), +(219,-151,o), +(227,-127,o), +(227,-101,cs), +(227,695,l), +(410,695,l), +(410,729,l), +(237,729,ls), +(208,729,o), +(191,708,o), +(191,675,cs), +(191,-118,l), +(8,-118,l), +(8,-151,l) +); +} +); +width = 418; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,-151,ls), +(308,-151,o), +(369,-86,o), +(369,16,cs), +(369,560,l), +(512,560,l), +(512,729,l), +(311,729,ls), +(205,729,o), +(144,663,o), +(144,562,cs), +(144,17,l), +(2,17,l), +(2,-151,l) +); +} +); +width = 514; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(155,-151,ls), +(195,-151,o), +(203,-126,o), +(203,-99,cs), +(203,693,l), +(349,693,l), +(349,729,l), +(213,729,ls), +(182,729,o), +(165,707,o), +(165,674,cs), +(165,-116,l), +(21,-116,l), +(21,-151,l) ); } ); @@ -120,82 +170,32 @@ type = Stem; } ); }; -width = 371; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,-151,ls), -(271,-151,o), -(335,-94,o), -(335,7,cs), -(335,577,l), -(469,577,l), -(469,729,l), -(302,729,ls), -(207,729,o), -(144,672,o), -(144,570,cs), -(144,0,l), -(10,0,l), -(10,-151,l) -); -} -); -width = 479; +width = 368; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(180,-151,ls), -(219,-151,o), -(227,-127,o), -(227,-101,cs), -(227,695,l), -(410,695,l), -(410,729,l), -(237,729,ls), -(208,729,o), -(191,708,o), -(191,675,cs), -(191,-118,l), -(8,-118,l), -(8,-151,l) -); -} -); -width = 418; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,-151,ls), -(302,-151,o), -(363,-86,o), -(363,16,cs), -(363,560,l), -(506,560,l), -(506,729,l), -(305,729,ls), +(169,-151,ls), +(262,-151,o), +(326,-94,o), +(326,7,cs), +(326,577,l), +(453,577,l), +(453,729,l), +(292,729,ls), (199,729,o), -(138,663,o), -(138,562,cs), -(138,17,l), -(-4,17,l), -(-4,-151,l) +(137,672,o), +(137,570,cs), +(137,0,l), +(9,0,l), +(9,-151,l) ); } ); -width = 502; +width = 461; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -228,24 +228,24 @@ shapes = ( { closed = 1; nodes = ( -(36,-151,ls), -(130,-151,o), -(206,-94,o), -(227,7,cs), -(347,577,l), -(440,577,l), -(472,729,l), -(346,729,ls), -(252,729,o), -(178,672,o), -(157,570,cs), -(37,0,l), -(-46,0,l), -(-78,-151,l) +(44,-151,ls), +(138,-151,o), +(214,-94,o), +(235,7,cs), +(355,577,l), +(448,577,l), +(480,729,l), +(354,729,ls), +(260,729,o), +(186,672,o), +(165,570,cs), +(45,0,l), +(-38,0,l), +(-70,-151,l) ); } ); -width = 386; +width = 402; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -328,24 +328,370 @@ shapes = ( { closed = 1; nodes = ( -(106,-151,ls), -(211,-151,o), -(285,-87,o), -(306,16,cs), -(420,560,l), -(561,560,l), -(598,729,l), -(399,729,ls), -(294,729,o), -(219,664,o), -(199,562,cs), -(85,17,l), -(-57,17,l), -(-92,-151,l) +(112,-151,ls), +(217,-151,o), +(291,-87,o), +(312,16,cs), +(426,560,l), +(567,560,l), +(604,729,l), +(405,729,ls), +(300,729,o), +(225,664,o), +(205,562,cs), +(91,17,l), +(-51,17,l), +(-86,-151,l) +); +} +); +width = 511; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(89,-151,ls), +(122,-151,o), +(130,-129,o), +(130,-106,cs), +(130,699,l), +(253,699,l), +(253,729,l), +(137,729,ls), +(113,729,o), +(99,712,o), +(99,680,cs), +(99,-122,l), +(-25,-122,l), +(-25,-151,l) +); +} +); +width = 228; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(120,-151,ls), +(215,-151,o), +(279,-94,o), +(279,7,cs), +(279,577,l), +(373,577,l), +(373,729,l), +(246,729,ls), +(151,729,o), +(88,672,o), +(88,570,cs), +(88,0,l), +(4,0,l), +(4,-151,l) +); +} +); +width = 377; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(139,-151,ls), +(179,-151,o), +(187,-126,o), +(187,-99,cs), +(187,693,l), +(336,693,l), +(336,729,l), +(197,729,ls), +(166,729,o), +(149,707,o), +(149,674,cs), +(149,-116,l), +(1,-116,l), +(1,-151,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +13 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +0, +4 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +} +); +}; +width = 337; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(159,-151,ls), +(254,-151,o), +(318,-94,o), +(318,7,cs), +(318,577,l), +(452,577,l), +(452,729,l), +(285,729,ls), +(190,729,o), +(127,672,o), +(127,570,cs), +(127,0,l), +(-7,0,l), +(-7,-151,l) +); +} +); +width = 445; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,-151,ls), +(214,-151,o), +(222,-127,o), +(222,-101,cs), +(222,695,l), +(405,695,l), +(405,729,l), +(232,729,ls), +(203,729,o), +(186,708,o), +(186,675,cs), +(186,-118,l), +(3,-118,l), +(3,-151,l) +); +} +); +width = 408; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,-151,ls), +(297,-151,o), +(358,-86,o), +(358,16,cs), +(358,560,l), +(501,560,l), +(501,729,l), +(300,729,ls), +(194,729,o), +(133,663,o), +(133,562,cs), +(133,17,l), +(-9,17,l), +(-9,-151,l) +); +} +); +width = 492; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,-151,ls), +(31,-151,o), +(44,-129,o), +(48,-106,cs), +(217,699,l), +(339,699,l), +(346,729,l), +(231,729,ls), +(207,729,o), +(190,712,o), +(183,680,cs), +(15,-122,l), +(-108,-122,l), +(-115,-151,l) +); +} +); +width = 218; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(25,-151,ls), +(119,-151,o), +(195,-94,o), +(216,7,cs), +(336,577,l), +(429,577,l), +(461,729,l), +(335,729,ls), +(241,729,o), +(167,672,o), +(146,570,cs), +(26,0,l), +(-57,0,l), +(-89,-151,l) +); +} +); +width = 364; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(45,-151,ls), +(85,-151,o), +(98,-126,o), +(104,-99,cs), +(270,693,l), +(417,693,l), +(425,729,l), +(288,729,ls), +(257,729,o), +(235,707,o), +(228,674,cs), +(63,-116,l), +(-83,-116,l), +(-91,-151,l) +); +} +); +width = 322; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(57,-151,ls), +(152,-151,o), +(224,-107,o), +(248,7,cs), +(367,577,l), +(500,577,l), +(532,729,l), +(367,729,ls), +(272,729,o), +(198,678,o), +(177,570,cs), +(57,0,l), +(-75,0,l), +(-107,-151,l) +); +} +); +width = 418; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(84,-151,ls), +(122,-151,o), +(136,-127,o), +(142,-101,cs), +(308,695,l), +(489,695,l), +(497,729,l), +(325,729,ls), +(297,729,o), +(275,708,o), +(268,675,cs), +(102,-118,l), +(-80,-118,l), +(-87,-151,l) +); +} +); +width = 398; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(91,-151,ls), +(196,-151,o), +(270,-87,o), +(291,16,cs), +(405,560,l), +(546,560,l), +(583,729,l), +(384,729,ls), +(279,729,o), +(204,664,o), +(184,562,cs), +(70,17,l), +(-72,17,l), +(-107,-151,l) ); } ); -width = 499; +width = 469; } ); unicode = 8747; diff --git a/sources/MonaSans.glyphspackage/glyphs/iogonek.dotless.glyph b/sources/MonaSans.glyphspackage/glyphs/iogonek.dotless.glyph index 7fdcb5a0..b09d52f2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/iogonek.dotless.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/iogonek.dotless.glyph @@ -26,59 +26,59 @@ pos = (7,0); ref = ogonekcomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (-39,0); +pos = (-80,0); ref = ogonekcomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (-36,0); +pos = (-43,0); ref = ogonekcomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (-80,0); +pos = (-38,0); ref = ogonekcomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (-43,0); +pos = (-23,0); ref = ogonekcomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +104,7 @@ pos = (5,0); ref = ogonekcomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +156,167 @@ pos = (-43,0); ref = ogonekcomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-50,0); +ref = ogonekcomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (6,0); +ref = ogonekcomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-46,0); +ref = ogonekcomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-39,0); +ref = ogonekcomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-80,0); +ref = ogonekcomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-43,0); +ref = ogonekcomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-42,0); +ref = ogonekcomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (5,0); +ref = ogonekcomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-37,0); +ref = ogonekcomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-34,0); +ref = ogonekcomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-77,0); +ref = ogonekcomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-43,0); +ref = ogonekcomb; +} +); +width = 276; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/iogonek.glyph b/sources/MonaSans.glyphspackage/glyphs/iogonek.glyph index 1f15977e..ce82c7f8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/iogonek.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/iogonek.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = iogonek; -kernRight = i; +kernRight = KO_i.ss01; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -35,75 +35,75 @@ pos = (7,0); ref = ogonekcomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (32,-155); +pos = (13,-155); ref = dotaccentcomb; }, { -pos = (-39,0); +pos = (-80,0); ref = ogonekcomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (13,-134); +pos = (-4,-129); ref = dotaccentcomb; }, { -pos = (-36,0); +pos = (-43,0); ref = ogonekcomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (13,-155); +pos = (31,-133); ref = dotaccentcomb; }, { -pos = (-80,0); +pos = (-38,0); ref = ogonekcomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (-4,-129); +pos = (18,-120); ref = dotaccentcomb; }, { -pos = (-43,0); +pos = (-23,0); ref = ogonekcomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -137,7 +137,7 @@ pos = (5,0); ref = ogonekcomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -205,7 +205,217 @@ pos = (-43,0); ref = ogonekcomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (8,-151); +ref = dotaccentcomb; +}, +{ +pos = (-50,0); +ref = ogonekcomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-19,-137); +ref = dotaccentcomb; +}, +{ +pos = (6,0); +ref = ogonekcomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (25,-150); +ref = dotaccentcomb; +}, +{ +pos = (-46,0); +ref = ogonekcomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (10,-134); +ref = dotaccentcomb; +}, +{ +pos = (-39,0); +ref = ogonekcomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (13,-155); +ref = dotaccentcomb; +}, +{ +alignment = -1; +pos = (-80,0); +ref = ogonekcomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-4,-129); +ref = dotaccentcomb; +}, +{ +alignment = -1; +pos = (-43,0); +ref = ogonekcomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-26,-156); +ref = dotaccentcomb; +}, +{ +pos = (-42,0); +ref = ogonekcomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-47,-137); +ref = dotaccentcomb; +}, +{ +pos = (5,0); +ref = ogonekcomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (0,-155); +ref = dotaccentcomb; +}, +{ +pos = (-37,0); +ref = ogonekcomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-17,-134); +ref = dotaccentcomb; +}, +{ +pos = (-34,0); +ref = ogonekcomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-19,-155); +ref = dotaccentcomb; +}, +{ +pos = (-77,0); +ref = ogonekcomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-35,-129); +ref = dotaccentcomb; +}, +{ +pos = (-43,0); +ref = ogonekcomb; +} +); +width = 276; } ); unicode = 303; diff --git a/sources/MonaSans.glyphspackage/glyphs/itilde.glyph b/sources/MonaSans.glyphspackage/glyphs/itilde.glyph index 2fd61da6..174224b5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/itilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/itilde.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = itilde; -kernLeft = itilde; +kernLeft = KO_itilde; +kernRight = KO_imacron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-116,-138); ref = tildecomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = idotless; }, { -pos = (-85,-155); +pos = (-122,-155); ref = tildecomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = idotless; }, { -pos = (-108,-134); +pos = (-110,-129); ref = tildecomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = idotless; }, { -pos = (-122,-155); +pos = (-84,-155); ref = tildecomb; } ); -width = 169; +width = 207; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = idotless; }, { -pos = (-110,-129); +pos = (-99,-134); ref = tildecomb; } ); -width = 307; +width = 303; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-147,-138); ref = tildecomb; } ); -width = 229; +width = 245; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,167 @@ pos = (-135,-134); ref = tildecomb; } ); -width = 306; +width = 318; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-69,-156); +ref = tildecomb; +} +); +width = 102; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-117,-138); +ref = tildecomb; +} +); +width = 209; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-92,-155); +ref = tildecomb; +} +); +width = 154; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-111,-134); +ref = tildecomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-122,-155); +ref = tildecomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-110,-129); +ref = tildecomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-97,-156); +ref = tildecomb; +} +); +width = 105; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-147,-138); +ref = tildecomb; +} +); +width = 207; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-117,-155); +ref = tildecomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-136,-134); +ref = tildecomb; +} +); +width = 244; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-154,-155); +ref = tildecomb; +} +); +width = 148; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-135,-134); +ref = tildecomb; +} +); +width = 276; } ); unicode = 297; diff --git a/sources/MonaSans.glyphspackage/glyphs/j.glyph b/sources/MonaSans.glyphspackage/glyphs/j.glyph index 55917553..8b819d5c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/j.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/j.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = j; -kernLeft = j; -kernRight = i; +kernLeft = KO_j; +kernRight = KO_i; layers = ( { background = { @@ -46,10 +46,10 @@ ref = jdotless; }, { pos = (-18,-137); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 231; +width = 247; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -59,12 +59,72 @@ ref = jdotless; }, { pos = (12,-156); -ref = dotaccent; +ref = dotaccentcomb; } ); width = 149; }, { +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (13,-155); +ref = dotaccentcomb; +} +); +width = 169; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(136,-177,o), +(240,-132,o), +(240,36,cs), +(240,544,l), +(19,544,l), +(19,47,ls), +(19,2,o), +(5,-16,o), +(-31,-16,cs), +(-51,-16,o), +(-60,-13,o), +(-68,-9,c), +(-68,-163,l), +(-49,-171,o), +(-17,-177,o), +(26,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,600,l), +(240,729,l), +(19,729,l), +(19,600,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-4,-129); +ref = dotaccentcomb; +} +); +width = 319; +}, +{ background = { shapes = ( { @@ -99,14 +159,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { ref = jdotless; }, { -pos = (32,-155); -ref = dotaccent; +pos = (32,-133); +ref = dotaccentcomb; } ); userData = { @@ -172,7 +232,7 @@ type = Stem; } ); }; -width = 207; +width = 208; }, { background = { @@ -209,35 +269,333 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { ref = jdotless; }, { -pos = (12,-134); -ref = dotaccent; +pos = (3,-120); +ref = dotaccentcomb; } ); userData = { com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; }; -width = 299; +width = 283; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { ref = jdotless; }, { -pos = (13,-155); -ref = dotaccent; +pos = (-25,-156); +ref = dotaccentcomb; +} +); +width = 150; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-48,-137); +ref = dotaccentcomb; +} +); +width = 244; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (0,-155); +ref = dotaccentcomb; +} +); +width = 206; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-18,-134); +ref = dotaccentcomb; +} +); +width = 300; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-18,-155); +ref = dotaccentcomb; } ); width = 169; }, { +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-34,-129); +ref = dotaccentcomb; +} +); +width = 319; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (24,-151); +ref = dotaccentcomb; +} +); +width = 117; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(124,-177,o), +(205,-152,o), +(205,-12,cs), +(205,541,l), +(28,541,l), +(28,-11,ls), +(28,-38,o), +(20,-57,o), +(-5,-57,cs), +(-13,-57,o), +(-23,-55,o), +(-30,-50,c), +(-30,-164,l), +(-8,-173,o), +(21,-177,o), +(52,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(205,594,l), +(205,729,l), +(28,729,l), +(28,594,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-13,-137); +ref = dotaccentcomb; +} +); +width = 215; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(75,-177,o), +(116,-135,o), +(116,-60,cs), +(116,517,l), +(79,517,l), +(79,-51,ls), +(79,-116,o), +(52,-143,o), +(-5,-143,cs), +(-21,-143,o), +(-40,-140,o), +(-51,-135,c), +(-51,-169,l), +(-40,-174,o), +(-22,-177,o), +(-4,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(116,616,l), +(116,729,l), +(79,729,l), +(79,616,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (35,-150); +ref = dotaccentcomb; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 164; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(146,-177,o), +(222,-123,o), +(222,7,cs), +(222,544,l), +(30,544,l), +(30,17,ls), +(30,-24,o), +(19,-46,o), +(-19,-46,cs), +(-40,-46,o), +(-51,-43,o), +(-59,-39,c), +(-59,-163,l), +(-33,-173,o), +(1,-177,o), +(37,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(222,601,l), +(222,729,l), +(30,729,l), +(30,601,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (21,-134); +ref = dotaccentcomb; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; +}; +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (18,-155); +ref = dotaccentcomb; +} +); +width = 154; +}, +{ background = { shapes = ( { @@ -272,95 +630,95 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { ref = jdotless; }, { -pos = (-4,-129); -ref = dotaccent; +pos = (1,-129); +ref = dotaccentcomb; } ); -width = 307; +width = 292; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { ref = jdotless; }, { pos = (-25,-156); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 150; +width = 104; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { ref = jdotless; }, { pos = (-48,-137); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 228; +width = 206; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { ref = jdotless; }, { pos = (0,-155); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 206; +width = 158; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { ref = jdotless; }, { pos = (-18,-134); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 300; +width = 242; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { ref = jdotless; }, { pos = (-18,-155); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 169; +width = 149; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = jdotless; }, { pos = (-34,-129); -ref = dotaccent; +ref = dotaccentcomb; } ); -width = 307; +width = 277; } ); metricRight = i; diff --git a/sources/MonaSans.glyphspackage/glyphs/j.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/j.ss01.glyph index c9571748..93179442 100644 --- a/sources/MonaSans.glyphspackage/glyphs/j.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/j.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = j.ss01; -kernLeft = j; -kernRight = i; +kernLeft = KO_j; +kernRight = KO_i; layers = ( { background = { @@ -49,7 +49,7 @@ pos = (-13,-137); ref = dotaccentcomb.ss01; } ); -width = 231; +width = 247; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -65,6 +65,66 @@ ref = dotaccentcomb.ss01; width = 149; }, { +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (26,-155); +ref = dotaccentcomb.ss01; +} +); +width = 169; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(88,-177,o), +(192,-132,o), +(192,36,cs), +(192,544,l), +(-29,544,l), +(-29,47,ls), +(-29,2,o), +(-43,-16,o), +(-79,-16,cs), +(-99,-16,o), +(-108,-13,o), +(-116,-9,c), +(-116,-163,l), +(-97,-171,o), +(-65,-177,o), +(-22,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(192,600,l), +(192,729,l), +(-29,729,l), +(-29,600,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (3,-129); +ref = dotaccentcomb.ss01; +} +); +width = 319; +}, +{ background = { shapes = ( { @@ -99,7 +159,7 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { ref = jdotless; @@ -172,7 +232,7 @@ type = Stem; } ); }; -width = 207; +width = 208; }, { background = { @@ -209,35 +269,333 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { ref = jdotless; }, { -pos = (13,-134); +pos = (2,-134); ref = dotaccentcomb.ss01; } ); userData = { com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; }; -width = 299; +width = 283; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { ref = jdotless; }, { -pos = (26,-155); +pos = (-11,-156); +ref = dotaccentcomb.ss01; +} +); +width = 150; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-42,-137); +ref = dotaccentcomb.ss01; +} +); +width = 244; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (13,-155); +ref = dotaccentcomb.ss01; +} +); +width = 206; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-13,-134); +ref = dotaccentcomb.ss01; +} +); +width = 300; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-5,-155); ref = dotaccentcomb.ss01; } ); width = 169; }, { +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-25,-134); +ref = dotaccentcomb.ss01; +} +); +width = 319; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (32,-156); +ref = dotaccentcomb.ss01; +} +); +width = 117; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(88,-177,o), +(169,-152,o), +(169,-12,cs), +(169,541,l), +(-8,541,l), +(-8,-11,ls), +(-8,-38,o), +(-16,-57,o), +(-41,-57,cs), +(-49,-57,o), +(-59,-55,o), +(-66,-50,c), +(-66,-164,l), +(-44,-173,o), +(-15,-177,o), +(16,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(169,594,l), +(169,729,l), +(-8,729,l), +(-8,594,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-8,-137); +ref = dotaccentcomb.ss01; +} +); +width = 215; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-9,-177,o), +(32,-135,o), +(32,-60,cs), +(32,517,l), +(-5,517,l), +(-5,-51,ls), +(-5,-116,o), +(-32,-143,o), +(-89,-143,cs), +(-105,-143,o), +(-124,-140,o), +(-135,-135,c), +(-135,-169,l), +(-124,-174,o), +(-106,-177,o), +(-88,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(32,616,l), +(32,729,l), +(-5,729,l), +(-5,616,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (48,-155); +ref = dotaccentcomb.ss01; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 164; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(140,-177,o), +(216,-123,o), +(216,7,cs), +(216,544,l), +(24,544,l), +(24,17,ls), +(24,-24,o), +(13,-46,o), +(-25,-46,cs), +(-46,-46,o), +(-57,-43,o), +(-65,-39,c), +(-65,-163,l), +(-39,-173,o), +(-5,-177,o), +(31,-177,cs) +); +}, +{ +closed = 1; +nodes = ( +(216,601,l), +(216,729,l), +(24,729,l), +(24,601,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (22,-134); +ref = dotaccentcomb.ss01; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; +}; +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (31,-155); +ref = dotaccentcomb.ss01; +} +); +width = 154; +}, +{ background = { shapes = ( { @@ -272,20 +630,20 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { ref = jdotless; }, { -pos = (3,-129); +pos = (8,-129); ref = dotaccentcomb.ss01; } ); -width = 307; +width = 292; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { ref = jdotless; @@ -295,10 +653,10 @@ pos = (-11,-156); ref = dotaccentcomb.ss01; } ); -width = 150; +width = 104; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { ref = jdotless; @@ -308,10 +666,10 @@ pos = (-42,-137); ref = dotaccentcomb.ss01; } ); -width = 228; +width = 206; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { ref = jdotless; @@ -321,10 +679,10 @@ pos = (13,-155); ref = dotaccentcomb.ss01; } ); -width = 206; +width = 158; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { ref = jdotless; @@ -334,10 +692,10 @@ pos = (-13,-134); ref = dotaccentcomb.ss01; } ); -width = 300; +width = 242; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { ref = jdotless; @@ -347,10 +705,10 @@ pos = (-5,-155); ref = dotaccentcomb.ss01; } ); -width = 169; +width = 149; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = jdotless; @@ -360,7 +718,7 @@ pos = (-25,-134); ref = dotaccentcomb.ss01; } ); -width = 307; +width = 277; } ); metricRight = i; diff --git a/sources/MonaSans.glyphspackage/glyphs/jacute.glyph b/sources/MonaSans.glyphspackage/glyphs/jacute.glyph index 258a0711..ad3f59f1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/jacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/jacute.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = jacute; -kernRight = jacute; +kernRight = KO_jacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (4,-137); ref = acutecomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = jdotless; }, { -pos = (49,-155); +pos = (27,-155); ref = acutecomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = jdotless; }, { -pos = (37,-134); +pos = (37,-129); ref = acutecomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = jdotless; }, { -pos = (27,-155); +pos = (49,-155); ref = acutecomb; } ); -width = 169; +width = 208; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = jdotless; }, { -pos = (37,-129); +pos = (26,-134); ref = acutecomb; } ); -width = 307; +width = 283; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-25,-137); ref = acutecomb; } ); -width = 228; +width = 244; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,163 @@ pos = (10,-129); ref = acutecomb; } ); -width = 307; +width = 319; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (31,-156); +ref = acutecomb; +} +); +width = 117; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (9,-137); +ref = acutecomb; +} +); +width = 215; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (52,-155); +ref = acutecomb; +} +); +width = 164; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (46,-134); +ref = acutecomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (32,-155); +ref = acutecomb; +} +); +width = 154; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (42,-129); +ref = acutecomb; +} +); +width = 292; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-12,-156); +ref = acutecomb; +} +); +width = 104; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-25,-137); +ref = acutecomb; +} +); +width = 206; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (15,-155); +ref = acutecomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (12,-134); +ref = acutecomb; +} +); +width = 242; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-4,-155); +ref = acutecomb; +} +); +width = 149; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (10,-129); +ref = acutecomb; +} +); +width = 277; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/jcircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/jcircumflex.glyph index 3889bc15..bfe38566 100644 --- a/sources/MonaSans.glyphspackage/glyphs/jcircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/jcircumflex.glyph @@ -1,7 +1,6 @@ { color = 6; glyphname = jcircumflex; -kernRight = icircumflex; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +26,59 @@ pos = (-101,-137); ref = circumflexcomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = jdotless; }, { -pos = (-60,-155); +pos = (-94,-155); ref = circumflexcomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = jdotless; }, { -pos = (-98,-134); +pos = (-137,-129); ref = circumflexcomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = jdotless; }, { -pos = (-94,-155); +pos = (-58,-155); ref = circumflexcomb; } ); -width = 169; +width = 208; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = jdotless; }, { -pos = (-137,-129); +pos = (-103,-134); ref = circumflexcomb; } ); -width = 307; +width = 283; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +104,7 @@ pos = (-132,-137); ref = circumflexcomb; } ); -width = 228; +width = 244; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +156,163 @@ pos = (-166,-129); ref = circumflexcomb; } ); -width = 307; +width = 319; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-42,-156); +ref = circumflexcomb; +} +); +width = 117; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-96,-137); +ref = circumflexcomb; +} +); +width = 215; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-57,-155); +ref = circumflexcomb; +} +); +width = 164; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-89,-134); +ref = circumflexcomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-89,-155); +ref = circumflexcomb; +} +); +width = 154; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-132,-129); +ref = circumflexcomb; +} +); +width = 292; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-86,-156); +ref = circumflexcomb; +} +); +width = 104; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-132,-137); +ref = circumflexcomb; +} +); +width = 206; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-95,-155); +ref = circumflexcomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-122,-134); +ref = circumflexcomb; +} +); +width = 242; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-127,-155); +ref = circumflexcomb; +} +); +width = 149; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-166,-129); +ref = circumflexcomb; +} +); +width = 277; } ); unicode = 309; diff --git a/sources/MonaSans.glyphspackage/glyphs/jdotless.glyph b/sources/MonaSans.glyphspackage/glyphs/jdotless.glyph index 0748851f..4eda216e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/jdotless.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/jdotless.glyph @@ -5,11 +5,11 @@ layers = ( anchors = ( { name = bottom; -pos = (116,-250); +pos = (124,-250); }, { name = top; -pos = (116,541); +pos = (124,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -17,22 +17,22 @@ shapes = ( { closed = 1; nodes = ( -(51,-167,ls), -(167,-167,o), -(204,-108,o), -(204,-2,cs), -(204,541,l), -(27,541,l), -(27,-1,ls), -(27,-28,o), -(20,-40,o), -(-6,-40,cs), -(-31,-40,l), -(-31,-167,l) +(59,-167,ls), +(175,-167,o), +(212,-108,o), +(212,-2,cs), +(212,541,l), +(35,541,l), +(35,-1,ls), +(35,-28,o), +(28,-40,o), +(2,-40,cs), +(-23,-40,l), +(-23,-167,l) ); } ); -width = 231; +width = 247; }, { anchors = ( @@ -71,30 +71,96 @@ width = 149; anchors = ( { name = bottom; +pos = (104,-250); +}, +{ +name = top; +pos = (85,517); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(-24,-167,ls), +(41,-167,o), +(103,-140,o), +(103,-43,cs), +(103,517,l), +(66,517,l), +(66,-35,ls), +(66,-107,o), +(36,-133,o), +(-28,-133,cs), +(-74,-133,l), +(-74,-167,l) +); +} +); +width = 169; +}, +{ +anchors = ( +{ +name = bottom; +pos = (160,-250); +}, +{ +name = top; +pos = (160,544); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,-167,ls), +(207,-167,o), +(270,-104,o), +(270,29,cs), +(270,544,l), +(49,544,l), +(49,54,ls), +(49,9,o), +(35,-6,o), +(-1,-6,cs), +(-38,-6,l), +(-38,-167,l) +); +} +); +width = 319; +}, +{ +anchors = ( +{ +name = bottom; pos = (151,-250); }, { name = top; -pos = (104,517); +pos = (105,517); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(32,-167,ls), -(93,-167,o), -(122,-128,o), -(122,-70,cs), -(122,517,l), -(85,517,l), -(85,-60,ls), -(85,-113,o), -(67,-133,o), -(21,-133,cs), -(-25,-133,l), -(-25,-167,l) +(35,-182,ls), +(94,-182,o), +(123,-143,o), +(123,-85,cs), +(123,517,l), +(86,517,l), +(86,-75,ls), +(86,-128,o), +(68,-148,o), +(24,-148,cs), +(-22,-148,l), +(-22,-182,l) ); } ); @@ -164,36 +230,36 @@ type = Stem; } ); }; -width = 207; +width = 208; }, { anchors = ( { name = bottom; -pos = (149,-250); +pos = (131,-250); }, { name = top; -pos = (149,544); +pos = (136,544); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(60,-167,ls), -(195,-167,o), -(245,-97,o), -(245,25,cs), -(245,544,l), -(54,544,l), -(54,21,ls), -(54,-19,o), -(39,-34,o), -(3,-34,cs), -(-36,-34,l), -(-36,-167,l) +(54,-182,ls), +(184,-182,o), +(232,-112,o), +(232,10,cs), +(232,544,l), +(42,544,l), +(42,29,ls), +(42,-11,o), +(29,-26,o), +(-2,-26,cs), +(-37,-26,l), +(-37,-182,l) ); } ); @@ -201,73 +267,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = j; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = j; }; -width = 299; -}, -{ -anchors = ( -{ -name = bottom; -pos = (104,-250); -}, -{ -name = top; -pos = (85,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(-24,-167,ls), -(41,-167,o), -(103,-140,o), -(103,-43,cs), -(103,517,l), -(66,517,l), -(66,-35,ls), -(66,-107,o), -(36,-133,o), -(-28,-133,cs), -(-74,-133,l), -(-74,-167,l) -); -} -); -width = 169; -}, -{ -anchors = ( -{ -name = bottom; -pos = (154,-250); -}, -{ -name = top; -pos = (154,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(67,-167,ls), -(201,-167,o), -(264,-104,o), -(264,29,cs), -(264,544,l), -(43,544,l), -(43,54,ls), -(43,9,o), -(29,-6,o), -(-7,-6,cs), -(-44,-6,l), -(-44,-167,l) -); -} -); -width = 307; +width = 283; }, { anchors = ( @@ -306,11 +306,11 @@ width = 150; anchors = ( { name = bottom; -pos = (28,-200); +pos = (36,-200); }, { name = top; -pos = (170,541); +pos = (178,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -318,22 +318,22 @@ shapes = ( { closed = 1; nodes = ( -(-41,-167,ls), -(67,-167,o), -(121,-117,o), -(142,-12,cs), -(258,541,l), -(82,541,l), -(-30,-1,ls), -(-36,-29,o), -(-49,-47,o), -(-75,-47,cs), -(-97,-47,l), -(-121,-167,l) +(-33,-167,ls), +(75,-167,o), +(129,-117,o), +(150,-12,cs), +(266,541,l), +(90,541,l), +(-22,-1,ls), +(-28,-29,o), +(-41,-47,o), +(-67,-47,cs), +(-89,-47,l), +(-113,-167,l) ); } ); -width = 228; +width = 244; }, { anchors = ( @@ -438,11 +438,11 @@ width = 169; anchors = ( { name = bottom; -pos = (67,-200); +pos = (73,-200); }, { name = top; -pos = (210,544); +pos = (216,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -450,22 +450,488 @@ shapes = ( { closed = 1; nodes = ( -(-43,-167,ls), -(104,-167,o), -(186,-95,o), -(213,33,cs), -(320,544,l), -(100,544,l), -(-1,60,ls), -(-10,15,o), -(-28,-3,o), -(-68,-3,cs), -(-99,-3,l), -(-131,-167,l) -); -} -); -width = 307; +(-37,-167,ls), +(110,-167,o), +(192,-95,o), +(219,33,cs), +(326,544,l), +(106,544,l), +(5,60,ls), +(-4,15,o), +(-22,-3,o), +(-62,-3,cs), +(-93,-3,l), +(-125,-167,l) +); +} +); +width = 319; +}, +{ +anchors = ( +{ +name = bottom; +pos = (67,-250); +}, +{ +name = top; +pos = (67,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(17,-167,ls), +(67,-167,o), +(82,-138,o), +(82,-94,cs), +(82,516,l), +(52,516,l), +(52,-89,ls), +(52,-128,o), +(41,-140,o), +(12,-140,cs), +(-5,-140,l), +(-5,-167,l) +); +} +); +width = 117; +}, +{ +anchors = ( +{ +name = bottom; +pos = (111,-250); +}, +{ +name = top; +pos = (111,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(46,-167,ls), +(162,-167,o), +(199,-108,o), +(199,-2,cs), +(199,541,l), +(22,541,l), +(22,7,ls), +(22,-16,o), +(16,-26,o), +(-8,-26,cs), +(-36,-26,l), +(-36,-167,l) +); +} +); +width = 215; +}, +{ +anchors = ( +{ +name = bottom; +pos = (134,-250); +}, +{ +name = top; +pos = (87,517); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(15,-167,ls), +(76,-167,o), +(105,-128,o), +(105,-70,cs), +(105,517,l), +(68,517,l), +(68,-60,ls), +(68,-113,o), +(50,-133,o), +(4,-133,cs), +(-42,-133,l), +(-42,-167,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = j; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = j; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 164; +}, +{ +anchors = ( +{ +name = bottom; +pos = (137,-250); +}, +{ +name = top; +pos = (137,544); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(48,-167,ls), +(183,-167,o), +(233,-97,o), +(233,25,cs), +(233,544,l), +(42,544,l), +(42,21,ls), +(42,-19,o), +(27,-34,o), +(-9,-34,cs), +(-48,-34,l), +(-48,-167,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = j; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = j; +}; +width = 263; +}, +{ +anchors = ( +{ +name = bottom; +pos = (99,-250); +}, +{ +name = top; +pos = (80,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(-29,-167,ls), +(36,-167,o), +(98,-140,o), +(98,-43,cs), +(98,517,l), +(61,517,l), +(61,-35,ls), +(61,-107,o), +(31,-133,o), +(-33,-133,cs), +(-79,-133,l), +(-79,-167,l) +); +} +); +width = 154; +}, +{ +anchors = ( +{ +name = bottom; +pos = (149,-250); +}, +{ +name = top; +pos = (149,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-167,ls), +(196,-167,o), +(259,-104,o), +(259,29,cs), +(259,544,l), +(38,544,l), +(38,54,ls), +(38,9,o), +(24,-6,o), +(-12,-6,cs), +(-49,-6,l), +(-49,-167,l) +); +} +); +width = 292; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-31,-200); +}, +{ +name = top; +pos = (106,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-92,-167,ls), +(-45,-167,o), +(-19,-150,o), +(-8,-97,cs), +(120,516,l), +(91,516,l), +(-35,-89,ls), +(-41,-122,o), +(-54,-140,o), +(-88,-140,cs), +(-102,-140,l), +(-108,-167,l) +); +} +); +width = 104; +}, +{ +anchors = ( +{ +name = bottom; +pos = (17,-200); +}, +{ +name = top; +pos = (159,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-52,-167,ls), +(56,-167,o), +(110,-117,o), +(131,-12,cs), +(247,541,l), +(71,541,l), +(-41,-1,ls), +(-47,-29,o), +(-60,-47,o), +(-86,-47,cs), +(-108,-47,l), +(-132,-167,l) +); +} +); +width = 206; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-12,-200); +}, +{ +name = top; +pos = (133,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-104,-167,ls), +(-30,-167,o), +(16,-129,o), +(33,-49,cs), +(150,517,l), +(115,517,l), +(-2,-43,ls), +(-15,-107,o), +(-42,-134,o), +(-105,-134,cs), +(-148,-134,l), +(-156,-167,l) +); +} +); +width = 158; +}, +{ +anchors = ( +{ +name = bottom; +pos = (34,-200); +}, +{ +name = top; +pos = (178,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(-53,-167,ls), +(61,-167,o), +(135,-114,o), +(159,-1,cs), +(273,544,l), +(83,544,l), +(-24,35,ls), +(-36,-21,o), +(-56,-27,o), +(-101,-27,cs), +(-120,-27,l), +(-148,-167,l) +); +} +); +width = 242; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-10,-200); +}, +{ +name = top; +pos = (129,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-114,-167,ls), +(-35,-167,o), +(10,-134,o), +(28,-50,cs), +(147,517,l), +(110,517,l), +(-8,-46,ls), +(-19,-102,o), +(-43,-133,o), +(-115,-133,cs), +(-161,-133,l), +(-168,-167,l) +); +} +); +width = 149; +}, +{ +anchors = ( +{ +name = bottom; +pos = (52,-200); +}, +{ +name = top; +pos = (195,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(-58,-167,ls), +(89,-167,o), +(171,-95,o), +(198,33,cs), +(305,544,l), +(85,544,l), +(-16,60,ls), +(-25,15,o), +(-43,-3,o), +(-83,-3,cs), +(-114,-3,l), +(-146,-167,l) +); +} +); +width = 277; } ); metricLeft = "=l@100"; diff --git a/sources/MonaSans.glyphspackage/glyphs/k.glyph b/sources/MonaSans.glyphspackage/glyphs/k.glyph index fe6fbc90..67558a91 100644 --- a/sources/MonaSans.glyphspackage/glyphs/k.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/k.glyph @@ -1,17 +1,17 @@ { glyphname = k; -kernLeft = l; -kernRight = k; +kernLeft = KO_l; +kernRight = KO_k; layers = ( { anchors = ( { name = bottom; -pos = (231,0); +pos = (239,0); }, { name = top; -pos = (231,729); +pos = (239,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -19,24 +19,31 @@ shapes = ( { closed = 1; nodes = ( -(204,0,l), -(204,120,l), -(228,194,l), -(243,127,l), -(271,0,l), -(457,0,l), -(360,316,l), -(458,541,l), -(269,541,l), -(227,410,l), -(204,326,l), -(204,729,l), -(27,729,l), -(27,0,l) +(465,0,l), +(363,331,l), +(233,210,l), +(251,127,l), +(279,0,l) +); +}, +{ +closed = 1; +nodes = ( +(212,0,l), +(212,120,l), +(241,209,l), +(362,301,l), +(466,541,l), +(277,541,l), +(235,410,l), +(212,326,l), +(212,729,l), +(35,729,l), +(35,0,l) ); } ); -width = 465; +width = 481; }, { anchors = ( @@ -54,17 +61,24 @@ shapes = ( { closed = 1; nodes = ( +(273,0,l), +(157,345,l), +(143,314,l), +(163,249,l), +(241,0,l) +); +}, +{ +closed = 1; +nodes = ( (89,0,l), -(89,170,l), -(147,286,l), -(163,231,l), -(237,0,l), -(268,0,l), -(161,315,l), -(264,516,l), -(232,516,l), -(127,303,l), -(89,223,l), +(89,181,l), +(151,304,l), +(157,319,l), +(263,516,l), +(231,516,l), +(127,314,l), +(89,237,l), (89,729,l), (60,729,l), (60,0,l) @@ -77,32 +91,123 @@ width = 280; anchors = ( { name = bottom; -pos = (262,0); +pos = (282,0); +}, +{ +name = top; +pos = (282,729); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(552,0,l), +(278,326,l), +(252,306,l), +(301,244,l), +(505,0,l) +); +}, +{ +closed = 1; +nodes = ( +(103,0,l), +(103,182,l), +(264,304,l), +(276,315,l), +(536,517,l), +(481,517,l), +(173,277,l), +(103,221,l), +(103,729,l), +(66,729,l), +(66,0,l) +); +} +); +width = 563; +}, +{ +anchors = ( +{ +name = bottom; +pos = (377,0); +}, +{ +name = top; +pos = (377,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(747,0,l), +(480,339,l), +(321,209,l), +(361,150,l), +(473,0,l) +); +}, +{ +closed = 1; +nodes = ( +(270,0,l), +(270,142,l), +(342,207,l), +(478,316,l), +(743,544,l), +(468,544,l), +(335,423,l), +(270,360,l), +(270,729,l), +(49,729,l), +(49,0,l) +); +} +); +width = 744; +}, +{ +anchors = ( +{ +name = bottom; +pos = (259,0); }, { name = top; -pos = (262,729); +pos = (259,759); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(122,0,l), -(122,175,l), -(245,294,l), -(277,244,l), -(443,0,l), -(486,0,l), -(271,320,l), -(474,517,l), -(425,517,l), -(171,269,l), -(122,220,l), -(122,729,l), -(85,729,l), -(85,0,l) +(494,0,l), +(266,329,l), +(239,303,l), +(279,246,l), +(449,0,l) +); +}, +{ +closed = 1; +nodes = ( +(123,0,l), +(123,175,l), +(250,302,l), +(264,314,l), +(467,517,l), +(420,517,l), +(170,269,l), +(123,220,l), +(123,759,l), +(86,759,l), +(86,0,l) ); } ); @@ -171,7 +276,7 @@ type = Stem; } ); }; -width = 511; +width = 506; }, { anchors = ( @@ -181,129 +286,73 @@ pos = (333,0); }, { name = top; -pos = (333,729); +pos = (333,759); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(248,0,l), -(248,144,l), -(303,199,l), -(335,141,l), -(421,0,l), -(646,0,l), -(437,326,l), -(645,544,l), -(411,544,l), -(290,403,l), -(248,351,l), -(248,729,l), -(54,729,l), -(54,0,l) +(637,0,l), +(427,339,l), +(295,213,l), +(334,141,l), +(414,0,l) ); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -}; -width = 653; -}, -{ -anchors = ( -{ -name = bottom; -pos = (282,0); }, { -name = top; -pos = (282,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ closed = 1; nodes = ( -(103,0,l), -(103,182,l), -(257,299,l), -(301,244,l), -(505,0,l), -(552,0,l), -(283,320,l), -(536,517,l), -(481,517,l), -(173,277,l), -(103,221,l), -(103,729,l), -(66,729,l), -(66,0,l) +(252,0,l), +(252,144,l), +(314,210,l), +(426,314,l), +(637,544,l), +(405,544,l), +(293,403,l), +(252,351,l), +(252,759,l), +(60,759,l), +(60,0,l) ); } ); -width = 563; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; +}; +width = 642; }, { anchors = ( { name = bottom; -pos = (371,0); +pos = (98,0); }, { name = top; -pos = (371,729); +pos = (249,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(264,0,l), -(264,142,l), -(324,196,l), -(355,150,l), -(467,0,l), -(741,0,l), -(484,326,l), -(737,544,l), -(462,544,l), -(329,423,l), -(264,360,l), -(264,729,l), -(43,729,l), -(43,0,l) -); -} +(217,0,l), +(175,329,l), +(154,298,l), +(160,231,l), +(185,0,l) ); -width = 732; -}, -{ -anchors = ( -{ -name = bottom; -pos = (98,0); }, { -name = top; -pos = (249,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ closed = 1; nodes = ( (36,0,l), (70,170,l), -(155,289,l), -(160,231,l), -(185,0,l), -(217,0,l), -(176,320,l), +(160,297,l), +(171,312,l), (316,516,l), (279,516,l), (130,303,l), @@ -320,11 +369,11 @@ width = 281; anchors = ( { name = bottom; -pos = (181,0); +pos = (189,0); }, { name = top; -pos = (332,729); +pos = (340,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -332,24 +381,31 @@ shapes = ( { closed = 1; nodes = ( -(146,0,l), -(172,120,l), -(210,194,l), -(209,127,l), -(212,0,l), -(396,0,l), -(366,316,l), -(510,541,l), -(323,541,l), -(253,410,l), -(214,326,l), -(297,729,l), -(122,729,l), -(-30,0,l) +(404,0,l), +(372,332,l), +(218,210,l), +(217,127,l), +(220,0,l) +); +}, +{ +closed = 1; +nodes = ( +(154,0,l), +(180,120,l), +(225,208,l), +(365,303,l), +(518,541,l), +(331,541,l), +(261,410,l), +(222,326,l), +(305,729,l), +(130,729,l), +(-22,0,l) ); } ); -width = 461; +width = 477; }, { anchors = ( @@ -367,13 +423,20 @@ shapes = ( { closed = 1; nodes = ( +(418,0,l), +(274,330,l), +(245,306,l), +(271,244,l), +(376,0,l) +); +}, +{ +closed = 1; +nodes = ( (68,0,l), (104,175,l), -(249,297,l), -(271,244,l), -(376,0,l), -(418,0,l), -(278,321,l), +(256,303,l), +(271,315,l), (514,517,l), (461,517,l), (189,291,l), @@ -402,13 +465,20 @@ shapes = ( { closed = 1; nodes = ( +(574,0,l), +(433,331,l), +(281,218,l), +(308,147,l), +(366,0,l) +); +}, +{ +closed = 1; +nodes = ( (190,0,l), (221,144,l), -(287,203,l), -(308,147,l), -(366,0,l), -(574,0,l), -(439,316,l), +(299,214,l), +(427,305,l), (687,544,l), (456,544,l), (311,400,l), @@ -437,13 +507,20 @@ shapes = ( { closed = 1; nodes = ( +(491,0,l), +(287,327,l), +(259,308,l), +(296,244,l), +(446,0,l) +); +}, +{ +closed = 1; +nodes = ( (49,0,l), (86,182,l), -(263,300,l), -(296,244,l), -(446,0,l), -(491,0,l), -(292,320,l), +(270,305,l), +(285,315,l), (584,517,l), (529,517,l), (178,280,l), @@ -460,11 +537,11 @@ width = 556; anchors = ( { name = bottom; -pos = (322,0); +pos = (328,0); }, { name = top; -pos = (473,729); +pos = (479,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -472,24 +549,603 @@ shapes = ( { closed = 1; nodes = ( +(683,0,l), +(484,335,l), +(312,216,l), +(344,151,l), +(428,0,l) +); +}, +{ +closed = 1; +nodes = ( +(212,0,l), +(242,142,l), +(332,212,l), +(479,311,l), +(791,544,l), +(511,544,l), +(340,409,l), +(289,366,l), +(363,729,l), +(144,729,l), +(-7,0,l) +); +} +); +width = 736; +}, +{ +anchors = ( +{ +name = bottom; +pos = (117,0); +}, +{ +name = top; +pos = (117,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(267,0,l), +(142,341,l), +(124,309,l), +(149,241,l), +(235,0,l) +); +}, +{ +closed = 1; +nodes = ( +(66,0,l), +(66,193,l), +(133,311,l), +(140,323,l), +(249,516,l), +(215,516,l), +(109,327,l), +(66,249,l), +(66,729,l), +(36,729,l), +(36,0,l) +); +} +); +width = 255; +}, +{ +anchors = ( +{ +name = bottom; +pos = (220,0); +}, +{ +name = top; +pos = (220,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(442,0,l), +(339,347,l), +(207,191,l), +(226,118,l), +(255,0,l) +); +}, +{ +closed = 1; +nodes = ( +(193,0,l), +(193,113,l), +(215,191,l), +(338,317,l), +(434,541,l), +(262,541,l), +(217,422,l), +(193,361,l), +(193,729,l), +(16,729,l), +(16,0,l) +); +} +); +width = 436; +}, +{ +anchors = ( +{ +name = bottom; +pos = (236,0); +}, +{ +name = top; +pos = (236,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(467,0,l), +(240,328,l), +(212,301,l), +(253,244,l), +(423,0,l) +); +}, +{ +closed = 1; +nodes = ( +(96,0,l), +(96,175,l), +(225,300,l), +(239,313,l), +(448,517,l), +(399,517,l), +(145,269,l), +(96,221,l), +(96,729,l), +(59,729,l), +(59,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 463; +}, +{ +anchors = ( +{ +name = bottom; +pos = (306,0); +}, +{ +name = top; +pos = (306,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(590,0,l), +(390,345,l), +(252,204,l), +(290,147,l), +(373,0,l) +); +}, +{ +closed = 1; +nodes = ( +(221,0,l), +(221,151,l), +(287,217,l), +(379,309,l), +(582,544,l), +(368,544,l), +(263,423,l), +(221,376,l), +(221,729,l), +(30,729,l), +(30,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; +}; +width = 597; +}, +{ +anchors = ( +{ +name = bottom; +pos = (272,0); +}, +{ +name = top; +pos = (272,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(549,0,l), +(270,328,l), +(241,305,l), +(293,244,l), +(500,0,l) +); +}, +{ +closed = 1; +nodes = ( +(93,0,l), +(93,180,l), +(254,304,l), +(269,315,l), +(527,517,l), +(471,517,l), +(163,277,l), +(93,221,l), +(93,729,l), +(56,729,l), +(56,0,l) +); +} +); +width = 551; +}, +{ +anchors = ( +{ +name = bottom; +pos = (358,0); +}, +{ +name = top; +pos = (358,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(728,0,l), +(461,339,l), +(302,209,l), +(342,150,l), +(454,0,l) +); +}, +{ +closed = 1; +nodes = ( +(251,0,l), +(251,142,l), +(323,207,l), +(459,316,l), +(724,544,l), +(449,544,l), +(316,423,l), +(251,360,l), +(251,729,l), +(30,729,l), +(30,0,l) +); +} +); +width = 714; +}, +{ +anchors = ( +{ +name = bottom; +pos = (77,0); +}, +{ +name = top; +pos = (228,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( (206,0,l), -(236,142,l), -(313,202,l), -(338,151,l), -(422,0,l), -(677,0,l), -(486,321,l), -(785,544,l), -(505,544,l), -(334,409,l), -(283,366,l), -(357,729,l), -(138,729,l), -(-13,0,l) -); -} -); -width = 724; +(152,341,l), +(132,310,l), +(148,191,l), +(176,0,l) +); +}, +{ +closed = 1; +nodes = ( +(13,0,l), +(51,192,l), +(141,309,l), +(151,324,l), +(298,516,l), +(263,516,l), +(112,315,l), +(66,255,l), +(164,729,l), +(135,729,l), +(-16,0,l) +); +} +); +width = 240; +}, +{ +anchors = ( +{ +name = bottom; +pos = (170,0); +}, +{ +name = top; +pos = (321,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(385,0,l), +(353,332,l), +(199,210,l), +(198,127,l), +(201,0,l) +); +}, +{ +closed = 1; +nodes = ( +(135,0,l), +(161,120,l), +(206,208,l), +(346,303,l), +(499,541,l), +(312,541,l), +(242,410,l), +(203,326,l), +(286,729,l), +(111,729,l), +(-41,0,l) +); +} +); +width = 439; +}, +{ +anchors = ( +{ +name = bottom; +pos = (187,0); +}, +{ +name = top; +pos = (338,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,0,l), +(240,330,l), +(213,306,l), +(259,211,l), +(363,0,l) +); +}, +{ +closed = 1; +nodes = ( +(44,0,l), +(80,175,l), +(232,303,l), +(247,315,l), +(490,517,l), +(437,517,l), +(165,291,l), +(91,227,l), +(196,729,l), +(159,729,l), +(7,0,l) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = bottom; +pos = (251,0); +}, +{ +name = top; +pos = (402,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(545,0,l), +(404,331,l), +(252,218,l), +(279,147,l), +(337,0,l) +); +}, +{ +closed = 1; +nodes = ( +(161,0,l), +(192,144,l), +(270,214,l), +(398,305,l), +(658,544,l), +(427,544,l), +(282,400,l), +(234,351,l), +(313,729,l), +(121,729,l), +(-31,0,l) +); +} +); +width = 580; +}, +{ +anchors = ( +{ +name = bottom; +pos = (225,0); +}, +{ +name = top; +pos = (376,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(484,0,l), +(274,327,l), +(246,308,l), +(285,244,l), +(439,0,l) +); +}, +{ +closed = 1; +nodes = ( +(39,0,l), +(76,182,l), +(260,305,l), +(275,315,l), +(574,517,l), +(516,517,l), +(170,283,l), +(88,227,l), +(190,729,l), +(153,729,l), +(2,0,l) +); +} +); +width = 536; +}, +{ +anchors = ( +{ +name = bottom; +pos = (307,0); +}, +{ +name = top; +pos = (458,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(662,0,l), +(463,335,l), +(291,216,l), +(323,151,l), +(407,0,l) +); +}, +{ +closed = 1; +nodes = ( +(191,0,l), +(221,142,l), +(311,212,l), +(458,311,l), +(770,544,l), +(490,544,l), +(319,409,l), +(268,366,l), +(342,729,l), +(123,729,l), +(-28,0,l) +); +} +); +width = 698; } ); metricLeft = l; diff --git a/sources/MonaSans.glyphspackage/glyphs/kcommaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/kcommaaccent.glyph index 4c1bd37c..5eb77f67 100644 --- a/sources/MonaSans.glyphspackage/glyphs/kcommaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/kcommaaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = kcommaaccent; -kernLeft = l; -kernRight = k; +kernLeft = KO_i; +kernRight = KO_k; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (49,0); ref = commaaccentcomb; } ); -width = 465; +width = 481; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = k; }, { -pos = (156,0); +pos = (181,0); ref = commaaccentcomb; } ); -width = 511; +width = 563; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = k; }, { -pos = (163,0); +pos = (187,0); ref = commaaccentcomb; } ); -width = 653; +width = 744; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = k; }, { -pos = (181,0); +pos = (152,0); ref = commaaccentcomb; } ); -width = 563; +width = 506; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = k; }, { -pos = (187,0); +pos = (170,0); ref = commaaccentcomb; } ); -width = 732; +width = 642; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (57,0); ref = commaaccentcomb; } ); -width = 461; +width = 477; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (199,0); ref = commaaccentcomb; } ); -width = 724; +width = 736; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = k; +}, +{ +pos = (40,0); +ref = commaaccentcomb; +} +); +width = 255; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = k; +}, +{ +pos = (48,0); +ref = commaaccentcomb; +} +); +width = 436; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = k; +}, +{ +pos = (150,0); +ref = commaaccentcomb; +} +); +width = 463; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = k; +}, +{ +pos = (157,0); +ref = commaaccentcomb; +} +); +width = 597; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = k; +}, +{ +pos = (181,0); +ref = commaaccentcomb; +} +); +width = 551; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = k; +}, +{ +pos = (184,0); +ref = commaaccentcomb; +} +); +width = 714; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = k; +}, +{ +pos = (57,0); +ref = commaaccentcomb; +} +); +width = 240; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = k; +}, +{ +pos = (57,0); +ref = commaaccentcomb; +} +); +width = 439; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = k; +}, +{ +pos = (159,0); +ref = commaaccentcomb; +} +); +width = 449; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = k; +}, +{ +pos = (165,0); +ref = commaaccentcomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = k; +}, +{ +pos = (187,0); +ref = commaaccentcomb; +} +); +width = 536; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = k; +}, +{ +pos = (199,0); +ref = commaaccentcomb; +} +); +width = 698; } ); unicode = 311; diff --git a/sources/MonaSans.glyphspackage/glyphs/l.glyph b/sources/MonaSans.glyphspackage/glyphs/l.glyph index aa80a6da..313796b7 100644 --- a/sources/MonaSans.glyphspackage/glyphs/l.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/l.glyph @@ -1,25 +1,33 @@ { glyphname = l; -kernLeft = l; -kernRight = l; +kernLeft = KO_l; +kernRight = KO_l; layers = ( { anchors = ( { +name = "#entry"; +pos = (8,0); +}, +{ +name = "#exit"; +pos = (239,0); +}, +{ name = bottom; -pos = (116,0); +pos = (124,0); }, { name = center; -pos = (116,365); +pos = (124,365); }, { name = top; -pos = (116,729); +pos = (124,729); }, { name = topright; -pos = (204,729); +pos = (212,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -27,18 +35,25 @@ shapes = ( { closed = 1; nodes = ( -(204,0,l), -(204,729,l), -(27,729,l), -(27,0,l) +(212,0,l), +(212,729,l), +(35,729,l), +(35,0,l) ); } ); -width = 231; +width = 247; }, { anchors = ( { +name = "#entry"; +}, +{ +name = "#exit"; +pos = (149,0); +}, +{ name = bottom; pos = (75,0); }, @@ -72,31 +87,121 @@ width = 149; { anchors = ( { +name = "#entry"; +pos = (2,0); +}, +{ +name = "#exit"; +pos = (171,0); +}, +{ name = bottom; -pos = (104,0); +pos = (86,0); }, { name = center; -pos = (104,365); +pos = (86,365); }, { name = top; -pos = (104,729); +pos = (86,729); }, { name = topright; -pos = (122,729); +pos = (105,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(122,0,l), -(122,729,l), -(85,729,l), -(85,0,l) +(105,0,l), +(105,729,l), +(68,729,l), +(68,0,l) +); +} +); +width = 173; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (17,0); +}, +{ +name = "#exit"; +pos = (314,0); +}, +{ +name = bottom; +pos = (161,0); +}, +{ +name = center; +pos = (161,365); +}, +{ +name = top; +pos = (161,729); +}, +{ +name = topright; +pos = (271,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(271,0,l), +(271,729,l), +(50,729,l), +(50,0,l) +); +} +); +width = 321; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (5,0); +}, +{ +name = "#exit"; +pos = (208,0); +}, +{ +name = bottom; +pos = (107,0); +}, +{ +name = center; +pos = (107,365); +}, +{ +name = top; +pos = (107,759); +}, +{ +name = topright; +pos = (125,759); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(125,0,l), +(125,759,l), +(88,759,l), +(88,0,l) ); } ); @@ -148,304 +253,829 @@ type = Stem; } ); }; -width = 207; +width = 213; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (311,0); +}, +{ +name = bottom; +pos = (155,0); +}, +{ +name = center; +pos = (155,365); +}, +{ +name = top; +pos = (155,759); +}, +{ +name = topright; +pos = (250,759); +} +); +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(250,0,l), +(250,759,l), +(60,759,l), +(60,0,l) +); +} +); +width = 311; }, { anchors = ( { +name = "#entry"; +}, +{ +name = "#exit"; +pos = (98,0); +}, +{ name = bottom; -pos = (150,0); +pos = (23,0); }, { name = center; -pos = (150,365); +pos = (98,365); }, { name = top; -pos = (150,729); +pos = (173,729); }, { name = topright; +pos = (188,729); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(37,0,l), +(188,729,l), +(159,729,l), +(8,0,l) +); +} +); +width = 151; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-1,0); +}, +{ +name = "#exit"; +pos = (180,0); +}, +{ +name = bottom; +pos = (67,0); +}, +{ +name = center; +pos = (143,365); +}, +{ +name = top; +pos = (218,729); +}, +{ +name = topright; +pos = (306,729); +} +); +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(155,0,l), +(306,729,l), +(131,729,l), +(-21,0,l) +); +} +); +width = 246; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-7,0); +}, +{ +name = "#exit"; +pos = (147,0); +}, +{ +name = bottom; +pos = (47,0); +}, +{ +name = center; +pos = (122,365); +}, +{ +name = top; +pos = (198,729); +}, +{ +name = topright; +pos = (216,729); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(64,0,l), +(216,729,l), +(180,729,l), +(29,0,l) +); +} +); +width = 202; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (1,0); +}, +{ +name = "#exit"; +pos = (243,0); +}, +{ +name = bottom; +pos = (94,0); +}, +{ +name = center; +pos = (170,365); +}, +{ +name = top; pos = (245,729); +}, +{ +name = topright; +pos = (341,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { closed = 1; nodes = ( -(245,0,l), -(245,729,l), -(54,729,l), -(54,0,l) +(189,0,l), +(341,729,l), +(150,729,l), +(-1,0,l) ); } ); -width = 299; +width = 301; }, { anchors = ( { +name = "#entry"; +pos = (14,0); +}, +{ +name = "#exit"; +pos = (118,0); +}, +{ name = bottom; -pos = (84,0); +pos = (33,0); }, { name = center; -pos = (84,365); +pos = (108,365); }, { name = top; -pos = (84,729); +pos = (183,729); }, { name = topright; -pos = (103,729); +pos = (202,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(51,0,l), +(202,729,l), +(165,729,l), +(14,0,l) +); +} +); +width = 173; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-5,0); +}, +{ +name = "#exit"; +pos = (258,0); +}, +{ +name = bottom; +pos = (105,0); +}, +{ +name = center; +pos = (180,365); +}, +{ +name = top; +pos = (256,729); +}, +{ +name = topright; +pos = (365,729); +} +); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { closed = 1; nodes = ( -(103,0,l), -(103,729,l), +(214,0,l), +(365,729,l), +(146,729,l), +(-5,0,l) +); +} +); +width = 321; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (101,0); +}, +{ +name = bottom; +pos = (51,0); +}, +{ +name = center; +pos = (51,365); +}, +{ +name = top; +pos = (51,729); +}, +{ +name = topright; +pos = (65,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,0,l), (66,729,l), -(66,0,l) +(36,729,l), +(36,0,l) ); } ); -width = 169; +width = 101; }, { anchors = ( { +name = "#entry"; +pos = (1,0); +}, +{ +name = "#exit"; +pos = (210,0); +}, +{ name = bottom; -pos = (154,0); +pos = (106,0); }, { name = center; -pos = (154,365); +pos = (106,365); }, { name = top; -pos = (154,729); +pos = (106,729); }, { name = topright; -pos = (264,729); +pos = (194,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(264,0,l), -(264,729,l), -(43,729,l), -(43,0,l) +(194,0,l), +(194,729,l), +(17,729,l), +(17,0,l) ); } ); -width = 307; +width = 211; }, { anchors = ( { +name = "#entry"; +}, +{ +name = "#exit"; +pos = (155,0); +}, +{ name = bottom; -pos = (22,0); +pos = (78,0); }, { name = center; -pos = (97,365); +pos = (78,365); }, { name = top; -pos = (172,729); +pos = (78,729); }, { name = topright; -pos = (187,729); +pos = (96,729); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(36,0,l), -(187,729,l), -(158,729,l), -(7,0,l) +(96,0,l), +(96,729,l), +(59,729,l), +(59,0,l) ); } ); -width = 149; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 155; }, { anchors = ( { +name = "#entry"; +}, +{ +name = "#exit"; +pos = (251,0); +}, +{ name = bottom; -pos = (58,0); +pos = (126,0); }, { name = center; -pos = (134,365); +pos = (126,365); }, { name = top; -pos = (209,729); +pos = (126,729); }, { name = topright; -pos = (297,729); +pos = (221,729); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(146,0,l), -(297,729,l), -(122,729,l), -(-30,0,l) +(221,0,l), +(221,729,l), +(30,729,l), +(30,0,l) ); } ); -width = 228; +width = 251; }, { anchors = ( { +name = "#entry"; +pos = (2,0); +}, +{ +name = "#exit"; +pos = (151,0); +}, +{ name = bottom; -pos = (49,0); +pos = (76,0); }, { name = center; -pos = (124,365); +pos = (76,365); }, { name = top; -pos = (200,729); +pos = (76,729); }, { name = topright; -pos = (218,729); +pos = (95,729); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(66,0,l), -(218,729,l), -(182,729,l), +(95,0,l), +(95,729,l), +(58,729,l), +(58,0,l) +); +} +); +width = 153; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (1,0); +}, +{ +name = "#exit"; +pos = (282,0); +}, +{ +name = bottom; +pos = (142,0); +}, +{ +name = center; +pos = (142,365); +}, +{ +name = top; +pos = (142,729); +}, +{ +name = topright; +pos = (252,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(252,0,l), +(252,729,l), +(31,729,l), (31,0,l) ); } ); -width = 206; +width = 283; }, { anchors = ( { +name = "#entry"; +pos = (-24,0); +}, +{ +name = "#exit"; +pos = (74,0); +}, +{ name = bottom; -pos = (93,0); +pos = (-1,0); }, { name = center; -pos = (169,365); +pos = (74,365); }, { name = top; -pos = (244,729); +pos = (149,729); }, { name = topright; -pos = (340,729); +pos = (164,729); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(188,0,l), -(340,729,l), -(149,729,l), -(-2,0,l) +(13,0,l), +(164,729,l), +(135,729,l), +(-16,0,l) ); } ); -width = 299; +width = 103; }, { anchors = ( { +name = "#entry"; +pos = (-20,0); +}, +{ +name = "#exit"; +pos = (161,0); +}, +{ name = bottom; -pos = (31,0); +pos = (48,0); }, { name = center; -pos = (106,365); +pos = (124,365); }, { name = top; -pos = (181,729); +pos = (199,729); }, { name = topright; -pos = (200,729); +pos = (287,729); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(49,0,l), -(200,729,l), -(163,729,l), -(12,0,l) +(136,0,l), +(287,729,l), +(112,729,l), +(-40,0,l) ); } ); -width = 169; +width = 208; }, { anchors = ( { +name = "#entry"; +pos = (-26,0); +}, +{ +name = "#exit"; +pos = (128,0); +}, +{ name = bottom; -pos = (97,0); +pos = (28,0); }, { name = center; -pos = (172,365); +pos = (103,365); }, { name = top; -pos = (248,729); +pos = (179,729); }, { name = topright; -pos = (357,729); +pos = (197,729); } ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(45,0,l), +(197,729,l), +(161,729,l), +(10,0,l) +); +} +); +width = 164; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-28,0); +}, +{ +name = "#exit"; +pos = (214,0); +}, +{ +name = bottom; +pos = (65,0); +}, +{ +name = center; +pos = (141,365); +}, +{ +name = top; +pos = (216,729); +}, +{ +name = topright; +pos = (312,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(312,729,l), +(121,729,l), +(-30,0,l) +); +} +); +width = 243; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (108,0); +}, +{ +name = bottom; +pos = (23,0); +}, +{ +name = center; +pos = (98,365); +}, +{ +name = top; +pos = (173,729); +}, +{ +name = topright; +pos = (192,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(41,0,l), +(192,729,l), +(155,729,l), +(4,0,l) +); +} +); +width = 153; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-27,0); +}, +{ +name = "#exit"; +pos = (236,0); +}, +{ +name = bottom; +pos = (83,0); +}, +{ +name = center; +pos = (158,365); +}, +{ +name = top; +pos = (234,729); +}, +{ +name = topright; +pos = (343,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(206,0,l), -(357,729,l), -(138,729,l), -(-13,0,l) +(192,0,l), +(343,729,l), +(124,729,l), +(-27,0,l) ); } ); -width = 305; +width = 277; } ); metricRight = "=|"; diff --git a/sources/MonaSans.glyphspackage/glyphs/l.ss03.glyph b/sources/MonaSans.glyphspackage/glyphs/l.ss03.glyph index d6a9fde1..e33a1a61 100644 --- a/sources/MonaSans.glyphspackage/glyphs/l.ss03.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/l.ss03.glyph @@ -1,25 +1,25 @@ { glyphname = l.ss03; -kernLeft = l.ss02; -kernRight = l.ss02; +kernLeft = KO_l.ss03; +kernRight = KO_l.ss03; layers = ( { anchors = ( { name = bottom; -pos = (112,0); +pos = (120,0); }, { name = center; -pos = (112,365); +pos = (120,365); }, { name = top; -pos = (112,729); +pos = (120,729); }, { name = topright; -pos = (200,729); +pos = (208,729); } ); background = { @@ -40,22 +40,22 @@ shapes = ( { closed = 1; nodes = ( -(239,0,l), -(239,132,l), -(221,132,ls), -(203,132,o), -(200,137,o), -(200,160,cs), -(200,729,l), -(24,729,l), -(24,124,ls), -(24,40,o), -(62,0,o), -(151,0,cs) +(247,0,l), +(247,132,l), +(229,132,ls), +(211,132,o), +(208,137,o), +(208,160,cs), +(208,729,l), +(32,729,l), +(32,124,ls), +(32,40,o), +(70,0,o), +(159,0,cs) ); } ); -width = 250; +width = 266; }, { anchors = ( @@ -102,19 +102,143 @@ width = 152; anchors = ( { name = bottom; -pos = (103,0); +pos = (82,0); +}, +{ +name = center; +pos = (82,365); +}, +{ +name = top; +pos = (82,729); +}, +{ +name = topright; +pos = (101,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(212,0,l), +(212,36,l), +(152,36,ls), +(118,36,o), +(101,48,o), +(101,90,cs), +(101,729,l), +(64,729,l), +(64,79,ls), +(64,23,o), +(95,0,o), +(143,0,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,0,l), +(221,36,l), +(160,36,ls), +(119,36,o), +(101,49,o), +(101,98,cs), +(101,729,l), +(64,729,l), +(64,93,ls), +(64,29,o), +(93,0,o), +(157,0,cs) +); +} +); +width = 233; +}, +{ +anchors = ( +{ +name = bottom; +pos = (154,0); }, { name = center; -pos = (103,365); +pos = (154,365); }, { name = top; -pos = (103,729); +pos = (154,729); }, { name = topright; -pos = (121,729); +pos = (264,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(313,0,l), +(313,164,l), +(289,164,ls), +(271,164,o), +(258,170,o), +(258,200,cs), +(258,729,l), +(37,729,l), +(37,159,ls), +(37,56,o), +(81,0,o), +(195,0,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,0,l), +(339,164,l), +(295,164,ls), +(277,164,o), +(264,170,o), +(264,200,cs), +(264,729,l), +(43,729,l), +(43,159,ls), +(43,56,o), +(87,0,o), +(201,0,cs) +); +} +); +width = 349; +}, +{ +anchors = ( +{ +name = bottom; +pos = (104,0); +}, +{ +name = center; +pos = (104,365); +}, +{ +name = top; +pos = (104,729); +}, +{ +name = topright; +pos = (122,729); } ); background = { @@ -138,23 +262,23 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(212,0,l), -(212,36,l), -(168,36,ls), -(137,36,o), -(121,47,o), -(121,85,cs), -(121,729,l), -(84,729,l), -(84,76,ls), -(84,22,o), -(112,0,o), -(162,0,cs) +(211,0,l), +(211,36,l), +(167,36,ls), +(138,36,o), +(122,47,o), +(122,85,cs), +(122,729,l), +(85,729,l), +(85,76,ls), +(85,22,o), +(113,0,o), +(161,0,cs) ); } ); @@ -206,25 +330,25 @@ type = Stem; } ); }; -width = 235; +width = 236; }, { anchors = ( { name = bottom; -pos = (145,0); +pos = (143,0); }, { name = center; -pos = (145,365); +pos = (143,365); }, { name = top; -pos = (145,729); +pos = (143,729); }, { name = topright; -pos = (240,729); +pos = (238,729); } ); background = { @@ -248,151 +372,27 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,0,l), -(303,148,l), -(273,148,ls), -(254,148,o), -(240,154,o), -(240,181,cs), -(240,729,l), -(49,729,l), -(49,143,ls), -(49,51,o), -(90,0,o), -(196,0,cs) -); -} -); -width = 320; -}, -{ -anchors = ( -{ -name = bottom; -pos = (82,0); -}, -{ -name = center; -pos = (82,365); -}, -{ -name = top; -pos = (82,729); -}, -{ -name = topright; -pos = (101,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(212,0,l), -(212,36,l), -(152,36,ls), -(118,36,o), -(101,48,o), -(101,90,cs), -(101,729,l), -(64,729,l), -(64,79,ls), -(64,23,o), -(95,0,o), -(143,0,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,0,l), -(221,36,l), -(160,36,ls), -(119,36,o), -(101,49,o), -(101,98,cs), -(101,729,l), -(64,729,l), -(64,93,ls), -(64,29,o), -(93,0,o), -(157,0,cs) -); -} -); -width = 233; -}, -{ -anchors = ( -{ -name = bottom; -pos = (148,0); -}, -{ -name = center; -pos = (148,365); -}, -{ -name = top; -pos = (148,729); -}, -{ -name = topright; -pos = (258,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(313,0,l), -(313,164,l), -(289,164,ls), -(271,164,o), -(258,170,o), -(258,200,cs), -(258,729,l), -(37,729,l), -(37,159,ls), -(37,56,o), -(81,0,o), -(195,0,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(333,0,l), -(333,164,l), -(289,164,ls), -(271,164,o), -(258,170,o), -(258,200,cs), -(258,729,l), -(37,729,l), -(37,159,ls), -(37,56,o), -(81,0,o), -(195,0,cs) +(291,0,l), +(291,148,l), +(265,148,ls), +(249,148,o), +(238,154,o), +(238,181,cs), +(238,729,l), +(48,729,l), +(48,143,ls), +(48,51,o), +(86,0,o), +(188,0,cs) ); } ); -width = 337; +width = 306; }, { anchors = ( @@ -439,19 +439,19 @@ width = 153; anchors = ( { name = bottom; -pos = (56,0); +pos = (64,0); }, { name = center; -pos = (131,365); +pos = (139,365); }, { name = top; -pos = (206,729); +pos = (214,729); }, { name = topright; -pos = (294,729); +pos = (302,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -459,22 +459,22 @@ shapes = ( { closed = 1; nodes = ( -(183,0,l), -(210,132,l), -(192,132,ls), -(174,132,o), -(172,137,o), -(177,160,cs), -(294,729,l), -(118,729,l), -(-7,124,ls), -(-24,40,o), -(6,0,o), -(95,0,cs) +(191,0,l), +(218,132,l), +(200,132,ls), +(182,132,o), +(180,137,o), +(185,160,cs), +(302,729,l), +(126,729,l), +(1,124,ls), +(-16,40,o), +(14,0,o), +(103,0,cs) ); } ); -width = 250; +width = 266; }, { anchors = ( @@ -693,19 +693,19 @@ width = 223; anchors = ( { name = bottom; -pos = (166,0); +pos = (172,0); }, { name = center; -pos = (162,365); +pos = (168,365); }, { name = top; -pos = (237,729); +pos = (243,729); }, { name = topright; -pos = (347,729); +pos = (353,729); } ); background = { @@ -734,22 +734,769 @@ shapes = ( { closed = 1; nodes = ( -(275,0,l), -(309,162,l), -(272,162,ls), -(243,162,o), -(234,171,o), -(240,202,cs), -(349,729,l), -(129,729,l), -(19,198,ls), -(-10,57,o), -(53,0,o), -(159,0,cs) +(281,0,l), +(315,162,l), +(278,162,ls), +(249,162,o), +(240,171,o), +(246,202,cs), +(355,729,l), +(135,729,l), +(25,198,ls), +(-4,57,o), +(59,0,o), +(165,0,cs) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = bottom; +pos = (52,0); +}, +{ +name = center; +pos = (52,365); +}, +{ +name = top; +pos = (52,729); +}, +{ +name = topright; +pos = (66,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,0,l), +(110,29,l), +(93,29,ls), +(70,29,o), +(66,41,o), +(66,64,cs), +(66,729,l), +(37,729,l), +(37,56,ls), +(37,14,o), +(56,0,o), +(89,0,cs) +); +} +); +width = 110; +}, +{ +anchors = ( +{ +name = bottom; +pos = (102,0); +}, +{ +name = center; +pos = (102,365); +}, +{ +name = top; +pos = (102,729); +}, +{ +name = topright; +pos = (190,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(194,0,l), +(194,729,l), +(17,729,l), +(17,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(229,0,l), +(229,132,l), +(211,132,ls), +(193,132,o), +(190,137,o), +(190,160,cs), +(190,729,l), +(14,729,l), +(14,124,ls), +(14,40,o), +(52,0,o), +(141,0,cs) +); +} +); +width = 233; +}, +{ +anchors = ( +{ +name = bottom; +pos = (83,0); +}, +{ +name = center; +pos = (83,365); +}, +{ +name = top; +pos = (83,729); +}, +{ +name = topright; +pos = (101,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(222,0,l), +(222,36,l), +(184,36,ls), +(150,36,o), +(133,48,o), +(133,89,cs), +(133,729,l), +(96,729,l), +(96,80,ls), +(96,24,o), +(127,0,o), +(176,0,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(192,0,l), +(192,36,l), +(148,36,ls), +(117,36,o), +(101,47,o), +(101,85,cs), +(101,729,l), +(64,729,l), +(64,76,ls), +(64,22,o), +(92,0,o), +(142,0,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 195; +}, +{ +anchors = ( +{ +name = bottom; +pos = (124,0); +}, +{ +name = center; +pos = (124,365); +}, +{ +name = top; +pos = (124,729); +}, +{ +name = topright; +pos = (219,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(310,0,l), +(310,153,l), +(280,153,ls), +(259,153,o), +(245,160,o), +(245,188,cs), +(245,729,l), +(54,729,l), +(54,152,ls), +(54,61,o), +(84,0,o), +(211,0,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,0,l), +(282,148,l), +(252,148,ls), +(233,148,o), +(219,154,o), +(219,181,cs), +(219,729,l), +(28,729,l), +(28,143,ls), +(28,51,o), +(69,0,o), +(175,0,cs) +); +} +); +width = 282; +}, +{ +anchors = ( +{ +name = bottom; +pos = (72,0); +}, +{ +name = center; +pos = (72,365); +}, +{ +name = top; +pos = (72,729); +}, +{ +name = topright; +pos = (91,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(212,0,l), +(212,36,l), +(152,36,ls), +(118,36,o), +(101,48,o), +(101,90,cs), +(101,729,l), +(64,729,l), +(64,79,ls), +(64,23,o), +(95,0,o), +(143,0,cs) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,0,l), +(211,36,l), +(150,36,ls), +(109,36,o), +(91,49,o), +(91,98,cs), +(91,729,l), +(54,729,l), +(54,93,ls), +(54,29,o), +(83,0,o), +(147,0,cs) +); +} +); +width = 218; +}, +{ +anchors = ( +{ +name = bottom; +pos = (138,0); +}, +{ +name = center; +pos = (138,365); +}, +{ +name = top; +pos = (138,729); +}, +{ +name = topright; +pos = (248,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(313,0,l), +(313,164,l), +(289,164,ls), +(271,164,o), +(258,170,o), +(258,200,cs), +(258,729,l), +(37,729,l), +(37,159,ls), +(37,56,o), +(81,0,o), +(195,0,cs) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(323,0,l), +(323,164,l), +(279,164,ls), +(261,164,o), +(248,170,o), +(248,200,cs), +(248,729,l), +(27,729,l), +(27,159,ls), +(27,56,o), +(71,0,o), +(185,0,cs) +); +} +); +width = 322; +}, +{ +anchors = ( +{ +name = bottom; +}, +{ +name = center; +pos = (72,365); +}, +{ +name = top; +pos = (148,729); +}, +{ +name = topright; +pos = (164,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,0,l), +(64,28,l), +(47,28,ls), +(24,28,o), +(19,34,o), +(27,73,cs), +(162,729,l), +(133,729,l), +(-4,65,ls), +(-12,26,o), +(-4,0,o), +(35,0,cs) +); +} +); +width = 107; +}, +{ +anchors = ( +{ +name = bottom; +pos = (45,0); +}, +{ +name = center; +pos = (120,365); +}, +{ +name = top; +pos = (195,729); +}, +{ +name = topright; +pos = (283,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,0,l), +(199,132,l), +(181,132,ls), +(163,132,o), +(161,137,o), +(166,160,cs), +(283,729,l), +(107,729,l), +(-18,124,ls), +(-35,40,o), +(-5,0,o), +(84,0,cs) +); +} +); +width = 228; +}, +{ +anchors = ( +{ +name = bottom; +pos = (63,0); +}, +{ +name = center; +pos = (100,365); +}, +{ +name = top; +pos = (175,729); +}, +{ +name = topright; +pos = (201,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(152,0,l), +(159,33,l), +(121,33,ls), +(82,33,o), +(76,48,o), +(84,88,cs), +(217,729,l), +(181,729,l), +(49,91,ls), +(37,32,o), +(55,0,o), +(112,0,cs) +); +} +); +}; +guides = ( +{ +angle = 78.3; +pos = (-101,134); +}, +{ +angle = 78.3; +pos = (68,88); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(128,0,l), +(135,33,l), +(97,33,ls), +(58,33,o), +(50,51,o), +(60,98,cs), +(191,729,l), +(155,729,l), +(25,101,ls), +(12,36,o), +(31,0,o), +(88,0,cs) +); +} +); +width = 180; +}, +{ +anchors = ( +{ +name = bottom; +pos = (62,0); +}, +{ +name = center; +pos = (135,360); +}, +{ +name = top; +pos = (212,729); +}, +{ +name = topright; +pos = (307,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(237,0,l), +(266,138,l), +(244,138,ls), +(225,138,o), +(214,146,o), +(221,179,cs), +(336,729,l), +(145,729,l), +(31,183,ls), +(8,73,o), +(46,0,o), +(149,0,cs) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,0,l), +(237,138,l), +(215,138,ls), +(196,138,o), +(182,141,o), +(189,174,cs), +(306,729,l), +(115,729,l), +(-6,155,ls), +(-26,59,o), +(19,0,o), +(116,0,cs) +); +} +); +width = 252; +}, +{ +anchors = ( +{ +name = bottom; +pos = (34,0); +}, +{ +name = center; +pos = (91,365); +}, +{ +name = top; +pos = (166,729); +}, +{ +name = topright; +pos = (186,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-350,0,l), +(-343,33,l), +(-383,33,ls), +(-422,33,o), +(-428,48,o), +(-420,88,cs), +(-287,729,l), +(-323,729,l), +(-455,91,ls), +(-467,32,o), +(-449,0,o), +(-392,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(155,0,l), +(163,36,l), +(107,36,ls), +(70,36,o), +(55,49,o), +(66,102,cs), +(196,729,l), +(160,729,l), +(29,94,ls), +(17,34,o), +(42,0,o), +(99,0,cs) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,0,l), +(155,33,l), +(109,33,ls), +(62,33,o), +(43,51,o), +(56,112,cs), +(184,729,l), +(148,729,l), +(20,109,ls), +(5,38,o), +(32,0,o), +(99,0,cs) +); +} +); +width = 203; +}, +{ +anchors = ( +{ +name = bottom; +pos = (151,0); +}, +{ +name = center; +pos = (147,365); +}, +{ +name = top; +pos = (222,729); +}, +{ +name = topright; +pos = (332,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(274,0,l), +(309,168,l), +(272,168,ls), +(243,168,o), +(234,177,o), +(240,205,cs), +(350,729,l), +(125,729,l), +(11,181,ls), +(-16,52,o), +(45,0,o), +(151,0,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,0,l), +(294,162,l), +(257,162,ls), +(228,162,o), +(219,171,o), +(225,202,cs), +(334,729,l), +(114,729,l), +(4,198,ls), +(-25,57,o), +(38,0,o), +(144,0,cs) ); } ); -width = 336; +width = 306; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/l.ss04.glyph b/sources/MonaSans.glyphspackage/glyphs/l.ss04.glyph index c9a07b16..8e716692 100644 --- a/sources/MonaSans.glyphspackage/glyphs/l.ss04.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/l.ss04.glyph @@ -1,25 +1,25 @@ { glyphname = l.ss04; -kernLeft = l.ss03; -kernRight = l; +kernLeft = KO_l.ss04; +kernRight = KO_fi; layers = ( { anchors = ( { name = bottom; -pos = (116,0); +pos = (124,0); }, { name = center; -pos = (116,365); +pos = (124,365); }, { name = top; -pos = (116,729); +pos = (124,729); }, { name = topright; -pos = (204,729); +pos = (212,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -27,16 +27,16 @@ shapes = ( { closed = 1; nodes = ( -(204,0,l), -(204,729,l), -(-13,729,l), -(-13,576,l), -(27,576,l), -(27,0,l) +(212,0,l), +(212,729,l), +(-5,729,l), +(-5,576,l), +(35,576,l), +(35,0,l) ); } ); -width = 231; +width = 247; }, { anchors = ( @@ -77,32 +77,102 @@ width = 149; anchors = ( { name = bottom; -pos = (104,0); +pos = (84,0); }, { name = center; -pos = (104,365); +pos = (84,365); }, { name = top; -pos = (104,729); +pos = (84,729); }, { name = topright; -pos = (122,729); +pos = (103,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(122,0,l), -(122,729,l), -(8,729,l), -(8,697,l), -(85,697,l), -(85,0,l) +(103,0,l), +(103,729,l), +(-15,729,l), +(-15,697,l), +(66,697,l), +(66,0,l) +); +} +); +width = 169; +}, +{ +anchors = ( +{ +name = bottom; +pos = (160,0); +}, +{ +name = center; +pos = (160,365); +}, +{ +name = top; +pos = (160,729); +}, +{ +name = topright; +pos = (270,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(270,729,l), +(-7,729,l), +(-7,569,l), +(49,569,l), +(49,0,l) +); +} +); +width = 319; +}, +{ +anchors = ( +{ +name = bottom; +pos = (105,0); +}, +{ +name = center; +pos = (105,365); +}, +{ +name = top; +pos = (105,729); +}, +{ +name = topright; +pos = (123,729); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(123,0,l), +(123,729,l), +(11,729,l), +(11,697,l), +(86,697,l), +(86,0,l) ); } ); @@ -154,112 +224,42 @@ type = Stem; } ); }; -width = 207; -}, -{ -anchors = ( -{ -name = bottom; -pos = (150,0); -}, -{ -name = center; -pos = (150,365); -}, -{ -name = top; -pos = (150,729); -}, -{ -name = topright; -pos = (245,729); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(245,0,l), -(245,729,l), -(-13,729,l), -(-13,576,l), -(54,576,l), -(54,0,l) -); -} -); -width = 299; +width = 208; }, { anchors = ( { name = bottom; -pos = (84,0); +pos = (140,0); }, { name = center; -pos = (84,365); +pos = (140,365); }, { name = top; -pos = (84,729); +pos = (140,729); }, { name = topright; -pos = (103,729); +pos = (235,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(103,0,l), -(103,729,l), -(-15,729,l), -(-15,697,l), -(66,697,l), -(66,0,l) +(235,0,l), +(235,729,l), +(-14,729,l), +(-14,576,l), +(45,576,l), +(45,0,l) ); } ); -width = 169; -}, -{ -anchors = ( -{ -name = bottom; -pos = (154,0); -}, -{ -name = center; -pos = (154,365); -}, -{ -name = top; -pos = (154,729); -}, -{ -name = topright; -pos = (264,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,729,l), -(-13,729,l), -(-13,569,l), -(43,569,l), -(43,0,l) -); -} -); -width = 307; +width = 286; }, { anchors = ( @@ -300,19 +300,19 @@ width = 148; anchors = ( { name = bottom; -pos = (57,0); +pos = (65,0); }, { name = center; -pos = (133,365); +pos = (141,365); }, { name = top; -pos = (208,729); +pos = (216,729); }, { name = topright; -pos = (296,729); +pos = (304,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -320,16 +320,16 @@ shapes = ( { closed = 1; nodes = ( -(145,0,l), -(296,729,l), -(79,729,l), -(47,576,l), -(89,576,l), -(-31,0,l) +(153,0,l), +(304,729,l), +(87,729,l), +(55,576,l), +(97,576,l), +(-23,0,l) ); } ); -width = 227; +width = 243; }, { anchors = ( @@ -440,19 +440,19 @@ width = 169; anchors = ( { name = bottom; -pos = (97,0); +pos = (103,0); }, { name = center; -pos = (172,365); +pos = (178,365); }, { name = top; -pos = (248,729); +pos = (254,729); }, { name = topright; -pos = (357,729); +pos = (363,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -460,16 +460,484 @@ shapes = ( { closed = 1; nodes = ( -(206,0,l), -(357,729,l), +(212,0,l), +(363,729,l), +(86,729,l), +(52,569,l), +(111,569,l), +(-7,0,l) +); +} +); +width = 317; +}, +{ +anchors = ( +{ +name = bottom; +pos = (55,0); +}, +{ +name = center; +pos = (55,365); +}, +{ +name = top; +pos = (55,729); +}, +{ +name = topright; +pos = (69,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(69,0,l), +(69,729,l), +(8,729,l), +(8,702,l), +(40,702,l), +(40,0,l) +); +} +); +width = 105; +}, +{ +anchors = ( +{ +name = bottom; +pos = (111,0); +}, +{ +name = center; +pos = (111,365); +}, +{ +name = top; +pos = (111,729); +}, +{ +name = topright; +pos = (199,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(199,0,l), +(199,729,l), +(-18,729,l), +(-18,576,l), +(22,576,l), +(22,0,l) +); +} +); +width = 215; +}, +{ +anchors = ( +{ +name = bottom; +pos = (87,0); +}, +{ +name = center; +pos = (87,365); +}, +{ +name = top; +pos = (87,729); +}, +{ +name = topright; +pos = (105,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(105,0,l), +(105,729,l), +(-9,729,l), +(-9,697,l), +(68,697,l), +(68,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 164; +}, +{ +anchors = ( +{ +name = bottom; +pos = (138,0); +}, +{ +name = center; +pos = (138,365); +}, +{ +name = top; +pos = (138,729); +}, +{ +name = topright; +pos = (233,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,0,l), +(233,729,l), +(-25,729,l), +(-25,576,l), +(42,576,l), +(42,0,l) +); +} +); +width = 263; +}, +{ +anchors = ( +{ +name = bottom; +pos = (79,0); +}, +{ +name = center; +pos = (79,365); +}, +{ +name = top; +pos = (79,729); +}, +{ +name = topright; +pos = (98,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(98,0,l), +(98,729,l), +(-20,729,l), +(-20,697,l), +(61,697,l), +(61,0,l) +); +} +); +width = 154; +}, +{ +anchors = ( +{ +name = bottom; +pos = (149,0); +}, +{ +name = center; +pos = (149,365); +}, +{ +name = top; +pos = (149,729); +}, +{ +name = topright; +pos = (259,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(259,0,l), +(259,729,l), +(-18,729,l), +(-18,569,l), +(38,569,l), +(38,0,l) +); +} +); +width = 292; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-2,0); +}, +{ +name = center; +pos = (73,365); +}, +{ +name = top; +pos = (148,729); +}, +{ +name = topright; +pos = (163,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(12,0,l), +(163,729,l), +(102,729,l), +(96,702,l), +(128,702,l), +(-17,0,l) +); +} +); +width = 102; +}, +{ +anchors = ( +{ +name = bottom; +pos = (46,0); +}, +{ +name = center; +pos = (122,365); +}, +{ +name = top; +pos = (197,729); +}, +{ +name = topright; +pos = (285,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(134,0,l), +(285,729,l), +(68,729,l), +(36,576,l), +(78,576,l), +(-42,0,l) +); +} +); +width = 205; +}, +{ +anchors = ( +{ +name = bottom; +pos = (25,0); +}, +{ +name = center; +pos = (100,365); +}, +{ +name = top; +pos = (176,729); +}, +{ +name = topright; +pos = (194,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(42,0,l), +(194,729,l), (80,729,l), -(46,569,l), -(105,569,l), -(-13,0,l) +(74,697,l), +(151,697,l), +(7,0,l) +); +} +); +width = 158; +}, +{ +anchors = ( +{ +name = bottom; +pos = (63,0); +}, +{ +name = center; +pos = (139,365); +}, +{ +name = top; +pos = (214,729); +}, +{ +name = topright; +pos = (310,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,0,l), +(310,729,l), +(52,729,l), +(20,576,l), +(87,576,l), +(-32,0,l) +); +} +); +width = 240; +}, +{ +anchors = ( +{ +name = bottom; +pos = (21,0); +}, +{ +name = center; +pos = (96,365); +}, +{ +name = top; +pos = (171,729); +}, +{ +name = topright; +pos = (190,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(190,729,l), +(72,729,l), +(66,697,l), +(146,697,l), +(2,0,l) +); +} +); +width = 149; +}, +{ +anchors = ( +{ +name = bottom; +pos = (82,0); +}, +{ +name = center; +pos = (157,365); +}, +{ +name = top; +pos = (233,729); +}, +{ +name = topright; +pos = (342,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,0,l), +(342,729,l), +(65,729,l), +(31,569,l), +(90,569,l), +(-28,0,l) ); } ); -width = 305; +width = 275; } ); metricRight = l; diff --git a/sources/MonaSans.glyphspackage/glyphs/lacute.glyph b/sources/MonaSans.glyphspackage/glyphs/lacute.glyph index 95ca4d33..0fe0f9e3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lacute.glyph @@ -26,59 +26,59 @@ pos = (4,51); ref = acutecomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l; }, { -pos = (49,57); +pos = (28,57); ref = acutecomb; } ); -width = 207; +width = 173; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l; }, { -pos = (38,51); +pos = (38,56); ref = acutecomb; } ); -width = 299; +width = 321; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l; }, { -pos = (26,57); +pos = (51,87); ref = acutecomb; } ); -width = 169; +width = 213; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l; }, { -pos = (37,56); +pos = (45,81); ref = acutecomb; } ); -width = 307; +width = 311; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -87,11 +87,11 @@ shapes = ( ref = l; }, { -pos = (31,57); +pos = (32,57); ref = acutecomb; } ); -width = 149; +width = 151; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -100,11 +100,11 @@ shapes = ( ref = l; }, { -pos = (14,51); +pos = (15,51); ref = acutecomb; } ); -width = 228; +width = 246; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -113,11 +113,11 @@ shapes = ( ref = l; }, { -pos = (58,57); +pos = (56,57); ref = acutecomb; } ); -width = 206; +width = 202; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -126,11 +126,11 @@ shapes = ( ref = l; }, { -pos = (49,51); +pos = (50,51); ref = acutecomb; } ); -width = 299; +width = 301; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -139,11 +139,11 @@ shapes = ( ref = l; }, { -pos = (38,57); +pos = (40,57); ref = acutecomb; } ); -width = 169; +width = 173; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -152,11 +152,171 @@ shapes = ( ref = l; }, { -pos = (48,56); +pos = (50,56); +ref = acutecomb; +} +); +width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l; +}, +{ +pos = (15,57); +ref = acutecomb; +} +); +width = 101; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l; +}, +{ +pos = (4,51); +ref = acutecomb; +} +); +width = 211; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l; +}, +{ +pos = (43,57); +ref = acutecomb; +} +); +width = 155; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = l; +}, +{ +pos = (35,51); +ref = acutecomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = l; +}, +{ +alignment = -1; +pos = (26,57); +ref = acutecomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = l; +}, +{ +alignment = -1; +pos = (37,56); +ref = acutecomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l; +}, +{ +pos = (31,57); +ref = acutecomb; +} +); +width = 103; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l; +}, +{ +pos = (15,51); +ref = acutecomb; +} +); +width = 208; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l; +}, +{ +pos = (61,57); +ref = acutecomb; +} +); +width = 164; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l; +}, +{ +pos = (50,51); +ref = acutecomb; +} +); +width = 243; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l; +}, +{ +pos = (40,57); +ref = acutecomb; +} +); +width = 153; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l; +}, +{ +pos = (49,56); ref = acutecomb; } ); -width = 305; +width = 277; } ); unicode = 314; diff --git a/sources/MonaSans.glyphspackage/glyphs/lacute.ss03.glyph b/sources/MonaSans.glyphspackage/glyphs/lacute.ss03.glyph index 562e874b..674eac3f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lacute.ss03.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lacute.ss03.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = lacute.ss03; -kernRight = l.ss02; +kernRight = KO_l.ss03; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (0,51); ref = acutecomb; } ); -width = 250; +width = 266; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l.ss03; }, { -pos = (48,57); +pos = (24,57); ref = acutecomb; } ); -width = 235; +width = 233; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l.ss03; }, { -pos = (33,51); +pos = (31,56); ref = acutecomb; } ); -width = 320; +width = 349; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l.ss03; }, { -pos = (24,57); +pos = (48,57); ref = acutecomb; } ); -width = 233; +width = 236; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l.ss03; }, { -pos = (31,56); +pos = (33,51); ref = acutecomb; } ); -width = 337; +width = 306; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (11,51); ref = acutecomb; } ); -width = 250; +width = 266; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (37,56); ref = acutecomb; } ); -width = 336; +width = 348; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (16,57); +ref = acutecomb; +} +); +width = 110; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (0,51); +ref = acutecomb; +} +); +width = 233; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (48,57); +ref = acutecomb; +} +); +width = 195; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = l.ss03; +}, +{ +alignment = -1; +pos = (33,51); +ref = acutecomb; +} +); +width = 294; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (24,57); +ref = acutecomb; +} +); +width = 218; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (31,56); +ref = acutecomb; +} +); +width = 322; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (30,57); +ref = acutecomb; +} +); +width = 107; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (11,51); +ref = acutecomb; +} +); +width = 228; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (57,57); +ref = acutecomb; +} +); +width = 180; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (46,51); +ref = acutecomb; +} +); +width = 252; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (33,57); +ref = acutecomb; +} +); +width = 203; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (37,56); +ref = acutecomb; +} +); +width = 306; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/lacute.ss04.glyph b/sources/MonaSans.glyphspackage/glyphs/lacute.ss04.glyph index 4f9f598e..7b689ac4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lacute.ss04.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lacute.ss04.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = lacute.ss04; +kernLeft = KO_l.ss04; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,59 +27,59 @@ pos = (4,51); ref = acutecomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l.ss04; }, { -pos = (49,57); +pos = (26,57); ref = acutecomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l.ss04; }, { -pos = (38,51); +pos = (37,56); ref = acutecomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l.ss04; }, { -pos = (26,57); +pos = (49,57); ref = acutecomb; } ); -width = 169; +width = 208; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l.ss04; }, { -pos = (37,56); +pos = (30,51); ref = acutecomb; } ); -width = 307; +width = 286; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -104,7 +105,7 @@ pos = (13,51); ref = acutecomb; } ); -width = 227; +width = 243; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -156,7 +157,163 @@ pos = (48,56); ref = acutecomb; } ); -width = 305; +width = 317; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (19,57); +ref = acutecomb; +} +); +width = 105; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (9,51); +ref = acutecomb; +} +); +width = 215; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (52,57); +ref = acutecomb; +} +); +width = 164; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (47,51); +ref = acutecomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (31,57); +ref = acutecomb; +} +); +width = 154; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (42,56); +ref = acutecomb; +} +); +width = 292; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (30,57); +ref = acutecomb; +} +); +width = 102; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (13,51); +ref = acutecomb; +} +); +width = 205; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (58,57); +ref = acutecomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (48,51); +ref = acutecomb; +} +); +width = 240; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (38,57); +ref = acutecomb; +} +); +width = 149; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (48,56); +ref = acutecomb; +} +); +width = 275; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/lcaron.glyph b/sources/MonaSans.glyphspackage/glyphs/lcaron.glyph index ea45d4cc..df17e5cd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lcaron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lcaron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = lcaron; -kernLeft = l; -kernRight = lcaron; +kernLeft = KO_i; +kernRight = KO_lcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (183,0); ref = caroncomb.alt; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l; }, { -pos = (140,0); +pos = (133,0); ref = caroncomb.alt; } ); -width = 207; +width = 173; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l; }, { -pos = (224,0); +pos = (255,0); ref = caroncomb.alt; } ); -width = 299; +width = 321; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l; }, { -pos = (131,0); +pos = (146,30); ref = caroncomb.alt; } ); -width = 169; +width = 213; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l; }, { -pos = (254,0); +pos = (227,30); ref = caroncomb.alt; } ); -width = 307; +width = 311; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -89,11 +89,11 @@ shapes = ( ref = l; }, { -pos = (99,0); +pos = (100,0); ref = caroncomb.alt; } ); -width = 149; +width = 151; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -102,11 +102,11 @@ shapes = ( ref = l; }, { -pos = (180,0); +pos = (181,0); ref = caroncomb.alt; } ); -width = 228; +width = 246; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -115,11 +115,11 @@ shapes = ( ref = l; }, { -pos = (139,0); +pos = (137,0); ref = caroncomb.alt; } ); -width = 206; +width = 202; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -128,11 +128,11 @@ shapes = ( ref = l; }, { -pos = (233,0); +pos = (234,0); ref = caroncomb.alt; } ); -width = 299; +width = 301; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -141,6 +141,86 @@ shapes = ( ref = l; }, { +pos = (133,0); +ref = caroncomb.alt; +} +); +width = 173; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = l; +}, +{ +pos = (254,0); +ref = caroncomb.alt; +} +); +width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l; +}, +{ +pos = (94,0); +ref = caroncomb.alt; +} +); +width = 101; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l; +}, +{ +pos = (183,0); +ref = caroncomb.alt; +} +); +width = 211; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l; +}, +{ +pos = (134,0); +ref = caroncomb.alt; +} +); +width = 155; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = l; +}, +{ +pos = (221,0); +ref = caroncomb.alt; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = l; +}, +{ +alignment = -1; pos = (131,0); ref = caroncomb.alt; } @@ -148,17 +228,97 @@ ref = caroncomb.alt; width = 169; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = l; +}, +{ +alignment = -1; +pos = (254,0); +ref = caroncomb.alt; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l; +}, +{ +pos = (99,0); +ref = caroncomb.alt; +} +); +width = 103; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l; +}, +{ +pos = (181,0); +ref = caroncomb.alt; +} +); +width = 208; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l; +}, +{ +pos = (142,0); +ref = caroncomb.alt; +} +); +width = 164; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l; +}, +{ +pos = (234,0); +ref = caroncomb.alt; +} +); +width = 243; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l; +}, +{ +pos = (133,0); +ref = caroncomb.alt; +} +); +width = 153; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = l; }, { -pos = (252,0); +pos = (253,0); ref = caroncomb.alt; } ); -width = 305; +width = 277; } ); unicode = 318; diff --git a/sources/MonaSans.glyphspackage/glyphs/lcaron.ss03.glyph b/sources/MonaSans.glyphspackage/glyphs/lcaron.ss03.glyph index 71410fe1..771734a0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lcaron.ss03.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lcaron.ss03.glyph @@ -1,7 +1,6 @@ { color = 6; glyphname = lcaron.ss03; -kernLeft = l.ss02; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +26,59 @@ pos = (179,0); ref = caroncomb.alt; } ); -width = 250; +width = 266; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l.ss03; }, { -pos = (139,0); +pos = (129,0); ref = caroncomb.alt; } ); -width = 235; +width = 233; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l.ss03; }, { -pos = (219,0); +pos = (248,0); ref = caroncomb.alt; } ); -width = 320; +width = 349; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l.ss03; }, { -pos = (129,0); +pos = (143,0); ref = caroncomb.alt; } ); -width = 233; +width = 236; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l.ss03; }, { -pos = (248,0); +pos = (215,0); ref = caroncomb.alt; } ); -width = 337; +width = 306; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +104,7 @@ pos = (177,0); ref = caroncomb.alt; } ); -width = 250; +width = 266; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +156,165 @@ pos = (242,0); ref = caroncomb.alt; } ); -width = 336; +width = 348; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (95,0); +ref = caroncomb.alt; +} +); +width = 110; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (179,0); +ref = caroncomb.alt; +} +); +width = 233; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (139,0); +ref = caroncomb.alt; +} +); +width = 195; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = l.ss03; +}, +{ +alignment = -1; +pos = (219,0); +ref = caroncomb.alt; +} +); +width = 294; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (129,0); +ref = caroncomb.alt; +} +); +width = 218; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (248,0); +ref = caroncomb.alt; +} +); +width = 322; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (99,0); +ref = caroncomb.alt; +} +); +width = 107; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (177,0); +ref = caroncomb.alt; +} +); +width = 228; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (146,0); +ref = caroncomb.alt; +} +); +width = 180; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (229,0); +ref = caroncomb.alt; +} +); +width = 252; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (127,0); +ref = caroncomb.alt; +} +); +width = 203; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (242,0); +ref = caroncomb.alt; +} +); +width = 306; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/lcaron.ss04.glyph b/sources/MonaSans.glyphspackage/glyphs/lcaron.ss04.glyph index 816b43c3..10608917 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lcaron.ss04.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lcaron.ss04.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = lcaron.ss04; -kernLeft = l.ss03; -kernRight = lcaron; +kernLeft = KO_l.ss04; +kernRight = KO_lcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (183,0); ref = caroncomb.alt; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l.ss04; }, { -pos = (140,0); +pos = (131,0); ref = caroncomb.alt; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l.ss04; }, { -pos = (224,0); +pos = (254,0); ref = caroncomb.alt; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l.ss04; }, { -pos = (131,0); +pos = (144,0); ref = caroncomb.alt; } ); -width = 169; +width = 208; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l.ss04; }, { -pos = (254,0); +pos = (212,0); ref = caroncomb.alt; } ); -width = 307; +width = 286; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (179,0); ref = caroncomb.alt; } ); -width = 227; +width = 243; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,163 @@ pos = (252,0); ref = caroncomb.alt; } ); -width = 305; +width = 317; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (98,0); +ref = caroncomb.alt; +} +); +width = 105; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (188,0); +ref = caroncomb.alt; +} +); +width = 215; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (143,0); +ref = caroncomb.alt; +} +); +width = 164; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (233,0); +ref = caroncomb.alt; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (136,0); +ref = caroncomb.alt; +} +); +width = 154; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (259,0); +ref = caroncomb.alt; +} +); +width = 292; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (98,0); +ref = caroncomb.alt; +} +); +width = 102; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (179,0); +ref = caroncomb.alt; +} +); +width = 205; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (139,0); +ref = caroncomb.alt; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (232,0); +ref = caroncomb.alt; +} +); +width = 240; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (131,0); +ref = caroncomb.alt; +} +); +width = 149; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (252,0); +ref = caroncomb.alt; +} +); +width = 275; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.glyph index 4dd91344..b553273f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = lcommaaccent; -kernRight = l; +kernRight = KO_i.ss01; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,58 @@ pos = (-66,0); ref = commaaccentcomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l; }, { -pos = (-2,0); +pos = (-15,0); ref = commaaccentcomb; } ); -width = 207; +width = 173; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l; }, { -pos = (-20,0); +pos = (-29,0); ref = commaaccentcomb; } ); -width = 299; +width = 321; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l; }, { -pos = (-17,0); ref = commaaccentcomb; } ); -width = 169; +width = 213; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l; }, { -pos = (-30,0); +pos = (-8,0); ref = commaaccentcomb; } ); -width = 307; +width = 311; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -88,11 +87,11 @@ shapes = ( ref = l; }, { -pos = (-21,0); +pos = (-20,0); ref = commaaccentcomb; } ); -width = 149; +width = 151; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -101,11 +100,11 @@ shapes = ( ref = l; }, { -pos = (-66,0); +pos = (-65,0); ref = commaaccentcomb; } ); -width = 228; +width = 246; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -114,11 +113,11 @@ shapes = ( ref = l; }, { -pos = (-3,0); +pos = (-5,0); ref = commaaccentcomb; } ); -width = 206; +width = 202; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -127,11 +126,11 @@ shapes = ( ref = l; }, { -pos = (-22,0); +pos = (-21,0); ref = commaaccentcomb; } ); -width = 299; +width = 301; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -140,11 +139,11 @@ shapes = ( ref = l; }, { -pos = (-17,0); +pos = (-15,0); ref = commaaccentcomb; } ); -width = 169; +width = 173; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -153,11 +152,170 @@ shapes = ( ref = l; }, { +pos = (-24,0); +ref = commaaccentcomb; +} +); +width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l; +}, +{ pos = (-26,0); ref = commaaccentcomb; } ); -width = 305; +width = 101; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-66,0); +ref = commaaccentcomb; +} +); +width = 211; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-8,0); +ref = commaaccentcomb; +} +); +width = 155; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-23,0); +ref = commaaccentcomb; +} +); +width = 251; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = l; +}, +{ +alignment = -1; +pos = (-17,0); +ref = commaaccentcomb; +} +); +width = 169; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = l; +}, +{ +alignment = -1; +pos = (-30,0); +ref = commaaccentcomb; +} +); +width = 307; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-21,0); +ref = commaaccentcomb; +} +); +width = 103; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-65,0); +ref = commaaccentcomb; +} +); +width = 208; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l; +}, +{ +ref = commaaccentcomb; +} +); +width = 164; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-21,0); +ref = commaaccentcomb; +} +); +width = 243; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-15,0); +ref = commaaccentcomb; +} +); +width = 153; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-25,0); +ref = commaaccentcomb; +} +); +width = 277; } ); unicode = 316; diff --git a/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.ss03.glyph b/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.ss03.glyph index 2f24a500..09c3a339 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.ss03.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.ss03.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = lcommaaccent.ss03; -kernRight = l.ss02; +kernRight = KO_l.ss03; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (-70,0); ref = commaaccentcomb; } ); -width = 250; +width = 266; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l.ss03; }, { -pos = (-3,0); +pos = (-19,0); ref = commaaccentcomb; } ); -width = 235; +width = 233; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l.ss03; }, { -pos = (-25,0); +pos = (-36,0); ref = commaaccentcomb; } ); -width = 320; +width = 349; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l.ss03; }, { -pos = (-19,0); +pos = (-3,0); ref = commaaccentcomb; } ); -width = 233; +width = 236; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l.ss03; }, { -pos = (-36,0); +pos = (-20,0); ref = commaaccentcomb; } ); -width = 337; +width = 306; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-68,0); ref = commaaccentcomb; } ); -width = 250; +width = 266; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (43,0); ref = commaaccentcomb; } ); -width = 336; +width = 348; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (-25,0); +ref = commaaccentcomb; +} +); +width = 110; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (-70,0); +ref = commaaccentcomb; +} +); +width = 233; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (-3,0); +ref = commaaccentcomb; +} +); +width = 195; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = l.ss03; +}, +{ +alignment = -1; +pos = (-25,0); +ref = commaaccentcomb; +} +); +width = 294; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (-19,0); +ref = commaaccentcomb; +} +); +width = 218; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (-36,0); +ref = commaaccentcomb; +} +); +width = 322; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (-20,0); +ref = commaaccentcomb; +} +); +width = 107; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (-68,0); +ref = commaaccentcomb; +} +); +width = 228; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (35,0); +ref = commaaccentcomb; +} +); +width = 180; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (-24,0); +ref = commaaccentcomb; +} +); +width = 252; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (-4,0); +ref = commaaccentcomb; +} +); +width = 203; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l.ss03; +}, +{ +pos = (43,0); +ref = commaaccentcomb; +} +); +width = 306; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.ss04.glyph b/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.ss04.glyph index ec93de18..272ed372 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.ss04.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lcommaaccent.ss04.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = lcommaaccent.ss04; -kernRight = l; +kernLeft = KO_l.ss04; +kernRight = KO_i; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-66,0); ref = commaaccentcomb; } ); -width = 231; +width = 247; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l.ss04; }, { -pos = (-2,0); +pos = (-17,0); ref = commaaccentcomb; } ); -width = 207; +width = 169; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l.ss04; }, { -pos = (-20,0); +pos = (-30,0); ref = commaaccentcomb; } ); -width = 299; +width = 319; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l.ss04; }, { -pos = (-17,0); +pos = (-2,0); ref = commaaccentcomb; } ); -width = 169; +width = 208; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l.ss04; }, { -pos = (-30,0); +pos = (-23,0); ref = commaaccentcomb; } ); -width = 307; +width = 286; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-67,0); ref = commaaccentcomb; } ); -width = 227; +width = 243; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,163 @@ pos = (-26,0); ref = commaaccentcomb; } ); -width = 305; +width = 317; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (-22,0); +ref = commaaccentcomb; +} +); +width = 105; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (-61,0); +ref = commaaccentcomb; +} +); +width = 215; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (1,0); +ref = commaaccentcomb; +} +); +width = 164; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (-11,0); +ref = commaaccentcomb; +} +); +width = 263; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (-12,0); +ref = commaaccentcomb; +} +); +width = 154; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (-25,0); +ref = commaaccentcomb; +} +); +width = 292; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (-22,0); +ref = commaaccentcomb; +} +); +width = 102; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (-67,0); +ref = commaaccentcomb; +} +); +width = 205; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (-3,0); +ref = commaaccentcomb; +} +); +width = 158; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (-23,0); +ref = commaaccentcomb; +} +); +width = 240; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (-17,0); +ref = commaaccentcomb; +} +); +width = 149; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l.ss04; +}, +{ +pos = (-26,0); +ref = commaaccentcomb; +} +); +width = 275; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/ldot.glyph b/sources/MonaSans.glyphspackage/glyphs/ldot.glyph index 10719ba4..a36191a0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ldot.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ldot.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ldot; -kernLeft = l; +kernLeft = KO_l; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -11,11 +11,11 @@ ref = l; }, { alignment = 1; -pos = (149,0); +pos = (209,0); ref = periodcentered.loclCAT; } ); -width = 186; +width = 246; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -25,67 +25,67 @@ ref = l; }, { alignment = 1; -pos = (231,0); +pos = (260,0); ref = periodcentered.loclCAT; } ); -width = 398; +width = 443; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l; }, { alignment = 1; -pos = (207,0); +pos = (221,0); ref = periodcentered.loclCAT; } ); -width = 282; +width = 300; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l; }, { alignment = 1; -pos = (299,0); +pos = (352,0); ref = periodcentered.loclCAT; } ); -width = 485; +width = 535; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l; }, { alignment = 1; -pos = (169,0); +pos = (202,0); ref = periodcentered.loclCAT; } ); -width = 248; +width = 467; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l; }, { alignment = 1; -pos = (307,0); +pos = (311,0); ref = periodcentered.loclCAT; } ); -width = 478; +width = 522; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -95,11 +95,11 @@ ref = l; }, { alignment = 1; -pos = (149,0); +pos = (206,0); ref = periodcentered.loclCAT; } ); -width = 196; +width = 253; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -109,11 +109,11 @@ ref = l; }, { alignment = 1; -pos = (228,0); +pos = (266,0); ref = periodcentered.loclCAT; } ); -width = 395; +width = 449; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -123,11 +123,11 @@ ref = l; }, { alignment = 1; -pos = (217,0); +pos = (284,0); ref = periodcentered.loclCAT; } ); -width = 272; +width = 339; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -137,11 +137,11 @@ ref = l; }, { alignment = 1; -pos = (299,0); +pos = (322,0); ref = periodcentered.loclCAT; } ); -width = 490; +width = 513; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -151,11 +151,11 @@ ref = l; }, { alignment = 1; -pos = (169,0); +pos = (221,0); ref = periodcentered.loclCAT; } ); -width = 250; +width = 302; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -165,11 +165,179 @@ ref = l; }, { alignment = 1; -pos = (305,0); +pos = (350,0); +ref = periodcentered.loclCAT; +} +); +width = 538; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (157,0); +ref = periodcentered.loclCAT; +} +); +width = 181; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (220,0); +ref = periodcentered.loclCAT; +} +); +width = 377; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (220,0); +ref = periodcentered.loclCAT; +} +); +width = 261; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (271,0); +ref = periodcentered.loclCAT; +} +); +width = 433; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (195,0); +ref = periodcentered.loclCAT; +} +); +width = 264; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (314,0); +ref = periodcentered.loclCAT; +} +); +width = 475; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (160,0); +ref = periodcentered.loclCAT; +} +); +width = 161; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (227,0); +ref = periodcentered.loclCAT; +} +); +width = 372; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (187,0); +ref = periodcentered.loclCAT; +} +); +width = 194; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (266,0); +ref = periodcentered.loclCAT; +} +); +width = 399; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (201,0); +ref = periodcentered.loclCAT; +} +); +width = 262; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (322,0); ref = periodcentered.loclCAT; } ); -width = 481; +width = 468; } ); unicode = 320; diff --git a/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.glyph index ecbc2a9c..6b798dff 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ldot.ss01; -kernLeft = l; +kernLeft = KO_l; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -25,67 +25,67 @@ ref = l; }, { alignment = 1; -pos = (231,0); +pos = (247,0); ref = periodcentered.loclCAT.ss01; } ); -width = 398; +width = 430; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l; }, { alignment = 1; -pos = (207,0); +pos = (173,0); ref = periodcentered.loclCAT.ss01; } ); -width = 281; +width = 252; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l; }, { alignment = 1; -pos = (299,0); +pos = (312,0); ref = periodcentered.loclCAT.ss01; } ); -width = 485; +width = 495; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l; }, { alignment = 1; -pos = (169,0); +pos = (213,0); ref = periodcentered.loclCAT.ss01; } ); -width = 248; +width = 290; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l; }, { alignment = 1; -pos = (307,0); +pos = (304,0); ref = periodcentered.loclCAT.ss01; } ); -width = 478; +width = 477; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -95,11 +95,11 @@ ref = l; }, { alignment = 1; -pos = (149,0); +pos = (151,0); ref = periodcentered.loclCAT.ss01; } ); -width = 186; +width = 188; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -109,11 +109,11 @@ ref = l; }, { alignment = 1; -pos = (228,0); +pos = (246,0); ref = periodcentered.loclCAT.ss01; } ); -width = 395; +width = 429; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -123,11 +123,11 @@ ref = l; }, { alignment = 1; -pos = (206,0); +pos = (202,0); ref = periodcentered.loclCAT.ss01; } ); -width = 280; +width = 276; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -137,11 +137,11 @@ ref = l; }, { alignment = 1; -pos = (299,0); +pos = (301,0); ref = periodcentered.loclCAT.ss01; } ); -width = 485; +width = 487; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -151,11 +151,11 @@ ref = l; }, { alignment = 1; -pos = (169,0); +pos = (173,0); ref = periodcentered.loclCAT.ss01; } ); -width = 249; +width = 253; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -165,11 +165,179 @@ ref = l; }, { alignment = 1; -pos = (305,0); +pos = (313,0); ref = periodcentered.loclCAT.ss01; } ); -width = 477; +width = 497; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (101,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 125; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (211,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 368; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (155,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 195; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (251,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 413; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (153,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 222; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (283,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 444; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (103,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 103; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (208,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 353; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (170,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 196; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (252,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 380; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (153,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 213; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l; +}, +{ +alignment = 1; +pos = (277,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 419; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.ss03.glyph b/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.ss03.glyph index e03770c1..34af44c4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.ss03.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.ss03.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ldot.ss01.ss03; -kernLeft = l.ss02; +kernLeft = KO_l.ss03; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -29,63 +29,63 @@ pos = (250,0); ref = periodcentered.loclCAT.ss01; } ); -width = 417; +width = 433; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l.ss03; }, { alignment = 1; -pos = (235,0); +pos = (201,0); ref = periodcentered.loclCAT.ss01; } ); -width = 309; +width = 280; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l.ss03; }, { alignment = 1; -pos = (320,0); +pos = (316,0); ref = periodcentered.loclCAT.ss01; } ); -width = 506; +width = 499; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l.ss03; }, { alignment = 1; -pos = (233,0); +pos = (236,0); ref = periodcentered.loclCAT.ss01; } ); -width = 312; +width = 313; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l.ss03; }, { alignment = 1; -pos = (337,0); +pos = (293,0); ref = periodcentered.loclCAT.ss01; } ); -width = 508; +width = 466; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -109,11 +109,11 @@ ref = l.ss03; }, { alignment = 1; -pos = (250,0); +pos = (248,0); ref = periodcentered.loclCAT.ss01; } ); -width = 417; +width = 431; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -137,11 +137,11 @@ ref = l.ss03; }, { alignment = 1; -pos = (310,0); +pos = (308,0); ref = periodcentered.loclCAT.ss01; } ); -width = 496; +width = 494; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -151,11 +151,11 @@ ref = l.ss03; }, { alignment = 1; -pos = (223,0); +pos = (195,0); ref = periodcentered.loclCAT.ss01; } ); -width = 303; +width = 275; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -165,11 +165,180 @@ ref = l.ss03; }, { alignment = 1; -pos = (336,0); +pos = (318,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 502; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (110,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 134; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (233,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 390; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (195,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 235; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = l.ss03; +}, +{ +alignment = -1; +pos = (294,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 468; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (218,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 287; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (322,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 483; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (107,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 107; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (214,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 359; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (180,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 206; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (250,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 378; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (177,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 237; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (280,0); ref = periodcentered.loclCAT.ss01; } ); -width = 508; +width = 422; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.ss04.glyph b/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.ss04.glyph index 57e87f14..d7e5201a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.ss04.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ldot.ss01.ss04.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ldot.ss01.ss04; -kernLeft = l.ss03; +kernLeft = KO_l.ss04; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -25,67 +25,67 @@ ref = l.ss04; }, { alignment = 1; -pos = (231,0); +pos = (247,0); ref = periodcentered.loclCAT.ss01; } ); -width = 398; +width = 430; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l.ss04; }, { alignment = 1; -pos = (207,0); +pos = (169,0); ref = periodcentered.loclCAT.ss01; } ); -width = 281; +width = 248; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l.ss04; }, { alignment = 1; -pos = (299,0); +pos = (312,0); ref = periodcentered.loclCAT.ss01; } ); -width = 485; +width = 495; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l.ss04; }, { alignment = 1; -pos = (169,0); +pos = (208,0); ref = periodcentered.loclCAT.ss01; } ); -width = 248; +width = 285; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l.ss04; }, { alignment = 1; -pos = (307,0); +pos = (286,0); ref = periodcentered.loclCAT.ss01; } ); -width = 478; +width = 459; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -109,11 +109,11 @@ ref = l.ss04; }, { alignment = 1; -pos = (227,0); +pos = (243,0); ref = periodcentered.loclCAT.ss01; } ); -width = 394; +width = 426; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -169,7 +169,175 @@ pos = (305,0); ref = periodcentered.loclCAT.ss01; } ); -width = 477; +width = 471; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (105,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 129; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (215,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 372; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (164,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 204; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (263,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 425; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (154,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 223; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (292,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 453; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (102,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 102; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (205,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 350; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (166,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 192; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (250,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 378; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (149,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 209; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (275,0); +ref = periodcentered.loclCAT.ss01; +} +); +width = 417; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/ldot.ss03.glyph b/sources/MonaSans.glyphspackage/glyphs/ldot.ss03.glyph index 312ee29d..4431b20d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ldot.ss03.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ldot.ss03.glyph @@ -1,6 +1,6 @@ { glyphname = ldot.ss03; -kernLeft = l.ss02; +kernLeft = KO_l.ss03; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -10,11 +10,11 @@ ref = l.ss03; }, { alignment = 1; -pos = (150,0); +pos = (208,0); ref = periodcentered.loclCAT; } ); -width = 187; +width = 245; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -24,67 +24,67 @@ ref = l.ss03; }, { alignment = 1; -pos = (237,0); +pos = (266,0); ref = periodcentered.loclCAT; } ); -width = 404; +width = 449; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l.ss03; }, { alignment = 1; -pos = (218,0); +pos = (233,0); ref = periodcentered.loclCAT; } ); -width = 293; +width = 312; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l.ss03; }, { alignment = 1; -pos = (308,0); +pos = (349,0); ref = periodcentered.loclCAT; } ); -width = 494; +width = 532; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l.ss03; }, { alignment = 1; -pos = (195,0); +pos = (204,0); ref = periodcentered.loclCAT; } ); -width = 274; +width = 469; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l.ss03; }, { alignment = 1; -pos = (317,0); +pos = (306,0); ref = periodcentered.loclCAT; } ); -width = 488; +width = 517; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -94,11 +94,11 @@ ref = l.ss03; }, { alignment = 1; -pos = (149,0); +pos = (204,0); ref = periodcentered.loclCAT; } ); -width = 196; +width = 251; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -108,11 +108,11 @@ ref = l.ss03; }, { alignment = 1; -pos = (238,0); +pos = (266,0); ref = periodcentered.loclCAT; } ); -width = 405; +width = 449; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -122,11 +122,11 @@ ref = l.ss03; }, { alignment = 1; -pos = (220,0); +pos = (283,0); ref = periodcentered.loclCAT; } ); -width = 275; +width = 338; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -136,11 +136,11 @@ ref = l.ss03; }, { alignment = 1; -pos = (301,0); +pos = (315,0); ref = periodcentered.loclCAT; } ); -width = 492; +width = 506; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -150,11 +150,11 @@ ref = l.ss03; }, { alignment = 1; -pos = (191,0); +pos = (223,0); ref = periodcentered.loclCAT; } ); -width = 272; +width = 304; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -164,11 +164,180 @@ ref = l.ss03; }, { alignment = 1; -pos = (316,0); +pos = (348,0); +ref = periodcentered.loclCAT; +} +); +width = 536; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (157,0); +ref = periodcentered.loclCAT; +} +); +width = 181; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (222,0); +ref = periodcentered.loclCAT; +} +); +width = 379; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (225,0); +ref = periodcentered.loclCAT; +} +); +width = 266; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = l.ss03; +}, +{ +alignment = -1; +pos = (282,0); +ref = periodcentered.loclCAT; +} +); +width = 456; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (218,0); +ref = periodcentered.loclCAT; +} +); +width = 287; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (322,0); +ref = periodcentered.loclCAT; +} +); +width = 483; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (159,0); +ref = periodcentered.loclCAT; +} +); +width = 160; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (228,0); +ref = periodcentered.loclCAT; +} +); +width = 373; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (184,0); +ref = periodcentered.loclCAT; +} +); +width = 191; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (259,0); +ref = periodcentered.loclCAT; +} +); +width = 392; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (197,0); +ref = periodcentered.loclCAT; +} +); +width = 258; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l.ss03; +}, +{ +alignment = 1; +pos = (313,0); ref = periodcentered.loclCAT; } ); -width = 492; +width = 459; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/ldot.ss04.glyph b/sources/MonaSans.glyphspackage/glyphs/ldot.ss04.glyph index f76b30c4..18802e97 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ldot.ss04.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ldot.ss04.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ldot.ss04; -kernLeft = l.ss03; +kernLeft = KO_l.ss04; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -11,11 +11,11 @@ ref = l.ss04; }, { alignment = 1; -pos = (149,0); +pos = (209,0); ref = periodcentered.loclCAT; } ); -width = 186; +width = 246; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -25,67 +25,67 @@ ref = l.ss04; }, { alignment = 1; -pos = (231,0); +pos = (260,0); ref = periodcentered.loclCAT; } ); -width = 398; +width = 443; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = l.ss04; }, { alignment = 1; -pos = (207,0); +pos = (219,0); ref = periodcentered.loclCAT; } ); -width = 282; +width = 298; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = l.ss04; }, { alignment = 1; -pos = (299,0); +pos = (351,0); ref = periodcentered.loclCAT; } ); -width = 485; +width = 534; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = l.ss04; }, { alignment = 1; -pos = (169,0); +pos = (201,0); ref = periodcentered.loclCAT; } ); -width = 248; +width = 466; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = l.ss04; }, { alignment = 1; -pos = (307,0); +pos = (298,0); ref = periodcentered.loclCAT; } ); -width = 478; +width = 509; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -95,11 +95,11 @@ ref = l.ss04; }, { alignment = 1; -pos = (148,0); +pos = (204,0); ref = periodcentered.loclCAT; } ); -width = 195; +width = 251; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -109,11 +109,11 @@ ref = l.ss04; }, { alignment = 1; -pos = (227,0); +pos = (264,0); ref = periodcentered.loclCAT; } ); -width = 394; +width = 447; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -123,11 +123,11 @@ ref = l.ss04; }, { alignment = 1; -pos = (206,0); +pos = (286,0); ref = periodcentered.loclCAT; } ); -width = 261; +width = 341; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -137,11 +137,11 @@ ref = l.ss04; }, { alignment = 1; -pos = (298,0); +pos = (320,0); ref = periodcentered.loclCAT; } ); -width = 489; +width = 511; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -151,11 +151,11 @@ ref = l.ss04; }, { alignment = 1; -pos = (169,0); +pos = (219,0); ref = periodcentered.loclCAT; } ); -width = 250; +width = 300; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -165,11 +165,179 @@ ref = l.ss04; }, { alignment = 1; -pos = (305,0); +pos = (348,0); +ref = periodcentered.loclCAT; +} +); +width = 536; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (160,0); +ref = periodcentered.loclCAT; +} +); +width = 184; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (225,0); +ref = periodcentered.loclCAT; +} +); +width = 382; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (229,0); +ref = periodcentered.loclCAT; +} +); +width = 270; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (283,0); +ref = periodcentered.loclCAT; +} +); +width = 445; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (198,0); +ref = periodcentered.loclCAT; +} +); +width = 267; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (321,0); +ref = periodcentered.loclCAT; +} +); +width = 482; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (159,0); +ref = periodcentered.loclCAT; +} +); +width = 160; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (225,0); +ref = periodcentered.loclCAT; +} +); +width = 370; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (184,0); +ref = periodcentered.loclCAT; +} +); +width = 191; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (264,0); +ref = periodcentered.loclCAT; +} +); +width = 397; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (199,0); +ref = periodcentered.loclCAT; +} +); +width = 260; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = l.ss04; +}, +{ +alignment = 1; +pos = (321,0); ref = periodcentered.loclCAT; } ); -width = 481; +width = 467; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/leftA_rrow.glyph b/sources/MonaSans.glyphspackage/glyphs/leftA_rrow.glyph index 06cb54cb..59341120 100644 --- a/sources/MonaSans.glyphspackage/glyphs/leftA_rrow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/leftA_rrow.glyph @@ -7,19 +7,19 @@ shapes = ( { closed = 1; nodes = ( -(250,440,l), -(339,559,l), -(173,559,l), -(26,365,l), -(173,171,l), -(339,171,l), -(250,290,l), -(565,290,l), -(565,440,l) +(258,440,l), +(347,559,l), +(181,559,l), +(34,365,l), +(181,171,l), +(347,171,l), +(258,290,l), +(573,290,l), +(573,440,l) ); } ); -width = 600; +width = 616; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -42,84 +42,84 @@ nodes = ( width = 669; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(157,383,l), -(279,548,l), -(237,548,l), -(101,365,l), -(237,182,l), -(279,182,l), -(157,347,l), -(640,347,l), -(640,383,l) +(111,383,l), +(244,564,l), +(203,564,l), +(55,365,l), +(203,166,l), +(244,166,l), +(111,347,l), +(594,347,l), +(594,383,l) ); } ); -width = 746; +width = 684; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(298,447,l), -(394,595,l), -(228,595,l), -(79,365,l), -(228,135,l), -(394,135,l), -(298,283,l), -(660,283,l), -(660,447,l) +(296,460,l), +(387,605,l), +(195,605,l), +(44,365,l), +(195,125,l), +(387,125,l), +(296,270,l), +(633,270,l), +(633,460,l) ); } ); -width = 746; +width = 682; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(111,383,l), -(244,564,l), -(203,564,l), -(55,365,l), -(203,166,l), -(244,166,l), -(111,347,l), -(594,347,l), -(594,383,l) +(156,383,l), +(276,548,l), +(236,548,l), +(102,365,l), +(236,182,l), +(276,182,l), +(156,347,l), +(631,347,l), +(631,383,l) ); } ); -width = 684; +width = 737; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(290,460,l), -(381,605,l), -(189,605,l), -(38,365,l), -(189,125,l), -(381,125,l), -(290,270,l), -(627,270,l), -(627,460,l) +(294,447,l), +(386,595,l), +(222,595,l), +(77,365,l), +(222,135,l), +(386,135,l), +(294,283,l), +(643,283,l), +(643,447,l) ); } ); -width = 670; +width = 726; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -147,19 +147,19 @@ shapes = ( { closed = 1; nodes = ( -(326,440,l), -(415,559,l), -(249,559,l), -(102,365,l), -(249,171,l), -(415,171,l), -(326,290,l), -(641,290,l), -(641,440,l) +(334,440,l), +(423,559,l), +(257,559,l), +(110,365,l), +(257,171,l), +(423,171,l), +(334,290,l), +(649,290,l), +(649,440,l) ); } ); -width = 762; +width = 778; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -227,19 +227,259 @@ shapes = ( { closed = 1; nodes = ( -(300,460,l), -(391,605,l), -(199,605,l), -(48,365,l), -(199,125,l), -(391,125,l), -(300,270,l), -(637,270,l), -(637,460,l) +(306,460,l), +(397,605,l), +(205,605,l), +(54,365,l), +(205,125,l), +(397,125,l), +(306,270,l), +(643,270,l), +(643,460,l) +); +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(89,380,l), +(201,533,l), +(164,533,l), +(40,365,l), +(164,197,l), +(201,197,l), +(89,350,l), +(579,350,l), +(579,380,l) +); +} +); +width = 629; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(240,440,l), +(329,559,l), +(163,559,l), +(16,365,l), +(163,171,l), +(329,171,l), +(240,290,l), +(555,290,l), +(555,440,l) +); +} +); +width = 580; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(133,383,l), +(255,548,l), +(213,548,l), +(77,365,l), +(213,182,l), +(255,182,l), +(133,347,l), +(616,347,l), +(616,383,l) +); +} +); +width = 698; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(274,447,l), +(370,595,l), +(204,595,l), +(55,365,l), +(204,135,l), +(370,135,l), +(274,283,l), +(636,283,l), +(636,447,l) +); +} +); +width = 698; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(101,383,l), +(234,564,l), +(193,564,l), +(45,365,l), +(193,166,l), +(234,166,l), +(101,347,l), +(584,347,l), +(584,383,l) +); +} +); +width = 664; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,460,l), +(371,605,l), +(179,605,l), +(28,365,l), +(179,125,l), +(371,125,l), +(280,270,l), +(617,270,l), +(617,460,l) +); +} +); +width = 650; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,380,l), +(212,533,l), +(175,533,l), +(51,365,l), +(175,197,l), +(212,197,l), +(100,350,l), +(590,350,l), +(590,380,l) +); +} +); +width = 625; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(315,440,l), +(404,559,l), +(238,559,l), +(91,365,l), +(238,171,l), +(404,171,l), +(315,290,l), +(630,290,l), +(630,440,l) +); +} +); +width = 740; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,383,l), +(267,548,l), +(225,548,l), +(89,365,l), +(225,182,l), +(267,182,l), +(145,347,l), +(628,347,l), +(628,383,l) +); +} +); +width = 700; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,447,l), +(376,595,l), +(210,595,l), +(61,365,l), +(210,135,l), +(376,135,l), +(280,283,l), +(642,283,l), +(642,447,l) +); +} +); +width = 703; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,383,l), +(246,564,l), +(205,564,l), +(57,365,l), +(205,166,l), +(246,166,l), +(113,347,l), +(596,347,l), +(596,383,l) +); +} +); +width = 666; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(285,460,l), +(376,605,l), +(184,605,l), +(33,365,l), +(184,125,l), +(376,125,l), +(285,270,l), +(622,270,l), +(622,460,l) ); } ); -width = 689; +width = 659; } ); unicode = 8592; diff --git a/sources/MonaSans.glyphspackage/glyphs/leftR_ightA_rrow.glyph b/sources/MonaSans.glyphspackage/glyphs/leftR_ightA_rrow.glyph index 30b9349d..2cf915c3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/leftR_ightA_rrow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/leftR_ightA_rrow.glyph @@ -7,24 +7,24 @@ shapes = ( { closed = 1; nodes = ( -(333,171,l), -(244,290,l), -(535,290,l), -(446,171,l), -(612,171,l), -(759,365,l), -(612,559,l), -(446,559,l), -(535,440,l), -(244,440,l), -(333,559,l), -(167,559,l), -(20,365,l), -(167,171,l) +(341,171,l), +(252,290,l), +(543,290,l), +(454,171,l), +(620,171,l), +(767,365,l), +(620,559,l), +(454,559,l), +(543,440,l), +(252,440,l), +(341,559,l), +(175,559,l), +(28,365,l), +(175,171,l) ); } ); -width = 779; +width = 795; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -52,118 +52,118 @@ nodes = ( width = 749; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(258,182,l), +(269,166,l), (136,347,l), (693,347,l), -(571,182,l), -(613,182,l), +(560,166,l), +(601,166,l), (749,365,l), -(613,548,l), -(571,548,l), +(601,564,l), +(560,564,l), (693,383,l), (136,383,l), -(258,548,l), -(216,548,l), +(269,564,l), +(228,564,l), (80,365,l), -(216,182,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 +(228,166,l) ); -stem = -2; -type = Stem; } ); -}; width = 829; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(335,135,l), -(239,283,l), -(592,283,l), -(496,135,l), -(662,135,l), -(811,365,l), -(662,595,l), -(496,595,l), -(592,447,l), -(239,447,l), -(335,595,l), -(169,595,l), -(20,365,l), -(169,135,l) +(369,125,l), +(278,270,l), +(563,270,l), +(472,125,l), +(664,125,l), +(815,365,l), +(664,605,l), +(472,605,l), +(563,460,l), +(278,460,l), +(369,605,l), +(177,605,l), +(26,365,l), +(177,125,l) ); } ); -width = 831; +width = 841; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(269,166,l), -(136,347,l), -(693,347,l), -(560,166,l), -(601,166,l), -(749,365,l), -(601,564,l), -(560,564,l), -(693,383,l), -(136,383,l), -(269,564,l), -(228,564,l), -(80,365,l), -(228,166,l) +(255,182,l), +(137,347,l), +(682,347,l), +(562,182,l), +(604,182,l), +(738,365,l), +(604,548,l), +(562,548,l), +(682,383,l), +(137,383,l), +(255,548,l), +(215,548,l), +(81,365,l), +(215,182,l) ); } ); -width = 829; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 818; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(363,125,l), -(272,270,l), -(557,270,l), -(466,125,l), -(658,125,l), -(809,365,l), -(658,605,l), -(466,605,l), -(557,460,l), -(272,460,l), -(363,605,l), -(171,605,l), -(20,365,l), -(171,125,l) +(329,135,l), +(236,283,l), +(575,283,l), +(482,135,l), +(646,135,l), +(792,365,l), +(646,595,l), +(482,595,l), +(575,447,l), +(236,447,l), +(329,595,l), +(164,595,l), +(19,365,l), +(164,135,l) ); } ); -width = 829; +width = 810; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -196,24 +196,24 @@ shapes = ( { closed = 1; nodes = ( -(352,171,l), -(263,290,l), -(554,290,l), -(465,171,l), -(631,171,l), -(778,365,l), -(631,559,l), -(465,559,l), -(554,440,l), -(263,440,l), -(352,559,l), -(186,559,l), -(39,365,l), -(186,171,l) +(360,171,l), +(271,290,l), +(562,290,l), +(473,171,l), +(639,171,l), +(786,365,l), +(639,559,l), +(473,559,l), +(562,440,l), +(271,440,l), +(360,559,l), +(194,559,l), +(47,365,l), +(194,171,l) ); } ); -width = 798; +width = 814; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -296,24 +296,338 @@ shapes = ( { closed = 1; nodes = ( -(381,125,l), -(290,270,l), -(575,270,l), -(484,125,l), -(676,125,l), -(827,365,l), -(676,605,l), -(484,605,l), -(575,460,l), -(290,460,l), -(381,605,l), -(189,605,l), -(38,365,l), -(189,125,l) +(387,125,l), +(296,270,l), +(581,270,l), +(490,125,l), +(682,125,l), +(833,365,l), +(682,605,l), +(490,605,l), +(581,460,l), +(296,460,l), +(387,605,l), +(195,605,l), +(44,365,l), +(195,125,l) +); +} +); +width = 860; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,197,l), +(89,350,l), +(620,350,l), +(508,197,l), +(545,197,l), +(669,365,l), +(545,533,l), +(508,533,l), +(620,380,l), +(89,380,l), +(201,533,l), +(164,533,l), +(40,365,l), +(164,197,l) +); +} +); +width = 709; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(323,171,l), +(234,290,l), +(525,290,l), +(436,171,l), +(602,171,l), +(749,365,l), +(602,559,l), +(436,559,l), +(525,440,l), +(234,440,l), +(323,559,l), +(157,559,l), +(10,365,l), +(157,171,l) +); +} +); +width = 759; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(238,182,l), +(116,347,l), +(673,347,l), +(551,182,l), +(593,182,l), +(729,365,l), +(593,548,l), +(551,548,l), +(673,383,l), +(116,383,l), +(238,548,l), +(196,548,l), +(60,365,l), +(196,182,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 789; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(318,135,l), +(222,283,l), +(575,283,l), +(479,135,l), +(645,135,l), +(794,365,l), +(645,595,l), +(479,595,l), +(575,447,l), +(222,447,l), +(318,595,l), +(152,595,l), +(3,365,l), +(152,135,l) +); +} +); +width = 797; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(259,166,l), +(126,347,l), +(683,347,l), +(550,166,l), +(591,166,l), +(739,365,l), +(591,564,l), +(550,564,l), +(683,383,l), +(126,383,l), +(259,564,l), +(218,564,l), +(70,365,l), +(218,166,l) +); +} +); +width = 809; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(353,125,l), +(262,270,l), +(547,270,l), +(456,125,l), +(648,125,l), +(799,365,l), +(648,605,l), +(456,605,l), +(547,460,l), +(262,460,l), +(353,605,l), +(161,605,l), +(10,365,l), +(161,125,l) +); +} +); +width = 809; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(209,197,l), +(97,350,l), +(628,350,l), +(516,197,l), +(553,197,l), +(677,365,l), +(553,533,l), +(516,533,l), +(628,380,l), +(97,380,l), +(209,533,l), +(172,533,l), +(48,365,l), +(172,197,l) +); +} +); +width = 702; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(341,171,l), +(252,290,l), +(543,290,l), +(454,171,l), +(620,171,l), +(767,365,l), +(620,559,l), +(454,559,l), +(543,440,l), +(252,440,l), +(341,559,l), +(175,559,l), +(28,365,l), +(175,171,l) +); +} +); +width = 776; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,182,l), +(73,347,l), +(630,347,l), +(508,182,l), +(550,182,l), +(686,365,l), +(550,548,l), +(508,548,l), +(630,383,l), +(73,383,l), +(195,548,l), +(153,548,l), +(17,365,l), +(153,182,l) +); +} +); +width = 681; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(324,135,l), +(228,283,l), +(581,283,l), +(485,135,l), +(651,135,l), +(800,365,l), +(651,595,l), +(485,595,l), +(581,447,l), +(228,447,l), +(324,595,l), +(158,595,l), +(9,365,l), +(158,135,l) +); +} +); +width = 792; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(245,166,l), +(112,347,l), +(669,347,l), +(536,166,l), +(577,166,l), +(725,365,l), +(577,564,l), +(536,564,l), +(669,383,l), +(112,383,l), +(245,564,l), +(204,564,l), +(56,365,l), +(204,166,l) +); +} +); +width = 759; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(366,125,l), +(275,270,l), +(560,270,l), +(469,125,l), +(661,125,l), +(812,365,l), +(661,605,l), +(469,605,l), +(560,460,l), +(275,460,l), +(366,605,l), +(174,605,l), +(23,365,l), +(174,125,l) ); } ); -width = 848; +width = 818; } ); unicode = 8596; diff --git a/sources/MonaSans.glyphspackage/glyphs/less.glyph b/sources/MonaSans.glyphspackage/glyphs/less.glyph index 19c8ec93..191f68d1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/less.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/less.glyph @@ -8,11 +8,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (480,721); +pos = (496,721); ref = greater; } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,12 +27,36 @@ ref = greater; width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; angle = 180; -pos = (600,722); +pos = (720,722); +ref = greater; +} +); +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (732,722); +ref = greater; +} +); +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (593,722); ref = greater; } ); @@ -66,38 +90,176 @@ type = Stem; } ); }; +width = 593; +}, +{ +layerId = m020; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (581,721); +ref = greater; +} +); +width = 581; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (523,722); +ref = greater; +} +); +width = 480; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (533,721); +ref = greater; +} +); +width = 496; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (642,722); +ref = greater; +} +); width = 600; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { alignment = 3; angle = 180; -pos = (600,721); +pos = (637,721); ref = greater; } ); width = 600; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { alignment = 3; angle = 180; -pos = (720,722); +pos = (762,722); ref = greater; } ); width = 720; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (769,722); +ref = greater; +} +); +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (480,722); +ref = greater; +} +); +width = 480; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (480,721); +ref = greater; +} +); +width = 480; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,722); +ref = greater; +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +-1, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +place = ( +-1, +-1 +); +stem = -2; +type = Stem; +} +); +}; +width = 600; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { alignment = 3; angle = 180; +pos = (555,721); +ref = greater; +} +); +width = 555; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (720,722); ref = greater; } @@ -105,76 +267,88 @@ ref = greater; width = 720; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (720,722); +ref = greater; +} +); +width = 720; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 3; angle = 180; -pos = (523,722); +pos = (477,722); ref = greater; } ); -width = 480; +width = 434; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 3; angle = 180; -pos = (517,721); +pos = (495,721); ref = greater; } ); -width = 480; +width = 458; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 3; angle = 180; -pos = (642,722); +pos = (594,722); ref = greater; } ); -width = 600; +width = 552; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 3; angle = 180; -pos = (637,721); +pos = (579,721); ref = greater; } ); -width = 600; +width = 542; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 3; angle = 180; -pos = (762,722); +pos = (742,722); ref = greater; } ); -width = 720; +width = 700; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 3; angle = 180; -pos = (757,722); +pos = (727,722); ref = greater; } ); -width = 720; +width = 690; } ); metricLeft = "=|greater"; diff --git a/sources/MonaSans.glyphspackage/glyphs/lessequal.glyph b/sources/MonaSans.glyphspackage/glyphs/lessequal.glyph index 6fb1f70d..21adb824 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lessequal.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lessequal.glyph @@ -7,27 +7,27 @@ shapes = ( { closed = 1; nodes = ( -(472,328,l), -(196,407,l), -(196,416,l), -(472,489,l), -(472,659,l), -(4,516,l), -(4,307,l), -(472,158,l) +(480,328,l), +(204,407,l), +(204,416,l), +(480,489,l), +(480,659,l), +(12,516,l), +(12,307,l), +(480,158,l) ); }, { closed = 1; nodes = ( -(472,0,l), -(472,132,l), -(4,132,l), -(4,0,l) +(480,0,l), +(480,132,l), +(12,132,l), +(12,0,l) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -58,140 +58,140 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(537,169,l), -(89,359,l), -(89,363,l), -(537,553,l), -(537,589,l), -(56,383,l), -(56,339,l), -(537,133,l) +(628,173,l), +(127,375,l), +(127,378,l), +(628,573,l), +(628,614,l), +(86,400,l), +(86,353,l), +(628,133,l) ); }, { closed = 1; nodes = ( -(537,0,l), -(537,32,l), -(56,32,l), -(56,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( --13, --13 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --13, --13 +(628,0,l), +(628,34,l), +(86,34,l), +(86,0,l) ); -stem = -2; -type = Stem; } ); -}; -width = 600; +width = 720; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(549,328,l), -(232,407,l), -(232,416,l), -(549,489,l), -(549,659,l), -(41,516,l), -(41,307,l), -(549,158,l) +(632,354,l), +(294,419,l), +(294,429,l), +(632,488,l), +(632,673,l), +(87,537,l), +(87,310,l), +(632,170,l) ); }, { closed = 1; nodes = ( -(549,0,l), -(549,132,l), -(41,132,l), -(41,0,l) +(632,0,l), +(632,143,l), +(87,143,l), +(87,0,l) ); } ); -width = 600; +width = 732; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(628,173,l), -(127,375,l), -(127,378,l), -(628,573,l), -(628,614,l), -(86,400,l), -(86,353,l), -(628,133,l) +(530,169,l), +(90,359,l), +(90,363,l), +(530,553,l), +(530,589,l), +(57,383,l), +(57,339,l), +(530,133,l) ); }, { closed = 1; nodes = ( -(628,0,l), -(628,34,l), -(86,34,l), -(86,0,l) +(530,0,l), +(530,32,l), +(57,32,l), +(57,0,l) ); } ); -width = 720; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +-13, +-13 +); +stem = -2; +type = Stem; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +horizontal = 0; +options = 0; +place = ( +-13, +-13 +); +stem = -2; +type = Stem; +} +); +}; +width = 593; +}, +{ +layerId = m020; shapes = ( { closed = 1; nodes = ( -(626,354,l), -(288,419,l), -(288,429,l), -(626,488,l), -(626,673,l), -(81,537,l), -(81,310,l), -(626,170,l) +(533,328,l), +(229,407,l), +(229,416,l), +(533,489,l), +(533,659,l), +(40,516,l), +(40,307,l), +(533,158,l) ); }, { closed = 1; nodes = ( -(626,0,l), -(626,143,l), -(81,143,l), -(81,0,l) +(533,0,l), +(533,132,l), +(40,132,l), +(40,0,l) ); } ); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -227,27 +227,27 @@ shapes = ( { closed = 1; nodes = ( -(483,328,l), -(227,407,l), -(227,416,l), -(516,489,l), -(552,659,l), -(59,516,l), -(15,307,l), -(447,158,l) +(491,328,l), +(235,407,l), +(235,416,l), +(524,489,l), +(560,659,l), +(67,516,l), +(23,307,l), +(455,158,l) ); }, { closed = 1; nodes = ( -(414,0,l), -(441,132,l), -(-23,132,l), -(-51,0,l) +(422,0,l), +(449,132,l), +(-15,132,l), +(-43,0,l) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -339,27 +339,387 @@ shapes = ( { closed = 1; nodes = ( -(600,328,l), -(302,407,l), -(304,416,l), -(633,489,l), -(669,659,l), -(136,516,l), -(92,307,l), -(564,158,l) +(606,328,l), +(308,407,l), +(310,416,l), +(639,489,l), +(675,659,l), +(142,516,l), +(98,307,l), +(570,158,l) +); +}, +{ +closed = 1; +nodes = ( +(537,0,l), +(564,132,l), +(61,132,l), +(34,0,l) +); +} +); +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(432,177,l), +(32,359,l), +(32,363,l), +(432,545,l), +(432,577,l), +(1,383,l), +(1,339,l), +(432,145,l) +); +}, +{ +closed = 1; +nodes = ( +(432,0,l), +(432,28,l), +(1,28,l), +(1,0,l) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(467,328,l), +(191,407,l), +(191,416,l), +(467,489,l), +(467,659,l), +(-1,516,l), +(-1,307,l), +(467,158,l) +); +}, +{ +closed = 1; +nodes = ( +(467,0,l), +(467,132,l), +(-1,132,l), +(-1,0,l) +); +} +); +width = 470; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(517,169,l), +(69,359,l), +(69,363,l), +(517,553,l), +(517,589,l), +(36,383,l), +(36,339,l), +(517,133,l) +); +}, +{ +closed = 1; +nodes = ( +(517,0,l), +(517,32,l), +(36,32,l), +(36,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +-13, +-13 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-13, +-13 +); +stem = -2; +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(528,328,l), +(211,407,l), +(211,416,l), +(528,489,l), +(528,659,l), +(20,516,l), +(20,307,l), +(528,158,l) +); +}, +{ +closed = 1; +nodes = ( +(528,0,l), +(528,132,l), +(20,132,l), +(20,0,l) +); +} +); +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(618,173,l), +(117,375,l), +(117,378,l), +(618,573,l), +(618,614,l), +(76,400,l), +(76,353,l), +(618,133,l) +); +}, +{ +closed = 1; +nodes = ( +(618,0,l), +(618,34,l), +(76,34,l), +(76,0,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(616,354,l), +(278,419,l), +(278,429,l), +(616,488,l), +(616,673,l), +(71,537,l), +(71,310,l), +(616,170,l) +); +}, +{ +closed = 1; +nodes = ( +(616,0,l), +(616,143,l), +(71,143,l), +(71,0,l) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(410,177,l), +(52,357,l), +(52,361,l), +(487,541,l), +(495,577,l), +(27,383,l), +(17,339,l), +(404,145,l) +); +}, +{ +closed = 1; +nodes = ( +(373,0,l), +(379,28,l), +(-48,28,l), +(-54,0,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(472,328,l), +(216,407,l), +(216,416,l), +(505,489,l), +(541,659,l), +(48,516,l), +(4,307,l), +(436,158,l) +); +}, +{ +closed = 1; +nodes = ( +(403,0,l), +(430,132,l), +(-34,132,l), +(-62,0,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(492,166,l), +(88,357,l), +(89,361,l), +(573,550,l), +(580,588,l), +(61,384,l), +(51,339,l), +(485,132,l) +); +}, +{ +closed = 1; +nodes = ( +(456,0,l), +(463,32,l), +(-13,32,l), +(-20,0,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(530,328,l), +(232,407,l), +(234,416,l), +(563,489,l), +(599,659,l), +(66,516,l), +(22,307,l), +(494,158,l) +); +}, +{ +closed = 1; +nodes = ( +(461,0,l), +(488,132,l), +(-15,132,l), +(-42,0,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(587,154,l), +(143,358,l), +(144,362,l), +(673,566,l), +(682,607,l), +(109,384,l), +(99,340,l), +(579,117,l) ); }, { closed = 1; nodes = ( -(531,0,l), -(558,132,l), -(55,132,l), +(564,0,l), +(571,34,l), +(35,34,l), (28,0,l) ); } ); -width = 720; +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(585,328,l), +(287,407,l), +(289,416,l), +(618,489,l), +(654,659,l), +(121,516,l), +(77,307,l), +(549,158,l) +); +}, +{ +closed = 1; +nodes = ( +(516,0,l), +(543,132,l), +(40,132,l), +(13,0,l) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/liraT_urkish.glyph b/sources/MonaSans.glyphspackage/glyphs/liraT_urkish.glyph index 0599b3ad..025fad5c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/liraT_urkish.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/liraT_urkish.glyph @@ -7,39 +7,39 @@ shapes = ( { closed = 1; nodes = ( -(223,0,ls), -(440,0,o), -(585,123,o), -(585,342,c), -(396,342,l), -(396,242,o), -(340,174,o), -(258,173,c), -(258,729,l), -(76,729,l), -(76,0,l) +(231,0,ls), +(448,0,o), +(593,123,o), +(593,342,c), +(404,342,l), +(404,242,o), +(348,174,o), +(266,173,c), +(266,729,l), +(84,729,l), +(84,0,l) ); }, { closed = 1; nodes = ( -(361,354,l), -(361,489,l), -(22,333,l), -(22,200,l) +(369,354,l), +(369,489,l), +(30,333,l), +(30,200,l) ); }, { closed = 1; nodes = ( -(361,553,l), -(361,688,l), -(22,532,l), -(22,399,l) +(369,553,l), +(369,688,l), +(30,532,l), +(30,399,l) ); } ); -width = 601; +width = 617; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -82,40 +82,120 @@ nodes = ( width = 432; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(200,0,ls), -(413,0,o), -(549,105,o), -(578,317,c), -(541,317,l), -(516,146,o), -(410,36,o), -(199,36,c), -(199,729,l), -(161,729,l), -(161,0,l) +(192,0,ls), +(436,0,o), +(593,102,o), +(609,317,c), +(571,317,l), +(560,146,o), +(442,31,o), +(190,33,c), +(190,729,l), +(153,729,l), +(153,0,l) +); +}, +{ +closed = 1; +nodes = ( +(453,436,l), +(453,471,l), +(40,322,l), +(40,287,l) +); +}, +{ +closed = 1; +nodes = ( +(453,595,l), +(453,630,l), +(40,481,l), +(40,446,l) +); +} +); +width = 645; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(295,0,ls), +(567,0,o), +(766,93,o), +(789,362,c), +(549,362,l), +(537,271,o), +(486,210,o), +(335,208,c), +(335,729,l), +(113,729,l), +(113,0,l) +); +}, +{ +closed = 1; +nodes = ( +(493,350,l), +(493,509,l), +(36,351,l), +(36,192,l) +); +}, +{ +closed = 1; +nodes = ( +(493,566,l), +(493,725,l), +(36,567,l), +(36,408,l) ); +} +); +width = 803; }, { +layerId = m019; +shapes = ( +{ closed = 1; nodes = ( -(433,436,l), -(433,471,l), -(59,321,l), -(59,286,l) +(199,0,ls), +(408,0,o), +(542,105,o), +(569,317,c), +(534,317,l), +(509,146,o), +(405,36,o), +(198,36,c), +(198,729,l), +(160,729,l), +(160,0,l) ); }, { closed = 1; nodes = ( -(433,595,l), -(433,630,l), -(59,480,l), -(59,445,l) +(428,436,l), +(428,471,l), +(60,321,l), +(60,286,l) +); +}, +{ +closed = 1; +nodes = ( +(428,595,l), +(428,630,l), +(60,480,l), +(60,445,l) ); } ); @@ -183,127 +263,47 @@ type = Stem; } ); }; -width = 632; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,0,ls), -(516,0,o), -(684,128,o), -(694,356,c), -(496,356,l), -(487,254,o), -(448,185,o), -(307,184,c), -(307,729,l), -(117,729,l), -(117,0,l) -); -}, -{ -closed = 1; -nodes = ( -(446,367,l), -(446,509,l), -(43,347,l), -(43,205,l) -); -}, -{ -closed = 1; -nodes = ( -(446,566,l), -(446,708,l), -(43,546,l), -(43,404,l) -); -} -); -width = 721; +width = 625; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(192,0,ls), -(436,0,o), -(593,102,o), -(609,317,c), -(571,317,l), -(560,146,o), -(442,31,o), -(190,33,c), -(190,729,l), -(153,729,l), -(153,0,l) +(265,0,ls), +(503,0,o), +(667,128,o), +(676,356,c), +(480,356,l), +(472,254,o), +(436,185,o), +(301,184,c), +(301,729,l), +(113,729,l), +(113,0,l) ); }, { closed = 1; nodes = ( -(453,436,l), -(453,471,l), -(40,322,l), -(40,287,l) +(433,367,l), +(433,509,l), +(42,347,l), +(42,205,l) ); }, { closed = 1; nodes = ( -(453,595,l), -(453,630,l), -(40,481,l), -(40,446,l) +(433,566,l), +(433,708,l), +(42,546,l), +(42,404,l) ); } ); -width = 645; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,0,ls), -(561,0,o), -(760,93,o), -(783,362,c), -(543,362,l), -(531,271,o), -(480,210,o), -(329,208,c), -(329,729,l), -(107,729,l), -(107,0,l) -); -}, -{ -closed = 1; -nodes = ( -(487,350,l), -(487,509,l), -(30,351,l), -(30,192,l) -); -}, -{ -closed = 1; -nodes = ( -(487,566,l), -(487,725,l), -(30,567,l), -(30,408,l) -); -} -); -width = 791; +width = 701; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -351,39 +351,39 @@ shapes = ( { closed = 1; nodes = ( -(168,0,ls), -(385,0,o), -(555,123,o), -(600,342,c), -(411,342,l), -(391,242,o), -(321,174,o), -(238,173,c), -(353,729,l), -(171,729,l), -(21,0,l) +(176,0,ls), +(393,0,o), +(563,123,o), +(608,342,c), +(419,342,l), +(399,242,o), +(329,174,o), +(246,173,c), +(361,729,l), +(179,729,l), +(29,0,l) ); }, { closed = 1; nodes = ( -(379,354,l), -(407,489,l), -(35,333,l), -(8,200,l) +(387,354,l), +(415,489,l), +(43,333,l), +(16,200,l) ); }, { closed = 1; nodes = ( -(420,553,l), -(448,688,l), -(77,532,l), -(49,399,l) +(428,553,l), +(456,688,l), +(85,532,l), +(57,399,l) ); } ); -width = 601; +width = 617; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -511,39 +511,583 @@ shapes = ( { closed = 1; nodes = ( -(233,0,ls), -(505,0,o), -(723,93,o), -(801,362,c), -(561,362,l), -(531,271,o), -(467,210,o), -(316,208,c), -(423,729,l), -(201,729,l), -(51,0,l) +(239,0,ls), +(511,0,o), +(729,93,o), +(807,362,c), +(567,362,l), +(537,271,o), +(473,210,o), +(322,208,c), +(429,729,l), +(207,729,l), +(57,0,l) +); +}, +{ +closed = 1; +nodes = ( +(509,350,l), +(542,509,l), +(52,351,l), +(19,192,l) +); +}, +{ +closed = 1; +nodes = ( +(554,566,l), +(587,725,l), +(97,567,l), +(64,408,l) +); +} +); +width = 802; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(134,0,ls), +(292,0,o), +(389,126,o), +(386,316,c), +(354,316,l), +(355,147,o), +(278,32,o), +(141,29,c), +(141,729,l), +(109,729,l), +(109,0,l) +); +}, +{ +closed = 1; +nodes = ( +(297,403,l), +(297,436,l), +(6,320,l), +(6,288,l) +); +}, +{ +closed = 1; +nodes = ( +(297,562,l), +(297,594,l), +(6,477,l), +(6,446,l) +); +} +); +width = 392; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(213,0,ls), +(430,0,o), +(575,123,o), +(575,342,c), +(386,342,l), +(386,242,o), +(330,174,o), +(248,173,c), +(248,729,l), +(66,729,l), +(66,0,l) +); +}, +{ +closed = 1; +nodes = ( +(351,354,l), +(351,489,l), +(12,333,l), +(12,200,l) +); +}, +{ +closed = 1; +nodes = ( +(351,553,l), +(351,688,l), +(12,532,l), +(12,399,l) +); +} +); +width = 582; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,0,ls), +(393,0,o), +(529,105,o), +(558,317,c), +(521,317,l), +(496,146,o), +(390,36,o), +(179,36,c), +(179,729,l), +(141,729,l), +(141,0,l) +); +}, +{ +closed = 1; +nodes = ( +(413,436,l), +(413,471,l), +(39,321,l), +(39,286,l) +); +}, +{ +closed = 1; +nodes = ( +(413,595,l), +(413,630,l), +(39,480,l), +(39,445,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +22 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +} +); +}; +width = 592; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(250,0,ls), +(495,0,o), +(663,128,o), +(673,356,c), +(475,356,l), +(466,254,o), +(427,185,o), +(286,184,c), +(286,729,l), +(96,729,l), +(96,0,l) +); +}, +{ +closed = 1; +nodes = ( +(425,367,l), +(425,509,l), +(22,347,l), +(22,205,l) +); +}, +{ +closed = 1; +nodes = ( +(425,566,l), +(425,708,l), +(22,546,l), +(22,404,l) +); +} +); +width = 679; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,0,ls), +(426,0,o), +(583,102,o), +(599,317,c), +(561,317,l), +(550,146,o), +(432,31,o), +(180,33,c), +(180,729,l), +(143,729,l), +(143,0,l) +); +}, +{ +closed = 1; +nodes = ( +(443,436,l), +(443,471,l), +(30,322,l), +(30,287,l) +); +}, +{ +closed = 1; +nodes = ( +(443,595,l), +(443,630,l), +(30,481,l), +(30,446,l) +); +} +); +width = 625; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(279,0,ls), +(551,0,o), +(750,93,o), +(773,362,c), +(533,362,l), +(521,271,o), +(470,210,o), +(319,208,c), +(319,729,l), +(97,729,l), +(97,0,l) +); +}, +{ +closed = 1; +nodes = ( +(477,350,l), +(477,509,l), +(20,351,l), +(20,192,l) +); +}, +{ +closed = 1; +nodes = ( +(477,566,l), +(477,725,l), +(20,567,l), +(20,408,l) +); +} +); +width = 776; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(77,0,ls), +(235,0,o), +(358,126,o), +(394,316,c), +(362,316,l), +(328,147,o), +(227,32,o), +(90,29,c), +(234,729,l), +(202,729,l), +(52,0,l) +); +}, +{ +closed = 1; +nodes = ( +(323,403,l), +(330,436,l), +(15,320,l), +(8,288,l) +); +}, +{ +closed = 1; +nodes = ( +(356,562,l), +(363,594,l), +(47,477,l), +(41,446,l) +); +} +); +width = 385; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,0,ls), +(374,0,o), +(544,123,o), +(589,342,c), +(400,342,l), +(380,242,o), +(310,174,o), +(227,173,c), +(342,729,l), +(160,729,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(368,354,l), +(396,489,l), +(24,333,l), +(-3,200,l) +); +}, +{ +closed = 1; +nodes = ( +(409,553,l), +(437,688,l), +(66,532,l), +(38,399,l) +); +} +); +width = 579; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(121,0,ls), +(332,0,o), +(491,105,o), +(562,317,c), +(521,317,l), +(463,146,o), +(335,36,o), +(127,36,c), +(272,729,l), +(235,729,l), +(82,0,l) +); +}, +{ +closed = 1; +nodes = ( +(443,436,l), +(450,471,l), +(48,321,l), +(41,286,l) +); +}, +{ +closed = 1; +nodes = ( +(476,595,l), +(484,630,l), +(81,479,l), +(74,445,l) +); +} +); +width = 580; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(187,0,ls), +(432,0,o), +(626,128,o), +(683,356,c), +(485,356,l), +(455,254,o), +(402,185,o), +(261,184,c), +(373,729,l), +(183,729,l), +(33,0,l) +); +}, +{ +closed = 1; +nodes = ( +(438,367,l), +(467,509,l), +(30,347,l), +(1,205,l) +); +}, +{ +closed = 1; +nodes = ( +(479,566,l), +(508,708,l), +(72,546,l), +(42,404,l) +); +} +); +width = 664; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(128,0,ls), +(372,0,o), +(550,102,o), +(610,317,c), +(572,317,l), +(526,146,o), +(384,31,o), +(132,33,c), +(276,729,l), +(239,729,l), +(89,0,l) +); +}, +{ +closed = 1; +nodes = ( +(479,436,l), +(486,471,l), +(42,322,l), +(35,287,l) +); +}, +{ +closed = 1; +nodes = ( +(512,595,l), +(519,630,l), +(75,481,l), +(68,446,l) +); +} +); +width = 624; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(218,0,ls), +(490,0,o), +(708,93,o), +(786,362,c), +(546,362,l), +(516,271,o), +(452,210,o), +(301,208,c), +(408,729,l), +(186,729,l), +(36,0,l) ); }, { closed = 1; nodes = ( -(503,350,l), -(536,509,l), -(46,351,l), -(13,192,l) +(488,350,l), +(521,509,l), +(31,351,l), +(-2,192,l) ); }, { closed = 1; nodes = ( -(548,566,l), -(581,725,l), -(91,567,l), -(58,408,l) +(533,566,l), +(566,725,l), +(76,567,l), +(43,408,l) ); } ); -width = 790; +width = 760; } ); unicode = 8378; diff --git a/sources/MonaSans.glyphspackage/glyphs/literS_ign.glyph b/sources/MonaSans.glyphspackage/glyphs/literS_ign.glyph index 47204afc..b0f93b7a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/literS_ign.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/literS_ign.glyph @@ -91,128 +91,42 @@ shapes = ( { closed = 1; nodes = ( -(350,-8,o), -(418,48,o), -(448,132,c), -(324,184,l), -(310,141,o), -(291,126,o), -(269,126,cs), -(227,126,o), -(207,176,o), -(207,374,cs), -(207,539,o), -(228,585,o), -(261,585,cs), -(277,585,o), -(286,569,o), -(286,543,cs), -(286,454,o), -(230,282,o), -(17,236,c), -(17,121,l), -(287,169,o), -(433,369,o), -(433,546,cs), -(433,665,o), -(374,739,o), -(273,739,cs), -(127,739,o), -(51,611,o), -(51,386,cs), -(51,124,o), -(110,-8,o), -(257,-8,cs) +(358,-8,o), +(426,48,o), +(456,132,c), +(332,184,l), +(318,141,o), +(299,126,o), +(277,126,cs), +(235,126,o), +(215,176,o), +(215,374,cs), +(215,539,o), +(236,585,o), +(269,585,cs), +(285,585,o), +(294,569,o), +(294,543,cs), +(294,454,o), +(238,282,o), +(25,236,c), +(25,121,l), +(295,169,o), +(441,369,o), +(441,546,cs), +(441,665,o), +(382,739,o), +(281,739,cs), +(135,739,o), +(59,611,o), +(59,386,cs), +(59,124,o), +(118,-8,o), +(265,-8,cs) ); } ); -width = 463; -}, -{ -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(329,-8,o), -(383,23,o), -(413,102,c), -(383,114,l), -(363,61,o), -(329,26,o), -(273,26,cs), -(196,26,o), -(144,113,o), -(144,389,cs), -(144,585,o), -(194,705,o), -(277,705,cs), -(328,705,o), -(357,658,o), -(357,558,cs), -(357,363,o), -(235,196,o), -(53,141,c), -(53,110,l), -(255,167,o), -(390,351,o), -(390,562,cs), -(390,668,o), -(354,739,o), -(278,739,cs), -(171,739,o), -(112,604,o), -(112,389,cs), -(112,151,o), -(151,-8,o), -(271,-8,cs) -); -} -); -width = 478; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(392,-8,o), -(477,49,o), -(507,135,c), -(375,192,l), -(359,147,o), -(336,137,o), -(315,137,cs), -(270,137,o), -(248,182,o), -(248,372,cs), -(248,534,o), -(271,571,o), -(305,571,cs), -(321,571,o), -(332,556,o), -(332,530,cs), -(332,463,o), -(273,292,o), -(31,247,c), -(31,122,l), -(344,171,o), -(493,377,o), -(493,549,cs), -(493,663,o), -(429,739,o), -(327,739,cs), -(155,739,o), -(74,591,o), -(74,384,cs), -(74,149,o), -(127,-8,o), -(295,-8,cs) -); -} -); -width = 539; +width = 479; }, { layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -263,42 +177,128 @@ shapes = ( { closed = 1; nodes = ( -(417,-8,o), -(511,52,o), -(544,136,c), -(401,199,l), -(387,166,o), -(355,147,o), -(325,147,cs), -(275,147,o), -(253,191,o), -(253,380,cs), -(253,521,o), -(278,559,o), -(315,559,cs), -(335,559,o), -(346,542,o), -(346,517,cs), -(346,400,o), -(213,298,o), -(13,263,c), -(13,130,l), -(340,174,o), -(522,336,o), -(522,534,cs), -(522,655,o), -(454,739,o), -(334,739,cs), -(159,739,o), -(61,590,o), -(61,367,cs), -(61,147,o), -(124,-8,o), -(308,-8,cs) +(423,-8,o), +(517,52,o), +(550,136,c), +(407,199,l), +(393,166,o), +(361,147,o), +(331,147,cs), +(281,147,o), +(259,191,o), +(259,380,cs), +(259,521,o), +(284,559,o), +(321,559,cs), +(341,559,o), +(352,542,o), +(352,517,cs), +(352,400,o), +(219,298,o), +(19,263,c), +(19,130,l), +(346,174,o), +(528,336,o), +(528,534,cs), +(528,655,o), +(460,739,o), +(340,739,cs), +(165,739,o), +(67,590,o), +(67,367,cs), +(67,147,o), +(130,-8,o), +(314,-8,cs) ); } ); -width = 556; +width = 568; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(326,-8,o), +(378,23,o), +(408,102,c), +(378,114,l), +(358,61,o), +(326,26,o), +(270,26,cs), +(195,26,o), +(145,113,o), +(145,389,cs), +(145,585,o), +(193,705,o), +(274,705,cs), +(325,705,o), +(352,658,o), +(352,558,cs), +(352,363,o), +(234,196,o), +(54,141,c), +(54,110,l), +(252,167,o), +(385,351,o), +(385,562,cs), +(385,668,o), +(349,739,o), +(275,739,cs), +(170,739,o), +(113,604,o), +(113,389,cs), +(113,151,o), +(151,-8,o), +(268,-8,cs) +); +} +); +width = 473; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(379,-8,o), +(462,49,o), +(491,135,c), +(360,192,l), +(346,148,o), +(325,137,o), +(305,137,cs), +(262,137,o), +(243,183,o), +(243,372,cs), +(243,533,o), +(263,571,o), +(295,571,cs), +(309,571,o), +(319,556,o), +(319,530,cs), +(319,463,o), +(264,292,o), +(30,247,c), +(30,122,l), +(335,171,o), +(478,377,o), +(478,549,cs), +(478,662,o), +(416,739,o), +(317,739,cs), +(149,739,o), +(70,590,o), +(70,384,cs), +(70,149,o), +(122,-8,o), +(285,-8,cs) +); +} +); +width = 521; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -349,42 +349,42 @@ shapes = ( { closed = 1; nodes = ( -(300,-10,o), -(374,30,o), -(418,114,c), -(306,177,l), -(284,138,o), -(266,124,o), -(244,124,cs), -(180,124,o), -(202,249,o), -(227,377,cs), -(258,538,o), -(286,582,o), -(317,582,cs), -(338,582,o), -(341,559,o), -(334,525,cs), -(317,445,o), -(232,283,o), -(13,255,c), -(-9,141,l), -(267,165,o), -(446,352,o), -(479,509,cs), -(507,646,o), -(453,737,o), -(345,737,cs), -(208,737,o), -(115,615,o), -(75,404,cs), -(28,156,o), -(59,-10,o), -(222,-10,cs) +(308,-10,o), +(382,30,o), +(426,114,c), +(314,177,l), +(292,138,o), +(274,124,o), +(252,124,cs), +(188,124,o), +(210,249,o), +(235,377,cs), +(266,538,o), +(294,582,o), +(325,582,cs), +(346,582,o), +(349,559,o), +(342,525,cs), +(325,445,o), +(240,283,o), +(21,255,c), +(-1,141,l), +(275,165,o), +(454,352,o), +(487,509,cs), +(515,646,o), +(461,737,o), +(353,737,cs), +(216,737,o), +(123,615,o), +(83,404,cs), +(36,156,o), +(67,-10,o), +(230,-10,cs) ); } ); -width = 464; +width = 480; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -521,42 +521,599 @@ shapes = ( { closed = 1; nodes = ( -(383,-10,o), -(473,40,o), -(518,115,c), -(389,190,l), -(371,160,o), -(340,144,o), -(311,144,cs), -(236,144,o), -(253,254,o), -(278,382,cs), -(305,519,o), -(333,560,o), -(370,560,cs), -(389,560,o), -(398,548,o), -(398,528,cs), -(398,394,o), -(191,302,o), -(19,288,c), -(-7,155,l), -(294,169,o), -(578,312,o), -(578,559,cs), -(578,667,o), -(513,739,o), -(405,739,cs), -(204,739,o), -(70,553,o), -(70,274,cs), -(70,100,o), -(138,-10,o), -(283,-10,cs) +(389,-10,o), +(479,40,o), +(524,115,c), +(395,190,l), +(377,160,o), +(346,144,o), +(317,144,cs), +(242,144,o), +(259,254,o), +(284,382,cs), +(311,519,o), +(339,560,o), +(376,560,cs), +(395,560,o), +(404,548,o), +(404,528,cs), +(404,394,o), +(197,302,o), +(25,288,c), +(-1,155,l), +(300,169,o), +(584,312,o), +(584,559,cs), +(584,667,o), +(519,739,o), +(411,739,cs), +(210,739,o), +(76,553,o), +(76,274,cs), +(76,100,o), +(144,-10,o), +(289,-10,cs) +); +} +); +width = 573; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(239,-9,o), +(283,35,o), +(309,117,c), +(279,125,l), +(257,57,o), +(224,23,o), +(181,23,cs), +(119,23,o), +(84,145,o), +(84,389,cs), +(84,583,o), +(124,706,o), +(183,706,cs), +(228,706,o), +(253,650,o), +(253,537,cs), +(253,320,o), +(160,168,o), +(6,136,c), +(6,104,l), +(178,136,o), +(283,301,o), +(283,537,cs), +(283,668,o), +(249,738,o), +(183,738,cs), +(101,738,o), +(54,605,o), +(54,389,cs), +(54,123,o), +(94,-9,o), +(181,-9,cs) +); +} +); +width = 324; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(340,-8,o), +(404,50,o), +(434,144,c), +(307,182,l), +(294,136,o), +(276,120,o), +(256,120,cs), +(214,120,o), +(207,172,o), +(207,369,cs), +(207,512,o), +(215,591,o), +(245,591,cs), +(259,591,o), +(269,576,o), +(269,532,cs), +(269,393,o), +(184,256,o), +(17,231,c), +(17,120,l), +(274,142,o), +(416,346,o), +(416,538,cs), +(416,667,o), +(352,739,o), +(257,739,cs), +(117,739,o), +(51,605,o), +(51,405,cs), +(51,171,o), +(89,-8,o), +(249,-8,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(340,-8,o), +(408,48,o), +(438,132,c), +(314,184,l), +(300,141,o), +(281,126,o), +(259,126,cs), +(217,126,o), +(197,176,o), +(197,374,cs), +(197,539,o), +(218,585,o), +(251,585,cs), +(267,585,o), +(276,569,o), +(276,543,cs), +(276,454,o), +(220,282,o), +(7,236,c), +(7,121,l), +(277,169,o), +(423,369,o), +(423,546,cs), +(423,665,o), +(364,739,o), +(263,739,cs), +(117,739,o), +(41,611,o), +(41,386,cs), +(41,124,o), +(100,-8,o), +(247,-8,cs) +); +} +); +width = 444; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(309,-8,o), +(363,23,o), +(393,102,c), +(363,114,l), +(343,61,o), +(309,26,o), +(253,26,cs), +(176,26,o), +(124,113,o), +(124,389,cs), +(124,585,o), +(174,705,o), +(257,705,cs), +(308,705,o), +(337,658,o), +(337,558,cs), +(337,363,o), +(215,196,o), +(33,141,c), +(33,110,l), +(235,167,o), +(370,351,o), +(370,562,cs), +(370,668,o), +(334,739,o), +(258,739,cs), +(151,739,o), +(92,604,o), +(92,389,cs), +(92,151,o), +(131,-8,o), +(251,-8,cs) +); +} +); +width = 438; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,-8,o), +(456,49,o), +(486,135,c), +(354,192,l), +(338,147,o), +(315,137,o), +(294,137,cs), +(249,137,o), +(227,182,o), +(227,372,cs), +(227,534,o), +(250,571,o), +(284,571,cs), +(300,571,o), +(311,556,o), +(311,530,cs), +(311,463,o), +(252,292,o), +(10,247,c), +(10,122,l), +(323,171,o), +(472,377,o), +(472,549,cs), +(472,663,o), +(408,739,o), +(306,739,cs), +(134,739,o), +(53,591,o), +(53,384,cs), +(53,149,o), +(106,-8,o), +(274,-8,cs) +); +} +); +width = 497; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(364,-10,o), +(427,37,o), +(463,129,c), +(431,140,l), +(400,61,o), +(350,22,o), +(282,22,cs), +(188,22,o), +(139,143,o), +(139,388,cs), +(139,585,o), +(196,707,o), +(285,707,cs), +(352,707,o), +(387,650,o), +(387,538,cs), +(387,316,o), +(249,161,o), +(21,134,c), +(25,103,l), +(271,132,o), +(421,299,o), +(421,538,cs), +(421,667,o), +(374,739,o), +(285,739,cs), +(173,739,o), +(105,604,o), +(105,388,cs), +(105,124,o), +(163,-10,o), +(282,-10,cs) +); +} +); +width = 489; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(407,-8,o), +(501,52,o), +(534,136,c), +(391,199,l), +(377,166,o), +(345,147,o), +(315,147,cs), +(265,147,o), +(243,191,o), +(243,380,cs), +(243,521,o), +(268,559,o), +(305,559,cs), +(325,559,o), +(336,542,o), +(336,517,cs), +(336,400,o), +(203,298,o), +(3,263,c), +(3,130,l), +(330,174,o), +(512,336,o), +(512,534,cs), +(512,655,o), +(444,739,o), +(324,739,cs), +(149,739,o), +(51,590,o), +(51,367,cs), +(51,147,o), +(114,-8,o), +(298,-8,cs) +); +} +); +width = 536; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(188,-10,o), +(232,13,o), +(279,106,c), +(251,116,l), +(222,59,o), +(191,21,o), +(143,21,cs), +(53,21,o), +(77,232,o), +(109,395,cs), +(147,589,o), +(196,707,o), +(267,707,cs), +(330,707,o), +(331,626,o), +(309,542,cs), +(263,366,o), +(138,217,o), +(-16,161,c), +(-22,129,l), +(153,188,o), +(297,359,o), +(343,547,cs), +(371,662,o), +(342,739,o), +(271,739,cs), +(192,739,o), +(132,660,o), +(79,399,cs), +(42,216,o), +(19,-10,o), +(140,-10,cs) +); +} +); +width = 317; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(289,-10,o), +(363,30,o), +(407,114,c), +(295,177,l), +(273,138,o), +(255,124,o), +(233,124,cs), +(169,124,o), +(191,249,o), +(216,377,cs), +(247,538,o), +(275,582,o), +(306,582,cs), +(327,582,o), +(330,559,o), +(323,525,cs), +(306,445,o), +(221,283,o), +(2,255,c), +(-20,141,l), +(256,165,o), +(435,352,o), +(468,509,cs), +(496,646,o), +(442,737,o), +(334,737,cs), +(197,737,o), +(104,615,o), +(64,404,cs), +(17,156,o), +(48,-10,o), +(211,-10,cs) +); +} +); +width = 442; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(264,-10,o), +(316,16,o), +(357,88,c), +(329,103,l), +(301,56,o), +(268,23,o), +(214,23,cs), +(158,23,o), +(121,65,o), +(121,183,cs), +(121,366,o), +(195,701,o), +(335,701,cs), +(399,701,o), +(404,628,o), +(389,547,cs), +(351,352,o), +(199,197,o), +(9,159,c), +(3,128,l), +(212,166,o), +(382,338,o), +(422,545,cs), +(444,659,o), +(414,735,o), +(335,735,cs), +(173,735,o), +(89,393,o), +(89,178,cs), +(89,65,o), +(128,-10,o), +(210,-10,cs) +); +} +); +width = 430; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(323,-10,o), +(409,38,o), +(452,115,c), +(332,183,l), +(311,144,o), +(288,134,o), +(269,134,cs), +(238,134,o), +(221,151,o), +(221,210,cs), +(221,424,o), +(262,568,o), +(329,568,cs), +(341,568,o), +(355,558,o), +(355,533,cs), +(355,419,o), +(174,294,o), +(4,268,c), +(-20,144,l), +(258,162,o), +(522,346,o), +(522,570,cs), +(522,677,o), +(462,737,o), +(371,737,cs), +(180,737,o), +(52,542,o), +(52,250,cs), +(52,94,o), +(103,-10,o), +(235,-10,cs) +); +} +); +width = 486; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(321,-10,o), +(386,31,o), +(436,114,c), +(406,127,l), +(363,57,o), +(312,22,o), +(251,22,cs), +(111,22,o), +(134,237,o), +(165,400,cs), +(202,590,o), +(278,705,o), +(366,705,cs), +(429,705,o), +(461,634,o), +(435,508,cs), +(399,332,o), +(241,185,o), +(0,157,c), +(-2,126,l), +(240,154,o), +(427,301,o), +(469,508,cs), +(497,645,o), +(456,737,o), +(367,737,cs), +(261,737,o), +(172,612,o), +(132,403,cs), +(92,192,o), +(92,-10,o), +(250,-10,cs) +); +} +); +width = 489; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(368,-10,o), +(458,40,o), +(503,115,c), +(374,190,l), +(356,160,o), +(325,144,o), +(296,144,cs), +(221,144,o), +(238,254,o), +(263,382,cs), +(290,519,o), +(318,560,o), +(355,560,cs), +(374,560,o), +(383,548,o), +(383,528,cs), +(383,394,o), +(176,302,o), +(4,288,c), +(-22,155,l), +(279,169,o), +(563,312,o), +(563,559,cs), +(563,667,o), +(498,739,o), +(390,739,cs), +(189,739,o), +(55,553,o), +(55,274,cs), +(55,100,o), +(123,-10,o), +(268,-10,cs) ); } ); -width = 561; +width = 531; } ); unicode = 8467; diff --git a/sources/MonaSans.glyphspackage/glyphs/logicalnot.glyph b/sources/MonaSans.glyphspackage/glyphs/logicalnot.glyph index a5413324..05193821 100644 --- a/sources/MonaSans.glyphspackage/glyphs/logicalnot.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/logicalnot.glyph @@ -1,6 +1,6 @@ { glyphname = logicalnot; -kernRight = logicalnot; +kernRight = KO_logicalnot; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -8,16 +8,16 @@ shapes = ( { closed = 1; nodes = ( -(473,139,l), -(473,428,l), -(-2,428,l), -(-2,281,l), -(329,281,l), -(329,139,l) +(481,139,l), +(481,428,l), +(6,428,l), +(6,281,l), +(337,281,l), +(337,139,l) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,17 +37,51 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(512,153,l), -(512,397,l), -(37,397,l), -(37,365,l), -(480,365,l), -(480,153,l) +(586,119,l), +(586,380,l), +(86,380,l), +(86,348,l), +(555,348,l), +(555,119,l) +); +} +); +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(600,115,l), +(600,447,l), +(109,447,l), +(109,273,l), +(423,273,l), +(423,115,l) +); +} +); +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(505,153,l), +(505,397,l), +(40,397,l), +(40,365,l), +(473,365,l), +(473,153,l) ); } ); @@ -83,58 +117,24 @@ type = Stem; } ); }; -width = 600; +width = 593; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(527,139,l), -(527,428,l), -(52,428,l), -(52,281,l), -(383,281,l), -(383,139,l) +(511,139,l), +(511,428,l), +(50,428,l), +(50,281,l), +(368,281,l), +(368,139,l) ); } ); -width = 600; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(586,119,l), -(586,380,l), -(86,380,l), -(86,348,l), -(555,348,l), -(555,119,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(594,115,l), -(594,447,l), -(103,447,l), -(103,273,l), -(417,273,l), -(417,115,l) -); -} -); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -159,16 +159,16 @@ shapes = ( { closed = 1; nodes = ( -(442,139,l), -(503,428,l), -(33,428,l), -(2,281,l), -(330,281,l), -(300,139,l) +(450,139,l), +(511,428,l), +(41,428,l), +(10,281,l), +(338,281,l), +(308,139,l) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -227,16 +227,252 @@ shapes = ( { closed = 1; nodes = ( -(558,115,l), -(628,447,l), -(142,447,l), -(105,273,l), -(416,273,l), -(383,115,l) +(564,115,l), +(634,447,l), +(148,447,l), +(111,273,l), +(422,273,l), +(389,115,l) ); } ); -width = 720; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(443,145,l), +(443,375,l), +(-32,375,l), +(-32,347,l), +(416,347,l), +(416,145,l) +); +} +); +width = 452; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(468,139,l), +(468,428,l), +(-7,428,l), +(-7,281,l), +(324,281,l), +(324,139,l) +); +} +); +width = 470; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(492,153,l), +(492,397,l), +(17,397,l), +(17,365,l), +(460,365,l), +(460,153,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 556; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(506,139,l), +(506,428,l), +(31,428,l), +(31,281,l), +(362,281,l), +(362,139,l) +); +} +); +width = 555; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(576,119,l), +(576,380,l), +(76,380,l), +(76,348,l), +(545,348,l), +(545,119,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(584,115,l), +(584,447,l), +(93,447,l), +(93,273,l), +(407,273,l), +(407,115,l) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(401,145,l), +(449,375,l), +(-21,375,l), +(-27,347,l), +(417,347,l), +(374,145,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(431,139,l), +(492,428,l), +(22,428,l), +(-9,281,l), +(319,281,l), +(289,139,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(463,153,l), +(514,397,l), +(44,397,l), +(37,365,l), +(475,365,l), +(431,153,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(468,139,l), +(528,428,l), +(58,428,l), +(27,281,l), +(355,281,l), +(325,139,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(545,119,l), +(600,380,l), +(105,380,l), +(98,348,l), +(562,348,l), +(514,119,l) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,115,l), +(613,447,l), +(127,447,l), +(90,273,l), +(401,273,l), +(368,115,l) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/lslash.glyph b/sources/MonaSans.glyphspackage/glyphs/lslash.glyph index 16739fcd..ecf11629 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lslash.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lslash.glyph @@ -1,8 +1,8 @@ { color = 7; glyphname = lslash; -kernLeft = lslash; -kernRight = lslash; +kernLeft = KO_lslash; +kernRight = KO_lslash; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -32,67 +32,67 @@ pos = (-28,73); ref = slashshortcomb; } ); -width = 268; +width = 284; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = -1; -pos = (18,0); +pos = (25,0); ref = l; }, { -pos = (-12,23); +pos = (-23,23); ref = slashshortcomb; } ); -width = 244; +width = 218; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = -1; -pos = (16,0); +pos = (18,0); ref = l; }, { -pos = (-14,63); +pos = (-23,63); ref = slashshortcomb; } ); -width = 331; +width = 355; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = -1; -pos = (25,0); +pos = (18,0); ref = l; }, { -pos = (-25,23); +pos = (-10,23); ref = slashshortcomb; } ); -width = 218; +width = 245; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = -1; -pos = (18,0); +pos = (16,0); ref = l; }, { -pos = (-24,63); +pos = (-1,63); ref = slashshortcomb; } ); -width = 343; +width = 325; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -103,7 +103,7 @@ pos = (6,0); ref = l; }, { -pos = (-19,11); +pos = (-18,11); ref = slashshortcomb; } ); @@ -118,11 +118,11 @@ pos = (20,0); ref = l; }, { -pos = (-13,73); +pos = (-12,73); ref = slashshortcomb; } ); -width = 269; +width = 285; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -133,7 +133,7 @@ pos = (20,0); ref = l; }, { -pos = (-7,23); +pos = (-9,23); ref = slashshortcomb; } ); @@ -148,7 +148,7 @@ pos = (16,0); ref = l; }, { -pos = (-1,63); +pos = (0,63); ref = slashshortcomb; } ); @@ -163,7 +163,7 @@ pos = (29,0); ref = l; }, { -pos = (-16,23); +pos = (-14,23); ref = slashshortcomb; } ); @@ -178,11 +178,191 @@ pos = (18,0); ref = l; }, { -pos = (-12,63); +pos = (-10,63); +ref = slashshortcomb; +} +); +width = 353; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (7,0); +ref = l; +}, +{ +pos = (-24,11); +ref = slashshortcomb; +} +); +width = 124; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +pos = (18,0); +ref = l; +}, +{ +pos = (-28,73); +ref = slashshortcomb; +} +); +width = 248; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (18,0); +ref = l; +}, +{ +pos = (-18,23); +ref = slashshortcomb; +} +); +width = 204; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (16,0); +ref = l; +}, +{ +pos = (-17,63); +ref = slashshortcomb; +} +); +width = 289; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (25,0); +ref = l; +}, +{ +pos = (-23,23); +ref = slashshortcomb; +} +); +width = 198; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (18,0); +ref = l; +}, +{ +pos = (-26,63); +ref = slashshortcomb; +} +); +width = 323; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = -1; +pos = (6,0); +ref = l; +}, +{ +pos = (-19,11); +ref = slashshortcomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = -1; +pos = (20,0); +ref = l; +}, +{ +pos = (-12,73); +ref = slashshortcomb; +} +); +width = 247; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = -1; +pos = (20,0); +ref = l; +}, +{ +pos = (-4,23); +ref = slashshortcomb; +} +); +width = 196; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +pos = (16,0); +ref = l; +}, +{ +pos = (0,63); +ref = slashshortcomb; +} +); +width = 272; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +pos = (29,0); +ref = l; +}, +{ +pos = (-14,23); +ref = slashshortcomb; +} +); +width = 206; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = -1; +pos = (18,0); +ref = l; +}, +{ +pos = (-11,63); ref = slashshortcomb; } ); -width = 341; +width = 311; } ); metricRight = "=|"; diff --git a/sources/MonaSans.glyphspackage/glyphs/lslash.ss03.glyph b/sources/MonaSans.glyphspackage/glyphs/lslash.ss03.glyph index b67c5f7a..821230a1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lslash.ss03.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lslash.ss03.glyph @@ -1,7 +1,7 @@ { color = 7; glyphname = lslash.ss03; -kernLeft = lslash; +kernLeft = KO_lslash; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -31,67 +31,67 @@ pos = (-28,73); ref = slashshortcomb; } ); -width = 277; +width = 293; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = -1; -pos = (19,0); +pos = (27,0); ref = l.ss03; }, { -pos = (-12,23); +pos = (-25,23); ref = slashshortcomb; } ); -width = 264; +width = 262; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = -1; -pos = (19,0); +pos = (21,0); ref = l.ss03; }, { -pos = (-16,63); +pos = (-27,63); ref = slashshortcomb; } ); -width = 351; +width = 381; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = -1; -pos = (27,0); +pos = (19,0); ref = l.ss03; }, { -pos = (-25,23); +pos = (-12,23); ref = slashshortcomb; } ); -width = 262; +width = 263; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = -1; -pos = (21,0); +pos = (19,0); ref = l.ss03; }, { -pos = (-27,63); +pos = (-10,63); ref = slashshortcomb; } ); -width = 369; +width = 345; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -121,7 +121,7 @@ pos = (-13,73); ref = slashshortcomb; } ); -width = 278; +width = 294; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -181,7 +181,187 @@ pos = (-15,63); ref = slashshortcomb; } ); -width = 370; +width = 382; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (7,0); +ref = l.ss03; +}, +{ +pos = (-23,11); +ref = slashshortcomb; +} +); +width = 126; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +pos = (22,0); +ref = l.ss03; +}, +{ +pos = (-28,73); +ref = slashshortcomb; +} +); +width = 257; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (19,0); +ref = l.ss03; +}, +{ +pos = (-12,23); +ref = slashshortcomb; +} +); +width = 224; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (19,0); +ref = l.ss03; +}, +{ +pos = (-16,63); +ref = slashshortcomb; +} +); +width = 309; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (27,0); +ref = l.ss03; +}, +{ +pos = (-25,23); +ref = slashshortcomb; +} +); +width = 242; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (21,0); +ref = l.ss03; +}, +{ +pos = (-27,63); +ref = slashshortcomb; +} +); +width = 349; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = -1; +pos = (7,0); +ref = l.ss03; +}, +{ +pos = (-20,11); +ref = slashshortcomb; +} +); +width = 120; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = -1; +pos = (23,0); +ref = l.ss03; +}, +{ +pos = (-13,73); +ref = slashshortcomb; +} +); +width = 256; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = -1; +pos = (20,0); +ref = l.ss03; +}, +{ +pos = (-7,23); +ref = slashshortcomb; +} +); +width = 212; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +pos = (19,0); +ref = l.ss03; +}, +{ +pos = (-3,58); +ref = slashshortcomb; +} +); +width = 287; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +pos = (30,0); +ref = l.ss03; +}, +{ +pos = (-20,23); +ref = slashshortcomb; +} +); +width = 236; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = -1; +pos = (25,0); +ref = l.ss03; +}, +{ +pos = (-15,63); +ref = slashshortcomb; +} +); +width = 340; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/lslash.ss04.glyph b/sources/MonaSans.glyphspackage/glyphs/lslash.ss04.glyph index 91fddc61..69c21a54 100644 --- a/sources/MonaSans.glyphspackage/glyphs/lslash.ss04.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/lslash.ss04.glyph @@ -1,8 +1,8 @@ { color = 7; glyphname = lslash.ss04; -kernLeft = lslash; -kernRight = lslash; +kernLeft = KO_lslash; +kernRight = KO_lslash; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -32,67 +32,67 @@ pos = (-28,73); ref = slashshortcomb; } ); -width = 268; +width = 284; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = -1; -pos = (18,0); +pos = (25,0); ref = l; }, { -pos = (-12,23); +pos = (-23,23); ref = slashshortcomb; } ); -width = 244; +width = 219; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = -1; -pos = (16,0); +pos = (18,0); ref = l; }, { -pos = (-14,63); +pos = (-23,63); ref = slashshortcomb; } ); -width = 330; +width = 353; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = -1; -pos = (25,0); +pos = (18,0); ref = l; }, { -pos = (-25,23); +pos = (-10,23); ref = slashshortcomb; } ); -width = 219; +width = 245; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = -1; -pos = (18,0); +pos = (16,0); ref = l; }, { -pos = (-24,63); +pos = (-1,63); ref = slashshortcomb; } ); -width = 341; +width = 324; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -103,7 +103,7 @@ pos = (6,0); ref = l; }, { -pos = (-19,11); +pos = (-18,11); ref = slashshortcomb; } ); @@ -118,11 +118,11 @@ pos = (20,0); ref = l; }, { -pos = (-13,73); +pos = (-12,73); ref = slashshortcomb; } ); -width = 269; +width = 285; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -133,7 +133,7 @@ pos = (20,0); ref = l; }, { -pos = (-7,23); +pos = (-9,23); ref = slashshortcomb; } ); @@ -148,7 +148,7 @@ pos = (16,0); ref = l; }, { -pos = (-1,63); +pos = (0,63); ref = slashshortcomb; } ); @@ -163,7 +163,7 @@ pos = (25,0); ref = l; }, { -pos = (-20,23); +pos = (-18,23); ref = slashshortcomb; } ); @@ -178,11 +178,191 @@ pos = (18,0); ref = l; }, { -pos = (-12,63); +pos = (-10,63); +ref = slashshortcomb; +} +); +width = 352; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (7,0); +ref = l; +}, +{ +pos = (-24,11); +ref = slashshortcomb; +} +); +width = 123; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +pos = (18,0); +ref = l; +}, +{ +pos = (-28,73); +ref = slashshortcomb; +} +); +width = 248; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (18,0); +ref = l; +}, +{ +pos = (-18,23); +ref = slashshortcomb; +} +); +width = 204; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (16,0); +ref = l; +}, +{ +pos = (-17,63); +ref = slashshortcomb; +} +); +width = 288; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (25,0); +ref = l; +}, +{ +pos = (-23,23); +ref = slashshortcomb; +} +); +width = 199; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (18,0); +ref = l; +}, +{ +pos = (-26,63); +ref = slashshortcomb; +} +); +width = 321; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = -1; +pos = (6,0); +ref = l; +}, +{ +pos = (-19,11); +ref = slashshortcomb; +} +); +width = 116; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = -1; +pos = (20,0); +ref = l; +}, +{ +pos = (-12,73); +ref = slashshortcomb; +} +); +width = 247; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = -1; +pos = (20,0); +ref = l; +}, +{ +pos = (-4,23); +ref = slashshortcomb; +} +); +width = 196; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +pos = (16,0); +ref = l; +}, +{ +pos = (0,63); +ref = slashshortcomb; +} +); +width = 272; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +pos = (25,0); +ref = l; +}, +{ +pos = (-18,23); +ref = slashshortcomb; +} +); +width = 199; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = -1; +pos = (18,0); +ref = l; +}, +{ +pos = (-11,63); ref = slashshortcomb; } ); -width = 340; +width = 310; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/m.glyph b/sources/MonaSans.glyphspackage/glyphs/m.glyph index b7742169..71e36e18 100644 --- a/sources/MonaSans.glyphspackage/glyphs/m.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/m.glyph @@ -1,17 +1,17 @@ { glyphname = m; -kernLeft = n; -kernRight = n; +kernLeft = KO_n; +kernRight = KO_n; layers = ( { anchors = ( { name = bottom; -pos = (370,0); +pos = (378,0); }, { name = top; -pos = (370,541); +pos = (378,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -19,47 +19,47 @@ shapes = ( { closed = 1; nodes = ( -(204,0,l), -(204,328,ls), -(204,381,o), -(213,411,o), -(244,411,cs), -(269,411,o), -(282,394,o), -(282,335,cs), -(282,0,l), -(459,0,l), -(459,328,ls), -(459,383,o), -(468,411,o), -(499,411,cs), -(525,411,o), -(536,391,o), -(536,335,cs), -(536,0,l), -(714,0,l), -(714,347,ls), -(714,494,o), -(668,551,o), -(570,551,cs), -(511,551,o), -(471,521,o), -(450,467,c), -(444,467,l), -(425,527,o), -(383,551,o), -(325,551,cs), -(271,551,o), -(233,524,o), -(210,477,c), -(204,477,l), -(199,541,l), -(27,541,l), -(27,0,l) -); -} -); -width = 737; +(212,0,l), +(212,328,ls), +(212,381,o), +(221,411,o), +(252,411,cs), +(277,411,o), +(290,394,o), +(290,335,cs), +(290,0,l), +(467,0,l), +(467,328,ls), +(467,383,o), +(476,411,o), +(507,411,cs), +(533,411,o), +(544,391,o), +(544,335,cs), +(544,0,l), +(722,0,l), +(722,347,ls), +(722,494,o), +(676,551,o), +(578,551,cs), +(519,551,o), +(479,521,o), +(458,467,c), +(452,467,l), +(433,527,o), +(391,551,o), +(333,551,cs), +(279,551,o), +(241,524,o), +(218,477,c), +(212,477,l), +(207,541,l), +(35,541,l), +(35,0,l) +); +} +); +width = 753; }, { anchors = ( @@ -123,52 +123,168 @@ width = 560; anchors = ( { name = bottom; -pos = (481,0); +pos = (508,0); }, { name = top; -pos = (481,517); +pos = (508,517); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(121,0,l), -(121,274,ls), -(121,401,o), -(197,491,o), -(311,491,cs), -(414,491,o), -(464,430,o), -(464,294,cs), -(464,0,l), -(502,0,l), -(502,274,ls), -(502,401,o), -(577,491,o), -(690,491,cs), -(795,491,o), -(845,430,o), -(845,294,cs), -(845,0,l), -(881,0,l), -(881,300,ls), -(881,462,o), -(804,525,o), -(696,525,cs), -(608,525,o), -(532,480,o), -(498,394,c), -(490,394,l), -(465,486,o), -(400,525,o), +(104,0,l), +(104,273,ls), +(104,404,o), +(180,491,o), +(313,491,cs), +(427,491,o), +(489,423,o), +(489,277,cs), +(489,0,l), +(527,0,l), +(527,273,ls), +(527,404,o), +(610,491,o), +(735,491,cs), +(866,491,o), +(913,419,o), +(913,291,cs), +(913,0,l), +(951,0,l), +(951,296,ls), +(951,451,o), +(876,525,o), +(738,525,cs), +(639,525,o), +(556,475,o), +(521,384,c), +(514,384,l), +(492,471,o), +(419,525,o), (316,525,cs), -(233,525,o), -(159,482,o), -(125,400,c), -(121,400,l), +(223,525,o), +(142,479,o), +(108,398,c), +(104,398,l), +(104,517,l), +(66,517,l), +(66,0,l) +); +} +); +width = 1006; +}, +{ +anchors = ( +{ +name = bottom; +pos = (569,0); +}, +{ +name = top; +pos = (569,544); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(270,280,ls), +(270,342,o), +(306,389,o), +(372,389,cs), +(444,389,o), +(459,338,o), +(459,271,cs), +(459,0,l), +(679,0,l), +(679,280,ls), +(679,343,o), +(716,389,o), +(782,389,cs), +(851,389,o), +(868,339,o), +(868,269,cs), +(868,0,l), +(1089,0,l), +(1089,297,ls), +(1089,474,o), +(1004,554,o), +(864,554,cs), +(774,554,o), +(704,525,o), +(660,445,c), +(650,445,l), +(617,519,o), +(549,554,o), +(461,554,cs), +(378,554,o), +(314,522,o), +(280,464,c), +(270,464,l), +(260,544,l), +(49,544,l), +(49,0,l) +); +} +); +width = 1126; +}, +{ +anchors = ( +{ +name = bottom; +pos = (435,0); +}, +{ +name = top; +pos = (435,517); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(121,0,l), +(121,295,ls), +(121,412,o), +(187,491,o), +(286,491,cs), +(374,491,o), +(416,435,o), +(416,315,cs), +(416,0,l), +(452,0,l), +(452,295,ls), +(452,410,o), +(519,491,o), +(618,491,cs), +(709,491,o), +(749,435,o), +(749,315,cs), +(749,0,l), +(785,0,l), +(785,321,ls), +(785,467,o), +(718,525,o), +(624,525,cs), +(545,525,o), +(477,481,o), +(448,399,c), +(444,399,l), +(423,487,o), +(365,525,o), +(291,525,cs), +(219,525,o), +(153,484,o), +(125,411,c), +(121,411,l), (119,517,l), (85,517,l), (85,0,l) @@ -251,61 +367,61 @@ type = Stem; } ); }; -width = 956; +width = 867; }, { anchors = ( { name = bottom; -pos = (491,0); +pos = (470,0); }, { name = top; -pos = (491,544); +pos = (470,544); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(245,0,l), -(245,308,ls), -(245,352,o), -(271,400,o), -(326,400,cs), -(378,400,o), -(398,363,o), -(398,291,cs), -(398,0,l), -(589,0,l), -(589,308,ls), -(589,352,o), -(616,400,o), -(670,400,cs), -(722,400,o), -(742,363,o), -(742,291,cs), -(742,0,l), -(933,0,l), -(933,333,ls), -(933,494,o), -(852,554,o), -(751,554,cs), -(672,554,o), -(604,516,o), -(582,439,c), -(574,439,l), -(544,525,o), -(477,554,o), -(406,554,cs), -(338,554,o), -(277,521,o), -(253,455,c), -(245,455,l), -(239,544,l), -(54,544,l), -(54,0,l) +(246,0,l), +(246,316,ls), +(246,356,o), +(267,400,o), +(316,400,cs), +(361,400,o), +(378,364,o), +(378,299,cs), +(378,0,l), +(567,0,l), +(567,316,ls), +(567,356,o), +(590,400,o), +(637,400,cs), +(682,400,o), +(699,364,o), +(699,299,cs), +(699,0,l), +(888,0,l), +(888,333,ls), +(888,494,o), +(812,554,o), +(717,554,cs), +(646,554,o), +(583,518,o), +(563,450,c), +(551,450,l), +(527,520,o), +(478,554,o), +(403,554,cs), +(343,554,o), +(279,523,o), +(256,455,c), +(243,455,l), +(240,544,l), +(56,544,l), +(56,0,l) ); } ); @@ -313,123 +429,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; }; -width = 978; -}, -{ -anchors = ( -{ -name = bottom; -pos = (508,0); -}, -{ -name = top; -pos = (508,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,0,l), -(104,273,ls), -(104,404,o), -(180,491,o), -(313,491,cs), -(427,491,o), -(489,423,o), -(489,277,cs), -(489,0,l), -(527,0,l), -(527,273,ls), -(527,404,o), -(610,491,o), -(735,491,cs), -(866,491,o), -(913,419,o), -(913,291,cs), -(913,0,l), -(951,0,l), -(951,296,ls), -(951,451,o), -(876,525,o), -(738,525,cs), -(639,525,o), -(556,475,o), -(521,384,c), -(514,384,l), -(492,471,o), -(419,525,o), -(316,525,cs), -(223,525,o), -(142,479,o), -(108,398,c), -(104,398,l), -(104,517,l), -(66,517,l), -(66,0,l) -); -} -); -width = 1006; -}, -{ -anchors = ( -{ -name = bottom; -pos = (563,0); -}, -{ -name = top; -pos = (563,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,280,ls), -(264,342,o), -(300,389,o), -(366,389,cs), -(438,389,o), -(453,338,o), -(453,271,cs), -(453,0,l), -(673,0,l), -(673,280,ls), -(673,343,o), -(710,389,o), -(776,389,cs), -(845,389,o), -(862,339,o), -(862,269,cs), -(862,0,l), -(1083,0,l), -(1083,297,ls), -(1083,474,o), -(998,554,o), -(858,554,cs), -(768,554,o), -(698,525,o), -(654,445,c), -(644,445,l), -(611,519,o), -(543,554,o), -(455,554,cs), -(372,554,o), -(308,522,o), -(274,464,c), -(264,464,l), -(254,544,l), -(43,544,l), -(43,0,l) -); -} -); -width = 1114; +width = 941; }, { anchors = ( @@ -493,11 +493,11 @@ width = 558; anchors = ( { name = bottom; -pos = (315,0); +pos = (323,0); }, { name = top; -pos = (427,541); +pos = (435,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -505,47 +505,47 @@ shapes = ( { closed = 1; nodes = ( -(147,0,l), -(216,337,ls), -(226,387,o), -(239,417,o), -(267,417,cs), -(293,417,o), -(299,396,o), -(287,340,cs), -(217,0,l), -(391,0,l), -(462,337,ls), -(473,387,o), -(482,417,o), -(512,417,cs), -(542,417,o), -(542,385,o), -(533,340,cs), -(461,0,l), -(637,0,l), -(707,338,ls), -(734,467,o), -(719,551,o), -(608,551,cs), -(562,551,o), -(515,530,o), -(477,467,c), -(470,467,l), -(461,521,o), -(430,551,o), -(363,551,cs), -(318,551,o), -(282,525,o), -(254,485,c), -(247,485,l), -(254,541,l), -(83,541,l), -(-30,0,l) -); -} -); -width = 715; +(155,0,l), +(224,337,ls), +(234,387,o), +(247,417,o), +(275,417,cs), +(301,417,o), +(307,396,o), +(295,340,cs), +(225,0,l), +(399,0,l), +(470,337,ls), +(481,387,o), +(490,417,o), +(520,417,cs), +(550,417,o), +(550,385,o), +(541,340,cs), +(469,0,l), +(645,0,l), +(715,338,ls), +(742,467,o), +(727,551,o), +(616,551,cs), +(570,551,o), +(523,530,o), +(485,467,c), +(478,467,l), +(469,521,o), +(438,551,o), +(371,551,cs), +(326,551,o), +(290,525,o), +(262,485,c), +(255,485,l), +(262,541,l), +(91,541,l), +(-22,0,l) +); +} +); +width = 731; }, { anchors = ( @@ -667,11 +667,11 @@ width = 968; anchors = ( { name = bottom; -pos = (459,0); +pos = (460,0); }, { name = top; -pos = (567,517); +pos = (568,517); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -679,57 +679,57 @@ shapes = ( { closed = 1; nodes = ( -(50,0,l), -(107,276,ls), -(135,409,o), -(228,494,o), -(344,494,cs), -(455,494,o), -(521,433,o), -(487,274,cs), -(430,0,l), -(466,0,l), -(527,287,ls), -(556,424,o), -(647,494,o), -(761,494,cs), -(872,494,o), -(937,434,o), -(906,283,cs), -(848,0,l), -(884,0,l), -(944,287,ls), -(978,451,o), -(900,527,o), -(770,527,cs), -(672,527,o), -(583,477,o), -(536,385,c), -(529,385,l), -(517,481,o), -(449,527,o), -(353,527,cs), -(271,527,o), -(189,484,o), -(141,406,c), -(136,406,l), -(156,517,l), -(120,517,l), -(13,0,l) -); -} -); -width = 992; +(51,0,l), +(108,276,ls), +(136,409,o), +(229,494,o), +(345,494,cs), +(456,494,o), +(522,433,o), +(488,274,cs), +(431,0,l), +(467,0,l), +(528,287,ls), +(557,424,o), +(648,494,o), +(762,494,cs), +(873,494,o), +(938,434,o), +(907,283,cs), +(849,0,l), +(885,0,l), +(945,287,ls), +(979,451,o), +(901,527,o), +(771,527,cs), +(673,527,o), +(584,477,o), +(537,385,c), +(530,385,l), +(518,481,o), +(450,527,o), +(354,527,cs), +(272,527,o), +(190,484,o), +(142,406,c), +(137,406,l), +(157,517,l), +(121,517,l), +(14,0,l) +); +} +); +width = 991; }, { anchors = ( { name = bottom; -pos = (513,0); +pos = (519,0); }, { name = top; -pos = (625,544); +pos = (631,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -737,49 +737,826 @@ shapes = ( { closed = 1; nodes = ( -(207,0,l), -(265,284,ls), -(280,352,o), -(318,389,o), -(381,389,cs), -(446,389,o), -(462,337,o), -(446,260,cs), -(391,0,l), -(611,0,l), -(671,291,ls), -(684,354,o), -(725,389,o), -(785,389,cs), -(850,389,o), -(866,337,o), -(851,260,cs), -(796,0,l), -(1016,0,l), -(1074,284,ls), -(1109,448,o), -(1038,554,o), -(881,554,cs), -(794,554,o), -(711,514,o), -(669,446,c), -(661,446,l), -(648,511,o), -(576,554,o), -(485,554,cs), -(416,554,o), -(350,526,o), -(314,478,c), -(307,478,l), -(309,544,l), -(100,544,l), -(-13,0,l) +(213,0,l), +(271,284,ls), +(286,352,o), +(324,389,o), +(387,389,cs), +(452,389,o), +(468,337,o), +(452,260,cs), +(397,0,l), +(617,0,l), +(677,291,ls), +(690,354,o), +(731,389,o), +(791,389,cs), +(856,389,o), +(872,337,o), +(857,260,cs), +(802,0,l), +(1022,0,l), +(1080,284,ls), +(1115,448,o), +(1044,554,o), +(887,554,cs), +(800,554,o), +(717,514,o), +(675,446,c), +(667,446,l), +(654,511,o), +(582,554,o), +(491,554,cs), +(422,554,o), +(356,526,o), +(320,478,c), +(313,478,l), +(315,544,l), +(106,544,l), +(-7,0,l) +); +} +); +width = 1113; +}, +{ +anchors = ( +{ +name = bottom; +pos = (252,0); +}, +{ +name = top; +pos = (252,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,0,l), +(66,307,ls), +(66,425,o), +(104,499,o), +(163,499,cs), +(211,499,o), +(238,474,o), +(238,371,cs), +(238,0,l), +(268,0,l), +(268,307,ls), +(268,425,o), +(306,499,o), +(366,499,cs), +(413,499,o), +(441,474,o), +(441,371,cs), +(441,0,l), +(471,0,l), +(471,378,ls), +(471,477,o), +(438,526,o), +(371,526,cs), +(320,526,o), +(279,489,o), +(264,432,c), +(263,432,l), +(252,494,o), +(223,526,o), +(171,526,cs), +(122,526,o), +(81,492,o), +(66,439,c), +(65,439,l), +(64,516,l), +(36,516,l), +(36,0,l) +); +} +); +width = 505; +}, +{ +anchors = ( +{ +name = bottom; +pos = (356,0); +}, +{ +name = top; +pos = (356,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,0,l), +(193,318,ls), +(193,365,o), +(201,391,o), +(228,391,cs), +(251,391,o), +(262,376,o), +(262,325,cs), +(262,0,l), +(439,0,l), +(439,318,ls), +(439,366,o), +(447,391,o), +(475,391,cs), +(498,391,o), +(508,374,o), +(508,325,cs), +(508,0,l), +(685,0,l), +(685,347,ls), +(685,494,o), +(641,551,o), +(546,551,cs), +(490,551,o), +(449,522,o), +(427,464,c), +(426,464,l), +(406,527,o), +(366,551,o), +(308,551,cs), +(255,551,o), +(219,524,o), +(195,472,c), +(194,472,l), +(188,541,l), +(16,541,l), +(16,0,l) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = bottom; +pos = (455,0); +}, +{ +name = top; +pos = (455,517); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(95,274,ls), +(95,401,o), +(171,491,o), +(285,491,cs), +(388,491,o), +(438,430,o), +(438,294,cs), +(438,0,l), +(476,0,l), +(476,274,ls), +(476,401,o), +(551,491,o), +(664,491,cs), +(769,491,o), +(819,430,o), +(819,294,cs), +(819,0,l), +(855,0,l), +(855,300,ls), +(855,462,o), +(778,525,o), +(670,525,cs), +(582,525,o), +(506,480,o), +(468,386,c), +(467,386,l), +(439,486,o), +(374,525,o), +(290,525,cs), +(207,525,o), +(133,482,o), +(96,395,c), +(95,395,l), +(93,517,l), +(59,517,l), +(59,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 905; +}, +{ +anchors = ( +{ +name = bottom; +pos = (467,0); +}, +{ +name = top; +pos = (467,544); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,0,l), +(221,298,ls), +(221,354,o), +(255,395,o), +(302,395,cs), +(351,395,o), +(374,358,o), +(374,281,cs), +(374,0,l), +(565,0,l), +(565,298,ls), +(565,354,o), +(599,395,o), +(646,395,cs), +(695,395,o), +(718,358,o), +(718,281,cs), +(718,0,l), +(909,0,l), +(909,333,ls), +(909,494,o), +(828,554,o), +(727,554,cs), +(651,554,o), +(587,515,o), +(554,452,c), +(553,452,l), +(526,512,o), +(472,554,o), +(385,554,cs), +(313,554,o), +(250,514,o), +(223,454,c), +(222,454,l), +(215,544,l), +(30,544,l), +(30,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; +}; +width = 937; +}, +{ +anchors = ( +{ +name = bottom; +pos = (498,0); +}, +{ +name = top; +pos = (498,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(94,0,l), +(94,273,ls), +(94,405,o), +(170,491,o), +(303,491,cs), +(417,491,o), +(479,423,o), +(479,277,cs), +(479,0,l), +(517,0,l), +(517,273,ls), +(517,399,o), +(605,491,o), +(724,491,cs), +(856,491,o), +(903,419,o), +(903,291,cs), +(903,0,l), +(941,0,l), +(941,296,ls), +(941,451,o), +(866,525,o), +(727,525,cs), +(621,525,o), +(543,472,o), +(507,375,c), +(505,375,l), +(481,472,o), +(408,525,o), +(306,525,cs), +(213,525,o), +(131,480,o), +(95,395,c), +(94,395,l), +(94,517,l), +(56,517,l), +(56,0,l) +); +} +); +width = 985; +}, +{ +anchors = ( +{ +name = bottom; +pos = (550,0); +}, +{ +name = top; +pos = (550,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,0,l), +(251,280,ls), +(251,342,o), +(287,389,o), +(353,389,cs), +(425,389,o), +(440,338,o), +(440,271,cs), +(440,0,l), +(660,0,l), +(660,280,ls), +(660,343,o), +(697,389,o), +(763,389,cs), +(832,389,o), +(849,339,o), +(849,269,cs), +(849,0,l), +(1070,0,l), +(1070,297,ls), +(1070,474,o), +(985,554,o), +(845,554,cs), +(744,554,o), +(672,517,o), +(632,445,c), +(631,445,l), +(598,519,o), +(530,554,o), +(442,554,cs), +(353,554,o), +(286,522,o), +(252,464,c), +(251,464,l), +(241,544,l), +(30,544,l), +(30,0,l) +); +} +); +width = 1091; +}, +{ +anchors = ( +{ +name = bottom; +pos = (215,0); +}, +{ +name = top; +pos = (321,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(13,0,l), +(77,315,ls), +(100,424,o), +(154,501,o), +(208,501,cs), +(273,501,o), +(285,455,o), +(266,366,cs), +(190,0,l), +(219,0,l), +(295,361,ls), +(311,443,o), +(361,501,o), +(414,501,cs), +(479,501,o), +(491,455,o), +(472,366,cs), +(396,0,l), +(425,0,l), +(502,371,ls), +(521,462,o), +(504,526,o), +(423,526,cs), +(375,526,o), +(325,493,o), +(302,436,c), +(301,436,l), +(304,490,o), +(279,526,o), +(218,526,cs), +(169,526,o), +(130,495,o), +(108,446,c), +(107,446,l), +(117,516,l), +(90,516,l), +(-16,0,l) +); +} +); +width = 512; +}, +{ +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = top; +pos = (416,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,0,l), +(202,315,ls), +(212,362,o), +(225,390,o), +(253,390,cs), +(279,390,o), +(284,371,o), +(273,318,cs), +(206,0,l), +(380,0,l), +(448,315,ls), +(458,362,o), +(468,390,o), +(498,390,cs), +(528,390,o), +(528,360,o), +(519,318,cs), +(450,0,l), +(626,0,l), +(696,338,ls), +(723,467,o), +(708,551,o), +(597,551,cs), +(551,551,o), +(498,530,o), +(460,467,c), +(459,467,l), +(450,521,o), +(419,551,o), +(352,551,cs), +(307,551,o), +(265,525,o), +(237,485,c), +(236,485,l), +(243,541,l), +(72,541,l), +(-41,0,l) +); +} +); +width = 693; +}, +{ +anchors = ( +{ +name = bottom; +pos = (409,0); +}, +{ +name = top; +pos = (517,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(46,0,l), +(106,293,ls), +(131,415,o), +(217,493,o), +(322,493,cs), +(427,493,o), +(470,424,o), +(442,288,cs), +(382,0,l), +(419,0,l), +(480,291,ls), +(505,410,o), +(585,493,o), +(695,493,cs), +(804,493,o), +(844,419,o), +(817,288,cs), +(757,0,l), +(793,0,l), +(853,290,ls), +(887,448,o), +(821,527,o), +(706,527,cs), +(622,527,o), +(537,487,o), +(488,394,c), +(487,394,l), +(476,481,o), +(418,527,o), +(332,527,cs), +(252,527,o), +(178,487,o), +(133,415,c), +(132,415,l), +(148,517,l), +(117,517,l), +(9,0,l) +); +} +); +width = 896; +}, +{ +anchors = ( +{ +name = bottom; +pos = (413,0); +}, +{ +name = top; +pos = (525,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(227,311,ls), +(241,375,o), +(279,400,o), +(319,400,cs), +(373,400,o), +(383,353,o), +(369,286,cs), +(309,0,l), +(500,0,l), +(565,311,ls), +(577,368,o), +(613,400,o), +(656,400,cs), +(712,400,o), +(722,354,o), +(708,286,cs), +(647,0,l), +(838,0,l), +(906,321,ls), +(938,474,o), +(872,554,o), +(755,554,cs), +(682,554,o), +(604,516,o), +(569,448,c), +(568,448,l), +(557,512,o), +(499,554,o), +(425,554,cs), +(362,554,o), +(290,519,o), +(259,467,c), +(258,467,l), +(269,544,l), +(84,544,l), +(-31,0,l) +); +} +); +width = 910; +}, +{ +anchors = ( +{ +name = bottom; +pos = (449,0); +}, +{ +name = top; +pos = (557,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(97,276,ls), +(125,409,o), +(218,494,o), +(334,494,cs), +(445,494,o), +(511,433,o), +(477,274,cs), +(420,0,l), +(456,0,l), +(517,287,ls), +(546,424,o), +(637,494,o), +(751,494,cs), +(862,494,o), +(927,434,o), +(896,283,cs), +(838,0,l), +(874,0,l), +(934,287,ls), +(968,451,o), +(890,527,o), +(760,527,cs), +(662,527,o), +(567,477,o), +(520,385,c), +(519,385,l), +(507,481,o), +(439,527,o), +(343,527,cs), +(261,527,o), +(175,484,o), +(127,406,c), +(126,406,l), +(146,517,l), +(110,517,l), +(3,0,l) +); +} +); +width = 971; +}, +{ +anchors = ( +{ +name = bottom; +pos = (498,0); +}, +{ +name = top; +pos = (610,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(192,0,l), +(250,284,ls), +(265,352,o), +(303,389,o), +(366,389,cs), +(431,389,o), +(447,337,o), +(431,260,cs), +(376,0,l), +(596,0,l), +(656,291,ls), +(669,354,o), +(710,389,o), +(770,389,cs), +(835,389,o), +(851,337,o), +(836,260,cs), +(781,0,l), +(1001,0,l), +(1059,284,ls), +(1094,448,o), +(1023,554,o), +(866,554,cs), +(779,554,o), +(689,514,o), +(647,446,c), +(646,446,l), +(633,511,o), +(561,554,o), +(470,554,cs), +(400,554,o), +(327,525,o), +(290,475,c), +(289,475,l), +(294,544,l), +(85,544,l), +(-28,0,l) ); } ); -width = 1101; +width = 1078; } ); -metricLeft = l; +metricLeft = n; +metricRight = n; unicode = 109; } diff --git a/sources/MonaSans.glyphspackage/glyphs/macron.glyph b/sources/MonaSans.glyphspackage/glyphs/macron.glyph index 343dff8a..273a0d83 100644 --- a/sources/MonaSans.glyphspackage/glyphs/macron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/macron.glyph @@ -20,47 +20,47 @@ alignment = 1; ref = macroncomb; } ); -width = 387; +width = 403; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = macroncomb; } ); -width = 399; +width = 455; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = macroncomb; } ); -width = 483; +width = 539; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = macroncomb; } ); -width = 455; +width = 396; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = macroncomb; } ); -width = 527; +width = 465; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = macroncomb; } ); -width = 388; +width = 404; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = macroncomb; } ); -width = 528; +width = 540; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = macroncomb; +} +); +width = 273; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = macroncomb; +} +); +width = 387; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = macroncomb; +} +); +width = 399; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = macroncomb; +} +); +width = 463; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = macroncomb; +} +); +width = 455; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = macroncomb; +} +); +width = 527; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = macroncomb; +} +); +width = 227; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = macroncomb; +} +); +width = 366; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = macroncomb; +} +); +width = 352; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = macroncomb; +} +); +width = 389; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = macroncomb; +} +); +width = 436; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = macroncomb; +} +); +width = 498; } ); unicode = 175; diff --git a/sources/MonaSans.glyphspackage/glyphs/macroncomb.glyph b/sources/MonaSans.glyphspackage/glyphs/macroncomb.glyph index 27416886..058d5363 100644 --- a/sources/MonaSans.glyphspackage/glyphs/macroncomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/macroncomb.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _top; -pos = (194,680); +pos = (202,680); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -13,14 +13,14 @@ shapes = ( { closed = 1; nodes = ( -(347,735,l), -(347,874,l), -(40,874,l), -(40,735,l) +(355,735,l), +(355,874,l), +(48,874,l), +(48,735,l) ); } ); -width = 387; +width = 403; }, { anchors = ( @@ -47,85 +47,85 @@ width = 273; anchors = ( { name = _top; -pos = (200,672); +pos = (228,671); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(359,780,l), -(359,813,l), +(415,780,l), +(415,813,l), (40,813,l), (40,780,l) ); } ); -width = 399; +width = 455; }, { anchors = ( { name = _top; -pos = (242,678); +pos = (270,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(443,735,l), -(443,874,l), -(40,874,l), -(40,735,l) +(493,745,l), +(493,884,l), +(46,884,l), +(46,745,l) ); } ); -width = 483; +width = 539; }, { anchors = ( { name = _top; -pos = (228,671); +pos = (199,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(415,780,l), -(415,813,l), -(40,813,l), -(40,780,l) +(354,780,l), +(354,813,l), +(43,813,l), +(43,780,l) ); } ); -width = 455; +width = 396; }, { anchors = ( { name = _top; -pos = (264,673); +pos = (234,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(487,745,l), -(487,884,l), -(40,884,l), -(40,745,l) +(428,735,l), +(428,874,l), +(39,874,l), +(39,735,l) ); } ); -width = 527; +width = 465; }, { anchors = ( @@ -152,7 +152,7 @@ width = 273; anchors = ( { name = _top; -pos = (279,680); +pos = (287,680); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -160,14 +160,14 @@ shapes = ( { closed = 1; nodes = ( -(444,735,l), -(472,874,l), -(165,874,l), -(137,735,l) +(452,735,l), +(480,874,l), +(173,874,l), +(145,735,l) ); } ); -width = 388; +width = 404; }, { anchors = ( @@ -236,7 +236,7 @@ width = 456; anchors = ( { name = _top; -pos = (348,673); +pos = (354,673); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -244,14 +244,266 @@ shapes = ( { closed = 1; nodes = ( -(586,745,l), -(614,884,l), -(167,884,l), -(139,745,l) +(592,745,l), +(620,884,l), +(173,884,l), +(145,745,l) +); +} +); +width = 540; +}, +{ +anchors = ( +{ +name = _top; +pos = (117,671); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(213,780,l), +(213,807,l), +(20,807,l), +(20,780,l) +); +} +); +width = 233; +}, +{ +anchors = ( +{ +name = _top; +pos = (184,680); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(337,735,l), +(337,874,l), +(30,874,l), +(30,735,l) +); +} +); +width = 367; +}, +{ +anchors = ( +{ +name = _top; +pos = (180,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,780,l), +(339,813,l), +(20,813,l), +(20,780,l) +); +} +); +width = 359; +}, +{ +anchors = ( +{ +name = _top; +pos = (221,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(422,735,l), +(422,874,l), +(19,874,l), +(19,735,l) +); +} +); +width = 441; +}, +{ +anchors = ( +{ +name = _top; +pos = (218,671); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(405,780,l), +(405,813,l), +(30,813,l), +(30,780,l) +); +} +); +width = 435; +}, +{ +anchors = ( +{ +name = _top; +pos = (254,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(477,745,l), +(477,884,l), +(30,884,l), +(30,745,l) +); +} +); +width = 507; +}, +{ +anchors = ( +{ +name = _top; +pos = (200,671); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(318,780,l), +(324,807,l), +(131,807,l), +(125,780,l) +); +} +); +width = 227; +}, +{ +anchors = ( +{ +name = _top; +pos = (268,680); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(433,735,l), +(461,874,l), +(154,874,l), +(126,735,l) +); +} +); +width = 366; +}, +{ +anchors = ( +{ +name = _top; +pos = (262,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(444,780,l), +(450,813,l), +(131,813,l), +(125,780,l) +); +} +); +width = 352; +}, +{ +anchors = ( +{ +name = _top; +pos = (279,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(476,745,l), +(501,884,l), +(138,884,l), +(113,745,l) +); +} +); +width = 389; +}, +{ +anchors = ( +{ +name = _top; +pos = (304,671); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(514,780,l), +(520,813,l), +(145,813,l), +(139,780,l) +); +} +); +width = 436; +}, +{ +anchors = ( +{ +name = _top; +pos = (333,673); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(571,745,l), +(599,884,l), +(152,884,l), +(124,745,l) ); } ); -width = 528; +width = 498; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/macute.glyph b/sources/MonaSans.glyphspackage/glyphs/macute.glyph new file mode 100644 index 00000000..eff870f2 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/macute.glyph @@ -0,0 +1,318 @@ +{ +glyphname = macute; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = m; +}, +{ +pos = (226,-156); +ref = acutecomb; +} +); +width = 560; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = m; +}, +{ +pos = (258,-137); +ref = acutecomb; +} +); +width = 753; +}, +{ +layerId = m019; +shapes = ( +{ +ref = m; +}, +{ +pos = (379,-155); +ref = acutecomb; +} +); +width = 867; +}, +{ +layerId = m020; +shapes = ( +{ +ref = m; +}, +{ +pos = (360,-134); +ref = acutecomb; +} +); +width = 941; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = m; +}, +{ +pos = (450,-155); +ref = acutecomb; +} +); +width = 1006; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = m; +}, +{ +pos = (446,-129); +ref = acutecomb; +} +); +width = 1126; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = m; +}, +{ +pos = (203,-156); +ref = acutecomb; +} +); +width = 558; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = m; +}, +{ +pos = (232,-137); +ref = acutecomb; +} +); +width = 731; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = m; +}, +{ +pos = (397,-155); +ref = acutecomb; +} +); +width = 942; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = m; +}, +{ +pos = (359,-134); +ref = acutecomb; +} +); +width = 968; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = m; +}, +{ +pos = (425,-155); +ref = acutecomb; +} +); +width = 991; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = m; +}, +{ +pos = (425,-129); +ref = acutecomb; +} +); +width = 1113; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = m; +}, +{ +pos = (216,-156); +ref = acutecomb; +} +); +width = 505; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = m; +}, +{ +pos = (254,-137); +ref = acutecomb; +} +); +width = 698; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = m; +}, +{ +pos = (420,-155); +ref = acutecomb; +} +); +width = 905; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = m; +}, +{ +pos = (376,-134); +ref = acutecomb; +} +); +width = 937; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = m; +}, +{ +pos = (450,-155); +ref = acutecomb; +} +); +width = 985; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = m; +}, +{ +pos = (443,-129); +ref = acutecomb; +} +); +width = 1091; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = m; +}, +{ +pos = (203,-156); +ref = acutecomb; +} +); +width = 512; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = m; +}, +{ +pos = (232,-137); +ref = acutecomb; +} +); +width = 693; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = m; +}, +{ +pos = (399,-155); +ref = acutecomb; +} +); +width = 896; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = m; +}, +{ +pos = (359,-134); +ref = acutecomb; +} +); +width = 910; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = m; +}, +{ +pos = (424,-155); +ref = acutecomb; +} +); +width = 971; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = m; +}, +{ +pos = (425,-129); +ref = acutecomb; +} +); +width = 1078; +} +); +unicode = 7743; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/minus.glyph b/sources/MonaSans.glyphspackage/glyphs/minus.glyph index c21c54b3..d20c3458 100644 --- a/sources/MonaSans.glyphspackage/glyphs/minus.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/minus.glyph @@ -1,5 +1,6 @@ { glyphname = minus; +kernRight = KO_minus; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -7,14 +8,14 @@ shapes = ( { closed = 1; nodes = ( -(462,291,l), -(462,431,l), -(18,431,l), -(18,291,l) +(470,291,l), +(470,431,l), +(26,431,l), +(26,291,l) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -32,78 +33,78 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(539,345,l), -(539,377,l), -(61,377,l), -(61,345,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -12, -12 +(608,345,l), +(608,377,l), +(113,377,l), +(113,345,l) ); -stem = -2; -type = Stem; } ); -}; -width = 600; +width = 720; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(537,286,l), -(537,435,l), -(64,435,l), -(64,286,l) +(617,274,l), +(617,448,l), +(116,448,l), +(116,274,l) ); } ); -width = 600; +width = 732; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(608,345,l), -(608,377,l), -(113,377,l), -(113,345,l) +(532,345,l), +(532,377,l), +(62,377,l), +(62,345,l) ); } ); -width = 720; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +12, +12 +); +stem = -2; +type = Stem; +} +); +}; +width = 593; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(611,274,l), -(611,448,l), -(110,448,l), -(110,274,l) +(521,286,l), +(521,435,l), +(62,435,l), +(62,286,l) ); } ); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -126,14 +127,14 @@ shapes = ( { closed = 1; nodes = ( -(463,291,l), -(492,431,l), -(53,431,l), -(23,291,l) +(471,291,l), +(500,431,l), +(61,431,l), +(31,291,l) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -186,14 +187,208 @@ shapes = ( { closed = 1; nodes = ( -(608,274,l), -(644,448,l), -(148,448,l), -(112,274,l) +(614,274,l), +(650,448,l), +(154,448,l), +(118,274,l) ); } ); -width = 720; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(413,347,l), +(413,375,l), +(27,375,l), +(27,347,l) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(452,291,l), +(452,431,l), +(8,431,l), +(8,291,l) +); +} +); +width = 460; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(519,345,l), +(519,377,l), +(41,377,l), +(41,345,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +12, +12 +); +stem = -2; +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(513,286,l), +(513,435,l), +(40,435,l), +(40,286,l) +); +} +); +width = 552; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(598,345,l), +(598,377,l), +(103,377,l), +(103,345,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(601,274,l), +(601,448,l), +(100,448,l), +(100,274,l) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(426,347,l), +(432,375,l), +(50,375,l), +(44,347,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(452,291,l), +(481,431,l), +(42,431,l), +(12,291,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(530,345,l), +(537,377,l), +(64,377,l), +(57,345,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(508,286,l), +(539,435,l), +(71,435,l), +(40,286,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(613,345,l), +(620,377,l), +(130,377,l), +(123,345,l) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(593,274,l), +(629,448,l), +(133,448,l), +(97,274,l) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/mu.glyph b/sources/MonaSans.glyphspackage/glyphs/mu.glyph index 12c789c9..07539b5b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/mu.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/mu.glyph @@ -7,34 +7,34 @@ shapes = ( { closed = 1; nodes = ( -(204,-132,l), -(204,43,l), -(107,22,l), -(116,2,o), -(137,-9,o), -(168,-9,cs), -(209,-9,o), -(248,18,o), -(268,64,c), -(275,64,l), -(281,0,l), -(451,0,l), -(451,541,l), -(275,541,l), -(275,213,ls), -(275,160,o), -(268,131,o), -(238,131,cs), -(215,131,o), -(204,148,o), -(204,206,cs), -(204,541,l), -(27,541,l), -(27,-132,l) +(212,-132,l), +(212,43,l), +(115,22,l), +(124,2,o), +(145,-9,o), +(176,-9,cs), +(217,-9,o), +(256,18,o), +(276,64,c), +(283,64,l), +(289,0,l), +(459,0,l), +(459,541,l), +(283,541,l), +(283,213,ls), +(283,160,o), +(276,131,o), +(246,131,cs), +(223,131,o), +(212,148,o), +(212,206,cs), +(212,541,l), +(35,541,l), +(35,-132,l) ); } ); -width = 478; +width = 494; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -72,35 +72,105 @@ nodes = ( width = 357; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(122,-132,l), -(122,111,l), -(117,83,l), -(137,25,o), -(199,-8,o), -(276,-8,cs), -(364,-8,o), -(433,33,o), -(464,121,c), -(468,121,l), -(471,0,l), -(505,0,l), -(505,517,l), -(468,517,l), -(468,249,ls), -(468,115,o), -(414,26,o), -(287,26,cs), -(183,26,o), -(122,83,o), -(122,183,cs), -(122,517,l), -(85,517,l), -(85,-132,l) +(103,-132,l), +(103,143,l), +(87,133,l), +(104,45,o), +(186,-8,o), +(302,-8,cs), +(402,-8,o), +(494,40,o), +(530,130,c), +(535,130,l), +(535,0,l), +(572,0,l), +(572,517,l), +(535,517,l), +(535,262,ls), +(535,120,o), +(455,26,o), +(307,26,cs), +(177,26,o), +(103,86,o), +(103,234,cs), +(103,517,l), +(66,517,l), +(66,-132,l) +); +} +); +width = 638; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,-132,l), +(270,37,l), +(218,3,l), +(232,-5,o), +(259,-10,o), +(284,-10,cs), +(363,-10,o), +(436,26,o), +(467,79,c), +(476,79,l), +(485,0,l), +(697,0,l), +(697,544,l), +(476,544,l), +(476,273,ls), +(476,202,o), +(448,155,o), +(363,155,cs), +(289,155,o), +(270,208,o), +(270,280,cs), +(270,544,l), +(49,544,l), +(49,-132,l) +); +} +); +width = 746; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(123,-132,l), +(123,111,l), +(118,83,l), +(138,25,o), +(198,-8,o), +(273,-8,cs), +(359,-8,o), +(428,33,o), +(457,121,c), +(461,121,l), +(464,0,l), +(498,0,l), +(498,517,l), +(461,517,l), +(461,249,ls), +(461,115,o), +(409,26,o), +(284,26,cs), +(182,26,o), +(123,83,o), +(123,183,cs), +(123,517,l), +(86,517,l), +(86,-132,l) ); } ); @@ -184,38 +254,38 @@ type = Stem; } ); }; -width = 590; +width = 583; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(245,-132,l), -(245,48,l), -(153,17,l), -(172,1,o), -(209,-10,o), -(246,-10,cs), -(318,-10,o), -(380,23,o), -(405,89,c), -(413,89,l), -(420,0,l), -(604,0,l), -(604,544,l), -(413,544,l), -(413,236,ls), -(413,181,o), -(385,144,o), -(324,144,cs), -(273,144,o), -(245,173,o), -(245,228,cs), -(245,544,l), -(54,544,l), -(54,-132,l) +(242,-132,l), +(242,48,l), +(150,17,l), +(168,1,o), +(204,-10,o), +(238,-10,cs), +(306,-10,o), +(366,23,o), +(390,89,c), +(398,89,l), +(405,0,l), +(587,0,l), +(587,544,l), +(398,544,l), +(398,236,ls), +(398,181,o), +(371,144,o), +(315,144,cs), +(267,144,o), +(242,174,o), +(242,228,cs), +(242,544,l), +(52,544,l), +(52,-132,l) ); } ); @@ -223,77 +293,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = u; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = u; }; -width = 658; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,-132,l), -(103,143,l), -(87,133,l), -(104,45,o), -(186,-8,o), -(302,-8,cs), -(402,-8,o), -(494,40,o), -(530,130,c), -(535,130,l), -(535,0,l), -(572,0,l), -(572,517,l), -(535,517,l), -(535,262,ls), -(535,120,o), -(455,26,o), -(307,26,cs), -(177,26,o), -(103,86,o), -(103,234,cs), -(103,517,l), -(66,517,l), -(66,-132,l) -); -} -); -width = 638; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-132,l), -(264,37,l), -(212,3,l), -(226,-5,o), -(253,-10,o), -(278,-10,cs), -(357,-10,o), -(430,26,o), -(461,79,c), -(470,79,l), -(479,0,l), -(691,0,l), -(691,544,l), -(470,544,l), -(470,273,ls), -(470,202,o), -(442,155,o), -(357,155,cs), -(283,155,o), -(264,208,o), -(264,280,cs), -(264,544,l), -(43,544,l), -(43,-132,l) -); -} -); -width = 734; +width = 639; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -336,34 +336,34 @@ shapes = ( { closed = 1; nodes = ( -(140,-132,l), -(171,43,l), -(70,22,l), -(75,4,o), -(92,-9,o), -(126,-9,cs), -(165,-9,o), -(209,16,o), -(239,64,c), -(246,64,l), -(240,0,l), -(410,0,l), -(506,541,l), -(330,541,l), -(272,213,ls), -(262,155,o), -(248,131,o), -(220,131,cs), -(197,131,o), -(190,148,o), -(200,206,cs), -(259,541,l), -(82,541,l), -(-37,-132,l) +(148,-132,l), +(179,43,l), +(78,22,l), +(83,4,o), +(100,-9,o), +(134,-9,cs), +(173,-9,o), +(217,16,o), +(247,64,c), +(254,64,l), +(248,0,l), +(418,0,l), +(514,541,l), +(338,541,l), +(280,213,ls), +(270,155,o), +(256,131,o), +(228,131,cs), +(205,131,o), +(198,148,o), +(208,206,cs), +(267,541,l), +(90,541,l), +(-29,-132,l) ); } ); -width = 492; +width = 508; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -476,34 +476,538 @@ shapes = ( { closed = 1; nodes = ( -(200,-132,l), -(230,37,l), -(172,3,l), -(185,-5,o), -(211,-10,o), -(236,-10,cs), -(315,-10,o), -(394,26,o), -(435,79,c), -(443,79,l), -(439,0,l), -(651,0,l), -(747,544,l), -(526,544,l), -(478,273,ls), -(466,202,o), -(429,155,o), -(344,155,cs), -(269,155,o), -(260,208,o), -(273,280,cs), -(320,544,l), -(99,544,l), -(-21,-132,l) +(206,-132,l), +(236,37,l), +(178,3,l), +(191,-5,o), +(217,-10,o), +(242,-10,cs), +(321,-10,o), +(400,26,o), +(441,79,c), +(449,79,l), +(445,0,l), +(657,0,l), +(753,544,l), +(532,544,l), +(484,273,ls), +(472,202,o), +(435,155,o), +(350,155,cs), +(275,155,o), +(266,208,o), +(279,280,cs), +(326,544,l), +(105,544,l), +(-15,-132,l) +); +} +); +width = 762; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(65,-132,l), +(65,39,l), +(62,38,l), +(77,6,o), +(101,-10,o), +(135,-10,cs), +(188,-10,o), +(226,21,o), +(242,77,c), +(244,77,l), +(245,0,l), +(273,0,l), +(273,516,l), +(244,516,l), +(244,209,ls), +(244,95,o), +(217,16,o), +(143,16,cs), +(93,16,o), +(65,41,o), +(65,145,cs), +(65,516,l), +(36,516,l), +(36,-132,l) +); +} +); +width = 309; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,-132,l), +(193,43,l), +(96,22,l), +(105,2,o), +(126,-9,o), +(157,-9,cs), +(198,-9,o), +(237,18,o), +(257,64,c), +(264,64,l), +(270,0,l), +(440,0,l), +(440,541,l), +(264,541,l), +(264,213,ls), +(264,160,o), +(257,131,o), +(227,131,cs), +(204,131,o), +(193,148,o), +(193,206,cs), +(193,541,l), +(16,541,l), +(16,-132,l) +); +} +); +width = 456; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-132,l), +(96,111,l), +(91,83,l), +(111,25,o), +(173,-8,o), +(250,-8,cs), +(338,-8,o), +(407,33,o), +(438,121,c), +(442,121,l), +(445,0,l), +(479,0,l), +(479,517,l), +(442,517,l), +(442,249,ls), +(442,115,o), +(388,26,o), +(261,26,cs), +(157,26,o), +(96,83,o), +(96,183,cs), +(96,517,l), +(59,517,l), +(59,-132,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = u; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = u; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 538; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,-132,l), +(221,48,l), +(129,17,l), +(148,1,o), +(185,-10,o), +(222,-10,cs), +(294,-10,o), +(356,23,o), +(381,89,c), +(389,89,l), +(396,0,l), +(580,0,l), +(580,544,l), +(389,544,l), +(389,236,ls), +(389,181,o), +(361,144,o), +(300,144,cs), +(249,144,o), +(221,173,o), +(221,228,cs), +(221,544,l), +(30,544,l), +(30,-132,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = u; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = u; +}; +width = 610; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(93,-132,l), +(93,143,l), +(77,133,l), +(94,45,o), +(176,-8,o), +(292,-8,cs), +(392,-8,o), +(484,40,o), +(520,130,c), +(525,130,l), +(525,0,l), +(562,0,l), +(562,517,l), +(525,517,l), +(525,262,ls), +(525,120,o), +(445,26,o), +(297,26,cs), +(167,26,o), +(93,86,o), +(93,234,cs), +(93,517,l), +(56,517,l), +(56,-132,l) +); +} +); +width = 618; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(254,-132,l), +(254,37,l), +(202,3,l), +(216,-5,o), +(243,-10,o), +(268,-10,cs), +(347,-10,o), +(420,26,o), +(451,79,c), +(460,79,l), +(469,0,l), +(681,0,l), +(681,544,l), +(460,544,l), +(460,273,ls), +(460,202,o), +(432,155,o), +(347,155,cs), +(273,155,o), +(254,208,o), +(254,280,cs), +(254,544,l), +(33,544,l), +(33,-132,l) +); +} +); +width = 714; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(5,-132,l), +(35,39,l), +(32,38,l), +(41,6,o), +(63,-10,o), +(97,-10,cs), +(150,-10,o), +(193,21,o), +(219,77,c), +(221,77,l), +(208,0,l), +(236,0,l), +(327,516,l), +(298,516,l), +(244,209,ls), +(224,95,o), +(183,16,o), +(109,16,cs), +(59,16,o), +(36,41,o), +(54,145,cs), +(119,516,l), +(90,516,l), +(-24,-132,l) +); +} +); +width = 326; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,-132,l), +(160,43,l), +(59,22,l), +(64,4,o), +(81,-9,o), +(115,-9,cs), +(154,-9,o), +(198,16,o), +(228,64,c), +(235,64,l), +(229,0,l), +(399,0,l), +(495,541,l), +(319,541,l), +(261,213,ls), +(251,155,o), +(237,131,o), +(209,131,cs), +(186,131,o), +(179,148,o), +(189,206,cs), +(248,541,l), +(71,541,l), +(-48,-132,l) +); +} +); +width = 470; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(38,-132,l), +(81,111,l), +(71,83,l), +(80,25,o), +(137,-8,o), +(214,-8,cs), +(302,-8,o), +(378,33,o), +(424,121,c), +(428,121,l), +(410,0,l), +(444,0,l), +(535,517,l), +(498,517,l), +(451,249,ls), +(427,115,o), +(358,26,o), +(231,26,cs), +(127,26,o), +(76,83,o), +(93,183,cs), +(152,517,l), +(115,517,l), +(1,-132,l) +); +} +); +width = 559; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(152,-132,l), +(184,48,l), +(87,17,l), +(103,1,o), +(138,-10,o), +(175,-10,cs), +(247,-10,o), +(315,23,o), +(351,89,c), +(359,89,l), +(351,0,l), +(535,0,l), +(631,544,l), +(440,544,l), +(385,236,ls), +(376,181,o), +(341,144,o), +(280,144,cs), +(229,144,o), +(206,173,o), +(216,228,cs), +(272,544,l), +(81,544,l), +(-39,-132,l) +); +} +); +width = 616; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(33,-132,l), +(81,143,l), +(64,133,l), +(65,45,o), +(138,-8,o), +(254,-8,cs), +(354,-8,o), +(454,40,o), +(506,130,c), +(511,130,l), +(488,0,l), +(525,0,l), +(616,517,l), +(579,517,l), +(535,262,ls), +(509,120,o), +(413,26,o), +(265,26,cs), +(135,26,o), +(71,86,o), +(97,234,cs), +(147,517,l), +(110,517,l), +(-4,-132,l) +); +} +); +width = 635; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(185,-132,l), +(215,37,l), +(157,3,l), +(170,-5,o), +(196,-10,o), +(221,-10,cs), +(300,-10,o), +(379,26,o), +(420,79,c), +(428,79,l), +(424,0,l), +(636,0,l), +(732,544,l), +(511,544,l), +(463,273,ls), +(451,202,o), +(414,155,o), +(329,155,cs), +(254,155,o), +(245,208,o), +(258,280,cs), +(305,544,l), +(84,544,l), +(-36,-132,l) ); } ); -width = 750; +width = 720; } ); metricLeft = l; diff --git a/sources/MonaSans.glyphspackage/glyphs/multiply.glyph b/sources/MonaSans.glyphspackage/glyphs/multiply.glyph index 8392efe1..41181b56 100644 --- a/sources/MonaSans.glyphspackage/glyphs/multiply.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/multiply.glyph @@ -7,22 +7,22 @@ shapes = ( { closed = 1; nodes = ( -(242,263,l), -(364,141,l), -(462,239,l), -(340,361,l), -(462,483,l), -(364,581,l), -(242,459,l), -(120,581,l), -(22,483,l), -(144,361,l), -(22,239,l), -(120,141,l) +(250,263,l), +(372,141,l), +(470,239,l), +(348,361,l), +(470,483,l), +(372,581,l), +(250,459,l), +(128,581,l), +(30,483,l), +(152,361,l), +(30,239,l), +(128,141,l) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -48,96 +48,96 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(300,337,l), -(471,166,l), -(495,190,l), -(324,361,l), -(495,532,l), -(471,556,l), -(300,385,l), -(129,556,l), -(105,532,l), -(276,361,l), -(105,190,l), -(129,166,l) +(360,337,l), +(537,160,l), +(561,184,l), +(384,361,l), +(561,538,l), +(537,562,l), +(360,385,l), +(183,562,l), +(159,538,l), +(336,361,l), +(159,184,l), +(183,160,l) ); } ); -width = 600; +width = 720; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(302,260,l), -(432,129,l), -(533,230,l), -(403,361,l), -(533,491,l), -(432,592,l), -(302,462,l), -(171,592,l), -(70,491,l), -(201,361,l), -(70,230,l), -(171,129,l) +(366,236,l), +(504,98,l), +(629,223,l), +(491,361,l), +(629,499,l), +(504,623,l), +(366,486,l), +(228,623,l), +(104,499,l), +(241,361,l), +(104,223,l), +(228,98,l) ); } ); -width = 600; +width = 732; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(360,337,l), -(537,160,l), -(561,184,l), -(384,361,l), -(561,538,l), -(537,562,l), -(360,385,l), -(183,562,l), -(159,538,l), -(336,361,l), -(159,184,l), -(183,160,l) +(297,337,l), +(464,166,l), +(488,190,l), +(321,361,l), +(488,532,l), +(464,556,l), +(297,385,l), +(130,556,l), +(106,532,l), +(273,361,l), +(106,190,l), +(130,166,l) ); } ); -width = 720; +width = 593; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(360,236,l), -(498,98,l), -(623,223,l), -(485,361,l), -(623,499,l), -(498,623,l), -(360,486,l), -(222,623,l), -(98,499,l), -(235,361,l), -(98,223,l), -(222,98,l) +(293,260,l), +(417,129,l), +(517,230,l), +(393,361,l), +(517,491,l), +(417,592,l), +(293,462,l), +(168,592,l), +(68,491,l), +(193,361,l), +(68,230,l), +(168,129,l) ); } ); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -168,22 +168,22 @@ shapes = ( { closed = 1; nodes = ( -(248,268,l), -(344,146,l), -(455,239,l), -(360,361,l), -(506,483,l), -(425,586,l), -(279,464,l), -(188,581,l), -(76,488,l), -(168,371,l), -(15,244,l), -(96,141,l) +(256,268,l), +(352,146,l), +(463,239,l), +(368,361,l), +(514,483,l), +(433,586,l), +(287,464,l), +(196,581,l), +(84,488,l), +(176,371,l), +(23,244,l), +(104,141,l) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -260,22 +260,298 @@ shapes = ( { closed = 1; nodes = ( -(353,232,l), -(459,96,l), -(603,217,l), -(497,352,l), -(671,497,l), -(570,626,l), -(395,482,l), -(290,617,l), -(148,498,l), -(252,362,l), -(90,226,l), -(190,95,l) +(359,232,l), +(465,96,l), +(609,217,l), +(503,352,l), +(677,497,l), +(576,626,l), +(401,482,l), +(296,617,l), +(154,498,l), +(258,362,l), +(96,226,l), +(196,95,l) ); } ); -width = 720; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,340,l), +(347,214,l), +(368,235,l), +(242,361,l), +(368,487,l), +(347,508,l), +(221,382,l), +(95,508,l), +(74,487,l), +(200,361,l), +(74,235,l), +(95,214,l) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,263,l), +(354,141,l), +(452,239,l), +(330,361,l), +(452,483,l), +(354,581,l), +(232,459,l), +(110,581,l), +(12,483,l), +(134,361,l), +(12,239,l), +(110,141,l) +); +} +); +width = 460; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,337,l), +(447,166,l), +(471,190,l), +(300,361,l), +(471,532,l), +(447,556,l), +(276,385,l), +(105,556,l), +(81,532,l), +(252,361,l), +(81,190,l), +(105,166,l) +); +} +); +width = 552; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,260,l), +(408,129,l), +(509,230,l), +(379,361,l), +(509,491,l), +(408,592,l), +(278,462,l), +(147,592,l), +(46,491,l), +(177,361,l), +(46,230,l), +(147,129,l) +); +} +); +width = 552; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,337,l), +(527,160,l), +(551,184,l), +(374,361,l), +(551,538,l), +(527,562,l), +(350,385,l), +(173,562,l), +(149,538,l), +(326,361,l), +(149,184,l), +(173,160,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,236,l), +(488,98,l), +(613,223,l), +(475,361,l), +(613,499,l), +(488,623,l), +(350,486,l), +(212,623,l), +(88,499,l), +(225,361,l), +(88,223,l), +(212,98,l) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(238,342,l), +(336,215,l), +(359,235,l), +(261,361,l), +(412,487,l), +(395,510,l), +(244,384,l), +(146,508,l), +(123,488,l), +(220,364,l), +(67,237,l), +(85,214,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(237,268,l), +(333,146,l), +(444,239,l), +(349,361,l), +(495,483,l), +(414,586,l), +(268,464,l), +(177,581,l), +(65,488,l), +(157,371,l), +(4,244,l), +(85,141,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,340,l), +(431,168,l), +(456,190,l), +(323,361,l), +(527,532,l), +(507,557,l), +(302,385,l), +(169,556,l), +(144,534,l), +(276,364,l), +(69,191,l), +(90,166,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(277,265,l), +(379,134,l), +(494,230,l), +(393,361,l), +(549,491,l), +(466,597,l), +(310,467,l), +(212,592,l), +(96,496,l), +(195,371,l), +(32,235,l), +(114,129,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(370,337,l), +(508,160,l), +(535,182,l), +(396,359,l), +(610,538,l), +(591,564,l), +(376,386,l), +(240,560,l), +(212,538,l), +(349,363,l), +(137,186,l), +(158,160,l) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(338,232,l), +(444,96,l), +(588,217,l), +(482,352,l), +(656,497,l), +(555,626,l), +(380,482,l), +(275,617,l), +(133,498,l), +(237,362,l), +(75,226,l), +(175,95,l) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/n.glyph b/sources/MonaSans.glyphspackage/glyphs/n.glyph index b79de2e7..6ed8a05f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/n.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/n.glyph @@ -1,17 +1,17 @@ { glyphname = n; -kernLeft = n; -kernRight = n; +kernLeft = KO_n; +kernRight = KO_n; layers = ( { anchors = ( { name = bottom; -pos = (239,0); +pos = (247,0); }, { name = top; -pos = (239,541); +pos = (247,541); } ); background = { @@ -49,31 +49,31 @@ shapes = ( { closed = 1; nodes = ( -(204,0,l), -(204,328,ls), -(204,381,o), -(211,411,o), -(241,411,cs), -(263,411,o), -(275,396,o), -(275,335,cs), -(275,0,l), -(451,0,l), -(451,347,ls), -(451,494,o), -(411,551,o), -(320,551,cs), -(270,551,o), -(232,524,o), -(210,477,c), -(204,477,l), -(199,541,l), -(27,541,l), -(27,0,l) -); -} -); -width = 474; +(212,0,l), +(212,328,ls), +(212,381,o), +(219,411,o), +(249,411,cs), +(271,411,o), +(283,396,o), +(283,335,cs), +(283,0,l), +(459,0,l), +(459,347,ls), +(459,494,o), +(419,551,o), +(328,551,cs), +(278,551,o), +(240,524,o), +(218,477,c), +(212,477,l), +(207,541,l), +(35,541,l), +(35,0,l) +); +} +); +width = 490; }, { anchors = ( @@ -121,37 +121,121 @@ width = 354; anchors = ( { name = bottom; -pos = (293,0); +pos = (319,0); +}, +{ +name = top; +pos = (319,517); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,0,l), +(103,256,ls), +(103,397,o), +(201,491,o), +(341,491,cs), +(466,491,o), +(535,430,o), +(535,277,cs), +(535,0,l), +(572,0,l), +(572,283,ls), +(572,462,o), +(477,525,o), +(345,525,cs), +(242,525,o), +(150,476,o), +(108,387,c), +(103,387,l), +(103,517,l), +(66,517,l), +(66,0,l) +); +} +); +width = 626; +}, +{ +anchors = ( +{ +name = bottom; +pos = (373,0); +}, +{ +name = top; +pos = (373,544); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(270,271,ls), +(270,339,o), +(312,389,o), +(382,389,cs), +(458,389,o), +(476,336,o), +(476,260,cs), +(476,0,l), +(697,0,l), +(697,299,ls), +(697,491,o), +(602,554,o), +(462,554,cs), +(388,554,o), +(312,521,o), +(280,465,c), +(270,465,l), +(262,544,l), +(49,544,l), +(49,0,l) +); +} +); +width = 734; +}, +{ +anchors = ( +{ +name = bottom; +pos = (280,0); }, { name = top; -pos = (293,517); +pos = (280,517); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(121,0,l), -(121,274,ls), -(121,401,o), -(198,491,o), -(313,491,cs), -(418,491,o), -(469,430,o), -(469,294,cs), -(469,0,l), -(506,0,l), -(506,300,ls), -(506,462,o), -(427,525,o), -(318,525,cs), -(235,525,o), -(160,482,o), -(125,400,c), -(121,400,l), -(119,517,l), +(122,0,l), +(122,278,ls), +(122,405,o), +(193,491,o), +(300,491,cs), +(396,491,o), +(444,431,o), +(444,298,cs), +(444,0,l), +(479,0,l), +(479,304,ls), +(479,463,o), +(407,525,o), +(305,525,cs), +(228,525,o), +(158,483,o), +(126,404,c), +(122,404,l), +(120,517,l), (85,517,l), (85,0,l) ); @@ -233,17 +317,17 @@ type = Stem; } ); }; -width = 581; +width = 561; }, { anchors = ( { name = bottom; -pos = (327,0); +pos = (312,0); }, { name = top; -pos = (327,544); +pos = (312,544); } ); background = { @@ -251,145 +335,61 @@ shapes = ( { closed = 1; nodes = ( -(245,0,l), -(245,288,ls), -(245,353,o), -(277,400,o), -(341,400,cs), -(401,400,o), -(425,364,o), -(425,291,cs), -(425,0,l), -(616,0,l), -(616,321,ls), -(616,469,o), -(549,554,o), -(426,554,cs), -(346,554,o), -(282,518,o), -(253,455,c), -(245,455,l), -(222,544,l), -(54,544,l), -(54,0,l) +(243,0,l), +(243,288,ls), +(243,353,o), +(275,400,o), +(339,400,cs), +(399,400,o), +(423,364,o), +(423,291,cs), +(423,0,l), +(614,0,l), +(614,321,ls), +(614,469,o), +(547,554,o), +(424,554,cs), +(344,554,o), +(280,518,o), +(251,455,c), +(243,455,l), +(220,544,l), +(52,544,l), +(52,0,l) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(245,0,l), -(245,308,ls), -(245,352,o), -(274,400,o), -(334,400,cs), -(391,400,o), -(413,363,o), -(413,291,cs), -(413,0,l), -(604,0,l), -(604,333,ls), -(604,494,o), -(521,554,o), -(414,554,cs), -(342,554,o), +(246,0,l), +(246,313,ls), +(246,363,o), +(276,400,o), +(318,400,cs), +(364,400,o), +(382,366,o), +(382,296,cs), +(382,0,l), +(571,0,l), +(571,333,ls), +(571,494,o), +(495,554,o), +(398,554,cs), +(334,554,o), (279,521,o), -(253,455,c), -(245,455,l), -(238,544,l), -(54,544,l), -(54,0,l) +(256,455,c), +(243,455,l), +(239,544,l), +(56,544,l), +(56,0,l) ); } ); -width = 649; -}, -{ -anchors = ( -{ -name = bottom; -pos = (319,0); -}, -{ -name = top; -pos = (319,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,0,l), -(103,256,ls), -(103,397,o), -(201,491,o), -(341,491,cs), -(466,491,o), -(535,430,o), -(535,277,cs), -(535,0,l), -(572,0,l), -(572,283,ls), -(572,462,o), -(477,525,o), -(345,525,cs), -(242,525,o), -(150,476,o), -(108,387,c), -(103,387,l), -(103,517,l), -(66,517,l), -(66,0,l) -); -} -); -width = 626; -}, -{ -anchors = ( -{ -name = bottom; -pos = (367,0); -}, -{ -name = top; -pos = (367,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,271,ls), -(264,339,o), -(306,389,o), -(376,389,cs), -(452,389,o), -(470,336,o), -(470,260,cs), -(470,0,l), -(691,0,l), -(691,299,ls), -(691,491,o), -(596,554,o), -(456,554,cs), -(382,554,o), -(306,521,o), -(274,465,c), -(264,465,l), -(256,544,l), -(43,544,l), -(43,0,l) -); -} -); -width = 722; +width = 624; }, { anchors = ( @@ -437,11 +437,11 @@ width = 352; anchors = ( { name = bottom; -pos = (193,0); +pos = (201,0); }, { name = top; -pos = (305,541); +pos = (313,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -449,31 +449,31 @@ shapes = ( { closed = 1; nodes = ( -(147,0,l), -(216,337,ls), -(226,387,o), -(239,417,o), -(267,417,cs), -(293,417,o), -(299,396,o), -(287,340,cs), -(217,0,l), -(391,0,l), -(463,338,ls), -(489,461,o), -(479,551,o), -(363,551,cs), -(318,551,o), -(282,525,o), -(254,485,c), -(247,485,l), -(254,541,l), -(83,541,l), -(-30,0,l) -); -} -); -width = 471; +(155,0,l), +(224,337,ls), +(234,387,o), +(247,417,o), +(275,417,cs), +(301,417,o), +(307,396,o), +(295,340,cs), +(225,0,l), +(399,0,l), +(471,338,ls), +(497,461,o), +(487,551,o), +(371,551,cs), +(326,551,o), +(290,525,o), +(262,485,c), +(255,485,l), +(262,541,l), +(91,541,l), +(-22,0,l) +); +} +); +width = 487; }, { anchors = ( @@ -570,16 +570,17 @@ width = 638; anchors = ( { name = bottom; -pos = (274,0); +pos = (275,0); }, { name = top; -pos = (382,517); +pos = (383,517); } ); background = { shapes = ( { +pos = (1,0); ref = r; } ); @@ -589,41 +590,41 @@ shapes = ( { closed = 1; nodes = ( -(50,0,l), -(107,276,ls), -(135,409,o), -(239,494,o), -(368,494,cs), -(497,494,o), -(567,429,o), -(533,266,cs), -(478,0,l), -(514,0,l), -(570,270,ls), -(605,434,o), -(531,527,o), -(377,527,cs), -(286,527,o), -(195,485,o), -(141,406,c), -(136,406,l), -(156,517,l), -(120,517,l), -(12,0,l) +(51,0,l), +(108,276,ls), +(136,409,o), +(240,494,o), +(369,494,cs), +(498,494,o), +(568,429,o), +(534,266,cs), +(479,0,l), +(515,0,l), +(571,270,ls), +(606,434,o), +(532,527,o), +(378,527,cs), +(287,527,o), +(196,485,o), +(142,406,c), +(137,406,l), +(157,517,l), +(121,517,l), +(13,0,l) ); } ); -width = 620; +width = 621; }, { anchors = ( { name = bottom; -pos = (320,0); +pos = (326,0); }, { name = top; -pos = (432,544); +pos = (438,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -631,34 +632,687 @@ shapes = ( { closed = 1; nodes = ( +(212,0,l), +(269,276,ls), +(285,348,o), +(323,389,o), +(396,389,cs), +(456,389,o), +(488,347,o), +(471,261,cs), +(416,0,l), +(636,0,l), +(694,282,ls), +(730,461,o), +(644,554,o), +(497,554,cs), +(427,554,o), +(355,523,o), +(320,478,c), +(312,478,l), +(315,544,l), +(106,544,l), +(-7,0,l) +); +} +); +width = 726; +}, +{ +anchors = ( +{ +name = bottom; +pos = (153,0); +}, +{ +name = top; +pos = (153,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,0,l), +(66,307,ls), +(66,425,o), +(104,499,o), +(163,499,cs), +(211,499,o), +(239,474,o), +(239,371,cs), +(239,0,l), +(269,0,l), +(269,378,ls), +(269,478,o), +(237,526,o), +(172,526,cs), +(122,526,o), +(83,494,o), +(68,439,c), +(66,439,l), +(65,516,l), +(36,516,l), +(36,0,l) +); +} +); +width = 303; +}, +{ +anchors = ( +{ +name = bottom; +pos = (226,0); +}, +{ +name = top; +pos = (226,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(220,0,l), +(220,331,ls), +(220,378,o), +(230,400,o), +(260,400,cs), +(285,400,o), +(297,383,o), +(297,331,cs), +(297,0,l), +(483,0,l), +(483,343,ls), +(483,486,o), +(444,554,o), +(344,554,cs), +(285,554,o), +(244,528,o), +(227,481,c), +(220,481,l), +(218,544,l), +(34,544,l), +(34,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,0,l), +(193,318,l), +(193,366,o), +(204,391,o), +(228,391,cs), +(249,391,o), +(260,378,o), +(260,325,cs), +(260,0,l), +(436,0,l), +(436,347,ls), +(436,494,o), +(397,551,o), +(307,551,cs), +(258,551,o), +(221,524,o), +(194,466,c), +(193,466,l), +(188,541,l), +(16,541,l), +(16,0,l) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = bottom; +pos = (267,0); +}, +{ +name = top; +pos = (267,517); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(95,274,ls), +(95,401,o), +(172,491,o), +(287,491,cs), +(392,491,o), +(443,430,o), +(443,294,cs), +(443,0,l), +(480,0,l), +(480,300,ls), +(480,462,o), +(401,525,o), +(292,525,cs), +(209,525,o), +(134,482,o), +(96,394,c), +(95,394,l), +(93,517,l), +(59,517,l), +(59,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +20 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +4 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +20 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 530; +}, +{ +anchors = ( +{ +name = bottom; +pos = (303,0); +}, +{ +name = top; +pos = (303,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(245,0,l), +(245,288,ls), +(245,353,o), +(277,400,o), +(341,400,cs), +(401,400,o), +(425,364,o), +(425,291,cs), +(425,0,l), +(616,0,l), +(616,321,ls), +(616,469,o), +(549,554,o), +(426,554,cs), +(346,554,o), +(282,518,o), +(253,455,c), +(245,455,l), +(222,544,l), +(54,544,l), +(54,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,0,l), +(221,298,ls), +(221,354,o), +(259,395,o), +(310,395,cs), +(367,395,o), +(389,356,o), +(389,281,cs), +(389,0,l), +(580,0,l), +(580,333,ls), +(580,476,o), +(513,554,o), +(390,554,cs), +(314,554,o), +(248,509,o), +(222,441,c), +(221,441,l), +(214,544,l), +(30,544,l), +(30,0,l) +); +} +); +width = 608; +}, +{ +anchors = ( +{ +name = bottom; +pos = (309,0); +}, +{ +name = top; +pos = (309,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(93,0,l), +(93,256,ls), +(93,397,o), +(191,491,o), +(331,491,cs), +(456,491,o), +(525,430,o), +(525,277,cs), +(525,0,l), +(562,0,l), +(562,283,ls), +(562,462,o), +(467,525,o), +(335,525,cs), +(227,525,o), +(134,471,o), +(94,387,c), +(93,387,l), +(93,517,l), +(56,517,l), +(56,0,l) +); +} +); +width = 606; +}, +{ +anchors = ( +{ +name = bottom; +pos = (354,0); +}, +{ +name = top; +pos = (354,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,0,l), +(251,271,ls), +(251,341,o), +(296,389,o), +(363,389,cs), +(439,389,o), +(457,336,o), +(457,260,cs), +(457,0,l), +(678,0,l), +(678,299,ls), +(678,491,o), +(583,554,o), +(443,554,cs), +(358,554,o), +(288,515,o), +(254,450,c), +(251,450,l), +(243,544,l), +(30,544,l), +(30,0,l) +); +} +); +width = 699; +}, +{ +anchors = ( +{ +name = bottom; +pos = (112,0); +}, +{ +name = top; +pos = (218,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(13,0,l), +(77,315,ls), +(102,434,o), +(149,501,o), +(208,501,cs), +(273,501,o), +(285,455,o), +(266,366,cs), +(190,0,l), +(219,0,l), +(296,371,ls), +(314,458,o), +(301,526,o), +(218,526,cs), +(169,526,o), +(127,495,o), +(105,446,c), +(104,446,l), +(117,516,l), +(90,516,l), +(-16,0,l) +); +} +); +width = 306; +}, +{ +anchors = ( +{ +name = bottom; +pos = (182,0); +}, +{ +name = top; +pos = (294,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,0,l), +(200,306,ls), +(210,356,o), +(223,386,o), +(251,386,cs), +(277,386,o), +(283,365,o), +(271,309,cs), (206,0,l), -(263,276,ls), -(279,348,o), -(317,389,o), -(390,389,cs), -(450,389,o), -(482,347,o), -(465,261,cs), -(410,0,l), -(630,0,l), -(688,282,ls), -(724,461,o), -(638,554,o), -(491,554,cs), -(421,554,o), -(349,523,o), -(314,478,c), -(306,478,l), -(309,544,l), -(100,544,l), -(-13,0,l) -); -} -); -width = 714; -} -); -metricLeft = l; +(380,0,l), +(452,338,ls), +(478,461,o), +(468,551,o), +(352,551,cs), +(307,551,o), +(265,525,o), +(237,485,c), +(236,485,l), +(243,541,l), +(72,541,l), +(-41,0,l) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = bottom; +pos = (222,0); +}, +{ +name = top; +pos = (330,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(44,0,l), +(105,293,ls), +(130,415,o), +(216,493,o), +(323,493,cs), +(431,493,o), +(470,419,o), +(443,288,cs), +(383,0,l), +(419,0,l), +(479,291,ls), +(510,440,o), +(452,527,o), +(332,527,cs), +(259,527,o), +(180,493,o), +(132,415,c), +(131,415,l), +(147,517,l), +(117,517,l), +(9,0,l) +); +} +); +width = 522; +}, +{ +anchors = ( +{ +name = bottom; +pos = (248,0); +}, +{ +name = top; +pos = (360,544); +} +); +background = { +shapes = ( +{ +ref = r; +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(226,313,ls), +(236,366,o), +(276,401,o), +(321,401,cs), +(375,401,o), +(392,361,o), +(377,292,cs), +(317,0,l), +(508,0,l), +(574,311,ls), +(614,501,o), +(516,554,o), +(431,554,cs), +(365,554,o), +(290,519,o), +(258,467,c), +(257,467,l), +(266,544,l), +(82,544,l), +(-31,0,l) +); +} +); +width = 580; +}, +{ +anchors = ( +{ +name = bottom; +pos = (264,0); +}, +{ +name = top; +pos = (372,517); +} +); +background = { +shapes = ( +{ +ref = r; +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(97,276,ls), +(125,409,o), +(229,494,o), +(358,494,cs), +(487,494,o), +(557,429,o), +(523,266,cs), +(468,0,l), +(504,0,l), +(560,270,ls), +(595,434,o), +(521,527,o), +(367,527,cs), +(276,527,o), +(181,485,o), +(127,406,c), +(126,406,l), +(146,517,l), +(110,517,l), +(2,0,l) +); +} +); +width = 601; +}, +{ +anchors = ( +{ +name = bottom; +pos = (305,0); +}, +{ +name = top; +pos = (417,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,0,l), +(248,276,ls), +(264,348,o), +(302,389,o), +(375,389,cs), +(435,389,o), +(467,347,o), +(450,261,cs), +(395,0,l), +(615,0,l), +(673,282,ls), +(709,461,o), +(623,554,o), +(476,554,cs), +(404,554,o), +(324,522,o), +(288,475,c), +(287,475,l), +(294,544,l), +(85,544,l), +(-28,0,l) +); +} +); +width = 692; +} +); unicode = 110; userData = { KernOnName = n; diff --git a/sources/MonaSans.glyphspackage/glyphs/nacute.glyph b/sources/MonaSans.glyphspackage/glyphs/nacute.glyph index ea9a587b..994dfa69 100644 --- a/sources/MonaSans.glyphspackage/glyphs/nacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/nacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = nacute; -kernLeft = n; -kernRight = n; +kernLeft = KO_i; +kernRight = KO_ntilde; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (127,-137); ref = acutecomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = n; }, { -pos = (238,-155); +pos = (261,-155); ref = acutecomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = n; }, { -pos = (215,-134); +pos = (250,-129); ref = acutecomb; } ); -width = 649; +width = 734; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = n; }, { -pos = (261,-155); +pos = (224,-155); ref = acutecomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = n; }, { -pos = (250,-129); +pos = (202,-134); ref = acutecomb; } ); -width = 722; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (110,-137); ref = acutecomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = n; }, { -pos = (239,-155); +pos = (240,-155); ref = acutecomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (232,-129); ref = acutecomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = n; +}, +{ +pos = (117,-156); +ref = acutecomb; +} +); +width = 303; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = n; +}, +{ +pos = (124,-137); +ref = acutecomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = n; +}, +{ +pos = (232,-155); +ref = acutecomb; +} +); +width = 530; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = n; +}, +{ +pos = (212,-134); +ref = acutecomb; +} +); +width = 608; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (261,-155); +ref = acutecomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (250,-129); +ref = acutecomb; +} +); +width = 722; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = n; +}, +{ +pos = (100,-156); +ref = acutecomb; +} +); +width = 306; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = n; +}, +{ +pos = (110,-137); +ref = acutecomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = n; +}, +{ +pos = (212,-155); +ref = acutecomb; +} +); +width = 522; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = n; +}, +{ +pos = (194,-134); +ref = acutecomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = n; +}, +{ +pos = (239,-155); +ref = acutecomb; +} +); +width = 601; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = n; +}, +{ +pos = (232,-129); +ref = acutecomb; +} +); +width = 692; } ); unicode = 324; diff --git a/sources/MonaSans.glyphspackage/glyphs/nbspace.glyph b/sources/MonaSans.glyphspackage/glyphs/nbspace.glyph index 4ba5825e..c909f8c4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/nbspace.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/nbspace.glyph @@ -3,33 +3,33 @@ glyphname = nbspace; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -width = 150; +width = 166; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; width = 239; }, { -layerId = master01; -userData = { -com.schriftgestaltung.Glyphs.glyph.widthMetricsKey = space; -}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; width = 239; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +width = 215; +}, +{ +layerId = m019; userData = { com.schriftgestaltung.Glyphs.glyph.widthMetricsKey = space; }; -width = 203; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -width = 239; +width = 240; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -width = 203; +layerId = m020; +userData = { +com.schriftgestaltung.Glyphs.glyph.widthMetricsKey = space; +}; +width = 198; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -37,7 +37,7 @@ width = 237; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -width = 149; +width = 165; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -53,7 +53,61 @@ width = 237; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -width = 201; +width = 213; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +width = 199; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +width = 130; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +userData = { +com.schriftgestaltung.Glyphs.glyph.widthMetricsKey = space; +}; +width = 199; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +userData = { +com.schriftgestaltung.Glyphs.glyph.widthMetricsKey = space; +}; +width = 161; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +width = 219; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +width = 183; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +width = 191; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +width = 127; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +width = 189; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +width = 143; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +width = 217; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +width = 171; } ); metricWidth = space; diff --git a/sources/MonaSans.glyphspackage/glyphs/ncaron.glyph b/sources/MonaSans.glyphspackage/glyphs/ncaron.glyph index 7134ada3..488ab9f2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ncaron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ncaron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ncaron; -kernLeft = n; -kernRight = n; +kernLeft = KO_i; +kernRight = KO_ntilde; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (22,-137); ref = caroncomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = n; }, { -pos = (129,-155); +pos = (140,-155); ref = caroncomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = n; }, { -pos = (80,-134); +pos = (76,-129); ref = caroncomb; } ); -width = 649; +width = 734; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = n; }, { -pos = (140,-155); +pos = (117,-155); ref = caroncomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = n; }, { -pos = (76,-129); +pos = (73,-134); ref = caroncomb; } ); -width = 722; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (9,-137); ref = caroncomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = n; }, { -pos = (116,-155); +pos = (117,-155); ref = caroncomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (58,-129); ref = caroncomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = n; +}, +{ +pos = (44,-156); +ref = caroncomb; +} +); +width = 303; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = n; +}, +{ +pos = (19,-137); +ref = caroncomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = n; +}, +{ +pos = (123,-155); +ref = caroncomb; +} +); +width = 530; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = n; +}, +{ +pos = (77,-134); +ref = caroncomb; +} +); +width = 608; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (140,-155); +ref = caroncomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (76,-129); +ref = caroncomb; +} +); +width = 722; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = n; +}, +{ +pos = (27,-156); +ref = caroncomb; +} +); +width = 306; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = n; +}, +{ +pos = (9,-137); +ref = caroncomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = n; +}, +{ +pos = (103,-155); +ref = caroncomb; +} +); +width = 522; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = n; +}, +{ +pos = (55,-134); +ref = caroncomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = n; +}, +{ +pos = (116,-155); +ref = caroncomb; +} +); +width = 601; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = n; +}, +{ +pos = (58,-129); +ref = caroncomb; +} +); +width = 692; } ); unicode = 328; diff --git a/sources/MonaSans.glyphspackage/glyphs/ncommaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/ncommaaccent.glyph index f00b0e5e..3cab5bea 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ncommaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ncommaaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ncommaaccent; -kernLeft = n; -kernRight = n; +kernLeft = KO_i; +kernRight = KO_ntilde; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (57,0); ref = commaaccentcomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = n; }, { -pos = (187,0); +pos = (218,0); ref = commaaccentcomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = n; }, { -pos = (157,0); +pos = (183,0); ref = commaaccentcomb; } ); -width = 649; +width = 734; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = n; }, { -pos = (218,0); +pos = (173,0); ref = commaaccentcomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = n; }, { -pos = (183,0); +pos = (149,0); ref = commaaccentcomb; } ); -width = 722; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (69,0); ref = commaaccentcomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = n; }, { -pos = (226,0); +pos = (227,0); ref = commaaccentcomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (197,0); ref = commaaccentcomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = n; +}, +{ +pos = (76,0); +ref = commaaccentcomb; +} +); +width = 303; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = n; +}, +{ +pos = (54,0); +ref = commaaccentcomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = n; +}, +{ +pos = (181,0); +ref = commaaccentcomb; +} +); +width = 530; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = n; +}, +{ +pos = (154,0); +ref = commaaccentcomb; +} +); +width = 608; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (218,0); +ref = commaaccentcomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (183,0); +ref = commaaccentcomb; +} +); +width = 722; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = n; +}, +{ +pos = (92,0); +ref = commaaccentcomb; +} +); +width = 306; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = n; +}, +{ +pos = (69,0); +ref = commaaccentcomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = n; +}, +{ +pos = (194,0); +ref = commaaccentcomb; +} +); +width = 522; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = n; +}, +{ +pos = (162,0); +ref = commaaccentcomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = n; +}, +{ +pos = (226,0); +ref = commaaccentcomb; +} +); +width = 601; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = n; +}, +{ +pos = (197,0); +ref = commaaccentcomb; +} +); +width = 692; } ); unicode = 326; diff --git a/sources/MonaSans.glyphspackage/glyphs/ngrave.glyph b/sources/MonaSans.glyphspackage/glyphs/ngrave.glyph new file mode 100644 index 00000000..22374425 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/ngrave.glyph @@ -0,0 +1,320 @@ +{ +glyphname = ngrave; +kernLeft = KO_i; +kernRight = KO_ntilde; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = n; +}, +{ +pos = (45,-156); +ref = gravecomb; +} +); +width = 354; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = n; +}, +{ +pos = (30,-137); +ref = gravecomb; +} +); +width = 490; +}, +{ +layerId = m019; +shapes = ( +{ +ref = n; +}, +{ +pos = (145,-155); +ref = gravecomb; +} +); +width = 561; +}, +{ +layerId = m020; +shapes = ( +{ +ref = n; +}, +{ +pos = (113,-134); +ref = gravecomb; +} +); +width = 624; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = n; +}, +{ +pos = (175,-155); +ref = gravecomb; +} +); +width = 626; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = n; +}, +{ +pos = (133,-129); +ref = gravecomb; +} +); +width = 734; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = n; +}, +{ +pos = (23,-156); +ref = gravecomb; +} +); +width = 352; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = n; +}, +{ +pos = (20,-137); +ref = gravecomb; +} +); +width = 487; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = n; +}, +{ +pos = (133,-155); +ref = gravecomb; +} +); +width = 568; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = n; +}, +{ +pos = (93,-134); +ref = gravecomb; +} +); +width = 638; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = n; +}, +{ +pos = (153,-155); +ref = gravecomb; +} +); +width = 621; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = n; +}, +{ +pos = (115,-129); +ref = gravecomb; +} +); +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = n; +}, +{ +pos = (39,-156); +ref = gravecomb; +} +); +width = 303; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = n; +}, +{ +pos = (27,-137); +ref = gravecomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = n; +}, +{ +pos = (153,-155); +ref = gravecomb; +} +); +width = 530; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = n; +}, +{ +pos = (115,-134); +ref = gravecomb; +} +); +width = 608; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = n; +}, +{ +pos = (175,-155); +ref = gravecomb; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = n; +}, +{ +pos = (130,-129); +ref = gravecomb; +} +); +width = 699; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = n; +}, +{ +pos = (23,-156); +ref = gravecomb; +} +); +width = 306; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = n; +}, +{ +pos = (20,-137); +ref = gravecomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = n; +}, +{ +pos = (135,-155); +ref = gravecomb; +} +); +width = 522; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = n; +}, +{ +pos = (93,-134); +ref = gravecomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = n; +}, +{ +pos = (152,-155); +ref = gravecomb; +} +); +width = 601; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = n; +}, +{ +pos = (115,-129); +ref = gravecomb; +} +); +width = 692; +} +); +unicode = 505; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/nine.blackC_ircled.glyph b/sources/MonaSans.glyphspackage/glyphs/nine.blackC_ircled.glyph index a4a835ab..0d49a279 100644 --- a/sources/MonaSans.glyphspackage/glyphs/nine.blackC_ircled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/nine.blackC_ircled.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); background = { @@ -83,70 +83,70 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(277,145,o), -(223,182,o), -(220,268,c), -(325,268,l), -(325,248,o), -(336,237,o), -(349,237,cs), -(372,237,o), -(379,266,o), -(378,325,c), -(372,325,l), -(365,307,o), -(341,293,o), -(312,293,cs), -(242,293,o), -(214,345,o), -(214,438,cs), -(214,540,o), -(263,588,o), -(349,588,cs), -(464,588,o), -(492,501,o), -(492,371,cs), -(492,192,o), -(434,145,o), -(349,145,cs) +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) ); }, { closed = 1; nodes = ( -(367,379,o), -(372,399,o), -(372,436,cs), -(372,485,o), -(363,497,o), -(349,497,cs), -(329,497,o), -(324,475,o), -(324,440,cs), -(324,391,o), -(333,379,o), -(347,379,cs) +(285,145,o), +(231,182,o), +(228,268,c), +(333,268,l), +(333,248,o), +(344,237,o), +(357,237,cs), +(380,237,o), +(387,266,o), +(386,325,c), +(380,325,l), +(373,307,o), +(349,293,o), +(320,293,cs), +(250,293,o), +(222,345,o), +(222,438,cs), +(222,540,o), +(271,588,o), +(357,588,cs), +(472,588,o), +(500,501,o), +(500,371,cs), +(500,192,o), +(442,145,o), +(357,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(375,379,o), +(380,399,o), +(380,436,cs), +(380,485,o), +(371,497,o), +(357,497,cs), +(337,497,o), +(332,475,o), +(332,440,cs), +(332,391,o), +(341,379,o), +(355,379,cs) ); } ); -width = 706; +width = 722; }, { anchors = ( @@ -246,59 +246,1915 @@ nodes = ( { closed = 1; nodes = ( -(294,144,o), -(268,181,o), -(262,253,c), -(290,253,l), -(296,189,o), -(315,170,o), -(347,170,cs), -(403,170,o), -(415,238,o), -(417,379,c), -(414,379,l), -(404,324,o), -(373,303,o), -(340,303,cs), -(275,303,o), -(253,358,o), -(253,443,cs), -(253,551,o), -(289,588,o), -(345,588,cs), -(422,588,o), -(443,516,o), -(445,392,cs), -(448,197,o), -(410,144,o), -(347,144,cs) +(294,144,o), +(268,181,o), +(262,253,c), +(290,253,l), +(296,189,o), +(315,170,o), +(347,170,cs), +(403,170,o), +(415,238,o), +(417,379,c), +(414,379,l), +(404,324,o), +(373,303,o), +(340,303,cs), +(275,303,o), +(253,358,o), +(253,443,cs), +(253,551,o), +(289,588,o), +(345,588,cs), +(422,588,o), +(443,516,o), +(445,392,cs), +(448,197,o), +(410,144,o), +(347,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(389,327,o), +(409,376,o), +(409,447,cs), +(409,530,o), +(383,562,o), +(345,562,cs), +(295,562,o), +(283,514,o), +(283,443,cs), +(283,350,o), +(308,327,o), +(345,327,cs) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = center; +pos = (442,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(338,142,o), +(276,188,o), +(269,251,c), +(306,251,l), +(314,201,o), +(363,173,o), +(433,173,cs), +(561,173,o), +(591,258,o), +(589,395,c), +(587,395,l), +(566,333,o), +(506,301,o), +(429,301,cs), +(325,301,o), +(259,352,o), +(259,440,cs), +(259,532,o), +(332,584,o), +(437,584,cs), +(571,584,o), +(625,510,o), +(625,379,cs), +(625,210,o), +(558,142,o), +(432,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(527,330,o), +(578,377,o), +(578,444,cs), +(578,514,o), +(522,554,o), +(437,554,cs), +(343,554,o), +(297,508,o), +(297,440,cs), +(297,367,o), +(352,330,o), +(435,330,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(337,139,o), +(274,183,o), +(267,247,c), +(304,247,l), +(312,197,o), +(362,169,o), +(431,169,cs), +(563,169,o), +(588,261,o), +(589,391,c), +(586,392,l), +(568,335,o), +(507,298,o), +(429,298,cs), +(325,298,o), +(259,348,o), +(259,436,cs), +(259,527,o), +(331,581,o), +(438,581,cs), +(573,581,o), +(625,507,o), +(625,387,cs), +(625,213,o), +(560,139,o), +(430,139,cs) +); +}, +{ +closed = 1; +nodes = ( +(524,327,o), +(579,377,o), +(579,441,cs), +(579,514,o), +(521,550,o), +(437,550,cs), +(344,550,o), +(298,505,o), +(298,437,cs), +(298,363,o), +(353,327,o), +(435,327,cs) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = center; +pos = (436,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(309,143,o), +(238,195,o), +(224,273,c), +(371,273,l), +(382,257,o), +(400,255,o), +(424,255,cs), +(468,255,o), +(495,281,o), +(497,332,c), +(491,334,l), +(471,310,o), +(428,293,o), +(380,293,cs), +(284,293,o), +(219,342,o), +(219,429,cs), +(219,530,o), +(304,586,o), +(429,586,cs), +(539,586,o), +(646,544,o), +(646,368,cs), +(646,202,o), +(542,143,o), +(419,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(465,393,o), +(483,410,o), +(483,434,cs), +(483,462,o), +(460,474,o), +(426,474,cs), +(387,474,o), +(368,459,o), +(368,434,cs), +(368,408,o), +(387,393,o), +(425,393,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(314,137,o), +(242,189,o), +(228,267,c), +(374,267,l), +(385,253,o), +(400,249,o), +(428,249,cs), +(470,249,o), +(499,273,o), +(501,327,c), +(494,328,l), +(474,304,o), +(433,288,o), +(383,288,cs), +(287,288,o), +(222,337,o), +(222,423,cs), +(222,524,o), +(306,580,o), +(432,580,cs), +(542,580,o), +(650,538,o), +(650,361,cs), +(650,195,o), +(545,137,o), +(423,137,cs) +); +}, +{ +closed = 1; +nodes = ( +(469,388,o), +(486,404,o), +(486,429,cs), +(486,456,o), +(463,469,o), +(429,469,cs), +(390,469,o), +(371,453,o), +(371,429,cs), +(371,402,o), +(391,388,o), +(429,388,cs) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = center; +pos = (431,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(351,142,o), +(299,185,o), +(293,249,c), +(327,249,l), +(335,198,o), +(373,173,o), +(423,173,cs), +(519,173,o), +(548,249,o), +(550,390,c), +(547,390,l), +(534,341,o), +(488,308,o), +(425,308,cs), +(344,308,o), +(289,363,o), +(289,444,cs), +(289,530,o), +(349,585,o), +(433,585,cs), +(535,585,o), +(583,514,o), +(583,392,cs), +(583,204,o), +(519,142,o), +(423,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(500,337,o), +(541,387,o), +(541,448,cs), +(541,514,o), +(497,554,o), +(432,554,cs), +(368,554,o), +(325,510,o), +(325,444,cs), +(325,378,o), +(369,337,o), +(431,337,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(348,139,o), +(296,182,o), +(290,246,c), +(324,246,l), +(333,191,o), +(373,169,o), +(422,169,cs), +(522,169,o), +(541,257,o), +(542,387,c), +(541,387,l), +(527,338,o), +(482,305,o), +(420,305,cs), +(341,305,o), +(286,360,o), +(286,441,cs), +(286,527,o), +(346,582,o), +(429,582,cs), +(529,582,o), +(574,510,o), +(574,389,cs), +(574,213,o), +(525,139,o), +(421,139,cs) +); +}, +{ +closed = 1; +nodes = ( +(493,334,o), +(535,383,o), +(535,445,cs), +(535,511,o), +(490,551,o), +(427,551,cs), +(363,551,o), +(322,507,o), +(322,441,cs), +(322,375,o), +(364,334,o), +(426,334,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +296, +66 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +135, +36 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +320, +35 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +616, +36 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +294, +43 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +585, +42 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-10, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-10, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +anchors = ( +{ +name = center; +pos = (418,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(319,143,o), +(257,194,o), +(246,272,c), +(375,272,l), +(380,257,o), +(402,251,o), +(419,251,cs), +(455,251,o), +(481,277,o), +(481,328,c), +(476,328,l), +(460,311,o), +(429,298,o), +(387,298,cs), +(305,298,o), +(251,352,o), +(251,432,cs), +(251,524,o), +(321,587,o), +(421,587,cs), +(529,587,o), +(606,523,o), +(606,363,cs), +(606,229,o), +(538,143,o), +(415,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(449,391,o), +(468,407,o), +(468,433,cs), +(468,458,o), +(450,476,o), +(423,476,cs), +(396,476,o), +(378,459,o), +(378,434,cs), +(378,408,o), +(397,391,o), +(423,391,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(313,140,o), +(252,191,o), +(242,270,c), +(368,270,l), +(373,256,o), +(393,248,o), +(411,248,cs), +(443,248,o), +(470,273,o), +(470,326,c), +(465,326,l), +(449,309,o), +(420,295,o), +(379,295,cs), +(299,295,o), +(247,350,o), +(247,430,cs), +(247,522,o), +(314,584,o), +(419,584,cs), +(522,584,o), +(594,522,o), +(594,365,cs), +(594,222,o), +(527,140,o), +(409,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(440,389,o), +(456,405,o), +(456,431,cs), +(456,456,o), +(441,474,o), +(415,474,cs), +(389,474,o), +(372,457,o), +(372,432,cs), +(372,407,o), +(389,389,o), +(415,389,cs) +); +} +); +width = 834; +}, +{ +anchors = ( +{ +name = center; +pos = (386,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(331,143,o), +(305,178,o), +(299,252,c), +(327,252,l), +(333,185,o), +(354,169,o), +(384,169,cs), +(440,169,o), +(452,238,o), +(454,378,c), +(451,378,l), +(442,330,o), +(416,302,o), +(377,302,cs), +(313,302,o), +(290,358,o), +(290,442,cs), +(290,551,o), +(327,587,o), +(381,587,cs), +(457,587,o), +(480,518,o), +(482,389,cs), +(485,192,o), +(446,143,o), +(384,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(425,326,o), +(446,373,o), +(446,446,cs), +(446,529,o), +(420,562,o), +(381,562,cs), +(332,562,o), +(320,514,o), +(320,442,cs), +(320,349,o), +(345,326,o), +(382,326,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(331,144,o), +(305,181,o), +(299,253,c), +(327,253,l), +(333,189,o), +(352,170,o), +(384,170,cs), +(440,170,o), +(452,238,o), +(454,379,c), +(451,379,l), +(441,324,o), +(410,303,o), +(377,303,cs), +(312,303,o), +(290,358,o), +(290,443,cs), +(290,551,o), +(326,588,o), +(382,588,cs), +(459,588,o), +(480,516,o), +(482,392,cs), +(485,197,o), +(447,144,o), +(384,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(426,327,o), +(446,376,o), +(446,447,cs), +(446,530,o), +(420,562,o), +(382,562,cs), +(332,562,o), +(320,514,o), +(320,443,cs), +(320,350,o), +(345,327,o), +(382,327,cs) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = center; +pos = (393,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(293,145,o), +(252,194,o), +(252,267,c), +(357,267,l), +(356,249,o), +(366,236,o), +(381,236,cs), +(408,236,o), +(411,271,o), +(409,325,c), +(404,325,l), +(395,303,o), +(371,293,o), +(343,293,cs), +(282,293,o), +(246,350,o), +(246,437,cs), +(246,546,o), +(299,588,o), +(377,588,cs), +(484,588,o), +(524,526,o), +(524,354,cs), +(524,184,o), +(465,145,o), +(379,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(399,379,o), +(403,400,o), +(403,435,cs), +(403,484,o), +(395,497,o), +(380,497,cs), +(361,497,o), +(356,476,o), +(356,440,cs), +(356,390,o), +(365,379,o), +(379,379,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(317,145,o), +(263,182,o), +(260,268,c), +(365,268,l), +(365,248,o), +(376,237,o), +(389,237,cs), +(412,237,o), +(419,266,o), +(418,325,c), +(412,325,l), +(405,307,o), +(381,293,o), +(352,293,cs), +(282,293,o), +(254,345,o), +(254,438,cs), +(254,540,o), +(303,588,o), +(389,588,cs), +(504,588,o), +(532,501,o), +(532,371,cs), +(532,192,o), +(474,145,o), +(389,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(407,379,o), +(412,399,o), +(412,436,cs), +(412,485,o), +(403,497,o), +(389,497,cs), +(369,497,o), +(364,475,o), +(364,440,cs), +(364,391,o), +(373,379,o), +(387,379,cs) +); +} +); +width = 747; +}, +{ +anchors = ( +{ +name = center; +pos = (467.5,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(383,142,o), +(331,185,o), +(325,249,c), +(359,249,l), +(367,198,o), +(405,173,o), +(455,173,cs), +(551,173,o), +(580,249,o), +(582,390,c), +(579,390,l), +(566,341,o), +(520,308,o), +(457,308,cs), +(376,308,o), +(321,363,o), +(321,444,cs), +(321,530,o), +(381,585,o), +(465,585,cs), +(567,585,o), +(615,514,o), +(615,392,cs), +(615,204,o), +(551,142,o), +(455,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,337,o), +(573,387,o), +(573,448,cs), +(573,514,o), +(529,554,o), +(464,554,cs), +(400,554,o), +(357,510,o), +(357,444,cs), +(357,378,o), +(401,337,o), +(463,337,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,139,o), +(331,182,o), +(325,246,c), +(359,246,l), +(368,191,o), +(410,169,o), +(459,169,cs), +(561,169,o), +(580,257,o), +(582,387,c), +(580,387,l), +(566,338,o), +(521,305,o), +(457,305,cs), +(376,305,o), +(321,360,o), +(321,441,cs), +(321,527,o), +(381,582,o), +(466,582,cs), +(568,582,o), +(615,510,o), +(615,389,cs), +(615,213,o), +(564,139,o), +(458,139,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,334,o), +(574,383,o), +(574,445,cs), +(574,511,o), +(529,551,o), +(464,551,cs), +(400,551,o), +(357,507,o), +(357,441,cs), +(357,375,o), +(401,334,o), +(463,334,cs) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = center; +pos = (455.5,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(347,143,o), +(285,194,o), +(274,272,c), +(403,272,l), +(408,257,o), +(430,251,o), +(447,251,cs), +(483,251,o), +(509,277,o), +(509,328,c), +(504,328,l), +(488,311,o), +(457,298,o), +(415,298,cs), +(333,298,o), +(279,352,o), +(279,432,cs), +(279,524,o), +(349,587,o), +(449,587,cs), +(557,587,o), +(634,523,o), +(634,363,cs), +(634,229,o), +(566,143,o), +(443,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(477,391,o), +(496,407,o), +(496,433,cs), +(496,458,o), +(478,476,o), +(451,476,cs), +(424,476,o), +(406,459,o), +(406,434,cs), +(406,408,o), +(425,391,o), +(451,391,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(349,140,o), +(287,191,o), +(276,270,c), +(404,270,l), +(409,256,o), +(430,248,o), +(449,248,cs), +(483,248,o), +(511,273,o), +(511,326,c), +(506,326,l), +(490,309,o), +(459,295,o), +(417,295,cs), +(335,295,o), +(281,350,o), +(281,430,cs), +(281,522,o), +(350,584,o), +(457,584,cs), +(563,584,o), +(636,522,o), +(636,365,cs), +(636,221,o), +(567,140,o), +(447,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(479,389,o), +(497,405,o), +(497,431,cs), +(497,456,o), +(480,474,o), +(453,474,cs), +(426,474,o), +(408,457,o), +(408,432,cs), +(408,407,o), +(426,389,o), +(453,389,cs) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = center; +pos = (473,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(369,142,o), +(307,188,o), +(300,251,c), +(337,251,l), +(345,201,o), +(394,173,o), +(464,173,cs), +(592,173,o), +(622,258,o), +(620,395,c), +(618,395,l), +(597,333,o), +(537,301,o), +(460,301,cs), +(356,301,o), +(290,352,o), +(290,440,cs), +(290,532,o), +(363,584,o), +(468,584,cs), +(602,584,o), +(656,510,o), +(656,379,cs), +(656,210,o), +(589,142,o), +(463,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(558,330,o), +(609,377,o), +(609,444,cs), +(609,514,o), +(553,554,o), +(468,554,cs), +(374,554,o), +(328,508,o), +(328,440,cs), +(328,367,o), +(383,330,o), +(466,330,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(368,139,o), +(305,183,o), +(298,247,c), +(335,247,l), +(343,197,o), +(393,169,o), +(462,169,cs), +(594,169,o), +(619,261,o), +(620,391,c), +(617,392,l), +(599,335,o), +(538,298,o), +(460,298,cs), +(356,298,o), +(290,348,o), +(290,436,cs), +(290,527,o), +(362,581,o), +(469,581,cs), +(604,581,o), +(656,507,o), +(656,387,cs), +(656,213,o), +(591,139,o), +(461,139,cs) +); +}, +{ +closed = 1; +nodes = ( +(555,327,o), +(610,377,o), +(610,441,cs), +(610,514,o), +(552,550,o), +(468,550,cs), +(375,550,o), +(329,505,o), +(329,437,cs), +(329,363,o), +(384,327,o), +(466,327,cs) +); +} +); +width = 903; +}, +{ +anchors = ( +{ +name = center; +pos = (465,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(338,143,o), +(267,195,o), +(253,273,c), +(400,273,l), +(411,257,o), +(429,255,o), +(453,255,cs), +(497,255,o), +(524,281,o), +(526,332,c), +(520,334,l), +(500,310,o), +(457,293,o), +(409,293,cs), +(313,293,o), +(248,342,o), +(248,429,cs), +(248,530,o), +(333,586,o), +(458,586,cs), +(568,586,o), +(675,544,o), +(675,368,cs), +(675,202,o), +(571,143,o), +(448,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(494,393,o), +(512,410,o), +(512,434,cs), +(512,462,o), +(489,474,o), +(455,474,cs), +(416,474,o), +(397,459,o), +(397,434,cs), +(397,408,o), +(416,393,o), +(454,393,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(343,137,o), +(271,189,o), +(257,267,c), +(403,267,l), +(414,253,o), +(429,249,o), +(457,249,cs), +(499,249,o), +(528,273,o), +(530,327,c), +(523,328,l), +(503,304,o), +(462,288,o), +(412,288,cs), +(316,288,o), +(251,337,o), +(251,423,cs), +(251,524,o), +(335,580,o), +(461,580,cs), +(571,580,o), +(679,538,o), +(679,361,cs), +(679,195,o), +(574,137,o), +(452,137,cs) +); +}, +{ +closed = 1; +nodes = ( +(498,388,o), +(515,404,o), +(515,429,cs), +(515,456,o), +(492,469,o), +(458,469,cs), +(419,469,o), +(400,453,o), +(400,429,cs), +(400,402,o), +(420,388,o), +(458,388,cs) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = center; +pos = (329,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,143,o), +(268,178,o), +(262,252,c), +(290,252,l), +(296,185,o), +(317,169,o), +(347,169,cs), +(403,169,o), +(415,238,o), +(417,378,c), +(414,378,l), +(405,330,o), +(379,302,o), +(340,302,cs), +(276,302,o), +(253,358,o), +(253,442,cs), +(253,551,o), +(290,587,o), +(344,587,cs), +(420,587,o), +(443,518,o), +(445,389,cs), +(448,192,o), +(409,143,o), +(347,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,326,o), +(409,373,o), +(409,446,cs), +(409,529,o), +(383,562,o), +(344,562,cs), +(295,562,o), +(283,514,o), +(283,442,cs), +(283,349,o), +(308,326,o), +(345,326,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,144,o), +(248,181,o), +(242,253,c), +(270,253,l), +(276,189,o), +(295,170,o), +(327,170,cs), +(383,170,o), +(395,238,o), +(397,379,c), +(394,379,l), +(384,324,o), +(353,303,o), +(320,303,cs), +(255,303,o), +(233,358,o), +(233,443,cs), +(233,551,o), +(269,588,o), +(325,588,cs), +(402,588,o), +(423,516,o), +(425,392,cs), +(428,197,o), +(390,144,o), +(327,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(369,327,o), +(389,376,o), +(389,447,cs), +(389,530,o), +(363,562,o), +(325,562,cs), +(275,562,o), +(263,514,o), +(263,443,cs), +(263,350,o), +(288,327,o), +(325,327,cs) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(261,145,o), +(220,194,o), +(220,267,c), +(325,267,l), +(324,249,o), +(334,236,o), +(349,236,cs), +(376,236,o), +(379,271,o), +(377,325,c), +(372,325,l), +(363,303,o), +(339,293,o), +(311,293,cs), +(250,293,o), +(214,350,o), +(214,437,cs), +(214,546,o), +(267,588,o), +(345,588,cs), +(452,588,o), +(492,526,o), +(492,354,cs), +(492,184,o), +(433,145,o), +(347,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(367,379,o), +(371,400,o), +(371,435,cs), +(371,484,o), +(363,497,o), +(348,497,cs), +(329,497,o), +(324,476,o), +(324,440,cs), +(324,390,o), +(333,379,o), +(347,379,cs) ); -}, +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( { closed = 1; nodes = ( -(389,327,o), -(409,376,o), -(409,447,cs), -(409,530,o), -(383,562,o), -(345,562,cs), -(295,562,o), -(283,514,o), -(283,443,cs), -(283,350,o), -(308,327,o), -(345,327,cs) +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(267,145,o), +(213,182,o), +(210,268,c), +(315,268,l), +(315,248,o), +(326,237,o), +(339,237,cs), +(362,237,o), +(369,266,o), +(368,325,c), +(362,325,l), +(355,307,o), +(331,293,o), +(302,293,cs), +(232,293,o), +(204,345,o), +(204,438,cs), +(204,540,o), +(253,588,o), +(339,588,cs), +(454,588,o), +(482,501,o), +(482,371,cs), +(482,192,o), +(424,145,o), +(339,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(357,379,o), +(362,399,o), +(362,436,cs), +(362,485,o), +(353,497,o), +(339,497,cs), +(319,497,o), +(314,475,o), +(314,440,cs), +(314,391,o), +(323,379,o), +(337,379,cs) ); } ); -width = 698; +width = 686; }, { anchors = ( { name = center; -pos = (435.5,363); +pos = (416,363); } ); background = { @@ -370,71 +2226,71 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(352,139,o), -(299,182,o), -(293,246,c), -(327,246,l), -(336,191,o), -(378,169,o), -(427,169,cs), -(529,169,o), -(548,257,o), -(550,387,c), -(548,387,l), -(534,338,o), -(489,305,o), -(425,305,cs), -(344,305,o), -(289,360,o), -(289,441,cs), -(289,527,o), -(349,582,o), -(434,582,cs), -(536,582,o), -(583,510,o), -(583,389,cs), -(583,213,o), -(532,139,o), -(426,139,cs) -); -}, -{ -closed = 1; -nodes = ( -(500,334,o), -(542,383,o), -(542,445,cs), -(542,511,o), -(497,551,o), -(432,551,cs), -(368,551,o), -(325,507,o), -(325,441,cs), -(325,375,o), -(369,334,o), -(431,334,cs) +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(332,139,o), +(279,182,o), +(273,246,c), +(307,246,l), +(316,191,o), +(358,169,o), +(407,169,cs), +(509,169,o), +(528,257,o), +(530,387,c), +(528,387,l), +(514,338,o), +(469,305,o), +(405,305,cs), +(324,305,o), +(269,360,o), +(269,441,cs), +(269,527,o), +(329,582,o), +(414,582,cs), +(516,582,o), +(563,510,o), +(563,389,cs), +(563,213,o), +(512,139,o), +(406,139,cs) +); +}, +{ +closed = 1; +nodes = ( +(480,334,o), +(522,383,o), +(522,445,cs), +(522,511,o), +(477,551,o), +(412,551,cs), +(348,551,o), +(305,507,o), +(305,441,cs), +(305,375,o), +(349,334,o), +(411,334,cs) ); } ); @@ -542,13 +2398,13 @@ type = Stem; } ); }; -width = 871; +width = 831; }, { anchors = ( { name = center; -pos = (427.5,365); +pos = (407,365); } ); background = { @@ -620,81 +2476,81 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(321,140,o), -(259,191,o), -(248,270,c), -(376,270,l), -(381,256,o), -(402,248,o), -(421,248,cs), -(455,248,o), -(483,273,o), -(483,326,c), -(478,326,l), -(462,309,o), -(431,295,o), -(389,295,cs), -(307,295,o), -(253,350,o), -(253,430,cs), -(253,522,o), -(322,584,o), -(429,584,cs), -(535,584,o), -(608,522,o), -(608,365,cs), -(608,221,o), -(539,140,o), -(419,140,cs) -); -}, -{ -closed = 1; -nodes = ( -(451,389,o), -(469,405,o), -(469,431,cs), -(469,456,o), -(452,474,o), -(425,474,cs), -(398,474,o), -(380,457,o), -(380,432,cs), -(380,407,o), -(398,389,o), -(425,389,cs) +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(300,140,o), +(238,191,o), +(227,270,c), +(355,270,l), +(360,256,o), +(381,248,o), +(400,248,cs), +(434,248,o), +(462,273,o), +(462,326,c), +(457,326,l), +(441,309,o), +(410,295,o), +(368,295,cs), +(286,295,o), +(232,350,o), +(232,430,cs), +(232,522,o), +(301,584,o), +(408,584,cs), +(514,584,o), +(587,522,o), +(587,365,cs), +(587,221,o), +(518,140,o), +(398,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(430,389,o), +(448,405,o), +(448,431,cs), +(448,456,o), +(431,474,o), +(404,474,cs), +(377,474,o), +(359,457,o), +(359,432,cs), +(359,407,o), +(377,389,o), +(404,389,cs) ); } ); -width = 855; +width = 813; }, { anchors = ( { name = center; -pos = (442,363); +pos = (432,363); } ); background = { @@ -766,81 +2622,81 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(337,139,o), -(274,183,o), -(267,247,c), -(304,247,l), -(312,197,o), -(362,169,o), -(431,169,cs), -(563,169,o), -(588,261,o), -(589,391,c), -(586,392,l), -(568,335,o), -(507,298,o), -(429,298,cs), -(325,298,o), -(259,348,o), -(259,436,cs), -(259,527,o), -(331,581,o), -(438,581,cs), -(573,581,o), -(625,507,o), -(625,387,cs), -(625,213,o), -(560,139,o), -(430,139,cs) +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(327,139,o), +(264,183,o), +(257,247,c), +(294,247,l), +(302,197,o), +(352,169,o), +(421,169,cs), +(553,169,o), +(578,261,o), +(579,391,c), +(576,392,l), +(558,335,o), +(497,298,o), +(419,298,cs), +(315,298,o), +(249,348,o), +(249,436,cs), +(249,527,o), +(321,581,o), +(428,581,cs), +(563,581,o), +(615,507,o), +(615,387,cs), +(615,213,o), +(550,139,o), +(420,139,cs) ); }, { closed = 1; nodes = ( -(524,327,o), -(579,377,o), -(579,441,cs), -(579,514,o), -(521,550,o), -(437,550,cs), -(344,550,o), -(298,505,o), -(298,437,cs), -(298,363,o), -(353,327,o), -(435,327,cs) +(514,327,o), +(569,377,o), +(569,441,cs), +(569,514,o), +(511,550,o), +(427,550,cs), +(334,550,o), +(288,505,o), +(288,437,cs), +(288,363,o), +(343,327,o), +(425,327,cs) ); } ); -width = 884; +width = 864; }, { anchors = ( { name = center; -pos = (430,364); +pos = (420,364); } ); background = { @@ -912,81 +2768,81 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(308,137,o), -(236,189,o), -(222,267,c), -(368,267,l), -(379,253,o), -(394,249,o), -(422,249,cs), -(464,249,o), -(493,273,o), -(495,327,c), -(488,328,l), -(468,304,o), -(427,288,o), -(377,288,cs), -(281,288,o), -(216,337,o), -(216,423,cs), -(216,524,o), -(300,580,o), -(426,580,cs), -(536,580,o), -(644,538,o), -(644,361,cs), -(644,195,o), -(539,137,o), -(417,137,cs) +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) ); }, { closed = 1; nodes = ( -(463,388,o), -(480,404,o), -(480,429,cs), -(480,456,o), -(457,469,o), -(423,469,cs), -(384,469,o), -(365,453,o), -(365,429,cs), -(365,402,o), -(385,388,o), -(423,388,cs) +(298,137,o), +(226,189,o), +(212,267,c), +(358,267,l), +(369,253,o), +(384,249,o), +(412,249,cs), +(454,249,o), +(483,273,o), +(485,327,c), +(478,328,l), +(458,304,o), +(417,288,o), +(367,288,cs), +(271,288,o), +(206,337,o), +(206,423,cs), +(206,524,o), +(290,580,o), +(416,580,cs), +(526,580,o), +(634,538,o), +(634,361,cs), +(634,195,o), +(529,137,o), +(407,137,cs) +); +}, +{ +closed = 1; +nodes = ( +(453,388,o), +(470,404,o), +(470,429,cs), +(470,456,o), +(447,469,o), +(413,469,cs), +(374,469,o), +(355,453,o), +(355,429,cs), +(355,402,o), +(375,388,o), +(413,388,cs) ); } ); -width = 860; +width = 840; }, { anchors = ( { name = center; -pos = (386,365); +pos = (363,365); } ); background = { @@ -1051,88 +2907,88 @@ nodes = ( (332,562,o), (320,514,o), (320,442,cs), -(320,349,o), -(345,326,o), -(382,326,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,144,o), -(305,181,o), -(299,253,c), -(327,253,l), -(333,189,o), -(352,170,o), -(384,170,cs), -(440,170,o), -(452,238,o), -(454,379,c), -(451,379,l), -(441,324,o), -(410,303,o), -(377,303,cs), -(312,303,o), -(290,358,o), -(290,443,cs), -(290,551,o), -(326,588,o), -(382,588,cs), -(459,588,o), -(480,516,o), -(482,392,cs), -(485,197,o), -(447,144,o), -(384,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(426,327,o), -(446,376,o), -(446,447,cs), -(446,530,o), -(420,562,o), -(382,562,cs), -(332,562,o), -(320,514,o), -(320,443,cs), -(320,350,o), -(345,327,o), -(382,327,cs) +(320,349,o), +(345,326,o), +(382,326,cs) ); } ); -width = 727; +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(308,144,o), +(282,181,o), +(276,253,c), +(304,253,l), +(310,189,o), +(329,170,o), +(361,170,cs), +(417,170,o), +(429,238,o), +(431,379,c), +(428,379,l), +(418,324,o), +(387,303,o), +(354,303,cs), +(289,303,o), +(267,358,o), +(267,443,cs), +(267,551,o), +(303,588,o), +(359,588,cs), +(436,588,o), +(457,516,o), +(459,392,cs), +(462,197,o), +(424,144,o), +(361,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(403,327,o), +(423,376,o), +(423,447,cs), +(423,530,o), +(397,562,o), +(359,562,cs), +(309,562,o), +(297,514,o), +(297,443,cs), +(297,350,o), +(322,327,o), +(359,327,cs) +); +} +); +width = 681; }, { anchors = ( { name = center; -pos = (385,366); +pos = (374,366); } ); background = { @@ -1204,81 +3060,81 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(309,145,o), -(255,182,o), -(252,268,c), -(357,268,l), -(357,248,o), -(368,237,o), -(381,237,cs), -(404,237,o), -(411,266,o), -(410,325,c), -(404,325,l), -(397,307,o), -(373,293,o), -(344,293,cs), -(274,293,o), -(246,345,o), -(246,438,cs), -(246,540,o), -(295,588,o), -(381,588,cs), -(496,588,o), -(524,501,o), -(524,371,cs), -(524,192,o), -(466,145,o), -(381,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(399,379,o), -(404,399,o), -(404,436,cs), -(404,485,o), -(395,497,o), -(381,497,cs), -(361,497,o), -(356,475,o), -(356,440,cs), -(356,391,o), -(365,379,o), -(379,379,cs) +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(298,145,o), +(244,182,o), +(241,268,c), +(346,268,l), +(346,248,o), +(357,237,o), +(370,237,cs), +(393,237,o), +(400,266,o), +(399,325,c), +(393,325,l), +(386,307,o), +(362,293,o), +(333,293,cs), +(263,293,o), +(235,345,o), +(235,438,cs), +(235,540,o), +(284,588,o), +(370,588,cs), +(485,588,o), +(513,501,o), +(513,371,cs), +(513,192,o), +(455,145,o), +(370,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,379,o), +(393,399,o), +(393,436,cs), +(393,485,o), +(384,497,o), +(370,497,cs), +(350,497,o), +(345,475,o), +(345,440,cs), +(345,391,o), +(354,379,o), +(368,379,cs) ); } ); -width = 731; +width = 709; }, { anchors = ( { name = center; -pos = (467.5,363); +pos = (444,363); } ); background = { @@ -1350,81 +3206,81 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(384,139,o), -(331,182,o), -(325,246,c), -(359,246,l), -(368,191,o), -(410,169,o), -(459,169,cs), -(561,169,o), -(580,257,o), -(582,387,c), -(580,387,l), -(566,338,o), -(521,305,o), -(457,305,cs), -(376,305,o), -(321,360,o), -(321,441,cs), -(321,527,o), -(381,582,o), -(466,582,cs), -(568,582,o), -(615,510,o), -(615,389,cs), -(615,213,o), -(564,139,o), -(458,139,cs) -); -}, -{ -closed = 1; -nodes = ( -(532,334,o), -(574,383,o), -(574,445,cs), -(574,511,o), -(529,551,o), -(464,551,cs), -(400,551,o), -(357,507,o), -(357,441,cs), -(357,375,o), -(401,334,o), -(463,334,cs) +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(360,139,o), +(307,182,o), +(301,246,c), +(335,246,l), +(344,191,o), +(386,169,o), +(435,169,cs), +(537,169,o), +(556,257,o), +(558,387,c), +(556,387,l), +(542,338,o), +(497,305,o), +(433,305,cs), +(352,305,o), +(297,360,o), +(297,441,cs), +(297,527,o), +(357,582,o), +(442,582,cs), +(544,582,o), +(591,510,o), +(591,389,cs), +(591,213,o), +(540,139,o), +(434,139,cs) +); +}, +{ +closed = 1; +nodes = ( +(508,334,o), +(550,383,o), +(550,445,cs), +(550,511,o), +(505,551,o), +(440,551,cs), +(376,551,o), +(333,507,o), +(333,441,cs), +(333,375,o), +(377,334,o), +(439,334,cs) ); } ); -width = 891; +width = 843; }, { anchors = ( { name = center; -pos = (455.5,365); +pos = (427,365); } ); background = { @@ -1496,81 +3352,81 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(349,140,o), -(287,191,o), -(276,270,c), -(404,270,l), -(409,256,o), -(430,248,o), -(449,248,cs), -(483,248,o), -(511,273,o), -(511,326,c), -(506,326,l), -(490,309,o), -(459,295,o), -(417,295,cs), -(335,295,o), -(281,350,o), -(281,430,cs), -(281,522,o), -(350,584,o), -(457,584,cs), -(563,584,o), -(636,522,o), -(636,365,cs), -(636,221,o), -(567,140,o), -(447,140,cs) -); -}, -{ -closed = 1; -nodes = ( -(479,389,o), -(497,405,o), -(497,431,cs), -(497,456,o), -(480,474,o), -(453,474,cs), -(426,474,o), -(408,457,o), -(408,432,cs), -(408,407,o), -(426,389,o), -(453,389,cs) +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(320,140,o), +(258,191,o), +(247,270,c), +(375,270,l), +(380,256,o), +(401,248,o), +(420,248,cs), +(454,248,o), +(482,273,o), +(482,326,c), +(477,326,l), +(461,309,o), +(430,295,o), +(388,295,cs), +(306,295,o), +(252,350,o), +(252,430,cs), +(252,522,o), +(321,584,o), +(428,584,cs), +(534,584,o), +(607,522,o), +(607,365,cs), +(607,221,o), +(538,140,o), +(418,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(450,389,o), +(468,405,o), +(468,431,cs), +(468,456,o), +(451,474,o), +(424,474,cs), +(397,474,o), +(379,457,o), +(379,432,cs), +(379,407,o), +(397,389,o), +(424,389,cs) ); } ); -width = 873; +width = 815; }, { anchors = ( { name = center; -pos = (473,363); +pos = (463,363); } ); background = { @@ -1642,81 +3498,81 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(368,139,o), -(305,183,o), -(298,247,c), -(335,247,l), -(343,197,o), -(393,169,o), -(462,169,cs), -(594,169,o), -(619,261,o), -(620,391,c), -(617,392,l), -(599,335,o), -(538,298,o), -(460,298,cs), -(356,298,o), -(290,348,o), -(290,436,cs), -(290,527,o), -(362,581,o), -(469,581,cs), -(604,581,o), -(656,507,o), -(656,387,cs), -(656,213,o), -(591,139,o), -(461,139,cs) -); -}, -{ -closed = 1; -nodes = ( -(555,327,o), -(610,377,o), -(610,441,cs), -(610,514,o), -(552,550,o), -(468,550,cs), -(375,550,o), -(329,505,o), -(329,437,cs), -(329,363,o), -(384,327,o), -(466,327,cs) +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(358,139,o), +(295,183,o), +(288,247,c), +(325,247,l), +(333,197,o), +(383,169,o), +(452,169,cs), +(584,169,o), +(609,261,o), +(610,391,c), +(607,392,l), +(589,335,o), +(528,298,o), +(450,298,cs), +(346,298,o), +(280,348,o), +(280,436,cs), +(280,527,o), +(352,581,o), +(459,581,cs), +(594,581,o), +(646,507,o), +(646,387,cs), +(646,213,o), +(581,139,o), +(451,139,cs) +); +}, +{ +closed = 1; +nodes = ( +(545,327,o), +(600,377,o), +(600,441,cs), +(600,514,o), +(542,550,o), +(458,550,cs), +(365,550,o), +(319,505,o), +(319,437,cs), +(319,363,o), +(374,327,o), +(456,327,cs) ); } ); -width = 903; +width = 883; }, { anchors = ( { name = center; -pos = (459,364); +pos = (444,364); } ); background = { @@ -1788,75 +3644,75 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(337,137,o), -(265,189,o), -(251,267,c), -(397,267,l), -(408,253,o), -(423,249,o), -(451,249,cs), -(493,249,o), -(522,273,o), -(524,327,c), -(517,328,l), -(497,304,o), -(456,288,o), -(406,288,cs), -(310,288,o), -(245,337,o), -(245,423,cs), -(245,524,o), -(329,580,o), -(455,580,cs), -(565,580,o), -(673,538,o), -(673,361,cs), -(673,195,o), -(568,137,o), -(446,137,cs) -); -}, -{ -closed = 1; -nodes = ( -(492,388,o), -(509,404,o), -(509,429,cs), -(509,456,o), -(486,469,o), -(452,469,cs), -(413,469,o), -(394,453,o), -(394,429,cs), -(394,402,o), -(414,388,o), -(452,388,cs) +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(322,137,o), +(250,189,o), +(236,267,c), +(382,267,l), +(393,253,o), +(408,249,o), +(436,249,cs), +(478,249,o), +(507,273,o), +(509,327,c), +(502,328,l), +(482,304,o), +(441,288,o), +(391,288,cs), +(295,288,o), +(230,337,o), +(230,423,cs), +(230,524,o), +(314,580,o), +(440,580,cs), +(550,580,o), +(658,538,o), +(658,361,cs), +(658,195,o), +(553,137,o), +(431,137,cs) +); +}, +{ +closed = 1; +nodes = ( +(477,388,o), +(494,404,o), +(494,429,cs), +(494,456,o), +(471,469,o), +(437,469,cs), +(398,469,o), +(379,453,o), +(379,429,cs), +(379,402,o), +(399,388,o), +(437,388,cs) ); } ); -width = 880; +width = 850; } ); metricLeft = one.circled; diff --git a/sources/MonaSans.glyphspackage/glyphs/nine.circled.glyph b/sources/MonaSans.glyphspackage/glyphs/nine.circled.glyph index cce10444..f5d6a1c0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/nine.circled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/nine.circled.glyph @@ -205,7 +205,7 @@ ref = whiteCircle; }, { angle = 180; -pos = (507,543); +pos = (523,543); ref = sixinferior; } ); @@ -216,7 +216,1252 @@ weight = -450; width = 50; }; }; -width = 706; +width = 722; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(558,142,o), +(625,210,o), +(625,379,cs), +(625,510,o), +(571,584,o), +(437,584,cs), +(332,584,o), +(259,532,o), +(259,440,cs), +(259,352,o), +(325,301,o), +(429,301,cs), +(506,301,o), +(566,333,o), +(587,395,c), +(589,395,l), +(591,258,o), +(561,173,o), +(433,173,cs), +(363,173,o), +(314,201,o), +(306,251,c), +(269,251,l), +(276,188,o), +(338,142,o), +(432,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(352,330,o), +(297,367,o), +(297,440,cs), +(297,508,o), +(343,554,o), +(437,554,cs), +(522,554,o), +(578,514,o), +(578,444,cs), +(578,377,o), +(527,330,o), +(435,330,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +angle = 180; +pos = (668,536); +ref = sixinferior; +} +); +width = 884; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(542,143,o), +(646,202,o), +(646,368,cs), +(646,544,o), +(539,586,o), +(429,586,cs), +(304,586,o), +(219,530,o), +(219,429,cs), +(219,342,o), +(284,293,o), +(380,293,cs), +(428,293,o), +(471,310,o), +(491,334,c), +(497,332,l), +(495,281,o), +(468,255,o), +(424,255,cs), +(400,255,o), +(382,257,o), +(371,273,c), +(224,273,l), +(238,195,o), +(309,143,o), +(419,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(387,393,o), +(368,408,o), +(368,434,cs), +(368,459,o), +(387,474,o), +(426,474,cs), +(460,474,o), +(483,462,o), +(483,434,cs), +(483,410,o), +(465,393,o), +(425,393,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +angle = 180; +pos = (673,535); +ref = sixinferior; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(519,142,o), +(583,204,o), +(583,392,cs), +(583,514,o), +(535,585,o), +(433,585,cs), +(349,585,o), +(289,530,o), +(289,444,cs), +(289,363,o), +(344,308,o), +(425,308,cs), +(488,308,o), +(534,341,o), +(547,390,c), +(550,390,l), +(548,249,o), +(519,173,o), +(423,173,cs), +(373,173,o), +(335,198,o), +(327,249,c), +(293,249,l), +(299,185,o), +(351,142,o), +(423,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(369,337,o), +(325,378,o), +(325,444,cs), +(325,510,o), +(368,554,o), +(432,554,cs), +(497,554,o), +(541,514,o), +(541,448,cs), +(541,387,o), +(500,337,o), +(431,337,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +angle = 180; +pos = (640,537); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -50; +width = 55; +}; +}; +width = 858; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(538,143,o), +(606,229,o), +(606,363,cs), +(606,523,o), +(529,587,o), +(421,587,cs), +(321,587,o), +(251,524,o), +(251,432,cs), +(251,352,o), +(305,298,o), +(387,298,cs), +(429,298,o), +(460,311,o), +(476,328,c), +(481,328,l), +(481,277,o), +(455,251,o), +(419,251,cs), +(402,251,o), +(380,257,o), +(375,272,c), +(246,272,l), +(257,194,o), +(319,143,o), +(415,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(397,391,o), +(378,408,o), +(378,434,cs), +(378,459,o), +(396,476,o), +(423,476,cs), +(450,476,o), +(468,458,o), +(468,433,cs), +(468,407,o), +(449,391,o), +(423,391,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +angle = 180; +pos = (621,539); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 834; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,143,o), +(485,192,o), +(482,389,cs), +(480,518,o), +(457,587,o), +(381,587,cs), +(327,587,o), +(290,551,o), +(290,442,cs), +(290,358,o), +(313,302,o), +(377,302,cs), +(416,302,o), +(442,330,o), +(451,378,c), +(454,378,l), +(452,238,o), +(440,169,o), +(384,169,cs), +(354,169,o), +(333,185,o), +(327,252,c), +(299,252,l), +(305,178,o), +(331,143,o), +(384,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(345,326,o), +(320,349,o), +(320,442,cs), +(320,514,o), +(332,562,o), +(381,562,cs), +(420,562,o), +(446,529,o), +(446,446,cs), +(446,373,o), +(425,326,o), +(382,326,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +angle = 180; +masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +pos = (529,542); +ref = sixinferior; +} +); +width = 727; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(465,145,o), +(524,184,o), +(524,354,cs), +(524,526,o), +(484,588,o), +(377,588,cs), +(299,588,o), +(246,546,o), +(246,437,cs), +(246,350,o), +(282,293,o), +(343,293,cs), +(371,293,o), +(395,303,o), +(404,325,c), +(409,325,l), +(411,271,o), +(408,236,o), +(381,236,cs), +(366,236,o), +(356,249,o), +(357,267,c), +(252,267,l), +(252,194,o), +(293,145,o), +(379,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,379,o), +(356,390,o), +(356,440,cs), +(356,476,o), +(361,497,o), +(380,497,cs), +(395,497,o), +(403,484,o), +(403,435,cs), +(403,400,o), +(399,379,o), +(379,379,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +angle = 180; +masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +pos = (555,543); +ref = sixinferior; +} +); +width = 747; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(551,142,o), +(615,204,o), +(615,392,cs), +(615,514,o), +(567,585,o), +(465,585,cs), +(381,585,o), +(321,530,o), +(321,444,cs), +(321,363,o), +(376,308,o), +(457,308,cs), +(520,308,o), +(566,341,o), +(579,390,c), +(582,390,l), +(580,249,o), +(551,173,o), +(455,173,cs), +(405,173,o), +(367,198,o), +(359,249,c), +(325,249,l), +(331,185,o), +(383,142,o), +(455,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(401,337,o), +(357,378,o), +(357,444,cs), +(357,510,o), +(400,554,o), +(464,554,cs), +(529,554,o), +(573,514,o), +(573,448,cs), +(573,387,o), +(532,337,o), +(463,337,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +angle = 180; +masterId = master01; +pos = (668,540); +ref = sixinferior; +} +); +width = 891; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(566,143,o), +(634,229,o), +(634,363,cs), +(634,523,o), +(557,587,o), +(449,587,cs), +(349,587,o), +(279,524,o), +(279,432,cs), +(279,352,o), +(333,298,o), +(415,298,cs), +(457,298,o), +(488,311,o), +(504,328,c), +(509,328,l), +(509,277,o), +(483,251,o), +(447,251,cs), +(430,251,o), +(408,257,o), +(403,272,c), +(274,272,l), +(285,194,o), +(347,143,o), +(443,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(425,391,o), +(406,408,o), +(406,434,cs), +(406,459,o), +(424,476,o), +(451,476,cs), +(478,476,o), +(496,458,o), +(496,433,cs), +(496,407,o), +(477,391,o), +(451,391,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +angle = 180; +masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +pos = (652,542); +ref = sixinferior; +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(589,142,o), +(656,210,o), +(656,379,cs), +(656,510,o), +(602,584,o), +(468,584,cs), +(363,584,o), +(290,532,o), +(290,440,cs), +(290,352,o), +(356,301,o), +(460,301,cs), +(537,301,o), +(597,333,o), +(618,395,c), +(620,395,l), +(622,258,o), +(592,173,o), +(464,173,cs), +(394,173,o), +(345,201,o), +(337,251,c), +(300,251,l), +(307,188,o), +(369,142,o), +(463,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(383,330,o), +(328,367,o), +(328,440,cs), +(328,508,o), +(374,554,o), +(468,554,cs), +(553,554,o), +(609,514,o), +(609,444,cs), +(609,377,o), +(558,330,o), +(466,330,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +angle = 180; +pos = (688,540); +ref = sixinferior; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,67,o), +(151,181,o), +(151,364,cs), +(151,547,o), +(279,661,o), +(459,661,cs), +(640,661,o), +(767,547,o), +(767,364,cs), +(767,181,o), +(640,67,o), +(459,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(571,143,o), +(675,202,o), +(675,368,cs), +(675,544,o), +(568,586,o), +(458,586,cs), +(333,586,o), +(248,530,o), +(248,429,cs), +(248,342,o), +(313,293,o), +(409,293,cs), +(457,293,o), +(500,310,o), +(520,334,c), +(526,332,l), +(524,281,o), +(497,255,o), +(453,255,cs), +(429,255,o), +(411,257,o), +(400,273,c), +(253,273,l), +(267,195,o), +(338,143,o), +(448,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(416,393,o), +(397,408,o), +(397,434,cs), +(397,459,o), +(416,474,o), +(455,474,cs), +(489,474,o), +(512,462,o), +(512,434,cs), +(512,410,o), +(494,393,o), +(454,393,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +angle = 180; +pos = (684,541); +ref = sixinferior; +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(409,143,o), +(448,192,o), +(445,389,cs), +(443,518,o), +(420,587,o), +(344,587,cs), +(290,587,o), +(253,551,o), +(253,442,cs), +(253,358,o), +(276,302,o), +(340,302,cs), +(379,302,o), +(405,330,o), +(414,378,c), +(417,378,l), +(415,238,o), +(403,169,o), +(347,169,cs), +(317,169,o), +(296,185,o), +(290,252,c), +(262,252,l), +(268,178,o), +(294,143,o), +(347,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(308,326,o), +(283,349,o), +(283,442,cs), +(283,514,o), +(295,562,o), +(344,562,cs), +(383,562,o), +(409,529,o), +(409,446,cs), +(409,373,o), +(388,326,o), +(345,326,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = whiteCircle; +}, +{ +alignment = -1; +angle = 180; +pos = (492,542); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 698; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(433,145,o), +(492,184,o), +(492,354,cs), +(492,526,o), +(452,588,o), +(345,588,cs), +(267,588,o), +(214,546,o), +(214,437,cs), +(214,350,o), +(250,293,o), +(311,293,cs), +(339,293,o), +(363,303,o), +(372,325,c), +(377,325,l), +(379,271,o), +(376,236,o), +(349,236,cs), +(334,236,o), +(324,249,o), +(325,267,c), +(220,267,l), +(220,194,o), +(261,145,o), +(347,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(333,379,o), +(324,390,o), +(324,440,cs), +(324,476,o), +(329,497,o), +(348,497,cs), +(363,497,o), +(371,484,o), +(371,435,cs), +(371,400,o), +(367,379,o), +(347,379,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +angle = 180; +pos = (488,543); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 686; }, { background = { @@ -305,13 +1550,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; angle = 180; pos = (646,537); ref = sixinferior; @@ -413,15 +1659,16 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; angle = 180; -pos = (639,539); +pos = (619,539); ref = sixinferior; } ); @@ -432,7 +1679,7 @@ weight = -450; width = 50; }; }; -width = 855; +width = 835; }, { background = { @@ -521,13 +1768,14 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; angle = 180; pos = (668,536); ref = sixinferior; @@ -622,13 +1870,14 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; angle = 180; pos = (661,535); ref = sixinferior; @@ -723,7 +1972,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -732,11 +1981,11 @@ ref = whiteCircle; { angle = 180; masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (529,542); +pos = (506,542); ref = sixinferior; } ); -width = 727; +width = 681; }, { background = { @@ -825,7 +2074,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -834,11 +2083,11 @@ ref = whiteCircle; { angle = 180; masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (539,543); +pos = (536,543); ref = sixinferior; } ); -width = 731; +width = 709; }, { background = { @@ -927,7 +2176,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -936,11 +2185,11 @@ ref = whiteCircle; { angle = 180; masterId = master01; -pos = (678,537); +pos = (620,540); ref = sixinferior; } ); -width = 891; +width = 843; }, { background = { @@ -1029,7 +2278,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -1038,11 +2287,11 @@ ref = whiteCircle; { angle = 180; masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (667,539); +pos = (594,542); ref = sixinferior; } ); -width = 873; +width = 815; }, { background = { @@ -1131,7 +2380,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -1140,11 +2389,11 @@ ref = whiteCircle; { angle = 180; masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (699,536); +pos = (689,536); ref = sixinferior; } ); -width = 903; +width = 883; }, { background = { @@ -1233,7 +2482,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -1242,11 +2491,11 @@ ref = whiteCircle; { angle = 180; masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (690,535); +pos = (681,535); ref = sixinferior; } ); -width = 880; +width = 850; } ); metricLeft = one.sansSerifCircled; diff --git a/sources/MonaSans.glyphspackage/glyphs/nine.dnom.glyph b/sources/MonaSans.glyphspackage/glyphs/nine.dnom.glyph index 0d209b8f..3e743d1d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/nine.dnom.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/nine.dnom.glyph @@ -7,7 +7,7 @@ layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { angle = 180; -pos = (277,375); +pos = (293,375); ref = six.dnom; } ); @@ -18,7 +18,7 @@ weight = -400; width = 52; }; }; -width = 277; +width = 293; }, { background = { @@ -48,10 +48,309 @@ width = 55; width = 268; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +angle = 180; +pos = (418,397); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 418; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { angle = 180; +pos = (428,375); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 428; +}, +{ +layerId = m019; +shapes = ( +{ +angle = 180; +pos = (393,398); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 393; +}, +{ +layerId = m020; +shapes = ( +{ +angle = 180; +pos = (369,375); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 369; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +angle = 180; +pos = (241,395); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 266; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +angle = 180; +pos = (256,374); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 291; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +angle = 180; +pos = (372,395); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 397; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +angle = 180; +pos = (347,374); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 382; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +angle = 180; +pos = (399,395); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 424; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +angle = 180; +pos = (392,373); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 427; +}, +{ +background = { +shapes = ( +{ +angle = 180; +pos = (218,397); +ref = six.dnom; +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (268,397); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 268; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +angle = 180; +pos = (259,375); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 259; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (396,398); ref = six.dnom; } @@ -138,11 +437,12 @@ type = Stem; width = 396; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; angle = 180; -pos = (386,375); +pos = (366,375); ref = six.dnom; } ); @@ -153,12 +453,13 @@ weight = -370; width = 54; }; }; -width = 386; +width = 366; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; angle = 180; pos = (418,397); ref = six.dnom; @@ -174,9 +475,10 @@ width = 55; width = 418; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; angle = 180; pos = (416,375); ref = six.dnom; @@ -192,11 +494,11 @@ width = 54; width = 416; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { angle = 180; -pos = (241,395); +pos = (195,395); ref = six.dnom; } ); @@ -207,14 +509,14 @@ weight = -45; width = 55; }; }; -width = 266; +width = 220; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { angle = 180; -pos = (240,374); +pos = (218,374); ref = six.dnom; } ); @@ -225,14 +527,14 @@ weight = -400; width = 52; }; }; -width = 275; +width = 253; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { angle = 180; -pos = (372,395); +pos = (324,395); ref = six.dnom; } ); @@ -243,14 +545,14 @@ weight = -40; width = 55; }; }; -width = 397; +width = 349; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { angle = 180; -pos = (347,374); +pos = (289,374); ref = six.dnom; } ); @@ -261,14 +563,14 @@ weight = -370; width = 54; }; }; -width = 382; +width = 324; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { angle = 180; -pos = (399,395); +pos = (379,395); ref = six.dnom; } ); @@ -279,14 +581,14 @@ weight = -35; width = 55; }; }; -width = 424; +width = 404; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { angle = 180; -pos = (380,373); +pos = (350,373); ref = six.dnom; } ); @@ -297,7 +599,7 @@ weight = -390; width = 54; }; }; -width = 415; +width = 385; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/nine.glyph b/sources/MonaSans.glyphspackage/glyphs/nine.glyph index cb5acd44..48c96302 100644 --- a/sources/MonaSans.glyphspackage/glyphs/nine.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/nine.glyph @@ -1,37 +1,112 @@ { color = 6; glyphname = nine; -kernLeft = nine; -kernRight = nine; +kernLeft = KO_nine; +kernRight = KO_nine; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { angle = 180; -pos = (495,729); +pos = (519,729); ref = six; } ); -width = 495; +width = 519; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { +alignment = -1; angle = 180; -pos = (394,729); +pos = (395,729); ref = six; } ); -width = 394; +width = 395; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { angle = 180; -pos = (603,729); +pos = (693,729); +ref = six; +} +); +width = 693; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(566,-9,o), +(720,104,o), +(720,367,cs), +(720,652,o), +(549,730,o), +(364,730,cs), +(161,730,o), +(22,638,o), +(22,469,cs), +(22,337,o), +(119,244,o), +(296,244,cs), +(384,244,o), +(460,276,o), +(487,324,c), +(497,322,l), +(502,211,o), +(445,159,o), +(358,159,cs), +(307,159,o), +(268,167,o), +(250,204,c), +(31,204,l), +(58,58,o), +(184,-9,o), +(360,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(285,394,o), +(244,423,o), +(244,479,cs), +(244,530,o), +(282,563,o), +(360,563,cs), +(429,563,o), +(475,536,o), +(475,480,cs), +(475,429,o), +(437,394,o), +(358,394,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +angle = 180; +pos = (765,729); +ref = six; +} +); +width = 765; +}, +{ +layerId = m019; +shapes = ( +{ +angle = 180; +pos = (617,729); ref = six; } ); @@ -109,7 +184,7 @@ type = Stem; } ); }; -width = 603; +width = 617; }, { background = { @@ -164,7 +239,7 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { angle = 180; @@ -175,15 +250,464 @@ ref = six; width = 649; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +angle = 180; +pos = (444,729); +ref = six; +} +); +width = 400; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +angle = 180; +pos = (553,729); +ref = six; +} +); +width = 514; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(433,-10,o), +(558,162,o), +(558,462,cs), +(558,630,o), +(486,729,o), +(338,729,cs), +(191,729,o), +(98,614,o), +(98,476,cs), +(98,351,o), +(184,268,o), +(300,268,cs), +(399,268,o), +(485,318,o), +(520,408,c), +(524,408,l), +(506,162,o), +(403,24,o), +(245,24,cs), +(154,24,o), +(88,73,o), +(79,161,c), +(41,161,l), +(54,58,o), +(129,-10,o), +(246,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(205,302,o), +(137,371,o), +(137,476,cs), +(137,607,o), +(219,695,o), +(343,695,cs), +(445,695,o), +(513,628,o), +(513,510,cs), +(513,388,o), +(430,302,o), +(307,302,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +angle = 180; +pos = (665,729); +ref = six; +} +); +width = 621; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(511,-8,o), +(613,147,o), +(638,359,cs), +(664,580,o), +(585,729,o), +(386,729,cs), +(239,729,o), +(126,645,o), +(104,496,cs), +(83,344,o), +(165,243,o), +(296,243,cs), +(347,243,o), +(399,257,o), +(429,288,c), +(436,285,l), +(420,202,o), +(376,154,o), +(314,154,cs), +(270,154,o), +(242,173,o), +(237,206,c), +(49,206,l), +(57,78,o), +(157,-8,o), +(298,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(304,377,o), +(282,423,o), +(291,481,cs), +(299,533,o), +(331,567,o), +(382,567,cs), +(437,567,o), +(459,521,o), +(450,463,cs), +(442,411,o), +(410,377,o), +(359,377,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +angle = 180; +pos = (694,729); +ref = six; +} +); +width = 656; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(532,-10,o), +(685,141,o), +(695,440,cs), +(700,624,o), +(601,729,o), +(402,729,cs), +(221,729,o), +(103,627,o), +(103,474,cs), +(103,335,o), +(210,255,o), +(366,255,cs), +(493,255,o), +(609,308,o), +(652,408,c), +(655,408,l), +(639,179,o), +(528,24,o), +(315,24,cs), +(193,24,o), +(103,87,o), +(89,182,c), +(53,183,l), +(67,67,o), +(171,-10,o), +(314,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,287,o), +(142,353,o), +(142,475,cs), +(142,612,o), +(241,695,o), +(404,695,cs), +(552,695,o), +(649,619,o), +(649,502,cs), +(649,377,o), +(537,287,o), +(373,287,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +angle = 180; +pos = (755,729); +ref = six; +} +); +width = 711; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(567,-10,o), +(716,140,o), +(725,412,cs), +(733,624,o), +(602,729,o), +(400,729,cs), +(198,729,o), +(57,633,o), +(51,467,cs), +(46,334,o), +(145,246,o), +(318,246,cs), +(388,246,o), +(455,265,o), +(480,292,c), +(489,289,l), +(475,205,o), +(412,158,o), +(329,158,cs), +(268,158,o), +(225,178,o), +(218,212,c), +(4,213,l), +(17,80,o), +(105,-10,o), +(330,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(312,391,o), +(269,423,o), +(271,470,cs), +(273,535,o), +(323,562,o), +(396,562,cs), +(459,562,o), +(502,533,o), +(500,482,cs), +(498,425,o), +(456,391,o), +(375,391,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +angle = 180; +pos = (794,729); +ref = six; +} +); +width = 756; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (361,729); +ref = six; +} +); +width = 361; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (482,729); +ref = six; +} +); +width = 482; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (590,729); +ref = six; +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 590; +}, +{ +background = { shapes = ( { +closed = 1; +nodes = ( +(507,-9,o), +(617,118,o), +(617,365,cs), +(617,621,o), +(501,730,o), +(326,730,cs), +(160,730,o), +(48,639,o), +(48,477,cs), +(48,334,o), +(138,238,o), +(274,238,cs), +(338,238,o), +(389,260,o), +(414,294,c), +(422,294,l), +(425,199,o), +(384,155,o), +(320,155,cs), +(281,155,o), +(249,171,o), +(240,195,c), +(53,195,l), +(67,73,o), +(164,-9,o), +(319,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(270,379,o), +(237,415,o), +(237,472,cs), +(237,529,o), +(270,565,o), +(323,565,cs), +(376,565,o), +(409,529,o), +(409,472,cs), +(409,415,o), +(376,379,o), +(323,379,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = 1; angle = 180; -pos = (681,729); +pos = (659,729); ref = six; } ); -width = 681; +width = 659; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (696,729); +ref = six; +} +); +width = 696; }, { background = { @@ -238,37 +762,38 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = 1; angle = 180; -pos = (733,729); +pos = (754,729); ref = six; } ); -width = 733; +width = 754; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { angle = 180; -pos = (431,729); +pos = (407,729); ref = six; } ); -width = 387; +width = 363; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { angle = 180; -pos = (531,729); +pos = (519,729); ref = six; } ); -width = 492; +width = 480; }, { background = { @@ -323,15 +848,15 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { angle = 180; -pos = (656,729); +pos = (634,729); ref = six; } ); -width = 612; +width = 590; }, { background = { @@ -386,15 +911,15 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { angle = 180; -pos = (685,729); +pos = (650,729); ref = six; } ); -width = 647; +width = 612; }, { background = { @@ -449,15 +974,15 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { angle = 180; -pos = (743,729); +pos = (753,729); ref = six; } ); -width = 699; +width = 709; }, { background = { @@ -512,15 +1037,15 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { angle = 180; -pos = (769,729); +pos = (775,729); ref = six; } ); -width = 731; +width = 737; } ); unicode = 57; diff --git a/sources/MonaSans.glyphspackage/glyphs/nine.numr.glyph b/sources/MonaSans.glyphspackage/glyphs/nine.numr.glyph index a3187dc6..0b12520f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/nine.numr.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/nine.numr.glyph @@ -17,7 +17,7 @@ weight = -400; width = 52; }; }; -width = 277; +width = 293; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,9 +37,291 @@ width = 55; width = 268; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,333); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 418; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,354); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 428; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,332); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nine.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nine.dnom; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 393; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,354); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nine.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nine.dnom; +}; +width = 369; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (69,333); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 266; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (73,354); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 291; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { +pos = (69,332); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 397; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (73,354); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 382; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (69,333); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 424; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (73,354); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 427; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,333); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 268; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,354); +ref = nine.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 259; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; pos = (0,332); ref = nine.dnom; } @@ -128,9 +410,10 @@ type = Stem; width = 396; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,354); ref = nine.dnom; } @@ -144,12 +427,13 @@ width = 54; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nine.dnom; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nine.dnom; }; -width = 386; +width = 366; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,333); ref = nine.dnom; } @@ -164,9 +448,10 @@ width = 55; width = 418; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,354); ref = nine.dnom; } @@ -181,7 +466,7 @@ width = 54; width = 416; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (69,333); @@ -195,10 +480,10 @@ weight = -45; width = 55; }; }; -width = 266; +width = 220; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (73,354); @@ -212,10 +497,10 @@ weight = -400; width = 52; }; }; -width = 275; +width = 253; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (69,332); @@ -229,10 +514,10 @@ weight = -40; width = 55; }; }; -width = 397; +width = 349; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (73,354); @@ -246,10 +531,10 @@ weight = -370; width = 54; }; }; -width = 382; +width = 324; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (69,333); @@ -263,10 +548,10 @@ weight = -35; width = 55; }; }; -width = 424; +width = 404; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (73,354); @@ -280,7 +565,7 @@ weight = -390; width = 54; }; }; -width = 415; +width = 385; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/nine.tf.glyph b/sources/MonaSans.glyphspackage/glyphs/nine.tf.glyph index df85fc66..f5820b8c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/nine.tf.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/nine.tf.glyph @@ -8,7 +8,7 @@ shapes = ( { alignment = 1; angle = 180; -pos = (486,729); +pos = (496,729); ref = six.tf; } ); @@ -19,7 +19,7 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,7 +27,7 @@ shapes = ( { alignment = 1; angle = 180; -pos = (486,729); +pos = (480,729); ref = six.tf; } ); @@ -37,15 +37,50 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (720,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; angle = 180; -pos = (607,729); +pos = (732,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (593,729); ref = six.tf; } ); @@ -127,15 +162,15 @@ type = Stem; } ); }; -width = 607; +width = 593; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { alignment = 1; angle = 180; -pos = (607,729); +pos = (581,729); ref = six.tf; } ); @@ -146,15 +181,87 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 581; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { alignment = 1; angle = 180; -pos = (728,729); +pos = (524,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 480; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (535,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 496; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (644,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 85; +}; +}; +width = 600; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (638,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 600; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (764,729); ref = six.tf; } ); @@ -164,32 +271,214 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 720; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { alignment = 1; angle = 180; -pos = (728,729); +pos = (770,729); ref = six.tf; } ); userData = { RMXScaler = { +keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 732; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (480,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 480; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { alignment = 1; angle = 180; -pos = (530,729); +pos = (464,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +keepStroke = 40; +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 464; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 90; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 600; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (578,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +keepStroke = 40; +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 578; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (720,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 720; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (720,729); +ref = six.tf; +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 720; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (478,729); ref = six.tf; } ); @@ -199,15 +488,15 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 434; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; angle = 180; -pos = (525,729); +pos = (497,729); ref = six.tf; } ); @@ -217,15 +506,15 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 458; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; angle = 180; -pos = (651,729); +pos = (596,729); ref = six.tf; } ); @@ -235,15 +524,15 @@ monoWidth = 600; useSpacing = 85; }; }; -width = 607; +width = 552; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; angle = 180; -pos = (645,729); +pos = (580,729); ref = six.tf; } ); @@ -253,15 +542,15 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 542; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; angle = 180; -pos = (772,729); +pos = (744,729); ref = six.tf; } ); @@ -271,15 +560,15 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 700; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; angle = 180; -pos = (766,729); +pos = (728,729); ref = six.tf; } ); @@ -289,7 +578,7 @@ keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 690; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/nineinferior.glyph b/sources/MonaSans.glyphspackage/glyphs/nineinferior.glyph index 38233e40..7330d557 100644 --- a/sources/MonaSans.glyphspackage/glyphs/nineinferior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/nineinferior.glyph @@ -12,7 +12,7 @@ Slant = 2; shapes = ( { angle = 180; -pos = (307,353); +pos = (323,353); ref = sixinferior; } ); @@ -23,7 +23,7 @@ weight = -350; width = 60; }; }; -width = 307; +width = 323; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -49,7 +49,53 @@ width = 60; width = 281; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +partSelection = { +Width = 2; +Weight = 1; +Slant = 2; +}; +shapes = ( +{ +angle = 180; +pos = (447,352); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 447; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +partSelection = { +Width = 2; +Weight = 2; +Slant = 2; +}; +shapes = ( +{ +angle = 180; +pos = (473,353); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 473; +}, +{ +layerId = m019; partSelection = { Weight = 1; Slant = 2; @@ -57,6 +103,306 @@ Slant = 2; shapes = ( { angle = 180; +pos = (414,353); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 414; +}, +{ +layerId = m020; +partSelection = { +Weight = 2; +Slant = 2; +}; +shapes = ( +{ +angle = 180; +pos = (403,354); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 403; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +partSelection = { +Width = 1; +Weight = 1; +Slant = 1; +}; +shapes = ( +{ +angle = 180; +pos = (245,351); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 279; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +partSelection = { +Width = 1; +Weight = 2; +Slant = 1; +}; +shapes = ( +{ +angle = 180; +pos = (281,352); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 320; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +partSelection = { +Weight = 1; +Slant = 1; +}; +shapes = ( +{ +angle = 180; +pos = (383,351); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 417; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +partSelection = { +Weight = 2; +Slant = 1; +}; +shapes = ( +{ +angle = 180; +pos = (377,351); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 417; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +partSelection = { +Width = 2; +Weight = 1; +Slant = 1; +}; +shapes = ( +{ +angle = 180; +pos = (418,351); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 452; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +partSelection = { +Width = 2; +Weight = 2; +Slant = 1; +}; +shapes = ( +{ +angle = 180; +pos = (428,350); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 468; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +partSelection = { +Width = 1; +Weight = 1; +Slant = 2; +}; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (281,352); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 281; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +partSelection = { +Width = 1; +Weight = 2; +Slant = 2; +}; +shapes = ( +{ +angle = 180; +pos = (289,353); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 289; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +partSelection = { +Weight = 1; +Slant = 2; +}; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (417,353); ref = sixinferior; } @@ -143,15 +489,16 @@ type = Stem; width = 417; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; partSelection = { Weight = 2; Slant = 2; }; shapes = ( { +alignment = -1; angle = 180; -pos = (420,354); +pos = (400,354); ref = sixinferior; } ); @@ -162,10 +509,10 @@ weight = -300; width = 60; }; }; -width = 420; +width = 400; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; partSelection = { Width = 2; Weight = 1; @@ -173,6 +520,7 @@ Slant = 2; }; shapes = ( { +alignment = -1; angle = 180; pos = (447,352); ref = sixinferior; @@ -188,7 +536,7 @@ width = 60; width = 447; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; partSelection = { Width = 2; Weight = 2; @@ -196,6 +544,7 @@ Slant = 2; }; shapes = ( { +alignment = -1; angle = 180; pos = (461,353); ref = sixinferior; @@ -211,7 +560,7 @@ width = 60; width = 461; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; partSelection = { Width = 1; Weight = 1; @@ -220,7 +569,7 @@ Slant = 1; shapes = ( { angle = 180; -pos = (245,351); +pos = (199,351); ref = sixinferior; } ); @@ -231,10 +580,10 @@ weight = -30; width = 60; }; }; -width = 279; +width = 233; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; partSelection = { Width = 1; Weight = 2; @@ -243,7 +592,7 @@ Slant = 1; shapes = ( { angle = 180; -pos = (265,352); +pos = (243,352); ref = sixinferior; } ); @@ -254,10 +603,10 @@ weight = -350; width = 60; }; }; -width = 304; +width = 282; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; partSelection = { Weight = 1; Slant = 1; @@ -265,7 +614,7 @@ Slant = 1; shapes = ( { angle = 180; -pos = (383,351); +pos = (335,351); ref = sixinferior; } ); @@ -276,10 +625,10 @@ weight = -25; width = 60; }; }; -width = 417; +width = 369; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; partSelection = { Weight = 2; Slant = 1; @@ -287,7 +636,7 @@ Slant = 1; shapes = ( { angle = 180; -pos = (377,351); +pos = (319,351); ref = sixinferior; } ); @@ -298,10 +647,10 @@ weight = -300; width = 60; }; }; -width = 417; +width = 359; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; partSelection = { Width = 2; Weight = 1; @@ -310,7 +659,7 @@ Slant = 1; shapes = ( { angle = 180; -pos = (418,351); +pos = (398,351); ref = sixinferior; } ); @@ -321,10 +670,10 @@ weight = -25; width = 60; }; }; -width = 452; +width = 432; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; partSelection = { Width = 2; Weight = 2; @@ -333,7 +682,7 @@ Slant = 1; shapes = ( { angle = 180; -pos = (416,350); +pos = (392,350); ref = sixinferior; } ); @@ -344,7 +693,7 @@ weight = -300; width = 60; }; }; -width = 456; +width = 432; } ); partsSettings = ( diff --git a/sources/MonaSans.glyphspackage/glyphs/ninesuperior.glyph b/sources/MonaSans.glyphspackage/glyphs/ninesuperior.glyph index 4a53d8f7..120b3021 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ninesuperior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ninesuperior.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ninesuperior; -kernLeft = ninesuperior; +kernLeft = KO_ninesuperior; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -18,7 +18,7 @@ weight = -350; width = 60; }; }; -width = 307; +width = 323; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -38,7 +38,271 @@ width = 60; width = 281; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 447; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 473; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nineinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nineinferior; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 414; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nineinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nineinferior; +}; +width = 403; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (78,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 279; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (78,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 320; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (78,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 417; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (78,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 417; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (78,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 452; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (78,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 468; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 281; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { pos = (0,376); @@ -48,6 +312,24 @@ ref = nineinferior; userData = { RMXScaler = { height = 60; +weight = -350; +width = 60; +}; +}; +width = 289; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (0,376); +ref = nineinferior; +} +); +userData = { +RMXScaler = { +height = 60; weight = -25; width = 60; }; @@ -129,9 +411,10 @@ type = Stem; width = 417; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,376); ref = nineinferior; } @@ -145,12 +428,13 @@ width = 60; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nineinferior; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nineinferior; }; -width = 420; +width = 400; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,376); ref = nineinferior; } @@ -165,9 +449,10 @@ width = 60; width = 447; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,376); ref = nineinferior; } @@ -182,7 +467,7 @@ width = 60; width = 461; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (78,376); @@ -196,10 +481,10 @@ weight = -30; width = 60; }; }; -width = 279; +width = 233; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (78,376); @@ -213,10 +498,10 @@ weight = -350; width = 60; }; }; -width = 304; +width = 282; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (78,376); @@ -230,10 +515,10 @@ weight = -25; width = 60; }; }; -width = 417; +width = 369; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (78,376); @@ -247,10 +532,10 @@ weight = -300; width = 60; }; }; -width = 417; +width = 359; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (78,376); @@ -264,10 +549,10 @@ weight = -25; width = 60; }; }; -width = 452; +width = 432; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (78,376); @@ -281,7 +566,7 @@ weight = -300; width = 60; }; }; -width = 456; +width = 432; } ); unicode = 8313; diff --git a/sources/MonaSans.glyphspackage/glyphs/notequal.glyph b/sources/MonaSans.glyphspackage/glyphs/notequal.glyph index dcbfa956..0e14622f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/notequal.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/notequal.glyph @@ -8,32 +8,32 @@ shapes = ( { closed = 1; nodes = ( -(205,101,l), -(406,630,l), -(275,630,l), -(74,101,l) +(213,101,l), +(414,630,l), +(283,630,l), +(82,101,l) ); }, { closed = 1; nodes = ( -(462,171,l), -(462,311,l), -(18,311,l), -(18,171,l) +(470,171,l), +(470,311,l), +(26,311,l), +(26,171,l) ); }, { closed = 1; nodes = ( -(462,411,l), -(462,551,l), -(18,551,l), -(18,411,l) +(470,411,l), +(470,551,l), +(26,551,l), +(26,411,l) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -69,160 +69,160 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(197,101,l), -(440,630,l), -(405,630,l), -(160,101,l) +(257,101,l), +(500,630,l), +(465,630,l), +(220,101,l) ); }, { closed = 1; nodes = ( -(539,235,l), -(539,267,l), -(61,267,l), -(61,235,l) +(607,227,l), +(607,259,l), +(112,259,l), +(112,227,l) ); }, { closed = 1; nodes = ( -(539,455,l), -(539,487,l), -(61,487,l), -(61,455,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( --2, --2 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( --2, --2 +(607,464,l), +(607,496,l), +(112,496,l), +(112,464,l) ); -stem = -2; -type = Stem; } ); -}; -width = 600; +width = 720; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(239,101,l), -(482,630,l), -(363,630,l), -(118,101,l) +(282,51,l), +(572,680,l), +(452,680,l), +(161,51,l) ); }, { closed = 1; nodes = ( -(537,166,l), -(537,315,l), -(64,315,l), -(64,166,l) +(617,137,l), +(617,311,l), +(116,311,l), +(116,137,l) ); }, { closed = 1; nodes = ( -(537,406,l), -(537,555,l), -(64,555,l), -(64,406,l) +(617,411,l), +(617,585,l), +(116,585,l), +(116,411,l) ); } ); -width = 600; +width = 732; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(257,101,l), -(500,630,l), -(465,630,l), -(220,101,l) +(196,101,l), +(435,630,l), +(400,630,l), +(159,101,l) ); }, { closed = 1; nodes = ( -(607,227,l), -(607,259,l), -(112,259,l), -(112,227,l) +(532,235,l), +(532,267,l), +(62,267,l), +(62,235,l) ); }, { closed = 1; nodes = ( -(607,464,l), -(607,496,l), -(112,496,l), -(112,464,l) +(532,455,l), +(532,487,l), +(62,487,l), +(62,455,l) ); } ); -width = 720; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +-2, +-2 +); +stem = -2; +type = Stem; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +horizontal = 1; +options = 0; +place = ( +-2, +-2 +); +stem = -2; +type = Stem; +} +); +}; +width = 593; +}, +{ +layerId = m020; shapes = ( { closed = 1; nodes = ( -(276,51,l), -(566,680,l), -(446,680,l), -(155,51,l) +(233,101,l), +(468,630,l), +(351,630,l), +(114,101,l) ); }, { closed = 1; nodes = ( -(611,137,l), -(611,311,l), -(110,311,l), -(110,137,l) +(521,166,l), +(521,315,l), +(62,315,l), +(62,166,l) ); }, { closed = 1; nodes = ( -(611,411,l), -(611,585,l), -(110,585,l), -(110,411,l) +(521,406,l), +(521,555,l), +(62,555,l), +(62,406,l) ); } ); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -263,32 +263,32 @@ shapes = ( { closed = 1; nodes = ( -(164,100,l), -(473,630,l), -(352,630,l), -(42,100,l) +(172,100,l), +(481,630,l), +(360,630,l), +(50,100,l) ); }, { closed = 1; nodes = ( -(438,171,l), -(467,311,l), -(28,311,l), -(-2,171,l) +(446,171,l), +(475,311,l), +(36,311,l), +(6,171,l) ); }, { closed = 1; nodes = ( -(488,411,l), -(517,551,l), -(78,551,l), -(48,411,l) +(496,411,l), +(525,551,l), +(86,551,l), +(56,411,l) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -395,32 +395,452 @@ shapes = ( { closed = 1; nodes = ( -(264,102,l), -(616,630,l), -(495,630,l), -(142,102,l) +(270,102,l), +(622,630,l), +(501,630,l), +(148,102,l) ); }, { closed = 1; nodes = ( -(579,137,l), -(616,311,l), -(120,311,l), -(83,137,l) +(585,137,l), +(622,311,l), +(126,311,l), +(89,137,l) ); }, { closed = 1; nodes = ( -(636,411,l), -(673,585,l), -(177,585,l), -(140,411,l) +(642,411,l), +(679,585,l), +(183,585,l), +(146,411,l) ); } ); -width = 720; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(135,101,l), +(336,630,l), +(305,630,l), +(104,101,l) +); +}, +{ +closed = 1; +nodes = ( +(413,247,l), +(413,275,l), +(27,275,l), +(27,247,l) +); +}, +{ +closed = 1; +nodes = ( +(413,447,l), +(413,475,l), +(27,475,l), +(27,447,l) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,101,l), +(396,630,l), +(265,630,l), +(64,101,l) +); +}, +{ +closed = 1; +nodes = ( +(452,171,l), +(452,311,l), +(8,311,l), +(8,171,l) +); +}, +{ +closed = 1; +nodes = ( +(452,411,l), +(452,551,l), +(8,551,l), +(8,411,l) +); +} +); +width = 460; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(177,101,l), +(420,630,l), +(385,630,l), +(140,101,l) +); +}, +{ +closed = 1; +nodes = ( +(519,235,l), +(519,267,l), +(41,267,l), +(41,235,l) +); +}, +{ +closed = 1; +nodes = ( +(519,455,l), +(519,487,l), +(41,487,l), +(41,455,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +-2, +-2 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +-2, +-2 +); +stem = -2; +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,101,l), +(458,630,l), +(339,630,l), +(94,101,l) +); +}, +{ +closed = 1; +nodes = ( +(513,166,l), +(513,315,l), +(40,315,l), +(40,166,l) +); +}, +{ +closed = 1; +nodes = ( +(513,406,l), +(513,555,l), +(40,555,l), +(40,406,l) +); +} +); +width = 552; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(247,101,l), +(490,630,l), +(455,630,l), +(210,101,l) +); +}, +{ +closed = 1; +nodes = ( +(597,227,l), +(597,259,l), +(102,259,l), +(102,227,l) +); +}, +{ +closed = 1; +nodes = ( +(597,464,l), +(597,496,l), +(102,496,l), +(102,464,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(266,51,l), +(556,680,l), +(436,680,l), +(145,51,l) +); +}, +{ +closed = 1; +nodes = ( +(601,137,l), +(601,311,l), +(100,311,l), +(100,137,l) +); +}, +{ +closed = 1; +nodes = ( +(601,411,l), +(601,585,l), +(100,585,l), +(100,411,l) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(101,100,l), +(410,630,l), +(379,630,l), +(69,100,l) +); +}, +{ +closed = 1; +nodes = ( +(406,247,l), +(412,275,l), +(30,275,l), +(24,247,l) +); +}, +{ +closed = 1; +nodes = ( +(448,447,l), +(454,475,l), +(72,475,l), +(66,447,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(153,100,l), +(462,630,l), +(341,630,l), +(31,100,l) +); +}, +{ +closed = 1; +nodes = ( +(427,171,l), +(456,311,l), +(17,311,l), +(-13,171,l) +); +}, +{ +closed = 1; +nodes = ( +(477,411,l), +(506,551,l), +(67,551,l), +(37,411,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(141,101,l), +(493,629,l), +(454,629,l), +(101,101,l) +); +}, +{ +closed = 1; +nodes = ( +(507,235,l), +(514,267,l), +(41,267,l), +(33,235,l) +); +}, +{ +closed = 1; +nodes = ( +(553,455,l), +(559,487,l), +(86,487,l), +(80,455,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,101,l), +(526,629,l), +(406,629,l), +(53,101,l) +); +}, +{ +closed = 1; +nodes = ( +(483,166,l), +(514,315,l), +(46,315,l), +(15,166,l) +); +}, +{ +closed = 1; +nodes = ( +(533,406,l), +(565,555,l), +(97,555,l), +(65,406,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,101,l), +(566,629,l), +(527,629,l), +(174,101,l) +); +}, +{ +closed = 1; +nodes = ( +(587,227,l), +(594,259,l), +(104,259,l), +(97,227,l) +); +}, +{ +closed = 1; +nodes = ( +(637,464,l), +(643,496,l), +(153,496,l), +(147,464,l) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(249,102,l), +(601,630,l), +(480,630,l), +(127,102,l) +); +}, +{ +closed = 1; +nodes = ( +(564,137,l), +(601,311,l), +(105,311,l), +(68,137,l) +); +}, +{ +closed = 1; +nodes = ( +(621,411,l), +(658,585,l), +(162,585,l), +(125,411,l) +); +} +); +width = 690; } ); metricLeft = equal; diff --git a/sources/MonaSans.glyphspackage/glyphs/ntilde.glyph b/sources/MonaSans.glyphspackage/glyphs/ntilde.glyph index 5378df91..4800c986 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ntilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ntilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ntilde; -kernLeft = n; -kernRight = n; +kernLeft = KO_i; +kernRight = KO_ntilde; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (7,-138); ref = tildecomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = n; }, { -pos = (104,-155); +pos = (112,-155); ref = tildecomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = n; }, { -pos = (69,-134); +pos = (103,-129); ref = tildecomb; } ); -width = 649; +width = 734; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = n; }, { -pos = (112,-155); +pos = (92,-155); ref = tildecomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = n; }, { -pos = (103,-129); +pos = (62,-134); ref = tildecomb; } ); -width = 722; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-13,-138); ref = tildecomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,11 +141,11 @@ shapes = ( ref = n; }, { -pos = (90,-155); +pos = (91,-155); ref = tildecomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (88,-134); ref = tildecomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = n; +}, +{ +pos = (33,-156); +ref = tildecomb; +} +); +width = 303; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = n; +}, +{ +pos = (4,-138); +ref = tildecomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = n; +}, +{ +pos = (98,-155); +ref = tildecomb; +} +); +width = 530; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = n; +}, +{ +pos = (66,-134); +ref = tildecomb; +} +); +width = 608; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (112,-155); +ref = tildecomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (103,-129); +ref = tildecomb; +} +); +width = 722; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = n; +}, +{ +pos = (16,-156); +ref = tildecomb; +} +); +width = 306; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = n; +}, +{ +pos = (-13,-138); +ref = tildecomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = n; +}, +{ +pos = (80,-155); +ref = tildecomb; +} +); +width = 522; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = n; +}, +{ +pos = (45,-134); +ref = tildecomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = n; +}, +{ +pos = (90,-155); +ref = tildecomb; +} +); +width = 601; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = n; +}, +{ +pos = (88,-134); +ref = tildecomb; +} +); +width = 692; } ); unicode = 241; diff --git a/sources/MonaSans.glyphspackage/glyphs/numbersign.glyph b/sources/MonaSans.glyphspackage/glyphs/numbersign.glyph index ab16ba0c..6ff62bc9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/numbersign.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/numbersign.glyph @@ -7,47 +7,47 @@ shapes = ( { closed = 1; nodes = ( -(241,0,l), -(241,192,l), -(322,192,l), -(322,0,l), -(459,0,l), -(459,192,l), -(549,192,l), -(549,315,l), -(459,315,l), -(459,417,l), -(549,417,l), -(549,540,l), -(459,540,l), -(459,729,l), -(322,729,l), -(322,540,l), -(241,540,l), -(241,729,l), -(103,729,l), -(103,540,l), -(13,540,l), -(13,417,l), -(103,417,l), -(103,315,l), -(13,315,l), -(13,192,l), -(103,192,l), -(103,0,l) -); -}, -{ -closed = 1; -nodes = ( -(241,417,l), -(322,417,l), -(322,315,l), -(241,315,l) +(249,0,l), +(249,192,l), +(330,192,l), +(330,0,l), +(467,0,l), +(467,192,l), +(557,192,l), +(557,315,l), +(467,315,l), +(467,417,l), +(557,417,l), +(557,540,l), +(467,540,l), +(467,729,l), +(330,729,l), +(330,540,l), +(249,540,l), +(249,729,l), +(111,729,l), +(111,540,l), +(21,540,l), +(21,417,l), +(111,417,l), +(111,315,l), +(21,315,l), +(21,192,l), +(111,192,l), +(111,0,l) +); +}, +{ +closed = 1; +nodes = ( +(249,417,l), +(330,417,l), +(330,315,l), +(249,315,l) ); } ); -width = 562; +width = 578; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -98,48 +98,144 @@ nodes = ( width = 419; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(227,0,l), -(227,245,l), -(412,245,l), -(412,0,l), -(444,0,l), -(444,245,l), -(601,245,l), -(601,273,l), -(444,273,l), -(444,480,l), -(601,480,l), -(601,507,l), -(444,507,l), -(444,729,l), -(412,729,l), -(412,507,l), -(227,507,l), -(227,729,l), -(195,729,l), -(195,507,l), -(32,507,l), -(32,480,l), -(195,480,l), -(195,273,l), -(32,273,l), -(32,245,l), -(195,245,l), -(195,0,l) -); -}, -{ -closed = 1; -nodes = ( -(227,480,l), -(412,480,l), -(412,273,l), -(227,273,l) +(230,0,l), +(230,245,l), +(440,245,l), +(440,0,l), +(472,0,l), +(472,245,l), +(645,245,l), +(645,273,l), +(472,273,l), +(472,480,l), +(645,480,l), +(645,507,l), +(472,507,l), +(472,729,l), +(440,729,l), +(440,507,l), +(230,507,l), +(230,729,l), +(198,729,l), +(198,507,l), +(19,507,l), +(19,480,l), +(198,480,l), +(198,273,l), +(19,273,l), +(19,245,l), +(198,245,l), +(198,0,l) +); +}, +{ +closed = 1; +nodes = ( +(230,480,l), +(440,480,l), +(440,273,l), +(230,273,l) +); +} +); +width = 663; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(313,0,l), +(313,166,l), +(439,166,l), +(439,0,l), +(601,0,l), +(601,166,l), +(732,166,l), +(732,302,l), +(601,302,l), +(601,430,l), +(732,430,l), +(732,566,l), +(601,566,l), +(601,729,l), +(439,729,l), +(439,566,l), +(313,566,l), +(313,729,l), +(151,729,l), +(151,566,l), +(20,566,l), +(20,430,l), +(151,430,l), +(151,302,l), +(20,302,l), +(20,166,l), +(151,166,l), +(151,0,l) +); +}, +{ +closed = 1; +nodes = ( +(313,430,l), +(439,430,l), +(439,302,l), +(313,302,l) +); +} +); +width = 752; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(226,0,l), +(226,245,l), +(407,245,l), +(407,0,l), +(439,0,l), +(439,245,l), +(592,245,l), +(592,273,l), +(439,273,l), +(439,480,l), +(592,480,l), +(592,507,l), +(439,507,l), +(439,729,l), +(407,729,l), +(407,507,l), +(226,507,l), +(226,729,l), +(194,729,l), +(194,507,l), +(35,507,l), +(35,480,l), +(194,480,l), +(194,273,l), +(35,273,l), +(35,245,l), +(194,245,l), +(194,0,l) +); +}, +{ +closed = 1; +nodes = ( +(226,480,l), +(407,480,l), +(407,273,l), +(226,273,l) ); } ); @@ -233,151 +329,55 @@ type = Stem; } ); }; -width = 633; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,0,l), -(292,182,l), -(406,182,l), -(406,0,l), -(546,0,l), -(546,182,l), -(669,182,l), -(669,309,l), -(546,309,l), -(546,423,l), -(669,423,l), -(669,551,l), -(546,551,l), -(546,729,l), -(406,729,l), -(406,551,l), -(292,551,l), -(292,729,l), -(150,729,l), -(150,551,l), -(26,551,l), -(26,423,l), -(150,423,l), -(150,309,l), -(26,309,l), -(26,182,l), -(150,182,l), -(150,0,l) -); -}, -{ -closed = 1; -nodes = ( -(292,423,l), -(406,423,l), -(406,309,l), -(292,309,l) -); -} -); -width = 695; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(230,245,l), -(440,245,l), -(440,0,l), -(472,0,l), -(472,245,l), -(645,245,l), -(645,273,l), -(472,273,l), -(472,480,l), -(645,480,l), -(645,507,l), -(472,507,l), -(472,729,l), -(440,729,l), -(440,507,l), -(230,507,l), -(230,729,l), -(198,729,l), -(198,507,l), -(19,507,l), -(19,480,l), -(198,480,l), -(198,273,l), -(19,273,l), -(19,245,l), -(198,245,l), -(198,0,l) -); +width = 626; }, { -closed = 1; -nodes = ( -(230,480,l), -(440,480,l), -(440,273,l), -(230,273,l) -); -} -); -width = 663; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(307,0,l), -(307,166,l), -(433,166,l), -(433,0,l), -(595,0,l), -(595,166,l), -(726,166,l), -(726,302,l), -(595,302,l), -(595,430,l), -(726,430,l), -(726,566,l), -(595,566,l), -(595,729,l), -(433,729,l), -(433,566,l), -(307,566,l), -(307,729,l), +(285,0,l), +(285,182,l), +(394,182,l), +(394,0,l), +(533,0,l), +(533,182,l), +(651,182,l), +(651,309,l), +(533,309,l), +(533,423,l), +(651,423,l), +(651,551,l), +(533,551,l), +(533,729,l), +(394,729,l), +(394,551,l), +(285,551,l), +(285,729,l), (145,729,l), -(145,566,l), -(14,566,l), -(14,430,l), -(145,430,l), -(145,302,l), -(14,302,l), -(14,166,l), -(145,166,l), +(145,551,l), +(25,551,l), +(25,423,l), +(145,423,l), +(145,309,l), +(25,309,l), +(25,182,l), +(145,182,l), (145,0,l) ); }, { closed = 1; nodes = ( -(307,430,l), -(433,430,l), -(433,302,l), -(307,302,l) +(285,423,l), +(394,423,l), +(394,309,l), +(285,309,l) ); } ); -width = 740; +width = 675; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -433,47 +433,47 @@ shapes = ( { closed = 1; nodes = ( -(186,0,l), -(225,192,l), -(306,192,l), -(267,0,l), -(404,0,l), -(443,192,l), -(533,192,l), -(559,315,l), -(469,315,l), -(490,417,l), -(580,417,l), -(605,540,l), -(515,540,l), -(554,729,l), -(417,729,l), -(378,540,l), -(297,540,l), -(336,729,l), -(198,729,l), -(159,540,l), -(69,540,l), -(44,417,l), -(134,417,l), -(113,315,l), -(23,315,l), -(-3,192,l), -(87,192,l), -(48,0,l) +(194,0,l), +(233,192,l), +(314,192,l), +(275,0,l), +(412,0,l), +(451,192,l), +(541,192,l), +(567,315,l), +(477,315,l), +(498,417,l), +(588,417,l), +(613,540,l), +(523,540,l), +(562,729,l), +(425,729,l), +(386,540,l), +(305,540,l), +(344,729,l), +(206,729,l), +(167,540,l), +(77,540,l), +(52,417,l), +(142,417,l), +(121,315,l), +(31,315,l), +(5,192,l), +(95,192,l), +(56,0,l) ); }, { closed = 1; nodes = ( -(272,417,l), -(353,417,l), -(332,315,l), -(251,315,l) +(280,417,l), +(361,417,l), +(340,315,l), +(259,315,l) ); } ); -width = 563; +width = 579; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -625,47 +625,713 @@ shapes = ( { closed = 1; nodes = ( -(251,0,l), -(285,166,l), -(411,166,l), -(377,0,l), -(539,0,l), -(573,166,l), -(704,166,l), -(732,302,l), -(601,302,l), -(628,430,l), -(759,430,l), -(787,566,l), -(656,566,l), -(689,729,l), -(527,729,l), -(494,566,l), -(368,566,l), -(401,729,l), -(239,729,l), -(206,566,l), -(75,566,l), -(47,430,l), -(178,430,l), -(151,302,l), -(20,302,l), -(-8,166,l), -(123,166,l), -(89,0,l) +(257,0,l), +(291,166,l), +(417,166,l), +(383,0,l), +(545,0,l), +(579,166,l), +(710,166,l), +(738,302,l), +(607,302,l), +(634,430,l), +(765,430,l), +(793,566,l), +(662,566,l), +(695,729,l), +(533,729,l), +(500,566,l), +(374,566,l), +(407,729,l), +(245,729,l), +(212,566,l), +(81,566,l), +(53,430,l), +(184,430,l), +(157,302,l), +(26,302,l), +(-2,166,l), +(129,166,l), +(95,0,l) ); }, { closed = 1; nodes = ( -(340,430,l), -(466,430,l), -(439,302,l), -(313,302,l) +(346,430,l), +(472,430,l), +(445,302,l), +(319,302,l) +); +} +); +width = 752; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(144,0,l), +(144,265,l), +(265,265,l), +(265,0,l), +(293,0,l), +(293,265,l), +(405,265,l), +(405,291,l), +(293,291,l), +(293,462,l), +(405,462,l), +(405,488,l), +(293,488,l), +(293,729,l), +(265,729,l), +(265,488,l), +(144,488,l), +(144,729,l), +(116,729,l), +(116,488,l), +(-2,488,l), +(-2,462,l), +(116,462,l), +(116,291,l), +(-2,291,l), +(-2,265,l), +(116,265,l), +(116,0,l) +); +}, +{ +closed = 1; +nodes = ( +(144,462,l), +(265,462,l), +(265,291,l), +(144,291,l) +); +} +); +width = 403; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,0,l), +(232,192,l), +(313,192,l), +(313,0,l), +(450,0,l), +(450,192,l), +(540,192,l), +(540,315,l), +(450,315,l), +(450,417,l), +(540,417,l), +(540,540,l), +(450,540,l), +(450,729,l), +(313,729,l), +(313,540,l), +(232,540,l), +(232,729,l), +(94,729,l), +(94,540,l), +(4,540,l), +(4,417,l), +(94,417,l), +(94,315,l), +(4,315,l), +(4,192,l), +(94,192,l), +(94,0,l) +); +}, +{ +closed = 1; +nodes = ( +(232,417,l), +(313,417,l), +(313,315,l), +(232,315,l) +); +} +); +width = 544; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,0,l), +(202,245,l), +(387,245,l), +(387,0,l), +(419,0,l), +(419,245,l), +(576,245,l), +(576,273,l), +(419,273,l), +(419,480,l), +(576,480,l), +(576,507,l), +(419,507,l), +(419,729,l), +(387,729,l), +(387,507,l), +(202,507,l), +(202,729,l), +(170,729,l), +(170,507,l), +(7,507,l), +(7,480,l), +(170,480,l), +(170,273,l), +(7,273,l), +(7,245,l), +(170,245,l), +(170,0,l) +); +}, +{ +closed = 1; +nodes = ( +(202,480,l), +(387,480,l), +(387,273,l), +(202,273,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +24 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +20 +); +stem = -2; +target = ( +0, +21 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +4 +); +type = Stem; +} +); +}; +width = 583; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(271,0,l), +(271,182,l), +(385,182,l), +(385,0,l), +(525,0,l), +(525,182,l), +(648,182,l), +(648,309,l), +(525,309,l), +(525,423,l), +(648,423,l), +(648,551,l), +(525,551,l), +(525,729,l), +(385,729,l), +(385,551,l), +(271,551,l), +(271,729,l), +(129,729,l), +(129,551,l), +(5,551,l), +(5,423,l), +(129,423,l), +(129,309,l), +(5,309,l), +(5,182,l), +(129,182,l), +(129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(271,423,l), +(385,423,l), +(385,309,l), +(271,309,l) +); +} +); +width = 653; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,0,l), +(220,245,l), +(430,245,l), +(430,0,l), +(462,0,l), +(462,245,l), +(635,245,l), +(635,273,l), +(462,273,l), +(462,480,l), +(635,480,l), +(635,507,l), +(462,507,l), +(462,729,l), +(430,729,l), +(430,507,l), +(220,507,l), +(220,729,l), +(188,729,l), +(188,507,l), +(9,507,l), +(9,480,l), +(188,480,l), +(188,273,l), +(9,273,l), +(9,245,l), +(188,245,l), +(188,0,l) +); +}, +{ +closed = 1; +nodes = ( +(220,480,l), +(430,480,l), +(430,273,l), +(220,273,l) +); +} +); +width = 643; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(297,0,l), +(297,166,l), +(423,166,l), +(423,0,l), +(585,0,l), +(585,166,l), +(716,166,l), +(716,302,l), +(585,302,l), +(585,430,l), +(716,430,l), +(716,566,l), +(585,566,l), +(585,729,l), +(423,729,l), +(423,566,l), +(297,566,l), +(297,729,l), +(135,729,l), +(135,566,l), +(4,566,l), +(4,430,l), +(135,430,l), +(135,302,l), +(4,302,l), +(4,166,l), +(135,166,l), +(135,0,l) +); +}, +{ +closed = 1; +nodes = ( +(297,430,l), +(423,430,l), +(423,302,l), +(297,302,l) +); +} +); +width = 720; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(76,0,l), +(130,265,l), +(251,265,l), +(197,0,l), +(225,0,l), +(279,265,l), +(391,265,l), +(397,291,l), +(285,291,l), +(320,462,l), +(432,462,l), +(438,488,l), +(326,488,l), +(375,729,l), +(347,729,l), +(298,488,l), +(177,488,l), +(226,729,l), +(198,729,l), +(149,488,l), +(31,488,l), +(25,462,l), +(143,462,l), +(108,291,l), +(-10,291,l), +(-16,265,l), +(102,265,l), +(48,0,l) +); +}, +{ +closed = 1; +nodes = ( +(171,462,l), +(292,462,l), +(257,291,l), +(136,291,l) +); +} +); +width = 373; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,0,l), +(214,192,l), +(295,192,l), +(256,0,l), +(393,0,l), +(432,192,l), +(522,192,l), +(548,315,l), +(458,315,l), +(479,417,l), +(569,417,l), +(594,540,l), +(504,540,l), +(543,729,l), +(406,729,l), +(367,540,l), +(286,540,l), +(325,729,l), +(187,729,l), +(148,540,l), +(58,540,l), +(33,417,l), +(123,417,l), +(102,315,l), +(12,315,l), +(-14,192,l), +(76,192,l), +(37,0,l) +); +}, +{ +closed = 1; +nodes = ( +(261,417,l), +(342,417,l), +(321,315,l), +(240,315,l) +); +} +); +width = 541; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(200,245,l), +(385,245,l), +(335,0,l), +(367,0,l), +(417,245,l), +(574,245,l), +(580,273,l), +(423,273,l), +(466,480,l), +(623,480,l), +(629,507,l), +(472,507,l), +(517,729,l), +(485,729,l), +(440,507,l), +(255,507,l), +(300,729,l), +(268,729,l), +(223,507,l), +(60,507,l), +(54,480,l), +(217,480,l), +(174,273,l), +(11,273,l), +(5,245,l), +(168,245,l), +(118,0,l) +); +}, +{ +closed = 1; +nodes = ( +(249,480,l), +(434,480,l), +(391,273,l), +(206,273,l) +); +} +); +width = 585; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,0,l), +(244,182,l), +(358,182,l), +(321,0,l), +(461,0,l), +(498,182,l), +(621,182,l), +(648,309,l), +(525,309,l), +(548,423,l), +(671,423,l), +(698,551,l), +(575,551,l), +(611,729,l), +(471,729,l), +(435,551,l), +(321,551,l), +(357,729,l), +(215,729,l), +(179,551,l), +(55,551,l), +(28,423,l), +(152,423,l), +(129,309,l), +(5,309,l), +(-22,182,l), +(102,182,l), +(65,0,l) +); +}, +{ +closed = 1; +nodes = ( +(294,423,l), +(408,423,l), +(385,309,l), +(271,309,l) +); +} +); +width = 637; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(166,0,l), +(216,245,l), +(426,245,l), +(376,0,l), +(408,0,l), +(458,245,l), +(631,245,l), +(637,273,l), +(464,273,l), +(507,480,l), +(680,480,l), +(686,507,l), +(513,507,l), +(558,729,l), +(526,729,l), +(481,507,l), +(271,507,l), +(316,729,l), +(284,729,l), +(239,507,l), +(60,507,l), +(54,480,l), +(233,480,l), +(190,273,l), +(11,273,l), +(5,245,l), +(184,245,l), +(134,0,l) +); +}, +{ +closed = 1; +nodes = ( +(265,480,l), +(475,480,l), +(432,273,l), +(222,273,l) +); +} +); +width = 643; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(236,0,l), +(270,166,l), +(396,166,l), +(362,0,l), +(524,0,l), +(558,166,l), +(689,166,l), +(717,302,l), +(586,302,l), +(613,430,l), +(744,430,l), +(772,566,l), +(641,566,l), +(674,729,l), +(512,729,l), +(479,566,l), +(353,566,l), +(386,729,l), +(224,729,l), +(191,566,l), +(60,566,l), +(32,430,l), +(163,430,l), +(136,302,l), +(5,302,l), +(-23,166,l), +(108,166,l), +(74,0,l) +); +}, +{ +closed = 1; +nodes = ( +(325,430,l), +(451,430,l), +(424,302,l), +(298,302,l) ); } ); -width = 740; +width = 710; } ); unicode = 35; diff --git a/sources/MonaSans.glyphspackage/glyphs/numero.glyph b/sources/MonaSans.glyphspackage/glyphs/numero.glyph index 1cf21b85..ed88e3eb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/numero.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/numero.glyph @@ -75,203 +75,67 @@ shapes = ( { closed = 1; nodes = ( -(198,0,l), -(198,157,l), -(189,358,l), -(195,358,l), -(276,0,l), -(463,0,l), -(463,729,l), -(299,729,l), -(299,575,l), -(308,366,l), -(301,366,l), -(223,729,l), -(34,729,l), -(34,0,l) -); -}, -{ -closed = 1; -nodes = ( -(798,145,l), -(798,261,l), -(529,261,l), -(529,145,l) -); -}, -{ -closed = 1; -nodes = ( -(759,292,o), -(829,334,o), -(829,515,cs), -(829,695,o), -(759,739,o), -(663,739,cs), -(568,739,o), -(498,697,o), -(498,515,cs), -(498,333,o), -(568,292,o), -(663,292,cs) -); -}, -{ -closed = 1; -nodes = ( -(639,404,o), -(638,440,o), -(638,515,cs), -(638,591,o), -(639,625,o), -(663,625,cs), -(686,625,o), -(687,594,o), -(687,515,cs), -(687,436,o), -(686,404,o), -(663,404,cs) -); -} -); -width = 848; -}, -{ -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(149,0,l), -(149,436,l), -(146,686,l), -(151,686,l), -(632,0,l), -(687,0,l), -(687,729,l), -(649,729,l), -(649,303,l), -(653,43,l), -(648,43,l), -(166,729,l), -(111,729,l), -(111,0,l) +(206,0,l), +(206,157,l), +(197,358,l), +(203,358,l), +(284,0,l), +(471,0,l), +(471,729,l), +(307,729,l), +(307,575,l), +(316,366,l), +(309,366,l), +(231,729,l), +(42,729,l), +(42,0,l) ); }, { closed = 1; nodes = ( -(1017,231,l), -(1017,263,l), -(815,263,l), -(815,231,l) +(806,145,l), +(806,261,l), +(537,261,l), +(537,145,l) ); }, { closed = 1; nodes = ( -(998,334,o), -(1054,405,o), -(1054,537,cs), -(1054,668,o), -(999,739,o), -(917,739,cs), -(834,739,o), -(778,669,o), -(778,537,cs), -(778,406,o), -(833,334,o), -(917,334,cs) +(767,292,o), +(837,334,o), +(837,515,cs), +(837,695,o), +(767,739,o), +(671,739,cs), +(576,739,o), +(506,697,o), +(506,515,cs), +(506,333,o), +(576,292,o), +(671,292,cs) ); }, { closed = 1; nodes = ( -(852,366,o), -(815,425,o), -(815,537,cs), -(815,648,o), -(852,707,o), -(917,707,cs), -(980,707,o), -(1017,649,o), -(1017,537,cs), -(1017,425,o), -(980,366,o), -(917,366,cs) +(647,404,o), +(646,440,o), +(646,515,cs), +(646,591,o), +(647,625,o), +(671,625,cs), +(694,625,o), +(695,594,o), +(695,515,cs), +(695,436,o), +(694,404,o), +(671,404,cs) ); } ); -width = 1122; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(277,0,l), -(277,236,l), -(270,431,l), -(276,431,l), -(511,0,l), -(742,0,l), -(742,729,l), -(547,729,l), -(547,504,l), -(554,289,l), -(548,289,l), -(315,729,l), -(70,729,l), -(70,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1155,139,l), -(1155,255,l), -(826,255,l), -(826,139,l) -); -}, -{ -closed = 1; -nodes = ( -(1105,292,o), -(1184,363,o), -(1184,516,cs), -(1184,668,o), -(1105,739,o), -(990,739,cs), -(876,739,o), -(797,668,o), -(797,516,cs), -(797,363,o), -(876,292,o), -(990,292,cs) -); -}, -{ -closed = 1; -nodes = ( -(954,411,o), -(943,451,o), -(943,516,cs), -(943,580,o), -(954,620,o), -(990,620,cs), -(1027,620,o), -(1038,580,o), -(1038,516,cs), -(1038,451,o), -(1027,411,o), -(990,411,cs) -); -} -); -width = 1222; +width = 864; }, { layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -344,10 +208,10 @@ width = 1238; { guides = ( { -pos = (1182,260); +pos = (1188,260); }, { -pos = (1182,300); +pos = (1188,300); } ); layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; @@ -355,67 +219,203 @@ shapes = ( { closed = 1; nodes = ( -(286,0,l), -(286,226,l), -(279,424,l), -(288,424,l), -(570,0,l), -(842,0,l), -(842,729,l), -(615,729,l), -(615,504,l), -(621,299,l), -(613,299,l), -(331,729,l), -(55,729,l), -(55,0,l) +(292,0,l), +(292,226,l), +(285,424,l), +(294,424,l), +(576,0,l), +(848,0,l), +(848,729,l), +(621,729,l), +(621,504,l), +(627,299,l), +(619,299,l), +(337,729,l), +(61,729,l), +(61,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1387,139,l), +(1387,255,l), +(928,255,l), +(928,139,l) +); +}, +{ +closed = 1; +nodes = ( +(1314,300,o), +(1417,381,o), +(1417,519,cs), +(1417,656,o), +(1316,739,o), +(1158,739,cs), +(1001,739,o), +(897,658,o), +(897,519,cs), +(897,384,o), +(997,300,o), +(1156,300,cs) +); +}, +{ +closed = 1; +nodes = ( +(1120,439,o), +(1090,452,o), +(1090,519,cs), +(1090,588,o), +(1120,601,o), +(1158,601,cs), +(1192,601,o), +(1225,588,o), +(1225,519,cs), +(1225,452,o), +(1195,439,o), +(1157,439,cs) +); +} +); +width = 1442; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,436,l), +(147,686,l), +(151,686,l), +(623,0,l), +(676,0,l), +(676,729,l), +(640,729,l), +(640,303,l), +(643,43,l), +(639,43,l), +(165,729,l), +(112,729,l), +(112,0,l) ); }, { closed = 1; nodes = ( -(1381,139,l), -(1381,255,l), -(922,255,l), -(922,139,l) +(1000,231,l), +(1000,263,l), +(802,263,l), +(802,231,l) ); }, { closed = 1; nodes = ( -(1308,300,o), -(1411,381,o), -(1411,519,cs), -(1411,656,o), -(1310,739,o), -(1152,739,cs), -(995,739,o), -(891,658,o), -(891,519,cs), -(891,384,o), -(991,300,o), -(1150,300,cs) +(981,334,o), +(1036,405,o), +(1036,537,cs), +(1036,668,o), +(982,739,o), +(902,739,cs), +(821,739,o), +(765,669,o), +(765,537,cs), +(765,406,o), +(820,334,o), +(902,334,cs) ); }, { closed = 1; nodes = ( -(1114,439,o), -(1084,452,o), -(1084,519,cs), -(1084,588,o), -(1114,601,o), -(1152,601,cs), -(1186,601,o), -(1219,588,o), -(1219,519,cs), -(1219,452,o), -(1189,439,o), -(1151,439,cs) +(838,366,o), +(802,425,o), +(802,537,cs), +(802,648,o), +(838,707,o), +(902,707,cs), +(963,707,o), +(1000,649,o), +(1000,537,cs), +(1000,425,o), +(963,366,o), +(902,366,cs) ); } ); -width = 1430; +width = 1105; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(273,0,l), +(273,236,l), +(266,431,l), +(272,431,l), +(499,0,l), +(728,0,l), +(728,729,l), +(535,729,l), +(535,504,l), +(542,289,l), +(536,289,l), +(311,729,l), +(68,729,l), +(68,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1133,139,l), +(1133,255,l), +(809,255,l), +(809,139,l) +); +}, +{ +closed = 1; +nodes = ( +(1083,292,o), +(1161,363,o), +(1161,516,cs), +(1161,668,o), +(1083,739,o), +(970,739,cs), +(859,739,o), +(781,668,o), +(781,516,cs), +(781,363,o), +(859,292,o), +(970,292,cs) +); +}, +{ +closed = 1; +nodes = ( +(936,411,o), +(926,452,o), +(926,516,cs), +(926,579,o), +(936,620,o), +(970,620,cs), +(1007,620,o), +(1017,579,o), +(1017,516,cs), +(1017,453,o), +(1007,411,o), +(970,411,cs) +); +} +); +width = 1197; }, { background = { @@ -509,7 +509,7 @@ width = 684; { guides = ( { -pos = (672,292); +pos = (680,292); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -517,67 +517,67 @@ shapes = ( { closed = 1; nodes = ( -(141,0,l), -(172,157,l), -(207,358,l), -(213,358,l), -(218,0,l), -(403,0,l), -(554,729,l), -(392,729,l), -(360,575,l), -(327,366,l), -(320,366,l), -(317,729,l), -(130,729,l), -(-22,0,l) +(149,0,l), +(180,157,l), +(215,358,l), +(221,358,l), +(226,0,l), +(411,0,l), +(562,729,l), +(400,729,l), +(368,575,l), +(335,366,l), +(328,366,l), +(325,729,l), +(138,729,l), +(-14,0,l) ); }, { closed = 1; nodes = ( -(785,145,l), -(809,261,l), -(540,261,l), -(516,145,l) +(793,145,l), +(817,261,l), +(548,261,l), +(524,145,l) ); }, { closed = 1; nodes = ( -(775,292,o), -(840,335,o), -(876,507,cs), -(904,647,o), -(867,739,o), -(739,739,cs), -(645,739,o), -(584,681,o), -(552,529,cs), -(523,387,o), -(556,292,o), -(688,292,cs) +(783,292,o), +(848,335,o), +(884,507,cs), +(912,647,o), +(875,739,o), +(747,739,cs), +(653,739,o), +(592,681,o), +(560,529,cs), +(531,387,o), +(564,292,o), +(696,292,cs) ); }, { closed = 1; nodes = ( -(669,407,o), -(672,426,o), -(689,515,cs), -(706,597,o), -(713,624,o), -(734,624,cs), -(759,624,o), -(756,599,o), -(739,518,cs), -(721,429,o), -(713,407,o), -(696,407,cs) +(677,407,o), +(680,426,o), +(697,515,cs), +(714,597,o), +(721,624,o), +(742,624,cs), +(767,624,o), +(764,599,o), +(747,518,cs), +(729,429,o), +(721,407,o), +(704,407,cs) ); } ); -width = 846; +width = 862; }, { background = { @@ -852,67 +852,980 @@ shapes = ( { closed = 1; nodes = ( -(226,0,l), -(275,232,l), -(311,441,l), -(319,441,l), -(509,0,l), -(776,0,l), -(927,729,l), -(703,729,l), -(655,498,l), -(616,282,l), -(608,282,l), -(419,729,l), -(150,729,l), -(-1,0,l) +(232,0,l), +(281,232,l), +(317,441,l), +(325,441,l), +(515,0,l), +(782,0,l), +(933,729,l), +(709,729,l), +(661,498,l), +(622,282,l), +(614,282,l), +(425,729,l), +(156,729,l), +(5,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1374,139,l), +(1398,255,l), +(939,255,l), +(915,139,l) +); +}, +{ +closed = 1; +nodes = ( +(1361,300,o), +(1469,393,o), +(1469,532,cs), +(1469,656,o), +(1378,739,o), +(1215,739,cs), +(1050,739,o), +(943,645,o), +(943,506,cs), +(943,382,o), +(1023,300,o), +(1194,300,cs) +); +}, +{ +closed = 1; +nodes = ( +(1166,440,o), +(1142,459,o), +(1142,499,cs), +(1142,565,o), +(1165,599,o), +(1212,599,cs), +(1246,599,o), +(1270,580,o), +(1270,540,cs), +(1270,474,o), +(1247,440,o), +(1200,440,cs) +); +} +); +width = 1448; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(89,0,l), +(89,410,l), +(86,685,l), +(92,685,l), +(322,0,l), +(372,0,l), +(372,729,l), +(341,729,l), +(341,328,l), +(344,39,l), +(339,39,l), +(108,729,l), +(58,729,l), +(58,0,l) +); +}, +{ +closed = 1; +nodes = ( +(607,243,l), +(607,273,l), +(451,273,l), +(451,243,l) +); +}, +{ +closed = 1; +nodes = ( +(596,324,o), +(623,399,o), +(623,527,cs), +(623,655,o), +(596,729,o), +(529,729,cs), +(461,729,o), +(434,655,o), +(434,527,cs), +(434,399,o), +(461,324,o), +(529,324,cs) +); +}, +{ +closed = 1; +nodes = ( +(490,353,o), +(467,390,o), +(467,527,cs), +(467,663,o), +(490,701,o), +(529,701,cs), +(567,701,o), +(590,663,o), +(590,527,cs), +(590,390,o), +(567,353,o), +(529,353,cs) +); +} +); +width = 647; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(188,0,l), +(188,157,l), +(179,358,l), +(185,358,l), +(266,0,l), +(453,0,l), +(453,729,l), +(289,729,l), +(289,575,l), +(298,366,l), +(291,366,l), +(213,729,l), +(24,729,l), +(24,0,l) +); +}, +{ +closed = 1; +nodes = ( +(788,145,l), +(788,261,l), +(519,261,l), +(519,145,l) +); +}, +{ +closed = 1; +nodes = ( +(749,292,o), +(819,334,o), +(819,515,cs), +(819,695,o), +(749,739,o), +(653,739,cs), +(558,739,o), +(488,697,o), +(488,515,cs), +(488,333,o), +(558,292,o), +(653,292,cs) +); +}, +{ +closed = 1; +nodes = ( +(629,404,o), +(628,440,o), +(628,515,cs), +(628,591,o), +(629,625,o), +(653,625,cs), +(676,625,o), +(677,594,o), +(677,515,cs), +(677,436,o), +(676,404,o), +(653,404,cs) +); +} +); +width = 828; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(125,0,l), +(125,436,l), +(122,686,l), +(127,686,l), +(608,0,l), +(663,0,l), +(663,729,l), +(625,729,l), +(625,303,l), +(629,43,l), +(624,43,l), +(142,729,l), +(87,729,l), +(87,0,l) +); +}, +{ +closed = 1; +nodes = ( +(993,231,l), +(993,263,l), +(791,263,l), +(791,231,l) +); +}, +{ +closed = 1; +nodes = ( +(974,334,o), +(1030,405,o), +(1030,537,cs), +(1030,668,o), +(975,739,o), +(893,739,cs), +(810,739,o), +(754,669,o), +(754,537,cs), +(754,406,o), +(809,334,o), +(893,334,cs) +); +}, +{ +closed = 1; +nodes = ( +(828,366,o), +(791,425,o), +(791,537,cs), +(791,648,o), +(828,707,o), +(893,707,cs), +(956,707,o), +(993,649,o), +(993,537,cs), +(993,425,o), +(956,366,o), +(893,366,cs) +); +} +); +width = 1078; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(253,0,l), +(253,236,l), +(246,431,l), +(252,431,l), +(487,0,l), +(718,0,l), +(718,729,l), +(523,729,l), +(523,504,l), +(530,289,l), +(524,289,l), +(291,729,l), +(46,729,l), +(46,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1131,139,l), +(1131,255,l), +(802,255,l), +(802,139,l) +); +}, +{ +closed = 1; +nodes = ( +(1081,292,o), +(1160,363,o), +(1160,516,cs), +(1160,668,o), +(1081,739,o), +(966,739,cs), +(852,739,o), +(773,668,o), +(773,516,cs), +(773,363,o), +(852,292,o), +(966,292,cs) +); +}, +{ +closed = 1; +nodes = ( +(930,411,o), +(919,451,o), +(919,516,cs), +(919,580,o), +(930,620,o), +(966,620,cs), +(1003,620,o), +(1014,580,o), +(1014,516,cs), +(1014,451,o), +(1003,411,o), +(966,411,cs) +); +} +); +width = 1177; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,0,l), +(113,436,l), +(110,686,l), +(115,686,l), +(684,0,l), +(736,0,l), +(736,729,l), +(698,729,l), +(698,303,l), +(702,43,l), +(697,43,l), +(127,729,l), +(75,729,l), +(75,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1144,231,l), +(1144,263,l), +(862,263,l), +(862,231,l) +); +}, +{ +closed = 1; +nodes = ( +(1111,333,o), +(1183,403,o), +(1183,536,cs), +(1183,669,o), +(1110,739,o), +(1005,739,cs), +(900,739,o), +(827,669,o), +(827,536,cs), +(827,402,o), +(901,333,o), +(1006,333,cs) +); +}, +{ +closed = 1; +nodes = ( +(916,364,o), +(865,426,o), +(865,536,cs), +(865,646,o), +(917,707,o), +(1005,707,cs), +(1095,707,o), +(1145,645,o), +(1145,536,cs), +(1145,426,o), +(1094,364,o), +(1005,364,cs) +); +} +); +width = 1218; +}, +{ +guides = ( +{ +pos = (1172,260); +}, +{ +pos = (1172,300); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,0,l), +(276,226,l), +(269,424,l), +(278,424,l), +(560,0,l), +(832,0,l), +(832,729,l), +(605,729,l), +(605,504,l), +(611,299,l), +(603,299,l), +(321,729,l), +(45,729,l), +(45,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1371,139,l), +(1371,255,l), +(912,255,l), +(912,139,l) +); +}, +{ +closed = 1; +nodes = ( +(1298,300,o), +(1401,381,o), +(1401,519,cs), +(1401,656,o), +(1300,739,o), +(1142,739,cs), +(985,739,o), +(881,658,o), +(881,519,cs), +(881,384,o), +(981,300,o), +(1140,300,cs) +); +}, +{ +closed = 1; +nodes = ( +(1104,439,o), +(1074,452,o), +(1074,519,cs), +(1074,588,o), +(1104,601,o), +(1142,601,cs), +(1176,601,o), +(1209,588,o), +(1209,519,cs), +(1209,452,o), +(1179,439,o), +(1141,439,cs) +); +} +); +width = 1410; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(702,710,o), +(678,592,o), +(665,531,cs), +(639,407,o), +(613,363,o), +(573,363,cs), +(522,363,o), +(521,429,o), +(545,541,cs), +(574,677,o), +(602,710,o), +(640,710,cs) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(33,0,l), +(118,410,l), +(172,685,l), +(178,685,l), +(267,0,l), +(316,0,l), +(467,729,l), +(436,729,l), +(353,328,l), +(296,39,l), +(291,39,l), +(202,729,l), +(153,729,l), +(2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(601,243,l), +(607,273,l), +(451,273,l), +(445,243,l) +); +}, +{ +closed = 1; +nodes = ( +(606,335,o), +(647,403,o), +(674,527,cs), +(698,644,o), +(697,739,o), +(617,739,cs), +(558,739,o), +(516,674,o), +(490,549,cs), +(459,403,o), +(478,335,o), +(547,335,cs) +); +}, +{ +closed = 1; +nodes = ( +(499,363,o), +(498,429,o), +(522,542,cs), +(548,666,o), +(574,710,o), +(614,710,cs), +(665,710,o), +(666,644,o), +(642,532,cs), +(616,407,o), +(590,363,o), +(550,363,cs) +); +} +); +width = 638; +}, +{ +guides = ( +{ +pos = (661,292); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,0,l), +(161,157,l), +(196,358,l), +(202,358,l), +(207,0,l), +(392,0,l), +(543,729,l), +(381,729,l), +(349,575,l), +(316,366,l), +(309,366,l), +(306,729,l), +(119,729,l), +(-33,0,l) +); +}, +{ +closed = 1; +nodes = ( +(774,145,l), +(798,261,l), +(529,261,l), +(505,145,l) +); +}, +{ +closed = 1; +nodes = ( +(764,292,o), +(829,335,o), +(865,507,cs), +(893,647,o), +(856,739,o), +(728,739,cs), +(634,739,o), +(573,681,o), +(541,529,cs), +(512,387,o), +(545,292,o), +(677,292,cs) +); +}, +{ +closed = 1; +nodes = ( +(658,407,o), +(661,426,o), +(678,515,cs), +(695,597,o), +(702,624,o), +(723,624,cs), +(748,624,o), +(745,599,o), +(728,518,cs), +(710,429,o), +(702,407,o), +(685,407,cs) +); +} +); +width = 824; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(94,0,l), +(185,436,l), +(235,686,l), +(239,686,l), +(565,0,l), +(618,0,l), +(769,729,l), +(732,729,l), +(643,303,l), +(593,43,l), +(588,43,l), +(260,729,l), +(208,729,l), +(57,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1052,332,o), +(1119,434,o), +(1125,592,cs), +(1128,680,o), +(1085,735,o), +(1015,735,cs), +(917,735,o), +(850,633,o), +(844,475,cs), +(841,387,o), +(884,332,o), +(954,332,cs) +); +}, +{ +closed = 1; +nodes = ( +(902,364,o), +(879,410,o), +(881,475,cs), +(886,612,o), +(938,703,o), +(1012,703,cs), +(1067,703,o), +(1090,657,o), +(1088,592,cs), +(1083,455,o), +(1031,365,o), +(957,365,c), +(957,364,l) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(70,0,l), +(161,436,l), +(211,686,l), +(215,686,l), +(541,0,l), +(594,0,l), +(745,729,l), +(708,729,l), +(619,303,l), +(569,43,l), +(564,43,l), +(236,729,l), +(184,729,l), +(33,0,l) +); +}, +{ +closed = 1; +nodes = ( +(999,231,l), +(1005,263,l), +(773,263,l), +(767,231,l) +); +}, +{ +closed = 1; +nodes = ( +(1015,334,o), +(1086,435,o), +(1092,590,cs), +(1095,681,o), +(1048,739,o), +(971,739,cs), +(866,739,o), +(795,638,o), +(789,483,cs), +(786,392,o), +(833,334,o), +(910,334,cs) +); +}, +{ +closed = 1; +nodes = ( +(855,364,o), +(822,408,o), +(825,481,cs), +(831,620,o), +(889,709,o), +(971,709,cs), +(1026,709,o), +(1059,665,o), +(1056,592,cs), +(1050,453,o), +(992,364,o), +(910,364,cs) +); +} +); +width = 1075; +}, +{ +guides = ( +{ +pos = (639,292); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(186,0,l), +(235,236,l), +(265,431,l), +(273,431,l), +(408,0,l), +(635,0,l), +(787,729,l), +(588,729,l), +(539,494,l), +(508,292,l), +(500,292,l), +(364,729,l), +(136,729,l), +(-15,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1097,139,l), +(1121,255,l), +(792,255,l), +(768,139,l) +); +}, +{ +closed = 1; +nodes = ( +(1112,292,o), +(1199,406,o), +(1199,558,cs), +(1199,668,o), +(1137,739,o), +(1023,739,cs), +(881,739,o), +(794,625,o), +(794,473,cs), +(794,364,o), +(856,292,o), +(970,292,cs) +); +}, +{ +closed = 1; +nodes = ( +(937,410,o), +(937,463,o), +(946,524,cs), +(958,582,o), +(975,621,o), +(1013,621,cs), +(1056,621,o), +(1056,569,o), +(1047,507,cs), +(1036,449,o), +(1018,410,o), +(980,410,cs) +); +} +); +width = 1157; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(59,0,l), +(149,436,l), +(200,689,l), +(204,689,l), +(622,0,l), +(673,0,l), +(825,729,l), +(787,729,l), +(700,303,l), +(647,40,l), +(642,40,l), +(225,729,l), +(172,729,l), +(21,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1150,231,l), +(1156,263,l), +(874,263,l), +(868,231,l) +); +}, +{ +closed = 1; +nodes = ( +(1156,333,o), +(1236,429,o), +(1236,567,cs), +(1236,675,o), +(1176,739,o), +(1072,739,cs), +(954,739,o), +(874,643,o), +(874,504,cs), +(874,397,o), +(934,333,o), +(1038,333,cs) +); +}, +{ +closed = 1; +nodes = ( +(955,364,o), +(911,416,o), +(911,504,cs), +(911,627,o), +(976,707,o), +(1074,707,cs), +(1154,707,o), +(1199,656,o), +(1199,568,cs), +(1199,445,o), +(1134,364,o), +(1036,364,cs) +); +} +); +width = 1215; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,0,l), +(260,232,l), +(296,441,l), +(304,441,l), +(494,0,l), +(761,0,l), +(912,729,l), +(688,729,l), +(640,498,l), +(601,282,l), +(593,282,l), +(404,729,l), +(135,729,l), +(-16,0,l) ); }, { closed = 1; nodes = ( -(1368,139,l), -(1392,255,l), -(933,255,l), -(909,139,l) +(1353,139,l), +(1377,255,l), +(918,255,l), +(894,139,l) ); }, { closed = 1; nodes = ( -(1355,300,o), -(1463,393,o), -(1463,532,cs), -(1463,656,o), -(1372,739,o), -(1209,739,cs), -(1044,739,o), -(937,645,o), -(937,506,cs), -(937,382,o), -(1017,300,o), -(1188,300,cs) +(1340,300,o), +(1448,393,o), +(1448,532,cs), +(1448,656,o), +(1357,739,o), +(1194,739,cs), +(1029,739,o), +(922,645,o), +(922,506,cs), +(922,382,o), +(1002,300,o), +(1173,300,cs) ); }, { closed = 1; nodes = ( -(1160,440,o), -(1136,459,o), -(1136,499,cs), -(1136,565,o), -(1159,599,o), -(1206,599,cs), -(1240,599,o), -(1264,580,o), -(1264,540,cs), -(1264,474,o), -(1241,440,o), -(1194,440,cs) +(1145,440,o), +(1121,459,o), +(1121,499,cs), +(1121,565,o), +(1144,599,o), +(1191,599,cs), +(1225,599,o), +(1249,580,o), +(1249,540,cs), +(1249,474,o), +(1226,440,o), +(1179,440,cs) ); } ); -width = 1436; +width = 1406; } ); unicode = 8470; diff --git a/sources/MonaSans.glyphspackage/glyphs/o.glyph b/sources/MonaSans.glyphspackage/glyphs/o.glyph index fe48b63c..29971842 100644 --- a/sources/MonaSans.glyphspackage/glyphs/o.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/o.glyph @@ -1,29 +1,29 @@ { glyphname = o; -kernLeft = e; -kernRight = o; +kernLeft = KO_e; +kernRight = KO_o; layers = ( { anchors = ( { name = bottom; -pos = (227,0); +pos = (235,0); }, { name = center; -pos = (227,271); +pos = (235,271); }, { name = ogonek; -pos = (412,10); +pos = (420,10); }, { name = top; -pos = (227,541); +pos = (235,541); }, { name = topright; -pos = (299,531); +pos = (307,531); } ); background = { @@ -52,39 +52,39 @@ shapes = ( { closed = 1; nodes = ( -(357,-10,o), -(440,65,o), -(440,273,cs), -(440,475,o), -(360,551,o), -(226,551,cs), -(92,551,o), -(14,474,o), -(14,273,cs), -(14,65,o), -(97,-10,o), -(226,-10,cs) +(365,-10,o), +(448,65,o), +(448,273,cs), +(448,475,o), +(368,551,o), +(234,551,cs), +(100,551,o), +(22,474,o), +(22,273,cs), +(22,65,o), +(105,-10,o), +(234,-10,cs) ); }, { closed = 1; nodes = ( -(197,128,o), -(191,165,o), -(191,271,cs), -(191,382,o), -(198,414,o), -(226,414,cs), -(255,414,o), -(263,383,o), -(263,271,cs), -(263,164,o), -(256,128,o), -(226,128,cs) +(205,128,o), +(199,165,o), +(199,271,cs), +(199,382,o), +(206,414,o), +(234,414,cs), +(263,414,o), +(271,383,o), +(271,271,cs), +(271,164,o), +(264,128,o), +(234,128,cs) ); } ); -width = 454; +width = 470; }, { anchors = ( @@ -190,6 +190,130 @@ width = 337; anchors = ( { name = bottom; +pos = (320,0); +}, +{ +name = center; +pos = (320,259); +}, +{ +name = ogonek; +pos = (582,10); +}, +{ +name = top; +pos = (320,517); +}, +{ +name = topright; +pos = (431,507); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(491,-10,o), +(606,98,o), +(606,257,cs), +(606,418,o), +(491,525,o), +(320,525,cs), +(149,525,o), +(34,418,o), +(34,257,cs), +(34,97,o), +(149,-10,o), +(320,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,25,o), +(72,117,o), +(72,257,cs), +(72,399,o), +(171,490,o), +(320,490,cs), +(470,490,o), +(568,399,o), +(568,257,cs), +(568,116,o), +(469,25,o), +(320,25,cs) +); +} +); +width = 640; +}, +{ +anchors = ( +{ +name = bottom; +pos = (357,0); +}, +{ +name = center; +pos = (357,272); +}, +{ +name = ogonek; +pos = (644,10); +}, +{ +name = top; +pos = (357,544); +}, +{ +name = topright; +pos = (450,524); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(562,-10,o), +(694,93,o), +(694,272,cs), +(694,454,o), +(560,554,o), +(357,554,cs), +(153,554,o), +(20,452,o), +(20,272,cs), +(20,91,o), +(154,-10,o), +(357,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,157,o), +(241,201,o), +(241,272,cs), +(241,343,o), +(280,388,o), +(357,388,cs), +(434,388,o), +(474,344,o), +(474,272,cs), +(474,201,o), +(434,157,o), +(357,157,cs) +); +} +); +width = 714; +}, +{ +anchors = ( +{ +name = bottom; pos = (295,0); }, { @@ -198,7 +322,7 @@ pos = (295,259); }, { name = ogonek; -pos = (525,10); +pos = (521,10); }, { name = top; @@ -206,43 +330,43 @@ pos = (295,517); }, { name = topright; -pos = (381,507); +pos = (379,507); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(440,-8,o), -(537,101,o), -(537,258,cs), -(537,417,o), -(440,525,o), -(296,525,cs), -(150,525,o), -(52,415,o), -(52,257,cs), -(52,100,o), -(150,-8,o), -(296,-8,cs) +(432,-8,o), +(525,100,o), +(525,258,cs), +(525,417,o), +(432,525,o), +(295,525,cs), +(158,525,o), +(65,416,o), +(65,257,cs), +(65,100,o), +(158,-8,o), +(295,-8,cs) ); }, { closed = 1; nodes = ( -(169,28,o), -(90,120,o), -(90,257,cs), -(90,400,o), -(173,490,o), -(296,490,cs), -(422,490,o), -(499,397,o), -(499,258,cs), -(499,117,o), -(417,28,o), -(295,28,cs) +(177,28,o), +(103,117,o), +(103,257,cs), +(103,399,o), +(177,490,o), +(295,490,cs), +(413,490,o), +(487,400,o), +(487,258,cs), +(487,117,o), +(412,28,o), +(294,28,cs) ); } ); @@ -306,29 +430,29 @@ type = Stem; } ); }; -width = 589; +width = 590; }, { anchors = ( { name = bottom; -pos = (304,0); +pos = (301,0); }, { name = center; -pos = (304,272); +pos = (301,272); }, { name = ogonek; -pos = (547,10); +pos = (537,10); }, { name = top; -pos = (304,544); +pos = (301,544); }, { name = topright; -pos = (380,524); +pos = (374,524); } ); background = { @@ -336,184 +460,60 @@ shapes = ( { closed = 1; nodes = ( -(219,364,o), -(253,400,o), -(304,400,cs), -(355,400,o), -(389,364,o), -(389,272,cs), -(389,180,o), -(355,144,o), -(304,144,cs), -(253,144,o), -(219,180,o), -(219,272,cs) +(225,364,o), +(259,400,o), +(310,400,cs), +(361,400,o), +(395,364,o), +(395,272,cs), +(395,180,o), +(361,144,o), +(310,144,cs), +(259,144,o), +(225,180,o), +(225,272,cs) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(483,-10,o), -(583,103,o), -(583,272,cs), -(583,452,o), -(471,554,o), -(304,554,cs), -(125,554,o), -(25,441,o), -(25,272,cs), -(25,92,o), -(137,-10,o), -(304,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,143,o), -(218,179,o), -(218,272,cs), -(218,365,o), -(252,401,o), -(304,401,cs), -(356,401,o), -(390,365,o), -(390,272,cs), -(390,179,o), -(356,143,o), -(304,143,cs) -); -} -); -width = 608; -}, -{ -anchors = ( -{ -name = bottom; -pos = (320,0); -}, -{ -name = center; -pos = (320,259); -}, -{ -name = ogonek; -pos = (582,10); -}, -{ -name = top; -pos = (320,517); -}, -{ -name = topright; -pos = (431,507); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(491,-10,o), -(606,98,o), -(606,257,cs), -(606,418,o), -(491,525,o), -(320,525,cs), -(149,525,o), -(34,418,o), -(34,257,cs), -(34,97,o), -(149,-10,o), -(320,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(170,25,o), -(72,117,o), -(72,257,cs), -(72,399,o), -(171,490,o), -(320,490,cs), -(470,490,o), -(568,399,o), -(568,257,cs), -(568,116,o), -(469,25,o), -(320,25,cs) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (347,0); -}, -{ -name = center; -pos = (347,272); -}, -{ -name = ogonek; -pos = (634,10); -}, -{ -name = top; -pos = (347,544); -}, -{ -name = topright; -pos = (440,524); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(552,-10,o), -(684,93,o), -(684,272,cs), -(684,454,o), -(550,554,o), -(347,554,cs), -(143,554,o), -(10,452,o), -(10,272,cs), -(10,91,o), -(144,-10,o), -(347,-10,cs) +(475,-10,o), +(572,103,o), +(572,272,cs), +(572,452,o), +(463,554,o), +(301,554,cs), +(127,554,o), +(30,441,o), +(30,272,cs), +(30,92,o), +(139,-10,o), +(301,-10,cs) ); }, { closed = 1; nodes = ( -(270,157,o), -(231,201,o), -(231,272,cs), -(231,343,o), -(270,388,o), -(347,388,cs), -(424,388,o), -(464,344,o), -(464,272,cs), -(464,201,o), -(424,157,o), -(347,157,cs) +(253,143,o), +(223,179,o), +(223,272,cs), +(223,365,o), +(253,401,o), +(301,401,cs), +(348,401,o), +(379,365,o), +(379,272,cs), +(379,179,o), +(348,143,o), +(301,143,cs) ); } ); -width = 694; +width = 602; }, { anchors = ( @@ -581,23 +581,23 @@ width = 336; anchors = ( { name = bottom; -pos = (192,0); +pos = (200,0); }, { name = center; -pos = (226,271); +pos = (234,271); }, { name = ogonek; -pos = (365,10); +pos = (373,10); }, { name = top; -pos = (280,541); +pos = (288,541); }, { name = topright; -pos = (329,531); +pos = (337,531); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -605,39 +605,39 @@ shapes = ( { closed = 1; nodes = ( -(308,-10,o), -(393,62,o), -(435,262,cs), -(472,439,o), -(433,551,o), -(261,551,cs), -(142,551,o), -(58,481,o), -(18,288,cs), -(-24,90,o), -(29,-10,o), -(190,-10,cs) +(316,-10,o), +(401,62,o), +(443,262,cs), +(480,439,o), +(441,551,o), +(269,551,cs), +(150,551,o), +(66,481,o), +(26,288,cs), +(-16,90,o), +(37,-10,o), +(198,-10,cs) ); }, { closed = 1; nodes = ( -(160,128,o), -(169,178,o), -(190,278,cs), -(213,386,o), -(227,414,o), -(254,414,cs), -(291,414,o), -(280,354,o), -(261,265,cs), -(239,165,o), -(224,128,o), -(198,128,cs) +(168,128,o), +(177,178,o), +(198,278,cs), +(221,386,o), +(235,414,o), +(262,414,cs), +(299,414,o), +(288,354,o), +(269,265,cs), +(247,165,o), +(232,128,o), +(206,128,cs) ); } ); -width = 451; +width = 467; }, { anchors = ( @@ -935,23 +935,23 @@ width = 631; anchors = ( { name = bottom; -pos = (326,0); +pos = (334,0); }, { name = center; -pos = (346,272); +pos = (354,272); }, { name = ogonek; -pos = (589,0); +pos = (597,0); }, { name = top; -pos = (390,544); +pos = (398,544); }, { name = topright; -pos = (470,524); +pos = (478,524); } ); background = { @@ -959,35 +959,35 @@ shapes = ( { closed = 1; nodes = ( -(536,-10,o), -(674,107,o), -(680,292,cs), -(686,451,o), -(569,554,o), -(366,554,cs), -(155,554,o), -(18,437,o), -(12,252,cs), -(6,93,o), -(123,-10,o), -(324,-10,cs) +(538,-10,o), +(676,107,o), +(682,292,cs), +(688,451,o), +(571,554,o), +(368,554,cs), +(157,554,o), +(20,437,o), +(14,252,cs), +(8,93,o), +(125,-10,o), +(326,-10,cs) ); }, { closed = 1; nodes = ( -(272,157,o), -(229,197,o), -(231,259,cs), -(234,337,o), -(281,387,o), -(357,387,cs), -(419,387,o), -(463,347,o), -(460,285,cs), -(458,207,o), -(410,157,o), -(334,157,cs) +(274,157,o), +(231,197,o), +(233,259,cs), +(236,337,o), +(283,387,o), +(359,387,cs), +(421,387,o), +(465,347,o), +(462,285,cs), +(460,207,o), +(412,157,o), +(336,157,cs) ); } ); @@ -997,35 +997,1063 @@ shapes = ( { closed = 1; nodes = ( -(540,-9,o), -(679,108,o), -(679,289,cs), -(679,448,o), -(566,554,o), -(361,554,cs), -(152,554,o), -(13,437,o), -(13,256,cs), -(13,97,o), -(126,-9,o), -(331,-9,cs) +(548,-9,o), +(687,108,o), +(687,289,cs), +(687,448,o), +(574,554,o), +(369,554,cs), +(160,554,o), +(21,437,o), +(21,256,cs), +(21,97,o), +(134,-9,o), +(339,-9,cs) ); }, { closed = 1; nodes = ( -(272,157,o), -(231,194,o), -(231,259,cs), -(231,337,o), -(281,388,o), -(357,388,cs), -(420,388,o), -(461,351,o), -(461,286,cs), -(461,208,o), -(411,157,o), -(335,157,cs) +(280,157,o), +(239,194,o), +(239,259,cs), +(239,337,o), +(289,388,o), +(365,388,cs), +(428,388,o), +(469,351,o), +(469,286,cs), +(469,208,o), +(419,157,o), +(343,157,cs) +); +} +); +width = 708; +}, +{ +anchors = ( +{ +name = bottom; +pos = (148,0); +}, +{ +name = center; +pos = (148,258); +}, +{ +name = ogonek; +pos = (278,10); +}, +{ +name = top; +pos = (148,516); +}, +{ +name = topright; +pos = (201,507); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(10,100,o), +(108,-8,o), +(254,-8,cs), +(398,-8,o), +(495,101,o), +(495,258,cs), +(495,417,o), +(398,525,o), +(254,525,cs), +(108,525,o), +(10,415,o), +(10,257,cs) +); +}, +{ +closed = 1; +nodes = ( +(48,401,o), +(132,490,o), +(254,490,cs), +(380,490,o), +(457,397,o), +(457,258,cs), +(457,117,o), +(375,28,o), +(253,28,cs), +(127,28,o), +(48,120,o), +(48,257,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(236,-10,o), +(274,66,o), +(274,258,cs), +(274,450,o), +(236,526,o), +(148,526,cs), +(60,526,o), +(22,450,o), +(22,258,cs), +(22,66,o), +(60,-10,o), +(148,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(92,17,o), +(53,64,o), +(53,258,cs), +(53,451,o), +(92,499,o), +(148,499,cs), +(205,499,o), +(243,450,o), +(243,258,cs), +(243,66,o), +(205,17,o), +(148,17,cs) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = bottom; +pos = (220,0); +}, +{ +name = center; +pos = (220,271); +}, +{ +name = ogonek; +pos = (405,10); +}, +{ +name = top; +pos = (220,541); +}, +{ +name = topright; +pos = (292,531); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(210,364,o), +(244,400,o), +(295,400,cs), +(346,400,o), +(380,364,o), +(380,272,cs), +(380,180,o), +(346,144,o), +(295,144,cs), +(244,144,o), +(210,180,o), +(210,272,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,-10,o), +(433,65,o), +(433,273,cs), +(433,475,o), +(353,551,o), +(219,551,cs), +(85,551,o), +(7,474,o), +(7,273,cs), +(7,65,o), +(90,-10,o), +(219,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(190,128,o), +(184,165,o), +(184,271,cs), +(184,382,o), +(191,414,o), +(219,414,cs), +(248,414,o), +(256,383,o), +(256,271,cs), +(256,164,o), +(249,128,o), +(219,128,cs) +); +} +); +width = 440; +}, +{ +anchors = ( +{ +name = bottom; +pos = (279,0); +}, +{ +name = center; +pos = (279,259); +}, +{ +name = ogonek; +pos = (509,10); +}, +{ +name = top; +pos = (279,517); +}, +{ +name = topright; +pos = (365,507); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(424,-8,o), +(521,101,o), +(521,258,cs), +(521,417,o), +(424,525,o), +(280,525,cs), +(134,525,o), +(36,415,o), +(36,257,cs), +(36,100,o), +(134,-8,o), +(280,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(153,28,o), +(74,120,o), +(74,257,cs), +(74,400,o), +(157,490,o), +(280,490,cs), +(406,490,o), +(483,397,o), +(483,258,cs), +(483,117,o), +(401,28,o), +(279,28,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +1, +11 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +} +); +}; +width = 557; +}, +{ +anchors = ( +{ +name = bottom; +pos = (287,0); +}, +{ +name = center; +pos = (287,272); +}, +{ +name = ogonek; +pos = (530,10); +}, +{ +name = top; +pos = (287,544); +}, +{ +name = topright; +pos = (363,524); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(223,364,o), +(257,400,o), +(308,400,cs), +(359,400,o), +(393,364,o), +(393,272,cs), +(393,180,o), +(359,144,o), +(308,144,cs), +(257,144,o), +(223,180,o), +(223,272,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(469,-10,o), +(570,103,o), +(570,272,cs), +(570,452,o), +(457,554,o), +(287,554,cs), +(105,554,o), +(4,441,o), +(4,272,cs), +(4,92,o), +(117,-10,o), +(287,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,143,o), +(197,179,o), +(197,272,cs), +(197,365,o), +(232,401,o), +(287,401,cs), +(342,401,o), +(377,365,o), +(377,272,cs), +(377,179,o), +(342,143,o), +(287,143,cs) +); +} +); +width = 574; +}, +{ +anchors = ( +{ +name = bottom; +pos = (326,0); +}, +{ +name = center; +pos = (326,259); +}, +{ +name = ogonek; +pos = (599,10); +}, +{ +name = top; +pos = (326,517); +}, +{ +name = topright; +pos = (444,507); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(508,-10,o), +(623,94,o), +(623,257,cs), +(623,422,o), +(508,527,o), +(326,527,cs), +(147,527,o), +(32,422,o), +(32,257,cs), +(32,94,o), +(147,-10,o), +(326,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,25,o), +(70,115,o), +(70,257,cs), +(70,400,o), +(170,492,o), +(326,492,cs), +(485,492,o), +(585,400,o), +(585,257,cs), +(585,115,o), +(485,25,o), +(326,25,cs) +); +} +); +width = 655; +}, +{ +anchors = ( +{ +name = bottom; +pos = (351,0); +}, +{ +name = center; +pos = (351,272); +}, +{ +name = ogonek; +pos = (638,10); +}, +{ +name = top; +pos = (351,544); +}, +{ +name = topright; +pos = (444,524); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(556,-10,o), +(688,93,o), +(688,272,cs), +(688,454,o), +(554,554,o), +(351,554,cs), +(147,554,o), +(14,452,o), +(14,272,cs), +(14,91,o), +(148,-10,o), +(351,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,157,o), +(235,201,o), +(235,272,cs), +(235,343,o), +(274,388,o), +(351,388,cs), +(428,388,o), +(468,344,o), +(468,272,cs), +(468,201,o), +(428,157,o), +(351,157,cs) +); +} +); +width = 702; +}, +{ +anchors = ( +{ +name = bottom; +pos = (105,0); +}, +{ +name = center; +pos = (145,258); +}, +{ +name = ogonek; +pos = (236,10); +}, +{ +name = top; +pos = (195,516); +}, +{ +name = topright; +pos = (238,507); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(181,-9,o), +(230,72,o), +(267,249,cs), +(298,396,o), +(307,525,o), +(191,525,cs), +(109,525,o), +(60,444,o), +(23,267,cs), +(-8,120,o), +(-17,-9,o), +(99,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(12,18,o), +(26,140,o), +(52,267,cs), +(89,445,o), +(137,498,o), +(189,498,cs), +(278,498,o), +(264,376,o), +(238,249,cs), +(201,71,o), +(153,18,o), +(101,18,cs) +); +} +); +width = 290; +}, +{ +anchors = ( +{ +name = bottom; +pos = (185,0); +}, +{ +name = center; +pos = (219,271); +}, +{ +name = ogonek; +pos = (358,10); +}, +{ +name = top; +pos = (273,541); +}, +{ +name = topright; +pos = (322,531); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(301,-10,o), +(386,62,o), +(428,262,cs), +(465,439,o), +(426,551,o), +(254,551,cs), +(135,551,o), +(51,481,o), +(11,288,cs), +(-31,90,o), +(22,-10,o), +(183,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(153,128,o), +(162,178,o), +(183,278,cs), +(206,386,o), +(220,414,o), +(247,414,cs), +(284,414,o), +(273,354,o), +(254,265,cs), +(232,165,o), +(217,128,o), +(191,128,cs) +); +} +); +width = 437; +}, +{ +anchors = ( +{ +name = bottom; +pos = (234,0); +}, +{ +name = center; +pos = (273,259); +}, +{ +name = ogonek; +pos = (455,10); +}, +{ +name = top; +pos = (310,517); +}, +{ +name = topright; +pos = (397,507); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(393,-10,o), +(508,122,o), +(508,309,cs), +(508,439,o), +(433,527,o), +(310,527,cs), +(147,527,o), +(34,393,o), +(34,208,cs), +(34,79,o), +(112,-10,o), +(235,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(133,23,o), +(67,93,o), +(71,219,cs), +(77,385,o), +(169,494,o), +(305,494,cs), +(411,494,o), +(474,421,o), +(474,301,cs), +(474,142,o), +(371,23,o), +(239,23,cs) +); +} +); +width = 542; +}, +{ +anchors = ( +{ +name = bottom; +pos = (258,0); +}, +{ +name = center; +pos = (284,273); +}, +{ +name = ogonek; +pos = (475,10); +}, +{ +name = top; +pos = (328,544); +}, +{ +name = topright; +pos = (391,524); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1157,-10,o), +(1272,114,o), +(1279,312,cs), +(1285,471,o), +(1184,554,o), +(1034,554,cs), +(857,554,o), +(741,430,o), +(734,232,cs), +(728,72,o), +(829,-10,o), +(979,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(948,143,o), +(921,174,o), +(923,234,cs), +(927,336,o), +(967,401,o), +(1025,401,cs), +(1066,401,o), +(1092,370,o), +(1090,310,cs), +(1087,209,o), +(1048,143,o), +(989,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(1848,-9,o), +(1956,92,o), +(1981,243,cs), +(2011,429,o), +(1915,554,o), +(1740,554,cs), +(1576,554,o), +(1468,453,o), +(1443,302,cs), +(1413,116,o), +(1509,-9,o), +(1684,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(1648,143,o), +(1620,177,o), +(1623,238,cs), +(1628,336,o), +(1662,402,o), +(1730,402,cs), +(1776,402,o), +(1804,368,o), +(1801,307,cs), +(1796,209,o), +(1762,143,o), +(1694,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(452,-10,o), +(557,91,o), +(582,244,cs), +(612,431,o), +(516,554,o), +(341,554,cs), +(174,554,o), +(68,453,o), +(43,300,cs), +(13,113,o), +(110,-10,o), +(284,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(247,142,o), +(220,176,o), +(223,239,cs), +(228,336,o), +(263,402,o), +(331,402,cs), +(378,402,o), +(405,368,o), +(402,304,cs), +(397,208,o), +(362,142,o), +(294,142,cs) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(427,-10,o), +(529,90,o), +(555,244,cs), +(587,435,o), +(483,554,o), +(312,554,cs), +(143,554,o), +(38,453,o), +(13,302,cs), +(-19,110,o), +(84,-10,o), +(256,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(222,141,o), +(195,172,o), +(199,237,cs), +(205,337,o), +(237,404,o), +(302,404,cs), +(346,404,o), +(373,373,o), +(369,308,cs), +(363,208,o), +(331,141,o), +(266,141,cs) +); +} +); +width = 567; +}, +{ +anchors = ( +{ +name = bottom; +pos = (287,0); +}, +{ +name = center; +pos = (320,259); +}, +{ +name = ogonek; +pos = (543,10); +}, +{ +name = top; +pos = (353,517); +}, +{ +name = topright; +pos = (464,507); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(473,-10,o), +(607,118,o), +(607,297,cs), +(607,436,o), +(508,527,o), +(352,527,cs), +(166,527,o), +(32,400,o), +(32,220,cs), +(32,80,o), +(131,-10,o), +(288,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(158,24,o), +(70,94,o), +(70,223,cs), +(70,383,o), +(185,493,o), +(348,493,cs), +(482,493,o), +(570,422,o), +(570,294,cs), +(570,135,o), +(455,24,o), +(292,24,cs) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = bottom; +pos = (316,0); +}, +{ +name = center; +pos = (346,272); +}, +{ +name = ogonek; +pos = (579,0); +}, +{ +name = top; +pos = (399,544); +}, +{ +name = topright; +pos = (479,524); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(550,-10,o), +(688,107,o), +(694,292,cs), +(700,451,o), +(583,554,o), +(380,554,cs), +(169,554,o), +(32,437,o), +(26,252,cs), +(20,93,o), +(137,-10,o), +(338,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(286,157,o), +(243,197,o), +(245,259,cs), +(248,337,o), +(295,387,o), +(371,387,cs), +(433,387,o), +(477,347,o), +(474,285,cs), +(472,207,o), +(424,157,o), +(348,157,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(530,-9,o), +(680,110,o), +(680,300,cs), +(680,453,o), +(571,554,o), +(371,554,cs), +(162,554,o), +(12,435,o), +(12,245,cs), +(12,92,o), +(121,-9,o), +(321,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(269,157,o), +(230,192,o), +(230,254,cs), +(230,336,o), +(285,388,o), +(361,388,cs), +(422,388,o), +(461,353,o), +(461,291,cs), +(461,209,o), +(406,157,o), +(331,157,cs) ); } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/oacute.glyph b/sources/MonaSans.glyphspackage/glyphs/oacute.glyph index 42de383e..0fb6af72 100644 --- a/sources/MonaSans.glyphspackage/glyphs/oacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/oacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = oacute; -kernLeft = e; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (115,-137); ref = acutecomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (240,-155); +pos = (262,-155); ref = acutecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (192,-134); +pos = (230,-129); ref = acutecomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (262,-155); +pos = (239,-155); ref = acutecomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (230,-129); +pos = (191,-134); ref = acutecomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (85,-137); ref = acutecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (190,-129); ref = acutecomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (112,-156); +ref = acutecomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (118,-137); +ref = acutecomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (240,-155); +ref = acutecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (192,-134); +ref = acutecomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (262,-155); +ref = acutecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (230,-129); +ref = acutecomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (77,-156); +ref = acutecomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (89,-137); +ref = acutecomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (192,-155); +ref = acutecomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (162,-134); +ref = acutecomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (220,-155); +ref = acutecomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (214,-129); +ref = acutecomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/ocaron.glyph b/sources/MonaSans.glyphspackage/glyphs/ocaron.glyph new file mode 100644 index 00000000..390d6419 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/ocaron.glyph @@ -0,0 +1,320 @@ +{ +glyphname = ocaron; +kernLeft = KO_eacute; +kernRight = KO_o; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = o; +}, +{ +pos = (39,-156); +ref = caroncomb; +} +); +width = 337; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = o; +}, +{ +pos = (10,-137); +ref = caroncomb; +} +); +width = 470; +}, +{ +layerId = m019; +shapes = ( +{ +ref = o; +}, +{ +pos = (132,-155); +ref = caroncomb; +} +); +width = 590; +}, +{ +layerId = m020; +shapes = ( +{ +ref = o; +}, +{ +pos = (62,-134); +ref = caroncomb; +} +); +width = 602; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = o; +}, +{ +pos = (141,-155); +ref = caroncomb; +} +); +width = 640; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = o; +}, +{ +pos = (56,-129); +ref = caroncomb; +} +); +width = 706; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = o; +}, +{ +pos = (4,-156); +ref = caroncomb; +} +); +width = 336; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-16,-137); +ref = caroncomb; +} +); +width = 467; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = o; +}, +{ +pos = (76,-155); +ref = caroncomb; +} +); +width = 577; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = o; +}, +{ +pos = (13,-134); +ref = caroncomb; +} +); +width = 605; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = o; +}, +{ +pos = (83,-155); +ref = caroncomb; +} +); +width = 631; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = o; +}, +{ +pos = (16,-129); +ref = caroncomb; +} +); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = o; +}, +{ +pos = (39,-156); +ref = caroncomb; +} +); +width = 296; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (13,-137); +ref = caroncomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (135,-155); +ref = caroncomb; +} +); +width = 557; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = o; +}, +{ +pos = (61,-134); +ref = caroncomb; +} +); +width = 574; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = o; +}, +{ +pos = (157,-155); +ref = caroncomb; +} +); +width = 655; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = o; +}, +{ +pos = (70,-129); +ref = caroncomb; +} +); +width = 702; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (4,-156); +ref = caroncomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-12,-137); +ref = caroncomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (83,-155); +ref = caroncomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (23,-134); +ref = caroncomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (97,-155); +ref = caroncomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (40,-129); +ref = caroncomb; +} +); +width = 692; +} +); +unicode = 466; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/ocircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/ocircumflex.glyph index 1de1fccc..8e3b893f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ocircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ocircumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ocircumflex; -kernLeft = egrave; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (10,-137); ref = circumflexcomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (131,-155); +pos = (141,-155); ref = circumflexcomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (57,-134); +pos = (56,-129); ref = circumflexcomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (141,-155); +pos = (132,-155); ref = circumflexcomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (56,-129); +pos = (62,-134); ref = circumflexcomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-22,-137); ref = circumflexcomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (14,-129); ref = circumflexcomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (39,-156); +ref = circumflexcomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (13,-137); +ref = circumflexcomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (131,-155); +ref = circumflexcomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (57,-134); +ref = circumflexcomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (141,-155); +ref = circumflexcomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (56,-129); +ref = circumflexcomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,-156); +ref = circumflexcomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-18,-137); +ref = circumflexcomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (82,-155); +ref = circumflexcomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (28,-134); +ref = circumflexcomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (97,-155); +ref = circumflexcomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (38,-129); +ref = circumflexcomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/ocircumflexacute.glyph b/sources/MonaSans.glyphspackage/glyphs/ocircumflexacute.glyph index d819f656..217e02e9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ocircumflexacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ocircumflexacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ocircumflexacute; -kernLeft = egrave; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (21,-137); ref = circumflexcomb_acutecomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (131,-155); +pos = (141,-155); ref = circumflexcomb_acutecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (57,-134); +pos = (80,-129); ref = circumflexcomb_acutecomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (141,-155); +pos = (132,-155); ref = circumflexcomb_acutecomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (80,-129); +pos = (61,-134); ref = circumflexcomb_acutecomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-10,-137); ref = circumflexcomb_acutecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (37,-129); ref = circumflexcomb_acutecomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (39,-156); +ref = circumflexcomb_acutecomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (24,-137); +ref = circumflexcomb_acutecomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (131,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (57,-134); +ref = circumflexcomb_acutecomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (141,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (80,-129); +ref = circumflexcomb_acutecomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,-156); +ref = circumflexcomb_acutecomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-6,-137); +ref = circumflexcomb_acutecomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (82,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (30,-134); +ref = circumflexcomb_acutecomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (97,-155); +ref = circumflexcomb_acutecomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (61,-129); +ref = circumflexcomb_acutecomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/ocircumflexdotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/ocircumflexdotbelow.glyph index 49816570..e9af8f2d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ocircumflexdotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ocircumflexdotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ocircumflexdotbelow; -kernLeft = egrave; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,75 +36,75 @@ pos = (10,-137); ref = circumflexcomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (223,0); +pos = (248,0); ref = dotbelowcomb; }, { -pos = (131,-155); +pos = (141,-155); ref = circumflexcomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (179,0); +pos = (194,0); ref = dotbelowcomb; }, { -pos = (57,-134); +pos = (56,-129); ref = circumflexcomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (248,0); +pos = (222,0); ref = dotbelowcomb; }, { -pos = (141,-155); +pos = (132,-155); ref = circumflexcomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (194,0); +pos = (180,0); ref = dotbelowcomb; }, { -pos = (56,-129); +pos = (62,-134); ref = circumflexcomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -138,7 +138,7 @@ pos = (-22,-137); ref = circumflexcomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -206,6 +206,225 @@ pos = (14,-129); ref = circumflexcomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (105,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (39,-156); +ref = circumflexcomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (112,0); +ref = dotbelowcomb; +}, +{ +pos = (13,-137); +ref = circumflexcomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (223,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (131,-155); +ref = circumflexcomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (179,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (57,-134); +ref = circumflexcomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (248,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (141,-155); +ref = circumflexcomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (194,0); +ref = dotbelowcomb; +}, +{ +alignment = -1; +pos = (56,-129); +ref = circumflexcomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (118,0); +ref = dotbelowcomb; +}, +{ +pos = (3,-156); +ref = circumflexcomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (131,0); +ref = dotbelowcomb; +}, +{ +pos = (-18,-137); +ref = circumflexcomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (240,0); +ref = dotbelowcomb; +}, +{ +pos = (82,-155); +ref = circumflexcomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (216,0); +ref = dotbelowcomb; +}, +{ +pos = (28,-134); +ref = circumflexcomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (280,0); +ref = dotbelowcomb; +}, +{ +pos = (97,-155); +ref = circumflexcomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (234,0); +ref = dotbelowcomb; +}, +{ +pos = (38,-129); +ref = circumflexcomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/ocircumflexdotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/ocircumflexdotbelow.ss01.glyph index 0de85a02..b630cad9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ocircumflexdotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ocircumflexdotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ocircumflexdotbelow.ss01; -kernLeft = egrave; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -36,75 +36,75 @@ pos = (10,-137); ref = circumflexcomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (236,0); +pos = (261,0); ref = dotbelowcomb.ss01; }, { -pos = (131,-155); +pos = (141,-155); ref = circumflexcomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (168,0); +pos = (206,0); ref = dotbelowcomb.ss01; }, { -pos = (57,-134); +pos = (56,-129); ref = circumflexcomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (261,0); +pos = (235,0); ref = dotbelowcomb.ss01; }, { -pos = (141,-155); +pos = (132,-155); ref = circumflexcomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (206,0); +pos = (167,0); ref = dotbelowcomb.ss01; }, { -pos = (56,-129); +pos = (62,-134); ref = circumflexcomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -138,7 +138,7 @@ pos = (-22,-137); ref = circumflexcomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -206,6 +206,225 @@ pos = (14,-129); ref = circumflexcomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (113,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (39,-156); +ref = circumflexcomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (101,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (13,-137); +ref = circumflexcomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (236,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (131,-155); +ref = circumflexcomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (168,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (57,-134); +ref = circumflexcomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (261,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (141,-155); +ref = circumflexcomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (206,0); +ref = dotbelowcomb.ss01; +}, +{ +alignment = -1; +pos = (56,-129); +ref = circumflexcomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (126,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (3,-156); +ref = circumflexcomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (122,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (-18,-137); +ref = circumflexcomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (253,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (82,-155); +ref = circumflexcomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (207,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (28,-134); +ref = circumflexcomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (291,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (97,-155); +ref = circumflexcomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (248,0); +ref = dotbelowcomb.ss01; +}, +{ +pos = (38,-129); +ref = circumflexcomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/ocircumflexgrave.glyph b/sources/MonaSans.glyphspackage/glyphs/ocircumflexgrave.glyph index 72dcd44a..a4c2a532 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ocircumflexgrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ocircumflexgrave.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = ocircumflexgrave; -kernLeft = egrave; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (21,-137); ref = circumflexcomb_gravecomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (131,-155); +pos = (141,-155); ref = circumflexcomb_gravecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (57,-134); +pos = (80,-129); ref = circumflexcomb_gravecomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (141,-155); +pos = (132,-155); ref = circumflexcomb_gravecomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (80,-129); +pos = (61,-134); ref = circumflexcomb_gravecomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-10,-137); ref = circumflexcomb_gravecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +158,172 @@ pos = (37,-129); ref = circumflexcomb_gravecomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (39,-156); +ref = circumflexcomb_gravecomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (24,-137); +ref = circumflexcomb_gravecomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (131,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (57,-134); +ref = circumflexcomb_gravecomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (141,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (80,-129); +ref = circumflexcomb_gravecomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,-156); +ref = circumflexcomb_gravecomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-6,-137); +ref = circumflexcomb_gravecomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (82,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (30,-134); +ref = circumflexcomb_gravecomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (97,-155); +ref = circumflexcomb_gravecomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (61,-129); +ref = circumflexcomb_gravecomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/ocircumflexhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/ocircumflexhookabove.glyph index 39eb02aa..f2c69bbc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ocircumflexhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ocircumflexhookabove.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = ocircumflexhookabove; -kernLeft = egrave; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (21,-137); ref = circumflexcomb_hookabovecomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (131,-155); +pos = (141,-155); ref = circumflexcomb_hookabovecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (57,-134); +pos = (80,-129); ref = circumflexcomb_hookabovecomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (141,-155); +pos = (132,-155); ref = circumflexcomb_hookabovecomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (80,-129); +pos = (61,-134); ref = circumflexcomb_hookabovecomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-10,-137); ref = circumflexcomb_hookabovecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,6 +158,172 @@ pos = (37,-129); ref = circumflexcomb_hookabovecomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (39,-156); +ref = circumflexcomb_hookabovecomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (24,-137); +ref = circumflexcomb_hookabovecomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (131,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (57,-134); +ref = circumflexcomb_hookabovecomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (141,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (80,-129); +ref = circumflexcomb_hookabovecomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,-156); +ref = circumflexcomb_hookabovecomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-6,-137); +ref = circumflexcomb_hookabovecomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (82,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (30,-134); +ref = circumflexcomb_hookabovecomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (97,-155); +ref = circumflexcomb_hookabovecomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (61,-129); +ref = circumflexcomb_hookabovecomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/ocircumflextilde.glyph b/sources/MonaSans.glyphspackage/glyphs/ocircumflextilde.glyph index aafc1692..3f6b410a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ocircumflextilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ocircumflextilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ocircumflextilde; -kernLeft = egrave; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (21,-137); ref = circumflexcomb_tildecomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (131,-155); +pos = (141,-155); ref = circumflexcomb_tildecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (57,-134); +pos = (80,-129); ref = circumflexcomb_tildecomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (141,-155); +pos = (132,-155); ref = circumflexcomb_tildecomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (80,-129); +pos = (62,-134); ref = circumflexcomb_tildecomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-11,-137); ref = circumflexcomb_tildecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (45,-129); ref = circumflexcomb_tildecomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (39,-156); +ref = circumflexcomb_tildecomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (24,-137); +ref = circumflexcomb_tildecomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (131,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (57,-134); +ref = circumflexcomb_tildecomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (141,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (80,-129); +ref = circumflexcomb_tildecomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,-156); +ref = circumflexcomb_tildecomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-7,-137); +ref = circumflexcomb_tildecomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (75,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (30,-134); +ref = circumflexcomb_tildecomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (97,-155); +ref = circumflexcomb_tildecomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (69,-129); +ref = circumflexcomb_tildecomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/odieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/odieresis.glyph index 428f1fb9..31eff5fc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/odieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/odieresis.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = odieresis; -kernLeft = egrave; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (2,-137); ref = dieresiscomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (133,-155); +pos = (143,-155); ref = dieresiscomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (61,-134); +pos = (64,-134); ref = dieresiscomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (143,-155); +pos = (134,-155); ref = dieresiscomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (64,-134); +pos = (66,-134); ref = dieresiscomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-37,-137); ref = dieresiscomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (21,-134); ref = dieresiscomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (50,-156); +ref = dieresiscomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (5,-137); +ref = dieresiscomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (133,-155); +ref = dieresiscomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (61,-134); +ref = dieresiscomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (143,-155); +ref = dieresiscomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (64,-134); +ref = dieresiscomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (9,-156); +ref = dieresiscomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-33,-137); +ref = dieresiscomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (87,-155); +ref = dieresiscomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (28,-134); +ref = dieresiscomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (101,-155); +ref = dieresiscomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (45,-134); +ref = dieresiscomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/odieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/odieresis.ss01.glyph index 04d6ea23..00920814 100644 --- a/sources/MonaSans.glyphspackage/glyphs/odieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/odieresis.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = odieresis.ss01; -kernLeft = egrave; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (3,-137); ref = dieresiscomb.ss01; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (160,-155); +pos = (176,-155); ref = dieresiscomb.ss01; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (73,-134); +pos = (86,-134); ref = dieresiscomb.ss01; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (176,-155); +pos = (159,-155); ref = dieresiscomb.ss01; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (86,-134); +pos = (78,-134); ref = dieresiscomb.ss01; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-29,-137); ref = dieresiscomb.ss01; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (50,-134); ref = dieresiscomb.ss01; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (61,-156); +ref = dieresiscomb.ss01; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (6,-137); +ref = dieresiscomb.ss01; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (160,-155); +ref = dieresiscomb.ss01; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (73,-134); +ref = dieresiscomb.ss01; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (176,-155); +ref = dieresiscomb.ss01; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (86,-134); +ref = dieresiscomb.ss01; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (22,-156); +ref = dieresiscomb.ss01; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-25,-137); +ref = dieresiscomb.ss01; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (109,-155); +ref = dieresiscomb.ss01; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (44,-134); +ref = dieresiscomb.ss01; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (138,-155); +ref = dieresiscomb.ss01; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (74,-134); +ref = dieresiscomb.ss01; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/odotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/odotbelow.glyph index e3a66829..77594c3c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/odotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/odotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = odotbelow; -kernLeft = e; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (109,0); ref = dotbelowcomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (223,0); +pos = (248,0); ref = dotbelowcomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (179,0); +pos = (194,0); ref = dotbelowcomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (248,0); +pos = (222,0); ref = dotbelowcomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (194,0); +pos = (180,0); ref = dotbelowcomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (127,0); ref = dotbelowcomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (229,0); ref = dotbelowcomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (105,0); +ref = dotbelowcomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (112,0); +ref = dotbelowcomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (223,0); +ref = dotbelowcomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (179,0); +ref = dotbelowcomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (248,0); +ref = dotbelowcomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (194,0); +ref = dotbelowcomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (118,0); +ref = dotbelowcomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (131,0); +ref = dotbelowcomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (240,0); +ref = dotbelowcomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (216,0); +ref = dotbelowcomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (280,0); +ref = dotbelowcomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (234,0); +ref = dotbelowcomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/odotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/odotbelow.ss01.glyph index 9a4ff400..f25ea4d1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/odotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/odotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = odotbelow.ss01; -kernLeft = e; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (98,0); ref = dotbelowcomb.ss01; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (236,0); +pos = (261,0); ref = dotbelowcomb.ss01; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (168,0); +pos = (206,0); ref = dotbelowcomb.ss01; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (261,0); +pos = (235,0); ref = dotbelowcomb.ss01; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (206,0); +pos = (167,0); ref = dotbelowcomb.ss01; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (118,0); ref = dotbelowcomb.ss01; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (243,0); ref = dotbelowcomb.ss01; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (113,0); +ref = dotbelowcomb.ss01; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (101,0); +ref = dotbelowcomb.ss01; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (236,0); +ref = dotbelowcomb.ss01; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (168,0); +ref = dotbelowcomb.ss01; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (261,0); +ref = dotbelowcomb.ss01; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (206,0); +ref = dotbelowcomb.ss01; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (126,0); +ref = dotbelowcomb.ss01; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (122,0); +ref = dotbelowcomb.ss01; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (253,0); +ref = dotbelowcomb.ss01; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (207,0); +ref = dotbelowcomb.ss01; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (291,0); +ref = dotbelowcomb.ss01; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (248,0); +ref = dotbelowcomb.ss01; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/oe.glyph b/sources/MonaSans.glyphspackage/glyphs/oe.glyph index 993e87ea..fdb68285 100644 --- a/sources/MonaSans.glyphspackage/glyphs/oe.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/oe.glyph @@ -1,7 +1,7 @@ { glyphname = oe; -kernLeft = e; -kernRight = e; +kernLeft = KO_a; +kernRight = KO_e; layers = ( { anchors = ( @@ -97,11 +97,11 @@ width = 544; anchors = ( { name = bottom; -pos = (346,0); +pos = (354,0); }, { name = top; -pos = (346,541); +pos = (354,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -109,235 +109,71 @@ shapes = ( { closed = 1; nodes = ( -(278,-10,o), -(319,2,o), -(352,26,c), -(350,26,l), -(383,2,o), -(424,-10,o), -(475,-10,cs), -(601,-10,o), -(666,53,o), -(677,185,c), -(510,185,l), -(507,137,o), -(497,118,o), -(475,118,cs), -(450,118,o), -(440,155,o), -(440,264,cs), -(440,306,ls), -(440,388,o), -(452,422,o), -(475,422,cs), -(498,422,o), -(508,394,o), -(510,330,c), -(512,333,l), -(424,333,l), -(424,235,l), -(677,235,l), -(685,400,o), -(655,551,o), -(475,551,cs), -(422,551,o), -(381,540,o), -(350,516,c), -(352,516,l), -(321,539,o), -(279,551,o), -(226,551,cs), -(82,551,o), -(14,461,o), -(14,273,cs), -(14,83,o), -(84,-10,o), -(226,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,128,o), -(191,159,o), -(191,271,cs), -(191,384,o), -(198,414,o), -(226,414,cs), -(255,414,o), -(263,383,o), -(263,271,cs), -(263,160,o), -(255,128,o), -(226,128,cs) -); -} -); -width = 692; -}, -{ -anchors = ( -{ -name = bottom; -pos = (505,0); -}, -{ -name = top; -pos = (505,517); -} -); -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(410,-8,o), -(494,60,o), -(525,165,c), -(512,166,l), -(540,59,o), -(622,-8,o), -(737,-8,cs), -(849,-8,o), -(938,55,o), -(955,152,c), -(917,152,l), -(900,76,o), -(834,26,o), -(737,26,cs), -(615,26,o), -(537,114,o), -(537,267,cs), -(537,270,ls), -(537,411,o), -(618,491,o), -(734,491,cs), -(852,491,o), -(930,417,o), -(920,261,c), -(952,289,l), -(530,289,l), -(529,256,l), -(956,256,l), -(970,410,o), -(893,525,o), -(735,525,cs), -(619,525,o), -(539,457,o), -(512,351,c), -(525,352,l), -(494,457,o), -(410,525,o), -(296,525,cs), -(150,525,o), -(52,415,o), -(52,257,cs), -(52,100,o), -(150,-8,o), -(296,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(169,28,o), -(90,120,o), -(90,257,cs), -(90,400,o), -(173,490,o), -(296,490,cs), -(422,490,o), -(499,397,o), -(499,258,cs), -(499,117,o), -(417,28,o), -(295,28,cs) -); -} +(286,-10,o), +(327,2,o), +(360,26,c), +(358,26,l), +(391,2,o), +(432,-10,o), +(483,-10,cs), +(609,-10,o), +(674,53,o), +(685,185,c), +(518,185,l), +(515,137,o), +(505,118,o), +(483,118,cs), +(458,118,o), +(448,155,o), +(448,264,cs), +(448,306,ls), +(448,388,o), +(460,422,o), +(483,422,cs), +(506,422,o), +(516,394,o), +(518,330,c), +(520,333,l), +(432,333,l), +(432,235,l), +(685,235,l), +(693,400,o), +(663,551,o), +(483,551,cs), +(430,551,o), +(389,540,o), +(358,516,c), +(360,516,l), +(329,539,o), +(287,551,o), +(234,551,cs), +(90,551,o), +(22,461,o), +(22,273,cs), +(22,83,o), +(92,-10,o), +(234,-10,cs) ); -width = 1012; }, { -anchors = ( -{ -name = bottom; -pos = (483,0); -}, -{ -name = top; -pos = (483,544); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ closed = 1; nodes = ( -(405,-10,o), -(480,26,o), -(527,87,c), -(451,87,l), -(497,26,o), -(574,-10,o), -(675,-10,cs), -(818,-10,o), -(922,65,o), -(934,177,c), -(755,177,l), -(747,150,o), -(715,132,o), -(675,132,cs), -(621,132,o), -(584,164,o), -(584,222,cs), -(584,332,ls), -(584,380,o), -(616,413,o), -(668,413,cs), -(716,413,o), -(750,384,o), -(750,334,c), -(776,341,l), -(568,341,l), -(568,227,l), -(938,227,l), -(958,415,o), -(865,554,o), -(668,554,cs), -(574,554,o), -(498,517,o), -(450,453,c), -(530,453,l), -(481,520,o), -(401,554,o), -(304,554,cs), -(125,554,o), -(25,441,o), -(25,272,cs), -(25,92,o), -(137,-10,o), -(304,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,143,o), -(218,179,o), -(218,272,cs), -(218,365,o), -(252,401,o), -(304,401,cs), -(356,401,o), -(390,365,o), -(390,272,cs), -(390,179,o), -(356,143,o), -(304,143,cs) +(207,128,o), +(199,159,o), +(199,271,cs), +(199,384,o), +(206,414,o), +(234,414,cs), +(263,414,o), +(271,383,o), +(271,271,cs), +(271,160,o), +(263,128,o), +(234,128,cs) ); } ); -width = 967; +width = 708; }, { anchors = ( @@ -425,11 +261,11 @@ width = 1149; anchors = ( { name = bottom; -pos = (568,0); +pos = (574,0); }, { name = top; -pos = (568,544); +pos = (574,544); } ); layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; @@ -437,71 +273,235 @@ shapes = ( { closed = 1; nodes = ( -(440,-10,o), -(517,11,o), -(574,51,c), -(572,51,l), -(630,11,o), -(707,-10,o), -(801,-10,cs), -(980,-10,o), -(1114,66,o), -(1127,179,c), -(919,179,l), -(907,153,o), -(862,135,o), -(807,135,cs), -(730,135,o), -(685,169,o), -(685,225,c), -(685,285,ls), -(685,380,o), -(729,408,o), -(798,408,cs), -(868,408,o), -(901,378,o), -(907,337,c), -(909,338,l), -(667,338,l), -(667,223,l), -(1125,223,l), -(1140,432,o), -(1016,554,o), -(799,554,cs), -(708,554,o), -(632,533,o), -(574,493,c), -(576,493,l), -(519,533,o), -(440,554,o), -(347,554,cs), -(143,554,o), -(10,452,o), -(10,272,cs), -(10,91,o), -(144,-10,o), -(347,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,157,o), -(231,201,o), -(231,272,cs), -(231,343,o), -(270,388,o), -(347,388,cs), -(424,388,o), -(464,344,o), -(464,272,cs), -(464,201,o), -(424,157,o), -(347,157,cs) +(446,-10,o), +(523,11,o), +(580,51,c), +(578,51,l), +(636,11,o), +(713,-10,o), +(807,-10,cs), +(986,-10,o), +(1120,66,o), +(1133,179,c), +(925,179,l), +(913,153,o), +(868,135,o), +(813,135,cs), +(736,135,o), +(691,169,o), +(691,225,c), +(691,285,ls), +(691,380,o), +(735,408,o), +(804,408,cs), +(874,408,o), +(907,378,o), +(913,337,c), +(915,338,l), +(673,338,l), +(673,223,l), +(1131,223,l), +(1146,432,o), +(1022,554,o), +(805,554,cs), +(714,554,o), +(638,533,o), +(580,493,c), +(582,493,l), +(525,533,o), +(446,554,o), +(353,554,cs), +(149,554,o), +(16,452,o), +(16,272,cs), +(16,91,o), +(150,-10,o), +(353,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,157,o), +(237,201,o), +(237,272,cs), +(237,343,o), +(276,388,o), +(353,388,cs), +(430,388,o), +(470,344,o), +(470,272,cs), +(470,201,o), +(430,157,o), +(353,157,cs) ); } ); -width = 1139; +width = 1151; +}, +{ +anchors = ( +{ +name = bottom; +pos = (498,0); +}, +{ +name = top; +pos = (498,517); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(405,-8,o), +(487,60,o), +(518,165,c), +(505,166,l), +(533,59,o), +(613,-8,o), +(726,-8,cs), +(836,-8,o), +(923,55,o), +(939,152,c), +(902,152,l), +(885,76,o), +(821,26,o), +(726,26,cs), +(606,26,o), +(530,114,o), +(530,267,cs), +(530,270,ls), +(530,411,o), +(609,491,o), +(723,491,cs), +(838,491,o), +(915,417,o), +(905,261,c), +(936,289,l), +(523,289,l), +(522,256,l), +(940,256,l), +(953,410,o), +(878,525,o), +(724,525,cs), +(610,525,o), +(532,457,o), +(505,351,c), +(518,352,l), +(487,457,o), +(405,525,o), +(293,525,cs), +(150,525,o), +(53,415,o), +(53,257,cs), +(53,100,o), +(150,-8,o), +(293,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(168,28,o), +(91,120,o), +(91,257,cs), +(91,400,o), +(172,490,o), +(293,490,cs), +(417,490,o), +(492,397,o), +(492,258,cs), +(492,117,o), +(412,28,o), +(292,28,cs) +); +} +); +width = 997; +}, +{ +anchors = ( +{ +name = bottom; +pos = (472,0); +}, +{ +name = top; +pos = (472,544); +} +); +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(398,-10,o), +(470,27,o), +(516,87,c), +(441,87,l), +(485,27,o), +(559,-10,o), +(659,-10,cs), +(800,-10,o), +(902,65,o), +(914,177,c), +(737,177,l), +(729,150,o), +(698,132,o), +(659,132,cs), +(608,132,o), +(572,164,o), +(572,222,cs), +(572,332,ls), +(572,380,o), +(603,413,o), +(652,413,cs), +(699,413,o), +(732,384,o), +(732,334,c), +(757,341,l), +(556,341,l), +(556,227,l), +(918,227,l), +(938,416,o), +(845,554,o), +(652,554,cs), +(559,554,o), +(486,516,o), +(440,453,c), +(519,453,l), +(471,519,o), +(394,554,o), +(297,554,cs), +(122,554,o), +(24,441,o), +(24,272,cs), +(24,92,o), +(134,-10,o), +(297,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(248,143,o), +(215,179,o), +(215,272,cs), +(215,365,o), +(248,401,o), +(297,401,cs), +(347,401,o), +(380,365,o), +(380,272,cs), +(380,179,o), +(347,143,o), +(297,143,cs) +); +} +); +width = 944; }, { anchors = ( @@ -589,11 +589,11 @@ width = 543; anchors = ( { name = bottom; -pos = (299,0); +pos = (307,0); }, { name = top; -pos = (401,541); +pos = (409,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -601,71 +601,71 @@ shapes = ( { closed = 1; nodes = ( -(237,-10,o), -(278,1,o), -(313,27,c), -(311,27,l), -(341,2,o), -(383,-10,o), -(439,-10,cs), -(539,-10,o), -(620,38,o), -(658,186,c), -(492,186,l), -(478,135,o), -(465,119,o), -(445,119,cs), -(411,119,o), -(419,178,o), -(439,262,cs), -(447,301,ls), -(465,395,o), -(483,421,o), -(505,421,cs), -(532,421,o), -(531,381,o), -(522,332,c), -(524,334,l), -(438,334,l), -(417,235,l), -(668,235,l), -(713,425,o), -(688,551,o), -(511,551,cs), -(462,551,o), -(422,540,o), -(388,516,c), -(390,516,l), -(360,539,o), -(318,551,o), -(261,551,cs), -(142,551,o), -(58,481,o), -(18,288,cs), -(-24,90,o), -(29,-10,o), -(190,-10,cs) +(245,-10,o), +(286,1,o), +(321,27,c), +(319,27,l), +(349,2,o), +(391,-10,o), +(447,-10,cs), +(547,-10,o), +(628,38,o), +(666,186,c), +(500,186,l), +(486,135,o), +(473,119,o), +(453,119,cs), +(419,119,o), +(427,178,o), +(447,262,cs), +(455,301,ls), +(473,395,o), +(491,421,o), +(513,421,cs), +(540,421,o), +(539,381,o), +(530,332,c), +(532,334,l), +(446,334,l), +(425,235,l), +(676,235,l), +(721,425,o), +(696,551,o), +(519,551,cs), +(470,551,o), +(430,540,o), +(396,516,c), +(398,516,l), +(368,539,o), +(326,551,o), +(269,551,cs), +(150,551,o), +(66,481,o), +(26,288,cs), +(-16,90,o), +(37,-10,o), +(198,-10,cs) ); }, { closed = 1; nodes = ( -(160,128,o), -(169,178,o), -(190,278,cs), -(213,386,o), -(227,414,o), -(254,414,cs), -(291,414,o), -(280,354,o), -(261,265,cs), -(239,165,o), -(224,128,o), -(198,128,cs) +(168,128,o), +(177,178,o), +(198,278,cs), +(221,386,o), +(235,414,o), +(262,414,cs), +(299,414,o), +(288,354,o), +(269,265,cs), +(247,165,o), +(232,128,o), +(206,128,cs) ); } ); -width = 690; +width = 706; }, { anchors = ( @@ -917,11 +917,11 @@ width = 1138; anchors = ( { name = bottom; -pos = (517,0); +pos = (523,0); }, { name = top; -pos = (605,544); +pos = (611,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -929,71 +929,1063 @@ shapes = ( { closed = 1; nodes = ( -(414,-10,o), -(491,11,o), -(550,52,c), -(548,52,l), -(600,13,o), -(671,-8,o), -(756,-9,cs), -(948,-13,o), -(1069,63,o), -(1099,180,c), -(884,180,l), -(868,156,o), -(828,139,o), -(773,140,cs), -(715,141,o), -(667,170,o), -(673,222,cs), -(684,313,ls), -(691,378,o), -(738,405,o), -(802,405,cs), -(857,405,o), -(899,381,o), -(903,339,c), -(905,340,l), -(673,340,l), -(657,222,l), -(1099,222,l), -(1143,427,o), -(1022,554,o), -(811,554,cs), -(719,554,o), -(643,532,o), -(585,492,c), -(587,492,l), -(534,532,o), -(458,554,o), -(364,554,cs), -(153,554,o), -(16,437,o), -(10,252,cs), -(4,93,o), -(121,-10,o), -(322,-10,cs) +(420,-10,o), +(497,11,o), +(556,52,c), +(554,52,l), +(606,13,o), +(677,-8,o), +(762,-9,cs), +(954,-13,o), +(1075,63,o), +(1105,180,c), +(890,180,l), +(874,156,o), +(834,139,o), +(779,140,cs), +(721,141,o), +(673,170,o), +(679,222,cs), +(690,313,ls), +(697,378,o), +(744,405,o), +(808,405,cs), +(863,405,o), +(905,381,o), +(909,339,c), +(911,340,l), +(679,340,l), +(663,222,l), +(1105,222,l), +(1149,427,o), +(1028,554,o), +(817,554,cs), +(725,554,o), +(649,532,o), +(591,492,c), +(593,492,l), +(540,532,o), +(464,554,o), +(370,554,cs), +(159,554,o), +(22,437,o), +(16,252,cs), +(10,93,o), +(127,-10,o), +(328,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,157,o), +(233,197,o), +(235,259,cs), +(238,337,o), +(285,387,o), +(361,387,cs), +(423,387,o), +(467,347,o), +(464,285,cs), +(462,207,o), +(414,157,o), +(338,157,cs) +); +} +); +width = 1139; +}, +{ +anchors = ( +{ +name = bottom; +pos = (255,0); +}, +{ +name = top; +pos = (255,516); +} +); +background = { +shapes = ( +{ +pos = (226,0); +ref = e; +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,-10,o), +(243,31,o), +(259,103,c), +(257,103,l), +(273,31,o), +(306,-10,o), +(368,-10,cs), +(429,-10,o), +(475,27,o), +(485,148,c), +(455,148,l), +(447,70,o), +(429,18,o), +(368,18,cs), +(290,18,o), +(272,131,o), +(272,254,cs), +(272,281,l), +(276,454,o), +(314,498,o), +(368,498,cs), +(413,498,o), +(450,462,o), +(453,281,c), +(462,289,l), +(265,289,l), +(266,260,l), +(483,260,l), +(482,419,o), +(459,526,o), +(368,526,cs), +(306,526,o), +(273,485,o), +(257,413,c), +(259,413,l), +(243,485,o), +(210,526,o), +(148,526,cs), +(47,526,o), +(24,416,o), +(24,258,cs), +(24,99,o), +(47,-10,o), +(148,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(92,17,o), +(53,64,o), +(53,258,cs), +(53,451,o), +(92,499,o), +(148,499,cs), +(205,499,o), +(243,450,o), +(243,258,cs), +(243,66,o), +(205,17,o), +(148,17,cs) +); +} +); +width = 504; +}, +{ +anchors = ( +{ +name = bottom; +pos = (337,0); +}, +{ +name = top; +pos = (337,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(269,-10,o), +(310,2,o), +(343,26,c), +(341,26,l), +(374,2,o), +(415,-10,o), +(466,-10,cs), +(592,-10,o), +(657,53,o), +(668,185,c), +(501,185,l), +(498,137,o), +(488,118,o), +(466,118,cs), +(441,118,o), +(431,155,o), +(431,264,cs), +(431,306,ls), +(431,388,o), +(443,422,o), +(466,422,cs), +(489,422,o), +(499,394,o), +(501,330,c), +(503,333,l), +(415,333,l), +(415,235,l), +(668,235,l), +(676,400,o), +(646,551,o), +(466,551,cs), +(413,551,o), +(372,540,o), +(341,516,c), +(343,516,l), +(312,539,o), +(270,551,o), +(217,551,cs), +(73,551,o), +(5,461,o), +(5,273,cs), +(5,83,o), +(75,-10,o), +(217,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(190,128,o), +(182,159,o), +(182,271,cs), +(182,384,o), +(189,414,o), +(217,414,cs), +(246,414,o), +(254,383,o), +(254,271,cs), +(254,160,o), +(246,128,o), +(217,128,cs) +); +} +); +width = 674; +}, +{ +anchors = ( +{ +name = bottom; +pos = (485,0); +}, +{ +name = top; +pos = (485,517); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(390,-8,o), +(474,60,o), +(505,165,c), +(492,166,l), +(520,59,o), +(602,-8,o), +(717,-8,cs), +(829,-8,o), +(918,55,o), +(935,152,c), +(897,152,l), +(880,76,o), +(814,26,o), +(717,26,cs), +(595,26,o), +(517,114,o), +(517,267,cs), +(517,270,ls), +(517,411,o), +(598,491,o), +(714,491,cs), +(832,491,o), +(910,417,o), +(900,261,c), +(932,289,l), +(510,289,l), +(509,256,l), +(936,256,l), +(950,410,o), +(873,525,o), +(715,525,cs), +(599,525,o), +(519,457,o), +(492,351,c), +(505,352,l), +(474,457,o), +(390,525,o), +(276,525,cs), +(130,525,o), +(32,415,o), +(32,257,cs), +(32,100,o), +(130,-8,o), +(276,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(149,28,o), +(70,120,o), +(70,257,cs), +(70,400,o), +(153,490,o), +(276,490,cs), +(402,490,o), +(479,397,o), +(479,258,cs), +(479,117,o), +(397,28,o), +(275,28,cs) +); +} +); +width = 972; +}, +{ +anchors = ( +{ +name = bottom; +pos = (462,0); +}, +{ +name = top; +pos = (462,544); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(384,-10,o), +(459,26,o), +(506,87,c), +(430,87,l), +(476,26,o), +(553,-10,o), +(654,-10,cs), +(797,-10,o), +(901,65,o), +(913,177,c), +(734,177,l), +(726,150,o), +(694,132,o), +(654,132,cs), +(600,132,o), +(563,164,o), +(563,222,cs), +(563,332,ls), +(563,380,o), +(595,413,o), +(647,413,cs), +(695,413,o), +(729,384,o), +(729,334,c), +(755,341,l), +(547,341,l), +(547,227,l), +(917,227,l), +(937,415,o), +(844,554,o), +(647,554,cs), +(553,554,o), +(477,517,o), +(429,453,c), +(509,453,l), +(460,520,o), +(380,554,o), +(283,554,cs), +(104,554,o), +(4,441,o), +(4,272,cs), +(4,92,o), +(116,-10,o), +(283,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(231,143,o), +(197,179,o), +(197,272,cs), +(197,365,o), +(231,401,o), +(283,401,cs), +(335,401,o), +(369,365,o), +(369,272,cs), +(369,179,o), +(335,143,o), +(283,143,cs) +); +} +); +width = 925; +}, +{ +anchors = ( +{ +name = bottom; +pos = (564,0); +}, +{ +name = top; +pos = (564,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(441,-10,o), +(538,53,o), +(578,153,c), +(576,153,l), +(615,53,o), +(710,-8,o), +(841,-8,cs), +(972,-8,o), +(1078,55,o), +(1098,152,c), +(1061,152,l), +(1040,76,o), +(952,26,o), +(841,26,cs), +(672,26,o), +(596,138,o), +(596,252,cs), +(596,270,ls), +(596,402,o), +(690,491,o), +(838,491,cs), +(973,491,o), +(1066,418,o), +(1066,287,c), +(1068,289,l), +(589,289,l), +(589,256,l), +(1105,256,l), +(1115,423,o), +(1009,525,o), +(838,525,cs), +(706,525,o), +(613,462,o), +(575,363,c), +(577,363,l), +(538,463,o), +(440,525,o), +(310,525,cs), +(139,525,o), +(24,418,o), +(24,257,cs), +(24,97,o), +(139,-10,o), +(310,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,25,o), +(62,117,o), +(62,257,cs), +(62,399,o), +(161,490,o), +(310,490,cs), +(460,490,o), +(558,399,o), +(558,257,cs), +(558,116,o), +(459,25,o), +(310,25,cs) +); +} +); +width = 1129; +}, +{ +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = top; +pos = (558,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,-10,o), +(507,11,o), +(564,51,c), +(562,51,l), +(620,11,o), +(697,-10,o), +(791,-10,cs), +(970,-10,o), +(1104,66,o), +(1117,179,c), +(909,179,l), +(897,153,o), +(852,135,o), +(797,135,cs), +(720,135,o), +(675,169,o), +(675,225,c), +(675,285,ls), +(675,380,o), +(719,408,o), +(788,408,cs), +(858,408,o), +(891,378,o), +(897,337,c), +(899,338,l), +(657,338,l), +(657,223,l), +(1115,223,l), +(1130,432,o), +(1006,554,o), +(789,554,cs), +(698,554,o), +(622,533,o), +(564,493,c), +(566,493,l), +(509,533,o), +(430,554,o), +(337,554,cs), +(133,554,o), +(0,452,o), +(0,272,cs), +(0,91,o), +(134,-10,o), +(337,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(260,157,o), +(221,201,o), +(221,272,cs), +(221,343,o), +(260,388,o), +(337,388,cs), +(414,388,o), +(454,344,o), +(454,272,cs), +(454,201,o), +(414,157,o), +(337,157,cs) +); +} +); +width = 1119; +}, +{ +anchors = ( +{ +name = bottom; +pos = (209,0); +}, +{ +name = top; +pos = (305,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,-9,o), +(196,31,o), +(224,101,c), +(223,101,l), +(227,32,o), +(253,-10,o), +(318,-10,cs), +(371,-10,o), +(425,25,o), +(457,148,c), +(427,148,l), +(406,70,o), +(375,18,o), +(322,18,cs), +(237,18,o), +(242,129,o), +(272,270,cs), +(275,284,ls), +(304,417,o), +(341,497,o), +(407,497,cs), +(480,497,o), +(472,397,o), +(454,286,c), +(456,288,l), +(268,288,l), +(263,260,l), +(479,260,l), +(507,405,o), +(511,525,o), +(411,525,cs), +(354,525,o), +(314,485,o), +(285,417,c), +(286,417,l), +(282,481,o), +(258,525,o), +(191,525,cs), +(109,525,o), +(60,444,o), +(23,267,cs), +(-8,120,o), +(-17,-9,o), +(99,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(12,18,o), +(26,140,o), +(52,267,cs), +(89,446,o), +(137,498,o), +(189,498,cs), +(274,498,o), +(265,376,o), +(240,257,cs), +(199,61,o), +(153,18,o), +(102,18,cs) +); +} +); +width = 497; +}, +{ +anchors = ( +{ +name = bottom; +pos = (292,0); +}, +{ +name = top; +pos = (394,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(230,-10,o), +(271,1,o), +(306,27,c), +(304,27,l), +(334,2,o), +(376,-10,o), +(432,-10,cs), +(532,-10,o), +(613,38,o), +(651,186,c), +(485,186,l), +(471,135,o), +(458,119,o), +(438,119,cs), +(404,119,o), +(412,178,o), +(432,262,cs), +(440,301,ls), +(458,395,o), +(476,421,o), +(498,421,cs), +(525,421,o), +(524,381,o), +(515,332,c), +(517,334,l), +(431,334,l), +(410,235,l), +(661,235,l), +(706,425,o), +(681,551,o), +(504,551,cs), +(455,551,o), +(415,540,o), +(381,516,c), +(383,516,l), +(353,539,o), +(311,551,o), +(254,551,cs), +(135,551,o), +(51,481,o), +(11,288,cs), +(-31,90,o), +(22,-10,o), +(183,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(153,128,o), +(162,178,o), +(183,278,cs), +(206,386,o), +(220,414,o), +(247,414,cs), +(284,414,o), +(273,354,o), +(254,265,cs), +(232,165,o), +(217,128,o), +(191,128,cs) +); +} +); +width = 675; +}, +{ +anchors = ( +{ +name = bottom; +pos = (429,0); +}, +{ +name = top; +pos = (527,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(338,-10,o), +(425,51,o), +(470,148,c), +(469,149,l), +(488,51,o), +(558,-10,o), +(658,-10,cs), +(769,-10,o), +(865,55,o), +(891,153,c), +(854,153,l), +(829,75,o), +(754,24,o), +(661,24,cs), +(547,24,o), +(476,122,o), +(503,269,cs), +(505,280,ls), +(532,426,o), +(624,494,o), +(723,494,cs), +(830,494,o), +(897,418,o), +(876,289,c), +(878,291,l), +(500,291,l), +(494,258,l), +(906,258,l), +(938,415,o), +(874,527,o), +(729,527,cs), +(625,527,o), +(541,464,o), +(497,368,c), +(498,367,l), +(479,465,o), +(409,528,o), +(305,528,cs), +(148,528,o), +(36,403,o), +(29,221,cs), +(25,82,o), +(104,-10,o), +(230,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(128,23,o), +(62,93,o), +(66,220,cs), +(72,386,o), +(165,495,o), +(300,495,cs), +(406,495,o), +(473,421,o), +(469,297,cs), +(463,134,o), +(369,23,o), +(234,23,cs) +); +} +); +width = 938; +}, +{ +anchors = ( +{ +name = bottom; +pos = (405,0); +}, +{ +name = top; +pos = (487,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(321,-10,o), +(382,9,o), +(430,46,c), +(428,46,l), +(468,10,o), +(526,-10,o), +(599,-10,cs), +(739,-10,o), +(849,65,o), +(873,177,c), +(694,177,l), +(685,153,o), +(655,132,o), +(612,132,cs), +(558,132,o), +(524,158,o), +(544,254,cs), +(559,325,ls), +(570,376,o), +(593,413,o), +(647,413,cs), +(692,413,o), +(718,383,o), +(717,339,c), +(719,341,l), +(545,341,l), +(523,227,l), +(885,227,l), +(929,437,o), +(832,554,o), +(661,554,cs), +(589,554,o), +(527,534,o), +(478,498,c), +(480,498,l), +(437,535,o), +(377,554,o), +(305,554,cs), +(128,554,o), +(12,430,o), +(5,232,cs), +(-1,72,o), +(100,-10,o), +(250,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(219,143,o), +(192,174,o), +(194,234,cs), +(198,336,o), +(238,401,o), +(296,401,cs), +(337,401,o), +(363,370,o), +(361,310,cs), +(358,209,o), +(319,143,o), +(260,143,cs) +); +} +); +width = 899; +}, +{ +anchors = ( +{ +name = bottom; +pos = (516,0); +}, +{ +name = top; +pos = (614,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(403,-10,o), +(507,55,o), +(557,156,c), +(556,156,l), +(581,55,o), +(675,-9,o), +(799,-9,cs), +(930,-9,o), +(1041,57,o), +(1072,152,c), +(1035,152,l), +(1003,76,o), +(916,25,o), +(805,25,cs), +(655,25,o), +(558,123,o), +(590,269,cs), +(592,278,ls), +(619,407,o), +(720,493,o), +(857,493,cs), +(997,493,o), +(1077,412,o), +(1060,287,c), +(1062,289,l), +(587,289,l), +(580,256,l), +(1092,256,l), +(1127,418,o), +(1032,527,o), +(860,527,cs), +(733,527,o), +(630,460,o), +(580,359,c), +(581,359,l), +(557,461,o), +(469,527,o), +(338,527,cs), +(159,527,o), +(29,405,o), +(23,230,cs), +(18,85,o), +(115,-10,o), +(274,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(142,24,o), +(56,98,o), +(61,232,cs), +(66,387,o), +(178,493,o), +(334,493,cs), +(470,493,o), +(556,418,o), +(551,285,cs), +(546,131,o), +(434,24,o), +(278,24,cs) +); +} +); +width = 1118; +}, +{ +anchors = ( +{ +name = bottom; +pos = (514,0); +}, +{ +name = top; +pos = (602,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(411,-10,o), +(488,11,o), +(547,52,c), +(545,52,l), +(597,13,o), +(668,-8,o), +(753,-9,cs), +(945,-13,o), +(1066,63,o), +(1096,180,c), +(881,180,l), +(865,156,o), +(825,139,o), +(770,140,cs), +(712,141,o), +(664,170,o), +(670,222,cs), +(681,313,ls), +(688,378,o), +(735,405,o), +(799,405,cs), +(854,405,o), +(896,381,o), +(900,339,c), +(902,340,l), +(670,340,l), +(654,222,l), +(1096,222,l), +(1140,427,o), +(1019,554,o), +(808,554,cs), +(716,554,o), +(640,532,o), +(582,492,c), +(584,492,l), +(531,532,o), +(455,554,o), +(361,554,cs), +(150,554,o), +(13,437,o), +(7,252,cs), +(1,93,o), +(118,-10,o), +(319,-10,cs) ); }, { closed = 1; nodes = ( -(270,157,o), -(227,197,o), -(229,259,cs), -(232,337,o), -(279,387,o), -(355,387,cs), -(417,387,o), -(461,347,o), -(458,285,cs), -(456,207,o), -(408,157,o), -(332,157,cs) +(267,157,o), +(224,197,o), +(226,259,cs), +(229,337,o), +(276,387,o), +(352,387,cs), +(414,387,o), +(458,347,o), +(455,285,cs), +(453,207,o), +(405,157,o), +(329,157,cs) ); } ); -width = 1127; +width = 1120; } ); metricLeft = o; diff --git a/sources/MonaSans.glyphspackage/glyphs/ogonek.glyph b/sources/MonaSans.glyphspackage/glyphs/ogonek.glyph index ce861bf2..2efed12d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ogonek.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ogonek.glyph @@ -89,47 +89,47 @@ alignment = 1; ref = ogonekcomb; } ); -width = 245; +width = 261; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = ogonekcomb; } ); -width = 217; +width = 243; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = ogonekcomb; } ); -width = 330; +width = 370; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = ogonekcomb; } ); -width = 243; +width = 218; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = ogonekcomb; } ); -width = 358; +width = 315; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -149,7 +149,7 @@ alignment = 1; ref = ogonekcomb; } ); -width = 250; +width = 266; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -189,7 +189,196 @@ alignment = 1; ref = ogonekcomb; } ); -width = 362; +width = 374; +}, +{ +background = { +anchors = ( +{ +name = _ogonek; +pos = (126,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(132,-156,o), +(147,-154,o), +(155,-149,c), +(155,-127,l), +(146,-132,o), +(134,-134,o), +(121,-134,cs), +(93,-134,o), +(75,-118,o), +(75,-89,cs), +(75,-63,o), +(87,-35,o), +(126,0,c), +(115,16,l), +(76,-12,o), +(49,-51,o), +(49,-91,cs), +(49,-130,o), +(75,-156,o), +(120,-156,cs) +); +} +); +}; +guides = ( +{ +pos = (125,-155); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = ogonekcomb; +} +); +width = 185; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(217,-209,o), +(252,-202,o), +(269,-192,c), +(269,-92,l), +(257,-99,o), +(242,-104,o), +(224,-104,cs), +(193,-104,o), +(178,-88,o), +(178,-63,cs), +(178,-38,o), +(193,-10,o), +(228,0,c), +(114,14,l), +(73,-2,o), +(45,-48,o), +(45,-100,cs), +(45,-170,o), +(100,-209,o), +(183,-209,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = ogonekcomb; +} +); +width = 245; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = ogonekcomb; +} +); +width = 217; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = ogonekcomb; +} +); +width = 310; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = ogonekcomb; +} +); +width = 243; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = ogonekcomb; +} +); +width = 358; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = ogonekcomb; +} +); +width = 141; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = ogonekcomb; +} +); +width = 228; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = ogonekcomb; +} +); +width = 171; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = ogonekcomb; +} +); +width = 276; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = ogonekcomb; +} +); +width = 215; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = ogonekcomb; +} +); +width = 332; } ); unicode = 731; diff --git a/sources/MonaSans.glyphspackage/glyphs/ogonekcomb.e.glyph b/sources/MonaSans.glyphspackage/glyphs/ogonekcomb.e.glyph index 6c9df530..329e1e8d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ogonekcomb.e.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ogonekcomb.e.glyph @@ -43,7 +43,7 @@ width = 192; anchors = ( { name = _ogonek; -pos = (203,0); +pos = (211,0); } ); background = { @@ -88,36 +88,139 @@ shapes = ( { closed = 1; nodes = ( -(171,-202,o), -(202,-195,o), -(217,-187,c), -(217,-114,l), -(208,-118,o), -(193,-121,o), -(179,-121,cs), -(156,-121,o), -(143,-109,o), -(143,-88,cs), -(143,-57,o), -(172,-21,o), -(228,34,c), -(205,52,l), -(99,3,o), -(40,-58,o), -(40,-120,cs), -(40,-170,o), -(74,-202,o), -(138,-202,cs) +(179,-202,o), +(210,-195,o), +(225,-187,c), +(225,-114,l), +(216,-118,o), +(201,-121,o), +(187,-121,cs), +(164,-121,o), +(151,-109,o), +(151,-88,cs), +(151,-57,o), +(180,-21,o), +(236,34,c), +(213,52,l), +(107,3,o), +(48,-58,o), +(48,-120,cs), +(48,-170,o), +(82,-202,o), +(146,-202,cs) ); } ); -width = 268; +width = 284; }, { anchors = ( { name = _ogonek; -pos = (135,-2); +pos = (129,0); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(163,-211,o), +(189,-208,o), +(206,-201,c), +(206,-173,l), +(190,-179,o), +(170,-182,o), +(149,-182,cs), +(100,-182,o), +(73,-161,o), +(73,-123,cs), +(73,-61,o), +(146,-19,o), +(217,35,c), +(169,31,l), +(115,-8,o), +(40,-56,o), +(40,-127,cs), +(40,-179,o), +(77,-211,o), +(143,-211,cs) +); +} +); +width = 257; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (274,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(218,-227,o), +(267,-222,o), +(298,-210,c), +(298,-94,l), +(276,-102,o), +(243,-106,o), +(220,-106,cs), +(194,-106,o), +(164,-100,o), +(164,-72,cs), +(164,-32,o), +(237,-8,o), +(291,17,c), +(246,108,l), +(90,47,o), +(-12,10,o), +(-12,-100,cs), +(-12,-176,o), +(52,-227,o), +(171,-227,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(252,-229,o), +(310,-219,o), +(341,-205,c), +(341,-94,l), +(323,-102,o), +(295,-107,o), +(273,-107,cs), +(239,-107,o), +(221,-94,o), +(221,-69,cs), +(221,-38,o), +(251,-12,o), +(326,30,c), +(241,38,l), +(134,11,o), +(46,-42,o), +(46,-123,cs), +(46,-190,o), +(104,-229,o), +(201,-229,cs) +); +} +); +width = 387; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (130,-2); } ); background = { @@ -155,41 +258,41 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(152,-198,o), -(171,-195,o), -(184,-190,c), -(184,-163,l), -(167,-169,o), -(147,-170,o), -(137,-170,cs), -(92,-170,o), -(71,-150,o), -(71,-115,cs), -(71,-58,o), -(133,-16,o), -(197,34,c), -(185,51,l), -(114,1,o), -(40,-48,o), -(40,-121,cs), -(40,-169,o), -(74,-198,o), -(131,-198,cs) +(147,-198,o), +(164,-195,o), +(177,-190,c), +(177,-163,l), +(160,-169,o), +(142,-170,o), +(132,-170,cs), +(87,-170,o), +(66,-150,o), +(66,-115,cs), +(66,-58,o), +(128,-16,o), +(190,34,c), +(178,51,l), +(109,1,o), +(37,-48,o), +(37,-121,cs), +(37,-169,o), +(69,-198,o), +(126,-198,cs) ); } ); -width = 237; +width = 227; }, { anchors = ( { name = _ogonek; -pos = (246,0); +pos = (234,0); } ); background = { @@ -221,138 +324,35 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,-208,o), -(248,-200,o), -(266,-192,c), -(266,-113,l), -(255,-118,o), -(241,-121,o), -(224,-121,cs), -(195,-121,o), -(178,-106,o), -(178,-82,cs), -(178,-42,o), -(218,-16,o), -(285,36,c), -(248,52,l), -(136,20,o), -(40,-31,o), -(40,-112,cs), -(40,-173,o), -(88,-208,o), -(167,-208,cs) -); -} -); -width = 325; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (129,0); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,-211,o), -(189,-208,o), -(206,-201,c), -(206,-173,l), -(190,-179,o), -(170,-182,o), -(149,-182,cs), -(100,-182,o), -(73,-161,o), -(73,-123,cs), -(73,-61,o), -(146,-19,o), -(217,35,c), -(169,31,l), -(115,-8,o), -(40,-56,o), -(40,-127,cs), -(40,-179,o), -(77,-211,o), -(143,-211,cs) -); -} -); -width = 257; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (268,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(218,-227,o), -(267,-222,o), -(298,-210,c), -(298,-94,l), -(276,-102,o), -(243,-106,o), -(220,-106,cs), -(194,-106,o), -(164,-100,o), -(164,-72,cs), -(164,-32,o), -(237,-8,o), -(291,17,c), -(246,108,l), -(90,47,o), -(-12,10,o), -(-12,-100,cs), -(-12,-176,o), -(52,-227,o), -(171,-227,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(246,-229,o), -(304,-219,o), -(335,-205,c), -(335,-94,l), -(317,-102,o), -(289,-107,o), -(267,-107,cs), -(233,-107,o), -(215,-94,o), -(215,-69,cs), -(215,-38,o), -(245,-12,o), -(320,30,c), -(235,38,l), -(128,11,o), -(40,-42,o), -(40,-123,cs), -(40,-190,o), -(98,-229,o), -(195,-229,cs) +(191,-208,o), +(233,-200,o), +(249,-192,c), +(249,-113,l), +(240,-118,o), +(229,-121,o), +(212,-121,cs), +(187,-121,o), +(171,-106,o), +(171,-82,cs), +(171,-42,o), +(207,-15,o), +(267,36,c), +(231,52,l), +(125,20,o), +(35,-31,o), +(35,-112,cs), +(35,-173,o), +(80,-208,o), +(154,-208,cs) ); } ); -width = 375; +width = 302; }, { anchors = ( @@ -395,7 +395,7 @@ width = 193; anchors = ( { name = _ogonek; -pos = (143,0); +pos = (151,0); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -403,30 +403,30 @@ shapes = ( { closed = 1; nodes = ( -(77,-202,o), -(104,-197,o), -(125,-187,c), -(139,-114,l), -(129,-118,o), -(116,-121,o), -(102,-121,cs), -(79,-121,o), -(69,-112,o), -(69,-96,cs), -(69,-63,o), -(113,-23,o), -(181,34,c), -(159,52,l), -(33,-3,o), -(-41,-62,o), -(-41,-129,cs), -(-41,-174,o), -(-7,-202,o), -(47,-202,cs) +(85,-202,o), +(112,-197,o), +(133,-187,c), +(147,-114,l), +(137,-118,o), +(124,-121,o), +(110,-121,cs), +(87,-121,o), +(77,-112,o), +(77,-96,cs), +(77,-63,o), +(121,-23,o), +(189,34,c), +(167,52,l), +(41,-3,o), +(-33,-62,o), +(-33,-129,cs), +(-33,-174,o), +(1,-202,o), +(55,-202,cs) ); } ); -width = 270; +width = 286; }, { anchors = ( @@ -572,7 +572,7 @@ width = 254; anchors = ( { name = _ogonek; -pos = (223,0); +pos = (229,0); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -580,30 +580,633 @@ shapes = ( { closed = 1; nodes = ( -(143,-229,o), -(202,-221,o), -(239,-205,c), -(261,-94,l), -(240,-103,o), -(214,-107,o), -(194,-107,cs), -(160,-107,o), -(145,-96,o), -(145,-75,cs), -(145,-41,o), -(187,-12,o), -(270,30,c), -(186,38,l), -(45,4,o), -(-42,-60,o), -(-42,-135,cs), -(-42,-193,o), -(11,-229,o), -(101,-229,cs) -); -} -); -width = 378; +(149,-229,o), +(208,-221,o), +(245,-205,c), +(267,-94,l), +(246,-103,o), +(220,-107,o), +(200,-107,cs), +(166,-107,o), +(151,-96,o), +(151,-75,cs), +(151,-41,o), +(193,-12,o), +(276,30,c), +(192,38,l), +(51,4,o), +(-36,-60,o), +(-36,-135,cs), +(-36,-193,o), +(17,-229,o), +(107,-229,cs) +); +} +); +width = 390; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (101,0); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(107,-199,o), +(123,-197,o), +(132,-193,c), +(132,-169,l), +(124,-173,o), +(109,-175,o), +(100,-175,cs), +(65,-175,o), +(47,-156,o), +(47,-123,cs), +(47,-82,o), +(73,-41,o), +(123,21,c), +(111,30,l), +(61,-23,o), +(20,-74,o), +(20,-125,cs), +(20,-172,o), +(49,-199,o), +(94,-199,cs) +); +} +); +width = 152; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (193,0); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (221,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(173,-201,o), +(210,-196,o), +(229,-189,c), +(229,-94,l), +(217,-98,o), +(200,-99,o), +(190,-99,cs), +(153,-99,o), +(139,-87,o), +(139,-67,cs), +(139,-43,o), +(157,-29,o), +(192,-6,cs), +(217,11,l), +(175,81,l), +(149,68,ls), +(34,11,o), +(-10,-28,o), +(-10,-97,cs), +(-10,-165,o), +(48,-201,o), +(140,-201,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(161,-202,o), +(192,-195,o), +(207,-187,c), +(207,-114,l), +(198,-118,o), +(183,-121,o), +(169,-121,cs), +(146,-121,o), +(133,-109,o), +(133,-88,cs), +(133,-57,o), +(162,-21,o), +(218,34,c), +(195,52,l), +(89,3,o), +(30,-58,o), +(30,-120,cs), +(30,-170,o), +(64,-202,o), +(128,-202,cs) +); +} +); +width = 248; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (115,-2); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (135,-2); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(152,-198,o), +(171,-195,o), +(184,-190,c), +(184,-163,l), +(167,-169,o), +(147,-170,o), +(137,-170,cs), +(94,-170,o), +(71,-149,o), +(71,-113,cs), +(71,-57,o), +(126,-19,o), +(197,34,c), +(185,51,l), +(108,-2,o), +(38,-48,o), +(38,-115,cs), +(38,-165,o), +(73,-198,o), +(133,-198,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(132,-198,o), +(151,-195,o), +(164,-190,c), +(164,-163,l), +(147,-169,o), +(127,-170,o), +(117,-170,cs), +(72,-170,o), +(51,-150,o), +(51,-115,cs), +(51,-58,o), +(113,-16,o), +(177,34,c), +(165,51,l), +(94,1,o), +(20,-48,o), +(20,-121,cs), +(20,-169,o), +(54,-198,o), +(111,-198,cs) +); +} +); +width = 197; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (225,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(205,-208,o), +(248,-200,o), +(266,-192,c), +(266,-99,l), +(252,-104,o), +(235,-107,o), +(221,-107,cs), +(192,-107,o), +(178,-95,o), +(178,-75,cs), +(178,-42,o), +(218,-16,o), +(285,36,c), +(248,52,l), +(136,20,o), +(40,-31,o), +(40,-112,cs), +(40,-173,o), +(88,-208,o), +(167,-208,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(184,-208,o), +(227,-200,o), +(245,-192,c), +(245,-113,l), +(234,-118,o), +(220,-121,o), +(203,-121,cs), +(174,-121,o), +(157,-106,o), +(157,-82,cs), +(157,-42,o), +(197,-16,o), +(264,36,c), +(227,52,l), +(115,20,o), +(19,-31,o), +(19,-112,cs), +(19,-173,o), +(67,-208,o), +(146,-208,cs) +); +} +); +width = 283; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (119,0); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(153,-211,o), +(179,-208,o), +(196,-201,c), +(196,-173,l), +(180,-179,o), +(160,-182,o), +(139,-182,cs), +(90,-182,o), +(63,-161,o), +(63,-123,cs), +(63,-61,o), +(136,-19,o), +(207,35,c), +(159,31,l), +(105,-8,o), +(30,-56,o), +(30,-127,cs), +(30,-179,o), +(67,-211,o), +(133,-211,cs) +); +} +); +width = 237; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (258,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(218,-227,o), +(267,-222,o), +(298,-210,c), +(298,-94,l), +(276,-102,o), +(243,-106,o), +(220,-106,cs), +(194,-106,o), +(164,-100,o), +(164,-72,cs), +(164,-32,o), +(237,-8,o), +(291,17,c), +(246,108,l), +(90,47,o), +(-12,10,o), +(-12,-100,cs), +(-12,-176,o), +(52,-227,o), +(171,-227,cs) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(236,-229,o), +(294,-219,o), +(325,-205,c), +(325,-94,l), +(307,-102,o), +(279,-107,o), +(257,-107,cs), +(223,-107,o), +(205,-94,o), +(205,-69,cs), +(205,-38,o), +(235,-12,o), +(310,30,c), +(225,38,l), +(118,11,o), +(30,-42,o), +(30,-123,cs), +(30,-190,o), +(88,-229,o), +(185,-229,cs) +); +} +); +width = 355; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (43,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(10,-199,o), +(27,-197,o), +(37,-193,c), +(41,-169,l), +(33,-173,o), +(16,-175,o), +(8,-175,cs), +(-21,-175,o), +(-36,-161,o), +(-36,-137,cs), +(-36,-92,o), +(7,-41,o), +(69,21,c), +(59,30,l), +(-1,-23,o), +(-64,-82,o), +(-64,-144,cs), +(-64,-179,o), +(-41,-199,o), +(-2,-199,cs) +); +} +); +width = 147; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (132,0); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,-202,o), +(93,-197,o), +(114,-187,c), +(128,-114,l), +(118,-118,o), +(105,-121,o), +(91,-121,cs), +(68,-121,o), +(58,-112,o), +(58,-96,cs), +(58,-63,o), +(102,-23,o), +(170,34,c), +(148,52,l), +(22,-3,o), +(-52,-62,o), +(-52,-129,cs), +(-52,-174,o), +(-18,-202,o), +(36,-202,cs) +); +} +); +width = 248; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (49,-2); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(36,-198,o), +(57,-195,o), +(68,-190,c), +(74,-163,l), +(55,-169,o), +(40,-170,o), +(29,-170,cs), +(-12,-170,o), +(-32,-155,o), +(-32,-124,cs), +(-32,-66,o), +(40,-18,o), +(118,30,c), +(112,43,l), +(-3,-8,o), +(-63,-71,o), +(-63,-130,cs), +(-63,-172,o), +(-32,-198,o), +(18,-198,cs) +); +} +); +width = 181; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (146,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(110,-208,o), +(146,-202,o), +(170,-192,c), +(189,-99,l), +(176,-104,o), +(160,-107,o), +(145,-107,cs), +(118,-107,o), +(104,-97,o), +(104,-78,cs), +(104,-45,o), +(140,-19,o), +(234,36,c), +(200,52,l), +(40,14,o), +(-39,-49,o), +(-39,-120,cs), +(-39,-174,o), +(7,-208,o), +(75,-208,cs) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(81,-208,o), +(117,-202,o), +(141,-192,c), +(160,-112,l), +(148,-117,o), +(132,-120,o), +(117,-120,cs), +(91,-120,o), +(75,-107,o), +(75,-84,cs), +(75,-43,o), +(124,-15,o), +(205,36,c), +(171,52,l), +(11,14,o), +(-68,-49,o), +(-68,-120,cs), +(-68,-174,o), +(-22,-208,o), +(46,-208,cs) +); +} +); +width = 265; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (69,0); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-211,o), +(92,-206,o), +(102,-201,c), +(107,-173,l), +(90,-179,o), +(65,-182,o), +(46,-182,cs), +(3,-182,o), +(-18,-167,o), +(-18,-134,cs), +(-18,-69,o), +(74,-18,o), +(158,35,c), +(115,34,l), +(34,-10,o), +(-51,-68,o), +(-51,-141,cs), +(-51,-184,o), +(-18,-211,o), +(37,-211,cs) +); +} +); +width = 234; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (208,0); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(128,-229,o), +(187,-221,o), +(224,-205,c), +(246,-94,l), +(225,-103,o), +(199,-107,o), +(179,-107,cs), +(145,-107,o), +(130,-96,o), +(130,-75,cs), +(130,-41,o), +(172,-12,o), +(255,30,c), +(171,38,l), +(30,4,o), +(-57,-60,o), +(-57,-135,cs), +(-57,-193,o), +(-4,-229,o), +(86,-229,cs) +); +} +); +width = 348; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/ogonekcomb.glyph b/sources/MonaSans.glyphspackage/glyphs/ogonekcomb.glyph index 96e156ab..2386adfb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ogonekcomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ogonekcomb.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _ogonek; -pos = (197,0); +pos = (205,0); } ); background = { @@ -50,37 +50,946 @@ shapes = ( { closed = 1; nodes = ( -(163,-192,o), -(191,-187,o), -(205,-180,c), -(205,-115,l), -(198,-117,o), -(191,-119,o), -(182,-119,cs), -(157,-119,o), -(147,-107,o), -(147,-89,cs), -(147,-64,o), -(167,-31,o), -(197,0,c), -(195,11,l), -(119,11,l), -(69,-31,o), -(40,-74,o), -(40,-115,cs), +(171,-192,o), +(199,-187,o), +(213,-180,c), +(213,-115,l), +(206,-117,o), +(199,-119,o), +(190,-119,cs), +(165,-119,o), +(155,-107,o), +(155,-89,cs), +(155,-64,o), +(175,-31,o), +(205,0,c), +(203,11,l), +(127,11,l), +(77,-31,o), +(48,-74,o), +(48,-115,cs), +(48,-163,o), +(84,-192,o), +(145,-192,cs) +); +} +); +width = 261; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (135,0); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (134,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(120,-186,o), +(135,-184,o), +(145,-180,c), +(145,-156,l), +(136,-159,o), +(125,-161,o), +(113,-161,cs), +(79,-161,o), +(65,-144,o), +(65,-120,cs), +(65,-85,o), +(91,-42,o), +(135,0,c), +(132,12,l), +(118,14,l), +(69,-32,o), +(38,-82,o), +(38,-122,cs), +(38,-162,o), +(64,-186,o), +(106,-186,cs) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(122,-187,o), +(137,-184,o), +(145,-180,c), +(145,-156,l), +(135,-160,o), +(122,-162,o), +(111,-162,cs), +(78,-162,o), +(67,-143,o), +(67,-119,cs), +(67,-85,o), +(91,-42,o), +(135,0,c), +(132,8,l), +(112,8,l), +(67,-35,o), +(40,-85,o), +(40,-122,cs), (40,-163,o), -(76,-192,o), -(137,-192,cs) +(66,-187,o), +(107,-187,cs) +); +} +); +width = 185; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (183,0); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (153,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-161,-201,o), +(-141,-196,o), +(-129,-190,c), +(-129,-162,l), +(-144,-169,o), +(-162,-173,o), +(-181,-173,cs), +(-227,-173,o), +(-253,-151,o), +(-253,-114,cs), +(-253,-69,o), +(-222,-45,o), +(-164,-12,cs), +(-143,0,l), +(-154,24,l), +(-175,13,ls), +(-240,-21,o), +(-285,-56,o), +(-285,-114,cs), +(-285,-168,o), +(-245,-201,o), +(-183,-201,cs) +); +}, +{ +closed = 1; +nodes = ( +(131,-209,o), +(157,-207,o), +(174,-201,c), +(174,-173,l), +(158,-178,o), +(137,-180,o), +(117,-180,cs), +(76,-180,o), +(41,-164,o), +(41,-123,cs), +(41,-88,o), +(62,-61,o), +(129,-18,cs), +(157,0,l), +(142,26,l), +(115,9,ls), +(51,-32,o), +(8,-69,o), +(8,-125,cs), +(8,-184,o), +(56,-209,o), +(115,-209,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(164,-209,o), +(191,-204,o), +(203,-198,c), +(203,-170,l), +(188,-176,o), +(166,-180,o), +(146,-180,cs), +(98,-180,o), +(73,-161,o), +(73,-126,cs), +(73,-79,o), +(117,-40,o), +(183,0,c), +(170,19,l), +(167,19,l), +(95,-21,o), +(40,-71,o), +(40,-129,cs), +(40,-179,o), +(77,-209,o), +(140,-209,cs) +); +} +); +width = 243; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (313,0); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (289,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(228,-221,o), +(271,-214,o), +(299,-201,c), +(299,-123,l), +(288,-128,o), +(269,-132,o), +(253,-132,cs), +(220,-132,o), +(201,-115,o), +(201,-90,cs), +(201,-57,o), +(232,-27,o), +(289,0,c), +(283,11,l), +(173,11,l), +(72,-31,o), +(40,-77,o), +(40,-123,cs), +(40,-182,o), +(93,-221,o), +(188,-221,cs) +); +}, +{ +closed = 1; +nodes = ( +(-244,-217,o), +(-195,-208,o), +(-172,-194,c), +(-170,-83,l), +(-191,-93,o), +(-223,-98,o), +(-245,-98,cs), +(-276,-98,o), +(-291,-87,o), +(-291,-69,cs), +(-291,-47,o), +(-274,-35,o), +(-240,-22,cs), +(-180,0,l), +(-228,110,l), +(-293,85,ls), +(-405,42,o), +(-467,-7,o), +(-467,-88,cs), +(-467,-170,o), +(-397,-217,o), +(-294,-217,cs) +); +}, +{ +closed = 1; +nodes = ( +(262,-227,o), +(310,-221,o), +(343,-210,c), +(343,-94,l), +(321,-102,o), +(288,-106,o), +(265,-106,cs), +(226,-106,o), +(209,-95,o), +(209,-76,cs), +(209,-52,o), +(232,-36,o), +(296,-14,cs), +(336,0,l), +(291,108,l), +(258,95,ls), +(96,32,o), +(33,-19,o), +(33,-102,cs), +(33,-181,o), +(104,-227,o), +(208,-227,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(248,-222,o), +(297,-214,o), +(324,-201,c), +(324,-119,l), +(311,-125,o), +(290,-128,o), +(272,-128,cs), +(234,-128,o), +(218,-113,o), +(218,-90,cs), +(218,-56,o), +(253,-25,o), +(313,0,c), +(306,10,l), +(189,10,l), +(75,-26,o), +(46,-80,o), +(46,-125,cs), +(46,-187,o), +(101,-222,o), +(201,-222,cs) +); +} +); +width = 370; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (160,0); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (152,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(156,-218,o), +(174,-217,o), +(188,-212,c), +(188,-182,l), +(178,-186,o), +(164,-188,o), +(149,-188,cs), +(114,-188,o), +(90,-168,o), +(90,-127,cs), +(90,-95,o), +(111,-57,o), +(174,0,c), +(170,14,l), +(156,21,l), +(74,-53,o), +(57,-97,o), +(57,-133,cs), +(57,-183,o), +(91,-218,o), +(141,-218,cs) +); +}, +{ +closed = 1; +nodes = ( +(-140,-198,o), +(-119,-197,o), +(-104,-191,c), +(-104,-163,l), +(-123,-169,o), +(-138,-169,o), +(-148,-169,cs), +(-195,-169,o), +(-227,-151,o), +(-227,-113,cs), +(-227,-85,o), +(-209,-58,o), +(-167,-29,cs), +(-125,0,l), +(-140,26,l), +(-169,6,ls), +(-217,-28,o), +(-260,-59,o), +(-260,-115,cs), +(-260,-164,o), +(-223,-198,o), +(-153,-198,cs) +); +}, +{ +closed = 1; +nodes = ( +(152,-198,o), +(172,-197,o), +(186,-191,c), +(186,-163,l), +(169,-169,o), +(155,-169,o), +(145,-169,cs), +(102,-169,o), +(73,-149,o), +(73,-113,cs), +(73,-83,o), +(89,-57,o), +(128,-29,cs), +(167,-2,l), +(152,24,l), +(113,-4,ls), +(68,-36,o), +(40,-69,o), +(40,-115,cs), +(40,-165,o), +(80,-198,o), +(140,-198,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(144,-209,o), +(165,-204,o), +(176,-198,c), +(176,-170,l), +(164,-176,o), +(149,-180,o), +(133,-180,cs), +(95,-180,o), +(75,-161,o), +(75,-126,cs), +(75,-79,o), +(110,-40,o), +(160,0,c), +(151,19,l), +(144,19,l), +(79,-24,o), +(43,-79,o), +(43,-129,cs), +(43,-179,o), +(73,-209,o), +(124,-209,cs) +); +} +); +width = 218; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (270,0); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (298,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(245,-215,o), +(281,-205,o), +(295,-196,c), +(295,-132,l), +(284,-136,o), +(271,-137,o), +(264,-137,cs), +(234,-137,o), +(221,-120,o), +(221,-94,cs), +(221,-59,o), +(255,-25,o), +(298,0,c), +(280,57,l), +(273,56,l), +(141,6,o), +(84,-52,o), +(84,-118,cs), +(84,-175,o), +(128,-215,o), +(207,-215,cs) +); +}, +{ +closed = 1; +nodes = ( +(235,-207,o), +(276,-204,o), +(300,-195,c), +(300,-89,l), +(286,-94,o), +(265,-95,o), +(254,-95,cs), +(222,-96,o), +(202,-88,o), +(201,-68,cs), +(200,-49,o), +(216,-32,o), +(260,-13,cs), +(289,0,l), +(242,98,l), +(207,83,ls), +(104,38,o), +(40,-12,o), +(40,-91,cs), +(40,-170,o), +(105,-207,o), +(203,-207,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(209,-221,o), +(248,-214,o), +(277,-201,c), +(277,-123,l), +(265,-129,o), +(253,-132,o), +(242,-132,cs), +(218,-132,o), +(202,-117,o), +(202,-92,cs), +(202,-58,o), +(230,-28,o), +(269,0,c), +(262,11,l), +(153,11,l), +(80,-25,o), +(39,-71,o), +(39,-125,cs), +(39,-185,o), +(88,-221,o), +(170,-221,cs) +); +} +); +width = 315; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (78,0); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,-187,o), +(47,-184,o), +(56,-180,c), +(60,-156,l), +(50,-160,o), +(35,-162,o), +(25,-162,cs), +(1,-162,o), +(-12,-149,o), +(-12,-124,cs), +(-12,-92,o), +(19,-49,o), +(78,0,c), +(74,8,l), +(56,8,l), +(-13,-47,o), +(-39,-94,o), +(-39,-129,cs), +(-39,-164,o), +(-17,-187,o), +(17,-187,cs) +); +} +); +width = 187; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (149,0); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (113,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(42,-201,o), +(71,-198,o), +(84,-194,c), +(103,-100,l), +(95,-102,o), +(83,-103,o), +(70,-103,cs), +(39,-103,o), +(18,-94,o), +(18,-72,cs), +(18,-44,o), +(39,-30,o), +(75,-15,cs), +(112,0,l), +(83,85,l), +(55,76,ls), +(-71,35,o), +(-134,-15,o), +(-134,-93,cs), +(-134,-158,o), +(-85,-201,o), +(19,-201,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(79,-192,o), +(107,-188,o), +(125,-180,c), +(136,-115,l), +(128,-118,o), +(121,-119,o), +(113,-119,cs), +(91,-119,o), +(82,-105,o), +(82,-89,cs), +(82,-64,o), +(106,-34,o), +(149,0,c), +(144,11,l), +(73,11,l), +(19,-25,o), +(-30,-62,o), +(-30,-118,cs), +(-30,-163,o), +(4,-192,o), +(59,-192,cs) +); +} +); +width = 266; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (103,0); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(52,-209,o), +(70,-205,o), +(84,-198,c), +(89,-170,l), +(76,-176,o), +(59,-180,o), +(43,-180,cs), +(11,-180,o), +(-7,-164,o), +(-7,-136,cs), +(-7,-92,o), +(30,-53,o), +(103,0,c), +(97,19,l), +(89,19,l), +(12,-31,o), +(-40,-82,o), +(-40,-139,cs), +(-40,-182,o), +(-11,-209,o), +(34,-209,cs) +); +} +); +width = 219; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (223,0); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (194,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(119,-207,o), +(147,-203,o), +(167,-199,c), +(187,-96,l), +(175,-98,o), +(160,-100,o), +(146,-100,cs), +(110,-100,o), +(94,-89,o), +(94,-70,cs), +(94,-42,o), +(121,-27,o), +(164,-11,cs), +(194,0,l), +(167,102,l), +(130,90,ls), +(23,55,o), +(-71,3,o), +(-71,-93,cs), +(-71,-161,o), +(-23,-207,o), +(91,-207,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(122,-221,o), +(167,-213,o), +(196,-201,c), +(210,-123,l), +(196,-129,o), +(182,-132,o), +(168,-132,cs), +(144,-132,o), +(130,-121,o), +(130,-101,cs), +(130,-72,o), +(160,-40,o), +(223,0,c), +(216,11,l), +(108,11,l), +(26,-22,o), +(-42,-68,o), +(-42,-136,cs), +(-42,-191,o), +(6,-221,o), +(82,-221,cs) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (125,0); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (84,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(80,-209,o), +(98,-207,o), +(110,-204,c), +(115,-175,l), +(103,-179,o), +(85,-181,o), +(68,-181,cs), +(20,-181,o), +(-7,-161,o), +(-7,-126,cs), +(-7,-84,o), +(33,-52,o), +(103,-16,cs), +(134,0,l), +(122,28,l), +(87,9,ls), +(17,-29,o), +(-40,-64,o), +(-40,-130,cs), +(-40,-177,o), +(-2,-209,o), +(62,-209,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(70,-209,o), +(88,-207,o), +(99,-204,c), +(104,-175,l), +(93,-179,o), +(77,-181,o), +(61,-181,cs), +(15,-181,o), +(-6,-161,o), +(-6,-128,cs), +(-6,-90,o), +(24,-50,o), +(125,0,c), +(120,16,l), +(103,16,l), +(3,-30,o), +(-39,-81,o), +(-39,-132,cs), +(-39,-180,o), +(-3,-209,o), +(54,-209,cs) +); +} +); +width = 235; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (255,0); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (201,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(109,-227,o), +(146,-222,o), +(165,-217,c), +(187,-104,l), +(169,-108,o), +(141,-110,o), +(124,-110,cs), +(76,-110,o), +(60,-97,o), +(60,-76,cs), +(60,-45,o), +(93,-30,o), +(158,-12,cs), +(201,0,l), +(177,111,l), +(134,98,ls), +(-4,56,o), +(-120,10,o), +(-120,-103,cs), +(-120,-178,o), +(-57,-227,o), +(66,-227,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,-222,o), +(201,-214,o), +(230,-201,c), +(245,-119,l), +(231,-125,o), +(208,-128,o), +(191,-128,cs), +(157,-128,o), +(143,-113,o), +(143,-95,cs), +(143,-61,o), +(179,-34,o), +(255,0,c), +(249,10,l), +(132,10,l), +(19,-25,o), +(-36,-76,o), +(-36,-134,cs), +(-36,-190,o), +(20,-222,o), +(103,-222,cs) ); } ); -width = 245; +width = 374; }, { anchors = ( { name = _ogonek; -pos = (135,0); +pos = (115,0); } ); background = { @@ -119,42 +1028,117 @@ nodes = ( } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { closed = 1; nodes = ( -(122,-187,o), -(137,-184,o), -(145,-180,c), -(145,-156,l), -(135,-160,o), -(122,-162,o), -(111,-162,cs), -(78,-162,o), -(67,-143,o), -(67,-119,cs), -(67,-85,o), -(91,-42,o), -(135,0,c), -(132,8,l), +(102,-187,o), +(117,-184,o), +(125,-180,c), +(125,-156,l), +(115,-160,o), +(102,-162,o), +(91,-162,cs), +(58,-162,o), +(47,-143,o), +(47,-119,cs), +(47,-85,o), +(71,-42,o), +(115,0,c), (112,8,l), -(67,-35,o), -(40,-85,o), -(40,-122,cs), -(40,-163,o), -(66,-187,o), -(107,-187,cs) +(92,8,l), +(47,-35,o), +(20,-85,o), +(20,-122,cs), +(20,-163,o), +(46,-187,o), +(87,-187,cs) ); } ); -width = 185; +width = 145; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (187,0); +} +); +background = { +anchors = ( +{ +name = _ogonek; +pos = (271,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(215,-205,o), +(247,-200,o), +(264,-193,c), +(264,-98,l), +(256,-101,o), +(243,-103,o), +(231,-103,cs), +(206,-103,o), +(190,-94,o), +(190,-71,cs), +(190,-53,o), +(203,-36,o), +(237,-16,cs), +(265,0,l), +(221,86,l), +(201,76,ls), +(91,21,o), +(40,-19,o), +(40,-93,cs), +(40,-160,o), +(91,-205,o), +(182,-205,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(153,-192,o), +(181,-187,o), +(195,-180,c), +(195,-115,l), +(188,-117,o), +(181,-119,o), +(172,-119,cs), +(147,-119,o), +(137,-107,o), +(137,-89,cs), +(137,-64,o), +(157,-31,o), +(187,0,c), +(185,11,l), +(109,11,l), +(59,-31,o), +(30,-74,o), +(30,-115,cs), +(30,-163,o), +(66,-192,o), +(127,-192,cs) +); +} +); +width = 225; }, { anchors = ( { name = _ogonek; -pos = (161,0); +pos = (141,0); } ); background = { @@ -247,42 +1231,42 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(143,-209,o), -(166,-204,o), -(177,-198,c), -(177,-170,l), -(165,-176,o), -(148,-180,o), -(132,-180,cs), -(94,-180,o), -(74,-161,o), -(74,-126,cs), -(74,-79,o), -(109,-40,o), -(161,0,c), -(151,19,l), -(143,19,l), -(78,-24,o), -(40,-79,o), -(40,-129,cs), -(40,-179,o), -(72,-209,o), -(123,-209,cs) +(123,-209,o), +(146,-204,o), +(157,-198,c), +(157,-170,l), +(145,-176,o), +(128,-180,o), +(112,-180,cs), +(74,-180,o), +(54,-161,o), +(54,-126,cs), +(54,-79,o), +(89,-40,o), +(141,0,c), +(131,19,l), +(123,19,l), +(58,-24,o), +(20,-79,o), +(20,-129,cs), +(20,-179,o), +(52,-209,o), +(103,-209,cs) ); } ); -width = 217; +width = 177; }, { anchors = ( { name = _ogonek; -pos = (281,0); +pos = (260,0); } ); background = { @@ -348,42 +1332,42 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,-221,o), -(261,-214,o), -(290,-201,c), -(290,-123,l), -(277,-129,o), -(264,-132,o), -(250,-132,cs), -(222,-132,o), -(205,-117,o), -(205,-92,cs), -(205,-58,o), -(236,-28,o), -(281,0,c), -(273,11,l), -(165,11,l), -(85,-25,o), -(40,-71,o), -(40,-125,cs), -(40,-185,o), -(92,-221,o), -(179,-221,cs) +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(197,-221,o), +(240,-214,o), +(269,-201,c), +(269,-123,l), +(256,-129,o), +(243,-132,o), +(229,-132,cs), +(201,-132,o), +(184,-117,o), +(184,-92,cs), +(184,-58,o), +(215,-28,o), +(260,0,c), +(252,11,l), +(144,11,l), +(64,-25,o), +(19,-71,o), +(19,-125,cs), +(19,-185,o), +(71,-221,o), +(158,-221,cs) ); } ); -width = 330; +width = 288; }, { anchors = ( { name = _ogonek; -pos = (183,0); +pos = (173,0); } ); background = { @@ -450,42 +1434,42 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(164,-209,o), -(191,-204,o), -(203,-198,c), -(203,-170,l), -(188,-176,o), -(166,-180,o), -(146,-180,cs), -(98,-180,o), -(73,-161,o), -(73,-126,cs), -(73,-79,o), -(117,-40,o), -(183,0,c), -(170,19,l), -(167,19,l), -(95,-21,o), -(40,-71,o), -(40,-129,cs), -(40,-179,o), -(77,-209,o), -(140,-209,cs) +(154,-209,o), +(181,-204,o), +(193,-198,c), +(193,-170,l), +(178,-176,o), +(156,-180,o), +(136,-180,cs), +(88,-180,o), +(63,-161,o), +(63,-126,cs), +(63,-79,o), +(107,-40,o), +(173,0,c), +(160,19,l), +(157,19,l), +(85,-21,o), +(30,-71,o), +(30,-129,cs), +(30,-179,o), +(67,-209,o), +(130,-209,cs) ); } ); -width = 243; +width = 223; }, { anchors = ( { name = _ogonek; -pos = (307,0); +pos = (297,0); } ); background = { @@ -578,80 +1562,80 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(242,-222,o), -(291,-214,o), -(318,-201,c), -(318,-119,l), -(305,-125,o), -(284,-128,o), -(266,-128,cs), -(228,-128,o), -(212,-113,o), -(212,-90,cs), -(212,-56,o), -(247,-25,o), -(307,0,c), -(300,10,l), -(183,10,l), -(69,-26,o), -(40,-80,o), -(40,-125,cs), -(40,-187,o), -(95,-222,o), -(195,-222,cs) +(232,-222,o), +(281,-214,o), +(308,-201,c), +(308,-119,l), +(295,-125,o), +(274,-128,o), +(256,-128,cs), +(218,-128,o), +(202,-113,o), +(202,-90,cs), +(202,-56,o), +(237,-25,o), +(297,0,c), +(290,10,l), +(173,10,l), +(59,-26,o), +(30,-80,o), +(30,-125,cs), +(30,-187,o), +(85,-222,o), +(185,-222,cs) ); } ); -width = 358; +width = 338; }, { anchors = ( { name = _ogonek; -pos = (78,0); +pos = (55,0); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(32,-187,o), -(47,-184,o), -(56,-180,c), -(60,-156,l), -(50,-160,o), -(35,-162,o), -(25,-162,cs), -(1,-162,o), -(-12,-149,o), -(-12,-124,cs), -(-12,-92,o), -(19,-49,o), -(78,0,c), -(74,8,l), -(56,8,l), -(-13,-47,o), -(-39,-94,o), -(-39,-129,cs), -(-39,-164,o), -(-17,-187,o), -(17,-187,cs) +(9,-187,o), +(24,-184,o), +(33,-180,c), +(37,-156,l), +(27,-160,o), +(12,-162,o), +(2,-162,cs), +(-22,-162,o), +(-35,-149,o), +(-35,-124,cs), +(-35,-92,o), +(-4,-49,o), +(55,0,c), +(51,8,l), +(33,8,l), +(-36,-47,o), +(-62,-94,o), +(-62,-129,cs), +(-62,-164,o), +(-40,-187,o), +(-6,-187,cs) ); } ); -width = 187; +width = 141; }, { anchors = ( { name = _ogonek; -pos = (141,0); +pos = (130,0); } ); background = { @@ -691,80 +1675,80 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(71,-192,o), -(99,-188,o), -(117,-180,c), -(128,-115,l), -(120,-118,o), -(113,-119,o), -(105,-119,cs), -(83,-119,o), -(74,-105,o), -(74,-89,cs), -(74,-64,o), -(98,-34,o), -(141,0,c), -(136,11,l), -(65,11,l), -(11,-25,o), -(-38,-62,o), -(-38,-118,cs), -(-38,-163,o), -(-4,-192,o), -(51,-192,cs) +(60,-192,o), +(88,-188,o), +(106,-180,c), +(117,-115,l), +(109,-118,o), +(102,-119,o), +(94,-119,cs), +(72,-119,o), +(63,-105,o), +(63,-89,cs), +(63,-64,o), +(87,-34,o), +(130,0,c), +(125,11,l), +(54,11,l), +(0,-25,o), +(-49,-62,o), +(-49,-118,cs), +(-49,-163,o), +(-15,-192,o), +(40,-192,cs) ); } ); -width = 250; +width = 228; }, { anchors = ( { name = _ogonek; -pos = (103,0); +pos = (79,0); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(52,-209,o), -(70,-205,o), -(84,-198,c), -(89,-170,l), -(76,-176,o), -(59,-180,o), -(43,-180,cs), -(11,-180,o), -(-7,-164,o), -(-7,-136,cs), -(-7,-92,o), -(30,-53,o), -(103,0,c), -(97,19,l), -(89,19,l), -(12,-31,o), -(-40,-82,o), -(-40,-139,cs), -(-40,-182,o), -(-11,-209,o), -(34,-209,cs) +(28,-209,o), +(46,-205,o), +(60,-198,c), +(65,-170,l), +(52,-176,o), +(35,-180,o), +(19,-180,cs), +(-13,-180,o), +(-31,-164,o), +(-31,-136,cs), +(-31,-92,o), +(6,-53,o), +(79,0,c), +(73,19,l), +(65,19,l), +(-12,-31,o), +(-64,-82,o), +(-64,-139,cs), +(-64,-182,o), +(-35,-209,o), +(10,-209,cs) ); } ); -width = 219; +width = 171; }, { anchors = ( { name = _ogonek; -pos = (223,0); +pos = (194,0); } ); background = { @@ -804,42 +1788,42 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(122,-221,o), -(167,-213,o), -(196,-201,c), -(210,-123,l), -(196,-129,o), -(182,-132,o), -(168,-132,cs), -(144,-132,o), -(130,-121,o), -(130,-101,cs), -(130,-72,o), -(160,-40,o), -(223,0,c), -(216,11,l), -(108,11,l), -(26,-22,o), -(-42,-68,o), -(-42,-136,cs), -(-42,-191,o), -(6,-221,o), -(82,-221,cs) +(93,-221,o), +(138,-213,o), +(167,-201,c), +(181,-123,l), +(167,-129,o), +(153,-132,o), +(139,-132,cs), +(115,-132,o), +(101,-121,o), +(101,-101,cs), +(101,-72,o), +(131,-40,o), +(194,0,c), +(187,11,l), +(79,11,l), +(-3,-22,o), +(-71,-68,o), +(-71,-136,cs), +(-71,-191,o), +(-23,-221,o), +(53,-221,cs) ); } ); -width = 334; +width = 276; }, { anchors = ( { name = _ogonek; -pos = (125,0); +pos = (115,0); } ); background = { @@ -879,42 +1863,42 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(70,-209,o), -(88,-207,o), -(99,-204,c), -(104,-175,l), -(93,-179,o), -(77,-181,o), -(61,-181,cs), -(15,-181,o), -(-6,-161,o), -(-6,-128,cs), -(-6,-90,o), -(24,-50,o), -(125,0,c), -(120,16,l), -(103,16,l), -(3,-30,o), -(-39,-81,o), -(-39,-132,cs), -(-39,-180,o), -(-3,-209,o), -(54,-209,cs) +(60,-209,o), +(78,-207,o), +(89,-204,c), +(94,-175,l), +(83,-179,o), +(67,-181,o), +(51,-181,cs), +(5,-181,o), +(-16,-161,o), +(-16,-128,cs), +(-16,-90,o), +(14,-50,o), +(115,0,c), +(110,16,l), +(93,16,l), +(-7,-30,o), +(-49,-81,o), +(-49,-132,cs), +(-49,-180,o), +(-13,-209,o), +(44,-209,cs) ); } ); -width = 235; +width = 215; }, { anchors = ( { name = _ogonek; -pos = (249,0); +pos = (234,0); } ); background = { @@ -954,36 +1938,36 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(144,-222,o), -(195,-214,o), -(224,-201,c), -(239,-119,l), -(225,-125,o), -(202,-128,o), -(185,-128,cs), -(151,-128,o), -(137,-113,o), -(137,-95,cs), -(137,-61,o), -(173,-34,o), -(249,0,c), -(243,10,l), -(126,10,l), -(13,-25,o), -(-42,-76,o), -(-42,-134,cs), -(-42,-190,o), -(14,-222,o), -(97,-222,cs) +(129,-222,o), +(180,-214,o), +(209,-201,c), +(224,-119,l), +(210,-125,o), +(187,-128,o), +(170,-128,cs), +(136,-128,o), +(122,-113,o), +(122,-95,cs), +(122,-61,o), +(158,-34,o), +(234,0,c), +(228,10,l), +(111,10,l), +(-2,-25,o), +(-57,-76,o), +(-57,-134,cs), +(-57,-190,o), +(-1,-222,o), +(82,-222,cs) ); } ); -width = 362; +width = 332; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/ograve.glyph b/sources/MonaSans.glyphspackage/glyphs/ograve.glyph index 3bef3beb..950ff8fe 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ograve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ograve.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ograve; -kernLeft = egrave; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (18,-137); ref = gravecomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (161,-155); +pos = (176,-155); ref = gravecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (95,-134); +pos = (113,-129); ref = gravecomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (176,-155); +pos = (160,-155); ref = gravecomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (113,-129); +pos = (102,-134); ref = gravecomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-5,-137); ref = gravecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (73,-129); ref = gravecomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (34,-156); +ref = gravecomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (21,-137); +ref = gravecomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (161,-155); +ref = gravecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (95,-134); +ref = gravecomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (176,-155); +ref = gravecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (113,-129); +ref = gravecomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (0,-156); +ref = gravecomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-1,-137); +ref = gravecomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (115,-155); +ref = gravecomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (61,-134); +ref = gravecomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (133,-155); +ref = gravecomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (97,-129); +ref = gravecomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/ohookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/ohookabove.glyph index 5a7cea4e..3296a33a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ohookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ohookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ohookabove; -kernLeft = e; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (88,-138); ref = hookabovecomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (187,-155); +pos = (212,-155); ref = hookabovecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (141,-134); +pos = (194,-134); ref = hookabovecomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (212,-155); +pos = (186,-155); ref = hookabovecomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (194,-134); +pos = (145,-134); ref = hookabovecomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (49,-139); ref = hookabovecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (138,-137); ref = hookabovecomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (87,-156); +ref = hookabovecomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (91,-138); +ref = hookabovecomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (187,-155); +ref = hookabovecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (141,-134); +ref = hookabovecomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (212,-155); +ref = hookabovecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (194,-134); +ref = hookabovecomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (29,-157); +ref = hookabovecomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (53,-139); +ref = hookabovecomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (145,-156); +ref = hookabovecomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (102,-135); +ref = hookabovecomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (175,-156); +ref = hookabovecomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (162,-137); +ref = hookabovecomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/ohorn.glyph b/sources/MonaSans.glyphspackage/glyphs/ohorn.glyph index 64dbf2f8..bed32358 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ohorn.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ohorn.glyph @@ -1,7 +1,7 @@ { color = 7; glyphname = ohorn; -kernLeft = e; +kernLeft = KO_e; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -29,63 +29,63 @@ pos = (259,-11); ref = horncomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = -1; ref = o; }, { -pos = (341,-2); +pos = (391,-18); ref = horncomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = -1; ref = o; }, { -pos = (340,-66); +pos = (404,-86); ref = horncomb; } ); -width = 612; +width = 712; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = -1; ref = o; }, { -pos = (391,-18); +pos = (336,-2); ref = horncomb; } ); -width = 640; +width = 582; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = -1; ref = o; }, { -pos = (400,-86); +pos = (335,-66); ref = horncomb; } ); -width = 700; +width = 603; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -113,7 +113,7 @@ pos = (233,-11); ref = horncomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -165,11 +165,179 @@ alignment = -1; ref = o; }, { -pos = (358,-98); +pos = (360,-98); +ref = horncomb; +} +); +width = 706; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (181,-9); +ref = horncomb; +} +); +width = 298; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (262,-11); +ref = horncomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (345,-2); +ref = horncomb; +} +); +width = 549; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (344,-66); +ref = horncomb; +} +); +width = 570; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (414,-18); +ref = horncomb; +} +); +width = 620; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (414,-86); +ref = horncomb; +} +); +width = 680; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (168,-9); +ref = horncomb; +} +); +width = 291; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (237,-11); +ref = horncomb; +} +); +width = 429; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (329,-3); +ref = horncomb; +} +); +width = 529; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (314,-66); +ref = horncomb; +} +); +width = 549; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (379,-18); +ref = horncomb; +} +); +width = 611; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (382,-98); ref = horncomb; } ); -width = 694; +width = 664; } ); metricLeft = o; diff --git a/sources/MonaSans.glyphspackage/glyphs/ohornacute.glyph b/sources/MonaSans.glyphspackage/glyphs/ohornacute.glyph index 7bd60780..96c4fe12 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ohornacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ohornacute.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ohornacute; -kernLeft = e; +kernLeft = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (115,-137); ref = acutecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = ohorn; }, { -pos = (240,-155); +pos = (262,-155); ref = acutecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = ohorn; }, { -pos = (192,-134); +pos = (234,-129); ref = acutecomb; } ); -width = 612; +width = 712; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = ohorn; }, { -pos = (262,-155); +pos = (239,-155); ref = acutecomb; } ); -width = 640; +width = 582; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = ohorn; }, { -pos = (230,-129); +pos = (191,-134); ref = acutecomb; } ); -width = 700; +width = 603; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (85,-137); ref = acutecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -153,11 +153,177 @@ shapes = ( ref = ohorn; }, { -pos = (190,-129); +pos = (192,-129); +ref = acutecomb; +} +); +width = 706; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (112,-156); +ref = acutecomb; +} +); +width = 338; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (118,-137); +ref = acutecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (240,-155); +ref = acutecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (192,-134); +ref = acutecomb; +} +); +width = 592; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (262,-155); +ref = acutecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (230,-129); +ref = acutecomb; +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (77,-156); +ref = acutecomb; +} +); +width = 291; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (89,-137); +ref = acutecomb; +} +); +width = 429; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (192,-155); +ref = acutecomb; +} +); +width = 529; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (162,-134); +ref = acutecomb; +} +); +width = 549; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (220,-155); +ref = acutecomb; +} +); +width = 611; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (214,-129); ref = acutecomb; } ); -width = 694; +width = 664; } ); unicode = 7899; diff --git a/sources/MonaSans.glyphspackage/glyphs/ohorndotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/ohorndotbelow.glyph index 939d6d40..7f528a75 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ohorndotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ohorndotbelow.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ohorndotbelow; -kernLeft = e; +kernLeft = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (109,0); ref = dotbelowcomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = ohorn; }, { -pos = (223,0); +pos = (248,0); ref = dotbelowcomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = ohorn; }, { -pos = (179,0); +pos = (198,0); ref = dotbelowcomb; } ); -width = 612; +width = 712; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = ohorn; }, { -pos = (248,0); +pos = (222,0); ref = dotbelowcomb; } ); -width = 640; +width = 582; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = ohorn; }, { -pos = (194,0); +pos = (180,0); ref = dotbelowcomb; } ); -width = 700; +width = 603; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (127,0); ref = dotbelowcomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -153,11 +153,177 @@ shapes = ( ref = ohorn; }, { -pos = (229,0); +pos = (231,0); +ref = dotbelowcomb; +} +); +width = 706; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (105,0); +ref = dotbelowcomb; +} +); +width = 338; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (112,0); +ref = dotbelowcomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (223,0); +ref = dotbelowcomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (179,0); +ref = dotbelowcomb; +} +); +width = 592; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (248,0); +ref = dotbelowcomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (194,0); +ref = dotbelowcomb; +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (118,0); +ref = dotbelowcomb; +} +); +width = 291; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (131,0); +ref = dotbelowcomb; +} +); +width = 429; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (240,0); +ref = dotbelowcomb; +} +); +width = 529; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (216,0); +ref = dotbelowcomb; +} +); +width = 549; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (280,0); +ref = dotbelowcomb; +} +); +width = 611; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (234,0); ref = dotbelowcomb; } ); -width = 694; +width = 664; } ); unicode = 7907; diff --git a/sources/MonaSans.glyphspackage/glyphs/ohorndotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/ohorndotbelow.ss01.glyph index d849ea6e..f284d219 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ohorndotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ohorndotbelow.ss01.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ohorndotbelow.ss01; -kernLeft = e; +kernLeft = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (98,0); ref = dotbelowcomb.ss01; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = ohorn; }, { -pos = (236,0); +pos = (261,0); ref = dotbelowcomb.ss01; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = ohorn; }, { -pos = (168,0); +pos = (210,0); ref = dotbelowcomb.ss01; } ); -width = 612; +width = 712; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = ohorn; }, { -pos = (261,0); +pos = (235,0); ref = dotbelowcomb.ss01; } ); -width = 640; +width = 582; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = ohorn; }, { -pos = (206,0); +pos = (167,0); ref = dotbelowcomb.ss01; } ); -width = 700; +width = 603; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (118,0); ref = dotbelowcomb.ss01; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -153,11 +153,177 @@ shapes = ( ref = ohorn; }, { -pos = (243,0); +pos = (245,0); +ref = dotbelowcomb.ss01; +} +); +width = 706; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (113,0); +ref = dotbelowcomb.ss01; +} +); +width = 338; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (101,0); +ref = dotbelowcomb.ss01; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (236,0); +ref = dotbelowcomb.ss01; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (168,0); +ref = dotbelowcomb.ss01; +} +); +width = 592; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (261,0); +ref = dotbelowcomb.ss01; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (206,0); +ref = dotbelowcomb.ss01; +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (126,0); +ref = dotbelowcomb.ss01; +} +); +width = 291; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (122,0); +ref = dotbelowcomb.ss01; +} +); +width = 429; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (253,0); +ref = dotbelowcomb.ss01; +} +); +width = 529; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (207,0); +ref = dotbelowcomb.ss01; +} +); +width = 549; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (291,0); +ref = dotbelowcomb.ss01; +} +); +width = 611; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (248,0); ref = dotbelowcomb.ss01; } ); -width = 694; +width = 664; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/ohorngrave.glyph b/sources/MonaSans.glyphspackage/glyphs/ohorngrave.glyph index e5dfda4e..23cb7046 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ohorngrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ohorngrave.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ohorngrave; -kernLeft = egrave; +kernLeft = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (18,-137); ref = gravecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = ohorn; }, { -pos = (161,-155); +pos = (176,-155); ref = gravecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = ohorn; }, { -pos = (95,-134); +pos = (117,-129); ref = gravecomb; } ); -width = 612; +width = 712; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = ohorn; }, { -pos = (176,-155); +pos = (160,-155); ref = gravecomb; } ); -width = 640; +width = 582; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = ohorn; }, { -pos = (113,-129); +pos = (102,-134); ref = gravecomb; } ); -width = 700; +width = 603; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-5,-137); ref = gravecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -153,11 +153,177 @@ shapes = ( ref = ohorn; }, { -pos = (73,-129); +pos = (75,-129); +ref = gravecomb; +} +); +width = 706; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (34,-156); +ref = gravecomb; +} +); +width = 338; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (21,-137); +ref = gravecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (161,-155); +ref = gravecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (95,-134); +ref = gravecomb; +} +); +width = 592; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (176,-155); +ref = gravecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (113,-129); +ref = gravecomb; +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (0,-156); +ref = gravecomb; +} +); +width = 291; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (-1,-137); +ref = gravecomb; +} +); +width = 429; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (115,-155); +ref = gravecomb; +} +); +width = 529; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (61,-134); +ref = gravecomb; +} +); +width = 549; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (133,-155); +ref = gravecomb; +} +); +width = 611; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (97,-129); ref = gravecomb; } ); -width = 694; +width = 664; } ); unicode = 7901; diff --git a/sources/MonaSans.glyphspackage/glyphs/ohornhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/ohornhookabove.glyph index 29d8aa78..36344fc6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ohornhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ohornhookabove.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ohornhookabove; -kernLeft = e; +kernLeft = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (88,-138); ref = hookabovecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = ohorn; }, { -pos = (187,-155); +pos = (212,-155); ref = hookabovecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = ohorn; }, { -pos = (141,-134); +pos = (198,-134); ref = hookabovecomb; } ); -width = 612; +width = 712; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = ohorn; }, { -pos = (212,-155); +pos = (186,-155); ref = hookabovecomb; } ); -width = 640; +width = 582; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = ohorn; }, { -pos = (194,-134); +pos = (145,-134); ref = hookabovecomb; } ); -width = 700; +width = 603; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (49,-139); ref = hookabovecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -153,11 +153,177 @@ shapes = ( ref = ohorn; }, { -pos = (138,-137); +pos = (140,-137); +ref = hookabovecomb; +} +); +width = 706; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (87,-156); +ref = hookabovecomb; +} +); +width = 338; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (91,-138); +ref = hookabovecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (187,-155); +ref = hookabovecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (141,-134); +ref = hookabovecomb; +} +); +width = 592; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (212,-155); +ref = hookabovecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (194,-134); +ref = hookabovecomb; +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (29,-157); +ref = hookabovecomb; +} +); +width = 291; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (53,-139); +ref = hookabovecomb; +} +); +width = 429; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (145,-156); +ref = hookabovecomb; +} +); +width = 529; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (102,-135); +ref = hookabovecomb; +} +); +width = 549; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (175,-156); +ref = hookabovecomb; +} +); +width = 611; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (162,-137); ref = hookabovecomb; } ); -width = 694; +width = 664; } ); unicode = 7903; diff --git a/sources/MonaSans.glyphspackage/glyphs/ohorntilde.glyph b/sources/MonaSans.glyphspackage/glyphs/ohorntilde.glyph index 33ef7f40..42154c88 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ohorntilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ohorntilde.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ohorntilde; -kernLeft = egrave; +kernLeft = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (-5,-138); ref = tildecomb; } ); -width = 470; +width = 486; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = ohorn; }, { -pos = (106,-155); +pos = (113,-155); ref = tildecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = ohorn; }, { -pos = (46,-134); +pos = (87,-129); ref = tildecomb; } ); -width = 612; +width = 712; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = ohorn; }, { -pos = (113,-155); +pos = (107,-155); ref = tildecomb; } ); -width = 640; +width = 582; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = ohorn; }, { -pos = (83,-129); +pos = (51,-134); ref = tildecomb; } ); -width = 700; +width = 603; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-38,-138); ref = tildecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -153,11 +153,177 @@ shapes = ( ref = ohorn; }, { +pos = (48,-134); +ref = tildecomb; +} +); +width = 706; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (28,-156); +ref = tildecomb; +} +); +width = 338; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (-2,-138); +ref = tildecomb; +} +); +width = 450; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (106,-155); +ref = tildecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; pos = (46,-134); ref = tildecomb; } ); -width = 694; +width = 592; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (113,-155); +ref = tildecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = ohorn; +}, +{ +alignment = -1; +pos = (83,-129); +ref = tildecomb; +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (-7,-156); +ref = tildecomb; +} +); +width = 291; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (-34,-138); +ref = tildecomb; +} +); +width = 429; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (60,-155); +ref = tildecomb; +} +); +width = 529; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (13,-134); +ref = tildecomb; +} +); +width = 549; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (71,-155); +ref = tildecomb; +} +); +width = 611; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = ohorn; +}, +{ +pos = (70,-134); +ref = tildecomb; +} +); +width = 664; } ); unicode = 7905; diff --git a/sources/MonaSans.glyphspackage/glyphs/ohungarumlaut.glyph b/sources/MonaSans.glyphspackage/glyphs/ohungarumlaut.glyph index 15d71fde..a5a3c06a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ohungarumlaut.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ohungarumlaut.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ohungarumlaut; -kernLeft = e; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (44,-137); ref = hungarumlautcomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (174,-155); +pos = (191,-155); ref = hungarumlautcomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (91,-134); +pos = (130,-129); ref = hungarumlautcomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (191,-155); +pos = (173,-155); ref = hungarumlautcomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (130,-129); +pos = (94,-134); ref = hungarumlautcomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (4,-137); ref = hungarumlautcomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (85,-129); ref = hungarumlautcomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (71,-156); +ref = hungarumlautcomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (47,-137); +ref = hungarumlautcomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (174,-155); +ref = hungarumlautcomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (91,-134); +ref = hungarumlautcomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (191,-155); +ref = hungarumlautcomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (130,-129); +ref = hungarumlautcomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (35,-156); +ref = hungarumlautcomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (8,-137); +ref = hungarumlautcomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (126,-155); +ref = hungarumlautcomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (62,-134); +ref = hungarumlautcomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (148,-155); +ref = hungarumlautcomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (109,-129); +ref = hungarumlautcomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/omacron.glyph b/sources/MonaSans.glyphspackage/glyphs/omacron.glyph index 7e95c461..bc0e2f6e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/omacron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/omacron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = omacron; -kernLeft = egrave; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (33,-139); ref = macroncomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (95,-155); +pos = (92,-154); ref = macroncomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (62,-134); +pos = (83,-129); ref = macroncomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (92,-154); +pos = (96,-155); ref = macroncomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (83,-129); +pos = (67,-134); ref = macroncomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (1,-139); ref = macroncomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (42,-129); ref = macroncomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (31,-155); +ref = macroncomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (36,-139); +ref = macroncomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (95,-155); +ref = macroncomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (62,-134); +ref = macroncomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (92,-154); +ref = macroncomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (83,-129); +ref = macroncomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-5,-155); +ref = macroncomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (5,-139); +ref = macroncomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (48,-155); +ref = macroncomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (49,-134); +ref = macroncomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (49,-154); +ref = macroncomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (66,-129); +ref = macroncomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/one.blackC_ircled.glyph b/sources/MonaSans.glyphspackage/glyphs/one.blackC_ircled.glyph index 32e5889e..e952be7c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/one.blackC_ircled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/one.blackC_ircled.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); background = { @@ -50,37 +50,37 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) ); }, { closed = 1; nodes = ( -(327,414,l), -(244,414,l), -(244,503,l), -(263,503,ls), -(301,503,o), -(331,534,o), -(335,582,c), -(437,582,l), -(437,149,l), -(327,149,l) +(335,414,l), +(252,414,l), +(252,503,l), +(271,503,ls), +(309,503,o), +(339,534,o), +(343,582,c), +(445,582,l), +(445,149,l), +(335,149,l) ); } ); -width = 706; +width = 722; }, { anchors = ( @@ -111,62 +111,1144 @@ nodes = ( { closed = 1; nodes = ( -(353,496,l), -(295,496,l), -(295,523,l), -(307,523,ls), -(340,523,o), -(354,546,o), -(355,582,c), -(383,582,l), -(383,149,l), -(353,149,l) +(353,496,l), +(295,496,l), +(295,523,l), +(307,523,ls), +(340,523,o), +(354,546,o), +(355,582,c), +(383,582,l), +(383,149,l), +(353,149,l) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(353,495,l), +(295,495,l), +(295,522,l), +(307,522,ls), +(340,522,o), +(354,545,o), +(355,581,c), +(383,581,l), +(383,148,l), +(353,148,l) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = center; +pos = (442,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,485,l), +(341,485,l), +(341,512,l), +(361,512,ls), +(419,512,o), +(442,540,o), +(445,582,c), +(482,582,l), +(482,149,l), +(446,149,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,486,l), +(341,486,l), +(341,513,l), +(361,513,ls), +(419,513,o), +(442,541,o), +(445,583,c), +(482,583,l), +(482,150,l), +(446,150,l) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = center; +pos = (436,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(393,394,l), +(278,394,l), +(278,502,l), +(297,502,ls), +(352,502,o), +(396,534,o), +(401,582,c), +(543,582,l), +(543,149,l), +(393,149,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(399,398,l), +(284,398,l), +(284,506,l), +(303,506,ls), +(358,506,o), +(402,538,o), +(407,586,c), +(549,586,l), +(549,153,l), +(399,153,l) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = center; +pos = (431,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(434,486,l), +(334,486,l), +(334,512,l), +(350,512,ls), +(408,512,o), +(430,540,o), +(434,582,c), +(468,582,l), +(468,149,l), +(434,149,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(430,486,l), +(332,486,l), +(332,512,l), +(347,512,ls), +(404,512,o), +(426,540,o), +(430,582,c), +(462,582,l), +(462,149,l), +(430,149,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +112, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +529, +23 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +520, +33 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +105, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +527, +31 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +482, +40 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-18, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-18, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +anchors = ( +{ +name = center; +pos = (418,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,405,l), +(274,405,l), +(274,502,l), +(294,502,ls), +(349,502,o), +(393,534,o), +(398,582,c), +(517,582,l), +(517,149,l), +(390,149,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(398,407,l), +(284,407,l), +(284,504,l), +(304,504,ls), +(357,504,o), +(401,536,o), +(406,584,c), +(524,584,l), +(524,151,l), +(398,151,l) +); +} +); +width = 834; +}, +{ +anchors = ( +{ +name = center; +pos = (386,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,496,l), +(332,496,l), +(332,523,l), +(344,523,ls), +(377,523,o), +(391,546,o), +(392,582,c), +(420,582,l), +(420,149,l), +(390,149,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,495,l), +(332,495,l), +(332,522,l), +(344,522,ls), +(377,522,o), +(391,545,o), +(392,581,c), +(420,581,l), +(420,148,l), +(390,148,l) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = center; +pos = (393,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(359,414,l), +(276,414,l), +(276,503,l), +(295,503,ls), +(333,503,o), +(363,534,o), +(367,582,c), +(469,582,l), +(469,149,l), +(359,149,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(367,414,l), +(284,414,l), +(284,503,l), +(303,503,ls), +(341,503,o), +(371,534,o), +(375,582,c), +(477,582,l), +(477,149,l), +(367,149,l) +); +} +); +width = 747; +}, +{ +anchors = ( +{ +name = center; +pos = (467.5,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(466,486,l), +(366,486,l), +(366,512,l), +(382,512,ls), +(440,512,o), +(462,540,o), +(466,582,c), +(500,582,l), +(500,149,l), +(466,149,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(467,486,l), +(367,486,l), +(367,512,l), +(383,512,ls), +(441,512,o), +(463,540,o), +(467,582,c), +(501,582,l), +(501,149,l), +(467,149,l) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = center; +pos = (455.5,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(436,405,l), +(320,405,l), +(320,502,l), +(340,502,ls), +(395,502,o), +(439,534,o), +(444,582,c), +(563,582,l), +(563,149,l), +(436,149,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(436,407,l), +(320,407,l), +(320,504,l), +(340,504,ls), +(395,504,o), +(439,536,o), +(444,584,c), +(563,584,l), +(563,151,l), +(436,151,l) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = center; +pos = (473,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(477,485,l), +(372,485,l), +(372,512,l), +(392,512,ls), +(450,512,o), +(473,540,o), +(476,582,c), +(513,582,l), +(513,149,l), +(477,149,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(477,486,l), +(372,486,l), +(372,513,l), +(392,513,ls), +(450,513,o), +(473,541,o), +(476,583,c), +(513,583,l), +(513,150,l), +(477,150,l) +); +} +); +width = 903; +}, +{ +anchors = ( +{ +name = center; +pos = (465,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(422,394,l), +(307,394,l), +(307,502,l), +(326,502,ls), +(381,502,o), +(425,534,o), +(430,582,c), +(572,582,l), +(572,149,l), +(422,149,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(428,398,l), +(313,398,l), +(313,506,l), +(332,506,ls), +(387,506,o), +(431,538,o), +(436,586,c), +(578,586,l), +(578,153,l), +(428,153,l) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = center; +pos = (329,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(353,496,l), +(295,496,l), +(295,523,l), +(307,523,ls), +(340,523,o), +(354,546,o), +(355,582,c), +(383,582,l), +(383,149,l), +(353,149,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(333,495,l), +(275,495,l), +(275,522,l), +(287,522,ls), +(320,522,o), +(334,545,o), +(335,581,c), +(363,581,l), +(363,148,l), +(333,148,l) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(327,414,l), +(244,414,l), +(244,503,l), +(263,503,ls), +(301,503,o), +(331,534,o), +(335,582,c), +(437,582,l), +(437,149,l), +(327,149,l) ); } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) ); }, { closed = 1; nodes = ( -(353,495,l), -(295,495,l), -(295,522,l), -(307,522,ls), -(340,522,o), -(354,545,o), -(355,581,c), -(383,581,l), -(383,148,l), -(353,148,l) +(317,414,l), +(234,414,l), +(234,503,l), +(253,503,ls), +(291,503,o), +(321,534,o), +(325,582,c), +(427,582,l), +(427,149,l), +(317,149,l) ); } ); -width = 698; +width = 686; }, { anchors = ( { name = center; -pos = (435.5,363); +pos = (416,363); } ); background = { @@ -205,38 +1287,38 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) ); }, { closed = 1; nodes = ( -(435,486,l), -(335,486,l), -(335,512,l), -(351,512,ls), -(409,512,o), -(431,540,o), -(435,582,c), -(469,582,l), -(469,149,l), -(435,149,l) +(415,486,l), +(315,486,l), +(315,512,l), +(331,512,ls), +(389,512,o), +(411,540,o), +(415,582,c), +(449,582,l), +(449,149,l), +(415,149,l) ); } ); @@ -362,13 +1444,13 @@ type = Stem; } ); }; -width = 871; +width = 831; }, { anchors = ( { name = center; -pos = (427.5,365); +pos = (407,365); } ); background = { @@ -407,48 +1489,48 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) ); }, { closed = 1; nodes = ( -(408,407,l), -(292,407,l), -(292,504,l), -(312,504,ls), -(367,504,o), -(411,536,o), -(416,584,c), -(535,584,l), -(535,151,l), -(408,151,l) +(387,407,l), +(271,407,l), +(271,504,l), +(291,504,ls), +(346,504,o), +(390,536,o), +(395,584,c), +(514,584,l), +(514,151,l), +(387,151,l) ); } ); -width = 855; +width = 813; }, { anchors = ( { name = center; -pos = (442,363); +pos = (432,363); } ); background = { @@ -487,48 +1569,48 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) ); }, { closed = 1; nodes = ( -(446,486,l), -(341,486,l), -(341,513,l), -(361,513,ls), -(419,513,o), -(442,541,o), -(445,583,c), -(482,583,l), -(482,150,l), -(446,150,l) +(436,486,l), +(331,486,l), +(331,513,l), +(351,513,ls), +(409,513,o), +(432,541,o), +(435,583,c), +(472,583,l), +(472,150,l), +(436,150,l) ); } ); -width = 884; +width = 864; }, { anchors = ( { name = center; -pos = (430,364); +pos = (420,364); } ); background = { @@ -567,48 +1649,48 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) ); }, { closed = 1; nodes = ( -(393,398,l), -(278,398,l), -(278,506,l), -(297,506,ls), -(352,506,o), -(396,538,o), -(401,586,c), -(543,586,l), -(543,153,l), -(393,153,l) +(383,398,l), +(268,398,l), +(268,506,l), +(287,506,ls), +(342,506,o), +(386,538,o), +(391,586,c), +(533,586,l), +(533,153,l), +(383,153,l) ); } ); -width = 860; +width = 840; }, { anchors = ( { name = center; -pos = (386,365); +pos = (363,365); } ); background = { @@ -647,48 +1729,48 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) ); }, { closed = 1; nodes = ( -(390,495,l), -(332,495,l), -(332,522,l), -(344,522,ls), -(377,522,o), -(391,545,o), -(392,581,c), -(420,581,l), -(420,148,l), -(390,148,l) +(367,495,l), +(309,495,l), +(309,522,l), +(321,522,ls), +(354,522,o), +(368,545,o), +(369,581,c), +(397,581,l), +(397,148,l), +(367,148,l) ); } ); -width = 727; +width = 681; }, { anchors = ( { name = center; -pos = (385,366); +pos = (374,366); } ); background = { @@ -727,48 +1809,48 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) ); }, { closed = 1; nodes = ( -(359,414,l), -(276,414,l), -(276,503,l), -(295,503,ls), -(333,503,o), -(363,534,o), -(367,582,c), -(469,582,l), -(469,149,l), -(359,149,l) +(348,414,l), +(265,414,l), +(265,503,l), +(284,503,ls), +(322,503,o), +(352,534,o), +(356,582,c), +(458,582,l), +(458,149,l), +(348,149,l) ); } ); -width = 731; +width = 709; }, { anchors = ( { name = center; -pos = (467.5,363); +pos = (444,363); } ); background = { @@ -807,48 +1889,48 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) ); }, { closed = 1; nodes = ( -(467,486,l), -(367,486,l), -(367,512,l), -(383,512,ls), -(441,512,o), -(463,540,o), -(467,582,c), -(501,582,l), -(501,149,l), -(467,149,l) +(443,486,l), +(343,486,l), +(343,512,l), +(359,512,ls), +(417,512,o), +(439,540,o), +(443,582,c), +(477,582,l), +(477,149,l), +(443,149,l) ); } ); -width = 891; +width = 843; }, { anchors = ( { name = center; -pos = (455.5,365); +pos = (427,365); } ); background = { @@ -887,48 +1969,48 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) ); }, { closed = 1; nodes = ( -(436,407,l), -(320,407,l), -(320,504,l), -(340,504,ls), -(395,504,o), -(439,536,o), -(444,584,c), -(563,584,l), -(563,151,l), -(436,151,l) +(407,407,l), +(291,407,l), +(291,504,l), +(311,504,ls), +(366,504,o), +(410,536,o), +(415,584,c), +(534,584,l), +(534,151,l), +(407,151,l) ); } ); -width = 873; +width = 815; }, { anchors = ( { name = center; -pos = (473,363); +pos = (463,363); } ); background = { @@ -967,48 +2049,48 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) ); }, { closed = 1; nodes = ( -(477,486,l), -(372,486,l), -(372,513,l), -(392,513,ls), -(450,513,o), -(473,541,o), -(476,583,c), -(513,583,l), -(513,150,l), -(477,150,l) +(467,486,l), +(362,486,l), +(362,513,l), +(382,513,ls), +(440,513,o), +(463,541,o), +(466,583,c), +(503,583,l), +(503,150,l), +(467,150,l) ); } ); -width = 903; +width = 883; }, { anchors = ( { name = center; -pos = (459,364); +pos = (444,364); } ); background = { @@ -1047,42 +2129,42 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) ); }, { closed = 1; nodes = ( -(422,398,l), -(307,398,l), -(307,506,l), -(326,506,ls), -(381,506,o), -(425,538,o), -(430,586,c), -(572,586,l), -(572,153,l), -(422,153,l) +(407,398,l), +(292,398,l), +(292,506,l), +(311,506,ls), +(366,506,o), +(410,538,o), +(415,586,c), +(557,586,l), +(557,153,l), +(407,153,l) ); } ); -width = 880; +width = 850; } ); metricLeft = one.circled; diff --git a/sources/MonaSans.glyphspackage/glyphs/one.circled.glyph b/sources/MonaSans.glyphspackage/glyphs/one.circled.glyph index 833f0b38..f6f3c453 100644 --- a/sources/MonaSans.glyphspackage/glyphs/one.circled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/one.circled.glyph @@ -148,7 +148,845 @@ weight = -450; width = 50; }; }; -width = 706; +width = 722; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(482,149,l), +(482,582,l), +(445,582,l), +(442,540,o), +(419,512,o), +(361,512,cs), +(341,512,l), +(341,485,l), +(446,485,l), +(446,149,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (325,190); +ref = oneinferior; +} +); +width = 884; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(543,149,l), +(543,582,l), +(401,582,l), +(396,534,o), +(352,502,o), +(297,502,cs), +(278,502,l), +(278,394,l), +(393,394,l), +(393,149,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (272,193); +ref = oneinferior; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(468,149,l), +(468,582,l), +(434,582,l), +(430,540,o), +(408,512,o), +(350,512,cs), +(334,512,l), +(334,486,l), +(434,486,l), +(434,149,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (300,189); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -50; +width = 55; +}; +}; +width = 858; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(535,149,l), +(535,582,l), +(416,582,l), +(411,534,o), +(367,502,o), +(312,502,cs), +(292,502,l), +(292,405,l), +(408,405,l), +(408,149,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (275,191); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 834; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(420,149,l), +(420,582,l), +(392,582,l), +(391,546,o), +(377,523,o), +(344,523,cs), +(332,523,l), +(332,496,l), +(390,496,l), +(390,149,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +pos = (319,188); +ref = oneinferior; +} +); +width = 727; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(469,149,l), +(469,582,l), +(367,582,l), +(363,534,o), +(333,503,o), +(295,503,cs), +(276,503,l), +(276,414,l), +(359,414,l), +(359,149,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +pos = (266,189); +ref = oneinferior; +} +); +width = 747; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(500,149,l), +(500,582,l), +(466,582,l), +(462,540,o), +(440,512,o), +(382,512,cs), +(366,512,l), +(366,486,l), +(466,486,l), +(466,149,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = master01; +pos = (371,186); +ref = oneinferior; +} +); +width = 891; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(563,149,l), +(563,582,l), +(444,582,l), +(439,534,o), +(395,502,o), +(340,502,cs), +(320,502,l), +(320,405,l), +(436,405,l), +(436,149,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +pos = (299,188); +ref = oneinferior; +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(513,149,l), +(513,582,l), +(476,582,l), +(473,540,o), +(450,512,o), +(392,512,cs), +(372,512,l), +(372,485,l), +(477,485,l), +(477,149,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +pos = (356,190); +ref = oneinferior; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(689,-11,o), +(850,135,o), +(850,364,cs), +(850,593,o), +(689,739,o), +(460,739,cs), +(232,739,o), +(70,593,o), +(70,364,cs), +(70,135,o), +(232,-11,o), +(460,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,67,o), +(152,181,o), +(152,364,cs), +(152,547,o), +(280,661,o), +(460,661,cs), +(641,661,o), +(768,547,o), +(768,364,cs), +(768,181,o), +(641,67,o), +(460,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(573,153,l), +(573,586,l), +(431,586,l), +(426,538,o), +(382,506,o), +(327,506,cs), +(308,506,l), +(308,398,l), +(423,398,l), +(423,153,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +pos = (301,193); +ref = oneinferior; +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(383,149,l), +(383,582,l), +(355,582,l), +(354,546,o), +(340,523,o), +(307,523,cs), +(295,523,l), +(295,496,l), +(353,496,l), +(353,149,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (272,188); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 658; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(437,149,l), +(437,582,l), +(335,582,l), +(331,534,o), +(301,503,o), +(263,503,cs), +(244,503,l), +(244,414,l), +(327,414,l), +(327,149,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (231,189); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 686; }, { background = { @@ -204,14 +1042,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -pos = (306,189); +pos = (311,189); ref = oneinferior; } ); @@ -222,7 +1060,7 @@ weight = -50; width = 55; }; }; -width = 871; +width = 831; }, { background = { @@ -278,14 +1116,14 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -pos = (274,191); +pos = (270,191); ref = oneinferior; } ); @@ -296,7 +1134,7 @@ weight = -450; width = 50; }; }; -width = 855; +width = 813; }, { background = { @@ -352,18 +1190,18 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -pos = (325,190); +pos = (320,190); ref = oneinferior; } ); -width = 884; +width = 864; }, { background = { @@ -419,18 +1257,18 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -pos = (272,193); +pos = (267,193); ref = oneinferior; } ); -width = 860; +width = 840; }, { background = { @@ -486,7 +1324,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -494,11 +1332,11 @@ ref = whiteCircle; }, { masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (319,188); +pos = (296,188); ref = oneinferior; } ); -width = 727; +width = 681; }, { background = { @@ -554,7 +1392,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -562,11 +1400,11 @@ ref = whiteCircle; }, { masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (266,189); +pos = (247,189); ref = oneinferior; } ); -width = 731; +width = 709; }, { background = { @@ -622,7 +1460,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -630,11 +1468,11 @@ ref = whiteCircle; }, { masterId = master01; -pos = (338,189); +pos = (371,186); ref = oneinferior; } ); -width = 891; +width = 843; }, { background = { @@ -690,7 +1528,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -698,11 +1536,11 @@ ref = whiteCircle; }, { masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (302,191); +pos = (299,188); ref = oneinferior; } ); -width = 873; +width = 815; }, { background = { @@ -758,7 +1596,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -766,11 +1604,11 @@ ref = whiteCircle; }, { masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (356,190); +pos = (346,190); ref = oneinferior; } ); -width = 903; +width = 883; }, { background = { @@ -826,7 +1664,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -834,11 +1672,11 @@ ref = whiteCircle; }, { masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (301,193); +pos = (280,193); ref = oneinferior; } ); -width = 880; +width = 850; } ); unicode = 9312; diff --git a/sources/MonaSans.glyphspackage/glyphs/one.dnom.glyph b/sources/MonaSans.glyphspackage/glyphs/one.dnom.glyph index 90682394..e61bdea4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/one.dnom.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/one.dnom.glyph @@ -7,16 +7,16 @@ shapes = ( { closed = 1; nodes = ( -(185,0,l), -(185,375,l), -(92,375,l), -(88,333,o), -(61,306,o), -(28,306,cs), -(11,306,l), -(11,225,l), -(84,225,l), -(84,0,l) +(193,0,l), +(193,375,l), +(100,375,l), +(96,333,o), +(69,306,o), +(36,306,cs), +(19,306,l), +(19,225,l), +(92,225,l), +(92,0,l) ); } ); @@ -27,7 +27,7 @@ weight = -400; width = 52; }; }; -width = 212; +width = 228; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -58,21 +58,77 @@ width = 55; width = 157; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(153,0,l), -(153,397,l), -(121,397,l), -(118,360,o), -(100,333,o), -(44,333,cs), -(30,333,l), -(30,309,l), -(122,309,l), -(122,0,l) +(148,0,l), +(148,397,l), +(113,397,l), +(109,354,o), +(85,333,o), +(36,333,cs), +(17,333,l), +(17,307,l), +(113,307,l), +(113,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 214; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,0,l), +(242,375,l), +(123,375,l), +(118,332,o), +(78,306,o), +(30,306,cs), +(13,306,l), +(13,214,l), +(116,214,l), +(116,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 291; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(152,0,l), +(152,397,l), +(122,397,l), +(119,360,o), +(101,333,o), +(47,333,cs), +(33,333,l), +(33,309,l), +(123,309,l), +(123,0,l) ); } ); @@ -127,91 +183,35 @@ type = Stem; } ); }; -width = 238; +width = 239; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(237,0,l), -(237,375,l), -(131,375,l), -(126,331,o), -(85,306,o), -(38,306,cs), -(20,306,l), -(20,220,l), -(124,220,l), -(124,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 291; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(148,0,l), -(148,397,l), -(113,397,l), -(109,354,o), -(85,333,o), -(36,333,cs), -(17,333,l), -(17,307,l), -(113,307,l), +(224,0,l), +(224,375,l), +(120,375,l), +(115,331,o), +(76,306,o), +(36,306,cs), +(19,306,l), +(19,220,l), +(113,220,l), (113,0,l) ); } ); userData = { RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 214; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,0,l), -(236,375,l), -(117,375,l), -(112,332,o), -(72,306,o), -(24,306,cs), -(7,306,l), -(7,214,l), -(110,214,l), -(110,0,l) -); -} -); -userData = { -RMXScaler = { height = 52; -weight = -390; +weight = -370; width = 54; }; }; -width = 279; +width = 275; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -247,16 +247,16 @@ shapes = ( { closed = 1; nodes = ( -(127,0,l), -(206,375,l), -(114,375,l), -(101,333,o), -(69,306,o), -(37,306,cs), -(19,306,l), -(2,225,l), -(75,225,l), -(27,0,l) +(135,0,l), +(214,375,l), +(122,375,l), +(109,333,o), +(77,306,o), +(45,306,cs), +(27,306,l), +(10,225,l), +(83,225,l), +(35,0,l) ); } ); @@ -267,7 +267,7 @@ weight = -400; width = 52; }; }; -width = 210; +width = 226; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -359,16 +359,396 @@ shapes = ( { closed = 1; nodes = ( -(177,0,l), -(255,375,l), -(137,375,l), -(123,334,o), -(81,306,o), -(31,306,cs), -(14,306,l), -(-5,214,l), -(96,214,l), -(51,0,l) +(183,0,l), +(261,375,l), +(143,375,l), +(129,334,o), +(87,306,o), +(37,306,cs), +(20,306,l), +(1,214,l), +(102,214,l), +(57,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 289; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(87,0,l), +(87,397,l), +(62,397,l), +(61,364,o), +(48,343,o), +(18,343,cs), +(7,343,l), +(7,319,l), +(60,319,l), +(60,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 127; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(178,0,l), +(178,375,l), +(85,375,l), +(81,333,o), +(54,306,o), +(21,306,cs), +(4,306,l), +(4,225,l), +(77,225,l), +(77,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 195; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(128,0,l), +(128,397,l), +(96,397,l), +(93,360,o), +(75,333,o), +(19,333,cs), +(5,333,l), +(5,309,l), +(97,309,l), +(97,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 189; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,0,l), +(220,375,l), +(114,375,l), +(109,331,o), +(68,306,o), +(21,306,cs), +(3,306,l), +(3,220,l), +(107,220,l), +(107,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 250; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(138,0,l), +(138,397,l), +(103,397,l), +(99,354,o), +(75,333,o), +(26,333,cs), +(7,333,l), +(7,307,l), +(103,307,l), +(103,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 194; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(231,0,l), +(231,375,l), +(112,375,l), +(107,332,o), +(67,306,o), +(19,306,cs), +(2,306,l), +(2,214,l), +(105,214,l), +(105,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 264; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(20,0,l), +(103,397,l), +(78,397,l), +(70,364,o), +(53,343,o), +(23,343,cs), +(12,343,l), +(7,319,l), +(60,319,l), +(-7,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 110; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(116,0,l), +(195,375,l), +(103,375,l), +(90,333,o), +(58,306,o), +(26,306,cs), +(8,306,l), +(-9,225,l), +(64,225,l), +(16,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 188; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(68,0,l), +(150,397,l), +(120,397,l), +(109,359,o), +(84,333,o), +(35,333,cs), +(21,333,l), +(16,309,l), +(100,309,l), +(37,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 183; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(146,0,l), +(225,375,l), +(118,375,l), +(104,334,o), +(62,306,o), +(15,306,cs), +(-2,306,l), +(-20,218,l), +(77,218,l), +(33,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 228; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(81,0,l), +(164,397,l), +(130,397,l), +(118,358,o), +(93,333,o), +(40,333,cs), +(22,333,l), +(17,307,l), +(111,307,l), +(47,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 190; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(165,0,l), +(243,375,l), +(125,375,l), +(111,334,o), +(69,306,o), +(19,306,cs), +(2,306,l), +(-17,214,l), +(84,214,l), +(39,0,l) ); } ); @@ -379,7 +759,7 @@ weight = -390; width = 54; }; }; -width = 277; +width = 253; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/one.glyph b/sources/MonaSans.glyphspackage/glyphs/one.glyph index fc440f24..c2fa431e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/one.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/one.glyph @@ -1,6 +1,7 @@ { glyphname = one; -kernLeft = one; +kernLeft = KO_one; +kernRight = KO_one; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -8,20 +9,20 @@ shapes = ( { closed = 1; nodes = ( -(333,0,l), -(333,729,l), -(165,729,l), -(158,650,o), -(108,598,o), -(45,598,cs), -(12,598,l), -(12,451,l), -(151,451,l), -(151,0,l) +(341,0,l), +(341,730,l), +(173,730,l), +(166,651,o), +(116,598,o), +(53,598,cs), +(20,598,l), +(20,452,l), +(159,452,l), +(159,0,l) ); } ); -width = 362; +width = 378; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -29,37 +30,79 @@ shapes = ( { closed = 1; nodes = ( -(127,0,l), -(127,729,l), -(98,729,l), +(128,0,l), +(128,730,l), +(98,730,l), (96,673,o), -(77,634,o), -(21,634,cs), -(3,634,l), +(77,635,o), +(21,635,cs), +(3,635,l), (3,604,l), (96,604,l), (96,0,l) ); } ); -width = 193; +width = 194; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(234,0,l), -(234,729,l), -(194,729,l), -(188,661,o), -(157,615,o), -(57,615,cs), -(31,615,l), -(31,586,l), -(196,586,l), -(196,0,l) +(230,0,l), +(230,730,l), +(190,730,l), +(184,661,o), +(153,616,o), +(53,616,cs), +(18,616,l), +(18,586,l), +(192,586,l), +(192,0,l) +); +} +); +width = 303; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(428,0,l), +(428,730,l), +(215,730,l), +(206,651,o), +(138,598,o), +(43,598,cs), +(11,598,l), +(11,434,l), +(202,434,l), +(202,0,l) +); +} +); +width = 482; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(242,0,l), +(242,730,l), +(203,730,l), +(197,656,o), +(167,616,o), +(86,616,cs), +(30,616,l), +(30,586,l), +(205,586,l), +(205,0,l) ); } ); @@ -109,70 +152,28 @@ type = Stem; } ); }; -width = 328; +width = 353; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(404,0,l), -(404,729,l), -(223,729,l), -(214,650,o), -(146,598,o), -(52,598,cs), -(19,598,l), -(19,451,l), -(210,451,l), -(210,0,l) -); -} -); -width = 463; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(230,729,l), -(190,729,l), -(184,661,o), -(153,615,o), -(53,615,cs), -(18,615,l), -(18,586,l), -(192,586,l), +(394,0,l), +(394,730,l), +(205,730,l), +(197,651,o), +(132,598,o), +(45,598,cs), +(18,598,l), +(18,452,l), +(192,452,l), (192,0,l) ); } ); -width = 302; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(422,0,l), -(422,729,l), -(208,729,l), -(200,650,o), -(131,598,o), -(37,598,cs), -(5,598,l), -(5,434,l), -(196,434,l), -(196,0,l) -); -} -); -width = 469; +width = 462; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -181,12 +182,12 @@ shapes = ( closed = 1; nodes = ( (70,0,l), -(224,729,l), -(194,729,l), +(224,730,l), +(194,730,l), (180,673,o), -(154,634,o), -(98,634,cs), -(80,634,l), +(154,635,o), +(98,635,cs), +(80,635,l), (74,604,l), (166,604,l), (38,0,l) @@ -201,20 +202,20 @@ shapes = ( { closed = 1; nodes = ( -(271,0,l), -(425,729,l), -(259,729,l), -(235,650,o), -(175,598,o), -(112,598,cs), -(80,598,l), -(49,451,l), -(186,451,l), -(91,0,l) +(279,0,l), +(433,730,l), +(267,730,l), +(243,651,o), +(183,598,o), +(120,598,cs), +(88,598,l), +(57,452,l), +(194,452,l), +(99,0,l) ); } ); -width = 360; +width = 376; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -223,15 +224,15 @@ shapes = ( closed = 1; nodes = ( (167,0,l), -(318,729,l), -(280,729,l), -(259,656,o), -(215,615,o), -(128,615,cs), -(104,615,l), +(318,730,l), +(280,730,l), +(259,657,o), +(216,616,o), +(129,616,cs), +(104,616,l), (98,586,l), (250,586,l), -(128,0,l) +(129,0,l) ); } ); @@ -249,19 +250,19 @@ shapes = ( closed = 1; nodes = ( (338,0,l), -(490,729,l), -(306,729,l), -(281,650,o), -(204,598,o), +(490,730,l), +(307,730,l), +(281,651,o), +(205,598,o), (117,598,cs), (87,598,l), -(56,448,l), -(235,448,l), +(56,449,l), +(235,449,l), (143,0,l) ); } ); -width = 455; +width = 456; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -270,19 +271,19 @@ shapes = ( closed = 1; nodes = ( (169,0,l), -(322,729,l), -(283,729,l), -(262,659,o), -(222,615,o), -(124,615,cs), -(91,615,l), +(322,730,l), +(284,730,l), +(262,660,o), +(222,616,o), +(125,616,cs), +(91,616,l), (85,586,l), (252,586,l), -(129,0,l) +(130,0,l) ); } ); -width = 297; +width = 298; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -290,23 +291,325 @@ shapes = ( { closed = 1; nodes = ( -(359,0,l), -(511,729,l), -(300,729,l), -(275,650,o), -(197,598,o), -(104,598,cs), -(73,598,l), -(38,434,l), -(227,434,l), -(136,0,l) +(365,0,l), +(517,730,l), +(307,730,l), +(281,651,o), +(203,598,o), +(110,598,cs), +(79,598,l), +(44,434,l), +(233,434,l), +(142,0,l) +); +} +); +width = 477; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(118,0,l), +(118,721,l), +(89,721,l), +(87,665,o), +(68,627,o), +(13,627,cs), +(-5,627,l), +(-5,597,l), +(87,597,l), +(87,0,l) +); +} +); +width = 160; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,0,l), +(320,729,l), +(155,729,l), +(148,651,o), +(99,599,o), +(36,599,cs), +(4,599,l), +(4,454,l), +(135,454,l), +(135,0,l) +); +} +); +width = 338; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(206,729,l), +(167,729,l), +(161,661,o), +(130,616,o), +(31,616,cs), +(6,616,l), +(6,587,l), +(169,587,l), +(169,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 276; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(382,0,l), +(382,729,l), +(203,729,l), +(195,651,o), +(127,599,o), +(34,599,cs), +(2,599,l), +(2,454,l), +(179,454,l), +(179,0,l) +); +} +); +width = 412; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(217,0,l), +(217,729,l), +(178,729,l), +(172,661,o), +(141,616,o), +(42,616,cs), +(8,616,l), +(8,587,l), +(180,587,l), +(180,0,l) +); +} +); +width = 279; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(412,0,l), +(412,729,l), +(201,729,l), +(193,651,o), +(125,599,o), +(32,599,cs), +(0,599,l), +(0,437,l), +(183,437,l), +(183,0,l) +); +} +); +width = 444; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(57,0,l), +(211,729,l), +(181,729,l), +(165,663,o), +(141,635,o), +(85,635,cs), +(63,635,l), +(57,604,l), +(153,604,l), +(25,0,l) +); +} +); +width = 156; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,0,l), +(414,730,l), +(248,730,l), +(224,651,o), +(164,598,o), +(101,598,cs), +(69,598,l), +(38,452,l), +(175,452,l), +(80,0,l) +); +} +); +width = 338; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,0,l), +(294,730,l), +(256,730,l), +(235,657,o), +(192,616,o), +(105,616,cs), +(80,616,l), +(74,586,l), +(226,586,l), +(105,0,l) +); +} +); +width = 269; +}, +{ +guides = ( +{ +pos = (274,721); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(309,0,l), +(461,730,l), +(278,730,l), +(252,651,o), +(176,598,o), +(88,598,cs), +(58,598,l), +(27,449,l), +(206,449,l), +(114,0,l) +); +} +); +width = 398; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(159,0,l), +(312,730,l), +(274,730,l), +(252,660,o), +(212,616,o), +(115,616,cs), +(81,616,l), +(75,586,l), +(242,586,l), +(120,0,l) +); +} +); +width = 278; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(344,0,l), +(496,730,l), +(286,730,l), +(260,651,o), +(182,598,o), +(89,598,cs), +(58,598,l), +(23,434,l), +(212,434,l), +(121,0,l) ); } ); -width = 464; +width = 433; } ); -metricRight = H; unicode = 49; userData = { KernOnName = one; diff --git a/sources/MonaSans.glyphspackage/glyphs/one.numr.glyph b/sources/MonaSans.glyphspackage/glyphs/one.numr.glyph index ba3eab14..28cd90fb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/one.numr.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/one.numr.glyph @@ -17,7 +17,7 @@ weight = -400; width = 52; }; }; -width = 212; +width = 228; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,7 +37,41 @@ width = 55; width = 157; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,333); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 214; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,354); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 291; +}, +{ +layerId = m019; shapes = ( { pos = (0,332); @@ -95,10 +129,10 @@ type = Stem; } ); }; -width = 238; +width = 239; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { pos = (0,354); @@ -112,12 +146,227 @@ weight = -370; width = 54; }; }; -width = 291; +width = 275; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (69,333); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 156; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (73,354); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 226; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (69,332); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 231; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (73,354); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 286; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (69,333); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 210; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (73,354); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 289; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +pos = (0,333); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 127; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,354); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 195; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +pos = (0,332); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 189; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +pos = (0,354); +ref = one.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 250; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; pos = (0,333); ref = one.dnom; } @@ -132,7 +381,7 @@ width = 55; width = 214; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { pos = (0,354); @@ -146,10 +395,10 @@ weight = -390; width = 54; }; }; -width = 279; +width = 264; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (69,333); @@ -163,10 +412,10 @@ weight = -45; width = 55; }; }; -width = 156; +width = 110; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (73,354); @@ -180,10 +429,10 @@ weight = -400; width = 52; }; }; -width = 210; +width = 188; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (69,332); @@ -197,10 +446,10 @@ weight = -40; width = 55; }; }; -width = 231; +width = 183; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (73,354); @@ -214,10 +463,10 @@ weight = -370; width = 54; }; }; -width = 286; +width = 228; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (69,333); @@ -231,10 +480,10 @@ weight = -35; width = 55; }; }; -width = 210; +width = 190; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (73,354); @@ -248,7 +497,7 @@ weight = -390; width = 54; }; }; -width = 277; +width = 253; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/one.tf.glyph b/sources/MonaSans.glyphspackage/glyphs/one.tf.glyph index 0c6dd8a8..4f3a3cd4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/one.tf.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/one.tf.glyph @@ -30,29 +30,29 @@ shapes = ( { closed = 1; nodes = ( -(347,134,l), -(347,729,l), -(179,729,l), -(172,650,o), -(122,598,o), -(59,598,cs), -(21,598,l), -(21,451,l), -(165,451,l), -(165,134,l) +(351,132,l), +(351,721,l), +(185,721,l), +(178,643,o), +(129,591,o), +(66,591,cs), +(29,591,l), +(29,446,l), +(171,446,l), +(171,132,l) ); }, { closed = 1; nodes = ( -(475,0,l), -(475,150,l), -(12,150,l), -(12,0,l) +(478,0,l), +(478,148,l), +(20,148,l), +(20,0,l) ); } ); -width = 486; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -60,53 +60,113 @@ shapes = ( { closed = 1; nodes = ( -(266,20,l), -(266,729,l), -(237,729,l), -(235,673,o), -(215,634,o), -(160,634,cs), -(122,634,l), -(122,604,l), -(235,604,l), -(235,20,l) +(263,20,l), +(263,721,l), +(234,721,l), +(232,665,o), +(213,627,o), +(158,627,cs), +(121,627,l), +(121,597,l), +(232,597,l), +(232,20,l) ); }, { closed = 1; nodes = ( -(405,0,l), -(405,28,l), -(84,28,l), -(84,0,l) +(400,0,l), +(400,28,l), +(83,28,l), +(83,0,l) ); } ); -width = 486; +width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(335,25,l), -(335,729,l), -(295,729,l), -(289,661,o), -(258,585,o), -(148,585,cs), -(112,585,l), -(112,555,l), -(297,555,l), -(297,25,l) +(393,25,l), +(393,721,l), +(353,721,l), +(348,643,o), +(304,578,o), +(185,578,cs), +(160,578,l), +(160,549,l), +(355,549,l), +(355,25,l) ); }, { closed = 1; nodes = ( -(544,0,l), -(544,34,l), +(614,0,l), +(614,34,l), +(107,34,l), +(107,0,l) +); +} +); +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(504,151,l), +(504,721,l), +(295,721,l), +(288,643,o), +(220,591,o), +(130,591,cs), +(90,591,l), +(90,429,l), +(284,429,l), +(284,151,l) +); +}, +{ +closed = 1; +nodes = ( +(678,0,l), +(678,167,l), +(64,167,l), +(64,0,l) +); +} +); +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(328,25,l), +(328,721,l), +(289,721,l), +(283,653,o), +(252,578,o), +(147,578,cs), +(112,578,l), +(112,549,l), +(291,549,l), +(291,25,l) +); +}, +{ +closed = 1; +nodes = ( +(531,0,l), +(531,34,l), (64,34,l), (64,0,l) ); @@ -158,7 +218,7 @@ type = Stem; } ); }; -width = 607; +width = 593; }, { background = { @@ -184,274 +244,666 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(422,153,l), -(422,729,l), -(241,729,l), -(233,650,o), -(164,598,o), -(70,598,cs), -(37,598,l), -(37,451,l), -(229,451,l), -(229,153,l) +(407,151,l), +(407,721,l), +(230,721,l), +(222,643,o), +(155,591,o), +(65,591,cs), +(35,591,l), +(35,446,l), +(218,446,l), +(218,151,l) ); }, { closed = 1; nodes = ( -(596,0,l), -(596,169,l), -(22,169,l), -(22,0,l) +(572,0,l), +(572,167,l), +(21,167,l), +(21,0,l) ); } ); -width = 607; +width = 581; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(398,25,l), -(398,729,l), -(357,729,l), -(352,650,o), -(307,585,o), -(187,585,cs), -(162,585,l), -(162,555,l), -(359,555,l), -(359,25,l) +(207,20,l), +(355,721,l), +(326,721,l), +(312,665,o), +(285,627,o), +(231,627,cs), +(193,627,l), +(187,597,l), +(298,597,l), +(176,20,l) ); }, { closed = 1; nodes = ( -(621,0,l), -(621,34,l), -(108,34,l), -(108,0,l) +(347,0,l), +(352,28,l), +(37,28,l), +(31,0,l) ); } ); -width = 728; +width = 480; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { closed = 1; nodes = ( -(504,153,l), -(504,729,l), -(292,729,l), -(285,650,o), -(216,598,o), -(125,598,cs), -(85,598,l), -(85,434,l), -(281,434,l), -(281,153,l) +(316,132,l), +(439,721,l), +(275,721,l), +(251,643,o), +(192,591,o), +(130,591,cs), +(93,591,l), +(62,446,l), +(203,446,l), +(138,132,l) ); }, { closed = 1; nodes = ( -(680,0,l), -(680,169,l), -(59,169,l), -(59,0,l) +(421,0,l), +(452,148,l), +(-2,148,l), +(-33,0,l) ); } ); -width = 728; +width = 496; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { closed = 1; nodes = ( -(209,20,l), -(359,729,l), -(330,729,l), -(316,673,o), -(288,634,o), -(234,634,cs), -(195,634,l), -(189,604,l), -(301,604,l), -(178,20,l) +(273,25,l), +(419,721,l), +(381,721,l), +(361,653,o), +(313,578,o), +(205,578,cs), +(171,578,l), +(165,549,l), +(346,549,l), +(236,25,l) ); }, { closed = 1; nodes = ( -(351,0,l), -(356,28,l), -(37,28,l), -(31,0,l) +(483,0,l), +(490,34,l), +(20,34,l), +(13,0,l) ); } ); -width = 486; +width = 600; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { closed = 1; nodes = ( -(312,134,l), -(436,729,l), -(270,729,l), -(246,650,o), -(186,598,o), -(123,598,cs), -(86,598,l), -(55,451,l), -(197,451,l), -(131,134,l) +(389,151,l), +(508,721,l), +(331,721,l), +(307,643,o), +(228,591,o), +(136,591,cs), +(105,591,l), +(74,446,l), +(261,446,l), +(200,151,l) ); }, { closed = 1; nodes = ( -(418,0,l), -(449,150,l), -(-10,150,l), -(-41,0,l) +(530,0,l), +(565,167,l), +(3,167,l), +(-33,0,l) ); } ); -width = 486; +width = 600; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { closed = 1; nodes = ( -(276,25,l), -(424,729,l), -(385,729,l), -(365,661,o), -(317,585,o), -(207,585,cs), -(173,585,l), -(167,555,l), -(350,555,l), -(239,25,l) +(334,25,l), +(481,721,l), +(442,721,l), +(419,638,o), +(356,578,o), +(233,578,cs), +(208,578,l), +(202,549,l), +(408,549,l), +(298,25,l) ); }, { closed = 1; nodes = ( -(489,0,l), -(496,34,l), -(20,34,l), -(13,0,l) +(574,0,l), +(581,34,l), +(47,34,l), +(40,0,l) ); } ); -width = 607; +width = 720; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { closed = 1; nodes = ( -(393,153,l), -(514,729,l), -(335,729,l), -(311,650,o), -(231,598,o), -(138,598,cs), -(106,598,l), -(75,451,l), -(264,451,l), -(202,153,l) +(464,151,l), +(584,721,l), +(376,721,l), +(351,643,o), +(273,591,o), +(181,591,cs), +(141,591,l), +(106,429,l), +(302,429,l), +(245,151,l) ); }, { closed = 1; nodes = ( -(536,0,l), -(571,169,l), -(3,169,l), -(-33,0,l) +(630,0,l), +(665,167,l), +(37,167,l), +(1,0,l) ); } ); -width = 607; +width = 732; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { closed = 1; nodes = ( -(338,25,l), -(487,729,l), -(447,729,l), -(424,645,o), -(360,585,o), -(236,585,cs), -(210,585,l), -(204,555,l), -(413,555,l), -(301,25,l) +(243,20,l), +(243,721,l), +(214,721,l), +(212,665,o), +(193,627,o), +(138,627,cs), +(101,627,l), +(101,597,l), +(212,597,l), +(212,20,l) ); }, { closed = 1; nodes = ( -(581,0,l), -(588,34,l), -(48,34,l), -(40,0,l) +(380,0,l), +(380,28,l), +(63,28,l), +(63,0,l) ); } ); -width = 728; +width = 440; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(701,0,l), +(701,166,l), +(528,166,l), +(528,721,l), +(345,721,l), +(337,643,o), +(282,591,o), +(176,591,cs), +(144,591,l), +(144,443,l), +(333,443,l), +(333,166,l), +(137,166,l), +(137,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(334,132,l), +(334,721,l), +(168,721,l), +(161,643,o), +(112,591,o), +(49,591,cs), +(12,591,l), +(12,446,l), +(154,446,l), +(154,132,l) +); +}, +{ +closed = 1; +nodes = ( +(461,0,l), +(461,148,l), +(3,148,l), +(3,0,l) +); +} +); +width = 464; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(311,25,l), +(311,721,l), +(272,721,l), +(266,653,o), +(235,578,o), +(126,578,cs), +(91,578,l), +(91,549,l), +(274,549,l), +(274,25,l) +); +}, +{ +closed = 1; +nodes = ( +(518,0,l), +(518,34,l), +(43,34,l), +(43,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 560; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(803,0,l), +(803,166,l), +(630,166,l), +(630,721,l), +(447,721,l), +(439,643,o), +(384,591,o), +(278,591,cs), +(246,591,l), +(246,443,l), +(435,443,l), +(435,166,l), +(239,166,l), +(239,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(396,151,l), +(396,721,l), +(217,721,l), +(209,643,o), +(141,591,o), +(48,591,cs), +(16,591,l), +(16,446,l), +(205,446,l), +(205,151,l) +); +}, +{ +closed = 1; +nodes = ( +(568,0,l), +(568,167,l), +(1,167,l), +(1,0,l) +); +} +); +width = 562; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(383,25,l), +(383,721,l), +(343,721,l), +(338,643,o), +(294,578,o), +(175,578,cs), +(150,578,l), +(150,549,l), +(345,549,l), +(345,25,l) +); +}, +{ +closed = 1; +nodes = ( +(604,0,l), +(604,34,l), +(97,34,l), +(97,0,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(488,151,l), +(488,721,l), +(279,721,l), +(272,643,o), +(204,591,o), +(114,591,cs), +(74,591,l), +(74,429,l), +(268,429,l), +(268,151,l) +); +}, +{ +closed = 1; +nodes = ( +(662,0,l), +(662,167,l), +(48,167,l), +(48,0,l) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(184,20,l), +(332,721,l), +(303,721,l), +(289,665,o), +(262,627,o), +(208,627,cs), +(170,627,l), +(164,597,l), +(275,597,l), +(153,20,l) +); +}, +{ +closed = 1; +nodes = ( +(324,0,l), +(329,28,l), +(14,28,l), +(8,0,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(297,132,l), +(420,721,l), +(256,721,l), +(232,643,o), +(173,591,o), +(111,591,cs), +(74,591,l), +(43,446,l), +(184,446,l), +(119,132,l) +); +}, +{ +closed = 1; +nodes = ( +(402,0,l), +(433,148,l), +(-21,148,l), +(-52,0,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(249,25,l), +(395,721,l), +(357,721,l), +(337,653,o), +(289,578,o), +(181,578,cs), +(147,578,l), +(141,549,l), +(322,549,l), +(212,25,l) +); +}, +{ +closed = 1; +nodes = ( +(459,0,l), +(466,34,l), +(-4,34,l), +(-11,0,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(360,151,l), +(479,721,l), +(302,721,l), +(278,643,o), +(199,591,o), +(107,591,cs), +(76,591,l), +(45,446,l), +(232,446,l), +(171,151,l) +); +}, +{ +closed = 1; +nodes = ( +(501,0,l), +(536,167,l), +(-26,167,l), +(-62,0,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(324,25,l), +(471,721,l), +(432,721,l), +(409,638,o), +(346,578,o), +(223,578,cs), +(198,578,l), +(192,549,l), +(398,549,l), +(288,25,l) +); +}, +{ +closed = 1; +nodes = ( +(564,0,l), +(571,34,l), +(37,34,l), +(30,0,l) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(463,153,l), -(585,729,l), -(374,729,l), -(349,650,o), -(270,598,o), -(177,598,cs), -(137,598,l), -(101,434,l), -(299,434,l), -(242,153,l) +(443,151,l), +(563,721,l), +(355,721,l), +(330,643,o), +(252,591,o), +(160,591,cs), +(120,591,l), +(85,429,l), +(281,429,l), +(224,151,l) ); }, { closed = 1; nodes = ( -(631,0,l), -(667,169,l), -(31,169,l), -(-5,0,l) +(609,0,l), +(644,167,l), +(16,167,l), +(-20,0,l) ); } ); -width = 728; +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/oneeighth.glyph b/sources/MonaSans.glyphspackage/glyphs/oneeighth.glyph index 4d5c54c3..a4f7ef9e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/oneeighth.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/oneeighth.glyph @@ -9,15 +9,15 @@ shapes = ( ref = one.numr; }, { -pos = (212,0); +pos = (228,0); ref = fraction; }, { -pos = (334,0); +pos = (362,0); ref = eight.dnom; } ); -width = 595; +width = 639; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -30,35 +30,31 @@ pos = (157,0); ref = fraction; }, { -pos = (213,0); +pos = (202,0); ref = eight.dnom; } ); -width = 484; +width = 473; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = one.numr; }, { -pos = (238,0); +pos = (214,0); ref = fraction; }, { -pos = (342,0); +pos = (315,0); ref = eight.dnom; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 733; +width = 730; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = one.numr; @@ -68,49 +64,53 @@ pos = (291,0); ref = fraction; }, { -pos = (438,0); +pos = (425,0); ref = eight.dnom; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 807; +width = 844; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = one.numr; }, { -pos = (214,0); +pos = (239,0); ref = fraction; }, { -pos = (314,0); +pos = (348,0); ref = eight.dnom; } ); -width = 729; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 736; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = one.numr; }, { -pos = (279,0); +pos = (275,0); ref = fraction; }, { -pos = (408,0); +pos = (403,0); ref = eight.dnom; } ); -width = 815; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 755; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -123,11 +123,11 @@ pos = (156,0); ref = fraction; }, { -pos = (217,0); +pos = (216,0); ref = eight.dnom; } ); -width = 488; +width = 487; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -136,15 +136,15 @@ shapes = ( ref = one.numr; }, { -pos = (210,0); +pos = (226,0); ref = fraction; }, { -pos = (343,0); +pos = (379,0); ref = eight.dnom; } ); -width = 602; +width = 654; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,11 +157,11 @@ pos = (231,0); ref = fraction; }, { -pos = (357,0); +pos = (351,0); ref = eight.dnom; } ); -width = 748; +width = 742; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -174,11 +174,11 @@ pos = (286,0); ref = fraction; }, { -pos = (453,0); +pos = (451,0); ref = eight.dnom; } ); -width = 826; +width = 824; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -191,11 +191,11 @@ pos = (210,0); ref = fraction; }, { -pos = (323,0); +pos = (314,0); ref = eight.dnom; } ); -width = 737; +width = 728; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -204,15 +204,230 @@ shapes = ( ref = one.numr; }, { -pos = (277,0); +pos = (306,0); +ref = fraction; +}, +{ +pos = (467,0); +ref = eight.dnom; +} +); +width = 884; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (127,0); +ref = fraction; +}, +{ +pos = (163,0); +ref = eight.dnom; +} +); +width = 394; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (195,0); +ref = fraction; +}, +{ +pos = (301,0); +ref = eight.dnom; +} +); +width = 544; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (189,0); +ref = fraction; +}, +{ +pos = (261,0); +ref = eight.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 612; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (250,0); +ref = fraction; +}, +{ +pos = (360,0); +ref = eight.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 687; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = one.numr; +}, +{ +alignment = -1; +pos = (214,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (304,0); +ref = eight.dnom; +} +); +width = 699; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (264,0); +ref = fraction; +}, +{ +pos = (374,0); +ref = eight.dnom; +} +); +width = 761; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (134,0); +ref = fraction; +}, +{ +pos = (148,0); +ref = eight.dnom; +} +); +width = 373; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (188,0); +ref = fraction; +}, +{ +pos = (292,0); +ref = eight.dnom; +} +); +width = 529; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (183,0); +ref = fraction; +}, +{ +pos = (255,0); +ref = eight.dnom; +} +); +width = 598; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (228,0); +ref = fraction; +}, +{ +pos = (334,0); +ref = eight.dnom; +} +); +width = 649; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (190,0); +ref = fraction; +}, +{ +pos = (274,0); +ref = eight.dnom; +} +); +width = 668; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (253,0); ref = fraction; }, { -pos = (424,0); +pos = (366,0); ref = eight.dnom; } ); -width = 829; +width = 741; } ); unicode = 8539; diff --git a/sources/MonaSans.glyphspackage/glyphs/onehalf.glyph b/sources/MonaSans.glyphspackage/glyphs/onehalf.glyph index 9e744d73..3591b6d1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/onehalf.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/onehalf.glyph @@ -9,15 +9,15 @@ shapes = ( ref = one.numr; }, { -pos = (212,0); +pos = (228,0); ref = fraction; }, { -pos = (335,0); +pos = (362,0); ref = two.dnom; } ); -width = 593; +width = 636; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -30,35 +30,31 @@ pos = (157,0); ref = fraction; }, { -pos = (219,0); +pos = (214,0); ref = two.dnom; } ); -width = 444; +width = 439; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = one.numr; }, { -pos = (238,0); +pos = (214,0); ref = fraction; }, { -pos = (354,0); +pos = (315,0); ref = two.dnom; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 705; +width = 686; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = one.numr; @@ -68,49 +64,53 @@ pos = (291,0); ref = fraction; }, { -pos = (439,0); +pos = (422,0); ref = two.dnom; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 798; +width = 810; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = one.numr; }, { -pos = (214,0); +pos = (239,0); ref = fraction; }, { -pos = (320,0); +pos = (359,0); ref = two.dnom; } ); -width = 691; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 708; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = one.numr; }, { -pos = (279,0); +pos = (275,0); ref = fraction; }, { -pos = (405,0); +pos = (401,0); ref = two.dnom; } ); -width = 781; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 744; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -123,11 +123,11 @@ pos = (156,0); ref = fraction; }, { -pos = (223,0); +pos = (218,0); ref = two.dnom; } ); -width = 447; +width = 442; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -136,15 +136,15 @@ shapes = ( ref = one.numr; }, { -pos = (210,0); +pos = (226,0); ref = fraction; }, { -pos = (343,0); +pos = (379,0); ref = two.dnom; } ); -width = 602; +width = 654; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,11 +157,11 @@ pos = (231,0); ref = fraction; }, { -pos = (355,0); +pos = (351,0); ref = two.dnom; } ); -width = 708; +width = 704; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -174,11 +174,11 @@ pos = (286,0); ref = fraction; }, { -pos = (450,0); +pos = (444,0); ref = two.dnom; } ); -width = 806; +width = 800; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -191,11 +191,11 @@ pos = (210,0); ref = fraction; }, { -pos = (326,0); +pos = (314,0); ref = two.dnom; } ); -width = 698; +width = 686; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -204,15 +204,230 @@ shapes = ( ref = one.numr; }, { -pos = (277,0); +pos = (306,0); ref = fraction; }, { -pos = (424,0); +pos = (467,0); ref = two.dnom; } ); -width = 810; +width = 865; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (127,0); +ref = fraction; +}, +{ +pos = (167,0); +ref = two.dnom; +} +); +width = 352; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (195,0); +ref = fraction; +}, +{ +pos = (301,0); +ref = two.dnom; +} +); +width = 541; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (189,0); +ref = fraction; +}, +{ +pos = (272,0); +ref = two.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 583; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (250,0); +ref = fraction; +}, +{ +pos = (351,0); +ref = two.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 668; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = one.numr; +}, +{ +alignment = -1; +pos = (214,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (310,0); +ref = two.dnom; +} +); +width = 661; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (264,0); +ref = fraction; +}, +{ +pos = (372,0); +ref = two.dnom; +} +); +width = 728; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (134,0); +ref = fraction; +}, +{ +pos = (163,0); +ref = two.dnom; +} +); +width = 341; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (188,0); +ref = fraction; +}, +{ +pos = (288,0); +ref = two.dnom; +} +); +width = 525; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (183,0); +ref = fraction; +}, +{ +pos = (257,0); +ref = two.dnom; +} +); +width = 562; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (228,0); +ref = fraction; +}, +{ +pos = (330,0); +ref = two.dnom; +} +); +width = 628; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (190,0); +ref = fraction; +}, +{ +pos = (274,0); +ref = two.dnom; +} +); +width = 626; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (253,0); +ref = fraction; +}, +{ +pos = (364,0); +ref = two.dnom; +} +); +width = 726; } ); unicode = 189; diff --git a/sources/MonaSans.glyphspackage/glyphs/oneinferior.glyph b/sources/MonaSans.glyphspackage/glyphs/oneinferior.glyph index c4a93df7..c6fe271b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/oneinferior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/oneinferior.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _center; -pos = (119,177); +pos = (127,177); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -15,16 +15,16 @@ shapes = ( { closed = 1; nodes = ( -(203,-40,l), -(203,393,l), -(101,393,l), -(97,345,o), -(67,314,o), -(29,314,cs), -(10,314,l), -(10,225,l), -(93,225,l), -(93,-40,l) +(211,-40,l), +(211,393,l), +(109,393,l), +(105,345,o), +(75,314,o), +(37,314,cs), +(18,314,l), +(18,225,l), +(101,225,l), +(101,-40,l) ); } ); @@ -35,7 +35,7 @@ weight = -350; width = 60; }; }; -width = 230; +width = 246; }, { anchors = ( @@ -77,26 +77,26 @@ width = 161; anchors = ( { name = _center; -pos = (129,174); +pos = (117,173); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; partSelection = { }; shapes = ( { closed = 1; nodes = ( -(162,-40,l), -(162,393,l), -(128,393,l), -(124,351,o), -(102,323,o), -(44,323,cs), -(28,323,l), -(28,297,l), -(128,297,l), -(128,-40,l) +(157,-40,l), +(157,393,l), +(120,393,l), +(117,351,o), +(94,323,o), +(36,323,cs), +(16,323,l), +(16,296,l), +(121,296,l), +(121,-40,l) ); } ); @@ -106,77 +106,33 @@ height = 60; weight = -25; width = 60; }; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); }; -width = 247; +width = 223; }, { anchors = ( { name = _center; -pos = (154,174); +pos = (164,171); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; partSelection = { }; shapes = ( { closed = 1; nodes = ( -(261,-40,l), -(261,393,l), -(142,393,l), -(137,345,o), -(93,313,o), -(38,313,cs), -(18,313,l), -(18,216,l), -(134,216,l), -(134,-40,l) +(277,-40,l), +(277,393,l), +(135,393,l), +(130,345,o), +(86,313,o), +(31,313,cs), +(12,313,l), +(12,205,l), +(127,205,l), +(127,-40,l) ); } ); @@ -187,32 +143,30 @@ weight = -300; width = 60; }; }; -width = 315; +width = 326; }, { anchors = ( { name = _center; -pos = (117,173); +pos = (130,174); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(157,-40,l), -(157,393,l), -(120,393,l), -(117,351,o), -(94,323,o), -(36,323,cs), -(16,323,l), -(16,296,l), -(121,296,l), -(121,-40,l) +(161,-40,l), +(161,393,l), +(129,393,l), +(125,351,o), +(103,323,o), +(47,323,cs), +(31,323,l), +(31,297,l), +(129,297,l), +(129,-40,l) ); } ); @@ -222,33 +176,75 @@ height = 60; weight = -25; width = 60; }; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); }; -width = 223; +width = 248; }, { anchors = ( { name = _center; -pos = (158,171); +pos = (143,174); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(271,-40,l), -(271,393,l), -(129,393,l), -(124,345,o), -(80,313,o), -(25,313,cs), -(6,313,l), -(6,205,l), -(121,205,l), -(121,-40,l) +(248,-40,l), +(248,393,l), +(131,393,l), +(126,345,o), +(85,313,o), +(36,313,cs), +(17,313,l), +(17,216,l), +(123,216,l), +(123,-40,l) ); } ); @@ -259,7 +255,7 @@ weight = -300; width = 60; }; }; -width = 314; +width = 299; }, { anchors = ( @@ -269,8 +265,6 @@ pos = (55,177); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -partSelection = { -}; shapes = ( { closed = 1; @@ -301,26 +295,24 @@ width = 160; anchors = ( { name = _center; -pos = (118,177); +pos = (126,177); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -partSelection = { -}; shapes = ( { closed = 1; nodes = ( -(136,-40,l), -(227,393,l), -(127,393,l), -(113,348,o), -(79,314,o), -(39,314,cs), -(20,314,l), -(1,225,l), -(83,225,l), -(27,-40,l) +(144,-40,l), +(235,393,l), +(135,393,l), +(121,348,o), +(87,314,o), +(47,314,cs), +(28,314,l), +(9,225,l), +(91,225,l), +(35,-40,l) ); } ); @@ -331,7 +323,7 @@ weight = -350; width = 60; }; }; -width = 228; +width = 244; }, { anchors = ( @@ -341,8 +333,6 @@ pos = (96,177); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -partSelection = { -}; shapes = ( { closed = 1; @@ -377,8 +367,6 @@ pos = (157,177); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -partSelection = { -}; shapes = ( { closed = 1; @@ -413,8 +401,6 @@ pos = (92,177); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -partSelection = { -}; shapes = ( { closed = 1; @@ -445,26 +431,476 @@ width = 220; anchors = ( { name = _center; -pos = (159,177); +pos = (165,177); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -partSelection = { +shapes = ( +{ +closed = 1; +nodes = ( +(207,-40,l), +(297,393,l), +(158,393,l), +(142,344,o), +(92,313,o), +(38,313,cs), +(20,313,l), +(-3,205,l), +(110,205,l), +(59,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 321; +}, +{ +anchors = ( +{ +name = _center; +pos = (57,177); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(91,-40,l), +(91,393,l), +(63,393,l), +(62,357,o), +(48,334,o), +(15,334,cs), +(3,334,l), +(3,307,l), +(61,307,l), +(61,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 131; +}, +{ +anchors = ( +{ +name = _center; +pos = (112,177); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,-40,l), +(196,393,l), +(94,393,l), +(90,345,o), +(60,314,o), +(22,314,cs), +(3,314,l), +(3,225,l), +(86,225,l), +(86,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 213; +}, +{ +anchors = ( +{ +name = _center; +pos = (104,174); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,-40,l), +(137,393,l), +(103,393,l), +(99,351,o), +(77,323,o), +(19,323,cs), +(3,323,l), +(3,297,l), +(103,297,l), +(103,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 198; +}, +{ +anchors = ( +{ +name = _center; +pos = (137,174); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(244,-40,l), +(244,393,l), +(125,393,l), +(120,345,o), +(76,313,o), +(21,313,cs), +(1,313,l), +(1,216,l), +(117,216,l), +(117,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; }; +}; +width = 274; +}, +{ +anchors = ( +{ +name = _center; +pos = (112,173); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(201,-40,l), -(291,393,l), +(152,-40,l), (152,393,l), -(136,344,o), -(86,313,o), -(32,313,cs), -(14,313,l), -(-9,205,l), -(104,205,l), -(53,-40,l) +(115,393,l), +(112,351,o), +(89,323,o), +(31,323,cs), +(11,323,l), +(11,296,l), +(116,296,l), +(116,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 208; +}, +{ +anchors = ( +{ +name = _center; +pos = (153,171); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(266,-40,l), +(266,393,l), +(124,393,l), +(119,345,o), +(75,313,o), +(20,313,cs), +(1,313,l), +(1,205,l), +(116,205,l), +(116,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 299; +}, +{ +anchors = ( +{ +name = _center; +pos = (32,177); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(15,-40,l), +(106,393,l), +(79,393,l), +(70,357,o), +(52,334,o), +(19,334,cs), +(7,334,l), +(2,307,l), +(59,307,l), +(-14,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 114; +}, +{ +anchors = ( +{ +name = _center; +pos = (107,177); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(125,-40,l), +(216,393,l), +(116,393,l), +(102,348,o), +(68,314,o), +(28,314,cs), +(9,314,l), +(-10,225,l), +(72,225,l), +(16,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 206; +}, +{ +anchors = ( +{ +name = _center; +pos = (72,177); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(69,-40,l), +(159,393,l), +(125,393,l), +(113,351,o), +(86,323,o), +(32,323,cs), +(18,323,l), +(12,297,l), +(104,297,l), +(34,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 192; +}, +{ +anchors = ( +{ +name = _center; +pos = (128,177); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(162,-40,l), +(253,393,l), +(132,393,l), +(116,345,o), +(67,313,o), +(16,313,cs), +(-2,313,l), +(-23,214,l), +(86,214,l), +(33,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 252; +}, +{ +anchors = ( +{ +name = _center; +pos = (82,177); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(82,-40,l), +(173,393,l), +(137,393,l), +(122,345,o), +(91,323,o), +(39,323,cs), +(20,323,l), +(14,296,l), +(116,296,l), +(46,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 200; +}, +{ +anchors = ( +{ +name = _center; +pos = (147,177); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(189,-40,l), +(279,393,l), +(140,393,l), +(124,344,o), +(74,313,o), +(20,313,cs), +(2,313,l), +(-21,205,l), +(92,205,l), +(41,-40,l) ); } ); @@ -475,7 +911,7 @@ weight = -300; width = 60; }; }; -width = 309; +width = 285; } ); unicode = 8321; diff --git a/sources/MonaSans.glyphspackage/glyphs/onequarter.glyph b/sources/MonaSans.glyphspackage/glyphs/onequarter.glyph index 0b101b74..6b592eb9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/onequarter.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/onequarter.glyph @@ -9,15 +9,15 @@ shapes = ( ref = one.numr; }, { -pos = (212,0); +pos = (228,0); ref = fraction; }, { -pos = (303,0); +pos = (320,0); ref = four.dnom; } ); -width = 586; +width = 619; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -30,35 +30,31 @@ pos = (157,0); ref = fraction; }, { -pos = (192,0); +pos = (188,0); ref = four.dnom; } ); -width = 434; +width = 430; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = one.numr; }, { -pos = (238,0); +pos = (214,0); ref = fraction; }, { -pos = (305,0); +pos = (265,0); ref = four.dnom; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 671; +width = 673; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = one.numr; @@ -68,49 +64,53 @@ pos = (291,0); ref = fraction; }, { -pos = (410,0); +pos = (389,0); ref = four.dnom; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 792; +width = 801; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = one.numr; }, { -pos = (214,0); +pos = (239,0); ref = fraction; }, { -pos = (264,0); +pos = (316,0); ref = four.dnom; } ); -width = 672; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 679; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = one.numr; }, { -pos = (279,0); +pos = (275,0); ref = fraction; }, { -pos = (366,0); +pos = (376,0); ref = four.dnom; } ); -width = 766; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 741; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -123,11 +123,11 @@ pos = (156,0); ref = fraction; }, { -pos = (200,0); +pos = (195,0); ref = four.dnom; } ); -width = 441; +width = 436; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -136,15 +136,15 @@ shapes = ( ref = one.numr; }, { -pos = (210,0); +pos = (226,0); ref = fraction; }, { -pos = (310,0); +pos = (346,0); ref = four.dnom; } ); -width = 591; +width = 643; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,11 +157,11 @@ pos = (231,0); ref = fraction; }, { -pos = (323,0); +pos = (315,0); ref = four.dnom; } ); -width = 688; +width = 680; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -174,11 +174,11 @@ pos = (286,0); ref = fraction; }, { -pos = (420,0); +pos = (414,0); ref = four.dnom; } ); -width = 802; +width = 796; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -191,11 +191,11 @@ pos = (210,0); ref = fraction; }, { -pos = (263,0); +pos = (262,0); ref = four.dnom; } ); -width = 648; +width = 647; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -204,15 +204,230 @@ shapes = ( ref = one.numr; }, { -pos = (277,0); +pos = (306,0); +ref = fraction; +}, +{ +pos = (419,0); +ref = four.dnom; +} +); +width = 822; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (127,0); +ref = fraction; +}, +{ +pos = (147,0); +ref = four.dnom; +} +); +width = 359; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (195,0); +ref = fraction; +}, +{ +pos = (255,0); +ref = four.dnom; +} +); +width = 524; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (189,0); +ref = fraction; +}, +{ +pos = (231,0); +ref = four.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 547; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (250,0); +ref = fraction; +}, +{ +pos = (321,0); +ref = four.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; +}; +width = 669; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = one.numr; +}, +{ +alignment = -1; +pos = (214,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (254,0); +ref = four.dnom; +} +); +width = 642; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (264,0); +ref = fraction; +}, +{ +pos = (327,0); +ref = four.dnom; +} +); +width = 717; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (134,0); +ref = fraction; +}, +{ +pos = (141,0); +ref = four.dnom; +} +); +width = 336; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (188,0); +ref = fraction; +}, +{ +pos = (260,0); +ref = four.dnom; +} +); +width = 519; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (183,0); +ref = fraction; +}, +{ +pos = (219,0); +ref = four.dnom; +} +); +width = 536; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (228,0); +ref = fraction; +}, +{ +pos = (301,0); +ref = four.dnom; +} +); +width = 625; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (190,0); +ref = fraction; +}, +{ +pos = (232,0); +ref = four.dnom; +} +); +width = 597; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (253,0); ref = fraction; }, { -pos = (382,0); +pos = (316,0); ref = four.dnom; } ); -width = 773; +width = 683; } ); unicode = 188; diff --git a/sources/MonaSans.glyphspackage/glyphs/onesuperior.glyph b/sources/MonaSans.glyphspackage/glyphs/onesuperior.glyph index 66ee9a61..c074ff97 100644 --- a/sources/MonaSans.glyphspackage/glyphs/onesuperior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/onesuperior.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = onesuperior; -kernLeft = onesuperior; +kernLeft = KO_onesuperior; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -18,7 +18,7 @@ weight = -350; width = 60; }; }; -width = 230; +width = 246; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -38,7 +38,41 @@ width = 60; width = 161; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 223; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 326; +}, +{ +layerId = m019; shapes = ( { pos = (0,376); @@ -98,10 +132,10 @@ type = Stem; } ); }; -width = 247; +width = 248; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { pos = (0,376); @@ -117,10 +151,146 @@ width = 60; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = oneinferior; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = oneinferior; }; -width = 315; +width = 299; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (78,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 160; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (78,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 244; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (78,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 240; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (78,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 310; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (78,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 220; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (78,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 321; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +pos = (0,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 131; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 213; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { pos = (0,376); @@ -133,11 +303,57 @@ height = 60; weight = -25; width = 60; }; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = oneinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = oneinferior; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); }; -width = 223; +width = 198; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { pos = (0,376); @@ -150,11 +366,47 @@ height = 60; weight = -300; width = 60; }; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = oneinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = oneinferior; }; -width = 314; +width = 274; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +pos = (0,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 208; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +pos = (0,376); +ref = oneinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 299; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (78,376); @@ -168,10 +420,10 @@ weight = -30; width = 60; }; }; -width = 160; +width = 114; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (78,376); @@ -185,10 +437,10 @@ weight = -350; width = 60; }; }; -width = 228; +width = 206; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (78,376); @@ -202,10 +454,10 @@ weight = -25; width = 60; }; }; -width = 240; +width = 192; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (78,376); @@ -219,10 +471,10 @@ weight = -300; width = 60; }; }; -width = 310; +width = 252; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (78,376); @@ -236,10 +488,10 @@ weight = -25; width = 60; }; }; -width = 220; +width = 200; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (78,376); @@ -253,7 +505,7 @@ weight = -300; width = 60; }; }; -width = 309; +width = 285; } ); unicode = 185; diff --git a/sources/MonaSans.glyphspackage/glyphs/ordfeminine.glyph b/sources/MonaSans.glyphspackage/glyphs/ordfeminine.glyph index c6b44972..d5ac03ad 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ordfeminine.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ordfeminine.glyph @@ -55,143 +55,47 @@ shapes = ( { closed = 1; nodes = ( -(138,370,o), -(164,385,o), -(176,418,c), -(181,418,l), -(181,377,l), -(299,377,l), -(299,729,l), -(184,729,l), -(181,688,l), -(176,688,l), -(164,721,o), -(141,736,o), -(109,736,cs), -(55,736,o), -(17,698,o), -(17,553,cs), -(17,442,o), -(36,370,o), -(109,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(142,463,o), -(136,483,o), -(136,553,cs), -(136,614,o), -(139,645,o), -(159,645,cs), -(174,645,o), -(181,625,o), -(181,562,cs), -(181,544,ls), -(181,489,o), -(176,463,o), -(159,463,cs) +(146,370,o), +(172,385,o), +(184,418,c), +(189,418,l), +(189,377,l), +(307,377,l), +(307,729,l), +(192,729,l), +(189,688,l), +(184,688,l), +(172,721,o), +(149,736,o), +(117,736,cs), +(63,736,o), +(25,698,o), +(25,553,cs), +(25,442,o), +(44,370,o), +(117,370,cs) ); -} -); -width = 325; }, { -layerId = master01; -shapes = ( -{ closed = 1; nodes = ( -(260,386,o), -(308,415,o), -(327,467,c), -(329,467,l), -(329,391,l), -(364,391,l), -(364,729,l), -(331,729,l), -(329,654,l), -(327,654,l), -(309,703,o), -(264,735,o), -(202,735,cs), -(118,735,o), -(61,670,o), -(61,560,cs), -(61,451,o), -(118,386,o), -(202,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,416,o), -(97,469,o), -(97,560,cs), -(97,653,o), -(143,705,o), -(212,705,cs), -(286,705,o), -(328,645,o), -(328,583,cs), -(328,538,ls), -(328,476,o), -(286,416,o), -(212,416,cs) +(150,463,o), +(144,483,o), +(144,553,cs), +(144,614,o), +(147,645,o), +(167,645,cs), +(182,645,o), +(189,625,o), +(189,562,cs), +(189,544,ls), +(189,489,o), +(184,463,o), +(167,463,cs) ); } ); -width = 449; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(223,370,o), -(260,396,o), -(275,430,c), -(281,430,l), -(281,377,l), -(409,377,l), -(409,731,l), -(286,731,l), -(281,678,l), -(275,678,l), -(259,714,o), -(221,738,o), -(171,738,cs), -(88,738,o), -(33,679,o), -(33,554,cs), -(33,429,o), -(88,370,o), -(171,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(186,472,o), -(163,496,o), -(163,554,cs), -(163,613,o), -(186,636,o), -(222,636,cs), -(264,636,o), -(280,602,o), -(280,568,cs), -(280,540,ls), -(280,506,o), -(264,472,o), -(222,472,cs) -); -} -); -width = 463; +width = 341; }, { layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -247,47 +151,143 @@ shapes = ( { closed = 1; nodes = ( -(239,370,o), -(284,389,o), -(306,421,c), -(311,421,l), -(311,377,l), -(459,377,l), -(459,731,l), -(318,731,l), -(314,686,l), -(309,686,l), -(289,716,o), -(251,736,o), -(189,736,cs), -(86,736,o), -(17,666,o), -(17,553,cs), -(17,442,o), -(86,370,o), -(189,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,481,o), -(165,505,o), -(165,553,cs), -(165,601,o), -(194,626,o), -(236,626,cs), -(282,626,o), -(310,598,o), -(310,557,cs), -(310,550,ls), -(310,509,o), -(283,481,o), -(236,481,cs) +(245,370,o), +(290,389,o), +(312,421,c), +(317,421,l), +(317,377,l), +(465,377,l), +(465,731,l), +(324,731,l), +(320,686,l), +(315,686,l), +(295,716,o), +(257,736,o), +(195,736,cs), +(92,736,o), +(23,666,o), +(23,553,cs), +(23,442,o), +(92,370,o), +(195,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(200,481,o), +(171,505,o), +(171,553,cs), +(171,601,o), +(200,626,o), +(242,626,cs), +(288,626,o), +(316,598,o), +(316,557,cs), +(316,550,ls), +(316,509,o), +(289,481,o), +(242,481,cs) ); } ); -width = 502; +width = 514; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(257,386,o), +(305,415,o), +(324,467,c), +(326,467,l), +(326,391,l), +(359,391,l), +(359,729,l), +(328,729,l), +(326,654,l), +(324,654,l), +(306,703,o), +(261,735,o), +(201,735,cs), +(119,735,o), +(62,670,o), +(62,560,cs), +(62,451,o), +(119,386,o), +(201,386,cs) +); +}, +{ +closed = 1; +nodes = ( +(144,416,o), +(98,469,o), +(98,560,cs), +(98,653,o), +(144,705,o), +(211,705,cs), +(283,705,o), +(325,645,o), +(325,583,cs), +(325,538,ls), +(325,476,o), +(283,416,o), +(211,416,cs) +); +} +); +width = 446; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(212,370,o), +(248,396,o), +(261,430,c), +(267,430,l), +(267,377,l), +(394,377,l), +(394,731,l), +(272,731,l), +(267,678,l), +(261,678,l), +(247,714,o), +(210,738,o), +(163,738,cs), +(84,738,o), +(32,679,o), +(32,554,cs), +(32,429,o), +(84,370,o), +(163,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,472,o), +(160,496,o), +(160,554,cs), +(160,613,o), +(181,636,o), +(214,636,cs), +(252,636,o), +(266,602,o), +(266,568,cs), +(266,540,ls), +(266,506,o), +(252,472,o), +(214,472,cs) +); +} +); +width = 446; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -343,47 +343,47 @@ shapes = ( { closed = 1; nodes = ( -(164,370,o), -(189,387,o), -(204,414,c), -(208,413,l), -(205,377,l), -(319,377,l), -(391,729,l), -(278,729,l), -(266,683,l), -(262,683,l), -(256,719,o), -(232,736,o), -(196,736,cs), -(145,736,o), -(105,693,o), -(77,559,cs), -(57,462,o), -(50,370,o), -(134,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,459,o), -(180,490,o), -(193,551,cs), -(206,614,o), -(215,641,o), -(233,641,cs), -(257,641,o), -(248,601,o), -(238,557,cs), -(234,539,ls), -(222,482,o), -(213,459,o), -(196,459,cs) +(172,370,o), +(197,387,o), +(212,414,c), +(216,413,l), +(213,377,l), +(327,377,l), +(399,729,l), +(286,729,l), +(274,683,l), +(270,683,l), +(264,719,o), +(240,736,o), +(204,736,cs), +(153,736,o), +(113,693,o), +(85,559,cs), +(65,462,o), +(58,370,o), +(142,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(184,459,o), +(188,490,o), +(201,551,cs), +(214,614,o), +(223,641,o), +(241,641,cs), +(265,641,o), +(256,601,o), +(246,557,cs), +(242,539,ls), +(230,482,o), +(221,459,o), +(204,459,cs) ); } ); -width = 323; +width = 339; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -535,47 +535,623 @@ shapes = ( { closed = 1; nodes = ( -(275,370,o), -(307,386,o), -(330,410,c), -(335,410,l), -(333,377,l), -(474,377,l), -(548,731,l), -(404,731,l), +(281,370,o), +(313,386,o), +(336,410,c), +(341,410,l), +(339,377,l), +(480,377,l), +(554,731,l), +(410,731,l), +(393,676,l), (387,676,l), -(381,676,l), -(367,714,o), -(317,738,o), -(263,738,cs), -(147,738,o), -(75,650,o), -(75,528,cs), -(75,433,o), -(135,370,o), -(228,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(249,480,o), -(223,500,o), -(223,542,cs), -(223,593,o), -(252,626,o), -(297,626,cs), -(343,626,o), -(370,594,o), -(361,549,cs), -(359,539,ls), -(352,506,o), -(331,480,o), -(285,480,cs) +(373,714,o), +(323,738,o), +(269,738,cs), +(153,738,o), +(81,650,o), +(81,528,cs), +(81,433,o), +(141,370,o), +(234,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(255,480,o), +(229,500,o), +(229,542,cs), +(229,593,o), +(258,626,o), +(303,626,cs), +(349,626,o), +(376,594,o), +(367,549,cs), +(365,539,ls), +(358,506,o), +(337,480,o), +(291,480,cs) +); +} +); +width = 507; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,385,o), +(155,407,o), +(166,441,c), +(167,441,l), +(167,392,l), +(197,392,l), +(197,729,l), +(168,729,l), +(167,680,l), +(166,680,l), +(155,714,o), +(137,736,o), +(104,736,cs), +(58,736,o), +(28,693,o), +(28,560,cs), +(28,429,o), +(57,385,o), +(104,385,cs) +); +}, +{ +closed = 1; +nodes = ( +(69,410,o), +(58,465,o), +(58,560,cs), +(58,657,o), +(69,711,o), +(114,711,cs), +(146,711,o), +(167,672,o), +(167,591,cs), +(167,529,ls), +(167,449,o), +(146,410,o), +(114,410,cs) +); +} +); +width = 233; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(128,370,o), +(154,385,o), +(166,418,c), +(171,418,l), +(171,377,l), +(289,377,l), +(289,729,l), +(174,729,l), +(171,688,l), +(166,688,l), +(154,721,o), +(131,736,o), +(99,736,cs), +(45,736,o), +(7,698,o), +(7,553,cs), +(7,442,o), +(26,370,o), +(99,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(132,463,o), +(126,483,o), +(126,553,cs), +(126,614,o), +(129,645,o), +(149,645,cs), +(164,645,o), +(171,625,o), +(171,562,cs), +(171,544,ls), +(171,489,o), +(166,463,o), +(149,463,cs) +); +} +); +width = 305; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(240,386,o), +(288,415,o), +(307,467,c), +(309,467,l), +(309,391,l), +(344,391,l), +(344,729,l), +(311,729,l), +(309,654,l), +(307,654,l), +(289,703,o), +(244,735,o), +(182,735,cs), +(98,735,o), +(41,670,o), +(41,560,cs), +(41,451,o), +(98,386,o), +(182,386,cs) +); +}, +{ +closed = 1; +nodes = ( +(123,416,o), +(77,469,o), +(77,560,cs), +(77,653,o), +(123,705,o), +(192,705,cs), +(266,705,o), +(308,645,o), +(308,583,cs), +(308,538,ls), +(308,476,o), +(266,416,o), +(192,416,cs) +); +} +); +width = 403; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,370,o), +(239,396,o), +(254,430,c), +(260,430,l), +(260,377,l), +(388,377,l), +(388,731,l), +(265,731,l), +(260,678,l), +(254,678,l), +(238,714,o), +(200,738,o), +(150,738,cs), +(67,738,o), +(12,679,o), +(12,554,cs), +(12,429,o), +(67,370,o), +(150,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,472,o), +(142,496,o), +(142,554,cs), +(142,613,o), +(165,636,o), +(201,636,cs), +(243,636,o), +(259,602,o), +(259,568,cs), +(259,540,ls), +(259,506,o), +(243,472,o), +(201,472,cs) +); +} +); +width = 418; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(271,385,o), +(329,420,o), +(350,471,c), +(353,471,l), +(353,391,l), +(390,391,l), +(390,729,l), +(355,729,l), +(353,655,l), +(350,655,l), +(328,705,o), +(272,735,o), +(200,735,cs), +(99,735,o), +(30,668,o), +(30,560,cs), +(30,454,o), +(99,385,o), +(200,385,cs) +); +}, +{ +closed = 1; +nodes = ( +(124,417,o), +(68,473,o), +(68,560,cs), +(68,651,o), +(124,703,o), +(208,703,cs), +(298,703,o), +(353,645,o), +(353,581,cs), +(353,545,ls), +(353,478,o), +(299,417,o), +(208,417,cs) +); +} +); +width = 446; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(229,370,o), +(274,389,o), +(296,421,c), +(301,421,l), +(301,377,l), +(449,377,l), +(449,731,l), +(308,731,l), +(304,686,l), +(299,686,l), +(279,716,o), +(241,736,o), +(179,736,cs), +(76,736,o), +(7,666,o), +(7,553,cs), +(7,442,o), +(76,370,o), +(179,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(184,481,o), +(155,505,o), +(155,553,cs), +(155,601,o), +(184,626,o), +(226,626,cs), +(272,626,o), +(300,598,o), +(300,557,cs), +(300,550,ls), +(300,509,o), +(273,481,o), +(226,481,cs) +); +} +); +width = 482; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,385,o), +(181,403,o), +(198,437,c), +(199,437,l), +(190,392,l), +(220,392,l), +(290,729,l), +(261,729,l), +(250,675,l), +(248,675,l), +(245,712,o), +(230,735,o), +(194,735,cs), +(151,735,o), +(115,692,o), +(88,564,cs), +(69,474,o), +(64,385,o), +(132,385,cs) +); +}, +{ +closed = 1; +nodes = ( +(96,409,o), +(99,470,o), +(118,564,cs), +(138,662,o), +(160,709,o), +(200,709,cs), +(243,709,o), +(245,650,o), +(231,586,cs), +(218,525,ls), +(201,445,o), +(173,409,o), +(144,409,cs) +); +} +); +width = 229; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(153,370,o), +(178,387,o), +(193,414,c), +(197,413,l), +(194,377,l), +(308,377,l), +(380,729,l), +(267,729,l), +(255,683,l), +(251,683,l), +(245,719,o), +(221,736,o), +(185,736,cs), +(134,736,o), +(94,693,o), +(66,559,cs), +(46,462,o), +(39,370,o), +(123,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,459,o), +(169,490,o), +(182,551,cs), +(195,614,o), +(204,641,o), +(222,641,cs), +(246,641,o), +(237,601,o), +(227,557,cs), +(223,539,ls), +(211,482,o), +(202,459,o), +(185,459,cs) +); +} +); +width = 301; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(264,385,o), +(312,411,o), +(339,457,c), +(341,457,l), +(328,392,l), +(363,392,l), +(433,729,l), +(400,729,l), +(381,646,l), +(379,646,l), +(370,699,o), +(329,736,o), +(267,736,cs), +(170,736,o), +(98,646,o), +(98,520,cs), +(98,437,o), +(142,385,o), +(213,385,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,416,o), +(134,455,o), +(134,525,cs), +(134,629,o), +(194,705,o), +(272,705,cs), +(341,705,o), +(379,645,o), +(365,575,cs), +(356,529,ls), +(344,468,o), +(294,416,o), +(227,416,cs) +); +} +); +width = 396; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,370,o), +(248,389,o), +(266,423,c), +(273,423,l), +(263,377,l), +(390,377,l), +(464,731,l), +(340,731,l), +(325,677,l), +(318,677,l), +(307,711,o), +(274,738,o), +(227,738,cs), +(133,738,o), +(76,661,o), +(60,538,cs), +(47,437,o), +(90,370,o), +(167,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(206,473,o), +(191,491,o), +(191,526,cs), +(191,593,o), +(220,636,o), +(261,636,cs), +(297,636,o), +(311,602,o), +(304,571,cs), +(293,522,ls), +(287,494,o), +(267,473,o), +(235,473,cs) +); +} +); +width = 393; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(305,385,o), +(360,416,o), +(389,459,c), +(391,459,l), +(378,392,l), +(414,392,l), +(484,729,l), +(451,729,l), +(429,639,l), +(427,639,l), +(417,697,o), +(359,736,o), +(286,736,cs), +(174,736,o), +(90,651,o), +(90,531,cs), +(90,438,o), +(152,385,o), +(239,385,cs) +); +}, +{ +closed = 1; +nodes = ( +(172,417,o), +(127,465,o), +(127,533,cs), +(127,630,o), +(194,705,o), +(288,705,cs), +(383,705,o), +(424,641,o), +(410,554,cs), +(407,535,ls), +(394,465,o), +(330,417,o), +(249,417,cs) +); +} +); +width = 442; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,370,o), +(292,386,o), +(315,410,c), +(320,410,l), +(318,377,l), +(459,377,l), +(533,731,l), +(389,731,l), +(372,676,l), +(366,676,l), +(352,714,o), +(302,738,o), +(248,738,cs), +(132,738,o), +(60,650,o), +(60,528,cs), +(60,433,o), +(120,370,o), +(213,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,480,o), +(208,500,o), +(208,542,cs), +(208,593,o), +(237,626,o), +(282,626,cs), +(328,626,o), +(355,594,o), +(346,549,cs), +(344,539,ls), +(337,506,o), +(316,480,o), +(270,480,cs) ); } ); -width = 495; +width = 465; } ); unicode = 170; diff --git a/sources/MonaSans.glyphspackage/glyphs/ordmasculine.glyph b/sources/MonaSans.glyphspackage/glyphs/ordmasculine.glyph index 6d63a27e..4642c8e8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ordmasculine.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ordmasculine.glyph @@ -67,23 +67,23 @@ width = 268; anchors = ( { name = bottom; -pos = (155,377); +pos = (163,377); }, { name = center; -pos = (155,553); +pos = (163,553); }, { name = ogonek; -pos = (275,384); +pos = (283,384); }, { name = top; -pos = (155,729); +pos = (163,729); }, { name = topright; -pos = (292,729); +pos = (300,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -91,287 +91,287 @@ shapes = ( { closed = 1; nodes = ( -(240,370,o), -(296,418,o), -(296,555,cs), -(296,687,o), -(242,736,o), -(155,736,cs), -(67,736,o), -(15,686,o), -(15,555,cs), -(15,419,o), -(70,370,o), -(155,370,cs) +(248,370,o), +(304,418,o), +(304,555,cs), +(304,687,o), +(250,736,o), +(163,736,cs), +(75,736,o), +(23,686,o), +(23,555,cs), +(23,419,o), +(78,370,o), +(163,370,cs) ); }, { closed = 1; nodes = ( -(136,463,o), -(133,489,o), -(133,553,cs), -(133,623,o), -(137,644,o), -(155,644,cs), -(173,644,o), -(177,624,o), -(177,553,cs), -(177,488,o), -(174,463,o), -(155,463,cs) +(144,463,o), +(141,489,o), +(141,553,cs), +(141,623,o), +(145,644,o), +(163,644,cs), +(181,644,o), +(185,624,o), +(185,553,cs), +(185,488,o), +(182,463,o), +(163,463,cs) ); } ); -width = 311; +width = 327; }, { anchors = ( { name = bottom; -pos = (218,392); +pos = (228,392); }, { name = center; -pos = (218,561); +pos = (228,561); }, { name = ogonek; -pos = (374,399); +pos = (398,399); }, { name = top; -pos = (218,730); +pos = (228,730); }, { name = topright; -pos = (400,730); +pos = (427,730); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(315,386,o), -(378,457,o), -(378,560,cs), -(378,665,o), -(314,734,o), -(219,734,cs), -(122,734,o), -(58,662,o), -(58,559,cs), -(58,455,o), -(123,386,o), -(219,386,cs) +(341,384,o), +(417,455,o), +(417,559,cs), +(417,665,o), +(341,734,o), +(228,734,cs), +(114,734,o), +(38,665,o), +(38,559,cs), +(38,454,o), +(114,384,o), +(228,384,cs) ); }, { closed = 1; nodes = ( -(142,417,o), -(94,473,o), -(94,559,cs), -(94,648,o), -(144,703,o), -(219,703,cs), -(295,703,o), -(343,647,o), -(343,560,cs), -(343,472,o), -(293,417,o), -(219,417,cs) +(136,417,o), +(76,473,o), +(76,559,cs), +(76,646,o), +(136,702,o), +(228,702,cs), +(320,702,o), +(379,646,o), +(379,559,cs), +(379,473,o), +(319,417,o), +(228,417,cs) ); } ); -width = 436; +width = 455; }, { anchors = ( { name = bottom; -pos = (211,377); +pos = (240,377); }, { name = center; -pos = (211,554); +pos = (240,554); }, { name = ogonek; -pos = (369,384); +pos = (425,384); }, { name = top; -pos = (211,731); +pos = (240,731); }, { name = topright; -pos = (396,731); +pos = (459,731); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(328,370,o), -(393,444,o), -(393,554,cs), -(393,671,o), -(320,738,o), -(211,738,cs), -(94,738,o), -(29,664,o), -(29,554,cs), -(29,437,o), -(102,370,o), -(211,370,cs) +(373,370,o), +(460,437,o), +(460,554,cs), +(460,673,o), +(372,738,o), +(240,738,cs), +(107,738,o), +(20,671,o), +(20,554,cs), +(20,436,o), +(108,370,o), +(240,370,cs) ); }, { closed = 1; nodes = ( -(179,472,o), -(158,495,o), -(158,554,cs), -(158,613,o), -(179,636,o), -(211,636,cs), -(243,636,o), -(264,614,o), -(264,554,cs), -(264,494,o), -(243,472,o), -(211,472,cs) +(192,482,o), +(168,509,o), +(168,554,cs), +(168,599,o), +(192,627,o), +(240,627,cs), +(289,627,o), +(313,599,o), +(313,554,cs), +(313,510,o), +(289,482,o), +(240,482,cs) ); } ); -width = 422; +width = 480; }, { anchors = ( { name = bottom; -pos = (228,392); +pos = (217,392); }, { name = center; -pos = (228,561); +pos = (217,561); }, { name = ogonek; -pos = (398,399); +pos = (369,399); }, { name = top; -pos = (228,730); +pos = (217,730); }, { name = topright; -pos = (427,730); +pos = (395,730); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(341,384,o), -(417,455,o), -(417,559,cs), -(417,665,o), -(341,734,o), -(228,734,cs), -(114,734,o), -(38,665,o), -(38,559,cs), -(38,454,o), -(114,384,o), -(228,384,cs) +(312,386,o), +(373,457,o), +(373,560,cs), +(373,665,o), +(311,734,o), +(218,734,cs), +(123,734,o), +(59,662,o), +(59,559,cs), +(59,455,o), +(124,386,o), +(218,386,cs) ); }, { closed = 1; nodes = ( -(136,417,o), -(76,473,o), -(76,559,cs), -(76,646,o), -(136,702,o), -(228,702,cs), -(320,702,o), -(379,646,o), -(379,559,cs), -(379,473,o), -(319,417,o), -(228,417,cs) +(143,417,o), +(95,473,o), +(95,559,cs), +(95,648,o), +(145,703,o), +(218,703,cs), +(292,703,o), +(340,647,o), +(340,560,cs), +(340,472,o), +(290,417,o), +(218,417,cs) ); } ); -width = 455; +width = 433; }, { anchors = ( { name = bottom; -pos = (234,377); +pos = (203,377); }, { name = center; -pos = (234,554); +pos = (203,554); }, { name = ogonek; -pos = (419,384); +pos = (354,384); }, { name = top; -pos = (234,731); +pos = (203,731); }, { name = topright; -pos = (453,731); +pos = (380,731); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(367,370,o), -(454,437,o), -(454,554,cs), -(454,673,o), -(366,738,o), -(234,738,cs), -(101,738,o), -(14,671,o), -(14,554,cs), -(14,436,o), -(102,370,o), -(234,370,cs) +(316,370,o), +(378,444,o), +(378,554,cs), +(378,671,o), +(308,738,o), +(203,738,cs), +(90,738,o), +(28,664,o), +(28,554,cs), +(28,437,o), +(98,370,o), +(203,370,cs) ); }, { closed = 1; nodes = ( -(186,482,o), -(162,509,o), -(162,554,cs), -(162,599,o), -(186,627,o), -(234,627,cs), -(283,627,o), -(307,599,o), -(307,554,cs), -(307,510,o), -(283,482,o), -(234,482,cs) +(174,472,o), +(155,495,o), +(155,554,cs), +(155,613,o), +(174,636,o), +(203,636,cs), +(232,636,o), +(250,614,o), +(250,554,cs), +(250,494,o), +(232,472,o), +(203,472,cs) ); } ); -width = 468; +width = 405; }, { anchors = ( @@ -439,23 +439,23 @@ width = 267; anchors = ( { name = bottom; -pos = (183,377); +pos = (191,377); }, { name = center; -pos = (213,553); +pos = (221,553); }, { name = ogonek; -pos = (304,384); +pos = (312,384); }, { name = top; -pos = (248,729); +pos = (256,729); }, { name = topright; -pos = (393,729); +pos = (401,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -463,39 +463,39 @@ shapes = ( { closed = 1; nodes = ( -(272,370,o), -(325,424,o), -(351,548,cs), -(375,663,o), -(348,736,o), -(236,736,cs), -(157,736,o), -(102,690,o), -(76,565,cs), -(49,436,o), -(83,370,o), -(190,370,cs) +(280,370,o), +(333,424,o), +(359,548,cs), +(383,663,o), +(356,736,o), +(244,736,cs), +(165,736,o), +(110,690,o), +(84,565,cs), +(57,436,o), +(91,370,o), +(198,370,cs) ); }, { closed = 1; nodes = ( -(172,463,o), -(177,492,o), -(191,558,cs), -(206,630,o), -(215,644,o), -(231,644,cs), -(254,644,o), -(247,605,o), -(235,552,cs), -(220,483,o), -(211,463,o), -(195,463,cs) +(180,463,o), +(185,492,o), +(199,558,cs), +(214,630,o), +(223,644,o), +(239,644,cs), +(262,644,o), +(255,605,o), +(243,552,cs), +(228,483,o), +(219,463,o), +(203,463,cs) ); } ); -width = 309; +width = 325; }, { anchors = ( @@ -687,23 +687,23 @@ width = 449; anchors = ( { name = bottom; -pos = (262,377); +pos = (268,377); }, { name = center; -pos = (291,554); +pos = (297,554); }, { name = ogonek; -pos = (450,384); +pos = (456,384); }, { name = top; -pos = (320,731); +pos = (326,731); }, { name = topright; -pos = (555,731); +pos = (561,731); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -711,39 +711,783 @@ shapes = ( { closed = 1; nodes = ( -(419,370,o), -(509,449,o), -(509,574,cs), -(509,674,o), -(435,738,o), -(304,738,cs), -(163,738,o), -(73,659,o), -(73,533,cs), -(73,435,o), -(148,370,o), -(277,370,cs) +(425,370,o), +(515,449,o), +(515,574,cs), +(515,674,o), +(441,738,o), +(310,738,cs), +(169,738,o), +(79,659,o), +(79,533,cs), +(79,435,o), +(154,370,o), +(283,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(253,482,o), +(225,506,o), +(225,544,cs), +(225,594,o), +(256,626,o), +(304,626,cs), +(341,626,o), +(369,602,o), +(369,565,cs), +(369,514,o), +(338,482,o), +(290,482,cs) +); +} +); +width = 478; +}, +{ +anchors = ( +{ +name = bottom; +pos = (114,392); +}, +{ +name = center; +pos = (114,561); +}, +{ +name = ogonek; +pos = (202,399); +}, +{ +name = top; +pos = (114,729); +}, +{ +name = topright; +pos = (211,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,385,o), +(201,454,o), +(201,561,cs), +(201,667,o), +(182,736,o), +(114,736,cs), +(46,736,o), +(27,666,o), +(27,561,cs), +(27,455,o), +(46,385,o), +(114,385,cs) +); +}, +{ +closed = 1; +nodes = ( +(79,411,o), +(56,442,o), +(56,561,cs), +(56,679,o), +(79,710,o), +(114,710,cs), +(149,710,o), +(171,679,o), +(171,561,cs), +(171,442,o), +(149,411,o), +(114,411,cs) +); +} +); +width = 228; +}, +{ +anchors = ( +{ +name = bottom; +pos = (146,377); +}, +{ +name = center; +pos = (146,553); +}, +{ +name = ogonek; +pos = (266,384); +}, +{ +name = top; +pos = (146,729); +}, +{ +name = topright; +pos = (283,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(231,370,o), +(287,418,o), +(287,555,cs), +(287,687,o), +(233,736,o), +(146,736,cs), +(58,736,o), +(6,686,o), +(6,555,cs), +(6,419,o), +(61,370,o), +(146,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(127,463,o), +(124,489,o), +(124,553,cs), +(124,623,o), +(128,644,o), +(146,644,cs), +(164,644,o), +(168,624,o), +(168,553,cs), +(168,488,o), +(165,463,o), +(146,463,cs) +); +} +); +width = 293; +}, +{ +anchors = ( +{ +name = bottom; +pos = (198,392); +}, +{ +name = center; +pos = (198,561); +}, +{ +name = ogonek; +pos = (354,399); +}, +{ +name = top; +pos = (198,730); +}, +{ +name = topright; +pos = (380,730); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(295,386,o), +(358,457,o), +(358,560,cs), +(358,665,o), +(294,734,o), +(199,734,cs), +(102,734,o), +(38,662,o), +(38,559,cs), +(38,455,o), +(103,386,o), +(199,386,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,417,o), +(74,473,o), +(74,559,cs), +(74,648,o), +(124,703,o), +(199,703,cs), +(275,703,o), +(323,647,o), +(323,560,cs), +(323,472,o), +(273,417,o), +(199,417,cs) +); +} +); +width = 396; +}, +{ +anchors = ( +{ +name = bottom; +pos = (190,377); +}, +{ +name = center; +pos = (190,554); +}, +{ +name = ogonek; +pos = (348,384); +}, +{ +name = top; +pos = (190,731); +}, +{ +name = topright; +pos = (375,731); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(307,370,o), +(372,444,o), +(372,554,cs), +(372,671,o), +(299,738,o), +(190,738,cs), +(73,738,o), +(8,664,o), +(8,554,cs), +(8,437,o), +(81,370,o), +(190,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(158,472,o), +(137,495,o), +(137,554,cs), +(137,613,o), +(158,636,o), +(190,636,cs), +(222,636,o), +(243,614,o), +(243,554,cs), +(243,494,o), +(222,472,o), +(190,472,cs) +); +} +); +width = 380; +}, +{ +anchors = ( +{ +name = bottom; +pos = (218,392); +}, +{ +name = center; +pos = (218,561); +}, +{ +name = ogonek; +pos = (388,399); +}, +{ +name = top; +pos = (218,730); +}, +{ +name = topright; +pos = (417,730); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(331,384,o), +(407,455,o), +(407,559,cs), +(407,665,o), +(331,734,o), +(218,734,cs), +(104,734,o), +(28,665,o), +(28,559,cs), +(28,454,o), +(104,384,o), +(218,384,cs) +); +}, +{ +closed = 1; +nodes = ( +(126,417,o), +(66,473,o), +(66,559,cs), +(66,646,o), +(126,702,o), +(218,702,cs), +(310,702,o), +(369,646,o), +(369,559,cs), +(369,473,o), +(309,417,o), +(218,417,cs) +); +} +); +width = 435; +}, +{ +anchors = ( +{ +name = bottom; +pos = (224,377); +}, +{ +name = center; +pos = (224,554); +}, +{ +name = ogonek; +pos = (409,384); +}, +{ +name = top; +pos = (224,731); +}, +{ +name = topright; +pos = (443,731); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(357,370,o), +(444,437,o), +(444,554,cs), +(444,673,o), +(356,738,o), +(224,738,cs), +(91,738,o), +(4,671,o), +(4,554,cs), +(4,436,o), +(92,370,o), +(224,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,482,o), +(152,509,o), +(152,554,cs), +(152,599,o), +(176,627,o), +(224,627,cs), +(273,627,o), +(297,599,o), +(297,554,cs), +(297,510,o), +(273,482,o), +(224,482,cs) +); +} +); +width = 448; +}, +{ +anchors = ( +{ +name = bottom; +pos = (146,392); +}, +{ +name = center; +pos = (173,561); +}, +{ +name = ogonek; +pos = (235,399); +}, +{ +name = top; +pos = (205,729); +}, +{ +name = topright; +pos = (312,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,386,o), +(237,451,o), +(260,562,cs), +(284,674,o), +(270,735,o), +(203,735,cs), +(147,735,o), +(112,683,o), +(88,567,cs), +(67,468,o), +(66,386,o), +(144,386,cs) +); +}, +{ +closed = 1; +nodes = ( +(92,412,o), +(101,486,o), +(117,566,cs), +(140,678,o), +(169,710,o), +(201,710,cs), +(253,710,o), +(247,635,o), +(231,560,cs), +(206,439,o), +(177,412,o), +(147,412,cs) +); +} +); +width = 221; +}, +{ +anchors = ( +{ +name = bottom; +pos = (172,377); +}, +{ +name = center; +pos = (202,553); +}, +{ +name = ogonek; +pos = (293,384); +}, +{ +name = top; +pos = (237,729); +}, +{ +name = topright; +pos = (382,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(261,370,o), +(314,424,o), +(340,548,cs), +(364,663,o), +(337,736,o), +(225,736,cs), +(146,736,o), +(91,690,o), +(65,565,cs), +(38,436,o), +(72,370,o), +(179,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(161,463,o), +(166,492,o), +(180,558,cs), +(195,630,o), +(204,644,o), +(220,644,cs), +(243,644,o), +(236,605,o), +(224,552,cs), +(209,483,o), +(200,463,o), +(184,463,cs) +); +} +); +width = 287; +}, +{ +anchors = ( +{ +name = bottom; +pos = (224,392); +}, +{ +name = center; +pos = (253,561); +}, +{ +name = ogonek; +pos = (373,399); +}, +{ +name = top; +pos = (279,730); +}, +{ +name = topright; +pos = (465,730); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(332,385,o), +(405,467,o), +(409,586,cs), +(412,682,o), +(358,737,o), +(277,737,cs), +(174,737,o), +(100,656,o), +(96,536,cs), +(93,442,o), +(149,385,o), +(230,385,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,416,o), +(128,463,o), +(131,536,cs), +(135,642,o), +(193,707,o), +(274,707,cs), +(338,707,o), +(379,661,o), +(376,586,cs), +(373,489,o), +(318,416,o), +(233,416,cs) +); +} +); +width = 380; +}, +{ +anchors = ( +{ +name = bottom; +pos = (206,377); +}, +{ +name = center; +pos = (236,554); +}, +{ +name = ogonek; +pos = (362,384); +}, +{ +name = top; +pos = (268,731); +}, +{ +name = topright; +pos = (459,731); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(335,370,o), +(409,451,o), +(414,581,cs), +(418,684,o), +(350,738,o), +(254,738,cs), +(141,738,o), +(63,661,o), +(58,528,cs), +(54,424,o), +(120,370,o), +(218,370,cs) +); +}, +{ +closed = 1; +nodes = ( +(200,473,o), +(183,492,o), +(184,529,cs), +(186,590,o), +(210,636,o), +(248,636,cs), +(276,636,o), +(288,617,o), +(287,575,cs), +(285,514,o), +(262,473,o), +(225,473,cs) +); +} +); +width = 355; +}, +{ +anchors = ( +{ +name = bottom; +pos = (250,392); +}, +{ +name = center; +pos = (278,561); +}, +{ +name = ogonek; +pos = (421,399); +}, +{ +name = top; +pos = (300,730); +}, +{ +name = topright; +pos = (519,730); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(375,385,o), +(460,464,o), +(464,576,cs), +(467,677,o), +(404,736,o), +(298,736,cs), +(178,736,o), +(94,657,o), +(90,543,cs), +(87,448,o), +(151,385,o), +(258,385,cs) +); +}, +{ +closed = 1; +nodes = ( +(180,417,o), +(125,459,o), +(128,545,cs), +(131,640,o), +(198,705,o), +(295,705,cs), +(375,705,o), +(430,664,o), +(427,575,cs), +(424,484,o), +(358,417,o), +(261,417,cs) +); +} +); +width = 429; +}, +{ +anchors = ( +{ +name = bottom; +pos = (247,377); +}, +{ +name = center; +pos = (276,554); +}, +{ +name = ogonek; +pos = (435,384); +}, +{ +name = top; +pos = (305,731); +}, +{ +name = topright; +pos = (540,731); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,370,o), +(494,449,o), +(494,574,cs), +(494,674,o), +(420,738,o), +(289,738,cs), +(148,738,o), +(58,659,o), +(58,533,cs), +(58,435,o), +(133,370,o), +(262,370,cs) ); }, { closed = 1; nodes = ( -(247,482,o), -(219,506,o), -(219,544,cs), -(219,594,o), -(250,626,o), -(298,626,cs), -(335,626,o), -(363,602,o), -(363,565,cs), -(363,514,o), -(332,482,o), -(284,482,cs) +(232,482,o), +(204,506,o), +(204,544,cs), +(204,594,o), +(235,626,o), +(283,626,cs), +(320,626,o), +(348,602,o), +(348,565,cs), +(348,514,o), +(317,482,o), +(269,482,cs) ); } ); -width = 466; +width = 436; } ); unicode = 186; diff --git a/sources/MonaSans.glyphspackage/glyphs/oslash.glyph b/sources/MonaSans.glyphspackage/glyphs/oslash.glyph index 0b22e599..496621da 100644 --- a/sources/MonaSans.glyphspackage/glyphs/oslash.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/oslash.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = oslash; -kernLeft = oslash; +kernLeft = KO_eacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,10 +27,10 @@ pos = (35,0); ref = slashlongcomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; @@ -39,45 +39,46 @@ ref = o; ref = slashlongcomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (-36,0); +pos = (-28,0); ref = slashlongcomb; } ); -width = 608; +width = 714; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { +pos = (3,0); ref = slashlongcomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (-32,0); +pos = (-30,0); ref = slashlongcomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -103,7 +104,7 @@ pos = (36,0); ref = slashlongcomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -151,7 +152,171 @@ shapes = ( ref = o; }, { -pos = (-34,0); +pos = (-32,0); +ref = slashlongcomb; +} +); +width = 708; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (-7,0); +ref = slashlongcomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (38,0); +ref = slashlongcomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +ref = slashlongcomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (-36,0); +ref = slashlongcomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +ref = slashlongcomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (-32,0); +ref = slashlongcomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-7,0); +ref = slashlongcomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (40,0); +ref = slashlongcomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,0); +ref = slashlongcomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-28,1); +ref = slashlongcomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (11,0); +ref = slashlongcomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-19,0); ref = slashlongcomb; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/otilde.glyph b/sources/MonaSans.glyphspackage/glyphs/otilde.glyph index 20800929..4a2c550d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/otilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/otilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = otilde; -kernLeft = egrave; -kernRight = o; +kernLeft = KO_eacute; +kernRight = KO_oacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-5,-138); ref = tildecomb; } ); -width = 454; +width = 470; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = o; }, { -pos = (106,-155); +pos = (113,-155); ref = tildecomb; } ); -width = 589; +width = 640; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = o; }, { -pos = (46,-134); +pos = (83,-129); ref = tildecomb; } ); -width = 608; +width = 706; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = o; }, { -pos = (113,-155); +pos = (107,-155); ref = tildecomb; } ); -width = 640; +width = 590; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = o; }, { -pos = (83,-129); +pos = (51,-134); ref = tildecomb; } ); -width = 694; +width = 602; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-38,-138); ref = tildecomb; } ); -width = 451; +width = 467; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,6 +158,172 @@ pos = (46,-134); ref = tildecomb; } ); +width = 704; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (28,-156); +ref = tildecomb; +} +); +width = 337; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-2,-138); +ref = tildecomb; +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (106,-155); +ref = tildecomb; +} +); +width = 589; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (46,-134); +ref = tildecomb; +} +); +width = 588; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (113,-155); +ref = tildecomb; +} +); +width = 640; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (83,-129); +ref = tildecomb; +} +); +width = 694; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-7,-156); +ref = tildecomb; +} +); +width = 290; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-34,-138); +ref = tildecomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = o; +}, +{ +pos = (60,-155); +ref = tildecomb; +} +); +width = 542; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (13,-134); +ref = tildecomb; +} +); +width = 567; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (71,-155); +ref = tildecomb; +} +); +width = 638; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = o; +}, +{ +pos = (70,-134); +ref = tildecomb; +} +); width = 692; } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/p.glyph b/sources/MonaSans.glyphspackage/glyphs/p.glyph index 44d499fd..d5fc95ca 100644 --- a/sources/MonaSans.glyphspackage/glyphs/p.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/p.glyph @@ -1,17 +1,17 @@ { glyphname = p; -kernLeft = n; -kernRight = p; +kernLeft = KO_n; +kernRight = KO_b; layers = ( { anchors = ( { name = bottom; -pos = (236,0); +pos = (244,0); }, { name = top; -pos = (236,541); +pos = (244,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -19,47 +19,47 @@ shapes = ( { closed = 1; nodes = ( -(204,-167,l), -(204,64,l), -(210,64,l), -(230,15,o), -(266,-10,o), -(315,-10,cs), -(426,-10,o), -(454,99,o), -(454,271,cs), -(454,492,o), -(398,551,o), -(315,551,cs), -(264,551,o), -(228,526,o), -(210,477,c), -(204,477,l), -(201,541,l), -(27,541,l), -(27,-167,l) +(212,-167,l), +(212,64,l), +(218,64,l), +(238,15,o), +(274,-10,o), +(323,-10,cs), +(434,-10,o), +(462,99,o), +(462,271,cs), +(462,492,o), +(406,551,o), +(323,551,cs), +(272,551,o), +(236,526,o), +(218,477,c), +(212,477,l), +(209,541,l), +(35,541,l), +(35,-167,l) ); }, { closed = 1; nodes = ( -(211,128,o), -(204,174,o), -(204,256,cs), -(204,285,ls), -(204,381,o), -(215,415,o), -(240,415,cs), -(271,415,o), -(278,369,o), -(278,271,cs), -(278,160,o), -(267,128,o), -(240,128,cs) +(219,128,o), +(212,174,o), +(212,256,cs), +(212,285,ls), +(212,381,o), +(223,415,o), +(248,415,cs), +(279,415,o), +(286,369,o), +(286,271,cs), +(286,160,o), +(275,128,o), +(248,128,cs) ); } ); -width = 470; +width = 486; }, { anchors = ( @@ -169,55 +169,171 @@ width = 344; anchors = ( { name = bottom; -pos = (291,0); +pos = (323,0); +}, +{ +name = top; +pos = (323,517); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,-167,l), +(103,130,l), +(107,130,l), +(139,46,o), +(232,-9,o), +(343,-9,cs), +(500,-9,o), +(605,97,o), +(605,259,cs), +(605,424,o), +(499,526,o), +(343,526,cs), +(226,526,o), +(139,474,o), +(107,398,c), +(103,398,l), +(101,517,l), +(66,517,l), +(66,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(190,25,o), +(103,126,o), +(103,234,cs), +(103,294,ls), +(103,396,o), +(190,492,o), +(339,492,cs), +(475,492,o), +(567,407,o), +(567,259,cs), +(567,118,o), +(476,25,o), +(339,25,cs) +); +} +); +width = 640; +}, +{ +anchors = ( +{ +name = bottom; +pos = (376,0); +}, +{ +name = top; +pos = (376,544); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,-167,l), +(270,69,l), +(277,69,l), +(312,19,o), +(379,-10,o), +(458,-10,cs), +(617,-10,o), +(723,99,o), +(723,271,cs), +(723,444,o), +(617,552,o), +(460,552,cs), +(363,552,o), +(304,520,o), +(272,473,c), +(265,473,l), +(258,544,l), +(49,544,l), +(49,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(314,155,o), +(270,200,o), +(270,265,cs), +(270,277,ls), +(270,342,o), +(314,387,o), +(389,387,cs), +(457,387,o), +(502,346,o), +(502,271,cs), +(502,195,o), +(456,155,o), +(389,155,cs) +); +} +); +width = 741; +}, +{ +anchors = ( +{ +name = bottom; +pos = (283,0); }, { name = top; -pos = (291,517); +pos = (283,517); } ); -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(122,-167,l), +(122,-182,l), (122,119,l), (124,119,l), -(151,42,o), -(222,-9,o), -(320,-9,cs), -(449,-9,o), -(537,92,o), -(537,258,cs), -(537,423,o), -(449,525,o), -(320,525,cs), -(222,525,o), -(151,473,o), +(150,42,o), +(216,-9,o), +(308,-9,cs), +(430,-9,o), +(513,92,o), +(513,258,cs), +(513,423,o), +(430,525,o), +(308,525,cs), +(216,525,o), +(150,473,o), (124,396,c), (121,396,l), (119,517,l), (85,517,l), -(85,-167,l) +(85,-182,l) ); }, { closed = 1; nodes = ( -(192,24,o), +(187,24,o), (122,120,o), (122,222,cs), (122,293,ls), (122,395,o), -(192,491,o), -(312,491,cs), -(424,491,o), -(499,405,o), -(499,258,cs), -(499,109,o), -(424,24,o), -(312,24,cs) +(187,491,o), +(300,491,cs), +(405,491,o), +(475,405,o), +(475,258,cs), +(475,109,o), +(405,24,o), +(300,24,cs) ); } ); @@ -363,181 +479,65 @@ type = Stem; } ); }; -width = 592; -}, -{ -anchors = ( -{ -name = bottom; -pos = (326,0); -}, -{ -name = top; -pos = (326,544); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(245,-167,l), -(245,79,l), -(253,79,l), -(273,26,o), -(334,-10,o), -(407,-10,cs), -(539,-10,o), -(626,93,o), -(626,272,cs), -(626,451,o), -(539,554,o), -(407,554,cs), -(334,554,o), -(273,518,o), -(253,465,c), -(243,465,l), -(236,544,l), -(54,544,l), -(54,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(279,143,o), -(245,181,o), -(245,249,cs), -(245,295,ls), -(245,359,o), -(273,401,o), -(336,401,cs), -(406,401,o), -(431,349,o), -(431,272,cs), -(431,195,o), -(403,143,o), -(331,143,cs) -); -} -); -width = 654; -}, -{ -anchors = ( -{ -name = bottom; -pos = (323,0); -}, -{ -name = top; -pos = (323,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,-167,l), -(103,130,l), -(107,130,l), -(139,46,o), -(232,-9,o), -(343,-9,cs), -(500,-9,o), -(605,97,o), -(605,259,cs), -(605,424,o), -(499,526,o), -(343,526,cs), -(226,526,o), -(139,474,o), -(107,398,c), -(103,398,l), -(101,517,l), -(66,517,l), -(66,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(190,25,o), -(103,126,o), -(103,234,cs), -(103,294,ls), -(103,396,o), -(190,492,o), -(339,492,cs), -(475,492,o), -(567,407,o), -(567,259,cs), -(567,118,o), -(476,25,o), -(339,25,cs) -); -} -); -width = 640; +width = 581; }, { anchors = ( { name = bottom; -pos = (370,0); +pos = (317,0); }, { name = top; -pos = (370,544); +pos = (317,544); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(264,-167,l), -(264,69,l), -(271,69,l), -(306,19,o), -(373,-10,o), -(452,-10,cs), -(611,-10,o), -(717,99,o), -(717,271,cs), -(717,444,o), -(611,552,o), -(454,552,cs), -(357,552,o), -(298,520,o), -(266,473,c), -(259,473,l), -(252,544,l), -(43,544,l), -(43,-167,l) +(249,-167,l), +(248,79,l), +(260,79,l), +(277,27,o), +(330,-10,o), +(397,-10,cs), +(520,-10,o), +(601,93,o), +(601,272,cs), +(601,451,o), +(520,554,o), +(397,554,cs), +(330,554,o), +(277,517,o), +(259,465,c), +(246,465,l), +(241,544,l), +(60,544,l), +(60,-167,l) ); }, { closed = 1; nodes = ( -(308,155,o), -(264,200,o), -(264,265,cs), -(264,277,ls), -(264,342,o), -(308,387,o), -(383,387,cs), -(451,387,o), -(496,346,o), -(496,271,cs), -(496,195,o), -(450,155,o), -(383,155,cs) +(275,148,o), +(249,187,o), +(249,259,cs), +(249,285,ls), +(249,357,o), +(276,397,o), +(327,397,cs), +(387,397,o), +(408,347,o), +(408,272,cs), +(408,198,o), +(384,148,o), +(322,148,cs) ); } ); -width = 729; +width = 635; }, { anchors = ( @@ -601,11 +601,11 @@ width = 341; anchors = ( { name = bottom; -pos = (179,0); +pos = (187,0); }, { name = top; -pos = (291,541); +pos = (299,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -613,47 +613,47 @@ shapes = ( { closed = 1; nodes = ( -(111,-167,l), -(161,71,l), -(167,71,l), -(176,16,o), -(214,-10,o), -(264,-10,cs), -(350,-10,o), -(409,63,o), -(450,258,cs), -(484,422,o), -(486,551,o), -(360,551,cs), -(312,551,o), -(276,526,o), -(254,485,c), -(247,485,l), -(254,541,l), -(82,541,l), -(-65,-167,l) +(119,-167,l), +(169,71,l), +(175,71,l), +(184,16,o), +(222,-10,o), +(272,-10,cs), +(358,-10,o), +(417,63,o), +(458,258,cs), +(492,422,o), +(494,551,o), +(368,551,cs), +(320,551,o), +(284,526,o), +(262,485,c), +(255,485,l), +(262,541,l), +(90,541,l), +(-57,-167,l) ); }, { closed = 1; nodes = ( -(177,133,o), -(184,182,o), -(201,264,cs), -(208,298,ls), -(227,391,o), -(242,419,o), -(268,419,cs), -(302,419,o), -(295,367,o), -(276,274,cs), -(256,175,o), -(240,133,o), -(213,133,cs) +(185,133,o), +(192,182,o), +(209,264,cs), +(216,298,ls), +(235,391,o), +(250,419,o), +(276,419,cs), +(310,419,o), +(303,367,o), +(284,274,cs), +(264,175,o), +(248,133,o), +(221,133,cs) ); } ); -width = 469; +width = 485; }, { anchors = ( @@ -931,11 +931,11 @@ width = 644; anchors = ( { name = bottom; -pos = (309,0); +pos = (315,0); }, { name = top; -pos = (421,544); +pos = (427,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -943,50 +943,1032 @@ shapes = ( { closed = 1; nodes = ( -(172,-167,l), -(225,87,l), -(233,87,l), -(256,25,o), -(334,-10,o), -(415,-10,cs), -(582,-10,o), -(697,111,o), -(706,296,cs), -(714,452,o), -(618,554,o), -(471,554,cs), -(398,554,o), -(347,531,o), -(312,492,c), -(304,492,l), -(307,544,l), -(100,544,l), -(-48,-167,l) +(178,-167,l), +(231,87,l), +(239,87,l), +(262,25,o), +(340,-10,o), +(421,-10,cs), +(588,-10,o), +(703,111,o), +(712,296,cs), +(720,452,o), +(624,554,o), +(477,554,cs), +(404,554,o), +(353,531,o), +(318,492,c), +(310,492,l), +(313,544,l), +(106,544,l), +(-42,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(295,160,o), +(257,209,o), +(270,281,cs), +(273,294,ls), +(285,351,o), +(321,390,o), +(391,390,cs), +(450,390,o), +(494,351,o), +(491,288,cs), +(489,207,o), +(439,155,o), +(367,157,cs) +); +} +); +width = 731; +}, +{ +anchors = ( +{ +name = bottom; +pos = (146,0); +}, +{ +name = top; +pos = (146,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(151,-167,l), +(151,119,l), +(155,119,l), +(182,43,o), +(253,-9,o), +(350,-9,cs), +(479,-9,o), +(568,93,o), +(568,258,cs), +(568,424,o), +(479,526,o), +(350,526,cs), +(253,526,o), +(182,474,o), +(155,398,c), +(151,398,l), +(152,518,l), +(116,518,l), +(115,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(222,25,o), +(152,121,o), +(152,223,cs), +(152,294,ls), +(152,396,o), +(222,492,o), +(343,492,cs), +(455,492,o), +(530,407,o), +(530,258,cs), +(530,110,o), +(455,25,o), +(343,25,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,-167,l), +(66,75,l), +(68,75,l), +(86,19,o), +(121,-10,o), +(169,-10,cs), +(250,-10,o), +(287,69,o), +(287,258,cs), +(287,447,o), +(250,526,o), +(169,526,cs), +(121,526,o), +(87,497,o), +(68,439,c), +(66,439,l), +(65,516,l), +(36,516,l), +(36,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(107,17,o), +(66,96,o), +(66,206,cs), +(66,309,ls), +(66,419,o), +(107,499,o), +(161,499,cs), +(226,499,o), +(256,430,o), +(256,258,cs), +(256,86,o), +(226,17,o), +(161,17,cs) +); +} +); +width = 311; +}, +{ +anchors = ( +{ +name = bottom; +pos = (225,0); +}, +{ +name = top; +pos = (225,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,-167,l), +(193,57,l), +(194,57,l), +(218,10,o), +(255,-10,o), +(304,-10,cs), +(415,-10,o), +(443,99,o), +(443,271,cs), +(443,492,o), +(387,551,o), +(304,551,cs), +(253,551,o), +(216,526,o), +(196,467,c), +(194,467,l), +(190,541,l), +(16,541,l), +(16,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(200,128,o), +(193,174,o), +(193,256,cs), +(193,285,ls), +(193,381,o), +(204,415,o), +(229,415,cs), +(260,415,o), +(267,369,o), +(267,271,cs), +(267,160,o), +(256,128,o), +(229,128,cs) +); +} +); +width = 452; +}, +{ +anchors = ( +{ +name = bottom; +pos = (265,0); +}, +{ +name = top; +pos = (265,517); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-167,l), +(96,119,l), +(98,119,l), +(125,42,o), +(196,-9,o), +(294,-9,cs), +(423,-9,o), +(511,92,o), +(511,258,cs), +(511,423,o), +(423,525,o), +(294,525,cs), +(196,525,o), +(125,473,o), +(98,396,c), +(95,396,l), +(93,517,l), +(59,517,l), +(59,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(166,24,o), +(96,120,o), +(96,222,cs), +(96,293,ls), +(96,395,o), +(166,491,o), +(286,491,cs), +(398,491,o), +(473,405,o), +(473,258,cs), +(473,109,o), +(398,24,o), +(286,24,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 548; +}, +{ +anchors = ( +{ +name = bottom; +pos = (302,0); +}, +{ +name = top; +pos = (302,544); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,-167,l), +(221,82,l), +(222,82,l), +(248,26,o), +(311,-10,o), +(383,-10,cs), +(524,-10,o), +(602,90,o), +(602,272,cs), +(602,454,o), +(524,554,o), +(383,554,cs), +(311,554,o), +(248,514,o), +(221,451,c), +(220,451,l), +(212,544,l), +(30,544,l), +(30,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(254,143,o), +(221,187,o), +(221,255,cs), +(221,288,ls), +(221,357,o), +(256,401,o), +(312,401,cs), +(373,401,o), +(407,355,o), +(407,272,cs), +(407,189,o), +(372,143,o), +(307,143,cs) +); +} +); +width = 609; +}, +{ +anchors = ( +{ +name = bottom; +pos = (313,0); +}, +{ +name = top; +pos = (313,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(93,-167,l), +(93,129,l), +(94,129,l), +(128,49,o), +(229,-9,o), +(347,-9,cs), +(512,-9,o), +(623,97,o), +(623,259,cs), +(623,424,o), +(511,526,o), +(347,526,cs), +(231,526,o), +(128,468,o), +(94,392,c), +(93,392,l), +(91,517,l), +(56,517,l), +(56,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(185,25,o), +(93,132,o), +(93,240,cs), +(93,288,ls), +(93,390,o), +(185,492,o), +(343,492,cs), +(487,492,o), +(585,407,o), +(585,259,cs), +(585,118,o), +(488,25,o), +(343,25,cs) +); +} +); +width = 651; +}, +{ +anchors = ( +{ +name = bottom; +pos = (357,0); +}, +{ +name = top; +pos = (357,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,-167,l), +(251,69,l), +(252,69,l), +(287,19,o), +(360,-10,o), +(439,-10,cs), +(598,-10,o), +(704,99,o), +(704,271,cs), +(704,444,o), +(598,552,o), +(441,552,cs), +(356,552,o), +(281,521,o), +(247,473,c), +(246,473,l), +(239,544,l), +(30,544,l), +(30,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(295,155,o), +(251,200,o), +(251,265,cs), +(251,277,ls), +(251,342,o), +(295,387,o), +(370,387,cs), +(438,387,o), +(483,346,o), +(483,271,cs), +(483,195,o), +(437,155,o), +(370,155,cs) +); +} +); +width = 720; +}, +{ +anchors = ( +{ +name = bottom; +pos = (92,0); +}, +{ +name = top; +pos = (198,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-22,-167,l), +(30,84,l), +(31,84,l), +(35,25,o), +(59,-8,o), +(113,-8,cs), +(178,-8,o), +(233,58,o), +(273,253,cs), +(303,392,o), +(310,526,o), +(209,526,cs), +(167,526,o), +(133,499,o), +(106,445,c), +(105,445,l), +(116,516,l), +(91,516,l), +(-51,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(44,19,o), +(33,99,o), +(57,214,cs), +(79,319,ls), +(105,443,o), +(148,501,o), +(199,501,cs), +(284,501,o), +(272,389,o), +(243,252,cs), +(210,92,o), +(174,19,o), +(109,19,cs) +); +} +); +width = 295; +}, +{ +anchors = ( +{ +name = bottom; +pos = (168,0); +}, +{ +name = top; +pos = (280,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-167,l), +(150,71,l), +(151,71,l), +(160,16,o), +(203,-10,o), +(253,-10,cs), +(339,-10,o), +(398,63,o), +(439,258,cs), +(473,422,o), +(475,551,o), +(349,551,cs), +(301,551,o), +(259,526,o), +(237,485,c), +(236,485,l), +(243,541,l), +(71,541,l), +(-76,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(166,133,o), +(173,182,o), +(190,264,cs), +(197,298,ls), +(216,391,o), +(231,419,o), +(257,419,cs), +(291,419,o), +(284,367,o), +(265,274,cs), +(245,175,o), +(229,133,o), +(202,133,cs) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = bottom; +pos = (210,0); +}, +{ +name = top; +pos = (318,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(9,-167,l), +(70,126,l), +(71,126,l), +(91,45,o), +(159,-9,o), +(250,-9,cs), +(404,-9,o), +(508,112,o), +(508,316,cs), +(508,443,o), +(434,527,o), +(323,527,cs), +(245,527,o), +(171,491,o), +(129,414,c), +(128,414,l), +(148,517,l), +(115,517,l), +(-27,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(130,25,o), +(68,118,o), +(97,258,cs), +(109,315,ls), +(132,422,o), +(209,493,o), +(318,493,cs), +(415,493,o), +(470,421,o), +(470,312,cs), +(470,142,o), +(389,25,o), +(251,25,cs) +); +} +); +width = 542; +}, +{ +anchors = ( +{ +name = bottom; +pos = (242,0); +}, +{ +name = top; +pos = (354,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(132,-167,l), +(186,95,l), +(193,95,l), +(213,32,o), +(271,-10,o), +(350,-10,cs), +(478,-10,o), +(576,85,o), +(600,254,cs), +(625,433,o), +(553,553,o), +(420,553,cs), +(357,553,o), +(297,521,o), +(269,473,c), +(262,473,l), +(270,544,l), +(88,544,l), +(-59,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(235,140,o), +(206,194,o), +(220,263,cs), +(231,316,ls), +(243,372,o), +(277,403,o), +(329,403,cs), +(377,403,o), +(409,366,o), +(409,300,cs), +(409,205,o), +(366,140,o), +(293,140,cs) +); +} +); +}; +guides = ( +{ +angle = 78.3; +pos = (79,-167); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(125,-167,l), +(178,87,l), +(179,87,l), +(197,29,o), +(266,-10,o), +(336,-10,cs), +(489,-10,o), +(579,113,o), +(598,268,cs), +(619,439,o), +(547,554,o), +(413,554,cs), +(352,554,o), +(286,525,o), +(260,478,c), +(259,478,l), +(267,544,l), +(81,544,l), +(-66,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(233,143,o), +(200,195,o), +(214,262,cs), +(223,303,ls), +(235,362,o), +(266,401,o), +(324,401,cs), +(384,401,o), +(416,351,o), +(403,263,cs), +(392,191,o), +(351,143,o), +(290,143,cs) +); +} +); +width = 606; +}, +{ +anchors = ( +{ +name = bottom; +pos = (265,0); +}, +{ +name = top; +pos = (373,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(6,-167,l), +(73,154,l), +(80,154,l), +(107,54,o), +(194,-10,o), +(314,-10,cs), +(487,-10,o), +(608,114,o), +(608,290,cs), +(608,433,o), +(506,527,o), +(363,527,cs), +(263,527,o), +(172,483,o), +(134,416,c), +(127,416,l), +(145,517,l), +(112,517,l), +(-31,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(164,24,o), +(70,127,o), +(98,275,cs), +(103,301,ls), +(125,413,o), +(219,493,o), +(357,493,cs), +(485,493,o), +(570,413,o), +(570,288,cs), +(570,129,o), +(468,24,o), +(312,24,cs) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(4,-167,l), +(71,154,l), +(72,154,l), +(86,56,o), +(182,-10,o), +(304,-10,cs), +(476,-10,o), +(605,118,o), +(611,293,cs), +(616,436,o), +(520,527,o), +(376,527,cs), +(274,527,o), +(175,490,o), +(125,408,c), +(124,408,l), +(143,517,l), +(110,517,l), +(-32,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(151,24,o), +(68,125,o), +(97,270,cs), +(103,300,ls), +(126,415,o), +(225,493,o), +(370,493,cs), +(499,493,o), +(580,416,o), +(574,289,cs), +(567,134,o), +(455,24,o), +(308,24,cs) +); +} +); +width = 641; +}, +{ +anchors = ( +{ +name = bottom; +pos = (294,0); +}, +{ +name = top; +pos = (406,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,-167,l), +(210,87,l), +(211,87,l), +(234,25,o), +(319,-10,o), +(400,-10,cs), +(567,-10,o), +(682,111,o), +(691,296,cs), +(699,452,o), +(603,554,o), +(456,554,cs), +(383,554,o), +(325,531,o), +(290,492,c), +(289,492,l), +(292,544,l), +(85,544,l), +(-63,-167,l) ); }, { closed = 1; nodes = ( -(289,160,o), -(251,209,o), -(264,281,cs), -(267,294,ls), -(279,351,o), -(315,390,o), -(385,390,cs), -(444,390,o), -(488,351,o), -(485,288,cs), -(483,207,o), -(433,155,o), -(361,157,cs) +(274,160,o), +(236,209,o), +(250,285,cs), +(253,298,ls), +(264,351,o), +(300,390,o), +(370,390,cs), +(429,390,o), +(473,351,o), +(471,281,cs), +(468,207,o), +(418,155,o), +(346,157,cs) ); } ); -width = 719; +width = 700; } ); -metricLeft = l; +metricLeft = n; metricRight = b; unicode = 112; } diff --git a/sources/MonaSans.glyphspackage/glyphs/paragraph.glyph b/sources/MonaSans.glyphspackage/glyphs/paragraph.glyph index 3cc27b9c..c1422e31 100644 --- a/sources/MonaSans.glyphspackage/glyphs/paragraph.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/paragraph.glyph @@ -8,26 +8,26 @@ shapes = ( { closed = 1; nodes = ( -(352,0,l), -(352,593,l), -(425,593,l), -(425,0,l), -(604,0,l), -(604,593,l), -(678,593,l), -(678,729,l), -(220,729,ls), -(98,729,o), -(16,658,o), -(16,551,cs), -(16,437,o), -(98,381,o), -(220,381,c), -(220,0,l) +(360,0,l), +(360,593,l), +(433,593,l), +(433,0,l), +(612,0,l), +(612,593,l), +(686,593,l), +(686,729,l), +(228,729,ls), +(106,729,o), +(24,658,o), +(24,551,cs), +(24,437,o), +(106,381,o), +(228,381,c), +(228,0,l) ); } ); -width = 695; +width = 711; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -57,27 +57,81 @@ nodes = ( width = 443; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(277,0,l), -(277,693,l), -(402,693,l), -(402,0,l), -(440,0,l), -(440,693,l), -(550,693,l), -(550,729,l), -(239,729,ls), -(128,729,o), -(58,672,o), -(58,571,cs), -(58,471,o), -(123,405,o), -(239,406,c), -(239,0,l) +(258,0,l), +(258,699,l), +(401,699,l), +(401,0,l), +(431,0,l), +(431,699,l), +(526,699,l), +(526,729,l), +(228,729,ls), +(115,729,o), +(39,678,o), +(39,571,cs), +(39,472,o), +(99,406,o), +(227,407,c), +(227,0,l) +); +} +); +width = 555; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(395,0,l), +(395,542,l), +(466,542,l), +(466,0,l), +(680,0,l), +(680,542,l), +(773,542,l), +(773,729,l), +(281,729,ls), +(103,729,o), +(19,652,o), +(19,515,cs), +(19,394,o), +(101,315,o), +(241,315,c), +(241,0,l) +); +} +); +width = 792; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(274,0,l), +(274,693,l), +(397,693,l), +(397,0,l), +(435,0,l), +(435,693,l), +(542,693,l), +(542,729,l), +(238,729,ls), +(129,729,o), +(59,672,o), +(59,571,cs), +(59,471,o), +(124,405,o), +(238,406,c), +(238,0,l) ); } ); @@ -141,88 +195,34 @@ type = Stem; } ); }; -width = 595; +width = 588; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(382,0,l), -(382,569,l), -(465,569,l), -(465,0,l), -(644,0,l), -(644,569,l), -(717,569,l), -(717,729,l), -(254,729,ls), -(112,729,o), -(30,657,o), -(30,528,cs), -(30,409,o), -(113,332,o), -(254,337,c), -(254,0,l) +(373,0,l), +(373,569,l), +(452,569,l), +(452,0,l), +(630,0,l), +(630,569,l), +(699,569,l), +(699,729,l), +(247,729,ls), +(108,729,o), +(29,657,o), +(29,528,cs), +(29,409,o), +(110,332,o), +(247,337,c), +(247,0,l) ); } ); -width = 746; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(258,0,l), -(258,699,l), -(401,699,l), -(401,0,l), -(431,0,l), -(431,699,l), -(526,699,l), -(526,729,l), -(228,729,ls), -(115,729,o), -(39,678,o), -(39,571,cs), -(39,472,o), -(99,406,o), -(227,407,c), -(227,0,l) -); -} -); -width = 555; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,0,l), -(389,542,l), -(460,542,l), -(460,0,l), -(674,0,l), -(674,542,l), -(767,542,l), -(767,729,l), -(275,729,ls), -(97,729,o), -(13,652,o), -(13,515,cs), -(13,394,o), -(95,315,o), -(235,315,c), -(235,0,l) -); -} -); -width = 780; +width = 726; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -257,26 +257,26 @@ shapes = ( { closed = 1; nodes = ( -(414,0,l), -(414,593,l), -(487,593,l), -(487,0,l), -(666,0,l), -(666,593,l), -(740,593,l), -(740,729,l), -(282,729,ls), -(160,729,o), -(78,658,o), -(78,551,cs), -(78,437,o), -(160,381,o), -(282,381,c), -(282,0,l) +(422,0,l), +(422,593,l), +(495,593,l), +(495,0,l), +(674,0,l), +(674,593,l), +(748,593,l), +(748,729,l), +(290,729,ls), +(168,729,o), +(86,658,o), +(86,551,cs), +(86,437,o), +(168,381,o), +(290,381,c), +(290,0,l) ); } ); -width = 736; +width = 752; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -365,26 +365,410 @@ shapes = ( { closed = 1; nodes = ( -(445,0,l), -(445,542,l), -(516,542,l), -(516,0,l), -(730,0,l), -(730,542,l), -(823,542,l), -(823,729,l), -(331,729,ls), -(153,729,o), -(69,652,o), -(69,515,cs), -(69,394,o), -(151,315,o), -(291,315,c), -(291,0,l) +(451,0,l), +(451,542,l), +(522,542,l), +(522,0,l), +(736,0,l), +(736,542,l), +(829,542,l), +(829,729,l), +(337,729,ls), +(159,729,o), +(75,652,o), +(75,515,cs), +(75,394,o), +(157,315,o), +(297,315,c), +(297,0,l) +); +} +); +width = 813; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(203,0,l), +(203,702,l), +(299,702,l), +(299,0,l), +(329,0,l), +(329,702,l), +(412,702,l), +(412,729,l), +(173,729,ls), +(72,729,o), +(4,673,o), +(4,581,cs), +(4,494,o), +(65,438,o), +(172,441,c), +(172,0,l) +); +} +); +width = 405; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(343,0,l), +(343,593,l), +(416,593,l), +(416,0,l), +(595,0,l), +(595,593,l), +(669,593,l), +(669,729,l), +(211,729,ls), +(89,729,o), +(7,658,o), +(7,551,cs), +(7,437,o), +(89,381,o), +(211,381,c), +(211,0,l) +); +} +); +width = 676; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(257,0,l), +(257,693,l), +(382,693,l), +(382,0,l), +(420,0,l), +(420,693,l), +(530,693,l), +(530,729,l), +(219,729,ls), +(108,729,o), +(38,672,o), +(38,571,cs), +(38,471,o), +(103,405,o), +(219,406,c), +(219,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +16 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +7 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +1, +6 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +0, +3 +); +type = Stem; +} +); +}; +width = 555; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(361,0,l), +(361,569,l), +(444,569,l), +(444,0,l), +(623,0,l), +(623,569,l), +(696,569,l), +(696,729,l), +(233,729,ls), +(91,729,o), +(9,657,o), +(9,528,cs), +(9,409,o), +(92,332,o), +(233,337,c), +(233,0,l) +); +} +); +width = 704; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(248,0,l), +(248,699,l), +(391,699,l), +(391,0,l), +(421,0,l), +(421,699,l), +(516,699,l), +(516,729,l), +(218,729,ls), +(105,729,o), +(29,678,o), +(29,571,cs), +(29,472,o), +(89,406,o), +(217,407,c), +(217,0,l) +); +} +); +width = 535; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(379,0,l), +(379,542,l), +(450,542,l), +(450,0,l), +(664,0,l), +(664,542,l), +(757,542,l), +(757,729,l), +(265,729,ls), +(87,729,o), +(3,652,o), +(3,515,cs), +(3,394,o), +(85,315,o), +(225,315,c), +(225,0,l) +); +} +); +width = 760; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(270,702,l), +(366,702,l), +(366,0,l), +(396,0,l), +(396,702,l), +(479,702,l), +(479,729,l), +(240,729,ls), +(139,729,o), +(71,673,o), +(71,581,cs), +(71,494,o), +(132,438,o), +(239,441,c), +(239,0,l) +); +} +); +width = 449; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(403,593,l), +(476,593,l), +(476,0,l), +(655,0,l), +(655,593,l), +(729,593,l), +(729,729,l), +(271,729,ls), +(149,729,o), +(67,658,o), +(67,551,cs), +(67,437,o), +(149,381,o), +(271,381,c), +(271,0,l) +); +} +); +width = 714; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(321,0,l), +(321,693,l), +(446,693,l), +(446,0,l), +(484,0,l), +(484,693,l), +(594,693,l), +(594,729,l), +(283,729,ls), +(172,729,o), +(102,672,o), +(102,571,cs), +(102,471,o), +(167,405,o), +(283,406,c), +(283,0,l) +); +} +); +width = 573; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(412,0,l), +(412,569,l), +(495,569,l), +(495,0,l), +(674,0,l), +(674,569,l), +(747,569,l), +(747,729,l), +(284,729,ls), +(142,729,o), +(60,657,o), +(60,528,cs), +(60,409,o), +(143,332,o), +(284,337,c), +(284,0,l) +); +} +); +width = 727; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(317,0,l), +(317,699,l), +(460,699,l), +(460,0,l), +(490,0,l), +(490,699,l), +(585,699,l), +(585,729,l), +(287,729,ls), +(174,729,o), +(98,678,o), +(98,571,cs), +(98,472,o), +(158,406,o), +(286,407,c), +(286,0,l) +); +} +); +width = 571; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,0,l), +(430,542,l), +(501,542,l), +(501,0,l), +(715,0,l), +(715,542,l), +(808,542,l), +(808,729,l), +(316,729,ls), +(138,729,o), +(54,652,o), +(54,515,cs), +(54,394,o), +(136,315,o), +(276,315,c), +(276,0,l) ); } ); -width = 801; +width = 771; } ); unicode = 182; diff --git a/sources/MonaSans.glyphspackage/glyphs/parenleft.case.glyph b/sources/MonaSans.glyphspackage/glyphs/parenleft.case.glyph index b68c30fa..82d14bf3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/parenleft.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/parenleft.case.glyph @@ -1,6 +1,6 @@ { glyphname = parenleft.case; -kernRight = parenleft.case; +kernRight = KO_parenleft.case; layers = ( { background = { @@ -31,24 +31,24 @@ shapes = ( { closed = 1; nodes = ( -(287,-63,l), -(234,17,o), -(183,192,o), -(183,365,cs), -(183,543,o), -(239,712,o), -(287,793,c), -(132,793,l), -(69,710,o), -(16,539,o), -(16,365,cs), -(16,190,o), -(69,19,o), -(132,-63,c) +(295,-63,l), +(242,17,o), +(191,192,o), +(191,365,cs), +(191,543,o), +(247,712,o), +(295,793,c), +(140,793,l), +(77,710,o), +(24,539,o), +(24,365,cs), +(24,190,o), +(77,19,o), +(140,-63,c) ); } ); -width = 298; +width = 314; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -76,25 +76,75 @@ nodes = ( width = 187; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(267,-63,l), -(169,26,o), -(102,188,o), -(102,365,cs), -(102,531,o), -(162,698,o), -(267,793,c), -(230,793,l), -(125,697,o), -(65,532,o), -(65,365,cs), -(65,198,o), -(125,33,o), -(230,-63,c) +(277,-63,l), +(160,26,o), +(80,189,o), +(80,365,cs), +(80,537,o), +(156,702,o), +(277,793,c), +(240,793,l), +(116,697,o), +(45,533,o), +(45,365,cs), +(45,198,o), +(116,33,o), +(240,-63,c) +); +} +); +width = 299; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(389,-63,l), +(290,34,o), +(224,206,o), +(224,365,cs), +(224,524,o), +(289,696,o), +(389,793,c), +(219,793,l), +(100,706,o), +(24,535,o), +(24,365,cs), +(24,196,o), +(100,24,o), +(219,-63,c) +); +} +); +width = 392; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(264,-63,l), +(168,26,o), +(103,188,o), +(103,365,cs), +(103,531,o), +(161,698,o), +(264,793,c), +(229,793,l), +(126,697,o), +(66,532,o), +(66,365,cs), +(66,198,o), +(126,33,o), +(229,-63,c) ); } ); @@ -118,28 +168,28 @@ type = Stem; } ); }; -width = 303; +width = 302; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(360,-63,l), -(273,47,o), -(218,212,o), -(218,365,cs), -(218,518,o), -(273,683,o), -(360,793,c), -(198,793,l), -(104,702,o), -(33,531,o), -(33,365,cs), -(33,199,o), -(104,28,o), -(198,-63,c) +(346,-63,l), +(265,47,o), +(215,212,o), +(215,365,cs), +(215,518,o), +(265,682,o), +(346,793,c), +(185,793,l), +(98,701,o), +(32,531,o), +(32,365,cs), +(32,199,o), +(98,29,o), +(185,-63,c) ); } ); @@ -147,57 +197,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenleft; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenleft; }; -width = 375; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(277,-63,l), -(160,26,o), -(80,189,o), -(80,365,cs), -(80,537,o), -(156,702,o), -(277,793,c), -(240,793,l), -(116,697,o), -(45,533,o), -(45,365,cs), -(45,198,o), -(116,33,o), -(240,-63,c) -); -} -); -width = 299; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(383,-63,l), -(284,34,o), -(218,206,o), -(218,365,cs), -(218,524,o), -(283,696,o), -(383,793,c), -(213,793,l), -(94,706,o), -(18,535,o), -(18,365,cs), -(18,196,o), -(94,24,o), -(213,-63,c) -); -} -); -width = 380; +width = 358; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -230,24 +230,24 @@ shapes = ( { closed = 1; nodes = ( -(252,-63,l), -(216,19,o), -(194,129,o), -(194,243,cs), -(194,431,o), -(266,647,o), -(405,793,c), -(247,793,l), -(112,670,o), -(31,461,o), -(31,266,cs), -(31,141,o), -(62,21,o), -(111,-63,c) -); -} -); -width = 332; +(260,-63,l), +(224,19,o), +(202,129,o), +(202,243,cs), +(202,431,o), +(274,647,o), +(413,793,c), +(255,793,l), +(120,670,o), +(39,461,o), +(39,266,cs), +(39,141,o), +(70,21,o), +(119,-63,c) +); +} +); +width = 348; }, { background = { @@ -353,24 +353,394 @@ shapes = ( { closed = 1; nodes = ( -(317,-63,l), -(260,26,o), -(226,155,o), -(226,273,cs), -(226,456,o), -(314,655,o), -(469,793,c), -(280,793,l), -(126,675,o), -(33,477,o), -(33,290,cs), -(33,160,o), -(75,30,o), -(145,-63,c) -); -} -); -width = 383; +(323,-63,l), +(266,26,o), +(232,155,o), +(232,273,cs), +(232,456,o), +(320,655,o), +(475,793,c), +(286,793,l), +(132,675,o), +(39,477,o), +(39,290,cs), +(39,160,o), +(81,30,o), +(151,-63,c) +); +} +); +width = 395; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(161,-63,l), +(93,26,o), +(47,188,o), +(47,365,cs), +(47,533,o), +(89,698,o), +(161,793,c), +(128,793,l), +(56,697,o), +(14,530,o), +(14,365,cs), +(14,200,o), +(56,33,o), +(128,-63,c) +); +} +); +width = 159; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(336,-63,l), +(251,17,o), +(181,193,o), +(181,365,cs), +(181,542,o), +(253,711,o), +(336,793,c), +(182,793,l), +(86,710,o), +(16,539,o), +(16,365,cs), +(16,190,o), +(86,19,o), +(182,-63,c) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,-63,l), +(225,17,o), +(174,192,o), +(174,365,cs), +(174,543,o), +(230,712,o), +(278,793,c), +(123,793,l), +(60,710,o), +(7,539,o), +(7,365,cs), +(7,190,o), +(60,19,o), +(123,-63,c) +); +} +); +width = 282; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(247,-63,l), +(149,26,o), +(82,188,o), +(82,365,cs), +(82,531,o), +(142,698,o), +(247,793,c), +(210,793,l), +(105,697,o), +(45,532,o), +(45,365,cs), +(45,198,o), +(105,33,o), +(210,-63,c) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenleft; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenleft; +com.schriftgestaltung.hints = ( +{ +horizontal = 0; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +} +); +}; +width = 263; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,-63,l), +(252,47,o), +(197,212,o), +(197,365,cs), +(197,518,o), +(252,683,o), +(339,793,c), +(177,793,l), +(83,702,o), +(12,531,o), +(12,365,cs), +(12,199,o), +(83,28,o), +(177,-63,c) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenleft; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenleft; +}; +width = 337; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(267,-63,l), +(150,26,o), +(70,189,o), +(70,365,cs), +(70,537,o), +(146,702,o), +(267,793,c), +(230,793,l), +(106,697,o), +(35,533,o), +(35,365,cs), +(35,198,o), +(106,33,o), +(230,-63,c) +); +} +); +width = 279; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(373,-63,l), +(274,34,o), +(208,206,o), +(208,365,cs), +(208,524,o), +(273,696,o), +(373,793,c), +(203,793,l), +(84,706,o), +(8,535,o), +(8,365,cs), +(8,196,o), +(84,24,o), +(203,-63,c) +); +} +); +width = 365; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(98,-63,l), +(76,3,o), +(61,95,o), +(61,195,cs), +(61,404,o), +(133,626,o), +(269,793,c), +(236,793,l), +(101,632,o), +(30,409,o), +(30,197,cs), +(30,92,o), +(45,1,o), +(68,-63,c) +); +} +); +width = 147; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(241,-63,l), +(205,19,o), +(183,129,o), +(183,243,cs), +(183,431,o), +(255,647,o), +(394,793,c), +(236,793,l), +(101,670,o), +(20,461,o), +(20,266,cs), +(20,141,o), +(51,21,o), +(100,-63,c) +); +} +); +width = 310; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(205,-63,l), +(144,5,o), +(107,137,o), +(112,268,cs), +(119,469,o), +(231,683,o), +(375,793,c), +(334,793,l), +(185,675,o), +(82,467,o), +(75,269,cs), +(70,139,o), +(107,6,o), +(167,-63,c) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(181,-63,l), +(124,1,o), +(88,121,o), +(88,244,cs), +(88,453,o), +(199,675,o), +(351,793,c), +(310,793,l), +(155,671,o), +(52,451,o), +(52,245,cs), +(52,149,o), +(74,17,o), +(143,-63,c) +); +} +); +width = 261; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(258,-63,l), +(222,19,o), +(200,129,o), +(200,243,cs), +(200,431,o), +(272,647,o), +(411,793,c), +(235,793,l), +(101,670,o), +(19,461,o), +(19,266,cs), +(19,141,o), +(50,21,o), +(100,-63,c) +); +} +); +width = 312; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,-63,l), +(126,4,o), +(80,134,o), +(80,263,cs), +(80,465,o), +(203,682,o), +(365,793,c), +(324,793,l), +(156,674,o), +(45,462,o), +(45,261,cs), +(45,132,o), +(90,5,o), +(158,-63,c) +); +} +); +width = 274; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(302,-63,l), +(245,26,o), +(211,155,o), +(211,273,cs), +(211,456,o), +(299,655,o), +(454,793,c), +(265,793,l), +(111,675,o), +(18,477,o), +(18,290,cs), +(18,160,o), +(60,30,o), +(130,-63,c) +); +} +); +width = 353; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/parenleft.glyph b/sources/MonaSans.glyphspackage/glyphs/parenleft.glyph index 6800a644..acf55e60 100644 --- a/sources/MonaSans.glyphspackage/glyphs/parenleft.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/parenleft.glyph @@ -1,7 +1,7 @@ { glyphname = parenleft; -kernLeft = parenleft; -kernRight = parenleft; +kernLeft = KO_parenleft; +kernRight = KO_parenleft; layers = ( { background = { @@ -32,24 +32,24 @@ shapes = ( { closed = 1; nodes = ( -(296,-167,l), -(236,-76,o), -(183,121,o), -(183,313,cs), -(183,513,o), -(241,701,o), -(296,793,c), -(142,793,l), -(72,700,o), -(16,507,o), -(16,313,cs), -(16,118,o), -(72,-75,o), -(142,-167,c) +(304,-167,l), +(244,-76,o), +(191,121,o), +(191,313,cs), +(191,513,o), +(249,701,o), +(304,793,c), +(150,793,l), +(80,700,o), +(24,507,o), +(24,313,cs), +(24,118,o), +(80,-75,o), +(150,-167,c) ); } ); -width = 307; +width = 323; }, { background = { @@ -100,118 +100,118 @@ nodes = ( width = 205; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(285,-167,l), -(175,-67,o), -(100,115,o), -(100,313,cs), -(100,499,o), -(167,686,o), -(285,793,c), -(248,793,l), -(130,685,o), -(63,500,o), -(63,313,cs), -(63,126,o), -(130,-59,o), -(248,-167,c) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -place = ( -0, -0 +(295,-167,l), +(166,-67,o), +(78,115,o), +(78,313,cs), +(78,493,o), +(152,682,o), +(295,793,c), +(258,793,l), +(121,685,o), +(43,501,o), +(43,313,cs), +(43,125,o), +(121,-59,o), +(258,-167,c) ); -stem = -2; -type = Stem; } ); -}; -width = 321; +width = 316; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(369,-167,l), -(278,-48,o), -(217,144,o), -(217,313,cs), -(217,482,o), -(278,674,o), -(369,793,c), -(207,793,l), -(102,681,o), -(32,489,o), -(32,313,cs), -(32,137,o), -(102,-55,o), -(207,-167,c) +(406,-167,l), +(296,-58,o), +(222,134,o), +(222,313,cs), +(222,493,o), +(294,684,o), +(406,793,c), +(235,793,l), +(106,695,o), +(22,503,o), +(22,313,cs), +(22,123,o), +(106,-69,o), +(235,-167,c) ); } ); -width = 383; +width = 409; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(295,-167,l), -(166,-67,o), -(78,115,o), -(78,313,cs), -(78,493,o), -(152,682,o), -(295,793,c), -(258,793,l), -(121,685,o), -(43,501,o), -(43,313,cs), -(43,125,o), -(121,-59,o), -(258,-167,c) +(282,-167,l), +(174,-67,o), +(101,115,o), +(101,313,cs), +(101,499,o), +(166,686,o), +(282,793,c), +(247,793,l), +(131,685,o), +(64,500,o), +(64,313,cs), +(64,126,o), +(131,-59,o), +(247,-167,c) ); } ); -width = 316; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 320; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(400,-167,l), -(290,-58,o), -(216,134,o), -(216,313,cs), -(216,493,o), -(288,684,o), -(400,793,c), -(229,793,l), -(100,695,o), -(16,503,o), -(16,313,cs), -(16,123,o), -(100,-69,o), -(229,-167,c) +(354,-167,l), +(270,-48,o), +(214,144,o), +(214,313,cs), +(214,482,o), +(270,673,o), +(354,793,c), +(194,793,l), +(97,682,o), +(31,489,o), +(31,313,cs), +(31,137,o), +(97,-56,o), +(194,-167,c) ); } ); -width = 397; +width = 366; }, { background = { @@ -287,7 +287,7 @@ nodes = ( }; guides = ( { -pos = (157,793); +pos = (165,793); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -295,24 +295,24 @@ shapes = ( { closed = 1; nodes = ( -(212,-167,l), -(173,-68,o), -(161,128,o), -(196,309,cs), -(237,524,o), -(339,712,o), -(412,793,c), -(249,793,l), -(162,707,o), -(68,519,o), -(32,326,cs), -(-5,129,o), -(12,-69,o), -(66,-167,c) +(220,-167,l), +(181,-68,o), +(169,128,o), +(204,309,cs), +(245,524,o), +(347,712,o), +(420,793,c), +(257,793,l), +(170,707,o), +(76,519,o), +(40,326,cs), +(3,129,o), +(20,-69,o), +(74,-167,c) ); } ); -width = 315; +width = 331; }, { background = { @@ -506,24 +506,546 @@ shapes = ( { closed = 1; nodes = ( -(304,-167,l), -(224,-47,o), -(192,144,o), -(225,312,cs), -(263,511,o), -(384,703,o), -(528,793,c), -(338,793,l), -(189,709,o), -(65,525,o), -(28,331,cs), -(-9,140,o), -(38,-59,o), -(146,-167,c) -); -} -); -width = 417; +(310,-167,l), +(230,-47,o), +(198,144,o), +(231,312,cs), +(269,511,o), +(390,703,o), +(534,793,c), +(344,793,l), +(195,709,o), +(71,525,o), +(34,331,cs), +(-3,140,o), +(44,-59,o), +(152,-167,c) +); +} +); +width = 429; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(250,-167,l), +(138,-67,o), +(63,113,o), +(63,313,cs), +(63,501,o), +(130,686,o), +(250,793,c), +(218,793,l), +(100,685,o), +(33,500,o), +(33,313,cs), +(33,126,o), +(100,-59,o), +(218,-167,c) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,-167,l), +(100,-67,o), +(45,112,o), +(45,313,cs), +(45,501,o), +(95,686,o), +(180,793,c), +(147,793,l), +(62,685,o), +(13,498,o), +(13,313,cs), +(13,128,o), +(62,-59,o), +(147,-167,c) +); +} +); +width = 177; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(336,-167,l), +(251,-77,o), +(181,120,o), +(181,313,cs), +(181,512,o), +(253,701,o), +(336,793,c), +(182,793,l), +(86,700,o), +(16,508,o), +(16,313,cs), +(16,117,o), +(86,-75,o), +(182,-167,c) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(287,-167,l), +(227,-76,o), +(174,121,o), +(174,313,cs), +(174,513,o), +(232,701,o), +(287,793,c), +(133,793,l), +(63,700,o), +(7,507,o), +(7,313,cs), +(7,118,o), +(63,-75,o), +(133,-167,c) +); +} +); +width = 291; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(265,-167,l), +(155,-67,o), +(80,115,o), +(80,313,cs), +(80,499,o), +(147,686,o), +(265,793,c), +(228,793,l), +(110,685,o), +(43,500,o), +(43,313,cs), +(43,126,o), +(110,-59,o), +(228,-167,c) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 281; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(348,-167,l), +(257,-48,o), +(196,144,o), +(196,313,cs), +(196,482,o), +(257,674,o), +(348,793,c), +(186,793,l), +(81,681,o), +(11,489,o), +(11,313,cs), +(11,137,o), +(81,-55,o), +(186,-167,c) +); +} +); +width = 345; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(285,-167,l), +(156,-67,o), +(68,115,o), +(68,313,cs), +(68,493,o), +(142,682,o), +(285,793,c), +(248,793,l), +(111,685,o), +(33,501,o), +(33,313,cs), +(33,125,o), +(111,-59,o), +(248,-167,c) +); +} +); +width = 296; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(390,-167,l), +(280,-58,o), +(206,134,o), +(206,313,cs), +(206,493,o), +(278,684,o), +(390,793,c), +(219,793,l), +(90,695,o), +(6,503,o), +(6,313,cs), +(6,123,o), +(90,-69,o), +(219,-167,c) +); +} +); +width = 382; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(159,-167,l), +(94,-95,o), +(57,18,o), +(57,152,cs), +(57,392,o), +(184,659,o), +(360,793,c), +(326,793,l), +(151,657,o), +(27,391,o), +(27,151,cs), +(27,26,o), +(62,-91,o), +(129,-167,c) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(97,-167,l), +(60,-108,o), +(35,5,o), +(35,115,cs), +(35,367,o), +(151,657,o), +(298,793,c), +(263,793,l), +(108,641,o), +(4,367,o), +(4,114,cs), +(4,7,o), +(29,-105,o), +(67,-167,c) +); +} +); +width = 169; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(245,-167,l), +(217,-61,o), +(203,46,o), +(203,150,cs), +(203,389,o), +(279,607,o), +(447,793,c), +(284,793,l), +(114,617,o), +(43,398,o), +(43,187,cs), +(43,70,o), +(64,-51,o), +(103,-167,c) +); +} +); +}; +guides = ( +{ +pos = (146,793); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,-167,l), +(162,-68,o), +(150,128,o), +(185,309,cs), +(226,524,o), +(328,712,o), +(401,793,c), +(238,793,l), +(151,707,o), +(57,519,o), +(21,326,cs), +(-16,129,o), +(1,-69,o), +(55,-167,c) +); +} +); +width = 293; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(208,-167,l), +(142,-90,o), +(109,28,o), +(109,160,cs), +(109,393,o), +(232,659,o), +(409,793,c), +(368,793,l), +(200,662,o), +(72,403,o), +(72,162,cs), +(72,30,o), +(106,-89,o), +(174,-167,c) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(177,-167,l), +(88,-55,o), +(51,133,o), +(89,329,cs), +(124,509,o), +(226,696,o), +(365,793,c), +(325,793,l), +(184,690,o), +(87,510,o), +(52,330,cs), +(16,144,o), +(47,-49,o), +(142,-167,c) +); +} +); +width = 277; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(292,-167,l), +(249,-95,o), +(223,28,o), +(223,146,cs), +(223,392,o), +(327,638,o), +(494,793,c), +(311,793,l), +(138,647,o), +(39,378,o), +(39,162,cs), +(39,28,o), +(75,-101,o), +(130,-167,c) +); +}, +{ +closed = 1; +nodes = ( +(279,-167,l), +(217,-41,o), +(196,150,o), +(227,311,cs), +(262,489,o), +(368,686,o), +(487,793,c), +(313,793,l), +(185,690,o), +(80,504,o), +(45,329,cs), +(10,150,o), +(44,-48,o), +(126,-167,c) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(250,-167,l), +(188,-41,o), +(167,150,o), +(198,311,cs), +(234,496,o), +(334,682,o), +(458,793,c), +(284,793,l), +(158,692,o), +(51,506,o), +(16,329,cs), +(-19,152,o), +(14,-46,o), +(97,-167,c) +); +} +); +width = 335; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(190,-167,l), +(124,-90,o), +(91,28,o), +(91,160,cs), +(91,393,o), +(214,659,o), +(391,793,c), +(350,793,l), +(182,662,o), +(54,403,o), +(54,162,cs), +(54,30,o), +(88,-89,o), +(156,-167,c) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,-167,l), +(95,-55,o), +(45,137,o), +(83,331,cs), +(119,519,o), +(245,703,o), +(392,793,c), +(351,793,l), +(202,702,o), +(85,524,o), +(48,333,cs), +(12,146,o), +(54,-47,o), +(168,-167,c) +); +} +); +width = 300; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(288,-167,l), +(246,-96,o), +(218,25,o), +(218,142,cs), +(218,387,o), +(321,637,o), +(490,793,c), +(294,793,l), +(134,658,o), +(23,399,o), +(23,166,cs), +(23,30,o), +(58,-100,o), +(113,-167,c) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(289,-167,l), +(209,-47,o), +(177,144,o), +(210,312,cs), +(248,511,o), +(369,703,o), +(513,793,c), +(323,793,l), +(174,709,o), +(50,525,o), +(13,331,cs), +(-24,140,o), +(23,-59,o), +(131,-167,c) +); +} +); +width = 387; } ); unicode = 40; diff --git a/sources/MonaSans.glyphspackage/glyphs/parenright.case.glyph b/sources/MonaSans.glyphspackage/glyphs/parenright.case.glyph index 058bbedc..bd56692e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/parenright.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/parenright.case.glyph @@ -1,18 +1,18 @@ { color = 6; glyphname = parenright.case; -kernLeft = parenright.case; +kernLeft = KO_parenright.case; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; shapes = ( { angle = 180; -pos = (298,729); +pos = (314,729); ref = parenleft.case; } ); -width = 298; +width = 314; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,10 +26,167 @@ ref = parenleft.case; width = 187; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +angle = 180; +pos = (299,729); +ref = parenleft.case; +} +); +width = 299; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +angle = 180; +pos = (392,729); +ref = parenleft.case; +} +); +width = 392; +}, +{ +layerId = m019; +shapes = ( +{ +angle = 180; +pos = (302,729); +ref = parenleft.case; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenright; +com.schriftgestaltung.hints = ( +{ +horizontal = 0; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +13 +); +type = Stem; +} +); +}; +width = 302; +}, +{ +layerId = m020; +shapes = ( +{ +angle = 180; +pos = (358,729); +ref = parenleft.case; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenright; +}; +width = 358; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +angle = 180; +pos = (237,729); +ref = parenleft.case; +} +); +width = 193; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +angle = 180; +pos = (387,729); +ref = parenleft.case; +} +); +width = 348; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +angle = 180; +pos = (353,729); +ref = parenleft.case; +} +); +width = 309; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { angle = 180; +pos = (408,729); +ref = parenleft.case; +} +); +width = 370; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +angle = 180; +pos = (338,729); +ref = parenleft.case; +} +); +width = 294; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +angle = 180; +pos = (433,729); +ref = parenleft.case; +} +); +width = 395; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +angle = 180; +pos = (159,729); +ref = parenleft.case; +} +); +width = 159; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +angle = 180; +pos = (282,729); +ref = parenleft.case; +} +); +width = 282; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (303,729); ref = parenleft.case; } @@ -57,11 +214,12 @@ type = Stem; width = 303; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; angle = 180; -pos = (375,729); +pos = (349,729); ref = parenleft.case; } ); @@ -69,12 +227,13 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenright; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenright; }; -width = 375; +width = 349; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; angle = 180; pos = (299,729); ref = parenleft.case; @@ -83,81 +242,81 @@ ref = parenleft.case; width = 299; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { angle = 180; -pos = (380,729); +pos = (365,729); ref = parenleft.case; } ); -width = 380; +width = 365; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { angle = 180; -pos = (237,729); +pos = (191,729); ref = parenleft.case; } ); -width = 193; +width = 147; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { angle = 180; -pos = (371,729); +pos = (349,729); ref = parenleft.case; } ); -width = 332; +width = 310; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { angle = 180; -pos = (353,729); +pos = (305,729); ref = parenleft.case; } ); -width = 309; +width = 261; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { angle = 180; -pos = (408,729); +pos = (350,729); ref = parenleft.case; } ); -width = 370; +width = 312; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { angle = 180; -pos = (338,729); +pos = (318,729); ref = parenleft.case; } ); -width = 294; +width = 274; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { angle = 180; -pos = (421,729); +pos = (391,729); ref = parenleft.case; } ); -width = 383; +width = 353; } ); metricLeft = parenright; diff --git a/sources/MonaSans.glyphspackage/glyphs/parenright.glyph b/sources/MonaSans.glyphspackage/glyphs/parenright.glyph index ee1cc120..ca7dde55 100644 --- a/sources/MonaSans.glyphspackage/glyphs/parenright.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/parenright.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = parenright; -kernLeft = parenright; -kernRight = parenright; +kernLeft = KO_parenright; +kernRight = KO_parenright; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -10,11 +10,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (307,626); +pos = (323,626); ref = parenleft; } ); -width = 307; +width = 323; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -29,12 +29,36 @@ ref = parenleft; width = 205; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; angle = 180; -pos = (321,626); +pos = (316,626); +ref = parenleft; +} +); +width = 316; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (409,626); +ref = parenleft; +} +); +width = 409; +}, +{ +layerId = m019; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (320,626); ref = parenleft; } ); @@ -56,26 +80,164 @@ type = Stem; } ); }; -width = 321; +width = 320; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { alignment = 3; angle = 180; -pos = (383,626); +pos = (366,626); ref = parenleft; } ); -width = 383; +width = 366; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (238,626); +ref = parenleft; +} +); +width = 215; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (349,626); +ref = parenleft; +} +); +width = 331; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (348,626); +ref = parenleft; +} +); +width = 325; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (410,626); +ref = parenleft; +} +); +width = 393; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (343,626); +ref = parenleft; +} +); +width = 320; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { alignment = 3; angle = 180; +pos = (446,626); +ref = parenleft; +} +); +width = 429; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (177,626); +ref = parenleft; +} +); +width = 177; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (291,626); +ref = parenleft; +} +); +width = 291; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (321,626); +ref = parenleft; +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 0; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +13 +); +type = Stem; +} +); +}; +width = 321; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (357,626); +ref = parenleft; +} +); +width = 357; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (316,626); ref = parenleft; } @@ -83,88 +245,88 @@ ref = parenleft; width = 316; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = 3; angle = 180; -pos = (397,626); +pos = (382,626); ref = parenleft; } ); -width = 397; +width = 382; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 3; angle = 180; -pos = (238,626); +pos = (192,626); ref = parenleft; } ); -width = 215; +width = 169; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 3; angle = 180; -pos = (333,626); +pos = (311,626); ref = parenleft; } ); -width = 315; +width = 293; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 3; angle = 180; -pos = (348,626); +pos = (300,626); ref = parenleft; } ); -width = 325; +width = 277; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 3; angle = 180; -pos = (410,626); +pos = (352,626); ref = parenleft; } ); -width = 393; +width = 335; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 3; angle = 180; -pos = (343,626); +pos = (323,626); ref = parenleft; } ); -width = 320; +width = 300; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 3; angle = 180; -pos = (434,626); +pos = (404,626); ref = parenleft; } ); -width = 417; +width = 387; } ); metricLeft = "=|parenleft"; diff --git a/sources/MonaSans.glyphspackage/glyphs/percent.glyph b/sources/MonaSans.glyphspackage/glyphs/percent.glyph index 57ddce5e..1906211a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/percent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/percent.glyph @@ -1,7 +1,7 @@ { glyphname = percent; -kernLeft = percent; -kernRight = percent; +kernLeft = KO_percent; +kernRight = KO_percent; layers = ( { background = { @@ -30,82 +30,82 @@ shapes = ( { closed = 1; nodes = ( -(259,0,l), -(572,729,l), -(462,729,l), -(149,0,l) +(267,0,l), +(580,729,l), +(470,729,l), +(157,0,l) ); }, { closed = 1; nodes = ( -(232,352,o), -(291,388,o), -(291,540,cs), -(291,692,o), -(232,729,o), -(151,729,cs), -(71,729,o), -(12,694,o), -(12,540,cs), -(12,387,o), -(71,352,o), -(151,352,cs) +(240,352,o), +(299,388,o), +(299,540,cs), +(299,692,o), +(240,729,o), +(159,729,cs), +(79,729,o), +(20,694,o), +(20,540,cs), +(20,387,o), +(79,352,o), +(159,352,cs) ); }, { closed = 1; nodes = ( -(131,447,o), -(130,477,o), -(130,540,cs), -(130,604,o), -(131,633,o), -(151,633,cs), -(170,633,o), -(171,611,o), -(171,540,cs), -(171,472,o), -(170,447,o), -(151,447,cs) +(139,447,o), +(138,477,o), +(138,540,cs), +(138,604,o), +(139,633,o), +(159,633,cs), +(178,633,o), +(179,611,o), +(179,540,cs), +(179,472,o), +(178,447,o), +(159,447,cs) ); }, { closed = 1; nodes = ( -(651,-5,o), -(710,32,o), -(710,184,cs), -(710,336,o), -(651,372,o), -(570,372,cs), -(490,372,o), -(431,337,o), -(431,184,cs), -(431,30,o), -(490,-5,o), -(570,-5,cs) +(659,-5,o), +(718,32,o), +(718,184,cs), +(718,336,o), +(659,372,o), +(578,372,cs), +(498,372,o), +(439,337,o), +(439,184,cs), +(439,30,o), +(498,-5,o), +(578,-5,cs) ); }, { closed = 1; nodes = ( -(550,90,o), -(549,120,o), -(549,183,cs), -(549,247,o), -(550,276,o), -(570,276,cs), -(589,276,o), -(590,254,o), -(590,183,cs), -(590,115,o), -(589,90,o), -(570,90,cs) +(558,90,o), +(557,120,o), +(557,183,cs), +(557,247,o), +(558,276,o), +(578,276,cs), +(597,276,o), +(598,254,o), +(598,183,cs), +(598,115,o), +(597,90,o), +(578,90,cs) ); } ); -width = 722; +width = 738; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -191,6 +191,172 @@ nodes = ( width = 603; }, { +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(239,0,l), +(769,729,l), +(728,729,l), +(199,0,l) +); +}, +{ +closed = 1; +nodes = ( +(338,323,o), +(409,393,o), +(409,526,cs), +(409,659,o), +(337,729,o), +(233,729,cs), +(128,729,o), +(56,659,o), +(56,526,cs), +(56,392,o), +(129,323,o), +(234,323,cs) +); +}, +{ +closed = 1; +nodes = ( +(143,353,o), +(92,415,o), +(92,526,cs), +(92,637,o), +(144,699,o), +(233,699,cs), +(323,699,o), +(374,637,o), +(374,526,cs), +(374,415,o), +(322,353,o), +(233,353,cs) +); +}, +{ +closed = 1; +nodes = ( +(840,-10,o), +(911,60,o), +(911,193,cs), +(911,326,o), +(839,396,o), +(735,396,cs), +(630,396,o), +(558,326,o), +(558,193,cs), +(558,59,o), +(631,-10,o), +(736,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(645,20,o), +(594,82,o), +(594,193,cs), +(594,304,o), +(646,366,o), +(735,366,cs), +(825,366,o), +(876,304,o), +(876,193,cs), +(876,82,o), +(824,20,o), +(735,20,cs) +); +} +); +width = 967; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(310,0,l), +(840,729,l), +(680,729,l), +(150,0,l) +); +}, +{ +closed = 1; +nodes = ( +(357,351,o), +(438,421,o), +(438,540,cs), +(438,657,o), +(358,729,o), +(234,729,cs), +(110,729,o), +(28,660,o), +(28,540,cs), +(28,424,o), +(107,351,o), +(232,351,cs) +); +}, +{ +closed = 1; +nodes = ( +(204,471,o), +(180,482,o), +(180,540,cs), +(180,599,o), +(204,610,o), +(234,610,cs), +(261,610,o), +(287,599,o), +(287,540,cs), +(287,482,o), +(263,471,o), +(233,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(881,-5,o), +(962,65,o), +(962,184,cs), +(962,302,o), +(882,373,o), +(759,373,cs), +(636,373,o), +(553,305,o), +(553,184,cs), +(553,68,o), +(632,-5,o), +(757,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(729,116,o), +(704,126,o), +(704,184,cs), +(704,244,o), +(729,254,o), +(759,254,cs), +(786,254,o), +(812,243,o), +(812,184,cs), +(812,126,o), +(787,116,o), +(757,116,cs) +); +} +); +width = 990; +}, +{ background = { shapes = ( { @@ -272,83 +438,83 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(208,0,l), -(670,729,l), -(628,729,l), -(167,0,l) +(207,0,l), +(659,729,l), +(619,729,l), +(166,0,l) ); }, { closed = 1; nodes = ( -(285,324,o), -(341,395,o), -(341,527,cs), -(341,658,o), -(286,729,o), -(204,729,cs), -(121,729,o), -(65,659,o), -(65,527,cs), -(65,396,o), -(120,324,o), -(204,324,cs) +(282,324,o), +(338,395,o), +(338,527,cs), +(338,658,o), +(283,729,o), +(203,729,cs), +(122,729,o), +(66,659,o), +(66,527,cs), +(66,396,o), +(121,324,o), +(203,324,cs) ); }, { closed = 1; nodes = ( -(139,356,o), -(102,415,o), -(102,527,cs), -(102,638,o), -(139,697,o), -(204,697,cs), -(267,697,o), -(304,639,o), -(304,527,cs), -(304,415,o), -(267,356,o), -(204,356,cs) +(140,356,o), +(103,415,o), +(103,527,cs), +(103,638,o), +(140,697,o), +(203,697,cs), +(264,697,o), +(301,639,o), +(301,527,cs), +(301,415,o), +(264,356,o), +(203,356,cs) ); }, { closed = 1; nodes = ( -(716,-5,o), -(772,66,o), -(772,197,cs), -(772,329,o), -(717,400,o), -(635,400,cs), -(551,400,o), -(496,329,o), -(496,198,cs), -(496,66,o), -(551,-5,o), -(635,-5,cs) +(705,-5,o), +(759,66,o), +(759,197,cs), +(759,329,o), +(706,400,o), +(626,400,cs), +(543,400,o), +(489,329,o), +(489,198,cs), +(489,66,o), +(543,-5,o), +(626,-5,cs) ); }, { closed = 1; nodes = ( -(570,27,o), -(533,85,o), -(533,197,cs), -(533,310,o), -(570,368,o), -(635,368,cs), -(697,368,o), -(734,310,o), -(734,197,cs), -(734,84,o), -(697,27,o), -(635,27,cs) +(561,27,o), +(526,85,o), +(526,197,cs), +(526,310,o), +(561,368,o), +(626,368,cs), +(686,368,o), +(723,310,o), +(723,197,cs), +(723,84,o), +(686,27,o), +(626,27,cs) ); } ); @@ -498,7 +664,7 @@ type = Stem; } ); }; -width = 837; +width = 826; }, { background = { @@ -582,253 +748,87 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(729,729,l), -(605,729,l), -(140,0,l) -); -}, -{ -closed = 1; -nodes = ( -(300,336,o), -(365,398,o), -(365,533,cs), -(365,667,o), -(300,729,o), -(205,729,cs), -(110,729,o), -(45,667,o), -(45,533,cs), -(45,398,o), -(110,336,o), -(205,336,cs) -); -}, -{ -closed = 1; -nodes = ( -(175,440,o), -(166,476,o), -(166,533,cs), -(166,589,o), -(175,625,o), -(205,625,cs), -(235,625,o), -(244,589,o), -(244,533,cs), -(244,476,o), -(235,440,o), -(205,440,cs) -); -}, -{ -closed = 1; -nodes = ( -(759,-10,o), -(824,52,o), -(824,187,cs), -(824,321,o), -(759,383,o), -(664,383,cs), -(569,383,o), -(504,321,o), -(504,187,cs), -(504,52,o), -(569,-10,o), -(664,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(634,94,o), -(625,130,o), -(625,187,cs), -(625,243,o), -(634,279,o), -(664,279,cs), -(694,279,o), -(703,243,o), -(703,187,cs), -(703,130,o), -(694,94,o), -(664,94,cs) -); -} -); -width = 869; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,0,l), -(769,729,l), -(728,729,l), -(199,0,l) -); -}, -{ -closed = 1; -nodes = ( -(338,323,o), -(409,393,o), -(409,526,cs), -(409,659,o), -(337,729,o), -(233,729,cs), -(128,729,o), -(56,659,o), -(56,526,cs), -(56,392,o), -(129,323,o), -(234,323,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,353,o), -(92,415,o), -(92,526,cs), -(92,637,o), -(144,699,o), -(233,699,cs), -(323,699,o), -(374,637,o), -(374,526,cs), -(374,415,o), -(322,353,o), -(233,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(840,-10,o), -(911,60,o), -(911,193,cs), -(911,326,o), -(839,396,o), -(735,396,cs), -(630,396,o), -(558,326,o), -(558,193,cs), -(558,59,o), -(631,-10,o), -(736,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(645,20,o), -(594,82,o), -(594,193,cs), -(594,304,o), -(646,366,o), -(735,366,cs), -(825,366,o), -(876,304,o), -(876,193,cs), -(876,82,o), -(824,20,o), -(735,20,cs) -); -} -); -width = 967; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(304,0,l), -(834,729,l), -(674,729,l), -(144,0,l) +(258,0,l), +(713,729,l), +(590,729,l), +(136,0,l) ); }, { closed = 1; nodes = ( -(351,351,o), -(432,421,o), -(432,540,cs), -(432,657,o), -(352,729,o), -(228,729,cs), -(104,729,o), -(22,660,o), -(22,540,cs), -(22,424,o), -(101,351,o), -(226,351,cs) +(293,336,o), +(356,398,o), +(356,533,cs), +(356,667,o), +(293,729,o), +(200,729,cs), +(107,729,o), +(44,666,o), +(44,533,cs), +(44,399,o), +(107,336,o), +(200,336,cs) ); }, { closed = 1; nodes = ( -(198,471,o), -(174,482,o), -(174,540,cs), -(174,599,o), -(198,610,o), -(228,610,cs), -(255,610,o), -(281,599,o), -(281,540,cs), -(281,482,o), -(257,471,o), -(227,471,cs) +(171,440,o), +(163,477,o), +(163,533,cs), +(163,588,o), +(171,625,o), +(200,625,cs), +(229,625,o), +(237,588,o), +(237,533,cs), +(237,477,o), +(229,440,o), +(200,440,cs) ); }, { closed = 1; nodes = ( -(875,-5,o), -(956,65,o), -(956,184,cs), -(956,302,o), -(876,373,o), -(753,373,cs), -(630,373,o), -(547,305,o), -(547,184,cs), -(547,68,o), -(626,-5,o), -(751,-5,cs) +(742,-10,o), +(805,53,o), +(805,187,cs), +(805,320,o), +(742,383,o), +(648,383,cs), +(555,383,o), +(492,321,o), +(492,187,cs), +(492,52,o), +(555,-10,o), +(648,-10,cs) ); }, { closed = 1; nodes = ( -(723,116,o), -(698,126,o), -(698,184,cs), -(698,244,o), -(723,254,o), -(753,254,cs), -(780,254,o), -(806,243,o), -(806,184,cs), -(806,126,o), -(781,116,o), -(751,116,cs) +(620,94,o), +(612,131,o), +(612,187,cs), +(612,242,o), +(620,279,o), +(648,279,cs), +(677,279,o), +(685,242,o), +(685,187,cs), +(685,131,o), +(677,94,o), +(648,94,cs) ); } ); -width = 978; +width = 847; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -954,13 +954,13 @@ nodes = ( }; guides = ( { -pos = (176,348); +pos = (184,348); }, { -pos = (176,629); +pos = (184,629); }, { -pos = (176,443); +pos = (184,443); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -968,82 +968,82 @@ shapes = ( { closed = 1; nodes = ( -(204,0,l), -(666,729,l), -(550,729,l), -(88,0,l) +(212,0,l), +(674,729,l), +(558,729,l), +(96,0,l) ); }, { closed = 1; nodes = ( -(258,352,o), -(312,388,o), -(342,533,cs), -(366,651,o), -(335,729,o), -(227,729,cs), -(148,729,o), -(96,680,o), -(70,552,cs), -(45,432,o), -(73,352,o), -(184,352,cs) +(266,352,o), +(320,388,o), +(350,533,cs), +(374,651,o), +(343,729,o), +(235,729,cs), +(156,729,o), +(104,680,o), +(78,552,cs), +(53,432,o), +(81,352,o), +(192,352,cs) ); }, { closed = 1; nodes = ( -(167,449,o), -(170,466,o), -(185,540,cs), -(200,613,o), -(207,632,o), -(222,632,cs), -(245,632,o), -(242,615,o), -(227,541,cs), -(212,468,o), -(205,449,o), -(190,449,cs) +(175,449,o), +(178,466,o), +(193,540,cs), +(208,613,o), +(215,632,o), +(230,632,cs), +(253,632,o), +(250,615,o), +(235,541,cs), +(220,468,o), +(213,449,o), +(198,449,cs) ); }, { closed = 1; nodes = ( -(600,-5,o), -(654,31,o), -(684,176,cs), -(708,294,o), -(677,372,o), -(569,372,cs), -(490,372,o), -(438,323,o), -(412,195,cs), -(387,75,o), -(415,-5,o), -(526,-5,cs) +(608,-5,o), +(662,31,o), +(692,176,cs), +(716,294,o), +(685,372,o), +(577,372,cs), +(498,372,o), +(446,323,o), +(420,195,cs), +(395,75,o), +(423,-5,o), +(534,-5,cs) ); }, { closed = 1; nodes = ( -(509,92,o), -(512,109,o), -(527,183,cs), -(542,256,o), -(549,275,o), -(564,275,cs), -(587,275,o), -(584,258,o), -(569,184,cs), -(554,111,o), -(547,92,o), -(532,92,cs) +(517,92,o), +(520,109,o), +(535,183,cs), +(550,256,o), +(557,275,o), +(572,275,cs), +(595,275,o), +(592,258,o), +(577,184,cs), +(562,111,o), +(555,92,o), +(540,92,cs) ); } ); -width = 716; +width = 732; }, { background = { @@ -1543,82 +1543,1699 @@ shapes = ( { closed = 1; nodes = ( -(315,0,l), -(970,729,l), -(796,729,l), -(141,0,l) +(321,0,l), +(976,729,l), +(802,729,l), +(147,0,l) +); +}, +{ +closed = 1; +nodes = ( +(421,343,o), +(509,423,o), +(509,545,cs), +(509,652,o), +(435,729,o), +(304,729,cs), +(174,729,o), +(86,649,o), +(86,527,cs), +(86,420,o), +(160,343,o), +(290,343,cs) +); +}, +{ +closed = 1; +nodes = ( +(265,466,o), +(246,483,o), +(246,518,cs), +(246,576,o), +(264,606,o), +(303,606,cs), +(330,606,o), +(349,589,o), +(349,554,cs), +(349,496,o), +(331,466,o), +(292,466,cs) +); +}, +{ +closed = 1; +nodes = ( +(937,-8,o), +(1025,72,o), +(1025,194,cs), +(1025,301,o), +(951,378,o), +(820,378,cs), +(690,378,o), +(602,298,o), +(602,176,cs), +(602,69,o), +(676,-8,o), +(806,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(781,115,o), +(762,132,o), +(762,167,cs), +(762,225,o), +(780,255,o), +(819,255,cs), +(846,255,o), +(865,238,o), +(865,203,cs), +(865,145,o), +(847,115,o), +(808,115,cs) +); +} +); +width = 1074; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,0,l), +(439,729,l), +(405,729,l), +(124,0,l) +); +}, +{ +closed = 1; +nodes = ( +(202,324,o), +(229,399,o), +(229,527,cs), +(229,655,o), +(202,729,o), +(135,729,cs), +(67,729,o), +(40,655,o), +(40,527,cs), +(40,399,o), +(67,324,o), +(135,324,cs) +); +}, +{ +closed = 1; +nodes = ( +(96,353,o), +(73,390,o), +(73,527,cs), +(73,663,o), +(96,701,o), +(135,701,cs), +(173,701,o), +(196,663,o), +(196,527,cs), +(196,390,o), +(173,353,o), +(135,353,cs) +); +}, +{ +closed = 1; +nodes = ( +(496,-6,o), +(523,70,o), +(523,197,cs), +(523,324,o), +(496,399,o), +(429,399,cs), +(360,399,o), +(334,324,o), +(334,197,cs), +(334,71,o), +(360,-6,o), +(429,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,23,o), +(366,59,o), +(366,197,cs), +(366,335,o), +(390,372,o), +(429,372,cs), +(466,372,o), +(490,335,o), +(490,197,cs), +(490,59,o), +(466,23,o), +(429,23,cs) +); +} +); +width = 563; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(550,90,o), +(549,120,o), +(549,183,cs), +(549,247,o), +(550,276,o), +(570,276,cs), +(589,276,o), +(590,254,o), +(590,183,cs), +(590,115,o), +(589,90,o), +(570,90,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(250,0,l), +(563,729,l), +(453,729,l), +(140,0,l) +); +}, +{ +closed = 1; +nodes = ( +(223,352,o), +(282,388,o), +(282,540,cs), +(282,692,o), +(223,729,o), +(142,729,cs), +(62,729,o), +(3,694,o), +(3,540,cs), +(3,387,o), +(62,352,o), +(142,352,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,447,o), +(121,477,o), +(121,540,cs), +(121,604,o), +(122,633,o), +(142,633,cs), +(161,633,o), +(162,611,o), +(162,540,cs), +(162,472,o), +(161,447,o), +(142,447,cs) +); +}, +{ +closed = 1; +nodes = ( +(642,-5,o), +(701,32,o), +(701,184,cs), +(701,336,o), +(642,372,o), +(561,372,cs), +(481,372,o), +(422,337,o), +(422,184,cs), +(422,30,o), +(481,-5,o), +(561,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(541,90,o), +(540,120,o), +(540,183,cs), +(540,247,o), +(541,276,o), +(561,276,cs), +(580,276,o), +(581,254,o), +(581,183,cs), +(581,115,o), +(580,90,o), +(561,90,cs) +); +} +); +width = 704; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(208,0,l), +(670,729,l), +(628,729,l), +(167,0,l) +); +}, +{ +closed = 1; +nodes = ( +(265,320,o), +(321,391,o), +(321,523,cs), +(321,654,o), +(266,725,o), +(184,725,cs), +(101,725,o), +(45,655,o), +(45,523,cs), +(45,392,o), +(100,320,o), +(184,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(119,352,o), +(82,411,o), +(82,523,cs), +(82,634,o), +(119,693,o), +(184,693,cs), +(247,693,o), +(284,635,o), +(284,523,cs), +(284,411,o), +(247,352,o), +(184,352,cs) +); +}, +{ +closed = 1; +nodes = ( +(736,-5,o), +(792,66,o), +(792,197,cs), +(792,329,o), +(737,400,o), +(655,400,cs), +(571,400,o), +(516,329,o), +(516,198,cs), +(516,66,o), +(571,-5,o), +(655,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(590,27,o), +(553,85,o), +(553,197,cs), +(553,310,o), +(590,368,o), +(655,368,cs), +(717,368,o), +(754,310,o), +(754,197,cs), +(754,84,o), +(717,27,o), +(655,27,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(188,0,l), +(650,729,l), +(608,729,l), +(147,0,l) +); +}, +{ +closed = 1; +nodes = ( +(265,324,o), +(321,395,o), +(321,527,cs), +(321,658,o), +(266,729,o), +(184,729,cs), +(101,729,o), +(45,659,o), +(45,527,cs), +(45,396,o), +(100,324,o), +(184,324,cs) +); +}, +{ +closed = 1; +nodes = ( +(119,356,o), +(82,415,o), +(82,527,cs), +(82,638,o), +(119,697,o), +(184,697,cs), +(247,697,o), +(284,639,o), +(284,527,cs), +(284,415,o), +(247,356,o), +(184,356,cs) +); +}, +{ +closed = 1; +nodes = ( +(696,-5,o), +(752,66,o), +(752,197,cs), +(752,329,o), +(697,400,o), +(615,400,cs), +(531,400,o), +(476,329,o), +(476,198,cs), +(476,66,o), +(531,-5,o), +(615,-5,cs) ); }, { closed = 1; nodes = ( -(415,343,o), -(503,423,o), -(503,545,cs), -(503,652,o), -(429,729,o), -(298,729,cs), -(168,729,o), -(80,649,o), -(80,527,cs), -(80,420,o), -(154,343,o), -(284,343,cs) +(550,27,o), +(513,85,o), +(513,197,cs), +(513,310,o), +(550,368,o), +(615,368,cs), +(677,368,o), +(714,310,o), +(714,197,cs), +(714,84,o), +(677,27,o), +(615,27,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +4, +11 +); +stem = -2; +target = ( +3, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +3, +5 +); +stem = -2; +target = ( +4, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +2, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +2, +11 +); +stem = -2; +target = ( +1, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +2, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +3, +8 +); +stem = -2; +target = ( +4, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +4, +8 +); +stem = -2; +target = ( +3, +2 +); +type = Stem; +} +); +}; +width = 797; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(264,0,l), +(729,729,l), +(605,729,l), +(140,0,l) +); +}, +{ +closed = 1; +nodes = ( +(288,348,o), +(353,416,o), +(353,536,cs), +(353,646,o), +(297,726,o), +(196,726,cs), +(98,726,o), +(34,655,o), +(34,539,cs), +(34,427,o), +(90,348,o), +(192,348,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,450,o), +(156,449,o), +(156,537,cs), +(156,626,o), +(177,623,o), +(193,623,cs), +(211,623,o), +(231,625,o), +(231,537,cs), +(231,448,o), +(211,450,o), +(193,450,cs) +); +}, +{ +closed = 1; +nodes = ( +(771,-3,o), +(835,66,o), +(835,186,cs), +(835,296,o), +(779,376,o), +(678,376,cs), +(581,376,o), +(516,306,o), +(516,188,cs), +(516,78,o), +(572,-3,o), +(674,-3,cs) +); +}, +{ +closed = 1; +nodes = ( +(659,100,o), +(638,98,o), +(638,187,cs), +(638,276,o), +(659,273,o), +(676,273,cs), +(693,273,o), +(713,275,o), +(713,187,cs), +(713,98,o), +(693,100,o), +(676,100,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,0,l), +(708,729,l), +(584,729,l), +(119,0,l) +); +}, +{ +closed = 1; +nodes = ( +(279,336,o), +(344,398,o), +(344,533,cs), +(344,667,o), +(279,729,o), +(184,729,cs), +(89,729,o), +(24,667,o), +(24,533,cs), +(24,398,o), +(89,336,o), +(184,336,cs) +); +}, +{ +closed = 1; +nodes = ( +(154,440,o), +(145,476,o), +(145,533,cs), +(145,589,o), +(154,625,o), +(184,625,cs), +(214,625,o), +(223,589,o), +(223,533,cs), +(223,476,o), +(214,440,o), +(184,440,cs) +); +}, +{ +closed = 1; +nodes = ( +(738,-10,o), +(803,52,o), +(803,187,cs), +(803,321,o), +(738,383,o), +(643,383,cs), +(548,383,o), +(483,321,o), +(483,187,cs), +(483,52,o), +(548,-10,o), +(643,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(613,94,o), +(604,130,o), +(604,187,cs), +(604,243,o), +(613,279,o), +(643,279,cs), +(673,279,o), +(682,243,o), +(682,187,cs), +(682,130,o), +(673,94,o), +(643,94,cs) +); +} +); +width = 827; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(229,0,l), +(759,729,l), +(718,729,l), +(189,0,l) +); +}, +{ +closed = 1; +nodes = ( +(328,323,o), +(399,393,o), +(399,526,cs), +(399,659,o), +(327,729,o), +(223,729,cs), +(118,729,o), +(46,659,o), +(46,526,cs), +(46,392,o), +(119,323,o), +(224,323,cs) +); +}, +{ +closed = 1; +nodes = ( +(133,353,o), +(82,415,o), +(82,526,cs), +(82,637,o), +(134,699,o), +(223,699,cs), +(313,699,o), +(364,637,o), +(364,526,cs), +(364,415,o), +(312,353,o), +(223,353,cs) +); +}, +{ +closed = 1; +nodes = ( +(830,-10,o), +(901,60,o), +(901,193,cs), +(901,326,o), +(829,396,o), +(725,396,cs), +(620,396,o), +(548,326,o), +(548,193,cs), +(548,59,o), +(621,-10,o), +(726,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(635,20,o), +(584,82,o), +(584,193,cs), +(584,304,o), +(636,366,o), +(725,366,cs), +(815,366,o), +(866,304,o), +(866,193,cs), +(866,82,o), +(814,20,o), +(725,20,cs) +); +} +); +width = 947; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,0,l), +(824,729,l), +(664,729,l), +(134,0,l) +); +}, +{ +closed = 1; +nodes = ( +(341,351,o), +(422,421,o), +(422,540,cs), +(422,657,o), +(342,729,o), +(218,729,cs), +(94,729,o), +(12,660,o), +(12,540,cs), +(12,424,o), +(91,351,o), +(216,351,cs) +); +}, +{ +closed = 1; +nodes = ( +(188,471,o), +(164,482,o), +(164,540,cs), +(164,599,o), +(188,610,o), +(218,610,cs), +(245,610,o), +(271,599,o), +(271,540,cs), +(271,482,o), +(247,471,o), +(217,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(865,-5,o), +(946,65,o), +(946,184,cs), +(946,302,o), +(866,373,o), +(743,373,cs), +(620,373,o), +(537,305,o), +(537,184,cs), +(537,68,o), +(616,-5,o), +(741,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(713,116,o), +(688,126,o), +(688,184,cs), +(688,244,o), +(713,254,o), +(743,254,cs), +(770,254,o), +(796,243,o), +(796,184,cs), +(796,126,o), +(771,116,o), +(741,116,cs) +); +} +); +width = 958; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(104,0,l), +(536,729,l), +(500,729,l), +(70,0,l) +); +}, +{ +closed = 1; +nodes = ( +(213,325,o), +(254,393,o), +(281,517,cs), +(305,634,o), +(304,729,o), +(224,729,cs), +(165,729,o), +(123,664,o), +(97,539,cs), +(66,393,o), +(85,325,o), +(154,325,cs) +); +}, +{ +closed = 1; +nodes = ( +(98,357,o), +(113,455,o), +(129,532,cs), +(155,656,o), +(181,700,o), +(221,700,cs), +(272,700,o), +(273,634,o), +(249,522,cs), +(219,380,o), +(189,350,o), +(149,353,cs) +); +}, +{ +closed = 1; +nodes = ( +(441,-5,o), +(480,67,o), +(506,189,cs), +(533,317,o), +(523,399,o), +(449,399,cs), +(386,399,o), +(346,327,o), +(321,205,cs), +(296,88,o), +(300,-5,o), +(379,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(323,28,o), +(337,123,o), +(354,204,cs), +(380,331,o), +(408,371,o), +(446,371,cs), +(498,371,o), +(497,302,o), +(473,189,cs), +(444,50,o), +(415,21,o), +(373,24,cs) +); +} +); +width = 559; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(245,632,o), +(242,615,o), +(227,541,cs), +(213,472,o), +(207,449,o), +(189,449,cs), +(164,449,o), +(174,485,o), +(185,538,cs), +(200,613,o), +(207,632,o), +(222,632,cs) +); +}, +{ +closed = 1; +nodes = ( +(509,92,o), +(512,109,o), +(527,183,cs), +(542,256,o), +(549,275,o), +(564,275,cs), +(587,275,o), +(584,258,o), +(569,184,cs), +(554,111,o), +(547,92,o), +(532,92,cs) +); +} +); +}; +guides = ( +{ +pos = (165,348); +}, +{ +pos = (165,629); +}, +{ +pos = (165,443); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,0,l), +(655,729,l), +(539,729,l), +(77,0,l) +); +}, +{ +closed = 1; +nodes = ( +(247,352,o), +(301,388,o), +(331,533,cs), +(355,651,o), +(324,729,o), +(216,729,cs), +(137,729,o), +(85,680,o), +(59,552,cs), +(34,432,o), +(62,352,o), +(173,352,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,449,o), +(159,466,o), +(174,540,cs), +(189,613,o), +(196,632,o), +(211,632,cs), +(234,632,o), +(231,615,o), +(216,541,cs), +(201,468,o), +(194,449,o), +(179,449,cs) +); +}, +{ +closed = 1; +nodes = ( +(589,-5,o), +(643,31,o), +(673,176,cs), +(697,294,o), +(666,372,o), +(558,372,cs), +(479,372,o), +(427,323,o), +(401,195,cs), +(376,75,o), +(404,-5,o), +(515,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(498,92,o), +(501,109,o), +(516,183,cs), +(531,256,o), +(538,275,o), +(553,275,cs), +(576,275,o), +(573,258,o), +(558,184,cs), +(543,111,o), +(536,92,o), +(521,92,cs) +); +} +); +width = 694; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(125,0,l), +(734,729,l), +(691,729,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(322,360,o), +(384,456,o), +(390,602,cs), +(393,687,o), +(354,739,o), +(286,739,cs), +(194,739,o), +(131,642,o), +(125,494,cs), +(121,414,o), +(163,360,o), +(229,360,cs) +); +}, +{ +closed = 1; +nodes = ( +(185,390,o), +(158,430,o), +(161,492,cs), +(167,623,o), +(217,709,o), +(286,709,cs), +(331,709,o), +(357,671,o), +(354,604,cs), +(349,475,o), +(298,390,o), +(229,390,cs) +); +}, +{ +closed = 1; +nodes = ( +(622,-10,o), +(684,86,o), +(690,232,cs), +(693,317,o), +(654,369,o), +(586,369,cs), +(494,369,o), +(431,272,o), +(425,124,cs), +(421,44,o), +(463,-10,o), +(529,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(485,20,o), +(458,60,o), +(461,122,cs), +(467,253,o), +(517,339,o), +(586,339,cs), +(631,339,o), +(657,301,o), +(654,234,cs), +(649,105,o), +(598,20,o), +(529,20,cs) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(102,0,l), +(710,729,l), +(665,729,l), +(57,0,l) +); +}, +{ +closed = 1; +nodes = ( +(297,360,o), +(361,453,o), +(366,593,cs), +(370,673,o), +(326,729,o), +(256,729,cs), +(163,729,o), +(99,636,o), +(94,496,cs), +(90,416,o), +(134,360,o), +(204,360,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,392,o), +(127,432,o), +(130,494,cs), +(135,617,o), +(185,697,o), +(256,697,cs), +(304,697,o), +(333,657,o), +(330,595,cs), +(325,472,o), +(275,392,o), +(204,392,cs) +); +}, +{ +closed = 1; +nodes = ( +(598,-10,o), +(662,83,o), +(667,223,cs), +(671,303,o), +(627,359,o), +(557,359,cs), +(464,359,o), +(400,266,o), +(395,126,cs), +(391,46,o), +(435,-10,o), +(505,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(457,22,o), +(428,62,o), +(431,124,cs), +(436,247,o), +(486,327,o), +(557,327,cs), +(605,327,o), +(634,287,o), +(631,225,cs), +(626,102,o), +(576,22,o), +(505,22,cs) +); +} +); +width = 719; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,0,l), +(813,729,l), +(679,729,l), +(66,0,l) +); +}, +{ +closed = 1; +nodes = ( +(328,333,o), +(399,434,o), +(399,569,cs), +(399,666,o), +(348,729,o), +(256,729,cs), +(140,729,o), +(69,628,o), +(69,493,cs), +(69,396,o), +(120,333,o), +(212,333,cs) +); +}, +{ +closed = 1; +nodes = ( +(185,437,o), +(185,484,o), +(193,538,cs), +(202,590,o), +(217,625,o), +(247,625,cs), +(283,625,o), +(283,578,o), +(275,524,cs), +(266,472,o), +(251,437,o), +(221,437,cs) +); +}, +{ +closed = 1; +nodes = ( +(736,-9,o), +(807,92,o), +(807,227,cs), +(807,324,o), +(756,387,o), +(664,387,cs), +(548,387,o), +(477,286,o), +(477,151,cs), +(477,54,o), +(528,-9,o), +(620,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(593,95,o), +(593,142,o), +(601,196,cs), +(610,248,o), +(625,283,o), +(655,283,cs), +(691,283,o), +(691,236,o), +(683,182,cs), +(674,130,o), +(659,95,o), +(629,95,cs) +); +} +); +width = 840; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(186,0,l), +(873,729,l), +(829,729,l), +(142,0,l) +); +}, +{ +closed = 1; +nodes = ( +(389,333,o), +(474,434,o), +(474,571,cs), +(474,677,o), +(416,739,o), +(316,739,cs), +(200,739,o), +(115,638,o), +(115,501,cs), +(115,395,o), +(173,333,o), +(273,333,cs) +); +}, +{ +closed = 1; +nodes = ( +(193,363,o), +(149,413,o), +(149,501,cs), +(149,623,o), +(221,709,o), +(316,709,cs), +(396,709,o), +(440,659,o), +(440,571,cs), +(440,449,o), +(368,363,o), +(273,363,cs) +); +}, +{ +closed = 1; +nodes = ( +(815,-9,o), +(900,92,o), +(900,229,cs), +(900,335,o), +(842,397,o), +(742,397,cs), +(626,397,o), +(541,296,o), +(541,159,cs), +(541,53,o), +(599,-9,o), +(699,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(619,21,o), +(575,71,o), +(575,159,cs), +(575,281,o), +(647,367,o), +(742,367,cs), +(822,367,o), +(866,317,o), +(866,229,cs), +(866,107,o), +(794,21,o), +(699,21,cs) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(176,0,l), +(863,729,l), +(819,729,l), +(132,0,l) +); +}, +{ +closed = 1; +nodes = ( +(375,323,o), +(454,419,o), +(454,558,cs), +(454,665,o), +(395,729,o), +(292,729,cs), +(174,729,o), +(95,633,o), +(95,494,cs), +(95,387,o), +(154,323,o), +(257,323,cs) +); +}, +{ +closed = 1; +nodes = ( +(174,353,o), +(129,405,o), +(129,494,cs), +(129,618,o), +(195,699,o), +(294,699,cs), +(375,699,o), +(420,647,o), +(420,558,cs), +(420,434,o), +(354,353,o), +(255,353,cs) +); +}, +{ +closed = 1; +nodes = ( +(811,-9,o), +(890,87,o), +(890,226,cs), +(890,333,o), +(831,397,o), +(728,397,cs), +(610,397,o), +(531,301,o), +(531,162,cs), +(531,55,o), +(590,-9,o), +(693,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(610,21,o), +(565,73,o), +(565,162,cs), +(565,286,o), +(631,367,o), +(730,367,cs), +(811,367,o), +(856,315,o), +(856,226,cs), +(856,102,o), +(790,21,o), +(691,21,cs) +); +} +); +width = 943; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(318,0,l), +(987,729,l), +(813,729,l), +(144,0,l) +); +}, +{ +closed = 1; +nodes = ( +(426,347,o), +(517,429,o), +(517,552,cs), +(517,659,o), +(443,733,o), +(313,733,cs), +(177,733,o), +(86,651,o), +(86,528,cs), +(86,421,o), +(160,347,o), +(290,347,cs) +); +}, +{ +closed = 1; +nodes = ( +(266,470,o), +(246,488,o), +(246,526,cs), +(246,578,o), +(263,610,o), +(307,610,cs), +(337,610,o), +(357,592,o), +(357,554,cs), +(357,502,o), +(340,470,o), +(296,470,cs) +); +}, +{ +closed = 1; +nodes = ( +(947,-8,o), +(1038,74,o), +(1038,197,cs), +(1038,304,o), +(964,378,o), +(834,378,cs), +(698,378,o), +(607,296,o), +(607,173,cs), +(607,66,o), +(681,-8,o), +(811,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(787,115,o), +(767,133,o), +(767,171,cs), +(767,223,o), +(784,255,o), +(828,255,cs), +(858,255,o), +(878,237,o), +(878,199,cs), +(878,147,o), +(861,115,o), +(817,115,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(300,0,l), +(955,729,l), +(781,729,l), +(126,0,l) +); +}, +{ +closed = 1; +nodes = ( +(400,343,o), +(488,423,o), +(488,545,cs), +(488,652,o), +(414,729,o), +(283,729,cs), +(153,729,o), +(65,649,o), +(65,527,cs), +(65,420,o), +(139,343,o), +(269,343,cs) ); }, { closed = 1; nodes = ( -(259,466,o), -(240,483,o), -(240,518,cs), -(240,576,o), -(258,606,o), -(297,606,cs), -(324,606,o), -(343,589,o), -(343,554,cs), -(343,496,o), -(325,466,o), -(286,466,cs) +(244,466,o), +(225,483,o), +(225,518,cs), +(225,576,o), +(243,606,o), +(282,606,cs), +(309,606,o), +(328,589,o), +(328,554,cs), +(328,496,o), +(310,466,o), +(271,466,cs) ); }, { closed = 1; nodes = ( -(931,-8,o), -(1019,72,o), -(1019,194,cs), -(1019,301,o), -(945,378,o), -(814,378,cs), -(684,378,o), -(596,298,o), -(596,176,cs), -(596,69,o), -(670,-8,o), -(800,-8,cs) +(916,-8,o), +(1004,72,o), +(1004,194,cs), +(1004,301,o), +(930,378,o), +(799,378,cs), +(669,378,o), +(581,298,o), +(581,176,cs), +(581,69,o), +(655,-8,o), +(785,-8,cs) ); }, { closed = 1; nodes = ( -(775,115,o), -(756,132,o), -(756,167,cs), -(756,225,o), -(774,255,o), -(813,255,cs), -(840,255,o), -(859,238,o), -(859,203,cs), -(859,145,o), -(841,115,o), -(802,115,cs) +(760,115,o), +(741,132,o), +(741,167,cs), +(741,225,o), +(759,255,o), +(798,255,cs), +(825,255,o), +(844,238,o), +(844,203,cs), +(844,145,o), +(826,115,o), +(787,115,cs) ); } ); -width = 1062; +width = 1032; } ); metricRight = "=|"; diff --git a/sources/MonaSans.glyphspackage/glyphs/period.glyph b/sources/MonaSans.glyphspackage/glyphs/period.glyph index c776e6ef..a1295c11 100644 --- a/sources/MonaSans.glyphspackage/glyphs/period.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/period.glyph @@ -1,25 +1,25 @@ { glyphname = period; -kernLeft = period; -kernRight = period; +kernLeft = KO_period; +kernRight = KO_period; layers = ( { anchors = ( { name = "#entry"; -pos = (-17,0); +pos = (-9,0); }, { name = "#exit"; -pos = (213,0); +pos = (221,0); }, { name = _top; -pos = (98,164); +pos = (106,164); }, { name = top; -pos = (98,551); +pos = (106,551); } ); background = { @@ -48,22 +48,22 @@ shapes = ( { closed = 1; nodes = ( -(149,-10,o), -(189,23,o), -(189,77,cs), -(189,131,o), -(149,164,o), -(98,164,cs), -(47,164,o), -(7,131,o), -(7,77,cs), -(7,23,o), -(47,-10,o), -(98,-10,cs) +(157,-10,o), +(197,23,o), +(197,77,cs), +(197,131,o), +(157,164,o), +(106,164,cs), +(55,164,o), +(15,131,o), +(15,77,cs), +(15,23,o), +(55,-10,o), +(106,-10,cs) ); } ); -width = 196; +width = 212; }, { anchors = ( @@ -110,165 +110,165 @@ width = 124; anchors = ( { name = "#entry"; -pos = (-8,0); +pos = (-9,0); }, { name = "#exit"; -pos = (178,0); +pos = (150,0); }, { name = _top; -pos = (85,51); +pos = (71,51); }, { name = top; -pos = (85,524); +pos = (71,524); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(102,-7,o), -(115,5,o), -(115,22,cs), -(115,39,o), -(102,51,o), -(85,51,cs), -(68,51,o), -(55,39,o), -(55,22,cs), -(55,5,o), -(68,-7,o), -(85,-7,cs) +(88,-7,o), +(101,5,o), +(101,22,cs), +(101,39,o), +(88,51,o), +(71,51,cs), +(54,51,o), +(41,39,o), +(41,22,cs), +(41,5,o), +(54,-7,o), +(71,-7,cs) ); } ); -width = 170; +width = 142; }, { anchors = ( { name = "#entry"; -pos = (-23,0); +pos = (-13,0); }, { name = "#exit"; -pos = (255,0); +pos = (287,0); }, { name = _top; -pos = (116,168); +pos = (137,175); }, { name = top; -pos = (116,552); +pos = (137,554); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(172,-8,o), -(210,27,o), -(210,80,cs), -(210,133,o), -(172,168,o), -(116,168,cs), -(60,168,o), -(22,133,o), -(22,80,cs), -(22,27,o), -(60,-8,o), -(116,-8,cs) +(221,-10,o), +(255,29,o), +(255,83,cs), +(255,136,o), +(221,175,o), +(137,175,cs), +(53,175,o), +(19,136,o), +(19,83,cs), +(19,29,o), +(53,-10,o), +(137,-10,cs) ); } ); -width = 232; +width = 274; }, { anchors = ( { name = "#entry"; -pos = (-9,0); +pos = (10,0); }, { name = "#exit"; -pos = (150,0); +pos = (192,0); }, { name = _top; -pos = (71,51); +pos = (101,63); }, { name = top; -pos = (71,524); +pos = (101,524); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(88,-7,o), -(101,5,o), -(101,22,cs), -(101,39,o), -(88,51,o), -(71,51,cs), -(54,51,o), -(41,39,o), -(41,22,cs), -(41,5,o), -(54,-7,o), -(71,-7,cs) +(121,-7,o), +(137,7,o), +(137,28,cs), +(137,48,o), +(121,63,o), +(101,63,cs), +(81,63,o), +(65,48,o), +(65,28,cs), +(65,7,o), +(81,-7,o), +(101,-7,cs) ); } ); -width = 142; +width = 201; }, { anchors = ( { name = "#entry"; -pos = (-19,0); +pos = (0,1); }, { name = "#exit"; -pos = (281,0); +pos = (288,1); }, { name = _top; -pos = (131,175); +pos = (144,196); }, { name = top; -pos = (131,554); +pos = (144,552); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(215,-10,o), -(249,29,o), -(249,83,cs), -(249,136,o), -(215,175,o), -(131,175,cs), -(47,175,o), -(13,136,o), -(13,83,cs), -(13,29,o), -(47,-10,o), -(131,-10,cs) +(208,-8,o), +(249,33,o), +(249,94,cs), +(249,155,o), +(208,196,o), +(144,196,cs), +(80,196,o), +(39,155,o), +(39,94,cs), +(39,33,o), +(80,-8,o), +(144,-8,cs) ); } ); -width = 262; +width = 288; }, { anchors = ( @@ -294,17 +294,17 @@ shapes = ( { closed = 1; nodes = ( -(26,-6,o), -(36,3,o), -(36,18,cs), -(36,33,o), -(26,42,o), +(27,-6,o), +(37,3,o), +(37,18,cs), +(37,33,o), +(27,42,o), (12,42,cs), -(-1,42,o), -(-12,33,o), -(-12,18,cs), -(-12,3,o), -(-1,-6,o), +(-2,42,o), +(-13,33,o), +(-13,18,cs), +(-13,3,o), +(-2,-6,o), (12,-6,cs) ); } @@ -315,19 +315,19 @@ width = 123; anchors = ( { name = "#entry"; -pos = (-73,0); +pos = (-65,0); }, { name = "#exit"; -pos = (172,0); +pos = (180,0); }, { name = _top; -pos = (81,164); +pos = (89,164); }, { name = top; -pos = (162,551); +pos = (170,551); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -335,22 +335,22 @@ shapes = ( { closed = 1; nodes = ( -(121,-10,o), -(163,27,o), -(163,82,cs), -(163,131,o), -(130,164,o), -(73,164,cs), -(10,164,o), -(-32,127,o), -(-32,72,cs), -(-32,23,o), -(1,-10,o), -(58,-10,cs) +(129,-10,o), +(171,27,o), +(171,82,cs), +(171,131,o), +(138,164,o), +(81,164,cs), +(18,164,o), +(-24,127,o), +(-24,72,cs), +(-24,23,o), +(9,-10,o), +(66,-10,cs) ); } ); -width = 211; +width = 227; }, { anchors = ( @@ -364,7 +364,7 @@ pos = (126,0); }, { name = _top; -pos = (40,51); +pos = (41,63); }, { name = top; @@ -376,17 +376,17 @@ shapes = ( { closed = 1; nodes = ( -(53,-7,o), -(66,4,o), -(66,23,cs), -(66,40,o), -(54,51,o), -(37,51,cs), -(19,51,o), -(6,40,o), -(6,21,cs), -(6,4,o), -(18,-7,o), +(57,-7,o), +(72,8,o), +(72,29,cs), +(72,49,o), +(58,63,o), +(37,63,cs), +(15,63,o), +(0,48,o), +(0,27,cs), +(0,7,o), +(14,-7,o), (35,-7,cs) ); } @@ -405,7 +405,7 @@ pos = (172,0); }, { name = _top; -pos = (97,167); +pos = (97,196); }, { name = top; @@ -417,17 +417,17 @@ shapes = ( { closed = 1; nodes = ( -(136,-8,o), -(180,29,o), -(180,87,cs), -(180,135,o), -(144,167,o), -(90,167,cs), -(26,167,o), -(-18,130,o), -(-18,72,cs), -(-18,24,o), -(18,-8,o), +(138,-8,o), +(183,35,o), +(183,103,cs), +(183,159,o), +(146,196,o), +(90,196,cs), +(24,196,o), +(-21,153,o), +(-21,85,cs), +(-21,29,o), +(16,-8,o), (72,-8,cs) ); } @@ -479,19 +479,19 @@ width = 144; anchors = ( { name = "#entry"; -pos = (-77,0); +pos = (-71,0); }, { name = "#exit"; -pos = (229,0); +pos = (235,0); }, { name = _top; -pos = (110,175); +pos = (116,175); }, { name = top; -pos = (188,554); +pos = (194,554); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -499,22 +499,535 @@ shapes = ( { closed = 1; nodes = ( -(167,-10,o), -(213,26,o), -(213,90,cs), -(213,141,o), -(172,175,o), -(100,175,cs), -(19,175,o), -(-27,139,o), -(-27,75,cs), -(-27,24,o), -(14,-10,o), -(86,-10,cs) -); -} -); -width = 264; +(173,-10,o), +(219,26,o), +(219,90,cs), +(219,141,o), +(178,175,o), +(106,175,cs), +(25,175,o), +(-21,139,o), +(-21,75,cs), +(-21,24,o), +(20,-10,o), +(92,-10,cs) +); +} +); +width = 276; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-35,0); +}, +{ +name = "#exit"; +pos = (115,0); +}, +{ +name = _top; +pos = (40,48); +}, +{ +name = top; +pos = (40,522); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(56,-6,o), +(67,5,o), +(67,21,cs), +(67,37,o), +(56,48,o), +(40,48,cs), +(24,48,o), +(13,37,o), +(13,21,cs), +(13,5,o), +(24,-6,o), +(40,-6,cs) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-16,0); +}, +{ +name = "#exit"; +pos = (214,0); +}, +{ +name = _top; +pos = (99,182); +}, +{ +name = top; +pos = (99,551); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(159,-10,o), +(200,22,o), +(200,77,cs), +(200,132,o), +(159,164,o), +(104,164,cs), +(49,164,o), +(8,132,o), +(8,77,cs), +(8,22,o), +(49,-10,o), +(104,-10,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(154,-10,o), +(195,31,o), +(195,86,cs), +(195,141,o), +(154,182,o), +(99,182,cs), +(44,182,o), +(3,141,o), +(3,86,cs), +(3,31,o), +(44,-10,o), +(99,-10,cs) +); +} +); +width = 198; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-28,0); +}, +{ +name = "#exit"; +pos = (158,0); +}, +{ +name = _top; +pos = (65,61); +}, +{ +name = top; +pos = (65,524); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(85,-7,o), +(99,7,o), +(99,27,cs), +(99,47,o), +(85,61,o), +(65,61,cs), +(45,61,o), +(31,47,o), +(31,27,cs), +(31,7,o), +(45,-7,o), +(65,-7,cs) +); +} +); +width = 130; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-29,0); +}, +{ +name = "#exit"; +pos = (249,0); +}, +{ +name = _top; +pos = (110,202); +}, +{ +name = top; +pos = (110,552); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,-8,o), +(215,34,o), +(215,97,cs), +(215,160,o), +(172,202,o), +(110,202,cs), +(48,202,o), +(5,160,o), +(5,97,cs), +(5,34,o), +(48,-8,o), +(110,-8,cs) +); +} +); +width = 220; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-19,0); +}, +{ +name = "#exit"; +pos = (140,0); +}, +{ +name = _top; +pos = (61,61); +}, +{ +name = top; +pos = (61,524); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(80,-7,o), +(95,8,o), +(95,27,cs), +(95,46,o), +(80,61,o), +(61,61,cs), +(42,61,o), +(27,46,o), +(27,27,cs), +(27,8,o), +(42,-7,o), +(61,-7,cs) +); +} +); +width = 122; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-12,0); +}, +{ +name = "#exit"; +pos = (300,0); +}, +{ +name = _top; +pos = (144,206); +}, +{ +name = top; +pos = (144,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(223,-10,o), +(276,35,o), +(276,99,cs), +(276,162,o), +(223,206,o), +(144,206,cs), +(65,206,o), +(11,162,o), +(11,99,cs), +(11,35,o), +(65,-10,o), +(144,-10,cs) +); +} +); +width = 288; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-89,0); +}, +{ +name = "#exit"; +pos = (60,0); +}, +{ +name = _top; +pos = (-8,48); +}, +{ +name = top; +pos = (92,522); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(4,-6,o), +(16,6,o), +(16,21,cs), +(16,36,o), +(4,48,o), +(-11,48,cs), +(-26,48,o), +(-38,36,o), +(-38,21,cs), +(-38,6,o), +(-26,-6,o), +(-11,-6,cs) +); +} +); +width = 77; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-75,0); +}, +{ +name = "#exit"; +pos = (170,0); +}, +{ +name = _top; +pos = (79,182); +}, +{ +name = top; +pos = (160,551); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(119,-10,o), +(161,31,o), +(161,92,cs), +(161,146,o), +(128,182,o), +(71,182,cs), +(8,182,o), +(-34,141,o), +(-34,80,cs), +(-34,26,o), +(-1,-10,o), +(56,-10,cs) +); +} +); +width = 204; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-86,0); +}, +{ +name = "#exit"; +pos = (102,0); +}, +{ +name = _top; +pos = (17,61); +}, +{ +name = top; +pos = (114,524); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,-7,o), +(46,7,o), +(46,28,cs), +(46,47,o), +(32,61,o), +(13,61,cs), +(-8,61,o), +(-22,47,o), +(-22,26,cs), +(-22,7,o), +(-8,-7,o), +(11,-7,cs) +); +} +); +width = 122; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-89,0); +}, +{ +name = "#exit"; +pos = (163,0); +}, +{ +name = _top; +pos = (89,202); +}, +{ +name = top; +pos = (168,552); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,-8,o), +(177,39,o), +(177,106,cs), +(177,162,o), +(138,202,o), +(82,202,cs), +(14,202,o), +(-33,155,o), +(-33,88,cs), +(-33,32,o), +(6,-8,o), +(62,-8,cs) +); +} +); +width = 224; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-72,0); +}, +{ +name = "#exit"; +pos = (89,0); +}, +{ +name = _top; +pos = (18,59); +}, +{ +name = top; +pos = (115,524); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,-7,o), +(47,5,o), +(47,27,cs), +(47,46,o), +(33,59,o), +(14,59,cs), +(-6,59,o), +(-21,46,o), +(-21,25,cs), +(-21,5,o), +(-7,-7,o), +(12,-7,cs) +); +} +); +width = 124; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-72,0); +}, +{ +name = "#exit"; +pos = (234,0); +}, +{ +name = _top; +pos = (116,190); +}, +{ +name = top; +pos = (193,554); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,-10,o), +(228,32,o), +(228,98,cs), +(228,155,o), +(181,190,o), +(106,190,cs), +(21,190,o), +(-32,148,o), +(-32,82,cs), +(-32,25,o), +(15,-10,o), +(90,-10,cs) +); +} +); +width = 274; } ); unicode = 46; diff --git a/sources/MonaSans.glyphspackage/glyphs/period.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/period.ss01.glyph index 094481ce..af1e4ba6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/period.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/period.ss01.glyph @@ -1,25 +1,25 @@ { glyphname = period.ss01; -kernLeft = period.ss01; -kernRight = period.ss01; +kernLeft = KO_period.ss01; +kernRight = KO_period.ss01; layers = ( { anchors = ( { name = "#entry"; -pos = (-5,0); +pos = (3,0); }, { name = "#exit"; -pos = (225,0); +pos = (233,0); }, { name = _top; -pos = (104,174); +pos = (112,174); }, { name = top; -pos = (104,541); +pos = (112,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -27,14 +27,14 @@ shapes = ( { closed = 1; nodes = ( -(188,0,l), -(188,174,l), -(19,174,l), -(19,0,l) +(196,0,l), +(196,174,l), +(27,174,l), +(27,0,l) ); } ); -width = 207; +width = 223; }, { anchors = ( @@ -48,7 +48,7 @@ pos = (142,0); }, { name = _top; -pos = (61,54); +pos = (61,50); }, { name = top; @@ -60,10 +60,10 @@ shapes = ( { closed = 1; nodes = ( -(80,0,l), -(80,54,l), -(42,54,l), -(42,0,l) +(83,0,l), +(83,50,l), +(39,50,l), +(39,0,l) ); } ); @@ -73,139 +73,137 @@ width = 122; anchors = ( { name = "#entry"; -pos = (-3,0); +pos = (-4,0); }, { name = "#exit"; -pos = (183,0); +pos = (155,0); }, { name = _top; -pos = (83,61); +pos = (69,61); }, { name = top; -pos = (83,517); +pos = (69,517); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(105,0,l), -(105,61,l), -(60,61,l), -(60,0,l) +(91,0,l), +(91,61,l), +(46,61,l), +(46,0,l) ); } ); -width = 165; +width = 137; }, { anchors = ( { name = "#entry"; -pos = (-7,0); +pos = (4,0); }, { name = "#exit"; -pos = (271,0); +pos = (304,0); }, { name = _top; -pos = (128,164); +pos = (143,174); }, { name = top; -pos = (128,544); +pos = (143,544); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(217,0,l), -(217,164,l), -(38,164,l), -(38,0,l) +(254,0,l), +(254,174,l), +(31,174,l), +(31,0,l) ); } ); -width = 255; +width = 285; }, { anchors = ( { name = "#entry"; -pos = (-4,0); }, { name = "#exit"; -pos = (155,0); +pos = (182,0); }, { name = _top; -pos = (69,61); +pos = (84,61); }, { name = top; -pos = (69,517); +pos = (84,517); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(91,0,l), -(91,61,l), -(46,61,l), -(46,0,l) +(106,0,l), +(106,61,l), +(61,61,l), +(61,0,l) ); } ); -width = 137; +width = 166; }, { anchors = ( { name = "#entry"; -pos = (-2,0); }, { name = "#exit"; -pos = (298,0); +pos = (257,0); }, { name = _top; -pos = (137,164); +pos = (126,174); }, { name = top; -pos = (137,544); +pos = (126,544); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(243,0,l), -(243,164,l), -(30,164,l), -(30,0,l) +(223,0,l), +(223,174,l), +(27,174,l), +(27,0,l) ); } ); -width = 273; +width = 248; }, { anchors = ( { name = "#entry"; -pos = (-8,0); +pos = (-11,0); }, { name = "#exit"; @@ -213,7 +211,7 @@ pos = (140,0); }, { name = _top; -pos = (20,54); +pos = (19,52); }, { name = top; @@ -225,10 +223,10 @@ shapes = ( { closed = 1; nodes = ( -(27,0,l), -(39,54,l), -(1,54,l), -(-11,0,l) +(30,0,l), +(41,52,l), +(-3,52,l), +(-14,0,l) ); } ); @@ -238,19 +236,19 @@ width = 122; anchors = ( { name = "#entry"; -pos = (-5,0); +pos = (3,0); }, { name = "#exit"; -pos = (240,0); +pos = (248,0); }, { name = _top; -pos = (83,174); +pos = (91,174); }, { name = top; -pos = (159,541); +pos = (167,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -258,14 +256,14 @@ shapes = ( { closed = 1; nodes = ( -(131,0,l), -(166,174,l), -(-1,174,l), -(-37,0,l) +(139,0,l), +(174,174,l), +(7,174,l), +(-29,0,l) ); } ); -width = 205; +width = 221; }, { anchors = ( @@ -291,10 +289,10 @@ shapes = ( { closed = 1; nodes = ( -(51,0,l), -(63,61,l), -(18,61,l), -(6,0,l) +(53,0,l), +(65,61,l), +(16,61,l), +(4,0,l) ); } ); @@ -312,7 +310,7 @@ pos = (245,0); }, { name = _top; -pos = (105,164); +pos = (106,174); }, { name = top; @@ -324,10 +322,10 @@ shapes = ( { closed = 1; nodes = ( -(159,0,l), -(193,164,l), -(16,164,l), -(-18,0,l) +(162,0,l), +(198,174,l), +(13,174,l), +(-23,0,l) ); } ); @@ -337,19 +335,19 @@ width = 253; anchors = ( { name = "#entry"; -pos = (-6,0); +pos = (-13,0); }, { name = "#exit"; -pos = (153,0); +pos = (150,0); }, { name = _top; -pos = (28,61); +pos = (26,60); }, { name = top; -pos = (122,517); +pos = (119,517); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -357,32 +355,32 @@ shapes = ( { closed = 1; nodes = ( -(38,0,l), -(50,61,l), -(5,61,l), -(-7,0,l) +(37,0,l), +(51,60,l), +(0,60,l), +(-14,0,l) ); } ); -width = 138; +width = 132; }, { anchors = ( { name = "#entry"; -pos = (-2,0); +pos = (-6,0); }, { name = "#exit"; -pos = (304,0); +pos = (310,0); }, { name = _top; -pos = (114,164); +pos = (124,175); }, { name = top; -pos = (192,544); +pos = (198,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -390,14 +388,410 @@ shapes = ( { closed = 1; nodes = ( -(185,0,l), -(219,164,l), -(8,164,l), -(-26,0,l) +(197,0,l), +(235,175,l), +(13,175,l), +(-25,0,l) +); +} +); +width = 283; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-28,0); +}, +{ +name = "#exit"; +pos = (122,0); +}, +{ +name = _top; +pos = (41,55); +}, +{ +name = top; +pos = (41,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(64,0,l), +(64,55,l), +(18,55,l), +(18,0,l) +); +} +); +width = 82; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-13,0); +}, +{ +name = "#exit"; +pos = (217,0); +}, +{ +name = _top; +pos = (96,175); +}, +{ +name = top; +pos = (96,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(186,0,l), +(186,175,l), +(6,175,l), +(6,0,l) +); +} +); +width = 192; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-23,0); +}, +{ +name = "#exit"; +pos = (163,0); +}, +{ +name = _top; +pos = (63,65); +}, +{ +name = top; +pos = (63,517); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(90,0,l), +(90,65,l), +(35,65,l), +(35,0,l) +); +} +); +width = 125; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-28,0); +}, +{ +name = "#exit"; +pos = (250,0); +}, +{ +name = _top; +pos = (107,175); +}, +{ +name = top; +pos = (107,544); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,0,l), +(207,175,l), +(7,175,l), +(7,0,l) +); +} +); +width = 213; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-14,0); +}, +{ +name = "#exit"; +pos = (145,0); +}, +{ +name = _top; +pos = (59,60); +}, +{ +name = top; +pos = (59,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(88,0,l), +(88,60,l), +(28,60,l), +(28,0,l) +); +} +); +width = 117; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-12,0); +}, +{ +name = "#exit"; +pos = (288,0); +}, +{ +name = _top; +pos = (127,175); +}, +{ +name = top; +pos = (127,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(238,0,l), +(238,175,l), +(16,175,l), +(16,0,l) +); +} +); +width = 253; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-31,0); +}, +{ +name = "#exit"; +pos = (117,0); +}, +{ +name = _top; +pos = (-3,54); +}, +{ +name = top; +pos = (93,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(4,0,l), +(16,54,l), +(-22,54,l), +(-34,0,l) +); +} +); +width = 76; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-16,0); +}, +{ +name = "#exit"; +pos = (229,0); +}, +{ +name = _top; +pos = (78,175); +}, +{ +name = top; +pos = (154,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(133,0,l), +(168,175,l), +(-12,175,l), +(-48,0,l) +); +} +); +width = 196; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-22,0); +}, +{ +name = "#exit"; +pos = (180,0); +}, +{ +name = _top; +pos = (20,64); +}, +{ +name = top; +pos = (112,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(33,0,l), +(47,64,l), +(-8,64,l), +(-22,0,l) +); +} +); +width = 120; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-41,0); +}, +{ +name = "#exit"; +pos = (221,0); +}, +{ +name = _top; +pos = (82,175); +}, +{ +name = top; +pos = (159,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(144,0,l), +(180,175,l), +(-17,175,l), +(-53,0,l) +); +} +); +width = 205; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-16,0); +}, +{ +name = "#exit"; +pos = (143,0); +}, +{ +name = _top; +pos = (25,63); +}, +{ +name = top; +pos = (112,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(53,63,l), +(-6,63,l), +(-19,0,l) +); +} +); +width = 127; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-22,0); +}, +{ +name = "#exit"; +pos = (289,0); +}, +{ +name = _top; +pos = (99,175); +}, +{ +name = top; +pos = (177,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,0,l), +(212,175,l), +(-9,175,l), +(-46,0,l) ); } ); -width = 271; +width = 241; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/periodcentered.glyph b/sources/MonaSans.glyphspackage/glyphs/periodcentered.glyph index 7f71b89d..8de44b5d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/periodcentered.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/periodcentered.glyph @@ -28,22 +28,22 @@ shapes = ( { closed = 1; nodes = ( -(162,181,o), -(201,222,o), -(201,277,cs), -(201,332,o), -(162,373,o), -(104,373,cs), -(48,373,o), -(7,332,o), -(7,277,cs), -(7,222,o), -(48,181,o), -(104,181,cs) +(170,181,o), +(209,222,o), +(209,277,cs), +(209,332,o), +(170,373,o), +(112,373,cs), +(56,373,o), +(15,332,o), +(15,277,cs), +(15,222,o), +(56,181,o), +(112,181,cs) ); } ); -width = 208; +width = 224; }, { background = { @@ -95,94 +95,6 @@ shapes = ( { closed = 1; nodes = ( -(143,206,o), -(170,236,o), -(170,277,cs), -(170,318,o), -(143,348,o), -(98,348,cs), -(55,348,o), -(25,318,o), -(25,277,cs), -(25,236,o), -(55,206,o), -(98,206,cs) -); -} -); -}; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(126,232,o), -(143,251,o), -(143,277,cs), -(143,303,o), -(126,322,o), -(98,322,cs), -(71,322,o), -(52,303,o), -(52,277,cs), -(52,251,o), -(71,232,o), -(98,232,cs) -); -} -); -width = 195; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(175,181,o), -(214,222,o), -(214,277,cs), -(214,332,o), -(175,373,o), -(117,373,cs), -(61,373,o), -(20,332,o), -(20,277,cs), -(20,222,o), -(61,181,o), -(117,181,cs) -); -} -); -}; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(175,181,o), -(214,222,o), -(214,277,cs), -(214,332,o), -(175,373,o), -(117,373,cs), -(61,373,o), -(20,332,o), -(20,277,cs), -(20,222,o), -(61,181,o), -(117,181,cs) -); -} -); -width = 234; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( (151,206,o), (178,236,o), (178,277,cs), @@ -248,18 +160,106 @@ shapes = ( { closed = 1; nodes = ( -(169,179,o), -(209,221,o), -(209,277,cs), -(209,333,o), -(169,375,o), -(111,375,cs), -(54,375,o), -(12,333,o), -(12,277,cs), -(12,221,o), -(54,179,o), -(111,179,cs) +(175,179,o), +(215,221,o), +(215,277,cs), +(215,333,o), +(175,375,o), +(117,375,cs), +(60,375,o), +(18,333,o), +(18,277,cs), +(18,221,o), +(60,179,o), +(117,179,cs) +); +} +); +width = 233; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(143,206,o), +(170,236,o), +(170,277,cs), +(170,318,o), +(143,348,o), +(98,348,cs), +(55,348,o), +(25,318,o), +(25,277,cs), +(25,236,o), +(55,206,o), +(98,206,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(127,232,o), +(144,251,o), +(144,277,cs), +(144,303,o), +(127,322,o), +(99,322,cs), +(72,322,o), +(53,303,o), +(53,277,cs), +(53,251,o), +(72,232,o), +(99,232,cs) +); +} +); +width = 196; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(175,181,o), +(214,222,o), +(214,277,cs), +(214,332,o), +(175,373,o), +(117,373,cs), +(61,373,o), +(20,332,o), +(20,277,cs), +(20,222,o), +(61,181,o), +(117,181,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(165,181,o), +(203,222,o), +(203,277,cs), +(203,332,o), +(165,373,o), +(111,373,cs), +(58,373,o), +(19,332,o), +(19,277,cs), +(19,222,o), +(58,181,o), +(111,181,cs) ); } ); @@ -336,22 +336,22 @@ shapes = ( { closed = 1; nodes = ( -(162,181,o), -(202,224,o), -(202,281,cs), -(202,334,o), -(166,373,o), -(110,373,cs), -(53,373,o), -(10,330,o), -(10,273,cs), -(10,220,o), -(49,181,o), -(103,181,cs) +(170,181,o), +(210,224,o), +(210,281,cs), +(210,334,o), +(174,373,o), +(118,373,cs), +(61,373,o), +(18,330,o), +(18,273,cs), +(18,220,o), +(57,181,o), +(111,181,cs) ); } ); -width = 209; +width = 225; }, { background = { @@ -512,22 +512,550 @@ shapes = ( { closed = 1; nodes = ( -(157,179,o), -(210,233,o), -(210,297,cs), -(210,343,o), -(178,375,o), -(129,375,cs), -(65,375,o), -(11,321,o), -(11,257,cs), -(11,212,o), -(44,179,o), -(92,179,cs) +(163,179,o), +(216,233,o), +(216,297,cs), +(216,343,o), +(184,375,o), +(135,375,cs), +(71,375,o), +(17,321,o), +(17,257,cs), +(17,212,o), +(50,179,o), +(98,179,cs) +); +} +); +width = 231; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(95,241,o), +(110,256,o), +(110,277,cs), +(110,298,o), +(95,313,o), +(73,313,cs), +(50,313,o), +(35,298,o), +(35,277,cs), +(35,256,o), +(50,241,o), +(73,241,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(75,241,o), +(90,256,o), +(90,277,cs), +(90,298,o), +(75,313,o), +(53,313,cs), +(30,313,o), +(15,298,o), +(15,277,cs), +(15,256,o), +(30,241,o), +(53,241,cs) +); +} +); +width = 105; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(162,181,o), +(201,222,o), +(201,277,cs), +(201,332,o), +(162,373,o), +(104,373,cs), +(48,373,o), +(7,332,o), +(7,277,cs), +(7,222,o), +(48,181,o), +(104,181,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,181,o), +(196,222,o), +(196,277,cs), +(196,332,o), +(157,373,o), +(99,373,cs), +(43,373,o), +(2,332,o), +(2,277,cs), +(2,222,o), +(43,181,o), +(99,181,cs) +); +} +); +width = 198; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(143,206,o), +(170,236,o), +(170,277,cs), +(170,318,o), +(143,348,o), +(98,348,cs), +(55,348,o), +(25,318,o), +(25,277,cs), +(25,236,o), +(55,206,o), +(98,206,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(106,232,o), +(123,251,o), +(123,277,cs), +(123,303,o), +(106,322,o), +(78,322,cs), +(51,322,o), +(32,303,o), +(32,277,cs), +(32,251,o), +(51,232,o), +(78,232,cs) +); +} +); +width = 155; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(175,181,o), +(214,222,o), +(214,277,cs), +(214,332,o), +(175,373,o), +(117,373,cs), +(61,373,o), +(20,332,o), +(20,277,cs), +(20,222,o), +(61,181,o), +(117,181,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,181,o), +(197,222,o), +(197,277,cs), +(197,332,o), +(158,373,o), +(100,373,cs), +(44,373,o), +(3,332,o), +(3,277,cs), +(3,222,o), +(44,181,o), +(100,181,cs) +); +} +); +width = 200; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(151,206,o), +(178,236,o), +(178,277,cs), +(178,318,o), +(151,348,o), +(106,348,cs), +(63,348,o), +(33,318,o), +(33,277,cs), +(33,236,o), +(63,206,o), +(106,206,cs) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(141,206,o), +(168,236,o), +(168,277,cs), +(168,318,o), +(141,348,o), +(96,348,cs), +(53,348,o), +(23,318,o), +(23,277,cs), +(23,236,o), +(53,206,o), +(96,206,cs) +); +} +); +width = 192; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(169,179,o), +(209,221,o), +(209,277,cs), +(209,333,o), +(169,375,o), +(111,375,cs), +(54,375,o), +(12,333,o), +(12,277,cs), +(12,221,o), +(54,179,o), +(111,179,cs) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(159,179,o), +(199,221,o), +(199,277,cs), +(199,333,o), +(159,375,o), +(101,375,cs), +(44,375,o), +(2,333,o), +(2,277,cs), +(2,221,o), +(44,179,o), +(101,179,cs) +); +} +); +width = 201; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(154,206,o), +(182,237,o), +(182,279,cs), +(182,319,o), +(157,348,o), +(113,348,cs), +(69,348,o), +(38,317,o), +(38,275,cs), +(38,235,o), +(66,206,o), +(108,206,cs) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(77,241,o), +(92,256,o), +(92,277,cs), +(92,298,o), +(77,313,o), +(55,313,cs), +(32,313,o), +(17,298,o), +(17,277,cs), +(17,256,o), +(32,241,o), +(55,241,cs) +); +} +); +width = 101; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(162,181,o), +(202,224,o), +(202,281,cs), +(202,334,o), +(166,373,o), +(110,373,cs), +(53,373,o), +(10,330,o), +(10,273,cs), +(10,220,o), +(49,181,o), +(103,181,cs) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(151,181,o), +(191,224,o), +(191,281,cs), +(191,334,o), +(155,373,o), +(99,373,cs), +(42,373,o), +(-1,330,o), +(-1,273,cs), +(-1,220,o), +(38,181,o), +(92,181,cs) +); +} +); +width = 187; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(149,206,o), +(177,237,o), +(177,279,cs), +(177,319,o), +(151,348,o), +(108,348,cs), +(64,348,o), +(33,317,o), +(33,275,cs), +(33,235,o), +(61,206,o), +(103,206,cs) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(106,232,o), +(123,251,o), +(123,277,cs), +(123,303,o), +(106,322,o), +(78,322,cs), +(51,322,o), +(32,303,o), +(32,277,cs), +(32,251,o), +(51,232,o), +(78,232,cs) +); +} +); +width = 147; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(174,181,o), +(214,224,o), +(214,281,cs), +(214,334,o), +(178,373,o), +(122,373,cs), +(65,373,o), +(22,330,o), +(22,273,cs), +(22,220,o), +(61,181,o), +(115,181,cs) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,181,o), +(185,224,o), +(185,281,cs), +(185,334,o), +(149,373,o), +(93,373,cs), +(36,373,o), +(-7,330,o), +(-7,273,cs), +(-7,220,o), +(32,181,o), +(86,181,cs) +); +} +); +width = 177; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(143,206,o), +(181,243,o), +(181,292,cs), +(181,325,o), +(160,348,o), +(122,348,cs), +(74,348,o), +(35,308,o), +(35,261,cs), +(35,229,o), +(59,206,o), +(96,206,cs) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(133,206,o), +(171,243,o), +(171,292,cs), +(171,325,o), +(150,348,o), +(112,348,cs), +(64,348,o), +(25,308,o), +(25,261,cs), +(25,229,o), +(49,206,o), +(86,206,cs) +); +} +); +width = 190; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(157,179,o), +(210,233,o), +(210,297,cs), +(210,343,o), +(178,375,o), +(129,375,cs), +(65,375,o), +(11,321,o), +(11,257,cs), +(11,212,o), +(44,179,o), +(92,179,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(142,179,o), +(195,233,o), +(195,297,cs), +(195,343,o), +(163,375,o), +(114,375,cs), +(50,375,o), +(-4,321,o), +(-4,257,cs), +(-4,212,o), +(29,179,o), +(77,179,cs) ); } ); -width = 219; +width = 189; } ); unicode = 183; diff --git a/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.glyph b/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.glyph index 88c8510d..5f3a1f7e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.glyph @@ -30,110 +30,110 @@ shapes = ( { closed = 1; nodes = ( -(21,301,o), -(56,338,o), -(56,388,cs), -(56,437,o), -(21,474,o), -(-32,474,cs), -(-82,474,o), -(-119,437,o), -(-119,388,cs), -(-119,338,o), -(-82,301,o), -(-32,301,cs) +(29,301,o), +(64,338,o), +(64,388,cs), +(64,437,o), +(29,474,o), +(-24,474,cs), +(-74,474,o), +(-111,437,o), +(-111,388,cs), +(-111,338,o), +(-74,301,o), +(-24,301,cs) ); } ); -width = 50; +width = 66; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(-127,336,o), -(-112,353,o), -(-112,377,cs), -(-112,401,o), -(-127,418,o), -(-153,418,cs), -(-178,418,o), -(-195,401,o), -(-195,377,cs), -(-195,353,o), -(-178,336,o), -(-153,336,cs) +(-183,336,o), +(-168,353,o), +(-168,377,cs), +(-168,401,o), +(-183,418,o), +(-209,418,cs), +(-234,418,o), +(-251,401,o), +(-251,377,cs), +(-251,353,o), +(-234,336,o), +(-209,336,cs) ); } ); width = 0; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(-63,292,o), -(-24,333,o), -(-24,388,cs), -(-24,443,o), -(-63,484,o), -(-121,484,cs), -(-177,484,o), -(-218,443,o), -(-218,388,cs), -(-218,333,o), -(-177,292,o), -(-121,292,cs) +(-78,289,o), +(-38,331,o), +(-38,387,cs), +(-38,443,o), +(-78,485,o), +(-136,485,cs), +(-193,485,o), +(-235,443,o), +(-235,387,cs), +(-235,331,o), +(-193,289,o), +(-136,289,cs) ); } ); -width = 0; +width = 12; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(-183,336,o), -(-168,353,o), -(-168,377,cs), -(-168,401,o), -(-183,418,o), -(-209,418,cs), -(-234,418,o), -(-251,401,o), -(-251,377,cs), -(-251,353,o), -(-234,336,o), -(-209,336,cs) +(-122,336,o), +(-107,353,o), +(-107,377,cs), +(-107,401,o), +(-122,418,o), +(-146,418,cs), +(-171,418,o), +(-188,401,o), +(-188,377,cs), +(-188,353,o), +(-171,336,o), +(-146,336,cs) ); } ); -width = 0; +width = 5; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(-84,289,o), -(-44,331,o), -(-44,387,cs), -(-44,443,o), -(-84,485,o), -(-142,485,cs), -(-199,485,o), -(-241,443,o), -(-241,387,cs), -(-241,331,o), -(-199,289,o), -(-142,289,cs) +(-72,292,o), +(-35,333,o), +(-35,388,cs), +(-35,443,o), +(-72,484,o), +(-126,484,cs), +(-178,484,o), +(-217,443,o), +(-217,388,cs), +(-217,333,o), +(-178,292,o), +(-126,292,cs) ); } ); @@ -168,22 +168,22 @@ shapes = ( { closed = 1; nodes = ( -(52,301,o), -(87,338,o), -(87,388,cs), -(87,437,o), -(52,474,o), -(-1,474,cs), -(-51,474,o), -(-88,437,o), -(-88,388,cs), -(-88,338,o), -(-51,301,o), -(-1,301,cs) +(60,301,o), +(95,338,o), +(95,388,cs), +(95,437,o), +(60,474,o), +(7,474,cs), +(-43,474,o), +(-80,437,o), +(-80,388,cs), +(-80,338,o), +(-43,301,o), +(7,301,cs) ); } ); -width = 63; +width = 79; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -260,18 +260,294 @@ shapes = ( { closed = 1; nodes = ( -(-58,289,o), -(-18,331,o), -(-18,387,cs), -(-18,443,o), -(-58,485,o), -(-116,485,cs), -(-173,485,o), -(-215,443,o), -(-215,387,cs), -(-215,331,o), -(-173,289,o), -(-116,289,cs) +(-52,289,o), +(-12,331,o), +(-12,387,cs), +(-12,443,o), +(-52,485,o), +(-110,485,cs), +(-167,485,o), +(-209,443,o), +(-209,387,cs), +(-209,331,o), +(-167,289,o), +(-110,289,cs) +); +} +); +width = 12; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(-41,351,o), +(-27,365,o), +(-27,385,cs), +(-27,405,o), +(-41,419,o), +(-62,419,cs), +(-84,419,o), +(-98,405,o), +(-98,385,cs), +(-98,365,o), +(-84,351,o), +(-62,351,cs) +); +} +); +width = 12; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(16,301,o), +(51,338,o), +(51,388,cs), +(51,437,o), +(16,474,o), +(-37,474,cs), +(-87,474,o), +(-124,437,o), +(-124,388,cs), +(-124,338,o), +(-87,301,o), +(-37,301,cs) +); +} +); +width = 40; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-144,336,o), +(-129,353,o), +(-129,377,cs), +(-129,401,o), +(-144,418,o), +(-170,418,cs), +(-195,418,o), +(-212,401,o), +(-212,377,cs), +(-212,353,o), +(-195,336,o), +(-170,336,cs) +); +} +); +width = 0; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(-75,292,o), +(-36,333,o), +(-36,388,cs), +(-36,443,o), +(-75,484,o), +(-133,484,cs), +(-189,484,o), +(-230,443,o), +(-230,388,cs), +(-230,333,o), +(-189,292,o), +(-133,292,cs) +); +} +); +width = 0; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(-188,336,o), +(-173,353,o), +(-173,377,cs), +(-173,401,o), +(-188,418,o), +(-214,418,cs), +(-239,418,o), +(-256,401,o), +(-256,377,cs), +(-256,353,o), +(-239,336,o), +(-214,336,cs) +); +} +); +width = 25; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(-89,289,o), +(-49,331,o), +(-49,387,cs), +(-49,443,o), +(-89,485,o), +(-147,485,cs), +(-204,485,o), +(-246,443,o), +(-246,387,cs), +(-246,331,o), +(-204,289,o), +(-147,289,cs) +); +} +); +width = 5; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-35,351,o), +(-21,365,o), +(-21,385,cs), +(-21,405,o), +(-35,419,o), +(-56,419,cs), +(-78,419,o), +(-92,405,o), +(-92,385,cs), +(-92,365,o), +(-78,351,o), +(-56,351,cs) +); +} +); +width = 0; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(41,301,o), +(76,338,o), +(76,388,cs), +(76,437,o), +(41,474,o), +(-12,474,cs), +(-62,474,o), +(-99,437,o), +(-99,388,cs), +(-99,338,o), +(-62,301,o), +(-12,301,cs) +); +} +); +width = 41; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-125,336,o), +(-110,353,o), +(-110,377,cs), +(-110,401,o), +(-125,418,o), +(-151,418,cs), +(-176,418,o), +(-193,401,o), +(-193,377,cs), +(-193,353,o), +(-176,336,o), +(-151,336,cs) +); +} +); +width = 0; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(-66,292,o), +(-27,333,o), +(-27,388,cs), +(-27,443,o), +(-66,484,o), +(-124,484,cs), +(-180,484,o), +(-221,443,o), +(-221,388,cs), +(-221,333,o), +(-180,292,o), +(-124,292,cs) +); +} +); +width = 0; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-167,336,o), +(-152,353,o), +(-152,377,cs), +(-152,401,o), +(-167,418,o), +(-193,418,cs), +(-218,418,o), +(-235,401,o), +(-235,377,cs), +(-235,353,o), +(-218,336,o), +(-193,336,cs) +); +} +); +width = 0; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(-73,289,o), +(-33,331,o), +(-33,387,cs), +(-33,443,o), +(-73,485,o), +(-131,485,cs), +(-188,485,o), +(-230,443,o), +(-230,387,cs), +(-230,331,o), +(-188,289,o), +(-131,289,cs) ); } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.ss01.glyph index c6a561cb..fd19eeca 100644 --- a/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.ss01.glyph @@ -64,14 +64,446 @@ shapes = ( { closed = 1; nodes = ( -(44,311,l), -(44,466,l), -(-115,466,l), -(-115,311,l) +(52,311,l), +(52,466,l), +(-107,466,l), +(-107,311,l) ); } ); -width = 47; +width = 63; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-183,336,o), +(-168,353,o), +(-168,377,cs), +(-168,401,o), +(-183,418,o), +(-209,418,cs), +(-234,418,o), +(-251,401,o), +(-251,377,cs), +(-251,353,o), +(-234,336,o), +(-209,336,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(-172,343,l), +(-172,412,l), +(-247,412,l), +(-247,343,l) +); +} +); +width = 0; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-84,289,o), +(-44,331,o), +(-44,387,cs), +(-44,443,o), +(-84,485,o), +(-142,485,cs), +(-199,485,o), +(-241,443,o), +(-241,387,cs), +(-241,331,o), +(-199,289,o), +(-142,289,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(-60,303,l), +(-60,471,l), +(-223,471,l), +(-223,303,l) +); +} +); +width = 12; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-127,336,o), +(-112,353,o), +(-112,377,cs), +(-112,401,o), +(-127,418,o), +(-153,418,cs), +(-178,418,o), +(-195,401,o), +(-195,377,cs), +(-195,353,o), +(-178,336,o), +(-153,336,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(-109,338,l), +(-109,415,l), +(-185,415,l), +(-185,338,l) +); +} +); +width = 5; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-63,292,o), +(-24,333,o), +(-24,388,cs), +(-24,443,o), +(-63,484,o), +(-121,484,cs), +(-177,484,o), +(-218,443,o), +(-218,388,cs), +(-218,333,o), +(-177,292,o), +(-121,292,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(-59,302,l), +(-59,475,l), +(-224,475,l), +(-224,302,l) +); +} +); +width = 0; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-12,351,o), +(2,365,o), +(2,385,cs), +(2,405,o), +(-12,419,o), +(-33,419,cs), +(-55,419,o), +(-69,405,o), +(-69,385,cs), +(-69,365,o), +(-55,351,o), +(-33,351,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(5,357,l), +(17,415,l), +(-44,415,l), +(-56,357,l) +); +} +); +width = 0; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(52,301,o), +(87,338,o), +(87,388,cs), +(87,437,o), +(52,474,o), +(-1,474,cs), +(-51,474,o), +(-88,437,o), +(-88,388,cs), +(-88,338,o), +(-51,301,o), +(-1,301,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,311,l), +(98,466,l), +(-61,466,l), +(-93,311,l) +); +} +); +width = 70; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-101,336,o), +(-86,353,o), +(-86,377,cs), +(-86,401,o), +(-101,418,o), +(-127,418,cs), +(-152,418,o), +(-169,401,o), +(-169,377,cs), +(-169,353,o), +(-152,336,o), +(-127,336,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(-97,338,l), +(-81,415,l), +(-159,415,l), +(-175,338,l) +); +} +); +width = 0; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-37,292,o), +(2,333,o), +(2,388,cs), +(2,443,o), +(-37,484,o), +(-95,484,cs), +(-151,484,o), +(-192,443,o), +(-192,388,cs), +(-192,333,o), +(-151,292,o), +(-95,292,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(-33,302,l), +(3,475,l), +(-173,475,l), +(-209,302,l) +); +} +); +width = 0; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-157,336,o), +(-142,353,o), +(-142,377,cs), +(-142,401,o), +(-157,418,o), +(-183,418,cs), +(-208,418,o), +(-225,401,o), +(-225,377,cs), +(-225,353,o), +(-208,336,o), +(-183,336,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(-150,343,l), +(-136,412,l), +(-211,412,l), +(-225,343,l) +); +} +); +width = 0; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-58,289,o), +(-18,331,o), +(-18,387,cs), +(-18,443,o), +(-58,485,o), +(-116,485,cs), +(-173,485,o), +(-215,443,o), +(-215,387,cs), +(-215,331,o), +(-173,289,o), +(-116,289,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(-53,303,l), +(-19,471,l), +(-182,471,l), +(-216,303,l) +); +} +); +width = 12; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-33,351,o), +(-19,365,o), +(-19,385,cs), +(-19,405,o), +(-33,419,o), +(-54,419,cs), +(-76,419,o), +(-90,405,o), +(-90,385,cs), +(-90,365,o), +(-76,351,o), +(-54,351,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(-23,357,l), +(-23,415,l), +(-84,415,l), +(-84,357,l) +); +} +); +width = 12; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(21,301,o), +(56,338,o), +(56,388,cs), +(56,437,o), +(21,474,o), +(-32,474,cs), +(-82,474,o), +(-119,437,o), +(-119,388,cs), +(-119,338,o), +(-82,301,o), +(-32,301,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(39,311,l), +(39,466,l), +(-120,466,l), +(-120,311,l) +); +} +); +width = 37; }, { background = { @@ -95,15 +527,15 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(-114,338,l), -(-114,415,l), -(-192,415,l), -(-192,338,l) +(-131,338,l), +(-131,415,l), +(-209,415,l), +(-209,338,l) ); } ); @@ -131,15 +563,15 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(-49,302,l), -(-49,475,l), -(-225,475,l), -(-225,302,l) +(-61,302,l), +(-61,475,l), +(-237,475,l), +(-237,302,l) ); } ); @@ -167,19 +599,19 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(-172,343,l), -(-172,412,l), -(-247,412,l), -(-247,343,l) +(-177,343,l), +(-177,412,l), +(-252,412,l), +(-252,343,l) ); } ); -width = 0; +width = 25; }, { background = { @@ -203,19 +635,19 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(-66,303,l), -(-66,471,l), -(-229,471,l), -(-229,303,l) +(-71,303,l), +(-71,471,l), +(-234,471,l), +(-234,303,l) ); } ); -width = 0; +width = 5; }, { background = { @@ -239,15 +671,15 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(5,357,l), -(17,415,l), -(-44,415,l), -(-56,357,l) +(-18,357,l), +(-6,415,l), +(-67,415,l), +(-79,357,l) ); } ); @@ -275,19 +707,19 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(58,311,l), -(90,466,l), -(-69,466,l), -(-101,311,l) +(47,311,l), +(79,466,l), +(-80,466,l), +(-112,311,l) ); } ); -width = 54; +width = 32; }, { background = { @@ -311,15 +743,15 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(-97,338,l), -(-81,415,l), -(-159,415,l), -(-175,338,l) +(-121,338,l), +(-105,415,l), +(-183,415,l), +(-199,338,l) ); } ); @@ -347,15 +779,15 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(-33,302,l), -(3,475,l), -(-173,475,l), -(-209,302,l) +(-62,302,l), +(-26,475,l), +(-202,475,l), +(-238,302,l) ); } ); @@ -383,15 +815,15 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(-150,343,l), -(-136,412,l), -(-211,412,l), -(-225,343,l) +(-160,343,l), +(-146,412,l), +(-221,412,l), +(-235,343,l) ); } ); @@ -419,15 +851,15 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(-59,303,l), -(-25,471,l), -(-188,471,l), -(-222,303,l) +(-74,303,l), +(-40,471,l), +(-203,471,l), +(-237,303,l) ); } ); diff --git a/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.glyph b/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.glyph index 5bee17e0..072ce908 100644 --- a/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.glyph @@ -30,114 +30,114 @@ shapes = ( { closed = 1; nodes = ( -(136,261,o), -(171,298,o), -(171,348,cs), -(171,397,o), -(136,434,o), -(83,434,cs), -(33,434,o), -(-4,397,o), -(-4,348,cs), -(-4,298,o), -(33,261,o), -(83,261,cs) +(144,261,o), +(179,298,o), +(179,348,cs), +(179,397,o), +(144,434,o), +(91,434,cs), +(41,434,o), +(4,397,o), +(4,348,cs), +(4,298,o), +(41,261,o), +(91,261,cs) ); } ); -width = 167; +width = 183; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(64,306,o), -(79,323,o), -(79,347,cs), -(79,371,o), -(64,388,o), -(38,388,cs), -(13,388,o), -(-4,371,o), -(-4,347,cs), -(-4,323,o), -(13,306,o), -(38,306,cs) +(66,306,o), +(81,323,o), +(81,347,cs), +(81,371,o), +(66,388,o), +(40,388,cs), +(15,388,o), +(-2,371,o), +(-2,347,cs), +(-2,323,o), +(15,306,o), +(40,306,cs) ); } ); -width = 75; +width = 79; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(151,252,o), -(190,293,o), -(190,348,cs), +(150,249,o), +(190,291,o), +(190,347,cs), (190,403,o), -(151,444,o), -(93,444,cs), -(37,444,o), -(-4,403,o), -(-4,348,cs), -(-4,293,o), -(37,252,o), -(93,252,cs) +(150,445,o), +(92,445,cs), +(35,445,o), +(-7,403,o), +(-7,347,cs), +(-7,291,o), +(35,249,o), +(92,249,cs) ); } ); -width = 186; +width = 183; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(66,306,o), -(81,323,o), -(81,347,cs), -(81,371,o), -(66,388,o), -(40,388,cs), -(15,388,o), -(-2,371,o), -(-2,347,cs), -(-2,323,o), -(15,306,o), -(40,306,cs) +(158,306,o), +(173,323,o), +(173,347,cs), +(173,371,o), +(158,388,o), +(134,388,cs), +(109,388,o), +(92,371,o), +(92,347,cs), +(92,323,o), +(109,306,o), +(134,306,cs) ); } ); -width = 79; +width = 265; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(144,249,o), -(184,291,o), -(184,347,cs), -(184,403,o), -(144,445,o), -(86,445,cs), -(29,445,o), -(-13,403,o), -(-13,347,cs), -(-13,291,o), -(29,249,o), -(86,249,cs) +(160,252,o), +(198,293,o), +(198,348,cs), +(198,403,o), +(160,444,o), +(106,444,cs), +(52,444,o), +(13,403,o), +(13,348,cs), +(13,293,o), +(52,252,o), +(106,252,cs) ); } ); -width = 171; +width = 211; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -168,22 +168,22 @@ shapes = ( { closed = 1; nodes = ( -(152,261,o), -(187,298,o), -(187,348,cs), -(187,397,o), -(152,434,o), -(99,434,cs), -(49,434,o), -(12,397,o), -(12,348,cs), -(12,298,o), -(49,261,o), -(99,261,cs) +(160,261,o), +(195,298,o), +(195,348,cs), +(195,397,o), +(160,434,o), +(107,434,cs), +(57,434,o), +(20,397,o), +(20,348,cs), +(20,298,o), +(57,261,o), +(107,261,cs) ); } ); -width = 167; +width = 183; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -260,26 +260,306 @@ shapes = ( { closed = 1; nodes = ( -(162,249,o), -(202,291,o), -(202,347,cs), -(202,403,o), -(162,445,o), -(104,445,cs), -(47,445,o), -(5,403,o), -(5,347,cs), -(5,291,o), -(47,249,o), -(104,249,cs) +(168,249,o), +(208,291,o), +(208,347,cs), +(208,403,o), +(168,445,o), +(110,445,cs), +(53,445,o), +(11,403,o), +(11,347,cs), +(11,291,o), +(53,249,o), +(110,249,cs) +); +} +); +width = 188; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,321,o), +(46,335,o), +(46,355,cs), +(46,375,o), +(32,389,o), +(11,389,cs), +(-11,389,o), +(-25,375,o), +(-25,355,cs), +(-25,335,o), +(-11,321,o), +(11,321,cs) +); +} +); +width = 24; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(131,261,o), +(166,298,o), +(166,348,cs), +(166,397,o), +(131,434,o), +(78,434,cs), +(28,434,o), +(-9,397,o), +(-9,348,cs), +(-9,298,o), +(28,261,o), +(78,261,cs) +); +} +); +width = 157; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(47,306,o), +(62,323,o), +(62,347,cs), +(62,371,o), +(47,388,o), +(21,388,cs), +(-4,388,o), +(-21,371,o), +(-21,347,cs), +(-21,323,o), +(-4,306,o), +(21,306,cs) +); +} +); +width = 41; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(139,252,o), +(178,293,o), +(178,348,cs), +(178,403,o), +(139,444,o), +(81,444,cs), +(25,444,o), +(-16,403,o), +(-16,348,cs), +(-16,293,o), +(25,252,o), +(81,252,cs) +); +} +); +width = 162; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(61,306,o), +(76,323,o), +(76,347,cs), +(76,371,o), +(61,388,o), +(35,388,cs), +(10,388,o), +(-7,371,o), +(-7,347,cs), +(-7,323,o), +(10,306,o), +(35,306,cs) +); +} +); +width = 69; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(139,249,o), +(179,291,o), +(179,347,cs), +(179,403,o), +(139,445,o), +(81,445,cs), +(24,445,o), +(-18,403,o), +(-18,347,cs), +(-18,291,o), +(24,249,o), +(81,249,cs) +); +} +); +width = 161; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(42,321,o), +(56,335,o), +(56,355,cs), +(56,375,o), +(42,389,o), +(21,389,cs), +(-1,389,o), +(-15,375,o), +(-15,355,cs), +(-15,335,o), +(-1,321,o), +(21,321,cs) +); +} +); +width = 1; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(141,261,o), +(176,298,o), +(176,348,cs), +(176,397,o), +(141,434,o), +(88,434,cs), +(38,434,o), +(1,397,o), +(1,348,cs), +(1,298,o), +(38,261,o), +(88,261,cs) +); +} +); +width = 145; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(48,306,o), +(63,323,o), +(63,347,cs), +(63,371,o), +(48,388,o), +(22,388,cs), +(-3,388,o), +(-20,371,o), +(-20,347,cs), +(-20,323,o), +(-3,306,o), +(22,306,cs) ); } ); -width = 176; +width = 7; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,252,o), +(179,293,o), +(179,348,cs), +(179,403,o), +(140,444,o), +(82,444,cs), +(26,444,o), +(-15,403,o), +(-15,348,cs), +(-15,293,o), +(26,252,o), +(82,252,cs) +); +} +); +width = 133; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(75,306,o), +(90,323,o), +(90,347,cs), +(90,371,o), +(75,388,o), +(49,388,cs), +(24,388,o), +(7,371,o), +(7,347,cs), +(7,323,o), +(24,306,o), +(49,306,cs) +); +} +); +width = 61; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,249,o), +(187,291,o), +(187,347,cs), +(187,403,o), +(147,445,o), +(89,445,cs), +(32,445,o), +(-10,403,o), +(-10,347,cs), +(-10,291,o), +(32,249,o), +(89,249,cs) +); +} +); +width = 146; } ); metricRight = "=|"; userData = { KernOnName = periodcentered.loclCAT; +KernOnSpecialSpacing = { +L = hyphen; +R = hyphen; +}; }; } diff --git a/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.ss01.glyph index aa3f02ea..acc31503 100644 --- a/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/periodcentered.loclC_A_T_.ss01.glyph @@ -22,74 +22,74 @@ shapes = ( { closed = 1; nodes = ( -(163,270,l), -(163,425,l), -(4,425,l), -(4,270,l) +(171,270,l), +(171,425,l), +(12,425,l), +(12,270,l) ); } ); -width = 167; +width = 183; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(76,309,l), -(76,386,l), -(-2,386,l), -(-2,309,l) +(77,313,l), +(77,382,l), +(2,382,l), +(2,313,l) ); } ); -width = 74; +width = 79; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(181,262,l), -(181,435,l), -(5,435,l), -(5,262,l) +(173,263,l), +(173,431,l), +(10,431,l), +(10,263,l) ); } ); -width = 186; +width = 183; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(77,313,l), -(77,382,l), -(2,382,l), -(2,313,l) +(77,309,l), +(77,386,l), +(1,386,l), +(1,309,l) ); } ); -width = 79; +width = 77; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(167,263,l), -(167,431,l), -(4,431,l), -(4,263,l) +(170,262,l), +(170,435,l), +(4,435,l), +(4,262,l) ); } ); -width = 171; +width = 173; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -112,14 +112,14 @@ shapes = ( { closed = 1; nodes = ( -(163,270,l), -(195,425,l), -(36,425,l), -(4,270,l) +(171,270,l), +(203,425,l), +(44,425,l), +(12,270,l) ); } ); -width = 167; +width = 183; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -172,14 +172,194 @@ shapes = ( { closed = 1; nodes = ( -(166,263,l), -(200,431,l), -(37,431,l), -(3,263,l) +(172,263,l), +(206,431,l), +(43,431,l), +(9,263,l) +); +} +); +width = 184; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(41,326,l), +(41,384,l), +(-20,384,l), +(-20,326,l) +); +} +); +width = 24; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,270,l), +(158,425,l), +(-1,425,l), +(-1,270,l) +); +} +); +width = 157; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(59,309,l), +(59,386,l), +(-19,386,l), +(-19,309,l) +); +} +); +width = 40; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(169,262,l), +(169,435,l), +(-7,435,l), +(-7,262,l) +); +} +); +width = 162; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,313,l), +(72,382,l), +(-3,382,l), +(-3,313,l) +); +} +); +width = 69; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(162,263,l), +(162,431,l), +(-1,431,l), +(-1,263,l) +); +} +); +width = 161; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,326,l), +(52,384,l), +(-9,384,l), +(-21,326,l) +); +} +); +width = 0; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(152,270,l), +(184,425,l), +(25,425,l), +(-7,270,l) +); +} +); +width = 145; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(62,309,l), +(78,386,l), +(0,386,l), +(-16,309,l) +); +} +); +width = 26; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,262,l), +(186,435,l), +(10,435,l), +(-26,262,l) +); +} +); +width = 128; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(79,313,l), +(93,382,l), +(18,382,l), +(4,313,l) +); +} +); +width = 60; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(151,263,l), +(185,431,l), +(22,431,l), +(-12,263,l) ); } ); -width = 172; +width = 142; } ); metricRight = "=|"; diff --git a/sources/MonaSans.glyphspackage/glyphs/periodcentered.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/periodcentered.ss01.glyph index 4ff19896..f00cd2e9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/periodcentered.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/periodcentered.ss01.glyph @@ -28,14 +28,14 @@ shapes = ( { closed = 1; nodes = ( -(188,190,l), -(188,364,l), -(19,364,l), -(19,190,l) +(196,190,l), +(196,364,l), +(27,364,l), +(27,190,l) ); } ); -width = 207; +width = 223; }, { background = { @@ -79,6 +79,78 @@ shapes = ( { closed = 1; nodes = ( +(185,206,o), +(212,236,o), +(212,277,cs), +(212,318,o), +(185,348,o), +(140,348,cs), +(97,348,o), +(67,318,o), +(67,277,cs), +(67,236,o), +(97,206,o), +(140,206,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(159,216,l), +(159,339,l), +(46,339,l), +(46,216,l) +); +} +); +width = 205; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(169,179,o), +(209,221,o), +(209,277,cs), +(209,333,o), +(169,375,o), +(111,375,cs), +(54,375,o), +(12,333,o), +(12,277,cs), +(12,221,o), +(54,179,o), +(111,179,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(249,195,l), +(249,359,l), +(36,359,l), +(36,195,l) +); +} +); +width = 285; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( (174,206,o), (201,236,o), (201,277,cs), @@ -95,19 +167,19 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(123,238,l), -(123,323,l), -(60,323,l), -(60,238,l) +(124,238,l), +(124,323,l), +(61,323,l), +(61,238,l) ); } ); -width = 183; +width = 184; }, { background = { @@ -131,15 +203,159 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(211,200,l), +(211,364,l), +(37,364,l), +(37,200,l) +); +} +); +width = 247; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(200,206,o), +(228,237,o), +(228,279,cs), +(228,319,o), +(203,348,o), +(159,348,cs), +(115,348,o), +(84,317,o), +(84,275,cs), +(84,235,o), +(112,206,o), +(154,206,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(78,250,l), +(90,304,l), +(52,304,l), +(40,250,l) +); +} +); +width = 122; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(201,181,o), +(241,224,o), +(241,281,cs), +(241,334,o), +(205,373,o), +(149,373,cs), +(92,373,o), +(49,330,o), +(49,273,cs), +(49,220,o), +(88,181,o), +(142,181,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { closed = 1; nodes = ( -(217,200,l), -(217,364,l), -(38,364,l), -(38,200,l) +(178,190,l), +(213,364,l), +(46,364,l), +(10,190,l) +); +} +); +width = 222; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(181,206,o), +(209,237,o), +(209,279,cs), +(209,319,o), +(183,348,o), +(140,348,cs), +(96,348,o), +(65,317,o), +(65,275,cs), +(65,235,o), +(93,206,o), +(135,206,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(119,238,l), +(137,323,l), +(74,323,l), +(56,238,l) +); +} +); +width = 184; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(227,181,o), +(267,224,o), +(267,281,cs), +(267,334,o), +(231,373,o), +(175,373,cs), +(118,373,o), +(75,330,o), +(75,273,cs), +(75,220,o), +(114,181,o), +(168,181,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,200,l), +(236,364,l), +(57,364,l), +(23,200,l) ); } ); @@ -151,6 +367,222 @@ shapes = ( { closed = 1; nodes = ( +(233,206,o), +(271,243,o), +(271,292,cs), +(271,325,o), +(250,348,o), +(212,348,cs), +(164,348,o), +(125,308,o), +(125,261,cs), +(125,229,o), +(149,206,o), +(186,206,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,216,l), +(176,339,l), +(63,339,l), +(37,216,l) +); +} +); +width = 205; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(199,179,o), +(252,233,o), +(252,297,cs), +(252,343,o), +(220,375,o), +(171,375,cs), +(107,375,o), +(53,321,o), +(53,257,cs), +(53,212,o), +(86,179,o), +(134,179,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,195,l), +(267,359,l), +(54,359,l), +(20,195,l) +); +} +); +width = 285; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(95,241,o), +(110,256,o), +(110,277,cs), +(110,298,o), +(95,313,o), +(73,313,cs), +(50,313,o), +(35,298,o), +(35,277,cs), +(35,256,o), +(50,241,o), +(73,241,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,250,l), +(60,304,l), +(22,304,l), +(22,250,l) +); +} +); +width = 82; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(162,181,o), +(201,222,o), +(201,277,cs), +(201,332,o), +(162,373,o), +(104,373,cs), +(48,373,o), +(7,332,o), +(7,277,cs), +(7,222,o), +(48,181,o), +(104,181,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(178,190,l), +(178,364,l), +(9,364,l), +(9,190,l) +); +} +); +width = 187; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(174,206,o), +(201,236,o), +(201,277,cs), +(201,318,o), +(174,348,o), +(129,348,cs), +(86,348,o), +(56,318,o), +(56,277,cs), +(56,236,o), +(86,206,o), +(129,206,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,238,l), +(103,323,l), +(40,323,l), +(40,238,l) +); +} +); +width = 143; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(175,181,o), +(214,222,o), +(214,277,cs), +(214,332,o), +(175,373,o), +(117,373,cs), +(61,373,o), +(20,332,o), +(20,277,cs), +(20,222,o), +(61,181,o), +(117,181,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,200,l), +(196,364,l), +(17,364,l), +(17,200,l) +); +} +); +width = 213; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( (185,206,o), (212,236,o), (212,277,cs), @@ -167,19 +599,19 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(159,216,l), -(159,339,l), -(46,339,l), -(46,216,l) +(149,216,l), +(149,339,l), +(36,339,l), +(36,216,l) ); } ); -width = 205; +width = 185; }, { background = { @@ -203,19 +635,19 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(243,195,l), -(243,359,l), -(30,359,l), -(30,195,l) +(233,195,l), +(233,359,l), +(20,359,l), +(20,195,l) ); } ); -width = 273; +width = 253; }, { background = { @@ -239,19 +671,19 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(78,250,l), -(90,304,l), -(52,304,l), -(40,250,l) +(55,250,l), +(67,304,l), +(29,304,l), +(17,250,l) ); } ); -width = 122; +width = 76; }, { background = { @@ -275,19 +707,19 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(170,190,l), -(205,364,l), -(38,364,l), -(2,190,l) +(159,190,l), +(194,364,l), +(27,364,l), +(-9,190,l) ); } ); -width = 206; +width = 184; }, { background = { @@ -311,19 +743,19 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(119,238,l), -(137,323,l), -(74,323,l), -(56,238,l) +(95,238,l), +(113,323,l), +(50,323,l), +(32,238,l) ); } ); -width = 184; +width = 136; }, { background = { @@ -347,19 +779,19 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(202,200,l), -(236,364,l), -(57,364,l), -(23,200,l) +(173,200,l), +(207,364,l), +(28,364,l), +(-6,200,l) ); } ); -width = 255; +width = 197; }, { background = { @@ -383,19 +815,19 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(150,216,l), -(176,339,l), -(63,339,l), -(37,216,l) +(140,216,l), +(166,339,l), +(53,339,l), +(27,216,l) ); } ); -width = 205; +width = 185; }, { background = { @@ -419,19 +851,19 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(227,195,l), -(261,359,l), -(48,359,l), -(14,195,l) +(212,195,l), +(246,359,l), +(33,359,l), +(-1,195,l) ); } ); -width = 273; +width = 243; } ); metricRight = "=|"; diff --git a/sources/MonaSans.glyphspackage/glyphs/perthousand.glyph b/sources/MonaSans.glyphspackage/glyphs/perthousand.glyph index 0b13372e..aa4ffb2c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/perthousand.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/perthousand.glyph @@ -1,6 +1,6 @@ { glyphname = perthousand; -kernLeft = percent; +kernLeft = KO_percent; layers = ( { background = { @@ -63,116 +63,116 @@ shapes = ( { closed = 1; nodes = ( -(259,0,l), -(572,729,l), -(462,729,l), -(149,0,l) +(267,0,l), +(580,729,l), +(470,729,l), +(157,0,l) ); }, { closed = 1; nodes = ( -(232,352,o), -(291,388,o), -(291,540,cs), -(291,692,o), -(232,729,o), -(151,729,cs), -(71,729,o), -(12,694,o), -(12,540,cs), -(12,387,o), -(71,352,o), -(151,352,cs) +(240,352,o), +(299,388,o), +(299,540,cs), +(299,692,o), +(240,729,o), +(159,729,cs), +(79,729,o), +(20,694,o), +(20,540,cs), +(20,387,o), +(79,352,o), +(159,352,cs) ); }, { closed = 1; nodes = ( -(131,447,o), -(130,477,o), -(130,540,cs), -(130,604,o), -(131,633,o), -(151,633,cs), -(170,633,o), -(171,611,o), -(171,540,cs), -(171,472,o), -(170,447,o), -(151,447,cs) +(139,447,o), +(138,477,o), +(138,540,cs), +(138,604,o), +(139,633,o), +(159,633,cs), +(178,633,o), +(179,611,o), +(179,540,cs), +(179,472,o), +(178,447,o), +(159,447,cs) ); }, { closed = 1; nodes = ( -(651,-5,o), -(710,32,o), -(710,184,cs), -(710,336,o), -(651,372,o), -(570,372,cs), -(490,372,o), -(431,337,o), -(431,184,cs), -(431,30,o), -(490,-5,o), -(570,-5,cs) +(659,-5,o), +(718,32,o), +(718,184,cs), +(718,336,o), +(659,372,o), +(578,372,cs), +(498,372,o), +(439,337,o), +(439,184,cs), +(439,30,o), +(498,-5,o), +(578,-5,cs) ); }, { closed = 1; nodes = ( -(550,90,o), -(549,120,o), -(549,183,cs), -(549,247,o), -(550,276,o), -(570,276,cs), -(589,276,o), -(590,254,o), -(590,183,cs), -(590,115,o), -(589,90,o), -(570,90,cs) +(558,90,o), +(557,120,o), +(557,183,cs), +(557,247,o), +(558,276,o), +(578,276,cs), +(597,276,o), +(598,254,o), +(598,183,cs), +(598,115,o), +(597,90,o), +(578,90,cs) ); }, { closed = 1; nodes = ( -(951,-5,o), -(1010,32,o), -(1010,184,cs), -(1010,336,o), -(951,372,o), -(870,372,cs), -(790,372,o), -(731,337,o), -(731,184,cs), -(731,30,o), -(790,-5,o), -(870,-5,cs) +(959,-5,o), +(1018,32,o), +(1018,184,cs), +(1018,336,o), +(959,372,o), +(878,372,cs), +(798,372,o), +(739,337,o), +(739,184,cs), +(739,30,o), +(798,-5,o), +(878,-5,cs) ); }, { closed = 1; nodes = ( -(850,90,o), -(849,120,o), -(849,183,cs), -(849,247,o), -(850,276,o), -(870,276,cs), -(889,276,o), -(890,254,o), -(890,183,cs), -(890,115,o), -(889,90,o), -(870,90,cs) +(858,90,o), +(857,120,o), +(857,183,cs), +(857,247,o), +(858,276,o), +(878,276,cs), +(897,276,o), +(898,254,o), +(898,183,cs), +(898,115,o), +(897,90,o), +(878,90,cs) ); } ); -width = 1022; +width = 1038; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -292,117 +292,351 @@ nodes = ( width = 843; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(208,0,l), -(670,729,l), -(628,729,l), -(167,0,l) +(239,0,l), +(769,729,l), +(728,729,l), +(199,0,l) ); }, { closed = 1; nodes = ( -(285,324,o), -(341,395,o), -(341,527,cs), -(341,658,o), -(286,729,o), -(204,729,cs), -(121,729,o), -(65,659,o), -(65,527,cs), -(65,396,o), -(120,324,o), -(204,324,cs) +(338,323,o), +(409,393,o), +(409,526,cs), +(409,659,o), +(337,729,o), +(233,729,cs), +(128,729,o), +(56,659,o), +(56,526,cs), +(56,392,o), +(129,323,o), +(234,323,cs) +); +}, +{ +closed = 1; +nodes = ( +(143,353,o), +(92,415,o), +(92,526,cs), +(92,637,o), +(144,699,o), +(233,699,cs), +(323,699,o), +(374,637,o), +(374,526,cs), +(374,415,o), +(322,353,o), +(233,353,cs) +); +}, +{ +closed = 1; +nodes = ( +(830,-10,o), +(901,60,o), +(901,193,cs), +(901,326,o), +(829,396,o), +(725,396,cs), +(620,396,o), +(548,326,o), +(548,193,cs), +(548,59,o), +(621,-10,o), +(726,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(635,20,o), +(584,82,o), +(584,193,cs), +(584,304,o), +(636,366,o), +(725,366,cs), +(815,366,o), +(866,304,o), +(866,193,cs), +(866,82,o), +(814,20,o), +(725,20,cs) +); +}, +{ +closed = 1; +nodes = ( +(1230,-10,o), +(1301,60,o), +(1301,193,cs), +(1301,326,o), +(1229,396,o), +(1125,396,cs), +(1020,396,o), +(948,326,o), +(948,193,cs), +(948,59,o), +(1021,-10,o), +(1126,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(1035,20,o), +(984,82,o), +(984,193,cs), +(984,304,o), +(1036,366,o), +(1125,366,cs), +(1215,366,o), +(1266,304,o), +(1266,193,cs), +(1266,82,o), +(1214,20,o), +(1125,20,cs) +); +} ); +width = 1357; }, { +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ closed = 1; nodes = ( -(139,356,o), -(102,415,o), -(102,527,cs), -(102,638,o), -(139,697,o), -(204,697,cs), -(267,697,o), -(304,639,o), -(304,527,cs), -(304,415,o), -(267,356,o), -(204,356,cs) +(310,0,l), +(840,729,l), +(680,729,l), +(150,0,l) ); }, { closed = 1; nodes = ( -(716,-5,o), -(772,66,o), -(772,197,cs), -(772,329,o), -(717,400,o), -(635,400,cs), -(551,400,o), -(496,329,o), -(496,198,cs), -(496,66,o), -(551,-5,o), -(635,-5,cs) +(357,351,o), +(438,421,o), +(438,540,cs), +(438,657,o), +(358,729,o), +(234,729,cs), +(110,729,o), +(28,660,o), +(28,540,cs), +(28,424,o), +(107,351,o), +(232,351,cs) ); }, { closed = 1; nodes = ( -(570,27,o), -(533,85,o), -(533,197,cs), -(533,310,o), -(570,368,o), -(635,368,cs), -(697,368,o), -(734,310,o), -(734,197,cs), -(734,84,o), -(697,27,o), -(635,27,cs) +(204,471,o), +(180,482,o), +(180,540,cs), +(180,599,o), +(204,610,o), +(234,610,cs), +(261,610,o), +(287,599,o), +(287,540,cs), +(287,482,o), +(263,471,o), +(233,471,cs) ); }, { closed = 1; nodes = ( -(1046,-5,o), -(1102,66,o), -(1102,197,cs), -(1102,329,o), -(1047,400,o), -(965,400,cs), -(881,400,o), -(826,329,o), -(826,198,cs), -(826,66,o), (881,-5,o), -(965,-5,cs) +(962,65,o), +(962,184,cs), +(962,302,o), +(882,373,o), +(759,373,cs), +(636,373,o), +(553,305,o), +(553,184,cs), +(553,68,o), +(632,-5,o), +(757,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(729,116,o), +(704,126,o), +(704,184,cs), +(704,244,o), +(729,254,o), +(759,254,cs), +(786,254,o), +(812,243,o), +(812,184,cs), +(812,126,o), +(787,116,o), +(757,116,cs) +); +}, +{ +closed = 1; +nodes = ( +(1313,-5,o), +(1394,65,o), +(1394,184,cs), +(1394,302,o), +(1314,373,o), +(1191,373,cs), +(1068,373,o), +(985,305,o), +(985,184,cs), +(985,68,o), +(1064,-5,o), +(1189,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(1161,116,o), +(1136,126,o), +(1136,184,cs), +(1136,244,o), +(1161,254,o), +(1191,254,cs), +(1218,254,o), +(1244,243,o), +(1244,184,cs), +(1244,126,o), +(1219,116,o), +(1189,116,cs) +); +} +); +width = 1422; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(207,0,l), +(659,729,l), +(619,729,l), +(166,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,324,o), +(338,395,o), +(338,527,cs), +(338,658,o), +(283,729,o), +(203,729,cs), +(122,729,o), +(66,659,o), +(66,527,cs), +(66,396,o), +(121,324,o), +(203,324,cs) +); +}, +{ +closed = 1; +nodes = ( +(140,356,o), +(103,415,o), +(103,527,cs), +(103,638,o), +(140,697,o), +(203,697,cs), +(264,697,o), +(301,639,o), +(301,527,cs), +(301,415,o), +(264,356,o), +(203,356,cs) +); +}, +{ +closed = 1; +nodes = ( +(705,-5,o), +(759,66,o), +(759,197,cs), +(759,329,o), +(706,400,o), +(626,400,cs), +(543,400,o), +(489,329,o), +(489,198,cs), +(489,66,o), +(543,-5,o), +(626,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,27,o), +(526,85,o), +(526,197,cs), +(526,310,o), +(561,368,o), +(626,368,cs), +(686,368,o), +(723,310,o), +(723,197,cs), +(723,84,o), +(686,27,o), +(626,27,cs) +); +}, +{ +closed = 1; +nodes = ( +(1029,-5,o), +(1083,66,o), +(1083,197,cs), +(1083,329,o), +(1030,400,o), +(948,400,cs), +(866,400,o), +(813,329,o), +(813,198,cs), +(813,66,o), +(866,-5,o), +(948,-5,cs) ); }, { closed = 1; nodes = ( -(900,27,o), -(863,85,o), -(863,197,cs), -(863,310,o), -(900,368,o), -(965,368,cs), -(1027,368,o), -(1064,310,o), -(1064,197,cs), -(1064,84,o), -(1027,27,o), -(965,27,cs) +(885,27,o), +(848,85,o), +(848,197,cs), +(848,310,o), +(885,368,o), +(948,368,cs), +(1010,368,o), +(1045,310,o), +(1045,197,cs), +(1045,84,o), +(1010,27,o), +(948,27,cs) ); } ); @@ -582,120 +816,120 @@ type = Stem; } ); }; -width = 1167; +width = 1148; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(264,0,l), -(729,729,l), -(605,729,l), -(140,0,l) +(259,0,l), +(715,729,l), +(592,729,l), +(137,0,l) ); }, { closed = 1; nodes = ( -(300,336,o), -(365,398,o), -(365,533,cs), -(365,667,o), -(300,729,o), -(205,729,cs), -(110,729,o), -(45,667,o), -(45,533,cs), -(45,398,o), -(110,336,o), -(205,336,cs) +(294,336,o), +(357,399,o), +(357,533,cs), +(357,666,o), +(294,729,o), +(201,729,cs), +(108,729,o), +(44,667,o), +(44,533,cs), +(44,398,o), +(108,336,o), +(201,336,cs) ); }, { closed = 1; nodes = ( -(175,440,o), -(166,476,o), -(166,533,cs), -(166,589,o), -(175,625,o), -(205,625,cs), -(235,625,o), -(244,589,o), -(244,533,cs), -(244,476,o), -(235,440,o), -(205,440,cs) +(172,440,o), +(163,475,o), +(163,533,cs), +(163,590,o), +(172,625,o), +(201,625,cs), +(230,625,o), +(239,590,o), +(239,533,cs), +(239,475,o), +(230,440,o), +(201,440,cs) ); }, { closed = 1; nodes = ( -(759,-10,o), -(824,52,o), -(824,187,cs), -(824,321,o), -(759,383,o), -(664,383,cs), -(569,383,o), -(504,321,o), -(504,187,cs), -(504,52,o), -(569,-10,o), -(664,-10,cs) +(743,-10,o), +(808,52,o), +(808,187,cs), +(808,321,o), +(743,383,o), +(650,383,cs), +(558,383,o), +(494,321,o), +(494,187,cs), +(494,52,o), +(558,-10,o), +(650,-10,cs) ); }, { closed = 1; nodes = ( -(634,94,o), -(625,130,o), -(625,187,cs), -(625,243,o), -(634,279,o), -(664,279,cs), -(694,279,o), -(703,243,o), -(703,187,cs), -(703,130,o), -(694,94,o), -(664,94,cs) +(622,94,o), +(614,132,o), +(614,187,cs), +(614,241,o), +(622,279,o), +(650,279,cs), +(680,279,o), +(688,241,o), +(688,187,cs), +(688,132,o), +(680,94,o), +(650,94,cs) ); }, { closed = 1; nodes = ( -(1109,-10,o), -(1174,52,o), -(1174,187,cs), -(1174,321,o), -(1109,383,o), -(1014,383,cs), -(919,383,o), -(854,321,o), -(854,187,cs), -(854,52,o), -(919,-10,o), -(1014,-10,cs) +(1087,-10,o), +(1151,52,o), +(1151,187,cs), +(1151,321,o), +(1087,383,o), +(994,383,cs), +(901,383,o), +(838,320,o), +(838,187,cs), +(838,53,o), +(901,-10,o), +(994,-10,cs) ); }, { closed = 1; nodes = ( -(984,94,o), -(975,130,o), -(975,187,cs), -(975,243,o), -(984,279,o), -(1014,279,cs), -(1044,279,o), -(1053,243,o), -(1053,187,cs), -(1053,130,o), -(1044,94,o), -(1014,94,cs) +(965,94,o), +(956,129,o), +(956,187,cs), +(956,244,o), +(965,279,o), +(994,279,cs), +(1023,279,o), +(1032,244,o), +(1032,187,cs), +(1032,129,o), +(1023,94,o), +(994,94,cs) ); } ); @@ -703,269 +937,35 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = percent; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = percent; }; -width = 1219; +width = 1194; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(239,0,l), -(769,729,l), -(728,729,l), -(199,0,l) -); -}, -{ -closed = 1; -nodes = ( -(338,323,o), -(409,393,o), -(409,526,cs), -(409,659,o), -(337,729,o), -(233,729,cs), -(128,729,o), -(56,659,o), -(56,526,cs), -(56,392,o), -(129,323,o), -(234,323,cs) +(126,0,l), +(558,729,l), +(522,729,l), +(92,0,l) ); }, { closed = 1; nodes = ( -(143,353,o), -(92,415,o), -(92,526,cs), -(92,637,o), -(144,699,o), -(233,699,cs), -(323,699,o), -(374,637,o), -(374,526,cs), -(374,415,o), -(322,353,o), -(233,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(830,-10,o), -(901,60,o), -(901,193,cs), -(901,326,o), -(829,396,o), -(725,396,cs), -(620,396,o), -(548,326,o), -(548,193,cs), -(548,59,o), -(621,-10,o), -(726,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(635,20,o), -(584,82,o), -(584,193,cs), -(584,304,o), -(636,366,o), -(725,366,cs), -(815,366,o), -(866,304,o), -(866,193,cs), -(866,82,o), -(814,20,o), -(725,20,cs) -); -}, -{ -closed = 1; -nodes = ( -(1230,-10,o), -(1301,60,o), -(1301,193,cs), -(1301,326,o), -(1229,396,o), -(1125,396,cs), -(1020,396,o), -(948,326,o), -(948,193,cs), -(948,59,o), -(1021,-10,o), -(1126,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(1035,20,o), -(984,82,o), -(984,193,cs), -(984,304,o), -(1036,366,o), -(1125,366,cs), -(1215,366,o), -(1266,304,o), -(1266,193,cs), -(1266,82,o), -(1214,20,o), -(1125,20,cs) -); -} -); -width = 1357; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,0,l), -(834,729,l), -(674,729,l), -(144,0,l) -); -}, -{ -closed = 1; -nodes = ( -(351,351,o), -(432,421,o), -(432,540,cs), -(432,657,o), -(352,729,o), -(228,729,cs), -(104,729,o), -(22,660,o), -(22,540,cs), -(22,424,o), -(101,351,o), -(226,351,cs) -); -}, -{ -closed = 1; -nodes = ( -(198,471,o), -(174,482,o), -(174,540,cs), -(174,599,o), -(198,610,o), -(228,610,cs), -(255,610,o), -(281,599,o), -(281,540,cs), -(281,482,o), -(257,471,o), -(227,471,cs) -); -}, -{ -closed = 1; -nodes = ( -(875,-5,o), -(956,65,o), -(956,184,cs), -(956,302,o), -(876,373,o), -(753,373,cs), -(630,373,o), -(547,305,o), -(547,184,cs), -(547,68,o), -(626,-5,o), -(751,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(723,116,o), -(698,126,o), -(698,184,cs), -(698,244,o), -(723,254,o), -(753,254,cs), -(780,254,o), -(806,243,o), -(806,184,cs), -(806,126,o), -(781,116,o), -(751,116,cs) -); -}, -{ -closed = 1; -nodes = ( -(1307,-5,o), -(1388,65,o), -(1388,184,cs), -(1388,302,o), -(1308,373,o), -(1185,373,cs), -(1062,373,o), -(979,305,o), -(979,184,cs), -(979,68,o), -(1058,-5,o), -(1183,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(1155,116,o), -(1130,126,o), -(1130,184,cs), -(1130,244,o), -(1155,254,o), -(1185,254,cs), -(1212,254,o), -(1238,243,o), -(1238,184,cs), -(1238,126,o), -(1213,116,o), -(1183,116,cs) -); -} -); -width = 1410; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,0,l), -(558,729,l), -(522,729,l), -(92,0,l) -); -}, -{ -closed = 1; -nodes = ( -(235,321,o), -(276,389,o), -(303,513,cs), -(327,630,o), -(326,725,o), -(246,725,cs), -(187,725,o), -(145,660,o), -(119,535,cs), -(88,389,o), -(107,321,o), -(176,321,cs) +(235,321,o), +(276,389,o), +(303,513,cs), +(327,630,o), +(326,725,o), +(246,725,cs), +(187,725,o), +(145,660,o), +(119,535,cs), +(88,389,o), +(107,321,o), +(176,321,cs) ); }, { @@ -1177,116 +1177,116 @@ shapes = ( { closed = 1; nodes = ( -(204,0,l), -(666,729,l), -(550,729,l), -(88,0,l) +(212,0,l), +(674,729,l), +(558,729,l), +(96,0,l) ); }, { closed = 1; nodes = ( -(258,352,o), -(312,388,o), -(342,533,cs), -(366,651,o), -(335,729,o), -(227,729,cs), -(148,729,o), -(96,680,o), -(70,552,cs), -(45,432,o), -(73,352,o), -(184,352,cs) +(266,352,o), +(320,388,o), +(350,533,cs), +(374,651,o), +(343,729,o), +(235,729,cs), +(156,729,o), +(104,680,o), +(78,552,cs), +(53,432,o), +(81,352,o), +(192,352,cs) ); }, { closed = 1; nodes = ( -(167,449,o), -(170,466,o), -(185,540,cs), -(200,613,o), -(207,632,o), -(222,632,cs), -(245,632,o), -(242,615,o), -(227,541,cs), -(212,468,o), -(205,449,o), -(190,449,cs) +(175,449,o), +(178,466,o), +(193,540,cs), +(208,613,o), +(215,632,o), +(230,632,cs), +(253,632,o), +(250,615,o), +(235,541,cs), +(220,468,o), +(213,449,o), +(198,449,cs) ); }, { closed = 1; nodes = ( -(600,-5,o), -(654,31,o), -(684,176,cs), -(708,294,o), -(677,372,o), -(569,372,cs), -(490,372,o), -(438,323,o), -(412,195,cs), -(387,75,o), -(415,-5,o), -(526,-5,cs) +(608,-5,o), +(662,31,o), +(692,176,cs), +(716,294,o), +(685,372,o), +(577,372,cs), +(498,372,o), +(446,323,o), +(420,195,cs), +(395,75,o), +(423,-5,o), +(534,-5,cs) ); }, { closed = 1; nodes = ( -(509,92,o), -(512,109,o), -(527,183,cs), -(542,256,o), -(549,275,o), -(564,275,cs), -(587,275,o), -(584,258,o), -(569,184,cs), -(554,111,o), -(547,92,o), -(532,92,cs) +(517,92,o), +(520,109,o), +(535,183,cs), +(550,256,o), +(557,275,o), +(572,275,cs), +(595,275,o), +(592,258,o), +(577,184,cs), +(562,111,o), +(555,92,o), +(540,92,cs) ); }, { closed = 1; nodes = ( -(900,-5,o), -(954,31,o), -(984,176,cs), -(1008,294,o), -(977,372,o), -(869,372,cs), -(790,372,o), -(738,323,o), -(712,195,cs), -(687,75,o), -(715,-5,o), -(826,-5,cs) +(908,-5,o), +(962,31,o), +(992,176,cs), +(1016,294,o), +(985,372,o), +(877,372,cs), +(798,372,o), +(746,323,o), +(720,195,cs), +(695,75,o), +(723,-5,o), +(834,-5,cs) ); }, { closed = 1; nodes = ( -(809,92,o), -(812,109,o), -(827,183,cs), -(842,256,o), -(849,275,o), -(864,275,cs), -(887,275,o), -(884,258,o), -(869,184,cs), -(854,111,o), -(847,92,o), -(832,92,cs) +(817,92,o), +(820,109,o), +(835,183,cs), +(850,256,o), +(857,275,o), +(872,275,cs), +(895,275,o), +(892,258,o), +(877,184,cs), +(862,111,o), +(855,92,o), +(840,92,cs) ); } ); -width = 1016; +width = 1032; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -1645,116 +1645,1870 @@ shapes = ( { closed = 1; nodes = ( -(315,0,l), -(970,729,l), -(796,729,l), -(141,0,l) +(321,0,l), +(976,729,l), +(802,729,l), +(147,0,l) +); +}, +{ +closed = 1; +nodes = ( +(421,343,o), +(509,423,o), +(509,545,cs), +(509,652,o), +(435,729,o), +(304,729,cs), +(174,729,o), +(86,649,o), +(86,527,cs), +(86,420,o), +(160,343,o), +(290,343,cs) +); +}, +{ +closed = 1; +nodes = ( +(265,466,o), +(246,483,o), +(246,518,cs), +(246,576,o), +(264,606,o), +(303,606,cs), +(330,606,o), +(349,589,o), +(349,554,cs), +(349,496,o), +(331,466,o), +(292,466,cs) +); +}, +{ +closed = 1; +nodes = ( +(937,-8,o), +(1025,72,o), +(1025,194,cs), +(1025,301,o), +(951,378,o), +(820,378,cs), +(690,378,o), +(602,298,o), +(602,176,cs), +(602,69,o), +(676,-8,o), +(806,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(781,115,o), +(762,132,o), +(762,167,cs), +(762,225,o), +(780,255,o), +(819,255,cs), +(846,255,o), +(865,238,o), +(865,203,cs), +(865,145,o), +(847,115,o), +(808,115,cs) +); +}, +{ +closed = 1; +nodes = ( +(1383,-8,o), +(1471,72,o), +(1471,194,cs), +(1471,301,o), +(1397,378,o), +(1266,378,cs), +(1136,378,o), +(1048,298,o), +(1048,176,cs), +(1048,69,o), +(1122,-8,o), +(1252,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(1227,115,o), +(1208,132,o), +(1208,167,cs), +(1208,225,o), +(1226,255,o), +(1265,255,cs), +(1292,255,o), +(1311,238,o), +(1311,203,cs), +(1311,145,o), +(1293,115,o), +(1254,115,cs) +); +} +); +width = 1520; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,0,l), +(439,729,l), +(405,729,l), +(124,0,l) +); +}, +{ +closed = 1; +nodes = ( +(202,324,o), +(229,399,o), +(229,527,cs), +(229,655,o), +(202,729,o), +(135,729,cs), +(67,729,o), +(40,655,o), +(40,527,cs), +(40,399,o), +(67,324,o), +(135,324,cs) ); }, { closed = 1; nodes = ( -(415,343,o), -(503,423,o), -(503,545,cs), -(503,652,o), -(429,729,o), -(298,729,cs), -(168,729,o), -(80,649,o), -(80,527,cs), -(80,420,o), -(154,343,o), -(284,343,cs) +(96,353,o), +(73,390,o), +(73,527,cs), +(73,663,o), +(96,701,o), +(135,701,cs), +(173,701,o), +(196,663,o), +(196,527,cs), +(196,390,o), +(173,353,o), +(135,353,cs) +); +}, +{ +closed = 1; +nodes = ( +(496,-6,o), +(523,70,o), +(523,197,cs), +(523,324,o), +(496,399,o), +(429,399,cs), +(360,399,o), +(334,324,o), +(334,197,cs), +(334,71,o), +(360,-6,o), +(429,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,23,o), +(366,59,o), +(366,197,cs), +(366,335,o), +(390,372,o), +(429,372,cs), +(466,372,o), +(490,335,o), +(490,197,cs), +(490,59,o), +(466,23,o), +(429,23,cs) +); +}, +{ +closed = 1; +nodes = ( +(736,-6,o), +(763,70,o), +(763,197,cs), +(763,324,o), +(736,399,o), +(669,399,cs), +(600,399,o), +(574,324,o), +(574,197,cs), +(574,71,o), +(600,-6,o), +(669,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(630,23,o), +(606,59,o), +(606,197,cs), +(606,335,o), +(630,372,o), +(669,372,cs), +(706,372,o), +(730,335,o), +(730,197,cs), +(730,59,o), +(706,23,o), +(669,23,cs) +); +} +); +width = 803; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(131,447,o), +(130,477,o), +(130,540,cs), +(130,604,o), +(131,633,o), +(151,633,cs), +(170,633,o), +(171,611,o), +(171,540,cs), +(171,472,o), +(170,447,o), +(151,447,cs) +); +}, +{ +closed = 1; +nodes = ( +(550,90,o), +(549,120,o), +(549,183,cs), +(549,247,o), +(550,276,o), +(570,276,cs), +(589,276,o), +(590,254,o), +(590,183,cs), +(590,115,o), +(589,90,o), +(570,90,cs) +); +}, +{ +closed = 1; +nodes = ( +(850,90,o), +(849,120,o), +(849,183,cs), +(849,247,o), +(850,276,o), +(870,276,cs), +(889,276,o), +(890,254,o), +(890,183,cs), +(890,115,o), +(889,90,o), +(870,90,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(250,0,l), +(563,729,l), +(453,729,l), +(140,0,l) +); +}, +{ +closed = 1; +nodes = ( +(223,352,o), +(282,388,o), +(282,540,cs), +(282,692,o), +(223,729,o), +(142,729,cs), +(62,729,o), +(3,694,o), +(3,540,cs), +(3,387,o), +(62,352,o), +(142,352,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,447,o), +(121,477,o), +(121,540,cs), +(121,604,o), +(122,633,o), +(142,633,cs), +(161,633,o), +(162,611,o), +(162,540,cs), +(162,472,o), +(161,447,o), +(142,447,cs) +); +}, +{ +closed = 1; +nodes = ( +(642,-5,o), +(701,32,o), +(701,184,cs), +(701,336,o), +(642,372,o), +(561,372,cs), +(481,372,o), +(422,337,o), +(422,184,cs), +(422,30,o), +(481,-5,o), +(561,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(541,90,o), +(540,120,o), +(540,183,cs), +(540,247,o), +(541,276,o), +(561,276,cs), +(580,276,o), +(581,254,o), +(581,183,cs), +(581,115,o), +(580,90,o), +(561,90,cs) +); +}, +{ +closed = 1; +nodes = ( +(942,-5,o), +(1001,32,o), +(1001,184,cs), +(1001,336,o), +(942,372,o), +(861,372,cs), +(781,372,o), +(722,337,o), +(722,184,cs), +(722,30,o), +(781,-5,o), +(861,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(841,90,o), +(840,120,o), +(840,183,cs), +(840,247,o), +(841,276,o), +(861,276,cs), +(880,276,o), +(881,254,o), +(881,183,cs), +(881,115,o), +(880,90,o), +(861,90,cs) +); +} +); +width = 1004; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(188,0,l), +(650,729,l), +(608,729,l), +(147,0,l) +); +}, +{ +closed = 1; +nodes = ( +(265,324,o), +(321,395,o), +(321,527,cs), +(321,658,o), +(266,729,o), +(184,729,cs), +(101,729,o), +(45,659,o), +(45,527,cs), +(45,396,o), +(100,324,o), +(184,324,cs) +); +}, +{ +closed = 1; +nodes = ( +(119,356,o), +(82,415,o), +(82,527,cs), +(82,638,o), +(119,697,o), +(184,697,cs), +(247,697,o), +(284,639,o), +(284,527,cs), +(284,415,o), +(247,356,o), +(184,356,cs) +); +}, +{ +closed = 1; +nodes = ( +(696,-5,o), +(752,66,o), +(752,197,cs), +(752,329,o), +(697,400,o), +(615,400,cs), +(531,400,o), +(476,329,o), +(476,198,cs), +(476,66,o), +(531,-5,o), +(615,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(550,27,o), +(513,85,o), +(513,197,cs), +(513,310,o), +(550,368,o), +(615,368,cs), +(677,368,o), +(714,310,o), +(714,197,cs), +(714,84,o), +(677,27,o), +(615,27,cs) +); +}, +{ +closed = 1; +nodes = ( +(1026,-5,o), +(1082,66,o), +(1082,197,cs), +(1082,329,o), +(1027,400,o), +(945,400,cs), +(861,400,o), +(806,329,o), +(806,198,cs), +(806,66,o), +(861,-5,o), +(945,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(880,27,o), +(843,85,o), +(843,197,cs), +(843,310,o), +(880,368,o), +(945,368,cs), +(1007,368,o), +(1044,310,o), +(1044,197,cs), +(1044,84,o), +(1007,27,o), +(945,27,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = percent; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = percent; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +4, +11 +); +stem = -2; +target = ( +3, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +3, +5 +); +stem = -2; +target = ( +4, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +2, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +2, +11 +); +stem = -2; +target = ( +1, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +2, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +3, +8 +); +stem = -2; +target = ( +4, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +4, +8 +); +stem = -2; +target = ( +3, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +5, +8 +); +stem = -2; +target = ( +6, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +6, +8 +); +stem = -2; +target = ( +5, +2 +); +type = Stem; +} +); +}; +width = 1127; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,0,l), +(708,729,l), +(584,729,l), +(119,0,l) +); +}, +{ +closed = 1; +nodes = ( +(279,336,o), +(344,398,o), +(344,533,cs), +(344,667,o), +(279,729,o), +(184,729,cs), +(89,729,o), +(24,667,o), +(24,533,cs), +(24,398,o), +(89,336,o), +(184,336,cs) +); +}, +{ +closed = 1; +nodes = ( +(154,440,o), +(145,476,o), +(145,533,cs), +(145,589,o), +(154,625,o), +(184,625,cs), +(214,625,o), +(223,589,o), +(223,533,cs), +(223,476,o), +(214,440,o), +(184,440,cs) +); +}, +{ +closed = 1; +nodes = ( +(738,-10,o), +(803,52,o), +(803,187,cs), +(803,321,o), +(738,383,o), +(643,383,cs), +(548,383,o), +(483,321,o), +(483,187,cs), +(483,52,o), +(548,-10,o), +(643,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(613,94,o), +(604,130,o), +(604,187,cs), +(604,243,o), +(613,279,o), +(643,279,cs), +(673,279,o), +(682,243,o), +(682,187,cs), +(682,130,o), +(673,94,o), +(643,94,cs) +); +}, +{ +closed = 1; +nodes = ( +(1088,-10,o), +(1153,52,o), +(1153,187,cs), +(1153,321,o), +(1088,383,o), +(993,383,cs), +(898,383,o), +(833,321,o), +(833,187,cs), +(833,52,o), +(898,-10,o), +(993,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(963,94,o), +(954,130,o), +(954,187,cs), +(954,243,o), +(963,279,o), +(993,279,cs), +(1023,279,o), +(1032,243,o), +(1032,187,cs), +(1032,130,o), +(1023,94,o), +(993,94,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = percent; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = percent; +}; +width = 1177; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(229,0,l), +(759,729,l), +(718,729,l), +(189,0,l) +); +}, +{ +closed = 1; +nodes = ( +(328,323,o), +(399,393,o), +(399,526,cs), +(399,659,o), +(327,729,o), +(223,729,cs), +(118,729,o), +(46,659,o), +(46,526,cs), +(46,392,o), +(119,323,o), +(224,323,cs) +); +}, +{ +closed = 1; +nodes = ( +(133,353,o), +(82,415,o), +(82,526,cs), +(82,637,o), +(134,699,o), +(223,699,cs), +(313,699,o), +(364,637,o), +(364,526,cs), +(364,415,o), +(312,353,o), +(223,353,cs) +); +}, +{ +closed = 1; +nodes = ( +(820,-10,o), +(891,60,o), +(891,193,cs), +(891,326,o), +(819,396,o), +(715,396,cs), +(610,396,o), +(538,326,o), +(538,193,cs), +(538,59,o), +(611,-10,o), +(716,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(625,20,o), +(574,82,o), +(574,193,cs), +(574,304,o), +(626,366,o), +(715,366,cs), +(805,366,o), +(856,304,o), +(856,193,cs), +(856,82,o), +(804,20,o), +(715,20,cs) +); +}, +{ +closed = 1; +nodes = ( +(1220,-10,o), +(1291,60,o), +(1291,193,cs), +(1291,326,o), +(1219,396,o), +(1115,396,cs), +(1010,396,o), +(938,326,o), +(938,193,cs), +(938,59,o), +(1011,-10,o), +(1116,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(1025,20,o), +(974,82,o), +(974,193,cs), +(974,304,o), +(1026,366,o), +(1115,366,cs), +(1205,366,o), +(1256,304,o), +(1256,193,cs), +(1256,82,o), +(1204,20,o), +(1115,20,cs) +); +} +); +width = 1337; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,0,l), +(824,729,l), +(664,729,l), +(134,0,l) +); +}, +{ +closed = 1; +nodes = ( +(341,351,o), +(422,421,o), +(422,540,cs), +(422,657,o), +(342,729,o), +(218,729,cs), +(94,729,o), +(12,660,o), +(12,540,cs), +(12,424,o), +(91,351,o), +(216,351,cs) +); +}, +{ +closed = 1; +nodes = ( +(188,471,o), +(164,482,o), +(164,540,cs), +(164,599,o), +(188,610,o), +(218,610,cs), +(245,610,o), +(271,599,o), +(271,540,cs), +(271,482,o), +(247,471,o), +(217,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(865,-5,o), +(946,65,o), +(946,184,cs), +(946,302,o), +(866,373,o), +(743,373,cs), +(620,373,o), +(537,305,o), +(537,184,cs), +(537,68,o), +(616,-5,o), +(741,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(713,116,o), +(688,126,o), +(688,184,cs), +(688,244,o), +(713,254,o), +(743,254,cs), +(770,254,o), +(796,243,o), +(796,184,cs), +(796,126,o), +(771,116,o), +(741,116,cs) +); +}, +{ +closed = 1; +nodes = ( +(1297,-5,o), +(1378,65,o), +(1378,184,cs), +(1378,302,o), +(1298,373,o), +(1175,373,cs), +(1052,373,o), +(969,305,o), +(969,184,cs), +(969,68,o), +(1048,-5,o), +(1173,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(1145,116,o), +(1120,126,o), +(1120,184,cs), +(1120,244,o), +(1145,254,o), +(1175,254,cs), +(1202,254,o), +(1228,243,o), +(1228,184,cs), +(1228,126,o), +(1203,116,o), +(1173,116,cs) +); +} +); +width = 1390; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,0,l), +(535,729,l), +(499,729,l), +(69,0,l) +); +}, +{ +closed = 1; +nodes = ( +(212,321,o), +(253,389,o), +(280,513,cs), +(304,630,o), +(303,725,o), +(223,725,cs), +(164,725,o), +(122,660,o), +(96,535,cs), +(65,389,o), +(84,321,o), +(153,321,cs) +); +}, +{ +closed = 1; +nodes = ( +(97,353,o), +(112,451,o), +(128,528,cs), +(154,652,o), +(180,696,o), +(220,696,cs), +(271,696,o), +(272,630,o), +(248,518,cs), +(218,376,o), +(188,346,o), +(148,349,cs) +); +}, +{ +closed = 1; +nodes = ( +(440,-5,o), +(479,67,o), +(505,189,cs), +(532,317,o), +(522,399,o), +(448,399,cs), +(385,399,o), +(345,327,o), +(320,205,cs), +(295,88,o), +(299,-5,o), +(378,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(322,28,o), +(336,123,o), +(353,204,cs), +(379,331,o), +(407,371,o), +(445,371,cs), +(497,371,o), +(496,302,o), +(472,189,cs), +(443,50,o), +(414,21,o), +(372,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(672,-5,o), +(711,67,o), +(738,189,cs), +(765,317,o), +(755,399,o), +(680,399,cs), +(618,399,o), +(578,327,o), +(553,205,cs), +(528,88,o), +(532,-5,o), +(611,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(555,28,o), +(569,123,o), +(586,204,cs), +(612,331,o), +(640,371,o), +(678,371,cs), +(730,371,o), +(729,302,o), +(705,189,cs), +(675,50,o), +(646,21,o), +(605,24,cs) +); +} +); +width = 791; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(666,729,l), +(550,729,l), +(88,0,l) +); +}, +{ +closed = 1; +nodes = ( +(258,352,o), +(312,388,o), +(342,533,cs), +(366,651,o), +(335,729,o), +(227,729,cs), +(148,729,o), +(96,680,o), +(70,552,cs), +(45,432,o), +(73,352,o), +(184,352,cs) +); +}, +{ +closed = 1; +nodes = ( +(167,449,o), +(170,466,o), +(185,540,cs), +(200,613,o), +(207,632,o), +(222,632,cs), +(245,632,o), +(242,615,o), +(227,541,cs), +(212,468,o), +(205,449,o), +(190,449,cs) +); +}, +{ +closed = 1; +nodes = ( +(600,-5,o), +(654,31,o), +(684,176,cs), +(708,294,o), +(677,372,o), +(569,372,cs), +(490,372,o), +(438,323,o), +(412,195,cs), +(387,75,o), +(415,-5,o), +(526,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(509,92,o), +(512,109,o), +(527,183,cs), +(542,256,o), +(549,275,o), +(564,275,cs), +(587,275,o), +(584,258,o), +(569,184,cs), +(554,111,o), +(547,92,o), +(532,92,cs) +); +}, +{ +closed = 1; +nodes = ( +(900,-5,o), +(954,31,o), +(984,176,cs), +(1008,294,o), +(977,372,o), +(869,372,cs), +(790,372,o), +(738,323,o), +(712,195,cs), +(687,75,o), +(715,-5,o), +(826,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(805,92,o), +(815,123,o), +(827,183,cs), +(841,252,o), +(847,275,o), +(865,275,cs), +(890,275,o), +(880,239,o), +(869,186,cs), +(854,111,o), +(847,92,o), +(832,92,cs) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,0,l), +(655,729,l), +(539,729,l), +(77,0,l) +); +}, +{ +closed = 1; +nodes = ( +(247,352,o), +(301,388,o), +(331,533,cs), +(355,651,o), +(324,729,o), +(216,729,cs), +(137,729,o), +(85,680,o), +(59,552,cs), +(34,432,o), +(62,352,o), +(173,352,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,449,o), +(159,466,o), +(174,540,cs), +(189,613,o), +(196,632,o), +(211,632,cs), +(234,632,o), +(231,615,o), +(216,541,cs), +(201,468,o), +(194,449,o), +(179,449,cs) +); +}, +{ +closed = 1; +nodes = ( +(589,-5,o), +(643,31,o), +(673,176,cs), +(697,294,o), +(666,372,o), +(558,372,cs), +(479,372,o), +(427,323,o), +(401,195,cs), +(376,75,o), +(404,-5,o), +(515,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(498,92,o), +(501,109,o), +(516,183,cs), +(531,256,o), +(538,275,o), +(553,275,cs), +(576,275,o), +(573,258,o), +(558,184,cs), +(543,111,o), +(536,92,o), +(521,92,cs) +); +}, +{ +closed = 1; +nodes = ( +(889,-5,o), +(943,31,o), +(973,176,cs), +(997,294,o), +(966,372,o), +(858,372,cs), +(779,372,o), +(727,323,o), +(701,195,cs), +(676,75,o), +(704,-5,o), +(815,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(798,92,o), +(801,109,o), +(816,183,cs), +(831,256,o), +(838,275,o), +(853,275,cs), +(876,275,o), +(873,258,o), +(858,184,cs), +(843,111,o), +(836,92,o), +(821,92,cs) +); +} +); +width = 994; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(102,0,l), +(710,729,l), +(665,729,l), +(57,0,l) +); +}, +{ +closed = 1; +nodes = ( +(297,360,o), +(361,453,o), +(366,593,cs), +(370,673,o), +(326,729,o), +(256,729,cs), +(163,729,o), +(99,636,o), +(94,496,cs), +(90,416,o), +(134,360,o), +(204,360,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,392,o), +(127,432,o), +(130,494,cs), +(135,617,o), +(185,697,o), +(256,697,cs), +(304,697,o), +(333,657,o), +(330,595,cs), +(325,472,o), +(275,392,o), +(204,392,cs) +); +}, +{ +closed = 1; +nodes = ( +(598,-10,o), +(662,83,o), +(667,223,cs), +(671,303,o), +(627,359,o), +(557,359,cs), +(464,359,o), +(400,266,o), +(395,126,cs), +(391,46,o), +(435,-10,o), +(505,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(457,22,o), +(428,62,o), +(431,124,cs), +(436,247,o), +(486,327,o), +(557,327,cs), +(605,327,o), +(634,287,o), +(631,225,cs), +(626,102,o), +(576,22,o), +(505,22,cs) +); +}, +{ +closed = 1; +nodes = ( +(900,-10,o), +(964,83,o), +(969,223,cs), +(973,303,o), +(929,359,o), +(859,359,cs), +(766,359,o), +(702,266,o), +(697,126,cs), +(693,46,o), +(737,-10,o), +(807,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(759,22,o), +(730,62,o), +(733,124,cs), +(738,247,o), +(788,327,o), +(859,327,cs), +(907,327,o), +(936,287,o), +(933,225,cs), +(928,102,o), +(878,22,o), +(807,22,cs) +); +} +); +width = 1021; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,0,l), +(813,729,l), +(679,729,l), +(66,0,l) +); +}, +{ +closed = 1; +nodes = ( +(328,333,o), +(399,434,o), +(399,569,cs), +(399,666,o), +(348,729,o), +(256,729,cs), +(140,729,o), +(69,628,o), +(69,493,cs), +(69,396,o), +(120,333,o), +(212,333,cs) +); +}, +{ +closed = 1; +nodes = ( +(185,437,o), +(185,484,o), +(193,538,cs), +(202,590,o), +(217,625,o), +(247,625,cs), +(283,625,o), +(283,578,o), +(275,524,cs), +(266,472,o), +(251,437,o), +(221,437,cs) +); +}, +{ +closed = 1; +nodes = ( +(736,-9,o), +(807,92,o), +(807,227,cs), +(807,324,o), +(756,387,o), +(664,387,cs), +(548,387,o), +(477,286,o), +(477,151,cs), +(477,54,o), +(528,-9,o), +(620,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(593,95,o), +(593,142,o), +(601,196,cs), +(610,248,o), +(625,283,o), +(655,283,cs), +(691,283,o), +(691,236,o), +(683,182,cs), +(674,130,o), +(659,95,o), +(629,95,cs) +); +}, +{ +closed = 1; +nodes = ( +(1085,-9,o), +(1156,92,o), +(1156,227,cs), +(1156,324,o), +(1105,387,o), +(1013,387,cs), +(897,387,o), +(826,286,o), +(826,151,cs), +(826,54,o), +(877,-9,o), +(969,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(942,95,o), +(942,142,o), +(950,196,cs), +(959,248,o), +(974,283,o), +(1004,283,cs), +(1040,283,o), +(1040,236,o), +(1032,182,cs), +(1023,130,o), +(1008,95,o), +(978,95,cs) +); +} +); +width = 1189; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(176,0,l), +(863,729,l), +(819,729,l), +(132,0,l) +); +}, +{ +closed = 1; +nodes = ( +(375,323,o), +(454,419,o), +(454,558,cs), +(454,665,o), +(395,729,o), +(292,729,cs), +(174,729,o), +(95,633,o), +(95,494,cs), +(95,387,o), +(154,323,o), +(257,323,cs) +); +}, +{ +closed = 1; +nodes = ( +(174,353,o), +(129,405,o), +(129,494,cs), +(129,618,o), +(195,699,o), +(294,699,cs), +(375,699,o), +(420,647,o), +(420,558,cs), +(420,434,o), +(354,353,o), +(255,353,cs) +); +}, +{ +closed = 1; +nodes = ( +(811,-9,o), +(890,87,o), +(890,226,cs), +(890,333,o), +(831,397,o), +(728,397,cs), +(610,397,o), +(531,301,o), +(531,162,cs), +(531,55,o), +(590,-9,o), +(693,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(610,21,o), +(565,73,o), +(565,162,cs), +(565,286,o), +(631,367,o), +(730,367,cs), +(811,367,o), +(856,315,o), +(856,226,cs), +(856,102,o), +(790,21,o), +(691,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(1211,-9,o), +(1290,87,o), +(1290,226,cs), +(1290,333,o), +(1231,397,o), +(1128,397,cs), +(1010,397,o), +(931,301,o), +(931,162,cs), +(931,55,o), +(990,-9,o), +(1093,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(1010,21,o), +(965,73,o), +(965,162,cs), +(965,286,o), +(1031,367,o), +(1130,367,cs), +(1211,367,o), +(1256,315,o), +(1256,226,cs), +(1256,102,o), +(1190,21,o), +(1091,21,cs) +); +} +); +width = 1343; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(300,0,l), +(955,729,l), +(781,729,l), +(126,0,l) +); +}, +{ +closed = 1; +nodes = ( +(400,343,o), +(488,423,o), +(488,545,cs), +(488,652,o), +(414,729,o), +(283,729,cs), +(153,729,o), +(65,649,o), +(65,527,cs), +(65,420,o), +(139,343,o), +(269,343,cs) ); }, { closed = 1; nodes = ( -(259,466,o), -(240,483,o), -(240,518,cs), -(240,576,o), -(258,606,o), -(297,606,cs), -(324,606,o), -(343,589,o), -(343,554,cs), -(343,496,o), -(325,466,o), -(286,466,cs) +(244,466,o), +(225,483,o), +(225,518,cs), +(225,576,o), +(243,606,o), +(282,606,cs), +(309,606,o), +(328,589,o), +(328,554,cs), +(328,496,o), +(310,466,o), +(271,466,cs) ); }, { closed = 1; nodes = ( -(931,-8,o), -(1019,72,o), -(1019,194,cs), -(1019,301,o), -(945,378,o), -(814,378,cs), -(684,378,o), -(596,298,o), -(596,176,cs), -(596,69,o), -(670,-8,o), -(800,-8,cs) +(916,-8,o), +(1004,72,o), +(1004,194,cs), +(1004,301,o), +(930,378,o), +(799,378,cs), +(669,378,o), +(581,298,o), +(581,176,cs), +(581,69,o), +(655,-8,o), +(785,-8,cs) ); }, { closed = 1; nodes = ( -(775,115,o), -(756,132,o), -(756,167,cs), -(756,225,o), -(774,255,o), -(813,255,cs), -(840,255,o), -(859,238,o), -(859,203,cs), -(859,145,o), -(841,115,o), -(802,115,cs) +(760,115,o), +(741,132,o), +(741,167,cs), +(741,225,o), +(759,255,o), +(798,255,cs), +(825,255,o), +(844,238,o), +(844,203,cs), +(844,145,o), +(826,115,o), +(787,115,cs) ); }, { closed = 1; nodes = ( -(1377,-8,o), -(1465,72,o), -(1465,194,cs), -(1465,301,o), -(1391,378,o), -(1260,378,cs), -(1130,378,o), -(1042,298,o), -(1042,176,cs), -(1042,69,o), -(1116,-8,o), -(1246,-8,cs) +(1362,-8,o), +(1450,72,o), +(1450,194,cs), +(1450,301,o), +(1376,378,o), +(1245,378,cs), +(1115,378,o), +(1027,298,o), +(1027,176,cs), +(1027,69,o), +(1101,-8,o), +(1231,-8,cs) ); }, { closed = 1; nodes = ( -(1221,115,o), -(1202,132,o), -(1202,167,cs), -(1202,225,o), -(1220,255,o), -(1259,255,cs), -(1286,255,o), -(1305,238,o), -(1305,203,cs), -(1305,145,o), -(1287,115,o), -(1248,115,cs) +(1206,115,o), +(1187,132,o), +(1187,167,cs), +(1187,225,o), +(1205,255,o), +(1244,255,cs), +(1271,255,o), +(1290,238,o), +(1290,203,cs), +(1290,145,o), +(1272,115,o), +(1233,115,cs) ); } ); -width = 1508; +width = 1478; } ); metricLeft = percent; diff --git a/sources/MonaSans.glyphspackage/glyphs/peseta.glyph b/sources/MonaSans.glyphspackage/glyphs/peseta.glyph index c3840daf..aef99e56 100644 --- a/sources/MonaSans.glyphspackage/glyphs/peseta.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/peseta.glyph @@ -109,299 +109,99 @@ shapes = ( { closed = 1; nodes = ( -(213,0,l), -(213,594,l), -(189,572,l), -(229,572,ls), -(266,572,o), -(284,550,o), -(284,473,cs), -(284,408,o), -(275,369,o), -(229,369,cs), -(197,369,l), -(197,212,l), -(235,212,ls), -(388,212,o), -(465,296,o), -(465,471,cs), -(465,644,o), -(388,729,o), -(235,729,cs), -(34,729,l), -(34,0,l) -); -}, -{ -closed = 1; -nodes = ( -(758,0,l), -(758,132,l), -(734,132,ls), -(716,132,o), -(713,137,o), -(713,160,cs), -(713,401,l), -(758,398,l), -(758,541,l), -(713,539,l), -(713,683,l), -(534,668,l), -(534,539,l), -(496,541,l), -(496,398,l), -(534,401,l), -(534,124,ls), -(534,40,o), -(572,0,o), -(661,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1109,-10,o), -(1173,59,o), -(1173,162,cs), -(1173,264,o), -(1104,307,o), -(1028,340,cs), -(981,360,o), -(950,374,o), -(950,406,cs), -(950,426,o), -(956,443,o), -(977,443,cs), -(1000,443,o), -(1009,430,o), -(1012,379,c), -(1167,379,l), -(1167,491,o), -(1094,551,o), -(978,551,cs), -(847,551,o), -(782,486,o), -(782,386,cs), -(782,294,o), -(840,249,o), -(914,215,cs), -(988,181,o), -(999,168,o), -(999,135,cs), -(999,115,o), -(992,101,o), -(971,101,cs), -(947,101,o), -(935,114,o), -(935,168,c), -(775,168,l), -(777,61,o), -(840,-10,o), -(973,-10,cs) -); -} +(221,0,l), +(221,594,l), +(197,572,l), +(237,572,ls), +(274,572,o), +(292,550,o), +(292,473,cs), +(292,408,o), +(283,369,o), +(237,369,cs), +(205,369,l), +(205,212,l), +(243,212,ls), +(396,212,o), +(473,296,o), +(473,471,cs), +(473,644,o), +(396,729,o), +(243,729,cs), +(42,729,l), +(42,0,l) ); -width = 1191; }, { -layerId = master01; -shapes = ( -{ closed = 1; nodes = ( -(149,0,l), -(149,704,l), -(135,692,l), -(355,692,ls), -(475,692,o), -(543,623,o), -(543,509,cs), -(543,398,o), -(476,325,o), -(355,325,cs), -(140,325,l), -(140,289,l), -(357,289,ls), -(495,289,o), -(583,375,o), -(583,509,cs), -(583,649,o), -(496,729,o), -(358,729,cs), -(111,729,l), -(111,0,l) -); -}, -{ -closed = 1; -nodes = ( -(924,0,l), -(924,34,l), -(844,34,ls), -(803,34,o), -(793,44,o), -(793,85,cs), -(793,485,l), -(924,485,l), -(924,517,l), -(793,517,l), -(793,690,l), -(757,681,l), -(757,517,l), -(650,517,l), -(650,485,l), -(757,485,l), -(757,79,ls), -(757,23,o), -(780,0,o), -(836,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1317,-10,o), -(1394,42,o), -(1394,135,cs), -(1394,239,o), -(1317,265,o), -(1209,281,cs), -(1102,296,o), -(1052,320,o), -(1052,389,cs), -(1052,452,o), -(1105,494,o), -(1199,494,cs), -(1285,494,o), -(1343,460,o), -(1348,373,c), -(1384,373,l), -(1381,469,o), -(1314,527,o), -(1198,527,cs), -(1088,527,o), -(1015,470,o), -(1015,385,cs), -(1015,293,o), -(1080,264,o), -(1203,246,cs), -(1311,230,o), -(1356,207,o), -(1356,132,cs), -(1356,62,o), -(1301,23,o), -(1202,23,cs), -(1107,23,o), -(1043,63,o), -(1037,149,c), -(1000,149,l), -(1005,53,o), -(1077,-10,o), -(1201,-10,cs) +(766,0,l), +(766,132,l), +(742,132,ls), +(724,132,o), +(721,137,o), +(721,160,cs), +(721,401,l), +(766,398,l), +(766,541,l), +(721,539,l), +(721,683,l), +(542,668,l), +(542,539,l), +(504,541,l), +(504,398,l), +(542,401,l), +(542,124,ls), +(542,40,o), +(580,0,o), +(669,0,cs) ); -} -); -width = 1460; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ closed = 1; nodes = ( -(273,0,l), -(273,583,l), -(251,559,l), -(345,559,ls), -(397,559,o), -(432,532,o), -(432,474,cs), -(432,422,o), -(404,387,o), -(345,387,cs), -(257,387,l), -(257,232,l), -(381,232,ls), -(546,232,o), -(638,334,o), -(638,482,cs), -(638,639,o), -(536,729,o), -(381,729,cs), -(70,729,l), -(70,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1071,0,l), -(1071,153,l), -(1011,153,ls), -(988,153,o), -(972,160,o), -(972,188,cs), -(972,391,l), -(1071,391,l), -(1071,544,l), -(972,544,l), -(972,699,l), -(781,683,l), -(781,544,l), -(690,544,l), -(690,391,l), -(781,391,l), -(781,152,ls), -(781,61,o), -(812,0,o), -(942,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1523,-10,o), -(1624,56,o), -(1624,174,cs), -(1624,279,o), -(1569,326,o), -(1427,344,cs), -(1352,354,o), -(1326,360,o), -(1326,388,cs), -(1326,411,o), -(1345,422,o), -(1373,422,cs), -(1405,422,o), -(1424,409,o), -(1425,383,c), -(1613,383,l), -(1607,485,o), -(1514,554,o), -(1379,554,cs), -(1233,554,o), -(1135,481,o), -(1135,371,cs), -(1135,262,o), -(1201,220,o), -(1347,199,cs), -(1409,190,o), -(1430,186,o), -(1430,157,cs), -(1430,136,o), -(1413,122,o), -(1376,122,cs), -(1339,122,o), -(1313,136,o), -(1310,171,c), -(1122,171,l), -(1123,63,o), -(1220,-10,o), -(1371,-10,cs) +(1117,-10,o), +(1181,59,o), +(1181,162,cs), +(1181,264,o), +(1112,307,o), +(1036,340,cs), +(989,360,o), +(958,374,o), +(958,406,cs), +(958,426,o), +(964,443,o), +(985,443,cs), +(1008,443,o), +(1017,430,o), +(1020,379,c), +(1175,379,l), +(1175,491,o), +(1102,551,o), +(986,551,cs), +(855,551,o), +(790,486,o), +(790,386,cs), +(790,294,o), +(848,249,o), +(922,215,cs), +(996,181,o), +(1007,168,o), +(1007,135,cs), +(1007,115,o), +(1000,101,o), +(979,101,cs), +(955,101,o), +(943,114,o), +(943,168,c), +(783,168,l), +(785,61,o), +(848,-10,o), +(981,-10,cs) ); } ); -width = 1658; +width = 1207; }, { layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -509,99 +309,299 @@ shapes = ( { closed = 1; nodes = ( -(284,0,l), -(284,599,l), -(239,554,l), -(377,554,ls), -(424,554,o), -(461,538,o), -(461,476,cs), -(461,425,o), -(438,397,o), -(377,397,cs), -(268,397,l), -(268,239,l), -(402,239,ls), -(575,239,o), -(691,308,o), -(691,484,cs), -(691,631,o), -(610,729,o), -(402,729,cs), -(55,729,l), -(55,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1182,0,l), -(1182,186,l), -(1094,186,ls), -(1065,186,o), -(1053,195,o), -(1053,223,cs), -(1053,379,l), -(1182,379,l), -(1182,544,l), -(1053,544,l), -(1053,710,l), -(836,669,l), -(836,544,l), -(743,544,l), -(743,379,l), -(836,379,l), -(836,150,ls), -(836,48,o), -(902,0,o), -(1000,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1744,-10,o), -(1841,62,o), -(1841,172,cs), -(1841,292,o), -(1774,330,o), -(1571,347,cs), -(1489,354,o), -(1460,358,o), -(1460,387,cs), -(1460,414,o), -(1490,425,o), -(1538,425,cs), -(1581,425,o), -(1609,409,o), -(1615,377,c), -(1823,377,l), -(1810,493,o), -(1699,554,o), -(1539,554,cs), -(1350,554,o), -(1246,479,o), -(1246,368,cs), -(1246,256,o), -(1319,218,o), -(1523,199,cs), -(1602,193,o), -(1624,189,o), -(1624,158,cs), -(1624,133,o), -(1597,119,o), -(1542,119,cs), -(1479,119,o), -(1450,136,o), -(1444,174,c), -(1228,174,l), -(1238,60,o), -(1339,-10,o), -(1535,-10,cs) +(290,0,l), +(290,599,l), +(245,554,l), +(383,554,ls), +(430,554,o), +(467,538,o), +(467,476,cs), +(467,425,o), +(444,397,o), +(383,397,cs), +(274,397,l), +(274,239,l), +(408,239,ls), +(581,239,o), +(697,308,o), +(697,484,cs), +(697,631,o), +(616,729,o), +(408,729,cs), +(61,729,l), +(61,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1188,0,l), +(1188,186,l), +(1100,186,ls), +(1071,186,o), +(1059,195,o), +(1059,223,cs), +(1059,379,l), +(1188,379,l), +(1188,544,l), +(1059,544,l), +(1059,710,l), +(842,669,l), +(842,544,l), +(749,544,l), +(749,379,l), +(842,379,l), +(842,150,ls), +(842,48,o), +(908,0,o), +(1006,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1750,-10,o), +(1847,62,o), +(1847,172,cs), +(1847,292,o), +(1780,330,o), +(1577,347,cs), +(1495,354,o), +(1466,358,o), +(1466,387,cs), +(1466,414,o), +(1496,425,o), +(1544,425,cs), +(1587,425,o), +(1615,409,o), +(1621,377,c), +(1829,377,l), +(1816,493,o), +(1705,554,o), +(1545,554,cs), +(1356,554,o), +(1252,479,o), +(1252,368,cs), +(1252,256,o), +(1325,218,o), +(1529,199,cs), +(1608,193,o), +(1630,189,o), +(1630,158,cs), +(1630,133,o), +(1603,119,o), +(1548,119,cs), +(1485,119,o), +(1456,136,o), +(1450,174,c), +(1234,174,l), +(1244,60,o), +(1345,-10,o), +(1541,-10,cs) +); +} +); +width = 1868; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(144,0,l), +(144,704,l), +(130,692,l), +(346,692,ls), +(462,692,o), +(530,623,o), +(530,509,cs), +(530,398,o), +(463,325,o), +(346,325,cs), +(135,325,l), +(135,289,l), +(347,289,ls), +(482,289,o), +(568,375,o), +(568,509,cs), +(568,649,o), +(483,729,o), +(348,729,cs), +(106,729,l), +(106,0,l) +); +}, +{ +closed = 1; +nodes = ( +(903,0,l), +(903,34,l), +(825,34,ls), +(784,34,o), +(774,44,o), +(774,85,cs), +(774,485,l), +(903,485,l), +(903,517,l), +(774,517,l), +(774,690,l), +(739,681,l), +(739,517,l), +(635,517,l), +(635,485,l), +(739,485,l), +(739,79,ls), +(739,23,o), +(761,0,o), +(817,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1288,-10,o), +(1363,42,o), +(1363,135,cs), +(1363,239,o), +(1288,265,o), +(1182,281,cs), +(1077,296,o), +(1029,320,o), +(1029,389,cs), +(1029,452,o), +(1080,494,o), +(1172,494,cs), +(1256,494,o), +(1314,460,o), +(1319,373,c), +(1353,373,l), +(1350,469,o), +(1285,527,o), +(1171,527,cs), +(1063,527,o), +(992,470,o), +(992,385,cs), +(992,293,o), +(1055,264,o), +(1176,246,cs), +(1282,230,o), +(1326,207,o), +(1326,132,cs), +(1326,62,o), +(1272,23,o), +(1175,23,cs), +(1082,23,o), +(1020,63,o), +(1014,149,c), +(977,149,l), +(982,53,o), +(1052,-10,o), +(1174,-10,cs) +); +} +); +width = 1426; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(265,0,l), +(265,583,l), +(244,559,l), +(335,559,ls), +(385,559,o), +(419,532,o), +(419,474,cs), +(419,422,o), +(392,387,o), +(335,387,cs), +(249,387,l), +(249,232,l), +(370,232,ls), +(533,232,o), +(623,334,o), +(623,482,cs), +(623,639,o), +(523,729,o), +(370,729,cs), +(64,729,l), +(64,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1049,0,l), +(1049,153,l), +(990,153,ls), +(968,153,o), +(952,160,o), +(952,188,cs), +(952,391,l), +(1049,391,l), +(1049,544,l), +(952,544,l), +(952,699,l), +(763,683,l), +(763,544,l), +(674,544,l), +(674,391,l), +(763,391,l), +(763,152,ls), +(763,61,o), +(794,0,o), +(922,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1493,-10,o), +(1593,56,o), +(1593,174,cs), +(1593,279,o), +(1538,326,o), +(1401,344,cs), +(1326,354,o), +(1301,360,o), +(1301,388,cs), +(1301,411,o), +(1320,422,o), +(1345,422,cs), +(1377,422,o), +(1395,409,o), +(1396,383,c), +(1582,383,l), +(1576,485,o), +(1485,554,o), +(1352,554,cs), +(1209,554,o), +(1112,481,o), +(1112,371,cs), +(1112,262,o), +(1177,220,o), +(1320,199,cs), +(1381,190,o), +(1401,186,o), +(1401,157,cs), +(1401,136,o), +(1384,122,o), +(1348,122,cs), +(1313,122,o), +(1288,136,o), +(1285,171,c), +(1099,171,l), +(1100,63,o), +(1195,-10,o), +(1343,-10,cs) ); } ); -width = 1856; +width = 1622; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -709,99 +709,99 @@ shapes = ( { closed = 1; nodes = ( -(156,0,l), -(280,595,l), -(254,572,l), -(288,572,ls), -(315,572,o), -(330,559,o), -(330,525,cs), -(330,469,o), -(315,369,o), -(247,369,cs), -(216,369,l), -(184,212,l), -(231,212,ls), -(427,212,o), -(512,358,o), -(512,533,cs), -(512,651,o), -(451,729,o), -(318,729,cs), -(130,729,l), -(-22,0,l) -); -}, -{ -closed = 1; -nodes = ( -(698,0,l), -(726,134,l), -(712,133,ls), -(686,131,o), -(680,139,o), -(686,166,cs), -(735,401,l), -(780,399,l), -(810,541,l), -(764,539,l), -(794,683,l), -(615,668,l), -(588,539,l), -(551,541,l), -(521,399,l), -(559,401,l), -(505,136,ls), -(486,44,o), -(517,0,o), -(618,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1041,-10,o), -(1120,37,o), -(1139,137,cs), -(1161,251,o), -(1106,292,o), -(1034,334,cs), -(989,360,o), -(971,373,o), -(971,400,cs), -(971,423,o), -(981,442,o), -(1004,442,cs), -(1034,442,o), -(1035,421,o), -(1029,377,c), -(1179,377,l), -(1191,481,o), -(1135,551,o), -(998,551,cs), -(901,551,o), -(825,508,o), -(806,405,cs), -(789,316,o), -(834,263,o), -(900,222,cs), -(955,188,o), -(968,177,o), -(968,152,cs), -(968,125,o), -(962,102,o), -(935,102,cs), -(907,102,o), -(902,126,o), -(911,169,c), -(754,169,l), -(741,62,o), -(796,-10,o), -(936,-10,cs) +(164,0,l), +(288,595,l), +(262,572,l), +(296,572,ls), +(323,572,o), +(338,559,o), +(338,525,cs), +(338,469,o), +(323,369,o), +(255,369,cs), +(224,369,l), +(192,212,l), +(239,212,ls), +(435,212,o), +(520,358,o), +(520,533,cs), +(520,651,o), +(459,729,o), +(326,729,cs), +(138,729,l), +(-14,0,l) +); +}, +{ +closed = 1; +nodes = ( +(706,0,l), +(734,134,l), +(720,133,ls), +(694,131,o), +(688,139,o), +(694,166,cs), +(743,401,l), +(788,399,l), +(818,541,l), +(772,539,l), +(802,683,l), +(623,668,l), +(596,539,l), +(559,541,l), +(529,399,l), +(567,401,l), +(513,136,ls), +(494,44,o), +(525,0,o), +(626,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1049,-10,o), +(1128,37,o), +(1147,137,cs), +(1169,251,o), +(1114,292,o), +(1042,334,cs), +(997,360,o), +(979,373,o), +(979,400,cs), +(979,423,o), +(989,442,o), +(1012,442,cs), +(1042,442,o), +(1043,421,o), +(1037,377,c), +(1187,377,l), +(1199,481,o), +(1143,551,o), +(1006,551,cs), +(909,551,o), +(833,508,o), +(814,405,cs), +(797,316,o), +(842,263,o), +(908,222,cs), +(963,188,o), +(976,177,o), +(976,152,cs), +(976,125,o), +(970,102,o), +(943,102,cs), +(915,102,o), +(910,126,o), +(919,169,c), +(762,169,l), +(749,62,o), +(804,-10,o), +(944,-10,cs) ); } ); -width = 1184; +width = 1200; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -1109,99 +1109,1299 @@ shapes = ( { closed = 1; nodes = ( -(226,0,l), -(346,574,l), -(324,556,l), -(425,556,ls), -(476,556,o), -(502,539,o), -(502,492,cs), -(502,427,o), -(466,398,o), -(396,398,cs), -(293,398,l), -(261,241,l), -(420,241,ls), -(606,241,o), -(732,331,o), -(732,524,cs), -(732,648,o), -(661,729,o), -(478,729,cs), -(150,729,l), -(-1,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1106,0,l), -(1145,186,l), -(1058,186,ls), -(1029,186,o), -(1020,195,o), -(1026,223,cs), -(1058,379,l), -(1186,379,l), -(1220,544,l), -(1092,544,l), -(1128,710,l), -(904,669,l), -(878,544,l), -(786,544,l), -(751,379,l), -(843,379,l), -(800,171,ls), -(775,52,o), -(838,0,o), -(952,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1693,-10,o), -(1784,65,o), -(1784,186,cs), -(1784,289,o), -(1713,320,o), -(1559,344,cs), -(1462,360,o), -(1448,363,o), -(1448,383,cs), -(1448,406,o), -(1471,419,o), -(1504,419,cs), -(1556,419,o), -(1590,403,o), -(1591,374,c), -(1800,374,l), -(1809,483,o), -(1703,554,o), -(1509,554,cs), +(232,0,l), +(352,574,l), +(330,556,l), +(431,556,ls), +(482,556,o), +(508,539,o), +(508,492,cs), +(508,427,o), +(472,398,o), +(402,398,cs), +(299,398,l), +(267,241,l), +(426,241,ls), +(612,241,o), +(738,331,o), +(738,524,cs), +(738,648,o), +(667,729,o), +(484,729,cs), +(156,729,l), +(5,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1112,0,l), +(1151,186,l), +(1064,186,ls), +(1035,186,o), +(1026,195,o), +(1032,223,cs), +(1064,379,l), +(1192,379,l), +(1226,544,l), +(1098,544,l), +(1134,710,l), +(910,669,l), +(884,544,l), +(792,544,l), +(757,379,l), +(849,379,l), +(806,171,ls), +(781,52,o), +(844,0,o), +(958,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1699,-10,o), +(1790,65,o), +(1790,186,cs), +(1790,289,o), +(1719,320,o), +(1565,344,cs), +(1468,360,o), +(1454,363,o), +(1454,383,cs), +(1454,406,o), +(1477,419,o), +(1510,419,cs), +(1562,419,o), +(1596,403,o), +(1597,374,c), +(1806,374,l), +(1815,483,o), +(1709,554,o), +(1515,554,cs), +(1346,554,o), +(1231,486,o), +(1231,359,cs), +(1231,259,o), +(1319,224,o), +(1441,204,cs), +(1544,187,o), +(1565,183,o), +(1565,162,cs), +(1565,137,o), +(1544,125,o), +(1503,125,cs), +(1439,125,o), +(1399,140,o), +(1399,179,c), +(1181,179,l), +(1176,66,o), +(1288,-10,o), +(1490,-10,cs) +); +} +); +width = 1831; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(89,0,l), +(89,711,l), +(76,701,l), +(153,701,ls), +(236,701,o), +(289,651,o), +(289,522,cs), +(289,391,o), +(235,343,o), +(153,343,cs), +(82,343,l), +(82,315,l), +(155,315,ls), +(273,315,o), +(322,398,o), +(322,522,cs), +(322,646,o), +(272,729,o), +(155,729,cs), +(58,729,l), +(58,0,l) +); +}, +{ +closed = 1; +nodes = ( +(518,0,l), +(518,29,l), +(489,29,ls), +(470,29,o), +(462,38,o), +(462,54,cs), +(462,492,l), +(518,492,l), +(518,516,l), +(462,516,l), +(462,700,l), +(434,697,l), +(434,516,l), +(389,516,l), +(389,492,l), +(434,492,l), +(434,48,ls), +(434,10,o), +(457,0,o), +(484,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(752,-10,o), +(796,35,o), +(796,117,cs), +(796,207,o), +(753,242,o), +(699,279,cs), +(653,310,o), +(613,340,o), +(613,409,cs), +(613,461,o), +(630,496,o), +(682,496,cs), +(741,496,o), +(760,449,o), +(762,366,c), +(790,366,l), +(791,488,o), +(746,525,o), +(683,525,cs), +(626,525,o), +(584,493,o), +(584,410,cs), +(584,329,o), +(623,293,o), +(675,257,cs), +(724,223,o), +(767,192,o), +(767,118,cs), +(767,59,o), +(742,19,o), +(688,19,cs), +(620,19,o), +(598,77,o), +(598,160,c), +(570,160,l), +(570,38,o), +(619,-10,o), +(688,-10,cs) +); +} +); +width = 815; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(203,0,l), +(203,594,l), +(179,572,l), +(219,572,ls), +(256,572,o), +(274,550,o), +(274,473,cs), +(274,408,o), +(265,369,o), +(219,369,cs), +(187,369,l), +(187,212,l), +(225,212,ls), +(378,212,o), +(455,296,o), +(455,471,cs), +(455,644,o), +(378,729,o), +(225,729,cs), +(24,729,l), +(24,0,l) +); +}, +{ +closed = 1; +nodes = ( +(748,0,l), +(748,132,l), +(724,132,ls), +(706,132,o), +(703,137,o), +(703,160,cs), +(703,401,l), +(748,398,l), +(748,541,l), +(703,539,l), +(703,683,l), +(524,668,l), +(524,539,l), +(486,541,l), +(486,398,l), +(524,401,l), +(524,124,ls), +(524,40,o), +(562,0,o), +(651,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1099,-10,o), +(1163,59,o), +(1163,162,cs), +(1163,264,o), +(1094,307,o), +(1018,340,cs), +(971,360,o), +(940,374,o), +(940,406,cs), +(940,426,o), +(946,443,o), +(967,443,cs), +(990,443,o), +(999,430,o), +(1002,379,c), +(1157,379,l), +(1157,491,o), +(1084,551,o), +(968,551,cs), +(837,551,o), +(772,486,o), +(772,386,cs), +(772,294,o), +(830,249,o), +(904,215,cs), +(978,181,o), +(989,168,o), +(989,135,cs), +(989,115,o), +(982,101,o), +(961,101,cs), +(937,101,o), +(925,114,o), +(925,168,c), +(765,168,l), +(767,61,o), +(830,-10,o), +(963,-10,cs) +); +} +); +width = 1171; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(125,0,l), +(125,704,l), +(111,692,l), +(331,692,ls), +(451,692,o), +(519,623,o), +(519,509,cs), +(519,398,o), +(452,325,o), +(331,325,cs), +(116,325,l), +(116,289,l), +(333,289,ls), +(471,289,o), +(559,375,o), +(559,509,cs), +(559,649,o), +(472,729,o), +(334,729,cs), +(87,729,l), +(87,0,l) +); +}, +{ +closed = 1; +nodes = ( +(900,0,l), +(900,34,l), +(820,34,ls), +(779,34,o), +(769,44,o), +(769,85,cs), +(769,485,l), +(900,485,l), +(900,517,l), +(769,517,l), +(769,690,l), +(733,681,l), +(733,517,l), +(626,517,l), +(626,485,l), +(733,485,l), +(733,79,ls), +(733,23,o), +(756,0,o), +(812,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1293,-10,o), +(1370,42,o), +(1370,135,cs), +(1370,239,o), +(1293,265,o), +(1185,281,cs), +(1078,296,o), +(1028,320,o), +(1028,389,cs), +(1028,452,o), +(1081,494,o), +(1175,494,cs), +(1261,494,o), +(1319,460,o), +(1324,373,c), +(1360,373,l), +(1357,469,o), +(1290,527,o), +(1174,527,cs), +(1064,527,o), +(991,470,o), +(991,385,cs), +(991,293,o), +(1056,264,o), +(1179,246,cs), +(1287,230,o), +(1332,207,o), +(1332,132,cs), +(1332,62,o), +(1277,23,o), +(1178,23,cs), +(1083,23,o), +(1019,63,o), +(1013,149,c), +(976,149,l), +(981,53,o), +(1053,-10,o), +(1177,-10,cs) +); +} +); +width = 1416; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(249,0,l), +(249,583,l), +(227,559,l), +(321,559,ls), +(373,559,o), +(408,532,o), +(408,474,cs), +(408,422,o), +(380,387,o), +(321,387,cs), +(233,387,l), +(233,232,l), +(357,232,ls), +(522,232,o), +(614,334,o), +(614,482,cs), +(614,639,o), +(512,729,o), +(357,729,cs), +(46,729,l), +(46,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1047,0,l), +(1047,153,l), +(987,153,ls), +(964,153,o), +(948,160,o), +(948,188,cs), +(948,391,l), +(1047,391,l), +(1047,544,l), +(948,544,l), +(948,699,l), +(757,683,l), +(757,544,l), +(666,544,l), +(666,391,l), +(757,391,l), +(757,152,ls), +(757,61,o), +(788,0,o), +(918,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1499,-10,o), +(1600,56,o), +(1600,174,cs), +(1600,279,o), +(1545,326,o), +(1403,344,cs), +(1328,354,o), +(1302,360,o), +(1302,388,cs), +(1302,411,o), +(1321,422,o), +(1349,422,cs), +(1381,422,o), +(1400,409,o), +(1401,383,c), +(1589,383,l), +(1583,485,o), +(1490,554,o), +(1355,554,cs), +(1209,554,o), +(1111,481,o), +(1111,371,cs), +(1111,262,o), +(1177,220,o), +(1323,199,cs), +(1385,190,o), +(1406,186,o), +(1406,157,cs), +(1406,136,o), +(1389,122,o), +(1352,122,cs), +(1315,122,o), +(1289,136,o), +(1286,171,c), +(1098,171,l), +(1099,63,o), +(1196,-10,o), +(1347,-10,cs) +); +} +); +width = 1613; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,0,l), +(113,710,l), +(95,692,l), +(365,692,ls), +(494,692,o), +(562,623,o), +(562,509,cs), +(562,398,o), +(495,325,o), +(365,325,cs), +(104,325,l), +(104,289,l), +(367,289,ls), +(514,289,o), +(602,375,o), +(602,509,cs), +(602,649,o), +(514,729,o), +(368,729,cs), +(75,729,l), +(75,0,l) +); +}, +{ +closed = 1; +nodes = ( +(959,0,l), +(959,36,l), +(885,36,ls), +(840,36,o), +(814,48,o), +(814,95,cs), +(814,485,l), +(959,485,l), +(959,517,l), +(814,517,l), +(814,690,l), +(777,681,l), +(777,517,l), +(659,517,l), +(659,485,l), +(777,485,l), +(777,89,ls), +(777,28,o), +(812,0,o), +(879,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1406,-10,o), +(1483,48,o), +(1483,135,cs), +(1483,243,o), +(1408,266,o), +(1250,283,cs), +(1119,297,o), +(1061,317,o), +(1061,387,cs), +(1061,461,o), +(1140,494,o), +(1246,494,cs), +(1350,494,o), +(1426,456,o), +(1433,367,c), +(1470,367,l), +(1463,464,o), +(1391,527,o), +(1246,527,cs), +(1114,527,o), +(1024,475,o), +(1024,386,cs), +(1024,294,o), +(1095,263,o), +(1246,248,cs), +(1395,232,o), +(1445,214,o), +(1445,132,cs), +(1445,54,o), +(1366,23,o), +(1250,23,cs), +(1122,23,o), +(1042,76,o), +(1042,160,c), +(1005,160,l), +(1005,58,o), +(1098,-10,o), +(1250,-10,cs) +); +} +); +width = 1517; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(274,0,l), +(274,599,l), +(229,554,l), +(367,554,ls), +(414,554,o), +(451,538,o), +(451,476,cs), +(451,425,o), +(428,397,o), +(367,397,cs), +(258,397,l), +(258,239,l), +(392,239,ls), +(565,239,o), +(681,308,o), +(681,484,cs), +(681,631,o), +(600,729,o), +(392,729,cs), +(45,729,l), +(45,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1172,0,l), +(1172,186,l), +(1084,186,ls), +(1055,186,o), +(1043,195,o), +(1043,223,cs), +(1043,379,l), +(1172,379,l), +(1172,544,l), +(1043,544,l), +(1043,710,l), +(826,669,l), +(826,544,l), +(733,544,l), +(733,379,l), +(826,379,l), +(826,150,ls), +(826,48,o), +(892,0,o), +(990,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1734,-10,o), +(1831,62,o), +(1831,172,cs), +(1831,292,o), +(1764,330,o), +(1561,347,cs), +(1479,354,o), +(1450,358,o), +(1450,387,cs), +(1450,414,o), +(1480,425,o), +(1528,425,cs), +(1571,425,o), +(1599,409,o), +(1605,377,c), +(1813,377,l), +(1800,493,o), +(1689,554,o), +(1529,554,cs), (1340,554,o), -(1225,486,o), -(1225,359,cs), -(1225,259,o), -(1313,224,o), -(1435,204,cs), -(1538,187,o), -(1559,183,o), -(1559,162,cs), -(1559,137,o), -(1538,125,o), -(1497,125,cs), -(1433,125,o), -(1393,140,o), -(1393,179,c), -(1175,179,l), -(1170,66,o), -(1282,-10,o), -(1484,-10,cs) +(1236,479,o), +(1236,368,cs), +(1236,256,o), +(1309,218,o), +(1513,199,cs), +(1592,193,o), +(1614,189,o), +(1614,158,cs), +(1614,133,o), +(1587,119,o), +(1532,119,cs), +(1469,119,o), +(1440,136,o), +(1434,174,c), +(1218,174,l), +(1228,60,o), +(1329,-10,o), +(1525,-10,cs) +); +} +); +width = 1836; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(33,0,l), +(180,711,l), +(146,701,l), +(231,701,ls), +(323,701,o), +(366,645,o), +(337,510,cs), +(310,382,o), +(249,343,o), +(167,343,cs), +(77,343,l), +(71,315,l), +(163,315,ls), +(283,315,o), +(344,392,o), +(369,505,cs), +(396,632,o), +(365,729,o), +(239,729,cs), +(154,729,l), +(2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(436,0,l), +(442,30,l), +(417,30,ls), +(394,30,o), +(390,41,o), +(399,82,cs), +(484,492,l), +(540,492,l), +(544,516,l), +(489,516,l), +(528,700,l), +(499,697,l), +(461,516,l), +(417,516,l), +(412,492,l), +(456,492,l), +(368,70,ls), +(357,18,o), +(373,0,o), +(409,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(685,-10,o), +(736,39,o), +(740,142,cs), +(742,203,o), +(720,232,o), +(673,279,cs), +(645,307,o), +(612,341,o), +(614,392,cs), +(616,458,o), +(648,497,o), +(696,497,cs), +(743,497,o), +(772,472,o), +(755,366,c), +(782,366,l), +(802,467,o), +(777,526,o), +(701,526,cs), +(634,526,o), +(588,473,o), +(585,390,cs), +(583,342,o), +(603,301,o), +(650,258,cs), +(697,215,o), +(713,185,o), +(711,139,cs), +(708,62,o), +(674,18,o), +(619,18,cs), +(557,18,o), +(532,64,o), +(549,161,c), +(522,161,l), +(502,58,o), +(531,-10,o), +(616,-10,cs) +); +} +); +width = 782; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,0,l), +(269,595,l), +(243,572,l), +(277,572,ls), +(304,572,o), +(319,559,o), +(319,525,cs), +(319,469,o), +(304,369,o), +(236,369,cs), +(205,369,l), +(173,212,l), +(220,212,ls), +(416,212,o), +(501,358,o), +(501,533,cs), +(501,651,o), +(440,729,o), +(307,729,cs), +(119,729,l), +(-33,0,l) +); +}, +{ +closed = 1; +nodes = ( +(687,0,l), +(715,134,l), +(701,133,ls), +(675,131,o), +(669,139,o), +(675,166,cs), +(724,401,l), +(769,399,l), +(799,541,l), +(753,539,l), +(783,683,l), +(604,668,l), +(577,539,l), +(540,541,l), +(510,399,l), +(548,401,l), +(494,136,ls), +(475,44,o), +(506,0,o), +(607,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1030,-10,o), +(1109,37,o), +(1128,137,cs), +(1150,251,o), +(1095,292,o), +(1023,334,cs), +(978,360,o), +(960,373,o), +(960,400,cs), +(960,423,o), +(970,442,o), +(993,442,cs), +(1023,442,o), +(1024,421,o), +(1018,377,c), +(1168,377,l), +(1180,481,o), +(1124,551,o), +(987,551,cs), +(890,551,o), +(814,508,o), +(795,405,cs), +(778,316,o), +(823,263,o), +(889,222,cs), +(944,188,o), +(957,177,o), +(957,152,cs), +(957,125,o), +(951,102,o), +(924,102,cs), +(896,102,o), +(891,126,o), +(900,169,c), +(743,169,l), +(730,62,o), +(785,-10,o), +(925,-10,cs) +); +} +); +width = 1162; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(70,0,l), +(216,702,l), +(203,692,l), +(413,692,ls), +(506,692,o), +(564,642,o), +(561,534,cs), +(556,403,o), +(477,325,o), +(336,325,cs), +(129,325,l), +(122,290,l), +(331,290,ls), +(492,290,o), +(595,384,o), +(600,536,cs), +(604,649,o), +(545,729,o), +(426,729,cs), +(184,729,l), +(33,0,l) +); +}, +{ +closed = 1; +nodes = ( +(827,0,l), +(834,34,l), +(776,34,ls), +(734,34,o), +(708,46,o), +(718,95,cs), +(799,485,l), +(929,485,l), +(935,517,l), +(805,517,l), +(842,690,l), +(804,681,l), +(770,517,l), +(664,517,l), +(658,485,l), +(763,485,l), +(683,101,ls), +(667,25,o), +(708,0,o), +(765,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1243,-10,o), +(1317,43,o), +(1320,136,cs), +(1323,221,o), +(1274,259,o), +(1171,282,cs), +(1069,305,o), +(1034,329,o), +(1036,392,cs), +(1038,455,o), +(1090,494,o), +(1170,494,cs), +(1264,494,o), +(1323,448,o), +(1318,373,c), +(1355,373,l), +(1358,465,o), +(1286,527,o), +(1173,527,cs), +(1070,527,o), +(1003,473,o), +(1000,388,cs), +(998,323,o), +(1032,279,o), +(1156,250,cs), +(1245,229,o), +(1285,205,o), +(1282,133,cs), +(1280,67,o), +(1233,23,o), +(1125,23,cs), +(1031,23,o), +(967,74,o), +(973,161,c), +(938,161,l), +(932,58,o), +(1001,-10,o), +(1126,-10,cs) +); +} +); +width = 1387; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(188,0,l), +(305,569,l), +(287,552,l), +(387,552,ls), +(423,552,o), +(443,527,o), +(441,484,cs), +(439,428,o), +(408,393,o), +(352,393,cs), +(254,393,l), +(220,232,l), +(354,232,ls), +(522,232,o), +(643,336,o), +(649,506,cs), +(653,640,o), +(570,729,o), +(419,729,cs), +(136,729,l), +(-15,0,l) +); +}, +{ +closed = 1; +nodes = ( +(968,0,l), +(1000,153,l), +(945,153,ls), +(917,153,o), +(903,160,o), +(909,188,cs), +(952,391,l), +(1050,391,l), +(1082,544,l), +(984,544,l), +(1016,699,l), +(824,683,l), +(795,544,l), +(705,544,l), +(673,391,l), +(763,391,l), +(715,166,ls), +(694,66,o), +(737,0,o), +(854,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1430,-10,o), +(1528,61,o), +(1533,184,cs), +(1536,280,o), +(1485,324,o), +(1368,345,cs), +(1308,356,o), +(1288,362,o), +(1289,387,cs), +(1290,410,o), +(1308,422,o), +(1337,422,cs), +(1364,422,o), +(1383,405,o), +(1382,380,c), +(1559,380,l), +(1563,491,o), +(1477,554,o), +(1343,554,cs), +(1195,554,o), +(1098,479,o), +(1094,359,cs), +(1091,268,o), +(1142,225,o), +(1270,200,cs), +(1321,190,o), +(1337,185,o), +(1336,162,cs), +(1335,133,o), +(1311,122,o), +(1278,122,cs), +(1239,122,o), +(1218,140,o), +(1220,174,c), +(1038,174,l), +(1034,64,o), +(1119,-10,o), +(1268,-10,cs) +); +} +); +width = 1557; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(59,0,l), +(206,705,l), +(189,692,l), +(424,692,ls), +(543,692,o), +(615,647,o), +(611,537,cs), +(606,401,o), +(526,326,o), +(373,326,cs), +(117,326,l), +(110,290,l), +(368,290,ls), +(542,290,o), +(645,381,o), +(651,540,cs), +(655,656,o), +(582,729,o), +(435,729,cs), +(172,729,l), +(21,0,l) +); +}, +{ +closed = 1; +nodes = ( +(894,0,l), +(902,36,l), +(825,36,ls), +(782,36,o), +(760,49,o), +(771,102,cs), +(852,485,l), +(996,485,l), +(1002,517,l), +(858,517,l), +(895,690,l), +(856,681,l), +(821,517,l), +(705,517,l), +(699,485,l), +(815,485,l), +(733,94,ls), +(718,20,o), +(768,0,o), +(818,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1361,-10,o), +(1440,45,o), +(1440,151,cs), +(1440,244,o), +(1346,262,o), +(1250,279,cs), +(1141,297,o), +(1077,313,o), +(1077,381,cs), +(1077,452,o), +(1142,494,o), +(1246,494,cs), +(1365,494,o), +(1440,452,o), +(1439,367,c), +(1478,367,l), +(1484,465,o), +(1392,527,o), +(1251,527,cs), +(1120,527,o), +(1039,469,o), +(1039,377,cs), +(1039,287,o), +(1131,265,o), +(1231,247,cs), +(1355,225,o), +(1402,208,o), +(1402,143,cs), +(1402,65,o), +(1340,24,o), +(1220,24,cs), +(1071,24,o), +(1002,78,o), +(1009,160,c), +(972,160,l), +(963,59,o), +(1051,-10,o), +(1212,-10,cs) +); +} +); +width = 1499; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,0,l), +(331,574,l), +(309,556,l), +(410,556,ls), +(461,556,o), +(487,539,o), +(487,492,cs), +(487,427,o), +(451,398,o), +(381,398,cs), +(278,398,l), +(246,241,l), +(405,241,ls), +(591,241,o), +(717,331,o), +(717,524,cs), +(717,648,o), +(646,729,o), +(463,729,cs), +(135,729,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1091,0,l), +(1130,186,l), +(1043,186,ls), +(1014,186,o), +(1005,195,o), +(1011,223,cs), +(1043,379,l), +(1171,379,l), +(1205,544,l), +(1077,544,l), +(1113,710,l), +(889,669,l), +(863,544,l), +(771,544,l), +(736,379,l), +(828,379,l), +(785,171,ls), +(760,52,o), +(823,0,o), +(937,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(1678,-10,o), +(1769,65,o), +(1769,186,cs), +(1769,289,o), +(1698,320,o), +(1544,344,cs), +(1447,360,o), +(1433,363,o), +(1433,383,cs), +(1433,406,o), +(1456,419,o), +(1489,419,cs), +(1541,419,o), +(1575,403,o), +(1576,374,c), +(1785,374,l), +(1794,483,o), +(1688,554,o), +(1494,554,cs), +(1325,554,o), +(1210,486,o), +(1210,359,cs), +(1210,259,o), +(1298,224,o), +(1420,204,cs), +(1523,187,o), +(1544,183,o), +(1544,162,cs), +(1544,137,o), +(1523,125,o), +(1482,125,cs), +(1418,125,o), +(1378,140,o), +(1378,179,c), +(1160,179,l), +(1155,66,o), +(1267,-10,o), +(1469,-10,cs) ); } ); -width = 1819; +width = 1789; } ); unicode = 8359; diff --git a/sources/MonaSans.glyphspackage/glyphs/pi.glyph b/sources/MonaSans.glyphspackage/glyphs/pi.glyph index ba8ead7a..6c9b28a0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/pi.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/pi.glyph @@ -1,6 +1,6 @@ { glyphname = pi; -kernLeft = pi; +kernLeft = KO_pi; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -8,34 +8,34 @@ shapes = ( { closed = 1; nodes = ( -(477,-10,o), -(507,-4,o), -(521,4,c), -(521,127,l), -(514,124,o), -(503,122,o), -(497,122,cs), -(479,122,o), -(476,132,o), -(476,156,cs), -(476,386,l), -(521,386,l), -(521,541,l), -(12,541,l), -(12,386,l), -(59,386,l), -(59,0,l), -(245,0,l), -(245,386,l), -(297,386,l), -(297,126,ls), -(297,25,o), -(344,-10,o), -(440,-10,cs) +(485,-10,o), +(515,-4,o), +(529,4,c), +(529,127,l), +(522,124,o), +(511,122,o), +(505,122,cs), +(487,122,o), +(484,132,o), +(484,156,cs), +(484,386,l), +(529,386,l), +(529,541,l), +(20,541,l), +(20,386,l), +(67,386,l), +(67,0,l), +(253,0,l), +(253,386,l), +(305,386,l), +(305,126,ls), +(305,25,o), +(352,-10,o), +(448,-10,cs) ); } ); -width = 538; +width = 554; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -73,35 +73,105 @@ nodes = ( width = 342; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(516,-7,o), -(531,-4,o), -(537,1,c), -(537,38,l), -(529,33,o), -(518,29,o), -(501,29,cs), -(456,29,o), -(448,63,o), -(448,118,cs), -(448,485,l), -(538,485,l), -(538,517,l), -(22,517,l), -(22,485,l), -(114,485,l), -(114,0,l), +(539,-7,o), +(554,-4,o), +(560,1,c), +(560,38,l), +(552,33,o), +(541,29,o), +(524,29,cs), +(479,29,o), +(471,63,o), +(471,118,cs), +(471,485,l), +(561,485,l), +(561,517,l), +(11,517,l), +(11,485,l), +(103,485,l), +(103,0,l), +(140,0,l), +(140,485,l), +(434,485,l), +(434,98,ls), +(434,34,o), +(458,-7,o), +(519,-7,cs) +); +} +); +width = 580; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(621,-9,o), +(666,-2,o), +(694,8,c), +(694,174,l), +(684,168,o), +(668,165,o), +(653,165,cs), +(634,165,o), +(612,169,o), +(612,221,cs), +(612,372,l), +(694,372,l), +(694,544,l), +(11,544,l), +(11,372,l), +(93,372,l), +(93,0,l), +(311,0,l), +(311,372,l), +(395,372,l), +(395,172,ls), +(395,59,o), +(437,-9,o), +(581,-9,cs) +); +} +); +width = 727; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(509,-7,o), +(524,-4,o), +(530,1,c), +(530,38,l), +(522,33,o), +(511,29,o), +(494,29,cs), +(449,29,o), +(443,63,o), +(443,118,cs), +(443,485,l), +(531,485,l), +(531,517,l), +(25,517,l), +(25,485,l), +(115,485,l), +(115,0,l), (151,0,l), (151,485,l), -(411,485,l), -(411,98,ls), -(411,34,o), -(435,-7,o), -(496,-7,cs) +(406,485,l), +(406,98,ls), +(406,34,o), +(430,-7,o), +(489,-7,cs) ); } ); @@ -179,112 +249,42 @@ type = Stem; } ); }; -width = 570; +width = 563; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(567,-6,o), -(607,1,o), -(634,8,c), -(634,132,l), -(625,129,o), -(611,129,o), -(606,129,cs), -(579,129,o), -(559,141,o), -(559,175,cs), -(559,389,l), -(635,389,l), -(635,544,l), -(18,544,l), -(18,389,l), -(95,389,l), -(95,0,l), -(281,0,l), -(281,389,l), -(373,389,l), -(373,163,ls), -(373,74,o), -(400,-6,o), -(543,-6,cs) +(550,-6,o), +(590,1,o), +(617,8,c), +(617,132,l), +(608,129,o), +(594,129,o), +(590,129,cs), +(564,129,o), +(545,141,o), +(545,175,cs), +(545,389,l), +(618,389,l), +(618,544,l), +(17,544,l), +(17,389,l), +(91,389,l), +(91,0,l), +(275,0,l), +(275,389,l), +(360,389,l), +(360,163,ls), +(360,74,o), +(387,-6,o), +(528,-6,cs) ); } ); -width = 668; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(539,-7,o), -(554,-4,o), -(560,1,c), -(560,38,l), -(552,33,o), -(541,29,o), -(524,29,cs), -(479,29,o), -(471,63,o), -(471,118,cs), -(471,485,l), -(561,485,l), -(561,517,l), -(11,517,l), -(11,485,l), -(103,485,l), -(103,0,l), -(140,0,l), -(140,485,l), -(434,485,l), -(434,98,ls), -(434,34,o), -(458,-7,o), -(519,-7,cs) -); -} -); -width = 580; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(615,-9,o), -(660,-2,o), -(688,8,c), -(688,174,l), -(678,168,o), -(662,165,o), -(647,165,cs), -(628,165,o), -(606,169,o), -(606,221,cs), -(606,372,l), -(688,372,l), -(688,544,l), -(5,544,l), -(5,372,l), -(87,372,l), -(87,0,l), -(305,0,l), -(305,372,l), -(389,372,l), -(389,172,ls), -(389,59,o), -(431,-9,o), -(575,-9,cs) -); -} -); -width = 715; +width = 648; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -327,34 +327,34 @@ shapes = ( { closed = 1; nodes = ( -(412,-10,o), -(443,-4,o), -(459,4,c), -(485,127,l), -(477,124,o), -(467,122,o), -(461,122,cs), -(443,122,o), -(441,132,o), -(447,156,cs), -(495,386,l), -(539,386,l), -(572,541,l), -(68,541,l), -(35,386,l), -(82,386,l), -(1,0,l), -(185,0,l), -(266,386,l), -(317,386,l), -(263,126,ls), -(242,25,o), -(281,-10,o), -(376,-10,cs) +(420,-10,o), +(451,-4,o), +(467,4,c), +(493,127,l), +(485,124,o), +(475,122,o), +(469,122,cs), +(451,122,o), +(449,132,o), +(455,156,cs), +(503,386,l), +(547,386,l), +(580,541,l), +(76,541,l), +(43,386,l), +(90,386,l), +(9,0,l), +(193,0,l), +(274,386,l), +(325,386,l), +(271,126,ls), +(250,25,o), +(289,-10,o), +(384,-10,cs) ); } ); -width = 532; +width = 548; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -467,34 +467,528 @@ shapes = ( { closed = 1; nodes = ( -(549,-9,o), -(596,-2,o), -(625,8,c), -(660,174,l), -(649,168,o), -(632,165,o), -(617,165,cs), -(599,165,o), -(578,169,o), -(588,221,cs), -(620,372,l), -(702,372,l), -(738,544,l), -(61,544,l), -(26,372,l), -(107,372,l), -(29,0,l), -(244,0,l), -(322,372,l), -(406,372,l), -(364,172,ls), -(340,59,o), -(368,-9,o), -(509,-9,cs) +(555,-9,o), +(602,-2,o), +(631,8,c), +(666,174,l), +(655,168,o), +(638,165,o), +(623,165,cs), +(605,165,o), +(584,169,o), +(594,221,cs), +(626,372,l), +(708,372,l), +(744,544,l), +(67,544,l), +(32,372,l), +(113,372,l), +(35,0,l), +(250,0,l), +(328,372,l), +(412,372,l), +(370,172,ls), +(346,59,o), +(374,-9,o), +(515,-9,cs) +); +} +); +width = 720; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(292,-5,o), +(307,-4,o), +(318,0,c), +(318,29,l), +(308,25,o), +(298,24,o), +(287,24,cs), +(269,24,o), +(262,31,o), +(262,61,cs), +(262,489,l), +(318,489,l), +(318,516,l), +(-8,516,l), +(-8,489,l), +(60,489,l), +(60,0,l), +(90,0,l), +(90,489,l), +(232,489,l), +(232,52,ls), +(232,16,o), +(246,-5,o), +(283,-5,cs) +); +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(468,-10,o), +(498,-4,o), +(512,4,c), +(512,127,l), +(505,124,o), +(494,122,o), +(488,122,cs), +(470,122,o), +(467,132,o), +(467,156,cs), +(467,386,l), +(512,386,l), +(512,541,l), +(3,541,l), +(3,386,l), +(50,386,l), +(50,0,l), +(236,0,l), +(236,386,l), +(288,386,l), +(288,126,ls), +(288,25,o), +(335,-10,o), +(431,-10,cs) +); +} +); +width = 519; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(496,-7,o), +(511,-4,o), +(517,1,c), +(517,38,l), +(509,33,o), +(498,29,o), +(481,29,cs), +(436,29,o), +(428,63,o), +(428,118,cs), +(428,485,l), +(518,485,l), +(518,517,l), +(2,517,l), +(2,485,l), +(94,485,l), +(94,0,l), +(131,0,l), +(131,485,l), +(391,485,l), +(391,98,ls), +(391,34,o), +(415,-7,o), +(476,-7,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +23 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +14 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +0, +17 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +20 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 525; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(550,-6,o), +(590,1,o), +(617,8,c), +(617,132,l), +(608,129,o), +(594,129,o), +(589,129,cs), +(562,129,o), +(542,141,o), +(542,175,cs), +(542,389,l), +(618,389,l), +(618,544,l), +(1,544,l), +(1,389,l), +(78,389,l), +(78,0,l), +(264,0,l), +(264,389,l), +(356,389,l), +(356,163,ls), +(356,74,o), +(383,-6,o), +(526,-6,cs) +); +} +); +width = 630; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(534,-7,o), +(549,-4,o), +(555,1,c), +(555,38,l), +(547,33,o), +(536,29,o), +(519,29,cs), +(474,29,o), +(466,63,o), +(466,118,cs), +(466,485,l), +(556,485,l), +(556,517,l), +(6,517,l), +(6,485,l), +(98,485,l), +(98,0,l), +(135,0,l), +(135,485,l), +(429,485,l), +(429,98,ls), +(429,34,o), +(453,-7,o), +(514,-7,cs) +); +} +); +width = 565; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(610,-9,o), +(655,-2,o), +(683,8,c), +(683,174,l), +(673,168,o), +(657,165,o), +(642,165,cs), +(623,165,o), +(601,169,o), +(601,221,cs), +(601,372,l), +(683,372,l), +(683,544,l), +(0,544,l), +(0,372,l), +(82,372,l), +(82,0,l), +(300,0,l), +(300,372,l), +(384,372,l), +(384,172,ls), +(384,59,o), +(426,-9,o), +(570,-9,cs) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,-5,o), +(235,-4,o), +(247,0,c), +(253,29,l), +(242,25,o), +(232,24,o), +(221,24,cs), +(203,24,o), +(197,31,o), +(204,61,cs), +(294,489,l), +(349,489,l), +(355,516,l), +(32,516,l), +(26,489,l), +(94,489,l), +(-9,0,l), +(21,0,l), +(123,489,l), +(264,489,l), +(172,52,ls), +(165,16,o), +(174,-5,o), +(211,-5,cs) +); +} +); +width = 294; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(401,-10,o), +(432,-4,o), +(448,4,c), +(474,127,l), +(466,124,o), +(456,122,o), +(450,122,cs), +(432,122,o), +(430,132,o), +(436,156,cs), +(484,386,l), +(528,386,l), +(561,541,l), +(57,541,l), +(24,386,l), +(71,386,l), +(-10,0,l), +(174,0,l), +(255,386,l), +(306,386,l), +(252,126,ls), +(231,25,o), +(270,-10,o), +(365,-10,cs) +); +} +); +width = 510; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(431,-7,o), +(446,-4,o), +(453,1,c), +(462,38,l), +(453,33,o), +(441,29,o), +(424,29,cs), +(379,29,o), +(378,63,o), +(390,118,cs), +(467,485,l), +(556,485,l), +(563,517,l), +(52,517,l), +(46,485,l), +(137,485,l), +(35,0,l), +(71,0,l), +(173,485,l), +(431,485,l), +(349,98,ls), +(336,34,o), +(351,-7,o), +(412,-7,cs) +); +} +); +width = 517; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(474,-6,o), +(515,1,o), +(543,8,c), +(569,132,l), +(564,130,o), +(552,129,o), +(540,129,cs), +(513,129,o), +(496,141,o), +(503,175,cs), +(548,389,l), +(623,389,l), +(655,544,l), +(45,544,l), +(13,389,l), +(89,389,l), +(8,0,l), +(192,0,l), +(273,389,l), +(364,389,l), +(316,163,ls), +(299,74,o), +(309,-6,o), +(450,-6,cs) +); +} +); +width = 603; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(468,-7,o), +(483,-4,o), +(490,1,c), +(498,38,l), +(489,33,o), +(477,29,o), +(460,29,cs), +(416,29,o), +(415,63,o), +(427,118,cs), +(504,485,l), +(593,485,l), +(599,517,l), +(55,517,l), +(48,485,l), +(140,485,l), +(37,0,l), +(74,0,l), +(176,485,l), +(467,485,l), +(385,98,ls), +(372,34,o), +(388,-7,o), +(448,-7,cs) +); +} +); +width = 555; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(534,-9,o), +(581,-2,o), +(610,8,c), +(645,174,l), +(634,168,o), +(617,165,o), +(602,165,cs), +(584,165,o), +(563,169,o), +(573,221,cs), +(605,372,l), +(687,372,l), +(723,544,l), +(46,544,l), +(11,372,l), +(92,372,l), +(14,0,l), +(229,0,l), +(307,372,l), +(391,372,l), +(349,172,ls), +(325,59,o), +(353,-9,o), +(494,-9,cs) ); } ); -width = 708; +width = 678; } ); unicode = 960; diff --git a/sources/MonaSans.glyphspackage/glyphs/plus.glyph b/sources/MonaSans.glyphspackage/glyphs/plus.glyph index b0479e27..c9d468da 100644 --- a/sources/MonaSans.glyphspackage/glyphs/plus.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/plus.glyph @@ -1,7 +1,7 @@ { glyphname = plus; -kernLeft = plus; -kernRight = plus; +kernLeft = KO_plus; +kernRight = KO_plus; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,22 +9,22 @@ shapes = ( { closed = 1; nodes = ( -(314,139,l), -(314,291,l), -(462,291,l), -(462,431,l), -(314,431,l), -(314,583,l), -(166,583,l), -(166,431,l), -(18,431,l), -(18,291,l), -(166,291,l), -(166,139,l) +(322,139,l), +(322,291,l), +(470,291,l), +(470,431,l), +(322,431,l), +(322,583,l), +(174,583,l), +(174,431,l), +(26,431,l), +(26,291,l), +(174,291,l), +(174,139,l) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -50,23 +50,69 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(317,122,l), -(317,345,l), -(539,345,l), -(539,377,l), -(317,377,l), -(317,600,l), -(283,600,l), -(283,377,l), -(61,377,l), -(61,345,l), -(283,345,l), -(283,122,l) +(377,114,l), +(377,345,l), +(608,345,l), +(608,377,l), +(377,377,l), +(377,609,l), +(343,609,l), +(343,377,l), +(113,377,l), +(113,345,l), +(343,345,l), +(343,114,l) +); +} +); +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(459,98,l), +(459,274,l), +(629,274,l), +(629,448,l), +(459,448,l), +(459,624,l), +(273,624,l), +(273,448,l), +(103,448,l), +(103,274,l), +(273,274,l), +(273,98,l) +); +} +); +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(314,122,l), +(314,345,l), +(532,345,l), +(532,377,l), +(314,377,l), +(314,600,l), +(280,600,l), +(280,377,l), +(62,377,l), +(62,345,l), +(280,345,l), +(280,122,l) ); } ); @@ -94,76 +140,30 @@ type = Stem; } ); }; -width = 600; +width = 593; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(377,124,l), -(377,286,l), -(537,286,l), -(537,435,l), -(377,435,l), -(377,597,l), -(224,597,l), -(224,435,l), -(64,435,l), -(64,286,l), -(224,286,l), -(224,124,l) +(367,124,l), +(367,286,l), +(521,286,l), +(521,435,l), +(367,435,l), +(367,597,l), +(216,597,l), +(216,435,l), +(62,435,l), +(62,286,l), +(216,286,l), +(216,124,l) ); } ); -width = 600; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(377,114,l), -(377,345,l), -(608,345,l), -(608,377,l), -(377,377,l), -(377,609,l), -(343,609,l), -(343,377,l), -(113,377,l), -(113,345,l), -(343,345,l), -(343,114,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(453,98,l), -(453,274,l), -(623,274,l), -(623,448,l), -(453,448,l), -(453,624,l), -(267,624,l), -(267,448,l), -(97,448,l), -(97,274,l), -(267,274,l), -(267,98,l) -); -} -); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -194,22 +194,22 @@ shapes = ( { closed = 1; nodes = ( -(284,139,l), -(316,291,l), -(463,291,l), -(492,431,l), -(345,431,l), -(377,583,l), -(230,583,l), -(198,431,l), -(53,431,l), -(23,291,l), -(170,291,l), -(137,139,l) +(292,139,l), +(324,291,l), +(471,291,l), +(500,431,l), +(353,431,l), +(385,583,l), +(238,583,l), +(206,431,l), +(61,431,l), +(31,291,l), +(178,291,l), +(145,139,l) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -286,22 +286,322 @@ shapes = ( { closed = 1; nodes = ( -(415,98,l), -(451,274,l), -(620,274,l), -(657,448,l), -(488,448,l), -(525,624,l), -(341,624,l), -(304,448,l), -(136,448,l), -(99,274,l), -(267,274,l), -(230,98,l) +(421,98,l), +(457,274,l), +(626,274,l), +(663,448,l), +(494,448,l), +(531,624,l), +(347,624,l), +(310,448,l), +(142,448,l), +(105,274,l), +(273,274,l), +(236,98,l) ); } ); -width = 720; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(235,168,l), +(235,347,l), +(413,347,l), +(413,375,l), +(235,375,l), +(235,554,l), +(205,554,l), +(205,375,l), +(27,375,l), +(27,347,l), +(205,347,l), +(205,168,l) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(304,139,l), +(304,291,l), +(452,291,l), +(452,431,l), +(304,431,l), +(304,583,l), +(156,583,l), +(156,431,l), +(8,431,l), +(8,291,l), +(156,291,l), +(156,139,l) +); +} +); +width = 460; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(297,122,l), +(297,345,l), +(519,345,l), +(519,377,l), +(297,377,l), +(297,600,l), +(263,600,l), +(263,377,l), +(41,377,l), +(41,345,l), +(263,345,l), +(263,122,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +3, +3 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +3, +3 +); +stem = -2; +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(353,124,l), +(353,286,l), +(513,286,l), +(513,435,l), +(353,435,l), +(353,597,l), +(200,597,l), +(200,435,l), +(40,435,l), +(40,286,l), +(200,286,l), +(200,124,l) +); +} +); +width = 552; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(367,114,l), +(367,345,l), +(598,345,l), +(598,377,l), +(367,377,l), +(367,609,l), +(333,609,l), +(333,377,l), +(103,377,l), +(103,345,l), +(333,345,l), +(333,114,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(443,98,l), +(443,274,l), +(613,274,l), +(613,448,l), +(443,448,l), +(443,624,l), +(257,624,l), +(257,448,l), +(87,448,l), +(87,274,l), +(257,274,l), +(257,98,l) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(212,168,l), +(250,347,l), +(426,347,l), +(432,375,l), +(254,375,l), +(292,554,l), +(263,554,l), +(225,375,l), +(50,375,l), +(44,347,l), +(220,347,l), +(182,168,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(273,139,l), +(305,291,l), +(452,291,l), +(481,431,l), +(334,431,l), +(366,583,l), +(219,583,l), +(187,431,l), +(42,431,l), +(12,291,l), +(159,291,l), +(126,139,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(264,122,l), +(310,345,l), +(530,345,l), +(537,377,l), +(317,377,l), +(364,600,l), +(330,600,l), +(284,377,l), +(64,377,l), +(57,345,l), +(277,345,l), +(230,122,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(315,124,l), +(350,286,l), +(508,286,l), +(539,435,l), +(381,435,l), +(415,597,l), +(263,597,l), +(229,435,l), +(71,435,l), +(40,286,l), +(198,286,l), +(164,124,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(336,114,l), +(385,345,l), +(613,345,l), +(620,377,l), +(392,377,l), +(440,609,l), +(407,609,l), +(358,377,l), +(130,377,l), +(123,345,l), +(351,345,l), +(302,114,l) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(400,98,l), +(436,274,l), +(605,274,l), +(642,448,l), +(473,448,l), +(510,624,l), +(326,624,l), +(289,448,l), +(121,448,l), +(84,274,l), +(252,274,l), +(215,98,l) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/plusminus.glyph b/sources/MonaSans.glyphspackage/glyphs/plusminus.glyph index 4769f7a4..9ba56705 100644 --- a/sources/MonaSans.glyphspackage/glyphs/plusminus.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/plusminus.glyph @@ -7,31 +7,31 @@ shapes = ( { closed = 1; nodes = ( -(314,189,l), -(314,311,l), -(462,311,l), -(462,451,l), -(314,451,l), -(314,573,l), -(166,573,l), -(166,451,l), -(18,451,l), -(18,311,l), -(166,311,l), -(166,189,l) +(322,189,l), +(322,311,l), +(470,311,l), +(470,451,l), +(322,451,l), +(322,573,l), +(174,573,l), +(174,451,l), +(26,451,l), +(26,311,l), +(174,311,l), +(174,189,l) ); }, { closed = 1; nodes = ( -(462,0,l), -(462,132,l), -(18,132,l), -(18,0,l) +(470,0,l), +(470,132,l), +(26,132,l), +(26,0,l) ); } ); -width = 480; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -66,32 +66,96 @@ nodes = ( width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(317,162,l), -(317,365,l), -(539,365,l), -(539,397,l), -(317,397,l), -(317,600,l), -(283,600,l), -(283,397,l), -(61,397,l), -(61,365,l), -(283,365,l), -(283,162,l) +(376,172,l), +(376,365,l), +(608,365,l), +(608,399,l), +(376,399,l), +(376,585,l), +(342,585,l), +(342,399,l), +(112,399,l), +(112,365,l), +(342,365,l), +(342,172,l) ); }, { closed = 1; nodes = ( -(539,0,l), -(539,32,l), -(61,32,l), -(61,0,l) +(608,0,l), +(608,34,l), +(112,34,l), +(112,0,l) +); +} +); +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(453,207,l), +(453,329,l), +(623,329,l), +(623,495,l), +(453,495,l), +(453,616,l), +(275,616,l), +(275,495,l), +(109,495,l), +(109,329,l), +(275,329,l), +(275,207,l) +); +}, +{ +closed = 1; +nodes = ( +(623,0,l), +(623,143,l), +(109,143,l), +(109,0,l) +); +} +); +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(314,162,l), +(314,365,l), +(532,365,l), +(532,397,l), +(314,397,l), +(314,600,l), +(280,600,l), +(280,397,l), +(62,397,l), +(62,365,l), +(280,365,l), +(280,162,l) +); +}, +{ +closed = 1; +nodes = ( +(532,0,l), +(532,32,l), +(62,32,l), +(62,0,l) ); } ); @@ -141,103 +205,39 @@ type = Stem; } ); }; -width = 600; +width = 593; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(376,194,l), -(376,326,l), -(556,326,l), -(556,475,l), -(376,475,l), -(376,607,l), -(223,607,l), -(223,475,l), -(43,475,l), -(43,326,l), -(223,326,l), -(223,194,l) +(366,194,l), +(366,326,l), +(540,326,l), +(540,475,l), +(366,475,l), +(366,607,l), +(215,607,l), +(215,475,l), +(42,475,l), +(42,326,l), +(215,326,l), +(215,194,l) ); }, { closed = 1; nodes = ( -(556,0,l), -(556,132,l), -(43,132,l), -(43,0,l) +(540,0,l), +(540,132,l), +(42,132,l), +(42,0,l) ); } ); -width = 600; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(376,172,l), -(376,365,l), -(608,365,l), -(608,399,l), -(376,399,l), -(376,585,l), -(342,585,l), -(342,399,l), -(112,399,l), -(112,365,l), -(342,365,l), -(342,172,l) -); -}, -{ -closed = 1; -nodes = ( -(608,0,l), -(608,34,l), -(112,34,l), -(112,0,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,207,l), -(447,329,l), -(617,329,l), -(617,495,l), -(447,495,l), -(447,616,l), -(269,616,l), -(269,495,l), -(103,495,l), -(103,329,l), -(269,329,l), -(269,207,l) -); -}, -{ -closed = 1; -nodes = ( -(617,0,l), -(617,143,l), -(103,143,l), -(103,0,l) -); -} -); -width = 720; +width = 581; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -277,31 +277,31 @@ shapes = ( { closed = 1; nodes = ( -(296,189,l), -(322,311,l), -(468,311,l), -(498,451,l), -(351,451,l), -(376,573,l), -(230,573,l), -(205,451,l), -(58,451,l), -(29,311,l), -(175,311,l), -(149,189,l) +(304,189,l), +(330,311,l), +(476,311,l), +(506,451,l), +(359,451,l), +(384,573,l), +(238,573,l), +(213,451,l), +(66,451,l), +(37,311,l), +(183,311,l), +(157,189,l) ); }, { closed = 1; nodes = ( -(403,0,l), -(430,132,l), -(-9,132,l), -(-37,0,l) +(411,0,l), +(438,132,l), +(-1,132,l), +(-29,0,l) ); } ); -width = 480; +width = 496; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -405,31 +405,461 @@ shapes = ( { closed = 1; nodes = ( -(432,207,l), -(458,329,l), -(627,329,l), -(661,495,l), -(493,495,l), -(519,616,l), -(343,616,l), -(317,495,l), -(152,495,l), -(118,329,l), -(282,329,l), -(256,207,l) +(438,207,l), +(464,329,l), +(633,329,l), +(667,495,l), +(499,495,l), +(525,616,l), +(349,616,l), +(323,495,l), +(158,495,l), +(124,329,l), +(288,329,l), +(262,207,l) ); }, { closed = 1; nodes = ( -(558,0,l), -(588,143,l), -(79,143,l), -(49,0,l) +(564,0,l), +(594,143,l), +(85,143,l), +(55,0,l) ); } ); -width = 720; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(235,168,l), +(235,347,l), +(413,347,l), +(413,375,l), +(235,375,l), +(235,554,l), +(205,554,l), +(205,375,l), +(27,375,l), +(27,347,l), +(205,347,l), +(205,168,l) +); +}, +{ +closed = 1; +nodes = ( +(413,0,l), +(413,28,l), +(27,28,l), +(27,0,l) +); +} +); +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(304,189,l), +(304,311,l), +(452,311,l), +(452,451,l), +(304,451,l), +(304,573,l), +(156,573,l), +(156,451,l), +(8,451,l), +(8,311,l), +(156,311,l), +(156,189,l) +); +}, +{ +closed = 1; +nodes = ( +(452,0,l), +(452,132,l), +(8,132,l), +(8,0,l) +); +} +); +width = 460; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(297,162,l), +(297,365,l), +(519,365,l), +(519,397,l), +(297,397,l), +(297,600,l), +(263,600,l), +(263,397,l), +(41,397,l), +(41,365,l), +(263,365,l), +(263,162,l) +); +}, +{ +closed = 1; +nodes = ( +(519,0,l), +(519,32,l), +(41,32,l), +(41,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(355,194,l), +(355,326,l), +(535,326,l), +(535,475,l), +(355,475,l), +(355,607,l), +(202,607,l), +(202,475,l), +(22,475,l), +(22,326,l), +(202,326,l), +(202,194,l) +); +}, +{ +closed = 1; +nodes = ( +(535,0,l), +(535,132,l), +(22,132,l), +(22,0,l) +); +} +); +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(366,172,l), +(366,365,l), +(598,365,l), +(598,399,l), +(366,399,l), +(366,585,l), +(332,585,l), +(332,399,l), +(102,399,l), +(102,365,l), +(332,365,l), +(332,172,l) +); +}, +{ +closed = 1; +nodes = ( +(598,0,l), +(598,34,l), +(102,34,l), +(102,0,l) +); +} +); +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(437,207,l), +(437,329,l), +(607,329,l), +(607,495,l), +(437,495,l), +(437,616,l), +(259,616,l), +(259,495,l), +(93,495,l), +(93,329,l), +(259,329,l), +(259,207,l) +); +}, +{ +closed = 1; +nodes = ( +(607,0,l), +(607,143,l), +(93,143,l), +(93,0,l) +); +} +); +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(214,168,l), +(251,347,l), +(427,347,l), +(433,375,l), +(256,375,l), +(294,554,l), +(265,554,l), +(227,375,l), +(51,375,l), +(45,347,l), +(221,347,l), +(184,168,l) +); +}, +{ +closed = 1; +nodes = ( +(354,0,l), +(360,28,l), +(-22,28,l), +(-28,0,l) +); +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(285,189,l), +(311,311,l), +(457,311,l), +(487,451,l), +(340,451,l), +(365,573,l), +(219,573,l), +(194,451,l), +(47,451,l), +(18,311,l), +(164,311,l), +(138,189,l) +); +}, +{ +closed = 1; +nodes = ( +(392,0,l), +(419,132,l), +(-20,132,l), +(-48,0,l) +); +} +); +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(273,162,l), +(315,365,l), +(534,365,l), +(541,397,l), +(322,397,l), +(364,600,l), +(331,600,l), +(288,397,l), +(68,397,l), +(61,365,l), +(281,365,l), +(239,162,l) +); +}, +{ +closed = 1; +nodes = ( +(458,0,l), +(465,32,l), +(-8,32,l), +(-15,0,l) +); +} +); +width = 552; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(330,194,l), +(358,326,l), +(536,326,l), +(568,475,l), +(389,475,l), +(417,607,l), +(265,607,l), +(238,475,l), +(60,475,l), +(28,326,l), +(206,326,l), +(179,194,l) +); +}, +{ +closed = 1; +nodes = ( +(468,0,l), +(495,132,l), +(-13,132,l), +(-40,0,l) +); +} +); +width = 542; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(348,172,l), +(388,365,l), +(618,365,l), +(625,399,l), +(395,399,l), +(435,585,l), +(401,585,l), +(362,399,l), +(134,399,l), +(127,365,l), +(355,365,l), +(314,172,l) +); +}, +{ +closed = 1; +nodes = ( +(542,0,l), +(549,34,l), +(58,34,l), +(51,0,l) +); +} +); +width = 700; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(417,207,l), +(443,329,l), +(612,329,l), +(646,495,l), +(478,495,l), +(504,616,l), +(328,616,l), +(302,495,l), +(137,495,l), +(103,329,l), +(267,329,l), +(241,207,l) +); +}, +{ +closed = 1; +nodes = ( +(543,0,l), +(573,143,l), +(64,143,l), +(34,0,l) +); +} +); +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/product.glyph b/sources/MonaSans.glyphspackage/glyphs/product.glyph index 168654c0..8abddf19 100644 --- a/sources/MonaSans.glyphspackage/glyphs/product.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/product.glyph @@ -7,18 +7,18 @@ shapes = ( { closed = 1; nodes = ( -(211,-151,l), -(211,563,l), -(278,563,l), -(278,-151,l), -(464,-151,l), -(464,729,l), -(27,729,l), -(27,-151,l) +(219,-151,l), +(219,563,l), +(286,563,l), +(286,-151,l), +(472,-151,l), +(472,729,l), +(35,729,l), +(35,-151,l) ); } ); -width = 491; +width = 507; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -40,19 +40,57 @@ nodes = ( width = 414; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(104,-151,l), +(104,693,l), +(666,693,l), +(666,-151,l), +(704,-151,l), +(704,729,l), +(66,729,l), +(66,-151,l) +); +} +); +width = 770; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(123,-151,l), -(123,693,l), -(609,693,l), -(609,-151,l), -(647,-151,l), -(647,729,l), -(85,729,l), -(85,-151,l) +(278,-151,l), +(278,532,l), +(565,532,l), +(565,-151,l), +(795,-151,l), +(795,729,l), +(49,729,l), +(49,-151,l) +); +} +); +width = 844; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(124,-151,l), +(124,693,l), +(600,693,l), +(600,-151,l), +(638,-151,l), +(638,729,l), +(86,729,l), +(86,-151,l) ); } ); @@ -116,64 +154,26 @@ type = Stem; } ); }; -width = 732; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,-151,l), -(257,547,l), -(515,547,l), -(515,-151,l), -(718,-151,l), -(718,729,l), -(54,729,l), -(54,-151,l) -); -} -); -width = 772; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,-151,l), -(104,693,l), -(666,693,l), -(666,-151,l), -(704,-151,l), -(704,729,l), -(66,729,l), -(66,-151,l) -); -} -); -width = 770; +width = 723; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(272,-151,l), -(272,532,l), -(559,532,l), -(559,-151,l), -(789,-151,l), -(789,729,l), -(43,729,l), -(43,-151,l) +(253,-151,l), +(253,547,l), +(499,547,l), +(499,-151,l), +(700,-151,l), +(700,729,l), +(52,729,l), +(52,-151,l) ); } ); -width = 832; +width = 751; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -200,18 +200,18 @@ shapes = ( { closed = 1; nodes = ( -(121,-151,l), -(270,563,l), -(337,563,l), -(187,-151,l), -(371,-151,l), -(556,729,l), -(124,729,l), -(-62,-151,l) +(129,-151,l), +(278,563,l), +(345,563,l), +(195,-151,l), +(379,-151,l), +(564,729,l), +(132,729,l), +(-54,-151,l) ); } ); -width = 486; +width = 502; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -276,18 +276,306 @@ shapes = ( { closed = 1; nodes = ( -(180,-151,l), -(323,532,l), -(608,532,l), -(464,-151,l), -(692,-151,l), -(877,729,l), -(138,729,l), -(-47,-151,l) +(186,-151,l), +(329,532,l), +(614,532,l), +(470,-151,l), +(698,-151,l), +(883,729,l), +(144,729,l), +(-41,-151,l) +); +} +); +width = 835; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(71,-151,l), +(71,699,l), +(304,699,l), +(304,-151,l), +(334,-151,l), +(334,729,l), +(40,729,l), +(40,-151,l) +); +} +); +width = 374; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,-151,l), +(201,563,l), +(268,563,l), +(268,-151,l), +(454,-151,l), +(454,729,l), +(17,729,l), +(17,-151,l) +); +} +); +width = 471; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(99,-151,l), +(99,693,l), +(585,693,l), +(585,-151,l), +(623,-151,l), +(623,729,l), +(61,729,l), +(61,-151,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +4 +); +type = Stem; +} +); +}; +width = 684; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,-151,l), +(233,547,l), +(491,547,l), +(491,-151,l), +(694,-151,l), +(694,729,l), +(30,729,l), +(30,-151,l) +); +} +); +width = 724; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(94,-151,l), +(94,693,l), +(656,693,l), +(656,-151,l), +(694,-151,l), +(694,729,l), +(56,729,l), +(56,-151,l) +); +} +); +width = 750; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,-151,l), +(262,532,l), +(549,532,l), +(549,-151,l), +(779,-151,l), +(779,729,l), +(33,729,l), +(33,-151,l) +); +} +); +width = 812; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-19,-151,l), +(159,699,l), +(390,699,l), +(211,-151,l), +(241,-151,l), +(426,729,l), +(135,729,l), +(-50,-151,l) +); +} +); +width = 363; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,-151,l), +(259,563,l), +(326,563,l), +(176,-151,l), +(360,-151,l), +(545,729,l), +(113,729,l), +(-73,-151,l) +); +} +); +width = 464; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(12,-151,l), +(189,693,l), +(670,693,l), +(493,-151,l), +(531,-151,l), +(716,729,l), +(160,729,l), +(-25,-151,l) +); +} +); +width = 679; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,-151,l), +(282,547,l), +(538,547,l), +(391,-151,l), +(592,-151,l), +(778,729,l), +(120,729,l), +(-65,-151,l) +); +} +); +width = 706; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(7,-151,l), +(184,693,l), +(740,693,l), +(563,-151,l), +(601,-151,l), +(786,729,l), +(154,729,l), +(-31,-151,l) +); +} +); +width = 743; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(165,-151,l), +(308,532,l), +(593,532,l), +(449,-151,l), +(677,-151,l), +(862,729,l), +(123,729,l), +(-62,-151,l) ); } ); -width = 823; +width = 793; } ); unicode = 8719; diff --git a/sources/MonaSans.glyphspackage/glyphs/published.glyph b/sources/MonaSans.glyphspackage/glyphs/published.glyph index 5f7101cf..9354633d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/published.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/published.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = published; +kernRight = KO_published; layers = ( { background = { @@ -84,7 +85,1037 @@ pos = (193,0); ref = _published.P; } ); -width = 706; +width = 722; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (349,365); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(313,160,l), +(313,546,l), +(360,546,ls), +(410,546,o), +(439,515,o), +(439,450,cs), +(439,386,o), +(409,357,o), +(360,357,cs), +(305,357,l), +(305,330,l), +(361,330,ls), +(436,330,o), +(470,378,o), +(470,450,cs), +(470,524,o), +(435,571,o), +(361,571,cs), +(283,571,l), +(283,160,l) +); +}, +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (243,0); +ref = _published.P; +} +); +width = 698; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (442,363); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(342,165,l), +(342,532,l), +(493,532,ls), +(564,532,o), +(603,498,o), +(603,440,cs), +(603,384,o), +(563,349,o), +(493,349,cs), +(334,349,l), +(333,319,l), +(496,319,ls), +(582,319,o), +(638,364,o), +(638,441,cs), +(638,517,o), +(585,562,o), +(496,562,cs), +(306,562,l), +(306,165,l) +); +}, +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (266,0); +ref = _published.P; +} +); +width = 884; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (430,364); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(408,167,l), +(408,463,l), +(451,463,ls), +(491,463,o), +(511,455,o), +(511,425,cs), +(511,403,o), +(501,387,o), +(451,387,cs), +(392,387,l), +(392,297,l), +(483,297,ls), +(604,297,o), +(667,340,o), +(667,430,cs), +(667,516,o), +(611,564,o), +(483,564,cs), +(252,564,l), +(252,167,l) +); +}, +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (212,0); +ref = _published.P; +} +); +width = 872; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (435,363); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(365,165,l), +(365,532,l), +(479,532,ls), +(544,532,o), +(584,499,o), +(584,440,cs), +(584,382,o), +(545,347,o), +(479,347,cs), +(358,347,l), +(358,319,l), +(483,319,ls), +(566,319,o), +(618,367,o), +(618,441,cs), +(618,517,o), +(566,562,o), +(484,562,cs), +(333,562,l), +(333,165,l) +); +}, +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (293,0); +ref = _published.P; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +9 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +1, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +4 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (428,365); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(402,167,l), +(403,471,l), +(433,471,ls), +(466,471,o), +(495,466,o), +(495,426,cs), +(495,382,o), +(466,378,o), +(433,378,cs), +(387,378,l), +(386,293,l), +(468,293,ls), +(585,293,o), +(634,349,o), +(634,429,cs), +(634,515,o), +(579,564,o), +(468,564,cs), +(264,564,l), +(264,167,l) +); +}, +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (224,0); +ref = _published.P; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +}; +width = 834; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (386,365); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(350,160,l), +(350,546,l), +(397,546,ls), +(447,546,o), +(476,515,o), +(476,450,cs), +(476,386,o), +(446,357,o), +(397,357,cs), +(342,357,l), +(342,330,l), +(398,330,ls), +(473,330,o), +(507,378,o), +(507,450,cs), +(507,524,o), +(472,571,o), +(398,571,cs), +(320,571,l), +(320,160,l) +); +}, +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (215,0); +ref = _published.P; +} +); +width = 727; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (385,366); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(383,132,l), +(383,514,l), +(401,514,ls), +(425,514,o), +(437,496,o), +(437,442,cs), +(437,393,o), +(429,367,o), +(401,367,cs), +(373,367,l), +(373,279,l), +(405,279,ls), +(508,279,o), +(556,334,o), +(556,440,cs), +(556,546,o), +(508,601,o), +(405,601,cs), +(265,601,l), +(265,132,l) +); +}, +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (157,0); +ref = _published.P; +} +); +width = 747; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (467,363); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(397,165,l), +(397,532,l), +(511,532,ls), +(576,532,o), +(616,499,o), +(616,440,cs), +(616,382,o), +(577,347,o), +(511,347,cs), +(390,347,l), +(390,319,l), +(515,319,ls), +(598,319,o), +(650,367,o), +(650,441,cs), +(650,517,o), +(598,562,o), +(516,562,cs), +(365,562,l), +(365,165,l) +); +}, +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (262,0); +ref = _published.P; +} +); +width = 891; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (456,365); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(430,167,l), +(431,471,l), +(461,471,ls), +(494,471,o), +(523,466,o), +(523,426,cs), +(523,382,o), +(494,378,o), +(461,378,cs), +(415,378,l), +(414,293,l), +(496,293,ls), +(613,293,o), +(662,349,o), +(662,429,cs), +(662,515,o), +(607,564,o), +(496,564,cs), +(292,564,l), +(292,167,l) +); +}, +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (192,0); +ref = _published.P; +} +); +width = 873; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (473,363); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(373,165,l), +(373,532,l), +(524,532,ls), +(595,532,o), +(634,498,o), +(634,440,cs), +(634,384,o), +(594,349,o), +(524,349,cs), +(365,349,l), +(364,319,l), +(527,319,ls), +(613,319,o), +(669,364,o), +(669,441,cs), +(669,517,o), +(616,562,o), +(527,562,cs), +(337,562,l), +(337,165,l) +); +}, +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (234,0); +ref = _published.P; +} +); +width = 903; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (459,364); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(437,167,l), +(437,463,l), +(480,463,ls), +(520,463,o), +(540,455,o), +(540,425,cs), +(540,403,o), +(530,387,o), +(480,387,cs), +(421,387,l), +(421,297,l), +(512,297,ls), +(633,297,o), +(696,340,o), +(696,430,cs), +(696,516,o), +(640,564,o), +(512,564,cs), +(281,564,l), +(281,167,l) +); +}, +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,67,o), +(151,181,o), +(151,364,cs), +(151,547,o), +(279,661,o), +(459,661,cs), +(640,661,o), +(767,547,o), +(767,364,cs), +(767,181,o), +(640,67,o), +(459,67,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +alignment = 1; +pos = (181,0); +ref = _published.P; +} +); +width = 892; }, { background = { @@ -156,14 +1187,14 @@ nodes = ( } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { -alignment = 1; +alignment = -1; pos = (243,0); ref = _published.P; } @@ -175,6 +1206,90 @@ background = { anchors = ( { name = center; +pos = (353,366); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(351,132,l), +(351,514,l), +(369,514,ls), +(393,514,o), +(405,496,o), +(405,442,cs), +(405,393,o), +(397,367,o), +(369,367,cs), +(341,367,l), +(341,279,l), +(373,279,ls), +(476,279,o), +(524,334,o), +(524,440,cs), +(524,546,o), +(476,601,o), +(373,601,cs), +(233,601,l), +(233,132,l) +); +}, +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = whiteCircle; +}, +{ +alignment = -1; +pos = (193,0); +ref = _published.P; +} +); +width = 706; +}, +{ +background = { +anchors = ( +{ +name = center; pos = (435,363); } ); @@ -240,14 +1355,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { -alignment = 1; +alignment = -1; pos = (293,0); ref = _published.P; } @@ -426,14 +1541,14 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { -alignment = 1; +alignment = -1; pos = (224,0); ref = _published.P; } @@ -442,7 +1557,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; }; -width = 855; +width = 835; }, { background = { @@ -514,14 +1629,14 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { -alignment = 1; +alignment = -1; pos = (266,0); ref = _published.P; } @@ -598,14 +1713,14 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { -alignment = 1; +alignment = -1; pos = (212,0); ref = _published.P; } @@ -682,7 +1797,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -694,7 +1809,7 @@ pos = (215,0); ref = _published.P; } ); -width = 727; +width = 681; }, { background = { @@ -766,7 +1881,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -778,7 +1893,7 @@ pos = (157,0); ref = _published.P; } ); -width = 731; +width = 709; }, { background = { @@ -850,7 +1965,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -862,7 +1977,7 @@ pos = (262,0); ref = _published.P; } ); -width = 891; +width = 843; }, { background = { @@ -934,7 +2049,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -946,7 +2061,7 @@ pos = (192,0); ref = _published.P; } ); -width = 873; +width = 815; }, { background = { @@ -1018,7 +2133,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -1030,7 +2145,7 @@ pos = (234,0); ref = _published.P; } ); -width = 903; +width = 883; }, { background = { @@ -1102,7 +2217,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -1114,7 +2229,7 @@ pos = (181,0); ref = _published.P; } ); -width = 880; +width = 850; } ); metricLeft = copyright; diff --git a/sources/MonaSans.glyphspackage/glyphs/q.glyph b/sources/MonaSans.glyphspackage/glyphs/q.glyph index 74b37e63..3767531f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/q.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/q.glyph @@ -1,17 +1,17 @@ { glyphname = q; -kernLeft = a; -kernRight = a; +kernLeft = KO_a; +kernRight = KO_a; layers = ( { anchors = ( { name = bottom; -pos = (235,0); +pos = (243,0); }, { name = top; -pos = (235,541); +pos = (243,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -19,47 +19,47 @@ shapes = ( { closed = 1; nodes = ( -(443,-167,l), -(443,541,l), -(271,541,l), -(267,477,l), -(260,477,l), -(242,526,o), -(208,551,o), -(156,551,cs), -(74,551,o), -(16,493,o), -(16,271,cs), -(16,97,o), -(46,-10,o), -(156,-10,cs), -(202,-10,o), -(241,13,o), -(260,64,c), -(267,64,l), -(267,-167,l) +(451,-167,l), +(451,541,l), +(279,541,l), +(275,477,l), +(268,477,l), +(250,526,o), +(216,551,o), +(164,551,cs), +(82,551,o), +(24,493,o), +(24,271,cs), +(24,97,o), +(54,-10,o), +(164,-10,cs), +(210,-10,o), +(249,13,o), +(268,64,c), +(275,64,l), +(275,-167,l) ); }, { closed = 1; nodes = ( -(204,128,o), -(194,160,o), -(194,271,cs), -(194,365,o), -(199,415,o), -(231,415,cs), -(255,415,o), -(267,385,o), -(267,285,cs), -(267,256,ls), -(267,171,o), -(259,128,o), -(231,128,cs) +(212,128,o), +(202,160,o), +(202,271,cs), +(202,365,o), +(207,415,o), +(239,415,cs), +(263,415,o), +(275,385,o), +(275,285,cs), +(275,256,ls), +(275,171,o), +(267,128,o), +(239,128,cs) ); } ); -width = 470; +width = 486; }, { anchors = ( @@ -123,11 +123,127 @@ width = 344; anchors = ( { name = bottom; -pos = (301,0); +pos = (317,0); +}, +{ +name = top; +pos = (317,517); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(574,-167,l), +(574,517,l), +(539,517,l), +(537,398,l), +(534,398,l), +(502,474,o), +(414,526,o), +(297,526,cs), +(141,526,o), +(35,424,o), +(35,259,cs), +(35,97,o), +(140,-9,o), +(297,-9,cs), +(408,-9,o), +(502,47,o), +(534,130,c), +(537,130,l), +(537,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(164,25,o), +(73,118,o), +(73,259,cs), +(73,407,o), +(165,492,o), +(301,492,cs), +(450,492,o), +(537,396,o), +(537,294,cs), +(537,234,ls), +(537,126,o), +(450,25,o), +(301,25,cs) +); +} +); +width = 640; +}, +{ +anchors = ( +{ +name = bottom; +pos = (366,0); +}, +{ +name = top; +pos = (366,544); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(693,-167,l), +(693,544,l), +(483,544,l), +(477,473,l), +(469,473,l), +(438,520,o), +(378,552,o), +(282,552,cs), +(124,552,o), +(18,443,o), +(18,272,cs), +(18,100,o), +(124,-10,o), +(282,-10,cs), +(358,-10,o), +(428,17,o), +(464,69,c), +(472,69,l), +(472,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(285,155,o), +(240,195,o), +(240,272,cs), +(240,346,o), +(285,387,o), +(353,387,cs), +(427,387,o), +(471,342,o), +(471,276,cs), +(471,265,ls), +(471,200,o), +(427,155,o), +(353,155,cs) +); +} +); +width = 742; +}, +{ +anchors = ( +{ +name = bottom; +pos = (298,0); }, { name = top; -pos = (301,517); +pos = (298,517); } ); background = { @@ -176,48 +292,48 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(507,-167,l), -(507,517,l), -(473,517,l), -(471,398,l), -(468,398,l), -(441,475,o), -(370,526,o), -(272,526,cs), -(143,526,o), -(55,425,o), -(55,259,cs), -(55,94,o), -(143,-8,o), -(272,-8,cs), -(370,-8,o), -(441,44,o), -(468,121,c), -(470,121,l), -(470,-167,l) +(495,-182,l), +(495,517,l), +(461,517,l), +(459,398,l), +(456,398,l), +(432,475,o), +(365,526,o), +(273,526,cs), +(151,526,o), +(68,425,o), +(68,259,cs), +(68,94,o), +(151,-8,o), +(273,-8,cs), +(365,-8,o), +(432,44,o), +(456,121,c), +(458,121,l), +(458,-182,l) ); }, { closed = 1; nodes = ( -(168,26,o), -(93,112,o), -(93,259,cs), -(93,408,o), -(168,493,o), -(280,493,cs), -(400,493,o), -(470,397,o), -(470,295,cs), -(470,224,ls), -(470,122,o), -(400,26,o), -(280,26,cs) +(176,26,o), +(106,112,o), +(106,259,cs), +(106,408,o), +(176,493,o), +(281,493,cs), +(393,493,o), +(458,397,o), +(458,295,cs), +(458,224,ls), +(458,122,o), +(393,26,o), +(281,26,cs) ); } ); @@ -375,181 +491,65 @@ type = Stem; } ); }; -width = 592; -}, -{ -anchors = ( -{ -name = bottom; -pos = (329,0); -}, -{ -name = top; -pos = (329,544); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(600,-167,l), -(600,544,l), -(416,544,l), -(410,465,l), -(401,465,l), -(381,518,o), -(320,554,o), -(247,554,cs), -(115,554,o), -(28,451,o), -(28,272,cs), -(28,93,o), -(115,-10,o), -(247,-10,cs), -(320,-10,o), -(381,26,o), -(401,79,c), -(409,79,l), -(409,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(248,143,o), -(223,195,o), -(223,272,cs), -(223,349,o), -(251,401,o), -(323,401,cs), -(375,401,o), -(409,363,o), -(409,295,cs), -(409,249,ls), -(409,185,o), -(381,143,o), -(318,143,cs) -); -} -); -width = 654; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = top; -pos = (317,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(574,-167,l), -(574,517,l), -(539,517,l), -(537,398,l), -(534,398,l), -(502,474,o), -(414,526,o), -(297,526,cs), -(141,526,o), -(35,424,o), -(35,259,cs), -(35,97,o), -(140,-9,o), -(297,-9,cs), -(408,-9,o), -(502,47,o), -(534,130,c), -(537,130,l), -(537,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(164,25,o), -(73,118,o), -(73,259,cs), -(73,407,o), -(165,492,o), -(301,492,cs), -(450,492,o), -(537,396,o), -(537,294,cs), -(537,234,ls), -(537,126,o), -(450,25,o), -(301,25,cs) -); -} -); -width = 640; +width = 580; }, { anchors = ( { name = bottom; -pos = (360,0); +pos = (319,0); }, { name = top; -pos = (360,544); +pos = (319,544); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(687,-167,l), -(687,544,l), -(477,544,l), -(471,473,l), -(463,473,l), -(432,520,o), -(372,552,o), -(276,552,cs), -(118,552,o), -(12,443,o), -(12,272,cs), -(12,100,o), -(118,-10,o), -(276,-10,cs), -(352,-10,o), -(422,17,o), -(458,69,c), -(466,69,l), -(466,-167,l) +(575,-167,l), +(575,544,l), +(393,544,l), +(389,465,l), +(377,465,l), +(359,517,o), +(306,554,o), +(239,554,cs), +(116,554,o), +(35,451,o), +(35,272,cs), +(35,93,o), +(116,-10,o), +(239,-10,cs), +(306,-10,o), +(358,27,o), +(376,79,c), +(388,79,l), +(386,-167,l) ); }, { closed = 1; nodes = ( -(279,155,o), -(234,195,o), -(234,272,cs), -(234,346,o), -(279,387,o), -(347,387,cs), -(421,387,o), -(465,342,o), -(465,276,cs), -(465,265,ls), -(465,200,o), -(421,155,o), -(347,155,cs) +(248,148,o), +(228,198,o), +(228,272,cs), +(228,347,o), +(251,397,o), +(314,397,cs), +(359,397,o), +(386,355,o), +(386,285,cs), +(386,259,ls), +(386,189,o), +(357,148,o), +(309,148,cs) ); } ); -width = 730; +width = 635; }, { anchors = ( @@ -613,11 +613,11 @@ width = 341; anchors = ( { name = bottom; -pos = (187,0); +pos = (195,0); }, { name = top; -pos = (299,541); +pos = (307,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -625,47 +625,47 @@ shapes = ( { closed = 1; nodes = ( -(350,-167,l), -(497,541,l), -(326,541,l), -(306,469,l), -(301,469,l), -(289,524,o), -(256,551,o), -(200,551,cs), -(122,551,o), -(61,486,o), -(18,279,cs), -(-13,131,o), -(-23,-10,o), -(105,-10,cs), -(151,-10,o), -(190,15,o), -(213,57,c), -(220,57,l), -(173,-167,l) +(358,-167,l), +(505,541,l), +(334,541,l), +(314,469,l), +(309,469,l), +(297,524,o), +(264,551,o), +(208,551,cs), +(130,551,o), +(69,486,o), +(26,279,cs), +(-5,131,o), +(-15,-10,o), +(113,-10,cs), +(159,-10,o), +(198,15,o), +(221,57,c), +(228,57,l), +(181,-167,l) ); }, { closed = 1; nodes = ( -(173,122,o), -(167,151,o), -(192,269,cs), -(212,366,o), -(227,409,o), -(256,409,cs), -(280,409,o), -(286,383,o), -(265,277,cs), -(259,248,ls), -(241,159,o), -(225,122,o), -(198,122,cs) +(181,122,o), +(175,151,o), +(200,269,cs), +(220,366,o), +(235,409,o), +(264,409,cs), +(288,409,o), +(294,383,o), +(273,277,cs), +(267,248,ls), +(249,159,o), +(233,122,o), +(206,122,cs) ); } ); -width = 467; +width = 483; }, { anchors = ( @@ -937,11 +937,11 @@ width = 637; anchors = ( { name = bottom; -pos = (310,0); +pos = (316,0); }, { name = top; -pos = (422,544); +pos = (428,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -949,50 +949,1038 @@ shapes = ( { closed = 1; nodes = ( -(587,-167,l), -(736,544,l), -(521,544,l), -(494,457,l), -(486,457,l), -(463,519,o), -(384,554,o), -(303,554,cs), -(137,554,o), -(21,434,o), -(13,248,cs), -(5,93,o), -(100,-10,o), -(248,-10,cs), -(320,-10,o), -(372,14,o), -(407,52,c), -(415,52,l), -(368,-167,l) +(593,-167,l), +(742,544,l), +(527,544,l), +(500,457,l), +(492,457,l), +(469,519,o), +(390,554,o), +(309,554,cs), +(143,554,o), +(27,434,o), +(19,248,cs), +(11,93,o), +(106,-10,o), +(254,-10,cs), +(326,-10,o), +(378,14,o), +(413,52,c), +(421,52,l), +(374,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(281,154,o), +(237,193,o), +(240,256,cs), +(242,337,o), +(292,389,o), +(364,387,cs), +(435,384,o), +(474,334,o), +(461,264,cs), +(457,248,ls), +(445,192,o), +(409,154,o), +(340,154,cs) +); +} +); +width = 735; +}, +{ +anchors = ( +{ +name = bottom; +pos = (166,0); +}, +{ +name = top; +pos = (166,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(275,-167,l), +(275,516,l), +(246,516,l), +(245,439,l), +(243,439,l), +(224,497,o), +(190,526,o), +(142,526,cs), +(61,526,o), +(24,447,o), +(24,257,cs), +(24,68,o), +(61,-10,o), +(142,-10,cs), +(190,-10,o), +(224,19,o), +(243,77,c), +(245,77,l), +(245,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(85,17,o), +(55,86,o), +(55,257,cs), +(55,429,o), +(85,499,o), +(150,499,cs), +(204,499,o), +(245,419,o), +(245,309,cs), +(245,206,ls), +(245,96,o), +(204,17,o), +(150,17,cs) +); +} +); +width = 310; +}, +{ +anchors = ( +{ +name = bottom; +pos = (228,0); +}, +{ +name = top; +pos = (228,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(436,-167,l), +(436,541,l), +(264,541,l), +(260,469,l), +(259,469,l), +(235,526,o), +(201,551,o), +(149,551,cs), +(67,551,o), +(9,493,o), +(9,271,cs), +(9,97,o), +(39,-10,o), +(149,-10,cs), +(195,-10,o), +(234,13,o), +(259,73,c), +(260,73,l), +(260,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(197,128,o), +(187,160,o), +(187,271,cs), +(187,365,o), +(192,415,o), +(224,415,cs), +(248,415,o), +(260,385,o), +(260,285,cs), +(260,256,ls), +(260,171,o), +(252,128,o), +(224,128,cs) +); +} +); +width = 452; +}, +{ +anchors = ( +{ +name = bottom; +pos = (283,0); +}, +{ +name = top; +pos = (283,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(510,-167,l), +(510,517,l), +(475,517,l), +(473,398,l), +(470,398,l), +(443,475,o), +(372,526,o), +(274,526,cs), +(145,526,o), +(57,425,o), +(57,259,cs), +(57,94,o), +(145,-8,o), +(274,-8,cs), +(372,-8,o), +(443,44,o), +(470,121,c), +(473,121,l), +(473,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(170,26,o), +(95,112,o), +(95,259,cs), +(95,408,o), +(170,493,o), +(282,493,cs), +(402,493,o), +(472,397,o), +(472,295,cs), +(472,224,ls), +(472,122,o), +(402,26,o), +(282,26,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(489,-167,l), +(489,517,l), +(455,517,l), +(453,398,l), +(450,398,l), +(423,475,o), +(352,526,o), +(254,526,cs), +(125,526,o), +(37,425,o), +(37,259,cs), +(37,94,o), +(125,-8,o), +(254,-8,cs), +(352,-8,o), +(423,44,o), +(450,121,c), +(452,121,l), +(452,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(150,26,o), +(75,112,o), +(75,259,cs), +(75,408,o), +(150,493,o), +(262,493,cs), +(382,493,o), +(452,397,o), +(452,295,cs), +(452,224,ls), +(452,122,o), +(382,26,o), +(262,26,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +1, +12 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +0 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +1 +); +stem = -2; +target = ( +1, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +0, +10 +); +type = Stem; +} +); +}; +width = 548; +}, +{ +anchors = ( +{ +name = bottom; +pos = (308,0); +}, +{ +name = top; +pos = (308,544); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(579,-167,l), +(579,544,l), +(395,544,l), +(389,451,l), +(388,451,l), +(360,518,o), +(299,554,o), +(226,554,cs), +(94,554,o), +(7,451,o), +(7,272,cs), +(7,93,o), +(94,-10,o), +(226,-10,cs), +(299,-10,o), +(360,26,o), +(387,89,c), +(388,89,l), +(388,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(227,143,o), +(202,195,o), +(202,272,cs), +(202,349,o), +(230,401,o), +(302,401,cs), +(354,401,o), +(388,363,o), +(388,295,cs), +(388,249,ls), +(388,185,o), +(360,143,o), +(297,143,cs) +); +} +); +width = 609; +}, +{ +anchors = ( +{ +name = bottom; +pos = (338,0); +}, +{ +name = top; +pos = (338,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(595,-167,l), +(595,517,l), +(560,517,l), +(559,392,l), +(558,392,l), +(524,472,o), +(428,526,o), +(304,526,cs), +(140,526,o), +(28,424,o), +(28,259,cs), +(28,97,o), +(139,-9,o), +(304,-9,cs), +(422,-9,o), +(523,49,o), +(557,136,c), +(558,136,l), +(558,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(163,25,o), +(66,118,o), +(66,259,cs), +(66,407,o), +(164,492,o), +(308,492,cs), +(466,492,o), +(556,390,o), +(558,288,cs), +(558,240,ls), +(558,132,o), +(466,25,o), +(308,25,cs) +); +} +); +width = 651; +}, +{ +anchors = ( +{ +name = bottom; +pos = (364,0); +}, +{ +name = top; +pos = (364,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(691,-167,l), +(691,544,l), +(481,544,l), +(475,473,l), +(474,473,l), +(443,520,o), +(376,552,o), +(280,552,cs), +(122,552,o), +(16,443,o), +(16,272,cs), +(16,100,o), +(122,-10,o), +(280,-10,cs), +(356,-10,o), +(433,17,o), +(469,69,c), +(470,69,l), +(470,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(283,155,o), +(238,195,o), +(238,272,cs), +(238,346,o), +(283,387,o), +(351,387,cs), +(425,387,o), +(469,342,o), +(469,276,cs), +(469,265,ls), +(469,200,o), +(425,155,o), +(351,155,cs) +); +} +); +width = 721; +}, +{ +anchors = ( +{ +name = bottom; +pos = (110,0); +}, +{ +name = top; +pos = (216,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,-167,l), +(311,516,l), +(285,516,l), +(266,431,l), +(264,431,l), +(259,489,o), +(238,525,o), +(182,525,cs), +(120,525,o), +(64,463,o), +(22,262,cs), +(-7,126,o), +(-15,-10,o), +(87,-10,cs), +(130,-10,o), +(163,17,o), +(189,70,c), +(190,70,l), +(141,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(18,15,o), +(22,117,o), +(52,263,cs), +(84,421,o), +(122,498,o), +(187,498,cs), +(256,498,o), +(259,403,o), +(238,302,cs), +(217,199,ls), +(191,73,o), +(145,15,o), +(96,15,cs) +); +} +); +width = 295; +}, +{ +anchors = ( +{ +name = bottom; +pos = (178,0); +}, +{ +name = top; +pos = (290,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(341,-167,l), +(488,541,l), +(317,541,l), +(297,469,l), +(292,469,l), +(280,524,o), +(247,551,o), +(191,551,cs), +(113,551,o), +(52,486,o), +(9,279,cs), +(-22,131,o), +(-32,-10,o), +(96,-10,cs), +(142,-10,o), +(181,15,o), +(204,57,c), +(211,57,l), +(164,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(164,122,o), +(158,151,o), +(183,269,cs), +(203,366,o), +(218,409,o), +(247,409,cs), +(271,409,o), +(277,383,o), +(256,277,cs), +(250,248,ls), +(232,159,o), +(216,122,o), +(189,122,cs) +); +} +); +width = 447; +}, +{ +anchors = ( +{ +name = bottom; +pos = (214,0); +}, +{ +name = top; +pos = (322,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(374,-167,l), +(515,517,l), +(481,517,l), +(452,383,l), +(449,383,l), +(437,465,o), +(373,526,o), +(274,526,cs), +(128,526,o), +(19,393,o), +(13,210,cs), +(8,75,o), +(80,-10,o), +(191,-10,cs), +(275,-10,o), +(349,34,o), +(390,103,c), +(392,103,l), +(337,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(108,23,o), +(47,91,o), +(51,211,cs), +(56,374,o), +(151,492,o), +(276,492,cs), +(384,492,o), +(451,400,o), +(428,279,cs), +(415,209,ls), +(396,109,o), +(312,23,o), +(203,23,cs) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(394,-167,l), +(536,517,l), +(503,517,l), +(473,391,l), +(469,391,l), +(449,472,o), +(384,526,o), +(293,526,cs), +(139,526,o), +(35,405,o), +(35,201,cs), +(35,74,o), +(109,-10,o), +(220,-10,cs), +(298,-10,o), +(370,26,o), +(412,103,c), +(413,103,l), +(357,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(129,24,o), +(74,96,o), +(74,205,cs), +(74,375,o), +(155,492,o), +(294,492,cs), +(415,492,o), +(477,399,o), +(448,259,cs), +(436,202,ls), +(413,95,o), +(336,24,o), +(227,24,cs) +); +} +); +width = 546; +}, +{ +anchors = ( +{ +name = bottom; +pos = (13,22); +}, +{ +name = top; +pos = (13,22); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(431,-167,l), +(579,544,l), +(393,544,l), +(370,459,l), +(359,459,l), +(343,512,o), +(292,554,o), +(218,554,cs), +(79,554,o), +(-14,445,o), +(-39,245,cs), +(-59,92,o), +(8,-10,o), +(126,-10,cs), +(205,-10,o), +(254,23,o), +(280,72,c), +(290,72,l), +(240,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(183,143,o), +(155,173,o), +(157,234,cs), +(161,335,o), +(205,401,o), +(269,401,cs), +(325,401,o), +(349,349,o), +(338,298,cs), +(321,223,ls), +(310,174,o), +(276,143,o), +(227,143,cs) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,-167,l), +(638,544,l), +(456,544,l), +(429,457,l), +(423,457,l), +(404,515,o), +(340,554,o), +(270,554,cs), +(117,554,o), +(27,431,o), +(8,276,cs), +(-13,105,o), +(59,-10,o), +(187,-10,cs), +(255,-10,o), +(315,20,o), +(340,67,c), +(347,66,l), +(299,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(223,143,o), +(190,193,o), +(203,281,cs), +(214,353,o), +(255,401,o), +(316,401,cs), +(378,401,o), +(407,351,o), +(393,287,cs), +(384,241,ls), +(371,182,o), +(340,143,o), +(283,143,cs) +); +} +); +width = 608; +}, +{ +anchors = ( +{ +name = bottom; +pos = (277,0); +}, +{ +name = top; +pos = (385,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,-167,l), +(631,517,l), +(601,517,l), +(567,370,l), +(563,370,l), +(548,461,o), +(461,527,o), +(336,527,cs), +(163,527,o), +(36,399,o), +(30,223,cs), +(25,80,o), +(119,-10,o), +(263,-10,cs), +(364,-10,o), +(457,35,o), +(507,109,c), +(510,109,l), +(453,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(143,24,o), +(61,101,o), +(67,228,cs), +(74,384,o), +(186,493,o), +(332,493,cs), +(485,493,o), +(566,395,o), +(538,245,cs), +(532,213,ls), +(511,101,o), +(403,24,o), +(271,24,cs) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = bottom; +pos = (306,0); +}, +{ +name = top; +pos = (418,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(583,-167,l), +(732,544,l), +(517,544,l), +(490,457,l), +(489,457,l), +(466,519,o), +(380,554,o), +(299,554,cs), +(133,554,o), +(17,434,o), +(9,248,cs), +(1,93,o), +(96,-10,o), +(244,-10,cs), +(316,-10,o), +(375,14,o), +(410,52,c), +(411,52,l), +(364,-167,l) ); }, { closed = 1; nodes = ( -(275,154,o), -(231,193,o), -(234,256,cs), -(236,337,o), -(286,389,o), -(358,387,cs), -(429,384,o), -(468,334,o), -(455,264,cs), -(451,248,ls), -(439,192,o), -(403,154,o), -(334,154,cs) +(271,154,o), +(227,193,o), +(229,259,cs), +(232,337,o), +(282,389,o), +(354,387,cs), +(425,384,o), +(464,334,o), +(449,258,cs), +(446,242,ls), +(435,192,o), +(399,154,o), +(330,154,cs) ); } ); -width = 723; +width = 704; } ); -metricLeft = "=|b"; +metricLeft = d; metricRight = l; unicode = 113; } diff --git a/sources/MonaSans.glyphspackage/glyphs/question.glyph b/sources/MonaSans.glyphspackage/glyphs/question.glyph index 783ccc82..d18034cb 100644 --- a/sources/MonaSans.glyphspackage/glyphs/question.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/question.glyph @@ -1,7 +1,7 @@ { glyphname = question; -kernLeft = question; -kernRight = question; +kernLeft = KO_question; +kernRight = KO_question; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,49 +9,55 @@ shapes = ( { closed = 1; nodes = ( -(301,223,l), -(301,233,ls), -(301,333,o), -(431,416,o), -(431,553,cs), -(431,665,o), -(366,739,o), -(227,739,cs), -(94,739,o), -(7,667,o), -(13,504,c), -(172,504,l), -(170,559,o), -(186,583,o), -(218,583,cs), -(242,583,o), -(256,567,o), -(256,525,cs), -(256,441,o), -(144,370,o), -(144,245,cs), -(144,223,l) +(282,-10,o), +(323,22,o), +(323,77,cs), +(323,132,o), +(282,164,o), +(227,164,cs), +(172,164,o), +(131,132,o), +(131,77,cs), +(131,22,o), +(172,-10,o), +(227,-10,cs) ); }, { closed = 1; nodes = ( -(275,-10,o), -(316,22,o), -(316,77,cs), -(316,132,o), -(275,164,o), -(220,164,cs), -(165,164,o), -(124,132,o), -(124,77,cs), -(124,22,o), -(165,-10,o), -(220,-10,cs) +(308,215,l), +(308,233,ls), +(308,283,o), +(340,328,o), +(373,379,cs), +(405,429,o), +(438,484,o), +(438,553,cs), +(438,665,o), +(373,739,o), +(234,739,cs), +(101,739,o), +(14,667,o), +(20,504,c), +(179,504,l), +(177,559,o), +(193,583,o), +(225,583,cs), +(249,583,o), +(263,567,o), +(263,525,cs), +(263,492,o), +(246,461,o), +(225,428,cs), +(192,377,o), +(151,321,o), +(151,245,cs), +(151,215,l) ); } ); -width = 445; +width = 460; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -59,49 +65,167 @@ shapes = ( { closed = 1; nodes = ( -(193,160,l), -(193,189,ls), -(193,342,o), -(298,424,o), -(298,576,cs), -(298,673,o), -(259,739,o), -(171,739,cs), -(91,739,o), -(36,680,o), -(40,535,c), -(70,535,l), -(68,642,o), -(94,711,o), -(171,711,cs), -(228,711,o), -(266,673,o), -(266,574,cs), -(266,426,o), -(162,349,o), -(162,188,cs), -(162,160,l) +(182,-6,o), +(193,4,o), +(193,19,cs), +(193,34,o), +(182,44,o), +(167,44,cs), +(152,44,o), +(141,34,o), +(141,19,cs), +(141,4,o), +(152,-6,o), +(167,-6,cs) ); }, { closed = 1; nodes = ( -(191,-6,o), -(202,4,o), -(202,18,cs), -(202,32,o), -(191,42,o), -(177,42,cs), -(163,42,o), -(152,32,o), -(152,18,cs), -(152,4,o), -(163,-6,o), -(177,-6,cs) +(181,140,l), +(182,189,ls), +(184,268,o), +(211,327,o), +(238,388,cs), +(263,445,o), +(288,502,o), +(288,576,cs), +(288,673,o), +(249,739,o), +(161,739,cs), +(81,739,o), +(26,680,o), +(30,535,c), +(60,535,l), +(58,642,o), +(84,711,o), +(161,711,cs), +(218,711,o), +(256,673,o), +(256,574,cs), +(256,508,o), +(236,457,o), +(213,406,cs), +(184,341,o), +(153,278,o), +(153,188,cs), +(153,140,l) ); } ); -width = 324; +width = 317; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(277,-7,o), +(290,5,o), +(290,22,cs), +(290,39,o), +(277,51,o), +(260,51,cs), +(243,51,o), +(230,39,o), +(230,22,cs), +(230,5,o), +(243,-7,o), +(260,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,165,l), +(276,178,ls), +(276,245,o), +(336,290,o), +(393,345,cs), +(445,395,o), +(495,454,o), +(495,545,cs), +(495,664,o), +(403,739,o), +(268,739,cs), +(129,739,o), +(37,667,o), +(29,543,c), +(64,543,l), +(70,641,o), +(143,706,o), +(266,706,cs), +(381,706,o), +(457,648,o), +(457,545,cs), +(457,469,o), +(420,418,o), +(377,374,cs), +(315,312,o), +(241,264,o), +(241,176,cs), +(241,165,l) +); +} +); +width = 530; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(394,-10,o), +(428,29,o), +(428,83,cs), +(428,136,o), +(394,175,o), +(310,175,cs), +(226,175,o), +(192,136,o), +(192,83,cs), +(192,29,o), +(226,-10,o), +(310,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(409,237,l), +(409,242,ls), +(409,272,o), +(455,299,o), +(501,338,cs), +(550,381,o), +(601,438,o), +(601,525,cs), +(601,653,o), +(505,738,o), +(307,738,cs), +(133,738,o), +(14,660,o), +(9,504,c), +(217,504,l), +(220,542,o), +(244,569,o), +(295,569,cs), +(343,569,o), +(371,550,o), +(371,504,cs), +(371,475,o), +(342,453,o), +(311,426,cs), +(264,385,o), +(208,336,o), +(208,256,cs), +(208,237,l) +); +} +); +width = 615; }, { background = { @@ -109,91 +233,97 @@ shapes = ( { closed = 1; nodes = ( -(262,179,l), -(262,200,ls), -(262,289,o), -(312,316,o), -(375,375,cs), -(437,433,o), -(472,480,o), -(472,553,cs), -(472,665,o), -(391,738,o), -(267,738,cs), -(135,738,o), -(49,655,o), -(50,529,c), -(91,529,l), -(90,628,o), -(153,700,o), -(265,700,cs), -(363,700,o), -(429,644,o), -(429,553,cs), -(429,494,o), -(399,448,o), -(345,398,cs), -(289,347,o), -(220,304,o), -(220,200,cs), -(220,179,l) +(263,179,l), +(263,200,ls), +(263,289,o), +(313,316,o), +(376,375,cs), +(438,433,o), +(473,480,o), +(473,553,cs), +(473,665,o), +(392,738,o), +(268,738,cs), +(136,738,o), +(50,655,o), +(51,529,c), +(92,529,l), +(91,628,o), +(154,700,o), +(266,700,cs), +(364,700,o), +(430,644,o), +(430,553,cs), +(430,494,o), +(400,448,o), +(346,398,cs), +(290,347,o), +(221,304,o), +(221,200,cs), +(221,179,l) ); }, { closed = 1; nodes = ( -(269,0,l), -(269,101,l), -(215,101,l), -(215,0,l) +(270,0,l), +(270,101,l), +(216,101,l), +(216,0,l) ); } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(280,169,l), -(280,190,ls), -(280,329,o), -(457,385,o), -(457,553,cs), -(457,664,o), -(384,738,o), -(257,738,cs), -(129,738,o), -(44,654,o), -(45,529,c), -(82,529,l), -(81,631,o), -(144,705,o), -(255,705,cs), -(353,705,o), -(418,656,o), -(418,553,cs), -(418,392,o), -(243,344,o), -(243,186,cs), -(243,169,l) +(288,-7,o), +(304,7,o), +(304,28,cs), +(304,48,o), +(288,63,o), +(268,63,cs), +(248,63,o), +(232,48,o), +(232,28,cs), +(232,7,o), +(248,-7,o), +(268,-7,cs) ); }, { closed = 1; nodes = ( -(277,-7,o), -(290,5,o), -(290,22,cs), -(290,39,o), -(277,51,o), -(260,51,cs), -(243,51,o), -(230,39,o), -(230,22,cs), -(230,5,o), -(243,-7,o), -(260,-7,cs) +(283,199,l), +(283,210,ls), +(283,274,o), +(310,320,o), +(376,387,cs), +(426,438,o), +(465,482,o), +(465,553,cs), +(465,664,o), +(391,738,o), +(260,738,cs), +(133,738,o), +(48,654,o), +(46,529,c), +(81,529,l), +(83,631,o), +(148,705,o), +(258,705,cs), +(359,705,o), +(428,656,o), +(428,553,cs), +(428,506,o), +(404,468,o), +(350,412,cs), +(276,335,o), +(248,282,o), +(248,206,cs), +(248,199,l) ); } ); @@ -287,7 +417,7 @@ type = Stem; } ); }; -width = 509; +width = 519; }, { background = { @@ -295,91 +425,97 @@ shapes = ( { closed = 1; nodes = ( -(377,226,l), -(377,233,ls), -(377,259,o), -(388,282,o), -(432,326,cs), -(497,392,o), -(550,442,o), -(550,534,cs), -(550,656,o), -(456,738,o), -(293,738,cs), -(127,738,o), -(19,659,o), -(20,509,c), -(202,509,l), -(202,551,o), -(232,578,o), -(284,578,cs), -(328,578,o), -(358,555,o), -(358,514,cs), -(358,475,o), -(339,451,o), -(293,404,cs), -(233,343,o), -(210,299,o), -(210,245,cs), -(210,226,l) +(375,226,l), +(375,233,ls), +(375,259,o), +(386,282,o), +(430,326,cs), +(495,392,o), +(548,442,o), +(548,534,cs), +(548,656,o), +(454,738,o), +(291,738,cs), +(125,738,o), +(17,659,o), +(18,509,c), +(200,509,l), +(200,551,o), +(230,578,o), +(282,578,cs), +(326,578,o), +(356,555,o), +(356,514,cs), +(356,475,o), +(337,451,o), +(291,404,cs), +(231,343,o), +(208,299,o), +(208,245,cs), +(208,226,l) ); }, { closed = 1; nodes = ( -(378,0,l), -(378,152,l), -(208,152,l), -(208,0,l) +(376,0,l), +(376,152,l), +(206,152,l), +(206,0,l) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(380,228,l), -(380,234,ls), -(380,322,o), -(553,378,o), -(553,533,cs), -(553,656,o), -(470,738,o), -(295,738,cs), -(129,738,o), -(19,646,o), -(20,508,c), -(206,508,l), -(206,550,o), -(238,578,o), -(286,578,cs), -(329,578,o), -(357,554,o), -(357,512,cs), -(357,426,o), -(210,372,o), -(210,247,cs), -(210,228,l) +(347,-8,o), +(391,35,o), +(391,93,cs), +(391,151,o), +(347,194,o), +(288,194,cs), +(229,194,o), +(185,151,o), +(185,93,cs), +(185,35,o), +(229,-8,o), +(288,-8,cs) ); }, { closed = 1; nodes = ( -(347,-8,o), -(385,27,o), -(385,80,cs), -(385,133,o), -(347,168,o), -(291,168,cs), -(235,168,o), -(197,133,o), -(197,80,cs), -(197,27,o), -(235,-8,o), -(291,-8,cs) +(382,260,l), +(382,261,ls), +(382,310,o), +(418,340,o), +(454,367,cs), +(512,411,o), +(542,462,o), +(542,518,cs), +(542,660,o), +(447,738,o), +(279,738,cs), +(117,738,o), +(12,646,o), +(10,508,c), +(208,508,l), +(208,550,o), +(236,578,o), +(278,578,cs), +(318,578,o), +(344,554,o), +(344,522,cs), +(344,485,o), +(317,467,o), +(284,440,cs), +(225,391,o), +(196,354,o), +(196,290,cs), +(196,260,l) ); } ); @@ -387,118 +523,38 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; }; -width = 578; +width = 555; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,165,l), -(274,178,ls), -(274,307,o), -(493,354,o), -(493,545,cs), -(493,664,o), -(401,739,o), -(266,739,cs), -(127,739,o), -(35,667,o), -(27,543,c), -(62,543,l), -(68,641,o), -(141,706,o), -(264,706,cs), -(379,706,o), -(455,648,o), -(455,545,cs), -(455,361,o), -(239,326,o), -(239,176,cs), -(239,165,l) -); -}, -{ -closed = 1; -nodes = ( -(275,-7,o), -(288,5,o), -(288,22,cs), -(288,39,o), -(275,51,o), -(258,51,cs), -(241,51,o), -(228,39,o), -(228,22,cs), -(228,5,o), -(241,-7,o), -(258,-7,cs) -); -} -); -width = 528; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(403,237,l), -(403,242,ls), -(403,305,o), -(595,358,o), -(595,525,cs), -(595,653,o), -(499,738,o), -(301,738,cs), -(127,738,o), -(8,660,o), -(3,504,c), -(211,504,l), -(214,542,o), -(238,569,o), -(289,569,cs), -(337,569,o), -(365,550,o), -(365,504,cs), -(365,423,o), -(202,383,o), -(202,256,cs), -(202,237,l) -); -}, -{ -closed = 1; -nodes = ( -(388,-10,o), -(422,29,o), -(422,83,cs), -(422,136,o), -(388,175,o), -(304,175,cs), -(220,175,o), -(186,136,o), -(186,83,cs), -(186,29,o), -(220,-10,o), -(304,-10,cs) -); -} +(150,-6,o), +(161,4,o), +(161,19,cs), +(161,33,o), +(151,42,o), +(137,42,cs), +(122,42,o), +(111,32,o), +(111,17,cs), +(111,3,o), +(121,-6,o), +(135,-6,cs) ); -width = 603; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ closed = 1; nodes = ( (174,160,l), (180,188,ls), -(213,340,o), -(330,407,o), +(198,271,o), +(241,328,o), +(281,388,cs), +(315,439,o), +(347,491,o), (362,562,cs), (384,662,o), (358,738,o), @@ -513,28 +569,14 @@ nodes = ( (334,710,o), (349,649,o), (331,565,cs), -(300,417,o), -(182,350,o), +(318,504,o), +(291,457,o), +(261,412,cs), +(217,346,o), +(168,284,o), (149,189,cs), (143,160,l) ); -}, -{ -closed = 1; -nodes = ( -(149,-6,o), -(160,4,o), -(160,19,cs), -(160,33,o), -(150,42,o), -(137,42,cs), -(123,42,o), -(112,32,o), -(112,17,cs), -(112,3,o), -(122,-6,o), -(135,-6,cs) -); } ); width = 325; @@ -545,49 +587,55 @@ shapes = ( { closed = 1; nodes = ( -(289,223,l), -(290,227,ls), -(315,326,o), -(453,392,o), -(483,534,cs), -(511,669,o), -(432,738,o), -(293,738,cs), -(176,738,o), -(88,670,o), -(65,514,c), -(222,514,l), -(231,560,o), -(250,583,o), -(277,583,cs), -(307,583,o), -(315,561,o), -(306,521,cs), -(290,441,o), -(166,377,o), -(140,252,cs), -(134,223,l) +(249,-10,o), +(291,27,o), +(291,82,cs), +(291,131,o), +(258,164,o), +(201,164,cs), +(138,164,o), +(96,127,o), +(96,72,cs), +(96,23,o), +(129,-10,o), +(186,-10,cs) ); }, { closed = 1; nodes = ( -(241,-10,o), -(283,27,o), -(283,82,cs), -(283,131,o), -(250,164,o), -(193,164,cs), -(130,164,o), -(88,127,o), -(88,72,cs), -(88,23,o), -(121,-10,o), -(178,-10,cs) +(297,223,l), +(298,227,ls), +(311,277,o), +(352,319,o), +(394,366,cs), +(435,412,o), +(476,464,o), +(491,534,cs), +(519,669,o), +(440,738,o), +(301,738,cs), +(184,738,o), +(96,670,o), +(73,514,c), +(230,514,l), +(239,560,o), +(258,583,o), +(285,583,cs), +(315,583,o), +(323,561,o), +(314,521,cs), +(308,490,o), +(286,462,o), +(260,432,cs), +(217,383,o), +(164,329,o), +(148,252,cs), +(142,223,l) ); } ); -width = 442; +width = 458; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -595,49 +643,55 @@ shapes = ( { closed = 1; nodes = ( -(257,168,l), -(262,187,ls), -(303,341,o), -(507,371,o), -(514,562,cs), -(517,667,o), -(444,737,o), -(330,737,cs), -(217,737,o), -(129,676,o), -(104,545,c), -(140,545,l), -(160,640,o), -(216,704,o), -(325,704,cs), -(418,704,o), -(478,653,o), -(475,562,cs), -(469,380,o), -(257,363,o), -(226,185,cs), -(223,168,l) +(225,-7,o), +(239,7,o), +(239,29,cs), +(239,49,o), +(226,61,o), +(205,61,cs), +(183,61,o), +(169,47,o), +(169,25,cs), +(169,5,o), +(182,-7,o), +(202,-7,cs) ); }, { closed = 1; nodes = ( -(230,-7,o), -(243,4,o), -(243,23,cs), -(243,40,o), -(231,51,o), -(214,51,cs), -(196,51,o), -(183,40,o), -(183,21,cs), -(183,4,o), -(195,-7,o), -(212,-7,cs) +(250,168,l), +(256,188,ls), +(280,268,o), +(353,320,o), +(403,365,cs), +(458,414,o), +(508,469,o), +(514,558,cs), +(521,667,o), +(447,737,o), +(333,737,cs), +(219,737,o), +(131,675,o), +(104,545,c), +(140,545,l), +(162,641,o), +(219,704,o), +(328,704,cs), +(424,704,o), +(481,650,o), +(475,559,cs), +(470,486,o), +(433,439,o), +(385,396,cs), +(313,331,o), +(241,287,o), +(220,187,cs), +(216,168,l) ); } ); -width = 507; +width = 504; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -645,45 +699,51 @@ shapes = ( { closed = 1; nodes = ( -(368,220,l), -(369,226,ls), -(384,317,o), -(599,354,o), -(605,534,cs), -(610,682,o), -(494,738,o), -(356,738,cs), -(202,738,o), -(88,650,o), -(71,506,c), -(255,506,l), -(264,552,o), -(295,577,o), -(341,577,cs), -(382,577,o), -(408,555,o), -(406,517,cs), -(403,411,o), -(232,402,o), -(206,254,cs), -(200,220,l) +(311,-8,o), +(358,38,o), +(358,103,cs), +(358,158,o), +(319,196,o), +(263,196,cs), +(197,196,o), +(150,150,o), +(150,85,cs), +(150,30,o), +(189,-8,o), +(245,-8,cs) ); }, { closed = 1; nodes = ( -(311,-8,o), -(355,29,o), -(355,87,cs), -(355,135,o), -(319,167,o), -(265,167,cs), -(201,167,o), -(157,130,o), -(157,72,cs), -(157,24,o), -(193,-8,o), -(247,-8,cs) +(355,234,l), +(355,234,l), +(363,269,o), +(420,296,o), +(473,335,cs), +(558,397,o), +(598,454,o), +(604,520,cs), +(617,663,o), +(526,738,o), +(365,738,cs), +(214,738,o), +(93,641,o), +(70,506,c), +(254,506,l), +(265,551,o), +(301,577,o), +(344,577,cs), +(383,577,o), +(410,555,o), +(406,516,cs), +(403,488,o), +(383,470,o), +(334,434,cs), +(240,365,o), +(207,320,o), +(193,259,cs), +(187,234,l) ); } ); @@ -695,10 +755,30 @@ shapes = ( { closed = 1; nodes = ( +(227,-7,o), +(240,4,o), +(240,23,cs), +(240,40,o), +(228,51,o), +(211,51,cs), +(193,51,o), +(180,40,o), +(180,21,cs), +(180,4,o), +(192,-7,o), +(209,-7,cs) +); +}, +{ +closed = 1; +nodes = ( (249,164,l), (254,181,l), -(279,303,o), -(542,329,o), +(266,244,o), +(332,286,o), +(401,333,cs), +(473,381,o), +(546,437,o), (550,543,cs), (554,659,o), (470,736,o), @@ -713,81 +793,931 @@ nodes = ( (433,704,o), (515,655,o), (511,543,cs), -(504,341,o), -(254,331,o), +(508,452,o), +(448,403,o), +(385,359,cs), +(313,309,o), +(237,265,o), (218,182,c), (215,164,l) ); +} +); +width = 529; }, { +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ closed = 1; nodes = ( -(227,-7,o), -(240,4,o), -(240,23,cs), -(240,40,o), -(228,51,o), -(211,51,cs), -(193,51,o), -(180,40,o), -(180,21,cs), -(180,4,o), -(192,-7,o), -(209,-7,cs) +(336,-10,o), +(389,28,o), +(389,95,cs), +(389,143,o), +(351,175,o), +(281,175,cs), +(201,175,o), +(148,137,o), +(148,70,cs), +(148,22,o), +(186,-10,o), +(256,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(398,234,l), +(400,241,ls), +(407,265,o), +(455,284,o), +(510,319,cs), +(581,364,o), +(657,417,o), +(666,514,cs), +(680,663,o), +(580,738,o), +(410,738,cs), +(234,738,o), +(113,666,o), +(72,503,c), +(276,503,l), +(292,547,o), +(316,570,o), +(375,570,cs), +(421,570,o), +(448,544,o), +(442,507,cs), +(437,475,o), +(399,452,o), +(359,426,cs), +(289,380,o), +(224,337,o), +(207,261,cs), +(201,234,l) ); } ); -width = 529; +width = 618; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(162,-6,o), +(174,5,o), +(174,21,cs), +(174,37,o), +(162,48,o), +(147,48,cs), +(132,48,o), +(120,37,o), +(120,21,cs), +(120,5,o), +(132,-6,o), +(147,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(157,120,l), +(159,179,ls), +(162,268,o), +(194,333,o), +(223,397,cs), +(247,451,o), +(268,504,o), +(268,571,cs), +(268,673,o), +(229,739,o), +(141,739,cs), +(61,739,o), +(9,680,o), +(10,535,c), +(40,535,l), +(41,642,o), +(64,711,o), +(141,711,cs), +(198,711,o), +(236,673,o), +(236,569,cs), +(236,508,o), +(218,460,o), +(196,412,cs), +(165,344,o), +(128,277,o), +(132,178,cs), +(134,120,l) +); +} +); +width = 277; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(265,-10,o), +(306,31,o), +(306,86,cs), +(306,141,o), +(265,182,o), +(210,182,cs), +(155,182,o), +(114,141,o), +(114,86,cs), +(114,31,o), +(155,-10,o), +(210,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(289,213,l), +(293,243,ls), +(299,288,o), +(331,325,o), +(359,368,cs), +(391,419,o), +(421,476,o), +(421,549,cs), +(421,672,o), +(350,739,o), +(218,739,cs), +(75,739,o), +(-2,656,o), +(1,504,c), +(160,504,l), +(161,556,o), +(177,583,o), +(208,583,cs), +(232,583,o), +(246,567,o), +(246,539,cs), +(246,511,o), +(222,484,o), +(200,450,cs), +(165,400,o), +(129,339,o), +(133,255,cs), +(135,213,l) +); +} +); +width = 423; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(266,179,l), +(266,200,ls), +(266,289,o), +(316,316,o), +(379,375,cs), +(441,433,o), +(476,480,o), +(476,553,cs), +(476,665,o), +(395,738,o), +(271,738,cs), +(139,738,o), +(53,655,o), +(54,529,c), +(95,529,l), +(94,628,o), +(157,700,o), +(269,700,cs), +(367,700,o), +(433,644,o), +(433,553,cs), +(433,494,o), +(403,448,o), +(349,398,cs), +(293,347,o), +(224,304,o), +(224,200,cs), +(224,179,l) +); +}, +{ +closed = 1; +nodes = ( +(273,0,l), +(273,101,l), +(219,101,l), +(219,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,-7,o), +(269,7,o), +(269,27,cs), +(269,47,o), +(255,61,o), +(235,61,cs), +(215,61,o), +(201,47,o), +(201,27,cs), +(201,7,o), +(215,-7,o), +(235,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,139,l), +(250,194,ls), +(256,279,o), +(279,313,o), +(348,379,cs), +(406,434,o), +(450,473,o), +(450,549,cs), +(450,664,o), +(368,738,o), +(241,738,cs), +(109,738,o), +(25,655,o), +(20,520,c), +(57,520,l), +(62,632,o), +(124,705,o), +(239,705,cs), +(344,705,o), +(412,644,o), +(412,549,cs), +(412,500,o), +(390,470,o), +(329,412,cs), +(263,349,o), +(216,298,o), +(220,190,cs), +(222,139,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +17 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +14 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +3 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +20 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 472; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(376,226,l), +(376,233,ls), +(376,259,o), +(387,282,o), +(431,326,cs), +(496,392,o), +(549,442,o), +(549,534,cs), +(549,656,o), +(455,738,o), +(292,738,cs), +(126,738,o), +(18,659,o), +(19,509,c), +(201,509,l), +(201,551,o), +(231,578,o), +(283,578,cs), +(327,578,o), +(357,555,o), +(357,514,cs), +(357,475,o), +(338,451,o), +(292,404,cs), +(232,343,o), +(209,299,o), +(209,245,cs), +(209,226,l) +); +}, +{ +closed = 1; +nodes = ( +(377,0,l), +(377,152,l), +(207,152,l), +(207,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(333,-8,o), +(377,36,o), +(377,95,cs), +(377,154,o), +(333,198,o), +(274,198,cs), +(215,198,o), +(171,154,o), +(171,95,cs), +(171,36,o), +(215,-8,o), +(274,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(354,235,l), +(359,251,ls), +(366,277,o), +(394,301,o), +(445,333,cs), +(524,383,o), +(559,442,o), +(559,527,cs), +(559,662,o), +(468,738,o), +(286,738,cs), +(121,738,o), +(2,646,o), +(0,498,c), +(197,498,l), +(202,547,o), +(235,578,o), +(285,578,cs), +(329,578,o), +(350,560,o), +(350,528,cs), +(350,504,o), +(330,491,o), +(292,464,cs), +(211,407,o), +(179,349,o), +(189,276,cs), +(195,235,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; +}; +width = 559; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(284,-7,o), +(299,7,o), +(299,27,cs), +(299,47,o), +(284,61,o), +(265,61,cs), +(246,61,o), +(231,47,o), +(231,27,cs), +(231,7,o), +(246,-7,o), +(265,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,136,l), +(276,172,ls), +(283,252,o), +(318,300,o), +(396,356,cs), +(473,411,o), +(525,448,o), +(525,540,cs), +(525,668,o), +(444,739,o), +(276,739,cs), +(113,739,o), +(27,659,o), +(15,513,c), +(50,513,l), +(61,638,o), +(134,706,o), +(274,706,cs), +(419,706,o), +(488,647,o), +(488,540,cs), +(488,469,o), +(448,442,o), +(373,385,cs), +(294,326,o), +(247,270,o), +(250,170,cs), +(251,136,l) +); +} +); +width = 548; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(409,-10,o), +(460,33,o), +(460,93,cs), +(460,152,o), +(409,194,o), +(337,194,cs), +(265,194,o), +(215,152,o), +(215,93,cs), +(215,33,o), +(265,-10,o), +(337,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(433,227,l), +(435,232,ls), +(443,253,o), +(464,276,o), +(533,320,cs), +(620,375,o), +(652,429,o), +(652,508,cs), +(652,659,o), +(539,738,o), +(333,738,cs), +(142,738,o), +(12,660,o), +(0,484,c), +(232,484,l), +(240,537,o), +(276,565,o), +(332,565,cs), +(387,565,o), +(417,547,o), +(417,515,cs), +(417,491,o), +(389,468,o), +(354,444,cs), +(285,397,o), +(234,349,o), +(234,248,cs), +(234,227,l) +); +} +); +width = 652; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(106,-6,o), +(118,5,o), +(118,22,cs), +(118,38,o), +(107,48,o), +(92,48,cs), +(76,48,o), +(64,37,o), +(64,20,cs), +(64,4,o), +(75,-6,o), +(90,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(119,120,l), +(140,193,ls), +(159,260,o), +(184,316,o), +(239,397,cs), +(270,443,o), +(306,492,o), +(321,562,cs), +(345,670,o), +(306,738,o), +(219,738,cs), +(146,738,o), +(87,682,o), +(60,539,c), +(90,539,l), +(110,647,o), +(148,710,o), +(217,710,cs), +(284,710,o), +(310,658,o), +(290,565,cs), +(277,505,o), +(246,461,o), +(219,421,cs), +(151,321,o), +(125,259,o), +(110,194,cs), +(93,120,l) +); +} +); +width = 260; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,-10,o), +(275,32,o), +(275,92,cs), +(275,145,o), +(238,182,o), +(185,182,cs), +(123,182,o), +(80,140,o), +(80,80,cs), +(80,27,o), +(117,-10,o), +(170,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,223,l), +(275,227,ls), +(287,274,o), +(331,311,o), +(371,356,cs), +(413,404,o), +(451,457,o), +(465,522,cs), +(495,666,o), +(417,738,o), +(278,738,cs), +(161,738,o), +(73,670,o), +(50,508,c), +(207,508,l), +(216,560,o), +(235,583,o), +(262,583,cs), +(292,583,o), +(300,561,o), +(295,538,cs), +(291,515,o), +(274,496,o), +(222,436,cs), +(163,368,o), +(140,325,o), +(127,262,cs), +(119,223,l) +); +} +); +width = 413; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,-7,o), +(213,6,o), +(213,29,cs), +(213,49,o), +(199,61,o), +(181,61,cs), +(161,61,o), +(145,48,o), +(145,25,cs), +(145,6,o), +(158,-7,o), +(177,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(217,147,l), +(234,196,ls), +(262,278,o), +(291,311,o), +(362,361,cs), +(439,415,o), +(503,467,o), +(509,555,cs), +(517,669,o), +(444,737,o), +(321,737,cs), +(195,737,o), +(100,669,o), +(78,520,c), +(114,520,l), +(134,630,o), +(193,704,o), +(314,704,cs), +(418,704,o), +(477,655,o), +(470,556,cs), +(465,485,o), +(415,441,o), +(348,394,cs), +(254,328,o), +(225,286,o), +(199,191,cs), +(187,147,l) +); +} +); +width = 463; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,-8,o), +(349,41,o), +(349,110,cs), +(349,164,o), +(312,202,o), +(258,202,cs), +(190,202,o), +(139,153,o), +(139,84,cs), +(139,30,o), +(176,-8,o), +(230,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(351,232,l), +(356,243,ls), +(369,271,o), +(412,297,o), +(460,324,cs), +(560,380,o), +(598,448,o), +(605,516,cs), +(619,652,o), +(533,739,o), +(360,739,cs), +(198,739,o), +(74,647,o), +(53,499,c), +(246,499,l), +(255,549,o), +(290,577,o), +(339,577,cs), +(376,577,o), +(404,556,o), +(399,524,cs), +(395,499,o), +(373,484,o), +(318,442,cs), +(236,379,o), +(209,345,o), +(192,268,cs), +(184,232,l) +); +} +); +width = 547; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(389,234,l), -(391,240,ls), -(411,300,o), -(629,355,o), -(635,527,cs), -(641,691,o), -(495,738,o), -(372,738,cs), -(198,738,o), -(83,666,o), -(52,503,c), -(256,503,l), -(269,546,o), -(289,570,o), -(347,570,cs), -(372,570,o), -(414,562,o), -(412,512,cs), -(409,418,o), -(220,390,o), -(196,256,cs), -(192,234,l) +(226,-7,o), +(241,5,o), +(241,26,cs), +(241,45,o), +(226,58,o), +(207,58,cs), +(187,58,o), +(173,45,o), +(173,24,cs), +(173,5,o), +(186,-7,o), +(205,-7,cs) ); }, { closed = 1; nodes = ( -(342,-10,o), -(388,26,o), -(388,90,cs), -(388,141,o), -(347,175,o), -(275,175,cs), -(194,175,o), -(148,139,o), -(148,75,cs), -(148,24,o), -(189,-10,o), -(261,-10,cs) +(239,152,l), +(248,184,ls), +(266,248,o), +(317,296,o), +(409,354,cs), +(482,400,o), +(562,447,o), +(565,541,cs), +(569,659,o), +(478,736,o), +(331,736,cs), +(200,736,o), +(97,673,o), +(75,537,c), +(110,537,l), +(126,636,o), +(202,704,o), +(324,704,cs), +(447,704,o), +(536,647,o), +(527,535,cs), +(521,460,o), +(453,421,o), +(393,383,cs), +(306,328,o), +(241,278,o), +(220,180,cs), +(214,152,l) +); +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(329,-10,o), +(392,36,o), +(392,104,cs), +(392,155,o), +(346,190,o), +(281,190,cs), +(207,190,o), +(144,144,o), +(144,76,cs), +(144,26,o), +(188,-10,o), +(254,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(380,228,l), +(386,239,ls), +(404,272,o), +(449,290,o), +(510,325,cs), +(615,385,o), +(662,439,o), +(671,508,cs), +(690,650,o), +(590,739,o), +(411,739,cs), +(215,739,o), +(81,659,o), +(44,484,c), +(254,484,l), +(273,536,o), +(314,559,o), +(378,559,cs), +(417,559,o), +(442,546,o), +(442,524,cs), +(442,498,o), +(406,482,o), +(348,447,cs), +(272,401,o), +(215,351,o), +(199,257,cs), +(194,228,l) ); } ); -width = 593; +width = 620; } ); unicode = 63; diff --git a/sources/MonaSans.glyphspackage/glyphs/question.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/question.ss01.glyph index 3f8eda33..143dac96 100644 --- a/sources/MonaSans.glyphspackage/glyphs/question.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/question.ss01.glyph @@ -1,7 +1,7 @@ { glyphname = question.ss01; -kernLeft = question.ss01; -kernRight = question; +kernLeft = KO_question.ss01; +kernRight = KO_question; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,41 +9,47 @@ shapes = ( { closed = 1; nodes = ( -(301,223,l), -(301,233,ls), -(301,333,o), -(431,416,o), -(431,553,cs), -(431,665,o), -(366,739,o), -(227,739,cs), -(94,739,o), -(7,667,o), -(13,504,c), -(172,504,l), -(170,559,o), -(186,583,o), -(218,583,cs), -(242,583,o), -(256,567,o), -(256,525,cs), -(256,441,o), -(144,370,o), -(144,245,cs), -(144,223,l) +(314,0,l), +(314,174,l), +(145,174,l), +(145,0,l) ); }, { closed = 1; nodes = ( -(307,0,l), -(307,164,l), -(138,164,l), -(138,0,l) +(308,225,l), +(308,233,ls), +(308,283,o), +(340,328,o), +(373,379,cs), +(405,429,o), +(438,484,o), +(438,553,cs), +(438,665,o), +(373,739,o), +(234,739,cs), +(101,739,o), +(14,667,o), +(20,504,c), +(179,504,l), +(177,559,o), +(193,583,o), +(225,583,cs), +(249,583,o), +(263,567,o), +(263,525,cs), +(263,492,o), +(246,461,o), +(225,428,cs), +(192,377,o), +(151,321,o), +(151,245,cs), +(151,225,l) ); } ); -width = 445; +width = 460; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -51,41 +57,143 @@ shapes = ( { closed = 1; nodes = ( -(171,160,l), -(171,189,ls), -(171,342,o), -(276,424,o), -(276,576,cs), -(276,673,o), -(237,739,o), -(149,739,cs), -(69,739,o), -(14,680,o), -(18,535,c), -(48,535,l), -(46,642,o), -(72,711,o), -(149,711,cs), -(206,711,o), -(244,673,o), -(244,574,cs), -(244,426,o), -(140,349,o), -(140,188,cs), -(140,160,l) +(190,0,l), +(190,50,l), +(146,50,l), +(146,0,l) ); }, { closed = 1; nodes = ( -(179,0,l), -(179,55,l), -(132,55,l), -(132,0,l) +(183,160,l), +(183,189,ls), +(183,268,o), +(211,327,o), +(238,388,cs), +(263,445,o), +(288,502,o), +(288,576,cs), +(288,673,o), +(249,739,o), +(161,739,cs), +(81,739,o), +(26,680,o), +(30,535,c), +(60,535,l), +(58,642,o), +(84,711,o), +(161,711,cs), +(218,711,o), +(256,673,o), +(256,574,cs), +(256,508,o), +(236,457,o), +(213,406,cs), +(184,341,o), +(152,278,o), +(152,188,cs), +(152,160,l) ); } ); -width = 302; +width = 317; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,0,l), +(282,60,l), +(238,60,l), +(238,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,165,l), +(276,178,ls), +(276,241,o), +(328,284,o), +(382,335,cs), +(438,387,o), +(495,447,o), +(495,545,cs), +(495,664,o), +(403,739,o), +(268,739,cs), +(129,739,o), +(37,667,o), +(29,543,c), +(64,543,l), +(70,641,o), +(143,706,o), +(266,706,cs), +(381,706,o), +(457,648,o), +(457,545,cs), +(457,460,o), +(411,407,o), +(361,359,cs), +(303,304,o), +(241,257,o), +(241,176,cs), +(241,165,l) +); +} +); +width = 530; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(422,0,l), +(422,174,l), +(199,174,l), +(199,0,l) +); +}, +{ +closed = 1; +nodes = ( +(409,237,l), +(409,242,ls), +(409,272,o), +(455,299,o), +(501,338,cs), +(550,381,o), +(601,438,o), +(601,525,cs), +(601,653,o), +(505,738,o), +(307,738,cs), +(133,738,o), +(14,660,o), +(9,504,c), +(217,504,l), +(220,542,o), +(244,569,o), +(295,569,cs), +(343,569,o), +(371,550,o), +(371,504,cs), +(371,475,o), +(342,453,o), +(311,426,cs), +(264,385,o), +(208,336,o), +(208,256,cs), +(208,237,l) +); +} +); +width = 615; }, { background = { @@ -134,42 +242,48 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(280,169,l), -(280,190,ls), -(280,329,o), -(457,385,o), -(457,553,cs), -(457,664,o), -(384,738,o), -(257,738,cs), -(129,738,o), -(44,654,o), -(45,529,c), -(82,529,l), -(81,631,o), -(144,705,o), -(255,705,cs), -(353,705,o), -(418,656,o), -(418,553,cs), -(418,392,o), -(243,344,o), -(243,186,cs), -(243,169,l) +(288,0,l), +(288,61,l), +(243,61,l), +(243,0,l) ); }, { closed = 1; nodes = ( -(285,0,l), -(285,61,l), -(240,61,l), -(240,0,l) +(283,199,l), +(283,210,ls), +(283,274,o), +(310,320,o), +(376,387,cs), +(426,438,o), +(465,482,o), +(465,553,cs), +(465,664,o), +(391,738,o), +(260,738,cs), +(133,738,o), +(48,654,o), +(46,529,c), +(81,529,l), +(83,631,o), +(148,705,o), +(258,705,cs), +(359,705,o), +(428,656,o), +(428,553,cs), +(428,506,o), +(404,468,o), +(350,412,cs), +(276,335,o), +(248,282,o), +(248,206,cs), +(248,199,l) ); } ); @@ -263,7 +377,7 @@ type = Stem; } ); }; -width = 509; +width = 519; }, { background = { @@ -271,83 +385,89 @@ shapes = ( { closed = 1; nodes = ( -(377,226,l), -(377,233,ls), -(377,259,o), -(388,282,o), -(432,326,cs), -(497,392,o), -(550,442,o), -(550,534,cs), -(550,656,o), -(456,738,o), -(293,738,cs), -(127,738,o), -(19,659,o), -(20,509,c), -(202,509,l), -(202,551,o), -(232,578,o), -(284,578,cs), -(328,578,o), -(358,555,o), -(358,514,cs), -(358,475,o), -(339,451,o), -(293,404,cs), -(233,343,o), -(210,299,o), -(210,245,cs), -(210,226,l) +(375,226,l), +(375,233,ls), +(375,259,o), +(386,282,o), +(430,326,cs), +(495,392,o), +(548,442,o), +(548,534,cs), +(548,656,o), +(454,738,o), +(291,738,cs), +(125,738,o), +(17,659,o), +(18,509,c), +(200,509,l), +(200,551,o), +(230,578,o), +(282,578,cs), +(326,578,o), +(356,555,o), +(356,514,cs), +(356,475,o), +(337,451,o), +(291,404,cs), +(231,343,o), +(208,299,o), +(208,245,cs), +(208,226,l) ); }, { closed = 1; nodes = ( -(378,0,l), -(378,152,l), -(208,152,l), -(208,0,l) +(376,0,l), +(376,152,l), +(206,152,l), +(206,0,l) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(380,228,l), -(380,234,ls), -(380,322,o), -(553,378,o), -(553,533,cs), -(553,656,o), -(470,738,o), -(295,738,cs), -(129,738,o), -(19,646,o), -(20,508,c), -(206,508,l), -(206,550,o), -(238,578,o), -(286,578,cs), -(329,578,o), -(357,554,o), -(357,512,cs), -(357,426,o), -(210,372,o), -(210,247,cs), -(210,228,l) +(389,0,l), +(389,174,l), +(191,174,l), +(191,0,l) ); }, { closed = 1; nodes = ( -(385,0,l), -(385,164,l), -(205,164,l), -(205,0,l) +(382,260,l), +(382,261,ls), +(382,310,o), +(418,340,o), +(454,367,cs), +(512,411,o), +(542,462,o), +(542,518,cs), +(542,660,o), +(447,738,o), +(279,738,cs), +(117,738,o), +(12,646,o), +(10,508,c), +(208,508,l), +(208,550,o), +(236,578,o), +(278,578,cs), +(318,578,o), +(344,554,o), +(344,522,cs), +(344,485,o), +(317,467,o), +(284,440,cs), +(225,391,o), +(196,354,o), +(196,290,cs), +(196,260,l) ); } ); @@ -355,343 +475,1059 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; }; -width = 578; +width = 555; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(274,165,l), -(274,178,ls), -(274,307,o), -(493,354,o), -(493,545,cs), -(493,664,o), -(401,739,o), -(266,739,cs), -(127,739,o), -(35,667,o), -(27,543,c), -(62,543,l), -(68,641,o), -(141,706,o), -(264,706,cs), -(379,706,o), -(455,648,o), -(455,545,cs), -(455,361,o), -(239,326,o), -(239,176,cs), -(239,165,l) +(151,0,l), +(161,51,l), +(117,51,l), +(107,0,l) ); }, { closed = 1; nodes = ( -(280,0,l), -(280,60,l), -(236,60,l), -(236,0,l) +(174,160,l), +(180,188,ls), +(196,266,o), +(236,322,o), +(274,379,cs), +(311,432,o), +(346,487,o), +(362,562,cs), +(384,662,o), +(358,738,o), +(260,738,cs), +(187,738,o), +(128,682,o), +(102,545,c), +(132,545,l), +(151,647,o), +(189,710,o), +(258,710,cs), +(334,710,o), +(349,649,o), +(331,565,cs), +(317,500,o), +(287,451,o), +(255,403,cs), +(214,340,o), +(168,280,o), +(149,189,cs), +(143,160,l) ); } ); -width = 528; +width = 325; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { closed = 1; nodes = ( -(403,237,l), -(403,242,ls), -(403,305,o), -(595,358,o), -(595,525,cs), -(595,653,o), -(499,738,o), +(257,0,l), +(290,164,l), +(121,164,l), +(87,0,l) +); +}, +{ +closed = 1; +nodes = ( +(297,223,l), +(298,227,ls), +(311,277,o), +(352,319,o), +(394,366,cs), +(435,412,o), +(476,464,o), +(491,534,cs), +(519,669,o), +(440,738,o), (301,738,cs), -(127,738,o), -(8,660,o), -(3,504,c), -(211,504,l), -(214,542,o), -(238,569,o), -(289,569,cs), -(337,569,o), -(365,550,o), -(365,504,cs), -(365,423,o), -(202,383,o), -(202,256,cs), -(202,237,l) +(184,738,o), +(96,670,o), +(73,514,c), +(230,514,l), +(239,560,o), +(258,583,o), +(285,583,cs), +(315,583,o), +(323,561,o), +(314,521,cs), +(308,490,o), +(286,462,o), +(260,432,cs), +(217,383,o), +(164,329,o), +(148,252,cs), +(142,223,l) +); +} ); +width = 458; }, { +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ closed = 1; nodes = ( -(407,0,l), -(407,174,l), -(201,174,l), -(201,0,l) +(227,0,l), +(239,61,l), +(190,61,l), +(178,0,l) +); +}, +{ +closed = 1; +nodes = ( +(250,168,l), +(256,188,ls), +(280,268,o), +(353,320,o), +(403,365,cs), +(458,414,o), +(508,469,o), +(514,558,cs), +(521,667,o), +(447,737,o), +(333,737,cs), +(219,737,o), +(131,675,o), +(104,545,c), +(140,545,l), +(162,641,o), +(219,704,o), +(328,704,cs), +(424,704,o), +(481,650,o), +(475,559,cs), +(470,486,o), +(433,439,o), +(385,396,cs), +(313,331,o), +(241,287,o), +(220,187,cs), +(216,168,l) ); } ); -width = 603; +width = 504; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { closed = 1; nodes = ( -(149,160,l), -(155,188,ls), -(187,340,o), -(305,407,o), -(337,562,cs), -(359,662,o), -(333,738,o), -(235,738,cs), -(162,738,o), -(103,682,o), -(77,545,c), -(107,545,l), -(126,647,o), -(164,710,o), -(233,710,cs), -(309,710,o), -(324,649,o), -(306,565,cs), -(275,417,o), -(158,350,o), -(124,189,cs), -(118,160,l) +(315,0,l), +(353,174,l), +(167,174,l), +(129,0,l) ); }, { closed = 1; nodes = ( -(126,0,l), -(138,55,l), -(91,55,l), -(79,0,l) +(352,220,l), +(354,229,ls), +(363,269,o), +(420,296,o), +(473,335,cs), +(558,397,o), +(598,454,o), +(604,520,cs), +(617,663,o), +(526,738,o), +(365,738,cs), +(214,738,o), +(93,641,o), +(70,506,c), +(254,506,l), +(265,551,o), +(301,577,o), +(344,577,cs), +(383,577,o), +(410,555,o), +(406,516,cs), +(403,488,o), +(383,470,o), +(334,434,cs), +(240,365,o), +(207,320,o), +(193,259,cs), +(184,220,l) ); } ); -width = 300; +width = 578; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { closed = 1; nodes = ( -(288,223,l), -(289,227,ls), -(316,325,o), -(452,392,o), -(482,534,cs), -(510,669,o), -(431,738,o), -(292,738,cs), -(175,738,o), -(87,670,o), -(64,514,c), -(221,514,l), -(230,560,o), -(249,583,o), -(276,583,cs), -(306,583,o), -(314,561,o), -(305,521,cs), -(289,441,o), -(165,377,o), -(139,252,cs), -(133,223,l) +(227,0,l), +(239,60,l), +(186,60,l), +(174,0,l) ); }, { closed = 1; nodes = ( -(248,0,l), -(281,164,l), -(114,164,l), -(80,0,l) +(249,164,l), +(254,181,l), +(266,244,o), +(332,286,o), +(401,333,cs), +(473,381,o), +(546,437,o), +(550,543,cs), +(554,659,o), +(470,736,o), +(331,736,cs), +(212,736,o), +(118,679,o), +(90,559,c), +(124,559,l), +(145,646,o), +(217,704,o), +(324,704,cs), +(433,704,o), +(515,655,o), +(511,543,cs), +(508,452,o), +(448,403,o), +(385,359,cs), +(313,309,o), +(237,265,o), +(218,182,c), +(215,164,l) ); } ); -width = 441; +width = 529; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { closed = 1; nodes = ( -(257,168,l), -(262,187,ls), -(300,344,o), -(514,372,o), -(514,568,cs), -(514,670,o), -(442,737,o), -(330,737,cs), -(217,737,o), -(129,676,o), -(104,545,c), -(140,545,l), -(160,640,o), -(216,704,o), -(325,704,cs), -(416,704,o), -(475,655,o), -(475,568,cs), -(475,380,o), -(263,364,o), -(226,185,cs), -(223,168,l) +(362,0,l), +(397,175,l), +(175,175,l), +(140,0,l) ); }, { closed = 1; nodes = ( -(231,0,l), -(243,61,l), -(198,61,l), -(186,0,l) +(396,234,l), +(398,241,ls), +(405,265,o), +(453,284,o), +(508,319,cs), +(579,364,o), +(655,417,o), +(664,514,cs), +(678,663,o), +(578,738,o), +(408,738,cs), +(232,738,o), +(111,666,o), +(70,503,c), +(274,503,l), +(290,547,o), +(314,570,o), +(373,570,cs), +(419,570,o), +(446,544,o), +(440,507,cs), +(435,475,o), +(397,452,o), +(357,426,cs), +(287,380,o), +(222,337,o), +(205,261,cs), +(199,234,l) ); } ); -width = 507; +width = 616; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { closed = 1; nodes = ( -(368,220,l), -(369,226,ls), -(387,318,o), -(605,355,o), -(605,543,cs), -(605,684,o), -(491,738,o), -(356,738,cs), -(202,738,o), -(88,650,o), -(71,506,c), -(255,506,l), -(264,552,o), -(295,577,o), -(341,577,cs), -(381,577,o), -(406,557,o), -(406,521,cs), -(406,411,o), -(233,404,o), -(206,254,cs), -(200,220,l) +(168,0,l), +(168,55,l), +(122,55,l), +(122,0,l) ); }, { closed = 1; nodes = ( -(329,0,l), -(362,164,l), -(184,164,l), -(151,0,l) +(157,120,l), +(159,176,ls), +(161,243,o), +(177,296,o), +(215,381,cs), +(247,451,o), +(268,504,o), +(268,571,cs), +(268,673,o), +(229,739,o), +(141,739,cs), +(61,739,o), +(9,680,o), +(10,532,c), +(40,532,l), +(41,642,o), +(64,711,o), +(141,711,cs), +(198,711,o), +(236,673,o), +(236,569,cs), +(236,508,o), +(218,460,o), +(188,396,cs), +(145,301,o), +(129,244,o), +(132,175,cs), +(134,120,l) ); } ); -width = 578; +width = 277; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(249,164,l), -(254,181,l), -(279,305,o), -(550,330,o), -(550,551,cs), -(550,662,o), -(467,736,o), -(331,736,cs), -(212,736,o), -(118,679,o), -(90,559,c), -(124,559,l), -(145,646,o), -(217,704,o), -(324,704,cs), -(430,704,o), -(511,657,o), -(511,551,cs), -(511,341,o), -(254,333,o), -(218,182,c), -(215,164,l) +(303,0,l), +(303,175,l), +(123,175,l), +(123,0,l) ); }, { closed = 1; nodes = ( -(227,0,l), -(239,60,l), -(195,60,l), -(183,0,l) +(289,213,l), +(293,243,ls), +(299,288,o), +(331,325,o), +(359,368,cs), +(391,419,o), +(421,476,o), +(421,549,cs), +(421,672,o), +(350,739,o), +(218,739,cs), +(75,739,o), +(-2,656,o), +(1,504,c), +(160,504,l), +(161,556,o), +(177,583,o), +(208,583,cs), +(232,583,o), +(246,567,o), +(246,539,cs), +(246,511,o), +(222,484,o), +(200,450,cs), +(165,400,o), +(129,339,o), +(133,255,cs), +(135,213,l) ); } ); -width = 529; +width = 423; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(252,179,l), +(252,200,ls), +(252,289,o), +(302,316,o), +(365,375,cs), +(427,433,o), +(462,480,o), +(462,553,cs), +(462,665,o), +(381,738,o), +(257,738,cs), +(125,738,o), +(39,655,o), +(40,529,c), +(81,529,l), +(80,628,o), +(143,700,o), +(255,700,cs), +(353,700,o), +(419,644,o), +(419,553,cs), +(419,494,o), +(389,448,o), +(335,398,cs), +(279,347,o), +(210,304,o), +(210,200,cs), +(210,179,l) +); +}, +{ +closed = 1; +nodes = ( +(259,0,l), +(259,101,l), +(205,101,l), +(205,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,0,l), +(260,65,l), +(205,65,l), +(205,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,139,l), +(250,194,ls), +(256,279,o), +(279,313,o), +(348,379,cs), +(406,434,o), +(450,473,o), +(450,549,cs), +(450,664,o), +(368,738,o), +(241,738,cs), +(109,738,o), +(25,655,o), +(20,520,c), +(57,520,l), +(62,632,o), +(124,705,o), +(239,705,cs), +(344,705,o), +(412,644,o), +(412,549,cs), +(412,500,o), +(390,470,o), +(329,412,cs), +(263,349,o), +(216,298,o), +(220,190,cs), +(222,139,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +10 +); +stem = -2; +target = ( +0, +17 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +14 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +3 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +20 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 472; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(373,226,l), +(373,233,ls), +(373,259,o), +(384,282,o), +(428,326,cs), +(493,392,o), +(546,442,o), +(546,534,cs), +(546,656,o), +(452,738,o), +(289,738,cs), +(123,738,o), +(15,659,o), +(16,509,c), +(198,509,l), +(198,551,o), +(228,578,o), +(280,578,cs), +(324,578,o), +(354,555,o), +(354,514,cs), +(354,475,o), +(335,451,o), +(289,404,cs), +(229,343,o), +(206,299,o), +(206,245,cs), +(206,226,l) +); +}, +{ +closed = 1; +nodes = ( +(374,0,l), +(374,152,l), +(204,152,l), +(204,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(374,0,l), +(374,175,l), +(174,175,l), +(174,0,l) +); +}, +{ +closed = 1; +nodes = ( +(354,227,l), +(359,243,ls), +(366,269,o), +(394,293,o), +(445,325,cs), +(525,377,o), +(559,439,o), +(559,527,cs), +(559,662,o), +(468,738,o), +(286,738,cs), +(121,738,o), +(2,646,o), +(0,498,c), +(197,498,l), +(202,547,o), +(235,578,o), +(285,578,cs), +(329,578,o), +(350,560,o), +(350,528,cs), +(350,502,o), +(331,486,o), +(292,457,cs), +(211,399,o), +(179,341,o), +(189,268,cs), +(195,227,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; +}; +width = 559; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(292,0,l), +(292,60,l), +(232,60,l), +(232,0,l) +); +}, +{ +closed = 1; +nodes = ( +(273,136,l), +(276,172,ls), +(283,252,o), +(318,300,o), +(396,356,cs), +(473,411,o), +(525,448,o), +(525,540,cs), +(525,668,o), +(444,739,o), +(276,739,cs), +(113,739,o), +(27,659,o), +(15,513,c), +(50,513,l), +(61,638,o), +(134,706,o), +(274,706,cs), +(419,706,o), +(488,647,o), +(488,540,cs), +(488,469,o), +(448,442,o), +(373,385,cs), +(294,326,o), +(247,270,o), +(250,170,cs), +(251,136,l) +); +} +); +width = 548; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(444,0,l), +(444,175,l), +(222,175,l), +(222,0,l) +); +}, +{ +closed = 1; +nodes = ( +(431,228,l), +(433,233,ls), +(441,254,o), +(462,277,o), +(532,320,cs), +(620,375,o), +(652,429,o), +(652,508,cs), +(652,659,o), +(539,738,o), +(333,738,cs), +(142,738,o), +(12,660,o), +(0,484,c), +(232,484,l), +(240,537,o), +(276,565,o), +(332,565,cs), +(387,565,o), +(417,547,o), +(417,515,cs), +(417,491,o), +(388,468,o), +(352,444,cs), +(283,398,o), +(232,350,o), +(232,249,cs), +(232,228,l) +); +} +); +width = 652; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(109,0,l), +(121,55,l), +(74,55,l), +(62,0,l) +); +}, +{ +closed = 1; +nodes = ( +(121,120,l), +(141,193,ls), +(159,260,o), +(185,316,o), +(240,397,cs), +(271,443,o), +(307,492,o), +(322,562,cs), +(346,670,o), +(307,738,o), +(220,738,cs), +(147,738,o), +(88,682,o), +(62,545,c), +(92,545,l), +(111,647,o), +(149,710,o), +(218,710,cs), +(285,710,o), +(311,658,o), +(291,565,cs), +(278,505,o), +(247,461,o), +(220,421,cs), +(152,321,o), +(126,259,o), +(111,194,cs), +(94,120,l) +); +} +); +width = 261; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(240,0,l), +(275,175,l), +(96,175,l), +(60,0,l) +); +}, +{ +closed = 1; +nodes = ( +(272,207,l), +(278,227,ls), +(291,271,o), +(332,311,o), +(372,356,cs), +(414,404,o), +(452,457,o), +(466,522,cs), +(496,666,o), +(418,738,o), +(279,738,cs), +(162,738,o), +(74,670,o), +(50,510,c), +(207,510,l), +(217,560,o), +(236,583,o), +(263,583,cs), +(293,583,o), +(301,561,o), +(296,538,cs), +(292,515,o), +(275,496,o), +(223,436,cs), +(163,367,o), +(139,325,o), +(124,262,cs), +(111,207,l) +); +} +); +width = 414; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,0,l), +(210,64,l), +(155,64,l), +(140,0,l) +); +}, +{ +closed = 1; +nodes = ( +(217,147,l), +(234,196,ls), +(263,281,o), +(293,312,o), +(361,360,cs), +(439,415,o), +(498,465,o), +(508,545,cs), +(523,667,o), +(443,737,o), +(321,737,cs), +(195,737,o), +(100,669,o), +(78,520,c), +(114,520,l), +(134,630,o), +(193,704,o), +(314,704,cs), +(415,704,o), +(483,655,o), +(469,547,cs), +(461,485,o), +(419,444,o), +(348,394,cs), +(254,328,o), +(225,286,o), +(200,195,cs), +(187,147,l) +); +} +); +width = 463; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(317,0,l), +(355,175,l), +(157,175,l), +(119,0,l) +); +}, +{ +closed = 1; +nodes = ( +(353,224,l), +(357,234,ls), +(369,264,o), +(402,284,o), +(462,318,cs), +(556,371,o), +(597,440,o), +(605,515,cs), +(619,652,o), +(534,739,o), +(360,739,cs), +(198,739,o), +(74,647,o), +(53,499,c), +(246,499,l), +(255,549,o), +(290,577,o), +(339,577,cs), +(377,577,o), +(402,555,o), +(400,527,cs), +(397,497,o), +(373,478,o), +(318,435,cs), +(233,370,o), +(207,336,o), +(191,261,cs), +(183,224,l) +); +} +); +width = 547; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(226,0,l), +(238,60,l), +(181,60,l), +(169,0,l) +); +}, +{ +closed = 1; +nodes = ( +(239,152,l), +(248,184,ls), +(266,248,o), +(317,296,o), +(409,354,cs), +(482,400,o), +(562,447,o), +(565,541,cs), +(569,659,o), +(478,736,o), +(331,736,cs), +(200,736,o), +(97,673,o), +(75,537,c), +(110,537,l), +(126,636,o), +(202,704,o), +(324,704,cs), +(447,704,o), +(536,647,o), +(527,535,cs), +(521,460,o), +(453,421,o), +(393,383,cs), +(306,328,o), +(241,278,o), +(220,180,cs), +(214,152,l) +); +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(389,234,l), -(391,240,ls), -(405,303,o), -(635,357,o), -(635,537,cs), -(635,693,o), -(493,738,o), -(372,738,cs), -(198,738,o), -(83,666,o), -(52,503,c), -(256,503,l), -(269,546,o), -(289,570,o), -(347,570,cs), -(371,570,o), -(412,562,o), -(412,515,cs), -(412,419,o), -(221,392,o), -(196,256,cs), -(192,234,l) +(351,0,l), +(387,175,l), +(165,175,l), +(129,0,l) ); }, { closed = 1; nodes = ( -(345,0,l), -(380,173,l), -(178,173,l), -(143,0,l) +(383,221,l), +(389,232,ls), +(410,272,o), +(451,291,o), +(507,320,cs), +(615,375,o), +(662,429,o), +(671,498,cs), +(690,651,o), +(597,739,o), +(411,739,cs), +(215,739,o), +(81,659,o), +(44,484,c), +(254,484,l), +(273,536,o), +(314,559,o), +(378,559,cs), +(417,559,o), +(442,545,o), +(442,519,cs), +(442,491,o), +(406,476,o), +(348,443,cs), +(270,400,o), +(209,351,o), +(190,250,cs), +(185,221,l) ); } ); -width = 591; +width = 622; } ); +metricLeft = question; +metricRight = question; } diff --git a/sources/MonaSans.glyphspackage/glyphs/questiondown.case.glyph b/sources/MonaSans.glyphspackage/glyphs/questiondown.case.glyph index 924da965..93bbd146 100644 --- a/sources/MonaSans.glyphspackage/glyphs/questiondown.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/questiondown.case.glyph @@ -10,7 +10,7 @@ pos = (0,213); ref = questiondown; } ); -width = 324; +width = 317; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -20,47 +20,47 @@ pos = (0,188); ref = questiondown; } ); -width = 445; +width = 460; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { pos = (0,213); ref = questiondown; } ); -width = 509; +width = 530; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -pos = (0,184); +pos = (0,185); ref = questiondown; } ); -width = 578; +width = 615; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { pos = (0,213); ref = questiondown; } ); -width = 528; +width = 519; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { -pos = (0,185); +pos = (0,184); ref = questiondown; } ); -width = 603; +width = 555; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ pos = (39,188); ref = questiondown; } ); -width = 442; +width = 458; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -90,7 +90,7 @@ pos = (44,213); ref = questiondown; } ); -width = 507; +width = 504; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -120,7 +120,131 @@ pos = (38,185); ref = questiondown; } ); -width = 593; +width = 618; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,213); +ref = questiondown; +} +); +width = 324; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,188); +ref = questiondown; +} +); +width = 423; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (0,213); +ref = questiondown; +} +); +width = 509; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (0,184); +ref = questiondown; +} +); +width = 552; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (0,213); +ref = questiondown; +} +); +width = 528; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +pos = (0,185); +ref = questiondown; +} +); +width = 652; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +pos = (44,213); +ref = questiondown; +} +); +width = 260; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +pos = (39,188); +ref = questiondown; +} +); +width = 413; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +pos = (44,213); +ref = questiondown; +} +); +width = 463; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +pos = (38,184); +ref = questiondown; +} +); +width = 547; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +pos = (44,213); +ref = questiondown; +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +pos = (38,185); +ref = questiondown; +} +); +width = 620; } ); metricLeft = questiondown; diff --git a/sources/MonaSans.glyphspackage/glyphs/questiondown.glyph b/sources/MonaSans.glyphspackage/glyphs/questiondown.glyph index 8b8f057a..d0c7dcab 100644 --- a/sources/MonaSans.glyphspackage/glyphs/questiondown.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/questiondown.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = questiondown; -kernRight = questiondown; +kernRight = KO_questiondown; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,11 +9,11 @@ shapes = ( { alignment = 1; angle = 180; -pos = (445,541); +pos = (460,541); ref = question; } ); -width = 445; +width = 460; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -21,6 +21,232 @@ shapes = ( { alignment = 1; angle = 180; +pos = (317,516); +ref = question; +} +); +width = 317; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (530,517); +ref = question; +} +); +width = 530; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (615,544); +ref = question; +} +); +width = 615; +}, +{ +layerId = m019; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (519,517); +ref = question; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +24 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +3 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +} +); +}; +width = 519; +}, +{ +layerId = m020; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (555,544); +ref = question; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; +}; +width = 555; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (325,516); +ref = question; +} +); +width = 325; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (458,541); +ref = question; +} +); +width = 458; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (504,517); +ref = question; +} +); +width = 504; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (578,544); +ref = question; +} +); +width = 578; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (529,517); +ref = question; +} +); +width = 529; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (618,544); +ref = question; +} +); +width = 618; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (324,516); ref = question; } @@ -28,11 +254,23 @@ ref = question; width = 324; }, { -layerId = master01; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { alignment = 1; angle = 180; +pos = (423,541); +ref = question; +} +); +width = 423; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (509,517); ref = question; } @@ -130,12 +368,12 @@ type = Stem; width = 509; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; angle = 180; -pos = (578,544); +pos = (552,544); ref = question; } ); @@ -143,13 +381,13 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; }; -width = 578; +width = 552; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; angle = 180; pos = (528,517); ref = question; @@ -158,88 +396,88 @@ ref = question; width = 528; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = 1; angle = 180; -pos = (603,544); +pos = (652,544); ref = question; } ); -width = 603; +width = 652; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; angle = 180; -pos = (325,516); +pos = (260,516); ref = question; } ); -width = 325; +width = 260; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; angle = 180; -pos = (442,541); +pos = (413,541); ref = question; } ); -width = 442; +width = 413; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; angle = 180; -pos = (507,517); +pos = (463,517); ref = question; } ); -width = 507; +width = 463; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; angle = 180; -pos = (578,544); +pos = (547,544); ref = question; } ); -width = 578; +width = 547; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; angle = 180; -pos = (529,517); +pos = (534,517); ref = question; } ); -width = 529; +width = 534; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; angle = 180; -pos = (593,544); +pos = (620,544); ref = question; } ); -width = 593; +width = 620; } ); metricLeft = S; diff --git a/sources/MonaSans.glyphspackage/glyphs/questiondown.ss01.case.glyph b/sources/MonaSans.glyphspackage/glyphs/questiondown.ss01.case.glyph index 87840ead..00a8ee62 100644 --- a/sources/MonaSans.glyphspackage/glyphs/questiondown.ss01.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/questiondown.ss01.case.glyph @@ -10,7 +10,7 @@ pos = (0,213); ref = questiondown.ss01; } ); -width = 302; +width = 317; }, { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -20,47 +20,47 @@ pos = (0,188); ref = questiondown.ss01; } ); -width = 445; +width = 460; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { pos = (0,213); ref = questiondown.ss01; } ); -width = 509; +width = 530; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { -pos = (0,184); +pos = (0,185); ref = questiondown.ss01; } ); -width = 578; +width = 615; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { pos = (0,213); ref = questiondown.ss01; } ); -width = 528; +width = 519; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { -pos = (0,185); +pos = (0,184); ref = questiondown.ss01; } ); -width = 603; +width = 555; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -70,7 +70,7 @@ pos = (44,213); ref = questiondown.ss01; } ); -width = 300; +width = 325; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -80,7 +80,7 @@ pos = (39,188); ref = questiondown.ss01; } ); -width = 441; +width = 458; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -90,7 +90,7 @@ pos = (44,213); ref = questiondown.ss01; } ); -width = 507; +width = 504; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -120,7 +120,130 @@ pos = (38,185); ref = questiondown.ss01; } ); -width = 591; +width = 616; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +pos = (0,213); +ref = questiondown.ss01; +} +); +width = 277; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,188); +ref = questiondown.ss01; +} +); +width = 423; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (0,213); +ref = questiondown.ss01; +} +); +width = 509; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (0,184); +ref = questiondown.ss01; +} +); +width = 552; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (0,213); +ref = questiondown.ss01; +} +); +width = 528; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +pos = (0,185); +ref = questiondown.ss01; +} +); +width = 652; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +pos = (44,213); +ref = questiondown.ss01; +} +); +width = 261; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +pos = (39,188); +ref = questiondown.ss01; +} +); +width = 414; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +pos = (44,213); +ref = questiondown.ss01; +} +); +width = 463; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +pos = (38,184); +ref = questiondown.ss01; +} +); +width = 547; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +pos = (44,213); +ref = questiondown.ss01; +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +pos = (38,185); +ref = questiondown.ss01; +} +); +width = 622; } ); metricLeft = questiondown.ss01; diff --git a/sources/MonaSans.glyphspackage/glyphs/questiondown.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/questiondown.ss01.glyph index 3b7acfef..60383175 100644 --- a/sources/MonaSans.glyphspackage/glyphs/questiondown.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/questiondown.ss01.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = questiondown.ss01; +kernRight = KO_questiondown.ss01; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -8,11 +9,11 @@ shapes = ( { alignment = 1; angle = 180; -pos = (445,541); +pos = (460,541); ref = question.ss01; } ); -width = 445; +width = 460; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -20,19 +21,43 @@ shapes = ( { alignment = 1; angle = 180; -pos = (302,516); +pos = (317,516); ref = question.ss01; } ); -width = 302; +width = 317; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; angle = 180; -pos = (509,517); +pos = (530,517); +ref = question.ss01; +} +); +width = 530; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (615,544); +ref = question.ss01; +} +); +width = 615; +}, +{ +layerId = m019; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (519,517); ref = question.ss01; } ); @@ -126,15 +151,15 @@ type = Stem; } ); }; -width = 509; +width = 519; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { alignment = 1; angle = 180; -pos = (578,544); +pos = (555,544); ref = question.ss01; } ); @@ -142,14 +167,228 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; }; +width = 555; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (325,516); +ref = question.ss01; +} +); +width = 325; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (458,541); +ref = question.ss01; +} +); +width = 458; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (504,517); +ref = question.ss01; +} +); +width = 504; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (578,544); +ref = question.ss01; +} +); width = 578; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { alignment = 1; angle = 180; +pos = (529,517); +ref = question.ss01; +} +); +width = 529; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (616,544); +ref = question.ss01; +} +); +width = 616; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (277,516); +ref = question.ss01; +} +); +width = 277; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +angle = 180; +pos = (423,541); +ref = question.ss01; +} +); +width = 423; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (509,517); +ref = question.ss01; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +2 +); +stem = -2; +target = ( +1, +3 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +24 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +3 +); +stem = -2; +target = ( +1, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +} +); +}; +width = 509; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (552,544); +ref = question.ss01; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; +}; +width = 552; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; pos = (528,517); ref = question.ss01; } @@ -157,88 +396,88 @@ ref = question.ss01; width = 528; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = 1; angle = 180; -pos = (603,544); +pos = (652,544); ref = question.ss01; } ); -width = 603; +width = 652; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; angle = 180; -pos = (300,516); +pos = (261,516); ref = question.ss01; } ); -width = 300; +width = 261; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; angle = 180; -pos = (441,541); +pos = (414,541); ref = question.ss01; } ); -width = 441; +width = 414; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; angle = 180; -pos = (507,517); +pos = (463,517); ref = question.ss01; } ); -width = 507; +width = 463; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; angle = 180; -pos = (578,544); +pos = (547,544); ref = question.ss01; } ); -width = 578; +width = 547; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; angle = 180; -pos = (529,517); +pos = (534,517); ref = question.ss01; } ); -width = 529; +width = 534; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; angle = 180; -pos = (591,544); +pos = (622,544); ref = question.ss01; } ); -width = 591; +width = 622; } ); metricLeft = "=|question"; diff --git a/sources/MonaSans.glyphspackage/glyphs/quotedbl.glyph b/sources/MonaSans.glyphspackage/glyphs/quotedbl.glyph index b23755f1..6945bb96 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quotedbl.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quotedbl.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = quotedbl; -kernLeft = quotedbl; -kernRight = quotedbl; +kernLeft = KO_quotedbl; +kernRight = KO_quotedbl; layers = ( { background = { @@ -28,7 +28,7 @@ pos = (204,0); ref = quotesingle; } ); -width = 389; +width = 405; }, { background = { @@ -68,7 +68,7 @@ ref = quotesingle; } ); }; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; @@ -80,7 +80,7 @@ pos = (161,0); ref = quotesingle; } ); -width = 327; +width = 296; }, { background = { @@ -89,12 +89,12 @@ shapes = ( ref = quotesingle; }, { -pos = (247,0); +pos = (252,0); ref = quotesingle; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; @@ -102,11 +102,11 @@ ref = quotesingle; }, { alignment = 1; -pos = (247,0); +pos = (252,0); ref = quotesingle; } ); -width = 476; +width = 483; }, { background = { @@ -120,7 +120,7 @@ ref = quotesingle; } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; @@ -128,11 +128,11 @@ ref = quotesingle; }, { alignment = 1; -pos = (161,0); +pos = (157,0); ref = quotesingle; } ); -width = 296; +width = 324; }, { background = { @@ -141,12 +141,12 @@ shapes = ( ref = quotesingle; }, { -pos = (252,0); +pos = (247,0); ref = quotesingle; } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; @@ -154,11 +154,11 @@ ref = quotesingle; }, { alignment = 1; -pos = (252,0); +pos = (227,0); ref = quotesingle; } ); -width = 471; +width = 452; }, { background = { @@ -225,7 +225,7 @@ pos = (208,0); ref = quotesingle; } ); -width = 392; +width = 408; }, { background = { @@ -329,11 +329,339 @@ pos = (249,0); ref = quotesingle; } ); -width = 468; +width = 480; +}, +{ +background = { +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (131,0); +ref = quotesingle; +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = quotesingle; +}, +{ +alignment = -1; +pos = (131,0); +ref = quotesingle; +} +); +width = 253; +}, +{ +background = { +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (204,0); +ref = quotesingle; +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = quotesingle; +}, +{ +alignment = 1; +pos = (204,0); +ref = quotesingle; +} +); +width = 375; +}, +{ +background = { +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (161,0); +ref = quotesingle; +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = quotesingle; +}, +{ +alignment = -1; +pos = (161,0); +ref = quotesingle; +} +); +width = 327; +}, +{ +background = { +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (247,0); +ref = quotesingle; +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = quotesingle; +}, +{ +alignment = -1; +pos = (247,0); +ref = quotesingle; +} +); +width = 456; +}, +{ +background = { +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (161,0); +ref = quotesingle; +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = quotesingle; +}, +{ +alignment = -1; +pos = (161,0); +ref = quotesingle; +} +); +width = 296; +}, +{ +background = { +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (252,0); +ref = quotesingle; +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = quotesingle; +}, +{ +alignment = -1; +pos = (252,0); +ref = quotesingle; +} +); +width = 471; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(178,624,l), +(199,729,l), +(171,729,l), +(150,624,l), +(127,493,l), +(147,493,l) +); +}, +{ +closed = 1; +nodes = ( +(308,624,l), +(329,729,l), +(301,729,l), +(280,624,l), +(257,493,l), +(277,493,l) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = quotesingle; +}, +{ +alignment = 1; +pos = (130,0); +ref = quotesingle; +} +); +width = 206; +}, +{ +background = { +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (208,0); +ref = quotesingle; +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = quotesingle; +}, +{ +alignment = 1; +pos = (208,0); +ref = quotesingle; +} +); +width = 370; +}, +{ +background = { +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (160,0); +ref = quotesingle; +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = quotesingle; +}, +{ +alignment = 1; +pos = (160,0); +ref = quotesingle; +} +); +width = 278; +}, +{ +background = { +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (242,0); +ref = quotesingle; +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = quotesingle; +}, +{ +alignment = 1; +pos = (242,0); +ref = quotesingle; +} +); +width = 413; +}, +{ +background = { +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (160,0); +ref = quotesingle; +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = quotesingle; +}, +{ +alignment = 1; +pos = (160,0); +ref = quotesingle; +} +); +width = 275; +}, +{ +background = { +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (249,0); +ref = quotesingle; +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = quotesingle; +}, +{ +alignment = 1; +pos = (249,0); +ref = quotesingle; +} +); +width = 438; } ); unicode = 34; userData = { +KernOnName = quotedbl; KernOnSpecialSpacing = { L = quotes; R = quotes; diff --git a/sources/MonaSans.glyphspackage/glyphs/quotedblbase.glyph b/sources/MonaSans.glyphspackage/glyphs/quotedblbase.glyph index 5502aa83..a3b83836 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quotedblbase.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quotedblbase.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = quotedblbase; -kernRight = quotedblbase; +kernRight = KO_quotedblbase; layers = ( { background = { @@ -23,25 +23,439 @@ ref = comma; }, { alignment = 1; -pos = (224,0); +pos = (217,0); +ref = comma; +} +); +width = 444; +}, +{ +background = { +shapes = ( +{ +ref = comma; +}, +{ +pos = (110,0); +ref = comma; +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +alignment = 1; +ref = comma; +}, +{ +alignment = 1; +pos = (102,0); +ref = comma; +} +); +width = 232; +}, +{ +background = { +shapes = ( +{ +ref = comma; +}, +{ +pos = (129,0); +ref = comma; +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = comma; +}, +{ +alignment = 1; +pos = (120,0); +ref = comma; +} +); +width = 266; +}, +{ +background = { +shapes = ( +{ +ref = comma; +}, +{ +pos = (277,0); +ref = comma; +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = comma; +}, +{ +alignment = 1; +pos = (277,0); +ref = comma; +} +); +width = 556; +}, +{ +background = { +shapes = ( +{ +ref = comma; +}, +{ +pos = (129,0); +ref = comma; +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = comma; +}, +{ +alignment = 1; +pos = (127,0); +ref = comma; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = comma; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = comma; +}; +width = 337; +}, +{ +background = { +shapes = ( +{ +ref = comma; +}, +{ +pos = (254,0); +ref = comma; +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = comma; +}, +{ +alignment = 1; +pos = (257,0); +ref = comma; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = comma; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = comma; +}; +width = 546; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-22,-123,l), +(6,-100,o), +(61,-26,o), +(61,14,cs), +(61,30,o), +(51,41,o), +(35,41,cs), +(21,41,o), +(10,32,o), +(10,16,cs), +(10,2,o), +(20,-7,o), +(34,-7,cs), +(39,-7,o), +(43,-6,o), +(46,-4,c), +(41,1,l), +(31,-36,o), +(-6,-86,o), +(-45,-123,c) +); +}, +{ +closed = 1; +nodes = ( +(86,-123,l), +(114,-100,o), +(169,-26,o), +(169,14,cs), +(169,30,o), +(159,41,o), +(143,41,cs), +(129,41,o), +(118,32,o), +(118,16,cs), +(118,2,o), +(128,-7,o), +(142,-7,cs), +(147,-7,o), +(151,-6,o), +(154,-4,c), +(149,1,l), +(139,-36,o), +(102,-86,o), +(63,-123,c) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = comma; +}, +{ +alignment = 1; +pos = (101,0); +ref = comma; +} +); +width = 229; +}, +{ +background = { +shapes = ( +{ +ref = comma; +}, +{ +pos = (240,0); +ref = comma; +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = comma; +}, +{ +alignment = 1; +pos = (240,0); +ref = comma; +} +); +width = 474; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-9,-124,l), +(27,-88,o), +(72,-20,o), +(72,18,cs), +(72,38,o), +(60,51,o), +(40,51,cs), +(22,51,o), +(9,40,o), +(9,20,cs), +(9,3,o), +(21,-8,o), +(39,-8,cs), +(45,-8,o), +(50,-6,o), +(54,-4,c), +(51,2,l), +(40,-35,o), +(6,-83,o), +(-33,-124,c) +); +}, +{ +closed = 1; +nodes = ( +(119,-124,l), +(155,-88,o), +(200,-20,o), +(200,18,cs), +(200,38,o), +(188,51,o), +(168,51,cs), +(150,51,o), +(137,40,o), +(137,20,cs), +(137,3,o), +(149,-8,o), +(167,-8,cs), +(173,-8,o), +(178,-6,o), +(182,-4,c), +(179,2,l), +(168,-35,o), +(134,-83,o), +(95,-124,c) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = comma; +}, +{ +alignment = 1; +pos = (113,0); ref = comma; } ); -width = 435; +width = 288; }, { background = { shapes = ( { +closed = 1; +nodes = ( +(37,-167,l), +(105,-122,o), +(196,-15,o), +(196,75,cs), +(196,131,o), +(158,167,o), +(102,167,cs), +(40,167,o), +(-1,130,o), +(-1,77,cs), +(-1,32,o), +(34,1,o), +(81,1,cs), +(94,1,o), +(104,3,o), +(111,6,c), +(95,19,l), +(69,-37,o), +(8,-107,o), +(-75,-167,c) +); +}, +{ +closed = 1; +nodes = ( +(285,-167,l), +(353,-122,o), +(444,-15,o), +(444,75,cs), +(444,131,o), +(406,167,o), +(350,167,cs), +(288,167,o), +(247,130,o), +(247,77,cs), +(247,32,o), +(282,1,o), +(329,1,cs), +(342,1,o), +(352,3,o), +(359,6,c), +(343,19,l), +(317,-37,o), +(256,-107,o), +(173,-167,c) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; ref = comma; }, { -pos = (110,0); +alignment = 1; +pos = (247,0); ref = comma; } ); +width = 501; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-17,-124,l), +(19,-88,o), +(64,-20,o), +(64,18,cs), +(64,38,o), +(52,51,o), +(32,51,cs), +(14,51,o), +(1,40,o), +(1,20,cs), +(1,3,o), +(13,-8,o), +(31,-8,cs), +(37,-8,o), +(42,-6,o), +(46,-4,c), +(43,2,l), +(32,-35,o), +(-2,-83,o), +(-41,-124,c) +); +}, +{ +closed = 1; +nodes = ( +(111,-124,l), +(147,-88,o), +(192,-20,o), +(192,18,cs), +(192,38,o), +(180,51,o), +(160,51,cs), +(142,51,o), +(129,40,o), +(129,20,cs), +(129,3,o), +(141,-8,o), +(159,-8,cs), +(165,-8,o), +(170,-6,o), +(174,-4,c), +(171,2,l), +(160,-35,o), +(126,-83,o), +(87,-124,c) +); +} +); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { alignment = 1; @@ -49,25 +463,121 @@ ref = comma; }, { alignment = 1; -pos = (163,0); +pos = (108,0); ref = comma; } ); -width = 293; +width = 256; }, { background = { shapes = ( { +closed = 1; +nodes = ( +(73,-167,l), +(159,-106,o), +(221,-11,o), +(221,64,cs), +(221,131,o), +(179,175,o), +(102,175,cs), +(27,175,o), +(-16,137,o), +(-16,79,cs), +(-16,29,o), +(21,-4,o), +(87,-4,cs), +(104,-4,o), +(117,-2,o), +(126,1,c), +(113,22,l), +(86,-33,o), +(18,-104,o), +(-69,-167,c) +); +}, +{ +closed = 1; +nodes = ( +(349,-167,l), +(435,-106,o), +(497,-11,o), +(497,64,cs), +(497,131,o), +(455,175,o), +(378,175,cs), +(303,175,o), +(260,137,o), +(260,79,cs), +(260,29,o), +(297,-4,o), +(363,-4,cs), +(380,-4,o), +(393,-2,o), +(402,1,c), +(389,22,l), +(362,-33,o), +(294,-104,o), +(207,-167,c) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = comma; +}, +{ +alignment = 1; +pos = (272,0); ref = comma; +} +); +width = 551; }, { -pos = (129,0); +background = { +shapes = ( +{ +pos = (164,0); +ref = comma; +}, +{ +pos = (274,0); +ref = comma; +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 1; +ref = comma; +}, +{ +alignment = 1; +pos = (78,0); +ref = comma; +} +); +width = 175; +}, +{ +background = { +shapes = ( +{ +ref = comma; +}, +{ +pos = (224,0); ref = comma; } ); }; -layerId = master01; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { alignment = 1; @@ -75,15 +585,41 @@ ref = comma; }, { alignment = 1; +pos = (209,0); +ref = comma; +} +); +width = 409; +}, +{ +background = { +shapes = ( +{ +ref = comma; +}, +{ pos = (129,0); ref = comma; } ); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = 1; +ref = comma; +}, +{ +alignment = 1; +pos = (109,0); +ref = comma; +} +); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = comma; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = comma; }; -width = 308; +width = 249; }, { background = { @@ -97,7 +633,7 @@ ref = comma; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { alignment = 1; @@ -105,7 +641,7 @@ ref = comma; }, { alignment = 1; -pos = (254,0); +pos = (244,0); ref = comma; } ); @@ -113,7 +649,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = comma; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = comma; }; -width = 495; +width = 477; }, { background = { @@ -127,7 +663,7 @@ ref = comma; } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { alignment = 1; @@ -135,11 +671,11 @@ ref = comma; }, { alignment = 1; -pos = (129,0); +pos = (116,0); ref = comma; } ); -width = 275; +width = 242; }, { background = { @@ -153,7 +689,7 @@ ref = comma; } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = 1; @@ -161,11 +697,11 @@ ref = comma; }, { alignment = 1; -pos = (277,0); +pos = (302,0); ref = comma; } ); -width = 544; +width = 599; }, { background = { @@ -222,7 +758,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -230,11 +766,11 @@ ref = comma; }, { alignment = 1; -pos = (108,0); +pos = (81,0); ref = comma; } ); -width = 236; +width = 169; }, { background = { @@ -248,7 +784,7 @@ ref = comma; } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -256,11 +792,11 @@ ref = comma; }, { alignment = 1; -pos = (240,0); +pos = (212,0); ref = comma; } ); -width = 458; +width = 420; }, { background = { @@ -317,7 +853,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -325,11 +861,11 @@ ref = comma; }, { alignment = 1; -pos = (128,0); +pos = (110,0); ref = comma; } ); -width = 303; +width = 237; }, { background = { @@ -386,7 +922,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -394,11 +930,11 @@ ref = comma; }, { alignment = 1; -pos = (248,0); +pos = (235,0); ref = comma; } ); -width = 495; +width = 464; }, { background = { @@ -455,7 +991,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -463,11 +999,11 @@ ref = comma; }, { alignment = 1; -pos = (128,0); +pos = (116,0); ref = comma; } ); -width = 276; +width = 244; }, { background = { @@ -524,7 +1060,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -532,11 +1068,11 @@ ref = comma; }, { alignment = 1; -pos = (276,0); +pos = (274,0); ref = comma; } ); -width = 543; +width = 554; } ); metricLeft = comma; diff --git a/sources/MonaSans.glyphspackage/glyphs/quotedblbase.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/quotedblbase.ss01.glyph index b98c4de6..b3e2f4c7 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quotedblbase.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quotedblbase.ss01.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = quotedblbase.ss01; -kernRight = quotedblbase.ss01; +kernRight = KO_quotedblbase.ss01; layers = ( { background = { @@ -53,13 +53,13 @@ pos = (230,0); ref = comma.ss01; } ); -width = 436; +width = 452; }, { background = { shapes = ( { -pos = (140,0); +pos = (120,0); ref = comma.ss01; }, { @@ -67,7 +67,7 @@ ref = comma.ss01; } ); }; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; @@ -75,17 +75,17 @@ ref = comma.ss01; }, { alignment = 1; -pos = (140,0); +pos = (120,0); ref = comma.ss01; } ); -width = 302; +width = 257; }, { background = { shapes = ( { -pos = (260,0); +pos = (270,0); ref = comma.ss01; }, { @@ -93,7 +93,7 @@ ref = comma.ss01; } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; @@ -101,17 +101,17 @@ ref = comma.ss01; }, { alignment = 1; -pos = (260,0); +pos = (270,0); ref = comma.ss01; } ); -width = 514; +width = 554; }, { background = { shapes = ( { -pos = (120,0); +pos = (140,0); ref = comma.ss01; }, { @@ -119,7 +119,7 @@ ref = comma.ss01; } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; @@ -127,17 +127,17 @@ ref = comma.ss01; }, { alignment = 1; -pos = (120,0); +pos = (138,0); ref = comma.ss01; } ); -width = 257; +width = 301; }, { background = { shapes = ( { -pos = (270,0); +pos = (260,0); ref = comma.ss01; }, { @@ -145,7 +145,7 @@ ref = comma.ss01; } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; @@ -153,11 +153,11 @@ ref = comma.ss01; }, { alignment = 1; -pos = (270,0); +pos = (246,0); ref = comma.ss01; } ); -width = 542; +width = 493; }, { background = { @@ -179,11 +179,11 @@ ref = comma.ss01; }, { alignment = 1; -pos = (105,0); +pos = (113,0); ref = comma.ss01; } ); -width = 226; +width = 234; }, { background = { @@ -209,7 +209,7 @@ pos = (220,0); ref = comma.ss01; } ); -width = 423; +width = 442; }, { background = { @@ -231,11 +231,11 @@ ref = comma.ss01; }, { alignment = 1; -pos = (120,0); +pos = (128,0); ref = comma.ss01; } ); -width = 283; +width = 291; }, { background = { @@ -283,11 +283,11 @@ ref = comma.ss01; }, { alignment = 1; -pos = (120,0); +pos = (123,0); ref = comma.ss01; } ); -width = 256; +width = 260; }, { background = { @@ -309,11 +309,323 @@ ref = comma.ss01; }, { alignment = 1; +pos = (276,0); +ref = comma.ss01; +} +); +width = 556; +}, +{ +background = { +shapes = ( +{ +pos = (100,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +}, +{ +alignment = -1; +pos = (100,0); +ref = comma.ss01; +} +); +width = 222; +}, +{ +background = { +shapes = ( +{ +pos = (230,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +pos = (230,0); +ref = comma.ss01; +} +); +width = 426; +}, +{ +background = { +shapes = ( +{ +pos = (140,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +}, +{ +alignment = -1; +pos = (140,0); +ref = comma.ss01; +} +); +width = 302; +}, +{ +background = { +shapes = ( +{ +pos = (260,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +}, +{ +alignment = -1; +pos = (260,0); +ref = comma.ss01; +} +); +width = 494; +}, +{ +background = { +shapes = ( +{ +pos = (120,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +}, +{ +alignment = -1; +pos = (120,0); +ref = comma.ss01; +} +); +width = 257; +}, +{ +background = { +shapes = ( +{ +pos = (270,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +}, +{ +alignment = -1; +pos = (270,0); +ref = comma.ss01; +} +); +width = 542; +}, +{ +background = { +shapes = ( +{ +pos = (105,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +pos = (105,0); +ref = comma.ss01; +} +); +width = 180; +}, +{ +background = { +shapes = ( +{ +pos = (220,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +pos = (220,0); +ref = comma.ss01; +} +); +width = 412; +}, +{ +background = { +shapes = ( +{ +pos = (120,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +pos = (128,0); +ref = comma.ss01; +} +); +width = 248; +}, +{ +background = { +shapes = ( +{ +pos = (240,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +pos = (249,0); +ref = comma.ss01; +} +); +width = 460; +}, +{ +background = { +shapes = ( +{ +pos = (120,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +pos = (135,0); +ref = comma.ss01; +} +); +width = 258; +}, +{ +background = { +shapes = ( +{ +pos = (266,0); +ref = comma.ss01; +}, +{ +ref = comma.ss01; +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; pos = (266,0); ref = comma.ss01; } ); -width = 534; +width = 517; } ); metricLeft = comma.ss01; diff --git a/sources/MonaSans.glyphspackage/glyphs/quotedblleft.glyph b/sources/MonaSans.glyphspackage/glyphs/quotedblleft.glyph index f1b499d8..cc72edae 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quotedblleft.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quotedblleft.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = quotedblleft; -kernLeft = quotedblleft; -kernRight = quotedblleft; +kernLeft = KO_quotedblleft; +kernRight = KO_quotedblleft; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -10,11 +10,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (435,562); +pos = (444,562); ref = quotedblbase; } ); -width = 435; +width = 444; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -22,59 +22,59 @@ shapes = ( { alignment = 3; angle = 180; -pos = (293,604); +pos = (232,604); ref = quotedblbase; } ); -width = 293; +width = 232; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; angle = 180; -pos = (308,583); +pos = (266,605); ref = quotedblbase; } ); -width = 308; +width = 266; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 3; angle = 180; -pos = (495,562); +pos = (556,562); ref = quotedblbase; } ); -width = 495; +width = 556; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 3; angle = 180; -pos = (275,605); +pos = (337,583); ref = quotedblbase; } ); -width = 275; +width = 337; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 3; angle = 180; -pos = (544,562); +pos = (546,562); ref = quotedblbase; } ); -width = 544; +width = 546; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -82,11 +82,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (255,606); +pos = (248,606); ref = quotedblbase; } ); -width = 236; +width = 229; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -94,11 +94,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (462,561); +pos = (478,561); ref = quotedblbase; } ); -width = 458; +width = 474; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -106,11 +106,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (321,605); +pos = (306,605); ref = quotedblbase; } ); -width = 303; +width = 288; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -118,11 +118,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (499,562); +pos = (505,562); ref = quotedblbase; } ); -width = 495; +width = 501; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -130,11 +130,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (294,605); +pos = (274,605); ref = quotedblbase; } ); -width = 276; +width = 256; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -142,17 +142,162 @@ shapes = ( { alignment = 3; angle = 180; -pos = (547,562); +pos = (555,562); +ref = quotedblbase; +} +); +width = 551; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (175,604); +ref = quotedblbase; +} +); +width = 175; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (409,572); +ref = quotedblbase; +} +); +width = 409; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (249,583); +ref = quotedblbase; +} +); +width = 249; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (477,558); +ref = quotedblbase; +} +); +width = 477; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (242,571); +ref = quotedblbase; +} +); +width = 242; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (599,562); +ref = quotedblbase; +} +); +width = 599; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (188,606); +ref = quotedblbase; +} +); +width = 169; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (426,569); +ref = quotedblbase; +} +); +width = 420; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (251,584); +ref = quotedblbase; +} +); +width = 237; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (468,562); +ref = quotedblbase; +} +); +width = 464; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (258,587); +ref = quotedblbase; +} +); +width = 244; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (558,562); ref = quotedblbase; } ); -width = 543; +width = 554; } ); metricLeft = "=|comma"; metricRight = "=|comma"; unicode = 8220; userData = { +KernOnName = quotedblleft; KernOnSpecialSpacing = { L = quotes; R = quotes; diff --git a/sources/MonaSans.glyphspackage/glyphs/quotedblleft.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/quotedblleft.ss01.glyph index e5d7a696..558ca0a9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quotedblleft.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quotedblleft.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = quotedblleft.ss01; -kernLeft = quotedblleft.ss01; -kernRight = quotedblleft.ss01; +kernLeft = KO_quotedblleft.ss01; +kernRight = KO_quotedblleft.ss01; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -22,59 +22,59 @@ shapes = ( { alignment = 3; angle = 180; -pos = (436,552); +pos = (452,552); ref = quotedblbase.ss01; } ); -width = 436; +width = 452; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; angle = 180; -pos = (302,588); +pos = (257,588); ref = quotedblbase.ss01; } ); -width = 302; +width = 257; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 3; angle = 180; -pos = (514,552); +pos = (554,552); ref = quotedblbase.ss01; } ); -width = 514; +width = 554; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 3; angle = 180; -pos = (257,588); +pos = (301,588); ref = quotedblbase.ss01; } ); -width = 257; +width = 301; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 3; angle = 180; -pos = (542,552); +pos = (493,552); ref = quotedblbase.ss01; } ); -width = 542; +width = 493; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -82,11 +82,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (241,588); +pos = (249,588); ref = quotedblbase.ss01; } ); -width = 226; +width = 234; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -94,11 +94,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (425,552); +pos = (444,552); ref = quotedblbase.ss01; } ); -width = 423; +width = 442; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -106,11 +106,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (298,588); +pos = (306,588); ref = quotedblbase.ss01; } ); -width = 283; +width = 291; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -130,11 +130,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (271,588); +pos = (275,588); ref = quotedblbase.ss01; } ); -width = 256; +width = 260; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -142,11 +142,155 @@ shapes = ( { alignment = 3; angle = 180; -pos = (536,552); +pos = (558,552); +ref = quotedblbase.ss01; +} +); +width = 556; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (222,588); +ref = quotedblbase.ss01; +} +); +width = 222; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (426,552); +ref = quotedblbase.ss01; +} +); +width = 426; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (302,588); +ref = quotedblbase.ss01; +} +); +width = 302; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (494,552); +ref = quotedblbase.ss01; +} +); +width = 494; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (257,588); +ref = quotedblbase.ss01; +} +); +width = 257; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (542,552); +ref = quotedblbase.ss01; +} +); +width = 542; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (195,588); +ref = quotedblbase.ss01; +} +); +width = 180; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (414,552); +ref = quotedblbase.ss01; +} +); +width = 412; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (263,588); +ref = quotedblbase.ss01; +} +); +width = 248; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (462,552); +ref = quotedblbase.ss01; +} +); +width = 460; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (273,588); +ref = quotedblbase.ss01; +} +); +width = 258; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (519,552); ref = quotedblbase.ss01; } ); -width = 534; +width = 517; } ); metricLeft = "=|comma.ss01"; diff --git a/sources/MonaSans.glyphspackage/glyphs/quotedblright.glyph b/sources/MonaSans.glyphspackage/glyphs/quotedblright.glyph index e046e7e2..fd2a5d76 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quotedblright.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quotedblright.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = quotedblright; -kernLeft = quotedblright; -kernRight = quoteright; +kernLeft = KO_quotedblright; +kernRight = KO_quotedblright; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -13,62 +13,62 @@ pos = (0,575); ref = quotedblbase; } ); -width = 435; +width = 444; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { alignment = 3; -pos = (0,695); +pos = (0,692); ref = quotedblbase; } ); -width = 293; +width = 232; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; -pos = (0,668); +pos = (0,684); ref = quotedblbase; } ); -width = 308; +width = 266; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 3; -pos = (0,571); +pos = (0,563); ref = quotedblbase; } ); -width = 495; +width = 556; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 3; -pos = (0,686); +pos = (0,668); ref = quotedblbase; } ); -width = 275; +width = 337; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 3; -pos = (0,565); +pos = (0,546); ref = quotedblbase; } ); -width = 544; +width = 546; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -79,7 +79,7 @@ pos = (144,693); ref = quotedblbase; } ); -width = 236; +width = 229; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -90,18 +90,18 @@ pos = (119,573); ref = quotedblbase; } ); -width = 458; +width = 474; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { alignment = 3; -pos = (142,685); +pos = (141,683); ref = quotedblbase; } ); -width = 303; +width = 288; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -112,18 +112,18 @@ pos = (118,570); ref = quotedblbase; } ); -width = 495; +width = 501; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { alignment = 3; -pos = (142,686); +pos = (142,684); ref = quotedblbase; } ); -width = 276; +width = 256; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -134,7 +134,139 @@ pos = (117,565); ref = quotedblbase; } ); -width = 543; +width = 551; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 3; +pos = (0,684); +ref = quotedblbase; +} +); +width = 175; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +pos = (0,555); +ref = quotedblbase; +} +); +width = 409; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = 3; +pos = (0,669); +ref = quotedblbase; +} +); +width = 249; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = 3; +pos = (0,539); +ref = quotedblbase; +} +); +width = 477; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = 3; +pos = (0,676); +ref = quotedblbase; +} +); +width = 242; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = 3; +pos = (0,535); +ref = quotedblbase; +} +); +width = 599; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = -1; +pos = (143,688); +ref = quotedblbase; +} +); +width = 169; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = -1; +pos = (114,553); +ref = quotedblbase; +} +); +width = 420; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = -1; +pos = (140,674); +ref = quotedblbase; +} +); +width = 237; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +pos = (111,535); +ref = quotedblbase; +} +); +width = 464; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +pos = (140,676); +ref = quotedblbase; +} +); +width = 244; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = -1; +pos = (115,553); +ref = quotedblbase; +} +); +width = 555; } ); metricLeft = comma; diff --git a/sources/MonaSans.glyphspackage/glyphs/quotedblright.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/quotedblright.ss01.glyph index fe8b8124..9aeaa7c2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quotedblright.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quotedblright.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = quotedblright.ss01; -kernLeft = quoteright.ss01; -kernRight = quoteright.ss01; +kernLeft = KO_quotedblright.ss01; +kernRight = KO_quotedblright.ss01; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -24,10 +24,10 @@ pos = (0,564); ref = quotedblbase.ss01; } ); -width = 436; +width = 452; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; @@ -35,21 +35,21 @@ pos = (0,672); ref = quotedblbase.ss01; } ); -width = 302; +width = 257; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 3; -pos = (0,567); +pos = (0,565); ref = quotedblbase.ss01; } ); -width = 514; +width = 554; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 3; @@ -57,18 +57,18 @@ pos = (0,672); ref = quotedblbase.ss01; } ); -width = 257; +width = 301; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 3; -pos = (0,565); +pos = (0,567); ref = quotedblbase.ss01; } ); -width = 542; +width = 493; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -79,7 +79,7 @@ pos = (140,674); ref = quotedblbase.ss01; } ); -width = 226; +width = 234; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -90,7 +90,7 @@ pos = (116,562); ref = quotedblbase.ss01; } ); -width = 423; +width = 442; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -101,7 +101,7 @@ pos = (139,672); ref = quotedblbase.ss01; } ); -width = 283; +width = 291; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; @@ -123,7 +123,7 @@ pos = (140,676); ref = quotedblbase.ss01; } ); -width = 256; +width = 260; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -134,7 +134,139 @@ pos = (117,565); ref = quotedblbase.ss01; } ); -width = 534; +width = 556; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,674); +ref = quotedblbase.ss01; +} +); +width = 222; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +pos = (0,564); +ref = quotedblbase.ss01; +} +); +width = 426; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (0,672); +ref = quotedblbase.ss01; +} +); +width = 302; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (0,567); +ref = quotedblbase.ss01; +} +); +width = 494; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (0,672); +ref = quotedblbase.ss01; +} +); +width = 257; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (0,565); +ref = quotedblbase.ss01; +} +); +width = 542; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 3; +pos = (140,674); +ref = quotedblbase.ss01; +} +); +width = 180; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 3; +pos = (116,562); +ref = quotedblbase.ss01; +} +); +width = 412; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 3; +pos = (139,672); +ref = quotedblbase.ss01; +} +); +width = 248; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 3; +pos = (116,559); +ref = quotedblbase.ss01; +} +); +width = 460; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 3; +pos = (140,676); +ref = quotedblbase.ss01; +} +); +width = 258; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 3; +pos = (117,565); +ref = quotedblbase.ss01; +} +); +width = 517; } ); metricLeft = comma.ss01; diff --git a/sources/MonaSans.glyphspackage/glyphs/quoteleft.glyph b/sources/MonaSans.glyphspackage/glyphs/quoteleft.glyph index 4b58c7e2..f9f298b1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quoteleft.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quoteleft.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = quoteleft; -kernLeft = quotedblleft; -kernRight = quoteleft; +kernLeft = KO_quoteleft; +kernRight = KO_quoteleft; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -10,11 +10,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (211,562); +pos = (227,562); ref = quotesinglbase; } ); -width = 211; +width = 227; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -29,60 +29,60 @@ ref = quotesinglbase; width = 130; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; angle = 180; -pos = (179,605); +pos = (146,605); ref = quotesinglbase; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblleft; -}; -width = 179; +width = 146; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 3; angle = 180; -pos = (241,562); +pos = (279,562); ref = quotesinglbase; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblleft; -}; -width = 241; +width = 279; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 3; angle = 180; -pos = (146,605); +pos = (210,585); ref = quotesinglbase; } ); -width = 146; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblleft; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblleft; +}; +width = 210; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 3; angle = 180; -pos = (267,562); +pos = (289,562); ref = quotesinglbase; } ); -width = 267; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblleft; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblleft; +}; +width = 289; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -102,11 +102,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (222,562); +pos = (238,562); ref = quotesinglbase; } ); -width = 218; +width = 234; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -126,11 +126,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (251,562); +pos = (258,562); ref = quotesinglbase; } ); -width = 247; +width = 254; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -150,17 +150,170 @@ shapes = ( { alignment = 3; angle = 180; -pos = (271,562); +pos = (283,562); +ref = quotesinglbase; +} +); +width = 279; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (97,604); +ref = quotesinglbase; +} +); +width = 97; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (200,572); +ref = quotesinglbase; +} +); +width = 200; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (140,583); +ref = quotesinglbase; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblleft; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblleft; +}; +width = 140; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (233,562); +ref = quotesinglbase; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblleft; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblleft; +}; +width = 233; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (126,571); +ref = quotesinglbase; +} +); +width = 126; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (297,561); +ref = quotesinglbase; +} +); +width = 297; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (107,606); +ref = quotesinglbase; +} +); +width = 88; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (214,569); +ref = quotesinglbase; +} +); +width = 208; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (141,584); +ref = quotesinglbase; +} +); +width = 127; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (233,562); +ref = quotesinglbase; +} +); +width = 229; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (142,587); +ref = quotesinglbase; +} +); +width = 128; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (284,562); ref = quotesinglbase; } ); -width = 267; +width = 280; } ); metricLeft = quotedblleft; metricRight = quotedblleft; unicode = 8216; userData = { +KernOnName = quoteleft; KernOnSpecialSpacing = { L = quotes; R = quotes; diff --git a/sources/MonaSans.glyphspackage/glyphs/quoteleft.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/quoteleft.ss01.glyph index 57a2563d..46fd59fd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quoteleft.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quoteleft.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = quoteleft.ss01; -kernLeft = quotedblleft.ss01; -kernRight = quotedblleft.ss01; +kernLeft = KO_quotedblleft.ss01; +kernRight = KO_quotedblleft.ss01; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -22,59 +22,59 @@ shapes = ( { alignment = 3; angle = 180; -pos = (206,552); +pos = (222,552); ref = comma.ss01; } ); -width = 206; +width = 222; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; angle = 180; -pos = (162,588); +pos = (137,588); ref = comma.ss01; } ); -width = 162; +width = 137; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 3; angle = 180; -pos = (254,552); +pos = (284,552); ref = comma.ss01; } ); -width = 254; +width = 284; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 3; angle = 180; -pos = (137,588); +pos = (163,588); ref = comma.ss01; } ); -width = 137; +width = 163; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 3; angle = 180; -pos = (272,552); +pos = (247,552); ref = comma.ss01; } ); -width = 272; +width = 247; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -94,11 +94,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (205,552); +pos = (224,552); ref = comma.ss01; } ); -width = 203; +width = 222; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -130,11 +130,11 @@ shapes = ( { alignment = 3; angle = 180; -pos = (151,588); +pos = (152,588); ref = comma.ss01; } ); -width = 136; +width = 137; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -142,11 +142,155 @@ shapes = ( { alignment = 3; angle = 180; -pos = (270,552); +pos = (282,552); +ref = comma.ss01; +} +); +width = 280; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (122,588); +ref = comma.ss01; +} +); +width = 122; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (196,552); +ref = comma.ss01; +} +); +width = 196; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (162,588); +ref = comma.ss01; +} +); +width = 162; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (234,552); +ref = comma.ss01; +} +); +width = 234; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (137,588); +ref = comma.ss01; +} +); +width = 137; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (272,552); +ref = comma.ss01; +} +); +width = 272; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (90,588); +ref = comma.ss01; +} +); +width = 75; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (194,552); +ref = comma.ss01; +} +); +width = 192; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (135,588); +ref = comma.ss01; +} +); +width = 120; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (213,552); +ref = comma.ss01; +} +); +width = 211; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (138,588); +ref = comma.ss01; +} +); +width = 123; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 3; +angle = 180; +pos = (253,552); ref = comma.ss01; } ); -width = 268; +width = 251; } ); metricLeft = "=|comma.ss01"; diff --git a/sources/MonaSans.glyphspackage/glyphs/quoteright.glyph b/sources/MonaSans.glyphspackage/glyphs/quoteright.glyph index a3ffb758..be37b069 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quoteright.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quoteright.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = quoteright; -kernLeft = quoteright; -kernRight = quoteright; +kernLeft = KO_quoteright; +kernRight = KO_quoteright; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -13,77 +13,77 @@ pos = (0,574); ref = quotesinglbase; } ); -width = 211; +width = 227; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; shapes = ( { alignment = 3; -pos = (0,695); +pos = (0,693); ref = quotesinglbase; } ); width = 130; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; -pos = (0,685); +pos = (0,682); ref = quotesinglbase; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblright; -}; -width = 179; +width = 146; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 3; -pos = (0,571); +pos = (0,563); ref = quotesinglbase; } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblright; -}; -width = 241; +width = 279; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 3; -pos = (0,683); +pos = (0,675); ref = quotesinglbase; } ); -width = 146; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblright; +}; +width = 210; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 3; -pos = (0,565); +pos = (0,548); ref = quotesinglbase; } ); -width = 267; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblright; +}; +width = 289; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { alignment = 3; -pos = (144,695); +pos = (143,691); ref = quotesinglbase; } ); @@ -94,18 +94,18 @@ layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { alignment = 3; -pos = (119,575); +pos = (118,571); ref = quotesinglbase; } ); -width = 218; +width = 234; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { alignment = 3; -pos = (142,685); +pos = (141,681); ref = quotesinglbase; } ); @@ -120,14 +120,14 @@ pos = (118,572); ref = quotesinglbase; } ); -width = 247; +width = 254; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { alignment = 3; -pos = (142,686); +pos = (141,683); ref = quotesinglbase; } ); @@ -142,7 +142,147 @@ pos = (117,565); ref = quotesinglbase; } ); -width = 267; +width = 279; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 3; +pos = (0,684); +ref = quotesinglbase; +} +); +width = 97; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +pos = (0,558); +ref = quotesinglbase; +} +); +width = 200; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = 3; +pos = (0,669); +ref = quotesinglbase; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblright; +}; +width = 179; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = 3; +pos = (0,538); +ref = quotesinglbase; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblright; +}; +width = 220; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = 3; +pos = (0,674); +ref = quotesinglbase; +} +); +width = 146; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = 3; +pos = (0,536); +ref = quotesinglbase; +} +); +width = 297; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = -1; +pos = (142,687); +ref = quotesinglbase; +} +); +width = 88; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = -1; +pos = (115,551); +ref = quotesinglbase; +} +); +width = 208; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = -1; +pos = (140,673); +ref = quotesinglbase; +} +); +width = 128; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +pos = (111,538); +ref = quotesinglbase; +} +); +width = 229; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +pos = (140,674); +ref = quotesinglbase; +} +); +width = 128; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = -1; +pos = (115,553); +ref = quotesinglbase; +} +); +width = 281; } ); metricLeft = quotedblright; diff --git a/sources/MonaSans.glyphspackage/glyphs/quoteright.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/quoteright.ss01.glyph index e1a86754..5f50737a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quoteright.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quoteright.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = quoteright.ss01; -kernLeft = quoteright.ss01; -kernRight = quoteright.ss01; +kernLeft = KO_quoteright.ss01; +kernRight = KO_quoteright.ss01; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -24,51 +24,51 @@ pos = (0,564); ref = comma.ss01; } ); -width = 206; +width = 222; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 3; -pos = (0,672); +pos = (0,674); ref = comma.ss01; } ); -width = 162; +width = 137; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 3; -pos = (0,567); +pos = (0,565); ref = comma.ss01; } ); -width = 254; +width = 284; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 3; -pos = (0,674); +pos = (0,672); ref = comma.ss01; } ); -width = 137; +width = 163; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 3; -pos = (0,565); +pos = (0,567); ref = comma.ss01; } ); -width = 272; +width = 247; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -90,7 +90,7 @@ pos = (116,561); ref = comma.ss01; } ); -width = 203; +width = 222; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -123,7 +123,7 @@ pos = (140,674); ref = comma.ss01; } ); -width = 136; +width = 137; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -134,7 +134,139 @@ pos = (117,564); ref = comma.ss01; } ); -width = 268; +width = 280; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,674); +ref = comma.ss01; +} +); +width = 122; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 3; +pos = (0,564); +ref = comma.ss01; +} +); +width = 196; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (0,672); +ref = comma.ss01; +} +); +width = 162; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (0,567); +ref = comma.ss01; +} +); +width = 234; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (0,674); +ref = comma.ss01; +} +); +width = 137; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (0,565); +ref = comma.ss01; +} +); +width = 272; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 3; +pos = (140,674); +ref = comma.ss01; +} +); +width = 75; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 3; +pos = (116,561); +ref = comma.ss01; +} +); +width = 192; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 3; +pos = (140,674); +ref = comma.ss01; +} +); +width = 120; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 3; +pos = (117,564); +ref = comma.ss01; +} +); +width = 211; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 3; +pos = (140,674); +ref = comma.ss01; +} +); +width = 123; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 3; +pos = (117,564); +ref = comma.ss01; +} +); +width = 251; } ); metricLeft = comma.ss01; diff --git a/sources/MonaSans.glyphspackage/glyphs/quotesinglbase.glyph b/sources/MonaSans.glyphspackage/glyphs/quotesinglbase.glyph index 2d443a66..5f2a10b9 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quotesinglbase.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quotesinglbase.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = quotesinglbase; -kernRight = quotedblbase; +kernRight = KO_quotesinglbase; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -11,7 +11,7 @@ alignment = 1; ref = comma; } ); -width = 211; +width = 227; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -24,44 +24,44 @@ ref = comma; width = 130; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = comma; } ); -width = 179; +width = 146; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = comma; } ); -width = 241; +width = 279; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = comma; } ); -width = 146; +width = 210; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = comma; } ); -width = 267; +width = 289; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -81,7 +81,7 @@ alignment = 1; ref = comma; } ); -width = 218; +width = 234; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -101,7 +101,7 @@ alignment = 1; ref = comma; } ); -width = 247; +width = 254; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -121,7 +121,127 @@ alignment = 1; ref = comma; } ); -width = 267; +width = 279; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 97; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 200; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = comma; +} +); +width = 179; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = comma; +} +); +width = 220; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = comma; +} +); +width = 146; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 297; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 88; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 208; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 127; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 229; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 128; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 280; } ); unicode = 8218; diff --git a/sources/MonaSans.glyphspackage/glyphs/quotesinglbase.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/quotesinglbase.ss01.glyph index 25609811..4e955ffa 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quotesinglbase.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quotesinglbase.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = quotesinglbase.ss01; -kernLeft = comma.ss01; -kernRight = quotedblbase.ss01; +kernLeft = KO_comma.ss01; +kernRight = KO_quotedblbase.ss01; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -22,47 +22,47 @@ alignment = 1; ref = comma.ss01; } ); -width = 206; +width = 222; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = comma.ss01; } ); -width = 162; +width = 137; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = comma.ss01; } ); -width = 254; +width = 284; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = comma.ss01; } ); -width = 137; +width = 163; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = comma.ss01; } ); -width = 272; +width = 247; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -82,7 +82,7 @@ alignment = 1; ref = comma.ss01; } ); -width = 203; +width = 222; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -112,7 +112,7 @@ alignment = 1; ref = comma.ss01; } ); -width = 136; +width = 137; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -122,7 +122,127 @@ alignment = 1; ref = comma.ss01; } ); -width = 268; +width = 280; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +} +); +width = 122; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +} +); +width = 196; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +} +); +width = 162; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +} +); +width = 234; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +} +); +width = 137; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +} +); +width = 272; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +} +); +width = 75; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +} +); +width = 192; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +} +); +width = 120; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +} +); +width = 211; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +} +); +width = 123; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +} +); +width = 251; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/quotesingle.glyph b/sources/MonaSans.glyphspackage/glyphs/quotesingle.glyph index 98161820..e640ba81 100644 --- a/sources/MonaSans.glyphspackage/glyphs/quotesingle.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/quotesingle.glyph @@ -1,17 +1,17 @@ { glyphname = quotesingle; -kernLeft = quotedbl; -kernRight = quotedbl; +kernLeft = KO_quotesingle; +kernRight = KO_quotesingle; layers = ( { anchors = ( { name = "#entry"; -pos = (-9,0); +pos = (-1,0); }, { name = "#exit"; -pos = (195,0); +pos = (203,0); } ); background = { @@ -34,16 +34,16 @@ shapes = ( { closed = 1; nodes = ( -(130,410,l), -(175,622,l), -(175,729,l), -(11,729,l), -(11,622,l), -(55,410,l) +(138,410,l), +(183,622,l), +(183,729,l), +(19,729,l), +(19,622,l), +(63,410,l) ); } ); -width = 185; +width = 201; }, { anchors = ( @@ -91,117 +91,117 @@ width = 122; anchors = ( { name = "#entry"; -pos = (1,0); +pos = (-19,0); }, { name = "#exit"; -pos = (162,0); +pos = (142,0); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(93,492,l), -(99,623,l), -(99,729,l), -(66,729,l), -(66,623,l), -(73,492,l) +(78,492,l), +(84,623,l), +(84,729,l), +(51,729,l), +(51,623,l), +(58,492,l) ); } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedbl; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedbl; -}; -width = 166; +width = 135; }, { anchors = ( { name = "#entry"; -pos = (-35,0); +pos = (-43,0); }, { name = "#exit"; -pos = (212,0); +pos = (209,0); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(156,410,l), -(200,608,l), -(200,729,l), -(30,729,l), -(30,608,l), -(73,410,l) +(158,410,l), +(205,600,l), +(205,729,l), +(27,729,l), +(27,600,l), +(72,410,l) ); } ); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedbl; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedbl; -}; -width = 229; +width = 231; }, { anchors = ( { name = "#entry"; -pos = (-19,0); +pos = (4,0); }, { name = "#exit"; -pos = (142,0); +pos = (161,0); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(78,492,l), -(84,623,l), -(84,729,l), -(51,729,l), -(51,623,l), -(58,492,l) +(94,492,l), +(100,623,l), +(100,729,l), +(67,729,l), +(67,623,l), +(74,492,l) ); } ); -width = 135; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedbl; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedbl; +}; +width = 167; }, { anchors = ( { name = "#entry"; -pos = (-49,0); +pos = (-27,0); }, { name = "#exit"; -pos = (203,0); +pos = (200,0); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(152,410,l), -(199,600,l), -(199,729,l), -(21,729,l), -(21,600,l), -(66,410,l) +(153,410,l), +(198,608,l), +(198,729,l), +(29,729,l), +(29,608,l), +(71,410,l) ); } ); -width = 219; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedbl; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedbl; +}; +width = 225; }, { anchors = ( @@ -234,11 +234,11 @@ width = 122; anchors = ( { name = "#entry"; -pos = (-10,0); +pos = (-2,0); }, { name = "#exit"; -pos = (198,0); +pos = (206,0); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -246,16 +246,16 @@ shapes = ( { closed = 1; nodes = ( -(158,410,l), -(247,622,l), -(269,729,l), -(105,729,l), -(83,622,l), -(83,410,l) +(166,410,l), +(255,622,l), +(277,729,l), +(113,729,l), +(91,622,l), +(91,410,l) ); } ); -width = 184; +width = 200; }, { anchors = ( @@ -342,11 +342,11 @@ width = 135; anchors = ( { name = "#entry"; -pos = (-49,0); +pos = (-43,0); }, { name = "#exit"; -pos = (200,0); +pos = (206,0); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -354,16 +354,378 @@ shapes = ( { closed = 1; nodes = ( -(181,410,l), -(267,600,l), -(294,729,l), -(116,729,l), -(89,600,l), -(95,410,l) +(187,410,l), +(273,600,l), +(300,729,l), +(122,729,l), +(95,600,l), +(101,410,l) +); +} +); +width = 231; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-46,0); +}, +{ +name = "#exit"; +pos = (85,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(75,605,l), +(75,729,l), +(47,729,l), +(47,605,l), +(51,452,l), +(71,452,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(51,493,l), +(55,624,l), +(55,729,l), +(27,729,l), +(27,624,l), +(31,493,l) +); +} +); +width = 82; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-16,0); +}, +{ +name = "#exit"; +pos = (188,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(175,554,l), +(175,729,l), +(11,729,l), +(11,554,l), +(55,354,l), +(130,354,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(123,410,l), +(168,622,l), +(168,729,l), +(4,729,l), +(4,622,l), +(48,410,l) +); +} +); +width = 171; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-19,0); +}, +{ +name = "#exit"; +pos = (142,0); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,492,l), +(79,623,l), +(79,729,l), +(46,729,l), +(46,623,l), +(53,492,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedbl; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedbl; +}; +width = 126; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-56,0); +}, +{ +name = "#exit"; +pos = (191,0); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(135,410,l), +(179,608,l), +(179,729,l), +(9,729,l), +(9,608,l), +(52,410,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedbl; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedbl; +}; +width = 187; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-29,0); +}, +{ +name = "#exit"; +pos = (132,0); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(68,492,l), +(74,623,l), +(74,729,l), +(41,729,l), +(41,623,l), +(48,492,l) +); +} +); +width = 115; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-59,0); +}, +{ +name = "#exit"; +pos = (193,0); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(142,410,l), +(189,600,l), +(189,729,l), +(11,729,l), +(11,600,l), +(56,410,l) +); +} +); +width = 199; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-50,0); +}, +{ +name = "#exit"; +pos = (80,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(97,493,l), +(128,624,l), +(149,729,l), +(121,729,l), +(100,624,l), +(77,493,l) +); +} +); +width = 76; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-21,0); +}, +{ +name = "#exit"; +pos = (187,0); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,410,l), +(236,622,l), +(258,729,l), +(94,729,l), +(72,622,l), +(72,410,l) +); +} +); +width = 162; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-22,0); +}, +{ +name = "#exit"; +pos = (138,0); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(117,492,l), +(151,623,l), +(173,729,l), +(140,729,l), +(118,623,l), +(97,492,l) +); +} +); +width = 118; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-64,0); +}, +{ +name = "#exit"; +pos = (178,0); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,410,l), +(241,608,l), +(266,729,l), +(96,729,l), +(71,608,l), +(73,410,l) +); +} +); +width = 171; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-29,0); +}, +{ +name = "#exit"; +pos = (131,0); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(115,492,l), +(149,623,l), +(171,729,l), +(138,729,l), +(116,623,l), +(95,492,l) +); +} +); +width = 115; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-64,0); +}, +{ +name = "#exit"; +pos = (185,0); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(166,410,l), +(252,600,l), +(279,729,l), +(101,729,l), +(74,600,l), +(80,410,l) ); } ); -width = 219; +width = 189; } ); unicode = 39; diff --git a/sources/MonaSans.glyphspackage/glyphs/r.glyph b/sources/MonaSans.glyphspackage/glyphs/r.glyph index 159c33a7..9bc92f12 100644 --- a/sources/MonaSans.glyphspackage/glyphs/r.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/r.glyph @@ -1,17 +1,17 @@ { glyphname = r; -kernLeft = n; -kernRight = r; +kernLeft = KO_n; +kernRight = KO_r; layers = ( { anchors = ( { name = bottom; -pos = (116,0); +pos = (124,0); }, { name = top; -pos = (155,541); +pos = (163,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -19,29 +19,29 @@ shapes = ( { closed = 1; nodes = ( -(204,0,l), -(204,284,ls), -(204,359,o), -(219,372,o), -(259,372,cs), -(275,372,o), -(286,371,o), -(297,369,c), -(297,545,l), -(293,545,o), -(290,544,o), -(288,544,cs), -(231,540,o), -(214,513,o), -(201,462,c), -(194,462,l), -(188,541,l), -(27,541,l), -(27,0,l) -); -} -); -width = 309; +(212,0,l), +(212,284,ls), +(212,359,o), +(227,372,o), +(267,372,cs), +(283,372,o), +(294,371,o), +(305,369,c), +(305,545,l), +(301,545,o), +(298,544,o), +(296,544,cs), +(239,540,o), +(222,513,o), +(209,462,c), +(202,462,l), +(196,541,l), +(35,541,l), +(35,0,l) +); +} +); +width = 317; }, { anchors = ( @@ -87,11 +87,91 @@ width = 208; anchors = ( { name = bottom; -pos = (103,0); +pos = (84,0); }, { name = top; -pos = (171,517); +pos = (161,517); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(102,0,l), +(102,336,l), +(111,432,o), +(181,488,o), +(268,488,cs), +(288,488,o), +(307,486,o), +(319,481,c), +(319,517,l), +(309,521,o), +(290,524,o), +(267,524,cs), +(190,524,o), +(126,482,o), +(104,413,c), +(102,413,l), +(98,517,l), +(66,517,l), +(66,0,l) +); +} +); +width = 331; +}, +{ +anchors = ( +{ +name = bottom; +pos = (160,0); +}, +{ +name = top; +pos = (237,544); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(270,222,ls), +(270,322,o), +(313,357,o), +(398,357,cs), +(412,357,o), +(430,355,o), +(446,353,c), +(446,551,l), +(433,552,o), +(420,552,o), +(404,552,cs), +(336,552,o), +(287,518,o), +(265,466,c), +(257,466,l), +(250,544,l), +(49,544,l), +(49,0,l) +); +} +); +width = 459; +}, +{ +anchors = ( +{ +name = bottom; +pos = (104,0); +}, +{ +name = top; +pos = (170,517); } ); background = { @@ -122,30 +202,30 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(121,0,l), -(121,336,l), -(130,432,o), -(200,488,o), -(287,488,cs), -(298,488,o), -(309,487,o), -(318,486,c), -(318,522,l), -(309,523,o), -(298,524,o), -(286,524,cs), -(211,524,o), -(146,480,o), -(123,413,c), -(121,413,l), -(117,517,l), -(85,517,l), -(85,0,l) +(122,0,l), +(122,336,l), +(131,432,o), +(199,488,o), +(284,488,cs), +(292,488,o), +(300,487,o), +(306,487,c), +(306,523,l), +(300,523,o), +(292,524,o), +(283,524,cs), +(210,524,o), +(147,480,o), +(124,413,c), +(122,413,l), +(118,517,l), +(86,517,l), +(86,0,l) ); } ); @@ -238,17 +318,17 @@ type = Stem; } ); }; -width = 340; +width = 333; }, { anchors = ( { name = bottom; -pos = (211,0); +pos = (209,0); }, { name = top; -pos = (211,544); +pos = (205,544); } ); background = { @@ -279,197 +359,117 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(245,0,l), -(245,257,ls), -(245,331,o), -(274,372,o), -(378,372,cs), -(392,372,o), -(405,372,o), -(412,372,c), -(412,551,l), -(403,551,o), -(394,551,o), -(382,551,cs), -(318,551,o), -(265,534,o), -(241,465,c), -(234,465,l), -(227,544,l), -(54,544,l), -(54,0,l) +(242,0,l), +(242,257,ls), +(242,331,o), +(266,372,o), +(364,372,cs), +(370,372,o), +(374,372,o), +(377,372,c), +(377,551,l), +(374,551,o), +(372,551,o), +(368,551,cs), +(309,551,o), +(263,534,o), +(240,465,c), +(228,465,l), +(224,544,l), +(52,544,l), +(52,0,l) ); } ); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; }; -width = 431; +width = 396; }, { anchors = ( { name = bottom; -pos = (84,0); +pos = (23,0); }, { name = top; -pos = (161,517); +pos = (182,516); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(102,0,l), -(102,336,l), -(111,432,o), -(181,488,o), -(268,488,cs), -(288,488,o), -(307,486,o), -(319,481,c), -(319,517,l), -(309,521,o), -(290,524,o), -(267,524,cs), -(190,524,o), -(126,482,o), -(104,413,c), -(102,413,l), -(98,517,l), -(66,517,l), -(66,0,l) +(37,0,l), +(103,320,ls), +(125,422,o), +(168,491,o), +(240,491,cs), +(245,491,o), +(251,491,o), +(260,489,c), +(267,523,l), +(263,525,o), +(255,526,o), +(246,526,cs), +(201,526,o), +(160,498,o), +(130,440,c), +(128,440,l), +(144,516,l), +(116,516,l), +(8,0,l) ); } ); -width = 331; +width = 212; }, { anchors = ( { name = bottom; -pos = (154,0); +pos = (66,0); }, { name = top; -pos = (231,544); +pos = (228,541); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { closed = 1; nodes = ( -(264,0,l), -(264,222,ls), -(264,322,o), -(307,357,o), -(392,357,cs), -(406,357,o), -(424,355,o), -(440,353,c), -(440,551,l), -(427,552,o), -(414,552,o), -(398,552,cs), -(330,552,o), -(281,518,o), -(259,466,c), -(251,466,l), -(244,544,l), -(43,544,l), -(43,0,l) +(154,0,l), +(214,284,ls), +(229,356,o), +(246,372,o), +(285,372,cs), +(301,372,o), +(311,372,o), +(323,373,c), +(359,545,l), +(348,545,o), +(345,544,o), +(343,544,cs), +(300,541,o), +(270,513,o), +(247,462,c), +(240,462,l), +(251,541,l), +(91,541,l), +(-22,0,l) ); } ); -width = 447; -}, -{ -anchors = ( -{ -name = bottom; -pos = (22,0); -}, -{ -name = top; -pos = (181,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(36,0,l), -(102,320,ls), -(124,422,o), -(167,491,o), -(239,491,cs), -(244,491,o), -(250,491,o), -(259,489,c), -(266,523,l), -(262,525,o), -(254,526,o), -(245,526,cs), -(200,526,o), -(159,498,o), -(129,440,c), -(127,440,l), -(143,516,l), -(115,516,l), -(7,0,l) -); -} -); -width = 207; -}, -{ -anchors = ( -{ -name = bottom; -pos = (58,0); -}, -{ -name = top; -pos = (220,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,0,l), -(206,284,ls), -(221,356,o), -(238,372,o), -(277,372,cs), -(293,372,o), -(303,372,o), -(315,373,c), -(351,545,l), -(340,545,o), -(337,544,o), -(335,544,cs), -(292,541,o), -(262,513,o), -(239,462,c), -(232,462,l), -(243,541,l), -(83,541,l), -(-30,0,l) -); -} -); -width = 305; +width = 321; }, { anchors = ( @@ -555,11 +555,11 @@ width = 418; anchors = ( { name = bottom; -pos = (30,0); +pos = (32,0); }, { name = top; -pos = (230,517); +pos = (232,517); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; @@ -567,39 +567,39 @@ shapes = ( { closed = 1; nodes = ( -(48,0,l), -(118,336,l), -(147,432,o), -(228,488,o), -(313,488,cs), -(333,488,o), -(351,486,o), -(362,481,c), -(370,517,l), -(360,521,o), -(342,524,o), -(319,524,cs), -(243,524,o), -(172,482,o), -(135,413,c), -(133,413,l), -(152,517,l), -(120,517,l), -(12,0,l) -); -} -); -width = 327; +(50,0,l), +(120,336,l), +(149,432,o), +(230,488,o), +(315,488,cs), +(335,488,o), +(353,486,o), +(364,481,c), +(372,517,l), +(362,521,o), +(344,524,o), +(321,524,cs), +(245,524,o), +(174,482,o), +(137,413,c), +(135,413,l), +(154,517,l), +(122,517,l), +(14,0,l) +); +} +); +width = 329; }, { anchors = ( { name = bottom; -pos = (97,0); +pos = (103,0); }, { name = top; -pos = (295,544); +pos = (301,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -607,29 +607,657 @@ shapes = ( { closed = 1; nodes = ( -(206,0,l), -(252,221,ls), -(274,322,o), -(322,357,o), -(397,358,cs), -(415,358,o), -(434,356,o), -(451,352,c), -(493,550,l), -(481,551,o), -(467,552,o), -(452,552,cs), -(387,552,o), -(330,517,o), -(300,466,c), -(292,466,l), -(300,544,l), -(101,544,l), -(-13,0,l) -); -} -); -width = 441; +(212,0,l), +(258,221,ls), +(280,322,o), +(328,357,o), +(403,358,cs), +(421,358,o), +(440,356,o), +(457,352,c), +(499,550,l), +(487,551,o), +(473,552,o), +(458,552,cs), +(393,552,o), +(336,517,o), +(306,466,c), +(298,466,l), +(306,544,l), +(107,544,l), +(-7,0,l) +); +} +); +width = 453; +}, +{ +anchors = ( +{ +name = bottom; +pos = (52,0); +}, +{ +name = top; +pos = (95,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,0,l), +(66,333,ls), +(66,434,o), +(102,487,o), +(164,487,cs), +(169,487,o), +(174,487,o), +(177,486,c), +(177,518,l), +(174,519,o), +(169,520,o), +(164,520,cs), +(123,520,o), +(85,499,o), +(67,443,c), +(67,443,l), +(65,516,l), +(36,516,l), +(36,0,l) +); +} +); +width = 182; +}, +{ +anchors = ( +{ +name = bottom; +pos = (105,0); +}, +{ +name = top; +pos = (144,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,0,l), +(193,266,ls), +(193,320,o), +(210,345,o), +(247,345,cs), +(263,345,o), +(275,344,o), +(286,342,c), +(286,547,l), +(282,547,o), +(279,547,o), +(277,547,cs), +(230,547,o), +(203,518,o), +(185,449,c), +(184,449,l), +(177,541,l), +(16,541,l), +(16,0,l) +); +} +); +width = 290; +}, +{ +anchors = ( +{ +name = bottom; +pos = (77,0); +}, +{ +name = top; +pos = (145,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(121,0,l), +(121,336,l), +(130,432,o), +(200,488,o), +(287,488,cs), +(307,488,o), +(326,486,o), +(338,481,c), +(338,517,l), +(328,521,o), +(309,524,o), +(286,524,cs), +(209,524,o), +(145,482,o), +(123,413,c), +(121,413,l), +(117,517,l), +(85,517,l), +(85,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(95,336,l), +(104,431,o), +(174,487,o), +(261,487,cs), +(272,487,o), +(283,486,o), +(292,485,c), +(292,521,l), +(283,522,o), +(272,523,o), +(260,523,cs), +(184,523,o), +(118,479,o), +(95,413,c), +(95,413,l), +(91,517,l), +(59,517,l), +(59,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +4 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +17 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +18 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 297; +}, +{ +anchors = ( +{ +name = bottom; +pos = (187,0); +}, +{ +name = top; +pos = (187,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(245,0,l), +(245,218,l), +(245,339,o), +(303,375,o), +(380,375,cs), +(398,375,o), +(412,373,o), +(425,368,c), +(425,548,l), +(412,551,o), +(400,553,o), +(382,553,cs), +(313,553,o), +(265,526,o), +(241,455,c), +(234,455,l), +(227,544,l), +(54,544,l), +(54,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,0,l), +(221,252,ls), +(221,325,o), +(250,366,o), +(354,366,cs), +(368,366,o), +(381,366,o), +(388,366,c), +(388,550,l), +(379,550,o), +(370,550,o), +(358,550,cs), +(286,550,o), +(235,515,o), +(212,452,c), +(211,452,l), +(203,544,l), +(30,544,l), +(30,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; +}; +width = 387; +}, +{ +anchors = ( +{ +name = bottom; +pos = (74,0); +}, +{ +name = top; +pos = (151,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(92,0,l), +(92,336,l), +(101,432,o), +(181,488,o), +(268,488,cs), +(290,488,o), +(315,486,o), +(328,481,c), +(328,517,l), +(317,521,o), +(292,524,o), +(267,524,cs), +(190,524,o), +(113,482,o), +(91,413,c), +(90,413,l), +(89,517,l), +(56,517,l), +(56,0,l) +); +} +); +width = 332; +}, +{ +anchors = ( +{ +name = bottom; +pos = (141,0); +}, +{ +name = top; +pos = (218,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,0,l), +(251,222,ls), +(251,322,o), +(294,357,o), +(379,357,cs), +(393,357,o), +(411,355,o), +(427,353,c), +(427,551,l), +(414,552,o), +(401,552,o), +(385,552,cs), +(317,552,o), +(261,518,o), +(239,466,c), +(238,466,l), +(231,544,l), +(30,544,l), +(30,0,l) +); +} +); +width = 429; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-1,0); +}, +{ +name = top; +pos = (158,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(13,0,l), +(85,345,ls), +(104,434,o), +(150,489,o), +(213,489,cs), +(217,489,o), +(222,489,o), +(225,488,c), +(232,522,l), +(228,523,o), +(222,524,o), +(216,524,cs), +(174,524,o), +(132,494,o), +(107,445,c), +(106,445,l), +(120,516,l), +(92,516,l), +(-16,0,l) +); +} +); +width = 182; +}, +{ +anchors = ( +{ +name = bottom; +pos = (47,0); +}, +{ +name = top; +pos = (209,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(135,0,l), +(195,284,ls), +(205,329,o), +(220,346,o), +(259,346,cs), +(274,346,o), +(287,346,o), +(295,346,c), +(337,546,l), +(332,546,o), +(328,546,o), +(325,546,cs), +(281,546,o), +(245,514,o), +(222,462,c), +(221,462,l), +(232,541,l), +(72,541,l), +(-41,0,l) +); +} +); +width = 283; +}, +{ +anchors = ( +{ +name = bottom; +pos = (27,0); +}, +{ +name = top; +pos = (213,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(45,0,l), +(116,336,l), +(144,432,o), +(221,488,o), +(305,488,cs), +(321,488,o), +(337,486,o), +(346,481,c), +(355,517,l), +(346,521,o), +(330,524,o), +(310,524,cs), +(234,524,o), +(166,480,o), +(129,414,c), +(128,414,l), +(147,517,l), +(117,517,l), +(9,0,l) +); +} +); +width = 303; +}, +{ +anchors = ( +{ +name = bottom; +pos = (64,0); +}, +{ +name = top; +pos = (242,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,0,l), +(209,244,ls), +(227,329,o), +(269,366,o), +(348,366,cs), +(364,366,o), +(379,364,o), +(387,359,c), +(426,550,l), +(414,553,o), +(401,554,o), +(386,554,cs), +(323,554,o), +(268,515,o), +(243,453,c), +(242,453,l), +(253,544,l), +(82,544,l), +(-31,0,l) +); +} +); +width = 360; +}, +{ +anchors = ( +{ +name = bottom; +pos = (20,0); +}, +{ +name = top; +pos = (220,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(38,0,l), +(108,336,l), +(137,432,o), +(218,488,o), +(303,488,cs), +(323,488,o), +(341,486,o), +(352,481,c), +(360,517,l), +(350,521,o), +(332,524,o), +(309,524,cs), +(233,524,o), +(161,482,o), +(124,413,c), +(123,413,l), +(142,517,l), +(110,517,l), +(2,0,l) +); +} +); +width = 307; +}, +{ +anchors = ( +{ +name = bottom; +pos = (82,0); +}, +{ +name = top; +pos = (280,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,0,l), +(237,221,ls), +(259,322,o), +(307,357,o), +(382,358,cs), +(400,358,o), +(419,356,o), +(436,352,c), +(478,550,l), +(466,551,o), +(452,552,o), +(437,552,cs), +(372,552,o), +(307,517,o), +(277,466,c), +(276,466,l), +(285,544,l), +(86,544,l), +(-28,0,l) +); +} +); +width = 422; } ); metricLeft = l; diff --git a/sources/MonaSans.glyphspackage/glyphs/racute.glyph b/sources/MonaSans.glyphspackage/glyphs/racute.glyph index bc3a7504..2f056d64 100644 --- a/sources/MonaSans.glyphspackage/glyphs/racute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/racute.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = racute; -kernRight = r; +kernRight = KO_r; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (43,-137); ref = acutecomb; } ); -width = 309; +width = 325; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = r; }, { -pos = (116,-155); +pos = (103,-155); ref = acutecomb; } ); -width = 340; +width = 331; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = r; }, { -pos = (99,-134); +pos = (114,-129); ref = acutecomb; } ); -width = 431; +width = 459; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = r; }, { -pos = (103,-155); +pos = (114,-155); ref = acutecomb; } ); -width = 331; +width = 333; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = r; }, { -pos = (114,-129); +pos = (95,-134); ref = acutecomb; } ); -width = 447; +width = 396; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -88,11 +88,11 @@ shapes = ( ref = r; }, { -pos = (40,-156); +pos = (41,-156); ref = acutecomb; } ); -width = 207; +width = 212; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -105,7 +105,7 @@ pos = (25,-137); ref = acutecomb; } ); -width = 305; +width = 321; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -140,11 +140,11 @@ shapes = ( ref = r; }, { -pos = (87,-155); +pos = (89,-155); ref = acutecomb; } ); -width = 327; +width = 329; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -157,7 +157,163 @@ pos = (95,-129); ref = acutecomb; } ); -width = 441; +width = 453; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = r; +}, +{ +pos = (59,-156); +ref = acutecomb; +} +); +width = 182; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = r; +}, +{ +pos = (42,-137); +ref = acutecomb; +} +); +width = 290; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = r; +}, +{ +pos = (110,-155); +ref = acutecomb; +} +); +width = 297; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = r; +}, +{ +pos = (96,-134); +ref = acutecomb; +} +); +width = 387; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = r; +}, +{ +pos = (103,-155); +ref = acutecomb; +} +); +width = 332; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = r; +}, +{ +pos = (111,-129); +ref = acutecomb; +} +); +width = 429; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = r; +}, +{ +pos = (40,-156); +ref = acutecomb; +} +); +width = 182; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = r; +}, +{ +pos = (25,-137); +ref = acutecomb; +} +); +width = 283; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = r; +}, +{ +pos = (95,-155); +ref = acutecomb; +} +); +width = 303; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = r; +}, +{ +pos = (76,-134); +ref = acutecomb; +} +); +width = 360; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = r; +}, +{ +pos = (87,-155); +ref = acutecomb; +} +); +width = 307; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = r; +}, +{ +pos = (95,-129); +ref = acutecomb; +} +); +width = 422; } ); unicode = 341; diff --git a/sources/MonaSans.glyphspackage/glyphs/radical.glyph b/sources/MonaSans.glyphspackage/glyphs/radical.glyph index da0576fd..7026255b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/radical.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/radical.glyph @@ -7,20 +7,20 @@ shapes = ( { closed = 1; nodes = ( -(416,-151,l), -(581,729,l), -(395,729,l), +(424,-151,l), +(589,729,l), +(403,729,l), +(300,41,l), (292,41,l), -(284,41,l), -(218,503,l), -(9,503,l), -(9,340,l), -(80,340,l), -(167,-151,l) +(226,503,l), +(17,503,l), +(17,340,l), +(88,340,l), +(175,-151,l) ); } ); -width = 587; +width = 603; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -44,21 +44,63 @@ nodes = ( width = 406; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(293,-151,l), -(580,729,l), -(538,729,l), -(275,-90,l), +(325,-151,l), +(675,729,l), +(636,729,l), +(310,-93,l), +(307,-93,l), +(127,366,l), +(10,366,l), +(10,335,l), +(100,335,l), +(293,-151,l) +); +} +); +width = 684; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(563,-151,l), +(856,729,l), +(599,729,l), +(406,80,l), +(396,80,l), +(303,456,l), +(7,456,l), +(7,239,l), +(114,239,l), +(236,-151,l) +); +} +); +width = 851; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(290,-151,l), +(571,729,l), +(531,729,l), (272,-90,l), -(126,369,l), -(21,369,l), -(21,335,l), -(96,335,l), -(254,-151,l) +(269,-90,l), +(127,369,l), +(24,369,l), +(24,335,l), +(97,335,l), +(251,-151,l) ); } ); @@ -110,70 +152,28 @@ type = TopGhost; } ); }; -width = 602; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-151,l), -(797,729,l), -(582,729,l), -(391,47,l), -(383,47,l), -(269,493,l), -(14,493,l), -(14,312,l), -(111,312,l), -(250,-151,l) -); -} -); -width = 802; +width = 595; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(325,-151,l), -(675,729,l), -(636,729,l), -(310,-93,l), -(307,-93,l), -(127,366,l), -(10,366,l), -(10,335,l), -(100,335,l), -(293,-151,l) +(513,-151,l), +(778,729,l), +(565,729,l), +(382,47,l), +(374,47,l), +(264,493,l), +(13,493,l), +(13,312,l), +(108,312,l), +(242,-151,l) ); } ); -width = 684; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(557,-151,l), -(850,729,l), -(593,729,l), -(400,80,l), -(390,80,l), -(297,456,l), -(1,456,l), -(1,239,l), -(108,239,l), -(230,-151,l) -); -} -); -width = 839; +width = 781; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -202,20 +202,20 @@ shapes = ( { closed = 1; nodes = ( -(323,-151,l), -(671,729,l), -(477,729,l), +(331,-151,l), +(679,729,l), +(485,729,l), +(245,41,l), (237,41,l), -(229,41,l), -(254,503,l), -(57,503,l), -(23,340,l), -(93,340,l), -(76,-151,l) +(262,503,l), +(65,503,l), +(31,340,l), +(101,340,l), +(84,-151,l) ); } ); -width = 582; +width = 598; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -286,20 +286,320 @@ shapes = ( { closed = 1; nodes = ( -(463,-151,l), -(938,729,l), -(673,729,l), -(344,80,l), -(334,80,l), -(321,456,l), -(40,456,l), -(-6,239,l), -(100,239,l), -(139,-151,l) +(469,-151,l), +(944,729,l), +(679,729,l), +(350,80,l), +(340,80,l), +(327,456,l), +(46,456,l), +(0,239,l), +(106,239,l), +(145,-151,l) +); +} +); +width = 844; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(185,-151,l), +(388,729,l), +(358,729,l), +(167,-100,l), +(165,-100,l), +(59,369,l), +(-22,369,l), +(-22,335,l), +(35,335,l), +(149,-151,l) +); +} +); +width = 370; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(411,-151,l), +(576,729,l), +(390,729,l), +(287,41,l), +(279,41,l), +(213,503,l), +(4,503,l), +(4,340,l), +(75,340,l), +(162,-151,l) +); +} +); +width = 577; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,-151,l), +(563,729,l), +(521,729,l), +(258,-90,l), +(255,-90,l), +(109,369,l), +(4,369,l), +(4,335,l), +(79,335,l), +(237,-151,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 ); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; } ); -width = 832; +}; +width = 565; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(506,-151,l), +(780,729,l), +(565,729,l), +(374,47,l), +(366,47,l), +(252,493,l), +(-3,493,l), +(-3,312,l), +(94,312,l), +(233,-151,l) +); +} +); +width = 773; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,-151,l), +(670,729,l), +(631,729,l), +(305,-93,l), +(302,-93,l), +(122,366,l), +(5,366,l), +(5,335,l), +(95,335,l), +(288,-151,l) +); +} +); +width = 674; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(552,-151,l), +(845,729,l), +(588,729,l), +(395,80,l), +(385,80,l), +(292,456,l), +(-4,456,l), +(-4,239,l), +(103,239,l), +(225,-151,l) +); +} +); +width = 829; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(91,-151,l), +(477,729,l), +(445,729,l), +(81,-100,l), +(79,-100,l), +(73,369,l), +(-4,369,l), +(-11,335,l), +(45,335,l), +(56,-151,l) +); +} +); +width = 356; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(312,-151,l), +(660,729,l), +(466,729,l), +(226,41,l), +(218,41,l), +(243,503,l), +(46,503,l), +(12,340,l), +(82,340,l), +(65,-151,l) +); +} +); +width = 560; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,-151,l), +(649,729,l), +(608,729,l), +(175,-90,l), +(172,-90,l), +(124,369,l), +(20,369,l), +(13,335,l), +(87,335,l), +(141,-151,l) +); +} +); +width = 550; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(400,-151,l), +(856,729,l), +(633,729,l), +(300,47,l), +(293,47,l), +(273,493,l), +(31,493,l), +(-7,312,l), +(89,312,l), +(129,-151,l) +); +} +); +width = 737; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(225,-151,l), +(757,729,l), +(715,729,l), +(220,-93,l), +(217,-93,l), +(135,366,l), +(23,366,l), +(16,335,l), +(105,335,l), +(194,-151,l) +); +} +); +width = 659; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(448,-151,l), +(923,729,l), +(658,729,l), +(329,80,l), +(319,80,l), +(306,456,l), +(25,456,l), +(-21,239,l), +(85,239,l), +(124,-151,l) +); +} +); +width = 802; } ); unicode = 8730; diff --git a/sources/MonaSans.glyphspackage/glyphs/rcaron.glyph b/sources/MonaSans.glyphspackage/glyphs/rcaron.glyph index 3380f0c6..dc2598b3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/rcaron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/rcaron.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = rcaron; -kernRight = r; +kernLeft = KO_i; +kernRight = KO_r; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-62,-137); ref = caroncomb; } ); -width = 309; +width = 325; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = r; }, { -pos = (7,-155); +pos = (-18,-155); ref = caroncomb; } ); -width = 340; +width = 331; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = r; }, { -pos = (-36,-134); +pos = (-60,-129); ref = caroncomb; } ); -width = 431; +width = 459; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = r; }, { -pos = (-18,-155); +pos = (7,-155); ref = caroncomb; } ); -width = 331; +width = 333; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = r; }, { -pos = (-60,-129); +pos = (-34,-134); ref = caroncomb; } ); -width = 447; +width = 396; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -88,11 +89,11 @@ shapes = ( ref = r; }, { -pos = (-33,-156); +pos = (-32,-156); ref = caroncomb; } ); -width = 207; +width = 212; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -105,7 +106,7 @@ pos = (-76,-137); ref = caroncomb; } ); -width = 305; +width = 321; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -140,11 +141,11 @@ shapes = ( ref = r; }, { -pos = (-36,-155); +pos = (-34,-155); ref = caroncomb; } ); -width = 327; +width = 329; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -157,7 +158,163 @@ pos = (-79,-129); ref = caroncomb; } ); -width = 441; +width = 453; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-14,-156); +ref = caroncomb; +} +); +width = 182; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-63,-137); +ref = caroncomb; +} +); +width = 290; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = r; +}, +{ +pos = (1,-155); +ref = caroncomb; +} +); +width = 297; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-39,-134); +ref = caroncomb; +} +); +width = 387; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-18,-155); +ref = caroncomb; +} +); +width = 332; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-63,-129); +ref = caroncomb; +} +); +width = 429; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-33,-156); +ref = caroncomb; +} +); +width = 182; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-76,-137); +ref = caroncomb; +} +); +width = 283; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-14,-155); +ref = caroncomb; +} +); +width = 303; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-63,-134); +ref = caroncomb; +} +); +width = 360; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-36,-155); +ref = caroncomb; +} +); +width = 307; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-79,-129); +ref = caroncomb; +} +); +width = 422; } ); unicode = 345; diff --git a/sources/MonaSans.glyphspackage/glyphs/rcommaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/rcommaaccent.glyph index c2e0127c..4ca564dc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/rcommaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/rcommaaccent.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = rcommaaccent; -kernRight = r; +kernRight = KO_r; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (-66,0); ref = commaaccentcomb; } ); -width = 309; +width = 325; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = r; }, { -pos = (-3,0); +pos = (-17,0); ref = commaaccentcomb; } ); -width = 340; +width = 331; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = r; }, { -pos = (41,0); +pos = (-30,0); ref = commaaccentcomb; } ); -width = 431; +width = 459; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = r; }, { -pos = (-17,0); +pos = (-3,0); ref = commaaccentcomb; } ); -width = 331; +width = 333; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = r; }, { -pos = (-30,0); +pos = (46,0); ref = commaaccentcomb; } ); -width = 447; +width = 396; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -88,11 +88,11 @@ shapes = ( ref = r; }, { -pos = (-21,0); +pos = (-20,0); ref = commaaccentcomb; } ); -width = 207; +width = 212; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -105,7 +105,7 @@ pos = (-66,0); ref = commaaccentcomb; } ); -width = 305; +width = 321; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -140,11 +140,11 @@ shapes = ( ref = r; }, { -pos = (-18,0); +pos = (-16,0); ref = commaaccentcomb; } ); -width = 327; +width = 329; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -157,7 +157,163 @@ pos = (-26,0); ref = commaaccentcomb; } ); -width = 441; +width = 453; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-25,0); +ref = commaaccentcomb; +} +); +width = 182; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-67,0); +ref = commaaccentcomb; +} +); +width = 290; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-9,0); +ref = commaaccentcomb; +} +); +width = 297; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = r; +}, +{ +pos = (38,0); +ref = commaaccentcomb; +} +); +width = 387; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-17,0); +ref = commaaccentcomb; +} +); +width = 332; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-33,0); +ref = commaaccentcomb; +} +); +width = 429; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-21,0); +ref = commaaccentcomb; +} +); +width = 182; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-66,0); +ref = commaaccentcomb; +} +); +width = 283; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-1,0); +ref = commaaccentcomb; +} +); +width = 303; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-22,0); +ref = commaaccentcomb; +} +); +width = 360; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-18,0); +ref = commaaccentcomb; +} +); +width = 307; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-26,0); +ref = commaaccentcomb; +} +); +width = 422; } ); unicode = 343; diff --git a/sources/MonaSans.glyphspackage/glyphs/registered.glyph b/sources/MonaSans.glyphspackage/glyphs/registered.glyph index 83c9ee9d..b833ac03 100644 --- a/sources/MonaSans.glyphspackage/glyphs/registered.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/registered.glyph @@ -7,80 +7,80 @@ shapes = ( { closed = 1; nodes = ( -(385,207,o), -(476,313,o), -(476,473,cs), -(476,632,o), -(385,738,o), -(248,738,cs), -(111,738,o), -(20,632,o), -(20,473,cs), -(20,313,o), -(111,207,o), -(248,207,cs) -); -}, -{ -closed = 1; -nodes = ( -(141,258,o), -(70,343,o), -(70,471,cs), -(70,601,o), -(142,687,o), -(248,687,cs), -(354,687,o), -(426,601,o), -(426,471,cs), -(426,343,o), -(355,258,o), -(248,258,cs) -); -}, -{ -closed = 1; -nodes = ( -(236,325,l), -(236,563,l), -(242,563,ls), -(257,563,o), -(266,555,o), -(266,528,cs), -(266,506,o), -(260,494,o), -(243,494,cs), -(221,494,l), -(221,437,l), -(246,437,ls), -(259,437,o), -(265,427,o), -(265,408,cs), -(265,355,ls), -(265,341,o), -(266,331,o), -(268,325,c), -(344,325,l), -(340,334,o), -(340,345,o), -(340,356,cs), -(340,419,ls), -(340,446,o), -(331,467,o), -(308,470,c), -(308,471,l), -(329,478,o), -(344,502,o), -(344,541,cs), -(344,591,o), -(314,625,o), -(260,625,cs), -(161,625,l), -(161,325,l) +(393,207,o), +(484,313,o), +(484,473,cs), +(484,632,o), +(393,738,o), +(256,738,cs), +(119,738,o), +(28,632,o), +(28,473,cs), +(28,313,o), +(119,207,o), +(256,207,cs) +); +}, +{ +closed = 1; +nodes = ( +(149,258,o), +(78,343,o), +(78,471,cs), +(78,601,o), +(150,687,o), +(256,687,cs), +(362,687,o), +(434,601,o), +(434,471,cs), +(434,343,o), +(363,258,o), +(256,258,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,325,l), +(244,563,l), +(250,563,ls), +(265,563,o), +(274,555,o), +(274,528,cs), +(274,506,o), +(268,494,o), +(251,494,cs), +(229,494,l), +(229,437,l), +(254,437,ls), +(267,437,o), +(273,427,o), +(273,408,cs), +(273,355,ls), +(273,341,o), +(274,331,o), +(276,325,c), +(352,325,l), +(348,334,o), +(348,345,o), +(348,356,cs), +(348,419,ls), +(348,446,o), +(339,467,o), +(316,470,c), +(316,471,l), +(337,478,o), +(352,502,o), +(352,541,cs), +(352,591,o), +(322,625,o), +(268,625,cs), +(169,625,l), +(169,325,l) ); } ); -width = 496; +width = 512; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -164,81 +164,243 @@ nodes = ( width = 475; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(474,231,o), -(585,337,o), -(585,485,cs), -(585,633,o), -(474,738,o), -(328,738,cs), -(185,738,o), -(75,633,o), -(75,485,cs), -(75,336,o), -(184,231,o), -(328,231,cs) -); -}, -{ -closed = 1; -nodes = ( -(204,259,o), -(106,353,o), -(106,484,cs), -(106,615,o), -(203,711,o), -(330,711,cs), -(456,711,o), -(555,616,o), -(555,484,cs), -(555,353,o), -(457,259,o), -(330,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,349,l), -(262,594,l), -(350,594,ls), -(387,594,o), -(412,579,o), -(412,546,cs), -(412,514,o), -(390,493,o), -(350,493,cs), -(255,493,l), -(255,467,l), -(365,467,ls), -(399,467,o), -(407,451,o), -(407,429,cs), -(407,379,ls), -(407,358,o), -(407,355,o), -(412,349,c), -(437,349,l), -(434,358,o), -(434,371,o), -(434,375,cs), -(434,426,ls), -(434,456,o), -(421,475,o), -(392,482,c), -(392,483,l), -(420,491,o), -(440,514,o), -(440,548,cs), -(440,593,o), -(409,621,o), -(351,621,cs), -(235,621,l), -(235,349,l) +(460,230,o), +(563,331,o), +(563,484,cs), +(563,637,o), +(460,738,o), +(308,738,cs), +(156,738,o), +(53,637,o), +(53,484,cs), +(53,331,o), +(156,230,o), +(308,230,cs) +); +}, +{ +closed = 1; +nodes = ( +(174,257,o), +(84,348,o), +(84,484,cs), +(84,620,o), +(174,711,o), +(308,711,cs), +(442,711,o), +(532,620,o), +(532,484,cs), +(532,348,o), +(442,257,o), +(308,257,cs) +); +}, +{ +closed = 1; +nodes = ( +(225,352,l), +(225,598,l), +(345,598,ls), +(383,598,o), +(408,582,o), +(408,550,cs), +(408,517,o), +(386,496,o), +(345,496,cs), +(218,496,l), +(218,470,l), +(360,470,ls), +(393,470,o), +(402,455,o), +(402,431,cs), +(402,382,ls), +(402,360,o), +(402,358,o), +(407,352,c), +(432,352,l), +(429,361,o), +(429,374,o), +(429,377,cs), +(429,428,ls), +(429,458,o), +(416,478,o), +(387,485,c), +(387,486,l), +(413,493,o), +(435,515,o), +(435,552,cs), +(435,595,o), +(404,624,o), +(347,624,cs), +(198,624,l), +(198,352,l) +); +} +); +width = 616; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(470,206,o), +(595,315,o), +(595,473,cs), +(595,632,o), +(469,738,o), +(311,738,cs), +(153,738,o), +(28,632,o), +(28,473,cs), +(28,314,o), +(153,206,o), +(311,206,cs) +); +}, +{ +closed = 1; +nodes = ( +(187,258,o), +(84,343,o), +(84,471,cs), +(84,600,o), +(188,686,o), +(312,686,cs), +(439,686,o), +(540,599,o), +(540,472,cs), +(540,344,o), +(438,258,o), +(311,258,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,334,l), +(276,540,l), +(331,540,ls), +(350,540,o), +(363,532,o), +(363,514,cs), +(363,499,o), +(354,489,o), +(331,489,cs), +(261,489,l), +(261,430,l), +(327,430,ls), +(353,430,o), +(361,419,o), +(361,401,cs), +(361,365,ls), +(361,350,o), +(362,341,o), +(365,334,c), +(460,334,l), +(455,344,o), +(455,356,o), +(455,367,cs), +(455,412,ls), +(455,441,o), +(440,456,o), +(412,464,c), +(412,466,l), +(440,475,o), +(462,498,o), +(462,528,cs), +(462,577,o), +(433,610,o), +(341,610,cs), +(182,610,l), +(182,334,l) +); +} +); +width = 623; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(467,231,o), +(576,337,o), +(576,485,cs), +(576,633,o), +(467,738,o), +(325,738,cs), +(184,738,o), +(76,633,o), +(76,485,cs), +(76,336,o), +(183,231,o), +(325,231,cs) +); +}, +{ +closed = 1; +nodes = ( +(203,259,o), +(107,353,o), +(107,484,cs), +(107,615,o), +(202,711,o), +(327,711,cs), +(449,711,o), +(547,616,o), +(547,484,cs), +(547,353,o), +(450,259,o), +(327,259,cs) +); +}, +{ +closed = 1; +nodes = ( +(259,349,l), +(259,594,l), +(346,594,ls), +(382,594,o), +(407,579,o), +(407,546,cs), +(407,514,o), +(385,493,o), +(346,493,cs), +(252,493,l), +(252,467,l), +(360,467,ls), +(394,467,o), +(402,451,o), +(402,429,cs), +(402,379,ls), +(402,358,o), +(402,355,o), +(407,349,c), +(432,349,l), +(429,358,o), +(429,371,o), +(429,375,cs), +(429,426,ls), +(429,456,o), +(416,475,o), +(387,482,c), +(387,483,l), +(415,491,o), +(435,514,o), +(435,548,cs), +(435,593,o), +(404,621,o), +(347,621,cs), +(234,621,l), +(234,349,l) ); } ); @@ -372,250 +534,88 @@ type = Stem; } ); }; -width = 659; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(457,207,o), -(576,315,o), -(576,473,cs), -(576,632,o), -(457,738,o), -(307,738,cs), -(157,738,o), -(39,632,o), -(39,473,cs), -(39,315,o), -(157,207,o), -(307,207,cs) -); -}, -{ -closed = 1; -nodes = ( -(190,258,o), -(93,343,o), -(93,471,cs), -(93,600,o), -(190,687,o), -(308,687,cs), -(427,687,o), -(523,600,o), -(523,472,cs), -(523,344,o), -(427,258,o), -(307,258,cs) -); -}, -{ -closed = 1; -nodes = ( -(280,343,l), -(280,541,l), -(319,541,ls), -(338,541,o), -(350,534,o), -(350,516,cs), -(350,502,o), -(341,492,o), -(319,492,cs), -(266,492,l), -(266,436,l), -(318,436,ls), -(341,436,o), -(348,425,o), -(348,407,cs), -(348,373,ls), -(348,358,o), -(349,349,o), -(352,343,c), -(441,343,l), -(437,352,o), -(437,363,o), -(437,374,cs), -(437,417,ls), -(437,446,o), -(428,461,o), -(398,468,c), -(398,469,l), -(424,478,o), -(442,502,o), -(442,533,cs), -(442,576,o), -(410,607,o), -(341,607,cs), -(192,607,l), -(192,343,l) -); -} -); -width = 615; +width = 650; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(460,230,o), -(563,331,o), -(563,484,cs), -(563,637,o), -(460,738,o), -(308,738,cs), -(156,738,o), -(53,637,o), -(53,484,cs), -(53,331,o), -(156,230,o), -(308,230,cs) -); -}, -{ -closed = 1; -nodes = ( -(174,257,o), -(84,348,o), -(84,484,cs), -(84,620,o), -(174,711,o), -(308,711,cs), -(442,711,o), -(532,620,o), -(532,484,cs), -(532,348,o), -(442,257,o), -(308,257,cs) -); -}, -{ -closed = 1; -nodes = ( -(225,352,l), -(225,598,l), -(345,598,ls), -(383,598,o), -(408,582,o), -(408,550,cs), -(408,517,o), -(386,496,o), -(345,496,cs), -(218,496,l), -(218,470,l), -(360,470,ls), -(393,470,o), -(402,455,o), -(402,431,cs), -(402,382,ls), -(402,360,o), -(402,358,o), -(407,352,c), -(432,352,l), -(429,361,o), -(429,374,o), -(429,377,cs), -(429,428,ls), -(429,458,o), -(416,478,o), -(387,485,c), -(387,486,l), -(413,493,o), -(435,515,o), -(435,552,cs), -(435,595,o), -(404,624,o), -(347,624,cs), -(198,624,l), -(198,352,l) -); -} +(444,207,o), +(559,315,o), +(559,473,cs), +(559,632,o), +(444,738,o), +(298,738,cs), +(152,738,o), +(38,632,o), +(38,473,cs), +(38,315,o), +(152,207,o), +(298,207,cs) ); -width = 616; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ closed = 1; nodes = ( -(464,206,o), -(589,315,o), -(589,473,cs), -(589,632,o), -(463,738,o), -(305,738,cs), -(147,738,o), -(22,632,o), -(22,473,cs), -(22,314,o), -(147,206,o), -(305,206,cs) +(185,258,o), +(91,343,o), +(91,471,cs), +(91,600,o), +(185,687,o), +(299,687,cs), +(414,687,o), +(507,600,o), +(507,472,cs), +(507,344,o), +(414,258,o), +(298,258,cs) ); }, { closed = 1; nodes = ( -(181,258,o), -(78,343,o), -(78,471,cs), -(78,600,o), -(182,686,o), -(306,686,cs), -(433,686,o), -(534,599,o), -(534,472,cs), -(534,344,o), -(432,258,o), -(305,258,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,334,l), -(270,540,l), -(325,540,ls), -(344,540,o), -(357,532,o), -(357,514,cs), -(357,499,o), -(348,489,o), -(325,489,cs), -(255,489,l), -(255,430,l), -(321,430,ls), -(347,430,o), -(355,419,o), -(355,401,cs), -(355,365,ls), -(355,350,o), -(356,341,o), -(359,334,c), -(454,334,l), -(449,344,o), -(449,356,o), -(449,367,cs), -(449,412,ls), -(449,441,o), -(434,456,o), -(406,464,c), -(406,466,l), -(434,475,o), -(456,498,o), -(456,528,cs), -(456,577,o), -(427,610,o), -(335,610,cs), -(176,610,l), -(176,334,l) +(273,343,l), +(273,541,l), +(310,541,ls), +(328,541,o), +(339,534,o), +(339,516,cs), +(339,502,o), +(331,492,o), +(310,492,cs), +(259,492,l), +(259,436,l), +(308,436,ls), +(330,436,o), +(337,425,o), +(337,407,cs), +(337,373,ls), +(337,358,o), +(338,349,o), +(341,343,c), +(429,343,l), +(425,352,o), +(425,363,o), +(425,374,cs), +(425,417,ls), +(425,446,o), +(416,461,o), +(387,468,c), +(387,469,l), +(412,478,o), +(430,501,o), +(430,533,cs), +(430,576,o), +(399,607,o), +(332,607,cs), +(186,607,l), +(186,343,l) ); } ); -width = 611; +width = 596; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -704,80 +704,80 @@ shapes = ( { closed = 1; nodes = ( -(379,207,o), -(480,303,o), -(511,455,cs), -(544,614,o), -(473,738,o), -(321,738,cs), -(198,738,o), -(97,642,o), -(66,493,cs), -(32,332,o), -(101,207,o), -(255,207,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,258,o), -(87,356,o), -(114,486,cs), -(140,609,o), -(219,687,o), -(317,687,cs), -(437,687,o), -(487,583,o), -(461,456,cs), -(435,334,o), -(357,258,o), -(260,258,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,326,l), -(291,561,l), -(298,561,ls), -(317,561,o), -(322,551,o), -(318,530,cs), -(314,505,o), -(302,495,o), -(285,495,cs), -(262,495,l), -(249,437,l), -(277,437,ls), -(293,437,o), -(296,423,o), -(292,405,cs), -(281,357,ls), -(278,346,o), -(277,334,o), -(278,326,c), -(354,326,l), -(353,334,o), -(355,349,o), -(357,358,cs), -(371,418,ls), -(377,445,o), -(370,468,o), -(348,471,c), -(348,473,l), -(377,477,o), -(400,504,o), -(402,549,cs), -(404,590,o), -(390,625,o), -(320,625,cs), -(227,625,l), -(163,326,l) +(387,207,o), +(488,303,o), +(519,455,cs), +(552,614,o), +(481,738,o), +(329,738,cs), +(206,738,o), +(105,642,o), +(74,493,cs), +(40,332,o), +(109,207,o), +(263,207,cs) +); +}, +{ +closed = 1; +nodes = ( +(151,258,o), +(95,356,o), +(122,486,cs), +(148,609,o), +(227,687,o), +(325,687,cs), +(445,687,o), +(495,583,o), +(469,456,cs), +(443,334,o), +(365,258,o), +(268,258,cs) +); +}, +{ +closed = 1; +nodes = ( +(249,326,l), +(299,561,l), +(306,561,ls), +(325,561,o), +(330,551,o), +(326,530,cs), +(322,505,o), +(310,495,o), +(293,495,cs), +(270,495,l), +(257,437,l), +(285,437,ls), +(301,437,o), +(304,423,o), +(300,405,cs), +(289,357,ls), +(286,346,o), +(285,334,o), +(286,326,c), +(362,326,l), +(361,334,o), +(363,349,o), +(365,358,cs), +(379,418,ls), +(385,445,o), +(378,468,o), +(356,471,c), +(356,473,l), +(385,477,o), +(408,504,o), +(410,549,cs), +(412,590,o), +(398,625,o), +(328,625,cs), +(235,625,l), +(171,326,l) ); } ); -width = 493; +width = 509; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -1107,80 +1107,1261 @@ shapes = ( { closed = 1; nodes = ( -(508,206,o), -(631,331,o), -(631,494,cs), -(631,641,o), -(526,738,o), -(365,738,cs), -(187,738,o), -(66,613,o), -(66,450,cs), -(66,303,o), -(169,206,o), -(330,206,cs) +(514,206,o), +(637,331,o), +(637,494,cs), +(637,641,o), +(532,738,o), +(371,738,cs), +(193,738,o), +(72,613,o), +(72,450,cs), +(72,303,o), +(175,206,o), +(336,206,cs) ); }, { closed = 1; nodes = ( -(204,260,o), -(121,337,o), -(121,455,cs), -(121,590,o), -(221,688,o), -(365,688,cs), -(492,688,o), -(575,610,o), -(575,492,cs), -(575,357,o), -(475,260,o), -(331,260,cs) -); -}, -{ -closed = 1; -nodes = ( -(283,334,l), -(325,541,l), -(384,541,ls), -(400,541,o), -(410,536,o), -(410,521,cs), -(410,501,o), -(396,490,o), -(372,490,cs), -(300,490,l), -(288,431,l), -(358,431,ls), -(381,431,o), -(388,422,o), -(383,401,cs), -(375,365,ls), -(373,354,o), -(372,343,o), -(373,334,c), -(466,334,l), -(465,342,o), -(465,353,o), -(468,366,cs), -(476,401,ls), -(485,439,o), -(475,458,o), -(449,464,c), -(449,466,l), -(485,478,o), -(505,505,o), -(505,540,cs), -(505,581,o), -(480,610,o), -(411,610,cs), -(248,610,l), -(190,334,l) +(210,260,o), +(127,337,o), +(127,455,cs), +(127,590,o), +(227,688,o), +(371,688,cs), +(498,688,o), +(581,610,o), +(581,492,cs), +(581,357,o), +(481,260,o), +(337,260,cs) +); +}, +{ +closed = 1; +nodes = ( +(289,334,l), +(331,541,l), +(390,541,ls), +(406,541,o), +(416,536,o), +(416,521,cs), +(416,501,o), +(402,490,o), +(378,490,cs), +(306,490,l), +(294,431,l), +(364,431,ls), +(387,431,o), +(394,422,o), +(389,401,cs), +(381,365,ls), +(379,354,o), +(378,343,o), +(379,334,c), +(472,334,l), +(471,342,o), +(471,353,o), +(474,366,cs), +(482,401,ls), +(491,439,o), +(481,458,o), +(455,464,c), +(455,466,l), +(491,478,o), +(511,505,o), +(511,540,cs), +(511,581,o), +(486,610,o), +(417,610,cs), +(254,610,l), +(196,334,l) +); +} +); +width = 626; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(331,233,o), +(407,325,o), +(407,485,cs), +(407,636,o), +(337,737,o), +(217,737,cs), +(104,737,o), +(29,645,o), +(29,485,cs), +(29,334,o), +(98,233,o), +(217,233,c) +); +}, +{ +closed = 1; +nodes = ( +(121,259,o), +(56,334,o), +(56,484,cs), +(56,620,o), +(110,711,o), +(218,711,cs), +(315,711,o), +(380,636,o), +(380,484,cs), +(380,349,o), +(326,259,o), +(218,259,cs) +); +}, +{ +closed = 1; +nodes = ( +(178,343,l), +(178,608,l), +(217,608,ls), +(249,608,o), +(264,589,o), +(264,557,cs), +(264,520,o), +(249,500,o), +(213,500,cs), +(172,500,l), +(172,479,l), +(223,479,ls), +(254,479,o), +(259,464,o), +(259,441,cs), +(259,373,ls), +(259,356,o), +(259,350,o), +(262,343,c), +(285,343,l), +(283,352,o), +(283,365,o), +(283,370,cs), +(283,442,ls), +(283,459,o), +(280,482,o), +(254,491,c), +(254,492,l), +(275,501,o), +(289,520,o), +(289,557,cs), +(289,602,o), +(266,631,o), +(219,631,cs), +(155,631,l), +(155,343,l) +); +} +); +width = 435; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(375,207,o), +(466,313,o), +(466,473,cs), +(466,632,o), +(375,738,o), +(238,738,cs), +(101,738,o), +(10,632,o), +(10,473,cs), +(10,313,o), +(101,207,o), +(238,207,cs) +); +}, +{ +closed = 1; +nodes = ( +(131,258,o), +(60,343,o), +(60,471,cs), +(60,601,o), +(132,687,o), +(238,687,cs), +(344,687,o), +(416,601,o), +(416,471,cs), +(416,343,o), +(345,258,o), +(238,258,cs) +); +}, +{ +closed = 1; +nodes = ( +(226,325,l), +(226,563,l), +(232,563,ls), +(247,563,o), +(256,555,o), +(256,528,cs), +(256,506,o), +(250,494,o), +(233,494,cs), +(211,494,l), +(211,437,l), +(236,437,ls), +(249,437,o), +(255,427,o), +(255,408,cs), +(255,355,ls), +(255,341,o), +(256,331,o), +(258,325,c), +(334,325,l), +(330,334,o), +(330,345,o), +(330,356,cs), +(330,419,ls), +(330,446,o), +(321,467,o), +(298,470,c), +(298,471,l), +(319,478,o), +(334,502,o), +(334,541,cs), +(334,591,o), +(304,625,o), +(250,625,cs), +(151,625,l), +(151,325,l) +); +} +); +width = 476; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(454,231,o), +(565,337,o), +(565,485,cs), +(565,633,o), +(454,738,o), +(308,738,cs), +(165,738,o), +(55,633,o), +(55,485,cs), +(55,336,o), +(164,231,o), +(308,231,cs) +); +}, +{ +closed = 1; +nodes = ( +(184,259,o), +(86,353,o), +(86,484,cs), +(86,615,o), +(183,711,o), +(310,711,cs), +(436,711,o), +(535,616,o), +(535,484,cs), +(535,353,o), +(437,259,o), +(310,259,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,349,l), +(242,594,l), +(330,594,ls), +(367,594,o), +(392,579,o), +(392,546,cs), +(392,514,o), +(370,493,o), +(330,493,cs), +(235,493,l), +(235,467,l), +(345,467,ls), +(379,467,o), +(387,451,o), +(387,429,cs), +(387,379,ls), +(387,358,o), +(387,355,o), +(392,349,c), +(417,349,l), +(414,358,o), +(414,371,o), +(414,375,cs), +(414,426,ls), +(414,456,o), +(401,475,o), +(372,482,c), +(372,483,l), +(400,491,o), +(420,514,o), +(420,548,cs), +(420,593,o), +(389,621,o), +(331,621,cs), +(215,621,l), +(215,349,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +3, +8 +); +stem = -2; +target = ( +2, +1 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +2, +25 +); +stem = -2; +target = ( +3, +0 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +26 +); +stem = -2; +target = ( +2, +0 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +6 +); +stem = -2; +target = ( +2, +13 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +9 +); +stem = -2; +target = ( +2, +21 +); +type = Stem; +} +); +}; +width = 619; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(436,207,o), +(555,315,o), +(555,473,cs), +(555,632,o), +(436,738,o), +(286,738,cs), +(136,738,o), +(18,632,o), +(18,473,cs), +(18,315,o), +(136,207,o), +(286,207,cs) +); +}, +{ +closed = 1; +nodes = ( +(169,258,o), +(72,343,o), +(72,471,cs), +(72,600,o), +(169,687,o), +(287,687,cs), +(406,687,o), +(502,600,o), +(502,472,cs), +(502,344,o), +(406,258,o), +(286,258,cs) +); +}, +{ +closed = 1; +nodes = ( +(259,343,l), +(259,541,l), +(298,541,ls), +(317,541,o), +(329,534,o), +(329,516,cs), +(329,502,o), +(320,492,o), +(298,492,cs), +(245,492,l), +(245,436,l), +(297,436,ls), +(320,436,o), +(327,425,o), +(327,407,cs), +(327,373,ls), +(327,358,o), +(328,349,o), +(331,343,c), +(420,343,l), +(416,352,o), +(416,363,o), +(416,374,cs), +(416,417,ls), +(416,446,o), +(407,461,o), +(377,468,c), +(377,469,l), +(403,478,o), +(421,502,o), +(421,533,cs), +(421,576,o), +(389,607,o), +(320,607,cs), +(171,607,l), +(171,343,l) +); +} +); +width = 573; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(450,230,o), +(553,331,o), +(553,484,cs), +(553,637,o), +(450,738,o), +(298,738,cs), +(146,738,o), +(43,637,o), +(43,484,cs), +(43,331,o), +(146,230,o), +(298,230,cs) +); +}, +{ +closed = 1; +nodes = ( +(164,257,o), +(74,348,o), +(74,484,cs), +(74,620,o), +(164,711,o), +(298,711,cs), +(432,711,o), +(522,620,o), +(522,484,cs), +(522,348,o), +(432,257,o), +(298,257,cs) +); +}, +{ +closed = 1; +nodes = ( +(215,352,l), +(215,598,l), +(335,598,ls), +(373,598,o), +(398,582,o), +(398,550,cs), +(398,517,o), +(376,496,o), +(335,496,cs), +(208,496,l), +(208,470,l), +(350,470,ls), +(383,470,o), +(392,455,o), +(392,431,cs), +(392,382,ls), +(392,360,o), +(392,358,o), +(397,352,c), +(422,352,l), +(419,361,o), +(419,374,o), +(419,377,cs), +(419,428,ls), +(419,458,o), +(406,478,o), +(377,485,c), +(377,486,l), +(403,493,o), +(425,515,o), +(425,552,cs), +(425,595,o), +(394,624,o), +(337,624,cs), +(188,624,l), +(188,352,l) +); +} +); +width = 596; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(454,206,o), +(579,315,o), +(579,473,cs), +(579,632,o), +(453,738,o), +(295,738,cs), +(137,738,o), +(12,632,o), +(12,473,cs), +(12,314,o), +(137,206,o), +(295,206,cs) +); +}, +{ +closed = 1; +nodes = ( +(171,258,o), +(68,343,o), +(68,471,cs), +(68,600,o), +(172,686,o), +(296,686,cs), +(423,686,o), +(524,599,o), +(524,472,cs), +(524,344,o), +(422,258,o), +(295,258,cs) +); +}, +{ +closed = 1; +nodes = ( +(260,334,l), +(260,540,l), +(315,540,ls), +(334,540,o), +(347,532,o), +(347,514,cs), +(347,499,o), +(338,489,o), +(315,489,cs), +(245,489,l), +(245,430,l), +(311,430,ls), +(337,430,o), +(345,419,o), +(345,401,cs), +(345,365,ls), +(345,350,o), +(346,341,o), +(349,334,c), +(444,334,l), +(439,344,o), +(439,356,o), +(439,367,cs), +(439,412,ls), +(439,441,o), +(424,456,o), +(396,464,c), +(396,466,l), +(424,475,o), +(446,498,o), +(446,528,cs), +(446,577,o), +(417,610,o), +(325,610,cs), +(166,610,l), +(166,334,l) +); +} +); +width = 591; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(334,233,o), +(414,325,o), +(444,469,cs), +(474,613,o), +(432,737,o), +(294,737,cs), +(188,737,o), +(107,648,o), +(76,501,cs), +(44,352,o), +(88,233,o), +(224,233,cs) +); +}, +{ +closed = 1; +nodes = ( +(104,259,o), +(74,363,o), +(102,501,cs), +(127,621,o), +(191,711,o), +(291,711,cs), +(415,711,o), +(446,606,o), +(417,469,cs), +(390,342,o), +(327,259,o), +(229,259,cs) +); +}, +{ +closed = 1; +nodes = ( +(189,343,l), +(244,608,l), +(283,608,ls), +(315,608,o), +(325,588,o), +(318,555,cs), +(310,520,o), +(298,502,o), +(257,502,cs), +(217,502,l), +(212,479,l), +(263,479,ls), +(286,479,o), +(296,468,o), +(289,438,cs), +(274,368,ls), +(273,363,o), +(271,353,o), +(271,343,c), +(295,343,l), +(294,348,o), +(295,354,o), +(298,369,cs), +(312,438,ls), +(316,457,o), +(317,478,o), +(296,488,c), +(296,489,l), +(318,499,o), +(336,516,o), +(343,551,cs), +(352,599,o), +(337,631,o), +(291,631,cs), +(225,631,l), +(165,343,l) +); +} +); +width = 425; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(368,207,o), +(469,303,o), +(500,455,cs), +(533,614,o), +(462,738,o), +(310,738,cs), +(187,738,o), +(86,642,o), +(55,493,cs), +(21,332,o), +(90,207,o), +(244,207,cs) +); +}, +{ +closed = 1; +nodes = ( +(132,258,o), +(76,356,o), +(103,486,cs), +(129,609,o), +(208,687,o), +(306,687,cs), +(426,687,o), +(476,583,o), +(450,456,cs), +(424,334,o), +(346,258,o), +(249,258,cs) +); +}, +{ +closed = 1; +nodes = ( +(230,326,l), +(280,561,l), +(287,561,ls), +(306,561,o), +(311,551,o), +(307,530,cs), +(303,505,o), +(291,495,o), +(274,495,cs), +(251,495,l), +(238,437,l), +(266,437,ls), +(282,437,o), +(285,423,o), +(281,405,cs), +(270,357,ls), +(267,346,o), +(266,334,o), +(267,326,c), +(343,326,l), +(342,334,o), +(344,349,o), +(346,358,cs), +(360,418,ls), +(366,445,o), +(359,468,o), +(337,471,c), +(337,473,l), +(366,477,o), +(389,504,o), +(391,549,cs), +(393,590,o), +(379,625,o), +(309,625,cs), +(216,625,l), +(152,326,l) +); +} +); +width = 471; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(481,231,o), +(606,352,o), +(606,506,cs), +(606,651,o), +(504,738,o), +(372,738,cs), +(223,738,o), +(98,617,o), +(98,463,cs), +(98,318,o), +(200,231,o), +(332,231,cs) +); +}, +{ +closed = 1; +nodes = ( +(208,259,o), +(128,340,o), +(128,463,cs), +(128,601,o), +(234,710,o), +(371,710,cs), +(496,710,o), +(576,629,o), +(576,506,cs), +(576,368,o), +(470,259,o), +(333,259,cs) +); +}, +{ +closed = 1; +nodes = ( +(258,349,l), +(311,597,l), +(397,597,ls), +(434,597,o), +(452,580,o), +(451,549,cs), +(450,517,o), +(427,492,o), +(382,492,cs), +(283,492,l), +(279,467,l), +(386,467,ls), +(415,467,o), +(426,456,o), +(418,418,cs), +(410,379,ls), +(408,370,o), +(407,354,o), +(408,349,c), +(435,349,l), +(434,358,o), +(435,367,o), +(437,375,cs), +(446,422,ls), +(452,451,o), +(443,470,o), +(420,479,c), +(420,480,l), +(452,489,o), +(479,513,o), +(480,552,cs), +(481,593,o), +(453,621,o), +(406,621,cs), +(290,621,l), +(232,349,l) +); +} +); +width = 611; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(471,207,o), +(590,327,o), +(590,492,cs), +(590,645,o), +(483,738,o), +(338,738,cs), +(169,738,o), +(54,616,o), +(54,451,cs), +(54,301,o), +(159,207,o), +(305,207,cs) +); +}, +{ +closed = 1; +nodes = ( +(187,260,o), +(107,339,o), +(107,459,cs), +(107,593,o), +(199,689,o), +(333,689,cs), +(454,689,o), +(535,611,o), +(535,492,cs), +(535,359,o), +(446,260,o), +(311,260,cs) +); +}, +{ +closed = 1; +nodes = ( +(268,343,l), +(309,541,l), +(345,541,ls), +(361,541,o), +(370,536,o), +(370,522,cs), +(370,503,o), +(357,492,o), +(334,492,cs), +(284,492,l), +(273,436,l), +(320,436,ls), +(342,436,o), +(348,427,o), +(344,407,cs), +(337,373,ls), +(335,362,o), +(334,349,o), +(335,343,c), +(424,343,l), +(423,350,o), +(423,361,o), +(426,374,cs), +(433,407,ls), +(441,444,o), +(432,462,o), +(407,468,c), +(407,470,l), +(442,480,o), +(461,506,o), +(461,540,cs), +(461,579,o), +(437,607,o), +(371,607,cs), +(234,607,l), +(179,343,l) +); +} +); +width = 561; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(494,231,o), +(619,348,o), +(624,498,cs), +(629,641,o), +(523,738,o), +(380,738,cs), +(226,738,o), +(104,621,o), +(98,471,cs), +(93,325,o), +(204,231,o), +(342,231,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,259,o), +(124,348,o), +(128,473,cs), +(133,606,o), +(241,711,o), +(380,711,cs), +(506,711,o), +(598,624,o), +(594,495,cs), +(589,361,o), +(482,259,o), +(342,259,cs) +); +}, +{ +closed = 1; +nodes = ( +(255,352,l), +(308,600,l), +(416,600,ls), +(453,600,o), +(471,583,o), +(470,552,cs), +(469,520,o), +(446,495,o), +(401,495,cs), +(278,495,l), +(274,470,l), +(404,470,ls), +(433,470,o), +(444,459,o), +(436,421,cs), +(428,382,ls), +(426,373,o), +(425,357,o), +(426,352,c), +(454,352,l), +(453,361,o), +(454,370,o), +(456,378,cs), +(465,425,ls), +(471,454,o), +(462,473,o), +(439,482,c), +(439,483,l), +(471,492,o), +(498,516,o), +(499,555,cs), +(500,596,o), +(472,624,o), +(425,624,cs), +(285,624,l), +(227,352,l) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,231,o), +(612,350,o), +(612,506,cs), +(612,642,o), +(513,739,o), +(371,739,cs), +(213,739,o), +(90,618,o), +(90,462,cs), +(90,327,o), +(189,231,o), +(331,231,cs) +); +}, +{ +closed = 1; +nodes = ( +(205,259,o), +(118,342,o), +(118,460,cs), +(118,602,o), +(228,711,o), +(371,711,cs), +(497,711,o), +(584,627,o), +(584,506,cs), +(584,365,o), +(474,259,o), +(331,259,cs) +); +}, +{ +closed = 1; +nodes = ( +(245,352,l), +(298,600,l), +(406,600,ls), +(443,600,o), +(461,583,o), +(460,552,cs), +(459,520,o), +(436,495,o), +(391,495,cs), +(268,495,l), +(264,470,l), +(394,470,ls), +(423,470,o), +(434,459,o), +(426,421,cs), +(418,382,ls), +(416,373,o), +(415,357,o), +(416,352,c), +(444,352,l), +(443,361,o), +(444,370,o), +(446,378,cs), +(455,425,ls), +(461,454,o), +(452,473,o), +(429,482,c), +(429,483,l), +(461,492,o), +(488,516,o), +(489,555,cs), +(490,596,o), +(462,624,o), +(415,624,cs), +(275,624,l), +(217,352,l) +); +} +); +width = 609; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(493,206,o), +(616,331,o), +(616,494,cs), +(616,641,o), +(511,738,o), +(350,738,cs), +(172,738,o), +(51,613,o), +(51,450,cs), +(51,303,o), +(154,206,o), +(315,206,cs) +); +}, +{ +closed = 1; +nodes = ( +(189,260,o), +(106,337,o), +(106,455,cs), +(106,590,o), +(206,688,o), +(350,688,cs), +(477,688,o), +(560,610,o), +(560,492,cs), +(560,357,o), +(460,260,o), +(316,260,cs) +); +}, +{ +closed = 1; +nodes = ( +(268,334,l), +(310,541,l), +(369,541,ls), +(385,541,o), +(395,536,o), +(395,521,cs), +(395,501,o), +(381,490,o), +(357,490,cs), +(285,490,l), +(273,431,l), +(343,431,ls), +(366,431,o), +(373,422,o), +(368,401,cs), +(360,365,ls), +(358,354,o), +(357,343,o), +(358,334,c), +(451,334,l), +(450,342,o), +(450,353,o), +(453,366,cs), +(461,401,ls), +(470,439,o), +(460,458,o), +(434,464,c), +(434,466,l), +(470,478,o), +(490,505,o), +(490,540,cs), +(490,581,o), +(465,610,o), +(396,610,cs), +(233,610,l), +(175,334,l) ); } ); -width = 614; +width = 584; } ); unicode = 174; diff --git a/sources/MonaSans.glyphspackage/glyphs/rightA_rrow.glyph b/sources/MonaSans.glyphspackage/glyphs/rightA_rrow.glyph index 34ddfc18..37164dba 100644 --- a/sources/MonaSans.glyphspackage/glyphs/rightA_rrow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/rightA_rrow.glyph @@ -7,19 +7,19 @@ shapes = ( { closed = 1; nodes = ( -(36,290,l), -(351,290,l), -(262,171,l), -(428,171,l), -(575,365,l), -(428,559,l), -(262,559,l), -(351,440,l), -(36,440,l) +(44,290,l), +(359,290,l), +(270,171,l), +(436,171,l), +(583,365,l), +(436,559,l), +(270,559,l), +(359,440,l), +(44,440,l) ); } ); -width = 600; +width = 616; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -42,20 +42,60 @@ nodes = ( width = 669; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(89,347,l), +(572,347,l), +(439,166,l), +(480,166,l), +(628,365,l), +(480,564,l), +(439,564,l), +(572,383,l), +(89,383,l) +); +} +); +width = 683; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(106,347,l), -(589,347,l), -(467,182,l), -(509,182,l), -(645,365,l), -(509,548,l), -(467,548,l), -(589,383,l), -(106,383,l) +(49,270,l), +(386,270,l), +(295,125,l), +(487,125,l), +(638,365,l), +(487,605,l), +(295,605,l), +(386,460,l), +(49,460,l) +); +} +); +width = 682; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(107,347,l), +(580,347,l), +(460,182,l), +(502,182,l), +(636,365,l), +(502,548,l), +(460,548,l), +(580,383,l), +(107,383,l) ); } ); @@ -103,67 +143,27 @@ type = TopGhost; } ); }; -width = 746; +width = 737; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(86,283,l), -(448,283,l), -(352,135,l), -(518,135,l), -(667,365,l), -(518,595,l), -(352,595,l), -(448,447,l), -(86,447,l) +(84,283,l), +(433,283,l), +(341,135,l), +(505,135,l), +(649,365,l), +(505,595,l), +(341,595,l), +(433,447,l), +(84,447,l) ); } ); -width = 746; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,347,l), -(572,347,l), -(439,166,l), -(480,166,l), -(628,365,l), -(480,564,l), -(439,564,l), -(572,383,l), -(89,383,l) -); -} -); -width = 683; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,270,l), -(380,270,l), -(289,125,l), -(481,125,l), -(632,365,l), -(481,605,l), -(289,605,l), -(380,460,l), -(43,460,l) -); -} -); -width = 670; +width = 726; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -191,19 +191,19 @@ shapes = ( { closed = 1; nodes = ( -(120,290,l), -(435,290,l), -(346,171,l), -(512,171,l), -(659,365,l), -(512,559,l), -(346,559,l), -(435,440,l), -(120,440,l) +(128,290,l), +(443,290,l), +(354,171,l), +(520,171,l), +(667,365,l), +(520,559,l), +(354,559,l), +(443,440,l), +(128,440,l) ); } ); -width = 759; +width = 775; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -271,19 +271,303 @@ shapes = ( { closed = 1; nodes = ( -(73,270,l), -(410,270,l), -(319,125,l), -(511,125,l), -(662,365,l), -(511,605,l), -(319,605,l), -(410,460,l), -(73,460,l) +(79,270,l), +(416,270,l), +(325,125,l), +(517,125,l), +(668,365,l), +(517,605,l), +(325,605,l), +(416,460,l), +(79,460,l) +); +} +); +width = 702; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(50,350,l), +(540,350,l), +(428,197,l), +(465,197,l), +(589,365,l), +(465,533,l), +(428,533,l), +(540,380,l), +(50,380,l) +); +} +); +width = 629; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(26,290,l), +(341,290,l), +(252,171,l), +(418,171,l), +(565,365,l), +(418,559,l), +(252,559,l), +(341,440,l), +(26,440,l) +); +} +); +width = 580; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(82,347,l), +(565,347,l), +(443,182,l), +(485,182,l), +(621,365,l), +(485,548,l), +(443,548,l), +(565,383,l), +(82,383,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +} +); +}; +width = 698; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(62,283,l), +(424,283,l), +(328,135,l), +(494,135,l), +(643,365,l), +(494,595,l), +(328,595,l), +(424,447,l), +(62,447,l) +); +} +); +width = 698; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(79,347,l), +(562,347,l), +(429,166,l), +(470,166,l), +(618,365,l), +(470,564,l), +(429,564,l), +(562,383,l), +(79,383,l) +); +} +); +width = 663; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(33,270,l), +(370,270,l), +(279,125,l), +(471,125,l), +(622,365,l), +(471,605,l), +(279,605,l), +(370,460,l), +(33,460,l) +); +} +); +width = 650; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(64,350,l), +(554,350,l), +(442,197,l), +(479,197,l), +(603,365,l), +(479,533,l), +(442,533,l), +(554,380,l), +(64,380,l) +); +} +); +width = 625; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(109,290,l), +(424,290,l), +(335,171,l), +(501,171,l), +(648,365,l), +(501,559,l), +(335,559,l), +(424,440,l), +(109,440,l) +); +} +); +width = 737; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(98,347,l), +(581,347,l), +(459,182,l), +(501,182,l), +(637,365,l), +(501,548,l), +(459,548,l), +(581,383,l), +(98,383,l) +); +} +); +width = 701; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(85,283,l), +(447,283,l), +(351,135,l), +(517,135,l), +(666,365,l), +(517,595,l), +(351,595,l), +(447,447,l), +(85,447,l) +); +} +); +width = 703; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(94,347,l), +(577,347,l), +(444,166,l), +(485,166,l), +(633,365,l), +(485,564,l), +(444,564,l), +(577,383,l), +(94,383,l) +); +} +); +width = 665; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,270,l), +(395,270,l), +(304,125,l), +(496,125,l), +(647,365,l), +(496,605,l), +(304,605,l), +(395,460,l), +(58,460,l) ); } ); -width = 690; +width = 660; } ); unicode = 8594; diff --git a/sources/MonaSans.glyphspackage/glyphs/ring.glyph b/sources/MonaSans.glyphspackage/glyphs/ring.glyph index c680ec2f..fe0486a4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ring.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ring.glyph @@ -20,47 +20,47 @@ alignment = 1; ref = ringcomb; } ); -width = 308; +width = 324; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = ringcomb; } ); -width = 266; +width = 296; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = ringcomb; } ); -width = 338; +width = 380; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = ringcomb; } ); -width = 296; +width = 265; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = ringcomb; } ); -width = 368; +width = 322; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = ringcomb; } ); -width = 307; +width = 323; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = ringcomb; } ); -width = 371; +width = 383; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +} +); +width = 206; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +} +); +width = 308; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +} +); +width = 266; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +} +); +width = 318; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +} +); +width = 296; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +} +); +width = 368; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = ringcomb; +} +); +width = 159; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = ringcomb; +} +); +width = 285; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = ringcomb; +} +); +width = 219; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = ringcomb; +} +); +width = 283; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = ringcomb; +} +); +width = 280; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = ringcomb; +} +); +width = 341; } ); unicode = 730; diff --git a/sources/MonaSans.glyphspackage/glyphs/ringcomb.glyph b/sources/MonaSans.glyphspackage/glyphs/ringcomb.glyph index 7d3ac247..1743a7ee 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ringcomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ringcomb.glyph @@ -51,7 +51,7 @@ width = 206; anchors = ( { name = _top; -pos = (154,678); +pos = (162,678); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -59,223 +59,223 @@ shapes = ( { closed = 1; nodes = ( -(223,723,o), -(268,772,o), -(268,843,cs), -(268,914,o), -(223,963,o), -(154,963,cs), -(85,963,o), -(40,914,o), -(40,843,cs), -(40,772,o), -(85,723,o), -(154,723,cs) +(231,723,o), +(276,772,o), +(276,843,cs), +(276,914,o), +(231,963,o), +(162,963,cs), +(93,963,o), +(48,914,o), +(48,843,cs), +(48,772,o), +(93,723,o), +(162,723,cs) ); }, { closed = 1; nodes = ( -(139,800,o), -(129,812,o), -(129,843,cs), -(129,871,o), -(137,886,o), -(154,886,cs), -(169,886,o), -(179,874,o), -(179,843,cs), -(179,815,o), -(171,800,o), -(154,800,cs) +(147,800,o), +(137,812,o), +(137,843,cs), +(137,871,o), +(145,886,o), +(162,886,cs), +(177,886,o), +(187,874,o), +(187,843,cs), +(187,815,o), +(179,800,o), +(162,800,cs) ); } ); -width = 308; +width = 324; }, { anchors = ( { name = _top; -pos = (133,672); +pos = (148,672); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(188,721,o), -(226,756,o), -(226,810,cs), -(226,864,o), -(188,899,o), -(133,899,cs), -(78,899,o), -(40,864,o), -(40,810,cs), -(40,756,o), -(78,721,o), -(133,721,cs) +(211,721,o), +(256,760,o), +(256,820,cs), +(256,880,o), +(211,919,o), +(148,919,cs), +(85,919,o), +(40,880,o), +(40,820,cs), +(40,760,o), +(85,721,o), +(148,721,cs) ); }, { closed = 1; nodes = ( -(96,749,o), -(72,774,o), -(72,810,cs), -(72,846,o), -(96,870,o), -(133,870,cs), -(170,870,o), -(194,846,o), -(194,810,cs), -(194,774,o), -(170,749,o), -(133,749,cs) +(104,749,o), +(74,778,o), +(74,820,cs), +(74,862,o), +(104,890,o), +(148,890,cs), +(192,890,o), +(222,862,o), +(222,820,cs), +(222,778,o), +(192,749,o), +(148,749,cs) ); } ); -width = 266; +width = 296; }, { anchors = ( { name = _top; -pos = (169,678); +pos = (190,673); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(247,723,o), -(298,771,o), -(298,841,cs), -(298,911,o), -(247,959,o), -(169,959,cs), -(91,959,o), -(40,911,o), -(40,841,cs), -(40,771,o), -(91,723,o), -(169,723,cs) +(276,715,o), +(334,758,o), +(334,835,cs), +(334,907,o), +(282,955,o), +(190,955,cs), +(104,955,o), +(46,912,o), +(46,835,cs), +(46,763,o), +(98,715,o), +(190,715,cs) ); }, { closed = 1; nodes = ( -(147,804,o), -(132,818,o), -(132,841,cs), -(132,864,o), -(147,878,o), -(169,878,cs), -(191,878,o), -(206,864,o), -(206,841,cs), -(206,818,o), -(191,804,o), -(169,804,cs) +(167,797,o), +(151,811,o), +(151,835,cs), +(151,858,o), +(165,873,o), +(190,873,cs), +(213,873,o), +(229,859,o), +(229,835,cs), +(229,812,o), +(215,797,o), +(190,797,cs) ); } ); -width = 338; +width = 380; }, { anchors = ( { name = _top; -pos = (148,672); +pos = (134,672); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(211,721,o), -(256,760,o), -(256,820,cs), -(256,880,o), -(211,919,o), -(148,919,cs), -(85,919,o), -(40,880,o), -(40,820,cs), -(40,760,o), -(85,721,o), -(148,721,cs) +(187,721,o), +(225,756,o), +(225,810,cs), +(225,864,o), +(187,899,o), +(134,899,cs), +(79,899,o), +(43,864,o), +(43,810,cs), +(43,756,o), +(79,721,o), +(134,721,cs) ); }, { closed = 1; nodes = ( -(104,749,o), -(74,778,o), -(74,820,cs), -(74,862,o), -(104,890,o), -(148,890,cs), -(192,890,o), -(222,862,o), -(222,820,cs), -(222,778,o), -(192,749,o), -(148,749,cs) +(97,749,o), +(73,774,o), +(73,810,cs), +(73,846,o), +(97,870,o), +(134,870,cs), +(169,870,o), +(193,846,o), +(193,810,cs), +(193,774,o), +(169,749,o), +(134,749,cs) ); } ); -width = 296; +width = 265; }, { anchors = ( { name = _top; -pos = (184,673); +pos = (161,678); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(270,715,o), -(328,758,o), -(328,835,cs), -(328,907,o), -(276,955,o), -(184,955,cs), -(98,955,o), -(40,912,o), -(40,835,cs), -(40,763,o), -(92,715,o), -(184,715,cs) +(236,723,o), +(284,771,o), +(284,841,cs), +(284,911,o), +(236,959,o), +(161,959,cs), +(87,959,o), +(39,911,o), +(39,841,cs), +(39,771,o), +(87,723,o), +(161,723,cs) ); }, { closed = 1; nodes = ( -(161,797,o), -(145,811,o), -(145,835,cs), -(145,858,o), -(159,873,o), -(184,873,cs), -(207,873,o), -(223,859,o), -(223,835,cs), -(223,812,o), -(209,797,o), -(184,797,cs) +(143,804,o), +(129,818,o), +(129,841,cs), +(129,864,o), +(143,878,o), +(161,878,cs), +(180,878,o), +(194,864,o), +(194,841,cs), +(194,818,o), +(180,804,o), +(161,804,cs) ); } ); -width = 368; +width = 322; }, { anchors = ( @@ -327,7 +327,7 @@ width = 205; anchors = ( { name = _top; -pos = (238,678); +pos = (246,678); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -335,39 +335,39 @@ shapes = ( { closed = 1; nodes = ( -(319,723,o), -(368,763,o), -(384,834,cs), -(400,909,o), -(359,965,o), -(285,965,cs), -(225,965,o), -(176,925,o), -(161,853,cs), -(145,781,o), -(183,723,o), -(260,723,cs) +(327,723,o), +(376,763,o), +(392,834,cs), +(408,909,o), +(367,965,o), +(293,965,cs), +(233,965,o), +(184,925,o), +(169,853,cs), +(153,781,o), +(191,723,o), +(268,723,cs) ); }, { closed = 1; nodes = ( -(245,801,o), -(243,822,o), -(247,845,cs), -(253,872,o), -(264,887,o), -(280,887,cs), -(301,887,o), -(302,865,o), -(297,842,cs), -(291,816,o), -(280,801,o), -(265,801,cs) +(253,801,o), +(251,822,o), +(255,845,cs), +(261,872,o), +(272,887,o), +(288,887,cs), +(309,887,o), +(310,865,o), +(305,842,cs), +(299,816,o), +(288,801,o), +(273,801,cs) ); } ); -width = 307; +width = 323; }, { anchors = ( @@ -554,7 +554,7 @@ width = 300; anchors = ( { name = _top; -pos = (270,678); +pos = (276,678); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -562,39 +562,634 @@ shapes = ( { closed = 1; nodes = ( -(387,715,o), -(445,763,o), -(445,836,cs), -(445,912,o), -(389,955,o), -(305,955,cs), -(217,955,o), -(159,907,o), -(159,834,cs), -(159,758,o), -(215,715,o), -(300,715,cs) +(393,715,o), +(451,763,o), +(451,836,cs), +(451,912,o), +(395,955,o), +(311,955,cs), +(223,955,o), +(165,907,o), +(165,834,cs), +(165,758,o), +(221,715,o), +(306,715,cs) +); +}, +{ +closed = 1; +nodes = ( +(284,797,o), +(269,811,o), +(269,835,cs), +(270,858,o), +(284,873,o), +(309,873,cs), +(332,873,o), +(347,859,o), +(347,835,cs), +(346,812,o), +(332,797,o), +(307,797,cs) +); +} +); +width = 383; +}, +{ +anchors = ( +{ +name = _top; +pos = (83,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(121,721,o), +(146,753,o), +(146,810,cs), +(146,863,o), +(123,899,o), +(83,899,cs), +(45,899,o), +(20,867,o), +(20,810,cs), +(20,757,o), +(43,721,o), +(83,721,cs) ); }, { closed = 1; nodes = ( -(278,797,o), -(263,811,o), -(263,835,cs), -(264,858,o), -(278,873,o), -(303,873,cs), -(326,873,o), -(341,859,o), -(341,835,cs), -(340,812,o), -(326,797,o), -(301,797,cs) +(61,746,o), +(47,766,o), +(47,810,cs), +(47,848,o), +(59,874,o), +(83,874,cs), +(105,874,o), +(119,854,o), +(119,810,cs), +(119,772,o), +(107,746,o), +(83,746,cs) ); } ); -width = 371; +width = 166; +}, +{ +anchors = ( +{ +name = _top; +pos = (144,678); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(213,723,o), +(258,772,o), +(258,843,cs), +(258,914,o), +(213,963,o), +(144,963,cs), +(75,963,o), +(30,914,o), +(30,843,cs), +(30,772,o), +(75,723,o), +(144,723,cs) +); +}, +{ +closed = 1; +nodes = ( +(129,800,o), +(119,812,o), +(119,843,cs), +(119,871,o), +(127,886,o), +(144,886,cs), +(159,886,o), +(169,874,o), +(169,843,cs), +(169,815,o), +(161,800,o), +(144,800,cs) +); +} +); +width = 288; +}, +{ +anchors = ( +{ +name = _top; +pos = (113,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,721,o), +(206,756,o), +(206,810,cs), +(206,864,o), +(168,899,o), +(113,899,cs), +(58,899,o), +(20,864,o), +(20,810,cs), +(20,756,o), +(58,721,o), +(113,721,cs) +); +}, +{ +closed = 1; +nodes = ( +(76,749,o), +(52,774,o), +(52,810,cs), +(52,846,o), +(76,870,o), +(113,870,cs), +(150,870,o), +(174,846,o), +(174,810,cs), +(174,774,o), +(150,749,o), +(113,749,cs) +); +} +); +width = 226; +}, +{ +anchors = ( +{ +name = _top; +pos = (148,678); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(226,723,o), +(277,771,o), +(277,841,cs), +(277,911,o), +(226,959,o), +(148,959,cs), +(70,959,o), +(19,911,o), +(19,841,cs), +(19,771,o), +(70,723,o), +(148,723,cs) +); +}, +{ +closed = 1; +nodes = ( +(126,804,o), +(111,818,o), +(111,841,cs), +(111,864,o), +(126,878,o), +(148,878,cs), +(170,878,o), +(185,864,o), +(185,841,cs), +(185,818,o), +(170,804,o), +(148,804,cs) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = _top; +pos = (138,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,721,o), +(246,760,o), +(246,820,cs), +(246,880,o), +(201,919,o), +(138,919,cs), +(75,919,o), +(30,880,o), +(30,820,cs), +(30,760,o), +(75,721,o), +(138,721,cs) +); +}, +{ +closed = 1; +nodes = ( +(94,749,o), +(64,778,o), +(64,820,cs), +(64,862,o), +(94,890,o), +(138,890,cs), +(182,890,o), +(212,862,o), +(212,820,cs), +(212,778,o), +(182,749,o), +(138,749,cs) +); +} +); +width = 276; +}, +{ +anchors = ( +{ +name = _top; +pos = (174,673); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,715,o), +(318,758,o), +(318,835,cs), +(318,907,o), +(266,955,o), +(174,955,cs), +(88,955,o), +(30,912,o), +(30,835,cs), +(30,763,o), +(82,715,o), +(174,715,cs) +); +}, +{ +closed = 1; +nodes = ( +(151,797,o), +(135,811,o), +(135,835,cs), +(135,858,o), +(149,873,o), +(174,873,cs), +(197,873,o), +(213,859,o), +(213,835,cs), +(213,812,o), +(199,797,o), +(174,797,cs) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = _top; +pos = (165,672); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(219,741,o), +(247,770,o), +(259,825,cs), +(269,872,o), +(259,919,o), +(211,919,cs), +(176,919,o), +(148,889,o), +(136,835,cs), +(126,789,o), +(138,741,o), +(184,741,cs) +); +}, +{ +closed = 1; +nodes = ( +(157,766,o), +(156,800,o), +(163,833,cs), +(169,869,o), +(186,894,o), +(208,894,cs), +(239,894,o), +(240,860,o), +(233,826,cs), +(224,789,o), +(209,766,o), +(187,766,cs) +); +} +); +width = 159; +}, +{ +anchors = ( +{ +name = _top; +pos = (227,678); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,723,o), +(357,763,o), +(373,834,cs), +(389,909,o), +(348,965,o), +(274,965,cs), +(214,965,o), +(165,925,o), +(150,853,cs), +(134,781,o), +(172,723,o), +(249,723,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,801,o), +(232,822,o), +(236,845,cs), +(242,872,o), +(253,887,o), +(269,887,cs), +(290,887,o), +(291,865,o), +(286,842,cs), +(280,816,o), +(269,801,o), +(254,801,cs) +); +} +); +width = 285; +}, +{ +anchors = ( +{ +name = _top; +pos = (195,672); +} +); +guides = ( +{ +pos = (102,721); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(274,721,o), +(315,760,o), +(316,814,cs), +(318,864,o), +(283,899,o), +(231,899,cs), +(175,899,o), +(133,861,o), +(131,807,cs), +(129,756,o), +(166,721,o), +(217,721,cs) +); +}, +{ +closed = 1; +nodes = ( +(187,749,o), +(161,769,o), +(163,806,cs), +(164,839,o), +(188,870,o), +(227,870,cs), +(260,870,o), +(286,850,o), +(285,814,cs), +(283,775,o), +(257,749,o), +(219,749,cs) +); +} +); +width = 219; +}, +{ +anchors = ( +{ +name = _top; +pos = (226,678); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(331,726,o), +(387,776,o), +(390,849,cs), +(392,919,o), +(343,964,o), +(268,964,cs), +(189,964,o), +(134,914,o), +(131,841,cs), +(129,771,o), +(177,726,o), +(253,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(237,807,o), +(222,821,o), +(223,843,cs), +(224,869,o), +(240,883,o), +(263,883,cs), +(284,883,o), +(298,869,o), +(298,847,cs), +(297,821,o), +(280,807,o), +(258,807,cs) +); +} +); +width = 283; +}, +{ +anchors = ( +{ +name = _top; +pos = (226,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(322,721,o), +(372,766,o), +(374,830,cs), +(376,886,o), +(335,919,o), +(277,919,cs), +(206,919,o), +(158,870,o), +(157,811,cs), +(156,755,o), +(199,721,o), +(256,721,cs) +); +}, +{ +closed = 1; +nodes = ( +(220,753,o), +(193,778,o), +(194,814,cs), +(195,856,o), +(227,888,o), +(274,888,cs), +(314,888,o), +(338,864,o), +(338,828,cs), +(338,785,o), +(305,753,o), +(259,753,cs) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(317,721,o), +(365,765,o), +(365,825,cs), +(365,881,o), +(324,919,o), +(264,919,cs), +(197,919,o), +(148,876,o), +(148,815,cs), +(148,758,o), +(189,721,o), +(251,721,cs) +); +}, +{ +closed = 1; +nodes = ( +(207,750,o), +(181,774,o), +(181,815,cs), +(181,860,o), +(214,890,o), +(264,890,cs), +(306,890,o), +(332,866,o), +(332,825,cs), +(332,781,o), +(299,750,o), +(251,750,cs) +); +} +); +width = 280; +}, +{ +anchors = ( +{ +name = _top; +pos = (255,678); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(372,715,o), +(430,763,o), +(430,836,cs), +(430,912,o), +(374,955,o), +(290,955,cs), +(202,955,o), +(144,907,o), +(144,834,cs), +(144,758,o), +(200,715,o), +(285,715,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,797,o), +(248,811,o), +(248,835,cs), +(249,858,o), +(263,873,o), +(288,873,cs), +(311,873,o), +(326,859,o), +(326,835,cs), +(325,812,o), +(311,797,o), +(286,797,cs) +); +} +); +width = 341; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/rupeeI_ndian.glyph b/sources/MonaSans.glyphspackage/glyphs/rupeeI_ndian.glyph index 747b7d23..303a7494 100644 --- a/sources/MonaSans.glyphspackage/glyphs/rupeeI_ndian.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/rupeeI_ndian.glyph @@ -7,47 +7,47 @@ shapes = ( { closed = 1; nodes = ( -(385,0,l), -(368,180,ls), -(361,256,o), -(330,294,o), -(280,310,c), -(280,317,l), -(333,329,o), -(383,382,o), -(391,437,c), -(456,437,l), -(456,539,l), -(392,539,l), -(389,574,o), -(373,607,o), -(356,620,c), -(356,627,l), -(456,627,l), -(456,729,l), -(24,729,l), -(24,596,l), -(101,596,ls), -(172,596,o), -(199,570,o), -(206,531,c), -(24,531,l), -(24,445,l), -(205,445,l), -(199,401,o), -(158,380,o), -(99,380,cs), -(24,380,l), -(24,257,l), -(104,257,ls), -(145,257,o), -(167,243,o), -(175,164,cs), -(191,0,l) +(393,0,l), +(376,180,ls), +(369,256,o), +(338,294,o), +(288,310,c), +(288,317,l), +(341,329,o), +(391,382,o), +(399,437,c), +(464,437,l), +(464,539,l), +(400,539,l), +(397,574,o), +(381,607,o), +(364,620,c), +(364,627,l), +(464,627,l), +(464,729,l), +(32,729,l), +(32,596,l), +(109,596,ls), +(180,596,o), +(207,570,o), +(214,531,c), +(32,531,l), +(32,445,l), +(213,445,l), +(207,401,o), +(166,380,o), +(107,380,cs), +(32,380,l), +(32,257,l), +(112,257,ls), +(153,257,o), +(175,243,o), +(183,164,cs), +(199,0,l) ); } ); -width = 476; +width = 492; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -98,48 +98,144 @@ nodes = ( width = 409; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(521,0,l), -(492,206,ls), -(482,276,o), -(447,322,o), -(387,334,c), -(387,340,l), -(475,358,o), -(534,420,o), -(540,507,c), -(612,507,l), -(612,541,l), -(539,541,l), -(536,610,o), -(493,671,o), -(439,691,c), -(439,694,l), -(612,694,l), -(612,729,l), -(66,729,l), -(66,694,l), -(314,694,ls), -(417,694,o), -(486,647,o), -(499,542,c), -(66,542,l), -(66,507,l), -(499,507,l), -(492,414,o), -(431,359,o), -(306,359,cs), -(66,359,l), -(66,323,l), -(304,323,ls), -(375,323,o), -(440,303,o), -(455,197,cs), -(483,0,l) +(527,0,l), +(496,206,ls), +(485,276,o), +(453,317,o), +(391,334,c), +(391,340,l), +(479,358,o), +(538,420,o), +(544,507,c), +(626,507,l), +(626,541,l), +(543,541,l), +(540,610,o), +(497,671,o), +(443,691,c), +(443,694,l), +(626,694,l), +(626,729,l), +(45,729,l), +(45,694,l), +(318,694,ls), +(421,694,o), +(490,647,o), +(503,542,c), +(45,542,l), +(45,507,l), +(503,507,l), +(496,414,o), +(435,359,o), +(310,359,cs), +(45,359,l), +(45,323,l), +(278,323,ls), +(379,323,o), +(442,303,o), +(459,197,cs), +(490,0,l) +); +} +); +width = 663; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(578,0,l), +(523,175,ls), +(498,253,o), +(471,289,o), +(404,305,c), +(404,313,l), +(480,325,o), +(537,362,o), +(557,423,c), +(648,423,l), +(648,539,l), +(559,539,l), +(553,565,o), +(532,592,o), +(506,606,c), +(506,613,l), +(648,613,l), +(648,729,l), +(42,729,l), +(42,577,l), +(211,577,ls), +(269,577,o), +(308,562,o), +(317,529,c), +(42,529,l), +(42,433,l), +(316,433,l), +(307,404,o), +(273,384,o), +(212,384,cs), +(42,384,l), +(42,244,l), +(161,244,ls), +(224,244,o), +(248,230,o), +(273,156,cs), +(326,0,l) +); +} +); +width = 675; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(514,0,l), +(485,206,ls), +(475,276,o), +(442,322,o), +(382,334,c), +(382,340,l), +(468,358,o), +(527,420,o), +(533,507,c), +(603,507,l), +(603,541,l), +(532,541,l), +(529,610,o), +(486,671,o), +(434,691,c), +(434,694,l), +(603,694,l), +(603,729,l), +(67,729,l), +(67,694,l), +(311,694,ls), +(412,694,o), +(479,647,o), +(492,542,c), +(67,542,l), +(67,507,l), +(492,507,l), +(485,414,o), +(426,359,o), +(303,359,cs), +(67,359,l), +(67,323,l), +(301,323,ls), +(370,323,o), +(435,303,o), +(448,197,cs), +(476,0,l) ); } ); @@ -179,51 +275,51 @@ type = TTStem; } ); }; -width = 667; +width = 658; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(534,0,l), -(478,175,ls), -(452,255,o), -(422,291,o), -(364,305,c), -(364,312,l), -(436,325,o), -(490,362,o), -(510,423,c), -(597,423,l), -(597,539,l), -(512,539,l), -(506,565,o), -(487,592,o), -(464,606,c), -(464,613,l), -(597,613,l), -(597,729,l), -(51,729,l), -(51,587,l), -(184,587,ls), -(261,587,o), -(291,568,o), -(302,533,c), -(51,533,l), -(51,438,l), -(303,438,l), -(294,404,o), -(266,384,o), -(191,384,cs), -(51,384,l), -(51,244,l), -(128,244,ls), -(217,244,o), -(237,230,o), -(262,156,cs), -(314,0,l) +(520,0,l), +(464,175,ls), +(439,256,o), +(409,291,o), +(353,305,c), +(353,312,l), +(423,325,o), +(475,362,o), +(495,423,c), +(580,423,l), +(580,539,l), +(497,539,l), +(491,565,o), +(473,592,o), +(451,606,c), +(451,613,l), +(580,613,l), +(580,729,l), +(50,729,l), +(50,587,l), +(176,587,ls), +(248,587,o), +(278,569,o), +(289,533,c), +(50,533,l), +(50,438,l), +(290,438,l), +(281,404,o), +(255,384,o), +(183,384,cs), +(50,384,l), +(50,244,l), +(121,244,ls), +(207,244,o), +(226,231,o), +(250,156,cs), +(302,0,l) ); } ); @@ -267,103 +363,7 @@ type = TTStem; } ); }; -width = 635; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(527,0,l), -(496,206,ls), -(485,276,o), -(453,317,o), -(391,334,c), -(391,340,l), -(479,358,o), -(538,420,o), -(544,507,c), -(626,507,l), -(626,541,l), -(543,541,l), -(540,610,o), -(497,671,o), -(443,691,c), -(443,694,l), -(626,694,l), -(626,729,l), -(45,729,l), -(45,694,l), -(318,694,ls), -(421,694,o), -(490,647,o), -(503,542,c), -(45,542,l), -(45,507,l), -(503,507,l), -(496,414,o), -(435,359,o), -(310,359,cs), -(45,359,l), -(45,323,l), -(278,323,ls), -(379,323,o), -(442,303,o), -(459,197,cs), -(490,0,l) -); -} -); -width = 663; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(572,0,l), -(517,175,ls), -(492,253,o), -(465,289,o), -(398,305,c), -(398,313,l), -(474,325,o), -(531,362,o), -(551,423,c), -(642,423,l), -(642,539,l), -(553,539,l), -(547,565,o), -(526,592,o), -(500,606,c), -(500,613,l), -(642,613,l), -(642,729,l), -(36,729,l), -(36,577,l), -(205,577,ls), -(263,577,o), -(302,562,o), -(311,529,c), -(36,529,l), -(36,433,l), -(310,433,l), -(301,404,o), -(267,384,o), -(206,384,cs), -(36,384,l), -(36,244,l), -(155,244,ls), -(218,244,o), -(242,230,o), -(267,156,cs), -(320,0,l) -); -} -); -width = 663; +width = 616; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -419,47 +419,47 @@ shapes = ( { closed = 1; nodes = ( -(340,0,l), -(342,179,ls), -(343,247,o), -(325,295,o), -(285,310,c), -(287,317,l), -(342,329,o), -(402,383,o), -(422,437,c), -(487,437,l), -(508,539,l), -(445,539,l), -(449,573,o), -(440,607,o), -(426,620,c), -(427,627,l), -(526,627,l), -(547,729,l), -(120,729,l), -(92,596,l), -(168,596,ls), -(238,596,o), -(260,570,o), -(258,531,c), -(78,531,l), -(60,445,l), -(239,445,l), -(224,401,o), -(180,380,o), -(121,380,cs), -(47,380,l), -(21,257,l), -(74,257,ls), -(137,257,o), -(148,243,o), -(147,164,cs), -(145,0,l) -); -} -); -width = 472; +(348,0,l), +(350,179,ls), +(351,247,o), +(333,295,o), +(293,310,c), +(295,317,l), +(350,329,o), +(410,383,o), +(430,437,c), +(495,437,l), +(516,539,l), +(453,539,l), +(457,573,o), +(448,607,o), +(434,620,c), +(435,627,l), +(534,627,l), +(555,729,l), +(128,729,l), +(100,596,l), +(176,596,ls), +(246,596,o), +(268,570,o), +(266,531,c), +(86,531,l), +(68,445,l), +(247,445,l), +(232,401,o), +(188,380,o), +(129,380,cs), +(55,380,l), +(29,257,l), +(82,257,ls), +(145,257,o), +(156,243,o), +(155,164,cs), +(153,0,l) +); +} +); +width = 488; }, { background = { @@ -710,47 +710,798 @@ shapes = ( { closed = 1; nodes = ( -(482,0,l), -(478,167,ls), -(476,255,o), -(455,289,o), -(394,305,c), -(395,313,l), -(481,320,o), -(554,370,o), -(572,423,c), -(658,423,l), -(683,539,l), -(589,539,l), -(585,567,o), -(570,597,o), -(551,607,c), -(551,613,l), -(698,613,l), -(722,729,l), -(131,729,l), -(99,577,l), -(267,577,ls), -(324,577,o), -(360,562,o), -(362,529,c), -(90,529,l), -(69,433,l), -(341,433,l), -(326,404,o), -(289,384,o), -(228,384,cs), -(59,384,l), +(488,0,l), +(484,167,ls), +(482,255,o), +(461,289,o), +(400,305,c), +(401,313,l), +(487,320,o), +(560,370,o), +(578,423,c), +(664,423,l), +(689,539,l), +(595,539,l), +(591,567,o), +(576,597,o), +(557,607,c), +(557,613,l), +(704,613,l), +(728,729,l), +(137,729,l), +(105,577,l), +(273,577,ls), +(330,577,o), +(366,562,o), +(368,529,c), +(96,529,l), +(75,433,l), +(347,433,l), +(332,404,o), +(295,384,o), +(234,384,cs), +(65,384,l), +(36,244,l), +(154,244,ls), +(222,244,o), +(250,232,o), +(251,156,cs), +(254,0,l) +); +} +); +width = 661; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(288,0,l), +(257,212,ls), +(247,277,o), +(217,324,o), +(167,338,c), +(167,344,l), +(245,365,o), +(293,432,o), +(297,513,c), +(368,513,l), +(368,539,l), +(297,539,l), +(295,614,o), +(257,676,o), +(207,699,c), +(207,701,l), +(368,701,l), +(368,729,l), +(10,729,l), +(10,701,l), +(107,701,ls), +(190,701,o), +(263,653,o), +(264,539,c), +(10,539,l), +(10,513,l), +(264,513,l), +(259,416,o), +(195,354,o), +(88,354,cs), +(10,354,l), +(10,327,l), +(97,327,ls), +(164,327,o), +(215,294,o), +(227,208,cs), +(256,0,l) +); +} +); +width = 369; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(375,0,l), +(358,180,ls), +(351,256,o), +(320,294,o), +(270,310,c), +(270,317,l), +(323,329,o), +(373,382,o), +(381,437,c), +(446,437,l), +(446,539,l), +(382,539,l), +(379,574,o), +(363,607,o), +(346,620,c), +(346,627,l), +(446,627,l), +(446,729,l), +(14,729,l), +(14,596,l), +(91,596,ls), +(162,596,o), +(189,570,o), +(196,531,c), +(14,531,l), +(14,445,l), +(195,445,l), +(189,401,o), +(148,380,o), +(89,380,cs), +(14,380,l), +(14,257,l), +(94,257,ls), +(135,257,o), +(157,243,o), +(165,164,cs), +(181,0,l) +); +} +); +width = 456; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(501,0,l), +(472,206,ls), +(462,276,o), +(427,322,o), +(367,334,c), +(367,340,l), +(455,358,o), +(514,420,o), +(520,507,c), +(592,507,l), +(592,541,l), +(519,541,l), +(516,610,o), +(473,671,o), +(419,691,c), +(419,694,l), +(592,694,l), +(592,729,l), +(46,729,l), +(46,694,l), +(294,694,ls), +(397,694,o), +(466,647,o), +(479,542,c), +(46,542,l), +(46,507,l), +(479,507,l), +(472,414,o), +(411,359,o), +(286,359,cs), +(46,359,l), +(46,323,l), +(284,323,ls), +(355,323,o), +(420,303,o), +(435,197,cs), +(463,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +30 +); +stem = -2; +type = Anchor; +}, +{ +horizontal = 1; +options = 0; +place = ( +280.732, +59.071 +); +stem = -2; +type = TTStem; +}, +{ +horizontal = 1; +options = 0; +place = ( +687.643, +1066.179 +); +stem = -2; +type = TTStem; +} +); +}; +width = 627; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(513,0,l), +(457,175,ls), +(431,255,o), +(401,291,o), +(343,305,c), +(343,312,l), +(415,325,o), +(469,362,o), +(489,423,c), +(576,423,l), +(576,539,l), +(491,539,l), +(485,565,o), +(466,592,o), +(443,606,c), +(443,613,l), +(576,613,l), +(576,729,l), +(30,729,l), +(30,587,l), +(163,587,ls), +(240,587,o), +(270,568,o), +(281,533,c), +(30,533,l), +(30,438,l), +(282,438,l), +(273,404,o), +(245,384,o), +(170,384,cs), +(30,384,l), (30,244,l), -(148,244,ls), -(216,244,o), -(244,232,o), -(245,156,cs), -(248,0,l) +(107,244,ls), +(196,244,o), +(216,230,o), +(241,156,cs), +(293,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +33 +); +stem = -2; +type = Anchor; +}, +{ +horizontal = 1; +options = 0; +place = ( +211, +173 +); +stem = -2; +type = TTStem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +27 +); +type = TTStem; +} +); +}; +width = 593; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(517,0,l), +(486,206,ls), +(475,276,o), +(443,317,o), +(381,334,c), +(381,340,l), +(469,358,o), +(528,420,o), +(534,507,c), +(616,507,l), +(616,541,l), +(533,541,l), +(530,610,o), +(487,671,o), +(433,691,c), +(433,694,l), +(616,694,l), +(616,729,l), +(35,729,l), +(35,694,l), +(308,694,ls), +(411,694,o), +(480,647,o), +(493,542,c), +(35,542,l), +(35,507,l), +(493,507,l), +(486,414,o), +(425,359,o), +(300,359,cs), +(35,359,l), +(35,323,l), +(268,323,ls), +(369,323,o), +(432,303,o), +(449,197,cs), +(480,0,l) +); +} +); +width = 643; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(562,0,l), +(507,175,ls), +(482,253,o), +(455,289,o), +(388,305,c), +(388,313,l), +(464,325,o), +(521,362,o), +(541,423,c), +(632,423,l), +(632,539,l), +(543,539,l), +(537,565,o), +(516,592,o), +(490,606,c), +(490,613,l), +(632,613,l), +(632,729,l), +(26,729,l), +(26,577,l), +(195,577,ls), +(253,577,o), +(292,562,o), +(301,529,c), +(26,529,l), +(26,433,l), +(300,433,l), +(291,404,o), +(257,384,o), +(196,384,cs), +(26,384,l), +(26,244,l), +(145,244,ls), +(208,244,o), +(232,230,o), +(257,156,cs), +(310,0,l) +); +} +); +width = 643; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(241,0,l), +(241,202,ls), +(241,277,o), +(220,320,o), +(179,338,c), +(180,344,l), +(264,366,o), +(324,434,o), +(344,513,c), +(414,513,l), +(419,539,l), +(349,539,l), +(364,614,o), +(338,676,o), +(294,699,c), +(294,701,l), +(454,701,l), +(460,729,l), +(105,729,l), +(99,701,l), +(195,701,ls), +(272,701,o), +(340,658,o), +(316,539,c), +(65,539,l), +(60,513,l), +(311,513,l), +(286,416,o), +(209,354,o), +(104,354,cs), +(27,354,l), +(21,327,l), +(107,327,ls), +(180,327,o), +(212,305,o), +(212,187,cs), +(212,0,l) +); +} +); +width = 359; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(329,0,l), +(331,179,ls), +(332,247,o), +(314,295,o), +(274,310,c), +(276,317,l), +(331,329,o), +(391,383,o), +(411,437,c), +(476,437,l), +(497,539,l), +(434,539,l), +(438,573,o), +(429,607,o), +(415,620,c), +(416,627,l), +(515,627,l), +(536,729,l), +(109,729,l), +(81,596,l), +(157,596,ls), +(227,596,o), +(249,570,o), +(247,531,c), +(67,531,l), +(49,445,l), +(228,445,l), +(213,401,o), +(169,380,o), +(110,380,cs), +(36,380,l), +(10,257,l), +(63,257,ls), +(126,257,o), +(137,243,o), +(136,164,cs), +(134,0,l) +); +} +); +width = 450; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(468,0,l), +(481,206,ls), +(486,276,o), +(460,322,o), +(403,334,c), +(404,340,l), +(496,358,o), +(567,420,o), +(592,507,c), +(664,507,l), +(671,541,l), +(598,541,l), +(609,610,o), +(578,671,o), +(529,691,c), +(529,694,l), +(702,694,l), +(709,729,l), +(163,729,l), +(156,694,l), +(404,694,ls), +(507,694,o), +(567,647,o), +(558,542,c), +(125,542,l), +(118,507,l), +(551,507,l), +(524,414,o), +(452,359,o), +(327,359,cs), +(87,359,l), +(79,323,l), +(317,323,ls), +(388,323,o), +(449,303,o), +(442,197,cs), +(430,0,l) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(453,0,l), +(450,185,ls), +(449,271,o), +(429,313,o), +(373,334,c), +(374,340,l), +(474,355,o), +(551,416,o), +(568,507,c), +(654,507,l), +(662,541,l), +(573,541,l), +(575,611,o), +(544,668,o), +(500,691,c), +(501,694,l), +(693,694,l), +(700,729,l), +(140,729,l), +(134,694,l), +(380,694,ls), +(478,694,o), +(540,649,o), +(534,542,c), +(102,542,l), +(92,507,l), +(528,507,l), +(511,420,o), +(430,360,o), +(319,360,cs), +(62,360,l), +(54,323,l), +(278,323,ls), +(381,323,o), +(412,293,o), +(413,184,cs), +(414,0,l) +); +} +); +width = 634; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(457,0,l), +(461,16,l), +(454,20,o), +(448,31,o), +(449,41,c), +(446,175,ls), +(444,257,o), +(416,289,o), +(368,305,c), +(369,313,l), +(447,325,o), +(513,365,o), +(536,423,c), +(623,423,l), +(646,539,l), +(556,539,l), +(554,564,o), +(542,591,o), +(524,606,c), +(525,613,l), +(663,613,l), +(687,729,l), +(146,729,l), +(115,577,l), +(247,577,ls), +(325,577,o), +(350,560,o), +(354,529,c), +(105,529,l), +(85,433,l), +(334,433,l), +(321,401,o), +(288,384,o), +(219,384,cs), +(75,384,l), +(45,244,l), +(154,244,ls), +(213,244,o), +(240,232,o), +(240,156,cs), +(240,47,ls), +(240,14,o), +(247,5,o), +(251,0,c) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,0,l), +(414,175,ls), +(407,257,o), +(382,287,o), +(339,305,c), +(340,311,l), +(418,323,o), +(484,364,o), +(507,423,c), +(594,423,l), +(617,539,l), +(527,539,l), +(525,564,o), +(513,591,o), +(495,606,c), +(496,613,l), +(634,613,l), +(658,729,l), +(117,729,l), +(88,587,l), +(218,587,ls), +(293,587,o), +(319,568,o), +(325,533,c), +(76,533,l), +(56,438,l), +(307,438,l), +(295,403,o), +(262,384,o), +(190,384,cs), +(46,384,l), +(16,244,l), +(125,244,ls), +(184,244,o), +(206,232,o), +(211,156,cs), +(222,0,l) +); +} +); +width = 572; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(461,0,l), +(469,188,ls), +(472,260,o), +(449,314,o), +(394,334,c), +(396,340,l), +(486,356,o), +(563,415,o), +(584,507,c), +(672,507,l), +(680,541,l), +(590,541,l), +(593,610,o), +(566,670,o), +(520,691,c), +(520,694,l), +(711,694,l), +(718,729,l), +(133,729,l), +(126,694,l), +(397,694,ls), +(498,694,o), +(558,647,o), +(548,542,c), +(94,542,l), +(87,507,l), +(541,507,l), +(519,415,o), +(443,359,o), +(321,359,cs), +(56,359,l), +(49,323,l), +(309,323,ls), +(380,323,o), +(434,302,o), +(430,187,cs), +(424,0,l) +); +} +); +width = 648; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(467,0,l), +(463,167,ls), +(461,255,o), +(440,289,o), +(379,305,c), +(380,313,l), +(466,320,o), +(539,370,o), +(557,423,c), +(643,423,l), +(668,539,l), +(574,539,l), +(570,567,o), +(555,597,o), +(536,607,c), +(536,613,l), +(683,613,l), +(707,729,l), +(116,729,l), +(84,577,l), +(252,577,ls), +(309,577,o), +(345,562,o), +(347,529,c), +(75,529,l), +(54,433,l), +(326,433,l), +(311,404,o), +(274,384,o), +(213,384,cs), +(44,384,l), +(15,244,l), +(133,244,ls), +(201,244,o), +(229,232,o), +(230,156,cs), +(233,0,l) ); } ); -width = 649; +width = 619; } ); unicode = 8377; diff --git a/sources/MonaSans.glyphspackage/glyphs/s.glyph b/sources/MonaSans.glyphspackage/glyphs/s.glyph index 8810fdf7..a498a7ab 100644 --- a/sources/MonaSans.glyphspackage/glyphs/s.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/s.glyph @@ -1,7 +1,7 @@ { glyphname = s; -kernLeft = s; -kernRight = s; +kernLeft = KO_s; +kernRight = KO_s; layers = ( { anchors = ( @@ -66,11 +66,11 @@ width = 288; anchors = ( { name = bottom; -pos = (215,0); +pos = (223,0); }, { name = top; -pos = (213,541); +pos = (221,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -78,58 +78,176 @@ shapes = ( { closed = 1; nodes = ( -(345,-10,o), -(409,59,o), -(409,162,cs), -(409,238,o), -(376,292,o), -(264,340,cs), -(217,360,o), -(186,374,o), -(186,406,cs), -(186,426,o), -(192,443,o), -(213,443,cs), -(236,443,o), -(245,430,o), -(248,379,c), -(403,379,l), -(403,491,o), -(330,551,o), -(214,551,cs), -(83,551,o), -(18,486,o), -(18,386,cs), -(18,294,o), -(76,249,o), -(150,215,cs), -(226,180,o), -(235,168,o), -(235,135,cs), -(235,115,o), -(228,101,o), -(207,101,cs), -(183,101,o), -(171,114,o), -(171,168,c), -(11,168,l), -(13,61,o), -(76,-10,o), -(209,-10,cs) +(353,-10,o), +(417,59,o), +(417,162,cs), +(417,238,o), +(384,292,o), +(272,340,cs), +(225,360,o), +(194,374,o), +(194,406,cs), +(194,426,o), +(200,443,o), +(221,443,cs), +(244,443,o), +(253,430,o), +(256,379,c), +(411,379,l), +(411,491,o), +(338,551,o), +(222,551,cs), +(91,551,o), +(26,486,o), +(26,386,cs), +(26,294,o), +(84,249,o), +(158,215,cs), +(234,180,o), +(243,168,o), +(243,135,cs), +(243,115,o), +(236,101,o), +(215,101,cs), +(191,101,o), +(179,114,o), +(179,168,c), +(19,168,l), +(21,61,o), +(84,-10,o), +(217,-10,cs) +); +} +); +width = 437; +}, +{ +anchors = ( +{ +name = bottom; +pos = (274,0); +}, +{ +name = top; +pos = (269,517); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,-10,o), +(507,48,o), +(507,135,cs), +(507,243,o), +(432,266,o), +(274,283,cs), +(143,297,o), +(85,317,o), +(85,387,cs), +(85,461,o), +(164,494,o), +(270,494,cs), +(374,494,o), +(450,456,o), +(457,367,c), +(494,367,l), +(487,464,o), +(415,527,o), +(270,527,cs), +(138,527,o), +(48,475,o), +(48,386,cs), +(48,294,o), +(119,263,o), +(270,248,cs), +(419,232,o), +(469,214,o), +(469,132,cs), +(469,54,o), +(390,23,o), +(274,23,cs), +(146,23,o), +(66,76,o), +(66,160,c), +(29,160,l), +(29,58,o), +(122,-10,o), +(274,-10,cs) +); +} +); +width = 539; +}, +{ +anchors = ( +{ +name = bottom; +pos = (323,0); +}, +{ +name = top; +pos = (323,544); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(532,-10,o), +(629,62,o), +(629,172,cs), +(629,292,o), +(562,330,o), +(359,347,cs), +(277,354,o), +(248,358,o), +(248,387,cs), +(248,414,o), +(278,425,o), +(326,425,cs), +(369,425,o), +(397,409,o), +(403,377,c), +(611,377,l), +(598,493,o), +(487,554,o), +(327,554,cs), +(138,554,o), +(34,479,o), +(34,368,cs), +(34,256,o), +(107,218,o), +(311,199,cs), +(390,193,o), +(412,189,o), +(412,158,cs), +(412,133,o), +(385,119,o), +(330,119,cs), +(267,119,o), +(238,136,o), +(232,174,c), +(16,174,l), +(26,60,o), +(127,-10,o), +(323,-10,cs) ); } ); -width = 421; +width = 648; }, { anchors = ( { name = bottom; -pos = (246,0); +pos = (241,0); }, { name = top; -pos = (246,517); +pos = (241,517); } ); background = { @@ -137,91 +255,91 @@ shapes = ( { closed = 1; nodes = ( -(365,-10,o), -(442,42,o), -(442,135,cs), -(442,239,o), -(365,265,o), -(257,281,cs), -(150,296,o), -(100,320,o), -(100,389,cs), -(100,452,o), -(153,494,o), -(247,494,cs), -(335,494,o), -(394,458,o), -(396,367,c), -(432,367,l), -(432,466,o), -(365,527,o), -(246,527,cs), -(136,527,o), -(63,470,o), -(63,385,cs), -(63,293,o), -(128,264,o), -(251,246,cs), -(359,230,o), -(404,207,o), -(404,132,cs), -(404,62,o), -(349,23,o), -(250,23,cs), -(151,23,o), -(85,67,o), -(85,160,c), -(48,160,l), -(48,58,o), -(120,-10,o), -(249,-10,cs) +(361,-10,o), +(438,42,o), +(438,135,cs), +(438,239,o), +(361,265,o), +(253,281,cs), +(146,296,o), +(96,320,o), +(96,389,cs), +(96,452,o), +(149,494,o), +(243,494,cs), +(331,494,o), +(390,458,o), +(392,367,c), +(428,367,l), +(428,466,o), +(361,527,o), +(242,527,cs), +(132,527,o), +(59,470,o), +(59,385,cs), +(59,293,o), +(124,264,o), +(247,246,cs), +(355,230,o), +(400,207,o), +(400,132,cs), +(400,62,o), +(345,23,o), +(246,23,cs), +(147,23,o), +(81,67,o), +(81,160,c), +(44,160,l), +(44,58,o), +(116,-10,o), +(245,-10,cs) ); } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( (365,-10,o), -(442,42,o), -(442,135,cs), -(442,239,o), -(365,265,o), -(257,281,cs), -(150,296,o), -(100,320,o), -(100,389,cs), -(100,452,o), -(153,494,o), -(247,494,cs), -(333,494,o), -(391,460,o), -(396,373,c), -(432,373,l), -(429,469,o), -(362,527,o), -(246,527,cs), -(136,527,o), -(63,470,o), -(63,385,cs), -(63,293,o), -(128,264,o), -(251,246,cs), -(359,230,o), -(404,207,o), -(404,132,cs), -(404,62,o), -(349,23,o), +(435,44,o), +(435,135,cs), +(435,241,o), +(359,269,o), +(253,285,cs), +(151,299,o), +(105,322,o), +(105,389,cs), +(105,451,o), +(159,494,o), +(242,494,cs), +(316,494,o), +(368,464,o), +(380,389,c), +(417,389,l), +(406,475,o), +(345,527,o), +(241,527,cs), +(139,527,o), +(68,469,o), +(68,385,cs), +(68,294,o), +(130,266,o), +(248,249,cs), +(353,233,o), +(397,208,o), +(397,132,cs), +(397,63,o), +(344,23,o), (250,23,cs), -(155,23,o), -(91,63,o), -(85,149,c), -(48,149,l), -(53,53,o), -(125,-10,o), -(249,-10,cs) +(163,23,o), +(102,58,o), +(88,138,c), +(52,138,l), +(64,47,o), +(136,-10,o), +(250,-10,cs) ); } ); @@ -299,17 +417,17 @@ type = Stem; } ); }; -width = 494; +width = 485; }, { anchors = ( { name = bottom; -pos = (274,0); +pos = (266,0); }, { name = top; -pos = (274,544); +pos = (266,544); } ); background = { @@ -317,213 +435,95 @@ shapes = ( { closed = 1; nodes = ( -(423,-10,o), -(524,56,o), -(524,174,cs), -(524,279,o), -(469,326,o), -(327,344,cs), -(252,354,o), -(226,360,o), -(226,388,cs), -(226,411,o), -(245,422,o), -(273,422,cs), -(306,422,o), -(325,408,o), -(325,380,c), -(513,380,l), -(509,484,o), -(415,554,o), -(279,554,cs), -(133,554,o), -(35,481,o), -(35,371,cs), -(35,262,o), -(101,220,o), -(247,199,cs), -(309,190,o), -(330,186,o), -(330,157,cs), -(330,136,o), -(313,122,o), -(276,122,cs), -(238,122,o), -(211,137,o), -(210,174,c), -(22,174,l), -(21,64,o), -(119,-10,o), -(271,-10,cs) +(424,-10,o), +(525,56,o), +(525,174,cs), +(525,279,o), +(470,326,o), +(328,344,cs), +(253,354,o), +(227,360,o), +(227,388,cs), +(227,411,o), +(246,422,o), +(274,422,cs), +(307,422,o), +(326,408,o), +(326,380,c), +(514,380,l), +(510,484,o), +(416,554,o), +(280,554,cs), +(134,554,o), +(36,481,o), +(36,371,cs), +(36,262,o), +(102,220,o), +(248,199,cs), +(310,190,o), +(331,186,o), +(331,157,cs), +(331,136,o), +(314,122,o), +(277,122,cs), +(239,122,o), +(212,137,o), +(211,174,c), +(23,174,l), +(22,64,o), +(120,-10,o), +(272,-10,cs) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(423,-10,o), -(524,56,o), -(524,174,cs), -(524,279,o), -(469,326,o), -(327,344,cs), -(252,354,o), -(226,360,o), -(226,388,cs), -(226,411,o), -(245,422,o), -(273,422,cs), -(305,422,o), -(324,409,o), -(325,383,c), -(513,383,l), -(507,485,o), -(414,554,o), -(279,554,cs), -(133,554,o), +(410,-10,o), +(509,56,o), +(509,174,cs), +(509,279,o), +(457,325,o), +(321,344,cs), +(247,354,o), +(224,360,o), +(224,388,cs), +(224,411,o), +(241,422,o), +(265,422,cs), +(295,422,o), +(311,409,o), +(314,385,c), +(501,385,l), +(493,485,o), +(403,554,o), +(271,554,cs), +(130,554,o), (35,481,o), (35,371,cs), (35,262,o), -(101,220,o), -(247,199,cs), -(309,190,o), -(330,186,o), -(330,157,cs), -(330,136,o), -(313,122,o), -(276,122,cs), -(239,122,o), -(213,136,o), -(210,171,c), -(22,171,l), +(99,220,o), +(239,199,cs), +(298,190,o), +(317,186,o), +(317,157,cs), +(317,136,o), +(302,122,o), +(268,122,cs), +(234,122,o), +(211,136,o), +(207,166,c), +(21,166,l), (23,63,o), -(120,-10,o), -(271,-10,cs) -); -} -); -width = 548; -}, -{ -anchors = ( -{ -name = bottom; -pos = (274,0); -}, -{ -name = top; -pos = (269,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(430,-10,o), -(507,48,o), -(507,135,cs), -(507,243,o), -(432,266,o), -(274,283,cs), -(143,297,o), -(85,317,o), -(85,387,cs), -(85,461,o), -(164,494,o), -(270,494,cs), -(374,494,o), -(450,456,o), -(457,367,c), -(494,367,l), -(487,464,o), -(415,527,o), -(270,527,cs), -(138,527,o), -(48,475,o), -(48,386,cs), -(48,294,o), -(119,263,o), -(270,248,cs), -(419,232,o), -(469,214,o), -(469,132,cs), -(469,54,o), -(390,23,o), -(274,23,cs), -(146,23,o), -(66,76,o), -(66,160,c), -(29,160,l), -(29,58,o), -(122,-10,o), -(274,-10,cs) -); -} +(116,-10,o), +(263,-10,cs) ); -width = 539; -}, -{ -anchors = ( -{ -name = bottom; -pos = (313,0); -}, -{ -name = top; -pos = (313,544); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(522,-10,o), -(619,62,o), -(619,172,cs), -(619,292,o), -(552,330,o), -(349,347,cs), -(267,354,o), -(238,358,o), -(238,387,cs), -(238,414,o), -(268,425,o), -(316,425,cs), -(359,425,o), -(387,409,o), -(393,377,c), -(601,377,l), -(588,493,o), -(477,554,o), -(317,554,cs), -(128,554,o), -(24,479,o), -(24,368,cs), -(24,256,o), -(97,218,o), -(301,199,cs), -(380,193,o), -(402,189,o), -(402,158,cs), -(402,133,o), -(375,119,o), -(320,119,cs), -(257,119,o), -(228,136,o), -(222,174,c), -(6,174,l), -(16,60,o), -(117,-10,o), -(313,-10,cs) -); -} -); -width = 628; +width = 535; }, { anchors = ( @@ -588,11 +588,11 @@ width = 288; anchors = ( { name = bottom; -pos = (177,0); +pos = (185,0); }, { name = top; -pos = (251,541); +pos = (259,541); } ); background = { @@ -657,48 +657,48 @@ shapes = ( { closed = 1; nodes = ( -(316,-10,o), -(381,78,o), -(381,179,cs), -(381,265,o), -(332,298,o), -(271,334,cs), -(224,362,o), -(208,372,o), -(208,400,cs), -(208,423,o), -(218,442,o), -(243,442,cs), -(268,442,o), -(273,424,o), -(266,377,c), -(416,377,l), -(429,479,o), -(369,551,o), -(241,551,cs), -(101,551,o), -(39,465,o), -(39,374,cs), -(39,293,o), -(89,252,o), -(137,222,cs), -(199,184,o), -(204,173,o), -(204,149,cs), -(204,115,o), -(193,102,o), -(172,102,cs), -(144,102,o), -(139,126,o), -(148,169,c), -(-9,169,l), -(-23,57,o), -(41,-10,o), -(169,-10,cs) +(324,-10,o), +(389,78,o), +(389,179,cs), +(389,265,o), +(340,298,o), +(279,334,cs), +(232,362,o), +(216,372,o), +(216,400,cs), +(216,423,o), +(226,442,o), +(251,442,cs), +(276,442,o), +(281,424,o), +(274,377,c), +(424,377,l), +(437,479,o), +(377,551,o), +(249,551,cs), +(109,551,o), +(47,465,o), +(47,374,cs), +(47,293,o), +(97,252,o), +(145,222,cs), +(207,184,o), +(212,173,o), +(212,149,cs), +(212,115,o), +(201,102,o), +(180,102,cs), +(152,102,o), +(147,126,o), +(156,169,c), +(-1,169,l), +(-15,57,o), +(49,-10,o), +(177,-10,cs) ); } ); -width = 415; +width = 431; }, { anchors = ( @@ -881,11 +881,11 @@ width = 533; anchors = ( { name = bottom; -pos = (290,0); +pos = (299,0); }, { name = top; -pos = (342,544); +pos = (351,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -893,48 +893,981 @@ shapes = ( { closed = 1; nodes = ( -(505,-10,o), -(596,65,o), -(596,186,cs), -(596,287,o), -(533,319,o), -(371,344,cs), -(273,360,o), -(260,363,o), -(260,383,cs), -(260,406,o), -(283,419,o), -(316,419,cs), -(368,419,o), -(402,403,o), -(403,374,c), -(612,374,l), -(621,483,o), -(515,554,o), -(321,554,cs), -(152,554,o), -(37,486,o), -(37,359,cs), -(37,259,o), -(125,224,o), -(247,204,cs), -(350,187,o), -(371,183,o), -(371,162,cs), -(371,137,o), -(350,125,o), -(309,125,cs), -(245,125,o), -(205,140,o), -(205,179,c), -(-13,179,l), -(-18,66,o), -(94,-10,o), -(296,-10,cs) -); -} -); -width = 624; +(514,-10,o), +(605,65,o), +(605,186,cs), +(605,287,o), +(542,319,o), +(380,344,cs), +(282,360,o), +(269,363,o), +(269,383,cs), +(269,406,o), +(292,419,o), +(325,419,cs), +(377,419,o), +(411,403,o), +(412,374,c), +(621,374,l), +(630,483,o), +(524,554,o), +(330,554,cs), +(161,554,o), +(46,486,o), +(46,359,cs), +(46,259,o), +(134,224,o), +(256,204,cs), +(359,187,o), +(380,183,o), +(380,162,cs), +(380,137,o), +(359,125,o), +(318,125,cs), +(254,125,o), +(214,140,o), +(214,179,c), +(-4,179,l), +(-9,66,o), +(103,-10,o), +(305,-10,cs) +); +} +); +width = 641; +}, +{ +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = top; +pos = (119,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,-10,o), +(236,37,o), +(236,118,cs), +(236,191,o), +(209,231,o), +(139,279,cs), +(86,315,o), +(50,341,o), +(50,408,cs), +(50,465,o), +(75,497,o), +(121,497,cs), +(171,497,o), +(197,455,o), +(200,367,c), +(229,367,l), +(227,473,o), +(192,525,o), +(122,525,cs), +(60,525,o), +(20,480,o), +(20,409,cs), +(20,329,o), +(60,295,o), +(116,256,cs), +(183,210,o), +(206,175,o), +(206,119,cs), +(206,55,o), +(177,18,o), +(128,18,cs), +(70,18,o), +(41,64,o), +(36,162,c), +(7,162,l), +(9,45,o), +(50,-10,o), +(128,-10,cs) +); +} +); +width = 248; +}, +{ +anchors = ( +{ +name = bottom; +pos = (205,0); +}, +{ +name = top; +pos = (203,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(331,-10,o), +(398,51,o), +(398,162,cs), +(398,239,o), +(366,289,o), +(254,340,cs), +(196,366,o), +(174,379,o), +(174,406,cs), +(174,427,o), +(184,438,o), +(202,438,cs), +(225,438,o), +(234,421,o), +(237,379,c), +(392,379,l), +(392,487,o), +(322,551,o), +(204,551,cs), +(74,551,o), +(10,486,o), +(10,386,cs), +(10,294,o), +(67,249,o), +(140,215,cs), +(217,180,o), +(226,166,o), +(226,137,cs), +(226,116,o), +(217,106,o), +(198,106,cs), +(176,106,o), +(165,129,o), +(163,174,c), +(3,174,l), +(5,52,o), +(73,-10,o), +(205,-10,cs) +); +} +); +width = 401; +}, +{ +anchors = ( +{ +name = bottom; +pos = (226,0); +}, +{ +name = top; +pos = (226,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(365,-10,o), +(442,42,o), +(442,135,cs), +(442,239,o), +(365,265,o), +(257,281,cs), +(150,296,o), +(100,320,o), +(100,389,cs), +(100,452,o), +(153,494,o), +(247,494,cs), +(335,494,o), +(394,458,o), +(396,367,c), +(432,367,l), +(432,466,o), +(365,527,o), +(246,527,cs), +(136,527,o), +(63,470,o), +(63,385,cs), +(63,293,o), +(128,264,o), +(251,246,cs), +(359,230,o), +(404,207,o), +(404,132,cs), +(404,62,o), +(349,23,o), +(250,23,cs), +(151,23,o), +(85,67,o), +(85,160,c), +(48,160,l), +(48,58,o), +(120,-10,o), +(249,-10,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(358,-10,o), +(426,41,o), +(426,135,cs), +(426,240,o), +(349,267,o), +(239,283,cs), +(130,299,o), +(80,321,o), +(80,389,cs), +(80,452,o), +(133,494,o), +(227,494,cs), +(311,494,o), +(369,460,o), +(376,368,c), +(412,368,l), +(407,469,o), +(340,527,o), +(226,527,cs), +(116,527,o), +(43,470,o), +(43,385,cs), +(43,294,o), +(108,265,o), +(233,247,cs), +(344,231,o), +(389,208,o), +(389,132,cs), +(389,62,o), +(334,23,o), +(235,23,cs), +(136,23,o), +(71,62,o), +(65,158,c), +(28,158,l), +(33,52,o), +(106,-10,o), +(234,-10,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +32 +); +stem = -2; +target = ( +0, +39 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +36 +); +stem = -2; +target = ( +0, +35 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +29 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 454; +}, +{ +anchors = ( +{ +name = bottom; +pos = (260,0); +}, +{ +name = top; +pos = (260,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(430,-10,o), +(531,56,o), +(531,174,cs), +(531,279,o), +(476,326,o), +(334,344,cs), +(259,354,o), +(233,360,o), +(233,388,cs), +(233,411,o), +(252,422,o), +(280,422,cs), +(313,422,o), +(332,408,o), +(332,380,c), +(520,380,l), +(516,484,o), +(422,554,o), +(286,554,cs), +(140,554,o), +(42,481,o), +(42,371,cs), +(42,262,o), +(108,220,o), +(254,199,cs), +(316,190,o), +(337,186,o), +(337,157,cs), +(337,136,o), +(320,122,o), +(283,122,cs), +(245,122,o), +(218,137,o), +(217,174,c), +(29,174,l), +(28,64,o), +(126,-10,o), +(278,-10,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(418,-10,o), +(510,58,o), +(510,174,cs), +(510,279,o), +(454,326,o), +(310,344,cs), +(223,355,o), +(195,360,o), +(195,388,cs), +(195,414,o), +(218,426,o), +(252,426,cs), +(290,426,o), +(312,408,o), +(313,376,c), +(499,376,l), +(493,488,o), +(407,554,o), +(264,554,cs), +(108,554,o), +(14,486,o), +(14,371,cs), +(14,262,o), +(81,220,o), +(229,199,cs), +(301,189,o), +(324,186,o), +(324,157,cs), +(324,134,o), +(305,118,o), +(263,118,cs), +(220,118,o), +(191,133,o), +(186,177,c), +(0,177,l), +(2,59,o), +(99,-10,o), +(256,-10,cs) +); +} +); +width = 513; +}, +{ +anchors = ( +{ +name = bottom; +pos = (266,0); +}, +{ +name = top; +pos = (261,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(420,-10,o), +(503,42,o), +(503,137,cs), +(503,245,o), +(432,266,o), +(266,283,cs), +(129,297,o), +(73,317,o), +(73,387,cs), +(73,454,o), +(142,494,o), +(262,494,cs), +(367,494,o), +(443,457,o), +(454,357,c), +(491,357,l), +(480,465,o), +(408,527,o), +(262,527,cs), +(122,527,o), +(36,472,o), +(36,386,cs), +(36,294,o), +(105,264,o), +(262,248,cs), +(419,232,o), +(465,216,o), +(465,134,cs), +(465,62,o), +(396,23,o), +(266,23,cs), +(138,23,o), +(58,73,o), +(53,171,c), +(16,171,l), +(21,55,o), +(114,-10,o), +(266,-10,cs) +); +} +); +width = 523; +}, +{ +anchors = ( +{ +name = bottom; +pos = (311,0); +}, +{ +name = top; +pos = (311,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(511,-10,o), +(621,56,o), +(621,175,cs), +(621,296,o), +(553,336,o), +(347,353,cs), +(265,360,o), +(235,362,o), +(235,387,cs), +(235,414,o), +(265,425,o), +(307,425,cs), +(358,425,o), +(386,409,o), +(392,377,c), +(602,377,l), +(589,493,o), +(477,554,o), +(315,554,cs), +(124,554,o), +(19,479,o), +(19,368,cs), +(19,251,o), +(92,211,o), +(299,192,cs), +(379,186,o), +(401,181,o), +(401,155,cs), +(401,131,o), +(374,119,o), +(322,119,cs), +(258,119,o), +(225,137,o), +(219,174,c), +(1,174,l), +(11,60,o), +(113,-10,o), +(311,-10,cs) +); +} +); +width = 622; +}, +{ +anchors = ( +{ +name = bottom; +pos = (82,0); +}, +{ +name = top; +pos = (164,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(153,-10,o), +(204,41,o), +(204,144,cs), +(204,200,o), +(182,229,o), +(137,279,cs), +(110,311,o), +(78,344,o), +(78,393,cs), +(78,457,o), +(111,498,o), +(160,498,cs), +(216,498,o), +(232,461,o), +(219,366,c), +(246,366,l), +(265,469,o), +(235,526,o), +(164,526,cs), +(95,526,o), +(49,470,o), +(49,389,cs), +(49,343,o), +(69,304,o), +(114,258,cs), +(158,212,o), +(175,183,o), +(175,141,cs), +(175,65,o), +(141,18,o), +(84,18,cs), +(23,18,o), +(-2,65,o), +(13,161,c), +(-14,161,l), +(-34,51,o), +(2,-10,o), +(82,-10,cs) +); +} +); +width = 242; +}, +{ +anchors = ( +{ +name = bottom; +pos = (168,0); +}, +{ +name = top; +pos = (242,541); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (179,0); +}, +{ +name = top; +pos = (253,541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,-10,o), +(359,37,o), +(378,137,cs), +(400,251,o), +(345,292,o), +(273,334,cs), +(227,361,o), +(209,374,o), +(210,402,cs), +(211,424,o), +(221,442,o), +(243,442,cs), +(273,442,o), +(274,421,o), +(268,377,c), +(418,377,l), +(430,481,o), +(374,551,o), +(237,551,cs), +(140,551,o), +(64,508,o), +(45,405,cs), +(28,316,o), +(73,263,o), +(139,222,cs), +(182,195,o), +(210,186,o), +(206,142,cs), +(204,119,o), +(198,102,o), +(174,102,cs), +(146,102,o), +(141,126,o), +(150,169,c), +(-7,169,l), +(-20,62,o), +(35,-10,o), +(175,-10,cs) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(307,-10,o), +(372,78,o), +(372,179,cs), +(372,265,o), +(323,298,o), +(262,334,cs), +(215,362,o), +(199,372,o), +(199,400,cs), +(199,420,o), +(209,436,o), +(229,436,cs), +(254,436,o), +(263,413,o), +(257,377,c), +(407,377,l), +(420,479,o), +(360,551,o), +(232,551,cs), +(92,551,o), +(30,465,o), +(30,374,cs), +(30,293,o), +(80,252,o), +(128,222,cs), +(190,184,o), +(195,173,o), +(195,149,cs), +(195,122,o), +(184,109,o), +(163,109,cs), +(140,109,o), +(130,132,o), +(139,169,c), +(-18,169,l), +(-32,57,o), +(32,-10,o), +(160,-10,cs) +); +} +); +width = 399; +}, +{ +anchors = ( +{ +name = bottom; +pos = (189,0); +}, +{ +name = top; +pos = (240,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(311,-10,o), +(385,46,o), +(385,143,cs), +(385,223,o), +(336,260,o), +(236,282,cs), +(137,304,o), +(101,328,o), +(101,387,cs), +(101,453,o), +(153,494,o), +(235,494,cs), +(329,494,o), +(388,448,o), +(383,368,c), +(420,368,l), +(423,465,o), +(351,527,o), +(238,527,cs), +(133,527,o), +(65,471,o), +(65,383,cs), +(65,321,o), +(100,278,o), +(221,250,cs), +(307,230,o), +(347,207,o), +(347,140,cs), +(347,70,o), +(302,23,o), +(190,23,cs), +(96,23,o), +(32,74,o), +(38,161,c), +(3,161,l), +(-3,58,o), +(66,-10,o), +(191,-10,cs) +); +} +); +width = 437; +}, +{ +anchors = ( +{ +name = bottom; +pos = (210,0); +}, +{ +name = top; +pos = (287,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(367,-10,o), +(466,64,o), +(466,192,cs), +(466,282,o), +(415,325,o), +(301,345,cs), +(242,356,o), +(222,362,o), +(222,385,cs), +(222,409,o), +(240,422,o), +(270,422,cs), +(297,422,o), +(316,405,o), +(315,380,c), +(492,380,l), +(496,491,o), +(410,554,o), +(276,554,cs), +(125,554,o), +(27,476,o), +(27,352,cs), +(27,266,o), +(79,224,o), +(203,200,cs), +(253,190,o), +(269,185,o), +(269,164,cs), +(269,134,o), +(245,122,o), +(211,122,cs), +(172,122,o), +(151,140,o), +(153,174,c), +(-29,174,l), +(-33,64,o), +(52,-10,o), +(201,-10,cs) +); +} +); +width = 480; +}, +{ +anchors = ( +{ +name = bottom; +pos = (239,0); +}, +{ +name = top; +pos = (276,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(388,-10,o), +(468,45,o), +(468,151,cs), +(468,246,o), +(373,265,o), +(275,282,cs), +(166,300,o), +(102,315,o), +(102,381,cs), +(102,452,o), +(167,494,o), +(271,494,cs), +(389,494,o), +(461,448,o), +(466,356,c), +(505,356,l), +(505,461,o), +(416,527,o), +(276,527,cs), +(145,527,o), +(64,469,o), +(64,377,cs), +(64,289,o), +(156,268,o), +(256,250,cs), +(390,227,o), +(430,208,o), +(430,142,cs), +(430,65,o), +(366,24,o), +(250,24,cs), +(97,24,o), +(32,82,o), +(32,170,c), +(-5,170,l), +(-8,64,o), +(77,-10,o), +(242,-10,cs) +); +} +); +width = 513; +}, +{ +anchors = ( +{ +name = bottom; +pos = (284,0); +}, +{ +name = top; +pos = (336,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(499,-10,o), +(590,65,o), +(590,186,cs), +(590,287,o), +(527,319,o), +(365,344,cs), +(267,360,o), +(254,363,o), +(254,383,cs), +(254,406,o), +(277,419,o), +(310,419,cs), +(362,419,o), +(396,403,o), +(397,374,c), +(606,374,l), +(615,483,o), +(509,554,o), +(315,554,cs), +(146,554,o), +(31,486,o), +(31,359,cs), +(31,259,o), +(119,224,o), +(241,204,cs), +(344,187,o), +(365,183,o), +(365,162,cs), +(365,137,o), +(344,125,o), +(303,125,cs), +(239,125,o), +(199,140,o), +(199,179,c), +(-19,179,l), +(-24,66,o), +(88,-10,o), +(290,-10,cs) +); +} +); +width = 612; } ); unicode = 115; diff --git a/sources/MonaSans.glyphspackage/glyphs/sacute.glyph b/sources/MonaSans.glyphspackage/glyphs/sacute.glyph index c57f379a..e348a85a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/sacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/sacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = sacute; -kernLeft = s; -kernRight = s; +kernLeft = KO_s; +kernRight = KO_scaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (101,-137); ref = acutecomb; } ); -width = 421; +width = 437; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = s; }, { -pos = (191,-155); +pos = (211,-155); ref = acutecomb; } ); -width = 494; +width = 539; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = s; }, { -pos = (162,-134); +pos = (196,-129); ref = acutecomb; } ); -width = 548; +width = 640; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = s; }, { -pos = (211,-155); +pos = (185,-155); ref = acutecomb; } ); -width = 539; +width = 485; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = s; }, { -pos = (196,-129); +pos = (156,-134); ref = acutecomb; } ); -width = 628; +width = 535; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (56,-137); ref = acutecomb; } ); -width = 415; +width = 431; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,171 @@ pos = (142,-129); ref = acutecomb; } ); -width = 624; +width = 636; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (83,-156); +ref = acutecomb; +} +); +width = 288; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = s; +}, +{ +pos = (101,-137); +ref = acutecomb; +} +); +width = 401; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (191,-155); +ref = acutecomb; +} +); +width = 494; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (162,-134); +ref = acutecomb; +} +); +width = 528; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (211,-155); +ref = acutecomb; +} +); +width = 539; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = s; +}, +{ +pos = (204,-129); +ref = acutecomb; +} +); +width = 622; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = s; +}, +{ +pos = (46,-156); +ref = acutecomb; +} +); +width = 242; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = s; +}, +{ +pos = (58,-137); +ref = acutecomb; +} +); +width = 399; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = s; +}, +{ +pos = (122,-155); +ref = acutecomb; +} +); +width = 437; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = s; +}, +{ +pos = (121,-134); +ref = acutecomb; +} +); +width = 480; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = s; +}, +{ +pos = (143,-155); +ref = acutecomb; +} +); +width = 513; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = s; +}, +{ +pos = (151,-129); +ref = acutecomb; +} +); +width = 612; } ); unicode = 347; diff --git a/sources/MonaSans.glyphspackage/glyphs/scaron.glyph b/sources/MonaSans.glyphspackage/glyphs/scaron.glyph index 7dc812c8..b3d2a138 100644 --- a/sources/MonaSans.glyphspackage/glyphs/scaron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/scaron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = scaron; -kernLeft = s; -kernRight = s; +kernLeft = KO_s; +kernRight = KO_scaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-4,-137); ref = caroncomb; } ); -width = 421; +width = 437; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = s; }, { -pos = (82,-155); +pos = (90,-155); ref = caroncomb; } ); -width = 494; +width = 539; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = s; }, { -pos = (27,-134); +pos = (22,-129); ref = caroncomb; } ); -width = 548; +width = 640; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = s; }, { -pos = (90,-155); +pos = (78,-155); ref = caroncomb; } ); -width = 539; +width = 485; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = s; }, { -pos = (22,-129); +pos = (27,-134); ref = caroncomb; } ); -width = 628; +width = 535; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-45,-137); ref = caroncomb; } ); -width = 415; +width = 431; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,171 @@ pos = (-32,-129); ref = caroncomb; } ); -width = 624; +width = 636; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (10,-156); +ref = caroncomb; +} +); +width = 288; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-4,-137); +ref = caroncomb; +} +); +width = 401; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (82,-155); +ref = caroncomb; +} +); +width = 494; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (27,-134); +ref = caroncomb; +} +); +width = 528; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (90,-155); +ref = caroncomb; +} +); +width = 539; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = s; +}, +{ +pos = (30,-129); +ref = caroncomb; +} +); +width = 622; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-27,-156); +ref = caroncomb; +} +); +width = 242; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-43,-137); +ref = caroncomb; +} +); +width = 399; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = s; +}, +{ +pos = (13,-155); +ref = caroncomb; +} +); +width = 437; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-18,-134); +ref = caroncomb; +} +); +width = 480; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = s; +}, +{ +pos = (20,-155); +ref = caroncomb; +} +); +width = 513; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-23,-129); +ref = caroncomb; +} +); +width = 612; } ); unicode = 353; diff --git a/sources/MonaSans.glyphspackage/glyphs/scedilla.glyph b/sources/MonaSans.glyphspackage/glyphs/scedilla.glyph index a11bd7dc..9dc4b4ca 100644 --- a/sources/MonaSans.glyphspackage/glyphs/scedilla.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/scedilla.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = scedilla; -kernLeft = s; -kernRight = s; +kernLeft = KO_s; +kernRight = KO_scaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (9,0); ref = cedillacomb; } ); -width = 421; +width = 437; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = s; }, { -pos = (102,0); +pos = (121,0); ref = cedillacomb; } ); -width = 494; +width = 539; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = s; }, { -pos = (56,0); +pos = (88,0); ref = cedillacomb; } ); -width = 548; +width = 640; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = s; }, { -pos = (121,0); +pos = (96,0); ref = cedillacomb; } ); -width = 539; +width = 485; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = s; }, { -pos = (88,0); +pos = (56,0); ref = cedillacomb; } ); -width = 628; +width = 535; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (26,0); ref = cedillacomb; } ); -width = 415; +width = 431; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,171 @@ pos = (114,0); ref = cedillacomb; } ); -width = 624; +width = 636; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (4,0); +ref = cedillacomb; +} +); +width = 288; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = s; +}, +{ +pos = (9,0); +ref = cedillacomb; +} +); +width = 401; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (102,0); +ref = cedillacomb; +} +); +width = 494; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (56,0); +ref = cedillacomb; +} +); +width = 528; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (121,0); +ref = cedillacomb; +} +); +width = 539; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = s; +}, +{ +pos = (96,0); +ref = cedillacomb; +} +); +width = 622; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = s; +}, +{ +pos = (31,0); +ref = cedillacomb; +} +); +width = 242; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = s; +}, +{ +pos = (28,0); +ref = cedillacomb; +} +); +width = 399; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = s; +}, +{ +pos = (127,0); +ref = cedillacomb; +} +); +width = 437; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = s; +}, +{ +pos = (80,0); +ref = cedillacomb; +} +); +width = 480; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = s; +}, +{ +pos = (148,0); +ref = cedillacomb; +} +); +width = 513; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = s; +}, +{ +pos = (123,0); +ref = cedillacomb; +} +); +width = 612; } ); unicode = 351; diff --git a/sources/MonaSans.glyphspackage/glyphs/scircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/scircumflex.glyph index ef9e6206..79ad788a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/scircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/scircumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = scircumflex; -kernLeft = s; -kernRight = s; +kernLeft = KO_s; +kernRight = KO_scaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-4,-137); ref = circumflexcomb; } ); -width = 421; +width = 437; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = s; }, { -pos = (82,-155); +pos = (90,-155); ref = circumflexcomb; } ); -width = 494; +width = 539; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = s; }, { -pos = (27,-134); +pos = (22,-129); ref = circumflexcomb; } ); -width = 548; +width = 640; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = s; }, { -pos = (90,-155); +pos = (78,-155); ref = circumflexcomb; } ); -width = 539; +width = 485; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = s; }, { -pos = (22,-129); +pos = (27,-134); ref = circumflexcomb; } ); -width = 628; +width = 535; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-51,-137); ref = circumflexcomb; } ); -width = 415; +width = 431; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,171 @@ pos = (-34,-129); ref = circumflexcomb; } ); -width = 624; +width = 636; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (10,-156); +ref = circumflexcomb; +} +); +width = 288; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-4,-137); +ref = circumflexcomb; +} +); +width = 401; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (82,-155); +ref = circumflexcomb; +} +); +width = 494; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (27,-134); +ref = circumflexcomb; +} +); +width = 528; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (90,-155); +ref = circumflexcomb; +} +); +width = 539; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = s; +}, +{ +pos = (30,-129); +ref = circumflexcomb; +} +); +width = 622; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-28,-156); +ref = circumflexcomb; +} +); +width = 242; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-49,-137); +ref = circumflexcomb; +} +); +width = 399; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = s; +}, +{ +pos = (12,-155); +ref = circumflexcomb; +} +); +width = 437; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-13,-134); +ref = circumflexcomb; +} +); +width = 480; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = s; +}, +{ +pos = (20,-155); +ref = circumflexcomb; +} +); +width = 513; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-25,-129); +ref = circumflexcomb; +} +); +width = 612; } ); unicode = 349; diff --git a/sources/MonaSans.glyphspackage/glyphs/scommaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/scommaaccent.glyph index 78e101c8..07e147f4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/scommaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/scommaaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = scommaaccent; -kernLeft = s; -kernRight = s; +kernLeft = KO_s; +kernRight = KO_scaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (33,0); ref = commaaccentcomb; } ); -width = 421; +width = 437; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = s; }, { -pos = (140,0); +pos = (173,0); ref = commaaccentcomb; } ); -width = 494; +width = 539; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = s; }, { -pos = (104,0); +pos = (129,0); ref = commaaccentcomb; } ); -width = 548; +width = 640; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = s; }, { -pos = (173,0); +pos = (134,0); ref = commaaccentcomb; } ); -width = 539; +width = 485; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = s; }, { -pos = (129,0); +pos = (103,0); ref = commaaccentcomb; } ); -width = 628; +width = 535; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (53,0); ref = commaaccentcomb; } ); -width = 415; +width = 431; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,171 @@ pos = (167,0); ref = commaaccentcomb; } ); -width = 624; +width = 636; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (48,0); +ref = commaaccentcomb; +} +); +width = 288; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = s; +}, +{ +pos = (33,0); +ref = commaaccentcomb; +} +); +width = 401; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (140,0); +ref = commaaccentcomb; +} +); +width = 494; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (104,0); +ref = commaaccentcomb; +} +); +width = 528; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (173,0); +ref = commaaccentcomb; +} +); +width = 539; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = s; +}, +{ +pos = (137,0); +ref = commaaccentcomb; +} +); +width = 622; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = s; +}, +{ +pos = (62,0); +ref = commaaccentcomb; +} +); +width = 242; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = s; +}, +{ +pos = (55,0); +ref = commaaccentcomb; +} +); +width = 399; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = s; +}, +{ +pos = (161,0); +ref = commaaccentcomb; +} +); +width = 437; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = s; +}, +{ +pos = (124,0); +ref = commaaccentcomb; +} +); +width = 480; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = s; +}, +{ +pos = (201,0); +ref = commaaccentcomb; +} +); +width = 513; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = s; +}, +{ +pos = (176,0); +ref = commaaccentcomb; +} +); +width = 612; } ); unicode = 537; diff --git a/sources/MonaSans.glyphspackage/glyphs/section.glyph b/sources/MonaSans.glyphspackage/glyphs/section.glyph index 3f69aa8e..bea723d2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/section.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/section.glyph @@ -91,167 +91,335 @@ shapes = ( { closed = 1; nodes = ( -(331,-10,o), -(409,56,o), -(409,150,cs), -(409,197,o), -(391,233,o), -(358,263,c), -(396,286,o), -(421,333,o), -(421,379,cs), -(421,460,o), -(366,502,o), -(278,541,cs), -(238,558,o), -(208,572,o), -(208,602,cs), -(208,614,o), -(214,631,o), -(235,631,cs), -(258,631,o), -(267,618,o), -(270,567,c), -(425,567,l), -(425,677,o), -(349,739,o), -(236,739,cs), -(118,739,o), -(40,675,o), -(40,578,cs), -(40,537,o), -(58,496,o), -(98,468,c), -(55,441,o), -(32,397,o), -(32,354,cs), -(32,279,o), -(82,243,o), -(144,215,cs), -(224,178,o), -(239,170,o), -(239,135,cs), -(239,115,o), -(232,101,o), -(211,101,cs), -(189,101,o), -(175,120,o), -(175,168,c), -(15,168,l), -(17,61,o), -(80,-10,o), -(205,-10,cs) +(339,-10,o), +(417,56,o), +(417,150,cs), +(417,197,o), +(399,233,o), +(366,263,c), +(404,286,o), +(429,333,o), +(429,379,cs), +(429,460,o), +(374,502,o), +(286,541,cs), +(246,558,o), +(216,572,o), +(216,602,cs), +(216,614,o), +(222,631,o), +(243,631,cs), +(266,631,o), +(275,618,o), +(278,567,c), +(433,567,l), +(433,677,o), +(357,739,o), +(244,739,cs), +(126,739,o), +(48,675,o), +(48,578,cs), +(48,537,o), +(66,496,o), +(106,468,c), +(63,441,o), +(40,397,o), +(40,354,cs), +(40,279,o), +(90,243,o), +(152,215,cs), +(232,178,o), +(247,170,o), +(247,135,cs), +(247,115,o), +(240,101,o), +(219,101,cs), +(197,101,o), +(183,120,o), +(183,168,c), +(23,168,l), +(25,61,o), +(88,-10,o), +(213,-10,cs) ); }, { closed = 1; nodes = ( -(252,326,o), -(244,330,o), -(235,334,cs), -(193,354,o), -(180,367,o), -(180,389,cs), -(180,399,o), -(184,409,o), -(191,418,c), -(199,413,o), -(206,409,o), -(214,405,cs), -(245,389,o), -(268,375,o), -(268,349,cs), -(268,338,o), -(267,330,o), -(260,321,c) +(260,326,o), +(252,330,o), +(243,334,cs), +(201,354,o), +(188,367,o), +(188,389,cs), +(188,399,o), +(192,409,o), +(199,418,c), +(207,413,o), +(214,409,o), +(222,405,cs), +(253,389,o), +(276,375,o), +(276,349,cs), +(276,338,o), +(275,330,o), +(268,321,c) ); } ); -width = 442; +width = 458; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(383,-10,o), -(460,42,o), -(460,135,cs), -(460,184,o), -(443,216,o), -(414,237,c), -(449,262,o), -(470,299,o), -(470,347,cs), -(470,451,o), -(397,478,o), -(295,493,cs), -(188,508,o), -(138,532,o), -(138,601,cs), -(138,664,o), -(191,706,o), -(285,706,cs), -(371,706,o), -(429,672,o), -(434,585,c), -(470,585,l), -(467,681,o), -(400,739,o), -(284,739,cs), -(174,739,o), -(101,682,o), -(101,597,cs), -(101,549,o), -(119,518,o), -(154,496,c), -(116,471,o), -(91,429,o), -(91,385,cs), -(91,293,o), -(152,263,o), -(269,246,cs), -(377,230,o), -(422,207,o), -(422,132,cs), -(422,62,o), -(367,23,o), -(268,23,cs), -(173,23,o), -(109,63,o), -(103,149,c), -(66,149,l), -(71,53,o), -(143,-10,o), -(267,-10,cs) +(360,-10,o), +(437,42,o), +(437,135,cs), +(437,184,o), +(420,216,o), +(391,237,c), +(426,262,o), +(447,299,o), +(447,347,cs), +(447,451,o), +(374,478,o), +(272,493,cs), +(165,508,o), +(115,532,o), +(115,601,cs), +(115,664,o), +(168,706,o), +(262,706,cs), +(348,706,o), +(406,672,o), +(411,585,c), +(447,585,l), +(444,681,o), +(377,739,o), +(261,739,cs), +(151,739,o), +(78,682,o), +(78,597,cs), +(78,549,o), +(96,518,o), +(131,496,c), +(93,471,o), +(68,429,o), +(68,385,cs), +(68,293,o), +(129,263,o), +(246,246,cs), +(354,230,o), +(399,207,o), +(399,132,cs), +(399,62,o), +(344,23,o), +(245,23,cs), +(150,23,o), +(86,63,o), +(80,149,c), +(43,149,l), +(48,53,o), +(120,-10,o), +(244,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(333,267,o), +(295,275,o), +(252,281,cs), +(152,295,o), +(105,320,o), +(105,389,cs), +(105,426,o), +(127,458,o), +(163,482,c), +(190,471,o), +(225,464,o), +(266,458,cs), +(367,443,o), +(409,419,o), +(409,344,cs), +(409,306,o), +(393,278,o), +(363,253,c) +); +} +); +width = 505; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(422,-10,o), +(523,56,o), +(523,165,cs), +(523,207,o), +(507,244,o), +(475,276,c), +(509,297,o), +(532,333,o), +(532,373,cs), +(532,465,o), +(476,503,o), +(345,529,cs), +(278,542,o), +(244,550,o), +(244,576,cs), +(244,599,o), +(263,607,o), +(291,607,cs), +(323,607,o), +(342,594,o), +(343,568,c), +(531,568,l), +(521,670,o), +(432,739,o), +(297,739,cs), +(151,739,o), +(53,670,o), +(53,565,cs), +(53,521,o), +(67,485,o), +(105,457,c), +(65,429,o), +(44,392,o), +(44,348,cs), +(44,254,o), +(120,225,o), +(225,202,cs), +(310,184,o), +(329,177,o), +(329,152,cs), +(329,131,o), +(312,122,o), +(275,122,cs), +(238,122,o), +(212,136,o), +(209,171,c), +(21,171,l), +(23,63,o), +(119,-10,o), +(270,-10,cs) ); }, { closed = 1; nodes = ( -(356,267,o), -(318,275,o), -(275,281,cs), -(175,295,o), -(128,320,o), -(128,389,cs), -(128,426,o), +(325,334,o), +(300,341,o), +(269,348,cs), +(234,357,o), +(222,367,o), +(222,385,cs), +(222,391,o), +(224,399,o), +(228,407,c), +(247,401,o), +(264,396,o), +(284,391,cs), +(321,382,o), +(340,373,o), +(340,350,cs), +(340,342,o), +(339,336,o), +(335,330,c) +); +} +); +width = 565; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(378,-10,o), +(453,42,o), +(453,135,cs), +(453,184,o), +(438,216,o), +(409,237,c), +(444,262,o), +(463,299,o), +(463,347,cs), +(463,451,o), +(392,478,o), +(292,493,cs), +(187,508,o), +(139,532,o), +(139,601,cs), +(139,664,o), +(190,706,o), +(282,706,cs), +(366,706,o), +(424,672,o), +(429,585,c), +(463,585,l), +(460,681,o), +(395,739,o), +(281,739,cs), +(173,739,o), +(102,682,o), +(102,597,cs), +(102,549,o), +(120,518,o), +(153,496,c), +(117,471,o), +(92,429,o), +(92,385,cs), +(92,293,o), +(151,263,o), +(266,246,cs), +(372,230,o), +(417,207,o), +(417,132,cs), +(417,62,o), +(362,23,o), +(265,23,cs), +(172,23,o), +(110,63,o), +(104,149,c), +(67,149,l), +(72,53,o), +(144,-10,o), +(264,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(351,267,o), +(315,275,o), +(272,281,cs), +(174,295,o), +(129,320,o), +(129,389,cs), +(129,426,o), (150,458,o), -(186,482,c), -(213,471,o), -(248,464,o), -(289,458,cs), -(390,443,o), -(432,419,o), -(432,344,cs), -(432,306,o), -(416,278,o), -(386,253,c) +(185,482,c), +(212,471,o), +(247,464,o), +(286,458,cs), +(385,443,o), +(427,419,o), +(427,344,cs), +(427,306,o), +(411,278,o), +(381,253,c) ); } ); -width = 551; +width = 545; }, { background = { @@ -332,256 +500,88 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(432,-10,o), -(533,56,o), -(533,165,cs), -(533,207,o), -(517,244,o), -(485,276,c), -(519,297,o), -(542,333,o), -(542,373,cs), -(542,465,o), -(486,503,o), -(355,529,cs), -(288,542,o), -(254,550,o), -(254,576,cs), -(254,599,o), -(273,607,o), -(301,607,cs), -(333,607,o), -(352,594,o), -(353,568,c), -(541,568,l), -(531,670,o), -(442,739,o), -(307,739,cs), -(161,739,o), -(63,670,o), -(63,565,cs), -(63,521,o), -(77,485,o), -(115,457,c), -(75,429,o), -(54,392,o), -(54,348,cs), -(54,254,o), -(130,225,o), -(235,202,cs), -(320,184,o), -(339,177,o), -(339,152,cs), -(339,131,o), -(322,122,o), -(285,122,cs), -(248,122,o), -(222,136,o), -(219,171,c), -(31,171,l), -(33,63,o), -(129,-10,o), -(280,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(325,337,o), -(301,343,o), -(279,348,cs), -(244,357,o), -(232,367,o), -(232,385,cs), -(232,391,o), -(234,399,o), -(238,407,c), -(257,401,o), -(275,396,o), -(294,391,cs), -(331,382,o), -(350,373,o), -(350,350,cs), -(350,342,o), -(349,336,o), -(345,330,c) -); -} -); -width = 584; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(360,-10,o), -(437,42,o), -(437,135,cs), -(437,184,o), -(420,216,o), -(391,237,c), -(426,262,o), -(447,299,o), -(447,347,cs), -(447,451,o), -(374,478,o), -(272,493,cs), -(165,508,o), -(115,532,o), -(115,601,cs), -(115,664,o), -(168,706,o), -(262,706,cs), -(348,706,o), -(406,672,o), -(411,585,c), -(447,585,l), -(444,681,o), -(377,739,o), -(261,739,cs), -(151,739,o), -(78,682,o), -(78,597,cs), -(78,549,o), -(96,518,o), -(131,496,c), -(93,471,o), -(68,429,o), -(68,385,cs), -(68,293,o), -(129,263,o), -(246,246,cs), -(354,230,o), -(399,207,o), -(399,132,cs), -(399,62,o), -(344,23,o), -(245,23,cs), -(150,23,o), -(86,63,o), -(80,149,c), -(43,149,l), -(48,53,o), -(120,-10,o), -(244,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(333,267,o), -(295,275,o), -(252,281,cs), -(152,295,o), -(105,320,o), -(105,389,cs), -(105,426,o), -(127,458,o), -(163,482,c), -(190,471,o), -(225,464,o), -(266,458,cs), -(367,443,o), -(409,419,o), -(409,344,cs), -(409,306,o), -(393,278,o), -(363,253,c) -); -} -); -width = 505; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(416,-10,o), +(419,-10,o), (517,56,o), (517,165,cs), (517,207,o), -(501,244,o), -(469,276,c), -(503,297,o), +(502,243,o), +(470,276,c), +(504,298,o), (526,333,o), (526,373,cs), (526,465,o), -(470,503,o), -(339,529,cs), -(272,542,o), -(238,550,o), -(238,576,cs), -(238,599,o), -(257,607,o), -(285,607,cs), -(317,607,o), -(336,594,o), -(337,568,c), +(472,503,o), +(346,529,cs), +(282,542,o), +(249,550,o), +(249,576,cs), +(249,599,o), +(267,607,o), +(292,607,cs), +(321,607,o), +(338,594,o), +(339,568,c), (525,568,l), (515,670,o), -(426,739,o), -(291,739,cs), -(145,739,o), -(47,670,o), -(47,565,cs), -(47,521,o), -(61,485,o), -(99,457,c), -(59,429,o), -(38,392,o), -(38,348,cs), -(38,254,o), -(114,225,o), -(219,202,cs), -(304,184,o), -(323,177,o), -(323,152,cs), -(323,131,o), -(306,122,o), -(269,122,cs), -(232,122,o), -(206,136,o), -(203,171,c), -(15,171,l), -(17,63,o), -(113,-10,o), -(264,-10,cs) +(429,739,o), +(298,739,cs), +(156,739,o), +(60,670,o), +(60,565,cs), +(60,521,o), +(73,486,o), +(111,457,c), +(71,428,o), +(51,392,o), +(51,348,cs), +(51,254,o), +(125,225,o), +(227,202,cs), +(307,184,o), +(325,177,o), +(325,152,cs), +(325,131,o), +(310,122,o), +(276,122,cs), +(243,122,o), +(219,136,o), +(216,171,c), +(30,171,l), +(32,63,o), +(125,-10,o), +(271,-10,cs) ); }, { closed = 1; nodes = ( -(319,334,o), -(294,341,o), -(263,348,cs), -(228,357,o), -(216,367,o), -(216,385,cs), -(216,391,o), -(218,399,o), -(222,407,c), -(241,401,o), -(258,396,o), -(278,391,cs), -(315,382,o), -(334,373,o), -(334,350,cs), -(334,342,o), -(333,336,o), -(329,330,c) +(313,337,o), +(289,343,o), +(270,348,cs), +(238,357,o), +(228,367,o), +(228,385,cs), +(228,391,o), +(229,398,o), +(232,407,c), +(250,401,o), +(267,396,o), +(285,391,cs), +(318,382,o), +(336,373,o), +(336,350,cs), +(336,341,o), +(335,335,o), +(332,330,c) ); } ); -width = 553; +width = 565; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -673,83 +673,83 @@ shapes = ( { closed = 1; nodes = ( -(295,-10,o), -(385,60,o), -(385,165,cs), -(385,208,o), -(378,229,o), -(363,248,c), -(407,274,o), -(432,314,o), -(432,372,cs), -(432,457,o), -(379,491,o), -(325,522,cs), -(280,548,o), -(262,561,o), -(262,588,cs), -(262,611,o), -(272,630,o), -(295,630,cs), -(324,630,o), -(327,609,o), -(320,565,c), -(470,565,l), -(483,683,o), -(412,739,o), -(289,739,cs), -(182,739,o), -(104,672,o), -(104,585,cs), -(104,548,o), -(116,513,o), -(139,493,c), -(82,469,o), -(48,418,o), -(48,367,cs), -(48,299,o), -(89,255,o), -(141,222,cs), -(196,187,o), -(208,175,o), -(208,145,cs), -(208,122,o), -(202,102,o), -(176,102,cs), -(145,102,o), -(144,134,o), -(152,169,c), -(-5,169,l), -(-17,46,o), -(51,-10,o), -(177,-10,cs) +(303,-10,o), +(393,60,o), +(393,165,cs), +(393,208,o), +(386,229,o), +(371,248,c), +(415,274,o), +(440,314,o), +(440,372,cs), +(440,457,o), +(387,491,o), +(333,522,cs), +(288,548,o), +(270,561,o), +(270,588,cs), +(270,611,o), +(280,630,o), +(303,630,cs), +(332,630,o), +(335,609,o), +(328,565,c), +(478,565,l), +(491,683,o), +(420,739,o), +(297,739,cs), +(190,739,o), +(112,672,o), +(112,585,cs), +(112,548,o), +(124,513,o), +(147,493,c), +(90,469,o), +(56,418,o), +(56,367,cs), +(56,299,o), +(97,255,o), +(149,222,cs), +(204,187,o), +(216,175,o), +(216,145,cs), +(216,122,o), +(210,102,o), +(184,102,cs), +(153,102,o), +(152,134,o), +(160,169,c), +(3,169,l), +(-9,46,o), +(59,-10,o), +(185,-10,cs) ); }, { closed = 1; nodes = ( -(258,325,o), -(251,329,o), -(241,334,cs), -(208,351,o), -(196,364,o), -(196,383,cs), -(196,396,o), -(203,407,o), -(214,417,c), -(221,412,o), -(226,409,o), -(234,405,cs), -(262,389,o), -(282,375,o), -(277,349,cs), -(275,338,o), -(272,330,o), -(263,321,c) +(266,325,o), +(259,329,o), +(249,334,cs), +(216,351,o), +(204,364,o), +(204,383,cs), +(204,396,o), +(211,407,o), +(222,417,c), +(229,412,o), +(234,409,o), +(242,405,cs), +(270,389,o), +(290,375,o), +(285,349,cs), +(283,338,o), +(280,330,o), +(271,321,c) ); } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -1009,83 +1009,1169 @@ shapes = ( { closed = 1; nodes = ( -(389,-10,o), -(497,54,o), -(497,168,cs), -(497,199,o), -(487,231,o), -(468,256,c), -(518,278,o), -(546,322,o), -(546,372,cs), -(546,446,o), -(495,486,o), -(388,521,cs), -(329,540,o), -(297,552,o), -(297,573,cs), -(297,596,o), -(314,605,o), -(337,605,cs), -(369,605,o), -(400,594,o), -(394,558,c), -(580,558,l), -(580,672,o), -(474,737,o), -(337,737,cs), -(209,737,o), -(104,672,o), -(104,556,cs), -(104,526,o), -(114,498,o), -(138,474,c), -(85,448,o), -(54,401,o), -(54,351,cs), -(54,271,o), -(119,237,o), -(207,208,cs), -(282,182,o), -(301,175,o), -(301,155,cs), -(301,131,o), -(283,122,o), -(256,122,cs), -(215,122,o), -(183,139,o), -(185,175,c), -(-3,175,l), -(-7,54,o), -(116,-10,o), -(261,-10,cs) +(395,-10,o), +(503,54,o), +(503,168,cs), +(503,199,o), +(493,231,o), +(474,256,c), +(524,278,o), +(552,322,o), +(552,372,cs), +(552,446,o), +(501,486,o), +(394,521,cs), +(335,540,o), +(303,552,o), +(303,573,cs), +(303,596,o), +(320,605,o), +(343,605,cs), +(375,605,o), +(406,594,o), +(400,558,c), +(586,558,l), +(586,672,o), +(480,737,o), +(343,737,cs), +(215,737,o), +(110,672,o), +(110,556,cs), +(110,526,o), +(120,498,o), +(144,474,c), +(91,448,o), +(60,401,o), +(60,351,cs), +(60,271,o), +(125,237,o), +(213,208,cs), +(288,182,o), +(307,175,o), +(307,155,cs), +(307,131,o), +(289,122,o), +(262,122,cs), +(221,122,o), +(189,139,o), +(191,175,c), +(3,175,l), +(-1,54,o), +(122,-10,o), +(267,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(326,334,o), +(300,344,o), +(285,349,cs), +(251,361,o), +(242,372,o), +(245,391,cs), +(246,397,o), +(250,404,o), +(256,412,c), +(273,404,o), +(292,396,o), +(308,390,cs), +(345,376,o), +(359,364,o), +(355,345,cs), +(353,337,o), +(350,330,o), +(346,324,c) +); +} +); +width = 565; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,-10,o), +(251,35,o), +(251,117,cs), +(251,174,o), +(234,209,o), +(207,237,c), +(229,263,o), +(241,298,o), +(241,331,cs), +(241,421,o), +(204,459,o), +(154,493,cs), +(108,524,o), +(68,554,o), +(68,623,cs), +(68,675,o), +(85,710,o), +(137,710,cs), +(196,710,o), +(215,663,o), +(217,580,c), +(245,580,l), +(246,702,o), +(201,739,o), +(138,739,cs), +(81,739,o), +(39,707,o), +(39,624,cs), +(39,566,o), +(59,532,o), +(89,503,c), +(64,479,o), +(49,444,o), +(49,410,cs), +(49,329,o), +(82,290,o), +(130,257,cs), +(179,223,o), +(222,192,o), +(222,118,cs), +(222,59,o), +(197,19,o), +(143,19,cs), +(75,19,o), +(53,77,o), +(53,160,c), +(25,160,l), +(25,38,o), +(74,-10,o), +(143,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(175,264,o), +(166,271,o), +(154,279,cs), +(112,308,o), +(78,340,o), +(78,409,cs), +(78,436,o), +(90,464,o), +(110,486,c), +(117,481,o), +(123,476,o), +(130,471,cs), +(175,439,o), +(212,406,o), +(212,332,cs), +(212,303,o), +(202,276,o), +(186,255,c) +); +} +); +width = 284; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(322,-10,o), +(400,56,o), +(400,150,cs), +(400,197,o), +(382,233,o), +(349,263,c), +(387,286,o), +(412,333,o), +(412,379,cs), +(412,460,o), +(357,502,o), +(269,541,cs), +(229,558,o), +(199,572,o), +(199,602,cs), +(199,614,o), +(205,631,o), +(226,631,cs), +(249,631,o), +(258,618,o), +(261,567,c), +(416,567,l), +(416,677,o), +(340,739,o), +(227,739,cs), +(109,739,o), +(31,675,o), +(31,578,cs), +(31,537,o), +(49,496,o), +(89,468,c), +(46,441,o), +(23,397,o), +(23,354,cs), +(23,279,o), +(73,243,o), +(135,215,cs), +(215,178,o), +(230,170,o), +(230,135,cs), +(230,115,o), +(223,101,o), +(202,101,cs), +(180,101,o), +(166,120,o), +(166,168,c), +(6,168,l), +(8,61,o), +(71,-10,o), +(196,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(243,326,o), +(235,330,o), +(226,334,cs), +(184,354,o), +(171,367,o), +(171,389,cs), +(171,399,o), +(175,409,o), +(182,418,c), +(190,413,o), +(197,409,o), +(205,405,cs), +(236,389,o), +(259,375,o), +(259,349,cs), +(259,338,o), +(258,330,o), +(251,321,c) +); +} +); +width = 423; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(363,-10,o), +(440,42,o), +(440,135,cs), +(440,184,o), +(423,216,o), +(394,237,c), +(429,262,o), +(450,299,o), +(450,347,cs), +(450,451,o), +(377,478,o), +(275,493,cs), +(168,508,o), +(118,532,o), +(118,601,cs), +(118,664,o), +(171,706,o), +(265,706,cs), +(351,706,o), +(409,672,o), +(414,585,c), +(450,585,l), +(447,681,o), +(380,739,o), +(264,739,cs), +(154,739,o), +(81,682,o), +(81,597,cs), +(81,549,o), +(99,518,o), +(134,496,c), +(96,471,o), +(71,429,o), +(71,385,cs), +(71,293,o), +(132,263,o), +(249,246,cs), +(357,230,o), +(402,207,o), +(402,132,cs), +(402,62,o), +(347,23,o), +(248,23,cs), +(153,23,o), +(89,63,o), +(83,149,c), +(46,149,l), +(51,53,o), +(123,-10,o), +(247,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(336,267,o), +(298,275,o), +(255,281,cs), +(155,295,o), +(108,320,o), +(108,389,cs), +(108,426,o), +(130,458,o), +(166,482,c), +(193,471,o), +(228,464,o), +(269,458,cs), +(370,443,o), +(412,419,o), +(412,344,cs), +(412,306,o), +(396,278,o), +(366,253,c) +); +} +); +width = 511; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(451,-10,o), +(552,56,o), +(552,174,cs), +(552,279,o), +(497,326,o), +(355,344,cs), +(280,354,o), +(254,360,o), +(254,388,cs), +(254,403,o), +(262,413,o), +(275,418,c), +(163,524,l), +(100,493,o), +(63,439,o), +(63,371,cs), +(63,262,o), +(129,220,o), +(275,199,cs), +(337,190,o), +(358,186,o), +(358,157,cs), +(358,136,o), +(341,122,o), +(304,122,cs), +(267,122,o), +(241,136,o), +(238,171,c), +(50,171,l), +(51,63,o), +(148,-10,o), +(299,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(510,228,o), +(552,283,o), +(552,359,cs), +(552,464,o), +(497,511,o), +(355,529,cs), +(280,539,o), +(254,545,o), +(254,573,cs), +(254,596,o), +(273,607,o), +(301,607,cs), +(333,607,o), +(352,594,o), +(353,568,c), +(541,568,l), +(535,670,o), +(442,739,o), +(307,739,cs), +(161,739,o), +(63,666,o), +(63,556,cs), +(63,447,o), +(129,405,o), +(275,384,cs), +(337,375,o), +(358,371,o), +(358,342,cs), +(358,329,o), +(352,319,o), +(339,313,c), +(439,199,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(411,-10,o), +(512,56,o), +(512,165,cs), +(512,207,o), +(496,244,o), +(464,276,c), +(498,297,o), +(521,333,o), +(521,373,cs), +(521,465,o), +(465,503,o), +(334,529,cs), +(267,542,o), +(233,550,o), +(233,576,cs), +(233,599,o), +(252,607,o), +(280,607,cs), +(312,607,o), +(331,594,o), +(332,568,c), +(520,568,l), +(510,670,o), +(421,739,o), +(286,739,cs), +(140,739,o), +(42,670,o), +(42,565,cs), +(42,521,o), +(56,485,o), +(94,457,c), +(54,429,o), +(33,392,o), +(33,348,cs), +(33,254,o), +(109,225,o), +(214,202,cs), +(299,184,o), +(318,177,o), +(318,152,cs), +(318,131,o), +(301,122,o), +(264,122,cs), +(227,122,o), +(201,136,o), +(198,171,c), +(10,171,l), +(12,63,o), +(108,-10,o), +(259,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(304,337,o), +(280,343,o), +(258,348,cs), +(223,357,o), +(211,367,o), +(211,385,cs), +(211,391,o), +(213,399,o), +(217,407,c), +(236,401,o), +(254,396,o), +(273,391,cs), +(310,382,o), +(329,373,o), +(329,350,cs), +(329,342,o), +(328,336,o), +(324,330,c) +); +} +); +width = 542; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,-10,o), +(427,42,o), +(427,135,cs), +(427,184,o), +(410,216,o), +(381,237,c), +(416,262,o), +(437,299,o), +(437,347,cs), +(437,451,o), +(364,478,o), +(262,493,cs), +(155,508,o), +(105,532,o), +(105,601,cs), +(105,664,o), +(158,706,o), +(252,706,cs), +(338,706,o), +(396,672,o), +(401,585,c), +(437,585,l), +(434,681,o), +(367,739,o), +(251,739,cs), +(141,739,o), +(68,682,o), +(68,597,cs), +(68,549,o), +(86,518,o), +(121,496,c), +(83,471,o), +(58,429,o), +(58,385,cs), +(58,293,o), +(119,263,o), +(236,246,cs), +(344,230,o), +(389,207,o), +(389,132,cs), +(389,62,o), +(334,23,o), +(235,23,cs), +(140,23,o), +(76,63,o), +(70,149,c), +(33,149,l), +(38,53,o), +(110,-10,o), +(234,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(323,267,o), +(285,275,o), +(242,281,cs), +(142,295,o), +(95,320,o), +(95,389,cs), +(95,426,o), +(117,458,o), +(153,482,c), +(180,471,o), +(215,464,o), +(256,458,cs), +(357,443,o), +(399,419,o), +(399,344,cs), +(399,306,o), +(383,278,o), +(353,253,c) +); +} +); +width = 485; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(406,-10,o), +(507,56,o), +(507,165,cs), +(507,207,o), +(491,244,o), +(459,276,c), +(493,297,o), +(516,333,o), +(516,373,cs), +(516,465,o), +(460,503,o), +(329,529,cs), +(262,542,o), +(228,550,o), +(228,576,cs), +(228,599,o), +(247,607,o), +(275,607,cs), +(307,607,o), +(326,594,o), +(327,568,c), +(515,568,l), +(505,670,o), +(416,739,o), +(281,739,cs), +(135,739,o), +(37,670,o), +(37,565,cs), +(37,521,o), +(51,485,o), +(89,457,c), +(49,429,o), +(28,392,o), +(28,348,cs), +(28,254,o), +(104,225,o), +(209,202,cs), +(294,184,o), +(313,177,o), +(313,152,cs), +(313,131,o), +(296,122,o), +(259,122,cs), +(222,122,o), +(196,136,o), +(193,171,c), +(5,171,l), +(7,63,o), +(103,-10,o), +(254,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(309,334,o), +(284,341,o), +(253,348,cs), +(218,357,o), +(206,367,o), +(206,385,cs), +(206,391,o), +(208,399,o), +(212,407,c), +(231,401,o), +(248,396,o), +(268,391,cs), +(305,382,o), +(324,373,o), +(324,350,cs), +(324,342,o), +(323,336,o), +(319,330,c) +); +} +); +width = 533; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(164,-10,o), +(219,41,o), +(219,149,cs), +(219,179,o), +(213,202,o), +(200,223,c), +(242,255,o), +(269,297,o), +(269,365,cs), +(269,421,o), +(247,450,o), +(202,495,cs), +(175,522,o), +(143,555,o), +(143,604,cs), +(143,672,o), +(176,713,o), +(225,713,cs), +(301,713,o), +(292,639,o), +(284,582,c), +(311,582,l), +(325,650,o), +(320,742,o), +(227,742,cs), +(159,742,o), +(114,685,o), +(114,601,cs), +(114,570,o), +(122,542,o), +(142,515,c), +(94,487,o), +(64,444,o), +(64,384,cs), +(64,338,o), +(84,299,o), +(129,258,cs), +(173,217,o), +(190,188,o), +(190,146,cs), +(190,65,o), +(155,18,o), +(98,18,cs), +(16,18,o), +(18,96,o), +(28,161,c), +(1,161,l), +(-14,87,o), +(-5,-10,o), +(95,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,255,o), +(168,264,o), +(152,279,cs), +(125,306,o), +(93,339,o), +(93,388,cs), +(93,438,o), +(118,471,o), +(158,496,c), +(164,488,o), +(171,481,o), +(179,474,cs), +(223,433,o), +(240,404,o), +(240,362,cs), +(240,309,o), +(220,273,o), +(185,244,c) +); +} +); +width = 281; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(284,-10,o), +(374,60,o), +(374,165,cs), +(374,208,o), +(367,229,o), +(352,248,c), +(396,274,o), +(421,314,o), +(421,372,cs), +(421,457,o), +(368,491,o), +(314,522,cs), +(269,548,o), +(251,561,o), +(251,588,cs), +(251,611,o), +(261,630,o), +(284,630,cs), +(313,630,o), +(316,609,o), +(309,565,c), +(459,565,l), +(472,683,o), +(401,739,o), +(278,739,cs), +(171,739,o), +(93,672,o), +(93,585,cs), +(93,548,o), +(105,513,o), +(128,493,c), +(71,469,o), +(37,418,o), +(37,367,cs), +(37,299,o), +(78,255,o), +(130,222,cs), +(185,187,o), +(197,175,o), +(197,145,cs), +(197,122,o), +(191,102,o), +(165,102,cs), +(134,102,o), +(133,134,o), +(141,169,c), +(-16,169,l), +(-28,46,o), +(40,-10,o), +(166,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(247,325,o), +(240,329,o), +(230,334,cs), +(197,351,o), +(185,364,o), +(185,383,cs), +(185,396,o), +(192,407,o), +(203,417,c), +(210,412,o), +(215,409,o), +(223,405,cs), +(251,389,o), +(271,375,o), +(266,349,cs), +(264,338,o), +(261,330,o), +(252,321,c) +); +} +); +width = 412; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(336,-10,o), +(415,48,o), +(415,152,cs), +(415,183,o), +(404,207,o), +(385,225,c), +(437,253,o), +(466,297,o), +(466,353,cs), +(466,437,o), +(403,469,o), +(316,490,cs), +(228,511,o), +(181,535,o), +(181,589,cs), +(181,658,o), +(235,704,o), +(325,704,cs), +(419,704,o), +(478,658,o), +(473,583,c), +(510,583,l), +(513,675,o), +(441,737,o), +(328,737,cs), +(228,737,o), +(143,684,o), +(143,586,cs), +(143,551,o), +(154,526,o), +(179,505,c), +(127,479,o), +(92,429,o), +(92,377,cs), +(92,303,o), +(145,270,o), +(244,246,cs), +(334,224,o), +(376,201,o), +(376,147,cs), +(376,67,o), +(320,23,o), +(220,23,cs), +(116,23,o), +(52,74,o), +(58,161,c), +(23,161,l), +(17,58,o), +(86,-10,o), +(218,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(332,261,o), +(295,272,o), +(256,281,cs), +(172,300,o), +(130,325,o), +(130,378,cs), +(130,428,o), +(161,464,o), +(208,489,c), +(231,475,o), +(262,466,o), +(304,456,cs), +(389,435,o), +(427,408,o), +(427,348,cs), +(427,301,o), +(403,268,o), +(361,243,c) +); +} +); +width = 503; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(376,-10,o), +(484,54,o), +(484,168,cs), +(484,199,o), +(474,231,o), +(455,256,c), +(505,278,o), +(533,322,o), +(533,372,cs), +(533,446,o), +(482,486,o), +(375,521,cs), +(316,540,o), +(284,552,o), +(284,573,cs), +(284,596,o), +(301,605,o), +(324,605,cs), +(356,605,o), +(387,594,o), +(381,558,c), +(567,558,l), +(567,672,o), +(461,737,o), +(324,737,cs), +(196,737,o), +(91,672,o), +(91,556,cs), +(91,526,o), +(101,498,o), +(125,474,c), +(72,448,o), +(41,401,o), +(41,351,cs), +(41,271,o), +(106,237,o), +(194,208,cs), +(269,182,o), +(288,175,o), +(288,155,cs), +(288,131,o), +(270,122,o), +(243,122,cs), +(202,122,o), +(170,139,o), +(172,175,c), +(-16,175,l), +(-20,54,o), +(103,-10,o), +(248,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(307,334,o), +(281,344,o), +(266,349,cs), +(232,361,o), +(223,372,o), +(226,391,cs), +(227,397,o), +(231,404,o), +(237,412,c), +(254,404,o), +(273,396,o), +(289,390,cs), +(326,376,o), +(340,364,o), +(336,345,cs), +(334,337,o), +(331,330,o), +(327,324,c) +); +} +); +width = 526; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(328,-10,o), +(407,48,o), +(407,152,cs), +(407,183,o), +(396,207,o), +(377,225,c), +(429,253,o), +(458,297,o), +(458,353,cs), +(458,437,o), +(395,469,o), +(308,490,cs), +(220,511,o), +(173,535,o), +(173,589,cs), +(173,658,o), +(227,704,o), +(317,704,cs), +(411,704,o), +(470,658,o), +(465,583,c), +(502,583,l), +(505,675,o), +(433,737,o), +(320,737,cs), +(220,737,o), +(135,684,o), +(135,586,cs), +(135,551,o), +(146,526,o), +(171,505,c), +(119,479,o), +(84,429,o), +(84,377,cs), +(84,303,o), +(137,270,o), +(236,246,cs), +(326,224,o), +(368,201,o), +(368,147,cs), +(368,67,o), +(312,23,o), +(212,23,cs), +(108,23,o), +(44,74,o), +(50,161,c), +(15,161,l), +(9,58,o), +(78,-10,o), +(210,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(324,261,o), +(287,272,o), +(248,281,cs), +(164,300,o), +(122,325,o), +(122,378,cs), +(122,428,o), +(153,464,o), +(200,489,c), +(223,475,o), +(254,466,o), +(296,456,cs), +(381,435,o), +(419,408,o), +(419,348,cs), +(419,301,o), +(395,268,o), +(353,243,c) +); +} +); +width = 486; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(374,-10,o), +(482,54,o), +(482,168,cs), +(482,199,o), +(472,231,o), +(453,256,c), +(503,278,o), +(531,322,o), +(531,372,cs), +(531,446,o), +(480,486,o), +(373,521,cs), +(314,540,o), +(282,552,o), +(282,573,cs), +(282,596,o), +(299,605,o), +(322,605,cs), +(354,605,o), +(385,594,o), +(379,558,c), +(565,558,l), +(565,672,o), +(459,737,o), +(322,737,cs), +(194,737,o), +(89,672,o), +(89,556,cs), +(89,526,o), +(99,498,o), +(123,474,c), +(70,448,o), +(39,401,o), +(39,351,cs), +(39,271,o), +(104,237,o), +(192,208,cs), +(267,182,o), +(286,175,o), +(286,155,cs), +(286,131,o), +(268,122,o), +(241,122,cs), +(200,122,o), +(168,139,o), +(170,175,c), +(-18,175,l), +(-22,54,o), +(101,-10,o), +(246,-10,cs) ); }, { closed = 1; nodes = ( -(320,334,o), -(294,344,o), -(279,349,cs), -(245,361,o), -(236,372,o), -(239,391,cs), -(240,397,o), -(244,404,o), -(250,412,c), -(267,404,o), -(286,396,o), -(302,390,cs), -(339,376,o), -(353,364,o), -(349,345,cs), -(347,337,o), -(344,330,o), -(340,324,c) +(305,334,o), +(279,344,o), +(264,349,cs), +(230,361,o), +(221,372,o), +(224,391,cs), +(225,397,o), +(229,404,o), +(235,412,c), +(252,404,o), +(271,396,o), +(287,390,cs), +(324,376,o), +(338,364,o), +(334,345,cs), +(332,337,o), +(329,330,o), +(325,324,c) ); } ); -width = 553; +width = 523; } ); unicode = 167; diff --git a/sources/MonaSans.glyphspackage/glyphs/semicolon.glyph b/sources/MonaSans.glyphspackage/glyphs/semicolon.glyph index 7b4c906c..4e3c15b8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/semicolon.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/semicolon.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = semicolon; -kernLeft = semicolon; +kernLeft = KO_semicolon; layers = ( { background = { @@ -64,7 +64,7 @@ pos = (1,387); ref = period; } ); -width = 211; +width = 227; }, { background = { @@ -135,6 +135,762 @@ shapes = ( { closed = 1; nodes = ( +(49,-124,l), +(73,-99,o), +(107,-36,o), +(107,11,cs), +(107,39,o), +(93,51,o), +(75,51,cs), +(57,51,o), +(45,40,o), +(45,23,cs), +(45,8,o), +(55,-4,o), +(73,-4,cs), +(84,-4,o), +(92,2,o), +(94,8,c), +(89,9,l), +(87,-27,o), +(66,-77,o), +(26,-124,c) +); +}, +{ +closed = 1; +nodes = ( +(92,465,o), +(105,477,o), +(105,494,cs), +(105,511,o), +(92,523,o), +(75,523,cs), +(58,523,o), +(45,511,o), +(45,494,cs), +(45,477,o), +(58,465,o), +(75,465,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (0,473); +ref = period; +} +); +width = 146; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(135,-167,l), +(193,-117,o), +(253,-18,o), +(253,62,cs), +(253,139,o), +(205,175,o), +(132,175,cs), +(67,175,o), +(18,142,o), +(18,83,cs), +(18,32,o), +(51,-2,o), +(122,-2,cs), +(151,-2,o), +(180,6,o), +(195,18,c), +(137,18,l), +(126,-32,o), +(69,-106,o), +(4,-167,c) +); +}, +{ +closed = 1; +nodes = ( +(220,369,o), +(254,408,o), +(254,462,cs), +(254,515,o), +(220,554,o), +(136,554,cs), +(52,554,o), +(18,515,o), +(18,462,cs), +(18,408,o), +(52,369,o), +(136,369,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (2,379); +ref = period; +} +); +width = 279; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(63,-124,l), +(87,-99,o), +(121,-36,o), +(121,11,cs), +(121,39,o), +(107,51,o), +(89,51,cs), +(71,51,o), +(59,40,o), +(59,23,cs), +(59,8,o), +(69,-4,o), +(87,-4,cs), +(98,-4,o), +(106,2,o), +(108,8,c), +(103,9,l), +(101,-27,o), +(80,-77,o), +(40,-124,c) +); +}, +{ +closed = 1; +nodes = ( +(106,465,o), +(119,477,o), +(119,494,cs), +(119,511,o), +(106,523,o), +(89,523,cs), +(72,523,o), +(59,511,o), +(59,494,cs), +(59,477,o), +(72,465,o), +(89,465,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (6,461); +ref = period; +} +); +width = 210; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(95,-167,l), +(148,-119,o), +(205,-18,o), +(205,62,cs), +(205,128,o), +(163,168,o), +(107,168,cs), +(50,168,o), +(12,132,o), +(12,79,cs), +(12,31,o), +(44,-3,o), +(98,-3,cs), +(123,-3,o), +(144,4,o), +(157,15,c), +(110,15,l), +(100,-34,o), +(50,-107,o), +(-8,-167,c) +); +}, +{ +closed = 1; +nodes = ( +(162,378,o), +(200,413,o), +(200,466,cs), +(200,519,o), +(162,554,o), +(106,554,cs), +(50,554,o), +(12,519,o), +(12,466,cs), +(12,413,o), +(50,378,o), +(106,378,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (-3,356); +ref = period; +} +); +width = 289; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-22,-122,l), +(6,-99,o), +(61,-25,o), +(61,15,cs), +(61,31,o), +(51,42,o), +(35,42,cs), +(21,42,o), +(10,33,o), +(10,17,cs), +(10,3,o), +(20,-6,o), +(34,-6,cs), +(39,-6,o), +(43,-5,o), +(46,-3,c), +(41,2,l), +(31,-35,o), +(-6,-85,o), +(-45,-122,c) +); +}, +{ +closed = 1; +nodes = ( +(148,474,o), +(158,483,o), +(158,498,cs), +(158,513,o), +(148,522,o), +(134,522,cs), +(121,522,o), +(110,513,o), +(110,498,cs), +(110,483,o), +(121,474,o), +(134,474,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (100,480); +ref = period; +} +); +width = 128; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(15,-167,l), +(82,-122,o), +(173,-16,o), +(173,73,cs), +(173,128,o), +(135,164,o), +(79,164,cs), +(18,164,o), +(-23,127,o), +(-23,75,cs), +(-23,30,o), +(12,-1,o), +(59,-1,cs), +(71,-1,o), +(81,1,o), +(88,4,c), +(72,17,l), +(47,-38,o), +(-14,-108,o), +(-96,-167,c) +); +}, +{ +closed = 1; +nodes = ( +(209,377,o), +(251,414,o), +(251,469,cs), +(251,518,o), +(218,551,o), +(161,551,cs), +(98,551,o), +(56,514,o), +(56,459,cs), +(56,410,o), +(89,377,o), +(146,377,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (78,387); +ref = period; +} +); +width = 234; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-15,-124,l), +(21,-88,o), +(66,-20,o), +(66,18,cs), +(66,38,o), +(54,51,o), +(34,51,cs), +(16,51,o), +(3,40,o), +(3,20,cs), +(3,3,o), +(15,-8,o), +(33,-8,cs), +(39,-8,o), +(44,-6,o), +(48,-4,c), +(45,2,l), +(34,-35,o), +(0,-83,o), +(-39,-124,c) +); +}, +{ +closed = 1; +nodes = ( +(150,465,o), +(163,476,o), +(163,495,cs), +(163,512,o), +(151,523,o), +(134,523,cs), +(116,523,o), +(103,512,o), +(103,493,cs), +(103,476,o), +(115,465,o), +(132,465,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (99,461); +ref = period; +} +); +width = 175; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(25,-167,l), +(93,-122,o), +(184,-15,o), +(184,75,cs), +(184,131,o), +(146,167,o), +(90,167,cs), +(28,167,o), +(-13,130,o), +(-13,77,cs), +(-13,32,o), +(22,1,o), +(69,1,cs), +(82,1,o), +(92,3,o), +(99,6,c), +(83,19,l), +(57,-37,o), +(-4,-107,o), +(-87,-167,c) +); +}, +{ +closed = 1; +nodes = ( +(220,379,o), +(264,416,o), +(264,474,cs), +(264,522,o), +(228,554,o), +(174,554,cs), +(110,554,o), +(66,517,o), +(66,459,cs), +(66,411,o), +(102,379,o), +(156,379,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (84,356); +ref = period; +} +); +width = 254; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-17,-124,l), +(19,-88,o), +(64,-20,o), +(64,18,cs), +(64,38,o), +(52,51,o), +(32,51,cs), +(14,51,o), +(1,40,o), +(1,20,cs), +(1,3,o), +(13,-8,o), +(31,-8,cs), +(37,-8,o), +(42,-6,o), +(46,-4,c), +(43,2,l), +(32,-35,o), +(-2,-83,o), +(-41,-124,c) +); +}, +{ +closed = 1; +nodes = ( +(146,467,o), +(159,478,o), +(159,497,cs), +(159,514,o), +(147,525,o), +(130,525,cs), +(112,525,o), +(99,514,o), +(99,495,cs), +(99,478,o), +(111,467,o), +(128,467,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (98,473); +ref = period; +} +); +width = 148; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(76,-167,l), +(162,-106,o), +(224,-11,o), +(224,64,cs), +(224,131,o), +(182,175,o), +(105,175,cs), +(30,175,o), +(-13,137,o), +(-13,79,cs), +(-13,29,o), +(24,-4,o), +(90,-4,cs), +(107,-4,o), +(120,-2,o), +(129,1,c), +(116,22,l), +(89,-33,o), +(21,-104,o), +(-66,-167,c) +); +}, +{ +closed = 1; +nodes = ( +(256,369,o), +(302,405,o), +(302,469,cs), +(302,520,o), +(261,554,o), +(189,554,cs), +(108,554,o), +(62,518,o), +(62,454,cs), +(62,403,o), +(103,369,o), +(175,369,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (78,379); +ref = period; +} +); +width = 279; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(45,-125,l), +(69,-102,o), +(101,-37,o), +(101,8,cs), +(101,31,o), +(90,42,o), +(73,42,cs), +(58,42,o), +(47,32,o), +(47,17,cs), +(47,2,o), +(57,-7,o), +(72,-7,cs), +(79,-7,o), +(83,-6,o), +(88,-2,c), +(81,0,l), +(79,-37,o), +(55,-87,o), +(22,-125,c) +); +}, +{ +closed = 1; +nodes = ( +(85,473,o), +(96,483,o), +(96,497,cs), +(96,511,o), +(85,521,o), +(71,521,cs), +(57,521,o), +(46,511,o), +(46,497,cs), +(46,483,o), +(57,473,o), +(71,473,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (8,474); +ref = period; +} +); +width = 97; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(89,-167,l), +(143,-123,o), +(197,-26,o), +(197,56,cs), +(197,126,o), +(155,164,o), +(100,164,cs), +(45,164,o), +(5,129,o), +(5,77,cs), +(5,27,o), +(40,-5,o), +(88,-5,cs), +(98,-5,o), +(112,-4,o), +(123,1,c), +(109,14,l), +(100,-37,o), +(59,-103,o), +(-11,-167,c) +); +}, +{ +closed = 1; +nodes = ( +(156,377,o), +(197,409,o), +(197,464,cs), +(197,519,o), +(156,551,o), +(101,551,cs), +(46,551,o), +(5,519,o), +(5,464,cs), +(5,409,o), +(46,377,o), +(101,377,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +anchor = top; +ref = comma; +}, +{ +alignment = 1; +anchor = top; +pos = (-5,369); +ref = period; +} +); +width = 200; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( (63,-124,l), (87,-99,o), (121,-36,o), @@ -176,15 +932,15 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; anchor = top; ref = comma; }, { -alignment = 1; +alignment = -1; anchor = top; pos = (6,473); ref = period; @@ -239,21 +995,21 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; anchor = top; ref = comma; }, { -alignment = 1; +alignment = -1; anchor = top; -pos = (0,384); +pos = (9,384); ref = period; } ); -width = 241; +width = 233; }, { background = { @@ -302,21 +1058,21 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; anchor = top; ref = comma; }, { -alignment = 1; +alignment = -1; anchor = top; pos = (0,473); ref = period; } ); -width = 146; +width = 123; }, { background = { @@ -365,7 +1121,7 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = 1; @@ -375,11 +1131,11 @@ ref = comma; { alignment = 1; anchor = top; -pos = (2,379); +pos = (6,338); ref = period; } ); -width = 267; +width = 297; }, { background = { @@ -428,7 +1184,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -438,11 +1194,11 @@ ref = comma; { alignment = 1; anchor = top; -pos = (100,480); +pos = (109,474); ref = period; } ); -width = 128; +width = 88; }, { background = { @@ -491,7 +1247,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -501,11 +1257,11 @@ ref = comma; { alignment = 1; anchor = top; -pos = (78,387); +pos = (78,369); ref = period; } ); -width = 218; +width = 208; }, { background = { @@ -554,7 +1310,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -564,11 +1320,11 @@ ref = comma; { alignment = 1; anchor = top; -pos = (100,473); +pos = (99,463); ref = period; } ); -width = 175; +width = 127; }, { background = { @@ -617,7 +1373,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -627,11 +1383,11 @@ ref = comma; { alignment = 1; anchor = top; -pos = (80,385); +pos = (79,350); ref = period; } ); -width = 247; +width = 229; }, { background = { @@ -639,48 +1395,48 @@ shapes = ( { closed = 1; nodes = ( -(-17,-124,l), -(19,-88,o), -(64,-20,o), -(64,18,cs), -(64,38,o), -(52,51,o), -(32,51,cs), -(14,51,o), -(1,40,o), -(1,20,cs), -(1,3,o), -(13,-8,o), -(31,-8,cs), -(37,-8,o), -(42,-6,o), -(46,-4,c), -(43,2,l), -(32,-35,o), -(-2,-83,o), -(-41,-124,c) +(-15,-124,l), +(21,-88,o), +(66,-20,o), +(66,18,cs), +(66,38,o), +(54,51,o), +(34,51,cs), +(16,51,o), +(3,40,o), +(3,20,cs), +(3,3,o), +(15,-8,o), +(33,-8,cs), +(39,-8,o), +(44,-6,o), +(48,-4,c), +(45,2,l), +(34,-35,o), +(0,-83,o), +(-39,-124,c) ); }, { closed = 1; nodes = ( -(146,467,o), -(159,478,o), -(159,497,cs), -(159,514,o), -(147,525,o), -(130,525,cs), -(112,525,o), -(99,514,o), -(99,495,cs), -(99,478,o), -(111,467,o), -(128,467,cs) +(148,467,o), +(161,478,o), +(161,497,cs), +(161,514,o), +(149,525,o), +(132,525,cs), +(114,525,o), +(101,514,o), +(101,495,cs), +(101,478,o), +(113,467,o), +(130,467,cs) ); } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -690,11 +1446,11 @@ ref = comma; { alignment = 1; anchor = top; -pos = (98,473); +pos = (97,465); ref = period; } ); -width = 148; +width = 128; }, { background = { @@ -702,48 +1458,48 @@ shapes = ( { closed = 1; nodes = ( -(76,-167,l), -(162,-106,o), -(224,-11,o), -(224,64,cs), -(224,131,o), -(182,175,o), -(105,175,cs), -(30,175,o), -(-13,137,o), -(-13,79,cs), -(-13,29,o), -(24,-4,o), -(90,-4,cs), -(107,-4,o), -(120,-2,o), -(129,1,c), -(116,22,l), -(89,-33,o), -(21,-104,o), -(-66,-167,c) +(79,-167,l), +(165,-106,o), +(227,-11,o), +(227,64,cs), +(227,131,o), +(185,175,o), +(108,175,cs), +(33,175,o), +(-10,137,o), +(-10,79,cs), +(-10,29,o), +(27,-4,o), +(93,-4,cs), +(110,-4,o), +(123,-2,o), +(132,1,c), +(119,22,l), +(92,-33,o), +(24,-104,o), +(-63,-167,c) ); }, { closed = 1; nodes = ( -(256,369,o), -(302,405,o), -(302,469,cs), -(302,520,o), -(261,554,o), -(189,554,cs), -(108,554,o), -(62,518,o), -(62,454,cs), -(62,403,o), -(103,369,o), -(175,369,cs) +(259,369,o), +(305,405,o), +(305,469,cs), +(305,520,o), +(264,554,o), +(192,554,cs), +(111,554,o), +(65,518,o), +(65,454,cs), +(65,403,o), +(106,369,o), +(178,369,cs) ); } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -753,11 +1509,11 @@ ref = comma; { alignment = 1; anchor = top; -pos = (78,379); +pos = (77,364); ref = period; } ); -width = 267; +width = 280; } ); metricLeft = comma; diff --git a/sources/MonaSans.glyphspackage/glyphs/semicolon.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/semicolon.ss01.glyph index 886ffa03..c6d29e81 100644 --- a/sources/MonaSans.glyphspackage/glyphs/semicolon.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/semicolon.ss01.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = semicolon.ss01; -kernLeft = colon.ss01; +kernLeft = KO_colon.ss01; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -17,7 +17,7 @@ pos = (-1,367); ref = period.ss01; } ); -width = 206; +width = 222; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -29,14 +29,14 @@ ref = comma.ss01; { alignment = 1; anchor = top; -pos = (0,462); +pos = (0,466); ref = period.ss01; } ); width = 122; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; @@ -45,14 +45,14 @@ ref = comma.ss01; { alignment = 1; anchor = top; -pos = (-2,456); +pos = (0,456); ref = period.ss01; } ); -width = 162; +width = 137; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; @@ -61,14 +61,14 @@ ref = comma.ss01; { alignment = 1; anchor = top; -pos = (-1,380); +pos = (-1,370); ref = period.ss01; } ); -width = 254; +width = 284; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; @@ -77,14 +77,14 @@ ref = comma.ss01; { alignment = 1; anchor = top; -pos = (0,456); +pos = (-2,456); ref = period.ss01; } ); -width = 137; +width = 163; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; @@ -93,11 +93,11 @@ ref = comma.ss01; { alignment = 1; anchor = top; -pos = (-1,380); +pos = (-3,370); ref = period.ss01; } ); -width = 272; +width = 247; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -109,7 +109,7 @@ ref = comma.ss01; { alignment = 1; anchor = top; -pos = (95,462); +pos = (96,464); ref = period.ss01; } ); @@ -129,7 +129,7 @@ pos = (74,367); ref = period.ss01; } ); -width = 203; +width = 222; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -141,7 +141,7 @@ ref = comma.ss01; { alignment = 1; anchor = top; -pos = (94,456); +pos = (96,456); ref = period.ss01; } ); @@ -157,7 +157,7 @@ ref = comma.ss01; { alignment = 1; anchor = top; -pos = (77,380); +pos = (76,370); ref = period.ss01; } ); @@ -173,11 +173,11 @@ ref = comma.ss01; { alignment = 1; anchor = top; -pos = (94,456); +pos = (96,457); ref = period.ss01; } ); -width = 136; +width = 137; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -189,11 +189,203 @@ ref = comma.ss01; { alignment = 1; anchor = top; -pos = (76,380); +pos = (72,369); +ref = period.ss01; +} +); +width = 280; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +}, +{ +alignment = -1; +anchor = top; +pos = (0,462); +ref = period.ss01; +} +); +width = 122; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (10,366); +ref = period.ss01; +} +); +width = 196; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +}, +{ +alignment = -1; +anchor = top; +pos = (-2,456); +ref = period.ss01; +} +); +width = 162; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +}, +{ +alignment = -1; +anchor = top; +pos = (-1,380); +ref = period.ss01; +} +); +width = 234; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +}, +{ +alignment = -1; +anchor = top; +pos = (0,456); +ref = period.ss01; +} +); +width = 137; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = comma.ss01; +}, +{ +alignment = -1; +anchor = top; +pos = (-1,380); +ref = period.ss01; +} +); +width = 272; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (95,462); +ref = period.ss01; +} +); +width = 75; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (79,366); +ref = period.ss01; +} +); +width = 192; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (96,453); +ref = period.ss01; +} +); +width = 120; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (83,369); +ref = period.ss01; +} +); +width = 211; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (93,454); +ref = period.ss01; +} +); +width = 123; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = comma.ss01; +}, +{ +alignment = 1; +anchor = top; +pos = (80,369); ref = period.ss01; } ); -width = 268; +width = 251; } ); metricLeft = comma; diff --git a/sources/MonaSans.glyphspackage/glyphs/seven.blackC_ircled.glyph b/sources/MonaSans.glyphspackage/glyphs/seven.blackC_ircled.glyph index 3d53cc68..5002cf9a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/seven.blackC_ircled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/seven.blackC_ircled.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); background = { @@ -53,40 +53,40 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) ); }, { closed = 1; nodes = ( -(299,306,o), -(330,387,o), -(376,480,c), -(307,480,l), -(307,415,l), -(215,415,l), -(215,582,l), -(490,582,l), -(490,497,l), -(432,364,o), -(412,315,o), -(412,149,c), -(301,149,l) +(307,306,o), +(338,387,o), +(384,480,c), +(315,480,l), +(315,415,l), +(223,415,l), +(223,582,l), +(498,582,l), +(498,497,l), +(440,364,o), +(420,315,o), +(420,149,c), +(309,149,l) ); } ); -width = 706; +width = 722; }, { anchors = ( @@ -134,51 +134,1239 @@ nodes = ( } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(317,286,o), +(350,405,o), +(415,553,c), +(276,553,l), +(276,456,l), +(250,456,l), +(250,581,l), +(447,581,l), +(447,556,l), +(371,386,o), +(348,273,o), +(348,148,c), +(317,148,l) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = center; +pos = (442,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(406,293,o), +(476,426,o), +(570,540,c), +(310,540,l), +(310,444,l), +(280,444,l), +(280,570,l), +(611,570,l), +(611,545,l), +(513,427,o), +(443,288,o), +(422,137,c), +(384,137,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(402,306,o), +(472,439,o), +(566,553,c), +(306,553,l), +(306,457,l), +(276,457,l), +(276,583,l), +(607,583,l), +(607,558,l), +(509,440,o), +(439,301,o), +(418,150,c), +(380,150,l) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = center; +pos = (436,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(341,252,o), +(397,368,o), +(472,455,c), +(354,455,l), +(354,393,l), +(244,393,l), +(244,572,l), +(621,572,l), +(621,476,l), +(554,392,o), +(486,253,o), +(474,139,c), +(328,139,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(345,266,o), +(401,382,o), +(476,469,c), +(358,469,l), +(358,407,l), +(248,407,l), +(248,586,l), +(625,586,l), +(625,490,l), +(558,406,o), +(490,267,o), +(478,153,c), +(332,153,l) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = center; +pos = (431,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(392,315,o), +(461,429,o), +(536,539,c), +(323,539,l), +(323,445,l), +(294,445,l), +(294,570,l), +(577,570,l), +(577,546,l), +(499,431,o), +(429,322,o), +(429,137,c), +(392,137,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(387,327,o), +(454,441,o), +(529,551,c), +(320,551,l), +(320,457,l), +(291,457,l), +(291,582,l), +(568,582,l), +(568,558,l), +(492,443,o), +(424,334,o), +(424,149,c), +(387,149,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +112, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +617, +32 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +354, +33 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +459, +37 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +105, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +610, +36 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +298, +35 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +409, +43 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-19, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-19, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +anchors = ( +{ +name = center; +pos = (418,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(349,293,o), +(400,395,o), +(446,459,c), +(357,459,l), +(357,397,l), +(256,397,l), +(256,570,l), +(597,570,l), +(597,476,l), +(531,384,o), +(486,306,o), +(486,137,c), +(349,137,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(341,307,o), +(390,409,o), +(435,473,c), +(350,473,l), +(350,411,l), +(250,411,l), +(250,584,l), +(584,584,l), +(584,490,l), +(520,398,o), +(476,320,o), +(476,151,c), +(341,151,l) +); +} +); +width = 834; +}, +{ +anchors = ( +{ +name = center; +pos = (386,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(355,275,o), +(388,394,o), +(453,542,c), +(314,542,l), +(314,445,l), +(288,445,l), +(288,570,l), +(485,570,l), +(485,545,l), +(409,375,o), +(386,262,o), +(386,137,c), +(355,137,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(354,286,o), +(387,405,o), +(452,553,c), +(313,553,l), +(313,456,l), +(287,456,l), +(287,581,l), +(484,581,l), +(484,556,l), +(408,386,o), +(385,273,o), +(385,148,c), +(354,148,l) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = center; +pos = (393,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(332,294,o), +(363,375,o), +(409,468,c), +(340,468,l), +(340,403,l), +(248,403,l), +(248,570,l), +(523,570,l), +(523,485,l), +(468,359,o), +(445,307,o), +(445,137,c), +(334,137,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(339,306,o), +(370,387,o), +(416,480,c), +(347,480,l), +(347,415,l), +(255,415,l), +(255,582,l), +(530,582,l), +(530,497,l), +(472,364,o), +(452,315,o), +(452,149,c), +(341,149,l) +); +} +); +width = 747; +}, +{ +anchors = ( +{ +name = center; +pos = (467.5,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(424,315,o), +(493,429,o), +(568,539,c), +(355,539,l), +(355,445,l), +(326,445,l), +(326,570,l), +(609,570,l), +(609,546,l), +(531,431,o), +(461,322,o), +(461,137,c), +(424,137,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(424,327,o), +(493,441,o), +(568,551,c), +(355,551,l), +(355,457,l), +(326,457,l), +(326,582,l), +(609,582,l), +(609,558,l), +(531,443,o), +(461,334,o), +(461,149,c), +(424,149,l) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = center; +pos = (455.5,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(377,293,o), +(428,395,o), +(474,459,c), +(385,459,l), +(385,397,l), +(284,397,l), +(284,570,l), +(625,570,l), +(625,476,l), +(559,384,o), +(514,306,o), +(514,137,c), +(377,137,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(378,307,o), +(429,409,o), +(475,473,c), +(386,473,l), +(386,411,l), +(285,411,l), +(285,584,l), +(626,584,l), +(626,490,l), +(560,398,o), +(515,320,o), +(515,151,c), +(378,151,l) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = center; +pos = (473,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(437,293,o), +(507,426,o), +(601,540,c), +(341,540,l), +(341,444,l), +(311,444,l), +(311,570,l), +(642,570,l), +(642,545,l), +(544,427,o), +(474,288,o), +(453,137,c), +(415,137,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(433,306,o), +(503,439,o), +(597,553,c), +(337,553,l), +(337,457,l), +(307,457,l), +(307,583,l), +(638,583,l), +(638,558,l), +(540,440,o), +(470,301,o), +(449,150,c), +(411,150,l) +); +} +); +width = 903; +}, +{ +anchors = ( +{ +name = center; +pos = (465,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,252,o), +(426,368,o), +(501,455,c), +(383,455,l), +(383,393,l), +(273,393,l), +(273,572,l), +(650,572,l), +(650,476,l), +(583,392,o), +(515,253,o), +(503,139,c), +(357,139,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(374,266,o), +(430,382,o), +(505,469,c), +(387,469,l), +(387,407,l), +(277,407,l), +(277,586,l), +(654,586,l), +(654,490,l), +(587,406,o), +(519,267,o), +(507,153,c), +(361,153,l) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = center; +pos = (329,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(318,275,o), +(351,394,o), +(416,542,c), +(277,542,l), +(277,445,l), +(251,445,l), +(251,570,l), +(448,570,l), +(448,545,l), +(372,375,o), +(349,262,o), +(349,137,c), +(318,137,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(297,286,o), +(330,405,o), +(395,553,c), +(256,553,l), +(256,456,l), +(230,456,l), +(230,581,l), +(427,581,l), +(427,556,l), +(351,386,o), +(328,273,o), +(328,148,c), +(297,148,l) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(300,294,o), +(331,375,o), +(377,468,c), +(308,468,l), +(308,403,l), +(216,403,l), +(216,570,l), +(491,570,l), +(491,485,l), +(436,359,o), +(413,307,o), +(413,137,c), +(302,137,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) ); }, { closed = 1; nodes = ( -(317,286,o), -(350,405,o), -(415,553,c), -(276,553,l), -(276,456,l), -(250,456,l), -(250,581,l), -(447,581,l), -(447,556,l), -(371,386,o), -(348,273,o), -(348,148,c), -(317,148,l) +(289,306,o), +(320,387,o), +(366,480,c), +(297,480,l), +(297,415,l), +(205,415,l), +(205,582,l), +(480,582,l), +(480,497,l), +(422,364,o), +(402,315,o), +(402,149,c), +(291,149,l) ); } ); -width = 698; +width = 686; }, { anchors = ( { name = center; -pos = (435.5,363); +pos = (416,363); } ); background = { @@ -220,41 +1408,41 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) ); }, { closed = 1; nodes = ( -(392,327,o), -(461,441,o), -(536,551,c), -(323,551,l), -(323,457,l), -(294,457,l), -(294,582,l), -(577,582,l), -(577,558,l), -(499,443,o), -(429,334,o), -(429,149,c), -(392,149,l) +(372,327,o), +(441,441,o), +(516,551,c), +(303,551,l), +(303,457,l), +(274,457,l), +(274,582,l), +(557,582,l), +(557,558,l), +(479,443,o), +(409,334,o), +(409,149,c), +(372,149,l) ); } ); @@ -414,13 +1602,13 @@ type = Stem; } ); }; -width = 871; +width = 831; }, { anchors = ( { name = center; -pos = (427.5,365); +pos = (407,365); } ); background = { @@ -462,51 +1650,51 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) ); }, { closed = 1; nodes = ( -(350,307,o), -(401,409,o), -(447,473,c), -(358,473,l), -(358,411,l), -(257,411,l), -(257,584,l), -(598,584,l), -(598,490,l), -(532,398,o), -(487,320,o), -(487,151,c), -(350,151,l) +(329,307,o), +(380,409,o), +(426,473,c), +(337,473,l), +(337,411,l), +(236,411,l), +(236,584,l), +(577,584,l), +(577,490,l), +(511,398,o), +(466,320,o), +(466,151,c), +(329,151,l) ); } ); -width = 855; +width = 813; }, { anchors = ( { name = center; -pos = (442,363); +pos = (432,363); } ); background = { @@ -548,51 +1736,51 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) ); }, { closed = 1; nodes = ( -(402,306,o), -(472,439,o), -(566,553,c), -(306,553,l), -(306,457,l), -(276,457,l), -(276,583,l), -(607,583,l), -(607,558,l), -(509,440,o), -(439,301,o), -(418,150,c), -(380,150,l) +(392,306,o), +(462,439,o), +(556,553,c), +(296,553,l), +(296,457,l), +(266,457,l), +(266,583,l), +(597,583,l), +(597,558,l), +(499,440,o), +(429,301,o), +(408,150,c), +(370,150,l) ); } ); -width = 884; +width = 864; }, { anchors = ( { name = center; -pos = (430,364); +pos = (420,364); } ); background = { @@ -634,51 +1822,51 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) ); }, { closed = 1; nodes = ( -(339,266,o), -(395,382,o), -(470,469,c), -(352,469,l), -(352,407,l), -(242,407,l), -(242,586,l), -(619,586,l), -(619,490,l), -(552,406,o), -(484,267,o), -(472,153,c), -(326,153,l) +(329,266,o), +(385,382,o), +(460,469,c), +(342,469,l), +(342,407,l), +(232,407,l), +(232,586,l), +(609,586,l), +(609,490,l), +(542,406,o), +(474,267,o), +(462,153,c), +(316,153,l) ); } ); -width = 860; +width = 840; }, { anchors = ( { name = center; -pos = (386,365); +pos = (363,365); } ); background = { @@ -720,51 +1908,51 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) ); }, { closed = 1; nodes = ( -(354,286,o), -(387,405,o), -(452,553,c), -(313,553,l), -(313,456,l), -(287,456,l), -(287,581,l), -(484,581,l), -(484,556,l), -(408,386,o), -(385,273,o), -(385,148,c), -(354,148,l) +(331,286,o), +(364,405,o), +(429,553,c), +(290,553,l), +(290,456,l), +(264,456,l), +(264,581,l), +(461,581,l), +(461,556,l), +(385,386,o), +(362,273,o), +(362,148,c), +(331,148,l) ); } ); -width = 727; +width = 681; }, { anchors = ( { name = center; -pos = (385,366); +pos = (374,366); } ); background = { @@ -806,51 +1994,51 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) ); }, { closed = 1; nodes = ( -(331,306,o), -(362,387,o), -(408,480,c), -(339,480,l), -(339,415,l), -(247,415,l), -(247,582,l), -(522,582,l), -(522,497,l), -(464,364,o), -(444,315,o), -(444,149,c), -(333,149,l) +(320,306,o), +(351,387,o), +(397,480,c), +(328,480,l), +(328,415,l), +(236,415,l), +(236,582,l), +(511,582,l), +(511,497,l), +(453,364,o), +(433,315,o), +(433,149,c), +(322,149,l) ); } ); -width = 731; +width = 709; }, { anchors = ( { name = center; -pos = (467.5,363); +pos = (444,363); } ); background = { @@ -892,51 +2080,51 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) ); }, { closed = 1; nodes = ( -(424,327,o), -(493,441,o), -(568,551,c), -(355,551,l), -(355,457,l), -(326,457,l), -(326,582,l), -(609,582,l), -(609,558,l), -(531,443,o), -(461,334,o), -(461,149,c), -(424,149,l) +(400,327,o), +(469,441,o), +(544,551,c), +(331,551,l), +(331,457,l), +(302,457,l), +(302,582,l), +(585,582,l), +(585,558,l), +(507,443,o), +(437,334,o), +(437,149,c), +(400,149,l) ); } ); -width = 891; +width = 843; }, { anchors = ( { name = center; -pos = (455.5,365); +pos = (427,365); } ); background = { @@ -978,51 +2166,51 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) ); }, { closed = 1; nodes = ( -(378,307,o), -(429,409,o), -(475,473,c), -(386,473,l), -(386,411,l), -(285,411,l), -(285,584,l), -(626,584,l), -(626,490,l), -(560,398,o), -(515,320,o), -(515,151,c), -(378,151,l) +(349,307,o), +(400,409,o), +(446,473,c), +(357,473,l), +(357,411,l), +(256,411,l), +(256,584,l), +(597,584,l), +(597,490,l), +(531,398,o), +(486,320,o), +(486,151,c), +(349,151,l) ); } ); -width = 873; +width = 815; }, { anchors = ( { name = center; -pos = (473,363); +pos = (463,363); } ); background = { @@ -1064,51 +2252,51 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) ); }, { closed = 1; nodes = ( -(433,306,o), -(503,439,o), -(597,553,c), -(337,553,l), -(337,457,l), -(307,457,l), -(307,583,l), -(638,583,l), -(638,558,l), -(540,440,o), -(470,301,o), -(449,150,c), -(411,150,l) +(423,306,o), +(493,439,o), +(587,553,c), +(327,553,l), +(327,457,l), +(297,457,l), +(297,583,l), +(628,583,l), +(628,558,l), +(530,440,o), +(460,301,o), +(439,150,c), +(401,150,l) ); } ); -width = 903; +width = 883; }, { anchors = ( { name = center; -pos = (459,364); +pos = (444,364); } ); background = { @@ -1150,45 +2338,45 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) ); }, { closed = 1; nodes = ( -(368,266,o), -(424,382,o), -(499,469,c), -(381,469,l), -(381,407,l), -(271,407,l), -(271,586,l), -(648,586,l), -(648,490,l), -(581,406,o), -(513,267,o), -(501,153,c), -(355,153,l) +(353,266,o), +(409,382,o), +(484,469,c), +(366,469,l), +(366,407,l), +(256,407,l), +(256,586,l), +(633,586,l), +(633,490,l), +(566,406,o), +(498,267,o), +(486,153,c), +(340,153,l) ); } ); -width = 880; +width = 850; } ); metricLeft = one.circled; diff --git a/sources/MonaSans.glyphspackage/glyphs/seven.circled.glyph b/sources/MonaSans.glyphspackage/glyphs/seven.circled.glyph index 6afc9a60..7738ec73 100644 --- a/sources/MonaSans.glyphspackage/glyphs/seven.circled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/seven.circled.glyph @@ -154,7 +154,879 @@ weight = -450; width = 50; }; }; -width = 706; +width = 722; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(422,137,l), +(443,288,o), +(513,427,o), +(611,545,c), +(611,570,l), +(280,570,l), +(280,444,l), +(310,444,l), +(310,540,l), +(570,540,l), +(476,426,o), +(406,293,o), +(384,137,c) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (250,190); +ref = seveninferior; +} +); +width = 884; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(474,139,l), +(486,253,o), +(554,392,o), +(621,476,c), +(621,572,l), +(244,572,l), +(244,393,l), +(354,393,l), +(354,455,l), +(472,455,l), +(397,368,o), +(341,252,o), +(328,139,c) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (229,193); +ref = seveninferior; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(429,137,l), +(429,322,o), +(499,431,o), +(577,546,c), +(577,570,l), +(294,570,l), +(294,445,l), +(323,445,l), +(323,539,l), +(536,539,l), +(461,429,o), +(392,315,o), +(392,137,c) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (249,189); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -50; +width = 55; +}; +}; +width = 858; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,137,l), +(486,306,o), +(531,384,o), +(597,476,c), +(597,570,l), +(256,570,l), +(256,397,l), +(357,397,l), +(357,459,l), +(446,459,l), +(400,395,o), +(349,293,o), +(349,137,c) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (230,191); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 834; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(386,137,l), +(386,262,o), +(409,375,o), +(485,545,c), +(485,570,l), +(288,570,l), +(288,445,l), +(314,445,l), +(314,542,l), +(453,542,l), +(388,394,o), +(355,275,o), +(355,137,c) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +pos = (272,188); +ref = seveninferior; +} +); +width = 727; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(445,137,l), +(445,307,o), +(468,359,o), +(523,485,c), +(523,570,l), +(248,570,l), +(248,403,l), +(340,403,l), +(340,468,l), +(409,468,l), +(363,375,o), +(332,294,o), +(334,137,c) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +pos = (233,189); +ref = seveninferior; +} +); +width = 747; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(461,137,l), +(461,322,o), +(531,431,o), +(609,546,c), +(609,570,l), +(326,570,l), +(326,445,l), +(355,445,l), +(355,539,l), +(568,539,l), +(493,429,o), +(424,315,o), +(424,137,c) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = master01; +pos = (272,186); +ref = seveninferior; +} +); +width = 891; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(514,137,l), +(514,306,o), +(559,384,o), +(625,476,c), +(625,570,l), +(284,570,l), +(284,397,l), +(385,397,l), +(385,459,l), +(474,459,l), +(428,395,o), +(377,293,o), +(377,137,c) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +pos = (253,188); +ref = seveninferior; +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(453,137,l), +(474,288,o), +(544,427,o), +(642,545,c), +(642,570,l), +(311,570,l), +(311,444,l), +(341,444,l), +(341,540,l), +(601,540,l), +(507,426,o), +(437,293,o), +(415,137,c) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (266,186); +ref = seveninferior; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,67,o), +(151,181,o), +(151,364,cs), +(151,547,o), +(279,661,o), +(459,661,cs), +(640,661,o), +(767,547,o), +(767,364,cs), +(767,181,o), +(640,67,o), +(459,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(503,139,l), +(515,253,o), +(583,392,o), +(650,476,c), +(650,572,l), +(273,572,l), +(273,393,l), +(383,393,l), +(383,455,l), +(501,455,l), +(426,368,o), +(370,252,o), +(357,139,c) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (248,187); +ref = seveninferior; +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(349,137,l), +(349,262,o), +(372,375,o), +(448,545,c), +(448,570,l), +(251,570,l), +(251,445,l), +(277,445,l), +(277,542,l), +(416,542,l), +(351,394,o), +(318,275,o), +(318,137,c) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (225,188); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 658; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(413,137,l), +(413,307,o), +(436,359,o), +(491,485,c), +(491,570,l), +(216,570,l), +(216,403,l), +(308,403,l), +(308,468,l), +(377,468,l), +(331,375,o), +(300,294,o), +(302,137,c) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (200,189); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 686; }, { background = { @@ -213,7 +1085,7 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { alignment = 1; @@ -231,7 +1103,7 @@ weight = -50; width = 55; }; }; -width = 871; +width = 831; }, { background = { @@ -290,13 +1162,14 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (232,191); ref = seveninferior; } @@ -308,7 +1181,7 @@ weight = -450; width = 50; }; }; -width = 855; +width = 825; }, { background = { @@ -367,7 +1240,7 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { alignment = 1; @@ -378,7 +1251,7 @@ pos = (250,190); ref = seveninferior; } ); -width = 884; +width = 864; }, { background = { @@ -437,18 +1310,18 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -pos = (230,193); +pos = (229,193); ref = seveninferior; } ); -width = 860; +width = 840; }, { background = { @@ -507,7 +1380,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -515,11 +1388,11 @@ ref = whiteCircle; }, { masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (272,188); +pos = (249,188); ref = seveninferior; } ); -width = 727; +width = 681; }, { background = { @@ -578,7 +1451,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -586,11 +1459,11 @@ ref = whiteCircle; }, { masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (233,189); +pos = (214,189); ref = seveninferior; } ); -width = 731; +width = 709; }, { background = { @@ -649,7 +1522,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -657,11 +1530,11 @@ ref = whiteCircle; }, { masterId = master01; -pos = (285,189); +pos = (272,186); ref = seveninferior; } ); -width = 891; +width = 843; }, { background = { @@ -720,7 +1593,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -728,11 +1601,11 @@ ref = whiteCircle; }, { masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (260,191); +pos = (253,188); ref = seveninferior; } ); -width = 873; +width = 815; }, { background = { @@ -791,7 +1664,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -799,11 +1672,11 @@ ref = whiteCircle; }, { masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (281,190); +pos = (271,190); ref = seveninferior; } ); -width = 903; +width = 883; }, { background = { @@ -862,7 +1735,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -870,11 +1743,11 @@ ref = whiteCircle; }, { masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (259,193); +pos = (237,193); ref = seveninferior; } ); -width = 880; +width = 850; } ); metricLeft = one.sansSerifCircled; diff --git a/sources/MonaSans.glyphspackage/glyphs/seven.dnom.glyph b/sources/MonaSans.glyphspackage/glyphs/seven.dnom.glyph index 70739109..19317054 100644 --- a/sources/MonaSans.glyphspackage/glyphs/seven.dnom.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/seven.dnom.glyph @@ -7,19 +7,19 @@ shapes = ( { closed = 1; nodes = ( -(191,0,l), -(191,142,o), -(207,182,o), -(257,298,c), -(257,375,l), -(14,375,l), -(14,228,l), -(98,228,l), -(98,282,l), -(153,282,l), -(115,205,o), -(87,139,o), -(89,0,c) +(199,0,l), +(199,142,o), +(215,182,o), +(265,298,c), +(265,375,l), +(22,375,l), +(22,228,l), +(106,228,l), +(106,282,l), +(161,282,l), +(123,205,o), +(95,139,o), +(97,0,c) ); } ); @@ -30,7 +30,7 @@ weight = -400; width = 52; }; }; -width = 268; +width = 284; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -64,24 +64,86 @@ width = 55; width = 206; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,0,l), +(176,138,o), +(241,267,o), +(330,374,c), +(330,397,l), +(26,397,l), +(26,281,l), +(54,281,l), +(54,368,l), +(291,368,l), +(206,266,o), +(141,142,o), +(121,0,c) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 344; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(218,0,l), +(230,100,o), +(292,221,o), +(354,293,c), +(354,375,l), +(18,375,l), +(18,221,l), +(112,221,l), +(112,276,l), +(227,276,l), +(158,199,o), +(107,98,o), +(95,0,c) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 362; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(164,0,l), -(164,169,o), -(228,270,o), -(300,375,c), -(300,397,l), -(40,397,l), -(40,283,l), -(67,283,l), -(67,369,l), -(262,369,l), -(189,262,o), -(130,159,o), -(130,0,c) +(163,0,l), +(163,169,o), +(227,270,o), +(297,375,c), +(297,397,l), +(43,397,l), +(43,283,l), +(68,283,l), +(68,369,l), +(259,369,l), +(188,262,o), +(131,159,o), +(131,0,c) ); } ); @@ -150,27 +212,27 @@ type = Stem; } ); }; -width = 327; +width = 326; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(230,0,l), -(230,145,o), -(270,212,o), -(331,293,c), -(331,375,l), -(25,375,l), -(25,224,l), -(114,224,l), -(114,277,l), -(197,277,l), -(155,223,o), -(109,134,o), -(109,0,c) +(223,0,l), +(223,145,o), +(259,212,o), +(317,293,c), +(317,375,l), +(24,375,l), +(24,224,l), +(112,224,l), +(112,277,l), +(184,277,l), +(146,223,o), +(103,134,o), +(103,0,c) ); } ); @@ -181,69 +243,7 @@ weight = -370; width = 54; }; }; -width = 348; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,0,l), -(176,138,o), -(241,267,o), -(330,374,c), -(330,397,l), -(26,397,l), -(26,281,l), -(54,281,l), -(54,368,l), -(291,368,l), -(206,266,o), -(141,142,o), -(121,0,c) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 344; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(212,0,l), -(224,100,o), -(286,221,o), -(348,293,c), -(348,375,l), -(12,375,l), -(12,221,l), -(106,221,l), -(106,276,l), -(221,276,l), -(152,199,o), -(101,98,o), -(89,0,c) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 350; +width = 332; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -282,19 +282,19 @@ shapes = ( { closed = 1; nodes = ( -(135,0,l), -(163,147,o), -(196,200,o), -(260,298,c), -(277,375,l), -(36,375,l), -(5,228,l), -(89,228,l), -(99,282,l), -(160,282,l), -(89,191,o), -(53,98,o), -(35,0,c) +(143,0,l), +(171,147,o), +(204,200,o), +(268,298,c), +(285,375,l), +(44,375,l), +(13,228,l), +(97,228,l), +(107,282,l), +(168,282,l), +(97,191,o), +(61,98,o), +(43,0,c) ); } ); @@ -305,7 +305,7 @@ weight = -400; width = 52; }; }; -width = 266; +width = 282; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -406,19 +406,449 @@ shapes = ( { closed = 1; nodes = ( -(180,0,l), -(200,106,o), -(250,197,o), -(359,288,c), -(377,375,l), -(33,375,l), -(1,221,l), -(94,221,l), -(105,273,l), -(216,273,l), -(153,224,o), -(82,141,o), -(55,0,c) +(186,0,l), +(206,106,o), +(256,197,o), +(365,288,c), +(383,375,l), +(39,375,l), +(7,221,l), +(100,221,l), +(111,273,l), +(222,273,l), +(159,224,o), +(88,141,o), +(61,0,c) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 370; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(97,0,l), +(97,116,o), +(118,218,o), +(188,375,c), +(188,397,l), +(7,397,l), +(7,283,l), +(31,283,l), +(31,371,l), +(158,371,l), +(105,250,o), +(69,137,o), +(69,0,c) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 188; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,0,l), +(182,142,o), +(198,182,o), +(248,298,c), +(248,375,l), +(5,375,l), +(5,228,l), +(89,228,l), +(89,282,l), +(144,282,l), +(106,205,o), +(78,139,o), +(80,0,c) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 252; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(144,0,l), +(144,169,o), +(208,270,o), +(280,375,c), +(280,397,l), +(20,397,l), +(20,283,l), +(47,283,l), +(47,369,l), +(242,369,l), +(169,262,o), +(110,159,o), +(110,0,c) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 282; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(209,0,l), +(209,145,o), +(249,212,o), +(310,293,c), +(310,375,l), +(4,375,l), +(4,224,l), +(93,224,l), +(93,277,l), +(176,277,l), +(134,223,o), +(88,134,o), +(88,0,c) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 310; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,0,l), +(166,138,o), +(231,267,o), +(320,374,c), +(320,397,l), +(16,397,l), +(16,281,l), +(44,281,l), +(44,368,l), +(281,368,l), +(196,266,o), +(131,142,o), +(111,0,c) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 329; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,0,l), +(214,100,o), +(276,221,o), +(338,293,c), +(338,375,l), +(2,375,l), +(2,221,l), +(96,221,l), +(96,276,l), +(211,276,l), +(142,199,o), +(91,98,o), +(79,0,c) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 335; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(29,0,l), +(52,114,o), +(95,220,o), +(197,375,c), +(202,397,l), +(23,397,l), +(-1,283,l), +(22,283,l), +(41,371,l), +(167,371,l), +(89,249,o), +(30,137,o), +(0,0,c) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 158; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(124,0,l), +(152,147,o), +(185,200,o), +(249,298,c), +(266,375,l), +(25,375,l), +(-6,228,l), +(78,228,l), +(88,282,l), +(149,282,l), +(78,191,o), +(42,98,o), +(24,0,c) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 244; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(83,0,l), +(127,134,o), +(192,251,o), +(294,368,c), +(301,397,l), +(45,397,l), +(21,283,l), +(48,283,l), +(65,368,l), +(262,368,l), +(175,272,o), +(98,151,o), +(49,0,c) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 277; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(134,0,l), +(176,135,o), +(242,217,o), +(307,294,c), +(324,375,l), +(18,375,l), +(-14,224,l), +(75,224,l), +(86,277,l), +(182,277,l), +(116,211,o), +(50,101,o), +(16,0,c) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 292; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(97,0,l), +(136,120,o), +(214,247,o), +(345,373,c), +(350,397,l), +(45,397,l), +(21,281,l), +(49,281,l), +(67,368,l), +(303,368,l), +(200,269,o), +(110,149,o), +(61,0,c) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 325; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,0,l), +(188,106,o), +(238,197,o), +(347,288,c), +(365,375,l), +(21,375,l), +(-11,221,l), +(82,221,l), +(93,273,l), +(204,273,l), +(141,224,o), +(70,141,o), +(43,0,c) ); } ); @@ -429,7 +859,7 @@ weight = -390; width = 54; }; }; -width = 358; +width = 334; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/seven.glyph b/sources/MonaSans.glyphspackage/glyphs/seven.glyph index 46be3db4..11100908 100644 --- a/sources/MonaSans.glyphspackage/glyphs/seven.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/seven.glyph @@ -1,7 +1,7 @@ { glyphname = seven; -kernLeft = seven; -kernRight = seven; +kernLeft = KO_seven; +kernRight = KO_seven; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -11,21 +11,22 @@ closed = 1; nodes = ( (344,0,l), (344,277,o), -(378,363,o), -(476,589,c), -(476,729,l), -(16,729,l), -(16,450,l), -(169,450,l), -(169,561,l), -(287,561,l), -(210,403,o), -(156,268,o), -(160,0,c) +(375,362,o), +(460,588,c), +(460,729,l), +(24,729,l), +(24,451,l), +(177,451,l), +(177,561,l), +(351,561,l), +(293,605,l), +(214,425,o), +(155,292,o), +(159,0,c) ); } ); -width = 490; +width = 481; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -33,23 +34,472 @@ shapes = ( { closed = 1; nodes = ( -(161,0,l), -(161,201,o), -(199,405,o), -(333,702,c), -(333,729,l), +(158,0,l), +(158,201,o), +(195,404,o), +(323,702,c), +(323,729,l), (17,729,l), -(17,529,l), -(47,529,l), +(17,530,l), +(47,530,l), (47,699,l), -(295,699,l), -(196,467,o), -(126,253,o), -(126,0,c) +(299,699,l), +(290,707,l), +(192,472,o), +(123,256,o), +(123,0,c) +); +} +); +width = 328; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(281,0,l), +(281,216,o), +(344,443,o), +(570,696,c), +(570,721,l), +(25,721,l), +(25,524,l), +(57,524,l), +(57,690,l), +(525,690,l), +(332,474,o), +(243,251,o), +(243,0,c) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(250,0,l), +(288,263,o), +(409,499,o), +(579,704,c), +(579,729,l), +(30,729,l), +(30,531,l), +(63,531,l), +(63,698,l), +(551,698,l), +(541,706,l), +(377,510,o), +(250,277,o), +(211,0,c) +); +} +); +width = 595; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(387,0,l), +(410,201,o), +(523,434,o), +(645,584,c), +(645,729,l), +(20,729,l), +(20,441,l), +(187,441,l), +(187,553,l), +(518,553,l), +(462,601,l), +(310,443,o), +(192,221,o), +(167,0,c) +); +} +); +width = 654; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(234,0,l), +(262,237,o), +(337,468,o), +(493,696,c), +(493,721,l), +(33,721,l), +(33,524,l), +(66,524,l), +(66,687,l), +(448,687,l), +(322,501,o), +(228,284,o), +(194,0,c) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(241,0,l), +(241,230,o), +(311,455,o), +(472,704,c), +(472,729,l), +(42,729,l), +(42,561,l), +(73,561,l), +(73,696,l), +(438,696,l), +(438,694,l), +(273,456,o), +(202,230,o), +(202,0,c) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +0 ); +type = Stem; } ); -width = 338; +}; +width = 493; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(368,0,l), +(396,265,o), +(488,432,o), +(580,582,c), +(580,721,l), +(25,721,l), +(25,445,l), +(176,445,l), +(176,555,l), +(375,555,l), +(289,438,o), +(200,265,o), +(168,0,c) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(376,0,l), +(376,209,o), +(434,395,o), +(555,583,c), +(555,729,l), +(24,729,l), +(24,471,l), +(175,471,l), +(175,556,l), +(341,557,l), +(341,548,l), +(216,400,o), +(160,217,o), +(160,0,c) +); +} +); +width = 563; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,0,l), +(145,199,o), +(227,405,o), +(421,702,c), +(427,729,l), +(114,729,l), +(73,530,l), +(101,530,l), +(138,699,l), +(397,699,l), +(389,707,l), +(241,473,o), +(125,258,o), +(69,0,c) +); +} +); +width = 335; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(297,0,l), +(351,287,o), +(419,396,o), +(546,588,c), +(576,729,l), +(119,729,l), +(61,451,l), +(213,451,l), +(235,561,l), +(442,561,l), +(397,606,l), +(242,416,o), +(155,221,o), +(114,0,c) +); +} +); +width = 502; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(200,0,l), +(266,312,o), +(420,497,o), +(592,696,c), +(597,721,l), +(151,721,l), +(111,524,l), +(143,524,l), +(178,688,l), +(541,688,l), +(374,493,o), +(225,304,o), +(160,0,c) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(194,0,l), +(271,236,o), +(392,464,o), +(591,691,c), +(600,729,l), +(143,729,l), +(101,531,l), +(135,531,l), +(169,695,l), +(570,695,l), +(561,703,l), +(391,512,o), +(247,292,o), +(152,0,c) +); +} +); +width = 535; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(337,0,l), +(401,268,o), +(522,436,o), +(656,588,c), +(685,729,l), +(124,729,l), +(65,451,l), +(218,451,l), +(241,561,l), +(528,561,l), +(476,596,l), +(326,460,o), +(190,232,o), +(134,0,c) +); +} +); +width = 611; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(227,0,l), +(307,223,o), +(461,464,o), +(720,704,c), +(726,729,l), +(128,729,l), +(86,531,l), +(118,531,l), +(153,698,l), +(688,698,l), +(679,706,l), +(463,509,o), +(285,277,o), +(186,0,c) +); +} +); +width = 645; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(376,0,l), +(418,211,o), +(519,392,o), +(731,574,c), +(763,729,l), +(114,729,l), +(54,441,l), +(219,441,l), +(242,548,l), +(575,548,l), +(514,579,l), +(375,473,o), +(213,302,o), +(152,0,c) +); +} +); +width = 678; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,0,l), +(145,201,o), +(181,405,o), +(307,702,c), +(307,729,l), +(7,729,l), +(7,531,l), +(36,531,l), +(36,699,l), +(285,699,l), +(276,707,l), +(180,472,o), +(112,256,o), +(112,0,c) +); +} +); +width = 304; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(317,0,l), +(317,178,o), +(357,398,o), +(422,590,c), +(422,729,l), +(7,729,l), +(7,453,l), +(159,453,l), +(159,563,l), +(315,563,l), +(257,609,l), +(174,429,o), +(127,199,o), +(130,0,c) +); +} +); +width = 427; }, { background = { @@ -74,24 +524,25 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(253,0,l), -(253,316,o), -(376,507,o), -(511,704,c), -(511,729,l), -(46,729,l), -(46,530,l), -(79,530,l), -(79,696,l), -(465,696,l), -(333,500,o), -(212,307,o), -(212,0,c) +(230,0,l), +(230,316,o), +(352,507,o), +(485,704,c), +(485,729,l), +(25,729,l), +(25,532,l), +(58,532,l), +(58,696,l), +(456,696,l), +(446,704,l), +(312,505,o), +(190,312,o), +(190,0,c) ); } ); @@ -155,7 +606,7 @@ type = Stem; } ); }; -width = 541; +width = 490; }, { background = { @@ -180,28 +631,29 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(393,0,l), -(393,287,o), -(474,427,o), -(590,589,c), -(590,729,l), -(28,729,l), -(28,450,l), -(181,450,l), -(181,561,l), -(361,561,l), -(276,443,o), -(186,268,o), -(186,0,c) +(368,0,l), +(368,210,o), +(430,395,o), +(562,580,c), +(562,729,l), +(7,729,l), +(7,453,l), +(158,453,l), +(158,553,l), +(411,553,l), +(359,597,l), +(226,436,o), +(153,222,o), +(153,0,c) ); } ); -width = 609; +width = 564; }, { background = { @@ -226,100 +678,104 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(250,0,l), -(287,263,o), -(409,500,o), -(579,704,c), -(579,729,l), -(30,729,l), -(30,530,l), -(63,530,l), -(63,698,l), -(533,698,l), -(372,504,o), -(249,273,o), -(210,0,c) +(242,0,l), +(280,263,o), +(404,500,o), +(577,704,c), +(577,729,l), +(20,729,l), +(20,532,l), +(52,532,l), +(52,698,l), +(549,698,l), +(539,706,l), +(372,511,o), +(243,277,o), +(203,0,c) ); } ); -width = 595; +width = 588; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(380,0,l), -(404,201,o), -(517,435,o), -(638,585,c), -(638,729,l), -(14,729,l), -(14,441,l), -(181,441,l), -(181,553,l), -(413,553,l), -(282,401,o), -(184,200,o), -(161,0,c) +(388,0,l), +(410,197,o), +(522,425,o), +(641,571,c), +(641,729,l), +(4,729,l), +(4,444,l), +(174,444,l), +(174,550,l), +(510,550,l), +(455,597,l), +(301,441,o), +(179,220,o), +(154,0,c) ); } ); width = 641; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(103,0,l), -(145,199,o), -(227,406,o), -(421,702,c), -(427,729,l), -(114,729,l), -(73,529,l), -(101,529,l), -(138,699,l), -(383,699,l), -(238,468,o), -(123,255,o), -(69,0,c) +(80,0,l), +(122,199,o), +(204,405,o), +(398,702,c), +(404,729,l), +(91,729,l), +(50,530,l), +(78,530,l), +(115,699,l), +(374,699,l), +(366,707,l), +(218,473,o), +(102,258,o), +(46,0,c) ); } ); -width = 335; +width = 289; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(288,0,l), -(343,286,o), -(411,397,o), -(537,589,c), -(567,729,l), -(111,729,l), -(53,450,l), -(204,450,l), -(227,561,l), -(354,561,l), -(221,385,o), -(144,203,o), -(106,0,c) +(281,0,l), +(322,221,o), +(383,367,o), +(527,588,c), +(557,729,l), +(100,729,l), +(42,451,l), +(194,451,l), +(216,561,l), +(423,561,l), +(368,596,l), +(213,416,o), +(126,221,o), +(85,0,c) ); } ); -width = 486; +width = 464; }, { background = { @@ -344,100 +800,104 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(194,0,l), -(271,236,o), -(391,464,o), -(591,691,c), -(600,729,l), -(143,729,l), -(101,530,l), -(135,530,l), -(169,695,l), -(553,695,l), -(386,507,o), -(246,287,o), -(152,0,c) +(184,0,l), +(242,246,o), +(364,474,o), +(577,691,c), +(586,729,l), +(119,729,l), +(77,531,l), +(111,531,l), +(145,695,l), +(556,695,l), +(547,703,l), +(364,522,o), +(218,302,o), +(142,0,c) ); } ); -width = 534; +width = 497; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(319,0,l), -(403,268,o), -(531,437,o), -(655,589,c), -(685,729,l), -(123,729,l), -(65,450,l), -(217,450,l), -(241,561,l), -(442,561,l), -(313,424,o), -(186,212,o), -(116,0,c) +(300,0,l), +(371,273,o), +(493,425,o), +(622,564,c), +(656,729,l), +(95,729,l), +(36,451,l), +(189,451,l), +(212,561,l), +(499,561,l), +(442,583,l), +(293,457,o), +(152,242,o), +(87,0,c) ); } ); -width = 610; +width = 553; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(197,0,l), -(275,223,o), -(423,464,o), -(670,704,c), -(676,729,l), -(127,729,l), -(86,530,l), -(118,530,l), -(153,698,l), -(620,698,l), -(419,504,o), -(251,273,o), -(156,0,c) +(201,0,l), +(283,223,o), +(440,464,o), +(705,704,c), +(711,729,l), +(118,729,l), +(76,531,l), +(108,531,l), +(143,698,l), +(673,698,l), +(664,706,l), +(442,509,o), +(262,277,o), +(162,0,c) ); } ); -width = 595; +width = 620; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(366,0,l), -(408,210,o), -(507,392,o), -(714,575,c), -(746,729,l), -(108,729,l), -(48,441,l), -(212,441,l), -(236,548,l), -(459,548,l), -(334,441,o), -(197,274,o), -(143,0,c) +(354,0,l), +(393,196,o), +(492,377,o), +(700,559,c), +(734,729,l), +(95,729,l), +(35,441,l), +(200,441,l), +(223,548,l), +(544,548,l), +(479,564,l), +(344,458,o), +(184,287,o), +(126,0,c) ); } ); -width = 655; +width = 635; } ); unicode = 55; diff --git a/sources/MonaSans.glyphspackage/glyphs/seven.numr.glyph b/sources/MonaSans.glyphspackage/glyphs/seven.numr.glyph index b9c174b5..13261d60 100644 --- a/sources/MonaSans.glyphspackage/glyphs/seven.numr.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/seven.numr.glyph @@ -1,7 +1,6 @@ { color = 6; glyphname = seven.numr; -kernRight = seven.numr; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -18,7 +17,7 @@ weight = -400; width = 52; }; }; -width = 268; +width = 284; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -38,7 +37,41 @@ width = 55; width = 206; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,333); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 344; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,354); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 362; +}, +{ +layerId = m019; shapes = ( { pos = (0,332); @@ -112,10 +145,10 @@ type = Stem; } ); }; -width = 327; +width = 326; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { pos = (0,354); @@ -131,10 +164,243 @@ width = 54; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.dnom; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.dnom; }; -width = 348; +width = 332; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (69,333); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 204; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (73,354); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 282; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (69,332); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 325; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (73,354); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 350; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (69,333); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 345; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (73,354); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 370; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +pos = (0,333); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 188; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,354); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 252; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +pos = (0,332); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.dnom; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 282; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (0,354); +ref = seven.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.dnom; +}; +width = 322; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { pos = (0,333); @@ -148,10 +414,10 @@ weight = -35; width = 55; }; }; -width = 344; +width = 329; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { pos = (0,354); @@ -165,10 +431,10 @@ weight = -390; width = 54; }; }; -width = 350; +width = 335; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (69,333); @@ -182,10 +448,10 @@ weight = -45; width = 55; }; }; -width = 204; +width = 158; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (73,354); @@ -199,10 +465,10 @@ weight = -400; width = 52; }; }; -width = 266; +width = 244; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (69,332); @@ -216,10 +482,10 @@ weight = -40; width = 55; }; }; -width = 325; +width = 277; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (73,354); @@ -233,10 +499,10 @@ weight = -370; width = 54; }; }; -width = 350; +width = 292; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (69,333); @@ -250,10 +516,10 @@ weight = -35; width = 55; }; }; -width = 345; +width = 325; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (73,354); @@ -267,7 +533,7 @@ weight = -390; width = 54; }; }; -width = 358; +width = 334; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/seven.tf.glyph b/sources/MonaSans.glyphspackage/glyphs/seven.tf.glyph index 16cc256a..7192bf69 100644 --- a/sources/MonaSans.glyphspackage/glyphs/seven.tf.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/seven.tf.glyph @@ -7,19 +7,19 @@ shapes = ( { closed = 1; nodes = ( -(342,0,l), -(342,284,o), -(381,376,o), -(475,589,c), -(475,729,l), -(13,729,l), -(13,450,l), -(166,450,l), -(166,561,l), -(285,561,l), -(208,403,o), -(154,268,o), -(158,0,c) +(346,0,l), +(346,281,o), +(385,372,o), +(478,582,c), +(478,721,l), +(21,721,l), +(21,445,l), +(172,445,l), +(172,555,l), +(290,555,l), +(214,398,o), +(160,265,o), +(164,0,c) ); } ); @@ -30,7 +30,7 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -38,19 +38,19 @@ shapes = ( { closed = 1; nodes = ( -(235,0,l), -(235,198,o), -(273,405,o), -(409,702,c), -(409,729,l), -(90,729,l), -(90,529,l), -(119,529,l), -(119,699,l), -(371,699,l), -(271,467,o), -(200,253,o), -(200,0,c) +(232,0,l), +(232,196,o), +(270,400,o), +(404,694,c), +(404,721,l), +(89,721,l), +(89,523,l), +(118,523,l), +(118,691,l), +(367,691,l), +(268,462,o), +(198,250,o), +(198,0,c) ); } ); @@ -60,27 +60,108 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(285,0,l), -(285,316,o), -(411,507,o), -(546,704,c), -(546,729,l), -(77,729,l), -(77,530,l), -(110,530,l), -(110,696,l), -(501,696,l), -(367,500,o), -(246,307,o), -(246,0,c) +(311,0,l), +(349,260,o), +(474,495,o), +(645,696,c), +(645,721,l), +(90,721,l), +(90,524,l), +(122,524,l), +(122,690,l), +(600,690,l), +(437,498,o), +(312,270,o), +(273,0,c) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 720; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(461,0,l), +(461,293,o), +(553,419,o), +(701,568,c), +(701,721,l), +(45,721,l), +(45,436,l), +(211,436,l), +(211,542,l), +(458,542,l), +(347,436,o), +(238,271,o), +(238,0,c) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(424,0,l), +(448,199,o), +(565,431,o), +(692,578,c), +(692,721,l), +(51,721,l), +(51,436,l), +(219,436,l), +(219,547,l), +(465,547,l), +(330,396,o), +(228,198,o), +(203,0,c) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(279,0,l), +(279,312,o), +(401,501,o), +(533,696,c), +(533,721,l), +(77,721,l), +(77,524,l), +(110,524,l), +(110,688,l), +(488,688,l), +(358,494,o), +(242,304,o), +(242,0,c) ); } ); @@ -148,27 +229,27 @@ type = Stem; } ); }; -width = 607; +width = 593; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(391,0,l), -(391,287,o), -(469,427,o), -(581,589,c), -(581,729,l), -(35,729,l), -(35,450,l), -(185,450,l), -(185,561,l), -(356,561,l), -(275,443,o), -(188,269,o), -(188,0,c) +(378,0,l), +(378,284,o), +(451,422,o), +(557,582,c), +(557,721,l), +(34,721,l), +(34,445,l), +(180,445,l), +(180,555,l), +(338,555,l), +(261,438,o), +(179,266,o), +(179,0,c) ); } ); @@ -179,27 +260,147 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 581; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(315,0,l), -(353,263,o), -(479,501,o), -(652,704,c), -(652,729,l), -(91,729,l), -(91,530,l), -(123,530,l), -(123,698,l), -(607,698,l), -(442,504,o), -(316,273,o), -(276,0,c) +(176,0,l), +(217,197,o), +(299,400,o), +(493,694,c), +(499,721,l), +(185,721,l), +(144,523,l), +(172,523,l), +(208,691,l), +(456,691,l), +(310,463,o), +(196,250,o), +(142,0,c) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 480; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(293,0,l), +(347,283,o), +(412,389,o), +(540,582,c), +(570,721,l), +(116,721,l), +(58,445,l), +(208,445,l), +(230,555,l), +(358,555,l), +(225,380,o), +(149,201,o), +(112,0,c) +); +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 496; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(227,0,l), +(304,234,o), +(424,459,o), +(624,683,c), +(633,721,l), +(173,721,l), +(132,524,l), +(165,524,l), +(199,687,l), +(587,687,l), +(419,500,o), +(279,284,o), +(185,0,c) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 85; +}; +}; +width = 600; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(314,0,l), +(396,265,o), +(524,435,o), +(641,582,c), +(670,721,l), +(127,721,l), +(69,445,l), +(218,445,l), +(241,555,l), +(432,555,l), +(307,419,o), +(184,210,o), +(116,0,c) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 600; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,0,l), +(333,220,o), +(486,460,o), +(738,696,c), +(744,721,l), +(181,721,l), +(140,524,l), +(172,524,l), +(206,690,l), +(692,690,l), +(486,498,o), +(312,268,o), +(216,0,c) ); } ); @@ -209,7 +410,247 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 720; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(445,208,o), +(547,388,o), +(759,568,c), +(791,721,l), +(140,721,l), +(80,436,l), +(244,436,l), +(267,542,l), +(506,542,l), +(374,434,o), +(236,271,o), +(181,0,c) +); +} +); +userData = { +RMXScaler = { +keepStroke = 80; +monoWidth = 700; +}; +}; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(212,0,l), +(212,196,o), +(250,400,o), +(384,694,c), +(384,721,l), +(69,721,l), +(69,523,l), +(98,523,l), +(98,691,l), +(347,691,l), +(248,462,o), +(178,250,o), +(178,0,c) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(329,0,l), +(329,281,o), +(368,372,o), +(461,582,c), +(461,721,l), +(4,721,l), +(4,445,l), +(155,445,l), +(155,555,l), +(273,555,l), +(197,398,o), +(143,265,o), +(147,0,c) +); +} +); +userData = { +RMXScaler = { +keepStroke = 40; +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 464; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(273,0,l), +(273,222,o), +(341,444,o), +(520,696,c), +(520,721,l), +(56,721,l), +(56,524,l), +(89,524,l), +(89,688,l), +(475,688,l), +(300,439,o), +(234,220,o), +(234,0,c) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 90; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(366,0,l), +(366,284,o), +(443,422,o), +(553,582,c), +(553,721,l), +(14,721,l), +(14,445,l), +(162,445,l), +(162,555,l), +(331,555,l), +(251,438,o), +(165,266,o), +(165,0,c) +); +} +); +userData = { +RMXScaler = { +keepStroke = 40; +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(301,0,l), +(339,260,o), +(464,495,o), +(635,696,c), +(635,721,l), +(80,721,l), +(80,524,l), +(112,524,l), +(112,690,l), +(590,690,l), +(427,498,o), +(302,270,o), +(263,0,c) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 700; }, { background = { @@ -234,24 +675,24 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(423,0,l), -(447,201,o), -(565,436,o), -(694,585,c), -(694,729,l), -(46,729,l), -(46,441,l), -(215,441,l), -(215,553,l), -(464,553,l), -(328,401,o), -(225,200,o), -(199,0,c) +(408,0,l), +(432,199,o), +(549,431,o), +(676,578,c), +(676,721,l), +(35,721,l), +(35,436,l), +(203,436,l), +(203,547,l), +(449,547,l), +(314,396,o), +(212,198,o), +(187,0,c) ); } ); @@ -260,27 +701,27 @@ RMXScaler = { monoWidth = 700; }; }; -width = 728; +width = 700; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(178,0,l), -(219,199,o), -(302,405,o), -(499,702,c), -(505,729,l), -(187,729,l), -(146,529,l), -(174,529,l), -(210,699,l), -(461,699,l), -(314,468,o), -(198,253,o), -(144,0,c) +(153,0,l), +(194,197,o), +(276,400,o), +(470,694,c), +(476,721,l), +(162,721,l), +(121,523,l), +(149,523,l), +(185,691,l), +(433,691,l), +(287,463,o), +(173,250,o), +(119,0,c) ); } ); @@ -290,27 +731,27 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 434; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(288,0,l), -(343,286,o), -(409,393,o), -(538,589,c), -(568,729,l), -(109,729,l), -(51,450,l), -(202,450,l), -(225,561,l), -(354,561,l), -(219,384,o), -(143,203,o), -(105,0,c) +(274,0,l), +(328,283,o), +(393,389,o), +(521,582,c), +(551,721,l), +(97,721,l), +(39,445,l), +(189,445,l), +(211,555,l), +(339,555,l), +(206,380,o), +(130,201,o), +(93,0,c) ); } ); @@ -320,27 +761,27 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 458; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(230,0,l), -(307,237,o), -(429,464,o), -(631,691,c), -(640,729,l), -(175,729,l), -(134,530,l), -(167,530,l), -(201,695,l), -(594,695,l), -(424,506,o), -(282,287,o), -(187,0,c) +(203,0,l), +(280,234,o), +(400,459,o), +(600,683,c), +(609,721,l), +(149,721,l), +(108,524,l), +(141,524,l), +(175,687,l), +(563,687,l), +(395,500,o), +(255,284,o), +(161,0,c) ); } ); @@ -350,27 +791,27 @@ monoWidth = 600; useSpacing = 85; }; }; -width = 607; +width = 552; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(318,0,l), -(401,268,o), -(530,440,o), -(648,589,c), -(678,729,l), -(128,729,l), -(70,450,l), -(221,450,l), -(244,561,l), -(437,561,l), -(311,424,o), -(186,212,o), -(117,0,c) +(285,0,l), +(367,265,o), +(495,435,o), +(612,582,c), +(641,721,l), +(98,721,l), +(40,445,l), +(189,445,l), +(212,555,l), +(403,555,l), +(278,419,o), +(155,210,o), +(87,0,c) ); } ); @@ -380,27 +821,27 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 542; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(258,0,l), -(337,223,o), -(492,465,o), -(746,704,c), -(753,729,l), -(183,729,l), -(142,530,l), -(174,530,l), -(208,698,l), -(700,698,l), -(492,504,o), -(316,271,o), -(218,0,c) +(245,0,l), +(323,220,o), +(476,460,o), +(728,696,c), +(734,721,l), +(171,721,l), +(130,524,l), +(162,524,l), +(196,690,l), +(682,690,l), +(476,498,o), +(302,268,o), +(206,0,c) ); } ); @@ -410,27 +851,27 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 700; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(402,0,l), -(444,210,o), -(547,392,o), -(762,575,c), -(794,729,l), -(136,729,l), -(75,441,l), -(241,441,l), -(264,548,l), -(506,548,l), -(372,439,o), -(233,274,o), -(177,0,c) +(382,0,l), +(424,208,o), +(526,388,o), +(738,568,c), +(770,721,l), +(119,721,l), +(59,436,l), +(223,436,l), +(246,542,l), +(485,542,l), +(353,434,o), +(215,271,o), +(160,0,c) ); } ); @@ -440,7 +881,7 @@ keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/seveneighths.glyph b/sources/MonaSans.glyphspackage/glyphs/seveneighths.glyph index 84b8d2b6..0fe34900 100644 --- a/sources/MonaSans.glyphspackage/glyphs/seveneighths.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/seveneighths.glyph @@ -9,15 +9,15 @@ shapes = ( ref = seven.numr; }, { -pos = (243,0); +pos = (255,0); ref = fraction; }, { -pos = (365,0); +pos = (388,0); ref = eight.dnom; } ); -width = 626; +width = 665; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,28 +26,62 @@ shapes = ( ref = seven.numr; }, { -pos = (189,0); +pos = (187,0); ref = fraction; }, { -pos = (245,0); +pos = (232,0); ref = eight.dnom; } ); -width = 516; +width = 503; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = seven.numr; }, { -pos = (286,0); +pos = (296,0); ref = fraction; }, { -pos = (390,0); +pos = (397,0); +ref = eight.dnom; +} +); +width = 812; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (317,0); +ref = fraction; +}, +{ +pos = (451,0); +ref = eight.dnom; +} +); +width = 870; +}, +{ +layerId = m019; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (303,0); +ref = fraction; +}, +{ +pos = (412,0); ref = eight.dnom; } ); @@ -55,20 +89,20 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.numr; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.numr; }; -width = 781; +width = 800; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { ref = seven.numr; }, { -pos = (315,0); +pos = (300,0); ref = fraction; }, { -pos = (462,0); +pos = (428,0); ref = eight.dnom; } ); @@ -76,78 +110,78 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.numr; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.numr; }; -width = 831; +width = 780; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { ref = seven.numr; }, { -pos = (294,0); +pos = (187,0); ref = fraction; }, { -pos = (394,0); +pos = (247,0); ref = eight.dnom; } ); -width = 809; +width = 518; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { ref = seven.numr; }, { -pos = (309,0); +pos = (267,0); ref = fraction; }, { -pos = (438,0); +pos = (420,0); ref = eight.dnom; } ); -width = 845; +width = 695; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { ref = seven.numr; }, { -pos = (187,0); +pos = (295,0); ref = fraction; }, { -pos = (248,0); +pos = (415,0); ref = eight.dnom; } ); -width = 519; +width = 806; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; shapes = ( { ref = seven.numr; }, { -pos = (243,0); +pos = (318,0); ref = fraction; }, { -pos = (376,0); +pos = (483,0); ref = eight.dnom; } ); -width = 635; +width = 856; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { ref = seven.numr; @@ -157,62 +191,243 @@ pos = (298,0); ref = fraction; }, { +pos = (402,0); +ref = eight.dnom; +} +); +width = 816; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (343,0); +ref = fraction; +}, +{ +pos = (504,0); +ref = eight.dnom; +} +); +width = 921; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (168,0); +ref = fraction; +}, +{ +pos = (204,0); +ref = eight.dnom; +} +); +width = 435; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (217,0); +ref = fraction; +}, +{ +pos = (323,0); +ref = eight.dnom; +} +); +width = 566; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (251,0); +ref = fraction; +}, +{ +pos = (323,0); +ref = eight.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.numr; +}; +width = 674; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = seven.numr; +}, +{ +alignment = -1; +pos = (289,0); +ref = fraction; +}, +{ +alignment = -1; pos = (424,0); ref = eight.dnom; } ); -width = 815; +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.numr; +}; +width = 763; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { ref = seven.numr; }, { -pos = (322,0); +pos = (284,0); ref = fraction; }, { -pos = (489,0); +pos = (371,0); ref = eight.dnom; } ); -width = 862; +width = 766; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { ref = seven.numr; }, { -pos = (301,0); +pos = (280,0); ref = fraction; }, { -pos = (414,0); +pos = (390,0); ref = eight.dnom; } ); -width = 828; +width = 777; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { ref = seven.numr; }, { +pos = (158,0); +ref = fraction; +}, +{ +pos = (172,0); +ref = eight.dnom; +} +); +width = 397; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (217,0); +ref = fraction; +}, +{ +pos = (321,0); +ref = eight.dnom; +} +); +width = 558; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (256,0); +ref = fraction; +}, +{ pos = (328,0); +ref = eight.dnom; +} +); +width = 671; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (263,0); +ref = fraction; +}, +{ +pos = (369,0); +ref = eight.dnom; +} +); +width = 684; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (283,0); +ref = fraction; +}, +{ +pos = (367,0); +ref = eight.dnom; +} +); +width = 761; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (298,0); ref = fraction; }, { -pos = (475,0); +pos = (411,0); ref = eight.dnom; } ); -width = 880; +width = 786; } ); unicode = 8542; diff --git a/sources/MonaSans.glyphspackage/glyphs/seveninferior.glyph b/sources/MonaSans.glyphspackage/glyphs/seveninferior.glyph index 9b15b43f..a427ae94 100644 --- a/sources/MonaSans.glyphspackage/glyphs/seveninferior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/seveninferior.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _center; -pos = (152,177); +pos = (160,177); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -15,19 +15,19 @@ shapes = ( { closed = 1; nodes = ( -(211,-40,l), -(211,126,o), -(231,175,o), -(289,308,c), -(289,393,l), -(14,393,l), -(14,226,l), -(106,226,l), -(106,291,l), -(175,291,l), -(129,198,o), -(98,117,o), -(100,-40,c) +(219,-40,l), +(219,126,o), +(239,175,o), +(297,308,c), +(297,393,l), +(22,393,l), +(22,226,l), +(114,226,l), +(114,291,l), +(183,291,l), +(137,198,o), +(106,117,o), +(108,-40,c) ); } ); @@ -38,7 +38,7 @@ weight = -350; width = 60; }; }; -width = 299; +width = 315; }, { anchors = ( @@ -83,29 +83,105 @@ width = 219; anchors = ( { name = _center; -pos = (182,174); +pos = (192,173); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; partSelection = { }; shapes = ( { closed = 1; nodes = ( -(175,-40,l), -(175,145,o), -(245,254,o), -(323,369,c), -(323,393,l), -(40,393,l), -(40,268,l), -(69,268,l), -(69,362,l), -(282,362,l), -(207,252,o), -(138,138,o), -(138,-40,c) +(168,-40,l), +(189,111,o), +(259,250,o), +(357,368,c), +(357,393,l), +(26,393,l), +(26,267,l), +(56,267,l), +(56,363,l), +(316,363,l), +(222,249,o), +(152,116,o), +(130,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 370; +}, +{ +anchors = ( +{ +name = _center; +pos = (207,171); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +partSelection = { +}; +shapes = ( +{ +closed = 1; +nodes = ( +(248,-40,l), +(260,74,o), +(328,213,o), +(395,297,c), +(395,393,l), +(18,393,l), +(18,214,l), +(128,214,l), +(128,276,l), +(246,276,l), +(171,189,o), +(115,73,o), +(102,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 403; +}, +{ +anchors = ( +{ +name = _center; +pos = (181,174); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(174,-40,l), +(174,145,o), +(244,254,o), +(320,369,c), +(320,393,l), +(43,393,l), +(43,268,l), +(70,268,l), +(70,362,l), +(279,362,l), +(206,252,o), +(139,138,o), +(139,-40,c) ); } ); @@ -174,113 +250,33 @@ type = Stem; } ); }; -width = 349; -}, -{ -anchors = ( -{ -name = _center; -pos = (196,174); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(255,-40,l), -(255,129,o), -(300,207,o), -(366,299,c), -(366,393,l), -(25,393,l), -(25,220,l), -(126,220,l), -(126,282,l), -(215,282,l), -(169,218,o), -(118,116,o), -(118,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 382; -}, -{ -anchors = ( -{ -name = _center; -pos = (192,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(168,-40,l), -(189,111,o), -(259,250,o), -(357,368,c), -(357,393,l), -(26,393,l), -(26,267,l), -(56,267,l), -(56,363,l), -(316,363,l), -(222,249,o), -(152,116,o), -(130,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 370; +width = 348; }, { anchors = ( { name = _center; -pos = (200.5,171); +pos = (188,174); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(242,-40,l), -(254,74,o), -(322,213,o), -(389,297,c), -(389,393,l), -(12,393,l), -(12,214,l), -(122,214,l), -(122,276,l), -(240,276,l), -(165,189,o), -(109,73,o), -(96,-40,c) +(248,-40,l), +(248,129,o), +(289,207,o), +(351,299,c), +(351,393,l), +(24,393,l), +(24,220,l), +(124,220,l), +(124,282,l), +(202,282,l), +(159,218,o), +(112,116,o), +(112,-40,c) ); } ); @@ -291,7 +287,7 @@ weight = -300; width = 60; }; }; -width = 391; +width = 365; }, { anchors = ( @@ -301,8 +297,6 @@ pos = (128,177); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -partSelection = { -}; shapes = ( { closed = 1; @@ -336,29 +330,27 @@ width = 217; anchors = ( { name = _center; -pos = (159,177); +pos = (167,177); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -partSelection = { -}; shapes = ( { closed = 1; nodes = ( -(148,-40,l), -(180,131,o), -(222,197,o), -(294,308,c), -(313,393,l), -(40,393,l), -(5,226,l), -(97,226,l), -(110,291,l), -(184,291,l), -(107,191,o), -(60,83,o), -(38,-40,c) +(156,-40,l), +(188,131,o), +(230,197,o), +(302,308,c), +(321,393,l), +(48,393,l), +(13,226,l), +(105,226,l), +(118,291,l), +(192,291,l), +(115,191,o), +(68,83,o), +(46,-40,c) ); } ); @@ -369,7 +361,7 @@ weight = -350; width = 60; }; }; -width = 298; +width = 314; }, { anchors = ( @@ -379,8 +371,6 @@ pos = (195,177); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -partSelection = { -}; shapes = ( { closed = 1; @@ -418,8 +408,6 @@ pos = (203,177); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -partSelection = { -}; shapes = ( { closed = 1; @@ -457,8 +445,6 @@ pos = (207,177); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -partSelection = { -}; shapes = ( { closed = 1; @@ -492,29 +478,529 @@ width = 371; anchors = ( { name = _center; -pos = (211,177); +pos = (217,177); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -partSelection = { +shapes = ( +{ +closed = 1; +nodes = ( +(212,-40,l), +(234,90,o), +(294,192,o), +(407,290,c), +(429,393,l), +(43,393,l), +(5,214,l), +(114,214,l), +(127,273,l), +(239,273,l), +(158,206,o), +(90,108,o), +(64,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 412; +}, +{ +anchors = ( +{ +name = _center; +pos = (104,177); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,-40,l), +(103,85,o), +(126,198,o), +(202,368,c), +(202,393,l), +(5,393,l), +(5,268,l), +(31,268,l), +(31,365,l), +(170,365,l), +(105,217,o), +(72,98,o), +(72,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 201; +}, +{ +anchors = ( +{ +name = _center; +pos = (143,177); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,-40,l), +(202,126,o), +(222,175,o), +(280,308,c), +(280,393,l), +(5,393,l), +(5,226,l), +(97,226,l), +(97,291,l), +(166,291,l), +(120,198,o), +(89,117,o), +(91,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 283; +}, +{ +anchors = ( +{ +name = _center; +pos = (162,174); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(155,-40,l), +(155,145,o), +(225,254,o), +(303,369,c), +(303,393,l), +(20,393,l), +(20,268,l), +(49,268,l), +(49,362,l), +(262,362,l), +(187,252,o), +(118,138,o), +(118,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 307; +}, +{ +anchors = ( +{ +name = _center; +pos = (175,174); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(234,-40,l), +(234,129,o), +(279,207,o), +(345,299,c), +(345,393,l), +(4,393,l), +(4,220,l), +(105,220,l), +(105,282,l), +(194,282,l), +(148,218,o), +(97,116,o), +(97,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 344; +}, +{ +anchors = ( +{ +name = _center; +pos = (182,173); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(158,-40,l), +(179,111,o), +(249,250,o), +(347,368,c), +(347,393,l), +(16,393,l), +(16,267,l), +(46,267,l), +(46,363,l), +(306,363,l), +(212,249,o), +(142,116,o), +(120,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 355; +}, +{ +anchors = ( +{ +name = _center; +pos = (191,171); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,-40,l), +(244,74,o), +(312,213,o), +(379,297,c), +(379,393,l), +(2,393,l), +(2,214,l), +(112,214,l), +(112,276,l), +(230,276,l), +(155,189,o), +(99,73,o), +(86,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; }; +}; +width = 376; +}, +{ +anchors = ( +{ +name = _center; +pos = (105,177); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(27,-40,l), +(53,87,o), +(100,200,o), +(210,368,c), +(215,393,l), +(20,393,l), +(-6,268,l), +(20,268,l), +(40,365,l), +(178,365,l), +(92,232,o), +(27,107,o), +(-4,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 171; +}, +{ +anchors = ( +{ +name = _center; +pos = (148,177); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,-40,l), +(169,131,o), +(211,197,o), +(283,308,c), +(302,393,l), +(29,393,l), +(-6,226,l), +(86,226,l), +(99,291,l), +(173,291,l), +(96,191,o), +(49,83,o), +(27,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 276; +}, +{ +anchors = ( +{ +name = _center; +pos = (171,177); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(86,-40,l), +(132,102,o), +(203,232,o), +(316,362,c), +(323,393,l), +(44,393,l), +(18,268,l), +(47,268,l), +(67,362,l), +(280,362,l), +(183,252,o), +(102,125,o), +(48,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 299; +}, +{ +anchors = ( +{ +name = _center; +pos = (174,177); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,-40,l), +(198,117,o), +(269,207,o), +(344,301,c), +(363,393,l), +(21,393,l), +(-15,220,l), +(86,220,l), +(99,282,l), +(202,282,l), +(129,204,o), +(56,81,o), +(16,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 326; +}, +{ +anchors = ( +{ +name = _center; +pos = (197,177); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(206,-40,l), -(228,90,o), -(288,192,o), -(401,290,c), -(423,393,l), -(37,393,l), -(-1,214,l), -(108,214,l), -(121,273,l), -(233,273,l), -(152,206,o), -(84,108,o), -(58,-40,c) +(99,-40,l), +(142,91,o), +(228,231,o), +(371,368,c), +(376,393,l), +(44,393,l), +(18,267,l), +(47,267,l), +(67,362,l), +(327,362,l), +(213,254,o), +(114,121,o), +(61,-40,c) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 351; +}, +{ +anchors = ( +{ +name = _center; +pos = (199,177); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(194,-40,l), +(216,90,o), +(276,192,o), +(389,290,c), +(411,393,l), +(25,393,l), +(-13,214,l), +(96,214,l), +(109,273,l), +(221,273,l), +(140,206,o), +(72,108,o), +(46,-40,c) ); } ); @@ -525,7 +1011,7 @@ weight = -300; width = 60; }; }; -width = 400; +width = 376; } ); unicode = 8327; diff --git a/sources/MonaSans.glyphspackage/glyphs/sevensuperior.glyph b/sources/MonaSans.glyphspackage/glyphs/sevensuperior.glyph index dc2a388c..a67fe88b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/sevensuperior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/sevensuperior.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = sevensuperior; -kernLeft = sevensuperior; +kernLeft = KO_sevensuperior; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -18,7 +18,7 @@ weight = -350; width = 60; }; }; -width = 299; +width = 315; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -38,7 +38,41 @@ width = 60; width = 219; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 370; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 403; +}, +{ +layerId = m019; shapes = ( { pos = (0,376); @@ -112,10 +146,10 @@ type = Stem; } ); }; -width = 349; +width = 348; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { pos = (0,376); @@ -131,10 +165,146 @@ width = 60; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seveninferior; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seveninferior; }; -width = 382; +width = 365; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (78,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 217; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (78,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 314; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (78,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 347; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (78,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 384; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (78,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 371; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (78,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 412; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +pos = (0,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 201; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 283; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { pos = (0,376); @@ -147,13 +317,74 @@ height = 60; weight = -25; width = 60; }; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seveninferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seveninferior; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); }; -width = 370; +width = 307; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,376); ref = seveninferior; } @@ -164,11 +395,47 @@ height = 60; weight = -300; width = 60; }; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seveninferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seveninferior; }; -width = 391; +width = 356; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +pos = (0,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 355; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +pos = (0,376); +ref = seveninferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 376; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (78,376); @@ -182,10 +449,10 @@ weight = -30; width = 60; }; }; -width = 217; +width = 171; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (78,376); @@ -199,10 +466,10 @@ weight = -350; width = 60; }; }; -width = 298; +width = 276; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (78,376); @@ -216,10 +483,10 @@ weight = -25; width = 60; }; }; -width = 347; +width = 299; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (78,376); @@ -233,10 +500,10 @@ weight = -300; width = 60; }; }; -width = 384; +width = 326; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (78,376); @@ -250,10 +517,10 @@ weight = -25; width = 60; }; }; -width = 371; +width = 351; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (78,376); @@ -267,7 +534,7 @@ weight = -300; width = 60; }; }; -width = 400; +width = 376; } ); unicode = 8311; diff --git a/sources/MonaSans.glyphspackage/glyphs/sheqel.glyph b/sources/MonaSans.glyphspackage/glyphs/sheqel.glyph index f8a788fc..5d59a6e2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/sheqel.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/sheqel.glyph @@ -43,37 +43,37 @@ shapes = ( { closed = 1; nodes = ( -(492,0,ls), -(588,0,o), -(625,53,o), -(625,133,cs), -(625,729,l), -(476,729,l), -(476,151,l), -(314,151,l), -(314,540,l), -(214,540,l), -(214,0,l) +(500,0,ls), +(596,0,o), +(633,53,o), +(633,133,cs), +(633,729,l), +(484,729,l), +(484,151,l), +(322,151,l), +(322,540,l), +(222,540,l), +(222,0,l) ); }, { closed = 1; nodes = ( -(183,0,l), -(183,578,l), -(345,578,l), -(345,189,l), -(445,189,l), -(445,596,ls), -(445,676,o), -(409,729,o), -(312,729,cs), -(34,729,l), -(34,0,l) +(191,0,l), +(191,578,l), +(353,578,l), +(353,189,l), +(453,189,l), +(453,596,ls), +(453,676,o), +(417,729,o), +(320,729,cs), +(42,729,l), +(42,0,l) ); } ); -width = 657; +width = 673; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -114,156 +114,156 @@ nodes = ( width = 595; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(620,0,ls), -(664,0,o), -(687,18,o), -(687,67,cs), -(687,729,l), -(646,729,l), -(646,37,l), -(327,37,l), -(327,571,l), -(288,571,l), -(288,0,l) +(674,0,ls), +(718,0,o), +(741,18,o), +(741,67,cs), +(741,729,l), +(703,729,l), +(703,37,l), +(329,37,l), +(329,571,l), +(291,571,l), +(291,0,l) ); }, { closed = 1; nodes = ( -(150,0,l), -(150,692,l), -(469,692,l), -(469,159,l), -(510,159,l), -(510,663,ls), -(510,712,o), -(488,729,o), -(444,729,cs), -(111,729,l), -(111,0,l) +(123,0,l), +(123,692,l), +(497,692,l), +(497,159,l), +(536,159,l), +(536,663,ls), +(536,712,o), +(514,729,o), +(470,729,cs), +(85,729,l), +(85,0,l) ); } ); -width = 797; +width = 826; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(621,0,ls), -(710,0,o), -(770,55,o), -(770,153,cs), -(770,729,l), -(609,729,l), -(609,151,l), -(400,151,l), -(400,540,l), -(271,540,l), -(271,0,l) +(677,0,ls), +(772,0,o), +(836,49,o), +(836,153,cs), +(836,729,l), +(635,729,l), +(635,165,l), +(430,165,l), +(430,528,l), +(299,528,l), +(299,0,l) ); }, { closed = 1; nodes = ( -(231,0,l), -(231,579,l), -(440,579,l), -(440,190,l), -(569,190,l), -(569,576,ls), -(569,668,o), -(527,729,o), -(420,729,cs), -(70,729,l), -(70,0,l) +(262,0,l), +(262,565,l), +(467,565,l), +(467,202,l), +(597,202,l), +(597,602,ls), +(597,678,o), +(557,729,o), +(473,729,cs), +(61,729,l), +(61,0,l) ); } ); -width = 835; +width = 893; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(674,0,ls), -(718,0,o), -(741,18,o), -(741,67,cs), -(741,729,l), -(703,729,l), -(703,37,l), -(329,37,l), -(329,571,l), -(291,571,l), -(291,0,l) +(611,0,ls), +(653,0,o), +(676,18,o), +(676,67,cs), +(676,729,l), +(637,729,l), +(637,37,l), +(324,37,l), +(324,571,l), +(285,571,l), +(285,0,l) ); }, { closed = 1; nodes = ( -(123,0,l), -(123,692,l), -(497,692,l), -(497,159,l), -(536,159,l), -(536,663,ls), -(536,712,o), -(514,729,o), -(470,729,cs), -(85,729,l), -(85,0,l) +(150,0,l), +(150,692,l), +(462,692,l), +(462,159,l), +(503,159,l), +(503,663,ls), +(503,712,o), +(481,729,o), +(439,729,cs), +(112,729,l), +(112,0,l) ); } ); -width = 826; +width = 786; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(671,0,ls), -(766,0,o), -(830,49,o), -(830,153,cs), -(830,729,l), -(629,729,l), -(629,165,l), -(424,165,l), -(424,528,l), -(293,528,l), -(293,0,l) +(605,0,ls), +(692,0,o), +(751,55,o), +(751,153,cs), +(751,729,l), +(592,729,l), +(592,151,l), +(392,151,l), +(392,540,l), +(264,540,l), +(264,0,l) ); }, { closed = 1; nodes = ( -(256,0,l), -(256,565,l), -(461,565,l), -(461,202,l), -(591,202,l), -(591,602,ls), -(591,678,o), -(551,729,o), -(467,729,cs), -(55,729,l), -(55,0,l) +(228,0,l), +(228,579,l), +(428,579,l), +(428,190,l), +(555,190,l), +(555,576,ls), +(555,668,o), +(514,729,o), +(409,729,cs), +(68,729,l), +(68,0,l) ); } ); -width = 881; +width = 814; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -309,37 +309,37 @@ shapes = ( { closed = 1; nodes = ( -(537,0,ls), -(640,0,o), -(690,53,o), -(707,133,cs), -(830,729,l), -(668,729,l), -(549,151,l), -(344,151,l), -(424,540,l), -(287,540,l), -(176,0,l) +(545,0,ls), +(648,0,o), +(698,53,o), +(715,133,cs), +(838,729,l), +(676,729,l), +(557,151,l), +(352,151,l), +(432,540,l), +(295,540,l), +(184,0,l) ); }, { closed = 1; nodes = ( -(141,0,l), -(260,578,l), -(465,578,l), -(385,189,l), -(522,189,l), -(606,596,ls), -(623,676,o), -(593,729,o), -(490,729,cs), -(129,729,l), -(-21,0,l) +(149,0,l), +(268,578,l), +(473,578,l), +(393,189,l), +(530,189,l), +(614,596,ls), +(631,676,o), +(601,729,o), +(498,729,cs), +(137,729,l), +(-13,0,l) ); } ); -width = 767; +width = 783; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -461,37 +461,529 @@ shapes = ( { closed = 1; nodes = ( -(616,0,ls), -(711,0,o), -(785,49,o), -(806,153,cs), -(925,729,l), -(724,729,l), -(608,165,l), -(403,165,l), -(478,528,l), -(347,528,l), -(238,0,l) +(622,0,ls), +(717,0,o), +(791,49,o), +(812,153,cs), +(931,729,l), +(730,729,l), +(614,165,l), +(409,165,l), +(484,528,l), +(353,528,l), +(244,0,l) +); +}, +{ +closed = 1; +nodes = ( +(207,0,l), +(324,565,l), +(529,565,l), +(453,202,l), +(583,202,l), +(666,602,ls), +(682,678,o), +(652,729,o), +(568,729,cs), +(156,729,l), +(6,0,l) +); +} +); +width = 894; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(438,0,ls), +(479,0,o), +(498,17,o), +(498,61,cs), +(498,729,l), +(466,729,l), +(466,30,l), +(226,30,l), +(226,571,l), +(194,571,l), +(194,0,l) +); +}, +{ +closed = 1; +nodes = ( +(90,0,l), +(90,699,l), +(330,699,l), +(330,158,l), +(362,158,l), +(362,668,ls), +(362,712,o), +(343,729,o), +(302,729,cs), +(58,729,l), +(58,0,l) +); +} +); +width = 555; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(593,0,ls), +(696,0,o), +(736,53,o), +(736,133,cs), +(736,729,l), +(574,729,l), +(574,151,l), +(369,151,l), +(369,540,l), +(232,540,l), +(232,0,l) +); +}, +{ +closed = 1; +nodes = ( +(197,0,l), +(197,578,l), +(402,578,l), +(402,189,l), +(539,189,l), +(539,596,ls), +(539,676,o), +(499,729,o), +(396,729,cs), +(35,729,l), +(35,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(482,0,ls), +(578,0,o), +(615,53,o), +(615,133,cs), +(615,729,l), +(466,729,l), +(466,151,l), +(304,151,l), +(304,540,l), +(204,540,l), +(204,0,l) +); +}, +{ +closed = 1; +nodes = ( +(173,0,l), +(173,578,l), +(335,578,l), +(335,189,l), +(435,189,l), +(435,596,ls), +(435,676,o), +(399,729,o), +(302,729,cs), +(24,729,l), +(24,0,l) +); +} +); +width = 637; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(596,0,ls), +(640,0,o), +(663,18,o), +(663,67,cs), +(663,729,l), +(622,729,l), +(622,37,l), +(303,37,l), +(303,571,l), +(264,571,l), +(264,0,l) +); +}, +{ +closed = 1; +nodes = ( +(126,0,l), +(126,692,l), +(445,692,l), +(445,159,l), +(486,159,l), +(486,663,ls), +(486,712,o), +(464,729,o), +(420,729,cs), +(87,729,l), +(87,0,l) +); +} +); +width = 749; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(597,0,ls), +(686,0,o), +(746,55,o), +(746,153,cs), +(746,729,l), +(585,729,l), +(585,151,l), +(376,151,l), +(376,540,l), +(247,540,l), +(247,0,l) +); +}, +{ +closed = 1; +nodes = ( +(207,0,l), +(207,579,l), +(416,579,l), +(416,190,l), +(545,190,l), +(545,576,ls), +(545,668,o), +(503,729,o), +(396,729,cs), +(46,729,l), +(46,0,l) +); +} +); +width = 787; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(664,0,ls), +(708,0,o), +(731,18,o), +(731,67,cs), +(731,729,l), +(693,729,l), +(693,37,l), +(319,37,l), +(319,571,l), +(281,571,l), +(281,0,l) +); +}, +{ +closed = 1; +nodes = ( +(113,0,l), +(113,692,l), +(487,692,l), +(487,159,l), +(526,159,l), +(526,663,ls), +(526,712,o), +(504,729,o), +(460,729,cs), +(75,729,l), +(75,0,l) +); +} +); +width = 806; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(661,0,ls), +(756,0,o), +(820,49,o), +(820,153,cs), +(820,729,l), +(619,729,l), +(619,165,l), +(414,165,l), +(414,528,l), +(283,528,l), +(283,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,0,l), +(246,565,l), +(451,565,l), +(451,202,l), +(581,202,l), +(581,602,ls), +(581,678,o), +(541,729,o), +(457,729,cs), +(45,729,l), +(45,0,l) +); +} +); +width = 861; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(382,0,ls), +(423,0,o), +(445,17,o), +(454,61,cs), +(592,729,l), +(560,729,l), +(416,30,l), +(176,30,l), +(288,571,l), +(256,571,l), +(138,0,l) +); +}, +{ +closed = 1; +nodes = ( +(34,0,l), +(178,699,l), +(418,699,l), +(306,158,l), +(338,158,l), +(444,668,ls), +(453,712,o), +(437,729,o), +(396,729,cs), +(152,729,l), +(2,0,l) +); +} +); +width = 549; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(526,0,ls), +(629,0,o), +(679,53,o), +(696,133,cs), +(819,729,l), +(657,729,l), +(538,151,l), +(333,151,l), +(413,540,l), +(276,540,l), +(165,0,l) +); +}, +{ +closed = 1; +nodes = ( +(130,0,l), +(249,578,l), +(454,578,l), +(374,189,l), +(511,189,l), +(595,596,ls), +(612,676,o), +(582,729,o), +(479,729,cs), +(118,729,l), +(-32,0,l) +); +} +); +width = 745; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(542,0,ls), +(586,0,o), +(612,18,o), +(622,67,cs), +(759,729,l), +(718,729,l), +(575,37,l), +(256,37,l), +(367,571,l), +(328,571,l), +(210,0,l) +); +}, +{ +closed = 1; +nodes = ( +(72,0,l), +(215,692,l), +(534,692,l), +(423,159,l), +(464,159,l), +(569,663,ls), +(579,712,o), +(560,729,o), +(516,729,cs), +(183,729,l), +(33,0,l) +); +} +); +width = 748; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(536,0,ls), +(625,0,o), +(696,55,o), +(716,153,cs), +(835,729,l), +(674,729,l), +(555,151,l), +(346,151,l), +(426,540,l), +(297,540,l), +(186,0,l) +); +}, +{ +closed = 1; +nodes = ( +(146,0,l), +(265,579,l), +(474,579,l), +(394,190,l), +(523,190,l), +(603,576,ls), +(622,668,o), +(592,729,o), +(485,729,cs), +(135,729,l), +(-15,0,l) +); +} +); +width = 777; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(611,0,ls), +(655,0,o), +(681,18,o), +(691,67,cs), +(828,729,l), +(790,729,l), +(647,37,l), +(273,37,l), +(384,571,l), +(346,571,l), +(228,0,l) +); +}, +{ +closed = 1; +nodes = ( +(60,0,l), +(203,692,l), +(577,692,l), +(466,159,l), +(505,159,l), +(610,663,ls), +(620,712,o), +(601,729,o), +(557,729,cs), +(172,729,l), +(22,0,l) +); +} +); +width = 806; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(601,0,ls), +(696,0,o), +(770,49,o), +(791,153,cs), +(910,729,l), +(709,729,l), +(593,165,l), +(388,165,l), +(463,528,l), +(332,528,l), +(223,0,l) ); }, { closed = 1; nodes = ( -(201,0,l), -(318,565,l), -(523,565,l), -(447,202,l), -(577,202,l), -(660,602,ls), -(676,678,o), -(646,729,o), -(562,729,cs), -(150,729,l), -(0,0,l) +(186,0,l), +(303,565,l), +(508,565,l), +(432,202,l), +(562,202,l), +(645,602,ls), +(661,678,o), +(631,729,o), +(547,729,cs), +(135,729,l), +(-15,0,l) ); } ); -width = 882; +width = 852; } ); unicode = 8362; diff --git a/sources/MonaSans.glyphspackage/glyphs/six.blackC_ircled.glyph b/sources/MonaSans.glyphspackage/glyphs/six.blackC_ircled.glyph index 95e0fc58..e41e46ff 100644 --- a/sources/MonaSans.glyphspackage/glyphs/six.blackC_ircled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/six.blackC_ircled.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); background = { @@ -83,76 +83,1886 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,144,o), +(222,231,o), +(222,361,cs), +(222,540,o), +(280,587,o), +(365,587,cs), +(437,587,o), +(491,550,o), +(494,464,c), +(389,464,l), +(389,484,o), +(378,495,o), +(365,495,cs), +(342,495,o), +(335,466,o), +(336,407,c), +(342,407,l), +(349,425,o), +(373,439,o), +(402,439,cs), +(472,439,o), +(500,387,o), +(500,294,cs), +(500,192,o), +(451,144,o), +(365,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(385,235,o), +(390,257,o), +(390,292,cs), +(390,341,o), +(381,353,o), +(367,353,cs), +(347,353,o), +(342,333,o), +(342,296,cs), +(342,247,o), +(351,235,o), +(365,235,cs) +); +} +); +width = 722; +}, +{ +anchors = ( +{ +name = center; +pos = (349,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(403,169,o), +(415,217,o), +(415,288,cs), +(415,381,o), +(390,404,o), +(353,404,cs), +(309,404,o), +(289,355,o), +(289,284,cs), +(289,201,o), +(315,169,o), +(353,169,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,143,o), +(255,215,o), +(253,339,cs), +(250,534,o), +(288,587,o), +(351,587,cs), +(404,587,o), +(430,550,o), +(436,478,c), +(408,478,l), +(402,542,o), +(383,561,o), +(351,561,cs), +(295,561,o), +(283,493,o), +(281,352,c), +(284,352,l), +(294,407,o), +(325,428,o), +(358,428,cs), +(423,428,o), +(445,373,o), +(445,288,cs), +(445,180,o), +(409,143,o), +(353,143,cs) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,142,o), +(255,214,o), +(253,338,cs), +(250,533,o), +(288,586,o), +(351,586,cs), +(404,586,o), +(430,549,o), +(436,477,c), +(408,477,l), +(402,541,o), +(383,560,o), +(351,560,cs), +(295,560,o), +(283,492,o), +(281,351,c), +(284,351,l), +(294,406,o), +(325,427,o), +(358,427,cs), +(423,427,o), +(445,372,o), +(445,287,cs), +(445,179,o), +(409,142,o), +(353,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(403,168,o), +(415,216,o), +(415,287,cs), +(415,380,o), +(390,403,o), +(353,403,cs), +(309,403,o), +(289,354,o), +(289,283,cs), +(289,200,o), +(315,168,o), +(353,168,cs) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = center; +pos = (442,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(540,173,o), +(586,218,o), +(586,286,cs), +(586,360,o), +(531,396,o), +(449,396,cs), +(360,396,o), +(305,346,o), +(305,282,cs), +(305,209,o), +(363,173,o), +(447,173,cs) +); +}, +{ +closed = 1; +nodes = ( +(311,142,o), +(259,216,o), +(259,336,cs), +(259,510,o), +(324,584,o), +(454,584,cs), +(547,584,o), +(610,540,o), +(617,476,c), +(580,476,l), +(572,526,o), +(522,554,o), +(453,554,cs), +(321,554,o), +(296,462,o), +(295,332,c), +(298,331,l), +(316,388,o), +(377,425,o), +(455,425,cs), +(559,425,o), +(625,375,o), +(625,287,cs), +(625,196,o), +(553,142,o), +(446,142,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(311,145,o), +(259,219,o), +(259,339,cs), +(259,513,o), +(324,587,o), +(454,587,cs), +(547,587,o), +(610,543,o), +(617,479,c), +(580,479,l), +(572,529,o), +(522,557,o), +(453,557,cs), +(321,557,o), +(296,465,o), +(295,335,c), +(298,334,l), +(316,391,o), +(377,428,o), +(455,428,cs), +(559,428,o), +(625,378,o), +(625,290,cs), +(625,199,o), +(553,145,o), +(446,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(540,176,o), +(586,221,o), +(586,289,cs), +(586,363,o), +(531,399,o), +(449,399,cs), +(360,399,o), +(305,349,o), +(305,285,cs), +(305,212,o), +(363,176,o), +(447,176,cs) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = center; +pos = (436,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(478,254,o), +(497,270,o), +(497,294,cs), +(497,321,o), +(477,335,o), +(439,335,cs), +(399,335,o), +(382,319,o), +(382,294,cs), +(382,267,o), +(405,254,o), +(439,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(326,143,o), +(218,185,o), +(218,362,cs), +(218,528,o), +(323,586,o), +(445,586,cs), +(554,586,o), +(626,534,o), +(640,456,c), +(494,456,l), +(483,470,o), +(468,474,o), +(440,474,cs), +(398,474,o), +(369,450,o), +(367,396,c), +(374,395,l), +(394,419,o), +(435,435,o), +(485,435,cs), +(581,435,o), +(646,386,o), +(646,300,cs), +(646,199,o), +(562,143,o), +(436,143,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(330,148,o), +(222,190,o), +(222,367,cs), +(222,533,o), +(327,591,o), +(449,591,cs), +(558,591,o), +(630,539,o), +(644,461,c), +(498,461,l), +(487,475,o), +(472,479,o), +(444,479,cs), +(402,479,o), +(373,455,o), +(371,401,c), +(378,400,l), +(398,424,o), +(439,440,o), +(489,440,cs), +(585,440,o), +(650,391,o), +(650,305,cs), +(650,204,o), +(566,148,o), +(440,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(482,259,o), +(501,275,o), +(501,299,cs), +(501,326,o), +(481,340,o), +(443,340,cs), +(403,340,o), +(386,324,o), +(386,299,cs), +(386,272,o), +(409,259,o), +(443,259,cs) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = center; +pos = (431,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(504,173,o), +(547,217,o), +(547,283,cs), +(547,349,o), +(503,390,o), +(441,390,cs), +(372,390,o), +(330,341,o), +(330,279,cs), +(330,213,o), +(375,173,o), +(440,173,cs) +); +}, +{ +closed = 1; +nodes = ( +(336,142,o), +(289,214,o), +(289,335,cs), +(289,511,o), +(340,585,o), +(446,585,cs), +(520,585,o), +(573,542,o), +(579,478,c), +(545,478,l), +(536,533,o), +(494,555,o), +(445,555,cs), +(343,555,o), +(324,467,o), +(322,337,c), +(324,337,l), +(338,386,o), +(383,419,o), +(447,419,cs), +(528,419,o), +(583,364,o), +(583,283,cs), +(583,197,o), +(523,142,o), +(438,142,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(333,144,o), +(286,216,o), +(286,337,cs), +(286,513,o), +(337,587,o), +(441,587,cs), +(513,587,o), +(564,544,o), +(570,480,c), +(538,480,l), +(529,535,o), +(487,557,o), +(440,557,cs), +(340,557,o), +(321,469,o), +(319,339,c), +(321,339,l), +(335,388,o), +(378,421,o), +(442,421,cs), +(521,421,o), +(574,366,o), +(574,285,cs), +(574,199,o), +(516,144,o), +(433,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(497,175,o), +(540,219,o), +(540,285,cs), +(540,351,o), +(496,392,o), +(436,392,cs), +(367,392,o), +(327,343,o), +(327,281,cs), +(327,215,o), +(370,175,o), +(435,175,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +139, +33 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +435, +33 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +624, +31 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +351, +39 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +632, +39 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +135, +36 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +430, +34 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +616, +36 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +294, +41 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +583, +44 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-7, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-7, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +anchors = ( +{ +name = center; +pos = (418,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(456,253,o), +(474,270,o), +(474,295,cs), +(474,320,o), +(456,338,o), +(429,338,cs), +(403,338,o), +(385,322,o), +(385,296,cs), +(385,271,o), +(402,253,o), +(429,253,cs) +); +}, +{ +closed = 1; +nodes = ( +(319,143,o), +(246,205,o), +(246,362,cs), +(246,506,o), +(315,587,o), +(435,587,cs), +(533,587,o), +(595,536,o), +(606,457,c), +(478,457,l), +(473,471,o), +(452,479,o), +(433,479,cs), +(399,479,o), +(371,454,o), +(371,401,c), +(376,401,l), +(392,418,o), +(423,432,o), +(465,432,cs), +(547,432,o), +(601,377,o), +(601,297,cs), +(601,205,o), +(532,143,o), +(425,143,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(314,146,o), +(242,208,o), +(242,365,cs), +(242,508,o), +(309,590,o), +(427,590,cs), +(523,590,o), +(583,539,o), +(594,460,c), +(467,460,l), +(462,474,o), +(443,482,o), +(425,482,cs), +(393,482,o), +(365,457,o), +(365,404,c), +(370,404,l), +(386,421,o), +(416,435,o), +(456,435,cs), +(537,435,o), +(589,380,o), +(589,300,cs), +(589,208,o), +(522,146,o), +(417,146,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,256,o), +(463,273,o), +(463,298,cs), +(463,323,o), +(446,341,o), +(421,341,cs), +(396,341,o), +(379,325,o), +(379,299,cs), +(379,274,o), +(395,256,o), +(421,256,cs) +); +} +); +width = 834; +}, +{ +anchors = ( +{ +name = center; +pos = (386,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(440,169,o), +(452,217,o), +(452,288,cs), +(452,381,o), +(427,404,o), +(390,404,cs), +(346,404,o), +(326,355,o), +(326,284,cs), +(326,201,o), +(352,169,o), +(390,169,cs) +); +}, +{ +closed = 1; +nodes = ( +(313,143,o), +(292,215,o), +(290,339,cs), +(287,534,o), +(325,587,o), +(388,587,cs), +(441,587,o), +(467,550,o), +(473,478,c), +(445,478,l), +(439,542,o), +(420,561,o), +(388,561,cs), +(332,561,o), +(320,493,o), +(318,352,c), +(321,352,l), +(331,407,o), +(362,428,o), +(395,428,cs), +(460,428,o), +(482,373,o), +(482,288,cs), +(482,180,o), +(446,143,o), +(390,143,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(313,142,o), +(292,214,o), +(290,338,cs), +(287,533,o), +(325,586,o), +(388,586,cs), +(441,586,o), +(467,549,o), +(473,477,c), +(445,477,l), +(439,541,o), +(420,560,o), +(388,560,cs), +(332,560,o), +(320,492,o), +(318,351,c), +(321,351,l), +(331,406,o), +(362,427,o), +(395,427,cs), +(460,427,o), +(482,372,o), +(482,287,cs), +(482,179,o), +(446,142,o), +(390,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(440,168,o), +(452,216,o), +(452,287,cs), +(452,380,o), +(427,403,o), +(390,403,cs), +(346,403,o), +(326,354,o), +(326,283,cs), +(326,200,o), +(352,168,o), +(390,168,cs) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = center; +pos = (393,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(409,236,o), +(414,258,o), +(414,293,cs), +(414,342,o), +(405,354,o), +(391,354,cs), +(371,354,o), +(366,334,o), +(366,297,cs), +(366,248,o), +(375,236,o), +(389,236,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,145,o), +(246,232,o), +(246,362,cs), +(246,541,o), +(304,588,o), +(389,588,cs), +(461,588,o), +(515,551,o), +(518,465,c), +(413,465,l), +(413,485,o), +(402,496,o), +(389,496,cs), +(366,496,o), +(359,467,o), +(360,408,c), +(366,408,l), +(373,426,o), +(397,440,o), +(426,440,cs), +(496,440,o), +(524,388,o), +(524,295,cs), +(524,193,o), +(475,145,o), +(389,145,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(282,144,o), +(254,231,o), +(254,361,cs), +(254,540,o), +(312,587,o), +(397,587,cs), +(469,587,o), +(523,550,o), +(526,464,c), +(421,464,l), +(421,484,o), +(410,495,o), +(397,495,cs), +(374,495,o), +(367,466,o), +(368,407,c), +(374,407,l), +(381,425,o), +(405,439,o), +(434,439,cs), +(504,439,o), +(532,387,o), +(532,294,cs), +(532,192,o), +(483,144,o), +(397,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(417,235,o), +(422,257,o), +(422,292,cs), +(422,341,o), +(413,353,o), +(399,353,cs), +(379,353,o), +(374,333,o), +(374,296,cs), +(374,247,o), +(383,235,o), +(397,235,cs) +); +} +); +width = 747; +}, +{ +anchors = ( +{ +name = center; +pos = (467.5,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(536,173,o), +(579,217,o), +(579,283,cs), +(579,349,o), +(535,390,o), +(473,390,cs), +(404,390,o), +(362,341,o), +(362,279,cs), +(362,213,o), +(407,173,o), +(472,173,cs) +); +}, +{ +closed = 1; +nodes = ( +(368,142,o), +(321,214,o), +(321,335,cs), +(321,511,o), +(372,585,o), +(478,585,cs), +(552,585,o), +(605,542,o), +(611,478,c), +(577,478,l), +(568,533,o), +(526,555,o), +(477,555,cs), +(375,555,o), +(356,467,o), +(354,337,c), +(356,337,l), +(370,386,o), +(415,419,o), +(479,419,cs), +(560,419,o), +(615,364,o), +(615,283,cs), +(615,197,o), +(555,142,o), +(470,142,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(368,144,o), +(321,216,o), +(321,337,cs), +(321,513,o), +(372,587,o), +(478,587,cs), +(552,587,o), +(605,544,o), +(611,480,c), +(577,480,l), +(568,535,o), +(526,557,o), +(477,557,cs), +(375,557,o), +(356,469,o), +(354,339,c), +(356,339,l), +(370,388,o), +(415,421,o), +(479,421,cs), +(560,421,o), +(615,366,o), +(615,285,cs), +(615,199,o), +(555,144,o), +(470,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(536,175,o), +(579,219,o), +(579,285,cs), +(579,351,o), +(535,392,o), +(473,392,cs), +(404,392,o), +(362,343,o), +(362,281,cs), +(362,215,o), +(407,175,o), +(472,175,cs) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = center; +pos = (455.5,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(484,253,o), +(502,270,o), +(502,295,cs), +(502,320,o), +(484,338,o), +(457,338,cs), +(431,338,o), +(413,322,o), +(413,296,cs), +(413,271,o), +(430,253,o), +(457,253,cs) +); +}, +{ +closed = 1; +nodes = ( +(347,143,o), +(274,205,o), +(274,362,cs), +(274,506,o), +(343,587,o), +(463,587,cs), +(561,587,o), +(623,536,o), +(634,457,c), +(506,457,l), +(501,471,o), +(480,479,o), +(461,479,cs), +(427,479,o), +(399,454,o), +(399,401,c), +(404,401,l), +(420,418,o), +(451,432,o), +(493,432,cs), +(575,432,o), +(629,377,o), +(629,297,cs), +(629,205,o), +(560,143,o), +(453,143,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(349,146,o), +(276,208,o), +(276,365,cs), +(276,509,o), +(345,590,o), +(465,590,cs), +(563,590,o), +(625,539,o), +(636,460,c), +(508,460,l), +(503,474,o), +(482,482,o), +(463,482,cs), +(429,482,o), +(401,457,o), +(401,404,c), +(406,404,l), +(422,421,o), +(453,435,o), +(495,435,cs), +(577,435,o), +(631,380,o), +(631,300,cs), +(631,208,o), +(562,146,o), +(455,146,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,256,o), +(504,273,o), +(504,298,cs), +(504,323,o), +(486,341,o), +(459,341,cs), +(433,341,o), +(415,325,o), +(415,299,cs), +(415,274,o), +(432,256,o), +(459,256,cs) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = center; +pos = (473,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(571,173,o), +(617,218,o), +(617,286,cs), +(617,360,o), +(562,396,o), +(480,396,cs), +(391,396,o), +(336,346,o), +(336,282,cs), +(336,209,o), +(394,173,o), +(478,173,cs) +); +}, +{ +closed = 1; +nodes = ( +(342,142,o), +(290,216,o), +(290,336,cs), +(290,510,o), +(355,584,o), +(485,584,cs), +(578,584,o), +(641,540,o), +(648,476,c), +(611,476,l), +(603,526,o), +(553,554,o), +(484,554,cs), +(352,554,o), +(327,462,o), +(326,332,c), +(329,331,l), +(347,388,o), +(408,425,o), +(486,425,cs), +(590,425,o), +(656,375,o), +(656,287,cs), +(656,196,o), +(584,142,o), +(477,142,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) ); }, { closed = 1; nodes = ( -(242,144,o), -(214,231,o), -(214,361,cs), -(214,540,o), -(272,587,o), -(357,587,cs), -(429,587,o), -(483,550,o), -(486,464,c), -(381,464,l), -(381,484,o), -(370,495,o), -(357,495,cs), -(334,495,o), -(327,466,o), -(328,407,c), -(334,407,l), -(341,425,o), -(365,439,o), -(394,439,cs), -(464,439,o), -(492,387,o), -(492,294,cs), -(492,192,o), -(443,144,o), -(357,144,cs) +(342,145,o), +(290,219,o), +(290,339,cs), +(290,513,o), +(355,587,o), +(485,587,cs), +(578,587,o), +(641,543,o), +(648,479,c), +(611,479,l), +(603,529,o), +(553,557,o), +(484,557,cs), +(352,557,o), +(327,465,o), +(326,335,c), +(329,334,l), +(347,391,o), +(408,428,o), +(486,428,cs), +(590,428,o), +(656,378,o), +(656,290,cs), +(656,199,o), +(584,145,o), +(477,145,cs) ); }, { closed = 1; nodes = ( -(377,235,o), -(382,257,o), -(382,292,cs), -(382,341,o), -(373,353,o), -(359,353,cs), -(339,353,o), -(334,333,o), -(334,296,cs), -(334,247,o), -(343,235,o), -(357,235,cs) +(571,176,o), +(617,221,o), +(617,289,cs), +(617,363,o), +(562,399,o), +(480,399,cs), +(391,399,o), +(336,349,o), +(336,285,cs), +(336,212,o), +(394,176,o), +(478,176,cs) ); } ); -width = 706; +width = 903; }, { anchors = ( { name = center; -pos = (349,365); +pos = (465,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(507,254,o), +(526,270,o), +(526,294,cs), +(526,321,o), +(506,335,o), +(468,335,cs), +(428,335,o), +(411,319,o), +(411,294,cs), +(411,267,o), +(434,254,o), +(468,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(355,143,o), +(247,185,o), +(247,362,cs), +(247,528,o), +(352,586,o), +(474,586,cs), +(583,586,o), +(655,534,o), +(669,456,c), +(523,456,l), +(512,470,o), +(497,474,o), +(469,474,cs), +(427,474,o), +(398,450,o), +(396,396,c), +(403,395,l), +(423,419,o), +(464,435,o), +(514,435,cs), +(610,435,o), +(675,386,o), +(675,300,cs), +(675,199,o), +(591,143,o), +(465,143,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(359,148,o), +(251,190,o), +(251,367,cs), +(251,533,o), +(356,591,o), +(478,591,cs), +(587,591,o), +(659,539,o), +(673,461,c), +(527,461,l), +(516,475,o), +(501,479,o), +(473,479,cs), +(431,479,o), +(402,455,o), +(400,401,c), +(407,400,l), +(427,424,o), +(468,440,o), +(518,440,cs), +(614,440,o), +(679,391,o), +(679,305,cs), +(679,204,o), +(595,148,o), +(469,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(511,259,o), +(530,275,o), +(530,299,cs), +(530,326,o), +(510,340,o), +(472,340,cs), +(432,340,o), +(415,324,o), +(415,299,cs), +(415,272,o), +(438,259,o), +(472,259,cs) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = center; +pos = (329,365); } ); background = { @@ -224,81 +2034,227 @@ nodes = ( } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(256,142,o), +(235,214,o), +(233,338,cs), +(230,533,o), +(268,586,o), +(331,586,cs), +(384,586,o), +(410,549,o), +(416,477,c), +(388,477,l), +(382,541,o), +(363,560,o), +(331,560,cs), +(275,560,o), +(263,492,o), +(261,351,c), +(264,351,l), +(274,406,o), +(305,427,o), +(338,427,cs), +(403,427,o), +(425,372,o), +(425,287,cs), +(425,179,o), +(389,142,o), +(333,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(383,168,o), +(395,216,o), +(395,287,cs), +(395,380,o), +(370,403,o), +(333,403,cs), +(289,403,o), +(269,354,o), +(269,283,cs), +(269,200,o), +(295,168,o), +(333,168,cs) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(377,236,o), +(382,258,o), +(382,293,cs), +(382,342,o), +(373,354,o), +(359,354,cs), +(339,354,o), +(334,334,o), +(334,297,cs), +(334,248,o), +(343,236,o), +(357,236,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,145,o), +(214,232,o), +(214,362,cs), +(214,541,o), +(272,588,o), +(357,588,cs), +(429,588,o), +(483,551,o), +(486,465,c), +(381,465,l), +(381,485,o), +(370,496,o), +(357,496,cs), +(334,496,o), +(327,467,o), +(328,408,c), +(334,408,l), +(341,426,o), +(365,440,o), +(394,440,cs), +(464,440,o), +(492,388,o), +(492,295,cs), +(492,193,o), +(443,145,o), +(357,145,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,142,o), -(255,214,o), -(253,338,cs), -(250,533,o), -(288,586,o), -(351,586,cs), -(404,586,o), -(430,549,o), -(436,477,c), -(408,477,l), -(402,541,o), -(383,560,o), -(351,560,cs), -(295,560,o), -(283,492,o), -(281,351,c), -(284,351,l), -(294,406,o), -(325,427,o), -(358,427,cs), -(423,427,o), -(445,372,o), -(445,287,cs), -(445,179,o), -(409,142,o), -(353,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(403,168,o), -(415,216,o), -(415,287,cs), -(415,380,o), -(390,403,o), -(353,403,cs), -(309,403,o), -(289,354,o), -(289,283,cs), -(289,200,o), -(315,168,o), -(353,168,cs) +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,144,o), +(204,231,o), +(204,361,cs), +(204,540,o), +(262,587,o), +(347,587,cs), +(419,587,o), +(473,550,o), +(476,464,c), +(371,464,l), +(371,484,o), +(360,495,o), +(347,495,cs), +(324,495,o), +(317,466,o), +(318,407,c), +(324,407,l), +(331,425,o), +(355,439,o), +(384,439,cs), +(454,439,o), +(482,387,o), +(482,294,cs), +(482,192,o), +(433,144,o), +(347,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(367,235,o), +(372,257,o), +(372,292,cs), +(372,341,o), +(363,353,o), +(349,353,cs), +(329,353,o), +(324,333,o), +(324,296,cs), +(324,247,o), +(333,235,o), +(347,235,cs) ); } ); -width = 698; +width = 686; }, { anchors = ( { name = center; -pos = (435.5,363); +pos = (416,363); } ); background = { @@ -370,71 +2326,71 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(336,144,o), -(289,216,o), -(289,337,cs), -(289,513,o), -(340,587,o), -(446,587,cs), -(520,587,o), -(573,544,o), -(579,480,c), -(545,480,l), -(536,535,o), -(494,557,o), -(445,557,cs), -(343,557,o), -(324,469,o), -(322,339,c), -(324,339,l), -(338,388,o), -(383,421,o), -(447,421,cs), -(528,421,o), -(583,366,o), -(583,285,cs), -(583,199,o), -(523,144,o), -(438,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(504,175,o), -(547,219,o), -(547,285,cs), -(547,351,o), -(503,392,o), -(441,392,cs), -(372,392,o), -(330,343,o), -(330,281,cs), -(330,215,o), -(375,175,o), -(440,175,cs) +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(316,144,o), +(269,216,o), +(269,337,cs), +(269,513,o), +(320,587,o), +(426,587,cs), +(500,587,o), +(553,544,o), +(559,480,c), +(525,480,l), +(516,535,o), +(474,557,o), +(425,557,cs), +(323,557,o), +(304,469,o), +(302,339,c), +(304,339,l), +(318,388,o), +(363,421,o), +(427,421,cs), +(508,421,o), +(563,366,o), +(563,285,cs), +(563,199,o), +(503,144,o), +(418,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(484,175,o), +(527,219,o), +(527,285,cs), +(527,351,o), +(483,392,o), +(421,392,cs), +(352,392,o), +(310,343,o), +(310,281,cs), +(310,215,o), +(355,175,o), +(420,175,cs) ); } ); @@ -642,13 +2598,13 @@ type = Stem; } ); }; -width = 871; +width = 831; }, { anchors = ( { name = center; -pos = (427.5,365); +pos = (407,365); } ); background = { @@ -720,81 +2676,81 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(321,146,o), -(248,208,o), -(248,365,cs), -(248,509,o), -(317,590,o), -(437,590,cs), -(535,590,o), -(597,539,o), -(608,460,c), -(480,460,l), -(475,474,o), -(454,482,o), -(435,482,cs), -(401,482,o), -(373,457,o), -(373,404,c), -(378,404,l), -(394,421,o), -(425,435,o), -(467,435,cs), -(549,435,o), -(603,380,o), -(603,300,cs), -(603,208,o), -(534,146,o), -(427,146,cs) -); -}, -{ -closed = 1; -nodes = ( -(458,256,o), -(476,273,o), -(476,298,cs), -(476,323,o), -(458,341,o), -(431,341,cs), -(405,341,o), -(387,325,o), -(387,299,cs), -(387,274,o), -(404,256,o), -(431,256,cs) +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(300,146,o), +(227,208,o), +(227,365,cs), +(227,509,o), +(296,590,o), +(416,590,cs), +(514,590,o), +(576,539,o), +(587,460,c), +(459,460,l), +(454,474,o), +(433,482,o), +(414,482,cs), +(380,482,o), +(352,457,o), +(352,404,c), +(357,404,l), +(373,421,o), +(404,435,o), +(446,435,cs), +(528,435,o), +(582,380,o), +(582,300,cs), +(582,208,o), +(513,146,o), +(406,146,cs) +); +}, +{ +closed = 1; +nodes = ( +(437,256,o), +(455,273,o), +(455,298,cs), +(455,323,o), +(437,341,o), +(410,341,cs), +(384,341,o), +(366,325,o), +(366,299,cs), +(366,274,o), +(383,256,o), +(410,256,cs) ); } ); -width = 855; +width = 813; }, { anchors = ( { name = center; -pos = (442,363); +pos = (432,363); } ); background = { @@ -866,81 +2822,81 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(311,145,o), -(259,219,o), -(259,339,cs), -(259,513,o), -(324,587,o), -(454,587,cs), -(547,587,o), -(610,543,o), -(617,479,c), -(580,479,l), -(572,529,o), -(522,557,o), -(453,557,cs), -(321,557,o), -(296,465,o), -(295,335,c), -(298,334,l), -(316,391,o), -(377,428,o), -(455,428,cs), -(559,428,o), -(625,378,o), -(625,290,cs), -(625,199,o), -(553,145,o), -(446,145,cs) +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(301,145,o), +(249,219,o), +(249,339,cs), +(249,513,o), +(314,587,o), +(444,587,cs), +(537,587,o), +(600,543,o), +(607,479,c), +(570,479,l), +(562,529,o), +(512,557,o), +(443,557,cs), +(311,557,o), +(286,465,o), +(285,335,c), +(288,334,l), +(306,391,o), +(367,428,o), +(445,428,cs), +(549,428,o), +(615,378,o), +(615,290,cs), +(615,199,o), +(543,145,o), +(436,145,cs) ); }, { closed = 1; nodes = ( -(540,176,o), -(586,221,o), -(586,289,cs), -(586,363,o), -(531,399,o), -(449,399,cs), -(360,399,o), -(305,349,o), -(305,285,cs), -(305,212,o), -(363,176,o), -(447,176,cs) +(530,176,o), +(576,221,o), +(576,289,cs), +(576,363,o), +(521,399,o), +(439,399,cs), +(350,399,o), +(295,349,o), +(295,285,cs), +(295,212,o), +(353,176,o), +(437,176,cs) ); } ); -width = 884; +width = 864; }, { anchors = ( { name = center; -pos = (430,364); +pos = (420,364); } ); background = { @@ -1012,81 +2968,81 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(324,148,o), -(216,190,o), -(216,367,cs), -(216,533,o), -(321,591,o), -(443,591,cs), -(552,591,o), -(624,539,o), -(638,461,c), -(492,461,l), -(481,475,o), -(466,479,o), -(438,479,cs), -(396,479,o), -(367,455,o), -(365,401,c), -(372,400,l), -(392,424,o), -(433,440,o), -(483,440,cs), -(579,440,o), -(644,391,o), -(644,305,cs), -(644,204,o), -(560,148,o), -(434,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(476,259,o), -(495,275,o), -(495,299,cs), -(495,326,o), -(475,340,o), -(437,340,cs), -(397,340,o), -(380,324,o), -(380,299,cs), -(380,272,o), -(403,259,o), -(437,259,cs) +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(314,148,o), +(206,190,o), +(206,367,cs), +(206,533,o), +(311,591,o), +(433,591,cs), +(542,591,o), +(614,539,o), +(628,461,c), +(482,461,l), +(471,475,o), +(456,479,o), +(428,479,cs), +(386,479,o), +(357,455,o), +(355,401,c), +(362,400,l), +(382,424,o), +(423,440,o), +(473,440,cs), +(569,440,o), +(634,391,o), +(634,305,cs), +(634,204,o), +(550,148,o), +(424,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(466,259,o), +(485,275,o), +(485,299,cs), +(485,326,o), +(465,340,o), +(427,340,cs), +(387,340,o), +(370,324,o), +(370,299,cs), +(370,272,o), +(393,259,o), +(427,259,cs) ); } ); -width = 860; +width = 840; }, { anchors = ( { name = center; -pos = (386,365); +pos = (363,365); } ); background = { @@ -1142,97 +3098,97 @@ nodes = ( (420,561,o), (388,561,cs), (332,561,o), -(320,493,o), -(318,352,c), -(321,352,l), -(331,407,o), -(362,428,o), -(395,428,cs), -(460,428,o), -(482,373,o), -(482,288,cs), -(482,180,o), -(446,143,o), -(390,143,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(313,142,o), -(292,214,o), -(290,338,cs), -(287,533,o), -(325,586,o), -(388,586,cs), -(441,586,o), -(467,549,o), -(473,477,c), -(445,477,l), -(439,541,o), -(420,560,o), -(388,560,cs), -(332,560,o), -(320,492,o), -(318,351,c), -(321,351,l), -(331,406,o), -(362,427,o), -(395,427,cs), -(460,427,o), -(482,372,o), -(482,287,cs), -(482,179,o), -(446,142,o), -(390,142,cs) +(320,493,o), +(318,352,c), +(321,352,l), +(331,407,o), +(362,428,o), +(395,428,cs), +(460,428,o), +(482,373,o), +(482,288,cs), +(482,180,o), +(446,143,o), +(390,143,cs) ); -}, +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( { closed = 1; nodes = ( -(440,168,o), -(452,216,o), -(452,287,cs), -(452,380,o), -(427,403,o), -(390,403,cs), -(346,403,o), -(326,354,o), -(326,283,cs), -(326,200,o), -(352,168,o), -(390,168,cs) +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(290,142,o), +(269,214,o), +(267,338,cs), +(264,533,o), +(302,586,o), +(365,586,cs), +(418,586,o), +(444,549,o), +(450,477,c), +(422,477,l), +(416,541,o), +(397,560,o), +(365,560,cs), +(309,560,o), +(297,492,o), +(295,351,c), +(298,351,l), +(308,406,o), +(339,427,o), +(372,427,cs), +(437,427,o), +(459,372,o), +(459,287,cs), +(459,179,o), +(423,142,o), +(367,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(417,168,o), +(429,216,o), +(429,287,cs), +(429,380,o), +(404,403,o), +(367,403,cs), +(323,403,o), +(303,354,o), +(303,283,cs), +(303,200,o), +(329,168,o), +(367,168,cs) ); } ); -width = 727; +width = 681; }, { anchors = ( { name = center; -pos = (385,366); +pos = (374,366); } ); background = { @@ -1304,81 +3260,81 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,144,o), -(246,231,o), -(246,361,cs), -(246,540,o), -(304,587,o), -(389,587,cs), -(461,587,o), -(515,550,o), -(518,464,c), -(413,464,l), -(413,484,o), -(402,495,o), -(389,495,cs), -(366,495,o), -(359,466,o), -(360,407,c), -(366,407,l), -(373,425,o), -(397,439,o), -(426,439,cs), -(496,439,o), -(524,387,o), -(524,294,cs), -(524,192,o), -(475,144,o), -(389,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,235,o), -(414,257,o), -(414,292,cs), -(414,341,o), -(405,353,o), -(391,353,cs), -(371,353,o), -(366,333,o), -(366,296,cs), -(366,247,o), -(375,235,o), -(389,235,cs) +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,144,o), +(235,231,o), +(235,361,cs), +(235,540,o), +(293,587,o), +(378,587,cs), +(450,587,o), +(504,550,o), +(507,464,c), +(402,464,l), +(402,484,o), +(391,495,o), +(378,495,cs), +(355,495,o), +(348,466,o), +(349,407,c), +(355,407,l), +(362,425,o), +(386,439,o), +(415,439,cs), +(485,439,o), +(513,387,o), +(513,294,cs), +(513,192,o), +(464,144,o), +(378,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(398,235,o), +(403,257,o), +(403,292,cs), +(403,341,o), +(394,353,o), +(380,353,cs), +(360,353,o), +(355,333,o), +(355,296,cs), +(355,247,o), +(364,235,o), +(378,235,cs) ); } ); -width = 731; +width = 709; }, { anchors = ( { name = center; -pos = (467.5,363); +pos = (444,363); } ); background = { @@ -1450,81 +3406,81 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(368,144,o), -(321,216,o), -(321,337,cs), -(321,513,o), -(372,587,o), -(478,587,cs), -(552,587,o), -(605,544,o), -(611,480,c), -(577,480,l), -(568,535,o), -(526,557,o), -(477,557,cs), -(375,557,o), -(356,469,o), -(354,339,c), -(356,339,l), -(370,388,o), -(415,421,o), -(479,421,cs), -(560,421,o), -(615,366,o), -(615,285,cs), -(615,199,o), -(555,144,o), -(470,144,cs) +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) ); }, { closed = 1; nodes = ( -(536,175,o), -(579,219,o), -(579,285,cs), -(579,351,o), -(535,392,o), -(473,392,cs), -(404,392,o), -(362,343,o), -(362,281,cs), -(362,215,o), -(407,175,o), -(472,175,cs) +(344,144,o), +(297,216,o), +(297,337,cs), +(297,513,o), +(348,587,o), +(454,587,cs), +(528,587,o), +(581,544,o), +(587,480,c), +(553,480,l), +(544,535,o), +(502,557,o), +(453,557,cs), +(351,557,o), +(332,469,o), +(330,339,c), +(332,339,l), +(346,388,o), +(391,421,o), +(455,421,cs), +(536,421,o), +(591,366,o), +(591,285,cs), +(591,199,o), +(531,144,o), +(446,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(512,175,o), +(555,219,o), +(555,285,cs), +(555,351,o), +(511,392,o), +(449,392,cs), +(380,392,o), +(338,343,o), +(338,281,cs), +(338,215,o), +(383,175,o), +(448,175,cs) ); } ); -width = 891; +width = 843; }, { anchors = ( { name = center; -pos = (455.5,365); +pos = (427,365); } ); background = { @@ -1596,81 +3552,81 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(349,146,o), -(276,208,o), -(276,365,cs), -(276,509,o), -(345,590,o), -(465,590,cs), -(563,590,o), -(625,539,o), -(636,460,c), -(508,460,l), -(503,474,o), -(482,482,o), -(463,482,cs), -(429,482,o), -(401,457,o), -(401,404,c), -(406,404,l), -(422,421,o), -(453,435,o), -(495,435,cs), -(577,435,o), -(631,380,o), -(631,300,cs), -(631,208,o), -(562,146,o), -(455,146,cs) -); -}, -{ -closed = 1; -nodes = ( -(486,256,o), -(504,273,o), -(504,298,cs), -(504,323,o), -(486,341,o), -(459,341,cs), -(433,341,o), -(415,325,o), -(415,299,cs), -(415,274,o), -(432,256,o), -(459,256,cs) +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(320,146,o), +(247,208,o), +(247,365,cs), +(247,509,o), +(316,590,o), +(436,590,cs), +(534,590,o), +(596,539,o), +(607,460,c), +(479,460,l), +(474,474,o), +(453,482,o), +(434,482,cs), +(400,482,o), +(372,457,o), +(372,404,c), +(377,404,l), +(393,421,o), +(424,435,o), +(466,435,cs), +(548,435,o), +(602,380,o), +(602,300,cs), +(602,208,o), +(533,146,o), +(426,146,cs) +); +}, +{ +closed = 1; +nodes = ( +(457,256,o), +(475,273,o), +(475,298,cs), +(475,323,o), +(457,341,o), +(430,341,cs), +(404,341,o), +(386,325,o), +(386,299,cs), +(386,274,o), +(403,256,o), +(430,256,cs) ); } ); -width = 873; +width = 815; }, { anchors = ( { name = center; -pos = (473,363); +pos = (463,363); } ); background = { @@ -1742,81 +3698,81 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(342,145,o), -(290,219,o), -(290,339,cs), -(290,513,o), -(355,587,o), -(485,587,cs), -(578,587,o), -(641,543,o), -(648,479,c), -(611,479,l), -(603,529,o), -(553,557,o), -(484,557,cs), -(352,557,o), -(327,465,o), -(326,335,c), -(329,334,l), -(347,391,o), -(408,428,o), -(486,428,cs), -(590,428,o), -(656,378,o), -(656,290,cs), -(656,199,o), -(584,145,o), -(477,145,cs) +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(332,145,o), +(280,219,o), +(280,339,cs), +(280,513,o), +(345,587,o), +(475,587,cs), +(568,587,o), +(631,543,o), +(638,479,c), +(601,479,l), +(593,529,o), +(543,557,o), +(474,557,cs), +(342,557,o), +(317,465,o), +(316,335,c), +(319,334,l), +(337,391,o), +(398,428,o), +(476,428,cs), +(580,428,o), +(646,378,o), +(646,290,cs), +(646,199,o), +(574,145,o), +(467,145,cs) ); }, { closed = 1; nodes = ( -(571,176,o), -(617,221,o), -(617,289,cs), -(617,363,o), -(562,399,o), -(480,399,cs), -(391,399,o), -(336,349,o), -(336,285,cs), -(336,212,o), -(394,176,o), -(478,176,cs) +(561,176,o), +(607,221,o), +(607,289,cs), +(607,363,o), +(552,399,o), +(470,399,cs), +(381,399,o), +(326,349,o), +(326,285,cs), +(326,212,o), +(384,176,o), +(468,176,cs) ); } ); -width = 903; +width = 883; }, { anchors = ( { name = center; -pos = (459,364); +pos = (444,364); } ); background = { @@ -1888,75 +3844,75 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(353,148,o), -(245,190,o), -(245,367,cs), -(245,533,o), -(350,591,o), -(472,591,cs), -(581,591,o), -(653,539,o), -(667,461,c), -(521,461,l), -(510,475,o), -(495,479,o), -(467,479,cs), -(425,479,o), -(396,455,o), -(394,401,c), -(401,400,l), -(421,424,o), -(462,440,o), -(512,440,cs), -(608,440,o), -(673,391,o), -(673,305,cs), -(673,204,o), -(589,148,o), -(463,148,cs) +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) ); }, { closed = 1; nodes = ( -(505,259,o), -(524,275,o), -(524,299,cs), -(524,326,o), -(504,340,o), -(466,340,cs), -(426,340,o), -(409,324,o), -(409,299,cs), -(409,272,o), -(432,259,o), -(466,259,cs) +(338,148,o), +(230,190,o), +(230,367,cs), +(230,533,o), +(335,591,o), +(457,591,cs), +(566,591,o), +(638,539,o), +(652,461,c), +(506,461,l), +(495,475,o), +(480,479,o), +(452,479,cs), +(410,479,o), +(381,455,o), +(379,401,c), +(386,400,l), +(406,424,o), +(447,440,o), +(497,440,cs), +(593,440,o), +(658,391,o), +(658,305,cs), +(658,204,o), +(574,148,o), +(448,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(490,259,o), +(509,275,o), +(509,299,cs), +(509,326,o), +(489,340,o), +(451,340,cs), +(411,340,o), +(394,324,o), +(394,299,cs), +(394,272,o), +(417,259,o), +(451,259,cs) ); } ); -width = 880; +width = 850; } ); metricLeft = one.circled; diff --git a/sources/MonaSans.glyphspackage/glyphs/six.circled.glyph b/sources/MonaSans.glyphspackage/glyphs/six.circled.glyph index a2fec189..838ba94a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/six.circled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/six.circled.glyph @@ -222,6 +222,1241 @@ shapes = ( { closed = 1; nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(553,142,o), +(625,196,o), +(625,287,cs), +(625,375,o), +(559,425,o), +(455,425,cs), +(377,425,o), +(316,388,o), +(298,331,c), +(295,332,l), +(296,462,o), +(321,554,o), +(453,554,cs), +(522,554,o), +(572,526,o), +(580,476,c), +(617,476,l), +(610,540,o), +(547,584,o), +(454,584,cs), +(324,584,o), +(259,510,o), +(259,336,cs), +(259,216,o), +(311,142,o), +(446,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(363,173,o), +(305,209,o), +(305,282,cs), +(305,346,o), +(360,396,o), +(449,396,cs), +(531,396,o), +(586,360,o), +(586,286,cs), +(586,218,o), +(540,173,o), +(447,173,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (216,190); +ref = sixinferior; +} +); +width = 884; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(562,143,o), +(646,199,o), +(646,300,cs), +(646,386,o), +(581,435,o), +(485,435,cs), +(435,435,o), +(394,419,o), +(374,395,c), +(367,396,l), +(369,450,o), +(398,474,o), +(440,474,cs), +(468,474,o), +(483,470,o), +(494,456,c), +(640,456,l), +(626,534,o), +(554,586,o), +(445,586,cs), +(323,586,o), +(218,528,o), +(218,362,cs), +(218,185,o), +(326,143,o), +(436,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(405,254,o), +(382,267,o), +(382,294,cs), +(382,319,o), +(399,335,o), +(439,335,cs), +(477,335,o), +(497,321,o), +(497,294,cs), +(497,270,o), +(478,254,o), +(439,254,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (199,193); +ref = sixinferior; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(523,142,o), +(583,197,o), +(583,283,cs), +(583,364,o), +(528,419,o), +(447,419,cs), +(383,419,o), +(338,386,o), +(324,337,c), +(322,337,l), +(324,467,o), +(343,555,o), +(445,555,cs), +(494,555,o), +(536,533,o), +(545,478,c), +(579,478,l), +(573,542,o), +(520,585,o), +(446,585,cs), +(340,585,o), +(289,511,o), +(289,335,cs), +(289,214,o), +(336,142,o), +(438,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(375,173,o), +(330,213,o), +(330,279,cs), +(330,341,o), +(372,390,o), +(441,390,cs), +(503,390,o), +(547,349,o), +(547,283,cs), +(547,217,o), +(504,173,o), +(440,173,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (220,189); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -50; +width = 55; +}; +}; +width = 858; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,143,o), +(601,205,o), +(601,297,cs), +(601,377,o), +(547,432,o), +(465,432,cs), +(423,432,o), +(392,418,o), +(376,401,c), +(371,401,l), +(371,454,o), +(399,479,o), +(433,479,cs), +(452,479,o), +(473,471,o), +(478,457,c), +(606,457,l), +(595,536,o), +(533,587,o), +(435,587,cs), +(315,587,o), +(246,506,o), +(246,362,cs), +(246,205,o), +(319,143,o), +(425,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(402,253,o), +(385,271,o), +(385,296,cs), +(385,322,o), +(403,338,o), +(429,338,cs), +(456,338,o), +(474,320,o), +(474,295,cs), +(474,270,o), +(456,253,o), +(429,253,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (215,191); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 834; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,143,o), +(482,180,o), +(482,288,cs), +(482,373,o), +(460,428,o), +(395,428,cs), +(362,428,o), +(331,407,o), +(321,352,c), +(318,352,l), +(320,493,o), +(332,561,o), +(388,561,cs), +(420,561,o), +(439,542,o), +(445,478,c), +(473,478,l), +(467,550,o), +(441,587,o), +(388,587,cs), +(325,587,o), +(287,534,o), +(290,339,cs), +(292,215,o), +(313,143,o), +(390,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(352,169,o), +(326,201,o), +(326,284,cs), +(326,355,o), +(346,404,o), +(390,404,cs), +(427,404,o), +(452,381,o), +(452,288,cs), +(452,217,o), +(440,169,o), +(390,169,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +pos = (243,188); +ref = sixinferior; +} +); +width = 727; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(475,145,o), +(524,193,o), +(524,295,cs), +(524,388,o), +(496,440,o), +(426,440,cs), +(397,440,o), +(373,426,o), +(366,408,c), +(360,408,l), +(359,467,o), +(366,496,o), +(389,496,cs), +(402,496,o), +(413,485,o), +(413,465,c), +(518,465,l), +(515,551,o), +(461,588,o), +(389,588,cs), +(304,588,o), +(246,541,o), +(246,362,cs), +(246,232,o), +(274,145,o), +(389,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(375,236,o), +(366,248,o), +(366,297,cs), +(366,334,o), +(371,354,o), +(391,354,cs), +(405,354,o), +(414,342,o), +(414,293,cs), +(414,258,o), +(409,236,o), +(389,236,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +pos = (231,189); +ref = sixinferior; +} +); +width = 747; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(555,142,o), +(615,197,o), +(615,283,cs), +(615,364,o), +(560,419,o), +(479,419,cs), +(415,419,o), +(370,386,o), +(356,337,c), +(354,337,l), +(356,467,o), +(375,555,o), +(477,555,cs), +(526,555,o), +(568,533,o), +(577,478,c), +(611,478,l), +(605,542,o), +(552,585,o), +(478,585,cs), +(372,585,o), +(321,511,o), +(321,335,cs), +(321,214,o), +(368,142,o), +(470,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(407,173,o), +(362,213,o), +(362,279,cs), +(362,341,o), +(404,390,o), +(473,390,cs), +(535,390,o), +(579,349,o), +(579,283,cs), +(579,217,o), +(536,173,o), +(472,173,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = master01; +pos = (266,186); +ref = sixinferior; +} +); +width = 891; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(560,143,o), +(629,205,o), +(629,297,cs), +(629,377,o), +(575,432,o), +(493,432,cs), +(451,432,o), +(420,418,o), +(404,401,c), +(399,401,l), +(399,454,o), +(427,479,o), +(461,479,cs), +(480,479,o), +(501,471,o), +(506,457,c), +(634,457,l), +(623,536,o), +(561,587,o), +(463,587,cs), +(343,587,o), +(274,506,o), +(274,362,cs), +(274,205,o), +(347,143,o), +(453,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(430,253,o), +(413,271,o), +(413,296,cs), +(413,322,o), +(431,338,o), +(457,338,cs), +(484,338,o), +(502,320,o), +(502,295,cs), +(502,270,o), +(484,253,o), +(457,253,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +pos = (260,188); +ref = sixinferior; +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(584,142,o), +(656,196,o), +(656,287,cs), +(656,375,o), +(590,425,o), +(486,425,cs), +(408,425,o), +(347,388,o), +(329,331,c), +(326,332,l), +(327,462,o), +(352,554,o), +(484,554,cs), +(553,554,o), +(603,526,o), +(611,476,c), +(648,476,l), +(641,540,o), +(578,584,o), +(485,584,cs), +(355,584,o), +(290,510,o), +(290,336,cs), +(290,216,o), +(342,142,o), +(477,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(394,173,o), +(336,209,o), +(336,282,cs), +(336,346,o), +(391,396,o), +(480,396,cs), +(562,396,o), +(617,360,o), +(617,286,cs), +(617,218,o), +(571,173,o), +(478,173,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +pos = (247,190); +ref = sixinferior; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,67,o), +(151,181,o), +(151,364,cs), +(151,547,o), +(279,661,o), +(459,661,cs), +(640,661,o), +(767,547,o), +(767,364,cs), +(767,181,o), +(640,67,o), +(459,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(591,143,o), +(675,199,o), +(675,300,cs), +(675,386,o), +(610,435,o), +(514,435,cs), +(464,435,o), +(423,419,o), +(403,395,c), +(396,396,l), +(398,450,o), +(427,474,o), +(469,474,cs), +(497,474,o), +(512,470,o), +(523,456,c), +(669,456,l), +(655,534,o), +(583,586,o), +(474,586,cs), +(352,586,o), +(247,528,o), +(247,362,cs), +(247,185,o), +(355,143,o), +(465,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(434,254,o), +(411,267,o), +(411,294,cs), +(411,319,o), +(428,335,o), +(468,335,cs), +(506,335,o), +(526,321,o), +(526,294,cs), +(526,270,o), +(507,254,o), +(468,254,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +pos = (228,193); +ref = sixinferior; +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(409,143,o), +(445,180,o), +(445,288,cs), +(445,373,o), +(423,428,o), +(358,428,cs), +(325,428,o), +(294,407,o), +(284,352,c), +(281,352,l), +(283,493,o), +(295,561,o), +(351,561,cs), +(383,561,o), +(402,542,o), +(408,478,c), +(436,478,l), +(430,550,o), +(404,587,o), +(351,587,cs), +(288,587,o), +(250,534,o), +(253,339,cs), +(255,215,o), +(276,143,o), +(353,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(315,169,o), +(289,201,o), +(289,284,cs), +(289,355,o), +(309,404,o), +(353,404,cs), +(390,404,o), +(415,381,o), +(415,288,cs), +(415,217,o), +(403,169,o), +(353,169,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = whiteCircle; +}, +{ +alignment = -1; +pos = (206,188); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 698; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(443,145,o), +(492,193,o), +(492,295,cs), +(492,388,o), +(464,440,o), +(394,440,cs), +(365,440,o), +(341,426,o), +(334,408,c), +(328,408,l), +(327,467,o), +(334,496,o), +(357,496,cs), +(370,496,o), +(381,485,o), +(381,465,c), +(486,465,l), +(483,551,o), +(429,588,o), +(357,588,cs), +(272,588,o), +(214,541,o), +(214,362,cs), +(214,232,o), +(242,145,o), +(357,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(343,236,o), +(334,248,o), +(334,297,cs), +(334,334,o), +(339,354,o), +(359,354,cs), +(373,354,o), +(382,342,o), +(382,293,cs), +(382,258,o), +(377,236,o), +(357,236,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (198,189); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 686; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( (660,-10,o), (811,140,o), (811,363,cs), @@ -303,13 +1538,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (224,189); ref = sixinferior; } @@ -410,13 +1646,14 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (217,191); ref = sixinferior; } @@ -428,7 +1665,7 @@ weight = -450; width = 50; }; }; -width = 855; +width = 835; }, { background = { @@ -517,13 +1754,14 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (216,190); ref = sixinferior; } @@ -617,13 +1855,14 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (199,193); ref = sixinferior; } @@ -717,7 +1956,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -725,11 +1964,11 @@ ref = whiteCircle; }, { masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (243,188); +pos = (220,188); ref = sixinferior; } ); -width = 727; +width = 681; }, { background = { @@ -818,7 +2057,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -826,11 +2065,11 @@ ref = whiteCircle; }, { masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (231,189); +pos = (212,189); ref = sixinferior; } ); -width = 731; +width = 709; }, { background = { @@ -919,7 +2158,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -927,11 +2166,11 @@ ref = whiteCircle; }, { masterId = master01; -pos = (256,189); +pos = (266,186); ref = sixinferior; } ); -width = 891; +width = 843; }, { background = { @@ -1020,7 +2259,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -1028,11 +2267,11 @@ ref = whiteCircle; }, { masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (245,191); +pos = (260,188); ref = sixinferior; } ); -width = 873; +width = 815; }, { background = { @@ -1121,7 +2360,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -1129,11 +2368,11 @@ ref = whiteCircle; }, { masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (247,190); +pos = (237,190); ref = sixinferior; } ); -width = 903; +width = 883; }, { background = { @@ -1222,7 +2461,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -1230,11 +2469,11 @@ ref = whiteCircle; }, { masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (228,193); +pos = (207,193); ref = sixinferior; } ); -width = 880; +width = 850; } ); metricLeft = one.sansSerifCircled; diff --git a/sources/MonaSans.glyphspackage/glyphs/six.dnom.glyph b/sources/MonaSans.glyphspackage/glyphs/six.dnom.glyph index 35ef79e5..a3b950de 100644 --- a/sources/MonaSans.glyphspackage/glyphs/six.dnom.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/six.dnom.glyph @@ -7,49 +7,49 @@ shapes = ( { closed = 1; nodes = ( -(219,-5,o), -(262,38,o), -(262,126,cs), -(262,207,o), -(238,252,o), -(177,252,cs), -(151,252,o), -(131,240,o), -(125,227,c), -(121,227,l), -(119,269,o), -(124,296,o), -(142,296,cs), -(153,296,o), -(162,287,o), -(162,272,c), -(257,272,l), -(255,343,o), -(211,380,o), -(143,380,cs), -(67,380,o), -(16,338,o), -(16,185,cs), -(16,72,o), -(41,-5,o), -(143,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(132,78,o), -(126,88,o), -(126,128,cs), -(126,156,o), -(128,173,o), -(144,173,cs), -(155,173,o), -(162,164,o), -(162,124,cs), -(162,96,o), -(158,78,o), -(143,78,cs) +(227,-5,o), +(270,38,o), +(270,126,cs), +(270,207,o), +(246,252,o), +(185,252,cs), +(159,252,o), +(139,240,o), +(133,227,c), +(129,227,l), +(127,269,o), +(132,296,o), +(150,296,cs), +(161,296,o), +(170,287,o), +(170,272,c), +(265,272,l), +(263,343,o), +(219,380,o), +(151,380,cs), +(75,380,o), +(24,338,o), +(24,185,cs), +(24,72,o), +(49,-5,o), +(151,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(140,78,o), +(134,88,o), +(134,128,cs), +(134,156,o), +(136,173,o), +(152,173,cs), +(163,173,o), +(170,164,o), +(170,124,cs), +(170,96,o), +(166,78,o), +(151,78,cs) ); } ); @@ -60,7 +60,7 @@ weight = -400; width = 52; }; }; -width = 277; +width = 293; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -124,54 +124,176 @@ width = 55; width = 268; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(279,-4,o), -(335,45,o), -(335,125,cs), -(335,199,o), -(284,249,o), -(210,249,cs), +(313,-4,o), +(379,45,o), +(379,129,cs), +(379,209,o), +(319,255,o), +(223,255,cs), +(153,255,o), +(96,221,o), +(80,170,c), +(77,170,l), +(78,289,o), +(101,372,o), +(222,372,cs), +(285,372,o), +(329,347,o), +(337,301,c), +(372,301,l), +(365,361,o), +(307,401,o), +(222,401,cs), +(103,401,o), +(43,333,o), +(43,173,cs), +(43,62,o), +(92,-4,o), +(215,-4,cs) +); +}, +{ +closed = 1; +nodes = ( +(139,25,o), +(87,58,o), +(87,124,cs), +(87,182,o), +(136,228,o), +(218,228,cs), +(292,228,o), +(343,195,o), +(343,128,cs), +(343,66,o), +(301,25,o), +(216,25,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 418; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(329,-5,o), +(404,44,o), +(404,131,cs), +(404,206,o), +(346,249,o), +(259,249,cs), +(212,249,o), +(174,234,o), +(156,213,c), +(150,214,l), +(152,262,o), +(177,284,o), +(222,284,cs), +(245,284,o), +(265,282,o), +(275,267,c), +(399,267,l), +(388,333,o), +(325,380,o), +(226,380,cs), +(115,380,o), +(24,328,o), +(24,185,cs), +(24,32,o), +(118,-5,o), +(218,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(186,90,o), +(163,102,o), +(163,126,cs), +(163,149,o), +(182,164,o), +(221,164,cs), +(258,164,o), +(278,151,o), +(278,127,cs), +(278,104,o), +(258,90,o), +(220,90,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 428; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(276,-4,o), +(332,45,o), +(332,125,cs), +(332,199,o), +(281,249,o), +(209,249,cs), (150,249,o), -(109,218,o), -(97,174,c), -(95,174,l), -(97,294,o), -(115,374,o), -(208,374,cs), -(259,374,o), -(293,348,o), -(300,304,c), -(331,304,l), -(325,363,o), -(276,402,o), -(208,402,cs), -(112,402,o), -(65,334,o), -(65,172,cs), -(65,61,o), -(108,-4,o), -(202,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,24,o), -(103,61,o), -(103,121,cs), -(103,178,o), -(141,223,o), -(204,223,cs), -(262,223,o), -(302,185,o), -(302,125,cs), -(302,64,o), -(262,24,o), -(203,24,cs) +(110,218,o), +(98,174,c), +(96,174,l), +(98,294,o), +(116,374,o), +(207,374,cs), +(256,374,o), +(290,348,o), +(297,304,c), +(328,304,l), +(322,363,o), +(273,402,o), +(207,402,cs), +(113,402,o), +(66,334,o), +(66,172,cs), +(66,61,o), +(109,-4,o), +(201,-4,cs) +); +}, +{ +closed = 1; +nodes = ( +(144,24,o), +(104,61,o), +(104,121,cs), +(104,178,o), +(142,223,o), +(203,223,cs), +(259,223,o), +(299,185,o), +(299,125,cs), +(299,64,o), +(259,24,o), +(202,24,cs) ); } ); @@ -254,190 +376,68 @@ type = Stem; } ); }; -width = 396; +width = 393; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(288,-5,o), -(350,50,o), -(350,129,cs), -(350,199,o), -(301,246,o), -(228,246,cs), -(191,246,o), -(163,236,o), -(147,221,c), -(143,221,l), -(142,265,o), -(168,285,o), -(200,285,cs), -(218,285,o), -(237,278,o), -(241,267,c), -(355,267,l), -(345,335,o), -(289,380,o), -(201,380,cs), -(94,380,o), -(32,311,o), -(32,186,cs), -(32,49,o), -(97,-5,o), -(193,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(171,93,o), -(154,108,o), -(154,129,cs), -(154,150,o), -(171,163,o), -(196,163,cs), -(221,163,o), -(238,149,o), -(238,128,cs), -(238,107,o), -(221,93,o), -(196,93,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 386; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,-4,o), -(379,45,o), -(379,129,cs), -(379,209,o), -(319,255,o), -(223,255,cs), -(153,255,o), -(96,221,o), -(80,170,c), -(77,170,l), -(78,289,o), -(101,372,o), -(222,372,cs), -(285,372,o), -(329,347,o), -(337,301,c), -(372,301,l), -(365,361,o), -(307,401,o), -(222,401,cs), -(103,401,o), -(43,333,o), -(43,173,cs), -(43,62,o), -(92,-4,o), -(215,-4,cs) +(276,-5,o), +(336,50,o), +(336,129,cs), +(336,199,o), +(289,246,o), +(220,246,cs), +(186,246,o), +(159,236,o), +(145,221,c), +(141,221,l), +(140,265,o), +(164,285,o), +(192,285,cs), +(205,285,o), +(224,279,o), +(228,267,c), +(341,267,l), +(331,335,o), +(277,380,o), +(193,380,cs), +(90,380,o), +(31,310,o), +(31,186,cs), +(31,49,o), +(94,-5,o), +(185,-5,cs) ); }, { closed = 1; nodes = ( -(139,25,o), -(87,58,o), -(87,124,cs), -(87,182,o), -(136,228,o), -(218,228,cs), -(292,228,o), -(343,195,o), -(343,128,cs), -(343,66,o), -(301,25,o), -(216,25,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 418; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,-5,o), -(398,44,o), -(398,131,cs), -(398,206,o), -(340,249,o), -(253,249,cs), -(206,249,o), -(168,234,o), -(150,213,c), -(144,214,l), -(146,262,o), -(171,284,o), -(216,284,cs), -(239,284,o), -(259,282,o), -(269,267,c), -(393,267,l), -(382,333,o), -(319,380,o), -(220,380,cs), -(109,380,o), -(18,328,o), -(18,185,cs), -(18,32,o), -(112,-5,o), -(212,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,90,o), -(157,102,o), -(157,126,cs), -(157,149,o), -(176,164,o), -(215,164,cs), -(252,164,o), -(272,151,o), -(272,127,cs), -(272,104,o), -(252,90,o), -(214,90,cs) +(166,93,o), +(150,108,o), +(150,129,cs), +(150,150,o), +(166,163,o), +(188,163,cs), +(210,163,o), +(225,149,o), +(225,128,cs), +(225,107,o), +(210,93,o), +(188,93,cs) ); } ); userData = { RMXScaler = { height = 52; -weight = -390; +weight = -370; width = 54; }; }; -width = 416; +width = 369; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -506,49 +506,49 @@ shapes = ( { closed = 1; nodes = ( -(162,-5,o), -(212,34,o), -(229,117,cs), -(243,184,o), -(231,243,o), -(174,248,cs), -(148,250,o), -(130,245,o), -(117,228,c), -(112,228,l), -(119,269,o), -(128,296,o), -(146,296,cs), -(159,296,o), -(163,283,o), -(162,272,c), -(256,272,l), -(264,342,o), -(222,379,o), -(149,379,cs), -(83,379,o), -(31,338,o), -(1,196,cs), -(-24,80,o), -(-14,-5,o), -(100,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(89,78,o), -(89,97,o), -(96,129,cs), -(102,159,o), -(109,173,o), -(121,173,cs), -(138,173,o), -(136,150,o), -(130,122,cs), -(125,97,o), -(118,78,o), -(105,78,cs) +(170,-5,o), +(220,34,o), +(237,117,cs), +(251,184,o), +(239,243,o), +(182,248,cs), +(156,250,o), +(138,245,o), +(125,228,c), +(120,228,l), +(127,269,o), +(136,296,o), +(154,296,cs), +(167,296,o), +(171,283,o), +(170,272,c), +(264,272,l), +(272,342,o), +(230,379,o), +(157,379,cs), +(91,379,o), +(39,338,o), +(9,196,cs), +(-16,80,o), +(-6,-5,o), +(108,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(97,78,o), +(97,97,o), +(104,129,cs), +(110,159,o), +(117,173,o), +(129,173,cs), +(146,173,o), +(144,150,o), +(138,122,cs), +(133,97,o), +(126,78,o), +(113,78,cs) ); } ); @@ -559,7 +559,7 @@ weight = -400; width = 52; }; }; -width = 275; +width = 291; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -750,49 +750,853 @@ shapes = ( { closed = 1; nodes = ( -(294,-6,o), -(366,50,o), -(366,134,cs), -(366,206,o), -(310,246,o), -(224,246,cs), -(189,246,o), -(153,238,o), -(137,228,c), -(132,230,l), -(139,266,o), -(171,284,o), -(211,284,cs), -(242,284,o), -(261,279,o), -(267,262,c), -(390,262,l), -(381,334,o), -(325,379,o), -(220,379,cs), -(89,379,o), -(-2,294,o), -(-2,149,cs), -(-2,41,o), -(70,-6,o), -(177,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,89,o), -(127,102,o), -(127,124,cs), -(127,151,o), -(152,164,o), -(188,164,cs), -(220,164,o), -(241,151,o), -(241,129,cs), -(241,100,o), -(214,89,o), -(179,89,cs) +(300,-6,o), +(372,50,o), +(372,134,cs), +(372,206,o), +(316,246,o), +(230,246,cs), +(195,246,o), +(159,238,o), +(143,228,c), +(138,230,l), +(145,266,o), +(177,284,o), +(217,284,cs), +(248,284,o), +(267,279,o), +(273,262,c), +(396,262,l), +(387,334,o), +(331,379,o), +(226,379,cs), +(95,379,o), +(4,294,o), +(4,149,cs), +(4,41,o), +(76,-6,o), +(183,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(153,89,o), +(133,102,o), +(133,124,cs), +(133,151,o), +(158,164,o), +(194,164,cs), +(226,164,o), +(247,151,o), +(247,129,cs), +(247,100,o), +(220,89,o), +(185,89,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 427; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(171,-5,o), +(204,29,o), +(204,128,cs), +(204,204,o), +(184,256,o), +(124,256,cs), +(92,256,o), +(65,234,o), +(56,186,c), +(53,186,l), +(55,317,o), +(68,378,o), +(118,378,cs), +(146,378,o), +(165,361,o), +(170,302,c), +(196,302,l), +(190,370,o), +(165,402,o), +(117,402,cs), +(62,402,o), +(25,356,o), +(28,174,cs), +(30,60,o), +(50,-5,o), +(120,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(85,18,o), +(61,47,o), +(61,124,cs), +(61,191,o), +(80,234,o), +(119,234,cs), +(153,234,o), +(177,213,o), +(177,128,cs), +(177,61,o), +(165,18,o), +(120,18,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 228; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(210,-5,o), +(253,38,o), +(253,126,cs), +(253,207,o), +(229,252,o), +(168,252,cs), +(142,252,o), +(122,240,o), +(116,227,c), +(112,227,l), +(110,269,o), +(115,296,o), +(133,296,cs), +(144,296,o), +(153,287,o), +(153,272,c), +(248,272,l), +(246,343,o), +(202,380,o), +(134,380,cs), +(58,380,o), +(7,338,o), +(7,185,cs), +(7,72,o), +(32,-5,o), +(134,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(123,78,o), +(117,88,o), +(117,128,cs), +(117,156,o), +(119,173,o), +(135,173,cs), +(146,173,o), +(153,164,o), +(153,124,cs), +(153,96,o), +(149,78,o), +(134,78,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 259; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(259,-4,o), +(315,45,o), +(315,125,cs), +(315,199,o), +(264,249,o), +(190,249,cs), +(130,249,o), +(89,218,o), +(77,174,c), +(75,174,l), +(77,294,o), +(95,374,o), +(188,374,cs), +(239,374,o), +(273,348,o), +(280,304,c), +(311,304,l), +(305,363,o), +(256,402,o), +(188,402,cs), +(92,402,o), +(45,334,o), +(45,172,cs), +(45,61,o), +(88,-4,o), +(182,-4,cs) +); +}, +{ +closed = 1; +nodes = ( +(123,24,o), +(83,61,o), +(83,121,cs), +(83,178,o), +(121,223,o), +(184,223,cs), +(242,223,o), +(282,185,o), +(282,125,cs), +(282,64,o), +(242,24,o), +(183,24,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 356; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(267,-5,o), +(329,50,o), +(329,129,cs), +(329,199,o), +(280,246,o), +(207,246,cs), +(170,246,o), +(142,236,o), +(126,221,c), +(122,221,l), +(121,265,o), +(147,285,o), +(179,285,cs), +(197,285,o), +(216,278,o), +(220,267,c), +(334,267,l), +(324,335,o), +(268,380,o), +(180,380,cs), +(73,380,o), +(11,311,o), +(11,186,cs), +(11,49,o), +(76,-5,o), +(172,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(150,93,o), +(133,108,o), +(133,129,cs), +(133,150,o), +(150,163,o), +(175,163,cs), +(200,163,o), +(217,149,o), +(217,128,cs), +(217,107,o), +(200,93,o), +(175,93,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 344; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(303,-4,o), +(369,45,o), +(369,129,cs), +(369,209,o), +(309,255,o), +(213,255,cs), +(143,255,o), +(86,221,o), +(70,170,c), +(67,170,l), +(68,289,o), +(91,372,o), +(212,372,cs), +(275,372,o), +(319,347,o), +(327,301,c), +(362,301,l), +(355,361,o), +(297,401,o), +(212,401,cs), +(93,401,o), +(33,333,o), +(33,173,cs), +(33,62,o), +(82,-4,o), +(205,-4,cs) +); +}, +{ +closed = 1; +nodes = ( +(129,25,o), +(77,58,o), +(77,124,cs), +(77,182,o), +(126,228,o), +(208,228,cs), +(282,228,o), +(333,195,o), +(333,128,cs), +(333,66,o), +(291,25,o), +(206,25,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 398; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(313,-5,o), +(388,44,o), +(388,131,cs), +(388,206,o), +(330,249,o), +(243,249,cs), +(196,249,o), +(158,234,o), +(140,213,c), +(134,214,l), +(136,262,o), +(161,284,o), +(206,284,cs), +(229,284,o), +(249,282,o), +(259,267,c), +(383,267,l), +(372,333,o), +(309,380,o), +(210,380,cs), +(99,380,o), +(8,328,o), +(8,185,cs), +(8,32,o), +(102,-5,o), +(202,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,90,o), +(147,102,o), +(147,126,cs), +(147,149,o), +(166,164,o), +(205,164,cs), +(242,164,o), +(262,151,o), +(262,127,cs), +(262,104,o), +(242,90,o), +(204,90,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 396; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(120,-5,o), +(153,35,o), +(171,120,cs), +(186,192,o), +(181,256,o), +(115,256,cs), +(89,256,o), +(59,241,o), +(39,191,c), +(36,191,l), +(64,315,o), +(88,377,o), +(134,377,cs), +(175,377,o), +(180,344,o), +(175,297,c), +(199,297,l), +(204,346,o), +(203,400,o), +(135,400,cs), +(83,400,o), +(43,354,o), +(9,181,cs), +(-13,68,o), +(-8,-5,o), +(71,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(22,18,o), +(19,70,o), +(31,128,cs), +(44,189,o), +(67,234,o), +(106,234,cs), +(155,234,o), +(158,186,o), +(145,125,cs), +(131,59,o), +(113,18,o), +(72,18,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 220; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(151,-5,o), +(201,34,o), +(218,117,cs), +(232,184,o), +(220,243,o), +(163,248,cs), +(137,250,o), +(119,245,o), +(106,228,c), +(101,228,l), +(108,269,o), +(117,296,o), +(135,296,cs), +(148,296,o), +(152,283,o), +(151,272,c), +(245,272,l), +(253,342,o), +(211,379,o), +(138,379,cs), +(72,379,o), +(20,338,o), +(-10,196,cs), +(-35,80,o), +(-25,-5,o), +(89,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(78,78,o), +(78,97,o), +(85,129,cs), +(91,159,o), +(98,173,o), +(110,173,cs), +(127,173,o), +(125,150,o), +(119,122,cs), +(114,97,o), +(107,78,o), +(94,78,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 253; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,-6,o), +(287,56,o), +(287,134,cs), +(287,203,o), +(238,249,o), +(173,249,cs), +(123,249,o), +(78,226,o), +(58,179,c), +(55,179,l), +(65,304,o), +(120,373,o), +(200,373,cs), +(247,373,o), +(280,348,o), +(285,304,c), +(317,304,l), +(310,363,o), +(265,401,o), +(200,401,cs), +(92,401,o), +(25,301,o), +(25,147,cs), +(25,48,o), +(68,-6,o), +(151,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(94,22,o), +(60,59,o), +(60,117,cs), +(60,179,o), +(105,223,o), +(167,223,cs), +(219,223,o), +(254,188,o), +(254,134,cs), +(254,67,o), +(211,22,o), +(148,22,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 349; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(225,-5,o), +(292,48,o), +(292,133,cs), +(292,203,o), +(238,246,o), +(173,246,cs), +(143,246,o), +(115,237,o), +(103,226,c), +(99,228,l), +(106,267,o), +(128,285,o), +(163,285,cs), +(185,285,o), +(201,278,o), +(204,266,c), +(315,266,l), +(310,334,o), +(252,379,o), +(173,379,cs), +(46,379,o), +(-16,281,o), +(-16,156,cs), +(-16,53,o), +(39,-5,o), +(136,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(111,90,o), +(95,104,o), +(95,125,cs), +(95,147,o), +(108,167,o), +(140,167,cs), +(163,167,o), +(179,153,o), +(179,131,cs), +(179,106,o), +(162,90,o), +(133,90,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 324; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,-6,o), +(344,48,o), +(347,133,cs), +(350,210,o), +(289,256,o), +(202,256,cs), +(137,256,o), +(80,230,o), +(54,180,c), +(52,180,l), +(64,296,o), +(118,372,o), +(223,372,cs), +(298,372,o), +(337,338,o), +(341,293,c), +(374,293,l), +(370,363,o), +(308,401,o), +(224,401,cs), +(105,401,o), +(23,318,o), +(17,155,cs), +(13,48,o), +(67,-6,o), +(178,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(101,24,o), +(52,59,o), +(54,120,cs), +(57,189,o), +(116,229,o), +(194,229,cs), +(261,229,o), +(313,198,o), +(311,133,cs), +(309,68,o), +(264,24,o), +(178,24,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 404; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(279,-6,o), +(351,50,o), +(351,134,cs), +(351,206,o), +(295,246,o), +(209,246,cs), +(174,246,o), +(138,238,o), +(122,228,c), +(117,230,l), +(124,266,o), +(156,284,o), +(196,284,cs), +(227,284,o), +(246,279,o), +(252,262,c), +(375,262,l), +(366,334,o), +(310,379,o), +(205,379,cs), +(74,379,o), +(-17,294,o), +(-17,149,cs), +(-17,41,o), +(55,-6,o), +(162,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(132,89,o), +(112,102,o), +(112,124,cs), +(112,151,o), +(137,164,o), +(173,164,cs), +(205,164,o), +(226,151,o), +(226,129,cs), +(226,100,o), +(199,89,o), +(164,89,cs) ); } ); @@ -803,7 +1607,7 @@ weight = -390; width = 54; }; }; -width = 415; +width = 385; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/six.glyph b/sources/MonaSans.glyphspackage/glyphs/six.glyph index 0b11cd63..e712cd9e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/six.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/six.glyph @@ -1,7 +1,7 @@ { glyphname = six; -kernLeft = zero; -kernRight = six; +kernLeft = KO_six; +kernRight = KO_six; layers = ( { background = { @@ -9,49 +9,49 @@ shapes = ( { closed = 1; nodes = ( -(386,-9,o), -(475,71,o), -(475,242,cs), -(475,396,o), -(417,483,o), -(313,483,cs), -(266,483,o), -(225,461,o), -(212,427,c), -(203,427,l), -(201,522,o), -(210,580,o), -(252,580,cs), -(275,580,o), -(294,562,o), -(294,526,c), -(465,526,l), -(461,661,o), -(379,730,o), -(252,730,cs), -(111,730,o), -(16,651,o), -(16,352,cs), -(16,135,o), -(63,-9,o), -(253,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,140,o), -(213,161,o), -(213,245,cs), -(213,307,o), -(221,342,o), -(255,342,cs), -(280,342,o), -(295,322,o), -(295,238,cs), -(295,177,o), -(287,140,o), -(253,140,cs) +(392,-9,o), +(481,71,o), +(481,242,cs), +(481,396,o), +(423,483,o), +(319,483,cs), +(272,483,o), +(231,461,o), +(218,427,c), +(209,427,l), +(207,522,o), +(216,580,o), +(258,580,cs), +(281,580,o), +(300,562,o), +(300,526,c), +(471,526,l), +(467,661,o), +(385,730,o), +(258,730,cs), +(117,730,o), +(22,651,o), +(22,352,cs), +(22,135,o), +(69,-9,o), +(259,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,140,o), +(219,161,o), +(219,245,cs), +(219,307,o), +(227,342,o), +(261,342,cs), +(286,342,o), +(301,322,o), +(301,238,cs), +(301,177,o), +(293,140,o), +(259,140,cs) ); } ); @@ -61,53 +61,53 @@ shapes = ( { closed = 1; nodes = ( -(400,-9,o), -(480,72,o), -(480,245,cs), -(480,401,o), -(435,489,o), -(317,489,cs), -(269,489,o), -(228,466,o), -(214,432,c), -(205,432,l), -(203,528,o), -(212,587,o), -(255,587,cs), -(278,587,o), -(297,568,o), -(297,532,c), -(470,532,l), -(466,669,o), -(383,738,o), -(255,738,cs), -(112,738,o), -(16,658,o), -(16,356,cs), -(16,137,o), -(64,-9,o), -(256,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(231,142,o), -(215,163,o), -(215,248,cs), -(215,311,o), -(224,346,o), -(258,346,cs), -(283,346,o), -(298,326,o), -(298,241,cs), -(298,179,o), -(290,142,o), -(256,142,cs) +(414,-9,o), +(495,72,o), +(495,245,cs), +(495,401,o), +(449,489,o), +(331,489,cs), +(283,489,o), +(242,467,o), +(229,432,c), +(220,432,l), +(218,529,o), +(227,587,o), +(269,587,cs), +(292,587,o), +(312,569,o), +(312,533,c), +(485,533,l), +(481,669,o), +(398,739,o), +(269,739,cs), +(126,739,o), +(30,659,o), +(30,356,cs), +(30,137,o), +(78,-9,o), +(270,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(245,142,o), +(230,163,o), +(230,248,cs), +(230,311,o), +(238,346,o), +(272,346,cs), +(298,346,o), +(313,326,o), +(313,241,cs), +(313,179,o), +(305,142,o), +(270,142,cs) ); } ); -width = 495; +width = 519; }, { background = { @@ -115,49 +115,49 @@ shapes = ( { closed = 1; nodes = ( -(288,-10,o), -(345,48,o), -(345,231,cs), -(345,371,o), -(310,464,o), -(201,464,cs), -(145,464,o), -(94,427,o), -(77,329,c), -(74,329,l), -(79,545,o), -(99,703,o), -(207,703,cs), -(267,703,o), -(299,664,o), -(310,552,c), -(340,552,l), -(329,664,o), -(294,730,o), -(206,730,cs), -(112,730,o), -(46,650,o), -(46,315,cs), -(46,120,o), -(84,-10,o), -(203,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,17,o), -(86,75,o), -(86,223,cs), -(86,352,o), -(123,438,o), -(201,438,cs), -(269,438,o), -(315,397,o), -(315,231,cs), -(315,103,o), -(293,17,o), -(203,17,cs) +(296,-10,o), +(353,48,o), +(353,231,cs), +(353,371,o), +(318,464,o), +(209,464,cs), +(153,464,o), +(102,427,o), +(85,329,c), +(82,329,l), +(87,545,o), +(107,703,o), +(215,703,cs), +(275,703,o), +(307,664,o), +(318,552,c), +(348,552,l), +(337,664,o), +(302,730,o), +(214,730,cs), +(120,730,o), +(54,650,o), +(54,315,cs), +(54,120,o), +(92,-10,o), +(211,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,17,o), +(94,75,o), +(94,223,cs), +(94,352,o), +(131,438,o), +(209,438,cs), +(277,438,o), +(323,397,o), +(323,231,cs), +(323,103,o), +(301,17,o), +(211,17,cs) ); } ); @@ -167,53 +167,213 @@ shapes = ( { closed = 1; nodes = ( -(293,-10,o), -(351,50,o), -(351,234,cs), -(351,374,o), -(316,468,o), -(207,468,cs), -(145,468,o), -(96,426,o), -(79,330,c), -(74,330,l), -(79,587,o), -(101,709,o), -(202,709,cs), -(259,709,o), -(294,676,o), -(305,558,c), -(336,558,l), -(325,678,o), -(286,738,o), -(201,738,cs), -(108,738,o), -(47,662,o), -(47,359,cs), -(47,147,o), -(69,-10,o), -(206,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(137,18,o), -(89,76,o), -(89,226,cs), -(89,355,o), -(126,442,o), -(204,442,cs), -(272,442,o), -(319,401,o), -(319,234,cs), -(319,104,o), -(296,18,o), -(206,18,cs) +(302,-10,o), +(359,50,o), +(359,234,cs), +(359,375,o), +(324,469,o), +(216,469,cs), +(153,469,o), +(104,426,o), +(87,330,c), +(82,330,l), +(87,587,o), +(109,710,o), +(211,710,cs), +(267,710,o), +(303,676,o), +(314,559,c), +(344,559,l), +(333,678,o), +(295,739,o), +(209,739,cs), +(116,739,o), +(55,662,o), +(55,359,cs), +(55,147,o), +(77,-10,o), +(215,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(145,18,o), +(97,76,o), +(97,226,cs), +(97,355,o), +(135,442,o), +(213,442,cs), +(280,442,o), +(327,401,o), +(327,234,cs), +(327,104,o), +(305,18,o), +(215,18,cs) +); +} +); +width = 403; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(537,-8,o), +(655,81,o), +(655,234,cs), +(655,383,o), +(545,468,o), +(366,468,cs), +(229,468,o), +(121,400,o), +(91,298,c), +(87,298,l), +(89,535,o), +(129,704,o), +(374,704,cs), +(499,704,o), +(590,652,o), +(603,559,c), +(642,559,l), +(631,667,o), +(524,738,o), +(374,738,cs), +(153,738,o), +(52,611,o), +(52,313,cs), +(52,122,o), +(127,-8,o), +(360,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(208,26,o), +(104,92,o), +(104,226,cs), +(104,342,o), +(203,434,o), +(365,434,cs), +(514,434,o), +(614,369,o), +(614,234,cs), +(614,109,o), +(531,26,o), +(362,26,cs) +); +} +); +width = 693; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(592,-9,o), +(726,83,o), +(726,246,cs), +(726,384,o), +(630,477,o), +(443,477,cs), +(364,477,o), +(292,453,o), +(260,417,c), +(250,419,l), +(253,511,o), +(299,562,o), +(392,562,cs), +(442,562,o), +(480,552,o), +(498,518,c), +(716,518,l), +(692,634,o), +(604,730,o), +(399,730,cs), +(193,730,o), +(28,629,o), +(28,351,cs), +(28,68,o), +(195,-9,o), +(384,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(319,158,o), +(273,185,o), +(273,241,cs), +(273,292,o), +(311,327,o), +(389,327,cs), +(463,327,o), +(504,298,o), +(504,242,cs), +(504,191,o), +(466,158,o), +(388,158,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(602,-9,o), +(741,85,o), +(741,253,cs), +(741,400,o), +(632,483,o), +(468,483,cs), +(377,483,o), +(303,451,o), +(269,402,c), +(259,404,l), +(262,512,o), +(309,569,o), +(403,569,cs), +(453,569,o), +(492,559,o), +(510,524,c), +(731,524,l), +(710,653,o), +(590,739,o), +(410,739,cs), +(201,739,o), +(34,637,o), +(34,355,cs), +(34,69,o), +(203,-9,o), +(395,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(329,160,o), +(282,187,o), +(282,244,cs), +(282,296,o), +(321,331,o), +(400,331,cs), +(475,331,o), +(516,302,o), +(516,245,cs), +(516,193,o), +(478,160,o), +(399,160,cs) ); } ); -width = 394; +width = 765; }, { background = { @@ -221,101 +381,101 @@ shapes = ( { closed = 1; nodes = ( -(436,-8,o), -(532,83,o), -(532,229,cs), -(532,371,o), -(442,464,o), -(311,464,cs), -(202,464,o), -(124,403,o), -(102,311,c), -(99,311,l), -(103,532,o), -(132,696,o), -(313,696,cs), -(409,696,o), -(478,645,o), -(488,552,c), -(522,552,l), -(513,662,o), -(436,730,o), -(313,730,cs), -(143,730,o), -(64,605,o), -(64,315,cs), -(64,115,o), -(135,-8,o), -(301,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(189,26,o), -(112,100,o), -(112,223,cs), -(112,339,o), -(184,431,o), -(305,431,cs), -(416,431,o), -(491,355,o), -(491,231,cs), -(491,107,o), -(416,26,o), -(303,26,cs) +(463,-8,o), +(559,83,o), +(559,229,cs), +(559,371,o), +(469,464,o), +(338,464,cs), +(229,464,o), +(151,403,o), +(129,311,c), +(126,311,l), +(130,532,o), +(159,696,o), +(340,696,cs), +(436,696,o), +(505,645,o), +(515,552,c), +(549,552,l), +(540,662,o), +(463,730,o), +(340,730,cs), +(170,730,o), +(91,605,o), +(91,315,cs), +(91,115,o), +(162,-8,o), +(328,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(216,26,o), +(139,100,o), +(139,223,cs), +(139,339,o), +(211,431,o), +(332,431,cs), +(443,431,o), +(518,355,o), +(518,231,cs), +(518,107,o), +(443,26,o), +(330,26,cs) ); } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(448,-8,o), -(547,82,o), -(547,227,cs), -(547,364,o), -(454,456,o), -(318,456,cs), -(205,456,o), -(125,397,o), -(103,306,c), -(100,306,l), -(104,543,o), -(134,704,o), -(322,704,cs), -(416,704,o), +(457,-8,o), +(546,86,o), +(546,227,cs), +(546,365,o), +(461,457,o), +(336,457,cs), +(231,457,o), +(156,397,o), +(134,307,c), +(131,307,l), +(136,572,o), +(188,703,o), +(339,703,cs), +(423,703,o), (487,659,o), -(502,563,c), -(538,563,l), -(529,669,o), -(441,738,o), -(322,738,cs), -(147,738,o), -(65,615,o), -(65,311,cs), -(65,113,o), -(139,-8,o), -(310,-8,cs) +(501,564,c), +(537,564,l), +(528,669,o), +(448,739,o), +(339,739,cs), +(174,739,o), +(97,610,o), +(97,311,cs), +(97,113,o), +(166,-8,o), +(327,-8,cs) ); }, { closed = 1; nodes = ( -(193,26,o), -(113,99,o), -(113,219,cs), -(113,332,o), -(188,422,o), -(314,422,cs), -(428,422,o), +(219,28,o), +(144,104,o), +(144,224,cs), +(144,333,o), +(215,422,o), +(332,422,cs), +(436,422,o), (507,347,o), (507,227,cs), -(507,106,o), -(428,26,o), -(312,26,cs) +(507,109,o), +(435,28,o), +(329,28,cs) ); } ); @@ -393,7 +553,7 @@ type = Stem; } ); }; -width = 603; +width = 617; }, { background = { @@ -401,159 +561,213 @@ shapes = ( { closed = 1; nodes = ( -(488,-9,o), -(600,82,o), -(600,244,cs), -(600,387,o), -(510,483,o), -(374,483,cs), -(310,483,o), -(259,461,o), -(234,427,c), -(226,427,l), -(223,522,o), -(264,566,o), -(328,566,cs), -(367,566,o), -(399,550,o), -(408,526,c), -(595,526,l), -(581,648,o), -(484,730,o), -(329,730,cs), -(141,730,o), -(31,603,o), -(31,356,cs), -(31,100,o), -(147,-9,o), -(322,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,156,o), -(239,192,o), -(239,249,cs), -(239,306,o), -(272,342,o), -(325,342,cs), -(378,342,o), -(411,306,o), -(411,249,cs), -(411,192,o), -(378,156,o), -(325,156,cs) +(503,-9,o), +(615,82,o), +(615,244,cs), +(615,387,o), +(525,483,o), +(389,483,cs), +(325,483,o), +(274,461,o), +(249,427,c), +(241,427,l), +(238,522,o), +(279,566,o), +(343,566,cs), +(382,566,o), +(414,550,o), +(423,526,c), +(610,526,l), +(596,648,o), +(499,730,o), +(344,730,cs), +(156,730,o), +(46,603,o), +(46,356,cs), +(46,100,o), +(162,-9,o), +(337,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,156,o), +(254,192,o), +(254,249,cs), +(254,306,o), +(287,342,o), +(340,342,cs), +(393,342,o), +(426,306,o), +(426,249,cs), +(426,192,o), +(393,156,o), +(340,156,cs) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(501,-9,o), -(616,94,o), -(616,248,cs), -(616,384,o), -(524,475,o), -(386,475,cs), -(310,475,o), -(255,448,o), -(229,412,c), -(221,412,l), -(221,520,o), -(266,576,o), -(340,576,cs), -(381,576,o), -(419,558,o), -(428,526,c), -(622,526,l), -(605,654,o), -(503,739,o), -(342,739,cs), -(144,739,o), -(31,606,o), -(31,354,cs), -(31,98,o), -(148,-9,o), -(327,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(278,158,o), -(242,193,o), -(242,246,cs), -(242,298,o), -(278,333,o), -(333,333,cs), -(386,333,o), -(423,298,o), -(423,246,cs), -(423,193,o), -(386,158,o), -(333,158,cs) +(498,-10,o), +(610,94,o), +(610,248,cs), +(610,383,o), +(522,476,o), +(390,476,cs), +(325,476,o), +(280,452,o), +(253,412,c), +(240,412,l), +(240,515,o), +(281,568,o), +(342,568,cs), +(379,568,o), +(406,551,o), +(413,519,c), +(616,519,l), +(599,655,o), +(500,739,o), +(344,739,cs), +(153,739,o), +(45,605,o), +(45,354,cs), +(45,99,o), +(158,-10,o), +(330,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(292,157,o), +(263,192,o), +(263,244,cs), +(263,296,o), +(292,330,o), +(336,330,cs), +(379,330,o), +(408,296,o), +(408,244,cs), +(408,192,o), +(379,157,o), +(336,157,cs) ); } ); width = 649; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(527,-8,o), -(645,81,o), -(645,234,cs), -(645,382,o), -(535,467,o), -(357,467,cs), -(219,467,o), -(112,400,o), -(82,297,c), -(78,297,l), -(80,534,o), -(120,703,o), -(364,703,cs), -(490,703,o), -(581,651,o), -(594,558,c), -(632,558,l), -(621,667,o), -(515,737,o), -(364,737,cs), -(144,737,o), -(42,610,o), -(42,313,cs), -(42,121,o), -(118,-8,o), -(351,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,26,o), -(95,92,o), -(95,226,cs), -(95,342,o), -(194,434,o), -(356,434,cs), -(505,434,o), -(605,368,o), -(605,234,cs), -(605,109,o), -(522,26,o), -(353,26,cs) +(250,-10,o), +(314,49,o), +(349,221,cs), +(378,352,o), +(369,469,o), +(247,469,cs), +(198,469,o), +(143,440,o), +(104,341,c), +(98,341,l), +(155,587,o), +(201,708,o), +(294,708,cs), +(386,708,o), +(380,623,o), +(373,548,c), +(402,548,l), +(411,641,o), +(410,738,o), +(294,738,cs), +(204,738,o), +(131,650,o), +(69,328,cs), +(32,138,o), +(30,-10,o), +(173,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(77,18,o), +(68,120,o), +(92,235,cs), +(118,360,o), +(168,441,o), +(241,441,cs), +(339,441,o), +(344,348,o), +(318,224,cs), +(292,99,o), +(255,18,o), +(175,18,cs) +); +} +); +width = 400; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(356,-9,o), +(449,65,o), +(483,226,cs), +(511,360,o), +(488,473,o), +(372,483,cs), +(327,487,o), +(282,468,o), +(262,435,c), +(253,435,l), +(270,528,o), +(290,586,o), +(330,586,cs), +(358,586,o), +(368,561,o), +(364,532,c), +(535,532,l), +(551,664,o), +(475,738,o), +(336,738,cs), +(210,738,o), +(110,657,o), +(52,377,cs), +(5,154,o), +(23,-9,o), +(238,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(207,142,o), +(212,190,o), +(225,250,cs), +(238,313,o), +(252,345,o), +(281,345,cs), +(320,345,o), +(316,299,o), +(304,237,cs), +(291,178,o), +(276,142,o), +(247,142,cs) ); } ); -width = 681; +width = 514; }, { background = { @@ -561,213 +775,1199 @@ shapes = ( { closed = 1; nodes = ( -(579,-9,o), -(713,83,o), -(713,246,cs), -(713,384,o), -(617,477,o), -(430,477,cs), -(351,477,o), -(279,453,o), -(247,417,c), -(237,419,l), -(240,511,o), -(286,562,o), -(379,562,cs), -(429,562,o), -(467,552,o), -(485,518,c), -(703,518,l), -(679,634,o), -(591,730,o), -(386,730,cs), -(180,730,o), -(15,629,o), -(15,351,cs), -(15,68,o), -(182,-9,o), -(371,-9,cs) +(456,-10,o), +(549,105,o), +(549,243,cs), +(549,368,o), +(463,451,o), +(347,451,cs), +(248,451,o), +(162,401,o), +(127,311,c), +(123,311,l), +(141,557,o), +(244,695,o), +(402,695,cs), +(493,695,o), +(559,646,o), +(568,558,c), +(606,558,l), +(593,661,o), +(518,729,o), +(401,729,cs), +(214,729,o), +(89,557,o), +(89,257,cs), +(89,89,o), +(161,-10,o), +(309,-10,cs) ); }, { closed = 1; nodes = ( -(306,158,o), -(260,185,o), -(260,241,cs), -(260,292,o), -(298,327,o), -(376,327,cs), -(450,327,o), -(491,298,o), -(491,242,cs), -(491,191,o), -(453,158,o), -(375,158,cs) +(202,24,o), +(134,91,o), +(134,209,cs), +(134,331,o), +(217,417,o), +(340,417,cs), +(442,417,o), +(510,348,o), +(510,243,cs), +(510,112,o), +(428,24,o), +(304,24,cs) ); } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { closed = 1; nodes = ( -(583,-9,o), -(721,85,o), -(721,253,cs), -(721,400,o), -(612,482,o), -(448,482,cs), -(358,482,o), -(283,450,o), -(250,402,c), -(240,404,l), -(243,512,o), +(462,-10,o), +(558,104,o), +(558,245,cs), +(558,373,o), +(470,457,o), +(351,457,cs), +(253,457,o), +(167,410,o), +(127,315,c), +(123,315,l), +(143,564,o), +(248,704,o), +(408,704,cs), +(502,704,o), +(567,652,o), +(576,565,c), +(614,565,l), +(602,669,o), +(523,738,o), +(407,738,cs), +(213,738,o), +(89,556,o), +(89,267,cs), +(89,84,o), +(167,-10,o), +(314,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(201,24,o), +(136,97,o), +(136,213,cs), +(136,336,o), +(225,422,o), +(345,422,cs), +(448,422,o), +(518,352,o), +(518,245,cs), +(518,113,o), +(433,24,o), +(309,24,cs) +); +} +); +width = 621; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(460,-8,o), +(573,76,o), +(595,225,cs), +(616,377,o), +(534,478,o), +(403,478,cs), +(352,478,o), +(300,464,o), +(270,433,c), +(263,436,l), +(279,519,o), +(323,567,o), +(385,567,cs), +(429,567,o), +(457,548,o), +(462,515,c), +(650,515,l), +(642,643,o), +(542,729,o), +(401,729,cs), +(188,729,o), +(86,574,o), +(61,362,cs), +(35,141,o), +(114,-8,o), +(313,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(262,154,o), +(240,200,o), +(249,258,cs), +(257,310,o), +(289,344,o), +(340,344,cs), +(395,344,o), +(417,298,o), +(408,240,cs), +(400,188,o), +(368,154,o), +(317,154,cs) +); +} +); +}; +guides = ( +{ +pos = (632,520); +} +); +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(499,-10,o), +(624,95,o), +(624,259,cs), +(624,393,o), +(524,476,o), +(404,476,cs), +(344,476,o), +(287,455,o), +(262,422,c), +(255,425,l), +(270,528,o), +(321,576,o), +(395,576,cs), +(440,576,o), +(475,558,o), +(481,524,c), +(671,524,l), +(661,653,o), +(557,738,o), +(411,738,cs), +(176,738,o), +(58,546,o), +(58,293,cs), +(58,109,o), +(149,-10,o), +(334,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,154,o), +(248,187,o), +(248,237,cs), +(248,292,o), +(279,339,o), +(347,339,cs), +(397,339,o), +(429,306,o), +(429,256,cs), +(429,193,o), +(392,154,o), +(329,154,cs) +); +} +); +width = 656; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(544,-10,o), +(662,92,o), +(662,245,cs), +(662,384,o), +(555,464,o), +(399,464,cs), +(272,464,o), +(162,412,o), +(113,311,c), +(110,311,l), +(132,542,o), +(237,695,o), +(445,695,cs), +(573,695,o), +(664,638,o), +(676,537,c), +(712,536,l), +(705,652,o), +(599,729,o), +(446,729,cs), +(233,729,o), +(85,580,o), +(74,281,cs), +(68,99,o), +(161,-10,o), +(363,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,24,o), +(116,100,o), +(116,215,cs), +(116,342,o), +(228,432,o), +(392,432,cs), +(529,432,o), +(623,366,o), +(623,244,cs), +(623,107,o), +(524,24,o), +(361,24,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(544,-10,o), +(670,91,o), +(670,246,cs), +(670,389,o), +(556,470,o), +(404,470,cs), +(281,470,o), +(159,422,o), +(110,307,c), +(106,307,l), +(125,545,o), +(228,704,o), +(455,704,cs), +(579,704,o), +(670,640,o), +(684,544,c), +(721,544,l), +(707,661,o), +(601,738,o), +(456,738,cs), +(261,738,o), +(120,627,o), +(80,392,cs), +(37,141,o), +(128,-10,o), +(364,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(223,24,o), +(117,93,o), +(117,217,cs), +(117,349,o), +(236,437,o), +(397,437,cs), +(535,437,o), +(631,371,o), +(631,242,cs), +(631,112,o), +(523,24,o), +(362,24,cs) +); +} +); +width = 711; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(570,-10,o), +(710,94,o), +(715,248,cs), +(720,385,o), +(616,477,o), +(463,477,cs), +(386,477,o), +(312,455,o), +(274,412,c), +(265,414,l), +(279,502,o), +(341,561,o), +(439,561,cs), +(494,561,o), +(536,544,o), +(546,507,c), +(761,507,l), +(746,650,o), +(623,730,o), +(451,729,cs), +(213,729,o), +(49,580,o), +(40,321,cs), +(33,119,o), +(142,-10,o), +(365,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(305,157,o), +(264,186,o), +(266,237,cs), +(268,297,o), +(317,327,o), +(390,327,cs), +(454,327,o), +(496,298,o), +(494,249,cs), +(492,185,o), +(442,157,o), +(370,157,cs) +); +} +); +}; +guides = ( +{ +pos = (405,562); +} +); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(589,-10,o), +(732,100,o), +(732,264,cs), +(732,396,o), +(641,483,o), +(477,483,cs), +(399,483,o), +(324,461,o), +(285,417,c), +(276,419,l), +(290,508,o), +(354,568,o), +(452,568,cs), +(508,568,o), +(552,546,o), +(561,513,c), +(778,513,l), +(766,651,o), +(639,738,o), +(465,738,cs), +(216,738,o), +(49,574,o), +(49,313,cs), +(49,112,o), +(167,-10,o), +(377,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(319,159,o), +(277,187,o), +(277,237,cs), +(277,300,o), +(328,331,o), +(403,331,cs), +(467,331,o), +(508,304,o), +(508,255,cs), +(508,188,o), +(456,159,o), +(383,159,cs) +); +} +); +width = 756; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(299,-10,o), +(356,48,o), +(356,231,cs), +(356,371,o), +(321,464,o), +(212,464,cs), +(156,464,o), +(105,427,o), +(88,329,c), +(85,329,l), +(90,545,o), +(110,703,o), +(218,703,cs), +(278,703,o), +(310,664,o), +(321,552,c), +(351,552,l), +(340,664,o), +(305,730,o), +(217,730,cs), +(123,730,o), +(57,650,o), +(57,315,cs), +(57,120,o), +(95,-10,o), +(214,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(144,17,o), +(97,75,o), +(97,223,cs), +(97,352,o), +(134,438,o), +(212,438,cs), +(280,438,o), +(326,397,o), +(326,231,cs), +(326,103,o), +(304,17,o), +(214,17,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,-10,o), +(338,49,o), +(338,238,cs), +(338,406,o), +(293,480,o), +(196,480,cs), +(134,480,o), +(82,438,o), +(65,343,c), +(64,343,l), +(69,587,o), +(91,708,o), +(193,708,cs), +(256,708,o), +(286,662,o), +(296,553,c), +(326,553,l), +(315,677,o), +(277,737,o), +(192,737,cs), +(98,737,o), +(37,661,o), +(37,355,cs), +(37,145,o), +(59,-10,o), +(195,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(126,18,o), +(77,75,o), +(77,230,cs), +(77,368,o), +(116,454,o), +(193,454,cs), +(272,454,o), +(306,389,o), +(306,238,cs), +(306,83,o), +(273,18,o), +(195,18,cs) +); +} +); +width = 361; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(394,-9,o), +(483,71,o), +(483,242,cs), +(483,396,o), +(425,483,o), +(321,483,cs), +(274,483,o), +(233,461,o), +(220,427,c), +(211,427,l), +(209,522,o), +(218,580,o), +(260,580,cs), +(283,580,o), +(302,562,o), +(302,526,c), +(473,526,l), +(469,661,o), +(387,730,o), +(260,730,cs), +(119,730,o), +(24,651,o), +(24,352,cs), +(24,135,o), +(71,-9,o), +(261,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,140,o), +(221,161,o), +(221,245,cs), +(221,307,o), +(229,342,o), +(263,342,cs), +(288,342,o), +(303,322,o), +(303,238,cs), +(303,177,o), +(295,140,o), +(261,140,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(394,-9,o), +(474,71,o), +(474,244,cs), +(474,402,o), +(429,489,o), +(312,489,cs), +(264,489,o), +(222,466,o), +(203,433,c), +(202,433,l), +(200,528,o), +(209,586,o), +(250,586,cs), +(271,586,o), (289,568,o), -(383,568,cs), -(434,568,o), -(472,558,o), -(491,524,c), -(711,524,l), -(690,652,o), -(570,738,o), -(390,738,cs), -(182,738,o), -(15,636,o), -(15,355,cs), -(15,69,o), -(184,-9,o), -(375,-9,cs) +(291,522,c), +(462,522,l), +(456,667,o), +(381,736,o), +(250,736,cs), +(110,736,o), +(15,657,o), +(15,352,cs), +(15,135,o), +(62,-9,o), +(252,-9,cs) ); }, { closed = 1; nodes = ( -(310,160,o), -(263,187,o), -(263,244,cs), -(263,295,o), -(301,331,o), -(380,331,cs), -(455,331,o), -(497,301,o), -(497,245,cs), -(497,193,o), -(458,160,o), -(379,160,cs) +(227,140,o), +(212,160,o), +(212,241,cs), +(212,307,o), +(224,337,o), +(254,337,cs), +(282,337,o), +(294,306,o), +(294,234,cs), +(294,175,o), +(286,140,o), +(252,140,cs) ); } ); -width = 733; +width = 482; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +background = { shapes = ( { closed = 1; nodes = ( -(242,-10,o), -(305,49,o), -(341,221,cs), -(369,352,o), -(361,468,o), -(239,468,cs), -(190,468,o), -(135,440,o), -(96,341,c), -(90,341,l), -(147,587,o), -(193,707,o), -(285,707,cs), -(377,707,o), -(371,622,o), -(364,547,c), -(393,547,l), -(403,640,o), -(402,737,o), -(285,737,cs), -(196,737,o), -(122,649,o), -(61,328,cs), -(24,138,o), -(22,-10,o), -(165,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(69,18,o), -(60,120,o), -(84,235,cs), -(110,360,o), -(160,441,o), -(233,441,cs), -(331,441,o), -(336,348,o), -(310,224,cs), -(283,99,o), -(247,18,o), -(167,18,cs) +(456,-8,o), +(552,83,o), +(552,229,cs), +(552,371,o), +(462,464,o), +(331,464,cs), +(222,464,o), +(144,403,o), +(122,311,c), +(119,311,l), +(123,532,o), +(152,696,o), +(333,696,cs), +(429,696,o), +(498,645,o), +(508,552,c), +(542,552,l), +(533,662,o), +(456,730,o), +(333,730,cs), +(163,730,o), +(84,605,o), +(84,315,cs), +(84,115,o), +(155,-8,o), +(321,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(209,26,o), +(132,100,o), +(132,223,cs), +(132,339,o), +(204,431,o), +(325,431,cs), +(436,431,o), +(511,355,o), +(511,231,cs), +(511,107,o), +(436,26,o), +(323,26,cs) ); } ); -width = 387; +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(451,-8,o), +(552,81,o), +(552,229,cs), +(552,372,o), +(461,465,o), +(322,465,cs), +(209,465,o), +(126,404,o), +(100,312,c), +(99,312,l), +(103,541,o), +(132,702,o), +(320,702,cs), +(426,702,o), +(488,643,o), +(501,544,c), +(537,544,l), +(528,661,o), +(449,736,o), +(320,736,cs), +(145,736,o), +(64,612,o), +(64,307,cs), +(64,112,o), +(140,-8,o), +(311,-8,cs) +); }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +closed = 1; +nodes = ( +(194,26,o), +(112,98,o), +(112,227,cs), +(112,340,o), +(192,431,o), +(318,431,cs), +(435,431,o), +(512,355,o), +(512,229,cs), +(512,105,o), +(432,26,o), +(313,26,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 590; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(635,82,o), +(635,244,cs), +(635,387,o), +(545,483,o), +(409,483,cs), +(345,483,o), +(294,461,o), +(269,427,c), +(261,427,l), +(258,522,o), +(299,566,o), +(363,566,cs), +(402,566,o), +(434,550,o), +(443,526,c), +(630,526,l), +(616,648,o), +(519,730,o), +(364,730,cs), +(176,730,o), +(66,603,o), +(66,356,cs), +(66,100,o), +(182,-9,o), +(357,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(307,156,o), +(274,192,o), +(274,249,cs), +(274,306,o), +(307,342,o), +(360,342,cs), +(413,342,o), +(446,306,o), +(446,249,cs), +(446,192,o), +(413,156,o), +(360,156,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(520,-9,o), +(641,93,o), +(641,245,cs), +(641,381,o), +(542,473,o), +(396,473,cs), +(320,473,o), +(265,451,o), +(233,407,c), +(232,407,l), +(232,517,o), +(277,574,o), +(349,574,cs), +(390,574,o), +(426,554,o), +(435,510,c), +(649,510,l), +(629,656,o), +(524,736,o), +(352,736,cs), +(144,736,o), +(26,602,o), +(26,350,cs), +(26,97,o), +(149,-9,o), +(337,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(289,156,o), +(253,191,o), +(253,243,cs), +(253,294,o), +(289,327,o), +(343,327,cs), +(396,327,o), +(432,294,o), +(432,243,cs), +(432,191,o), +(396,156,o), +(343,156,cs) +); +} +); +width = 659; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(549,-8,o), +(666,80,o), +(666,241,cs), +(666,398,o), +(557,482,o), +(373,482,cs), +(228,482,o), +(118,415,o), +(88,314,c), +(87,314,l), +(89,534,o), +(129,703,o), +(376,703,cs), +(517,703,o), +(595,649,o), +(608,547,c), +(646,547,l), +(635,668,o), +(539,737,o), +(376,737,cs), +(152,737,o), +(52,610,o), +(52,309,cs), +(52,120,o), +(128,-8,o), +(367,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(208,26,o), +(104,91,o), +(104,233,cs), +(104,358,o), +(203,449,o), +(372,449,cs), +(527,449,o), +(626,384,o), +(626,241,cs), +(626,108,o), +(544,26,o), +(369,26,cs) +); +} +); +width = 696; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(603,-9,o), +(737,83,o), +(737,246,cs), +(737,384,o), +(641,477,o), +(454,477,cs), +(375,477,o), +(303,453,o), +(271,417,c), +(261,419,l), +(264,511,o), +(310,562,o), +(403,562,cs), +(453,562,o), +(491,552,o), +(509,518,c), +(727,518,l), +(703,634,o), +(615,730,o), +(410,730,cs), +(204,730,o), +(39,629,o), +(39,351,cs), +(39,68,o), +(206,-9,o), +(395,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(330,158,o), +(284,185,o), +(284,241,cs), +(284,292,o), +(322,327,o), +(400,327,cs), +(474,327,o), +(515,298,o), +(515,242,cs), +(515,191,o), +(477,158,o), +(399,158,cs) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(341,-9,o), -(434,65,o), +(596,-9,o), +(737,84,o), +(737,251,cs), +(737,397,o), +(626,480,o), +(459,480,cs), +(362,480,o), +(286,450,o), +(252,400,c), +(251,400,l), +(254,511,o), +(300,571,o), +(396,571,cs), +(455,571,o), +(493,548,o), +(508,506,c), +(734,506,l), +(712,652,o), +(590,739,o), +(403,739,cs), +(192,739,o), +(24,636,o), +(24,353,cs), +(24,69,o), +(193,-9,o), +(388,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(322,158,o), +(274,185,o), +(274,242,cs), +(274,297,o), +(318,330,o), +(393,330,cs), +(468,330,o), +(510,300,o), +(510,243,cs), +(510,191,o), +(470,158,o), +(392,158,cs) +); +} +); +width = 754; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(229,-10,o), +(292,49,o), +(330,232,cs), +(362,389,o), +(326,484,o), +(228,484,cs), +(179,484,o), +(120,458,o), +(81,359,c), +(80,359,l), +(133,587,o), +(179,708,o), +(276,708,cs), +(341,708,o), +(362,664,o), +(351,548,c), +(380,548,l), +(393,680,o), +(361,738,o), +(276,738,cs), +(182,738,o), +(109,650,o), +(47,328,cs), +(10,138,o), +(9,-10,o), +(152,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(54,18,o), +(43,124,o), +(69,250,cs), +(97,382,o), +(149,456,o), +(222,456,cs), +(301,456,o), +(329,381,o), +(298,235,cs), +(270,99,o), +(232,18,o), +(152,18,cs) +); +} +); +width = 363; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(353,-9,o), +(434,69,o), (467,226,cs), -(496,360,o), -(472,472,o), -(357,482,cs), -(312,487,o), -(267,467,o), -(247,435,c), -(238,435,l), -(255,527,o), -(275,586,o), -(315,586,cs), -(343,586,o), -(353,560,o), -(349,531,c), -(520,531,l), -(535,664,o), -(459,737,o), -(321,737,cs), -(195,737,o), -(95,656,o), -(37,376,cs), -(-10,154,o), -(8,-9,o), -(223,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(192,142,o), -(197,190,o), -(209,250,cs), -(223,313,o), -(237,345,o), -(266,345,cs), -(304,345,o), -(300,298,o), -(288,237,cs), -(276,178,o), -(261,142,o), -(232,142,cs) +(495,360,o), +(472,473,o), +(356,483,cs), +(309,487,o), +(257,466,o), +(238,435,c), +(237,435,l), +(254,528,o), +(274,586,o), +(314,586,cs), +(341,586,o), +(352,563,o), +(346,521,c), +(517,521,l), +(535,660,o), +(464,738,o), +(325,738,cs), +(194,738,o), +(94,657,o), +(36,377,cs), +(-11,154,o), +(7,-9,o), +(222,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(201,142,o), +(195,178,o), +(209,248,cs), +(221,309,o), +(235,341,o), +(264,341,cs), +(293,341,o), +(301,305,o), +(288,235,cs), +(277,178,o), +(260,142,o), +(231,142,cs) ); } ); -width = 492; +width = 480; }, { background = { @@ -775,105 +1975,105 @@ shapes = ( { closed = 1; nodes = ( -(448,-10,o), -(541,105,o), -(541,243,cs), -(541,368,o), -(455,451,o), -(339,451,cs), -(240,451,o), -(154,401,o), -(119,311,c), -(115,311,l), -(133,557,o), -(236,695,o), -(394,695,cs), -(485,695,o), -(551,646,o), -(560,558,c), -(598,558,l), -(585,661,o), -(510,729,o), -(393,729,cs), -(206,729,o), -(81,557,o), -(81,257,cs), -(81,89,o), -(153,-10,o), -(301,-10,cs) +(458,-10,o), +(551,105,o), +(551,243,cs), +(551,368,o), +(465,451,o), +(349,451,cs), +(250,451,o), +(164,401,o), +(129,311,c), +(125,311,l), +(143,557,o), +(246,695,o), +(404,695,cs), +(495,695,o), +(561,646,o), +(570,558,c), +(608,558,l), +(595,661,o), +(520,729,o), +(403,729,cs), +(216,729,o), +(91,557,o), +(91,257,cs), +(91,89,o), +(163,-10,o), +(311,-10,cs) ); }, { closed = 1; nodes = ( -(194,24,o), -(126,91,o), -(126,209,cs), -(126,331,o), -(209,417,o), -(332,417,cs), -(434,417,o), -(502,348,o), -(502,243,cs), -(502,112,o), -(420,24,o), -(296,24,cs) +(204,24,o), +(136,91,o), +(136,209,cs), +(136,331,o), +(219,417,o), +(342,417,cs), +(444,417,o), +(512,348,o), +(512,243,cs), +(512,112,o), +(430,24,o), +(306,24,cs) ); } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( (453,-10,o), -(549,104,o), -(549,245,cs), -(549,372,o), -(461,456,o), -(343,456,cs), -(245,456,o), -(159,410,o), -(119,315,c), -(115,315,l), -(135,563,o), -(240,703,o), -(400,703,cs), -(494,703,o), -(558,651,o), -(567,564,c), -(606,564,l), -(594,669,o), -(515,737,o), -(399,737,cs), -(204,737,o), -(81,555,o), -(81,267,cs), -(81,84,o), -(159,-10,o), -(305,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(193,24,o), -(127,97,o), -(127,212,cs), -(127,336,o), -(216,422,o), -(337,422,cs), -(440,422,o), -(510,352,o), -(510,245,cs), -(510,113,o), -(425,24,o), -(300,24,cs) +(551,104,o), +(551,255,cs), +(551,396,o), +(459,481,o), +(336,481,cs), +(235,481,o), +(147,434,o), +(106,331,c), +(103,331,l), +(120,564,o), +(224,703,o), +(387,703,cs), +(490,703,o), +(562,640,o), +(560,538,c), +(598,539,l), +(596,657,o), +(512,737,o), +(386,737,cs), +(191,737,o), +(67,559,o), +(67,274,cs), +(67,83,o), +(149,-10,o), +(301,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(183,24,o), +(114,98,o), +(114,227,cs), +(114,360,o), +(206,446,o), +(330,446,cs), +(437,446,o), +(511,375,o), +(511,255,cs), +(511,113,o), +(423,24,o), +(295,24,cs) ); } ); -width = 612; +width = 590; }, { background = { @@ -881,110 +2081,110 @@ shapes = ( { closed = 1; nodes = ( -(450,-8,o), -(563,76,o), -(585,225,cs), -(606,377,o), -(524,478,o), -(393,478,cs), -(342,478,o), -(290,464,o), -(260,433,c), -(253,436,l), -(269,519,o), -(313,567,o), -(375,567,cs), -(419,567,o), -(447,548,o), -(452,515,c), -(640,515,l), -(632,643,o), -(532,729,o), -(391,729,cs), -(178,729,o), -(76,574,o), -(51,362,cs), -(25,141,o), -(104,-8,o), -(303,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,154,o), -(230,200,o), -(239,258,cs), -(247,310,o), -(279,344,o), -(330,344,cs), -(385,344,o), -(407,298,o), -(398,240,cs), -(390,188,o), -(358,154,o), -(307,154,cs) +(462,-8,o), +(575,76,o), +(597,225,cs), +(618,377,o), +(536,478,o), +(405,478,cs), +(354,478,o), +(302,464,o), +(272,433,c), +(265,436,l), +(281,519,o), +(325,567,o), +(387,567,cs), +(431,567,o), +(459,548,o), +(464,515,c), +(652,515,l), +(644,643,o), +(544,729,o), +(403,729,cs), +(190,729,o), +(88,574,o), +(63,362,cs), +(37,141,o), +(116,-8,o), +(315,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,154,o), +(242,200,o), +(251,258,cs), +(259,310,o), +(291,344,o), +(342,344,cs), +(397,344,o), +(419,298,o), +(410,240,cs), +(402,188,o), +(370,154,o), +(319,154,cs) ); } ); }; guides = ( { -pos = (622,520); +pos = (605,520); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(489,-10,o), -(613,95,o), -(613,259,cs), -(613,392,o), -(514,475,o), -(393,475,cs), -(334,475,o), -(277,454,o), -(252,422,c), -(245,425,l), -(260,527,o), -(311,576,o), -(384,576,cs), -(430,576,o), -(464,557,o), -(470,524,c), -(661,524,l), -(650,652,o), -(546,737,o), -(401,737,cs), -(166,737,o), -(48,545,o), -(48,292,cs), -(48,109,o), -(139,-10,o), -(324,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,154,o), -(238,187,o), -(238,237,cs), -(238,291,o), -(269,339,o), -(337,339,cs), -(386,339,o), -(419,305,o), -(419,256,cs), -(419,193,o), -(381,154,o), -(319,154,cs) +(477,-10,o), +(603,95,o), +(603,259,cs), +(603,395,o), +(500,479,o), +(375,479,cs), +(316,479,o), +(254,458,o), +(229,424,c), +(228,424,l), +(243,527,o), +(294,576,o), +(368,576,cs), +(410,576,o), +(448,555,o), +(457,514,c), +(645,514,l), +(639,649,o), +(533,738,o), +(384,738,cs), +(149,738,o), +(31,546,o), +(31,293,cs), +(31,109,o), +(123,-10,o), +(310,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(257,152,o), +(224,185,o), +(224,235,cs), +(224,295,o), +(266,337,o), +(326,337,cs), +(378,337,o), +(411,304,o), +(411,254,cs), +(411,191,o), +(373,152,o), +(308,152,cs) ); } ); -width = 647; +width = 612; }, { background = { @@ -992,105 +2192,105 @@ shapes = ( { closed = 1; nodes = ( -(531,-10,o), -(649,92,o), -(649,245,cs), -(649,384,o), -(542,464,o), -(386,464,cs), -(259,464,o), -(149,412,o), -(100,311,c), -(97,311,l), -(119,542,o), -(224,695,o), -(432,695,cs), -(560,695,o), -(651,638,o), -(663,537,c), -(699,536,l), -(692,652,o), -(586,729,o), -(433,729,cs), -(220,729,o), -(72,580,o), -(61,281,cs), -(55,99,o), -(148,-10,o), -(350,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(200,24,o), -(103,100,o), -(103,215,cs), -(103,342,o), -(215,432,o), -(379,432,cs), -(516,432,o), -(610,366,o), -(610,244,cs), -(610,107,o), -(511,24,o), -(348,24,cs) +(549,-10,o), +(667,92,o), +(667,245,cs), +(667,384,o), +(560,464,o), +(404,464,cs), +(277,464,o), +(167,412,o), +(118,311,c), +(115,311,l), +(137,542,o), +(242,695,o), +(450,695,cs), +(578,695,o), +(669,638,o), +(681,537,c), +(717,536,l), +(710,652,o), +(604,729,o), +(451,729,cs), +(238,729,o), +(90,580,o), +(79,281,cs), +(73,99,o), +(166,-10,o), +(368,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(218,24,o), +(121,100,o), +(121,215,cs), +(121,342,o), +(233,432,o), +(397,432,cs), +(534,432,o), +(628,366,o), +(628,244,cs), +(628,107,o), +(529,24,o), +(366,24,cs) ); } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(530,-10,o), -(656,91,o), -(656,246,cs), -(656,388,o), -(542,469,o), -(390,469,cs), -(268,469,o), -(146,422,o), -(97,306,c), -(93,306,l), -(112,544,o), -(214,703,o), -(442,703,cs), -(565,703,o), -(656,639,o), -(671,543,c), -(707,543,l), -(693,661,o), -(588,737,o), -(443,737,cs), -(248,737,o), -(107,626,o), -(67,391,cs), -(24,141,o), -(115,-10,o), -(351,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,24,o), -(104,93,o), -(104,216,cs), -(104,349,o), -(223,437,o), -(383,437,cs), -(522,437,o), -(617,370,o), -(617,242,cs), -(617,112,o), -(510,24,o), -(349,24,cs) +(551,-10,o), +(681,91,o), +(681,246,cs), +(681,389,o), +(563,470,o), +(405,470,cs), +(276,470,o), +(151,422,o), +(102,307,c), +(101,307,l), +(120,545,o), +(223,704,o), +(450,704,cs), +(574,704,o), +(665,640,o), +(679,544,c), +(716,544,l), +(702,661,o), +(596,738,o), +(451,738,cs), +(256,738,o), +(115,627,o), +(75,392,cs), +(32,141,o), +(123,-10,o), +(365,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(218,24,o), +(112,93,o), +(112,217,cs), +(112,349,o), +(231,437,o), +(398,437,cs), +(542,437,o), +(642,371,o), +(642,242,cs), +(642,112,o), +(530,24,o), +(363,24,cs) ); } ); -width = 699; +width = 709; }, { background = { @@ -1098,110 +2298,110 @@ shapes = ( { closed = 1; nodes = ( -(558,-10,o), -(698,94,o), -(703,248,cs), -(708,385,o), -(604,477,o), -(451,477,cs), -(374,477,o), -(300,455,o), -(262,412,c), -(253,414,l), -(267,502,o), -(329,561,o), -(427,561,cs), -(482,561,o), -(524,544,o), -(534,507,c), -(749,507,l), -(734,650,o), -(611,730,o), -(439,729,cs), -(201,729,o), -(37,580,o), -(28,321,cs), -(21,119,o), -(130,-10,o), -(353,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(293,157,o), -(252,186,o), -(254,237,cs), -(256,297,o), -(305,327,o), -(378,327,cs), -(442,327,o), -(484,298,o), -(482,249,cs), -(480,185,o), -(430,157,o), -(358,157,cs) +(578,-10,o), +(718,94,o), +(723,248,cs), +(728,385,o), +(624,477,o), +(471,477,cs), +(394,477,o), +(320,455,o), +(282,412,c), +(273,414,l), +(287,502,o), +(349,561,o), +(447,561,cs), +(502,561,o), +(544,544,o), +(554,507,c), +(769,507,l), +(754,650,o), +(631,730,o), +(459,729,cs), +(221,729,o), +(57,580,o), +(48,321,cs), +(41,119,o), +(150,-10,o), +(373,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(313,157,o), +(272,186,o), +(274,237,cs), +(276,297,o), +(325,327,o), +(398,327,cs), +(462,327,o), +(504,298,o), +(502,249,cs), +(500,185,o), +(450,157,o), +(378,157,cs) ); } ); }; guides = ( { -pos = (387,562); +pos = (392,562); } ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(570,-10,o), -(713,100,o), -(713,264,cs), -(713,395,o), -(622,482,o), -(458,482,cs), -(380,482,o), -(305,460,o), -(267,417,c), -(258,419,l), -(272,508,o), -(336,567,o), -(434,567,cs), -(490,567,o), -(533,545,o), -(542,513,c), -(760,513,l), -(747,650,o), -(620,737,o), -(446,737,cs), -(198,737,o), -(31,574,o), -(31,313,cs), -(31,112,o), -(149,-10,o), -(359,-10,cs) +(585,-10,o), +(730,100,o), +(730,263,cs), +(730,396,o), +(635,483,o), +(469,483,cs), +(389,483,o), +(303,462,o), +(264,418,c), +(263,418,l), +(276,507,o), +(342,568,o), +(444,568,cs), +(500,568,o), +(543,545,o), +(553,507,c), +(776,507,l), +(762,651,o), +(634,738,o), +(457,738,cs), +(205,738,o), +(36,574,o), +(36,313,cs), +(36,112,o), +(156,-10,o), +(370,-10,cs) ); }, { closed = 1; nodes = ( -(300,159,o), -(259,187,o), -(259,237,cs), -(259,299,o), -(310,331,o), -(384,331,cs), -(448,331,o), -(490,303,o), -(490,255,cs), -(490,188,o), -(438,159,o), -(364,159,cs) +(309,159,o), +(264,187,o), +(264,238,cs), +(264,300,o), +(317,331,o), +(395,331,cs), +(462,331,o), +(506,304,o), +(506,254,cs), +(506,188,o), +(452,159,o), +(376,159,cs) ); } ); -width = 731; +width = 737; } ); unicode = 54; diff --git a/sources/MonaSans.glyphspackage/glyphs/six.numr.glyph b/sources/MonaSans.glyphspackage/glyphs/six.numr.glyph index 6cc8724d..a643bd9b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/six.numr.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/six.numr.glyph @@ -17,7 +17,7 @@ weight = -400; width = 52; }; }; -width = 277; +width = 293; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,9 +37,291 @@ width = 55; width = 268; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,333); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 418; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,354); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 428; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,332); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = six.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = six.dnom; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 393; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,354); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = six.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = six.dnom; +}; +width = 369; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (69,333); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 266; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (73,354); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 291; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { +pos = (69,332); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 397; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (73,354); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 382; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (69,333); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 424; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (73,354); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 427; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,333); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 268; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,354); +ref = six.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 259; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; pos = (0,332); ref = six.dnom; } @@ -128,9 +410,10 @@ type = Stem; width = 396; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,354); ref = six.dnom; } @@ -144,12 +427,13 @@ width = 54; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = six.dnom; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = six.dnom; }; -width = 386; +width = 366; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,333); ref = six.dnom; } @@ -164,9 +448,10 @@ width = 55; width = 418; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,354); ref = six.dnom; } @@ -181,7 +466,7 @@ width = 54; width = 416; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (69,333); @@ -195,10 +480,10 @@ weight = -45; width = 55; }; }; -width = 266; +width = 220; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (73,354); @@ -212,10 +497,10 @@ weight = -400; width = 52; }; }; -width = 275; +width = 253; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (69,332); @@ -229,10 +514,10 @@ weight = -40; width = 55; }; }; -width = 397; +width = 349; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (73,354); @@ -246,10 +531,10 @@ weight = -370; width = 54; }; }; -width = 382; +width = 324; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (69,333); @@ -263,10 +548,10 @@ weight = -35; width = 55; }; }; -width = 424; +width = 404; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (73,354); @@ -280,7 +565,7 @@ weight = -390; width = 54; }; }; -width = 415; +width = 385; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/six.tf.glyph b/sources/MonaSans.glyphspackage/glyphs/six.tf.glyph index 179bac2d..bf4c0cf1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/six.tf.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/six.tf.glyph @@ -7,49 +7,49 @@ shapes = ( { closed = 1; nodes = ( -(393,-9,o), -(474,72,o), -(474,245,cs), -(474,401,o), -(429,489,o), -(312,489,cs), -(265,489,o), -(224,466,o), -(210,432,c), -(201,432,l), -(199,531,o), -(209,587,o), -(250,587,cs), -(273,587,o), -(292,568,o), -(292,532,c), -(464,532,l), -(460,669,o), -(377,738,o), -(250,738,cs), -(109,738,o), -(13,658,o), -(13,356,cs), -(13,137,o), -(61,-9,o), -(251,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(227,142,o), -(211,163,o), -(211,248,cs), -(211,311,o), -(219,346,o), -(253,346,cs), -(278,346,o), -(293,326,o), -(293,241,cs), -(293,180,o), -(285,142,o), -(251,142,cs) +(397,-9,o), +(477,71,o), +(477,242,cs), +(477,396,o), +(432,483,o), +(316,483,cs), +(270,483,o), +(229,461,o), +(216,427,c), +(207,427,l), +(205,525,o), +(215,580,o), +(255,580,cs), +(278,580,o), +(297,562,o), +(297,526,c), +(467,526,l), +(463,661,o), +(381,730,o), +(255,730,cs), +(116,730,o), +(21,651,o), +(21,352,cs), +(21,135,o), +(68,-9,o), +(256,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,140,o), +(217,161,o), +(217,245,cs), +(217,307,o), +(225,342,o), +(258,342,cs), +(283,342,o), +(298,322,o), +(298,238,cs), +(298,178,o), +(290,140,o), +(256,140,cs) ); } ); @@ -60,7 +60,7 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -68,49 +68,49 @@ shapes = ( { closed = 1; nodes = ( -(343,-10,o), -(401,51,o), -(401,234,cs), -(401,373,o), -(365,468,o), -(256,468,cs), -(193,468,o), -(144,426,o), -(126,330,c), -(121,330,l), -(126,587,o), -(149,709,o), -(251,709,cs), -(307,709,o), -(344,676,o), -(355,558,c), -(385,558,l), -(374,678,o), -(335,738,o), -(250,738,cs), -(153,738,o), -(88,654,o), -(94,316,cs), -(98,107,o), -(134,-10,o), -(255,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,18,o), -(137,77,o), -(137,226,cs), -(137,354,o), -(174,442,o), -(253,442,cs), -(322,442,o), -(368,400,o), -(368,234,cs), -(368,105,o), -(346,18,o), -(255,18,cs) +(339,-10,o), +(396,50,o), +(396,231,cs), +(396,369,o), +(361,463,o), +(253,463,cs), +(191,463,o), +(142,421,o), +(125,326,c), +(120,326,l), +(125,580,o), +(147,701,o), +(248,701,cs), +(304,701,o), +(340,668,o), +(351,552,c), +(381,552,l), +(370,670,o), +(331,730,o), +(247,730,cs), +(151,730,o), +(87,647,o), +(93,312,cs), +(97,106,o), +(132,-10,o), +(252,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(182,18,o), +(135,76,o), +(135,223,cs), +(135,350,o), +(172,437,o), +(250,437,cs), +(318,437,o), +(364,395,o), +(364,231,cs), +(364,104,o), +(342,18,o), +(252,18,cs) ); } ); @@ -120,57 +120,176 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(450,-8,o), -(550,82,o), -(550,227,cs), -(550,364,o), -(456,456,o), -(319,456,cs), -(206,456,o), -(125,397,o), -(103,306,c), -(100,306,l), -(104,543,o), -(134,704,o), -(324,704,cs), -(418,704,o), -(490,659,o), -(505,563,c), -(541,563,l), -(532,669,o), -(443,738,o), -(324,738,cs), -(148,738,o), -(65,615,o), -(65,311,cs), -(65,113,o), -(140,-8,o), -(312,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,26,o), -(113,99,o), -(113,219,cs), -(113,332,o), -(189,422,o), -(316,422,cs), -(430,422,o), -(510,347,o), -(510,227,cs), -(510,106,o), -(430,26,o), -(314,26,cs) +(537,-8,o), +(649,80,o), +(649,231,cs), +(649,378,o), +(545,462,o), +(377,462,cs), +(248,462,o), +(147,395,o), +(119,294,c), +(115,294,l), +(117,528,o), +(155,695,o), +(383,695,cs), +(499,695,o), +(586,644,o), +(598,552,c), +(637,552,l), +(626,659,o), +(525,729,o), +(383,729,cs), +(175,729,o), +(79,602,o), +(79,309,cs), +(79,120,o), +(152,-8,o), +(371,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(229,26,o), +(131,91,o), +(131,223,cs), +(131,338,o), +(224,429,o), +(375,429,cs), +(514,429,o), +(608,364,o), +(608,231,cs), +(608,108,o), +(530,26,o), +(373,26,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(568,-9,o), +(699,84,o), +(699,250,cs), +(699,395,o), +(597,477,o), +(444,477,cs), +(361,477,o), +(294,445,o), +(262,397,c), +(253,399,l), +(256,509,o), +(301,562,o), +(381,562,cs), +(425,562,o), +(459,552,o), +(476,518,c), +(690,518,l), +(669,645,o), +(558,730,o), +(388,730,cs), +(194,730,o), +(35,629,o), +(35,351,cs), +(35,68,o), +(197,-9,o), +(374,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(316,158,o), +(275,185,o), +(275,241,cs), +(275,292,o), +(308,327,o), +(378,327,cs), +(445,327,o), +(482,298,o), +(482,242,cs), +(482,191,o), +(447,158,o), +(377,158,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(440,-8,o), +(537,81,o), +(537,224,cs), +(537,360,o), +(445,451,o), +(312,451,cs), +(203,451,o), +(125,392,o), +(103,303,c), +(100,303,l), +(104,537,o), +(133,696,o), +(317,696,cs), +(408,696,o), +(477,652,o), +(492,557,c), +(528,557,l), +(519,661,o), +(433,730,o), +(317,730,cs), +(147,730,o), +(65,608,o), +(65,307,cs), +(65,112,o), +(139,-8,o), +(305,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(191,26,o), +(113,98,o), +(113,217,cs), +(113,328,o), +(186,417,o), +(309,417,cs), +(420,417,o), +(497,343,o), +(497,224,cs), +(497,105,o), +(420,26,o), +(307,26,cs) ); } ); @@ -252,57 +371,57 @@ type = Stem; } ); }; -width = 607; +width = 593; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(474,-9,o), -(587,94,o), -(587,248,cs), -(587,384,o), -(498,475,o), -(364,475,cs), -(295,475,o), -(241,451,o), -(212,412,c), -(204,412,l), -(204,519,o), -(249,576,o), -(319,576,cs), -(357,576,o), -(393,558,o), -(403,526,c), -(593,526,l), -(576,654,o), -(477,739,o), -(321,739,cs), -(128,739,o), -(19,606,o), -(19,354,cs), -(19,98,o), -(133,-9,o), -(305,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,158,o), -(226,193,o), -(226,246,cs), -(226,298,o), -(260,333,o), -(312,333,cs), -(362,333,o), -(398,298,o), -(398,246,cs), -(398,193,o), -(362,158,o), -(312,158,cs) +(455,-9,o), +(563,93,o), +(563,245,cs), +(563,380,o), +(478,470,o), +(350,470,cs), +(284,470,o), +(234,445,o), +(207,407,c), +(199,407,l), +(199,513,o), +(242,569,o), +(305,569,cs), +(340,569,o), +(374,553,o), +(383,520,c), +(569,520,l), +(552,647,o), +(458,731,o), +(307,731,cs), +(123,731,o), +(18,598,o), +(18,350,cs), +(18,97,o), +(128,-9,o), +(293,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(251,156,o), +(220,191,o), +(220,243,cs), +(220,295,o), +(251,329,o), +(299,329,cs), +(346,329,o), +(378,295,o), +(378,243,cs), +(378,191,o), +(346,156,o), +(299,156,cs) ); } ); @@ -313,57 +432,349 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 581; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(287,-10,o), +(351,48,o), +(386,216,cs), +(414,348,o), +(406,463,o), +(284,463,cs), +(236,463,o), +(180,435,o), +(142,337,c), +(136,337,l), +(192,580,o), +(238,699,o), +(330,699,cs), +(410,699,o), +(420,635,o), +(409,542,c), +(438,540,l), +(450,640,o), +(436,720,o), +(345,728,cs), +(249,737,o), +(171,659,o), +(107,324,cs), +(71,136,o), +(69,-10,o), +(211,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(115,18,o), +(106,119,o), +(130,232,cs), +(156,356,o), +(205,436,o), +(278,436,cs), +(377,436,o), +(381,344,o), +(355,220,cs), +(329,98,o), +(293,18,o), +(213,18,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(287,-10,o), +(351,48,o), +(386,216,cs), +(414,348,o), +(406,463,o), +(284,463,cs), +(236,463,o), +(180,435,o), +(142,337,c), +(136,337,l), +(192,580,o), +(238,699,o), +(330,699,cs), +(421,699,o), +(416,616,o), +(409,541,c), +(438,541,l), +(447,631,o), +(445,729,o), +(331,729,cs), +(207,729,o), +(148,548,o), +(107,324,cs), +(71,136,o), +(69,-10,o), +(211,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(115,18,o), +(106,119,o), +(130,232,cs), +(156,356,o), +(205,436,o), +(278,436,cs), +(377,436,o), +(381,344,o), +(355,220,cs), +(329,98,o), +(293,18,o), +(213,18,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 480; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(340,-9,o), +(432,64,o), +(465,223,cs), +(493,356,o), +(470,467,o), +(357,477,cs), +(313,481,o), +(269,462,o), +(249,430,c), +(240,430,l), +(257,521,o), +(278,579,o), +(315,579,cs), +(342,579,o), +(353,554,o), +(349,525,c), +(517,525,l), +(532,656,o), +(457,729,o), +(321,729,cs), +(194,729,o), +(99,641,o), +(43,374,cs), +(-5,152,o), +(14,-9,o), +(224,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,140,o), +(200,189,o), +(212,246,cs), +(225,309,o), +(239,341,o), +(267,341,cs), +(305,341,o), +(301,295,o), +(288,232,cs), +(277,178,o), +(262,140,o), +(233,140,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 496; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { closed = 1; nodes = ( -(543,-8,o), -(656,81,o), -(656,234,cs), -(656,382,o), -(551,467,o), -(381,467,cs), -(251,467,o), -(149,400,o), -(120,297,c), -(116,297,l), -(118,534,o), -(157,703,o), -(387,703,cs), -(505,703,o), -(593,651,o), -(605,558,c), -(644,558,l), -(633,667,o), -(531,737,o), -(387,737,cs), -(177,737,o), -(80,609,o), -(80,313,cs), -(80,121,o), -(154,-8,o), -(375,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,26,o), -(133,92,o), -(133,226,cs), -(133,342,o), -(227,434,o), -(379,434,cs), -(520,434,o), -(615,368,o), -(615,234,cs), -(615,109,o), -(536,26,o), -(377,26,cs) +(447,-10,o), +(543,103,o), +(543,241,cs), +(543,368,o), +(454,451,o), +(336,451,cs), +(238,451,o), +(152,405,o), +(113,311,c), +(109,311,l), +(127,557,o), +(233,695,o), +(392,695,cs), +(486,695,o), +(552,644,o), +(561,558,c), +(599,558,l), +(587,661,o), +(507,729,o), +(391,729,cs), +(198,729,o), +(75,550,o), +(75,266,cs), +(75,85,o), +(152,-10,o), +(300,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(188,24,o), +(121,96,o), +(121,211,cs), +(121,332,o), +(210,417,o), +(330,417,cs), +(433,417,o), +(504,348,o), +(504,241,cs), +(504,112,o), +(419,24,o), +(295,24,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 85; +}; +}; +width = 600; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(454,-10,o), +(575,95,o), +(575,258,cs), +(575,389,o), +(481,470,o), +(369,470,cs), +(314,470,o), +(260,449,o), +(236,417,c), +(229,420,l), +(246,521,o), +(292,569,o), +(360,569,cs), +(401,569,o), +(432,551,o), +(437,518,c), +(622,518,l), +(613,648,o), +(512,729,o), +(376,729,cs), +(153,729,o), +(37,536,o), +(37,284,cs), +(37,106,o), +(123,-10,o), +(297,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,152,o), +(221,184,o), +(221,232,cs), +(221,286,o), +(250,335,o), +(313,335,cs), +(357,335,o), +(386,303,o), +(386,255,cs), +(386,192,o), +(350,152,o), +(293,152,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 600; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(528,-10,o), +(643,90,o), +(643,251,cs), +(643,389,o), +(541,464,o), +(399,464,cs), +(280,464,o), +(177,412,o), +(129,311,c), +(126,311,l), +(150,542,o), +(251,695,o), +(444,695,cs), +(575,695,o), +(653,633,o), +(658,537,c), +(694,537,l), +(690,657,o), +(589,729,o), +(445,729,cs), +(193,729,o), +(89,492,o), +(89,254,cs), +(89,89,o), +(167,-10,o), +(358,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(218,24,o), +(131,91,o), +(131,204,cs), +(131,338,o), +(235,432,o), +(391,432,cs), +(519,432,o), +(604,364,o), +(604,253,cs), +(604,122,o), +(521,24,o), +(356,24,cs) ); } ); @@ -373,66 +784,500 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 720; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { closed = 1; nodes = ( -(568,-9,o), -(701,85,o), -(701,253,cs), -(701,400,o), -(598,482,o), -(443,482,cs), -(359,482,o), -(291,450,o), -(259,402,c), -(250,404,l), -(253,515,o), -(298,568,o), -(379,568,cs), -(424,568,o), -(458,558,o), -(475,524,c), -(692,524,l), -(671,652,o), -(558,738,o), -(386,738,cs), -(190,738,o), -(29,636,o), -(29,355,cs), -(29,69,o), -(193,-9,o), -(372,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(314,160,o), -(272,187,o), -(272,244,cs), -(272,295,o), -(305,331,o), -(376,331,cs), -(444,331,o), -(481,301,o), -(481,245,cs), -(481,193,o), -(446,160,o), -(375,160,cs) +(550,-11,o), +(691,91,o), +(691,259,cs), +(691,398,o), +(597,472,o), +(448,472,cs), +(387,472,o), +(323,453,o), +(293,426,c), +(285,429,l), +(301,514,o), +(359,561,o), +(429,561,cs), +(483,561,o), +(515,546,o), +(525,506,c), +(738,506,l), +(726,643,o), +(627,729,o), +(446,729,cs), +(179,729,o), +(49,512,o), +(49,275,cs), +(49,78,o), +(174,-11,o), +(356,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(307,156,o), +(274,183,o), +(274,230,cs), +(274,294,o), +(320,327,o), +(384,327,cs), +(437,327,o), +(472,303,o), +(472,253,cs), +(472,182,o), +(422,156,o), +(361,156,cs) ); } ); userData = { RMXScaler = { +keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(319,-10,o), +(376,50,o), +(376,231,cs), +(376,369,o), +(341,463,o), +(233,463,cs), +(171,463,o), +(122,421,o), +(105,326,c), +(100,326,l), +(105,580,o), +(127,701,o), +(228,701,cs), +(284,701,o), +(320,668,o), +(331,552,c), +(361,552,l), +(350,670,o), +(311,730,o), +(227,730,cs), +(131,730,o), +(67,647,o), +(73,312,cs), +(77,106,o), +(112,-10,o), +(232,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(162,18,o), +(115,76,o), +(115,223,cs), +(115,350,o), +(152,437,o), +(230,437,cs), +(298,437,o), +(344,395,o), +(344,231,cs), +(344,104,o), +(322,18,o), +(232,18,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(380,-9,o), +(460,71,o), +(460,242,cs), +(460,396,o), +(415,483,o), +(299,483,cs), +(253,483,o), +(212,461,o), +(199,427,c), +(190,427,l), +(188,525,o), +(198,580,o), +(238,580,cs), +(261,580,o), +(280,562,o), +(280,526,c), +(450,526,l), +(446,661,o), +(364,730,o), +(238,730,cs), +(99,730,o), +(4,651,o), +(4,352,cs), +(4,135,o), +(51,-9,o), +(239,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(215,140,o), +(200,161,o), +(200,245,cs), +(200,307,o), +(208,342,o), +(241,342,cs), +(266,342,o), +(281,322,o), +(281,238,cs), +(281,178,o), +(273,140,o), +(239,140,cs) +); +} +); +userData = { +RMXScaler = { +keepStroke = 40; +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 464; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(425,-8,o), +(524,81,o), +(524,224,cs), +(524,360,o), +(431,451,o), +(295,451,cs), +(184,451,o), +(104,392,o), +(82,303,c), +(79,303,l), +(83,537,o), +(112,696,o), +(300,696,cs), +(393,696,o), +(464,652,o), +(479,557,c), +(515,557,l), +(506,661,o), +(418,730,o), +(300,730,cs), +(126,730,o), +(44,608,o), +(44,307,cs), +(44,112,o), +(118,-8,o), +(288,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(172,26,o), +(92,98,o), +(92,217,cs), +(92,328,o), +(167,417,o), +(292,417,cs), +(405,417,o), +(484,343,o), +(484,224,cs), +(484,105,o), +(405,26,o), +(290,26,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 90; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(452,-9,o), +(563,93,o), +(563,245,cs), +(563,380,o), +(475,470,o), +(343,470,cs), +(275,470,o), +(221,446,o), +(193,407,c), +(185,407,l), +(185,513,o), +(229,569,o), +(298,569,cs), +(336,569,o), +(372,552,o), +(381,520,c), +(569,520,l), +(552,647,o), +(455,731,o), +(300,731,cs), +(110,731,o), +(2,599,o), +(2,350,cs), +(2,97,o), +(114,-9,o), +(285,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,156,o), +(206,191,o), +(206,243,cs), +(206,295,o), +(240,329,o), +(291,329,cs), +(341,329,o), +(376,295,o), +(376,243,cs), +(376,191,o), +(341,156,o), +(291,156,cs) +); +} +); +userData = { +RMXScaler = { +keepStroke = 40; +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 566; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(527,-8,o), +(639,80,o), +(639,231,cs), +(639,378,o), +(535,462,o), +(367,462,cs), +(238,462,o), +(137,395,o), +(109,294,c), +(105,294,l), +(107,528,o), +(145,695,o), +(373,695,cs), +(489,695,o), +(576,644,o), +(588,552,c), +(627,552,l), +(616,659,o), +(515,729,o), +(373,729,cs), +(165,729,o), +(69,602,o), +(69,309,cs), +(69,120,o), +(142,-8,o), +(361,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(219,26,o), +(121,91,o), +(121,223,cs), +(121,338,o), +(214,429,o), +(365,429,cs), +(504,429,o), +(598,364,o), +(598,231,cs), +(598,108,o), +(520,26,o), +(363,26,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(552,-9,o), +(683,84,o), +(683,250,cs), +(683,395,o), +(581,477,o), +(428,477,cs), +(345,477,o), +(278,445,o), +(246,397,c), +(237,399,l), +(240,509,o), +(285,562,o), +(365,562,cs), +(409,562,o), +(443,552,o), +(460,518,c), +(674,518,l), +(653,645,o), +(542,730,o), +(372,730,cs), +(178,730,o), +(19,629,o), +(19,351,cs), +(19,68,o), +(181,-9,o), +(358,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(300,158,o), +(259,185,o), +(259,241,cs), +(259,292,o), +(292,327,o), +(362,327,cs), +(429,327,o), +(466,298,o), +(466,242,cs), +(466,191,o), +(431,158,o), +(361,158,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 700; }, { background = { @@ -487,54 +1332,54 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(290,-10,o), -(355,49,o), -(390,218,cs), -(419,352,o), -(411,468,o), -(287,468,cs), -(239,468,o), -(182,440,o), -(144,341,c), -(138,341,l), -(194,587,o), -(241,707,o), -(334,707,cs), -(426,707,o), -(421,623,o), -(414,547,c), -(443,547,l), -(452,638,o), -(450,737,o), -(335,737,cs), -(209,737,o), -(150,554,o), -(108,328,cs), -(72,138,o), -(70,-10,o), -(213,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(116,18,o), -(107,120,o), -(131,235,cs), -(158,360,o), -(207,441,o), -(281,441,cs), -(381,441,o), -(385,348,o), -(359,223,cs), -(333,99,o), -(296,18,o), -(215,18,cs) +(264,-10,o), +(328,48,o), +(363,216,cs), +(391,348,o), +(383,463,o), +(261,463,cs), +(213,463,o), +(157,435,o), +(119,337,c), +(113,337,l), +(169,580,o), +(215,699,o), +(307,699,cs), +(398,699,o), +(393,616,o), +(386,541,c), +(415,541,l), +(424,631,o), +(422,729,o), +(308,729,cs), +(184,729,o), +(125,548,o), +(84,324,cs), +(48,136,o), +(46,-10,o), +(188,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(92,18,o), +(83,119,o), +(107,232,cs), +(133,356,o), +(182,436,o), +(255,436,cs), +(354,436,o), +(358,344,o), +(332,220,cs), +(306,98,o), +(270,18,o), +(190,18,cs) ); } ); @@ -544,57 +1389,57 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 434; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(336,-9,o), -(429,65,o), -(462,226,cs), -(491,360,o), -(467,472,o), -(353,482,cs), -(309,487,o), -(264,467,o), -(244,435,c), -(235,435,l), -(252,527,o), -(273,586,o), -(311,586,cs), -(338,586,o), -(349,560,o), -(345,531,c), -(515,531,l), -(530,664,o), -(454,737,o), -(317,737,cs), -(188,737,o), -(92,648,o), -(35,378,cs), -(-13,154,o), -(6,-9,o), -(218,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(189,142,o), -(194,191,o), -(206,249,cs), -(219,313,o), -(234,345,o), -(262,345,cs), -(300,345,o), -(296,298,o), -(283,235,cs), -(272,180,o), -(257,142,o), -(228,142,cs) +(321,-9,o), +(413,64,o), +(446,223,cs), +(474,356,o), +(451,467,o), +(338,477,cs), +(294,481,o), +(250,462,o), +(230,430,c), +(221,430,l), +(238,521,o), +(259,579,o), +(296,579,cs), +(323,579,o), +(334,554,o), +(330,525,c), +(498,525,l), +(513,656,o), +(438,729,o), +(302,729,cs), +(175,729,o), +(80,641,o), +(24,374,cs), +(-24,152,o), +(-5,-9,o), +(205,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,140,o), +(181,189,o), +(193,246,cs), +(206,309,o), +(220,341,o), +(248,341,cs), +(286,341,o), +(282,295,o), +(269,232,cs), +(258,178,o), +(243,140,o), +(214,140,cs) ); } ); @@ -604,57 +1449,57 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 458; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(452,-10,o), -(549,104,o), -(549,244,cs), -(549,372,o), -(459,456,o), -(340,456,cs), -(241,456,o), -(154,410,o), -(114,315,c), -(110,315,l), -(128,563,o), -(236,703,o), -(397,703,cs), -(492,703,o), -(558,651,o), -(567,564,c), -(606,564,l), -(594,669,o), -(513,737,o), -(395,737,cs), -(200,737,o), -(76,556,o), -(76,269,cs), -(76,86,o), -(154,-10,o), -(303,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(190,24,o), -(122,97,o), -(122,213,cs), -(122,336,o), -(212,422,o), -(334,422,cs), -(438,422,o), -(510,352,o), -(510,244,cs), -(510,113,o), -(424,24,o), -(298,24,cs) +(423,-10,o), +(519,103,o), +(519,241,cs), +(519,368,o), +(430,451,o), +(312,451,cs), +(214,451,o), +(128,405,o), +(89,311,c), +(85,311,l), +(103,557,o), +(209,695,o), +(368,695,cs), +(462,695,o), +(528,644,o), +(537,558,c), +(575,558,l), +(563,661,o), +(483,729,o), +(367,729,cs), +(174,729,o), +(51,550,o), +(51,266,cs), +(51,85,o), +(128,-10,o), +(276,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(164,24,o), +(97,96,o), +(97,211,cs), +(97,332,o), +(186,417,o), +(306,417,cs), +(409,417,o), +(480,348,o), +(480,241,cs), +(480,112,o), +(395,24,o), +(271,24,cs) ); } ); @@ -664,57 +1509,57 @@ monoWidth = 600; useSpacing = 85; }; }; -width = 607; +width = 552; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(459,-10,o), -(582,96,o), -(582,261,cs), -(582,393,o), -(487,475,o), -(373,475,cs), -(318,475,o), -(263,454,o), -(239,422,c), -(232,425,l), -(249,527,o), -(295,576,o), -(364,576,cs), -(406,576,o), -(437,557,o), -(442,524,c), -(629,524,l), -(620,655,o), -(518,737,o), -(380,737,cs), -(155,737,o), -(37,542,o), -(37,287,cs), -(37,107,o), -(124,-10,o), -(300,-10,cs) +(425,-10,o), +(546,95,o), +(546,258,cs), +(546,389,o), +(452,470,o), +(340,470,cs), +(285,470,o), +(231,449,o), +(207,417,c), +(200,420,l), +(217,521,o), +(263,569,o), +(331,569,cs), +(372,569,o), +(403,551,o), +(408,518,c), +(593,518,l), +(584,648,o), +(483,729,o), +(347,729,cs), +(124,729,o), +(8,536,o), +(8,284,cs), +(8,106,o), +(94,-10,o), +(268,-10,cs) ); }, { closed = 1; nodes = ( -(253,154,o), -(224,186,o), -(224,235,cs), -(224,289,o), -(253,339,o), -(317,339,cs), -(361,339,o), -(390,306,o), -(390,258,cs), -(390,194,o), -(354,154,o), -(296,154,cs) +(221,152,o), +(192,184,o), +(192,232,cs), +(192,286,o), +(221,335,o), +(284,335,cs), +(328,335,o), +(357,303,o), +(357,255,cs), +(357,192,o), +(321,152,o), +(264,152,cs) ); } ); @@ -724,57 +1569,57 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 542; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(534,-10,o), -(650,91,o), -(650,254,cs), -(650,393,o), -(547,469,o), -(404,469,cs), -(283,469,o), -(179,417,o), -(130,315,c), -(127,315,l), -(152,548,o), -(254,703,o), -(449,703,cs), -(582,703,o), -(661,640,o), -(666,543,c), -(702,543,l), -(698,665,o), -(596,737,o), -(450,737,cs), -(195,737,o), -(90,498,o), -(90,257,cs), -(90,90,o), -(169,-10,o), -(362,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(221,24,o), -(133,92,o), -(133,206,cs), -(133,342,o), -(238,437,o), -(395,437,cs), -(525,437,o), -(611,368,o), -(611,256,cs), -(611,123,o), -(527,24,o), -(360,24,cs) +(518,-10,o), +(633,90,o), +(633,251,cs), +(633,389,o), +(531,464,o), +(389,464,cs), +(270,464,o), +(167,412,o), +(119,311,c), +(116,311,l), +(140,542,o), +(241,695,o), +(434,695,cs), +(565,695,o), +(643,633,o), +(648,537,c), +(684,537,l), +(680,657,o), +(579,729,o), +(435,729,cs), +(183,729,o), +(79,492,o), +(79,254,cs), +(79,89,o), +(157,-10,o), +(348,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(208,24,o), +(121,91,o), +(121,204,cs), +(121,338,o), +(225,432,o), +(381,432,cs), +(509,432,o), +(594,364,o), +(594,253,cs), +(594,122,o), +(511,24,o), +(346,24,cs) ); } ); @@ -784,57 +1629,57 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 700; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(550,-11,o), -(693,92,o), -(693,262,cs), -(693,403,o), -(598,477,o), -(447,477,cs), -(385,477,o), -(321,458,o), -(290,431,c), -(282,434,l), -(298,520,o), -(357,567,o), -(428,567,cs), -(482,567,o), -(515,552,o), -(525,512,c), -(740,512,l), -(728,650,o), -(628,737,o), -(445,737,cs), -(175,737,o), -(43,518,o), -(43,278,cs), -(43,79,o), -(170,-11,o), -(354,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(304,158,o), -(271,185,o), -(271,233,cs), -(271,297,o), -(318,331,o), -(382,331,cs), -(436,331,o), -(471,306,o), -(471,256,cs), -(471,184,o), -(421,158,o), -(359,158,cs) +(529,-11,o), +(670,91,o), +(670,259,cs), +(670,398,o), +(576,472,o), +(427,472,cs), +(366,472,o), +(302,453,o), +(272,426,c), +(264,429,l), +(280,514,o), +(338,561,o), +(408,561,cs), +(462,561,o), +(494,546,o), +(504,506,c), +(717,506,l), +(705,643,o), +(606,729,o), +(425,729,cs), +(158,729,o), +(28,512,o), +(28,275,cs), +(28,78,o), +(153,-11,o), +(335,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(286,156,o), +(253,183,o), +(253,230,cs), +(253,294,o), +(299,327,o), +(363,327,cs), +(416,327,o), +(451,303,o), +(451,253,cs), +(451,182,o), +(401,156,o), +(340,156,cs) ); } ); @@ -844,7 +1689,7 @@ keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/sixinferior.glyph b/sources/MonaSans.glyphspackage/glyphs/sixinferior.glyph index 0da5706f..9fa80711 100644 --- a/sources/MonaSans.glyphspackage/glyphs/sixinferior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/sixinferior.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _center; -pos = (154,177); +pos = (162,177); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -15,49 +15,49 @@ shapes = ( { closed = 1; nodes = ( -(244,-45,o), -(293,3,o), -(293,105,cs), -(293,198,o), -(265,250,o), -(195,250,cs), -(166,250,o), -(142,236,o), -(135,218,c), -(129,218,l), -(128,277,o), -(135,306,o), -(158,306,cs), -(171,306,o), -(182,295,o), -(182,275,c), -(287,275,l), -(284,361,o), -(230,398,o), -(158,398,cs), -(73,398,o), -(15,351,o), -(15,172,cs), -(15,42,o), -(43,-45,o), -(158,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(144,46,o), -(135,58,o), -(135,107,cs), -(135,144,o), -(140,164,o), -(160,164,cs), -(174,164,o), -(183,152,o), -(183,103,cs), -(183,68,o), -(178,46,o), -(158,46,cs) +(252,-45,o), +(301,3,o), +(301,105,cs), +(301,198,o), +(273,250,o), +(203,250,cs), +(174,250,o), +(150,236,o), +(143,218,c), +(137,218,l), +(136,277,o), +(143,306,o), +(166,306,cs), +(179,306,o), +(190,295,o), +(190,275,c), +(295,275,l), +(292,361,o), +(238,398,o), +(166,398,cs), +(81,398,o), +(23,351,o), +(23,172,cs), +(23,42,o), +(51,-45,o), +(166,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(152,46,o), +(143,58,o), +(143,107,cs), +(143,144,o), +(148,164,o), +(168,164,cs), +(182,164,o), +(191,152,o), +(191,103,cs), +(191,68,o), +(186,46,o), +(166,46,cs) ); } ); @@ -68,7 +68,7 @@ weight = -350; width = 60; }; }; -width = 307; +width = 323; }, { anchors = ( @@ -143,59 +143,195 @@ width = 281; anchors = ( { name = _center; -pos = (211,174); +pos = (226,173); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +partSelection = { +}; +shapes = ( +{ +closed = 1; +nodes = ( +(337,-45,o), +(409,9,o), +(409,100,cs), +(409,188,o), +(343,238,o), +(239,238,cs), +(161,238,o), +(100,201,o), +(82,144,c), +(79,145,l), +(80,275,o), +(105,367,o), +(237,367,cs), +(306,367,o), +(356,339,o), +(364,289,c), +(401,289,l), +(394,353,o), +(331,397,o), +(238,397,cs), +(108,397,o), +(43,323,o), +(43,149,cs), +(43,29,o), +(95,-45,o), +(230,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,-14,o), +(89,22,o), +(89,95,cs), +(89,159,o), +(144,209,o), +(233,209,cs), +(315,209,o), +(370,173,o), +(370,99,cs), +(370,31,o), +(324,-14,o), +(231,-14,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 447; +}, +{ +anchors = ( +{ +name = _center; +pos = (237,171); } ); -layerId = master01; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; partSelection = { }; shapes = ( { closed = 1; nodes = ( -(298,-45,o), -(358,10,o), -(358,96,cs), -(358,177,o), -(303,232,o), -(222,232,cs), -(158,232,o), -(113,199,o), -(99,150,c), -(97,150,l), -(99,280,o), -(118,368,o), -(220,368,cs), -(269,368,o), -(311,346,o), -(320,291,c), -(354,291,l), -(348,355,o), -(295,398,o), -(221,398,cs), -(115,398,o), -(64,324,o), -(64,148,cs), -(64,27,o), -(111,-45,o), -(213,-45,cs) +(367,-45,o), +(451,11,o), +(451,112,cs), +(451,198,o), +(386,247,o), +(290,247,cs), +(240,247,o), +(199,231,o), +(179,207,c), +(172,208,l), +(174,262,o), +(203,286,o), +(245,286,cs), +(273,286,o), +(288,282,o), +(299,268,c), +(445,268,l), +(431,346,o), +(359,398,o), +(250,398,cs), +(128,398,o), +(23,340,o), +(23,174,cs), +(23,-3,o), +(131,-45,o), +(241,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(210,66,o), +(187,79,o), +(187,106,cs), +(187,131,o), +(204,147,o), +(244,147,cs), +(282,147,o), +(302,133,o), +(302,106,cs), +(302,82,o), +(283,66,o), +(244,66,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 473; +}, +{ +anchors = ( +{ +name = _center; +pos = (210,174); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(295,-45,o), +(353,10,o), +(353,96,cs), +(353,177,o), +(300,232,o), +(221,232,cs), +(157,232,o), +(114,199,o), +(100,150,c), +(98,150,l), +(100,280,o), +(119,368,o), +(219,368,cs), +(266,368,o), +(308,346,o), +(317,291,c), +(349,291,l), +(345,355,o), +(292,398,o), +(220,398,cs), +(116,398,o), +(65,324,o), +(65,148,cs), +(65,27,o), +(112,-45,o), +(212,-45,cs) ); }, { closed = 1; nodes = ( (150,-14,o), -(105,26,o), -(105,92,cs), -(105,154,o), -(147,203,o), -(216,203,cs), -(278,203,o), -(322,162,o), -(322,96,cs), -(322,30,o), -(279,-14,o), -(215,-14,cs) +(106,26,o), +(106,92,cs), +(106,154,o), +(148,203,o), +(215,203,cs), +(275,203,o), +(319,162,o), +(319,96,cs), +(319,30,o), +(276,-14,o), +(214,-14,cs) ); } ); @@ -278,203 +414,63 @@ type = Stem; } ); }; -width = 417; -}, -{ -anchors = ( -{ -name = _center; -pos = (211,174); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(317,-45,o), -(386,17,o), -(386,109,cs), -(386,189,o), -(332,244,o), -(250,244,cs), -(208,244,o), -(177,230,o), -(161,213,c), -(156,213,l), -(156,266,o), -(184,291,o), -(218,291,cs), -(237,291,o), -(258,283,o), -(263,269,c), -(391,269,l), -(380,348,o), -(318,399,o), -(220,399,cs), -(100,399,o), -(31,318,o), -(31,174,cs), -(31,17,o), -(104,-45,o), -(210,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(187,65,o), -(170,83,o), -(170,108,cs), -(170,134,o), -(188,150,o), -(214,150,cs), -(241,150,o), -(259,132,o), -(259,107,cs), -(259,82,o), -(241,65,o), -(214,65,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 420; +width = 414; }, { anchors = ( { name = _center; -pos = (226,173); +pos = (203,174); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(337,-45,o), -(409,9,o), -(409,100,cs), -(409,188,o), -(343,238,o), -(239,238,cs), -(161,238,o), -(100,201,o), -(82,144,c), -(79,145,l), -(80,275,o), -(105,367,o), -(237,367,cs), -(306,367,o), -(356,339,o), -(364,289,c), -(401,289,l), -(394,353,o), -(331,397,o), -(238,397,cs), -(108,397,o), -(43,323,o), -(43,149,cs), -(43,29,o), -(95,-45,o), -(230,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,-14,o), -(89,22,o), -(89,95,cs), -(89,159,o), -(144,209,o), -(233,209,cs), -(315,209,o), -(370,173,o), -(370,99,cs), -(370,31,o), -(324,-14,o), -(231,-14,cs) -); -} +(305,-45,o), +(371,17,o), +(371,109,cs), +(371,189,o), +(320,244,o), +(242,244,cs), +(203,244,o), +(173,230,o), +(158,213,c), +(153,213,l), +(153,266,o), +(180,291,o), +(210,291,cs), +(225,291,o), +(245,284,o), +(249,269,c), +(376,269,l), +(365,348,o), +(306,399,o), +(212,399,cs), +(96,399,o), +(30,317,o), +(30,174,cs), +(30,17,o), +(101,-45,o), +(202,-45,cs) ); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 447; }, { -anchors = ( -{ -name = _center; -pos = (231,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ closed = 1; nodes = ( -(361,-45,o), -(445,11,o), -(445,112,cs), -(445,198,o), -(380,247,o), -(284,247,cs), -(234,247,o), -(193,231,o), -(173,207,c), -(166,208,l), -(168,262,o), -(197,286,o), -(239,286,cs), -(267,286,o), -(282,282,o), -(293,268,c), -(439,268,l), -(425,346,o), -(353,398,o), -(244,398,cs), -(122,398,o), -(17,340,o), -(17,174,cs), -(17,-3,o), -(125,-45,o), -(235,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(204,66,o), -(181,79,o), -(181,106,cs), -(181,131,o), -(198,147,o), -(238,147,cs), -(276,147,o), -(296,133,o), -(296,106,cs), -(296,82,o), -(277,66,o), -(238,66,cs) +(182,65,o), +(167,83,o), +(167,108,cs), +(167,134,o), +(183,150,o), +(206,150,cs), +(230,150,o), +(246,132,o), +(246,107,cs), +(246,82,o), +(230,65,o), +(206,65,cs) ); } ); @@ -485,7 +481,7 @@ weight = -300; width = 60; }; }; -width = 461; +width = 403; }, { anchors = ( @@ -495,8 +491,6 @@ pos = (125,177); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -partSelection = { -}; shapes = ( { closed = 1; @@ -560,59 +554,57 @@ width = 279; anchors = ( { name = _center; -pos = (136,177); +pos = (144,177); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -partSelection = { -}; shapes = ( { closed = 1; nodes = ( -(178,-45,o), -(234,-2,o), -(254,93,cs), -(271,175,o), -(257,240,o), -(189,246,cs), -(157,249,o), -(135,236,o), -(124,219,c), -(118,219,l), -(128,273,o), -(140,306,o), -(162,306,cs), -(179,306,o), -(184,290,o), -(182,275,c), -(285,275,l), -(294,354,o), -(248,397,o), -(166,397,cs), -(92,397,o), -(31,349,o), -(-3,185,cs), -(-32,47,o), -(-7,-45,o), -(108,-45,cs) +(186,-45,o), +(242,-2,o), +(262,93,cs), +(279,175,o), +(265,240,o), +(197,246,cs), +(165,249,o), +(143,236,o), +(132,219,c), +(126,219,l), +(136,273,o), +(148,306,o), +(170,306,cs), +(187,306,o), +(192,290,o), +(190,275,c), +(293,275,l), +(302,354,o), +(256,397,o), +(174,397,cs), +(100,397,o), +(39,349,o), +(5,185,cs), +(-24,47,o), +(1,-45,o), +(116,-45,cs) ); }, { closed = 1; nodes = ( -(91,46,o), -(94,75,o), -(101,108,cs), -(108,142,o), -(116,163,o), -(133,163,cs), -(155,163,o), -(153,136,o), -(146,101,cs), -(139,67,o), -(130,46,o), -(113,46,cs) +(99,46,o), +(102,75,o), +(109,108,cs), +(116,142,o), +(124,163,o), +(141,163,cs), +(163,163,o), +(161,136,o), +(154,101,cs), +(147,67,o), +(138,46,o), +(121,46,cs) ); } ); @@ -623,7 +615,7 @@ weight = -350; width = 60; }; }; -width = 304; +width = 320; }, { anchors = ( @@ -633,8 +625,6 @@ pos = (201,177); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -partSelection = { -}; shapes = ( { closed = 1; @@ -702,8 +692,6 @@ pos = (196,177); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -partSelection = { -}; shapes = ( { closed = 1; @@ -771,8 +759,6 @@ pos = (215,177); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -partSelection = { -}; shapes = ( { closed = 1; @@ -836,59 +822,933 @@ width = 452; anchors = ( { name = _center; -pos = (213,177); +pos = (219,177); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -partSelection = { +shapes = ( +{ +closed = 1; +nodes = ( +(323,-47,o), +(409,14,o), +(412,107,cs), +(415,197,o), +(354,244,o), +(256,244,cs), +(218,244,o), +(181,235,o), +(164,225,c), +(158,228,l), +(166,266,o), +(200,285,o), +(239,285,cs), +(269,285,o), +(288,281,o), +(295,262,c), +(439,260,l), +(430,347,o), +(364,397,o), +(250,397,cs), +(108,397,o), +(5,306,o), +(-1,140,cs), +(-6,10,o), +(78,-47,o), +(198,-47,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,65,o), +(150,79,o), +(151,103,cs), +(152,133,o), +(176,147,o), +(213,147,cs), +(245,147,o), +(265,133,o), +(264,109,cs), +(263,77,o), +(237,65,o), +(201,65,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; }; +width = 468; +}, +{ +anchors = ( +{ +name = _center; +pos = (123,177); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { closed = 1; nodes = ( -(317,-47,o), -(403,14,o), -(406,107,cs), -(409,197,o), -(348,244,o), -(250,244,cs), -(212,244,o), -(175,235,o), -(158,225,c), -(152,228,l), -(160,266,o), -(194,285,o), -(233,285,cs), -(263,285,o), -(282,281,o), -(289,262,c), -(433,260,l), -(424,347,o), -(358,397,o), -(244,397,cs), -(102,397,o), -(-1,306,o), -(-7,140,cs), -(-12,10,o), -(72,-47,o), -(192,-47,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,65,o), -(144,79,o), -(145,103,cs), -(146,133,o), -(170,147,o), -(207,147,cs), -(239,147,o), -(259,133,o), -(258,109,cs), -(257,77,o), -(231,65,o), -(195,65,cs) +(183,-46,o), +(219,-9,o), +(219,99,cs), +(219,184,o), +(197,239,o), +(132,239,cs), +(99,239,o), +(68,218,o), +(58,163,c), +(55,163,l), +(57,304,o), +(69,372,o), +(125,372,cs), +(157,372,o), +(176,353,o), +(182,289,c), +(210,289,l), +(204,361,o), +(178,398,o), +(125,398,cs), +(62,398,o), +(24,345,o), +(27,150,cs), +(29,26,o), +(50,-46,o), +(127,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(89,-20,o), +(63,12,o), +(63,95,cs), +(63,166,o), +(83,215,o), +(127,215,cs), +(164,215,o), +(189,192,o), +(189,99,cs), +(189,28,o), +(177,-20,o), +(127,-20,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 241; +}, +{ +anchors = ( +{ +name = _center; +pos = (145,177); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(235,-45,o), +(284,3,o), +(284,105,cs), +(284,198,o), +(256,250,o), +(186,250,cs), +(157,250,o), +(133,236,o), +(126,218,c), +(120,218,l), +(119,277,o), +(126,306,o), +(149,306,cs), +(162,306,o), +(173,295,o), +(173,275,c), +(278,275,l), +(275,361,o), +(221,398,o), +(149,398,cs), +(64,398,o), +(6,351,o), +(6,172,cs), +(6,42,o), +(34,-45,o), +(149,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(135,46,o), +(126,58,o), +(126,107,cs), +(126,144,o), +(131,164,o), +(151,164,cs), +(165,164,o), +(174,152,o), +(174,103,cs), +(174,68,o), +(169,46,o), +(149,46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 289; +}, +{ +anchors = ( +{ +name = _center; +pos = (191,174); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,-45,o), +(338,10,o), +(338,96,cs), +(338,177,o), +(283,232,o), +(202,232,cs), +(138,232,o), +(93,199,o), +(79,150,c), +(77,150,l), +(79,280,o), +(98,368,o), +(200,368,cs), +(249,368,o), +(291,346,o), +(300,291,c), +(334,291,l), +(328,355,o), +(275,398,o), +(201,398,cs), +(95,398,o), +(44,324,o), +(44,148,cs), +(44,27,o), +(91,-45,o), +(193,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(130,-14,o), +(85,26,o), +(85,92,cs), +(85,154,o), +(127,203,o), +(196,203,cs), +(258,203,o), +(302,162,o), +(302,96,cs), +(302,30,o), +(259,-14,o), +(195,-14,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 377; +}, +{ +anchors = ( +{ +name = _center; +pos = (190,174); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,-45,o), +(365,17,o), +(365,109,cs), +(365,189,o), +(311,244,o), +(229,244,cs), +(187,244,o), +(156,230,o), +(140,213,c), +(135,213,l), +(135,266,o), +(163,291,o), +(197,291,cs), +(216,291,o), +(237,283,o), +(242,269,c), +(370,269,l), +(359,348,o), +(297,399,o), +(199,399,cs), +(79,399,o), +(10,318,o), +(10,174,cs), +(10,17,o), +(83,-45,o), +(189,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(166,65,o), +(149,83,o), +(149,108,cs), +(149,134,o), +(167,150,o), +(193,150,cs), +(220,150,o), +(238,132,o), +(238,107,cs), +(238,82,o), +(220,65,o), +(193,65,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 378; +}, +{ +anchors = ( +{ +name = _center; +pos = (216,173); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(327,-45,o), +(399,9,o), +(399,100,cs), +(399,188,o), +(333,238,o), +(229,238,cs), +(151,238,o), +(90,201,o), +(72,144,c), +(69,145,l), +(70,275,o), +(95,367,o), +(227,367,cs), +(296,367,o), +(346,339,o), +(354,289,c), +(391,289,l), +(384,353,o), +(321,397,o), +(228,397,cs), +(98,397,o), +(33,323,o), +(33,149,cs), +(33,29,o), +(85,-45,o), +(220,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(137,-14,o), +(79,22,o), +(79,95,cs), +(79,159,o), +(134,209,o), +(223,209,cs), +(305,209,o), +(360,173,o), +(360,99,cs), +(360,31,o), +(314,-14,o), +(221,-14,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 427; +}, +{ +anchors = ( +{ +name = _center; +pos = (221,171); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(351,-45,o), +(435,11,o), +(435,112,cs), +(435,198,o), +(370,247,o), +(274,247,cs), +(224,247,o), +(183,231,o), +(163,207,c), +(156,208,l), +(158,262,o), +(187,286,o), +(229,286,cs), +(257,286,o), +(272,282,o), +(283,268,c), +(429,268,l), +(415,346,o), +(343,398,o), +(234,398,cs), +(112,398,o), +(7,340,o), +(7,174,cs), +(7,-3,o), +(115,-45,o), +(225,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(194,66,o), +(171,79,o), +(171,106,cs), +(171,131,o), +(188,147,o), +(228,147,cs), +(266,147,o), +(286,133,o), +(286,106,cs), +(286,82,o), +(267,66,o), +(228,66,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 441; +}, +{ +anchors = ( +{ +name = _center; +pos = (102,177); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(119,-46,o), +(159,-10,o), +(180,92,cs), +(197,173,o), +(189,239,o), +(119,239,cs), +(90,239,o), +(58,223,o), +(36,169,c), +(32,169,l), +(63,304,o), +(90,371,o), +(140,371,cs), +(184,371,o), +(190,335,o), +(184,284,c), +(211,283,l), +(218,346,o), +(207,392,o), +(147,397,cs), +(89,401,o), +(41,355,o), +(3,158,cs), +(-23,26,o), +(-11,-46,o), +(71,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(18,-20,o), +(14,36,o), +(27,99,cs), +(42,170,o), +(68,215,o), +(109,215,cs), +(159,215,o), +(167,169,o), +(151,94,cs), +(136,24,o), +(116,-20,o), +(72,-20,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 233; +}, +{ +anchors = ( +{ +name = _center; +pos = (125,177); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(167,-45,o), +(223,-2,o), +(243,93,cs), +(260,175,o), +(246,240,o), +(178,246,cs), +(146,249,o), +(124,236,o), +(113,219,c), +(107,219,l), +(117,273,o), +(129,306,o), +(151,306,cs), +(168,306,o), +(173,290,o), +(171,275,c), +(274,275,l), +(283,354,o), +(237,397,o), +(155,397,cs), +(81,397,o), +(20,349,o), +(-14,185,cs), +(-43,47,o), +(-18,-45,o), +(97,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(80,46,o), +(83,75,o), +(90,108,cs), +(97,142,o), +(105,163,o), +(122,163,cs), +(144,163,o), +(142,136,o), +(135,101,cs), +(128,67,o), +(119,46,o), +(102,46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 282; +}, +{ +anchors = ( +{ +name = _center; +pos = (177,177); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(244,-46,o), +(303,21,o), +(303,106,cs), +(303,182,o), +(250,232,o), +(180,232,cs), +(124,232,o), +(76,206,o), +(54,155,c), +(51,155,l), +(62,291,o), +(121,367,o), +(208,367,cs), +(257,367,o), +(296,342,o), +(302,292,c), +(336,292,l), +(329,355,o), +(282,397,o), +(209,397,cs), +(91,397,o), +(18,289,o), +(18,120,cs), +(18,12,o), +(65,-46,o), +(155,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(93,-16,o), +(57,25,o), +(57,88,cs), +(57,155,o), +(105,204,o), +(172,204,cs), +(229,204,o), +(268,165,o), +(268,106,cs), +(268,34,o), +(221,-16,o), +(152,-16,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 369; +}, +{ +anchors = ( +{ +name = _center; +pos = (167,177); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(248,-46,o), +(325,16,o), +(325,115,cs), +(325,194,o), +(265,244,o), +(193,244,cs), +(161,244,o), +(130,233,o), +(116,219,c), +(112,221,l), +(121,273,o), +(149,291,o), +(182,291,cs), +(205,291,o), +(223,283,o), +(226,267,c), +(352,267,l), +(346,346,o), +(282,397,o), +(193,397,cs), +(51,397,o), +(-19,282,o), +(-19,136,cs), +(-19,27,o), +(36,-46,o), +(149,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,62,o), +(106,79,o), +(106,102,cs), +(106,129,o), +(120,154,o), +(155,154,cs), +(180,154,o), +(196,137,o), +(196,113,cs), +(196,82,o), +(178,62,o), +(146,62,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 359; +}, +{ +anchors = ( +{ +name = _center; +pos = (205,177); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,-46,o), +(367,13,o), +(370,104,cs), +(373,189,o), +(309,239,o), +(213,239,cs), +(140,239,o), +(78,210,o), +(50,156,c), +(48,156,l), +(60,283,o), +(121,366,o), +(235,366,cs), +(313,366,o), +(360,333,o), +(365,280,c), +(400,279,l), +(396,350,o), +(334,397,o), +(237,397,cs), +(107,397,o), +(17,306,o), +(11,129,cs), +(7,18,o), +(59,-46,o), +(187,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(100,-15,o), +(47,26,o), +(50,91,cs), +(53,164,o), +(115,211,o), +(204,211,cs), +(279,211,o), +(335,173,o), +(333,107,cs), +(330,29,o), +(275,-15,o), +(186,-15,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 432; +}, +{ +anchors = ( +{ +name = _center; +pos = (201,177); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(305,-47,o), +(391,14,o), +(394,107,cs), +(397,197,o), +(336,244,o), +(238,244,cs), +(200,244,o), +(163,235,o), +(146,225,c), +(140,228,l), +(148,266,o), +(182,285,o), +(221,285,cs), +(251,285,o), +(270,281,o), +(277,262,c), +(421,260,l), +(412,347,o), +(346,397,o), +(232,397,cs), +(90,397,o), +(-13,306,o), +(-19,140,cs), +(-24,10,o), +(60,-47,o), +(180,-47,cs) +); +}, +{ +closed = 1; +nodes = ( +(152,65,o), +(132,79,o), +(133,103,cs), +(134,133,o), +(158,147,o), +(195,147,cs), +(227,147,o), +(247,133,o), +(246,109,cs), +(245,77,o), +(219,65,o), +(183,65,cs) ); } ); @@ -899,7 +1759,7 @@ weight = -300; width = 60; }; }; -width = 456; +width = 432; } ); unicode = 8326; diff --git a/sources/MonaSans.glyphspackage/glyphs/sixsuperior.glyph b/sources/MonaSans.glyphspackage/glyphs/sixsuperior.glyph index c2e1b1aa..8c477628 100644 --- a/sources/MonaSans.glyphspackage/glyphs/sixsuperior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/sixsuperior.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = sixsuperior; -kernLeft = sixsuperior; +kernLeft = KO_sixsuperior; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -18,7 +18,7 @@ weight = -350; width = 60; }; }; -width = 307; +width = 323; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -38,7 +38,271 @@ width = 60; width = 281; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 447; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 473; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = sixinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = sixinferior; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +19 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 414; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = sixinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = sixinferior; +}; +width = 403; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (78,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 279; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (78,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 320; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (78,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 417; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (78,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 417; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (78,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 452; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (78,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 468; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 281; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { pos = (0,376); @@ -48,6 +312,24 @@ ref = sixinferior; userData = { RMXScaler = { height = 60; +weight = -350; +width = 60; +}; +}; +width = 289; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (0,376); +ref = sixinferior; +} +); +userData = { +RMXScaler = { +height = 60; weight = -25; width = 60; }; @@ -129,9 +411,10 @@ type = Stem; width = 417; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,376); ref = sixinferior; } @@ -145,12 +428,13 @@ width = 60; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = sixinferior; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = sixinferior; }; -width = 420; +width = 400; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,376); ref = sixinferior; } @@ -165,9 +449,10 @@ width = 60; width = 447; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,376); ref = sixinferior; } @@ -182,7 +467,7 @@ width = 60; width = 461; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (78,376); @@ -196,10 +481,10 @@ weight = -30; width = 60; }; }; -width = 279; +width = 233; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (78,376); @@ -213,10 +498,10 @@ weight = -350; width = 60; }; }; -width = 304; +width = 282; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (78,376); @@ -230,10 +515,10 @@ weight = -25; width = 60; }; }; -width = 417; +width = 369; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (78,376); @@ -247,10 +532,10 @@ weight = -300; width = 60; }; }; -width = 417; +width = 359; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (78,376); @@ -264,10 +549,10 @@ weight = -25; width = 60; }; }; -width = 452; +width = 432; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (78,376); @@ -281,7 +566,7 @@ weight = -300; width = 60; }; }; -width = 456; +width = 432; } ); unicode = 8310; diff --git a/sources/MonaSans.glyphspackage/glyphs/slash.glyph b/sources/MonaSans.glyphspackage/glyphs/slash.glyph index cbcffc5f..64cb6db7 100644 --- a/sources/MonaSans.glyphspackage/glyphs/slash.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/slash.glyph @@ -1,7 +1,7 @@ { glyphname = slash; -kernLeft = slash; -kernRight = slash; +kernLeft = KO_slash; +kernRight = KO_slash; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,14 +9,14 @@ shapes = ( { closed = 1; nodes = ( -(159,-82,l), -(368,729,l), -(205,729,l), -(-2,-82,l) +(161,-82,l), +(370,729,l), +(207,729,l), +(0,-82,l) ); } ); -width = 366; +width = 370; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -34,15 +34,45 @@ nodes = ( width = 190; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(24,-81,l), -(348,729,l), -(312,729,l), -(-15,-81,l) +(28,-81,l), +(437,729,l), +(401,729,l), +(-11,-81,l) +); +} +); +width = 444; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,-82,l), +(537,729,l), +(326,729,l), +(-18,-82,l) +); +} +); +width = 547; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(27,-81,l), +(345,729,l), +(309,729,l), +(-12,-81,l) ); } ); @@ -80,52 +110,22 @@ type = TopGhost; } ); }; -width = 358; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(173,-82,l), -(462,729,l), -(279,729,l), -(-8,-82,l) -); -} -); -width = 478; +width = 355; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(28,-81,l), -(437,729,l), -(401,729,l), -(-11,-81,l) +(170,-82,l), +(446,729,l), +(265,729,l), +(-9,-82,l) ); } ); -width = 444; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,-82,l), -(531,729,l), -(320,729,l), -(-24,-82,l) -); -} -); -width = 535; +width = 460; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -148,14 +148,14 @@ shapes = ( { closed = 1; nodes = ( -(93,-82,l), -(471,729,l), -(301,729,l), -(-75,-82,l) +(90,-82,l), +(468,729,l), +(298,729,l), +(-78,-82,l) ); } ); -width = 374; +width = 379; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -208,14 +208,228 @@ shapes = ( { closed = 1; nodes = ( -(126,-82,l), -(639,729,l), -(414,729,l), -(-97,-82,l) +(132,-82,l), +(645,729,l), +(420,729,l), +(-91,-82,l) +); +} +); +width = 532; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(-1,-82,l), +(204,729,l), +(175,729,l), +(-30,-82,l) +); +} +); +width = 189; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(154,-82,l), +(363,729,l), +(200,729,l), +(-7,-82,l) +); +} +); +width = 356; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(7,-81,l), +(331,729,l), +(295,729,l), +(-32,-81,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +} +); +}; +width = 324; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(161,-82,l), +(450,729,l), +(267,729,l), +(-20,-82,l) +); +} +); +width = 449; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(23,-81,l), +(432,729,l), +(396,729,l), +(-16,-81,l) +); +} +); +width = 434; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,-82,l), +(526,729,l), +(315,729,l), +(-29,-82,l) +); +} +); +width = 525; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-88,-82,l), +(286,729,l), +(256,729,l), +(-117,-82,l) +); +} +); +width = 154; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(82,-82,l), +(460,729,l), +(290,729,l), +(-86,-82,l) +); +} +); +width = 352; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-58,-81,l), +(432,729,l), +(394,729,l), +(-98,-81,l) +); +} +); +width = 324; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(86,-82,l), +(543,729,l), +(350,729,l), +(-105,-82,l) +); +} +); +width = 437; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-53,-81,l), +(523,729,l), +(486,729,l), +(-91,-81,l) +); +} +); +width = 425; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(111,-82,l), +(624,729,l), +(399,729,l), +(-112,-82,l) ); } ); -width = 520; +width = 490; } ); unicode = 47; diff --git a/sources/MonaSans.glyphspackage/glyphs/slashlongcomb.case.glyph b/sources/MonaSans.glyphspackage/glyphs/slashlongcomb.case.glyph index 7f94c646..01228e05 100644 --- a/sources/MonaSans.glyphspackage/glyphs/slashlongcomb.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/slashlongcomb.case.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _center; -pos = (265,324); +pos = (273,324); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -13,14 +13,14 @@ shapes = ( { closed = 1; nodes = ( -(121,-82,l), -(490,729,l), -(407,729,l), -(40,-82,l) +(129,-82,l), +(498,729,l), +(415,729,l), +(48,-82,l) ); } ); -width = 530; +width = 546; }, { anchors = ( @@ -47,91 +47,91 @@ width = 456; anchors = ( { name = _center; -pos = (359,324); +pos = (390,324); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(84,-81,l), -(678,729,l), -(637,729,l), +(86,-81,l), +(740,729,l), +(697,729,l), (40,-81,l) ); } ); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 441; -}; -width = 718; +width = 780; }, { anchors = ( { name = _center; -pos = (414,324); +pos = (469,324); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(192,-81,l), -(786,729,l), -(637,729,l), -(40,-81,l) +(238,-81,l), +(892,729,l), +(703,729,l), +(46,-81,l) ); } ); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 552; -}; -width = 826; +width = 938; }, { anchors = ( { name = _center; -pos = (390,324); +pos = (354,324); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(86,-81,l), -(740,729,l), -(697,729,l), -(40,-81,l) +(85,-81,l), +(667,729,l), +(628,729,l), +(43,-81,l) ); } ); -width = 780; +userData = { +com.schriftgestaltung.Glyphs.originalWidth = 441; +}; +width = 709; }, { anchors = ( { name = _center; -pos = (463,324); +pos = (404,324); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(232,-81,l), -(886,729,l), -(697,729,l), -(40,-81,l) +(189,-81,l), +(767,729,l), +(620,729,l), +(39,-81,l) ); } ); -width = 926; +userData = { +com.schriftgestaltung.Glyphs.originalWidth = 552; +}; +width = 805; }, { anchors = ( @@ -158,7 +158,7 @@ width = 415; anchors = ( { name = _center; -pos = (248,324); +pos = (256,324); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -166,14 +166,14 @@ shapes = ( { closed = 1; nodes = ( -(52,-82,l), -(529,729,l), -(442,729,l), -(-33,-82,l) +(60,-82,l), +(537,729,l), +(450,729,l), +(-25,-82,l) ); } ); -width = 474; +width = 490; }, { anchors = ( @@ -242,7 +242,7 @@ width = 776; anchors = ( { name = _center; -pos = (479,324); +pos = (485,324); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -250,14 +250,272 @@ shapes = ( { closed = 1; nodes = ( -(174,-81,l), -(991,729,l), -(786,729,l), -(-33,-81,l) +(180,-81,l), +(997,729,l), +(792,729,l), +(-27,-81,l) +); +} +); +width = 948; +}, +{ +anchors = ( +{ +name = _center; +pos = (208,324); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(51,-82,l), +(396,729,l), +(365,729,l), +(20,-82,l) +); +} +); +width = 416; +}, +{ +anchors = ( +{ +name = _center; +pos = (255,324); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(111,-82,l), +(480,729,l), +(397,729,l), +(30,-82,l) +); +} +); +width = 510; +}, +{ +anchors = ( +{ +name = _center; +pos = (339,324); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(64,-81,l), +(658,729,l), +(617,729,l), +(20,-81,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.originalWidth = 441; +}; +width = 678; +}, +{ +anchors = ( +{ +name = _center; +pos = (393,324); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(171,-81,l), +(765,729,l), +(616,729,l), +(19,-81,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.originalWidth = 552; +}; +width = 784; +}, +{ +anchors = ( +{ +name = _center; +pos = (380,324); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(76,-81,l), +(730,729,l), +(687,729,l), +(30,-81,l) +); +} +); +width = 760; +}, +{ +anchors = ( +{ +name = _center; +pos = (453,324); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(222,-81,l), +(876,729,l), +(687,729,l), +(30,-81,l) +); +} +); +width = 906; +}, +{ +anchors = ( +{ +name = _center; +pos = (199,324); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-23,-82,l), +(450,729,l), +(420,729,l), +(-53,-82,l) +); +} +); +width = 369; +}, +{ +anchors = ( +{ +name = _center; +pos = (237,324); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(41,-82,l), +(518,729,l), +(431,729,l), +(-44,-82,l) +); +} +); +width = 452; +}, +{ +anchors = ( +{ +name = _center; +pos = (347,324); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,-81,l), +(747,729,l), +(705,729,l), +(-54,-81,l) +); +} +); +width = 666; +}, +{ +anchors = ( +{ +name = _center; +pos = (380,324); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(91,-81,l), +(848,729,l), +(697,729,l), +(-62,-81,l) +); +} +); +width = 764; +}, +{ +anchors = ( +{ +name = _center; +pos = (392,324); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(7,-81,l), +(823,729,l), +(779,729,l), +(-40,-81,l) +); +} +); +width = 756; +}, +{ +anchors = ( +{ +name = _center; +pos = (464,324); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(159,-81,l), +(976,729,l), +(771,729,l), +(-48,-81,l) ); } ); -width = 936; +width = 906; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/slashlongcomb.glyph b/sources/MonaSans.glyphspackage/glyphs/slashlongcomb.glyph index 2cba5653..9704bdd5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/slashlongcomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/slashlongcomb.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _center; -pos = (192,271); +pos = (200,271); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -13,14 +13,14 @@ shapes = ( { closed = 1; nodes = ( -(91,-60,l), -(343,601,l), -(290,601,l), -(40,-60,l) +(99,-60,l), +(351,601,l), +(298,601,l), +(48,-60,l) ); } ); -width = 383; +width = 399; }, { anchors = ( @@ -47,91 +47,91 @@ width = 349; anchors = ( { name = _center; -pos = (295,259); +pos = (320,259); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(81,-60,l), -(549,577,l), -(509,577,l), +(84,-60,l), +(599,577,l), +(558,577,l), (40,-60,l) ); } ); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 441; -}; -width = 589; +width = 639; }, { anchors = ( { name = _center; -pos = (340,272); +pos = (385,272); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(152,-60,l), -(640,604,l), -(530,604,l), -(40,-60,l) +(188,-60,l), +(723,604,l), +(583,604,l), +(46,-60,l) ); } ); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 552; -}; -width = 680; +width = 769; }, { anchors = ( { name = _center; -pos = (320,259); +pos = (292,259); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(84,-60,l), -(599,577,l), -(558,577,l), -(40,-60,l) +(82,-60,l), +(542,577,l), +(502,577,l), +(43,-60,l) ); } ); -width = 639; +userData = { +com.schriftgestaltung.Glyphs.originalWidth = 441; +}; +width = 582; }, { anchors = ( { name = _center; -pos = (379,272); +pos = (331,272); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(182,-60,l), -(717,604,l), -(577,604,l), -(40,-60,l) +(149,-60,l), +(623,604,l), +(514,604,l), +(39,-60,l) ); } ); -width = 757; +userData = { +com.schriftgestaltung.Glyphs.originalWidth = 552; +}; +width = 660; }, { anchors = ( @@ -158,7 +158,7 @@ width = 350; anchors = ( { name = _center; -pos = (190,271); +pos = (198,271); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -166,14 +166,14 @@ shapes = ( { closed = 1; nodes = ( -(26,-60,l), -(413,601,l), -(358,601,l), -(-28,-60,l) +(34,-60,l), +(421,601,l), +(366,601,l), +(-20,-60,l) ); } ); -width = 385; +width = 401; }, { anchors = ( @@ -242,7 +242,7 @@ width = 637; anchors = ( { name = _center; -pos = (380,272); +pos = (386,272); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -250,14 +250,272 @@ shapes = ( { closed = 1; nodes = ( -(124,-60,l), -(794,604,l), -(642,604,l), -(-29,-60,l) +(130,-60,l), +(800,604,l), +(648,604,l), +(-23,-60,l) +); +} +); +width = 777; +}, +{ +anchors = ( +{ +name = _center; +pos = (155,258); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,-60,l), +(289,576,l), +(260,576,l), +(20,-60,l) +); +} +); +width = 309; +}, +{ +anchors = ( +{ +name = _center; +pos = (182,271); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(81,-60,l), +(333,601,l), +(280,601,l), +(30,-60,l) +); +} +); +width = 363; +}, +{ +anchors = ( +{ +name = _center; +pos = (275,259); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(61,-60,l), +(529,577,l), +(489,577,l), +(20,-60,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.originalWidth = 441; +}; +width = 549; +}, +{ +anchors = ( +{ +name = _center; +pos = (319,272); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(131,-60,l), +(619,604,l), +(509,604,l), +(19,-60,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.originalWidth = 552; +}; +width = 638; +}, +{ +anchors = ( +{ +name = _center; +pos = (310,259); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(74,-60,l), +(589,577,l), +(548,577,l), +(30,-60,l) +); +} +); +width = 619; +}, +{ +anchors = ( +{ +name = _center; +pos = (369,272); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,-60,l), +(707,604,l), +(567,604,l), +(30,-60,l) +); +} +); +width = 737; +}, +{ +anchors = ( +{ +name = _center; +pos = (152,258); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-18,-60,l), +(353,576,l), +(322,576,l), +(-49,-60,l) +); +} +); +width = 304; +}, +{ +anchors = ( +{ +name = _center; +pos = (179,271); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(15,-60,l), +(402,601,l), +(347,601,l), +(-39,-60,l) +); +} +); +width = 363; +}, +{ +anchors = ( +{ +name = _center; +pos = (270,259); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-6,-60,l), +(590,577,l), +(547,577,l), +(-50,-60,l) +); +} +); +width = 540; +}, +{ +anchors = ( +{ +name = _center; +pos = (312,272); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(63,-60,l), +(686,604,l), +(567,604,l), +(-58,-60,l) +); +} +); +width = 628; +}, +{ +anchors = ( +{ +name = _center; +pos = (309,259); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(11,-60,l), +(653,577,l), +(610,577,l), +(-36,-60,l) +); +} +); +width = 617; +}, +{ +anchors = ( +{ +name = _center; +pos = (365,272); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(109,-60,l), +(779,604,l), +(627,604,l), +(-44,-60,l) ); } ); -width = 765; +width = 735; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/slashshortcomb.case.glyph b/sources/MonaSans.glyphspackage/glyphs/slashshortcomb.case.glyph index 8090fd04..4d302c85 100644 --- a/sources/MonaSans.glyphspackage/glyphs/slashshortcomb.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/slashshortcomb.case.glyph @@ -26,7 +26,7 @@ width = 268; anchors = ( { name = _center; -pos = (318,403); +pos = (326,403); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -34,98 +34,98 @@ shapes = ( { closed = 1; nodes = ( -(318,403,l), -(318,543,l), -(40,350,l), -(40,214,l) +(326,403,l), +(326,543,l), +(48,350,l), +(48,214,l) ); } ); -width = 358; +width = 374; }, { anchors = ( { name = _center; -pos = (355,340); +pos = (400,294); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(355,340,l), -(355,375,l), -(40,236,l), -(40,201,l) +(400,359,l), +(400,396,l), +(40,237,l), +(40,200,l) ); } ); -width = 395; +width = 440; }, { anchors = ( { name = _center; -pos = (427,305); +pos = (463,295); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(427,305,l), -(427,480,l), -(40,309,l), -(40,134,l) +(463,318,l), +(463,493,l), +(46,309,l), +(46,134,l) ); } ); -width = 467; +width = 509; }, { anchors = ( { name = _center; -pos = (400,294); +pos = (350,340); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(400,359,l), -(400,396,l), -(40,237,l), -(40,200,l) +(350,340,l), +(350,375,l), +(43,236,l), +(43,201,l) ); } ); -width = 440; +width = 392; }, { anchors = ( { name = _center; -pos = (457,295); +pos = (412,305); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(457,318,l), -(457,493,l), -(40,309,l), -(40,134,l) +(412,305,l), +(412,480,l), +(39,309,l), +(39,134,l) ); } ); -width = 497; +width = 449; }, { anchors = ( @@ -152,7 +152,7 @@ width = 269; anchors = ( { name = _center; -pos = (343,395); +pos = (351,395); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -160,14 +160,14 @@ shapes = ( { closed = 1; nodes = ( -(343,395,l), -(376,551,l), -(58,358,l), -(27,206,l) +(351,395,l), +(384,551,l), +(66,358,l), +(35,206,l) ); } ); -width = 358; +width = 374; }, { anchors = ( @@ -236,7 +236,7 @@ width = 441; anchors = ( { name = _center; -pos = (462,295); +pos = (468,295); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -244,14 +244,266 @@ shapes = ( { closed = 1; nodes = ( -(467,318,l), -(503,493,l), -(48,309,l), -(12,134,l) +(473,318,l), +(509,493,l), +(54,309,l), +(18,134,l) +); +} +); +width = 509; +}, +{ +anchors = ( +{ +name = _center; +pos = (208,342); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,342,l), +(208,374,l), +(20,243,l), +(20,211,l) +); +} +); +width = 228; +}, +{ +anchors = ( +{ +name = _center; +pos = (308,403); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,403,l), +(308,543,l), +(30,350,l), +(30,214,l) +); +} +); +width = 338; +}, +{ +anchors = ( +{ +name = _center; +pos = (335,340); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(335,340,l), +(335,375,l), +(20,236,l), +(20,201,l) +); +} +); +width = 355; +}, +{ +anchors = ( +{ +name = _center; +pos = (406,305); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(406,305,l), +(406,480,l), +(19,309,l), +(19,134,l) +); +} +); +width = 425; +}, +{ +anchors = ( +{ +name = _center; +pos = (390,294); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(390,359,l), +(390,396,l), +(30,237,l), +(30,200,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _center; +pos = (447,295); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(447,318,l), +(447,493,l), +(30,309,l), +(30,134,l) +); +} +); +width = 477; +}, +{ +anchors = ( +{ +name = _center; +pos = (160,294); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(222,341,l), +(230,376,l), +(15,246,l), +(7,210,l) ); } ); -width = 497; +width = 223; +}, +{ +anchors = ( +{ +name = _center; +pos = (332,395); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(332,395,l), +(365,551,l), +(47,358,l), +(16,206,l) +); +} +); +width = 336; +}, +{ +anchors = ( +{ +name = _center; +pos = (339,294); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(349,339,l), +(356,376,l), +(12,237,l), +(5,200,l) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = _center; +pos = (404,300); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,300,l), +(442,484,l), +(19,313,l), +(-19,129,l) +); +} +); +width = 409; +}, +{ +anchors = ( +{ +name = _center; +pos = (399,294); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(412,358,l), +(419,397,l), +(26,238,l), +(19,199,l) +); +} +); +width = 421; +}, +{ +anchors = ( +{ +name = _center; +pos = (447,295); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(452,318,l), +(488,493,l), +(33,309,l), +(-3,134,l) +); +} +); +width = 467; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/slashshortcomb.glyph b/sources/MonaSans.glyphspackage/glyphs/slashshortcomb.glyph index 7ba73647..6b4810df 100644 --- a/sources/MonaSans.glyphspackage/glyphs/slashshortcomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/slashshortcomb.glyph @@ -26,7 +26,7 @@ width = 204; anchors = ( { name = _center; -pos = (162,292); +pos = (170,292); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -34,14 +34,14 @@ shapes = ( { closed = 1; nodes = ( -(284,286,l), -(284,439,l), -(40,298,l), -(40,144,l) +(292,286,l), +(292,439,l), +(48,298,l), +(48,144,l) ); } ); -width = 324; +width = 340; }, { anchors = ( @@ -50,7 +50,7 @@ name = _center; pos = (134,342); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; @@ -68,64 +68,64 @@ width = 268; anchors = ( { name = _center; -pos = (180,302); +pos = (202,302); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(319,306,l), -(319,459,l), -(40,298,l), -(40,144,l) +(357,305,l), +(357,479,l), +(46,300,l), +(46,124,l) ); } ); -width = 359; +width = 403; }, { anchors = ( { name = _center; -pos = (134,342); +pos = (135,342); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(228,376,l), -(228,413,l), -(40,308,l), -(40,270,l) +(227,376,l), +(227,413,l), +(43,308,l), +(43,270,l) ); } ); -width = 268; +width = 267; }, { anchors = ( { name = _center; -pos = (196,302); +pos = (172,302); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(351,305,l), -(351,479,l), -(40,300,l), -(40,124,l) +(305,306,l), +(305,459,l), +(39,298,l), +(39,144,l) ); } ); -width = 391; +width = 343; }, { anchors = ( @@ -152,7 +152,7 @@ width = 204; anchors = ( { name = _center; -pos = (167,292); +pos = (175,292); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -160,14 +160,14 @@ shapes = ( { closed = 1; nodes = ( -(288,286,l), -(320,439,l), -(46,298,l), -(14,144,l) +(296,286,l), +(328,439,l), +(54,298,l), +(22,144,l) ); } ); -width = 325; +width = 341; }, { anchors = ( @@ -236,7 +236,7 @@ width = 268; anchors = ( { name = _center; -pos = (202,302); +pos = (208,302); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -244,14 +244,266 @@ shapes = ( { closed = 1; nodes = ( -(358,305,l), -(394,479,l), -(46,300,l), -(9,124,l) +(364,305,l), +(400,479,l), +(52,300,l), +(15,124,l) +); +} +); +width = 403; +}, +{ +anchors = ( +{ +name = _center; +pos = (82,354); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(144,374,l), +(144,403,l), +(20,333,l), +(20,304,l) +); +} +); +width = 164; +}, +{ +anchors = ( +{ +name = _center; +pos = (152,292); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(274,286,l), +(274,439,l), +(30,298,l), +(30,144,l) +); +} +); +width = 304; +}, +{ +anchors = ( +{ +name = _center; +pos = (114,342); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,376,l), +(208,413,l), +(20,308,l), +(20,270,l) +); +} +); +width = 228; +}, +{ +anchors = ( +{ +name = _center; +pos = (159,302); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,306,l), +(298,459,l), +(19,298,l), +(19,144,l) +); +} +); +width = 317; +}, +{ +anchors = ( +{ +name = _center; +pos = (124,342); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(218,376,l), +(218,413,l), +(30,308,l), +(30,270,l) +); +} +); +width = 248; +}, +{ +anchors = ( +{ +name = _center; +pos = (186,302); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(341,305,l), +(341,479,l), +(30,300,l), +(30,124,l) +); +} +); +width = 371; +}, +{ +anchors = ( +{ +name = _center; +pos = (99,354); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(165,373,l), +(171,404,l), +(33,334,l), +(27,303,l) +); +} +); +width = 158; +}, +{ +anchors = ( +{ +name = _center; +pos = (156,292); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(277,286,l), +(309,439,l), +(35,298,l), +(3,144,l) +); +} +); +width = 303; +}, +{ +anchors = ( +{ +name = _center; +pos = (127,342); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(228,376,l), +(236,413,l), +(26,308,l), +(18,270,l) +); +} +); +width = 220; +}, +{ +anchors = ( +{ +name = _center; +pos = (157,302); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(297,306,l), +(329,459,l), +(16,298,l), +(-16,144,l) +); +} +); +width = 301; +}, +{ +anchors = ( +{ +name = _center; +pos = (141,342); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,376,l), +(250,413,l), +(40,308,l), +(32,270,l) +); +} +); +width = 248; +}, +{ +anchors = ( +{ +name = _center; +pos = (187,302); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(343,305,l), +(379,479,l), +(31,300,l), +(-6,124,l) ); } ); -width = 391; +width = 361; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/space.glyph b/sources/MonaSans.glyphspackage/glyphs/space.glyph index 39fa4583..a3fc05e1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/space.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/space.glyph @@ -3,51 +3,99 @@ glyphname = space; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -width = 150; +width = 156; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -width = 239; +width = 220; }, { -layerId = master01; -width = 239; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +width = 270; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -width = 203; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +width = 262; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -width = 239; +layerId = m019; +width = 255; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -width = 203; +layerId = m020; +width = 240; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -width = 237; +width = 240; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -width = 149; +width = 156; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -width = 237; +width = 255; }, { layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -width = 201; +width = 240; }, { layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -width = 237; +width = 270; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -width = 201; +width = 262; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +width = 160; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +width = 125; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +width = 205; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +width = 180; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +width = 245; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +width = 205; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +width = 160; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +width = 125; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +width = 205; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +width = 143; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +width = 245; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +width = 205; } ); unicode = 32; diff --git a/sources/MonaSans.glyphspackage/glyphs/sterling.glyph b/sources/MonaSans.glyphspackage/glyphs/sterling.glyph index ebb41380..dbdb71ce 100644 --- a/sources/MonaSans.glyphspackage/glyphs/sterling.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/sterling.glyph @@ -46,56 +46,973 @@ shapes = ( { closed = 1; nodes = ( -(203,132,l), -(259,179,o), +(211,132,l), +(267,179,o), +(282,230,o), +(282,298,cs), +(282,372,o), +(256,455,o), +(256,508,cs), +(256,568,o), +(271,588,o), +(296,588,cs), +(328,588,o), +(339,560,o), +(338,501,c), +(500,501,l), +(504,642,o), +(439,737,o), +(291,737,cs), +(172,737,o), +(82,654,o), +(82,511,cs), +(82,437,o), +(107,364,o), +(107,289,cs), +(107,237,o), +(99,194,o), +(74,132,c) +); +}, +{ +closed = 1; +nodes = ( +(497,0,l), +(497,223,l), +(354,223,l), +(354,135,l), +(28,135,l), +(28,0,l) +); +}, +{ +closed = 1; +nodes = ( +(376,296,l), +(376,420,l), +(35,420,l), +(35,296,l) +); +} +); +width = 530; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(461,0,l), +(461,177,l), +(430,177,l), +(430,29,l), +(182,29,l), +(182,350,l), +(359,350,l), +(359,379,l), +(182,379,l), +(182,539,ls), +(182,639,o), +(217,706,o), +(304,706,cs), +(381,706,o), +(432,658,o), +(432,539,cs), +(432,509,l), +(464,509,l), +(464,539,ls), +(464,657,o), +(413,736,o), +(304,736,cs), +(212,736,o), +(150,674,o), +(150,539,cs), +(150,379,l), +(83,379,l), +(83,350,l), +(150,350,l), +(150,29,l), +(83,29,l), +(83,0,l) +); +} +); +}; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(81,19,l), +(134,82,o), +(149,138,o), +(149,226,cs), +(149,354,o), +(108,439,o), +(108,543,cs), +(108,650,o), +(159,709,o), +(248,709,cs), +(335,709,o), +(375,642,o), +(373,524,c), +(405,524,l), +(408,670,o), +(343,739,o), +(248,739,cs), +(139,739,o), +(76,666,o), +(76,542,cs), +(76,433,o), +(117,354,o), +(117,224,cs), +(117,144,o), +(106,85,o), +(52,19,c) +); +}, +{ +closed = 1; +nodes = ( +(387,0,l), +(387,180,l), +(356,180,l), +(356,29,l), +(22,29,l), +(22,0,l) +); +}, +{ +closed = 1; +nodes = ( +(312,355,l), +(312,384,l), +(37,384,l), +(37,355,l) +); +} +); +width = 443; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(88,13,l), +(165,86,o), +(189,157,o), +(189,241,cs), +(189,367,o), +(107,426,o), +(107,534,cs), +(107,639,o), +(193,700,o), +(334,700,cs), +(472,700,o), +(554,637,o), +(554,526,c), +(595,527,l), +(595,659,o), +(494,738,o), +(334,738,cs), +(171,738,o), +(68,661,o), +(68,535,cs), +(68,420,o), +(148,364,o), +(148,241,cs), +(148,155,o), +(125,99,o), +(57,31,c) +); +}, +{ +closed = 1; +nodes = ( +(588,0,l), +(588,178,l), +(551,178,l), +(551,36,l), +(-13,36,l), +(-13,0,l) +); +}, +{ +closed = 1; +nodes = ( +(453,345,l), +(453,380,l), +(12,380,l), +(12,345,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(153,29,l), +(210,76,o), +(232,137,o), +(232,208,cs), +(232,326,o), +(145,399,o), +(145,510,cs), +(145,626,o), +(231,702,o), +(364,702,cs), +(501,702,o), +(585,628,o), +(585,506,c), +(624,506,l), +(625,648,o), +(524,739,o), +(364,739,cs), +(209,739,o), +(105,647,o), +(105,510,cs), +(105,389,o), +(193,318,o), +(193,208,cs), +(193,130,o), +(164,74,o), +(108,30,c) +); +}, +{ +closed = 1; +nodes = ( +(613,0,l), +(613,176,l), +(576,176,l), +(576,36,l), +(32,36,l), +(32,0,l) +); +}, +{ +closed = 1; +nodes = ( +(498,330,l), +(498,365,l), +(57,365,l), +(57,330,l) +); +} +); +width = 674; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(234,132,l), +(360,183,o), +(388,241,o), +(388,301,cs), +(388,381,o), +(344,438,o), +(344,492,cs), +(344,543,o), +(383,567,o), +(432,567,cs), +(485,567,o), +(515,540,o), +(514,491,c), +(742,491,l), +(745,640,o), +(629,739,o), +(431,739,cs), +(243,739,o), +(115,648,o), +(115,506,cs), +(115,422,o), +(167,369,o), +(167,292,cs), +(167,250,o), +(150,213,o), +(98,153,c) +); +}, +{ +closed = 1; +nodes = ( +(734,0,l), +(734,229,l), +(536,229,l), +(536,155,l), +(28,155,l), +(28,0,l) +); +}, +{ +closed = 1; +nodes = ( +(561,281,l), +(561,423,l), +(43,423,l), +(43,281,l) +); +} +); +width = 773; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(141,13,l), +(202,86,o), +(222,156,o), +(222,241,cs), +(222,367,o), +(157,426,o), +(157,534,cs), +(157,639,o), +(224,700,o), +(333,700,cs), +(440,700,o), +(502,637,o), +(502,526,c), +(542,527,l), +(542,659,o), +(461,738,o), +(333,738,cs), +(201,738,o), +(119,661,o), +(119,535,cs), +(119,420,o), +(180,364,o), +(180,241,cs), +(180,155,o), +(162,99,o), +(110,31,c) +); +}, +{ +closed = 1; +nodes = ( +(537,0,l), +(537,178,l), +(501,178,l), +(501,36,l), +(53,36,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(428,345,l), +(428,380,l), +(73,380,l), +(73,345,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +30 +); +stem = -2; +target = ( +0, +31 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +26 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +12 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +29 +); +stem = -2; +target = ( +0, +4 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 616; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(246,150,l), +(316,202,o), +(326,248,o), +(326,310,cs), +(326,375,o), +(302,459,o), +(302,497,cs), +(302,540,o), +(328,569,o), +(371,569,cs), +(409,569,o), +(438,549,o), +(436,494,c), +(619,499,l), +(621,642,o), +(530,738,o), +(365,738,cs), +(210,738,o), +(107,644,o), +(107,504,cs), +(107,439,o), +(130,366,o), +(130,299,cs), +(130,238,o), +(114,204,o), +(82,150,c) +); +}, +{ +closed = 1; +nodes = ( +(613,0,l), +(613,209,l), +(451,209,l), +(451,152,l), +(28,152,l), +(28,0,l) +); +}, +{ +closed = 1; +nodes = ( +(458,294,l), +(458,435,l), +(38,435,l), +(38,294,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(241,146,l), +(310,194,o), +(327,242,o), +(327,308,cs), +(327,375,o), +(293,458,o), +(293,498,cs), +(293,542,o), +(314,573,o), +(360,573,cs), +(395,573,o), +(424,553,o), +(425,500,c), +(601,500,l), +(604,643,o), +(516,738,o), +(354,738,cs), +(205,738,o), +(106,646,o), +(106,507,cs), +(106,439,o), +(137,365,o), +(137,297,cs), +(137,245,o), +(127,209,o), +(91,146,c) +); +}, +{ +closed = 1; +nodes = ( +(594,0,l), +(594,228,l), +(438,228,l), +(438,149,l), +(39,149,l), +(39,0,l) +); +}, +{ +closed = 1; +nodes = ( +(454,288,l), +(454,425,l), +(49,425,l), +(49,288,l) +); +} +); +width = 641; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(27,19,l), +(93,81,o), +(120,140,o), +(137,222,cs), +(163,348,o), +(139,432,o), +(161,536,cs), +(183,644,o), +(246,702,o), +(335,702,cs), +(422,702,o), +(449,636,o), +(422,519,c), +(454,519,l), +(488,666,o), +(435,732,o), +(342,732,cs), +(233,732,o), +(119,662,o), +(119,407,cs), +(119,398,o), +(119,389,o), +(119,381,cs), +(119,143,o), +(35,55,o), +(-2,19,c) +); +}, +{ +closed = 1; +nodes = ( +(329,0,l), +(366,178,l), +(335,178,l), +(304,29,l), +(-30,29,l), +(-36,0,l) +); +}, +{ +closed = 1; +nodes = ( +(327,351,l), +(333,380,l), +(58,380,l), +(52,351,l) +); +} +); +}; +guides = ( +{ +pos = (315,519); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(38,19,l), +(100,67,o), +(140,140,o), +(157,225,cs), +(183,353,o), +(158,457,o), +(181,570,cs), +(200,661,o), +(250,711,o), +(325,711,cs), +(417,711,o), +(452,637,o), +(414,511,c), +(447,511,l), +(488,655,o), +(436,739,o), +(325,739,cs), +(238,739,o), +(170,676,o), +(150,579,cs), +(126,465,o), +(151,358,o), +(126,234,cs), +(109,149,o), +(73,83,o), +(16,29,c) +); +}, +{ +closed = 1; +nodes = ( +(330,0,l), +(366,177,l), +(335,177,l), +(305,29,l), +(-30,29,l), +(-36,0,l) +); +}, +{ +closed = 1; +nodes = ( +(337,349,l), +(343,378,l), +(68,378,l), +(62,349,l) +); +} +); +width = 437; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,132,l), +(248,179,o), (274,230,o), -(274,298,cs), -(274,372,o), -(248,455,o), -(248,508,cs), -(248,568,o), -(263,588,o), -(288,588,cs), -(320,588,o), -(331,560,o), -(330,501,c), -(492,501,l), -(496,642,o), -(431,737,o), -(283,737,cs), -(164,737,o), -(74,654,o), -(74,511,cs), -(74,437,o), -(99,364,o), -(99,289,cs), -(99,237,o), -(91,194,o), -(66,132,c) +(288,299,cs), +(303,372,o), +(295,452,o), +(307,517,cs), +(317,570,o), +(336,588,o), +(362,588,cs), +(400,588,o), +(396,548,o), +(386,501,c), +(548,501,l), +(574,643,o), +(509,736,o), +(371,737,cs), +(248,738,o), +(165,675,o), +(138,542,cs), +(115,431,o), +(131,366,o), +(115,289,cs), +(105,241,o), +(84,195,o), +(45,132,c) +); +}, +{ +closed = 1; +nodes = ( +(441,0,l), +(487,223,l), +(344,223,l), +(326,135,l), +(0,135,l), +(-28,0,l) +); +}, +{ +closed = 1; +nodes = ( +(381,296,l), +(407,420,l), +(66,420,l), +(40,296,l) +); +} +); +width = 529; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(66,18,l), +(188,109,o), +(227,201,o), +(227,313,cs), +(227,387,o), +(210,433,o), +(210,493,cs), +(210,631,o), +(290,696,o), +(411,696,cs), +(510,696,o), +(573,635,o), +(568,527,c), +(609,527,l), +(614,649,o), +(539,731,o), +(408,731,cs), +(267,731,o), +(169,644,o), +(169,489,cs), +(169,426,o), +(185,371,o), +(185,305,cs), +(185,216,o), +(156,129,o), +(42,33,c) +); +}, +{ +closed = 1; +nodes = ( +(491,0,l), +(528,178,l), +(492,178,l), +(462,36,l), +(6,36,l), +(-1,0,l) +); +}, +{ +closed = 1; +nodes = ( +(451,345,l), +(459,380,l), +(98,380,l), +(90,345,l) +); +} +); +width = 622; +}, +{ +guides = ( +{ +pos = (561,500); +} +); +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(206,146,l), +(318,204,o), +(346,273,o), +(346,371,cs), +(346,407,o), +(342,444,o), +(342,477,cs), +(342,533,o), +(371,571,o), +(423,571,cs), +(471,571,o), +(495,542,o), +(488,499,c), +(667,499,l), +(681,641,o), +(585,736,o), +(428,736,cs), +(262,736,o), +(151,638,o), +(151,464,cs), +(151,422,o), +(152,398,o), +(152,374,cs), +(152,282,o), +(133,236,o), +(59,146,c) +); +}, +{ +closed = 1; +nodes = ( +(554,0,l), +(601,228,l), +(443,228,l), +(427,149,l), +(14,149,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(471,288,l), +(499,425,l), +(81,425,l), +(53,288,l) +); +} +); +width = 659; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(106,25,l), +(177,71,o), +(228,164,o), +(228,267,cs), +(228,353,o), +(193,399,o), +(193,482,cs), +(193,622,o), +(293,701,o), +(432,701,cs), +(567,701,o), +(647,626,o), +(641,509,c), +(681,509,l), +(687,650,o), +(586,738,o), +(434,738,cs), +(269,738,o), +(153,636,o), +(153,480,cs), +(153,393,o), +(188,341,o), +(188,261,cs), +(188,166,o), +(139,75,o), +(61,24,c) +); +}, +{ +closed = 1; +nodes = ( +(561,0,l), +(598,176,l), +(561,176,l), +(531,36,l), +(-14,36,l), +(-21,0,l) +); +}, +{ +closed = 1; +nodes = ( +(514,332,l), +(522,367,l), +(80,367,l), +(72,332,l) +); +} +); +width = 675; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(235,148,l), +(343,188,o), +(399,245,o), +(399,354,cs), +(399,399,o), +(387,437,o), +(387,473,cs), +(387,531,o), +(425,566,o), +(480,566,cs), +(536,566,o), +(568,538,o), +(562,494,c), +(791,494,l), +(796,641,o), +(689,739,o), +(482,739,cs), +(294,739,o), +(159,637,o), +(159,484,cs), +(159,436,o), +(175,396,o), +(175,350,cs), +(175,264,o), +(138,206,o), +(64,141,c) ); }, { closed = 1; nodes = ( -(489,0,l), -(489,223,l), -(346,223,l), -(346,135,l), -(20,135,l), -(20,0,l) +(678,0,l), +(725,230,l), +(527,230,l), +(512,155,l), +(4,155,l), +(-28,0,l) ); }, { closed = 1; nodes = ( -(368,296,l), -(368,420,l), -(27,420,l), -(27,296,l) +(563,282,l), +(593,424,l), +(75,424,l), +(45,282,l) ); } ); -width = 514; +width = 773; }, { background = { @@ -139,114 +1056,210 @@ nodes = ( } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(61,19,l), +(114,82,o), +(129,138,o), +(129,226,cs), +(129,354,o), +(88,439,o), +(88,543,cs), +(88,650,o), +(139,709,o), +(228,709,cs), +(315,709,o), +(355,642,o), +(353,524,c), +(385,524,l), +(388,670,o), +(323,739,o), +(228,739,cs), +(119,739,o), +(56,666,o), +(56,542,cs), +(56,433,o), +(97,354,o), +(97,224,cs), +(97,144,o), +(86,85,o), +(32,19,c) +); +}, +{ +closed = 1; +nodes = ( +(367,0,l), +(367,180,l), +(336,180,l), +(336,29,l), +(2,29,l), +(2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(292,355,l), +(292,384,l), +(17,384,l), +(17,355,l) +); +} +); +width = 403; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(629,0,l), +(629,239,l), +(467,239,l), +(467,162,l), +(286,162,l), +(286,292,l), +(504,292,l), +(504,443,l), +(286,443,l), +(286,500,ls), +(286,550,o), +(311,569,o), +(346,569,cs), +(373,569,o), +(396,557,o), +(402,525,c), +(599,525,l), +(592,653,o), +(492,738,o), +(349,738,cs), +(193,738,o), +(89,647,o), +(89,500,cs), +(89,443,l), +(24,443,l), +(24,292,l), +(89,292,l), +(89,162,l), +(24,162,l), +(24,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(81,19,l), -(134,82,o), -(149,138,o), -(149,226,cs), -(149,354,o), -(108,439,o), -(108,543,cs), -(108,650,o), -(159,709,o), -(248,709,cs), -(335,709,o), -(375,642,o), -(373,524,c), -(405,524,l), -(408,670,o), -(343,739,o), -(248,739,cs), -(139,739,o), -(76,666,o), -(76,542,cs), -(76,433,o), -(117,354,o), -(117,224,cs), -(117,144,o), -(106,85,o), -(52,19,c) +(193,132,l), +(249,179,o), +(264,230,o), +(264,298,cs), +(264,372,o), +(238,455,o), +(238,508,cs), +(238,568,o), +(253,588,o), +(278,588,cs), +(310,588,o), +(321,560,o), +(320,501,c), +(482,501,l), +(486,642,o), +(421,737,o), +(273,737,cs), +(154,737,o), +(64,654,o), +(64,511,cs), +(64,437,o), +(89,364,o), +(89,289,cs), +(89,237,o), +(81,194,o), +(56,132,c) ); }, { closed = 1; nodes = ( -(387,0,l), -(387,180,l), -(356,180,l), -(356,29,l), -(22,29,l), -(22,0,l) +(479,0,l), +(479,223,l), +(336,223,l), +(336,135,l), +(10,135,l), +(10,0,l) ); }, { closed = 1; nodes = ( -(312,355,l), -(312,384,l), -(37,384,l), -(37,355,l) +(358,296,l), +(358,420,l), +(17,420,l), +(17,296,l) ); } ); -width = 443; +width = 494; }, { -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(140,13,l), -(203,86,o), -(223,156,o), -(223,241,cs), -(223,367,o), -(158,426,o), -(158,534,cs), -(158,639,o), -(225,700,o), -(336,700,cs), -(445,700,o), -(509,637,o), -(509,526,c), -(550,527,l), -(550,659,o), -(468,738,o), -(336,738,cs), -(202,738,o), -(118,661,o), -(118,535,cs), -(118,420,o), -(181,364,o), -(181,241,cs), -(181,155,o), -(163,99,o), -(109,31,c) +(120,13,l), +(183,86,o), +(203,156,o), +(203,241,cs), +(203,367,o), +(138,426,o), +(138,534,cs), +(138,639,o), +(205,700,o), +(316,700,cs), +(425,700,o), +(489,637,o), +(489,526,c), +(530,527,l), +(530,659,o), +(448,738,o), +(316,738,cs), +(182,738,o), +(98,661,o), +(98,535,cs), +(98,420,o), +(161,364,o), +(161,241,cs), +(161,155,o), +(143,99,o), +(89,31,c) ); }, { closed = 1; nodes = ( -(544,0,l), -(544,178,l), -(508,178,l), -(508,36,l), -(52,36,l), -(52,0,l) +(524,0,l), +(524,178,l), +(488,178,l), +(488,36,l), +(32,36,l), +(32,0,l) ); }, { closed = 1; nodes = ( -(433,345,l), -(433,380,l), -(72,380,l), -(72,345,l) +(413,345,l), +(413,380,l), +(52,380,l), +(52,345,l) ); } ); @@ -324,7 +1337,7 @@ type = Stem; } ); }; -width = 623; +width = 583; }, { background = { @@ -382,61 +1395,61 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(245,146,l), -(316,193,o), -(334,242,o), -(334,308,cs), -(334,375,o), -(298,458,o), -(298,498,cs), -(298,543,o), -(321,573,o), -(371,573,cs), -(408,573,o), -(439,553,o), -(440,500,c), -(618,500,l), -(621,643,o), -(530,738,o), -(365,738,cs), -(211,738,o), -(109,646,o), -(109,507,cs), -(109,439,o), -(142,365,o), -(142,297,cs), -(142,244,o), -(131,208,o), -(94,146,c) +(224,146,l), +(295,193,o), +(313,242,o), +(313,308,cs), +(313,375,o), +(277,458,o), +(277,498,cs), +(277,543,o), +(300,573,o), +(350,573,cs), +(387,573,o), +(418,553,o), +(419,500,c), +(597,500,l), +(600,643,o), +(509,738,o), +(344,738,cs), +(190,738,o), +(88,646,o), +(88,507,cs), +(88,439,o), +(121,365,o), +(121,297,cs), +(121,244,o), +(110,208,o), +(73,146,c) ); }, { closed = 1; nodes = ( -(611,0,l), -(611,228,l), -(453,228,l), -(453,149,l), -(40,149,l), -(40,0,l) +(590,0,l), +(590,228,l), +(432,228,l), +(432,149,l), +(19,149,l), +(19,0,l) ); }, { closed = 1; nodes = ( -(468,288,l), -(468,425,l), -(50,425,l), -(50,288,l) +(447,288,l), +(447,425,l), +(29,425,l), +(29,288,l) ); } ); -width = 660; +width = 618; }, { background = { @@ -494,118 +1507,118 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(153,29,l), -(210,76,o), -(232,137,o), -(232,208,cs), -(232,326,o), -(145,399,o), -(145,510,cs), -(145,626,o), -(231,702,o), -(364,702,cs), -(501,702,o), -(585,628,o), -(585,506,c), -(624,506,l), -(625,648,o), -(524,739,o), -(364,739,cs), -(209,739,o), -(105,647,o), -(105,510,cs), -(105,389,o), -(193,318,o), -(193,208,cs), -(193,130,o), -(164,74,o), -(108,30,c) +(143,29,l), +(200,76,o), +(222,137,o), +(222,208,cs), +(222,326,o), +(135,399,o), +(135,510,cs), +(135,626,o), +(221,702,o), +(354,702,cs), +(491,702,o), +(575,628,o), +(575,506,c), +(614,506,l), +(615,648,o), +(514,739,o), +(354,739,cs), +(199,739,o), +(95,647,o), +(95,510,cs), +(95,389,o), +(183,318,o), +(183,208,cs), +(183,130,o), +(154,74,o), +(98,30,c) ); }, { closed = 1; nodes = ( -(613,0,l), -(613,176,l), -(576,176,l), -(576,36,l), -(32,36,l), -(32,0,l) +(603,0,l), +(603,176,l), +(566,176,l), +(566,36,l), +(22,36,l), +(22,0,l) ); }, { closed = 1; nodes = ( -(498,330,l), -(498,365,l), -(57,365,l), -(57,330,l) +(488,330,l), +(488,365,l), +(47,365,l), +(47,330,l) ); } ); -width = 674; +width = 654; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(228,132,l), -(354,183,o), -(382,241,o), -(382,301,cs), -(382,381,o), -(338,438,o), -(338,492,cs), -(338,543,o), -(377,567,o), -(426,567,cs), -(479,567,o), -(509,540,o), -(508,491,c), -(736,491,l), -(739,640,o), -(623,739,o), -(425,739,cs), -(237,739,o), -(109,648,o), -(109,506,cs), -(109,422,o), -(161,369,o), -(161,292,cs), -(161,250,o), -(144,213,o), -(92,153,c) -); -}, -{ -closed = 1; -nodes = ( -(728,0,l), -(728,229,l), -(530,229,l), -(530,155,l), -(22,155,l), -(22,0,l) +(218,132,l), +(344,183,o), +(372,241,o), +(372,301,cs), +(372,381,o), +(328,438,o), +(328,492,cs), +(328,543,o), +(367,567,o), +(416,567,cs), +(469,567,o), +(499,540,o), +(498,491,c), +(726,491,l), +(729,640,o), +(613,739,o), +(415,739,cs), +(227,739,o), +(99,648,o), +(99,506,cs), +(99,422,o), +(151,369,o), +(151,292,cs), +(151,250,o), +(134,213,o), +(82,153,c) +); +}, +{ +closed = 1; +nodes = ( +(718,0,l), +(718,229,l), +(520,229,l), +(520,155,l), +(12,155,l), +(12,0,l) ); }, { closed = 1; nodes = ( -(555,281,l), -(555,423,l), -(37,423,l), -(37,281,l) +(545,281,l), +(545,423,l), +(27,423,l), +(27,281,l) ); } ); -width = 761; +width = 741; }, { background = { @@ -665,354 +1678,354 @@ nodes = ( }; guides = ( { -pos = (315,519); +pos = (292,519); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(38,19,l), -(100,67,o), -(140,140,o), -(157,225,cs), -(183,353,o), -(158,457,o), -(181,570,cs), -(200,661,o), -(250,711,o), -(325,711,cs), -(417,711,o), -(452,637,o), -(414,511,c), -(447,511,l), -(488,655,o), -(436,739,o), -(325,739,cs), -(238,739,o), -(170,676,o), -(150,579,cs), -(126,465,o), -(151,358,o), -(126,234,cs), -(109,149,o), -(73,83,o), -(16,29,c) +(15,19,l), +(77,67,o), +(117,140,o), +(134,225,cs), +(160,353,o), +(135,457,o), +(158,570,cs), +(177,661,o), +(227,711,o), +(302,711,cs), +(394,711,o), +(429,637,o), +(391,511,c), +(424,511,l), +(465,655,o), +(413,739,o), +(302,739,cs), +(215,739,o), +(147,676,o), +(127,579,cs), +(103,465,o), +(128,358,o), +(103,234,cs), +(86,149,o), +(50,83,o), +(-7,29,c) ); }, { closed = 1; nodes = ( -(330,0,l), -(366,177,l), -(335,177,l), -(305,29,l), -(-30,29,l), -(-36,0,l) +(307,0,l), +(343,177,l), +(312,177,l), +(282,29,l), +(-53,29,l), +(-59,0,l) ); }, { closed = 1; nodes = ( -(337,349,l), -(343,378,l), -(68,378,l), -(62,349,l) +(314,349,l), +(320,378,l), +(45,378,l), +(39,349,l) ); } ); -width = 437; +width = 391; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(164,132,l), -(240,179,o), -(266,230,o), -(280,299,cs), -(295,372,o), -(287,452,o), -(299,517,cs), -(309,570,o), -(328,588,o), -(354,588,cs), -(392,588,o), -(388,548,o), -(378,501,c), -(540,501,l), -(566,643,o), -(501,736,o), -(363,737,cs), -(240,738,o), -(157,675,o), -(130,542,cs), -(107,431,o), -(123,366,o), -(107,289,cs), -(97,241,o), -(76,195,o), -(37,132,c) +(153,132,l), +(229,179,o), +(255,230,o), +(269,299,cs), +(284,372,o), +(276,452,o), +(288,517,cs), +(298,570,o), +(317,588,o), +(343,588,cs), +(381,588,o), +(377,548,o), +(367,501,c), +(529,501,l), +(555,643,o), +(490,736,o), +(352,737,cs), +(229,738,o), +(146,675,o), +(119,542,cs), +(96,431,o), +(112,366,o), +(96,289,cs), +(86,241,o), +(65,195,o), +(26,132,c) ); }, { closed = 1; nodes = ( -(433,0,l), -(479,223,l), -(336,223,l), -(318,135,l), -(-8,135,l), -(-36,0,l) +(422,0,l), +(468,223,l), +(325,223,l), +(307,135,l), +(-19,135,l), +(-47,0,l) ); }, { closed = 1; nodes = ( -(373,296,l), -(399,420,l), -(58,420,l), -(32,296,l) +(362,296,l), +(388,420,l), +(47,420,l), +(21,296,l) ); } ); -width = 513; +width = 491; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(66,18,l), -(188,109,o), -(227,201,o), -(227,313,cs), -(227,387,o), -(210,433,o), -(210,493,cs), -(210,631,o), -(290,696,o), -(411,696,cs), -(510,696,o), -(573,635,o), -(568,527,c), -(609,527,l), -(614,649,o), -(539,731,o), -(408,731,cs), -(267,731,o), -(169,644,o), -(169,489,cs), -(169,426,o), -(185,371,o), -(185,305,cs), -(185,216,o), -(156,129,o), -(42,33,c) +(42,18,l), +(164,109,o), +(203,201,o), +(203,313,cs), +(203,387,o), +(186,433,o), +(186,493,cs), +(186,631,o), +(266,696,o), +(387,696,cs), +(486,696,o), +(549,635,o), +(544,527,c), +(585,527,l), +(590,649,o), +(515,731,o), +(384,731,cs), +(243,731,o), +(145,644,o), +(145,489,cs), +(145,426,o), +(161,371,o), +(161,305,cs), +(161,216,o), +(132,129,o), +(18,33,c) ); }, { closed = 1; nodes = ( -(491,0,l), -(528,178,l), -(492,178,l), -(462,36,l), -(6,36,l), -(-1,0,l) +(467,0,l), +(504,178,l), +(468,178,l), +(438,36,l), +(-18,36,l), +(-25,0,l) ); }, { closed = 1; nodes = ( -(451,345,l), -(459,380,l), -(98,380,l), -(90,345,l) +(427,345,l), +(435,380,l), +(74,380,l), +(66,345,l) ); } ); -width = 622; +width = 574; }, { guides = ( { -pos = (561,500); +pos = (532,500); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(206,146,l), -(318,204,o), -(346,273,o), -(346,371,cs), -(346,407,o), -(342,444,o), -(342,477,cs), -(342,533,o), -(371,571,o), -(423,571,cs), -(471,571,o), -(495,542,o), -(488,499,c), -(667,499,l), -(681,641,o), -(585,736,o), -(428,736,cs), -(262,736,o), -(151,638,o), -(151,464,cs), -(151,422,o), -(152,398,o), -(152,374,cs), -(152,282,o), -(133,236,o), -(59,146,c) +(177,146,l), +(289,204,o), +(317,273,o), +(317,371,cs), +(317,407,o), +(313,444,o), +(313,477,cs), +(313,533,o), +(342,571,o), +(394,571,cs), +(442,571,o), +(466,542,o), +(459,499,c), +(638,499,l), +(652,641,o), +(556,736,o), +(399,736,cs), +(233,736,o), +(122,638,o), +(122,464,cs), +(122,422,o), +(123,398,o), +(123,374,cs), +(123,282,o), +(104,236,o), +(30,146,c) ); }, { closed = 1; nodes = ( -(554,0,l), -(601,228,l), -(443,228,l), -(427,149,l), -(14,149,l), -(-17,0,l) +(525,0,l), +(572,228,l), +(414,228,l), +(398,149,l), +(-15,149,l), +(-46,0,l) ); }, { closed = 1; nodes = ( -(471,288,l), -(499,425,l), -(81,425,l), -(53,288,l) +(442,288,l), +(470,425,l), +(52,425,l), +(24,288,l) ); } ); -width = 659; +width = 601; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(106,25,l), -(177,71,o), -(228,164,o), -(228,267,cs), -(228,353,o), -(193,399,o), -(193,482,cs), -(193,622,o), -(293,701,o), -(432,701,cs), -(567,701,o), -(647,626,o), -(641,509,c), -(681,509,l), -(687,650,o), -(586,738,o), -(434,738,cs), -(269,738,o), -(153,636,o), -(153,480,cs), -(153,393,o), -(188,341,o), -(188,261,cs), -(188,166,o), -(139,75,o), -(61,24,c) +(96,25,l), +(167,71,o), +(218,164,o), +(218,267,cs), +(218,353,o), +(183,399,o), +(183,482,cs), +(183,622,o), +(283,701,o), +(422,701,cs), +(557,701,o), +(637,626,o), +(631,509,c), +(671,509,l), +(677,650,o), +(576,738,o), +(424,738,cs), +(259,738,o), +(143,636,o), +(143,480,cs), +(143,393,o), +(178,341,o), +(178,261,cs), +(178,166,o), +(129,75,o), +(51,24,c) ); }, { closed = 1; nodes = ( -(561,0,l), -(598,176,l), -(561,176,l), -(531,36,l), -(-14,36,l), -(-21,0,l) +(551,0,l), +(588,176,l), +(551,176,l), +(521,36,l), +(-24,36,l), +(-31,0,l) ); }, { closed = 1; nodes = ( -(514,332,l), -(522,367,l), -(80,367,l), -(72,332,l) +(504,332,l), +(512,367,l), +(70,367,l), +(62,332,l) ); } ); -width = 675; +width = 655; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(229,148,l), -(337,188,o), -(393,245,o), -(393,354,cs), -(393,399,o), -(381,437,o), -(381,473,cs), -(381,531,o), -(419,566,o), -(474,566,cs), -(530,566,o), -(562,538,o), -(556,494,c), -(785,494,l), -(790,641,o), -(683,739,o), -(476,739,cs), -(288,739,o), -(153,637,o), -(153,484,cs), -(153,436,o), -(169,396,o), -(169,350,cs), -(169,264,o), -(132,206,o), -(58,141,c) +(214,148,l), +(322,188,o), +(378,245,o), +(378,354,cs), +(378,399,o), +(366,437,o), +(366,473,cs), +(366,531,o), +(404,566,o), +(459,566,cs), +(515,566,o), +(547,538,o), +(541,494,c), +(770,494,l), +(775,641,o), +(668,739,o), +(461,739,cs), +(273,739,o), +(138,637,o), +(138,484,cs), +(138,436,o), +(154,396,o), +(154,350,cs), +(154,264,o), +(117,206,o), +(43,141,c) ); }, { closed = 1; nodes = ( -(672,0,l), -(719,230,l), -(521,230,l), -(506,155,l), -(-2,155,l), -(-34,0,l) +(657,0,l), +(704,230,l), +(506,230,l), +(491,155,l), +(-17,155,l), +(-49,0,l) ); }, { closed = 1; nodes = ( -(557,282,l), -(587,424,l), -(69,424,l), -(39,282,l) +(542,282,l), +(572,424,l), +(54,424,l), +(24,282,l) ); } ); -width = 761; +width = 731; } ); unicode = 163; diff --git a/sources/MonaSans.glyphspackage/glyphs/strokelongcomb.glyph b/sources/MonaSans.glyphspackage/glyphs/strokelongcomb.glyph index c096c780..940c1840 100644 --- a/sources/MonaSans.glyphspackage/glyphs/strokelongcomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/strokelongcomb.glyph @@ -26,7 +26,7 @@ width = 498; anchors = ( { name = _center; -pos = (300,369); +pos = (308,369); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -34,98 +34,98 @@ shapes = ( { closed = 1; nodes = ( -(560,300,l), -(560,438,l), -(40,438,l), -(40,300,l) +(568,300,l), +(568,438,l), +(48,438,l), +(48,300,l) ); } ); -width = 600; +width = 616; }, { anchors = ( { name = _center; -pos = (427,369); +pos = (462,369); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(814,352,l), -(814,386,l), +(884,352,l), +(884,386,l), (40,386,l), (40,352,l) ); } ); -width = 854; +width = 924; }, { anchors = ( { name = _center; -pos = (455,365); +pos = (505,365); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(870,300,l), -(870,438,l), -(40,438,l), -(40,300,l) +(964,300,l), +(964,438,l), +(46,438,l), +(46,300,l) ); } ); -width = 910; +width = 1010; }, { anchors = ( { name = _center; -pos = (462,369); +pos = (422,369); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(884,352,l), -(884,386,l), -(40,386,l), -(40,352,l) +(801,352,l), +(801,386,l), +(43,386,l), +(43,352,l) ); } ); -width = 924; +width = 842; }, { anchors = ( { name = _center; -pos = (499,365); +pos = (445,365); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(958,300,l), -(958,438,l), -(40,438,l), -(40,300,l) +(850,300,l), +(850,438,l), +(39,438,l), +(39,300,l) ); } ); -width = 998; +width = 888; }, { anchors = ( @@ -152,7 +152,7 @@ width = 498; anchors = ( { name = _center; -pos = (321,369); +pos = (329,369); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -160,14 +160,14 @@ shapes = ( { closed = 1; nodes = ( -(567,300,l), -(595,438,l), -(75,438,l), -(47,300,l) +(575,300,l), +(603,438,l), +(83,438,l), +(55,300,l) ); } ); -width = 601; +width = 617; }, { anchors = ( @@ -236,7 +236,7 @@ width = 925; anchors = ( { name = _center; -pos = (518,365); +pos = (524,365); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -244,14 +244,266 @@ shapes = ( { closed = 1; nodes = ( -(964,300,l), -(992,438,l), -(74,438,l), -(46,300,l) +(970,300,l), +(998,438,l), +(80,438,l), +(52,300,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = _center; +pos = (229,369); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(438,355,l), +(438,383,l), +(20,383,l), +(20,355,l) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = _center; +pos = (290,369); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(550,300,l), +(550,438,l), +(30,438,l), +(30,300,l) +); +} +); +width = 580; +}, +{ +anchors = ( +{ +name = _center; +pos = (407,369); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(794,352,l), +(794,386,l), +(20,386,l), +(20,352,l) +); +} +); +width = 814; +}, +{ +anchors = ( +{ +name = _center; +pos = (434,365); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(849,300,l), +(849,438,l), +(19,438,l), +(19,300,l) +); +} +); +width = 868; +}, +{ +anchors = ( +{ +name = _center; +pos = (452,369); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(874,352,l), +(874,386,l), +(30,386,l), +(30,352,l) +); +} +); +width = 904; +}, +{ +anchors = ( +{ +name = _center; +pos = (489,365); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(948,300,l), +(948,438,l), +(30,438,l), +(30,300,l) +); +} +); +width = 978; +}, +{ +anchors = ( +{ +name = _center; +pos = (249,369); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(455,355,l), +(461,383,l), +(43,383,l), +(37,355,l) +); +} +); +width = 452; +}, +{ +anchors = ( +{ +name = _center; +pos = (310,369); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(556,300,l), +(584,438,l), +(64,438,l), +(36,300,l) +); +} +); +width = 579; +}, +{ +anchors = ( +{ +name = _center; +pos = (426,369); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(809,352,l), +(817,386,l), +(43,386,l), +(35,352,l) +); +} +); +width = 807; +}, +{ +anchors = ( +{ +name = _center; +pos = (445,365); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(847,300,l), +(875,438,l), +(45,438,l), +(17,300,l) +); +} +); +width = 852; +}, +{ +anchors = ( +{ +name = _center; +pos = (475,369); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(893,352,l), +(901,386,l), +(57,386,l), +(49,352,l) +); +} +); +width = 905; +}, +{ +anchors = ( +{ +name = _center; +pos = (503,365); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(949,300,l), +(977,438,l), +(59,438,l), +(31,300,l) ); } ); -width = 998; +width = 968; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.case.T_.glyph b/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.case.T_.glyph index 10c11581..77ee9e1a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.case.T_.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.case.T_.glyph @@ -27,7 +27,7 @@ width = 320; anchors = ( { name = _center; -pos = (192,347); +pos = (200,347); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -35,98 +35,98 @@ shapes = ( { closed = 1; nodes = ( -(343,274,l), -(343,420,l), -(40,420,l), -(40,274,l) +(351,274,l), +(351,420,l), +(48,420,l), +(48,274,l) ); } ); -width = 383; +width = 399; }, { anchors = ( { name = _center; -pos = (230,354); +pos = (266,355); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(420,337,l), -(420,371,l), +(492,338,l), +(492,371,l), (40,371,l), -(40,337,l) +(40,338,l) ); } ); -width = 460; +width = 532; }, { anchors = ( { name = _center; -pos = (261,347); +pos = (292,347); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(481,264,l), -(481,430,l), -(40,430,l), -(40,264,l) +(537,264,l), +(537,430,l), +(46,430,l), +(46,264,l) ); } ); -width = 521; +width = 583; }, { anchors = ( { name = _center; -pos = (266,355); +pos = (223,354); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(492,338,l), -(492,371,l), -(40,371,l), -(40,338,l) +(409,337,l), +(409,371,l), +(37,371,l), +(37,337,l) ); } ); -width = 532; +width = 446; }, { anchors = ( { name = _center; -pos = (286,347); +pos = (248,347); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(531,264,l), -(531,430,l), -(40,430,l), -(40,264,l) +(461,264,l), +(461,430,l), +(35,430,l), +(35,264,l) ); } ); -width = 571; +width = 496; }, { anchors = ( @@ -153,7 +153,7 @@ width = 320; anchors = ( { name = _center; -pos = (208,347); +pos = (216,347); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -161,14 +161,14 @@ shapes = ( { closed = 1; nodes = ( -(344,274,l), -(374,420,l), -(71,420,l), -(41,274,l) +(352,274,l), +(382,420,l), +(79,420,l), +(49,274,l) ); } ); -width = 383; +width = 399; }, { anchors = ( @@ -237,7 +237,7 @@ width = 533; anchors = ( { name = _center; -pos = (302,347); +pos = (308,347); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -245,14 +245,266 @@ shapes = ( { closed = 1; nodes = ( -(530,264,l), -(564,430,l), -(73,430,l), -(39,264,l) +(536,264,l), +(570,430,l), +(79,430,l), +(45,264,l) +); +} +); +width = 584; +}, +{ +anchors = ( +{ +name = _center; +pos = (140,354); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,340,l), +(260,368,l), +(20,368,l), +(20,340,l) +); +} +); +width = 280; +}, +{ +anchors = ( +{ +name = _center; +pos = (182,347); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(333,274,l), +(333,420,l), +(30,420,l), +(30,274,l) +); +} +); +width = 363; +}, +{ +anchors = ( +{ +name = _center; +pos = (210,354); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(400,337,l), +(400,371,l), +(20,371,l), +(20,337,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _center; +pos = (240,347); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(460,264,l), +(460,430,l), +(19,430,l), +(19,264,l) +); +} +); +width = 479; +}, +{ +anchors = ( +{ +name = _center; +pos = (256,355); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(482,338,l), +(482,371,l), +(30,371,l), +(30,338,l) +); +} +); +width = 512; +}, +{ +anchors = ( +{ +name = _center; +pos = (276,347); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(521,264,l), +(521,430,l), +(30,430,l), +(30,264,l) +); +} +); +width = 551; +}, +{ +anchors = ( +{ +name = _center; +pos = (157,354); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(274,340,l), +(280,368,l), +(40,368,l), +(34,340,l) +); +} +); +width = 274; +}, +{ +anchors = ( +{ +name = _center; +pos = (197,347); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(333,274,l), +(363,420,l), +(60,420,l), +(30,274,l) +); +} +); +width = 361; +}, +{ +anchors = ( +{ +name = _center; +pos = (226,354); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(412,337,l), +(420,371,l), +(40,371,l), +(32,337,l) +); +} +); +width = 413; +}, +{ +anchors = ( +{ +name = _center; +pos = (248,347); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(451,264,l), +(485,430,l), +(44,430,l), +(10,264,l) +); +} +); +width = 464; +}, +{ +anchors = ( +{ +name = _center; +pos = (276,355); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(499,338,l), +(505,371,l), +(53,371,l), +(47,338,l) +); +} +); +width = 513; +}, +{ +anchors = ( +{ +name = _center; +pos = (287,347); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(515,264,l), +(549,430,l), +(58,430,l), +(24,264,l) ); } ); -width = 572; +width = 542; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.case.glyph b/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.case.glyph index 2f8253a8..6ee8f0f3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.case.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.case.glyph @@ -26,7 +26,7 @@ width = 279; anchors = ( { name = _center; -pos = (168,306); +pos = (176,306); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -34,98 +34,98 @@ shapes = ( { closed = 1; nodes = ( -(297,235,l), -(297,378,l), -(40,378,l), -(40,235,l) +(305,235,l), +(305,378,l), +(48,378,l), +(48,235,l) ); } ); -width = 337; +width = 353; }, { anchors = ( { name = _center; -pos = (185,388); +pos = (217,388); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(394,372,l), -(394,404,l), +(450,372,l), +(450,404,l), (40,404,l), (40,372,l) ); } ); -width = 434; +width = 490; }, { anchors = ( { name = _center; -pos = (251,378); +pos = (248,303); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(451,310,l), -(451,455,l), -(40,455,l), -(40,310,l) +(485,243,l), +(485,364,l), +(46,364,l), +(46,243,l) ); } ); -width = 491; +width = 531; }, { anchors = ( { name = _center; -pos = (217,388); +pos = (184,388); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(450,372,l), -(450,404,l), -(40,404,l), -(40,372,l) +(389,372,l), +(389,404,l), +(43,404,l), +(43,372,l) ); } ); -width = 490; +width = 431; }, { anchors = ( { name = _center; -pos = (242,303); +pos = (244,378); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(479,243,l), -(479,364,l), -(40,364,l), -(40,243,l) +(436,310,l), +(436,455,l), +(39,455,l), +(39,310,l) ); } ); -width = 519; +width = 473; }, { anchors = ( @@ -152,7 +152,7 @@ width = 280; anchors = ( { name = _center; -pos = (176,306); +pos = (184,306); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -160,14 +160,14 @@ shapes = ( { closed = 1; nodes = ( -(290,235,l), -(320,378,l), -(63,378,l), -(33,235,l) +(298,235,l), +(328,378,l), +(71,378,l), +(41,235,l) ); } ); -width = 338; +width = 354; }, { anchors = ( @@ -236,7 +236,7 @@ width = 490; anchors = ( { name = _center; -pos = (249,303); +pos = (255,303); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -244,14 +244,266 @@ shapes = ( { closed = 1; nodes = ( -(473,243,l), -(499,364,l), -(60,364,l), -(34,243,l) +(479,243,l), +(505,364,l), +(66,364,l), +(40,243,l) +); +} +); +width = 532; +}, +{ +anchors = ( +{ +name = _center; +pos = (99,279); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(219,267,l), +(219,291,l), +(20,291,l), +(20,267,l) +); +} +); +width = 239; +}, +{ +anchors = ( +{ +name = _center; +pos = (158,306); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(287,235,l), +(287,378,l), +(30,378,l), +(30,235,l) +); +} +); +width = 317; +}, +{ +anchors = ( +{ +name = _center; +pos = (165,388); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(374,372,l), +(374,404,l), +(20,404,l), +(20,372,l) +); +} +); +width = 394; +}, +{ +anchors = ( +{ +name = _center; +pos = (230,378); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,310,l), +(430,455,l), +(19,455,l), +(19,310,l) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = _center; +pos = (207,388); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(440,372,l), +(440,404,l), +(30,404,l), +(30,372,l) +); +} +); +width = 470; +}, +{ +anchors = ( +{ +name = _center; +pos = (232,303); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(469,243,l), +(469,364,l), +(30,364,l), +(30,243,l) ); } ); -width = 520; +width = 499; +}, +{ +anchors = ( +{ +name = _center; +pos = (101,279); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(219,267,l), +(223,291,l), +(24,291,l), +(20,267,l) +); +} +); +width = 234; +}, +{ +anchors = ( +{ +name = _center; +pos = (165,306); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(279,235,l), +(309,378,l), +(52,378,l), +(22,235,l) +); +} +); +width = 316; +}, +{ +anchors = ( +{ +name = _center; +pos = (188,388); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(394,372,l), +(400,404,l), +(46,404,l), +(40,372,l) +); +} +); +width = 386; +}, +{ +anchors = ( +{ +name = _center; +pos = (244,378); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,310,l), +(460,455,l), +(49,455,l), +(19,310,l) +); +} +); +width = 433; +}, +{ +anchors = ( +{ +name = _center; +pos = (234,388); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(464,372,l), +(470,404,l), +(60,404,l), +(54,372,l) +); +} +); +width = 470; +}, +{ +anchors = ( +{ +name = _center; +pos = (234,303); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(458,243,l), +(484,364,l), +(45,364,l), +(19,243,l) +); +} +); +width = 490; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.glyph b/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.glyph index 4e777f67..0db932f8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.glyph @@ -26,7 +26,7 @@ width = 268; anchors = ( { name = _center; -pos = (181,306); +pos = (189,306); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -34,98 +34,98 @@ shapes = ( { closed = 1; nodes = ( -(322,245,l), -(322,368,l), -(40,368,l), -(40,245,l) +(330,245,l), +(330,368,l), +(48,368,l), +(48,245,l) ); } ); -width = 362; +width = 378; }, { anchors = ( { name = _center; -pos = (192,307); +pos = (202,307); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(344,291,l), -(344,323,l), -(40,323,l), -(40,291,l) +(364,290,l), +(364,324,l), +(40,324,l), +(40,290,l) ); } ); -width = 384; +width = 404; }, { anchors = ( { name = _center; -pos = (215,306); +pos = (241,306); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(389,248,l), -(389,364,l), -(40,364,l), -(40,248,l) +(435,248,l), +(435,364,l), +(46,364,l), +(46,248,l) ); } ); -width = 429; +width = 481; }, { anchors = ( { name = _center; -pos = (202,307); +pos = (191,307); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(364,290,l), -(364,324,l), -(40,324,l), -(40,290,l) +(341,291,l), +(341,323,l), +(43,323,l), +(43,291,l) ); } ); -width = 404; +width = 381; }, { anchors = ( { name = _center; -pos = (235,306); +pos = (207,306); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(429,248,l), -(429,364,l), -(40,364,l), -(40,248,l) +(374,248,l), +(374,364,l), +(39,364,l), +(39,248,l) ); } ); -width = 469; +width = 412; }, { anchors = ( @@ -152,7 +152,7 @@ width = 268; anchors = ( { name = _center; -pos = (189,306); +pos = (197,306); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -160,14 +160,14 @@ shapes = ( { closed = 1; nodes = ( -(317,245,l), -(343,368,l), -(61,368,l), -(35,245,l) +(325,245,l), +(351,368,l), +(69,368,l), +(43,245,l) ); } ); -width = 363; +width = 379; }, { anchors = ( @@ -236,7 +236,7 @@ width = 405; anchors = ( { name = _center; -pos = (242,306); +pos = (248,306); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -244,14 +244,266 @@ shapes = ( { closed = 1; nodes = ( -(424,248,l), -(448,364,l), -(59,364,l), -(35,248,l) +(430,248,l), +(454,364,l), +(65,364,l), +(41,248,l) +); +} +); +width = 481; +}, +{ +anchors = ( +{ +name = _center; +pos = (114,306); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,293,l), +(208,320,l), +(20,320,l), +(20,293,l) +); +} +); +width = 228; +}, +{ +anchors = ( +{ +name = _center; +pos = (171,306); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(312,245,l), +(312,368,l), +(30,368,l), +(30,245,l) +); +} +); +width = 342; +}, +{ +anchors = ( +{ +name = _center; +pos = (172,307); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(324,291,l), +(324,323,l), +(20,323,l), +(20,291,l) +); +} +); +width = 344; +}, +{ +anchors = ( +{ +name = _center; +pos = (194,306); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(368,248,l), +(368,364,l), +(19,364,l), +(19,248,l) +); +} +); +width = 387; +}, +{ +anchors = ( +{ +name = _center; +pos = (192,307); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(354,290,l), +(354,324,l), +(30,324,l), +(30,290,l) +); +} +); +width = 384; +}, +{ +anchors = ( +{ +name = _center; +pos = (225,306); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(419,248,l), +(419,364,l), +(30,364,l), +(30,248,l) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = _center; +pos = (121,306); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(212,293,l), +(218,320,l), +(30,320,l), +(24,293,l) +); +} +); +width = 222; +}, +{ +anchors = ( +{ +name = _center; +pos = (178,306); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(306,245,l), +(332,368,l), +(50,368,l), +(24,245,l) +); +} +); +width = 341; +}, +{ +anchors = ( +{ +name = _center; +pos = (178,307); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(327,291,l), +(333,323,l), +(29,323,l), +(23,291,l) +); +} +); +width = 336; +}, +{ +anchors = ( +{ +name = _center; +pos = (193,306); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(355,248,l), +(379,364,l), +(30,364,l), +(6,248,l) +); +} +); +width = 371; +}, +{ +anchors = ( +{ +name = _center; +pos = (203,307); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(361,290,l), +(369,324,l), +(45,324,l), +(37,290,l) +); +} +); +width = 385; +}, +{ +anchors = ( +{ +name = _center; +pos = (227,306); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(409,248,l), +(433,364,l), +(44,364,l), +(20,248,l) ); } ); -width = 469; +width = 439; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.t.glyph b/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.t.glyph index dbb8c632..ecb2ccc2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.t.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/strokeshortcomb.t.glyph @@ -27,7 +27,7 @@ width = 209; anchors = ( { name = _center; -pos = (171,272); +pos = (179,272); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -35,98 +35,98 @@ shapes = ( { closed = 1; nodes = ( -(302,200,l), -(302,343,l), -(40,343,l), -(40,200,l) +(310,200,l), +(310,343,l), +(48,343,l), +(48,200,l) ); } ); -width = 342; +width = 358; }, { anchors = ( { name = _center; -pos = (177,259); +pos = (190,279); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(314,243,l), -(314,275,l), -(40,275,l), -(40,243,l) +(340,263,l), +(340,295,l), +(40,295,l), +(40,263,l) ); } ); -width = 354; +width = 380; }, { anchors = ( { name = _center; -pos = (231,277); +pos = (266,285); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(421,204,l), -(421,349,l), -(40,349,l), -(40,204,l) +(485,224,l), +(485,345,l), +(46,345,l), +(46,224,l) ); } ); -width = 461; +width = 531; }, { anchors = ( { name = _center; -pos = (190,279); +pos = (170,259); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(340,263,l), -(340,295,l), -(40,295,l), -(40,263,l) +(305,243,l), +(305,275,l), +(37,275,l), +(37,243,l) ); } ); -width = 380; +width = 342; }, { anchors = ( { name = _center; -pos = (260,285); +pos = (219,277); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(479,224,l), -(479,345,l), -(40,345,l), -(40,224,l) +(402,204,l), +(402,349,l), +(35,349,l), +(35,204,l) ); } ); -width = 519; +width = 437; }, { anchors = ( @@ -153,7 +153,7 @@ width = 210; anchors = ( { name = _center; -pos = (171,272); +pos = (179,272); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -161,14 +161,14 @@ shapes = ( { closed = 1; nodes = ( -(287,200,l), -(317,343,l), -(55,343,l), -(25,200,l) +(295,200,l), +(325,343,l), +(63,343,l), +(33,200,l) ); } ); -width = 342; +width = 358; }, { anchors = ( @@ -237,7 +237,7 @@ width = 380; anchors = ( { name = _center; -pos = (262,285); +pos = (268,285); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -245,14 +245,266 @@ shapes = ( { closed = 1; nodes = ( +(475,224,l), +(500,345,l), +(61,345,l), +(36,224,l) +); +} +); +width = 531; +}, +{ +anchors = ( +{ +name = _center; +pos = (85,258); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,246,l), +(149,270,l), +(20,270,l), +(20,246,l) +); +} +); +width = 169; +}, +{ +anchors = ( +{ +name = _center; +pos = (161,272); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(292,200,l), +(292,343,l), +(30,343,l), +(30,200,l) +); +} +); +width = 322; +}, +{ +anchors = ( +{ +name = _center; +pos = (157,259); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,243,l), +(294,275,l), +(20,275,l), +(20,243,l) +); +} +); +width = 314; +}, +{ +anchors = ( +{ +name = _center; +pos = (210,277); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(400,204,l), +(400,349,l), +(19,349,l), +(19,204,l) +); +} +); +width = 419; +}, +{ +anchors = ( +{ +name = _center; +pos = (180,279); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(330,263,l), +(330,295,l), +(30,295,l), +(30,263,l) +); +} +); +width = 360; +}, +{ +anchors = ( +{ +name = _center; +pos = (250,285); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( (469,224,l), -(494,345,l), -(55,345,l), +(469,345,l), +(30,345,l), (30,224,l) ); } ); -width = 519; +width = 499; +}, +{ +anchors = ( +{ +name = _center; +pos = (82,258); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(144,246,l), +(149,270,l), +(20,270,l), +(15,246,l) +); +} +); +width = 164; +}, +{ +anchors = ( +{ +name = _center; +pos = (160,272); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,200,l), +(306,343,l), +(44,343,l), +(14,200,l) +); +} +); +width = 320; +}, +{ +anchors = ( +{ +name = _center; +pos = (153,259); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(287,243,l), +(293,275,l), +(19,275,l), +(13,243,l) +); +} +); +width = 306; +}, +{ +anchors = ( +{ +name = _center; +pos = (203,277); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(378,204,l), +(408,349,l), +(27,349,l), +(-3,204,l) +); +} +); +width = 403; +}, +{ +anchors = ( +{ +name = _center; +pos = (180,259); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(327,243,l), +(333,275,l), +(33,275,l), +(27,243,l) +); +} +); +width = 360; +}, +{ +anchors = ( +{ +name = _center; +pos = (247,285); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(454,224,l), +(479,345,l), +(40,345,l), +(15,224,l) +); +} +); +width = 489; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/summation.glyph b/sources/MonaSans.glyphspackage/glyphs/summation.glyph index 5b7c425c..2867b2bf 100644 --- a/sources/MonaSans.glyphspackage/glyphs/summation.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/summation.glyph @@ -7,27 +7,27 @@ shapes = ( { closed = 1; nodes = ( -(410,-151,l), -(410,11,l), -(291,11,l), -(221,9,l), -(221,18,l), -(371,289,l), -(221,560,l), -(221,569,l), -(291,567,l), -(410,567,l), -(410,729,l), -(15,729,l), -(15,547,l), -(159,301,l), -(159,277,l), -(15,31,l), -(15,-151,l) +(418,-151,l), +(418,11,l), +(299,11,l), +(229,9,l), +(229,18,l), +(379,289,l), +(229,560,l), +(229,569,l), +(299,567,l), +(418,567,l), +(418,729,l), +(23,729,l), +(23,547,l), +(167,301,l), +(167,277,l), +(23,31,l), +(23,-151,l) ); } ); -width = 423; +width = 439; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -58,28 +58,84 @@ nodes = ( width = 321; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(505,-151,l), -(505,-117,l), -(257,-117,l), -(73,-117,l), -(73,-114,l), -(361,289,l), -(73,692,l), -(73,695,l), -(257,695,l), -(505,695,l), -(505,729,l), -(28,729,l), -(28,689,l), -(311,291,l), -(311,288,l), -(28,-111,l), -(28,-151,l) +(585,-151,l), +(585,-117,l), +(283,-117,l), +(58,-117,l), +(58,-114,l), +(407,289,l), +(58,692,l), +(58,695,l), +(283,695,l), +(585,695,l), +(585,729,l), +(15,729,l), +(15,689,l), +(359,291,l), +(359,288,l), +(15,-111,l), +(15,-151,l) +); +} +); +width = 598; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-151,l), +(665,48,l), +(489,48,l), +(324,46,l), +(324,56,l), +(571,289,l), +(324,522,l), +(324,532,l), +(489,530,l), +(665,530,l), +(665,729,l), +(22,729,l), +(22,518,l), +(253,302,l), +(253,276,l), +(22,60,l), +(22,-151,l) +); +} +); +width = 685; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(498,-151,l), +(498,-117,l), +(254,-117,l), +(74,-117,l), +(74,-114,l), +(356,289,l), +(74,692,l), +(74,695,l), +(254,695,l), +(498,695,l), +(498,729,l), +(31,729,l), +(31,689,l), +(308,291,l), +(308,288,l), +(31,-111,l), +(31,-151,l) ); } ); @@ -121,91 +177,35 @@ type = Stem; } ); }; -width = 529; +width = 524; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(544,-151,l), -(544,48,l), -(392,48,l), -(283,46,l), -(283,56,l), -(505,289,l), -(283,522,l), -(283,532,l), -(392,530,l), -(544,530,l), -(544,729,l), -(29,729,l), -(29,518,l), -(234,302,l), -(234,276,l), -(29,60,l), -(29,-151,l) -); -} -); -width = 571; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(585,-151,l), -(585,-117,l), -(283,-117,l), -(58,-117,l), -(58,-114,l), -(407,289,l), -(58,692,l), -(58,695,l), -(283,695,l), -(585,695,l), -(585,729,l), -(15,729,l), -(15,689,l), -(359,291,l), -(359,288,l), -(15,-111,l), -(15,-151,l) -); -} -); -width = 598; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-151,l), -(659,48,l), -(483,48,l), -(318,46,l), -(318,56,l), -(565,289,l), -(318,522,l), -(318,532,l), -(483,530,l), -(659,530,l), -(659,729,l), -(16,729,l), -(16,518,l), -(247,302,l), -(247,276,l), -(16,60,l), -(16,-151,l) +(528,-151,l), +(528,48,l), +(383,48,l), +(279,46,l), +(279,56,l), +(493,289,l), +(279,522,l), +(279,532,l), +(383,530,l), +(528,530,l), +(528,729,l), +(28,729,l), +(28,518,l), +(224,302,l), +(224,276,l), +(28,60,l), +(28,-151,l) ); } ); -width = 673; +width = 552; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -241,27 +241,27 @@ shapes = ( { closed = 1; nodes = ( -(318,-151,l), -(353,11,l), -(245,11,l), -(176,9,l), -(177,18,l), -(372,284,l), -(271,560,l), -(272,569,l), -(342,567,l), -(469,567,l), -(504,729,l), -(113,729,l), -(74,547,l), -(165,306,l), -(160,282,l), -(-34,31,l), -(-73,-151,l) +(326,-151,l), +(361,11,l), +(253,11,l), +(184,9,l), +(185,18,l), +(380,284,l), +(279,560,l), +(280,569,l), +(350,567,l), +(477,567,l), +(512,729,l), +(121,729,l), +(82,547,l), +(173,306,l), +(168,282,l), +(-26,31,l), +(-65,-151,l) ); } ); -width = 422; +width = 438; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -353,27 +353,401 @@ shapes = ( { closed = 1; nodes = ( -(564,-151,l), -(606,48,l), -(435,48,l), -(271,46,l), -(273,56,l), -(562,288,l), -(364,522,l), -(367,532,l), -(529,530,l), -(706,530,l), -(749,729,l), -(112,729,l), -(67,518,l), -(249,303,l), -(244,277,l), -(-28,60,l), -(-73,-151,l) +(570,-151,l), +(612,48,l), +(441,48,l), +(277,46,l), +(279,56,l), +(568,288,l), +(370,522,l), +(373,532,l), +(535,530,l), +(712,530,l), +(755,729,l), +(118,729,l), +(73,518,l), +(255,303,l), +(250,277,l), +(-22,60,l), +(-67,-151,l) +); +} +); +width = 679; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(305,-151,l), +(305,-122,l), +(136,-122,l), +(21,-122,l), +(21,-119,l), +(205,289,l), +(21,697,l), +(21,700,l), +(136,700,l), +(305,700,l), +(305,729,l), +(-11,729,l), +(-11,694,l), +(168,291,l), +(168,288,l), +(-11,-116,l), +(-11,-151,l) +); +} +); +width = 285; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(401,-151,l), +(401,11,l), +(282,11,l), +(212,9,l), +(212,18,l), +(362,289,l), +(212,560,l), +(212,569,l), +(282,567,l), +(401,567,l), +(401,729,l), +(6,729,l), +(6,547,l), +(150,301,l), +(150,277,l), +(6,31,l), +(6,-151,l) +); +} +); +width = 405; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(480,-151,l), +(480,-117,l), +(232,-117,l), +(48,-117,l), +(48,-114,l), +(336,289,l), +(48,692,l), +(48,695,l), +(232,695,l), +(480,695,l), +(480,729,l), +(3,729,l), +(3,689,l), +(286,291,l), +(286,288,l), +(3,-111,l), +(3,-151,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +} +); +}; +width = 484; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-151,l), +(523,48,l), +(371,48,l), +(262,46,l), +(262,56,l), +(484,289,l), +(262,522,l), +(262,532,l), +(371,530,l), +(523,530,l), +(523,729,l), +(8,729,l), +(8,518,l), +(213,302,l), +(213,276,l), +(8,60,l), +(8,-151,l) +); +} +); +width = 529; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-151,l), +(580,-117,l), +(278,-117,l), +(53,-117,l), +(53,-114,l), +(402,289,l), +(53,692,l), +(53,695,l), +(278,695,l), +(580,695,l), +(580,729,l), +(10,729,l), +(10,689,l), +(354,291,l), +(354,288,l), +(10,-111,l), +(10,-151,l) +); +} +); +width = 588; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-151,l), +(649,48,l), +(473,48,l), +(308,46,l), +(308,56,l), +(555,289,l), +(308,522,l), +(308,532,l), +(473,530,l), +(649,530,l), +(649,729,l), +(6,729,l), +(6,518,l), +(237,302,l), +(237,276,l), +(6,60,l), +(6,-151,l) +); +} +); +width = 653; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,-151,l), +(218,-122,l), +(20,-122,l), +(-61,-122,l), +(-61,-119,l), +(204,287,l), +(106,697,l), +(106,700,l), +(172,700,l), +(389,700,l), +(396,729,l), +(83,729,l), +(75,694,l), +(168,293,l), +(168,290,l), +(-94,-116,l), +(-102,-151,l) +); +} +); +width = 273; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(307,-151,l), +(342,11,l), +(234,11,l), +(165,9,l), +(166,18,l), +(361,284,l), +(260,560,l), +(261,569,l), +(331,567,l), +(458,567,l), +(493,729,l), +(102,729,l), +(63,547,l), +(154,306,l), +(149,282,l), +(-45,31,l), +(-84,-151,l) +); +} +); +width = 400; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(390,-151,l), +(397,-117,l), +(97,-117,l), +(-29,-117,l), +(-28,-114,l), +(340,287,l), +(135,692,l), +(136,695,l), +(243,695,l), +(568,695,l), +(575,729,l), +(103,729,l), +(94,689,l), +(291,293,l), +(290,290,l), +(-74,-111,l), +(-82,-151,l) +); +} +); +width = 478; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(421,-151,l), +(463,48,l), +(333,48,l), +(224,46,l), +(226,56,l), +(470,284,l), +(288,522,l), +(290,532,l), +(397,530,l), +(563,530,l), +(606,729,l), +(96,729,l), +(51,518,l), +(199,308,l), +(194,282,l), +(-44,60,l), +(-89,-151,l) +); +} +); +width = 508; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(483,-151,l), +(490,-117,l), +(147,-117,l), +(-27,-117,l), +(-26,-114,l), +(400,288,l), +(134,692,l), +(136,695,l), +(281,695,l), +(661,695,l), +(668,729,l), +(104,729,l), +(96,689,l), +(352,293,l), +(352,290,l), +(-73,-111,l), +(-81,-151,l) +); +} +); +width = 573; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(549,-151,l), +(591,48,l), +(420,48,l), +(256,46,l), +(258,56,l), +(547,288,l), +(349,522,l), +(352,532,l), +(514,530,l), +(691,530,l), +(734,729,l), +(97,729,l), +(52,518,l), +(234,303,l), +(229,277,l), +(-43,60,l), +(-88,-151,l) ); } ); -width = 667; +width = 637; } ); unicode = 8721; diff --git a/sources/MonaSans.glyphspackage/glyphs/t.glyph b/sources/MonaSans.glyphspackage/glyphs/t.glyph index 883f5c3f..d985bfe2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/t.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/t.glyph @@ -1,25 +1,25 @@ { glyphname = t; -kernLeft = t; -kernRight = t; +kernLeft = KO_t; +kernRight = KO_t; layers = ( { anchors = ( { name = bottom; -pos = (176,0); +pos = (184,0); }, { name = center; -pos = (141,271); +pos = (149,271); }, { name = top; -pos = (136,541); +pos = (144,541); }, { name = topright; -pos = (225,729); +pos = (233,729); } ); background = { @@ -60,30 +60,30 @@ shapes = ( { closed = 1; nodes = ( -(270,0,l), -(270,132,l), -(246,132,ls), -(228,132,o), -(225,137,o), -(225,160,cs), -(225,401,l), -(270,398,l), -(270,541,l), -(225,539,l), -(225,683,l), -(49,668,l), -(49,539,l), -(11,541,l), -(11,398,l), -(49,401,l), -(49,124,ls), -(49,40,o), -(87,0,o), -(176,0,cs) +(278,0,l), +(278,132,l), +(254,132,ls), +(236,132,o), +(233,137,o), +(233,160,cs), +(233,401,l), +(278,398,l), +(278,541,l), +(233,539,l), +(233,683,l), +(57,668,l), +(57,539,l), +(19,541,l), +(19,398,l), +(57,401,l), +(57,124,ls), +(57,40,o), +(95,0,o), +(184,0,cs) ); } ); -width = 287; +width = 303; }, { anchors = ( @@ -167,19 +167,184 @@ width = 163; anchors = ( { name = bottom; -pos = (218,0); +pos = (212,0); +}, +{ +name = center; +pos = (161,279); +}, +{ +name = top; +pos = (165,517); +}, +{ +name = topright; +pos = (171,776); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(311,0,l), +(311,36,l), +(222,36,ls), +(185,36,o), +(166,49,o), +(166,95,cs), +(166,485,l), +(311,485,l), +(311,517,l), +(166,517,l), +(166,690,l), +(129,681,l), +(129,517,l), +(11,517,l), +(11,485,l), +(129,485,l), +(129,88,ls), +(129,26,o), +(163,0,o), +(217,0,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(311,0,l), +(311,36,l), +(232,36,ls), +(184,36,o), +(166,58,o), +(166,106,cs), +(166,485,l), +(311,485,l), +(311,517,l), +(166,517,l), +(166,690,l), +(129,681,l), +(129,517,l), +(11,517,l), +(11,485,l), +(129,485,l), +(129,103,ls), +(129,32,o), +(162,0,o), +(233,0,cs) +); +} +); +width = 330; +}, +{ +anchors = ( +{ +name = bottom; +pos = (293,0); +}, +{ +name = center; +pos = (230,284); +}, +{ +name = top; +pos = (231,544); +}, +{ +name = topright; +pos = (319,754); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(443,0,l), +(443,186,l), +(375,186,ls), +(329,186,o), +(314,195,o), +(314,243,cs), +(314,379,l), +(443,379,l), +(443,544,l), +(314,544,l), +(314,710,l), +(97,669,l), +(97,544,l), +(4,544,l), +(4,379,l), +(97,379,l), +(97,164,ls), +(97,48,o), +(163,0,o), +(272,0,cs) +); +}, +{ +closed = 0; +nodes = ( +(310,153,ls), +(287,153,o), +(271,160,o), +(271,188,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(449,0,l), +(449,186,l), +(359,186,ls), +(336,186,o), +(320,193,o), +(320,221,cs), +(320,379,l), +(449,379,l), +(449,544,l), +(320,544,l), +(320,710,l), +(103,669,l), +(103,544,l), +(10,544,l), +(10,379,l), +(103,379,l), +(103,155,ls), +(103,55,o), +(156,0,o), +(257,0,cs) +); +} +); +width = 483; +}, +{ +anchors = ( +{ +name = bottom; +pos = (217,0); }, { name = center; -pos = (159,259); +pos = (158,259); }, { name = top; -pos = (147,517); +pos = (148,517); }, { name = topright; -pos = (178,785); +pos = (177,785); } ); background = { @@ -212,80 +377,866 @@ nodes = ( { closed = 1; nodes = ( -(797,0,l), -(797,36,l), -(728,36,ls), -(678,36,o), -(666,62,o), -(666,102,cs), -(666,485,l), -(796,485,l), -(796,517,l), -(665,517,l), -(665,690,l), -(629,681,l), -(629,517,l), -(522,517,l), -(522,485,l), -(629,485,l), -(629,91,ls), -(629,30,o), -(666,0,o), -(721,0,cs) +(797,0,l), +(797,36,l), +(728,36,ls), +(678,36,o), +(666,62,o), +(666,102,cs), +(666,485,l), +(796,485,l), +(796,517,l), +(665,517,l), +(665,690,l), +(629,681,l), +(629,517,l), +(522,517,l), +(522,485,l), +(629,485,l), +(629,91,ls), +(629,30,o), +(666,0,o), +(721,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(297,0,l), +(297,36,l), +(222,36,ls), +(185,36,o), +(166,49,o), +(166,95,cs), +(166,485,l), +(296,485,l), +(296,517,l), +(165,517,l), +(165,690,l), +(129,681,l), +(129,517,l), +(22,517,l), +(22,485,l), +(129,485,l), +(129,88,ls), +(129,26,o), +(163,0,o), +(217,0,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(295,0,l), +(295,36,l), +(227,36,ls), +(184,36,o), +(165,56,o), +(165,101,cs), +(165,485,l), +(293,485,l), +(293,517,l), +(164,517,l), +(164,690,l), +(130,681,l), +(130,517,l), +(25,517,l), +(25,485,l), +(130,485,l), +(130,97,ls), +(130,28,o), +(164,0,o), +(224,0,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +0, +23 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +17 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +20 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 329; +}, +{ +anchors = ( +{ +name = bottom; +pos = (266,0); +}, +{ +name = center; +pos = (200,272); +}, +{ +name = top; +pos = (211,544); +}, +{ +name = topright; +pos = (302,739); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(398,0,l), +(398,153,l), +(338,153,ls), +(315,153,o), +(299,160,o), +(299,188,cs), +(299,391,l), +(398,391,l), +(398,544,l), +(299,544,l), +(299,699,l), +(108,683,l), +(108,544,l), +(17,544,l), +(17,391,l), +(108,391,l), +(108,152,ls), +(108,61,o), +(139,0,o), +(269,0,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(383,0,l), +(383,153,l), +(327,153,ls), +(306,153,o), +(291,160,o), +(291,188,cs), +(291,391,l), +(383,391,l), +(383,544,l), +(291,544,l), +(291,699,l), +(101,683,l), +(101,544,l), +(16,544,l), +(16,391,l), +(101,391,l), +(101,152,ls), +(101,47,o), +(145,0,o), +(248,0,cs) +); +} +); +width = 416; +}, +{ +anchors = ( +{ +name = bottom; +pos = (53,0); +}, +{ +name = center; +pos = (83,258); +}, +{ +name = top; +pos = (131,516); +}, +{ +name = topright; +pos = (201,785); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(91,0,l), +(97,30,l), +(72,30,ls), +(49,30,o), +(45,41,o), +(54,82,cs), +(139,492,l), +(195,492,l), +(199,516,l), +(144,516,l), +(183,700,l), +(154,697,l), +(116,516,l), +(72,516,l), +(67,492,l), +(111,492,l), +(23,70,ls), +(12,18,o), +(28,0,o), +(64,0,cs) +); +} +); +width = 162; +}, +{ +anchors = ( +{ +name = bottom; +pos = (126,0); +}, +{ +name = center; +pos = (149,271); +}, +{ +name = top; +pos = (202,541); +}, +{ +name = topright; +pos = (329,729); +} +); +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(223,0,l), +(251,133,l), +(237,133,ls), +(211,133,o), +(205,139,o), +(211,166,cs), +(260,401,l), +(305,399,l), +(335,541,l), +(289,539,l), +(319,683,l), +(140,668,l), +(113,539,l), +(76,541,l), +(46,399,l), +(84,401,l), +(30,136,ls), +(11,44,o), +(42,0,o), +(143,0,cs) +); +} +); +width = 303; +}, +{ +anchors = ( +{ +name = bottom; +pos = (173,0); +}, +{ +name = center; +pos = (158,259); +}, +{ +name = top; +pos = (199,517); +}, +{ +name = topright; +pos = (273,785); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(238,0,l), +(245,33,l), +(198,33,ls), +(145,33,o), +(118,46,o), +(132,111,cs), +(210,485,l), +(340,485,l), +(346,517,l), +(216,517,l), +(252,690,l), +(215,681,l), +(181,517,l), +(76,517,l), +(70,485,l), +(174,485,l), +(96,108,ls), +(81,34,o), +(112,0,o), +(183,0,cs) +); +} +); +}; +guides = ( +{ +angle = 78.3; +pos = (131,105); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(238,0,l), +(245,33,l), +(198,33,ls), +(145,33,o), +(118,46,o), +(132,111,cs), +(210,485,l), +(340,485,l), +(346,517,l), +(216,517,l), +(252,690,l), +(215,681,l), +(181,517,l), +(76,517,l), +(70,485,l), +(174,485,l), +(96,108,ls), +(81,34,o), +(112,0,o), +(183,0,cs) +); +} +); +width = 324; +}, +{ +anchors = ( +{ +name = bottom; +pos = (223,0); +}, +{ +name = center; +pos = (206,272); +}, +{ +name = top; +pos = (259,544); +}, +{ +name = topright; +pos = (393,739); +} +); +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(337,0,l), +(369,153,l), +(314,153,ls), +(286,153,o), +(272,160,o), +(278,188,cs), +(321,391,l), +(419,391,l), +(451,544,l), +(353,544,l), +(385,699,l), +(193,683,l), +(164,544,l), +(74,544,l), +(42,391,l), +(132,391,l), +(84,166,ls), +(63,66,o), +(106,0,o), +(223,0,cs) +); +} +); +width = 430; +}, +{ +anchors = ( +{ +name = bottom; +pos = (177,0); +}, +{ +name = center; +pos = (160,259); +}, +{ +name = top; +pos = (200,517); +}, +{ +name = topright; +pos = (272,776); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(253,0,l), +(261,36,l), +(184,36,ls), +(141,36,o), +(119,49,o), +(130,102,cs), +(211,485,l), +(355,485,l), +(361,517,l), +(217,517,l), +(254,690,l), +(215,681,l), +(180,517,l), +(64,517,l), +(58,485,l), +(174,485,l), +(92,94,ls), +(77,20,o), +(127,0,o), +(177,0,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(253,0,l), +(260,35,l), +(198,35,ls), +(145,35,o), +(119,48,o), +(132,111,cs), +(209,485,l), +(355,485,l), +(361,517,l), +(216,517,l), +(252,690,l), +(214,681,l), +(180,517,l), +(65,517,l), +(59,485,l), +(173,485,l), +(95,108,ls), +(80,34,o), +(116,0,o), +(179,0,cs) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = bottom; +pos = (236,0); +}, +{ +name = center; +pos = (230,284); +}, +{ +name = top; +pos = (267,544); +}, +{ +name = topright; +pos = (418,754); +} +); +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(387,0,l), +(426,186,l), +(339,186,ls), +(310,186,o), +(301,195,o), +(307,223,cs), +(339,379,l), +(467,379,l), +(501,544,l), +(373,544,l), +(409,710,l), +(185,669,l), +(159,544,l), +(67,544,l), +(32,379,l), +(124,379,l), +(81,171,ls), +(56,52,o), +(119,0,o), +(233,0,cs) +); +} +); +width = 478; +}, +{ +anchors = ( +{ +name = bottom; +pos = (108,0); +}, +{ +name = center; +pos = (85,258); +}, +{ +name = top; +pos = (79,516); +}, +{ +name = topright; +pos = (93,785); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(159,0,l), +(159,29,l), +(130,29,ls), +(111,29,o), +(103,38,o), +(103,54,cs), +(103,492,l), +(159,492,l), +(159,516,l), +(103,516,l), +(103,700,l), +(75,697,l), +(75,516,l), +(30,516,l), +(30,492,l), +(75,492,l), +(75,48,ls), +(75,10,o), +(98,0,o), +(125,0,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(179,0,l), +(179,29,l), +(138,29,ls), +(109,29,o), +(95,46,o), +(95,86,cs), +(95,489,l), +(180,489,l), +(180,516,l), +(95,516,l), +(95,700,l), +(65,693,l), +(65,516,l), +(1,516,l), +(1,489,l), +(65,489,l), +(65,82,ls), +(65,26,o), +(88,0,o), +(138,0,cs) +); +} +); +width = 184; +}, +{ +anchors = ( +{ +name = bottom; +pos = (179,0); +}, +{ +name = center; +pos = (144,271); +}, +{ +name = top; +pos = (139,541); +}, +{ +name = topright; +pos = (228,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(236,-10,o), +(266,-4,o), +(280,4,c), +(280,127,l), +(273,124,o), +(262,122,o), +(256,122,cs), +(238,122,o), +(235,132,o), +(235,156,cs), +(235,401,l), +(280,398,l), +(280,541,l), +(235,539,l), +(235,683,l), +(56,668,l), +(56,539,l), +(18,541,l), +(18,398,l), +(56,401,l), +(56,126,ls), +(56,25,o), +(103,-10,o), +(199,-10,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(286,0,l), +(286,143,l), +(258,143,ls), +(236,143,o), +(228,151,o), +(228,175,cs), +(228,398,l), +(286,398,l), +(286,541,l), +(228,541,l), +(228,680,l), +(52,647,l), +(52,541,l), +(5,541,l), +(5,398,l), +(52,398,l), +(52,137,ls), +(52,41,o), +(91,0,o), +(191,0,cs) +); +} +); +width = 293; +}, +{ +anchors = ( +{ +name = bottom; +pos = (199,0); +}, +{ +name = center; +pos = (140,259); +}, +{ +name = top; +pos = (128,517); +}, +{ +name = topright; +pos = (159,785); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-203,0,l), +(-203,34,l), +(-283,34,ls), +(-324,34,o), +(-334,44,o), +(-334,85,cs), +(-334,485,l), +(-203,485,l), +(-203,517,l), +(-334,517,l), +(-334,690,l), +(-370,681,l), +(-370,517,l), +(-477,517,l), +(-477,485,l), +(-370,485,l), +(-370,79,ls), +(-370,23,o), +(-347,0,o), +(-291,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(798,0,l), +(798,36,l), +(729,36,ls), +(679,36,o), +(667,62,o), +(667,102,cs), +(667,485,l), +(797,485,l), +(797,517,l), +(666,517,l), +(666,690,l), +(630,681,l), +(630,517,l), +(523,517,l), +(523,485,l), +(630,485,l), +(630,91,ls), +(630,30,o), +(667,0,o), +(722,0,cs) ); }, { closed = 1; nodes = ( -(297,0,l), -(297,36,l), -(222,36,ls), -(185,36,o), -(166,49,o), -(166,95,cs), -(166,485,l), -(296,485,l), -(296,517,l), -(165,517,l), -(165,690,l), -(129,681,l), -(129,517,l), -(22,517,l), -(22,485,l), -(129,485,l), -(129,88,ls), -(129,26,o), -(163,0,o), -(217,0,cs) +(298,0,l), +(298,36,l), +(223,36,ls), +(186,36,o), +(167,49,o), +(167,95,cs), +(167,485,l), +(297,485,l), +(297,517,l), +(166,517,l), +(166,690,l), +(130,681,l), +(130,517,l), +(23,517,l), +(23,485,l), +(130,485,l), +(130,88,ls), +(130,26,o), +(164,0,o), +(218,0,cs) ); } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(298,0,l), -(298,36,l), -(228,36,ls), -(185,36,o), -(166,56,o), -(166,101,cs), -(166,485,l), -(296,485,l), -(296,517,l), -(165,517,l), -(165,690,l), -(129,681,l), -(129,517,l), -(22,517,l), -(22,485,l), -(129,485,l), -(129,97,ls), -(129,28,o), -(165,0,o), -(225,0,cs) +(279,0,l), +(279,36,l), +(209,36,ls), +(166,36,o), +(147,56,o), +(147,101,cs), +(147,485,l), +(277,485,l), +(277,517,l), +(146,517,l), +(146,690,l), +(110,681,l), +(110,517,l), +(3,517,l), +(3,485,l), +(110,485,l), +(110,97,ls), +(110,28,o), +(146,0,o), +(206,0,cs) ); } ); @@ -351,25 +1302,25 @@ type = Stem; } ); }; -width = 330; +width = 284; }, { anchors = ( { name = bottom; -pos = (277,0); +pos = (260,0); }, { name = center; -pos = (208,272); +pos = (191,272); }, { name = top; -pos = (218,544); +pos = (201,544); }, { name = topright; -pos = (311,739); +pos = (294,739); } ); background = { @@ -401,53 +1352,53 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(398,0,l), -(398,153,l), -(338,153,ls), -(315,153,o), -(299,160,o), -(299,188,cs), -(299,391,l), -(398,391,l), -(398,544,l), -(299,544,l), -(299,699,l), -(108,683,l), -(108,544,l), -(17,544,l), -(17,391,l), -(108,391,l), -(108,152,ls), -(108,47,o), -(153,0,o), -(259,0,cs) +(381,0,l), +(381,153,l), +(321,153,ls), +(298,153,o), +(282,160,o), +(282,188,cs), +(282,391,l), +(381,391,l), +(381,544,l), +(282,544,l), +(282,699,l), +(91,673,l), +(91,544,l), +(0,544,l), +(0,391,l), +(91,391,l), +(91,152,ls), +(91,47,o), +(136,0,o), +(242,0,cs) ); } ); -width = 433; +width = 393; }, { anchors = ( { name = bottom; -pos = (212,0); +pos = (207,0); }, { name = center; -pos = (161,279); +pos = (156,279); }, { name = top; -pos = (165,517); +pos = (160,517); }, { name = topright; -pos = (171,776); +pos = (166,776); } ); background = { @@ -479,53 +1430,53 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(311,0,l), -(311,36,l), -(232,36,ls), -(184,36,o), -(166,58,o), -(166,106,cs), -(166,485,l), -(311,485,l), -(311,517,l), -(166,517,l), -(166,690,l), -(129,681,l), -(129,517,l), -(11,517,l), -(11,485,l), -(129,485,l), -(129,103,ls), -(129,32,o), -(162,0,o), -(233,0,cs) +(306,0,l), +(306,36,l), +(227,36,ls), +(179,36,o), +(161,58,o), +(161,106,cs), +(161,485,l), +(306,485,l), +(306,517,l), +(161,517,l), +(161,690,l), +(124,681,l), +(124,517,l), +(6,517,l), +(6,485,l), +(124,485,l), +(124,103,ls), +(124,32,o), +(157,0,o), +(228,0,cs) ); } ); -width = 330; +width = 315; }, { anchors = ( { name = bottom; -pos = (287,0); +pos = (282,0); }, { name = center; -pos = (224,284); +pos = (219,284); }, { name = top; -pos = (225,544); +pos = (220,544); }, { name = topright; -pos = (313,754); +pos = (308,754); } ); background = { @@ -566,151 +1517,151 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(443,0,l), -(443,186,l), -(353,186,ls), -(330,186,o), -(314,193,o), -(314,221,cs), -(314,379,l), -(443,379,l), -(443,544,l), -(314,544,l), -(314,710,l), -(97,669,l), -(97,544,l), -(4,544,l), -(4,379,l), -(97,379,l), -(97,155,ls), -(97,55,o), -(150,0,o), -(251,0,cs) +(438,0,l), +(438,186,l), +(348,186,ls), +(325,186,o), +(309,193,o), +(309,221,cs), +(309,379,l), +(438,379,l), +(438,544,l), +(309,544,l), +(309,710,l), +(92,669,l), +(92,544,l), +(-1,544,l), +(-1,379,l), +(92,379,l), +(92,155,ls), +(92,55,o), +(145,0,o), +(246,0,cs) ); } ); -width = 471; +width = 456; }, { anchors = ( { name = bottom; -pos = (53,0); +pos = (55,0); }, { name = center; -pos = (83,258); +pos = (85,258); }, { name = top; -pos = (131,516); +pos = (133,516); }, { name = topright; -pos = (201,785); +pos = (203,785); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(91,0,l), -(97,30,l), -(72,30,ls), -(49,30,o), -(45,41,o), -(54,82,cs), -(139,492,l), -(195,492,l), -(199,516,l), -(144,516,l), -(183,700,l), -(154,697,l), -(116,516,l), -(72,516,l), -(67,492,l), -(111,492,l), -(23,70,ls), -(12,18,o), -(28,0,o), -(64,0,cs) +(123,0,l), +(129,30,l), +(94,30,ls), +(63,30,o), +(49,50,o), +(60,105,cs), +(141,492,l), +(227,492,l), +(231,516,l), +(146,516,l), +(185,700,l), +(155,693,l), +(118,516,l), +(55,516,l), +(50,492,l), +(113,492,l), +(31,100,ls), +(18,37,o), +(41,0,o), +(89,0,cs) ); } ); -width = 162; +width = 179; }, { anchors = ( { name = bottom; -pos = (118,0); +pos = (123,0); }, { name = center; -pos = (141,271); +pos = (146,271); }, { name = top; -pos = (194,541); +pos = (199,541); }, { name = topright; -pos = (321,729); +pos = (326,729); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(215,0,l), -(243,133,l), -(229,133,ls), -(203,133,o), -(197,139,o), -(203,166,cs), -(252,401,l), -(297,399,l), -(327,541,l), -(281,539,l), -(311,683,l), -(132,668,l), -(105,539,l), -(68,541,l), -(38,399,l), -(76,401,l), -(22,136,ls), -(3,44,o), -(34,0,o), -(135,0,cs) +(232,0,l), +(260,133,l), +(234,133,ls), +(209,133,o), +(203,141,o), +(208,166,cs), +(257,399,l), +(314,399,l), +(344,541,l), +(287,541,l), +(316,680,l), +(135,647,l), +(111,541,l), +(61,541,l), +(31,399,l), +(81,399,l), +(29,146,ls), +(9,48,o), +(47,0,o), +(144,0,cs) ); } ); -width = 287; +width = 294; }, { anchors = ( { name = bottom; -pos = (173,0); +pos = (161,0); }, { name = center; -pos = (158,259); +pos = (146,259); }, { name = top; -pos = (199,517); +pos = (187,517); }, { name = topright; -pos = (273,785); +pos = (261,785); } ); background = { @@ -718,26 +1669,26 @@ shapes = ( { closed = 1; nodes = ( -(238,0,l), -(245,33,l), -(198,33,ls), -(145,33,o), -(118,46,o), -(132,111,cs), -(210,485,l), -(340,485,l), -(346,517,l), -(216,517,l), -(252,690,l), -(215,681,l), -(181,517,l), -(76,517,l), -(70,485,l), -(174,485,l), -(96,108,ls), -(81,34,o), -(112,0,o), -(183,0,cs) +(250,0,l), +(257,33,l), +(210,33,ls), +(157,33,o), +(130,46,o), +(144,111,cs), +(222,485,l), +(352,485,l), +(358,517,l), +(228,517,l), +(264,690,l), +(227,681,l), +(193,517,l), +(88,517,l), +(82,485,l), +(186,485,l), +(108,108,ls), +(93,34,o), +(124,0,o), +(195,0,cs) ); } ); @@ -745,105 +1696,105 @@ nodes = ( guides = ( { angle = 78.3; -pos = (131,105); +pos = (119,105); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( (238,0,l), (245,33,l), -(198,33,ls), -(145,33,o), -(118,46,o), -(132,111,cs), -(210,485,l), +(189,33,ls), +(137,33,o), +(110,63,o), +(125,135,cs), +(198,485,l), (340,485,l), (346,517,l), -(216,517,l), -(252,690,l), -(215,681,l), -(181,517,l), -(76,517,l), -(70,485,l), -(174,485,l), -(96,108,ls), -(81,34,o), -(112,0,o), +(204,517,l), +(240,690,l), +(203,681,l), +(169,517,l), +(57,517,l), +(51,485,l), +(162,485,l), +(90,137,ls), +(70,42,o), +(108,0,o), (183,0,cs) ); } ); -width = 324; +width = 298; }, { anchors = ( { name = bottom; -pos = (223,0); +pos = (204,0); }, { name = center; -pos = (206,272); +pos = (187,272); }, { name = top; -pos = (259,544); +pos = (240,544); }, { name = topright; -pos = (393,739); +pos = (374,739); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(337,0,l), -(369,153,l), -(314,153,ls), -(286,153,o), -(272,160,o), -(278,188,cs), -(321,391,l), -(419,391,l), -(451,544,l), -(353,544,l), -(385,699,l), -(193,683,l), -(164,544,l), -(74,544,l), -(42,391,l), -(132,391,l), -(84,166,ls), -(63,66,o), -(106,0,o), -(223,0,cs) +(318,0,l), +(350,153,l), +(295,153,ls), +(267,153,o), +(253,160,o), +(259,188,cs), +(302,391,l), +(400,391,l), +(432,544,l), +(334,544,l), +(366,699,l), +(174,683,l), +(145,544,l), +(55,544,l), +(23,391,l), +(113,391,l), +(65,166,ls), +(44,66,o), +(87,0,o), +(204,0,cs) ); } ); -width = 430; +width = 382; }, { anchors = ( { name = bottom; -pos = (177,0); +pos = (167,0); }, { name = center; -pos = (160,259); +pos = (150,259); }, { name = top; -pos = (200,517); +pos = (190,517); }, { name = topright; -pos = (272,776); +pos = (262,776); } ); background = { @@ -875,84 +1826,84 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(253,0,l), -(260,35,l), -(198,35,ls), -(145,35,o), -(119,48,o), -(132,111,cs), -(209,485,l), -(355,485,l), -(361,517,l), -(216,517,l), -(252,690,l), -(214,681,l), -(180,517,l), -(65,517,l), -(59,485,l), -(173,485,l), -(95,108,ls), -(80,34,o), -(116,0,o), -(179,0,cs) +(243,0,l), +(250,35,l), +(188,35,ls), +(135,35,o), +(109,48,o), +(122,111,cs), +(199,485,l), +(345,485,l), +(351,517,l), +(206,517,l), +(242,690,l), +(204,681,l), +(170,517,l), +(55,517,l), +(49,485,l), +(163,485,l), +(85,108,ls), +(70,34,o), +(106,0,o), +(169,0,cs) ); } ); -width = 326; +width = 306; }, { anchors = ( { name = bottom; -pos = (230,0); +pos = (226,0); }, { name = center; -pos = (224,284); +pos = (220,284); }, { name = top; -pos = (261,544); +pos = (257,544); }, { name = topright; -pos = (412,754); +pos = (408,754); } ); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(381,0,l), -(420,186,l), -(333,186,ls), -(304,186,o), -(295,195,o), -(301,223,cs), -(333,379,l), -(461,379,l), -(495,544,l), -(367,544,l), -(403,710,l), -(179,669,l), -(153,544,l), -(61,544,l), -(26,379,l), -(118,379,l), -(75,171,ls), -(50,52,o), -(113,0,o), -(227,0,cs) -); -} -); -width = 466; +(377,0,l), +(416,186,l), +(329,186,ls), +(300,186,o), +(291,195,o), +(297,223,cs), +(329,379,l), +(457,379,l), +(491,544,l), +(363,544,l), +(399,710,l), +(175,669,l), +(149,544,l), +(57,544,l), +(22,379,l), +(114,379,l), +(71,171,ls), +(46,52,o), +(109,0,o), +(223,0,cs) +); +} +); +width = 447; } ); unicode = 116; diff --git a/sources/MonaSans.glyphspackage/glyphs/t_i.liga.glyph b/sources/MonaSans.glyphspackage/glyphs/t_i.liga.glyph index b32f8bfc..f005e8da 100644 --- a/sources/MonaSans.glyphspackage/glyphs/t_i.liga.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/t_i.liga.glyph @@ -1,7 +1,7 @@ { glyphname = t_i.liga; -kernLeft = t; -kernRight = i; +kernLeft = KO_t_t.liga; +kernRight = KO_t_i.liga; layers = ( { anchors = ( @@ -95,39 +95,39 @@ width = 308; anchors = ( { name = bottom_1; -pos = (129,0); +pos = (137,0); }, { name = bottom_2; -pos = (386,0); +pos = (394,0); }, { name = caret_1; -pos = (257.5,0); +pos = (266,0); }, { name = center_1; -pos = (129,271); +pos = (137,271); }, { name = center_2; -pos = (386,271); +pos = (394,271); }, { name = top_1; -pos = (129,751); +pos = (137,751); }, { name = top_2; -pos = (386,751); +pos = (394,751); }, { name = topright_1; -pos = (495,729); +pos = (503,729); }, { name = topright_2; -pos = (495,729); +pos = (503,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -135,401 +135,401 @@ shapes = ( { closed = 1; nodes = ( -(273,0,l), -(273,132,l), -(249,132,ls), -(231,132,o), -(228,137,o), -(228,160,cs), -(228,398,l), -(311,398,l), -(311,0,l), -(488,0,l), -(488,541,l), -(228,541,l), -(228,683,l), -(49,668,l), -(49,539,l), -(11,541,l), -(11,398,l), -(49,401,l), -(49,124,ls), -(49,40,o), -(87,0,o), -(176,0,cs) +(281,0,l), +(281,132,l), +(257,132,ls), +(239,132,o), +(236,137,o), +(236,160,cs), +(236,398,l), +(319,398,l), +(319,0,l), +(496,0,l), +(496,541,l), +(236,541,l), +(236,683,l), +(57,668,l), +(57,539,l), +(19,541,l), +(19,398,l), +(57,401,l), +(57,124,ls), +(57,40,o), +(95,0,o), +(184,0,cs) ); }, { closed = 1; nodes = ( -(453,586,o), -(494,615,o), -(494,668,cs), -(494,721,o), -(453,751,o), -(400,751,cs), -(347,751,o), -(306,721,o), -(306,668,cs), -(306,615,o), -(347,586,o), -(400,586,cs) +(461,586,o), +(502,615,o), +(502,668,cs), +(502,721,o), +(461,751,o), +(408,751,cs), +(355,751,o), +(314,721,o), +(314,668,cs), +(314,615,o), +(355,586,o), +(408,586,cs) ); } ); -width = 515; +width = 531; }, { anchors = ( { name = bottom_1; -pos = (134,0); +pos = (125,0); }, { name = bottom_2; -pos = (403,0); +pos = (376,0); }, { name = caret_1; -pos = (268.5,0); +pos = (250.5,0); }, { name = center_1; -pos = (134,259); +pos = (125,259); }, { name = center_2; -pos = (403,259); +pos = (376,259); }, { name = top_1; -pos = (134,690); +pos = (125,690); }, { name = top_2; -pos = (403,690); +pos = (376,690); }, { name = topright_1; -pos = (517,729); +pos = (481,729); }, { name = topright_2; -pos = (517,729); +pos = (481,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(296,0,l), -(296,34,l), -(216,34,ls), -(175,34,o), -(165,44,o), -(165,85,cs), -(165,485,l), -(415,485,l), -(415,0,l), -(452,0,l), -(452,517,l), -(165,517,l), -(165,690,l), +(311,0,l), +(311,36,l), +(237,36,ls), +(192,36,o), +(166,48,o), +(166,95,cs), +(166,485,l), +(398,485,l), +(398,0,l), +(435,0,l), +(435,517,l), +(166,517,l), +(166,690,l), (129,681,l), (129,517,l), -(22,517,l), -(22,485,l), +(11,517,l), +(11,485,l), (129,485,l), -(129,79,ls), -(129,23,o), -(152,0,o), -(208,0,cs) +(129,89,ls), +(129,28,o), +(164,0,o), +(231,0,cs) ); }, { closed = 1; nodes = ( -(453,625,o), -(466,638,o), -(466,656,cs), -(466,674,o), -(453,687,o), -(434,687,cs), -(415,687,o), -(402,674,o), -(402,656,cs), -(402,638,o), -(415,625,o), -(434,625,cs) +(436,625,o), +(449,638,o), +(449,656,cs), +(449,674,o), +(436,687,o), +(417,687,cs), +(398,687,o), +(385,674,o), +(385,656,cs), +(385,638,o), +(398,625,o), +(417,625,cs) ); } ); -width = 537; +width = 501; }, { anchors = ( { name = bottom_1; -pos = (181,0); +pos = (198,0); }, { name = bottom_2; -pos = (542,0); +pos = (583,0); }, { name = caret_1; -pos = (361,0); +pos = (391,0); }, { name = center_1; -pos = (181,272); +pos = (198,272); }, { name = center_2; -pos = (542,272); +pos = (583,272); }, { name = top_1; -pos = (181,755); +pos = (198,754); }, { name = top_2; -pos = (542,755); +pos = (583,754); }, { name = topright_1; -pos = (702,729); +pos = (755,729); }, { name = topright_2; -pos = (702,729); +pos = (755,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(398,0,l), -(398,153,l), -(338,153,ls), -(315,153,o), -(299,160,o), -(299,188,cs), -(299,391,l), -(477,391,l), -(477,0,l), -(668,0,l), -(668,544,l), -(299,544,l), -(299,699,l), -(108,683,l), -(108,544,l), -(17,544,l), -(17,391,l), -(108,391,l), -(108,152,ls), -(108,61,o), -(139,0,o), -(269,0,cs) +(449,0,l), +(449,186,l), +(361,186,ls), +(332,186,o), +(320,195,o), +(320,223,cs), +(320,379,l), +(511,379,l), +(511,0,l), +(732,0,l), +(732,544,l), +(320,544,l), +(320,710,l), +(103,669,l), +(103,544,l), +(10,544,l), +(10,379,l), +(103,379,l), +(103,150,ls), +(103,48,o), +(169,0,o), +(267,0,cs) ); }, { closed = 1; nodes = ( -(629,589,o), -(670,619,o), -(670,672,cs), -(670,725,o), -(629,755,o), -(573,755,cs), -(517,755,o), -(476,725,o), -(476,672,cs), -(476,619,o), -(517,589,o), -(573,589,cs) +(693,586,o), +(740,613,o), +(740,670,cs), +(740,720,o), +(702,754,o), +(622,754,cs), +(551,754,o), +(504,727,o), +(504,670,cs), +(504,620,o), +(542,586,o), +(622,586,cs) ); } ); -width = 722; +width = 781; }, { anchors = ( { name = bottom_1; -pos = (125,0); +pos = (135,0); }, { name = bottom_2; -pos = (376,0); +pos = (398,0); }, { name = caret_1; -pos = (250.5,0); +pos = (266,0); }, { name = center_1; -pos = (125,259); +pos = (135,259); }, { name = center_2; -pos = (376,259); +pos = (398,259); }, { name = top_1; -pos = (125,690); +pos = (135,690); }, { name = top_2; -pos = (376,690); +pos = (398,690); }, { name = topright_1; -pos = (481,729); +pos = (510,729); }, { name = topright_2; -pos = (481,729); +pos = (510,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(311,0,l), -(311,36,l), -(237,36,ls), -(192,36,o), -(166,48,o), -(166,95,cs), -(166,485,l), -(398,485,l), -(398,0,l), -(435,0,l), -(435,517,l), -(166,517,l), -(166,690,l), -(129,681,l), -(129,517,l), -(11,517,l), -(11,485,l), -(129,485,l), -(129,89,ls), -(129,28,o), -(164,0,o), -(231,0,cs) +(293,0,l), +(293,34,l), +(215,34,ls), +(174,34,o), +(164,44,o), +(164,85,cs), +(164,485,l), +(410,485,l), +(410,0,l), +(446,0,l), +(446,517,l), +(164,517,l), +(164,690,l), +(130,681,l), +(130,517,l), +(25,517,l), +(25,485,l), +(130,485,l), +(130,79,ls), +(130,23,o), +(151,0,o), +(207,0,cs) ); }, { closed = 1; nodes = ( -(436,625,o), -(449,638,o), -(449,656,cs), -(449,674,o), -(436,687,o), -(417,687,cs), -(398,687,o), -(385,674,o), -(385,656,cs), -(385,638,o), -(398,625,o), -(417,625,cs) +(447,625,o), +(459,638,o), +(459,656,cs), +(459,674,o), +(447,687,o), +(429,687,cs), +(410,687,o), +(397,674,o), +(397,656,cs), +(397,638,o), +(410,625,o), +(429,625,cs) ); } ); -width = 501; +width = 532; }, { anchors = ( { name = bottom_1; -pos = (192,0); +pos = (175,0); }, { name = bottom_2; -pos = (577,0); +pos = (527,0); }, { name = caret_1; -pos = (384.5,0); +pos = (350,0); }, { name = center_1; -pos = (192,272); +pos = (175,272); }, { name = center_2; -pos = (577,272); +pos = (527,272); }, { name = top_1; -pos = (192,754); +pos = (175,755); }, { name = top_2; -pos = (577,754); +pos = (527,755); }, { name = topright_1; -pos = (749,729); +pos = (683,729); }, { name = topright_2; -pos = (749,729); +pos = (683,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(443,0,l), -(443,186,l), -(355,186,ls), -(326,186,o), -(314,195,o), -(314,223,cs), -(314,379,l), -(505,379,l), -(505,0,l), -(726,0,l), -(726,544,l), -(314,544,l), -(314,710,l), -(97,669,l), -(97,544,l), -(4,544,l), -(4,379,l), -(97,379,l), -(97,150,ls), -(97,48,o), -(163,0,o), +(387,0,l), +(387,153,l), +(330,153,ls), +(308,153,o), +(292,160,o), +(292,188,cs), +(292,391,l), +(461,391,l), +(461,0,l), +(650,0,l), +(650,544,l), +(292,544,l), +(292,699,l), +(103,683,l), +(103,544,l), +(16,544,l), +(16,391,l), +(103,391,l), +(103,152,ls), +(103,61,o), +(134,0,o), (261,0,cs) ); }, { closed = 1; nodes = ( -(687,586,o), -(734,613,o), -(734,670,cs), -(734,720,o), -(696,754,o), -(616,754,cs), -(545,754,o), -(498,727,o), -(498,670,cs), -(498,620,o), -(536,586,o), -(616,586,cs) +(612,589,o), +(652,619,o), +(652,672,cs), +(652,725,o), +(612,755,o), +(556,755,cs), +(502,755,o), +(461,725,o), +(461,672,cs), +(461,619,o), +(502,589,o), +(556,589,cs) ); } ); -width = 769; +width = 702; }, { anchors = ( @@ -623,39 +623,39 @@ width = 308; anchors = ( { name = bottom_1; -pos = (72,0); +pos = (80,0); }, { name = bottom_2; -pos = (329,0); +pos = (337,0); }, { name = caret_1; -pos = (256.5,0); +pos = (265,0); }, { name = center_1; -pos = (128,271); +pos = (136,271); }, { name = center_2; -pos = (385,271); +pos = (393,271); }, { name = top_1; -pos = (228,751); +pos = (236,751); }, { name = top_2; -pos = (485,751); +pos = (493,751); }, { name = topright_1; -pos = (588,729); +pos = (596,729); }, { name = topright_2; -pos = (588,729); +pos = (596,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -663,49 +663,49 @@ shapes = ( { closed = 1; nodes = ( -(215,0,l), -(243,134,l), -(229,133,ls), -(203,131,o), -(197,139,o), -(203,166,cs), -(251,399,l), -(337,399,l), -(254,0,l), -(430,0,l), -(543,541,l), -(282,541,l), -(311,683,l), -(132,668,l), -(105,539,l), -(68,541,l), -(38,399,l), -(76,401,l), -(22,136,ls), -(3,44,o), -(34,0,o), -(135,0,cs) +(223,0,l), +(251,134,l), +(237,133,ls), +(211,131,o), +(205,139,o), +(211,166,cs), +(259,399,l), +(345,399,l), +(262,0,l), +(438,0,l), +(551,541,l), +(290,541,l), +(319,683,l), +(140,668,l), +(113,539,l), +(76,541,l), +(46,399,l), +(84,401,l), +(30,136,ls), +(11,44,o), +(42,0,o), +(143,0,cs) ); }, { closed = 1; nodes = ( -(534,586,o), -(573,621,o), -(573,673,cs), -(573,720,o), -(542,751,o), -(488,751,cs), -(428,751,o), -(389,716,o), -(389,664,cs), -(389,617,o), -(420,586,o), -(474,586,cs) +(542,586,o), +(581,621,o), +(581,673,cs), +(581,720,o), +(550,751,o), +(496,751,cs), +(436,751,o), +(397,716,o), +(397,664,cs), +(397,617,o), +(428,586,o), +(482,586,cs) ); } ); -width = 513; +width = 529; }, { anchors = ( @@ -975,39 +975,39 @@ width = 495; anchors = ( { name = bottom_1; -pos = (136,0); +pos = (142,0); }, { name = bottom_2; -pos = (519,0); +pos = (525,0); }, { name = caret_1; -pos = (383,0); +pos = (389,0); }, { name = center_1; -pos = (192,272); +pos = (198,272); }, { name = center_2; -pos = (575,272); +pos = (581,272); }, { name = top_1; -pos = (292,754); +pos = (298,754); }, { name = top_2; -pos = (675,754); +pos = (681,754); }, { name = topright_1; -pos = (841,729); +pos = (847,729); }, { name = topright_2; -pos = (841,729); +pos = (847,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -1015,49 +1015,1105 @@ shapes = ( { closed = 1; nodes = ( -(381,0,l), -(420,186,l), -(333,186,ls), -(304,186,o), -(295,195,o), -(301,223,cs), -(333,379,l), -(526,379,l), -(447,0,l), -(666,0,l), -(779,544,l), -(367,544,l), -(403,710,l), -(179,669,l), -(153,544,l), -(61,544,l), -(26,379,l), -(118,379,l), -(75,171,ls), -(50,52,o), -(113,0,o), -(227,0,cs) +(387,0,l), +(426,186,l), +(339,186,ls), +(310,186,o), +(301,195,o), +(307,223,cs), +(339,379,l), +(532,379,l), +(453,0,l), +(672,0,l), +(785,544,l), +(373,544,l), +(409,710,l), +(185,669,l), +(159,544,l), +(67,544,l), +(32,379,l), +(124,379,l), +(81,171,ls), +(56,52,o), +(119,0,o), +(233,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(775,586,o), +(821,619,o), +(821,677,cs), +(821,725,o), +(784,754,o), +(708,754,cs), +(627,754,o), +(581,721,o), +(581,663,cs), +(581,615,o), +(618,586,o), +(694,586,cs) +); +} +); +width = 778; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (67,0); +}, +{ +name = bottom_2; +pos = (221,0); +}, +{ +name = caret_1; +pos = (144,0); +}, +{ +name = center_1; +pos = (67,258); +}, +{ +name = center_2; +pos = (221,258); +}, +{ +name = top_1; +pos = (67,700); +}, +{ +name = top_2; +pos = (221,700); +}, +{ +name = topright_1; +pos = (278,729); +}, +{ +name = topright_2; +pos = (278,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,0,l), +(137,29,l), +(108,29,ls), +(89,29,o), +(81,38,o), +(81,54,cs), +(81,492,l), +(209,492,l), +(209,0,l), +(238,0,l), +(238,516,l), +(81,516,l), +(81,700,l), +(53,697,l), +(53,516,l), +(8,516,l), +(8,492,l), +(53,492,l), +(53,48,ls), +(53,10,o), +(76,0,o), +(103,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(237,616,o), +(247,625,o), +(247,639,cs), +(247,653,o), +(237,662,o), +(224,662,cs), +(211,662,o), +(201,653,o), +(201,639,cs), +(201,625,o), +(211,616,o), +(224,616,cs) +); +} +); +width = 278; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (122,0); +}, +{ +name = bottom_2; +pos = (379,0); +}, +{ +name = caret_1; +pos = (251,0); +}, +{ +name = center_1; +pos = (122,271); +}, +{ +name = center_2; +pos = (379,271); +}, +{ +name = top_1; +pos = (122,751); +}, +{ +name = top_2; +pos = (379,751); +}, +{ +name = topright_1; +pos = (488,729); +}, +{ +name = topright_2; +pos = (488,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(266,0,l), +(266,132,l), +(242,132,ls), +(224,132,o), +(221,137,o), +(221,160,cs), +(221,398,l), +(304,398,l), +(304,0,l), +(481,0,l), +(481,541,l), +(221,541,l), +(221,683,l), +(42,668,l), +(42,539,l), +(4,541,l), +(4,398,l), +(42,401,l), +(42,124,ls), +(42,40,o), +(80,0,o), +(169,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,586,o), +(487,615,o), +(487,668,cs), +(487,721,o), +(446,751,o), +(393,751,cs), +(340,751,o), +(299,721,o), +(299,668,cs), +(299,615,o), +(340,586,o), +(393,586,cs) +); +} +); +width = 498; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (114,0); +}, +{ +name = bottom_2; +pos = (383,0); +}, +{ +name = caret_1; +pos = (249,0); +}, +{ +name = center_1; +pos = (114,259); +}, +{ +name = center_2; +pos = (383,259); +}, +{ +name = top_1; +pos = (114,690); +}, +{ +name = top_2; +pos = (383,690); +}, +{ +name = topright_1; +pos = (497,729); +}, +{ +name = topright_2; +pos = (497,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,0,l), +(276,34,l), +(196,34,ls), +(155,34,o), +(145,44,o), +(145,85,cs), +(145,485,l), +(395,485,l), +(395,0,l), +(432,0,l), +(432,517,l), +(145,517,l), +(145,690,l), +(109,681,l), +(109,517,l), +(2,517,l), +(2,485,l), +(109,485,l), +(109,79,ls), +(109,23,o), +(132,0,o), +(188,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(433,625,o), +(446,638,o), +(446,656,cs), +(446,674,o), +(433,687,o), +(414,687,cs), +(395,687,o), +(382,674,o), +(382,656,cs), +(382,638,o), +(395,625,o), +(414,625,cs) +); +} +); +width = 497; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (164,0); +}, +{ +name = bottom_2; +pos = (525,0); +}, +{ +name = caret_1; +pos = (344,0); +}, +{ +name = center_1; +pos = (164,272); +}, +{ +name = center_2; +pos = (525,272); +}, +{ +name = top_1; +pos = (164,755); +}, +{ +name = top_2; +pos = (525,755); +}, +{ +name = topright_1; +pos = (685,729); +}, +{ +name = topright_2; +pos = (685,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(381,0,l), +(381,153,l), +(321,153,ls), +(298,153,o), +(282,160,o), +(282,188,cs), +(282,391,l), +(460,391,l), +(460,0,l), +(651,0,l), +(651,544,l), +(282,544,l), +(282,699,l), +(91,683,l), +(91,544,l), +(0,544,l), +(0,391,l), +(91,391,l), +(91,152,ls), +(91,61,o), +(122,0,o), +(252,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(612,589,o), +(653,619,o), +(653,672,cs), +(653,725,o), +(612,755,o), +(556,755,cs), +(500,755,o), +(459,725,o), +(459,672,cs), +(459,619,o), +(500,589,o), +(556,589,cs) +); +} +); +width = 684; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (120,0); +}, +{ +name = bottom_2; +pos = (371,0); +}, +{ +name = caret_1; +pos = (246,0); +}, +{ +name = center_1; +pos = (120,259); +}, +{ +name = center_2; +pos = (371,259); +}, +{ +name = top_1; +pos = (120,690); +}, +{ +name = top_2; +pos = (371,690); +}, +{ +name = topright_1; +pos = (476,729); +}, +{ +name = topright_2; +pos = (476,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(306,0,l), +(306,36,l), +(232,36,ls), +(187,36,o), +(161,48,o), +(161,95,cs), +(161,485,l), +(393,485,l), +(393,0,l), +(430,0,l), +(430,517,l), +(161,517,l), +(161,690,l), +(124,681,l), +(124,517,l), +(6,517,l), +(6,485,l), +(124,485,l), +(124,89,ls), +(124,28,o), +(159,0,o), +(226,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(431,625,o), +(444,638,o), +(444,656,cs), +(444,674,o), +(431,687,o), +(412,687,cs), +(393,687,o), +(380,674,o), +(380,656,cs), +(380,638,o), +(393,625,o), +(412,625,cs) +); +} +); +width = 486; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (187,0); +}, +{ +name = bottom_2; +pos = (572,0); +}, +{ +name = caret_1; +pos = (380,0); +}, +{ +name = center_1; +pos = (187,272); +}, +{ +name = center_2; +pos = (572,272); +}, +{ +name = top_1; +pos = (187,754); +}, +{ +name = top_2; +pos = (572,754); +}, +{ +name = topright_1; +pos = (744,729); +}, +{ +name = topright_2; +pos = (744,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(438,0,l), +(438,186,l), +(350,186,ls), +(321,186,o), +(309,195,o), +(309,223,cs), +(309,379,l), +(500,379,l), +(500,0,l), +(721,0,l), +(721,544,l), +(309,544,l), +(309,710,l), +(92,669,l), +(92,544,l), +(-1,544,l), +(-1,379,l), +(92,379,l), +(92,150,ls), +(92,48,o), +(158,0,o), +(256,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(682,586,o), +(729,613,o), +(729,670,cs), +(729,720,o), +(691,754,o), +(611,754,cs), +(540,754,o), +(493,727,o), +(493,670,cs), +(493,620,o), +(531,586,o), +(611,586,cs) +); +} +); +width = 754; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (7,0); +}, +{ +name = bottom_2; +pos = (161,0); +}, +{ +name = caret_1; +pos = (137,0); +}, +{ +name = center_1; +pos = (60,258); +}, +{ +name = center_2; +pos = (214,258); +}, +{ +name = top_1; +pos = (152,700); +}, +{ +name = top_2; +pos = (306,700); +}, +{ +name = topright_1; +pos = (369,729); +}, +{ +name = topright_2; +pos = (369,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(74,0,l), +(80,30,l), +(55,30,ls), +(32,30,o), +(28,41,o), +(37,82,cs), +(122,492,l), +(250,492,l), +(147,0,l), +(176,0,l), +(284,516,l), +(127,516,l), +(166,700,l), +(137,697,l), +(99,516,l), +(55,516,l), +(50,492,l), +(94,492,l), +(6,70,ls), +(-5,18,o), +(11,0,o), +(47,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,616,o), +(312,625,o), +(312,639,cs), +(312,653,o), +(302,662,o), +(289,662,cs), +(276,662,o), +(266,653,o), +(266,639,cs), +(266,625,o), +(276,616,o), +(289,616,cs) +); +} +); +width = 291; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (61,0); +}, +{ +name = bottom_2; +pos = (318,0); +}, +{ +name = caret_1; +pos = (246,0); +}, +{ +name = center_1; +pos = (117,271); +}, +{ +name = center_2; +pos = (374,271); +}, +{ +name = top_1; +pos = (217,751); +}, +{ +name = top_2; +pos = (474,751); +}, +{ +name = topright_1; +pos = (577,729); +}, +{ +name = topright_2; +pos = (577,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(232,134,l), +(218,133,ls), +(192,131,o), +(186,139,o), +(192,166,cs), +(240,399,l), +(326,399,l), +(243,0,l), +(419,0,l), +(532,541,l), +(271,541,l), +(300,683,l), +(121,668,l), +(94,539,l), +(57,541,l), +(27,399,l), +(65,401,l), +(11,136,ls), +(-8,44,o), +(23,0,o), +(124,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(523,586,o), +(562,621,o), +(562,673,cs), +(562,720,o), +(531,751,o), +(477,751,cs), +(417,751,o), +(378,716,o), +(378,664,cs), +(378,617,o), +(409,586,o), +(463,586,cs) +); +} +); +width = 502; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (57,0); +}, +{ +name = bottom_2; +pos = (324,0); +}, +{ +name = caret_1; +pos = (245,0); +}, +{ +name = center_1; +pos = (111,259); +}, +{ +name = center_2; +pos = (378,259); +}, +{ +name = top_1; +pos = (200,690); +}, +{ +name = top_2; +pos = (467,690); +}, +{ +name = topright_1; +pos = (588,729); +}, +{ +name = topright_2; +pos = (588,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(216,0,l), +(223,33,l), +(176,33,ls), +(123,33,o), +(96,46,o), +(110,111,cs), +(188,485,l), +(437,485,l), +(336,0,l), +(371,0,l), +(480,517,l), +(194,517,l), +(230,690,l), +(193,681,l), +(159,517,l), +(54,517,l), +(48,485,l), +(152,485,l), +(74,108,ls), +(59,34,o), +(90,0,o), +(161,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(509,625,o), +(522,639,o), +(522,658,cs), +(522,676,o), +(509,687,o), +(493,687,cs), +(473,687,o), +(460,673,o), +(460,654,cs), +(460,636,o), +(473,625,o), +(489,625,cs) +); +} +); +width = 511; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (95,0); +}, +{ +name = bottom_2; +pos = (456,0); +}, +{ +name = caret_1; +pos = (332,0); +}, +{ +name = center_1; +pos = (151,272); +}, +{ +name = center_2; +pos = (512,272); +}, +{ +name = top_1; +pos = (251,755); +}, +{ +name = top_2; +pos = (612,755); +}, +{ +name = topright_1; +pos = (767,729); +}, +{ +name = topright_2; +pos = (767,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,0,l), +(340,153,l), +(285,153,ls), +(257,153,o), +(243,160,o), +(249,188,cs), +(292,391,l), +(470,391,l), +(388,0,l), +(579,0,l), +(694,544,l), +(324,544,l), +(356,699,l), +(164,683,l), +(135,544,l), +(45,544,l), +(13,391,l), +(103,391,l), +(55,166,ls), +(34,66,o), +(77,0,o), +(194,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(682,589,o), +(724,624,o), +(724,676,cs), +(724,723,o), +(691,755,o), +(631,755,cs), +(567,755,o), +(525,720,o), +(525,668,cs), +(525,621,o), +(558,589,o), +(618,589,cs) +); +} +); +width = 692; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (60,0); +}, +{ +name = bottom_2; +pos = (307,0); +}, +{ +name = caret_1; +pos = (238,0); +}, +{ +name = center_1; +pos = (114,259); +}, +{ +name = center_2; +pos = (361,259); +}, +{ +name = top_1; +pos = (203,690); +}, +{ +name = top_2; +pos = (450,690); +}, +{ +name = topright_1; +pos = (562,729); +}, +{ +name = topright_2; +pos = (562,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(244,0,l), +(252,36,l), +(175,36,ls), +(132,36,o), +(110,49,o), +(121,102,cs), +(202,485,l), +(430,485,l), +(329,0,l), +(365,0,l), +(473,517,l), +(208,517,l), +(245,690,l), +(206,681,l), +(171,517,l), +(55,517,l), +(49,485,l), +(165,485,l), +(83,94,ls), +(68,20,o), +(118,0,o), +(168,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(502,625,o), +(515,639,o), +(515,658,cs), +(515,676,o), +(502,687,o), +(486,687,cs), +(466,687,o), +(453,673,o), +(453,654,cs), +(453,636,o), +(466,625,o), +(482,625,cs) +); +} +); +width = 485; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (132,0); +}, +{ +name = bottom_2; +pos = (515,0); +}, +{ +name = caret_1; +pos = (379,0); +}, +{ +name = center_1; +pos = (188,272); +}, +{ +name = center_2; +pos = (571,272); +}, +{ +name = top_1; +pos = (288,754); +}, +{ +name = top_2; +pos = (671,754); +}, +{ +name = topright_1; +pos = (837,729); +}, +{ +name = topright_2; +pos = (837,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(377,0,l), +(416,186,l), +(329,186,ls), +(300,186,o), +(291,195,o), +(297,223,cs), +(329,379,l), +(522,379,l), +(443,0,l), +(662,0,l), +(775,544,l), +(363,544,l), +(399,710,l), +(175,669,l), +(149,544,l), +(57,544,l), +(22,379,l), +(114,379,l), +(71,171,ls), +(46,52,o), +(109,0,o), +(223,0,cs) ); }, { closed = 1; nodes = ( -(769,586,o), -(815,619,o), -(815,677,cs), -(815,725,o), -(778,754,o), -(702,754,cs), -(621,754,o), -(575,721,o), -(575,663,cs), -(575,615,o), -(612,586,o), -(688,586,cs) +(765,586,o), +(811,619,o), +(811,677,cs), +(811,725,o), +(774,754,o), +(698,754,cs), +(617,754,o), +(571,721,o), +(571,663,cs), +(571,615,o), +(608,586,o), +(684,586,cs) ); } ); -width = 766; +width = 732; } ); metricLeft = t; diff --git a/sources/MonaSans.glyphspackage/glyphs/t_i.liga.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/t_i.liga.ss01.glyph index be9101b5..945f1c53 100644 --- a/sources/MonaSans.glyphspackage/glyphs/t_i.liga.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/t_i.liga.ss01.glyph @@ -1,7 +1,7 @@ { glyphname = t_i.liga.ss01; -kernLeft = t; -kernRight = i; +kernLeft = KO_t_t.liga; +kernRight = KO_t_i.liga; layers = ( { anchors = ( @@ -87,39 +87,39 @@ width = 318; anchors = ( { name = bottom_1; -pos = (128,0); +pos = (136,0); }, { name = bottom_2; -pos = (384,0); +pos = (392,0); }, { name = caret_1; -pos = (256,0); +pos = (264,0); }, { name = center_1; -pos = (128,271); +pos = (136,271); }, { name = center_2; -pos = (384,271); +pos = (392,271); }, { name = top_1; -pos = (128,729); +pos = (136,729); }, { name = top_2; -pos = (384,729); +pos = (392,729); }, { name = topright_1; -pos = (492,729); +pos = (500,729); }, { name = topright_2; -pos = (492,729); +pos = (500,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -127,361 +127,361 @@ shapes = ( { closed = 1; nodes = ( -(270,0,l), -(270,132,l), -(246,132,ls), -(228,132,o), -(225,137,o), -(225,160,cs), -(225,398,l), -(308,398,l), -(308,0,l), -(485,0,l), -(485,541,l), -(225,541,l), -(225,683,l), -(49,668,l), -(49,539,l), -(11,541,l), -(11,398,l), -(49,401,l), -(49,124,ls), -(49,40,o), -(87,0,o), -(176,0,cs) +(278,0,l), +(278,132,l), +(254,132,ls), +(236,132,o), +(233,137,o), +(233,160,cs), +(233,398,l), +(316,398,l), +(316,0,l), +(493,0,l), +(493,541,l), +(233,541,l), +(233,683,l), +(57,668,l), +(57,539,l), +(19,541,l), +(19,398,l), +(57,401,l), +(57,124,ls), +(57,40,o), +(95,0,o), +(184,0,cs) ); }, { closed = 1; nodes = ( -(485,598,l), -(485,729,l), -(308,729,l), -(308,598,l) +(493,598,l), +(493,729,l), +(316,729,l), +(316,598,l) ); } ); -width = 512; +width = 528; }, { anchors = ( { name = bottom_1; -pos = (135,0); +pos = (125,0); }, { name = bottom_2; -pos = (404,0); +pos = (376,0); }, { name = caret_1; -pos = (269.5,0); +pos = (250.5,0); }, { name = center_1; -pos = (135,259); +pos = (125,259); }, { name = center_2; -pos = (404,259); +pos = (376,259); }, { name = top_1; -pos = (135,729); +pos = (125,729); }, { name = top_2; -pos = (404,729); +pos = (376,729); }, { name = topright_1; -pos = (519,729); +pos = (481,729); }, { name = topright_2; -pos = (519,729); +pos = (481,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(298,0,l), -(298,36,l), -(228,36,ls), -(185,36,o), -(166,56,o), -(166,101,cs), +(311,0,l), +(311,36,l), +(232,36,ls), +(184,36,o), +(166,58,o), +(166,106,cs), (166,485,l), -(417,485,l), -(417,0,l), -(454,0,l), -(454,517,l), -(165,517,l), -(165,690,l), +(398,485,l), +(398,0,l), +(435,0,l), +(435,517,l), +(166,517,l), +(166,690,l), (129,681,l), (129,517,l), -(22,517,l), -(22,485,l), +(11,517,l), +(11,485,l), (129,485,l), -(129,97,ls), -(129,28,o), -(165,0,o), -(225,0,cs) +(129,103,ls), +(129,32,o), +(162,0,o), +(233,0,cs) ); }, { closed = 1; nodes = ( -(454,613,l), -(454,729,l), -(417,729,l), -(417,613,l) +(435,615,l), +(435,729,l), +(398,729,l), +(398,615,l) ); } ); -width = 539; +width = 501; }, { anchors = ( { name = bottom_1; -pos = (181,0); +pos = (198,0); }, { name = bottom_2; -pos = (542,0); +pos = (583,0); }, { name = caret_1; -pos = (361,0); +pos = (391,0); }, { name = center_1; -pos = (181,272); +pos = (198,272); }, { name = center_2; -pos = (542,272); +pos = (583,272); }, { name = top_1; -pos = (181,729); +pos = (198,729); }, { name = top_2; -pos = (542,729); +pos = (583,729); }, { name = topright_1; -pos = (702,729); +pos = (755,729); }, { name = topright_2; -pos = (702,729); +pos = (755,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(398,0,l), -(398,153,l), -(338,153,ls), -(315,153,o), -(299,160,o), -(299,188,cs), -(299,391,l), -(477,391,l), -(477,0,l), -(668,0,l), -(668,544,l), -(299,544,l), -(299,699,l), -(108,683,l), -(108,544,l), -(17,544,l), -(17,391,l), -(108,391,l), -(108,152,ls), -(108,47,o), -(153,0,o), -(259,0,cs) +(449,0,l), +(449,186,l), +(359,186,ls), +(336,186,o), +(320,193,o), +(320,221,cs), +(320,379,l), +(511,379,l), +(511,0,l), +(732,0,l), +(732,544,l), +(320,544,l), +(320,710,l), +(103,669,l), +(103,544,l), +(10,544,l), +(10,379,l), +(103,379,l), +(103,155,ls), +(103,55,o), +(156,0,o), +(257,0,cs) ); }, { closed = 1; nodes = ( -(668,601,l), -(668,729,l), -(477,729,l), -(477,601,l) +(732,600,l), +(732,729,l), +(511,729,l), +(511,600,l) ); } ); -width = 722; +width = 781; }, { anchors = ( { name = bottom_1; -pos = (125,0); +pos = (136,0); }, { name = bottom_2; -pos = (376,0); +pos = (399,0); }, { name = caret_1; -pos = (250.5,0); +pos = (267,0); }, { name = center_1; -pos = (125,259); +pos = (136,259); }, { name = center_2; -pos = (376,259); +pos = (399,259); }, { name = top_1; -pos = (125,729); +pos = (136,729); }, { name = top_2; -pos = (376,729); +pos = (399,729); }, { name = topright_1; -pos = (481,729); +pos = (512,729); }, { name = topright_2; -pos = (481,729); +pos = (512,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(311,0,l), -(311,36,l), -(232,36,ls), +(295,0,l), +(295,36,l), +(227,36,ls), (184,36,o), -(166,58,o), -(166,106,cs), -(166,485,l), -(398,485,l), -(398,0,l), -(435,0,l), -(435,517,l), -(166,517,l), -(166,690,l), -(129,681,l), -(129,517,l), -(11,517,l), -(11,485,l), -(129,485,l), -(129,103,ls), -(129,32,o), -(162,0,o), -(233,0,cs) +(165,56,o), +(165,101,cs), +(165,485,l), +(412,485,l), +(412,0,l), +(448,0,l), +(448,517,l), +(164,517,l), +(164,690,l), +(130,681,l), +(130,517,l), +(25,517,l), +(25,485,l), +(130,485,l), +(130,97,ls), +(130,28,o), +(164,0,o), +(224,0,cs) ); }, { closed = 1; nodes = ( -(435,615,l), -(435,729,l), -(398,729,l), -(398,615,l) +(448,613,l), +(448,729,l), +(412,729,l), +(412,613,l) ); } ); -width = 501; +width = 534; }, { anchors = ( { name = bottom_1; -pos = (192,0); +pos = (175,0); }, { name = bottom_2; -pos = (577,0); +pos = (527,0); }, { name = caret_1; -pos = (384.5,0); +pos = (350,0); }, { name = center_1; -pos = (192,272); +pos = (175,272); }, { name = center_2; -pos = (577,272); +pos = (527,272); }, { name = top_1; -pos = (192,729); +pos = (175,729); }, { name = top_2; -pos = (577,729); +pos = (527,729); }, { name = topright_1; -pos = (749,729); +pos = (682,729); }, { name = topright_2; -pos = (749,729); +pos = (682,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(443,0,l), -(443,186,l), -(353,186,ls), -(330,186,o), -(314,193,o), -(314,221,cs), -(314,379,l), -(505,379,l), -(505,0,l), -(726,0,l), -(726,544,l), -(314,544,l), -(314,710,l), -(97,669,l), -(97,544,l), -(4,544,l), -(4,379,l), -(97,379,l), -(97,155,ls), -(97,55,o), -(150,0,o), -(251,0,cs) +(386,0,l), +(386,153,l), +(329,153,ls), +(308,153,o), +(292,160,o), +(292,188,cs), +(292,391,l), +(461,391,l), +(461,0,l), +(650,0,l), +(650,544,l), +(292,544,l), +(292,699,l), +(103,683,l), +(103,544,l), +(16,544,l), +(16,391,l), +(103,391,l), +(103,152,ls), +(103,47,o), +(147,0,o), +(250,0,cs) ); }, { closed = 1; nodes = ( -(726,600,l), -(726,729,l), -(505,729,l), -(505,600,l) +(650,601,l), +(650,729,l), +(461,729,l), +(461,601,l) ); } ); -width = 769; +width = 702; }, { anchors = ( @@ -567,39 +567,39 @@ width = 320; anchors = ( { name = bottom_1; -pos = (72,0); +pos = (80,0); }, { name = bottom_2; -pos = (328,0); +pos = (336,0); }, { name = caret_1; -pos = (256,0); +pos = (264,0); }, { name = center_1; -pos = (128,271); +pos = (136,271); }, { name = center_2; -pos = (384,271); +pos = (392,271); }, { name = top_1; -pos = (223,729); +pos = (231,729); }, { name = top_2; -pos = (479,729); +pos = (487,729); }, { name = topright_1; -pos = (587,729); +pos = (595,729); }, { name = topright_2; -pos = (587,729); +pos = (595,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -607,41 +607,41 @@ shapes = ( { closed = 1; nodes = ( -(215,0,l), -(243,134,l), -(229,133,ls), -(203,131,o), -(197,139,o), -(203,166,cs), -(252,399,l), -(336,399,l), -(253,0,l), -(429,0,l), -(542,541,l), -(281,541,l), -(311,683,l), -(132,668,l), -(105,539,l), -(68,541,l), -(38,399,l), -(76,401,l), -(22,136,ls), -(3,44,o), -(34,0,o), -(135,0,cs) +(223,0,l), +(251,134,l), +(237,133,ls), +(211,131,o), +(205,139,o), +(211,166,cs), +(260,399,l), +(344,399,l), +(261,0,l), +(437,0,l), +(550,541,l), +(289,541,l), +(319,683,l), +(140,668,l), +(113,539,l), +(76,541,l), +(46,399,l), +(84,401,l), +(30,136,ls), +(11,44,o), +(42,0,o), +(143,0,cs) ); }, { closed = 1; nodes = ( -(554,598,l), -(581,729,l), -(405,729,l), -(378,598,l) +(562,598,l), +(589,729,l), +(413,729,l), +(386,598,l) ); } ); -width = 512; +width = 528; }, { anchors = ( @@ -887,39 +887,39 @@ width = 497; anchors = ( { name = bottom_1; -pos = (136,0); +pos = (142,0); }, { name = bottom_2; -pos = (520,0); +pos = (526,0); }, { name = caret_1; -pos = (384,0); +pos = (390,0); }, { name = center_1; -pos = (192,272); +pos = (198,272); }, { name = center_2; -pos = (576,272); +pos = (582,272); }, { name = top_1; -pos = (287,730); +pos = (293,730); }, { name = top_2; -pos = (671,730); +pos = (677,730); }, { name = topright_1; -pos = (843,729); +pos = (849,729); }, { name = topright_2; -pos = (843,729); +pos = (849,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -927,41 +927,1001 @@ shapes = ( { closed = 1; nodes = ( -(381,0,l), -(420,186,l), -(333,186,ls), -(304,186,o), -(295,195,o), -(301,223,cs), -(333,379,l), -(528,379,l), -(449,0,l), -(668,0,l), -(781,544,l), -(367,544,l), -(403,710,l), -(179,669,l), -(153,544,l), -(61,544,l), -(26,379,l), -(118,379,l), -(75,171,ls), -(50,52,o), -(113,0,o), -(227,0,cs) +(387,0,l), +(426,186,l), +(339,186,ls), +(310,186,o), +(301,195,o), +(307,223,cs), +(339,379,l), +(534,379,l), +(455,0,l), +(674,0,l), +(787,544,l), +(373,544,l), +(409,710,l), +(185,669,l), +(159,544,l), +(67,544,l), +(32,379,l), +(124,379,l), +(81,171,ls), +(56,52,o), +(119,0,o), +(233,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(798,601,l), +(824,730,l), +(605,730,l), +(579,601,l) +); +} +); +width = 780; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (70,0); +}, +{ +name = bottom_2; +pos = (229,0); +}, +{ +name = caret_1; +pos = (149,0); +}, +{ +name = center_1; +pos = (70,258); +}, +{ +name = center_2; +pos = (229,258); +}, +{ +name = top_1; +pos = (70,729); +}, +{ +name = top_2; +pos = (229,729); +}, +{ +name = topright_1; +pos = (288,729); +}, +{ +name = topright_2; +pos = (288,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,0,l), +(136,29,l), +(109,29,ls), +(86,29,o), +(82,41,o), +(82,64,cs), +(82,492,l), +(219,492,l), +(219,0,l), +(248,0,l), +(248,516,l), +(82,516,l), +(82,700,l), +(53,697,l), +(53,516,l), +(8,516,l), +(8,492,l), +(53,492,l), +(53,56,ls), +(53,14,o), +(72,0,o), +(105,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(248,614,l), +(248,729,l), +(219,729,l), +(219,614,l) +); +} +); +width = 284; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (121,0); +}, +{ +name = bottom_2; +pos = (377,0); +}, +{ +name = caret_1; +pos = (249,0); +}, +{ +name = center_1; +pos = (121,271); +}, +{ +name = center_2; +pos = (377,271); +}, +{ +name = top_1; +pos = (121,729); +}, +{ +name = top_2; +pos = (377,729); +}, +{ +name = topright_1; +pos = (485,729); +}, +{ +name = topright_2; +pos = (485,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,0,l), +(263,132,l), +(239,132,ls), +(221,132,o), +(218,137,o), +(218,160,cs), +(218,398,l), +(301,398,l), +(301,0,l), +(478,0,l), +(478,541,l), +(218,541,l), +(218,683,l), +(42,668,l), +(42,539,l), +(4,541,l), +(4,398,l), +(42,401,l), +(42,124,ls), +(42,40,o), +(80,0,o), +(169,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(478,598,l), +(478,729,l), +(301,729,l), +(301,598,l) +); +} +); +width = 494; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (115,0); +}, +{ +name = bottom_2; +pos = (384,0); +}, +{ +name = caret_1; +pos = (250,0); +}, +{ +name = center_1; +pos = (115,259); +}, +{ +name = center_2; +pos = (384,259); +}, +{ +name = top_1; +pos = (115,729); +}, +{ +name = top_2; +pos = (384,729); +}, +{ +name = topright_1; +pos = (499,729); +}, +{ +name = topright_2; +pos = (499,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,0,l), +(278,36,l), +(208,36,ls), +(165,36,o), +(146,56,o), +(146,101,cs), +(146,485,l), +(397,485,l), +(397,0,l), +(434,0,l), +(434,517,l), +(145,517,l), +(145,690,l), +(109,681,l), +(109,517,l), +(2,517,l), +(2,485,l), +(109,485,l), +(109,97,ls), +(109,28,o), +(145,0,o), +(205,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(434,613,l), +(434,729,l), +(397,729,l), +(397,613,l) +); +} +); +width = 493; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (164,0); +}, +{ +name = bottom_2; +pos = (525,0); +}, +{ +name = caret_1; +pos = (344,0); +}, +{ +name = center_1; +pos = (164,272); +}, +{ +name = center_2; +pos = (525,272); +}, +{ +name = top_1; +pos = (164,729); +}, +{ +name = top_2; +pos = (525,729); +}, +{ +name = topright_1; +pos = (685,729); +}, +{ +name = topright_2; +pos = (685,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(381,0,l), +(381,153,l), +(321,153,ls), +(298,153,o), +(282,160,o), +(282,188,cs), +(282,391,l), +(460,391,l), +(460,0,l), +(651,0,l), +(651,544,l), +(282,544,l), +(282,699,l), +(91,683,l), +(91,544,l), +(0,544,l), +(0,391,l), +(91,391,l), +(91,152,ls), +(91,47,o), +(136,0,o), +(242,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(651,601,l), +(651,729,l), +(460,729,l), +(460,601,l) +); +} +); +width = 681; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (120,0); +}, +{ +name = bottom_2; +pos = (371,0); +}, +{ +name = caret_1; +pos = (246,0); +}, +{ +name = center_1; +pos = (120,259); +}, +{ +name = center_2; +pos = (371,259); +}, +{ +name = top_1; +pos = (120,729); +}, +{ +name = top_2; +pos = (371,729); +}, +{ +name = topright_1; +pos = (476,729); +}, +{ +name = topright_2; +pos = (476,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(306,0,l), +(306,36,l), +(227,36,ls), +(179,36,o), +(161,58,o), +(161,106,cs), +(161,485,l), +(393,485,l), +(393,0,l), +(430,0,l), +(430,517,l), +(161,517,l), +(161,690,l), +(124,681,l), +(124,517,l), +(6,517,l), +(6,485,l), +(124,485,l), +(124,103,ls), +(124,32,o), +(157,0,o), +(228,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(430,615,l), +(430,729,l), +(393,729,l), +(393,615,l) +); +} +); +width = 486; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (187,0); +}, +{ +name = bottom_2; +pos = (572,0); +}, +{ +name = caret_1; +pos = (380,0); +}, +{ +name = center_1; +pos = (187,272); +}, +{ +name = center_2; +pos = (572,272); +}, +{ +name = top_1; +pos = (187,729); +}, +{ +name = top_2; +pos = (572,729); +}, +{ +name = topright_1; +pos = (744,729); +}, +{ +name = topright_2; +pos = (744,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(438,0,l), +(438,186,l), +(348,186,ls), +(325,186,o), +(309,193,o), +(309,221,cs), +(309,379,l), +(500,379,l), +(500,0,l), +(721,0,l), +(721,544,l), +(309,544,l), +(309,710,l), +(92,669,l), +(92,544,l), +(-1,544,l), +(-1,379,l), +(92,379,l), +(92,155,ls), +(92,55,o), +(145,0,o), +(246,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(721,600,l), +(721,729,l), +(500,729,l), +(500,600,l) +); +} +); +width = 754; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (10,0); +}, +{ +name = bottom_2; +pos = (170,0); +}, +{ +name = caret_1; +pos = (143,0); +}, +{ +name = center_1; +pos = (63,258); +}, +{ +name = center_2; +pos = (223,258); +}, +{ +name = top_1; +pos = (161,729); +}, +{ +name = top_2; +pos = (321,729); +}, +{ +name = topright_1; +pos = (381,729); +}, +{ +name = topright_2; +pos = (381,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(74,0,l), +(80,30,l), +(55,30,ls), +(32,30,o), +(28,41,o), +(37,82,cs), +(122,492,l), +(262,492,l), +(159,0,l), +(188,0,l), +(296,516,l), +(127,516,l), +(166,700,l), +(137,697,l), +(99,516,l), +(55,516,l), +(50,492,l), +(94,492,l), +(6,70,ls), +(-5,18,o), +(11,0,o), +(47,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(314,614,l), +(339,729,l), +(310,729,l), +(286,614,l) +); +} +); +width = 303; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (61,0); +}, +{ +name = bottom_2; +pos = (317,0); +}, +{ +name = caret_1; +pos = (245,0); +}, +{ +name = center_1; +pos = (117,271); +}, +{ +name = center_2; +pos = (373,271); +}, +{ +name = top_1; +pos = (212,729); +}, +{ +name = top_2; +pos = (468,729); +}, +{ +name = topright_1; +pos = (576,729); +}, +{ +name = topright_2; +pos = (576,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(232,134,l), +(218,133,ls), +(192,131,o), +(186,139,o), +(192,166,cs), +(241,399,l), +(325,399,l), +(242,0,l), +(418,0,l), +(531,541,l), +(270,541,l), +(300,683,l), +(121,668,l), +(94,539,l), +(57,541,l), +(27,399,l), +(65,401,l), +(11,136,ls), +(-8,44,o), +(23,0,o), +(124,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(543,598,l), +(570,729,l), +(394,729,l), +(367,598,l) +); +} +); +width = 501; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (52,0); +}, +{ +name = bottom_2; +pos = (309,0); +}, +{ +name = caret_1; +pos = (235,0); +}, +{ +name = center_1; +pos = (106,259); +}, +{ +name = center_2; +pos = (363,259); +}, +{ +name = top_1; +pos = (203,729); +}, +{ +name = top_2; +pos = (460,729); +}, +{ +name = topright_1; +pos = (568,729); +}, +{ +name = topright_2; +pos = (568,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(216,0,l), +(223,33,l), +(176,33,ls), +(123,33,o), +(96,46,o), +(110,111,cs), +(188,485,l), +(417,485,l), +(316,0,l), +(351,0,l), +(460,517,l), +(194,517,l), +(230,690,l), +(193,681,l), +(159,517,l), +(54,517,l), +(48,485,l), +(152,485,l), +(74,108,ls), +(59,34,o), +(90,0,o), +(161,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(480,615,l), +(504,729,l), +(468,729,l), +(444,615,l) +); +} +); +width = 491; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (96,0); +}, +{ +name = bottom_2; +pos = (457,0); +}, +{ +name = caret_1; +pos = (332,0); +}, +{ +name = center_1; +pos = (152,272); +}, +{ +name = center_2; +pos = (513,272); +}, +{ +name = top_1; +pos = (247,729); +}, +{ +name = top_2; +pos = (608,729); +}, +{ +name = topright_1; +pos = (768,729); +}, +{ +name = topright_2; +pos = (768,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,0,l), +(340,153,l), +(285,153,ls), +(257,153,o), +(243,160,o), +(249,188,cs), +(292,391,l), +(471,391,l), +(389,0,l), +(580,0,l), +(695,544,l), +(324,544,l), +(356,699,l), +(164,683,l), +(135,544,l), +(45,544,l), +(13,391,l), +(103,391,l), +(55,166,ls), +(34,66,o), +(77,0,o), +(194,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(709,611,l), +(734,729,l), +(542,729,l), +(517,611,l) +); +} +); +width = 693; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (60,0); +}, +{ +name = bottom_2; +pos = (309,0); +}, +{ +name = caret_1; +pos = (239,0); +}, +{ +name = center_1; +pos = (114,259); +}, +{ +name = center_2; +pos = (363,259); +}, +{ +name = top_1; +pos = (211,729); +}, +{ +name = top_2; +pos = (460,729); +}, +{ +name = topright_1; +pos = (564,729); +}, +{ +name = topright_2; +pos = (564,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,0,l), +(250,35,l), +(188,35,ls), +(135,35,o), +(109,48,o), +(122,111,cs), +(199,485,l), +(432,485,l), +(331,0,l), +(367,0,l), +(475,517,l), +(206,517,l), +(242,690,l), +(204,681,l), +(170,517,l), +(55,517,l), +(49,485,l), +(163,485,l), +(85,108,ls), +(70,34,o), +(106,0,o), +(169,0,cs) +); +}, +{ +closed = 1; +nodes = ( +(495,615,l), +(519,729,l), +(483,729,l), +(459,615,l) +); +} +); +width = 487; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (132,0); +}, +{ +name = bottom_2; +pos = (516,0); +}, +{ +name = caret_1; +pos = (380,0); +}, +{ +name = center_1; +pos = (188,272); +}, +{ +name = center_2; +pos = (572,272); +}, +{ +name = top_1; +pos = (283,730); +}, +{ +name = top_2; +pos = (667,730); +}, +{ +name = topright_1; +pos = (839,729); +}, +{ +name = topright_2; +pos = (839,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(377,0,l), +(416,186,l), +(329,186,ls), +(300,186,o), +(291,195,o), +(297,223,cs), +(329,379,l), +(524,379,l), +(445,0,l), +(664,0,l), +(777,544,l), +(363,544,l), +(399,710,l), +(175,669,l), +(149,544,l), +(57,544,l), +(22,379,l), +(114,379,l), +(71,171,ls), +(46,52,o), +(109,0,o), +(223,0,cs) ); }, { closed = 1; nodes = ( -(792,601,l), -(818,730,l), -(599,730,l), -(573,601,l) +(788,601,l), +(814,730,l), +(595,730,l), +(569,601,l) ); } ); -width = 768; +width = 734; } ); metricLeft = t; diff --git a/sources/MonaSans.glyphspackage/glyphs/t_t.liga.glyph b/sources/MonaSans.glyphspackage/glyphs/t_t.liga.glyph index 8e80ab98..4ec3f289 100644 --- a/sources/MonaSans.glyphspackage/glyphs/t_t.liga.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/t_t.liga.glyph @@ -1,45 +1,45 @@ { glyphname = t_t.liga; -kernLeft = t; -kernRight = t; +kernLeft = KO_t_t.liga; +kernRight = KO_t; layers = ( { anchors = ( { name = bottom_1; -pos = (137,0); +pos = (145,0); }, { name = bottom_2; -pos = (410,0); +pos = (418,0); }, { name = caret_1; -pos = (273,0); +pos = (281,0); }, { name = center_1; -pos = (137,271); +pos = (145,271); }, { name = center_2; -pos = (410,271); +pos = (418,271); }, { name = top_1; -pos = (137,683); +pos = (145,683); }, { name = top_2; -pos = (410,683); +pos = (418,683); }, { name = topright_1; -pos = (526,729); +pos = (534,729); }, { name = topright_2; -pos = (526,729); +pos = (534,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -47,46 +47,46 @@ shapes = ( { closed = 1; nodes = ( -(270,0,l), -(270,132,l), -(246,132,ls), -(228,132,o), -(225,137,o), -(225,160,cs), -(225,399,l), -(308,399,l), -(308,124,ls), -(308,40,o), -(346,0,o), -(435,0,cs), -(529,0,l), -(529,132,l), -(505,132,ls), -(487,132,o), -(484,137,o), -(484,160,cs), -(484,401,l), -(529,398,l), -(529,541,l), -(484,539,l), -(484,683,l), -(308,668,l), -(308,541,l), -(225,541,l), -(225,683,l), -(49,668,l), -(49,539,l), -(11,541,l), -(11,398,l), -(49,401,l), -(49,124,ls), -(49,40,o), -(87,0,o), -(176,0,cs) +(278,0,l), +(278,132,l), +(254,132,ls), +(236,132,o), +(233,137,o), +(233,160,cs), +(233,399,l), +(316,399,l), +(316,124,ls), +(316,40,o), +(354,0,o), +(443,0,cs), +(537,0,l), +(537,132,l), +(513,132,ls), +(495,132,o), +(492,137,o), +(492,160,cs), +(492,401,l), +(537,398,l), +(537,541,l), +(492,539,l), +(492,683,l), +(316,668,l), +(316,541,l), +(233,541,l), +(233,683,l), +(57,668,l), +(57,539,l), +(19,541,l), +(19,398,l), +(57,401,l), +(57,124,ls), +(57,40,o), +(95,0,o), +(184,0,cs) ); } ); -width = 546; +width = 562; }, { anchors = ( @@ -230,82 +230,252 @@ width = 314; anchors = ( { name = bottom_1; -pos = (151,0); +pos = (152,0); }, { name = bottom_2; -pos = (453,0); +pos = (456,0); }, { name = caret_1; -pos = (302,0); +pos = (304,0); }, { name = center_1; -pos = (151,259); +pos = (152,259); }, { name = center_2; -pos = (453,259); +pos = (456,259); }, { name = top_1; -pos = (151,690); +pos = (152,690); }, { name = top_2; -pos = (453,690); +pos = (456,690); }, { name = topright_1; -pos = (584,729); +pos = (588,729); }, { name = topright_2; -pos = (584,729); +pos = (588,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(298,0,l), -(298,36,l), -(228,36,ls), -(185,36,o), -(166,56,o), -(166,101,cs), +(311,0,l), +(311,36,l), +(232,36,ls), +(184,36,o), +(166,58,o), +(166,106,cs), (166,485,l), -(403,485,l), -(403,97,ls), -(403,28,o), -(439,0,o), -(499,0,cs), -(572,0,l), -(572,36,l), -(502,36,ls), -(459,36,o), -(440,56,o), -(440,101,cs), -(440,485,l), -(570,485,l), -(570,517,l), -(439,517,l), -(439,690,l), -(403,681,l), -(403,517,l), -(165,517,l), -(165,690,l), +(407,485,l), +(407,103,ls), +(407,32,o), +(440,0,o), +(511,0,cs), +(589,0,l), +(589,36,l), +(510,36,ls), +(462,36,o), +(444,58,o), +(444,106,cs), +(444,485,l), +(589,485,l), +(589,517,l), +(444,517,l), +(444,690,l), +(407,681,l), +(407,517,l), +(166,517,l), +(166,690,l), (129,681,l), (129,517,l), -(22,517,l), -(22,485,l), +(11,517,l), +(11,485,l), (129,485,l), -(129,97,ls), -(129,28,o), -(165,0,o), -(225,0,cs) +(129,103,ls), +(129,32,o), +(162,0,o), +(233,0,cs) +); +} +); +width = 608; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (225,0); +}, +{ +name = bottom_2; +pos = (662,0); +}, +{ +name = caret_1; +pos = (444,0); +}, +{ +name = center_1; +pos = (225,272); +}, +{ +name = center_2; +pos = (662,272); +}, +{ +name = top_1; +pos = (225,710); +}, +{ +name = top_2; +pos = (662,710); +}, +{ +name = topright_1; +pos = (861,729); +}, +{ +name = topright_2; +pos = (861,729); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(449,0,l), +(449,186,l), +(359,186,ls), +(336,186,o), +(320,193,o), +(320,221,cs), +(320,379,l), +(507,379,l), +(507,155,ls), +(507,55,o), +(560,0,o), +(661,0,cs), +(853,0,l), +(853,186,l), +(763,186,ls), +(740,186,o), +(724,193,o), +(724,221,cs), +(724,379,l), +(853,379,l), +(853,544,l), +(724,544,l), +(724,710,l), +(507,669,l), +(507,544,l), +(320,544,l), +(320,710,l), +(103,669,l), +(103,544,l), +(10,544,l), +(10,379,l), +(103,379,l), +(103,155,ls), +(103,55,o), +(156,0,o), +(257,0,cs) +); +} +); +width = 887; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (151,0); +}, +{ +name = bottom_2; +pos = (447,0); +}, +{ +name = caret_1; +pos = (299,0); +}, +{ +name = center_1; +pos = (151,259); +}, +{ +name = center_2; +pos = (447,259); +}, +{ +name = top_1; +pos = (151,690); +}, +{ +name = top_2; +pos = (447,690); +}, +{ +name = topright_1; +pos = (575,729); +}, +{ +name = topright_2; +pos = (575,729); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(295,0,l), +(295,36,l), +(227,36,ls), +(184,36,o), +(165,56,o), +(165,101,cs), +(165,485,l), +(398,485,l), +(398,97,ls), +(398,28,o), +(434,0,o), +(492,0,cs), +(563,0,l), +(563,36,l), +(495,36,ls), +(452,36,o), +(435,56,o), +(435,101,cs), +(435,485,l), +(561,485,l), +(561,517,l), +(434,517,l), +(434,690,l), +(398,681,l), +(398,517,l), +(164,517,l), +(164,690,l), +(130,681,l), +(130,517,l), +(25,517,l), +(25,485,l), +(130,485,l), +(130,97,ls), +(130,28,o), +(164,0,o), +(224,0,cs) ); } ); @@ -385,45 +555,45 @@ type = Stem; } ); }; -width = 604; +width = 597; }, { anchors = ( { name = bottom_1; -pos = (198,0); +pos = (193,0); }, { name = bottom_2; -pos = (593,0); +pos = (578,0); }, { name = caret_1; -pos = (395.5,0); +pos = (386,0); }, { name = center_1; -pos = (198,272); +pos = (193,272); }, { name = center_2; -pos = (593,272); +pos = (578,272); }, { name = top_1; -pos = (198,699); +pos = (193,699); }, { name = top_2; -pos = (593,699); +pos = (578,699); }, { name = topright_1; -pos = (771,729); +pos = (752,729); }, { name = topright_2; -pos = (771,729); +pos = (752,729); } ); background = { @@ -479,47 +649,47 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(398,0,l), -(398,153,l), -(338,153,ls), -(315,153,o), -(299,160,o), -(299,188,cs), -(299,391,l), -(466,391,l), -(466,152,ls), -(466,47,o), -(511,0,o), -(617,0,cs), -(756,0,l), -(756,153,l), -(696,153,ls), -(673,153,o), -(657,160,o), -(657,188,cs), -(657,391,l), -(756,391,l), -(756,544,l), -(657,544,l), -(657,699,l), -(466,683,l), -(466,544,l), -(299,544,l), -(299,699,l), -(108,683,l), -(108,544,l), -(17,544,l), -(17,391,l), -(108,391,l), -(108,152,ls), -(108,47,o), -(153,0,o), -(259,0,cs) +(388,0,l), +(388,153,l), +(330,153,ls), +(308,153,o), +(293,160,o), +(293,188,cs), +(293,391,l), +(453,391,l), +(453,152,ls), +(453,47,o), +(497,0,o), +(601,0,cs), +(738,0,l), +(738,153,l), +(679,153,ls), +(657,153,o), +(643,160,o), +(643,188,cs), +(643,391,l), +(738,391,l), +(738,544,l), +(643,544,l), +(643,699,l), +(453,683,l), +(453,544,l), +(293,544,l), +(293,699,l), +(104,683,l), +(104,544,l), +(16,544,l), +(16,391,l), +(104,391,l), +(104,152,ls), +(104,47,o), +(148,0,o), +(251,0,cs) ); } ); @@ -527,388 +697,218 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = t; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = t; }; -width = 791; +width = 770; }, { anchors = ( { name = bottom_1; -pos = (152,0); +pos = (25,0); }, { name = bottom_2; -pos = (456,0); +pos = (180,0); }, { name = caret_1; -pos = (304,0); +pos = (155.5,0); }, { name = center_1; -pos = (152,259); +pos = (78,258); }, { name = center_2; -pos = (456,259); +pos = (233,258); }, { name = top_1; -pos = (152,690); +pos = (170,700); }, { name = top_2; -pos = (456,690); +pos = (325,700); }, { name = topright_1; -pos = (588,729); +pos = (389,729); }, { name = topright_2; -pos = (588,729); +pos = (389,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(311,0,l), -(311,36,l), -(232,36,ls), -(184,36,o), -(166,58,o), -(166,106,cs), -(166,485,l), -(407,485,l), -(407,103,ls), -(407,32,o), -(440,0,o), -(511,0,cs), -(589,0,l), -(589,36,l), -(510,36,ls), -(462,36,o), -(444,58,o), -(444,106,cs), -(444,485,l), -(589,485,l), -(589,517,l), -(444,517,l), -(444,690,l), -(407,681,l), -(407,517,l), -(166,517,l), -(166,690,l), -(129,681,l), -(129,517,l), -(11,517,l), -(11,485,l), -(129,485,l), -(129,103,ls), -(129,32,o), -(162,0,o), -(233,0,cs) +(91,0,l), +(97,30,l), +(72,30,ls), +(49,30,o), +(45,41,o), +(54,82,cs), +(139,492,l), +(261,492,l), +(173,70,ls), +(162,18,o), +(177,0,o), +(213,0,cs), +(241,0,l), +(247,30,l), +(222,30,ls), +(198,30,o), +(195,41,o), +(203,82,cs), +(289,492,l), +(344,492,l), +(349,516,l), +(293,516,l), +(333,700,l), +(304,697,l), +(266,516,l), +(144,516,l), +(183,700,l), +(154,697,l), +(116,516,l), +(72,516,l), +(67,492,l), +(111,492,l), +(23,70,ls), +(13,18,o), +(28,0,o), +(64,0,cs) ); } ); -width = 608; +width = 311; }, { anchors = ( { name = bottom_1; -pos = (219,0); +pos = (89,0); }, { name = bottom_2; -pos = (656,0); +pos = (362,0); }, { name = caret_1; -pos = (437.5,0); +pos = (282,0); }, { name = center_1; -pos = (219,272); +pos = (145,271); }, { name = center_2; -pos = (656,272); +pos = (418,271); }, { name = top_1; -pos = (219,710); +pos = (230,683); }, { name = top_2; -pos = (656,710); +pos = (503,683); }, { name = topright_1; -pos = (855,729); +pos = (630,729); }, { name = topright_2; -pos = (855,729); +pos = (630,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { closed = 1; nodes = ( -(443,0,l), -(443,186,l), -(353,186,ls), -(330,186,o), -(314,193,o), -(314,221,cs), -(314,379,l), -(501,379,l), -(501,155,ls), -(501,55,o), -(554,0,o), -(655,0,cs), -(847,0,l), -(847,186,l), -(757,186,ls), -(734,186,o), -(718,193,o), -(718,221,cs), -(718,379,l), -(847,379,l), -(847,544,l), -(718,544,l), -(718,710,l), -(501,669,l), -(501,544,l), -(314,544,l), -(314,710,l), -(97,669,l), -(97,544,l), -(4,544,l), -(4,379,l), -(97,379,l), -(97,155,ls), -(97,55,o), -(150,0,o), -(251,0,cs) +(223,0,l), +(251,134,l), +(237,133,ls), +(211,131,o), +(205,139,o), +(211,166,cs), +(260,401,l), +(344,401,l), +(289,136,ls), +(270,44,o), +(301,0,o), +(402,0,cs), +(482,0,l), +(511,134,l), +(497,133,ls), +(470,131,o), +(464,139,o), +(470,166,cs), +(519,401,l), +(565,399,l), +(594,541,l), +(549,539,l), +(578,683,l), +(400,668,l), +(372,539,l), +(289,539,l), +(319,683,l), +(140,668,l), +(113,539,l), +(76,541,l), +(46,399,l), +(84,401,l), +(30,136,ls), +(11,44,o), +(42,0,o), +(143,0,cs) ); } ); -width = 875; +width = 563; }, { anchors = ( { name = bottom_1; -pos = (25,0); +pos = (91,0); }, { name = bottom_2; -pos = (180,0); +pos = (381,0); }, { name = caret_1; -pos = (155.5,0); +pos = (290,0); }, { name = center_1; -pos = (78,258); +pos = (145,259); }, { name = center_2; -pos = (233,258); +pos = (435,259); }, { name = top_1; -pos = (170,700); +pos = (234,690); }, { name = top_2; -pos = (325,700); +pos = (524,690); }, { name = topright_1; -pos = (389,729); +pos = (657,729); }, { name = topright_2; -pos = (389,729); +pos = (657,729); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,0,l), -(97,30,l), -(72,30,ls), -(49,30,o), -(45,41,o), -(54,82,cs), -(139,492,l), -(261,492,l), -(173,70,ls), -(162,18,o), -(177,0,o), -(213,0,cs), -(241,0,l), -(247,30,l), -(222,30,ls), -(198,30,o), -(195,41,o), -(203,82,cs), -(289,492,l), -(344,492,l), -(349,516,l), -(293,516,l), -(333,700,l), -(304,697,l), -(266,516,l), -(144,516,l), -(183,700,l), -(154,697,l), -(116,516,l), -(72,516,l), -(67,492,l), -(111,492,l), -(23,70,ls), -(13,18,o), -(28,0,o), -(64,0,cs) -); -} -); -width = 311; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (81,0); -}, -{ -name = bottom_2; -pos = (354,0); -}, -{ -name = caret_1; -pos = (273.5,0); -}, -{ -name = center_1; -pos = (137,271); -}, -{ -name = center_2; -pos = (410,271); -}, -{ -name = top_1; -pos = (222,683); -}, -{ -name = top_2; -pos = (495,683); -}, -{ -name = topright_1; -pos = (622,729); -}, -{ -name = topright_2; -pos = (622,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,0,l), -(243,134,l), -(229,133,ls), -(203,131,o), -(197,139,o), -(203,166,cs), -(252,401,l), -(336,401,l), -(281,136,ls), -(262,44,o), -(293,0,o), -(394,0,cs), -(474,0,l), -(503,134,l), -(489,133,ls), -(462,131,o), -(456,139,o), -(462,166,cs), -(511,401,l), -(557,399,l), -(586,541,l), -(541,539,l), -(570,683,l), -(392,668,l), -(364,539,l), -(281,539,l), -(311,683,l), -(132,668,l), -(105,539,l), -(68,541,l), -(38,399,l), -(76,401,l), -(22,136,ls), -(3,44,o), -(34,0,o), -(135,0,cs) -); -} -); -width = 547; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (91,0); -}, -{ -name = bottom_2; -pos = (381,0); -}, -{ -name = caret_1; -pos = (290,0); -}, -{ -name = center_1; -pos = (145,259); -}, -{ -name = center_2; -pos = (435,259); -}, -{ -name = top_1; -pos = (234,690); -}, -{ -name = top_2; -pos = (524,690); -}, -{ -name = topright_1; -pos = (657,729); -}, -{ -name = topright_2; -pos = (657,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { closed = 1; @@ -1128,39 +1128,39 @@ width = 595; anchors = ( { name = bottom_1; -pos = (159,0); +pos = (165,0); }, { name = bottom_2; -pos = (588,0); +pos = (594,0); }, { name = caret_1; -pos = (429,0); +pos = (435,0); }, { name = center_1; -pos = (215,272); +pos = (221,272); }, { name = center_2; -pos = (644,272); +pos = (650,272); }, { name = top_1; -pos = (306,710); +pos = (312,710); }, { name = top_2; -pos = (735,710); +pos = (741,710); }, { name = topright_1; -pos = (933,729); +pos = (939,729); }, { name = topright_2; -pos = (933,729); +pos = (939,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -1168,46 +1168,1252 @@ shapes = ( { closed = 1; nodes = ( -(381,0,l), -(420,186,l), -(333,186,ls), -(304,186,o), -(295,195,o), -(301,223,cs), -(333,379,l), -(510,379,l), -(467,171,ls), -(442,52,o), -(505,0,o), -(619,0,cs), -(773,0,l), -(812,186,l), -(725,186,ls), -(696,186,o), -(687,195,o), -(693,223,cs), -(725,379,l), -(853,379,l), -(887,544,l), -(759,544,l), -(795,710,l), -(571,669,l), -(545,544,l), -(367,544,l), -(403,710,l), -(179,669,l), -(153,544,l), -(61,544,l), -(26,379,l), -(118,379,l), -(75,171,ls), -(50,52,o), -(113,0,o), -(227,0,cs) +(387,0,l), +(426,186,l), +(339,186,ls), +(310,186,o), +(301,195,o), +(307,223,cs), +(339,379,l), +(516,379,l), +(473,171,ls), +(448,52,o), +(511,0,o), +(625,0,cs), +(779,0,l), +(818,186,l), +(731,186,ls), +(702,186,o), +(693,195,o), +(699,223,cs), +(731,379,l), +(859,379,l), +(893,544,l), +(765,544,l), +(801,710,l), +(577,669,l), +(551,544,l), +(373,544,l), +(409,710,l), +(185,669,l), +(159,544,l), +(67,544,l), +(32,379,l), +(124,379,l), +(81,171,ls), +(56,52,o), +(119,0,o), +(233,0,cs) +); +} +); +width = 870; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (69,0); +}, +{ +name = bottom_2; +pos = (226,0); +}, +{ +name = caret_1; +pos = (147,0); +}, +{ +name = center_1; +pos = (69,258); +}, +{ +name = center_2; +pos = (226,258); +}, +{ +name = top_1; +pos = (69,700); +}, +{ +name = top_2; +pos = (226,700); +}, +{ +name = topright_1; +pos = (284,729); +}, +{ +name = topright_2; +pos = (284,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(129,-5,o), +(140,-3,o), +(147,0,c), +(147,29,l), +(139,25,o), +(124,25,o), +(121,25,cs), +(98,25,o), +(91,36,o), +(91,77,cs), +(91,492,l), +(214,492,l), +(214,65,ls), +(214,14,o), +(231,-5,o), +(270,-5,cs), +(280,-5,o), +(291,-3,o), +(298,0,c), +(298,29,l), +(290,25,o), +(275,25,o), +(272,25,cs), +(249,25,o), +(242,36,o), +(242,77,cs), +(242,492,l), +(298,492,l), +(298,516,l), +(242,516,l), +(242,700,l), +(214,697,l), +(214,516,l), +(91,516,l), +(91,700,l), +(63,697,l), +(63,516,l), +(18,516,l), +(18,492,l), +(63,492,l), +(63,65,ls), +(63,14,o), +(80,-5,o), +(119,-5,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,0,l), +(136,29,l), +(109,29,ls), +(86,29,o), +(82,41,o), +(82,64,cs), +(82,492,l), +(204,492,l), +(204,56,ls), +(204,14,o), +(223,0,o), +(256,0,cs), +(287,0,l), +(287,29,l), +(260,29,ls), +(237,29,o), +(233,41,o), +(233,64,cs), +(233,492,l), +(288,492,l), +(288,516,l), +(233,516,l), +(233,700,l), +(204,697,l), +(204,516,l), +(82,516,l), +(82,700,l), +(53,697,l), +(53,516,l), +(8,516,l), +(8,492,l), +(53,492,l), +(53,56,ls), +(53,14,o), +(72,0,o), +(105,0,cs) +); +} +); +width = 294; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (130,0); +}, +{ +name = bottom_2; +pos = (403,0); +}, +{ +name = caret_1; +pos = (266,0); +}, +{ +name = center_1; +pos = (130,271); +}, +{ +name = center_2; +pos = (403,271); +}, +{ +name = top_1; +pos = (130,683); +}, +{ +name = top_2; +pos = (403,683); +}, +{ +name = topright_1; +pos = (519,729); +}, +{ +name = topright_2; +pos = (519,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,0,l), +(263,132,l), +(239,132,ls), +(221,132,o), +(218,137,o), +(218,160,cs), +(218,399,l), +(301,399,l), +(301,124,ls), +(301,40,o), +(339,0,o), +(428,0,cs), +(522,0,l), +(522,132,l), +(498,132,ls), +(480,132,o), +(477,137,o), +(477,160,cs), +(477,401,l), +(522,398,l), +(522,541,l), +(477,539,l), +(477,683,l), +(301,668,l), +(301,541,l), +(218,541,l), +(218,683,l), +(42,668,l), +(42,539,l), +(4,541,l), +(4,398,l), +(42,401,l), +(42,124,ls), +(42,40,o), +(80,0,o), +(169,0,cs) +); +} +); +width = 529; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (131,0); +}, +{ +name = bottom_2; +pos = (433,0); +}, +{ +name = caret_1; +pos = (282,0); +}, +{ +name = center_1; +pos = (131,259); +}, +{ +name = center_2; +pos = (433,259); +}, +{ +name = top_1; +pos = (131,690); +}, +{ +name = top_2; +pos = (433,690); +}, +{ +name = topright_1; +pos = (564,729); +}, +{ +name = topright_2; +pos = (564,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,0,l), +(278,36,l), +(208,36,ls), +(165,36,o), +(146,56,o), +(146,101,cs), +(146,485,l), +(383,485,l), +(383,97,ls), +(383,28,o), +(419,0,o), +(479,0,cs), +(552,0,l), +(552,36,l), +(482,36,ls), +(439,36,o), +(420,56,o), +(420,101,cs), +(420,485,l), +(550,485,l), +(550,517,l), +(419,517,l), +(419,690,l), +(383,681,l), +(383,517,l), +(145,517,l), +(145,690,l), +(109,681,l), +(109,517,l), +(2,517,l), +(2,485,l), +(109,485,l), +(109,97,ls), +(109,28,o), +(145,0,o), +(205,0,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = t; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = t; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +42 +); +stem = -2; +target = ( +0, +43 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +1 +); +stem = -2; +target = ( +0, +14 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +17 +); +stem = -2; +target = ( +0, +30 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +17 +); +stem = -2; +target = ( +0, +23 +); +type = Stem; +} +); +}; +width = 559; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (181,0); +}, +{ +name = bottom_2; +pos = (576,0); +}, +{ +name = caret_1; +pos = (379,0); +}, +{ +name = center_1; +pos = (181,272); +}, +{ +name = center_2; +pos = (576,272); +}, +{ +name = top_1; +pos = (181,699); +}, +{ +name = top_2; +pos = (576,699); +}, +{ +name = topright_1; +pos = (754,729); +}, +{ +name = topright_2; +pos = (754,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(322,-10,o), +(375,0,o), +(406,14,c), +(406,156,l), +(390,148,o), +(371,143,o), +(351,143,cs), +(313,143,o), +(292,145,o), +(292,202,cs), +(292,391,l), +(465,391,l), +(465,158,ls), +(465,33,o), +(533,-10,o), +(636,-10,cs), +(686,-10,o), +(739,0,o), +(770,14,c), +(770,156,l), +(754,148,o), +(735,143,o), +(715,143,cs), +(677,143,o), +(656,145,o), +(656,202,cs), +(656,391,l), +(770,391,l), +(770,544,l), +(656,544,l), +(656,710,l), +(465,668,l), +(465,544,l), +(292,544,l), +(292,710,l), +(101,668,l), +(101,544,l), +(17,544,l), +(17,391,l), +(101,391,l), +(101,158,ls), +(101,33,o), +(169,-10,o), +(272,-10,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(381,0,l), +(381,153,l), +(321,153,ls), +(298,153,o), +(282,160,o), +(282,188,cs), +(282,391,l), +(449,391,l), +(449,152,ls), +(449,47,o), +(494,0,o), +(600,0,cs), +(739,0,l), +(739,153,l), +(679,153,ls), +(656,153,o), +(640,160,o), +(640,188,cs), +(640,391,l), +(739,391,l), +(739,544,l), +(640,544,l), +(640,699,l), +(449,683,l), +(449,544,l), +(282,544,l), +(282,699,l), +(91,683,l), +(91,544,l), +(0,544,l), +(0,391,l), +(91,391,l), +(91,152,ls), +(91,47,o), +(136,0,o), +(242,0,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = t; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = t; +}; +width = 753; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (147,0); +}, +{ +name = bottom_2; +pos = (451,0); +}, +{ +name = caret_1; +pos = (299,0); +}, +{ +name = center_1; +pos = (147,259); +}, +{ +name = center_2; +pos = (451,259); +}, +{ +name = top_1; +pos = (147,690); +}, +{ +name = top_2; +pos = (451,690); +}, +{ +name = topright_1; +pos = (583,729); +}, +{ +name = topright_2; +pos = (583,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(306,0,l), +(306,36,l), +(227,36,ls), +(179,36,o), +(161,58,o), +(161,106,cs), +(161,485,l), +(402,485,l), +(402,103,ls), +(402,32,o), +(435,0,o), +(506,0,cs), +(584,0,l), +(584,36,l), +(505,36,ls), +(457,36,o), +(439,58,o), +(439,106,cs), +(439,485,l), +(584,485,l), +(584,517,l), +(439,517,l), +(439,690,l), +(402,681,l), +(402,517,l), +(161,517,l), +(161,690,l), +(124,681,l), +(124,517,l), +(6,517,l), +(6,485,l), +(124,485,l), +(124,103,ls), +(124,32,o), +(157,0,o), +(228,0,cs) +); +} +); +width = 593; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (214,0); +}, +{ +name = bottom_2; +pos = (651,0); +}, +{ +name = caret_1; +pos = (433,0); +}, +{ +name = center_1; +pos = (214,272); +}, +{ +name = center_2; +pos = (651,272); +}, +{ +name = top_1; +pos = (214,710); +}, +{ +name = top_2; +pos = (651,710); +}, +{ +name = topright_1; +pos = (850,729); +}, +{ +name = topright_2; +pos = (850,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(438,0,l), +(438,186,l), +(348,186,ls), +(325,186,o), +(309,193,o), +(309,221,cs), +(309,379,l), +(496,379,l), +(496,155,ls), +(496,55,o), +(549,0,o), +(650,0,cs), +(842,0,l), +(842,186,l), +(752,186,ls), +(729,186,o), +(713,193,o), +(713,221,cs), +(713,379,l), +(842,379,l), +(842,544,l), +(713,544,l), +(713,710,l), +(496,669,l), +(496,544,l), +(309,544,l), +(309,710,l), +(92,669,l), +(92,544,l), +(-1,544,l), +(-1,379,l), +(92,379,l), +(92,155,ls), +(92,55,o), +(145,0,o), +(246,0,cs) +); +} +); +width = 860; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (8,0); +}, +{ +name = bottom_2; +pos = (163,0); +}, +{ +name = caret_1; +pos = (139,0); +}, +{ +name = center_1; +pos = (61,258); +}, +{ +name = center_2; +pos = (216,258); +}, +{ +name = top_1; +pos = (153,700); +}, +{ +name = top_2; +pos = (308,700); +}, +{ +name = topright_1; +pos = (372,729); +}, +{ +name = topright_2; +pos = (372,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(74,0,l), +(80,30,l), +(55,30,ls), +(32,30,o), +(28,41,o), +(37,82,cs), +(122,492,l), +(244,492,l), +(156,70,ls), +(145,18,o), +(160,0,o), +(196,0,cs), +(224,0,l), +(230,30,l), +(205,30,ls), +(181,30,o), +(178,41,o), +(186,82,cs), +(272,492,l), +(327,492,l), +(332,516,l), +(276,516,l), +(316,700,l), +(287,697,l), +(249,516,l), +(127,516,l), +(166,700,l), +(137,697,l), +(99,516,l), +(55,516,l), +(50,492,l), +(94,492,l), +(6,70,ls), +(-4,18,o), +(11,0,o), +(47,0,cs) +); +} +); +width = 279; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (70,0); +}, +{ +name = bottom_2; +pos = (343,0); +}, +{ +name = caret_1; +pos = (263,0); +}, +{ +name = center_1; +pos = (126,271); +}, +{ +name = center_2; +pos = (399,271); +}, +{ +name = top_1; +pos = (211,683); +}, +{ +name = top_2; +pos = (484,683); +}, +{ +name = topright_1; +pos = (611,729); +}, +{ +name = topright_2; +pos = (611,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(232,134,l), +(218,133,ls), +(192,131,o), +(186,139,o), +(192,166,cs), +(241,401,l), +(325,401,l), +(270,136,ls), +(251,44,o), +(282,0,o), +(383,0,cs), +(463,0,l), +(492,134,l), +(478,133,ls), +(451,131,o), +(445,139,o), +(451,166,cs), +(500,401,l), +(546,399,l), +(575,541,l), +(530,539,l), +(559,683,l), +(381,668,l), +(353,539,l), +(270,539,l), +(300,683,l), +(121,668,l), +(94,539,l), +(57,541,l), +(27,399,l), +(65,401,l), +(11,136,ls), +(-8,44,o), +(23,0,o), +(124,0,cs) +); +} +); +width = 525; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (69,0); +}, +{ +name = bottom_2; +pos = (359,0); +}, +{ +name = caret_1; +pos = (268,0); +}, +{ +name = center_1; +pos = (123,259); +}, +{ +name = center_2; +pos = (413,259); +}, +{ +name = top_1; +pos = (212,690); +}, +{ +name = top_2; +pos = (502,690); +}, +{ +name = topright_1; +pos = (635,729); +}, +{ +name = topright_2; +pos = (635,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(216,0,l), +(223,33,l), +(176,33,ls), +(123,33,o), +(96,46,o), +(110,111,cs), +(188,485,l), +(408,485,l), +(330,108,ls), +(315,34,o), +(346,0,o), +(417,0,cs), +(472,0,l), +(479,33,l), +(432,33,ls), +(379,33,o), +(352,46,o), +(366,111,cs), +(444,485,l), +(574,485,l), +(580,517,l), +(450,517,l), +(486,690,l), +(449,681,l), +(415,517,l), +(194,517,l), +(230,690,l), +(193,681,l), +(159,517,l), +(54,517,l), +(48,485,l), +(152,485,l), +(74,108,ls), +(59,34,o), +(90,0,o), +(161,0,cs) +); +} +); +width = 527; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (107,0); +}, +{ +name = bottom_2; +pos = (490,0); +}, +{ +name = caret_1; +pos = (354,0); +}, +{ +name = center_1; +pos = (163,272); +}, +{ +name = center_2; +pos = (546,272); +}, +{ +name = top_1; +pos = (251,699); +}, +{ +name = top_2; +pos = (634,699); +}, +{ +name = topright_1; +pos = (812,729); +}, +{ +name = topright_2; +pos = (812,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,0,l), +(340,153,l), +(285,153,ls), +(257,153,o), +(243,160,o), +(249,188,cs), +(292,391,l), +(439,391,l), +(392,166,ls), +(372,66,o), +(414,0,o), +(531,0,cs), +(644,0,l), +(676,153,l), +(622,153,ls), +(593,153,o), +(580,160,o), +(586,188,cs), +(628,391,l), +(726,391,l), +(758,544,l), +(660,544,l), +(693,699,l), +(501,683,l), +(471,544,l), +(324,544,l), +(356,699,l), +(164,683,l), +(135,544,l), +(45,544,l), +(13,391,l), +(103,391,l), +(55,166,ls), +(34,66,o), +(77,0,o), +(194,0,cs) +); +} +); +width = 708; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (85,0); +}, +{ +name = bottom_2; +pos = (382,0); +}, +{ +name = caret_1; +pos = (288,0); +}, +{ +name = center_1; +pos = (139,259); +}, +{ +name = center_2; +pos = (436,259); +}, +{ +name = top_1; +pos = (228,690); +}, +{ +name = top_2; +pos = (525,690); +}, +{ +name = topright_1; +pos = (662,729); +}, +{ +name = topright_2; +pos = (662,729); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,0,l), +(250,35,l), +(188,35,ls), +(135,35,o), +(109,48,o), +(122,111,cs), +(199,485,l), +(432,485,l), +(354,108,ls), +(339,34,o), +(375,0,o), +(438,0,cs), +(512,0,l), +(519,35,l), +(457,35,ls), +(404,35,o), +(378,48,o), +(391,111,cs), +(468,485,l), +(614,485,l), +(620,517,l), +(475,517,l), +(511,690,l), +(473,681,l), +(439,517,l), +(206,517,l), +(242,690,l), +(204,681,l), +(170,517,l), +(55,517,l), +(49,485,l), +(163,485,l), +(85,108,ls), +(70,34,o), +(106,0,o), +(169,0,cs) +); +} +); +width = 575; +}, +{ +anchors = ( +{ +name = bottom_1; +pos = (155,0); +}, +{ +name = bottom_2; +pos = (584,0); +}, +{ +name = caret_1; +pos = (425,0); +}, +{ +name = center_1; +pos = (211,272); +}, +{ +name = center_2; +pos = (640,272); +}, +{ +name = top_1; +pos = (302,710); +}, +{ +name = top_2; +pos = (731,710); +}, +{ +name = topright_1; +pos = (929,729); +}, +{ +name = topright_2; +pos = (929,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(377,0,l), +(416,186,l), +(329,186,ls), +(300,186,o), +(291,195,o), +(297,223,cs), +(329,379,l), +(506,379,l), +(463,171,ls), +(438,52,o), +(501,0,o), +(615,0,cs), +(769,0,l), +(808,186,l), +(721,186,ls), +(692,186,o), +(683,195,o), +(689,223,cs), +(721,379,l), +(849,379,l), +(883,544,l), +(755,544,l), +(791,710,l), +(567,669,l), +(541,544,l), +(363,544,l), +(399,710,l), +(175,669,l), +(149,544,l), +(57,544,l), +(22,379,l), +(114,379,l), +(71,171,ls), +(46,52,o), +(109,0,o), +(223,0,cs) ); } ); -width = 858; +width = 839; } ); metricLeft = t; diff --git a/sources/MonaSans.glyphspackage/glyphs/tbar.glyph b/sources/MonaSans.glyphspackage/glyphs/tbar.glyph index 288928a9..f0b37135 100644 --- a/sources/MonaSans.glyphspackage/glyphs/tbar.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/tbar.glyph @@ -30,67 +30,67 @@ pos = (-23,-1); ref = strokeshortcomb.t; } ); -width = 301; +width = 317; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = -1; -pos = (14,0); +pos = (11,0); ref = t; }, { -pos = (-4,0); +pos = (-18,0); ref = strokeshortcomb.t; } ); -width = 357; +width = 352; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = -1; -pos = (18,0); +pos = (17,0); ref = t; }, { -pos = (-5,-5); +pos = (-19,-1); ref = strokeshortcomb.t; } ); -width = 468; +width = 513; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = -1; -pos = (11,0); +pos = (14,0); ref = t; }, { -pos = (-18,0); +pos = (2,0); ref = strokeshortcomb.t; } ); -width = 352; +width = 354; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = -1; -pos = (17,0); +pos = (18,0); ref = t; }, { -pos = (-19,-1); +pos = (-1,-5); ref = strokeshortcomb.t; } ); -width = 501; +width = 460; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -120,7 +120,7 @@ pos = (-23,-1); ref = strokeshortcomb.t; } ); -width = 301; +width = 317; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -180,7 +180,187 @@ pos = (-20,-1); ref = strokeshortcomb.t; } ); -width = 498; +width = 510; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (6,0); +ref = t; +}, +{ +pos = (6,0); +ref = strokeshortcomb.t; +} +); +width = 137; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +pos = (7,0); +ref = t; +}, +{ +pos = (-10,-1); +ref = strokeshortcomb.t; +} +); +width = 281; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +pos = (14,0); +ref = t; +}, +{ +pos = (-3,0); +ref = strokeshortcomb.t; +} +); +width = 317; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +pos = (18,0); +ref = t; +}, +{ +pos = (-1,-5); +ref = strokeshortcomb.t; +} +); +width = 426; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +pos = (11,0); +ref = t; +}, +{ +pos = (-13,0); +ref = strokeshortcomb.t; +} +); +width = 332; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +pos = (17,0); +ref = t; +}, +{ +pos = (-14,-1); +ref = strokeshortcomb.t; +} +); +width = 481; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = -1; +pos = (6,0); +ref = t; +}, +{ +pos = (9,0); +ref = strokeshortcomb.t; +} +); +width = 130; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = -1; +pos = (7,0); +ref = t; +}, +{ +pos = (-7,-1); +ref = strokeshortcomb.t; +} +); +width = 279; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = -1; +pos = (14,0); +ref = t; +}, +{ +pos = (7,0); +ref = strokeshortcomb.t; +} +); +width = 305; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +pos = (19,0); +ref = t; +}, +{ +pos = (3,-5); +ref = strokeshortcomb.t; +} +); +width = 407; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +pos = (11,0); +ref = t; +}, +{ +pos = (-19,0); +ref = strokeshortcomb.t; +} +); +width = 329; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = -1; +pos = (18,0); +ref = t; +}, +{ +pos = (-9,-1); +ref = strokeshortcomb.t; +} +); +width = 468; } ); unicode = 359; diff --git a/sources/MonaSans.glyphspackage/glyphs/tcaron.glyph b/sources/MonaSans.glyphspackage/glyphs/tcaron.glyph index 68156ff7..3f9c0f0a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/tcaron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/tcaron.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = tcaron; -kernLeft = t; +kernLeft = KO_t; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (204,0); ref = caroncomb.alt; } ); -width = 287; +width = 303; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = t; }, { -pos = (196,56); +pos = (199,47); ref = caroncomb.alt; } ); width = 330; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = t; }, { -pos = (290,10); +pos = (303,25); ref = caroncomb.alt; } ); -width = 433; +width = 483; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = t; }, { -pos = (199,47); +pos = (198,56); ref = caroncomb.alt; } ); -width = 330; +width = 329; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = t; }, { -pos = (303,25); +pos = (279,10); ref = caroncomb.alt; } ); -width = 471; +width = 416; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (204,0); ref = caroncomb.alt; } ); -width = 287; +width = 303; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (307,25); ref = caroncomb.alt; } ); -width = 466; +width = 478; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = t; +}, +{ +pos = (122,56); +ref = caroncomb.alt; +} +); +width = 184; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = t; +}, +{ +pos = (217,0); +ref = caroncomb.alt; +} +); +width = 293; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = t; +}, +{ +pos = (197,56); +ref = caroncomb.alt; +} +); +width = 284; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +alignment = -1; +pos = (294,10); +ref = caroncomb.alt; +} +); +width = 405; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = t; +}, +{ +pos = (204,47); +ref = caroncomb.alt; +} +); +width = 315; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = t; +}, +{ +pos = (308,25); +ref = caroncomb.alt; +} +); +width = 456; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = t; +}, +{ +pos = (138,56); +ref = caroncomb.alt; +} +); +width = 179; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = t; +}, +{ +pos = (220,0); +ref = caroncomb.alt; +} +); +width = 294; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = t; +}, +{ +pos = (206,56); +ref = caroncomb.alt; +} +); +width = 298; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = t; +}, +{ +pos = (296,10); +ref = caroncomb.alt; +} +); +width = 382; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = t; +}, +{ +pos = (203,47); +ref = caroncomb.alt; +} +); +width = 306; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = t; +}, +{ +pos = (318,25); +ref = caroncomb.alt; +} +); +width = 447; } ); unicode = 357; diff --git a/sources/MonaSans.glyphspackage/glyphs/tcedilla.glyph b/sources/MonaSans.glyphspackage/glyphs/tcedilla.glyph index 58a97a5b..6b6e7f6f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/tcedilla.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/tcedilla.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = tcedilla; -kernLeft = t; +kernLeft = KO_t; +kernRight = KO_t; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (-30,0); ref = cedillacomb; } ); -width = 287; +width = 303; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = t; }, { -pos = (74,0); +pos = (59,0); ref = cedillacomb; } ); width = 330; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = t; }, { -pos = (59,0); +pos = (62,0); ref = cedillacomb; } ); -width = 433; +width = 483; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = t; }, { -pos = (59,0); +pos = (72,0); ref = cedillacomb; } ); -width = 330; +width = 329; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = t; }, { -pos = (62,0); +pos = (56,0); ref = cedillacomb; } ); -width = 471; +width = 416; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (-33,0); ref = cedillacomb; } ); -width = 287; +width = 303; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,165 @@ pos = (54,0); ref = cedillacomb; } ); -width = 466; +width = 478; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = t; +}, +{ +pos = (-13,0); +ref = cedillacomb; +} +); +width = 184; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = t; +}, +{ +pos = (-17,0); +ref = cedillacomb; +} +); +width = 293; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = t; +}, +{ +pos = (75,0); +ref = cedillacomb; +} +); +width = 284; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +alignment = -1; +pos = (63,0); +ref = cedillacomb; +} +); +width = 405; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = t; +}, +{ +pos = (64,0); +ref = cedillacomb; +} +); +width = 315; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = t; +}, +{ +pos = (67,0); +ref = cedillacomb; +} +); +width = 456; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = t; +}, +{ +pos = (4,0); +ref = cedillacomb; +} +); +width = 179; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = t; +}, +{ +pos = (-17,0); +ref = cedillacomb; +} +); +width = 294; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = t; +}, +{ +pos = (99,0); +ref = cedillacomb; +} +); +width = 298; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = t; +}, +{ +pos = (74,0); +ref = cedillacomb; +} +); +width = 382; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = t; +}, +{ +pos = (76,0); +ref = cedillacomb; +} +); +width = 306; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = t; +}, +{ +pos = (65,0); +ref = cedillacomb; +} +); +width = 447; } ); unicode = 355; diff --git a/sources/MonaSans.glyphspackage/glyphs/tcommaaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/tcommaaccent.glyph index e0b612bc..99c00468 100644 --- a/sources/MonaSans.glyphspackage/glyphs/tcommaaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/tcommaaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = tcommaaccent; -kernLeft = t; -kernRight = t; +kernLeft = KO_t; +kernRight = KO_t; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,49 +28,49 @@ pos = (-6,0); ref = commaaccentcomb; } ); -width = 287; +width = 303; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = t; }, { -pos = (112,0); +pos = (111,0); ref = commaaccentcomb; } ); width = 330; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = t; }, { -pos = (107,0); +pos = (103,0); ref = commaaccentcomb; } ); -width = 433; +width = 483; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = t; }, { -pos = (111,0); +pos = (110,0); ref = commaaccentcomb; } ); -width = 330; +width = 329; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = t; @@ -80,7 +80,7 @@ pos = (103,0); ref = commaaccentcomb; } ); -width = 471; +width = 416; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-6,0); ref = commaaccentcomb; } ); -width = 287; +width = 303; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (107,0); ref = commaaccentcomb; } ); -width = 466; +width = 478; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = t; +}, +{ +pos = (31,0); +ref = commaaccentcomb; +} +); +width = 184; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = t; +}, +{ +pos = (7,0); +ref = commaaccentcomb; +} +); +width = 293; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = t; +}, +{ +pos = (113,0); +ref = commaaccentcomb; +} +); +width = 284; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +alignment = -1; +pos = (111,0); +ref = commaaccentcomb; +} +); +width = 405; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = t; +}, +{ +pos = (116,0); +ref = commaaccentcomb; +} +); +width = 315; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = t; +}, +{ +pos = (108,0); +ref = commaaccentcomb; +} +); +width = 456; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = t; +}, +{ +pos = (35,0); +ref = commaaccentcomb; +} +); +width = 179; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = t; +}, +{ +pos = (10,0); +ref = commaaccentcomb; +} +); +width = 294; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = t; +}, +{ +pos = (133,0); +ref = commaaccentcomb; +} +); +width = 298; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = t; +}, +{ +pos = (118,0); +ref = commaaccentcomb; +} +); +width = 382; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = t; +}, +{ +pos = (129,0); +ref = commaaccentcomb; +} +); +width = 306; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = t; +}, +{ +pos = (118,0); +ref = commaaccentcomb; +} +); +width = 447; } ); unicode = 539; diff --git a/sources/MonaSans.glyphspackage/glyphs/tenge.glyph b/sources/MonaSans.glyphspackage/glyphs/tenge.glyph index 82635a59..988cbd26 100644 --- a/sources/MonaSans.glyphspackage/glyphs/tenge.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/tenge.glyph @@ -40,164 +40,164 @@ shapes = ( { closed = 1; nodes = ( -(111,0,l), -(295,0,l), -(295,408,l), -(111,408,l) +(119,0,l), +(303,0,l), +(303,408,l), +(119,408,l) ); }, { closed = 1; nodes = ( -(388,541,l), -(23,541,l), -(23,392,l), -(388,392,l) +(396,541,l), +(31,541,l), +(31,392,l), +(396,392,l) ); }, { closed = 1; nodes = ( -(388,729,l), -(23,729,l), -(23,580,l), -(388,580,l) +(396,729,l), +(31,729,l), +(31,580,l), +(396,580,l) ); } ); -width = 410; +width = 426; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(280,0,l), -(318,0,l), -(318,527,l), -(280,527,l) +(289,0,l), +(325,0,l), +(325,508,l), +(289,508,l) ); }, { closed = 1; nodes = ( -(543,553,l), -(55,553,l), -(55,517,l), -(543,517,l) +(576,534,l), +(37,534,l), +(37,498,l), +(576,498,l) ); }, { closed = 1; nodes = ( -(543,729,l), -(55,729,l), -(55,693,l), -(543,693,l) +(576,729,l), +(37,729,l), +(37,693,l), +(576,693,l) ); } ); -width = 598; +width = 613; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(223,0,l), -(416,0,l), -(416,379,l), -(223,379,l) +(241,0,l), +(454,0,l), +(454,357,l), +(241,357,l) ); }, { closed = 1; nodes = ( -(595,519,l), -(44,519,l), -(44,363,l), -(595,363,l) +(666,502,l), +(34,502,l), +(34,342,l), +(666,342,l) ); }, { closed = 1; nodes = ( -(595,729,l), -(44,729,l), -(44,571,l), -(595,571,l) +(666,729,l), +(34,729,l), +(34,559,l), +(666,559,l) ); } ); -width = 639; +width = 700; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(289,0,l), -(325,0,l), -(325,508,l), -(289,508,l) +(277,0,l), +(315,0,l), +(315,527,l), +(277,527,l) ); }, { closed = 1; nodes = ( -(576,534,l), -(37,534,l), -(37,498,l), -(576,498,l) +(536,553,l), +(56,553,l), +(56,517,l), +(536,517,l) ); }, { closed = 1; nodes = ( -(576,729,l), -(37,729,l), -(37,693,l), -(576,693,l) +(536,729,l), +(56,729,l), +(56,693,l), +(536,693,l) ); } ); -width = 613; +width = 591; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(235,0,l), -(448,0,l), -(448,357,l), -(235,357,l) +(215,0,l), +(406,0,l), +(406,379,l), +(215,379,l) ); }, { closed = 1; nodes = ( -(660,502,l), -(28,502,l), -(28,342,l), -(660,342,l) +(578,519,l), +(43,519,l), +(43,363,l), +(578,363,l) ); }, { closed = 1; nodes = ( -(660,729,l), -(28,729,l), -(28,559,l), -(660,559,l) +(578,729,l), +(43,729,l), +(43,571,l), +(578,571,l) ); } ); -width = 688; +width = 620; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -238,32 +238,32 @@ shapes = ( { closed = 1; nodes = ( -(55,0,l), -(239,0,l), -(323,408,l), -(139,408,l) +(63,0,l), +(247,0,l), +(331,408,l), +(147,408,l) ); }, { closed = 1; nodes = ( -(444,541,l), -(79,541,l), -(48,392,l), -(413,392,l) +(452,541,l), +(87,541,l), +(56,392,l), +(421,392,l) ); }, { closed = 1; nodes = ( -(482,729,l), -(117,729,l), -(87,580,l), -(452,580,l) +(490,729,l), +(125,729,l), +(95,580,l), +(460,580,l) ); } ); -width = 410; +width = 426; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -370,32 +370,428 @@ shapes = ( { closed = 1; nodes = ( -(180,0,l), -(393,0,l), -(466,357,l), -(253,357,l) +(186,0,l), +(399,0,l), +(472,357,l), +(259,357,l) +); +}, +{ +closed = 1; +nodes = ( +(714,502,l), +(82,502,l), +(49,342,l), +(681,342,l) +); +}, +{ +closed = 1; +nodes = ( +(761,729,l), +(129,729,l), +(94,559,l), +(726,559,l) +); +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,0,l), +(174,0,l), +(174,578,l), +(143,578,l) +); +}, +{ +closed = 1; +nodes = ( +(316,599,l), +(1,599,l), +(1,570,l), +(316,570,l) +); +}, +{ +closed = 1; +nodes = ( +(316,729,l), +(1,729,l), +(1,700,l), +(316,700,l) +); +} +); +width = 318; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(101,0,l), +(285,0,l), +(285,408,l), +(101,408,l) +); +}, +{ +closed = 1; +nodes = ( +(378,541,l), +(13,541,l), +(13,392,l), +(378,392,l) +); +}, +{ +closed = 1; +nodes = ( +(378,729,l), +(13,729,l), +(13,580,l), +(378,580,l) +); +} +); +width = 390; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,0,l), +(298,0,l), +(298,527,l), +(260,527,l) +); +}, +{ +closed = 1; +nodes = ( +(523,553,l), +(35,553,l), +(35,517,l), +(523,517,l) +); +}, +{ +closed = 1; +nodes = ( +(523,729,l), +(35,729,l), +(35,693,l), +(523,693,l) +); +} +); +width = 558; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,0,l), +(395,0,l), +(395,379,l), +(202,379,l) +); +}, +{ +closed = 1; +nodes = ( +(574,519,l), +(23,519,l), +(23,363,l), +(574,363,l) +); +}, +{ +closed = 1; +nodes = ( +(574,729,l), +(23,729,l), +(23,571,l), +(574,571,l) +); +} +); +width = 597; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(279,0,l), +(315,0,l), +(315,508,l), +(279,508,l) +); +}, +{ +closed = 1; +nodes = ( +(566,534,l), +(27,534,l), +(27,498,l), +(566,498,l) +); +}, +{ +closed = 1; +nodes = ( +(566,729,l), +(27,729,l), +(27,693,l), +(566,693,l) +); +} +); +width = 593; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(225,0,l), +(438,0,l), +(438,357,l), +(225,357,l) +); +}, +{ +closed = 1; +nodes = ( +(650,502,l), +(18,502,l), +(18,342,l), +(650,342,l) +); +}, +{ +closed = 1; +nodes = ( +(650,729,l), +(18,729,l), +(18,559,l), +(650,559,l) +); +} +); +width = 668; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(88,0,l), +(119,0,l), +(238,578,l), +(207,578,l) +); +}, +{ +closed = 1; +nodes = ( +(385,599,l), +(70,599,l), +(64,570,l), +(379,570,l) +); +}, +{ +closed = 1; +nodes = ( +(411,729,l), +(96,729,l), +(90,700,l), +(405,700,l) +); +} +); +width = 311; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(44,0,l), +(228,0,l), +(312,408,l), +(128,408,l) +); +}, +{ +closed = 1; +nodes = ( +(433,541,l), +(68,541,l), +(37,392,l), +(402,392,l) +); +}, +{ +closed = 1; +nodes = ( +(471,729,l), +(106,729,l), +(76,580,l), +(441,580,l) +); +} +); +width = 388; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(203,0,l), +(241,0,l), +(350,527,l), +(312,527,l) +); +}, +{ +closed = 1; +nodes = ( +(580,553,l), +(92,553,l), +(85,517,l), +(573,517,l) +); +}, +{ +closed = 1; +nodes = ( +(616,729,l), +(128,729,l), +(121,693,l), +(609,693,l) +); +} +); +width = 550; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(138,0,l), +(331,0,l), +(409,379,l), +(216,379,l) ); }, { closed = 1; nodes = ( -(708,502,l), -(76,502,l), -(43,342,l), -(675,342,l) +(617,519,l), +(66,519,l), +(34,363,l), +(585,363,l) +); +}, +{ +closed = 1; +nodes = ( +(660,729,l), +(109,729,l), +(77,571,l), +(628,571,l) +); +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(226,0,l), +(262,0,l), +(367,508,l), +(331,508,l) +); +}, +{ +closed = 1; +nodes = ( +(623,534,l), +(84,534,l), +(77,498,l), +(616,498,l) +); +}, +{ +closed = 1; +nodes = ( +(663,729,l), +(124,729,l), +(117,693,l), +(656,693,l) +); +} +); +width = 593; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(165,0,l), +(378,0,l), +(451,357,l), +(238,357,l) +); +}, +{ +closed = 1; +nodes = ( +(693,502,l), +(61,502,l), +(28,342,l), +(660,342,l) ); }, { closed = 1; nodes = ( -(755,729,l), -(123,729,l), -(88,559,l), -(720,559,l) +(740,729,l), +(108,729,l), +(73,559,l), +(705,559,l) ); } ); -width = 689; +width = 659; } ); unicode = 8376; diff --git a/sources/MonaSans.glyphspackage/glyphs/thorn.glyph b/sources/MonaSans.glyphspackage/glyphs/thorn.glyph index 5fa44dab..ab24c4ca 100644 --- a/sources/MonaSans.glyphspackage/glyphs/thorn.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/thorn.glyph @@ -1,6 +1,7 @@ { glyphname = thorn; -kernRight = p; +kernLeft = KO_l; +kernRight = KO_b; layers = ( { anchors = ( @@ -64,11 +65,11 @@ width = 344; anchors = ( { name = bottom; -pos = (236,0); +pos = (244,0); }, { name = top; -pos = (236,729); +pos = (244,729); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -76,279 +77,279 @@ shapes = ( { closed = 1; nodes = ( -(204,-167,l), -(204,64,l), -(210,64,l), -(230,15,o), -(266,-10,o), -(315,-10,cs), -(426,-10,o), -(454,99,o), -(454,271,cs), -(454,492,o), -(398,551,o), -(315,551,cs), -(264,551,o), -(228,526,o), -(210,477,c), -(204,477,l), -(204,729,l), -(27,729,l), -(27,-167,l) +(212,-167,l), +(212,64,l), +(218,64,l), +(238,15,o), +(274,-10,o), +(323,-10,cs), +(434,-10,o), +(462,99,o), +(462,271,cs), +(462,492,o), +(406,551,o), +(323,551,cs), +(272,551,o), +(236,526,o), +(218,477,c), +(212,477,l), +(212,729,l), +(35,729,l), +(35,-167,l) ); }, { closed = 1; nodes = ( -(211,128,o), -(204,174,o), -(204,256,cs), -(204,285,ls), -(204,381,o), -(215,415,o), -(240,415,cs), -(271,415,o), -(278,369,o), -(278,271,cs), -(278,160,o), -(267,128,o), -(240,128,cs) +(219,128,o), +(212,174,o), +(212,256,cs), +(212,285,ls), +(212,381,o), +(223,415,o), +(248,415,cs), +(279,415,o), +(286,369,o), +(286,271,cs), +(286,160,o), +(275,128,o), +(248,128,cs) ); } ); -width = 470; +width = 486; }, { anchors = ( { name = bottom; -pos = (291,0); +pos = (323,0); }, { name = top; -pos = (291,729); +pos = (323,729); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(121,-167,l), -(121,119,l), -(124,119,l), -(151,42,o), -(222,-9,o), -(320,-9,cs), -(449,-9,o), -(537,92,o), -(537,258,cs), -(537,423,o), -(449,525,o), -(320,525,cs), -(222,525,o), -(151,473,o), -(124,396,c), -(122,396,l), -(122,729,l), -(85,729,l), -(85,-167,l) +(103,-167,l), +(103,130,l), +(107,130,l), +(139,46,o), +(232,-9,o), +(343,-9,cs), +(500,-9,o), +(605,97,o), +(605,259,cs), +(605,424,o), +(499,526,o), +(343,526,cs), +(226,526,o), +(139,474,o), +(107,398,c), +(103,398,l), +(103,729,l), +(66,729,l), +(66,-167,l) ); }, { closed = 1; nodes = ( -(192,24,o), -(122,120,o), -(122,222,cs), -(122,293,ls), -(122,395,o), -(192,491,o), -(312,491,cs), -(424,491,o), -(499,405,o), -(499,258,cs), -(499,109,o), -(424,24,o), -(312,24,cs) +(190,25,o), +(103,126,o), +(103,234,cs), +(103,294,ls), +(103,396,o), +(190,492,o), +(339,492,cs), +(475,492,o), +(567,407,o), +(567,259,cs), +(567,118,o), +(476,25,o), +(339,25,cs) ); } ); -width = 592; +width = 640; }, { anchors = ( { name = bottom; -pos = (326,0); +pos = (376,0); }, { name = top; -pos = (326,729); +pos = (376,729); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(245,-167,l), -(245,79,l), -(253,79,l), -(273,26,o), -(334,-10,o), -(407,-10,cs), -(539,-10,o), -(626,93,o), -(626,272,cs), -(626,451,o), -(539,554,o), -(407,554,cs), -(334,554,o), -(273,518,o), -(253,465,c), -(245,465,l), -(245,729,l), -(54,729,l), -(54,-167,l) +(270,-167,l), +(270,69,l), +(277,69,l), +(312,19,o), +(379,-10,o), +(458,-10,cs), +(617,-10,o), +(723,99,o), +(723,271,cs), +(723,444,o), +(617,552,o), +(460,552,cs), +(363,552,o), +(304,520,o), +(272,473,c), +(265,473,l), +(265,729,l), +(49,729,l), +(49,-167,l) ); }, { closed = 1; nodes = ( -(279,143,o), -(245,181,o), -(245,249,cs), -(245,295,ls), -(245,359,o), -(273,401,o), -(336,401,cs), -(406,401,o), -(431,349,o), -(431,272,cs), -(431,195,o), -(403,143,o), -(331,143,cs) +(314,155,o), +(270,200,o), +(270,265,cs), +(270,277,ls), +(270,342,o), +(314,387,o), +(389,387,cs), +(457,387,o), +(502,346,o), +(502,271,cs), +(502,195,o), +(456,155,o), +(389,155,cs) ); } ); -width = 654; +width = 741; }, { anchors = ( { name = bottom; -pos = (323,0); +pos = (288,0); }, { name = top; -pos = (323,729); +pos = (288,729); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(103,-167,l), -(103,130,l), -(107,130,l), -(139,46,o), -(232,-9,o), -(343,-9,cs), -(500,-9,o), -(605,97,o), -(605,259,cs), -(605,424,o), -(499,526,o), -(343,526,cs), -(226,526,o), -(139,474,o), -(107,398,c), -(103,398,l), -(103,729,l), -(66,729,l), -(66,-167,l) +(122,-167,l), +(122,119,l), +(125,119,l), +(151,42,o), +(221,-9,o), +(317,-9,cs), +(444,-9,o), +(530,92,o), +(530,258,cs), +(530,423,o), +(444,525,o), +(317,525,cs), +(221,525,o), +(151,473,o), +(125,396,c), +(123,396,l), +(123,729,l), +(86,729,l), +(86,-167,l) ); }, { closed = 1; nodes = ( -(190,25,o), -(103,126,o), -(103,234,cs), -(103,294,ls), -(103,396,o), -(190,492,o), -(339,492,cs), -(475,492,o), -(567,407,o), -(567,259,cs), -(567,118,o), -(476,25,o), -(339,25,cs) +(191,24,o), +(123,120,o), +(123,222,cs), +(123,293,ls), +(123,395,o), +(191,491,o), +(309,491,cs), +(419,491,o), +(492,405,o), +(492,258,cs), +(492,109,o), +(419,24,o), +(309,24,cs) ); } ); -width = 640; +width = 585; }, { anchors = ( { name = bottom; -pos = (370,0); +pos = (317,0); }, { name = top; -pos = (370,729); +pos = (317,729); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(264,-167,l), -(264,69,l), -(271,69,l), -(306,19,o), -(373,-10,o), -(452,-10,cs), -(611,-10,o), -(717,99,o), -(717,271,cs), -(717,444,o), -(611,552,o), -(454,552,cs), -(357,552,o), -(298,520,o), -(266,473,c), -(259,473,l), -(259,729,l), -(43,729,l), -(43,-167,l) +(242,-167,l), +(242,79,l), +(249,79,l), +(268,27,o), +(326,-10,o), +(397,-10,cs), +(525,-10,o), +(609,93,o), +(609,272,cs), +(609,451,o), +(525,554,o), +(397,554,cs), +(326,554,o), +(268,517,o), +(249,465,c), +(242,465,l), +(242,729,l), +(52,729,l), +(52,-167,l) ); }, { closed = 1; nodes = ( -(308,155,o), -(264,200,o), -(264,265,cs), -(264,277,ls), -(264,342,o), -(308,387,o), -(383,387,cs), -(451,387,o), -(496,346,o), -(496,271,cs), -(496,195,o), -(450,155,o), -(383,155,cs) +(273,143,o), +(242,181,o), +(242,249,cs), +(242,295,ls), +(242,359,o), +(267,401,o), +(327,401,cs), +(393,401,o), +(416,349,o), +(416,272,cs), +(416,195,o), +(390,143,o), +(322,143,cs) ); } ); -width = 729; +width = 635; }, { anchors = ( @@ -412,11 +413,11 @@ width = 341; anchors = ( { name = bottom; -pos = (179,0); +pos = (187,0); }, { name = top; -pos = (330,729); +pos = (338,729); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -424,47 +425,47 @@ shapes = ( { closed = 1; nodes = ( -(111,-167,l), -(161,71,l), -(167,71,l), -(176,16,o), -(214,-10,o), -(264,-10,cs), -(350,-10,o), -(409,63,o), -(450,258,cs), -(484,422,o), -(486,551,o), -(360,551,cs), -(312,551,o), -(276,526,o), -(254,485,c), -(247,485,l), -(298,729,l), -(123,729,l), -(-65,-167,l) +(119,-167,l), +(169,71,l), +(175,71,l), +(184,16,o), +(222,-10,o), +(272,-10,cs), +(358,-10,o), +(417,63,o), +(458,258,cs), +(492,422,o), +(494,551,o), +(368,551,cs), +(320,551,o), +(284,526,o), +(262,485,c), +(255,485,l), +(306,729,l), +(131,729,l), +(-57,-167,l) ); }, { closed = 1; nodes = ( -(177,133,o), -(184,182,o), -(201,264,cs), -(208,298,ls), -(227,391,o), -(242,419,o), -(268,419,cs), -(302,419,o), -(295,367,o), -(276,274,cs), -(256,175,o), -(240,133,o), -(213,133,cs) +(185,133,o), +(192,182,o), +(209,264,cs), +(216,298,ls), +(235,391,o), +(250,419,o), +(276,419,cs), +(310,419,o), +(303,367,o), +(284,274,cs), +(264,175,o), +(248,133,o), +(221,133,cs) ); } ); -width = 469; +width = 485; }, { anchors = ( @@ -690,11 +691,11 @@ width = 644; anchors = ( { name = bottom; -pos = (309,0); +pos = (315,0); }, { name = top; -pos = (460,729); +pos = (466,729); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -702,47 +703,789 @@ shapes = ( { closed = 1; nodes = ( -(172,-167,l), -(225,87,l), -(233,87,l), -(256,25,o), -(334,-10,o), -(415,-10,cs), -(582,-10,o), -(697,111,o), -(706,296,cs), -(714,452,o), -(618,554,o), -(471,554,cs), -(398,554,o), -(347,531,o), -(312,492,c), -(304,492,l), -(357,729,l), -(138,729,l), -(-48,-167,l) +(178,-167,l), +(231,87,l), +(239,87,l), +(262,25,o), +(340,-10,o), +(421,-10,cs), +(588,-10,o), +(703,111,o), +(712,296,cs), +(720,452,o), +(624,554,o), +(477,554,cs), +(404,554,o), +(353,531,o), +(318,492,c), +(310,492,l), +(363,729,l), +(144,729,l), +(-42,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(295,160,o), +(254,210,o), +(270,281,cs), +(273,294,ls), +(286,351,o), +(321,390,o), +(391,390,cs), +(450,390,o), +(494,351,o), +(491,288,cs), +(489,207,o), +(439,155,o), +(367,157,cs) +); +} +); +width = 731; +}, +{ +anchors = ( +{ +name = bottom; +pos = (145,0); +}, +{ +name = top; +pos = (145,729); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(65,-167,l), +(65,77,l), +(66,77,l), +(82,26,o), +(109,-10,o), +(161,-10,cs), +(228,-10,o), +(275,51,o), +(275,258,cs), +(275,464,o), +(229,526,o), +(161,526,cs), +(109,526,o), +(82,491,o), +(66,439,c), +(65,439,l), +(65,729,l), +(36,729,l), +(36,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(101,16,o), +(65,76,o), +(65,206,cs), +(65,309,ls), +(65,437,o), +(100,500,o), +(153,500,cs), +(226,500,o), +(245,414,o), +(245,258,cs), +(245,101,o), +(226,16,o), +(153,16,cs) +); +} +); +width = 299; +}, +{ +anchors = ( +{ +name = bottom; +pos = (225,0); +}, +{ +name = top; +pos = (225,729); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,-167,l), +(193,64,l), +(194,64,l), +(214,15,o), +(255,-10,o), +(304,-10,cs), +(415,-10,o), +(443,99,o), +(443,271,cs), +(443,492,o), +(387,551,o), +(304,551,cs), +(253,551,o), +(212,526,o), +(194,477,c), +(193,477,l), +(193,729,l), +(16,729,l), +(16,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(200,128,o), +(193,174,o), +(193,256,cs), +(193,285,ls), +(193,381,o), +(204,415,o), +(229,415,cs), +(260,415,o), +(267,369,o), +(267,271,cs), +(267,160,o), +(256,128,o), +(229,128,cs) +); +} +); +width = 452; +}, +{ +anchors = ( +{ +name = bottom; +pos = (265,0); +}, +{ +name = top; +pos = (265,729); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(95,-167,l), +(95,119,l), +(96,119,l), +(123,42,o), +(196,-9,o), +(294,-9,cs), +(423,-9,o), +(511,92,o), +(511,258,cs), +(511,423,o), +(423,525,o), +(294,525,cs), +(196,525,o), +(124,473,o), +(97,396,c), +(96,396,l), +(96,729,l), +(59,729,l), +(59,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(166,24,o), +(96,120,o), +(96,222,cs), +(96,293,ls), +(96,395,o), +(166,491,o), +(286,491,cs), +(398,491,o), +(473,405,o), +(473,258,cs), +(473,109,o), +(398,24,o), +(286,24,cs) +); +} +); +width = 546; +}, +{ +anchors = ( +{ +name = bottom; +pos = (302,0); +}, +{ +name = top; +pos = (302,729); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,-167,l), +(221,79,l), +(222,79,l), +(242,26,o), +(310,-10,o), +(383,-10,cs), +(515,-10,o), +(602,93,o), +(602,272,cs), +(602,451,o), +(515,554,o), +(383,554,cs), +(310,554,o), +(242,518,o), +(222,465,c), +(221,465,l), +(221,729,l), +(30,729,l), +(30,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(255,143,o), +(221,181,o), +(221,249,cs), +(221,295,ls), +(221,359,o), +(249,401,o), +(312,401,cs), +(382,401,o), +(407,349,o), +(407,272,cs), +(407,195,o), +(379,143,o), +(307,143,cs) +); +} +); +width = 609; +}, +{ +anchors = ( +{ +name = bottom; +pos = (313,0); +}, +{ +name = top; +pos = (313,729); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(93,-167,l), +(93,130,l), +(94,130,l), +(126,46,o), +(222,-9,o), +(333,-9,cs), +(490,-9,o), +(595,97,o), +(595,259,cs), +(595,424,o), +(489,526,o), +(333,526,cs), +(216,526,o), +(126,474,o), +(94,398,c), +(93,398,l), +(93,729,l), +(56,729,l), +(56,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(180,25,o), +(93,126,o), +(93,234,cs), +(93,294,ls), +(93,396,o), +(180,492,o), +(329,492,cs), +(465,492,o), +(557,407,o), +(557,259,cs), +(557,118,o), +(466,25,o), +(329,25,cs) +); +} +); +width = 623; +}, +{ +anchors = ( +{ +name = bottom; +pos = (357,0); +}, +{ +name = top; +pos = (357,729); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,-167,l), +(251,69,l), +(252,69,l), +(287,19,o), +(360,-10,o), +(439,-10,cs), +(598,-10,o), +(704,99,o), +(704,271,cs), +(704,444,o), +(598,552,o), +(441,552,cs), +(344,552,o), +(279,520,o), +(247,473,c), +(246,473,l), +(246,729,l), +(30,729,l), +(30,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(295,155,o), +(251,200,o), +(251,265,cs), +(251,277,ls), +(251,342,o), +(295,387,o), +(370,387,cs), +(438,387,o), +(483,346,o), +(483,271,cs), +(483,195,o), +(437,155,o), +(370,155,cs) +); +} +); +width = 720; +}, +{ +anchors = ( +{ +name = bottom; +pos = (92,0); +}, +{ +name = top; +pos = (243,729); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-22,-167,l), +(30,84,l), +(31,84,l), +(35,25,o), +(59,-8,o), +(113,-8,cs), +(178,-8,o), +(233,58,o), +(273,253,cs), +(303,392,o), +(310,526,o), +(209,526,cs), +(167,526,o), +(133,499,o), +(106,445,c), +(105,445,l), +(164,729,l), +(135,729,l), +(-51,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(44,19,o), +(33,99,o), +(57,214,cs), +(79,319,ls), +(105,443,o), +(148,501,o), +(199,501,cs), +(284,501,o), +(272,389,o), +(243,252,cs), +(210,92,o), +(174,19,o), +(109,19,cs) +); +} +); +width = 295; +}, +{ +anchors = ( +{ +name = bottom; +pos = (168,0); +}, +{ +name = top; +pos = (319,729); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-167,l), +(150,71,l), +(151,71,l), +(160,16,o), +(203,-10,o), +(253,-10,cs), +(339,-10,o), +(398,63,o), +(439,258,cs), +(473,422,o), +(475,551,o), +(349,551,cs), +(301,551,o), +(259,526,o), +(237,485,c), +(236,485,l), +(287,729,l), +(112,729,l), +(-76,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(166,133,o), +(173,182,o), +(190,264,cs), +(197,298,ls), +(216,391,o), +(231,419,o), +(257,419,cs), +(291,419,o), +(284,367,o), +(265,274,cs), +(245,175,o), +(229,133,o), +(202,133,cs) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = bottom; +pos = (210,0); +}, +{ +name = top; +pos = (361,729); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(9,-167,l), +(70,126,l), +(71,126,l), +(91,45,o), +(159,-9,o), +(250,-9,cs), +(404,-9,o), +(508,112,o), +(508,316,cs), +(508,443,o), +(434,527,o), +(323,527,cs), +(245,527,o), +(171,491,o), +(129,414,c), +(128,414,l), +(194,729,l), +(158,729,l), +(-27,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(130,25,o), +(68,118,o), +(97,258,cs), +(109,315,ls), +(132,422,o), +(209,493,o), +(318,493,cs), +(415,493,o), +(470,421,o), +(470,312,cs), +(470,142,o), +(389,25,o), +(251,25,cs) +); +} +); +width = 541; +}, +{ +anchors = ( +{ +name = bottom; +pos = (247,0); +}, +{ +name = top; +pos = (398,729); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(135,-167,l), +(190,95,l), +(191,95,l), +(211,32,o), +(275,-10,o), +(354,-10,cs), +(482,-10,o), +(580,85,o), +(604,254,cs), +(629,433,o), +(557,553,o), +(424,553,cs), +(361,553,o), +(297,521,o), +(269,473,c), +(268,473,l), +(321,729,l), +(120,729,l), +(-66,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(239,140,o), +(210,194,o), +(224,263,cs), +(235,316,ls), +(247,372,o), +(281,403,o), +(333,403,cs), +(381,403,o), +(413,366,o), +(413,300,cs), +(413,205,o), +(370,140,o), +(297,140,cs) +); +} +); +width = 615; +}, +{ +anchors = ( +{ +name = bottom; +pos = (261,0); +}, +{ +name = top; +pos = (412,729); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(30,-167,l), +(86,154,l), +(90,154,l), +(108,56,o), +(201,-10,o), +(323,-10,cs), +(496,-10,o), +(617,114,o), +(617,290,cs), +(617,433,o), +(515,527,o), +(372,527,cs), +(271,527,o), +(177,486,o), +(134,408,c), +(131,408,l), +(186,729,l), +(150,729,l), +(-7,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(173,24,o), +(83,124,o), +(107,270,cs), +(112,301,ls), +(130,414,o), +(228,493,o), +(366,493,cs), +(494,493,o), +(579,413,o), +(579,288,cs), +(579,129,o), +(477,24,o), +(321,24,cs) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(4,-167,l), +(71,154,l), +(72,154,l), +(86,56,o), +(178,-10,o), +(298,-10,cs), +(468,-10,o), +(595,118,o), +(601,295,cs), +(606,436,o), +(512,527,o), +(372,527,cs), +(268,527,o), +(173,488,o), +(125,408,c), +(124,408,l), +(190,729,l), +(153,729,l), +(-32,-167,l) +); +}, +{ +closed = 1; +nodes = ( +(150,24,o), +(68,124,o), +(97,270,cs), +(103,300,ls), +(126,414,o), +(222,493,o), +(366,493,cs), +(491,493,o), +(568,416,o), +(564,294,cs), +(558,136,o), +(448,24,o), +(302,24,cs) +); +} +); +width = 624; +}, +{ +anchors = ( +{ +name = bottom; +pos = (294,0); +}, +{ +name = top; +pos = (445,729); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(157,-167,l), +(210,87,l), +(211,87,l), +(234,25,o), +(319,-10,o), +(400,-10,cs), +(567,-10,o), +(682,111,o), +(691,296,cs), +(699,452,o), +(603,554,o), +(456,554,cs), +(383,554,o), +(325,531,o), +(290,492,c), +(289,492,l), +(342,729,l), +(123,729,l), +(-63,-167,l) ); }, { closed = 1; nodes = ( -(289,160,o), -(248,210,o), -(264,281,cs), -(267,294,ls), -(280,351,o), -(315,390,o), -(385,390,cs), -(444,390,o), -(488,351,o), -(485,288,cs), -(483,207,o), -(433,155,o), -(361,157,cs) +(274,160,o), +(233,210,o), +(249,281,cs), +(252,294,ls), +(265,351,o), +(300,390,o), +(370,390,cs), +(429,390,o), +(473,351,o), +(470,288,cs), +(468,207,o), +(418,155,o), +(346,157,cs) ); } ); -width = 719; +width = 698; } ); metricLeft = l; diff --git a/sources/MonaSans.glyphspackage/glyphs/three.blackC_ircled.glyph b/sources/MonaSans.glyphspackage/glyphs/three.blackC_ircled.glyph index f7be93cf..717667df 100644 --- a/sources/MonaSans.glyphspackage/glyphs/three.blackC_ircled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/three.blackC_ircled.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); background = { @@ -82,69 +82,69 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) ); }, { closed = 1; nodes = ( -(248,143,o), -(216,204,o), -(218,284,c), -(328,284,l), -(328,248,o), -(337,235,o), -(351,235,cs), -(370,235,o), -(379,247,o), -(379,281,cs), -(379,314,o), -(365,328,o), -(343,328,cs), -(305,328,l), -(305,408,l), -(339,408,ls), -(364,408,o), -(374,429,o), -(374,453,cs), -(374,484,o), -(369,495,o), -(351,495,cs), -(338,495,o), -(329,480,o), -(331,448,c), -(222,448,l), -(220,537,o), -(273,587,o), -(355,587,cs), -(436,587,o), -(482,539,o), -(482,467,cs), -(482,426,o), -(466,387,o), -(427,375,c), -(427,370,l), -(469,360,o), -(489,322,o), -(489,275,cs), -(489,191,o), -(433,143,o), -(350,143,cs) +(256,143,o), +(224,204,o), +(226,284,c), +(336,284,l), +(336,248,o), +(345,235,o), +(359,235,cs), +(378,235,o), +(387,247,o), +(387,281,cs), +(387,314,o), +(373,328,o), +(351,328,cs), +(313,328,l), +(313,408,l), +(347,408,ls), +(372,408,o), +(382,429,o), +(382,453,cs), +(382,484,o), +(377,495,o), +(359,495,cs), +(346,495,o), +(337,480,o), +(339,448,c), +(230,448,l), +(228,537,o), +(281,587,o), +(363,587,cs), +(444,587,o), +(490,539,o), +(490,467,cs), +(490,426,o), +(474,387,o), +(435,375,c), +(435,370,l), +(477,360,o), +(497,322,o), +(497,275,cs), +(497,191,o), +(441,143,o), +(358,143,cs) ); } ); -width = 706; +width = 722; }, { anchors = ( @@ -221,80 +221,2088 @@ nodes = ( } ); }; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(282,143,o), +(255,198,o), +(256,280,c), +(286,280,l), +(285,199,o), +(311,168,o), +(350,168,cs), +(393,168,o), +(413,203,o), +(413,267,cs), +(413,323,o), +(390,359,o), +(348,359,cs), +(326,359,l), +(326,385,l), +(348,385,ls), +(389,385,o), +(408,425,o), +(408,472,cs), +(408,527,o), +(384,560,o), +(345,560,cs), +(302,560,o), +(285,519,o), +(287,456,c), +(257,456,l), +(255,544,o), +(292,585,o), +(346,585,cs), +(401,585,o), +(437,543,o), +(437,475,cs), +(437,429,o), +(419,387,o), +(385,374,c), +(385,372,l), +(424,360,o), +(443,321,o), +(443,266,cs), +(443,188,o), +(409,143,o), +(350,143,cs) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = center; +pos = (442,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(330,142,o), +(265,194,o), +(264,280,c), +(301,280,l), +(301,208,o), +(357,173,o), +(439,173,cs), +(534,173,o), +(582,210,o), +(582,267,cs), +(582,333,o), +(533,357,o), +(458,357,cs), +(399,357,l), +(399,385,l), +(451,385,ls), +(538,385,o), +(574,420,o), +(574,471,cs), +(574,530,o), +(519,554,o), +(443,554,cs), +(364,554,o), +(309,515,o), +(308,449,c), +(273,449,l), +(270,532,o), +(344,584,o), +(443,584,cs), +(541,584,o), +(611,551,o), +(611,474,cs), +(611,419,o), +(571,382,o), +(515,373,c), +(515,370,l), +(576,365,o), +(621,330,o), +(621,265,cs), +(621,188,o), +(551,142,o), +(439,142,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(329,145,o), +(264,197,o), +(263,283,c), +(300,283,l), +(300,211,o), +(356,176,o), +(438,176,cs), +(533,176,o), +(581,213,o), +(581,270,cs), +(581,336,o), +(532,360,o), +(457,360,cs), +(398,360,l), +(398,388,l), +(450,388,ls), +(537,388,o), +(573,423,o), +(573,474,cs), +(573,533,o), +(518,557,o), +(442,557,cs), +(363,557,o), +(308,518,o), +(307,452,c), +(272,452,l), +(269,535,o), +(343,587,o), +(442,587,cs), +(540,587,o), +(610,554,o), +(610,477,cs), +(610,422,o), +(570,385,o), +(514,376,c), +(514,373,l), +(575,368,o), +(620,333,o), +(620,268,cs), +(620,191,o), +(550,145,o), +(438,145,cs) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = center; +pos = (436,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,143,o), +(232,190,o), +(226,286,c), +(374,286,l), +(378,261,o), +(398,251,o), +(431,251,cs), +(468,251,o), +(487,265,o), +(487,289,cs), +(487,308,o), +(470,321,o), +(432,321,cs), +(371,321,l), +(371,414,l), +(431,414,ls), +(463,414,o), +(478,428,o), +(478,447,cs), +(478,467,o), +(461,479,o), +(431,479,cs), +(396,479,o), +(383,468,o), +(377,445,c), +(232,445,l), +(241,545,o), +(317,587,o), +(437,587,cs), +(561,587,o), +(629,541,o), +(629,466,cs), +(629,423,o), +(603,387,o), +(554,375,c), +(554,370,l), +(603,364,o), +(638,327,o), +(638,274,cs), +(638,197,o), +(566,143,o), +(429,143,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(303,147,o), +(236,194,o), +(230,290,c), +(378,290,l), +(382,265,o), +(402,255,o), +(435,255,cs), +(472,255,o), +(491,269,o), +(491,293,cs), +(491,312,o), +(474,325,o), +(436,325,cs), +(375,325,l), +(375,418,l), +(435,418,ls), +(467,418,o), +(482,432,o), +(482,451,cs), +(482,471,o), +(465,483,o), +(435,483,cs), +(400,483,o), +(387,472,o), +(381,449,c), +(236,449,l), +(245,549,o), +(321,591,o), +(441,591,cs), +(565,591,o), +(633,545,o), +(633,470,cs), +(633,427,o), +(607,391,o), +(558,379,c), +(558,374,l), +(607,368,o), +(642,331,o), +(642,278,cs), +(642,201,o), +(570,147,o), +(433,147,cs) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = center; +pos = (431,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(352,142,o), +(298,191,o), +(295,262,c), +(329,262,l), +(333,205,o), +(376,172,o), +(432,172,cs), +(498,172,o), +(541,209,o), +(541,267,cs), +(541,328,o), +(502,357,o), +(444,357,cs), +(403,357,l), +(403,385,l), +(435,385,ls), +(502,385,o), +(539,420,o), +(539,471,cs), +(539,525,o), +(499,555,o), +(441,555,cs), +(382,555,o), +(342,519,o), +(339,465,c), +(304,465,l), +(308,540,o), +(365,585,o), +(441,585,cs), +(523,585,o), +(574,541,o), +(574,474,cs), +(574,423,o), +(541,387,o), +(497,374,c), +(497,371,l), +(547,360,o), +(577,320,o), +(577,265,cs), +(577,191,o), +(519,142,o), +(432,142,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(348,144,o), +(295,193,o), +(292,264,c), +(326,264,l), +(330,207,o), +(371,174,o), +(427,174,cs), +(491,174,o), +(534,211,o), +(534,269,cs), +(534,330,o), +(495,359,o), +(439,359,cs), +(398,359,l), +(398,387,l), +(430,387,ls), +(495,387,o), +(532,422,o), +(532,473,cs), +(532,527,o), +(492,557,o), +(436,557,cs), +(377,557,o), +(339,521,o), +(336,467,c), +(301,467,l), +(305,542,o), +(360,587,o), +(436,587,cs), +(516,587,o), +(565,543,o), +(565,476,cs), +(565,425,o), +(534,389,o), +(490,376,c), +(490,373,l), +(540,362,o), +(568,322,o), +(568,267,cs), +(568,193,o), +(512,144,o), +(427,144,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +138, +32 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +395, +37 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +624, +32 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +359, +37 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +473, +100 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +621, +41 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +363, +37 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +613, +40 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +135, +36 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +384, +35 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +616, +36 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +301, +41 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +420, +110 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +578, +43 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +305, +40 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +570, +43 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-11, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-11, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +anchors = ( +{ +name = center; +pos = (418,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(320,143,o), +(260,200,o), +(256,287,c), +(380,287,l), +(380,262,o), +(400,248,o), +(426,248,cs), +(453,248,o), +(468,265,o), +(468,287,cs), +(468,309,o), +(454,322,o), +(426,322,cs), +(374,322,l), +(374,414,l), +(422,414,ls), +(447,414,o), +(461,429,o), +(461,449,cs), +(461,470,o), +(448,481,o), +(425,481,cs), +(399,481,o), +(384,467,o), +(383,445,c), +(259,445,l), +(262,532,o), +(327,587,o), +(430,587,cs), +(522,587,o), +(586,542,o), +(586,465,cs), +(586,423,o), +(560,389,o), +(527,376,c), +(527,371,l), +(572,358,o), +(597,320,o), +(597,276,cs), +(597,190,o), +(524,143,o), +(426,143,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(313,145,o), +(254,202,o), +(250,289,c), +(373,289,l), +(373,264,o), +(392,250,o), +(417,250,cs), +(443,250,o), +(456,267,o), +(456,289,cs), +(456,311,o), +(444,324,o), +(417,324,cs), +(365,324,l), +(365,416,l), +(413,416,ls), +(437,416,o), +(449,431,o), +(449,451,cs), +(449,472,o), +(438,483,o), +(416,483,cs), +(391,483,o), +(377,469,o), +(376,447,c), +(253,447,l), +(256,534,o), +(320,589,o), +(421,589,cs), +(510,589,o), +(573,544,o), +(573,467,cs), +(573,424,o), +(547,391,o), +(516,378,c), +(516,373,l), +(559,360,o), +(584,323,o), +(584,278,cs), +(584,192,o), +(513,145,o), +(417,145,cs) +); +} +); +width = 834; +}, +{ +anchors = ( +{ +name = center; +pos = (386,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(319,144,o), +(292,199,o), +(293,281,c), +(323,281,l), +(322,200,o), +(348,169,o), +(387,169,cs), +(430,169,o), +(450,204,o), +(450,268,cs), +(450,324,o), +(427,360,o), +(385,360,cs), +(363,360,l), +(363,386,l), +(385,386,ls), +(426,386,o), +(445,426,o), +(445,473,cs), +(445,528,o), +(421,561,o), +(382,561,cs), +(339,561,o), +(322,520,o), +(324,457,c), +(294,457,l), +(292,545,o), +(329,586,o), +(383,586,cs), +(438,586,o), +(474,544,o), +(474,476,cs), +(474,430,o), +(456,388,o), +(422,375,c), +(422,373,l), +(461,361,o), +(480,322,o), +(480,267,cs), +(480,189,o), +(446,144,o), +(387,144,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(319,143,o), +(292,198,o), +(293,280,c), +(323,280,l), +(322,199,o), +(348,168,o), +(387,168,cs), +(430,168,o), +(450,203,o), +(450,267,cs), +(450,323,o), +(427,359,o), +(385,359,cs), +(363,359,l), +(363,385,l), +(385,385,ls), +(426,385,o), +(445,425,o), +(445,472,cs), +(445,527,o), +(421,560,o), +(382,560,cs), +(339,560,o), +(322,519,o), +(324,456,c), +(294,456,l), +(292,544,o), +(329,585,o), +(383,585,cs), +(438,585,o), +(474,543,o), +(474,475,cs), +(474,429,o), +(456,387,o), +(422,374,c), +(422,372,l), +(461,360,o), +(480,321,o), +(480,266,cs), +(480,188,o), +(446,143,o), +(387,143,cs) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = center; +pos = (393,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,144,o), +(247,205,o), +(249,285,c), +(359,285,l), +(359,249,o), +(368,236,o), +(382,236,cs), +(401,236,o), +(410,248,o), +(410,282,cs), +(410,315,o), +(396,329,o), +(374,329,cs), +(336,329,l), +(336,409,l), +(370,409,ls), +(395,409,o), +(405,430,o), +(405,454,cs), +(405,485,o), +(400,496,o), +(382,496,cs), +(369,496,o), +(360,481,o), +(362,449,c), +(253,449,l), +(251,538,o), +(304,588,o), +(386,588,cs), +(467,588,o), +(513,540,o), +(513,468,cs), +(513,427,o), +(497,388,o), +(458,376,c), +(458,371,l), +(500,361,o), +(520,323,o), +(520,276,cs), +(520,192,o), +(464,144,o), +(381,144,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,143,o), +(256,204,o), +(258,284,c), +(368,284,l), +(368,248,o), +(377,235,o), +(391,235,cs), +(410,235,o), +(419,247,o), +(419,281,cs), +(419,314,o), +(405,328,o), +(383,328,cs), +(345,328,l), +(345,408,l), +(379,408,ls), +(404,408,o), +(414,429,o), +(414,453,cs), +(414,484,o), +(409,495,o), +(391,495,cs), +(378,495,o), +(369,480,o), +(371,448,c), +(262,448,l), +(260,537,o), +(313,587,o), +(395,587,cs), +(476,587,o), +(522,539,o), +(522,467,cs), +(522,426,o), +(506,387,o), +(467,375,c), +(467,370,l), +(509,360,o), +(529,322,o), +(529,275,cs), +(529,191,o), +(473,143,o), +(390,143,cs) +); +} +); +width = 747; +}, +{ +anchors = ( +{ +name = center; +pos = (467.5,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,142,o), +(330,191,o), +(327,262,c), +(361,262,l), +(365,205,o), +(408,172,o), +(464,172,cs), +(530,172,o), +(573,209,o), +(573,267,cs), +(573,328,o), +(534,357,o), +(476,357,cs), +(435,357,l), +(435,385,l), +(467,385,ls), +(534,385,o), +(571,420,o), +(571,471,cs), +(571,525,o), +(531,555,o), +(473,555,cs), +(414,555,o), +(374,519,o), +(371,465,c), +(336,465,l), +(340,540,o), +(397,585,o), +(473,585,cs), +(555,585,o), +(606,541,o), +(606,474,cs), +(606,423,o), +(573,387,o), +(529,374,c), +(529,371,l), +(579,360,o), +(609,320,o), +(609,265,cs), +(609,191,o), +(551,142,o), +(464,142,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,144,o), +(330,193,o), +(327,264,c), +(361,264,l), +(365,207,o), +(408,174,o), +(464,174,cs), +(530,174,o), +(573,211,o), +(573,269,cs), +(573,330,o), +(534,359,o), +(476,359,cs), +(435,359,l), +(435,387,l), +(467,387,ls), +(534,387,o), +(571,422,o), +(571,473,cs), +(571,527,o), +(531,557,o), +(473,557,cs), +(414,557,o), +(374,521,o), +(371,467,c), +(336,467,l), +(340,542,o), +(397,587,o), +(473,587,cs), +(555,587,o), +(606,543,o), +(606,476,cs), +(606,425,o), +(573,389,o), +(529,376,c), +(529,373,l), +(579,362,o), +(609,322,o), +(609,267,cs), +(609,193,o), +(551,144,o), +(464,144,cs) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = center; +pos = (455.5,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(348,143,o), +(288,200,o), +(284,287,c), +(408,287,l), +(408,262,o), +(428,248,o), +(454,248,cs), +(481,248,o), +(496,265,o), +(496,287,cs), +(496,309,o), +(482,322,o), +(454,322,cs), +(402,322,l), +(402,414,l), +(450,414,ls), +(475,414,o), +(489,429,o), +(489,449,cs), +(489,470,o), +(476,481,o), +(453,481,cs), +(427,481,o), +(412,467,o), +(411,445,c), +(287,445,l), +(290,532,o), +(355,587,o), +(458,587,cs), +(550,587,o), +(614,542,o), +(614,465,cs), +(614,423,o), +(588,389,o), +(555,376,c), +(555,371,l), +(600,358,o), +(625,320,o), +(625,276,cs), +(625,190,o), +(552,143,o), +(454,143,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(349,145,o), +(289,202,o), +(285,289,c), +(409,289,l), +(409,264,o), +(429,250,o), +(455,250,cs), +(482,250,o), +(497,267,o), +(497,289,cs), +(497,311,o), +(483,324,o), +(455,324,cs), +(403,324,l), +(403,416,l), +(451,416,ls), +(476,416,o), +(490,431,o), +(490,451,cs), +(490,472,o), +(477,483,o), +(454,483,cs), +(428,483,o), +(413,469,o), +(412,447,c), +(288,447,l), +(291,534,o), +(356,589,o), +(459,589,cs), +(551,589,o), +(615,544,o), +(615,467,cs), +(615,425,o), +(589,391,o), +(556,378,c), +(556,373,l), +(601,360,o), +(626,322,o), +(626,278,cs), +(626,192,o), +(553,145,o), +(455,145,cs) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = center; +pos = (473,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(361,142,o), +(296,194,o), +(295,280,c), +(332,280,l), +(332,208,o), +(388,173,o), +(470,173,cs), +(565,173,o), +(613,210,o), +(613,267,cs), +(613,333,o), +(564,357,o), +(489,357,cs), +(430,357,l), +(430,385,l), +(482,385,ls), +(569,385,o), +(605,420,o), +(605,471,cs), +(605,530,o), +(550,554,o), +(474,554,cs), +(395,554,o), +(340,515,o), +(339,449,c), +(304,449,l), +(301,532,o), +(375,584,o), +(474,584,cs), +(572,584,o), +(642,551,o), +(642,474,cs), +(642,419,o), +(602,382,o), +(546,373,c), +(546,370,l), +(607,365,o), +(652,330,o), +(652,265,cs), +(652,188,o), +(582,142,o), +(470,142,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(360,145,o), +(295,197,o), +(294,283,c), +(331,283,l), +(331,211,o), +(387,176,o), +(469,176,cs), +(564,176,o), +(612,213,o), +(612,270,cs), +(612,336,o), +(563,360,o), +(488,360,cs), +(429,360,l), +(429,388,l), +(481,388,ls), +(568,388,o), +(604,423,o), +(604,474,cs), +(604,533,o), +(549,557,o), +(473,557,cs), +(394,557,o), +(339,518,o), +(338,452,c), +(303,452,l), +(300,535,o), +(374,587,o), +(473,587,cs), +(571,587,o), +(641,554,o), +(641,477,cs), +(641,422,o), +(601,385,o), +(545,376,c), +(545,373,l), +(606,368,o), +(651,333,o), +(651,268,cs), +(651,191,o), +(581,145,o), +(469,145,cs) +); +} +); +width = 903; +}, +{ +anchors = ( +{ +name = center; +pos = (465,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(328,143,o), +(261,190,o), +(255,286,c), +(403,286,l), +(407,261,o), +(427,251,o), +(460,251,cs), +(497,251,o), +(516,265,o), +(516,289,cs), +(516,308,o), +(499,321,o), +(461,321,cs), +(400,321,l), +(400,414,l), +(460,414,ls), +(492,414,o), +(507,428,o), +(507,447,cs), +(507,467,o), +(490,479,o), +(460,479,cs), +(425,479,o), +(412,468,o), +(406,445,c), +(261,445,l), +(270,545,o), +(346,587,o), +(466,587,cs), +(590,587,o), +(658,541,o), +(658,466,cs), +(658,423,o), +(632,387,o), +(583,375,c), +(583,370,l), +(632,364,o), +(667,327,o), +(667,274,cs), +(667,197,o), +(595,143,o), +(458,143,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(332,147,o), +(265,194,o), +(259,290,c), +(407,290,l), +(411,265,o), +(431,255,o), +(464,255,cs), +(501,255,o), +(520,269,o), +(520,293,cs), +(520,312,o), +(503,325,o), +(465,325,cs), +(404,325,l), +(404,418,l), +(464,418,ls), +(496,418,o), +(511,432,o), +(511,451,cs), +(511,471,o), +(494,483,o), +(464,483,cs), +(429,483,o), +(416,472,o), +(410,449,c), +(265,449,l), +(274,549,o), +(350,591,o), +(470,591,cs), +(594,591,o), +(662,545,o), +(662,470,cs), +(662,427,o), +(636,391,o), +(587,379,c), +(587,374,l), +(636,368,o), +(671,331,o), +(671,278,cs), +(671,201,o), +(599,147,o), +(462,147,cs) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = center; +pos = (329,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(282,144,o), +(255,199,o), +(256,281,c), +(286,281,l), +(285,200,o), +(311,169,o), +(350,169,cs), +(393,169,o), +(413,204,o), +(413,268,cs), +(413,324,o), +(390,360,o), +(348,360,cs), +(326,360,l), +(326,386,l), +(348,386,ls), +(389,386,o), +(408,426,o), +(408,473,cs), +(408,528,o), +(384,561,o), +(345,561,cs), +(302,561,o), +(285,520,o), +(287,457,c), +(257,457,l), +(255,545,o), +(292,586,o), +(346,586,cs), +(401,586,o), +(437,544,o), +(437,476,cs), +(437,430,o), +(419,388,o), +(385,375,c), +(385,373,l), +(424,361,o), +(443,322,o), +(443,267,cs), +(443,189,o), +(409,144,o), +(350,144,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(262,143,o), +(235,198,o), +(236,280,c), +(266,280,l), +(265,199,o), +(291,168,o), +(330,168,cs), +(373,168,o), +(393,203,o), +(393,267,cs), +(393,323,o), +(370,359,o), +(328,359,cs), +(306,359,l), +(306,385,l), +(328,385,ls), +(369,385,o), +(388,425,o), +(388,472,cs), +(388,527,o), +(364,560,o), +(325,560,cs), +(282,560,o), +(265,519,o), +(267,456,c), +(237,456,l), +(235,544,o), +(272,585,o), +(326,585,cs), +(381,585,o), +(417,543,o), +(417,475,cs), +(417,429,o), +(399,387,o), +(365,374,c), +(365,372,l), +(404,360,o), +(423,321,o), +(423,266,cs), +(423,188,o), +(389,143,o), +(330,143,cs) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(247,144,o), +(215,205,o), +(217,285,c), +(327,285,l), +(327,249,o), +(336,236,o), +(350,236,cs), +(369,236,o), +(378,248,o), +(378,282,cs), +(378,315,o), +(364,329,o), +(342,329,cs), +(304,329,l), +(304,409,l), +(338,409,ls), +(363,409,o), +(373,430,o), +(373,454,cs), +(373,485,o), +(368,496,o), +(350,496,cs), +(337,496,o), +(328,481,o), +(330,449,c), +(221,449,l), +(219,538,o), +(272,588,o), +(354,588,cs), +(435,588,o), +(481,540,o), +(481,468,cs), +(481,427,o), +(465,388,o), +(426,376,c), +(426,371,l), +(468,361,o), +(488,323,o), +(488,276,cs), +(488,192,o), +(432,144,o), +(349,144,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) ); }, { closed = 1; nodes = ( -(282,143,o), -(255,198,o), -(256,280,c), -(286,280,l), -(285,199,o), -(311,168,o), -(350,168,cs), -(393,168,o), -(413,203,o), -(413,267,cs), -(413,323,o), -(390,359,o), -(348,359,cs), -(326,359,l), -(326,385,l), -(348,385,ls), -(389,385,o), -(408,425,o), -(408,472,cs), -(408,527,o), -(384,560,o), -(345,560,cs), -(302,560,o), -(285,519,o), -(287,456,c), -(257,456,l), -(255,544,o), -(292,585,o), -(346,585,cs), -(401,585,o), -(437,543,o), -(437,475,cs), -(437,429,o), -(419,387,o), -(385,374,c), -(385,372,l), -(424,360,o), -(443,321,o), -(443,266,cs), -(443,188,o), -(409,143,o), -(350,143,cs) +(238,143,o), +(206,204,o), +(208,284,c), +(318,284,l), +(318,248,o), +(327,235,o), +(341,235,cs), +(360,235,o), +(369,247,o), +(369,281,cs), +(369,314,o), +(355,328,o), +(333,328,cs), +(295,328,l), +(295,408,l), +(329,408,ls), +(354,408,o), +(364,429,o), +(364,453,cs), +(364,484,o), +(359,495,o), +(341,495,cs), +(328,495,o), +(319,480,o), +(321,448,c), +(212,448,l), +(210,537,o), +(263,587,o), +(345,587,cs), +(426,587,o), +(472,539,o), +(472,467,cs), +(472,426,o), +(456,387,o), +(417,375,c), +(417,370,l), +(459,360,o), +(479,322,o), +(479,275,cs), +(479,191,o), +(423,143,o), +(340,143,cs) ); } ); -width = 698; +width = 686; }, { anchors = ( { name = center; -pos = (435.5,363); +pos = (416,363); } ); background = { @@ -365,70 +2373,70 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) ); }, { closed = 1; nodes = ( -(352,144,o), -(298,193,o), -(295,264,c), -(329,264,l), -(333,207,o), -(376,174,o), -(432,174,cs), -(498,174,o), -(541,211,o), -(541,269,cs), -(541,330,o), -(502,359,o), -(444,359,cs), -(403,359,l), -(403,387,l), -(435,387,ls), -(502,387,o), -(539,422,o), -(539,473,cs), -(539,527,o), -(499,557,o), -(441,557,cs), -(382,557,o), -(342,521,o), -(339,467,c), -(304,467,l), -(308,542,o), -(365,587,o), -(441,587,cs), -(523,587,o), -(574,543,o), -(574,476,cs), -(574,425,o), -(541,389,o), -(497,376,c), -(497,373,l), -(547,362,o), -(577,322,o), -(577,267,cs), -(577,193,o), -(519,144,o), -(432,144,cs) +(332,144,o), +(278,193,o), +(275,264,c), +(309,264,l), +(313,207,o), +(356,174,o), +(412,174,cs), +(478,174,o), +(521,211,o), +(521,269,cs), +(521,330,o), +(482,359,o), +(424,359,cs), +(383,359,l), +(383,387,l), +(415,387,ls), +(482,387,o), +(519,422,o), +(519,473,cs), +(519,527,o), +(479,557,o), +(421,557,cs), +(362,557,o), +(322,521,o), +(319,467,c), +(284,467,l), +(288,542,o), +(345,587,o), +(421,587,cs), +(503,587,o), +(554,543,o), +(554,476,cs), +(554,425,o), +(521,389,o), +(477,376,c), +(477,373,l), +(527,362,o), +(557,322,o), +(557,267,cs), +(557,193,o), +(499,144,o), +(412,144,cs) ); } ); @@ -712,13 +2720,13 @@ type = Stem; } ); }; -width = 871; +width = 831; }, { anchors = ( { name = center; -pos = (427.5,365); +pos = (407,365); } ); background = { @@ -789,80 +2797,80 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) ); }, { closed = 1; nodes = ( -(321,145,o), -(261,202,o), -(257,289,c), -(381,289,l), -(381,264,o), -(401,250,o), -(427,250,cs), -(454,250,o), -(469,267,o), -(469,289,cs), -(469,311,o), -(455,324,o), -(427,324,cs), -(375,324,l), -(375,416,l), -(423,416,ls), -(448,416,o), -(462,431,o), -(462,451,cs), -(462,472,o), -(449,483,o), -(426,483,cs), -(400,483,o), -(385,469,o), -(384,447,c), -(260,447,l), -(263,534,o), -(328,589,o), -(431,589,cs), -(523,589,o), -(587,544,o), -(587,467,cs), -(587,425,o), -(561,391,o), -(528,378,c), -(528,373,l), -(573,360,o), -(598,322,o), -(598,278,cs), -(598,192,o), -(525,145,o), -(427,145,cs) -); -} -); -width = 855; +(300,145,o), +(240,202,o), +(236,289,c), +(360,289,l), +(360,264,o), +(380,250,o), +(406,250,cs), +(433,250,o), +(448,267,o), +(448,289,cs), +(448,311,o), +(434,324,o), +(406,324,cs), +(354,324,l), +(354,416,l), +(402,416,ls), +(427,416,o), +(441,431,o), +(441,451,cs), +(441,472,o), +(428,483,o), +(405,483,cs), +(379,483,o), +(364,469,o), +(363,447,c), +(239,447,l), +(242,534,o), +(307,589,o), +(410,589,cs), +(502,589,o), +(566,544,o), +(566,467,cs), +(566,425,o), +(540,391,o), +(507,378,c), +(507,373,l), +(552,360,o), +(577,322,o), +(577,278,cs), +(577,192,o), +(504,145,o), +(406,145,cs) +); +} +); +width = 813; }, { anchors = ( { name = center; -pos = (442,363); +pos = (432,363); } ); background = { @@ -933,80 +2941,80 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) ); }, { closed = 1; nodes = ( -(329,145,o), -(264,197,o), -(263,283,c), -(300,283,l), -(300,211,o), -(356,176,o), -(438,176,cs), -(533,176,o), -(581,213,o), -(581,270,cs), -(581,336,o), -(532,360,o), -(457,360,cs), -(398,360,l), -(398,388,l), -(450,388,ls), -(537,388,o), -(573,423,o), -(573,474,cs), -(573,533,o), -(518,557,o), -(442,557,cs), -(363,557,o), -(308,518,o), -(307,452,c), -(272,452,l), -(269,535,o), -(343,587,o), -(442,587,cs), -(540,587,o), -(610,554,o), -(610,477,cs), -(610,422,o), -(570,385,o), -(514,376,c), -(514,373,l), -(575,368,o), -(620,333,o), -(620,268,cs), -(620,191,o), -(550,145,o), -(438,145,cs) +(319,145,o), +(254,197,o), +(253,283,c), +(290,283,l), +(290,211,o), +(346,176,o), +(428,176,cs), +(523,176,o), +(571,213,o), +(571,270,cs), +(571,336,o), +(522,360,o), +(447,360,cs), +(388,360,l), +(388,388,l), +(440,388,ls), +(527,388,o), +(563,423,o), +(563,474,cs), +(563,533,o), +(508,557,o), +(432,557,cs), +(353,557,o), +(298,518,o), +(297,452,c), +(262,452,l), +(259,535,o), +(333,587,o), +(432,587,cs), +(530,587,o), +(600,554,o), +(600,477,cs), +(600,422,o), +(560,385,o), +(504,376,c), +(504,373,l), +(565,368,o), +(610,333,o), +(610,268,cs), +(610,191,o), +(540,145,o), +(428,145,cs) ); } ); -width = 884; +width = 864; }, { anchors = ( { name = center; -pos = (430,364); +pos = (420,364); } ); background = { @@ -1077,80 +3085,80 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) ); }, { closed = 1; nodes = ( -(297,147,o), -(230,194,o), -(224,290,c), -(372,290,l), -(376,265,o), -(396,255,o), -(429,255,cs), -(466,255,o), -(485,269,o), -(485,293,cs), -(485,312,o), -(468,325,o), -(430,325,cs), -(369,325,l), -(369,418,l), -(429,418,ls), -(461,418,o), -(476,432,o), -(476,451,cs), -(476,471,o), -(459,483,o), -(429,483,cs), -(394,483,o), -(381,472,o), -(375,449,c), -(230,449,l), -(239,549,o), -(315,591,o), -(435,591,cs), -(559,591,o), -(627,545,o), -(627,470,cs), -(627,427,o), -(601,391,o), -(552,379,c), -(552,374,l), -(601,368,o), -(636,331,o), -(636,278,cs), -(636,201,o), -(564,147,o), -(427,147,cs) -); -} -); -width = 860; +(287,147,o), +(220,194,o), +(214,290,c), +(362,290,l), +(366,265,o), +(386,255,o), +(419,255,cs), +(456,255,o), +(475,269,o), +(475,293,cs), +(475,312,o), +(458,325,o), +(420,325,cs), +(359,325,l), +(359,418,l), +(419,418,ls), +(451,418,o), +(466,432,o), +(466,451,cs), +(466,471,o), +(449,483,o), +(419,483,cs), +(384,483,o), +(371,472,o), +(365,449,c), +(220,449,l), +(229,549,o), +(305,591,o), +(425,591,cs), +(549,591,o), +(617,545,o), +(617,470,cs), +(617,427,o), +(591,391,o), +(542,379,c), +(542,374,l), +(591,368,o), +(626,331,o), +(626,278,cs), +(626,201,o), +(554,147,o), +(417,147,cs) +); +} +); +width = 840; }, { anchors = ( { name = center; -pos = (386,365); +pos = (363,365); } ); background = { @@ -1220,81 +3228,81 @@ nodes = ( ); } ); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) +); }, { closed = 1; nodes = ( -(319,143,o), -(292,198,o), -(293,280,c), -(323,280,l), -(322,199,o), -(348,168,o), -(387,168,cs), -(430,168,o), -(450,203,o), -(450,267,cs), -(450,323,o), -(427,359,o), -(385,359,cs), -(363,359,l), -(363,385,l), -(385,385,ls), -(426,385,o), -(445,425,o), -(445,472,cs), -(445,527,o), -(421,560,o), -(382,560,cs), -(339,560,o), -(322,519,o), -(324,456,c), -(294,456,l), -(292,544,o), -(329,585,o), -(383,585,cs), -(438,585,o), -(474,543,o), -(474,475,cs), -(474,429,o), -(456,387,o), -(422,374,c), -(422,372,l), -(461,360,o), -(480,321,o), -(480,266,cs), -(480,188,o), -(446,143,o), -(387,143,cs) +(296,143,o), +(269,198,o), +(270,280,c), +(300,280,l), +(299,199,o), +(325,168,o), +(364,168,cs), +(407,168,o), +(427,203,o), +(427,267,cs), +(427,323,o), +(404,359,o), +(362,359,cs), +(340,359,l), +(340,385,l), +(362,385,ls), +(403,385,o), +(422,425,o), +(422,472,cs), +(422,527,o), +(398,560,o), +(359,560,cs), +(316,560,o), +(299,519,o), +(301,456,c), +(271,456,l), +(269,544,o), +(306,585,o), +(360,585,cs), +(415,585,o), +(451,543,o), +(451,475,cs), +(451,429,o), +(433,387,o), +(399,374,c), +(399,372,l), +(438,360,o), +(457,321,o), +(457,266,cs), +(457,188,o), +(423,143,o), +(364,143,cs) ); } ); -width = 727; +width = 681; }, { anchors = ( { name = center; -pos = (385,366); +pos = (374,366); } ); background = { @@ -1365,80 +3373,80 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) ); }, { closed = 1; nodes = ( -(280,143,o), -(248,204,o), -(250,284,c), -(360,284,l), -(360,248,o), -(369,235,o), -(383,235,cs), -(402,235,o), -(411,247,o), -(411,281,cs), -(411,314,o), -(397,328,o), -(375,328,cs), -(337,328,l), -(337,408,l), -(371,408,ls), -(396,408,o), -(406,429,o), -(406,453,cs), -(406,484,o), -(401,495,o), -(383,495,cs), -(370,495,o), -(361,480,o), -(363,448,c), -(254,448,l), -(252,537,o), -(305,587,o), -(387,587,cs), -(468,587,o), -(514,539,o), -(514,467,cs), -(514,426,o), -(498,387,o), -(459,375,c), -(459,370,l), -(501,360,o), -(521,322,o), -(521,275,cs), -(521,191,o), -(465,143,o), -(382,143,cs) -); -} -); -width = 731; +(269,143,o), +(237,204,o), +(239,284,c), +(349,284,l), +(349,248,o), +(358,235,o), +(372,235,cs), +(391,235,o), +(400,247,o), +(400,281,cs), +(400,314,o), +(386,328,o), +(364,328,cs), +(326,328,l), +(326,408,l), +(360,408,ls), +(385,408,o), +(395,429,o), +(395,453,cs), +(395,484,o), +(390,495,o), +(372,495,cs), +(359,495,o), +(350,480,o), +(352,448,c), +(243,448,l), +(241,537,o), +(294,587,o), +(376,587,cs), +(457,587,o), +(503,539,o), +(503,467,cs), +(503,426,o), +(487,387,o), +(448,375,c), +(448,370,l), +(490,360,o), +(510,322,o), +(510,275,cs), +(510,191,o), +(454,143,o), +(371,143,cs) +); +} +); +width = 709; }, { anchors = ( { name = center; -pos = (467.5,363); +pos = (444,363); } ); background = { @@ -1509,80 +3517,80 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) ); }, { closed = 1; nodes = ( -(384,144,o), -(330,193,o), -(327,264,c), -(361,264,l), -(365,207,o), -(408,174,o), -(464,174,cs), -(530,174,o), -(573,211,o), -(573,269,cs), -(573,330,o), -(534,359,o), -(476,359,cs), -(435,359,l), -(435,387,l), -(467,387,ls), -(534,387,o), -(571,422,o), -(571,473,cs), -(571,527,o), -(531,557,o), -(473,557,cs), -(414,557,o), -(374,521,o), -(371,467,c), -(336,467,l), -(340,542,o), -(397,587,o), -(473,587,cs), -(555,587,o), -(606,543,o), -(606,476,cs), -(606,425,o), -(573,389,o), -(529,376,c), -(529,373,l), -(579,362,o), -(609,322,o), -(609,267,cs), -(609,193,o), -(551,144,o), -(464,144,cs) +(360,144,o), +(306,193,o), +(303,264,c), +(337,264,l), +(341,207,o), +(384,174,o), +(440,174,cs), +(506,174,o), +(549,211,o), +(549,269,cs), +(549,330,o), +(510,359,o), +(452,359,cs), +(411,359,l), +(411,387,l), +(443,387,ls), +(510,387,o), +(547,422,o), +(547,473,cs), +(547,527,o), +(507,557,o), +(449,557,cs), +(390,557,o), +(350,521,o), +(347,467,c), +(312,467,l), +(316,542,o), +(373,587,o), +(449,587,cs), +(531,587,o), +(582,543,o), +(582,476,cs), +(582,425,o), +(549,389,o), +(505,376,c), +(505,373,l), +(555,362,o), +(585,322,o), +(585,267,cs), +(585,193,o), +(527,144,o), +(440,144,cs) ); } ); -width = 891; +width = 843; }, { anchors = ( { name = center; -pos = (455.5,365); +pos = (427,365); } ); background = { @@ -1653,80 +3661,80 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) ); }, { closed = 1; nodes = ( -(349,145,o), -(289,202,o), -(285,289,c), -(409,289,l), -(409,264,o), -(429,250,o), -(455,250,cs), -(482,250,o), -(497,267,o), -(497,289,cs), -(497,311,o), -(483,324,o), -(455,324,cs), -(403,324,l), -(403,416,l), -(451,416,ls), -(476,416,o), -(490,431,o), -(490,451,cs), -(490,472,o), -(477,483,o), -(454,483,cs), -(428,483,o), -(413,469,o), -(412,447,c), -(288,447,l), -(291,534,o), -(356,589,o), -(459,589,cs), -(551,589,o), -(615,544,o), -(615,467,cs), -(615,425,o), -(589,391,o), -(556,378,c), -(556,373,l), -(601,360,o), -(626,322,o), -(626,278,cs), -(626,192,o), -(553,145,o), -(455,145,cs) +(320,145,o), +(260,202,o), +(256,289,c), +(380,289,l), +(380,264,o), +(400,250,o), +(426,250,cs), +(453,250,o), +(468,267,o), +(468,289,cs), +(468,311,o), +(454,324,o), +(426,324,cs), +(374,324,l), +(374,416,l), +(422,416,ls), +(447,416,o), +(461,431,o), +(461,451,cs), +(461,472,o), +(448,483,o), +(425,483,cs), +(399,483,o), +(384,469,o), +(383,447,c), +(259,447,l), +(262,534,o), +(327,589,o), +(430,589,cs), +(522,589,o), +(586,544,o), +(586,467,cs), +(586,425,o), +(560,391,o), +(527,378,c), +(527,373,l), +(572,360,o), +(597,322,o), +(597,278,cs), +(597,192,o), +(524,145,o), +(426,145,cs) ); } ); -width = 873; +width = 815; }, { anchors = ( { name = center; -pos = (473,363); +pos = (463,363); } ); background = { @@ -1797,80 +3805,80 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) ); }, { closed = 1; nodes = ( -(360,145,o), -(295,197,o), -(294,283,c), -(331,283,l), -(331,211,o), -(387,176,o), -(469,176,cs), -(564,176,o), -(612,213,o), -(612,270,cs), -(612,336,o), -(563,360,o), -(488,360,cs), -(429,360,l), -(429,388,l), -(481,388,ls), -(568,388,o), -(604,423,o), -(604,474,cs), -(604,533,o), -(549,557,o), -(473,557,cs), -(394,557,o), -(339,518,o), -(338,452,c), -(303,452,l), -(300,535,o), -(374,587,o), -(473,587,cs), -(571,587,o), -(641,554,o), -(641,477,cs), -(641,422,o), -(601,385,o), -(545,376,c), -(545,373,l), -(606,368,o), -(651,333,o), -(651,268,cs), -(651,191,o), -(581,145,o), -(469,145,cs) +(350,145,o), +(285,197,o), +(284,283,c), +(321,283,l), +(321,211,o), +(377,176,o), +(459,176,cs), +(554,176,o), +(602,213,o), +(602,270,cs), +(602,336,o), +(553,360,o), +(478,360,cs), +(419,360,l), +(419,388,l), +(471,388,ls), +(558,388,o), +(594,423,o), +(594,474,cs), +(594,533,o), +(539,557,o), +(463,557,cs), +(384,557,o), +(329,518,o), +(328,452,c), +(293,452,l), +(290,535,o), +(364,587,o), +(463,587,cs), +(561,587,o), +(631,554,o), +(631,477,cs), +(631,422,o), +(591,385,o), +(535,376,c), +(535,373,l), +(596,368,o), +(641,333,o), +(641,268,cs), +(641,191,o), +(571,145,o), +(459,145,cs) ); } ); -width = 903; +width = 883; }, { anchors = ( { name = center; -pos = (459,364); +pos = (444,364); } ); background = { @@ -1941,74 +3949,74 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) ); }, { closed = 1; nodes = ( -(326,147,o), -(259,194,o), -(253,290,c), -(401,290,l), -(405,265,o), -(425,255,o), -(458,255,cs), -(495,255,o), -(514,269,o), -(514,293,cs), -(514,312,o), -(497,325,o), -(459,325,cs), -(398,325,l), -(398,418,l), -(458,418,ls), -(490,418,o), -(505,432,o), -(505,451,cs), -(505,471,o), -(488,483,o), -(458,483,cs), -(423,483,o), -(410,472,o), -(404,449,c), -(259,449,l), -(268,549,o), -(344,591,o), -(464,591,cs), -(588,591,o), -(656,545,o), -(656,470,cs), -(656,427,o), -(630,391,o), -(581,379,c), -(581,374,l), -(630,368,o), -(665,331,o), -(665,278,cs), -(665,201,o), -(593,147,o), -(456,147,cs) -); -} -); -width = 880; +(311,147,o), +(244,194,o), +(238,290,c), +(386,290,l), +(390,265,o), +(410,255,o), +(443,255,cs), +(480,255,o), +(499,269,o), +(499,293,cs), +(499,312,o), +(482,325,o), +(444,325,cs), +(383,325,l), +(383,418,l), +(443,418,ls), +(475,418,o), +(490,432,o), +(490,451,cs), +(490,471,o), +(473,483,o), +(443,483,cs), +(408,483,o), +(395,472,o), +(389,449,c), +(244,449,l), +(253,549,o), +(329,591,o), +(449,591,cs), +(573,591,o), +(641,545,o), +(641,470,cs), +(641,427,o), +(615,391,o), +(566,379,c), +(566,374,l), +(615,368,o), +(650,331,o), +(650,278,cs), +(650,201,o), +(578,147,o), +(441,147,cs) +); +} +); +width = 850; } ); metricLeft = one.circled; diff --git a/sources/MonaSans.glyphspackage/glyphs/three.circled.glyph b/sources/MonaSans.glyphspackage/glyphs/three.circled.glyph index adf32321..f3b1fda5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/three.circled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/three.circled.glyph @@ -220,6 +220,1229 @@ shapes = ( { closed = 1; nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(551,142,o), +(621,188,o), +(621,265,cs), +(621,330,o), +(576,365,o), +(515,370,c), +(515,373,l), +(571,382,o), +(611,419,o), +(611,474,cs), +(611,551,o), +(541,584,o), +(443,584,cs), +(344,584,o), +(270,532,o), +(273,449,c), +(308,449,l), +(309,515,o), +(364,554,o), +(443,554,cs), +(519,554,o), +(574,530,o), +(574,471,cs), +(574,420,o), +(538,385,o), +(451,385,cs), +(399,385,l), +(399,357,l), +(458,357,ls), +(533,357,o), +(582,333,o), +(582,267,cs), +(582,210,o), +(534,173,o), +(439,173,cs), +(357,173,o), +(301,208,o), +(301,280,c), +(264,280,l), +(265,194,o), +(330,142,o), +(439,142,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (231,190); +ref = threeinferior; +} +); +width = 884; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(566,143,o), +(638,197,o), +(638,274,cs), +(638,327,o), +(603,364,o), +(554,370,c), +(554,375,l), +(603,387,o), +(629,423,o), +(629,466,cs), +(629,541,o), +(561,587,o), +(437,587,cs), +(317,587,o), +(241,545,o), +(232,445,c), +(377,445,l), +(383,468,o), +(396,479,o), +(431,479,cs), +(461,479,o), +(478,467,o), +(478,447,cs), +(478,428,o), +(463,414,o), +(431,414,cs), +(371,414,l), +(371,321,l), +(432,321,ls), +(470,321,o), +(487,308,o), +(487,289,cs), +(487,265,o), +(468,251,o), +(431,251,cs), +(398,251,o), +(378,261,o), +(374,286,c), +(226,286,l), +(232,190,o), +(299,143,o), +(429,143,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (214,193); +ref = threeinferior; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(519,142,o), +(577,191,o), +(577,265,cs), +(577,320,o), +(547,360,o), +(497,371,c), +(497,374,l), +(541,387,o), +(574,423,o), +(574,474,cs), +(574,541,o), +(523,585,o), +(441,585,cs), +(365,585,o), +(308,540,o), +(304,465,c), +(339,465,l), +(342,519,o), +(382,555,o), +(441,555,cs), +(499,555,o), +(539,525,o), +(539,471,cs), +(539,420,o), +(502,385,o), +(435,385,cs), +(403,385,l), +(403,357,l), +(444,357,ls), +(502,357,o), +(541,328,o), +(541,267,cs), +(541,209,o), +(498,172,o), +(432,172,cs), +(376,172,o), +(333,205,o), +(329,262,c), +(295,262,l), +(298,191,o), +(352,142,o), +(432,142,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (243,189); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -50; +width = 55; +}; +}; +width = 858; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(524,143,o), +(597,190,o), +(597,276,cs), +(597,320,o), +(572,358,o), +(527,371,c), +(527,376,l), +(560,389,o), +(586,423,o), +(586,465,cs), +(586,542,o), +(522,587,o), +(430,587,cs), +(327,587,o), +(262,532,o), +(259,445,c), +(383,445,l), +(384,467,o), +(399,481,o), +(425,481,cs), +(448,481,o), +(461,470,o), +(461,449,cs), +(461,429,o), +(447,414,o), +(422,414,cs), +(374,414,l), +(374,322,l), +(426,322,ls), +(454,322,o), +(468,309,o), +(468,287,cs), +(468,265,o), +(453,248,o), +(426,248,cs), +(400,248,o), +(380,262,o), +(380,287,c), +(256,287,l), +(260,200,o), +(320,143,o), +(426,143,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (231,191); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 834; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,144,o), +(480,189,o), +(480,267,cs), +(480,322,o), +(461,361,o), +(422,373,c), +(422,375,l), +(456,388,o), +(474,430,o), +(474,476,cs), +(474,544,o), +(438,586,o), +(383,586,cs), +(329,586,o), +(292,545,o), +(294,457,c), +(324,457,l), +(322,520,o), +(339,561,o), +(382,561,cs), +(421,561,o), +(445,528,o), +(445,473,cs), +(445,426,o), +(426,386,o), +(385,386,cs), +(363,386,l), +(363,360,l), +(385,360,ls), +(427,360,o), +(450,324,o), +(450,268,cs), +(450,204,o), +(430,169,o), +(387,169,cs), +(348,169,o), +(322,200,o), +(323,281,c), +(293,281,l), +(292,199,o), +(319,144,o), +(387,144,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +pos = (259,188); +ref = threeinferior; +} +); +width = 727; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(464,144,o), +(520,192,o), +(520,276,cs), +(520,323,o), +(500,361,o), +(458,371,c), +(458,376,l), +(497,388,o), +(513,427,o), +(513,468,cs), +(513,540,o), +(467,588,o), +(386,588,cs), +(304,588,o), +(251,538,o), +(253,449,c), +(362,449,l), +(360,481,o), +(369,496,o), +(382,496,cs), +(400,496,o), +(405,485,o), +(405,454,cs), +(405,430,o), +(395,409,o), +(370,409,cs), +(336,409,l), +(336,329,l), +(374,329,ls), +(396,329,o), +(410,315,o), +(410,282,cs), +(410,248,o), +(401,236,o), +(382,236,cs), +(368,236,o), +(359,249,o), +(359,285,c), +(249,285,l), +(247,205,o), +(279,144,o), +(381,144,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +pos = (239,189); +ref = threeinferior; +} +); +width = 747; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(551,142,o), +(609,191,o), +(609,265,cs), +(609,320,o), +(579,360,o), +(529,371,c), +(529,374,l), +(573,387,o), +(606,423,o), +(606,474,cs), +(606,541,o), +(555,585,o), +(473,585,cs), +(397,585,o), +(340,540,o), +(336,465,c), +(371,465,l), +(374,519,o), +(414,555,o), +(473,555,cs), +(531,555,o), +(571,525,o), +(571,471,cs), +(571,420,o), +(534,385,o), +(467,385,cs), +(435,385,l), +(435,357,l), +(476,357,ls), +(534,357,o), +(573,328,o), +(573,267,cs), +(573,209,o), +(530,172,o), +(464,172,cs), +(408,172,o), +(365,205,o), +(361,262,c), +(327,262,l), +(330,191,o), +(384,142,o), +(464,142,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = master01; +pos = (300,186); +ref = threeinferior; +} +); +width = 891; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(552,143,o), +(625,190,o), +(625,276,cs), +(625,320,o), +(600,358,o), +(555,371,c), +(555,376,l), +(588,389,o), +(614,423,o), +(614,465,cs), +(614,542,o), +(550,587,o), +(458,587,cs), +(355,587,o), +(290,532,o), +(287,445,c), +(411,445,l), +(412,467,o), +(427,481,o), +(453,481,cs), +(476,481,o), +(489,470,o), +(489,449,cs), +(489,429,o), +(475,414,o), +(450,414,cs), +(402,414,l), +(402,322,l), +(454,322,ls), +(482,322,o), +(496,309,o), +(496,287,cs), +(496,265,o), +(481,248,o), +(454,248,cs), +(428,248,o), +(408,262,o), +(408,287,c), +(284,287,l), +(288,200,o), +(348,143,o), +(454,143,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +pos = (287,188); +ref = threeinferior; +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(582,142,o), +(652,188,o), +(652,265,cs), +(652,330,o), +(607,365,o), +(546,370,c), +(546,373,l), +(602,382,o), +(642,419,o), +(642,474,cs), +(642,551,o), +(572,584,o), +(474,584,cs), +(375,584,o), +(301,532,o), +(304,449,c), +(339,449,l), +(340,515,o), +(395,554,o), +(474,554,cs), +(550,554,o), +(605,530,o), +(605,471,cs), +(605,420,o), +(569,385,o), +(482,385,cs), +(430,385,l), +(430,357,l), +(489,357,ls), +(564,357,o), +(613,333,o), +(613,267,cs), +(613,210,o), +(565,173,o), +(470,173,cs), +(388,173,o), +(332,208,o), +(332,280,c), +(295,280,l), +(296,194,o), +(361,142,o), +(470,142,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +pos = (262,190); +ref = threeinferior; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,67,o), +(151,181,o), +(151,364,cs), +(151,547,o), +(279,661,o), +(459,661,cs), +(640,661,o), +(767,547,o), +(767,364,cs), +(767,181,o), +(640,67,o), +(459,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(595,143,o), +(667,197,o), +(667,274,cs), +(667,327,o), +(632,364,o), +(583,370,c), +(583,375,l), +(632,387,o), +(658,423,o), +(658,466,cs), +(658,541,o), +(590,587,o), +(466,587,cs), +(346,587,o), +(270,545,o), +(261,445,c), +(406,445,l), +(412,468,o), +(425,479,o), +(460,479,cs), +(490,479,o), +(507,467,o), +(507,447,cs), +(507,428,o), +(492,414,o), +(460,414,cs), +(400,414,l), +(400,321,l), +(461,321,ls), +(499,321,o), +(516,308,o), +(516,289,cs), +(516,265,o), +(497,251,o), +(460,251,cs), +(427,251,o), +(407,261,o), +(403,286,c), +(255,286,l), +(261,190,o), +(328,143,o), +(458,143,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +pos = (243,193); +ref = threeinferior; +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(409,144,o), +(443,189,o), +(443,267,cs), +(443,322,o), +(424,361,o), +(385,373,c), +(385,375,l), +(419,388,o), +(437,430,o), +(437,476,cs), +(437,544,o), +(401,586,o), +(346,586,cs), +(292,586,o), +(255,545,o), +(257,457,c), +(287,457,l), +(285,520,o), +(302,561,o), +(345,561,cs), +(384,561,o), +(408,528,o), +(408,473,cs), +(408,426,o), +(389,386,o), +(348,386,cs), +(326,386,l), +(326,360,l), +(348,360,ls), +(390,360,o), +(413,324,o), +(413,268,cs), +(413,204,o), +(393,169,o), +(350,169,cs), +(311,169,o), +(285,200,o), +(286,281,c), +(256,281,l), +(255,199,o), +(282,144,o), +(350,144,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = whiteCircle; +}, +{ +alignment = -1; +pos = (222,188); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 698; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(432,144,o), +(488,192,o), +(488,276,cs), +(488,323,o), +(468,361,o), +(426,371,c), +(426,376,l), +(465,388,o), +(481,427,o), +(481,468,cs), +(481,540,o), +(435,588,o), +(354,588,cs), +(272,588,o), +(219,538,o), +(221,449,c), +(330,449,l), +(328,481,o), +(337,496,o), +(350,496,cs), +(368,496,o), +(373,485,o), +(373,454,cs), +(373,430,o), +(363,409,o), +(338,409,cs), +(304,409,l), +(304,329,l), +(342,329,ls), +(364,329,o), +(378,315,o), +(378,282,cs), +(378,248,o), +(369,236,o), +(350,236,cs), +(336,236,o), +(327,249,o), +(327,285,c), +(217,285,l), +(215,205,o), +(247,144,o), +(349,144,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (204,189); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 686; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( (660,-10,o), (811,140,o), (811,363,cs), @@ -300,13 +1523,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (247,189); ref = threeinferior; } @@ -406,13 +1630,14 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (233,191); ref = threeinferior; } @@ -424,7 +1649,7 @@ weight = -450; width = 50; }; }; -width = 855; +width = 835; }, { background = { @@ -512,13 +1737,14 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (231,190); ref = threeinferior; } @@ -611,13 +1837,14 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (214,193); ref = threeinferior; } @@ -710,7 +1937,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -718,11 +1945,11 @@ ref = whiteCircle; }, { masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (259,188); +pos = (236,188); ref = threeinferior; } ); -width = 727; +width = 681; }, { background = { @@ -810,7 +2037,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -818,11 +2045,11 @@ ref = whiteCircle; }, { masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (239,189); +pos = (220,189); ref = threeinferior; } ); -width = 731; +width = 709; }, { background = { @@ -910,7 +2137,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -918,11 +2145,11 @@ ref = whiteCircle; }, { masterId = master01; -pos = (279,189); +pos = (300,186); ref = threeinferior; } ); -width = 891; +width = 843; }, { background = { @@ -1010,7 +2237,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -1018,11 +2245,11 @@ ref = whiteCircle; }, { masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (261,191); +pos = (287,188); ref = threeinferior; } ); -width = 873; +width = 815; }, { background = { @@ -1110,7 +2337,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -1118,11 +2345,11 @@ ref = whiteCircle; }, { masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (262,190); +pos = (252,190); ref = threeinferior; } ); -width = 903; +width = 883; }, { background = { @@ -1210,7 +2437,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -1218,11 +2445,11 @@ ref = whiteCircle; }, { masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (243,193); +pos = (222,193); ref = threeinferior; } ); -width = 880; +width = 850; } ); metricLeft = one.sansSerifCircled; diff --git a/sources/MonaSans.glyphspackage/glyphs/three.dnom.glyph b/sources/MonaSans.glyphspackage/glyphs/three.dnom.glyph index 49d00bd0..e2511dea 100644 --- a/sources/MonaSans.glyphspackage/glyphs/three.dnom.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/three.dnom.glyph @@ -7,48 +7,48 @@ shapes = ( { closed = 1; nodes = ( -(202,-5,o), -(252,36,o), -(252,110,cs), -(252,149,o), -(235,183,o), -(198,192,c), -(198,195,l), -(232,206,o), -(246,240,o), -(246,275,cs), -(246,337,o), -(206,380,o), -(134,380,cs), -(61,380,o), -(14,336,o), -(15,259,c), -(115,259,l), -(114,283,o), -(119,296,o), -(130,296,cs), -(144,296,o), -(148,288,o), -(148,262,cs), -(148,243,o), -(139,226,o), -(119,226,cs), -(89,226,l), -(89,153,l), -(122,153,ls), -(140,153,o), -(152,142,o), -(152,115,cs), -(152,89,o), -(145,78,o), -(130,78,cs), -(119,78,o), -(112,89,o), -(112,117,c), -(12,117,l), -(10,44,o), -(42,-5,o), -(129,-5,cs) +(210,-5,o), +(260,36,o), +(260,110,cs), +(260,149,o), +(243,183,o), +(206,192,c), +(206,195,l), +(240,206,o), +(254,240,o), +(254,275,cs), +(254,337,o), +(214,380,o), +(142,380,cs), +(69,380,o), +(22,336,o), +(23,259,c), +(123,259,l), +(122,283,o), +(127,296,o), +(138,296,cs), +(152,296,o), +(156,288,o), +(156,262,cs), +(156,243,o), +(147,226,o), +(127,226,cs), +(97,226,l), +(97,153,l), +(130,153,ls), +(148,153,o), +(160,142,o), +(160,115,cs), +(160,89,o), +(153,78,o), +(138,78,cs), +(127,78,o), +(120,89,o), +(120,117,c), +(20,117,l), +(18,44,o), +(50,-5,o), +(137,-5,cs) ); } ); @@ -59,7 +59,7 @@ weight = -400; width = 52; }; }; -width = 266; +width = 282; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -122,53 +122,173 @@ width = 55; width = 252; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(254,-5,o), -(307,40,o), -(307,108,cs), -(307,161,o), -(278,196,o), -(234,205,c), -(234,208,l), -(277,221,o), -(305,255,o), -(305,300,cs), -(305,361,o), -(258,402,o), -(183,402,cs), -(114,402,o), -(61,361,o), -(58,292,c), -(89,292,l), -(92,341,o), -(129,374,o), -(183,374,cs), -(237,374,o), -(273,346,o), -(273,297,cs), -(273,250,o), -(238,218,o), -(177,218,cs), -(148,218,l), -(148,193,l), -(185,193,ls), -(239,193,o), -(274,165,o), -(274,110,cs), -(274,57,o), -(235,23,o), -(175,23,cs), -(121,23,o), -(83,56,o), -(80,106,c), -(49,106,l), -(52,40,o), -(102,-5,o), -(175,-5,cs) +(298,-5,o), +(362,38,o), +(362,108,cs), +(362,167,o), +(321,200,o), +(265,205,c), +(265,207,l), +(319,216,o), +(353,251,o), +(353,300,cs), +(353,370,o), +(289,401,o), +(199,401,cs), +(109,401,o), +(40,355,o), +(42,276,c), +(76,276,l), +(76,337,o), +(127,372,o), +(198,372,cs), +(268,372,o), +(317,350,o), +(317,297,cs), +(317,250,o), +(284,219,o), +(206,219,cs), +(157,219,l), +(157,192,l), +(212,192,ls), +(281,192,o), +(325,170,o), +(325,110,cs), +(325,58,o), +(281,24,o), +(195,24,cs), +(120,24,o), +(69,57,o), +(69,122,c), +(34,122,l), +(35,46,o), +(91,-5,o), +(195,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 404; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(319,-5,o), +(385,41,o), +(385,108,cs), +(385,154,o), +(353,186,o), +(308,192,c), +(308,195,l), +(351,206,o), +(377,236,o), +(377,275,cs), +(377,340,o), +(315,380,o), +(206,380,cs), +(99,380,o), +(31,343,o), +(24,256,c), +(147,256,l), +(152,280,o), +(169,288,o), +(200,288,cs), +(231,288,o), +(249,277,o), +(249,259,cs), +(249,241,o), +(233,229,o), +(202,229,cs), +(148,229,l), +(148,150,l), +(202,150,ls), +(240,150,o), +(257,138,o), +(257,121,cs), +(257,99,o), +(238,87,o), +(200,87,cs), +(168,87,o), +(146,96,o), +(144,119,c), +(18,119,l), +(23,36,o), +(83,-5,o), +(199,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 410; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(251,-5,o), +(304,40,o), +(304,108,cs), +(304,161,o), +(275,196,o), +(233,205,c), +(233,208,l), +(274,221,o), +(302,255,o), +(302,300,cs), +(302,361,o), +(255,402,o), +(182,402,cs), +(115,402,o), +(62,361,o), +(59,292,c), +(90,292,l), +(93,341,o), +(130,374,o), +(182,374,cs), +(236,374,o), +(270,346,o), +(270,297,cs), +(270,250,o), +(237,218,o), +(176,218,cs), +(149,218,l), +(149,193,l), +(184,193,ls), +(238,193,o), +(271,165,o), +(271,110,cs), +(271,57,o), +(234,23,o), +(174,23,cs), +(122,23,o), +(84,56,o), +(81,106,c), +(52,106,l), +(53,40,o), +(103,-5,o), +(174,-5,cs) ); } ); @@ -293,56 +413,56 @@ type = Stem; } ); }; -width = 374; +width = 371; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(267,-5,o), -(331,36,o), -(331,111,cs), -(331,148,o), -(309,181,o), -(269,193,c), -(269,197,l), -(300,209,o), -(322,239,o), -(322,273,cs), -(322,340,o), -(265,380,o), -(182,380,cs), -(89,380,o), -(32,332,o), -(29,256,c), -(138,256,l), -(140,278,o), -(157,286,o), -(177,286,cs), -(199,286,o), -(212,277,o), -(212,260,cs), -(212,242,o), -(198,230,o), -(175,230,cs), -(132,230,l), -(132,149,l), -(179,149,ls), -(204,149,o), -(217,138,o), -(217,120,cs), -(217,101,o), -(203,88,o), -(178,88,cs), -(155,88,o), -(135,99,o), -(136,120,c), -(26,120,l), -(29,45,o), -(84,-5,o), -(178,-5,cs) +(255,-5,o), +(317,36,o), +(317,111,cs), +(317,148,o), +(296,181,o), +(258,193,c), +(258,197,l), +(287,209,o), +(308,239,o), +(308,273,cs), +(308,340,o), +(253,380,o), +(174,380,cs), +(84,380,o), +(31,332,o), +(28,256,c), +(135,256,l), +(137,278,o), +(151,286,o), +(169,286,cs), +(188,286,o), +(199,277,o), +(199,260,cs), +(199,242,o), +(187,230,o), +(167,230,cs), +(126,230,l), +(126,149,l), +(171,149,ls), +(193,149,o), +(204,138,o), +(204,120,cs), +(204,101,o), +(192,88,o), +(170,88,cs), +(150,88,o), +(133,99,o), +(134,120,c), +(25,120,l), +(28,45,o), +(80,-5,o), +(170,-5,cs) ); } ); @@ -353,127 +473,7 @@ weight = -370; width = 54; }; }; -width = 363; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,-5,o), -(362,38,o), -(362,108,cs), -(362,167,o), -(321,200,o), -(265,205,c), -(265,207,l), -(319,216,o), -(353,251,o), -(353,300,cs), -(353,370,o), -(289,401,o), -(199,401,cs), -(109,401,o), -(40,355,o), -(42,276,c), -(76,276,l), -(76,337,o), -(127,372,o), -(198,372,cs), -(268,372,o), -(317,350,o), -(317,297,cs), -(317,250,o), -(284,219,o), -(206,219,cs), -(157,219,l), -(157,192,l), -(212,192,ls), -(281,192,o), -(325,170,o), -(325,110,cs), -(325,58,o), -(281,24,o), -(195,24,cs), -(120,24,o), -(69,57,o), -(69,122,c), -(34,122,l), -(35,46,o), -(91,-5,o), -(195,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 404; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,-5,o), -(379,41,o), -(379,108,cs), -(379,154,o), -(347,186,o), -(302,192,c), -(302,195,l), -(345,206,o), -(371,236,o), -(371,275,cs), -(371,340,o), -(309,380,o), -(200,380,cs), -(93,380,o), -(25,343,o), -(18,256,c), -(141,256,l), -(146,280,o), -(163,288,o), -(194,288,cs), -(225,288,o), -(243,277,o), -(243,259,cs), -(243,241,o), -(227,229,o), -(196,229,cs), -(142,229,l), -(142,150,l), -(196,150,ls), -(234,150,o), -(251,138,o), -(251,121,cs), -(251,99,o), -(232,87,o), -(194,87,cs), -(162,87,o), -(140,96,o), -(138,119,c), -(12,119,l), -(17,36,o), -(77,-5,o), -(193,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 398; +width = 347; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -541,48 +541,48 @@ shapes = ( { closed = 1; nodes = ( -(149,-5,o), -(201,29,o), -(216,99,cs), -(223,133,o), -(219,172,o), -(180,186,c), -(181,189,l), -(224,201,o), -(246,242,o), -(247,289,cs), -(248,348,o), -(208,379,o), -(142,379,cs), -(76,379,o), -(28,339,o), -(16,264,c), -(113,264,l), -(118,286,o), -(126,296,o), -(134,296,cs), -(150,296,o), -(151,285,o), -(145,258,cs), -(141,239,o), -(132,227,o), -(104,227,cs), -(80,227,l), -(65,154,l), -(93,154,ls), -(120,154,o), -(124,136,o), -(119,112,cs), -(114,88,o), -(107,79,o), -(93,79,cs), -(74,79,o), -(78,103,o), -(82,124,c), -(-18,124,l), -(-36,39,o), -(2,-5,o), -(88,-5,cs) +(157,-5,o), +(209,29,o), +(224,99,cs), +(231,133,o), +(227,172,o), +(188,186,c), +(189,189,l), +(232,201,o), +(254,242,o), +(255,289,cs), +(256,348,o), +(216,379,o), +(150,379,cs), +(84,379,o), +(36,339,o), +(24,264,c), +(121,264,l), +(126,286,o), +(134,296,o), +(142,296,cs), +(158,296,o), +(159,285,o), +(153,258,cs), +(149,239,o), +(140,227,o), +(112,227,cs), +(88,227,l), +(73,154,l), +(101,154,ls), +(128,154,o), +(132,136,o), +(127,112,cs), +(122,88,o), +(115,79,o), +(101,79,cs), +(82,79,o), +(86,103,o), +(90,124,c), +(-10,124,l), +(-28,39,o), +(10,-5,o), +(96,-5,cs) ); } ); @@ -593,7 +593,7 @@ weight = -400; width = 52; }; }; -width = 266; +width = 282; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -781,59 +781,893 @@ shapes = ( { closed = 1; nodes = ( -(261,-5,o), -(339,38,o), -(341,113,cs), -(342,152,o), -(320,182,o), -(281,190,c), -(282,193,l), -(334,204,o), -(367,234,o), -(368,278,cs), -(370,360,o), -(275,379,o), -(211,379,cs), -(110,379,o), -(33,344,o), -(16,257,c), -(137,257,l), -(145,277,o), -(162,287,o), -(193,287,cs), -(220,287,o), -(237,281,o), -(237,264,cs), -(237,239,o), -(214,229,o), -(178,229,cs), -(130,229,l), -(114,150,l), -(162,150,ls), -(192,150,o), -(216,146,o), -(216,121,cs), -(216,96,o), -(192,87,o), -(155,87,cs), -(127,87,o), -(108,96,o), -(106,120,c), -(-19,120,l), -(-19,45,o), -(24,-5,o), +(267,-5,o), +(345,38,o), +(347,113,cs), +(348,152,o), +(326,182,o), +(287,190,c), +(288,193,l), +(340,204,o), +(373,234,o), +(374,278,cs), +(376,360,o), +(281,379,o), +(217,379,cs), +(116,379,o), +(39,344,o), +(22,257,c), +(143,257,l), +(151,277,o), +(168,287,o), +(199,287,cs), +(226,287,o), +(243,281,o), +(243,264,cs), +(243,239,o), +(220,229,o), +(184,229,cs), +(136,229,l), +(120,150,l), +(168,150,ls), +(198,150,o), +(222,146,o), +(222,121,cs), +(222,96,o), +(198,87,o), +(161,87,cs), +(133,87,o), +(114,96,o), +(112,120,c), +(-13,120,l), +(-13,45,o), +(30,-5,o), +(153,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 407; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,-5,o), +(187,36,o), +(187,108,cs), +(187,158,o), +(170,194,o), +(134,205,c), +(134,207,l), +(165,219,o), +(182,257,o), +(182,300,cs), +(182,362,o), +(149,401,o), +(98,401,cs), +(49,401,o), +(15,363,o), +(17,282,c), +(44,282,l), +(42,340,o), +(58,378,o), +(98,378,cs), +(133,378,o), +(155,348,o), +(155,297,cs), +(155,254,o), +(138,217,o), +(100,217,cs), +(80,217,l), +(80,194,l), +(101,194,ls), +(138,194,o), +(160,162,o), +(160,109,cs), +(160,50,o), +(141,18,o), +(103,18,cs), +(67,18,o), +(42,47,o), +(43,121,c), +(16,121,l), +(15,46,o), +(40,-5,o), +(102,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 212; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,-5,o), +(243,36,o), +(243,110,cs), +(243,149,o), +(226,183,o), +(189,192,c), +(189,195,l), +(223,206,o), +(237,240,o), +(237,275,cs), +(237,337,o), +(197,380,o), +(125,380,cs), +(52,380,o), +(5,336,o), +(6,259,c), +(106,259,l), +(105,283,o), +(110,296,o), +(121,296,cs), +(135,296,o), +(139,288,o), +(139,262,cs), +(139,243,o), +(130,226,o), +(110,226,cs), +(80,226,l), +(80,153,l), +(113,153,ls), +(131,153,o), +(143,142,o), +(143,115,cs), +(143,89,o), +(136,78,o), +(121,78,cs), +(110,78,o), +(103,89,o), +(103,117,c), +(3,117,l), +(1,44,o), +(33,-5,o), +(120,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 248; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(234,-5,o), +(287,40,o), +(287,108,cs), +(287,161,o), +(258,196,o), +(214,205,c), +(214,208,l), +(257,221,o), +(285,255,o), +(285,300,cs), +(285,361,o), +(238,402,o), +(163,402,cs), +(94,402,o), +(41,361,o), +(38,292,c), +(69,292,l), +(72,341,o), +(109,374,o), +(163,374,cs), +(217,374,o), +(253,346,o), +(253,297,cs), +(253,250,o), +(218,218,o), +(157,218,cs), +(128,218,l), +(128,193,l), +(165,193,ls), +(219,193,o), +(254,165,o), +(254,110,cs), +(254,57,o), +(215,23,o), +(155,23,cs), +(101,23,o), +(63,56,o), +(60,106,c), +(29,106,l), +(32,40,o), +(82,-5,o), +(155,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +34 +); +stem = -2; +target = ( +0, +41 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +26 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +19 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +38 +); +stem = -2; +target = ( +0, +37 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +31 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +16 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 334; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(246,-5,o), +(310,36,o), +(310,111,cs), +(310,148,o), +(288,181,o), +(248,193,c), +(248,197,l), +(279,209,o), +(301,239,o), +(301,273,cs), +(301,340,o), +(244,380,o), +(161,380,cs), +(68,380,o), +(11,332,o), +(8,256,c), +(117,256,l), +(119,278,o), +(136,286,o), +(156,286,cs), +(178,286,o), +(191,277,o), +(191,260,cs), +(191,242,o), +(177,230,o), +(154,230,cs), +(111,230,l), +(111,149,l), +(158,149,ls), +(183,149,o), +(196,138,o), +(196,120,cs), +(196,101,o), +(182,88,o), +(157,88,cs), +(134,88,o), +(114,99,o), +(115,120,c), +(5,120,l), +(8,45,o), +(63,-5,o), +(157,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 321; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(288,-5,o), +(352,38,o), +(352,108,cs), +(352,167,o), +(311,200,o), +(255,205,c), +(255,207,l), +(309,216,o), +(343,251,o), +(343,300,cs), +(343,370,o), +(279,401,o), +(189,401,cs), +(99,401,o), +(30,355,o), +(32,276,c), +(66,276,l), +(66,337,o), +(117,372,o), +(188,372,cs), +(258,372,o), +(307,350,o), +(307,297,cs), +(307,250,o), +(274,219,o), +(196,219,cs), +(147,219,l), +(147,192,l), +(202,192,ls), +(271,192,o), +(315,170,o), +(315,110,cs), +(315,58,o), +(271,24,o), +(185,24,cs), +(110,24,o), +(59,57,o), +(59,122,c), +(24,122,l), +(25,46,o), +(81,-5,o), +(185,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 384; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(303,-5,o), +(369,41,o), +(369,108,cs), +(369,154,o), +(337,186,o), +(292,192,c), +(292,195,l), +(335,206,o), +(361,236,o), +(361,275,cs), +(361,340,o), +(299,380,o), +(190,380,cs), +(83,380,o), +(15,343,o), +(8,256,c), +(131,256,l), +(136,280,o), +(153,288,o), +(184,288,cs), +(215,288,o), +(233,277,o), +(233,259,cs), +(233,241,o), +(217,229,o), +(186,229,cs), +(132,229,l), +(132,150,l), +(186,150,ls), +(224,150,o), +(241,138,o), +(241,121,cs), +(241,99,o), +(222,87,o), +(184,87,cs), +(152,87,o), +(130,96,o), +(128,119,c), +(2,119,l), +(7,36,o), +(67,-5,o), +(183,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 378; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(102,-4,o), +(137,34,o), +(150,101,cs), +(159,147,o), +(154,186,o), +(118,202,c), +(119,205,l), +(153,214,o), +(178,253,o), +(185,293,cs), +(196,355,o), +(175,401,o), +(116,401,cs), +(71,401,o), +(35,366,o), +(21,291,c), +(47,291,l), +(58,346,o), +(79,377,o), +(113,377,cs), +(155,377,o), +(168,339,o), +(158,293,cs), +(148,245,o), +(124,214,o), +(87,217,cs), +(68,219,l), +(63,195,l), +(83,194,ls), +(122,191,o), +(135,155,o), +(124,105,cs), +(112,49,o), +(90,18,o), +(55,18,cs), +(6,18,o), +(-2,63,o), +(13,127,c), +(-15,127,l), +(-30,52,o), +(-18,-4,o), +(54,-4,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 205; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(138,-5,o), +(190,29,o), +(205,99,cs), +(212,133,o), +(208,172,o), +(169,186,c), +(170,189,l), +(213,201,o), +(235,242,o), +(236,289,cs), +(237,348,o), +(197,379,o), +(131,379,cs), +(65,379,o), +(17,339,o), +(5,264,c), +(102,264,l), +(107,286,o), +(115,296,o), +(123,296,cs), +(139,296,o), +(140,285,o), +(134,258,cs), +(130,239,o), +(121,227,o), +(93,227,cs), +(69,227,l), +(54,154,l), +(82,154,ls), +(109,154,o), +(113,136,o), +(108,112,cs), +(103,88,o), +(96,79,o), +(82,79,cs), +(63,79,o), +(67,103,o), +(71,124,c), +(-29,124,l), +(-47,39,o), +(-9,-5,o), +(77,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 244; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,-6,o), +(248,44,o), +(248,116,cs), +(248,155,o), +(222,192,o), +(193,201,c), +(194,203,l), +(247,215,o), +(280,257,o), +(280,306,cs), +(280,363,o), +(236,401,o), +(172,401,cs), +(101,401,o), +(49,365,o), +(36,292,c), +(67,292,l), +(78,344,o), +(114,373,o), +(169,373,cs), +(215,373,o), +(247,345,o), +(247,301,cs), +(247,249,o), +(206,217,o), +(149,217,cs), +(107,217,l), +(102,191,l), +(141,191,ls), +(186,191,o), +(215,161,o), +(215,117,cs), +(215,61,o), +(177,22,o), +(112,22,cs), +(58,22,o), +(24,53,o), +(28,106,c), +(-3,106,l), +(-6,40,o), +(38,-6,o), +(110,-6,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 319; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,-5,o), +(269,42,o), +(269,111,cs), +(269,152,o), +(244,181,o), +(218,190,c), +(219,194,l), +(261,207,o), +(289,240,o), +(289,283,cs), +(289,341,o), +(237,379,o), +(164,379,cs), +(73,379,o), +(4,335,o), +(-4,260,c), +(107,260,l), +(109,274,o), +(123,284,o), +(144,284,cs), +(159,284,o), +(172,275,o), +(172,261,cs), +(172,243,o), +(155,231,o), +(130,231,cs), +(91,231,l), +(73,148,l), +(117,148,ls), +(141,148,o), +(154,139,o), +(154,120,cs), +(154,100,o), +(137,90,o), +(115,90,cs), +(98,90,o), +(78,95,o), +(75,117,c), +(-35,117,l), +(-34,44,o), +(16,-5,o), +(108,-5,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 303; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(241,-5,o), +(313,39,o), +(316,110,cs), +(318,168,o), +(290,195,o), +(239,203,c), +(240,206,l), +(300,212,o), +(346,249,o), +(348,303,cs), +(350,366,o), +(294,401,o), +(204,401,cs), +(113,401,o), +(48,356,o), +(35,283,c), +(68,283,l), +(80,339,o), +(131,373,o), +(200,373,cs), +(274,373,o), +(313,347,o), +(312,299,cs), +(310,249,o), +(263,219,o), +(186,219,cs), +(135,219,l), +(130,192,l), +(178,192,ls), +(251,192,o), +(282,167,o), +(280,109,cs), +(278,62,o), +(230,23,o), +(150,23,cs), +(70,23,o), +(26,60,o), +(29,121,c), +(-5,121,l), +(-9,45,o), +(44,-5,o), (147,-5,cs) ); } ); userData = { RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 380; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(249,-5,o), +(327,38,o), +(329,113,cs), +(330,152,o), +(308,182,o), +(269,190,c), +(270,193,l), +(322,204,o), +(355,234,o), +(356,278,cs), +(358,360,o), +(263,379,o), +(199,379,cs), +(98,379,o), +(21,344,o), +(4,257,c), +(125,257,l), +(133,277,o), +(150,287,o), +(181,287,cs), +(208,287,o), +(225,281,o), +(225,264,cs), +(225,239,o), +(202,229,o), +(166,229,cs), +(118,229,l), +(102,150,l), +(150,150,ls), +(180,150,o), +(204,146,o), +(204,121,cs), +(204,96,o), +(180,87,o), +(143,87,cs), +(115,87,o), +(96,96,o), +(94,120,c), +(-31,120,l), +(-31,45,o), +(12,-5,o), +(135,-5,cs) +); +} +); +userData = { +RMXScaler = { height = 52; weight = -390; width = 54; }; }; -width = 395; +width = 371; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/three.glyph b/sources/MonaSans.glyphspackage/glyphs/three.glyph index 7914d44f..bd3cc895 100644 --- a/sources/MonaSans.glyphspackage/glyphs/three.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/three.glyph @@ -1,7 +1,7 @@ { glyphname = three; -kernLeft = three; -kernRight = three; +kernLeft = KO_three; +kernRight = KO_three; layers = ( { background = { @@ -60,52 +60,52 @@ shapes = ( { closed = 1; nodes = ( -(372,-10,o), -(465,70,o), -(465,212,cs), -(465,291,o), -(432,356,o), -(361,373,c), -(361,380,l), -(426,402,o), -(454,465,o), -(454,537,cs), -(454,657,o), -(377,738,o), -(242,738,cs), -(104,738,o), -(15,654,o), -(18,505,c), -(199,505,l), -(196,560,o), -(210,587,o), -(235,587,cs), -(266,587,o), -(275,566,o), -(275,513,cs), -(275,472,o), -(258,436,o), -(215,436,cs), -(159,436,l), -(159,303,l), -(222,303,ls), -(259,303,o), -(283,279,o), -(283,222,cs), -(283,164,o), -(268,142,o), -(235,142,cs), -(210,142,o), -(194,163,o), -(194,228,c), -(12,228,l), -(8,85,o), -(70,-10,o), -(233,-10,cs) +(381,-10,o), +(474,70,o), +(474,213,cs), +(474,292,o), +(440,356,o), +(369,374,c), +(369,381,l), +(434,402,o), +(463,466,o), +(463,538,cs), +(463,658,o), +(386,739,o), +(250,739,cs), +(112,739,o), +(23,655,o), +(26,505,c), +(207,505,l), +(204,561,o), +(219,587,o), +(243,587,cs), +(274,587,o), +(283,567,o), +(283,513,cs), +(283,473,o), +(266,436,o), +(224,436,cs), +(167,436,l), +(167,304,l), +(230,304,ls), +(267,304,o), +(292,279,o), +(292,222,cs), +(292,164,o), +(276,142,o), +(243,142,cs), +(219,142,o), +(202,163,o), +(202,228,c), +(20,228,l), +(16,85,o), +(78,-10,o), +(241,-10,cs) ); } ); -width = 478; +width = 495; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -116,36 +116,36 @@ nodes = ( (274,-8,o), (327,66,o), (327,197,cs), -(327,290,o), -(295,357,o), -(231,377,c), -(231,381,l), -(286,404,o), -(318,472,o), -(318,553,cs), +(327,291,o), +(296,357,o), +(231,378,c), +(231,382,l), +(287,404,o), +(318,473,o), +(318,554,cs), (318,668,o), -(259,737,o), -(171,737,cs), -(85,737,o), +(259,738,o), +(171,738,cs), +(85,738,o), (28,669,o), (32,521,c), (64,521,l), -(61,634,o), -(91,709,o), -(171,709,cs), -(241,709,o), -(285,650,o), -(285,551,cs), -(285,465,o), -(252,394,o), -(179,394,cs), -(144,394,l), +(61,635,o), +(91,710,o), +(171,710,cs), +(241,710,o), +(286,651,o), +(286,552,cs), +(286,466,o), +(252,395,o), +(179,395,cs), +(144,395,l), (144,363,l), (179,363,ls), (253,363,o), -(294,299,o), -(294,198,cs), -(294,83,o), +(295,300,o), +(295,198,cs), +(295,83,o), (258,19,o), (181,19,cs), (109,19,o), @@ -158,7 +158,113 @@ nodes = ( ); } ); -width = 366; +width = 367; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(504,-8,o), +(621,68,o), +(621,197,cs), +(621,304,o), +(551,368,o), +(437,378,c), +(437,382,l), +(534,396,o), +(604,458,o), +(604,554,cs), +(604,684,o), +(485,738,o), +(326,738,cs), +(163,738,o), +(38,648,o), +(47,510,c), +(82,510,l), +(81,631,o), +(183,704,o), +(326,704,cs), +(467,704,o), +(566,660,o), +(566,553,cs), +(566,460,o), +(502,396,o), +(342,396,cs), +(255,396,l), +(255,362,l), +(354,362,ls), +(490,362,o), +(580,320,o), +(580,198,cs), +(580,95,o), +(494,26,o), +(320,26,cs), +(169,26,o), +(68,92,o), +(68,223,c), +(30,223,l), +(30,86,o), +(135,-8,o), +(320,-8,cs) +); +} +); +width = 658; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,-10,o), +(693,79,o), +(693,210,cs), +(693,300,o), +(634,363,o), +(548,374,c), +(548,381,l), +(632,401,o), +(679,462,o), +(679,538,cs), +(679,665,o), +(563,739,o), +(360,739,cs), +(162,739,o), +(35,665,o), +(23,500,c), +(242,500,l), +(251,554,o), +(287,575,o), +(351,575,cs), +(415,575,o), +(452,552,o), +(452,509,cs), +(452,469,o), +(420,441,o), +(354,441,cs), +(254,441,l), +(254,299,l), +(356,299,ls), +(431,299,o), +(466,274,o), +(466,232,cs), +(466,182,o), +(427,154,o), +(350,154,cs), +(283,154,o), +(241,177,o), +(236,231,c), +(12,231,l), +(20,78,o), +(124,-10,o), +(348,-10,cs) +); +} +); +width = 713; }, { background = { @@ -212,53 +318,53 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(413,-8,o), -(507,74,o), -(507,197,cs), -(507,292,o), -(456,360,o), -(369,378,c), -(369,382,l), -(447,405,o), -(504,466,o), -(504,553,cs), -(504,665,o), -(421,738,o), -(285,738,cs), -(157,738,o), -(67,658,o), -(62,541,c), -(100,541,l), -(106,638,o), -(178,705,o), -(285,705,cs), -(392,705,o), -(464,649,o), -(464,552,cs), -(464,458,o), -(397,395,o), -(275,395,cs), -(224,395,l), -(224,362,l), -(290,362,ls), -(395,362,o), -(466,310,o), -(466,198,cs), -(466,93,o), -(388,26,o), -(269,26,cs), -(161,26,o), -(89,92,o), -(83,189,c), -(45,189,l), -(50,72,o), -(140,-8,o), -(269,-8,cs) +(403,-8,o), +(488,73,o), +(488,200,cs), +(488,297,o), +(440,364,o), +(358,383,c), +(358,387,l), +(421,409,o), +(466,470,o), +(466,556,cs), +(466,666,o), +(395,739,o), +(277,739,cs), +(161,739,o), +(81,659,o), +(76,542,c), +(113,542,l), +(118,637,o), +(181,703,o), +(277,703,cs), +(367,703,o), +(428,649,o), +(428,555,cs), +(428,462,o), +(370,400,o), +(267,400,cs), +(218,400,l), +(218,366,l), +(282,366,ls), +(382,366,o), +(449,314,o), +(449,201,cs), +(449,96,o), +(379,28,o), +(267,28,cs), +(162,28,o), +(92,93,o), +(86,189,c), +(51,189,l), +(54,72,o), +(143,-8,o), +(267,-8,cs) ); } ); @@ -378,7 +484,7 @@ type = Stem; } ); }; -width = 569; +width = 558; }, { background = { @@ -479,163 +585,57 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(464,-10,o), -(583,70,o), -(583,212,cs), -(583,290,o), -(538,354,o), -(463,375,c), -(463,382,l), -(523,406,o), -(566,464,o), -(566,535,cs), -(566,663,o), -(462,738,o), -(309,738,cs), -(140,738,o), -(34,647,o), -(29,505,c), -(216,505,l), -(219,552,o), -(253,579,o), -(301,579,cs), -(349,579,o), -(377,555,o), -(377,512,cs), -(377,469,o), -(348,440,o), -(296,440,cs), -(218,440,l), -(218,300,l), -(304,300,ls), -(359,300,o), -(387,274,o), -(387,229,cs), -(387,182,o), -(356,150,o), -(300,150,cs), -(249,150,o), -(210,178,o), -(210,228,c), -(22,228,l), -(28,85,o), -(128,-10,o), -(301,-10,cs) -); -} -); -width = 610; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(504,-8,o), -(620,68,o), -(620,197,cs), -(620,303,o), -(550,367,o), -(437,377,c), -(437,381,l), -(533,395,o), -(604,457,o), -(604,553,cs), -(604,684,o), -(485,737,o), -(326,737,cs), -(163,737,o), -(38,647,o), -(47,510,c), -(82,510,l), -(81,630,o), -(183,703,o), -(326,703,cs), -(466,703,o), -(565,659,o), -(565,552,cs), -(565,459,o), -(502,395,o), -(342,395,cs), -(255,395,l), -(255,362,l), -(354,362,ls), -(490,362,o), -(580,320,o), -(580,198,cs), -(580,95,o), -(494,26,o), -(320,26,cs), -(169,26,o), -(68,92,o), -(68,223,c), -(30,223,l), -(30,86,o), -(135,-8,o), -(320,-8,cs) -); -} -); -width = 657; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(566,-10,o), -(687,79,o), -(687,209,cs), -(687,299,o), -(627,363,o), -(541,373,c), -(541,380,l), -(625,401,o), -(673,461,o), -(673,537,cs), -(673,665,o), -(556,738,o), -(354,738,cs), -(156,738,o), -(29,665,o), -(17,500,c), -(236,500,l), -(245,553,o), -(281,575,o), -(345,575,cs), -(409,575,o), -(445,551,o), -(445,509,cs), -(445,468,o), -(414,441,o), -(348,441,cs), -(248,441,l), -(248,298,l), -(350,298,ls), -(425,298,o), -(459,274,o), -(459,232,cs), -(459,182,o), -(421,154,o), -(344,154,cs), -(277,154,o), -(235,177,o), -(230,231,c), -(6,231,l), -(14,78,o), -(118,-10,o), -(342,-10,cs) +(456,-10,o), +(561,77,o), +(561,214,cs), +(561,292,o), +(520,356,o), +(448,378,c), +(448,385,l), +(506,408,o), +(546,466,o), +(546,537,cs), +(546,661,o), +(449,739,o), +(297,739,cs), +(134,739,o), +(32,648,o), +(27,501,c), +(223,501,l), +(225,544,o), +(250,569,o), +(289,569,cs), +(324,569,o), +(346,550,o), +(346,511,cs), +(346,472,o), +(324,443,o), +(286,443,cs), +(210,443,l), +(210,304,l), +(293,304,ls), +(336,304,o), +(357,277,o), +(357,231,cs), +(357,188,o), +(331,160,o), +(290,160,cs), +(248,160,o), +(218,185,o), +(218,233,c), +(21,233,l), +(27,85,o), +(124,-10,o), +(291,-10,cs) ); } ); -width = 700; +width = 594; }, { background = { @@ -695,41 +695,41 @@ shapes = ( closed = 1; nodes = ( (224,-8,o), -(283,63,o), +(284,63,o), (309,186,cs), (326,265,o), (314,342,o), -(252,373,c), -(253,377,l), -(313,394,o), -(358,462,o), -(373,537,cs), -(397,650,o), -(360,737,o), -(255,737,cs), -(178,737,o), +(252,374,c), +(253,378,l), +(313,395,o), +(358,463,o), +(374,538,cs), +(397,651,o), +(360,738,o), +(255,738,cs), +(178,738,o), (115,675,o), -(90,538,c), -(120,538,l), -(141,641,o), -(181,708,o), -(252,708,cs), -(335,708,o), -(360,632,o), -(341,540,cs), -(322,450,o), -(276,394,o), -(213,394,cs), -(171,394,l), +(90,539,c), +(120,539,l), +(141,642,o), +(181,709,o), +(252,709,cs), +(335,709,o), +(360,633,o), +(341,541,cs), +(322,451,o), +(276,395,o), +(214,395,cs), +(171,395,l), (163,363,l), (199,363,ls), (278,363,o), -(296,281,o), +(297,281,o), (277,189,cs), (254,80,o), -(211,19,o), +(212,19,o), (141,19,cs), -(40,19,o), +(41,19,o), (30,115,o), (57,233,c), (23,233,l), @@ -739,7 +739,7 @@ nodes = ( ); } ); -width = 364; +width = 365; }, { layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -747,52 +747,52 @@ shapes = ( { closed = 1; nodes = ( -(325,-9,o), -(420,63,o), -(446,191,cs), -(461,262,o), -(451,336,o), -(378,362,c), -(379,369,l), -(461,389,o), -(506,477,o), -(508,560,cs), -(512,667,o), -(443,737,o), -(311,737,cs), -(186,737,o), -(94,661,o), -(72,516,c), -(248,516,l), -(258,563,o), -(276,587,o), -(295,587,cs), -(332,587,o), -(334,557,o), -(323,507,cs), -(315,465,o), -(294,438,o), -(239,438,cs), -(192,438,l), -(165,305,l), -(217,305,ls), -(273,305,o), -(280,265,o), -(271,216,cs), -(260,164,o), -(243,143,o), -(213,143,cs), -(173,143,o), -(176,189,o), -(186,240,c), -(5,240,l), -(-29,78,o), -(40,-9,o), -(203,-9,cs) +(333,-9,o), +(428,63,o), +(455,191,cs), +(470,262,o), +(460,336,o), +(387,362,c), +(388,370,l), +(470,390,o), +(514,478,o), +(516,561,cs), +(520,667,o), +(451,738,o), +(319,738,cs), +(194,738,o), +(102,661,o), +(80,516,c), +(256,516,l), +(266,564,o), +(284,587,o), +(304,587,cs), +(340,587,o), +(342,558,o), +(331,507,cs), +(323,466,o), +(303,438,o), +(247,438,cs), +(200,438,l), +(173,306,l), +(226,306,ls), +(281,306,o), +(288,265,o), +(279,217,cs), +(268,164,o), +(251,143,o), +(222,143,cs), +(181,143,o), +(184,189,o), +(194,240,c), +(13,240,l), +(-21,78,o), +(49,-9,o), +(212,-9,cs) ); } ); -width = 476; +width = 493; }, { background = { @@ -859,42 +859,42 @@ shapes = ( { closed = 1; nodes = ( -(379,-10,o), -(481,80,o), -(481,212,cs), -(481,285,o), +(380,-10,o), +(482,80,o), +(482,213,cs), +(482,286,o), (433,353,o), -(380,369,c), -(381,373,l), -(476,393,o), -(542,468,o), -(542,563,cs), -(542,669,o), -(464,737,o), -(348,737,cs), -(227,737,o), +(381,370,c), +(382,374,l), +(477,394,o), +(543,469,o), +(543,564,cs), +(543,669,o), +(465,738,o), +(348,738,cs), +(227,738,o), (134,677,o), -(108,541,c), -(145,541,l), -(165,636,o), -(230,703,o), -(348,703,cs), -(442,703,o), -(503,646,o), -(503,559,cs), -(503,455,o), -(422,393,o), -(310,393,cs), -(232,393,l), +(108,542,c), +(145,542,l), +(165,637,o), +(230,704,o), +(348,704,cs), +(442,704,o), +(503,647,o), +(503,560,cs), +(503,456,o), +(422,394,o), +(310,394,cs), +(232,394,l), (226,360,l), -(295,360,ls), -(385,360,o), -(442,299,o), -(442,213,cs), +(296,360,ls), +(386,360,o), +(442,300,o), +(442,214,cs), (442,101,o), -(367,24,o), +(368,24,o), (237,24,cs), -(129,24,o), +(130,24,o), (63,86,o), (71,190,c), (34,190,l), @@ -904,7 +904,7 @@ nodes = ( ); } ); -width = 555; +width = 556; }, { background = { @@ -972,42 +972,42 @@ shapes = ( closed = 1; nodes = ( (443,-10,o), -(569,81,o), -(569,216,cs), -(569,296,o), +(570,81,o), +(570,217,cs), +(570,297,o), (521,353,o), -(474,369,c), -(476,376,l), -(567,412,o), -(610,477,o), -(610,551,cs), -(610,663,o), -(518,737,o), -(379,737,cs), -(215,737,o), -(92,655,o), +(475,370,c), +(477,377,l), +(568,412,o), +(611,478,o), +(611,552,cs), +(611,663,o), +(518,738,o), +(380,738,cs), +(216,738,o), +(92,656,o), (75,511,c), (265,511,l), -(271,548,o), -(298,574,o), +(271,549,o), +(299,574,o), (347,574,cs), -(388,574,o), -(411,551,o), +(389,574,o), +(411,552,o), (411,517,cs), -(411,471,o), -(374,441,o), +(411,472,o), +(375,441,o), (319,441,cs), (246,441,l), -(214,298,l), -(296,298,ls), -(337,298,o), -(371,280,o), -(371,232,cs), -(371,182,o), +(215,299,l), +(297,299,ls), +(337,299,o), +(372,280,o), +(372,232,cs), +(372,182,o), (337,154,o), -(283,154,cs), +(284,154,cs), (240,154,o), -(203,173,o), +(204,173,o), (201,222,c), (12,222,l), (10,84,o), @@ -1016,7 +1016,7 @@ nodes = ( ); } ); -width = 608; +width = 609; }, { background = { @@ -1075,48 +1075,48 @@ shapes = ( { closed = 1; nodes = ( -(476,-10,o), -(610,74,o), -(610,212,cs), -(610,296,o), -(548,360,o), -(462,374,c), -(464,378,l), +(477,-10,o), +(611,74,o), +(611,213,cs), +(611,297,o), +(549,360,o), +(463,375,c), +(465,379,l), (589,397,o), -(668,464,o), -(668,565,cs), +(668,465,o), +(668,566,cs), (668,670,o), -(574,737,o), -(401,737,cs), -(230,737,o), -(115,658,o), +(574,738,o), +(401,738,cs), +(230,738,o), +(115,659,o), (84,523,c), -(123,523,l), -(154,638,o), -(250,704,o), -(399,704,cs), -(540,704,o), -(629,658,o), -(629,559,cs), -(629,459,o), -(537,395,o), -(380,395,cs), -(286,395,l), +(124,523,l), +(154,639,o), +(250,705,o), +(399,705,cs), +(541,705,o), +(630,659,o), +(630,560,cs), +(630,460,o), +(538,396,o), +(381,396,cs), +(287,396,l), (279,362,l), (338,362,ls), (493,362,o), -(570,313,o), -(570,213,cs), -(570,103,o), -(475,24,o), +(571,313,o), +(571,214,cs), +(571,103,o), +(476,24,o), (310,24,cs), (157,24,o), (60,95,o), (68,221,c), (31,221,l), (23,82,o), -(121,-10,o), -(306,-10,cs) +(122,-10,o), +(307,-10,cs) ); } ); @@ -1179,52 +1179,1275 @@ shapes = ( { closed = 1; nodes = ( -(517,-9,o), -(664,76,o), -(664,225,cs), -(664,295,o), -(613,355,o), -(550,369,c), -(551,376,l), -(651,402,o), -(707,472,o), -(707,548,cs), -(707,670,o), -(589,736,o), -(426,736,cs), -(236,736,o), -(92,652,o), -(63,503,c), -(279,503,l), -(294,545,o), -(333,574,o), -(394,574,cs), -(448,574,o), -(483,554,o), -(483,515,cs), -(483,465,o), -(439,441,o), -(363,441,cs), -(274,441,l), -(245,299,l), -(336,299,ls), -(397,299,o), -(440,286,o), -(440,235,cs), -(440,178,o), -(391,155,o), -(320,155,cs), -(258,155,o), -(218,183,o), -(217,233,c), -(-5,233,l), -(-6,88,o), -(104,-9,o), -(304,-9,cs) +(523,-9,o), +(670,76,o), +(670,225,cs), +(670,296,o), +(620,355,o), +(557,370,c), +(558,377,l), +(658,402,o), +(714,473,o), +(714,549,cs), +(714,670,o), +(595,737,o), +(432,737,cs), +(242,737,o), +(98,653,o), +(69,503,c), +(285,503,l), +(301,546,o), +(339,574,o), +(401,574,cs), +(455,574,o), +(490,555,o), +(490,515,cs), +(490,466,o), +(445,441,o), +(369,441,cs), +(280,441,l), +(251,300,l), +(342,300,ls), +(403,300,o), +(446,287,o), +(446,235,cs), +(446,178,o), +(398,155,o), +(326,155,cs), +(264,155,o), +(225,183,o), +(224,233,c), +(1,233,l), +(0,88,o), +(110,-9,o), +(311,-9,cs) +); +} +); +width = 701; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(252,-8,o), +(304,65,o), +(304,203,cs), +(304,307,o), +(270,372,o), +(208,391,c), +(208,392,l), +(260,413,o), +(293,478,o), +(293,555,cs), +(293,663,o), +(243,729,o), +(155,729,cs), +(65,729,o), +(13,654,o), +(14,526,c), +(45,526,l), +(45,636,o), +(86,701,o), +(155,701,cs), +(223,701,o), +(261,644,o), +(261,553,cs), +(261,476,o), +(228,406,o), +(157,406,cs), +(106,406,l), +(106,375,l), +(157,375,ls), +(232,375,o), +(272,316,o), +(272,204,cs), +(272,82,o), +(236,19,o), +(159,19,cs), +(88,19,o), +(40,75,o), +(42,228,c), +(10,228,l), +(9,83,o), +(51,-8,o), +(159,-8,cs) +); +} +); +width = 322; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(368,-10,o), +(460,69,o), +(460,210,cs), +(460,288,o), +(427,352,o), +(367,369,c), +(367,376,l), +(421,397,o), +(449,460,o), +(449,531,cs), +(449,650,o), +(373,730,o), +(239,730,cs), +(103,730,o), +(15,647,o), +(18,499,c), +(197,499,l), +(194,554,o), +(208,580,o), +(232,580,cs), +(263,580,o), +(272,560,o), +(272,507,cs), +(272,467,o), +(255,431,o), +(213,431,cs), +(157,431,l), +(157,300,l), +(219,300,ls), +(256,300,o), +(280,276,o), +(280,219,cs), +(280,162,o), +(265,140,o), +(232,140,cs), +(208,140,o), +(192,161,o), +(192,225,c), +(12,225,l), +(8,84,o), +(69,-10,o), +(230,-10,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(370,-10,o), +(451,73,o), +(451,225,cs), +(451,309,o), +(419,378,o), +(351,395,c), +(351,396,l), +(410,416,o), +(440,467,o), +(440,546,cs), +(440,662,o), +(358,736,o), +(230,736,cs), +(94,736,o), +(6,653,o), +(9,505,c), +(188,505,l), +(186,559,o), +(201,584,o), +(226,584,cs), +(252,584,o), +(263,565,o), +(263,525,cs), +(263,479,o), +(241,452,o), +(204,452,cs), +(143,452,l), +(143,309,l), +(210,309,ls), +(247,309,o), +(271,285,o), +(271,223,cs), +(271,164,o), +(259,142,o), +(227,142,cs), +(197,142,o), +(183,171,o), +(183,243,c), +(3,243,l), +(-1,84,o), +(60,-10,o), +(221,-10,cs) +); +} +); +width = 455; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(413,-8,o), +(506,73,o), +(506,195,cs), +(506,289,o), +(454,356,o), +(365,374,c), +(365,378,l), +(442,400,o), +(493,461,o), +(493,547,cs), +(493,657,o), +(411,730,o), +(277,730,cs), +(142,730,o), +(50,641,o), +(55,514,c), +(93,515,l), +(89,624,o), +(164,697,o), +(277,697,cs), +(383,697,o), +(454,642,o), +(454,546,cs), +(454,459,o), +(397,391,o), +(289,391,cs), +(221,391,l), +(221,358,l), +(287,358,ls), +(394,358,o), +(466,306,o), +(466,196,cs), +(466,92,o), +(389,26,o), +(272,26,cs), +(156,26,o), +(81,104,o), +(85,220,c), +(50,220,l), +(46,83,o), +(135,-8,o), +(273,-8,cs) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(403,-8,o), +(493,72,o), +(493,200,cs), +(493,300,o), +(438,369,o), +(345,387,c), +(345,388,l), +(424,411,o), +(474,476,o), +(474,548,cs), +(474,662,o), +(392,735,o), +(262,735,cs), +(138,735,o), +(50,656,o), +(41,537,c), +(79,537,l), +(89,636,o), +(159,702,o), +(262,702,cs), +(368,702,o), +(435,642,o), +(435,547,cs), +(435,461,o), +(364,402,o), +(252,402,cs), +(201,402,l), +(201,369,l), +(267,369,ls), +(384,369,o), +(453,307,o), +(453,201,cs), +(453,93,o), +(379,26,o), +(257,26,cs), +(144,26,o), +(67,86,o), +(58,212,c), +(20,212,l), +(28,66,o), +(123,-8,o), +(257,-8,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +34 +); +stem = -2; +target = ( +0, +41 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +26 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +19 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +38 +); +stem = -2; +target = ( +0, +37 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +31 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +16 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 523; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1277,-10,o), +(1395,69,o), +(1395,210,cs), +(1395,288,o), +(1347,355,o), +(1276,371,c), +(1276,378,l), +(1335,397,o), +(1379,457,o), +(1379,528,cs), +(1379,655,o), +(1275,730,o), +(1120,730,cs), +(951,730,o), +(845,640,o), +(840,499,c), +(1029,499,l), +(1032,542,o), +(1064,568,o), +(1113,568,cs), +(1160,568,o), +(1188,546,o), +(1188,505,cs), +(1188,464,o), +(1160,436,o), +(1108,436,cs), +(1030,436,l), +(1030,295,l), +(1116,295,ls), +(1170,295,o), +(1198,270,o), +(1198,227,cs), +(1198,182,o), +(1167,152,o), +(1112,152,cs), +(1060,152,o), +(1024,178,o), +(1023,225,c), +(833,225,l), +(839,84,o), +(939,-10,o), +(1113,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(473,-10,o), +(590,69,o), +(590,210,cs), +(590,287,o), +(543,355,o), +(473,371,c), +(473,378,l), +(531,397,o), +(574,458,o), +(574,528,cs), +(574,655,o), +(471,730,o), +(318,730,cs), +(150,730,o), +(45,640,o), +(40,499,c), +(229,499,l), +(232,541,o), +(262,568,o), +(311,568,cs), +(356,568,o), +(383,546,o), +(383,505,cs), +(383,464,o), +(355,436,o), +(305,436,cs), +(228,436,l), +(228,295,l), +(313,295,ls), +(366,295,o), +(393,270,o), +(393,227,cs), +(393,182,o), +(363,152,o), +(310,152,cs), +(260,152,o), +(224,178,o), +(223,225,c), +(33,225,l), +(39,84,o), +(139,-10,o), +(311,-10,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(458,-10,o), +(582,69,o), +(582,212,cs), +(582,294,o), +(536,360,o), +(458,381,c), +(458,382,l), +(520,405,o), +(566,466,o), +(566,536,cs), +(566,662,o), +(457,737,o), +(295,737,cs), +(121,737,o), +(13,647,o), +(7,506,c), +(206,506,l), +(213,550,o), +(243,575,o), +(288,575,cs), +(335,575,o), +(363,555,o), +(363,517,cs), +(363,477,o), +(334,450,o), +(283,450,cs), +(206,450,l), +(206,304,l), +(291,304,ls), +(345,304,o), +(373,278,o), +(373,228,cs), +(373,182,o), +(342,152,o), +(287,152,cs), +(239,152,o), +(204,179,o), +(200,225,c), +(0,225,l), +(7,84,o), +(110,-10,o), +(288,-10,cs) +); +} +); +width = 587; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(499,-8,o), +(611,68,o), +(611,202,cs), +(611,314,o), +(539,379,o), +(422,389,c), +(422,390,l), +(516,404,o), +(585,466,o), +(585,556,cs), +(585,677,o), +(493,738,o), +(317,738,cs), +(154,738,o), +(40,649,o), +(37,507,c), +(73,507,l), +(77,632,o), +(174,704,o), +(317,704,cs), +(468,704,o), +(547,654,o), +(547,555,cs), +(547,468,o), +(485,405,o), +(328,405,cs), +(242,405,l), +(242,372,l), +(340,372,ls), +(479,372,o), +(571,330,o), +(571,203,cs), +(571,88,o), +(476,26,o), +(310,26,cs), +(159,26,o), +(60,91,o), +(56,235,c), +(19,235,l), +(23,85,o), +(124,-8,o), +(310,-8,cs) +); +} +); +width = 630; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(558,-10,o), +(679,78,o), +(679,209,cs), +(679,298,o), +(621,367,o), +(535,379,c), +(535,380,l), +(612,399,o), +(665,463,o), +(665,532,cs), +(665,664,o), +(552,737,o), +(345,737,cs), +(149,737,o), +(24,664,o), +(12,501,c), +(228,501,l), +(236,547,o), +(274,572,o), +(336,572,cs), +(400,572,o), +(435,551,o), +(435,512,cs), +(435,475,o), +(404,450,o), +(339,450,cs), +(240,450,l), +(240,298,l), +(341,298,ls), +(415,298,o), +(449,275,o), +(449,231,cs), +(449,183,o), +(411,156,o), +(335,156,cs), +(269,156,o), +(227,178,o), +(221,231,c), +(0,231,l), +(9,77,o), +(112,-10,o), +(333,-10,cs) +); +} +); +width = 682; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(214,-15,o), +(279,55,o), +(305,184,cs), +(321,259,o), +(316,339,o), +(249,369,c), +(250,373,l), +(309,390,o), +(354,457,o), +(369,531,cs), +(392,643,o), +(355,729,o), +(252,729,cs), +(176,729,o), +(114,667,o), +(89,532,c), +(119,532,l), +(139,634,o), +(179,700,o), +(249,700,cs), +(332,700,o), +(356,625,o), +(337,534,cs), +(318,445,o), +(271,384,o), +(203,390,cs), +(170,393,l), +(162,362,l), +(197,359,ls), +(275,352,o), +(293,278,o), +(274,187,cs), +(251,79,o), +(209,19,o), +(139,19,cs), +(39,19,o), +(30,115,o), +(56,230,c), +(23,230,l), +(-4,102,o), +(13,3,o), +(124,-7,cs) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,-8,o), +(260,65,o), +(287,192,cs), +(305,277,o), +(292,357,o), +(232,391,c), +(232,392,l), +(290,408,o), +(337,472,o), +(352,546,cs), +(376,665,o), +(327,738,o), +(240,738,cs), +(154,738,o), +(93,675,o), +(64,519,c), +(94,519,l), +(119,642,o), +(158,709,o), +(238,709,cs), +(312,709,o), +(337,637,o), +(319,549,cs), +(301,461,o), +(254,410,o), +(194,410,cs), +(131,410,l), +(123,378,l), +(179,378,ls), +(255,378,o), +(276,294,o), +(255,196,cs), +(229,75,o), +(183,19,o), +(118,19,cs), +(30,19,o), +(2,94,o), +(36,244,c), +(3,244,l), +(-32,76,o), +(6,-8,o), +(118,-8,cs) +); +} +); +width = 319; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(314,-9,o), +(409,63,o), +(437,195,cs), +(452,269,o), +(441,353,o), +(370,380,c), +(370,381,l), +(451,400,o), +(495,485,o), +(498,565,cs), +(501,667,o), +(432,738,o), +(300,738,cs), +(175,738,o), +(83,661,o), +(58,507,c), +(234,507,l), +(247,564,o), +(265,587,o), +(287,587,cs), +(316,587,o), +(324,563,o), +(313,511,cs), +(305,470,o), +(285,444,o), +(232,446,cs), +(182,448,l), +(154,310,l), +(210,310,ls), +(262,310,o), +(269,269,o), +(260,221,cs), +(249,164,o), +(232,143,o), +(203,143,cs), +(162,143,o), +(165,189,o), +(176,243,c), +(-5,243,l), +(-40,78,o), +(30,-9,o), +(193,-9,cs) +); +} +); +width = 455; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(375,-6,o), +(476,82,o), +(476,213,cs), +(476,285,o), +(428,351,o), +(376,367,c), +(377,371,l), +(472,388,o), +(536,464,o), +(536,558,cs), +(536,661,o), +(459,729,o), +(344,729,cs), +(215,729,o), +(122,661,o), +(104,516,c), +(140,516,l), +(155,623,o), +(221,695,o), +(344,695,cs), +(437,695,o), +(497,639,o), +(497,554,cs), +(497,451,o), +(417,391,o), +(306,391,cs), +(229,391,l), +(223,358,l), +(292,358,ls), +(382,358,o), +(437,298,o), +(437,214,cs), +(437,103,o), +(363,28,o), +(234,28,cs), +(118,28,o), +(50,101,o), +(74,221,c), +(38,221,l), +(15,91,o), +(93,-6,o), +(231,-6,cs) +); +} +); +}; +guides = ( +{ +pos = (274,391); +}, +{ +pos = (272,358); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,-10,o), +(477,82,o), +(477,218,cs), +(477,295,o), +(424,366,o), +(371,383,c), +(371,384,l), +(460,403,o), +(524,478,o), +(524,573,cs), +(524,674,o), +(448,739,o), +(333,739,cs), +(202,739,o), +(115,666,o), +(96,542,c), +(132,543,l), +(149,639,o), +(213,705,o), +(333,705,cs), +(424,705,o), +(484,652,o), +(484,569,cs), +(484,466,o), +(405,405,o), +(297,405,cs), +(195,405,l), +(189,371,l), +(283,371,ls), +(377,371,o), +(437,309,o), +(437,219,cs), +(437,103,o), +(360,24,o), +(232,24,cs), +(109,24,o), +(41,93,o), +(46,208,c), +(9,208,l), +(4,81,o), +(85,-10,o), +(229,-10,cs) +); +} +); +width = 528; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(438,-10,o), +(563,80,o), +(563,214,cs), +(563,293,o), +(515,349,o), +(469,365,c), +(471,372,l), +(547,396,o), +(605,459,o), +(605,547,cs), +(605,657,o), +(511,729,o), +(379,729,cs), +(213,729,o), +(91,648,o), +(74,505,c), +(262,505,l), +(268,544,o), +(301,567,o), +(345,567,cs), +(380,567,o), +(406,545,o), +(406,511,cs), +(406,466,o), +(370,436,o), +(315,436,cs), +(243,436,l), +(212,295,l), +(293,295,ls), +(333,295,o), +(367,277,o), +(367,229,cs), +(367,180,o), +(333,152,o), +(280,152,cs), +(237,152,o), +(201,171,o), +(199,219,c), +(12,219,l), +(12,82,o), +(104,-10,o), +(269,-10,cs) +); +} +); +}; +guides = ( +{ +pos = (7,225); +}, +{ +pos = (205,436); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(414,-10,o), +(541,81,o), +(541,217,cs), +(541,297,o), +(492,356,o), +(446,373,c), +(446,374,l), +(537,409,o), +(582,478,o), +(582,552,cs), +(582,663,o), +(489,738,o), +(345,738,cs), +(178,738,o), +(59,650,o), +(43,511,c), +(236,511,l), +(242,549,o), +(270,574,o), +(316,574,cs), +(360,574,o), +(382,552,o), +(382,517,cs), +(382,472,o), +(344,441,o), +(290,441,cs), +(217,441,l), +(186,299,l), +(268,299,ls), +(308,299,o), +(343,282,o), +(343,232,cs), +(343,187,o), +(307,154,o), +(255,154,cs), +(209,154,o), +(172,175,o), +(172,228,c), +(-20,228,l), +(-25,87,o), +(72,-10,o), +(243,-10,cs) +); +} +); +width = 551; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(483,-10,o), +(612,71,o), +(617,204,cs), +(620,290,o), +(558,356,o), +(471,370,c), +(473,374,l), +(593,392,o), +(670,456,o), +(674,552,cs), +(678,659,o), +(585,729,o), +(417,729,cs), +(260,729,o), +(141,644,o), +(119,517,c), +(153,517,l), +(176,624,o), +(280,696,o), +(413,696,cs), +(550,696,o), +(639,649,o), +(636,548,cs), +(633,452,o), +(542,391,o), +(390,391,cs), +(297,391,l), +(290,358,l), +(348,358,ls), +(505,358,o), +(582,307,o), +(578,203,cs), +(574,99,o), +(480,24,o), +(320,24,cs), +(169,24,o), +(73,94,o), +(81,218,c), +(45,218,l), +(37,81,o), +(134,-10,o), +(317,-10,cs) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(489,-10,o), +(628,76,o), +(628,217,cs), +(628,304,o), +(561,370,o), +(467,386,c), +(467,387,l), +(584,404,o), +(660,469,o), +(660,567,cs), +(660,669,o), +(570,738,o), +(405,738,cs), +(230,738,o), +(114,654,o), +(87,509,c), +(126,509,l), +(153,634,o), +(250,705,o), +(403,705,cs), +(538,705,o), +(622,657,o), +(622,561,cs), +(622,464,o), +(534,405,o), +(385,405,cs), +(271,405,l), +(263,371,l), +(342,371,ls), +(506,371,o), +(588,320,o), +(588,218,cs), +(588,105,o), +(489,24,o), +(316,24,cs), +(151,24,o), +(48,99,o), +(63,235,c), +(26,235,l), +(12,88,o), +(115,-10,o), +(313,-10,cs) +); +} +); +width = 667; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(520,-9,o), +(663,73,o), +(668,216,cs), +(671,294,o), +(627,352,o), +(556,365,c), +(557,372,l), +(652,390,o), +(718,450,o), +(721,536,cs), +(726,683,o), +(567,728,o), +(433,728,cs), +(247,728,o), +(106,660,o), +(74,497,c), +(288,497,l), +(304,543,o), +(339,567,o), +(402,567,cs), +(456,567,o), +(491,552,o), +(490,511,cs), +(488,459,o), +(445,436,o), +(371,436,cs), +(283,436,l), +(254,296,l), +(344,296,ls), +(405,296,o), +(448,283,o), +(447,230,cs), +(445,175,o), +(398,153,o), +(324,153,cs), +(262,153,o), +(228,179,o), +(227,230,c), +(7,230,l), +(6,86,o), +(85,-9,o), +(310,-9,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(514,-9,o), +(661,76,o), +(661,225,cs), +(661,296,o), +(611,358,o), +(548,373,c), +(548,374,l), +(648,399,o), +(705,473,o), +(705,549,cs), +(705,670,o), +(586,737,o), +(423,737,cs), +(226,737,o), +(89,653,o), +(60,503,c), +(276,503,l), +(292,546,o), +(323,574,o), +(392,574,cs), +(446,574,o), +(481,555,o), +(481,515,cs), +(481,466,o), +(436,441,o), +(360,441,cs), +(271,441,l), +(242,300,l), +(333,300,ls), +(394,300,o), +(437,287,o), +(437,235,cs), +(437,178,o), +(389,155,o), +(317,155,cs), +(255,155,o), +(216,183,o), +(215,233,c), +(-8,233,l), +(-9,88,o), +(101,-9,o), +(302,-9,cs) ); } ); -width = 688; +width = 675; } ); unicode = 51; diff --git a/sources/MonaSans.glyphspackage/glyphs/three.numr.glyph b/sources/MonaSans.glyphspackage/glyphs/three.numr.glyph index 7fcc365d..6ca246f4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/three.numr.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/three.numr.glyph @@ -17,7 +17,7 @@ weight = -400; width = 52; }; }; -width = 266; +width = 282; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,9 +37,333 @@ width = 55; width = 252; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,333); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 404; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,354); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 410; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,332); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.dnom; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +34 +); +stem = -2; +target = ( +0, +41 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +26 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +19 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +38 +); +stem = -2; +target = ( +0, +37 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +31 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +16 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 371; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,354); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.dnom; +}; +width = 347; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (69,333); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 251; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (73,354); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 282; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (69,332); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 367; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (73,354); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 361; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { +pos = (69,333); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 400; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (73,354); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 407; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,333); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 252; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,354); +ref = three.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 248; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; pos = (0,332); ref = three.dnom; } @@ -170,9 +494,10 @@ type = Stem; width = 374; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,354); ref = three.dnom; } @@ -186,12 +511,13 @@ width = 54; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.dnom; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.dnom; }; -width = 363; +width = 343; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,333); ref = three.dnom; } @@ -206,9 +532,10 @@ width = 55; width = 404; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,354); ref = three.dnom; } @@ -223,7 +550,7 @@ width = 54; width = 398; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (69,333); @@ -237,10 +564,10 @@ weight = -45; width = 55; }; }; -width = 251; +width = 205; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (73,354); @@ -254,10 +581,10 @@ weight = -400; width = 52; }; }; -width = 266; +width = 244; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (69,332); @@ -271,10 +598,10 @@ weight = -40; width = 55; }; }; -width = 367; +width = 319; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (73,354); @@ -288,10 +615,10 @@ weight = -370; width = 54; }; }; -width = 361; +width = 303; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (69,333); @@ -305,10 +632,10 @@ weight = -35; width = 55; }; }; -width = 400; +width = 380; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (73,354); @@ -322,7 +649,7 @@ weight = -390; width = 54; }; }; -width = 395; +width = 371; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/three.tf.glyph b/sources/MonaSans.glyphspackage/glyphs/three.tf.glyph index 6d53eff6..06849dc4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/three.tf.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/three.tf.glyph @@ -7,48 +7,48 @@ shapes = ( { closed = 1; nodes = ( -(375,-10,o), -(469,70,o), -(469,212,cs), -(469,290,o), -(436,356,o), -(365,373,c), -(365,380,l), -(430,402,o), -(458,465,o), -(458,537,cs), -(458,657,o), -(380,738,o), -(245,738,cs), -(108,738,o), -(18,654,o), -(21,505,c), -(202,505,l), -(199,560,o), -(214,587,o), -(238,587,cs), -(270,587,o), -(279,565,o), -(279,513,cs), -(279,473,o), -(262,436,o), -(218,436,cs), -(162,436,l), -(162,303,l), -(225,303,ls), -(262,303,o), -(287,279,o), -(287,222,cs), -(287,165,o), -(272,142,o), -(238,142,cs), -(213,142,o), -(197,164,o), -(197,228,c), -(15,228,l), -(11,85,o), -(73,-10,o), -(236,-10,cs) +(379,-10,o), +(472,69,o), +(472,210,cs), +(472,287,o), +(439,352,o), +(369,369,c), +(369,376,l), +(433,397,o), +(461,460,o), +(461,531,cs), +(461,650,o), +(384,730,o), +(250,730,cs), +(115,730,o), +(26,647,o), +(29,499,c), +(208,499,l), +(205,554,o), +(220,580,o), +(243,580,cs), +(275,580,o), +(284,559,o), +(284,507,cs), +(284,468,o), +(267,431,o), +(224,431,cs), +(168,431,l), +(168,300,l), +(230,300,ls), +(267,300,o), +(292,276,o), +(292,219,cs), +(292,163,o), +(277,140,o), +(243,140,cs), +(219,140,o), +(203,162,o), +(203,225,c), +(23,225,l), +(19,84,o), +(80,-10,o), +(241,-10,cs) ); } ); @@ -59,7 +59,7 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -67,48 +67,48 @@ shapes = ( { closed = 1; nodes = ( -(334,-8,o), -(387,66,o), -(387,197,cs), -(387,289,o), -(356,357,o), -(290,377,c), -(290,381,l), -(347,404,o), -(378,473,o), -(378,553,cs), -(378,668,o), -(319,737,o), -(230,737,cs), -(144,737,o), -(86,669,o), -(90,521,c), -(121,521,l), -(118,634,o), -(149,709,o), -(230,709,cs), -(300,709,o), -(346,650,o), -(346,551,cs), -(346,466,o), -(313,394,o), -(239,394,cs), -(202,394,l), -(202,363,l), -(239,363,ls), -(313,363,o), -(355,299,o), -(355,198,cs), -(355,84,o), -(319,19,o), -(241,19,cs), -(168,19,o), -(118,76,o), -(120,223,c), -(88,223,l), -(87,84,o), -(130,-8,o), -(241,-8,cs) +(330,-8,o), +(383,65,o), +(383,195,cs), +(383,286,o), +(352,353,o), +(287,373,c), +(287,377,l), +(343,399,o), +(374,468,o), +(374,547,cs), +(374,660,o), +(315,729,o), +(227,729,cs), +(142,729,o), +(85,661,o), +(89,515,c), +(120,515,l), +(117,627,o), +(147,701,o), +(227,701,cs), +(297,701,o), +(342,643,o), +(342,545,cs), +(342,461,o), +(309,390,o), +(236,390,cs), +(200,390,l), +(200,359,l), +(236,359,ls), +(309,359,o), +(351,296,o), +(351,196,cs), +(351,83,o), +(315,19,o), +(238,19,cs), +(166,19,o), +(117,75,o), +(119,220,c), +(87,220,l), +(86,83,o), +(129,-8,o), +(238,-8,cs) ); } ); @@ -118,56 +118,173 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 480; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(530,-8,o), +(643,67,o), +(643,195,cs), +(643,300,o), +(575,363,o), +(466,373,c), +(466,377,l), +(559,391,o), +(627,453,o), +(627,547,cs), +(627,676,o), +(511,729,o), +(358,729,cs), +(200,729,o), +(79,640,o), +(87,504,c), +(122,504,l), +(121,623,o), +(220,695,o), +(357,695,cs), +(493,695,o), +(589,652,o), +(589,546,cs), +(589,454,o), +(527,391,o), +(373,391,cs), +(289,391,l), +(289,358,l), +(385,358,ls), +(515,358,o), +(603,316,o), +(603,196,cs), +(603,94,o), +(519,26,o), +(352,26,cs), +(206,26,o), +(108,91,o), +(108,220,c), +(71,220,l), +(71,85,o), +(172,-8,o), +(352,-8,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(433,-8,o), -(528,74,o), -(528,197,cs), -(528,287,o), -(481,359,o), -(389,378,c), -(389,382,l), -(470,406,o), -(525,468,o), -(525,553,cs), -(525,665,o), -(441,738,o), -(304,738,cs), -(176,738,o), -(84,658,o), -(79,541,c), -(117,541,l), -(123,638,o), -(197,705,o), -(304,705,cs), -(413,705,o), -(486,649,o), -(486,552,cs), -(486,458,o), -(417,395,o), -(294,395,cs), -(243,395,l), -(243,362,l), -(310,362,ls), -(416,362,o), -(488,310,o), -(488,198,cs), -(488,93,o), -(409,26,o), -(288,26,cs), -(179,26,o), -(106,92,o), -(100,189,c), -(62,189,l), -(67,72,o), -(158,-8,o), -(288,-8,cs) +(574,-10,o), +(690,78,o), +(690,207,cs), +(690,296,o), +(633,359,o), +(551,369,c), +(551,376,l), +(629,395,o), +(676,454,o), +(676,531,cs), +(676,657,o), +(565,730,o), +(370,730,cs), +(180,730,o), +(59,657,o), +(47,494,c), +(260,494,l), +(269,547,o), +(303,568,o), +(361,568,cs), +(420,568,o), +(454,545,o), +(454,503,cs), +(454,463,o), +(424,436,o), +(364,436,cs), +(268,436,l), +(268,295,l), +(366,295,ls), +(436,295,o), +(468,271,o), +(468,229,cs), +(468,180,o), +(432,152,o), +(361,152,cs), +(300,152,o), +(259,175,o), +(254,228,c), +(36,228,l), +(44,77,o), +(144,-10,o), +(359,-10,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 732; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(423,-8,o), +(515,73,o), +(515,195,cs), +(515,284,o), +(469,355,o), +(380,374,c), +(380,378,l), +(458,401,o), +(512,463,o), +(512,547,cs), +(512,657,o), +(431,730,o), +(298,730,cs), +(173,730,o), +(84,651,o), +(79,535,c), +(117,535,l), +(123,631,o), +(194,697,o), +(298,697,cs), +(403,697,o), +(473,642,o), +(473,546,cs), +(473,453,o), +(407,391,o), +(288,391,cs), +(239,391,l), +(239,358,l), +(303,358,ls), +(406,358,o), +(475,306,o), +(475,196,cs), +(475,92,o), +(399,26,o), +(282,26,cs), +(176,26,o), +(106,91,o), +(100,187,c), +(62,187,l), +(67,71,o), +(155,-8,o), +(282,-8,cs) ); } ); @@ -291,56 +408,813 @@ type = Stem; } ); }; -width = 607; +width = 593; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(441,-10,o), +(553,69,o), +(553,210,cs), +(553,286,o), +(512,350,o), +(442,371,c), +(442,378,l), +(497,401,o), +(538,459,o), +(538,529,cs), +(538,655,o), +(439,730,o), +(294,730,cs), +(135,730,o), +(36,640,o), +(31,499,c), +(212,499,l), +(215,546,o), +(244,572,o), +(287,572,cs), +(330,572,o), +(354,549,o), +(354,506,cs), +(354,464,o), +(329,435,o), +(283,435,cs), +(209,435,l), +(209,297,l), +(290,297,ls), +(340,297,o), +(364,271,o), +(364,226,cs), +(364,180,o), +(337,148,o), +(287,148,cs), +(241,148,o), +(206,176,o), +(206,225,c), +(24,225,l), +(30,84,o), +(124,-10,o), +(288,-10,cs) +); +} +); +userData = { +RMXScaler = { +keepStroke = 40; +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 581; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(276,-15,o), +(341,56,o), +(367,183,cs), +(383,259,o), +(378,339,o), +(310,369,c), +(311,373,l), +(372,391,o), +(416,458,o), +(431,531,cs), +(454,643,o), +(417,729,o), +(312,729,cs), +(236,729,o), +(173,667,o), +(148,532,c), +(178,532,l), +(198,634,o), +(238,700,o), +(309,700,cs), +(394,700,o), +(418,625,o), +(399,534,cs), +(380,445,o), +(333,384,o), +(264,390,cs), +(230,393,l), +(222,362,l), +(258,359,ls), +(337,352,o), +(355,278,o), +(336,186,cs), +(313,79,o), +(271,19,o), +(200,19,cs), +(98,19,o), +(89,115,o), +(115,230,c), +(82,230,l), +(55,102,o), +(72,3,o), +(185,-7,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,-8,o), +(340,62,o), +(365,184,cs), +(382,262,o), +(370,338,o), +(309,369,c), +(310,373,l), +(369,390,o), +(414,457,o), +(429,531,cs), +(452,643,o), +(416,729,o), +(312,729,cs), +(236,729,o), +(174,667,o), +(149,532,c), +(179,532,l), +(199,634,o), +(239,700,o), +(309,700,cs), +(391,700,o), +(416,625,o), +(397,534,cs), +(378,445,o), +(333,390,o), +(271,390,cs), +(229,390,l), +(221,359,l), +(257,359,ls), +(335,359,o), +(353,278,o), +(334,187,cs), +(311,79,o), +(269,19,o), +(199,19,cs), +(100,19,o), +(90,114,o), +(116,230,c), +(83,230,l), +(54,94,o), +(78,-8,o), +(198,-8,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 480; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; shapes = ( { closed = 1; nodes = ( -(459,-10,o), -(577,70,o), -(577,212,cs), -(577,289,o), -(533,354,o), -(459,375,c), -(459,382,l), -(518,406,o), -(560,464,o), -(560,535,cs), -(560,663,o), -(457,738,o), -(306,738,cs), -(141,738,o), -(37,647,o), -(32,505,c), -(217,505,l), -(221,552,o), -(253,579,o), -(299,579,cs), -(346,579,o), -(373,555,o), -(373,512,cs), -(373,469,o), -(345,440,o), -(295,440,cs), -(218,440,l), -(218,300,l), -(302,300,ls), -(356,300,o), -(383,274,o), -(383,229,cs), -(383,182,o), -(353,150,o), -(299,150,cs), -(249,150,o), -(211,178,o), -(211,228,c), -(25,228,l), -(31,85,o), +(333,-9,o), +(428,62,o), +(454,188,cs), +(469,259,o), +(459,332,o), +(386,358,c), +(387,365,l), +(469,385,o), +(512,471,o), +(515,554,cs), +(518,660,o), +(451,729,o), +(319,729,cs), +(196,729,o), +(104,653,o), +(82,510,c), +(256,510,l), +(266,554,o), +(283,580,o), +(304,580,cs), +(341,580,o), +(342,550,o), +(332,502,cs), +(323,459,o), +(303,433,o), +(248,433,cs), +(202,433,l), +(175,302,l), +(227,302,ls), +(283,302,o), +(290,262,o), +(280,212,cs), +(270,162,o), +(252,141,o), +(223,141,cs), +(183,141,o), +(185,187,o), +(195,237,c), +(16,237,l), +(-18,77,o), +(52,-9,o), +(213,-9,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 496; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,-10,o), +(506,79,o), +(506,209,cs), +(506,281,o), +(457,349,o), +(403,365,c), +(404,369,l), +(500,389,o), +(566,463,o), +(566,556,cs), +(566,660,o), +(487,729,o), +(370,729,cs), +(248,729,o), +(154,669,o), +(129,535,c), +(165,535,l), +(185,629,o), +(250,695,o), +(370,695,cs), +(465,695,o), +(527,639,o), +(527,552,cs), +(527,450,o), +(446,389,o), +(332,389,cs), +(254,389,l), +(248,356,l), +(318,356,ls), +(408,356,o), +(467,297,o), +(467,210,cs), +(467,100,o), +(392,24,o), +(260,24,cs), +(153,24,o), +(84,85,o), +(92,188,c), +(56,188,l), +(50,72,o), (129,-10,o), -(300,-10,cs) +(257,-10,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 85; +}; +}; +width = 600; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(433,-10,o), +(558,80,o), +(558,215,cs), +(558,293,o), +(511,349,o), +(466,365,c), +(468,372,l), +(543,396,o), +(600,460,o), +(600,548,cs), +(600,657,o), +(508,729,o), +(378,729,cs), +(214,729,o), +(93,648,o), +(76,505,c), +(263,505,l), +(269,544,o), +(301,567,o), +(344,567,cs), +(377,567,o), +(402,545,o), +(402,511,cs), +(402,466,o), +(366,436,o), +(313,436,cs), +(242,436,l), +(211,295,l), +(291,295,ls), +(330,295,o), +(363,277,o), +(363,230,cs), +(363,182,o), +(331,152,o), +(278,152,cs), +(236,152,o), +(202,171,o), +(200,219,c), +(14,219,l), +(14,82,o), +(105,-10,o), +(267,-10,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 600; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(500,-10,o), +(628,75,o), +(628,214,cs), +(628,305,o), +(568,359,o), +(485,370,c), +(487,374,l), +(604,386,o), +(685,455,o), +(685,561,cs), +(685,665,o), +(596,729,o), +(432,729,cs), +(279,729,o), +(161,650,o), +(138,517,c), +(172,517,l), +(196,631,o), +(298,696,o), +(428,696,cs), +(573,696,o), +(647,647,o), +(647,554,cs), +(647,458,o), +(560,391,o), +(404,391,cs), +(313,391,l), +(306,358,l), +(393,358,ls), +(521,358,o), +(588,310,o), +(588,212,cs), +(588,106,o), +(497,24,o), +(334,24,cs), +(183,24,o), +(92,95,o), +(100,218,c), +(64,218,l), +(56,81,o), +(151,-10,o), +(331,-10,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 720; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(531,-9,o), +(672,77,o), +(672,224,cs), +(672,307,o), +(627,353,o), +(566,365,c), +(567,372,l), +(666,392,o), +(726,458,o), +(726,544,cs), +(726,682,o), +(577,728,o), +(446,728,cs), +(265,728,o), +(127,660,o), +(95,497,c), +(308,497,l), +(324,543,o), +(356,567,o), +(415,567,cs), +(458,567,o), +(496,556,o), +(496,514,cs), +(496,464,o), +(460,436,o), +(383,436,cs), +(298,436,l), +(269,296,l), +(356,296,ls), +(417,296,o), +(452,284,o), +(452,230,cs), +(452,176,o), +(404,153,o), +(336,153,cs), +(278,153,o), +(248,179,o), +(247,230,c), +(28,230,l), +(26,86,o), +(103,-9,o), +(322,-9,cs) +); +} +); +userData = { +RMXScaler = { +keepStroke = 80; +monoWidth = 700; +}; +}; +width = 732; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(310,-8,o), +(363,65,o), +(363,195,cs), +(363,286,o), +(332,353,o), +(267,373,c), +(267,377,l), +(323,399,o), +(354,468,o), +(354,547,cs), +(354,660,o), +(295,729,o), +(207,729,cs), +(122,729,o), +(65,661,o), +(69,515,c), +(100,515,l), +(97,627,o), +(127,701,o), +(207,701,cs), +(277,701,o), +(322,643,o), +(322,545,cs), +(322,461,o), +(289,390,o), +(216,390,cs), +(180,390,l), +(180,359,l), +(216,359,ls), +(289,359,o), +(331,296,o), +(331,196,cs), +(331,83,o), +(295,19,o), +(218,19,cs), +(146,19,o), +(97,75,o), +(99,220,c), +(67,220,l), +(66,83,o), +(109,-8,o), +(218,-8,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 440; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(362,-10,o), +(455,69,o), +(455,210,cs), +(455,287,o), +(422,352,o), +(352,369,c), +(352,376,l), +(416,397,o), +(444,460,o), +(444,531,cs), +(444,650,o), +(367,730,o), +(233,730,cs), +(98,730,o), +(9,647,o), +(12,499,c), +(191,499,l), +(188,554,o), +(203,580,o), +(226,580,cs), +(258,580,o), +(267,559,o), +(267,507,cs), +(267,468,o), +(250,431,o), +(207,431,cs), +(151,431,l), +(151,300,l), +(213,300,ls), +(250,300,o), +(275,276,o), +(275,219,cs), +(275,163,o), +(260,140,o), +(226,140,cs), +(202,140,o), +(186,162,o), +(186,225,c), +(6,225,l), +(2,84,o), +(63,-10,o), +(224,-10,cs) +); +} +); +userData = { +RMXScaler = { +keepStroke = 40; +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 462; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(408,-8,o), +(502,73,o), +(502,195,cs), +(502,284,o), +(456,355,o), +(365,374,c), +(365,378,l), +(445,401,o), +(499,463,o), +(499,547,cs), +(499,657,o), +(416,730,o), +(281,730,cs), +(154,730,o), +(63,651,o), +(58,535,c), +(96,535,l), +(102,631,o), +(175,697,o), +(281,697,cs), +(388,697,o), +(460,642,o), +(460,546,cs), +(460,453,o), +(392,391,o), +(271,391,cs), +(220,391,l), +(220,358,l), +(286,358,ls), +(391,358,o), +(462,306,o), +(462,196,cs), +(462,92,o), +(384,26,o), +(265,26,cs), +(157,26,o), +(85,91,o), +(79,187,c), +(41,187,l), +(46,71,o), +(136,-8,o), +(265,-8,cs) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 90; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +34 +); +stem = -2; +target = ( +0, +41 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +26 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +19 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +38 +); +stem = -2; +target = ( +0, +37 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +31 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +16 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 560; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(433,-10,o), +(549,69,o), +(549,210,cs), +(549,286,o), +(506,350,o), +(433,371,c), +(433,378,l), +(491,401,o), +(533,459,o), +(533,529,cs), +(533,655,o), +(431,730,o), +(282,730,cs), +(118,730,o), +(16,640,o), +(11,499,c), +(194,499,l), +(197,546,o), +(229,572,o), +(275,572,cs), +(321,572,o), +(348,549,o), +(348,506,cs), +(348,464,o), +(320,435,o), +(271,435,cs), +(195,435,l), +(195,297,l), +(278,297,ls), +(331,297,o), +(358,271,o), +(358,226,cs), +(358,180,o), +(328,148,o), +(275,148,cs), +(225,148,o), +(188,176,o), +(188,225,c), +(4,225,l), +(10,84,o), +(107,-10,o), +(276,-10,cs) ); } ); @@ -351,56 +1225,56 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 558; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(536,-8,o), -(650,68,o), -(650,197,cs), -(650,303,o), -(582,367,o), -(471,377,c), -(471,381,l), -(565,395,o), -(634,458,o), -(634,553,cs), -(634,684,o), -(517,737,o), -(362,737,cs), -(202,737,o), -(80,647,o), -(88,510,c), -(123,510,l), -(122,630,o), -(223,703,o), -(361,703,cs), -(499,703,o), -(596,659,o), -(596,552,cs), -(596,459,o), -(533,395,o), -(377,395,cs), -(292,395,l), -(292,362,l), -(389,362,ls), -(521,362,o), -(610,320,o), -(610,198,cs), -(610,95,o), -(525,26,o), -(356,26,cs), -(208,26,o), -(109,92,o), -(109,223,c), -(72,223,l), -(72,86,o), -(174,-8,o), -(356,-8,cs) +(520,-8,o), +(633,67,o), +(633,195,cs), +(633,300,o), +(565,363,o), +(456,373,c), +(456,377,l), +(549,391,o), +(617,453,o), +(617,547,cs), +(617,676,o), +(501,729,o), +(348,729,cs), +(190,729,o), +(69,640,o), +(77,504,c), +(112,504,l), +(111,623,o), +(210,695,o), +(347,695,cs), +(483,695,o), +(579,652,o), +(579,546,cs), +(579,454,o), +(517,391,o), +(363,391,cs), +(279,391,l), +(279,358,l), +(375,358,ls), +(505,358,o), +(593,316,o), +(593,196,cs), +(593,94,o), +(509,26,o), +(342,26,cs), +(196,26,o), +(98,91,o), +(98,220,c), +(61,220,l), +(61,85,o), +(162,-8,o), +(342,-8,cs) ); } ); @@ -410,56 +1284,56 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 700; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(575,-10,o), -(692,79,o), -(692,209,cs), -(692,299,o), -(634,363,o), -(551,373,c), -(551,380,l), -(630,400,o), -(678,459,o), -(678,537,cs), -(678,665,o), -(565,738,o), -(368,738,cs), -(176,738,o), -(54,665,o), -(41,500,c), -(257,500,l), -(266,553,o), -(300,575,o), -(359,575,cs), -(419,575,o), -(453,551,o), -(453,509,cs), -(453,468,o), -(423,441,o), -(362,441,cs), -(265,441,l), -(265,298,l), -(364,298,ls), -(435,298,o), -(467,274,o), -(467,232,cs), -(467,182,o), -(431,154,o), -(359,154,cs), -(297,154,o), -(256,177,o), -(251,231,c), -(30,231,l), -(38,78,o), -(140,-10,o), -(357,-10,cs) +(558,-10,o), +(674,78,o), +(674,207,cs), +(674,296,o), +(617,359,o), +(535,369,c), +(535,376,l), +(613,395,o), +(660,454,o), +(660,531,cs), +(660,657,o), +(549,730,o), +(354,730,cs), +(164,730,o), +(43,657,o), +(31,494,c), +(244,494,l), +(253,547,o), +(287,568,o), +(345,568,cs), +(404,568,o), +(438,545,o), +(438,503,cs), +(438,463,o), +(408,436,o), +(348,436,cs), +(252,436,l), +(252,295,l), +(350,295,ls), +(420,295,o), +(452,271,o), +(452,229,cs), +(452,180,o), +(416,152,o), +(345,152,cs), +(284,152,o), +(243,175,o), +(238,228,c), +(20,228,l), +(28,77,o), +(128,-10,o), +(343,-10,cs) ); } ); @@ -468,7 +1342,7 @@ RMXScaler = { monoWidth = 700; }; }; -width = 728; +width = 700; }, { background = { @@ -522,53 +1396,53 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(284,-8,o), -(344,63,o), -(369,186,cs), -(386,265,o), -(374,342,o), -(313,373,c), -(314,377,l), -(373,394,o), -(419,462,o), -(434,537,cs), -(457,650,o), -(421,737,o), -(316,737,cs), -(239,737,o), -(176,675,o), -(151,538,c), -(181,538,l), -(201,641,o), -(242,708,o), -(313,708,cs), -(395,708,o), -(421,632,o), -(402,540,cs), -(382,450,o), -(337,394,o), -(274,394,cs), -(232,394,l), -(224,363,l), -(260,363,ls), -(339,363,o), -(357,281,o), -(338,189,cs), -(315,80,o), -(272,19,o), -(201,19,cs), -(101,19,o), -(91,115,o), -(117,233,c), -(84,233,l), -(55,95,o), -(79,-8,o), -(200,-8,cs) +(258,-8,o), +(317,62,o), +(342,184,cs), +(359,262,o), +(347,338,o), +(286,369,c), +(287,373,l), +(346,390,o), +(391,457,o), +(406,531,cs), +(429,643,o), +(393,729,o), +(289,729,cs), +(213,729,o), +(151,667,o), +(126,532,c), +(156,532,l), +(176,634,o), +(216,700,o), +(286,700,cs), +(368,700,o), +(393,625,o), +(374,534,cs), +(355,445,o), +(310,390,o), +(248,390,cs), +(206,390,l), +(198,359,l), +(234,359,ls), +(312,359,o), +(330,278,o), +(311,187,cs), +(288,79,o), +(246,19,o), +(176,19,cs), +(77,19,o), +(67,114,o), +(93,230,c), +(60,230,l), +(31,94,o), +(55,-8,o), +(175,-8,cs) ); } ); @@ -578,56 +1452,56 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 434; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(329,-9,o), -(425,63,o), -(451,190,cs), -(466,262,o), -(456,336,o), -(382,362,c), -(383,369,l), -(466,389,o), -(510,476,o), -(513,560,cs), -(516,668,o), -(448,737,o), -(315,737,cs), -(190,737,o), -(97,661,o), -(75,516,c), -(251,516,l), -(261,560,o), -(278,587,o), -(299,587,cs), -(337,587,o), -(338,556,o), -(328,508,cs), -(319,464,o), -(298,438,o), -(243,438,cs), -(196,438,l), -(169,305,l), -(222,305,ls), -(278,305,o), -(285,265,o), -(275,214,cs), -(265,164,o), -(247,143,o), -(217,143,cs), -(177,143,o), -(179,189,o), -(189,240,c), -(8,240,l), -(-26,78,o), -(45,-9,o), -(207,-9,cs) +(314,-9,o), +(409,62,o), +(435,188,cs), +(450,259,o), +(440,332,o), +(367,358,c), +(368,365,l), +(450,385,o), +(493,471,o), +(496,554,cs), +(499,660,o), +(432,729,o), +(300,729,cs), +(177,729,o), +(85,653,o), +(63,510,c), +(237,510,l), +(247,554,o), +(264,580,o), +(285,580,cs), +(322,580,o), +(323,550,o), +(313,502,cs), +(304,459,o), +(284,433,o), +(229,433,cs), +(183,433,l), +(156,302,l), +(208,302,ls), +(264,302,o), +(271,262,o), +(261,212,cs), +(251,162,o), +(233,141,o), +(204,141,cs), +(164,141,o), +(166,187,o), +(176,237,c), +(-3,237,l), +(-37,77,o), +(33,-9,o), +(194,-9,cs) ); } ); @@ -637,56 +1511,56 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 458; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(409,-10,o), -(512,80,o), -(512,211,cs), -(512,284,o), -(462,353,o), -(408,369,c), -(409,373,l), -(506,393,o), -(573,468,o), -(573,562,cs), -(573,668,o), -(493,737,o), -(374,737,cs), -(251,737,o), -(156,677,o), -(130,541,c), -(167,541,l), -(187,636,o), -(253,703,o), -(374,703,cs), -(470,703,o), -(533,646,o), -(533,558,cs), -(533,455,o), -(451,393,o), -(336,393,cs), -(257,393,l), -(251,360,l), -(322,360,ls), -(413,360,o), -(472,300,o), -(472,212,cs), -(472,101,o), -(397,24,o), -(263,24,cs), -(155,24,o), -(85,86,o), -(93,190,c), -(57,190,l), -(51,73,o), -(130,-10,o), -(260,-10,cs) +(380,-10,o), +(482,79,o), +(482,209,cs), +(482,281,o), +(433,349,o), +(379,365,c), +(380,369,l), +(476,389,o), +(542,463,o), +(542,556,cs), +(542,660,o), +(463,729,o), +(346,729,cs), +(224,729,o), +(130,669,o), +(105,535,c), +(141,535,l), +(161,629,o), +(226,695,o), +(346,695,cs), +(441,695,o), +(503,639,o), +(503,552,cs), +(503,450,o), +(422,389,o), +(308,389,cs), +(230,389,l), +(224,356,l), +(294,356,ls), +(384,356,o), +(443,297,o), +(443,210,cs), +(443,100,o), +(368,24,o), +(236,24,cs), +(129,24,o), +(60,85,o), +(68,188,c), +(32,188,l), +(26,72,o), +(105,-10,o), +(233,-10,cs) ); } ); @@ -696,56 +1570,56 @@ monoWidth = 600; useSpacing = 85; }; }; -width = 607; +width = 552; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(438,-10,o), -(564,81,o), -(564,217,cs), -(564,296,o), -(517,353,o), -(471,369,c), -(473,376,l), -(549,401,o), -(607,465,o), -(607,554,cs), -(607,665,o), -(514,737,o), -(382,737,cs), -(216,737,o), -(94,655,o), -(77,511,c), -(266,511,l), -(272,550,o), -(304,574,o), -(348,574,cs), -(381,574,o), -(407,551,o), -(407,517,cs), -(407,471,o), -(370,441,o), -(317,441,cs), -(245,441,l), -(213,298,l), -(294,298,ls), -(334,298,o), -(367,280,o), -(367,233,cs), -(367,184,o), -(335,154,o), -(281,154,cs), -(239,154,o), -(204,173,o), -(202,222,c), -(14,222,l), -(14,83,o), -(106,-10,o), -(270,-10,cs) +(404,-10,o), +(529,80,o), +(529,215,cs), +(529,293,o), +(482,349,o), +(437,365,c), +(439,372,l), +(514,396,o), +(571,460,o), +(571,548,cs), +(571,657,o), +(479,729,o), +(349,729,cs), +(185,729,o), +(64,648,o), +(47,505,c), +(234,505,l), +(240,544,o), +(272,567,o), +(315,567,cs), +(348,567,o), +(373,545,o), +(373,511,cs), +(373,466,o), +(337,436,o), +(284,436,cs), +(213,436,l), +(182,295,l), +(262,295,ls), +(301,295,o), +(334,277,o), +(334,230,cs), +(334,182,o), +(302,152,o), +(249,152,cs), +(207,152,o), +(173,171,o), +(171,219,c), +(-15,219,l), +(-15,82,o), +(76,-10,o), +(238,-10,cs) ); } ); @@ -755,56 +1629,56 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 542; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(506,-10,o), -(635,76,o), -(635,216,cs), -(635,309,o), -(575,363,o), -(491,374,c), -(493,378,l), -(611,390,o), -(693,460,o), -(693,567,cs), -(693,673,o), -(603,737,o), -(437,737,cs), -(282,737,o), -(163,657,o), -(140,523,c), -(174,523,l), -(198,638,o), -(301,704,o), -(433,704,cs), -(580,704,o), -(654,654,o), -(654,560,cs), -(654,463,o), -(566,395,o), -(409,395,cs), -(317,395,l), -(310,362,l), -(398,362,ls), -(527,362,o), -(595,314,o), -(595,214,cs), -(595,107,o), -(503,24,o), -(338,24,cs), -(185,24,o), -(93,96,o), -(101,221,c), -(65,221,l), -(57,82,o), -(153,-10,o), -(335,-10,cs) +(490,-10,o), +(618,75,o), +(618,214,cs), +(618,305,o), +(558,359,o), +(475,370,c), +(477,374,l), +(594,386,o), +(675,455,o), +(675,561,cs), +(675,665,o), +(586,729,o), +(422,729,cs), +(269,729,o), +(151,650,o), +(128,517,c), +(162,517,l), +(186,631,o), +(288,696,o), +(418,696,cs), +(563,696,o), +(637,647,o), +(637,554,cs), +(637,458,o), +(550,391,o), +(394,391,cs), +(303,391,l), +(296,358,l), +(383,358,ls), +(511,358,o), +(578,310,o), +(578,212,cs), +(578,106,o), +(487,24,o), +(324,24,cs), +(173,24,o), +(82,95,o), +(90,218,c), +(54,218,l), +(46,81,o), +(141,-10,o), +(321,-10,cs) ); } ); @@ -814,56 +1688,56 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 700; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(531,-9,o), -(674,78,o), -(674,227,cs), -(674,311,o), -(628,357,o), -(566,369,c), -(567,376,l), -(668,397,o), -(728,463,o), -(728,550,cs), -(728,690,o), -(578,736,o), -(445,736,cs), -(262,736,o), -(122,668,o), -(90,503,c), -(305,503,l), -(322,549,o), -(354,574,o), -(414,574,cs), -(457,574,o), -(496,562,o), -(496,520,cs), -(496,469,o), -(459,441,o), -(381,441,cs), -(295,441,l), -(266,299,l), -(354,299,ls), -(416,299,o), -(451,287,o), -(451,233,cs), -(451,178,o), -(403,155,o), -(334,155,cs), -(275,155,o), -(245,181,o), -(244,233,c), -(22,233,l), -(20,87,o), -(98,-9,o), -(320,-9,cs) +(510,-9,o), +(651,77,o), +(651,224,cs), +(651,307,o), +(606,353,o), +(545,365,c), +(546,372,l), +(645,392,o), +(705,458,o), +(705,544,cs), +(705,682,o), +(556,728,o), +(425,728,cs), +(244,728,o), +(106,660,o), +(74,497,c), +(287,497,l), +(303,543,o), +(335,567,o), +(394,567,cs), +(437,567,o), +(475,556,o), +(475,514,cs), +(475,464,o), +(439,436,o), +(362,436,cs), +(277,436,l), +(248,296,l), +(335,296,ls), +(396,296,o), +(431,284,o), +(431,230,cs), +(431,176,o), +(383,153,o), +(315,153,cs), +(257,153,o), +(227,179,o), +(226,230,c), +(7,230,l), +(5,86,o), +(82,-9,o), +(301,-9,cs) ); } ); @@ -873,7 +1747,7 @@ keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/threeeighths.glyph b/sources/MonaSans.glyphspackage/glyphs/threeeighths.glyph index dd61e1f5..400ac186 100644 --- a/sources/MonaSans.glyphspackage/glyphs/threeeighths.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/threeeighths.glyph @@ -9,15 +9,15 @@ shapes = ( ref = three.numr; }, { -pos = (258,0); +pos = (271,0); ref = fraction; }, { -pos = (380,0); +pos = (404,0); ref = eight.dnom; } ); -width = 641; +width = 681; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,28 +26,246 @@ shapes = ( ref = three.numr; }, { +pos = (247,0); +ref = fraction; +}, +{ +pos = (292,0); +ref = eight.dnom; +} +); +width = 563; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (404,0); +ref = fraction; +}, +{ +pos = (505,0); +ref = eight.dnom; +} +); +width = 920; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (398,0); +ref = fraction; +}, +{ +pos = (532,0); +ref = eight.dnom; +} +); +width = 951; +}, +{ +layerId = m019; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (371,0); +ref = fraction; +}, +{ +pos = (480,0); +ref = eight.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; +}; +width = 868; +}, +{ +layerId = m020; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (334,0); +ref = fraction; +}, +{ +pos = (462,0); +ref = eight.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; +}; +width = 814; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (251,0); +ref = fraction; +}, +{ +pos = (311,0); +ref = eight.dnom; +} +); +width = 582; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (282,0); +ref = fraction; +}, +{ +pos = (435,0); +ref = eight.dnom; +} +); +width = 710; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (490,0); +ref = eight.dnom; +} +); +width = 881; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (361,0); +ref = fraction; +}, +{ +pos = (526,0); +ref = eight.dnom; +} +); +width = 899; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (400,0); +ref = fraction; +}, +{ +pos = (504,0); +ref = eight.dnom; +} +); +width = 918; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (407,0); +ref = fraction; +}, +{ +pos = (568,0); +ref = eight.dnom; +} +); +width = 985; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = three.numr; +}, +{ +alignment = -1; pos = (252,0); ref = fraction; }, { -pos = (308,0); +alignment = -1; +pos = (292,0); +ref = eight.dnom; +} +); +width = 523; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (236,0); +ref = fraction; +}, +{ +pos = (342,0); ref = eight.dnom; } ); -width = 579; +width = 585; }, { -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { +alignment = -1; ref = three.numr; }, { +alignment = -1; pos = (359,0); ref = fraction; }, { -pos = (463,0); +alignment = -1; +pos = (429,0); ref = eight.dnom; } ); @@ -55,20 +273,23 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; }; -width = 854; +width = 780; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; ref = three.numr; }, { -pos = (355,0); +alignment = -1; +pos = (335,0); ref = fraction; }, { -pos = (502,0); +alignment = -1; +pos = (470,0); ref = eight.dnom; } ); @@ -76,143 +297,149 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; }; -width = 871; +width = 809; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; ref = three.numr; }, { +alignment = -1; pos = (404,0); ref = fraction; }, { -pos = (504,0); +alignment = -1; +pos = (494,0); ref = eight.dnom; } ); -width = 919; +width = 889; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; ref = three.numr; }, { +alignment = -1; pos = (391,0); ref = fraction; }, { -pos = (520,0); +alignment = -1; +pos = (510,0); ref = eight.dnom; } ); -width = 927; +width = 897; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { ref = three.numr; }, { -pos = (251,0); +pos = (209,0); ref = fraction; }, { -pos = (312,0); +pos = (223,0); ref = eight.dnom; } ); -width = 583; +width = 448; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { ref = three.numr; }, { -pos = (261,0); +pos = (236,0); ref = fraction; }, { -pos = (394,0); +pos = (340,0); ref = eight.dnom; } ); -width = 653; +width = 577; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { ref = three.numr; }, { -pos = (373,0); +pos = (325,0); ref = fraction; }, { -pos = (499,0); +pos = (397,0); ref = eight.dnom; } ); -width = 890; +width = 740; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { ref = three.numr; }, { -pos = (361,0); +pos = (299,0); ref = fraction; }, { -pos = (528,0); +pos = (405,0); ref = eight.dnom; } ); -width = 901; +width = 720; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { ref = three.numr; }, { -pos = (407,0); +pos = (380,0); ref = fraction; }, { -pos = (520,0); +pos = (464,0); ref = eight.dnom; } ); -width = 934; +width = 858; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = three.numr; }, { -pos = (393,0); +pos = (365,0); ref = fraction; }, { -pos = (540,0); +pos = (478,0); ref = eight.dnom; } ); -width = 945; +width = 853; } ); unicode = 8540; diff --git a/sources/MonaSans.glyphspackage/glyphs/threeinferior.glyph b/sources/MonaSans.glyphspackage/glyphs/threeinferior.glyph index 1ce88035..a02c0cc8 100644 --- a/sources/MonaSans.glyphspackage/glyphs/threeinferior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/threeinferior.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _center; -pos = (146,177); +pos = (154,177); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -15,48 +15,48 @@ shapes = ( { closed = 1; nodes = ( -(226,-46,o), -(282,2,o), -(282,86,cs), -(282,133,o), -(262,171,o), -(220,181,c), -(220,186,l), -(259,198,o), -(275,237,o), -(275,278,cs), -(275,350,o), -(229,398,o), -(148,398,cs), -(66,398,o), -(13,348,o), -(15,259,c), -(124,259,l), -(122,291,o), -(131,306,o), -(144,306,cs), -(162,306,o), -(167,295,o), -(167,264,cs), -(167,240,o), -(157,219,o), -(132,219,cs), -(98,219,l), -(98,139,l), -(136,139,ls), -(158,139,o), -(172,125,o), -(172,92,cs), -(172,58,o), -(163,46,o), -(144,46,cs), -(130,46,o), -(121,59,o), -(121,95,c), -(11,95,l), -(9,15,o), -(41,-46,o), -(143,-46,cs) +(234,-46,o), +(290,2,o), +(290,86,cs), +(290,133,o), +(270,171,o), +(228,181,c), +(228,186,l), +(267,198,o), +(283,237,o), +(283,278,cs), +(283,350,o), +(237,398,o), +(156,398,cs), +(74,398,o), +(21,348,o), +(23,259,c), +(132,259,l), +(130,291,o), +(139,306,o), +(152,306,cs), +(170,306,o), +(175,295,o), +(175,264,cs), +(175,240,o), +(165,219,o), +(140,219,cs), +(106,219,l), +(106,139,l), +(144,139,ls), +(166,139,o), +(180,125,o), +(180,92,cs), +(180,58,o), +(171,46,o), +(152,46,cs), +(138,46,o), +(129,59,o), +(129,95,c), +(19,95,l), +(17,15,o), +(49,-46,o), +(151,-46,cs) ); } ); @@ -67,7 +67,7 @@ weight = -350; width = 60; }; }; -width = 295; +width = 311; }, { anchors = ( @@ -141,58 +141,192 @@ width = 265; anchors = ( { name = _center; -pos = (188,174); +pos = (211,173); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +partSelection = { +}; +shapes = ( +{ +closed = 1; +nodes = ( +(319,-45,o), +(389,1,o), +(389,78,cs), +(389,143,o), +(344,178,o), +(283,183,c), +(283,186,l), +(339,195,o), +(379,232,o), +(379,287,cs), +(379,364,o), +(309,397,o), +(211,397,cs), +(112,397,o), +(38,345,o), +(41,262,c), +(76,262,l), +(77,328,o), +(132,367,o), +(211,367,cs), +(287,367,o), +(342,343,o), +(342,284,cs), +(342,233,o), +(306,198,o), +(219,198,cs), +(167,198,l), +(167,170,l), +(226,170,ls), +(301,170,o), +(350,146,o), +(350,80,cs), +(350,23,o), +(302,-14,o), +(207,-14,cs), +(125,-14,o), +(69,21,o), +(69,93,c), +(32,93,l), +(33,7,o), +(98,-45,o), +(207,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 429; +}, +{ +anchors = ( +{ +name = _center; +pos = (222,171); } ); -layerId = master01; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; partSelection = { }; shapes = ( { closed = 1; nodes = ( -(271,-45,o), -(329,4,o), -(329,78,cs), -(329,133,o), -(299,173,o), -(249,184,c), -(249,187,l), -(293,200,o), -(326,236,o), -(326,287,cs), -(326,354,o), -(275,398,o), -(193,398,cs), -(117,398,o), -(60,353,o), -(56,278,c), -(91,278,l), -(94,332,o), -(134,368,o), -(193,368,cs), -(251,368,o), -(291,338,o), -(291,284,cs), -(291,233,o), -(254,198,o), -(187,198,cs), -(155,198,l), -(155,170,l), -(196,170,ls), -(254,170,o), -(293,141,o), -(293,80,cs), -(293,22,o), -(250,-15,o), -(184,-15,cs), -(128,-15,o), -(85,18,o), -(81,75,c), -(47,75,l), -(50,4,o), -(104,-45,o), -(184,-45,cs) +(356,-46,o), +(428,8,o), +(428,85,cs), +(428,138,o), +(393,175,o), +(344,181,c), +(344,186,l), +(393,198,o), +(419,234,o), +(419,277,cs), +(419,352,o), +(351,398,o), +(227,398,cs), +(107,398,o), +(31,356,o), +(22,256,c), +(167,256,l), +(173,279,o), +(186,290,o), +(221,290,cs), +(251,290,o), +(268,278,o), +(268,258,cs), +(268,239,o), +(253,225,o), +(221,225,cs), +(161,225,l), +(161,132,l), +(222,132,ls), +(260,132,o), +(277,119,o), +(277,100,cs), +(277,76,o), +(258,62,o), +(221,62,cs), +(188,62,o), +(168,72,o), +(164,97,c), +(16,97,l), +(22,1,o), +(89,-46,o), +(219,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 451; +}, +{ +anchors = ( +{ +name = _center; +pos = (187,174); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(268,-45,o), +(326,4,o), +(326,78,cs), +(326,133,o), +(296,173,o), +(248,184,c), +(248,187,l), +(290,200,o), +(323,236,o), +(323,287,cs), +(323,354,o), +(272,398,o), +(192,398,cs), +(118,398,o), +(61,353,o), +(57,278,c), +(92,278,l), +(95,332,o), +(135,368,o), +(192,368,cs), +(249,368,o), +(288,338,o), +(288,284,cs), +(288,233,o), +(251,198,o), +(186,198,cs), +(154,198,l), +(154,170,l), +(195,170,ls), +(251,170,o), +(290,141,o), +(290,80,cs), +(290,22,o), +(248,-15,o), +(183,-15,cs), +(129,-15,o), +(86,18,o), +(82,75,c), +(50,75,l), +(52,4,o), +(105,-45,o), +(183,-45,cs) ); } ); @@ -317,200 +451,62 @@ type = Stem; } ); }; -width = 393; -}, -{ -anchors = ( -{ -name = _center; -pos = (195,174); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(292,-46,o), -(365,1,o), -(365,87,cs), -(365,131,o), -(340,169,o), -(295,182,c), -(295,187,l), -(328,200,o), -(354,234,o), -(354,276,cs), -(354,353,o), -(290,398,o), -(198,398,cs), -(95,398,o), -(30,343,o), -(27,256,c), -(151,256,l), -(152,278,o), -(167,292,o), -(193,292,cs), -(216,292,o), -(229,281,o), -(229,260,cs), -(229,240,o), -(215,225,o), -(190,225,cs), -(142,225,l), -(142,133,l), -(194,133,ls), -(222,133,o), -(236,120,o), -(236,98,cs), -(236,76,o), -(221,59,o), -(194,59,cs), -(168,59,o), -(148,73,o), -(148,98,c), -(24,98,l), -(28,11,o), -(88,-46,o), -(194,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 394; -}, -{ -anchors = ( -{ -name = _center; -pos = (211,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(319,-45,o), -(389,1,o), -(389,78,cs), -(389,143,o), -(344,178,o), -(283,183,c), -(283,186,l), -(339,195,o), -(379,232,o), -(379,287,cs), -(379,364,o), -(309,397,o), -(211,397,cs), -(112,397,o), -(38,345,o), -(41,262,c), -(76,262,l), -(77,328,o), -(132,367,o), -(211,367,cs), -(287,367,o), -(342,343,o), -(342,284,cs), -(342,233,o), -(306,198,o), -(219,198,cs), -(167,198,l), -(167,170,l), -(226,170,ls), -(301,170,o), -(350,146,o), -(350,80,cs), -(350,23,o), -(302,-14,o), -(207,-14,cs), -(125,-14,o), -(69,21,o), -(69,93,c), -(32,93,l), -(33,7,o), -(98,-45,o), -(207,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 429; +width = 390; }, { anchors = ( { name = _center; -pos = (216,171); +pos = (187,174); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(350,-46,o), -(422,8,o), -(422,85,cs), -(422,138,o), -(387,175,o), -(338,181,c), -(338,186,l), -(387,198,o), -(413,234,o), -(413,277,cs), -(413,352,o), -(345,398,o), -(221,398,cs), -(101,398,o), -(25,356,o), -(16,256,c), -(161,256,l), -(167,279,o), -(180,290,o), -(215,290,cs), -(245,290,o), -(262,278,o), -(262,258,cs), -(262,239,o), -(247,225,o), -(215,225,cs), -(155,225,l), -(155,132,l), -(216,132,ls), -(254,132,o), -(271,119,o), -(271,100,cs), -(271,76,o), -(252,62,o), -(215,62,cs), -(182,62,o), -(162,72,o), -(158,97,c), -(10,97,l), -(16,1,o), -(83,-46,o), -(213,-46,cs) +(280,-46,o), +(350,1,o), +(350,87,cs), +(350,131,o), +(327,169,o), +(284,182,c), +(284,187,l), +(315,200,o), +(340,234,o), +(340,276,cs), +(340,353,o), +(278,398,o), +(190,398,cs), +(90,398,o), +(29,343,o), +(26,256,c), +(148,256,l), +(149,278,o), +(161,292,o), +(185,292,cs), +(205,292,o), +(216,281,o), +(216,260,cs), +(216,240,o), +(204,225,o), +(182,225,cs), +(136,225,l), +(136,133,l), +(186,133,ls), +(211,133,o), +(223,120,o), +(223,98,cs), +(223,76,o), +(210,59,o), +(186,59,cs), +(163,59,o), +(146,73,o), +(146,98,c), +(23,98,l), +(27,11,o), +(84,-46,o), +(186,-46,cs) ); } ); @@ -521,7 +517,7 @@ weight = -300; width = 60; }; }; -width = 439; +width = 377; }, { anchors = ( @@ -531,8 +527,6 @@ pos = (107,177); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -partSelection = { -}; shapes = ( { closed = 1; @@ -595,58 +589,56 @@ width = 262; anchors = ( { name = _center; -pos = (123,177); +pos = (131,177); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -partSelection = { -}; shapes = ( { closed = 1; nodes = ( -(167,-45,o), -(224,-3,o), -(240,74,cs), -(250,123,o), -(238,161,o), -(199,175,c), -(200,179,l), -(245,191,o), -(274,234,o), -(276,292,cs), -(278,361,o), -(233,397,o), -(158,397,cs), -(85,397,o), -(29,353,o), -(16,266,c), -(122,266,l), -(128,294,o), -(139,306,o), -(149,306,cs), -(172,306,o), -(170,288,o), -(164,259,cs), -(159,236,o), -(149,220,o), -(115,220,cs), -(88,220,l), -(71,140,l), -(103,140,ls), -(133,140,o), -(140,119,o), -(134,89,cs), -(128,58,o), -(117,46,o), -(101,46,cs), -(79,46,o), -(79,70,o), -(85,102,c), -(-24,102,l), -(-44,10,o), -(-6,-45,o), -(95,-45,cs) +(175,-45,o), +(232,-3,o), +(248,74,cs), +(258,123,o), +(246,161,o), +(207,175,c), +(208,179,l), +(253,191,o), +(282,234,o), +(284,292,cs), +(286,361,o), +(241,397,o), +(166,397,cs), +(93,397,o), +(37,353,o), +(24,266,c), +(130,266,l), +(136,294,o), +(147,306,o), +(157,306,cs), +(180,306,o), +(178,288,o), +(172,259,cs), +(167,236,o), +(157,220,o), +(123,220,cs), +(96,220,l), +(79,140,l), +(111,140,ls), +(141,140,o), +(148,119,o), +(142,89,cs), +(136,58,o), +(125,46,o), +(109,46,cs), +(87,46,o), +(87,70,o), +(93,102,c), +(-16,102,l), +(-36,10,o), +(2,-45,o), +(103,-45,cs) ); } ); @@ -657,7 +649,7 @@ weight = -350; width = 60; }; }; -width = 294; +width = 310; }, { anchors = ( @@ -667,8 +659,6 @@ pos = (167,177); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -partSelection = { -}; shapes = ( { closed = 1; @@ -735,8 +725,6 @@ pos = (169,177); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -partSelection = { -}; shapes = ( { closed = 1; @@ -803,8 +791,6 @@ pos = (189,177); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -partSelection = { -}; shapes = ( { closed = 1; @@ -867,58 +853,962 @@ width = 425; anchors = ( { name = _center; -pos = (191,177); +pos = (197,177); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -partSelection = { +shapes = ( +{ +closed = 1; +nodes = ( +(293,-45,o), +(380,4,o), +(383,90,cs), +(385,136,o), +(361,170,o), +(319,179,c), +(319,183,l), +(372,193,o), +(413,230,o), +(415,280,cs), +(418,373,o), +(313,397,o), +(239,397,cs), +(121,397,o), +(38,354,o), +(19,256,c), +(162,256,l), +(171,278,o), +(187,289,o), +(218,289,cs), +(248,289,o), +(260,283,o), +(259,258,cs), +(258,236,o), +(233,225,o), +(199,225,cs), +(147,225,l), +(127,132,l), +(182,132,ls), +(211,132,o), +(235,128,o), +(235,100,cs), +(235,72,o), +(210,63,o), +(173,63,cs), +(142,63,o), +(128,76,o), +(127,99,c), +(-21,99,l), +(-21,12,o), +(25,-45,o), +(163,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 446; +}, +{ +anchors = ( +{ +name = _center; +pos = (107,177); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(167,-45,o), +(201,0,o), +(201,78,cs), +(201,133,o), +(182,172,o), +(143,184,c), +(143,186,l), +(177,199,o), +(195,241,o), +(195,287,cs), +(195,355,o), +(159,397,o), +(104,397,cs), +(50,397,o), +(13,356,o), +(15,268,c), +(45,268,l), +(43,331,o), +(60,372,o), +(103,372,cs), +(142,372,o), +(166,339,o), +(166,284,cs), +(166,237,o), +(147,197,o), +(106,197,cs), +(84,197,l), +(84,171,l), +(106,171,ls), +(148,171,o), +(171,135,o), +(171,79,cs), +(171,15,o), +(151,-20,o), +(108,-20,cs), +(69,-20,o), +(43,11,o), +(44,92,c), +(14,92,l), +(13,10,o), +(40,-45,o), +(108,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; }; +width = 225; +}, +{ +anchors = ( +{ +name = _center; +pos = (139,177); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(287,-45,o), -(374,4,o), -(377,90,cs), -(379,136,o), -(355,170,o), -(313,179,c), -(313,183,l), -(366,193,o), -(407,230,o), -(409,280,cs), -(412,373,o), -(307,397,o), -(233,397,cs), -(115,397,o), -(32,354,o), -(13,256,c), -(156,256,l), -(165,278,o), -(181,289,o), -(212,289,cs), -(242,289,o), -(254,283,o), -(253,258,cs), -(252,236,o), -(227,225,o), -(193,225,cs), -(141,225,l), -(121,132,l), -(176,132,ls), -(205,132,o), -(229,128,o), -(229,100,cs), -(229,72,o), -(204,63,o), -(167,63,cs), -(136,63,o), -(122,76,o), -(121,99,c), -(-27,99,l), -(-27,12,o), -(19,-45,o), -(157,-45,cs) +(219,-46,o), +(275,2,o), +(275,86,cs), +(275,133,o), +(255,171,o), +(213,181,c), +(213,186,l), +(252,198,o), +(268,237,o), +(268,278,cs), +(268,350,o), +(222,398,o), +(141,398,cs), +(59,398,o), +(6,348,o), +(8,259,c), +(117,259,l), +(115,291,o), +(124,306,o), +(137,306,cs), +(155,306,o), +(160,295,o), +(160,264,cs), +(160,240,o), +(150,219,o), +(125,219,cs), +(91,219,l), +(91,139,l), +(129,139,ls), +(151,139,o), +(165,125,o), +(165,92,cs), +(165,58,o), +(156,46,o), +(137,46,cs), +(123,46,o), +(114,59,o), +(114,95,c), +(4,95,l), +(2,15,o), +(34,-46,o), +(136,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 279; +}, +{ +anchors = ( +{ +name = _center; +pos = (168,174); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,-45,o), +(309,4,o), +(309,78,cs), +(309,133,o), +(279,173,o), +(229,184,c), +(229,187,l), +(273,200,o), +(306,236,o), +(306,287,cs), +(306,354,o), +(255,398,o), +(173,398,cs), +(97,398,o), +(40,353,o), +(36,278,c), +(71,278,l), +(74,332,o), +(114,368,o), +(173,368,cs), +(231,368,o), +(271,338,o), +(271,284,cs), +(271,233,o), +(234,198,o), +(167,198,cs), +(135,198,l), +(135,170,l), +(176,170,ls), +(234,170,o), +(273,141,o), +(273,80,cs), +(273,22,o), +(230,-15,o), +(164,-15,cs), +(108,-15,o), +(65,18,o), +(61,75,c), +(27,75,l), +(30,4,o), +(84,-45,o), +(164,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +34 +); +stem = -2; +target = ( +0, +41 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +26 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +19 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +38 +); +stem = -2; +target = ( +0, +37 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +31 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +16 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 353; +}, +{ +anchors = ( +{ +name = _center; +pos = (174,174); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(271,-46,o), +(344,1,o), +(344,87,cs), +(344,131,o), +(319,169,o), +(274,182,c), +(274,187,l), +(307,200,o), +(333,234,o), +(333,276,cs), +(333,353,o), +(269,398,o), +(177,398,cs), +(74,398,o), +(9,343,o), +(6,256,c), +(130,256,l), +(131,278,o), +(146,292,o), +(172,292,cs), +(195,292,o), +(208,281,o), +(208,260,cs), +(208,240,o), +(194,225,o), +(169,225,cs), +(121,225,l), +(121,133,l), +(173,133,ls), +(201,133,o), +(215,120,o), +(215,98,cs), +(215,76,o), +(200,59,o), +(173,59,cs), +(147,59,o), +(127,73,o), +(127,98,c), +(3,98,l), +(7,11,o), +(67,-46,o), +(173,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 352; +}, +{ +anchors = ( +{ +name = _center; +pos = (201,173); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(309,-45,o), +(379,1,o), +(379,78,cs), +(379,143,o), +(334,178,o), +(273,183,c), +(273,186,l), +(329,195,o), +(369,232,o), +(369,287,cs), +(369,364,o), +(299,397,o), +(201,397,cs), +(102,397,o), +(28,345,o), +(31,262,c), +(66,262,l), +(67,328,o), +(122,367,o), +(201,367,cs), +(277,367,o), +(332,343,o), +(332,284,cs), +(332,233,o), +(296,198,o), +(209,198,cs), +(157,198,l), +(157,170,l), +(216,170,ls), +(291,170,o), +(340,146,o), +(340,80,cs), +(340,23,o), +(292,-14,o), +(197,-14,cs), +(115,-14,o), +(59,21,o), +(59,93,c), +(22,93,l), +(23,7,o), +(88,-45,o), +(197,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 409; +}, +{ +anchors = ( +{ +name = _center; +pos = (206,171); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(340,-46,o), +(412,8,o), +(412,85,cs), +(412,138,o), +(377,175,o), +(328,181,c), +(328,186,l), +(377,198,o), +(403,234,o), +(403,277,cs), +(403,352,o), +(335,398,o), +(211,398,cs), +(91,398,o), +(15,356,o), +(6,256,c), +(151,256,l), +(157,279,o), +(170,290,o), +(205,290,cs), +(235,290,o), +(252,278,o), +(252,258,cs), +(252,239,o), +(237,225,o), +(205,225,cs), +(145,225,l), +(145,132,l), +(206,132,ls), +(244,132,o), +(261,119,o), +(261,100,cs), +(261,76,o), +(242,62,o), +(205,62,cs), +(172,62,o), +(152,72,o), +(148,97,c), +(0,97,l), +(6,1,o), +(73,-46,o), +(203,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 419; +}, +{ +anchors = ( +{ +name = _center; +pos = (84,177); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(107,-44,o), +(142,0,o), +(156,70,cs), +(166,117,o), +(163,163,o), +(122,181,c), +(122,183,l), +(158,193,o), +(186,235,o), +(194,278,cs), +(206,342,o), +(186,397,o), +(119,397,cs), +(70,397,o), +(30,359,o), +(16,278,c), +(44,278,l), +(55,335,o), +(78,371,o), +(116,371,cs), +(163,371,o), +(175,329,o), +(164,276,cs), +(154,229,o), +(127,193,o), +(88,197,cs), +(67,199,l), +(61,173,l), +(83,171,ls), +(129,167,o), +(138,125,o), +(127,72,cs), +(114,11,o), +(89,-20,o), +(52,-20,cs), +(-4,-20,o), +(-8,32,o), +(6,99,c), +(-24,99,l), +(-40,21,o), +(-26,-44,o), +(49,-44,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 216; +}, +{ +anchors = ( +{ +name = _center; +pos = (112,177); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,-45,o), +(213,-3,o), +(229,74,cs), +(239,123,o), +(227,161,o), +(188,175,c), +(189,179,l), +(234,191,o), +(263,234,o), +(265,292,cs), +(267,361,o), +(222,397,o), +(147,397,cs), +(74,397,o), +(18,353,o), +(5,266,c), +(111,266,l), +(117,294,o), +(128,306,o), +(138,306,cs), +(161,306,o), +(159,288,o), +(153,259,cs), +(148,236,o), +(138,220,o), +(104,220,cs), +(77,220,l), +(60,140,l), +(92,140,ls), +(122,140,o), +(129,119,o), +(123,89,cs), +(117,58,o), +(106,46,o), +(90,46,cs), +(68,46,o), +(68,70,o), +(74,102,c), +(-35,102,l), +(-55,10,o), +(-17,-45,o), +(84,-45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 272; +}, +{ +anchors = ( +{ +name = _center; +pos = (143,177); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(199,-46,o), +(263,7,o), +(263,86,cs), +(263,130,o), +(234,169,o), +(203,179,c), +(204,182,l), +(259,194,o), +(297,238,o), +(297,293,cs), +(297,356,o), +(250,397,o), +(179,397,cs), +(105,397,o), +(46,360,o), +(32,279,c), +(65,279,l), +(76,330,o), +(112,367,o), +(177,367,cs), +(228,367,o), +(261,336,o), +(261,289,cs), +(261,232,o), +(217,197,o), +(155,197,cs), +(109,197,l), +(103,169,l), +(146,169,ls), +(195,169,o), +(227,136,o), +(227,88,cs), +(227,27,o), +(186,-16,o), +(114,-16,cs), +(55,-16,o), +(18,19,o), +(22,75,c), +(-11,75,l), +(-14,4,o), +(33,-46,o), +(112,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 338; +}, +{ +anchors = ( +{ +name = _center; +pos = (140,177); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,-46,o), +(298,8,o), +(298,89,cs), +(298,134,o), +(272,168,o), +(242,179,c), +(243,183,l), +(287,198,o), +(322,235,o), +(322,287,cs), +(322,354,o), +(263,397,o), +(183,397,cs), +(80,397,o), +(4,347,o), +(-6,260,c), +(120,260,l), +(123,281,o), +(142,289,o), +(160,289,cs), +(175,289,o), +(188,279,o), +(188,263,cs), +(188,241,o), +(170,226,o), +(142,226,cs), +(100,226,l), +(79,132,l), +(129,132,ls), +(147,132,o), +(167,125,o), +(167,99,cs), +(167,75,o), +(150,62,o), +(125,62,cs), +(103,62,o), +(85,71,o), +(83,94,c), +(-42,94,l), +(-41,6,o), +(19,-46,o), +(117,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 335; +}, +{ +anchors = ( +{ +name = _center; +pos = (179,177); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(256,-46,o), +(334,3,o), +(337,83,cs), +(339,141,o), +(306,174,o), +(252,182,c), +(253,184,l), +(319,191,o), +(369,231,o), +(371,290,cs), +(374,358,o), +(315,397,o), +(214,397,cs), +(120,397,o), +(45,351,o), +(31,269,c), +(65,269,l), +(79,332,o), +(137,367,o), +(210,367,cs), +(293,367,o), +(335,340,o), +(333,285,cs), +(331,229,o), +(276,198,o), +(195,198,cs), +(140,198,l), +(134,170,l), +(187,170,ls), +(263,170,o), +(301,142,o), +(299,84,cs), +(297,27,o), +(246,-15,o), +(155,-15,cs), +(70,-15,o), +(19,24,o), +(23,92,c), +(-13,92,l), +(-17,9,o), +(39,-46,o), +(153,-46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 405; +}, +{ +anchors = ( +{ +name = _center; +pos = (179,177); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(275,-45,o), +(362,4,o), +(365,90,cs), +(367,136,o), +(343,170,o), +(301,179,c), +(301,183,l), +(354,193,o), +(395,230,o), +(397,280,cs), +(400,373,o), +(295,397,o), +(221,397,cs), +(103,397,o), +(20,354,o), +(1,256,c), +(144,256,l), +(153,278,o), +(169,289,o), +(200,289,cs), +(230,289,o), +(242,283,o), +(241,258,cs), +(240,236,o), +(215,225,o), +(181,225,cs), +(129,225,l), +(109,132,l), +(164,132,ls), +(193,132,o), +(217,128,o), +(217,100,cs), +(217,72,o), +(192,63,o), +(155,63,cs), +(124,63,o), +(110,76,o), +(109,99,c), +(-39,99,l), +(-39,12,o), +(7,-45,o), +(145,-45,cs) ); } ); @@ -929,7 +1819,7 @@ weight = -300; width = 60; }; }; -width = 434; +width = 410; } ); unicode = 8323; diff --git a/sources/MonaSans.glyphspackage/glyphs/threequarters.glyph b/sources/MonaSans.glyphspackage/glyphs/threequarters.glyph index 9c1c5872..36df1aa3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/threequarters.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/threequarters.glyph @@ -9,15 +9,15 @@ shapes = ( ref = three.numr; }, { -pos = (258,0); +pos = (271,0); ref = fraction; }, { -pos = (349,0); +pos = (368,0); ref = four.dnom; } ); -width = 632; +width = 667; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -26,28 +26,246 @@ shapes = ( ref = three.numr; }, { +pos = (247,0); +ref = fraction; +}, +{ +pos = (278,0); +ref = four.dnom; +} +); +width = 520; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (404,0); +ref = fraction; +}, +{ +pos = (455,0); +ref = four.dnom; +} +); +width = 863; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (398,0); +ref = fraction; +}, +{ +pos = (496,0); +ref = four.dnom; +} +); +width = 908; +}, +{ +layerId = m019; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (371,0); +ref = fraction; +}, +{ +pos = (448,0); +ref = four.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; +}; +width = 811; +}, +{ +layerId = m020; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (334,0); +ref = fraction; +}, +{ +pos = (435,0); +ref = four.dnom; +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; +}; +width = 800; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (251,0); +ref = fraction; +}, +{ +pos = (290,0); +ref = four.dnom; +} +); +width = 531; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (282,0); +ref = fraction; +}, +{ +pos = (402,0); +ref = four.dnom; +} +); +width = 699; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (454,0); +ref = four.dnom; +} +); +width = 819; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (361,0); +ref = fraction; +}, +{ +pos = (489,0); +ref = four.dnom; +} +); +width = 871; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (400,0); +ref = fraction; +}, +{ +pos = (452,0); +ref = four.dnom; +} +); +width = 837; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (407,0); +ref = fraction; +}, +{ +pos = (520,0); +ref = four.dnom; +} +); +width = 923; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = three.numr; +}, +{ +alignment = -1; pos = (252,0); ref = fraction; }, { -pos = (287,0); +alignment = -1; +pos = (271,0); ref = four.dnom; } ); -width = 529; +width = 483; }, { -layerId = master01; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { ref = three.numr; }, { +pos = (236,0); +ref = fraction; +}, +{ +pos = (296,0); +ref = four.dnom; +} +); +width = 565; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = three.numr; +}, +{ +alignment = -1; pos = (359,0); ref = fraction; }, { -pos = (426,0); +alignment = -1; +pos = (392,0); ref = four.dnom; } ); @@ -55,20 +273,23 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; }; -width = 792; +width = 708; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; ref = three.numr; }, { -pos = (355,0); +alignment = -1; +pos = (335,0); ref = fraction; }, { -pos = (474,0); +alignment = -1; +pos = (442,0); ref = four.dnom; } ); @@ -76,143 +297,149 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; }; -width = 856; +width = 802; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; ref = three.numr; }, { +alignment = -1; pos = (404,0); ref = fraction; }, { -pos = (454,0); +alignment = -1; +pos = (444,0); ref = four.dnom; } ); -width = 862; +width = 832; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; ref = three.numr; }, { +alignment = -1; pos = (391,0); ref = fraction; }, { -pos = (478,0); +alignment = -1; +pos = (468,0); ref = four.dnom; } ); -width = 878; +width = 858; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { ref = three.numr; }, { -pos = (251,0); +pos = (209,0); ref = fraction; }, { -pos = (295,0); +pos = (216,0); ref = four.dnom; } ); -width = 536; +width = 411; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { ref = three.numr; }, { -pos = (261,0); +pos = (236,0); ref = fraction; }, { -pos = (361,0); +pos = (308,0); ref = four.dnom; } ); -width = 642; +width = 567; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { ref = three.numr; }, { -pos = (373,0); +pos = (325,0); ref = fraction; }, { -pos = (465,0); +pos = (361,0); ref = four.dnom; } ); -width = 830; +width = 678; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { ref = three.numr; }, { -pos = (361,0); +pos = (299,0); ref = fraction; }, { -pos = (495,0); +pos = (372,0); ref = four.dnom; } ); -width = 877; +width = 696; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { ref = three.numr; }, { -pos = (407,0); +pos = (380,0); ref = fraction; }, { -pos = (460,0); +pos = (422,0); ref = four.dnom; } ); -width = 845; +width = 787; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { ref = three.numr; }, { -pos = (393,0); +pos = (365,0); ref = fraction; }, { -pos = (498,0); +pos = (428,0); ref = four.dnom; } ); -width = 889; +width = 795; } ); unicode = 190; diff --git a/sources/MonaSans.glyphspackage/glyphs/threesuperior.glyph b/sources/MonaSans.glyphspackage/glyphs/threesuperior.glyph index cdd515a4..b7a32428 100644 --- a/sources/MonaSans.glyphspackage/glyphs/threesuperior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/threesuperior.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = threesuperior; -kernLeft = threesuperior; +kernLeft = KO_threesuperior; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -18,7 +18,7 @@ weight = -350; width = 60; }; }; -width = 295; +width = 311; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -38,9 +38,333 @@ width = 60; width = 265; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 429; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 451; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = threeinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = threeinferior; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +34 +); +stem = -2; +target = ( +0, +41 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +26 +); +stem = -2; +target = ( +0, +27 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +19 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +38 +); +stem = -2; +target = ( +0, +37 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +27 +); +stem = -2; +target = ( +0, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +31 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +15 +); +stem = -2; +target = ( +0, +16 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +22 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +} +); +}; +width = 390; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = threeinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = threeinferior; +}; +width = 377; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (78,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 262; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (78,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 310; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (78,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 386; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (78,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 393; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { +pos = (78,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 425; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (78,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 446; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 265; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,376); +ref = threeinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 279; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; pos = (0,376); ref = threeinferior; } @@ -171,9 +495,10 @@ type = Stem; width = 393; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,376); ref = threeinferior; } @@ -187,12 +512,13 @@ width = 60; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = threeinferior; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = threeinferior; }; -width = 394; +width = 374; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,376); ref = threeinferior; } @@ -207,9 +533,10 @@ width = 60; width = 429; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,376); ref = threeinferior; } @@ -224,7 +551,7 @@ width = 60; width = 439; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (78,376); @@ -238,10 +565,10 @@ weight = -30; width = 60; }; }; -width = 262; +width = 216; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (78,376); @@ -255,10 +582,10 @@ weight = -350; width = 60; }; }; -width = 294; +width = 272; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (78,376); @@ -272,10 +599,10 @@ weight = -25; width = 60; }; }; -width = 386; +width = 338; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (78,376); @@ -289,10 +616,10 @@ weight = -300; width = 60; }; }; -width = 393; +width = 335; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (78,376); @@ -306,10 +633,10 @@ weight = -25; width = 60; }; }; -width = 425; +width = 405; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (78,376); @@ -323,7 +650,7 @@ weight = -300; width = 60; }; }; -width = 434; +width = 410; } ); unicode = 179; diff --git a/sources/MonaSans.glyphspackage/glyphs/tilde.glyph b/sources/MonaSans.glyphspackage/glyphs/tilde.glyph index c761b79d..5783597c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/tilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/tilde.glyph @@ -20,47 +20,47 @@ alignment = 1; ref = tildecomb; } ); -width = 461; +width = 477; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = 1; ref = tildecomb; } ); -width = 383; +width = 419; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = 1; ref = tildecomb; } ); -width = 514; +width = 536; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = 1; ref = tildecomb; } ); -width = 419; +width = 380; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = 1; ref = tildecomb; } ); -width = 524; +width = 496; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -80,7 +80,7 @@ alignment = 1; ref = tildecomb; } ); -width = 459; +width = 475; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -120,7 +120,127 @@ alignment = 1; ref = tildecomb; } ); -width = 513; +width = 525; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = tildecomb; +} +); +width = 281; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = tildecomb; +} +); +width = 461; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = tildecomb; +} +); +width = 383; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = tildecomb; +} +); +width = 494; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = tildecomb; +} +); +width = 419; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = tildecomb; +} +); +width = 524; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = 1; +ref = tildecomb; +} +); +width = 234; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = 1; +ref = tildecomb; +} +); +width = 437; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = 1; +ref = tildecomb; +} +); +width = 335; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = 1; +ref = tildecomb; +} +); +width = 455; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = 1; +ref = tildecomb; +} +); +width = 399; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = 1; +ref = tildecomb; +} +); +width = 483; } ); unicode = 732; diff --git a/sources/MonaSans.glyphspackage/glyphs/tildecomb.glyph b/sources/MonaSans.glyphspackage/glyphs/tildecomb.glyph index b1898a64..6100000b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/tildecomb.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/tildecomb.glyph @@ -42,7 +42,7 @@ width = 281; anchors = ( { name = _top; -pos = (232,679); +pos = (240,679); } ); background = { @@ -79,133 +79,30 @@ shapes = ( { closed = 1; nodes = ( -(353,745,o), -(394,765,o), -(421,843,c), -(345,882,l), -(334,858,o), -(320,850,o), -(291,850,cs), -(247,850,o), -(224,878,o), -(160,878,cs), -(110,878,o), -(67,859,o), -(40,779,c), -(116,740,l), -(130,763,o), -(146,773,o), -(176,773,cs), -(213,773,o), -(238,745,o), -(307,745,cs) +(361,745,o), +(402,765,o), +(429,843,c), +(353,882,l), +(342,858,o), +(328,850,o), +(299,850,cs), +(255,850,o), +(232,878,o), +(168,878,cs), +(118,878,o), +(75,859,o), +(48,779,c), +(124,740,l), +(138,763,o), +(154,773,o), +(184,773,cs), +(221,773,o), +(246,745,o), +(315,745,cs) ); } ); -width = 461; -}, -{ -anchors = ( -{ -name = _top; -pos = (189,672); -} -); -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(292,776,o), -(319,790,o), -(343,825,c), -(322,838,l), -(306,817,o), -(284,808,o), -(262,808,cs), -(216,807,o), -(167,836,o), -(126,836,cs), -(87,836,o), -(65,822,o), -(40,786,c), -(60,774,l), -(77,796,o), -(94,803,o), -(119,803,cs), -(162,803,o), -(194,776,o), -(254,776,cs) -); -} -); -width = 383; -}, -{ -anchors = ( -{ -name = _top; -pos = (258,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(365,730,o), -(423,756,o), -(456,853,c), -(380,900,l), -(366,877,o), -(352,860,o), -(319,860,cs), -(268,860,o), -(253,898,o), -(191,898,cs), -(148,898,o), -(90,872,o), -(57,775,c), -(133,728,l), -(147,751,o), -(161,768,o), -(194,768,cs), -(245,768,o), -(260,730,o), -(322,730,cs) -); -} -); -}; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,736,o), -(439,759,o), -(474,846,c), -(390,894,l), -(372,868,o), -(349,857,o), -(324,857,cs), -(280,857,o), -(235,892,o), -(176,892,cs), -(128,892,o), -(82,869,o), -(40,782,c), -(123,734,l), -(138,755,o), -(158,771,o), -(188,771,cs), -(233,771,o), -(269,736,o), -(335,736,cs) -); -} -); -width = 514; +width = 477; }, { anchors = ( @@ -248,7 +145,7 @@ width = 419; anchors = ( { name = _top; -pos = (264,673); +pos = (270,673); } ); background = { @@ -285,30 +182,133 @@ shapes = ( { closed = 1; nodes = ( -(382,726,o), -(446,752,o), -(484,849,c), -(400,896,l), -(380,869,o), -(368,856,o), -(332,856,cs), -(276,856,o), -(259,894,o), -(190,894,cs), -(142,894,o), -(78,868,o), -(40,771,c), -(124,724,l), -(144,751,o), -(156,764,o), -(192,764,cs), -(248,764,o), -(265,726,o), -(334,726,cs) +(388,726,o), +(452,752,o), +(490,849,c), +(406,896,l), +(386,869,o), +(374,856,o), +(338,856,cs), +(282,856,o), +(265,894,o), +(196,894,cs), +(148,894,o), +(84,868,o), +(46,771,c), +(130,724,l), +(150,751,o), +(162,764,o), +(198,764,cs), +(254,764,o), +(271,726,o), +(340,726,cs) +); +} +); +width = 536; +}, +{ +anchors = ( +{ +name = _top; +pos = (188,672); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(289,776,o), +(316,790,o), +(340,825,c), +(319,838,l), +(303,817,o), +(281,808,o), +(259,808,cs), +(215,807,o), +(166,836,o), +(127,836,cs), +(88,836,o), +(66,822,o), +(43,786,c), +(61,774,l), +(78,796,o), +(95,803,o), +(120,803,cs), +(161,803,o), +(193,776,o), +(251,776,cs) +); +} +); +width = 380; +}, +{ +anchors = ( +{ +name = _top; +pos = (250,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(365,730,o), +(423,756,o), +(456,853,c), +(380,900,l), +(366,877,o), +(352,860,o), +(319,860,cs), +(268,860,o), +(253,898,o), +(191,898,cs), +(148,898,o), +(90,872,o), +(57,775,c), +(133,728,l), +(147,751,o), +(161,768,o), +(194,768,cs), +(245,768,o), +(260,730,o), +(322,730,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(375,736,o), +(425,759,o), +(458,846,c), +(375,894,l), +(357,867,o), +(335,857,o), +(312,857,cs), +(270,857,o), +(228,892,o), +(170,892,cs), +(125,892,o), +(79,869,o), +(39,782,c), +(121,734,l), +(136,756,o), +(155,771,o), +(183,771,cs), +(226,771,o), +(260,736,o), +(324,736,cs) ); } ); -width = 524; +width = 496; }, { anchors = ( @@ -380,7 +380,7 @@ width = 280; anchors = ( { name = _top; -pos = (318,679); +pos = (326,679); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -388,30 +388,30 @@ shapes = ( { closed = 1; nodes = ( -(452,745,o), -(496,765,o), -(538,843,c), -(470,882,l), -(454,858,o), -(437,850,o), -(414,850,cs), -(372,850,o), -(338,878,o), -(285,878,cs), -(234,878,o), -(188,859,o), -(145,779,c), -(213,740,l), -(230,761,o), -(250,773,o), -(275,773,cs), -(312,773,o), -(348,745,o), -(400,745,cs) +(460,745,o), +(504,765,o), +(546,843,c), +(478,882,l), +(462,858,o), +(445,850,o), +(422,850,cs), +(380,850,o), +(346,878,o), +(293,878,cs), +(242,878,o), +(196,859,o), +(153,779,c), +(221,740,l), +(238,761,o), +(258,773,o), +(283,773,cs), +(320,773,o), +(356,745,o), +(408,745,cs) ); } ); -width = 459; +width = 475; }, { anchors = ( @@ -557,7 +557,7 @@ width = 419; anchors = ( { name = _top; -pos = (344,678); +pos = (350,678); } ); background = { @@ -594,30 +594,648 @@ shapes = ( { closed = 1; nodes = ( -(500,736,o), -(554,759,o), -(592,846,c), -(518,894,l), -(498,868,o), -(479,857,o), -(450,857,cs), -(401,857,o), -(365,892,o), -(299,892,cs), -(252,892,o), -(192,868,o), -(146,782,c), -(220,734,l), -(236,756,o), -(257,771,o), -(288,771,cs), -(333,771,o), -(373,736,o), -(439,736,cs) +(506,736,o), +(560,759,o), +(598,846,c), +(524,894,l), +(504,868,o), +(485,857,o), +(456,857,cs), +(407,857,o), +(371,892,o), +(305,892,cs), +(258,892,o), +(198,868,o), +(152,782,c), +(226,734,l), +(242,756,o), +(263,771,o), +(294,771,cs), +(339,771,o), +(379,736,o), +(445,736,cs) ); } ); -width = 513; +width = 525; +}, +{ +anchors = ( +{ +name = _top; +pos = (120,672); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(179,777,o), +(201,786,o), +(221,824,c), +(203,837,l), +(193,818,o), +(180,807,o), +(161,807,cs), +(133,807,o), +(110,835,o), +(80,835,cs), +(58,835,o), +(40,821,o), +(20,786,c), +(37,775,l), +(50,797,o), +(64,804,o), +(78,804,cs), +(106,804,o), +(124,777,o), +(158,777,cs) +); +} +); +width = 241; +}, +{ +anchors = ( +{ +name = _top; +pos = (222,679); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(353,730,o), +(396,756,o), +(424,853,c), +(348,900,l), +(335,871,o), +(322,860,o), +(292,860,cs), +(245,860,o), +(224,901,o), +(159,901,cs), +(109,901,o), +(65,877,o), +(37,778,c), +(113,731,l), +(128,758,o), +(145,770,o), +(174,770,cs), +(217,770,o), +(238,730,o), +(306,730,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(343,745,o), +(384,765,o), +(411,843,c), +(335,882,l), +(324,858,o), +(310,850,o), +(281,850,cs), +(237,850,o), +(214,878,o), +(150,878,cs), +(100,878,o), +(57,859,o), +(30,779,c), +(106,740,l), +(120,763,o), +(136,773,o), +(166,773,cs), +(203,773,o), +(228,745,o), +(297,745,cs) +); +} +); +width = 441; +}, +{ +anchors = ( +{ +name = _top; +pos = (169,672); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(272,776,o), +(299,790,o), +(323,825,c), +(302,838,l), +(286,817,o), +(264,808,o), +(242,808,cs), +(196,807,o), +(147,836,o), +(106,836,cs), +(67,836,o), +(45,822,o), +(20,786,c), +(40,774,l), +(57,796,o), +(74,803,o), +(99,803,cs), +(142,803,o), +(174,776,o), +(234,776,cs) +); +} +); +width = 343; +}, +{ +anchors = ( +{ +name = _top; +pos = (237,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(365,730,o), +(423,756,o), +(456,853,c), +(380,900,l), +(366,877,o), +(352,860,o), +(319,860,cs), +(268,860,o), +(253,898,o), +(191,898,cs), +(148,898,o), +(90,872,o), +(57,775,c), +(133,728,l), +(147,751,o), +(161,768,o), +(194,768,cs), +(245,768,o), +(260,730,o), +(322,730,cs) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(368,736,o), +(418,759,o), +(453,846,c), +(369,894,l), +(351,868,o), +(328,857,o), +(303,857,cs), +(259,857,o), +(214,892,o), +(155,892,cs), +(107,892,o), +(61,869,o), +(19,782,c), +(102,734,l), +(117,755,o), +(137,771,o), +(167,771,cs), +(212,771,o), +(248,736,o), +(314,736,cs) +); +} +); +width = 472; +}, +{ +anchors = ( +{ +name = _top; +pos = (197,672); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(313,776,o), +(342,790,o), +(369,825,c), +(347,838,l), +(328,817,o), +(303,808,o), +(278,808,cs), +(228,808,o), +(171,836,o), +(125,836,cs), +(82,836,o), +(59,822,o), +(30,786,c), +(51,774,l), +(71,797,o), +(92,803,o), +(117,803,cs), +(167,803,o), +(202,776,o), +(270,776,cs) +); +} +); +width = 399; +}, +{ +anchors = ( +{ +name = _top; +pos = (254,673); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(133,894,o), +(73,859,o), +(40,771,c), +(124,724,l), +(144,751,o), +(156,764,o), +(192,764,cs), +(248,764,o), +(265,726,o), +(334,726,cs), +(382,726,o), +(446,752,o), +(484,843,c), +(402,893,l), +(383,874,o), +(363,854,o), +(330,854,cs), +(276,854,o), +(252,894,o), +(191,894,cs) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(372,726,o), +(436,752,o), +(474,849,c), +(390,896,l), +(370,869,o), +(358,856,o), +(322,856,cs), +(266,856,o), +(249,894,o), +(180,894,cs), +(132,894,o), +(68,868,o), +(30,771,c), +(114,724,l), +(134,751,o), +(146,764,o), +(182,764,cs), +(238,764,o), +(255,726,o), +(324,726,cs) +); +} +); +width = 504; +}, +{ +anchors = ( +{ +name = _top; +pos = (202,672); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(735,776,o), +(761,790,o), +(790,825,c), +(774,838,l), +(755,817,o), +(733,808,o), +(713,808,cs), +(679,807,o), +(661,836,o), +(637,836,cs), +(602,836,o), +(580,822,o), +(549,786,c), +(565,774,l), +(585,796,o), +(601,803,o), +(624,803,cs), +(655,803,o), +(665,776,o), +(700,776,cs) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(289,777,o), +(313,787,o), +(334,825,c), +(319,836,l), +(305,817,o), +(290,807,o), +(271,807,cs), +(243,807,o), +(220,835,o), +(190,835,cs), +(167,835,o), +(146,820,o), +(126,786,c), +(141,775,l), +(158,797,o), +(174,804,o), +(187,804,cs), +(215,804,o), +(234,777,o), +(268,777,cs) +); +} +); +width = 234; +}, +{ +anchors = ( +{ +name = _top; +pos = (307,679); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(441,745,o), +(485,765,o), +(527,843,c), +(459,882,l), +(443,858,o), +(426,850,o), +(403,850,cs), +(361,850,o), +(327,878,o), +(274,878,cs), +(223,878,o), +(177,859,o), +(134,779,c), +(202,740,l), +(219,761,o), +(239,773,o), +(264,773,cs), +(301,773,o), +(337,745,o), +(389,745,cs) +); +} +); +width = 437; +}, +{ +anchors = ( +{ +name = _top; +pos = (250,672); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(375,776,o), +(405,790,o), +(436,825,c), +(418,838,l), +(397,817,o), +(373,808,o), +(351,808,cs), +(305,807,o), +(262,836,o), +(221,836,cs), +(182,836,o), +(157,822,o), +(125,786,c), +(142,774,l), +(164,796,o), +(182,803,o), +(207,803,cs), +(250,803,o), +(277,776,o), +(337,776,cs) +); +} +); +width = 335; +}, +{ +anchors = ( +{ +name = _top; +pos = (315,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(355,898,o), +(294,863,o), +(250,775,c), +(317,728,l), +(326,739,o), +(344,768,o), +(385,768,cs), +(435,768,o), +(450,730,o), +(504,730,cs), +(548,730,o), +(609,756,o), +(659,847,c), +(594,897,l), +(568,871,o), +(547,858,o), +(524,858,cs), +(476,858,o), +(461,898,o), +(406,898,cs) +); +} +); +}; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(456,736,o), +(511,758,o), +(563,846,c), +(489,894,l), +(466,868,o), +(440,857,o), +(416,857,cs), +(372,857,o), +(333,892,o), +(274,892,cs), +(227,892,o), +(176,869,o), +(117,782,c), +(191,734,l), +(210,755,o), +(233,771,o), +(263,771,cs), +(308,771,o), +(337,736,o), +(403,736,cs) +); +} +); +width = 455; +}, +{ +anchors = ( +{ +name = _top; +pos = (282,672); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(420,776,o), +(452,790,o), +(486,825,c), +(467,838,l), +(443,817,o), +(416,808,o), +(391,808,cs), +(341,808,o), +(290,836,o), +(244,836,cs), +(201,836,o), +(175,822,o), +(139,786,c), +(157,774,l), +(182,797,o), +(204,803,o), +(229,803,cs), +(279,803,o), +(309,776,o), +(377,776,cs) +); +} +); +width = 399; +}, +{ +anchors = ( +{ +name = _top; +pos = (329,678); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(368,894,o), +(300,859,o), +(249,771,c), +(323,724,l), +(334,735,o), +(354,764,o), +(400,764,cs), +(455,763,o), +(465,726,o), +(534,726,cs), +(583,726,o), +(651,752,o), +(708,843,c), +(636,893,l), +(614,873,o), +(589,854,o), +(556,854,cs), +(503,854,o), +(487,894,o), +(426,894,cs) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(485,736,o), +(539,759,o), +(577,846,c), +(503,894,l), +(483,868,o), +(464,857,o), +(435,857,cs), +(386,857,o), +(350,892,o), +(284,892,cs), +(237,892,o), +(177,868,o), +(131,782,c), +(205,734,l), +(221,756,o), +(242,771,o), +(273,771,cs), +(318,771,o), +(358,736,o), +(424,736,cs) +); +} +); +width = 483; } ); metricLeft = "=40"; diff --git a/sources/MonaSans.glyphspackage/glyphs/trademark.glyph b/sources/MonaSans.glyphspackage/glyphs/trademark.glyph index 097b1be6..d43989ba 100644 --- a/sources/MonaSans.glyphspackage/glyphs/trademark.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/trademark.glyph @@ -1,11 +1,11 @@ { glyphname = trademark; -kernLeft = trademark; +kernLeft = KO_trademark; layers = ( { guides = ( { -pos = (452,415); +pos = (460,415); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -13,41 +13,41 @@ shapes = ( { closed = 1; nodes = ( -(366,415,l), -(366,518,l), -(363,604,l), -(365,604,l), -(405,415,l), -(472,415,l), -(511,604,l), -(514,604,l), -(512,518,l), -(512,415,l), -(608,415,l), -(608,729,l), -(469,729,l), -(441,562,l), -(438,562,l), -(408,729,l), -(269,729,l), -(269,415,l) +(374,415,l), +(374,518,l), +(371,604,l), +(373,604,l), +(413,415,l), +(480,415,l), +(519,604,l), +(522,604,l), +(520,518,l), +(520,415,l), +(616,415,l), +(616,729,l), +(477,729,l), +(449,562,l), +(446,562,l), +(416,729,l), +(277,729,l), +(277,415,l) ); }, { closed = 1; nodes = ( -(180,415,l), -(180,639,l), -(237,639,l), -(237,729,l), -(20,729,l), -(20,639,l), -(77,639,l), -(77,415,l) +(188,415,l), +(188,639,l), +(245,639,l), +(245,729,l), +(28,729,l), +(28,639,l), +(85,639,l), +(85,415,l) ); } ); -width = 642; +width = 658; }, { guides = ( @@ -97,42 +97,126 @@ nodes = ( width = 588; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(393,419,l), -(393,569,l), -(392,686,l), -(394,686,l), -(517,419,l), -(545,419,l), -(668,686,l), -(671,686,l), -(668,569,l), -(668,419,l), -(703,419,l), -(703,729,l), -(656,729,l), -(532,459,l), -(529,459,l), -(405,729,l), -(361,729,l), -(361,419,l) +(400,419,l), +(400,569,l), +(399,686,l), +(401,686,l), +(536,419,l), +(564,419,l), +(699,686,l), +(702,686,l), +(699,569,l), +(699,419,l), +(735,419,l), +(735,729,l), +(687,729,l), +(551,459,l), +(548,459,l), +(412,729,l), +(367,729,l), +(367,419,l) +); +}, +{ +closed = 1; +nodes = ( +(189,419,l), +(189,699,l), +(313,699,l), +(313,729,l), +(36,729,l), +(36,699,l), +(155,699,l), +(155,419,l) +); +} +); +width = 820; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(511,415,l), +(511,500,l), +(510,579,l), +(513,579,l), +(579,415,l), +(676,415,l), +(742,579,l), +(745,579,l), +(745,500,l), +(745,415,l), +(866,415,l), +(866,729,l), +(692,729,l), +(631,574,l), +(627,574,l), +(564,729,l), +(389,729,l), +(389,415,l) +); +}, +{ +closed = 1; +nodes = ( +(253,415,l), +(253,619,l), +(349,619,l), +(349,729,l), +(28,729,l), +(28,619,l), +(123,619,l), +(123,415,l) +); +} ); +width = 927; }, { +layerId = m019; +shapes = ( +{ closed = 1; nodes = ( -(197,419,l), -(197,699,l), -(311,699,l), -(311,729,l), -(54,729,l), -(54,699,l), -(164,699,l), -(164,419,l) +(388,419,l), +(388,569,l), +(387,686,l), +(389,686,l), +(510,419,l), +(538,419,l), +(657,686,l), +(660,686,l), +(657,569,l), +(657,419,l), +(692,419,l), +(692,729,l), +(646,729,l), +(525,459,l), +(522,459,l), +(400,729,l), +(356,729,l), +(356,419,l) +); +}, +{ +closed = 1; +nodes = ( +(196,419,l), +(196,699,l), +(308,699,l), +(308,729,l), +(55,729,l), +(55,699,l), +(163,699,l), +(163,419,l) ); } ); @@ -180,133 +264,49 @@ type = Stem; } ); }; -width = 814; +width = 803; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(480,415,l), -(480,507,l), -(479,590,l), -(482,590,l), -(537,415,l), -(626,415,l), -(681,590,l), -(684,590,l), -(683,507,l), -(683,415,l), -(795,415,l), -(795,729,l), -(635,729,l), -(585,562,l), -(581,562,l), -(529,729,l), -(369,729,l), -(369,415,l) -); -}, -{ -closed = 1; -nodes = ( -(240,415,l), -(240,627,l), -(324,627,l), -(324,729,l), -(38,729,l), -(38,627,l), -(120,627,l), -(120,415,l) +(469,415,l), +(469,507,l), +(468,590,l), +(471,590,l), +(524,415,l), +(612,415,l), +(663,590,l), +(666,590,l), +(665,507,l), +(665,415,l), +(776,415,l), +(776,729,l), +(618,729,l), +(571,562,l), +(567,562,l), +(518,729,l), +(359,729,l), +(359,415,l) ); -} -); -width = 865; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ closed = 1; nodes = ( -(400,419,l), -(400,569,l), -(399,686,l), -(401,686,l), -(536,419,l), -(564,419,l), -(699,686,l), -(702,686,l), -(699,569,l), -(699,419,l), -(735,419,l), -(735,729,l), -(687,729,l), -(551,459,l), -(548,459,l), -(412,729,l), -(367,729,l), -(367,419,l) -); -}, -{ -closed = 1; -nodes = ( -(189,419,l), -(189,699,l), -(313,699,l), -(313,729,l), -(36,729,l), -(36,699,l), -(155,699,l), -(155,419,l) -); -} -); -width = 820; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(505,415,l), -(505,500,l), -(504,579,l), -(507,579,l), -(573,415,l), -(670,415,l), -(736,579,l), -(739,579,l), -(739,500,l), -(739,415,l), -(860,415,l), -(860,729,l), -(686,729,l), -(625,574,l), -(621,574,l), -(558,729,l), -(383,729,l), -(383,415,l) -); -}, -{ -closed = 1; -nodes = ( -(247,415,l), -(247,619,l), -(343,619,l), -(343,729,l), -(22,729,l), -(22,619,l), -(117,619,l), -(117,415,l) +(235,415,l), +(235,627,l), +(316,627,l), +(316,729,l), +(37,729,l), +(37,627,l), +(116,627,l), +(116,415,l) ); } ); -width = 915; +width = 843; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -356,41 +356,41 @@ shapes = ( { closed = 1; nodes = ( -(391,415,l), -(412,518,l), -(428,604,l), -(430,604,l), -(430,415,l), -(496,415,l), -(575,604,l), -(578,604,l), -(556,518,l), -(536,415,l), -(631,415,l), -(697,729,l), -(559,729,l), -(496,562,l), -(493,562,l), -(499,729,l), -(360,729,l), -(295,415,l) +(399,415,l), +(420,518,l), +(436,604,l), +(438,604,l), +(438,415,l), +(504,415,l), +(583,604,l), +(586,604,l), +(564,518,l), +(544,415,l), +(639,415,l), +(705,729,l), +(567,729,l), +(504,562,l), +(501,562,l), +(507,729,l), +(368,729,l), +(303,415,l) ); }, { closed = 1; nodes = ( -(207,415,l), -(254,639,l), -(311,639,l), -(330,729,l), -(115,729,l), -(96,639,l), -(152,639,l), -(105,415,l) +(215,415,l), +(262,639,l), +(319,639,l), +(338,729,l), +(123,729,l), +(104,639,l), +(160,639,l), +(113,415,l) ); } ); -width = 636; +width = 652; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -524,41 +524,599 @@ shapes = ( { closed = 1; nodes = ( -(529,415,l), -(547,500,l), -(563,579,l), -(566,579,l), -(597,415,l), -(693,415,l), -(793,579,l), -(795,579,l), -(778,500,l), -(761,415,l), -(881,415,l), -(947,729,l), -(775,729,l), -(681,574,l), -(678,574,l), -(648,729,l), +(535,415,l), +(553,500,l), +(569,579,l), +(572,579,l), +(603,415,l), +(699,415,l), +(799,579,l), +(801,579,l), +(784,500,l), +(767,415,l), +(887,415,l), +(953,729,l), +(781,729,l), +(687,574,l), +(684,574,l), +(654,729,l), +(480,729,l), +(415,415,l) +); +}, +{ +closed = 1; +nodes = ( +(280,415,l), +(323,619,l), +(418,619,l), +(441,729,l), +(124,729,l), +(100,619,l), +(194,619,l), +(151,415,l) +); +} +); +width = 919; +}, +{ +guides = ( +{ +pos = (150,419); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(293,419,l), +(293,573,l), +(292,693,l), +(294,693,l), +(366,419,l), +(399,419,l), +(472,693,l), +(474,693,l), +(472,573,l), +(472,419,l), +(500,419,l), +(500,729,l), +(455,729,l), +(383,453,l), +(381,453,l), +(310,729,l), +(267,729,l), +(267,419,l) +); +}, +{ +closed = 1; +nodes = ( +(120,419,l), +(120,704,l), +(209,704,l), +(209,729,l), +(9,729,l), +(9,704,l), +(93,704,l), +(93,419,l) +); +} +); +width = 558; +}, +{ +guides = ( +{ +pos = (442,415); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(356,415,l), +(356,518,l), +(353,604,l), +(355,604,l), +(395,415,l), +(462,415,l), +(501,604,l), +(504,604,l), +(502,518,l), +(502,415,l), +(598,415,l), +(598,729,l), +(459,729,l), +(431,562,l), +(428,562,l), +(398,729,l), +(259,729,l), +(259,415,l) +); +}, +{ +closed = 1; +nodes = ( +(170,415,l), +(170,639,l), +(227,639,l), +(227,729,l), +(10,729,l), +(10,639,l), +(67,639,l), +(67,415,l) +); +} +); +width = 622; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(373,419,l), +(373,569,l), +(372,686,l), +(374,686,l), +(497,419,l), +(525,419,l), +(648,686,l), +(651,686,l), +(648,569,l), +(648,419,l), +(683,419,l), +(683,729,l), +(636,729,l), +(512,459,l), +(509,459,l), +(385,729,l), +(341,729,l), +(341,419,l) +); +}, +{ +closed = 1; +nodes = ( +(177,419,l), +(177,699,l), +(291,699,l), +(291,729,l), +(34,729,l), +(34,699,l), +(144,699,l), +(144,419,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 770; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(459,415,l), +(459,507,l), +(458,590,l), +(461,590,l), +(516,415,l), +(605,415,l), +(660,590,l), +(663,590,l), +(662,507,l), +(662,415,l), +(774,415,l), +(774,729,l), +(614,729,l), +(564,562,l), +(560,562,l), +(508,729,l), +(348,729,l), +(348,415,l) +); +}, +{ +closed = 1; +nodes = ( +(219,415,l), +(219,627,l), +(303,627,l), +(303,729,l), +(17,729,l), +(17,627,l), +(99,627,l), +(99,415,l) +); +} +); +width = 820; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(390,419,l), +(390,569,l), +(389,686,l), +(391,686,l), +(526,419,l), +(554,419,l), +(689,686,l), +(692,686,l), +(689,569,l), +(689,419,l), +(725,419,l), +(725,729,l), +(677,729,l), +(541,459,l), +(538,459,l), +(402,729,l), +(357,729,l), +(357,419,l) +); +}, +{ +closed = 1; +nodes = ( +(179,419,l), +(179,699,l), +(303,699,l), +(303,729,l), +(26,729,l), +(26,699,l), +(145,699,l), +(145,419,l) +); +} +); +width = 800; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(495,415,l), +(495,500,l), +(494,579,l), +(497,579,l), +(563,415,l), +(660,415,l), +(726,579,l), +(729,579,l), +(729,500,l), +(729,415,l), +(850,415,l), +(850,729,l), +(676,729,l), +(615,574,l), +(611,574,l), +(548,729,l), +(373,729,l), +(373,415,l) +); +}, +{ +closed = 1; +nodes = ( +(237,415,l), +(237,619,l), +(333,619,l), +(333,729,l), +(12,729,l), +(12,619,l), +(107,619,l), +(107,415,l) +); +} +); +width = 895; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(311,419,l), +(343,573,l), +(368,693,l), +(370,693,l), +(383,419,l), +(416,419,l), +(545,693,l), +(547,693,l), +(520,573,l), +(488,419,l), +(517,419,l), +(580,729,l), +(536,729,l), +(408,453,l), +(406,453,l), +(392,729,l), +(350,729,l), +(285,419,l) +); +}, +{ +closed = 1; +nodes = ( +(140,419,l), +(199,704,l), +(287,704,l), +(292,729,l), +(94,729,l), +(89,704,l), +(172,704,l), +(113,419,l) +); +} +); +width = 538; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(380,415,l), +(401,518,l), +(417,604,l), +(419,604,l), +(419,415,l), +(485,415,l), +(564,604,l), +(567,604,l), +(545,518,l), +(525,415,l), +(620,415,l), +(686,729,l), +(548,729,l), +(485,562,l), +(482,562,l), +(488,729,l), +(349,729,l), +(284,415,l) +); +}, +{ +closed = 1; +nodes = ( +(196,415,l), +(243,639,l), +(300,639,l), +(319,729,l), +(104,729,l), +(85,639,l), +(141,639,l), +(94,415,l) +); +} +); +width = 614; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(398,419,l), +(429,569,l), +(453,686,l), +(455,686,l), +(521,419,l), +(549,419,l), +(726,686,l), +(729,686,l), +(701,569,l), +(670,419,l), +(705,419,l), +(769,729,l), +(723,729,l), +(544,459,l), +(541,459,l), (474,729,l), -(409,415,l) +(431,729,l), +(366,419,l) +); +}, +{ +closed = 1; +nodes = ( +(204,419,l), +(262,699,l), +(375,699,l), +(381,729,l), +(127,729,l), +(121,699,l), +(230,699,l), +(171,419,l) +); +} +); +width = 759; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(476,415,l), +(496,507,l), +(512,590,l), +(515,590,l), +(532,415,l), +(621,415,l), +(712,590,l), +(715,590,l), +(697,507,l), +(678,415,l), +(788,415,l), +(854,729,l), +(696,729,l), +(611,562,l), +(607,562,l), +(591,729,l), +(431,729,l), +(366,415,l) +); +}, +{ +closed = 1; +nodes = ( +(238,415,l), +(283,627,l), +(367,627,l), +(388,729,l), +(105,729,l), +(83,627,l), +(165,627,l), +(120,415,l) +); +} +); +width = 799; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(420,419,l), +(450,569,l), +(474,686,l), +(476,686,l), +(554,419,l), +(582,419,l), +(771,686,l), +(774,686,l), +(747,569,l), +(716,419,l), +(751,419,l), +(815,729,l), +(768,729,l), +(577,459,l), +(574,459,l), +(496,729,l), +(451,729,l), +(387,419,l) +); +}, +{ +closed = 1; +nodes = ( +(211,419,l), +(269,699,l), +(392,699,l), +(398,729,l), +(123,729,l), +(117,699,l), +(235,699,l), +(177,419,l) +); +} +); +width = 793; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(514,415,l), +(532,500,l), +(548,579,l), +(551,579,l), +(582,415,l), +(678,415,l), +(778,579,l), +(780,579,l), +(763,500,l), +(746,415,l), +(866,415,l), +(932,729,l), +(760,729,l), +(666,574,l), +(663,574,l), +(633,729,l), +(459,729,l), +(394,415,l) ); }, { closed = 1; nodes = ( -(274,415,l), -(317,619,l), -(412,619,l), -(435,729,l), -(118,729,l), -(94,619,l), -(188,619,l), -(145,415,l) +(259,415,l), +(302,619,l), +(397,619,l), +(420,729,l), +(103,729,l), +(79,619,l), +(173,619,l), +(130,415,l) ); } ); -width = 907; +width = 877; } ); unicode = 8482; diff --git a/sources/MonaSans.glyphspackage/glyphs/two.blackC_ircled.glyph b/sources/MonaSans.glyphspackage/glyphs/two.blackC_ircled.glyph index 02530068..c3975f30 100644 --- a/sources/MonaSans.glyphspackage/glyphs/two.blackC_ircled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/two.blackC_ircled.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); background = { @@ -63,50 +63,50 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) ); }, { closed = 1; nodes = ( -(229,178,ls), -(229,281,o), -(371,384,o), -(371,459,cs), -(371,483,o), -(366,495,o), -(351,495,cs), -(329,495,o), -(328,465,o), -(331,433,c), -(223,433,l), -(218,523,o), -(261,587,o), -(351,587,cs), -(430,587,o), -(481,551,o), -(481,460,cs), -(481,362,o), -(369,271,o), -(366,240,c), -(484,240,l), -(484,149,l), -(229,149,l) +(237,178,ls), +(237,281,o), +(379,384,o), +(379,459,cs), +(379,483,o), +(374,495,o), +(359,495,cs), +(337,495,o), +(336,465,o), +(339,433,c), +(231,433,l), +(226,523,o), +(269,587,o), +(359,587,cs), +(438,587,o), +(489,551,o), +(489,460,cs), +(489,362,o), +(377,271,o), +(374,240,c), +(492,240,l), +(492,149,l), +(237,149,l) ); } ); -width = 706; +width = 722; }, { anchors = ( @@ -218,7 +218,219 @@ width = 698; anchors = ( { name = center; -pos = (435.5,363); +pos = (442,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,155,ls), +(276,316,o), +(563,310,o), +(563,454,cs), +(563,518,o), +(513,551,o), +(441,551,cs), +(359,551,o), +(312,508,o), +(312,445,c), +(277,445,l), +(278,533,o), +(344,582,o), +(443,582,cs), +(543,582,o), +(601,531,o), +(601,456,cs), +(601,298,o), +(324,286,o), +(319,175,c), +(609,175,l), +(609,144,l), +(276,144,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(275,161,ls), +(275,322,o), +(562,316,o), +(562,460,cs), +(562,524,o), +(512,557,o), +(440,557,cs), +(358,557,o), +(311,514,o), +(311,451,c), +(276,451,l), +(277,539,o), +(343,588,o), +(442,588,cs), +(542,588,o), +(600,537,o), +(600,462,cs), +(600,304,o), +(323,292,o), +(318,181,c), +(608,181,l), +(608,150,l), +(275,150,l) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = center; +pos = (436,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(241,178,ls), +(241,346,o), +(468,372,o), +(468,447,cs), +(468,472,o), +(444,481,o), +(435,481,cs), +(407,481,o), +(392,466,o), +(387,434,c), +(243,434,l), +(257,545,o), +(323,594,o), +(440,594,cs), +(552,594,o), +(617,537,o), +(617,450,cs), +(617,334,o), +(486,288,o), +(441,269,c), +(618,269,l), +(618,157,l), +(241,157,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(247,174,ls), +(247,342,o), +(474,368,o), +(474,443,cs), +(474,468,o), +(460,477,o), +(441,477,cs), +(413,477,o), +(398,462,o), +(393,430,c), +(249,430,l), +(263,541,o), +(329,590,o), +(446,590,cs), +(558,590,o), +(623,533,o), +(623,446,cs), +(623,330,o), +(492,284,o), +(447,265,c), +(624,265,l), +(624,153,l), +(247,153,l) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = center; +pos = (431,363); } ); background = { @@ -270,51 +482,1205 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(301,162,ls), +(301,312,o), +(526,344,o), +(526,466,cs), +(526,522,o), +(489,556,o), +(432,556,cs), +(373,556,o), +(331,518,o), +(333,455,c), +(298,455,l), +(296,533,o), +(350,586,o), +(433,586,cs), +(511,586,o), +(559,539,o), +(559,467,cs), +(559,330,o), +(347,297,o), +(336,180,c), +(562,180,l), +(562,149,l), +(301,149,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 0; +options = 0; +place = ( +413, +222 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +138, +36 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +613, +36 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +306, +38 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +570, +42 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-11, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-11, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +anchors = ( +{ +name = center; +pos = (418,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(262,169,ls), +(262,345,o), +(462,371,o), +(462,446,cs), +(462,466,o), +(446,477,o), +(429,477,cs), +(399,477,o), +(389,456,o), +(388,437,c), +(262,437,l), +(269,526,o), +(330,584,o), +(436,584,cs), +(529,584,o), +(590,529,o), +(590,452,cs), +(590,335,o), +(445,292,o), +(407,257,c), +(587,257,l), +(587,147,l), +(262,147,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(257,173,ls), +(257,349,o), +(451,375,o), +(451,450,cs), +(451,470,o), +(437,481,o), +(421,481,cs), +(392,481,o), +(383,460,o), +(382,441,c), +(257,441,l), +(264,530,o), +(324,588,o), +(428,588,cs), +(519,588,o), +(578,533,o), +(578,456,cs), +(578,339,o), +(439,296,o), +(401,261,c), +(575,261,l), +(575,151,l), +(257,151,l) +); +} +); +width = 834; +}, +{ +anchors = ( +{ +name = center; +pos = (386,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(297,157,ls), +(297,271,o), +(440,358,o), +(440,478,cs), +(440,533,o), +(417,558,o), +(383,558,cs), +(338,558,o), +(323,516,o), +(324,452,c), +(295,452,l), +(292,541,o), +(328,584,o), +(383,584,cs), +(440,584,o), +(469,540,o), +(469,480,cs), +(469,355,o), +(331,256,o), +(331,172,c), +(477,172,l), +(477,146,l), +(297,146,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(297,159,ls), +(297,273,o), +(440,360,o), +(440,480,cs), +(440,535,o), +(417,560,o), +(383,560,cs), +(338,560,o), +(323,518,o), +(324,454,c), +(295,454,l), +(292,543,o), +(328,586,o), +(383,586,cs), +(440,586,o), +(469,542,o), +(469,482,cs), +(469,357,o), +(331,258,o), +(331,174,c), +(477,174,l), +(477,148,l), +(297,148,l) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = center; +pos = (393,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(260,183,ls), +(260,286,o), +(402,389,o), +(402,464,cs), +(402,488,o), +(397,500,o), +(382,500,cs), +(360,500,o), +(359,470,o), +(362,438,c), +(254,438,l), +(249,528,o), +(292,592,o), +(382,592,cs), +(461,592,o), +(512,556,o), +(512,465,cs), +(512,367,o), +(400,276,o), +(397,245,c), +(515,245,l), +(515,154,l), +(260,154,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(269,178,ls), +(269,281,o), +(411,384,o), +(411,459,cs), +(411,483,o), +(406,495,o), +(391,495,cs), +(369,495,o), +(368,465,o), +(371,433,c), +(263,433,l), +(258,523,o), +(301,587,o), +(391,587,cs), +(470,587,o), +(521,551,o), +(521,460,cs), +(521,362,o), +(409,271,o), +(406,240,c), +(524,240,l), +(524,149,l), +(269,149,l) +); +} +); +width = 747; +}, +{ +anchors = ( +{ +name = center; +pos = (467.5,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(336,158,ls), +(336,308,o), +(565,340,o), +(565,462,cs), +(565,518,o), +(528,552,o), +(469,552,cs), +(410,552,o), +(366,514,o), +(368,451,c), +(333,450,l), +(331,528,o), +(387,582,o), +(470,582,cs), +(550,582,o), +(600,535,o), +(600,463,cs), +(600,326,o), +(383,293,o), +(371,176,c), +(603,176,l), +(603,145,l), +(336,145,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(336,162,ls), +(336,312,o), +(565,344,o), +(565,466,cs), +(565,522,o), +(528,556,o), +(469,556,cs), +(410,556,o), +(366,518,o), +(368,455,c), +(333,455,l), +(331,533,o), +(387,586,o), +(470,586,cs), +(550,586,o), +(600,539,o), +(600,467,cs), +(600,330,o), +(383,297,o), +(371,180,c), +(603,180,l), +(603,149,l), +(336,149,l) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = center; +pos = (455.5,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(290,169,ls), +(290,345,o), +(490,371,o), +(490,446,cs), +(490,466,o), +(474,477,o), +(457,477,cs), +(427,477,o), +(417,456,o), +(416,437,c), +(290,437,l), +(297,526,o), +(358,584,o), +(464,584,cs), +(557,584,o), +(618,529,o), +(618,452,cs), +(618,335,o), +(473,292,o), +(435,257,c), +(615,257,l), +(615,147,l), +(290,147,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(292,173,ls), +(292,349,o), +(492,375,o), +(492,450,cs), +(492,470,o), +(476,481,o), +(459,481,cs), +(429,481,o), +(419,460,o), +(418,441,c), +(292,441,l), +(299,530,o), +(360,588,o), +(466,588,cs), +(559,588,o), +(620,533,o), +(620,456,cs), +(620,339,o), +(475,296,o), +(437,261,c), +(617,261,l), +(617,151,l), +(292,151,l) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = center; +pos = (473,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(307,155,ls), +(307,316,o), +(594,310,o), +(594,454,cs), +(594,518,o), +(544,551,o), +(472,551,cs), +(390,551,o), +(343,508,o), +(343,445,c), +(308,445,l), +(309,533,o), +(375,582,o), +(474,582,cs), +(574,582,o), +(632,531,o), +(632,456,cs), +(632,298,o), +(355,286,o), +(350,175,c), +(640,175,l), +(640,144,l), +(307,144,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(306,161,ls), +(306,322,o), +(593,316,o), +(593,460,cs), +(593,524,o), +(543,557,o), +(471,557,cs), +(389,557,o), +(342,514,o), +(342,451,c), +(307,451,l), +(308,539,o), +(374,588,o), +(473,588,cs), +(573,588,o), +(631,537,o), +(631,462,cs), +(631,304,o), +(354,292,o), +(349,181,c), +(639,181,l), +(639,150,l), +(306,150,l) +); +} +); +width = 903; +}, +{ +anchors = ( +{ +name = center; +pos = (465,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(270,178,ls), +(270,346,o), +(497,372,o), +(497,447,cs), +(497,472,o), +(473,481,o), +(464,481,cs), +(436,481,o), +(421,466,o), +(416,434,c), +(272,434,l), +(286,545,o), +(352,594,o), +(469,594,cs), +(581,594,o), +(646,537,o), +(646,450,cs), +(646,334,o), +(515,288,o), +(470,269,c), +(647,269,l), +(647,157,l), +(270,157,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,174,ls), +(276,342,o), +(503,368,o), +(503,443,cs), +(503,468,o), +(489,477,o), +(470,477,cs), +(442,477,o), +(427,462,o), +(422,430,c), +(278,430,l), +(292,541,o), +(358,590,o), +(475,590,cs), +(587,590,o), +(652,533,o), +(652,446,cs), +(652,330,o), +(521,284,o), +(476,265,c), +(653,265,l), +(653,153,l), +(276,153,l) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = center; +pos = (329,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(260,157,ls), +(260,271,o), +(403,358,o), +(403,478,cs), +(403,533,o), +(380,558,o), +(346,558,cs), +(301,558,o), +(286,516,o), +(287,452,c), +(258,452,l), +(255,541,o), +(291,584,o), +(346,584,cs), +(403,584,o), +(432,540,o), +(432,480,cs), +(432,355,o), +(294,256,o), +(294,172,c), +(440,172,l), +(440,146,l), +(260,146,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,159,ls), +(240,273,o), +(383,360,o), +(383,480,cs), +(383,535,o), +(360,560,o), +(326,560,cs), +(281,560,o), +(266,518,o), +(267,454,c), +(238,454,l), +(235,543,o), +(271,586,o), +(326,586,cs), +(383,586,o), +(412,542,o), +(412,482,cs), +(412,357,o), +(274,258,o), +(274,174,c), +(420,174,l), +(420,148,l), +(240,148,l) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(228,183,ls), +(228,286,o), +(370,389,o), +(370,464,cs), +(370,488,o), +(365,500,o), +(350,500,cs), +(328,500,o), +(327,470,o), +(330,438,c), +(222,438,l), +(217,528,o), +(260,592,o), +(350,592,cs), +(429,592,o), +(480,556,o), +(480,465,cs), +(480,367,o), +(368,276,o), +(365,245,c), +(483,245,l), +(483,154,l), +(228,154,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(219,178,ls), +(219,281,o), +(361,384,o), +(361,459,cs), +(361,483,o), +(356,495,o), +(341,495,cs), +(319,495,o), +(318,465,o), +(321,433,c), +(213,433,l), +(208,523,o), +(251,587,o), +(341,587,cs), +(420,587,o), +(471,551,o), +(471,460,cs), +(471,362,o), +(359,271,o), +(356,240,c), +(474,240,l), +(474,149,l), +(219,149,l) +); +} +); +width = 686; +}, +{ +anchors = ( +{ +name = center; +pos = (416,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(304,158,ls), +(304,308,o), +(533,340,o), +(533,462,cs), +(533,518,o), +(496,552,o), +(437,552,cs), +(378,552,o), +(334,514,o), +(336,451,c), +(301,450,l), +(299,528,o), +(355,582,o), +(438,582,cs), +(518,582,o), +(568,535,o), +(568,463,cs), +(568,326,o), +(351,293,o), +(339,176,c), +(571,176,l), +(571,145,l), +(304,145,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) ); }, { closed = 1; nodes = ( -(304,162,ls), -(304,312,o), -(533,344,o), -(533,466,cs), -(533,522,o), -(496,556,o), -(437,556,cs), -(378,556,o), -(334,518,o), -(336,455,c), -(301,455,l), -(299,533,o), -(355,586,o), -(438,586,cs), -(518,586,o), -(568,539,o), -(568,467,cs), -(568,330,o), -(351,297,o), -(339,180,c), -(571,180,l), -(571,149,l), -(304,149,l) +(284,162,ls), +(284,312,o), +(513,344,o), +(513,466,cs), +(513,522,o), +(476,556,o), +(417,556,cs), +(358,556,o), +(314,518,o), +(316,455,c), +(281,455,l), +(279,533,o), +(335,586,o), +(418,586,cs), +(498,586,o), +(548,539,o), +(548,467,cs), +(548,330,o), +(331,297,o), +(319,180,c), +(551,180,l), +(551,149,l), +(284,149,l) ); } ); @@ -412,13 +1778,13 @@ type = Stem; } ); }; -width = 871; +width = 831; }, { anchors = ( { name = center; -pos = (427.5,365); +pos = (407,365); } ); background = { @@ -470,61 +1836,61 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) ); }, { closed = 1; nodes = ( -(264,173,ls), -(264,349,o), -(464,375,o), -(464,450,cs), -(464,470,o), -(448,481,o), -(431,481,cs), -(401,481,o), -(391,460,o), -(390,441,c), -(264,441,l), -(271,530,o), -(332,588,o), -(438,588,cs), -(531,588,o), -(592,533,o), -(592,456,cs), -(592,339,o), -(447,296,o), -(409,261,c), -(589,261,l), -(589,151,l), -(264,151,l) +(243,173,ls), +(243,349,o), +(443,375,o), +(443,450,cs), +(443,470,o), +(427,481,o), +(410,481,cs), +(380,481,o), +(370,460,o), +(369,441,c), +(243,441,l), +(250,530,o), +(311,588,o), +(417,588,cs), +(510,588,o), +(571,533,o), +(571,456,cs), +(571,339,o), +(426,296,o), +(388,261,c), +(568,261,l), +(568,151,l), +(243,151,l) ); } ); -width = 855; +width = 813; }, { anchors = ( { name = center; -pos = (442,363); +pos = (432,363); } ); background = { @@ -576,61 +1942,61 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) ); }, { closed = 1; nodes = ( -(275,161,ls), -(275,322,o), -(562,316,o), -(562,460,cs), -(562,524,o), -(512,557,o), -(440,557,cs), -(358,557,o), -(311,514,o), -(311,451,c), -(276,451,l), -(277,539,o), -(343,588,o), -(442,588,cs), -(542,588,o), -(600,537,o), -(600,462,cs), -(600,304,o), -(323,292,o), -(318,181,c), -(608,181,l), -(608,150,l), -(275,150,l) +(265,161,ls), +(265,322,o), +(552,316,o), +(552,460,cs), +(552,524,o), +(502,557,o), +(430,557,cs), +(348,557,o), +(301,514,o), +(301,451,c), +(266,451,l), +(267,539,o), +(333,588,o), +(432,588,cs), +(532,588,o), +(590,537,o), +(590,462,cs), +(590,304,o), +(313,292,o), +(308,181,c), +(598,181,l), +(598,150,l), +(265,150,l) ); } ); -width = 884; +width = 864; }, { anchors = ( { name = center; -pos = (430,364); +pos = (420,364); } ); background = { @@ -682,61 +2048,61 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) ); }, { closed = 1; nodes = ( -(241,174,ls), -(241,342,o), -(468,368,o), -(468,443,cs), -(468,468,o), -(454,477,o), -(435,477,cs), -(407,477,o), -(392,462,o), -(387,430,c), -(243,430,l), -(257,541,o), -(323,590,o), -(440,590,cs), -(552,590,o), -(617,533,o), -(617,446,cs), -(617,330,o), -(486,284,o), -(441,265,c), -(618,265,l), -(618,153,l), -(241,153,l) +(231,174,ls), +(231,342,o), +(458,368,o), +(458,443,cs), +(458,468,o), +(444,477,o), +(425,477,cs), +(397,477,o), +(382,462,o), +(377,430,c), +(233,430,l), +(247,541,o), +(313,590,o), +(430,590,cs), +(542,590,o), +(607,533,o), +(607,446,cs), +(607,330,o), +(476,284,o), +(431,265,c), +(608,265,l), +(608,153,l), +(231,153,l) ); } ); -width = 860; +width = 840; }, { anchors = ( { name = center; -pos = (386,365); +pos = (363,365); } ); background = { @@ -788,61 +2154,61 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) ); }, { closed = 1; nodes = ( -(297,159,ls), -(297,273,o), -(440,360,o), -(440,480,cs), -(440,535,o), -(417,560,o), -(383,560,cs), -(338,560,o), -(323,518,o), -(324,454,c), -(295,454,l), -(292,543,o), -(328,586,o), -(383,586,cs), -(440,586,o), -(469,542,o), -(469,482,cs), -(469,357,o), -(331,258,o), -(331,174,c), -(477,174,l), -(477,148,l), -(297,148,l) +(274,159,ls), +(274,273,o), +(417,360,o), +(417,480,cs), +(417,535,o), +(394,560,o), +(360,560,cs), +(315,560,o), +(300,518,o), +(301,454,c), +(272,454,l), +(269,543,o), +(305,586,o), +(360,586,cs), +(417,586,o), +(446,542,o), +(446,482,cs), +(446,357,o), +(308,258,o), +(308,174,c), +(454,174,l), +(454,148,l), +(274,148,l) ); } ); -width = 727; +width = 681; }, { anchors = ( { name = center; -pos = (385,366); +pos = (374,366); } ); background = { @@ -894,61 +2260,61 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) ); }, { closed = 1; nodes = ( -(261,178,ls), -(261,281,o), -(403,384,o), -(403,459,cs), -(403,483,o), -(398,495,o), -(383,495,cs), -(361,495,o), -(360,465,o), -(363,433,c), -(255,433,l), -(250,523,o), -(293,587,o), -(383,587,cs), -(462,587,o), -(513,551,o), -(513,460,cs), -(513,362,o), -(401,271,o), -(398,240,c), -(516,240,l), -(516,149,l), -(261,149,l) +(250,178,ls), +(250,281,o), +(392,384,o), +(392,459,cs), +(392,483,o), +(387,495,o), +(372,495,cs), +(350,495,o), +(349,465,o), +(352,433,c), +(244,433,l), +(239,523,o), +(282,587,o), +(372,587,cs), +(451,587,o), +(502,551,o), +(502,460,cs), +(502,362,o), +(390,271,o), +(387,240,c), +(505,240,l), +(505,149,l), +(250,149,l) ); } ); -width = 731; +width = 709; }, { anchors = ( { name = center; -pos = (467.5,363); +pos = (444,363); } ); background = { @@ -1000,61 +2366,61 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) ); }, { closed = 1; nodes = ( -(336,162,ls), -(336,312,o), -(565,344,o), -(565,466,cs), -(565,522,o), -(528,556,o), -(469,556,cs), -(410,556,o), -(366,518,o), -(368,455,c), -(333,455,l), -(331,533,o), -(387,586,o), -(470,586,cs), -(550,586,o), -(600,539,o), -(600,467,cs), -(600,330,o), -(383,297,o), -(371,180,c), -(603,180,l), -(603,149,l), -(336,149,l) +(312,162,ls), +(312,312,o), +(541,344,o), +(541,466,cs), +(541,522,o), +(504,556,o), +(445,556,cs), +(386,556,o), +(342,518,o), +(344,455,c), +(309,455,l), +(307,533,o), +(363,586,o), +(446,586,cs), +(526,586,o), +(576,539,o), +(576,467,cs), +(576,330,o), +(359,297,o), +(347,180,c), +(579,180,l), +(579,149,l), +(312,149,l) ); } ); -width = 891; +width = 843; }, { anchors = ( { name = center; -pos = (455.5,365); +pos = (427,365); } ); background = { @@ -1106,61 +2472,61 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) ); }, { closed = 1; nodes = ( -(292,173,ls), -(292,349,o), -(492,375,o), -(492,450,cs), -(492,470,o), -(476,481,o), -(459,481,cs), -(429,481,o), -(419,460,o), -(418,441,c), -(292,441,l), -(299,530,o), -(360,588,o), -(466,588,cs), -(559,588,o), -(620,533,o), -(620,456,cs), -(620,339,o), -(475,296,o), -(437,261,c), -(617,261,l), -(617,151,l), -(292,151,l) +(263,173,ls), +(263,349,o), +(463,375,o), +(463,450,cs), +(463,470,o), +(447,481,o), +(430,481,cs), +(400,481,o), +(390,460,o), +(389,441,c), +(263,441,l), +(270,530,o), +(331,588,o), +(437,588,cs), +(530,588,o), +(591,533,o), +(591,456,cs), +(591,339,o), +(446,296,o), +(408,261,c), +(588,261,l), +(588,151,l), +(263,151,l) ); } ); -width = 873; +width = 815; }, { anchors = ( { name = center; -pos = (473,363); +pos = (463,363); } ); background = { @@ -1212,61 +2578,61 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) ); }, { closed = 1; nodes = ( -(306,161,ls), -(306,322,o), -(593,316,o), -(593,460,cs), -(593,524,o), -(543,557,o), -(471,557,cs), -(389,557,o), -(342,514,o), -(342,451,c), -(307,451,l), -(308,539,o), -(374,588,o), -(473,588,cs), -(573,588,o), -(631,537,o), -(631,462,cs), -(631,304,o), -(354,292,o), -(349,181,c), -(639,181,l), -(639,150,l), -(306,150,l) +(296,161,ls), +(296,322,o), +(583,316,o), +(583,460,cs), +(583,524,o), +(533,557,o), +(461,557,cs), +(379,557,o), +(332,514,o), +(332,451,c), +(297,451,l), +(298,539,o), +(364,588,o), +(463,588,cs), +(563,588,o), +(621,537,o), +(621,462,cs), +(621,304,o), +(344,292,o), +(339,181,c), +(629,181,l), +(629,150,l), +(296,150,l) ); } ); -width = 903; +width = 883; }, { anchors = ( { name = center; -pos = (459,364); +pos = (444,364); } ); background = { @@ -1318,55 +2684,55 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) ); }, { closed = 1; nodes = ( -(270,174,ls), -(270,342,o), -(497,368,o), -(497,443,cs), -(497,468,o), -(483,477,o), -(464,477,cs), -(436,477,o), -(421,462,o), -(416,430,c), -(272,430,l), -(286,541,o), -(352,590,o), -(469,590,cs), -(581,590,o), -(646,533,o), -(646,446,cs), -(646,330,o), -(515,284,o), -(470,265,c), -(647,265,l), -(647,153,l), -(270,153,l) +(255,174,ls), +(255,342,o), +(482,368,o), +(482,443,cs), +(482,468,o), +(468,477,o), +(449,477,cs), +(421,477,o), +(406,462,o), +(401,430,c), +(257,430,l), +(271,541,o), +(337,590,o), +(454,590,cs), +(566,590,o), +(631,533,o), +(631,446,cs), +(631,330,o), +(500,284,o), +(455,265,c), +(632,265,l), +(632,153,l), +(255,153,l) ); } ); -width = 880; +width = 850; } ); metricLeft = one.circled; diff --git a/sources/MonaSans.glyphspackage/glyphs/two.circled.glyph b/sources/MonaSans.glyphspackage/glyphs/two.circled.glyph index 2d9dd055..36a76d06 100644 --- a/sources/MonaSans.glyphspackage/glyphs/two.circled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/two.circled.glyph @@ -182,6 +182,1001 @@ shapes = ( { closed = 1; nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(609,144,l), +(609,175,l), +(319,175,l), +(324,286,o), +(601,298,o), +(601,456,cs), +(601,531,o), +(543,582,o), +(443,582,cs), +(344,582,o), +(278,533,o), +(277,445,c), +(312,445,l), +(312,508,o), +(359,551,o), +(441,551,cs), +(513,551,o), +(563,518,o), +(563,454,cs), +(563,310,o), +(276,316,o), +(276,155,cs), +(276,144,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (243,190); +ref = twoinferior; +} +); +width = 884; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(618,157,l), +(618,269,l), +(441,269,l), +(486,288,o), +(617,334,o), +(617,450,cs), +(617,537,o), +(552,594,o), +(440,594,cs), +(323,594,o), +(257,545,o), +(243,434,c), +(387,434,l), +(392,466,o), +(407,481,o), +(435,481,cs), +(444,481,o), +(468,472,o), +(468,447,cs), +(468,372,o), +(241,346,o), +(241,178,cs), +(241,157,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (229,193); +ref = twoinferior; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(571,145,l), +(571,176,l), +(339,176,l), +(351,293,o), +(568,326,o), +(568,463,cs), +(568,535,o), +(518,582,o), +(438,582,cs), +(355,582,o), +(299,528,o), +(301,450,c), +(336,451,l), +(334,514,o), +(378,552,o), +(437,552,cs), +(496,552,o), +(533,518,o), +(533,462,cs), +(533,340,o), +(304,308,o), +(304,158,cs), +(304,145,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (246,189); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -50; +width = 55; +}; +}; +width = 858; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(587,147,l), +(587,257,l), +(407,257,l), +(445,292,o), +(590,335,o), +(590,452,cs), +(590,529,o), +(529,584,o), +(436,584,cs), +(330,584,o), +(269,526,o), +(262,437,c), +(388,437,l), +(389,456,o), +(399,477,o), +(429,477,cs), +(446,477,o), +(462,466,o), +(462,446,cs), +(462,371,o), +(262,345,o), +(262,169,cs), +(262,147,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (235,191); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 834; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(477,146,l), +(477,172,l), +(331,172,l), +(331,256,o), +(469,355,o), +(469,480,cs), +(469,540,o), +(440,584,o), +(383,584,cs), +(328,584,o), +(292,541,o), +(295,452,c), +(324,452,l), +(323,516,o), +(338,558,o), +(383,558,cs), +(417,558,o), +(440,533,o), +(440,478,cs), +(440,358,o), +(297,271,o), +(297,157,cs), +(297,146,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +pos = (266,188); +ref = twoinferior; +} +); +width = 727; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(515,154,l), +(515,245,l), +(397,245,l), +(400,276,o), +(512,367,o), +(512,465,cs), +(512,556,o), +(461,592,o), +(382,592,cs), +(292,592,o), +(249,528,o), +(254,438,c), +(362,438,l), +(359,470,o), +(360,500,o), +(382,500,cs), +(397,500,o), +(402,488,o), +(402,464,cs), +(402,389,o), +(260,286,o), +(260,183,cs), +(260,154,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +pos = (243,189); +ref = twoinferior; +} +); +width = 747; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(603,145,l), +(603,176,l), +(371,176,l), +(383,293,o), +(600,326,o), +(600,463,cs), +(600,535,o), +(550,582,o), +(470,582,cs), +(387,582,o), +(331,528,o), +(333,450,c), +(368,451,l), +(366,514,o), +(410,552,o), +(469,552,cs), +(528,552,o), +(565,518,o), +(565,462,cs), +(565,340,o), +(336,308,o), +(336,158,cs), +(336,145,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = master01; +pos = (306,186); +ref = twoinferior; +} +); +width = 891; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(615,147,l), +(615,257,l), +(435,257,l), +(473,292,o), +(618,335,o), +(618,452,cs), +(618,529,o), +(557,584,o), +(464,584,cs), +(358,584,o), +(297,526,o), +(290,437,c), +(416,437,l), +(417,456,o), +(427,477,o), +(457,477,cs), +(474,477,o), +(490,466,o), +(490,446,cs), +(490,371,o), +(290,345,o), +(290,169,cs), +(290,147,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +pos = (301,188); +ref = twoinferior; +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(640,144,l), +(640,175,l), +(350,175,l), +(355,286,o), +(632,298,o), +(632,456,cs), +(632,531,o), +(574,582,o), +(474,582,cs), +(375,582,o), +(309,533,o), +(308,445,c), +(343,445,l), +(343,508,o), +(390,551,o), +(472,551,cs), +(544,551,o), +(594,518,o), +(594,454,cs), +(594,310,o), +(307,316,o), +(307,155,cs), +(307,144,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +pos = (274,190); +ref = twoinferior; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(279,67,o), +(151,181,o), +(151,364,cs), +(151,547,o), +(279,661,o), +(459,661,cs), +(640,661,o), +(767,547,o), +(767,364,cs), +(767,181,o), +(640,67,o), +(459,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(647,157,l), +(647,269,l), +(470,269,l), +(515,288,o), +(646,334,o), +(646,450,cs), +(646,537,o), +(581,594,o), +(469,594,cs), +(352,594,o), +(286,545,o), +(272,434,c), +(416,434,l), +(421,466,o), +(436,481,o), +(464,481,cs), +(473,481,o), +(497,472,o), +(497,447,cs), +(497,372,o), +(270,346,o), +(270,178,cs), +(270,157,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +pos = (258,193); +ref = twoinferior; +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(440,146,l), +(440,172,l), +(294,172,l), +(294,256,o), +(432,355,o), +(432,480,cs), +(432,540,o), +(403,584,o), +(346,584,cs), +(291,584,o), +(255,541,o), +(258,452,c), +(287,452,l), +(286,516,o), +(301,558,o), +(346,558,cs), +(380,558,o), +(403,533,o), +(403,478,cs), +(403,358,o), +(260,271,o), +(260,157,cs), +(260,146,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = whiteCircle; +}, +{ +alignment = -1; +pos = (229,188); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 698; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(483,154,l), +(483,245,l), +(365,245,l), +(368,276,o), +(480,367,o), +(480,465,cs), +(480,556,o), +(429,592,o), +(350,592,cs), +(260,592,o), +(217,528,o), +(222,438,c), +(330,438,l), +(327,470,o), +(328,500,o), +(350,500,cs), +(365,500,o), +(370,488,o), +(370,464,cs), +(370,389,o), +(228,286,o), +(228,183,cs), +(228,154,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (210,189); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 686; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( (660,-10,o), (811,140,o), (811,363,cs), @@ -243,13 +1238,14 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (250,189); ref = twoinferior; } @@ -330,13 +1326,14 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (237,191); ref = twoinferior; } @@ -348,7 +1345,7 @@ weight = -450; width = 50; }; }; -width = 855; +width = 835; }, { background = { @@ -417,13 +1414,14 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (243,190); ref = twoinferior; } @@ -497,13 +1495,14 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; ref = whiteCircle; }, { +alignment = -1; pos = (229,193); ref = twoinferior; } @@ -577,7 +1576,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; @@ -585,11 +1584,11 @@ ref = whiteCircle; }, { masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (266,188); +pos = (243,188); ref = twoinferior; } ); -width = 727; +width = 681; }, { background = { @@ -658,7 +1657,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; @@ -666,11 +1665,11 @@ ref = whiteCircle; }, { masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (243,189); +pos = (224,189); ref = twoinferior; } ); -width = 731; +width = 709; }, { background = { @@ -739,7 +1738,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -747,11 +1746,11 @@ ref = whiteCircle; }, { masterId = master01; -pos = (282,189); +pos = (306,186); ref = twoinferior; } ); -width = 891; +width = 843; }, { background = { @@ -820,7 +1819,7 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; @@ -828,11 +1827,11 @@ ref = whiteCircle; }, { masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (265,191); +pos = (301,188); ref = twoinferior; } ); -width = 873; +width = 815; }, { background = { @@ -901,7 +1900,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -909,11 +1908,11 @@ ref = whiteCircle; }, { masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (274,190); +pos = (264,190); ref = twoinferior; } ); -width = 903; +width = 883; }, { background = { @@ -982,7 +1981,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; @@ -990,11 +1989,11 @@ ref = whiteCircle; }, { masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (258,193); +pos = (237,193); ref = twoinferior; } ); -width = 880; +width = 850; } ); metricLeft = one.sansSerifCircled; diff --git a/sources/MonaSans.glyphspackage/glyphs/two.dnom.glyph b/sources/MonaSans.glyphspackage/glyphs/two.dnom.glyph index 72bad3e4..b8eab5a5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/two.dnom.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/two.dnom.glyph @@ -7,29 +7,29 @@ shapes = ( { closed = 1; nodes = ( -(243,0,l), -(243,82,l), -(143,82,l), -(146,107,o), -(241,184,o), -(241,269,cs), -(241,349,o), -(195,380,o), -(125,380,cs), -(49,380,o), -(7,326,o), -(12,245,c), -(110,245,l), -(107,277,o), -(110,296,o), -(125,296,cs), -(137,296,o), -(141,286,o), -(141,268,cs), -(141,205,o), -(18,115,o), -(18,27,cs), -(18,0,l) +(251,0,l), +(251,82,l), +(151,82,l), +(154,107,o), +(249,184,o), +(249,269,cs), +(249,349,o), +(203,380,o), +(133,380,cs), +(57,380,o), +(15,326,o), +(20,245,c), +(118,245,l), +(115,277,o), +(118,296,o), +(133,296,cs), +(145,296,o), +(149,286,o), +(149,268,cs), +(149,205,o), +(26,115,o), +(26,27,cs), +(26,0,l) ); } ); @@ -40,7 +40,7 @@ weight = -400; width = 52; }; }; -width = 258; +width = 274; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -84,34 +84,116 @@ width = 55; width = 225; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(299,0,l), -(299,28,l), -(87,28,l), -(97,136,o), -(297,166,o), -(297,291,cs), -(297,357,o), -(251,401,o), -(177,401,cs), -(98,401,o), -(50,347,o), -(52,280,c), -(84,280,l), -(82,335,o), -(119,373,o), -(177,373,cs), -(231,373,o), -(264,342,o), -(264,291,cs), -(264,179,o), -(54,149,o), -(54,12,cs), -(54,0,l) +(338,0,l), +(338,29,l), +(74,29,l), +(79,130,o), +(332,141,o), +(332,286,cs), +(332,355,o), +(278,401,o), +(186,401,cs), +(95,401,o), +(35,356,o), +(34,276,c), +(67,276,l), +(68,336,o), +(113,372,o), +(185,372,cs), +(250,372,o), +(296,342,o), +(296,284,cs), +(296,153,o), +(33,158,o), +(33,11,cs), +(33,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 371; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(356,0,l), +(356,95,l), +(189,95,l), +(227,114,o), +(355,153,o), +(355,255,cs), +(355,329,o), +(298,379,o), +(197,379,cs), +(93,379,o), +(33,336,o), +(22,241,c), +(143,241,l), +(147,264,o), +(159,282,o), +(193,282,cs), +(206,282,o), +(228,274,o), +(228,252,cs), +(228,185,o), +(20,163,o), +(20,18,cs), +(20,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 388; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(296,0,l), +(296,28,l), +(88,28,l), +(98,136,o), +(294,166,o), +(294,291,cs), +(294,357,o), +(249,401,o), +(176,401,cs), +(99,401,o), +(52,347,o), +(53,280,c), +(85,280,l), +(83,335,o), +(120,373,o), +(176,373,cs), +(230,373,o), +(261,342,o), +(261,291,cs), +(261,179,o), +(55,149,o), +(55,12,cs), +(55,0,l) ); } ); @@ -182,37 +264,37 @@ type = Stem; } ); }; -width = 351; +width = 349; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(320,0,l), -(320,97,l), -(157,97,l), -(191,126,o), -(323,163,o), -(323,264,cs), -(323,331,o), -(268,379,o), -(185,379,cs), -(95,379,o), -(35,332,o), -(29,251,c), -(141,251,l), -(141,269,o), -(153,284,o), -(179,284,cs), -(195,284,o), -(210,275,o), -(210,259,cs), -(210,195,o), -(29,173,o), -(29,20,cs), -(29,0,l) +(306,0,l), +(306,97,l), +(154,97,l), +(189,127,o), +(309,163,o), +(309,264,cs), +(309,331,o), +(256,379,o), +(177,379,cs), +(92,379,o), +(34,332,o), +(28,251,c), +(139,251,l), +(139,269,o), +(149,284,o), +(171,284,cs), +(184,284,o), +(197,275,o), +(197,259,cs), +(197,195,o), +(28,173,o), +(28,20,cs), +(28,0,l) ); } ); @@ -225,89 +307,7 @@ width = 54; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; }; -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,0,l), -(338,29,l), -(74,29,l), -(79,130,o), -(332,141,o), -(332,286,cs), -(332,355,o), -(278,401,o), -(186,401,cs), -(95,401,o), -(35,356,o), -(34,276,c), -(67,276,l), -(68,336,o), -(113,372,o), -(185,372,cs), -(250,372,o), -(296,342,o), -(296,284,cs), -(296,153,o), -(33,158,o), -(33,11,cs), -(33,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 371; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,0,l), -(350,95,l), -(183,95,l), -(221,114,o), -(349,153,o), -(349,255,cs), -(349,329,o), -(292,379,o), -(191,379,cs), -(87,379,o), -(27,336,o), -(16,241,c), -(137,241,l), -(141,264,o), -(153,282,o), -(187,282,cs), -(200,282,o), -(222,274,o), -(222,252,cs), -(222,185,o), -(14,163,o), -(14,18,cs), -(14,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 376; +width = 343; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -356,29 +356,29 @@ shapes = ( { closed = 1; nodes = ( -(187,0,l), -(204,82,l), -(105,82,l), -(115,107,o), -(221,172,o), -(239,258,cs), -(256,338,o), -(215,380,o), -(136,380,cs), -(63,380,o), -(20,325,o), -(9,250,c), -(107,250,l), -(111,282,o), -(119,296,o), -(130,296,cs), -(145,296,o), -(144,282,o), -(140,263,cs), -(129,213,o), -(-13,125,o), -(-31,31,cs), -(-37,0,l) +(195,0,l), +(212,82,l), +(113,82,l), +(123,107,o), +(229,172,o), +(247,258,cs), +(264,338,o), +(223,380,o), +(144,380,cs), +(71,380,o), +(28,325,o), +(17,250,c), +(115,250,l), +(119,282,o), +(127,296,o), +(138,296,cs), +(153,296,o), +(152,282,o), +(148,263,cs), +(137,213,o), +(-5,125,o), +(-23,31,cs), +(-29,0,l) ); } ); @@ -389,7 +389,7 @@ weight = -400; width = 52; }; }; -width = 259; +width = 275; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -520,29 +520,583 @@ shapes = ( { closed = 1; nodes = ( -(310,0,l), -(328,97,l), -(166,97,l), -(237,132,o), -(351,162,o), -(351,264,cs), -(351,334,o), -(300,380,o), -(189,380,cs), -(89,380,o), -(28,334,o), -(9,246,c), -(133,246,l), -(140,272,o), -(152,285,o), -(185,285,cs), -(209,285,o), -(224,276,o), -(224,254,cs), -(224,189,o), -(-16,166,o), -(-30,9,cs), -(-31,0,l) +(316,0,l), +(334,97,l), +(172,97,l), +(243,132,o), +(357,162,o), +(357,264,cs), +(357,334,o), +(306,380,o), +(195,380,cs), +(95,380,o), +(34,334,o), +(15,246,c), +(139,246,l), +(146,272,o), +(158,285,o), +(191,285,cs), +(215,285,o), +(230,276,o), +(230,254,cs), +(230,189,o), +(-10,166,o), +(-24,9,cs), +(-25,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 398; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(178,0,l), +(178,24,l), +(44,24,l), +(44,101,o), +(171,191,o), +(171,306,cs), +(171,361,o), +(144,402,o), +(92,402,cs), +(41,402,o), +(8,361,o), +(11,280,c), +(38,280,l), +(36,339,o), +(51,378,o), +(92,378,cs), +(123,378,o), +(143,354,o), +(143,304,cs), +(143,195,o), +(13,114,o), +(13,10,cs), +(13,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 185; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(234,0,l), +(234,82,l), +(134,82,l), +(137,107,o), +(232,184,o), +(232,269,cs), +(232,349,o), +(186,380,o), +(116,380,cs), +(40,380,o), +(-2,326,o), +(3,245,c), +(101,245,l), +(98,277,o), +(101,296,o), +(116,296,cs), +(128,296,o), +(132,286,o), +(132,268,cs), +(132,205,o), +(9,115,o), +(9,27,cs), +(9,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 240; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(279,0,l), +(279,28,l), +(67,28,l), +(77,136,o), +(277,166,o), +(277,291,cs), +(277,357,o), +(231,401,o), +(157,401,cs), +(78,401,o), +(30,347,o), +(32,280,c), +(64,280,l), +(62,335,o), +(99,373,o), +(157,373,cs), +(211,373,o), +(244,342,o), +(244,291,cs), +(244,179,o), +(34,149,o), +(34,12,cs), +(34,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +} +); +}; +width = 311; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(299,0,l), +(299,97,l), +(136,97,l), +(170,126,o), +(302,163,o), +(302,264,cs), +(302,331,o), +(247,379,o), +(164,379,cs), +(74,379,o), +(14,332,o), +(8,251,c), +(120,251,l), +(120,269,o), +(132,284,o), +(158,284,cs), +(174,284,o), +(189,275,o), +(189,259,cs), +(189,195,o), +(8,173,o), +(8,20,cs), +(8,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; +}; +width = 317; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(328,0,l), +(328,29,l), +(64,29,l), +(69,130,o), +(322,141,o), +(322,286,cs), +(322,355,o), +(268,401,o), +(176,401,cs), +(85,401,o), +(25,356,o), +(24,276,c), +(57,276,l), +(58,336,o), +(103,372,o), +(175,372,cs), +(240,372,o), +(286,342,o), +(286,284,cs), +(286,153,o), +(23,158,o), +(23,11,cs), +(23,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 351; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(340,0,l), +(340,95,l), +(173,95,l), +(211,114,o), +(339,153,o), +(339,255,cs), +(339,329,o), +(282,379,o), +(181,379,cs), +(77,379,o), +(17,336,o), +(6,241,c), +(127,241,l), +(131,264,o), +(143,282,o), +(177,282,cs), +(190,282,o), +(212,274,o), +(212,252,cs), +(212,185,o), +(4,163,o), +(4,18,cs), +(4,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 356; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(120,0,l), +(125,24,l), +(-8,24,l), +(3,103,o), +(149,175,o), +(175,298,cs), +(187,357,o), +(168,402,o), +(110,402,cs), +(62,402,o), +(28,362,o), +(15,290,c), +(42,290,l), +(51,345,o), +(73,377,o), +(108,377,cs), +(146,377,o), +(158,345,o), +(148,299,cs), +(126,193,o), +(-21,122,o), +(-41,17,cs), +(-44,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 178; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(176,0,l), +(193,82,l), +(94,82,l), +(104,107,o), +(210,172,o), +(228,258,cs), +(245,338,o), +(204,380,o), +(125,380,cs), +(52,380,o), +(9,325,o), +(-2,250,c), +(96,250,l), +(100,282,o), +(108,296,o), +(119,296,cs), +(134,296,o), +(133,282,o), +(129,263,cs), +(118,213,o), +(-24,125,o), +(-42,31,cs), +(-48,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 237; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(229,0,l), +(235,28,l), +(29,28,l), +(53,133,o), +(274,160,o), +(274,296,cs), +(274,358,o), +(230,401,o), +(164,401,cs), +(90,401,o), +(41,357,o), +(30,283,c), +(62,283,l), +(71,339,o), +(105,373,o), +(163,373,cs), +(211,373,o), +(243,342,o), +(243,295,cs), +(243,176,o), +(17,149,o), +(-8,22,cs), +(-12,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 305; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(239,0,l), +(259,97,l), +(104,97,l), +(150,134,o), +(282,165,o), +(282,270,cs), +(282,337,o), +(229,380,o), +(152,380,cs), +(70,380,o), +(7,327,o), +(-2,250,c), +(105,250,l), +(104,273,o), +(121,287,o), +(142,287,cs), +(161,287,o), +(173,276,o), +(173,261,cs), +(173,195,o), +(-34,176,o), +(-52,7,cs), +(-53,0,l) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 298; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(275,0,l), +(281,29,l), +(20,29,l), +(53,137,o), +(322,141,o), +(328,293,cs), +(331,361,o), +(284,402,o), +(201,402,cs), +(112,402,o), +(45,357,o), +(29,276,c), +(64,276,l), +(75,333,o), +(124,373,o), +(198,373,cs), +(257,373,o), +(294,345,o), +(292,293,cs), +(287,157,o), +(2,164,o), +(-26,11,cs), +(-28,0,l) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 352; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,0,l), +(316,97,l), +(154,97,l), +(225,132,o), +(339,162,o), +(339,264,cs), +(339,334,o), +(288,380,o), +(177,380,cs), +(77,380,o), +(16,334,o), +(-3,246,c), +(121,246,l), +(128,272,o), +(140,285,o), +(173,285,cs), +(197,285,o), +(212,276,o), +(212,254,cs), +(212,189,o), +(-28,166,o), +(-42,9,cs), +(-43,0,l) ); } ); @@ -553,7 +1107,7 @@ weight = -390; width = 54; }; }; -width = 386; +width = 362; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/two.glyph b/sources/MonaSans.glyphspackage/glyphs/two.glyph index e78e06d5..e479d06c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/two.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/two.glyph @@ -1,7 +1,7 @@ { glyphname = two; -kernLeft = two; -kernRight = two; +kernLeft = KO_two; +kernRight = KO_two; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,33 +9,40 @@ shapes = ( { closed = 1; nodes = ( -(449,0,l), -(449,150,l), -(250,150,l), -(255,205,o), -(445,358,o), -(445,526,cs), -(445,678,o), -(359,738,o), -(227,738,cs), -(82,738,o), -(4,636,o), -(13,479,c), -(191,479,l), -(187,532,o), -(188,587,o), -(227,587,cs), -(253,587,o), -(263,566,o), -(263,524,cs), -(263,394,o), -(23,223,o), -(23,49,cs), -(23,0,l) +(458,0,l), +(458,150,l), +(177,150,l), +(265,134,l), +(234,154,o), +(305,221,o), +(367,310,cs), +(426,394,o), +(454,449,o), +(454,527,cs), +(454,678,o), +(367,739,o), +(235,739,cs), +(90,739,o), +(12,637,o), +(21,480,c), +(199,480,l), +(195,533,o), +(196,587,o), +(235,587,cs), +(261,587,o), +(271,567,o), +(271,524,cs), +(271,480,o), +(253,444,o), +(206,378,cs), +(118,253,o), +(31,163,o), +(31,49,cs), +(31,0,l) ); } ); -width = 464; +width = 481; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -45,25 +52,32 @@ closed = 1; nodes = ( (322,0,l), (322,29,l), -(68,29,l), -(68,183,o), -(306,351,o), -(306,567,cs), -(306,662,o), -(263,738,o), -(171,738,cs), -(79,738,o), +(55,29,l), +(68,22,l), +(64,110,o), +(141,204,o), +(209,307,cs), +(260,387,o), +(307,473,o), +(307,568,cs), +(307,662,o), +(263,739,o), +(171,739,cs), +(79,739,o), (27,662,o), (31,520,c), (64,520,l), -(61,636,o), -(91,709,o), -(171,709,cs), -(233,709,o), +(61,637,o), +(91,710,o), +(171,710,cs), +(233,710,o), (274,664,o), -(274,564,cs), -(274,353,o), -(33,208,o), +(274,565,cs), +(274,477,o), +(232,400,o), +(183,326,cs), +(114,224,o), +(33,128,o), (33,14,cs), (33,0,l) ); @@ -72,6 +86,88 @@ nodes = ( width = 340; }, { +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(584,0,l), +(584,34,l), +(53,34,l), +(70,25,l), +(62,141,o), +(205,208,o), +(340,277,cs), +(459,338,o), +(570,400,o), +(570,531,cs), +(570,655,o), +(474,739,o), +(307,739,cs), +(143,739,o), +(35,656,o), +(33,513,c), +(69,513,l), +(72,628,o), +(156,705,o), +(305,705,cs), +(440,705,o), +(531,644,o), +(531,528,cs), +(531,414,o), +(433,363,o), +(324,308,cs), +(187,239,o), +(32,167,o), +(32,17,cs), +(32,0,l) +); +} +); +width = 613; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(641,0,l), +(641,169,l), +(215,169,l), +(300,147,l), +(303,175,o), +(375,203,o), +(453,246,cs), +(542,298,o), +(638,373,o), +(638,499,cs), +(638,643,o), +(530,738,o), +(343,738,cs), +(151,738,o), +(38,655,o), +(18,474,c), +(235,474,l), +(242,531,o), +(272,566,o), +(336,566,cs), +(366,566,o), +(412,546,o), +(412,494,cs), +(412,444,o), +(355,412,o), +(287,371,cs), +(170,300,o), +(15,216,o), +(15,33,cs), +(15,0,l) +); +} +); +width = 667; +}, +{ background = { shapes = ( { @@ -104,34 +200,41 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(493,0,l), -(493,34,l), -(91,34,l), -(104,250,o), -(487,303,o), -(487,538,cs), -(487,659,o), -(405,737,o), -(272,737,cs), -(137,737,o), -(45,646,o), -(50,518,c), -(88,519,l), -(84,628,o), -(159,703,o), -(272,703,cs), -(381,703,o), -(447,641,o), -(447,538,cs), -(447,323,o), -(55,267,o), -(55,20,cs), -(55,0,l) +(481,0,l), +(481,36,l), +(81,36,l), +(97,23,l), +(97,139,o), +(189,210,o), +(284,283,cs), +(404,374,o), +(459,442,o), +(459,539,cs), +(459,660,o), +(385,738,o), +(264,738,cs), +(146,738,o), +(63,649,o), +(62,518,c), +(99,519,l), +(101,628,o), +(167,702,o), +(264,702,cs), +(362,702,o), +(422,641,o), +(422,539,cs), +(422,456,o), +(373,399,o), +(267,318,cs), +(166,241,o), +(61,157,o), +(61,20,cs), +(61,0,l) ); } ); @@ -195,7 +298,7 @@ type = Stem; } ); }; -width = 540; +width = 525; }, { background = { @@ -231,106 +334,45 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(561,0,l), -(561,167,l), -(245,167,l), -(304,246,o), -(564,316,o), -(564,517,cs), -(564,646,o), -(465,737,o), -(311,737,cs), -(145,737,o), -(36,646,o), -(26,493,c), -(217,493,l), -(218,538,o), -(245,575,o), -(300,575,cs), -(341,575,o), -(371,550,o), -(371,509,cs), -(371,371,o), -(27,326,o), -(27,35,cs), -(27,0,l) -); -} -); -width = 598; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(584,0,l), -(584,34,l), -(70,34,l), -(70,242,o), -(569,254,o), -(569,530,cs), -(569,654,o), -(473,738,o), -(306,738,cs), -(143,738,o), -(32,655,o), -(33,513,c), -(69,513,l), -(69,627,o), -(156,704,o), -(304,704,cs), -(440,704,o), -(530,643,o), -(530,527,cs), -(530,270,o), -(32,286,o), -(32,17,cs), -(32,0,l) -); -} -); -width = 612; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(634,0,l), -(634,169,l), -(309,169,l), -(375,224,o), -(631,292,o), -(631,499,cs), -(631,642,o), -(524,737,o), -(337,737,cs), -(145,737,o), -(32,654,o), -(12,473,c), -(229,473,l), -(236,530,o), -(266,565,o), -(330,565,cs), -(360,565,o), -(406,545,o), -(406,494,cs), -(406,351,o), -(9,315,o), -(9,33,cs), -(9,0,l) +(545,0,l), +(545,167,l), +(155,167,l), +(244,118,l), +(248,156,o), +(322,206,o), +(395,263,cs), +(501,345,o), +(548,423,o), +(548,517,cs), +(548,647,o), +(451,738,o), +(299,738,cs), +(140,738,o), +(36,647,o), +(25,489,c), +(221,489,l), +(228,537,o), +(252,565,o), +(289,565,cs), +(326,565,o), +(347,541,o), +(347,501,cs), +(347,457,o), +(294,420,o), +(230,371,cs), +(83,260,o), +(26,156,o), +(26,35,cs), +(26,0,l) ); } ); -width = 654; +width = 582; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -340,25 +382,32 @@ closed = 1; nodes = ( (265,0,l), (270,29,l), -(19,29,l), -(40,188,o), -(318,327,o), -(366,556,cs), -(386,656,o), -(354,738,o), -(255,738,cs), -(173,738,o), +(6,29,l), +(18,23,l), +(26,113,o), +(119,197,o), +(209,295,cs), +(277,371,o), +(345,455,o), +(367,557,cs), +(387,657,o), +(354,739,o), +(255,739,cs), +(173,739,o), (113,670,o), -(89,538,c), -(121,538,l), -(141,644,o), -(182,708,o), -(252,708,cs), -(326,708,o), -(352,645,o), -(334,558,cs), -(288,339,o), -(21,222,o), +(89,539,c), +(122,539,l), +(141,645,o), +(182,709,o), +(252,709,cs), +(326,709,o), +(352,646,o), +(334,559,cs), +(315,467,o), +(257,393,o), +(193,324,cs), +(105,228,o), +(6,141,o), (-16,27,cs), (-21,0,l) ); @@ -372,33 +421,40 @@ shapes = ( { closed = 1; nodes = ( -(390,0,l), -(422,150,l), -(225,150,l), -(245,206,o), -(457,335,o), -(493,506,cs), -(524,657,o), -(449,738,o), -(299,738,cs), -(168,738,o), -(82,643,o), -(59,491,c), -(237,491,l), -(245,556,o), -(263,587,o), -(288,587,cs), -(321,587,o), -(322,556,o), -(314,519,cs), -(288,398,o), -(15,241,o), -(-21,58,cs), -(-32,0,l) +(399,0,l), +(430,150,l), +(152,150,l), +(235,133,l), +(216,157,o), +(287,210,o), +(361,285,cs), +(421,345,o), +(484,421,o), +(501,506,cs), +(532,658,o), +(458,739,o), +(308,739,cs), +(176,739,o), +(90,644,o), +(67,491,c), +(245,491,l), +(253,557,o), +(271,587,o), +(297,587,cs), +(329,587,o), +(330,557,o), +(322,519,cs), +(313,475,o), +(270,426,o), +(220,374,cs), +(130,280,o), +(10,174,o), +(-13,58,cs), +(-24,0,l) ); } ); -width = 463; +width = 480; }, { background = { @@ -438,33 +494,40 @@ shapes = ( { closed = 1; nodes = ( -(454,0,l), -(462,34,l), -(72,34,l), -(110,242,o), -(538,290,o), -(538,546,cs), -(538,659,o), -(458,737,o), -(341,737,cs), -(207,737,o), -(120,659,o), +(455,0,l), +(463,34,l), +(41,34,l), +(56,25,l), +(70,146,o), +(201,221,o), +(329,298,cs), +(442,364,o), +(539,432,o), +(539,547,cs), +(539,660,o), +(459,738,o), +(341,738,cs), +(208,738,o), +(120,660,o), (99,525,c), (141,525,l), -(159,637,o), -(228,703,o), -(341,703,cs), -(436,703,o), -(499,640,o), -(499,546,cs), -(499,317,o), -(81,266,o), -(34,43,cs), -(25,0,l) +(159,638,o), +(228,704,o), +(341,704,cs), +(436,704,o), +(499,641,o), +(499,547,cs), +(499,451,o), +(416,393,o), +(313,330,cs), +(185,253,o), +(47,173,o), +(19,44,cs), +(10,0,l) ); } ); -width = 549; +width = 550; }, { background = { @@ -510,27 +573,34 @@ shapes = ( closed = 1; nodes = ( (514,0,l), -(549,167,l), -(248,167,l), -(324,253,o), -(601,315,o), -(601,527,cs), -(601,653,o), -(512,737,o), -(358,737,cs), -(201,737,o), -(85,638,o), -(75,492,c), -(261,492,l), -(262,544,o), -(296,576,o), -(345,576,cs), -(384,576,o), -(410,553,o), -(410,515,cs), -(410,383,o), -(39,341,o), -(-15,36,cs), +(553,167,l), +(164,167,l), +(233,138,l), +(248,186,o), +(332,223,o), +(418,274,cs), +(514,331,o), +(610,406,o), +(610,533,cs), +(610,656,o), +(523,738,o), +(371,738,cs), +(215,738,o), +(97,640,o), +(84,492,c), +(270,492,l), +(272,545,o), +(307,576,o), +(355,576,cs), +(394,576,o), +(419,555,o), +(419,517,cs), +(419,471,o), +(373,434,o), +(311,395,cs), +(200,325,o), +(25,237,o), +(-14,36,cs), (-21,0,l) ); } @@ -575,33 +645,40 @@ shapes = ( { closed = 1; nodes = ( -(556,0,l), -(563,34,l), -(51,34,l), -(98,259,o), -(636,241,o), -(636,533,cs), -(636,655,o), -(538,737,o), -(392,737,cs), -(224,737,o), -(108,655,o), -(80,514,c), -(119,514,l), -(147,635,o), -(244,703,o), -(392,703,cs), -(516,703,o), -(597,635,o), -(597,532,cs), -(597,266,o), -(65,289,o), -(12,35,cs), -(5,0,l) +(557,0,l), +(564,34,l), +(13,34,l), +(29,25,l), +(47,160,o), +(209,222,o), +(372,286,cs), +(513,342,o), +(637,404,o), +(637,534,cs), +(637,656,o), +(539,738,o), +(393,738,cs), +(226,738,o), +(112,656,o), +(84,514,c), +(123,514,l), +(151,636,o), +(246,704,o), +(393,704,cs), +(516,704,o), +(597,636,o), +(597,533,cs), +(597,425,o), +(490,374,o), +(361,322,cs), +(196,256,o), +(24,187,o), +(-8,35,cs), +(-15,0,l) ); } ); -width = 634; +width = 635; }, { background = { @@ -641,33 +718,790 @@ shapes = ( { closed = 1; nodes = ( -(606,0,l), -(637,172,l), -(301,172,l), -(420,246,o), -(688,296,o), -(688,513,cs), -(688,657,o), -(569,738,o), -(393,738,cs), -(209,738,o), -(75,646,o), -(54,481,c), -(274,481,l), -(283,535,o), -(320,570,o), -(383,570,cs), -(433,570,o), -(461,546,o), -(461,503,cs), -(461,367,o), -(34,367,o), -(-22,38,cs), -(-28,0,l) -); -} -); -width = 675; +(610,0,l), +(648,172,l), +(203,172,l), +(266,144,l), +(305,186,o), +(391,218,o), +(486,259,cs), +(596,312,o), +(713,382,o), +(713,522,cs), +(713,661,o), +(599,739,o), +(426,739,cs), +(242,739,o), +(104,647,o), +(77,482,c), +(297,482,l), +(309,536,o), +(346,571,o), +(410,571,cs), +(458,571,o), +(486,548,o), +(486,506,cs), +(486,457,o), +(429,429,o), +(325,383,cs), +(187,321,o), +(17,241,o), +(-24,39,cs), +(-32,0,l) +); +} +); +width = 687; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,0,l), +(298,29,l), +(34,29,l), +(47,22,l), +(43,108,o), +(118,209,o), +(180,304,cs), +(236,390,o), +(283,466,o), +(283,561,cs), +(283,654,o), +(240,730,o), +(149,730,cs), +(58,730,o), +(7,654,o), +(11,514,c), +(43,514,l), +(40,629,o), +(70,701,o), +(149,701,cs), +(210,701,o), +(251,656,o), +(251,558,cs), +(251,471,o), +(209,405,o), +(156,325,cs), +(93,231,o), +(13,126,o), +(13,14,cs), +(13,0,l) +); +} +); +width = 306; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(432,0,l), +(432,157,l), +(152,157,l), +(213,117,l), +(213,174,o), +(243,208,o), +(307,280,cs), +(402,389,o), +(431,445,o), +(431,527,cs), +(431,666,o), +(360,737,o), +(218,737,cs), +(80,737,o), +(2,636,o), +(4,482,c), +(179,482,l), +(181,546,o), +(191,581,o), +(218,581,cs), +(240,581,o), +(251,564,o), +(251,534,cs), +(251,492,o), +(227,461,o), +(162,384,cs), +(35,235,o), +(8,175,o), +(8,38,cs), +(8,0,l) +); +} +); +width = 441; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(494,0,l), +(494,34,l), +(90,34,l), +(99,242,o), +(483,300,o), +(483,532,cs), +(483,646,o), +(400,730,o), +(272,730,cs), +(139,730,o), +(47,643,o), +(52,515,c), +(86,515,l), +(82,624,o), +(158,696,o), +(269,696,cs), +(375,696,o), +(445,630,o), +(445,529,cs), +(445,309,o), +(51,269,o), +(51,13,cs), +(51,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(480,0,l), +(480,34,l), +(47,34,l), +(63,23,l), +(63,137,o), +(157,210,o), +(267,288,cs), +(395,378,o), +(455,443,o), +(455,539,cs), +(455,659,o), +(376,736,o), +(249,736,cs), +(119,736,o), +(30,647,o), +(25,509,c), +(63,509,l), +(69,628,o), +(141,702,o), +(249,702,cs), +(353,702,o), +(416,641,o), +(416,539,cs), +(416,454,o), +(364,399,o), +(254,321,cs), +(137,238,o), +(27,156,o), +(27,20,cs), +(27,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +} +); +}; +width = 494; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(568,0,l), +(568,165,l), +(185,165,l), +(267,133,l), +(263,227,o), +(563,285,o), +(563,511,cs), +(563,639,o), +(465,729,o), +(312,729,cs), +(148,729,o), +(41,639,o), +(31,487,c), +(220,487,l), +(221,532,o), +(247,568,o), +(302,568,cs), +(342,568,o), +(372,544,o), +(372,503,cs), +(372,367,o), +(30,322,o), +(30,35,cs), +(30,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(558,0,l), +(558,165,l), +(177,162,l), +(255,126,l), +(258,167,o), +(316,200,o), +(382,248,cs), +(497,332,o), +(555,398,o), +(555,512,cs), +(555,645,o), +(453,737,o), +(294,737,cs), +(124,737,o), +(12,634,o), +(0,475,c), +(202,475,l), +(207,529,o), +(240,566,o), +(283,566,cs), +(323,566,o), +(351,541,o), +(351,505,cs), +(351,469,o), +(322,444,o), +(235,380,cs), +(62,253,o), +(7,173,o), +(7,35,cs), +(7,0,l) +); +} +); +width = 567; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(583,0,l), +(583,34,l), +(30,34,l), +(44,25,l), +(44,131,o), +(133,192,o), +(332,289,cs), +(508,375,o), +(554,430,o), +(554,535,cs), +(554,652,o), +(461,735,o), +(299,735,cs), +(145,735,o), +(35,656,o), +(23,500,c), +(60,500,l), +(73,628,o), +(159,701,o), +(297,701,cs), +(428,701,o), +(515,641,o), +(515,532,cs), +(515,444,o), +(479,400,o), +(321,324,cs), +(106,221,o), +(10,145,o), +(10,17,cs), +(10,0,l) +); +} +); +width = 590; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(649,0,l), +(649,170,l), +(198,170,l), +(285,158,l), +(288,188,o), +(365,212,o), +(448,255,cs), +(545,305,o), +(646,376,o), +(646,500,cs), +(646,644,o), +(534,739,o), +(339,739,cs), +(133,739,o), +(16,648,o), +(-6,468,c), +(219,468,l), +(229,535,o), +(266,569,o), +(331,569,cs), +(382,569,o), +(416,539,o), +(416,495,cs), +(416,449,o), +(361,422,o), +(289,384,cs), +(162,317,o), +(-5,238,o), +(-5,46,cs), +(-5,0,l) +); +} +); +width = 657; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,0,l), +(248,29,l), +(-19,29,l), +(-7,23,l), +(5,113,o), +(72,191,o), +(184,305,cs), +(286,410,o), +(326,473,o), +(344,557,cs), +(364,657,o), +(329,739,o), +(230,739,cs), +(148,739,o), +(87,672,o), +(63,509,c), +(96,509,l), +(115,647,o), +(159,709,o), +(229,709,cs), +(303,709,o), +(329,646,o), +(311,559,cs), +(295,480,o), +(259,424,o), +(168,334,cs), +(56,224,o), +(-17,141,o), +(-39,27,cs), +(-44,0,l) +); +} +); +width = 292; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(380,0,l), +(411,150,l), +(133,150,l), +(207,133,l), +(207,157,o), +(246,200,o), +(340,287,cs), +(436,376,o), +(467,434,o), +(482,506,cs), +(511,649,o), +(441,739,o), +(298,739,cs), +(157,739,o), +(71,644,o), +(48,491,c), +(226,491,l), +(234,557,o), +(252,587,o), +(278,587,cs), +(304,587,o), +(313,566,o), +(305,529,cs), +(298,492,o), +(267,460,o), +(194,391,cs), +(-1,208,o), +(-13,158,o), +(-34,48,cs), +(-43,0,l) +); +} +); +width = 442; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(436,0,l), +(443,34,l), +(43,34,l), +(89,269,o), +(536,280,o), +(535,549,cs), +(535,658,o), +(456,729,o), +(344,729,cs), +(219,729,o), +(126,661,o), +(108,516,c), +(144,516,l), +(159,623,o), +(225,695,o), +(342,695,cs), +(436,695,o), +(496,637,o), +(496,551,cs), +(496,297,o), +(62,311,o), +(6,30,cs), +(0,0,l) +); +} +); +}; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(441,0,l), +(450,34,l), +(13,34,l), +(27,25,l), +(42,146,o), +(171,222,o), +(306,296,cs), +(419,358,o), +(523,432,o), +(523,553,cs), +(523,663,o), +(446,738,o), +(330,738,cs), +(196,738,o), +(107,659,o), +(84,525,c), +(126,525,l), +(146,638,o), +(216,704,o), +(329,704,cs), +(422,704,o), +(483,644,o), +(483,553,cs), +(483,453,o), +(396,387,o), +(294,330,cs), +(151,250,o), +(21,172,o), +(-9,43,cs), +(-19,0,l) +); +} +); +width = 502; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(508,0,l), +(543,165,l), +(245,165,l), +(327,255,o), +(593,314,o), +(593,524,cs), +(593,647,o), +(498,729,o), +(357,729,cs), +(206,729,o), +(94,631,o), +(76,486,c), +(258,486,l), +(259,540,o), +(293,572,o), +(341,572,cs), +(381,572,o), +(408,547,o), +(408,508,cs), +(408,366,o), +(19,328,o), +(-18,17,cs), +(-20,0,l) +); +} +); +}; +guides = ( +{ +pos = (199,487); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(485,0,l), +(522,167,l), +(143,167,l), +(213,135,l), +(220,181,o), +(304,223,o), +(388,273,cs), +(484,330,o), +(581,404,o), +(581,530,cs), +(581,655,o), +(492,738,o), +(335,738,cs), +(177,738,o), +(62,632,o), +(42,478,c), +(235,478,l), +(245,541,o), +(276,576,o), +(321,576,cs), +(359,576,o), +(382,552,o), +(382,516,cs), +(382,475,o), +(337,446,o), +(236,382,cs), +(44,260,o), +(-18,175,o), +(-39,60,cs), +(-50,0,l) +); +} +); +width = 541; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(555,0,l), +(562,34,l), +(56,34,l), +(94,256,o), +(634,238,o), +(634,527,cs), +(634,648,o), +(537,729,o), +(393,729,cs), +(226,729,o), +(112,648,o), +(84,508,c), +(123,508,l), +(150,628,o), +(246,695,o), +(393,695,cs), +(515,695,o), +(595,628,o), +(595,526,cs), +(595,263,o), +(69,286,o), +(19,44,cs), +(10,0,l) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(557,0,l), +(564,34,l), +(-1,34,l), +(15,25,l), +(32,166,o), +(189,234,o), +(360,291,cs), +(504,340,o), +(632,404,o), +(632,534,cs), +(632,659,o), +(538,738,o), +(387,738,cs), +(219,738,o), +(102,654,o), +(74,514,c), +(114,514,l), +(142,636,o), +(239,704,o), +(387,704,cs), +(513,704,o), +(592,638,o), +(592,533,cs), +(592,425,o), +(481,370,o), +(349,325,cs), +(175,266,o), +(10,193,o), +(-22,35,cs), +(-29,0,l) +); +} +); +width = 626; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(601,0,l), +(632,170,l), +(321,170,l), +(449,254,o), +(682,306,o), +(682,510,cs), +(682,652,o), +(557,730,o), +(389,730,cs), +(211,730,o), +(76,639,o), +(55,476,c), +(273,476,l), +(282,529,o), +(318,564,o), +(381,564,cs), +(427,564,o), +(458,536,o), +(458,495,cs), +(458,355,o), +(12,317,o), +(-23,17,cs), +(-25,0,l) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(603,0,l), +(635,172,l), +(182,172,l), +(266,151,l), +(295,186,o), +(375,217,o), +(456,254,cs), +(572,307,o), +(685,377,o), +(685,512,cs), +(685,658,o), +(574,739,o), +(387,739,cs), +(197,739,o), +(69,644,o), +(42,472,c), +(266,472,l), +(280,536,o), +(316,571,o), +(379,571,cs), +(431,571,o), +(458,546,o), +(458,502,cs), +(458,453,o), +(395,424,o), +(305,383,cs), +(69,275,o), +(-17,186,o), +(-42,36,cs), +(-48,0,l) +); +} +); +width = 659; } ); unicode = 50; diff --git a/sources/MonaSans.glyphspackage/glyphs/two.numr.glyph b/sources/MonaSans.glyphspackage/glyphs/two.numr.glyph index 3cffa2c1..3ec64e57 100644 --- a/sources/MonaSans.glyphspackage/glyphs/two.numr.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/two.numr.glyph @@ -17,7 +17,7 @@ weight = -400; width = 52; }; }; -width = 258; +width = 274; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,9 +37,277 @@ width = 55; width = 225; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,333); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 371; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,354); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 388; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,332); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +} +); +}; +width = 349; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,354); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; +}; +width = 343; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (69,333); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 224; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (73,354); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 275; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (69,332); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 353; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (73,354); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 356; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (69,333); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 372; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (73,354); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 398; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { +alignment = -1; +pos = (0,333); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 225; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,354); +ref = two.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 240; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; pos = (0,332); ref = two.dnom; } @@ -114,9 +382,10 @@ type = Stem; width = 351; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,354); ref = two.dnom; } @@ -130,12 +399,13 @@ width = 54; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; }; -width = 359; +width = 339; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,333); ref = two.dnom; } @@ -150,9 +420,10 @@ width = 55; width = 371; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,354); ref = two.dnom; } @@ -167,7 +438,7 @@ width = 54; width = 376; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (69,333); @@ -181,10 +452,10 @@ weight = -45; width = 55; }; }; -width = 224; +width = 178; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (73,354); @@ -198,10 +469,10 @@ weight = -400; width = 52; }; }; -width = 259; +width = 237; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (69,332); @@ -215,10 +486,10 @@ weight = -40; width = 55; }; }; -width = 353; +width = 305; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (73,354); @@ -232,10 +503,10 @@ weight = -370; width = 54; }; }; -width = 356; +width = 298; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (69,333); @@ -249,10 +520,10 @@ weight = -35; width = 55; }; }; -width = 372; +width = 352; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (73,354); @@ -266,7 +537,7 @@ weight = -390; width = 54; }; }; -width = 386; +width = 362; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/two.tf.glyph b/sources/MonaSans.glyphspackage/glyphs/two.tf.glyph index eebcc4b9..259bbd82 100644 --- a/sources/MonaSans.glyphspackage/glyphs/two.tf.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/two.tf.glyph @@ -7,29 +7,29 @@ shapes = ( { closed = 1; nodes = ( -(462,0,l), -(462,150,l), -(260,150,l), -(265,205,o), -(458,358,o), -(458,526,cs), -(458,678,o), -(371,738,o), -(237,738,cs), -(91,738,o), -(12,636,o), -(21,479,c), -(200,479,l), -(196,532,o), -(198,587,o), -(237,587,cs), -(264,587,o), -(274,566,o), -(274,524,cs), -(274,394,o), -(31,223,o), -(31,49,cs), -(31,0,l) +(465,0,l), +(465,148,l), +(265,148,l), +(270,203,o), +(461,354,o), +(461,520,cs), +(461,670,o), +(375,730,o), +(242,730,cs), +(98,730,o), +(20,629,o), +(29,474,c), +(206,474,l), +(202,526,o), +(204,580,o), +(242,580,cs), +(269,580,o), +(279,560,o), +(279,518,cs), +(279,390,o), +(39,220,o), +(39,48,cs), +(39,0,l) ); } ); @@ -40,7 +40,7 @@ monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 496; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -48,29 +48,29 @@ shapes = ( { closed = 1; nodes = ( -(392,0,l), -(392,29,l), -(136,29,l), -(136,183,o), -(377,351,o), -(377,567,cs), -(377,662,o), -(333,738,o), -(240,738,cs), -(148,738,o), -(95,662,o), -(99,520,c), -(131,520,l), -(128,636,o), -(159,709,o), -(240,709,cs), -(302,709,o), -(345,664,o), -(345,564,cs), -(345,353,o), -(101,208,o), -(101,14,cs), -(101,0,l) +(388,0,l), +(388,29,l), +(134,29,l), +(134,181,o), +(373,347,o), +(373,561,cs), +(373,654,o), +(329,730,o), +(237,730,cs), +(146,730,o), +(94,654,o), +(98,514,c), +(130,514,l), +(127,629,o), +(157,701,o), +(237,701,cs), +(299,701,o), +(341,656,o), +(341,558,cs), +(341,349,o), +(100,206,o), +(100,14,cs), +(100,0,l) ); } ); @@ -80,35 +80,114 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 480; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(636,0,l), +(636,34,l), +(125,34,l), +(125,239,o), +(622,251,o), +(622,524,cs), +(622,647,o), +(526,730,o), +(360,730,cs), +(198,730,o), +(88,648,o), +(89,507,c), +(124,507,l), +(124,620,o), +(211,696,o), +(358,696,cs), +(493,696,o), +(583,636,o), +(583,521,cs), +(583,267,o), +(88,283,o), +(88,17,cs), +(88,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 720; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(675,0,l), +(675,167,l), +(345,167,l), +(411,221,o), +(672,289,o), +(672,493,cs), +(672,635,o), +(564,729,o), +(376,729,cs), +(184,729,o), +(70,647,o), +(50,468,c), +(265,468,l), +(272,521,o), +(301,559,o), +(369,559,cs), +(401,559,o), +(447,539,o), +(447,488,cs), +(447,347,o), +(47,311,o), +(47,33,cs), +(47,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 732; }, { -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(528,0,l), -(528,34,l), +(515,0,l), +(515,34,l), (121,34,l), -(135,250,o), -(522,303,o), -(522,538,cs), -(522,659,o), -(439,737,o), -(304,737,cs), -(168,737,o), -(75,646,o), -(80,518,c), -(118,519,l), -(114,628,o), -(190,703,o), -(304,703,cs), -(416,703,o), -(482,641,o), -(482,538,cs), -(482,323,o), -(85,267,o), +(134,247,o), +(509,300,o), +(509,532,cs), +(509,652,o), +(429,729,o), +(298,729,cs), +(165,729,o), +(75,639,o), +(80,512,c), +(118,513,l), +(114,621,o), +(187,695,o), +(298,695,cs), +(406,695,o), +(470,634,o), +(470,532,cs), +(470,319,o), +(85,264,o), (85,20,cs), (85,0,l) ); @@ -178,7 +257,7 @@ type = Stem; } ); }; -width = 607; +width = 593; }, { background = { @@ -216,34 +295,34 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(563,0,l), -(563,167,l), -(250,167,l), -(310,246,o), -(566,316,o), -(566,517,cs), -(566,646,o), -(467,737,o), -(315,737,cs), -(151,737,o), -(42,646,o), -(32,493,c), -(223,493,l), -(224,538,o), -(250,575,o), -(304,575,cs), -(344,575,o), -(374,550,o), -(374,509,cs), -(374,371,o), -(33,326,o), -(33,35,cs), -(33,0,l) +(541,0,l), +(541,165,l), +(244,165,l), +(302,243,o), +(544,312,o), +(544,511,cs), +(544,639,o), +(448,729,o), +(302,729,cs), +(145,729,o), +(41,639,o), +(31,487,c), +(217,487,l), +(218,532,o), +(242,568,o), +(292,568,cs), +(328,568,o), +(355,544,o), +(355,503,cs), +(355,367,o), +(32,322,o), +(32,35,cs), +(32,0,l) ); } ); @@ -254,37 +333,197 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 581; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(335,0,l), +(340,29,l), +(88,29,l), +(108,186,o), +(387,319,o), +(435,551,cs), +(455,649,o), +(422,730,o), +(323,730,cs), +(241,730,o), +(181,662,o), +(157,532,c), +(189,532,l), +(208,637,o), +(250,700,o), +(320,700,cs), +(395,700,o), +(421,638,o), +(403,551,cs), +(359,339,o), +(89,219,o), +(53,27,cs), +(48,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 480; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(407,0,l), +(438,148,l), +(240,148,l), +(260,204,o), +(473,331,o), +(508,500,cs), +(539,650,o), +(464,730,o), +(315,730,cs), +(184,730,o), +(98,636,o), +(75,485,c), +(252,485,l), +(260,550,o), +(278,580,o), +(304,580,cs), +(337,580,o), +(338,550,o), +(330,512,cs), +(306,397,o), +(31,238,o), +(-5,57,cs), +(-16,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 496; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; shapes = ( { closed = 1; nodes = ( -(643,0,l), -(643,34,l), -(126,34,l), -(126,242,o), -(629,254,o), -(629,530,cs), -(629,654,o), -(532,738,o), -(364,738,cs), -(200,738,o), -(89,655,o), -(90,513,c), -(125,513,l), -(125,627,o), -(213,704,o), -(362,704,cs), -(499,704,o), -(590,643,o), -(590,527,cs), -(590,270,o), -(89,286,o), -(89,17,cs), -(89,0,l) +(484,0,l), +(492,34,l), +(94,34,l), +(131,239,o), +(566,287,o), +(566,539,cs), +(566,651,o), +(484,729,o), +(364,729,cs), +(228,729,o), +(141,652,o), +(120,519,c), +(161,519,l), +(179,630,o), +(248,695,o), +(364,695,cs), +(462,695,o), +(527,632,o), +(527,539,cs), +(527,313,o), +(103,263,o), +(57,43,cs), +(48,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 85; +}; +}; +width = 600; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(511,0,l), +(546,165,l), +(247,165,l), +(329,255,o), +(596,314,o), +(596,524,cs), +(596,648,o), +(500,730,o), +(359,730,cs), +(208,730,o), +(96,632,o), +(78,486,c), +(260,486,l), +(261,540,o), +(296,572,o), +(343,572,cs), +(383,572,o), +(411,547,o), +(411,508,cs), +(411,366,o), +(21,328,o), +(-17,17,cs), +(-19,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 600; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,0,l), +(586,34,l), +(79,34,l), +(128,248,o), +(668,250,o), +(679,539,cs), +(683,657,o), +(600,730,o), +(455,730,cs), +(296,730,o), +(170,650,o), +(142,507,c), +(180,507,l), +(201,619,o), +(304,697,o), +(450,697,cs), +(569,697,o), +(643,642,o), +(639,539,cs), +(629,271,o), +(94,294,o), +(39,20,cs), +(35,0,l) ); } ); @@ -294,76 +533,77 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 720; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; shapes = ( { closed = 1; nodes = ( -(677,0,l), -(677,169,l), -(343,169,l), -(410,224,o), -(674,292,o), -(674,499,cs), -(674,642,o), -(564,737,o), -(374,737,cs), -(180,737,o), -(65,654,o), -(45,473,c), -(262,473,l), -(269,527,o), -(298,565,o), -(367,565,cs), -(400,565,o), -(446,545,o), -(446,494,cs), -(446,351,o), -(41,315,o), -(41,33,cs), -(41,0,l) +(627,0,l), +(658,170,l), +(353,170,l), +(480,253,o), +(700,304,o), +(708,504,cs), +(713,641,o), +(621,730,o), +(418,730,cs), +(234,730,o), +(122,643,o), +(87,476,c), +(305,476,l), +(319,529,o), +(340,564,o), +(410,564,cs), +(458,564,o), +(486,543,o), +(484,491,cs), +(479,356,o), +(37,316,o), +(9,17,cs), +(7,0,l) ); } ); userData = { RMXScaler = { +keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 732; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { closed = 1; nodes = ( -(339,0,l), -(344,29,l), -(89,29,l), -(109,188,o), -(391,323,o), -(440,557,cs), -(460,656,o), -(427,738,o), -(327,738,cs), -(244,738,o), -(183,670,o), -(159,538,c), -(191,538,l), -(210,644,o), -(253,708,o), -(324,708,cs), -(400,708,o), -(426,645,o), -(408,557,cs), -(363,343,o), -(90,222,o), -(54,27,cs), -(49,0,l) +(368,0,l), +(368,29,l), +(114,29,l), +(114,181,o), +(353,347,o), +(353,561,cs), +(353,654,o), +(309,730,o), +(217,730,cs), +(126,730,o), +(74,654,o), +(78,514,c), +(110,514,l), +(107,629,o), +(137,701,o), +(217,701,cs), +(279,701,o), +(321,656,o), +(321,558,cs), +(321,349,o), +(80,206,o), +(80,14,cs), +(80,0,l) ); } ); @@ -373,77 +613,411 @@ monoWidth = 400; useSpacing = 90; }; }; -width = 486; +width = 440; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(404,0,l), -(435,150,l), -(235,150,l), -(255,206,o), -(470,335,o), -(506,506,cs), -(537,657,o), -(461,738,o), -(311,738,cs), -(178,738,o), -(91,643,o), -(68,491,c), -(247,491,l), -(255,556,o), -(273,587,o), -(299,587,cs), -(333,587,o), -(334,556,o), -(326,518,cs), -(301,402,o), -(23,241,o), -(-13,58,cs), -(-24,0,l) +(447,0,l), +(447,148,l), +(247,148,l), +(252,203,o), +(443,354,o), +(443,520,cs), +(443,670,o), +(357,730,o), +(224,730,cs), +(80,730,o), +(2,629,o), +(11,474,c), +(188,474,l), +(184,526,o), +(186,580,o), +(224,580,cs), +(251,580,o), +(261,560,o), +(261,518,cs), +(261,390,o), +(21,220,o), +(21,48,cs), +(21,0,l) ); } ); userData = { RMXScaler = { +keepStroke = 40; monoWidth = 500; useSpacing = 70; }; }; -width = 486; +width = 460; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(502,0,l), +(502,34,l), +(100,34,l), +(113,247,o), +(496,300,o), +(496,532,cs), +(496,652,o), +(414,729,o), +(281,729,cs), +(146,729,o), +(54,639,o), +(59,512,c), +(97,513,l), +(93,621,o), +(168,695,o), +(281,695,cs), +(391,695,o), +(457,634,o), +(457,532,cs), +(457,319,o), +(64,264,o), +(64,20,cs), +(64,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 600; +useSpacing = 90; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +} +); +}; +width = 560; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(618,0,l), +(618,167,l), +(458,167,ls), +(415,167,o), +(369,164,o), +(325,160,c), +(417,255,o), +(613,310,o), +(613,507,cs), +(613,649,o), +(509,730,o), +(354,730,cs), +(188,730,o), +(79,631,o), +(83,474,c), +(273,474,l), +(267,537,o), +(297,567,o), +(343,567,cs), +(386,567,o), +(415,542,o), +(415,498,cs), +(415,363,o), +(80,339,o), +(80,24,cs), +(80,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(490,0,l), -(498,34,l), -(95,34,l), -(133,242,o), -(573,290,o), -(573,545,cs), -(573,658,o), -(490,737,o), -(368,737,cs), -(231,737,o), -(143,659,o), -(121,525,c), -(163,525,l), -(181,637,o), -(251,703,o), -(368,703,cs), -(467,703,o), -(533,639,o), -(533,545,cs), -(533,317,o), -(104,266,o), -(58,43,cs), -(49,0,l) +(536,0,l), +(536,165,l), +(226,165,l), +(285,243,o), +(539,312,o), +(539,511,cs), +(539,639,o), +(441,729,o), +(290,729,cs), +(128,729,o), +(21,639,o), +(11,487,c), +(199,487,l), +(200,532,o), +(226,568,o), +(280,568,cs), +(319,568,o), +(349,544,o), +(349,503,cs), +(349,367,o), +(12,322,o), +(12,35,cs), +(12,0,l) +); +} +); +userData = { +RMXScaler = { +keepStroke = 40; +monoWidth = 600; +useSpacing = 70; +}; +}; +width = 558; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(626,0,l), +(626,34,l), +(115,34,l), +(115,239,o), +(612,251,o), +(612,524,cs), +(612,647,o), +(516,730,o), +(350,730,cs), +(188,730,o), +(78,648,o), +(79,507,c), +(114,507,l), +(114,620,o), +(201,696,o), +(348,696,cs), +(483,696,o), +(573,636,o), +(573,521,cs), +(573,267,o), +(78,283,o), +(78,17,cs), +(78,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 640; +useSpacing = 60; +}; +}; +width = 700; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(659,0,l), +(659,167,l), +(329,167,l), +(395,221,o), +(656,289,o), +(656,493,cs), +(656,635,o), +(548,729,o), +(360,729,cs), +(168,729,o), +(54,647,o), +(34,468,c), +(249,468,l), +(256,521,o), +(285,559,o), +(353,559,cs), +(385,559,o), +(431,539,o), +(431,488,cs), +(431,347,o), +(31,311,o), +(31,33,cs), +(31,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 700; +}; +}; +width = 700; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(312,0,l), +(317,29,l), +(65,29,l), +(85,186,o), +(364,319,o), +(412,551,cs), +(432,649,o), +(399,730,o), +(300,730,cs), +(218,730,o), +(158,662,o), +(134,532,c), +(166,532,l), +(185,637,o), +(227,700,o), +(297,700,cs), +(372,700,o), +(398,638,o), +(380,551,cs), +(336,339,o), +(66,219,o), +(30,27,cs), +(25,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 400; +useSpacing = 90; +}; +}; +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(388,0,l), +(419,148,l), +(221,148,l), +(241,204,o), +(454,331,o), +(489,500,cs), +(520,650,o), +(445,730,o), +(296,730,cs), +(165,730,o), +(79,636,o), +(56,485,c), +(233,485,l), +(241,550,o), +(259,580,o), +(285,580,cs), +(318,580,o), +(319,550,o), +(311,512,cs), +(287,397,o), +(12,238,o), +(-24,57,cs), +(-35,0,l) +); +} +); +userData = { +RMXScaler = { +monoWidth = 500; +useSpacing = 70; +}; +}; +width = 458; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(460,0,l), +(468,34,l), +(70,34,l), +(107,239,o), +(542,287,o), +(542,539,cs), +(542,651,o), +(460,729,o), +(340,729,cs), +(204,729,o), +(117,652,o), +(96,519,c), +(137,519,l), +(155,630,o), +(224,695,o), +(340,695,cs), +(438,695,o), +(503,632,o), +(503,539,cs), +(503,313,o), +(79,263,o), +(33,43,cs), +(24,0,l) ); } ); @@ -453,37 +1027,37 @@ monoWidth = 600; useSpacing = 85; }; }; -width = 607; +width = 552; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(517,0,l), -(552,167,l), -(250,167,l), -(333,258,o), -(603,318,o), -(603,530,cs), -(603,655,o), -(506,738,o), -(363,738,cs), -(210,738,o), -(97,639,o), -(79,492,c), -(263,492,l), -(264,546,o), -(299,579,o), -(347,579,cs), -(387,579,o), -(416,553,o), -(416,514,cs), -(416,370,o), -(21,332,o), -(-17,17,cs), -(-19,0,l) +(482,0,l), +(517,165,l), +(218,165,l), +(300,255,o), +(567,314,o), +(567,524,cs), +(567,648,o), +(471,730,o), +(330,730,cs), +(179,730,o), +(67,632,o), +(49,486,c), +(231,486,l), +(232,540,o), +(267,572,o), +(314,572,cs), +(354,572,o), +(382,547,o), +(382,508,cs), +(382,366,o), +(-8,328,o), +(-46,17,cs), +(-48,0,l) ); } ); @@ -493,37 +1067,37 @@ monoWidth = 600; useSpacing = 70; }; }; -width = 607; +width = 542; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(587,0,l), -(593,34,l), -(80,34,l), -(129,251,o), -(676,253,o), -(687,545,cs), -(691,665,o), -(607,738,o), -(460,738,cs), -(299,738,o), -(172,657,o), -(144,513,c), -(182,513,l), -(203,626,o), -(307,705,o), -(455,705,cs), -(576,705,o), -(650,649,o), -(646,545,cs), -(636,274,o), -(95,297,o), -(39,20,cs), -(35,0,l) +(570,0,l), +(576,34,l), +(69,34,l), +(118,248,o), +(658,250,o), +(669,539,cs), +(673,657,o), +(590,730,o), +(445,730,cs), +(286,730,o), +(160,650,o), +(132,507,c), +(170,507,l), +(191,619,o), +(294,697,o), +(440,697,cs), +(559,697,o), +(633,642,o), +(629,539,cs), +(619,271,o), +(84,294,o), +(29,20,cs), +(25,0,l) ); } ); @@ -533,37 +1107,37 @@ monoWidth = 640; useSpacing = 60; }; }; -width = 728; +width = 700; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(628,0,l), -(659,172,l), -(351,172,l), -(479,256,o), -(702,307,o), -(710,510,cs), -(715,648,o), -(622,738,o), -(417,738,cs), -(231,738,o), -(117,650,o), -(82,481,c), -(302,481,l), -(317,535,o), -(338,570,o), -(409,570,cs), -(457,570,o), -(486,549,o), -(483,497,cs), -(478,360,o), -(31,320,o), -(3,17,cs), -(1,0,l) +(606,0,l), +(637,170,l), +(332,170,l), +(459,253,o), +(679,304,o), +(687,504,cs), +(692,641,o), +(600,730,o), +(397,730,cs), +(213,730,o), +(101,643,o), +(66,476,c), +(284,476,l), +(298,529,o), +(319,564,o), +(389,564,cs), +(437,564,o), +(465,543,o), +(463,491,cs), +(458,356,o), +(16,316,o), +(-12,17,cs), +(-14,0,l) ); } ); @@ -573,7 +1147,7 @@ keepStroke = 80; monoWidth = 700; }; }; -width = 728; +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/twoinferior.glyph b/sources/MonaSans.glyphspackage/glyphs/twoinferior.glyph index 35f99ad8..0626f6e1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/twoinferior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/twoinferior.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _center; -pos = (142,177); +pos = (150,177); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -15,29 +15,29 @@ shapes = ( { closed = 1; nodes = ( -(273,-40,l), -(273,51,l), -(155,51,l), -(158,82,o), -(270,173,o), -(270,271,cs), -(270,362,o), -(219,398,o), -(140,398,cs), -(50,398,o), -(7,334,o), -(12,244,c), -(120,244,l), -(117,276,o), -(118,306,o), -(140,306,cs), -(155,306,o), -(160,294,o), -(160,270,cs), -(160,195,o), -(18,92,o), -(18,-11,cs), -(18,-40,l) +(281,-40,l), +(281,51,l), +(163,51,l), +(166,82,o), +(278,173,o), +(278,271,cs), +(278,362,o), +(227,398,o), +(148,398,cs), +(58,398,o), +(15,334,o), +(20,244,c), +(128,244,l), +(125,276,o), +(126,306,o), +(148,306,cs), +(163,306,o), +(168,294,o), +(168,270,cs), +(168,195,o), +(26,92,o), +(26,-11,cs), +(26,-40,l) ); } ); @@ -48,7 +48,7 @@ weight = -350; width = 60; }; }; -width = 287; +width = 303; }, { anchors = ( @@ -103,39 +103,135 @@ width = 236; anchors = ( { name = _center; -pos = (185,174); +pos = (199,173); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; partSelection = { }; shapes = ( { closed = 1; nodes = ( -(320,-40,l), -(320,-9,l), -(88,-9,l), -(100,108,o), -(317,141,o), -(317,278,cs), -(317,350,o), -(267,397,o), -(187,397,cs), -(104,397,o), -(48,344,o), -(50,266,c), -(85,266,l), -(83,329,o), -(127,367,o), -(186,367,cs), -(245,367,o), -(282,333,o), -(282,277,cs), -(282,155,o), -(53,123,o), -(53,-27,cs), -(53,-40,l) +(365,-40,l), +(365,-9,l), +(75,-9,l), +(80,102,o), +(357,114,o), +(357,272,cs), +(357,347,o), +(299,398,o), +(199,398,cs), +(100,398,o), +(34,349,o), +(33,261,c), +(68,261,l), +(68,324,o), +(115,367,o), +(197,367,cs), +(269,367,o), +(319,334,o), +(319,270,cs), +(319,126,o), +(32,132,o), +(32,-29,cs), +(32,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 395; +}, +{ +anchors = ( +{ +name = _center; +pos = (207,171); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +partSelection = { +}; +shapes = ( +{ +closed = 1; +nodes = ( +(395,-40,l), +(395,72,l), +(218,72,l), +(263,91,o), +(394,137,o), +(394,253,cs), +(394,340,o), +(329,397,o), +(217,397,cs), +(100,397,o), +(34,348,o), +(20,237,c), +(164,237,l), +(169,269,o), +(184,284,o), +(212,284,cs), +(231,284,o), +(245,275,o), +(245,250,cs), +(245,175,o), +(18,149,o), +(18,-19,cs), +(18,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 426; +}, +{ +anchors = ( +{ +name = _center; +pos = (184,174); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(317,-40,l), +(317,-9,l), +(89,-9,l), +(101,108,o), +(314,141,o), +(314,278,cs), +(314,350,o), +(264,397,o), +(186,397,cs), +(105,397,o), +(51,344,o), +(52,266,c), +(86,266,l), +(84,329,o), +(128,367,o), +(185,367,cs), +(244,367,o), +(279,333,o), +(279,277,cs), +(279,155,o), +(54,123,o), +(54,-27,cs), +(54,-40,l) ); } ); @@ -204,45 +300,43 @@ type = Stem; } ); }; -width = 370; +width = 367; }, { anchors = ( { name = _center; -pos = (191,174); +pos = (183,174); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -partSelection = { -}; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(352,-40,l), -(352,70,l), -(172,70,l), -(210,105,o), -(355,148,o), -(355,265,cs), -(355,342,o), -(294,397,o), -(201,397,cs), -(95,397,o), -(34,339,o), -(27,250,c), -(153,250,l), -(154,269,o), -(164,290,o), -(194,290,cs), -(211,290,o), -(227,279,o), -(227,259,cs), -(227,184,o), -(27,158,o), -(27,-18,cs), -(27,-40,l) +(338,-40,l), +(338,70,l), +(169,70,l), +(207,105,o), +(341,148,o), +(341,265,cs), +(341,342,o), +(282,397,o), +(193,397,cs), +(91,397,o), +(33,339,o), +(26,250,c), +(150,250,l), +(151,269,o), +(159,290,o), +(186,290,cs), +(200,290,o), +(214,279,o), +(214,259,cs), +(214,184,o), +(26,158,o), +(26,-18,cs), +(26,-40,l) ); } ); @@ -253,105 +347,7 @@ weight = -300; width = 60; }; }; -width = 389; -}, -{ -anchors = ( -{ -name = _center; -pos = (199,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(365,-40,l), -(365,-9,l), -(75,-9,l), -(80,102,o), -(357,114,o), -(357,272,cs), -(357,347,o), -(299,398,o), -(199,398,cs), -(100,398,o), -(34,349,o), -(33,261,c), -(68,261,l), -(68,324,o), -(115,367,o), -(197,367,cs), -(269,367,o), -(319,334,o), -(319,270,cs), -(319,126,o), -(32,132,o), -(32,-29,cs), -(32,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 395; -}, -{ -anchors = ( -{ -name = _center; -pos = (201,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(389,-40,l), -(389,72,l), -(212,72,l), -(257,91,o), -(388,137,o), -(388,253,cs), -(388,340,o), -(323,397,o), -(211,397,cs), -(94,397,o), -(28,348,o), -(14,237,c), -(158,237,l), -(163,269,o), -(178,284,o), -(206,284,cs), -(225,284,o), -(239,275,o), -(239,250,cs), -(239,175,o), -(12,149,o), -(12,-19,cs), -(12,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 414; +width = 372; }, { anchors = ( @@ -361,8 +357,6 @@ pos = (90,177); } ); layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -partSelection = { -}; shapes = ( { closed = 1; @@ -406,39 +400,37 @@ width = 236; anchors = ( { name = _center; -pos = (113,177); +pos = (121,177); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -partSelection = { -}; shapes = ( { closed = 1; nodes = ( -(207,-40,l), -(226,51,l), -(109,51,l), -(121,83,o), -(246,158,o), -(267,258,cs), -(286,350,o), -(242,398,o), -(152,398,cs), -(75,398,o), -(22,344,o), -(8,250,c), -(115,250,l), -(120,289,o), -(131,306,o), -(145,306,cs), -(163,306,o), -(164,290,o), -(159,267,cs), -(145,203,o), -(-17,103,o), -(-39,-5,cs), -(-46,-40,l) +(215,-40,l), +(234,51,l), +(117,51,l), +(129,83,o), +(254,158,o), +(275,258,cs), +(294,350,o), +(250,398,o), +(160,398,cs), +(83,398,o), +(30,344,o), +(16,250,c), +(123,250,l), +(128,289,o), +(139,306,o), +(153,306,cs), +(171,306,o), +(172,290,o), +(167,267,cs), +(153,203,o), +(-9,103,o), +(-31,-5,cs), +(-38,-40,l) ); } ); @@ -449,7 +441,7 @@ weight = -350; width = 60; }; }; -width = 286; +width = 302; }, { anchors = ( @@ -459,8 +451,6 @@ pos = (161,177); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -partSelection = { -}; shapes = ( { closed = 1; @@ -508,8 +498,6 @@ pos = (155,177); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -partSelection = { -}; shapes = ( { closed = 1; @@ -557,8 +545,6 @@ pos = (166,177); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -partSelection = { -}; shapes = ( { closed = 1; @@ -602,39 +588,283 @@ width = 395; anchors = ( { name = _center; -pos = (175,177); +pos = (181,177); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -partSelection = { +shapes = ( +{ +closed = 1; +nodes = ( +(349,-40,l), +(370,74,l), +(199,74,l), +(285,114,o), +(396,148,o), +(396,265,cs), +(396,346,o), +(340,398,o), +(214,398,cs), +(101,398,o), +(33,345,o), +(12,243,c), +(158,243,l), +(166,270,o), +(173,287,o), +(209,287,cs), +(231,287,o), +(247,277,o), +(246,252,cs), +(244,185,o), +(-18,151,o), +(-33,-30,cs), +(-34,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 438; +}, +{ +anchors = ( +{ +name = _center; +pos = (100,177); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,-40,l), +(191,-14,l), +(45,-14,l), +(45,70,o), +(183,169,o), +(183,294,cs), +(183,354,o), +(154,398,o), +(97,398,cs), +(42,398,o), +(6,355,o), +(9,266,c), +(38,266,l), +(37,330,o), +(52,372,o), +(97,372,cs), +(131,372,o), +(154,347,o), +(154,292,cs), +(154,172,o), +(11,85,o), +(11,-29,cs), +(11,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 196; +}, +{ +anchors = ( +{ +name = _center; +pos = (133,177); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(264,-40,l), +(264,51,l), +(146,51,l), +(149,82,o), +(261,173,o), +(261,271,cs), +(261,362,o), +(210,398,o), +(131,398,cs), +(41,398,o), +(-2,334,o), +(3,244,c), +(111,244,l), +(108,276,o), +(109,306,o), +(131,306,cs), +(146,306,o), +(151,294,o), +(151,270,cs), +(151,195,o), +(9,92,o), +(9,-11,cs), +(9,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; }; +}; +width = 269; +}, +{ +anchors = ( +{ +name = _center; +pos = (165,174); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(343,-40,l), -(364,74,l), -(193,74,l), -(279,114,o), -(390,148,o), -(390,265,cs), -(390,346,o), -(334,398,o), -(208,398,cs), -(95,398,o), -(27,345,o), -(6,243,c), -(152,243,l), -(160,270,o), -(167,287,o), -(203,287,cs), -(225,287,o), -(241,277,o), -(240,252,cs), -(238,185,o), -(-24,151,o), -(-39,-30,cs), -(-40,-40,l) +(300,-40,l), +(300,-9,l), +(68,-9,l), +(80,108,o), +(297,141,o), +(297,278,cs), +(297,350,o), +(247,397,o), +(167,397,cs), +(84,397,o), +(28,344,o), +(30,266,c), +(65,266,l), +(63,329,o), +(107,367,o), +(166,367,cs), +(225,367,o), +(262,333,o), +(262,277,cs), +(262,155,o), +(33,123,o), +(33,-27,cs), +(33,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +} +); +}; +width = 330; +}, +{ +anchors = ( +{ +name = _center; +pos = (170,174); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(331,-40,l), +(331,70,l), +(151,70,l), +(189,105,o), +(334,148,o), +(334,265,cs), +(334,342,o), +(273,397,o), +(180,397,cs), +(74,397,o), +(13,339,o), +(6,250,c), +(132,250,l), +(133,269,o), +(143,290,o), +(173,290,cs), +(190,290,o), +(206,279,o), +(206,259,cs), +(206,184,o), +(6,158,o), +(6,-18,cs), +(6,-40,l) ); } ); @@ -645,7 +875,383 @@ weight = -300; width = 60; }; }; -width = 426; +width = 347; +}, +{ +anchors = ( +{ +name = _center; +pos = (189,173); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(355,-40,l), +(355,-9,l), +(65,-9,l), +(70,102,o), +(347,114,o), +(347,272,cs), +(347,347,o), +(289,398,o), +(189,398,cs), +(90,398,o), +(24,349,o), +(23,261,c), +(58,261,l), +(58,324,o), +(105,367,o), +(187,367,cs), +(259,367,o), +(309,334,o), +(309,270,cs), +(309,126,o), +(22,132,o), +(22,-29,cs), +(22,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 375; +}, +{ +anchors = ( +{ +name = _center; +pos = (191,171); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(379,-40,l), +(379,72,l), +(202,72,l), +(247,91,o), +(378,137,o), +(378,253,cs), +(378,340,o), +(313,397,o), +(201,397,cs), +(84,397,o), +(18,348,o), +(4,237,c), +(148,237,l), +(153,269,o), +(168,284,o), +(196,284,cs), +(215,284,o), +(229,275,o), +(229,250,cs), +(229,175,o), +(2,149,o), +(2,-19,cs), +(2,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 394; +}, +{ +anchors = ( +{ +name = _center; +pos = (67,177); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(125,-40,l), +(130,-14,l), +(-15,-14,l), +(-2,73,o), +(157,152,o), +(185,285,cs), +(198,346,o), +(179,398,o), +(114,398,cs), +(60,398,o), +(24,353,o), +(10,276,c), +(40,276,l), +(50,336,o), +(74,371,o), +(111,371,cs), +(152,371,o), +(166,337,o), +(156,289,cs), +(131,171,o), +(-28,93,o), +(-50,-22,cs), +(-54,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 190; +}, +{ +anchors = ( +{ +name = _center; +pos = (102,177); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,-40,l), +(215,51,l), +(98,51,l), +(110,83,o), +(235,158,o), +(256,258,cs), +(275,350,o), +(231,398,o), +(141,398,cs), +(64,398,o), +(11,344,o), +(-3,250,c), +(104,250,l), +(109,289,o), +(120,306,o), +(134,306,cs), +(152,306,o), +(153,290,o), +(148,267,cs), +(134,203,o), +(-28,103,o), +(-50,-5,cs), +(-57,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 264; +}, +{ +anchors = ( +{ +name = _center; +pos = (137,177); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,-40,l), +(249,-9,l), +(25,-9,l), +(51,105,o), +(293,134,o), +(293,283,cs), +(293,351,o), +(243,397,o), +(172,397,cs), +(92,397,o), +(38,350,o), +(26,269,c), +(61,269,l), +(71,331,o), +(108,367,o), +(171,367,cs), +(223,367,o), +(258,333,o), +(258,281,cs), +(258,152,o), +(12,123,o), +(-15,-16,cs), +(-20,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 325; +}, +{ +anchors = ( +{ +name = _center; +pos = (126,177); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,-40,l), +(286,70,l), +(115,70,l), +(169,115,o), +(314,151,o), +(314,273,cs), +(314,348,o), +(256,398,o), +(169,398,cs), +(76,398,o), +(7,337,o), +(-3,249,c), +(118,249,l), +(117,278,o), +(136,293,o), +(158,293,cs), +(177,293,o), +(190,281,o), +(190,262,cs), +(190,184,o), +(-40,162,o), +(-62,-32,cs), +(-63,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 329; +}, +{ +anchors = ( +{ +name = _center; +pos = (156,177); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(292,-40,l), +(298,-9,l), +(12,-9,l), +(48,110,o), +(350,114,o), +(350,286,cs), +(350,356,o), +(299,398,o), +(212,398,cs), +(118,398,o), +(42,352,o), +(24,262,c), +(61,262,l), +(73,324,o), +(128,368,o), +(209,368,cs), +(272,368,o), +(312,338,o), +(312,284,cs), +(312,131,o), +(-5,139,o), +(-36,-28,cs), +(-38,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 375; +}, +{ +anchors = ( +{ +name = _center; +pos = (163,177); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(331,-40,l), +(352,74,l), +(181,74,l), +(267,114,o), +(378,148,o), +(378,265,cs), +(378,346,o), +(322,398,o), +(196,398,cs), +(83,398,o), +(15,345,o), +(-6,243,c), +(140,243,l), +(148,270,o), +(155,287,o), +(191,287,cs), +(213,287,o), +(229,277,o), +(228,252,cs), +(226,185,o), +(-36,151,o), +(-51,-30,cs), +(-52,-40,l) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 402; } ); unicode = 8322; diff --git a/sources/MonaSans.glyphspackage/glyphs/twosuperior.glyph b/sources/MonaSans.glyphspackage/glyphs/twosuperior.glyph index 5f1c69d9..78776fb1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/twosuperior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/twosuperior.glyph @@ -1,8 +1,7 @@ { color = 6; glyphname = twosuperior; -kernLeft = twosuperior; -kernRight = twosuperior; +kernLeft = KO_twosuperior; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -19,7 +18,7 @@ weight = -350; width = 60; }; }; -width = 287; +width = 303; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -39,9 +38,277 @@ width = 60; width = 236; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 395; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 426; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = twoinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = twoinferior; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +25 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +0, +18 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +21 +); +stem = -2; +target = ( +0, +8 +); +type = Stem; +} +); +}; +width = 367; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = twoinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = twoinferior; +}; +width = 372; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (78,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 236; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (78,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 302; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (78,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 373; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (78,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 387; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { +pos = (78,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 395; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (78,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 438; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 236; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,376); +ref = twoinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 269; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; pos = (0,376); ref = twoinferior; } @@ -116,9 +383,10 @@ type = Stem; width = 370; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,376); ref = twoinferior; } @@ -132,12 +400,13 @@ width = 60; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = twoinferior; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = twoinferior; }; -width = 389; +width = 369; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,376); ref = twoinferior; } @@ -152,9 +421,10 @@ width = 60; width = 395; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,376); ref = twoinferior; } @@ -169,7 +439,7 @@ width = 60; width = 414; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (78,376); @@ -183,10 +453,10 @@ weight = -30; width = 60; }; }; -width = 236; +width = 190; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (78,376); @@ -200,10 +470,10 @@ weight = -350; width = 60; }; }; -width = 286; +width = 264; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (78,376); @@ -217,10 +487,10 @@ weight = -25; width = 60; }; }; -width = 373; +width = 325; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (78,376); @@ -234,10 +504,10 @@ weight = -300; width = 60; }; }; -width = 387; +width = 329; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (78,376); @@ -251,10 +521,10 @@ weight = -25; width = 60; }; }; -width = 395; +width = 375; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (78,376); @@ -268,7 +538,7 @@ weight = -300; width = 60; }; }; -width = 426; +width = 402; } ); unicode = 178; diff --git a/sources/MonaSans.glyphspackage/glyphs/u.glyph b/sources/MonaSans.glyphspackage/glyphs/u.glyph index 28cea052..9d12823d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/u.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/u.glyph @@ -1,25 +1,25 @@ { glyphname = u; -kernLeft = u; -kernRight = a; +kernLeft = KO_u; +kernRight = KO_a; layers = ( { anchors = ( { name = bottom; -pos = (235,0); +pos = (243,0); }, { name = ogonek; -pos = (447,0); +pos = (455,0); }, { name = top; -pos = (235,541); +pos = (243,541); }, { name = topright; -pos = (327,541); +pos = (335,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -27,31 +27,31 @@ shapes = ( { closed = 1; nodes = ( -(209,-10,o), -(243,18,o), -(264,64,c), -(271,64,l), -(277,0,l), -(447,0,l), -(447,541,l), -(271,541,l), -(271,213,ls), -(271,160,o), -(264,131,o), -(234,131,cs), -(211,131,o), -(200,148,o), -(200,206,cs), -(200,541,l), -(23,541,l), -(23,194,ls), -(23,46,o), -(65,-10,o), -(154,-10,cs) +(217,-10,o), +(251,18,o), +(272,64,c), +(279,64,l), +(285,0,l), +(455,0,l), +(455,541,l), +(279,541,l), +(279,213,ls), +(279,160,o), +(272,131,o), +(242,131,cs), +(219,131,o), +(208,148,o), +(208,206,cs), +(208,541,l), +(31,541,l), +(31,194,ls), +(31,46,o), +(73,-10,o), +(162,-10,cs) ); } ); -width = 474; +width = 490; }, { anchors = ( @@ -107,47 +107,147 @@ width = 354; anchors = ( { name = bottom; -pos = (286,0); +pos = (307,0); }, { name = ogonek; -pos = (496,0); +pos = (560,0); }, { name = top; -pos = (286,517); +pos = (307,517); }, { name = topright; -pos = (459,517); +pos = (523,517); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(353,-8,o), -(427,42,o), -(455,121,c), -(459,121,l), -(462,0,l), -(496,0,l), -(496,517,l), -(459,517,l), -(459,249,ls), -(459,112,o), -(380,26,o), -(272,26,cs), +(386,-8,o), +(477,42,o), +(518,130,c), +(523,130,l), +(524,0,l), +(560,0,l), +(560,517,l), +(523,517,l), +(523,262,ls), +(523,120,o), +(425,26,o), +(286,26,cs), (159,26,o), -(112,94,o), -(112,211,cs), -(112,517,l), -(75,517,l), -(75,204,ls), -(75,61,o), -(151,-8,o), -(264,-8,cs) +(91,88,o), +(91,238,cs), +(91,517,l), +(54,517,l), +(54,232,ls), +(54,56,o), +(149,-8,o), +(281,-8,cs) +); +} +); +width = 626; +}, +{ +anchors = ( +{ +name = bottom; +pos = (365,0); +}, +{ +name = ogonek; +pos = (686,0); +}, +{ +name = top; +pos = (362,544); +}, +{ +name = topright; +pos = (500,544); +} +); +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(352,-10,o), +(425,26,o), +(456,79,c), +(465,79,l), +(474,0,l), +(686,0,l), +(686,544,l), +(465,544,l), +(465,273,ls), +(465,204,o), +(423,155,o), +(352,155,cs), +(277,155,o), +(259,209,o), +(259,284,cs), +(259,544,l), +(38,544,l), +(38,244,ls), +(38,55,o), +(130,-10,o), +(273,-10,cs) +); +} +); +width = 735; +}, +{ +anchors = ( +{ +name = bottom; +pos = (279,0); +}, +{ +name = ogonek; +pos = (476,0); +}, +{ +name = top; +pos = (279,517); +}, +{ +name = topright; +pos = (441,517); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(342,-8,o), +(411,40,o), +(437,117,c), +(441,117,l), +(444,0,l), +(476,0,l), +(476,517,l), +(441,517,l), +(441,245,ls), +(441,108,o), +(366,26,o), +(265,26,cs), +(161,26,o), +(119,93,o), +(119,207,cs), +(119,517,l), +(82,517,l), +(82,200,ls), +(82,60,o), +(152,-8,o), +(257,-8,cs) ); } ); @@ -215,157 +315,57 @@ type = Stem; } ); }; -width = 581; +width = 561; }, { anchors = ( { name = bottom; -pos = (321,0); +pos = (309,0); }, { name = ogonek; -pos = (596,0); +pos = (567,0); }, { name = top; -pos = (321,544); +pos = (309,544); }, { name = topright; -pos = (434,544); +pos = (412,544); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(310,-10,o), -(372,23,o), -(397,89,c), -(405,89,l), -(412,0,l), -(596,0,l), -(596,544,l), -(405,544,l), -(405,236,ls), -(405,192,o), -(376,144,o), -(316,144,cs), -(259,144,o), -(237,181,o), -(237,253,cs), -(237,544,l), -(46,544,l), -(46,201,ls), -(46,66,o), +(295,-10,o), +(347,25,o), +(368,89,c), +(380,89,l), +(385,0,l), +(567,0,l), +(567,544,l), +(378,544,l), +(378,231,ls), +(378,189,o), +(355,144,o), +(304,144,cs), +(260,144,o), +(242,179,o), +(242,248,cs), +(242,544,l), +(52,544,l), +(52,200,ls), +(52,67,o), (109,-10,o), -(238,-10,cs) -); -} -); -width = 650; -}, -{ -anchors = ( -{ -name = bottom; -pos = (307,0); -}, -{ -name = ogonek; -pos = (560,0); -}, -{ -name = top; -pos = (307,517); -}, -{ -name = topright; -pos = (523,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(386,-8,o), -(477,42,o), -(518,130,c), -(523,130,l), -(524,0,l), -(560,0,l), -(560,517,l), -(523,517,l), -(523,262,ls), -(523,120,o), -(425,26,o), -(286,26,cs), -(159,26,o), -(91,88,o), -(91,238,cs), -(91,517,l), -(54,517,l), -(54,232,ls), -(54,56,o), -(149,-8,o), -(281,-8,cs) -); -} -); -width = 626; -}, -{ -anchors = ( -{ -name = bottom; -pos = (359,0); -}, -{ -name = ogonek; -pos = (680,0); -}, -{ -name = top; -pos = (356,544); -}, -{ -name = topright; -pos = (494,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,-10,o), -(419,26,o), -(450,79,c), -(459,79,l), -(468,0,l), -(680,0,l), -(680,544,l), -(459,544,l), -(459,273,ls), -(459,204,o), -(417,155,o), -(346,155,cs), -(271,155,o), -(253,209,o), -(253,284,cs), -(253,544,l), -(32,544,l), -(32,244,ls), -(32,55,o), -(124,-10,o), -(267,-10,cs) +(228,-10,cs) ); } ); -width = 723; +width = 624; }, { anchors = ( @@ -421,19 +421,19 @@ width = 351; anchors = ( { name = bottom; -pos = (188,0); +pos = (196,0); }, { name = ogonek; -pos = (389,0); +pos = (397,0); }, { name = top; -pos = (290,541); +pos = (298,541); }, { name = topright; -pos = (376,541); +pos = (384,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -441,31 +441,31 @@ shapes = ( { closed = 1; nodes = ( -(147,-10,o), -(185,10,o), -(217,56,c), -(223,56,l), -(217,0,l), -(389,0,l), -(500,541,l), -(324,541,l), -(254,204,ls), -(243,151,o), -(230,125,o), -(204,125,cs), -(174,125,o), -(174,155,o), -(184,201,cs), -(256,541,l), -(78,541,l), -(8,203,ls), -(-21,65,o), -(1,-10,o), -(107,-10,cs) +(155,-10,o), +(193,10,o), +(225,56,c), +(231,56,l), +(225,0,l), +(397,0,l), +(508,541,l), +(332,541,l), +(262,204,ls), +(251,151,o), +(238,125,o), +(212,125,cs), +(182,125,o), +(182,155,o), +(192,201,cs), +(264,541,l), +(86,541,l), +(16,203,ls), +(-13,65,o), +(9,-10,o), +(115,-10,cs) ); } ); -width = 471; +width = 487; }, { anchors = ( @@ -615,25 +615,25 @@ nodes = ( ); } ); -width = 620; +width = 621; }, { anchors = ( { name = bottom; -pos = (308,0); +pos = (314,0); }, { name = ogonek; -pos = (614,0); +pos = (620,0); }, { name = top; -pos = (407,544); +pos = (413,544); }, { name = topright; -pos = (548,544); +pos = (554,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -641,31 +641,695 @@ shapes = ( { closed = 1; nodes = ( +(301,-10,o), +(370,19,o), +(407,66,c), +(414,66,l), +(412,0,l), +(620,0,l), +(734,544,l), +(515,544,l), +(457,268,ls), +(442,196,o), +(405,155,o), +(331,155,cs), +(271,155,o), +(238,197,o), +(256,283,cs), +(311,544,l), +(92,544,l), +(33,262,ls), +(-3,88,o), +(77,-10,o), +(229,-10,cs) +); +} +); +width = 726; +}, +{ +anchors = ( +{ +name = bottom; +pos = (150,0); +}, +{ +name = ogonek; +pos = (265,0); +}, +{ +name = top; +pos = (150,516); +}, +{ +name = topright; +pos = (251,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(181,-10,o), +(220,23,o), +(235,79,c), +(236,79,l), +(237,0,l), +(266,0,l), +(266,516,l), +(236,516,l), +(236,209,ls), +(236,98,o), +(195,16,o), +(139,16,cs), +(92,16,o), +(64,41,o), +(64,145,cs), +(64,516,l), +(34,516,l), +(34,138,ls), +(34,39,o), +(65,-10,o), +(131,-10,cs) +); +} +); +width = 301; +}, +{ +anchors = ( +{ +name = bottom; +pos = (223,0); +}, +{ +name = ogonek; +pos = (433,0); +}, +{ +name = top; +pos = (223,541); +}, +{ +name = topright; +pos = (315,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,-10,o), +(230,18,o), +(256,72,c), +(257,72,l), +(263,0,l), +(433,0,l), +(433,541,l), +(257,541,l), +(257,213,ls), +(257,160,o), +(250,131,o), +(222,131,cs), +(200,131,o), +(190,148,o), +(190,206,cs), +(190,541,l), +(13,541,l), +(13,194,ls), +(13,46,o), +(54,-10,o), +(142,-10,cs) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = bottom; +pos = (266,0); +}, +{ +name = ogonek; +pos = (476,0); +}, +{ +name = top; +pos = (266,517); +}, +{ +name = topright; +pos = (439,517); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(333,-8,o), +(407,42,o), +(438,129,c), +(439,129,l), +(442,0,l), +(476,0,l), +(476,517,l), +(439,517,l), +(439,249,ls), +(439,112,o), +(360,26,o), +(252,26,cs), +(139,26,o), +(92,94,o), +(92,211,cs), +(92,517,l), +(55,517,l), +(55,204,ls), +(55,61,o), +(131,-8,o), +(244,-8,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +-20 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 535; +}, +{ +anchors = ( +{ +name = bottom; +pos = (300,0); +}, +{ +name = ogonek; +pos = (575,0); +}, +{ +name = top; +pos = (300,544); +}, +{ +name = topright; +pos = (413,544); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( (295,-10,o), -(364,19,o), -(401,66,c), -(408,66,l), +(353,29,o), +(383,99,c), +(384,99,l), +(391,0,l), +(575,0,l), +(575,544,l), +(384,544,l), +(384,246,ls), +(384,187,o), +(346,144,o), +(295,144,cs), +(238,144,o), +(216,181,o), +(216,253,cs), +(216,544,l), +(25,544,l), +(25,201,ls), +(25,66,o), +(88,-10,o), +(217,-10,cs) +); +} +); +width = 605; +}, +{ +anchors = ( +{ +name = bottom; +pos = (297,0); +}, +{ +name = ogonek; +pos = (550,0); +}, +{ +name = top; +pos = (297,517); +}, +{ +name = topright; +pos = (513,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(383,-8,o), +(473,46,o), +(512,137,c), +(513,137,l), +(514,0,l), +(550,0,l), +(550,517,l), +(513,517,l), +(513,262,ls), +(513,120,o), +(415,26,o), +(276,26,cs), +(149,26,o), +(81,88,o), +(81,238,cs), +(81,517,l), +(44,517,l), +(44,232,ls), +(44,56,o), +(139,-8,o), +(271,-8,cs) +); +} +); +width = 606; +}, +{ +anchors = ( +{ +name = bottom; +pos = (348,0); +}, +{ +name = ogonek; +pos = (669,0); +}, +{ +name = top; +pos = (345,544); +}, +{ +name = topright; +pos = (483,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(335,-10,o), +(408,26,o), +(439,79,c), +(448,79,l), +(457,0,l), +(669,0,l), +(669,544,l), +(448,544,l), +(448,273,ls), +(448,204,o), +(406,155,o), +(335,155,cs), +(260,155,o), +(242,209,o), +(242,284,cs), +(242,544,l), +(21,544,l), +(21,244,ls), +(21,55,o), +(113,-10,o), +(256,-10,cs) +); +} +); +width = 699; +}, +{ +anchors = ( +{ +name = bottom; +pos = (109,0); +}, +{ +name = ogonek; +pos = (216,0); +}, +{ +name = top; +pos = (205,516); +}, +{ +name = topright; +pos = (293,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(133,-10,o), +(175,19,o), +(198,70,c), +(200,70,l), +(189,0,l), +(216,0,l), +(322,516,l), +(293,516,l), +(229,201,ls), +(206,88,o), +(163,15,o), +(97,15,cs), +(27,15,o), +(23,68,o), +(40,149,cs), +(116,516,l), +(87,516,l), +(10,145,ls), +(-8,59,o), +(1,-10,o), +(85,-10,cs) +); +} +); +width = 305; +}, +{ +anchors = ( +{ +name = bottom; +pos = (177,0); +}, +{ +name = ogonek; +pos = (378,0); +}, +{ +name = top; +pos = (279,541); +}, +{ +name = topright; +pos = (365,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,-10,o), +(174,10,o), +(206,56,c), +(212,56,l), +(206,0,l), +(378,0,l), +(489,541,l), +(313,541,l), +(243,204,ls), +(232,151,o), +(219,125,o), +(193,125,cs), +(163,125,o), +(163,155,o), +(173,201,cs), +(245,541,l), +(67,541,l), +(-3,203,ls), +(-32,65,o), +(-10,-10,o), +(96,-10,cs) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = bottom; +pos = (211,0); +}, +{ +name = ogonek; +pos = (406,0); +}, +{ +name = top; +pos = (309,517); +}, +{ +name = topright; +pos = (477,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,-10,o), +(338,25,o), +(387,103,c), +(390,103,l), +(375,0,l), (406,0,l), -(614,0,l), -(728,544,l), -(509,544,l), -(451,268,ls), -(436,196,o), -(399,155,o), -(325,155,cs), -(265,155,o), -(232,197,o), -(250,283,cs), -(305,544,l), -(86,544,l), -(27,262,ls), -(-9,88,o), -(71,-10,o), -(223,-10,cs) -); -} -); -width = 714; +(513,517,l), +(477,517,l), +(417,225,ls), +(391,98,o), +(303,24,o), +(199,24,cs), +(91,24,o), +(52,98,o), +(80,230,cs), +(140,517,l), +(103,517,l), +(42,227,ls), +(9,69,o), +(77,-10,o), +(191,-10,cs) +); +} +); +width = 521; +}, +{ +anchors = ( +{ +name = bottom; +pos = (240,0); +}, +{ +name = ogonek; +pos = (498,0); +}, +{ +name = top; +pos = (342,544); +}, +{ +name = topright; +pos = (446,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,-10,o), +(275,14,o), +(315,77,c), +(323,77,l), +(315,0,l), +(498,0,l), +(611,544,l), +(420,544,l), +(354,231,ls), +(343,178,o), +(312,143,o), +(262,143,cs), +(206,143,o), +(189,183,o), +(203,252,cs), +(263,544,l), +(72,544,l), +(7,233,ls), +(-25,78,o), +(25,-10,o), +(149,-10,cs) +); +} +); +width = 580; +}, +{ +anchors = ( +{ +name = bottom; +pos = (251,0); +}, +{ +name = ogonek; +pos = (490,0); +}, +{ +name = top; +pos = (347,517); +}, +{ +name = topright; +pos = (561,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(324,-10,o), +(415,33,o), +(469,112,c), +(474,112,l), +(454,0,l), +(490,0,l), +(597,517,l), +(561,517,l), +(503,241,ls), +(475,109,o), +(372,23,o), +(242,23,cs), +(114,23,o), +(45,88,o), +(78,251,cs), +(132,517,l), +(96,517,l), +(40,247,ls), +(4,72,o), +(89,-10,o), +(233,-10,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = bottom; +pos = (293,0); +}, +{ +name = ogonek; +pos = (599,0); +}, +{ +name = top; +pos = (392,544); +}, +{ +name = topright; +pos = (533,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,-10,o), +(349,19,o), +(386,66,c), +(393,66,l), +(391,0,l), +(599,0,l), +(713,544,l), +(494,544,l), +(436,268,ls), +(421,196,o), +(384,155,o), +(310,155,cs), +(250,155,o), +(217,197,o), +(235,283,cs), +(290,544,l), +(71,544,l), +(12,262,ls), +(-24,88,o), +(56,-10,o), +(208,-10,cs) +); +} +); +width = 684; } ); unicode = 117; diff --git a/sources/MonaSans.glyphspackage/glyphs/uacute.glyph b/sources/MonaSans.glyphspackage/glyphs/uacute.glyph index 5d7fa07b..6f4f4d5e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = uacute; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (123,-137); ref = acutecomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (231,-155); +pos = (249,-155); ref = acutecomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (209,-134); +pos = (239,-129); ref = acutecomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (249,-155); +pos = (223,-155); ref = acutecomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (239,-129); +pos = (199,-134); ref = acutecomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (95,-137); ref = acutecomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (214,-155); ref = acutecomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (207,-129); ref = acutecomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (114,-156); +ref = acutecomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (121,-137); +ref = acutecomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (231,-155); +ref = acutecomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (209,-134); +ref = acutecomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (249,-155); +ref = acutecomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (239,-129); +ref = acutecomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (87,-156); +ref = acutecomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (95,-137); +ref = acutecomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (191,-155); +ref = acutecomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (176,-134); +ref = acutecomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (214,-155); +ref = acutecomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (207,-129); +ref = acutecomb; +} +); +width = 684; } ); unicode = 250; diff --git a/sources/MonaSans.glyphspackage/glyphs/ubreve.glyph b/sources/MonaSans.glyphspackage/glyphs/ubreve.glyph index 736d78eb..3566854e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ubreve.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ubreve.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ubreve; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (40,-137); ref = brevecomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (118,-161); +pos = (133,-155); ref = brevecomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (102,-134); +pos = (117,-129); ref = brevecomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (133,-155); +pos = (112,-161); ref = brevecomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (117,-129); +pos = (98,-134); ref = brevecomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (10,-137); ref = brevecomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (92,-155); ref = brevecomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (85,-134); ref = brevecomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (46,-156); +ref = brevecomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (38,-137); +ref = brevecomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (118,-161); +ref = brevecomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (102,-134); +ref = brevecomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (133,-155); +ref = brevecomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (117,-129); +ref = brevecomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (14,-156); +ref = brevecomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (10,-137); +ref = brevecomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (77,-155); +ref = brevecomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (59,-134); +ref = brevecomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (92,-155); +ref = brevecomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (85,-134); +ref = brevecomb; +} +); +width = 684; } ); unicode = 365; diff --git a/sources/MonaSans.glyphspackage/glyphs/ucaron.glyph b/sources/MonaSans.glyphspackage/glyphs/ucaron.glyph new file mode 100644 index 00000000..c48f3915 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/ucaron.glyph @@ -0,0 +1,320 @@ +{ +glyphname = ucaron; +kernLeft = KO_uacute; +kernRight = KO_aacute; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = u; +}, +{ +pos = (47,-156); +ref = caroncomb; +} +); +width = 354; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = u; +}, +{ +pos = (18,-137); +ref = caroncomb; +} +); +width = 490; +}, +{ +layerId = m019; +shapes = ( +{ +ref = u; +}, +{ +pos = (116,-155); +ref = caroncomb; +} +); +width = 561; +}, +{ +layerId = m020; +shapes = ( +{ +ref = u; +}, +{ +pos = (70,-134); +ref = caroncomb; +} +); +width = 624; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = u; +}, +{ +pos = (128,-155); +ref = caroncomb; +} +); +width = 626; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = u; +}, +{ +pos = (65,-129); +ref = caroncomb; +} +); +width = 735; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = u; +}, +{ +pos = (14,-156); +ref = caroncomb; +} +); +width = 351; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-6,-137); +ref = caroncomb; +} +); +width = 487; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = u; +}, +{ +pos = (82,-155); +ref = caroncomb; +} +); +width = 569; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = u; +}, +{ +pos = (37,-134); +ref = caroncomb; +} +); +width = 638; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = u; +}, +{ +pos = (91,-155); +ref = caroncomb; +} +); +width = 621; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = u; +}, +{ +pos = (33,-129); +ref = caroncomb; +} +); +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (41,-156); +ref = caroncomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (16,-137); +ref = caroncomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (122,-155); +ref = caroncomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (74,-134); +ref = caroncomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = u; +}, +{ +pos = (128,-155); +ref = caroncomb; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = u; +}, +{ +pos = (64,-129); +ref = caroncomb; +} +); +width = 699; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (14,-156); +ref = caroncomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-6,-137); +ref = caroncomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (82,-155); +ref = caroncomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (37,-134); +ref = caroncomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (91,-155); +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (33,-129); +ref = caroncomb; +} +); +width = 684; +} +); +unicode = 468; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/ucircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/ucircumflex.glyph index b1e8ad85..321063d3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ucircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ucircumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ucircumflex; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (18,-137); ref = circumflexcomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (122,-155); +pos = (128,-155); ref = circumflexcomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (74,-134); +pos = (65,-129); ref = circumflexcomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (128,-155); +pos = (116,-155); ref = circumflexcomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (65,-129); +pos = (70,-134); ref = circumflexcomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-12,-137); ref = circumflexcomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (91,-155); ref = circumflexcomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (31,-129); ref = circumflexcomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (41,-156); +ref = circumflexcomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (16,-137); +ref = circumflexcomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (122,-155); +ref = circumflexcomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (74,-134); +ref = circumflexcomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (128,-155); +ref = circumflexcomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (65,-129); +ref = circumflexcomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (13,-156); +ref = circumflexcomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-12,-137); +ref = circumflexcomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (81,-155); +ref = circumflexcomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (42,-134); +ref = circumflexcomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (91,-155); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (31,-129); +ref = circumflexcomb; +} +); +width = 684; } ); unicode = 251; diff --git a/sources/MonaSans.glyphspackage/glyphs/udieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/udieresis.glyph index bebd963a..78ec2d6c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/udieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/udieresis.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = udieresis; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (10,-137); ref = dieresiscomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (124,-155); +pos = (130,-155); ref = dieresiscomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (78,-134); +pos = (73,-134); ref = dieresiscomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (130,-155); +pos = (118,-155); ref = dieresiscomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (73,-134); +pos = (74,-134); ref = dieresiscomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-27,-137); ref = dieresiscomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (95,-155); ref = dieresiscomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (38,-134); ref = dieresiscomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (52,-156); +ref = dieresiscomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (8,-137); +ref = dieresiscomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (124,-155); +ref = dieresiscomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (78,-134); +ref = dieresiscomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (130,-155); +ref = dieresiscomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (73,-134); +ref = dieresiscomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (19,-156); +ref = dieresiscomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-27,-137); +ref = dieresiscomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (86,-155); +ref = dieresiscomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (42,-134); +ref = dieresiscomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (95,-155); +ref = dieresiscomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (38,-134); +ref = dieresiscomb; +} +); +width = 684; } ); unicode = 252; diff --git a/sources/MonaSans.glyphspackage/glyphs/udieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/udieresis.ss01.glyph index 35402f8a..1e91798d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/udieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/udieresis.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = udieresis.ss01; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (11,-137); ref = dieresiscomb.ss01; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (151,-155); +pos = (163,-155); ref = dieresiscomb.ss01; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (90,-134); +pos = (95,-134); ref = dieresiscomb.ss01; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (163,-155); +pos = (143,-155); ref = dieresiscomb.ss01; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (95,-134); +pos = (86,-134); ref = dieresiscomb.ss01; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-19,-137); ref = dieresiscomb.ss01; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (132,-155); ref = dieresiscomb.ss01; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (67,-134); ref = dieresiscomb.ss01; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (63,-156); +ref = dieresiscomb.ss01; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (9,-137); +ref = dieresiscomb.ss01; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (151,-155); +ref = dieresiscomb.ss01; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (90,-134); +ref = dieresiscomb.ss01; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (163,-155); +ref = dieresiscomb.ss01; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (95,-134); +ref = dieresiscomb.ss01; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (32,-156); +ref = dieresiscomb.ss01; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-19,-137); +ref = dieresiscomb.ss01; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (108,-155); +ref = dieresiscomb.ss01; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,-134); +ref = dieresiscomb.ss01; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (132,-155); +ref = dieresiscomb.ss01; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (67,-134); +ref = dieresiscomb.ss01; +} +); +width = 684; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/udieresisacute.glyph b/sources/MonaSans.glyphspackage/glyphs/udieresisacute.glyph new file mode 100644 index 00000000..614867b3 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/udieresisacute.glyph @@ -0,0 +1,415 @@ +{ +glyphname = udieresisacute; +kernLeft = KO_uacute; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,-156); +ref = dieresiscomb; +}, +{ +pos = (120,-40); +ref = acutecomb; +} +); +width = 354; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = u; +}, +{ +pos = (10,-137); +ref = dieresiscomb; +}, +{ +pos = (123,36); +ref = acutecomb; +} +); +width = 490; +}, +{ +layerId = m019; +shapes = ( +{ +ref = u; +}, +{ +pos = (118,-155); +ref = dieresiscomb; +}, +{ +pos = (224,-15); +ref = acutecomb; +} +); +width = 561; +}, +{ +layerId = m020; +shapes = ( +{ +ref = u; +}, +{ +pos = (74,-134); +ref = dieresiscomb; +}, +{ +pos = (199,39); +ref = acutecomb; +} +); +width = 624; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = u; +}, +{ +pos = (130,-155); +ref = dieresiscomb; +}, +{ +pos = (249,-15); +ref = acutecomb; +} +); +width = 626; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = u; +}, +{ +pos = (73,-134); +ref = dieresiscomb; +}, +{ +pos = (239,42); +ref = acutecomb; +} +); +width = 735; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = u; +}, +{ +pos = (19,-156); +ref = dieresiscomb; +}, +{ +pos = (107,-40); +ref = acutecomb; +} +); +width = 351; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-27,-137); +ref = dieresiscomb; +}, +{ +pos = (122,36); +ref = acutecomb; +} +); +width = 487; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = u; +}, +{ +pos = (86,-155); +ref = dieresiscomb; +}, +{ +pos = (220,-15); +ref = acutecomb; +} +); +width = 569; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = u; +}, +{ +pos = (42,-134); +ref = dieresiscomb; +}, +{ +pos = (212,39); +ref = acutecomb; +} +); +width = 638; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = u; +}, +{ +pos = (95,-155); +ref = dieresiscomb; +}, +{ +pos = (243,-15); +ref = acutecomb; +} +); +width = 621; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = u; +}, +{ +pos = (38,-134); +ref = dieresiscomb; +}, +{ +pos = (243,42); +ref = acutecomb; +} +); +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (52,-156); +ref = dieresiscomb; +}, +{ +pos = (114,-40); +ref = acutecomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (8,-137); +ref = dieresiscomb; +}, +{ +pos = (121,36); +ref = acutecomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (124,-155); +ref = dieresiscomb; +}, +{ +pos = (231,-15); +ref = acutecomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (78,-134); +ref = dieresiscomb; +}, +{ +pos = (209,39); +ref = acutecomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = u; +}, +{ +pos = (130,-155); +ref = dieresiscomb; +}, +{ +pos = (249,-15); +ref = acutecomb; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = u; +}, +{ +pos = (72,-134); +ref = dieresiscomb; +}, +{ +pos = (238,42); +ref = acutecomb; +} +); +width = 699; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (19,-156); +ref = dieresiscomb; +}, +{ +pos = (107,-40); +ref = acutecomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-27,-137); +ref = dieresiscomb; +}, +{ +pos = (122,36); +ref = acutecomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (86,-155); +ref = dieresiscomb; +}, +{ +pos = (220,-15); +ref = acutecomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (42,-134); +ref = dieresiscomb; +}, +{ +pos = (212,39); +ref = acutecomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (95,-155); +ref = dieresiscomb; +}, +{ +pos = (243,-15); +ref = acutecomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (38,-134); +ref = dieresiscomb; +}, +{ +pos = (243,42); +ref = acutecomb; +} +); +width = 684; +} +); +unicode = 472; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/udieresiscaron.glyph b/sources/MonaSans.glyphspackage/glyphs/udieresiscaron.glyph new file mode 100644 index 00000000..e776d347 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/udieresiscaron.glyph @@ -0,0 +1,415 @@ +{ +glyphname = udieresiscaron; +kernLeft = KO_uacute; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,-156); +ref = dieresiscomb; +}, +{ +pos = (47,-40); +ref = caroncomb; +} +); +width = 354; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = u; +}, +{ +pos = (10,-137); +ref = dieresiscomb; +}, +{ +pos = (18,36); +ref = caroncomb; +} +); +width = 490; +}, +{ +layerId = m019; +shapes = ( +{ +ref = u; +}, +{ +pos = (118,-155); +ref = dieresiscomb; +}, +{ +pos = (117,-15); +ref = caroncomb; +} +); +width = 561; +}, +{ +layerId = m020; +shapes = ( +{ +ref = u; +}, +{ +pos = (74,-134); +ref = dieresiscomb; +}, +{ +pos = (70,39); +ref = caroncomb; +} +); +width = 624; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = u; +}, +{ +pos = (130,-155); +ref = dieresiscomb; +}, +{ +pos = (128,-15); +ref = caroncomb; +} +); +width = 626; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = u; +}, +{ +pos = (73,-134); +ref = dieresiscomb; +}, +{ +pos = (65,42); +ref = caroncomb; +} +); +width = 735; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = u; +}, +{ +pos = (19,-156); +ref = dieresiscomb; +}, +{ +pos = (34,-40); +ref = caroncomb; +} +); +width = 351; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-27,-137); +ref = dieresiscomb; +}, +{ +pos = (21,36); +ref = caroncomb; +} +); +width = 487; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = u; +}, +{ +pos = (86,-155); +ref = dieresiscomb; +}, +{ +pos = (111,-15); +ref = caroncomb; +} +); +width = 569; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = u; +}, +{ +pos = (42,-134); +ref = dieresiscomb; +}, +{ +pos = (73,39); +ref = caroncomb; +} +); +width = 638; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = u; +}, +{ +pos = (95,-155); +ref = dieresiscomb; +}, +{ +pos = (120,-15); +ref = caroncomb; +} +); +width = 621; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = u; +}, +{ +pos = (38,-134); +ref = dieresiscomb; +}, +{ +pos = (69,42); +ref = caroncomb; +} +); +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (52,-156); +ref = dieresiscomb; +}, +{ +pos = (41,-40); +ref = caroncomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (8,-137); +ref = dieresiscomb; +}, +{ +pos = (16,36); +ref = caroncomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (124,-155); +ref = dieresiscomb; +}, +{ +pos = (122,-15); +ref = caroncomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (78,-134); +ref = dieresiscomb; +}, +{ +pos = (74,39); +ref = caroncomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = u; +}, +{ +pos = (130,-155); +ref = dieresiscomb; +}, +{ +pos = (128,-15); +ref = caroncomb; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = u; +}, +{ +pos = (72,-134); +ref = dieresiscomb; +}, +{ +pos = (64,42); +ref = caroncomb; +} +); +width = 699; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (19,-156); +ref = dieresiscomb; +}, +{ +pos = (34,-40); +ref = caroncomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-27,-137); +ref = dieresiscomb; +}, +{ +pos = (21,36); +ref = caroncomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (86,-155); +ref = dieresiscomb; +}, +{ +pos = (111,-15); +ref = caroncomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (42,-134); +ref = dieresiscomb; +}, +{ +pos = (73,39); +ref = caroncomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (95,-155); +ref = dieresiscomb; +}, +{ +pos = (120,-15); +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (38,-134); +ref = dieresiscomb; +}, +{ +pos = (69,42); +ref = caroncomb; +} +); +width = 684; +} +); +unicode = 474; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/udieresisgrave.glyph b/sources/MonaSans.glyphspackage/glyphs/udieresisgrave.glyph new file mode 100644 index 00000000..09e6ff55 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/udieresisgrave.glyph @@ -0,0 +1,416 @@ +{ +glyphname = udieresisgrave; +kernLeft = KO_uacute; +kernRight = KO_aacute; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,-156); +ref = dieresiscomb; +}, +{ +pos = (42,-40); +ref = gravecomb; +} +); +width = 354; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = u; +}, +{ +pos = (10,-137); +ref = dieresiscomb; +}, +{ +pos = (26,36); +ref = gravecomb; +} +); +width = 490; +}, +{ +layerId = m019; +shapes = ( +{ +ref = u; +}, +{ +pos = (118,-155); +ref = dieresiscomb; +}, +{ +pos = (145,-15); +ref = gravecomb; +} +); +width = 561; +}, +{ +layerId = m020; +shapes = ( +{ +ref = u; +}, +{ +pos = (74,-134); +ref = dieresiscomb; +}, +{ +pos = (110,39); +ref = gravecomb; +} +); +width = 624; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = u; +}, +{ +pos = (130,-155); +ref = dieresiscomb; +}, +{ +pos = (163,-15); +ref = gravecomb; +} +); +width = 626; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = u; +}, +{ +pos = (73,-134); +ref = dieresiscomb; +}, +{ +pos = (122,42); +ref = gravecomb; +} +); +width = 735; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = u; +}, +{ +pos = (19,-156); +ref = dieresiscomb; +}, +{ +pos = (30,-40); +ref = gravecomb; +} +); +width = 351; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-27,-137); +ref = dieresiscomb; +}, +{ +pos = (32,36); +ref = gravecomb; +} +); +width = 487; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = u; +}, +{ +pos = (86,-155); +ref = dieresiscomb; +}, +{ +pos = (143,-15); +ref = gravecomb; +} +); +width = 569; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = u; +}, +{ +pos = (42,-134); +ref = dieresiscomb; +}, +{ +pos = (111,39); +ref = gravecomb; +} +); +width = 638; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = u; +}, +{ +pos = (95,-155); +ref = dieresiscomb; +}, +{ +pos = (156,-15); +ref = gravecomb; +} +); +width = 621; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = u; +}, +{ +pos = (38,-134); +ref = dieresiscomb; +}, +{ +pos = (126,42); +ref = gravecomb; +} +); +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (52,-156); +ref = dieresiscomb; +}, +{ +pos = (36,-40); +ref = gravecomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (8,-137); +ref = dieresiscomb; +}, +{ +pos = (24,36); +ref = gravecomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (124,-155); +ref = dieresiscomb; +}, +{ +pos = (152,-15); +ref = gravecomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (78,-134); +ref = dieresiscomb; +}, +{ +pos = (112,39); +ref = gravecomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = u; +}, +{ +pos = (130,-155); +ref = dieresiscomb; +}, +{ +pos = (163,-15); +ref = gravecomb; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = u; +}, +{ +pos = (72,-134); +ref = dieresiscomb; +}, +{ +pos = (121,42); +ref = gravecomb; +} +); +width = 699; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (19,-156); +ref = dieresiscomb; +}, +{ +pos = (30,-40); +ref = gravecomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-27,-137); +ref = dieresiscomb; +}, +{ +pos = (32,36); +ref = gravecomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (86,-155); +ref = dieresiscomb; +}, +{ +pos = (143,-15); +ref = gravecomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (42,-134); +ref = dieresiscomb; +}, +{ +pos = (111,39); +ref = gravecomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (95,-155); +ref = dieresiscomb; +}, +{ +pos = (156,-15); +ref = gravecomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (38,-134); +ref = dieresiscomb; +}, +{ +pos = (126,42); +ref = gravecomb; +} +); +width = 684; +} +); +unicode = 476; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/udieresismacron.glyph b/sources/MonaSans.glyphspackage/glyphs/udieresismacron.glyph new file mode 100644 index 00000000..748ccf64 --- /dev/null +++ b/sources/MonaSans.glyphspackage/glyphs/udieresismacron.glyph @@ -0,0 +1,416 @@ +{ +glyphname = udieresismacron; +kernLeft = KO_uacute; +kernRight = KO_aacute; +layers = ( +{ +layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,-156); +ref = dieresiscomb; +}, +{ +pos = (39,-39); +ref = macroncomb; +} +); +width = 354; +}, +{ +layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; +shapes = ( +{ +ref = u; +}, +{ +pos = (10,-137); +ref = dieresiscomb; +}, +{ +pos = (41,34); +ref = macroncomb; +} +); +width = 490; +}, +{ +layerId = m019; +shapes = ( +{ +ref = u; +}, +{ +pos = (118,-155); +ref = dieresiscomb; +}, +{ +pos = (81,-15); +ref = macroncomb; +} +); +width = 561; +}, +{ +layerId = m020; +shapes = ( +{ +ref = u; +}, +{ +pos = (74,-134); +ref = dieresiscomb; +}, +{ +pos = (75,39); +ref = macroncomb; +} +); +width = 624; +}, +{ +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +ref = u; +}, +{ +pos = (130,-155); +ref = dieresiscomb; +}, +{ +pos = (79,-14); +ref = macroncomb; +} +); +width = 626; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +ref = u; +}, +{ +pos = (73,-134); +ref = dieresiscomb; +}, +{ +pos = (92,42); +ref = macroncomb; +} +); +width = 735; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +ref = u; +}, +{ +pos = (19,-156); +ref = dieresiscomb; +}, +{ +pos = (25,-39); +ref = macroncomb; +} +); +width = 351; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-27,-137); +ref = dieresiscomb; +}, +{ +pos = (38,34); +ref = macroncomb; +} +); +width = 487; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +ref = u; +}, +{ +pos = (86,-155); +ref = dieresiscomb; +}, +{ +pos = (76,-15); +ref = macroncomb; +} +); +width = 569; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +ref = u; +}, +{ +pos = (42,-134); +ref = dieresiscomb; +}, +{ +pos = (99,39); +ref = macroncomb; +} +); +width = 638; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +ref = u; +}, +{ +pos = (95,-155); +ref = dieresiscomb; +}, +{ +pos = (72,-14); +ref = macroncomb; +} +); +width = 621; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +ref = u; +}, +{ +pos = (38,-134); +ref = dieresiscomb; +}, +{ +pos = (95,42); +ref = macroncomb; +} +); +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (52,-156); +ref = dieresiscomb; +}, +{ +pos = (33,-39); +ref = macroncomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (8,-137); +ref = dieresiscomb; +}, +{ +pos = (39,34); +ref = macroncomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (124,-155); +ref = dieresiscomb; +}, +{ +pos = (86,-15); +ref = macroncomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (78,-134); +ref = dieresiscomb; +}, +{ +pos = (79,39); +ref = macroncomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = u; +}, +{ +pos = (130,-155); +ref = dieresiscomb; +}, +{ +pos = (79,-14); +ref = macroncomb; +} +); +width = 606; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = u; +}, +{ +pos = (72,-134); +ref = dieresiscomb; +}, +{ +pos = (91,42); +ref = macroncomb; +} +); +width = 699; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (19,-156); +ref = dieresiscomb; +}, +{ +pos = (25,-39); +ref = macroncomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-27,-137); +ref = dieresiscomb; +}, +{ +pos = (38,34); +ref = macroncomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (86,-155); +ref = dieresiscomb; +}, +{ +pos = (76,-15); +ref = macroncomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (42,-134); +ref = dieresiscomb; +}, +{ +pos = (99,39); +ref = macroncomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (95,-155); +ref = dieresiscomb; +}, +{ +pos = (72,-14); +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (38,-134); +ref = dieresiscomb; +}, +{ +pos = (95,42); +ref = macroncomb; +} +); +width = 684; +} +); +unicode = 470; +} diff --git a/sources/MonaSans.glyphspackage/glyphs/udotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/udotbelow.glyph index be007792..3a8f532f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/udotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/udotbelow.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = udotbelow; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (117,0); ref = dotbelowcomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (214,0); +pos = (235,0); ref = dotbelowcomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (196,0); +pos = (206,0); ref = dotbelowcomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (235,0); +pos = (206,0); ref = dotbelowcomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (206,0); +pos = (188,0); ref = dotbelowcomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (123,0); ref = dotbelowcomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (244,0); ref = dotbelowcomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (211,0); ref = dotbelowcomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (107,0); +ref = dotbelowcomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (115,0); +ref = dotbelowcomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (214,0); +ref = dotbelowcomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (196,0); +ref = dotbelowcomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (235,0); +ref = dotbelowcomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (206,0); +ref = dotbelowcomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (122,0); +ref = dotbelowcomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (123,0); +ref = dotbelowcomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (217,0); +ref = dotbelowcomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (198,0); +ref = dotbelowcomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (244,0); +ref = dotbelowcomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (211,0); +ref = dotbelowcomb; +} +); +width = 684; } ); unicode = 7909; diff --git a/sources/MonaSans.glyphspackage/glyphs/udotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/udotbelow.ss01.glyph index 30d93829..ae3799c3 100644 --- a/sources/MonaSans.glyphspackage/glyphs/udotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/udotbelow.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = udotbelow.ss01; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (106,0); ref = dotbelowcomb.ss01; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (227,0); +pos = (248,0); ref = dotbelowcomb.ss01; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (185,0); +pos = (218,0); ref = dotbelowcomb.ss01; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (248,0); +pos = (219,0); ref = dotbelowcomb.ss01; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (218,0); +pos = (175,0); ref = dotbelowcomb.ss01; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (114,0); ref = dotbelowcomb.ss01; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (255,0); ref = dotbelowcomb.ss01; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (225,0); ref = dotbelowcomb.ss01; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (115,0); +ref = dotbelowcomb.ss01; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (104,0); +ref = dotbelowcomb.ss01; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (227,0); +ref = dotbelowcomb.ss01; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (185,0); +ref = dotbelowcomb.ss01; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (248,0); +ref = dotbelowcomb.ss01; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (218,0); +ref = dotbelowcomb.ss01; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (130,0); +ref = dotbelowcomb.ss01; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (114,0); +ref = dotbelowcomb.ss01; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (230,0); +ref = dotbelowcomb.ss01; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (189,0); +ref = dotbelowcomb.ss01; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (255,0); +ref = dotbelowcomb.ss01; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (225,0); +ref = dotbelowcomb.ss01; +} +); +width = 684; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/ugrave.glyph b/sources/MonaSans.glyphspackage/glyphs/ugrave.glyph index c6ad53c0..5c388c12 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ugrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ugrave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ugrave; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (26,-137); ref = gravecomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (152,-155); +pos = (163,-155); ref = gravecomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (112,-134); +pos = (122,-129); ref = gravecomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (163,-155); +pos = (144,-155); ref = gravecomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (122,-129); +pos = (110,-134); ref = gravecomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (5,-137); ref = gravecomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (127,-155); ref = gravecomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (90,-129); ref = gravecomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (36,-156); +ref = gravecomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (24,-137); +ref = gravecomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (152,-155); +ref = gravecomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (112,-134); +ref = gravecomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (163,-155); +ref = gravecomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (122,-129); +ref = gravecomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (10,-156); +ref = gravecomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (5,-137); +ref = gravecomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (114,-155); +ref = gravecomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (75,-134); +ref = gravecomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (127,-155); +ref = gravecomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (90,-129); +ref = gravecomb; +} +); +width = 684; } ); unicode = 249; diff --git a/sources/MonaSans.glyphspackage/glyphs/uhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/uhookabove.glyph index 79478336..10eb5fbd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uhookabove.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = uhookabove; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (96,-138); ref = hookabovecomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (178,-155); +pos = (199,-155); ref = hookabovecomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (158,-134); +pos = (203,-134); ref = hookabovecomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (199,-155); +pos = (170,-155); ref = hookabovecomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (203,-134); +pos = (153,-134); ref = hookabovecomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (59,-139); ref = hookabovecomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (169,-156); ref = hookabovecomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (155,-137); ref = hookabovecomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (89,-156); +ref = hookabovecomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (94,-138); +ref = hookabovecomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (178,-155); +ref = hookabovecomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (158,-134); +ref = hookabovecomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (199,-155); +ref = hookabovecomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (203,-134); +ref = hookabovecomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (39,-157); +ref = hookabovecomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (59,-139); +ref = hookabovecomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (144,-156); +ref = hookabovecomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (116,-135); +ref = hookabovecomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (169,-156); +ref = hookabovecomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (155,-137); +ref = hookabovecomb; +} +); +width = 684; } ); unicode = 7911; diff --git a/sources/MonaSans.glyphspackage/glyphs/uhorn.glyph b/sources/MonaSans.glyphspackage/glyphs/uhorn.glyph index fe945c34..19864cdf 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uhorn.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uhorn.glyph @@ -1,7 +1,7 @@ { color = 7; glyphname = uhorn; -kernLeft = u; +kernLeft = KO_u; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -29,63 +29,63 @@ pos = (287,-1); ref = horncomb; } ); -width = 518; +width = 534; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { alignment = -1; ref = u; }, { -pos = (419,8); +pos = (483,-8); ref = horncomb; } ); -width = 609; +width = 659; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { alignment = -1; ref = u; }, { -pos = (394,-46); +pos = (454,-66); ref = horncomb; } ); -width = 681; +width = 777; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { alignment = -1; ref = u; }, { -pos = (483,-8); +pos = (398,8); ref = horncomb; } ); -width = 659; +width = 602; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { alignment = -1; ref = u; }, { -pos = (454,-66); +pos = (373,-46); ref = horncomb; } ); -width = 765; +width = 671; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -113,7 +113,7 @@ pos = (280,-1); ref = horncomb; } ); -width = 515; +width = 531; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -169,7 +169,175 @@ pos = (436,-78); ref = horncomb; } ); -width = 769; +width = 781; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (231,0); +ref = horncomb; +} +); +width = 316; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (285,-1); +ref = horncomb; +} +); +width = 498; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (419,8); +ref = horncomb; +} +); +width = 569; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (394,-46); +ref = horncomb; +} +); +width = 639; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (483,-8); +ref = horncomb; +} +); +width = 639; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (453,-66); +ref = horncomb; +} +); +width = 745; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (223,0); +ref = horncomb; +} +); +width = 307; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (280,-1); +ref = horncomb; +} +); +width = 493; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (409,7); +ref = horncomb; +} +); +width = 555; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (369,-46); +ref = horncomb; +} +); +width = 615; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (476,-8); +ref = horncomb; +} +); +width = 645; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +pos = (436,-78); +ref = horncomb; +} +); +width = 739; } ); metricLeft = u; diff --git a/sources/MonaSans.glyphspackage/glyphs/uhornacute.glyph b/sources/MonaSans.glyphspackage/glyphs/uhornacute.glyph index e5e94bc4..dd923129 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uhornacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uhornacute.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = uhornacute; -kernLeft = u; +kernLeft = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (123,-137); ref = acutecomb; } ); -width = 518; +width = 534; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = uhorn; }, { -pos = (231,-155); +pos = (249,-155); ref = acutecomb; } ); -width = 609; +width = 659; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = uhorn; }, { -pos = (209,-134); +pos = (239,-129); ref = acutecomb; } ); -width = 681; +width = 777; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = uhorn; }, { -pos = (249,-155); +pos = (223,-155); ref = acutecomb; } ); -width = 659; +width = 602; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = uhorn; }, { -pos = (239,-129); +pos = (199,-134); ref = acutecomb; } ); -width = 765; +width = 671; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (95,-137); ref = acutecomb; } ); -width = 515; +width = 531; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,167 @@ pos = (207,-129); ref = acutecomb; } ); -width = 769; +width = 781; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (114,-156); +ref = acutecomb; +} +); +width = 316; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (121,-137); +ref = acutecomb; +} +); +width = 498; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (231,-155); +ref = acutecomb; +} +); +width = 569; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (209,-134); +ref = acutecomb; +} +); +width = 639; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (249,-155); +ref = acutecomb; +} +); +width = 659; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (239,-129); +ref = acutecomb; +} +); +width = 765; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (87,-156); +ref = acutecomb; +} +); +width = 307; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (95,-137); +ref = acutecomb; +} +); +width = 493; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (191,-155); +ref = acutecomb; +} +); +width = 555; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (176,-134); +ref = acutecomb; +} +); +width = 615; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (214,-155); +ref = acutecomb; +} +); +width = 645; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (207,-129); +ref = acutecomb; +} +); +width = 739; } ); unicode = 7913; diff --git a/sources/MonaSans.glyphspackage/glyphs/uhorndotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/uhorndotbelow.glyph index a6f0fdcd..801ae1fd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uhorndotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uhorndotbelow.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = uhorndotbelow; -kernLeft = u; +kernLeft = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (117,0); ref = dotbelowcomb; } ); -width = 518; +width = 534; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = uhorn; }, { -pos = (214,0); +pos = (235,0); ref = dotbelowcomb; } ); -width = 609; +width = 659; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = uhorn; }, { -pos = (196,0); +pos = (206,0); ref = dotbelowcomb; } ); -width = 681; +width = 777; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = uhorn; }, { -pos = (235,0); +pos = (206,0); ref = dotbelowcomb; } ); -width = 659; +width = 602; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = uhorn; }, { -pos = (206,0); +pos = (188,0); ref = dotbelowcomb; } ); -width = 765; +width = 671; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (123,0); ref = dotbelowcomb; } ); -width = 515; +width = 531; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,167 @@ pos = (211,0); ref = dotbelowcomb; } ); -width = 769; +width = 781; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (107,0); +ref = dotbelowcomb; +} +); +width = 316; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (115,0); +ref = dotbelowcomb; +} +); +width = 498; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (214,0); +ref = dotbelowcomb; +} +); +width = 569; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (196,0); +ref = dotbelowcomb; +} +); +width = 639; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (235,0); +ref = dotbelowcomb; +} +); +width = 659; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (206,0); +ref = dotbelowcomb; +} +); +width = 765; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (122,0); +ref = dotbelowcomb; +} +); +width = 307; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (123,0); +ref = dotbelowcomb; +} +); +width = 493; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (217,0); +ref = dotbelowcomb; +} +); +width = 555; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (198,0); +ref = dotbelowcomb; +} +); +width = 615; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (244,0); +ref = dotbelowcomb; +} +); +width = 645; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (211,0); +ref = dotbelowcomb; +} +); +width = 739; } ); unicode = 7921; diff --git a/sources/MonaSans.glyphspackage/glyphs/uhorndotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/uhorndotbelow.ss01.glyph index c0982f4f..b668825a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uhorndotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uhorndotbelow.ss01.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = uhorndotbelow.ss01; -kernLeft = u; +kernLeft = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (106,0); ref = dotbelowcomb.ss01; } ); -width = 518; +width = 534; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = uhorn; }, { -pos = (227,0); +pos = (248,0); ref = dotbelowcomb.ss01; } ); -width = 609; +width = 659; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = uhorn; }, { -pos = (185,0); +pos = (218,0); ref = dotbelowcomb.ss01; } ); -width = 681; +width = 777; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = uhorn; }, { -pos = (248,0); +pos = (219,0); ref = dotbelowcomb.ss01; } ); -width = 659; +width = 602; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = uhorn; }, { -pos = (218,0); +pos = (175,0); ref = dotbelowcomb.ss01; } ); -width = 765; +width = 671; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (114,0); ref = dotbelowcomb.ss01; } ); -width = 515; +width = 531; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,167 @@ pos = (225,0); ref = dotbelowcomb.ss01; } ); -width = 769; +width = 781; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (115,0); +ref = dotbelowcomb.ss01; +} +); +width = 316; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (104,0); +ref = dotbelowcomb.ss01; +} +); +width = 498; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (227,0); +ref = dotbelowcomb.ss01; +} +); +width = 569; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (185,0); +ref = dotbelowcomb.ss01; +} +); +width = 639; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (248,0); +ref = dotbelowcomb.ss01; +} +); +width = 659; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (218,0); +ref = dotbelowcomb.ss01; +} +); +width = 765; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (130,0); +ref = dotbelowcomb.ss01; +} +); +width = 307; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (114,0); +ref = dotbelowcomb.ss01; +} +); +width = 493; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (230,0); +ref = dotbelowcomb.ss01; +} +); +width = 555; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (189,0); +ref = dotbelowcomb.ss01; +} +); +width = 615; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (255,0); +ref = dotbelowcomb.ss01; +} +); +width = 645; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (225,0); +ref = dotbelowcomb.ss01; +} +); +width = 739; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/uhorngrave.glyph b/sources/MonaSans.glyphspackage/glyphs/uhorngrave.glyph index d70c9451..c38b5187 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uhorngrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uhorngrave.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = uhorngrave; -kernLeft = u; +kernLeft = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (26,-137); ref = gravecomb; } ); -width = 518; +width = 534; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = uhorn; }, { -pos = (152,-155); +pos = (163,-155); ref = gravecomb; } ); -width = 609; +width = 659; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = uhorn; }, { -pos = (112,-134); +pos = (122,-129); ref = gravecomb; } ); -width = 681; +width = 777; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = uhorn; }, { -pos = (163,-155); +pos = (144,-155); ref = gravecomb; } ); -width = 659; +width = 602; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = uhorn; }, { -pos = (122,-129); +pos = (110,-134); ref = gravecomb; } ); -width = 765; +width = 671; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (5,-137); ref = gravecomb; } ); -width = 515; +width = 531; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,167 @@ pos = (90,-129); ref = gravecomb; } ); -width = 769; +width = 781; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (36,-156); +ref = gravecomb; +} +); +width = 316; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (24,-137); +ref = gravecomb; +} +); +width = 498; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (152,-155); +ref = gravecomb; +} +); +width = 569; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (112,-134); +ref = gravecomb; +} +); +width = 639; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (163,-155); +ref = gravecomb; +} +); +width = 659; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (122,-129); +ref = gravecomb; +} +); +width = 765; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (10,-156); +ref = gravecomb; +} +); +width = 307; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (5,-137); +ref = gravecomb; +} +); +width = 493; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (114,-155); +ref = gravecomb; +} +); +width = 555; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (75,-134); +ref = gravecomb; +} +); +width = 615; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (127,-155); +ref = gravecomb; +} +); +width = 645; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (90,-129); +ref = gravecomb; +} +); +width = 739; } ); unicode = 7915; diff --git a/sources/MonaSans.glyphspackage/glyphs/uhornhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/uhornhookabove.glyph index 4158f9c9..796be3d2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uhornhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uhornhookabove.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = uhornhookabove; -kernLeft = u; +kernLeft = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (96,-138); ref = hookabovecomb; } ); -width = 518; +width = 534; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = uhorn; }, { -pos = (178,-155); +pos = (199,-155); ref = hookabovecomb; } ); -width = 609; +width = 659; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = uhorn; }, { -pos = (158,-134); +pos = (203,-134); ref = hookabovecomb; } ); -width = 681; +width = 777; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = uhorn; }, { -pos = (199,-155); +pos = (170,-155); ref = hookabovecomb; } ); -width = 659; +width = 602; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = uhorn; }, { -pos = (203,-134); +pos = (153,-134); ref = hookabovecomb; } ); -width = 765; +width = 671; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (59,-139); ref = hookabovecomb; } ); -width = 515; +width = 531; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,167 @@ pos = (155,-137); ref = hookabovecomb; } ); -width = 769; +width = 781; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (89,-156); +ref = hookabovecomb; +} +); +width = 316; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (94,-138); +ref = hookabovecomb; +} +); +width = 498; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (178,-155); +ref = hookabovecomb; +} +); +width = 569; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (158,-134); +ref = hookabovecomb; +} +); +width = 639; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (199,-155); +ref = hookabovecomb; +} +); +width = 659; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (203,-134); +ref = hookabovecomb; +} +); +width = 765; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (39,-157); +ref = hookabovecomb; +} +); +width = 307; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (59,-139); +ref = hookabovecomb; +} +); +width = 493; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (144,-156); +ref = hookabovecomb; +} +); +width = 555; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (116,-135); +ref = hookabovecomb; +} +); +width = 615; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (169,-156); +ref = hookabovecomb; +} +); +width = 645; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (155,-137); +ref = hookabovecomb; +} +); +width = 739; } ); unicode = 7917; diff --git a/sources/MonaSans.glyphspackage/glyphs/uhorntilde.glyph b/sources/MonaSans.glyphspackage/glyphs/uhorntilde.glyph index e97a2f92..6639b31d 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uhorntilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uhorntilde.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = uhorntilde; -kernLeft = u; +kernLeft = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (3,-138); ref = tildecomb; } ); -width = 518; +width = 534; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = uhorn; }, { -pos = (97,-155); +pos = (100,-155); ref = tildecomb; } ); -width = 609; +width = 659; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = uhorn; }, { -pos = (63,-134); +pos = (92,-129); ref = tildecomb; } ); -width = 681; +width = 777; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = uhorn; }, { -pos = (100,-155); +pos = (91,-155); ref = tildecomb; } ); -width = 659; +width = 602; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = uhorn; }, { -pos = (92,-129); +pos = (59,-134); ref = tildecomb; } ); -width = 765; +width = 671; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (-28,-138); ref = tildecomb; } ); -width = 515; +width = 531; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,167 @@ pos = (63,-134); ref = tildecomb; } ); -width = 769; +width = 781; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (30,-156); +ref = tildecomb; +} +); +width = 316; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (1,-138); +ref = tildecomb; +} +); +width = 498; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (97,-155); +ref = tildecomb; +} +); +width = 569; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (63,-134); +ref = tildecomb; +} +); +width = 639; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (100,-155); +ref = tildecomb; +} +); +width = 659; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = uhorn; +}, +{ +alignment = -1; +pos = (92,-129); +ref = tildecomb; +} +); +width = 765; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (3,-156); +ref = tildecomb; +} +); +width = 307; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (-28,-138); +ref = tildecomb; +} +); +width = 493; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (59,-155); +ref = tildecomb; +} +); +width = 555; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (27,-134); +ref = tildecomb; +} +); +width = 615; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (65,-155); +ref = tildecomb; +} +); +width = 645; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = uhorn; +}, +{ +pos = (63,-134); +ref = tildecomb; +} +); +width = 739; } ); unicode = 7919; diff --git a/sources/MonaSans.glyphspackage/glyphs/uhungarumlaut.glyph b/sources/MonaSans.glyphspackage/glyphs/uhungarumlaut.glyph index 97609994..f1a29e7f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uhungarumlaut.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uhungarumlaut.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = uhungarumlaut; -kernLeft = u; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (52,-137); ref = hungarumlautcomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (165,-155); +pos = (178,-155); ref = hungarumlautcomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (108,-134); +pos = (139,-129); ref = hungarumlautcomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (178,-155); +pos = (157,-155); ref = hungarumlautcomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (139,-129); +pos = (102,-134); ref = hungarumlautcomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (14,-137); ref = hungarumlautcomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -144,7 +145,7 @@ pos = (142,-155); ref = hungarumlautcomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -157,7 +158,167 @@ pos = (102,-129); ref = hungarumlautcomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (73,-156); +ref = hungarumlautcomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (50,-137); +ref = hungarumlautcomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (165,-155); +ref = hungarumlautcomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (108,-134); +ref = hungarumlautcomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (178,-155); +ref = hungarumlautcomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (139,-129); +ref = hungarumlautcomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (45,-156); +ref = hungarumlautcomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (14,-137); +ref = hungarumlautcomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (125,-155); +ref = hungarumlautcomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (76,-134); +ref = hungarumlautcomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (142,-155); +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (102,-129); +ref = hungarumlautcomb; +} +); +width = 684; } ); unicode = 369; diff --git a/sources/MonaSans.glyphspackage/glyphs/umacron.glyph b/sources/MonaSans.glyphspackage/glyphs/umacron.glyph index 270c64d2..7405827b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/umacron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/umacron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = umacron; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (41,-139); ref = macroncomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (86,-155); +pos = (79,-154); ref = macroncomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (79,-134); +pos = (92,-129); ref = macroncomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (79,-154); +pos = (80,-155); ref = macroncomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (92,-129); +pos = (75,-134); ref = macroncomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (11,-139); ref = macroncomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (43,-154); ref = macroncomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (59,-129); ref = macroncomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (33,-155); +ref = macroncomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (39,-139); +ref = macroncomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (86,-155); +ref = macroncomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (79,-134); +ref = macroncomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (79,-154); +ref = macroncomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (92,-129); +ref = macroncomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (5,-155); +ref = macroncomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (11,-139); +ref = macroncomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (47,-155); +ref = macroncomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (63,-134); +ref = macroncomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (43,-154); +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (59,-129); +ref = macroncomb; +} +); +width = 684; } ); unicode = 363; diff --git a/sources/MonaSans.glyphspackage/glyphs/underscore.glyph b/sources/MonaSans.glyphspackage/glyphs/underscore.glyph index 90a2ba23..a78fb689 100644 --- a/sources/MonaSans.glyphspackage/glyphs/underscore.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/underscore.glyph @@ -1,6 +1,7 @@ { glyphname = underscore; -kernLeft = underscore; +kernLeft = KO_underscore; +kernRight = KO_underscore; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -23,74 +24,74 @@ shapes = ( { closed = 1; nodes = ( -(383,-150,l), -(383,0,l), -(19,0,l), -(19,-150,l) +(391,-150,l), +(391,0,l), +(27,0,l), +(27,-150,l) ); } ); -width = 402; +width = 418; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(390,-33,l), -(390,0,l), -(60,0,l), -(60,-33,l) +(402,-32,l), +(402,0,l), +(46,0,l), +(46,-32,l) ); } ); -width = 450; +width = 448; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(442,-160,l), -(442,0,l), -(38,0,l), -(38,-160,l) +(464,-158,l), +(464,0,l), +(36,0,l), +(36,-158,l) ); } ); -width = 480; +width = 500; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(402,-32,l), -(402,0,l), -(46,0,l), -(46,-32,l) +(385,-33,l), +(385,0,l), +(61,0,l), +(61,-33,l) ); } ); -width = 448; +width = 446; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(458,-158,l), -(458,0,l), -(30,0,l), -(30,-158,l) +(427,-160,l), +(427,0,l), +(37,0,l), +(37,-160,l) ); } ); -width = 488; +width = 462; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -113,14 +114,14 @@ shapes = ( { closed = 1; nodes = ( -(292,-150,l), -(323,0,l), -(-37,0,l), -(-68,-150,l) +(300,-150,l), +(331,0,l), +(-29,0,l), +(-60,-150,l) ); } ); -width = 398; +width = 414; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -173,14 +174,194 @@ shapes = ( { closed = 1; nodes = ( -(364,-158,l), -(397,0,l), -(-26,0,l), -(-60,-158,l) +(370,-158,l), +(403,0,l), +(-20,0,l), +(-54,-158,l) +); +} +); +width = 495; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(272,-25,l), +(272,0,l), +(22,0,l), +(22,-25,l) +); +} +); +width = 294; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(373,-150,l), +(373,0,l), +(9,0,l), +(9,-150,l) +); +} +); +width = 382; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(370,-33,l), +(370,0,l), +(40,0,l), +(40,-33,l) +); +} +); +width = 410; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(421,-160,l), +(421,0,l), +(17,0,l), +(17,-160,l) +); +} +); +width = 438; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(392,-32,l), +(392,0,l), +(36,0,l), +(36,-32,l) +); +} +); +width = 428; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(448,-158,l), +(448,0,l), +(20,0,l), +(20,-158,l) +); +} +); +width = 468; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,-25,l), +(213,0,l), +(-34,0,l), +(-39,-25,l) +); +} +); +width = 286; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,-150,l), +(312,0,l), +(-48,0,l), +(-79,-150,l) +); +} +); +width = 376; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(327,-32,l), +(334,0,l), +(-18,0,l), +(-25,-32,l) +); +} +); +width = 423; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(319,-160,l), +(353,0,l), +(-47,0,l), +(-81,-160,l) +); +} +); +width = 417; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(328,-32,l), +(335,0,l), +(-17,0,l), +(-24,-32,l) +); +} +); +width = 425; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(349,-158,l), +(382,0,l), +(-41,0,l), +(-75,-158,l) ); } ); -width = 483; +width = 453; } ); unicode = 95; diff --git a/sources/MonaSans.glyphspackage/glyphs/uogonek.glyph b/sources/MonaSans.glyphspackage/glyphs/uogonek.glyph index 30d29b6e..c35d80d1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uogonek.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uogonek.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = uogonek; -kernLeft = u; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (250,0); ref = ogonekcomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (335,0); +pos = (377,0); ref = ogonekcomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (315,0); +pos = (373,0); ref = ogonekcomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (377,0); +pos = (316,0); ref = ogonekcomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (373,0); +pos = (297,0); ref = ogonekcomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (248,0); ref = ogonekcomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -144,7 +145,7 @@ pos = (375,0); ref = ogonekcomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -157,7 +158,167 @@ pos = (365,0); ref = ogonekcomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (150,0); +ref = ogonekcomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (246,0); +ref = ogonekcomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (335,0); +ref = ogonekcomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (315,0); +ref = ogonekcomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (377,0); +ref = ogonekcomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (373,0); +ref = ogonekcomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (161,0); +ref = ogonekcomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (248,0); +ref = ogonekcomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (327,0); +ref = ogonekcomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (304,0); +ref = ogonekcomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (375,0); +ref = ogonekcomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (365,0); +ref = ogonekcomb; +} +); +width = 684; } ); unicode = 371; diff --git a/sources/MonaSans.glyphspackage/glyphs/upA_rrow.glyph b/sources/MonaSans.glyphspackage/glyphs/upA_rrow.glyph index 14209165..c63cc89c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/upA_rrow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/upA_rrow.glyph @@ -7,19 +7,19 @@ shapes = ( { closed = 1; nodes = ( -(305,95,l), -(305,410,l), -(424,321,l), -(424,487,l), -(230,634,l), -(36,487,l), -(36,321,l), -(155,410,l), -(155,95,l) +(313,95,l), +(313,410,l), +(432,321,l), +(432,487,l), +(238,634,l), +(44,487,l), +(44,321,l), +(163,410,l), +(163,95,l) ); } ); -width = 460; +width = 476; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -42,20 +42,60 @@ nodes = ( width = 476; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(279,95,l), +(279,578,l), +(460,445,l), +(460,486,l), +(261,634,l), +(62,486,l), +(62,445,l), +(243,578,l), +(243,95,l) +); +} +); +width = 523; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(373,75,l), +(373,412,l), +(518,321,l), +(518,513,l), +(278,664,l), +(38,513,l), +(38,321,l), +(183,412,l), +(183,75,l) +); +} +); +width = 557; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(275,95,l), -(275,578,l), -(440,456,l), -(440,498,l), -(257,634,l), -(74,498,l), -(74,456,l), -(239,578,l), -(239,95,l) +(272,95,l), +(272,578,l), +(435,456,l), +(435,498,l), +(254,634,l), +(75,498,l), +(75,456,l), +(238,578,l), +(238,95,l) ); } ); @@ -83,67 +123,27 @@ type = Stem; } ); }; -width = 513; +width = 508; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(361,74,l), -(361,436,l), -(509,340,l), -(509,506,l), -(279,655,l), -(49,506,l), -(49,340,l), -(197,436,l), -(197,74,l) +(351,74,l), +(351,436,l), +(493,340,l), +(493,506,l), +(270,655,l), +(48,506,l), +(48,340,l), +(189,436,l), +(189,74,l) ); } ); -width = 558; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(279,95,l), -(279,578,l), -(460,445,l), -(460,486,l), -(261,634,l), -(62,486,l), -(62,445,l), -(243,578,l), -(243,95,l) -); -} -); -width = 523; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(367,75,l), -(367,412,l), -(512,321,l), -(512,513,l), -(272,664,l), -(32,513,l), -(32,321,l), -(177,412,l), -(177,75,l) -); -} -); -width = 545; +width = 540; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -171,19 +171,19 @@ shapes = ( { closed = 1; nodes = ( -(315,95,l), -(315,410,l), -(434,321,l), -(434,487,l), -(240,634,l), -(46,487,l), -(46,321,l), -(165,410,l), -(165,95,l) +(323,95,l), +(323,410,l), +(442,321,l), +(442,487,l), +(248,634,l), +(54,487,l), +(54,321,l), +(173,410,l), +(173,95,l) ); } ); -width = 592; +width = 608; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -251,19 +251,283 @@ shapes = ( { closed = 1; nodes = ( -(406,75,l), -(406,412,l), -(551,321,l), -(551,513,l), -(311,664,l), -(71,513,l), -(71,321,l), -(216,412,l), -(216,75,l) +(412,75,l), +(412,412,l), +(557,321,l), +(557,513,l), +(317,664,l), +(77,513,l), +(77,321,l), +(222,412,l), +(222,75,l) +); +} +); +width = 595; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,95,l), +(233,585,l), +(386,473,l), +(386,510,l), +(218,634,l), +(50,510,l), +(50,473,l), +(203,585,l), +(203,95,l) +); +} +); +width = 436; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(295,95,l), +(295,410,l), +(414,321,l), +(414,487,l), +(220,634,l), +(26,487,l), +(26,321,l), +(145,410,l), +(145,95,l) +); +} +); +width = 440; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,95,l), +(255,578,l), +(420,456,l), +(420,498,l), +(237,634,l), +(54,498,l), +(54,456,l), +(219,578,l), +(219,95,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 473; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(340,74,l), +(340,436,l), +(488,340,l), +(488,506,l), +(258,655,l), +(28,506,l), +(28,340,l), +(176,436,l), +(176,74,l) +); +} +); +width = 516; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(269,95,l), +(269,578,l), +(450,445,l), +(450,486,l), +(251,634,l), +(52,486,l), +(52,445,l), +(233,578,l), +(233,95,l) +); +} +); +width = 503; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(357,75,l), +(357,412,l), +(502,321,l), +(502,513,l), +(262,664,l), +(22,513,l), +(22,321,l), +(167,412,l), +(167,75,l) +); +} +); +width = 525; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(271,95,l), +(271,585,l), +(424,473,l), +(424,510,l), +(256,634,l), +(88,510,l), +(88,473,l), +(241,585,l), +(241,95,l) +); +} +); +width = 436; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(304,95,l), +(304,410,l), +(423,321,l), +(423,487,l), +(229,634,l), +(35,487,l), +(35,321,l), +(154,410,l), +(154,95,l) +); +} +); +width = 570; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(289,95,l), +(289,578,l), +(454,456,l), +(454,498,l), +(271,634,l), +(88,498,l), +(88,456,l), +(253,578,l), +(253,95,l) +); +} +); +width = 473; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(370,74,l), +(370,436,l), +(518,340,l), +(518,506,l), +(288,655,l), +(58,506,l), +(58,340,l), +(206,436,l), +(206,74,l) +); +} +); +width = 533; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(305,95,l), +(305,578,l), +(486,445,l), +(486,486,l), +(287,634,l), +(88,486,l), +(88,445,l), +(269,578,l), +(269,95,l) +); +} +); +width = 510; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(391,75,l), +(391,412,l), +(536,321,l), +(536,513,l), +(296,664,l), +(56,513,l), +(56,321,l), +(201,412,l), +(201,75,l) ); } ); -width = 583; +width = 553; } ); unicode = 8593; diff --git a/sources/MonaSans.glyphspackage/glyphs/uring.glyph b/sources/MonaSans.glyphspackage/glyphs/uring.glyph index 129fcbd7..47f088f1 100644 --- a/sources/MonaSans.glyphspackage/glyphs/uring.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/uring.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = uring; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (81,-137); ref = ringcomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (153,-155); +pos = (159,-155); ref = ringcomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (152,-134); +pos = (172,-129); ref = ringcomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (159,-155); +pos = (145,-155); ref = ringcomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (172,-129); +pos = (148,-134); ref = ringcomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (52,-137); ref = ringcomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (121,-155); ref = ringcomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (137,-134); ref = ringcomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (67,-156); +ref = ringcomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (79,-137); +ref = ringcomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (153,-155); +ref = ringcomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (152,-134); +ref = ringcomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (159,-155); +ref = ringcomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (172,-129); +ref = ringcomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (40,-156); +ref = ringcomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (52,-137); +ref = ringcomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (114,-155); +ref = ringcomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (116,-134); +ref = ringcomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (121,-155); +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (137,-134); +ref = ringcomb; +} +); +width = 684; } ); unicode = 367; diff --git a/sources/MonaSans.glyphspackage/glyphs/utilde.glyph b/sources/MonaSans.glyphspackage/glyphs/utilde.glyph index 00594e79..885e2704 100644 --- a/sources/MonaSans.glyphspackage/glyphs/utilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/utilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = utilde; -kernLeft = u; -kernRight = a; +kernLeft = KO_uacute; +kernRight = KO_uacute; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (3,-138); ref = tildecomb; } ); -width = 474; +width = 490; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = u; }, { -pos = (97,-155); +pos = (100,-155); ref = tildecomb; } ); -width = 581; +width = 626; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = u; }, { -pos = (63,-134); +pos = (92,-129); ref = tildecomb; } ); -width = 650; +width = 735; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = u; }, { -pos = (100,-155); +pos = (91,-155); ref = tildecomb; } ); -width = 626; +width = 561; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = u; }, { -pos = (92,-129); +pos = (59,-134); ref = tildecomb; } ); -width = 723; +width = 624; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-28,-138); ref = tildecomb; } ); -width = 471; +width = 487; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -145,7 +145,7 @@ pos = (65,-155); ref = tildecomb; } ); -width = 620; +width = 621; }, { layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -158,7 +158,167 @@ pos = (63,-134); ref = tildecomb; } ); -width = 714; +width = 726; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (30,-156); +ref = tildecomb; +} +); +width = 301; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = u; +}, +{ +pos = (1,-138); +ref = tildecomb; +} +); +width = 449; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (97,-155); +ref = tildecomb; +} +); +width = 535; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +ref = u; +}, +{ +pos = (63,-134); +ref = tildecomb; +} +); +width = 605; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (100,-155); +ref = tildecomb; +} +); +width = 626; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (92,-129); +ref = tildecomb; +} +); +width = 723; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = u; +}, +{ +pos = (3,-156); +ref = tildecomb; +} +); +width = 305; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-28,-138); +ref = tildecomb; +} +); +width = 449; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = u; +}, +{ +pos = (59,-155); +ref = tildecomb; +} +); +width = 521; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (27,-134); +ref = tildecomb; +} +); +width = 580; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (65,-155); +ref = tildecomb; +} +); +width = 600; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = u; +}, +{ +pos = (63,-134); +ref = tildecomb; +} +); +width = 684; } ); unicode = 361; diff --git a/sources/MonaSans.glyphspackage/glyphs/v.glyph b/sources/MonaSans.glyphspackage/glyphs/v.glyph index 89646006..dbb6a56a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/v.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/v.glyph @@ -1,17 +1,17 @@ { glyphname = v; -kernLeft = v; -kernRight = v; +kernLeft = KO_v; +kernRight = KO_v; layers = ( { anchors = ( { name = bottom; -pos = (222,0); +pos = (230,0); }, { name = top; -pos = (222,541); +pos = (230,541); } ); background = { @@ -38,20 +38,20 @@ shapes = ( { closed = 1; nodes = ( -(345,0,l), -(434,541,l), -(256,541,l), -(233,257,l), +(353,0,l), +(442,541,l), +(264,541,l), +(241,257,l), +(233,133,l), (225,133,l), -(217,133,l), -(209,257,l), -(187,541,l), -(8,541,l), -(96,0,l) +(217,257,l), +(195,541,l), +(16,541,l), +(104,0,l) ); } ); -width = 442; +width = 458; }, { anchors = ( @@ -107,11 +107,11 @@ width = 266; anchors = ( { name = bottom; -pos = (245,0); +pos = (288,0); }, { name = top; -pos = (245,517); +pos = (288,517); } ); background = { @@ -119,83 +119,49 @@ shapes = ( { closed = 1; nodes = ( -(266,0,l), -(462,518,l), -(422,518,l), -(280,134,l), -(246,39,l), -(244,39,l), -(209,134,l), -(66,518,l), -(25,518,l), -(224,0,l) +(306,0,l), +(565,517,l), +(524,517,l), +(329,120,l), +(290,36,l), +(288,36,l), +(248,120,l), +(51,517,l), +(9,517,l), +(270,0,l) ); } ); }; -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(268,0,l), -(464,517,l), -(424,517,l), -(309,208,l), -(247,31,l), -(243,31,l), -(181,208,l), -(66,517,l), -(26,517,l), -(222,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -d, -o, -w, -n +(309,0,l), +(563,517,l), +(522,517,l), +(358,179,l), +(291,36,l), +(285,36,l), +(217,179,l), +(53,517,l), +(11,517,l), +(267,0,l) ); -type = TopGhost; } ); -}; -width = 490; +width = 575; }, { anchors = ( { name = bottom; -pos = (305,0); +pos = (353,0); }, { name = top; -pos = (305,544); +pos = (353,544); } ); background = { @@ -203,49 +169,49 @@ shapes = ( { closed = 1; nodes = ( -(424,0,l), -(601,544,l), -(395,544,l), -(338,295,l), -(307,155,l), -(301,155,l), -(269,296,l), -(213,544,l), -(8,544,l), -(185,0,l) +(477,0,l), +(698,544,l), +(473,544,l), +(372,248,l), +(349,168,l), +(340,168,l), +(318,248,l), +(218,544,l), +(-7,544,l), +(215,0,l) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(424,0,l), -(601,544,l), -(395,544,l), -(325,238,l), -(307,145,l), -(301,145,l), -(283,238,l), -(213,544,l), -(8,544,l), -(185,0,l) +(486,0,l), +(707,544,l), +(479,544,l), +(402,317,l), +(356,165,l), +(347,165,l), +(302,317,l), +(225,544,l), +(-3,544,l), +(217,0,l) ); } ); -width = 609; +width = 704; }, { anchors = ( { name = bottom; -pos = (288,0); +pos = (243,0); }, { name = top; -pos = (288,517); +pos = (243,517); } ); background = { @@ -253,49 +219,83 @@ shapes = ( { closed = 1; nodes = ( -(306,0,l), -(565,517,l), -(524,517,l), -(329,120,l), -(290,36,l), -(288,36,l), -(248,120,l), -(51,517,l), -(9,517,l), -(270,0,l) +(265,0,l), +(461,518,l), +(421,518,l), +(279,134,l), +(245,39,l), +(243,39,l), +(208,134,l), +(65,518,l), +(24,518,l), +(223,0,l) ); } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(309,0,l), -(563,517,l), -(522,517,l), -(358,179,l), -(291,36,l), -(285,36,l), -(217,179,l), -(53,517,l), -(11,517,l), -(267,0,l) +(264,0,l), +(456,517,l), +(418,517,l), +(305,208,l), +(245,31,l), +(241,31,l), +(179,208,l), +(66,517,l), +(28,517,l), +(220,0,l) ); } ); -width = 575; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +} +); +}; +width = 484; }, { anchors = ( { name = bottom; -pos = (346,0); +pos = (295,0); }, { name = top; -pos = (346,544); +pos = (295,544); } ); background = { @@ -303,39 +303,39 @@ shapes = ( { closed = 1; nodes = ( -(477,0,l), -(698,544,l), -(473,544,l), -(372,248,l), -(349,168,l), -(340,168,l), -(318,248,l), -(218,544,l), -(-7,544,l), -(215,0,l) +(423,0,l), +(600,544,l), +(394,544,l), +(337,295,l), +(306,155,l), +(300,155,l), +(268,296,l), +(212,544,l), +(7,544,l), +(184,0,l) ); } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(477,0,l), -(698,544,l), -(473,544,l), -(395,315,l), -(349,163,l), -(340,163,l), -(294,315,l), -(216,544,l), -(-9,544,l), -(212,0,l) +(413,0,l), +(583,544,l), +(379,544,l), +(313,238,l), +(301,145,l), +(289,145,l), +(275,238,l), +(209,544,l), +(6,544,l), +(176,0,l) ); } ); -width = 689; +width = 589; }, { anchors = ( @@ -400,11 +400,11 @@ width = 266; anchors = ( { name = bottom; -pos = (174,0); +pos = (182,0); }, { name = top; -pos = (286,541); +pos = (294,541); } ); background = { @@ -428,7 +428,7 @@ nodes = ( }; guides = ( { -pos = (228,133); +pos = (236,133); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -436,20 +436,20 @@ shapes = ( { closed = 1; nodes = ( -(286,0,l), -(489,541,l), -(307,541,l), -(228,273,l), +(294,0,l), +(497,541,l), +(315,541,l), +(236,273,l), +(200,135,l), (192,135,l), -(184,135,l), -(203,273,l), -(238,541,l), -(64,541,l), -(40,0,l) +(211,273,l), +(246,541,l), +(72,541,l), +(48,0,l) ); } ); -width = 441; +width = 457; }, { anchors = ( @@ -548,11 +548,11 @@ width = 571; anchors = ( { name = bottom; -pos = (292,0); +pos = (298,0); }, { name = top; -pos = (404,544); +pos = (410,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -560,20 +560,592 @@ shapes = ( { closed = 1; nodes = ( -(412,0,l), -(743,544,l), -(513,544,l), -(351,242,l), -(316,168,l), -(307,168,l), -(300,243,l), -(263,544,l), -(47,544,l), -(156,0,l) +(418,0,l), +(749,544,l), +(519,544,l), +(357,242,l), +(322,168,l), +(313,168,l), +(306,243,l), +(269,544,l), +(53,544,l), +(162,0,l) +); +} +); +width = 690; +}, +{ +anchors = ( +{ +name = bottom; +pos = (124,0); +}, +{ +name = top; +pos = (124,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(152,0,l), +(256,516,l), +(226,516,l), +(157,151,l), +(137,32,l), +(135,32,l), +(114,152,l), +(44,516,l), +(13,516,l), +(117,0,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,0,l), +(246,516,l), +(215,516,l), +(151,186,l), +(127,52,l), +(126,52,l), +(101,186,l), +(37,516,l), +(6,516,l), +(109,0,l) +); +} +); +width = 252; +}, +{ +anchors = ( +{ +name = bottom; +pos = (213,0); +}, +{ +name = top; +pos = (213,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(341,0,l), +(430,541,l), +(252,541,l), +(230,268,l), +(221,133,l), +(213,133,l), +(204,269,l), +(183,541,l), +(4,541,l), +(92,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(323,0,l), +(423,541,l), +(251,541,l), +(226,306,l), +(214,199,l), +(213,199,l), +(200,306,l), +(177,541,l), +(1,541,l), +(101,0,l) +); +} +); +width = 424; +}, +{ +anchors = ( +{ +name = bottom; +pos = (223,0); +}, +{ +name = top; +pos = (223,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(266,0,l), +(462,518,l), +(422,518,l), +(280,134,l), +(246,39,l), +(244,39,l), +(209,134,l), +(66,518,l), +(25,518,l), +(224,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(244,0,l), +(442,517,l), +(402,517,l), +(287,208,l), +(224,41,l), +(223,41,l), +(160,208,l), +(44,517,l), +(4,517,l), +(203,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +4 +); +stem = -2; +target = ( +0, +7 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +6 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +} +); +}; +width = 446; +}, +{ +anchors = ( +{ +name = bottom; +pos = (293,0); +}, +{ +name = top; +pos = (293,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(424,0,l), +(601,544,l), +(395,544,l), +(338,295,l), +(307,155,l), +(301,155,l), +(269,296,l), +(213,544,l), +(8,544,l), +(185,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(408,0,l), +(590,544,l), +(385,544,l), +(318,278,l), +(298,194,l), +(297,194,l), +(275,278,l), +(205,544,l), +(-4,544,l), +(183,0,l) +); +} +); +width = 586; +}, +{ +anchors = ( +{ +name = bottom; +pos = (283,0); +}, +{ +name = top; +pos = (283,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(306,0,l), +(565,517,l), +(524,517,l), +(329,120,l), +(290,36,l), +(288,36,l), +(248,120,l), +(51,517,l), +(9,517,l), +(270,0,l) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(303,0,l), +(562,517,l), +(520,517,l), +(354,181,l), +(284,45,l), +(283,45,l), +(211,181,l), +(45,517,l), +(2,517,l), +(263,0,l) +); +} +); +width = 565; +}, +{ +anchors = ( +{ +name = bottom; +pos = (341,0); +}, +{ +name = top; +pos = (341,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(477,0,l), +(698,544,l), +(473,544,l), +(372,248,l), +(349,168,l), +(340,168,l), +(318,248,l), +(218,544,l), +(-7,544,l), +(215,0,l) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(472,0,l), +(693,544,l), +(463,544,l), +(388,321,l), +(342,186,l), +(341,186,l), +(293,326,l), +(218,544,l), +(-14,544,l), +(207,0,l) +); +} +); +width = 679; +}, +{ +anchors = ( +{ +name = bottom; +pos = (76,0); +}, +{ +name = top; +pos = (182,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(105,0,l), +(315,516,l), +(285,516,l), +(139,151,l), +(124,111,o), +(110,72,o), +(95,32,c), +(93,32,l), +(95,72,o), +(96,112,o), +(98,152,c), +(104,516,l), +(76,516,l), +(70,0,l) +); +} +); +}; +guides = ( +{ +pos = (148,0); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(83,0,l), +(293,516,l), +(260,516,l), +(115,152,l), +(75,44,l), +(74,44,l), +(75,153,l), +(81,516,l), +(52,516,l), +(48,0,l) +); +} +); +width = 239; +}, +{ +anchors = ( +{ +name = bottom; +pos = (156,0); +}, +{ +name = top; +pos = (268,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(279,0,l), +(479,541,l), +(302,541,l), +(223,268,l), +(187,133,l), +(179,133,l), +(198,269,l), +(234,541,l), +(57,541,l), +(33,0,l) +); +} +); +}; +guides = ( +{ +pos = (210,133); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,0,l), +(464,541,l), +(289,541,l), +(225,312,l), +(188,187,l), +(187,187,l), +(200,312,l), +(220,541,l), +(56,541,l), +(42,0,l) +); +} +); +width = 408; +}, +{ +anchors = ( +{ +name = bottom; +pos = (172,0); +}, +{ +name = top; +pos = (280,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(179,0,l), +(482,517,l), +(439,517,l), +(235,156,l), +(169,39,l), +(168,39,l), +(150,158,l), +(95,517,l), +(59,517,l), +(140,0,l) +); +} +); +width = 430; +}, +{ +anchors = ( +{ +name = bottom; +pos = (233,0); +}, +{ +name = top; +pos = (345,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(342,0,l), +(620,544,l), +(418,544,l), +(307,282,l), +(266,185,l), +(265,185,l), +(259,286,l), +(242,544,l), +(51,544,l), +(125,0,l) +); +} +); +width = 559; +}, +{ +anchors = ( +{ +name = bottom; +pos = (232,0); +}, +{ +name = top; +pos = (340,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(241,0,l), +(604,517,l), +(562,517,l), +(308,156,l), +(231,42,l), +(230,42,l), +(197,156,l), +(94,517,l), +(56,517,l), +(204,0,l) +); +} +); +width = 551; +}, +{ +anchors = ( +{ +name = bottom; +pos = (291,0); +}, +{ +name = top; +pos = (403,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(405,0,l), +(742,544,l), +(509,544,l), +(370,302,l), +(316,193,l), +(315,193,l), +(298,302,l), +(262,544,l), +(46,544,l), +(160,0,l) ); } ); -width = 678; +width = 676; } ); unicode = 118; diff --git a/sources/MonaSans.glyphspackage/glyphs/w.glyph b/sources/MonaSans.glyphspackage/glyphs/w.glyph index eb676ea9..336a5dbc 100644 --- a/sources/MonaSans.glyphspackage/glyphs/w.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/w.glyph @@ -1,17 +1,17 @@ { glyphname = w; -kernLeft = w; -kernRight = w; +kernLeft = KO_w; +kernRight = KO_w; layers = ( { anchors = ( { name = bottom; -pos = (324,0); +pos = (332,0); }, { name = top; -pos = (324,541); +pos = (332,541); } ); background = { @@ -83,32 +83,32 @@ shapes = ( { closed = 1; nodes = ( -(299,0,l), -(311,174,l), -(320,373,l), -(330,373,l), -(334,174,l), -(342,0,l), -(566,0,l), -(643,541,l), -(470,541,l), -(461,261,l), +(307,0,l), +(319,174,l), +(328,373,l), +(338,373,l), +(342,174,l), +(350,0,l), +(574,0,l), +(651,541,l), +(478,541,l), +(469,261,l), +(466,153,l), (458,153,l), -(450,153,l), -(441,261,l), -(416,541,l), -(229,541,l), -(208,261,l), +(449,261,l), +(424,541,l), +(237,541,l), +(216,261,l), +(209,153,l), (201,153,l), -(193,153,l), -(189,261,l), -(176,541,l), -(9,541,l), -(75,0,l) +(197,261,l), +(184,541,l), +(17,541,l), +(83,0,l) ); } ); -width = 651; +width = 667; }, { anchors = ( @@ -182,188 +182,6 @@ width = 472; anchors = ( { name = bottom; -pos = (362,0); -}, -{ -name = top; -pos = (362,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(228,0,l), -(359,471,l), -(362,471,l), -(499,0,l), -(547,0,l), -(692,517,l), -(656,517,l), -(525,38,l), -(523,38,l), -(384,517,l), -(339,517,l), -(206,37,l), -(204,37,l), -(68,517,l), -(32,517,l), -(178,0,l) -); -} -); -}; -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(228,0,l), -(310,295,l), -(359,476,l), -(363,476,l), -(414,295,l), -(499,0,l), -(548,0,l), -(693,517,l), -(655,517,l), -(572,208,l), -(526,31,l), -(522,31,l), -(473,208,l), -(384,517,l), -(338,517,l), -(252,208,l), -(204,31,l), -(200,31,l), -(153,208,l), -(69,517,l), -(31,517,l), -(177,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -} -); -}; -width = 724; -}, -{ -anchors = ( -{ -name = bottom; -pos = (432,0); -}, -{ -name = top; -pos = (432,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(377,0,l), -(424,300,l), -(430,300,l), -(477,0,l), -(727,0,l), -(849,544,l), -(660,544,l), -(594,188,l), -(589,188,l), -(539,544,l), -(333,544,l), -(280,191,l), -(272,191,l), -(210,544,l), -(12,544,l), -(132,0,l) -); -} -); -}; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(378,0,l), -(407,180,l), -(424,320,l), -(430,320,l), -(447,180,l), -(476,0,l), -(727,0,l), -(849,544,l), -(660,544,l), -(614,302,l), -(596,168,l), -(589,168,l), -(574,302,l), -(539,544,l), -(333,544,l), -(296,302,l), -(280,171,l), -(273,171,l), -(254,302,l), -(210,544,l), -(12,544,l), -(132,0,l) -); -} -); -width = 861; -}, -{ -anchors = ( -{ -name = bottom; pos = (409,0); }, { @@ -432,11 +250,11 @@ width = 818; anchors = ( { name = bottom; -pos = (467,0); +pos = (474,0); }, { name = top; -pos = (467,544); +pos = (474,544); } ); background = { @@ -469,332 +287,1562 @@ shapes = ( { closed = 1; nodes = ( -(395,0,l), -(432,173,l), -(459,317,l), -(465,317,l), -(493,173,l), -(530,0,l), -(785,0,l), -(937,544,l), -(738,544,l), -(685,306,l), -(657,171,l), -(652,171,l), -(628,306,l), -(581,544,l), -(363,544,l), -(314,306,l), -(289,175,l), -(281,175,l), -(255,306,l), -(203,544,l), -(-5,544,l), -(144,0,l) +(403,0,l), +(439,171,l), +(466,315,l), +(472,315,l), +(500,171,l), +(536,0,l), +(794,0,l), +(945,544,l), +(744,544,l), +(692,308,l), +(664,173,l), +(659,173,l), +(635,308,l), +(589,544,l), +(369,544,l), +(321,308,l), +(296,177,l), +(288,177,l), +(262,308,l), +(211,544,l), +(1,544,l), +(149,0,l) ); } ); -width = 932; +width = 946; }, { anchors = ( { name = bottom; -pos = (191,0); +pos = (244,0); }, { name = top; -pos = (285,516); +pos = (244,520); } ); +associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; +attr = { +coordinates = ( +75, +300, +1, +0 +); +}; background = { shapes = ( { closed = 1; nodes = ( -(96,0,l), -(275,469,l), -(277,469,l), -(270,0,l), -(307,0,l), -(504,516,l), -(475,516,l), -(294,31,l), -(292,31,l), -(303,516,l), -(267,516,l), -(80,30,l), -(78,30,l), -(96,516,l), -(71,516,l), -(55,0,l) +(168,0,l), +(240,455,l), +(244,455,l), +(323,0,l), +(387,0,l), +(475,520,l), +(429,520,l), +(358,48,l), +(356,48,l), +(274,520,l), +(210,520,l), +(135,47,l), +(132,47,l), +(57,520,l), +(13,520,l), +(100,0,l) ); } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "673A42B2-1495-4696-86BB-72DD7E74E312"; +name = "{75, 300, 0}"; shapes = ( { closed = 1; nodes = ( -(96,0,l), -(220,326,l), -(276,480,l), -(280,480,l), -(274,326,l), -(269,0,l), -(308,0,l), -(504,516,l), -(473,516,l), -(340,160,l), -(296,29,l), -(292,29,l), -(297,160,l), -(304,516,l), -(265,516,l), -(128,160,l), -(82,30,l), -(78,30,l), -(86,160,l), -(98,516,l), -(70,516,l), -(55,0,l) +(172,0,l), +(216,287,l), +(240,458,l), +(244,458,l), +(271,287,l), +(319,0,l), +(394,0,l), +(481,520,l), +(426,520,l), +(379,200,l), +(359,56,l), +(357,56,l), +(334,200,l), +(278,520,l), +(206,520,l), +(155,200,l), +(134,55,l), +(131,55,l), +(110,200,l), +(60,520,l), +(7,520,l), +(92,0,l) ); } ); -width = 468; +width = 487; }, { anchors = ( { name = bottom; -pos = (197,0); +pos = (416,0); }, { name = top; -pos = (379,541); +pos = (416,521); } ); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(146,0,l), +associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +attr = { +coordinates = ( +125, +300, +1, +0 +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(274,0,l), +(413,441,l), +(417,441,l), +(559,0,l), +(642,0,l), +(821,521,l), +(760,521,l), +(603,58,l), +(601,58,l), +(452,521,l), +(378,521,l), +(233,58,l), +(230,58,l), +(73,521,l), +(10,521,l), +(189,0,l) +); +} +); +}; +layerId = "DDC07BBB-A62D-45E2-A2C3-7CADEB8B30A5"; +name = "{125, 300, 0}"; +shapes = ( +{ +closed = 1; +nodes = ( +(273,0,l), +(372,312,l), +(412,452,l), +(418,452,l), +(459,312,l), +(560,0,l), +(641,0,l), +(821,521,l), +(758,521,l), +(638,165,l), +(605,53,l), +(600,53,l), +(567,165,l), +(452,521,l), +(378,521,l), +(266,165,l), +(234,53,l), +(228,53,l), +(194,165,l), +(74,521,l), +(10,521,l), +(190,0,l) +); +} +); +width = 831; +}, +{ +anchors = ( +{ +name = bottom; +pos = (357,0); +}, +{ +name = top; +pos = (357,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(228,0,l), +(359,471,l), +(362,471,l), +(499,0,l), +(547,0,l), +(692,517,l), +(656,517,l), +(525,38,l), +(523,38,l), +(384,517,l), +(339,517,l), +(206,37,l), +(204,37,l), +(68,517,l), +(32,517,l), +(178,0,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(227,0,l), +(327,365,l), +(354,476,l), +(358,476,l), +(389,365,l), +(492,0,l), +(541,0,l), +(682,517,l), +(645,517,l), +(547,149,l), +(519,31,l), +(515,31,l), +(483,149,l), +(379,517,l), +(335,517,l), +(233,149,l), +(203,31,l), +(199,31,l), +(168,149,l), +(70,517,l), +(34,517,l), +(176,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +} +); +}; +width = 715; +}, +{ +anchors = ( +{ +name = bottom; +pos = (341,0); +}, +{ +name = top; +pos = (341,521); +} +); +associatedMasterId = m019; +attr = { +coordinates = ( +100, +300, +1, +0 +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(230,0,l), +(337,447,l), +(341,447,l), +(456,0,l), +(534,0,l), +(672,521,l), +(616,521,l), +(498,56,l), +(496,56,l), +(377,521,l), +(301,521,l), +(190,56,l), +(187,56,l), +(66,521,l), +(9,521,l), +(147,0,l) +); +} +); +}; +layerId = "3DA4DB50-7755-4BED-8CF9-DD6F3630DC99"; +name = "{100, 300, 0}"; +shapes = ( +{ +closed = 1; +nodes = ( +(230,0,l), +(306,318,l), +(337,457,l), +(341,457,l), +(374,318,l), +(456,0,l), +(534,0,l), +(672,521,l), +(616,521,l), +(533,196,l), +(499,52,l), +(494,52,l), +(460,196,l), +(377,521,l), +(301,521,l), +(223,196,l), +(191,52,l), +(186,52,l), +(151,196,l), +(66,521,l), +(9,521,l), +(147,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +} +); +}; +width = 681; +}, +{ +anchors = ( +{ +name = bottom; +pos = (422,0); +}, +{ +name = top; +pos = (422,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(377,0,l), +(424,300,l), +(430,300,l), +(477,0,l), +(727,0,l), +(849,544,l), +(660,544,l), +(594,188,l), +(589,188,l), +(539,544,l), +(333,544,l), +(280,191,l), +(272,191,l), +(210,544,l), +(12,544,l), +(132,0,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(370,0,l), +(398,180,l), +(411,320,l), +(423,320,l), +(436,180,l), +(462,0,l), +(712,0,l), +(830,544,l), +(643,544,l), +(599,302,l), +(584,168,l), +(572,168,l), +(560,302,l), +(528,544,l), +(324,544,l), +(289,302,l), +(277,171,l), +(265,171,l), +(248,302,l), +(207,544,l), +(11,544,l), +(127,0,l) +); +} +); +width = 840; +}, +{ +anchors = ( +{ +name = bottom; +pos = (191,0); +}, +{ +name = top; +pos = (285,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(275,469,l), +(277,469,l), +(270,0,l), +(307,0,l), +(504,516,l), +(475,516,l), +(294,31,l), +(292,31,l), +(303,516,l), +(267,516,l), +(80,30,l), +(78,30,l), +(96,516,l), +(71,516,l), +(55,0,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(220,326,l), +(276,480,l), +(280,480,l), +(274,326,l), +(269,0,l), +(308,0,l), +(504,516,l), +(473,516,l), +(340,160,l), +(296,29,l), +(292,29,l), +(297,160,l), +(304,516,l), +(265,516,l), +(128,160,l), +(82,30,l), +(78,30,l), +(86,160,l), +(98,516,l), +(70,516,l), +(55,0,l) +); +} +); +width = 468; +}, +{ +anchors = ( +{ +name = bottom; +pos = (187,0); +}, +{ +name = top; +pos = (295,520); +} +); +associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +attr = { +coordinates = ( +75, +300, +1, +1 +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(268,455,l), +(271,455,l), +(254,0,l), +(317,0,l), +(513,520,l), +(466,520,l), +(297,48,l), +(294,48,l), +(311,520,l), +(253,520,l), +(78,47,l), +(75,47,l), +(98,520,l), +(56,520,l), +(36,0,l) +); +} +); +}; +layerId = "CED29051-8E87-4931-9B7E-050FF5E47FCE"; +name = "{75, 300, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(213,306,l), +(269,464,l), +(272,464,l), +(265,306,l), +(254,0,l), +(317,0,l), +(513,520,l), +(466,520,l), +(342,174,l), +(296,39,l), +(293,39,l), +(299,174,l), +(311,520,l), +(253,520,l), +(128,182,l), +(77,38,l), +(74,38,l), +(82,182,l), +(98,520,l), +(56,520,l), +(36,0,l) +); +} +); +width = 482; +}, +{ +anchors = ( +{ +name = bottom; +pos = (205,0); +}, +{ +name = top; +pos = (387,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(146,0,l), (258,368,l), (264,368,l), (215,0,l), (410,0,l), -(599,541,l), -(446,541,l), -(343,147,l), -(339,147,l), -(380,541,l), -(211,541,l), -(95,147,l), -(90,147,l), -(144,541,l), -(-5,541,l), -(-49,0,l) +(599,541,l), +(446,541,l), +(343,147,l), +(339,147,l), +(380,541,l), +(211,541,l), +(95,147,l), +(90,147,l), +(144,541,l), +(-5,541,l), +(-49,0,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,0,l), +(299,174,l), +(349,373,l), +(359,373,l), +(322,174,l), +(294,0,l), +(518,0,l), +(707,541,l), +(534,541,l), +(467,261,l), +(442,153,l), +(434,153,l), +(447,261,l), +(480,541,l), +(293,541,l), +(214,261,l), +(185,153,l), +(177,153,l), +(195,261,l), +(240,541,l), +(73,541,l), +(27,0,l) +); +} +); +width = 667; +}, +{ +anchors = ( +{ +name = bottom; +pos = (310,0); +}, +{ +name = top; +pos = (405,517); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,l), +(336,344,l), +(395,471,l), +(398,471,l), +(408,340,l), +(435,0,l), +(480,0,l), +(729,517,l), +(692,517,l), +(530,176,l), +(464,38,l), +(462,38,l), +(451,190,l), +(427,517,l), +(383,517,l), +(219,173,l), +(154,37,l), +(152,37,l), +(143,163,l), +(119,517,l), +(86,517,l), +(120,0,l) +); +} +); +width = 706; +}, +{ +anchors = ( +{ +name = bottom; +pos = (281,0); +}, +{ +name = top; +pos = (389,521); +} +); +associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; +attr = { +coordinates = ( +100, +300, +1, +1 +); +}; +layerId = "8FB92063-404F-498A-BCC0-76225BDCEC35"; +name = "{100, 300, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(161,0,l), +(290,292,l), +(359,447,l), +(363,447,l), +(369,288,l), +(381,0,l), +(459,0,l), +(703,521,l), +(645,521,l), +(498,199,l), +(433,56,l), +(430,56,l), +(424,203,l), +(411,521,l), +(337,521,l), +(182,170,l), +(131,56,l), +(128,56,l), +(123,168,l), +(106,521,l), +(53,521,l), +(80,0,l) +); +} +); +width = 670; +}, +{ +anchors = ( +{ +name = bottom; +pos = (389,0); +}, +{ +name = top; +pos = (481,544); +} +); +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(314,0,l), +(376,173,l), +(421,310,l), +(427,310,l), +(420,173,l), +(411,0,l), +(659,0,l), +(893,544,l), +(697,544,l), +(616,333,l), +(560,178,l), +(555,178,l), +(566,333,l), +(583,544,l), +(379,544,l), +(304,330,l), +(256,181,l), +(249,181,l), +(254,330,l), +(262,544,l), +(69,544,l), +(72,0,l) +); +} +); +width = 849; +}, +{ +anchors = ( +{ +name = bottom; +pos = (361,0); +}, +{ +name = top; +pos = (457,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(191,0,l), +(445,464,l), +(449,464,l), +(511,0,l), +(558,0,l), +(849,517,l), +(808,517,l), +(542,37,l), +(540,37,l), +(475,517,l), +(438,517,l), +(174,37,l), +(172,37,l), +(105,517,l), +(69,517,l), +(144,0,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,0,l), +(335,265,l), +(447,479,l), +(453,479,l), +(477,265,l), +(511,0,l), +(560,0,l), +(849,517,l), +(808,517,l), +(642,218,l), +(544,35,l), +(539,35,l), +(516,218,l), +(478,517,l), +(435,517,l), +(273,218,l), +(175,35,l), +(170,35,l), +(147,218,l), +(105,517,l), +(69,517,l), +(142,0,l) +); +} +); +width = 810; +}, +{ +anchors = ( +{ +name = bottom; +pos = (357,0); +}, +{ +name = top; +pos = (465,521); +} +); +associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +attr = { +coordinates = ( +125, +300, +1, +1 +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(435,441,l), +(440,441,l), +(489,0,l), +(571,0,l), +(856,521,l), +(792,521,l), +(541,58,l), +(539,58,l), +(488,521,l), +(416,521,l), +(175,58,l), +(172,58,l), +(114,521,l), +(55,521,l), +(123,0,l) +); +} +); +}; +layerId = "EADF7CB7-6976-4F25-9FA6-5AB7F7B2C4C6"; +name = "{125, 300, -12}"; +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(344,265,l), +(434,441,l), +(441,441,l), +(460,265,l), +(489,0,l), +(571,0,l), +(856,521,l), +(792,521,l), +(612,189,l), +(543,58,l), +(537,58,l), +(525,189,l), +(488,521,l), +(416,521,l), +(243,189,l), +(177,58,l), +(170,58,l), +(156,189,l), +(114,521,l), +(55,521,l), +(123,0,l) +); +} +); +width = 822; +}, +{ +anchors = ( +{ +name = bottom; +pos = (422,0); +}, +{ +name = top; +pos = (520,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(335,0,l), +(461,303,l), +(467,303,l), +(468,0,l), +(730,0,l), +(984,544,l), +(776,544,l), +(618,181,l), +(613,181,l), +(622,544,l), +(406,544,l), +(261,185,l), +(253,185,l), +(249,544,l), +(52,544,l), +(78,0,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(343,0,l), +(410,167,l), +(467,314,l), +(473,314,l), +(473,167,l), +(473,0,l), +(736,0,l), +(990,544,l), +(782,544,l), +(680,309,l), +(622,170,l), +(617,170,l), +(622,309,l), +(628,544,l), +(412,544,l), +(317,309,l), +(265,176,l), +(257,176,l), +(258,309,l), +(255,544,l), +(58,544,l), +(84,0,l) +); +} +); +width = 936; +}, +{ +anchors = ( +{ +name = bottom; +pos = (211,0); +}, +{ +name = top; +pos = (211,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(134,0,l), +(217,469,l), +(220,469,l), +(311,0,l), +(350,0,l), +(439,516,l), +(412,516,l), +(332,31,l), +(331,31,l), +(238,516,l), +(202,516,l), +(114,30,l), +(112,30,l), +(29,516,l), +(2,516,l), +(92,0,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(132,0,l), +(189,340,l), +(210,470,l), +(211,470,l), +(232,340,l), +(292,0,l), +(332,0,l), +(412,516,l), +(383,516,l), +(328,153,l), +(312,34,l), +(311,34,l), +(292,153,l), +(227,516,l), +(193,516,l), +(130,153,l), +(113,34,l), +(112,34,l), +(95,153,l), +(38,516,l), +(10,516,l), +(93,0,l) +); +} +); +width = 422; +}, +{ +anchors = ( +{ +name = bottom; +pos = (248,0); +}, +{ +name = top; +pos = (248,520); +} +); +associatedMasterId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +attr = { +coordinates = ( +75, +300, +100, +0 +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(191,0,l), +(263,455,l), +(267,455,l), +(346,0,l), +(410,0,l), +(498,520,l), +(452,520,l), +(381,48,l), +(379,48,l), +(297,520,l), +(233,520,l), +(158,47,l), +(155,47,l), +(80,520,l), +(36,520,l), +(123,0,l) ); } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "59094B2D-C1CC-4F50-91E1-97FD4DCFEE7C"; +name = "{75, 300, 0}"; shapes = ( { closed = 1; nodes = ( -(243,0,l), -(291,174,l), -(341,373,l), -(351,373,l), -(314,174,l), -(286,0,l), -(510,0,l), -(699,541,l), -(526,541,l), -(459,261,l), -(434,153,l), -(426,153,l), -(439,261,l), -(472,541,l), -(285,541,l), -(206,261,l), -(177,153,l), -(169,153,l), -(187,261,l), -(232,541,l), -(65,541,l), -(19,0,l) +(162,0,l), +(221,318,l), +(243,451,l), +(244,451,l), +(266,318,l), +(327,0,l), +(393,0,l), +(479,520,l), +(425,520,l), +(373,184,l), +(356,66,l), +(355,66,l), +(336,184,l), +(272,520,l), +(215,520,l), +(153,184,l), +(135,66,l), +(134,66,l), +(117,184,l), +(63,520,l), +(9,520,l), +(97,0,l) ); } ); -width = 651; +width = 488; }, { anchors = ( { name = bottom; -pos = (310,0); +pos = (306,0); }, { name = top; -pos = (405,517); +pos = (306,541); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +background = { shapes = ( { closed = 1; nodes = ( -(174,0,l), -(336,344,l), -(395,471,l), -(398,471,l), -(408,340,l), -(435,0,l), -(480,0,l), -(729,517,l), -(692,517,l), -(530,176,l), -(464,38,l), -(462,38,l), -(451,190,l), -(427,517,l), -(383,517,l), -(219,173,l), -(154,37,l), -(152,37,l), -(143,163,l), -(119,517,l), -(86,517,l), -(120,0,l) +(1074,0,l), +(1109,368,l), +(1115,368,l), +(1143,0,l), +(1340,0,l), +(1418,541,l), +(1263,541,l), +(1242,147,l), +(1236,147,l), +(1195,541,l), +(1025,541,l), +(990,147,l), +(984,147,l), +(958,541,l), +(808,541,l), +(877,0,l) +); +}, +{ +closed = 1; +nodes = ( +(279,0,l), +(301,250,ls), +(304,283,o), +(306,315,o), +(309,368,c), +(315,368,l), +(317,315,o), +(318,283,o), +(320,250,cs), +(338,0,l), +(540,0,l), +(618,541,l), +(463,541,l), +(447,251,ls), +(445,223,o), +(444,195,o), +(443,147,c), +(437,147,l), +(433,195,o), +(430,223,o), +(427,251,cs), +(395,541,l), +(225,541,l), +(198,251,ls), +(195,223,o), +(193,195,o), +(189,147,c), +(183,147,l), +(182,195,o), +(180,223,o), +(178,251,cs), +(158,541,l), +(8,541,l), +(77,0,l) ); } ); -width = 706; +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,0,l), +(289,186,l), +(308,340,l), +(309,340,l), +(329,186,l), +(354,0,l), +(542,0,l), +(611,541,l), +(445,541,l), +(436,371,l), +(429,261,l), +(427,261,l), +(413,370,l), +(389,541,l), +(235,541,l), +(211,371,l), +(196,261,l), +(194,261,l), +(187,371,l), +(178,541,l), +(1,541,l), +(69,0,l) +); +} +); +width = 612; }, { anchors = ( { name = bottom; -pos = (389,0); +pos = (354,0); }, { name = top; -pos = (481,544); +pos = (354,517); } ); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +background = { shapes = ( { closed = 1; nodes = ( -(314,0,l), -(376,173,l), -(421,310,l), -(427,310,l), -(420,173,l), -(411,0,l), -(659,0,l), -(893,544,l), -(697,544,l), -(616,333,l), -(560,178,l), -(555,178,l), -(566,333,l), -(583,544,l), -(379,544,l), -(304,330,l), -(256,181,l), -(249,181,l), -(254,330,l), -(262,544,l), -(69,544,l), -(72,0,l) +(245,0,l), +(376,471,l), +(379,471,l), +(516,0,l), +(564,0,l), +(709,517,l), +(673,517,l), +(542,38,l), +(540,38,l), +(401,517,l), +(356,517,l), +(223,37,l), +(221,37,l), +(85,517,l), +(49,517,l), +(195,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(210,0,l), +(298,295,l), +(353,475,l), +(354,475,l), +(410,295,l), +(501,0,l), +(549,0,l), +(704,517,l), +(663,517,l), +(576,209,l), +(524,36,l), +(523,36,l), +(472,209,l), +(374,517,l), +(332,517,l), +(237,209,l), +(187,36,l), +(186,36,l), +(133,209,l), +(45,517,l), +(4,517,l), +(160,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +15 ); +type = Stem; } ); -width = 849; +}; +width = 708; }, { anchors = ( { name = bottom; -pos = (361,0); +pos = (347,0); }, { name = top; -pos = (457,517); +pos = (347,521); } ); +associatedMasterId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +attr = { +coordinates = ( +100, +300, +100, +0 +); +}; background = { shapes = ( { closed = 1; nodes = ( -(191,0,l), -(445,464,l), -(449,464,l), -(511,0,l), -(558,0,l), -(849,517,l), -(808,517,l), -(542,37,l), -(540,37,l), -(475,517,l), -(438,517,l), -(174,37,l), -(172,37,l), -(105,517,l), -(69,517,l), -(144,0,l) +(214,0,l), +(321,447,l), +(325,447,l), +(440,0,l), +(518,0,l), +(656,521,l), +(600,521,l), +(482,56,l), +(480,56,l), +(361,521,l), +(285,521,l), +(174,56,l), +(171,56,l), +(50,521,l), +(-7,521,l), +(131,0,l) ); } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "DFC281AC-3086-444E-BF24-B9CA472FEE95"; +name = "{100, 300, 0}"; shapes = ( { closed = 1; nodes = ( -(191,0,l), -(335,265,l), -(447,479,l), -(453,479,l), -(477,265,l), -(511,0,l), -(560,0,l), -(849,517,l), -(808,517,l), -(642,218,l), -(544,35,l), -(539,35,l), -(516,218,l), -(478,517,l), -(435,517,l), -(273,218,l), -(175,35,l), -(170,35,l), -(147,218,l), -(105,517,l), -(69,517,l), -(142,0,l) +(220,0,l), +(298,278,l), +(347,453,l), +(346,453,l), +(396,278,l), +(477,0,l), +(545,0,l), +(691,521,l), +(632,521,l), +(554,226,l), +(509,61,l), +(508,61,l), +(463,226,l), +(376,521,l), +(317,521,l), +(233,226,l), +(189,62,l), +(188,62,l), +(141,226,l), +(63,521,l), +(2,521,l), +(148,0,l) ); } ); -width = 810; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +12 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +0, +1 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +0, +15 +); +type = Stem; +} +); +}; +width = 693; }, { anchors = ( { name = bottom; -pos = (416,0); +pos = (415,0); }, { name = top; -pos = (514,544); +pos = (415,544); } ); background = { @@ -802,334 +1850,339 @@ shapes = ( { closed = 1; nodes = ( -(335,0,l), -(461,303,l), -(467,303,l), -(468,0,l), -(730,0,l), -(984,544,l), -(776,544,l), -(618,181,l), -(613,181,l), -(622,544,l), -(406,544,l), -(261,185,l), -(253,185,l), -(249,544,l), -(52,544,l), -(78,0,l) +(377,0,l), +(424,300,l), +(430,300,l), +(477,0,l), +(727,0,l), +(849,544,l), +(660,544,l), +(594,188,l), +(589,188,l), +(539,544,l), +(333,544,l), +(280,191,l), +(272,191,l), +(210,544,l), +(12,544,l), +(132,0,l) ); } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( (337,0,l), -(404,167,l), -(461,314,l), -(467,314,l), -(467,167,l), -(467,0,l), -(730,0,l), -(984,544,l), -(776,544,l), -(674,309,l), -(616,170,l), -(611,170,l), -(616,309,l), -(622,544,l), -(406,544,l), -(311,309,l), -(259,176,l), -(251,176,l), -(252,309,l), -(249,544,l), -(52,544,l), -(78,0,l) +(380,174,l), +(410,300,l), +(411,300,l), +(440,174,l), +(483,0,l), +(696,0,l), +(836,544,l), +(647,544,l), +(601,326,l), +(580,214,l), +(578,214,l), +(556,326,l), +(509,544,l), +(333,544,l), +(285,326,l), +(261,217,l), +(260,217,l), +(237,326,l), +(193,544,l), +(-9,544,l), +(125,0,l) ); } ); -width = 924; +width = 827; }, { anchors = ( { name = bottom; -pos = (244,0); +pos = (426,0); }, { name = top; -pos = (244,520); +pos = (426,517); } ); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -300, -0 -); -}; background = { shapes = ( { closed = 1; nodes = ( -(168,0,l), -(240,455,l), -(244,455,l), -(323,0,l), -(387,0,l), -(475,520,l), -(429,520,l), -(358,48,l), -(356,48,l), -(274,520,l), -(210,520,l), -(135,47,l), -(132,47,l), -(57,520,l), -(13,520,l), -(100,0,l) +(269,0,l), +(427,464,l), +(433,464,l), +(593,0,l), +(640,0,l), +(825,517,l), +(787,517,l), +(620,37,l), +(614,37,l), +(449,517,l), +(412,517,l), +(248,37,l), +(242,37,l), +(75,517,l), +(36,517,l), +(221,0,l) ); } ); }; -layerId = "673A42B2-1495-4696-86BB-72DD7E74E312"; -name = "{75, 300, 0}"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(172,0,l), -(216,287,l), -(240,458,l), -(244,458,l), -(271,287,l), -(319,0,l), -(394,0,l), -(481,520,l), -(426,520,l), -(379,200,l), -(359,56,l), -(357,56,l), -(334,200,l), -(278,520,l), -(206,520,l), -(155,200,l), -(134,55,l), -(131,55,l), -(110,200,l), -(60,520,l), -(7,520,l), -(92,0,l) +(248,0,l), +(369,331,l), +(422,477,l), +(423,477,l), +(476,331,l), +(598,0,l), +(648,0,l), +(849,517,l), +(808,517,l), +(696,222,l), +(625,35,l), +(624,35,l), +(555,222,l), +(445,517,l), +(401,517,l), +(291,222,l), +(223,35,l), +(222,35,l), +(151,222,l), +(39,517,l), +(-1,517,l), +(199,0,l) ); } ); -width = 487; +width = 848; }, { anchors = ( { name = bottom; -pos = (341,0); +pos = (425,0); }, { name = top; -pos = (341,521); +pos = (425,521); } ); -associatedMasterId = master01; +associatedMasterId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; attr = { coordinates = ( -100, +125, 300, +100, 0 ); }; background = { -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(337,447,l), -(341,447,l), -(456,0,l), -(534,0,l), -(672,521,l), -(616,521,l), -(498,56,l), -(496,56,l), -(377,521,l), -(301,521,l), -(190,56,l), -(187,56,l), -(66,521,l), -(9,521,l), -(147,0,l) -); -} -); -}; -layerId = "585D82AE-A9FC-4C47-9FD6-8FDDD0E06B87"; -name = "{100, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(306,318,l), -(337,457,l), -(341,457,l), -(374,318,l), -(456,0,l), -(534,0,l), -(672,521,l), -(616,521,l), -(533,196,l), -(499,52,l), -(494,52,l), -(460,196,l), -(377,521,l), -(301,521,l), -(223,196,l), -(191,52,l), -(186,52,l), -(151,196,l), -(66,521,l), -(9,521,l), -(147,0,l) +shapes = ( +{ +closed = 1; +nodes = ( +(260,0,l), +(399,441,l), +(403,441,l), +(545,0,l), +(628,0,l), +(807,521,l), +(746,521,l), +(589,58,l), +(587,58,l), +(438,521,l), +(364,521,l), +(219,58,l), +(216,58,l), +(59,521,l), +(-4,521,l), +(175,0,l) ); } ); -userData = { -com.schriftgestaltung.hints = ( +}; +layerId = "BB5FC15E-49ED-4B3C-9307-FF8BFE0B8D11"; +name = "{125, 300, 0}"; +shapes = ( { -horizontal = 1; -options = 0; -origin = ( -0, -12 +closed = 1; +nodes = ( +(266,0,l), +(372,307,l), +(421,452,l), +(422,452,l), +(472,307,l), +(578,0,l), +(657,0,l), +(848,521,l), +(784,521,l), +(683,238,l), +(620,61,l), +(619,61,l), +(557,238,l), +(458,521,l), +(390,521,l), +(291,238,l), +(229,61,l), +(228,61,l), +(165,238,l), +(64,521,l), +(-2,521,l), +(190,0,l) ); -stem = -2; -target = ( -0, -15 +} ); -type = Stem; +width = 847; }, { -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; +anchors = ( +{ +name = bottom; +pos = (520,0); }, { -horizontal = 1; -options = 0; -origin = ( -0, -8 +name = top; +pos = (520,544); +} ); -stem = -2; -target = ( -0, -15 +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(453,0,l), +(517,303,l), +(523,303,l), +(588,0,l), +(852,0,l), +(995,544,l), +(796,544,l), +(712,181,l), +(707,181,l), +(639,544,l), +(421,544,l), +(350,185,l), +(342,185,l), +(261,544,l), +(53,544,l), +(194,0,l) ); -type = Stem; } ); }; -width = 681; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,0,l), +(473,164,l), +(512,300,l), +(513,300,l), +(552,164,l), +(589,0,l), +(862,0,l), +(1045,544,l), +(824,544,l), +(766,333,l), +(729,214,l), +(728,214,l), +(697,333,l), +(643,544,l), +(411,544,l), +(354,333,l), +(318,218,l), +(317,218,l), +(286,333,l), +(230,544,l), +(-5,544,l), +(171,0,l) +); +} +); +width = 1040; }, { anchors = ( { name = bottom; -pos = (416,0); +pos = (174,0); }, { name = top; -pos = (416,521); +pos = (268,516); } ); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -300, -0 -); -}; background = { shapes = ( { closed = 1; nodes = ( -(274,0,l), -(413,441,l), -(417,441,l), -(559,0,l), -(642,0,l), -(821,521,l), -(760,521,l), -(603,58,l), -(601,58,l), -(452,521,l), -(378,521,l), -(233,58,l), -(230,58,l), -(73,521,l), -(10,521,l), -(189,0,l) +(102,0,l), +(281,469,l), +(283,469,l), +(276,0,l), +(313,0,l), +(510,516,l), +(481,516,l), +(300,31,l), +(298,31,l), +(309,516,l), +(273,516,l), +(86,30,l), +(84,30,l), +(102,516,l), +(77,516,l), +(61,0,l) ); } ); }; -layerId = "DDC07BBB-A62D-45E2-A2C3-7CADEB8B30A5"; -name = "{125, 300, 0}"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(273,0,l), -(372,312,l), -(412,452,l), -(418,452,l), -(459,312,l), -(560,0,l), -(641,0,l), -(821,521,l), -(758,521,l), -(638,165,l), -(605,53,l), -(600,53,l), -(567,165,l), -(452,521,l), -(378,521,l), -(266,165,l), -(234,53,l), -(228,53,l), -(194,165,l), -(74,521,l), -(10,521,l), -(190,0,l) +(78,0,l), +(201,318,l), +(260,475,l), +(261,475,l), +(255,318,l), +(254,0,l), +(290,0,l), +(487,516,l), +(456,516,l), +(325,168,l), +(280,37,l), +(279,37,l), +(282,168,l), +(287,516,l), +(250,516,l), +(113,168,l), +(69,38,l), +(68,38,l), +(71,168,l), +(81,516,l), +(53,516,l), +(41,0,l) ); } ); -width = 831; +width = 434; }, { anchors = ( @@ -1142,11 +2195,12 @@ name = top; pos = (295,520); } ); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +associatedMasterId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; attr = { coordinates = ( 75, 300, +1, 1 ); }; @@ -1175,7 +2229,7 @@ nodes = ( } ); }; -layerId = "FD695017-17B0-4200-B3C5-4A47230F9598"; +layerId = "17E03DB0-B7CF-41E9-B37A-BBD9D92F275F"; name = "{75, 300, -12}"; shapes = ( { @@ -1212,6 +2266,117 @@ width = 482; anchors = ( { name = bottom; +pos = (186,0); +}, +{ +name = top; +pos = (368,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(146,0,l), +(258,368,l), +(264,368,l), +(215,0,l), +(410,0,l), +(599,541,l), +(446,541,l), +(343,147,l), +(339,147,l), +(380,541,l), +(211,541,l), +(95,147,l), +(90,147,l), +(144,541,l), +(-5,541,l), +(-49,0,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,0,l), +(268,186,l), +(319,340,l), +(320,340,l), +(308,186,l), +(293,0,l), +(481,0,l), +(665,541,l), +(499,541,l), +(454,371,l), +(423,261,l), +(421,261,l), +(431,370,l), +(443,541,l), +(289,541,l), +(229,371,l), +(190,261,l), +(188,261,l), +(205,371,l), +(232,541,l), +(55,541,l), +(8,0,l) +); +} +); +width = 608; +}, +{ +anchors = ( +{ +name = bottom; +pos = (297,0); +}, +{ +name = top; +pos = (400,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(146,0,l), +(326,344,l), +(389,471,l), +(393,471,l), +(403,340,l), +(432,0,l), +(480,0,l), +(749,517,l), +(709,517,l), +(535,176,l), +(464,38,l), +(462,38,l), +(449,190,l), +(424,517,l), +(376,517,l), +(200,175,l), +(130,40,l), +(128,40,l), +(119,165,l), +(93,517,l), +(56,517,l), +(98,0,l) +); +} +); +width = 697; +}, +{ +anchors = ( +{ +name = bottom; pos = (281,0); }, { @@ -1219,15 +2384,16 @@ name = top; pos = (389,521); } ); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; +associatedMasterId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; attr = { coordinates = ( 100, 300, +1, 1 ); }; -layerId = "FC2592C6-DCDA-499F-B1D6-978CA78387B0"; +layerId = "B4055811-4B71-4EF9-9F4E-FCB9B8CAED34"; name = "{100, 300, -12}"; shapes = ( { @@ -1264,6 +2430,117 @@ width = 670; anchors = ( { name = bottom; +pos = (382,0); +}, +{ +name = top; +pos = (474,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,0,l), +(361,174,l), +(418,300,l), +(419,300,l), +(421,174,l), +(427,0,l), +(640,0,l), +(896,544,l), +(707,544,l), +(614,326,l), +(569,214,l), +(567,214,l), +(569,326,l), +(569,544,l), +(393,544,l), +(298,326,l), +(251,217,l), +(250,217,l), +(250,326,l), +(253,544,l), +(51,544,l), +(69,0,l) +); +} +); +width = 835; +}, +{ +anchors = ( +{ +name = bottom; +pos = (370,0); +}, +{ +name = top; +pos = (475,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(219,0,l), +(473,464,l), +(477,464,l), +(539,0,l), +(586,0,l), +(877,517,l), +(836,517,l), +(570,37,l), +(568,37,l), +(503,517,l), +(466,517,l), +(202,37,l), +(200,37,l), +(133,517,l), +(97,517,l), +(172,0,l) +); +} +); +}; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(185,0,l), +(342,265,l), +(467,479,l), +(468,479,l), +(496,265,l), +(533,0,l), +(585,0,l), +(900,517,l), +(856,517,l), +(676,218,l), +(566,35,l), +(565,35,l), +(539,218,l), +(497,517,l), +(450,517,l), +(274,218,l), +(166,35,l), +(165,35,l), +(137,218,l), +(91,517,l), +(55,517,l), +(135,0,l) +); +} +); +width = 848; +}, +{ +anchors = ( +{ +name = bottom; pos = (357,0); }, { @@ -1271,11 +2548,12 @@ name = top; pos = (465,521); } ); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +associatedMasterId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; attr = { coordinates = ( 125, 300, +1, 1 ); }; @@ -1304,7 +2582,7 @@ nodes = ( } ); }; -layerId = "FFA307A3-B1D0-4CF3-A93F-228C99E14C4F"; +layerId = "B71632A0-8A60-4746-8134-8A2E68D657C3"; name = "{125, 300, -12}"; shapes = ( { @@ -1336,7 +2614,78 @@ nodes = ( } ); width = 822; +}, +{ +anchors = ( +{ +name = bottom; +pos = (444,0); +}, +{ +name = top; +pos = (542,545); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(378,0,l), +(504,303,l), +(510,303,l), +(511,0,l), +(773,0,l), +(1027,544,l), +(819,544,l), +(661,181,l), +(656,181,l), +(665,544,l), +(449,544,l), +(304,185,l), +(296,185,l), +(292,544,l), +(95,544,l), +(121,0,l) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(331,0,l), +(417,163,l), +(492,308,l), +(493,308,l), +(514,158,l), +(535,0,l), +(781,0,l), +(1046,544,l), +(818,544,l), +(719,325,l), +(679,225,l), +(679,225,l), +(668,325,l), +(647,544,l), +(437,544,l), +(325,330,l), +(275,232,l), +(274,232,l), +(269,330,l), +(264,544,l), +(46,544,l), +(86,0,l) +); +} +); +width = 980; } ); unicode = 119; +userData = { +KernOnName = w; +}; } diff --git a/sources/MonaSans.glyphspackage/glyphs/wacute.glyph b/sources/MonaSans.glyphspackage/glyphs/wacute.glyph index 7a587bf4..454609a0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/wacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/wacute.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = wacute; -kernRight = w; +kernLeft = KO_w; +kernRight = KO_w; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (212,-137); ref = acutecomb; } ); -width = 651; +width = 667; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = w; }, { -pos = (307,-155); +pos = (351,-155); ref = acutecomb; } ); -width = 724; +width = 818; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = w; }, { -pos = (320,-134); +pos = (351,-129); ref = acutecomb; } ); -width = 861; +width = 946; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = w; }, { -pos = (351,-155); +pos = (301,-155); ref = acutecomb; } ); -width = 818; +width = 715; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = w; }, { -pos = (350,-129); +pos = (312,-134); ref = acutecomb; } ); -width = 932; +width = 840; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (184,-137); ref = acutecomb; } ); -width = 651; +width = 667; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,165 @@ pos = (314,-129); ref = acutecomb; } ); -width = 924; +width = 936; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = w; +}, +{ +pos = (175,-156); +ref = acutecomb; +} +); +width = 422; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = w; +}, +{ +pos = (204,-137); +ref = acutecomb; +} +); +width = 612; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = w; +}, +{ +pos = (319,-155); +ref = acutecomb; +} +); +width = 708; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = w; +}, +{ +alignment = -1; +pos = (324,-134); +ref = acutecomb; +} +); +width = 839; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = w; +}, +{ +pos = (378,-155); +ref = acutecomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = w; +}, +{ +pos = (413,-129); +ref = acutecomb; +} +); +width = 1040; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = w; +}, +{ +pos = (150,-156); +ref = acutecomb; +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = w; +}, +{ +pos = (184,-137); +ref = acutecomb; +} +); +width = 608; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = w; +}, +{ +pos = (282,-155); +ref = acutecomb; +} +); +width = 697; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = w; +}, +{ +pos = (308,-134); +ref = acutecomb; +} +); +width = 835; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = w; +}, +{ +pos = (342,-155); +ref = acutecomb; +} +); +width = 848; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = w; +}, +{ +pos = (357,-128); +ref = acutecomb; +} +); +width = 980; } ); unicode = 7811; diff --git a/sources/MonaSans.glyphspackage/glyphs/wcircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/wcircumflex.glyph index 9db37957..81a3f37b 100644 --- a/sources/MonaSans.glyphspackage/glyphs/wcircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/wcircumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = wcircumflex; -kernLeft = w; -kernRight = w; +kernLeft = KO_w; +kernRight = KO_w; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (107,-137); ref = circumflexcomb; } ); -width = 651; +width = 667; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = w; }, { -pos = (198,-155); +pos = (230,-155); ref = circumflexcomb; } ); -width = 724; +width = 818; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = w; }, { -pos = (185,-134); +pos = (177,-129); ref = circumflexcomb; } ); -width = 861; +width = 946; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = w; }, { -pos = (230,-155); +pos = (194,-155); ref = circumflexcomb; } ); -width = 818; +width = 715; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = w; }, { -pos = (176,-129); +pos = (183,-134); ref = circumflexcomb; } ); -width = 932; +width = 840; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (77,-137); ref = circumflexcomb; } ); -width = 651; +width = 667; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (138,-129); ref = circumflexcomb; } ); -width = 924; +width = 936; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = w; +}, +{ +pos = (102,-156); +ref = circumflexcomb; +} +); +width = 422; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = w; +}, +{ +pos = (99,-137); +ref = circumflexcomb; +} +); +width = 612; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = w; +}, +{ +pos = (210,-155); +ref = circumflexcomb; +} +); +width = 708; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = w; +}, +{ +alignment = -1; +pos = (189,-134); +ref = circumflexcomb; +} +); +width = 839; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = w; +}, +{ +pos = (257,-155); +ref = circumflexcomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = w; +}, +{ +pos = (239,-129); +ref = circumflexcomb; +} +); +width = 1040; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = w; +}, +{ +pos = (76,-156); +ref = circumflexcomb; +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = w; +}, +{ +pos = (77,-137); +ref = circumflexcomb; +} +); +width = 608; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = w; +}, +{ +pos = (172,-155); +ref = circumflexcomb; +} +); +width = 697; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = w; +}, +{ +pos = (174,-134); +ref = circumflexcomb; +} +); +width = 835; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = w; +}, +{ +pos = (219,-155); +ref = circumflexcomb; +} +); +width = 848; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = w; +}, +{ +pos = (181,-128); +ref = circumflexcomb; +} +); +width = 980; } ); unicode = 373; diff --git a/sources/MonaSans.glyphspackage/glyphs/wdieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/wdieresis.glyph index d6dd41cb..5753abea 100644 --- a/sources/MonaSans.glyphspackage/glyphs/wdieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/wdieresis.glyph @@ -1,8 +1,6 @@ { color = 6; glyphname = wdieresis; -kernLeft = w; -kernRight = w; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +26,59 @@ pos = (99,-137); ref = dieresiscomb; } ); -width = 651; +width = 667; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = w; }, { -pos = (200,-155); +pos = (232,-155); ref = dieresiscomb; } ); -width = 724; +width = 818; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = w; }, { -pos = (189,-134); +pos = (185,-134); ref = dieresiscomb; } ); -width = 861; +width = 946; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = w; }, { -pos = (232,-155); +pos = (196,-155); ref = dieresiscomb; } ); -width = 818; +width = 715; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = w; }, { -pos = (184,-134); +pos = (187,-134); ref = dieresiscomb; } ); -width = 932; +width = 840; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +104,7 @@ pos = (62,-137); ref = dieresiscomb; } ); -width = 651; +width = 667; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +156,165 @@ pos = (145,-134); ref = dieresiscomb; } ); -width = 924; +width = 936; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = w; +}, +{ +pos = (113,-156); +ref = dieresiscomb; +} +); +width = 422; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = w; +}, +{ +pos = (91,-137); +ref = dieresiscomb; +} +); +width = 612; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = w; +}, +{ +pos = (212,-155); +ref = dieresiscomb; +} +); +width = 708; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = w; +}, +{ +alignment = -1; +pos = (193,-134); +ref = dieresiscomb; +} +); +width = 839; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = w; +}, +{ +pos = (259,-155); +ref = dieresiscomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = w; +}, +{ +pos = (247,-134); +ref = dieresiscomb; +} +); +width = 1040; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = w; +}, +{ +pos = (82,-156); +ref = dieresiscomb; +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = w; +}, +{ +pos = (62,-137); +ref = dieresiscomb; +} +); +width = 608; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = w; +}, +{ +pos = (177,-155); +ref = dieresiscomb; +} +); +width = 697; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = w; +}, +{ +pos = (174,-134); +ref = dieresiscomb; +} +); +width = 835; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = w; +}, +{ +pos = (223,-155); +ref = dieresiscomb; +} +); +width = 848; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = w; +}, +{ +pos = (188,-133); +ref = dieresiscomb; +} +); +width = 980; } ); unicode = 7813; diff --git a/sources/MonaSans.glyphspackage/glyphs/wdieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/wdieresis.ss01.glyph index 1b3140b2..ddee78a2 100644 --- a/sources/MonaSans.glyphspackage/glyphs/wdieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/wdieresis.ss01.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = wdieresis.ss01; -kernRight = w; +kernRight = KO_w; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (100,-137); ref = dieresiscomb.ss01; } ); -width = 651; +width = 667; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = w; }, { -pos = (227,-155); +pos = (265,-155); ref = dieresiscomb.ss01; } ); -width = 724; +width = 818; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = w; }, { -pos = (201,-134); +pos = (207,-134); ref = dieresiscomb.ss01; } ); -width = 861; +width = 946; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = w; }, { -pos = (265,-155); +pos = (221,-155); ref = dieresiscomb.ss01; } ); -width = 818; +width = 715; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = w; }, { -pos = (206,-134); +pos = (199,-134); ref = dieresiscomb.ss01; } ); -width = 932; +width = 840; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (70,-137); ref = dieresiscomb.ss01; } ); -width = 651; +width = 667; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (174,-134); ref = dieresiscomb.ss01; } ); -width = 924; +width = 936; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = w; +}, +{ +pos = (124,-156); +ref = dieresiscomb.ss01; +} +); +width = 422; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = w; +}, +{ +pos = (92,-137); +ref = dieresiscomb.ss01; +} +); +width = 612; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = w; +}, +{ +pos = (239,-155); +ref = dieresiscomb.ss01; +} +); +width = 708; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = w; +}, +{ +alignment = -1; +pos = (205,-134); +ref = dieresiscomb.ss01; +} +); +width = 839; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = w; +}, +{ +pos = (292,-155); +ref = dieresiscomb.ss01; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = w; +}, +{ +pos = (269,-134); +ref = dieresiscomb.ss01; +} +); +width = 1040; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = w; +}, +{ +pos = (95,-156); +ref = dieresiscomb.ss01; +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = w; +}, +{ +pos = (70,-137); +ref = dieresiscomb.ss01; +} +); +width = 608; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = w; +}, +{ +pos = (199,-155); +ref = dieresiscomb.ss01; +} +); +width = 697; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = w; +}, +{ +pos = (190,-134); +ref = dieresiscomb.ss01; +} +); +width = 835; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = w; +}, +{ +pos = (260,-155); +ref = dieresiscomb.ss01; +} +); +width = 848; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = w; +}, +{ +pos = (217,-133); +ref = dieresiscomb.ss01; +} +); +width = 980; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/wgrave.glyph b/sources/MonaSans.glyphspackage/glyphs/wgrave.glyph index fb3c3591..4ccc0531 100644 --- a/sources/MonaSans.glyphspackage/glyphs/wgrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/wgrave.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = wgrave; -kernRight = w; +kernLeft = KO_w; +kernRight = KO_w; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (115,-137); ref = gravecomb; } ); -width = 651; +width = 667; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = w; }, { -pos = (228,-155); +pos = (265,-155); ref = gravecomb; } ); -width = 724; +width = 818; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = w; }, { -pos = (223,-134); +pos = (234,-129); ref = gravecomb; } ); -width = 861; +width = 946; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = w; }, { -pos = (265,-155); +pos = (222,-155); ref = gravecomb; } ); -width = 818; +width = 715; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = w; }, { -pos = (233,-129); +pos = (223,-134); ref = gravecomb; } ); -width = 932; +width = 840; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (94,-137); ref = gravecomb; } ); -width = 651; +width = 667; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,165 @@ pos = (197,-129); ref = gravecomb; } ); -width = 924; +width = 936; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = w; +}, +{ +pos = (97,-156); +ref = gravecomb; +} +); +width = 422; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = w; +}, +{ +pos = (107,-137); +ref = gravecomb; +} +); +width = 612; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = w; +}, +{ +pos = (240,-155); +ref = gravecomb; +} +); +width = 708; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = w; +}, +{ +alignment = -1; +pos = (227,-134); +ref = gravecomb; +} +); +width = 839; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = w; +}, +{ +pos = (292,-155); +ref = gravecomb; +} +); +width = 848; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = w; +}, +{ +pos = (296,-129); +ref = gravecomb; +} +); +width = 1040; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = w; +}, +{ +pos = (73,-156); +ref = gravecomb; +} +); +width = 434; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = w; +}, +{ +pos = (94,-137); +ref = gravecomb; +} +); +width = 608; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = w; +}, +{ +pos = (205,-155); +ref = gravecomb; +} +); +width = 697; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = w; +}, +{ +pos = (207,-134); +ref = gravecomb; +} +); +width = 835; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = w; +}, +{ +pos = (255,-155); +ref = gravecomb; +} +); +width = 848; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = w; +}, +{ +pos = (240,-128); +ref = gravecomb; +} +); +width = 980; } ); unicode = 7809; diff --git a/sources/MonaSans.glyphspackage/glyphs/whiteC_ircle.glyph b/sources/MonaSans.glyphspackage/glyphs/whiteC_ircle.glyph index 4d920a34..20b98bb0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/whiteC_ircle.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/whiteC_ircle.glyph @@ -51,7 +51,7 @@ width = 698; anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -59,223 +59,223 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) ); }, { closed = 1; nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) +(189,61,o), +(120,192,o), +(120,366,cs), +(120,540,o), +(189,671,o), +(361,671,cs), +(533,671,o), +(602,540,o), +(602,366,cs), +(602,192,o), +(533,61,o), +(361,61,cs) ); } ); -width = 706; +width = 722; }, { anchors = ( { name = center; -pos = (435,363); +pos = (442,363); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), (60,587,o), (60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) +(60,139,o), +(219,-10,o), +(442,-10,cs) ); }, { closed = 1; nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) ); } ); -width = 871; +width = 884; }, { anchors = ( { name = center; -pos = (428,365); +pos = (436,364); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) ); }, { closed = 1; nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) +(256,67,o), +(128,181,o), +(128,364,cs), +(128,547,o), +(256,661,o), +(436,661,cs), +(617,661,o), +(744,547,o), +(744,364,cs), +(744,181,o), +(617,67,o), +(436,67,cs) ); } ); -width = 855; +width = 872; }, { anchors = ( { name = center; -pos = (442,363); +pos = (430,363); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) ); }, { closed = 1; nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) +(231,21,o), +(95,159,o), +(95,363,cs), +(95,567,o), +(231,706,o), +(430,706,cs), +(630,706,o), +(764,567,o), +(764,363,cs), +(764,159,o), +(630,21,o), +(430,21,cs) ); } ); -width = 884; +width = 858; }, { anchors = ( { name = center; -pos = (430,364); +pos = (418,365); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) ); }, { closed = 1; nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) +(241,68,o), +(122,187,o), +(122,365,cs), +(122,544,o), +(242,663,o), +(418,663,cs), +(593,663,o), +(713,544,o), +(713,365,cs), +(713,187,o), +(594,68,o), +(418,68,cs) ); } ); -width = 860; +width = 834; }, { anchors = ( @@ -327,7 +327,7 @@ width = 727; anchors = ( { name = center; -pos = (385,366); +pos = (393,366); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -335,39 +335,39 @@ shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) ); }, { closed = 1; nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) +(221,61,o), +(152,192,o), +(152,366,cs), +(152,540,o), +(221,671,o), +(393,671,cs), +(565,671,o), +(634,540,o), +(634,366,cs), +(634,192,o), +(565,61,o), +(393,61,cs) ); } ); -width = 731; +width = 747; }, { anchors = ( @@ -511,7 +511,7 @@ width = 903; anchors = ( { name = center; -pos = (459,364); +pos = (465,364); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -519,39 +519,591 @@ shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(285,67,o), +(157,181,o), +(157,364,cs), +(157,547,o), +(285,661,o), +(465,661,cs), +(646,661,o), +(773,547,o), +(773,364,cs), +(773,181,o), +(646,67,o), +(465,67,cs) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = center; +pos = (329,365); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,21,o), +(73,132,o), +(73,365,cs), +(73,598,o), +(176,710,o), +(329,710,cs), +(483,710,o), +(585,599,o), +(585,365,cs), +(585,132,o), +(483,21,o), +(329,21,cs) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(171,61,o), +(102,192,o), +(102,366,cs), +(102,540,o), +(171,671,o), +(343,671,cs), +(515,671,o), +(584,540,o), +(584,366,cs), +(584,192,o), +(515,61,o), +(343,61,cs) +); +} +); +width = 686; +}, +{ +anchors = ( +{ +name = center; +pos = (415,363); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(212,21,o), +(74,159,o), +(74,363,cs), +(74,567,o), +(212,706,o), +(415,706,cs), +(619,706,o), +(757,567,o), +(757,363,cs), +(757,159,o), +(619,21,o), +(415,21,cs) +); +} +); +width = 831; +}, +{ +anchors = ( +{ +name = center; +pos = (407,365); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(225,68,o), +(103,187,o), +(103,365,cs), +(103,544,o), +(226,663,o), +(407,663,cs), +(587,663,o), +(710,544,o), +(710,365,cs), +(710,187,o), +(588,68,o), +(407,68,cs) +); +} +); +width = 813; +}, +{ +anchors = ( +{ +name = center; +pos = (432,363); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,24,o), +(87,160,o), +(87,363,cs), +(87,566,o), +(232,702,o), +(432,702,cs), +(632,702,o), +(777,566,o), +(777,363,cs), +(777,160,o), +(632,24,o), +(432,24,cs) +); +} +); +width = 864; +}, +{ +anchors = ( +{ +name = center; +pos = (420,364); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,67,o), +(112,181,o), +(112,364,cs), +(112,547,o), +(240,661,o), +(420,661,cs), +(601,661,o), +(728,547,o), +(728,364,cs), +(728,181,o), +(601,67,o), +(420,67,cs) +); +} +); +width = 840; +}, +{ +anchors = ( +{ +name = center; +pos = (363,365); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(210,21,o), +(107,132,o), +(107,365,cs), +(107,598,o), +(210,710,o), +(363,710,cs), +(517,710,o), +(619,599,o), +(619,365,cs), +(619,132,o), +(517,21,o), +(363,21,cs) +); +} +); +width = 681; +}, +{ +anchors = ( +{ +name = center; +pos = (374,366); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(202,61,o), +(133,192,o), +(133,366,cs), +(133,540,o), +(202,671,o), +(374,671,cs), +(546,671,o), +(615,540,o), +(615,366,cs), +(615,192,o), +(546,61,o), +(374,61,cs) +); +} +); +width = 709; +}, +{ +anchors = ( +{ +name = center; +pos = (443,363); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,21,o), +(102,159,o), +(102,363,cs), +(102,567,o), +(240,706,o), +(443,706,cs), +(647,706,o), +(785,567,o), +(785,363,cs), +(785,159,o), +(647,21,o), +(443,21,cs) +); +} +); +width = 843; +}, +{ +anchors = ( +{ +name = center; +pos = (427,365); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(245,68,o), +(123,187,o), +(123,365,cs), +(123,544,o), +(246,663,o), +(427,663,cs), +(607,663,o), +(730,544,o), +(730,365,cs), +(730,187,o), +(608,68,o), +(427,68,cs) +); +} +); +width = 815; +}, +{ +anchors = ( +{ +name = center; +pos = (463,363); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,24,o), +(118,160,o), +(118,363,cs), +(118,566,o), +(263,702,o), +(463,702,cs), +(663,702,o), +(808,566,o), +(808,363,cs), +(808,160,o), +(663,24,o), +(463,24,cs) +); +} +); +width = 883; +}, +{ +anchors = ( +{ +name = center; +pos = (444,364); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) ); }, { closed = 1; nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) +(264,67,o), +(136,181,o), +(136,364,cs), +(136,547,o), +(264,661,o), +(444,661,cs), +(625,661,o), +(752,547,o), +(752,364,cs), +(752,181,o), +(625,67,o), +(444,67,cs) ); } ); -width = 880; +width = 850; } ); unicode = 9675; diff --git a/sources/MonaSans.glyphspackage/glyphs/whiteF_rowningF_ace.glyph b/sources/MonaSans.glyphspackage/glyphs/whiteF_rowningF_ace.glyph index 35f46ff8..eca20371 100644 --- a/sources/MonaSans.glyphspackage/glyphs/whiteF_rowningF_ace.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/whiteF_rowningF_ace.glyph @@ -7,92 +7,92 @@ shapes = ( { closed = 1; nodes = ( -(637,-10,o), -(798,143,o), -(798,367,cs), -(798,585,o), -(637,739,o), -(419,739,cs), -(201,739,o), -(40,586,o), -(40,367,cs), -(40,143,o), -(201,-10,o), -(419,-10,cs) +(645,-10,o), +(806,143,o), +(806,367,cs), +(806,585,o), +(645,739,o), +(427,739,cs), +(209,739,o), +(48,586,o), +(48,367,cs), +(48,143,o), +(209,-10,o), +(427,-10,cs) ); }, { closed = 1; nodes = ( -(262,191,l), -(290,235,o), -(349,265,o), -(419,265,cs), -(485,265,o), -(546,238,o), -(576,191,c), -(639,191,l), -(610,275,o), -(521,322,o), -(419,322,cs), -(317,322,o), -(228,275,o), -(199,191,c) +(270,191,l), +(298,235,o), +(357,265,o), +(427,265,cs), +(493,265,o), +(554,238,o), +(584,191,c), +(647,191,l), +(618,275,o), +(529,322,o), +(427,322,cs), +(325,322,o), +(236,275,o), +(207,191,c) ); }, { closed = 1; nodes = ( -(238,63,o), -(117,185,o), -(117,367,cs), -(117,546,o), -(238,666,o), -(419,666,cs), -(600,666,o), -(721,546,o), -(721,367,cs), -(721,185,o), -(600,63,o), -(419,63,cs) +(246,63,o), +(125,185,o), +(125,367,cs), +(125,546,o), +(246,666,o), +(427,666,cs), +(608,666,o), +(729,546,o), +(729,367,cs), +(729,185,o), +(608,63,o), +(427,63,cs) ); }, { closed = 1; nodes = ( -(367,403,o), -(390,424,o), -(390,454,cs), -(390,484,o), -(367,505,o), -(337,505,cs), -(307,505,o), -(283,484,o), -(283,454,cs), -(283,424,o), -(307,403,o), -(337,403,cs) +(375,403,o), +(398,424,o), +(398,454,cs), +(398,484,o), +(375,505,o), +(345,505,cs), +(315,505,o), +(291,484,o), +(291,454,cs), +(291,424,o), +(315,403,o), +(345,403,cs) ); }, { closed = 1; nodes = ( -(533,403,o), -(556,424,o), -(556,454,cs), -(556,484,o), -(533,505,o), -(503,505,cs), -(473,505,o), -(449,484,o), -(449,454,cs), -(449,424,o), -(473,403,o), -(503,403,cs) +(541,403,o), +(564,424,o), +(564,454,cs), +(564,484,o), +(541,505,o), +(511,505,cs), +(481,505,o), +(457,484,o), +(457,454,cs), +(457,424,o), +(481,403,o), +(511,403,cs) ); } ); -width = 838; +width = 854; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -188,7 +188,7 @@ nodes = ( width = 869; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; @@ -278,6 +278,192 @@ nodes = ( ); } ); +width = 869; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(643,-10,o), +(804,143,o), +(804,367,cs), +(804,585,o), +(643,739,o), +(425,739,cs), +(207,739,o), +(46,586,o), +(46,367,cs), +(46,143,o), +(207,-10,o), +(425,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(268,191,l), +(296,235,o), +(355,265,o), +(425,265,cs), +(491,265,o), +(552,238,o), +(582,191,c), +(645,191,l), +(616,275,o), +(527,322,o), +(425,322,cs), +(323,322,o), +(234,275,o), +(205,191,c) +); +}, +{ +closed = 1; +nodes = ( +(244,63,o), +(123,185,o), +(123,367,cs), +(123,546,o), +(244,666,o), +(425,666,cs), +(606,666,o), +(727,546,o), +(727,367,cs), +(727,185,o), +(606,63,o), +(425,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(373,403,o), +(396,424,o), +(396,454,cs), +(396,484,o), +(373,505,o), +(343,505,cs), +(313,505,o), +(289,484,o), +(289,454,cs), +(289,424,o), +(313,403,o), +(343,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(539,403,o), +(562,424,o), +(562,454,cs), +(562,484,o), +(539,505,o), +(509,505,cs), +(479,505,o), +(455,484,o), +(455,454,cs), +(455,424,o), +(479,403,o), +(509,403,cs) +); +} +); +width = 850; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(642,-10,o), +(796,140,o), +(796,366,cs), +(796,590,o), +(642,739,o), +(430,739,cs), +(217,739,o), +(61,590,o), +(61,366,cs), +(61,140,o), +(217,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(226,156,l), +(255,235,o), +(334,285,o), +(428,285,cs), +(525,285,o), +(602,235,o), +(631,156,c), +(663,156,l), +(632,254,o), +(546,316,o), +(428,316,cs), +(311,316,o), +(225,254,o), +(193,156,c) +); +}, +{ +closed = 1; +nodes = ( +(236,19,o), +(94,158,o), +(94,366,cs), +(94,572,o), +(236,710,o), +(430,710,cs), +(623,710,o), +(763,572,o), +(763,366,cs), +(763,158,o), +(623,19,o), +(430,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(380,412,o), +(401,431,o), +(401,458,cs), +(401,485,o), +(380,504,o), +(353,504,cs), +(328,504,o), +(307,485,o), +(307,458,cs), +(307,431,o), +(328,412,o), +(353,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,412,o), +(551,431,o), +(551,458,cs), +(551,485,o), +(532,504,o), +(505,504,cs), +(478,504,o), +(457,485,o), +(457,458,cs), +(457,431,o), +(478,412,o), +(505,412,cs) +); +} +); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; @@ -392,96 +578,96 @@ type = Stem; } ); }; -width = 869; +width = 856; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(637,-10,o), -(798,143,o), -(798,367,cs), -(798,585,o), -(637,739,o), -(419,739,cs), -(201,739,o), -(40,586,o), -(40,367,cs), -(40,143,o), -(201,-10,o), -(419,-10,cs) +(622,-10,o), +(779,143,o), +(779,367,cs), +(779,585,o), +(622,739,o), +(409,739,cs), +(196,739,o), +(39,586,o), +(39,367,cs), +(39,143,o), +(196,-10,o), +(409,-10,cs) ); }, { closed = 1; nodes = ( -(262,191,l), -(290,235,o), -(349,265,o), -(419,265,cs), -(485,265,o), -(546,238,o), -(576,191,c), -(639,191,l), -(610,275,o), -(521,322,o), -(419,322,cs), -(317,322,o), -(228,275,o), -(199,191,c) +(256,191,l), +(283,234,o), +(340,265,o), +(409,265,cs), +(474,265,o), +(533,237,o), +(561,191,c), +(624,191,l), +(595,276,o), +(507,322,o), +(409,322,cs), +(311,322,o), +(223,276,o), +(194,191,c) ); }, { closed = 1; nodes = ( -(238,63,o), -(117,185,o), -(117,367,cs), -(117,546,o), -(238,666,o), -(419,666,cs), -(600,666,o), -(721,546,o), -(721,367,cs), -(721,185,o), -(600,63,o), -(419,63,cs) +(233,63,o), +(115,185,o), +(115,367,cs), +(115,546,o), +(233,666,o), +(409,666,cs), +(585,666,o), +(703,546,o), +(703,367,cs), +(703,185,o), +(585,63,o), +(409,63,cs) ); }, { closed = 1; nodes = ( -(367,403,o), -(390,424,o), -(390,454,cs), -(390,484,o), -(367,505,o), -(337,505,cs), -(307,505,o), -(283,484,o), -(283,454,cs), -(283,424,o), -(307,403,o), -(337,403,cs) +(357,403,o), +(380,424,o), +(380,454,cs), +(380,484,o), +(357,505,o), +(329,505,cs), +(300,505,o), +(276,484,o), +(276,454,cs), +(276,424,o), +(300,403,o), +(329,403,cs) ); }, { closed = 1; nodes = ( -(533,403,o), -(556,424,o), -(556,454,cs), -(556,484,o), -(533,505,o), -(503,505,cs), -(473,505,o), -(449,484,o), -(449,454,cs), -(449,424,o), -(473,403,o), -(503,403,cs) +(520,403,o), +(543,424,o), +(543,454,cs), +(543,484,o), +(520,505,o), +(491,505,cs), +(462,505,o), +(439,484,o), +(439,454,cs), +(439,424,o), +(462,403,o), +(491,403,cs) ); } ); @@ -489,231 +675,45 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; }; -width = 838; +width = 817; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(652,-10,o), -(809,140,o), -(809,366,cs), -(809,590,o), -(652,739,o), -(435,739,cs), -(218,739,o), -(60,590,o), -(60,366,cs), -(60,140,o), -(218,-10,o), -(435,-10,cs) +(684,-10,o), +(841,140,o), +(841,366,cs), +(841,590,o), +(684,739,o), +(467,739,cs), +(250,739,o), +(92,590,o), +(92,366,cs), +(92,140,o), +(250,-10,o), +(467,-10,cs) ); }, { closed = 1; nodes = ( -(227,156,l), -(258,235,o), -(337,285,o), -(433,285,cs), -(532,285,o), -(611,235,o), -(640,156,c), -(674,156,l), -(641,254,o), -(554,316,o), -(433,316,cs), -(314,316,o), -(226,254,o), -(194,156,c) -); -}, -{ -closed = 1; -nodes = ( -(237,19,o), -(93,158,o), -(93,366,cs), -(93,572,o), -(237,710,o), -(435,710,cs), -(632,710,o), -(776,572,o), -(776,366,cs), -(776,158,o), -(632,19,o), -(435,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(385,412,o), -(406,431,o), -(406,458,cs), -(406,485,o), -(385,504,o), -(358,504,cs), -(331,504,o), -(310,485,o), -(310,458,cs), -(310,431,o), -(331,412,o), -(358,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(539,412,o), -(560,431,o), -(560,458,cs), -(560,485,o), -(539,504,o), -(512,504,cs), -(485,504,o), -(464,485,o), -(464,458,cs), -(464,431,o), -(485,412,o), -(512,412,cs) -); -} -); -width = 869; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(637,-10,o), -(798,143,o), -(798,367,cs), -(798,585,o), -(637,739,o), -(419,739,cs), -(201,739,o), -(40,586,o), -(40,367,cs), -(40,143,o), -(201,-10,o), -(419,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,191,l), -(290,235,o), -(349,265,o), -(419,265,cs), -(485,265,o), -(546,238,o), -(576,191,c), -(639,191,l), -(610,275,o), -(521,322,o), -(419,322,cs), -(317,322,o), -(228,275,o), -(199,191,c) -); -}, -{ -closed = 1; -nodes = ( -(238,63,o), -(117,185,o), -(117,367,cs), -(117,546,o), -(238,666,o), -(419,666,cs), -(600,666,o), -(721,546,o), -(721,367,cs), -(721,185,o), -(600,63,o), -(419,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,403,o), -(390,424,o), -(390,454,cs), -(390,484,o), -(367,505,o), -(337,505,cs), -(307,505,o), -(283,484,o), -(283,454,cs), -(283,424,o), -(307,403,o), -(337,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(533,403,o), -(556,424,o), -(556,454,cs), -(556,484,o), -(533,505,o), -(503,505,cs), -(473,505,o), -(449,484,o), -(449,454,cs), -(449,424,o), -(473,403,o), -(503,403,cs) -); -} -); -width = 838; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(684,-10,o), -(841,140,o), -(841,366,cs), -(841,590,o), -(684,739,o), -(467,739,cs), -(250,739,o), -(92,590,o), -(92,366,cs), -(92,140,o), -(250,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,156,l), -(290,235,o), -(369,285,o), -(465,285,cs), -(564,285,o), -(643,235,o), -(672,156,c), -(706,156,l), -(673,254,o), -(586,316,o), -(465,316,cs), -(346,316,o), -(258,254,o), -(226,156,c) +(259,156,l), +(290,235,o), +(369,285,o), +(465,285,cs), +(564,285,o), +(643,235,o), +(672,156,c), +(706,156,l), +(673,254,o), +(586,316,o), +(465,316,cs), +(346,316,o), +(258,254,o), +(226,156,c) ); }, { @@ -776,92 +776,92 @@ shapes = ( { closed = 1; nodes = ( -(666,-10,o), -(827,143,o), -(827,367,cs), -(827,585,o), -(666,739,o), -(448,739,cs), -(230,739,o), -(69,586,o), -(69,367,cs), -(69,143,o), -(230,-10,o), -(448,-10,cs) +(674,-10,o), +(835,143,o), +(835,367,cs), +(835,585,o), +(674,739,o), +(456,739,cs), +(238,739,o), +(77,586,o), +(77,367,cs), +(77,143,o), +(238,-10,o), +(456,-10,cs) ); }, { closed = 1; nodes = ( -(291,191,l), -(319,235,o), -(378,265,o), -(448,265,cs), -(514,265,o), -(575,238,o), -(605,191,c), -(668,191,l), -(639,275,o), -(550,322,o), -(448,322,cs), -(346,322,o), -(257,275,o), -(228,191,c) +(299,191,l), +(327,235,o), +(386,265,o), +(456,265,cs), +(522,265,o), +(583,238,o), +(613,191,c), +(676,191,l), +(647,275,o), +(558,322,o), +(456,322,cs), +(354,322,o), +(265,275,o), +(236,191,c) ); }, { closed = 1; nodes = ( -(267,63,o), -(146,185,o), -(146,367,cs), -(146,546,o), -(267,666,o), -(448,666,cs), -(629,666,o), -(750,546,o), -(750,367,cs), -(750,185,o), -(629,63,o), -(448,63,cs) +(275,63,o), +(154,185,o), +(154,367,cs), +(154,546,o), +(275,666,o), +(456,666,cs), +(637,666,o), +(758,546,o), +(758,367,cs), +(758,185,o), +(637,63,o), +(456,63,cs) ); }, { closed = 1; nodes = ( -(396,403,o), -(419,424,o), -(419,454,cs), -(419,484,o), -(396,505,o), -(366,505,cs), -(336,505,o), -(312,484,o), -(312,454,cs), -(312,424,o), -(336,403,o), -(366,403,cs) +(404,403,o), +(427,424,o), +(427,454,cs), +(427,484,o), +(404,505,o), +(374,505,cs), +(344,505,o), +(320,484,o), +(320,454,cs), +(320,424,o), +(344,403,o), +(374,403,cs) ); }, { closed = 1; nodes = ( -(562,403,o), -(585,424,o), -(585,454,cs), -(585,484,o), -(562,505,o), -(532,505,cs), -(502,505,o), -(478,484,o), -(478,454,cs), -(478,424,o), -(502,403,o), -(532,403,cs) +(570,403,o), +(593,424,o), +(593,454,cs), +(593,484,o), +(570,505,o), +(540,505,cs), +(510,505,o), +(486,484,o), +(486,454,cs), +(486,424,o), +(510,403,o), +(540,403,cs) ); } ); -width = 856; +width = 872; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -1148,92 +1148,1326 @@ shapes = ( { closed = 1; nodes = ( -(666,-10,o), -(827,143,o), -(827,367,cs), -(827,585,o), -(666,739,o), -(448,739,cs), -(230,739,o), -(69,586,o), -(69,367,cs), -(69,143,o), -(230,-10,o), -(448,-10,cs) +(672,-10,o), +(833,143,o), +(833,367,cs), +(833,585,o), +(672,739,o), +(454,739,cs), +(236,739,o), +(75,586,o), +(75,367,cs), +(75,143,o), +(236,-10,o), +(454,-10,cs) ); }, { closed = 1; nodes = ( -(291,191,l), -(319,235,o), -(378,265,o), -(448,265,cs), -(514,265,o), -(575,238,o), -(605,191,c), -(668,191,l), -(639,275,o), -(550,322,o), -(448,322,cs), -(346,322,o), -(257,275,o), -(228,191,c) +(297,191,l), +(325,235,o), +(384,265,o), +(454,265,cs), +(520,265,o), +(581,238,o), +(611,191,c), +(674,191,l), +(645,275,o), +(556,322,o), +(454,322,cs), +(352,322,o), +(263,275,o), +(234,191,c) +); +}, +{ +closed = 1; +nodes = ( +(273,63,o), +(152,185,o), +(152,367,cs), +(152,546,o), +(273,666,o), +(454,666,cs), +(635,666,o), +(756,546,o), +(756,367,cs), +(756,185,o), +(635,63,o), +(454,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(402,403,o), +(425,424,o), +(425,454,cs), +(425,484,o), +(402,505,o), +(372,505,cs), +(342,505,o), +(318,484,o), +(318,454,cs), +(318,424,o), +(342,403,o), +(372,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(568,403,o), +(591,424,o), +(591,454,cs), +(591,484,o), +(568,505,o), +(538,505,cs), +(508,505,o), +(484,484,o), +(484,454,cs), +(484,424,o), +(508,403,o), +(538,403,cs) +); +} +); +width = 869; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(632,-10,o), +(789,140,o), +(789,366,cs), +(789,590,o), +(632,739,o), +(415,739,cs), +(198,739,o), +(40,590,o), +(40,366,cs), +(40,140,o), +(198,-10,o), +(415,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(207,156,l), +(238,235,o), +(317,285,o), +(413,285,cs), +(512,285,o), +(591,235,o), +(620,156,c), +(654,156,l), +(621,254,o), +(534,316,o), +(413,316,cs), +(294,316,o), +(206,254,o), +(174,156,c) +); +}, +{ +closed = 1; +nodes = ( +(217,19,o), +(73,158,o), +(73,366,cs), +(73,572,o), +(217,710,o), +(415,710,cs), +(612,710,o), +(756,572,o), +(756,366,cs), +(756,158,o), +(612,19,o), +(415,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,412,o), +(386,431,o), +(386,458,cs), +(386,485,o), +(365,504,o), +(338,504,cs), +(311,504,o), +(290,485,o), +(290,458,cs), +(290,431,o), +(311,412,o), +(338,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(519,412,o), +(540,431,o), +(540,458,cs), +(540,485,o), +(519,504,o), +(492,504,cs), +(465,504,o), +(444,485,o), +(444,458,cs), +(444,431,o), +(465,412,o), +(492,412,cs) +); +} +); +width = 829; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(627,-10,o), +(788,143,o), +(788,367,cs), +(788,585,o), +(627,739,o), +(409,739,cs), +(191,739,o), +(30,586,o), +(30,367,cs), +(30,143,o), +(191,-10,o), +(409,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(252,191,l), +(280,235,o), +(339,265,o), +(409,265,cs), +(475,265,o), +(536,238,o), +(566,191,c), +(629,191,l), +(600,275,o), +(511,322,o), +(409,322,cs), +(307,322,o), +(218,275,o), +(189,191,c) +); +}, +{ +closed = 1; +nodes = ( +(228,63,o), +(107,185,o), +(107,367,cs), +(107,546,o), +(228,666,o), +(409,666,cs), +(590,666,o), +(711,546,o), +(711,367,cs), +(711,185,o), +(590,63,o), +(409,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(357,403,o), +(380,424,o), +(380,454,cs), +(380,484,o), +(357,505,o), +(327,505,cs), +(297,505,o), +(273,484,o), +(273,454,cs), +(273,424,o), +(297,403,o), +(327,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(523,403,o), +(546,424,o), +(546,454,cs), +(546,484,o), +(523,505,o), +(493,505,cs), +(463,505,o), +(439,484,o), +(439,454,cs), +(439,424,o), +(463,403,o), +(493,403,cs) +); +} +); +width = 818; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(632,-10,o), +(789,140,o), +(789,366,cs), +(789,590,o), +(632,739,o), +(415,739,cs), +(198,739,o), +(40,590,o), +(40,366,cs), +(40,140,o), +(198,-10,o), +(415,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(207,156,l), +(238,235,o), +(317,285,o), +(413,285,cs), +(512,285,o), +(591,235,o), +(620,156,c), +(654,156,l), +(621,254,o), +(534,316,o), +(413,316,cs), +(294,316,o), +(206,254,o), +(174,156,c) +); +}, +{ +closed = 1; +nodes = ( +(217,19,o), +(73,158,o), +(73,366,cs), +(73,572,o), +(217,710,o), +(415,710,cs), +(612,710,o), +(756,572,o), +(756,366,cs), +(756,158,o), +(612,19,o), +(415,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,412,o), +(386,431,o), +(386,458,cs), +(386,485,o), +(365,504,o), +(338,504,cs), +(311,504,o), +(290,485,o), +(290,458,cs), +(290,431,o), +(311,412,o), +(338,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(519,412,o), +(540,431,o), +(540,458,cs), +(540,485,o), +(519,504,o), +(492,504,cs), +(465,504,o), +(444,485,o), +(444,458,cs), +(444,431,o), +(465,412,o), +(492,412,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +3, +14 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +2, +5 +); +stem = -2; +target = ( +2, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +3, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +3, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +8 +); +stem = -2; +target = ( +2, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +4, +8 +); +stem = -2; +target = ( +4, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 829; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(616,-10,o), +(777,143,o), +(777,367,cs), +(777,585,o), +(616,739,o), +(398,739,cs), +(180,739,o), +(19,586,o), +(19,367,cs), +(19,143,o), +(180,-10,o), +(398,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(241,191,l), +(269,235,o), +(328,265,o), +(398,265,cs), +(464,265,o), +(525,238,o), +(555,191,c), +(618,191,l), +(589,275,o), +(500,322,o), +(398,322,cs), +(296,322,o), +(207,275,o), +(178,191,c) +); +}, +{ +closed = 1; +nodes = ( +(217,63,o), +(96,185,o), +(96,367,cs), +(96,546,o), +(217,666,o), +(398,666,cs), +(579,666,o), +(700,546,o), +(700,367,cs), +(700,185,o), +(579,63,o), +(398,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(346,403,o), +(369,424,o), +(369,454,cs), +(369,484,o), +(346,505,o), +(316,505,cs), +(286,505,o), +(262,484,o), +(262,454,cs), +(262,424,o), +(286,403,o), +(316,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(512,403,o), +(535,424,o), +(535,454,cs), +(535,484,o), +(512,505,o), +(482,505,cs), +(452,505,o), +(428,484,o), +(428,454,cs), +(428,424,o), +(452,403,o), +(482,403,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +}; +width = 796; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(642,-10,o), +(799,140,o), +(799,366,cs), +(799,590,o), +(642,739,o), +(425,739,cs), +(208,739,o), +(50,590,o), +(50,366,cs), +(50,140,o), +(208,-10,o), +(425,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(217,156,l), +(248,235,o), +(327,285,o), +(423,285,cs), +(522,285,o), +(601,235,o), +(630,156,c), +(664,156,l), +(631,254,o), +(544,316,o), +(423,316,cs), +(304,316,o), +(216,254,o), +(184,156,c) +); +}, +{ +closed = 1; +nodes = ( +(227,19,o), +(83,158,o), +(83,366,cs), +(83,572,o), +(227,710,o), +(425,710,cs), +(622,710,o), +(766,572,o), +(766,366,cs), +(766,158,o), +(622,19,o), +(425,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(375,412,o), +(396,431,o), +(396,458,cs), +(396,485,o), +(375,504,o), +(348,504,cs), +(321,504,o), +(300,485,o), +(300,458,cs), +(300,431,o), +(321,412,o), +(348,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(529,412,o), +(550,431,o), +(550,458,cs), +(550,485,o), +(529,504,o), +(502,504,cs), +(475,504,o), +(454,485,o), +(454,458,cs), +(454,431,o), +(475,412,o), +(502,412,cs) +); +} +); +width = 849; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(627,-10,o), +(788,143,o), +(788,367,cs), +(788,585,o), +(627,739,o), +(409,739,cs), +(191,739,o), +(30,586,o), +(30,367,cs), +(30,143,o), +(191,-10,o), +(409,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(252,191,l), +(280,235,o), +(339,265,o), +(409,265,cs), +(475,265,o), +(536,238,o), +(566,191,c), +(629,191,l), +(600,275,o), +(511,322,o), +(409,322,cs), +(307,322,o), +(218,275,o), +(189,191,c) +); +}, +{ +closed = 1; +nodes = ( +(228,63,o), +(107,185,o), +(107,367,cs), +(107,546,o), +(228,666,o), +(409,666,cs), +(590,666,o), +(711,546,o), +(711,367,cs), +(711,185,o), +(590,63,o), +(409,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(357,403,o), +(380,424,o), +(380,454,cs), +(380,484,o), +(357,505,o), +(327,505,cs), +(297,505,o), +(273,484,o), +(273,454,cs), +(273,424,o), +(297,403,o), +(327,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(523,403,o), +(546,424,o), +(546,454,cs), +(546,484,o), +(523,505,o), +(493,505,cs), +(463,505,o), +(439,484,o), +(439,454,cs), +(439,424,o), +(463,403,o), +(493,403,cs) +); +} ); +width = 818; }, { +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ closed = 1; nodes = ( -(267,63,o), -(146,185,o), -(146,367,cs), -(146,546,o), -(267,666,o), -(448,666,cs), -(629,666,o), -(750,546,o), -(750,367,cs), -(750,185,o), -(629,63,o), -(448,63,cs) +(661,-10,o), +(818,140,o), +(818,366,cs), +(818,590,o), +(661,739,o), +(444,739,cs), +(227,739,o), +(69,590,o), +(69,366,cs), +(69,140,o), +(227,-10,o), +(444,-10,cs) ); }, { closed = 1; nodes = ( -(396,403,o), -(419,424,o), -(419,454,cs), -(419,484,o), -(396,505,o), -(366,505,cs), -(336,505,o), -(312,484,o), -(312,454,cs), -(312,424,o), -(336,403,o), -(366,403,cs) +(236,156,l), +(267,235,o), +(346,285,o), +(442,285,cs), +(541,285,o), +(620,235,o), +(649,156,c), +(683,156,l), +(650,254,o), +(563,316,o), +(442,316,cs), +(323,316,o), +(235,254,o), +(203,156,c) ); }, { closed = 1; nodes = ( -(562,403,o), -(585,424,o), -(585,454,cs), -(585,484,o), -(562,505,o), -(532,505,cs), -(502,505,o), -(478,484,o), -(478,454,cs), -(478,424,o), -(502,403,o), -(532,403,cs) +(246,19,o), +(102,158,o), +(102,366,cs), +(102,572,o), +(246,710,o), +(444,710,cs), +(641,710,o), +(785,572,o), +(785,366,cs), +(785,158,o), +(641,19,o), +(444,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(394,412,o), +(415,431,o), +(415,458,cs), +(415,485,o), +(394,504,o), +(367,504,cs), +(340,504,o), +(319,485,o), +(319,458,cs), +(319,431,o), +(340,412,o), +(367,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(548,412,o), +(569,431,o), +(569,458,cs), +(569,485,o), +(548,504,o), +(521,504,cs), +(494,504,o), +(473,485,o), +(473,458,cs), +(473,431,o), +(494,412,o), +(521,412,cs) ); } ); -width = 857; +width = 842; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(655,-10,o), +(816,143,o), +(816,367,cs), +(816,585,o), +(655,739,o), +(437,739,cs), +(219,739,o), +(58,586,o), +(58,367,cs), +(58,143,o), +(219,-10,o), +(437,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,191,l), +(308,235,o), +(367,265,o), +(437,265,cs), +(503,265,o), +(564,238,o), +(594,191,c), +(657,191,l), +(628,275,o), +(539,322,o), +(437,322,cs), +(335,322,o), +(246,275,o), +(217,191,c) +); +}, +{ +closed = 1; +nodes = ( +(256,63,o), +(135,185,o), +(135,367,cs), +(135,546,o), +(256,666,o), +(437,666,cs), +(618,666,o), +(739,546,o), +(739,367,cs), +(739,185,o), +(618,63,o), +(437,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(385,403,o), +(408,424,o), +(408,454,cs), +(408,484,o), +(385,505,o), +(355,505,cs), +(325,505,o), +(301,484,o), +(301,454,cs), +(301,424,o), +(325,403,o), +(355,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(551,403,o), +(574,424,o), +(574,454,cs), +(574,484,o), +(551,505,o), +(521,505,cs), +(491,505,o), +(467,484,o), +(467,454,cs), +(467,424,o), +(491,403,o), +(521,403,cs) +); +} +); +width = 834; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(817,140,o), +(817,366,cs), +(817,590,o), +(660,739,o), +(443,739,cs), +(226,739,o), +(68,590,o), +(68,366,cs), +(68,140,o), +(226,-10,o), +(443,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(235,156,l), +(266,235,o), +(345,285,o), +(441,285,cs), +(540,285,o), +(619,235,o), +(648,156,c), +(682,156,l), +(649,254,o), +(562,316,o), +(441,316,cs), +(322,316,o), +(234,254,o), +(202,156,c) +); +}, +{ +closed = 1; +nodes = ( +(245,19,o), +(101,158,o), +(101,366,cs), +(101,572,o), +(245,710,o), +(443,710,cs), +(640,710,o), +(784,572,o), +(784,366,cs), +(784,158,o), +(640,19,o), +(443,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(393,412,o), +(414,431,o), +(414,458,cs), +(414,485,o), +(393,504,o), +(366,504,cs), +(339,504,o), +(318,485,o), +(318,458,cs), +(318,431,o), +(339,412,o), +(366,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(547,412,o), +(568,431,o), +(568,458,cs), +(568,485,o), +(547,504,o), +(520,504,cs), +(493,504,o), +(472,485,o), +(472,458,cs), +(472,431,o), +(493,412,o), +(520,412,cs) +); +} +); +width = 840; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(637,-10,o), +(798,143,o), +(798,367,cs), +(798,585,o), +(637,739,o), +(419,739,cs), +(201,739,o), +(40,586,o), +(40,367,cs), +(40,143,o), +(201,-10,o), +(419,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(262,191,l), +(290,235,o), +(349,265,o), +(419,265,cs), +(485,265,o), +(546,238,o), +(576,191,c), +(639,191,l), +(610,275,o), +(521,322,o), +(419,322,cs), +(317,322,o), +(228,275,o), +(199,191,c) +); +}, +{ +closed = 1; +nodes = ( +(238,63,o), +(117,185,o), +(117,367,cs), +(117,546,o), +(238,666,o), +(419,666,cs), +(600,666,o), +(721,546,o), +(721,367,cs), +(721,185,o), +(600,63,o), +(419,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(367,403,o), +(390,424,o), +(390,454,cs), +(390,484,o), +(367,505,o), +(337,505,cs), +(307,505,o), +(283,484,o), +(283,454,cs), +(283,424,o), +(307,403,o), +(337,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(533,403,o), +(556,424,o), +(556,454,cs), +(556,484,o), +(533,505,o), +(503,505,cs), +(473,505,o), +(449,484,o), +(449,454,cs), +(449,424,o), +(473,403,o), +(503,403,cs) +); +} +); +width = 799; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(674,-10,o), +(831,140,o), +(831,366,cs), +(831,590,o), +(674,739,o), +(457,739,cs), +(240,739,o), +(82,590,o), +(82,366,cs), +(82,140,o), +(240,-10,o), +(457,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(249,156,l), +(280,235,o), +(359,285,o), +(455,285,cs), +(554,285,o), +(633,235,o), +(662,156,c), +(696,156,l), +(663,254,o), +(576,316,o), +(455,316,cs), +(336,316,o), +(248,254,o), +(216,156,c) +); +}, +{ +closed = 1; +nodes = ( +(259,19,o), +(115,158,o), +(115,366,cs), +(115,572,o), +(259,710,o), +(457,710,cs), +(654,710,o), +(798,572,o), +(798,366,cs), +(798,158,o), +(654,19,o), +(457,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(407,412,o), +(428,431,o), +(428,458,cs), +(428,485,o), +(407,504,o), +(380,504,cs), +(353,504,o), +(332,485,o), +(332,458,cs), +(332,431,o), +(353,412,o), +(380,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,412,o), +(582,431,o), +(582,458,cs), +(582,485,o), +(561,504,o), +(534,504,cs), +(507,504,o), +(486,485,o), +(486,458,cs), +(486,431,o), +(507,412,o), +(534,412,cs) +); +} +); +width = 868; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(651,-10,o), +(812,143,o), +(812,367,cs), +(812,585,o), +(651,739,o), +(433,739,cs), +(215,739,o), +(54,586,o), +(54,367,cs), +(54,143,o), +(215,-10,o), +(433,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,191,l), +(304,235,o), +(363,265,o), +(433,265,cs), +(499,265,o), +(560,238,o), +(590,191,c), +(653,191,l), +(624,275,o), +(535,322,o), +(433,322,cs), +(331,322,o), +(242,275,o), +(213,191,c) +); +}, +{ +closed = 1; +nodes = ( +(252,63,o), +(131,185,o), +(131,367,cs), +(131,546,o), +(252,666,o), +(433,666,cs), +(614,666,o), +(735,546,o), +(735,367,cs), +(735,185,o), +(614,63,o), +(433,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(381,403,o), +(404,424,o), +(404,454,cs), +(404,484,o), +(381,505,o), +(351,505,cs), +(321,505,o), +(297,484,o), +(297,454,cs), +(297,424,o), +(321,403,o), +(351,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(547,403,o), +(570,424,o), +(570,454,cs), +(570,484,o), +(547,505,o), +(517,505,cs), +(487,505,o), +(463,484,o), +(463,454,cs), +(463,424,o), +(487,403,o), +(517,403,cs) +); +} +); +width = 827; } ); metricLeft = copyright; diff --git a/sources/MonaSans.glyphspackage/glyphs/whiteS_milingF_ace.glyph b/sources/MonaSans.glyphspackage/glyphs/whiteS_milingF_ace.glyph index 295c917c..813b95cd 100644 --- a/sources/MonaSans.glyphspackage/glyphs/whiteS_milingF_ace.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/whiteS_milingF_ace.glyph @@ -7,100 +7,100 @@ shapes = ( { closed = 1; nodes = ( -(637,-10,o), -(798,143,o), -(798,367,cs), -(798,585,o), -(637,739,o), -(419,739,cs), -(201,739,o), -(40,586,o), -(40,367,cs), -(40,143,o), -(201,-10,o), -(419,-10,cs) +(645,-10,o), +(806,143,o), +(806,367,cs), +(806,585,o), +(645,739,o), +(427,739,cs), +(209,739,o), +(48,586,o), +(48,367,cs), +(48,143,o), +(209,-10,o), +(427,-10,cs) ); }, { closed = 1; nodes = ( -(536,124,o), -(629,195,o), -(648,297,c), -(673,297,l), -(673,332,l), -(547,332,l), -(547,297,l), -(579,297,l), -(561,232,o), -(500,191,o), -(419,191,cs), -(338,191,o), -(277,232,o), -(259,297,c), -(291,297,l), -(291,332,l), -(165,332,l), -(165,297,l), -(190,297,l), -(209,195,o), -(302,124,o), -(419,124,cs) +(544,124,o), +(637,195,o), +(656,297,c), +(681,297,l), +(681,332,l), +(555,332,l), +(555,297,l), +(587,297,l), +(569,232,o), +(508,191,o), +(427,191,cs), +(346,191,o), +(285,232,o), +(267,297,c), +(299,297,l), +(299,332,l), +(173,332,l), +(173,297,l), +(198,297,l), +(217,195,o), +(310,124,o), +(427,124,cs) ); }, { closed = 1; nodes = ( -(238,63,o), -(117,185,o), -(117,367,cs), -(117,546,o), -(238,666,o), -(419,666,cs), -(600,666,o), -(721,546,o), -(721,367,cs), -(721,185,o), -(600,63,o), -(419,63,cs) +(246,63,o), +(125,185,o), +(125,367,cs), +(125,546,o), +(246,666,o), +(427,666,cs), +(608,666,o), +(729,546,o), +(729,367,cs), +(729,185,o), +(608,63,o), +(427,63,cs) ); }, { closed = 1; nodes = ( -(367,403,o), -(390,424,o), -(390,454,cs), -(390,484,o), -(367,505,o), -(337,505,cs), -(307,505,o), -(283,484,o), -(283,454,cs), -(283,424,o), -(307,403,o), -(337,403,cs) +(375,403,o), +(398,424,o), +(398,454,cs), +(398,484,o), +(375,505,o), +(345,505,cs), +(315,505,o), +(291,484,o), +(291,454,cs), +(291,424,o), +(315,403,o), +(345,403,cs) ); }, { closed = 1; nodes = ( -(533,403,o), -(556,424,o), -(556,454,cs), -(556,484,o), -(533,505,o), -(503,505,cs), -(473,505,o), -(449,484,o), -(449,454,cs), -(449,424,o), -(473,403,o), -(503,403,cs) +(541,403,o), +(564,424,o), +(564,454,cs), +(564,484,o), +(541,505,o), +(511,505,cs), +(481,505,o), +(457,484,o), +(457,454,cs), +(457,424,o), +(481,403,o), +(511,403,cs) ); } ); -width = 838; +width = 854; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -204,7 +204,7 @@ nodes = ( width = 869; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; @@ -302,6 +302,208 @@ nodes = ( ); } ); +width = 869; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(643,-10,o), +(804,143,o), +(804,367,cs), +(804,585,o), +(643,739,o), +(425,739,cs), +(207,739,o), +(46,586,o), +(46,367,cs), +(46,143,o), +(207,-10,o), +(425,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(542,124,o), +(635,195,o), +(654,297,c), +(679,297,l), +(679,332,l), +(553,332,l), +(553,297,l), +(585,297,l), +(567,232,o), +(506,191,o), +(425,191,cs), +(344,191,o), +(283,232,o), +(265,297,c), +(297,297,l), +(297,332,l), +(171,332,l), +(171,297,l), +(196,297,l), +(215,195,o), +(308,124,o), +(425,124,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,63,o), +(123,185,o), +(123,367,cs), +(123,546,o), +(244,666,o), +(425,666,cs), +(606,666,o), +(727,546,o), +(727,367,cs), +(727,185,o), +(606,63,o), +(425,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(373,403,o), +(396,424,o), +(396,454,cs), +(396,484,o), +(373,505,o), +(343,505,cs), +(313,505,o), +(289,484,o), +(289,454,cs), +(289,424,o), +(313,403,o), +(343,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(539,403,o), +(562,424,o), +(562,454,cs), +(562,484,o), +(539,505,o), +(509,505,cs), +(479,505,o), +(455,484,o), +(455,454,cs), +(455,424,o), +(479,403,o), +(509,403,cs) +); +} +); +width = 850; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(642,-10,o), +(796,140,o), +(796,366,cs), +(796,590,o), +(642,739,o), +(430,739,cs), +(217,739,o), +(61,590,o), +(61,366,cs), +(61,140,o), +(217,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(563,105,o), +(656,187,o), +(674,311,c), +(710,311,l), +(710,326,l), +(603,326,l), +(603,311,l), +(641,311,l), +(630,206,o), +(542,136,o), +(428,136,cs), +(316,136,o), +(228,206,o), +(215,311,c), +(254,311,l), +(254,326,l), +(149,326,l), +(149,311,l), +(182,311,l), +(199,187,o), +(293,105,o), +(428,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,19,o), +(94,158,o), +(94,366,cs), +(94,572,o), +(236,710,o), +(430,710,cs), +(623,710,o), +(763,572,o), +(763,366,cs), +(763,158,o), +(623,19,o), +(430,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(380,412,o), +(401,431,o), +(401,458,cs), +(401,485,o), +(380,504,o), +(353,504,cs), +(328,504,o), +(307,485,o), +(307,458,cs), +(307,431,o), +(328,412,o), +(353,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,412,o), +(551,431,o), +(551,458,cs), +(551,485,o), +(532,504,o), +(505,504,cs), +(478,504,o), +(457,485,o), +(457,458,cs), +(457,431,o), +(478,412,o), +(505,412,cs) +); +} +); userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; @@ -444,104 +646,104 @@ type = Stem; } ); }; -width = 869; +width = 856; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(637,-10,o), -(798,143,o), -(798,367,cs), -(798,585,o), -(637,739,o), -(419,739,cs), -(201,739,o), -(40,586,o), -(40,367,cs), -(40,143,o), -(201,-10,o), -(419,-10,cs) +(622,-10,o), +(779,143,o), +(779,367,cs), +(779,585,o), +(622,739,o), +(409,739,cs), +(196,739,o), +(39,586,o), +(39,367,cs), +(39,143,o), +(196,-10,o), +(409,-10,cs) ); }, { closed = 1; nodes = ( -(536,124,o), -(629,195,o), -(648,297,c), -(673,297,l), -(673,332,l), -(547,332,l), -(547,297,l), -(579,297,l), -(561,232,o), -(500,191,o), -(419,191,cs), -(338,191,o), -(277,232,o), -(259,297,c), -(291,297,l), -(291,332,l), -(165,332,l), -(165,297,l), -(190,297,l), -(209,195,o), -(302,124,o), -(419,124,cs) +(522,124,o), +(614,194,o), +(633,297,c), +(656,297,l), +(656,332,l), +(533,332,l), +(533,297,l), +(564,297,l), +(546,232,o), +(488,191,o), +(409,191,cs), +(330,191,o), +(271,232,o), +(253,297,c), +(285,297,l), +(285,332,l), +(161,332,l), +(161,297,l), +(185,297,l), +(204,194,o), +(296,124,o), +(409,124,cs) ); }, { closed = 1; nodes = ( -(238,63,o), -(117,185,o), -(117,367,cs), -(117,546,o), -(238,666,o), -(419,666,cs), -(600,666,o), -(721,546,o), -(721,367,cs), -(721,185,o), -(600,63,o), -(419,63,cs) +(233,63,o), +(115,185,o), +(115,367,cs), +(115,546,o), +(233,666,o), +(409,666,cs), +(585,666,o), +(703,546,o), +(703,367,cs), +(703,185,o), +(585,63,o), +(409,63,cs) ); }, { closed = 1; nodes = ( -(367,403,o), -(390,424,o), -(390,454,cs), -(390,484,o), -(367,505,o), -(337,505,cs), -(307,505,o), -(283,484,o), -(283,454,cs), -(283,424,o), -(307,403,o), -(337,403,cs) +(357,403,o), +(380,424,o), +(380,454,cs), +(380,484,o), +(357,505,o), +(329,505,cs), +(300,505,o), +(276,484,o), +(276,454,cs), +(276,424,o), +(300,403,o), +(329,403,cs) ); }, { closed = 1; nodes = ( -(533,403,o), -(556,424,o), -(556,454,cs), -(556,484,o), -(533,505,o), -(503,505,cs), -(473,505,o), -(449,484,o), -(449,454,cs), -(449,424,o), -(473,403,o), -(503,403,cs) +(520,403,o), +(543,424,o), +(543,454,cs), +(543,484,o), +(520,505,o), +(491,505,cs), +(462,505,o), +(439,484,o), +(439,454,cs), +(439,424,o), +(462,403,o), +(491,403,cs) ); } ); @@ -549,228 +751,26 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; }; -width = 838; +width = 817; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; shapes = ( { closed = 1; nodes = ( -(652,-10,o), -(809,140,o), -(809,366,cs), -(809,590,o), -(652,739,o), -(435,739,cs), -(218,739,o), -(60,590,o), -(60,366,cs), -(60,140,o), -(218,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(572,105,o), -(667,187,o), -(685,311,c), -(721,311,l), -(721,326,l), -(612,326,l), -(612,311,l), -(651,311,l), -(639,206,o), -(550,136,o), -(433,136,cs), -(319,136,o), -(229,206,o), -(216,311,c), -(257,311,l), -(257,326,l), -(148,326,l), -(148,311,l), -(183,311,l), -(200,187,o), -(296,105,o), -(433,105,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,19,o), -(93,158,o), -(93,366,cs), -(93,572,o), -(237,710,o), -(435,710,cs), -(632,710,o), -(776,572,o), -(776,366,cs), -(776,158,o), -(632,19,o), -(435,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(385,412,o), -(406,431,o), -(406,458,cs), -(406,485,o), -(385,504,o), -(358,504,cs), -(331,504,o), -(310,485,o), -(310,458,cs), -(310,431,o), -(331,412,o), -(358,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(539,412,o), -(560,431,o), -(560,458,cs), -(560,485,o), -(539,504,o), -(512,504,cs), -(485,504,o), -(464,485,o), -(464,458,cs), -(464,431,o), -(485,412,o), -(512,412,cs) -); -} -); -width = 869; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(637,-10,o), -(798,143,o), -(798,367,cs), -(798,585,o), -(637,739,o), -(419,739,cs), -(201,739,o), -(40,586,o), -(40,367,cs), -(40,143,o), -(201,-10,o), -(419,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,124,o), -(629,195,o), -(648,297,c), -(673,297,l), -(673,332,l), -(547,332,l), -(547,297,l), -(579,297,l), -(561,232,o), -(500,191,o), -(419,191,cs), -(338,191,o), -(277,232,o), -(259,297,c), -(291,297,l), -(291,332,l), -(165,332,l), -(165,297,l), -(190,297,l), -(209,195,o), -(302,124,o), -(419,124,cs) -); -}, -{ -closed = 1; -nodes = ( -(238,63,o), -(117,185,o), -(117,367,cs), -(117,546,o), -(238,666,o), -(419,666,cs), -(600,666,o), -(721,546,o), -(721,367,cs), -(721,185,o), -(600,63,o), -(419,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,403,o), -(390,424,o), -(390,454,cs), -(390,484,o), -(367,505,o), -(337,505,cs), -(307,505,o), -(283,484,o), -(283,454,cs), -(283,424,o), -(307,403,o), -(337,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(533,403,o), -(556,424,o), -(556,454,cs), -(556,484,o), -(533,505,o), -(503,505,cs), -(473,505,o), -(449,484,o), -(449,454,cs), -(449,424,o), -(473,403,o), -(503,403,cs) -); -} -); -width = 838; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(684,-10,o), -(841,140,o), -(841,366,cs), -(841,590,o), -(684,739,o), -(467,739,cs), -(250,739,o), -(92,590,o), -(92,366,cs), -(92,140,o), -(250,-10,o), -(467,-10,cs) +(684,-10,o), +(841,140,o), +(841,366,cs), +(841,590,o), +(684,739,o), +(467,739,cs), +(250,739,o), +(92,590,o), +(92,366,cs), +(92,140,o), +(250,-10,o), +(467,-10,cs) ); }, { @@ -860,100 +860,100 @@ shapes = ( { closed = 1; nodes = ( -(666,-10,o), -(827,143,o), -(827,367,cs), -(827,585,o), -(666,739,o), -(448,739,cs), -(230,739,o), -(69,586,o), -(69,367,cs), -(69,143,o), -(230,-10,o), -(448,-10,cs) +(674,-10,o), +(835,143,o), +(835,367,cs), +(835,585,o), +(674,739,o), +(456,739,cs), +(238,739,o), +(77,586,o), +(77,367,cs), +(77,143,o), +(238,-10,o), +(456,-10,cs) ); }, { closed = 1; nodes = ( -(565,124,o), -(658,195,o), -(677,297,c), -(702,297,l), -(702,332,l), -(576,332,l), -(576,297,l), -(608,297,l), -(590,232,o), -(529,191,o), -(448,191,cs), -(367,191,o), -(306,232,o), -(288,297,c), -(320,297,l), -(320,332,l), -(194,332,l), -(194,297,l), -(219,297,l), -(238,195,o), -(331,124,o), -(448,124,cs) +(573,124,o), +(666,195,o), +(685,297,c), +(710,297,l), +(710,332,l), +(584,332,l), +(584,297,l), +(616,297,l), +(598,232,o), +(537,191,o), +(456,191,cs), +(375,191,o), +(314,232,o), +(296,297,c), +(328,297,l), +(328,332,l), +(202,332,l), +(202,297,l), +(227,297,l), +(246,195,o), +(339,124,o), +(456,124,cs) ); }, { closed = 1; nodes = ( -(267,63,o), -(146,185,o), -(146,367,cs), -(146,546,o), -(267,666,o), -(448,666,cs), -(629,666,o), -(750,546,o), -(750,367,cs), -(750,185,o), -(629,63,o), -(448,63,cs) +(275,63,o), +(154,185,o), +(154,367,cs), +(154,546,o), +(275,666,o), +(456,666,cs), +(637,666,o), +(758,546,o), +(758,367,cs), +(758,185,o), +(637,63,o), +(456,63,cs) ); }, { closed = 1; nodes = ( -(396,403,o), -(419,424,o), -(419,454,cs), -(419,484,o), -(396,505,o), -(366,505,cs), -(336,505,o), -(312,484,o), -(312,454,cs), -(312,424,o), -(336,403,o), -(366,403,cs) +(404,403,o), +(427,424,o), +(427,454,cs), +(427,484,o), +(404,505,o), +(374,505,cs), +(344,505,o), +(320,484,o), +(320,454,cs), +(320,424,o), +(344,403,o), +(374,403,cs) ); }, { closed = 1; nodes = ( -(562,403,o), -(585,424,o), -(585,454,cs), -(585,484,o), -(562,505,o), -(532,505,cs), -(502,505,o), -(478,484,o), -(478,454,cs), -(478,424,o), -(502,403,o), -(532,403,cs) +(570,403,o), +(593,424,o), +(593,454,cs), +(593,484,o), +(570,505,o), +(540,505,cs), +(510,505,o), +(486,484,o), +(486,454,cs), +(486,424,o), +(510,403,o), +(540,403,cs) ); } ); -width = 856; +width = 872; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -1264,100 +1264,1458 @@ shapes = ( { closed = 1; nodes = ( -(666,-10,o), -(827,143,o), -(827,367,cs), -(827,585,o), -(666,739,o), -(448,739,cs), -(230,739,o), -(69,586,o), -(69,367,cs), -(69,143,o), -(230,-10,o), -(448,-10,cs) +(672,-10,o), +(833,143,o), +(833,367,cs), +(833,585,o), +(672,739,o), +(454,739,cs), +(236,739,o), +(75,586,o), +(75,367,cs), +(75,143,o), +(236,-10,o), +(454,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(571,124,o), +(664,195,o), +(683,297,c), +(708,297,l), +(708,332,l), +(582,332,l), +(582,297,l), +(614,297,l), +(596,232,o), +(535,191,o), +(454,191,cs), +(373,191,o), +(312,232,o), +(294,297,c), +(326,297,l), +(326,332,l), +(200,332,l), +(200,297,l), +(225,297,l), +(244,195,o), +(337,124,o), +(454,124,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,63,o), +(152,185,o), +(152,367,cs), +(152,546,o), +(273,666,o), +(454,666,cs), +(635,666,o), +(756,546,o), +(756,367,cs), +(756,185,o), +(635,63,o), +(454,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(402,403,o), +(425,424,o), +(425,454,cs), +(425,484,o), +(402,505,o), +(372,505,cs), +(342,505,o), +(318,484,o), +(318,454,cs), +(318,424,o), +(342,403,o), +(372,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(568,403,o), +(591,424,o), +(591,454,cs), +(591,484,o), +(568,505,o), +(538,505,cs), +(508,505,o), +(484,484,o), +(484,454,cs), +(484,424,o), +(508,403,o), +(538,403,cs) +); +} +); +width = 869; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(632,-10,o), +(789,140,o), +(789,366,cs), +(789,590,o), +(632,739,o), +(415,739,cs), +(198,739,o), +(40,590,o), +(40,366,cs), +(40,140,o), +(198,-10,o), +(415,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(552,105,o), +(647,187,o), +(665,311,c), +(701,311,l), +(701,326,l), +(592,326,l), +(592,311,l), +(631,311,l), +(619,206,o), +(530,136,o), +(413,136,cs), +(299,136,o), +(209,206,o), +(196,311,c), +(237,311,l), +(237,326,l), +(128,326,l), +(128,311,l), +(163,311,l), +(180,187,o), +(276,105,o), +(413,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(217,19,o), +(73,158,o), +(73,366,cs), +(73,572,o), +(217,710,o), +(415,710,cs), +(612,710,o), +(756,572,o), +(756,366,cs), +(756,158,o), +(612,19,o), +(415,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,412,o), +(386,431,o), +(386,458,cs), +(386,485,o), +(365,504,o), +(338,504,cs), +(311,504,o), +(290,485,o), +(290,458,cs), +(290,431,o), +(311,412,o), +(338,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(519,412,o), +(540,431,o), +(540,458,cs), +(540,485,o), +(519,504,o), +(492,504,cs), +(465,504,o), +(444,485,o), +(444,458,cs), +(444,431,o), +(465,412,o), +(492,412,cs) +); +} +); +width = 829; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(627,-10,o), +(788,143,o), +(788,367,cs), +(788,585,o), +(627,739,o), +(409,739,cs), +(191,739,o), +(30,586,o), +(30,367,cs), +(30,143,o), +(191,-10,o), +(409,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(526,124,o), +(619,195,o), +(638,297,c), +(663,297,l), +(663,332,l), +(537,332,l), +(537,297,l), +(569,297,l), +(551,232,o), +(490,191,o), +(409,191,cs), +(328,191,o), +(267,232,o), +(249,297,c), +(281,297,l), +(281,332,l), +(155,332,l), +(155,297,l), +(180,297,l), +(199,195,o), +(292,124,o), +(409,124,cs) +); +}, +{ +closed = 1; +nodes = ( +(228,63,o), +(107,185,o), +(107,367,cs), +(107,546,o), +(228,666,o), +(409,666,cs), +(590,666,o), +(711,546,o), +(711,367,cs), +(711,185,o), +(590,63,o), +(409,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(357,403,o), +(380,424,o), +(380,454,cs), +(380,484,o), +(357,505,o), +(327,505,cs), +(297,505,o), +(273,484,o), +(273,454,cs), +(273,424,o), +(297,403,o), +(327,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(523,403,o), +(546,424,o), +(546,454,cs), +(546,484,o), +(523,505,o), +(493,505,cs), +(463,505,o), +(439,484,o), +(439,454,cs), +(439,424,o), +(463,403,o), +(493,403,cs) +); +} +); +width = 818; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(632,-10,o), +(789,140,o), +(789,366,cs), +(789,590,o), +(632,739,o), +(415,739,cs), +(198,739,o), +(40,590,o), +(40,366,cs), +(40,140,o), +(198,-10,o), +(415,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(552,105,o), +(647,187,o), +(665,311,c), +(701,311,l), +(701,326,l), +(592,326,l), +(592,311,l), +(631,311,l), +(619,206,o), +(530,136,o), +(413,136,cs), +(299,136,o), +(209,206,o), +(196,311,c), +(237,311,l), +(237,326,l), +(128,326,l), +(128,311,l), +(163,311,l), +(180,187,o), +(276,105,o), +(413,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(217,19,o), +(73,158,o), +(73,366,cs), +(73,572,o), +(217,710,o), +(415,710,cs), +(612,710,o), +(756,572,o), +(756,366,cs), +(756,158,o), +(612,19,o), +(415,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,412,o), +(386,431,o), +(386,458,cs), +(386,485,o), +(365,504,o), +(338,504,cs), +(311,504,o), +(290,485,o), +(290,458,cs), +(290,431,o), +(311,412,o), +(338,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(519,412,o), +(540,431,o), +(540,458,cs), +(540,485,o), +(519,504,o), +(492,504,cs), +(465,504,o), +(444,485,o), +(444,458,cs), +(444,431,o), +(465,412,o), +(492,412,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +2, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +10 +); +stem = -2; +target = ( +1, +21 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +16 +); +stem = -2; +target = ( +1, +17 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +3, +5 +); +stem = -2; +target = ( +3, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +2, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +2, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +3, +8 +); +stem = -2; +target = ( +3, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +4, +8 +); +stem = -2; +target = ( +4, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +17 +); +stem = -2; +target = ( +1, +14 +); +type = Stem; +} +); +}; +width = 829; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(616,-10,o), +(777,143,o), +(777,367,cs), +(777,585,o), +(616,739,o), +(398,739,cs), +(180,739,o), +(19,586,o), +(19,367,cs), +(19,143,o), +(180,-10,o), +(398,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(515,124,o), +(608,195,o), +(627,297,c), +(652,297,l), +(652,332,l), +(526,332,l), +(526,297,l), +(558,297,l), +(540,232,o), +(479,191,o), +(398,191,cs), +(317,191,o), +(256,232,o), +(238,297,c), +(270,297,l), +(270,332,l), +(144,332,l), +(144,297,l), +(169,297,l), +(188,195,o), +(281,124,o), +(398,124,cs) +); +}, +{ +closed = 1; +nodes = ( +(217,63,o), +(96,185,o), +(96,367,cs), +(96,546,o), +(217,666,o), +(398,666,cs), +(579,666,o), +(700,546,o), +(700,367,cs), +(700,185,o), +(579,63,o), +(398,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(346,403,o), +(369,424,o), +(369,454,cs), +(369,484,o), +(346,505,o), +(316,505,cs), +(286,505,o), +(262,484,o), +(262,454,cs), +(262,424,o), +(286,403,o), +(316,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(512,403,o), +(535,424,o), +(535,454,cs), +(535,484,o), +(512,505,o), +(482,505,cs), +(452,505,o), +(428,484,o), +(428,454,cs), +(428,424,o), +(452,403,o), +(482,403,cs) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; +}; +width = 796; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(642,-10,o), +(799,140,o), +(799,366,cs), +(799,590,o), +(642,739,o), +(425,739,cs), +(208,739,o), +(50,590,o), +(50,366,cs), +(50,140,o), +(208,-10,o), +(425,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(562,105,o), +(657,187,o), +(675,311,c), +(711,311,l), +(711,326,l), +(602,326,l), +(602,311,l), +(641,311,l), +(629,206,o), +(540,136,o), +(423,136,cs), +(309,136,o), +(219,206,o), +(206,311,c), +(247,311,l), +(247,326,l), +(138,326,l), +(138,311,l), +(173,311,l), +(190,187,o), +(286,105,o), +(423,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(227,19,o), +(83,158,o), +(83,366,cs), +(83,572,o), +(227,710,o), +(425,710,cs), +(622,710,o), +(766,572,o), +(766,366,cs), +(766,158,o), +(622,19,o), +(425,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(375,412,o), +(396,431,o), +(396,458,cs), +(396,485,o), +(375,504,o), +(348,504,cs), +(321,504,o), +(300,485,o), +(300,458,cs), +(300,431,o), +(321,412,o), +(348,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(529,412,o), +(550,431,o), +(550,458,cs), +(550,485,o), +(529,504,o), +(502,504,cs), +(475,504,o), +(454,485,o), +(454,458,cs), +(454,431,o), +(475,412,o), +(502,412,cs) +); +} +); +width = 849; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(627,-10,o), +(788,143,o), +(788,367,cs), +(788,585,o), +(627,739,o), +(409,739,cs), +(191,739,o), +(30,586,o), +(30,367,cs), +(30,143,o), +(191,-10,o), +(409,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(526,124,o), +(619,195,o), +(638,297,c), +(663,297,l), +(663,332,l), +(537,332,l), +(537,297,l), +(569,297,l), +(551,232,o), +(490,191,o), +(409,191,cs), +(328,191,o), +(267,232,o), +(249,297,c), +(281,297,l), +(281,332,l), +(155,332,l), +(155,297,l), +(180,297,l), +(199,195,o), +(292,124,o), +(409,124,cs) +); +}, +{ +closed = 1; +nodes = ( +(228,63,o), +(107,185,o), +(107,367,cs), +(107,546,o), +(228,666,o), +(409,666,cs), +(590,666,o), +(711,546,o), +(711,367,cs), +(711,185,o), +(590,63,o), +(409,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(357,403,o), +(380,424,o), +(380,454,cs), +(380,484,o), +(357,505,o), +(327,505,cs), +(297,505,o), +(273,484,o), +(273,454,cs), +(273,424,o), +(297,403,o), +(327,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(523,403,o), +(546,424,o), +(546,454,cs), +(546,484,o), +(523,505,o), +(493,505,cs), +(463,505,o), +(439,484,o), +(439,454,cs), +(439,424,o), +(463,403,o), +(493,403,cs) +); +} +); +width = 818; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(661,-10,o), +(818,140,o), +(818,366,cs), +(818,590,o), +(661,739,o), +(444,739,cs), +(227,739,o), +(69,590,o), +(69,366,cs), +(69,140,o), +(227,-10,o), +(444,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(581,105,o), +(676,187,o), +(694,311,c), +(730,311,l), +(730,326,l), +(621,326,l), +(621,311,l), +(660,311,l), +(648,206,o), +(559,136,o), +(442,136,cs), +(328,136,o), +(238,206,o), +(225,311,c), +(266,311,l), +(266,326,l), +(157,326,l), +(157,311,l), +(192,311,l), +(209,187,o), +(305,105,o), +(442,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,19,o), +(102,158,o), +(102,366,cs), +(102,572,o), +(246,710,o), +(444,710,cs), +(641,710,o), +(785,572,o), +(785,366,cs), +(785,158,o), +(641,19,o), +(444,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(394,412,o), +(415,431,o), +(415,458,cs), +(415,485,o), +(394,504,o), +(367,504,cs), +(340,504,o), +(319,485,o), +(319,458,cs), +(319,431,o), +(340,412,o), +(367,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(548,412,o), +(569,431,o), +(569,458,cs), +(569,485,o), +(548,504,o), +(521,504,cs), +(494,504,o), +(473,485,o), +(473,458,cs), +(473,431,o), +(494,412,o), +(521,412,cs) +); +} ); +width = 842; }, { +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ closed = 1; nodes = ( -(565,124,o), -(658,195,o), -(677,297,c), -(702,297,l), -(702,332,l), -(576,332,l), -(576,297,l), -(608,297,l), -(590,232,o), -(529,191,o), -(448,191,cs), -(367,191,o), -(306,232,o), -(288,297,c), -(320,297,l), -(320,332,l), -(194,332,l), -(194,297,l), -(219,297,l), -(238,195,o), -(331,124,o), -(448,124,cs) +(655,-10,o), +(816,143,o), +(816,367,cs), +(816,585,o), +(655,739,o), +(437,739,cs), +(219,739,o), +(58,586,o), +(58,367,cs), +(58,143,o), +(219,-10,o), +(437,-10,cs) ); }, { closed = 1; nodes = ( -(267,63,o), -(146,185,o), -(146,367,cs), -(146,546,o), -(267,666,o), -(448,666,cs), -(629,666,o), -(750,546,o), -(750,367,cs), -(750,185,o), -(629,63,o), -(448,63,cs) +(554,124,o), +(647,195,o), +(666,297,c), +(691,297,l), +(691,332,l), +(565,332,l), +(565,297,l), +(597,297,l), +(579,232,o), +(518,191,o), +(437,191,cs), +(356,191,o), +(295,232,o), +(277,297,c), +(309,297,l), +(309,332,l), +(183,332,l), +(183,297,l), +(208,297,l), +(227,195,o), +(320,124,o), +(437,124,cs) ); }, { closed = 1; nodes = ( -(396,403,o), -(419,424,o), -(419,454,cs), -(419,484,o), -(396,505,o), -(366,505,cs), -(336,505,o), -(312,484,o), -(312,454,cs), -(312,424,o), -(336,403,o), -(366,403,cs) +(256,63,o), +(135,185,o), +(135,367,cs), +(135,546,o), +(256,666,o), +(437,666,cs), +(618,666,o), +(739,546,o), +(739,367,cs), +(739,185,o), +(618,63,o), +(437,63,cs) ); }, { closed = 1; nodes = ( -(562,403,o), -(585,424,o), -(585,454,cs), -(585,484,o), -(562,505,o), -(532,505,cs), -(502,505,o), -(478,484,o), -(478,454,cs), -(478,424,o), -(502,403,o), -(532,403,cs) +(385,403,o), +(408,424,o), +(408,454,cs), +(408,484,o), +(385,505,o), +(355,505,cs), +(325,505,o), +(301,484,o), +(301,454,cs), +(301,424,o), +(325,403,o), +(355,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(551,403,o), +(574,424,o), +(574,454,cs), +(574,484,o), +(551,505,o), +(521,505,cs), +(491,505,o), +(467,484,o), +(467,454,cs), +(467,424,o), +(491,403,o), +(521,403,cs) ); } ); -width = 857; +width = 834; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(817,140,o), +(817,366,cs), +(817,590,o), +(660,739,o), +(443,739,cs), +(226,739,o), +(68,590,o), +(68,366,cs), +(68,140,o), +(226,-10,o), +(443,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(580,105,o), +(675,187,o), +(693,311,c), +(729,311,l), +(729,326,l), +(620,326,l), +(620,311,l), +(659,311,l), +(647,206,o), +(558,136,o), +(441,136,cs), +(327,136,o), +(237,206,o), +(224,311,c), +(265,311,l), +(265,326,l), +(156,326,l), +(156,311,l), +(191,311,l), +(208,187,o), +(304,105,o), +(441,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(245,19,o), +(101,158,o), +(101,366,cs), +(101,572,o), +(245,710,o), +(443,710,cs), +(640,710,o), +(784,572,o), +(784,366,cs), +(784,158,o), +(640,19,o), +(443,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(393,412,o), +(414,431,o), +(414,458,cs), +(414,485,o), +(393,504,o), +(366,504,cs), +(339,504,o), +(318,485,o), +(318,458,cs), +(318,431,o), +(339,412,o), +(366,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(547,412,o), +(568,431,o), +(568,458,cs), +(568,485,o), +(547,504,o), +(520,504,cs), +(493,504,o), +(472,485,o), +(472,458,cs), +(472,431,o), +(493,412,o), +(520,412,cs) +); +} +); +width = 840; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(637,-10,o), +(798,143,o), +(798,367,cs), +(798,585,o), +(637,739,o), +(419,739,cs), +(201,739,o), +(40,586,o), +(40,367,cs), +(40,143,o), +(201,-10,o), +(419,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(536,124,o), +(629,195,o), +(648,297,c), +(673,297,l), +(673,332,l), +(547,332,l), +(547,297,l), +(579,297,l), +(561,232,o), +(500,191,o), +(419,191,cs), +(338,191,o), +(277,232,o), +(259,297,c), +(291,297,l), +(291,332,l), +(165,332,l), +(165,297,l), +(190,297,l), +(209,195,o), +(302,124,o), +(419,124,cs) +); +}, +{ +closed = 1; +nodes = ( +(238,63,o), +(117,185,o), +(117,367,cs), +(117,546,o), +(238,666,o), +(419,666,cs), +(600,666,o), +(721,546,o), +(721,367,cs), +(721,185,o), +(600,63,o), +(419,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(367,403,o), +(390,424,o), +(390,454,cs), +(390,484,o), +(367,505,o), +(337,505,cs), +(307,505,o), +(283,484,o), +(283,454,cs), +(283,424,o), +(307,403,o), +(337,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(533,403,o), +(556,424,o), +(556,454,cs), +(556,484,o), +(533,505,o), +(503,505,cs), +(473,505,o), +(449,484,o), +(449,454,cs), +(449,424,o), +(473,403,o), +(503,403,cs) +); +} +); +width = 799; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(674,-10,o), +(831,140,o), +(831,366,cs), +(831,590,o), +(674,739,o), +(457,739,cs), +(240,739,o), +(82,590,o), +(82,366,cs), +(82,140,o), +(240,-10,o), +(457,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(594,105,o), +(689,187,o), +(707,311,c), +(743,311,l), +(743,326,l), +(634,326,l), +(634,311,l), +(673,311,l), +(661,206,o), +(572,136,o), +(455,136,cs), +(341,136,o), +(251,206,o), +(238,311,c), +(279,311,l), +(279,326,l), +(170,326,l), +(170,311,l), +(205,311,l), +(222,187,o), +(318,105,o), +(455,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(259,19,o), +(115,158,o), +(115,366,cs), +(115,572,o), +(259,710,o), +(457,710,cs), +(654,710,o), +(798,572,o), +(798,366,cs), +(798,158,o), +(654,19,o), +(457,19,cs) +); +}, +{ +closed = 1; +nodes = ( +(407,412,o), +(428,431,o), +(428,458,cs), +(428,485,o), +(407,504,o), +(380,504,cs), +(353,504,o), +(332,485,o), +(332,458,cs), +(332,431,o), +(353,412,o), +(380,412,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,412,o), +(582,431,o), +(582,458,cs), +(582,485,o), +(561,504,o), +(534,504,cs), +(507,504,o), +(486,485,o), +(486,458,cs), +(486,431,o), +(507,412,o), +(534,412,cs) +); +} +); +width = 868; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(651,-10,o), +(812,143,o), +(812,367,cs), +(812,585,o), +(651,739,o), +(433,739,cs), +(215,739,o), +(54,586,o), +(54,367,cs), +(54,143,o), +(215,-10,o), +(433,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(550,124,o), +(643,195,o), +(662,297,c), +(687,297,l), +(687,332,l), +(561,332,l), +(561,297,l), +(593,297,l), +(575,232,o), +(514,191,o), +(433,191,cs), +(352,191,o), +(291,232,o), +(273,297,c), +(305,297,l), +(305,332,l), +(179,332,l), +(179,297,l), +(204,297,l), +(223,195,o), +(316,124,o), +(433,124,cs) +); +}, +{ +closed = 1; +nodes = ( +(252,63,o), +(131,185,o), +(131,367,cs), +(131,546,o), +(252,666,o), +(433,666,cs), +(614,666,o), +(735,546,o), +(735,367,cs), +(735,185,o), +(614,63,o), +(433,63,cs) +); +}, +{ +closed = 1; +nodes = ( +(381,403,o), +(404,424,o), +(404,454,cs), +(404,484,o), +(381,505,o), +(351,505,cs), +(321,505,o), +(297,484,o), +(297,454,cs), +(297,424,o), +(321,403,o), +(351,403,cs) +); +}, +{ +closed = 1; +nodes = ( +(547,403,o), +(570,424,o), +(570,454,cs), +(570,484,o), +(547,505,o), +(517,505,cs), +(487,505,o), +(463,484,o), +(463,454,cs), +(463,424,o), +(487,403,o), +(517,403,cs) +); +} +); +width = 827; } ); metricLeft = copyright; diff --git a/sources/MonaSans.glyphspackage/glyphs/won.glyph b/sources/MonaSans.glyphspackage/glyphs/won.glyph index d9b123fc..d41e7fe4 100644 --- a/sources/MonaSans.glyphspackage/glyphs/won.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/won.glyph @@ -117,125 +117,41 @@ shapes = ( { closed = 1; nodes = ( -(356,0,l), -(373,352,l), -(378,565,l), -(396,565,l), -(400,352,l), -(413,0,l), -(651,0,l), -(736,729,l), -(566,729,l), -(547,352,l), -(540,122,l), -(523,122,l), -(514,352,l), -(487,729,l), -(286,729,l), -(259,352,l), -(250,124,l), -(233,124,l), -(225,352,l), -(203,729,l), -(34,729,l), -(119,0,l) -); -}, -{ -closed = 1; -nodes = ( -(754,290,l), -(754,419,l), -(17,419,l), -(17,290,l) -); -} -); -width = 771; -}, -{ -layerId = master01; -shapes = ( -{ -closed = 1; -nodes = ( -(311,0,l), -(428,486,l), -(478,692,l), -(484,692,l), -(533,486,l), -(650,0,l), -(710,0,l), -(886,729,l), -(844,729,l), -(728,225,l), -(684,33,l), -(678,33,l), -(632,224,l), -(511,729,l), -(451,729,l), -(329,222,l), -(284,33,l), -(278,33,l), -(234,225,l), -(118,729,l), -(76,729,l), -(252,0,l) -); -}, -{ -closed = 1; -nodes = ( -(905,348,l), -(905,382,l), -(57,382,l), -(57,348,l) -); -} -); -width = 961; -}, -{ -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(455,0,l), -(484,307,l), -(501,580,l), -(513,580,l), -(529,307,l), -(556,0,l), -(837,0,l), -(959,729,l), -(754,729,l), -(717,333,l), -(702,139,l), -(690,139,l), -(672,333,l), -(630,729,l), -(384,729,l), -(344,333,l), -(328,141,l), -(316,141,l), -(299,333,l), -(257,729,l), -(52,729,l), -(174,0,l) +(364,0,l), +(381,352,l), +(386,565,l), +(404,565,l), +(408,352,l), +(421,0,l), +(659,0,l), +(744,729,l), +(574,729,l), +(555,352,l), +(548,122,l), +(531,122,l), +(522,352,l), +(495,729,l), +(294,729,l), +(267,352,l), +(258,124,l), +(241,124,l), +(233,352,l), +(211,729,l), +(42,729,l), +(127,0,l) ); }, { closed = 1; nodes = ( -(975,270,l), -(975,406,l), -(35,406,l), -(35,270,l) +(762,290,l), +(762,419,l), +(25,419,l), +(25,290,l) ); } ); -width = 1010; +width = 787; }, { layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; @@ -285,41 +201,125 @@ shapes = ( { closed = 1; nodes = ( -(511,0,l), -(530,363,l), -(542,573,l), -(556,573,l), -(571,363,l), -(597,0,l), -(908,0,l), -(1071,729,l), -(839,729,l), -(788,385,l), -(758,174,l), -(742,174,l), -(727,385,l), -(704,729,l), -(399,729,l), -(376,386,l), -(361,174,l), -(343,174,l), -(313,385,l), -(264,729,l), -(24,729,l), -(199,0,l) +(517,0,l), +(536,363,l), +(548,573,l), +(562,573,l), +(577,363,l), +(603,0,l), +(914,0,l), +(1077,729,l), +(845,729,l), +(794,385,l), +(764,174,l), +(748,174,l), +(733,385,l), +(710,729,l), +(405,729,l), +(382,386,l), +(367,174,l), +(349,174,l), +(319,385,l), +(270,729,l), +(30,729,l), +(205,0,l) ); }, { closed = 1; nodes = ( -(1073,287,l), -(1073,435,l), -(22,435,l), -(22,287,l) +(1079,287,l), +(1079,435,l), +(28,435,l), +(28,287,l) ); } ); -width = 1096; +width = 1108; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(308,0,l), +(423,486,l), +(471,692,l), +(477,692,l), +(526,486,l), +(640,0,l), +(699,0,l), +(871,729,l), +(831,729,l), +(717,225,l), +(673,33,l), +(667,33,l), +(623,224,l), +(504,729,l), +(445,729,l), +(326,222,l), +(281,33,l), +(275,33,l), +(233,225,l), +(119,729,l), +(77,729,l), +(250,0,l) +); +}, +{ +closed = 1; +nodes = ( +(890,348,l), +(890,382,l), +(58,382,l), +(58,348,l) +); +} +); +width = 946; +}, +{ +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(446,0,l), +(474,307,l), +(490,580,l), +(502,580,l), +(517,307,l), +(543,0,l), +(821,0,l), +(939,729,l), +(736,729,l), +(701,333,l), +(687,139,l), +(675,139,l), +(657,333,l), +(618,729,l), +(374,729,l), +(337,333,l), +(321,141,l), +(310,141,l), +(293,333,l), +(253,729,l), +(50,729,l), +(168,0,l) +); +}, +{ +closed = 1; +nodes = ( +(954,270,l), +(954,406,l), +(34,406,l), +(34,270,l) +); +} +); +width = 987; }, { background = { @@ -449,41 +449,41 @@ shapes = ( { closed = 1; nodes = ( -(307,0,l), -(391,347,l), -(442,565,l), -(459,565,l), -(420,347,l), -(363,0,l), -(612,0,l), -(845,729,l), -(664,729,l), -(573,343,l), -(525,140,l), -(508,140,l), -(538,341,l), -(597,729,l), -(374,729,l), -(273,331,l), -(226,143,l), -(210,143,l), -(239,326,l), -(304,729,l), -(126,729,l), -(53,0,l) +(315,0,l), +(399,347,l), +(450,565,l), +(467,565,l), +(428,347,l), +(371,0,l), +(620,0,l), +(853,729,l), +(672,729,l), +(581,343,l), +(533,140,l), +(516,140,l), +(546,341,l), +(605,729,l), +(382,729,l), +(281,331,l), +(234,143,l), +(218,143,l), +(247,326,l), +(312,729,l), +(134,729,l), +(61,0,l) ); }, { closed = 1; nodes = ( -(767,293,l), -(792,416,l), -(47,416,l), -(22,293,l) +(775,293,l), +(800,416,l), +(55,416,l), +(30,293,l) ); } ); -width = 779; +width = 795; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -657,41 +657,733 @@ shapes = ( { closed = 1; nodes = ( -(447,0,l), -(542,384,l), -(589,572,l), -(604,572,l), -(580,380,l), -(526,0,l), -(847,0,l), -(1154,729,l), -(916,729,l), -(777,330,l), -(729,181,l), -(713,181,l), -(735,329,l), -(791,729,l), -(476,729,l), -(365,323,l), -(330,180,l), -(312,180,l), -(323,324,l), -(351,729,l), +(453,0,l), +(548,384,l), +(595,572,l), +(610,572,l), +(586,380,l), +(532,0,l), +(853,0,l), +(1160,729,l), +(922,729,l), +(783,330,l), +(735,181,l), +(719,181,l), +(741,329,l), +(797,729,l), +(482,729,l), +(371,323,l), +(336,180,l), +(318,180,l), +(329,324,l), +(357,729,l), +(132,729,l), +(130,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1083,299,l), +(1114,447,l), +(64,447,l), +(33,299,l) +); +} +); +width = 1104; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(300,691,l), +(306,691,l), +(402,0,l), +(454,0,l), +(557,729,l), +(524,729,l), +(432,33,l), +(427,33,l), +(329,729,l), +(277,729,l), +(180,33,l), +(175,33,l), +(83,729,l), +(49,729,l), +(153,0,l) +); +}, +{ +closed = 1; +nodes = ( +(581,350,l), +(581,379,l), +(26,379,l), +(26,350,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(184,0,l), +(239,367,l), +(280,691,l), +(286,691,l), +(328,364,l), +(382,0,l), +(434,0,l), +(537,729,l), +(504,729,l), +(451,361,l), +(412,33,l), +(407,33,l), +(364,363,l), +(309,729,l), +(257,729,l), +(202,363,l), +(160,33,l), +(155,33,l), +(115,364,l), +(63,729,l), +(29,729,l), +(133,0,l) +); +}, +{ +closed = 1; +nodes = ( +(561,350,l), +(561,379,l), +(6,379,l), +(6,350,l) +); +} +); +width = 567; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(356,0,l), +(378,565,l), +(396,565,l), +(413,0,l), +(651,0,l), +(736,729,l), +(566,729,l), +(540,122,l), +(523,122,l), +(487,729,l), +(286,729,l), +(250,124,l), +(233,124,l), +(203,729,l), +(34,729,l), +(119,0,l) +); +}, +{ +closed = 1; +nodes = ( +(754,290,l), +(754,419,l), +(17,419,l), +(17,290,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(346,0,l), +(363,352,l), +(368,565,l), +(386,565,l), +(390,352,l), +(403,0,l), +(641,0,l), +(726,729,l), +(556,729,l), +(537,352,l), +(530,122,l), +(513,122,l), +(504,352,l), +(477,729,l), +(276,729,l), +(249,352,l), +(240,124,l), +(223,124,l), +(215,352,l), +(193,729,l), +(24,729,l), +(109,0,l) +); +}, +{ +closed = 1; +nodes = ( +(744,290,l), +(744,419,l), +(7,419,l), +(7,290,l) +); +} +); +width = 751; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(291,0,l), +(408,486,l), +(458,692,l), +(464,692,l), +(513,486,l), +(630,0,l), +(690,0,l), +(866,729,l), +(824,729,l), +(708,225,l), +(664,33,l), +(658,33,l), +(612,224,l), +(491,729,l), +(431,729,l), +(309,222,l), +(264,33,l), +(258,33,l), +(214,225,l), +(98,729,l), +(56,729,l), +(232,0,l) +); +}, +{ +closed = 1; +nodes = ( +(885,348,l), +(885,382,l), +(37,382,l), +(37,348,l) +); +} +); +width = 921; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(434,0,l), +(463,307,l), +(480,580,l), +(492,580,l), +(508,307,l), +(535,0,l), +(816,0,l), +(938,729,l), +(733,729,l), +(696,333,l), +(681,139,l), +(669,139,l), +(651,333,l), +(609,729,l), +(363,729,l), +(323,333,l), +(307,141,l), +(295,141,l), +(278,333,l), +(236,729,l), +(31,729,l), +(153,0,l) +); +}, +{ +closed = 1; +nodes = ( +(954,270,l), +(954,406,l), +(14,406,l), +(14,270,l) +); +} +); +width = 968; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(292,0,l), +(433,478,l), +(494,691,l), +(503,691,l), +(562,478,l), +(699,0,l), +(754,0,l), +(967,729,l), +(926,729,l), +(790,252,l), +(730,40,l), +(723,40,l), +(663,250,l), +(528,729,l), +(470,729,l), +(328,247,l), +(268,41,l), +(262,41,l), +(204,252,l), +(72,729,l), +(30,729,l), +(237,0,l) +); +}, +{ +closed = 1; +nodes = ( +(964,347,l), +(964,383,l), +(33,383,l), +(33,347,l) +); +} +); +width = 997; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(501,0,l), +(520,363,l), +(532,573,l), +(546,573,l), +(561,363,l), +(587,0,l), +(898,0,l), +(1061,729,l), +(829,729,l), +(778,385,l), +(748,174,l), +(732,174,l), +(717,385,l), +(694,729,l), +(389,729,l), +(366,386,l), +(351,174,l), +(333,174,l), +(303,385,l), +(254,729,l), +(14,729,l), +(189,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1063,287,l), +(1063,435,l), +(12,435,l), +(12,287,l) +); +} +); +width = 1076; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(149,0,l), +(316,495,l), +(382,691,l), +(387,691,l), +(374,496,l), +(340,0,l), +(388,0,l), +(643,729,l), +(611,729,l), +(440,225,l), +(373,28,l), +(367,28,l), +(381,230,l), +(417,729,l), +(368,729,l), +(184,184,l), +(131,27,l), +(125,27,l), +(137,193,l), +(175,729,l), +(145,729,l), +(97,0,l) +); +}, +{ +closed = 1; +nodes = ( +(585,351,l), +(589,376,l), +(50,376,l), +(45,351,l) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(126,0,l), +(250,359,l), +(357,681,l), +(362,681,l), +(338,358,l), +(317,0,l), +(365,0,l), +(620,729,l), +(588,729,l), +(458,359,l), +(349,29,l), +(343,29,l), +(370,358,l), +(394,729,l), +(345,729,l), +(216,360,l), +(109,28,l), +(103,28,l), +(129,361,l), +(152,729,l), +(122,729,l), +(74,0,l) +); +}, +{ +closed = 1; +nodes = ( +(562,351,l), +(566,376,l), +(27,376,l), +(22,351,l) +); +} +); +width = 547; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(307,0,l), +(391,372,l), +(437,575,l), +(454,575,l), +(422,372,l), +(363,0,l), +(612,0,l), +(845,729,l), +(664,729,l), +(572,339,l), +(525,140,l), +(508,140,l), +(538,341,l), +(597,729,l), +(374,729,l), +(273,331,l), +(226,143,l), +(210,143,l), +(239,326,l), +(304,729,l), (126,729,l), -(124,0,l) +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(767,293,l), +(792,416,l), +(47,416,l), +(22,293,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,0,l), +(380,347,l), +(431,565,l), +(448,565,l), +(409,347,l), +(352,0,l), +(601,0,l), +(834,729,l), +(653,729,l), +(562,343,l), +(514,140,l), +(497,140,l), +(527,341,l), +(586,729,l), +(363,729,l), +(262,331,l), +(215,143,l), +(199,143,l), +(228,326,l), +(293,729,l), +(115,729,l), +(42,0,l) +); +}, +{ +closed = 1; +nodes = ( +(756,293,l), +(781,416,l), +(36,416,l), +(11,293,l) +); +} +); +width = 757; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,0,l), +(440,493,l), +(524,692,l), +(529,692,l), +(530,493,l), +(534,0,l), +(588,0,l), +(919,729,l), +(878,729,l), +(635,187,l), +(570,42,l), +(565,42,l), +(564,194,l), +(561,729,l), +(504,729,l), +(271,177,l), +(215,43,l), +(210,43,l), +(206,172,l), +(188,729,l), +(152,729,l), +(177,0,l) +); +}, +{ +closed = 1; +nodes = ( +(868,350,l), +(876,380,l), +(57,380,l), +(49,350,l) +); +} +); +width = 880; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,0,l), +(483,381,l), +(532,553,l), +(543,553,l), +(521,379,l), +(477,0,l), +(766,0,l), +(1029,729,l), +(815,729,l), +(701,325,l), +(653,157,l), +(640,157,l), +(659,324,l), +(703,729,l), +(445,729,l), +(327,345,l), +(270,159,l), +(255,159,l), +(280,345,l), +(331,729,l), +(116,729,l), +(86,0,l) +); +}, +{ +closed = 1; +nodes = ( +(949,282,l), +(977,418,l), +(37,418,l), +(9,282,l) +); +} +); +width = 955; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(252,0,l), +(497,515,l), +(579,687,l), +(584,687,l), +(593,517,l), +(620,0,l), +(677,0,l), +(1061,729,l), +(1018,729,l), +(772,258,l), +(659,42,l), +(652,42,l), +(641,262,l), +(617,729,l), +(562,729,l), +(334,250,l), +(235,43,l), +(229,43,l), +(208,253,l), +(162,729,l), +(123,729,l), +(199,0,l) +); +}, +{ +closed = 1; +nodes = ( +(960,348,l), +(967,382,l), +(74,382,l), +(67,348,l) +); +} +); +width = 990; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(416,0,l), +(530,400,l), +(581,586,l), +(595,586,l), +(575,397,l), +(531,0,l), +(819,0,l), +(1136,729,l), +(922,729,l), +(770,321,l), +(714,164,l), +(699,164,l), +(717,321,l), +(763,729,l), +(480,729,l), +(355,314,l), +(310,163,l), +(293,163,l), +(302,315,l), +(321,729,l), +(119,729,l), +(127,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1061,292,l), +(1094,452,l), +(48,452,l), +(15,292,l) +); +} +); +}; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(432,0,l), +(527,384,l), +(574,572,l), +(589,572,l), +(565,380,l), +(511,0,l), +(832,0,l), +(1139,729,l), +(901,729,l), +(762,330,l), +(714,181,l), +(698,181,l), +(720,329,l), +(776,729,l), +(461,729,l), +(350,323,l), +(315,180,l), +(297,180,l), +(308,324,l), +(336,729,l), +(111,729,l), +(109,0,l) ); }, { closed = 1; nodes = ( -(1077,299,l), -(1108,447,l), -(58,447,l), -(27,299,l) +(1062,299,l), +(1093,447,l), +(43,447,l), +(12,299,l) ); } ); -width = 1092; +width = 1062; } ); unicode = 8361; diff --git a/sources/MonaSans.glyphspackage/glyphs/x.glyph b/sources/MonaSans.glyphspackage/glyphs/x.glyph index 0e2f45a1..bbf5db90 100644 --- a/sources/MonaSans.glyphspackage/glyphs/x.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/x.glyph @@ -1,17 +1,17 @@ { glyphname = x; -kernLeft = x; -kernRight = x; +kernLeft = KO_x; +kernRight = KO_x; layers = ( { anchors = ( { name = bottom; -pos = (238,0); +pos = (246,0); }, { name = top; -pos = (238,541); +pos = (246,541); } ); background = { @@ -46,28 +46,28 @@ shapes = ( { closed = 1; nodes = ( -(192,0,l), -(224,145,l), -(230,176,l), +(200,0,l), +(232,145,l), (238,176,l), -(244,145,l), -(275,0,l), -(468,0,l), -(368,288,l), -(460,541,l), -(281,541,l), -(251,393,l), +(246,176,l), +(252,145,l), +(283,0,l), +(476,0,l), +(376,288,l), +(468,541,l), +(289,541,l), +(259,393,l), +(254,366,l), (246,366,l), -(238,366,l), -(233,393,l), -(205,541,l), -(14,541,l), -(109,284,l), -(7,0,l) +(241,393,l), +(213,541,l), +(22,541,l), +(117,284,l), +(15,0,l) ); } ); -width = 475; +width = 491; }, { anchors = ( @@ -139,11 +139,135 @@ width = 255; anchors = ( { name = bottom; -pos = (255,0); +pos = (272,0); +}, +{ +name = top; +pos = (272,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(271,239,l), +(276,239,l), +(485,0,l), +(533,0,l), +(298,266,l), +(520,517,l), +(474,517,l), +(276,290,l), +(271,290,l), +(71,517,l), +(23,517,l), +(249,265,l), +(11,0,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(244,210,l), +(271,241,l), +(276,241,l), +(302,210,l), +(485,0,l), +(533,0,l), +(298,266,l), +(520,517,l), +(474,517,l), +(302,319,l), +(276,288,l), +(271,288,l), +(245,319,l), +(71,517,l), +(23,517,l), +(249,265,l), +(11,0,l) +); +} +); +width = 545; +}, +{ +anchors = ( +{ +name = bottom; +pos = (360,0); +}, +{ +name = top; +pos = (360,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(239,0,l), +(347,151,l), +(353,151,l), +(461,0,l), +(718,0,l), +(503,287,l), +(706,544,l), +(456,544,l), +(359,399,l), +(353,399,l), +(258,544,l), +(1,544,l), +(213,281,l), +(-10,0,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(245,0,l), +(338,135,l), +(353,158,l), +(359,158,l), +(374,135,l), +(467,0,l), +(724,0,l), +(509,287,l), +(712,544,l), +(462,544,l), +(378,413,l), +(365,392,l), +(359,392,l), +(346,413,l), +(264,544,l), +(7,544,l), +(219,281,l), +(-4,0,l) +); +} +); +width = 721; +}, +{ +anchors = ( +{ +name = bottom; +pos = (252,0); }, { name = top; -pos = (255,517); +pos = (252,517); } ); background = { @@ -169,29 +293,29 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(63,0,l), -(239,228,l), -(254,247,l), -(258,247,l), -(272,228,l), -(443,0,l), -(487,0,l), -(279,271,l), -(465,517,l), -(423,517,l), -(271,311,l), -(259,294,l), -(255,294,l), -(242,311,l), -(87,517,l), -(45,517,l), -(233,271,l), -(22,0,l) +(64,0,l), +(238,228,l), +(251,247,l), +(255,247,l), +(269,228,l), +(438,0,l), +(480,0,l), +(276,271,l), +(458,517,l), +(418,517,l), +(268,311,l), +(256,294,l), +(252,294,l), +(241,311,l), +(88,517,l), +(48,517,l), +(232,271,l), +(25,0,l) ); } ); @@ -229,17 +353,17 @@ type = TopGhost; } ); }; -width = 511; +width = 506; }, { anchors = ( { name = bottom; -pos = (331,0); +pos = (322,0); }, { name = top; -pos = (331,544); +pos = (322,544); } ); background = { @@ -269,157 +393,33 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,0,l), -(312,146,l), -(325,170,l), -(331,170,l), -(344,146,l), -(431,0,l), -(656,0,l), -(464,282,l), -(639,544,l), -(422,544,l), -(349,416,l), -(338,395,l), -(332,395,l), -(321,416,l), -(249,544,l), -(22,544,l), -(203,277,l), -(5,0,l) -); -} -); -width = 662; -}, -{ -anchors = ( -{ -name = bottom; -pos = (272,0); -}, -{ -name = top; -pos = (272,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(271,239,l), -(276,239,l), -(485,0,l), -(533,0,l), -(298,266,l), -(520,517,l), -(474,517,l), -(276,290,l), -(271,290,l), -(71,517,l), -(23,517,l), -(249,265,l), -(11,0,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(244,210,l), -(271,241,l), -(276,241,l), -(302,210,l), -(485,0,l), -(533,0,l), -(298,266,l), -(520,517,l), -(474,517,l), -(302,319,l), -(276,288,l), -(271,288,l), -(245,319,l), -(71,517,l), -(23,517,l), -(249,265,l), -(11,0,l) -); -} -); -width = 545; -}, -{ -anchors = ( -{ -name = bottom; -pos = (354,0); -}, -{ -name = top; -pos = (354,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(239,0,l), -(347,151,l), -(353,151,l), -(461,0,l), -(718,0,l), -(503,287,l), -(706,544,l), -(456,544,l), -(359,399,l), -(353,399,l), -(258,544,l), -(1,544,l), -(213,281,l), -(-10,0,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(239,0,l), -(332,135,l), -(347,158,l), -(353,158,l), -(368,135,l), -(461,0,l), -(718,0,l), -(503,287,l), -(706,544,l), -(456,544,l), -(372,413,l), -(359,392,l), -(353,392,l), -(340,413,l), -(258,544,l), -(1,544,l), -(213,281,l), -(-10,0,l) +(217,0,l), +(286,117,l), +(314,170,l), +(324,170,l), +(349,117,l), +(416,0,l), +(639,0,l), +(453,282,l), +(623,544,l), +(407,544,l), +(349,435,l), +(330,395,l), +(321,395,l), +(303,433,l), +(246,544,l), +(20,544,l), +(195,277,l), +(4,0,l) ); } ); -width = 709; +width = 643; }, { anchors = ( @@ -491,11 +491,11 @@ width = 250; anchors = ( { name = bottom; -pos = (184,0); +pos = (192,0); }, { name = top; -pos = (296,541); +pos = (304,541); } ); background = { @@ -530,28 +530,28 @@ shapes = ( { closed = 1; nodes = ( -(137,0,l), -(197,156,l), -(208,186,l), -(214,186,l), -(215,156,l), -(220,0,l), -(392,0,l), -(360,274,l), -(506,541,l), -(326,541,l), -(264,388,l), -(254,360,l), -(248,360,l), -(248,389,l), -(248,541,l), -(69,541,l), -(106,284,l), -(-49,0,l) +(145,0,l), +(205,156,l), +(216,186,l), +(222,186,l), +(223,156,l), +(228,0,l), +(400,0,l), +(368,274,l), +(514,541,l), +(334,541,l), +(272,388,l), +(262,360,l), +(256,360,l), +(256,389,l), +(256,541,l), +(77,541,l), +(114,284,l), +(-41,0,l) ); } ); -width = 457; +width = 473; }, { anchors = ( @@ -674,11 +674,11 @@ width = 537; anchors = ( { name = bottom; -pos = (305,0); +pos = (311,0); }, { name = top; -pos = (417,544); +pos = (423,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -686,28 +686,734 @@ shapes = ( { closed = 1; nodes = ( -(187,0,l), -(300,128,l), -(320,152,l), +(193,0,l), +(306,128,l), (326,152,l), -(339,129,l), -(410,0,l), -(653,0,l), -(490,274,l), -(754,544,l), -(499,544,l), -(398,428,l), +(332,152,l), +(345,129,l), +(416,0,l), +(659,0,l), +(496,274,l), +(760,544,l), +(505,544,l), +(404,428,l), +(380,401,l), (374,401,l), -(368,401,l), -(355,428,l), -(298,544,l), -(58,544,l), -(214,285,l), -(-66,0,l) +(361,428,l), +(304,544,l), +(64,544,l), +(220,285,l), +(-60,0,l) +); +} +); +width = 712; +}, +{ +anchors = ( +{ +name = bottom; +pos = (120,0); +}, +{ +name = top; +pos = (120,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(49,0,l), +(83,98,l), +(130,244,l), +(134,244,l), +(179,98,l), +(212,0,l), +(242,0,l), +(150,264,l), +(240,516,l), +(209,516,l), +(174,412,l), +(134,286,l), +(131,286,l), +(91,412,l), +(56,516,l), +(24,516,l), +(114,264,l), +(17,0,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(31,0,l), +(96,180,l), +(122,243,l), +(123,243,l), +(146,180,l), +(210,0,l), +(241,0,l), +(141,274,l), +(237,516,l), +(206,516,l), +(144,358,l), +(123,304,l), +(122,304,l), +(100,358,l), +(39,516,l), +(7,516,l), +(103,274,l), +(-1,0,l) +); +} +); +width = 244; +}, +{ +anchors = ( +{ +name = bottom; +pos = (218,0); +}, +{ +name = top; +pos = (218,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(177,0,l), +(196,80,l), +(215,176,l), +(223,176,l), +(242,80,l), +(260,0,l), +(453,0,l), +(353,288,l), +(445,541,l), +(266,541,l), +(248,459,l), +(231,366,l), +(223,366,l), +(207,459,l), +(190,541,l), +(-1,541,l), +(94,284,l), +(-8,0,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(173,0,l), +(198,100,l), +(214,155,l), +(215,155,l), +(231,100,l), +(257,0,l), +(433,0,l), +(343,288,l), +(424,541,l), +(262,541,l), +(238,431,l), +(225,386,l), +(224,386,l), +(212,431,l), +(187,541,l), +(10,541,l), +(94,284,l), +(3,0,l) +); +} +); +width = 435; +}, +{ +anchors = ( +{ +name = bottom; +pos = (235,0); +}, +{ +name = top; +pos = (235,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(63,0,l), +(254,244,l), +(258,244,l), +(444,0,l), +(487,0,l), +(280,271,l), +(465,517,l), +(423,517,l), +(259,298,l), +(255,298,l), +(88,517,l), +(45,517,l), +(233,270,l), +(22,0,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(186,187,l), +(235,248,l), +(236,248,l), +(286,187,l), +(434,0,l), +(479,0,l), +(263,274,l), +(455,517,l), +(412,517,l), +(280,349,l), +(238,296,l), +(237,296,l), +(193,349,l), +(60,517,l), +(14,517,l), +(210,272,l), +(-8,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +11 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +} +); +}; +width = 471; +}, +{ +anchors = ( +{ +name = bottom; +pos = (308,0); +}, +{ +name = top; +pos = (308,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(209,0,l), +(276,102,l), +(314,170,l), +(320,170,l), +(357,102,l), +(420,0,l), +(645,0,l), +(453,282,l), +(628,544,l), +(411,544,l), +(361,459,l), +(327,395,l), +(321,395,l), +(287,459,l), +(238,544,l), +(11,544,l), +(192,277,l), +(-6,0,l) +); +} +); +}; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,0,l), +(282,129,l), +(305,164,l), +(306,164,l), +(326,129,l), +(403,0,l), +(629,0,l), +(446,282,l), +(612,544,l), +(406,544,l), +(346,438,l), +(323,400,l), +(322,400,l), +(299,438,l), +(241,544,l), +(14,544,l), +(186,277,l), +(-2,0,l) +); +} +); +width = 627; +}, +{ +anchors = ( +{ +name = bottom; +pos = (274,0); +}, +{ +name = top; +pos = (274,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(63,0,l), +(278,239,l), +(283,239,l), +(492,0,l), +(540,0,l), +(305,266,l), +(527,517,l), +(481,517,l), +(283,290,l), +(278,290,l), +(78,517,l), +(30,517,l), +(256,265,l), +(18,0,l) +); +} +); +}; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,0,l), +(218,184,l), +(275,245,l), +(276,245,l), +(332,184,l), +(496,0,l), +(547,0,l), +(304,269,l), +(530,517,l), +(481,517,l), +(328,349,l), +(276,293,l), +(275,293,l), +(222,349,l), +(68,517,l), +(18,517,l), +(248,269,l), +(2,0,l) +); +} +); +width = 549; +}, +{ +anchors = ( +{ +name = bottom; +pos = (349,0); +}, +{ +name = top; +pos = (349,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(239,0,l), +(347,151,l), +(353,151,l), +(461,0,l), +(718,0,l), +(503,287,l), +(706,544,l), +(456,544,l), +(359,399,l), +(353,399,l), +(258,544,l), +(1,544,l), +(213,281,l), +(-10,0,l) +); +} +); +}; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(234,0,l), +(308,103,l), +(345,158,l), +(346,158,l), +(385,102,l), +(456,0,l), +(713,0,l), +(498,287,l), +(701,544,l), +(451,544,l), +(390,449,l), +(352,392,l), +(351,392,l), +(312,449,l), +(253,544,l), +(-4,544,l), +(208,281,l), +(-15,0,l) +); +} +); +width = 699; +}, +{ +anchors = ( +{ +name = bottom; +pos = (66,0); +}, +{ +name = top; +pos = (190,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(3,0,l), +(73,129,l), +(133,244,l), +(137,244,l), +(149,129,l), +(165,0,l), +(192,0,l), +(156,261,l), +(299,516,l), +(268,516,l), +(213,414,l), +(145,283,l), +(141,283,l), +(128,414,l), +(116,516,l), +(89,516,l), +(122,266,l), +(-28,0,l) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(-23,0,l), +(79,172,l), +(124,251,l), +(125,251,l), +(137,172,l), +(158,0,l), +(188,0,l), +(148,274,l), +(296,516,l), +(263,516,l), +(183,382,l), +(137,304,l), +(136,304,l), +(126,382,l), +(112,516,l), +(84,516,l), +(112,279,l), +(-56,0,l) +); +} +); +width = 246; +}, +{ +anchors = ( +{ +name = bottom; +pos = (172,0); +}, +{ +name = top; +pos = (294,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(141,0,l), +(180,96,l), +(212,186,l), +(218,186,l), +(220,96,l), +(224,0,l), +(396,0,l), +(364,274,l), +(510,541,l), +(330,541,l), +(294,456,l), +(258,360,l), +(252,360,l), +(252,456,l), +(252,541,l), +(73,541,l), +(110,284,l), +(-45,0,l) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(125,0,l), +(172,114,l), +(199,176,l), +(200,176,l), +(203,114,l), +(208,0,l), +(379,0,l), +(353,264,l), +(499,541,l), +(324,541,l), +(275,427,l), +(252,371,l), +(251,371,l), +(250,427,l), +(247,541,l), +(73,541,l), +(104,299,l), +(-56,0,l) +); +} +); +width = 445; +}, +{ +anchors = ( +{ +name = bottom; +pos = (185,0); +}, +{ +name = top; +pos = (293,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(-13,0,l), +(159,182,l), +(227,253,l), +(228,253,l), +(268,179,l), +(362,0,l), +(403,0,l), +(255,275,l), +(481,517,l), +(437,517,l), +(301,370,l), +(234,298,l), +(233,298,l), +(196,370,l), +(118,517,l), +(78,517,l), +(207,278,l), +(-57,0,l) +); +} +); +width = 455; +}, +{ +anchors = ( +{ +name = bottom; +pos = (263,0); +}, +{ +name = top; +pos = (375,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(146,0,l), +(246,117,l), +(284,166,l), +(285,166,l), +(308,117,l), +(369,0,l), +(584,0,l), +(434,281,l), +(676,544,l), +(446,544,l), +(373,455,l), +(335,408,l), +(334,408,l), +(311,459,l), +(273,544,l), +(55,544,l), +(188,299,l), +(-81,0,l) +); +} +); +width = 616; +}, +{ +anchors = ( +{ +name = bottom; +pos = (215,0); +}, +{ +name = top; +pos = (323,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-4,0,l), +(183,175,l), +(255,243,l), +(256,243,l), +(297,179,l), +(417,0,l), +(461,0,l), +(285,263,l), +(557,517,l), +(509,517,l), +(339,358,l), +(263,286,l), +(262,286,l), +(214,358,l), +(110,517,l), +(67,517,l), +(235,268,l), +(-53,0,l) +); +} +); +width = 517; +}, +{ +anchors = ( +{ +name = bottom; +pos = (300,0); +}, +{ +name = top; +pos = (412,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,0,l), +(258,85,l), +(318,152,l), +(319,152,l), +(355,90,l), +(405,0,l), +(648,0,l), +(485,274,l), +(749,544,l), +(494,544,l), +(405,442,l), +(367,401,l), +(366,401,l), +(343,442,l), +(293,544,l), +(53,544,l), +(209,285,l), +(-71,0,l) ); } ); -width = 700; +width = 690; } ); unicode = 120; diff --git a/sources/MonaSans.glyphspackage/glyphs/y.glyph b/sources/MonaSans.glyphspackage/glyphs/y.glyph index 985fa330..43a64b40 100644 --- a/sources/MonaSans.glyphspackage/glyphs/y.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/y.glyph @@ -1,17 +1,25 @@ { glyphname = y; -kernLeft = y; -kernRight = y; +kernLeft = KO_y; +kernRight = KO_y; layers = ( { anchors = ( { +name = "#entry"; +pos = (52,0); +}, +{ +name = "#exit"; +pos = (447,0); +}, +{ name = bottom; -pos = (417,0); +pos = (425,0); }, { name = top; -pos = (220,541); +pos = (228,541); } ); background = { @@ -48,34 +56,42 @@ shapes = ( { closed = 1; nodes = ( -(121,-167,ls), -(219,-167,o), -(304,-135,o), -(332,11,cs), -(432,541,l), -(263,541,l), -(242,301,l), -(233,179,l), -(226,179,l), -(214,300,l), -(187,541,l), -(7,541,l), -(149,-38,l), -(155,80,l), -(145,16,ls), -(138,-27,o), -(119,-36,o), -(89,-36,cs), -(55,-36,l), -(55,-167,l) +(129,-167,ls), +(227,-167,o), +(312,-135,o), +(340,11,cs), +(440,541,l), +(271,541,l), +(250,301,l), +(241,179,l), +(234,179,l), +(222,300,l), +(195,541,l), +(15,541,l), +(157,-38,l), +(163,80,l), +(153,16,ls), +(146,-27,o), +(127,-36,o), +(97,-36,cs), +(63,-36,l), +(63,-167,l) ); } ); -width = 439; +width = 455; }, { anchors = ( { +name = "#entry"; +pos = (20,0); +}, +{ +name = "#exit"; +pos = (254,0); +}, +{ name = bottom; pos = (202,0); }, @@ -141,17 +157,928 @@ nodes = ( ); } ); -width = 254; +width = 254; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (30,0); +}, +{ +name = "#exit"; +pos = (558,0); +}, +{ +name = bottom; +pos = (412,0); +}, +{ +name = top; +pos = (279,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(98,-167,ls), +(177,-167,o), +(228,-130,o), +(263,-59,cs), +(549,517,l), +(508,517,l), +(336,167,l), +(290,74,l), +(284,74,l), +(236,165,l), +(51,517,l), +(9,517,l), +(273,23,l), +(273,38,l), +(231,-45,ls), +(202,-103,o), +(167,-133,o), +(101,-133,cs), +(41,-133,l), +(41,-167,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(98,-167,ls), +(177,-167,o), +(228,-130,o), +(263,-59,cs), +(547,517,l), +(508,517,l), +(379,256,l), +(290,72,l), +(284,72,l), +(188,256,l), +(51,517,l), +(11,517,l), +(272,23,l), +(272,37,l), +(231,-45,ls), +(202,-103,o), +(167,-133,o), +(101,-133,cs), +(41,-133,l), +(41,-167,l) +); +} +); +width = 558; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,0); +}, +{ +name = "#exit"; +pos = (679,0); +}, +{ +name = bottom; +pos = (563,0); +}, +{ +name = top; +pos = (343,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(160,-167,ls), +(291,-167,o), +(370,-131,o), +(423,-17,cs), +(683,544,l), +(454,544,l), +(346,248,l), +(339,248,l), +(227,544,l), +(-10,544,l), +(254,6,l), +(246,77,l), +(236,51,ls), +(224,20,o), +(202,5,o), +(133,5,cs), +(57,5,l), +(57,-167,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(166,-167,ls), +(297,-167,o), +(376,-131,o), +(429,-17,cs), +(689,544,l), +(460,544,l), +(380,324,l), +(353,238,l), +(344,238,l), +(316,324,l), +(233,544,l), +(-4,544,l), +(246,36,l), +(246,59,l), +(239,45,ls), +(226,19,o), +(203,5,o), +(139,5,cs), +(63,5,l), +(63,-167,l) +); +} +); +width = 685; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (42,0); +}, +{ +name = "#exit"; +pos = (485,0); +}, +{ +name = bottom; +pos = (340,0); +}, +{ +name = top; +pos = (245,517); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(102,-167,ls), +(172,-167,o), +(204,-138,o), +(228,-77,cs), +(466,517,l), +(429,517,l), +(282,145,l), +(254,73,l), +(250,73,l), +(220,145,l), +(65,517,l), +(25,517,l), +(239,23,l), +(239,40,l), +(197,-65,ls), +(178,-113,o), +(152,-135,o), +(100,-135,cs), +(53,-135,l), +(53,-167,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(99,-182,ls), +(167,-182,o), +(199,-153,o), +(223,-92,cs), +(459,517,l), +(422,517,l), +(307,223,l), +(251,71,l), +(248,71,l), +(189,223,l), +(67,517,l), +(28,517,l), +(237,23,l), +(237,39,l), +(192,-80,ls), +(174,-128,o), +(149,-150,o), +(97,-150,cs), +(52,-150,l), +(52,-182,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +13 +); +stem = -2; +target = ( +0, +20 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +17 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +} +); +}; +width = 487; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (65,0); +}, +{ +name = "#exit"; +pos = (582,0); +}, +{ +name = bottom; +pos = (489,0); +}, +{ +name = top; +pos = (291,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(169,-167,ls), +(270,-167,o), +(350,-137,o), +(397,-4,cs), +(594,544,l), +(389,544,l), +(344,376,ls), +(332,330,o), +(320,285,o), +(309,220,c), +(302,220,l), +(290,285,o), +(277,330,o), +(264,376,cs), +(216,544,l), +(6,544,l), +(219,25,l), +(219,70,l), +(207,38,ls), +(194,4,o), +(172,-11,o), +(131,-11,cs), +(62,-11,l), +(62,-167,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(161,-182,ls), +(261,-182,o), +(339,-151,o), +(384,-19,cs), +(577,544,l), +(374,544,l), +(315,300,l), +(302,220,l), +(291,220,l), +(277,300,l), +(213,544,l), +(5,544,l), +(218,8,l), +(218,88,l), +(196,23,ls), +(184,-13,o), +(160,-26,o), +(123,-26,cs), +(55,-26,l), +(55,-182,l) +); +} +); +width = 582; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-56,0); +}, +{ +name = "#exit"; +pos = (192,0); +}, +{ +name = bottom; +pos = (157,0); +}, +{ +name = top; +pos = (178,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-37,-168,ls), +(-3,-168,o), +(23,-153,o), +(42,-107,cs), +(291,516,l), +(260,516,l), +(119,153,l), +(86,63,l), +(82,63,l), +(85,151,l), +(95,516,l), +(69,516,l), +(54,-48,l), +(71,39,l), +(21,-93,ls), +(4,-134,o), +(-11,-143,o), +(-43,-143,cs), +(-57,-143,l), +(-62,-168,l) +); +} +); +}; +guides = ( +{ +pos = (139,58); +} +); +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(-37,-168,ls), +(-3,-168,o), +(24,-153,o), +(42,-107,cs), +(291,516,l), +(260,516,l), +(119,153,l), +(86,58,l), +(82,58,l), +(85,151,l), +(95,516,l), +(69,516,l), +(56,-48,l), +(71,39,l), +(21,-93,ls), +(5,-135,o), +(-11,-143,o), +(-43,-143,cs), +(-57,-143,l), +(-62,-168,l) +); +} +); +width = 252; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-18,0); +}, +{ +name = "#exit"; +pos = (382,0); +}, +{ +name = bottom; +pos = (385,0); +}, +{ +name = top; +pos = (287,541); +} +); +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(36,-167,ls), +(162,-167,o), +(231,-118,o), +(272,-15,cs), +(491,541,l), +(324,541,l), +(248,286,l), +(218,177,l), +(211,177,l), +(224,288,l), +(249,541,l), +(71,541,l), +(92,-50,l), +(104,38,l), +(89,-8,ls), +(81,-32,o), +(65,-36,o), +(35,-36,cs), +(-2,-36,l), +(-29,-167,l) +); +} +); +width = 450; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-32,0); +}, +{ +name = "#exit"; +pos = (427,0); +}, +{ +name = bottom; +pos = (297,0); +}, +{ +name = top; +pos = (291,517); +} +); +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(-6,-167,ls), +(59,-167,o), +(104,-152,o), +(147,-81,cs), +(507,517,l), +(465,517,l), +(317,267,l), +(206,72,l), +(201,72,l), +(166,267,l), +(117,517,l), +(80,517,l), +(181,16,l), +(183,40,l), +(117,-67,ls), +(80,-127,o), +(48,-134,o), +(-12,-134,cs), +(-35,-134,l), +(-42,-167,l) +); +} +); +width = 479; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-8,0); +}, +{ +name = "#exit"; +pos = (529,0); +}, +{ +name = bottom; +pos = (453,0); +}, +{ +name = top; +pos = (339,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(47,-167,ls), +(219,-167,o), +(284,-109,o), +(344,2,cs), +(634,544,l), +(426,544,l), +(290,218,l), +(283,218,l), +(265,544,l), +(63,544,l), +(148,52,l), +(142,41,ls), +(124,2,o), +(88,-10,o), +(41,-10,cs), +(-7,-10,l), +(-38,-167,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(47,-167,ls), +(219,-167,o), +(284,-109,o), +(344,2,cs), +(634,544,l), +(420,544,l), +(316,296,l), +(286,218,l), +(279,218,l), +(275,296,l), +(257,544,l), +(63,544,l), +(156,9,l), +(160,76,l), +(142,41,ls), +(122,2,o), +(88,-10,o), +(41,-10,cs), +(-7,-10,l), +(-38,-167,l) +); +} +); +width = 586; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-33,0); +}, +{ +name = "#exit"; +pos = (494,0); +}, +{ +name = bottom; +pos = (334,0); +}, +{ +name = top; +pos = (329,517); +} +); +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(2,-167,ls), +(86,-167,o), +(134,-143,o), +(179,-79,cs), +(597,517,l), +(555,517,l), +(314,169,l), +(244,69,l), +(239,69,l), +(210,165,l), +(103,517,l), +(65,517,l), +(226,8,l), +(226,44,l), +(163,-46,ls), +(121,-106,o), +(89,-133,o), +(7,-133,cs), +(-41,-133,l), +(-48,-167,l) +); +} +); +width = 554; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (15,0); +}, +{ +name = "#exit"; +pos = (612,0); +}, +{ +name = bottom; +pos = (531,0); +}, +{ +name = top; +pos = (389,544); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(74,-167,ls), +(192,-167,o), +(306,-141,o), +(396,4,cs), +(731,544,l), +(496,544,l), +(411,383,l), +(333,228,l), +(322,228,l), +(296,387,l), +(270,544,l), +(46,544,l), +(191,29,l), +(191,65,l), +(178,46,ls), +(159,18,o), +(137,5,o), +(87,5,cs), +(-3,5,l), +(-37,-167,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(80,-167,ls), +(198,-167,o), +(312,-141,o), +(402,4,cs), +(737,544,l), +(502,544,l), +(374,293,l), +(339,220,l), +(330,220,l), +(318,293,l), +(276,544,l), +(52,544,l), +(197,31,l), +(205,77,l), +(184,46,ls), +(165,18,o), +(143,5,o), +(93,5,cs), +(3,5,l), +(-31,-167,l) +); +} +); +width = 678; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (10,0); +}, +{ +name = "#exit"; +pos = (245,0); +}, +{ +name = bottom; +pos = (199,0); +}, +{ +name = top; +pos = (124,516); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,-167,ls), +(100,-167,o), +(118,-145,o), +(127,-100,cs), +(247,516,l), +(216,516,l), +(149,154,l), +(135,65,l), +(131,65,l), +(116,152,l), +(52,516,l), +(22,516,l), +(120,-14,l), +(120,10,l), +(105,-77,ls), +(98,-115,o), +(89,-141,o), +(60,-141,cs), +(35,-141,l), +(35,-167,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,-167,ls), +(93,-167,o), +(111,-145,o), +(120,-100,cs), +(239,516,l), +(207,516,l), +(145,173,l), +(126,57,l), +(125,57,l), +(103,173,l), +(37,516,l), +(6,516,l), +(112,-18,l), +(112,6,l), +(98,-77,ls), +(91,-115,o), +(82,-141,o), +(53,-141,cs), +(18,-141,l), +(18,-167,l) +); +} +); +width = 245; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (30,0); +}, +{ +name = "#exit"; +pos = (424,0); +}, +{ +name = bottom; +pos = (409,0); +}, +{ +name = top; +pos = (212,541); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(118,-167,ls), +(216,-167,o), +(301,-135,o), +(329,11,cs), +(429,541,l), +(260,541,l), +(238,286,l), +(230,179,l), +(223,179,l), +(212,288,l), +(184,541,l), +(4,541,l), +(146,-38,l), +(152,80,l), +(142,16,ls), +(135,-27,o), +(116,-36,o), +(86,-36,cs), +(52,-36,l), +(52,-167,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(126,-167,ls), +(244,-167,o), +(298,-115,o), +(320,0,cs), +(423,541,l), +(256,541,l), +(235,323,l), +(222,197,l), +(221,197,l), +(207,322,l), +(182,541,l), +(4,541,l), +(134,-60,l), +(147,90,l), +(134,12,ls), +(128,-21,o), +(118,-26,o), +(88,-26,cs), +(47,-26,l), +(47,-167,l) +); +} +); +width = 424; }, { anchors = ( { +name = "#entry"; +pos = (20,0); +}, +{ +name = "#exit"; +pos = (448,0); +}, +{ name = bottom; -pos = (343,0); +pos = (321,0); }, { name = top; -pos = (246,517); +pos = (224,517); } ); background = { @@ -183,31 +1110,31 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { closed = 1; nodes = ( -(102,-167,ls), -(172,-167,o), -(204,-138,o), -(228,-77,cs), -(466,517,l), -(427,517,l), -(310,223,l), -(254,71,l), -(250,71,l), -(190,223,l), -(66,517,l), -(25,517,l), -(238,23,l), -(238,39,l), -(197,-65,ls), -(178,-113,o), -(152,-135,o), -(100,-135,cs), -(53,-135,l), -(53,-167,l) +(80,-167,ls), +(150,-167,o), +(182,-138,o), +(206,-77,cs), +(444,517,l), +(405,517,l), +(288,223,l), +(232,81,l), +(231,81,l), +(168,223,l), +(44,517,l), +(3,517,l), +(216,23,l), +(216,39,l), +(175,-65,ls), +(156,-113,o), +(130,-135,o), +(78,-135,cs), +(24,-135,l), +(24,-167,l) ); } ); @@ -261,17 +1188,25 @@ type = TopGhost; } ); }; -width = 492; +width = 448; }, { anchors = ( { +name = "#entry"; +pos = (57,0); +}, +{ +name = "#exit"; +pos = (577,0); +}, +{ name = bottom; -pos = (502,0); +pos = (490,0); }, { name = top; -pos = (300,544); +pos = (288,544); } ); background = { @@ -307,45 +1242,53 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(169,-167,ls), -(270,-167,o), -(349,-137,o), -(397,-4,cs), -(594,544,l), -(389,544,l), -(321,280,l), -(309,220,l), -(302,220,l), -(289,280,l), -(216,544,l), -(6,544,l), -(226,8,l), -(226,88,l), -(207,38,ls), -(194,4,o), -(172,-11,o), -(131,-11,cs), -(62,-11,l), -(62,-167,l) +(157,-167,ls), +(277,-167,o), +(344,-118,o), +(385,-4,cs), +(582,544,l), +(377,544,l), +(314,337,l), +(295,274,l), +(294,274,l), +(272,337,l), +(204,544,l), +(-6,544,l), +(214,8,l), +(214,88,l), +(195,38,ls), +(182,4,o), +(160,-11,o), +(119,-11,cs), +(50,-11,l), +(50,-167,l) ); } ); -width = 601; +width = 577; }, { anchors = ( { +name = "#entry"; +pos = (20,0); +}, +{ +name = "#exit"; +pos = (548,0); +}, +{ name = bottom; -pos = (412,0); +pos = (407,0); }, { name = top; -pos = (279,517); +pos = (274,517); } ); background = { @@ -377,45 +1320,53 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(98,-167,ls), -(177,-167,o), -(228,-130,o), -(263,-59,cs), -(547,517,l), -(508,517,l), -(379,256,l), -(290,72,l), -(284,72,l), -(188,256,l), -(51,517,l), -(11,517,l), -(272,23,l), -(272,37,l), -(231,-45,ls), -(202,-103,o), -(167,-133,o), -(101,-133,cs), -(41,-133,l), -(41,-167,l) +(93,-167,ls), +(172,-167,o), +(224,-130,o), +(259,-59,cs), +(544,517,l), +(503,517,l), +(374,256,l), +(283,72,l), +(282,72,l), +(183,256,l), +(47,517,l), +(5,517,l), +(267,23,l), +(267,37,l), +(226,-45,ls), +(197,-103,o), +(162,-133,o), +(96,-133,cs), +(23,-133,l), +(23,-167,l) ); } ); -width = 558; +width = 548; }, { anchors = ( { +name = "#entry"; +pos = (66,0); +}, +{ +name = "#exit"; +pos = (663,0); +}, +{ name = bottom; -pos = (557,0); +pos = (552,0); }, { name = top; -pos = (337,544); +pos = (332,544); } ); background = { @@ -445,45 +1396,53 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(160,-167,ls), +(155,-167,ls), (291,-167,o), -(370,-131,o), +(371,-131,o), (423,-17,cs), -(683,544,l), -(454,544,l), -(374,324,l), -(347,238,l), +(678,544,l), +(449,544,l), +(369,324,l), (338,238,l), -(310,324,l), -(227,544,l), -(-10,544,l), -(240,36,l), -(240,59,l), -(233,45,ls), -(220,19,o), -(197,5,o), -(133,5,cs), -(57,5,l), -(57,-167,l) +(337,238,l), +(305,324,l), +(222,544,l), +(-15,544,l), +(235,36,l), +(235,59,l), +(228,45,ls), +(215,19,o), +(192,5,o), +(128,5,cs), +(52,5,l), +(52,-167,l) ); } ); -width = 673; +width = 663; }, { anchors = ( { +name = "#entry"; +pos = (-66,0); +}, +{ +name = "#exit"; +pos = (183,0); +}, +{ name = bottom; -pos = (157,0); +pos = (149,0); }, { name = top; -pos = (178,516); +pos = (169,516); } ); background = { @@ -491,156 +1450,180 @@ shapes = ( { closed = 1; nodes = ( -(-37,-168,ls), -(-3,-168,o), -(23,-153,o), -(42,-107,cs), -(291,516,l), -(260,516,l), -(119,153,l), -(86,63,l), -(82,63,l), -(85,151,l), -(95,516,l), -(69,516,l), -(54,-48,l), -(71,39,l), -(21,-93,ls), -(4,-134,o), -(-11,-143,o), -(-43,-143,cs), -(-57,-143,l), -(-62,-168,l) +(-24,-168,ls), +(10,-168,o), +(36,-153,o), +(55,-107,cs), +(304,516,l), +(273,516,l), +(132,153,l), +(99,63,l), +(95,63,l), +(98,151,l), +(108,516,l), +(82,516,l), +(67,-48,l), +(84,39,l), +(34,-93,ls), +(17,-134,o), +(2,-143,o), +(-30,-143,cs), +(-44,-143,l), +(-49,-168,l) ); } ); }; guides = ( { -pos = (139,58); +pos = (129,58); } ); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(-37,-168,ls), -(-3,-168,o), -(24,-153,o), -(42,-107,cs), -(291,516,l), -(260,516,l), -(119,153,l), -(86,58,l), -(82,58,l), -(85,151,l), -(95,516,l), -(69,516,l), -(56,-48,l), -(71,39,l), -(21,-93,ls), -(5,-135,o), -(-11,-143,o), -(-43,-143,cs), -(-57,-143,l), -(-62,-168,l) +(-47,-168,ls), +(-12,-168,o), +(15,-153,o), +(33,-108,cs), +(282,516,l), +(250,516,l), +(113,162,l), +(79,71,l), +(78,71,l), +(79,160,l), +(87,516,l), +(59,516,l), +(49,-45,l), +(60,39,l), +(11,-90,ls), +(-6,-135,o), +(-22,-141,o), +(-52,-141,cs), +(-85,-141,l), +(-91,-168,l) ); } ); -width = 252; +width = 234; }, { anchors = ( { +name = "#entry"; +pos = (-31,0); +}, +{ +name = "#exit"; +pos = (369,0); +}, +{ name = bottom; -pos = (377,0); +pos = (372,0); }, { name = top; -pos = (279,541); +pos = (274,541); } ); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(28,-167,ls), -(154,-167,o), -(223,-118,o), -(264,-15,cs), -(483,541,l), -(316,541,l), -(240,286,l), -(210,177,l), -(203,177,l), -(216,288,l), -(241,541,l), -(63,541,l), -(84,-50,l), -(96,38,l), -(81,-8,ls), -(73,-32,o), -(57,-36,o), -(27,-36,cs), -(-10,-36,l), -(-37,-167,l) +(23,-167,ls), +(149,-167,o), +(218,-118,o), +(259,-15,cs), +(478,541,l), +(311,541,l), +(245,306,l), +(215,203,l), +(214,203,l), +(221,308,l), +(236,541,l), +(58,541,l), +(79,-50,l), +(91,38,l), +(76,-8,ls), +(68,-32,o), +(52,-36,o), +(22,-36,cs), +(-15,-36,l), +(-42,-167,l) ); } ); -width = 434; +width = 424; }, { anchors = ( { +name = "#entry"; +pos = (-56,0); +}, +{ +name = "#exit"; +pos = (403,0); +}, +{ name = bottom; -pos = (297,0); +pos = (273,0); }, { name = top; -pos = (291,517); +pos = (267,517); } ); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(-6,-167,ls), -(59,-167,o), -(104,-152,o), -(147,-81,cs), -(507,517,l), -(465,517,l), -(317,267,l), -(206,72,l), -(201,72,l), -(166,267,l), -(117,517,l), -(80,517,l), -(181,16,l), -(183,40,l), -(117,-67,ls), -(80,-127,o), -(48,-134,o), -(-12,-134,cs), -(-35,-134,l), -(-42,-167,l) +(-30,-167,ls), +(35,-167,o), +(80,-152,o), +(123,-81,cs), +(483,517,l), +(441,517,l), +(293,267,l), +(180,72,l), +(179,72,l), +(142,267,l), +(93,517,l), +(56,517,l), +(157,16,l), +(159,40,l), +(93,-67,ls), +(56,-127,o), +(24,-134,o), +(-36,-134,cs), +(-59,-134,l), +(-66,-167,l) ); } ); -width = 479; +width = 431; }, { anchors = ( { +name = "#entry"; +pos = (-37,0); +}, +{ +name = "#exit"; +pos = (500,0); +}, +{ name = bottom; -pos = (453,0); +pos = (424,0); }, { name = top; -pos = (339,544); +pos = (310,544); } ); background = { @@ -669,80 +1652,96 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(47,-167,ls), -(219,-167,o), -(284,-109,o), -(344,2,cs), -(634,544,l), -(420,544,l), -(316,296,l), -(286,218,l), -(279,218,l), -(275,296,l), -(257,544,l), -(63,544,l), -(156,9,l), -(160,76,l), -(142,41,ls), -(122,2,o), -(88,-10,o), -(41,-10,cs), -(-7,-10,l), -(-38,-167,l) +(18,-167,ls), +(190,-167,o), +(255,-109,o), +(315,2,cs), +(605,544,l), +(391,544,l), +(287,304,l), +(254,228,l), +(253,228,l), +(246,304,l), +(228,544,l), +(34,544,l), +(127,9,l), +(131,76,l), +(113,41,ls), +(93,2,o), +(59,-10,o), +(12,-10,cs), +(-36,-10,l), +(-67,-167,l) ); } ); -width = 586; +width = 528; }, { anchors = ( { +name = "#entry"; +pos = (-43,0); +}, +{ +name = "#exit"; +pos = (484,0); +}, +{ name = bottom; -pos = (334,0); +pos = (324,0); }, { name = top; -pos = (329,517); +pos = (319,517); } ); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(2,-167,ls), -(86,-167,o), -(134,-143,o), -(179,-79,cs), -(597,517,l), -(555,517,l), -(314,169,l), -(244,69,l), -(239,69,l), -(210,165,l), -(103,517,l), -(65,517,l), -(226,8,l), -(226,44,l), -(163,-46,ls), -(121,-106,o), -(89,-133,o), -(7,-133,cs), -(-41,-133,l), -(-48,-167,l) +(-8,-167,ls), +(76,-167,o), +(124,-143,o), +(169,-79,cs), +(587,517,l), +(545,517,l), +(305,169,l), +(235,65,l), +(234,65,l), +(200,165,l), +(93,517,l), +(55,517,l), +(216,8,l), +(216,44,l), +(153,-46,ls), +(111,-106,o), +(79,-133,o), +(-3,-133,cs), +(-51,-133,l), +(-58,-167,l) ); } ); -width = 554; +width = 534; }, { anchors = ( { +name = "#entry"; +pos = (9,0); +}, +{ +name = "#exit"; +pos = (606,0); +}, +{ name = bottom; pos = (525,0); }, @@ -756,31 +1755,31 @@ shapes = ( { closed = 1; nodes = ( -(74,-167,ls), -(192,-167,o), -(306,-141,o), -(396,4,cs), -(731,544,l), -(496,544,l), -(411,383,l), -(333,228,l), -(322,228,l), -(296,387,l), -(270,544,l), -(46,544,l), -(191,29,l), -(191,65,l), -(178,46,ls), -(159,18,o), -(137,5,o), -(87,5,cs), -(-3,5,l), -(-37,-167,l) +(89,-167,ls), +(207,-167,o), +(321,-141,o), +(411,4,cs), +(746,544,l), +(511,544,l), +(426,383,l), +(348,228,l), +(337,228,l), +(311,387,l), +(285,544,l), +(61,544,l), +(206,29,l), +(206,65,l), +(193,46,ls), +(174,18,o), +(152,5,o), +(102,5,cs), +(12,5,l), +(-22,-167,l) ); } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; @@ -791,10 +1790,10 @@ nodes = ( (396,4,cs), (731,544,l), (496,544,l), -(368,293,l), -(333,220,l), -(324,220,l), -(312,293,l), +(380,317,l), +(330,223,l), +(329,223,l), +(311,319,l), (270,544,l), (46,544,l), (191,31,l), @@ -808,7 +1807,7 @@ nodes = ( ); } ); -width = 666; +width = 665; } ); unicode = 121; diff --git a/sources/MonaSans.glyphspackage/glyphs/yacute.glyph b/sources/MonaSans.glyphspackage/glyphs/yacute.glyph index da981301..fd9c2dca 100644 --- a/sources/MonaSans.glyphspackage/glyphs/yacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/yacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = yacute; -kernLeft = y; -kernRight = y; +kernLeft = KO_y; +kernRight = KO_y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (108,-137); ref = acutecomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = y; }, { -pos = (191,-155); +pos = (221,-155); ref = acutecomb; } ); -width = 492; +width = 558; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = y; }, { -pos = (188,-134); +pos = (220,-129); ref = acutecomb; } ); -width = 601; +width = 685; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = y; }, { -pos = (221,-155); +pos = (189,-155); ref = acutecomb; } ); -width = 558; +width = 487; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = y; }, { -pos = (220,-129); +pos = (181,-134); ref = acutecomb; } ); -width = 673; +width = 582; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (84,-137); ref = acutecomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (183,-129); ref = acutecomb; } ); -width = 666; +width = 678; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (88,-156); +ref = acutecomb; +} +); +width = 245; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = y; +}, +{ +pos = (110,-137); +ref = acutecomb; +} +); +width = 424; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (189,-155); +ref = acutecomb; +} +); +width = 448; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (197,-134); +ref = acutecomb; +} +); +width = 589; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = y; +}, +{ +pos = (226,-155); +ref = acutecomb; +} +); +width = 548; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = y; +}, +{ +pos = (225,-129); +ref = acutecomb; +} +); +width = 663; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (51,-156); +ref = acutecomb; +} +); +width = 234; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (90,-137); +ref = acutecomb; +} +); +width = 424; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = y; +}, +{ +pos = (149,-155); +ref = acutecomb; +} +); +width = 431; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (144,-134); +ref = acutecomb; +} +); +width = 528; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (186,-155); +ref = acutecomb; +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = y; +}, +{ +pos = (198,-129); +ref = acutecomb; +} +); +width = 665; } ); unicode = 253; diff --git a/sources/MonaSans.glyphspackage/glyphs/ycircumflex.glyph b/sources/MonaSans.glyphspackage/glyphs/ycircumflex.glyph index 5daf4395..db3bda15 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ycircumflex.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ycircumflex.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ycircumflex; -kernLeft = y; -kernRight = y; +kernLeft = KO_y; +kernRight = KO_y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (3,-137); ref = circumflexcomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = y; }, { -pos = (82,-155); +pos = (100,-155); ref = circumflexcomb; } ); -width = 492; +width = 558; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = y; }, { -pos = (53,-134); +pos = (46,-129); ref = circumflexcomb; } ); -width = 601; +width = 685; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = y; }, { -pos = (100,-155); +pos = (82,-155); ref = circumflexcomb; } ); -width = 558; +width = 487; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = y; }, { -pos = (46,-129); +pos = (52,-134); ref = circumflexcomb; } ); -width = 673; +width = 582; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-23,-137); ref = circumflexcomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (7,-129); ref = circumflexcomb; } ); -width = 666; +width = 678; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (15,-156); +ref = circumflexcomb; +} +); +width = 245; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = y; +}, +{ +pos = (5,-137); +ref = circumflexcomb; +} +); +width = 424; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (80,-155); +ref = circumflexcomb; +} +); +width = 448; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (62,-134); +ref = circumflexcomb; +} +); +width = 589; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = y; +}, +{ +pos = (105,-155); +ref = circumflexcomb; +} +); +width = 548; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = y; +}, +{ +pos = (51,-129); +ref = circumflexcomb; +} +); +width = 663; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-23,-156); +ref = circumflexcomb; +} +); +width = 234; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-17,-137); +ref = circumflexcomb; +} +); +width = 424; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = y; +}, +{ +pos = (39,-155); +ref = circumflexcomb; +} +); +width = 431; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (10,-134); +ref = circumflexcomb; +} +); +width = 528; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (63,-155); +ref = circumflexcomb; +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = y; +}, +{ +pos = (22,-129); +ref = circumflexcomb; +} +); +width = 665; } ); unicode = 375; diff --git a/sources/MonaSans.glyphspackage/glyphs/ydieresis.glyph b/sources/MonaSans.glyphspackage/glyphs/ydieresis.glyph index 7810a9b6..efe7a121 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ydieresis.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ydieresis.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ydieresis; -kernLeft = y; -kernRight = y; +kernLeft = KO_y; +kernRight = KO_y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-5,-137); ref = dieresiscomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = y; }, { -pos = (84,-155); +pos = (102,-155); ref = dieresiscomb; } ); -width = 492; +width = 558; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = y; }, { -pos = (57,-134); +pos = (54,-134); ref = dieresiscomb; } ); -width = 601; +width = 685; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = y; }, { -pos = (102,-155); +pos = (84,-155); ref = dieresiscomb; } ); -width = 558; +width = 487; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = y; }, { -pos = (54,-134); +pos = (56,-134); ref = dieresiscomb; } ); -width = 673; +width = 582; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-38,-137); ref = dieresiscomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (14,-134); ref = dieresiscomb; } ); -width = 666; +width = 678; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (26,-156); +ref = dieresiscomb; +} +); +width = 245; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-3,-137); +ref = dieresiscomb; +} +); +width = 424; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (82,-155); +ref = dieresiscomb; +} +); +width = 448; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (66,-134); +ref = dieresiscomb; +} +); +width = 589; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = y; +}, +{ +pos = (107,-155); +ref = dieresiscomb; +} +); +width = 548; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = y; +}, +{ +pos = (59,-134); +ref = dieresiscomb; +} +); +width = 663; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-17,-156); +ref = dieresiscomb; +} +); +width = 234; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-32,-137); +ref = dieresiscomb; +} +); +width = 424; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = y; +}, +{ +pos = (44,-155); +ref = dieresiscomb; +} +); +width = 431; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (10,-134); +ref = dieresiscomb; +} +); +width = 528; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (67,-155); +ref = dieresiscomb; +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = y; +}, +{ +pos = (29,-134); +ref = dieresiscomb; +} +); +width = 665; } ); unicode = 255; diff --git a/sources/MonaSans.glyphspackage/glyphs/ydieresis.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/ydieresis.ss01.glyph index 7fdb03b0..19424460 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ydieresis.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ydieresis.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ydieresis.ss01; -kernLeft = y; -kernRight = y; +kernLeft = KO_y; +kernRight = KO_y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-4,-137); ref = dieresiscomb.ss01; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = y; }, { -pos = (111,-155); +pos = (135,-155); ref = dieresiscomb.ss01; } ); -width = 492; +width = 558; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = y; }, { -pos = (69,-134); +pos = (76,-134); ref = dieresiscomb.ss01; } ); -width = 601; +width = 685; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = y; }, { -pos = (135,-155); +pos = (109,-155); ref = dieresiscomb.ss01; } ); -width = 558; +width = 487; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = y; }, { -pos = (76,-134); +pos = (68,-134); ref = dieresiscomb.ss01; } ); -width = 673; +width = 582; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-30,-137); ref = dieresiscomb.ss01; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (43,-134); ref = dieresiscomb.ss01; } ); -width = 666; +width = 678; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (37,-156); +ref = dieresiscomb.ss01; +} +); +width = 245; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-2,-137); +ref = dieresiscomb.ss01; +} +); +width = 424; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (109,-155); +ref = dieresiscomb.ss01; +} +); +width = 448; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (78,-134); +ref = dieresiscomb.ss01; +} +); +width = 589; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = y; +}, +{ +pos = (140,-155); +ref = dieresiscomb.ss01; +} +); +width = 548; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = y; +}, +{ +pos = (81,-134); +ref = dieresiscomb.ss01; +} +); +width = 663; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-4,-156); +ref = dieresiscomb.ss01; +} +); +width = 234; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-24,-137); +ref = dieresiscomb.ss01; +} +); +width = 424; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = y; +}, +{ +pos = (66,-155); +ref = dieresiscomb.ss01; +} +); +width = 431; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (26,-134); +ref = dieresiscomb.ss01; +} +); +width = 528; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (104,-155); +ref = dieresiscomb.ss01; +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = y; +}, +{ +pos = (58,-134); +ref = dieresiscomb.ss01; +} +); +width = 665; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/ydotbelow.glyph b/sources/MonaSans.glyphspackage/glyphs/ydotbelow.glyph index 427fe8f0..32a1acda 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ydotbelow.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ydotbelow.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ydotbelow; -kernLeft = y; +kernLeft = KO_y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (299,0); ref = dotbelowcomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = y; }, { -pos = (271,0); +pos = (340,0); ref = dotbelowcomb; } ); -width = 492; +width = 558; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = y; }, { -pos = (377,0); +pos = (404,0); ref = dotbelowcomb; } ); -width = 601; +width = 685; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = y; }, { -pos = (340,0); +pos = (267,0); ref = dotbelowcomb; } ); -width = 558; +width = 487; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = y; }, { -pos = (404,0); +pos = (368,0); ref = dotbelowcomb; } ); -width = 673; +width = 582; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (312,0); ref = dotbelowcomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (428,0); ref = dotbelowcomb; } ); -width = 666; +width = 678; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (156,0); +ref = dotbelowcomb; +} +); +width = 245; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = y; +}, +{ +pos = (301,0); +ref = dotbelowcomb; +} +); +width = 424; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (269,0); +ref = dotbelowcomb; +} +); +width = 448; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (386,0); +ref = dotbelowcomb; +} +); +width = 589; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = y; +}, +{ +pos = (345,0); +ref = dotbelowcomb; +} +); +width = 548; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = y; +}, +{ +pos = (409,0); +ref = dotbelowcomb; +} +); +width = 663; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (162,0); +ref = dotbelowcomb; +} +); +width = 234; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (318,0); +ref = dotbelowcomb; +} +); +width = 424; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = y; +}, +{ +pos = (279,0); +ref = dotbelowcomb; +} +); +width = 431; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (382,0); +ref = dotbelowcomb; +} +); +width = 528; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (317,0); +ref = dotbelowcomb; +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = y; +}, +{ +pos = (443,0); +ref = dotbelowcomb; +} +); +width = 665; } ); unicode = 7925; diff --git a/sources/MonaSans.glyphspackage/glyphs/ydotbelow.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/ydotbelow.ss01.glyph index 8428c576..32277730 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ydotbelow.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ydotbelow.ss01.glyph @@ -1,7 +1,7 @@ { color = 6; glyphname = ydotbelow.ss01; -kernLeft = y; +kernLeft = KO_y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +27,59 @@ pos = (288,0); ref = dotbelowcomb.ss01; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = y; }, { -pos = (284,0); +pos = (353,0); ref = dotbelowcomb.ss01; } ); -width = 492; +width = 558; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = y; }, { -pos = (366,0); +pos = (416,0); ref = dotbelowcomb.ss01; } ); -width = 601; +width = 685; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = y; }, { -pos = (353,0); +pos = (280,0); ref = dotbelowcomb.ss01; } ); -width = 558; +width = 487; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = y; }, { -pos = (416,0); +pos = (355,0); ref = dotbelowcomb.ss01; } ); -width = 673; +width = 582; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +105,7 @@ pos = (303,0); ref = dotbelowcomb.ss01; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +157,165 @@ pos = (442,0); ref = dotbelowcomb.ss01; } ); -width = 666; +width = 678; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (164,0); +ref = dotbelowcomb.ss01; +} +); +width = 245; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = y; +}, +{ +pos = (290,0); +ref = dotbelowcomb.ss01; +} +); +width = 424; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (282,0); +ref = dotbelowcomb.ss01; +} +); +width = 448; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (375,0); +ref = dotbelowcomb.ss01; +} +); +width = 589; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = y; +}, +{ +pos = (358,0); +ref = dotbelowcomb.ss01; +} +); +width = 548; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = y; +}, +{ +pos = (421,0); +ref = dotbelowcomb.ss01; +} +); +width = 663; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (170,0); +ref = dotbelowcomb.ss01; +} +); +width = 234; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (309,0); +ref = dotbelowcomb.ss01; +} +); +width = 424; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = y; +}, +{ +pos = (292,0); +ref = dotbelowcomb.ss01; +} +); +width = 431; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (373,0); +ref = dotbelowcomb.ss01; +} +); +width = 528; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (328,0); +ref = dotbelowcomb.ss01; +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = y; +}, +{ +pos = (457,0); +ref = dotbelowcomb.ss01; +} +); +width = 665; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/yen.glyph b/sources/MonaSans.glyphspackage/glyphs/yen.glyph index 0bd8c0e7..516ac89c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/yen.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/yen.glyph @@ -7,34 +7,34 @@ shapes = ( { closed = 1; nodes = ( -(348,0,l), -(348,103,l), -(435,103,l), -(435,234,l), -(348,234,l), -(348,276,l), -(435,276,l), -(435,408,l), -(391,408,l), -(493,729,l), -(298,729,l), -(255,455,l), -(249,455,l), -(210,729,l), -(14,729,l), -(116,408,l), -(72,408,l), -(72,276,l), -(159,276,l), -(159,234,l), -(72,234,l), -(72,103,l), -(159,103,l), -(159,0,l) +(356,0,l), +(356,103,l), +(443,103,l), +(443,234,l), +(356,234,l), +(356,276,l), +(443,276,l), +(443,408,l), +(399,408,l), +(501,729,l), +(306,729,l), +(263,455,l), +(257,455,l), +(218,729,l), +(22,729,l), +(124,408,l), +(80,408,l), +(80,276,l), +(167,276,l), +(167,234,l), +(80,234,l), +(80,103,l), +(167,103,l), +(167,0,l) ); } ); -width = 507; +width = 523; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -72,35 +72,105 @@ nodes = ( width = 400; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(358,0,l), +(358,159,l), +(564,159,l), +(564,192,l), +(358,192,l), +(358,303,l), +(564,303,l), +(564,336,l), +(382,336,l), +(652,729,l), +(607,729,l), +(341,338,l), +(338,338,l), +(73,729,l), +(27,729,l), +(296,336,l), +(115,336,l), +(115,303,l), +(319,303,l), +(319,192,l), +(115,192,l), +(115,159,l), +(319,159,l), +(319,0,l) +); +} +); +width = 679; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(525,0,l), +(525,83,l), +(703,83,l), +(703,214,l), +(525,214,l), +(525,276,l), +(703,276,l), +(703,408,l), +(615,408,l), +(816,729,l), +(562,729,l), +(414,449,l), +(405,449,l), +(262,729,l), +(6,729,l), +(206,408,l), +(119,408,l), +(119,276,l), +(296,276,l), +(296,214,l), +(119,214,l), +(119,83,l), +(296,83,l), +(296,0,l) +); +} +); +width = 822; +}, +{ +layerId = m019; shapes = ( { closed = 1; nodes = ( -(334,0,l), -(334,159,l), -(522,159,l), -(522,192,l), -(334,192,l), -(334,311,l), -(522,311,l), -(522,344,l), -(354,344,l), -(584,729,l), -(543,729,l), -(317,346,l), +(331,0,l), +(331,159,l), +(515,159,l), +(515,192,l), +(331,192,l), +(331,311,l), +(515,311,l), +(515,344,l), +(349,344,l), +(575,729,l), +(536,729,l), (314,346,l), -(87,729,l), -(46,729,l), -(278,344,l), -(107,344,l), -(107,311,l), -(298,311,l), -(298,192,l), -(107,192,l), -(107,159,l), -(298,159,l), -(298,0,l) +(311,346,l), +(88,729,l), +(49,729,l), +(275,344,l), +(108,344,l), +(108,311,l), +(295,311,l), +(295,192,l), +(108,192,l), +(108,159,l), +(295,159,l), +(295,0,l) ); } ); @@ -182,38 +252,38 @@ type = Stem; } ); }; -width = 630; +width = 623; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(462,0,l), -(462,83,l), -(635,83,l), -(635,214,l), -(462,214,l), -(462,276,l), -(635,276,l), -(635,408,l), -(543,408,l), -(709,729,l), -(502,729,l), -(367,435,l), -(358,435,l), -(228,729,l), -(19,729,l), -(188,408,l), -(94,408,l), -(94,276,l), -(267,276,l), -(267,214,l), -(94,214,l), -(94,83,l), -(267,83,l), -(267,0,l) +(451,0,l), +(451,83,l), +(619,83,l), +(619,214,l), +(451,214,l), +(451,276,l), +(619,276,l), +(619,408,l), +(532,408,l), +(691,729,l), +(486,729,l), +(357,435,l), +(348,435,l), +(225,729,l), +(18,729,l), +(180,408,l), +(91,408,l), +(91,276,l), +(258,276,l), +(258,214,l), +(91,214,l), +(91,83,l), +(258,83,l), +(258,0,l) ); } ); @@ -221,77 +291,7 @@ userData = { com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = Y; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = Y; }; -width = 728; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,0,l), -(358,159,l), -(564,159,l), -(564,192,l), -(358,192,l), -(358,303,l), -(564,303,l), -(564,336,l), -(382,336,l), -(652,729,l), -(607,729,l), -(341,338,l), -(338,338,l), -(73,729,l), -(27,729,l), -(296,336,l), -(115,336,l), -(115,303,l), -(319,303,l), -(319,192,l), -(115,192,l), -(115,159,l), -(319,159,l), -(319,0,l) -); -} -); -width = 679; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(519,0,l), -(519,83,l), -(697,83,l), -(697,214,l), -(519,214,l), -(519,276,l), -(697,276,l), -(697,408,l), -(609,408,l), -(810,729,l), -(556,729,l), -(408,449,l), -(399,449,l), -(256,729,l), -(0,729,l), -(200,408,l), -(113,408,l), -(113,276,l), -(290,276,l), -(290,214,l), -(113,214,l), -(113,83,l), -(290,83,l), -(290,0,l) -); -} -); -width = 810; +width = 708; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -334,34 +334,34 @@ shapes = ( { closed = 1; nodes = ( -(288,0,l), -(309,103,l), -(398,103,l), -(425,234,l), -(335,234,l), -(344,276,l), -(434,276,l), -(462,408,l), -(414,408,l), -(583,729,l), -(386,729,l), -(293,472,l), -(286,472,l), -(283,729,l), -(109,729,l), -(143,408,l), -(102,408,l), -(74,276,l), -(159,276,l), -(150,234,l), -(65,234,l), -(37,103,l), -(123,103,l), -(101,0,l) +(296,0,l), +(317,103,l), +(406,103,l), +(433,234,l), +(343,234,l), +(352,276,l), +(442,276,l), +(470,408,l), +(422,408,l), +(591,729,l), +(394,729,l), +(301,472,l), +(294,472,l), +(291,729,l), +(117,729,l), +(151,408,l), +(110,408,l), +(82,276,l), +(167,276,l), +(158,234,l), +(73,234,l), +(45,103,l), +(131,103,l), +(109,0,l) ); } ); -width = 502; +width = 518; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -474,34 +474,536 @@ shapes = ( { closed = 1; nodes = ( -(457,0,l), -(473,83,l), -(661,83,l), -(689,214,l), -(500,214,l), -(515,276,l), -(702,276,l), -(730,408,l), -(632,408,l), -(899,729,l), -(638,729,l), -(432,449,l), -(423,449,l), -(335,729,l), -(95,729,l), -(231,408,l), -(136,408,l), +(463,0,l), +(479,83,l), +(667,83,l), +(695,214,l), +(506,214,l), +(521,276,l), +(708,276,l), +(736,408,l), +(638,408,l), +(905,729,l), +(644,729,l), +(438,449,l), +(429,449,l), +(341,729,l), +(101,729,l), +(237,408,l), +(142,408,l), +(114,276,l), +(293,276,l), +(281,214,l), +(101,214,l), +(73,83,l), +(254,83,l), +(237,0,l) +); +} +); +width = 816; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,0,l), +(195,163,l), +(330,163,l), +(330,190,l), +(195,190,l), +(195,304,l), +(330,304,l), +(330,331,l), +(206,331,l), +(356,729,l), +(323,729,l), +(182,344,l), +(178,344,l), +(37,729,l), +(3,729,l), +(154,331,l), +(31,331,l), +(31,304,l), +(165,304,l), +(165,190,l), +(31,190,l), +(31,163,l), +(165,163,l), +(165,0,l) +); +} +); +width = 360; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,0,l), +(339,103,l), +(426,103,l), +(426,234,l), +(339,234,l), +(339,276,l), +(426,276,l), +(426,408,l), +(382,408,l), +(484,729,l), +(289,729,l), +(246,455,l), +(240,455,l), +(201,729,l), +(5,729,l), +(107,408,l), +(63,408,l), +(63,276,l), +(150,276,l), +(150,234,l), +(63,234,l), +(63,103,l), +(150,103,l), +(150,0,l) +); +} +); +width = 489; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(314,0,l), +(314,159,l), +(502,159,l), +(502,192,l), +(314,192,l), +(314,311,l), +(502,311,l), +(502,344,l), +(334,344,l), +(564,729,l), +(523,729,l), +(297,346,l), +(294,346,l), +(67,729,l), +(26,729,l), +(258,344,l), +(87,344,l), +(87,311,l), +(278,311,l), +(278,192,l), +(87,192,l), +(87,159,l), +(278,159,l), +(278,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = Y; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = Y; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +23 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +20 +); +stem = -2; +target = ( +0, +21 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +16 +); +stem = -2; +target = ( +0, +17 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +14 +); +stem = -2; +target = ( +d, +o, +w, +n +); +type = TopGhost; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +23 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +} +); +}; +width = 590; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(445,0,l), +(445,83,l), +(618,83,l), +(618,214,l), +(445,214,l), +(445,276,l), +(618,276,l), +(618,408,l), +(526,408,l), +(692,729,l), +(485,729,l), +(350,435,l), +(341,435,l), +(211,729,l), +(2,729,l), +(171,408,l), +(77,408,l), +(77,276,l), +(250,276,l), +(250,214,l), +(77,214,l), +(77,83,l), +(250,83,l), +(250,0,l) +); +} +); +userData = { +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = Y; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = Y; +}; +width = 694; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(348,0,l), +(348,159,l), +(554,159,l), +(554,192,l), +(348,192,l), +(348,303,l), +(554,303,l), +(554,336,l), +(372,336,l), +(642,729,l), +(597,729,l), +(331,338,l), +(328,338,l), +(63,729,l), +(17,729,l), +(286,336,l), +(105,336,l), +(105,303,l), +(309,303,l), +(309,192,l), +(105,192,l), +(105,159,l), +(309,159,l), +(309,0,l) +); +} +); +width = 659; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(514,0,l), +(514,83,l), +(692,83,l), +(692,214,l), +(514,214,l), +(514,276,l), +(692,276,l), +(692,408,l), +(604,408,l), +(805,729,l), +(551,729,l), +(403,449,l), +(394,449,l), +(251,729,l), +(-5,729,l), +(195,408,l), +(108,408,l), (108,276,l), -(287,276,l), -(275,214,l), -(95,214,l), -(67,83,l), -(248,83,l), -(231,0,l) +(285,276,l), +(285,214,l), +(108,214,l), +(108,83,l), +(285,83,l), +(285,0,l) +); +} +); +width = 800; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,0,l), +(170,163,l), +(304,163,l), +(310,190,l), +(175,190,l), +(199,304,l), +(333,304,l), +(339,331,l), +(218,331,l), +(449,729,l), +(414,729,l), +(194,344,l), +(190,344,l), +(130,729,l), +(99,729,l), +(165,331,l), +(43,331,l), +(37,304,l), +(168,304,l), +(145,190,l), +(14,190,l), +(8,163,l), +(139,163,l), +(106,0,l) +); +} +); +width = 351; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(277,0,l), +(298,103,l), +(387,103,l), +(414,234,l), +(324,234,l), +(333,276,l), +(423,276,l), +(451,408,l), +(403,408,l), +(572,729,l), +(375,729,l), +(282,472,l), +(275,472,l), +(272,729,l), +(98,729,l), +(132,408,l), +(91,408,l), +(63,276,l), +(148,276,l), +(139,234,l), +(54,234,l), +(26,103,l), +(112,103,l), +(90,0,l) +); +} +); +width = 480; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(248,0,l), +(282,159,l), +(468,159,l), +(474,192,l), +(289,192,l), +(313,311,l), +(499,311,l), +(505,344,l), +(341,344,l), +(651,729,l), +(607,729,l), +(303,345,l), +(300,345,l), +(156,729,l), +(120,729,l), +(266,344,l), +(96,344,l), +(90,311,l), +(277,311,l), +(253,192,l), +(65,192,l), +(59,159,l), +(246,159,l), +(212,0,l) +); +} +); +width = 575; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(374,0,l), +(391,83,l), +(573,83,l), +(601,214,l), +(419,214,l), +(432,276,l), +(615,276,l), +(641,408,l), +(536,408,l), +(776,729,l), +(556,729,l), +(364,445,l), +(363,445,l), +(297,729,l), +(85,729,l), +(194,408,l), +(86,408,l), +(59,276,l), +(233,276,l), +(220,214,l), +(46,214,l), +(18,83,l), +(192,83,l), +(175,0,l) +); +} +); +width = 671; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(322,159,l), +(540,159,l), +(546,192,l), +(330,192,l), +(353,303,l), +(570,303,l), +(576,336,l), +(384,336,l), +(732,729,l), +(682,729,l), +(340,336,l), +(334,336,l), +(154,729,l), +(114,729,l), +(298,336,l), +(121,336,l), +(115,303,l), +(314,303,l), +(290,192,l), +(91,192,l), +(85,159,l), +(283,159,l), +(251,0,l) +); +} +); +width = 652; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(442,0,l), +(458,83,l), +(646,83,l), +(674,214,l), +(485,214,l), +(500,276,l), +(687,276,l), +(715,408,l), +(617,408,l), +(884,729,l), +(623,729,l), +(417,449,l), +(408,449,l), +(320,729,l), +(80,729,l), +(216,408,l), +(121,408,l), +(93,276,l), +(272,276,l), +(260,214,l), +(80,214,l), +(52,83,l), +(233,83,l), +(216,0,l) ); } ); -width = 804; +width = 774; } ); unicode = 165; diff --git a/sources/MonaSans.glyphspackage/glyphs/ygrave.glyph b/sources/MonaSans.glyphspackage/glyphs/ygrave.glyph index 846cea52..d3313f2e 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ygrave.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ygrave.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ygrave; -kernLeft = y; -kernRight = y; +kernLeft = KO_y; +kernRight = KO_y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (11,-137); ref = gravecomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = y; }, { -pos = (112,-155); +pos = (135,-155); ref = gravecomb; } ); -width = 492; +width = 558; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = y; }, { -pos = (91,-134); +pos = (103,-129); ref = gravecomb; } ); -width = 601; +width = 685; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = y; }, { -pos = (135,-155); +pos = (110,-155); ref = gravecomb; } ); -width = 558; +width = 487; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = y; }, { -pos = (103,-129); +pos = (92,-134); ref = gravecomb; } ); -width = 673; +width = 582; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-6,-137); ref = gravecomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (66,-129); ref = gravecomb; } ); -width = 666; +width = 678; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (10,-156); +ref = gravecomb; +} +); +width = 245; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = y; +}, +{ +pos = (13,-137); +ref = gravecomb; +} +); +width = 424; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (110,-155); +ref = gravecomb; +} +); +width = 448; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (100,-134); +ref = gravecomb; +} +); +width = 589; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = y; +}, +{ +pos = (140,-155); +ref = gravecomb; +} +); +width = 548; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = y; +}, +{ +pos = (108,-129); +ref = gravecomb; +} +); +width = 663; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-26,-156); +ref = gravecomb; +} +); +width = 234; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (0,-137); +ref = gravecomb; +} +); +width = 424; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = y; +}, +{ +pos = (72,-155); +ref = gravecomb; +} +); +width = 431; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (43,-134); +ref = gravecomb; +} +); +width = 528; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (99,-155); +ref = gravecomb; +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = y; +}, +{ +pos = (81,-129); +ref = gravecomb; +} +); +width = 665; } ); unicode = 7923; diff --git a/sources/MonaSans.glyphspackage/glyphs/yhookabove.glyph b/sources/MonaSans.glyphspackage/glyphs/yhookabove.glyph index db468867..ea8a9901 100644 --- a/sources/MonaSans.glyphspackage/glyphs/yhookabove.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/yhookabove.glyph @@ -1,7 +1,8 @@ { color = 6; glyphname = yhookabove; -kernRight = y; +kernLeft = KO_y; +kernRight = KO_y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -27,59 +28,59 @@ pos = (81,-138); ref = hookabovecomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = y; }, { -pos = (138,-155); +pos = (171,-155); ref = hookabovecomb; } ); -width = 492; +width = 558; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = y; }, { -pos = (137,-134); +pos = (184,-134); ref = hookabovecomb; } ); -width = 601; +width = 685; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = y; }, { -pos = (171,-155); +pos = (136,-155); ref = hookabovecomb; } ); -width = 558; +width = 487; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = y; }, { -pos = (184,-134); +pos = (135,-134); ref = hookabovecomb; } ); -width = 673; +width = 582; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -105,7 +106,7 @@ pos = (48,-139); ref = hookabovecomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -157,7 +158,165 @@ pos = (131,-137); ref = hookabovecomb; } ); -width = 666; +width = 678; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (63,-156); +ref = hookabovecomb; +} +); +width = 245; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = y; +}, +{ +pos = (83,-138); +ref = hookabovecomb; +} +); +width = 424; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (136,-155); +ref = hookabovecomb; +} +); +width = 448; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (146,-134); +ref = hookabovecomb; +} +); +width = 589; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = y; +}, +{ +pos = (176,-155); +ref = hookabovecomb; +} +); +width = 548; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = y; +}, +{ +pos = (189,-134); +ref = hookabovecomb; +} +); +width = 663; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (3,-157); +ref = hookabovecomb; +} +); +width = 234; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (54,-139); +ref = hookabovecomb; +} +); +width = 424; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = y; +}, +{ +pos = (102,-156); +ref = hookabovecomb; +} +); +width = 431; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (84,-135); +ref = hookabovecomb; +} +); +width = 528; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (141,-156); +ref = hookabovecomb; +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = y; +}, +{ +pos = (146,-137); +ref = hookabovecomb; +} +); +width = 665; } ); unicode = 7927; diff --git a/sources/MonaSans.glyphspackage/glyphs/ytilde.glyph b/sources/MonaSans.glyphspackage/glyphs/ytilde.glyph index 8409151e..e9aba43a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/ytilde.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/ytilde.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = ytilde; -kernLeft = y; -kernRight = y; +kernLeft = KO_y; +kernRight = KO_y; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-12,-138); ref = tildecomb; } ); -width = 439; +width = 455; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = y; }, { -pos = (57,-155); +pos = (72,-155); ref = tildecomb; } ); -width = 492; +width = 558; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = y; }, { -pos = (42,-134); +pos = (73,-129); ref = tildecomb; } ); -width = 601; +width = 685; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = y; }, { -pos = (72,-155); +pos = (57,-155); ref = tildecomb; } ); -width = 558; +width = 487; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = y; }, { -pos = (73,-129); +pos = (41,-134); ref = tildecomb; } ); -width = 673; +width = 582; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-39,-138); ref = tildecomb; } ); -width = 434; +width = 450; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,165 @@ pos = (39,-134); ref = tildecomb; } ); -width = 666; +width = 678; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (4,-156); +ref = tildecomb; +} +); +width = 245; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-10,-138); +ref = tildecomb; +} +); +width = 424; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (55,-155); +ref = tildecomb; +} +); +width = 448; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (51,-134); +ref = tildecomb; +} +); +width = 589; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = y; +}, +{ +pos = (77,-155); +ref = tildecomb; +} +); +width = 548; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +ref = y; +}, +{ +pos = (78,-129); +ref = tildecomb; +} +); +width = 663; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-33,-156); +ref = tildecomb; +} +); +width = 234; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-33,-138); +ref = tildecomb; +} +); +width = 424; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = y; +}, +{ +pos = (17,-155); +ref = tildecomb; +} +); +width = 431; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (-5,-134); +ref = tildecomb; +} +); +width = 528; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (37,-155); +ref = tildecomb; +} +); +width = 534; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = y; +}, +{ +pos = (54,-134); +ref = tildecomb; +} +); +width = 665; } ); unicode = 7929; diff --git a/sources/MonaSans.glyphspackage/glyphs/z.glyph b/sources/MonaSans.glyphspackage/glyphs/z.glyph index 6f7a5135..f9bcbe03 100644 --- a/sources/MonaSans.glyphspackage/glyphs/z.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/z.glyph @@ -1,21 +1,21 @@ { glyphname = z; -kernLeft = z; -kernRight = z; +kernLeft = KO_z; +kernRight = KO_z; layers = ( { anchors = ( { name = bottom; -pos = (186,0); +pos = (194,0); }, { name = center; -pos = (186,271); +pos = (194,271); }, { name = top; -pos = (186,541); +pos = (194,541); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -23,20 +23,20 @@ shapes = ( { closed = 1; nodes = ( -(355,0,l), -(355,137,l), -(209,137,l), -(352,419,l), -(352,541,l), -(21,541,l), -(21,405,l), -(158,405,l), -(15,124,l), -(15,0,l) +(363,0,l), +(363,137,l), +(217,137,l), +(360,419,l), +(360,541,l), +(29,541,l), +(29,405,l), +(166,405,l), +(23,124,l), +(23,0,l) ); } ); -width = 371; +width = 387; }, { anchors = ( @@ -77,173 +77,173 @@ width = 217; anchors = ( { name = bottom; -pos = (241,0); +pos = (266,0); }, { name = center; -pos = (241,259); +pos = (266,259); }, { name = top; -pos = (241,517); +pos = (266,517); } ); -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(452,0,l), -(452,32,l), -(75,32,l), -(441,487,l), -(441,517,l), -(41,517,l), -(41,485,l), -(397,485,l), -(30,29,l), -(30,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -6 +(515,0,l), +(515,32,l), +(67,32,l), +(501,487,l), +(501,517,l), +(29,517,l), +(29,485,l), +(452,485,l), +(16,29,l), +(16,0,l) ); -type = Stem; } ); -}; -width = 482; +width = 532; }, { anchors = ( { name = bottom; -pos = (273,0); +pos = (306,0); }, { name = center; -pos = (273,272); +pos = (306,272); }, { name = top; -pos = (273,544); +pos = (306,544); } ); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { closed = 1; nodes = ( -(519,0,l), -(519,153,l), -(272,153,l), -(508,411,l), -(508,544,l), -(45,544,l), -(45,391,l), -(263,391,l), -(27,136,l), -(27,0,l) +(589,0,l), +(589,165,l), +(318,165,l), +(578,404,l), +(578,544,l), +(40,544,l), +(40,379,l), +(280,379,l), +(22,145,l), +(22,0,l) ); } ); -width = 549; +width = 614; }, { anchors = ( { name = bottom; -pos = (266,0); +pos = (240,0); }, { name = center; -pos = (266,259); +pos = (240,259); }, { name = top; -pos = (266,517); +pos = (240,517); } ); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(515,0,l), -(515,32,l), -(67,32,l), -(501,487,l), -(501,517,l), -(29,517,l), -(29,485,l), -(452,485,l), -(16,29,l), -(16,0,l) +(446,0,l), +(446,32,l), +(76,32,l), +(436,487,l), +(436,517,l), +(44,517,l), +(44,485,l), +(392,485,l), +(33,29,l), +(33,0,l) ); } ); -width = 532; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +} +); +}; +width = 477; }, { anchors = ( { name = bottom; -pos = (300,0); +pos = (264,0); }, { name = center; -pos = (300,272); +pos = (264,272); }, { name = top; -pos = (300,544); +pos = (264,544); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(583,0,l), -(583,165,l), -(312,165,l), -(572,404,l), -(572,544,l), -(34,544,l), -(34,379,l), -(274,379,l), -(16,145,l), -(16,0,l) +(503,0,l), +(503,153,l), +(268,153,l), +(492,411,l), +(492,544,l), +(44,544,l), +(44,391,l), +(249,391,l), +(26,136,l), +(26,0,l) ); } ); -width = 602; +width = 531; }, { anchors = ( @@ -284,15 +284,15 @@ width = 216; anchors = ( { name = bottom; -pos = (138,0); +pos = (146,0); }, { name = center; -pos = (194,271); +pos = (202,271); }, { name = top; -pos = (250,541); +pos = (258,541); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; @@ -300,20 +300,20 @@ shapes = ( { closed = 1; nodes = ( -(296,0,l), -(323,137,l), -(179,137,l), -(381,419,l), -(405,541,l), -(78,541,l), -(49,405,l), -(187,405,l), -(-15,124,l), -(-40,0,l) +(304,0,l), +(331,137,l), +(187,137,l), +(389,419,l), +(413,541,l), +(86,541,l), +(57,405,l), +(195,405,l), +(-7,124,l), +(-32,0,l) ); } ); -width = 368; +width = 384; }, { anchors = ( @@ -424,15 +424,15 @@ width = 525; anchors = ( { name = bottom; -pos = (252,0); +pos = (258,0); }, { name = center; -pos = (308,272); +pos = (314,272); }, { name = top; -pos = (364,544); +pos = (370,544); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; @@ -440,20 +440,472 @@ shapes = ( { closed = 1; nodes = ( -(521,0,l), -(554,165,l), -(296,165,l), -(593,404,l), -(622,544,l), -(91,544,l), -(57,379,l), -(284,379,l), -(-10,145,l), -(-40,0,l) +(527,0,l), +(560,165,l), +(302,165,l), +(599,404,l), +(628,544,l), +(97,544,l), +(63,379,l), +(290,379,l), +(-4,145,l), +(-34,0,l) +); +} +); +width = 608; +}, +{ +anchors = ( +{ +name = bottom; +pos = (100,0); +}, +{ +name = center; +pos = (100,258); +}, +{ +name = top; +pos = (100,516); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,0,l), +(195,27,l), +(34,27,l), +(191,492,l), +(191,516,l), +(7,516,l), +(7,489,l), +(159,489,l), +(3,23,l), +(3,0,l) +); +} +); +width = 197; +}, +{ +anchors = ( +{ +name = bottom; +pos = (171,0); +}, +{ +name = center; +pos = (171,271); +}, +{ +name = top; +pos = (171,541); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(335,0,l), +(335,143,l), +(199,143,l), +(332,413,l), +(332,541,l), +(11,541,l), +(11,399,l), +(141,399,l), +(8,130,l), +(8,0,l) +); +} +); +width = 340; +}, +{ +anchors = ( +{ +name = bottom; +pos = (205,0); +}, +{ +name = center; +pos = (205,259); +}, +{ +name = top; +pos = (205,517); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(405,0,l), +(405,32,l), +(52,32,l), +(394,487,l), +(394,517,l), +(16,517,l), +(16,485,l), +(349,485,l), +(5,29,l), +(5,0,l) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +2 +); +stem = -2; +target = ( +0, +9 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +0, +6 +); +type = Stem; +} +); +}; +width = 410; +}, +{ +anchors = ( +{ +name = bottom; +pos = (237,0); +}, +{ +name = center; +pos = (237,272); +}, +{ +name = top; +pos = (237,544); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(469,0,l), +(469,155,l), +(259,155,l), +(459,409,l), +(459,544,l), +(18,544,l), +(18,389,l), +(209,389,l), +(9,138,l), +(9,0,l) +); +} +); +width = 475; +}, +{ +anchors = ( +{ +name = bottom; +pos = (261,0); +}, +{ +name = center; +pos = (261,259); +}, +{ +name = top; +pos = (261,517); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,32,l), +(62,32,l), +(496,487,l), +(496,517,l), +(24,517,l), +(24,485,l), +(447,485,l), +(11,29,l), +(11,0,l) +); +} +); +width = 517; +}, +{ +anchors = ( +{ +name = bottom; +pos = (290,0); +}, +{ +name = center; +pos = (290,272); +}, +{ +name = top; +pos = (290,544); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,0,l), +(573,165,l), +(306,165,l), +(563,404,l), +(563,544,l), +(21,544,l), +(21,379,l), +(265,379,l), +(10,145,l), +(10,0,l) +); +} +); +width = 582; +}, +{ +anchors = ( +{ +name = bottom; +pos = (57,0); +}, +{ +name = center; +pos = (110,258); +}, +{ +name = top; +pos = (163,516); +} +); +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,0,l), +(145,24,l), +(-13,24,l), +(240,495,l), +(245,516,l), +(62,516,l), +(57,492,l), +(208,492,l), +(-45,20,l), +(-50,0,l) +); +} +); +width = 195; +}, +{ +anchors = ( +{ +name = bottom; +pos = (127,0); +}, +{ +name = center; +pos = (183,271); +}, +{ +name = top; +pos = (239,541); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(285,0,l), +(312,137,l), +(168,137,l), +(370,419,l), +(394,541,l), +(67,541,l), +(38,405,l), +(176,405,l), +(-26,124,l), +(-51,0,l) +); +} +); +width = 346; +}, +{ +anchors = ( +{ +name = bottom; +pos = (169,0); +}, +{ +name = center; +pos = (223,259); +}, +{ +name = top; +pos = (277,517); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(362,0,l), +(368,32,l), +(10,32,l), +(453,487,l), +(459,517,l), +(73,517,l), +(66,485,l), +(405,485,l), +(-40,29,l), +(-46,0,l) +); +} +); +width = 425; +}, +{ +anchors = ( +{ +name = bottom; +pos = (205,0); +}, +{ +name = center; +pos = (261,272); +}, +{ +name = top; +pos = (317,544); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(435,0,l), +(467,153,l), +(227,153,l), +(507,411,l), +(535,544,l), +(81,544,l), +(50,391,l), +(259,391,l), +(-21,136,l), +(-50,0,l) +); +} +); +width = 498; +}, +{ +anchors = ( +{ +name = bottom; +pos = (210,0); +}, +{ +name = center; +pos = (264,259); +}, +{ +name = top; +pos = (318,517); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(444,0,l), +(450,32,l), +(14,32,l), +(533,487,l), +(540,517,l), +(73,517,l), +(66,485,l), +(478,485,l), +(-42,29,l), +(-48,0,l) +); +} +); +width = 505; +}, +{ +anchors = ( +{ +name = bottom; +pos = (237,0); +}, +{ +name = center; +pos = (293,272); +}, +{ +name = top; +pos = (349,544); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(506,0,l), +(539,165,l), +(281,165,l), +(578,404,l), +(607,544,l), +(76,544,l), +(42,379,l), +(269,379,l), +(-25,145,l), +(-55,0,l) ); } ); -width = 596; +width = 566; } ); unicode = 122; diff --git a/sources/MonaSans.glyphspackage/glyphs/zacute.glyph b/sources/MonaSans.glyphspackage/glyphs/zacute.glyph index e4599a29..a5f45f3a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zacute.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zacute.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = zacute; -kernLeft = z; -kernRight = z; +kernLeft = KO_z; +kernRight = KO_zcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (74,-137); ref = acutecomb; } ); -width = 371; +width = 387; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = z; }, { -pos = (186,-155); +pos = (208,-155); ref = acutecomb; } ); -width = 482; +width = 532; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = z; }, { -pos = (161,-134); +pos = (183,-129); ref = acutecomb; } ); -width = 549; +width = 614; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = z; }, { -pos = (208,-155); +pos = (184,-155); ref = acutecomb; } ); -width = 532; +width = 477; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = z; }, { -pos = (183,-129); +pos = (154,-134); ref = acutecomb; } ); -width = 602; +width = 531; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (55,-137); ref = acutecomb; } ); -width = 368; +width = 384; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (164,-129); ref = acutecomb; } ); -width = 596; +width = 608; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = z; +}, +{ +pos = (64,-156); +ref = acutecomb; +} +); +width = 197; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = z; +}, +{ +pos = (69,-137); +ref = acutecomb; +} +); +width = 340; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = z; +}, +{ +pos = (170,-155); +ref = acutecomb; +} +); +width = 410; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (161,-134); +ref = acutecomb; +} +); +width = 529; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = z; +}, +{ +pos = (213,-155); +ref = acutecomb; +} +); +width = 517; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (183,-129); +ref = acutecomb; +} +); +width = 602; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = z; +}, +{ +pos = (45,-156); +ref = acutecomb; +} +); +width = 195; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = z; +}, +{ +pos = (55,-137); +ref = acutecomb; +} +); +width = 346; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = z; +}, +{ +pos = (159,-155); +ref = acutecomb; +} +); +width = 425; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = z; +}, +{ +pos = (151,-134); +ref = acutecomb; +} +); +width = 498; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = z; +}, +{ +pos = (185,-155); +ref = acutecomb; +} +); +width = 505; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = z; +}, +{ +pos = (164,-129); +ref = acutecomb; +} +); +width = 566; } ); unicode = 378; diff --git a/sources/MonaSans.glyphspackage/glyphs/zcaron.glyph b/sources/MonaSans.glyphspackage/glyphs/zcaron.glyph index 9d4aa191..f355a867 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zcaron.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zcaron.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = zcaron; -kernLeft = z; -kernRight = z; +kernLeft = KO_z; +kernRight = KO_zcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (-31,-137); ref = caroncomb; } ); -width = 371; +width = 387; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = z; }, { -pos = (77,-155); +pos = (87,-155); ref = caroncomb; } ); -width = 482; +width = 532; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = z; }, { -pos = (26,-134); +pos = (9,-129); ref = caroncomb; } ); -width = 549; +width = 614; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = z; }, { -pos = (87,-155); +pos = (77,-155); ref = caroncomb; } ); -width = 532; +width = 477; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = z; }, { -pos = (9,-129); +pos = (25,-134); ref = caroncomb; } ); -width = 602; +width = 531; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (-46,-137); ref = caroncomb; } ); -width = 368; +width = 384; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (-10,-129); ref = caroncomb; } ); -width = 596; +width = 608; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = z; +}, +{ +pos = (-9,-156); +ref = caroncomb; +} +); +width = 197; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = z; +}, +{ +pos = (-36,-137); +ref = caroncomb; +} +); +width = 340; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = z; +}, +{ +pos = (61,-155); +ref = caroncomb; +} +); +width = 410; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (26,-134); +ref = caroncomb; +} +); +width = 529; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = z; +}, +{ +pos = (92,-155); +ref = caroncomb; +} +); +width = 517; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (9,-129); +ref = caroncomb; +} +); +width = 602; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = z; +}, +{ +pos = (-28,-156); +ref = caroncomb; +} +); +width = 195; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = z; +}, +{ +pos = (-46,-137); +ref = caroncomb; +} +); +width = 346; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = z; +}, +{ +pos = (50,-155); +ref = caroncomb; +} +); +width = 425; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = z; +}, +{ +pos = (12,-134); +ref = caroncomb; +} +); +width = 498; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = z; +}, +{ +pos = (62,-155); +ref = caroncomb; +} +); +width = 505; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = z; +}, +{ +pos = (-10,-129); +ref = caroncomb; +} +); +width = 566; } ); unicode = 382; diff --git a/sources/MonaSans.glyphspackage/glyphs/zdotaccent.glyph b/sources/MonaSans.glyphspackage/glyphs/zdotaccent.glyph index d6f2d92d..1c7b910c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zdotaccent.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zdotaccent.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = zdotaccent; -kernLeft = z; -kernRight = z; +kernLeft = KO_z; +kernRight = KO_zcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (52,-137); ref = dotaccentcomb; } ); -width = 371; +width = 387; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = z; }, { -pos = (169,-155); +pos = (194,-155); ref = dotaccentcomb; } ); -width = 482; +width = 532; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = z; }, { -pos = (136,-134); +pos = (142,-129); ref = dotaccentcomb; } ); -width = 549; +width = 614; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = z; }, { -pos = (194,-155); +pos = (167,-133); ref = dotaccentcomb; } ); -width = 532; +width = 477; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = z; }, { -pos = (142,-129); +pos = (131,-120); ref = dotaccentcomb; } ); -width = 602; +width = 531; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (32,-137); ref = dotaccentcomb; } ); -width = 368; +width = 384; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (120,-129); ref = dotaccentcomb; } ); -width = 596; +width = 608; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = z; +}, +{ +pos = (57,-151); +ref = dotaccentcomb; +} +); +width = 197; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = z; +}, +{ +pos = (47,-137); +ref = dotaccentcomb; +} +); +width = 340; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = z; +}, +{ +pos = (153,-150); +ref = dotaccentcomb; +} +); +width = 410; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (136,-134); +ref = dotaccentcomb; +} +); +width = 529; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = z; +}, +{ +pos = (199,-155); +ref = dotaccentcomb; +} +); +width = 517; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (142,-129); +ref = dotaccentcomb; +} +); +width = 602; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = z; +}, +{ +pos = (32,-156); +ref = dotaccentcomb; +} +); +width = 195; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = z; +}, +{ +pos = (32,-137); +ref = dotaccentcomb; +} +); +width = 346; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = z; +}, +{ +pos = (144,-155); +ref = dotaccentcomb; +} +); +width = 425; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = z; +}, +{ +pos = (121,-134); +ref = dotaccentcomb; +} +); +width = 498; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = z; +}, +{ +pos = (171,-155); +ref = dotaccentcomb; +} +); +width = 505; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = z; +}, +{ +pos = (120,-129); +ref = dotaccentcomb; +} +); +width = 566; } ); unicode = 380; diff --git a/sources/MonaSans.glyphspackage/glyphs/zdotaccent.ss01.glyph b/sources/MonaSans.glyphspackage/glyphs/zdotaccent.ss01.glyph index 40087f2b..038db5d0 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zdotaccent.ss01.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zdotaccent.ss01.glyph @@ -1,8 +1,8 @@ { color = 6; glyphname = zdotaccent.ss01; -kernLeft = z; -kernRight = z; +kernLeft = KO_z; +kernRight = KO_zcaron; layers = ( { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -28,59 +28,59 @@ pos = (57,-137); ref = dotaccentcomb.ss01; } ); -width = 371; +width = 387; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { ref = z; }, { -pos = (182,-155); +pos = (207,-155); ref = dotaccentcomb.ss01; } ); -width = 482; +width = 532; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; shapes = ( { ref = z; }, { -pos = (137,-134); +pos = (149,-129); ref = dotaccentcomb.ss01; } ); -width = 549; +width = 614; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = m019; shapes = ( { ref = z; }, { -pos = (207,-155); +pos = (180,-155); ref = dotaccentcomb.ss01; } ); -width = 532; +width = 477; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = m020; shapes = ( { ref = z; }, { -pos = (149,-129); +pos = (130,-134); ref = dotaccentcomb.ss01; } ); -width = 602; +width = 531; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -106,7 +106,7 @@ pos = (38,-137); ref = dotaccentcomb.ss01; } ); -width = 368; +width = 384; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -158,7 +158,167 @@ pos = (129,-134); ref = dotaccentcomb.ss01; } ); -width = 596; +width = 608; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +ref = z; +}, +{ +pos = (65,-156); +ref = dotaccentcomb.ss01; +} +); +width = 197; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +ref = z; +}, +{ +pos = (52,-137); +ref = dotaccentcomb.ss01; +} +); +width = 340; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +ref = z; +}, +{ +pos = (166,-155); +ref = dotaccentcomb.ss01; +} +); +width = 410; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (137,-134); +ref = dotaccentcomb.ss01; +} +); +width = 529; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +ref = z; +}, +{ +pos = (212,-155); +ref = dotaccentcomb.ss01; +} +); +width = 517; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (149,-129); +ref = dotaccentcomb.ss01; +} +); +width = 602; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +ref = z; +}, +{ +pos = (46,-156); +ref = dotaccentcomb.ss01; +} +); +width = 195; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +ref = z; +}, +{ +pos = (38,-137); +ref = dotaccentcomb.ss01; +} +); +width = 346; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +ref = z; +}, +{ +pos = (157,-155); +ref = dotaccentcomb.ss01; +} +); +width = 425; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +ref = z; +}, +{ +pos = (126,-134); +ref = dotaccentcomb.ss01; +} +); +width = 498; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +ref = z; +}, +{ +pos = (184,-155); +ref = dotaccentcomb.ss01; +} +); +width = 505; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +ref = z; +}, +{ +pos = (129,-134); +ref = dotaccentcomb.ss01; +} +); +width = 566; } ); } diff --git a/sources/MonaSans.glyphspackage/glyphs/zero.blackC_ircled.glyph b/sources/MonaSans.glyphspackage/glyphs/zero.blackC_ircled.glyph index 87313c55..222d4938 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zero.blackC_ircled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zero.blackC_ircled.glyph @@ -6,7 +6,7 @@ layers = ( anchors = ( { name = center; -pos = (353,366); +pos = (361,366); } ); background = { @@ -50,56 +50,56 @@ shapes = ( { closed = 1; nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) +(541,-7,o), +(674,122,o), +(674,366,cs), +(674,610,o), +(541,739,o), +(361,739,cs), +(181,739,o), +(48,610,o), +(48,366,cs), +(48,122,o), +(181,-7,o), +(361,-7,cs) ); }, { closed = 1; nodes = ( -(270,143,o), -(214,196,o), -(214,365,cs), -(214,533,o), -(270,586,o), -(353,586,cs), -(436,586,o), -(492,534,o), -(492,365,cs), -(492,196,o), -(436,143,o), -(353,143,cs) +(278,143,o), +(222,196,o), +(222,365,cs), +(222,533,o), +(278,586,o), +(361,586,cs), +(444,586,o), +(500,534,o), +(500,365,cs), +(500,196,o), +(444,143,o), +(361,143,cs) ); }, { closed = 1; nodes = ( -(377,234,o), -(382,267,o), -(382,365,cs), -(382,463,o), -(377,495,o), -(353,495,cs), -(329,495,o), -(324,462,o), -(324,365,cs), -(324,267,o), -(329,234,o), -(353,234,cs) +(385,234,o), +(390,267,o), +(390,365,cs), +(390,463,o), +(385,495,o), +(361,495,cs), +(337,495,o), +(332,462,o), +(332,365,cs), +(332,267,o), +(337,234,o), +(361,234,cs) ); } ); -width = 706; +width = 722; }, { anchors = ( @@ -204,7 +204,205 @@ width = 698; anchors = ( { name = center; -pos = (435.5,363); +pos = (442,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,485,l), +(341,485,l), +(341,512,l), +(361,512,ls), +(419,512,o), +(442,540,o), +(445,582,c), +(482,582,l), +(482,149,l), +(446,149,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(323,144,o), +(240,220,o), +(240,366,cs), +(240,511,o), +(321,587,o), +(442,587,cs), +(560,587,o), +(643,511,o), +(643,366,cs), +(643,221,o), +(561,144,o), +(442,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(545,176,o), +(605,245,o), +(605,366,cs), +(605,487,o), +(547,556,o), +(442,556,cs), +(337,556,o), +(277,488,o), +(277,366,cs), +(277,245,o), +(335,176,o), +(442,176,cs) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = center; +pos = (436,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(393,394,l), +(278,394,l), +(278,502,l), +(297,502,ls), +(352,502,o), +(396,534,o), +(401,582,c), +(543,582,l), +(543,149,l), +(393,149,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-11,o), +(826,135,o), +(826,364,cs), +(826,593,o), +(665,739,o), +(436,739,cs), +(208,739,o), +(46,593,o), +(46,364,cs), +(46,135,o), +(208,-11,o), +(436,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(293,148,o), +(200,230,o), +(200,370,cs), +(200,510,o), +(295,590,o), +(436,590,cs), +(580,590,o), +(672,508,o), +(672,369,cs), +(672,228,o), +(578,148,o), +(436,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,267,o), +(522,290,o), +(522,369,cs), +(522,448,o), +(486,471,o), +(436,471,cs), +(386,471,o), +(350,448,o), +(350,369,cs), +(350,290,o), +(386,267,o), +(436,267,cs) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = center; +pos = (431,363); } ); background = { @@ -243,57 +441,1169 @@ nodes = ( } ); }; -layerId = master01; +layerId = m019; shapes = ( { closed = 1; nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) +(649,-10,o), +(798,140,o), +(798,363,cs), +(798,587,o), +(649,736,o), +(430,736,cs), +(210,736,o), +(61,587,o), +(61,363,cs), +(61,140,o), +(210,-10,o), +(430,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(342,144,o), +(284,217,o), +(284,365,cs), +(284,515,o), +(344,586,o), +(431,586,cs), +(520,586,o), +(576,513,o), +(576,365,cs), +(576,214,o), +(518,144,o), +(431,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(509,174,o), +(542,246,o), +(542,365,cs), +(542,484,o), +(509,556,o), +(431,556,cs), +(351,556,o), +(320,484,o), +(320,365,cs), +(320,246,o), +(351,174,o), +(431,174,cs) +); +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +112, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +529, +23 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +520, +33 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +105, +21 +); +stem = -2; +target = ( +u, +p +); +type = BottomGhost; +}, +{ +horizontal = 1; +options = 0; +place = ( +527, +31 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +482, +40 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 1; +options = 0; +place = ( +0, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-18, +0 +); +stem = -2; +type = Stem; +}, +{ +horizontal = 0; +options = 0; +place = ( +-18, +0 +); +stem = -2; +type = Stem; +} +); +}; +width = 858; +}, +{ +anchors = ( +{ +name = center; +pos = (418,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,405,l), +(274,405,l), +(274,502,l), +(294,502,ls), +(349,502,o), +(393,534,o), +(398,582,c), +(517,582,l), +(517,149,l), +(390,149,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +closed = 1; +nodes = ( +(636,-9,o), +(796,141,o), +(796,365,cs), +(796,589,o), +(636,739,o), +(418,739,cs), +(199,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(199,-9,o), +(418,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,145,o), +(250,236,o), +(250,366,cs), +(250,517,o), +(317,588,o), +(417,588,cs), +(533,588,o), +(584,496,o), +(584,366,cs), +(584,216,o), +(517,145,o), +(417,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,251,o), +(457,261,o), +(457,366,cs), +(457,473,o), +(435,482,o), +(417,482,cs), +(400,482,o), +(377,473,o), +(377,366,cs), +(377,260,o), +(400,251,o), +(417,251,cs) +); +} +); +width = 834; +}, +{ +anchors = ( +{ +name = center; +pos = (386,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,496,l), +(332,496,l), +(332,523,l), +(344,523,ls), +(377,523,o), +(391,546,o), +(392,582,c), +(420,582,l), +(420,149,l), +(390,149,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(312,142,o), +(285,227,o), +(285,364,cs), +(285,501,o), +(312,586,o), +(385,586,cs), +(459,586,o), +(486,501,o), +(486,364,cs), +(486,227,o), +(459,142,o), +(385,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(429,168,o), +(456,209,o), +(456,364,cs), +(456,519,o), +(429,560,o), +(385,560,cs), +(342,560,o), +(315,519,o), +(315,364,cs), +(315,209,o), +(342,168,o), +(385,168,cs) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = center; +pos = (393,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(359,414,l), +(276,414,l), +(276,503,l), +(295,503,ls), +(333,503,o), +(363,534,o), +(367,582,c), +(469,582,l), +(469,149,l), +(359,149,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,-7,o), +(706,122,o), +(706,366,cs), +(706,610,o), +(573,739,o), +(393,739,cs), +(213,739,o), +(80,610,o), +(80,366,cs), +(80,122,o), +(213,-7,o), +(393,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(310,143,o), +(254,196,o), +(254,365,cs), +(254,533,o), +(310,586,o), +(393,586,cs), +(476,586,o), +(532,534,o), +(532,365,cs), +(532,196,o), +(476,143,o), +(393,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(417,234,o), +(422,267,o), +(422,365,cs), +(422,463,o), +(417,495,o), +(393,495,cs), +(369,495,o), +(364,462,o), +(364,365,cs), +(364,267,o), +(369,234,o), +(393,234,cs) +); +} +); +width = 747; +}, +{ +anchors = ( +{ +name = center; +pos = (467.5,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(466,486,l), +(366,486,l), +(366,512,l), +(382,512,ls), +(440,512,o), +(462,540,o), +(466,582,c), +(500,582,l), +(500,149,l), +(466,149,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(377,144,o), +(319,217,o), +(319,365,cs), +(319,515,o), +(379,586,o), +(468,586,cs), +(559,586,o), +(617,513,o), +(617,365,cs), +(617,214,o), +(557,144,o), +(468,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(548,174,o), +(581,246,o), +(581,365,cs), +(581,484,o), +(548,556,o), +(468,556,cs), +(388,556,o), +(355,484,o), +(355,365,cs), +(355,246,o), +(388,174,o), +(468,174,cs) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = center; +pos = (455.5,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(436,405,l), +(320,405,l), +(320,502,l), +(340,502,ls), +(395,502,o), +(439,534,o), +(444,582,c), +(563,582,l), +(563,149,l), +(436,149,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(338,145,o), +(285,236,o), +(285,366,cs), +(285,517,o), +(353,588,o), +(455,588,cs), +(573,588,o), +(626,497,o), +(626,366,cs), +(626,216,o), +(557,145,o), +(455,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(474,251,o), +(498,260,o), +(498,366,cs), +(498,474,o), +(474,482,o), +(455,482,cs), +(437,482,o), +(413,474,o), +(413,366,cs), +(413,259,o), +(437,251,o), +(455,251,cs) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = center; +pos = (473,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(477,485,l), +(372,485,l), +(372,512,l), +(392,512,ls), +(450,512,o), +(473,540,o), +(476,582,c), +(513,582,l), +(513,149,l), +(477,149,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(354,144,o), +(271,220,o), +(271,366,cs), +(271,511,o), +(352,587,o), +(473,587,cs), +(591,587,o), +(674,511,o), +(674,366,cs), +(674,221,o), +(592,144,o), +(473,144,cs) +); +}, +{ +closed = 1; +nodes = ( +(576,176,o), +(636,245,o), +(636,366,cs), +(636,487,o), +(578,556,o), +(473,556,cs), +(368,556,o), +(308,488,o), +(308,366,cs), +(308,245,o), +(366,176,o), +(473,176,cs) +); +} +); +width = 903; +}, +{ +anchors = ( +{ +name = center; +pos = (465,364); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(688,-11,o), +(849,135,o), +(849,364,cs), +(849,593,o), +(688,739,o), +(459,739,cs), +(231,739,o), +(69,593,o), +(69,364,cs), +(69,135,o), +(231,-11,o), +(459,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(422,394,l), +(307,394,l), +(307,502,l), +(326,502,ls), +(381,502,o), +(425,534,o), +(430,582,c), +(572,582,l), +(572,149,l), +(422,149,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-11,o), +(855,135,o), +(855,364,cs), +(855,593,o), +(694,739,o), +(465,739,cs), +(237,739,o), +(75,593,o), +(75,364,cs), +(75,135,o), +(237,-11,o), +(465,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(322,148,o), +(229,230,o), +(229,370,cs), +(229,510,o), +(324,590,o), +(465,590,cs), +(609,590,o), +(701,508,o), +(701,369,cs), +(701,228,o), +(607,148,o), +(465,148,cs) +); +}, +{ +closed = 1; +nodes = ( +(515,267,o), +(551,290,o), +(551,369,cs), +(551,448,o), +(515,471,o), +(465,471,cs), +(415,471,o), +(379,448,o), +(379,369,cs), +(379,290,o), +(415,267,o), +(465,267,cs) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = center; +pos = (329,365); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(353,496,l), +(295,496,l), +(295,523,l), +(307,523,ls), +(340,523,o), +(354,546,o), +(355,582,c), +(383,582,l), +(383,149,l), +(353,149,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-9,o), +(618,141,o), +(618,365,cs), +(618,589,o), +(523,739,o), +(329,739,cs), +(135,739,o), +(40,588,o), +(40,365,cs), +(40,142,o), +(135,-9,o), +(329,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(255,142,o), +(228,227,o), +(228,364,cs), +(228,501,o), +(255,586,o), +(328,586,cs), +(402,586,o), +(429,501,o), +(429,364,cs), +(429,227,o), +(402,142,o), +(328,142,cs) +); +}, +{ +closed = 1; +nodes = ( +(372,168,o), +(399,209,o), +(399,364,cs), +(399,519,o), +(372,560,o), +(328,560,cs), +(285,560,o), +(258,519,o), +(258,364,cs), +(258,209,o), +(285,168,o), +(328,168,cs) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = center; +pos = (343,366); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(327,414,l), +(244,414,l), +(244,503,l), +(263,503,ls), +(301,503,o), +(331,534,o), +(335,582,c), +(437,582,l), +(437,149,l), +(327,149,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-7,o), +(656,122,o), +(656,366,cs), +(656,610,o), +(523,739,o), +(343,739,cs), +(163,739,o), +(30,610,o), +(30,366,cs), +(30,122,o), +(163,-7,o), +(343,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(260,143,o), +(204,196,o), +(204,365,cs), +(204,533,o), +(260,586,o), +(343,586,cs), +(426,586,o), +(482,534,o), +(482,365,cs), +(482,196,o), +(426,143,o), +(343,143,cs) +); +}, +{ +closed = 1; +nodes = ( +(367,234,o), +(372,267,o), +(372,365,cs), +(372,463,o), +(367,495,o), +(343,495,cs), +(319,495,o), +(314,462,o), +(314,365,cs), +(314,267,o), +(319,234,o), +(343,234,cs) +); +} +); +width = 686; +}, +{ +anchors = ( +{ +name = center; +pos = (416,363); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(434,486,l), +(334,486,l), +(334,512,l), +(350,512,ls), +(408,512,o), +(430,540,o), +(434,582,c), +(468,582,l), +(468,149,l), +(434,149,l) +); +} +); +}; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(640,-10,o), +(791,140,o), +(791,363,cs), +(791,587,o), +(640,736,o), +(415,736,cs), +(191,736,o), +(40,587,o), +(40,363,cs), +(40,140,o), +(191,-10,o), +(415,-10,cs) ); }, { closed = 1; nodes = ( -(345,144,o), -(287,217,o), -(287,365,cs), -(287,515,o), -(347,586,o), -(436,586,cs), -(527,586,o), -(585,513,o), -(585,365,cs), -(585,214,o), -(525,144,o), -(436,144,cs) +(325,144,o), +(267,217,o), +(267,365,cs), +(267,515,o), +(327,586,o), +(416,586,cs), +(507,586,o), +(565,513,o), +(565,365,cs), +(565,214,o), +(505,144,o), +(416,144,cs) ); }, { closed = 1; nodes = ( -(516,174,o), -(549,246,o), -(549,365,cs), -(549,484,o), -(516,556,o), -(436,556,cs), -(356,556,o), -(323,484,o), -(323,365,cs), -(323,246,o), -(356,174,o), -(436,174,cs) +(496,174,o), +(529,246,o), +(529,365,cs), +(529,484,o), +(496,556,o), +(416,556,cs), +(336,556,o), +(303,484,o), +(303,365,cs), +(303,246,o), +(336,174,o), +(416,174,cs) ); } ); @@ -419,13 +1729,13 @@ type = Stem; } ); }; -width = 871; +width = 831; }, { anchors = ( { name = center; -pos = (427.5,365); +pos = (407,365); } ); background = { @@ -464,67 +1774,67 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) +(630,-9,o), +(794,141,o), +(794,365,cs), +(794,589,o), +(630,739,o), +(407,739,cs), +(183,739,o), +(19,589,o), +(19,365,cs), +(19,141,o), +(183,-9,o), +(407,-9,cs) ); }, { closed = 1; nodes = ( -(310,145,o), -(257,236,o), -(257,366,cs), -(257,517,o), -(325,588,o), -(427,588,cs), -(545,588,o), -(598,497,o), -(598,366,cs), -(598,216,o), -(529,145,o), -(427,145,cs) +(289,145,o), +(236,236,o), +(236,366,cs), +(236,517,o), +(304,588,o), +(406,588,cs), +(524,588,o), +(577,497,o), +(577,366,cs), +(577,216,o), +(508,145,o), +(406,145,cs) ); }, { closed = 1; nodes = ( -(446,251,o), -(470,260,o), -(470,366,cs), -(470,474,o), -(446,482,o), -(427,482,cs), -(409,482,o), -(385,474,o), -(385,366,cs), -(385,259,o), -(409,251,o), -(427,251,cs) +(425,251,o), +(449,260,o), +(449,366,cs), +(449,474,o), +(425,482,o), +(406,482,cs), +(388,482,o), +(364,474,o), +(364,366,cs), +(364,259,o), +(388,251,o), +(406,251,cs) ); } ); -width = 855; +width = 813; }, { anchors = ( { name = center; -pos = (442,363); +pos = (432,363); } ); background = { @@ -563,67 +1873,67 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { closed = 1; nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) +(655,-10,o), +(814,139,o), +(814,363,cs), +(814,587,o), +(655,736,o), +(432,736,cs), +(209,736,o), +(50,587,o), +(50,363,cs), +(50,139,o), +(209,-10,o), +(432,-10,cs) ); }, { closed = 1; nodes = ( -(323,144,o), -(240,220,o), -(240,366,cs), -(240,511,o), -(321,587,o), -(442,587,cs), -(560,587,o), -(643,511,o), -(643,366,cs), -(643,221,o), -(561,144,o), -(442,144,cs) +(313,144,o), +(230,220,o), +(230,366,cs), +(230,511,o), +(311,587,o), +(432,587,cs), +(550,587,o), +(633,511,o), +(633,366,cs), +(633,221,o), +(551,144,o), +(432,144,cs) ); }, { closed = 1; nodes = ( -(545,176,o), -(605,245,o), -(605,366,cs), -(605,487,o), -(547,556,o), -(442,556,cs), -(337,556,o), -(277,488,o), -(277,366,cs), -(277,245,o), -(335,176,o), -(442,176,cs) +(535,176,o), +(595,245,o), +(595,366,cs), +(595,487,o), +(537,556,o), +(432,556,cs), +(327,556,o), +(267,488,o), +(267,366,cs), +(267,245,o), +(325,176,o), +(432,176,cs) ); } ); -width = 884; +width = 864; }, { anchors = ( { name = center; -pos = (430,364); +pos = (420,364); } ); background = { @@ -662,67 +1972,67 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { closed = 1; nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) +(649,-11,o), +(810,135,o), +(810,364,cs), +(810,593,o), +(649,739,o), +(420,739,cs), +(192,739,o), +(30,593,o), +(30,364,cs), +(30,135,o), +(192,-11,o), +(420,-11,cs) ); }, { closed = 1; nodes = ( -(287,148,o), -(194,230,o), -(194,370,cs), -(194,510,o), -(289,590,o), -(430,590,cs), -(574,590,o), -(666,508,o), -(666,369,cs), -(666,228,o), -(572,148,o), -(430,148,cs) +(277,148,o), +(184,230,o), +(184,370,cs), +(184,510,o), +(279,590,o), +(420,590,cs), +(564,590,o), +(656,508,o), +(656,369,cs), +(656,228,o), +(562,148,o), +(420,148,cs) ); }, { closed = 1; nodes = ( -(480,267,o), -(516,290,o), -(516,369,cs), -(516,448,o), -(480,471,o), -(430,471,cs), -(380,471,o), -(344,448,o), -(344,369,cs), -(344,290,o), -(380,267,o), -(430,267,cs) +(470,267,o), +(506,290,o), +(506,369,cs), +(506,448,o), +(470,471,o), +(420,471,cs), +(370,471,o), +(334,448,o), +(334,369,cs), +(334,290,o), +(370,267,o), +(420,267,cs) ); } ); -width = 860; +width = 840; }, { anchors = ( { name = center; -pos = (386,365); +pos = (363,365); } ); background = { @@ -761,67 +2071,67 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { closed = 1; nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) +(557,-9,o), +(652,141,o), +(652,365,cs), +(652,589,o), +(557,739,o), +(363,739,cs), +(169,739,o), +(74,588,o), +(74,365,cs), +(74,142,o), +(169,-9,o), +(363,-9,cs) ); }, { closed = 1; nodes = ( -(312,142,o), -(285,227,o), -(285,364,cs), -(285,501,o), -(312,586,o), -(385,586,cs), -(459,586,o), -(486,501,o), -(486,364,cs), -(486,227,o), -(459,142,o), -(385,142,cs) +(289,142,o), +(262,227,o), +(262,364,cs), +(262,501,o), +(289,586,o), +(362,586,cs), +(436,586,o), +(463,501,o), +(463,364,cs), +(463,227,o), +(436,142,o), +(362,142,cs) ); }, { closed = 1; nodes = ( -(429,168,o), -(456,209,o), -(456,364,cs), -(456,519,o), -(429,560,o), -(385,560,cs), -(342,560,o), -(315,519,o), -(315,364,cs), -(315,209,o), -(342,168,o), -(385,168,cs) +(406,168,o), +(433,209,o), +(433,364,cs), +(433,519,o), +(406,560,o), +(362,560,cs), +(319,560,o), +(292,519,o), +(292,364,cs), +(292,209,o), +(319,168,o), +(362,168,cs) ); } ); -width = 727; +width = 681; }, { anchors = ( { name = center; -pos = (385,366); +pos = (374,366); } ); background = { @@ -860,67 +2170,67 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { closed = 1; nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) +(554,-7,o), +(687,122,o), +(687,366,cs), +(687,610,o), +(554,739,o), +(374,739,cs), +(194,739,o), +(61,610,o), +(61,366,cs), +(61,122,o), +(194,-7,o), +(374,-7,cs) ); }, { closed = 1; nodes = ( -(302,143,o), -(246,196,o), -(246,365,cs), -(246,533,o), -(302,586,o), -(385,586,cs), -(468,586,o), -(524,534,o), -(524,365,cs), -(524,196,o), -(468,143,o), -(385,143,cs) +(291,143,o), +(235,196,o), +(235,365,cs), +(235,533,o), +(291,586,o), +(374,586,cs), +(457,586,o), +(513,534,o), +(513,365,cs), +(513,196,o), +(457,143,o), +(374,143,cs) ); }, { closed = 1; nodes = ( -(409,234,o), -(414,267,o), -(414,365,cs), -(414,463,o), -(409,495,o), -(385,495,cs), -(361,495,o), -(356,462,o), -(356,365,cs), -(356,267,o), -(361,234,o), -(385,234,cs) +(398,234,o), +(403,267,o), +(403,365,cs), +(403,463,o), +(398,495,o), +(374,495,cs), +(350,495,o), +(345,462,o), +(345,365,cs), +(345,267,o), +(350,234,o), +(374,234,cs) ); } ); -width = 731; +width = 709; }, { anchors = ( { name = center; -pos = (467.5,363); +pos = (444,363); } ); background = { @@ -959,67 +2269,67 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) +(668,-10,o), +(819,140,o), +(819,363,cs), +(819,587,o), +(668,736,o), +(443,736,cs), +(219,736,o), +(68,587,o), +(68,363,cs), +(68,140,o), +(219,-10,o), +(443,-10,cs) ); }, { closed = 1; nodes = ( -(377,144,o), -(319,217,o), -(319,365,cs), -(319,515,o), -(379,586,o), -(468,586,cs), -(559,586,o), -(617,513,o), -(617,365,cs), -(617,214,o), -(557,144,o), -(468,144,cs) +(353,144,o), +(295,217,o), +(295,365,cs), +(295,515,o), +(355,586,o), +(444,586,cs), +(535,586,o), +(593,513,o), +(593,365,cs), +(593,214,o), +(533,144,o), +(444,144,cs) ); }, { closed = 1; nodes = ( -(548,174,o), -(581,246,o), -(581,365,cs), -(581,484,o), -(548,556,o), -(468,556,cs), -(388,556,o), -(355,484,o), -(355,365,cs), -(355,246,o), -(388,174,o), -(468,174,cs) +(524,174,o), +(557,246,o), +(557,365,cs), +(557,484,o), +(524,556,o), +(444,556,cs), +(364,556,o), +(331,484,o), +(331,365,cs), +(331,246,o), +(364,174,o), +(444,174,cs) ); } ); -width = 891; +width = 843; }, { anchors = ( { name = center; -pos = (455.5,365); +pos = (427,365); } ); background = { @@ -1058,67 +2368,67 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) +(650,-9,o), +(814,141,o), +(814,365,cs), +(814,589,o), +(650,739,o), +(427,739,cs), +(203,739,o), +(39,589,o), +(39,365,cs), +(39,141,o), +(203,-9,o), +(427,-9,cs) ); }, { closed = 1; nodes = ( -(338,145,o), -(285,236,o), -(285,366,cs), -(285,517,o), -(353,588,o), -(455,588,cs), -(573,588,o), -(626,497,o), -(626,366,cs), -(626,216,o), -(557,145,o), -(455,145,cs) +(309,145,o), +(256,236,o), +(256,366,cs), +(256,517,o), +(324,588,o), +(426,588,cs), +(544,588,o), +(597,497,o), +(597,366,cs), +(597,216,o), +(528,145,o), +(426,145,cs) ); }, { closed = 1; nodes = ( -(474,251,o), -(498,260,o), -(498,366,cs), -(498,474,o), -(474,482,o), -(455,482,cs), -(437,482,o), -(413,474,o), -(413,366,cs), -(413,259,o), -(437,251,o), -(455,251,cs) +(445,251,o), +(469,260,o), +(469,366,cs), +(469,474,o), +(445,482,o), +(426,482,cs), +(408,482,o), +(384,474,o), +(384,366,cs), +(384,259,o), +(408,251,o), +(426,251,cs) ); } ); -width = 873; +width = 815; }, { anchors = ( { name = center; -pos = (473,363); +pos = (463,363); } ); background = { @@ -1157,67 +2467,67 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) +(686,-10,o), +(845,139,o), +(845,363,cs), +(845,587,o), +(686,736,o), +(463,736,cs), +(240,736,o), +(81,587,o), +(81,363,cs), +(81,139,o), +(240,-10,o), +(463,-10,cs) ); }, { closed = 1; nodes = ( -(354,144,o), -(271,220,o), -(271,366,cs), -(271,511,o), -(352,587,o), -(473,587,cs), -(591,587,o), -(674,511,o), -(674,366,cs), -(674,221,o), -(592,144,o), -(473,144,cs) +(344,144,o), +(261,220,o), +(261,366,cs), +(261,511,o), +(342,587,o), +(463,587,cs), +(581,587,o), +(664,511,o), +(664,366,cs), +(664,221,o), +(582,144,o), +(463,144,cs) ); }, { closed = 1; nodes = ( -(576,176,o), -(636,245,o), -(636,366,cs), -(636,487,o), -(578,556,o), -(473,556,cs), -(368,556,o), -(308,488,o), -(308,366,cs), -(308,245,o), -(366,176,o), -(473,176,cs) +(566,176,o), +(626,245,o), +(626,366,cs), +(626,487,o), +(568,556,o), +(463,556,cs), +(358,556,o), +(298,488,o), +(298,366,cs), +(298,245,o), +(356,176,o), +(463,176,cs) ); } ); -width = 903; +width = 883; }, { anchors = ( { name = center; -pos = (459,364); +pos = (444,364); } ); background = { @@ -1256,61 +2566,61 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) +(673,-11,o), +(834,135,o), +(834,364,cs), +(834,593,o), +(673,739,o), +(444,739,cs), +(216,739,o), +(54,593,o), +(54,364,cs), +(54,135,o), +(216,-11,o), +(444,-11,cs) ); }, { closed = 1; nodes = ( -(316,148,o), -(223,230,o), -(223,370,cs), -(223,510,o), -(318,590,o), -(459,590,cs), -(603,590,o), -(695,508,o), -(695,369,cs), -(695,228,o), -(601,148,o), -(459,148,cs) +(301,148,o), +(208,230,o), +(208,370,cs), +(208,510,o), +(303,590,o), +(444,590,cs), +(588,590,o), +(680,508,o), +(680,369,cs), +(680,228,o), +(586,148,o), +(444,148,cs) ); }, { closed = 1; nodes = ( -(509,267,o), -(545,290,o), -(545,369,cs), -(545,448,o), -(509,471,o), -(459,471,cs), -(409,471,o), -(373,448,o), -(373,369,cs), -(373,290,o), -(409,267,o), -(459,267,cs) +(494,267,o), +(530,290,o), +(530,369,cs), +(530,448,o), +(494,471,o), +(444,471,cs), +(394,471,o), +(358,448,o), +(358,369,cs), +(358,290,o), +(394,267,o), +(444,267,cs) ); } ); -width = 880; +width = 850; } ); metricLeft = one.circled; diff --git a/sources/MonaSans.glyphspackage/glyphs/zero.circled.glyph b/sources/MonaSans.glyphspackage/glyphs/zero.circled.glyph index b8cc2ba5..8cb067ca 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zero.circled.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zero.circled.glyph @@ -148,7 +148,839 @@ weight = -450; width = 50; }; }; -width = 706; +width = 722; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(665,-10,o), +(824,139,o), +(824,363,cs), +(824,587,o), +(665,736,o), +(442,736,cs), +(219,736,o), +(60,587,o), +(60,363,cs), +(60,139,o), +(219,-10,o), +(442,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,24,o), +(97,160,o), +(97,363,cs), +(97,566,o), +(242,702,o), +(442,702,cs), +(642,702,o), +(787,566,o), +(787,363,cs), +(787,160,o), +(642,24,o), +(442,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(482,149,l), +(482,582,l), +(445,582,l), +(442,540,o), +(419,512,o), +(361,512,cs), +(341,512,l), +(341,485,l), +(446,485,l), +(446,149,l) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (201,190); +ref = zeroinferior; +} +); +width = 884; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(659,-11,o), +(820,135,o), +(820,364,cs), +(820,593,o), +(659,739,o), +(430,739,cs), +(202,739,o), +(40,593,o), +(40,364,cs), +(40,135,o), +(202,-11,o), +(430,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(250,67,o), +(122,181,o), +(122,364,cs), +(122,547,o), +(250,661,o), +(430,661,cs), +(611,661,o), +(738,547,o), +(738,364,cs), +(738,181,o), +(611,67,o), +(430,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(543,149,l), +(543,582,l), +(401,582,l), +(396,534,o), +(352,502,o), +(297,502,cs), +(278,502,l), +(278,394,l), +(393,394,l), +(393,149,l) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (180,193); +ref = zeroinferior; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(660,-10,o), +(811,140,o), +(811,363,cs), +(811,587,o), +(660,736,o), +(435,736,cs), +(211,736,o), +(60,587,o), +(60,363,cs), +(60,140,o), +(211,-10,o), +(435,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,21,o), +(94,159,o), +(94,363,cs), +(94,567,o), +(232,706,o), +(435,706,cs), +(639,706,o), +(777,567,o), +(777,363,cs), +(777,159,o), +(639,21,o), +(435,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(468,149,l), +(468,582,l), +(434,582,l), +(430,540,o), +(408,512,o), +(350,512,cs), +(334,512,l), +(334,486,l), +(434,486,l), +(434,149,l) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (219,189); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -50; +width = 55; +}; +}; +width = 858; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(651,-9,o), +(815,141,o), +(815,365,cs), +(815,589,o), +(651,739,o), +(428,739,cs), +(204,739,o), +(40,589,o), +(40,365,cs), +(40,141,o), +(204,-9,o), +(428,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,68,o), +(124,187,o), +(124,365,cs), +(124,544,o), +(247,663,o), +(428,663,cs), +(608,663,o), +(731,544,o), +(731,365,cs), +(731,187,o), +(609,68,o), +(428,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(535,149,l), +(535,582,l), +(416,582,l), +(411,534,o), +(367,502,o), +(312,502,cs), +(292,502,l), +(292,405,l), +(408,405,l), +(408,149,l) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (223,191); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 834; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(580,-9,o), +(675,141,o), +(675,365,cs), +(675,589,o), +(580,739,o), +(386,739,cs), +(192,739,o), +(97,588,o), +(97,365,cs), +(97,142,o), +(192,-9,o), +(386,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,21,o), +(130,132,o), +(130,365,cs), +(130,598,o), +(233,710,o), +(386,710,cs), +(540,710,o), +(642,599,o), +(642,365,cs), +(642,132,o), +(540,21,o), +(386,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(420,149,l), +(420,582,l), +(392,582,l), +(391,546,o), +(377,523,o), +(344,523,cs), +(332,523,l), +(332,496,l), +(390,496,l), +(390,149,l) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (257,188); +ref = zeroinferior; +} +); +width = 727; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(565,-7,o), +(698,122,o), +(698,366,cs), +(698,610,o), +(565,739,o), +(385,739,cs), +(205,739,o), +(72,610,o), +(72,366,cs), +(72,122,o), +(205,-7,o), +(385,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,61,o), +(144,192,o), +(144,366,cs), +(144,540,o), +(213,671,o), +(385,671,cs), +(557,671,o), +(626,540,o), +(626,366,cs), +(626,192,o), +(557,61,o), +(385,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(469,149,l), +(469,582,l), +(367,582,l), +(363,534,o), +(333,503,o), +(295,503,cs), +(276,503,l), +(276,414,l), +(359,414,l), +(359,149,l) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (252,189); +ref = zeroinferior; +} +); +width = 747; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(692,-10,o), +(843,140,o), +(843,363,cs), +(843,587,o), +(692,736,o), +(467,736,cs), +(243,736,o), +(92,587,o), +(92,363,cs), +(92,140,o), +(243,-10,o), +(467,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,21,o), +(126,159,o), +(126,363,cs), +(126,567,o), +(264,706,o), +(467,706,cs), +(671,706,o), +(809,567,o), +(809,363,cs), +(809,159,o), +(671,21,o), +(467,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(500,149,l), +(500,582,l), +(466,582,l), +(462,540,o), +(440,512,o), +(382,512,cs), +(366,512,l), +(366,486,l), +(466,486,l), +(466,149,l) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (276,186); +ref = zeroinferior; +} +); +width = 891; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(679,-9,o), +(843,141,o), +(843,365,cs), +(843,589,o), +(679,739,o), +(456,739,cs), +(232,739,o), +(68,589,o), +(68,365,cs), +(68,141,o), +(232,-9,o), +(456,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,68,o), +(152,187,o), +(152,365,cs), +(152,544,o), +(275,663,o), +(456,663,cs), +(636,663,o), +(759,544,o), +(759,365,cs), +(759,187,o), +(637,68,o), +(456,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(563,149,l), +(563,582,l), +(444,582,l), +(439,534,o), +(395,502,o), +(340,502,cs), +(320,502,l), +(320,405,l), +(436,405,l), +(436,149,l) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (272,188); +ref = zeroinferior; +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(696,-10,o), +(855,139,o), +(855,363,cs), +(855,587,o), +(696,736,o), +(473,736,cs), +(250,736,o), +(91,587,o), +(91,363,cs), +(91,139,o), +(250,-10,o), +(473,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,24,o), +(128,160,o), +(128,363,cs), +(128,566,o), +(273,702,o), +(473,702,cs), +(673,702,o), +(818,566,o), +(818,363,cs), +(818,160,o), +(673,24,o), +(473,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(513,149,l), +(513,582,l), +(476,582,l), +(473,540,o), +(450,512,o), +(392,512,cs), +(372,512,l), +(372,485,l), +(477,485,l), +(477,149,l) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (247,186); +ref = zeroinferior; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(689,-11,o), +(850,135,o), +(850,364,cs), +(850,593,o), +(689,739,o), +(460,739,cs), +(232,739,o), +(70,593,o), +(70,364,cs), +(70,135,o), +(232,-11,o), +(460,-11,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,67,o), +(152,181,o), +(152,364,cs), +(152,547,o), +(280,661,o), +(460,661,cs), +(641,661,o), +(768,547,o), +(768,364,cs), +(768,181,o), +(641,67,o), +(460,67,cs) +); +}, +{ +closed = 1; +nodes = ( +(573,153,l), +(573,586,l), +(431,586,l), +(426,538,o), +(382,506,o), +(327,506,cs), +(308,506,l), +(308,398,l), +(423,398,l), +(423,153,l) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (227,187); +ref = zeroinferior; +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,-9,o), +(638,141,o), +(638,365,cs), +(638,589,o), +(543,739,o), +(349,739,cs), +(155,739,o), +(60,588,o), +(60,365,cs), +(60,142,o), +(155,-9,o), +(349,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,21,o), +(93,132,o), +(93,365,cs), +(93,598,o), +(196,710,o), +(349,710,cs), +(503,710,o), +(605,599,o), +(605,365,cs), +(605,132,o), +(503,21,o), +(349,21,cs) +); +}, +{ +closed = 1; +nodes = ( +(383,149,l), +(383,582,l), +(355,582,l), +(354,546,o), +(340,523,o), +(307,523,cs), +(295,523,l), +(295,496,l), +(353,496,l), +(353,149,l) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (202,188); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 658; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(533,-7,o), +(666,122,o), +(666,366,cs), +(666,610,o), +(533,739,o), +(353,739,cs), +(173,739,o), +(40,610,o), +(40,366,cs), +(40,122,o), +(173,-7,o), +(353,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,61,o), +(112,192,o), +(112,366,cs), +(112,540,o), +(181,671,o), +(353,671,cs), +(525,671,o), +(594,540,o), +(594,366,cs), +(594,192,o), +(525,61,o), +(353,61,cs) +); +}, +{ +closed = 1; +nodes = ( +(437,149,l), +(437,582,l), +(335,582,l), +(331,534,o), +(301,503,o), +(263,503,cs), +(244,503,l), +(244,414,l), +(327,414,l), +(327,149,l) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = whiteCircle; +}, +{ +pos = (198,189); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -450; +width = 50; +}; +}; +width = 686; }, { background = { @@ -204,7 +1036,7 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { alignment = 1; @@ -222,7 +1054,7 @@ weight = -50; width = 55; }; }; -width = 871; +width = 831; }, { background = { @@ -278,7 +1110,7 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { alignment = 1; @@ -296,7 +1128,7 @@ weight = -450; width = 50; }; }; -width = 855; +width = 813; }, { background = { @@ -352,7 +1184,7 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { alignment = 1; @@ -363,7 +1195,7 @@ pos = (201,190); ref = zeroinferior; } ); -width = 884; +width = 864; }, { background = { @@ -419,7 +1251,7 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { alignment = 1; @@ -430,7 +1262,7 @@ pos = (180,193); ref = zeroinferior; } ); -width = 860; +width = 840; }, { background = { @@ -486,19 +1318,18 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (239,188); +pos = (257,188); ref = zeroinferior; } ); -width = 727; +width = 681; }, { background = { @@ -554,19 +1385,18 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (231,189); +pos = (252,189); ref = zeroinferior; } ); -width = 731; +width = 709; }, { background = { @@ -622,19 +1452,18 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = master01; -pos = (255,189); +pos = (276,186); ref = zeroinferior; } ); -width = 891; +width = 843; }, { background = { @@ -690,19 +1519,18 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (253,191); +pos = (272,188); ref = zeroinferior; } ); -width = 873; +width = 815; }, { background = { @@ -758,19 +1586,18 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (232,190); +pos = (247,186); ref = zeroinferior; } ); -width = 903; +width = 883; }, { background = { @@ -826,19 +1653,18 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; ref = whiteCircle; }, { -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (209,193); +pos = (224,187); ref = zeroinferior; } ); -width = 880; +width = 850; } ); unicode = 9450; diff --git a/sources/MonaSans.glyphspackage/glyphs/zero.dnom.glyph b/sources/MonaSans.glyphspackage/glyphs/zero.dnom.glyph index e6fc3b65..6d99441f 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zero.dnom.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zero.dnom.glyph @@ -1,6 +1,5 @@ { glyphname = zero.dnom; -kernLeft = zero.dnom; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -8,35 +7,35 @@ shapes = ( { closed = 1; nodes = ( -(211,-5,o), -(262,38,o), -(262,187,cs), -(262,336,o), -(211,379,o), -(139,379,cs), -(66,379,o), -(16,335,o), -(16,187,cs), -(16,39,o), -(66,-5,o), -(139,-5,cs) +(219,-5,o), +(270,38,o), +(270,187,cs), +(270,336,o), +(219,379,o), +(147,379,cs), +(74,379,o), +(24,335,o), +(24,187,cs), +(24,39,o), +(74,-5,o), +(147,-5,cs) ); }, { closed = 1; nodes = ( -(119,78,o), -(116,107,o), -(116,187,cs), -(116,267,o), -(119,296,o), -(139,296,cs), -(159,296,o), -(161,265,o), -(161,187,cs), -(161,109,o), -(159,78,o), -(139,78,cs) +(127,78,o), +(124,107,o), +(124,187,cs), +(124,267,o), +(127,296,o), +(147,296,cs), +(167,296,o), +(169,265,o), +(169,187,cs), +(169,109,o), +(167,78,o), +(147,78,cs) ); } ); @@ -47,7 +46,7 @@ weight = -400; width = 52; }; }; -width = 278; +width = 294; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -97,40 +96,134 @@ width = 55; width = 278; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(282,-5,o), -(337,60,o), -(337,198,cs), -(337,334,o), -(284,401,o), -(201,401,cs), -(119,401,o), -(64,336,o), -(64,198,cs), -(64,63,o), +(336,-5,o), +(411,65,o), +(411,198,cs), +(411,331,o), +(335,401,o), +(226,401,cs), +(115,401,o), +(41,331,o), +(41,198,cs), +(41,65,o), (117,-5,o), -(201,-5,cs) +(227,-5,cs) ); }, { closed = 1; nodes = ( -(127,23,o), -(97,89,o), -(97,198,cs), -(97,307,o), -(127,373,o), -(201,373,cs), -(274,373,o), -(305,307,o), -(305,198,cs), -(305,89,o), -(274,23,o), -(201,23,cs) +(129,25,o), +(77,88,o), +(77,198,cs), +(77,309,o), +(131,371,o), +(226,371,cs), +(322,371,o), +(375,308,o), +(375,198,cs), +(375,88,o), +(321,25,o), +(226,25,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 452; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(358,-5,o), +(442,65,o), +(442,187,cs), +(442,308,o), +(360,379,o), +(232,379,cs), +(106,379,o), +(22,309,o), +(22,188,cs), +(22,67,o), +(105,-5,o), +(232,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(183,97,o), +(149,118,o), +(149,187,cs), +(149,256,o), +(183,278,o), +(232,278,cs), +(281,278,o), +(315,257,o), +(315,187,cs), +(315,118,o), +(281,97,o), +(232,97,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 464; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(279,-5,o), +(334,60,o), +(334,198,cs), +(334,334,o), +(281,401,o), +(200,401,cs), +(120,401,o), +(65,336,o), +(65,198,cs), +(65,63,o), +(118,-5,o), +(200,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(128,23,o), +(98,89,o), +(98,198,cs), +(98,307,o), +(128,373,o), +(200,373,cs), +(271,373,o), +(302,307,o), +(302,198,cs), +(302,89,o), +(271,23,o), +(200,23,cs) ); } ); @@ -199,43 +292,43 @@ type = Stem; } ); }; -width = 401; +width = 398; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(277,-5,o), -(339,56,o), -(339,187,cs), -(339,299,o), -(291,379,o), -(186,379,cs), -(95,379,o), -(33,318,o), -(33,187,cs), -(33,74,o), -(81,-5,o), -(186,-5,cs) +(265,-5,o), +(325,56,o), +(325,187,cs), +(325,299,o), +(279,379,o), +(178,379,cs), +(91,379,o), +(32,318,o), +(32,187,cs), +(32,74,o), +(77,-5,o), +(178,-5,cs) ); }, { closed = 1; nodes = ( -(168,88,o), -(146,94,o), -(146,187,cs), -(146,280,o), -(168,285,o), -(186,285,cs), -(204,285,o), -(225,279,o), -(225,187,cs), -(225,94,o), -(204,88,o), -(186,88,cs) +(164,88,o), +(144,93,o), +(144,187,cs), +(144,281,o), +(164,285,o), +(178,285,cs), +(192,285,o), +(212,280,o), +(212,187,cs), +(212,93,o), +(192,88,o), +(178,88,cs) ); } ); @@ -246,101 +339,7 @@ weight = -370; width = 54; }; }; -width = 372; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(336,-5,o), -(411,65,o), -(411,198,cs), -(411,331,o), -(335,401,o), -(226,401,cs), -(115,401,o), -(41,331,o), -(41,198,cs), -(41,65,o), -(117,-5,o), -(227,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(129,25,o), -(77,88,o), -(77,198,cs), -(77,309,o), -(131,371,o), -(226,371,cs), -(322,371,o), -(375,308,o), -(375,198,cs), -(375,88,o), -(321,25,o), -(226,25,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 452; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(352,-5,o), -(436,65,o), -(436,187,cs), -(436,308,o), -(354,379,o), -(226,379,cs), -(100,379,o), -(16,309,o), -(16,188,cs), -(16,67,o), -(99,-5,o), -(226,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(177,97,o), -(143,118,o), -(143,187,cs), -(143,256,o), -(177,278,o), -(226,278,cs), -(275,278,o), -(309,257,o), -(309,187,cs), -(309,118,o), -(275,97,o), -(226,97,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 452; +width = 355; }, { layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; @@ -395,35 +394,35 @@ shapes = ( { closed = 1; nodes = ( -(159,-5,o), -(212,38,o), -(241,178,cs), -(265,294,o), -(251,379,o), -(147,379,cs), -(77,379,o), -(28,328,o), -(1,198,cs), -(-23,82,o), -(-12,-5,o), -(95,-5,cs) +(167,-5,o), +(220,38,o), +(249,178,cs), +(273,294,o), +(259,379,o), +(155,379,cs), +(85,379,o), +(36,328,o), +(9,198,cs), +(-15,82,o), +(-4,-5,o), +(103,-5,cs) ); }, { closed = 1; nodes = ( -(77,78,o), -(83,117,o), -(99,189,cs), -(115,268,o), -(125,296,o), -(142,296,cs), -(163,296,o), -(158,260,o), -(143,187,cs), -(127,108,o), -(118,78,o), -(101,78,cs) +(85,78,o), +(91,117,o), +(107,189,cs), +(123,268,o), +(133,296,o), +(150,296,cs), +(171,296,o), +(166,260,o), +(151,187,cs), +(135,108,o), +(126,78,o), +(109,78,cs) ); } ); @@ -434,7 +433,7 @@ weight = -400; width = 52; }; }; -width = 276; +width = 292; }, { layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; @@ -583,35 +582,657 @@ shapes = ( { closed = 1; nodes = ( -(323,-3,o), -(417,71,o), -(421,204,cs), -(424,308,o), -(352,378,o), -(226,378,cs), -(92,378,o), -(2,301,o), -(-2,172,cs), -(-5,67,o), -(65,-3,o), -(192,-3,cs) +(329,-3,o), +(423,71,o), +(427,204,cs), +(430,308,o), +(358,378,o), +(232,378,cs), +(98,378,o), +(8,301,o), +(4,172,cs), +(1,67,o), +(71,-3,o), +(198,-3,cs) +); +}, +{ +closed = 1; +nodes = ( +(159,99,o), +(129,126,o), +(130,175,cs), +(132,235,o), +(162,276,o), +(225,276,cs), +(272,276,o), +(302,247,o), +(301,201,cs), +(299,137,o), +(265,99,o), +(206,99,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 466; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(186,-6,o), +(211,72,o), +(211,198,cs), +(211,324,o), +(186,401,o), +(119,401,cs), +(52,401,o), +(27,324,o), +(27,198,cs), +(27,72,o), +(52,-6,o), +(119,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(79,18,o), +(54,56,o), +(54,198,cs), +(54,340,o), +(79,378,o), +(119,378,cs), +(159,378,o), +(184,340,o), +(184,198,cs), +(184,56,o), +(159,18,o), +(119,18,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 238; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,-5,o), +(253,38,o), +(253,187,cs), +(253,336,o), +(202,379,o), +(130,379,cs), +(57,379,o), +(7,335,o), +(7,187,cs), +(7,39,o), +(57,-5,o), +(130,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,78,o), +(107,107,o), +(107,187,cs), +(107,267,o), +(110,296,o), +(130,296,cs), +(150,296,o), +(152,265,o), +(152,187,cs), +(152,109,o), +(150,78,o), +(130,78,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 260; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,-5,o), +(317,60,o), +(317,198,cs), +(317,334,o), +(264,401,o), +(181,401,cs), +(99,401,o), +(44,336,o), +(44,198,cs), +(44,63,o), +(97,-5,o), +(181,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(107,23,o), +(77,89,o), +(77,198,cs), +(77,307,o), +(107,373,o), +(181,373,cs), +(254,373,o), +(285,307,o), +(285,198,cs), +(285,89,o), +(254,23,o), +(181,23,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 361; +}, +{ +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(256,-5,o), +(318,56,o), +(318,187,cs), +(318,299,o), +(270,379,o), +(165,379,cs), +(74,379,o), +(12,318,o), +(12,187,cs), +(12,74,o), +(60,-5,o), +(165,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,88,o), +(125,94,o), +(125,187,cs), +(125,280,o), +(147,285,o), +(165,285,cs), +(183,285,o), +(204,279,o), +(204,187,cs), +(204,94,o), +(183,88,o), +(165,88,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 330; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(326,-5,o), +(401,65,o), +(401,198,cs), +(401,331,o), +(325,401,o), +(216,401,cs), +(105,401,o), +(31,331,o), +(31,198,cs), +(31,65,o), +(107,-5,o), +(217,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(119,25,o), +(67,88,o), +(67,198,cs), +(67,309,o), +(121,371,o), +(216,371,cs), +(312,371,o), +(365,308,o), +(365,198,cs), +(365,88,o), +(311,25,o), +(216,25,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 432; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(342,-5,o), +(426,65,o), +(426,187,cs), +(426,308,o), +(344,379,o), +(216,379,cs), +(90,379,o), +(6,309,o), +(6,188,cs), +(6,67,o), +(89,-5,o), +(216,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(167,97,o), +(133,118,o), +(133,187,cs), +(133,256,o), +(167,278,o), +(216,278,cs), +(265,278,o), +(299,257,o), +(299,187,cs), +(299,118,o), +(265,97,o), +(216,97,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 432; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,-5,o), +(167,71,o), +(192,189,cs), +(215,298,o), +(219,401,o), +(138,401,cs), +(78,401,o), +(39,331,o), +(13,207,cs), +(-10,96,o), +(-14,-5,o), +(67,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(8,23,o), +(22,122,o), +(39,203,cs), +(68,342,o), +(98,377,o), +(135,377,cs), +(197,377,o), +(186,287,o), +(166,193,cs), +(135,45,o), +(104,16,o), +(62,19,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 230; +}, +{ +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,-5,o), +(201,38,o), +(230,178,cs), +(254,294,o), +(240,379,o), +(136,379,cs), +(66,379,o), +(17,328,o), +(-10,198,cs), +(-34,82,o), +(-23,-5,o), +(84,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(66,78,o), +(72,117,o), +(88,189,cs), +(104,268,o), +(114,296,o), +(131,296,cs), +(152,296,o), +(147,260,o), +(132,187,cs), +(116,108,o), +(107,78,o), +(90,78,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 254; +}, +{ +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(204,-6,o), +(267,51,o), +(292,189,cs), +(313,306,o), +(289,401,o), +(190,401,cs), +(117,401,o), +(54,342,o), +(30,207,cs), +(8,82,o), +(37,-6,o), +(132,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(58,22,o), +(45,97,o), +(60,192,cs), +(79,311,o), +(123,373,o), +(189,373,cs), +(264,373,o), +(277,298,o), +(261,199,cs), +(243,85,o), +(198,22,o), +(133,22,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 347; +}, +{ +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(199,-5,o), +(265,48,o), +(289,158,cs), +(318,292,o), +(274,379,o), +(166,379,cs), +(82,379,o), +(15,326,o), +(-9,216,cs), +(-38,81,o), +(10,-5,o), +(114,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(88,89,o), +(87,130,o), +(100,195,cs), +(115,271,o), +(133,285,o), +(157,285,cs), +(188,285,o), +(195,251,o), +(180,178,cs), +(166,111,o), +(152,89,o), +(123,89,cs) +); +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 316; +}, +{ +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(310,-5,o), +(393,89,o), +(393,229,cs), +(393,332,o), +(333,401,o), +(226,401,cs), +(100,401,o), +(17,306,o), +(17,167,cs), +(17,63,o), +(78,-5,o), +(184,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(107,25,o), +(53,74,o), +(53,169,cs), +(53,289,o), +(122,371,o), +(223,371,cs), +(303,371,o), +(357,322,o), +(357,227,cs), +(357,107,o), +(288,25,o), +(188,25,cs) +); +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 435; +}, +{ +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; +shapes = ( +{ +closed = 1; +nodes = ( +(311,-3,o), +(405,71,o), +(409,204,cs), +(412,308,o), +(340,378,o), +(214,378,cs), +(80,378,o), +(-10,301,o), +(-14,172,cs), +(-17,67,o), +(53,-3,o), +(180,-3,cs) ); }, { closed = 1; nodes = ( -(153,99,o), -(123,126,o), -(124,175,cs), -(126,235,o), -(156,276,o), -(219,276,cs), -(266,276,o), -(296,247,o), -(295,201,cs), -(293,137,o), -(259,99,o), -(200,99,cs) +(141,99,o), +(111,126,o), +(112,175,cs), +(114,235,o), +(144,276,o), +(207,276,cs), +(254,276,o), +(284,247,o), +(283,201,cs), +(281,137,o), +(247,99,o), +(188,99,cs) ); } ); @@ -622,7 +1243,7 @@ weight = -390; width = 54; }; }; -width = 454; +width = 430; } ); metricRight = "=|"; diff --git a/sources/MonaSans.glyphspackage/glyphs/zero.glyph b/sources/MonaSans.glyphspackage/glyphs/zero.glyph index 59fec369..7d3bfe4c 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zero.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zero.glyph @@ -1,7 +1,7 @@ { glyphname = zero; -kernLeft = zero; -kernRight = zero; +kernLeft = KO_zero; +kernRight = KO_zero; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -9,39 +9,39 @@ shapes = ( { closed = 1; nodes = ( -(384,-10,o), -(476,79,o), -(476,360,cs), -(476,640,o), -(384,729,o), -(246,729,cs), -(108,729,o), -(16,640,o), -(16,360,cs), -(16,79,o), -(108,-10,o), -(246,-10,cs) +(402,-10,o), +(495,80,o), +(495,365,cs), +(495,648,o), +(402,738,o), +(262,738,cs), +(122,738,o), +(29,648,o), +(29,365,cs), +(29,80,o), +(122,-10,o), +(262,-10,cs) ); }, { closed = 1; nodes = ( -(205,139,o), -(196,194,o), -(196,360,cs), -(196,525,o), -(205,580,o), -(246,580,cs), -(287,580,o), -(296,525,o), -(296,360,cs), -(296,194,o), -(287,139,o), -(246,139,cs) +(221,141,o), +(211,196,o), +(211,365,cs), +(211,532,o), +(221,587,o), +(262,587,cs), +(304,587,o), +(313,532,o), +(313,365,cs), +(313,196,o), +(304,141,o), +(262,141,cs) ); } ); -width = 492; +width = 524; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -49,75 +49,155 @@ shapes = ( { closed = 1; nodes = ( -(323,-10,o), -(362,137,o), -(362,360,cs), -(362,583,o), -(323,730,o), -(203,730,cs), -(83,730,o), -(44,583,o), -(44,360,cs), -(44,137,o), -(83,-10,o), -(203,-10,cs) +(327,-10,o), +(376,104,o), +(376,365,cs), +(376,625,o), +(327,739,o), +(215,739,cs), +(103,739,o), +(54,625,o), +(54,365,cs), +(54,104,o), +(103,-10,o), +(215,-10,cs) ); }, { closed = 1; nodes = ( -(127,19,o), -(76,87,o), -(76,360,cs), -(76,633,o), -(127,701,o), -(203,701,cs), -(280,701,o), -(330,631,o), -(330,360,cs), -(330,89,o), -(280,19,o), -(203,19,cs) +(125,19,o), +(86,124,o), +(86,365,cs), +(86,605,o), +(125,710,o), +(215,710,cs), +(304,710,o), +(343,605,o), +(343,365,cs), +(343,124,o), +(304,19,o), +(215,19,cs) ); } ); -width = 406; +width = 430; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; shapes = ( { closed = 1; nodes = ( -(452,-9,o), -(550,109,o), -(550,360,cs), -(550,611,o), -(452,729,o), -(306,729,cs), -(160,729,o), -(62,611,o), -(62,360,cs), -(62,109,o), -(160,-9,o), -(306,-9,cs) +(584,-10,o), +(719,118,o), +(719,365,cs), +(719,612,o), +(581,738,o), +(388,738,cs), +(187,738,o), +(54,611,o), +(54,365,cs), +(54,116,o), +(192,-10,o), +(389,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,24,o), +(93,151,o), +(93,365,cs), +(93,579,o), +(198,704,o), +(388,704,cs), +(577,704,o), +(680,578,o), +(680,365,cs), +(680,151,o), +(574,24,o), +(388,24,cs) +); +} +); +width = 773; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +closed = 1; +nodes = ( +(658,-9,o), +(814,126,o), +(814,365,cs), +(814,601,o), +(660,738,o), +(424,738,cs), +(189,738,o), +(33,603,o), +(33,366,cs), +(33,129,o), +(187,-9,o), +(423,-9,cs) ); }, { closed = 1; nodes = ( -(159,25,o), -(102,159,o), -(102,360,cs), -(102,561,o), -(159,695,o), -(306,695,cs), -(453,695,o), -(510,561,o), -(510,360,cs), -(510,159,o), -(453,25,o), -(306,25,cs) +(326,171,o), +(260,221,o), +(260,365,cs), +(260,508,o), +(326,558,o), +(423,558,cs), +(521,558,o), +(587,508,o), +(587,365,cs), +(587,221,o), +(521,171,o), +(423,171,cs) +); +} +); +width = 847; +}, +{ +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(465,-9,o), +(544,124,o), +(544,365,cs), +(544,606,o), +(465,738,o), +(320,738,cs), +(175,738,o), +(95,606,o), +(95,365,cs), +(95,124,o), +(175,-9,o), +(320,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(199,27,o), +(134,147,o), +(134,365,cs), +(134,583,o), +(199,702,o), +(320,702,cs), +(440,702,o), +(506,583,o), +(506,365,cs), +(506,147,o), +(440,27,o), +(320,27,cs) ); } ); @@ -181,7 +261,7 @@ type = Stem; } ); }; -width = 612; +width = 639; }, { background = { @@ -189,197 +269,611 @@ shapes = ( { closed = 1; nodes = ( -(484,-6,o), -(599,126,o), -(599,362,cs), -(599,583,o), -(497,730,o), -(316,730,cs), -(143,730,o), -(27,598,o), -(27,364,cs), -(27,142,o), -(130,-6,o), -(312,-6,cs) +(503,-6,o), +(618,126,o), +(618,362,cs), +(618,583,o), +(516,730,o), +(335,730,cs), +(162,730,o), +(46,598,o), +(46,364,cs), +(46,142,o), +(149,-6,o), +(331,-6,cs) ); }, { closed = 1; nodes = ( -(261,154,o), -(217,181,o), -(217,363,cs), -(217,544,o), -(261,571,o), -(313,571,cs), -(365,571,o), -(409,544,o), -(409,363,cs), -(409,181,o), -(365,154,o), -(313,154,cs) +(280,154,o), +(236,181,o), +(236,363,cs), +(236,544,o), +(280,571,o), +(332,571,cs), +(384,571,o), +(428,544,o), +(428,363,cs), +(428,181,o), +(384,154,o), +(332,154,cs) ); } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(477,-10,o), -(589,108,o), -(589,359,cs), -(589,581,o), -(500,729,o), -(310,729,cs), -(143,729,o), -(31,611,o), -(31,359,cs), -(31,138,o), -(120,-10,o), -(310,-10,cs) +(497,-10,o), +(599,130,o), +(599,363,cs), +(599,598,o), +(497,738,o), +(324,738,cs), +(151,738,o), +(49,598,o), +(49,363,cs), +(49,130,o), +(151,-10,o), +(324,-10,cs) ); }, { closed = 1; nodes = ( -(265,149,o), -(223,177,o), -(223,359,cs), -(223,542,o), -(265,570,o), -(310,570,cs), -(355,570,o), -(397,542,o), -(397,359,cs), -(397,177,o), -(355,149,o), -(310,149,cs) +(275,161,o), +(252,230,o), +(252,363,cs), +(252,497,o), +(275,567,o), +(324,567,cs), +(372,567,o), +(396,497,o), +(396,363,cs), +(396,230,o), +(372,161,o), +(324,161,cs) +); +} +); +width = 648; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +closed = 1; +nodes = ( +(275,-9,o), +(337,91,o), +(393,351,cs), +(435,546,o), +(445,738,o), +(302,738,cs), +(195,738,o), +(133,639,o), +(79,380,cs), +(36,179,o), +(27,-9,o), +(169,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(56,20,o), +(76,211,o), +(109,374,cs), +(160,616,o), +(212,709,o), +(298,709,cs), +(419,709,o), +(399,534,o), +(361,355,cs), +(313,122,o), +(255,20,o), +(168,20,cs) +); +} +); +width = 428; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(198,729,o), +(100,641,o), +(45,377,cs), +(-1,156,o), +(22,-10,o), +(218,-10,cs), +(349,-10,o), +(443,91,o), +(494,338,cs), +(540,560,o), +(520,729,o), +(321,729,cs) +); +}, +{ +closed = 1; +nodes = ( +(363,579,o), +(348,495,o), +(318,354,cs), +(285,194,o), +(265,140,o), +(228,140,cs), +(173,140,o), +(197,247,o), +(221,362,cs), +(254,522,o), +(274,579,o), +(311,579,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +closed = 1; +nodes = ( +(354,-10,o), +(453,79,o), +(509,346,cs), +(555,567,o), +(534,738,o), +(334,738,cs), +(201,738,o), +(106,636,o), +(54,386,cs), +(8,161,o), +(28,-10,o), +(230,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(187,142,o), +(202,227,o), +(233,370,cs), +(265,529,o), +(285,586,o), +(323,586,cs), +(375,586,o), +(360,501,o), +(330,358,cs), +(297,199,o), +(277,142,o), +(240,142,cs) +); +} +); +width = 523; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +closed = 1; +nodes = ( +(414,-10,o), +(524,103,o), +(568,352,cs), +(606,574,o), +(560,738,o), +(386,738,cs), +(251,738,o), +(140,626,o), +(96,376,cs), +(58,151,o), +(106,-10,o), +(278,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(130,24,o), +(104,170,o), +(133,355,cs), +(167,578,o), +(256,704,o), +(386,704,cs), +(535,704,o), +(560,558,o), +(531,373,cs), +(500,165,o), +(415,24,o), +(278,24,cs) ); } ); width = 620; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +background = { shapes = ( { closed = 1; nodes = ( -(562,-10,o), -(695,117,o), -(695,360,cs), -(695,604,o), -(559,729,o), -(368,729,cs), -(170,729,o), -(39,603,o), -(39,360,cs), -(39,115,o), -(175,-10,o), -(369,-10,cs) +(478,-6,o), +(615,176,o), +(625,450,cs), +(631,619,o), +(549,730,o), +(396,730,cs), +(197,730,o), +(60,549,o), +(50,276,cs), +(44,106,o), +(128,-6,o), +(281,-6,cs) ); }, { closed = 1; nodes = ( -(178,24,o), -(77,149,o), -(77,360,cs), -(77,572,o), -(181,695,o), -(368,695,cs), -(555,695,o), -(657,571,o), -(657,360,cs), -(657,149,o), -(552,24,o), -(368,24,cs) +(259,161,o), +(232,194,o), +(235,276,cs), +(240,441,o), +(300,565,o), +(376,565,cs), +(418,565,o), +(444,532,o), +(442,453,cs), +(436,288,o), +(376,161,o), +(303,161,cs) ); } ); -width = 734; +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +closed = 1; +nodes = ( +(447,-10,o), +(572,94,o), +(619,315,cs), +(672,569,o), +(595,738,o), +(395,738,cs), +(240,738,o), +(115,634,o), +(69,413,cs), +(15,159,o), +(97,-10,o), +(292,-10,cs) +); }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +closed = 1; +nodes = ( +(234,152,o), +(229,241,o), +(256,379,cs), +(286,535,o), +(326,576,o), +(381,576,cs), +(453,576,o), +(459,487,o), +(431,349,cs), +(401,193,o), +(361,152,o), +(307,152,cs) +); +} +); +width = 650; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(590,-10,o), +(739,161,o), +(739,417,cs), +(739,604,o), +(632,729,o), +(443,729,cs), +(219,729,o), +(70,558,o), +(70,302,cs), +(70,114,o), +(177,-10,o), +(366,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(214,24,o), +(110,118,o), +(110,304,cs), +(110,536,o), +(244,695,o), +(438,695,cs), +(595,695,o), +(699,601,o), +(699,415,cs), +(699,183,o), +(565,24,o), +(371,24,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; shapes = ( { closed = 1; nodes = ( -(629,-9,o), -(783,124,o), -(783,360,cs), -(783,594,o), -(631,729,o), -(398,729,cs), -(166,729,o), -(12,596,o), -(12,361,cs), -(12,127,o), -(164,-9,o), -(397,-9,cs) +(600,-9,o), +(747,160,o), +(747,417,cs), +(747,609,o), +(637,738,o), +(441,738,cs), +(219,738,o), +(72,569,o), +(72,312,cs), +(72,119,o), +(182,-9,o), +(378,-9,cs) ); }, { closed = 1; nodes = ( -(301,169,o), -(236,218,o), -(236,360,cs), -(236,502,o), -(301,551,o), -(397,551,cs), -(494,551,o), -(559,502,o), -(559,360,cs), -(559,218,o), -(494,169,o), -(397,169,cs) +(220,25,o), +(111,123,o), +(111,313,cs), +(111,546,o), +(244,704,o), +(437,704,cs), +(599,704,o), +(708,606,o), +(708,416,cs), +(708,183,o), +(575,25,o), +(382,25,cs) ); } ); -width = 795; +width = 775; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +closed = 1; +nodes = ( +(652,-7,o), +(827,141,o), +(836,399,cs), +(843,601,o), +(712,736,o), +(478,736,cs), +(232,736,o), +(59,588,o), +(49,331,cs), +(42,129,o), +(173,-7,o), +(408,-7,cs) +); +}, +{ +closed = 1; +nodes = ( +(330,175,o), +(270,232,o), +(274,337,cs), +(279,467,o), +(342,555,o), +(465,555,cs), +(556,555,o), +(614,498,o), +(611,393,cs), +(606,264,o), +(543,175,o), +(422,175,cs) +); +} +); +width = 847; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(309,-10,o), +(348,137,o), +(348,360,cs), +(348,583,o), +(309,730,o), +(189,730,cs), +(69,730,o), +(30,583,o), +(30,360,cs), +(30,137,o), +(69,-10,o), +(189,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(113,19,o), +(62,87,o), +(62,360,cs), +(62,633,o), +(113,701,o), +(189,701,cs), +(266,701,o), +(316,631,o), +(316,360,cs), +(316,89,o), +(266,19,o), +(189,19,cs) +); +} +); +width = 378; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { closed = 1; nodes = ( -(267,-9,o), -(332,133,o), -(378,347,cs), -(418,539,o), -(430,729,o), -(288,729,cs), -(178,729,o), -(113,589,o), -(68,375,cs), -(26,177,o), -(17,-9,o), -(157,-9,cs) +(386,-10,o), +(480,79,o), +(480,360,cs), +(480,640,o), +(386,729,o), +(246,729,cs), +(106,729,o), +(12,640,o), +(12,360,cs), +(12,79,o), +(106,-10,o), +(246,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(209,146,o), +(201,199,o), +(201,360,cs), +(201,519,o), +(209,572,o), +(246,572,cs), +(284,572,o), +(292,519,o), +(292,360,cs), +(292,199,o), +(284,146,o), +(246,146,cs) +); +} +); +width = 492; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(445,-9,o), +(543,109,o), +(543,360,cs), +(543,611,o), +(445,729,o), +(299,729,cs), +(153,729,o), +(55,611,o), +(55,360,cs), +(55,109,o), +(153,-9,o), +(299,-9,cs) ); }, { closed = 1; nodes = ( -(40,29,o), -(65,208,o), -(98,369,cs), -(153,635,o), -(214,700,o), -(284,700,cs), -(404,700,o), -(384,527,o), -(347,351,cs), -(290,76,o), -(226,14,o), -(151,20,cs) +(152,25,o), +(95,159,o), +(95,360,cs), +(95,561,o), +(152,695,o), +(299,695,cs), +(446,695,o), +(503,561,o), +(503,360,cs), +(503,159,o), +(446,25,o), +(299,25,cs) ); } ); -width = 404; +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 598; }, { background = { @@ -387,117 +881,315 @@ shapes = ( { closed = 1; nodes = ( -(190,729,o), -(92,641,o), -(37,377,cs), -(-9,156,o), -(14,-10,o), -(210,-10,cs), -(341,-10,o), -(435,91,o), -(486,338,cs), -(532,560,o), -(512,729,o), -(313,729,cs) +(495,-6,o), +(610,126,o), +(610,362,cs), +(610,583,o), +(508,730,o), +(327,730,cs), +(154,730,o), +(38,598,o), +(38,364,cs), +(38,142,o), +(141,-6,o), +(323,-6,cs) ); }, { closed = 1; nodes = ( -(355,579,o), -(340,495,o), -(310,354,cs), -(277,194,o), -(257,140,o), -(220,140,cs), -(165,140,o), -(189,247,o), -(213,362,cs), -(246,522,o), -(266,579,o), -(303,579,cs) +(272,154,o), +(228,181,o), +(228,363,cs), +(228,544,o), +(272,571,o), +(324,571,cs), +(376,571,o), +(420,544,o), +(420,363,cs), +(420,181,o), +(376,154,o), +(324,154,cs) ); } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { closed = 1; nodes = ( -(334,-10,o), -(432,78,o), -(487,342,cs), -(532,560,o), -(512,729,o), -(314,729,cs), -(183,729,o), -(89,628,o), -(38,381,cs), -(-8,159,o), -(12,-10,o), -(211,-10,cs) +(470,-10,o), +(585,108,o), +(585,359,cs), +(585,581,o), +(494,729,o), +(300,729,cs), +(130,729,o), +(15,611,o), +(15,359,cs), +(15,138,o), +(106,-10,o), +(300,-10,cs) ); }, { closed = 1; nodes = ( -(169,140,o), -(184,224,o), -(214,365,cs), -(246,522,o), -(266,579,o), -(303,579,cs), -(355,579,o), -(340,495,o), -(310,354,cs), -(278,197,o), -(258,140,o), -(221,140,cs) +(244,159,o), +(217,213,o), +(217,359,cs), +(217,507,o), +(244,560,o), +(300,560,cs), +(356,560,o), +(383,507,o), +(383,359,cs), +(383,213,o), +(356,159,o), +(300,159,cs) +); +} +); +width = 599; +}, +{ +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(590,-10,o), +(723,117,o), +(723,364,cs), +(723,612,o), +(587,737,o), +(386,737,cs), +(178,737,o), +(47,611,o), +(47,364,cs), +(47,115,o), +(183,-10,o), +(387,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(186,24,o), +(85,149,o), +(85,364,cs), +(85,580,o), +(189,703,o), +(386,703,cs), +(583,703,o), +(685,579,o), +(685,364,cs), +(685,149,o), +(580,24,o), +(386,24,cs) +); +} +); +width = 770; +}, +{ +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(637,-9,o), +(792,124,o), +(792,360,cs), +(792,594,o), +(639,729,o), +(405,729,cs), +(172,729,o), +(17,596,o), +(17,361,cs), +(17,127,o), +(170,-9,o), +(404,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(310,169,o), +(247,218,o), +(247,360,cs), +(247,502,o), +(310,551,o), +(404,551,cs), +(499,551,o), +(562,502,o), +(562,360,cs), +(562,218,o), +(499,169,o), +(404,169,cs) +); +} +); +width = 809; +}, +{ +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,-9,o), +(313,91,o), +(369,351,cs), +(426,631,o), +(401,738,o), +(278,738,cs), +(175,738,o), +(107,629,o), +(55,380,cs), +(-1,120,o), +(29,-9,o), +(145,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(53,27,o), +(37,135,o), +(85,374,cs), +(134,607,o), +(191,709,o), +(274,709,cs), +(374,709,o), +(391,611,o), +(337,355,cs), +(288,115,o), +(228,13,o), +(139,20,cs) +); +} +); +width = 380; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(199,729,o), +(101,641,o), +(46,377,cs), +(0,156,o), +(23,-10,o), +(219,-10,cs), +(350,-10,o), +(444,91,o), +(495,338,cs), +(541,560,o), +(521,729,o), +(322,729,cs) +); +}, +{ +closed = 1; +nodes = ( +(364,579,o), +(349,495,o), +(319,354,cs), +(286,194,o), +(266,140,o), +(229,140,cs), +(174,140,o), +(198,247,o), +(222,362,cs), +(255,522,o), +(275,579,o), +(312,579,cs) +); +} +); +}; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(336,-10,o), +(435,79,o), +(491,346,cs), +(537,567,o), +(516,738,o), +(316,738,cs), +(183,738,o), +(88,636,o), +(36,386,cs), +(-10,161,o), +(10,-10,o), +(212,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(169,142,o), +(184,227,o), +(215,370,cs), +(247,529,o), +(267,586,o), +(305,586,cs), +(357,586,o), +(342,501,o), +(312,358,cs), +(279,199,o), +(259,142,o), +(222,142,cs) ); } ); width = 487; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { closed = 1; nodes = ( -(401,-10,o), -(510,102,o), -(553,348,cs), -(591,567,o), -(545,729,o), -(373,729,cs), -(240,729,o), -(130,618,o), -(87,371,cs), -(49,149,o), -(97,-10,o), -(267,-10,cs) +(392,-10,o), +(502,103,o), +(546,352,cs), +(584,574,o), +(538,738,o), +(364,738,cs), +(229,738,o), +(118,626,o), +(74,376,cs), +(36,151,o), +(84,-10,o), +(256,-10,cs) ); }, { closed = 1; nodes = ( -(120,24,o), -(95,168,o), -(123,351,cs), -(157,571,o), -(245,695,o), -(373,695,cs), -(520,695,o), -(545,551,o), -(517,368,cs), -(486,163,o), -(402,24,o), -(267,24,cs) +(108,24,o), +(82,170,o), +(111,355,cs), +(145,578,o), +(234,704,o), +(364,704,cs), +(513,704,o), +(538,558,o), +(509,373,cs), +(478,165,o), +(393,24,o), +(256,24,cs) ); } ); -width = 598; +width = 577; }, { background = { @@ -505,77 +1197,77 @@ shapes = ( { closed = 1; nodes = ( -(468,-6,o), -(605,176,o), -(615,450,cs), -(621,619,o), -(539,730,o), -(386,730,cs), -(187,730,o), -(50,549,o), -(40,276,cs), -(34,106,o), -(118,-6,o), -(271,-6,cs) +(481,-6,o), +(618,176,o), +(628,450,cs), +(634,619,o), +(552,730,o), +(399,730,cs), +(200,730,o), +(63,549,o), +(53,276,cs), +(47,106,o), +(131,-6,o), +(284,-6,cs) ); }, { closed = 1; nodes = ( -(249,161,o), -(222,194,o), -(225,276,cs), -(230,441,o), -(290,565,o), -(366,565,cs), -(408,565,o), -(434,532,o), -(432,453,cs), -(426,288,o), -(366,161,o), -(293,161,cs) +(262,161,o), +(235,194,o), +(238,276,cs), +(243,441,o), +(303,565,o), +(379,565,cs), +(421,565,o), +(447,532,o), +(445,453,cs), +(439,288,o), +(379,161,o), +(306,161,cs) ); } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { closed = 1; nodes = ( -(432,-10,o), -(555,93,o), -(601,311,cs), -(654,562,o), -(578,729,o), -(380,729,cs), -(227,729,o), -(104,626,o), -(58,408,cs), -(5,157,o), -(86,-10,o), -(279,-10,cs) +(421,-10,o), +(546,94,o), +(593,315,cs), +(646,569,o), +(569,738,o), +(369,738,cs), +(214,738,o), +(89,634,o), +(43,413,cs), +(-11,159,o), +(71,-10,o), +(266,-10,cs) ); }, { closed = 1; nodes = ( -(221,150,o), -(216,238,o), -(243,374,cs), -(273,528,o), -(312,569,o), -(366,569,cs), -(438,569,o), -(443,481,o), -(416,345,cs), -(386,191,o), -(347,150,o), -(293,150,cs) +(208,152,o), +(203,241,o), +(230,379,cs), +(260,535,o), +(300,576,o), +(355,576,cs), +(427,576,o), +(433,487,o), +(405,349,cs), +(375,193,o), +(335,152,o), +(281,152,cs) ); } ); -width = 623; +width = 599; }, { background = { @@ -583,122 +1275,119 @@ shapes = ( { closed = 1; nodes = ( -(579,-10,o), -(728,161,o), -(728,417,cs), -(728,604,o), -(621,729,o), -(432,729,cs), -(208,729,o), -(59,558,o), -(59,302,cs), -(59,114,o), -(166,-10,o), -(355,-10,cs) +(592,-10,o), +(741,161,o), +(741,417,cs), +(741,604,o), +(634,729,o), +(445,729,cs), +(221,729,o), +(72,558,o), +(72,302,cs), +(72,114,o), +(179,-10,o), +(368,-10,cs) ); }, { closed = 1; nodes = ( -(203,24,o), -(99,118,o), -(99,304,cs), -(99,536,o), -(233,695,o), -(427,695,cs), -(584,695,o), -(688,601,o), -(688,415,cs), -(688,183,o), -(554,24,o), -(360,24,cs) +(216,24,o), +(112,118,o), +(112,304,cs), +(112,536,o), +(246,695,o), +(440,695,cs), +(597,695,o), +(701,601,o), +(701,415,cs), +(701,183,o), +(567,24,o), +(373,24,cs) ); } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { closed = 1; nodes = ( -(582,-9,o), -(727,158,o), -(727,412,cs), -(727,601,o), -(618,729,o), -(425,729,cs), -(205,729,o), -(60,562,o), -(60,308,cs), -(60,118,o), -(169,-9,o), -(362,-9,cs) +(578,-9,o), +(757,172,o), +(757,449,cs), +(757,623,o), +(655,738,o), +(467,738,cs), +(243,738,o), +(64,557,o), +(64,280,cs), +(64,105,o), +(166,-9,o), +(353,-9,cs) ); }, { closed = 1; nodes = ( -(206,25,o), -(99,121,o), -(99,309,cs), -(99,539,o), -(230,695,o), -(421,695,cs), -(581,695,o), -(688,599,o), -(688,411,cs), -(688,181,o), -(557,25,o), -(366,25,cs) +(204,25,o), +(103,113,o), +(103,282,cs), +(103,535,o), +(265,704,o), +(461,704,cs), +(616,704,o), +(718,617,o), +(718,447,cs), +(718,194,o), +(556,25,o), +(360,25,cs) ); } ); -width = 745; +width = 777; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(626,-7,o), -(799,139,o), -(808,394,cs), -(815,594,o), -(685,727,o), -(454,727,cs), -(211,727,o), -(40,581,o), -(31,327,cs), -(24,127,o), -(153,-7,o), -(385,-7,cs) +(615,-7,o), +(798,137,o), +(823,393,cs), +(843,598,o), +(721,736,o), +(483,736,cs), +(238,736,o), +(55,588,o), +(33,329,cs), +(16,129,o), +(139,-7,o), +(374,-7,cs) ); }, { closed = 1; nodes = ( -(308,173,o), -(249,229,o), -(253,333,cs), -(258,461,o), -(320,548,o), -(441,548,cs), -(531,548,o), -(589,492,o), -(586,388,cs), -(581,261,o), -(519,173,o), -(399,173,cs) +(311,175,o), +(250,227,o), +(258,333,cs), +(268,466,o), +(338,555,o), +(461,555,cs), +(553,555,o), +(607,497,o), +(598,393,cs), +(587,266,o), +(520,175,o), +(398,175,cs) ); } ); -width = 803; +width = 818; } ); metricRight = "=|"; unicode = 48; -userData = { -KernOnName = zero; -}; } diff --git a/sources/MonaSans.glyphspackage/glyphs/zero.numr.glyph b/sources/MonaSans.glyphspackage/glyphs/zero.numr.glyph index 89dbfe7e..8f5f53f5 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zero.numr.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zero.numr.glyph @@ -17,7 +17,7 @@ weight = -400; width = 52; }; }; -width = 278; +width = 294; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,9 +37,277 @@ width = 55; width = 278; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,333); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 452; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,354); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 464; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,332); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zero.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zero.dnom; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 398; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,354); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zero.dnom; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zero.dnom; +}; +width = 355; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (69,333); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 276; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (73,354); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 292; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (69,332); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -40; +width = 55; +}; +}; +width = 395; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (73,354); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -370; +width = 54; +}; +}; +width = 374; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (69,333); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -35; +width = 55; +}; +}; +width = 455; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (73,354); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -390; +width = 54; +}; +}; +width = 466; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +pos = (0,333); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 55; +weight = -45; +width = 55; +}; +}; +width = 278; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; shapes = ( { +pos = (0,354); +ref = zero.dnom; +} +); +userData = { +RMXScaler = { +height = 52; +weight = -400; +width = 52; +}; +}; +width = 260; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; pos = (0,332); ref = zero.dnom; } @@ -114,9 +382,10 @@ type = Stem; width = 401; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,354); ref = zero.dnom; } @@ -130,12 +399,13 @@ width = 54; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zero.dnom; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zero.dnom; }; -width = 372; +width = 352; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,333); ref = zero.dnom; } @@ -150,9 +420,10 @@ width = 55; width = 452; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,354); ref = zero.dnom; } @@ -167,7 +438,7 @@ width = 54; width = 452; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (69,333); @@ -181,10 +452,10 @@ weight = -45; width = 55; }; }; -width = 276; +width = 230; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (73,354); @@ -198,10 +469,10 @@ weight = -400; width = 52; }; }; -width = 276; +width = 254; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (69,332); @@ -215,10 +486,10 @@ weight = -40; width = 55; }; }; -width = 395; +width = 347; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (73,354); @@ -232,10 +503,10 @@ weight = -370; width = 54; }; }; -width = 374; +width = 316; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (69,333); @@ -249,10 +520,10 @@ weight = -35; width = 55; }; }; -width = 455; +width = 435; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (73,354); @@ -266,7 +537,7 @@ weight = -390; width = 54; }; }; -width = 454; +width = 430; } ); userData = { diff --git a/sources/MonaSans.glyphspackage/glyphs/zero.tf.glyph b/sources/MonaSans.glyphspackage/glyphs/zero.tf.glyph index 48c416fa..025e6691 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zero.tf.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zero.tf.glyph @@ -64,12 +64,11 @@ alignment = 1; ref = _zero.tf.base; }, { -pos = (84,0); +pos = (83,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); -width = 486; +width = 496; }, { background = { @@ -133,12 +132,884 @@ alignment = 1; ref = _zero.tf.base; }, { -pos = (65,0); +pos = (64,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); -width = 486; +width = 480; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (360.5,369.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(602,520,l), +(602,557,l), +(121,199,l), +(121,163,l) +); +}, +{ +closed = 1; +nodes = ( +(531,-10,o), +(647,117,o), +(647,360,cs), +(647,604,o), +(529,729,o), +(362,729,cs), +(189,729,o), +(74,603,o), +(74,360,cs), +(74,115,o), +(194,-10,o), +(364,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(201,24,o), +(114,149,o), +(114,360,cs), +(114,572,o), +(203,695,o), +(362,695,cs), +(522,695,o), +(609,570,o), +(609,360,cs), +(609,149,o), +(519,24,o), +(363,24,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +metricWidth = "=720"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (81,0); +ref = _zero.tf.slash; +} +); +width = 720; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (360,369); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,386,l), +(496,526,l), +(226,334,l), +(226,194,l) +); +}, +{ +closed = 1; +nodes = ( +(562,-9,o), +(697,112,o), +(697,360,cs), +(697,581,o), +(588,729,o), +(361,729,cs), +(158,729,o), +(23,609,o), +(23,361,cs), +(23,139,o), +(133,-9,o), +(360,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(293,169,o), +(247,218,o), +(247,360,cs), +(247,484,o), +(281,551,o), +(360,551,cs), +(427,551,o), +(473,502,o), +(473,360,cs), +(473,237,o), +(439,169,o), +(360,169,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +metricWidth = "=720"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (186,0); +ref = _zero.tf.slash; +} +); +width = 732; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (300,369.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(520,494,l), +(520,531,l), +(81,224,l), +(81,188,l) +); +}, +{ +closed = 1; +nodes = ( +(445,-10,o), +(543,117,o), +(543,360,cs), +(543,604,o), +(444,729,o), +(301,729,cs), +(154,729,o), +(57,603,o), +(57,360,cs), +(57,115,o), +(157,-10,o), +(302,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(168,24,o), +(96,149,o), +(96,360,cs), +(96,572,o), +(168,695,o), +(301,695,cs), +(432,695,o), +(505,571,o), +(505,360,cs), +(505,149,o), +(432,24,o), +(301,24,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (41,0); +ref = _zero.tf.slash; +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 582; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (300,368); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(430,386,l), +(430,517,l), +(171,337,l), +(171,207,l) +); +}, +{ +closed = 1; +nodes = ( +(471,-6,o), +(586,126,o), +(586,362,cs), +(586,583,o), +(484,730,o), +(303,730,cs), +(130,730,o), +(14,598,o), +(14,364,cs), +(14,142,o), +(117,-6,o), +(299,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(248,154,o), +(204,181,o), +(204,363,cs), +(204,544,o), +(248,571,o), +(300,571,cs), +(352,571,o), +(396,544,o), +(396,363,cs), +(396,181,o), +(352,154,o), +(300,154,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (131,0); +ref = _zero.tf.slash; +} +); +width = 574; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (260.67,369); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(403,410,l), +(409,442,l), +(119,308,l), +(113,278,l) +); +}, +{ +closed = 1; +nodes = ( +(305,-9,o), +(370,133,o), +(416,347,cs), +(456,539,o), +(468,729,o), +(326,729,cs), +(216,729,o), +(151,589,o), +(106,375,cs), +(64,177,o), +(55,-9,o), +(195,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(78,29,o), +(103,208,o), +(136,369,cs), +(191,635,o), +(252,700,o), +(322,700,cs), +(442,700,o), +(422,527,o), +(385,351,cs), +(328,76,o), +(264,14,o), +(189,20,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +metricWidth = "=480"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (69,0); +ref = _zero.tf.slash; +} +); +width = 480; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (257.812,369.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(317,333,l), +(340,449,l), +(202,386,l), +(178,270,l) +); +}, +{ +closed = 1; +nodes = ( +(330,-10,o), +(428,78,o), +(483,342,cs), +(529,563,o), +(506,729,o), +(310,729,cs), +(179,729,o), +(85,628,o), +(34,381,cs), +(-14,159,o), +(8,-10,o), +(207,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,140,o), +(181,228,o), +(210,365,cs), +(243,525,o), +(263,579,o), +(300,579,cs), +(352,579,o), +(335,492,o), +(307,357,cs), +(274,197,o), +(254,140,o), +(217,140,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +metricWidth = "=480"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (138,0); +ref = _zero.tf.slash; +} +); +width = 496; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (321.502,369.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(537,443,l), +(539,477,l), +(107,276,l), +(104,243,l) +); +}, +{ +closed = 1; +nodes = ( +(439,-10,o), +(559,178,o), +(569,477,cs), +(575,639,o), +(500,729,o), +(383,729,cs), +(204,729,o), +(85,540,o), +(74,242,cs), +(68,80,o), +(144,-10,o), +(260,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,24,o), +(107,111,o), +(112,243,cs), +(121,517,o), +(226,695,o), +(377,695,cs), +(487,695,o), +(536,607,o), +(532,475,cs), +(522,202,o), +(418,24,o), +(265,24,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (63,0); +ref = _zero.tf.slash; +} +); +width = 600; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (318.503,368); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(425,352,l), +(437,475,l), +(211,371,l), +(200,250,l) +); +}, +{ +closed = 1; +nodes = ( +(459,-6,o), +(596,176,o), +(606,450,cs), +(612,619,o), +(530,730,o), +(377,730,cs), +(178,730,o), +(41,549,o), +(31,276,cs), +(25,106,o), +(109,-6,o), +(262,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(239,160,o), +(212,193,o), +(215,275,cs), +(220,440,o), +(280,564,o), +(356,564,cs), +(398,564,o), +(424,531,o), +(422,452,cs), +(416,287,o), +(356,160,o), +(283,160,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (150,0); +ref = _zero.tf.slash; +} +); +width = 600; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (381,369); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(652,472,l), +(649,500,l), +(111,252,l), +(114,221,l) +); +}, +{ +closed = 1; +nodes = ( +(531,-9,o), +(673,153,o), +(682,428,cs), +(688,608,o), +(600,729,o), +(435,729,cs), +(230,729,o), +(90,567,o), +(80,292,cs), +(74,112,o), +(162,-9,o), +(327,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,25,o), +(119,121,o), +(117,269,cs), +(117,497,o), +(220,695,o), +(431,695,cs), +(577,695,o), +(646,591,o), +(646,427,cs), +(637,187,o), +(521,25,o), +(332,25,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +metricWidth = "=720"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (72,0); +ref = _zero.tf.slash; +} +); +width = 720; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (378.657,365.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(520,386,l), +(549,526,l), +(232,334,l), +(203,194,l) +); +}, +{ +closed = 1; +nodes = ( +(560,-5,o), +(708,156,o), +(717,402,cs), +(724,596,o), +(614,726,o), +(413,726,cs), +(192,726,o), +(40,557,o), +(40,302,cs), +(40,117,o), +(148,-5,o), +(344,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(295,176,o), +(256,213,o), +(256,313,cs), +(256,467,o), +(321,550,o), +(405,547,cs), +(463,545,o), +(502,508,o), +(502,408,cs), +(502,254,o), +(437,171,o), +(353,174,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +metricWidth = "=720"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (179,0); +ref = _zero.tf.slash; +} +); +width = 732; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (240,370); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(377,439,l), +(377,472,l), +(104,280,l), +(104,248,l) +); +}, +{ +closed = 1; +nodes = ( +(359,-10,o), +(398,137,o), +(398,360,cs), +(398,583,o), +(359,730,o), +(240,730,cs), +(121,730,o), +(82,583,o), +(82,360,cs), +(82,137,o), +(121,-10,o), +(240,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,19,o), +(114,86,o), +(114,360,cs), +(114,634,o), +(165,701,o), +(240,701,cs), +(316,701,o), +(366,631,o), +(366,360,cs), +(366,89,o), +(316,19,o), +(240,19,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +metricWidth = "=480"; +shapes = ( +{ +alignment = -1; +ref = _zero.tf.base; +}, +{ +alignment = -1; +pos = (64,0); +ref = _zero.tf.slash; +} +); +width = 480; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (240,369.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(358,382,l), +(358,501,l), +(123,337,l), +(123,219,l) +); +}, +{ +closed = 1; +nodes = ( +(378,-10,o), +(470,79,o), +(470,360,cs), +(470,640,o), +(378,729,o), +(240,729,cs), +(102,729,o), +(10,640,o), +(10,360,cs), +(10,79,o), +(102,-10,o), +(240,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(199,139,o), +(190,194,o), +(190,360,cs), +(190,525,o), +(199,580,o), +(240,580,cs), +(281,580,o), +(290,525,o), +(290,360,cs), +(290,194,o), +(281,139,o), +(240,139,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +metricWidth = "=480"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (86,0); +ref = _zero.tf.slash; +} +); +width = 466; }, { background = { @@ -194,16 +1065,16 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; ref = _zero.tf.base; }, { +alignment = -1; pos = (41,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); userData = { @@ -266,7 +1137,7 @@ type = Stem; } ); }; -width = 607; +width = 600; }, { background = { @@ -322,19 +1193,19 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; ref = _zero.tf.base; }, { -pos = (132,0); +alignment = -1; +pos = (135,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); -width = 607; +width = 578; }, { background = { @@ -390,20 +1261,20 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; metricWidth = "=720"; shapes = ( { -alignment = 1; +alignment = -1; ref = _zero.tf.base; }, { -pos = (82,0); +alignment = -1; +pos = (81,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); -width = 728; +width = 720; }, { background = { @@ -459,20 +1330,20 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; metricWidth = "=720"; shapes = ( { -alignment = 1; +alignment = -1; ref = _zero.tf.base; }, { -pos = (188,0); +alignment = -1; +pos = (186,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); -width = 728; +width = 720; }, { background = { @@ -528,7 +1399,7 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; metricWidth = "=480"; shapes = ( { @@ -536,12 +1407,11 @@ alignment = 1; ref = _zero.tf.base; }, { -pos = (70,0); +pos = (69,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); -width = 486; +width = 434; }, { background = { @@ -597,7 +1467,7 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; metricWidth = "=480"; shapes = ( { @@ -605,12 +1475,11 @@ alignment = 1; ref = _zero.tf.base; }, { -pos = (140,0); +pos = (138,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); -width = 486; +width = 458; }, { background = { @@ -666,7 +1535,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -675,10 +1544,9 @@ ref = _zero.tf.base; { pos = (63,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); -width = 607; +width = 552; }, { background = { @@ -734,19 +1602,18 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; ref = _zero.tf.base; }, { -pos = (151,0); +pos = (150,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); -width = 607; +width = 542; }, { background = { @@ -802,7 +1669,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; metricWidth = "=720"; shapes = ( { @@ -812,10 +1679,9 @@ ref = _zero.tf.base; { pos = (72,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); -width = 728; +width = 700; }, { background = { @@ -871,7 +1737,7 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; metricWidth = "=720"; shapes = ( { @@ -879,12 +1745,11 @@ alignment = 1; ref = _zero.tf.base; }, { -pos = (181,0); +pos = (179,0); ref = _zero.tf.slash; -scale = (1.0115,1.0115); } ); -width = 728; +width = 690; } ); metricWidth = "=600"; diff --git a/sources/MonaSans.glyphspackage/glyphs/zero.tf.ss08.glyph b/sources/MonaSans.glyphspackage/glyphs/zero.tf.ss08.glyph index bd153cb3..2aacb82a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zero.tf.ss08.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zero.tf.ss08.glyph @@ -63,12 +63,11 @@ alignment = 1; ref = _zero.tf.base; }, { -pos = (74,0); +pos = (73,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); -width = 486; +width = 496; }, { background = { @@ -131,12 +130,904 @@ alignment = 1; ref = _zero.tf.base; }, { -pos = (65,0); +pos = (64,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); -width = 486; +width = 480; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (360.5,369.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(621,343,l), +(621,376,l), +(102,376,l), +(102,343,l) +); +}, +{ +closed = 1; +nodes = ( +(531,-10,o), +(647,117,o), +(647,360,cs), +(647,604,o), +(529,729,o), +(362,729,cs), +(189,729,o), +(74,603,o), +(74,360,cs), +(74,115,o), +(194,-10,o), +(364,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(201,24,o), +(114,149,o), +(114,360,cs), +(114,572,o), +(203,695,o), +(362,695,cs), +(522,695,o), +(609,570,o), +(609,360,cs), +(609,149,o), +(519,24,o), +(363,24,cs) +); +} +); +}; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (62,0); +ref = _zero.tf.slash.ss08; +} +); +width = 720; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (360,369); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(527,302,l), +(527,418,l), +(194,418,l), +(194,302,l) +); +}, +{ +closed = 1; +nodes = ( +(562,-9,o), +(697,112,o), +(697,360,cs), +(697,581,o), +(588,729,o), +(361,729,cs), +(158,729,o), +(23,609,o), +(23,361,cs), +(23,139,o), +(133,-9,o), +(360,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(293,169,o), +(247,218,o), +(247,360,cs), +(247,484,o), +(281,551,o), +(360,551,cs), +(427,551,o), +(473,502,o), +(473,360,cs), +(473,237,o), +(439,169,o), +(360,169,cs) +); +} +); +}; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (154,0); +ref = _zero.tf.slash.ss08; +} +); +width = 732; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (300,369.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(526,343,l), +(526,376,l), +(75,376,l), +(75,343,l) +); +}, +{ +closed = 1; +nodes = ( +(445,-10,o), +(543,117,o), +(543,360,cs), +(543,604,o), +(444,729,o), +(301,729,cs), +(154,729,o), +(57,603,o), +(57,360,cs), +(57,115,o), +(157,-10,o), +(302,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(168,24,o), +(96,149,o), +(96,360,cs), +(96,572,o), +(168,695,o), +(301,695,cs), +(432,695,o), +(505,571,o), +(505,360,cs), +(505,149,o), +(432,24,o), +(301,24,cs) +); +} +); +}; +layerId = m019; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (35,0); +ref = _zero.tf.slash.ss08; +} +); +userData = { +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +3 +); +stem = -2; +target = ( +0, +0 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +2, +11 +); +stem = -2; +target = ( +1, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +1, +5 +); +stem = -2; +target = ( +2, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +2, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +2, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +} +); +}; +width = 582; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (300,368); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(472,304,l), +(472,420,l), +(129,420,l), +(129,304,l) +); +}, +{ +closed = 1; +nodes = ( +(471,-6,o), +(586,126,o), +(586,362,cs), +(586,583,o), +(484,730,o), +(303,730,cs), +(130,730,o), +(14,598,o), +(14,364,cs), +(14,142,o), +(117,-6,o), +(299,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(248,154,o), +(204,181,o), +(204,363,cs), +(204,544,o), +(248,571,o), +(300,571,cs), +(352,571,o), +(396,544,o), +(396,363,cs), +(396,181,o), +(352,154,o), +(300,154,cs) +); +} +); +}; +layerId = m020; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (88,0); +ref = _zero.tf.slash.ss08; +} +); +width = 574; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (260.67,369); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,346,l), +(397,375,l), +(131,375,l), +(125,346,l) +); +}, +{ +closed = 1; +nodes = ( +(305,-9,o), +(370,133,o), +(416,347,cs), +(456,539,o), +(468,729,o), +(326,729,cs), +(216,729,o), +(151,589,o), +(106,375,cs), +(64,177,o), +(55,-9,o), +(195,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(78,29,o), +(103,208,o), +(136,369,cs), +(191,635,o), +(252,700,o), +(322,700,cs), +(442,700,o), +(422,527,o), +(385,351,cs), +(328,76,o), +(264,14,o), +(189,20,cs) +); +} +); +}; +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (67,0); +ref = _zero.tf.slash.ss08; +} +); +width = 480; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (257.812,369.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(316,302,l), +(339,418,l), +(209,418,l), +(185,302,l) +); +}, +{ +closed = 1; +nodes = ( +(330,-10,o), +(428,78,o), +(483,342,cs), +(529,563,o), +(506,729,o), +(310,729,cs), +(179,729,o), +(85,628,o), +(34,381,cs), +(-14,159,o), +(8,-10,o), +(207,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,140,o), +(181,228,o), +(210,365,cs), +(243,525,o), +(263,579,o), +(300,579,cs), +(352,579,o), +(335,492,o), +(307,357,cs), +(274,197,o), +(254,140,o), +(217,140,cs) +); +} +); +}; +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (138,0); +ref = _zero.tf.slash.ss08; +} +); +width = 496; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (321.502,369.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(526,343,l), +(531,376,l), +(117,376,l), +(112,343,l) +); +}, +{ +closed = 1; +nodes = ( +(439,-10,o), +(559,178,o), +(569,477,cs), +(575,639,o), +(500,729,o), +(383,729,cs), +(204,729,o), +(85,540,o), +(74,242,cs), +(68,80,o), +(144,-10,o), +(260,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,24,o), +(107,111,o), +(112,243,cs), +(121,517,o), +(226,695,o), +(377,695,cs), +(487,695,o), +(536,607,o), +(532,475,cs), +(522,202,o), +(418,24,o), +(265,24,cs) +); +} +); +}; +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (53,0); +ref = _zero.tf.slash.ss08; +} +); +width = 600; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (318.503,368); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(412,304,l), +(432,420,l), +(216,420,l), +(197,304,l) +); +}, +{ +closed = 1; +nodes = ( +(459,-6,o), +(596,176,o), +(606,450,cs), +(612,619,o), +(530,730,o), +(377,730,cs), +(178,730,o), +(41,549,o), +(31,276,cs), +(25,106,o), +(109,-6,o), +(262,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(239,160,o), +(212,193,o), +(215,275,cs), +(220,440,o), +(280,564,o), +(356,564,cs), +(398,564,o), +(424,531,o), +(422,452,cs), +(416,287,o), +(356,160,o), +(283,160,cs) +); +} +); +}; +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (145,0); +ref = _zero.tf.slash.ss08; +} +); +width = 600; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (381,369); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(646,344,l), +(650,377,l), +(117,377,l), +(113,344,l) +); +}, +{ +closed = 1; +nodes = ( +(531,-9,o), +(673,153,o), +(682,428,cs), +(688,608,o), +(600,729,o), +(435,729,cs), +(230,729,o), +(90,567,o), +(80,292,cs), +(74,112,o), +(162,-9,o), +(327,-9,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,25,o), +(119,121,o), +(117,269,cs), +(117,497,o), +(220,695,o), +(431,695,cs), +(577,695,o), +(646,591,o), +(646,427,cs), +(637,187,o), +(521,25,o), +(332,25,cs) +); +} +); +}; +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (52,0); +ref = _zero.tf.slash.ss08; +} +); +width = 720; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (378.657,365.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(506,302,l), +(522,418,l), +(251,418,l), +(235,302,l) +); +}, +{ +closed = 1; +nodes = ( +(560,-5,o), +(708,156,o), +(717,402,cs), +(724,596,o), +(614,726,o), +(413,726,cs), +(192,726,o), +(40,557,o), +(40,302,cs), +(40,117,o), +(148,-5,o), +(344,-5,cs) +); +}, +{ +closed = 1; +nodes = ( +(295,176,o), +(256,213,o), +(256,313,cs), +(256,467,o), +(321,550,o), +(405,547,cs), +(463,545,o), +(502,508,o), +(502,408,cs), +(502,254,o), +(437,171,o), +(353,174,cs) +); +} +); +}; +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (181,0); +ref = _zero.tf.slash.ss08; +} +); +width = 732; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (240,370); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(376,346,l), +(376,375,l), +(104,375,l), +(104,346,l) +); +}, +{ +closed = 1; +nodes = ( +(359,-10,o), +(398,137,o), +(398,360,cs), +(398,583,o), +(359,730,o), +(240,730,cs), +(121,730,o), +(82,583,o), +(82,360,cs), +(82,137,o), +(121,-10,o), +(240,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,19,o), +(114,86,o), +(114,360,cs), +(114,634,o), +(165,701,o), +(240,701,cs), +(316,701,o), +(366,631,o), +(366,360,cs), +(366,89,o), +(316,19,o), +(240,19,cs) +); +} +); +}; +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +alignment = -1; +ref = _zero.tf.base; +}, +{ +alignment = -1; +pos = (64,0); +ref = _zero.tf.slash.ss08; +} +); +width = 480; +}, +{ +background = { +anchors = ( +{ +name = center; +pos = (240,369.5); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(368,302,l), +(368,418,l), +(113,418,l), +(113,302,l) +); +}, +{ +closed = 1; +nodes = ( +(378,-10,o), +(470,79,o), +(470,360,cs), +(470,640,o), +(378,729,o), +(240,729,cs), +(102,729,o), +(10,640,o), +(10,360,cs), +(10,79,o), +(102,-10,o), +(240,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(199,139,o), +(190,194,o), +(190,360,cs), +(190,525,o), +(199,580,o), +(240,580,cs), +(281,580,o), +(290,525,o), +(290,360,cs), +(290,194,o), +(281,139,o), +(240,139,cs) +); +} +); +}; +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +alignment = 1; +ref = _zero.tf.base; +}, +{ +pos = (76,0); +ref = _zero.tf.slash.ss08; +} +); +width = 466; }, { background = { @@ -192,16 +1083,16 @@ nodes = ( } ); }; -layerId = master01; +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; shapes = ( { -alignment = 1; +alignment = -1; ref = _zero.tf.base; }, { +alignment = -1; pos = (35,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); userData = { @@ -292,7 +1183,7 @@ type = Stem; } ); }; -width = 607; +width = 600; }, { background = { @@ -348,19 +1239,19 @@ nodes = ( } ); }; -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { -alignment = 1; +alignment = -1; ref = _zero.tf.base; }, { -pos = (90,0); +alignment = -1; +pos = (93,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); -width = 607; +width = 578; }, { background = { @@ -416,19 +1307,19 @@ nodes = ( } ); }; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { -alignment = 1; +alignment = -1; ref = _zero.tf.base; }, { -pos = (63,0); +alignment = -1; +pos = (62,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); -width = 728; +width = 720; }, { background = { @@ -484,19 +1375,19 @@ nodes = ( } ); }; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { -alignment = 1; +alignment = -1; ref = _zero.tf.base; }, { -pos = (156,0); +alignment = -1; +pos = (154,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); -width = 728; +width = 720; }, { background = { @@ -552,19 +1443,18 @@ nodes = ( } ); }; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { alignment = 1; ref = _zero.tf.base; }, { -pos = (68,0); +pos = (67,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); -width = 486; +width = 434; }, { background = { @@ -620,19 +1510,18 @@ nodes = ( } ); }; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { alignment = 1; ref = _zero.tf.base; }, { -pos = (140,0); +pos = (138,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); -width = 486; +width = 458; }, { background = { @@ -688,7 +1577,7 @@ nodes = ( } ); }; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { alignment = 1; @@ -697,10 +1586,9 @@ ref = _zero.tf.base; { pos = (53,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); -width = 607; +width = 552; }, { background = { @@ -756,19 +1644,18 @@ nodes = ( } ); }; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { alignment = 1; ref = _zero.tf.base; }, { -pos = (146,0); +pos = (145,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); -width = 607; +width = 542; }, { background = { @@ -824,7 +1711,7 @@ nodes = ( } ); }; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { alignment = 1; @@ -833,10 +1720,9 @@ ref = _zero.tf.base; { pos = (52,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); -width = 728; +width = 700; }, { background = { @@ -892,19 +1778,18 @@ nodes = ( } ); }; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { alignment = 1; ref = _zero.tf.base; }, { -pos = (183,0); +pos = (181,0); ref = _zero.tf.slash.ss08; -scale = (1.0115,1.0115); } ); -width = 728; +width = 690; } ); metricWidth = zero.tf; diff --git a/sources/MonaSans.glyphspackage/glyphs/zeroinferior.glyph b/sources/MonaSans.glyphspackage/glyphs/zeroinferior.glyph index 2a59b1ad..549ec4c6 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zeroinferior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zeroinferior.glyph @@ -5,7 +5,7 @@ layers = ( anchors = ( { name = _center; -pos = (154,177); +pos = (162,177); } ); layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -15,35 +15,35 @@ shapes = ( { closed = 1; nodes = ( -(237,-46,o), -(293,7,o), -(293,176,cs), -(293,345,o), -(237,397,o), -(154,397,cs), -(71,397,o), -(15,344,o), -(15,176,cs), -(15,7,o), -(71,-46,o), -(154,-46,cs) +(245,-46,o), +(301,7,o), +(301,176,cs), +(301,345,o), +(245,397,o), +(162,397,cs), +(79,397,o), +(23,344,o), +(23,176,cs), +(23,7,o), +(79,-46,o), +(162,-46,cs) ); }, { closed = 1; nodes = ( -(130,45,o), -(125,78,o), -(125,176,cs), -(125,273,o), -(130,306,o), -(154,306,cs), -(178,306,o), -(183,274,o), -(183,176,cs), -(183,78,o), -(178,45,o), -(154,45,cs) +(138,45,o), +(133,78,o), +(133,176,cs), +(133,273,o), +(138,306,o), +(162,306,cs), +(186,306,o), +(191,274,o), +(191,176,cs), +(191,78,o), +(186,45,o), +(162,45,cs) ); } ); @@ -54,7 +54,7 @@ weight = -350; width = 60; }; }; -width = 308; +width = 324; }, { anchors = ( @@ -115,45 +115,153 @@ width = 293; anchors = ( { name = _center; -pos = (212,174); +pos = (241,173); +} +); +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +partSelection = { +}; +shapes = ( +{ +closed = 1; +nodes = ( +(360,-46,o), +(442,31,o), +(442,176,cs), +(442,321,o), +(359,397,o), +(241,397,cs), +(120,397,o), +(39,321,o), +(39,176,cs), +(39,30,o), +(122,-46,o), +(241,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(134,-14,o), +(76,55,o), +(76,176,cs), +(76,298,o), +(136,366,o), +(241,366,cs), +(346,366,o), +(404,297,o), +(404,176,cs), +(404,55,o), +(344,-14,o), +(241,-14,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 481; +}, +{ +anchors = ( +{ +name = _center; +pos = (256,171); } ); -layerId = master01; +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; partSelection = { }; shapes = ( { closed = 1; nodes = ( -(301,-45,o), -(361,25,o), -(361,176,cs), -(361,324,o), -(303,397,o), -(212,397,cs), -(123,397,o), -(63,326,o), -(63,176,cs), -(63,28,o), -(121,-45,o), -(212,-45,cs) +(398,-45,o), +(492,35,o), +(492,176,cs), +(492,315,o), +(400,397,o), +(256,397,cs), +(115,397,o), +(20,317,o), +(20,177,cs), +(20,37,o), +(113,-45,o), +(256,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(206,74,o), +(170,97,o), +(170,176,cs), +(170,255,o), +(206,278,o), +(256,278,cs), +(306,278,o), +(342,255,o), +(342,176,cs), +(342,97,o), +(306,74,o), +(256,74,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 512; +}, +{ +anchors = ( +{ +name = _center; +pos = (211,174); +} +); +layerId = m019; +shapes = ( +{ +closed = 1; +nodes = ( +(298,-45,o), +(356,25,o), +(356,176,cs), +(356,324,o), +(300,397,o), +(211,397,cs), +(124,397,o), +(64,326,o), +(64,176,cs), +(64,28,o), +(122,-45,o), +(211,-45,cs) ); }, { closed = 1; nodes = ( -(132,-15,o), -(99,57,o), -(99,176,cs), -(99,295,o), -(132,367,o), -(212,367,cs), -(292,367,o), -(325,295,o), -(325,176,cs), -(325,57,o), -(292,-15,o), -(212,-15,cs) +(133,-15,o), +(100,57,o), +(100,176,cs), +(100,295,o), +(133,367,o), +(211,367,cs), +(289,367,o), +(322,295,o), +(322,176,cs), +(322,57,o), +(289,-15,o), +(211,-15,cs) ); } ); @@ -222,161 +330,49 @@ type = Stem; } ); }; -width = 424; -}, -{ -anchors = ( -{ -name = _center; -pos = (203,174); -} -); -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(304,-46,o), -(373,25,o), -(373,175,cs), -(373,306,o), -(320,397,o), -(202,397,cs), -(100,397,o), -(32,326,o), -(32,175,cs), -(32,45,o), -(85,-46,o), -(202,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,60,o), -(160,68,o), -(160,175,cs), -(160,283,o), -(184,291,o), -(202,291,cs), -(221,291,o), -(245,283,o), -(245,175,cs), -(245,69,o), -(221,60,o), -(202,60,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 405; -}, -{ -anchors = ( -{ -name = _center; -pos = (241,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(360,-46,o), -(442,31,o), -(442,176,cs), -(442,321,o), -(359,397,o), -(241,397,cs), -(120,397,o), -(39,321,o), -(39,176,cs), -(39,30,o), -(122,-46,o), -(241,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(134,-14,o), -(76,55,o), -(76,176,cs), -(76,298,o), -(136,366,o), -(241,366,cs), -(346,366,o), -(404,297,o), -(404,176,cs), -(404,55,o), -(344,-14,o), -(241,-14,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 481; +width = 421; }, { anchors = ( { name = _center; -pos = (250,171); +pos = (195,174); } ); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; +layerId = m020; shapes = ( { closed = 1; nodes = ( -(392,-45,o), -(486,35,o), -(486,176,cs), -(486,315,o), -(394,397,o), -(250,397,cs), -(109,397,o), -(14,317,o), -(14,177,cs), -(14,37,o), -(107,-45,o), -(250,-45,cs) +(292,-46,o), +(358,25,o), +(358,175,cs), +(358,306,o), +(308,397,o), +(194,397,cs), +(96,397,o), +(31,326,o), +(31,175,cs), +(31,45,o), +(81,-46,o), +(194,-46,cs) ); }, { closed = 1; nodes = ( -(200,74,o), -(164,97,o), -(164,176,cs), -(164,255,o), -(200,278,o), -(250,278,cs), -(300,278,o), -(336,255,o), -(336,176,cs), -(336,97,o), -(300,74,o), -(250,74,cs) +(180,60,o), +(157,67,o), +(157,175,cs), +(157,284,o), +(180,291,o), +(194,291,cs), +(209,291,o), +(232,284,o), +(232,175,cs), +(232,68,o), +(209,60,o), +(194,60,cs) ); } ); @@ -387,7 +383,7 @@ weight = -300; width = 60; }; }; -width = 500; +width = 388; }, { anchors = ( @@ -435,8 +431,6 @@ nodes = ( ); }; layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -partSelection = { -}; shapes = ( { closed = 1; @@ -486,45 +480,43 @@ width = 291; anchors = ( { name = _center; -pos = (133,177); +pos = (141,177); } ); layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -partSelection = { -}; shapes = ( { closed = 1; nodes = ( -(177,-46,o), -(236,6,o), -(269,163,cs), -(297,298,o), -(283,397,o), -(164,397,cs), -(87,397,o), -(29,339,o), -(-2,189,cs), -(-30,55,o), -(-17,-46,o), -(103,-46,cs) +(185,-46,o), +(244,6,o), +(277,163,cs), +(305,298,o), +(291,397,o), +(172,397,cs), +(95,397,o), +(37,339,o), +(6,189,cs), +(-22,55,o), +(-9,-46,o), +(111,-46,cs) ); }, { closed = 1; nodes = ( -(80,46,o), -(88,91,o), -(106,180,cs), -(126,277,o), -(137,306,o), -(158,306,cs), -(187,306,o), -(179,258,o), -(162,175,cs), -(142,80,o), -(131,46,o), -(109,46,cs) +(88,46,o), +(96,91,o), +(114,180,cs), +(134,277,o), +(145,306,o), +(166,306,cs), +(195,306,o), +(187,258,o), +(170,175,cs), +(150,80,o), +(139,46,o), +(117,46,cs) ); } ); @@ -535,7 +527,7 @@ weight = -350; width = 60; }; }; -width = 306; +width = 322; }, { anchors = ( @@ -545,8 +537,6 @@ pos = (191,177); } ); layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -partSelection = { -}; shapes = ( { closed = 1; @@ -600,8 +590,6 @@ pos = (184,177); } ); layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -partSelection = { -}; shapes = ( { closed = 1; @@ -655,8 +643,6 @@ pos = (226,177); } ); layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -partSelection = { -}; shapes = ( { closed = 1; @@ -706,45 +692,775 @@ width = 487; anchors = ( { name = _center; -pos = (232,177); +pos = (238,177); } ); layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -partSelection = { +shapes = ( +{ +closed = 1; +nodes = ( +(346,-44,o), +(445,24,o), +(470,144,cs), +(488,243,o), +(464,396,o), +(258,396,cs), +(128,396,o), +(31,330,o), +(6,211,cs), +(-14,115,o), +(7,-44,o), +(217,-44,cs) +); +}, +{ +closed = 1; +nodes = ( +(139,77,o), +(146,160,o), +(152,195,cs), +(162,243,o), +(194,276,o), +(250,276,cs), +(335,276,o), +(331,189,o), +(323,159,cs), +(313,110,o), +(281,77,o), +(227,77,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 516; +}, +{ +anchors = ( +{ +name = _center; +pos = (127,177); +} +); +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; +shapes = ( +{ +closed = 1; +nodes = ( +(200,-46,o), +(227,39,o), +(227,176,cs), +(227,313,o), +(200,398,o), +(126,398,cs), +(53,398,o), +(26,313,o), +(26,176,cs), +(26,39,o), +(53,-46,o), +(126,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(83,-20,o), +(56,21,o), +(56,176,cs), +(56,331,o), +(83,372,o), +(126,372,cs), +(170,372,o), +(197,331,o), +(197,176,cs), +(197,21,o), +(170,-20,o), +(126,-20,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; }; +}; +width = 253; +}, +{ +anchors = ( +{ +name = _center; +pos = (145,177); +} +); +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +closed = 1; +nodes = ( +(228,-46,o), +(284,7,o), +(284,176,cs), +(284,345,o), +(228,397,o), +(145,397,cs), +(62,397,o), +(6,344,o), +(6,176,cs), +(6,7,o), +(62,-46,o), +(145,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(121,45,o), +(116,78,o), +(116,176,cs), +(116,273,o), +(121,306,o), +(145,306,cs), +(169,306,o), +(174,274,o), +(174,176,cs), +(174,78,o), +(169,45,o), +(145,45,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 290; +}, +{ +anchors = ( +{ +name = _center; +pos = (192,174); +} +); +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,-45,o), +(341,25,o), +(341,176,cs), +(341,324,o), +(283,397,o), +(192,397,cs), +(103,397,o), +(43,326,o), +(43,176,cs), +(43,28,o), +(101,-45,o), +(192,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(112,-15,o), +(79,57,o), +(79,176,cs), +(79,295,o), +(112,367,o), +(192,367,cs), +(272,367,o), +(305,295,o), +(305,176,cs), +(305,57,o), +(272,-15,o), +(192,-15,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 384; +}, +{ +anchors = ( +{ +name = _center; +pos = (182,174); +} +); +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; +shapes = ( +{ +closed = 1; +nodes = ( +(283,-46,o), +(352,25,o), +(352,175,cs), +(352,306,o), +(299,397,o), +(181,397,cs), +(79,397,o), +(11,326,o), +(11,175,cs), +(11,45,o), +(64,-46,o), +(181,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(163,60,o), +(139,68,o), +(139,175,cs), +(139,283,o), +(163,291,o), +(181,291,cs), +(200,291,o), +(224,283,o), +(224,175,cs), +(224,69,o), +(200,60,o), +(181,60,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 363; +}, +{ +anchors = ( +{ +name = _center; +pos = (231,173); +} +); +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,-46,o), +(432,31,o), +(432,176,cs), +(432,321,o), +(349,397,o), +(231,397,cs), +(110,397,o), +(29,321,o), +(29,176,cs), +(29,30,o), +(112,-46,o), +(231,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(124,-14,o), +(66,55,o), +(66,176,cs), +(66,298,o), +(126,366,o), +(231,366,cs), +(336,366,o), +(394,297,o), +(394,176,cs), +(394,55,o), +(334,-14,o), +(231,-14,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 461; +}, +{ +anchors = ( +{ +name = _center; +pos = (240,171); +} +); +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; +shapes = ( +{ +closed = 1; +nodes = ( +(382,-45,o), +(476,35,o), +(476,176,cs), +(476,315,o), +(384,397,o), +(240,397,cs), +(99,397,o), +(4,317,o), +(4,177,cs), +(4,37,o), +(97,-45,o), +(240,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(190,74,o), +(154,97,o), +(154,176,cs), +(154,255,o), +(190,278,o), +(240,278,cs), +(290,278,o), +(326,255,o), +(326,176,cs), +(326,97,o), +(290,74,o), +(240,74,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 480; +}, +{ +anchors = ( +{ +name = _center; +pos = (106,177); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(99,397,o), +(58,316,o), +(30,183,cs), +(6,67,o), +(0,-45,o), +(90,-45,cs), +(153,-45,o), +(196,24,o), +(226,167,cs), +(259,322,o), +(240,397,o), +(167,397,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,367,o), +(214,253,o), +(198,173,cs), +(166,19,o), +(133,-19,o), +(93,-19,cs), +(25,-19,o), +(38,79,o), +(59,181,cs), +(93,344,o), +(127,374,o), +(173,371,cs) +); +} +); +}; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,-45,o), +(173,24,o), +(204,169,cs), +(228,285,o), +(234,397,o), +(144,397,cs), +(81,397,o), +(38,328,o), +(8,185,cs), +(-17,67,o), +(-23,-45,o), +(67,-45,cs) +); +}, +{ +closed = 1; +nodes = ( +(2,-19,o), +(15,79,o), +(36,181,cs), +(68,333,o), +(101,371,o), +(141,371,cs), +(209,371,o), +(196,273,o), +(175,173,cs), +(143,19,o), +(110,-19,o), +(70,-19,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 245; +}, +{ +anchors = ( +{ +name = _center; +pos = (122,177); +} +); +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; +shapes = ( +{ +closed = 1; +nodes = ( +(166,-46,o), +(225,6,o), +(258,163,cs), +(286,298,o), +(272,397,o), +(153,397,cs), +(76,397,o), +(18,339,o), +(-13,189,cs), +(-41,55,o), +(-28,-46,o), +(92,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(69,46,o), +(77,91,o), +(95,180,cs), +(115,277,o), +(126,306,o), +(147,306,cs), +(176,306,o), +(168,258,o), +(151,175,cs), +(131,80,o), +(120,46,o), +(98,46,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 284; +}, +{ +anchors = ( +{ +name = _center; +pos = (167,177); +} +); +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; +shapes = ( +{ +closed = 1; +nodes = ( +(218,-46,o), +(284,22,o), +(310,167,cs), +(334,300,o), +(302,397,o), +(198,397,cs), +(117,397,o), +(50,331,o), +(24,186,cs), +(0,50,o), +(31,-46,o), +(135,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(56,-16,o), +(40,64,o), +(57,171,cs), +(78,304,o), +(129,367,o), +(197,367,cs), +(280,367,o), +(293,285,o), +(276,177,cs), +(258,60,o), +(210,-16,o), +(136,-16,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 368; +}, +{ +anchors = ( +{ +name = _center; +pos = (155,177); +} +); +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; +shapes = ( +{ +closed = 1; +nodes = ( +(223,-46,o), +(295,21,o), +(321,142,cs), +(355,300,o), +(305,397,o), +(185,397,cs), +(91,397,o), +(17,336,o), +(-11,208,cs), +(-44,55,o), +(7,-46,o), +(125,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(98,61,o), +(97,107,o), +(113,187,cs), +(131,275,o), +(150,291,o), +(176,291,cs), +(212,291,o), +(214,243,o), +(198,167,cs), +(180,77,o), +(160,61,o), +(135,61,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 350; +}, +{ +anchors = ( +{ +name = _center; +pos = (216,177); +} +); +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,-46,o), +(391,27,o), +(414,140,cs), +(431,218,o), +(427,397,o), +(239,397,cs), +(124,397,o), +(41,325,o), +(18,212,cs), +(4,136,o), +(-1,-46,o), +(193,-46,cs) +); +}, +{ +closed = 1; +nodes = ( +(38,-14,o), +(42,143,o), +(55,207,cs), +(75,303,o), +(143,365,o), +(235,365,cs), +(394,365,o), +(390,211,o), +(377,145,cs), +(357,48,o), +(289,-14,o), +(197,-14,cs) +); +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 467; +}, +{ +anchors = ( +{ +name = _center; +pos = (220,177); +} +); +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { closed = 1; nodes = ( -(340,-44,o), -(439,24,o), -(464,144,cs), -(482,243,o), -(458,396,o), -(252,396,cs), -(122,396,o), -(25,330,o), -(0,211,cs), -(-20,115,o), -(1,-44,o), -(211,-44,cs) +(328,-44,o), +(427,24,o), +(452,144,cs), +(470,243,o), +(446,396,o), +(240,396,cs), +(110,396,o), +(13,330,o), +(-12,211,cs), +(-32,115,o), +(-11,-44,o), +(199,-44,cs) ); }, { closed = 1; nodes = ( -(133,77,o), -(140,160,o), -(146,195,cs), -(156,243,o), -(188,276,o), -(244,276,cs), -(329,276,o), -(325,189,o), -(317,159,cs), -(307,110,o), -(275,77,o), -(221,77,cs) +(121,77,o), +(128,160,o), +(134,195,cs), +(144,243,o), +(176,276,o), +(232,276,cs), +(317,276,o), +(313,189,o), +(305,159,cs), +(295,110,o), +(263,77,o), +(209,77,cs) ); } ); @@ -755,7 +1471,7 @@ weight = -300; width = 60; }; }; -width = 504; +width = 480; } ); metricRight = "=|"; diff --git a/sources/MonaSans.glyphspackage/glyphs/zerosuperior.glyph b/sources/MonaSans.glyphspackage/glyphs/zerosuperior.glyph index 3bea6b0a..19b3a18a 100644 --- a/sources/MonaSans.glyphspackage/glyphs/zerosuperior.glyph +++ b/sources/MonaSans.glyphspackage/glyphs/zerosuperior.glyph @@ -1,6 +1,7 @@ { color = 6; glyphname = zerosuperior; +kernLeft = KO_sixsuperior; layers = ( { layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; @@ -17,7 +18,7 @@ weight = -350; width = 60; }; }; -width = 308; +width = 324; }, { layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; @@ -37,9 +38,277 @@ width = 60; width = 293; }, { -layerId = master01; +layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +shapes = ( +{ +pos = (0,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 481; +}, +{ +layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +shapes = ( +{ +pos = (0,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 512; +}, +{ +layerId = m019; +shapes = ( +{ +pos = (0,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zeroinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zeroinferior; +com.schriftgestaltung.hints = ( +{ +horizontal = 1; +options = 0; +origin = ( +1, +11 +); +stem = -2; +target = ( +0, +11 +); +type = Stem; +}, +{ +horizontal = 1; +options = 0; +origin = ( +0, +5 +); +stem = -2; +target = ( +1, +5 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +0, +8 +); +stem = -2; +target = ( +1, +2 +); +type = Stem; +}, +{ +horizontal = 0; +options = 0; +origin = ( +1, +8 +); +stem = -2; +target = ( +0, +2 +); +type = Stem; +} +); +}; +width = 421; +}, +{ +layerId = m020; +shapes = ( +{ +pos = (0,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zeroinferior; +com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zeroinferior; +}; +width = 388; +}, +{ +layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +shapes = ( +{ +pos = (78,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 291; +}, +{ +layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +shapes = ( +{ +pos = (78,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 322; +}, +{ +layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +shapes = ( +{ +pos = (78,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 416; +}, +{ +layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +shapes = ( +{ +pos = (78,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 408; +}, +{ +layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +shapes = ( +{ +pos = (78,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -25; +width = 60; +}; +}; +width = 487; +}, +{ +layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +shapes = ( +{ +pos = (78,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -300; +width = 60; +}; +}; +width = 516; +}, +{ +layerId = "F809B810-8CF1-453B-A5BE-CA3BE927A72B"; shapes = ( { +alignment = -1; +pos = (0,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -30; +width = 60; +}; +}; +width = 293; +}, +{ +layerId = "BBBD8BC5-1445-4217-985E-4C596438DA38"; +shapes = ( +{ +pos = (0,376); +ref = zeroinferior; +} +); +userData = { +RMXScaler = { +height = 60; +weight = -350; +width = 60; +}; +}; +width = 290; +}, +{ +layerId = "E97B55C1-E583-4247-91FF-22E95A4A75BA"; +shapes = ( +{ +alignment = -1; pos = (0,376); ref = zeroinferior; } @@ -114,9 +383,10 @@ type = Stem; width = 424; }, { -layerId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; +layerId = "0B275536-62AC-4C56-AB54-CAFC17136928"; shapes = ( { +alignment = -1; pos = (0,376); ref = zeroinferior; } @@ -130,12 +400,13 @@ width = 60; com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zeroinferior; com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zeroinferior; }; -width = 405; +width = 385; }, { -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; +layerId = "672F45B7-BA56-43A0-BBB6-CC0745727C88"; shapes = ( { +alignment = -1; pos = (0,376); ref = zeroinferior; } @@ -150,9 +421,10 @@ width = 60; width = 481; }, { -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; +layerId = "155B42D5-FD83-4BB6-AC0D-930BEE350254"; shapes = ( { +alignment = -1; pos = (0,376); ref = zeroinferior; } @@ -167,7 +439,7 @@ width = 60; width = 500; }, { -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; +layerId = "A312EA11-A86D-4039-A6A0-3473E7FCFCBA"; shapes = ( { pos = (78,376); @@ -181,10 +453,10 @@ weight = -30; width = 60; }; }; -width = 291; +width = 245; }, { -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; +layerId = "6E33102A-8120-45EB-96FA-BF5C616DF6D0"; shapes = ( { pos = (78,376); @@ -198,10 +470,10 @@ weight = -350; width = 60; }; }; -width = 306; +width = 284; }, { -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; +layerId = "CD1FE38A-850D-424C-9763-FD0BB7EF0F65"; shapes = ( { pos = (78,376); @@ -215,10 +487,10 @@ weight = -25; width = 60; }; }; -width = 416; +width = 368; }, { -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; +layerId = "116A5FF1-38DA-4DF1-8B47-201F29A4437C"; shapes = ( { pos = (78,376); @@ -232,10 +504,10 @@ weight = -300; width = 60; }; }; -width = 408; +width = 350; }, { -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; +layerId = "81AB4C8E-4968-429F-824B-C4C034789BE2"; shapes = ( { pos = (78,376); @@ -249,10 +521,10 @@ weight = -25; width = 60; }; }; -width = 487; +width = 467; }, { -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; +layerId = "FDCDCD6C-7FEE-4790-B9C8-1B5EEA7E5598"; shapes = ( { pos = (78,376); @@ -266,7 +538,7 @@ weight = -300; width = 60; }; }; -width = 504; +width = 480; } ); unicode = 8304; diff --git a/sources/MonaSans.glyphspackage/order.plist b/sources/MonaSans.glyphspackage/order.plist index 1480b200..1a241c59 100644 --- a/sources/MonaSans.glyphspackage/order.plist +++ b/sources/MonaSans.glyphspackage/order.plist @@ -7,6 +7,7 @@ Abrevedotbelow, Abrevegrave, Abrevehookabove, Abrevetilde, +Acaron, Acircumflex, Acircumflexacute, Acircumflexdotbelow, @@ -65,6 +66,7 @@ I, IJ, Iacute, Ibreve, +Icaron, Icircumflex, Idieresis, Idotaccent, @@ -86,14 +88,17 @@ Lcommaaccent, Ldot, Lslash, M, +Macute, N, Nacute, Ncaron, Ncommaaccent, +Ngrave, Ntilde, Eng, O, Oacute, +Ocaron, Ocircumflex, Ocircumflexacute, Ocircumflexdotbelow, @@ -137,8 +142,13 @@ Tcommaaccent, U, Uacute, Ubreve, +Ucaron, Ucircumflex, Udieresis, +Udieresisacute, +Udieresiscaron, +Udieresisgrave, +Udieresismacron, Udotbelow, Ugrave, Uhookabove, @@ -216,6 +226,11 @@ Gcaron.ss07, Gcircumflex.ss07, Gcommaaccent.ss07, Gdotaccent.ss07, +Q.ss09, +IJ.ss10, +J.ss10, +Jacute.ss10, +Jcircumflex.ss10, Gdotaccent.ss01.ss07, a, aacute, @@ -225,6 +240,7 @@ abrevedotbelow, abrevegrave, abrevehookabove, abrevetilde, +acaron, acircumflex, acircumflexacute, acircumflexdotbelow, @@ -283,6 +299,7 @@ i, idotless, iacute, ibreve, +icaron, icircumflex, idieresis, idotaccent, @@ -306,14 +323,17 @@ lcommaaccent, ldot, lslash, m, +macute, n, nacute, ncaron, ncommaaccent, +ngrave, ntilde, eng, o, oacute, +ocaron, ocircumflex, ocircumflexacute, ocircumflexdotbelow, @@ -357,8 +377,13 @@ tcommaaccent, u, uacute, ubreve, +ucaron, ucircumflex, udieresis, +udieresisacute, +udieresiscaron, +udieresisgrave, +udieresismacron, udotbelow, ugrave, uhookabove, @@ -394,6 +419,7 @@ zcaron, zdotaccent, idotbelow.dotless, iogonek.dotless, +f.longarm, abrevedotbelow.ss01, acircumflexdotbelow.ss01, adotbelow.ss01, @@ -762,12 +788,14 @@ tilde, macron, cedilla, ogonek, +"_tail-diagonal.Q", _B.currency, -_circle, _Thorn.bowl, _baht.bar, +_circle, _bitcoin.bars, _copyright.C, +_f.longarm, _published.P, _slash.equal, _tail.Q, diff --git a/sources/MonaSansDisplay.glyphspackage/fontinfo.plist b/sources/MonaSansDisplay.glyphspackage/fontinfo.plist deleted file mode 100644 index a0c250eb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/fontinfo.plist +++ /dev/null @@ -1,152671 +0,0 @@ -{ -.appVersion = "3343"; -.formatVersion = 3; -axes = ( -{ -name = Width; -tag = wdth; -}, -{ -name = Weight; -tag = wght; -}, -{ -name = "Optical size"; -tag = opsz; -}, -{ -name = Italic; -tag = ital; -} -); -classes = ( -{ -automatic = 1; -code = "A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Atilde AE B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Dcaron Dcroat Eth E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jacute Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Ntilde Eng O Oacute Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oslash Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ytilde Z Zacute Zcaron Zdotaccent Abrevedotbelow.ss01 Acircumflexdotbelow.ss01 Adieresis.ss01 Adotbelow.ss01 Cdotaccent.ss01 Ecircumflexdotbelow.ss01 Edieresis.ss01 Edotaccent.ss01 Edotbelow.ss01 Gdotaccent.ss01 Idieresis.ss01 Idotaccent.ss01 Idotbelow.ss01 Ldot.ss01 Ocircumflexdotbelow.ss01 Odieresis.ss01 Odotbelow.ss01 Ohorndotbelow.ss01 Udieresis.ss01 Udotbelow.ss01 Uhorndotbelow.ss01 Wdieresis.ss01 Ydieresis.ss01 Ydotbelow.ss01 Zdotaccent.ss01 I.ss02 IJ.ss02 Iacute.ss02 Ibreve.ss02 Icircumflex.ss02 Idieresis.ss02 Idotaccent.ss02 Idotbelow.ss02 Igrave.ss02 Ihookabove.ss02 Imacron.ss02 Iogonek.ss02 Itilde.ss02 G.ss07 Gbreve.ss07 Gcaron.ss07 Gcircumflex.ss07 Gcommaaccent.ss07 Gdotaccent.ss07 Q.ss09 J.ss10 Gdotaccent.ss01.ss07"; -name = Uppercase; -}, -{ -automatic = 1; -code = "A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Atilde AE B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Dcaron Dcroat Eth E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jacute Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Ntilde Eng O Oacute Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oslash Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ytilde Z Zacute Zcaron Zdotaccent Abrevedotbelow.ss01 Acircumflexdotbelow.ss01 Adieresis.ss01 Adotbelow.ss01 Cdotaccent.ss01 Ecircumflexdotbelow.ss01 Edieresis.ss01 Edotaccent.ss01 Edotbelow.ss01 Gdotaccent.ss01 Idieresis.ss01 Idotaccent.ss01 Idotbelow.ss01 Ldot.ss01 Ocircumflexdotbelow.ss01 Odieresis.ss01 Odotbelow.ss01 Ohorndotbelow.ss01 Udieresis.ss01 Udotbelow.ss01 Uhorndotbelow.ss01 Wdieresis.ss01 Ydieresis.ss01 Ydotbelow.ss01 Zdotaccent.ss01 I.ss02 IJ.ss02 Iacute.ss02 Ibreve.ss02 Icircumflex.ss02 Idieresis.ss02 Idotaccent.ss02 Idotbelow.ss02 Igrave.ss02 Ihookabove.ss02 Imacron.ss02 Iogonek.ss02 Itilde.ss02 G.ss07 Gbreve.ss07 Gcaron.ss07 Gcircumflex.ss07 Gcommaaccent.ss07 Gdotaccent.ss07 Q.ss09 J.ss10 Gdotaccent.ss01.ss07 a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring atilde ae b c cacute ccaron ccedilla ccircumflex cdotaccent d dcaron dcroat eth e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek etilde f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcircumflex i idotless iacute ibreve icircumflex idieresis idotaccent idotbelow igrave ihookabove imacron iogonek itilde ij j jdotless jacute jcircumflex k kcommaaccent l lacute lcaron lcommaaccent ldot lslash m n nacute ncaron ncommaaccent ntilde eng o oacute ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oslash otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls t tbar tcaron tcedilla tcommaaccent u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ytilde z zacute zcaron zdotaccent idotbelow.dotless iogonek.dotless f.longarm abrevedotbelow.ss01 acircumflexdotbelow.ss01 adotbelow.ss01 cdotaccent.ss01 ecircumflexdotbelow.ss01 edieresis.ss01 edotaccent.ss01 edotbelow.ss01 gdotaccent.ss01 i.ss01 idieresis.ss01 idotaccent.ss01 idotbelow.ss01 j.ss01 ldot.ss01 ocircumflexdotbelow.ss01 odieresis.ss01 odotbelow.ss01 ohorndotbelow.ss01 udieresis.ss01 udotbelow.ss01 uhorndotbelow.ss01 wdieresis.ss01 ydieresis.ss01 ydotbelow.ss01 zdotaccent.ss01 l.ss03 lacute.ss03 lcaron.ss03 lcommaaccent.ss03 ldot.ss03 lslash.ss03 l.ss04 lacute.ss04 lcaron.ss04 lcommaaccent.ss04 ldot.ss04 lslash.ss04 a.ss05 aacute.ss05 abreve.ss05 abreveacute.ss05 abrevedotbelow.ss05 abrevegrave.ss05 abrevehookabove.ss05 abrevetilde.ss05 acircumflex.ss05 acircumflexacute.ss05 acircumflexdotbelow.ss05 acircumflexgrave.ss05 acircumflexhookabove.ss05 acircumflextilde.ss05 adieresis.ss05 adotbelow.ss05 agrave.ss05 ahookabove.ss05 amacron.ss05 aogonek.ss05 aring.ss05 atilde.ss05 g.ss06 gbreve.ss06 gcaron.ss06 gcircumflex.ss06 gcommaaccent.ss06 gdotaccent.ss06 idotbelow.dotless.ss01 adieresis.ss05.ss01 adotbelow.ss05.ss01 ldot.ss01.ss03 ldot.ss01.ss04 gdotaccent.ss01.ss06 f_f.liga f_f_i.liga f_y.liga fi fl t_i.liga t_t.liga fi.ss01 f_f_i.liga.ss01 t_i.liga.ss01 ordfeminine ordmasculine mu pi zero one two three four five six seven eight nine zero.blackCircled one.blackCircled two.blackCircled three.blackCircled four.blackCircled five.blackCircled six.blackCircled seven.blackCircled eight.blackCircled nine.blackCircled zero.circled one.circled two.circled three.circled four.circled five.circled six.circled seven.circled eight.circled nine.circled zero.tf one.tf two.tf three.tf four.tf five.tf six.tf seven.tf eight.tf nine.tf zero.tf.ss08 zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior space nbspace period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk numbersign slash backslash exclamdown.case questiondown.case periodcentered.loclCAT period.ss01 comma.ss01 colon.ss01 semicolon.ss01 ellipsis.ss01 exclam.ss01 exclamdown.ss01 question.ss01 questiondown.ss01 periodcentered.ss01 bullet.ss01 periodcentered.loclCAT.case exclamdown.ss01.case questiondown.ss01.case periodcentered.loclCAT.ss01 periodcentered.loclCAT.case.ss01 hyphen endash emdash underscore hyphen.case endash.case emdash.case parenleft parenright braceleft braceright bracketleft bracketright parenleft.case parenright.case braceleft.case braceright.case bracketleft.case bracketright.case quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle quotesinglbase.ss01 quotedblbase.ss01 quotedblleft.ss01 quotedblright.ss01 quoteleft.ss01 quoteright.ss01 florin baht whiteFrowningFace whiteSmilingFace checkmark apple at ampersand paragraph section copyright registered published trademark degree bar brokenbar literSign estimated numero bitcoin cent currency dollar euro liraTurkish rupeeIndian sheqel sterling tenge won yen plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal logicalnot asciitilde asciicircum infinity emptyset integral product summation radical percent perthousand upArrow rightArrow downArrow leftArrow leftRightArrow blackCircle whiteCircle dottedCircle dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb horncomb dotbelowcomb commaaccentcomb cedillacomb ogonekcomb strokeshortcomb strokelongcomb slashshortcomb slashlongcomb brevecomb_acutecomb brevecomb_gravecomb brevecomb_hookabovecomb brevecomb_tildecomb circumflexcomb_acutecomb circumflexcomb_gravecomb circumflexcomb_hookabovecomb circumflexcomb_tildecomb strokeshortcomb.case slashshortcomb.case slashlongcomb.case dieresiscomb.ss01 dotaccentcomb.ss01 dotbelowcomb.ss01 dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek"; -name = All; -} -); -customParameters = ( -{ -name = "Use Typo Metrics"; -value = 1; -}, -{ -name = fsType; -value = ( -); -}, -{ -name = "Use Line Breaks"; -value = 1; -}, -{ -name = "Use Extension Kerning"; -value = 1; -}, -{ -name = "Write DisplayStrings"; -value = 0; -}, -{ -name = "Variable Font Origin"; -value = m019; -}, -{ -disabled = 1; -name = unicodeRanges; -value = ( -0 -); -} -); -date = "2025-07-16 23:44:39 +0000"; -familyName = "Mona Sans"; -featurePrefixes = ( -{ -automatic = 1; -code = "languagesystem DFLT dflt; - -languagesystem latn dflt; -languagesystem latn AZE; -languagesystem latn CRT; -languagesystem latn KAZ; -languagesystem latn TAT; -languagesystem latn TRK; -languagesystem latn ROM; -languagesystem latn MOL; -languagesystem latn CAT; -languagesystem latn NLD; -"; -name = Languagesystems; -} -); -features = ( -{ -automatic = 1; -code = "feature locl; -feature subs; -feature sinf; -feature sups; -feature numr; -feature dnom; -feature frac; -feature ordn; -feature pnum; -feature tnum; -feature case; -feature ss01; -feature ss02; -feature ss03; -feature ss04; -feature ss05; -feature ss06; -feature ss07; -feature ss08; -feature ss09; -feature ss10; -"; -tag = aalt; -}, -{ -automatic = 1; -code = "lookup ccmp_DFLT_1 { - @CombiningTopAccents = [acutecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb hookabovecomb hungarumlautcomb macroncomb ringcomb tildecomb]; - lookupflag UseMarkFilteringSet @CombiningTopAccents; - sub i' @CombiningTopAccents by idotless; - sub iogonek' @CombiningTopAccents by iogonek.dotless; - sub idotbelow' @CombiningTopAccents by idotbelow.dotless; - sub j' @CombiningTopAccents by jdotless; -} ccmp_DFLT_1; - -lookup ccmp_DFLT_2 { - lookupflag 0; - sub brevecomb acutecomb by brevecomb_acutecomb; - sub brevecomb gravecomb by brevecomb_gravecomb; - sub brevecomb hookabovecomb by brevecomb_hookabovecomb; - sub brevecomb tildecomb by brevecomb_tildecomb; - sub circumflexcomb acutecomb by circumflexcomb_acutecomb; - sub circumflexcomb gravecomb by circumflexcomb_gravecomb; - sub circumflexcomb hookabovecomb by circumflexcomb_hookabovecomb; - sub circumflexcomb tildecomb by circumflexcomb_tildecomb; -} ccmp_DFLT_2; - -lookup ccmp_Other_1 { - lookupflag 0; - @Markscomb = [strokeshortcomb slashshortcomb slashlongcomb]; - @MarkscombCase = [strokeshortcomb.case slashshortcomb.case slashlongcomb.case]; - sub @Markscomb @Markscomb' by @MarkscombCase; - sub @Uppercase @Markscomb' by @MarkscombCase; -} ccmp_Other_1; - -lookup ccmp_Other_2 { - lookupflag 0; - sub @Markscomb' @MarkscombCase by @MarkscombCase; - sub @MarkscombCase @Markscomb' by @MarkscombCase; -} ccmp_Other_2; - -lookup ccmp_latn_1 { - lookupflag 0; - sub fi by f i; - sub fl by f l; - sub Ldot by L periodcentered.loclCAT.case; - sub ldot by l periodcentered.loclCAT; -} ccmp_latn_1; - -script latn; -lookup ccmp_latn_1; -"; -tag = ccmp; -}, -{ -automatic = 1; -code = "script latn; -language AZE; -lookup locl_latn_0 { - sub i by idotaccent; -} locl_latn_0; -language CRT; -lookup locl_latn_0; -language KAZ; -lookup locl_latn_0; -language TAT; -lookup locl_latn_0; -language TRK; -lookup locl_latn_0; - -script latn; -language ROM; -lookup locl_latn_1 { - sub Scedilla by Scommaaccent; - sub scedilla by scommaaccent; - sub Tcedilla by Tcommaaccent; - sub tcedilla by tcommaaccent; -} locl_latn_1; -language MOL; -lookup locl_latn_1; - -script latn; -language CAT; -lookup locl_latn_2 { - sub l periodcentered' l by periodcentered.loclCAT; - sub L periodcentered' L by periodcentered.loclCAT.case; -} locl_latn_2; - -script latn; -language NLD; -lookup locl_latn_3 { - sub iacute j' by jacute; - sub Iacute J' by Jacute; -} locl_latn_3; -"; -tag = locl; -}, -{ -automatic = 1; -code = "sub zero by zeroinferior; -sub one by oneinferior; -sub two by twoinferior; -sub three by threeinferior; -sub four by fourinferior; -sub five by fiveinferior; -sub six by sixinferior; -sub seven by seveninferior; -sub eight by eightinferior; -sub nine by nineinferior; -"; -tag = subs; -}, -{ -automatic = 1; -code = "sub zero by zeroinferior; -sub one by oneinferior; -sub two by twoinferior; -sub three by threeinferior; -sub four by fourinferior; -sub five by fiveinferior; -sub six by sixinferior; -sub seven by seveninferior; -sub eight by eightinferior; -sub nine by nineinferior; -"; -tag = sinf; -}, -{ -automatic = 1; -code = "sub zero by zerosuperior; -sub one by onesuperior; -sub two by twosuperior; -sub three by threesuperior; -sub four by foursuperior; -sub five by fivesuperior; -sub six by sixsuperior; -sub seven by sevensuperior; -sub eight by eightsuperior; -sub nine by ninesuperior; -"; -tag = sups; -}, -{ -automatic = 1; -code = "sub zero by zero.numr; -sub one by one.numr; -sub two by two.numr; -sub three by three.numr; -sub four by four.numr; -sub five by five.numr; -sub six by six.numr; -sub seven by seven.numr; -sub eight by eight.numr; -sub nine by nine.numr; -"; -tag = numr; -}, -{ -automatic = 1; -code = "sub zero by zero.dnom; -sub one by one.dnom; -sub two by two.dnom; -sub three by three.dnom; -sub four by four.dnom; -sub five by five.dnom; -sub six by six.dnom; -sub seven by seven.dnom; -sub eight by eight.dnom; -sub nine by nine.dnom; -"; -tag = dnom; -}, -{ -automatic = 1; -code = "lookup FRAC { - sub slash by fraction; -} FRAC; -lookup UP { - sub [zero one two three four five six seven eight nine] by [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]; -} UP; -lookup DOWN { - sub fraction [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; - sub [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom] [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; -} DOWN; -"; -tag = frac; -}, -{ -automatic = 1; -code = "sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; -sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine; -sub N o period by numero; -"; -tag = ordn; -}, -{ -automatic = 1; -code = "sub zero.tf by zero; -sub one.tf by one; -sub two.tf by two; -sub three.tf by three; -sub four.tf by four; -sub five.tf by five; -sub six.tf by six; -sub seven.tf by seven; -sub eight.tf by eight; -sub nine.tf by nine; -"; -tag = pnum; -}, -{ -automatic = 1; -code = "sub zero by zero.tf; -sub one by one.tf; -sub two by two.tf; -sub three by three.tf; -sub four by four.tf; -sub five by five.tf; -sub six by six.tf; -sub seven by seven.tf; -sub eight by eight.tf; -sub nine by nine.tf; -"; -tag = tnum; -}, -{ -automatic = 1; -code = "sub exclamdown by exclamdown.case; -sub questiondown by questiondown.case; -sub periodcentered.loclCAT by periodcentered.loclCAT.case; -sub exclamdown.ss01 by exclamdown.ss01.case; -sub questiondown.ss01 by questiondown.ss01.case; -sub hyphen by hyphen.case; -sub endash by endash.case; -sub emdash by emdash.case; -sub parenleft by parenleft.case; -sub parenright by parenright.case; -sub braceleft by braceleft.case; -sub braceright by braceright.case; -sub bracketleft by bracketleft.case; -sub bracketright by bracketright.case; -sub strokeshortcomb by strokeshortcomb.case; -sub slashshortcomb by slashshortcomb.case; -sub slashlongcomb by slashlongcomb.case; -"; -tag = case; -}, -{ -automatic = 1; -code = "lookupflag IgnoreMarks; -sub f f i by f_f_i.liga; -sub f f by f_f.liga; -sub f y by f_y.liga; -sub t i by t_i.liga; -sub t t by t_t.liga; -sub f i by fi; -sub f l by fl; -"; -tag = liga; -}, -{ -automatic = 1; -code = "sub Abrevedotbelow by Abrevedotbelow.ss01; -sub Acircumflexdotbelow by Acircumflexdotbelow.ss01; -sub Adieresis by Adieresis.ss01; -sub Adotbelow by Adotbelow.ss01; -sub Cdotaccent by Cdotaccent.ss01; -sub Ecircumflexdotbelow by Ecircumflexdotbelow.ss01; -sub Edieresis by Edieresis.ss01; -sub Edotaccent by Edotaccent.ss01; -sub Edotbelow by Edotbelow.ss01; -sub Gdotaccent by Gdotaccent.ss01; -sub Idieresis by Idieresis.ss01; -sub Idotaccent by Idotaccent.ss01; -sub Idotbelow by Idotbelow.ss01; -sub Ldot by Ldot.ss01; -sub Ocircumflexdotbelow by Ocircumflexdotbelow.ss01; -sub Odieresis by Odieresis.ss01; -sub Odotbelow by Odotbelow.ss01; -sub Ohorndotbelow by Ohorndotbelow.ss01; -sub Udieresis by Udieresis.ss01; -sub Udotbelow by Udotbelow.ss01; -sub Uhorndotbelow by Uhorndotbelow.ss01; -sub Wdieresis by Wdieresis.ss01; -sub Ydieresis by Ydieresis.ss01; -sub Ydotbelow by Ydotbelow.ss01; -sub Zdotaccent by Zdotaccent.ss01; -sub abrevedotbelow by abrevedotbelow.ss01; -sub acircumflexdotbelow by acircumflexdotbelow.ss01; -sub adotbelow by adotbelow.ss01; -sub cdotaccent by cdotaccent.ss01; -sub ecircumflexdotbelow by ecircumflexdotbelow.ss01; -sub edieresis by edieresis.ss01; -sub edotaccent by edotaccent.ss01; -sub edotbelow by edotbelow.ss01; -sub gdotaccent by gdotaccent.ss01; -sub i by i.ss01; -sub idieresis by idieresis.ss01; -sub idotaccent by idotaccent.ss01; -sub idotbelow by idotbelow.ss01; -sub j by j.ss01; -sub ldot by ldot.ss01; -sub ocircumflexdotbelow by ocircumflexdotbelow.ss01; -sub odieresis by odieresis.ss01; -sub odotbelow by odotbelow.ss01; -sub ohorndotbelow by ohorndotbelow.ss01; -sub udieresis by udieresis.ss01; -sub udotbelow by udotbelow.ss01; -sub uhorndotbelow by uhorndotbelow.ss01; -sub wdieresis by wdieresis.ss01; -sub ydieresis by ydieresis.ss01; -sub ydotbelow by ydotbelow.ss01; -sub zdotaccent by zdotaccent.ss01; -sub idotbelow.dotless by idotbelow.dotless.ss01; -sub adieresis.ss05 by adieresis.ss05.ss01; -sub adotbelow.ss05 by adotbelow.ss05.ss01; -sub fi by fi.ss01; -sub f_f_i.liga by f_f_i.liga.ss01; -sub t_i.liga by t_i.liga.ss01; -sub period by period.ss01; -sub comma by comma.ss01; -sub colon by colon.ss01; -sub semicolon by semicolon.ss01; -sub ellipsis by ellipsis.ss01; -sub exclam by exclam.ss01; -sub exclamdown by exclamdown.ss01; -sub question by question.ss01; -sub questiondown by questiondown.ss01; -sub periodcentered by periodcentered.ss01; -sub bullet by bullet.ss01; -sub periodcentered.loclCAT by periodcentered.loclCAT.ss01; -sub periodcentered.loclCAT.case by periodcentered.loclCAT.case.ss01; -sub quotesinglbase by quotesinglbase.ss01; -sub quotedblbase by quotedblbase.ss01; -sub quotedblleft by quotedblleft.ss01; -sub quotedblright by quotedblright.ss01; -sub quoteleft by quoteleft.ss01; -sub quoteright by quoteright.ss01; -sub dieresiscomb by dieresiscomb.ss01; -sub dotaccentcomb by dotaccentcomb.ss01; -sub dotbelowcomb by dotbelowcomb.ss01; -"; -labels = ( -{ -language = dflt; -value = "Square dots"; -} -); -tag = ss01; -}, -{ -automatic = 1; -code = "sub I by I.ss02; -sub IJ by IJ.ss02; -sub Iacute by Iacute.ss02; -sub Ibreve by Ibreve.ss02; -sub Icircumflex by Icircumflex.ss02; -sub Idieresis by Idieresis.ss02; -sub Idotaccent by Idotaccent.ss02; -sub Idotbelow by Idotbelow.ss02; -sub Igrave by Igrave.ss02; -sub Ihookabove by Ihookabove.ss02; -sub Imacron by Imacron.ss02; -sub Iogonek by Iogonek.ss02; -sub Itilde by Itilde.ss02; -"; -labels = ( -{ -language = dflt; -value = "Wider uppercase I"; -} -); -tag = ss02; -}, -{ -automatic = 1; -code = "sub l by l.ss03; -sub lacute by lacute.ss03; -sub lcaron by lcaron.ss03; -sub lcommaaccent by lcommaaccent.ss03; -sub ldot by ldot.ss03; -sub lslash by lslash.ss03; -sub ldot.ss01 by ldot.ss01.ss03; -"; -labels = ( -{ -language = dflt; -value = "Lowercase l with tail"; -} -); -tag = ss03; -}, -{ -automatic = 1; -code = "sub l by l.ss04; -sub lacute by lacute.ss04; -sub lcaron by lcaron.ss04; -sub lcommaaccent by lcommaaccent.ss04; -sub ldot by ldot.ss04; -sub lslash by lslash.ss04; -sub ldot.ss01 by ldot.ss01.ss04; -"; -labels = ( -{ -language = dflt; -value = "Lowercase l with top serif"; -} -); -tag = ss04; -}, -{ -automatic = 1; -code = "sub a by a.ss05; -sub aacute by aacute.ss05; -sub abreve by abreve.ss05; -sub abreveacute by abreveacute.ss05; -sub abrevedotbelow by abrevedotbelow.ss05; -sub abrevegrave by abrevegrave.ss05; -sub abrevehookabove by abrevehookabove.ss05; -sub abrevetilde by abrevetilde.ss05; -sub acircumflex by acircumflex.ss05; -sub acircumflexacute by acircumflexacute.ss05; -sub acircumflexdotbelow by acircumflexdotbelow.ss05; -sub acircumflexgrave by acircumflexgrave.ss05; -sub acircumflexhookabove by acircumflexhookabove.ss05; -sub acircumflextilde by acircumflextilde.ss05; -sub adieresis by adieresis.ss05; -sub adotbelow by adotbelow.ss05; -sub agrave by agrave.ss05; -sub ahookabove by ahookabove.ss05; -sub amacron by amacron.ss05; -sub aogonek by aogonek.ss05; -sub aring by aring.ss05; -sub atilde by atilde.ss05; -"; -labels = ( -{ -language = dflt; -value = "Double-storey a"; -} -); -tag = ss05; -}, -{ -automatic = 1; -code = "sub g by g.ss06; -sub gbreve by gbreve.ss06; -sub gcaron by gcaron.ss06; -sub gcircumflex by gcircumflex.ss06; -sub gcommaaccent by gcommaaccent.ss06; -sub gdotaccent by gdotaccent.ss06; -sub gdotaccent.ss01 by gdotaccent.ss01.ss06; -"; -labels = ( -{ -language = dflt; -value = "Double-storey g"; -} -); -tag = ss06; -}, -{ -automatic = 1; -code = "sub G by G.ss07; -sub Gbreve by Gbreve.ss07; -sub Gcaron by Gcaron.ss07; -sub Gcircumflex by Gcircumflex.ss07; -sub Gcommaaccent by Gcommaaccent.ss07; -sub Gdotaccent by Gdotaccent.ss07; -sub Gdotaccent.ss01 by Gdotaccent.ss01.ss07; -"; -labels = ( -{ -language = dflt; -value = "Square G"; -} -); -tag = ss07; -}, -{ -automatic = 1; -code = "sub zero.tf by zero.tf.ss08; -"; -labels = ( -{ -language = dflt; -value = "Tabular zero with straight bar"; -} -); -tag = ss08; -}, -{ -automatic = 1; -code = "sub Q by Q.ss09; -"; -labels = ( -{ -language = dflt; -value = "Q with diagonal arm"; -} -); -tag = ss09; -}, -{ -automatic = 1; -code = "sub J by J.ss10; -"; -labels = ( -{ -language = dflt; -value = "J with bowl"; -} -); -tag = ss10; -}, -{ -code = "#ifdef VARIABLE -condition opsz < 38; -sub a by a.ss05; -sub Q by Q.ss09; -sub J by J.ss10; -#endif -"; -tag = rlig; -}, -{ -code = "pos @All <14 0 14 0 (opsz:20) 9 0 9 0 (opsz:34) 4 0 4 0 (opsz:42) 17 0 17 0 (opsz:64) -2 0 -2 0 (opsz:100) 0 0 0 0>; -"; -tag = kern; -} -); -fontMaster = ( -{ -axesValues = ( -75, -200, -100, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 100; -}, -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 25; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = D; -}, -{ -name = paramArea; -value = 306; -}, -{ -name = paramDepth; -value = 14; -} -); -iconName = Light_Condensed; -id = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 516; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -} -); -name = "Display Condensed ExtraLight"; -stemValues = ( -30, -27, -29, -29 -); -userData = { -GSOffsetHorizontal = 13; -GSOffsetKeepCompatible = 1; -GSOffsetMakeStroke = 1; -GSOffsetPosition = 0.33; -GSOffsetProportional = 1; -GSOffsetVertical = 16; -HTLSManagerMasterRules = { -}; -KernOnIndependentPairs = ( -"A Z", -"P T", -"f o", -"g j", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"T u", -"T o", -"seven four", -"L Y", -"A V", -"parenleft n", -"T i", -"o v", -"fraction zero.dnom", -"F i", -"hyphen s", -"s hyphen", -"l l", -"l n", -"s l", -"f l", -"r n", -"f n", -"f f", -"v n", -"o n", -"n n", -"l period", -"l exclam", -"l question", -"l colon", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"H x", -"H s", -"H o", -"H n", -"one zero", -"one two", -"one three", -"one seven", -"one four", -"one one", -"L H", -"E H", -"H Z", -"H T", -"H V", -"H O", -"H H", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"parenleft T", -"equal equal", -"t t", -"z v", -"hyphen S", -"t v", -"v v", -"z z", -"lcaron l", -"T V", -"E T" -); -}; -}, -{ -axesValues = ( -75, -900, -100, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 100; -}, -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 160; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = D; -}, -{ -name = paramArea; -value = 141; -}, -{ -name = paramDepth; -value = 4; -} -); -iconName = Bold_Condensed; -id = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 541; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -} -); -name = "Display Condensed Black"; -stemValues = ( -156, -137, -177, -177 -); -userData = { -GSOffsetHorizontal = 82; -GSOffsetMakeStroke = 1; -GSOffsetPosition = 0.52; -GSOffsetVertical = 70; -KernOnIndependentPairs = ( -"bracketleft l", -"parenleft H", -"parenleft l", -"H s", -"l slash", -"f o", -"f n", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"L Y", -"parenleft n", -"seven four", -"T o", -"A V", -"T u", -"parenleft T", -"fraction zero.dnom", -"o v", -"T i", -"P T", -"hyphen s", -"l l", -"l n", -"f l", -"s l", -"r n", -"t v", -"z z", -"z v", -"v n", -"o n", -"n n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l hyphen", -"s hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"F i", -"H x", -"H o", -"H n", -"one zero", -"one seven", -"one one", -"one four", -"one two", -"one three", -"L H", -"E H", -"H T", -"H Z", -"H H", -"H O", -"H V", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior oneinferior", -"oneinferior twoinferior", -"one.dnom zero.dnom", -"one.dnom one.dnom", -"one.dnom two.dnom", -"one.numr fraction", -"period period", -"slash l", -"endash endash", -"equal equal", -"t t", -"f f", -"v v", -"E T", -"T V", -"A Z", -"hyphen S", -"g j", -"lcaron l" -); -}; -}, -{ -axesValues = ( -100, -200, -100, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 100; -}, -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 25; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = D; -}, -{ -name = paramArea; -value = 438; -}, -{ -name = paramDepth; -value = 14; -} -); -guides = ( -{ -pos = (293,976); -}, -{ -pos = (301,836); -} -); -iconName = Light; -id = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 517; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -} -); -name = "Display ExtraLight"; -stemValues = ( -36, -35, -36, -38 -); -userData = { -GSOffsetAutoStroke = 1; -GSOffsetHorizontal = 16; -GSOffsetKeepCompatible = 1; -GSOffsetMakeStroke = 1; -GSOffsetVertical = 17; -KernOnIndependentPairs = ( -"f n", -"H s", -"T u", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"T o", -"L Y", -"A V", -"seven four", -"parenleft n", -"fraction zero.dnom", -"T i", -"F i", -"f o", -"o v", -"P T", -"s hyphen", -"hyphen s", -"l l", -"l n", -"s l", -"f l", -"g j", -"f f", -"r n", -"v n", -"n n", -"o n", -"l period", -"l exclam", -"l colon", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"H x", -"H n", -"H o", -"one zero", -"one two", -"one seven", -"one three", -"one four", -"one one", -"L H", -"H T", -"E H", -"H Z", -"H V", -"H H", -"H O", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"hyphen S", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"parenleft T", -"equal equal", -"t t", -"z v", -"t v", -"z z", -"T V", -"E T", -"v v", -"lcaron l", -"A Z" -); -}; -}, -{ -axesValues = ( -100, -900, -100, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 100; -}, -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 160; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = D; -}, -{ -name = paramArea; -value = 290; -}, -{ -name = paramDepth; -value = 10; -} -); -iconName = Bold; -id = "DED42A87-C949-4722-A202-2B551272A3FB"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 544; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -} -); -name = "Display Black"; -stemValues = ( -172, -153, -191, -193 -); -userData = { -HTLSManagerMasterRules = { -}; -KernOnIndependentPairs = ( -"one percent", -"H question", -"l question", -"f n", -"v v", -"H V", -"parenleft l", -"l slash", -"H comma", -"H O", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"L Y", -"A V", -"T o", -"seven four", -"parenleft n", -"T u", -"fraction zero.dnom", -"o v", -"T i", -"l l", -"l n", -"s l", -"f l", -"f o", -"r n", -"z z", -"o n", -"v n", -"n n", -"l period", -"l colon", -"l exclam", -"l quoteright", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"F i", -"H s", -"H o", -"H n", -"H x", -"one zero", -"one seven", -"one four", -"one one", -"one two", -"one three", -"L H", -"H Z", -"E H", -"H T", -"P T", -"H H", -"H period", -"H colon", -"H exclam", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"hyphen s", -"endash endash", -"bracketleft l", -"parenleft H", -"parenleft T", -"equal equal", -"t v", -"z v", -"t t", -"s hyphen", -"A Z", -"E T", -"g j", -"hyphen S", -"f f", -"T V", -"lcaron l" -); -}; -}, -{ -axesValues = ( -125, -200, -100, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 100; -}, -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 25; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = D; -}, -{ -name = paramArea; -value = 338; -}, -{ -name = paramDepth; -value = 12; -} -); -iconName = Light_Extended; -id = "106FCE83-F343-403B-A314-646E4D059B3F"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 517; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -} -); -name = "Display Expanded ExtraLight"; -stemValues = ( -36, -35, -37, -38 -); -userData = { -GSOffsetAutoStroke = 1; -GSOffsetHorizontal = 17; -GSOffsetKeepCompatible = 1; -GSOffsetMakeStroke = 1; -GSOffsetVertical = 16; -KernOnIndependentPairs = ( -"f n", -"l slash", -"one zero", -"one two", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"A V", -"T o", -"L Y", -"T u", -"seven four", -"parenleft n", -"f o", -"o v", -"T i", -"P T", -"fraction zero.dnom", -"F i", -"l l", -"l n", -"s l", -"f l", -"r n", -"v n", -"n n", -"o n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"H s", -"H x", -"H n", -"H o", -"one seven", -"one three", -"one four", -"one one", -"L H", -"E H", -"H Z", -"H T", -"H H", -"H O", -"H V", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"hyphen s", -"hyphen S", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"parenleft T", -"equal equal", -"t t", -"z v", -"s hyphen", -"t v", -"E T", -"f f", -"z z", -"g j", -"T V", -"v v", -"A Z", -"lcaron l" -); -}; -}, -{ -axesValues = ( -125, -900, -100, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 100; -}, -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 160; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = D; -}, -{ -name = paramArea; -value = 230; -}, -{ -name = paramDepth; -value = 11; -} -); -guides = ( -{ -pos = (493,729); -}, -{ -pos = (467,988); -} -); -iconName = Bold_Extended; -id = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 544; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -} -); -name = "Display Expanded Black"; -stemValues = ( -178, -166, -221, -220 -); -userData = { -KernOnIndependentPairs = ( -"H o", -"f o", -"f l", -"o v", -"E H", -"one zero", -"H Z", -"one two", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"L Y", -"A V", -"T o", -"seven four", -"parenleft n", -"fraction zero.dnom", -"T u", -"l l", -"l n", -"s l", -"f n", -"r n", -"v n", -"n n", -"o n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"F i", -"H s", -"H n", -"H x", -"one seven", -"one one", -"one three", -"one four", -"L H", -"H T", -"H H", -"H O", -"H V", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"hyphen s", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"parenleft T", -"equal equal", -"t t", -"s hyphen", -"z v", -"T i", -"t v", -"z z", -"hyphen S", -"P T", -"g j", -"E T", -"f f", -"A Z", -"v v", -"T V", -"lcaron l" -); -}; -}, -{ -axesValues = ( -75, -200, -1, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 25; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 306; -}, -{ -name = paramDepth; -value = 14; -} -); -iconName = Light_Condensed; -id = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 516; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -} -); -name = "Condensed ExtraLight"; -stemValues = ( -30, -27, -29, -29 -); -userData = { -GSOffsetHorizontal = 13; -GSOffsetKeepCompatible = 1; -GSOffsetMakeStroke = 1; -GSOffsetPosition = 0.33; -GSOffsetProportional = 1; -GSOffsetVertical = 16; -HTLSManagerMasterRules = { -}; -KernOnIndependentPairs = ( -"l periodcentered.loclCAT" -); -KernOnModels = ( -"T u", -"T o", -"seven four", -"L Y", -"A V", -"parenleft n", -"T i", -"fraction zero.dnom", -"F i", -"hyphen s", -"s hyphen", -"l l", -"l n", -"s l", -"g j", -"f l", -"f o", -"f n", -"f f", -"r n", -"o v", -"v n", -"o n", -"n n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"H x", -"H s", -"H o", -"H n", -"one zero", -"one two", -"one three", -"one seven", -"one four", -"one one", -"L H", -"E H", -"H T", -"P T", -"H Z", -"H V", -"H O", -"H H", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"parenleft T", -"equal equal", -"t t", -"z v", -"hyphen S", -"t v", -"v v", -"z z", -"lcaron l", -"T V", -"E T", -"A Z" -); -}; -}, -{ -axesValues = ( -75, -900, -1, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 160; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 141; -}, -{ -name = paramDepth; -value = 4; -} -); -iconName = Bold_Condensed; -id = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 541; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -} -); -name = "Condensed Black"; -stemValues = ( -156, -137, -177, -177 -); -userData = { -GSOffsetHorizontal = 82; -GSOffsetMakeStroke = 1; -GSOffsetPosition = 0.52; -GSOffsetVertical = 70; -KernOnIndependentPairs = ( -"l slash", -"f n", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"L Y", -"parenleft n", -"seven four", -"T o", -"A V", -"T u", -"parenleft T", -"fraction zero.dnom", -"o v", -"T i", -"P T", -"f o", -"hyphen s", -"l l", -"l n", -"s l", -"f l", -"t v", -"r n", -"z z", -"z v", -"v n", -"o n", -"n n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l hyphen", -"s hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"F i", -"H s", -"H o", -"H n", -"H x", -"L H", -"one zero", -"one seven", -"one four", -"one one", -"one two", -"one three", -"E H", -"H T", -"H Z", -"H V", -"H O", -"H H", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"equal equal", -"t t", -"f f", -"v v", -"E T", -"T V", -"A Z", -"hyphen S", -"g j", -"lcaron l" -); -}; -}, -{ -axesValues = ( -100, -200, -1, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 25; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 438; -}, -{ -name = paramDepth; -value = 14; -} -); -guides = ( -{ -pos = (293,976); -}, -{ -pos = (301,836); -} -); -iconName = Light; -id = m019; -metricValues = ( -{ -pos = 759; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 517; -}, -{ -over = -10; -}, -{ -over = -10; -pos = -182; -}, -{ -} -); -name = ExtraLight; -stemValues = ( -36, -35, -36, -38 -); -userData = { -GSOffsetAutoStroke = 1; -GSOffsetHorizontal = 16; -GSOffsetKeepCompatible = 1; -GSOffsetMakeStroke = 1; -GSOffsetVertical = 17; -KernOnModels = ( -"T o", -"L Y", -"A V", -"T u", -"seven four", -"parenleft n", -"fraction zero.dnom", -"T i", -"F i", -"f o", -"o v", -"P T", -"l l", -"l n", -"s l", -"f l", -"f n", -"f f", -"r n", -"v n", -"n n", -"o n", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"H s", -"H x", -"H n", -"H o", -"one three", -"one seven", -"one one", -"L H", -"H Z", -"E H", -"H T", -"H V", -"H H", -"H O", -"H period", -"H comma", -"H exclam", -"one percent", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"hyphen S", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"parenleft T", -"equal equal", -"t t", -"z v", -"t v", -"z z", -"v v", -"quotedbl W", -"lcaron l", -"E T", -"A Z" -); -}; -}, -{ -axesValues = ( -100, -900, -1, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 160; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 290; -}, -{ -name = paramDepth; -value = 10; -} -); -iconName = Bold; -id = m020; -metricValues = ( -{ -pos = 759; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 544; -}, -{ -over = -10; -}, -{ -over = -10; -pos = -182; -}, -{ -} -); -name = Black; -stemValues = ( -172, -153, -191, -193 -); -userData = { -HTLSManagerMasterRules = { -}; -KernOnIndependentPairs = ( -"s hyphen" -); -KernOnModels = ( -"L Y", -"A V", -"T o", -"seven four", -"parenleft n", -"T u", -"fraction zero.dnom", -"o v", -"T i", -"l l", -"l n", -"s l", -"f l", -"f o", -"r n", -"z z", -"v n", -"o n", -"n n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"F i", -"H l", -"H s", -"H o", -"H x", -"I I", -"one zero", -"one seven", -"one three", -"one four", -"one one", -"L H", -"E H", -"H T", -"P T", -"H V", -"O G", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"hyphen s", -"endash endash", -"bracketleft l", -"parenleft H", -"parenleft T", -"equal equal", -"t v", -"z v", -"t t", -"E T", -"A Z", -"hyphen S", -"f f", -"T V", -"v v", -"quotedbl W", -"lcaron l" -); -}; -}, -{ -axesValues = ( -125, -200, -1, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 25; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 338; -}, -{ -name = paramDepth; -value = 12; -} -); -iconName = Light_Extended; -id = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 517; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -} -); -name = "Expanded ExtraLight"; -stemValues = ( -36, -35, -37, -38 -); -userData = { -GSOffsetAutoStroke = 1; -GSOffsetHorizontal = 17; -GSOffsetKeepCompatible = 1; -GSOffsetMakeStroke = 1; -GSOffsetVertical = 16; -KernOnIndependentPairs = ( -"f n", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"A V", -"T o", -"L Y", -"T u", -"seven four", -"parenleft n", -"f o", -"T i", -"o v", -"P T", -"fraction zero.dnom", -"F i", -"l l", -"l n", -"s l", -"f l", -"r n", -"v n", -"n n", -"o n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"H s", -"H x", -"H n", -"H o", -"one zero", -"one two", -"one three", -"one seven", -"one four", -"one one", -"L H", -"H T", -"E H", -"H Z", -"H H", -"H O", -"H V", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"hyphen s", -"hyphen S", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"parenleft T", -"equal equal", -"t t", -"z v", -"s hyphen", -"t v", -"E T", -"f f", -"z z", -"g j", -"T V", -"v v", -"A Z", -"lcaron l" -); -}; -}, -{ -axesValues = ( -125, -900, -1, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = Italic; -Location = 0; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 160; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 230; -}, -{ -name = paramDepth; -value = 11; -} -); -guides = ( -{ -pos = (493,729); -}, -{ -pos = (467,988); -} -); -iconName = Bold_Extended; -id = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 544; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -} -); -name = "Expanded Black"; -stemValues = ( -178, -166, -221, -220 -); -userData = { -KernOnIndependentPairs = ( -"f n", -"one zero", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"L Y", -"A V", -"T o", -"seven four", -"parenleft n", -"fraction zero.dnom", -"o v", -"T u", -"l l", -"l n", -"s l", -"f l", -"r n", -"v n", -"o n", -"n n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"F i", -"H s", -"H o", -"H x", -"H n", -"one seven", -"one two", -"one three", -"one one", -"one four", -"L H", -"H T", -"H Z", -"E H", -"H H", -"H O", -"H V", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"hyphen s", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"parenleft T", -"equal equal", -"t t", -"s hyphen", -"z v", -"T i", -"f o", -"t v", -"z z", -"hyphen S", -"P T", -"g j", -"E T", -"f f", -"A Z", -"v v", -"T V", -"lcaron l" -); -}; -}, -{ -axesValues = ( -75, -200, -1, -1 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = Italic; -Location = 1; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 25; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 306; -}, -{ -name = paramDepth; -value = 14; -} -); -guides = ( -{ -pos = (126,-200); -}, -{ -pos = (217,746); -}, -{ -pos = (225,846); -}, -{ -pos = (149,882); -}, -{ -pos = (134,100); -} -); -iconName = Light_Condensed; -id = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 516; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -pos = 11.7; -} -); -name = "Condensed ExtraLight Italic"; -stemValues = ( -30, -27, -29, -29 -); -userData = { -GSOffsetHorizontal = 16; -GSOffsetMakeStroke = 1; -GSOffsetVertical = 14; -HTLSManagerLinkedMaster = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -KernOnIndependentPairs = ( -"one zero", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"T u", -"T o", -"parenleft n", -"L Y", -"A V", -"seven four", -"s hyphen", -"P T", -"o v", -"T i", -"l l", -"s l", -"f l", -"g j", -"f o", -"f n", -"r n", -"v n", -"o n", -"n n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H l", -"F i", -"H x", -"H s", -"H o", -"H n", -"one two", -"one three", -"one seven", -"one four", -"one one", -"L H", -"E H", -"H T", -"H Z", -"H V", -"H O", -"H H", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"fraction zero.dnom", -"period period", -"slash l", -"hyphen s", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"equal equal", -"parenleft T", -"f f", -"t t", -"z v", -"hyphen S", -"t v", -"v v", -"z z", -"E T", -"lcaron l", -"T V", -"A Z" -); -}; -}, -{ -axesValues = ( -75, -900, -1, -1 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = Italic; -Location = 1; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 160; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 141; -}, -{ -name = paramDepth; -value = 4; -} -); -iconName = Bold_Condensed; -id = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 541; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -pos = 11.7; -} -); -name = "Condensed Black Italic"; -stemValues = ( -156, -137, -177, -177 -); -userData = { -GSOffsetAutoStroke = 1; -GSOffsetHorizontal = 2; -GSOffsetKeepCompatible = 1; -GSOffsetMakeStroke = 1; -GSOffsetProportional = 1; -GSOffsetVertical = 10; -KernOnIndependentPairs = ( -"f n", -"one one", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"L Y", -"A V", -"parenleft n", -"seven four", -"T o", -"parenleft T", -"T u", -"o v", -"P T", -"fraction zero.dnom", -"T i", -"s hyphen", -"hyphen s", -"l l", -"s l", -"f l", -"f o", -"r n", -"z z", -"z v", -"v n", -"o n", -"n n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"F i", -"H s", -"H o", -"H x", -"H n", -"L H", -"one seven", -"one zero", -"one four", -"one two", -"one three", -"E H", -"H T", -"H Z", -"H O", -"H H", -"H V", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"equal equal", -"t t", -"t v", -"f f", -"v v", -"T V", -"A Z", -"E T", -"hyphen S", -"g j", -"lcaron l" -); -}; -}, -{ -axesValues = ( -100, -200, -1, -1 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = Italic; -Location = 1; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 25; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 438; -}, -{ -name = paramDepth; -value = 14; -} -); -guides = ( -{ -pos = (285,793); -} -); -iconName = Light; -id = "095FE76F-1953-440B-9108-AA0678D151F9"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 517; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -pos = 11.7; -} -); -name = "ExtraLight Italic"; -stemValues = ( -36, -35, -36, -35 -); -userData = { -GSOffsetHorizontal = 20; -GSOffsetKeepCompatible = 1; -GSOffsetMakeStroke = 1; -GSOffsetVertical = 18; -KernOnIndependentPairs = ( -"H hyphen", -"f n", -"H O", -"oneinferior zeroinferior", -"one.dnom zero.dnom", -"l hyphen", -"H o" -); -KernOnModels = ( -"A V", -"T o", -"L Y", -"T u", -"seven four", -"parenleft n", -"P T", -"T i", -"o v", -"F i", -"equal equal", -"s hyphen", -"f o", -"fraction zero.dnom", -"l l", -"s l", -"f l", -"t t", -"r n", -"z z", -"v n", -"n n", -"o n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l endash", -"l underscore", -"l at", -"H s", -"H x", -"H n", -"one zero", -"one three", -"one seven", -"one two", -"one four", -"one one", -"L H", -"H T", -"E H", -"H Z", -"H V", -"H H", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H endash", -"H ampersand", -"one equal", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"hyphen s", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"g j", -"E T", -"hyphen S", -"z v", -"parenleft T", -"l periodcentered.loclCAT", -"t v", -"f f", -"T V", -"v v", -"lcaron l", -"A Z" -); -}; -}, -{ -axesValues = ( -100, -900, -1, -1 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = Italic; -Location = 1; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 160; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 290; -}, -{ -name = paramDepth; -value = 10; -} -); -guides = ( -{ -angle = 78.1644; -pos = (-175,729); -}, -{ -pos = (369,793); -} -); -iconName = Bold; -id = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 544; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -pos = 11.7; -} -); -name = "Black Italic"; -stemValues = ( -172, -153, -191, -193 -); -userData = { -KernOnIndependentPairs = ( -"l n", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"L Y", -"A V", -"T o", -"parenleft n", -"seven four", -"o v", -"T u", -"T i", -"P T", -"fraction zero.dnom", -"l l", -"s l", -"f l", -"f o", -"r n", -"t v", -"z z", -"v n", -"o n", -"n n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"s hyphen", -"l endash", -"l underscore", -"l at", -"F i", -"H s", -"H o", -"H n", -"H x", -"one zero", -"one seven", -"one two", -"one three", -"one one", -"one four", -"L H", -"E H", -"H Z", -"H T", -"H V", -"H H", -"H O", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"period period", -"slash l", -"hyphen s", -"endash endash", -"parenleft l", -"bracketleft l", -"parenleft H", -"parenleft T", -"equal equal", -"z v", -"t t", -"E T", -"A Z", -"hyphen S", -"g j", -"T V", -"f f", -"v v", -"lcaron l" -); -}; -}, -{ -axesValues = ( -125, -200, -1, -1 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = Italic; -Location = 1; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 25; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 338; -}, -{ -name = paramDepth; -value = 12; -} -); -iconName = Light_Extended; -id = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 517; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -pos = 11.7; -} -); -name = "Expanded ExtraLight Italic"; -stemValues = ( -38, -35, -37, -38 -); -userData = { -GSOffsetHorizontal = 17; -GSOffsetKeepCompatible = 1; -GSOffsetMakeStroke = 1; -GSOffsetVertical = 15; -KernOnIndependentPairs = ( -"f n", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"A V", -"L Y", -"T o", -"T u", -"seven four", -"parenleft n", -"o v", -"P T", -"T i", -"F i", -"bracketleft l", -"f o", -"s hyphen", -"l l", -"s l", -"f l", -"r n", -"v n", -"n n", -"o n", -"l period", -"l colon", -"l exclam", -"l question", -"l quoteright", -"l slash", -"l hyphen", -"l endash", -"l underscore", -"l at", -"H s", -"H x", -"H n", -"H o", -"one zero", -"one seven", -"one three", -"one two", -"one four", -"one one", -"L H", -"H T", -"E H", -"H Z", -"H H", -"H O", -"H V", -"H period", -"H comma", -"H colon", -"H exclam", -"one percent", -"H question", -"H slash", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"fraction zero.dnom", -"period period", -"slash l", -"hyphen s", -"endash endash", -"parenleft l", -"parenleft H", -"parenleft T", -"equal equal", -"E T", -"hyphen S", -"t t", -"t v", -"z v", -"z z", -"T V", -"f f", -"g j", -"v v", -"A Z", -"lcaron l" -); -}; -}, -{ -axesValues = ( -125, -900, -1, -1 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = "Optical size"; -Location = 0; -}, -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = Italic; -Location = 1; -} -); -}, -{ -name = hheaAscender; -value = 1090; -}, -{ -name = hheaDescender; -value = -320; -}, -{ -name = hheaLineGap; -value = 0; -}, -{ -name = typoAscender; -value = 1090; -}, -{ -name = typoDescender; -value = -320; -}, -{ -name = typoLineGap; -value = 0; -}, -{ -name = winAscent; -value = 1090; -}, -{ -name = winDescent; -value = 320; -}, -{ -name = underlinePosition; -value = -140; -}, -{ -name = underlineThickness; -value = 160; -}, -{ -name = strikeoutPosition; -value = 280; -}, -{ -name = strikeoutSize; -value = 70; -}, -{ -name = "Master Icon Glyph Name"; -value = n; -}, -{ -name = paramArea; -value = 230; -}, -{ -name = paramDepth; -value = 11; -} -); -guides = ( -{ -pos = (295,793); -} -); -iconName = Bold_Extended; -id = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -metricValues = ( -{ -pos = 729; -}, -{ -over = 10; -pos = 729; -}, -{ -over = 10; -pos = 544; -}, -{ -over = -10; -}, -{ -pos = -167; -}, -{ -pos = 11.7; -} -); -name = "Expanded Black Italic"; -stemValues = ( -178, -166, -221, -220 -); -userData = { -KernOnIndependentPairs = ( -"one zero", -"l periodcentered.loclCAT" -); -KernOnModels = ( -"L Y", -"A V", -"seven four", -"parenleft n", -"T o", -"o v", -"l quoteright", -"fraction zero.dnom", -"T u", -"parenleft l", -"parenleft H", -"l l", -"s l", -"f n", -"v n", -"o n", -"n n", -"s hyphen", -"l at", -"H s", -"H o", -"H x", -"H n", -"one seven", -"one two", -"one one", -"one four", -"one three", -"L H", -"H T", -"P T", -"H Z", -"E H", -"H H", -"H O", -"H V", -"H exclam", -"one percent", -"H hyphen", -"H endash", -"H ampersand", -"one equal", -"oneinferior zeroinferior", -"oneinferior twoinferior", -"oneinferior oneinferior", -"one.dnom zero.dnom", -"one.dnom two.dnom", -"one.dnom one.dnom", -"one.numr fraction", -"endash endash", -"parenleft T", -"equal equal", -"f l", -"r n", -"l exclam", -"l hyphen", -"l endash", -"l underscore", -"F i", -"H period", -"H colon", -"period period", -"bracketleft l", -"l period", -"l colon", -"l question", -"H question", -"l slash", -"H slash", -"hyphen s", -"t t", -"z v", -"H comma", -"f o", -"z z", -"T i", -"hyphen S", -"t v", -"g j", -"E T", -"f f", -"A Z", -"slash l", -"v v", -"T V", -"lcaron l" -); -}; -} -); -instances = ( -{ -customParameters = ( -{ -name = fileName; -value = "MonaSansVF[wdth,wght,opsz,ital]"; -}, -{ -name = "Variable Font Origin"; -value = m019; -}, -{ -name = "Italic Style Linking"; -value = 1; -} -); -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans VF"; -} -); -}, -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans VF"; -} -); -} -); -type = variable; -}, -{ -customParameters = ( -{ -name = fileName; -value = "MonaSansVF[wdth,wght,opsz]"; -}, -{ -name = "Variable Font Origin"; -value = m019; -}, -{ -name = "Italic Style Linking"; -value = 1; -}, -{ -name = "Disable Masters"; -value = ( -"Condensed ExtraLight Italic", -"Condensed Black Italic", -"ExtraLight Italic", -"Black Italic", -"Expanded ExtraLight Italic", -"Expanded Black Italic" -); -} -); -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans VF"; -} -); -}, -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans VF"; -} -); -} -); -type = variable; -}, -{ -customParameters = ( -{ -name = fileName; -value = "MonaSansVF[wght,opsz]"; -}, -{ -name = "Variable Font Origin"; -value = m019; -}, -{ -name = "Italic Style Linking"; -value = 1; -}, -{ -name = "Disable Masters"; -value = ( -"Condensed ExtraLight Italic", -"Condensed Black Italic", -"ExtraLight Italic", -"Black Italic", -"Expanded ExtraLight Italic", -"Expanded Black Italic", -"Condensed ExtraLight", -"Condensed Black", -"Expanded ExtraLight", -"Expanded Black", -"Display Condensed ExtraLight", -"Display Condensed Black", -"Display Expanded ExtraLight", -"Display Expanded Black" -); -} -); -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans VF"; -} -); -}, -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans VF"; -} -); -} -); -type = variable; -}, -{ -customParameters = ( -{ -name = fileName; -value = "MonaSansVF[wght,opsz,ital]"; -}, -{ -name = "Variable Font Origin"; -value = m019; -}, -{ -name = "Italic Style Linking"; -value = 1; -}, -{ -name = "Disable Masters"; -value = ( -"Condensed ExtraLight Italic", -"Condensed Black Italic", -"Expanded ExtraLight Italic", -"Expanded Black Italic", -"Condensed ExtraLight", -"Condensed Black", -"Expanded ExtraLight", -"Expanded Black", -"Display Condensed ExtraLight", -"Display Condensed Black", -"Display Expanded ExtraLight", -"Display Expanded Black" -); -} -); -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans VF"; -} -); -}, -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans VF"; -} -); -} -); -type = variable; -}, -{ -axesValues = ( -75, -200, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.20202; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.79798; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Condensed ExtraLight"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Condensed"; -}, -{ -key = WWSSubfamilyName; -value = ExtraLight; -} -); -weightClass = 200; -widthClass = 3; -}, -{ -axesValues = ( -75, -329, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.16479; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.65092; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.03723; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.14706; -}; -name = Light; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Condensed Light"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Condensed"; -}, -{ -key = WWSSubfamilyName; -value = Light; -} -); -weightClass = 300; -widthClass = 3; -}, -{ -axesValues = ( -75, -438, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.13333; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.52667; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.06869; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.27131; -}; -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Condensed"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Condensed"; -}, -{ -key = WWSSubfamilyName; -value = Regular; -} -); -widthClass = 3; -}, -{ -axesValues = ( -75, -534, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.10563; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.41723; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.09639; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.38075; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Condensed Medium"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Condensed"; -}, -{ -key = WWSSubfamilyName; -value = Medium; -} -); -weightClass = 500; -widthClass = 3; -}, -{ -axesValues = ( -75, -600, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.08658; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.34199; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.11544; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.45599; -}; -name = SemiBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Condensed SemiBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Condensed"; -}, -{ -key = WWSSubfamilyName; -value = SemiBold; -} -); -weightClass = 600; -widthClass = 3; -}, -{ -axesValues = ( -75, -665, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.06782; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.26789; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.1342; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.53009; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Condensed Bold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Condensed"; -}, -{ -key = WWSSubfamilyName; -value = Bold; -} -); -weightClass = 700; -widthClass = 3; -}, -{ -axesValues = ( -75, -780, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.03463; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.1368; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.16739; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.66118; -}; -name = ExtraBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Condensed ExtraBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Condensed"; -}, -{ -key = WWSSubfamilyName; -value = ExtraBold; -} -); -weightClass = 800; -widthClass = 3; -}, -{ -axesValues = ( -75, -900, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.20202; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.79798; -}; -name = Black; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Condensed Black"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Condensed"; -}, -{ -key = WWSSubfamilyName; -value = Black; -} -); -weightClass = 900; -widthClass = 3; -}, -{ -axesValues = ( -87.5, -200, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.10101; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.39899; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.39899; -m019 = 0.10101; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiCondensed ExtraLight"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiCondensed"; -}, -{ -key = WWSSubfamilyName; -value = ExtraLight; -} -); -weightClass = 200; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -329, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.0824; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.32546; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.32546; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.07353; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.01861; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.07353; -m019 = 0.0824; -m020 = 0.01861; -}; -name = Light; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiCondensed Light"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiCondensed"; -}, -{ -key = WWSSubfamilyName; -value = Light; -} -); -weightClass = 300; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -438, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.06667; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.26333; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.26333; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.13566; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.03434; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.13566; -m019 = 0.06667; -m020 = 0.03434; -}; -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiCondensed"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiCondensed"; -}, -{ -key = WWSSubfamilyName; -value = Regular; -} -); -widthClass = 4; -}, -{ -axesValues = ( -87.5, -534, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.05281; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.20861; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.20861; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.19038; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.0482; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.19038; -m019 = 0.05281; -m020 = 0.0482; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiCondensed Medium"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiCondensed"; -}, -{ -key = WWSSubfamilyName; -value = Medium; -} -); -weightClass = 500; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -600, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.04329; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.171; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.171; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.22799; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.05772; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.22799; -m019 = 0.04329; -m020 = 0.05772; -}; -name = SemiBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiCondensed SemiBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiCondensed"; -}, -{ -key = WWSSubfamilyName; -value = SemiBold; -} -); -weightClass = 600; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -665, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.03391; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.13395; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.13395; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.26504; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.0671; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.26504; -m019 = 0.03391; -m020 = 0.0671; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiCondensed Bold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display"; -}, -{ -key = WWSSubfamilyName; -value = "Bold SemiCondensed SemiCondensed"; -} -); -weightClass = 700; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -780, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.01732; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.0684; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.0684; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.33059; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.08369; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.33059; -m019 = 0.01732; -m020 = 0.08369; -}; -name = ExtraBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiCondensed ExtraBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiCondensed"; -}, -{ -key = WWSSubfamilyName; -value = ExtraBold; -} -); -weightClass = 800; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -900, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.39899; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.10101; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.39899; -m020 = 0.10101; -}; -name = Black; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiCondensed Black"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiCondensed"; -}, -{ -key = WWSSubfamilyName; -value = Black; -} -); -weightClass = 900; -widthClass = 4; -}, -{ -axesValues = ( -100, -200, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.79798; -m019 = 0.20202; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display ExtraLight"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display"; -}, -{ -key = WWSSubfamilyName; -value = ExtraLight; -} -); -weightClass = 200; -}, -{ -axesValues = ( -100, -329, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.65092; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.14706; -m019 = 0.16479; -m020 = 0.03723; -}; -name = Light; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Light"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display"; -}, -{ -key = WWSSubfamilyName; -value = Light; -} -); -weightClass = 300; -}, -{ -axesValues = ( -100, -438, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.52667; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.27131; -m019 = 0.13333; -m020 = 0.06869; -}; -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = Display; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display"; -}, -{ -key = WWSSubfamilyName; -value = Regular; -} -); -}, -{ -axesValues = ( -100, -534, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.41723; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.38075; -m019 = 0.10563; -m020 = 0.09639; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Medium"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display"; -}, -{ -key = WWSSubfamilyName; -value = Medium; -} -); -weightClass = 500; -}, -{ -axesValues = ( -100, -600, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.34199; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.45599; -m019 = 0.08658; -m020 = 0.11544; -}; -name = SemiBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display"; -}, -{ -key = WWSSubfamilyName; -value = SemiBold; -} -); -weightClass = 600; -}, -{ -axesValues = ( -100, -665, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.26789; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.53009; -m019 = 0.06782; -m020 = 0.1342; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Bold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display"; -}, -{ -key = WWSSubfamilyName; -value = Bold; -} -); -weightClass = 700; -}, -{ -axesValues = ( -100, -780, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.1368; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.66118; -m019 = 0.03463; -m020 = 0.16739; -}; -name = ExtraBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display ExtraBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display"; -}, -{ -key = WWSSubfamilyName; -value = ExtraBold; -} -); -weightClass = 800; -}, -{ -axesValues = ( -100, -900, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.79798; -m020 = 0.20202; -}; -name = Black; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Black"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display"; -}, -{ -key = WWSSubfamilyName; -value = Black; -} -); -weightClass = 900; -}, -{ -axesValues = ( -112.5, -200, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.39899; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.10101; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.39899; -m019 = 0.10101; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiExpanded ExtraLight"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiExpanded"; -}, -{ -key = WWSSubfamilyName; -value = ExtraLight; -} -); -weightClass = 200; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -329, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.32546; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.0824; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.07353; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.32546; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.01861; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.07353; -m019 = 0.0824; -m020 = 0.01861; -}; -name = Light; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiExpanded Light"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiExpanded"; -}, -{ -key = WWSSubfamilyName; -value = Light; -} -); -weightClass = 300; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -438, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.26333; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.06667; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.13566; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.26333; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.03434; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.13566; -m019 = 0.06667; -m020 = 0.03434; -}; -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiExpanded"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiExpanded"; -}, -{ -key = WWSSubfamilyName; -value = Regular; -} -); -widthClass = 6; -}, -{ -axesValues = ( -112.5, -534, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.20861; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.05281; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.19038; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.20861; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.0482; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.19038; -m019 = 0.05281; -m020 = 0.0482; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiExpanded Medium"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiExpanded"; -}, -{ -key = WWSSubfamilyName; -value = Medium; -} -); -weightClass = 500; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -600, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.171; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.04329; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.22799; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.171; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.05772; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.22799; -m019 = 0.04329; -m020 = 0.05772; -}; -name = SemiBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiExpanded SemiBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiExpanded"; -}, -{ -key = WWSSubfamilyName; -value = SemiBold; -} -); -weightClass = 600; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -665, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.13395; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.03391; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.26504; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.13395; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.0671; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.26504; -m019 = 0.03391; -m020 = 0.0671; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiExpanded Bold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiExpanded"; -}, -{ -key = WWSSubfamilyName; -value = Bold; -} -); -weightClass = 700; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -780, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.0684; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.01732; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.33059; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.0684; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.08369; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.33059; -m019 = 0.01732; -m020 = 0.08369; -}; -name = ExtraBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiExpanded ExtraBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiExpanded"; -}, -{ -key = WWSSubfamilyName; -value = ExtraBold; -} -); -weightClass = 800; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -900, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.39899; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.10101; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.39899; -m020 = 0.10101; -}; -name = Black; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display SemiExpanded Black"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display SemiExpanded"; -}, -{ -key = WWSSubfamilyName; -value = Black; -} -); -weightClass = 900; -widthClass = 6; -}, -{ -axesValues = ( -125, -200, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.79798; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.20202; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Expanded ExtraLight"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Expanded"; -}, -{ -key = WWSSubfamilyName; -value = ExtraLight; -} -); -weightClass = 200; -widthClass = 7; -}, -{ -axesValues = ( -125, -329, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.65092; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.16479; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.14706; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.03723; -}; -name = Light; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Expanded Light"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Expanded"; -}, -{ -key = WWSSubfamilyName; -value = Light; -} -); -weightClass = 300; -widthClass = 7; -}, -{ -axesValues = ( -125, -438, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.52667; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.13333; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.27131; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.06869; -}; -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Expanded"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Expanded"; -}, -{ -key = WWSSubfamilyName; -value = Regular; -} -); -widthClass = 7; -}, -{ -axesValues = ( -125, -534, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.41723; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.10563; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.38075; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.09639; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Expanded Medium"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Expanded"; -}, -{ -key = WWSSubfamilyName; -value = Medium; -} -); -weightClass = 500; -widthClass = 7; -}, -{ -axesValues = ( -125, -600, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.34199; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.08658; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.45599; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.11544; -}; -name = SemiBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Expanded SemiBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Expanded"; -}, -{ -key = WWSSubfamilyName; -value = "SemiBold Expanded"; -} -); -weightClass = 600; -widthClass = 7; -}, -{ -axesValues = ( -125, -665, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.26789; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.06782; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.53009; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.1342; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Expanded Bold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Expanded"; -}, -{ -key = WWSSubfamilyName; -value = Bold; -} -); -weightClass = 700; -widthClass = 7; -}, -{ -axesValues = ( -125, -780, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.1368; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.03463; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.66118; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.16739; -}; -name = ExtraBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Expanded ExtraBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Expanded"; -}, -{ -key = WWSSubfamilyName; -value = ExtraBold; -} -); -weightClass = 800; -widthClass = 7; -}, -{ -axesValues = ( -125, -900, -80, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 72; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.79798; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.20202; -}; -name = Black; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Display Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Display Expanded Black"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Display Expanded"; -}, -{ -key = WWSSubfamilyName; -value = Black; -} -); -weightClass = 900; -widthClass = 7; -}, -{ -axesValues = ( -75, -200, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.56566; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.43434; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed ExtraLight"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 200; -widthClass = 3; -}, -{ -axesValues = ( -75, -329, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.46141; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.3543; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.10424; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.08004; -}; -name = Light; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed Light"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 300; -widthClass = 3; -}, -{ -axesValues = ( -75, -438, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.37333; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.28667; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.19232; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.14768; -}; -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = Condensed; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -}, -{ -key = WWSSubfamilyName; -value = Regular; -} -); -widthClass = 3; -}, -{ -axesValues = ( -75, -534, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.29576; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.2271; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.2699; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.20724; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed Medium"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 500; -widthClass = 3; -}, -{ -axesValues = ( -75, -600, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.24242; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.18615; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.32323; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.2482; -}; -name = SemiBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed SemiBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 600; -widthClass = 3; -}, -{ -axesValues = ( -75, -665, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.1899; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.14582; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.37576; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.28853; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed Bold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 700; -widthClass = 3; -}, -{ -axesValues = ( -75, -780, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.09697; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.07446; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.46869; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.35988; -}; -name = ExtraBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed ExtraBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 800; -widthClass = 3; -}, -{ -axesValues = ( -75, -900, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.56566; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.43434; -}; -name = Black; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed Black"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 900; -widthClass = 3; -}, -{ -axesValues = ( -87.5, -200, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.28283; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.21717; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.21717; -m019 = 0.28283; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed ExtraLight"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 200; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -329, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.23071; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.17715; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.17715; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.04002; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.05212; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.04002; -m019 = 0.23071; -m020 = 0.05212; -}; -name = Light; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed Light"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 300; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -438, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.18667; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.14333; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.14333; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.07384; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.09616; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.07384; -m019 = 0.18667; -m020 = 0.09616; -}; -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = SemiCondensed; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -}, -{ -key = WWSSubfamilyName; -value = Regular; -} -); -widthClass = 4; -}, -{ -axesValues = ( -87.5, -534, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.14788; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.11355; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.11355; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.10362; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.13495; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.10362; -m019 = 0.14788; -m020 = 0.13495; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed Medium"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 500; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -600, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.12121; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.09307; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.09307; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.1241; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.16162; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.1241; -m019 = 0.12121; -m020 = 0.16162; -}; -name = SemiBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed SemiBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 600; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -665, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.09495; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.07291; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.07291; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.14426; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.18788; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.14426; -m019 = 0.09495; -m020 = 0.18788; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed Bold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 700; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -780, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.04848; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.03723; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.03723; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.17994; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.23434; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.17994; -m019 = 0.04848; -m020 = 0.23434; -}; -name = ExtraBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed ExtraBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 800; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -900, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.21717; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = 0.28283; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.21717; -m020 = 0.28283; -}; -name = Black; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed Black"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 900; -widthClass = 4; -}, -{ -axesValues = ( -100, -200, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.43434; -m019 = 0.56566; -}; -name = ExtraLight; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = ExtraLight; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 200; -}, -{ -axesValues = ( -100, -329, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.3543; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.08004; -m019 = 0.46141; -m020 = 0.10424; -}; -name = Light; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = Light; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 300; -}, -{ -axesValues = ( -100, -438, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.28667; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.14768; -m019 = 0.37333; -m020 = 0.19232; -}; -name = Regular; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = Regular; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -}, -{ -key = WWSSubfamilyName; -value = Regular; -} -); -}, -{ -axesValues = ( -100, -534, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.2271; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.20724; -m019 = 0.29576; -m020 = 0.2699; -}; -name = Medium; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = Medium; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 500; -}, -{ -axesValues = ( -100, -600, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.18615; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.2482; -m019 = 0.24242; -m020 = 0.32323; -}; -name = SemiBold; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = SemiBold; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 600; -}, -{ -axesValues = ( -100, -665, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.14582; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.28853; -m019 = 0.1899; -m020 = 0.37576; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = Bold; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 700; -}, -{ -axesValues = ( -100, -780, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.07446; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.35988; -m019 = 0.09697; -m020 = 0.46869; -}; -name = ExtraBold; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = ExtraBold; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 800; -}, -{ -axesValues = ( -100, -900, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.43434; -m020 = 0.56566; -}; -name = Black; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = Black; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 900; -}, -{ -axesValues = ( -112.5, -200, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.21717; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.28283; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.21717; -m019 = 0.28283; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded ExtraLight"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 200; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -329, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.17715; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.23071; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.04002; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.17715; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.05212; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.04002; -m019 = 0.23071; -m020 = 0.05212; -}; -name = Light; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Light"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 300; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -438, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.14333; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.18667; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.07384; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.14333; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.09616; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.07384; -m019 = 0.18667; -m020 = 0.09616; -}; -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = SemiExpanded; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -}, -{ -key = WWSSubfamilyName; -value = Regular; -} -); -widthClass = 6; -}, -{ -axesValues = ( -112.5, -534, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.11355; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.14788; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.10362; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.11355; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.13495; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.10362; -m019 = 0.14788; -m020 = 0.13495; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Medium"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 500; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -600, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.09307; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.12121; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.1241; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.09307; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.16162; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.1241; -m019 = 0.12121; -m020 = 0.16162; -}; -name = SemiBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded SemiBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 600; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -665, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.07291; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.09495; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.14426; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.07291; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.18788; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.14426; -m019 = 0.09495; -m020 = 0.18788; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Bold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 700; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -780, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.03723; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.04848; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.17994; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.03723; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.23434; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.17994; -m019 = 0.04848; -m020 = 0.23434; -}; -name = ExtraBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded ExtraBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 800; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -900, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.21717; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.28283; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.21717; -m020 = 0.28283; -}; -name = Black; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Black"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 900; -widthClass = 6; -}, -{ -axesValues = ( -125, -200, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.43434; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.56566; -}; -name = ExtraLight; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded ExtraLight"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 200; -widthClass = 7; -}, -{ -axesValues = ( -125, -329, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.3543; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.46141; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.08004; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.10424; -}; -name = Light; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded Light"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 300; -widthClass = 7; -}, -{ -axesValues = ( -125, -438, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.28667; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.37333; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.14768; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.19232; -}; -name = Regular; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = Expanded; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -}, -{ -key = WWSSubfamilyName; -value = Regular; -} -); -widthClass = 7; -}, -{ -axesValues = ( -125, -534, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.2271; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.29576; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.20724; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.2699; -}; -name = Medium; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded Medium"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 500; -widthClass = 7; -}, -{ -axesValues = ( -125, -600, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.18615; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.24242; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.2482; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.32323; -}; -name = SemiBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded SemiBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 600; -widthClass = 7; -}, -{ -axesValues = ( -125, -665, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.14582; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.1899; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.28853; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.37576; -}; -isBold = 1; -name = Bold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded Bold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 700; -widthClass = 7; -}, -{ -axesValues = ( -125, -780, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.07446; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.09697; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.35988; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.46869; -}; -name = ExtraBold; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded ExtraBold"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 800; -widthClass = 7; -}, -{ -axesValues = ( -125, -900, -44, -0 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 0; -} -); -} -); -instanceInterpolations = { -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.43434; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = 0.56566; -}; -name = Black; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded Black"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 900; -widthClass = 7; -}, -{ -axesValues = ( -75, -200, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 1; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.43434; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.43434; -}; -isItalic = 1; -linkStyle = ExtraLight; -name = "ExtraLight Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed ExtraLight Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 200; -widthClass = 3; -}, -{ -axesValues = ( -75, -329, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = -0.1086; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 1.00675; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = -0.00675; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.03399; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.1086; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = -0.04844; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.40035; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.48279; -}; -isItalic = 1; -linkStyle = Light; -name = "Light Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed Light Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 300; -widthClass = 3; -}, -{ -axesValues = ( -75, -438, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = -0.14791; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.95449; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.04551; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.07933; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.14791; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = -0.06726; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.35501; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.5016; -}; -isItalic = 1; -name = Italic; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -widthClass = 3; -}, -{ -axesValues = ( -75, -534, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = -0.24901; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.91363; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.08637; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.03752; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.24901; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = -0.10424; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.39683; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.53859; -}; -isItalic = 1; -linkStyle = Medium; -name = "Medium Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed Medium Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 500; -widthClass = 3; -}, -{ -axesValues = ( -75, -600, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = -0.08127; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.68866; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.31134; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.11427; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.08127; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = -0.06454; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.32007; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.49889; -}; -isItalic = 1; -linkStyle = SemiBold; -name = "SemiBold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed SemiBold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 600; -widthClass = 3; -}, -{ -axesValues = ( -75, -665, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.02443; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.16786; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.83214; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = 0.00781; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = -0.02443; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.13562; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.44216; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.29873; -}; -isBold = 1; -isItalic = 1; -name = "Bold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed Bold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 700; -widthClass = 3; -}, -{ -axesValues = ( -75, -780, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.08571; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.91429; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.08571; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.43434; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.34863; -}; -isItalic = 1; -linkStyle = ExtraBold; -name = "ExtraBold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed ExtraBold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 800; -widthClass = 3; -}, -{ -axesValues = ( -75, -900, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 75; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 1; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.43434; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.43434; -}; -isItalic = 1; -linkStyle = Black; -name = "Black Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Condensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Condensed Black Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Condensed"; -} -); -weightClass = 900; -widthClass = 3; -}, -{ -axesValues = ( -87.5, -200, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.19807; -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.13884; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.7186; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = -0.04524; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.22041; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.11675; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.17875; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.08333; -m019 = -0.16869; -}; -name = "ExtraLight Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed ExtraLight Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 200; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -329, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.09082; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.65112; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.03821; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.08173; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.05235; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.04742; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.03543; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.09069; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.01692; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.38199; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.38199; -}; -name = "Light Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed Light Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 300; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -438, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.24103; -"106FCE83-F343-403B-A314-646E4D059B3F" = -0.01259; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.37514; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = -0.00604; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.18528; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.06811; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.11829; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = -0.0014; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.091; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.14357; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.03944; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.30757; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.31079; -m019 = -0.00691; -m020 = -0.00158; -}; -isItalic = 1; -name = Italic; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -widthClass = 4; -}, -{ -axesValues = ( -87.5, -534, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.16206; -"106FCE83-F343-403B-A314-646E4D059B3F" = -0.00669; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.33778; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.29038; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.06507; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.06093; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = -0.0029; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.11503; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.07024; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.02968; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.05607; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.36702; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.31762; -m019 = -0.00639; -}; -name = "Medium Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed Medium Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 500; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -600, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.10064; -"106FCE83-F343-403B-A314-646E4D059B3F" = -0.0077; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.26422; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = -0.00074; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.35994; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.03769; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.06037; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.17455; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.07509; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.06297; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.04667; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.3677; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.32102; -m019 = -0.00627; -}; -name = "SemiBold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed SemiBold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 600; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -665, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.05904; -"106FCE83-F343-403B-A314-646E4D059B3F" = -0.00462; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.18867; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = -0.00322; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.45685; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.04809; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.06915; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = -0.00086; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.16058; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.07965; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.08676; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.031; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.36141; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.33239; -m019 = -0.00378; -}; -isBold = 1; -isItalic = 1; -name = "Bold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed Bold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 700; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -780, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.03654; -"106FCE83-F343-403B-A314-646E4D059B3F" = -0.00172; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.09438; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = -0.00455; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.51968; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.07687; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.08465; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.23658; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.09432; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.03595; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.01717; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.3463; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.32913; -m019 = -0.0034; -}; -name = "ExtraBold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed ExtraBold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 800; -widthClass = 4; -}, -{ -axesValues = ( -87.5, -900, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 87.5; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = -0.02084; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.54165; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.08333; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.37502; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.17193; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.26241; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.28325; -m020 = -0.17193; -}; -name = "Black Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiCondensed"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiCondensed Black Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiCondensed"; -} -); -weightClass = 900; -widthClass = 4; -}, -{ -axesValues = ( -100, -200, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.44444; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.27778; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.43434; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.27778; -m019 = -0.43434; -}; -isItalic = 1; -linkStyle = ExtraLight; -name = "ExtraLight Italic"; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "ExtraLight Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 200; -}, -{ -axesValues = ( -100, -329, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.17536; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.32529; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.06244; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.20882; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.20183; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.04919; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.17891; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.23251; -m019 = -0.06568; -m020 = -0.36867; -}; -isItalic = 1; -linkStyle = Light; -name = "Light Italic"; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Light Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 300; -}, -{ -axesValues = ( -100, -438, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.1858; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.24187; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.09043; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.1149; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.12465; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.1496; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.2174; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.30969; -m019 = -0.10972; -m020 = -0.32462; -}; -isItalic = 1; -name = Italic; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = Italic; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -}, -{ -axesValues = ( -100, -534, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.11502; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.19769; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.09001; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.06026; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.07447; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.30958; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.22744; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.35987; -m019 = -0.09176; -m020 = -0.34258; -}; -isItalic = 1; -linkStyle = Medium; -name = "Medium Italic"; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Medium Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 500; -}, -{ -axesValues = ( -100, -600, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.12796; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.20741; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.0946; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.14392; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.04228; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.26803; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.15809; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.39206; -m019 = -0.10717; -m020 = -0.32718; -}; -isItalic = 1; -linkStyle = SemiBold; -name = "SemiBold Italic"; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiBold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 600; -}, -{ -axesValues = ( -100, -665, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.03494; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.16268; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.14284; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.11141; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.05073; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.35402; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.19411; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.38361; -m019 = -0.10675; -m020 = -0.32759; -}; -isBold = 1; -isItalic = 1; -linkStyle = Regular; -name = "Bold Italic"; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Bold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 700; -}, -{ -axesValues = ( -100, -780, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.01563; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.08593; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.21954; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.11696; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.02066; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.37343; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.18851; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.41369; -m019 = -0.13929; -m020 = -0.29505; -}; -isItalic = 1; -linkStyle = ExtraBold; -name = "ExtraBold Italic"; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "ExtraBold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 800; -}, -{ -axesValues = ( -100, -900, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 100; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.27778; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.27778; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.44444; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.43434; -m020 = -0.43434; -}; -isItalic = 1; -linkStyle = Black; -name = "Black Italic"; -properties = ( -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Black Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans"; -} -); -weightClass = 900; -}, -{ -axesValues = ( -112.5, -200, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.53529; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.09279; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = -0.03619; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.34671; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.34468; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = -0.34671; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.08966; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.37192; -m019 = -0.39815; -}; -name = "ExtraLight Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded ExtraLight Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 200; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -329, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.64983; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = -0.53427; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.88444; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = 0.16546; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.43477; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = -0.16589; -m019 = -0.43434; -}; -name = "Light Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded Light Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 300; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -438, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = -0.17476; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = -0.21915; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = -0.09003; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.76023; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = -0.04588; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.48022; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.50456; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = -0.3302; -m019 = 0.11501; -}; -name = Italic; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -widthClass = 6; -}, -{ -axesValues = ( -112.5, -534, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = -0.12871; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = -0.0847; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = -0.11746; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 1.05117; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = -0.01673; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.45107; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.195; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = -0.45657; -m019 = 0.10692; -}; -name = "Medium Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded Medium Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 500; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -600, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.05357; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.12679; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.03571; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.41429; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = -0.30585; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.12143; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.30585; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.24821; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = -0.12849; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.12849; -}; -name = "SemiBold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded SemiBold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 600; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -665, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.03797; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = -0.05753; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.13815; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = -0.11384; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 1.37561; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = -0.02499; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.42137; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = -0.20424; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = -0.59749; -m019 = 0.02499; -}; -isBold = 1; -isItalic = 1; -name = "Bold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded Bold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 700; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -780, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.01478; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = 0.07655; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = 0.01924; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = -0.16408; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.99265; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = -0.15134; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = 0.39097; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.09488; -"DED42A87-C949-4722-A202-2B551272A3FB" = -0.13817; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.31811; -m019 = -0.27365; -m020 = -0.17994; -}; -name = "ExtraBold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded ExtraBold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 800; -widthClass = 6; -}, -{ -axesValues = ( -112.5, -900, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 112.5; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = -0.34671; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = 0.09279; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.37192; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.53529; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.34671; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = -0.03619; -"DED42A87-C949-4722-A202-2B551272A3FB" = 0.34468; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = 0.08966; -m020 = -0.39815; -}; -name = "Black Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans SemiExpanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "Expanded Black Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans SemiExpanded"; -} -); -weightClass = 900; -widthClass = 6; -}, -{ -axesValues = ( -125, -200, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.43434; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = -0.43434; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 1; -}; -isItalic = 1; -linkStyle = ExtraLight; -name = "ExtraLight Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded ExtraLight Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 200; -widthClass = 7; -}, -{ -axesValues = ( -125, -329, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.12503; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = -0.21717; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.30931; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.09214; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.90786; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = -0.21717; -}; -isItalic = 1; -linkStyle = Light; -name = "Light Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Light Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 300; -widthClass = 7; -}, -{ -axesValues = ( -125, -438, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.12444; -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.13706; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = -0.0415; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.29728; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.56; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = -0.12444; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.44; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = -0.39284; -}; -isItalic = 1; -name = Italic; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -widthClass = 7; -}, -{ -axesValues = ( -125, -534, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = -0.23857; -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.41536; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = -0.41536; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.01899; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.23857; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = 0.23857; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.76143; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = -0.01899; -}; -isItalic = 1; -linkStyle = Medium; -name = "Medium Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Medium Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 500; -widthClass = 7; -}, -{ -axesValues = ( -125, -600, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"095FE76F-1953-440B-9108-AA0678D151F9" = 0.10714; -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.18083; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = -0.07368; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.25352; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.78571; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = -0.10714; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.21429; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = -0.36066; -}; -isItalic = 1; -linkStyle = SemiBold; -name = "SemiBold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded SemiBold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 600; -widthClass = 7; -}, -{ -axesValues = ( -125, -665, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.07291; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = -0.07291; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.36144; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.66429; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.33571; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = -0.36144; -}; -isBold = 1; -isItalic = 1; -name = "Bold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Bold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 700; -widthClass = 7; -}, -{ -axesValues = ( -125, -780, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"106FCE83-F343-403B-A314-646E4D059B3F" = 0.10742; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = -0.0217; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.32692; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 0.91429; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = 0.08571; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = -0.41264; -}; -isItalic = 1; -linkStyle = ExtraBold; -name = "ExtraBold Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded ExtraBold Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 800; -widthClass = 7; -}, -{ -axesValues = ( -125, -900, -44, -1 -); -customParameters = ( -{ -name = "Instance Preview"; -value = ( -M, -o, -n, -a, -space, -S, -a, -n, -s -); -}, -{ -name = "Axis Location"; -value = ( -{ -Axis = Width; -Location = 125; -}, -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = "Optical size"; -Location = 20; -}, -{ -Axis = Italic; -Location = 1; -} -); -} -); -instanceInterpolations = { -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = 0.43434; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = 1; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = -0.43434; -}; -isItalic = 1; -linkStyle = Black; -name = "Black Italic"; -properties = ( -{ -key = familyNames; -values = ( -{ -language = dflt; -value = "Mona Sans Expanded"; -} -); -}, -{ -key = variableStyleNames; -values = ( -{ -language = dflt; -value = "SemiExpanded Black Italic"; -} -); -}, -{ -key = WWSFamilyName; -value = "Mona Sans Expanded"; -} -); -weightClass = 900; -widthClass = 7; -} -); -kerningLTR = { -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 27; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = 32; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_U" = -12; -"@MMK_R_KO_V" = -42; -"@MMK_R_KO_W" = -27; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = -50; -"@MMK_R_KO_Z" = 44; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -80; -"@MMK_R_KO_bracketright" = -21; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = 20; -"@MMK_R_KO_comma.ss01" = 10; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = -42; -"@MMK_R_KO_ellipsis" = 15; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -46; -"@MMK_R_KO_foursuperior" = -37; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -73; -"@MMK_R_KO_onesuperior" = -49; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = 19; -"@MMK_R_KO_period" = 28; -"@MMK_R_KO_period.ss01" = 11; -"@MMK_R_KO_question" = -34; -"@MMK_R_KO_question.ss01" = -47; -"@MMK_R_KO_quotedbl" = -36; -"@MMK_R_KO_quotedblleft" = -49; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -43; -"@MMK_R_KO_quoteright" = -46; -"@MMK_R_KO_quoteright.ss01" = -49; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -56; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = -47; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -37; -"@MMK_R_KO_trademark" = -74; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 31; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_x" = 23; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 27; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = -6; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -12; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -44; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 30; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -15; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -33; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -7; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -33; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -7; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -18; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -27; -"@MMK_R_KO_bracketright" = -26; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -74; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = -15; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -15; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period" = -9; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -7; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -16; -"@MMK_R_KO_J" = -15; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -31; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -12; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -23; -"@MMK_R_KO_Y" = -23; -"@MMK_R_KO_Z" = -22; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -34; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -30; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -46; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = 8; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 16; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = -21; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_parenright.case" = -31; -"@MMK_R_KO_period" = -26; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -19; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -41; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = -32; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = -19; -"@MMK_R_KO_I.ss02" = -31; -"@MMK_R_KO_J" = -30; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = -17; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -35; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_Z" = -34; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_bracketright" = -50; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -64; -"@MMK_R_KO_exclam" = -13; -"@MMK_R_KO_fivesuperior" = -23; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = -8; -"@MMK_R_KO_hyphen.case" = -6; -"@MMK_R_KO_i" = -17; -"@MMK_R_KO_j" = -27; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_ninesuperior" = -48; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -48; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -16; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -53; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_sevensuperior" = -36; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_y" = -11; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 40; -"@MMK_R_KO_J" = 25; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 38; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 22; -"@MMK_R_KO_W" = 29; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = 22; -"@MMK_R_KO_Z" = 33; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -76; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -41; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 11; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 3; -"@MMK_R_KO_parenright.case" = 27; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 18; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_threesuperior" = 8; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = 35; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -38; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 37; -"@MMK_R_KO_J" = -20; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = -13; -"@MMK_R_KO_T" = 39; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 28; -"@MMK_R_KO_W" = 34; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_Y" = 29; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asciicircum" = -77; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -50; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -111; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -42; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = -54; -"@MMK_R_KO_hyphen" = -47; -"@MMK_R_KO_hyphen.case" = 20; -"@MMK_R_KO_icircumflex" = 12; -"@MMK_R_KO_imacron" = -7; -"@MMK_R_KO_j" = -19; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = -13; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 14; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_sevensuperior" = 27; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -46; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_threesuperior" = 11; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_underscore" = -86; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -28; -"@MMK_R_KO_y" = -8; -"@MMK_R_KO_z" = -61; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -15; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -17; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -31; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 17; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 25; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = -15; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period" = -12; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -30; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -20; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -3; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = -31; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 15; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = -12; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -22; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 5; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -38; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -14; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 5; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -36; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_egrave" = -1; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 29; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -37; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 28; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 42; -"@MMK_R_KO_J" = 29; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 41; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 30; -"@MMK_R_KO_W" = 36; -"@MMK_R_KO_X" = 18; -"@MMK_R_KO_Y" = 31; -"@MMK_R_KO_Z" = 36; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -69; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 20; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = 17; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 8; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = -34; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_hyphen.case" = -24; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 16; -"@MMK_R_KO_imacron" = 7; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = 27; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 17; -"@MMK_R_KO_parenright.case" = 38; -"@MMK_R_KO_period" = 20; -"@MMK_R_KO_period.ss01" = 8; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 12; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 7; -"@MMK_R_KO_quoteright.ss01" = 16; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 33; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 25; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_threesuperior" = 8; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = 37; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -25; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = 21; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 1; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_X" = -7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 3; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 31; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = 2; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 30; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 35; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 24; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 13; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_X" = 20; -"@MMK_R_KO_Y" = 15; -"@MMK_R_KO_Z" = 33; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -79; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 22; -"@MMK_R_KO_comma.ss01" = 14; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = 19; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -47; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = -45; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 15; -"@MMK_R_KO_imacron" = 26; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = 17; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = 10; -"@MMK_R_KO_parenright" = 11; -"@MMK_R_KO_parenright.case" = 22; -"@MMK_R_KO_period" = 30; -"@MMK_R_KO_period.ss01" = 14; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 17; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 30; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = 2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_underscore" = 38; -"@MMK_R_KO_v" = -35; -"@MMK_R_KO_w" = -27; -"@MMK_R_KO_x" = 27; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = 31; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 32; -"@MMK_R_KO_I.ss02" = 44; -"@MMK_R_KO_J" = 36; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = -58; -"@MMK_R_KO_U" = -21; -"@MMK_R_KO_V" = -46; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_X" = 21; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 39; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -112; -"@MMK_R_KO_bracketright" = -40; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 19; -"@MMK_R_KO_comma.ss01" = 25; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = -82; -"@MMK_R_KO_ellipsis" = 6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = -85; -"@MMK_R_KO_foursuperior" = -76; -"@MMK_R_KO_g" = -18; -"@MMK_R_KO_guillemetleft" = -66; -"@MMK_R_KO_guillemetright" = -69; -"@MMK_R_KO_hyphen" = -65; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -107; -"@MMK_R_KO_onesuperior" = -65; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = 22; -"@MMK_R_KO_period.ss01" = 6; -"@MMK_R_KO_question" = -40; -"@MMK_R_KO_question.ss01" = -47; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -70; -"@MMK_R_KO_quotedblleft.ss01" = -111; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -77; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -73; -"@MMK_R_KO_six" = -22; -"@MMK_R_KO_sixsuperior" = -84; -"@MMK_R_KO_slash" = 25; -"@MMK_R_KO_t" = -20; -"@MMK_R_KO_threesuperior" = -78; -"@MMK_R_KO_trademark" = -84; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_underscore" = 45; -"@MMK_R_KO_v" = -37; -"@MMK_R_KO_w" = -27; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = -36; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 38; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 50; -"@MMK_R_KO_J" = 42; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -51; -"@MMK_R_KO_U" = -12; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_X" = 27; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = 45; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -15; -"@MMK_R_KO_colon" = 27; -"@MMK_R_KO_comma" = 25; -"@MMK_R_KO_comma.ss01" = 31; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = 12; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_fivesuperior" = -33; -"@MMK_R_KO_foursuperior" = -46; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = -65; -"@MMK_R_KO_hyphen" = -40; -"@MMK_R_KO_hyphen.case" = -4; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_ninesuperior" = -60; -"@MMK_R_KO_onesuperior" = -47; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = 28; -"@MMK_R_KO_period.ss01" = 12; -"@MMK_R_KO_question" = -36; -"@MMK_R_KO_question.ss01" = -43; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -67; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -54; -"@MMK_R_KO_sixsuperior" = -36; -"@MMK_R_KO_slash" = 31; -"@MMK_R_KO_threesuperior" = -22; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = 23; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -26; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -19; -"@MMK_R_KO_Y" = -20; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -31; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -22; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -36; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -6; -"@MMK_R_KO_foursuperior" = 6; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 13; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 14; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 18; -"@MMK_R_KO_imacron" = 20; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -14; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -33; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -44; -"@MMK_R_KO_H" = -36; -"@MMK_R_KO_I.ss02" = -45; -"@MMK_R_KO_J" = -50; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_S" = -28; -"@MMK_R_KO_T" = -67; -"@MMK_R_KO_U" = -35; -"@MMK_R_KO_V" = -42; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_X" = -53; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = -47; -"@MMK_R_KO_a" = -39; -"@MMK_R_KO_a.ss05" = -37; -"@MMK_R_KO_bracketright" = -54; -"@MMK_R_KO_colon" = -37; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -38; -"@MMK_R_KO_egrave" = -38; -"@MMK_R_KO_eightsuperior" = -44; -"@MMK_R_KO_ellipsis" = -78; -"@MMK_R_KO_exclam" = -38; -"@MMK_R_KO_f" = -34; -"@MMK_R_KO_fivesuperior" = -48; -"@MMK_R_KO_foursuperior" = -37; -"@MMK_R_KO_g" = -39; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = -52; -"@MMK_R_KO_hyphen" = -34; -"@MMK_R_KO_hyphen.case" = -32; -"@MMK_R_KO_i" = -37; -"@MMK_R_KO_j" = -48; -"@MMK_R_KO_l.ss04" = -39; -"@MMK_R_KO_n" = -38; -"@MMK_R_KO_ninesuperior" = -76; -"@MMK_R_KO_onesuperior" = -49; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -57; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -38; -"@MMK_R_KO_question.ss01" = -43; -"@MMK_R_KO_quotedbl" = -36; -"@MMK_R_KO_quotedblleft" = -47; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -39; -"@MMK_R_KO_quoteright" = -46; -"@MMK_R_KO_quoteright.ss01" = -44; -"@MMK_R_KO_s" = -37; -"@MMK_R_KO_sevensuperior" = -56; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_sixsuperior" = -47; -"@MMK_R_KO_slash" = -48; -"@MMK_R_KO_t" = -37; -"@MMK_R_KO_threesuperior" = -40; -"@MMK_R_KO_trademark" = -76; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_underscore" = -40; -"@MMK_R_KO_v" = -37; -"@MMK_R_KO_w" = -39; -"@MMK_R_KO_x" = -41; -"@MMK_R_KO_y" = -37; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = -26; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = -25; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_X" = -21; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -37; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -38; -"@MMK_R_KO_ellipsis" = -78; -"@MMK_R_KO_exclam" = -20; -"@MMK_R_KO_guillemetright" = -52; -"@MMK_R_KO_hyphen" = -34; -"@MMK_R_KO_hyphen.case" = -32; -"@MMK_R_KO_i" = -35; -"@MMK_R_KO_n" = -38; -"@MMK_R_KO_parenright" = 3; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -30; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -22; -"@MMK_R_KO_slash" = -46; -"@MMK_R_KO_t" = -37; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -19; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 16; -"@MMK_R_KO_X" = -20; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = -22; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -15; -"@MMK_R_KO_bracketright" = -23; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -144; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 20; -"@MMK_R_KO_fivesuperior" = 4; -"@MMK_R_KO_foursuperior" = 25; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -53; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 46; -"@MMK_R_KO_imacron" = 34; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_parenright.case" = -12; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 19; -"@MMK_R_KO_question.ss01" = 22; -"@MMK_R_KO_quotedbl" = 25; -"@MMK_R_KO_quotedblleft" = 15; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = 15; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 17; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = 9; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = 17; -"@MMK_R_KO_threesuperior" = 11; -"@MMK_R_KO_trademark" = -19; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -115; -"@MMK_R_KO_v" = 21; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = 21; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -12; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = -37; -"@MMK_R_KO_U" = -22; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -18; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asciicircum" = -61; -"@MMK_R_KO_bracketright" = -38; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_fivesuperior" = -30; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = -18; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -30; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_hyphen.case" = -13; -"@MMK_R_KO_i" = -14; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -24; -"@MMK_R_KO_l.ss04" = -16; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_ninesuperior" = -51; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_question" = -19; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -59; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = -13; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = -28; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -59; -"@MMK_R_KO_u" = -20; -"@MMK_R_KO_underscore" = 3; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -36; -"@MMK_R_KO_bracketright" = -30; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_hyphen.case" = -7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 26; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -7; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = 5; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -32; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 25; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -4; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = -6; -"@MMK_R_KO_Y" = -10; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asciicircum" = -42; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_exclam" = 16; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 10; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 25; -"@MMK_R_KO_hyphen.case" = -17; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_icircumflex" = 37; -"@MMK_R_KO_imacron" = 36; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -7; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_parenright.case" = -8; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = 7; -"@MMK_R_KO_question.ss01" = 9; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 17; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 7; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -24; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = -39; -"@MMK_R_KO_H" = -32; -"@MMK_R_KO_I.ss02" = -43; -"@MMK_R_KO_J" = -38; -"@MMK_R_KO_O" = -30; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = -54; -"@MMK_R_KO_U" = -31; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_X" = -41; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = -40; -"@MMK_R_KO_a" = -38; -"@MMK_R_KO_a.ss05" = -31; -"@MMK_R_KO_bracketright" = -41; -"@MMK_R_KO_colon" = -41; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -36; -"@MMK_R_KO_egrave" = -36; -"@MMK_R_KO_eightsuperior" = -54; -"@MMK_R_KO_ellipsis" = -59; -"@MMK_R_KO_exclam" = -35; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_fivesuperior" = -53; -"@MMK_R_KO_foursuperior" = -49; -"@MMK_R_KO_g" = -38; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = -56; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_hyphen.case" = -58; -"@MMK_R_KO_i" = -37; -"@MMK_R_KO_icircumflex" = -11; -"@MMK_R_KO_imacron" = -9; -"@MMK_R_KO_j" = -45; -"@MMK_R_KO_l.ss04" = -37; -"@MMK_R_KO_n" = -41; -"@MMK_R_KO_ninesuperior" = -73; -"@MMK_R_KO_onesuperior" = -51; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -50; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -33; -"@MMK_R_KO_question.ss01" = -35; -"@MMK_R_KO_quotedbl" = -31; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -37; -"@MMK_R_KO_quoteright.ss01" = -38; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = -29; -"@MMK_R_KO_sixsuperior" = -47; -"@MMK_R_KO_slash" = -35; -"@MMK_R_KO_t" = -35; -"@MMK_R_KO_threesuperior" = -52; -"@MMK_R_KO_u" = -41; -"@MMK_R_KO_v" = -39; -"@MMK_R_KO_w" = -41; -"@MMK_R_KO_x" = -39; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = -37; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -44; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = -25; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = 43; -"@MMK_R_KO_U" = 1; -"@MMK_R_KO_V" = 32; -"@MMK_R_KO_W" = 38; -"@MMK_R_KO_X" = 11; -"@MMK_R_KO_Y" = 33; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asciicircum" = -80; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -58; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -73; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -40; -"@MMK_R_KO_g" = -62; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -75; -"@MMK_R_KO_hyphen" = -62; -"@MMK_R_KO_hyphen.case" = -60; -"@MMK_R_KO_i" = -20; -"@MMK_R_KO_icircumflex" = 12; -"@MMK_R_KO_imacron" = -21; -"@MMK_R_KO_j" = -30; -"@MMK_R_KO_l.ss04" = 20; -"@MMK_R_KO_n" = -64; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 4; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 14; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 18; -"@MMK_R_KO_s" = -54; -"@MMK_R_KO_sevensuperior" = 27; -"@MMK_R_KO_six" = -25; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_threesuperior" = 3; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -62; -"@MMK_R_KO_underscore" = -53; -"@MMK_R_KO_v" = -63; -"@MMK_R_KO_w" = -65; -"@MMK_R_KO_x" = -60; -"@MMK_R_KO_y" = -63; -"@MMK_R_KO_z" = -60; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -13; -"@MMK_R_KO_O" = 1; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 1; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_X" = -7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = 3; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_imacron" = 31; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = 2; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = -10; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -13; -"@MMK_R_KO_O" = 1; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 1; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_X" = -7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = 3; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = -10; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = 2; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = -10; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 13; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_T" = 24; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_X" = 15; -"@MMK_R_KO_Y" = 28; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_bracketright" = 55; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_eightsuperior" = 24; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_fivesuperior" = 33; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = 27; -"@MMK_R_KO_parenright" = 88; -"@MMK_R_KO_parenright.case" = 87; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 2; -"@MMK_R_KO_quotedbl" = 15; -"@MMK_R_KO_quoteright" = 25; -"@MMK_R_KO_quoteright.ss01" = 20; -"@MMK_R_KO_sevensuperior" = 66; -"@MMK_R_KO_sixsuperior" = 15; -"@MMK_R_KO_slash" = -10; -"@MMK_R_KO_threesuperior" = 36; -"@MMK_R_KO_u" = 0; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -44; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = -19; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = 32; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 29; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 20; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = -36; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -52; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -81; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = -35; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_hyphen.case" = -12; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_icircumflex" = 35; -"@MMK_R_KO_imacron" = 31; -"@MMK_R_KO_j" = -15; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = -26; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = 18; -"@MMK_R_KO_parenright" = 15; -"@MMK_R_KO_parenright.case" = 18; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 7; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 20; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = 14; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = -25; -"@MMK_R_KO_sevensuperior" = 22; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -53; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_threesuperior" = 7; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_underscore" = -61; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = -11; -"@MMK_R_KO_y" = -8; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -26; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 36; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 38; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 35; -"@MMK_R_KO_X" = 10; -"@MMK_R_KO_Y" = 27; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asciicircum" = -37; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -41; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = 7; -"@MMK_R_KO_ellipsis" = -53; -"@MMK_R_KO_exclam" = 16; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -19; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -6; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 48; -"@MMK_R_KO_imacron" = 43; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_n" = -13; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = 25; -"@MMK_R_KO_parenright" = 22; -"@MMK_R_KO_parenright.case" = 25; -"@MMK_R_KO_period" = -34; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 19; -"@MMK_R_KO_question.ss01" = 9; -"@MMK_R_KO_quotedbl" = 29; -"@MMK_R_KO_quotedblleft" = 25; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = 25; -"@MMK_R_KO_quoteright" = 18; -"@MMK_R_KO_quoteright.ss01" = 19; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_sevensuperior" = 29; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 14; -"@MMK_R_KO_trademark" = 7; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_underscore" = -34; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 16; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = 22; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_X" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = -18; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -78; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 8; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = 4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -46; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -39; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -34; -"@MMK_R_KO_hyphen.case" = -59; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 9; -"@MMK_R_KO_imacron" = 21; -"@MMK_R_KO_j" = -12; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -35; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 7; -"@MMK_R_KO_period" = 15; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -36; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = 4; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 16; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_underscore" = 24; -"@MMK_R_KO_v" = -39; -"@MMK_R_KO_w" = -36; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -51; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 32; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 34; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 22; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_a.ss05" = -27; -"@MMK_R_KO_asciicircum" = -65; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -23; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -61; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -87; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = -62; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = -53; -"@MMK_R_KO_hyphen" = -72; -"@MMK_R_KO_hyphen.case" = -46; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 23; -"@MMK_R_KO_imacron" = 11; -"@MMK_R_KO_j" = -20; -"@MMK_R_KO_l.ss04" = 17; -"@MMK_R_KO_n" = -47; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = 20; -"@MMK_R_KO_parenright" = 17; -"@MMK_R_KO_parenright.case" = 20; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 11; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = 11; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = -48; -"@MMK_R_KO_sevensuperior" = 25; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -60; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_threesuperior" = 9; -"@MMK_R_KO_trademark" = 3; -"@MMK_R_KO_u" = -36; -"@MMK_R_KO_underscore" = -65; -"@MMK_R_KO_v" = -29; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_x" = -28; -"@MMK_R_KO_y" = -29; -"@MMK_R_KO_z" = -26; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 21; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = 40; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 31; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = 20; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = 21; -"@MMK_R_KO_Z" = 31; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -63; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = 13; -"@MMK_R_KO_e" = -17; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -57; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = -67; -"@MMK_R_KO_hyphen.case" = -44; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 33; -"@MMK_R_KO_imacron" = 34; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = 17; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = 15; -"@MMK_R_KO_parenright" = 16; -"@MMK_R_KO_parenright.case" = 22; -"@MMK_R_KO_period" = 11; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 2; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 14; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = 10; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 7; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 23; -"@MMK_R_KO_six" = -17; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 12; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_threesuperior" = 7; -"@MMK_R_KO_trademark" = 2; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 33; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -63; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -47; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -1; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -52; -"@MMK_R_KO_bracketright" = -40; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_onesuperior" = -28; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -34; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -34; -"@MMK_R_KO_quoteright" = -37; -"@MMK_R_KO_quoteright.ss01" = -51; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -28; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -60; -"@MMK_R_KO_u" = 1; -"@MMK_R_KO_v" = 1; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 1; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 27; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = 20; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -59; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -67; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -56; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_period" = 19; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -42; -"@MMK_R_KO_question.ss01" = -49; -"@MMK_R_KO_quotedbl" = -30; -"@MMK_R_KO_quotedblleft" = -79; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -49; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -26; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -75; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 34; -"@MMK_R_KO_v" = -16; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_x" = 26; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = -24; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = -66; -"@MMK_R_KO_U" = -31; -"@MMK_R_KO_V" = -48; -"@MMK_R_KO_X" = -6; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -24; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eightsuperior" = -44; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_exclam" = -15; -"@MMK_R_KO_f" = -26; -"@MMK_R_KO_fivesuperior" = -49; -"@MMK_R_KO_foursuperior" = -46; -"@MMK_R_KO_g" = -33; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_i" = -22; -"@MMK_R_KO_icircumflex" = -22; -"@MMK_R_KO_imacron" = -18; -"@MMK_R_KO_j" = -32; -"@MMK_R_KO_l.ss04" = -24; -"@MMK_R_KO_n" = -22; -"@MMK_R_KO_ninesuperior" = -76; -"@MMK_R_KO_onesuperior" = -49; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_period" = -4; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_question" = -53; -"@MMK_R_KO_question.ss01" = -57; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -57; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -22; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_sixsuperior" = -49; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = -36; -"@MMK_R_KO_threesuperior" = -39; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -41; -"@MMK_R_KO_w" = -38; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = -41; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 8; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_T" = -66; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_t" = -22; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = -43; -"@MMK_R_KO_O" = -33; -"@MMK_R_KO_T" = -80; -"@MMK_R_KO_a" = -66; -"@MMK_R_KO_e" = -65; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_i" = -51; -"@MMK_R_KO_n" = -53; -"@MMK_R_KO_t" = -35; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -74; -"@MMK_R_KO_H" = -54; -"@MMK_R_KO_O" = -41; -"@MMK_R_KO_T" = -109; -"@MMK_R_KO_a" = -55; -"@MMK_R_KO_e" = -54; -"@MMK_R_KO_f" = -61; -"@MMK_R_KO_i" = -50; -"@MMK_R_KO_n" = -58; -"@MMK_R_KO_t" = -67; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -50; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 23; -"@MMK_R_KO_Y" = 4; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = -51; -"@MMK_R_KO_a.ss05" = -29; -"@MMK_R_KO_asterisk" = 34; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -69; -"@MMK_R_KO_g" = -50; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -112; -"@MMK_R_KO_hyphen.case" = -119; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = 13; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 16; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_seven" = 31; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -59; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 14; -"@MMK_R_KO_two" = 18; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -21; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_S" = -19; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -27; -"@MMK_R_KO_asterisk" = -25; -"@MMK_R_KO_colon" = -36; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_egrave" = -33; -"@MMK_R_KO_eight" = -27; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -20; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = -55; -"@MMK_R_KO_hyphen" = -40; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -41; -"@MMK_R_KO_nine" = -47; -"@MMK_R_KO_one" = -18; -"@MMK_R_KO_period" = -36; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -54; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -25; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_three" = -21; -"@MMK_R_KO_two" = -19; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_v" = -34; -"@MMK_R_KO_w" = -34; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -24; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -30; -"@MMK_R_KO_S" = -19; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_asterisk" = -26; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_eight" = -25; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -21; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = -58; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_nine" = -42; -"@MMK_R_KO_one" = -20; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -56; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_slash" = 40; -"@MMK_R_KO_three" = -19; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -68; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_X" = -13; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -61; -"@MMK_R_KO_bracketright" = -34; -"@MMK_R_KO_colon" = -10; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_icircumflex" = -5; -"@MMK_R_KO_imacron" = -4; -"@MMK_R_KO_j" = -17; -"@MMK_R_KO_l.ss04" = -8; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = -42; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_question" = -31; -"@MMK_R_KO_question.ss01" = -38; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -51; -"@MMK_R_KO_s" = 14; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -67; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -50; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_eight" = -9; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -50; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_hyphen.case" = -50; -"@MMK_R_KO_nine" = -39; -"@MMK_R_KO_one" = -24; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 21; -"@MMK_R_KO_quotedbl" = -50; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_seven" = -43; -"@MMK_R_KO_six" = -17; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 26; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -73; -"@MMK_R_KO_H" = -21; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_a" = -67; -"@MMK_R_KO_e" = -67; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_i" = -21; -"@MMK_R_KO_n" = -43; -"@MMK_R_KO_t" = -24; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -17; -"@MMK_R_KO_Y" = -60; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -64; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -3; -"@MMK_R_KO_j" = -15; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = -49; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = -47; -"@MMK_R_KO_question.ss01" = -49; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -78; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -42; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -70; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -10; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = -23; -"@MMK_R_KO_I.ss02" = -27; -"@MMK_R_KO_J" = -25; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = -25; -"@MMK_R_KO_V" = -50; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_X" = -37; -"@MMK_R_KO_Y" = -33; -"@MMK_R_KO_Z" = -26; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_bracketright" = -51; -"@MMK_R_KO_colon" = -34; -"@MMK_R_KO_comma" = -41; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = -32; -"@MMK_R_KO_ellipsis" = -52; -"@MMK_R_KO_exclam" = -23; -"@MMK_R_KO_f" = -25; -"@MMK_R_KO_fivesuperior" = -37; -"@MMK_R_KO_foursuperior" = -34; -"@MMK_R_KO_g" = -19; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -39; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = -24; -"@MMK_R_KO_icircumflex" = -24; -"@MMK_R_KO_imacron" = -24; -"@MMK_R_KO_j" = -35; -"@MMK_R_KO_l.ss04" = -27; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_ninesuperior" = -64; -"@MMK_R_KO_onesuperior" = -42; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -49; -"@MMK_R_KO_question.ss01" = -54; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -57; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -42; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -13; -"@MMK_R_KO_sevensuperior" = -51; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_sixsuperior" = -36; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = -29; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_underscore" = -5; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_x" = -31; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = -28; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 24; -"@MMK_R_KO_T" = -15; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = 2; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -8; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eight" = 15; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 23; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 21; -"@MMK_R_KO_hyphen.case" = -3; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = -17; -"@MMK_R_KO_one" = 11; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = -13; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_seven" = 10; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 24; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = -38; -"@MMK_R_KO_I.ss02" = -17; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = -62; -"@MMK_R_KO_S" = -44; -"@MMK_R_KO_T" = -99; -"@MMK_R_KO_U" = -59; -"@MMK_R_KO_V" = -107; -"@MMK_R_KO_W" = -80; -"@MMK_R_KO_Y" = -113; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asterisk" = -119; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_e" = -61; -"@MMK_R_KO_egrave" = -60; -"@MMK_R_KO_eight" = -51; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_f" = -50; -"@MMK_R_KO_five" = -55; -"@MMK_R_KO_four" = -173; -"@MMK_R_KO_g" = -66; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -92; -"@MMK_R_KO_hyphen" = -167; -"@MMK_R_KO_hyphen.case" = -187; -"@MMK_R_KO_i" = -45; -"@MMK_R_KO_j" = -56; -"@MMK_R_KO_n" = -45; -"@MMK_R_KO_nine" = -82; -"@MMK_R_KO_one" = -68; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period" = -12; -"@MMK_R_KO_quotedbl" = -126; -"@MMK_R_KO_quotedblleft" = -90; -"@MMK_R_KO_quoteright" = -90; -"@MMK_R_KO_s" = -44; -"@MMK_R_KO_seven" = -87; -"@MMK_R_KO_six" = -61; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = -59; -"@MMK_R_KO_three" = -43; -"@MMK_R_KO_two" = -18; -"@MMK_R_KO_u" = -56; -"@MMK_R_KO_v" = -90; -"@MMK_R_KO_w" = -80; -"@MMK_R_KO_y" = -89; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = -41; -"@MMK_R_KO_I.ss02" = -17; -"@MMK_R_KO_J" = -15; -"@MMK_R_KO_O" = -59; -"@MMK_R_KO_S" = -41; -"@MMK_R_KO_T" = -103; -"@MMK_R_KO_U" = -56; -"@MMK_R_KO_V" = -107; -"@MMK_R_KO_W" = -81; -"@MMK_R_KO_Y" = -117; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = -59; -"@MMK_R_KO_a.ss05" = -41; -"@MMK_R_KO_asterisk" = -119; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_e" = -58; -"@MMK_R_KO_egrave" = -58; -"@MMK_R_KO_eight" = -49; -"@MMK_R_KO_f" = -50; -"@MMK_R_KO_five" = -52; -"@MMK_R_KO_four" = -173; -"@MMK_R_KO_g" = -63; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -92; -"@MMK_R_KO_hyphen" = -167; -"@MMK_R_KO_hyphen.case" = -187; -"@MMK_R_KO_i" = -46; -"@MMK_R_KO_j" = -56; -"@MMK_R_KO_n" = -46; -"@MMK_R_KO_nine" = -80; -"@MMK_R_KO_one" = -72; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_parenright.case" = -25; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_quotedbl" = -126; -"@MMK_R_KO_quotedblleft.ss01" = -111; -"@MMK_R_KO_quoteright.ss01" = -111; -"@MMK_R_KO_s" = -42; -"@MMK_R_KO_seven" = -91; -"@MMK_R_KO_six" = -58; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = -61; -"@MMK_R_KO_three" = -40; -"@MMK_R_KO_two" = -21; -"@MMK_R_KO_u" = -55; -"@MMK_R_KO_v" = -90; -"@MMK_R_KO_w" = -80; -"@MMK_R_KO_y" = -90; -"@MMK_R_KO_z" = -26; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -26; -"@MMK_R_KO_J" = -21; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -62; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_Y" = -76; -"@MMK_R_KO_Z" = -20; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_colon" = -62; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 21; -"@MMK_R_KO_g" = 12; -"@MMK_R_KO_guillemetleft" = 29; -"@MMK_R_KO_guillemetright" = -43; -"@MMK_R_KO_i" = -1; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -37; -"@MMK_R_KO_one" = -30; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -90; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_seven" = -57; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -32; -"@MMK_R_KO_u" = 1; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = -20; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 28; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 23; -"@MMK_R_KO_W" = 30; -"@MMK_R_KO_X" = 2; -"@MMK_R_KO_Y" = 22; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = -38; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -54; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -29; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -37; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 7; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -33; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 38; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 33; -"@MMK_R_KO_X" = 9; -"@MMK_R_KO_Y" = 27; -"@MMK_R_KO_Z" = 25; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 27; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = -10; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -25; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -12; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = 15; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -22; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -55; -"@MMK_R_KO_bracketright" = -38; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -17; -"@MMK_R_KO_l.ss04" = -7; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -9; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -51; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = -3; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = 25; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 23; -"@MMK_R_KO_Y" = 15; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 13; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = 28; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 26; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 29; -"@MMK_R_KO_hyphen.case" = 25; -"@MMK_R_KO_i" = 15; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = -25; -"@MMK_R_KO_one" = -22; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = 16; -"@MMK_R_KO_seven" = 16; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 18; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 27; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_Y" = -15; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -17; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eight" = 17; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_five" = 15; -"@MMK_R_KO_four" = 31; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = -15; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = 7; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -11; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -54; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -12; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_three" = 28; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 18; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 21; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -52; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asciicircum" = -51; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = 18; -"@MMK_R_KO_comma.ss01" = 10; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = 20; -"@MMK_R_KO_period" = 23; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 43; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -42; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_underscore" = 39; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 15; -"@MMK_R_KO_ellipsis" = -72; -"@MMK_R_KO_f" = 20; -"@MMK_R_KO_five" = 15; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 9; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -11; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_parenright.case" = -5; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteright" = -43; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 17; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = 20; -"@MMK_R_KO_three" = 27; -"@MMK_R_KO_two" = 16; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_v" = 17; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_y" = 17; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -60; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = -21; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -67; -"@MMK_R_KO_colon" = -38; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eight" = 8; -"@MMK_R_KO_ellipsis" = -92; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 18; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 33; -"@MMK_R_KO_guillemetright" = -41; -"@MMK_R_KO_hyphen" = 29; -"@MMK_R_KO_hyphen.case" = 16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -16; -"@MMK_R_KO_one" = -18; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_parenright.case" = -33; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -90; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -54; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_slash" = -16; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -30; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -21; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -22; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -62; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -27; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_Y" = -72; -"@MMK_R_KO_Z" = -16; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -112; -"@MMK_R_KO_colon" = -62; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 13; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 21; -"@MMK_R_KO_g" = 13; -"@MMK_R_KO_guillemetleft" = 29; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_i" = -1; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -34; -"@MMK_R_KO_one" = -30; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = -112; -"@MMK_R_KO_quotedblleft" = -90; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_seven" = -54; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_three" = 8; -"@MMK_R_KO_two" = -30; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -38; -"@MMK_R_KO_H" = -25; -"@MMK_R_KO_I.ss02" = -49; -"@MMK_R_KO_J" = -44; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = -54; -"@MMK_R_KO_T" = -87; -"@MMK_R_KO_U" = -24; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_Y" = -72; -"@MMK_R_KO_Z" = -66; -"@MMK_R_KO_asterisk" = -119; -"@MMK_R_KO_colon" = -50; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_eight" = -33; -"@MMK_R_KO_five" = -19; -"@MMK_R_KO_four" = -35; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -52; -"@MMK_R_KO_hyphen.case" = -8; -"@MMK_R_KO_nine" = -39; -"@MMK_R_KO_one" = -53; -"@MMK_R_KO_parenright.case" = -66; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -90; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_seven" = -96; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_slash" = -41; -"@MMK_R_KO_three" = -60; -"@MMK_R_KO_two" = -99; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -20; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -4; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -10; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -51; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -43; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -51; -"@MMK_R_KO_quoteleft" = -17; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -21; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -18; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -1; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 1; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 29; -"@MMK_R_KO_I.ss02" = 61; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = 53; -"@MMK_R_KO_U" = 31; -"@MMK_R_KO_V" = 56; -"@MMK_R_KO_W" = 63; -"@MMK_R_KO_X" = 38; -"@MMK_R_KO_Y" = 58; -"@MMK_R_KO_Z" = 50; -"@MMK_R_KO_a" = -1; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -51; -"@MMK_R_KO_bracketright" = 19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 23; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = 29; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = 16; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 4; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 20; -"@MMK_R_KO_parenright" = 34; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_question" = 14; -"@MMK_R_KO_question.ss01" = 12; -"@MMK_R_KO_quotedbl" = 40; -"@MMK_R_KO_quotedblleft" = 28; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteleft" = 28; -"@MMK_R_KO_quoteright" = 36; -"@MMK_R_KO_quoteright.ss01" = 28; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 46; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = 17; -"@MMK_R_KO_slash" = 17; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 33; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 1; -"@MMK_R_KO_underscore" = 4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 1; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 34; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = 29; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -54; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 24; -"@MMK_R_KO_Y" = -28; -"@MMK_R_KO_Z" = 37; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asciicircum" = -34; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 26; -"@MMK_R_KO_comma" = 21; -"@MMK_R_KO_comma.ss01" = 7; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = 9; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 18; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -17; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_icircumflex" = 10; -"@MMK_R_KO_imacron" = 10; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 10; -"@MMK_R_KO_ninesuperior" = -43; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_period" = 29; -"@MMK_R_KO_period.ss01" = 7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -32; -"@MMK_R_KO_quoteright" = -34; -"@MMK_R_KO_quoteright.ss01" = -56; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -50; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 23; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -52; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 44; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 30; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = 34; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -51; -"@MMK_R_KO_bracketright" = 1; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -1; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 1; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -17; -"@MMK_R_KO_u" = 1; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 28; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = 20; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 18; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -55; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 6; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -40; -"@MMK_R_KO_onesuperior" = -9; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 19; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -40; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -5; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = 17; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -25; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 35; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = 28; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 23; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 31; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = 66; -"@MMK_R_KO_exclam" = 77; -"@MMK_R_KO_f" = 22; -"@MMK_R_KO_fivesuperior" = 62; -"@MMK_R_KO_foursuperior" = 35; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_i" = 22; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 18; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 30; -"@MMK_R_KO_onesuperior" = 59; -"@MMK_R_KO_parenright" = 74; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = 79; -"@MMK_R_KO_question.ss01" = 67; -"@MMK_R_KO_quotedbl" = 87; -"@MMK_R_KO_quotedblleft" = 82; -"@MMK_R_KO_quotedblleft.ss01" = 29; -"@MMK_R_KO_quoteleft" = 82; -"@MMK_R_KO_sevensuperior" = 93; -"@MMK_R_KO_sixsuperior" = 61; -"@MMK_R_KO_slash" = -1; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = 78; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_T" = -58; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = -2; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -62; -"@MMK_R_KO_U" = -5; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -62; -"@MMK_R_KO_bracketright" = -40; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -14; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_ninesuperior" = -51; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 1; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_question" = -33; -"@MMK_R_KO_question.ss01" = -44; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -62; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -58; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -44; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = 1; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -70; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 1; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -62; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = -35; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_X" = -19; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -66; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_l.ss04" = -4; -"@MMK_R_KO_ninesuperior" = -51; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -51; -"@MMK_R_KO_quotedbl" = -30; -"@MMK_R_KO_quotedblleft" = -79; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -23; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = -15; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -72; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -10; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -10; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -31; -"@MMK_R_KO_H" = -28; -"@MMK_R_KO_I.ss02" = -36; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = -18; -"@MMK_R_KO_T" = -68; -"@MMK_R_KO_V" = -46; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_Y" = -38; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -25; -"@MMK_R_KO_bracketright" = -58; -"@MMK_R_KO_colon" = -41; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -25; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eightsuperior" = -38; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_exclam" = -30; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_fivesuperior" = -44; -"@MMK_R_KO_foursuperior" = -43; -"@MMK_R_KO_g" = -26; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = -45; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_i" = -29; -"@MMK_R_KO_icircumflex" = -29; -"@MMK_R_KO_imacron" = -28; -"@MMK_R_KO_j" = -39; -"@MMK_R_KO_l.ss04" = -32; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_ninesuperior" = -73; -"@MMK_R_KO_onesuperior" = -57; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -61; -"@MMK_R_KO_question.ss01" = -47; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -61; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -20; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_sixsuperior" = -45; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_t" = -37; -"@MMK_R_KO_threesuperior" = -34; -"@MMK_R_KO_trademark" = -58; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_underscore" = -9; -"@MMK_R_KO_v" = -37; -"@MMK_R_KO_w" = -36; -"@MMK_R_KO_x" = -37; -"@MMK_R_KO_y" = -37; -"@MMK_R_KO_z" = -37; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 16; -"@MMK_R_KO_W" = 22; -"@MMK_R_KO_Y" = 16; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -44; -"@MMK_R_KO_a.ss05" = -26; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eight" = -24; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -31; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -52; -"@MMK_R_KO_guillemetright" = -63; -"@MMK_R_KO_hyphen" = -51; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -42; -"@MMK_R_KO_nine" = -44; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 63; -"@MMK_R_KO_period" = -20; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -33; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -31; -"@MMK_R_KO_seven" = 20; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_slash" = 7; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_three" = -18; -"@MMK_R_KO_two" = -13; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_v" = -44; -"@MMK_R_KO_w" = -37; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 19; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 36; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -28; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_Y" = 18; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = 2; -"@MMK_R_KO_eight" = -17; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -15; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_nine" = -42; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright.case" = 60; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 22; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_slash" = 43; -"@MMK_R_KO_three" = -11; -"@MMK_R_KO_two" = 14; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 27; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = 15; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -42; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -42; -"@MMK_R_KO_W" = -35; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = 37; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -42; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_five" = -10; -"@MMK_R_KO_four" = -42; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -42; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_hyphen" = -42; -"@MMK_R_KO_hyphen.case" = -42; -"@MMK_R_KO_i" = -1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -1; -"@MMK_R_KO_nine" = -35; -"@MMK_R_KO_one" = -30; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -42; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quoteright" = -42; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -42; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_slash" = 32; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 29; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -42; -"@MMK_R_KO_w" = -31; -"@MMK_R_KO_y" = -42; -"@MMK_R_KO_z" = 29; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = -13; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = -33; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = -41; -"@MMK_R_KO_U" = -30; -"@MMK_R_KO_V" = -41; -"@MMK_R_KO_W" = -41; -"@MMK_R_KO_Y" = -41; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asterisk" = -41; -"@MMK_R_KO_comma.ss01" = 2; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_eight" = -21; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_five" = -25; -"@MMK_R_KO_four" = -41; -"@MMK_R_KO_g" = -37; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = -41; -"@MMK_R_KO_hyphen" = -41; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_i" = -17; -"@MMK_R_KO_j" = -30; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_nine" = -41; -"@MMK_R_KO_one" = -41; -"@MMK_R_KO_parenright" = -28; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft.ss01" = -41; -"@MMK_R_KO_quoteright.ss01" = -41; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_seven" = -41; -"@MMK_R_KO_six" = -34; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -34; -"@MMK_R_KO_three" = -13; -"@MMK_R_KO_two" = 4; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_v" = -41; -"@MMK_R_KO_w" = -41; -"@MMK_R_KO_y" = -41; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -11; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -52; -"@MMK_R_KO_S" = -49; -"@MMK_R_KO_T" = -87; -"@MMK_R_KO_U" = -53; -"@MMK_R_KO_V" = -84; -"@MMK_R_KO_W" = -64; -"@MMK_R_KO_Y" = -94; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_e" = -41; -"@MMK_R_KO_eight" = -49; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_five" = -61; -"@MMK_R_KO_four" = -67; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetright" = -85; -"@MMK_R_KO_i" = -10; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_nine" = -80; -"@MMK_R_KO_one" = -56; -"@MMK_R_KO_parenright" = 10; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -90; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_s" = -32; -"@MMK_R_KO_seven" = -68; -"@MMK_R_KO_six" = -51; -"@MMK_R_KO_t" = -37; -"@MMK_R_KO_three" = -48; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = -36; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -57; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -73; -"@MMK_R_KO_H" = -23; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -42; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = -22; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -24; -"@MMK_R_KO_a" = -63; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -24; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -62; -"@MMK_R_KO_egrave" = -53; -"@MMK_R_KO_eight" = -20; -"@MMK_R_KO_ellipsis" = -126; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_five" = -23; -"@MMK_R_KO_four" = -93; -"@MMK_R_KO_g" = -63; -"@MMK_R_KO_guillemetleft" = -78; -"@MMK_R_KO_guillemetright" = -52; -"@MMK_R_KO_hyphen" = -112; -"@MMK_R_KO_hyphen.case" = -126; -"@MMK_R_KO_i" = -28; -"@MMK_R_KO_j" = -36; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_nine" = -40; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -45; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = -46; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_slash" = -91; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_three" = -7; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -33; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = -22; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 19; -"@MMK_R_KO_J" = 19; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -66; -"@MMK_R_KO_U" = -19; -"@MMK_R_KO_V" = -67; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_Y" = -77; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -50; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_e" = -17; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eight" = -9; -"@MMK_R_KO_ellipsis" = 4; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_five" = -13; -"@MMK_R_KO_four" = -50; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_hyphen.case" = -50; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -44; -"@MMK_R_KO_one" = -27; -"@MMK_R_KO_period" = 15; -"@MMK_R_KO_quotedblleft" = -90; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -47; -"@MMK_R_KO_six" = -23; -"@MMK_R_KO_slash" = 37; -"@MMK_R_KO_t" = -15; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 6; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_v" = -48; -"@MMK_R_KO_w" = -35; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = -41; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = -58; -"@MMK_R_KO_S" = -40; -"@MMK_R_KO_T" = -93; -"@MMK_R_KO_U" = -56; -"@MMK_R_KO_V" = -106; -"@MMK_R_KO_W" = -61; -"@MMK_R_KO_Y" = -111; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = -58; -"@MMK_R_KO_a.ss05" = -41; -"@MMK_R_KO_asterisk" = -61; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_egrave" = -57; -"@MMK_R_KO_eight" = -47; -"@MMK_R_KO_f" = -50; -"@MMK_R_KO_five" = -51; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -46; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -61; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = -45; -"@MMK_R_KO_j" = -35; -"@MMK_R_KO_n" = -45; -"@MMK_R_KO_nine" = -61; -"@MMK_R_KO_one" = -61; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -41; -"@MMK_R_KO_seven" = -61; -"@MMK_R_KO_six" = -57; -"@MMK_R_KO_slash" = -5; -"@MMK_R_KO_t" = -61; -"@MMK_R_KO_three" = -39; -"@MMK_R_KO_two" = -21; -"@MMK_R_KO_u" = -55; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -61; -"@MMK_R_KO_y" = -52; -"@MMK_R_KO_z" = -26; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -56; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 10; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -59; -"@MMK_R_KO_a.ss05" = -29; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -46; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -90; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -86; -"@MMK_R_KO_g" = -60; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -69; -"@MMK_R_KO_hyphen" = -90; -"@MMK_R_KO_hyphen.case" = -90; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -18; -"@MMK_R_KO_n" = -61; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -74; -"@MMK_R_KO_seven" = 29; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -76; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_v" = -50; -"@MMK_R_KO_w" = -50; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -60; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = -25; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_Y" = 13; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_a.ss05" = -29; -"@MMK_R_KO_asterisk" = 7; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -61; -"@MMK_R_KO_egrave" = -39; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -61; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -36; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -20; -"@MMK_R_KO_n" = -51; -"@MMK_R_KO_nine" = -28; -"@MMK_R_KO_one" = 5; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = 3; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -54; -"@MMK_R_KO_seven" = 22; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_slash" = -61; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = 6; -"@MMK_R_KO_u" = -31; -"@MMK_R_KO_v" = -56; -"@MMK_R_KO_w" = -56; -"@MMK_R_KO_y" = -46; -"@MMK_R_KO_z" = -20; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -57; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 15; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_Y" = 15; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -69; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asterisk" = 11; -"@MMK_R_KO_colon" = -57; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_e" = -89; -"@MMK_R_KO_egrave" = -24; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -90; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -90; -"@MMK_R_KO_g" = -89; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -77; -"@MMK_R_KO_hyphen" = -90; -"@MMK_R_KO_hyphen.case" = -90; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -10; -"@MMK_R_KO_n" = -51; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = 9; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_s" = -82; -"@MMK_R_KO_seven" = 36; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_slash" = -83; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 10; -"@MMK_R_KO_u" = -43; -"@MMK_R_KO_v" = -69; -"@MMK_R_KO_w" = -70; -"@MMK_R_KO_y" = -69; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 10; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -29; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -46; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -50; -"@MMK_R_KO_g" = -50; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_hyphen.case" = -50; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -18; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -44; -"@MMK_R_KO_seven" = 29; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -50; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_v" = -48; -"@MMK_R_KO_w" = -50; -"@MMK_R_KO_y" = -48; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -50; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 15; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_Y" = 15; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asterisk" = 11; -"@MMK_R_KO_colon" = -50; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -50; -"@MMK_R_KO_g" = -50; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_hyphen.case" = -50; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -10; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = 9; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 7; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_s" = -50; -"@MMK_R_KO_seven" = 36; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_slash" = -50; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 10; -"@MMK_R_KO_u" = -39; -"@MMK_R_KO_v" = -48; -"@MMK_R_KO_w" = -50; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -61; -"@MMK_R_KO_H" = -37; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -59; -"@MMK_R_KO_O" = -40; -"@MMK_R_KO_S" = -27; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = -35; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_Y" = -15; -"@MMK_R_KO_Z" = -22; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_a.ss05" = -54; -"@MMK_R_KO_asterisk" = -9; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -61; -"@MMK_R_KO_egrave" = -61; -"@MMK_R_KO_eight" = -35; -"@MMK_R_KO_f" = -38; -"@MMK_R_KO_five" = -37; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -61; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -61; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = -35; -"@MMK_R_KO_j" = -51; -"@MMK_R_KO_n" = -51; -"@MMK_R_KO_nine" = -57; -"@MMK_R_KO_one" = -10; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -52; -"@MMK_R_KO_quoteright.ss01" = -22; -"@MMK_R_KO_s" = -61; -"@MMK_R_KO_seven" = -13; -"@MMK_R_KO_six" = -41; -"@MMK_R_KO_slash" = -61; -"@MMK_R_KO_t" = -45; -"@MMK_R_KO_three" = -23; -"@MMK_R_KO_two" = -20; -"@MMK_R_KO_u" = -61; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -61; -"@MMK_R_KO_y" = -59; -"@MMK_R_KO_z" = -54; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = -19; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 20; -"@MMK_R_KO_W" = 29; -"@MMK_R_KO_Y" = 13; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asterisk" = 21; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -41; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -41; -"@MMK_R_KO_g" = -26; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -41; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = -9; -"@MMK_R_KO_nine" = -14; -"@MMK_R_KO_one" = 15; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -41; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 8; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = -13; -"@MMK_R_KO_seven" = 28; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -41; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 19; -"@MMK_R_KO_two" = 22; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -40; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = -29; -"@MMK_R_KO_J" = -24; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -65; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -43; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = -50; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -72; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -44; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -12; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -57; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -42; -"@MMK_R_KO_quoteright" = -47; -"@MMK_R_KO_quoteright.ss01" = -48; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -44; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -49; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -58; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asciicircum" = -57; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -45; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = -34; -"@MMK_R_KO_question.ss01" = -40; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -74; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -56; -"@MMK_R_KO_s" = 22; -"@MMK_R_KO_sevensuperior" = -42; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -62; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = -27; -"@MMK_R_KO_I.ss02" = -19; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = -88; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = -22; -"@MMK_R_KO_comma" = -25; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = -24; -"@MMK_R_KO_egrave" = -24; -"@MMK_R_KO_eightsuperior" = -31; -"@MMK_R_KO_ellipsis" = -42; -"@MMK_R_KO_exclam" = -25; -"@MMK_R_KO_f" = -25; -"@MMK_R_KO_fivesuperior" = -37; -"@MMK_R_KO_foursuperior" = -32; -"@MMK_R_KO_g" = -26; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = -32; -"@MMK_R_KO_hyphen" = -29; -"@MMK_R_KO_i" = -27; -"@MMK_R_KO_icircumflex" = -27; -"@MMK_R_KO_imacron" = -25; -"@MMK_R_KO_j" = -37; -"@MMK_R_KO_l.ss04" = -29; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_ninesuperior" = -65; -"@MMK_R_KO_onesuperior" = -41; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_period" = -17; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = -45; -"@MMK_R_KO_question.ss01" = -49; -"@MMK_R_KO_quotedbl" = -39; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -48; -"@MMK_R_KO_quoteright" = -48; -"@MMK_R_KO_quoteright.ss01" = -59; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_sevensuperior" = -51; -"@MMK_R_KO_sixsuperior" = -37; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_threesuperior" = -30; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -43; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 44; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 31; -"@MMK_R_KO_W" = 41; -"@MMK_R_KO_Y" = 32; -"@MMK_R_KO_Z" = 28; -"@MMK_R_KO_a" = -54; -"@MMK_R_KO_a.ss05" = -49; -"@MMK_R_KO_asterisk" = 16; -"@MMK_R_KO_colon" = -19; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -53; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_ellipsis" = -94; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -58; -"@MMK_R_KO_g" = -54; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = -45; -"@MMK_R_KO_hyphen" = -55; -"@MMK_R_KO_hyphen.case" = -37; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -41; -"@MMK_R_KO_nine" = -31; -"@MMK_R_KO_one" = 10; -"@MMK_R_KO_parenright" = 28; -"@MMK_R_KO_parenright.case" = 31; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = 23; -"@MMK_R_KO_quotedblleft" = 21; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteright" = 14; -"@MMK_R_KO_quoteright.ss01" = 19; -"@MMK_R_KO_s" = -44; -"@MMK_R_KO_seven" = 38; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_slash" = -67; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -40; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = -26; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -20; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -18; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 5; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 2; -"@MMK_R_KO_four" = 18; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 14; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_nine" = -24; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_three" = 13; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = -13; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 40; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 33; -"@MMK_R_KO_W" = 44; -"@MMK_R_KO_Y" = 29; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -16; -"@MMK_R_KO_asterisk" = 24; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -94; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = -46; -"@MMK_R_KO_g" = -36; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = -29; -"@MMK_R_KO_hyphen.case" = -15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -18; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_nine" = -24; -"@MMK_R_KO_one" = 18; -"@MMK_R_KO_parenright" = 4; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = 24; -"@MMK_R_KO_quotedblleft" = 13; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteright" = 22; -"@MMK_R_KO_quoteright.ss01" = 14; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_seven" = 40; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_slash" = -63; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 10; -"@MMK_R_KO_u" = -20; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 19; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 15; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -31; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 9; -"@MMK_R_KO_Y" = -18; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -21; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 4; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 22; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -42; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_period" = 13; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -46; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -23; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -34; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 30; -"@MMK_R_KO_v" = 16; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 22; -"@MMK_R_KO_y" = 16; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 21; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -14; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -8; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eight" = 13; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_five" = 7; -"@MMK_R_KO_four" = 21; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = -3; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = -18; -"@MMK_R_KO_one" = 9; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedbl" = 4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_seven" = 9; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_three" = 21; -"@MMK_R_KO_two" = 10; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 29; -"@MMK_R_KO_J" = 34; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = -18; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 6; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = 7; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -54; -"@MMK_R_KO_g" = -21; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -53; -"@MMK_R_KO_hyphen.case" = -9; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_nine" = -23; -"@MMK_R_KO_one" = 15; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 5; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 12; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 17; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 22; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -26; -"@MMK_R_KO_J" = -21; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -63; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -39; -"@MMK_R_KO_Y" = -29; -"@MMK_R_KO_Z" = -35; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = -43; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 20; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = 7; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_ninesuperior" = -38; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -28; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -50; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quotedblleft.ss01" = -59; -"@MMK_R_KO_quoteleft" = -46; -"@MMK_R_KO_quoteright" = -48; -"@MMK_R_KO_quoteright.ss01" = -56; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -27; -"@MMK_R_KO_t" = 19; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -5; -"@MMK_R_KO_v" = 18; -"@MMK_R_KO_w" = 15; -"@MMK_R_KO_x" = 15; -"@MMK_R_KO_y" = 18; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -21; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -25; -"@MMK_R_KO_J" = -20; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -64; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -35; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_Z" = -27; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -34; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = -39; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -51; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 19; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 5; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -38; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_period" = -28; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -5; -"@MMK_R_KO_question.ss01" = -48; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -56; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -36; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 15; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -48; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -32; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 20; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 21; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -60; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 9; -"@MMK_R_KO_Y" = -29; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -31; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 17; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_onesuperior" = -28; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_period" = 15; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -28; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -56; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -42; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = 16; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -52; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 29; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 21; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 22; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 19; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -62; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -29; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = -31; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 21; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 9; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -8; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -40; -"@MMK_R_KO_onesuperior" = -21; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -32; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quotedblleft.ss01" = -59; -"@MMK_R_KO_quoteleft" = -45; -"@MMK_R_KO_quoteright" = -46; -"@MMK_R_KO_quoteright.ss01" = -56; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 11; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 33; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = 24; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 7; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 9; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 9; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = 11; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 22; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 9; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -8; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -15; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -26; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = 4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -26; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -18; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -24; -"@MMK_R_KO_comma.ss01" = -34; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eight" = 4; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_five" = 5; -"@MMK_R_KO_four" = 9; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 17; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = 14; -"@MMK_R_KO_hyphen.case" = 18; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_nine" = -18; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -34; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 10; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = 0; -Tbar = -30; -asciitilde = -22; -asterisk = -49; -backslash = -39; -g.ss06 = 0; -minus = -43; -one = -21; -ordmasculine = -53; -plus = -37; -quotedbl = -51; -registered = -45; -seven = -30; -two = 21; -twosuperior = -26; -}; -Aacute = { -Tbar = -30; -}; -Abrevedotbelow.ss01 = { -T = -44; -}; -Aogonek = { -comma = 28; -parenright = 8; -}; -Atilde = { -ordfeminine = -53; -}; -B = { -Hbar = 29; -hbar = 16; -idieresis = 19; -itilde = 32; -}; -C = { -h = 3; -l = 3; -plus = -88; -three = 15; -}; -D = { -Lslash = 23; -Oslash = 9; -braceright = -34; -bracketright.case = -35; -}; -E = { -H = 0; -idieresis = 0; -}; -Eogonek = { -comma = 31; -}; -F = { -fourinferior = -64; -i = -8; -igrave = 55; -}; -G = { -Lslash = 28; -lslash = 20; -}; -Germandbls = { -S = 29; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -10; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 29; -itilde = 35; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 25; -D = 25; -E = 25; -H = 25; -Hbar = 90; -I = 25; -L = 25; -M = 25; -O = 22; -R = 25; -S = 39; -U = 27; -W = 42; -i = 19; -}; -I = { -Hbar = 25; -I = 0; -jcircumflex = 10; -}; -Icircumflex = { -Icircumflex = 0; -l.ss04 = 0; -}; -Imacron = { -Imacron = 0; -}; -Itilde = { -itilde = 35; -}; -J = { -Hbar = 27; -itilde = 37; -}; -Jacute = { -Imacron = 0; -}; -K = { -asciitilde = -56; -four = -11; -idieresis = 20; -igrave = 52; -itilde = 29; -less = -62; -logicalnot = -35; -minus = -74; -one = -4; -oslash = 0; -plus = -61; -}; -L = { -H = 0; -Tbar = -55; -asciitilde = -80; -asterisk = -69; -backslash = -47; -equal = -74; -four = -73; -less = -79; -logicalnot = -61; -minus = -95; -one = -28; -ordfeminine = -86; -ordmasculine = -85; -oslash = 0; -plus = -87; -quotedbl = -68; -quoteleft.ss01 = -61; -quoteright = -50; -quoteright.ss01 = -61; -registered = -87; -seven = -41; -twosuperior = -75; -}; -Lcaron = { -A = 32; -O = -13; -U = -3; -Uacute = -3; -V = 10; -a = -13; -hyphen = -65; -hyphen.case = -69; -u = -11; -v = -22; -}; -Lcommaaccent = { -twosuperior = -75; -}; -Lslash = { -twosuperior = -16; -}; -M = { -Hbar = 25; -idieresis = 22; -igrave = 29; -itilde = 35; -}; -N = { -Hbar = 25; -idieresis = 22; -igrave = 29; -itilde = 35; -}; -O = { -Dcroat = 7; -Lslash = 22; -braceright = -31; -bracketright.case = -26; -itilde = 22; -}; -Oslash = { -T = -14; -V = -16; -Y = -14; -parenright = 0; -parenright.case = 0; -}; -P = { -fourinferior = -80; -idieresis = 37; -itilde = 50; -two = 24; -}; -R = { -Hbar = 29; -jcircumflex = 11; -two = 6; -}; -S = { -Hbar = 40; -Lslash = 30; -dollar = 11; -four = 24; -idieresis = 28; -itilde = 41; -lslash = 8; -three = 26; -}; -T = { -Oslash = -22; -a.ss05 = -59; -aacute.ss05 = -58; -abreve = -20; -abreveacute = -22; -acircumflex = -43; -acircumflexacute = -43; -acircumflexdotbelow = -43; -adieresis = -38; -adotbelow.ss05 = -59; -ae = -59; -agrave = -15; -amacron = -34; -ampersand = -29; -aring = -34; -asciitilde = -69; -atilde = -33; -equal = -62; -four = -60; -g.ss06 = -64; -h = 5; -i.ss01 = 5; -iacute = -29; -idieresis = 0; -idotless = -51; -igrave = 53; -itilde = 0; -less = -70; -logicalnot = -47; -minus = -83; -ograve = -10; -plus = -83; -racute = -51; -scaron = 0; -seven = 34; -twoinferior = -61; -udieresis = -39; -udieresis.ss01 = -28; -ugrave = -13; -uhorngrave = -13; -umacron = -39; -ycircumflex = -25; -ygrave = 0; -yhookabove = -29; -zcaron = 5; -zeroinferior = -71; -}; -Tbar = { -A = -30; -Aacute = -30; -Tbar = 43; -a = -15; -comma = -50; -e = -14; -o = -13; -period = -42; -slash = -42; -}; -Tcaron = { -a.ss05 = -59; -}; -Tcedilla = { -a.ss05 = -59; -abreve = -20; -four = -60; -}; -Tcommaaccent = { -a.ss05 = -59; -abreve = -20; -four = -60; -}; -Thorn = { -A = -13; -AE = -15; -Aacute = -13; -J = -18; -O = 13; -Oacute = 13; -V = -15; -Y = -40; -Yacute = -40; -a = 11; -aacute = 11; -e = 12; -o = 13; -oacute = 13; -period = -42; -}; -U = { -Hbar = 27; -jcircumflex = 11; -}; -V = { -four = -41; -iacute = -15; -ibreve = 57; -idieresis = 37; -igrave = 56; -itilde = 51; -minus = -46; -plus = -44; -scaron = 0; -seven = 28; -twoinferior = -35; -}; -W = { -Hbar = 42; -backslash = 54; -idieresis = 47; -igrave = 63; -itilde = 60; -}; -X = { -asciitilde = -68; -four = -24; -less = -75; -logicalnot = -53; -minus = -90; -notequal = -59; -one = -7; -plus = -75; -}; -Y = { -a.ss05 = -52; -agrave = -18; -amacron = -29; -ampersand = -27; -asciitilde = -71; -at = -37; -four = -70; -g.ss06 = -67; -igrave = 59; -less = -68; -logicalnot = -44; -minus = -82; -ograve = -12; -plus = -70; -scaron = 0; -twoinferior = -74; -}; -Z = { -four = -72; -ibreve = 59; -igrave = 57; -itilde = 46; -minus = -78; -plus = -66; -}; -_B.currency = { -_baht.bar = -24; -}; -a = { -braceright = -41; -}; -a.ss05 = { -g.ss06 = 0; -}; -acircumflexacute.ss05 = { -y = -41; -}; -adieresis.ss05 = { -germandbls = -31; -}; -ampersand = { -V = -38; -W = -23; -Y = -65; -quotedbl = -90; -quotedblleft = -86; -}; -aogonek = { -j = -14; -parenright = 0; -}; -aogonek.ss05 = { -parenright = 0; -}; -approxequal = { -parenright = -74; -parenright.case = -64; -}; -asciicircum = { -J = -65; -X = -79; -Y = -65; -bracketright = -85; -comma = -50; -comma.ss01 = -41; -four = -89; -hyphen = -112; -parenright = -87; -parenright.case = -79; -period = -42; -period.ss01 = -41; -slash = -94; -}; -asciitilde = { -I.ss02 = -77; -J = -73; -V = -73; -W = -60; -X = -114; -Y = -100; -Z = -101; -bracketright = -93; -bracketright.case = -94; -comma = -50; -comma.ss01 = -41; -eight = -69; -exclam = -62; -four = -69; -one = -80; -parenright = -88; -parenright.case = -79; -period = -42; -period.ss01 = -41; -question = -117; -quotedbl = -107; -quotedblright = -90; -seven = -114; -slash = -94; -three = -92; -two = -101; -}; -at = { -T = -46; -parenright = -40; -}; -b = { -asterisk = -50; -braceright = -35; -lslash = 11; -one = -31; -}; -backslash = { -T = -49; -V = -56; -Y = -65; -asterisk = -62; -backslash = -60; -quotedbl = -68; -quotedblleft = -75; -quotedblleft.ss01 = -92; -quotedblright = -77; -quotedblright.ss01 = -75; -quoteleft = -50; -quoteright = -50; -quotesingle = -41; -}; -baht = { -parenright = -55; -}; -braceleft = { -p = 0; -}; -bracketleft = { -asciicircum = -85; -asciitilde = -55; -bracketright = 67; -jcircumflex = 0; -p = 0; -pi = -27; -plus = -64; -x = -29; -}; -c = { -asterisk = -41; -braceright = -37; -}; -cent = { -parenright = -35; -}; -colon = { -T = -62; -Y = -49; -four = -62; -one = -36; -parenright = -49; -two = -3; -zero = -18; -}; -colon.ss01 = { -T = -61; -four = -61; -parenright = -59; -}; -comma = { -eightsuperior = -50; -fivesuperior = -50; -foursuperior = -50; -ninesuperior = -50; -onesuperior = -50; -quoteleft = -50; -quotesingle = -41; -sevensuperior = -50; -sixsuperior = -50; -threesuperior = -50; -twosuperior = -50; -}; -comma.ss01 = { -eightsuperior = -41; -fivesuperior = -41; -foursuperior = -41; -ninesuperior = -41; -onesuperior = -41; -sevensuperior = -41; -sixsuperior = -41; -threesuperior = -41; -twosuperior = -41; -}; -copyright = { -Y = -79; -parenright = -84; -}; -d = { -idieresis = 0; -igrave = 0; -itilde = 0; -}; -dcaron = { -C = 47; -H = 72; -bracketright = 31; -eightsuperior = 66; -exclam = 77; -exclam.ss01 = 76; -fivesuperior = 62; -foursuperior = 35; -h = 22; -i = 0; -j = 0; -k = 22; -l = 22; -l.ss03 = 21; -l.ss04 = 18; -ninesuperior = 30; -onesuperior = 59; -parenright = 74; -question = 79; -question.ss01 = 67; -quotedbl = 87; -quotedblleft = 82; -quotedblleft.ss01 = 29; -quoteleft = 82; -quoteleft.ss01 = 29; -quotesingle = 87; -sevensuperior = 93; -sixsuperior = 61; -t = 10; -t_i.liga = 7; -t_t.liga = 7; -threesuperior = 78; -twosuperior = 84; -zcaron = 15; -}; -dcroat = { -i = 0; -igrave = 0; -itilde = 0; -}; -degree = { -J = -43; -comma = -50; -comma.ss01 = -41; -emdash = -145; -endash = -145; -four = -91; -hyphen = -112; -parenright = -27; -parenright.case = -23; -period = -42; -period.ss01 = -41; -slash = -89; -}; -divide = { -parenright = -80; -}; -dollar = { -parenright = -27; -three = 10; -}; -e = { -asterisk = -46; -backslash = -29; -braceright = -39; -germandbls = -2; -one = -30; -seven = -33; -}; -ecircumflexacute = { -t = -29; -}; -eight = { -bracketright = -23; -degree = -13; -}; -eight.dnom = { -degree = -115; -question.ss01 = -73; -quotedbl = -115; -quotedblleft = -90; -quotedblright = -90; -}; -eightsuperior = { -comma = -50; -comma.ss01 = -41; -period = -42; -period.ss01 = -41; -slash = -84; -}; -ellipsis = { -Tbar = -99; -bracketright = -73; -eightsuperior = -142; -fivesuperior = -135; -foursuperior = -113; -ninesuperior = -140; -onesuperior = -65; -parenleft = -56; -parenleft.case = -70; -question = -91; -quoteleft = -50; -quoteright = -50; -quotesingle = -41; -sevensuperior = -100; -sixsuperior = -140; -threesuperior = -132; -twosuperior = -118; -}; -ellipsis.ss01 = { -Tbar = -103; -bracketright = -72; -eightsuperior = -142; -fivesuperior = -135; -foursuperior = -113; -ninesuperior = -140; -onesuperior = -65; -question.ss01 = -104; -quoteleft.ss01 = -61; -quoteright.ss01 = -61; -quotesingle = -41; -sevensuperior = -100; -sixsuperior = -140; -threesuperior = -132; -twosuperior = -118; -}; -emdash = { -foursuperior = -113; -question = -65; -}; -emdash.case = { -X = -86; -quotedblbase = -90; -quotedblbase.ss01 = -111; -}; -endash = { -X = -38; -endash = 0; -foursuperior = -113; -question = -60; -}; -endash.case = { -H = -26; -X = -86; -quotedblbase = -90; -quotedblbase.ss01 = -111; -}; -eng = { -bracketright = 0; -}; -eogonek = { -lslash = 14; -}; -equal = { -T = -62; -equal = 0; -parenright = -54; -parenright.case = -42; -}; -eth = { -a = 0; -e = 0; -g = 0; -hyphen = 10; -parenright = -20; -}; -euro = { -parenright = -26; -parenright.case = -22; -}; -exclamdown = { -T = -62; -V = -14; -Y = -43; -}; -f = { -igrave = 0; -n = 0; -o = 0; -}; -f_f.liga = { -igrave = 2; -}; -f_f_i.liga = { -idieresis = 0; -}; -fi = { -idieresis = 0; -}; -five = { -degree = -26; -ordmasculine = -14; -percent = 0; -}; -five.dnom = { -degree = -108; -question.ss01 = -71; -quotedblleft = -90; -}; -five.numr = { -fraction = -20; -}; -fiveinferior = { -T = -65; -}; -fivesuperior = { -comma = -50; -comma.ss01 = -41; -period = -42; -period.ss01 = -41; -slash = -78; -}; -fl = { -idieresis = 0; -itilde = 0; -periodcentered.loclCAT = 55; -}; -four = { -asciicircum = -61; -bracketright = -2; -bracketright.case = 0; -degree = -39; -ordfeminine = -29; -ordmasculine = -28; -percent = -18; -x = -12; -}; -four.dnom = { -degree = -106; -question.ss01 = -75; -quotedblleft = -90; -}; -fourinferior = { -T = -62; -V = -44; -}; -foursuperior = { -comma = -50; -comma.ss01 = -41; -period = -42; -period.ss01 = -41; -slash = -55; -}; -fraction = { -eight.dnom = -3; -four.dnom = -20; -fourinferior = -20; -seveninferior = 24; -two.dnom = 0; -zero.dnom = -10; -}; -g = { -bracketright = 0; -j = 0; -j.ss01 = -14; -parenright = -2; -slash = 13; -}; -g.ss06 = { -g.ss06 = 11; -}; -gcaron.ss06 = { -gcaron.ss06 = 11; -}; -gdotaccent = { -j = -14; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 11; -}; -germandbls = { -e = 11; -hyphen = 23; -parenright = -23; -}; -greater = { -T = -43; -parenright = -42; -}; -greaterequal = { -T = -58; -}; -guillemetleft = { -pi = 28; -}; -guillemetright = { -X = -40; -bracketright = -32; -}; -guilsinglright = { -X = -40; -}; -h = { -asterisk = -41; -}; -hyphen = { -Lslash = 51; -X = -34; -bracketright = -40; -foursuperior = -104; -pi = -11; -question = -62; -quotedblbase = -90; -quoteleft = -50; -quotesingle = -41; -x = -23; -}; -hyphen.case = { -Dcroat = 12; -X = -85; -bracketright.case = -66; -quotedblbase = -90; -quotedblbase.ss01 = -111; -quotesinglbase = -50; -}; -i = { -T = -20; -idieresis = 0; -jcircumflex = 0; -parenright = -19; -}; -i.ss01 = { -parenright = -2; -}; -iacute = { -rcaron = 0; -}; -icircumflex = { -b = 0; -h = 0; -i = 0; -icircumflex = 0; -j = 0; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 0; -question = 34; -quotedbl = 34; -quoteright = 18; -quotesingle = 34; -}; -idieresis = { -b = 0; -idieresis = 0; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 0; -}; -idotaccent = { -parenright = -19; -}; -idotaccent.ss01 = { -parenright = -2; -}; -imacron = { -b = 0; -imacron = 0; -j = -10; -k = 0; -kcommaaccent = 0; -l = 0; -l.ss04 = 0; -lcommaaccent = 0; -quotedbl = 0; -}; -infinity = { -parenright = -53; -parenright.case = -35; -}; -integral = { -a = -42; -}; -iogonek = { -j = -14; -}; -itilde = { -h = 0; -itilde = 0; -quotedbl = 47; -quotesingle = 47; -}; -j = { -j = -13; -}; -jacute = { -backslash = 57; -iogonek = 2; -}; -jcircumflex = { -i = 0; -jcircumflex = 0; -}; -k = { -oslash = 0; -}; -l = { -at = 0; -idieresis = 0; -igrave = 0; -itilde = 0; -jcircumflex = 0; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 10; -}; -l.ss03 = { -periodcentered.loclCAT = 49; -periodcentered.loclCAT.ss01 = 2; -}; -l.ss04 = { -periodcentered.loclCAT = 55; -periodcentered.loclCAT.ss01 = 9; -}; -lcaron = { -exclam.ss01 = 76; -l = 26; -ncaron = 0; -scaron = 8; -twosuperior = 84; -}; -lcaron.ss03 = { -b = 19; -eightsuperior = 58; -exclam = 69; -exclam.ss01 = 68; -fivesuperior = 54; -k = 19; -ninesuperior = 22; -onesuperior = 52; -question = 71; -quotedbl = 79; -quotesingle = 79; -sevensuperior = 85; -sixsuperior = 53; -}; -lcaron.ss04 = { -exclam.ss01 = 76; -twosuperior = 84; -}; -liraTurkish = { -one = -27; -parenright = -41; -question = -43; -quotedbl = -50; -quotesingle = -41; -seven = -36; -}; -logicalnot = { -Y = -63; -parenright = -39; -seven = -58; -}; -m = { -asterisk = -42; -braceright = -40; -twosuperior = -10; -}; -minus = { -T = -83; -X = -91; -comma = -50; -one = -51; -parenright = -80; -parenright.case = -68; -period = -42; -seven = -101; -three = -71; -two = -101; -}; -mu = { -mu = -1; -parenright = -26; -quotesingle = -9; -}; -multiply = { -parenright = -81; -parenright.case = -71; -}; -n = { -asterisk = -41; -at = -2; -braceright = -40; -degree = -62; -g.ss06 = -5; -n = 0; -one = -31; -ordmasculine = -30; -}; -ncaron = { -Yacute = -17; -}; -nine = { -bracketright = -33; -degree = -19; -}; -nine.dnom = { -degree = -134; -question = -77; -question.ss01 = -75; -quotedbl = -126; -quotedblleft = -90; -quotedblleft.ss01 = -111; -quotedblright = -90; -quotedblright.ss01 = -111; -}; -ninesuperior = { -comma = -50; -comma.ss01 = -41; -fraction = -14; -period = -42; -period.ss01 = -41; -slash = -59; -}; -notequal = { -parenright = -59; -parenright.case = -50; -}; -numbersign = { -parenright = -29; -}; -o = { -asterisk = -50; -backslash = -29; -braceright = -35; -germandbls = -4; -lslash = 13; -n = 0; -one = -30; -}; -oacute = { -lslash = -15; -}; -ocircumflexacute = { -bracketright = 0; -parenright = 0; -}; -odieresis = { -germandbls = -30; -}; -ohorn = { -i = 0; -m = 0; -n = 0; -parenright = -11; -}; -ohornacute = { -c = -25; -i = -26; -m = -27; -n = -27; -p = -27; -t = -19; -t_i.liga = -22; -t_t.liga = -22; -}; -ohorndotbelow = { -c = -25; -i = -26; -n = -27; -p = -27; -t = -19; -t_i.liga = -22; -t_t.liga = -22; -u = -26; -}; -ohorngrave = { -i = -26; -n = -27; -parenright = -34; -}; -ohornhookabove = { -i = -26; -n = -27; -}; -ohorntilde = { -i = -26; -n = -27; -}; -ohungarumlaut = { -parenright = -17; -}; -one = { -comma.ss01 = -13; -degree = -21; -equal = 0; -four = 0; -icircumflex = 21; -nine = -24; -one = 0; -parenright = -2; -percent = 0; -period.ss01 = -13; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -63; -one.dnom = 0; -question.ss01 = -63; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -50; -comma.ss01 = -41; -period = -42; -period.ss01 = -41; -slash = -60; -}; -ordfeminine = { -comma = -50; -comma.ss01 = -41; -period = -42; -period.ss01 = -41; -}; -ordmasculine = { -comma = -50; -comma.ss01 = -41; -hyphen = -112; -parenright = -16; -period = -42; -period.ss01 = -41; -slash = -67; -}; -oslash = { -d = -26; -e = -25; -g = -26; -hyphen = -19; -parenright = -53; -y = -26; -}; -p = { -asterisk = -50; -backslash = -30; -braceright = -35; -lslash = 11; -one = -31; -}; -parenleft = { -Dcroat = 0; -H = 0; -Icircumflex = 11; -Oslash = 0; -ampersand = -31; -approxequal = -77; -asciicircum = -87; -asciitilde = -69; -at = -46; -cent = -41; -copyright = -56; -degree = -27; -divide = -80; -dollar = -27; -equal = -54; -euro = -34; -greaterequal = -24; -i = -19; -idotaccent = -19; -infinity = -53; -iogonek = 60; -jcircumflex = 0; -less = -69; -literSign = -30; -logicalnot = -38; -minus = -80; -mu = 0; -multiply = -82; -notequal = -59; -numbersign = -31; -oslash = -3; -p = 0; -parenleft = -29; -pi = -31; -plus = -80; -plusminus = -42; -published = -56; -question = -17; -quotedblbase = 0; -quoteleft = 0; -radical = -31; -scaron = 0; -section = -15; -sterling = -9; -x = -9; -}; -parenleft.case = { -Icircumflex = 30; -approxequal = -66; -asciicircum = -79; -asciitilde = -58; -dollar = -21; -equal = -42; -euro = -25; -minus = -68; -numbersign = -21; -parenleft.case = -19; -plus = -68; -question = -15; -quotedblbase = 0; -quoteleft = 0; -}; -parenright = { -bracketright = -24; -comma = -12; -comma.ss01 = -27; -hyphen = 21; -parenleft = 22; -parenright = -29; -period = 0; -period.ss01 = -29; -quotedbl = 0; -}; -parenright.case = { -comma = -24; -comma.ss01 = -41; -parenright.case = -19; -period = -18; -period.ss01 = -41; -}; -percent = { -asterisk = -70; -bracketright = -40; -comma.ss01 = -38; -eightsuperior = -57; -fivesuperior = -62; -foursuperior = -84; -ninesuperior = -84; -onesuperior = -61; -parenright = -45; -parenright.case = -23; -period = -15; -period.ss01 = -38; -question = -73; -question.ss01 = -77; -quotedbl = -71; -quotedblleft = -75; -quotedblright = -66; -quoteleft = -50; -quoteright = -50; -quotesingle = -41; -sevensuperior = -61; -sixsuperior = -62; -threesuperior = -52; -twosuperior = -30; -}; -period = { -bracketright = -36; -eightsuperior = -42; -fivesuperior = -42; -foursuperior = -42; -ninesuperior = -42; -onesuperior = -42; -ordfeminine = -42; -ordmasculine = -42; -parenleft.case = -18; -question = -42; -quoteleft = -42; -quotesingle = -41; -sevensuperior = -42; -sixsuperior = -42; -threesuperior = -42; -twosuperior = -42; -}; -period.ss01 = { -bracketright = -41; -eightsuperior = -41; -fivesuperior = -41; -foursuperior = -41; -ninesuperior = -41; -onesuperior = -41; -ordfeminine = -41; -ordmasculine = -41; -question.ss01 = -41; -sevensuperior = -41; -sixsuperior = -41; -threesuperior = -41; -twosuperior = -41; -}; -periodcentered.loclCAT = { -l = 52; -l.ss03 = 51; -}; -perthousand = { -asterisk = -119; -parenright = -56; -parenright.case = -27; -question = -79; -question.ss01 = -83; -quotedblleft = -90; -quotedblleft.ss01 = -111; -quotedblright = -90; -quotedblright.ss01 = -111; -quoteleft = -50; -quoteright = -50; -}; -pi = { -hyphen = -12; -parenright = -20; -period = 14; -pi = 24; -quotesingle = 0; -}; -plus = { -J = -43; -T = -83; -V = -44; -X = -76; -Y = -70; -braceright = -70; -bracketright = -64; -comma = -50; -comma.ss01 = -41; -one = -51; -parenright = -80; -parenright.case = -68; -period = -42; -period.ss01 = -41; -quotedbl = -99; -seven = -81; -slash = -40; -three = -65; -two = -81; -}; -published = { -parenright = -84; -}; -q = { -bracketright = 0; -j = -11; -parenright = 0; -}; -question = { -A = -34; -J = -15; -comma = -47; -hyphen = -29; -parenright = -3; -parenright.case = 0; -period = -39; -question = 19; -questiondown = -72; -slash = -36; -}; -question.ss01 = { -comma.ss01 = -41; -parenright = -2; -parenright.case = 0; -period.ss01 = -41; -questiondown.ss01 = -49; -}; -questiondown.case = { -T = -55; -V = -57; -Y = -61; -quotedbl = -66; -quotedblleft = -70; -quotedblleft.ss01 = -104; -quoteright = -50; -}; -questiondown.ss01 = { -C = -50; -Q = -50; -Q.ss09 = -50; -T = -80; -V = -81; -Y = -90; -four = -68; -quotedbl = -69; -quotedblleft.ss01 = -111; -quotesingle = -41; -}; -quotedbl = { -ellipsis.ss01 = -126; -exclamdown = -67; -g.ss06 = -68; -icircumflex = 0; -mu = -35; -questiondown = -105; -questiondown.case = -98; -questiondown.ss01 = -82; -underscore = -126; -}; -quotedblbase = { -copyright = -78; -divide = -90; -equal = -90; -euro = -60; -minus = -90; -p = 0; -plus = -90; -question = -66; -quotedblright = -90; -quoteleft = -50; -}; -quotedblbase.ss01 = { -divide = -111; -minus = -111; -plus = -111; -question.ss01 = -104; -quotedblright.ss01 = -111; -}; -quotedblleft = { -g.ss06 = -82; -mu = -61; -questiondown = -90; -questiondown.case = -77; -quotedblbase = -90; -underscore = -90; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -111; -questiondown.ss01 = -90; -quotedblbase.ss01 = -111; -underscore = -111; -}; -quotedblright = { -asciitilde = -90; -questiondown = -90; -questiondown.case = -70; -quotesinglbase = -50; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -111; -questiondown.case = -111; -questiondown.ss01 = -111; -}; -quoteleft = { -questiondown = -50; -questiondown.case = -50; -quotedblbase = -50; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -61; -}; -quoteright = { -icircumflex = 33; -questiondown = -50; -quotedblbase = -50; -}; -quoteright.ss01 = { -questiondown.ss01 = -61; -quotedblbase.ss01 = -61; -}; -quotesinglbase = { -T = -50; -V = -50; -Y = -50; -minus = -50; -plus = -50; -question = -50; -quotedblleft = -50; -quoteleft = -50; -}; -quotesinglbase.ss01 = { -T = -61; -V = -61; -Y = -61; -question.ss01 = -61; -}; -quotesingle = { -Hbar = 34; -g.ss06 = -33; -icircumflex = 34; -igrave = 40; -imacron = 0; -itilde = 44; -l.ss04 = 2; -questiondown = -41; -questiondown.case = -41; -underscore = -41; -}; -r = { -braceright = -37; -fourinferior = -61; -g.ss06 = -25; -parenright = -39; -}; -radical = { -A = -40; -}; -rcaron = { -sevensuperior = 9; -}; -registered = { -comma = -50; -comma.ss01 = -41; -parenright = -39; -parenright.case = -32; -period = -42; -period.ss01 = -41; -slash = -53; -}; -s = { -asterisk = -29; -braceright = -29; -l = 0; -}; -scaron = { -T = -27; -}; -semicolon = { -hyphen = -50; -}; -seven = { -minus = -71; -percent = 0; -plus = -63; -underscore = -73; -}; -seven.dnom = { -question.ss01 = -83; -}; -seven.numr = { -fraction = -20; -}; -seveninferior = { -parenright = -46; -}; -sevensuperior = { -A = -68; -comma = -50; -comma.ss01 = -41; -fraction = -20; -period = -42; -period.ss01 = -41; -slash = -83; -}; -six = { -bracketright = -25; -degree = -20; -}; -six.dnom = { -degree = -114; -question.ss01 = -75; -quotedbl = -114; -quotedblleft = -90; -quotedblleft.ss01 = -111; -quotedblright = -90; -}; -sixinferior = { -T = -69; -}; -sixsuperior = { -comma = -50; -comma.ss01 = -41; -period = -42; -period.ss01 = -41; -slash = -82; -}; -slash = { -fourinferior = -75; -g.ss06 = -44; -ibreve = 54; -l.ss04 = 6; -mu = -30; -quotedblbase = -90; -quotedblbase.ss01 = -94; -quotesinglbase = -50; -underscore = -67; -}; -sterling = { -two = 14; -}; -t_i.liga = { -idieresis = 0; -}; -tcaron = { -b = 2; -exclam = 17; -h = 2; -hyphen = -27; -i = 2; -j = -4; -k = 2; -parenright = 49; -quotedbl = 21; -quotedblleft = 11; -quotesingle = 23; -}; -tcedilla = { -parenright = 24; -}; -tenge = { -comma = -50; -comma.ss01 = -41; -period = -42; -period.ss01 = -41; -slash = -61; -}; -three = { -bracketright = -26; -}; -three.dnom = { -degree = -106; -question.ss01 = -73; -quotedbl = -106; -quotedblleft = -90; -quotedblright = -90; -}; -three.numr = { -fraction = -20; -}; -threeinferior = { -T = -66; -V = -44; -Y = -82; -}; -threesuperior = { -comma = -50; -comma.ss01 = -41; -fraction = -20; -parenright = -36; -period = -42; -period.ss01 = -41; -slash = -84; -}; -trademark = { -comma = -50; -comma.ss01 = -41; -hyphen = -112; -period = -42; -period.ss01 = -41; -slash = -87; -}; -two = { -percent = 0; -}; -two.dnom = { -degree = -92; -question.ss01 = -65; -quotedbl = -92; -quotedblleft = -90; -quotedblright = -90; -}; -twoinferior = { -T = -62; -V = -36; -Y = -74; -}; -twosuperior = { -comma = -50; -comma.ss01 = -41; -parenright = -17; -parenright.case = -15; -period = -42; -period.ss01 = -41; -slash = -65; -}; -uhorn = { -a = -7; -ohorn = -5; -ohornacute = -5; -ohorndotbelow = -5; -ohorndotbelow.ss01 = -5; -ohorngrave = -5; -ohornhookabove = -5; -ohorntilde = -3; -}; -uhornacute = { -a = -7; -c = -5; -}; -uhorndotbelow = { -a = -7; -c = -5; -comma = -11; -period = -9; -}; -uhorngrave = { -a = -7; -a.ss05 = -3; -}; -uhornhookabove = { -a = -7; -comma = -11; -comma.ss01 = -28; -period = -9; -period.ss01 = -28; -}; -uhorntilde = { -a = -7; -comma = -11; -period = -9; -}; -uhungarumlaut = { -parenright = 0; -}; -underscore = { -C = 0; -O = 0; -T = -53; -V = -60; -W = -35; -Y = -65; -asterisk = -119; -four = -119; -one = -24; -quotedbl = -126; -quotedblright = -90; -quotedblright.ss01 = -111; -quotesingle = -41; -seven = -39; -six = 0; -v = -43; -}; -uogonek = { -j = -14; -parenright = 0; -}; -v = { -braceright = -33; -n = 0; -}; -w = { -braceright = -35; -}; -x = { -four = -18; -}; -y = { -braceright = -25; -}; -ydotbelow = { -period = -41; -}; -zero = { -braceright = -34; -bracketright = -33; -bracketright.case = -34; -degree = -21; -percent = 0; -}; -zero.dnom = { -degree = -119; -question = -70; -question.ss01 = -75; -quotedbl = -119; -quotedblleft = -90; -quotedblleft.ss01 = -111; -quotedblright = -90; -quotedblright.ss01 = -111; -quoteleft = -50; -}; -zeroinferior = { -parenright = -41; -}; -zerosuperior = { -comma = -50; -comma.ss01 = -41; -fraction = -20; -period = -42; -period.ss01 = -41; -slash = -86; -}; -}; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 1; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = -13; -"@MMK_R_KO_V" = -54; -"@MMK_R_KO_W" = -46; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -72; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -52; -"@MMK_R_KO_bracketright" = -56; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 6; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = -40; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -20; -"@MMK_R_KO_fivesuperior" = -42; -"@MMK_R_KO_foursuperior" = -50; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -9; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -43; -"@MMK_R_KO_onesuperior" = -69; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -52; -"@MMK_R_KO_question.ss01" = -54; -"@MMK_R_KO_quotedbl" = -48; -"@MMK_R_KO_quotedblleft" = -39; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteleft" = -39; -"@MMK_R_KO_quoteright" = -45; -"@MMK_R_KO_quoteright.ss01" = -39; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_sevensuperior" = -70; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_sixsuperior" = -44; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_threesuperior" = -45; -"@MMK_R_KO_trademark" = -73; -"@MMK_R_KO_u" = -8; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -38; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = -20; -"@MMK_R_KO_Y" = -28; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -19; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 29; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = -42; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -18; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -35; -"@MMK_R_KO_v" = -5; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -11; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = -27; -"@MMK_R_KO_Y" = -32; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -2; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 9; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 21; -"@MMK_R_KO_imacron" = 26; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 13; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -46; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_sevensuperior" = -21; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -28; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -37; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -21; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -20; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -20; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -38; -"@MMK_R_KO_Y" = -50; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -17; -"@MMK_R_KO_bracketright" = -57; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -25; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_exclam" = -6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -6; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_hyphen.case" = 3; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 15; -"@MMK_R_KO_imacron" = 9; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -33; -"@MMK_R_KO_parenright" = -65; -"@MMK_R_KO_parenright.case" = -61; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -44; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -61; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = -35; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -52; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 9; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -57; -"@MMK_R_KO_period" = -21; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_question" = -13; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_y" = -4; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 2; -"@MMK_R_KO_X" = 3; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 41; -"@MMK_R_KO_imacron" = 47; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 26; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = -23; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -3; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = -33; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = -3; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = -27; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = -7; -"@MMK_R_KO_colon" = -20; -"@MMK_R_KO_comma" = -86; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -102; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_icircumflex" = 34; -"@MMK_R_KO_imacron" = 46; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_parenright.case" = -24; -"@MMK_R_KO_period" = -86; -"@MMK_R_KO_period.ss01" = -93; -"@MMK_R_KO_question" = -9; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = 4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -19; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -56; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -5; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_underscore" = -81; -"@MMK_R_KO_v" = -23; -"@MMK_R_KO_w" = -18; -"@MMK_R_KO_x" = -44; -"@MMK_R_KO_y" = -29; -"@MMK_R_KO_z" = -27; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = -27; -"@MMK_R_KO_Y" = -32; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -12; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 24; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = -19; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -45; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -9; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -21; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -23; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -38; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -39; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -17; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 18; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 7; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -34; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -16; -"@MMK_R_KO_bracketright" = -11; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 33; -"@MMK_R_KO_imacron" = 41; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -4; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_parenright.case" = -20; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -10; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -11; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = -3; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = -13; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = -7; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -38; -"@MMK_R_KO_g" = -18; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -34; -"@MMK_R_KO_hyphen.case" = -49; -"@MMK_R_KO_i" = -10; -"@MMK_R_KO_icircumflex" = 23; -"@MMK_R_KO_imacron" = 50; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -19; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_parenright.case" = -29; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_question" = -23; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -14; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_sevensuperior" = -18; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_threesuperior" = -23; -"@MMK_R_KO_trademark" = -9; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -42; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = -46; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = -9; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -15; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 44; -"@MMK_R_KO_imacron" = 43; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -24; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -10; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -31; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -10; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -32; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asciicircum" = -64; -"@MMK_R_KO_bracketright" = -8; -"@MMK_R_KO_colon" = -11; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = -26; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -48; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -47; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_hyphen.case" = -40; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 28; -"@MMK_R_KO_imacron" = 45; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 21; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -15; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -32; -"@MMK_R_KO_question.ss01" = -32; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_sevensuperior" = -6; -"@MMK_R_KO_six" = -31; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -11; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -38; -"@MMK_R_KO_w" = -33; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = -59; -"@MMK_R_KO_W" = -51; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -80; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asciicircum" = -93; -"@MMK_R_KO_bracketright" = -65; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = 14; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -17; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eightsuperior" = -82; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = -8; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_fivesuperior" = -83; -"@MMK_R_KO_foursuperior" = -87; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -48; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -74; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -82; -"@MMK_R_KO_onesuperior" = -91; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -26; -"@MMK_R_KO_period" = 14; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -72; -"@MMK_R_KO_question.ss01" = -76; -"@MMK_R_KO_quotedbl" = -74; -"@MMK_R_KO_quotedblleft" = -77; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -77; -"@MMK_R_KO_quoteright" = -79; -"@MMK_R_KO_quoteright.ss01" = -79; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_sevensuperior" = -90; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = -82; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_threesuperior" = -86; -"@MMK_R_KO_trademark" = -92; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -45; -"@MMK_R_KO_w" = -27; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = -50; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -58; -"@MMK_R_KO_W" = -46; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -80; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -64; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 14; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = -47; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_fivesuperior" = -51; -"@MMK_R_KO_foursuperior" = -52; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -37; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -53; -"@MMK_R_KO_onesuperior" = -82; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_parenright.case" = -25; -"@MMK_R_KO_period" = 14; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -51; -"@MMK_R_KO_question.ss01" = -53; -"@MMK_R_KO_quotedbl" = -56; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -48; -"@MMK_R_KO_quoteleft" = -37; -"@MMK_R_KO_quoteright" = -54; -"@MMK_R_KO_quoteright.ss01" = -46; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -82; -"@MMK_R_KO_sixsuperior" = -49; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_threesuperior" = -53; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -16; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -16; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = -34; -"@MMK_R_KO_Y" = -39; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -15; -"@MMK_R_KO_bracketright" = -42; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -18; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 17; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -57; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -34; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -45; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -8; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -16; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -16; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = -34; -"@MMK_R_KO_Y" = -39; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_bracketright" = -38; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -18; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -44; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -34; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -45; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -8; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 23; -"@MMK_R_KO_I.ss02" = 25; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 23; -"@MMK_R_KO_U" = 25; -"@MMK_R_KO_V" = 20; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -18; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = 22; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 7; -"@MMK_R_KO_i" = 27; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 25; -"@MMK_R_KO_quoteright" = 16; -"@MMK_R_KO_quoteright.ss01" = 30; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = 8; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -35; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -35; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = -32; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -2; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -100; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -147; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -8; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 17; -"@MMK_R_KO_imacron" = 21; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_parenright.case" = -53; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -93; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 3; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = -19; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -66; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -25; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -146; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -8; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = -26; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -28; -"@MMK_R_KO_X" = -4; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -51; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -8; -"@MMK_R_KO_hyphen.case" = -7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 7; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -40; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_parenright.case" = -26; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -21; -"@MMK_R_KO_question.ss01" = -27; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -43; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -50; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -3; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -26; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -11; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 23; -"@MMK_R_KO_imacron" = 26; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -15; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -25; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -29; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -20; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = 1; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 29; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -9; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -18; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -27; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -28; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -9; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -29; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = 1; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 29; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -9; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -18; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -27; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -9; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -50; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = -34; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = -3; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -52; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asciicircum" = -39; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -43; -"@MMK_R_KO_comma" = -46; -"@MMK_R_KO_comma.ss01" = -66; -"@MMK_R_KO_e" = -54; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -66; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -25; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -23; -"@MMK_R_KO_g" = -52; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = -39; -"@MMK_R_KO_hyphen" = -47; -"@MMK_R_KO_hyphen.case" = -50; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 17; -"@MMK_R_KO_n" = -28; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = -46; -"@MMK_R_KO_period.ss01" = -63; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -57; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -49; -"@MMK_R_KO_t" = -21; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -5; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_underscore" = -38; -"@MMK_R_KO_v" = -51; -"@MMK_R_KO_w" = -45; -"@MMK_R_KO_x" = -48; -"@MMK_R_KO_y" = -58; -"@MMK_R_KO_z" = -42; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_X" = -8; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -14; -"@MMK_R_KO_bracketright" = -24; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_imacron" = 44; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 26; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_parenright.case" = -24; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -7; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -23; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -9; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -37; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = -9; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -27; -"@MMK_R_KO_H" = -12; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -20; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = -10; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -20; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_bracketright" = -24; -"@MMK_R_KO_colon" = -11; -"@MMK_R_KO_comma" = -23; -"@MMK_R_KO_comma.ss01" = -38; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_exclam" = -13; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -24; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_parenright.case" = -36; -"@MMK_R_KO_period" = -23; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_sevensuperior" = -24; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_v" = -13; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -26; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_bracketright" = 16; -"@MMK_R_KO_colon" = -11; -"@MMK_R_KO_comma" = -23; -"@MMK_R_KO_comma.ss01" = -38; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_eightsuperior" = 7; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_fivesuperior" = 11; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_ninesuperior" = 6; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -23; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = -16; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 6; -"@MMK_R_KO_sevensuperior" = 11; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_threesuperior" = 5; -"@MMK_R_KO_u" = -13; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -55; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 1; -"@MMK_R_KO_J" = -33; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -34; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = -25; -"@MMK_R_KO_comma" = -52; -"@MMK_R_KO_comma.ss01" = -72; -"@MMK_R_KO_e" = -33; -"@MMK_R_KO_egrave" = -23; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -72; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = -30; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 32; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 26; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -7; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -24; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = -14; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -70; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -4; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_underscore" = -52; -"@MMK_R_KO_v" = -20; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = -27; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -21; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -46; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -31; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -24; -"@MMK_R_KO_a.ss05" = -29; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = -19; -"@MMK_R_KO_comma" = -41; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -25; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_hyphen.case" = -15; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 36; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 26; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -6; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period" = -41; -"@MMK_R_KO_period.ss01" = -56; -"@MMK_R_KO_question" = -10; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -64; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = -40; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -32; -"@MMK_R_KO_S" = -22; -"@MMK_R_KO_T" = -3; -"@MMK_R_KO_U" = -8; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asciicircum" = -56; -"@MMK_R_KO_bracketright" = -11; -"@MMK_R_KO_colon" = -10; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -28; -"@MMK_R_KO_egrave" = -26; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -44; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -53; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -26; -"@MMK_R_KO_hyphen.case" = -44; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 30; -"@MMK_R_KO_imacron" = 45; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -30; -"@MMK_R_KO_question.ss01" = -30; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -22; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -22; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = -22; -"@MMK_R_KO_sevensuperior" = -11; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -14; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -35; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -72; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -42; -"@MMK_R_KO_O" = -38; -"@MMK_R_KO_S" = -27; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = -72; -"@MMK_R_KO_a.ss05" = -66; -"@MMK_R_KO_asciicircum" = -55; -"@MMK_R_KO_bracketright" = -9; -"@MMK_R_KO_colon" = -56; -"@MMK_R_KO_comma" = -86; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_e" = -76; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -102; -"@MMK_R_KO_exclam" = -7; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -43; -"@MMK_R_KO_g" = -71; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_hyphen" = -76; -"@MMK_R_KO_hyphen.case" = -50; -"@MMK_R_KO_i" = -12; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -15; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -29; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = -86; -"@MMK_R_KO_period.ss01" = -93; -"@MMK_R_KO_question" = -30; -"@MMK_R_KO_question.ss01" = -30; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -21; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = -73; -"@MMK_R_KO_sevensuperior" = -7; -"@MMK_R_KO_six" = -42; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = -95; -"@MMK_R_KO_t" = -35; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -11; -"@MMK_R_KO_u" = -43; -"@MMK_R_KO_underscore" = -80; -"@MMK_R_KO_v" = -44; -"@MMK_R_KO_w" = -44; -"@MMK_R_KO_x" = -50; -"@MMK_R_KO_y" = -46; -"@MMK_R_KO_z" = -42; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 1; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -36; -"@MMK_R_KO_bracketright" = -9; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -43; -"@MMK_R_KO_hyphen.case" = -34; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 41; -"@MMK_R_KO_imacron" = 49; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = 11; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -5; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = 4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -20; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -19; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -3; -"@MMK_R_KO_Y" = -50; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = -14; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -59; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -19; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = -24; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = -25; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -65; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -53; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -50; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -41; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -78; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -49; -"@MMK_R_KO_bracketright" = -74; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = -25; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_fivesuperior" = -31; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -8; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -76; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -60; -"@MMK_R_KO_question.ss01" = -52; -"@MMK_R_KO_quotedbl" = -52; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -37; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -80; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = -32; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_threesuperior" = -32; -"@MMK_R_KO_trademark" = -80; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -29; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -41; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -65; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_fivesuperior" = -23; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -8; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 7; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -55; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -59; -"@MMK_R_KO_question.ss01" = -50; -"@MMK_R_KO_quotedbl" = -38; -"@MMK_R_KO_quotedblleft" = -28; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -35; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -43; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = -26; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_threesuperior" = -25; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -29; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_T" = -54; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = -21; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -50; -"@MMK_R_KO_H" = -14; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_T" = -38; -"@MMK_R_KO_a" = -30; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_i" = -18; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_t" = -2; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = -15; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_T" = -69; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_i" = -14; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_t" = -11; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -31; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -51; -"@MMK_R_KO_a.ss05" = -71; -"@MMK_R_KO_asterisk" = 5; -"@MMK_R_KO_colon" = -30; -"@MMK_R_KO_comma" = -100; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_e" = -72; -"@MMK_R_KO_eight" = 2; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -77; -"@MMK_R_KO_g" = -51; -"@MMK_R_KO_guillemetleft" = -86; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = -125; -"@MMK_R_KO_hyphen.case" = -107; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_n" = -23; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_parenright.case" = -43; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -93; -"@MMK_R_KO_quotedbl" = 4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = -53; -"@MMK_R_KO_seven" = 5; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_slash" = -101; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -67; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -37; -"@MMK_R_KO_O" = -37; -"@MMK_R_KO_S" = -29; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_Y" = -9; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = -70; -"@MMK_R_KO_a.ss05" = -72; -"@MMK_R_KO_asterisk" = -17; -"@MMK_R_KO_colon" = -72; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -72; -"@MMK_R_KO_egrave" = -55; -"@MMK_R_KO_eight" = -23; -"@MMK_R_KO_ellipsis" = -79; -"@MMK_R_KO_f" = -57; -"@MMK_R_KO_five" = -21; -"@MMK_R_KO_four" = -71; -"@MMK_R_KO_g" = -24; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -82; -"@MMK_R_KO_hyphen" = -71; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 35; -"@MMK_R_KO_n" = -73; -"@MMK_R_KO_nine" = -26; -"@MMK_R_KO_one" = -71; -"@MMK_R_KO_period" = -69; -"@MMK_R_KO_period.ss01" = -78; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -76; -"@MMK_R_KO_seven" = -9; -"@MMK_R_KO_six" = -45; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -38; -"@MMK_R_KO_three" = -37; -"@MMK_R_KO_two" = -32; -"@MMK_R_KO_u" = -64; -"@MMK_R_KO_v" = -79; -"@MMK_R_KO_w" = -76; -"@MMK_R_KO_y" = -34; -"@MMK_R_KO_z" = -56; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = -38; -"@MMK_R_KO_S" = -31; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_Y" = -9; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_asterisk" = -19; -"@MMK_R_KO_colon" = -20; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_eight" = -19; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_five" = -17; -"@MMK_R_KO_four" = -71; -"@MMK_R_KO_guillemetleft" = -80; -"@MMK_R_KO_guillemetright" = -65; -"@MMK_R_KO_hyphen.case" = -72; -"@MMK_R_KO_nine" = -26; -"@MMK_R_KO_one" = -70; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -34; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_seven" = -9; -"@MMK_R_KO_six" = -38; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_three" = -30; -"@MMK_R_KO_two" = -10; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -52; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -26; -"@MMK_R_KO_X" = -26; -"@MMK_R_KO_Y" = -75; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = -74; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_exclam" = -8; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -26; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = -5; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -51; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = -52; -"@MMK_R_KO_question.ss01" = -44; -"@MMK_R_KO_quotedbl" = -44; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -29; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -73; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -62; -"@MMK_R_KO_v" = -16; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = -26; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -100; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = -8; -"@MMK_R_KO_four" = -4; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_hyphen.case" = -100; -"@MMK_R_KO_nine" = -14; -"@MMK_R_KO_one" = -76; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_quotedbl" = -100; -"@MMK_R_KO_quotedblleft" = -100; -"@MMK_R_KO_quoteright" = -100; -"@MMK_R_KO_seven" = -79; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = 10; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -60; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_a" = -44; -"@MMK_R_KO_e" = -55; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_t" = -6; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_X" = -24; -"@MMK_R_KO_Y" = -75; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -8; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -25; -"@MMK_R_KO_onesuperior" = -67; -"@MMK_R_KO_parenright" = -69; -"@MMK_R_KO_period" = -8; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = -58; -"@MMK_R_KO_question.ss01" = -50; -"@MMK_R_KO_quotedbl" = -44; -"@MMK_R_KO_quotedblleft" = -31; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = -31; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -71; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -24; -"@MMK_R_KO_slash" = -27; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_threesuperior" = -23; -"@MMK_R_KO_trademark" = -74; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -45; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -24; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -37; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = -59; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -8; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -26; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_icircumflex" = 9; -"@MMK_R_KO_imacron" = 1; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -49; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_period" = -8; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = -52; -"@MMK_R_KO_question.ss01" = -45; -"@MMK_R_KO_quotedbl" = -27; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -28; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = -27; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -45; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -24; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 21; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eight" = 35; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 20; -"@MMK_R_KO_four" = 15; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 12; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_n" = 9; -"@MMK_R_KO_nine" = 11; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_parenright.case" = -36; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_slash" = -10; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_three" = 17; -"@MMK_R_KO_two" = 8; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = -33; -"@MMK_R_KO_S" = -23; -"@MMK_R_KO_T" = -63; -"@MMK_R_KO_U" = -28; -"@MMK_R_KO_V" = -72; -"@MMK_R_KO_W" = -61; -"@MMK_R_KO_Y" = -102; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asterisk" = -125; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -28; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eight" = -11; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_five" = -23; -"@MMK_R_KO_four" = -24; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -77; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -131; -"@MMK_R_KO_hyphen.case" = -229; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_nine" = -30; -"@MMK_R_KO_one" = -92; -"@MMK_R_KO_parenright" = -62; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -187; -"@MMK_R_KO_quotedblleft" = -204; -"@MMK_R_KO_quoteright" = -204; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_seven" = -97; -"@MMK_R_KO_six" = -34; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = -32; -"@MMK_R_KO_three" = -19; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -57; -"@MMK_R_KO_w" = -37; -"@MMK_R_KO_y" = -68; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = -22; -"@MMK_R_KO_I.ss02" = -16; -"@MMK_R_KO_J" = -16; -"@MMK_R_KO_O" = -38; -"@MMK_R_KO_S" = -30; -"@MMK_R_KO_T" = -74; -"@MMK_R_KO_U" = -35; -"@MMK_R_KO_V" = -81; -"@MMK_R_KO_W" = -72; -"@MMK_R_KO_Y" = -111; -"@MMK_R_KO_Z" = -14; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asterisk" = -125; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eight" = -20; -"@MMK_R_KO_f" = -45; -"@MMK_R_KO_five" = -30; -"@MMK_R_KO_four" = -31; -"@MMK_R_KO_g" = -28; -"@MMK_R_KO_guillemetleft" = -76; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -58; -"@MMK_R_KO_hyphen.case" = -229; -"@MMK_R_KO_i" = -21; -"@MMK_R_KO_j" = -25; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = -36; -"@MMK_R_KO_one" = -102; -"@MMK_R_KO_parenright" = -74; -"@MMK_R_KO_parenright.case" = -42; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_quotedbl" = -187; -"@MMK_R_KO_quotedblleft.ss01" = -210; -"@MMK_R_KO_quoteright.ss01" = -210; -"@MMK_R_KO_s" = -27; -"@MMK_R_KO_seven" = -106; -"@MMK_R_KO_six" = -38; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = -46; -"@MMK_R_KO_three" = -28; -"@MMK_R_KO_two" = -17; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_v" = -66; -"@MMK_R_KO_w" = -49; -"@MMK_R_KO_y" = -71; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -25; -"@MMK_R_KO_J" = -34; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -50; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -27; -"@MMK_R_KO_Y" = -78; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_colon" = -56; -"@MMK_R_KO_comma" = -48; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eight" = 7; -"@MMK_R_KO_f" = -26; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 3; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -4; -"@MMK_R_KO_one" = -77; -"@MMK_R_KO_parenright" = -73; -"@MMK_R_KO_period" = -48; -"@MMK_R_KO_period.ss01" = -93; -"@MMK_R_KO_quotedbl" = -85; -"@MMK_R_KO_quotedblleft" = -134; -"@MMK_R_KO_quotedblleft.ss01" = -95; -"@MMK_R_KO_quoteright" = -100; -"@MMK_R_KO_quoteright.ss01" = -95; -"@MMK_R_KO_s" = -7; -"@MMK_R_KO_seven" = -94; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -35; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -12; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = -22; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -18; -"@MMK_R_KO_a.ss05" = -22; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -13; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -44; -"@MMK_R_KO_comma.ss01" = -54; -"@MMK_R_KO_e" = -21; -"@MMK_R_KO_egrave" = -14; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -43; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 35; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 20; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -30; -"@MMK_R_KO_period" = -44; -"@MMK_R_KO_period.ss01" = -51; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -58; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = -40; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = -13; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -26; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = -26; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 9; -"@MMK_R_KO_W" = 10; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -33; -"@MMK_R_KO_comma.ss01" = -43; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -42; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -28; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -32; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 34; -"@MMK_R_KO_imacron" = 40; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 26; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 6; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_period" = -33; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 4; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 7; -"@MMK_R_KO_s" = -10; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 9; -"@MMK_R_KO_slash" = -42; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -29; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = -7; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -14; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = -1; -"@MMK_R_KO_comma" = -1; -"@MMK_R_KO_e" = -1; -"@MMK_R_KO_egrave" = -1; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 1; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -1; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 32; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 13; -"@MMK_R_KO_n" = -1; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -9; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_period" = -1; -"@MMK_R_KO_question" = -13; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -10; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -14; -"@MMK_R_KO_u" = -1; -"@MMK_R_KO_underscore" = -1; -"@MMK_R_KO_v" = -1; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -15; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_Y" = -24; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asterisk" = -14; -"@MMK_R_KO_colon" = -11; -"@MMK_R_KO_comma" = -9; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 19; -"@MMK_R_KO_ellipsis" = -27; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 7; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 9; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = -25; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_parenright.case" = -39; -"@MMK_R_KO_period" = -8; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -17; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -8; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -34; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -26; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -31; -"@MMK_R_KO_colon" = -18; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 17; -"@MMK_R_KO_ellipsis" = -22; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 6; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -34; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_parenright.case" = -47; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_quotedbl" = -27; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -35; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -34; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -16; -"@MMK_R_KO_t" = -15; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = -3; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -28; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = -14; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -26; -"@MMK_R_KO_egrave" = -23; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -29; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 8; -"@MMK_R_KO_imacron" = 9; -"@MMK_R_KO_j" = 20; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -3; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_sevensuperior" = -6; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = -4; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -22; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -38; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asterisk" = -16; -"@MMK_R_KO_colon" = -10; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -14; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -28; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -72; -"@MMK_R_KO_parenright.case" = -54; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_quotedbl" = -21; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = -41; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -37; -"@MMK_R_KO_J" = -33; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -23; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_Y" = -79; -"@MMK_R_KO_Z" = -40; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = -22; -"@MMK_R_KO_asterisk" = -86; -"@MMK_R_KO_colon" = -36; -"@MMK_R_KO_comma" = -70; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -77; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -58; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = 3; -"@MMK_R_KO_i" = -9; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_n" = -9; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = -39; -"@MMK_R_KO_parenright" = -80; -"@MMK_R_KO_parenright.case" = -74; -"@MMK_R_KO_period" = -69; -"@MMK_R_KO_period.ss01" = -60; -"@MMK_R_KO_quotedbl" = -64; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteright" = -45; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_s" = -13; -"@MMK_R_KO_seven" = -40; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -62; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_three" = -22; -"@MMK_R_KO_two" = -41; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = -31; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -25; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -43; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_Y" = -76; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asterisk" = -125; -"@MMK_R_KO_colon" = -55; -"@MMK_R_KO_comma" = -47; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eight" = 19; -"@MMK_R_KO_f" = -25; -"@MMK_R_KO_five" = 3; -"@MMK_R_KO_four" = 8; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 3; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -74; -"@MMK_R_KO_parenright" = -71; -"@MMK_R_KO_period" = -46; -"@MMK_R_KO_period.ss01" = -54; -"@MMK_R_KO_quotedbl" = -159; -"@MMK_R_KO_quotedblleft" = -132; -"@MMK_R_KO_quotedblleft.ss01" = -95; -"@MMK_R_KO_quoteright" = -100; -"@MMK_R_KO_quoteright.ss01" = -95; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_seven" = -91; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_three" = 5; -"@MMK_R_KO_two" = -8; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = -20; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = -21; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -32; -"@MMK_R_KO_H" = -13; -"@MMK_R_KO_I.ss02" = -46; -"@MMK_R_KO_J" = -43; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = -57; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -28; -"@MMK_R_KO_Y" = -67; -"@MMK_R_KO_Z" = -47; -"@MMK_R_KO_asterisk" = -109; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -100; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_five" = -10; -"@MMK_R_KO_four" = -4; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = -41; -"@MMK_R_KO_hyphen.case" = -7; -"@MMK_R_KO_nine" = -11; -"@MMK_R_KO_one" = -14; -"@MMK_R_KO_parenright.case" = -78; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -93; -"@MMK_R_KO_quotedbl" = -35; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_seven" = -15; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_slash" = -69; -"@MMK_R_KO_three" = -69; -"@MMK_R_KO_two" = -44; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = 2; -"@MMK_R_KO_Y" = -10; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -45; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -14; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 34; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -42; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -19; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -15; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 26; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 29; -"@MMK_R_KO_V" = 15; -"@MMK_R_KO_W" = 23; -"@MMK_R_KO_X" = 18; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 25; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -12; -"@MMK_R_KO_bracketright" = 22; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = 30; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 20; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = 26; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 19; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 36; -"@MMK_R_KO_j" = 30; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 29; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = 20; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 21; -"@MMK_R_KO_quoteright.ss01" = 26; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 19; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 27; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = -40; -"@MMK_R_KO_U" = -8; -"@MMK_R_KO_V" = -23; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asciicircum" = -27; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -1; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eightsuperior" = -21; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -29; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -68; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 3; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = -40; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_sevensuperior" = -81; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = -30; -"@MMK_R_KO_trademark" = -56; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 5; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 1; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = 2; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -19; -"@MMK_R_KO_bracketright" = -10; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 35; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -3; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -9; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = -16; -"@MMK_R_KO_U" = -12; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -24; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -34; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -26; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 17; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -21; -"@MMK_R_KO_question.ss01" = -27; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_threesuperior" = -23; -"@MMK_R_KO_trademark" = -31; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 44; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 42; -"@MMK_R_KO_eightsuperior" = 87; -"@MMK_R_KO_exclam" = 91; -"@MMK_R_KO_f" = 58; -"@MMK_R_KO_fivesuperior" = 89; -"@MMK_R_KO_foursuperior" = 79; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -5; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 61; -"@MMK_R_KO_j" = 56; -"@MMK_R_KO_l.ss04" = 58; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 90; -"@MMK_R_KO_onesuperior" = 34; -"@MMK_R_KO_parenright" = 42; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 80; -"@MMK_R_KO_question.ss01" = 79; -"@MMK_R_KO_quotedbl" = 91; -"@MMK_R_KO_quotedblleft" = 85; -"@MMK_R_KO_quotedblleft.ss01" = 83; -"@MMK_R_KO_quoteleft" = 85; -"@MMK_R_KO_sevensuperior" = 14; -"@MMK_R_KO_sixsuperior" = 89; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = 37; -"@MMK_R_KO_threesuperior" = 54; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_z" = 44; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -9; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -30; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -69; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -72; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -4; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = -65; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = 3; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -38; -"@MMK_R_KO_question.ss01" = -41; -"@MMK_R_KO_quotedbl" = -40; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -24; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -71; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -67; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -6; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_X" = -23; -"@MMK_R_KO_Y" = -72; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -74; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = -8; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -23; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -64; -"@MMK_R_KO_parenright" = -71; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = -42; -"@MMK_R_KO_question.ss01" = -45; -"@MMK_R_KO_quotedbl" = -43; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = -32; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -70; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = -27; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -70; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -34; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -28; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_Y" = -41; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -64; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -24; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = -7; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 18; -"@MMK_R_KO_imacron" = 22; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -69; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = -40; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -24; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -24; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -52; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -28; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -43; -"@MMK_R_KO_H" = -27; -"@MMK_R_KO_I.ss02" = -20; -"@MMK_R_KO_J" = -44; -"@MMK_R_KO_O" = -59; -"@MMK_R_KO_S" = -49; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = -25; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_Y" = -28; -"@MMK_R_KO_Z" = -27; -"@MMK_R_KO_a" = -69; -"@MMK_R_KO_a.ss05" = -67; -"@MMK_R_KO_asterisk" = -43; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -71; -"@MMK_R_KO_egrave" = -62; -"@MMK_R_KO_eight" = -41; -"@MMK_R_KO_ellipsis" = -63; -"@MMK_R_KO_f" = -67; -"@MMK_R_KO_five" = -33; -"@MMK_R_KO_four" = -70; -"@MMK_R_KO_g" = -49; -"@MMK_R_KO_guillemetleft" = -80; -"@MMK_R_KO_guillemetright" = -71; -"@MMK_R_KO_hyphen" = -71; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 15; -"@MMK_R_KO_n" = -62; -"@MMK_R_KO_nine" = -51; -"@MMK_R_KO_one" = -56; -"@MMK_R_KO_parenright" = -6; -"@MMK_R_KO_period" = -54; -"@MMK_R_KO_period.ss01" = -60; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -52; -"@MMK_R_KO_quotedblleft.ss01" = -47; -"@MMK_R_KO_quoteright" = -40; -"@MMK_R_KO_quoteright.ss01" = -32; -"@MMK_R_KO_s" = -70; -"@MMK_R_KO_seven" = -28; -"@MMK_R_KO_six" = -61; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = -64; -"@MMK_R_KO_three" = -53; -"@MMK_R_KO_two" = -41; -"@MMK_R_KO_u" = -65; -"@MMK_R_KO_v" = -70; -"@MMK_R_KO_w" = -70; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = -57; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = -20; -"@MMK_R_KO_I.ss02" = -15; -"@MMK_R_KO_J" = -19; -"@MMK_R_KO_O" = -54; -"@MMK_R_KO_S" = -42; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = -24; -"@MMK_R_KO_V" = -23; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = -18; -"@MMK_R_KO_asterisk" = -42; -"@MMK_R_KO_colon" = -33; -"@MMK_R_KO_comma" = -28; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_eight" = -36; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_five" = -31; -"@MMK_R_KO_four" = -54; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -55; -"@MMK_R_KO_hyphen.case" = -64; -"@MMK_R_KO_nine" = -45; -"@MMK_R_KO_one" = -52; -"@MMK_R_KO_parenright.case" = -6; -"@MMK_R_KO_period" = -32; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quotedblleft.ss01" = -46; -"@MMK_R_KO_quoteright" = -39; -"@MMK_R_KO_quoteright.ss01" = -31; -"@MMK_R_KO_seven" = -24; -"@MMK_R_KO_six" = -56; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_three" = -41; -"@MMK_R_KO_two" = -23; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 15; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = -43; -"@MMK_R_KO_U" = -10; -"@MMK_R_KO_V" = -51; -"@MMK_R_KO_W" = -41; -"@MMK_R_KO_Y" = -86; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -99; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -26; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -69; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -46; -"@MMK_R_KO_hyphen.case" = -99; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -12; -"@MMK_R_KO_one" = -77; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -31; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -99; -"@MMK_R_KO_quotedblleft" = -99; -"@MMK_R_KO_quoteright" = -99; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -80; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = -21; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 8; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_v" = -46; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_y" = -62; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = -59; -"@MMK_R_KO_U" = -20; -"@MMK_R_KO_V" = -68; -"@MMK_R_KO_W" = -56; -"@MMK_R_KO_Y" = -93; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asterisk" = -93; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_f" = -32; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -19; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -93; -"@MMK_R_KO_hyphen.case" = -95; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -12; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_nine" = -23; -"@MMK_R_KO_one" = -88; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_parenright.case" = -29; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -93; -"@MMK_R_KO_quotedblleft.ss01" = -93; -"@MMK_R_KO_quoteright.ss01" = -93; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_seven" = -93; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = -32; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = -52; -"@MMK_R_KO_w" = -34; -"@MMK_R_KO_y" = -58; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -20; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = -59; -"@MMK_R_KO_S" = -46; -"@MMK_R_KO_T" = -72; -"@MMK_R_KO_U" = -50; -"@MMK_R_KO_V" = -83; -"@MMK_R_KO_W" = -75; -"@MMK_R_KO_Y" = -103; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = -42; -"@MMK_R_KO_a.ss05" = -34; -"@MMK_R_KO_e" = -63; -"@MMK_R_KO_eight" = -40; -"@MMK_R_KO_f" = -41; -"@MMK_R_KO_five" = -46; -"@MMK_R_KO_four" = -87; -"@MMK_R_KO_g" = -26; -"@MMK_R_KO_guillemetright" = -95; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_j" = 31; -"@MMK_R_KO_nine" = -52; -"@MMK_R_KO_one" = -81; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_quotedbl" = -85; -"@MMK_R_KO_quotedblleft" = -83; -"@MMK_R_KO_quoteright" = -98; -"@MMK_R_KO_s" = -44; -"@MMK_R_KO_seven" = -83; -"@MMK_R_KO_six" = -59; -"@MMK_R_KO_t" = -52; -"@MMK_R_KO_three" = -50; -"@MMK_R_KO_two" = -17; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_v" = -73; -"@MMK_R_KO_w" = -50; -"@MMK_R_KO_y" = -36; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -26; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -42; -"@MMK_R_KO_a.ss05" = -39; -"@MMK_R_KO_asterisk" = 5; -"@MMK_R_KO_colon" = -25; -"@MMK_R_KO_comma" = -100; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -187; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -63; -"@MMK_R_KO_g" = -42; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = -159; -"@MMK_R_KO_hyphen.case" = -21; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = -25; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -93; -"@MMK_R_KO_quotedbl" = 7; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -39; -"@MMK_R_KO_seven" = 7; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_slash" = -100; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = -51; -"@MMK_R_KO_U" = -14; -"@MMK_R_KO_V" = -67; -"@MMK_R_KO_W" = -51; -"@MMK_R_KO_Y" = -93; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -7; -"@MMK_R_KO_asterisk" = -100; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_e" = -25; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_f" = -32; -"@MMK_R_KO_five" = -9; -"@MMK_R_KO_four" = -4; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -55; -"@MMK_R_KO_hyphen.case" = -100; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = 22; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_nine" = -17; -"@MMK_R_KO_one" = -84; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_quotedblleft" = -204; -"@MMK_R_KO_quoteright" = -100; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_seven" = -87; -"@MMK_R_KO_six" = -21; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = -33; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_v" = -55; -"@MMK_R_KO_w" = -38; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_U" = -20; -"@MMK_R_KO_V" = -68; -"@MMK_R_KO_W" = -56; -"@MMK_R_KO_Y" = -99; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asterisk" = -95; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_f" = -32; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -19; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -54; -"@MMK_R_KO_hyphen.case" = -95; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = 33; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_nine" = -23; -"@MMK_R_KO_one" = -88; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -95; -"@MMK_R_KO_quoteright.ss01" = -95; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_seven" = -93; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = -32; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = -52; -"@MMK_R_KO_w" = -34; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -38; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = -28; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -4; -"@MMK_R_KO_Z" = -16; -"@MMK_R_KO_a" = -24; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asterisk" = -11; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -100; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -204; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -43; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -47; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -132; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_n" = -13; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -38; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_s" = -20; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -88; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -43; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -35; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 8; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_e" = -25; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -41; -"@MMK_R_KO_g" = -19; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -95; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -13; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -9; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period.ss01" = -93; -"@MMK_R_KO_quotedbl" = 7; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -82; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = -10; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -50; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -27; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -5; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -47; -"@MMK_R_KO_a.ss05" = -51; -"@MMK_R_KO_asterisk" = 5; -"@MMK_R_KO_colon" = -27; -"@MMK_R_KO_comma" = -100; -"@MMK_R_KO_e" = -55; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -204; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -69; -"@MMK_R_KO_g" = -47; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = -142; -"@MMK_R_KO_hyphen.case" = -27; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -37; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -46; -"@MMK_R_KO_seven" = 2; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_slash" = -101; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -19; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -38; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = -28; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -4; -"@MMK_R_KO_Z" = -16; -"@MMK_R_KO_a" = -24; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asterisk" = -11; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -100; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -100; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -43; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -47; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -100; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_n" = -13; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -38; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_s" = -20; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -88; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -50; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -27; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -49; -"@MMK_R_KO_a.ss05" = -51; -"@MMK_R_KO_asterisk" = 5; -"@MMK_R_KO_colon" = -28; -"@MMK_R_KO_comma" = -100; -"@MMK_R_KO_e" = -56; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -100; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -69; -"@MMK_R_KO_g" = -44; -"@MMK_R_KO_guillemetleft" = -75; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = -100; -"@MMK_R_KO_hyphen.case" = -29; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -37; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -46; -"@MMK_R_KO_seven" = 2; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_slash" = -100; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -19; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -51; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -36; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -4; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asterisk" = 3; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_e" = -42; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -67; -"@MMK_R_KO_g" = -33; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = -95; -"@MMK_R_KO_hyphen.case" = -22; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -28; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period.ss01" = -93; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -34; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_slash" = -92; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = -7; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -26; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -34; -"@MMK_R_KO_a.ss05" = -39; -"@MMK_R_KO_asterisk" = 5; -"@MMK_R_KO_colon" = -25; -"@MMK_R_KO_comma" = -85; -"@MMK_R_KO_comma.ss01" = -85; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -85; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -63; -"@MMK_R_KO_g" = -41; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = -85; -"@MMK_R_KO_hyphen.case" = -21; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = -25; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -85; -"@MMK_R_KO_quotedbl" = 7; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -39; -"@MMK_R_KO_seven" = 7; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_slash" = -85; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -27; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -27; -"@MMK_R_KO_J" = -33; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -37; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = -36; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asciicircum" = -3; -"@MMK_R_KO_bracketright" = -72; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -59; -"@MMK_R_KO_comma.ss01" = -66; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -66; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_period" = -59; -"@MMK_R_KO_period.ss01" = -63; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -60; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -65; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = 3; -"@MMK_R_KO_trademark" = -44; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -51; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -73; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = -4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -71; -"@MMK_R_KO_parenright" = -67; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = -45; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -38; -"@MMK_R_KO_quotedblleft" = -22; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -22; -"@MMK_R_KO_quoteright" = -25; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -76; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -26; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -36; -"@MMK_R_KO_v" = -16; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = -38; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -21; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -20; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = -16; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -54; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = -35; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 8; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -39; -"@MMK_R_KO_a.ss05" = -47; -"@MMK_R_KO_asterisk" = 4; -"@MMK_R_KO_colon" = -30; -"@MMK_R_KO_comma" = -69; -"@MMK_R_KO_comma.ss01" = -83; -"@MMK_R_KO_e" = -43; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -84; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -60; -"@MMK_R_KO_g" = -37; -"@MMK_R_KO_guillemetleft" = -48; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -42; -"@MMK_R_KO_hyphen.case" = -24; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -23; -"@MMK_R_KO_parenright.case" = -20; -"@MMK_R_KO_period" = -69; -"@MMK_R_KO_period.ss01" = -80; -"@MMK_R_KO_quotedbl" = 7; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -38; -"@MMK_R_KO_seven" = 10; -"@MMK_R_KO_six" = -13; -"@MMK_R_KO_slash" = -77; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_three" = -7; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -10; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_Y" = -37; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eight" = 20; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 7; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 3; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = -7; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_parenright.case" = -45; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -9; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_three" = 4; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -57; -"@MMK_R_KO_H" = 20; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -22; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 23; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -36; -"@MMK_R_KO_a.ss05" = -49; -"@MMK_R_KO_asterisk" = -3; -"@MMK_R_KO_colon" = -39; -"@MMK_R_KO_comma" = -91; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_e" = -53; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -103; -"@MMK_R_KO_f" = -20; -"@MMK_R_KO_five" = 7; -"@MMK_R_KO_four" = -60; -"@MMK_R_KO_g" = -46; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -53; -"@MMK_R_KO_hyphen.case" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -31; -"@MMK_R_KO_nine" = -6; -"@MMK_R_KO_one" = -6; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = -20; -"@MMK_R_KO_period" = -91; -"@MMK_R_KO_period.ss01" = -93; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_s" = -49; -"@MMK_R_KO_seven" = 31; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_slash" = -107; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_three" = -9; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -24; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -12; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = -42; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -27; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -33; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 7; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -9; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -35; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -33; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eight" = 24; -"@MMK_R_KO_ellipsis" = -22; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = 6; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -2; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_parenright.case" = -43; -"@MMK_R_KO_period" = -4; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = -1; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eight" = 11; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -2; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -34; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 3; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 7; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -38; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -27; -"@MMK_R_KO_J" = -33; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -20; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_X" = -35; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = -33; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asciicircum" = -19; -"@MMK_R_KO_bracketright" = -77; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -48; -"@MMK_R_KO_comma.ss01" = -53; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -59; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -14; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = -21; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = -4; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -62; -"@MMK_R_KO_parenright" = -71; -"@MMK_R_KO_period" = -46; -"@MMK_R_KO_period.ss01" = -52; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -1; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = -33; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_sevensuperior" = -74; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -61; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -51; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -52; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = -8; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -28; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -18; -"@MMK_R_KO_J" = -21; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -42; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_X" = -29; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = -20; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asciicircum" = -19; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -29; -"@MMK_R_KO_comma.ss01" = -38; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = -58; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_period" = -29; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_sevensuperior" = -70; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -45; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -33; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = -8; -"@MMK_R_KO_y" = 1; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = -10; -"@MMK_R_KO_V" = -27; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = -81; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eightsuperior" = -21; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = -22; -"@MMK_R_KO_guillemetleft" = -47; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -36; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -72; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -20; -"@MMK_R_KO_question.ss01" = -21; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = -44; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_sevensuperior" = -83; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_threesuperior" = -30; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -37; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -19; -"@MMK_R_KO_bracketright" = -71; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -6; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -26; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -21; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -54; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -69; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -7; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -26; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -21; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_imacron" = 27; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -4; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -17; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -15; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_Y" = -38; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asterisk" = -5; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_ellipsis" = -36; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 2; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = -3; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_parenright.case" = -56; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -2; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -7; -Tbar = -35; -asciitilde = -39; -asterisk = -48; -backslash = -57; -g.ss06 = 0; -minus = -37; -one = -45; -ordmasculine = -51; -plus = -37; -quotedbl = -48; -registered = -40; -seven = -47; -two = 0; -twosuperior = -40; -}; -Aacute = { -Tbar = -35; -}; -Abrevedotbelow.ss01 = { -T = -47; -}; -Aogonek = { -comma = 17; -parenright = 0; -}; -Atilde = { -ordfeminine = -48; -}; -B = { -Hbar = 26; -hbar = 19; -idieresis = 38; -itilde = 32; -}; -C = { -h = 3; -l = 3; -plus = -29; -three = 4; -}; -D = { -Lslash = 5; -Oslash = 4; -braceright = -48; -bracketright.case = -69; -}; -E = { -H = 0; -idieresis = 49; -}; -Eogonek = { -comma = 19; -}; -F = { -fourinferior = -57; -i = 0; -igrave = 25; -}; -G = { -Lslash = 11; -lslash = 14; -}; -Germandbls = { -S = 0; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = 0; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 25; -itilde = 38; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 20; -D = 20; -E = 20; -H = 20; -Hbar = 56; -I = 20; -L = 20; -M = 20; -O = 19; -R = 20; -S = 28; -U = 23; -W = 23; -i = 25; -}; -I = { -Hbar = 21; -I = 0; -jcircumflex = 35; -}; -Icircumflex = { -Icircumflex = 46; -l.ss04 = 23; -}; -Imacron = { -Imacron = 57; -}; -Itilde = { -itilde = 40; -}; -J = { -Hbar = 23; -itilde = 40; -}; -Jacute = { -Imacron = 49; -}; -K = { -asciitilde = -60; -four = -24; -idieresis = 44; -igrave = 19; -itilde = 40; -less = -64; -logicalnot = -47; -minus = -59; -one = -30; -oslash = -26; -plus = -59; -}; -L = { -H = 0; -Tbar = -49; -asciitilde = -97; -asterisk = -82; -backslash = -71; -equal = -36; -four = 0; -less = -96; -logicalnot = -81; -minus = -91; -one = -77; -ordfeminine = -83; -ordmasculine = -83; -oslash = -15; -plus = -87; -quotedbl = -74; -quoteleft.ss01 = -81; -quoteright = -78; -quoteright.ss01 = -79; -registered = -86; -seven = -76; -twosuperior = -83; -}; -Lcaron = { -A = 6; -O = 0; -U = 50; -Uacute = 50; -V = 37; -a = -9; -hyphen = -23; -hyphen.case = -74; -u = -5; -v = -38; -}; -Lcommaaccent = { -twosuperior = -83; -}; -Lslash = { -twosuperior = -52; -}; -M = { -Hbar = 21; -idieresis = 45; -igrave = 25; -itilde = 38; -}; -N = { -Hbar = 21; -idieresis = 45; -igrave = 25; -itilde = 38; -}; -O = { -Dcroat = 13; -Lslash = 11; -braceright = -38; -bracketright.case = -55; -itilde = 24; -}; -Oslash = { -T = -10; -V = -11; -Y = -20; -parenright = -21; -parenright.case = -18; -}; -P = { -fourinferior = -81; -idieresis = 31; -itilde = 25; -two = 0; -}; -R = { -Hbar = 28; -jcircumflex = 18; -two = 7; -}; -S = { -Hbar = 28; -Lslash = 12; -dollar = 5; -four = 4; -idieresis = 38; -itilde = 32; -lslash = 9; -three = 8; -}; -T = { -Oslash = -16; -a.ss05 = -56; -aacute.ss05 = -56; -abreve = -36; -abreveacute = -36; -acircumflex = -25; -acircumflexacute = -34; -acircumflexdotbelow = -25; -adieresis = -18; -adotbelow.ss05 = -56; -ae = -57; -agrave = -35; -amacron = -34; -ampersand = -39; -aring = -52; -asciitilde = -72; -atilde = -20; -equal = -40; -four = -54; -g.ss06 = -55; -h = 0; -i.ss01 = 0; -iacute = -17; -idieresis = 0; -idotless = -28; -igrave = 0; -itilde = 0; -less = -71; -logicalnot = -56; -minus = -66; -ograve = -31; -plus = -66; -racute = -28; -scaron = -22; -seven = 11; -twoinferior = -62; -udieresis = -18; -udieresis.ss01 = -16; -ugrave = -25; -uhorngrave = -25; -umacron = -22; -ycircumflex = -25; -ygrave = -33; -yhookabove = -52; -zcaron = -2; -zeroinferior = -56; -}; -Tbar = { -A = -39; -Aacute = -39; -Tbar = 14; -a = -20; -comma = -46; -e = -20; -o = -20; -period = -46; -slash = -61; -}; -Tcaron = { -a.ss05 = -56; -}; -Tcedilla = { -a.ss05 = -56; -abreve = -36; -four = -54; -}; -Tcommaaccent = { -a.ss05 = -56; -abreve = -36; -four = -54; -}; -Thorn = { -A = -22; -AE = -22; -Aacute = -22; -J = -33; -O = 8; -Oacute = 8; -V = -22; -Y = -59; -Yacute = -59; -a = 4; -aacute = 4; -e = 0; -o = 0; -oacute = 0; -period = -45; -}; -U = { -Hbar = 24; -jcircumflex = 39; -}; -V = { -four = -42; -iacute = -17; -ibreve = 27; -idieresis = 31; -igrave = 12; -itilde = 23; -minus = -39; -plus = -39; -scaron = -17; -seven = 3; -twoinferior = -45; -}; -W = { -Hbar = 24; -backslash = 11; -idieresis = 35; -igrave = 16; -itilde = 28; -}; -X = { -asciitilde = -64; -four = -26; -less = -66; -logicalnot = -52; -minus = -65; -notequal = -33; -one = -28; -plus = -65; -}; -Y = { -a.ss05 = -77; -agrave = -41; -amacron = -43; -ampersand = -72; -asciitilde = -90; -at = -66; -four = -87; -g.ss06 = -74; -igrave = 0; -less = -77; -logicalnot = -67; -minus = -75; -ograve = -41; -plus = -75; -scaron = -30; -twoinferior = -90; -}; -Z = { -four = -2; -ibreve = 39; -igrave = 29; -itilde = 46; -minus = -58; -plus = -58; -}; -_B.currency = { -_baht.bar = -36; -}; -a = { -braceright = -52; -}; -a.ss05 = { -g.ss06 = 4; -}; -acircumflexacute.ss05 = { -y = -29; -}; -adieresis.ss05 = { -germandbls = -23; -}; -ampersand = { -V = -48; -W = -39; -Y = -84; -quotedbl = -80; -quotedblleft = -61; -}; -aogonek = { -j = 17; -parenright = -10; -}; -aogonek.ss05 = { -parenright = -2; -}; -approxequal = { -parenright = -72; -parenright.case = -68; -}; -asciicircum = { -J = -46; -X = -55; -Y = -53; -bracketright = -81; -comma = -100; -comma.ss01 = -95; -four = -63; -hyphen = -166; -parenright = -76; -parenright.case = -74; -period = -99; -period.ss01 = -93; -slash = -93; -}; -asciitilde = { -I.ss02 = -56; -J = -53; -V = -39; -W = -35; -X = -69; -Y = -72; -Z = -81; -bracketright = -85; -bracketright.case = -98; -comma = -100; -comma.ss01 = -95; -eight = -25; -exclam = -18; -four = -34; -one = -21; -parenright = -82; -parenright.case = -79; -period = -99; -period.ss01 = -93; -question = -104; -quotedbl = -33; -quotedblright = -25; -seven = -21; -slash = -82; -three = -85; -two = -54; -}; -at = { -T = -31; -parenright = -73; -}; -b = { -asterisk = -50; -braceright = -56; -lslash = 9; -one = -28; -}; -backslash = { -T = -57; -V = -69; -Y = -95; -asterisk = -101; -backslash = -107; -quotedbl = -100; -quotedblleft = -86; -quotedblleft.ss01 = -78; -quotedblright = -90; -quotedblright.ss01 = -75; -quoteleft = -86; -quoteright = -91; -quotesingle = -85; -}; -baht = { -parenright = -78; -}; -braceleft = { -p = -4; -}; -bracketleft = { -asciicircum = -80; -asciitilde = -85; -bracketright = 0; -jcircumflex = 38; -p = -7; -pi = -74; -plus = -83; -x = -81; -}; -c = { -asterisk = -65; -braceright = -60; -}; -cent = { -parenright = -72; -}; -colon = { -T = -42; -Y = -56; -four = -19; -one = -5; -parenright = -60; -two = 0; -zero = 0; -}; -colon.ss01 = { -T = -51; -four = -24; -parenright = -72; -}; -comma = { -eightsuperior = -100; -fivesuperior = -100; -foursuperior = -100; -ninesuperior = -100; -onesuperior = -100; -quoteleft = -100; -quotesingle = -85; -sevensuperior = -100; -sixsuperior = -100; -threesuperior = -100; -twosuperior = -100; -}; -comma.ss01 = { -eightsuperior = -95; -fivesuperior = -95; -foursuperior = -95; -ninesuperior = -95; -onesuperior = -95; -sevensuperior = -95; -sixsuperior = -95; -threesuperior = -95; -twosuperior = -95; -}; -copyright = { -Y = -84; -parenright = -100; -}; -d = { -idieresis = 35; -igrave = 12; -itilde = 30; -}; -dcaron = { -C = 78; -H = 114; -bracketright = 44; -eightsuperior = 87; -exclam = 91; -exclam.ss01 = 88; -fivesuperior = 89; -foursuperior = 79; -h = 61; -i = 60; -j = 56; -k = 61; -l = 61; -l.ss03 = 61; -l.ss04 = 58; -ninesuperior = 90; -onesuperior = 34; -parenright = 42; -question = 80; -question.ss01 = 79; -quotedbl = 91; -quotedblleft = 85; -quotedblleft.ss01 = 83; -quoteleft = 85; -quoteleft.ss01 = 83; -quotesingle = 91; -sevensuperior = 14; -sixsuperior = 89; -t = 31; -t_i.liga = 37; -t_t.liga = 37; -threesuperior = 54; -twosuperior = 50; -zcaron = 44; -}; -dcroat = { -i = 16; -igrave = 26; -itilde = 33; -}; -degree = { -J = -44; -comma = -100; -comma.ss01 = -95; -emdash = -157; -endash = -157; -four = -75; -hyphen = -155; -parenright = -57; -parenright.case = -55; -period = -99; -period.ss01 = -93; -slash = -98; -}; -divide = { -parenright = -83; -}; -dollar = { -parenright = -65; -three = 0; -}; -e = { -asterisk = -67; -backslash = -52; -braceright = -59; -germandbls = -16; -one = -36; -seven = -36; -}; -ecircumflexacute = { -t = -12; -}; -eight = { -bracketright = -26; -degree = -2; -}; -eight.dnom = { -degree = -121; -question.ss01 = -78; -quotedbl = -116; -quotedblleft = -101; -quotedblright = -94; -}; -eightsuperior = { -comma = -100; -comma.ss01 = -95; -period = -99; -period.ss01 = -93; -slash = -81; -}; -ellipsis = { -Tbar = -63; -bracketright = -78; -eightsuperior = -136; -fivesuperior = -139; -foursuperior = -152; -ninesuperior = -144; -onesuperior = -106; -parenleft = -18; -parenleft.case = -31; -question = -88; -quoteleft = -100; -quoteright = -100; -quotesingle = -85; -sevensuperior = -141; -sixsuperior = -144; -threesuperior = -139; -twosuperior = -134; -}; -ellipsis.ss01 = { -Tbar = -74; -bracketright = -90; -eightsuperior = -136; -fivesuperior = -139; -foursuperior = -152; -ninesuperior = -144; -onesuperior = -106; -question.ss01 = -98; -quoteleft.ss01 = -95; -quoteright.ss01 = -95; -quotesingle = -85; -sevensuperior = -141; -sixsuperior = -144; -threesuperior = -139; -twosuperior = -134; -}; -emdash = { -foursuperior = -117; -question = -89; -}; -emdash.case = { -X = -64; -quotedblbase = -204; -quotedblbase.ss01 = -210; -}; -endash = { -X = -31; -endash = 0; -foursuperior = -117; -question = -89; -}; -endash.case = { -H = -13; -X = -64; -quotedblbase = -204; -quotedblbase.ss01 = -210; -}; -eng = { -bracketright = -17; -}; -eogonek = { -lslash = 9; -}; -equal = { -T = -40; -equal = 0; -parenright = -67; -parenright.case = -58; -}; -eth = { -a = 5; -e = 7; -g = 6; -hyphen = 7; -parenright = -47; -}; -euro = { -parenright = -65; -parenright.case = -58; -}; -exclamdown = { -T = -44; -V = -23; -Y = -60; -}; -f = { -igrave = 16; -n = 0; -o = -4; -}; -f_f.liga = { -igrave = 23; -}; -f_f_i.liga = { -idieresis = 33; -}; -fi = { -idieresis = 32; -}; -five = { -degree = -31; -ordmasculine = -25; -percent = -21; -}; -five.dnom = { -degree = -105; -question.ss01 = -80; -quotedblleft = -88; -}; -five.numr = { -fraction = -11; -}; -fiveinferior = { -T = -52; -}; -fivesuperior = { -comma = -100; -comma.ss01 = -95; -period = -99; -period.ss01 = -93; -slash = -80; -}; -fl = { -idieresis = 35; -itilde = 30; -periodcentered.loclCAT = 8; -}; -four = { -asciicircum = -47; -bracketright = -47; -bracketright.case = -54; -degree = -44; -ordfeminine = -37; -ordmasculine = -40; -percent = -34; -x = -22; -}; -four.dnom = { -degree = -110; -question.ss01 = -80; -quotedblleft = -91; -}; -fourinferior = { -T = -54; -V = -57; -}; -foursuperior = { -comma = -100; -comma.ss01 = -95; -period = -99; -period.ss01 = -93; -slash = -83; -}; -fraction = { -eight.dnom = -12; -four.dnom = -47; -fourinferior = -59; -seveninferior = 2; -two.dnom = -10; -zero.dnom = -16; -}; -g = { -bracketright = -21; -j = 10; -j.ss01 = 10; -parenright = -40; -slash = -2; -}; -g.ss06 = { -g.ss06 = 5; -}; -gcaron.ss06 = { -gcaron.ss06 = 5; -}; -gdotaccent = { -j = 12; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 5; -}; -germandbls = { -e = 0; -hyphen = 4; -parenright = -69; -}; -greater = { -T = -53; -parenright = -73; -}; -greaterequal = { -T = -37; -}; -guillemetleft = { -pi = -9; -}; -guillemetright = { -X = -55; -bracketright = -80; -}; -guilsinglright = { -X = -55; -}; -h = { -asterisk = -47; -}; -hyphen = { -Lslash = 11; -X = -27; -bracketright = -71; -foursuperior = -116; -pi = -23; -question = -86; -quotedblbase = -51; -quoteleft = -100; -quotesingle = -85; -x = -38; -}; -hyphen.case = { -Dcroat = -2; -X = -60; -bracketright.case = -98; -quotedblbase = -176; -quotedblbase.ss01 = -176; -quotesinglbase = -100; -}; -i = { -T = -4; -idieresis = 36; -jcircumflex = 22; -parenright = -34; -}; -i.ss01 = { -parenright = -36; -}; -iacute = { -rcaron = 18; -}; -icircumflex = { -b = 24; -h = 24; -i = 23; -icircumflex = 34; -j = 22; -k = 24; -l = 24; -l.ss03 = 26; -l.ss04 = 29; -question = 0; -quotedbl = 27; -quoteright = 21; -quotesingle = 27; -}; -idieresis = { -b = 36; -idieresis = 43; -k = 36; -l = 36; -l.ss03 = 37; -l.ss04 = 32; -}; -idotaccent = { -parenright = -34; -}; -idotaccent.ss01 = { -parenright = -36; -}; -imacron = { -b = 35; -imacron = 39; -j = 32; -k = 35; -kcommaaccent = 35; -l = 35; -l.ss04 = 31; -lcommaaccent = 35; -quotedbl = 30; -}; -infinity = { -parenright = -74; -parenright.case = -69; -}; -integral = { -a = -54; -}; -iogonek = { -j = 20; -}; -itilde = { -h = 27; -itilde = 35; -quotedbl = 25; -quotesingle = 25; -}; -j = { -j = 23; -}; -jacute = { -backslash = 15; -iogonek = 23; -}; -jcircumflex = { -i = 23; -jcircumflex = 63; -}; -k = { -oslash = -22; -}; -l = { -at = 0; -idieresis = 35; -igrave = 12; -itilde = 30; -jcircumflex = 24; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = -11; -periodcentered.loclCAT.ss01 = -23; -}; -l.ss04 = { -periodcentered.loclCAT = 8; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 88; -l = 166; -ncaron = 33; -scaron = 43; -twosuperior = 50; -}; -lcaron.ss03 = { -b = 62; -eightsuperior = 60; -exclam = 87; -exclam.ss01 = 81; -fivesuperior = 62; -k = 62; -ninesuperior = 63; -onesuperior = 11; -question = 53; -quotedbl = 64; -quotesingle = 64; -sevensuperior = 0; -sixsuperior = 62; -}; -lcaron.ss04 = { -exclam.ss01 = 88; -twosuperior = 50; -}; -liraTurkish = { -one = -91; -parenright = -82; -question = -94; -quotedbl = -140; -quotesingle = -85; -seven = -109; -}; -logicalnot = { -Y = -70; -parenright = -65; -seven = -79; -}; -m = { -asterisk = -49; -braceright = -52; -twosuperior = -16; -}; -minus = { -T = -63; -X = -67; -comma = -100; -one = -82; -parenright = -83; -parenright.case = -78; -period = -99; -seven = -92; -three = -98; -two = -64; -}; -mu = { -mu = 0; -parenright = -61; -quotesingle = -24; -}; -multiply = { -parenright = -81; -parenright.case = -76; -}; -n = { -asterisk = -47; -at = -1; -braceright = -52; -degree = -40; -g.ss06 = 0; -n = 0; -one = -25; -ordmasculine = -27; -}; -ncaron = { -Yacute = -36; -}; -nine = { -bracketright = -40; -degree = -12; -}; -nine.dnom = { -degree = -127; -question = -76; -question.ss01 = -80; -quotedbl = -117; -quotedblleft = -108; -quotedblleft.ss01 = -61; -quotedblright = -95; -quotedblright.ss01 = -73; -}; -ninesuperior = { -comma = -100; -comma.ss01 = -95; -fraction = -23; -period = -99; -period.ss01 = -93; -slash = -86; -}; -notequal = { -parenright = -67; -parenright.case = -58; -}; -numbersign = { -parenright = -65; -}; -o = { -asterisk = -72; -backslash = -53; -braceright = -59; -germandbls = -17; -lslash = 10; -n = 0; -one = -36; -}; -oacute = { -lslash = 11; -}; -ocircumflexacute = { -bracketright = 0; -parenright = 0; -}; -odieresis = { -germandbls = -17; -}; -ohorn = { -i = 11; -m = 5; -n = 5; -parenright = -41; -}; -ohornacute = { -c = -2; -i = 11; -m = 5; -n = 5; -p = 5; -t = 11; -t_i.liga = 18; -t_t.liga = 18; -}; -ohorndotbelow = { -c = -2; -i = 11; -n = 5; -p = 5; -t = 11; -t_i.liga = 18; -t_t.liga = 18; -u = 9; -}; -ohorngrave = { -i = 11; -n = 5; -parenright = -40; -}; -ohornhookabove = { -i = 11; -n = 5; -}; -ohorntilde = { -i = 11; -n = 5; -}; -ohungarumlaut = { -parenright = 0; -}; -one = { -comma.ss01 = -10; -degree = -6; -equal = 0; -four = 0; -icircumflex = 31; -nine = 0; -one = 0; -parenright = -27; -percent = 0; -period.ss01 = -7; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -97; -one.dnom = 0; -question.ss01 = -85; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -100; -comma.ss01 = -95; -period = -99; -period.ss01 = -93; -slash = -77; -}; -ordfeminine = { -comma = -100; -comma.ss01 = -95; -period = -99; -period.ss01 = -93; -}; -ordmasculine = { -comma = -100; -comma.ss01 = -95; -hyphen = -132; -parenright = -48; -period = -99; -period.ss01 = -93; -slash = -90; -}; -oslash = { -d = 5; -e = 7; -g = 6; -hyphen = 7; -parenright = -71; -y = -22; -}; -p = { -asterisk = -51; -backslash = -47; -braceright = -56; -lslash = 9; -one = -28; -}; -parenleft = { -Dcroat = -34; -H = 0; -Icircumflex = 0; -Oslash = -43; -ampersand = -73; -approxequal = -74; -asciicircum = -77; -asciitilde = -85; -at = -73; -cent = -72; -copyright = -87; -degree = -55; -divide = -82; -dollar = -63; -equal = -67; -euro = -74; -greaterequal = -39; -i = -34; -idotaccent = -34; -infinity = -74; -iogonek = -27; -jcircumflex = 26; -less = -86; -literSign = -73; -logicalnot = -75; -minus = -82; -mu = -26; -multiply = -83; -notequal = -67; -numbersign = -65; -oslash = -70; -p = -15; -parenleft = -68; -pi = -67; -plus = -82; -plusminus = -59; -published = -87; -question = -56; -quotedblbase = -25; -quoteleft = -52; -radical = -71; -scaron = -38; -section = -65; -sterling = -61; -x = -56; -}; -parenleft.case = { -Icircumflex = 0; -approxequal = -69; -asciicircum = -75; -asciitilde = -79; -dollar = -55; -equal = -59; -euro = -69; -minus = -78; -numbersign = -57; -parenleft.case = -61; -plus = -78; -question = -53; -quotedblbase = -34; -quoteleft = -50; -}; -parenright = { -bracketright = -45; -comma = -10; -comma.ss01 = -15; -hyphen = 5; -parenleft = 6; -parenright = -68; -period = -10; -period.ss01 = -12; -quotedbl = -17; -}; -parenright.case = { -comma = -21; -comma.ss01 = -26; -parenright.case = -61; -period = -21; -period.ss01 = -21; -}; -percent = { -asterisk = -115; -bracketright = -73; -comma.ss01 = -11; -eightsuperior = -83; -fivesuperior = -85; -foursuperior = -126; -ninesuperior = -85; -onesuperior = -92; -parenright = -66; -parenright.case = -42; -period = 0; -period.ss01 = -9; -question = -84; -question.ss01 = -85; -quotedbl = -97; -quotedblleft = -106; -quotedblright = -93; -quoteleft = -100; -quoteright = -93; -quotesingle = -85; -sevensuperior = -91; -sixsuperior = -90; -threesuperior = -85; -twosuperior = -41; -}; -period = { -bracketright = -58; -eightsuperior = -99; -fivesuperior = -99; -foursuperior = -99; -ninesuperior = -99; -onesuperior = -99; -ordfeminine = -99; -ordmasculine = -99; -parenleft.case = -21; -question = -76; -quoteleft = -99; -quotesingle = -85; -sevensuperior = -99; -sixsuperior = -99; -threesuperior = -99; -twosuperior = -99; -}; -period.ss01 = { -bracketright = -78; -eightsuperior = -93; -fivesuperior = -93; -foursuperior = -93; -ninesuperior = -93; -onesuperior = -93; -ordfeminine = -93; -ordmasculine = -93; -question.ss01 = -85; -sevensuperior = -93; -sixsuperior = -93; -threesuperior = -93; -twosuperior = -93; -}; -periodcentered.loclCAT = { -l = 8; -l.ss03 = 10; -}; -perthousand = { -asterisk = -125; -parenright = -66; -parenright.case = -44; -question = -84; -question.ss01 = -86; -quotedblleft = -117; -quotedblleft.ss01 = -161; -quotedblright = -112; -quotedblright.ss01 = -174; -quoteleft = -100; -quoteright = -100; -}; -pi = { -hyphen = -25; -parenright = -56; -period = 0; -pi = 6; -quotesingle = -18; -}; -plus = { -J = -48; -T = -63; -V = -39; -X = -67; -Y = -75; -braceright = -76; -bracketright = -83; -comma = -100; -comma.ss01 = -95; -one = -52; -parenright = -83; -parenright.case = -78; -period = -99; -period.ss01 = -93; -quotedbl = -49; -seven = -79; -slash = -65; -three = -80; -two = -64; -}; -published = { -parenright = -100; -}; -q = { -bracketright = -6; -j = 29; -parenright = -15; -}; -question = { -A = -49; -J = -35; -comma = -79; -hyphen = -46; -parenright = -52; -parenright.case = -51; -period = -79; -question = -4; -questiondown = -82; -slash = -85; -}; -question.ss01 = { -comma.ss01 = -88; -parenright = -52; -parenright.case = -51; -period.ss01 = -85; -questiondown.ss01 = -84; -}; -questiondown.case = { -T = -55; -V = -54; -Y = -86; -quotedbl = -78; -quotedblleft = -84; -quotedblleft.ss01 = -81; -quoteright = -78; -}; -questiondown.ss01 = { -C = -58; -Q = -61; -Q.ss09 = -61; -T = -78; -V = -84; -Y = -104; -four = -90; -quotedbl = -99; -quotedblleft.ss01 = -86; -quotesingle = -85; -}; -quotedbl = { -ellipsis.ss01 = -187; -exclamdown = -42; -g.ss06 = -44; -icircumflex = 28; -mu = -24; -questiondown = -103; -questiondown.case = -76; -questiondown.ss01 = -99; -underscore = -187; -}; -quotedblbase = { -copyright = -70; -divide = -113; -equal = -56; -euro = -57; -minus = -204; -p = 0; -plus = -123; -question = -81; -quotedblright = -204; -quoteleft = -100; -}; -quotedblbase.ss01 = { -divide = -112; -minus = -210; -plus = -128; -question.ss01 = -85; -quotedblright.ss01 = -210; -}; -quotedblleft = { -g.ss06 = -25; -mu = -13; -questiondown = -84; -questiondown.case = -81; -quotedblbase = -204; -underscore = -191; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -210; -questiondown.ss01 = -89; -quotedblbase.ss01 = -210; -underscore = -191; -}; -quotedblright = { -asciitilde = -70; -questiondown = -104; -questiondown.case = -78; -quotesinglbase = -100; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -210; -questiondown.case = -79; -questiondown.ss01 = -97; -}; -quoteleft = { -questiondown = -84; -questiondown.case = -81; -quotedblbase = -100; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -95; -}; -quoteright = { -icircumflex = 23; -questiondown = -100; -quotedblbase = -100; -}; -quoteright.ss01 = { -questiondown.ss01 = -95; -quotedblbase.ss01 = -95; -}; -quotesinglbase = { -T = -51; -V = -67; -Y = -93; -minus = -100; -plus = -100; -question = -81; -quotedblleft = -100; -quoteleft = -100; -}; -quotesinglbase.ss01 = { -T = -59; -V = -68; -Y = -95; -question.ss01 = -85; -}; -quotesingle = { -Hbar = 30; -g.ss06 = -44; -icircumflex = 28; -igrave = 21; -imacron = 30; -itilde = 28; -l.ss04 = 24; -questiondown = -85; -questiondown.case = -76; -underscore = -85; -}; -r = { -braceright = -51; -fourinferior = -63; -g.ss06 = -7; -parenright = -69; -}; -radical = { -A = -64; -}; -rcaron = { -sevensuperior = 0; -}; -registered = { -comma = -100; -comma.ss01 = -95; -parenright = -67; -parenright.case = -65; -period = -99; -period.ss01 = -93; -slash = -78; -}; -s = { -asterisk = -53; -braceright = -51; -l = 0; -}; -scaron = { -T = -18; -}; -semicolon = { -hyphen = -58; -}; -seven = { -minus = -46; -percent = 0; -plus = -46; -underscore = -60; -}; -seven.dnom = { -question.ss01 = -90; -}; -seven.numr = { -fraction = -35; -}; -seveninferior = { -parenright = -75; -}; -sevensuperior = { -A = -69; -comma = -100; -comma.ss01 = -95; -fraction = -42; -period = -99; -period.ss01 = -93; -slash = -113; -}; -six = { -bracketright = -38; -degree = -16; -}; -six.dnom = { -degree = -124; -question.ss01 = -79; -quotedbl = -116; -quotedblleft = -102; -quotedblleft.ss01 = -53; -quotedblright = -94; -}; -sixinferior = { -T = -51; -}; -sixsuperior = { -comma = -100; -comma.ss01 = -95; -period = -99; -period.ss01 = -93; -slash = -81; -}; -slash = { -fourinferior = -92; -g.ss06 = -55; -ibreve = 11; -l.ss04 = 24; -mu = -31; -quotedblbase = -100; -quotedblbase.ss01 = -99; -quotesinglbase = -100; -underscore = -104; -}; -sterling = { -two = 2; -}; -t_i.liga = { -idieresis = 32; -}; -tcaron = { -b = 63; -exclam = 80; -h = 63; -hyphen = -33; -i = 60; -j = 58; -k = 63; -parenright = 30; -quotedbl = 69; -quotedblleft = 83; -quotesingle = 69; -}; -tcedilla = { -parenright = 0; -}; -tenge = { -comma = -67; -comma.ss01 = -74; -period = -67; -period.ss01 = -71; -slash = -72; -}; -three = { -bracketright = -34; -}; -three.dnom = { -degree = -124; -question.ss01 = -78; -quotedbl = -115; -quotedblleft = -101; -quotedblright = -93; -}; -three.numr = { -fraction = -12; -}; -threeinferior = { -T = -51; -V = -44; -Y = -90; -}; -threesuperior = { -comma = -100; -comma.ss01 = -95; -fraction = -16; -parenright = -36; -period = -99; -period.ss01 = -93; -slash = -82; -}; -trademark = { -comma = -100; -comma.ss01 = -95; -hyphen = -166; -period = -99; -period.ss01 = -93; -slash = -94; -}; -two = { -percent = 0; -}; -two.dnom = { -degree = -120; -question.ss01 = -80; -quotedbl = -115; -quotedblleft = -99; -quotedblright = -93; -}; -twoinferior = { -T = -55; -V = -46; -Y = -90; -}; -twosuperior = { -comma = -100; -comma.ss01 = -95; -parenright = -34; -parenright.case = -33; -period = -99; -period.ss01 = -93; -slash = -72; -}; -uhorn = { -a = -27; -ohorn = -31; -ohornacute = -31; -ohorndotbelow = -31; -ohorndotbelow.ss01 = -31; -ohorngrave = -31; -ohornhookabove = -31; -ohorntilde = -29; -}; -uhornacute = { -a = -27; -c = -31; -}; -uhorndotbelow = { -a = -27; -c = -31; -comma = -34; -period = -34; -}; -uhorngrave = { -a = -27; -a.ss05 = -31; -}; -uhornhookabove = { -a = -27; -comma = -34; -comma.ss01 = -44; -period = -34; -period.ss01 = -41; -}; -uhorntilde = { -a = -27; -comma = -34; -period = -34; -}; -uhungarumlaut = { -parenright = 0; -}; -underscore = { -C = -42; -O = -45; -T = -35; -V = -51; -W = -40; -Y = -80; -asterisk = -125; -four = -136; -one = -68; -quotedbl = -187; -quotedblright = -191; -quotedblright.ss01 = -191; -quotesingle = -85; -seven = -72; -six = -44; -v = -52; -}; -uogonek = { -j = 17; -parenright = -10; -}; -v = { -braceright = -61; -n = 0; -}; -w = { -braceright = -57; -}; -x = { -four = -29; -}; -y = { -braceright = -61; -}; -ydotbelow = { -period = -37; -}; -zero = { -braceright = -43; -bracketright = -52; -bracketright.case = -60; -degree = -15; -percent = 0; -}; -zero.dnom = { -degree = -128; -question = -76; -question.ss01 = -80; -quotedbl = -118; -quotedblleft = -108; -quotedblleft.ss01 = -63; -quotedblright = -96; -quotedblright.ss01 = -74; -quoteleft = -100; -}; -zeroinferior = { -parenright = -64; -}; -zerosuperior = { -comma = -100; -comma.ss01 = -95; -fraction = -23; -period = -99; -period.ss01 = -93; -slash = -86; -}; -}; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 50; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 21; -"@MMK_R_KO_J" = 20; -"@MMK_R_KO_O" = -32; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -119; -"@MMK_R_KO_U" = -28; -"@MMK_R_KO_V" = -122; -"@MMK_R_KO_W" = -71; -"@MMK_R_KO_X" = 40; -"@MMK_R_KO_Y" = -131; -"@MMK_R_KO_Z" = 44; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -147; -"@MMK_R_KO_bracketright" = -55; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 37; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = -87; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_fivesuperior" = -96; -"@MMK_R_KO_foursuperior" = -87; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -17; -"@MMK_R_KO_hyphen.case" = -45; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -119; -"@MMK_R_KO_onesuperior" = -99; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 36; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -78; -"@MMK_R_KO_question.ss01" = -102; -"@MMK_R_KO_quotedbl" = -63; -"@MMK_R_KO_quotedblleft" = -111; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -99; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -119; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_sixsuperior" = -91; -"@MMK_R_KO_slash" = 29; -"@MMK_R_KO_t" = -35; -"@MMK_R_KO_threesuperior" = -88; -"@MMK_R_KO_trademark" = -160; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -59; -"@MMK_R_KO_w" = -40; -"@MMK_R_KO_x" = 15; -"@MMK_R_KO_y" = -62; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -16; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = -19; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = -15; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -63; -"@MMK_R_KO_bracketright" = -39; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = -17; -"@MMK_R_KO_comma.ss01" = -48; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -54; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 13; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = 29; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 50; -"@MMK_R_KO_imacron" = 54; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -38; -"@MMK_R_KO_onesuperior" = -22; -"@MMK_R_KO_parenright" = -62; -"@MMK_R_KO_parenright.case" = -46; -"@MMK_R_KO_period" = -12; -"@MMK_R_KO_period.ss01" = -54; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -41; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -23; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -54; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -38; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -32; -"@MMK_R_KO_J" = -26; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 24; -"@MMK_R_KO_T" = -30; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -31; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = -26; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -38; -"@MMK_R_KO_bracketright" = -68; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -32; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = -35; -"@MMK_R_KO_ellipsis" = -70; -"@MMK_R_KO_exclam" = -18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = -36; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -38; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 26; -"@MMK_R_KO_j" = -25; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -60; -"@MMK_R_KO_onesuperior" = -52; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_parenright.case" = -58; -"@MMK_R_KO_period" = -33; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -34; -"@MMK_R_KO_quotedbl" = 4; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -37; -"@MMK_R_KO_quoteleft" = -42; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -38; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_sevensuperior" = -58; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -26; -"@MMK_R_KO_slash" = -35; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -41; -"@MMK_R_KO_trademark" = -59; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -72; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -31; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -54; -"@MMK_R_KO_J" = -48; -"@MMK_R_KO_O" = 24; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = -49; -"@MMK_R_KO_Y" = -43; -"@MMK_R_KO_Z" = -45; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -52; -"@MMK_R_KO_bracketright" = -54; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -47; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -91; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 14; -"@MMK_R_KO_guillemetleft" = 12; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 23; -"@MMK_R_KO_hyphen.case" = 34; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 39; -"@MMK_R_KO_imacron" = 48; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 7; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -81; -"@MMK_R_KO_parenright.case" = -77; -"@MMK_R_KO_period" = -44; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -57; -"@MMK_R_KO_quoteleft" = -37; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -32; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -35; -"@MMK_R_KO_six" = 22; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -65; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_underscore" = -61; -"@MMK_R_KO_v" = 11; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = -47; -"@MMK_R_KO_J" = -41; -"@MMK_R_KO_O" = 35; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -41; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = -42; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_Z" = -38; -"@MMK_R_KO_a" = 19; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -36; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 20; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -86; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = 23; -"@MMK_R_KO_hyphen" = 34; -"@MMK_R_KO_hyphen.case" = 45; -"@MMK_R_KO_i" = 18; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_n" = 18; -"@MMK_R_KO_ninesuperior" = -25; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -74; -"@MMK_R_KO_parenright.case" = -70; -"@MMK_R_KO_period" = -36; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -50; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -16; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 22; -"@MMK_R_KO_y" = 22; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 55; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = -27; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 8; -"@MMK_R_KO_Z" = 33; -"@MMK_R_KO_a" = -42; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asciicircum" = -87; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = -43; -"@MMK_R_KO_egrave" = -43; -"@MMK_R_KO_eightsuperior" = -22; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -55; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -64; -"@MMK_R_KO_g" = -29; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = -22; -"@MMK_R_KO_ninesuperior" = -43; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -43; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -48; -"@MMK_R_KO_quoteleft" = -27; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = -27; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -25; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -55; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -16; -"@MMK_R_KO_u" = -46; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -48; -"@MMK_R_KO_w" = -42; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -50; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -76; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = -103; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = 19; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 24; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 21; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -40; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asciicircum" = -79; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -87; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -40; -"@MMK_R_KO_egrave" = -38; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -271; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -45; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -72; -"@MMK_R_KO_g" = -36; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -69; -"@MMK_R_KO_hyphen" = -24; -"@MMK_R_KO_hyphen.case" = 16; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -21; -"@MMK_R_KO_l.ss04" = 18; -"@MMK_R_KO_n" = -48; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = 3; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = -38; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = -87; -"@MMK_R_KO_t" = -50; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = -42; -"@MMK_R_KO_underscore" = -205; -"@MMK_R_KO_v" = -44; -"@MMK_R_KO_w" = -37; -"@MMK_R_KO_x" = -80; -"@MMK_R_KO_y" = -47; -"@MMK_R_KO_z" = -153; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = -48; -"@MMK_R_KO_J" = -42; -"@MMK_R_KO_O" = 20; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -42; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -43; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = -39; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -59; -"@MMK_R_KO_bracketright" = -50; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -37; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -87; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 17; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = 31; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 44; -"@MMK_R_KO_imacron" = 29; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -43; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -77; -"@MMK_R_KO_parenright.case" = -72; -"@MMK_R_KO_period" = -37; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -54; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -29; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -38; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -72; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -72; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -67; -"@MMK_R_KO_bracketright" = -58; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 13; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = -26; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -27; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 33; -"@MMK_R_KO_imacron" = 36; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -50; -"@MMK_R_KO_onesuperior" = -43; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period" = 18; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -55; -"@MMK_R_KO_quoteleft" = -38; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -34; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -43; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -37; -"@MMK_R_KO_trademark" = -80; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -12; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -65; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -36; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 30; -"@MMK_R_KO_imacron" = 58; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_ninesuperior" = -36; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -37; -"@MMK_R_KO_quoteleft" = -28; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = 42; -"@MMK_R_KO_O" = -56; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = 25; -"@MMK_R_KO_Y" = 17; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -38; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asciicircum" = -95; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = -42; -"@MMK_R_KO_egrave" = -42; -"@MMK_R_KO_eightsuperior" = -42; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = -16; -"@MMK_R_KO_f" = -41; -"@MMK_R_KO_fivesuperior" = -44; -"@MMK_R_KO_foursuperior" = -96; -"@MMK_R_KO_g" = -40; -"@MMK_R_KO_guillemetleft" = -83; -"@MMK_R_KO_guillemetright" = -56; -"@MMK_R_KO_hyphen" = -104; -"@MMK_R_KO_hyphen.case" = -104; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -18; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -37; -"@MMK_R_KO_ninesuperior" = -71; -"@MMK_R_KO_onesuperior" = -19; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = -31; -"@MMK_R_KO_question.ss01" = -59; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -73; -"@MMK_R_KO_quoteleft" = -48; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -39; -"@MMK_R_KO_s" = -49; -"@MMK_R_KO_sevensuperior" = -23; -"@MMK_R_KO_six" = -39; -"@MMK_R_KO_sixsuperior" = -48; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = -63; -"@MMK_R_KO_threesuperior" = -45; -"@MMK_R_KO_trademark" = -16; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_underscore" = -15; -"@MMK_R_KO_v" = -107; -"@MMK_R_KO_w" = -87; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = -111; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_X" = -16; -"@MMK_R_KO_Y" = 7; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -62; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -20; -"@MMK_R_KO_comma.ss01" = -51; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -57; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 6; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 36; -"@MMK_R_KO_imacron" = 54; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = -20; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -54; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -24; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -23; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 43; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 36; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = -49; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 30; -"@MMK_R_KO_W" = 53; -"@MMK_R_KO_X" = 45; -"@MMK_R_KO_Y" = 25; -"@MMK_R_KO_Z" = 39; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -96; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 27; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eightsuperior" = -25; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = -26; -"@MMK_R_KO_fivesuperior" = -27; -"@MMK_R_KO_foursuperior" = -68; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -59; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_hyphen.case" = -97; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 20; -"@MMK_R_KO_imacron" = 43; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -49; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 10; -"@MMK_R_KO_period" = 26; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -10; -"@MMK_R_KO_question.ss01" = -32; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -44; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = 14; -"@MMK_R_KO_t" = -39; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = -28; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -68; -"@MMK_R_KO_w" = -56; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = -63; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 15; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = 19; -"@MMK_R_KO_O" = -68; -"@MMK_R_KO_S" = -42; -"@MMK_R_KO_T" = -117; -"@MMK_R_KO_U" = -63; -"@MMK_R_KO_V" = -131; -"@MMK_R_KO_W" = -82; -"@MMK_R_KO_X" = 9; -"@MMK_R_KO_Y" = -126; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = -54; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asciicircum" = -247; -"@MMK_R_KO_bracketright" = -67; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_egrave" = -58; -"@MMK_R_KO_eightsuperior" = -205; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -54; -"@MMK_R_KO_fivesuperior" = -201; -"@MMK_R_KO_foursuperior" = -171; -"@MMK_R_KO_g" = -29; -"@MMK_R_KO_guillemetleft" = -87; -"@MMK_R_KO_guillemetright" = -39; -"@MMK_R_KO_hyphen" = -170; -"@MMK_R_KO_hyphen.case" = -190; -"@MMK_R_KO_i" = -15; -"@MMK_R_KO_icircumflex" = -15; -"@MMK_R_KO_imacron" = -15; -"@MMK_R_KO_j" = -21; -"@MMK_R_KO_l.ss04" = -22; -"@MMK_R_KO_n" = -15; -"@MMK_R_KO_ninesuperior" = -208; -"@MMK_R_KO_onesuperior" = -99; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_parenright.case" = -24; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -78; -"@MMK_R_KO_question.ss01" = -106; -"@MMK_R_KO_quotedbl" = -63; -"@MMK_R_KO_quotedblleft" = -125; -"@MMK_R_KO_quotedblleft.ss01" = -151; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -125; -"@MMK_R_KO_quoteright.ss01" = -151; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_sevensuperior" = -153; -"@MMK_R_KO_six" = -49; -"@MMK_R_KO_sixsuperior" = -208; -"@MMK_R_KO_slash" = 6; -"@MMK_R_KO_t" = -66; -"@MMK_R_KO_threesuperior" = -196; -"@MMK_R_KO_trademark" = -246; -"@MMK_R_KO_u" = -52; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -91; -"@MMK_R_KO_w" = -74; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = -96; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = -65; -"@MMK_R_KO_S" = -43; -"@MMK_R_KO_T" = -121; -"@MMK_R_KO_U" = -52; -"@MMK_R_KO_V" = -137; -"@MMK_R_KO_W" = -89; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -135; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -58; -"@MMK_R_KO_a.ss05" = -29; -"@MMK_R_KO_bracketright" = -71; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_egrave" = -60; -"@MMK_R_KO_eightsuperior" = -141; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_fivesuperior" = -148; -"@MMK_R_KO_foursuperior" = -141; -"@MMK_R_KO_guillemetleft" = -70; -"@MMK_R_KO_guillemetright" = -44; -"@MMK_R_KO_hyphen" = -114; -"@MMK_R_KO_hyphen.case" = -92; -"@MMK_R_KO_i" = -22; -"@MMK_R_KO_ninesuperior" = -174; -"@MMK_R_KO_onesuperior" = -99; -"@MMK_R_KO_parenright" = -71; -"@MMK_R_KO_parenright.case" = -29; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = -82; -"@MMK_R_KO_question.ss01" = -115; -"@MMK_R_KO_quotedbl" = -63; -"@MMK_R_KO_quotedblleft" = -125; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -99; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = -35; -"@MMK_R_KO_sevensuperior" = -153; -"@MMK_R_KO_sixsuperior" = -154; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_threesuperior" = -133; -"@MMK_R_KO_u" = -57; -"@MMK_R_KO_y" = -99; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -32; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -56; -"@MMK_R_KO_J" = -51; -"@MMK_R_KO_O" = 24; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -51; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -27; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = -51; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = -47; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -52; -"@MMK_R_KO_bracketright" = -54; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -51; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -93; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -6; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 14; -"@MMK_R_KO_guillemetleft" = 13; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 23; -"@MMK_R_KO_hyphen.case" = 35; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_icircumflex" = 36; -"@MMK_R_KO_imacron" = 48; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 8; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -83; -"@MMK_R_KO_parenright.case" = -77; -"@MMK_R_KO_period" = -48; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -57; -"@MMK_R_KO_quoteleft" = -38; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -27; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -36; -"@MMK_R_KO_six" = 23; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -67; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -64; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -58; -"@MMK_R_KO_H" = -27; -"@MMK_R_KO_I.ss02" = -81; -"@MMK_R_KO_J" = -75; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = -18; -"@MMK_R_KO_T" = -75; -"@MMK_R_KO_U" = -21; -"@MMK_R_KO_V" = -53; -"@MMK_R_KO_W" = -36; -"@MMK_R_KO_X" = -77; -"@MMK_R_KO_Y" = -72; -"@MMK_R_KO_Z" = -73; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_bracketright" = -80; -"@MMK_R_KO_colon" = -24; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = -23; -"@MMK_R_KO_ellipsis" = -119; -"@MMK_R_KO_exclam" = -20; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_fivesuperior" = -34; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = -43; -"@MMK_R_KO_hyphen" = -8; -"@MMK_R_KO_hyphen.case" = -3; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_j" = -25; -"@MMK_R_KO_l.ss04" = -25; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_ninesuperior" = -59; -"@MMK_R_KO_onesuperior" = -53; -"@MMK_R_KO_parenright" = -112; -"@MMK_R_KO_parenright.case" = -104; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -49; -"@MMK_R_KO_quotedbl" = -36; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -29; -"@MMK_R_KO_quoteright.ss01" = -54; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_sevensuperior" = -63; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = -51; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_threesuperior" = -31; -"@MMK_R_KO_trademark" = -93; -"@MMK_R_KO_u" = -19; -"@MMK_R_KO_underscore" = -88; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = -28; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -27; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = -25; -"@MMK_R_KO_I.ss02" = -52; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = -18; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_U" = -21; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_X" = -66; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = -24; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_ellipsis" = -119; -"@MMK_R_KO_exclam" = -20; -"@MMK_R_KO_guillemetright" = -43; -"@MMK_R_KO_hyphen" = -8; -"@MMK_R_KO_hyphen.case" = -3; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_parenright.case" = -57; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -34; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -52; -"@MMK_R_KO_slash" = -51; -"@MMK_R_KO_t" = -13; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -75; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -105; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_X" = -48; -"@MMK_R_KO_Y" = -11; -"@MMK_R_KO_Z" = -34; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -271; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 18; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -38; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 37; -"@MMK_R_KO_imacron" = 44; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_parenright.case" = -46; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 32; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft" = 17; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = 8; -"@MMK_R_KO_slash" = -72; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -32; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -205; -"@MMK_R_KO_v" = 25; -"@MMK_R_KO_w" = 33; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 20; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 38; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 24; -"@MMK_R_KO_J" = 32; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -59; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -35; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = 37; -"@MMK_R_KO_Y" = -55; -"@MMK_R_KO_Z" = 30; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -63; -"@MMK_R_KO_bracketright" = -54; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 9; -"@MMK_R_KO_hyphen.case" = 21; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 36; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -42; -"@MMK_R_KO_onesuperior" = -35; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -3; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -66; -"@MMK_R_KO_quoteleft" = -47; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -37; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 6; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -76; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -52; -"@MMK_R_KO_bracketright" = -30; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -31; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 42; -"@MMK_R_KO_imacron" = 57; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = 13; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -15; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 14; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -44; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 25; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = -13; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -65; -"@MMK_R_KO_bracketright" = -39; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -47; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -26; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 3; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = 27; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_icircumflex" = 53; -"@MMK_R_KO_imacron" = 46; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -42; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_parenright.case" = -42; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -46; -"@MMK_R_KO_question" = 5; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -40; -"@MMK_R_KO_quoteleft" = -27; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -32; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -36; -"@MMK_R_KO_trademark" = -65; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -47; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = -23; -"@MMK_R_KO_I.ss02" = -35; -"@MMK_R_KO_J" = -30; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = -25; -"@MMK_R_KO_V" = -42; -"@MMK_R_KO_W" = -32; -"@MMK_R_KO_X" = -43; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = -36; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_bracketright" = -68; -"@MMK_R_KO_colon" = -27; -"@MMK_R_KO_comma" = -36; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -52; -"@MMK_R_KO_ellipsis" = -72; -"@MMK_R_KO_exclam" = -27; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_fivesuperior" = -47; -"@MMK_R_KO_foursuperior" = -51; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -46; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_hyphen.case" = -34; -"@MMK_R_KO_i" = -21; -"@MMK_R_KO_icircumflex" = 16; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = -28; -"@MMK_R_KO_l.ss04" = -20; -"@MMK_R_KO_n" = -22; -"@MMK_R_KO_ninesuperior" = -69; -"@MMK_R_KO_onesuperior" = -56; -"@MMK_R_KO_parenright" = -83; -"@MMK_R_KO_parenright.case" = -69; -"@MMK_R_KO_period" = -35; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -36; -"@MMK_R_KO_quotedbl" = -34; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -66; -"@MMK_R_KO_quoteleft" = -54; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -44; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_sevensuperior" = -57; -"@MMK_R_KO_six" = -17; -"@MMK_R_KO_sixsuperior" = -41; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_threesuperior" = -61; -"@MMK_R_KO_u" = -20; -"@MMK_R_KO_v" = -27; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_x" = -29; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -119; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = -100; -"@MMK_R_KO_O" = -51; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = 20; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 16; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 16; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -129; -"@MMK_R_KO_a.ss05" = -57; -"@MMK_R_KO_asciicircum" = -87; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -85; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -128; -"@MMK_R_KO_egrave" = -79; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -159; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -58; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -71; -"@MMK_R_KO_g" = -126; -"@MMK_R_KO_guillemetleft" = -108; -"@MMK_R_KO_guillemetright" = -128; -"@MMK_R_KO_hyphen" = -115; -"@MMK_R_KO_hyphen.case" = -115; -"@MMK_R_KO_i" = -22; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = -35; -"@MMK_R_KO_j" = -29; -"@MMK_R_KO_l.ss04" = 19; -"@MMK_R_KO_n" = -143; -"@MMK_R_KO_ninesuperior" = -41; -"@MMK_R_KO_onesuperior" = 3; -"@MMK_R_KO_parenright" = -23; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -34; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteleft" = -22; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = -127; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -35; -"@MMK_R_KO_sixsuperior" = -27; -"@MMK_R_KO_slash" = -108; -"@MMK_R_KO_t" = -55; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -10; -"@MMK_R_KO_u" = -120; -"@MMK_R_KO_underscore" = -126; -"@MMK_R_KO_v" = -125; -"@MMK_R_KO_w" = -120; -"@MMK_R_KO_x" = -123; -"@MMK_R_KO_y" = -126; -"@MMK_R_KO_z" = -124; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -38; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = 9; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asciicircum" = -61; -"@MMK_R_KO_bracketright" = -26; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = -38; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -82; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_imacron" = 53; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 17; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = -38; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -33; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -22; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -51; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_x" = -6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -55; -"@MMK_R_KO_H" = -29; -"@MMK_R_KO_I.ss02" = -26; -"@MMK_R_KO_J" = -63; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = -23; -"@MMK_R_KO_T" = -22; -"@MMK_R_KO_U" = -23; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = -47; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -33; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -32; -"@MMK_R_KO_bracketright" = -26; -"@MMK_R_KO_colon" = -33; -"@MMK_R_KO_comma" = -66; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -26; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eightsuperior" = -30; -"@MMK_R_KO_ellipsis" = -100; -"@MMK_R_KO_exclam" = -25; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_fivesuperior" = -36; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = -24; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = -18; -"@MMK_R_KO_i" = -21; -"@MMK_R_KO_j" = -32; -"@MMK_R_KO_l.ss04" = -8; -"@MMK_R_KO_n" = -32; -"@MMK_R_KO_ninesuperior" = -57; -"@MMK_R_KO_onesuperior" = -24; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_parenright.case" = -45; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = -21; -"@MMK_R_KO_question.ss01" = -33; -"@MMK_R_KO_quotedbl" = -24; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -58; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -30; -"@MMK_R_KO_s" = -31; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_sixsuperior" = -30; -"@MMK_R_KO_slash" = -50; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_threesuperior" = -32; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_x" = -30; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = -33; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -55; -"@MMK_R_KO_H" = -14; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -8; -"@MMK_R_KO_V" = 25; -"@MMK_R_KO_X" = -11; -"@MMK_R_KO_Y" = 24; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -32; -"@MMK_R_KO_bracketright" = 14; -"@MMK_R_KO_colon" = -33; -"@MMK_R_KO_comma" = -66; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -26; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -100; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -24; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -21; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_n" = -32; -"@MMK_R_KO_ninesuperior" = -29; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 6; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = -13; -"@MMK_R_KO_question.ss01" = -28; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = -50; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_u" = -30; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -122; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = -101; -"@MMK_R_KO_O" = -27; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = 16; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 60; -"@MMK_R_KO_W" = 60; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = 50; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -60; -"@MMK_R_KO_a.ss05" = -47; -"@MMK_R_KO_asciicircum" = -67; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -23; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -62; -"@MMK_R_KO_egrave" = -56; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -172; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = -57; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = -43; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -40; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 35; -"@MMK_R_KO_imacron" = 56; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 37; -"@MMK_R_KO_n" = -44; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 16; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 25; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 20; -"@MMK_R_KO_quoteright.ss01" = 16; -"@MMK_R_KO_s" = -52; -"@MMK_R_KO_sevensuperior" = 2; -"@MMK_R_KO_six" = -22; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -120; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -32; -"@MMK_R_KO_underscore" = -140; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -24; -"@MMK_R_KO_x" = -33; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = -49; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -71; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 42; -"@MMK_R_KO_J" = -82; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 39; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 60; -"@MMK_R_KO_W" = 60; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_Y" = 53; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -34; -"@MMK_R_KO_asciicircum" = -58; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -38; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -115; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = -34; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = -30; -"@MMK_R_KO_hyphen" = -38; -"@MMK_R_KO_hyphen.case" = -18; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 48; -"@MMK_R_KO_imacron" = 68; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 50; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 28; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 33; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 25; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -28; -"@MMK_R_KO_sevensuperior" = 4; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -65; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 3; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_underscore" = -90; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 40; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 25; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = -52; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -18; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_X" = 39; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 33; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -122; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eightsuperior" = -41; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_fivesuperior" = -44; -"@MMK_R_KO_foursuperior" = -78; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = -52; -"@MMK_R_KO_hyphen.case" = -99; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 31; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = 18; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -64; -"@MMK_R_KO_onesuperior" = -21; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 23; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -31; -"@MMK_R_KO_question.ss01" = -44; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -62; -"@MMK_R_KO_quoteleft" = -47; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -35; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_sevensuperior" = -22; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_sixsuperior" = -43; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = -41; -"@MMK_R_KO_threesuperior" = -44; -"@MMK_R_KO_trademark" = -39; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -70; -"@MMK_R_KO_w" = -55; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = -72; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -131; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = -103; -"@MMK_R_KO_O" = -46; -"@MMK_R_KO_S" = -19; -"@MMK_R_KO_T" = 16; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 49; -"@MMK_R_KO_W" = 53; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 47; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -107; -"@MMK_R_KO_a.ss05" = -71; -"@MMK_R_KO_asciicircum" = -82; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -48; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -111; -"@MMK_R_KO_egrave" = -72; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -173; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -38; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -39; -"@MMK_R_KO_g" = -102; -"@MMK_R_KO_guillemetleft" = -105; -"@MMK_R_KO_guillemetright" = -67; -"@MMK_R_KO_hyphen" = -123; -"@MMK_R_KO_hyphen.case" = -84; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 11; -"@MMK_R_KO_imacron" = 44; -"@MMK_R_KO_j" = -20; -"@MMK_R_KO_l.ss04" = 27; -"@MMK_R_KO_n" = -70; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = 18; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -14; -"@MMK_R_KO_quoteright" = 16; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -92; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -38; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = -121; -"@MMK_R_KO_t" = -36; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -3; -"@MMK_R_KO_u" = -65; -"@MMK_R_KO_underscore" = -137; -"@MMK_R_KO_v" = -55; -"@MMK_R_KO_w" = -55; -"@MMK_R_KO_x" = -61; -"@MMK_R_KO_y" = -54; -"@MMK_R_KO_z" = -63; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = -53; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 35; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 31; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asciicircum" = -90; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_egrave" = -44; -"@MMK_R_KO_eightsuperior" = -42; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -61; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -74; -"@MMK_R_KO_g" = -30; -"@MMK_R_KO_guillemetleft" = -66; -"@MMK_R_KO_guillemetright" = -57; -"@MMK_R_KO_hyphen" = -144; -"@MMK_R_KO_hyphen.case" = -101; -"@MMK_R_KO_i" = -13; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 41; -"@MMK_R_KO_j" = -19; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_ninesuperior" = -35; -"@MMK_R_KO_onesuperior" = -19; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -45; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = -34; -"@MMK_R_KO_s" = -32; -"@MMK_R_KO_sevensuperior" = -22; -"@MMK_R_KO_six" = -32; -"@MMK_R_KO_sixsuperior" = -42; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -41; -"@MMK_R_KO_threesuperior" = -42; -"@MMK_R_KO_trademark" = -14; -"@MMK_R_KO_u" = -47; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -71; -"@MMK_R_KO_w" = -64; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = -68; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = -19; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -143; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -44; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -72; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -69; -"@MMK_R_KO_bracketright" = -66; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -36; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -35; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -62; -"@MMK_R_KO_onesuperior" = -51; -"@MMK_R_KO_parenright" = -75; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -48; -"@MMK_R_KO_quotedbl" = -27; -"@MMK_R_KO_quotedblleft" = -28; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -53; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -53; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -27; -"@MMK_R_KO_trademark" = -85; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = -124; -"@MMK_R_KO_U" = -21; -"@MMK_R_KO_V" = -73; -"@MMK_R_KO_W" = -51; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -114; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -96; -"@MMK_R_KO_bracketright" = -55; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = -42; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_fivesuperior" = -59; -"@MMK_R_KO_foursuperior" = -50; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -78; -"@MMK_R_KO_onesuperior" = -77; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = -44; -"@MMK_R_KO_question.ss01" = -86; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -74; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -62; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -88; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = -50; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_threesuperior" = -46; -"@MMK_R_KO_trademark" = -120; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -23; -"@MMK_R_KO_w" = -18; -"@MMK_R_KO_x" = 23; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = -84; -"@MMK_R_KO_U" = -18; -"@MMK_R_KO_V" = -51; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_Y" = -64; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -55; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -40; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_fivesuperior" = -53; -"@MMK_R_KO_foursuperior" = -50; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 7; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -75; -"@MMK_R_KO_onesuperior" = -54; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = -44; -"@MMK_R_KO_question.ss01" = -64; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -67; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -52; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -49; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_threesuperior" = -46; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -23; -"@MMK_R_KO_w" = -18; -"@MMK_R_KO_x" = 23; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_T" = -127; -"@MMK_R_KO_a" = -24; -"@MMK_R_KO_e" = -23; -"@MMK_R_KO_f" = -38; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_t" = -43; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -147; -"@MMK_R_KO_H" = -65; -"@MMK_R_KO_O" = -51; -"@MMK_R_KO_T" = -87; -"@MMK_R_KO_a" = -84; -"@MMK_R_KO_e" = -87; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_i" = -61; -"@MMK_R_KO_n" = -68; -"@MMK_R_KO_t" = -37; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -133; -"@MMK_R_KO_H" = -78; -"@MMK_R_KO_O" = -55; -"@MMK_R_KO_T" = -201; -"@MMK_R_KO_a" = -73; -"@MMK_R_KO_e" = -73; -"@MMK_R_KO_f" = -70; -"@MMK_R_KO_i" = -77; -"@MMK_R_KO_n" = -79; -"@MMK_R_KO_t" = -70; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -88; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -94; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 28; -"@MMK_R_KO_W" = 36; -"@MMK_R_KO_Y" = 9; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = -44; -"@MMK_R_KO_a.ss05" = -32; -"@MMK_R_KO_asterisk" = 55; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -48; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -41; -"@MMK_R_KO_guillemetleft" = -47; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -131; -"@MMK_R_KO_hyphen.case" = -57; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = 26; -"@MMK_R_KO_quotedblleft" = 28; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = 22; -"@MMK_R_KO_quoteright.ss01" = 25; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_seven" = 42; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -89; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 5; -"@MMK_R_KO_two" = 32; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -55; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -50; -"@MMK_R_KO_O" = -54; -"@MMK_R_KO_S" = -35; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -60; -"@MMK_R_KO_a.ss05" = -62; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -53; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_egrave" = -59; -"@MMK_R_KO_eight" = -38; -"@MMK_R_KO_ellipsis" = -77; -"@MMK_R_KO_f" = -49; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -53; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = -91; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 38; -"@MMK_R_KO_n" = -66; -"@MMK_R_KO_nine" = -61; -"@MMK_R_KO_one" = -50; -"@MMK_R_KO_period" = -60; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -63; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -52; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -44; -"@MMK_R_KO_three" = -33; -"@MMK_R_KO_two" = -21; -"@MMK_R_KO_u" = -68; -"@MMK_R_KO_v" = -60; -"@MMK_R_KO_w" = -56; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = -56; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -54; -"@MMK_R_KO_S" = -27; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_eight" = -32; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -54; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -55; -"@MMK_R_KO_hyphen.case" = -69; -"@MMK_R_KO_nine" = -57; -"@MMK_R_KO_one" = -51; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -49; -"@MMK_R_KO_slash" = 36; -"@MMK_R_KO_three" = -28; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -34; -"@MMK_R_KO_J" = -37; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -126; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -55; -"@MMK_R_KO_W" = -31; -"@MMK_R_KO_X" = -20; -"@MMK_R_KO_Y" = -95; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -70; -"@MMK_R_KO_bracketright" = -62; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -50; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -53; -"@MMK_R_KO_exclam" = -6; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_fivesuperior" = -26; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -58; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = -83; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -50; -"@MMK_R_KO_question" = -26; -"@MMK_R_KO_question.ss01" = -74; -"@MMK_R_KO_quotedbl" = -43; -"@MMK_R_KO_quotedblleft" = -58; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -83; -"@MMK_R_KO_quoteright" = -47; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -58; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -26; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -93; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -47; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -8; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -71; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_five" = -18; -"@MMK_R_KO_four" = -71; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -71; -"@MMK_R_KO_hyphen.case" = -71; -"@MMK_R_KO_nine" = -37; -"@MMK_R_KO_one" = -64; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_parenright.case" = 4; -"@MMK_R_KO_quotedbl" = -71; -"@MMK_R_KO_quotedblleft" = -71; -"@MMK_R_KO_quoteright" = -71; -"@MMK_R_KO_seven" = -71; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_three" = -4; -"@MMK_R_KO_two" = 41; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -142; -"@MMK_R_KO_H" = -28; -"@MMK_R_KO_O" = -36; -"@MMK_R_KO_T" = -46; -"@MMK_R_KO_a" = -93; -"@MMK_R_KO_e" = -97; -"@MMK_R_KO_f" = -34; -"@MMK_R_KO_i" = -31; -"@MMK_R_KO_n" = -72; -"@MMK_R_KO_t" = -34; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -32; -"@MMK_R_KO_J" = -37; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -123; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -56; -"@MMK_R_KO_W" = -32; -"@MMK_R_KO_X" = -28; -"@MMK_R_KO_Y" = -100; -"@MMK_R_KO_Z" = -18; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -81; -"@MMK_R_KO_bracketright" = -60; -"@MMK_R_KO_colon" = -24; -"@MMK_R_KO_comma" = -22; -"@MMK_R_KO_comma.ss01" = -55; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_fivesuperior" = -33; -"@MMK_R_KO_foursuperior" = -35; -"@MMK_R_KO_g" = 12; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = -32; -"@MMK_R_KO_hyphen" = 35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -63; -"@MMK_R_KO_onesuperior" = -57; -"@MMK_R_KO_parenright" = -89; -"@MMK_R_KO_period" = -21; -"@MMK_R_KO_period.ss01" = -55; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -87; -"@MMK_R_KO_quotedbl" = -48; -"@MMK_R_KO_quotedblleft" = -68; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -56; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -71; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -32; -"@MMK_R_KO_slash" = -10; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -100; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -51; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -19; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = -19; -"@MMK_R_KO_I.ss02" = -53; -"@MMK_R_KO_J" = -55; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -18; -"@MMK_R_KO_T" = -109; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -75; -"@MMK_R_KO_W" = -52; -"@MMK_R_KO_X" = -43; -"@MMK_R_KO_Y" = -88; -"@MMK_R_KO_Z" = -41; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_bracketright" = -80; -"@MMK_R_KO_colon" = -40; -"@MMK_R_KO_comma" = -38; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = -42; -"@MMK_R_KO_ellipsis" = -76; -"@MMK_R_KO_exclam" = -23; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_fivesuperior" = -54; -"@MMK_R_KO_foursuperior" = -55; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -5; -"@MMK_R_KO_guillemetright" = -52; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_icircumflex" = -16; -"@MMK_R_KO_imacron" = -16; -"@MMK_R_KO_j" = -23; -"@MMK_R_KO_l.ss04" = -23; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_ninesuperior" = -76; -"@MMK_R_KO_onesuperior" = -70; -"@MMK_R_KO_parenright" = -107; -"@MMK_R_KO_period" = -36; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = -54; -"@MMK_R_KO_question.ss01" = -88; -"@MMK_R_KO_quotedbl" = -63; -"@MMK_R_KO_quotedblleft" = -81; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -71; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = -10; -"@MMK_R_KO_sevensuperior" = -81; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_sixsuperior" = -50; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = -34; -"@MMK_R_KO_threesuperior" = -40; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_underscore" = -66; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -19; -"@MMK_R_KO_x" = -39; -"@MMK_R_KO_y" = -29; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -6; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 21; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -6; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -46; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eight" = 20; -"@MMK_R_KO_ellipsis" = -51; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 10; -"@MMK_R_KO_four" = 26; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = 25; -"@MMK_R_KO_hyphen.case" = -13; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -12; -"@MMK_R_KO_one" = 2; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -44; -"@MMK_R_KO_period" = -8; -"@MMK_R_KO_period.ss01" = -49; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -42; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 23; -"@MMK_R_KO_two" = 3; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = -28; -"@MMK_R_KO_H" = -63; -"@MMK_R_KO_I.ss02" = -35; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = -119; -"@MMK_R_KO_S" = -80; -"@MMK_R_KO_T" = -186; -"@MMK_R_KO_U" = -100; -"@MMK_R_KO_V" = -198; -"@MMK_R_KO_W" = -148; -"@MMK_R_KO_Y" = -199; -"@MMK_R_KO_Z" = -29; -"@MMK_R_KO_a" = -86; -"@MMK_R_KO_a.ss05" = -67; -"@MMK_R_KO_asterisk" = -131; -"@MMK_R_KO_colon" = -20; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_e" = -87; -"@MMK_R_KO_egrave" = -88; -"@MMK_R_KO_eight" = -76; -"@MMK_R_KO_ellipsis" = -46; -"@MMK_R_KO_f" = -85; -"@MMK_R_KO_five" = -81; -"@MMK_R_KO_four" = -214; -"@MMK_R_KO_g" = -77; -"@MMK_R_KO_guillemetleft" = -108; -"@MMK_R_KO_guillemetright" = -84; -"@MMK_R_KO_hyphen" = -190; -"@MMK_R_KO_hyphen.case" = -237; -"@MMK_R_KO_i" = -62; -"@MMK_R_KO_j" = -66; -"@MMK_R_KO_n" = -62; -"@MMK_R_KO_nine" = -96; -"@MMK_R_KO_one" = -124; -"@MMK_R_KO_parenright" = -96; -"@MMK_R_KO_parenright.case" = -44; -"@MMK_R_KO_period" = -8; -"@MMK_R_KO_quotedbl" = -163; -"@MMK_R_KO_quotedblleft" = -125; -"@MMK_R_KO_quoteright" = -125; -"@MMK_R_KO_s" = -70; -"@MMK_R_KO_seven" = -141; -"@MMK_R_KO_six" = -91; -"@MMK_R_KO_slash" = -28; -"@MMK_R_KO_t" = -89; -"@MMK_R_KO_three" = -71; -"@MMK_R_KO_two" = -34; -"@MMK_R_KO_u" = -85; -"@MMK_R_KO_v" = -138; -"@MMK_R_KO_w" = -103; -"@MMK_R_KO_y" = -148; -"@MMK_R_KO_z" = -31; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = -31; -"@MMK_R_KO_H" = -67; -"@MMK_R_KO_I.ss02" = -39; -"@MMK_R_KO_J" = -35; -"@MMK_R_KO_O" = -117; -"@MMK_R_KO_S" = -79; -"@MMK_R_KO_T" = -190; -"@MMK_R_KO_U" = -99; -"@MMK_R_KO_V" = -201; -"@MMK_R_KO_W" = -151; -"@MMK_R_KO_Y" = -203; -"@MMK_R_KO_Z" = -32; -"@MMK_R_KO_a" = -85; -"@MMK_R_KO_a.ss05" = -65; -"@MMK_R_KO_asterisk" = -131; -"@MMK_R_KO_comma.ss01" = -51; -"@MMK_R_KO_e" = -88; -"@MMK_R_KO_egrave" = -88; -"@MMK_R_KO_eight" = -74; -"@MMK_R_KO_f" = -85; -"@MMK_R_KO_five" = -79; -"@MMK_R_KO_four" = -214; -"@MMK_R_KO_g" = -80; -"@MMK_R_KO_guillemetleft" = -108; -"@MMK_R_KO_guillemetright" = -86; -"@MMK_R_KO_hyphen" = -195; -"@MMK_R_KO_hyphen.case" = -237; -"@MMK_R_KO_i" = -62; -"@MMK_R_KO_j" = -66; -"@MMK_R_KO_n" = -62; -"@MMK_R_KO_nine" = -95; -"@MMK_R_KO_one" = -128; -"@MMK_R_KO_parenright" = -97; -"@MMK_R_KO_parenright.case" = -45; -"@MMK_R_KO_period.ss01" = -48; -"@MMK_R_KO_quotedbl" = -163; -"@MMK_R_KO_quotedblleft.ss01" = -151; -"@MMK_R_KO_quoteright.ss01" = -151; -"@MMK_R_KO_s" = -69; -"@MMK_R_KO_seven" = -145; -"@MMK_R_KO_six" = -91; -"@MMK_R_KO_slash" = -34; -"@MMK_R_KO_t" = -94; -"@MMK_R_KO_three" = -69; -"@MMK_R_KO_two" = -36; -"@MMK_R_KO_u" = -85; -"@MMK_R_KO_v" = -140; -"@MMK_R_KO_w" = -106; -"@MMK_R_KO_y" = -151; -"@MMK_R_KO_z" = -34; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -19; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -83; -"@MMK_R_KO_J" = -98; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -115; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -69; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_Y" = -121; -"@MMK_R_KO_Z" = -54; -"@MMK_R_KO_a" = 25; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_colon" = -85; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 27; -"@MMK_R_KO_egrave" = 27; -"@MMK_R_KO_eight" = 25; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 37; -"@MMK_R_KO_g" = 29; -"@MMK_R_KO_guillemetleft" = 20; -"@MMK_R_KO_guillemetright" = -45; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -34; -"@MMK_R_KO_one" = -65; -"@MMK_R_KO_parenright" = -103; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = -63; -"@MMK_R_KO_quotedblleft" = -125; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteright" = -99; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = -7; -"@MMK_R_KO_seven" = -94; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = -33; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -42; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = -60; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = -59; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 23; -"@MMK_R_KO_W" = 29; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 15; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -39; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -54; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -14; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -80; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -41; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -52; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -37; -"@MMK_R_KO_quoteleft" = -20; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -48; -"@MMK_R_KO_t" = -1; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -57; -"@MMK_R_KO_v" = 11; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -42; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 16; -"@MMK_R_KO_J" = -53; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 19; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 30; -"@MMK_R_KO_W" = 37; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -37; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -49; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -77; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -45; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 4; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -35; -"@MMK_R_KO_onesuperior" = 10; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -47; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -9; -"@MMK_R_KO_quotedbl" = 26; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -16; -"@MMK_R_KO_quoteright" = 16; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -42; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -52; -"@MMK_R_KO_v" = 14; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -19; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -28; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -73; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -24; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 4; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -5; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = -46; -"@MMK_R_KO_onesuperior" = -10; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_period" = -4; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quoteleft" = -35; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_sevensuperior" = -14; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_underscore" = -4; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 16; -"@MMK_R_KO_W" = 16; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 19; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -50; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 20; -"@MMK_R_KO_eight" = 29; -"@MMK_R_KO_ellipsis" = -53; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_five" = 18; -"@MMK_R_KO_four" = 43; -"@MMK_R_KO_g" = 22; -"@MMK_R_KO_guillemetleft" = 21; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = 43; -"@MMK_R_KO_hyphen.case" = 18; -"@MMK_R_KO_i" = 16; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = 10; -"@MMK_R_KO_nine" = -14; -"@MMK_R_KO_one" = -21; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -51; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -70; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -35; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_three" = 26; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -13; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = -53; -"@MMK_R_KO_J" = -49; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 39; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -49; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_Y" = -50; -"@MMK_R_KO_Z" = -28; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -41; -"@MMK_R_KO_colon" = -56; -"@MMK_R_KO_comma" = -48; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 32; -"@MMK_R_KO_ellipsis" = -81; -"@MMK_R_KO_f" = -29; -"@MMK_R_KO_five" = 32; -"@MMK_R_KO_four" = 15; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = 17; -"@MMK_R_KO_hyphen.case" = -33; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -9; -"@MMK_R_KO_one" = -51; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_parenright.case" = -61; -"@MMK_R_KO_period" = -50; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = -55; -"@MMK_R_KO_quotedblleft" = -53; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteright" = -53; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_seven" = -50; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_three" = 46; -"@MMK_R_KO_two" = -4; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -33; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_y" = -36; -"@MMK_R_KO_z" = -38; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = 12; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -81; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asciicircum" = -54; -"@MMK_R_KO_bracketright" = 12; -"@MMK_R_KO_colon" = 37; -"@MMK_R_KO_comma" = 44; -"@MMK_R_KO_comma.ss01" = 3; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -23; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_i" = 15; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 12; -"@MMK_R_KO_j" = 12; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 9; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 41; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 20; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 57; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -73; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_underscore" = 11; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -108; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -41; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -37; -"@MMK_R_KO_f" = 38; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -79; -"@MMK_R_KO_parenright.case" = -43; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -44; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = 37; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 19; -"@MMK_R_KO_w" = 36; -"@MMK_R_KO_y" = 21; -"@MMK_R_KO_z" = 19; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -59; -"@MMK_R_KO_J" = -57; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -127; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -62; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_Y" = -104; -"@MMK_R_KO_Z" = -54; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asterisk" = -47; -"@MMK_R_KO_colon" = -40; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eight" = 2; -"@MMK_R_KO_ellipsis" = -97; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_five" = -3; -"@MMK_R_KO_four" = 5; -"@MMK_R_KO_g" = 20; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = -56; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -29; -"@MMK_R_KO_one" = -61; -"@MMK_R_KO_parenright" = -101; -"@MMK_R_KO_parenright.case" = -77; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = -58; -"@MMK_R_KO_quotedblleft" = -71; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteright" = -60; -"@MMK_R_KO_quoteright.ss01" = -71; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_seven" = -54; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -35; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -81; -"@MMK_R_KO_J" = -97; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -115; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -68; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_Y" = -121; -"@MMK_R_KO_Z" = -45; -"@MMK_R_KO_a" = 25; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asterisk" = -131; -"@MMK_R_KO_colon" = -85; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 27; -"@MMK_R_KO_egrave" = 27; -"@MMK_R_KO_eight" = 25; -"@MMK_R_KO_f" = -30; -"@MMK_R_KO_five" = 6; -"@MMK_R_KO_four" = 37; -"@MMK_R_KO_g" = 29; -"@MMK_R_KO_guillemetleft" = 20; -"@MMK_R_KO_guillemetright" = -45; -"@MMK_R_KO_hyphen" = 30; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -62; -"@MMK_R_KO_parenright" = -103; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = -163; -"@MMK_R_KO_quotedblleft" = -125; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteright" = -99; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_seven" = -94; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = -29; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -23; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -49; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -72; -"@MMK_R_KO_H" = -23; -"@MMK_R_KO_I.ss02" = -104; -"@MMK_R_KO_J" = -125; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = -43; -"@MMK_R_KO_T" = -145; -"@MMK_R_KO_U" = -18; -"@MMK_R_KO_V" = -66; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_Y" = -108; -"@MMK_R_KO_Z" = -118; -"@MMK_R_KO_asterisk" = -70; -"@MMK_R_KO_colon" = -44; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_eight" = -26; -"@MMK_R_KO_five" = -14; -"@MMK_R_KO_four" = -28; -"@MMK_R_KO_guillemetleft" = -8; -"@MMK_R_KO_guillemetright" = -60; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_nine" = -34; -"@MMK_R_KO_one" = -88; -"@MMK_R_KO_parenright.case" = -118; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = -63; -"@MMK_R_KO_quotedblleft" = -95; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteright" = -94; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_seven" = -86; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_slash" = -73; -"@MMK_R_KO_three" = -66; -"@MMK_R_KO_two" = -57; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -22; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -66; -"@MMK_R_KO_bracketright" = -40; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -36; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 10; -"@MMK_R_KO_imacron" = 10; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -58; -"@MMK_R_KO_onesuperior" = -33; -"@MMK_R_KO_parenright" = -75; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -43; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -28; -"@MMK_R_KO_quotedblleft.ss01" = -69; -"@MMK_R_KO_quoteleft" = -48; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -40; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -51; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 18; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = -6; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 23; -"@MMK_R_KO_U" = 26; -"@MMK_R_KO_V" = 43; -"@MMK_R_KO_W" = 50; -"@MMK_R_KO_X" = 23; -"@MMK_R_KO_Y" = 29; -"@MMK_R_KO_Z" = 31; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -61; -"@MMK_R_KO_bracketright" = 19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_icircumflex" = 14; -"@MMK_R_KO_imacron" = 10; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = 7; -"@MMK_R_KO_parenright" = 11; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = 7; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 34; -"@MMK_R_KO_quotedblleft" = 13; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 26; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 14; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 28; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 5; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -125; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -52; -"@MMK_R_KO_bracketright" = -59; -"@MMK_R_KO_colon" = 29; -"@MMK_R_KO_comma" = 26; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = -17; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -27; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -40; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -67; -"@MMK_R_KO_onesuperior" = -60; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 26; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -25; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -58; -"@MMK_R_KO_quoteleft" = -37; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -27; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_sevensuperior" = -81; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = 19; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -40; -"@MMK_R_KO_trademark" = -85; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = 19; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 25; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -61; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -37; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 10; -"@MMK_R_KO_imacron" = 10; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -22; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -41; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -35; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_Y" = -20; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -84; -"@MMK_R_KO_bracketright" = -17; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -30; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_fivesuperior" = -36; -"@MMK_R_KO_foursuperior" = -34; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 4; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -58; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_question" = -18; -"@MMK_R_KO_question.ss01" = -35; -"@MMK_R_KO_quotedbl" = -28; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -64; -"@MMK_R_KO_quoteleft" = -53; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -36; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = -31; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_threesuperior" = -35; -"@MMK_R_KO_trademark" = -56; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = 28; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 44; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 82; -"@MMK_R_KO_exclam" = 101; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = 89; -"@MMK_R_KO_foursuperior" = 50; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 32; -"@MMK_R_KO_j" = 15; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = 14; -"@MMK_R_KO_ninesuperior" = 54; -"@MMK_R_KO_onesuperior" = 95; -"@MMK_R_KO_parenright" = 64; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = 113; -"@MMK_R_KO_question.ss01" = 76; -"@MMK_R_KO_quotedbl" = 127; -"@MMK_R_KO_quotedblleft" = 110; -"@MMK_R_KO_quotedblleft.ss01" = 60; -"@MMK_R_KO_quoteleft" = 80; -"@MMK_R_KO_sevensuperior" = 97; -"@MMK_R_KO_sixsuperior" = 77; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_threesuperior" = 72; -"@MMK_R_KO_u" = 18; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -39; -"@MMK_R_KO_H" = -17; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_T" = -147; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_f" = -46; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_t" = -47; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -137; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -62; -"@MMK_R_KO_W" = -37; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -109; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -85; -"@MMK_R_KO_bracketright" = -61; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = 4; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = -28; -"@MMK_R_KO_ellipsis" = -31; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_fivesuperior" = -40; -"@MMK_R_KO_foursuperior" = -38; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_ninesuperior" = -69; -"@MMK_R_KO_onesuperior" = -62; -"@MMK_R_KO_parenright" = -72; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_question" = -35; -"@MMK_R_KO_question.ss01" = -79; -"@MMK_R_KO_quotedbl" = -46; -"@MMK_R_KO_quotedblleft" = -66; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -54; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -76; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -36; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = -25; -"@MMK_R_KO_trademark" = -102; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -37; -"@MMK_R_KO_J" = -39; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -129; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -61; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = -28; -"@MMK_R_KO_Y" = -106; -"@MMK_R_KO_Z" = -21; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -85; -"@MMK_R_KO_bracketright" = -62; -"@MMK_R_KO_colon" = -28; -"@MMK_R_KO_comma" = -29; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eightsuperior" = -28; -"@MMK_R_KO_ellipsis" = -67; -"@MMK_R_KO_exclam" = -6; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_fivesuperior" = -38; -"@MMK_R_KO_foursuperior" = -40; -"@MMK_R_KO_g" = 19; -"@MMK_R_KO_guillemetleft" = 16; -"@MMK_R_KO_guillemetright" = -32; -"@MMK_R_KO_hyphen" = 27; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_ninesuperior" = -67; -"@MMK_R_KO_onesuperior" = -60; -"@MMK_R_KO_parenright" = -91; -"@MMK_R_KO_period" = -27; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = -40; -"@MMK_R_KO_question.ss01" = -85; -"@MMK_R_KO_quotedbl" = -49; -"@MMK_R_KO_quotedblleft" = -71; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -74; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = -36; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_threesuperior" = -23; -"@MMK_R_KO_trademark" = -103; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -41; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -24; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -34; -"@MMK_R_KO_H" = -26; -"@MMK_R_KO_I.ss02" = -68; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = -119; -"@MMK_R_KO_V" = -79; -"@MMK_R_KO_W" = -54; -"@MMK_R_KO_Y" = -100; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_bracketright" = -86; -"@MMK_R_KO_colon" = -56; -"@MMK_R_KO_comma" = -48; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = -53; -"@MMK_R_KO_ellipsis" = -88; -"@MMK_R_KO_exclam" = -34; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_fivesuperior" = -65; -"@MMK_R_KO_foursuperior" = -68; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = -59; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_i" = -24; -"@MMK_R_KO_icircumflex" = -24; -"@MMK_R_KO_imacron" = -23; -"@MMK_R_KO_j" = -31; -"@MMK_R_KO_l.ss04" = -29; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_ninesuperior" = -84; -"@MMK_R_KO_onesuperior" = -83; -"@MMK_R_KO_parenright" = -125; -"@MMK_R_KO_period" = -49; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = -68; -"@MMK_R_KO_question.ss01" = -94; -"@MMK_R_KO_quotedbl" = -63; -"@MMK_R_KO_quotedblleft" = -91; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -77; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_sevensuperior" = -84; -"@MMK_R_KO_six" = -14; -"@MMK_R_KO_sixsuperior" = -63; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_t" = -36; -"@MMK_R_KO_threesuperior" = -55; -"@MMK_R_KO_trademark" = -137; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_underscore" = -74; -"@MMK_R_KO_v" = -37; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_x" = -45; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = -50; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 37; -"@MMK_R_KO_J" = -25; -"@MMK_R_KO_O" = -57; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 36; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = 33; -"@MMK_R_KO_a" = -64; -"@MMK_R_KO_a.ss05" = -50; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma" = 23; -"@MMK_R_KO_comma.ss01" = 13; -"@MMK_R_KO_e" = -64; -"@MMK_R_KO_egrave" = -63; -"@MMK_R_KO_eight" = -31; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_f" = -45; -"@MMK_R_KO_five" = -6; -"@MMK_R_KO_four" = -55; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -70; -"@MMK_R_KO_guillemetright" = -79; -"@MMK_R_KO_hyphen" = -76; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 75; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_nine" = -45; -"@MMK_R_KO_one" = -21; -"@MMK_R_KO_parenright" = 28; -"@MMK_R_KO_period" = -32; -"@MMK_R_KO_period.ss01" = -46; -"@MMK_R_KO_quotedbl" = 20; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 6; -"@MMK_R_KO_s" = -53; -"@MMK_R_KO_seven" = 41; -"@MMK_R_KO_six" = -46; -"@MMK_R_KO_slash" = 31; -"@MMK_R_KO_t" = -45; -"@MMK_R_KO_three" = -28; -"@MMK_R_KO_two" = -18; -"@MMK_R_KO_u" = -60; -"@MMK_R_KO_v" = -51; -"@MMK_R_KO_w" = -50; -"@MMK_R_KO_y" = 18; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 20; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 25; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -50; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_Y" = 13; -"@MMK_R_KO_Z" = 51; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = 27; -"@MMK_R_KO_comma" = 27; -"@MMK_R_KO_comma.ss01" = 4; -"@MMK_R_KO_eight" = -19; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = -6; -"@MMK_R_KO_four" = -32; -"@MMK_R_KO_guillemetleft" = -51; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_hyphen.case" = -64; -"@MMK_R_KO_nine" = -41; -"@MMK_R_KO_one" = -17; -"@MMK_R_KO_parenright.case" = 30; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 23; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_seven" = 44; -"@MMK_R_KO_six" = -36; -"@MMK_R_KO_slash" = 72; -"@MMK_R_KO_three" = -18; -"@MMK_R_KO_two" = 27; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 36; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -48; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = -65; -"@MMK_R_KO_U" = -38; -"@MMK_R_KO_V" = -65; -"@MMK_R_KO_W" = -65; -"@MMK_R_KO_Y" = -65; -"@MMK_R_KO_Z" = 45; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -65; -"@MMK_R_KO_colon" = 33; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_eight" = -8; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_five" = -17; -"@MMK_R_KO_four" = -65; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = -40; -"@MMK_R_KO_hyphen" = -65; -"@MMK_R_KO_hyphen.case" = -65; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -38; -"@MMK_R_KO_one" = -65; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -65; -"@MMK_R_KO_quotedblleft" = -65; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = -65; -"@MMK_R_KO_six" = -31; -"@MMK_R_KO_slash" = 52; -"@MMK_R_KO_t" = -38; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 43; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_v" = -65; -"@MMK_R_KO_w" = -54; -"@MMK_R_KO_y" = -65; -"@MMK_R_KO_z" = 43; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -38; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = -62; -"@MMK_R_KO_S" = -54; -"@MMK_R_KO_T" = -62; -"@MMK_R_KO_U" = -62; -"@MMK_R_KO_V" = -62; -"@MMK_R_KO_W" = -62; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_a.ss05" = -37; -"@MMK_R_KO_asterisk" = -62; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -62; -"@MMK_R_KO_eight" = -45; -"@MMK_R_KO_f" = -62; -"@MMK_R_KO_five" = -50; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -58; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = -57; -"@MMK_R_KO_hyphen" = -62; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = -32; -"@MMK_R_KO_j" = -39; -"@MMK_R_KO_n" = -32; -"@MMK_R_KO_nine" = -61; -"@MMK_R_KO_one" = -61; -"@MMK_R_KO_parenright" = -62; -"@MMK_R_KO_parenright.case" = -26; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_quotedbl" = -62; -"@MMK_R_KO_quotedblleft.ss01" = -62; -"@MMK_R_KO_quoteright.ss01" = -62; -"@MMK_R_KO_s" = -41; -"@MMK_R_KO_seven" = -61; -"@MMK_R_KO_six" = -61; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = -62; -"@MMK_R_KO_three" = -41; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -62; -"@MMK_R_KO_v" = -62; -"@MMK_R_KO_w" = -62; -"@MMK_R_KO_y" = -62; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -71; -"@MMK_R_KO_S" = -37; -"@MMK_R_KO_T" = -130; -"@MMK_R_KO_U" = -59; -"@MMK_R_KO_V" = -129; -"@MMK_R_KO_W" = -91; -"@MMK_R_KO_Y" = -140; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -40; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_e" = -44; -"@MMK_R_KO_eight" = -24; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = -37; -"@MMK_R_KO_four" = -99; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetright" = -52; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = 27; -"@MMK_R_KO_nine" = -50; -"@MMK_R_KO_one" = -70; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_quotedbl" = -63; -"@MMK_R_KO_quotedblleft" = -110; -"@MMK_R_KO_quoteright" = -99; -"@MMK_R_KO_s" = -26; -"@MMK_R_KO_seven" = -87; -"@MMK_R_KO_six" = -43; -"@MMK_R_KO_t" = -47; -"@MMK_R_KO_three" = -35; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_v" = -83; -"@MMK_R_KO_w" = -65; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -134; -"@MMK_R_KO_H" = -30; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -136; -"@MMK_R_KO_O" = -36; -"@MMK_R_KO_S" = -23; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = -24; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -36; -"@MMK_R_KO_a" = -82; -"@MMK_R_KO_a.ss05" = -67; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -27; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -86; -"@MMK_R_KO_egrave" = -80; -"@MMK_R_KO_eight" = -31; -"@MMK_R_KO_ellipsis" = -163; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_five" = -31; -"@MMK_R_KO_four" = -115; -"@MMK_R_KO_g" = -79; -"@MMK_R_KO_guillemetleft" = -88; -"@MMK_R_KO_guillemetright" = -57; -"@MMK_R_KO_hyphen" = -163; -"@MMK_R_KO_hyphen.case" = -71; -"@MMK_R_KO_i" = -32; -"@MMK_R_KO_j" = -40; -"@MMK_R_KO_n" = -55; -"@MMK_R_KO_nine" = -37; -"@MMK_R_KO_one" = -6; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_parenright.case" = -34; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -47; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = -65; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -35; -"@MMK_R_KO_slash" = -136; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_three" = -29; -"@MMK_R_KO_two" = -17; -"@MMK_R_KO_u" = -52; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -24; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = -36; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 16; -"@MMK_R_KO_H" = -10; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -81; -"@MMK_R_KO_S" = -29; -"@MMK_R_KO_T" = -125; -"@MMK_R_KO_U" = -54; -"@MMK_R_KO_V" = -125; -"@MMK_R_KO_W" = -89; -"@MMK_R_KO_Y" = -125; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = -40; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asterisk" = -89; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 30; -"@MMK_R_KO_e" = -42; -"@MMK_R_KO_egrave" = -42; -"@MMK_R_KO_eight" = -43; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_f" = -44; -"@MMK_R_KO_five" = -29; -"@MMK_R_KO_four" = -89; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -89; -"@MMK_R_KO_guillemetright" = -69; -"@MMK_R_KO_hyphen" = -89; -"@MMK_R_KO_hyphen.case" = -89; -"@MMK_R_KO_i" = -10; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -10; -"@MMK_R_KO_nine" = -68; -"@MMK_R_KO_one" = -89; -"@MMK_R_KO_period" = 34; -"@MMK_R_KO_quotedblleft" = -125; -"@MMK_R_KO_quoteright" = -89; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_seven" = -89; -"@MMK_R_KO_six" = -60; -"@MMK_R_KO_slash" = 54; -"@MMK_R_KO_t" = -52; -"@MMK_R_KO_three" = -21; -"@MMK_R_KO_two" = 5; -"@MMK_R_KO_u" = -40; -"@MMK_R_KO_v" = -89; -"@MMK_R_KO_w" = -89; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = 23; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = -62; -"@MMK_R_KO_I.ss02" = -39; -"@MMK_R_KO_J" = -34; -"@MMK_R_KO_O" = -81; -"@MMK_R_KO_S" = -75; -"@MMK_R_KO_T" = -151; -"@MMK_R_KO_U" = -81; -"@MMK_R_KO_V" = -151; -"@MMK_R_KO_W" = -81; -"@MMK_R_KO_Y" = -151; -"@MMK_R_KO_Z" = -31; -"@MMK_R_KO_a" = -81; -"@MMK_R_KO_a.ss05" = -63; -"@MMK_R_KO_asterisk" = -81; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = -81; -"@MMK_R_KO_egrave" = -81; -"@MMK_R_KO_eight" = -71; -"@MMK_R_KO_f" = -81; -"@MMK_R_KO_five" = -76; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_g" = -55; -"@MMK_R_KO_guillemetleft" = -81; -"@MMK_R_KO_guillemetright" = -75; -"@MMK_R_KO_hyphen" = -81; -"@MMK_R_KO_hyphen.case" = -81; -"@MMK_R_KO_i" = -62; -"@MMK_R_KO_j" = -10; -"@MMK_R_KO_n" = -62; -"@MMK_R_KO_nine" = -81; -"@MMK_R_KO_one" = -81; -"@MMK_R_KO_period.ss01" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = -67; -"@MMK_R_KO_seven" = -81; -"@MMK_R_KO_six" = -81; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -81; -"@MMK_R_KO_three" = -67; -"@MMK_R_KO_two" = -31; -"@MMK_R_KO_u" = -81; -"@MMK_R_KO_v" = -81; -"@MMK_R_KO_w" = -81; -"@MMK_R_KO_y" = -69; -"@MMK_R_KO_z" = -33; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -112; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -103; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_Y" = 25; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -69; -"@MMK_R_KO_a.ss05" = -44; -"@MMK_R_KO_asterisk" = 23; -"@MMK_R_KO_colon" = -13; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_e" = -74; -"@MMK_R_KO_egrave" = -66; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = -125; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -98; -"@MMK_R_KO_g" = -66; -"@MMK_R_KO_guillemetleft" = -71; -"@MMK_R_KO_guillemetright" = -32; -"@MMK_R_KO_hyphen" = -125; -"@MMK_R_KO_hyphen.case" = -82; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_n" = -32; -"@MMK_R_KO_nine" = -10; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_quotedbl" = 19; -"@MMK_R_KO_quotedblleft" = 12; -"@MMK_R_KO_quoteright" = 16; -"@MMK_R_KO_s" = -50; -"@MMK_R_KO_seven" = 35; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_slash" = -112; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 8; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -81; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 25; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = -81; -"@MMK_R_KO_a.ss05" = -81; -"@MMK_R_KO_asterisk" = 19; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -81; -"@MMK_R_KO_egrave" = -81; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_five" = -11; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_g" = -81; -"@MMK_R_KO_guillemetleft" = -80; -"@MMK_R_KO_guillemetright" = -46; -"@MMK_R_KO_hyphen" = -81; -"@MMK_R_KO_hyphen.case" = -81; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = -27; -"@MMK_R_KO_n" = -61; -"@MMK_R_KO_nine" = -27; -"@MMK_R_KO_one" = -7; -"@MMK_R_KO_parenright" = -6; -"@MMK_R_KO_parenright.case" = -6; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -81; -"@MMK_R_KO_seven" = 9; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_slash" = -81; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_three" = -13; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -56; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = -37; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -125; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -106; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 32; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = -14; -"@MMK_R_KO_a" = -92; -"@MMK_R_KO_a.ss05" = -65; -"@MMK_R_KO_asterisk" = 21; -"@MMK_R_KO_colon" = -44; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_e" = -99; -"@MMK_R_KO_egrave" = -85; -"@MMK_R_KO_eight" = -13; -"@MMK_R_KO_ellipsis" = -125; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -123; -"@MMK_R_KO_g" = -89; -"@MMK_R_KO_guillemetleft" = -97; -"@MMK_R_KO_guillemetright" = -62; -"@MMK_R_KO_hyphen" = -125; -"@MMK_R_KO_hyphen.case" = -93; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -12; -"@MMK_R_KO_n" = -54; -"@MMK_R_KO_nine" = -22; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_quotedbl" = 16; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_s" = -74; -"@MMK_R_KO_seven" = 27; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_slash" = -125; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -49; -"@MMK_R_KO_v" = -23; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = -25; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -89; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -89; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 22; -"@MMK_R_KO_W" = 32; -"@MMK_R_KO_Y" = 21; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = -72; -"@MMK_R_KO_a.ss05" = -56; -"@MMK_R_KO_asterisk" = 13; -"@MMK_R_KO_colon" = -31; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_e" = -80; -"@MMK_R_KO_egrave" = -65; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_ellipsis" = -89; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -89; -"@MMK_R_KO_g" = -68; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -39; -"@MMK_R_KO_hyphen" = -89; -"@MMK_R_KO_hyphen.case" = -89; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -19; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_nine" = -14; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_quotedbl" = 15; -"@MMK_R_KO_quotedblleft" = 8; -"@MMK_R_KO_quoteright" = 16; -"@MMK_R_KO_s" = -54; -"@MMK_R_KO_seven" = 30; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_slash" = -89; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -32; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -99; -"@MMK_R_KO_H" = -40; -"@MMK_R_KO_I.ss02" = -21; -"@MMK_R_KO_J" = -99; -"@MMK_R_KO_O" = -68; -"@MMK_R_KO_S" = -43; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = -35; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = -40; -"@MMK_R_KO_a" = -99; -"@MMK_R_KO_a.ss05" = -99; -"@MMK_R_KO_asterisk" = -6; -"@MMK_R_KO_colon" = -73; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_e" = -99; -"@MMK_R_KO_egrave" = -99; -"@MMK_R_KO_eight" = -51; -"@MMK_R_KO_ellipsis" = -99; -"@MMK_R_KO_f" = -45; -"@MMK_R_KO_five" = -43; -"@MMK_R_KO_four" = -99; -"@MMK_R_KO_g" = -99; -"@MMK_R_KO_guillemetleft" = -99; -"@MMK_R_KO_guillemetright" = -88; -"@MMK_R_KO_hyphen" = -99; -"@MMK_R_KO_hyphen.case" = -99; -"@MMK_R_KO_i" = -42; -"@MMK_R_KO_j" = -44; -"@MMK_R_KO_n" = -77; -"@MMK_R_KO_nine" = -61; -"@MMK_R_KO_one" = -28; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_quotedbl" = -21; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_s" = -99; -"@MMK_R_KO_seven" = -9; -"@MMK_R_KO_six" = -62; -"@MMK_R_KO_slash" = -99; -"@MMK_R_KO_t" = -45; -"@MMK_R_KO_three" = -46; -"@MMK_R_KO_two" = -36; -"@MMK_R_KO_u" = -84; -"@MMK_R_KO_v" = -59; -"@MMK_R_KO_w" = -54; -"@MMK_R_KO_y" = -52; -"@MMK_R_KO_z" = -61; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = -38; -"@MMK_R_KO_I.ss02" = -39; -"@MMK_R_KO_J" = -81; -"@MMK_R_KO_O" = -59; -"@MMK_R_KO_S" = -35; -"@MMK_R_KO_T" = -35; -"@MMK_R_KO_U" = -33; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -20; -"@MMK_R_KO_Z" = -52; -"@MMK_R_KO_a" = -81; -"@MMK_R_KO_a.ss05" = -81; -"@MMK_R_KO_asterisk" = -6; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -81; -"@MMK_R_KO_egrave" = -81; -"@MMK_R_KO_eight" = -43; -"@MMK_R_KO_f" = -52; -"@MMK_R_KO_five" = -40; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_g" = -81; -"@MMK_R_KO_guillemetleft" = -81; -"@MMK_R_KO_guillemetright" = -72; -"@MMK_R_KO_hyphen" = -81; -"@MMK_R_KO_hyphen.case" = -81; -"@MMK_R_KO_i" = -42; -"@MMK_R_KO_j" = -51; -"@MMK_R_KO_n" = -77; -"@MMK_R_KO_nine" = -52; -"@MMK_R_KO_one" = -28; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -37; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -51; -"@MMK_R_KO_quoteright.ss01" = -26; -"@MMK_R_KO_s" = -81; -"@MMK_R_KO_seven" = -7; -"@MMK_R_KO_six" = -52; -"@MMK_R_KO_slash" = -81; -"@MMK_R_KO_t" = -52; -"@MMK_R_KO_three" = -36; -"@MMK_R_KO_two" = -25; -"@MMK_R_KO_u" = -81; -"@MMK_R_KO_v" = -67; -"@MMK_R_KO_w" = -67; -"@MMK_R_KO_y" = -63; -"@MMK_R_KO_z" = -71; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -63; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -63; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 24; -"@MMK_R_KO_W" = 32; -"@MMK_R_KO_Y" = 17; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_a.ss05" = -34; -"@MMK_R_KO_asterisk" = 25; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -52; -"@MMK_R_KO_egrave" = -52; -"@MMK_R_KO_eight" = -3; -"@MMK_R_KO_ellipsis" = -63; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -63; -"@MMK_R_KO_g" = -44; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -63; -"@MMK_R_KO_hyphen.case" = -47; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = -10; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -10; -"@MMK_R_KO_parenright.case" = -9; -"@MMK_R_KO_period" = -63; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = 20; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 8; -"@MMK_R_KO_s" = -39; -"@MMK_R_KO_seven" = 20; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_slash" = -63; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 8; -"@MMK_R_KO_u" = -25; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -87; -"@MMK_R_KO_J" = -94; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -135; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_X" = -80; -"@MMK_R_KO_Y" = -66; -"@MMK_R_KO_Z" = -96; -"@MMK_R_KO_a" = -39; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asciicircum" = -37; -"@MMK_R_KO_bracketright" = -59; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_egrave" = -45; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -117; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -26; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -34; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -87; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -61; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -16; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -50; -"@MMK_R_KO_quoteleft" = -48; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_sevensuperior" = -72; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = -82; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -71; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -105; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -15; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -125; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -56; -"@MMK_R_KO_W" = -32; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -94; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -72; -"@MMK_R_KO_bracketright" = -62; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -35; -"@MMK_R_KO_foursuperior" = -26; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = -5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -63; -"@MMK_R_KO_onesuperior" = -62; -"@MMK_R_KO_parenright" = -74; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = -26; -"@MMK_R_KO_question.ss01" = -71; -"@MMK_R_KO_quotedbl" = -34; -"@MMK_R_KO_quotedblleft" = -53; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -83; -"@MMK_R_KO_quoteright" = -48; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -74; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -28; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -94; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -32; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = -7; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = -28; -"@MMK_R_KO_I.ss02" = -38; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = -152; -"@MMK_R_KO_V" = -50; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = -28; -"@MMK_R_KO_comma" = -22; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eightsuperior" = -48; -"@MMK_R_KO_ellipsis" = -64; -"@MMK_R_KO_exclam" = -31; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_fivesuperior" = -63; -"@MMK_R_KO_foursuperior" = -52; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = -46; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_i" = -26; -"@MMK_R_KO_icircumflex" = -26; -"@MMK_R_KO_imacron" = -24; -"@MMK_R_KO_j" = -32; -"@MMK_R_KO_l.ss04" = -32; -"@MMK_R_KO_n" = -26; -"@MMK_R_KO_ninesuperior" = -79; -"@MMK_R_KO_onesuperior" = -72; -"@MMK_R_KO_parenright" = -97; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = -47; -"@MMK_R_KO_question.ss01" = -85; -"@MMK_R_KO_quotedbl" = -68; -"@MMK_R_KO_quotedblleft" = -70; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = -19; -"@MMK_R_KO_sevensuperior" = -85; -"@MMK_R_KO_sixsuperior" = -56; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = -29; -"@MMK_R_KO_threesuperior" = -50; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_v" = -33; -"@MMK_R_KO_w" = -21; -"@MMK_R_KO_x" = -26; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = -25; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -123; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 33; -"@MMK_R_KO_J" = -100; -"@MMK_R_KO_O" = -38; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = 20; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 55; -"@MMK_R_KO_W" = 56; -"@MMK_R_KO_Y" = 52; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -88; -"@MMK_R_KO_a.ss05" = -83; -"@MMK_R_KO_asterisk" = 21; -"@MMK_R_KO_colon" = -39; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -90; -"@MMK_R_KO_egrave" = -68; -"@MMK_R_KO_eight" = -16; -"@MMK_R_KO_ellipsis" = -163; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -106; -"@MMK_R_KO_g" = -84; -"@MMK_R_KO_guillemetleft" = -88; -"@MMK_R_KO_guillemetright" = -62; -"@MMK_R_KO_hyphen" = -95; -"@MMK_R_KO_hyphen.case" = -69; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -60; -"@MMK_R_KO_nine" = -30; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = 24; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = 25; -"@MMK_R_KO_quoteright.ss01" = 10; -"@MMK_R_KO_s" = -78; -"@MMK_R_KO_seven" = 45; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_slash" = -112; -"@MMK_R_KO_t" = -30; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -58; -"@MMK_R_KO_v" = -47; -"@MMK_R_KO_w" = -43; -"@MMK_R_KO_y" = -46; -"@MMK_R_KO_z" = -59; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_J" = -6; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 30; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = 20; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asterisk" = 13; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -43; -"@MMK_R_KO_e" = 21; -"@MMK_R_KO_egrave" = 21; -"@MMK_R_KO_eight" = 31; -"@MMK_R_KO_ellipsis" = -51; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_five" = 20; -"@MMK_R_KO_four" = 45; -"@MMK_R_KO_g" = 24; -"@MMK_R_KO_guillemetleft" = 22; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 44; -"@MMK_R_KO_hyphen.case" = 15; -"@MMK_R_KO_i" = 19; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_n" = 15; -"@MMK_R_KO_nine" = -7; -"@MMK_R_KO_one" = 22; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -40; -"@MMK_R_KO_period" = -4; -"@MMK_R_KO_period.ss01" = -49; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 3; -"@MMK_R_KO_quotedblleft.ss01" = -33; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_seven" = 15; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_three" = 34; -"@MMK_R_KO_two" = 13; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -118; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = -95; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 17; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 38; -"@MMK_R_KO_W" = 48; -"@MMK_R_KO_Y" = 26; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -53; -"@MMK_R_KO_a.ss05" = -48; -"@MMK_R_KO_asterisk" = 40; -"@MMK_R_KO_colon" = -20; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_egrave" = -44; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -162; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_five" = 2; -"@MMK_R_KO_four" = -71; -"@MMK_R_KO_g" = -53; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = -43; -"@MMK_R_KO_hyphen" = -69; -"@MMK_R_KO_hyphen.case" = -42; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -47; -"@MMK_R_KO_nine" = -16; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = 37; -"@MMK_R_KO_quotedblleft" = 17; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteright" = 32; -"@MMK_R_KO_quoteright.ss01" = 17; -"@MMK_R_KO_s" = -55; -"@MMK_R_KO_seven" = 47; -"@MMK_R_KO_six" = -14; -"@MMK_R_KO_slash" = -111; -"@MMK_R_KO_t" = -15; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -67; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = -55; -"@MMK_R_KO_colon" = 29; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 18; -"@MMK_R_KO_fivesuperior" = -23; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -48; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -57; -"@MMK_R_KO_onesuperior" = -39; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -50; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_sevensuperior" = -64; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 17; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -72; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 26; -"@MMK_R_KO_T" = -10; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asterisk" = 15; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 13; -"@MMK_R_KO_eight" = 26; -"@MMK_R_KO_ellipsis" = -48; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_five" = 14; -"@MMK_R_KO_four" = 31; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 31; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 12; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 9; -"@MMK_R_KO_nine" = -8; -"@MMK_R_KO_one" = 15; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -40; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -45; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_seven" = 10; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_three" = 30; -"@MMK_R_KO_two" = 14; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 21; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 23; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 20; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asterisk" = 25; -"@MMK_R_KO_colon" = 20; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_egrave" = -24; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -4; -"@MMK_R_KO_four" = -69; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -63; -"@MMK_R_KO_hyphen.case" = -12; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_nine" = -6; -"@MMK_R_KO_one" = 24; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_seven" = 20; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 28; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -62; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -80; -"@MMK_R_KO_J" = -85; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -126; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_X" = -69; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = -80; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asciicircum" = -38; -"@MMK_R_KO_bracketright" = -61; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -108; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 22; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = -5; -"@MMK_R_KO_ninesuperior" = -49; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -75; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -15; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -50; -"@MMK_R_KO_quoteleft" = -27; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -54; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -55; -"@MMK_R_KO_t" = 22; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -70; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -94; -"@MMK_R_KO_v" = 26; -"@MMK_R_KO_w" = 27; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 26; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -40; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = -60; -"@MMK_R_KO_J" = -60; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -120; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -55; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = -54; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -37; -"@MMK_R_KO_bracketright" = -56; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -56; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -84; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 24; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_i" = 13; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 13; -"@MMK_R_KO_ninesuperior" = -45; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -74; -"@MMK_R_KO_period" = -53; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -15; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -50; -"@MMK_R_KO_quoteleft" = -27; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -49; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -38; -"@MMK_R_KO_t" = 23; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -67; -"@MMK_R_KO_u" = 17; -"@MMK_R_KO_underscore" = -70; -"@MMK_R_KO_v" = 29; -"@MMK_R_KO_w" = 40; -"@MMK_R_KO_x" = 5; -"@MMK_R_KO_y" = 27; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 15; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 15; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -123; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = 11; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = -57; -"@MMK_R_KO_colon" = 30; -"@MMK_R_KO_comma" = 26; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -28; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -58; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -67; -"@MMK_R_KO_onesuperior" = -60; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_period" = 26; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -58; -"@MMK_R_KO_quoteleft" = -38; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -26; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = -77; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -36; -"@MMK_R_KO_trademark" = -83; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 27; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 22; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = -128; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -67; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = -59; -"@MMK_R_KO_colon" = 28; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = -28; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -28; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -55; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_l.ss04" = -9; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -61; -"@MMK_R_KO_onesuperior" = -46; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -58; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_s" = -10; -"@MMK_R_KO_sevensuperior" = -65; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -74; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -36; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -20; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -23; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_bracketright" = -27; -"@MMK_R_KO_colon" = 28; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = -25; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -28; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -55; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = -8; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -54; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -51; -"@MMK_R_KO_quoteleft" = -31; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = -10; -"@MMK_R_KO_sevensuperior" = -47; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -34; -"@MMK_R_KO_J" = -35; -"@MMK_R_KO_O" = 25; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -26; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = -34; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -34; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 7; -"@MMK_R_KO_ellipsis" = -77; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 4; -"@MMK_R_KO_four" = 16; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_nine" = -9; -"@MMK_R_KO_one" = -3; -"@MMK_R_KO_parenright" = -67; -"@MMK_R_KO_parenright.case" = -61; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -42; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = 4; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_w" = 17; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -26; -Tbar = -96; -asciitilde = -64; -asterisk = -87; -backslash = -104; -g.ss06 = 18; -minus = -79; -one = -66; -ordmasculine = -105; -plus = -59; -quotedbl = -107; -registered = -87; -seven = -78; -two = 39; -twosuperior = -79; -}; -Aacute = { -Tbar = -96; -}; -Abrevedotbelow.ss01 = { -T = -120; -}; -Aogonek = { -comma = 48; -parenright = 0; -}; -Atilde = { -ordfeminine = -105; -}; -B = { -Hbar = 37; -hbar = 42; -idieresis = 42; -itilde = 52; -}; -C = { -h = 0; -l = 0; -plus = -34; -three = 26; -}; -D = { -Lslash = 21; -Oslash = 24; -braceright = -81; -bracketright.case = -52; -}; -E = { -H = 0; -idieresis = 0; -}; -Eogonek = { -comma = 41; -}; -F = { -fourinferior = -110; -i = -16; -igrave = 22; -}; -G = { -Lslash = 28; -lslash = 27; -}; -Germandbls = { -S = 24; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -16; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 18; -itilde = 54; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 32; -D = 32; -E = 32; -H = 32; -Hbar = 124; -I = 32; -L = 32; -M = 32; -O = 27; -R = 32; -S = 49; -U = 36; -W = 61; -i = 21; -}; -I = { -Hbar = 32; -I = 0; -jcircumflex = 20; -}; -Icircumflex = { -Icircumflex = 13; -l.ss04 = 9; -}; -Imacron = { -Imacron = 7; -}; -Itilde = { -itilde = 54; -}; -J = { -Hbar = 34; -itilde = 59; -}; -Jacute = { -Imacron = 0; -}; -K = { -asciitilde = -110; -four = -35; -idieresis = 43; -igrave = 40; -itilde = 45; -less = -125; -logicalnot = -159; -minus = -139; -one = -12; -oslash = 0; -plus = -108; -}; -L = { -H = 0; -Tbar = -117; -asciitilde = -233; -asterisk = -131; -backslash = -135; -equal = -210; -four = -164; -less = -229; -logicalnot = -247; -minus = -245; -one = -62; -ordfeminine = -201; -ordmasculine = -198; -oslash = -20; -plus = -162; -quotedbl = -163; -quoteleft.ss01 = -81; -quoteright = -99; -quoteright.ss01 = -81; -registered = -228; -seven = -73; -twosuperior = -185; -}; -Lcaron = { -A = 15; -O = -57; -U = -42; -Uacute = -42; -V = -48; -a = -54; -hyphen = -170; -hyphen.case = -150; -u = -52; -v = -91; -}; -Lcommaaccent = { -twosuperior = -185; -}; -Lslash = { -twosuperior = -129; -}; -M = { -Hbar = 32; -idieresis = 43; -igrave = 18; -itilde = 54; -}; -N = { -Hbar = 32; -idieresis = 43; -igrave = 18; -itilde = 54; -}; -O = { -Dcroat = 30; -Lslash = 22; -braceright = -81; -bracketright.case = -54; -itilde = 41; -}; -Oslash = { -T = -40; -V = -34; -Y = -39; -parenright = -48; -parenright.case = -46; -}; -P = { -fourinferior = -119; -idieresis = 33; -itilde = 39; -two = 24; -}; -R = { -Hbar = 48; -jcircumflex = 32; -two = 16; -}; -S = { -Hbar = 41; -Lslash = 32; -dollar = 9; -four = 29; -idieresis = 42; -itilde = 53; -lslash = 26; -three = 29; -}; -T = { -Oslash = -51; -a.ss05 = -127; -aacute.ss05 = -118; -abreve = -64; -abreveacute = -66; -acircumflex = -92; -acircumflexacute = -92; -acircumflexdotbelow = -92; -adieresis = -84; -adotbelow.ss05 = -127; -ae = -127; -agrave = -81; -amacron = -74; -ampersand = -59; -aring = -84; -asciitilde = -143; -atilde = -82; -equal = -123; -four = -119; -g.ss06 = -121; -h = -18; -i.ss01 = -18; -iacute = -47; -idieresis = 0; -idotless = -77; -igrave = 23; -itilde = 0; -less = -148; -logicalnot = -163; -minus = -145; -ograve = -79; -plus = -128; -racute = -74; -scaron = -46; -seven = 16; -twoinferior = -136; -udieresis = -75; -udieresis.ss01 = -68; -ugrave = -73; -uhorngrave = -73; -umacron = -67; -ycircumflex = -76; -ygrave = -57; -yhookabove = -74; -zcaron = -37; -zeroinferior = -135; -}; -Tbar = { -A = -97; -Aacute = -97; -Tbar = 30; -a = -44; -comma = -71; -e = -47; -o = -49; -period = -65; -slash = -100; -}; -Tcaron = { -a.ss05 = -127; -}; -Tcedilla = { -a.ss05 = -127; -abreve = -63; -four = -119; -}; -Tcommaaccent = { -a.ss05 = -127; -abreve = -64; -four = -119; -}; -Thorn = { -A = -42; -AE = -37; -Aacute = -42; -J = -102; -O = 26; -Oacute = 26; -V = -37; -Y = -71; -Yacute = -71; -a = 0; -aacute = 0; -e = 0; -o = 0; -oacute = 0; -period = -65; -}; -U = { -Hbar = 36; -jcircumflex = 28; -}; -V = { -four = -76; -iacute = -17; -ibreve = 82; -idieresis = 47; -igrave = 43; -itilde = 52; -minus = -77; -plus = -54; -scaron = -21; -seven = 45; -twoinferior = -82; -}; -W = { -Hbar = 61; -backslash = 62; -idieresis = 59; -igrave = 50; -itilde = 72; -}; -X = { -asciitilde = -111; -four = -37; -less = -126; -logicalnot = -161; -minus = -141; -notequal = -95; -one = -28; -plus = -111; -}; -Y = { -a.ss05 = -96; -agrave = -76; -amacron = -59; -ampersand = -65; -asciitilde = -120; -at = -60; -four = -129; -g.ss06 = -100; -igrave = 28; -less = -116; -logicalnot = -124; -minus = -112; -ograve = -73; -plus = -91; -scaron = -31; -twoinferior = -131; -}; -Z = { -four = -149; -ibreve = 58; -igrave = 36; -itilde = 40; -minus = -142; -plus = -115; -}; -_B.currency = { -_baht.bar = -13; -}; -a = { -braceright = -85; -}; -a.ss05 = { -g.ss06 = 22; -}; -acircumflexacute.ss05 = { -y = -24; -}; -adieresis.ss05 = { -germandbls = -16; -}; -ampersand = { -V = -91; -W = -66; -Y = -132; -quotedbl = -126; -quotedblleft = -125; -}; -aogonek = { -j = 0; -parenright = -10; -}; -aogonek.ss05 = { -parenright = 0; -}; -approxequal = { -parenright = -136; -parenright.case = -126; -}; -asciicircum = { -J = -164; -X = -121; -Y = -81; -bracketright = -111; -comma = -71; -comma.ss01 = -61; -four = -125; -hyphen = -170; -parenright = -138; -parenright.case = -134; -period = -65; -period.ss01 = -62; -slash = -149; -}; -asciitilde = { -I.ss02 = -164; -J = -164; -V = -118; -W = -95; -X = -184; -Y = -155; -Z = -185; -bracketright = -148; -bracketright.case = -149; -comma = -71; -comma.ss01 = -61; -eight = -89; -exclam = -85; -four = -88; -one = -138; -parenright = -160; -parenright.case = -151; -period = -65; -period.ss01 = -62; -question = -103; -quotedbl = -121; -quotedblright = -125; -seven = -114; -slash = -136; -three = -109; -two = -94; -}; -at = { -T = -58; -parenright = -90; -}; -b = { -asterisk = -45; -braceright = -91; -lslash = 29; -one = -59; -}; -backslash = { -T = -124; -V = -130; -Y = -127; -asterisk = -96; -backslash = -108; -quotedbl = -117; -quotedblleft = -119; -quotedblleft.ss01 = -151; -quotedblright = -108; -quotedblright.ss01 = -140; -quoteleft = -89; -quoteright = -99; -quotesingle = -63; -}; -baht = { -parenright = -70; -}; -braceleft = { -p = 0; -}; -bracketleft = { -asciicircum = -112; -asciitilde = -90; -bracketright = 71; -jcircumflex = 40; -p = 0; -pi = -55; -plus = -90; -x = -57; -}; -c = { -asterisk = -35; -braceright = -89; -}; -cent = { -parenright = -88; -}; -colon = { -T = -85; -Y = -73; -four = -85; -one = -24; -parenright = -81; -two = -3; -zero = -25; -}; -colon.ss01 = { -T = -82; -four = -82; -parenright = -82; -}; -comma = { -eightsuperior = -71; -fivesuperior = -71; -foursuperior = -71; -ninesuperior = -71; -onesuperior = -71; -quoteleft = -71; -quotesingle = -63; -sevensuperior = -71; -sixsuperior = -71; -threesuperior = -71; -twosuperior = -71; -}; -comma.ss01 = { -eightsuperior = -61; -fivesuperior = -61; -foursuperior = -61; -ninesuperior = -61; -onesuperior = -61; -sevensuperior = -61; -sixsuperior = -61; -threesuperior = -61; -twosuperior = -61; -}; -copyright = { -Y = -67; -parenright = -119; -}; -d = { -idieresis = 10; -igrave = 10; -itilde = 10; -}; -dcaron = { -C = 49; -H = 95; -bracketright = 44; -eightsuperior = 82; -exclam = 101; -exclam.ss01 = 104; -fivesuperior = 89; -foursuperior = 50; -h = 32; -i = 24; -j = 15; -k = 32; -l = 32; -l.ss03 = 27; -l.ss04 = 23; -ninesuperior = 54; -onesuperior = 95; -parenright = 64; -question = 113; -question.ss01 = 76; -quotedbl = 127; -quotedblleft = 110; -quotedblleft.ss01 = 60; -quoteleft = 80; -quoteleft.ss01 = 60; -quotesingle = 127; -sevensuperior = 97; -sixsuperior = 77; -t = 13; -t_i.liga = 14; -t_t.liga = 14; -threesuperior = 72; -twosuperior = 78; -zcaron = 13; -}; -dcroat = { -i = 11; -igrave = 10; -itilde = 11; -}; -degree = { -J = -139; -comma = -71; -comma.ss01 = -61; -emdash = -197; -endash = -182; -four = -128; -hyphen = -165; -parenright = -67; -parenright.case = -66; -period = -65; -period.ss01 = -62; -slash = -146; -}; -divide = { -parenright = -124; -}; -dollar = { -parenright = -72; -three = 12; -}; -e = { -asterisk = -41; -backslash = -48; -braceright = -89; -germandbls = -9; -one = -62; -seven = -65; -}; -ecircumflexacute = { -t = -33; -}; -eight = { -bracketright = -38; -degree = -30; -}; -eight.dnom = { -degree = -174; -question.ss01 = -132; -quotedbl = -146; -quotedblleft = -125; -quotedblright = -125; -}; -eightsuperior = { -comma = -71; -comma.ss01 = -61; -period = -65; -period.ss01 = -62; -slash = -118; -}; -ellipsis = { -Tbar = -186; -bracketright = -85; -eightsuperior = -205; -fivesuperior = -201; -foursuperior = -171; -ninesuperior = -208; -onesuperior = -99; -parenleft = -78; -parenleft.case = -93; -question = -127; -quoteleft = -89; -quoteright = -99; -quotesingle = -63; -sevensuperior = -153; -sixsuperior = -208; -threesuperior = -196; -twosuperior = -185; -}; -ellipsis.ss01 = { -Tbar = -190; -bracketright = -92; -eightsuperior = -205; -fivesuperior = -201; -foursuperior = -171; -ninesuperior = -208; -onesuperior = -99; -question.ss01 = -170; -quoteleft.ss01 = -81; -quoteright.ss01 = -81; -quotesingle = -63; -sevensuperior = -153; -sixsuperior = -208; -threesuperior = -196; -twosuperior = -185; -}; -emdash = { -foursuperior = -138; -question = -96; -}; -emdash.case = { -X = -131; -quotedblbase = -125; -quotedblbase.ss01 = -151; -}; -endash = { -X = -61; -endash = 0; -foursuperior = -125; -question = -96; -}; -endash.case = { -H = -23; -X = -124; -quotedblbase = -125; -quotedblbase.ss01 = -151; -}; -eng = { -bracketright = 0; -}; -eogonek = { -lslash = 3; -}; -equal = { -T = -123; -equal = 0; -parenright = -94; -parenright.case = -85; -}; -eth = { -a = 16; -e = 18; -g = 20; -hyphen = 27; -parenright = -71; -}; -euro = { -parenright = -76; -parenright.case = -68; -}; -exclamdown = { -T = -93; -V = -38; -Y = -63; -}; -f = { -igrave = 0; -n = 0; -o = -14; -}; -f_f.liga = { -igrave = 0; -}; -f_f_i.liga = { -idieresis = 4; -}; -fi = { -idieresis = 4; -}; -five = { -degree = -66; -ordmasculine = -52; -percent = -18; -}; -five.dnom = { -degree = -138; -question.ss01 = -133; -quotedblleft = -125; -}; -five.numr = { -fraction = -40; -}; -fiveinferior = { -T = -131; -}; -fivesuperior = { -comma = -71; -comma.ss01 = -61; -period = -65; -period.ss01 = -62; -slash = -118; -}; -fl = { -idieresis = 10; -itilde = 10; -periodcentered.loclCAT = 63; -}; -four = { -asciicircum = -115; -bracketright = -39; -bracketright.case = -39; -degree = -80; -ordfeminine = -62; -ordmasculine = -60; -percent = -50; -x = -42; -}; -four.dnom = { -degree = -153; -question.ss01 = -130; -quotedblleft = -125; -}; -fourinferior = { -T = -129; -V = -96; -}; -foursuperior = { -comma = -71; -comma.ss01 = -61; -period = -65; -period.ss01 = -62; -slash = -85; -}; -fraction = { -eight.dnom = -13; -four.dnom = -41; -fourinferior = -41; -seveninferior = 20; -two.dnom = 0; -zero.dnom = -24; -}; -g = { -bracketright = -12; -j = 0; -j.ss01 = 0; -parenright = -45; -slash = 21; -}; -g.ss06 = { -g.ss06 = 33; -}; -gcaron.ss06 = { -gcaron.ss06 = 33; -}; -gdotaccent = { -j = 0; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 33; -}; -germandbls = { -e = 13; -hyphen = 32; -parenright = -68; -}; -greater = { -T = -121; -parenright = -102; -}; -greaterequal = { -T = -144; -}; -guillemetleft = { -pi = 38; -}; -guillemetright = { -X = -61; -bracketright = -65; -}; -guilsinglright = { -X = -61; -}; -h = { -asterisk = -41; -}; -hyphen = { -Lslash = 50; -X = -52; -bracketright = -68; -foursuperior = -115; -pi = -19; -question = -96; -quotedblbase = -125; -quoteleft = -89; -quotesingle = -63; -x = -59; -}; -hyphen.case = { -Dcroat = 4; -X = -124; -bracketright.case = -96; -quotedblbase = -125; -quotedblbase.ss01 = -151; -quotesinglbase = -89; -}; -i = { -T = -22; -idieresis = 10; -jcircumflex = 2; -parenright = -44; -}; -i.ss01 = { -parenright = -25; -}; -iacute = { -rcaron = 11; -}; -icircumflex = { -b = 11; -h = 11; -i = 10; -icircumflex = 24; -j = 2; -k = 11; -l = 11; -l.ss03 = 0; -l.ss04 = 4; -question = 60; -quotedbl = 53; -quoteright = 42; -quotesingle = 60; -}; -idieresis = { -b = 10; -idieresis = 11; -k = 10; -l = 10; -l.ss03 = 0; -l.ss04 = 2; -}; -idotaccent = { -parenright = -44; -}; -idotaccent.ss01 = { -parenright = -25; -}; -imacron = { -b = 10; -imacron = 24; -j = 2; -k = 10; -kcommaaccent = 10; -l = 10; -l.ss04 = 2; -lcommaaccent = 10; -quotedbl = 49; -}; -infinity = { -parenright = -101; -parenright.case = -89; -}; -integral = { -a = -59; -}; -iogonek = { -j = 2; -}; -itilde = { -h = 10; -itilde = 11; -quotedbl = 56; -quotesingle = 66; -}; -j = { -j = 2; -}; -jacute = { -backslash = 59; -iogonek = 14; -}; -jcircumflex = { -i = 10; -jcircumflex = 15; -}; -k = { -oslash = 0; -}; -l = { -at = 0; -idieresis = 10; -igrave = 10; -itilde = 10; -jcircumflex = 2; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = 29; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss04 = { -periodcentered.loclCAT = 63; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 104; -l = 32; -ncaron = 22; -scaron = 13; -twosuperior = 78; -}; -lcaron.ss03 = { -b = 15; -eightsuperior = 47; -exclam = 66; -exclam.ss01 = 69; -fivesuperior = 54; -k = 15; -ninesuperior = 19; -onesuperior = 63; -question = 78; -quotedbl = 92; -quotesingle = 92; -sevensuperior = 62; -sixsuperior = 44; -}; -lcaron.ss04 = { -exclam.ss01 = 104; -twosuperior = 78; -}; -liraTurkish = { -one = -58; -parenright = -97; -question = -75; -quotedbl = -88; -quotesingle = -63; -seven = -72; -}; -logicalnot = { -Y = -130; -parenright = -111; -seven = -118; -}; -m = { -asterisk = -41; -braceright = -80; -twosuperior = -28; -}; -minus = { -T = -145; -X = -141; -comma = -71; -one = -88; -parenright = -128; -parenright.case = -111; -period = -65; -seven = -145; -three = -102; -two = -128; -}; -mu = { -mu = 0; -parenright = -75; -quotesingle = -27; -}; -multiply = { -parenright = -113; -parenright.case = -103; -}; -n = { -asterisk = -41; -at = 3; -braceright = -80; -degree = -91; -g.ss06 = 11; -n = 0; -one = -53; -ordmasculine = -59; -}; -ncaron = { -Yacute = -52; -}; -nine = { -bracketright = -45; -degree = -26; -}; -nine.dnom = { -degree = -178; -question = -102; -question.ss01 = -128; -quotedbl = -144; -quotedblleft = -125; -quotedblleft.ss01 = -151; -quotedblright = -125; -quotedblright.ss01 = -151; -}; -ninesuperior = { -comma = -71; -comma.ss01 = -61; -fraction = -31; -period = -65; -period.ss01 = -62; -slash = -95; -}; -notequal = { -parenright = -104; -parenright.case = -95; -}; -numbersign = { -parenright = -77; -}; -o = { -asterisk = -49; -backslash = -51; -braceright = -92; -germandbls = -9; -lslash = 26; -n = 0; -one = -64; -}; -oacute = { -lslash = -4; -}; -ocircumflexacute = { -bracketright = -11; -parenright = -40; -}; -odieresis = { -germandbls = -35; -}; -ohorn = { -i = 0; -m = 0; -n = 0; -parenright = -72; -}; -ohornacute = { -c = -10; -i = -22; -m = -25; -n = -25; -p = -24; -t = -26; -t_i.liga = -25; -t_t.liga = -25; -}; -ohorndotbelow = { -c = -10; -i = -22; -n = -25; -p = -23; -t = -26; -t_i.liga = -25; -t_t.liga = -25; -u = -24; -}; -ohorngrave = { -i = -22; -n = -25; -parenright = -97; -}; -ohornhookabove = { -i = -22; -n = -25; -}; -ohorntilde = { -i = -22; -n = -25; -}; -ohungarumlaut = { -parenright = -92; -}; -one = { -comma.ss01 = -35; -degree = -28; -equal = 0; -four = 0; -icircumflex = 25; -nine = -19; -one = 0; -parenright = -25; -percent = 0; -period.ss01 = -38; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -94; -one.dnom = 0; -question.ss01 = -94; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -71; -comma.ss01 = -61; -period = -65; -period.ss01 = -62; -slash = -90; -}; -ordfeminine = { -comma = -71; -comma.ss01 = -61; -period = -65; -period.ss01 = -62; -}; -ordmasculine = { -comma = -71; -comma.ss01 = -61; -hyphen = -91; -parenright = -55; -period = -65; -period.ss01 = -62; -slash = -107; -}; -oslash = { -d = -11; -e = -10; -g = -8; -hyphen = -5; -parenright = -98; -y = -21; -}; -p = { -asterisk = -45; -backslash = -49; -braceright = -91; -lslash = 29; -one = -59; -}; -parenleft = { -Dcroat = -27; -H = 0; -Icircumflex = 35; -Oslash = -36; -ampersand = -50; -approxequal = -114; -asciicircum = -113; -asciitilde = -99; -at = -72; -cent = -67; -copyright = -62; -degree = -42; -divide = -93; -dollar = -39; -equal = -67; -euro = -68; -greaterequal = -42; -i = -19; -idotaccent = -19; -infinity = -74; -iogonek = 76; -jcircumflex = 88; -less = -102; -literSign = -63; -logicalnot = -90; -minus = -98; -mu = 0; -multiply = -81; -notequal = -77; -numbersign = -51; -oslash = -2; -p = 5; -parenleft = -46; -pi = -45; -plus = -90; -plusminus = -43; -published = -62; -question = -18; -quotedblbase = 23; -quoteleft = -20; -radical = -65; -scaron = -29; -section = -39; -sterling = -31; -x = -10; -}; -parenleft.case = { -Icircumflex = 53; -approxequal = -98; -asciicircum = -107; -asciitilde = -85; -dollar = -35; -equal = -58; -euro = -57; -minus = -90; -numbersign = -42; -parenleft.case = -33; -plus = -70; -question = -14; -quotedblbase = 27; -quoteleft = -20; -}; -parenright = { -bracketright = -47; -comma = -19; -comma.ss01 = -43; -hyphen = 16; -parenleft = 8; -parenright = -74; -period = -16; -period.ss01 = -60; -quotedbl = -21; -}; -parenright.case = { -comma = -38; -comma.ss01 = -61; -parenright.case = -63; -period = -35; -period.ss01 = -62; -}; -percent = { -asterisk = -69; -bracketright = -53; -comma.ss01 = -55; -eightsuperior = -69; -fivesuperior = -73; -foursuperior = -95; -ninesuperior = -89; -onesuperior = -73; -parenright = -78; -parenright.case = -59; -period = -16; -period.ss01 = -53; -question = -86; -question.ss01 = -99; -quotedbl = -78; -quotedblleft = -96; -quotedblright = -72; -quoteleft = -89; -quoteright = -72; -quotesingle = -63; -sevensuperior = -74; -sixsuperior = -74; -threesuperior = -69; -twosuperior = -49; -}; -period = { -bracketright = -60; -eightsuperior = -65; -fivesuperior = -65; -foursuperior = -65; -ninesuperior = -65; -onesuperior = -65; -ordfeminine = -65; -ordmasculine = -65; -parenleft.case = -35; -question = -65; -quoteleft = -65; -quotesingle = -63; -sevensuperior = -65; -sixsuperior = -65; -threesuperior = -65; -twosuperior = -65; -}; -period.ss01 = { -bracketright = -62; -eightsuperior = -62; -fivesuperior = -62; -foursuperior = -62; -ninesuperior = -62; -onesuperior = -62; -ordfeminine = -62; -ordmasculine = -62; -question.ss01 = -62; -sevensuperior = -62; -sixsuperior = -62; -threesuperior = -62; -twosuperior = -62; -}; -periodcentered.loclCAT = { -l = 63; -l.ss03 = 58; -}; -perthousand = { -asterisk = -117; -parenright = -92; -parenright.case = -59; -question = -103; -question.ss01 = -128; -quotedblleft = -125; -quotedblleft.ss01 = -151; -quotedblright = -125; -quotedblright.ss01 = -151; -quoteleft = -89; -quoteright = -99; -}; -pi = { -hyphen = -21; -parenright = -51; -period = 10; -pi = 23; -quotesingle = 0; -}; -plus = { -J = -107; -T = -128; -V = -54; -X = -110; -Y = -90; -braceright = -121; -bracketright = -90; -comma = -71; -comma.ss01 = -61; -one = -70; -parenright = -117; -parenright.case = -96; -period = -65; -period.ss01 = -62; -quotedbl = -71; -seven = -109; -slash = -57; -three = -78; -two = -77; -}; -published = { -parenright = -119; -}; -q = { -bracketright = 0; -j = 2; -parenright = -7; -}; -question = { -A = -83; -J = -89; -comma = -71; -hyphen = -76; -parenright = -50; -parenright.case = -47; -period = -65; -question = 31; -questiondown = -132; -slash = -82; -}; -question.ss01 = { -comma.ss01 = -61; -parenright = -53; -parenright.case = -48; -period.ss01 = -62; -questiondown.ss01 = -136; -}; -questiondown.case = { -T = -96; -V = -88; -Y = -94; -quotedbl = -106; -quotedblleft = -113; -quotedblleft.ss01 = -149; -quoteright = -99; -}; -questiondown.ss01 = { -C = -102; -Q = -102; -Q.ss09 = -102; -T = -170; -V = -155; -Y = -173; -four = -126; -quotedbl = -129; -quotedblleft.ss01 = -151; -quotesingle = -63; -}; -quotedbl = { -ellipsis.ss01 = -163; -exclamdown = -56; -g.ss06 = -73; -icircumflex = 14; -mu = -55; -questiondown = -163; -questiondown.case = -159; -questiondown.ss01 = -163; -underscore = -163; -}; -quotedblbase = { -copyright = -78; -divide = -125; -equal = -125; -euro = -105; -minus = -125; -p = 0; -plus = -125; -question = -96; -quotedblright = -125; -quoteleft = -89; -}; -quotedblbase.ss01 = { -divide = -151; -minus = -151; -plus = -151; -question.ss01 = -151; -quotedblright.ss01 = -151; -}; -quotedblleft = { -g.ss06 = -59; -mu = -32; -questiondown = -125; -questiondown.case = -125; -quotedblbase = -125; -underscore = -125; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -151; -questiondown.ss01 = -151; -quotedblbase.ss01 = -151; -underscore = -151; -}; -quotedblright = { -asciitilde = -125; -questiondown = -125; -questiondown.case = -125; -quotesinglbase = -89; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -151; -questiondown.case = -151; -questiondown.ss01 = -151; -}; -quoteleft = { -questiondown = -89; -questiondown.case = -89; -quotedblbase = -89; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -81; -}; -quoteright = { -icircumflex = 0; -questiondown = -99; -quotedblbase = -99; -}; -quoteright.ss01 = { -questiondown.ss01 = -81; -quotedblbase.ss01 = -81; -}; -quotesinglbase = { -T = -89; -V = -89; -Y = -89; -minus = -89; -plus = -89; -question = -89; -quotedblleft = -89; -quoteleft = -89; -}; -quotesinglbase.ss01 = { -T = -81; -V = -81; -Y = -81; -question.ss01 = -81; -}; -quotesingle = { -Hbar = 47; -g.ss06 = -39; -icircumflex = 58; -igrave = 33; -imacron = 58; -itilde = 61; -l.ss04 = 0; -questiondown = -63; -questiondown.case = -63; -underscore = -63; -}; -r = { -braceright = -86; -fourinferior = -96; -g.ss06 = -25; -parenright = -73; -}; -radical = { -A = -88; -}; -rcaron = { -sevensuperior = -14; -}; -registered = { -comma = -71; -comma.ss01 = -61; -parenright = -80; -parenright.case = -79; -period = -65; -period.ss01 = -62; -slash = -87; -}; -s = { -asterisk = -32; -braceright = -88; -l = 0; -}; -scaron = { -T = -69; -}; -semicolon = { -hyphen = -89; -}; -seven = { -minus = -95; -percent = 0; -plus = -78; -underscore = -127; -}; -seven.dnom = { -question.ss01 = -141; -}; -seven.numr = { -fraction = -41; -}; -seveninferior = { -parenright = -87; -}; -sevensuperior = { -A = -135; -comma = -71; -comma.ss01 = -61; -fraction = -41; -period = -65; -period.ss01 = -62; -slash = -130; -}; -six = { -bracketright = -31; -degree = -26; -}; -six.dnom = { -degree = -171; -question.ss01 = -134; -quotedbl = -144; -quotedblleft = -125; -quotedblleft.ss01 = -151; -quotedblright = -125; -}; -sixinferior = { -T = -133; -}; -sixsuperior = { -comma = -71; -comma.ss01 = -61; -period = -65; -period.ss01 = -62; -slash = -121; -}; -slash = { -fourinferior = -119; -g.ss06 = -55; -ibreve = 77; -l.ss04 = 41; -mu = -47; -quotedblbase = -125; -quotedblbase.ss01 = -151; -quotesinglbase = -89; -underscore = -142; -}; -sterling = { -two = 25; -}; -t_i.liga = { -idieresis = 4; -}; -tcaron = { -b = 3; -exclam = 31; -h = 3; -hyphen = -48; -i = 0; -j = 0; -k = 3; -parenright = 34; -quotedbl = 46; -quotedblleft = 23; -quotesingle = 46; -}; -tcedilla = { -parenright = 4; -}; -tenge = { -comma = -71; -comma.ss01 = -61; -period = -65; -period.ss01 = -62; -slash = -104; -}; -three = { -bracketright = -33; -}; -three.dnom = { -degree = -167; -question.ss01 = -131; -quotedbl = -145; -quotedblleft = -125; -quotedblright = -125; -}; -three.numr = { -fraction = -41; -}; -threeinferior = { -T = -136; -V = -84; -Y = -132; -}; -threesuperior = { -comma = -71; -comma.ss01 = -61; -fraction = -41; -parenright = -60; -period = -65; -period.ss01 = -62; -slash = -119; -}; -trademark = { -comma = -71; -comma.ss01 = -61; -hyphen = -112; -period = -65; -period.ss01 = -62; -slash = -130; -}; -two = { -percent = 20; -}; -two.dnom = { -degree = -155; -question.ss01 = -128; -quotedbl = -139; -quotedblleft = -125; -quotedblright = -125; -}; -twoinferior = { -T = -135; -V = -77; -Y = -129; -}; -twosuperior = { -comma = -71; -comma.ss01 = -61; -parenright = -49; -parenright.case = -48; -period = -65; -period.ss01 = -62; -slash = -109; -}; -uhorn = { -a = -20; -ohorn = -21; -ohornacute = -20; -ohorndotbelow = -21; -ohorndotbelow.ss01 = -21; -ohorngrave = -19; -ohornhookabove = -19; -ohorntilde = -18; -}; -uhornacute = { -a = -20; -c = -22; -}; -uhorndotbelow = { -a = -20; -c = -22; -comma = -23; -period = -21; -}; -uhorngrave = { -a = -20; -a.ss05 = -22; -}; -uhornhookabove = { -a = -20; -comma = -23; -comma.ss01 = -59; -period = -21; -period.ss01 = -58; -}; -uhorntilde = { -a = -20; -comma = -23; -period = -21; -}; -uhungarumlaut = { -parenright = -63; -}; -underscore = { -C = -64; -O = -64; -T = -126; -V = -140; -W = -90; -Y = -136; -asterisk = -131; -four = -168; -one = -79; -quotedbl = -163; -quotedblright = -125; -quotedblright.ss01 = -151; -quotesingle = -63; -seven = -99; -six = -38; -v = -89; -}; -uogonek = { -j = 0; -parenright = -10; -}; -v = { -braceright = -86; -n = 0; -}; -w = { -braceright = -80; -}; -x = { -four = -51; -}; -y = { -braceright = -86; -}; -ydotbelow = { -period = -65; -}; -zero = { -braceright = -79; -bracketright = -52; -bracketright.case = -49; -degree = -32; -percent = 12; -}; -zero.dnom = { -degree = -180; -question = -102; -question.ss01 = -128; -quotedbl = -143; -quotedblleft = -125; -quotedblleft.ss01 = -151; -quotedblright = -125; -quotedblright.ss01 = -151; -quoteleft = -89; -}; -zeroinferior = { -parenright = -79; -}; -zerosuperior = { -comma = -71; -comma.ss01 = -61; -fraction = -41; -period = -65; -period.ss01 = -62; -slash = -121; -}; -}; -"DED42A87-C949-4722-A202-2B551272A3FB" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 19; -"@MMK_R_KO_H" = 19; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = -81; -"@MMK_R_KO_U" = -18; -"@MMK_R_KO_V" = -96; -"@MMK_R_KO_W" = -63; -"@MMK_R_KO_X" = 3; -"@MMK_R_KO_Y" = -106; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -98; -"@MMK_R_KO_bracketright" = -41; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = -59; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -19; -"@MMK_R_KO_fivesuperior" = -64; -"@MMK_R_KO_foursuperior" = -70; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -35; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 19; -"@MMK_R_KO_ninesuperior" = -81; -"@MMK_R_KO_onesuperior" = -94; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -5; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -76; -"@MMK_R_KO_question.ss01" = -75; -"@MMK_R_KO_quotedbl" = -91; -"@MMK_R_KO_quotedblleft" = -57; -"@MMK_R_KO_quotedblleft.ss01" = -74; -"@MMK_R_KO_quoteleft" = -61; -"@MMK_R_KO_quoteright" = -69; -"@MMK_R_KO_quoteright.ss01" = -72; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -93; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_sixsuperior" = -72; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_threesuperior" = -72; -"@MMK_R_KO_trademark" = -103; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -74; -"@MMK_R_KO_w" = -38; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 25; -"@MMK_R_KO_T" = -10; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = -31; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_asciicircum" = -27; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 19; -"@MMK_R_KO_egrave" = 19; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 12; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 72; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = 27; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -10; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_parenright.case" = -45; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 23; -"@MMK_R_KO_sevensuperior" = -9; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -31; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -42; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = -6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -27; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_X" = -45; -"@MMK_R_KO_Y" = -50; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -34; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 14; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 35; -"@MMK_R_KO_imacron" = 42; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = 22; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_parenright.case" = -55; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_question" = -13; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -22; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -37; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -44; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -75; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -31; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 25; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -51; -"@MMK_R_KO_Y" = -57; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -42; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 22; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 21; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 14; -"@MMK_R_KO_hyphen.case" = 23; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 31; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_parenright.case" = -62; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -42; -"@MMK_R_KO_question" = -19; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = 5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -45; -"@MMK_R_KO_t" = 17; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = -83; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = -12; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 26; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -51; -"@MMK_R_KO_Y" = -57; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_bracketright" = -43; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = -30; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 18; -"@MMK_R_KO_egrave" = 18; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = 22; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_hyphen.case" = 24; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_parenright.case" = -62; -"@MMK_R_KO_period" = -30; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -19; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = 11; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = 6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -44; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_y" = 0; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 21; -"@MMK_R_KO_J" = 5; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 8; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -37; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -21; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 59; -"@MMK_R_KO_imacron" = 74; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 42; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = 3; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -59; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = -71; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 11; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_X" = -6; -"@MMK_R_KO_Y" = 9; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -29; -"@MMK_R_KO_comma" = -105; -"@MMK_R_KO_comma.ss01" = -106; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -132; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -14; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = -9; -"@MMK_R_KO_hyphen.case" = -8; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 30; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 36; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = -102; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -26; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -78; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = -211; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_x" = -23; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 26; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = -15; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -47; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 18; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -38; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -22; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 20; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 17; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 20; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 32; -"@MMK_R_KO_imacron" = 38; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_parenright.case" = -58; -"@MMK_R_KO_period" = -23; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_sevensuperior" = -27; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -38; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -76; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = -11; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 16; -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -19; -"@MMK_R_KO_bracketright" = -39; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 18; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 10; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_icircumflex" = 29; -"@MMK_R_KO_imacron" = 33; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = 11; -"@MMK_R_KO_ninesuperior" = -26; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = 13; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = -16; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -25; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -51; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -22; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 56; -"@MMK_R_KO_imacron" = 61; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = 3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -17; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 2; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -36; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 15; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -6; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -42; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -84; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 54; -"@MMK_R_KO_imacron" = 71; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 44; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -9; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -23; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -8; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -22; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -26; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 56; -"@MMK_R_KO_imacron" = 61; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -16; -"@MMK_R_KO_period.ss01" = -34; -"@MMK_R_KO_question" = -14; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = 3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -37; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -17; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -51; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = -10; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 5; -"@MMK_R_KO_O" = -49; -"@MMK_R_KO_S" = -36; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -38; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -78; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = -44; -"@MMK_R_KO_egrave" = -36; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -30; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -62; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -78; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -55; -"@MMK_R_KO_hyphen.case" = -88; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 17; -"@MMK_R_KO_imacron" = 53; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -55; -"@MMK_R_KO_question.ss01" = -48; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -38; -"@MMK_R_KO_quotedblleft.ss01" = -52; -"@MMK_R_KO_quoteleft" = -42; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = -30; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -47; -"@MMK_R_KO_sixsuperior" = -31; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = -51; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -12; -"@MMK_R_KO_u" = -34; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -64; -"@MMK_R_KO_w" = -56; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 15; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -91; -"@MMK_R_KO_U" = -18; -"@MMK_R_KO_V" = -98; -"@MMK_R_KO_W" = -65; -"@MMK_R_KO_X" = 3; -"@MMK_R_KO_Y" = -130; -"@MMK_R_KO_Z" = 26; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -203; -"@MMK_R_KO_bracketright" = -48; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 37; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = -181; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -38; -"@MMK_R_KO_fivesuperior" = -184; -"@MMK_R_KO_foursuperior" = -181; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -43; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -138; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_icircumflex" = -3; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = -13; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = -193; -"@MMK_R_KO_onesuperior" = -137; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period" = 31; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -94; -"@MMK_R_KO_question.ss01" = -91; -"@MMK_R_KO_quotedbl" = -93; -"@MMK_R_KO_quotedblleft" = -172; -"@MMK_R_KO_quotedblleft.ss01" = -198; -"@MMK_R_KO_quoteleft" = -110; -"@MMK_R_KO_quoteright" = -177; -"@MMK_R_KO_quoteright.ss01" = -178; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -178; -"@MMK_R_KO_six" = -17; -"@MMK_R_KO_sixsuperior" = -183; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -48; -"@MMK_R_KO_threesuperior" = -179; -"@MMK_R_KO_trademark" = -199; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -69; -"@MMK_R_KO_w" = -42; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -37; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -88; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -98; -"@MMK_R_KO_W" = -62; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = -129; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 38; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = -97; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_fivesuperior" = -104; -"@MMK_R_KO_foursuperior" = -111; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -103; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -121; -"@MMK_R_KO_onesuperior" = -137; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period" = 32; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -91; -"@MMK_R_KO_question.ss01" = -87; -"@MMK_R_KO_quotedbl" = -93; -"@MMK_R_KO_quotedblleft" = -90; -"@MMK_R_KO_quotedblleft.ss01" = -108; -"@MMK_R_KO_quoteleft" = -94; -"@MMK_R_KO_quoteright" = -109; -"@MMK_R_KO_quoteright.ss01" = -108; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -141; -"@MMK_R_KO_sixsuperior" = -101; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_threesuperior" = -114; -"@MMK_R_KO_u" = -8; -"@MMK_R_KO_y" = -36; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 27; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -51; -"@MMK_R_KO_Y" = -57; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -3; -"@MMK_R_KO_bracketright" = -43; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 18; -"@MMK_R_KO_egrave" = 18; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 23; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 19; -"@MMK_R_KO_guillemetleft" = 22; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_hyphen.case" = 24; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 32; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_parenright.case" = -62; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -19; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = 11; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = 6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 20; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -44; -"@MMK_R_KO_t" = 18; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_underscore" = -82; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_x" = -11; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = -13; -"@MMK_R_KO_I.ss02" = -30; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = -38; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = -48; -"@MMK_R_KO_W" = -37; -"@MMK_R_KO_X" = -78; -"@MMK_R_KO_Y" = -75; -"@MMK_R_KO_Z" = -27; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_bracketright" = -43; -"@MMK_R_KO_colon" = -11; -"@MMK_R_KO_comma" = -46; -"@MMK_R_KO_comma.ss01" = -63; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_exclam" = -16; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -23; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -36; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = -13; -"@MMK_R_KO_j" = -20; -"@MMK_R_KO_l.ss04" = -10; -"@MMK_R_KO_n" = -13; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -43; -"@MMK_R_KO_parenright" = -87; -"@MMK_R_KO_parenright.case" = -83; -"@MMK_R_KO_period" = -47; -"@MMK_R_KO_period.ss01" = -63; -"@MMK_R_KO_question" = -39; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = -60; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -58; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_underscore" = -99; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = -31; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 29; -"@MMK_R_KO_I.ss02" = 32; -"@MMK_R_KO_O" = 26; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = 38; -"@MMK_R_KO_U" = 38; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_bracketright" = 34; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 18; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_exclam" = 34; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_hyphen.case" = 24; -"@MMK_R_KO_i" = 33; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_parenright" = 13; -"@MMK_R_KO_parenright.case" = 14; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 28; -"@MMK_R_KO_quoteright" = 28; -"@MMK_R_KO_quoteright.ss01" = 26; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = 23; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -63; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -76; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = -54; -"@MMK_R_KO_Y" = -35; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -24; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -111; -"@MMK_R_KO_comma.ss01" = -106; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = 6; -"@MMK_R_KO_ellipsis" = -164; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_hyphen.case" = 7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 37; -"@MMK_R_KO_imacron" = 46; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_parenright.case" = -59; -"@MMK_R_KO_period" = -110; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 24; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = 16; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = 4; -"@MMK_R_KO_slash" = -81; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -23; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -219; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 16; -"@MMK_R_KO_x" = -11; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -35; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -52; -"@MMK_R_KO_W" = -37; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -83; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 19; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = -38; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -23; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_fivesuperior" = -31; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -10; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -42; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -26; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -33; -"@MMK_R_KO_question.ss01" = -33; -"@MMK_R_KO_quotedbl" = -40; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -43; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = 21; -"@MMK_R_KO_sevensuperior" = -50; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_sixsuperior" = -31; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -29; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -9; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 18; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 46; -"@MMK_R_KO_imacron" = 69; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 41; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = 12; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = 8; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -23; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 17; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 24; -"@MMK_R_KO_T" = -10; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -35; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -27; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 20; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 37; -"@MMK_R_KO_imacron" = 54; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -13; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -49; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -16; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 21; -"@MMK_R_KO_sevensuperior" = -20; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = -27; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_trademark" = -40; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -47; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = -23; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -29; -"@MMK_R_KO_X" = -42; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_bracketright" = -34; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = -9; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -26; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 42; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_ninesuperior" = -40; -"@MMK_R_KO_onesuperior" = -22; -"@MMK_R_KO_parenright" = -67; -"@MMK_R_KO_parenright.case" = -57; -"@MMK_R_KO_period" = -9; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_question" = -24; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -37; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = -34; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -32; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -16; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -92; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = -68; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = 21; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_X" = -3; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -75; -"@MMK_R_KO_a.ss05" = -37; -"@MMK_R_KO_asciicircum" = -30; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -23; -"@MMK_R_KO_comma" = -101; -"@MMK_R_KO_comma.ss01" = -106; -"@MMK_R_KO_e" = -82; -"@MMK_R_KO_egrave" = -34; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -109; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -23; -"@MMK_R_KO_g" = -73; -"@MMK_R_KO_guillemetleft" = -88; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -98; -"@MMK_R_KO_hyphen.case" = -96; -"@MMK_R_KO_i" = -14; -"@MMK_R_KO_icircumflex" = 11; -"@MMK_R_KO_imacron" = 22; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 30; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = 2; -"@MMK_R_KO_parenright" = -10; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = -102; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_question" = -18; -"@MMK_R_KO_question.ss01" = -15; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -76; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -22; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = -107; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_underscore" = -116; -"@MMK_R_KO_v" = -23; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_x" = -23; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 8; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -12; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -24; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = 4; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = 9; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_imacron" = 70; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = -26; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 19; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = 12; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -42; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -11; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -72; -"@MMK_R_KO_v" = 11; -"@MMK_R_KO_w" = 16; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -49; -"@MMK_R_KO_H" = -18; -"@MMK_R_KO_I.ss02" = -17; -"@MMK_R_KO_J" = -28; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = -13; -"@MMK_R_KO_T" = -15; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = -12; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = -25; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = -19; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = -22; -"@MMK_R_KO_comma" = -44; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -52; -"@MMK_R_KO_exclam" = -18; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = -31; -"@MMK_R_KO_hyphen" = -15; -"@MMK_R_KO_hyphen.case" = -15; -"@MMK_R_KO_i" = -18; -"@MMK_R_KO_j" = -21; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -42; -"@MMK_R_KO_period" = -45; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = -31; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -33; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_sevensuperior" = -21; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = -63; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_threesuperior" = -22; -"@MMK_R_KO_u" = -20; -"@MMK_R_KO_v" = -13; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = -26; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = 49; -"@MMK_R_KO_I.ss02" = 42; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_T" = 45; -"@MMK_R_KO_U" = 58; -"@MMK_R_KO_V" = 38; -"@MMK_R_KO_X" = 7; -"@MMK_R_KO_Y" = 24; -"@MMK_R_KO_Z" = 52; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_bracketright" = 54; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -24; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_eightsuperior" = 44; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = 55; -"@MMK_R_KO_fivesuperior" = 47; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = 9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 20; -"@MMK_R_KO_onesuperior" = 18; -"@MMK_R_KO_parenright" = 34; -"@MMK_R_KO_parenright.case" = 32; -"@MMK_R_KO_period" = -26; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 44; -"@MMK_R_KO_quoteright" = 54; -"@MMK_R_KO_quoteright.ss01" = 23; -"@MMK_R_KO_sevensuperior" = 58; -"@MMK_R_KO_sixsuperior" = 29; -"@MMK_R_KO_slash" = -41; -"@MMK_R_KO_threesuperior" = 32; -"@MMK_R_KO_u" = 0; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -96; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -79; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 8; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -60; -"@MMK_R_KO_a.ss05" = -56; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = -37; -"@MMK_R_KO_comma" = -101; -"@MMK_R_KO_comma.ss01" = -106; -"@MMK_R_KO_e" = -61; -"@MMK_R_KO_egrave" = -46; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -109; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = -57; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = -66; -"@MMK_R_KO_hyphen.case" = -46; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 31; -"@MMK_R_KO_imacron" = 46; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 42; -"@MMK_R_KO_n" = -37; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -4; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = -102; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_question" = -27; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = 7; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -14; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -56; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -36; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = -125; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -34; -"@MMK_R_KO_underscore" = -138; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_x" = -46; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -72; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = -61; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -38; -"@MMK_R_KO_a.ss05" = -42; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -18; -"@MMK_R_KO_comma" = -70; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -39; -"@MMK_R_KO_egrave" = -33; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -80; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = -35; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = -32; -"@MMK_R_KO_hyphen" = -43; -"@MMK_R_KO_hyphen.case" = -28; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 42; -"@MMK_R_KO_imacron" = 64; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 42; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -15; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -37; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -85; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -2; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_underscore" = -90; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_x" = -24; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = -51; -"@MMK_R_KO_S" = -37; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -39; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asciicircum" = -85; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_egrave" = -45; -"@MMK_R_KO_eightsuperior" = -33; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_exclam" = -7; -"@MMK_R_KO_f" = -32; -"@MMK_R_KO_fivesuperior" = -32; -"@MMK_R_KO_foursuperior" = -71; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -34; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_hyphen.case" = -97; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 44; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = -50; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = -59; -"@MMK_R_KO_question.ss01" = -54; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -58; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -29; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = -34; -"@MMK_R_KO_sevensuperior" = -18; -"@MMK_R_KO_six" = -49; -"@MMK_R_KO_sixsuperior" = -39; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -59; -"@MMK_R_KO_threesuperior" = -36; -"@MMK_R_KO_trademark" = -24; -"@MMK_R_KO_u" = -35; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -64; -"@MMK_R_KO_w" = -55; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -37; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -113; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -78; -"@MMK_R_KO_O" = -57; -"@MMK_R_KO_S" = -43; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = -98; -"@MMK_R_KO_a.ss05" = -71; -"@MMK_R_KO_asciicircum" = -65; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -66; -"@MMK_R_KO_comma" = -111; -"@MMK_R_KO_comma.ss01" = -106; -"@MMK_R_KO_e" = -102; -"@MMK_R_KO_egrave" = -46; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -160; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -44; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -53; -"@MMK_R_KO_g" = -96; -"@MMK_R_KO_guillemetleft" = -107; -"@MMK_R_KO_guillemetright" = -82; -"@MMK_R_KO_hyphen" = -115; -"@MMK_R_KO_hyphen.case" = -84; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = -73; -"@MMK_R_KO_ninesuperior" = -29; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = -110; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_question" = -45; -"@MMK_R_KO_question.ss01" = -41; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -95; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -57; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = -141; -"@MMK_R_KO_t" = -46; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = -57; -"@MMK_R_KO_underscore" = -154; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -54; -"@MMK_R_KO_x" = -75; -"@MMK_R_KO_y" = -62; -"@MMK_R_KO_z" = -56; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -49; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 59; -"@MMK_R_KO_imacron" = 71; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 39; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -11; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -27; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -73; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -36; -"@MMK_R_KO_onesuperior" = -62; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -21; -"@MMK_R_KO_question" = -27; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -34; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -57; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -76; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -78; -"@MMK_R_KO_U" = -12; -"@MMK_R_KO_V" = -81; -"@MMK_R_KO_W" = -48; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -109; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 19; -"@MMK_R_KO_asciicircum" = -55; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 8; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -36; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_fivesuperior" = -44; -"@MMK_R_KO_foursuperior" = -43; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = -5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -56; -"@MMK_R_KO_onesuperior" = -91; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_period" = 5; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -61; -"@MMK_R_KO_question.ss01" = -59; -"@MMK_R_KO_quotedbl" = -64; -"@MMK_R_KO_quotedblleft" = -31; -"@MMK_R_KO_quotedblleft.ss01" = -53; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -43; -"@MMK_R_KO_quoteright.ss01" = -37; -"@MMK_R_KO_s" = 16; -"@MMK_R_KO_sevensuperior" = -85; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_sixsuperior" = -46; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_threesuperior" = -42; -"@MMK_R_KO_trademark" = -98; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -35; -"@MMK_R_KO_w" = -19; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -43; -"@MMK_R_KO_U" = -18; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -72; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = -39; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_fivesuperior" = -47; -"@MMK_R_KO_foursuperior" = -47; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_icircumflex" = -4; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -14; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_ninesuperior" = -59; -"@MMK_R_KO_onesuperior" = -64; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = -63; -"@MMK_R_KO_question.ss01" = -63; -"@MMK_R_KO_quotedbl" = -60; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -56; -"@MMK_R_KO_quoteleft" = -42; -"@MMK_R_KO_quoteright" = -45; -"@MMK_R_KO_quoteright.ss01" = -41; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -56; -"@MMK_R_KO_six" = -13; -"@MMK_R_KO_sixsuperior" = -47; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = -21; -"@MMK_R_KO_threesuperior" = -46; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -44; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = -37; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_T" = -93; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = -14; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -100; -"@MMK_R_KO_H" = -22; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_T" = -29; -"@MMK_R_KO_a" = -41; -"@MMK_R_KO_e" = -46; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -28; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -52; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_T" = -96; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -97; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -82; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -4; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -15; -"@MMK_R_KO_a" = -65; -"@MMK_R_KO_a.ss05" = -63; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -22; -"@MMK_R_KO_comma" = -111; -"@MMK_R_KO_comma.ss01" = -106; -"@MMK_R_KO_e" = -73; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -13; -"@MMK_R_KO_four" = -87; -"@MMK_R_KO_g" = -61; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = -128; -"@MMK_R_KO_hyphen.case" = -35; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -50; -"@MMK_R_KO_period" = -110; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_quotedbl" = 7; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -56; -"@MMK_R_KO_seven" = 11; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_slash" = -112; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -5; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -49; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -48; -"@MMK_R_KO_O" = -42; -"@MMK_R_KO_S" = -23; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -52; -"@MMK_R_KO_a.ss05" = -47; -"@MMK_R_KO_asterisk" = -12; -"@MMK_R_KO_colon" = -45; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_egrave" = -45; -"@MMK_R_KO_eight" = -21; -"@MMK_R_KO_ellipsis" = -62; -"@MMK_R_KO_f" = -42; -"@MMK_R_KO_five" = -17; -"@MMK_R_KO_four" = -62; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -82; -"@MMK_R_KO_hyphen" = -66; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 41; -"@MMK_R_KO_n" = -44; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = -58; -"@MMK_R_KO_period" = -49; -"@MMK_R_KO_period.ss01" = -60; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = -57; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -36; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -47; -"@MMK_R_KO_three" = -24; -"@MMK_R_KO_two" = -25; -"@MMK_R_KO_u" = -52; -"@MMK_R_KO_v" = -64; -"@MMK_R_KO_w" = -58; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = -43; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = -40; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_asterisk" = -14; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_eight" = -21; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_five" = -18; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_guillemetleft" = -66; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen.case" = -67; -"@MMK_R_KO_nine" = -17; -"@MMK_R_KO_one" = -56; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -40; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -37; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_three" = -21; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -81; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -59; -"@MMK_R_KO_W" = -41; -"@MMK_R_KO_X" = -49; -"@MMK_R_KO_Y" = -99; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = -55; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -8; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 14; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 6; -"@MMK_R_KO_ninesuperior" = -35; -"@MMK_R_KO_onesuperior" = -54; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_period" = -11; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = -50; -"@MMK_R_KO_question.ss01" = -55; -"@MMK_R_KO_quotedbl" = -54; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -86; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -61; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -34; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -111; -"@MMK_R_KO_comma" = 19; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = -111; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -88; -"@MMK_R_KO_parenright" = -39; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_quotedbl" = -111; -"@MMK_R_KO_quotedblleft" = -111; -"@MMK_R_KO_quoteright" = -111; -"@MMK_R_KO_seven" = -77; -"@MMK_R_KO_six" = -25; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 9; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -96; -"@MMK_R_KO_H" = -17; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_T" = -16; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_e" = -63; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_i" = -18; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_t" = -6; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 20; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = -77; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -61; -"@MMK_R_KO_W" = -37; -"@MMK_R_KO_X" = -40; -"@MMK_R_KO_Y" = -100; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -44; -"@MMK_R_KO_bracketright" = -61; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 14; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eightsuperior" = -25; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = -9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -32; -"@MMK_R_KO_foursuperior" = -28; -"@MMK_R_KO_g" = 19; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_onesuperior" = -78; -"@MMK_R_KO_parenright" = -79; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_question" = -62; -"@MMK_R_KO_question.ss01" = -64; -"@MMK_R_KO_quotedbl" = -56; -"@MMK_R_KO_quotedblleft" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -41; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 16; -"@MMK_R_KO_sevensuperior" = -65; -"@MMK_R_KO_six" = 15; -"@MMK_R_KO_sixsuperior" = -35; -"@MMK_R_KO_slash" = -29; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -32; -"@MMK_R_KO_trademark" = -89; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -59; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -41; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 28; -"@MMK_R_KO_S" = 28; -"@MMK_R_KO_T" = -41; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -57; -"@MMK_R_KO_W" = -30; -"@MMK_R_KO_X" = -33; -"@MMK_R_KO_Y" = -60; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 25; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 22; -"@MMK_R_KO_egrave" = 25; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 27; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 12; -"@MMK_R_KO_imacron" = 7; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 7; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -58; -"@MMK_R_KO_parenright" = -67; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = -51; -"@MMK_R_KO_question.ss01" = -50; -"@MMK_R_KO_quotedbl" = -40; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 24; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = 23; -"@MMK_R_KO_sixsuperior" = -26; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -22; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -55; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = -36; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -30; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 14; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_asterisk" = -14; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 15; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eight" = 19; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 22; -"@MMK_R_KO_four" = 7; -"@MMK_R_KO_g" = 14; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_nine" = 35; -"@MMK_R_KO_one" = -2; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -46; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 21; -"@MMK_R_KO_seven" = -3; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 9; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 5; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = -103; -"@MMK_R_KO_U" = -30; -"@MMK_R_KO_V" = -106; -"@MMK_R_KO_W" = -76; -"@MMK_R_KO_Y" = -155; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -136; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 12; -"@MMK_R_KO_e" = -17; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -41; -"@MMK_R_KO_five" = -10; -"@MMK_R_KO_four" = -12; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_hyphen.case" = -121; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_j" = -16; -"@MMK_R_KO_n" = -11; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -94; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_parenright.case" = -44; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_quotedbl" = -228; -"@MMK_R_KO_quotedblleft" = -228; -"@MMK_R_KO_quoteright" = -228; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_seven" = -85; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = -51; -"@MMK_R_KO_three" = -7; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -77; -"@MMK_R_KO_w" = -52; -"@MMK_R_KO_y" = -72; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = -23; -"@MMK_R_KO_H" = -35; -"@MMK_R_KO_I.ss02" = -21; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = -57; -"@MMK_R_KO_S" = -35; -"@MMK_R_KO_T" = -131; -"@MMK_R_KO_U" = -55; -"@MMK_R_KO_V" = -130; -"@MMK_R_KO_W" = -93; -"@MMK_R_KO_Y" = -177; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = -38; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asterisk" = -136; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = -42; -"@MMK_R_KO_egrave" = -42; -"@MMK_R_KO_eight" = -33; -"@MMK_R_KO_f" = -64; -"@MMK_R_KO_five" = -36; -"@MMK_R_KO_four" = -29; -"@MMK_R_KO_g" = -42; -"@MMK_R_KO_guillemetleft" = -78; -"@MMK_R_KO_guillemetright" = -46; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_hyphen.case" = -200; -"@MMK_R_KO_i" = -35; -"@MMK_R_KO_j" = -37; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_nine" = -26; -"@MMK_R_KO_one" = -107; -"@MMK_R_KO_parenright" = -86; -"@MMK_R_KO_parenright.case" = -59; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_quotedbl" = -228; -"@MMK_R_KO_quotedblleft.ss01" = -247; -"@MMK_R_KO_quoteright.ss01" = -247; -"@MMK_R_KO_s" = -27; -"@MMK_R_KO_seven" = -99; -"@MMK_R_KO_six" = -54; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_t" = -77; -"@MMK_R_KO_three" = -34; -"@MMK_R_KO_two" = -22; -"@MMK_R_KO_u" = -42; -"@MMK_R_KO_v" = -95; -"@MMK_R_KO_w" = -73; -"@MMK_R_KO_y" = -68; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -95; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -67; -"@MMK_R_KO_W" = -43; -"@MMK_R_KO_Y" = -114; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 18; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -27; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 20; -"@MMK_R_KO_eight" = 8; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 15; -"@MMK_R_KO_g" = 19; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = -43; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -85; -"@MMK_R_KO_parenright" = -78; -"@MMK_R_KO_period" = -8; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_quotedbl" = -72; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = -27; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -94; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -17; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -21; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -49; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = -48; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -54; -"@MMK_R_KO_comma.ss01" = -66; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -66; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -6; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 17; -"@MMK_R_KO_imacron" = 21; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 12; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_period" = -57; -"@MMK_R_KO_period.ss01" = -67; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = 17; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = 10; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -57; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 7; -"@MMK_R_KO_trademark" = -2; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -57; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = -6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -48; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 7; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 20; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -52; -"@MMK_R_KO_comma.ss01" = -65; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -65; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -19; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_period" = -55; -"@MMK_R_KO_period.ss01" = -66; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 7; -"@MMK_R_KO_quotedblleft" = 19; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 11; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 6; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 3; -"@MMK_R_KO_slash" = -56; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 9; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -56; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -20; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -11; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -3; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 32; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 12; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -25; -"@MMK_R_KO_onesuperior" = -7; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_question" = -18; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -25; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -2; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = -19; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 2; -"@MMK_R_KO_Y" = -5; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 13; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asterisk" = -12; -"@MMK_R_KO_colon" = -6; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 18; -"@MMK_R_KO_four" = 6; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = 14; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_nine" = 31; -"@MMK_R_KO_one" = -13; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = -9; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_seven" = -2; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -46; -"@MMK_R_KO_W" = -40; -"@MMK_R_KO_Y" = -50; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -55; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 10; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 5; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 9; -"@MMK_R_KO_one" = -52; -"@MMK_R_KO_parenright" = -74; -"@MMK_R_KO_parenright.case" = -56; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_quotedbl" = -55; -"@MMK_R_KO_quotedblleft" = -46; -"@MMK_R_KO_quotedblleft.ss01" = -65; -"@MMK_R_KO_quoteright" = -53; -"@MMK_R_KO_quoteright.ss01" = -52; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -46; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = -35; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -32; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_y" = -40; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = 2; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -14; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -27; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 34; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 41; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -8; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = 4; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -11; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -12; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 23; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_Y" = -66; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_five" = -9; -"@MMK_R_KO_four" = -14; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_nine" = 14; -"@MMK_R_KO_one" = -5; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_parenright.case" = -49; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -5; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -41; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -39; -"@MMK_R_KO_J" = -41; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -84; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -69; -"@MMK_R_KO_W" = -46; -"@MMK_R_KO_Y" = -107; -"@MMK_R_KO_Z" = -27; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asterisk" = -79; -"@MMK_R_KO_colon" = -32; -"@MMK_R_KO_comma" = -51; -"@MMK_R_KO_comma.ss01" = -64; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -59; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_five" = 2; -"@MMK_R_KO_four" = 3; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 3; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = -42; -"@MMK_R_KO_parenright" = -88; -"@MMK_R_KO_parenright.case" = -80; -"@MMK_R_KO_period" = -52; -"@MMK_R_KO_period.ss01" = -63; -"@MMK_R_KO_quotedbl" = -65; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -54; -"@MMK_R_KO_quoteright" = -32; -"@MMK_R_KO_quoteright.ss01" = -35; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -45; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_slash" = -56; -"@MMK_R_KO_t" = -15; -"@MMK_R_KO_three" = -21; -"@MMK_R_KO_two" = -36; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -31; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = -20; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -95; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -67; -"@MMK_R_KO_W" = -43; -"@MMK_R_KO_Y" = -114; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 18; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -128; -"@MMK_R_KO_colon" = -27; -"@MMK_R_KO_comma" = -17; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 20; -"@MMK_R_KO_eight" = 8; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 15; -"@MMK_R_KO_g" = 19; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = -43; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -85; -"@MMK_R_KO_parenright" = -78; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_quotedbl" = -72; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -94; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -8; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -21; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -58; -"@MMK_R_KO_H" = -15; -"@MMK_R_KO_I.ss02" = -90; -"@MMK_R_KO_J" = -88; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = -98; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = -60; -"@MMK_R_KO_W" = -43; -"@MMK_R_KO_Y" = -98; -"@MMK_R_KO_Z" = -56; -"@MMK_R_KO_asterisk" = -45; -"@MMK_R_KO_colon" = -27; -"@MMK_R_KO_comma" = -111; -"@MMK_R_KO_comma.ss01" = -106; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_five" = -13; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen.case" = -4; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -7; -"@MMK_R_KO_parenright.case" = -84; -"@MMK_R_KO_period" = -110; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_quotedbl" = -38; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_seven" = -11; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_slash" = -77; -"@MMK_R_KO_three" = -54; -"@MMK_R_KO_two" = -18; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -27; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 4; -"@MMK_R_KO_imacron" = 38; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -50; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = -27; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -49; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -23; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 30; -"@MMK_R_KO_I.ss02" = 25; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 39; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 38; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -27; -"@MMK_R_KO_bracketright" = 38; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 6; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_exclam" = 25; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 15; -"@MMK_R_KO_icircumflex" = 35; -"@MMK_R_KO_imacron" = 36; -"@MMK_R_KO_j" = 29; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = -16; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 5; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = -50; -"@MMK_R_KO_W" = -30; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -77; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = -41; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = -60; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = -46; -"@MMK_R_KO_egrave" = -45; -"@MMK_R_KO_eightsuperior" = -39; -"@MMK_R_KO_ellipsis" = -27; -"@MMK_R_KO_exclam" = -10; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -32; -"@MMK_R_KO_foursuperior" = -26; -"@MMK_R_KO_g" = -27; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -63; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_icircumflex" = -11; -"@MMK_R_KO_imacron" = -11; -"@MMK_R_KO_j" = -17; -"@MMK_R_KO_l.ss04" = -19; -"@MMK_R_KO_n" = -11; -"@MMK_R_KO_ninesuperior" = -49; -"@MMK_R_KO_onesuperior" = -91; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_period" = -20; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = -21; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -29; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -40; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -37; -"@MMK_R_KO_quoteright.ss01" = -46; -"@MMK_R_KO_s" = -30; -"@MMK_R_KO_sevensuperior" = -92; -"@MMK_R_KO_six" = -17; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = -52; -"@MMK_R_KO_trademark" = -80; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -8; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -27; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 29; -"@MMK_R_KO_imacron" = 38; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 18; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = 3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -6; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -21; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 5; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -19; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -25; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_asciicircum" = -49; -"@MMK_R_KO_bracketright" = -10; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = -22; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_fivesuperior" = -27; -"@MMK_R_KO_foursuperior" = -30; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 21; -"@MMK_R_KO_imacron" = 33; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -38; -"@MMK_R_KO_onesuperior" = -28; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -29; -"@MMK_R_KO_question.ss01" = -31; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -40; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_threesuperior" = -31; -"@MMK_R_KO_trademark" = -44; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -20; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 57; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 38; -"@MMK_R_KO_eightsuperior" = 104; -"@MMK_R_KO_exclam" = 93; -"@MMK_R_KO_f" = 57; -"@MMK_R_KO_fivesuperior" = 107; -"@MMK_R_KO_foursuperior" = 62; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 74; -"@MMK_R_KO_j" = 63; -"@MMK_R_KO_l.ss04" = 73; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 85; -"@MMK_R_KO_onesuperior" = 46; -"@MMK_R_KO_parenright" = 49; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = 7; -"@MMK_R_KO_question.ss01" = 45; -"@MMK_R_KO_quotedbl" = 101; -"@MMK_R_KO_quotedblleft" = 100; -"@MMK_R_KO_quotedblleft.ss01" = 75; -"@MMK_R_KO_quoteleft" = 95; -"@MMK_R_KO_sevensuperior" = 38; -"@MMK_R_KO_sixsuperior" = 113; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 33; -"@MMK_R_KO_threesuperior" = 53; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_z" = 55; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -46; -"@MMK_R_KO_H" = -28; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_T" = -132; -"@MMK_R_KO_a" = -24; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_i" = -34; -"@MMK_R_KO_n" = -34; -"@MMK_R_KO_t" = -31; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -74; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -63; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_X" = -6; -"@MMK_R_KO_Y" = -100; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -42; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -26; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_exclam" = -9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -34; -"@MMK_R_KO_foursuperior" = -32; -"@MMK_R_KO_g" = 1; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -9; -"@MMK_R_KO_ninesuperior" = -46; -"@MMK_R_KO_onesuperior" = -80; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -54; -"@MMK_R_KO_question.ss01" = -57; -"@MMK_R_KO_quotedbl" = -54; -"@MMK_R_KO_quotedblleft" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -42; -"@MMK_R_KO_quoteleft" = -25; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -26; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -73; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -35; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -30; -"@MMK_R_KO_trademark" = -86; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = -71; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -60; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = -37; -"@MMK_R_KO_Y" = -97; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -39; -"@MMK_R_KO_bracketright" = -57; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -13; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eightsuperior" = -22; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_exclam" = -12; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = -28; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = -7; -"@MMK_R_KO_ninesuperior" = -42; -"@MMK_R_KO_onesuperior" = -77; -"@MMK_R_KO_parenright" = -77; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_question" = -54; -"@MMK_R_KO_question.ss01" = -57; -"@MMK_R_KO_quotedbl" = -50; -"@MMK_R_KO_quotedblleft" = -17; -"@MMK_R_KO_quotedblleft.ss01" = -38; -"@MMK_R_KO_quoteleft" = -22; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_sevensuperior" = -65; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = -32; -"@MMK_R_KO_slash" = -29; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -29; -"@MMK_R_KO_trademark" = -83; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -50; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -42; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_V" = -49; -"@MMK_R_KO_W" = -40; -"@MMK_R_KO_Y" = -72; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -57; -"@MMK_R_KO_colon" = -17; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -37; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -26; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = -19; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_fivesuperior" = -34; -"@MMK_R_KO_foursuperior" = -37; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -39; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_icircumflex" = -5; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = -12; -"@MMK_R_KO_l.ss04" = -12; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_ninesuperior" = -46; -"@MMK_R_KO_onesuperior" = -62; -"@MMK_R_KO_parenright" = -86; -"@MMK_R_KO_period" = -23; -"@MMK_R_KO_period.ss01" = -37; -"@MMK_R_KO_question" = -58; -"@MMK_R_KO_question.ss01" = -65; -"@MMK_R_KO_quotedbl" = -49; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -48; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -50; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -41; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_threesuperior" = -33; -"@MMK_R_KO_trademark" = -89; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = -69; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_x" = -48; -"@MMK_R_KO_y" = -36; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -43; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -47; -"@MMK_R_KO_O" = -54; -"@MMK_R_KO_S" = -49; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -12; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -16; -"@MMK_R_KO_a" = -66; -"@MMK_R_KO_a.ss05" = -58; -"@MMK_R_KO_asterisk" = -40; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -65; -"@MMK_R_KO_egrave" = -53; -"@MMK_R_KO_eight" = -49; -"@MMK_R_KO_ellipsis" = -68; -"@MMK_R_KO_f" = -50; -"@MMK_R_KO_five" = -35; -"@MMK_R_KO_four" = -66; -"@MMK_R_KO_g" = -31; -"@MMK_R_KO_guillemetleft" = -80; -"@MMK_R_KO_guillemetright" = -72; -"@MMK_R_KO_hyphen" = -73; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 29; -"@MMK_R_KO_n" = -48; -"@MMK_R_KO_nine" = -43; -"@MMK_R_KO_one" = -52; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -57; -"@MMK_R_KO_period.ss01" = -63; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -59; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = -64; -"@MMK_R_KO_seven" = -9; -"@MMK_R_KO_six" = -59; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = -56; -"@MMK_R_KO_three" = -49; -"@MMK_R_KO_two" = -38; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_v" = -60; -"@MMK_R_KO_w" = -50; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = -44; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -24; -"@MMK_R_KO_O" = -53; -"@MMK_R_KO_S" = -45; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_Y" = -20; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_asterisk" = -42; -"@MMK_R_KO_colon" = -23; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_eight" = -39; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_five" = -34; -"@MMK_R_KO_four" = -54; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -56; -"@MMK_R_KO_hyphen.case" = -70; -"@MMK_R_KO_nine" = -38; -"@MMK_R_KO_one" = -52; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -34; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -49; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteright" = -31; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_seven" = -11; -"@MMK_R_KO_six" = -55; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_three" = -45; -"@MMK_R_KO_two" = -10; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -100; -"@MMK_R_KO_U" = -27; -"@MMK_R_KO_V" = -103; -"@MMK_R_KO_W" = -72; -"@MMK_R_KO_Y" = -110; -"@MMK_R_KO_Z" = 26; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -110; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -53; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = -110; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -91; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_parenright.case" = -42; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -110; -"@MMK_R_KO_quotedblleft" = -110; -"@MMK_R_KO_quoteright" = -110; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -80; -"@MMK_R_KO_six" = -23; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = -49; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 10; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_v" = -73; -"@MMK_R_KO_w" = -48; -"@MMK_R_KO_y" = -64; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = -20; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -41; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = -105; -"@MMK_R_KO_U" = -40; -"@MMK_R_KO_V" = -106; -"@MMK_R_KO_W" = -83; -"@MMK_R_KO_Y" = -106; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asterisk" = -106; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -28; -"@MMK_R_KO_eight" = -17; -"@MMK_R_KO_f" = -54; -"@MMK_R_KO_five" = -20; -"@MMK_R_KO_four" = -16; -"@MMK_R_KO_g" = -30; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -31; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = -106; -"@MMK_R_KO_i" = -20; -"@MMK_R_KO_j" = -26; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = -14; -"@MMK_R_KO_one" = -93; -"@MMK_R_KO_parenright" = -71; -"@MMK_R_KO_parenright.case" = -47; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedbl" = -106; -"@MMK_R_KO_quotedblleft.ss01" = -106; -"@MMK_R_KO_quoteright.ss01" = -106; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_seven" = -87; -"@MMK_R_KO_six" = -31; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = -65; -"@MMK_R_KO_three" = -18; -"@MMK_R_KO_two" = -5; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_v" = -86; -"@MMK_R_KO_w" = -58; -"@MMK_R_KO_y" = -55; -"@MMK_R_KO_z" = -8; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = -27; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = -69; -"@MMK_R_KO_S" = -62; -"@MMK_R_KO_T" = -135; -"@MMK_R_KO_U" = -72; -"@MMK_R_KO_V" = -134; -"@MMK_R_KO_W" = -103; -"@MMK_R_KO_Y" = -168; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -56; -"@MMK_R_KO_a.ss05" = -29; -"@MMK_R_KO_e" = -65; -"@MMK_R_KO_eight" = -55; -"@MMK_R_KO_f" = -60; -"@MMK_R_KO_five" = -61; -"@MMK_R_KO_four" = -102; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetright" = -45; -"@MMK_R_KO_i" = -27; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_nine" = -54; -"@MMK_R_KO_one" = -101; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_quotedbl" = -93; -"@MMK_R_KO_quotedblleft" = -99; -"@MMK_R_KO_quoteright" = -111; -"@MMK_R_KO_s" = -42; -"@MMK_R_KO_seven" = -98; -"@MMK_R_KO_six" = -69; -"@MMK_R_KO_t" = -79; -"@MMK_R_KO_three" = -58; -"@MMK_R_KO_two" = -12; -"@MMK_R_KO_u" = -50; -"@MMK_R_KO_v" = -98; -"@MMK_R_KO_w" = -74; -"@MMK_R_KO_y" = -44; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -102; -"@MMK_R_KO_H" = -13; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -89; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_S" = -25; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = -23; -"@MMK_R_KO_a" = -63; -"@MMK_R_KO_a.ss05" = -57; -"@MMK_R_KO_asterisk" = -7; -"@MMK_R_KO_colon" = -25; -"@MMK_R_KO_comma" = -111; -"@MMK_R_KO_comma.ss01" = -106; -"@MMK_R_KO_e" = -70; -"@MMK_R_KO_egrave" = -59; -"@MMK_R_KO_eight" = -30; -"@MMK_R_KO_ellipsis" = -228; -"@MMK_R_KO_f" = -19; -"@MMK_R_KO_five" = -23; -"@MMK_R_KO_four" = -85; -"@MMK_R_KO_g" = -60; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -49; -"@MMK_R_KO_hyphen" = -76; -"@MMK_R_KO_hyphen.case" = -38; -"@MMK_R_KO_i" = -13; -"@MMK_R_KO_j" = -26; -"@MMK_R_KO_n" = -46; -"@MMK_R_KO_nine" = -16; -"@MMK_R_KO_one" = -14; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -44; -"@MMK_R_KO_period" = -110; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = -57; -"@MMK_R_KO_seven" = -5; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_slash" = -115; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_three" = -24; -"@MMK_R_KO_two" = -22; -"@MMK_R_KO_u" = -39; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -27; -"@MMK_R_KO_y" = -29; -"@MMK_R_KO_z" = -36; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = -101; -"@MMK_R_KO_U" = -33; -"@MMK_R_KO_V" = -106; -"@MMK_R_KO_W" = -73; -"@MMK_R_KO_Y" = -157; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -110; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 16; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -39; -"@MMK_R_KO_five" = -14; -"@MMK_R_KO_four" = -16; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -59; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -20; -"@MMK_R_KO_hyphen.case" = -110; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_j" = 14; -"@MMK_R_KO_n" = -11; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = -91; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_quotedblleft" = -228; -"@MMK_R_KO_quoteright" = -110; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_seven" = -82; -"@MMK_R_KO_six" = -29; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = -55; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -20; -"@MMK_R_KO_v" = -76; -"@MMK_R_KO_w" = -54; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = -23; -"@MMK_R_KO_H" = -33; -"@MMK_R_KO_I.ss02" = -20; -"@MMK_R_KO_J" = -13; -"@MMK_R_KO_O" = -54; -"@MMK_R_KO_S" = -34; -"@MMK_R_KO_T" = -126; -"@MMK_R_KO_U" = -52; -"@MMK_R_KO_V" = -127; -"@MMK_R_KO_W" = -92; -"@MMK_R_KO_Y" = -177; -"@MMK_R_KO_Z" = -16; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asterisk" = -117; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_egrave" = -39; -"@MMK_R_KO_eight" = -29; -"@MMK_R_KO_f" = -58; -"@MMK_R_KO_five" = -32; -"@MMK_R_KO_four" = -29; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -46; -"@MMK_R_KO_hyphen" = -24; -"@MMK_R_KO_hyphen.case" = -117; -"@MMK_R_KO_i" = -33; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_nine" = -24; -"@MMK_R_KO_one" = -107; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -117; -"@MMK_R_KO_quoteright.ss01" = -117; -"@MMK_R_KO_s" = -25; -"@MMK_R_KO_seven" = -96; -"@MMK_R_KO_six" = -49; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = -75; -"@MMK_R_KO_three" = -30; -"@MMK_R_KO_two" = -20; -"@MMK_R_KO_u" = -36; -"@MMK_R_KO_v" = -92; -"@MMK_R_KO_w" = -67; -"@MMK_R_KO_y" = -48; -"@MMK_R_KO_z" = -22; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -74; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = -82; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asterisk" = -3; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -111; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eight" = -13; -"@MMK_R_KO_ellipsis" = -228; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -48; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_n" = -13; -"@MMK_R_KO_nine" = 15; -"@MMK_R_KO_one" = -1; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = -110; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 22; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_seven" = 5; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -91; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_three" = -9; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -79; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -79; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_a.ss05" = -22; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma.ss01" = -106; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eight" = -19; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -10; -"@MMK_R_KO_four" = -47; -"@MMK_R_KO_g" = -26; -"@MMK_R_KO_guillemetleft" = -44; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -6; -"@MMK_R_KO_parenright" = -29; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_slash" = -94; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -11; -"@MMK_R_KO_two" = -4; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -85; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = -73; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 19; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = -43; -"@MMK_R_KO_a.ss05" = -40; -"@MMK_R_KO_asterisk" = 25; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -111; -"@MMK_R_KO_e" = -49; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -228; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -3; -"@MMK_R_KO_four" = -59; -"@MMK_R_KO_g" = -42; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_hyphen.case" = -22; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = 8; -"@MMK_R_KO_one" = 9; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period" = -110; -"@MMK_R_KO_quotedbl" = 14; -"@MMK_R_KO_quotedblleft" = 15; -"@MMK_R_KO_quoteright" = 22; -"@MMK_R_KO_s" = -37; -"@MMK_R_KO_seven" = 18; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_slash" = -98; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -75; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -82; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -18; -"@MMK_R_KO_a" = -23; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -110; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -110; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -50; -"@MMK_R_KO_g" = -18; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = -32; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -10; -"@MMK_R_KO_n" = -10; -"@MMK_R_KO_nine" = 16; -"@MMK_R_KO_one" = -1; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = -110; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 22; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_s" = -19; -"@MMK_R_KO_seven" = 5; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -92; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_three" = -8; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -89; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -80; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -9; -"@MMK_R_KO_Z" = -15; -"@MMK_R_KO_a" = -49; -"@MMK_R_KO_a.ss05" = -45; -"@MMK_R_KO_asterisk" = 15; -"@MMK_R_KO_colon" = -13; -"@MMK_R_KO_comma" = -111; -"@MMK_R_KO_e" = -55; -"@MMK_R_KO_egrave" = -35; -"@MMK_R_KO_eight" = -3; -"@MMK_R_KO_ellipsis" = -111; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -8; -"@MMK_R_KO_four" = -63; -"@MMK_R_KO_g" = -45; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = -56; -"@MMK_R_KO_hyphen.case" = -29; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -40; -"@MMK_R_KO_period" = -110; -"@MMK_R_KO_quotedbl" = 4; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quoteright" = 12; -"@MMK_R_KO_s" = -42; -"@MMK_R_KO_seven" = 7; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_slash" = -102; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -101; -"@MMK_R_KO_H" = -16; -"@MMK_R_KO_I.ss02" = -16; -"@MMK_R_KO_J" = -92; -"@MMK_R_KO_O" = -25; -"@MMK_R_KO_S" = -22; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = -12; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_Y" = -14; -"@MMK_R_KO_Z" = -26; -"@MMK_R_KO_a" = -59; -"@MMK_R_KO_a.ss05" = -51; -"@MMK_R_KO_asterisk" = -12; -"@MMK_R_KO_comma.ss01" = -106; -"@MMK_R_KO_e" = -65; -"@MMK_R_KO_egrave" = -56; -"@MMK_R_KO_eight" = -29; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_five" = -25; -"@MMK_R_KO_four" = -83; -"@MMK_R_KO_g" = -53; -"@MMK_R_KO_guillemetleft" = -75; -"@MMK_R_KO_guillemetright" = -46; -"@MMK_R_KO_hyphen" = -80; -"@MMK_R_KO_hyphen.case" = -32; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_j" = -32; -"@MMK_R_KO_n" = -44; -"@MMK_R_KO_nine" = -11; -"@MMK_R_KO_one" = -19; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_parenright.case" = -42; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -53; -"@MMK_R_KO_seven" = -7; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_slash" = -112; -"@MMK_R_KO_t" = -16; -"@MMK_R_KO_three" = -24; -"@MMK_R_KO_two" = -22; -"@MMK_R_KO_u" = -35; -"@MMK_R_KO_v" = -27; -"@MMK_R_KO_w" = -24; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = -32; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -91; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -79; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -49; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asterisk" = 8; -"@MMK_R_KO_colon" = -13; -"@MMK_R_KO_comma" = -93; -"@MMK_R_KO_comma.ss01" = -93; -"@MMK_R_KO_e" = -58; -"@MMK_R_KO_egrave" = -43; -"@MMK_R_KO_eight" = -12; -"@MMK_R_KO_ellipsis" = -93; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = -11; -"@MMK_R_KO_four" = -71; -"@MMK_R_KO_g" = -46; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = -34; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_hyphen.case" = -24; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -34; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -29; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period" = -93; -"@MMK_R_KO_period.ss01" = -93; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -46; -"@MMK_R_KO_seven" = 2; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_slash" = -93; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = -4; -"@MMK_R_KO_u" = -31; -"@MMK_R_KO_v" = -16; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -20; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -54; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -70; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -30; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_X" = -63; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = -15; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -2; -"@MMK_R_KO_bracketright" = -60; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -85; -"@MMK_R_KO_comma.ss01" = -90; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 7; -"@MMK_R_KO_ellipsis" = -92; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_period" = -87; -"@MMK_R_KO_period.ss01" = -90; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = 19; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = 7; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -55; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -70; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -56; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -95; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_x" = -10; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = -69; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -56; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_X" = -30; -"@MMK_R_KO_Y" = -97; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 20; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -57; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 13; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -26; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = -7; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -38; -"@MMK_R_KO_onesuperior" = -80; -"@MMK_R_KO_parenright" = -74; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = -47; -"@MMK_R_KO_question.ss01" = -50; -"@MMK_R_KO_quotedbl" = -46; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 20; -"@MMK_R_KO_sevensuperior" = -69; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_trademark" = -79; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -44; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = -29; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -83; -"@MMK_R_KO_V" = -30; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -51; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = -11; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -35; -"@MMK_R_KO_foursuperior" = -30; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_icircumflex" = -8; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_l.ss04" = -12; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_ninesuperior" = -49; -"@MMK_R_KO_onesuperior" = -57; -"@MMK_R_KO_parenright" = -69; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_question" = -55; -"@MMK_R_KO_question.ss01" = -58; -"@MMK_R_KO_quotedbl" = -49; -"@MMK_R_KO_quotedblleft" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -43; -"@MMK_R_KO_quoteleft" = -25; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_sixsuperior" = -33; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -30; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = -37; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -87; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = -66; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 17; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 13; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_Y" = 8; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -56; -"@MMK_R_KO_a.ss05" = -55; -"@MMK_R_KO_asterisk" = 3; -"@MMK_R_KO_colon" = -17; -"@MMK_R_KO_comma" = -94; -"@MMK_R_KO_comma.ss01" = -100; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -101; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -11; -"@MMK_R_KO_four" = -64; -"@MMK_R_KO_g" = -53; -"@MMK_R_KO_guillemetleft" = -66; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -42; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = 9; -"@MMK_R_KO_one" = 3; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = -95; -"@MMK_R_KO_period.ss01" = -100; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = 4; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteright" = 10; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -51; -"@MMK_R_KO_seven" = 14; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_slash" = -103; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -22; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -3; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -23; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_Y" = -39; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_egrave" = 11; -"@MMK_R_KO_eight" = 10; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_five" = 14; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_nine" = 26; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -51; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_slash" = -37; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_three" = 4; -"@MMK_R_KO_two" = 20; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -110; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -84; -"@MMK_R_KO_O" = -37; -"@MMK_R_KO_S" = -30; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_a.ss05" = -61; -"@MMK_R_KO_asterisk" = -9; -"@MMK_R_KO_colon" = -41; -"@MMK_R_KO_comma" = -108; -"@MMK_R_KO_comma.ss01" = -106; -"@MMK_R_KO_e" = -70; -"@MMK_R_KO_egrave" = -40; -"@MMK_R_KO_eight" = -31; -"@MMK_R_KO_ellipsis" = -116; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_five" = -18; -"@MMK_R_KO_four" = -79; -"@MMK_R_KO_g" = -62; -"@MMK_R_KO_guillemetleft" = -78; -"@MMK_R_KO_guillemetright" = -59; -"@MMK_R_KO_hyphen" = -77; -"@MMK_R_KO_hyphen.case" = -56; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -44; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = -25; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = -109; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -62; -"@MMK_R_KO_seven" = 8; -"@MMK_R_KO_six" = -36; -"@MMK_R_KO_slash" = -133; -"@MMK_R_KO_t" = -24; -"@MMK_R_KO_three" = -26; -"@MMK_R_KO_two" = -28; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_v" = -40; -"@MMK_R_KO_w" = -31; -"@MMK_R_KO_y" = -29; -"@MMK_R_KO_z" = -36; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -27; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -16; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -53; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = -16; -"@MMK_R_KO_question.ss01" = -15; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = 9; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -56; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = -3; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_Y" = -37; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asterisk" = -6; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 18; -"@MMK_R_KO_eight" = 19; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_five" = 22; -"@MMK_R_KO_four" = 8; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = 3; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 35; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = -47; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 21; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = -27; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_three" = 11; -"@MMK_R_KO_two" = 5; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_Y" = -37; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eight" = 13; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_f" = 17; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -27; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_nine" = 21; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 19; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 17; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 17; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -74; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -23; -"@MMK_R_KO_J" = -61; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_X" = -63; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = -23; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asciicircum" = -23; -"@MMK_R_KO_bracketright" = -70; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -72; -"@MMK_R_KO_comma.ss01" = -84; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -84; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -32; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = -68; -"@MMK_R_KO_parenright" = -65; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -84; -"@MMK_R_KO_question" = -13; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_sevensuperior" = -68; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -87; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -60; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = -107; -"@MMK_R_KO_v" = 18; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = -19; -"@MMK_R_KO_J" = -38; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = -58; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = -14; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asciicircum" = -12; -"@MMK_R_KO_bracketright" = -59; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -49; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -60; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 21; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 8; -"@MMK_R_KO_imacron" = 8; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 6; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -62; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = 9; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_sevensuperior" = -62; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -57; -"@MMK_R_KO_t" = 21; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -56; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_underscore" = -70; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 20; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -47; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -75; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -38; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = -60; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -14; -"@MMK_R_KO_e" = -41; -"@MMK_R_KO_egrave" = -41; -"@MMK_R_KO_eightsuperior" = -32; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -30; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -64; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_l.ss04" = -13; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -48; -"@MMK_R_KO_onesuperior" = -85; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_question" = -21; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -29; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -40; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -37; -"@MMK_R_KO_quoteright.ss01" = -39; -"@MMK_R_KO_s" = -26; -"@MMK_R_KO_sevensuperior" = -87; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -42; -"@MMK_R_KO_trademark" = -78; -"@MMK_R_KO_u" = -8; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -69; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -43; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 4; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -14; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -29; -"@MMK_R_KO_onesuperior" = -67; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -16; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -31; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 18; -"@MMK_R_KO_sevensuperior" = -64; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -67; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = -32; -"@MMK_R_KO_H" = -31; -"@MMK_R_KO_I.ss02" = -26; -"@MMK_R_KO_J" = -26; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_S" = -28; -"@MMK_R_KO_T" = -50; -"@MMK_R_KO_U" = -32; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -29; -"@MMK_R_KO_X" = -24; -"@MMK_R_KO_Y" = -39; -"@MMK_R_KO_Z" = -23; -"@MMK_R_KO_a" = -34; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_bracketright" = -53; -"@MMK_R_KO_colon" = -23; -"@MMK_R_KO_comma" = -32; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_egrave" = -34; -"@MMK_R_KO_eightsuperior" = -39; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = -32; -"@MMK_R_KO_f" = -25; -"@MMK_R_KO_fivesuperior" = -44; -"@MMK_R_KO_foursuperior" = -43; -"@MMK_R_KO_g" = -34; -"@MMK_R_KO_guillemetleft" = -59; -"@MMK_R_KO_guillemetright" = -44; -"@MMK_R_KO_hyphen" = -44; -"@MMK_R_KO_i" = -32; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -31; -"@MMK_R_KO_l.ss04" = -31; -"@MMK_R_KO_n" = -32; -"@MMK_R_KO_ninesuperior" = -58; -"@MMK_R_KO_onesuperior" = -65; -"@MMK_R_KO_parenright" = -71; -"@MMK_R_KO_period" = -35; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -53; -"@MMK_R_KO_question.ss01" = -53; -"@MMK_R_KO_quotedbl" = -45; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -55; -"@MMK_R_KO_quoteleft" = -31; -"@MMK_R_KO_quoteright" = -52; -"@MMK_R_KO_quoteright.ss01" = -36; -"@MMK_R_KO_s" = -22; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_sixsuperior" = -42; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_threesuperior" = -48; -"@MMK_R_KO_u" = -34; -"@MMK_R_KO_v" = -31; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_x" = -30; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -28; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_Y" = -52; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asterisk" = -14; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 14; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eight" = 4; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_f" = 19; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 6; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 18; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 19; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 18; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -65; -"@MMK_R_KO_parenright.case" = -64; -"@MMK_R_KO_period" = -23; -"@MMK_R_KO_period.ss01" = -37; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = 7; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_t" = 13; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 13; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -A = { -Dcroat = -23; -Tbar = -79; -asciitilde = -81; -asterisk = -96; -backslash = -92; -g.ss06 = 0; -minus = -65; -one = -72; -ordmasculine = -86; -plus = -57; -quotedbl = -91; -registered = -74; -seven = -73; -two = 4; -twosuperior = -65; -}; -Aacute = { -Tbar = -64; -}; -Abrevedotbelow.ss01 = { -T = -91; -}; -Aogonek = { -comma = 32; -parenright = 0; -}; -Atilde = { -ordfeminine = -78; -}; -B = { -Hbar = 47; -hbar = 22; -idieresis = 55; -itilde = 68; -}; -C = { -h = 0; -l = 0; -plus = -2; -three = 4; -}; -D = { -Lslash = 33; -Oslash = 25; -braceright = -52; -bracketright.case = -41; -}; -E = { -H = 0; -idieresis = 74; -}; -Eogonek = { -comma = 27; -}; -F = { -fourinferior = -75; -i = 0; -igrave = 13; -}; -G = { -Lslash = 32; -lslash = 24; -}; -Germandbls = { -S = 25; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -2; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 30; -itilde = 63; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 42; -D = 42; -E = 42; -H = 42; -Hbar = 95; -I = 42; -L = 42; -M = 42; -O = 46; -R = 42; -S = 54; -U = 51; -W = 49; -i = 55; -}; -I = { -Hbar = 42; -I = 0; -jcircumflex = 47; -}; -Icircumflex = { -Icircumflex = 39; -l.ss04 = 24; -}; -Imacron = { -Imacron = 61; -}; -Itilde = { -itilde = 64; -}; -J = { -Hbar = 42; -itilde = 63; -}; -Jacute = { -Imacron = 40; -}; -K = { -asciitilde = -123; -four = -50; -idieresis = 51; -igrave = 18; -itilde = 47; -less = -69; -logicalnot = -119; -minus = -110; -one = -47; -oslash = 0; -plus = -94; -}; -L = { -H = 0; -Tbar = -83; -asciitilde = -129; -asterisk = -136; -backslash = -93; -equal = -2; -four = 0; -less = -57; -logicalnot = -195; -minus = -158; -one = -81; -ordfeminine = -184; -ordmasculine = -182; -oslash = 0; -plus = -113; -quotedbl = -182; -quoteleft.ss01 = -117; -quoteright = -111; -quoteright.ss01 = -117; -registered = -134; -seven = -74; -twosuperior = -181; -}; -Lcaron = { -A = 13; -O = -8; -U = -2; -Uacute = -2; -V = -7; -a = -8; -hyphen = 0; -hyphen.case = -138; -u = -8; -v = -65; -}; -Lcommaaccent = { -twosuperior = -181; -}; -Lslash = { -twosuperior = -102; -}; -M = { -Hbar = 42; -idieresis = 62; -igrave = 30; -itilde = 63; -}; -N = { -Hbar = 42; -idieresis = 62; -igrave = 30; -itilde = 63; -}; -O = { -Dcroat = 30; -Lslash = 34; -braceright = -50; -bracketright.case = -40; -itilde = 23; -}; -Oslash = { -T = -25; -V = -18; -Y = -25; -parenright = -33; -parenright.case = -29; -}; -P = { -fourinferior = -88; -idieresis = 49; -itilde = 48; -two = 7; -}; -R = { -Hbar = 63; -jcircumflex = 54; -two = 18; -}; -S = { -Hbar = 49; -Lslash = 33; -dollar = 13; -four = 11; -idieresis = 42; -itilde = 53; -lslash = 24; -three = 11; -}; -T = { -Oslash = -19; -a.ss05 = -79; -aacute.ss05 = -72; -abreve = -56; -abreveacute = -56; -acircumflex = -49; -acircumflexacute = -49; -acircumflexdotbelow = -49; -adieresis = -48; -adotbelow.ss05 = -79; -ae = -79; -agrave = -65; -amacron = -47; -ampersand = -34; -aring = -65; -asciitilde = -132; -atilde = -41; -equal = 0; -four = -85; -g.ss06 = -78; -h = -4; -i.ss01 = -11; -iacute = -24; -idieresis = 28; -idotless = -24; -igrave = 0; -itilde = 25; -less = -70; -logicalnot = -140; -minus = -120; -ograve = -57; -plus = -98; -racute = -24; -scaron = -30; -seven = 13; -twoinferior = -106; -udieresis = -23; -udieresis.ss01 = -23; -ugrave = -23; -uhorngrave = -23; -umacron = -23; -ycircumflex = -23; -ygrave = -23; -yhookabove = -23; -zcaron = -27; -zeroinferior = -108; -}; -Tbar = { -A = -90; -Aacute = -90; -Tbar = 13; -a = -48; -comma = -96; -e = -49; -o = -49; -period = -99; -slash = -100; -}; -Tcaron = { -a.ss05 = -86; -}; -Tcedilla = { -a.ss05 = -86; -abreve = -63; -four = -93; -}; -Tcommaaccent = { -a.ss05 = -86; -abreve = -63; -four = -93; -}; -Thorn = { -A = -39; -AE = -34; -Aacute = -39; -J = -39; -O = 29; -Oacute = 29; -V = -42; -Y = -76; -Yacute = -76; -a = 18; -aacute = 18; -e = 16; -o = 18; -oacute = 18; -period = -52; -}; -U = { -Hbar = 51; -jcircumflex = 53; -}; -V = { -four = -71; -iacute = -31; -ibreve = 27; -idieresis = 45; -igrave = 14; -itilde = 44; -minus = -69; -plus = -63; -scaron = -17; -seven = 10; -twoinferior = -85; -}; -W = { -Hbar = 49; -backslash = 25; -idieresis = 62; -igrave = 24; -itilde = 59; -}; -X = { -asciitilde = -131; -four = -55; -less = -73; -logicalnot = -127; -minus = -118; -notequal = -63; -one = -48; -plus = -100; -}; -Y = { -a.ss05 = -99; -agrave = -68; -amacron = -49; -ampersand = -71; -asciitilde = -134; -at = -75; -four = -125; -g.ss06 = -101; -igrave = 0; -less = -74; -logicalnot = -123; -minus = -109; -ograve = -61; -plus = -104; -scaron = -26; -twoinferior = -135; -}; -Z = { -four = 0; -ibreve = 55; -igrave = 40; -itilde = 74; -minus = -71; -plus = -60; -}; -_B.currency = { -_baht.bar = -18; -}; -a = { -braceright = -45; -}; -a.ss05 = { -g.ss06 = 13; -}; -acircumflexacute.ss05 = { -y = -37; -}; -adieresis.ss05 = { -germandbls = -21; -}; -ampersand = { -V = -79; -W = -56; -Y = -110; -quotedbl = -65; -quotedblleft = -35; -}; -aogonek = { -j = 14; -parenright = -19; -}; -aogonek.ss05 = { -parenright = -13; -}; -approxequal = { -parenright = -65; -parenright.case = -66; -}; -asciicircum = { -J = -107; -X = -83; -Y = -65; -bracketright = -69; -comma = -111; -comma.ss01 = -106; -four = -72; -hyphen = -173; -parenright = -88; -parenright.case = -87; -period = -110; -period.ss01 = -106; -slash = -121; -}; -asciitilde = { -I.ss02 = -78; -J = -76; -V = -43; -W = -25; -X = -97; -Y = -79; -Z = -73; -bracketright = -65; -bracketright.case = -65; -comma = -111; -comma.ss01 = -106; -eight = -5; -exclam = -9; -four = 0; -one = 0; -parenright = -78; -parenright.case = -74; -period = -110; -period.ss01 = -106; -question = -49; -quotedbl = -22; -quotedblright = -2; -seven = 0; -slash = -70; -three = -37; -two = 0; -}; -at = { -T = -25; -parenright = -71; -}; -b = { -asterisk = -64; -braceright = -72; -lslash = 20; -one = -23; -}; -backslash = { -T = -102; -V = -125; -Y = -139; -asterisk = -110; -backslash = -117; -quotedbl = -103; -quotedblleft = -85; -quotedblleft.ss01 = -101; -quotedblright = -93; -quotedblright.ss01 = -90; -quoteleft = -88; -quoteright = -93; -quotesingle = -93; -}; -baht = { -parenright = -53; -}; -braceleft = { -p = -2; -}; -bracketleft = { -asciicircum = -68; -asciitilde = -97; -bracketright = 9; -jcircumflex = 58; -p = -2; -pi = -47; -plus = -77; -x = -60; -}; -c = { -asterisk = -66; -braceright = -78; -}; -cent = { -parenright = -77; -}; -colon = { -T = -18; -Y = -60; -four = -9; -one = 0; -parenright = -60; -two = 12; -zero = 10; -}; -colon.ss01 = { -T = -33; -four = -22; -parenright = -72; -}; -comma = { -eightsuperior = -111; -fivesuperior = -111; -foursuperior = -111; -ninesuperior = -111; -onesuperior = -111; -quoteleft = -110; -quotesingle = -93; -sevensuperior = -111; -sixsuperior = -111; -threesuperior = -111; -twosuperior = -111; -}; -comma.ss01 = { -eightsuperior = -106; -fivesuperior = -106; -foursuperior = -106; -ninesuperior = -106; -onesuperior = -106; -sevensuperior = -106; -sixsuperior = -106; -threesuperior = -106; -twosuperior = -106; -}; -copyright = { -Y = -67; -parenright = -78; -}; -d = { -idieresis = 35; -igrave = 7; -itilde = 35; -}; -dcaron = { -C = 84; -H = 119; -bracketright = 57; -eightsuperior = 104; -exclam = 93; -exclam.ss01 = 84; -fivesuperior = 107; -foursuperior = 62; -h = 74; -i = 68; -j = 63; -k = 74; -l = 74; -l.ss03 = 75; -l.ss04 = 73; -ninesuperior = 85; -onesuperior = 46; -parenright = 49; -question = 7; -question.ss01 = 45; -quotedbl = 101; -quotedblleft = 100; -quotedblleft.ss01 = 75; -quoteleft = 95; -quoteleft.ss01 = 75; -quotesingle = 101; -sevensuperior = 38; -sixsuperior = 113; -t = 31; -t_i.liga = 33; -t_t.liga = 33; -threesuperior = 53; -twosuperior = 56; -zcaron = 55; -}; -dcroat = { -i = 18; -igrave = 28; -itilde = 35; -}; -degree = { -J = -89; -comma = -111; -comma.ss01 = -106; -emdash = -88; -endash = -88; -four = -83; -hyphen = -88; -parenright = -63; -parenright.case = -64; -period = -110; -period.ss01 = -106; -slash = -109; -}; -divide = { -parenright = -85; -}; -dollar = { -parenright = -62; -three = 3; -}; -e = { -asterisk = -70; -backslash = -54; -braceright = -78; -germandbls = 0; -one = -30; -seven = -32; -}; -ecircumflexacute = { -t = 8; -}; -eight = { -bracketright = -21; -degree = -22; -}; -eight.dnom = { -degree = -141; -question.ss01 = -101; -quotedbl = -113; -quotedblleft = -77; -quotedblright = -56; -}; -eightsuperior = { -comma = -111; -comma.ss01 = -106; -period = -110; -period.ss01 = -106; -slash = -101; -}; -ellipsis = { -Tbar = -94; -bracketright = -58; -eightsuperior = -190; -fivesuperior = -194; -foursuperior = -198; -ninesuperior = -200; -onesuperior = -137; -parenleft = -17; -parenleft.case = -29; -question = -102; -quoteleft = -110; -quoteright = -111; -quotesingle = -93; -sevensuperior = -178; -sixsuperior = -200; -threesuperior = -187; -twosuperior = -184; -}; -ellipsis.ss01 = { -Tbar = -112; -bracketright = -60; -eightsuperior = -190; -fivesuperior = -194; -foursuperior = -198; -ninesuperior = -200; -onesuperior = -137; -question.ss01 = -117; -quoteleft.ss01 = -117; -quoteright.ss01 = -117; -quotesingle = -93; -sevensuperior = -178; -sixsuperior = -200; -threesuperior = -187; -twosuperior = -184; -}; -emdash = { -foursuperior = -96; -question = -112; -}; -emdash.case = { -X = -113; -quotedblbase = -131; -quotedblbase.ss01 = -185; -}; -endash = { -X = -60; -endash = 0; -foursuperior = -96; -question = -112; -}; -endash.case = { -H = -15; -X = -111; -quotedblbase = -131; -quotedblbase.ss01 = -185; -}; -eng = { -bracketright = -5; -}; -eogonek = { -lslash = 19; -}; -equal = { -T = 0; -equal = 0; -parenright = -76; -parenright.case = -72; -}; -eth = { -a = 19; -e = 20; -g = 20; -hyphen = 20; -parenright = -33; -}; -euro = { -parenright = -67; -parenright.case = -58; -}; -exclamdown = { -T = -54; -V = -49; -Y = -86; -}; -f = { -igrave = 10; -n = 0; -o = 0; -}; -f_f.liga = { -igrave = 12; -}; -f_f_i.liga = { -idieresis = 32; -}; -fi = { -idieresis = 32; -}; -five = { -degree = -22; -ordmasculine = -12; -percent = -17; -}; -five.dnom = { -degree = -104; -question.ss01 = -105; -quotedblleft = -42; -}; -five.numr = { -fraction = -42; -}; -fiveinferior = { -T = -104; -}; -fivesuperior = { -comma = -111; -comma.ss01 = -106; -period = -110; -period.ss01 = -106; -slash = -104; -}; -fl = { -idieresis = 35; -itilde = 35; -periodcentered.loclCAT = 20; -}; -four = { -asciicircum = -76; -bracketright = -54; -bracketright.case = -52; -degree = -62; -ordfeminine = -57; -ordmasculine = -56; -percent = -63; -x = -42; -}; -four.dnom = { -degree = -122; -question.ss01 = -105; -quotedblleft = -62; -}; -fourinferior = { -T = -111; -V = -92; -}; -foursuperior = { -comma = -111; -comma.ss01 = -106; -period = -110; -period.ss01 = -106; -slash = -96; -}; -fraction = { -eight.dnom = -21; -four.dnom = -60; -fourinferior = -59; -seveninferior = 0; -two.dnom = -28; -zero.dnom = -22; -}; -g = { -bracketright = -17; -j = 12; -j.ss01 = 12; -parenright = -47; -slash = -6; -}; -g.ss06 = { -g.ss06 = 32; -}; -gcaron.ss06 = { -gcaron.ss06 = 21; -}; -gdotaccent = { -j = 10; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 21; -}; -germandbls = { -e = 15; -hyphen = 11; -parenright = -71; -}; -greater = { -T = -69; -parenright = -73; -}; -greaterequal = { -T = -58; -}; -guillemetleft = { -pi = 3; -}; -guillemetright = { -X = -79; -bracketright = -67; -}; -guilsinglright = { -X = -79; -}; -h = { -asterisk = -64; -}; -hyphen = { -Lslash = 36; -X = -59; -bracketright = -66; -foursuperior = -96; -pi = -5; -question = -112; -quotedblbase = -20; -quoteleft = -32; -quotesingle = -59; -x = -67; -}; -hyphen.case = { -Dcroat = 6; -X = -111; -bracketright.case = -76; -quotedblbase = -131; -quotedblbase.ss01 = -185; -quotesinglbase = -110; -}; -i = { -T = -13; -idieresis = 35; -jcircumflex = 22; -parenright = -23; -}; -i.ss01 = { -parenright = -30; -}; -iacute = { -rcaron = 14; -}; -icircumflex = { -b = 30; -h = 30; -i = 31; -icircumflex = 36; -j = 22; -k = 30; -l = 30; -l.ss03 = 30; -l.ss04 = 27; -question = 0; -quotedbl = 5; -quoteright = 30; -quotesingle = 31; -}; -idieresis = { -b = 35; -idieresis = 49; -k = 35; -l = 35; -l.ss03 = 36; -l.ss04 = 34; -}; -idotaccent = { -parenright = -23; -}; -idotaccent.ss01 = { -parenright = -30; -}; -imacron = { -b = 38; -imacron = 62; -j = 32; -k = 38; -kcommaaccent = 38; -l = 38; -l.ss04 = 37; -lcommaaccent = 38; -quotedbl = 10; -}; -infinity = { -parenright = -80; -parenright.case = -75; -}; -integral = { -a = -51; -}; -iogonek = { -j = 13; -}; -itilde = { -h = 35; -itilde = 40; -quotedbl = 13; -quotesingle = 39; -}; -j = { -j = 19; -}; -jacute = { -backslash = 28; -iogonek = 21; -}; -jcircumflex = { -i = 31; -jcircumflex = 53; -}; -k = { -oslash = -14; -}; -l = { -at = 0; -idieresis = 35; -igrave = 7; -itilde = 35; -jcircumflex = 20; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -24; -}; -l.ss04 = { -periodcentered.loclCAT = 20; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 84; -l = 128; -ncaron = 33; -scaron = 52; -twosuperior = 56; -}; -lcaron.ss03 = { -b = 66; -eightsuperior = 60; -exclam = 67; -exclam.ss01 = 58; -fivesuperior = 62; -k = 66; -ninesuperior = 44; -onesuperior = 26; -question = 0; -quotedbl = 56; -quotesingle = 56; -sevensuperior = 17; -sixsuperior = 68; -}; -lcaron.ss04 = { -exclam.ss01 = 84; -twosuperior = 56; -}; -liraTurkish = { -one = -93; -parenright = -85; -question = -106; -quotedbl = -98; -quotesingle = -93; -seven = -95; -}; -logicalnot = { -Y = -134; -parenright = -97; -seven = -56; -}; -m = { -asterisk = -64; -braceright = -47; -twosuperior = -20; -}; -minus = { -T = -115; -X = -118; -comma = -111; -one = -17; -parenright = -94; -parenright.case = -92; -period = -110; -seven = -19; -three = -76; -two = -33; -}; -mu = { -mu = 0; -parenright = -59; -quotesingle = -34; -}; -multiply = { -parenright = -87; -parenright.case = -86; -}; -n = { -asterisk = -64; -at = 0; -braceright = -47; -degree = -57; -g.ss06 = -2; -n = 0; -one = -29; -ordmasculine = -42; -}; -ncaron = { -Yacute = -57; -}; -nine = { -bracketright = -36; -degree = -20; -}; -nine.dnom = { -degree = -147; -question = -103; -question.ss01 = -103; -quotedbl = -119; -quotedblleft = -84; -quotedblleft.ss01 = -85; -quotedblright = -63; -quotedblright.ss01 = -74; -}; -ninesuperior = { -comma = -111; -comma.ss01 = -106; -fraction = -26; -period = -110; -period.ss01 = -106; -slash = -97; -}; -notequal = { -parenright = -87; -parenright.case = -85; -}; -numbersign = { -parenright = -62; -}; -o = { -asterisk = -72; -backslash = -54; -braceright = -75; -germandbls = 6; -lslash = 23; -n = 0; -one = -32; -}; -oacute = { -lslash = 9; -}; -ocircumflexacute = { -bracketright = 0; -parenright = 0; -}; -odieresis = { -germandbls = -6; -}; -ohorn = { -i = 39; -m = 39; -n = 39; -parenright = -24; -}; -ohornacute = { -c = 2; -i = 17; -m = 17; -n = 17; -p = 17; -t = 22; -t_i.liga = 22; -t_t.liga = 22; -}; -ohorndotbelow = { -c = 2; -i = 17; -n = 17; -p = 17; -t = 22; -t_i.liga = 22; -t_t.liga = 22; -u = 22; -}; -ohorngrave = { -i = 17; -n = 17; -parenright = -39; -}; -ohornhookabove = { -i = 17; -n = 17; -}; -ohorntilde = { -i = 17; -n = 17; -}; -ohungarumlaut = { -parenright = -17; -}; -one = { -comma.ss01 = -19; -degree = -17; -equal = 0; -four = 0; -icircumflex = 54; -nine = 14; -one = 0; -parenright = -11; -percent = 0; -period.ss01 = -20; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -107; -one.dnom = 0; -question.ss01 = -107; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -111; -comma.ss01 = -106; -period = -110; -period.ss01 = -106; -slash = -90; -}; -ordfeminine = { -comma = -111; -comma.ss01 = -106; -period = -110; -period.ss01 = -106; -}; -ordmasculine = { -comma = -111; -comma.ss01 = -106; -hyphen = -64; -parenright = -57; -period = -110; -period.ss01 = -106; -slash = -100; -}; -oslash = { -d = 4; -e = 6; -g = 5; -hyphen = 7; -parenright = -60; -y = -13; -}; -p = { -asterisk = -63; -backslash = -50; -braceright = -69; -lslash = 20; -one = -22; -}; -parenleft = { -Dcroat = -35; -H = 0; -Icircumflex = 8; -Oslash = -26; -ampersand = -56; -approxequal = -77; -asciicircum = -79; -asciitilde = -104; -at = -64; -cent = -62; -copyright = -77; -degree = -58; -divide = -79; -dollar = -52; -equal = -68; -euro = -70; -greaterequal = -39; -i = -11; -idotaccent = -11; -infinity = -72; -iogonek = 9; -jcircumflex = 36; -less = -66; -literSign = -63; -logicalnot = -97; -minus = -89; -mu = -15; -multiply = -81; -notequal = -79; -numbersign = -53; -oslash = -23; -p = 0; -parenleft = -61; -pi = -56; -plus = -85; -plusminus = -42; -published = -77; -question = -60; -quotedblbase = -6; -quoteleft = -51; -radical = -63; -scaron = -36; -section = -54; -sterling = -43; -x = -56; -}; -parenleft.case = { -Icircumflex = 19; -approxequal = -61; -asciicircum = -79; -asciitilde = -102; -dollar = -48; -equal = -65; -euro = -64; -minus = -88; -numbersign = -53; -parenleft.case = -57; -plus = -81; -question = -61; -quotedblbase = -26; -quoteleft = -53; -}; -parenright = { -bracketright = -31; -comma = -2; -comma.ss01 = -15; -hyphen = 14; -parenleft = 13; -parenright = -66; -period = -8; -period.ss01 = -27; -quotedbl = -23; -}; -parenright.case = { -comma = -23; -comma.ss01 = -38; -parenright.case = -62; -period = -26; -period.ss01 = -39; -}; -percent = { -asterisk = -97; -bracketright = -57; -comma.ss01 = -23; -eightsuperior = -79; -fivesuperior = -84; -foursuperior = -114; -ninesuperior = -93; -onesuperior = -86; -parenright = -82; -parenright.case = -63; -period = -10; -period.ss01 = -28; -question = -105; -question.ss01 = -102; -quotedbl = -81; -quotedblleft = -81; -quotedblright = -70; -quoteleft = -89; -quoteright = -70; -quotesingle = -80; -sevensuperior = -78; -sixsuperior = -86; -threesuperior = -81; -twosuperior = -50; -}; -period = { -bracketright = -49; -eightsuperior = -110; -fivesuperior = -110; -foursuperior = -110; -ninesuperior = -110; -onesuperior = -110; -ordfeminine = -110; -ordmasculine = -110; -parenleft.case = -26; -question = -101; -quoteleft = -110; -quotesingle = -93; -sevensuperior = -110; -sixsuperior = -110; -threesuperior = -110; -twosuperior = -110; -}; -period.ss01 = { -bracketright = -60; -eightsuperior = -106; -fivesuperior = -106; -foursuperior = -106; -ninesuperior = -106; -onesuperior = -106; -ordfeminine = -106; -ordmasculine = -106; -question.ss01 = -100; -sevensuperior = -106; -sixsuperior = -106; -threesuperior = -106; -twosuperior = -106; -}; -periodcentered.loclCAT = { -l = 20; -l.ss03 = 22; -}; -perthousand = { -asterisk = -136; -parenright = -84; -parenright.case = -64; -question = -109; -question.ss01 = -109; -quotedblleft = -91; -quotedblleft.ss01 = -92; -quotedblright = -71; -quotedblright.ss01 = -80; -quoteleft = -98; -quoteright = -71; -}; -pi = { -hyphen = -7; -parenright = -55; -period = 0; -pi = 7; -quotesingle = -24; -}; -plus = { -J = -83; -T = -96; -V = -63; -X = -99; -Y = -103; -braceright = -91; -bracketright = -77; -comma = -111; -comma.ss01 = -106; -one = -5; -parenright = -93; -parenright.case = -89; -period = -110; -period.ss01 = -106; -quotedbl = -43; -seven = -10; -slash = -76; -three = -64; -two = -22; -}; -published = { -parenright = -90; -}; -q = { -bracketright = -2; -j = 26; -parenright = -13; -}; -question = { -A = -77; -J = -74; -comma = -100; -hyphen = -36; -parenright = -55; -parenright.case = -56; -period = -101; -question = 0; -questiondown = -89; -slash = -91; -}; -question.ss01 = { -comma.ss01 = -93; -parenright = -56; -parenright.case = -57; -period.ss01 = -93; -questiondown.ss01 = -94; -}; -questiondown.case = { -T = -92; -V = -92; -Y = -107; -quotedbl = -99; -quotedblleft = -95; -quotedblleft.ss01 = -110; -quoteright = -96; -}; -questiondown.ss01 = { -C = -77; -Q = -75; -Q.ss09 = -75; -T = -121; -V = -136; -Y = -173; -four = -106; -quotedbl = -132; -quotedblleft.ss01 = -117; -quotesingle = -93; -}; -quotedbl = { -ellipsis.ss01 = -228; -exclamdown = -64; -g.ss06 = -65; -icircumflex = 0; -mu = -46; -questiondown = -144; -questiondown.case = -97; -questiondown.ss01 = -143; -underscore = -219; -}; -quotedblbase = { -copyright = -54; -divide = -116; -equal = -30; -euro = -75; -minus = -134; -p = 0; -plus = -124; -question = -102; -quotedblright = -228; -quoteleft = -110; -}; -quotedblbase.ss01 = { -divide = -143; -minus = -184; -plus = -146; -question.ss01 = -117; -quotedblright.ss01 = -247; -}; -quotedblleft = { -g.ss06 = -24; -mu = -13; -questiondown = -100; -questiondown.case = -65; -quotedblbase = -228; -underscore = -219; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -247; -questiondown.ss01 = -103; -quotedblbase.ss01 = -247; -underscore = -219; -}; -quotedblright = { -asciitilde = -83; -questiondown = -108; -questiondown.case = -67; -quotesinglbase = -110; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -247; -questiondown.case = -95; -questiondown.ss01 = -139; -}; -quoteleft = { -questiondown = -100; -questiondown.case = -66; -quotedblbase = -110; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -117; -}; -quoteright = { -icircumflex = 30; -questiondown = -111; -quotedblbase = -111; -}; -quoteright.ss01 = { -questiondown.ss01 = -117; -quotedblbase.ss01 = -117; -}; -quotesinglbase = { -T = -99; -V = -105; -Y = -110; -minus = -110; -plus = -110; -question = -101; -quotedblleft = -110; -quoteleft = -110; -}; -quotesinglbase.ss01 = { -T = -117; -V = -117; -Y = -117; -question.ss01 = -117; -}; -quotesingle = { -Hbar = 44; -g.ss06 = -52; -icircumflex = 31; -igrave = 10; -imacron = 37; -itilde = 42; -l.ss04 = 25; -questiondown = -93; -questiondown.case = -76; -underscore = -93; -}; -r = { -braceright = -68; -fourinferior = -74; -g.ss06 = -7; -parenright = -69; -}; -radical = { -A = -100; -}; -rcaron = { -sevensuperior = 0; -}; -registered = { -comma = -111; -comma.ss01 = -106; -parenright = -75; -parenright.case = -75; -period = -110; -period.ss01 = -106; -slash = -88; -}; -s = { -asterisk = -56; -braceright = -66; -l = 0; -}; -scaron = { -T = -43; -}; -semicolon = { -hyphen = -27; -}; -seven = { -minus = -63; -percent = 0; -plus = -54; -underscore = -110; -}; -seven.dnom = { -question.ss01 = -114; -}; -seven.numr = { -fraction = -53; -}; -seveninferior = { -parenright = -83; -}; -sevensuperior = { -A = -115; -comma = -111; -comma.ss01 = -106; -fraction = -56; -period = -110; -period.ss01 = -106; -slash = -137; -}; -six = { -bracketright = -26; -degree = -15; -}; -six.dnom = { -degree = -141; -question.ss01 = -104; -quotedbl = -114; -quotedblleft = -77; -quotedblleft.ss01 = -78; -quotedblright = -57; -}; -sixinferior = { -T = -103; -}; -sixsuperior = { -comma = -111; -comma.ss01 = -106; -period = -110; -period.ss01 = -106; -slash = -104; -}; -slash = { -fourinferior = -107; -g.ss06 = -70; -ibreve = 24; -l.ss04 = 24; -mu = -42; -quotedblbase = -114; -quotedblbase.ss01 = -120; -quotesinglbase = -110; -underscore = -152; -}; -sterling = { -two = 7; -}; -t_i.liga = { -idieresis = 32; -}; -tcaron = { -b = 39; -exclam = 65; -h = 39; -hyphen = -32; -i = 37; -j = 33; -k = 39; -parenright = 27; -quotedbl = 39; -quotedblleft = 37; -quotesingle = 44; -}; -tcedilla = { -parenright = -14; -}; -tenge = { -comma = -100; -comma.ss01 = -101; -period = -102; -period.ss01 = -101; -slash = -79; -}; -three = { -bracketright = -17; -}; -three.dnom = { -degree = -140; -question.ss01 = -102; -quotedbl = -112; -quotedblleft = -76; -quotedblright = -55; -}; -three.numr = { -fraction = -39; -}; -threeinferior = { -T = -104; -V = -86; -Y = -134; -}; -threesuperior = { -comma = -111; -comma.ss01 = -106; -fraction = -31; -parenright = -53; -period = -110; -period.ss01 = -106; -slash = -102; -}; -trademark = { -comma = -111; -comma.ss01 = -106; -hyphen = -81; -period = -110; -period.ss01 = -106; -slash = -113; -}; -two = { -percent = -2; -}; -two.dnom = { -degree = -140; -question.ss01 = -102; -quotedbl = -113; -quotedblleft = -76; -quotedblright = -56; -}; -twoinferior = { -T = -103; -V = -84; -Y = -132; -}; -twosuperior = { -comma = -111; -comma.ss01 = -106; -parenright = -52; -parenright.case = -53; -period = -110; -period.ss01 = -106; -slash = -100; -}; -uhorn = { -a = -18; -ohorn = -16; -ohornacute = -16; -ohorndotbelow = -16; -ohorndotbelow.ss01 = -16; -ohorngrave = -16; -ohornhookabove = -16; -ohorntilde = -13; -}; -uhornacute = { -a = -18; -c = -16; -}; -uhorndotbelow = { -a = -18; -c = -16; -comma = -21; -period = -25; -}; -uhorngrave = { -a = -18; -a.ss05 = -15; -}; -uhornhookabove = { -a = -18; -comma = -21; -comma.ss01 = -42; -period = -25; -period.ss01 = -43; -}; -uhorntilde = { -a = -18; -comma = -21; -period = -25; -}; -uhungarumlaut = { -parenright = -12; -}; -underscore = { -C = -82; -O = -82; -T = -112; -V = -140; -W = -91; -Y = -154; -asterisk = -136; -four = -197; -one = -99; -quotedbl = -219; -quotedblright = -219; -quotedblright.ss01 = -219; -quotesingle = -93; -seven = -81; -six = -69; -v = -103; -}; -uogonek = { -j = 14; -parenright = -19; -}; -v = { -braceright = -72; -n = 0; -}; -w = { -braceright = -67; -}; -x = { -four = -46; -}; -y = { -braceright = -71; -}; -ydotbelow = { -period = -76; -}; -zero = { -braceright = -46; -bracketright = -37; -bracketright.case = -36; -degree = -21; -percent = -9; -}; -zero.dnom = { -degree = -148; -question = -104; -question.ss01 = -104; -quotedbl = -120; -quotedblleft = -85; -quotedblleft.ss01 = -86; -quotedblright = -65; -quotedblright.ss01 = -75; -quoteleft = -92; -}; -zeroinferior = { -parenright = -72; -}; -zerosuperior = { -comma = -111; -comma.ss01 = -106; -fraction = -38; -period = -110; -period.ss01 = -106; -slash = -105; -}; -}; -"106FCE83-F343-403B-A314-646E4D059B3F" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 35; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 22; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = -42; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = -156; -"@MMK_R_KO_U" = -36; -"@MMK_R_KO_V" = -158; -"@MMK_R_KO_W" = -99; -"@MMK_R_KO_X" = 33; -"@MMK_R_KO_Y" = -154; -"@MMK_R_KO_Z" = 36; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -165; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 27; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eightsuperior" = -89; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -32; -"@MMK_R_KO_fivesuperior" = -98; -"@MMK_R_KO_foursuperior" = -98; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = -36; -"@MMK_R_KO_hyphen.case" = -65; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -114; -"@MMK_R_KO_onesuperior" = -104; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 27; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -89; -"@MMK_R_KO_question.ss01" = -97; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -117; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -138; -"@MMK_R_KO_six" = -25; -"@MMK_R_KO_sixsuperior" = -106; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = -51; -"@MMK_R_KO_threesuperior" = -88; -"@MMK_R_KO_trademark" = -183; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -89; -"@MMK_R_KO_w" = -66; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = -75; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = -17; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 31; -"@MMK_R_KO_T" = -27; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_X" = -16; -"@MMK_R_KO_Y" = -28; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = 21; -"@MMK_R_KO_a.ss05" = 19; -"@MMK_R_KO_asciicircum" = -44; -"@MMK_R_KO_bracketright" = -51; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -36; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 20; -"@MMK_R_KO_guillemetleft" = 10; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 31; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_icircumflex" = 60; -"@MMK_R_KO_imacron" = 80; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 13; -"@MMK_R_KO_n" = 9; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = 5; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 27; -"@MMK_R_KO_sevensuperior" = -16; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -43; -"@MMK_R_KO_u" = 16; -"@MMK_R_KO_underscore" = -32; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -32; -"@MMK_R_KO_J" = -50; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 32; -"@MMK_R_KO_T" = -51; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -30; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_X" = -36; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = -28; -"@MMK_R_KO_a" = 18; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -29; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_egrave" = 11; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -62; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_hyphen.case" = -5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 41; -"@MMK_R_KO_imacron" = 56; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -39; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_parenright.case" = -65; -"@MMK_R_KO_period" = -30; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 14; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 8; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -42; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -50; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -80; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -55; -"@MMK_R_KO_J" = -71; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -72; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -47; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_X" = -55; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = -48; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = -82; -"@MMK_R_KO_colon" = -6; -"@MMK_R_KO_comma" = -49; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -82; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 12; -"@MMK_R_KO_hyphen.case" = 24; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 36; -"@MMK_R_KO_imacron" = 45; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -41; -"@MMK_R_KO_parenright" = -83; -"@MMK_R_KO_parenright.case" = -82; -"@MMK_R_KO_period" = -49; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -38; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -52; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -63; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -78; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = 31; -"@MMK_R_KO_I.ss02" = -37; -"@MMK_R_KO_J" = -65; -"@MMK_R_KO_O" = 41; -"@MMK_R_KO_S" = 28; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_U" = 42; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -41; -"@MMK_R_KO_Y" = -52; -"@MMK_R_KO_Z" = -32; -"@MMK_R_KO_a" = 42; -"@MMK_R_KO_a.ss05" = 28; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = -44; -"@MMK_R_KO_comma.ss01" = -55; -"@MMK_R_KO_e" = 33; -"@MMK_R_KO_egrave" = 33; -"@MMK_R_KO_eightsuperior" = 25; -"@MMK_R_KO_ellipsis" = -78; -"@MMK_R_KO_exclam" = 38; -"@MMK_R_KO_fivesuperior" = 18; -"@MMK_R_KO_foursuperior" = 30; -"@MMK_R_KO_guillemetleft" = 35; -"@MMK_R_KO_hyphen" = 23; -"@MMK_R_KO_hyphen.case" = 35; -"@MMK_R_KO_i" = 31; -"@MMK_R_KO_j" = 26; -"@MMK_R_KO_n" = 31; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = -79; -"@MMK_R_KO_parenright.case" = -79; -"@MMK_R_KO_period" = -45; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 20; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_sevensuperior" = -18; -"@MMK_R_KO_sixsuperior" = 18; -"@MMK_R_KO_slash" = -34; -"@MMK_R_KO_threesuperior" = 28; -"@MMK_R_KO_u" = 43; -"@MMK_R_KO_y" = 33; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 31; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 23; -"@MMK_R_KO_Y" = 6; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -68; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 29; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -41; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -57; -"@MMK_R_KO_g" = -26; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = -31; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_hyphen.case" = -12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 29; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 43; -"@MMK_R_KO_n" = -18; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 30; -"@MMK_R_KO_period" = 30; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = -20; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -44; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -46; -"@MMK_R_KO_w" = -34; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -49; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -92; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 25; -"@MMK_R_KO_J" = -138; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = -24; -"@MMK_R_KO_T" = 16; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 15; -"@MMK_R_KO_W" = 21; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 14; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -30; -"@MMK_R_KO_asciicircum" = -64; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -73; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -33; -"@MMK_R_KO_egrave" = -33; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -230; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -49; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -58; -"@MMK_R_KO_g" = -27; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = -61; -"@MMK_R_KO_hyphen" = -39; -"@MMK_R_KO_hyphen.case" = 15; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 46; -"@MMK_R_KO_n" = -37; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -28; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -26; -"@MMK_R_KO_sevensuperior" = 8; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = -95; -"@MMK_R_KO_t" = -53; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -25; -"@MMK_R_KO_underscore" = -214; -"@MMK_R_KO_v" = -45; -"@MMK_R_KO_w" = -33; -"@MMK_R_KO_x" = -75; -"@MMK_R_KO_y" = -48; -"@MMK_R_KO_z" = -109; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -41; -"@MMK_R_KO_J" = -58; -"@MMK_R_KO_O" = 27; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -37; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -44; -"@MMK_R_KO_Y" = -49; -"@MMK_R_KO_Z" = -35; -"@MMK_R_KO_a" = 20; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = -75; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -39; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -72; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 21; -"@MMK_R_KO_guillemetleft" = 20; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 32; -"@MMK_R_KO_hyphen.case" = 32; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 52; -"@MMK_R_KO_imacron" = 49; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -74; -"@MMK_R_KO_parenright.case" = -74; -"@MMK_R_KO_period" = -39; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -9; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = 25; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -73; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -57; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = 13; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -48; -"@MMK_R_KO_bracketright" = -60; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 21; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 13; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 21; -"@MMK_R_KO_hyphen.case" = 16; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 50; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -6; -"@MMK_R_KO_period" = 21; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_sevensuperior" = -36; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_trademark" = -60; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -5; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 1; -"@MMK_R_KO_J" = -6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = -10; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = -5; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 60; -"@MMK_R_KO_imacron" = 101; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = 22; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -4; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 21; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 51; -"@MMK_R_KO_J" = 17; -"@MMK_R_KO_O" = -55; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = 21; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 25; -"@MMK_R_KO_W" = 41; -"@MMK_R_KO_X" = 34; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = 41; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asciicircum" = -89; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 29; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -38; -"@MMK_R_KO_egrave" = -40; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 13; -"@MMK_R_KO_f" = -36; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -75; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -71; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = -95; -"@MMK_R_KO_hyphen.case" = -95; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 29; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 43; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 15; -"@MMK_R_KO_parenright.case" = 30; -"@MMK_R_KO_period" = 30; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_sevensuperior" = 8; -"@MMK_R_KO_six" = -40; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 14; -"@MMK_R_KO_t" = -39; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -89; -"@MMK_R_KO_w" = -76; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -87; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -23; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = -25; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_X" = -11; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -20; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -47; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 7; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 67; -"@MMK_R_KO_imacron" = 90; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 2; -"@MMK_R_KO_parenright.case" = -8; -"@MMK_R_KO_period" = -22; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 7; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_sixsuperior" = 6; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -33; -"@MMK_R_KO_v" = 11; -"@MMK_R_KO_w" = 16; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 49; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = 25; -"@MMK_R_KO_O" = -53; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 51; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 50; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -120; -"@MMK_R_KO_bracketright" = -4; -"@MMK_R_KO_colon" = 24; -"@MMK_R_KO_comma" = 41; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eightsuperior" = -28; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = -29; -"@MMK_R_KO_fivesuperior" = -31; -"@MMK_R_KO_foursuperior" = -87; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -59; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = -57; -"@MMK_R_KO_hyphen.case" = -109; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 14; -"@MMK_R_KO_imacron" = 50; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -12; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = 42; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -47; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -39; -"@MMK_R_KO_quotedblleft.ss01" = -37; -"@MMK_R_KO_quoteleft" = -43; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_sevensuperior" = -9; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_sixsuperior" = -41; -"@MMK_R_KO_slash" = 42; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -23; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -83; -"@MMK_R_KO_w" = -68; -"@MMK_R_KO_x" = 25; -"@MMK_R_KO_y" = -84; -"@MMK_R_KO_z" = 25; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = -75; -"@MMK_R_KO_S" = -34; -"@MMK_R_KO_T" = -149; -"@MMK_R_KO_U" = -58; -"@MMK_R_KO_V" = -182; -"@MMK_R_KO_W" = -92; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -146; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = -49; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asciicircum" = -285; -"@MMK_R_KO_bracketright" = -82; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 30; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -55; -"@MMK_R_KO_egrave" = -53; -"@MMK_R_KO_eightsuperior" = -220; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -46; -"@MMK_R_KO_fivesuperior" = -220; -"@MMK_R_KO_foursuperior" = -220; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -98; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = -179; -"@MMK_R_KO_hyphen.case" = -189; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -223; -"@MMK_R_KO_onesuperior" = -104; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -12; -"@MMK_R_KO_period" = 31; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -89; -"@MMK_R_KO_question.ss01" = -95; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -117; -"@MMK_R_KO_quotedblleft.ss01" = -128; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -117; -"@MMK_R_KO_quoteright.ss01" = -128; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_sevensuperior" = -177; -"@MMK_R_KO_six" = -47; -"@MMK_R_KO_sixsuperior" = -223; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -66; -"@MMK_R_KO_threesuperior" = -214; -"@MMK_R_KO_trademark" = -273; -"@MMK_R_KO_u" = -45; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -105; -"@MMK_R_KO_w" = -79; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = -102; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 22; -"@MMK_R_KO_H" = 15; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = 26; -"@MMK_R_KO_O" = -62; -"@MMK_R_KO_S" = -23; -"@MMK_R_KO_T" = -140; -"@MMK_R_KO_U" = -46; -"@MMK_R_KO_V" = -174; -"@MMK_R_KO_W" = -85; -"@MMK_R_KO_X" = 19; -"@MMK_R_KO_Y" = -139; -"@MMK_R_KO_Z" = 31; -"@MMK_R_KO_a" = -40; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_bracketright" = -75; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 44; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -46; -"@MMK_R_KO_egrave" = -46; -"@MMK_R_KO_eightsuperior" = -113; -"@MMK_R_KO_ellipsis" = 4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_fivesuperior" = -124; -"@MMK_R_KO_foursuperior" = -109; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -46; -"@MMK_R_KO_hyphen" = -138; -"@MMK_R_KO_hyphen.case" = -115; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -141; -"@MMK_R_KO_onesuperior" = -104; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = 45; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -82; -"@MMK_R_KO_question.ss01" = -88; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -117; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_sevensuperior" = -177; -"@MMK_R_KO_sixsuperior" = -125; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_threesuperior" = -107; -"@MMK_R_KO_u" = -36; -"@MMK_R_KO_y" = -94; -"@MMK_R_KO_z" = 24; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -54; -"@MMK_R_KO_J" = -70; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -71; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -47; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_X" = -54; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = -47; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = -82; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -48; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -81; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 12; -"@MMK_R_KO_hyphen.case" = 24; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 37; -"@MMK_R_KO_imacron" = 46; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -41; -"@MMK_R_KO_parenright" = -82; -"@MMK_R_KO_parenright.case" = -82; -"@MMK_R_KO_period" = -48; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -52; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -63; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -76; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -46; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -52; -"@MMK_R_KO_J" = -67; -"@MMK_R_KO_O" = 25; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -69; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = -44; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = -53; -"@MMK_R_KO_Y" = -56; -"@MMK_R_KO_Z" = -45; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -82; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -47; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -80; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 16; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -39; -"@MMK_R_KO_parenright" = -81; -"@MMK_R_KO_parenright.case" = -80; -"@MMK_R_KO_period" = -47; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -9; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -16; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 28; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -50; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 2; -"@MMK_R_KO_trademark" = -61; -"@MMK_R_KO_u" = 16; -"@MMK_R_KO_underscore" = -74; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 15; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -47; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -54; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_X" = -54; -"@MMK_R_KO_bracketright" = -42; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -48; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_ellipsis" = -81; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 12; -"@MMK_R_KO_hyphen.case" = 24; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -36; -"@MMK_R_KO_period" = -48; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_slash" = -52; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -86; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = -18; -"@MMK_R_KO_J" = -143; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -39; -"@MMK_R_KO_Y" = -17; -"@MMK_R_KO_Z" = -29; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -23; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = 19; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -17; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eightsuperior" = 18; -"@MMK_R_KO_ellipsis" = -230; -"@MMK_R_KO_exclam" = 26; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = 11; -"@MMK_R_KO_foursuperior" = 31; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -45; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 59; -"@MMK_R_KO_imacron" = 93; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_parenright.case" = -40; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 35; -"@MMK_R_KO_question.ss01" = 12; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 20; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 13; -"@MMK_R_KO_quoteright" = 28; -"@MMK_R_KO_quoteright.ss01" = 14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_sixsuperior" = 22; -"@MMK_R_KO_slash" = -90; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = 21; -"@MMK_R_KO_trademark" = -27; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -214; -"@MMK_R_KO_v" = 35; -"@MMK_R_KO_w" = 46; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 29; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 49; -"@MMK_R_KO_H" = 17; -"@MMK_R_KO_I.ss02" = 65; -"@MMK_R_KO_J" = 38; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -75; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -50; -"@MMK_R_KO_W" = -29; -"@MMK_R_KO_X" = 46; -"@MMK_R_KO_Y" = -60; -"@MMK_R_KO_Z" = 50; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -48; -"@MMK_R_KO_bracketright" = -66; -"@MMK_R_KO_colon" = 35; -"@MMK_R_KO_comma" = 43; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 6; -"@MMK_R_KO_exclam" = 28; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -6; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_icircumflex" = 31; -"@MMK_R_KO_imacron" = 51; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_l.ss04" = 13; -"@MMK_R_KO_n" = 15; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -44; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = 44; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = -24; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -36; -"@MMK_R_KO_quoteleft" = -22; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -42; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = 43; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -66; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = 28; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 27; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -22; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -3; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -36; -"@MMK_R_KO_bracketright" = -36; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 10; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 73; -"@MMK_R_KO_imacron" = 87; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 13; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -10; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = 20; -"@MMK_R_KO_question.ss01" = 6; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 19; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -6; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = 4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -34; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 20; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -16; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 32; -"@MMK_R_KO_T" = -37; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -27; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = -14; -"@MMK_R_KO_Y" = -35; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = 22; -"@MMK_R_KO_a.ss05" = 22; -"@MMK_R_KO_asciicircum" = -49; -"@MMK_R_KO_bracketright" = -59; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -24; -"@MMK_R_KO_e" = 14; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 21; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 30; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_icircumflex" = 58; -"@MMK_R_KO_imacron" = 67; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -28; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 24; -"@MMK_R_KO_sevensuperior" = -21; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -25; -"@MMK_R_KO_trademark" = -54; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -48; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = -20; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -20; -"@MMK_R_KO_J" = -27; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -37; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_X" = -26; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = -16; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -70; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -37; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -26; -"@MMK_R_KO_ellipsis" = -46; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -24; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_hyphen.case" = -15; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_icircumflex" = 39; -"@MMK_R_KO_imacron" = 48; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -41; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_parenright.case" = -46; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -42; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -12; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -32; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -36; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = -14; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -155; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 22; -"@MMK_R_KO_J" = -139; -"@MMK_R_KO_O" = -71; -"@MMK_R_KO_S" = -27; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 27; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 4; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -150; -"@MMK_R_KO_a.ss05" = -56; -"@MMK_R_KO_asciicircum" = -92; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -71; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -154; -"@MMK_R_KO_egrave" = -93; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -184; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -56; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -82; -"@MMK_R_KO_g" = -151; -"@MMK_R_KO_guillemetleft" = -100; -"@MMK_R_KO_guillemetright" = -110; -"@MMK_R_KO_hyphen" = -148; -"@MMK_R_KO_hyphen.case" = -147; -"@MMK_R_KO_i" = -26; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -28; -"@MMK_R_KO_l.ss04" = 40; -"@MMK_R_KO_n" = -141; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -10; -"@MMK_R_KO_parenright.case" = -10; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -28; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -154; -"@MMK_R_KO_sevensuperior" = 3; -"@MMK_R_KO_six" = -50; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = -153; -"@MMK_R_KO_t" = -66; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -132; -"@MMK_R_KO_underscore" = -191; -"@MMK_R_KO_v" = -167; -"@MMK_R_KO_w" = -163; -"@MMK_R_KO_x" = -167; -"@MMK_R_KO_y" = -170; -"@MMK_R_KO_z" = -176; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = -47; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 16; -"@MMK_R_KO_X" = -9; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -37; -"@MMK_R_KO_comma.ss01" = -56; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 8; -"@MMK_R_KO_ellipsis" = -67; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_imacron" = 94; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = -37; -"@MMK_R_KO_period.ss01" = -54; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 7; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_sixsuperior" = 11; -"@MMK_R_KO_slash" = -44; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -4; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -56; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_w" = 21; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -59; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -4; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -21; -"@MMK_R_KO_Y" = -4; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = -10; -"@MMK_R_KO_comma" = -45; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -76; -"@MMK_R_KO_exclam" = -6; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_hyphen.case" = -4; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = -11; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -6; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = -45; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_sevensuperior" = -3; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = -55; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 32; -"@MMK_R_KO_I.ss02" = 55; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_T" = 48; -"@MMK_R_KO_U" = 43; -"@MMK_R_KO_V" = 72; -"@MMK_R_KO_X" = 40; -"@MMK_R_KO_Y" = 74; -"@MMK_R_KO_Z" = 61; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 83; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -37; -"@MMK_R_KO_comma.ss01" = -56; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_eightsuperior" = 44; -"@MMK_R_KO_ellipsis" = -67; -"@MMK_R_KO_exclam" = 38; -"@MMK_R_KO_fivesuperior" = 53; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 24; -"@MMK_R_KO_onesuperior" = 36; -"@MMK_R_KO_parenright" = 94; -"@MMK_R_KO_parenright.case" = 94; -"@MMK_R_KO_period" = -37; -"@MMK_R_KO_period.ss01" = -54; -"@MMK_R_KO_question" = 16; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 40; -"@MMK_R_KO_quoteright" = 52; -"@MMK_R_KO_quoteright.ss01" = 32; -"@MMK_R_KO_sevensuperior" = 89; -"@MMK_R_KO_sixsuperior" = 27; -"@MMK_R_KO_slash" = -44; -"@MMK_R_KO_threesuperior" = 43; -"@MMK_R_KO_u" = 2; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -157; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = -145; -"@MMK_R_KO_O" = -47; -"@MMK_R_KO_S" = -18; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 34; -"@MMK_R_KO_W" = 38; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 36; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -81; -"@MMK_R_KO_a.ss05" = -72; -"@MMK_R_KO_asciicircum" = -79; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -34; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -85; -"@MMK_R_KO_egrave" = -76; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -192; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = -30; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -39; -"@MMK_R_KO_g" = -81; -"@MMK_R_KO_guillemetleft" = -82; -"@MMK_R_KO_guillemetright" = -58; -"@MMK_R_KO_hyphen" = -94; -"@MMK_R_KO_hyphen.case" = -62; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 56; -"@MMK_R_KO_imacron" = 93; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 39; -"@MMK_R_KO_n" = -56; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 13; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = 12; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 11; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = -71; -"@MMK_R_KO_sevensuperior" = 24; -"@MMK_R_KO_six" = -34; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -171; -"@MMK_R_KO_t" = -31; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 3; -"@MMK_R_KO_u" = -47; -"@MMK_R_KO_underscore" = -188; -"@MMK_R_KO_v" = -32; -"@MMK_R_KO_w" = -37; -"@MMK_R_KO_x" = -44; -"@MMK_R_KO_y" = -34; -"@MMK_R_KO_z" = -57; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -103; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 42; -"@MMK_R_KO_J" = -99; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 27; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = 38; -"@MMK_R_KO_W" = 43; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = 38; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = -51; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asciicircum" = -59; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_egrave" = -55; -"@MMK_R_KO_eightsuperior" = 7; -"@MMK_R_KO_ellipsis" = -116; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = -50; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = -37; -"@MMK_R_KO_hyphen" = -49; -"@MMK_R_KO_hyphen.case" = -26; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 75; -"@MMK_R_KO_imacron" = 105; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 56; -"@MMK_R_KO_n" = -28; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 18; -"@MMK_R_KO_parenright" = 2; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 5; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 14; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 22; -"@MMK_R_KO_quoteright.ss01" = 19; -"@MMK_R_KO_s" = -41; -"@MMK_R_KO_sevensuperior" = 30; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -105; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = 3; -"@MMK_R_KO_trademark" = 5; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_underscore" = -125; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_x" = -23; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -26; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 33; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 34; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -51; -"@MMK_R_KO_S" = -22; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = 35; -"@MMK_R_KO_Y" = 3; -"@MMK_R_KO_Z" = 34; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asciicircum" = -111; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 25; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -38; -"@MMK_R_KO_egrave" = -38; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -32; -"@MMK_R_KO_fivesuperior" = -23; -"@MMK_R_KO_foursuperior" = -75; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -30; -"@MMK_R_KO_hyphen" = -63; -"@MMK_R_KO_hyphen.case" = -108; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 49; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -29; -"@MMK_R_KO_onesuperior" = -3; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = 7; -"@MMK_R_KO_period" = 26; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -32; -"@MMK_R_KO_question.ss01" = -39; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -34; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = -13; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_sixsuperior" = -31; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = -50; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -14; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -74; -"@MMK_R_KO_w" = -66; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = -75; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -155; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 24; -"@MMK_R_KO_J" = -145; -"@MMK_R_KO_O" = -52; -"@MMK_R_KO_S" = -25; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 35; -"@MMK_R_KO_W" = 38; -"@MMK_R_KO_X" = 3; -"@MMK_R_KO_Y" = 34; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -118; -"@MMK_R_KO_a.ss05" = -82; -"@MMK_R_KO_asciicircum" = -90; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -54; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -127; -"@MMK_R_KO_egrave" = -85; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -184; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -47; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -59; -"@MMK_R_KO_g" = -119; -"@MMK_R_KO_guillemetleft" = -100; -"@MMK_R_KO_guillemetright" = -79; -"@MMK_R_KO_hyphen" = -133; -"@MMK_R_KO_hyphen.case" = -102; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 34; -"@MMK_R_KO_imacron" = 79; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = 40; -"@MMK_R_KO_n" = -74; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = 8; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = -13; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -91; -"@MMK_R_KO_sevensuperior" = 23; -"@MMK_R_KO_six" = -44; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -163; -"@MMK_R_KO_t" = -49; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 3; -"@MMK_R_KO_u" = -70; -"@MMK_R_KO_underscore" = -181; -"@MMK_R_KO_v" = -55; -"@MMK_R_KO_w" = -63; -"@MMK_R_KO_x" = -68; -"@MMK_R_KO_y" = -57; -"@MMK_R_KO_z" = -69; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = 17; -"@MMK_R_KO_O" = -51; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = 15; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 32; -"@MMK_R_KO_X" = 32; -"@MMK_R_KO_Y" = 27; -"@MMK_R_KO_Z" = 39; -"@MMK_R_KO_a" = -47; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asciicircum" = -86; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 31; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -53; -"@MMK_R_KO_egrave" = -39; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -61; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -82; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = -142; -"@MMK_R_KO_hyphen.case" = -111; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 37; -"@MMK_R_KO_imacron" = 83; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 38; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = 8; -"@MMK_R_KO_parenright" = 16; -"@MMK_R_KO_parenright.case" = 25; -"@MMK_R_KO_period" = 32; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -9; -"@MMK_R_KO_question.ss01" = -12; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_sevensuperior" = 22; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -46; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -36; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -68; -"@MMK_R_KO_w" = -58; -"@MMK_R_KO_x" = 5; -"@MMK_R_KO_y" = -59; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -16; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -143; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -56; -"@MMK_R_KO_W" = -27; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -80; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -60; -"@MMK_R_KO_bracketright" = -75; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = -60; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -32; -"@MMK_R_KO_quotedbl" = -31; -"@MMK_R_KO_quotedblleft" = -38; -"@MMK_R_KO_quotedblleft.ss01" = -52; -"@MMK_R_KO_quoteleft" = -32; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -41; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -67; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -76; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 1; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = -168; -"@MMK_R_KO_U" = -19; -"@MMK_R_KO_V" = -91; -"@MMK_R_KO_W" = -65; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -133; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -93; -"@MMK_R_KO_bracketright" = -78; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 26; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eightsuperior" = -38; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_fivesuperior" = -46; -"@MMK_R_KO_foursuperior" = -44; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -55; -"@MMK_R_KO_onesuperior" = -76; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 27; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -50; -"@MMK_R_KO_question.ss01" = -77; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -79; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -79; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = -45; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = -26; -"@MMK_R_KO_threesuperior" = -38; -"@MMK_R_KO_trademark" = -96; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = -100; -"@MMK_R_KO_U" = -19; -"@MMK_R_KO_V" = -74; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -82; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -78; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 26; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -14; -"@MMK_R_KO_eightsuperior" = -38; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_fivesuperior" = -43; -"@MMK_R_KO_foursuperior" = -42; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 9; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -55; -"@MMK_R_KO_onesuperior" = -67; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 27; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -50; -"@MMK_R_KO_question.ss01" = -72; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -70; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -56; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -69; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -44; -"@MMK_R_KO_slash" = 20; -"@MMK_R_KO_t" = -26; -"@MMK_R_KO_threesuperior" = -35; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_O" = -30; -"@MMK_R_KO_T" = -153; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_f" = -45; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_t" = -61; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -165; -"@MMK_R_KO_H" = -46; -"@MMK_R_KO_O" = -43; -"@MMK_R_KO_T" = -91; -"@MMK_R_KO_a" = -75; -"@MMK_R_KO_e" = -81; -"@MMK_R_KO_f" = -36; -"@MMK_R_KO_i" = -49; -"@MMK_R_KO_n" = -59; -"@MMK_R_KO_t" = -36; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -182; -"@MMK_R_KO_H" = -81; -"@MMK_R_KO_O" = -82; -"@MMK_R_KO_T" = -251; -"@MMK_R_KO_a" = -99; -"@MMK_R_KO_e" = -103; -"@MMK_R_KO_f" = -98; -"@MMK_R_KO_i" = -74; -"@MMK_R_KO_n" = -105; -"@MMK_R_KO_t" = -98; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -130; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -141; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = -66; -"@MMK_R_KO_a.ss05" = -53; -"@MMK_R_KO_asterisk" = 24; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -70; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -102; -"@MMK_R_KO_g" = -64; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = -141; -"@MMK_R_KO_hyphen.case" = -84; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_nine" = 15; -"@MMK_R_KO_one" = 3; -"@MMK_R_KO_parenright" = -28; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 18; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -42; -"@MMK_R_KO_seven" = 34; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -134; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_three" = 3; -"@MMK_R_KO_two" = 16; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -10; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -68; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 21; -"@MMK_R_KO_J" = -71; -"@MMK_R_KO_O" = -62; -"@MMK_R_KO_S" = -38; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -8; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = -71; -"@MMK_R_KO_a.ss05" = -70; -"@MMK_R_KO_asterisk" = -38; -"@MMK_R_KO_colon" = -70; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -74; -"@MMK_R_KO_egrave" = -74; -"@MMK_R_KO_eight" = -41; -"@MMK_R_KO_ellipsis" = -73; -"@MMK_R_KO_f" = -56; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -81; -"@MMK_R_KO_hyphen" = -82; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 87; -"@MMK_R_KO_n" = -72; -"@MMK_R_KO_nine" = -42; -"@MMK_R_KO_one" = -57; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -36; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -70; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -55; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -53; -"@MMK_R_KO_three" = -44; -"@MMK_R_KO_two" = -27; -"@MMK_R_KO_u" = -79; -"@MMK_R_KO_v" = -68; -"@MMK_R_KO_w" = -64; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -66; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 31; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -56; -"@MMK_R_KO_S" = -30; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_asterisk" = -37; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_eight" = -30; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -67; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -56; -"@MMK_R_KO_hyphen.case" = -83; -"@MMK_R_KO_nine" = -31; -"@MMK_R_KO_one" = -52; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -34; -"@MMK_R_KO_quotedblleft.ss01" = -37; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -42; -"@MMK_R_KO_slash" = 45; -"@MMK_R_KO_three" = -36; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -34; -"@MMK_R_KO_J" = -41; -"@MMK_R_KO_O" = 20; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -174; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -73; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_X" = -28; -"@MMK_R_KO_Y" = -95; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 19; -"@MMK_R_KO_asciicircum" = -60; -"@MMK_R_KO_bracketright" = -80; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -13; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -49; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -46; -"@MMK_R_KO_parenright" = -79; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_question" = -35; -"@MMK_R_KO_question.ss01" = -75; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -68; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -60; -"@MMK_R_KO_quoteright" = -58; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 28; -"@MMK_R_KO_sevensuperior" = -52; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -81; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -54; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -21; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -63; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_eight" = -13; -"@MMK_R_KO_five" = -23; -"@MMK_R_KO_four" = -63; -"@MMK_R_KO_guillemetleft" = -57; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -63; -"@MMK_R_KO_hyphen.case" = -63; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -63; -"@MMK_R_KO_parenright" = -6; -"@MMK_R_KO_parenright.case" = 18; -"@MMK_R_KO_quotedbl" = -63; -"@MMK_R_KO_quotedblleft" = -63; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_seven" = -63; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_three" = -16; -"@MMK_R_KO_two" = 48; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -146; -"@MMK_R_KO_H" = -18; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_T" = -32; -"@MMK_R_KO_a" = -77; -"@MMK_R_KO_e" = -81; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_i" = -20; -"@MMK_R_KO_n" = -43; -"@MMK_R_KO_t" = -12; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -34; -"@MMK_R_KO_J" = -42; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -155; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -82; -"@MMK_R_KO_W" = -49; -"@MMK_R_KO_X" = -29; -"@MMK_R_KO_Y" = -113; -"@MMK_R_KO_Z" = -14; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -74; -"@MMK_R_KO_bracketright" = -81; -"@MMK_R_KO_colon" = -18; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -43; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -52; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = 19; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = 32; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = -5; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -53; -"@MMK_R_KO_parenright" = -82; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -47; -"@MMK_R_KO_question" = -45; -"@MMK_R_KO_question.ss01" = -82; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -81; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 18; -"@MMK_R_KO_sevensuperior" = -57; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -89; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -55; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -30; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = -24; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = -16; -"@MMK_R_KO_J" = -34; -"@MMK_R_KO_O" = 29; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -110; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -74; -"@MMK_R_KO_W" = -36; -"@MMK_R_KO_X" = -21; -"@MMK_R_KO_Y" = -86; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = 28; -"@MMK_R_KO_a.ss05" = 20; -"@MMK_R_KO_bracketright" = -75; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 24; -"@MMK_R_KO_egrave" = 25; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -23; -"@MMK_R_KO_g" = 33; -"@MMK_R_KO_guillemetleft" = 24; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 46; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -46; -"@MMK_R_KO_parenright" = -75; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = -32; -"@MMK_R_KO_question.ss01" = -63; -"@MMK_R_KO_quotedbl" = -50; -"@MMK_R_KO_quotedblleft" = -64; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -61; -"@MMK_R_KO_quoteright" = -54; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = 32; -"@MMK_R_KO_sevensuperior" = -50; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_u" = 14; -"@MMK_R_KO_underscore" = -47; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -23; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 27; -"@MMK_R_KO_T" = -32; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 13; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = -9; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eight" = 22; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 23; -"@MMK_R_KO_four" = 29; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 26; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_parenright.case" = -37; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 22; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 28; -"@MMK_R_KO_two" = 8; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = -9; -"@MMK_R_KO_H" = -32; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = -85; -"@MMK_R_KO_S" = -56; -"@MMK_R_KO_T" = -196; -"@MMK_R_KO_U" = -76; -"@MMK_R_KO_V" = -207; -"@MMK_R_KO_W" = -132; -"@MMK_R_KO_Y" = -195; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -67; -"@MMK_R_KO_a.ss05" = -39; -"@MMK_R_KO_asterisk" = -141; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_e" = -70; -"@MMK_R_KO_egrave" = -69; -"@MMK_R_KO_eight" = -52; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_f" = -65; -"@MMK_R_KO_five" = -62; -"@MMK_R_KO_four" = -200; -"@MMK_R_KO_g" = -50; -"@MMK_R_KO_guillemetleft" = -99; -"@MMK_R_KO_guillemetright" = -57; -"@MMK_R_KO_hyphen" = -200; -"@MMK_R_KO_hyphen.case" = -230; -"@MMK_R_KO_i" = -34; -"@MMK_R_KO_j" = -36; -"@MMK_R_KO_n" = -37; -"@MMK_R_KO_nine" = -59; -"@MMK_R_KO_one" = -90; -"@MMK_R_KO_parenright" = -73; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = 3; -"@MMK_R_KO_quotedbl" = -148; -"@MMK_R_KO_quotedblleft" = -117; -"@MMK_R_KO_quoteright" = -117; -"@MMK_R_KO_s" = -48; -"@MMK_R_KO_seven" = -101; -"@MMK_R_KO_six" = -68; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = -74; -"@MMK_R_KO_three" = -55; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -66; -"@MMK_R_KO_v" = -127; -"@MMK_R_KO_w" = -90; -"@MMK_R_KO_y" = -118; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = -37; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = -84; -"@MMK_R_KO_S" = -52; -"@MMK_R_KO_T" = -201; -"@MMK_R_KO_U" = -74; -"@MMK_R_KO_V" = -207; -"@MMK_R_KO_W" = -134; -"@MMK_R_KO_Y" = -199; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -66; -"@MMK_R_KO_a.ss05" = -40; -"@MMK_R_KO_asterisk" = -141; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_e" = -69; -"@MMK_R_KO_egrave" = -69; -"@MMK_R_KO_eight" = -49; -"@MMK_R_KO_f" = -67; -"@MMK_R_KO_five" = -59; -"@MMK_R_KO_four" = -200; -"@MMK_R_KO_g" = -53; -"@MMK_R_KO_guillemetleft" = -100; -"@MMK_R_KO_guillemetright" = -55; -"@MMK_R_KO_hyphen" = -202; -"@MMK_R_KO_hyphen.case" = -227; -"@MMK_R_KO_i" = -34; -"@MMK_R_KO_j" = -40; -"@MMK_R_KO_n" = -34; -"@MMK_R_KO_nine" = -59; -"@MMK_R_KO_one" = -93; -"@MMK_R_KO_parenright" = -77; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedbl" = -148; -"@MMK_R_KO_quotedblleft.ss01" = -128; -"@MMK_R_KO_quoteright.ss01" = -128; -"@MMK_R_KO_s" = -46; -"@MMK_R_KO_seven" = -103; -"@MMK_R_KO_six" = -67; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = -77; -"@MMK_R_KO_three" = -51; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -65; -"@MMK_R_KO_v" = -124; -"@MMK_R_KO_w" = -95; -"@MMK_R_KO_y" = -121; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -40; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -95; -"@MMK_R_KO_J" = -132; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -149; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -96; -"@MMK_R_KO_W" = -58; -"@MMK_R_KO_Y" = -133; -"@MMK_R_KO_Z" = -60; -"@MMK_R_KO_a" = 32; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -71; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 24; -"@MMK_R_KO_egrave" = 24; -"@MMK_R_KO_eight" = 25; -"@MMK_R_KO_f" = -39; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 26; -"@MMK_R_KO_g" = 32; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = -39; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -73; -"@MMK_R_KO_parenright" = -101; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -117; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -106; -"@MMK_R_KO_six" = 28; -"@MMK_R_KO_slash" = -52; -"@MMK_R_KO_t" = -46; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -38; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_v" = -35; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_y" = -41; -"@MMK_R_KO_z" = -78; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -68; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = -73; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 10; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 10; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_a.ss05" = -31; -"@MMK_R_KO_asciicircum" = -49; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -80; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -28; -"@MMK_R_KO_guillemetleft" = -51; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -64; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 5; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -27; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -68; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -7; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_underscore" = -83; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -50; -"@MMK_R_KO_H" = 21; -"@MMK_R_KO_I.ss02" = 42; -"@MMK_R_KO_J" = -57; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 43; -"@MMK_R_KO_U" = 25; -"@MMK_R_KO_V" = 40; -"@MMK_R_KO_W" = 46; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 37; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -37; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = -51; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eightsuperior" = 7; -"@MMK_R_KO_ellipsis" = -68; -"@MMK_R_KO_exclam" = 22; -"@MMK_R_KO_f" = 38; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 9; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -47; -"@MMK_R_KO_i" = 26; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 25; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 22; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 13; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -50; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 30; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 32; -"@MMK_R_KO_quoteright.ss01" = 10; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = 23; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -54; -"@MMK_R_KO_t" = 17; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 2; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -64; -"@MMK_R_KO_v" = 14; -"@MMK_R_KO_w" = 22; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -16; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -27; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -5; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -59; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 23; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -30; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -31; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 1; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = -28; -"@MMK_R_KO_O" = 24; -"@MMK_R_KO_S" = 27; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_Y" = 2; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 28; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asterisk" = -13; -"@MMK_R_KO_colon" = -24; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 20; -"@MMK_R_KO_eight" = 24; -"@MMK_R_KO_ellipsis" = -46; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_five" = 27; -"@MMK_R_KO_four" = 38; -"@MMK_R_KO_g" = 27; -"@MMK_R_KO_guillemetleft" = 18; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 39; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_i" = 15; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_n" = 10; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -30; -"@MMK_R_KO_parenright" = -4; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -17; -"@MMK_R_KO_period.ss01" = -42; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 24; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_three" = 28; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_v" = -22; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = -21; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -55; -"@MMK_R_KO_J" = -64; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 29; -"@MMK_R_KO_T" = -60; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -58; -"@MMK_R_KO_W" = -53; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = -39; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -60; -"@MMK_R_KO_colon" = -59; -"@MMK_R_KO_comma" = -55; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 23; -"@MMK_R_KO_ellipsis" = -75; -"@MMK_R_KO_f" = -32; -"@MMK_R_KO_five" = 26; -"@MMK_R_KO_four" = 21; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = 16; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -54; -"@MMK_R_KO_parenright" = -72; -"@MMK_R_KO_parenright.case" = -60; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -65; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -59; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -54; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_t" = -36; -"@MMK_R_KO_three" = 30; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -47; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_y" = -49; -"@MMK_R_KO_z" = -54; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 15; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -101; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -49; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 37; -"@MMK_R_KO_comma" = 46; -"@MMK_R_KO_comma.ss01" = 18; -"@MMK_R_KO_e" = -17; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 20; -"@MMK_R_KO_imacron" = 12; -"@MMK_R_KO_j" = 16; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -28; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 43; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 32; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -16; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 65; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_underscore" = 45; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = -13; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = -9; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = -46; -"@MMK_R_KO_J" = -57; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -100; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -46; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_Y" = -68; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asterisk" = -6; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -14; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -17; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -39; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_hyphen.case" = -17; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_nine" = 16; -"@MMK_R_KO_one" = -42; -"@MMK_R_KO_parenright" = -73; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -21; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -6; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 3; -"@MMK_R_KO_two" = 22; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_y" = 3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -55; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = -70; -"@MMK_R_KO_J" = -92; -"@MMK_R_KO_O" = 17; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = -110; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -83; -"@MMK_R_KO_W" = -52; -"@MMK_R_KO_Y" = -110; -"@MMK_R_KO_Z" = -57; -"@MMK_R_KO_a" = 14; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asterisk" = -64; -"@MMK_R_KO_colon" = -44; -"@MMK_R_KO_comma" = -60; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -92; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = 6; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = -52; -"@MMK_R_KO_hyphen" = 29; -"@MMK_R_KO_hyphen.case" = 16; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_nine" = -14; -"@MMK_R_KO_one" = -63; -"@MMK_R_KO_parenright" = -95; -"@MMK_R_KO_parenright.case" = -78; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -70; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = -63; -"@MMK_R_KO_six" = 15; -"@MMK_R_KO_slash" = -59; -"@MMK_R_KO_t" = -29; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = -38; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = -49; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -95; -"@MMK_R_KO_J" = -129; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -149; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -94; -"@MMK_R_KO_W" = -45; -"@MMK_R_KO_Y" = -132; -"@MMK_R_KO_Z" = -55; -"@MMK_R_KO_a" = 32; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asterisk" = -141; -"@MMK_R_KO_colon" = -71; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 24; -"@MMK_R_KO_egrave" = 24; -"@MMK_R_KO_eight" = 26; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_five" = 16; -"@MMK_R_KO_four" = 45; -"@MMK_R_KO_g" = 32; -"@MMK_R_KO_guillemetleft" = 28; -"@MMK_R_KO_guillemetright" = -36; -"@MMK_R_KO_hyphen" = 26; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -72; -"@MMK_R_KO_parenright" = -101; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = -148; -"@MMK_R_KO_quotedblleft" = -117; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -106; -"@MMK_R_KO_six" = 28; -"@MMK_R_KO_slash" = -46; -"@MMK_R_KO_t" = -39; -"@MMK_R_KO_three" = 4; -"@MMK_R_KO_two" = -30; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_v" = -32; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = -72; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -78; -"@MMK_R_KO_H" = -10; -"@MMK_R_KO_I.ss02" = -104; -"@MMK_R_KO_J" = -150; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = -163; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -75; -"@MMK_R_KO_W" = -36; -"@MMK_R_KO_Y" = -111; -"@MMK_R_KO_Z" = -116; -"@MMK_R_KO_asterisk" = -98; -"@MMK_R_KO_colon" = -43; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_eight" = -15; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -26; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_hyphen.case" = 6; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -74; -"@MMK_R_KO_parenright.case" = -102; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -117; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_seven" = -91; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_slash" = -90; -"@MMK_R_KO_three" = -38; -"@MMK_R_KO_two" = -48; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = -13; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -26; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = -36; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_X" = -10; -"@MMK_R_KO_Y" = -20; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -69; -"@MMK_R_KO_bracketright" = -63; -"@MMK_R_KO_colon" = -13; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -37; -"@MMK_R_KO_exclam" = -13; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_fivesuperior" = -28; -"@MMK_R_KO_foursuperior" = -14; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_i" = -13; -"@MMK_R_KO_icircumflex" = 4; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = -17; -"@MMK_R_KO_l.ss04" = -17; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_ninesuperior" = -46; -"@MMK_R_KO_onesuperior" = -59; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -44; -"@MMK_R_KO_quotedbl" = -35; -"@MMK_R_KO_quotedblleft" = -38; -"@MMK_R_KO_quotedblleft.ss01" = -47; -"@MMK_R_KO_quoteleft" = -42; -"@MMK_R_KO_quoteright" = -36; -"@MMK_R_KO_quoteright.ss01" = -29; -"@MMK_R_KO_s" = -10; -"@MMK_R_KO_sevensuperior" = -68; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -33; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_underscore" = -15; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 35; -"@MMK_R_KO_I.ss02" = 49; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = 46; -"@MMK_R_KO_U" = 46; -"@MMK_R_KO_V" = 48; -"@MMK_R_KO_W" = 61; -"@MMK_R_KO_X" = 39; -"@MMK_R_KO_Y" = 46; -"@MMK_R_KO_Z" = 41; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -50; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 23; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = 35; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_fivesuperior" = 18; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 23; -"@MMK_R_KO_icircumflex" = 30; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 19; -"@MMK_R_KO_l.ss04" = 22; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 8; -"@MMK_R_KO_onesuperior" = 29; -"@MMK_R_KO_parenright" = 29; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = 2; -"@MMK_R_KO_quotedbl" = 26; -"@MMK_R_KO_quotedblleft" = 15; -"@MMK_R_KO_quotedblleft.ss01" = 4; -"@MMK_R_KO_quoteleft" = 8; -"@MMK_R_KO_quoteright" = 29; -"@MMK_R_KO_quoteright.ss01" = 21; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 43; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = 14; -"@MMK_R_KO_slash" = 21; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = 24; -"@MMK_R_KO_trademark" = 9; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -168; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -58; -"@MMK_R_KO_W" = -26; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -76; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asciicircum" = -48; -"@MMK_R_KO_bracketright" = -79; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 23; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -38; -"@MMK_R_KO_egrave" = -38; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -51; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -73; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -41; -"@MMK_R_KO_onesuperior" = -57; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 24; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -25; -"@MMK_R_KO_quotedbl" = -30; -"@MMK_R_KO_quotedblleft" = -22; -"@MMK_R_KO_quotedblleft.ss01" = -40; -"@MMK_R_KO_quoteleft" = -24; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_s" = -13; -"@MMK_R_KO_sevensuperior" = -79; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 19; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_trademark" = -81; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 18; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -15; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -50; -"@MMK_R_KO_bracketright" = -11; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 18; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -15; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -17; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 1; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = -40; -"@MMK_R_KO_S" = -13; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_U" = -25; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -30; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -98; -"@MMK_R_KO_bracketright" = -49; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 26; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eightsuperior" = -53; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 15; -"@MMK_R_KO_f" = -30; -"@MMK_R_KO_fivesuperior" = -58; -"@MMK_R_KO_foursuperior" = -46; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -49; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = -39; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -65; -"@MMK_R_KO_onesuperior" = -50; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 27; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -38; -"@MMK_R_KO_question.ss01" = -53; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -51; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -55; -"@MMK_R_KO_quoteright" = -46; -"@MMK_R_KO_quoteright.ss01" = -54; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_six" = -17; -"@MMK_R_KO_sixsuperior" = -53; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = -38; -"@MMK_R_KO_threesuperior" = -49; -"@MMK_R_KO_trademark" = -68; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -39; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = -41; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = -1; -"@MMK_R_KO_bracketright" = 5; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = 105; -"@MMK_R_KO_exclam" = 111; -"@MMK_R_KO_f" = 31; -"@MMK_R_KO_fivesuperior" = 110; -"@MMK_R_KO_foursuperior" = 27; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_i" = 64; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 81; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 97; -"@MMK_R_KO_onesuperior" = 107; -"@MMK_R_KO_parenright" = 55; -"@MMK_R_KO_period" = -11; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 106; -"@MMK_R_KO_question.ss01" = 99; -"@MMK_R_KO_quotedbl" = 126; -"@MMK_R_KO_quotedblleft" = 96; -"@MMK_R_KO_quotedblleft.ss01" = 101; -"@MMK_R_KO_quoteleft" = 89; -"@MMK_R_KO_sevensuperior" = 119; -"@MMK_R_KO_sixsuperior" = 95; -"@MMK_R_KO_slash" = -5; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_threesuperior" = 90; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -72; -"@MMK_R_KO_H" = -58; -"@MMK_R_KO_O" = -43; -"@MMK_R_KO_T" = -236; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_e" = -51; -"@MMK_R_KO_f" = -79; -"@MMK_R_KO_i" = -60; -"@MMK_R_KO_n" = -60; -"@MMK_R_KO_t" = -82; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -164; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -82; -"@MMK_R_KO_W" = -51; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -114; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -78; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -34; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -40; -"@MMK_R_KO_g" = 12; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 12; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_ninesuperior" = -41; -"@MMK_R_KO_onesuperior" = -61; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = -38; -"@MMK_R_KO_question.ss01" = -66; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -67; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -64; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = -42; -"@MMK_R_KO_slash" = 1; -"@MMK_R_KO_t" = -16; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_trademark" = -86; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -26; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -36; -"@MMK_R_KO_J" = -54; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -152; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -83; -"@MMK_R_KO_W" = -51; -"@MMK_R_KO_X" = -36; -"@MMK_R_KO_Y" = -122; -"@MMK_R_KO_Z" = -24; -"@MMK_R_KO_a" = 14; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -78; -"@MMK_R_KO_bracketright" = -83; -"@MMK_R_KO_colon" = -31; -"@MMK_R_KO_comma" = -24; -"@MMK_R_KO_comma.ss01" = -46; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -19; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -38; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = -1; -"@MMK_R_KO_ninesuperior" = -40; -"@MMK_R_KO_onesuperior" = -57; -"@MMK_R_KO_parenright" = -88; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -54; -"@MMK_R_KO_question" = -45; -"@MMK_R_KO_question.ss01" = -83; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -78; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -32; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_t" = -16; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -92; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = -51; -"@MMK_R_KO_v" = -27; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_x" = -32; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = -34; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = -40; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -115; -"@MMK_R_KO_V" = -79; -"@MMK_R_KO_W" = -50; -"@MMK_R_KO_Y" = -100; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -85; -"@MMK_R_KO_colon" = -36; -"@MMK_R_KO_comma" = -26; -"@MMK_R_KO_comma.ss01" = -51; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -65; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -20; -"@MMK_R_KO_fivesuperior" = -32; -"@MMK_R_KO_foursuperior" = -35; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = -30; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_icircumflex" = -3; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = -43; -"@MMK_R_KO_onesuperior" = -60; -"@MMK_R_KO_parenright" = -91; -"@MMK_R_KO_period" = -27; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = -51; -"@MMK_R_KO_question.ss01" = -81; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -78; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -59; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -62; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = -37; -"@MMK_R_KO_slash" = -37; -"@MMK_R_KO_t" = -20; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_trademark" = -89; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -57; -"@MMK_R_KO_v" = -29; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_x" = -36; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = -36; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -32; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 34; -"@MMK_R_KO_J" = -43; -"@MMK_R_KO_O" = -72; -"@MMK_R_KO_S" = -30; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 23; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = -77; -"@MMK_R_KO_a.ss05" = -60; -"@MMK_R_KO_asterisk" = -17; -"@MMK_R_KO_comma" = 39; -"@MMK_R_KO_comma.ss01" = 10; -"@MMK_R_KO_e" = -79; -"@MMK_R_KO_egrave" = -77; -"@MMK_R_KO_eight" = -32; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_f" = -58; -"@MMK_R_KO_five" = -6; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -81; -"@MMK_R_KO_guillemetright" = -73; -"@MMK_R_KO_hyphen" = -92; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 112; -"@MMK_R_KO_n" = -40; -"@MMK_R_KO_nine" = -34; -"@MMK_R_KO_one" = -36; -"@MMK_R_KO_parenright" = 52; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -55; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -66; -"@MMK_R_KO_seven" = 35; -"@MMK_R_KO_six" = -57; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -59; -"@MMK_R_KO_three" = -41; -"@MMK_R_KO_two" = -21; -"@MMK_R_KO_u" = -72; -"@MMK_R_KO_v" = -63; -"@MMK_R_KO_w" = -59; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -40; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 52; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -71; -"@MMK_R_KO_S" = -29; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 23; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 50; -"@MMK_R_KO_asterisk" = -18; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = 27; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_eight" = -27; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -50; -"@MMK_R_KO_guillemetleft" = -70; -"@MMK_R_KO_guillemetright" = -41; -"@MMK_R_KO_hyphen.case" = -83; -"@MMK_R_KO_nine" = -32; -"@MMK_R_KO_one" = -27; -"@MMK_R_KO_parenright.case" = 50; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 35; -"@MMK_R_KO_six" = -43; -"@MMK_R_KO_slash" = 47; -"@MMK_R_KO_three" = -33; -"@MMK_R_KO_two" = 27; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 27; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 31; -"@MMK_R_KO_J" = 31; -"@MMK_R_KO_O" = -45; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = -37; -"@MMK_R_KO_V" = -61; -"@MMK_R_KO_W" = -61; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 41; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -61; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_e" = -25; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_f" = -34; -"@MMK_R_KO_five" = -20; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -61; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -5; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -61; -"@MMK_R_KO_quoteright" = -61; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -61; -"@MMK_R_KO_six" = -39; -"@MMK_R_KO_slash" = 22; -"@MMK_R_KO_t" = -46; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = 52; -"@MMK_R_KO_u" = -20; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -61; -"@MMK_R_KO_y" = -61; -"@MMK_R_KO_z" = 32; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -19; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -58; -"@MMK_R_KO_S" = -40; -"@MMK_R_KO_T" = -58; -"@MMK_R_KO_U" = -54; -"@MMK_R_KO_V" = -58; -"@MMK_R_KO_W" = -58; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -52; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asterisk" = -58; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -56; -"@MMK_R_KO_eight" = -28; -"@MMK_R_KO_f" = -55; -"@MMK_R_KO_five" = -36; -"@MMK_R_KO_four" = -58; -"@MMK_R_KO_g" = -40; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_hyphen" = -58; -"@MMK_R_KO_hyphen.case" = -58; -"@MMK_R_KO_i" = -18; -"@MMK_R_KO_j" = -21; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_nine" = -35; -"@MMK_R_KO_one" = -58; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -58; -"@MMK_R_KO_quotedblleft.ss01" = -58; -"@MMK_R_KO_quoteright.ss01" = -58; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_seven" = -58; -"@MMK_R_KO_six" = -57; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -58; -"@MMK_R_KO_three" = -36; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -48; -"@MMK_R_KO_v" = -58; -"@MMK_R_KO_w" = -58; -"@MMK_R_KO_y" = -58; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -78; -"@MMK_R_KO_S" = -33; -"@MMK_R_KO_T" = -162; -"@MMK_R_KO_U" = -58; -"@MMK_R_KO_V" = -155; -"@MMK_R_KO_W" = -97; -"@MMK_R_KO_Y" = -159; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -45; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_e" = -48; -"@MMK_R_KO_eight" = -28; -"@MMK_R_KO_f" = -39; -"@MMK_R_KO_five" = -39; -"@MMK_R_KO_four" = -107; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = 62; -"@MMK_R_KO_nine" = -37; -"@MMK_R_KO_one" = -77; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -112; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_s" = -20; -"@MMK_R_KO_seven" = -87; -"@MMK_R_KO_six" = -47; -"@MMK_R_KO_t" = -58; -"@MMK_R_KO_three" = -33; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -40; -"@MMK_R_KO_v" = -83; -"@MMK_R_KO_w" = -74; -"@MMK_R_KO_y" = -7; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -148; -"@MMK_R_KO_H" = -16; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -148; -"@MMK_R_KO_O" = -25; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = -24; -"@MMK_R_KO_a" = -84; -"@MMK_R_KO_a.ss05" = -56; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -18; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -87; -"@MMK_R_KO_egrave" = -80; -"@MMK_R_KO_eight" = -26; -"@MMK_R_KO_ellipsis" = -148; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_five" = -20; -"@MMK_R_KO_four" = -121; -"@MMK_R_KO_g" = -82; -"@MMK_R_KO_guillemetleft" = -78; -"@MMK_R_KO_guillemetright" = -47; -"@MMK_R_KO_hyphen" = -148; -"@MMK_R_KO_hyphen.case" = -116; -"@MMK_R_KO_i" = -20; -"@MMK_R_KO_j" = -29; -"@MMK_R_KO_n" = -48; -"@MMK_R_KO_nine" = -9; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = -65; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -23; -"@MMK_R_KO_slash" = -148; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_three" = -17; -"@MMK_R_KO_two" = -8; -"@MMK_R_KO_u" = -35; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -43; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = -15; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -6; -"@MMK_R_KO_O" = -73; -"@MMK_R_KO_S" = -38; -"@MMK_R_KO_T" = -121; -"@MMK_R_KO_U" = -57; -"@MMK_R_KO_V" = -121; -"@MMK_R_KO_W" = -73; -"@MMK_R_KO_Y" = -121; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -49; -"@MMK_R_KO_a.ss05" = -27; -"@MMK_R_KO_asterisk" = -73; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_egrave" = -55; -"@MMK_R_KO_eight" = -42; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_f" = -52; -"@MMK_R_KO_five" = -44; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -61; -"@MMK_R_KO_hyphen" = -73; -"@MMK_R_KO_hyphen.case" = -73; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_j" = 26; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = -49; -"@MMK_R_KO_one" = -73; -"@MMK_R_KO_period" = 23; -"@MMK_R_KO_quotedblleft" = -117; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_s" = -34; -"@MMK_R_KO_seven" = -73; -"@MMK_R_KO_six" = -57; -"@MMK_R_KO_slash" = 29; -"@MMK_R_KO_t" = -65; -"@MMK_R_KO_three" = -39; -"@MMK_R_KO_two" = 9; -"@MMK_R_KO_u" = -45; -"@MMK_R_KO_v" = -73; -"@MMK_R_KO_w" = -73; -"@MMK_R_KO_y" = -43; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -28; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = -68; -"@MMK_R_KO_S" = -44; -"@MMK_R_KO_T" = -128; -"@MMK_R_KO_U" = -66; -"@MMK_R_KO_V" = -128; -"@MMK_R_KO_W" = -68; -"@MMK_R_KO_Y" = -128; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -55; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asterisk" = -68; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = -54; -"@MMK_R_KO_egrave" = -59; -"@MMK_R_KO_eight" = -41; -"@MMK_R_KO_f" = -63; -"@MMK_R_KO_five" = -48; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -25; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -55; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = -28; -"@MMK_R_KO_j" = 23; -"@MMK_R_KO_n" = -34; -"@MMK_R_KO_nine" = -47; -"@MMK_R_KO_one" = -68; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -34; -"@MMK_R_KO_seven" = -68; -"@MMK_R_KO_six" = -55; -"@MMK_R_KO_slash" = 24; -"@MMK_R_KO_t" = -68; -"@MMK_R_KO_three" = -49; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -54; -"@MMK_R_KO_v" = -68; -"@MMK_R_KO_w" = -68; -"@MMK_R_KO_y" = -45; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -117; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 24; -"@MMK_R_KO_J" = -117; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 25; -"@MMK_R_KO_W" = 35; -"@MMK_R_KO_Y" = 24; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -73; -"@MMK_R_KO_a.ss05" = -50; -"@MMK_R_KO_asterisk" = 11; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_e" = -80; -"@MMK_R_KO_egrave" = -68; -"@MMK_R_KO_eight" = -7; -"@MMK_R_KO_ellipsis" = -117; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -117; -"@MMK_R_KO_g" = -74; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = -117; -"@MMK_R_KO_hyphen.case" = -117; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -10; -"@MMK_R_KO_n" = -43; -"@MMK_R_KO_nine" = 6; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_quotedbl" = 15; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quoteright" = 22; -"@MMK_R_KO_s" = -66; -"@MMK_R_KO_seven" = 37; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_slash" = -117; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 10; -"@MMK_R_KO_u" = -31; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_y" = -8; -"@MMK_R_KO_z" = -24; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -68; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -68; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 5; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -68; -"@MMK_R_KO_a.ss05" = -63; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_egrave" = -68; -"@MMK_R_KO_eight" = -12; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -8; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -68; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -41; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_j" = -15; -"@MMK_R_KO_n" = -43; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -64; -"@MMK_R_KO_seven" = 19; -"@MMK_R_KO_six" = -14; -"@MMK_R_KO_slash" = -68; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -36; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = -50; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -117; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = -117; -"@MMK_R_KO_O" = -32; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 27; -"@MMK_R_KO_Y" = 10; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -93; -"@MMK_R_KO_a.ss05" = -67; -"@MMK_R_KO_asterisk" = 5; -"@MMK_R_KO_colon" = -29; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_e" = -95; -"@MMK_R_KO_egrave" = -82; -"@MMK_R_KO_eight" = -15; -"@MMK_R_KO_ellipsis" = -117; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -117; -"@MMK_R_KO_g" = -92; -"@MMK_R_KO_guillemetleft" = -88; -"@MMK_R_KO_guillemetright" = -65; -"@MMK_R_KO_hyphen" = -117; -"@MMK_R_KO_hyphen.case" = -117; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -68; -"@MMK_R_KO_nine" = -7; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 10; -"@MMK_R_KO_s" = -78; -"@MMK_R_KO_seven" = 21; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_slash" = -117; -"@MMK_R_KO_t" = -20; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = -5; -"@MMK_R_KO_u" = -49; -"@MMK_R_KO_v" = -37; -"@MMK_R_KO_w" = -36; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = -43; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -63; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 24; -"@MMK_R_KO_J" = -63; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 35; -"@MMK_R_KO_Y" = 24; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -63; -"@MMK_R_KO_a.ss05" = -50; -"@MMK_R_KO_asterisk" = 11; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_e" = -63; -"@MMK_R_KO_egrave" = -63; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_ellipsis" = -63; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -63; -"@MMK_R_KO_g" = -63; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = -34; -"@MMK_R_KO_hyphen" = -63; -"@MMK_R_KO_hyphen.case" = -63; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -10; -"@MMK_R_KO_n" = -39; -"@MMK_R_KO_nine" = 6; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_quotedbl" = 15; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quoteright" = 22; -"@MMK_R_KO_s" = -53; -"@MMK_R_KO_seven" = 37; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_slash" = -63; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 10; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_y" = -8; -"@MMK_R_KO_z" = -24; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -63; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -63; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -63; -"@MMK_R_KO_a.ss05" = -63; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -29; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_e" = -63; -"@MMK_R_KO_egrave" = -63; -"@MMK_R_KO_eight" = -19; -"@MMK_R_KO_ellipsis" = -63; -"@MMK_R_KO_f" = -20; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -63; -"@MMK_R_KO_g" = -63; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = -63; -"@MMK_R_KO_hyphen" = -63; -"@MMK_R_KO_hyphen.case" = -63; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_n" = -55; -"@MMK_R_KO_nine" = -11; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_s" = -63; -"@MMK_R_KO_seven" = 15; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_slash" = -63; -"@MMK_R_KO_t" = -20; -"@MMK_R_KO_three" = -17; -"@MMK_R_KO_two" = -9; -"@MMK_R_KO_u" = -49; -"@MMK_R_KO_v" = -41; -"@MMK_R_KO_w" = -39; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = -56; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -68; -"@MMK_R_KO_H" = -19; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -68; -"@MMK_R_KO_O" = -38; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = -68; -"@MMK_R_KO_a.ss05" = -68; -"@MMK_R_KO_asterisk" = -4; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_egrave" = -68; -"@MMK_R_KO_eight" = -23; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_five" = -21; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -68; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -65; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = -22; -"@MMK_R_KO_j" = -27; -"@MMK_R_KO_n" = -58; -"@MMK_R_KO_nine" = -13; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = -68; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_slash" = -68; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_three" = -18; -"@MMK_R_KO_two" = -11; -"@MMK_R_KO_u" = -53; -"@MMK_R_KO_v" = -39; -"@MMK_R_KO_w" = -38; -"@MMK_R_KO_y" = -40; -"@MMK_R_KO_z" = -68; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -57; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -57; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_Y" = 3; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asterisk" = 8; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -57; -"@MMK_R_KO_comma.ss01" = -57; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_egrave" = -57; -"@MMK_R_KO_eight" = -12; -"@MMK_R_KO_ellipsis" = -57; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -57; -"@MMK_R_KO_g" = -57; -"@MMK_R_KO_guillemetleft" = -57; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen" = -57; -"@MMK_R_KO_hyphen.case" = -57; -"@MMK_R_KO_i" = -10; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_n" = -29; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -57; -"@MMK_R_KO_period.ss01" = -57; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteright" = 11; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -52; -"@MMK_R_KO_seven" = 7; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_slash" = -57; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -28; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -95; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -90; -"@MMK_R_KO_J" = -104; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -166; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = -79; -"@MMK_R_KO_Y" = -64; -"@MMK_R_KO_Z" = -97; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asciicircum" = -18; -"@MMK_R_KO_bracketright" = -81; -"@MMK_R_KO_colon" = 24; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -40; -"@MMK_R_KO_egrave" = -40; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -113; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 5; -"@MMK_R_KO_g" = -32; -"@MMK_R_KO_guillemetleft" = -43; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -100; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_sevensuperior" = -64; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -96; -"@MMK_R_KO_t" = 13; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -62; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -135; -"@MMK_R_KO_v" = 19; -"@MMK_R_KO_w" = 23; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 16; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -17; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = -149; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -74; -"@MMK_R_KO_W" = -45; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -92; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 23; -"@MMK_R_KO_asciicircum" = -63; -"@MMK_R_KO_bracketright" = -77; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -26; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_onesuperior" = -54; -"@MMK_R_KO_parenright" = -71; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = -27; -"@MMK_R_KO_question.ss01" = -70; -"@MMK_R_KO_quotedbl" = -53; -"@MMK_R_KO_quotedblleft" = -66; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -53; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 25; -"@MMK_R_KO_sevensuperior" = -59; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -78; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -31; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -159; -"@MMK_R_KO_V" = -50; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_bracketright" = -75; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -36; -"@MMK_R_KO_exclam" = -12; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_i" = -9; -"@MMK_R_KO_icircumflex" = -9; -"@MMK_R_KO_imacron" = -6; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_l.ss04" = -11; -"@MMK_R_KO_n" = -9; -"@MMK_R_KO_ninesuperior" = -35; -"@MMK_R_KO_onesuperior" = -59; -"@MMK_R_KO_parenright" = -72; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_question" = -32; -"@MMK_R_KO_question.ss01" = -60; -"@MMK_R_KO_quotedbl" = -56; -"@MMK_R_KO_quotedblleft" = -57; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -62; -"@MMK_R_KO_quoteright" = -52; -"@MMK_R_KO_quoteright.ss01" = -59; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -65; -"@MMK_R_KO_sixsuperior" = -27; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = -16; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -158; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = -141; -"@MMK_R_KO_O" = -45; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 39; -"@MMK_R_KO_W" = 42; -"@MMK_R_KO_Y" = 32; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -93; -"@MMK_R_KO_a.ss05" = -84; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -45; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -99; -"@MMK_R_KO_egrave" = -82; -"@MMK_R_KO_eight" = -20; -"@MMK_R_KO_ellipsis" = -182; -"@MMK_R_KO_f" = -40; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -112; -"@MMK_R_KO_g" = -93; -"@MMK_R_KO_guillemetleft" = -93; -"@MMK_R_KO_guillemetright" = -71; -"@MMK_R_KO_hyphen" = -103; -"@MMK_R_KO_hyphen.case" = -82; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -68; -"@MMK_R_KO_nine" = -18; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -82; -"@MMK_R_KO_seven" = 36; -"@MMK_R_KO_six" = -34; -"@MMK_R_KO_slash" = -161; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_three" = -23; -"@MMK_R_KO_two" = -18; -"@MMK_R_KO_u" = -60; -"@MMK_R_KO_v" = -44; -"@MMK_R_KO_w" = -47; -"@MMK_R_KO_y" = -46; -"@MMK_R_KO_z" = -69; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = -16; -"@MMK_R_KO_J" = -27; -"@MMK_R_KO_O" = 25; -"@MMK_R_KO_S" = 32; -"@MMK_R_KO_T" = -28; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = 28; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 20; -"@MMK_R_KO_eight" = 25; -"@MMK_R_KO_ellipsis" = -45; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 28; -"@MMK_R_KO_four" = 39; -"@MMK_R_KO_g" = 27; -"@MMK_R_KO_guillemetleft" = 19; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 39; -"@MMK_R_KO_hyphen.case" = 18; -"@MMK_R_KO_i" = 15; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_n" = 15; -"@MMK_R_KO_nine" = 7; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = -16; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 25; -"@MMK_R_KO_seven" = 11; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 33; -"@MMK_R_KO_two" = 7; -"@MMK_R_KO_u" = 16; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -154; -"@MMK_R_KO_H" = 13; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = -141; -"@MMK_R_KO_O" = -32; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = 27; -"@MMK_R_KO_U" = 25; -"@MMK_R_KO_V" = 43; -"@MMK_R_KO_W" = 47; -"@MMK_R_KO_Y" = 44; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = -72; -"@MMK_R_KO_a.ss05" = -64; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -34; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -76; -"@MMK_R_KO_egrave" = -62; -"@MMK_R_KO_eight" = -17; -"@MMK_R_KO_ellipsis" = -184; -"@MMK_R_KO_f" = -26; -"@MMK_R_KO_five" = 4; -"@MMK_R_KO_four" = -86; -"@MMK_R_KO_g" = -72; -"@MMK_R_KO_guillemetleft" = -77; -"@MMK_R_KO_guillemetright" = -52; -"@MMK_R_KO_hyphen" = -92; -"@MMK_R_KO_hyphen.case" = -64; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -51; -"@MMK_R_KO_nine" = -14; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 20; -"@MMK_R_KO_quoteright.ss01" = 18; -"@MMK_R_KO_s" = -62; -"@MMK_R_KO_seven" = 44; -"@MMK_R_KO_six" = -26; -"@MMK_R_KO_slash" = -167; -"@MMK_R_KO_t" = -26; -"@MMK_R_KO_three" = -18; -"@MMK_R_KO_two" = -11; -"@MMK_R_KO_u" = -41; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = -43; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 24; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -81; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = 10; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -38; -"@MMK_R_KO_bracketright" = -68; -"@MMK_R_KO_colon" = 35; -"@MMK_R_KO_comma" = 23; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -21; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 13; -"@MMK_R_KO_f" = 20; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -54; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -25; -"@MMK_R_KO_onesuperior" = -40; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_period" = 25; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -9; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -43; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = -7; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 14; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -63; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 19; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 19; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -17; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_S" = 35; -"@MMK_R_KO_T" = -22; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -20; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = 24; -"@MMK_R_KO_a.ss05" = 23; -"@MMK_R_KO_asterisk" = 8; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -4; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eight" = 29; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_five" = 31; -"@MMK_R_KO_four" = 37; -"@MMK_R_KO_g" = 24; -"@MMK_R_KO_guillemetleft" = 12; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 35; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 14; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_n" = 12; -"@MMK_R_KO_nine" = 13; -"@MMK_R_KO_one" = 2; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 29; -"@MMK_R_KO_seven" = 11; -"@MMK_R_KO_six" = 20; -"@MMK_R_KO_slash" = -16; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 35; -"@MMK_R_KO_two" = 16; -"@MMK_R_KO_u" = 18; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 36; -"@MMK_R_KO_J" = 25; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_Y" = -23; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = -23; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 16; -"@MMK_R_KO_colon" = 29; -"@MMK_R_KO_comma" = 34; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -24; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -66; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -37; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -63; -"@MMK_R_KO_hyphen.case" = -9; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 13; -"@MMK_R_KO_one" = 8; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 35; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 6; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteright" = 17; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_seven" = 17; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 40; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 17; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -88; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -90; -"@MMK_R_KO_J" = -101; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -170; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = -74; -"@MMK_R_KO_Y" = -56; -"@MMK_R_KO_Z" = -90; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = -78; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eightsuperior" = 11; -"@MMK_R_KO_ellipsis" = -109; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 21; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 7; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -28; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -31; -"@MMK_R_KO_icircumflex" = -1; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -42; -"@MMK_R_KO_parenright" = -75; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_sevensuperior" = -64; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = 3; -"@MMK_R_KO_slash" = -96; -"@MMK_R_KO_t" = 17; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -105; -"@MMK_R_KO_v" = 24; -"@MMK_R_KO_w" = 31; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 21; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -66; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = -76; -"@MMK_R_KO_J" = -76; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -164; -"@MMK_R_KO_U" = 21; -"@MMK_R_KO_V" = -37; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = -66; -"@MMK_R_KO_Y" = -63; -"@MMK_R_KO_Z" = -69; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -18; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = 27; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = 18; -"@MMK_R_KO_ellipsis" = -83; -"@MMK_R_KO_exclam" = 16; -"@MMK_R_KO_f" = 27; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 16; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_icircumflex" = 11; -"@MMK_R_KO_imacron" = 11; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 11; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -71; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 3; -"@MMK_R_KO_question.ss01" = -12; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -9; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -57; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_sixsuperior" = 16; -"@MMK_R_KO_slash" = -68; -"@MMK_R_KO_t" = 24; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -53; -"@MMK_R_KO_u" = 21; -"@MMK_R_KO_underscore" = -90; -"@MMK_R_KO_v" = 32; -"@MMK_R_KO_w" = 40; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = 29; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -168; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -44; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -67; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = -78; -"@MMK_R_KO_colon" = 27; -"@MMK_R_KO_comma" = 23; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -33; -"@MMK_R_KO_egrave" = -34; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -47; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = -76; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -53; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 24; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 11; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = -24; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -37; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_sevensuperior" = -72; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 19; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -73; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 18; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -174; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -50; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -71; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asciicircum" = -39; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = 29; -"@MMK_R_KO_comma" = 21; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_egrave" = -34; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -75; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -38; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_sevensuperior" = -66; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 17; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -37; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -40; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_bracketright" = -63; -"@MMK_R_KO_colon" = 29; -"@MMK_R_KO_comma" = 21; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_egrave" = -34; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -75; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 14; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_sevensuperior" = -63; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 17; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = -27; -"@MMK_R_KO_J" = -46; -"@MMK_R_KO_O" = 36; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -40; -"@MMK_R_KO_U" = 21; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = -35; -"@MMK_R_KO_a" = 20; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -39; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eight" = 11; -"@MMK_R_KO_ellipsis" = -70; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_five" = 12; -"@MMK_R_KO_four" = 17; -"@MMK_R_KO_g" = 21; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 33; -"@MMK_R_KO_i" = 12; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_n" = 9; -"@MMK_R_KO_nine" = 22; -"@MMK_R_KO_one" = -6; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_parenright.case" = -57; -"@MMK_R_KO_period" = -39; -"@MMK_R_KO_period.ss01" = -56; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_seven" = 7; -"@MMK_R_KO_six" = 33; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = 13; -"@MMK_R_KO_three" = 14; -"@MMK_R_KO_two" = 14; -"@MMK_R_KO_u" = 21; -"@MMK_R_KO_v" = 26; -"@MMK_R_KO_w" = 31; -"@MMK_R_KO_y" = 22; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -41; -Tbar = -140; -asciitilde = -59; -asterisk = -128; -backslash = -144; -g.ss06 = 7; -minus = -96; -one = -65; -ordmasculine = -127; -plus = -77; -quotedbl = -141; -registered = -92; -seven = -76; -two = 41; -twosuperior = -76; -}; -Aacute = { -Tbar = -140; -}; -Abrevedotbelow.ss01 = { -T = -165; -}; -Aogonek = { -comma = 82; -parenright = 0; -}; -Atilde = { -ordfeminine = -128; -}; -B = { -Hbar = 41; -hbar = 44; -idieresis = 54; -itilde = 69; -}; -C = { -h = 0; -l = 0; -plus = -5; -three = 34; -}; -D = { -Lslash = 23; -Oslash = 11; -braceright = -80; -bracketright.case = -74; -}; -E = { -H = 0; -idieresis = 25; -}; -Eogonek = { -comma = 51; -}; -F = { -fourinferior = -113; -i = -8; -igrave = 50; -}; -G = { -Lslash = 31; -lslash = 23; -}; -Germandbls = { -S = 33; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -12; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 33; -itilde = 95; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 15; -D = 15; -E = 15; -H = 15; -Hbar = 96; -I = 15; -L = 15; -M = 15; -O = 0; -R = 15; -S = 26; -U = 27; -W = 27; -i = 3; -}; -I = { -Hbar = 33; -I = 0; -jcircumflex = 55; -}; -Icircumflex = { -Icircumflex = 35; -l.ss04 = 0; -}; -Imacron = { -Imacron = 40; -}; -Itilde = { -itilde = 75; -}; -J = { -Hbar = 40; -itilde = 85; -}; -Jacute = { -Imacron = 20; -}; -K = { -asciitilde = -88; -four = -50; -idieresis = 40; -igrave = 34; -itilde = 37; -less = -102; -logicalnot = -183; -minus = -134; -one = -42; -oslash = 0; -plus = -105; -}; -L = { -H = 0; -Tbar = -149; -asciitilde = -238; -asterisk = -141; -backslash = -154; -equal = -154; -four = -220; -less = -203; -logicalnot = -285; -minus = -285; -one = -67; -ordfeminine = -223; -ordmasculine = -217; -oslash = -23; -plus = -153; -quotedbl = -148; -quoteleft.ss01 = -68; -quoteright = -63; -quoteright.ss01 = -68; -registered = -257; -seven = -76; -twosuperior = -197; -}; -Lcaron = { -A = 5; -O = -67; -U = -46; -Uacute = -46; -V = -73; -a = -49; -hyphen = -179; -hyphen.case = -188; -u = -45; -v = -104; -}; -Lcommaaccent = { -twosuperior = -197; -}; -Lslash = { -twosuperior = -130; -}; -M = { -Hbar = 33; -idieresis = 66; -igrave = 33; -itilde = 95; -}; -N = { -Hbar = 33; -idieresis = 66; -igrave = 33; -itilde = 95; -}; -O = { -Dcroat = 13; -Lslash = 23; -braceright = -80; -bracketright.case = -75; -itilde = 39; -}; -Oslash = { -T = -29; -V = -20; -Y = -26; -parenright = -20; -parenright.case = -18; -}; -P = { -fourinferior = -111; -idieresis = 42; -itilde = 71; -two = 27; -}; -R = { -Hbar = 50; -jcircumflex = 69; -two = 22; -}; -S = { -Hbar = 39; -Lslash = 18; -dollar = 13; -four = 34; -idieresis = 50; -itilde = 65; -lslash = 24; -three = 33; -}; -T = { -Oslash = -71; -a.ss05 = -151; -aacute.ss05 = -147; -abreve = -82; -abreveacute = -95; -acircumflex = -113; -acircumflexacute = -113; -acircumflexdotbelow = -113; -adieresis = -100; -adotbelow.ss05 = -151; -ae = -151; -agrave = -99; -amacron = -86; -ampersand = -73; -aring = -97; -asciitilde = -176; -atilde = -99; -equal = -122; -four = -146; -g.ss06 = -158; -h = 0; -i.ss01 = -5; -iacute = -42; -idieresis = 0; -idotless = -74; -igrave = 44; -itilde = 0; -less = -181; -logicalnot = -212; -minus = -196; -ograve = -89; -plus = -139; -racute = -81; -scaron = -50; -seven = 19; -twoinferior = -173; -udieresis = -90; -udieresis.ss01 = -79; -ugrave = -83; -uhorngrave = -83; -umacron = -67; -ycircumflex = -91; -ygrave = -77; -yhookabove = -97; -zcaron = -52; -zeroinferior = -166; -}; -Tbar = { -A = -140; -Aacute = -140; -Tbar = 23; -a = -62; -comma = -63; -e = -66; -o = -66; -period = -61; -slash = -142; -}; -Tcaron = { -a.ss05 = -151; -}; -Tcedilla = { -a.ss05 = -151; -abreve = -82; -four = -146; -}; -Tcommaaccent = { -a.ss05 = -151; -abreve = -82; -four = -146; -}; -Thorn = { -A = -52; -AE = -49; -Aacute = -52; -J = -118; -O = 24; -Oacute = 24; -V = -50; -Y = -67; -Yacute = -67; -a = 19; -aacute = 19; -e = 11; -o = 10; -oacute = 10; -period = -61; -}; -U = { -Hbar = 44; -jcircumflex = 67; -}; -V = { -four = -102; -iacute = -29; -ibreve = 92; -idieresis = 57; -igrave = 47; -itilde = 68; -minus = -97; -plus = -78; -scaron = -36; -seven = 35; -twoinferior = -86; -}; -W = { -Hbar = 43; -backslash = 63; -idieresis = 70; -igrave = 59; -itilde = 86; -}; -X = { -asciitilde = -95; -four = -56; -less = -108; -logicalnot = -171; -minus = -141; -notequal = -110; -one = -30; -plus = -112; -}; -Y = { -a.ss05 = -93; -agrave = -96; -amacron = -75; -ampersand = -68; -asciitilde = -111; -at = -73; -four = -146; -g.ss06 = -106; -igrave = 44; -less = -109; -logicalnot = -161; -minus = -134; -ograve = -91; -plus = -111; -scaron = -43; -twoinferior = -138; -}; -Z = { -four = -153; -ibreve = 76; -igrave = 46; -itilde = 59; -minus = -141; -plus = -120; -}; -_B.currency = { -_baht.bar = 0; -}; -a = { -braceright = -73; -}; -a.ss05 = { -g.ss06 = 13; -}; -acircumflexacute.ss05 = { -y = -31; -}; -adieresis.ss05 = { -germandbls = -25; -}; -ampersand = { -V = -117; -W = -79; -Y = -150; -quotedbl = -135; -quotedblleft = -117; -}; -aogonek = { -j = 18; -parenright = 0; -}; -aogonek.ss05 = { -parenright = 0; -}; -approxequal = { -parenright = -140; -parenright.case = -137; -}; -asciicircum = { -J = -205; -X = -110; -Y = -90; -bracketright = -131; -comma = -63; -comma.ss01 = -58; -four = -122; -hyphen = -179; -parenright = -131; -parenright.case = -131; -period = -61; -period.ss01 = -58; -slash = -179; -}; -asciitilde = { -I.ss02 = -219; -J = -205; -V = -166; -W = -133; -X = -208; -Y = -192; -Z = -215; -bracketright = -166; -bracketright.case = -167; -comma = -63; -comma.ss01 = -58; -eight = -109; -exclam = -80; -four = -112; -one = -133; -parenright = -158; -parenright.case = -149; -period = -61; -period.ss01 = -58; -question = -108; -quotedbl = -136; -quotedblright = -117; -seven = -113; -slash = -197; -three = -109; -two = -102; -}; -at = { -T = -85; -parenright = -87; -}; -b = { -asterisk = -66; -braceright = -78; -lslash = 23; -one = -65; -}; -backslash = { -T = -164; -V = -171; -Y = -161; -asterisk = -134; -backslash = -154; -quotedbl = -143; -quotedblleft = -117; -quotedblleft.ss01 = -128; -quotedblright = -117; -quotedblright.ss01 = -128; -quoteleft = -63; -quoteright = -63; -quotesingle = -57; -}; -baht = { -parenright = -65; -}; -braceleft = { -p = 0; -}; -bracketleft = { -asciicircum = -118; -asciitilde = -93; -bracketright = 44; -jcircumflex = 86; -p = 0; -pi = -66; -plus = -103; -x = -70; -}; -c = { -asterisk = -56; -braceright = -77; -}; -cent = { -parenright = -85; -}; -colon = { -T = -71; -Y = -66; -four = -71; -one = -37; -parenright = -71; -two = 14; -zero = -5; -}; -colon.ss01 = { -T = -68; -four = -68; -parenright = -68; -}; -comma = { -eightsuperior = -63; -fivesuperior = -63; -foursuperior = -63; -ninesuperior = -63; -onesuperior = -63; -quoteleft = -63; -quotesingle = -57; -sevensuperior = -63; -sixsuperior = -63; -threesuperior = -63; -twosuperior = -63; -}; -comma.ss01 = { -eightsuperior = -58; -fivesuperior = -58; -foursuperior = -58; -ninesuperior = -58; -onesuperior = -58; -sevensuperior = -58; -sixsuperior = -58; -threesuperior = -58; -twosuperior = -58; -}; -copyright = { -Y = -77; -parenright = -108; -}; -d = { -idieresis = 26; -igrave = 23; -itilde = 27; -}; -dcaron = { -C = 37; -H = 91; -bracketright = 0; -eightsuperior = 85; -exclam = 92; -exclam.ss01 = 91; -fivesuperior = 90; -foursuperior = 20; -h = 53; -i = 38; -j = 34; -k = 53; -l = 53; -l.ss03 = 48; -l.ss04 = 52; -ninesuperior = 77; -onesuperior = 88; -parenright = 55; -question = 86; -question.ss01 = 79; -quotedbl = 106; -quotedblleft = 76; -quotedblleft.ss01 = 81; -quoteleft = 69; -quoteleft.ss01 = 81; -quotesingle = 106; -sevensuperior = 101; -sixsuperior = 75; -t = 19; -t_i.liga = 20; -t_t.liga = 19; -threesuperior = 72; -twosuperior = 79; -zcaron = 9; -}; -dcroat = { -i = 34; -igrave = 36; -itilde = 37; -}; -degree = { -J = -185; -comma = -63; -comma.ss01 = -58; -emdash = -202; -endash = -202; -four = -128; -hyphen = -179; -parenright = -50; -parenright.case = -50; -period = -61; -period.ss01 = -58; -slash = -152; -}; -divide = { -parenright = -121; -}; -dollar = { -parenright = -67; -three = 14; -}; -e = { -asterisk = -65; -backslash = -64; -braceright = -80; -germandbls = -21; -one = -68; -seven = -62; -}; -ecircumflexacute = { -t = -9; -}; -eight = { -bracketright = -54; -degree = -20; -}; -eight.dnom = { -degree = -99; -question.ss01 = -103; -quotedbl = -113; -quotedblleft = -117; -quotedblright = -117; -}; -eightsuperior = { -comma = -63; -comma.ss01 = -58; -period = -61; -period.ss01 = -58; -slash = -116; -}; -ellipsis = { -Tbar = -196; -bracketright = -88; -eightsuperior = -220; -fivesuperior = -220; -foursuperior = -220; -ninesuperior = -223; -onesuperior = -104; -parenleft = -50; -parenleft.case = -69; -question = -120; -quoteleft = -63; -quoteright = -63; -quotesingle = -57; -sevensuperior = -177; -sixsuperior = -223; -threesuperior = -214; -twosuperior = -197; -}; -ellipsis.ss01 = { -Tbar = -201; -bracketright = -96; -eightsuperior = -220; -fivesuperior = -220; -foursuperior = -220; -ninesuperior = -223; -onesuperior = -104; -question.ss01 = -119; -quoteleft.ss01 = -68; -quoteright.ss01 = -68; -quotesingle = -57; -sevensuperior = -177; -sixsuperior = -223; -threesuperior = -214; -twosuperior = -197; -}; -emdash = { -foursuperior = -193; -question = -109; -}; -emdash.case = { -X = -117; -quotedblbase = -121; -quotedblbase.ss01 = -128; -}; -endash = { -X = -72; -endash = 0; -foursuperior = -193; -question = -109; -}; -endash.case = { -H = -10; -X = -117; -quotedblbase = -121; -quotedblbase.ss01 = -128; -}; -eng = { -bracketright = -20; -}; -eogonek = { -lslash = 13; -}; -equal = { -T = -123; -equal = 0; -parenright = -102; -parenright.case = -96; -}; -eth = { -a = 19; -e = 10; -g = 18; -hyphen = 32; -parenright = -50; -}; -euro = { -parenright = -70; -parenright.case = -70; -}; -exclamdown = { -T = -90; -V = -47; -Y = -69; -}; -f = { -igrave = 0; -n = 0; -o = -32; -}; -f_f.liga = { -igrave = 20; -}; -f_f_i.liga = { -idieresis = 26; -}; -fi = { -idieresis = 26; -}; -five = { -degree = -41; -ordmasculine = -31; -percent = -21; -}; -five.dnom = { -degree = -105; -question.ss01 = -90; -quotedblleft = -117; -}; -five.numr = { -fraction = -16; -}; -fiveinferior = { -T = -167; -}; -fivesuperior = { -comma = -63; -comma.ss01 = -58; -period = -61; -period.ss01 = -58; -slash = -120; -}; -fl = { -idieresis = 26; -itilde = 27; -periodcentered.loclCAT = 43; -}; -four = { -asciicircum = -114; -bracketright = -67; -bracketright.case = -59; -degree = -77; -ordfeminine = -67; -ordmasculine = -67; -percent = -62; -x = -54; -}; -four.dnom = { -degree = -102; -question.ss01 = -97; -quotedblleft = -117; -}; -fourinferior = { -T = -174; -V = -115; -}; -foursuperior = { -comma = -63; -comma.ss01 = -58; -period = -61; -period.ss01 = -58; -slash = -116; -}; -fraction = { -eight.dnom = 0; -four.dnom = -45; -fourinferior = -45; -seveninferior = 42; -two.dnom = 5; -zero.dnom = -16; -}; -g = { -bracketright = -40; -j = 17; -j.ss01 = 17; -parenright = -33; -slash = 8; -}; -g.ss06 = { -g.ss06 = 38; -}; -gcaron.ss06 = { -gcaron.ss06 = 38; -}; -gdotaccent = { -j = 43; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 38; -}; -germandbls = { -e = 14; -hyphen = 36; -parenright = -49; -}; -greater = { -T = -168; -parenright = -107; -}; -greaterequal = { -T = -212; -}; -guillemetleft = { -pi = 0; -}; -guillemetright = { -X = -64; -bracketright = -81; -}; -guilsinglright = { -X = -64; -}; -h = { -asterisk = -60; -}; -hyphen = { -Lslash = 41; -X = -62; -bracketright = -93; -foursuperior = -156; -pi = -23; -question = -109; -quotedblbase = -121; -quoteleft = -63; -quotesingle = -57; -x = -76; -}; -hyphen.case = { -Dcroat = 34; -X = -116; -bracketright.case = -102; -quotedblbase = -121; -quotedblbase.ss01 = -128; -quotesinglbase = -73; -}; -i = { -T = -25; -idieresis = 27; -jcircumflex = 18; -parenright = -30; -}; -i.ss01 = { -parenright = -24; -}; -iacute = { -rcaron = 4; -}; -icircumflex = { -b = 8; -h = 8; -i = 4; -icircumflex = 38; -j = 0; -k = 8; -l = 8; -l.ss03 = 7; -l.ss04 = 3; -question = 65; -quotedbl = 27; -quoteright = 30; -quotesingle = 31; -}; -idieresis = { -b = 7; -idieresis = 8; -k = 7; -l = 7; -l.ss03 = 0; -l.ss04 = 0; -}; -idotaccent = { -parenright = -42; -}; -idotaccent.ss01 = { -parenright = -24; -}; -imacron = { -b = 4; -imacron = 45; -j = 0; -k = 4; -kcommaaccent = 4; -l = 4; -l.ss04 = 0; -lcommaaccent = 4; -quotedbl = 14; -}; -infinity = { -parenright = -87; -parenright.case = -82; -}; -integral = { -a = -75; -}; -iogonek = { -j = 0; -}; -itilde = { -h = 8; -itilde = 11; -quotedbl = 55; -quotesingle = 57; -}; -j = { -j = 18; -}; -jacute = { -backslash = 83; -iogonek = 31; -}; -jcircumflex = { -i = 23; -jcircumflex = 74; -}; -k = { -oslash = -14; -}; -l = { -at = 0; -idieresis = 26; -igrave = 23; -itilde = 27; -jcircumflex = 22; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -34; -}; -l.ss04 = { -periodcentered.loclCAT = 43; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 90; -l = 64; -ncaron = 2; -scaron = 0; -twosuperior = 79; -}; -lcaron.ss03 = { -b = 16; -eightsuperior = 34; -exclam = 44; -exclam.ss01 = 43; -fivesuperior = 39; -k = 16; -ninesuperior = 26; -onesuperior = 41; -question = 36; -quotedbl = 55; -quotesingle = 55; -sevensuperior = 53; -sixsuperior = 24; -}; -lcaron.ss04 = { -exclam.ss01 = 110; -twosuperior = 98; -}; -liraTurkish = { -one = -66; -parenright = -92; -question = -70; -quotedbl = -88; -quotesingle = -57; -seven = -74; -}; -logicalnot = { -Y = -188; -parenright = -150; -seven = -149; -}; -m = { -asterisk = -59; -braceright = -74; -twosuperior = -10; -}; -minus = { -T = -196; -X = -140; -comma = -63; -one = -96; -parenright = -126; -parenright.case = -117; -period = -61; -seven = -90; -three = -19; -two = -25; -}; -mu = { -mu = 0; -parenright = -58; -quotesingle = -29; -}; -multiply = { -parenright = -116; -parenright.case = -111; -}; -n = { -asterisk = -61; -at = 7; -braceright = -75; -degree = -72; -g.ss06 = 13; -n = 0; -one = -60; -ordmasculine = -48; -}; -ncaron = { -Yacute = -75; -}; -nine = { -bracketright = -64; -degree = -13; -}; -nine.dnom = { -degree = -102; -question = -87; -question.ss01 = -97; -quotedbl = -115; -quotedblleft = -117; -quotedblleft.ss01 = -128; -quotedblright = -117; -quotedblright.ss01 = -128; -}; -ninesuperior = { -comma = -63; -comma.ss01 = -58; -fraction = -22; -period = -61; -period.ss01 = -58; -slash = -125; -}; -notequal = { -parenright = -140; -parenright.case = -134; -}; -numbersign = { -parenright = -72; -}; -o = { -asterisk = -72; -backslash = -68; -braceright = -80; -germandbls = -18; -lslash = 15; -n = 0; -one = -67; -}; -oacute = { -lslash = 15; -}; -ocircumflexacute = { -bracketright = -11; -parenright = -9; -}; -odieresis = { -germandbls = -20; -}; -ohorn = { -i = 16; -m = 16; -n = 16; -parenright = -42; -}; -ohornacute = { -c = 0; -i = -2; -m = -2; -n = -2; -p = -2; -t = -16; -t_i.liga = -16; -t_t.liga = -16; -}; -ohorndotbelow = { -c = 0; -i = -2; -n = -2; -p = -2; -t = -16; -t_i.liga = -16; -t_t.liga = -16; -u = 2; -}; -ohorngrave = { -i = -2; -n = -2; -parenright = -57; -}; -ohornhookabove = { -i = -2; -n = -2; -}; -ohorntilde = { -i = -2; -n = -2; -}; -ohungarumlaut = { -parenright = -73; -}; -one = { -comma.ss01 = -20; -degree = -18; -equal = 0; -four = 0; -icircumflex = 54; -nine = 7; -one = 0; -parenright = -12; -percent = 0; -period.ss01 = -19; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -93; -one.dnom = 0; -question.ss01 = -97; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -63; -comma.ss01 = -58; -period = -61; -period.ss01 = -58; -slash = -94; -}; -ordfeminine = { -comma = -63; -comma.ss01 = -58; -period = -61; -period.ss01 = -58; -}; -ordmasculine = { -comma = -63; -comma.ss01 = -58; -hyphen = -141; -parenright = -46; -period = -61; -period.ss01 = -58; -slash = -131; -}; -oslash = { -d = 0; -e = 0; -g = 6; -hyphen = 20; -parenright = -79; -y = -17; -}; -p = { -asterisk = -65; -backslash = -66; -braceright = -78; -lslash = 19; -one = -65; -}; -parenleft = { -Dcroat = -46; -H = 0; -Icircumflex = 32; -Oslash = -40; -ampersand = -66; -approxequal = -148; -asciicircum = -119; -asciitilde = -106; -at = -84; -cent = -81; -copyright = -82; -degree = -39; -divide = -111; -dollar = -44; -equal = -88; -euro = -77; -greaterequal = -69; -i = -20; -idotaccent = -20; -infinity = -79; -iogonek = 83; -jcircumflex = 103; -less = -107; -literSign = -66; -logicalnot = -124; -minus = -116; -mu = 0; -multiply = -103; -notequal = -126; -numbersign = -64; -oslash = -23; -p = 0; -parenleft = -48; -pi = -59; -plus = -108; -plusminus = -52; -published = -82; -question = -39; -quotedblbase = 30; -quoteleft = -18; -radical = -82; -scaron = -42; -section = -31; -sterling = -39; -x = -30; -}; -parenleft.case = { -Icircumflex = 63; -approxequal = -124; -asciicircum = -119; -asciitilde = -90; -dollar = -43; -equal = -83; -euro = -73; -minus = -109; -numbersign = -59; -parenleft.case = -37; -plus = -99; -question = -33; -quotedblbase = 14; -quoteleft = -18; -}; -parenright = { -bracketright = -53; -comma = -4; -comma.ss01 = -33; -hyphen = 22; -parenleft = 22; -parenright = -61; -period = -15; -period.ss01 = -37; -quotedbl = -23; -}; -parenright.case = { -comma = -30; -comma.ss01 = -57; -parenright.case = -50; -period = -32; -period.ss01 = -56; -}; -percent = { -asterisk = -91; -bracketright = -76; -comma.ss01 = -37; -eightsuperior = -60; -fivesuperior = -67; -foursuperior = -95; -ninesuperior = -72; -onesuperior = -76; -parenright = -79; -parenright.case = -48; -period = -15; -period.ss01 = -40; -question = -90; -question.ss01 = -108; -quotedbl = -92; -quotedblleft = -105; -quotedblright = -89; -quoteleft = -63; -quoteright = -63; -quotesingle = -57; -sevensuperior = -76; -sixsuperior = -70; -threesuperior = -59; -twosuperior = -37; -}; -period = { -bracketright = -61; -eightsuperior = -61; -fivesuperior = -61; -foursuperior = -61; -ninesuperior = -61; -onesuperior = -61; -ordfeminine = -61; -ordmasculine = -61; -parenleft.case = -33; -question = -61; -quoteleft = -61; -quotesingle = -57; -sevensuperior = -61; -sixsuperior = -61; -threesuperior = -61; -twosuperior = -61; -}; -period.ss01 = { -bracketright = -58; -eightsuperior = -58; -fivesuperior = -58; -foursuperior = -58; -ninesuperior = -58; -onesuperior = -58; -ordfeminine = -58; -ordmasculine = -58; -question.ss01 = -58; -sevensuperior = -58; -sixsuperior = -58; -threesuperior = -58; -twosuperior = -58; -}; -periodcentered.loclCAT = { -l = 43; -l.ss03 = 45; -}; -perthousand = { -asterisk = -113; -parenright = -86; -parenright.case = -55; -question = -95; -question.ss01 = -120; -quotedblleft = -117; -quotedblleft.ss01 = -128; -quotedblright = -117; -quotedblright.ss01 = -128; -quoteleft = -63; -quoteright = -63; -}; -pi = { -hyphen = -23; -parenright = -42; -period = 23; -pi = 20; -quotesingle = -15; -}; -plus = { -J = -144; -T = -139; -V = -78; -X = -111; -Y = -110; -braceright = -112; -bracketright = -111; -comma = -63; -comma.ss01 = -58; -one = -80; -parenright = -120; -parenright.case = -109; -period = -61; -period.ss01 = -58; -quotedbl = -77; -seven = -74; -slash = -93; -three = -19; -two = -25; -}; -published = { -parenright = -108; -}; -q = { -bracketright = -8; -j = 19; -parenright = 0; -}; -question = { -A = -109; -J = -108; -comma = -63; -hyphen = -69; -parenright = -41; -parenright.case = -39; -period = -61; -question = 32; -questiondown = -102; -slash = -113; -}; -question.ss01 = { -comma.ss01 = -58; -parenright = -43; -parenright.case = -40; -period.ss01 = -58; -questiondown.ss01 = -122; -}; -questiondown.case = { -T = -97; -V = -96; -Y = -101; -quotedbl = -119; -quotedblleft = -113; -quotedblleft.ss01 = -128; -quoteright = -63; -}; -questiondown.ss01 = { -C = -89; -Q = -96; -Q.ss09 = -96; -T = -198; -V = -159; -Y = -179; -four = -112; -quotedbl = -118; -quotedblleft.ss01 = -128; -quotesingle = -57; -}; -quotedbl = { -ellipsis.ss01 = -148; -exclamdown = -54; -g.ss06 = -74; -icircumflex = 26; -mu = -48; -questiondown = -142; -questiondown.case = -113; -questiondown.ss01 = -148; -underscore = -148; -}; -quotedblbase = { -copyright = -85; -divide = -121; -equal = -121; -euro = -121; -minus = -121; -p = -7; -plus = -121; -question = -106; -quotedblright = -117; -quoteleft = -63; -}; -quotedblbase.ss01 = { -divide = -128; -minus = -128; -plus = -128; -question.ss01 = -119; -quotedblright.ss01 = -128; -}; -quotedblleft = { -g.ss06 = -64; -mu = -39; -questiondown = -116; -questiondown.case = -96; -quotedblbase = -117; -underscore = -117; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -128; -questiondown.ss01 = -128; -quotedblbase.ss01 = -128; -underscore = -128; -}; -quotedblright = { -asciitilde = -89; -questiondown = -117; -questiondown.case = -104; -quotesinglbase = -73; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -128; -questiondown.case = -128; -questiondown.ss01 = -128; -}; -quoteleft = { -questiondown = -63; -questiondown.case = -63; -quotedblbase = -63; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -68; -}; -quoteright = { -icircumflex = 42; -questiondown = -63; -quotedblbase = -63; -}; -quoteright.ss01 = { -questiondown.ss01 = -68; -quotedblbase.ss01 = -68; -}; -quotesinglbase = { -T = -73; -V = -73; -Y = -73; -minus = -73; -plus = -73; -question = -73; -quotedblleft = -73; -quoteleft = -63; -}; -quotesinglbase.ss01 = { -T = -68; -V = -68; -Y = -68; -question.ss01 = -68; -}; -quotesingle = { -Hbar = 40; -g.ss06 = -52; -icircumflex = 48; -igrave = 24; -imacron = 25; -itilde = 69; -l.ss04 = 5; -questiondown = -57; -questiondown.case = -57; -underscore = -57; -}; -r = { -braceright = -77; -fourinferior = -102; -g.ss06 = -24; -parenright = -75; -}; -radical = { -A = -123; -}; -rcaron = { -sevensuperior = -4; -}; -registered = { -comma = -63; -comma.ss01 = -58; -parenright = -65; -parenright.case = -63; -period = -61; -period.ss01 = -58; -slash = -101; -}; -s = { -asterisk = -49; -braceright = -74; -l = 0; -}; -scaron = { -T = -61; -}; -semicolon = { -hyphen = -73; -}; -seven = { -minus = -110; -percent = -5; -plus = -96; -underscore = -169; -}; -seven.dnom = { -question.ss01 = -115; -}; -seven.numr = { -fraction = -45; -}; -seveninferior = { -parenright = -84; -}; -sevensuperior = { -A = -177; -comma = -63; -comma.ss01 = -58; -fraction = -45; -period = -61; -period.ss01 = -58; -slash = -177; -}; -six = { -bracketright = -50; -degree = -15; -}; -six.dnom = { -degree = -100; -question.ss01 = -99; -quotedbl = -113; -quotedblleft = -117; -quotedblleft.ss01 = -128; -quotedblright = -117; -}; -sixinferior = { -T = -166; -}; -sixsuperior = { -comma = -63; -comma.ss01 = -58; -period = -61; -period.ss01 = -58; -slash = -122; -}; -slash = { -fourinferior = -139; -g.ss06 = -70; -ibreve = 99; -l.ss04 = 57; -mu = -51; -quotedblbase = -121; -quotedblbase.ss01 = -128; -quotesinglbase = -73; -underscore = -175; -}; -sterling = { -two = 17; -}; -t_i.liga = { -idieresis = 26; -}; -tcaron = { -b = 0; -exclam = 17; -h = 0; -hyphen = -54; -i = 0; -j = 0; -k = 0; -parenright = 28; -quotedbl = 19; -quotedblleft = 3; -quotesingle = 19; -}; -tcedilla = { -parenright = 9; -}; -tenge = { -comma = -63; -comma.ss01 = -58; -period = -61; -period.ss01 = -58; -slash = -131; -}; -three = { -bracketright = -44; -}; -three.dnom = { -degree = -99; -question.ss01 = -103; -quotedbl = -113; -quotedblleft = -117; -quotedblright = -117; -}; -three.numr = { -fraction = -14; -}; -threeinferior = { -T = -168; -V = -91; -Y = -141; -}; -threesuperior = { -comma = -63; -comma.ss01 = -58; -fraction = -18; -parenright = -26; -period = -61; -period.ss01 = -58; -slash = -118; -}; -trademark = { -comma = -63; -comma.ss01 = -58; -hyphen = -172; -period = -61; -period.ss01 = -58; -slash = -140; -}; -two = { -percent = 9; -}; -two.dnom = { -degree = -97; -question.ss01 = -90; -quotedbl = -112; -quotedblleft = -117; -quotedblright = -117; -}; -twoinferior = { -T = -177; -V = -87; -Y = -137; -}; -twosuperior = { -comma = -63; -comma.ss01 = -58; -parenright = -23; -parenright.case = -23; -period = -61; -period.ss01 = -58; -slash = -92; -}; -uhorn = { -a = -16; -ohorn = -20; -ohornacute = -20; -ohorndotbelow = -20; -ohorndotbelow.ss01 = -20; -ohorngrave = -20; -ohornhookabove = -20; -ohorntilde = -20; -}; -uhornacute = { -a = -26; -c = -31; -}; -uhorndotbelow = { -a = -26; -c = -31; -comma = -29; -period = -31; -}; -uhorngrave = { -a = -26; -a.ss05 = -25; -}; -uhornhookabove = { -a = -26; -comma = -29; -comma.ss01 = -50; -period = -31; -period.ss01 = -52; -}; -uhorntilde = { -a = -26; -comma = -29; -period = -31; -}; -uhungarumlaut = { -parenright = -60; -}; -underscore = { -C = -69; -O = -76; -T = -192; -V = -189; -W = -120; -Y = -180; -asterisk = -141; -four = -192; -one = -90; -quotedbl = -148; -quotedblright = -117; -quotedblright.ss01 = -128; -quotesingle = -57; -seven = -110; -six = -45; -v = -122; -}; -uogonek = { -j = 0; -parenright = -11; -}; -v = { -braceright = -73; -n = 0; -}; -w = { -braceright = -69; -}; -x = { -four = -67; -}; -y = { -braceright = -74; -}; -ydotbelow = { -period = -61; -}; -zero = { -braceright = -66; -bracketright = -70; -bracketright.case = -56; -degree = -21; -percent = 8; -}; -zero.dnom = { -degree = -106; -question = -86; -question.ss01 = -102; -quotedbl = -118; -quotedblleft = -117; -quotedblleft.ss01 = -128; -quotedblright = -117; -quotedblright.ss01 = -128; -quoteleft = -63; -}; -zeroinferior = { -parenright = -73; -}; -zerosuperior = { -comma = -63; -comma.ss01 = -58; -fraction = -31; -period = -61; -period.ss01 = -58; -slash = -132; -}; -}; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 24; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = 30; -"@MMK_R_KO_O" = -35; -"@MMK_R_KO_S" = -22; -"@MMK_R_KO_T" = -108; -"@MMK_R_KO_U" = -35; -"@MMK_R_KO_V" = -112; -"@MMK_R_KO_W" = -86; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = -138; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -108; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -35; -"@MMK_R_KO_eightsuperior" = -83; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_fivesuperior" = -94; -"@MMK_R_KO_foursuperior" = -76; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -47; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -34; -"@MMK_R_KO_hyphen.case" = -55; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = 16; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -109; -"@MMK_R_KO_onesuperior" = -119; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -96; -"@MMK_R_KO_question.ss01" = -98; -"@MMK_R_KO_quotedbl" = -99; -"@MMK_R_KO_quotedblleft" = -89; -"@MMK_R_KO_quotedblleft.ss01" = -95; -"@MMK_R_KO_quoteleft" = -89; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -74; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_sevensuperior" = -116; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_sixsuperior" = -99; -"@MMK_R_KO_slash" = 10; -"@MMK_R_KO_t" = -47; -"@MMK_R_KO_threesuperior" = -82; -"@MMK_R_KO_trademark" = -131; -"@MMK_R_KO_u" = -25; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -89; -"@MMK_R_KO_w" = -66; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = 17; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 25; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = -24; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -9; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 80; -"@MMK_R_KO_imacron" = 48; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 17; -"@MMK_R_KO_n" = 8; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -9; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -13; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -24; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -35; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -38; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -10; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = -41; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -40; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = -29; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 6; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 51; -"@MMK_R_KO_imacron" = 16; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -21; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_parenright.case" = -37; -"@MMK_R_KO_period" = -24; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_sevensuperior" = -25; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -39; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -72; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -39; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -15; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -50; -"@MMK_R_KO_Y" = -57; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -4; -"@MMK_R_KO_bracketright" = -45; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -40; -"@MMK_R_KO_comma.ss01" = -37; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 13; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 34; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -46; -"@MMK_R_KO_period" = -33; -"@MMK_R_KO_period.ss01" = -37; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_six" = 26; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -82; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = -15; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -32; -"@MMK_R_KO_H" = 16; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 27; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 30; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = -42; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = 19; -"@MMK_R_KO_comma" = -30; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = 6; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 7; -"@MMK_R_KO_guillemetleft" = 20; -"@MMK_R_KO_hyphen" = 21; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 15; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_n" = 15; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -22; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_parenright.case" = -34; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = 7; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = 7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -25; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_threesuperior" = 2; -"@MMK_R_KO_u" = 19; -"@MMK_R_KO_y" = 0; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 17; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 32; -"@MMK_R_KO_J" = 24; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 21; -"@MMK_R_KO_X" = 23; -"@MMK_R_KO_Y" = 14; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 8; -"@MMK_R_KO_colon" = 19; -"@MMK_R_KO_comma" = 16; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 4; -"@MMK_R_KO_exclam" = 15; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = 4; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -20; -"@MMK_R_KO_i" = 12; -"@MMK_R_KO_icircumflex" = 105; -"@MMK_R_KO_imacron" = 78; -"@MMK_R_KO_j" = 12; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 25; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 5; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -58; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 22; -"@MMK_R_KO_J" = -85; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 25; -"@MMK_R_KO_U" = 19; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 7; -"@MMK_R_KO_Y" = 24; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = -24; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -75; -"@MMK_R_KO_comma.ss01" = -124; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -82; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_hyphen.case" = -8; -"@MMK_R_KO_icircumflex" = 58; -"@MMK_R_KO_imacron" = 85; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 38; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 9; -"@MMK_R_KO_parenright" = 2; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 5; -"@MMK_R_KO_quotedbl" = 17; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 8; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_s" = -23; -"@MMK_R_KO_sevensuperior" = 12; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = 11; -"@MMK_R_KO_slash" = -69; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 10; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -219; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 25; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 24; -"@MMK_R_KO_V" = -35; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -43; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -34; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 16; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 17; -"@MMK_R_KO_hyphen.case" = 10; -"@MMK_R_KO_i" = 12; -"@MMK_R_KO_icircumflex" = 58; -"@MMK_R_KO_imacron" = 21; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -22; -"@MMK_R_KO_six" = 25; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -36; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_underscore" = -74; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = 15; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -3; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = 18; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = 8; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 52; -"@MMK_R_KO_imacron" = 17; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -22; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 18; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -39; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_underscore" = 16; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = 10; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -1; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 91; -"@MMK_R_KO_imacron" = 65; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -5; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_sevensuperior" = -3; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -15; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 18; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 33; -"@MMK_R_KO_J" = 25; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 29; -"@MMK_R_KO_X" = 26; -"@MMK_R_KO_Y" = 17; -"@MMK_R_KO_Z" = 35; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 12; -"@MMK_R_KO_colon" = 20; -"@MMK_R_KO_comma" = 17; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 5; -"@MMK_R_KO_exclam" = 16; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -89; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 109; -"@MMK_R_KO_imacron" = 82; -"@MMK_R_KO_j" = 14; -"@MMK_R_KO_l.ss04" = 35; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 26; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 3; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = 5; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = 4; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 15; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 15; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -4; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 99; -"@MMK_R_KO_imacron" = 73; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 5; -"@MMK_R_KO_period" = -8; -"@MMK_R_KO_period.ss01" = -21; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_sixsuperior" = 3; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -40; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = 29; -"@MMK_R_KO_O" = -58; -"@MMK_R_KO_S" = -37; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_X" = 29; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 28; -"@MMK_R_KO_a" = -45; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -94; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = 4; -"@MMK_R_KO_e" = -49; -"@MMK_R_KO_egrave" = -47; -"@MMK_R_KO_eightsuperior" = -21; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -67; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -60; -"@MMK_R_KO_hyphen.case" = -101; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 16; -"@MMK_R_KO_imacron" = 82; -"@MMK_R_KO_j" = 23; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -17; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 6; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = 3; -"@MMK_R_KO_question" = -53; -"@MMK_R_KO_question.ss01" = -49; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -60; -"@MMK_R_KO_quotedblleft.ss01" = -48; -"@MMK_R_KO_quoteleft" = -59; -"@MMK_R_KO_quoteright" = -31; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = -32; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -46; -"@MMK_R_KO_sixsuperior" = -34; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -54; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -77; -"@MMK_R_KO_w" = -69; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 24; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = 28; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -115; -"@MMK_R_KO_U" = -14; -"@MMK_R_KO_V" = -114; -"@MMK_R_KO_W" = -61; -"@MMK_R_KO_X" = 23; -"@MMK_R_KO_Y" = -150; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_asciicircum" = -226; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = 23; -"@MMK_R_KO_comma.ss01" = 2; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -206; -"@MMK_R_KO_ellipsis" = 11; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -38; -"@MMK_R_KO_fivesuperior" = -203; -"@MMK_R_KO_foursuperior" = -214; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -121; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -5; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -211; -"@MMK_R_KO_onesuperior" = -149; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -1; -"@MMK_R_KO_period" = 32; -"@MMK_R_KO_period.ss01" = 2; -"@MMK_R_KO_question" = -111; -"@MMK_R_KO_question.ss01" = -99; -"@MMK_R_KO_quotedbl" = -99; -"@MMK_R_KO_quotedblleft" = -209; -"@MMK_R_KO_quotedblleft.ss01" = -222; -"@MMK_R_KO_quoteleft" = -148; -"@MMK_R_KO_quoteright" = -212; -"@MMK_R_KO_quoteright.ss01" = -211; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -188; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -206; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_threesuperior" = -203; -"@MMK_R_KO_trademark" = -229; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -57; -"@MMK_R_KO_w" = -51; -"@MMK_R_KO_x" = 19; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 54; -"@MMK_R_KO_H" = 30; -"@MMK_R_KO_I.ss02" = 47; -"@MMK_R_KO_J" = 58; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 37; -"@MMK_R_KO_T" = -94; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -91; -"@MMK_R_KO_W" = -49; -"@MMK_R_KO_X" = 52; -"@MMK_R_KO_Y" = -131; -"@MMK_R_KO_Z" = 62; -"@MMK_R_KO_a" = 13; -"@MMK_R_KO_a.ss05" = 47; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 41; -"@MMK_R_KO_comma" = 53; -"@MMK_R_KO_comma.ss01" = 32; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = -105; -"@MMK_R_KO_ellipsis" = 41; -"@MMK_R_KO_exclam" = 31; -"@MMK_R_KO_fivesuperior" = -111; -"@MMK_R_KO_foursuperior" = -100; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = 33; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -102; -"@MMK_R_KO_i" = 19; -"@MMK_R_KO_ninesuperior" = -120; -"@MMK_R_KO_onesuperior" = -115; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = 29; -"@MMK_R_KO_period" = 62; -"@MMK_R_KO_period.ss01" = 31; -"@MMK_R_KO_question" = -87; -"@MMK_R_KO_question.ss01" = -77; -"@MMK_R_KO_quotedbl" = -99; -"@MMK_R_KO_quotedblleft" = -102; -"@MMK_R_KO_quotedblleft.ss01" = -115; -"@MMK_R_KO_quoteleft" = -102; -"@MMK_R_KO_quoteright" = -112; -"@MMK_R_KO_quoteright.ss01" = -108; -"@MMK_R_KO_s" = 34; -"@MMK_R_KO_sevensuperior" = -118; -"@MMK_R_KO_sixsuperior" = -105; -"@MMK_R_KO_slash" = 39; -"@MMK_R_KO_threesuperior" = -100; -"@MMK_R_KO_u" = 17; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = 37; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -40; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -16; -"@MMK_R_KO_J" = -16; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = -51; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -4; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -42; -"@MMK_R_KO_comma.ss01" = -38; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 31; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -47; -"@MMK_R_KO_period" = -35; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -83; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -40; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -16; -"@MMK_R_KO_J" = -16; -"@MMK_R_KO_O" = 20; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = -51; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -42; -"@MMK_R_KO_comma.ss01" = -38; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -47; -"@MMK_R_KO_period" = -35; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -83; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 22; -"@MMK_R_KO_I.ss02" = 39; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 38; -"@MMK_R_KO_U" = 35; -"@MMK_R_KO_V" = 49; -"@MMK_R_KO_X" = 38; -"@MMK_R_KO_bracketright" = 45; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -42; -"@MMK_R_KO_comma.ss01" = -38; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = 24; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 20; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_parenright" = 43; -"@MMK_R_KO_parenright.case" = 49; -"@MMK_R_KO_period" = -35; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = 31; -"@MMK_R_KO_quoteright" = 14; -"@MMK_R_KO_quoteright.ss01" = 28; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = 7; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -70; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = -88; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -43; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = -136; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eightsuperior" = 14; -"@MMK_R_KO_ellipsis" = -139; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 21; -"@MMK_R_KO_fivesuperior" = 6; -"@MMK_R_KO_foursuperior" = 18; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = 7; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 97; -"@MMK_R_KO_imacron" = 61; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = -130; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_question" = 11; -"@MMK_R_KO_question.ss01" = 11; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = 18; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 18; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 8; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 22; -"@MMK_R_KO_sixsuperior" = 14; -"@MMK_R_KO_slash" = -81; -"@MMK_R_KO_t" = 21; -"@MMK_R_KO_threesuperior" = 11; -"@MMK_R_KO_trademark" = -14; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -234; -"@MMK_R_KO_v" = 23; -"@MMK_R_KO_w" = 19; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = 19; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 54; -"@MMK_R_KO_H" = 32; -"@MMK_R_KO_I.ss02" = 46; -"@MMK_R_KO_J" = 57; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 31; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -41; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_X" = 52; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 53; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 45; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 47; -"@MMK_R_KO_comma" = 53; -"@MMK_R_KO_comma.ss01" = 32; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 13; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = 36; -"@MMK_R_KO_exclam" = 41; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 36; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 6; -"@MMK_R_KO_i" = 23; -"@MMK_R_KO_icircumflex" = 38; -"@MMK_R_KO_imacron" = 31; -"@MMK_R_KO_j" = 39; -"@MMK_R_KO_l.ss04" = 26; -"@MMK_R_KO_n" = 25; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -35; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = 11; -"@MMK_R_KO_period" = 62; -"@MMK_R_KO_period.ss01" = 31; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 38; -"@MMK_R_KO_sevensuperior" = -36; -"@MMK_R_KO_six" = 25; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = 39; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 23; -"@MMK_R_KO_underscore" = 26; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 53; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 39; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 21; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = 25; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 15; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 16; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 98; -"@MMK_R_KO_imacron" = 65; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = 10; -"@MMK_R_KO_question.ss01" = 8; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 9; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = 9; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = 8; -"@MMK_R_KO_slash" = 10; -"@MMK_R_KO_t" = 15; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = 5; -"@MMK_R_KO_v" = 17; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = 18; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 15; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -32; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -20; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 12; -"@MMK_R_KO_icircumflex" = 64; -"@MMK_R_KO_imacron" = 29; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_parenright.case" = -24; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -20; -"@MMK_R_KO_six" = 20; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -34; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -42; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 15; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -32; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_bracketright" = -20; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_icircumflex" = 64; -"@MMK_R_KO_imacron" = 29; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -17; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_parenright.case" = -24; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -20; -"@MMK_R_KO_six" = 20; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -110; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = -89; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 24; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 32; -"@MMK_R_KO_W" = 35; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -71; -"@MMK_R_KO_a.ss05" = -41; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -10; -"@MMK_R_KO_comma" = -130; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -78; -"@MMK_R_KO_egrave" = -52; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -138; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = -69; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -142; -"@MMK_R_KO_hyphen.case" = -113; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 48; -"@MMK_R_KO_imacron" = 84; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 37; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = 6; -"@MMK_R_KO_parenright" = 1; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -127; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 4; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -54; -"@MMK_R_KO_sevensuperior" = 9; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = 10; -"@MMK_R_KO_slash" = -112; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = -130; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 21; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 8; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 9; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = 14; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_imacron" = 70; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -24; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 25; -"@MMK_R_KO_sixsuperior" = 9; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_underscore" = -64; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = -11; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -27; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -46; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -14; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -46; -"@MMK_R_KO_exclam" = -12; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_i" = -12; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_ninesuperior" = -26; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_parenright.case" = -13; -"@MMK_R_KO_period" = -43; -"@MMK_R_KO_period.ss01" = -44; -"@MMK_R_KO_question" = -13; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = -14; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -19; -"@MMK_R_KO_sevensuperior" = -17; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = -54; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_x" = -18; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 53; -"@MMK_R_KO_I.ss02" = 75; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_T" = 73; -"@MMK_R_KO_U" = 59; -"@MMK_R_KO_V" = 87; -"@MMK_R_KO_X" = 76; -"@MMK_R_KO_Y" = 62; -"@MMK_R_KO_Z" = 57; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 76; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_eightsuperior" = 48; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_exclam" = 58; -"@MMK_R_KO_fivesuperior" = 48; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 28; -"@MMK_R_KO_onesuperior" = 62; -"@MMK_R_KO_parenright" = 80; -"@MMK_R_KO_parenright.case" = 88; -"@MMK_R_KO_period" = -24; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 4; -"@MMK_R_KO_quotedbl" = 62; -"@MMK_R_KO_quoteright" = 37; -"@MMK_R_KO_quoteright.ss01" = 54; -"@MMK_R_KO_sevensuperior" = 78; -"@MMK_R_KO_sixsuperior" = 36; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_threesuperior" = 50; -"@MMK_R_KO_u" = 0; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -112; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 25; -"@MMK_R_KO_J" = -94; -"@MMK_R_KO_O" = -39; -"@MMK_R_KO_S" = -29; -"@MMK_R_KO_T" = 32; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 22; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -70; -"@MMK_R_KO_a.ss05" = -54; -"@MMK_R_KO_asciicircum" = -45; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -38; -"@MMK_R_KO_comma" = -131; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -75; -"@MMK_R_KO_egrave" = -52; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -138; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = -25; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -33; -"@MMK_R_KO_g" = -66; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -31; -"@MMK_R_KO_hyphen" = -75; -"@MMK_R_KO_hyphen.case" = -54; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 71; -"@MMK_R_KO_imacron" = 94; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = 40; -"@MMK_R_KO_n" = -44; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -128; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_question" = -23; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = 14; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = 5; -"@MMK_R_KO_s" = -60; -"@MMK_R_KO_sevensuperior" = 15; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -130; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = 5; -"@MMK_R_KO_u" = -39; -"@MMK_R_KO_underscore" = -153; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_x" = -30; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -80; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = -56; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 35; -"@MMK_R_KO_U" = 21; -"@MMK_R_KO_V" = 31; -"@MMK_R_KO_W" = 36; -"@MMK_R_KO_X" = 23; -"@MMK_R_KO_Y" = 32; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = -41; -"@MMK_R_KO_a.ss05" = -40; -"@MMK_R_KO_asciicircum" = -12; -"@MMK_R_KO_bracketright" = 3; -"@MMK_R_KO_colon" = -18; -"@MMK_R_KO_comma" = -80; -"@MMK_R_KO_comma.ss01" = -75; -"@MMK_R_KO_e" = -44; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -77; -"@MMK_R_KO_exclam" = 16; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = -41; -"@MMK_R_KO_guillemetleft" = -44; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -43; -"@MMK_R_KO_hyphen.case" = -28; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 93; -"@MMK_R_KO_imacron" = 101; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 47; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 8; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -76; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -9; -"@MMK_R_KO_quotedbl" = 23; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_s" = -38; -"@MMK_R_KO_sevensuperior" = 22; -"@MMK_R_KO_six" = -14; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -81; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = 2; -"@MMK_R_KO_trademark" = 8; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_underscore" = -87; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = -21; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 8; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = 29; -"@MMK_R_KO_O" = -47; -"@MMK_R_KO_S" = -30; -"@MMK_R_KO_T" = 8; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 25; -"@MMK_R_KO_X" = 32; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = -45; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asciicircum" = -83; -"@MMK_R_KO_bracketright" = 14; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = 4; -"@MMK_R_KO_e" = -48; -"@MMK_R_KO_egrave" = -48; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -60; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -58; -"@MMK_R_KO_hyphen.case" = -99; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 30; -"@MMK_R_KO_imacron" = 89; -"@MMK_R_KO_j" = 22; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -29; -"@MMK_R_KO_onesuperior" = -9; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 14; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = 3; -"@MMK_R_KO_question" = -47; -"@MMK_R_KO_question.ss01" = -43; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -55; -"@MMK_R_KO_quotedblleft.ss01" = -43; -"@MMK_R_KO_quoteleft" = -55; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = -32; -"@MMK_R_KO_sevensuperior" = 5; -"@MMK_R_KO_six" = -40; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -47; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -2; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -53; -"@MMK_R_KO_w" = -56; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -133; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 16; -"@MMK_R_KO_J" = -89; -"@MMK_R_KO_O" = -55; -"@MMK_R_KO_S" = -43; -"@MMK_R_KO_T" = 23; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 22; -"@MMK_R_KO_W" = 32; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 9; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -114; -"@MMK_R_KO_a.ss05" = -55; -"@MMK_R_KO_asciicircum" = -69; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -56; -"@MMK_R_KO_comma" = -148; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -118; -"@MMK_R_KO_egrave" = -46; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -191; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -45; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -51; -"@MMK_R_KO_g" = -112; -"@MMK_R_KO_guillemetleft" = -110; -"@MMK_R_KO_guillemetright" = -47; -"@MMK_R_KO_hyphen" = -135; -"@MMK_R_KO_hyphen.case" = -90; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 49; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = 41; -"@MMK_R_KO_n" = -59; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_question" = -37; -"@MMK_R_KO_question.ss01" = -34; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = -46; -"@MMK_R_KO_quotedblleft.ss01" = -38; -"@MMK_R_KO_quoteleft" = -46; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = 5; -"@MMK_R_KO_s" = -105; -"@MMK_R_KO_sevensuperior" = 21; -"@MMK_R_KO_six" = -52; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = -142; -"@MMK_R_KO_t" = -46; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = 12; -"@MMK_R_KO_u" = -54; -"@MMK_R_KO_underscore" = -168; -"@MMK_R_KO_v" = -43; -"@MMK_R_KO_w" = -46; -"@MMK_R_KO_x" = -47; -"@MMK_R_KO_y" = -42; -"@MMK_R_KO_z" = -54; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 21; -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = 36; -"@MMK_R_KO_J" = 27; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 22; -"@MMK_R_KO_X" = 25; -"@MMK_R_KO_Y" = 11; -"@MMK_R_KO_Z" = 33; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -6; -"@MMK_R_KO_bracketright" = 8; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 20; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 8; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = 11; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -47; -"@MMK_R_KO_i" = 12; -"@MMK_R_KO_icircumflex" = 102; -"@MMK_R_KO_imacron" = 75; -"@MMK_R_KO_j" = 12; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 29; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 5; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 7; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 18; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -12; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -44; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 1; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -16; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -40; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -63; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 17; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = 22; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -74; -"@MMK_R_KO_U" = -8; -"@MMK_R_KO_V" = -84; -"@MMK_R_KO_W" = -48; -"@MMK_R_KO_X" = 21; -"@MMK_R_KO_Y" = -120; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_asciicircum" = -42; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 19; -"@MMK_R_KO_comma" = 14; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = -35; -"@MMK_R_KO_ellipsis" = 6; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_fivesuperior" = -40; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -48; -"@MMK_R_KO_onesuperior" = -80; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 13; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -49; -"@MMK_R_KO_quotedbl" = -51; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -43; -"@MMK_R_KO_quoteleft" = -37; -"@MMK_R_KO_quoteright" = -31; -"@MMK_R_KO_quoteright.ss01" = -32; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -63; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_sixsuperior" = -43; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = -34; -"@MMK_R_KO_trademark" = -81; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -34; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_x" = 19; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 22; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -34; -"@MMK_R_KO_U" = -8; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_X" = 23; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 14; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = -33; -"@MMK_R_KO_ellipsis" = 6; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_fivesuperior" = -39; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -46; -"@MMK_R_KO_onesuperior" = -60; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 13; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -49; -"@MMK_R_KO_quotedbl" = -50; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -42; -"@MMK_R_KO_quoteleft" = -35; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -31; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -56; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_sixsuperior" = -38; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = -34; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -34; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_x" = 19; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_T" = -112; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = -2; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -108; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -85; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -105; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = -98; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_Y" = -14; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -44; -"@MMK_R_KO_a.ss05" = -36; -"@MMK_R_KO_asterisk" = 27; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = -148; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -46; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -62; -"@MMK_R_KO_g" = -41; -"@MMK_R_KO_guillemetleft" = -49; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -73; -"@MMK_R_KO_hyphen.case" = -16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_nine" = 5; -"@MMK_R_KO_one" = 12; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = 6; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_s" = -35; -"@MMK_R_KO_seven" = 22; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_slash" = -114; -"@MMK_R_KO_t" = 13; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 6; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = 18; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_y" = 18; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = 29; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -25; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 19; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 17; -"@MMK_R_KO_W" = 23; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 13; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_egrave" = -34; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -49; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -67; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 79; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_nine" = -6; -"@MMK_R_KO_one" = -5; -"@MMK_R_KO_period" = -17; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -43; -"@MMK_R_KO_seven" = 15; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_v" = -57; -"@MMK_R_KO_w" = -56; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 17; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 16; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = 13; -"@MMK_R_KO_W" = 21; -"@MMK_R_KO_Y" = 16; -"@MMK_R_KO_Z" = 36; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = 5; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -25; -"@MMK_R_KO_guillemetleft" = -49; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen.case" = -70; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -7; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 12; -"@MMK_R_KO_six" = -21; -"@MMK_R_KO_slash" = 35; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 28; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = -33; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -72; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -66; -"@MMK_R_KO_W" = -47; -"@MMK_R_KO_X" = -45; -"@MMK_R_KO_Y" = -113; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -64; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = -21; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = -15; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_fivesuperior" = -30; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_icircumflex" = -8; -"@MMK_R_KO_imacron" = -4; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = -8; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -56; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_period" = -8; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -36; -"@MMK_R_KO_question.ss01" = -45; -"@MMK_R_KO_quotedbl" = -42; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -35; -"@MMK_R_KO_slash" = -35; -"@MMK_R_KO_t" = -4; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -70; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -53; -"@MMK_R_KO_v" = -31; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_x" = -39; -"@MMK_R_KO_y" = -36; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -148; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = -6; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = -46; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -101; -"@MMK_R_KO_nine" = -17; -"@MMK_R_KO_one" = -92; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_quotedbl" = -148; -"@MMK_R_KO_quotedblleft" = -148; -"@MMK_R_KO_quoteright" = -148; -"@MMK_R_KO_seven" = -77; -"@MMK_R_KO_six" = -23; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 36; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -112; -"@MMK_R_KO_H" = -12; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_a" = -51; -"@MMK_R_KO_e" = -55; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -15; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -77; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -73; -"@MMK_R_KO_W" = -49; -"@MMK_R_KO_X" = -45; -"@MMK_R_KO_Y" = -116; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -37; -"@MMK_R_KO_bracketright" = -61; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -18; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -22; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = -10; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_fivesuperior" = -30; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_icircumflex" = -6; -"@MMK_R_KO_imacron" = -6; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -10; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = -40; -"@MMK_R_KO_onesuperior" = -59; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -51; -"@MMK_R_KO_quotedbl" = -46; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = -32; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -47; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -36; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -75; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -52; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_x" = -41; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -21; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -51; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -62; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = -36; -"@MMK_R_KO_Y" = -80; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_bracketright" = -48; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 17; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 21; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -38; -"@MMK_R_KO_onesuperior" = -56; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -36; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -39; -"@MMK_R_KO_quotedblleft" = -25; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -25; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_sevensuperior" = -44; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -34; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = -46; -"@MMK_R_KO_v" = -23; -"@MMK_R_KO_w" = -21; -"@MMK_R_KO_x" = -35; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_Y" = -39; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 24; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = 15; -"@MMK_R_KO_four" = 19; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 7; -"@MMK_R_KO_nine" = 9; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = -20; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = -16; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = 19; -"@MMK_R_KO_two" = 21; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 43; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -119; -"@MMK_R_KO_U" = -19; -"@MMK_R_KO_V" = -121; -"@MMK_R_KO_W" = -66; -"@MMK_R_KO_Y" = -164; -"@MMK_R_KO_Z" = 37; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = 28; -"@MMK_R_KO_asterisk" = -155; -"@MMK_R_KO_colon" = 25; -"@MMK_R_KO_comma" = 20; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eight" = 6; -"@MMK_R_KO_ellipsis" = 21; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = 22; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_hyphen.case" = -90; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 6; -"@MMK_R_KO_nine" = -10; -"@MMK_R_KO_one" = -78; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 26; -"@MMK_R_KO_quotedbl" = -235; -"@MMK_R_KO_quotedblleft" = -299; -"@MMK_R_KO_quoteright" = -299; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_seven" = -68; -"@MMK_R_KO_six" = -14; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = -37; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 39; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_v" = -63; -"@MMK_R_KO_w" = -55; -"@MMK_R_KO_y" = -37; -"@MMK_R_KO_z" = 26; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = -32; -"@MMK_R_KO_I.ss02" = -15; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = -43; -"@MMK_R_KO_S" = -24; -"@MMK_R_KO_T" = -172; -"@MMK_R_KO_U" = -40; -"@MMK_R_KO_V" = -151; -"@MMK_R_KO_W" = -99; -"@MMK_R_KO_Y" = -212; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asterisk" = -155; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_egrave" = -37; -"@MMK_R_KO_eight" = -19; -"@MMK_R_KO_f" = -59; -"@MMK_R_KO_five" = -29; -"@MMK_R_KO_four" = -17; -"@MMK_R_KO_g" = -36; -"@MMK_R_KO_guillemetleft" = -52; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = -29; -"@MMK_R_KO_hyphen.case" = -184; -"@MMK_R_KO_i" = -31; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -31; -"@MMK_R_KO_nine" = -34; -"@MMK_R_KO_one" = -124; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_parenright.case" = -26; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_quotedbl" = -235; -"@MMK_R_KO_quotedblleft.ss01" = -271; -"@MMK_R_KO_quoteright.ss01" = -271; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_seven" = -103; -"@MMK_R_KO_six" = -37; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = -62; -"@MMK_R_KO_three" = -23; -"@MMK_R_KO_two" = -8; -"@MMK_R_KO_u" = -33; -"@MMK_R_KO_v" = -90; -"@MMK_R_KO_w" = -76; -"@MMK_R_KO_y" = -46; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -34; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -140; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -76; -"@MMK_R_KO_W" = -45; -"@MMK_R_KO_Y" = -134; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -19; -"@MMK_R_KO_comma" = -26; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 18; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -4; -"@MMK_R_KO_one" = -77; -"@MMK_R_KO_parenright" = -85; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_quotedbl" = -49; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -104; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = -42; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -14; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_v" = -31; -"@MMK_R_KO_w" = -24; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 21; -"@MMK_R_KO_J" = -45; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 24; -"@MMK_R_KO_U" = 24; -"@MMK_R_KO_V" = 31; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_X" = 21; -"@MMK_R_KO_Y" = 33; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 3; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = -54; -"@MMK_R_KO_comma.ss01" = -62; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = 19; -"@MMK_R_KO_ellipsis" = -57; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_f" = 24; -"@MMK_R_KO_fivesuperior" = 11; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = 7; -"@MMK_R_KO_hyphen" = -7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 91; -"@MMK_R_KO_imacron" = 93; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 46; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 2; -"@MMK_R_KO_onesuperior" = 16; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -52; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 9; -"@MMK_R_KO_question.ss01" = 8; -"@MMK_R_KO_quotedbl" = 19; -"@MMK_R_KO_quotedblleft" = 12; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 12; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 20; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 18; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = 19; -"@MMK_R_KO_slash" = -50; -"@MMK_R_KO_t" = 21; -"@MMK_R_KO_threesuperior" = 21; -"@MMK_R_KO_trademark" = 6; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -50; -"@MMK_R_KO_v" = 25; -"@MMK_R_KO_w" = 16; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = 18; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = 12; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = -44; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 26; -"@MMK_R_KO_U" = 26; -"@MMK_R_KO_V" = 33; -"@MMK_R_KO_W" = 41; -"@MMK_R_KO_X" = 23; -"@MMK_R_KO_Y" = 35; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 5; -"@MMK_R_KO_colon" = 20; -"@MMK_R_KO_comma" = -53; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = 21; -"@MMK_R_KO_ellipsis" = -56; -"@MMK_R_KO_exclam" = 23; -"@MMK_R_KO_f" = 26; -"@MMK_R_KO_fivesuperior" = 13; -"@MMK_R_KO_foursuperior" = 13; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = 9; -"@MMK_R_KO_hyphen" = -6; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 92; -"@MMK_R_KO_imacron" = 73; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 48; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 4; -"@MMK_R_KO_onesuperior" = 18; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 10; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 14; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 22; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 20; -"@MMK_R_KO_six" = 15; -"@MMK_R_KO_sixsuperior" = 21; -"@MMK_R_KO_slash" = -49; -"@MMK_R_KO_t" = 23; -"@MMK_R_KO_threesuperior" = 23; -"@MMK_R_KO_trademark" = 8; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -49; -"@MMK_R_KO_v" = 27; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 10; -"@MMK_R_KO_y" = 20; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -4; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -5; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -4; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_e" = -1; -"@MMK_R_KO_egrave" = -1; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -1; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = -1; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 54; -"@MMK_R_KO_imacron" = 59; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -5; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -14; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = -2; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -3; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = -4; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asterisk" = -8; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eight" = 20; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_five" = 14; -"@MMK_R_KO_four" = 23; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 12; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -4; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_seven" = -4; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_slash" = -23; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_three" = 14; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -46; -"@MMK_R_KO_W" = -30; -"@MMK_R_KO_Y" = -43; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asterisk" = -46; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eight" = 18; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = 22; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -45; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_quotedbl" = -50; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -53; -"@MMK_R_KO_quoteright" = -45; -"@MMK_R_KO_quoteright.ss01" = -52; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_seven" = -41; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = -16; -"@MMK_R_KO_t" = -30; -"@MMK_R_KO_three" = 10; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -29; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_y" = -40; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 27; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = 21; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 28; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = 26; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 18; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 19; -"@MMK_R_KO_comma.ss01" = 6; -"@MMK_R_KO_e" = -24; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 13; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_guillemetleft" = -26; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 84; -"@MMK_R_KO_imacron" = 65; -"@MMK_R_KO_j" = 61; -"@MMK_R_KO_l.ss04" = 12; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 41; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 6; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 27; -"@MMK_R_KO_y" = 9; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_Y" = -47; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -8; -"@MMK_R_KO_g" = -21; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = 14; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = -12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 5; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 19; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 20; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_y" = 21; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -32; -"@MMK_R_KO_J" = -27; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -73; -"@MMK_R_KO_W" = -46; -"@MMK_R_KO_Y" = -110; -"@MMK_R_KO_Z" = -24; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asterisk" = -49; -"@MMK_R_KO_colon" = -28; -"@MMK_R_KO_comma" = -47; -"@MMK_R_KO_comma.ss01" = -43; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -47; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 15; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = -36; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_nine" = -14; -"@MMK_R_KO_one" = -29; -"@MMK_R_KO_parenright" = -74; -"@MMK_R_KO_parenright.case" = -58; -"@MMK_R_KO_period" = -43; -"@MMK_R_KO_period.ss01" = -44; -"@MMK_R_KO_quotedbl" = -50; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = -34; -"@MMK_R_KO_six" = 15; -"@MMK_R_KO_slash" = -52; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = -24; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -34; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -138; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -76; -"@MMK_R_KO_W" = -45; -"@MMK_R_KO_Y" = -134; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -73; -"@MMK_R_KO_colon" = -23; -"@MMK_R_KO_comma" = -28; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 20; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -4; -"@MMK_R_KO_one" = -77; -"@MMK_R_KO_parenright" = -84; -"@MMK_R_KO_period" = -21; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_quotedbl" = -51; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -104; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -14; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -24; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -67; -"@MMK_R_KO_H" = -14; -"@MMK_R_KO_I.ss02" = -92; -"@MMK_R_KO_J" = -112; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = -117; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -66; -"@MMK_R_KO_W" = -42; -"@MMK_R_KO_Y" = -103; -"@MMK_R_KO_Z" = -51; -"@MMK_R_KO_asterisk" = -29; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -110; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_eight" = -18; -"@MMK_R_KO_five" = -10; -"@MMK_R_KO_four" = -8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -28; -"@MMK_R_KO_hyphen.case" = -3; -"@MMK_R_KO_nine" = -6; -"@MMK_R_KO_one" = -9; -"@MMK_R_KO_parenright.case" = -88; -"@MMK_R_KO_period" = -105; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = -38; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_seven" = -12; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = -75; -"@MMK_R_KO_three" = -39; -"@MMK_R_KO_two" = -6; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = -15; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = -12; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = -11; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asciicircum" = -30; -"@MMK_R_KO_bracketright" = -30; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -18; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eightsuperior" = -25; -"@MMK_R_KO_ellipsis" = -27; -"@MMK_R_KO_exclam" = -16; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_fivesuperior" = -31; -"@MMK_R_KO_foursuperior" = -23; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -15; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 32; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -19; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_ninesuperior" = -41; -"@MMK_R_KO_onesuperior" = -42; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_period" = -16; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_question" = -22; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -41; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = -32; -"@MMK_R_KO_quoteright.ss01" = -29; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = -27; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -30; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_underscore" = -13; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = -15; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 25; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -1; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 42; -"@MMK_R_KO_U" = 39; -"@MMK_R_KO_V" = 58; -"@MMK_R_KO_W" = 61; -"@MMK_R_KO_X" = 47; -"@MMK_R_KO_Y" = 22; -"@MMK_R_KO_Z" = 29; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 44; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -18; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -1; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_fivesuperior" = 18; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = -1; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 50; -"@MMK_R_KO_imacron" = 89; -"@MMK_R_KO_j" = 30; -"@MMK_R_KO_l.ss04" = 54; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = 6; -"@MMK_R_KO_parenright" = 34; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = -19; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = 27; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = 19; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = 46; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 10; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_threesuperior" = 9; -"@MMK_R_KO_trademark" = 22; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = -15; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 24; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = -43; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -47; -"@MMK_R_KO_egrave" = -47; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -63; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = -42; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -22; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_sevensuperior" = -49; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_threesuperior" = -31; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 11; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 29; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -9; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -1; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = -1; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 73; -"@MMK_R_KO_imacron" = 54; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -4; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -21; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -11; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -17; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 21; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 28; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -28; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 29; -"@MMK_R_KO_Y" = -26; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 22; -"@MMK_R_KO_comma.ss01" = 3; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = -31; -"@MMK_R_KO_ellipsis" = 8; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_fivesuperior" = -36; -"@MMK_R_KO_foursuperior" = -35; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = 8; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 32; -"@MMK_R_KO_imacron" = 15; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -10; -"@MMK_R_KO_period" = 31; -"@MMK_R_KO_period.ss01" = 2; -"@MMK_R_KO_question" = -29; -"@MMK_R_KO_question.ss01" = -34; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -48; -"@MMK_R_KO_quoteleft" = -32; -"@MMK_R_KO_quoteright" = -36; -"@MMK_R_KO_quoteright.ss01" = -33; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = -31; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_threesuperior" = -34; -"@MMK_R_KO_trademark" = -40; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -25; -"@MMK_R_KO_x" = 20; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 152; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -20; -"@MMK_R_KO_comma.ss01" = -34; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = 60; -"@MMK_R_KO_eightsuperior" = 174; -"@MMK_R_KO_exclam" = 189; -"@MMK_R_KO_f" = 97; -"@MMK_R_KO_fivesuperior" = 179; -"@MMK_R_KO_foursuperior" = 116; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_hyphen" = -17; -"@MMK_R_KO_i" = 172; -"@MMK_R_KO_j" = 139; -"@MMK_R_KO_l.ss04" = 191; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 161; -"@MMK_R_KO_onesuperior" = 148; -"@MMK_R_KO_parenright" = 118; -"@MMK_R_KO_period" = -16; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = 126; -"@MMK_R_KO_question.ss01" = 138; -"@MMK_R_KO_quotedbl" = 199; -"@MMK_R_KO_quotedblleft" = 122; -"@MMK_R_KO_quotedblleft.ss01" = 132; -"@MMK_R_KO_quoteleft" = 122; -"@MMK_R_KO_sevensuperior" = 102; -"@MMK_R_KO_sixsuperior" = 163; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 72; -"@MMK_R_KO_threesuperior" = 74; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_z" = 93; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -68; -"@MMK_R_KO_H" = -60; -"@MMK_R_KO_O" = -50; -"@MMK_R_KO_T" = -170; -"@MMK_R_KO_a" = -59; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_f" = -53; -"@MMK_R_KO_i" = -61; -"@MMK_R_KO_n" = -61; -"@MMK_R_KO_t" = -53; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -63; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = -108; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = -10; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -35; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_fivesuperior" = -30; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -5; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -63; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = -30; -"@MMK_R_KO_question.ss01" = -38; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -25; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -52; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -43; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = -4; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -68; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -20; -"@MMK_R_KO_w" = -19; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -34; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -72; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -74; -"@MMK_R_KO_W" = -45; -"@MMK_R_KO_X" = -47; -"@MMK_R_KO_Y" = -115; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -36; -"@MMK_R_KO_bracketright" = -64; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -23; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = -27; -"@MMK_R_KO_exclam" = -16; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_fivesuperior" = -36; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -3; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = -7; -"@MMK_R_KO_ninesuperior" = -43; -"@MMK_R_KO_onesuperior" = -64; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_period" = -17; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = -38; -"@MMK_R_KO_question.ss01" = -47; -"@MMK_R_KO_quotedbl" = -46; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -36; -"@MMK_R_KO_quoteleft" = -32; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -52; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -39; -"@MMK_R_KO_slash" = -34; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = -27; -"@MMK_R_KO_trademark" = -74; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -50; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_x" = -41; -"@MMK_R_KO_y" = -34; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -28; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_V" = -47; -"@MMK_R_KO_W" = -36; -"@MMK_R_KO_Y" = -77; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -51; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -21; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_exclam" = -9; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = -30; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_i" = 12; -"@MMK_R_KO_icircumflex" = 10; -"@MMK_R_KO_imacron" = 10; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 12; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -50; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = -9; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -37; -"@MMK_R_KO_question.ss01" = -47; -"@MMK_R_KO_quotedbl" = -40; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -27; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_sixsuperior" = -34; -"@MMK_R_KO_slash" = -29; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -66; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_underscore" = -54; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_x" = -37; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -34; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -30; -"@MMK_R_KO_O" = -52; -"@MMK_R_KO_S" = -39; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -69; -"@MMK_R_KO_a.ss05" = -47; -"@MMK_R_KO_asterisk" = -13; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_egrave" = -65; -"@MMK_R_KO_eight" = -34; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_f" = -48; -"@MMK_R_KO_five" = -10; -"@MMK_R_KO_four" = -66; -"@MMK_R_KO_g" = -30; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -56; -"@MMK_R_KO_hyphen" = -84; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 64; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_nine" = -43; -"@MMK_R_KO_one" = -44; -"@MMK_R_KO_parenright" = 50; -"@MMK_R_KO_period" = -52; -"@MMK_R_KO_period.ss01" = -53; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -47; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = -59; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -50; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -52; -"@MMK_R_KO_three" = -37; -"@MMK_R_KO_two" = -23; -"@MMK_R_KO_u" = -55; -"@MMK_R_KO_v" = -55; -"@MMK_R_KO_w" = -61; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -41; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = -38; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_asterisk" = -24; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_eight" = -19; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -44; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen.case" = -72; -"@MMK_R_KO_nine" = -32; -"@MMK_R_KO_one" = -37; -"@MMK_R_KO_parenright.case" = 48; -"@MMK_R_KO_period" = -16; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -44; -"@MMK_R_KO_quotedblleft.ss01" = -45; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -36; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_three" = -24; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 25; -"@MMK_R_KO_J" = 38; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -123; -"@MMK_R_KO_U" = -23; -"@MMK_R_KO_V" = -128; -"@MMK_R_KO_W" = -78; -"@MMK_R_KO_Y" = -144; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asterisk" = -144; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_e" = -17; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = -4; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -18; -"@MMK_R_KO_guillemetleft" = -43; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -21; -"@MMK_R_KO_hyphen.case" = -97; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -15; -"@MMK_R_KO_one" = -93; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -144; -"@MMK_R_KO_quotedblleft" = -144; -"@MMK_R_KO_quoteright" = -144; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -81; -"@MMK_R_KO_six" = -26; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -44; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 29; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_v" = -72; -"@MMK_R_KO_w" = -59; -"@MMK_R_KO_y" = -40; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -19; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = -35; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = -126; -"@MMK_R_KO_U" = -32; -"@MMK_R_KO_V" = -126; -"@MMK_R_KO_W" = -81; -"@MMK_R_KO_Y" = -126; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asterisk" = -126; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_f" = -50; -"@MMK_R_KO_five" = -14; -"@MMK_R_KO_four" = -2; -"@MMK_R_KO_g" = -26; -"@MMK_R_KO_guillemetleft" = -44; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = -17; -"@MMK_R_KO_hyphen.case" = -126; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -107; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedbl" = -126; -"@MMK_R_KO_quotedblleft.ss01" = -126; -"@MMK_R_KO_quoteright.ss01" = -126; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_seven" = -86; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -52; -"@MMK_R_KO_three" = -8; -"@MMK_R_KO_two" = 2; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_v" = -74; -"@MMK_R_KO_w" = -64; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -60; -"@MMK_R_KO_S" = -32; -"@MMK_R_KO_T" = -134; -"@MMK_R_KO_U" = -46; -"@MMK_R_KO_V" = -141; -"@MMK_R_KO_W" = -89; -"@MMK_R_KO_Y" = -180; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -38; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_e" = -42; -"@MMK_R_KO_eight" = -24; -"@MMK_R_KO_f" = -39; -"@MMK_R_KO_five" = -33; -"@MMK_R_KO_four" = -114; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = 44; -"@MMK_R_KO_nine" = -39; -"@MMK_R_KO_one" = -91; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_quotedbl" = -99; -"@MMK_R_KO_quotedblleft" = -123; -"@MMK_R_KO_quoteright" = -142; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_seven" = -73; -"@MMK_R_KO_six" = -43; -"@MMK_R_KO_t" = -49; -"@MMK_R_KO_three" = -29; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_v" = -88; -"@MMK_R_KO_w" = -72; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -117; -"@MMK_R_KO_H" = -17; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = -109; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_S" = -22; -"@MMK_R_KO_T" = -3; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = -55; -"@MMK_R_KO_a.ss05" = -46; -"@MMK_R_KO_asterisk" = -4; -"@MMK_R_KO_colon" = -22; -"@MMK_R_KO_comma" = -148; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -55; -"@MMK_R_KO_egrave" = -54; -"@MMK_R_KO_eight" = -23; -"@MMK_R_KO_ellipsis" = -235; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_five" = -23; -"@MMK_R_KO_four" = -70; -"@MMK_R_KO_g" = -52; -"@MMK_R_KO_guillemetleft" = -59; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = -60; -"@MMK_R_KO_hyphen.case" = -38; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_j" = -21; -"@MMK_R_KO_n" = -36; -"@MMK_R_KO_nine" = -20; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = -10; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = -46; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -29; -"@MMK_R_KO_slash" = -121; -"@MMK_R_KO_t" = -16; -"@MMK_R_KO_three" = -23; -"@MMK_R_KO_two" = -16; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -29; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = 19; -"@MMK_R_KO_O" = -38; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = -127; -"@MMK_R_KO_U" = -35; -"@MMK_R_KO_V" = -127; -"@MMK_R_KO_W" = -85; -"@MMK_R_KO_Y" = -183; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asterisk" = -148; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eight" = -8; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -42; -"@MMK_R_KO_five" = -18; -"@MMK_R_KO_four" = -8; -"@MMK_R_KO_g" = -22; -"@MMK_R_KO_guillemetleft" = -51; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_hyphen.case" = -103; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = 28; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_nine" = -26; -"@MMK_R_KO_one" = -97; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_quotedblleft" = -299; -"@MMK_R_KO_quoteright" = -148; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_seven" = -80; -"@MMK_R_KO_six" = -31; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_t" = -49; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = 15; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_v" = -79; -"@MMK_R_KO_w" = -64; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = -30; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -6; -"@MMK_R_KO_O" = -40; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = -147; -"@MMK_R_KO_U" = -38; -"@MMK_R_KO_V" = -148; -"@MMK_R_KO_W" = -96; -"@MMK_R_KO_Y" = -202; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -34; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asterisk" = -136; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -35; -"@MMK_R_KO_eight" = -18; -"@MMK_R_KO_f" = -59; -"@MMK_R_KO_five" = -27; -"@MMK_R_KO_four" = -16; -"@MMK_R_KO_g" = -33; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -136; -"@MMK_R_KO_i" = -31; -"@MMK_R_KO_j" = 19; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_nine" = -32; -"@MMK_R_KO_one" = -115; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -136; -"@MMK_R_KO_quoteright.ss01" = -136; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_seven" = -103; -"@MMK_R_KO_six" = -35; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_t" = -61; -"@MMK_R_KO_three" = -21; -"@MMK_R_KO_two" = -8; -"@MMK_R_KO_u" = -32; -"@MMK_R_KO_v" = -86; -"@MMK_R_KO_w" = -73; -"@MMK_R_KO_y" = -44; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -94; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -103; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -148; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_egrave" = -36; -"@MMK_R_KO_eight" = -18; -"@MMK_R_KO_ellipsis" = -299; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -9; -"@MMK_R_KO_four" = -48; -"@MMK_R_KO_g" = -31; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -39; -"@MMK_R_KO_hyphen.case" = -7; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_j" = -15; -"@MMK_R_KO_n" = -15; -"@MMK_R_KO_nine" = -3; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_s" = -22; -"@MMK_R_KO_seven" = 5; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_slash" = -104; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -80; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -102; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 5; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asterisk" = 4; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -26; -"@MMK_R_KO_eight" = -18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -8; -"@MMK_R_KO_four" = -40; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_hyphen.case" = -4; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -6; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_seven" = 9; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_slash" = -92; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -11; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -114; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = -101; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -59; -"@MMK_R_KO_a.ss05" = -52; -"@MMK_R_KO_asterisk" = 16; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -148; -"@MMK_R_KO_e" = -63; -"@MMK_R_KO_egrave" = -50; -"@MMK_R_KO_eight" = -11; -"@MMK_R_KO_ellipsis" = -299; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = -8; -"@MMK_R_KO_four" = -88; -"@MMK_R_KO_g" = -57; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -75; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_nine" = -8; -"@MMK_R_KO_one" = 4; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = -5; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_s" = -51; -"@MMK_R_KO_seven" = 14; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_slash" = -117; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -94; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -103; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -148; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_egrave" = -34; -"@MMK_R_KO_eight" = -18; -"@MMK_R_KO_ellipsis" = -148; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -9; -"@MMK_R_KO_four" = -48; -"@MMK_R_KO_g" = -31; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -35; -"@MMK_R_KO_hyphen.case" = -7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_n" = -15; -"@MMK_R_KO_nine" = -3; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_s" = -22; -"@MMK_R_KO_seven" = 5; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_slash" = -104; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -114; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = -101; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_a.ss05" = -51; -"@MMK_R_KO_asterisk" = 15; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -148; -"@MMK_R_KO_e" = -63; -"@MMK_R_KO_egrave" = -42; -"@MMK_R_KO_eight" = -11; -"@MMK_R_KO_ellipsis" = -148; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = -8; -"@MMK_R_KO_four" = -88; -"@MMK_R_KO_g" = -55; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -76; -"@MMK_R_KO_hyphen.case" = -39; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_nine" = -8; -"@MMK_R_KO_one" = 4; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_parenright.case" = -5; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_s" = -51; -"@MMK_R_KO_seven" = 14; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_slash" = -117; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -120; -"@MMK_R_KO_H" = -18; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -117; -"@MMK_R_KO_O" = -33; -"@MMK_R_KO_S" = -25; -"@MMK_R_KO_T" = -10; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = -20; -"@MMK_R_KO_a" = -55; -"@MMK_R_KO_a.ss05" = -46; -"@MMK_R_KO_asterisk" = -10; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -58; -"@MMK_R_KO_egrave" = -56; -"@MMK_R_KO_eight" = -28; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_five" = -24; -"@MMK_R_KO_four" = -76; -"@MMK_R_KO_g" = -53; -"@MMK_R_KO_guillemetleft" = -59; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = -70; -"@MMK_R_KO_hyphen.case" = -35; -"@MMK_R_KO_i" = -22; -"@MMK_R_KO_j" = -31; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_nine" = -22; -"@MMK_R_KO_one" = -11; -"@MMK_R_KO_parenright" = -9; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -33; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = -46; -"@MMK_R_KO_seven" = -5; -"@MMK_R_KO_six" = -29; -"@MMK_R_KO_slash" = -121; -"@MMK_R_KO_t" = -15; -"@MMK_R_KO_three" = -24; -"@MMK_R_KO_two" = -18; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -29; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -99; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = -99; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 15; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_Y" = 14; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -44; -"@MMK_R_KO_a.ss05" = -36; -"@MMK_R_KO_asterisk" = 12; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -99; -"@MMK_R_KO_comma.ss01" = -99; -"@MMK_R_KO_e" = -47; -"@MMK_R_KO_egrave" = -42; -"@MMK_R_KO_eight" = -11; -"@MMK_R_KO_ellipsis" = -99; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_five" = -6; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -43; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -51; -"@MMK_R_KO_hyphen.case" = -26; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_nine" = -5; -"@MMK_R_KO_one" = 8; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -99; -"@MMK_R_KO_quotedbl" = 3; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -38; -"@MMK_R_KO_seven" = 17; -"@MMK_R_KO_six" = -17; -"@MMK_R_KO_slash" = -99; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -60; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -75; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -30; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -57; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -56; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = -96; -"@MMK_R_KO_comma.ss01" = -107; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = 14; -"@MMK_R_KO_ellipsis" = -96; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 20; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 6; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = 9; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_period" = -89; -"@MMK_R_KO_period.ss01" = -108; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = 10; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -38; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = 7; -"@MMK_R_KO_slash" = -68; -"@MMK_R_KO_t" = 20; -"@MMK_R_KO_threesuperior" = 14; -"@MMK_R_KO_trademark" = -51; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -88; -"@MMK_R_KO_v" = 28; -"@MMK_R_KO_w" = 19; -"@MMK_R_KO_x" = 7; -"@MMK_R_KO_y" = 18; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -55; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -64; -"@MMK_R_KO_W" = -42; -"@MMK_R_KO_X" = -30; -"@MMK_R_KO_Y" = -106; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_asciicircum" = -13; -"@MMK_R_KO_bracketright" = -52; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -5; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -35; -"@MMK_R_KO_onesuperior" = -64; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -29; -"@MMK_R_KO_question.ss01" = -38; -"@MMK_R_KO_quotedbl" = -39; -"@MMK_R_KO_quotedblleft" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = -20; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -54; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -30; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -21; -"@MMK_R_KO_x" = -24; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -55; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_bracketright" = -45; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -5; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = 20; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -35; -"@MMK_R_KO_onesuperior" = -47; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -28; -"@MMK_R_KO_question.ss01" = -38; -"@MMK_R_KO_quotedbl" = -38; -"@MMK_R_KO_quotedblleft" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -20; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -21; -"@MMK_R_KO_x" = -23; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -109; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 19; -"@MMK_R_KO_J" = -87; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 22; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 35; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -58; -"@MMK_R_KO_a.ss05" = -51; -"@MMK_R_KO_asterisk" = 21; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -121; -"@MMK_R_KO_comma.ss01" = -124; -"@MMK_R_KO_e" = -61; -"@MMK_R_KO_egrave" = -39; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -126; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -62; -"@MMK_R_KO_g" = -56; -"@MMK_R_KO_guillemetleft" = -57; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -71; -"@MMK_R_KO_hyphen.case" = -40; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 15; -"@MMK_R_KO_parenright" = 2; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -118; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = 18; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -50; -"@MMK_R_KO_seven" = 28; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_slash" = -111; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = 21; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 21; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_Y" = -43; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -13; -"@MMK_R_KO_comma.ss01" = -14; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eight" = 23; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_five" = 14; -"@MMK_R_KO_four" = 22; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 10; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 14; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 12; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 8; -"@MMK_R_KO_one" = 4; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_seven" = 6; -"@MMK_R_KO_six" = 22; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_three" = 18; -"@MMK_R_KO_two" = 17; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 9; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -125; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 16; -"@MMK_R_KO_J" = -98; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = -27; -"@MMK_R_KO_T" = 23; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = 17; -"@MMK_R_KO_W" = 23; -"@MMK_R_KO_Y" = 13; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_a.ss05" = -49; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -41; -"@MMK_R_KO_comma" = -142; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -82; -"@MMK_R_KO_egrave" = -62; -"@MMK_R_KO_eight" = -25; -"@MMK_R_KO_ellipsis" = -139; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -84; -"@MMK_R_KO_g" = -71; -"@MMK_R_KO_guillemetleft" = -78; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -84; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -45; -"@MMK_R_KO_nine" = -25; -"@MMK_R_KO_one" = -10; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -138; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 10; -"@MMK_R_KO_s" = -63; -"@MMK_R_KO_seven" = 32; -"@MMK_R_KO_six" = -34; -"@MMK_R_KO_slash" = -140; -"@MMK_R_KO_t" = -24; -"@MMK_R_KO_three" = -26; -"@MMK_R_KO_two" = -25; -"@MMK_R_KO_u" = -39; -"@MMK_R_KO_v" = -23; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = -41; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = 9; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -3; -"@MMK_R_KO_bracketright" = -7; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 4; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -19; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -39; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 10; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 14; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asterisk" = 6; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 24; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 13; -"@MMK_R_KO_four" = 20; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 9; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 9; -"@MMK_R_KO_nine" = 14; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -30; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_seven" = 5; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 20; -"@MMK_R_KO_two" = 25; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 16; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 20; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_Y" = -41; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asterisk" = 9; -"@MMK_R_KO_colon" = 20; -"@MMK_R_KO_comma" = 15; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_ellipsis" = 2; -"@MMK_R_KO_f" = 11; -"@MMK_R_KO_five" = 7; -"@MMK_R_KO_four" = 2; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = 10; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_hyphen.case" = -4; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 17; -"@MMK_R_KO_one" = 8; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 24; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 4; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_seven" = 11; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_three" = 9; -"@MMK_R_KO_two" = 30; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_y" = 9; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -94; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -63; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = -54; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -69; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -93; -"@MMK_R_KO_comma.ss01" = -86; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -90; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 24; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 9; -"@MMK_R_KO_g" = -28; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = 21; -"@MMK_R_KO_hyphen" = -35; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = -5; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -74; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteleft" = 5; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = -22; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 12; -"@MMK_R_KO_slash" = -97; -"@MMK_R_KO_t" = 24; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -45; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -114; -"@MMK_R_KO_v" = 32; -"@MMK_R_KO_w" = 24; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 30; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -62; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -48; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_X" = -57; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -24; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -68; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -64; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 18; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 3; -"@MMK_R_KO_g" = -24; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_icircumflex" = -3; -"@MMK_R_KO_imacron" = -3; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = -7; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = -57; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = -19; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 4; -"@MMK_R_KO_slash" = -65; -"@MMK_R_KO_t" = 18; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -78; -"@MMK_R_KO_v" = 23; -"@MMK_R_KO_w" = 15; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 24; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 24; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -47; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -1; -"@MMK_R_KO_e" = -41; -"@MMK_R_KO_egrave" = -40; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -43; -"@MMK_R_KO_guillemetright" = 9; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = 8; -"@MMK_R_KO_l.ss04" = -4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -42; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_period" = -4; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = -26; -"@MMK_R_KO_sevensuperior" = -49; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -53; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 20; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 27; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -4; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 12; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -40; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 21; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -58; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = -5; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -24; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -16; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -14; -"@MMK_R_KO_g" = -19; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = -21; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -3; -"@MMK_R_KO_n" = -11; -"@MMK_R_KO_ninesuperior" = -35; -"@MMK_R_KO_onesuperior" = -40; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_period" = 1; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -11; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -27; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = -33; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -34; -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = 31; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 25; -"@MMK_R_KO_V" = -30; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_Y" = -47; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asterisk" = -3; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = -33; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eight" = 12; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_f" = 15; -"@MMK_R_KO_five" = 15; -"@MMK_R_KO_four" = 17; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 16; -"@MMK_R_KO_hyphen.case" = 23; -"@MMK_R_KO_i" = 13; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = 13; -"@MMK_R_KO_nine" = 19; -"@MMK_R_KO_one" = 8; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = 3; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 10; -"@MMK_R_KO_six" = 36; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = 15; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 3; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -13; -Tbar = -98; -asciitilde = -62; -asterisk = -104; -backslash = -105; -g.ss06 = 16; -minus = -69; -one = -80; -ordmasculine = -104; -plus = -55; -quotedbl = -108; -registered = -81; -seven = -65; -two = 25; -twosuperior = -59; -}; -Aacute = { -Tbar = -98; -}; -Abrevedotbelow.ss01 = { -T = -109; -}; -Aogonek = { -comma = 24; -parenright = 0; -}; -Atilde = { -ordfeminine = -104; -}; -B = { -Hbar = 39; -hbar = 22; -idieresis = 62; -itilde = 44; -}; -C = { -h = 9; -l = 9; -plus = 0; -three = 9; -}; -D = { -Lslash = 22; -Oslash = 13; -braceright = -36; -bracketright.case = -36; -}; -E = { -H = 0; -idieresis = 98; -}; -Eogonek = { -comma = 26; -}; -F = { -fourinferior = -52; -i = 0; -igrave = 43; -}; -G = { -Lslash = 31; -lslash = 18; -}; -Germandbls = { -S = 20; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = 0; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 24; -itilde = 64; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 31; -D = 31; -E = 31; -H = 31; -Hbar = 97; -I = 31; -L = 31; -M = 31; -O = 17; -R = 31; -S = 41; -U = 44; -W = 57; -i = 39; -}; -I = { -Hbar = 31; -I = 0; -jcircumflex = 86; -}; -Icircumflex = { -Icircumflex = 170; -l.ss04 = 15; -}; -Imacron = { -Imacron = 162; -}; -Itilde = { -itilde = 64; -}; -J = { -Hbar = 39; -itilde = 72; -}; -Jacute = { -Imacron = 136; -}; -K = { -asciitilde = -101; -four = -39; -idieresis = 75; -igrave = 41; -itilde = 39; -less = -79; -logicalnot = -155; -minus = -110; -one = -50; -oslash = -7; -plus = -99; -}; -L = { -H = 0; -Tbar = -64; -asciitilde = -23; -asterisk = -155; -backslash = -102; -equal = 0; -four = 0; -less = -5; -logicalnot = -129; -minus = -37; -one = -83; -ordfeminine = -209; -ordmasculine = -208; -oslash = -6; -plus = -30; -quotedbl = -211; -quoteleft.ss01 = -136; -quoteright = -148; -quoteright.ss01 = -136; -registered = -98; -seven = -69; -twosuperior = -207; -}; -Lcaron = { -A = 24; -O = -21; -U = -11; -Uacute = -11; -V = -37; -a = -5; -hyphen = 0; -hyphen.case = -121; -u = 0; -v = -57; -}; -Lcommaaccent = { -twosuperior = -207; -}; -Lslash = { -twosuperior = -103; -}; -M = { -Hbar = 31; -idieresis = 84; -igrave = 24; -itilde = 64; -}; -N = { -Hbar = 31; -idieresis = 84; -igrave = 24; -itilde = 64; -}; -O = { -Dcroat = 19; -Lslash = 22; -braceright = -37; -bracketright.case = -37; -itilde = 0; -}; -Oslash = { -T = -13; -V = -11; -Y = -6; -parenright = 0; -parenright.case = 0; -}; -P = { -fourinferior = -79; -idieresis = 65; -itilde = 46; -two = 23; -}; -R = { -Hbar = 53; -jcircumflex = 93; -two = 37; -}; -S = { -Hbar = 34; -Lslash = 33; -dollar = 7; -four = 25; -idieresis = 35; -itilde = 21; -lslash = 20; -three = 22; -}; -T = { -Oslash = -19; -a.ss05 = -55; -aacute.ss05 = -55; -abreve = -67; -abreveacute = -64; -acircumflex = -52; -acircumflexacute = -60; -acircumflexdotbelow = -52; -adieresis = -54; -adotbelow.ss05 = -55; -ae = -56; -agrave = -71; -amacron = -58; -ampersand = -41; -aring = -71; -asciitilde = -74; -atilde = -60; -equal = 0; -four = -93; -g.ss06 = -52; -h = 0; -i.ss01 = -6; -iacute = -13; -idieresis = 108; -idotless = -14; -igrave = 41; -itilde = 84; -less = -5; -logicalnot = -166; -minus = -49; -ograve = -66; -plus = -43; -racute = -13; -scaron = -32; -seven = 20; -twoinferior = -126; -udieresis = -6; -udieresis.ss01 = -6; -ugrave = -6; -uhorngrave = -6; -umacron = -6; -ycircumflex = 0; -ygrave = 0; -yhookabove = 0; -zcaron = -4; -zeroinferior = -126; -}; -Tbar = { -A = -102; -Aacute = -102; -Tbar = 26; -a = -57; -comma = -114; -e = -57; -o = -58; -period = -107; -slash = -109; -}; -Tcaron = { -a.ss05 = -55; -}; -Tcedilla = { -a.ss05 = -55; -abreve = -67; -four = -93; -}; -Tcommaaccent = { -a.ss05 = -55; -abreve = -67; -four = -93; -}; -Thorn = { -A = -42; -AE = -34; -Aacute = -42; -J = -18; -O = 26; -Oacute = 26; -V = -45; -Y = -66; -Yacute = -66; -a = 11; -aacute = 11; -e = 9; -o = 8; -oacute = 8; -period = -41; -}; -U = { -Hbar = 44; -jcircumflex = 92; -}; -V = { -four = -79; -iacute = -38; -ibreve = 72; -idieresis = 95; -igrave = 57; -itilde = 64; -minus = -71; -plus = -57; -scaron = -25; -seven = 28; -twoinferior = -91; -}; -W = { -Hbar = 58; -backslash = 49; -idieresis = 107; -igrave = 60; -itilde = 78; -}; -X = { -asciitilde = -100; -four = -37; -less = -77; -logicalnot = -152; -minus = -109; -notequal = -72; -one = -40; -plus = -93; -}; -Y = { -a.ss05 = -108; -agrave = -83; -amacron = -56; -ampersand = -66; -asciitilde = -125; -at = -82; -four = -125; -g.ss06 = -103; -igrave = 20; -less = -75; -logicalnot = -147; -minus = -106; -ograve = -61; -plus = -91; -scaron = -24; -twoinferior = -142; -}; -Z = { -four = 4; -ibreve = 50; -igrave = 35; -itilde = 75; -minus = -44; -plus = -24; -}; -_B.currency = { -_baht.bar = -24; -}; -a = { -braceright = -2; -}; -a.ss05 = { -g.ss06 = 12; -}; -acircumflexacute.ss05 = { -y = -26; -}; -adieresis.ss05 = { -germandbls = -19; -}; -ampersand = { -V = -71; -W = -50; -Y = -124; -quotedbl = -44; -quotedblleft = -31; -}; -aogonek = { -j = 35; -parenright = 0; -}; -aogonek.ss05 = { -parenright = 26; -}; -approxequal = { -parenright = -78; -parenright.case = -72; -}; -asciicircum = { -J = -121; -X = -83; -Y = -67; -bracketright = -75; -comma = -148; -comma.ss01 = -126; -four = -59; -hyphen = -71; -parenright = -94; -parenright.case = -91; -period = -144; -period.ss01 = -126; -slash = -118; -}; -asciitilde = { -I.ss02 = -19; -J = -73; -V = -58; -W = -35; -X = -109; -Y = -88; -Z = -35; -bracketright = -105; -bracketright.case = -106; -comma = -111; -comma.ss01 = -101; -eight = -5; -exclam = -5; -four = -5; -one = 0; -parenright = -107; -parenright.case = -97; -period = -105; -period.ss01 = -102; -question = 0; -quotedbl = -18; -quotedblright = -5; -seven = 0; -slash = -95; -three = -5; -two = 0; -}; -at = { -T = -21; -parenright = -61; -}; -b = { -asterisk = -44; -braceright = -58; -lslash = 0; -one = -24; -}; -backslash = { -T = -112; -V = -129; -Y = -142; -asterisk = -114; -backslash = -112; -quotedbl = -113; -quotedblleft = -100; -quotedblleft.ss01 = -104; -quotedblright = -83; -quotedblright.ss01 = -87; -quoteleft = -100; -quoteright = -82; -quotesingle = -99; -}; -baht = { -parenright = -58; -}; -braceleft = { -p = 4; -}; -bracketleft = { -asciicircum = -64; -asciitilde = -95; -bracketright = 27; -jcircumflex = 99; -p = 6; -pi = -25; -plus = -83; -x = 0; -}; -c = { -asterisk = -42; -braceright = -57; -}; -cent = { -parenright = -63; -}; -colon = { -T = 0; -Y = -46; -four = 0; -one = 28; -parenright = -24; -two = 57; -zero = 39; -}; -colon.ss01 = { -T = -19; -four = -17; -parenright = -59; -}; -comma = { -eightsuperior = -148; -fivesuperior = -148; -foursuperior = -148; -ninesuperior = -148; -onesuperior = -148; -quoteleft = -148; -quotesingle = -99; -sevensuperior = -148; -sixsuperior = -148; -threesuperior = -148; -twosuperior = -148; -}; -comma.ss01 = { -eightsuperior = -126; -fivesuperior = -126; -foursuperior = -126; -ninesuperior = -126; -onesuperior = -126; -sevensuperior = -126; -sixsuperior = -126; -threesuperior = -126; -twosuperior = -126; -}; -copyright = { -Y = -92; -parenright = -89; -}; -d = { -idieresis = 73; -igrave = 6; -itilde = 52; -}; -dcaron = { -C = 74; -H = 172; -bracketright = 136; -eightsuperior = 154; -exclam = 169; -exclam.ss01 = 168; -fivesuperior = 159; -foursuperior = 96; -h = 172; -i = 139; -j = 138; -k = 172; -l = 172; -l.ss03 = 163; -l.ss04 = 187; -ninesuperior = 141; -onesuperior = 132; -parenright = 118; -question = 107; -question.ss01 = 118; -quotedbl = 181; -quotedblleft = 102; -quotedblleft.ss01 = 112; -quoteleft = 102; -quoteleft.ss01 = 112; -quotesingle = 181; -sevensuperior = 85; -sixsuperior = 144; -t = 72; -t_i.liga = 72; -t_t.liga = 72; -threesuperior = 62; -twosuperior = 72; -zcaron = 88; -}; -dcroat = { -i = 0; -igrave = 7; -itilde = 83; -}; -degree = { -J = -106; -comma = -148; -comma.ss01 = -126; -emdash = -70; -endash = -70; -four = -72; -hyphen = -70; -parenright = -39; -parenright.case = -37; -period = -144; -period.ss01 = -126; -slash = -114; -}; -divide = { -parenright = -103; -}; -dollar = { -parenright = -55; -three = 4; -}; -e = { -asterisk = -46; -backslash = -60; -braceright = -57; -germandbls = -10; -one = -27; -seven = -33; -}; -ecircumflexacute = { -t = -2; -}; -eight = { -bracketright = -12; -degree = -14; -}; -eight.dnom = { -degree = -99; -question.ss01 = -104; -quotedbl = -76; -quotedblleft = -57; -quotedblright = -37; -}; -eightsuperior = { -comma = -148; -comma.ss01 = -126; -period = -144; -period.ss01 = -126; -slash = -108; -}; -ellipsis = { -Tbar = -106; -bracketright = -16; -eightsuperior = -224; -fivesuperior = -224; -foursuperior = -216; -ninesuperior = -230; -onesuperior = -149; -parenleft = 0; -parenleft.case = -15; -question = -103; -quoteleft = -148; -quoteright = -148; -quotesingle = -99; -sevensuperior = -188; -sixsuperior = -230; -threesuperior = -219; -twosuperior = -207; -}; -ellipsis.ss01 = { -Tbar = -122; -bracketright = -21; -eightsuperior = -224; -fivesuperior = -224; -foursuperior = -216; -ninesuperior = -230; -onesuperior = -149; -question.ss01 = -136; -quoteleft.ss01 = -136; -quoteright.ss01 = -136; -quotesingle = -99; -sevensuperior = -188; -sixsuperior = -230; -threesuperior = -219; -twosuperior = -207; -}; -emdash = { -foursuperior = -53; -question = -140; -}; -emdash.case = { -X = -118; -quotedblbase = -112; -quotedblbase.ss01 = -168; -}; -endash = { -X = -62; -endash = 0; -foursuperior = -53; -question = -134; -}; -endash.case = { -H = -14; -X = -118; -quotedblbase = -112; -quotedblbase.ss01 = -168; -}; -eng = { -bracketright = -9; -}; -eogonek = { -lslash = 16; -}; -equal = { -T = 0; -equal = 0; -parenright = -80; -parenright.case = -71; -}; -eth = { -a = 9; -e = 10; -g = 13; -hyphen = 22; -parenright = -10; -}; -euro = { -parenright = -52; -parenright.case = -44; -}; -exclamdown = { -T = -28; -V = -48; -Y = -69; -}; -f = { -igrave = 46; -n = 0; -o = 8; -}; -f_f.liga = { -igrave = 48; -}; -f_f_i.liga = { -idieresis = 78; -}; -fi = { -idieresis = 78; -}; -five = { -degree = -25; -ordmasculine = -17; -percent = -12; -}; -five.dnom = { -degree = -73; -question.ss01 = -107; -quotedblleft = -38; -}; -five.numr = { -fraction = -34; -}; -fiveinferior = { -T = -125; -}; -fivesuperior = { -comma = -148; -comma.ss01 = -126; -period = -144; -period.ss01 = -126; -slash = -108; -}; -fl = { -idieresis = 70; -itilde = 49; -periodcentered.loclCAT = 32; -}; -four = { -asciicircum = -66; -bracketright = -35; -bracketright.case = -19; -degree = -55; -ordfeminine = -51; -ordmasculine = -50; -percent = -50; -x = -38; -}; -four.dnom = { -degree = -96; -question.ss01 = -108; -quotedblleft = -50; -}; -fourinferior = { -T = -132; -V = -99; -}; -foursuperior = { -comma = -148; -comma.ss01 = -126; -period = -144; -period.ss01 = -126; -slash = -89; -}; -fraction = { -eight.dnom = -15; -four.dnom = -61; -fourinferior = -61; -seveninferior = 42; -two.dnom = -17; -zero.dnom = -28; -}; -g = { -bracketright = -18; -j = 14; -j.ss01 = 14; -parenright = -33; -slash = 0; -}; -g.ss06 = { -g.ss06 = 28; -}; -gcaron.ss06 = { -gcaron.ss06 = 28; -}; -gdotaccent = { -j = 36; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 28; -}; -germandbls = { -e = 0; -hyphen = 14; -parenright = -50; -}; -greater = { -T = 0; -parenright = -69; -}; -greaterequal = { -T = -36; -}; -guillemetleft = { -pi = 10; -}; -guillemetright = { -X = -66; -bracketright = -67; -}; -guilsinglright = { -X = -66; -}; -h = { -asterisk = -37; -}; -hyphen = { -Lslash = 29; -X = -61; -bracketright = -82; -foursuperior = -53; -pi = 0; -question = -134; -quotedblbase = -31; -quoteleft = -37; -quotesingle = -51; -x = -63; -}; -hyphen.case = { -Dcroat = 0; -X = -118; -bracketright.case = -98; -quotedblbase = -112; -quotedblbase.ss01 = -168; -quotesinglbase = -112; -}; -i = { -T = 0; -idieresis = 86; -jcircumflex = 63; -parenright = -5; -}; -i.ss01 = { -parenright = -22; -}; -iacute = { -rcaron = 26; -}; -icircumflex = { -b = 57; -h = 57; -i = 48; -icircumflex = 95; -j = 43; -k = 57; -l = 57; -l.ss03 = 60; -l.ss04 = 88; -question = 11; -quotedbl = 64; -quoteright = 46; -quotesingle = 64; -}; -idieresis = { -b = 54; -idieresis = 141; -k = 54; -l = 54; -l.ss03 = 57; -l.ss04 = 98; -}; -idotaccent = { -parenright = -22; -}; -idotaccent.ss01 = { -parenright = -22; -}; -imacron = { -b = 35; -imacron = 82; -j = 43; -k = 35; -kcommaaccent = 35; -l = 35; -l.ss04 = 82; -lcommaaccent = 35; -quotedbl = 53; -}; -infinity = { -parenright = -59; -parenright.case = -47; -}; -integral = { -a = -52; -}; -iogonek = { -j = 23; -}; -itilde = { -h = 29; -itilde = 88; -quotedbl = 50; -quotesingle = 50; -}; -j = { -j = 30; -}; -jacute = { -backslash = 74; -iogonek = 9; -}; -jcircumflex = { -i = 68; -jcircumflex = 148; -}; -k = { -oslash = -13; -}; -l = { -at = 0; -idieresis = 73; -igrave = 6; -itilde = 52; -jcircumflex = 71; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -4; -}; -l.ss03 = { -periodcentered.loclCAT = -4; -periodcentered.loclCAT.ss01 = -33; -}; -l.ss04 = { -periodcentered.loclCAT = 32; -periodcentered.loclCAT.ss01 = -6; -}; -lcaron = { -exclam.ss01 = 168; -l = 172; -ncaron = 62; -scaron = 82; -twosuperior = 66; -}; -lcaron.ss03 = { -b = 139; -eightsuperior = 133; -exclam = 148; -exclam.ss01 = 147; -fivesuperior = 138; -k = 139; -ninesuperior = 120; -onesuperior = 115; -question = 87; -quotedbl = 160; -quotesingle = 160; -sevensuperior = 61; -sixsuperior = 122; -}; -lcaron.ss04 = { -exclam.ss01 = 188; -twosuperior = 88; -}; -liraTurkish = { -one = -94; -parenright = -81; -question = -131; -quotedbl = -55; -quotesingle = -55; -seven = -119; -}; -logicalnot = { -Y = -162; -parenright = -120; -seven = -58; -}; -m = { -asterisk = -38; -braceright = 0; -twosuperior = -5; -}; -minus = { -T = -49; -X = -112; -comma = -77; -one = -2; -parenright = -107; -parenright.case = -104; -period = -70; -seven = -5; -three = -5; -two = 0; -}; -mu = { -mu = -4; -parenright = -52; -quotesingle = -25; -}; -multiply = { -parenright = -89; -parenright.case = -80; -}; -n = { -asterisk = -37; -at = 8; -braceright = 0; -degree = -46; -g.ss06 = 6; -n = 0; -one = -17; -ordmasculine = -38; -}; -ncaron = { -Yacute = -47; -}; -nine = { -bracketright = -31; -degree = -14; -}; -nine.dnom = { -degree = -110; -question = -113; -question.ss01 = -106; -quotedbl = -93; -quotedblleft = -65; -quotedblleft.ss01 = -59; -quotedblright = -43; -quotedblright.ss01 = -52; -}; -ninesuperior = { -comma = -148; -comma.ss01 = -126; -fraction = -28; -period = -144; -period.ss01 = -126; -slash = -103; -}; -notequal = { -parenright = -98; -parenright.case = -88; -}; -numbersign = { -parenright = -43; -}; -o = { -asterisk = -47; -backslash = -59; -braceright = -59; -germandbls = -11; -lslash = 0; -n = 0; -one = -28; -}; -oacute = { -lslash = 16; -}; -ocircumflexacute = { -bracketright = 12; -parenright = 39; -}; -odieresis = { -germandbls = -4; -}; -ohorn = { -i = 36; -m = 38; -n = 38; -parenright = -5; -}; -ohornacute = { -c = 0; -i = 18; -m = 20; -n = 20; -p = 20; -t = 40; -t_i.liga = 40; -t_t.liga = 40; -}; -ohorndotbelow = { -c = 0; -i = 18; -n = 20; -p = 20; -t = 40; -t_i.liga = 40; -t_t.liga = 40; -u = 28; -}; -ohorngrave = { -i = 18; -n = 20; -parenright = -20; -}; -ohornhookabove = { -i = 18; -n = 20; -}; -ohorntilde = { -i = 18; -n = 20; -}; -ohungarumlaut = { -parenright = -14; -}; -one = { -comma.ss01 = -17; -degree = -12; -equal = 0; -four = 0; -icircumflex = 91; -nine = 2; -one = 0; -parenright = 0; -percent = 0; -period.ss01 = -19; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -74; -one.dnom = 0; -question.ss01 = -115; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -148; -comma.ss01 = -126; -period = -144; -period.ss01 = -126; -slash = -87; -}; -ordfeminine = { -comma = -148; -comma.ss01 = -126; -period = -144; -period.ss01 = -126; -}; -ordmasculine = { -comma = -148; -comma.ss01 = -126; -hyphen = -57; -parenright = -32; -period = -144; -period.ss01 = -126; -slash = -107; -}; -oslash = { -d = 0; -e = 3; -g = 5; -hyphen = 19; -parenright = -52; -y = -18; -}; -p = { -asterisk = -45; -backslash = -58; -braceright = -58; -lslash = 0; -one = -26; -}; -parenleft = { -Dcroat = -5; -H = 0; -Icircumflex = 95; -Oslash = -31; -ampersand = -54; -approxequal = -79; -asciicircum = -96; -asciitilde = -114; -at = -63; -cent = -66; -copyright = -72; -degree = -40; -divide = -103; -dollar = -50; -equal = -80; -euro = -66; -greaterequal = -64; -i = -5; -idotaccent = -5; -infinity = -59; -iogonek = 29; -jcircumflex = 68; -less = -83; -literSign = -59; -logicalnot = -114; -minus = -108; -mu = -5; -multiply = -89; -notequal = -104; -numbersign = -43; -oslash = -22; -p = 0; -parenleft = -48; -pi = -51; -plus = -102; -plusminus = -69; -published = -72; -question = -51; -quotedblbase = 0; -quoteleft = -48; -radical = -61; -scaron = -20; -section = -39; -sterling = -47; -x = -33; -}; -parenleft.case = { -Icircumflex = 97; -approxequal = -74; -asciicircum = -92; -asciitilde = -102; -dollar = -41; -equal = -72; -euro = -55; -minus = -104; -numbersign = -31; -parenleft.case = -35; -plus = -92; -question = -48; -quotedblbase = -5; -quoteleft = -44; -}; -parenright = { -bracketright = -20; -comma = -8; -comma.ss01 = -16; -hyphen = 17; -parenleft = 34; -parenright = -48; -period = 0; -period.ss01 = -17; -quotedbl = -21; -}; -parenright.case = { -comma = -25; -comma.ss01 = -29; -parenright.case = -35; -period = -19; -period.ss01 = -32; -}; -percent = { -asterisk = -92; -bracketright = -52; -comma.ss01 = -11; -eightsuperior = -61; -fivesuperior = -67; -foursuperior = -93; -ninesuperior = -81; -onesuperior = -69; -parenright = -55; -parenright.case = -30; -period = 0; -period.ss01 = -12; -question = -111; -question.ss01 = -105; -quotedbl = -68; -quotedblleft = -68; -quotedblright = -51; -quoteleft = -68; -quoteright = -51; -quotesingle = -68; -sevensuperior = -63; -sixsuperior = -75; -threesuperior = -62; -twosuperior = -36; -}; -period = { -bracketright = -25; -eightsuperior = -144; -fivesuperior = -144; -foursuperior = -144; -ninesuperior = -144; -onesuperior = -144; -ordfeminine = -144; -ordmasculine = -144; -parenleft.case = -20; -question = -119; -quoteleft = -144; -quotesingle = -99; -sevensuperior = -144; -sixsuperior = -144; -threesuperior = -144; -twosuperior = -144; -}; -period.ss01 = { -bracketright = -9; -eightsuperior = -126; -fivesuperior = -126; -foursuperior = -126; -ninesuperior = -126; -onesuperior = -126; -ordfeminine = -126; -ordmasculine = -126; -question.ss01 = -121; -sevensuperior = -126; -sixsuperior = -126; -threesuperior = -126; -twosuperior = -126; -}; -periodcentered.loclCAT = { -l = 35; -l.ss03 = 38; -}; -perthousand = { -asterisk = -128; -parenright = -63; -parenright.case = -36; -question = -116; -question.ss01 = -109; -quotedblleft = -71; -quotedblleft.ss01 = -73; -quotedblright = -51; -quotedblright.ss01 = -62; -quoteleft = -71; -quoteright = -51; -}; -pi = { -hyphen = -8; -parenright = -44; -period = 13; -pi = 8; -quotesingle = -15; -}; -plus = { -J = -33; -T = -43; -V = -57; -X = -97; -Y = -90; -braceright = -92; -bracketright = -96; -comma = -70; -comma.ss01 = -64; -one = 0; -parenright = -102; -parenright.case = -92; -period = -64; -period.ss01 = -64; -quotedbl = -20; -seven = 0; -slash = -68; -three = 0; -two = 0; -}; -published = { -parenright = -89; -}; -q = { -bracketright = 0; -j = 36; -parenright = 0; -}; -question = { -A = -81; -J = -91; -comma = -111; -hyphen = -26; -parenright = -34; -parenright.case = -31; -period = -104; -question = 10; -questiondown = -99; -slash = -82; -}; -question.ss01 = { -comma.ss01 = -116; -parenright = -33; -parenright.case = -30; -period.ss01 = -117; -questiondown.ss01 = -96; -}; -questiondown.case = { -T = -111; -V = -99; -Y = -124; -quotedbl = -117; -quotedblleft = -121; -quotedblleft.ss01 = -132; -quoteright = -121; -}; -questiondown.ss01 = { -C = -72; -Q = -75; -Q.ss09 = -75; -T = -114; -V = -133; -Y = -169; -four = -105; -quotedbl = -121; -quotedblleft.ss01 = -136; -quotesingle = -99; -}; -quotedbl = { -ellipsis.ss01 = -235; -exclamdown = -39; -g.ss06 = -47; -icircumflex = 63; -mu = -36; -questiondown = -148; -questiondown.case = -75; -questiondown.ss01 = -131; -underscore = -234; -}; -quotedblbase = { -copyright = -51; -divide = -74; -equal = -7; -euro = -64; -minus = -79; -p = -3; -plus = -72; -question = -121; -quotedblright = -299; -quoteleft = -148; -}; -quotedblbase.ss01 = { -divide = -66; -minus = -72; -plus = -65; -question.ss01 = -122; -quotedblright.ss01 = -271; -}; -quotedblleft = { -g.ss06 = -22; -mu = -17; -questiondown = -115; -questiondown.case = -48; -quotedblbase = -299; -underscore = -234; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -271; -questiondown.ss01 = -116; -quotedblbase.ss01 = -271; -underscore = -234; -}; -quotedblright = { -asciitilde = -71; -questiondown = -136; -questiondown.case = -86; -quotesinglbase = -148; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -271; -questiondown.case = -77; -questiondown.ss01 = -132; -}; -quoteleft = { -questiondown = -115; -questiondown.case = -48; -quotedblbase = -148; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -136; -}; -quoteright = { -icircumflex = 67; -questiondown = -136; -quotedblbase = -148; -}; -quoteright.ss01 = { -questiondown.ss01 = -132; -quotedblbase.ss01 = -136; -}; -quotesinglbase = { -T = -127; -V = -127; -Y = -148; -minus = -79; -plus = -72; -question = -121; -quotedblleft = -148; -quoteleft = -148; -}; -quotesinglbase.ss01 = { -T = -136; -V = -136; -Y = -136; -question.ss01 = -122; -}; -quotesingle = { -Hbar = 47; -g.ss06 = -37; -icircumflex = 82; -igrave = 27; -imacron = 74; -itilde = 74; -l.ss04 = 25; -questiondown = -99; -questiondown.case = -58; -underscore = -99; -}; -r = { -braceright = -53; -fourinferior = -66; -g.ss06 = -2; -parenright = -58; -}; -radical = { -A = -107; -}; -rcaron = { -sevensuperior = 33; -}; -registered = { -comma = -125; -comma.ss01 = -126; -parenright = -47; -parenright.case = -42; -period = -117; -period.ss01 = -126; -slash = -89; -}; -s = { -asterisk = -36; -braceright = -43; -l = 0; -}; -scaron = { -T = -32; -}; -semicolon = { -hyphen = -21; -}; -seven = { -minus = -50; -percent = 9; -plus = -37; -underscore = -133; -}; -seven.dnom = { -question.ss01 = -108; -}; -seven.numr = { -fraction = -53; -}; -seveninferior = { -parenright = -66; -}; -sevensuperior = { -A = -133; -comma = -148; -comma.ss01 = -126; -fraction = -51; -period = -144; -period.ss01 = -126; -slash = -135; -}; -six = { -bracketright = -12; -degree = -10; -}; -six.dnom = { -degree = -105; -question.ss01 = -106; -quotedbl = -84; -quotedblleft = -61; -quotedblleft.ss01 = -55; -quotedblright = -40; -}; -sixinferior = { -T = -124; -}; -sixsuperior = { -comma = -148; -comma.ss01 = -126; -period = -144; -period.ss01 = -126; -slash = -108; -}; -slash = { -fourinferior = -118; -g.ss06 = -63; -ibreve = 60; -l.ss04 = 29; -mu = -46; -quotedblbase = -143; -quotedblbase.ss01 = -142; -quotesinglbase = -143; -underscore = -162; -}; -sterling = { -two = 13; -}; -t_i.liga = { -idieresis = 78; -}; -tcaron = { -b = 54; -exclam = 64; -h = 54; -hyphen = -10; -i = 48; -j = 46; -k = 54; -parenright = 75; -quotedbl = 75; -quotedblleft = 8; -quotesingle = 75; -}; -tcedilla = { -parenright = 0; -}; -tenge = { -comma = -122; -comma.ss01 = -126; -period = -120; -period.ss01 = -126; -slash = -77; -}; -three = { -bracketright = -8; -}; -three.dnom = { -degree = -99; -question.ss01 = -104; -quotedbl = -76; -quotedblleft = -57; -quotedblright = -37; -}; -three.numr = { -fraction = -30; -}; -threeinferior = { -T = -125; -V = -89; -Y = -138; -}; -threesuperior = { -comma = -148; -comma.ss01 = -126; -fraction = -24; -parenright = -19; -period = -144; -period.ss01 = -126; -slash = -108; -}; -trademark = { -comma = -148; -comma.ss01 = -126; -hyphen = -52; -period = -144; -period.ss01 = -126; -slash = -120; -}; -two = { -percent = 9; -}; -two.dnom = { -degree = -103; -question.ss01 = -107; -quotedbl = -80; -quotedblleft = -60; -quotedblright = -39; -}; -twoinferior = { -T = -129; -V = -95; -Y = -144; -}; -twosuperior = { -comma = -148; -comma.ss01 = -126; -parenright = -23; -parenright.case = -21; -period = -144; -period.ss01 = -126; -slash = -88; -}; -uhorn = { -a = -24; -ohorn = -29; -ohornacute = -29; -ohorndotbelow = -29; -ohorndotbelow.ss01 = -29; -ohorngrave = -29; -ohornhookabove = -29; -ohorntilde = -29; -}; -uhornacute = { -a = -33; -c = -36; -}; -uhorndotbelow = { -a = -33; -c = -36; -comma = -46; -period = -42; -}; -uhorngrave = { -a = -33; -a.ss05 = -27; -}; -uhornhookabove = { -a = -33; -comma = -46; -comma.ss01 = -53; -period = -42; -period.ss01 = -54; -}; -uhorntilde = { -a = -33; -comma = -46; -period = -42; -}; -uhungarumlaut = { -parenright = -18; -}; -underscore = { -C = -79; -O = -84; -T = -126; -V = -153; -W = -93; -Y = -166; -asterisk = -155; -four = -184; -one = -88; -quotedbl = -234; -quotedblright = -234; -quotedblright.ss01 = -234; -quotesingle = -99; -seven = -74; -six = -60; -v = -99; -}; -uogonek = { -j = 14; -parenright = -2; -}; -v = { -braceright = -59; -n = 0; -}; -w = { -braceright = -59; -}; -x = { -four = -39; -}; -y = { -braceright = -59; -}; -ydotbelow = { -period = -65; -}; -zero = { -braceright = -29; -bracketright = -38; -bracketright.case = -31; -degree = -18; -percent = 0; -}; -zero.dnom = { -degree = -119; -question = -113; -question.ss01 = -107; -quotedbl = -108; -quotedblleft = -70; -quotedblleft.ss01 = -63; -quotedblright = -47; -quotedblright.ss01 = -57; -quoteleft = -70; -}; -zeroinferior = { -parenright = -51; -}; -zerosuperior = { -comma = -148; -comma.ss01 = -126; -fraction = -41; -period = -144; -period.ss01 = -126; -slash = -111; -}; -}; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 44; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 43; -"@MMK_R_KO_J" = 41; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -37; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -42; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = 39; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 44; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -79; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 45; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = -40; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -45; -"@MMK_R_KO_foursuperior" = -34; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 11; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 23; -"@MMK_R_KO_period" = 41; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -38; -"@MMK_R_KO_question.ss01" = -38; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -63; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -52; -"@MMK_R_KO_quoteright.ss01" = -54; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -51; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -44; -"@MMK_R_KO_slash" = 31; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -38; -"@MMK_R_KO_trademark" = -78; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 48; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 26; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 19; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = -12; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -9; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -34; -"@MMK_R_KO_bracketright" = -15; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 4; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = -3; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 21; -"@MMK_R_KO_imacron" = 14; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = -7; -"@MMK_R_KO_parenright" = -10; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -11; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = 10; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -3; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 11; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -27; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = -9; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -24; -"@MMK_R_KO_bracketright" = -11; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = 25; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 19; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_hyphen.case" = -32; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 20; -"@MMK_R_KO_imacron" = 14; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -3; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = 21; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -7; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -20; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_X" = -9; -"@MMK_R_KO_Y" = -17; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -15; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -32; -"@MMK_R_KO_comma.ss01" = -53; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -66; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = 23; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 17; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_l.ss04" = 12; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -9; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = -37; -"@MMK_R_KO_period.ss01" = -55; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -14; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 13; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -38; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -33; -"@MMK_R_KO_v" = 14; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 13; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_X" = -9; -"@MMK_R_KO_Y" = -17; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_bracketright" = -15; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -32; -"@MMK_R_KO_comma.ss01" = -53; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -66; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_hyphen" = 23; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_n" = 9; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -9; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = -37; -"@MMK_R_KO_period.ss01" = -55; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_sevensuperior" = -14; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_y" = 13; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 22; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 35; -"@MMK_R_KO_J" = 38; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = 38; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 22; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_X" = 21; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -66; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -5; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -35; -"@MMK_R_KO_hyphen.case" = 14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 13; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_sevensuperior" = 13; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 19; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 7; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_underscore" = 50; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 38; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 28; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = 31; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -57; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -56; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -119; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -28; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_hyphen.case" = 37; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = 10; -"@MMK_R_KO_n" = -22; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 19; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_sevensuperior" = 19; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = -4; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 13; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_underscore" = -76; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = -27; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -55; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 17; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -49; -"@MMK_R_KO_exclam" = 13; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = 21; -"@MMK_R_KO_hyphen.case" = 21; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 16; -"@MMK_R_KO_imacron" = 9; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -11; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -8; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -43; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -4; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -30; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -17; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -16; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = -15; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -35; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 16; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 11; -"@MMK_R_KO_period.ss01" = -21; -"@MMK_R_KO_question" = 4; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -7; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -33; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 5; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -1; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 1; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 14; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -20; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 43; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 52; -"@MMK_R_KO_J" = 49; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 42; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 43; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_X" = 45; -"@MMK_R_KO_Y" = 38; -"@MMK_R_KO_Z" = 38; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -58; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = 13; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_hyphen.case" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 8; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 17; -"@MMK_R_KO_parenright" = 11; -"@MMK_R_KO_parenright.case" = 29; -"@MMK_R_KO_period" = 11; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 21; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 23; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 3; -"@MMK_R_KO_trademark" = 11; -"@MMK_R_KO_u" = -8; -"@MMK_R_KO_underscore" = 54; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = 21; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = 23; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 1; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 1; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 15; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 5; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -37; -"@MMK_R_KO_question" = 2; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -19; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 38; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 44; -"@MMK_R_KO_J" = 43; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 24; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_X" = 47; -"@MMK_R_KO_Y" = 27; -"@MMK_R_KO_Z" = 41; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -74; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 39; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 16; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -33; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -21; -"@MMK_R_KO_hyphen.case" = -48; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 16; -"@MMK_R_KO_imacron" = 12; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 10; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = 3; -"@MMK_R_KO_parenright" = 15; -"@MMK_R_KO_parenright.case" = 34; -"@MMK_R_KO_period" = 34; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 6; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 27; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 2; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 48; -"@MMK_R_KO_v" = -27; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_x" = 24; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = 29; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 32; -"@MMK_R_KO_I.ss02" = 36; -"@MMK_R_KO_J" = 38; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = -46; -"@MMK_R_KO_U" = -23; -"@MMK_R_KO_V" = -52; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_X" = 29; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -108; -"@MMK_R_KO_bracketright" = -14; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = 13; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eightsuperior" = -73; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -78; -"@MMK_R_KO_foursuperior" = -74; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_hyphen.case" = -59; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -74; -"@MMK_R_KO_onesuperior" = -73; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -44; -"@MMK_R_KO_question.ss01" = -39; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -82; -"@MMK_R_KO_quotedblleft.ss01" = -85; -"@MMK_R_KO_quoteleft" = -65; -"@MMK_R_KO_quoteright" = -67; -"@MMK_R_KO_quoteright.ss01" = -79; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -71; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_sixsuperior" = -76; -"@MMK_R_KO_slash" = 29; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -79; -"@MMK_R_KO_trademark" = -86; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_underscore" = 60; -"@MMK_R_KO_v" = -32; -"@MMK_R_KO_w" = -31; -"@MMK_R_KO_x" = 22; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = 24; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 32; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 36; -"@MMK_R_KO_J" = 42; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = -46; -"@MMK_R_KO_U" = -23; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -33; -"@MMK_R_KO_X" = 29; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -13; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 13; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = -41; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_fivesuperior" = -47; -"@MMK_R_KO_foursuperior" = -35; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -33; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -46; -"@MMK_R_KO_onesuperior" = -42; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 4; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -44; -"@MMK_R_KO_question.ss01" = -39; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -82; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -65; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -54; -"@MMK_R_KO_sixsuperior" = -49; -"@MMK_R_KO_slash" = 29; -"@MMK_R_KO_threesuperior" = -36; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 24; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -20; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = -3; -"@MMK_R_KO_Y" = -15; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -47; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -56; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 21; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 17; -"@MMK_R_KO_imacron" = 12; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = -11; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period" = -21; -"@MMK_R_KO_period.ss01" = -47; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -10; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -32; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_underscore" = -24; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 9; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -20; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = -3; -"@MMK_R_KO_Y" = -15; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -47; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -56; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 21; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = -11; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period" = -21; -"@MMK_R_KO_period.ss01" = -47; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -10; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -32; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_underscore" = -24; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 9; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = 21; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 22; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_bracketright" = 12; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -47; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_ellipsis" = -56; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 21; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_parenright" = 20; -"@MMK_R_KO_parenright.case" = 30; -"@MMK_R_KO_period" = -21; -"@MMK_R_KO_period.ss01" = -47; -"@MMK_R_KO_question" = 3; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 9; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 16; -"@MMK_R_KO_W" = 20; -"@MMK_R_KO_X" = -8; -"@MMK_R_KO_Y" = 5; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -13; -"@MMK_R_KO_bracketright" = -4; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = 12; -"@MMK_R_KO_ellipsis" = -171; -"@MMK_R_KO_exclam" = 27; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = 4; -"@MMK_R_KO_foursuperior" = 22; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = 16; -"@MMK_R_KO_hyphen" = -48; -"@MMK_R_KO_hyphen.case" = 10; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 33; -"@MMK_R_KO_imacron" = 24; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 8; -"@MMK_R_KO_onesuperior" = 4; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 35; -"@MMK_R_KO_question.ss01" = 7; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 10; -"@MMK_R_KO_quoteright" = 8; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = 8; -"@MMK_R_KO_slash" = -38; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -123; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = 28; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -27; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 27; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = 25; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -39; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 10; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 8; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -10; -"@MMK_R_KO_parenright.case" = 10; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -17; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -17; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -18; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -39; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 31; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 14; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = -12; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 9; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -30; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = 8; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 15; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = -8; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 14; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = -5; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_question" = 14; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 10; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -25; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 8; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 10; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 10; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -35; -"@MMK_R_KO_bracketright" = -12; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 20; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 13; -"@MMK_R_KO_hyphen" = 21; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_i" = 13; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 18; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 4; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_question" = 18; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -7; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = 10; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -27; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 10; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_bracketright" = -10; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 20; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 13; -"@MMK_R_KO_hyphen" = 21; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 18; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 4; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_question" = 18; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -7; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 10; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -38; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 42; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = 42; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 32; -"@MMK_R_KO_W" = 26; -"@MMK_R_KO_X" = 25; -"@MMK_R_KO_Y" = 35; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -71; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -51; -"@MMK_R_KO_comma" = -51; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -83; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -37; -"@MMK_R_KO_g" = -58; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -56; -"@MMK_R_KO_hyphen" = -47; -"@MMK_R_KO_hyphen.case" = -47; -"@MMK_R_KO_i" = -20; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -20; -"@MMK_R_KO_l.ss04" = 10; -"@MMK_R_KO_n" = -64; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 22; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 8; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -52; -"@MMK_R_KO_sevensuperior" = 22; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -38; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 17; -"@MMK_R_KO_u" = -62; -"@MMK_R_KO_underscore" = -42; -"@MMK_R_KO_v" = -55; -"@MMK_R_KO_w" = -56; -"@MMK_R_KO_x" = -51; -"@MMK_R_KO_y" = -55; -"@MMK_R_KO_z" = -53; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 8; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 4; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -3; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -35; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -23; -"@MMK_R_KO_comma.ss01" = -48; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -57; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = -24; -"@MMK_R_KO_period.ss01" = -50; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -14; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -26; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 8; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 4; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -3; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -23; -"@MMK_R_KO_comma.ss01" = -48; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -57; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = -24; -"@MMK_R_KO_period.ss01" = -50; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 31; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_T" = 32; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 52; -"@MMK_R_KO_X" = 44; -"@MMK_R_KO_Y" = 39; -"@MMK_R_KO_Z" = 41; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_bracketright" = 51; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -23; -"@MMK_R_KO_comma.ss01" = -48; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_eightsuperior" = 11; -"@MMK_R_KO_ellipsis" = -57; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_fivesuperior" = 7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 5; -"@MMK_R_KO_onesuperior" = 25; -"@MMK_R_KO_parenright" = 57; -"@MMK_R_KO_parenright.case" = 56; -"@MMK_R_KO_period" = -23; -"@MMK_R_KO_period.ss01" = -48; -"@MMK_R_KO_question" = 11; -"@MMK_R_KO_question.ss01" = 3; -"@MMK_R_KO_quotedbl" = 22; -"@MMK_R_KO_quoteright" = 19; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = 41; -"@MMK_R_KO_sixsuperior" = 5; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_threesuperior" = 8; -"@MMK_R_KO_u" = 0; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -43; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 43; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 32; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 44; -"@MMK_R_KO_W" = 38; -"@MMK_R_KO_X" = 29; -"@MMK_R_KO_Y" = 44; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -31; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -62; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -99; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -24; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_hyphen.case" = -13; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 34; -"@MMK_R_KO_imacron" = 31; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = -26; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 21; -"@MMK_R_KO_parenright" = 13; -"@MMK_R_KO_parenright.case" = 18; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 27; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 18; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = 26; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -22; -"@MMK_R_KO_sevensuperior" = 24; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -38; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 7; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_underscore" = -60; -"@MMK_R_KO_v" = -5; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -19; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 39; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 26; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 38; -"@MMK_R_KO_W" = 33; -"@MMK_R_KO_X" = 30; -"@MMK_R_KO_Y" = 39; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -36; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = 9; -"@MMK_R_KO_ellipsis" = -73; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_hyphen.case" = -3; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 36; -"@MMK_R_KO_imacron" = 29; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 12; -"@MMK_R_KO_n" = -18; -"@MMK_R_KO_ninesuperior" = 7; -"@MMK_R_KO_onesuperior" = 21; -"@MMK_R_KO_parenright" = 12; -"@MMK_R_KO_parenright.case" = 21; -"@MMK_R_KO_period" = -40; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 28; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = 21; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = 18; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 7; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 3; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_underscore" = -35; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 38; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 44; -"@MMK_R_KO_J" = 44; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 25; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 30; -"@MMK_R_KO_X" = 47; -"@MMK_R_KO_Y" = 29; -"@MMK_R_KO_Z" = 40; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -65; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 38; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 16; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -26; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -43; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -52; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 17; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 10; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 3; -"@MMK_R_KO_parenright" = 14; -"@MMK_R_KO_parenright.case" = 33; -"@MMK_R_KO_period" = 33; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 5; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 5; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 47; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_x" = 24; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = 35; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 44; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_X" = 29; -"@MMK_R_KO_Y" = 45; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = -56; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -55; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -98; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = -54; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 28; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = 12; -"@MMK_R_KO_n" = -40; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 19; -"@MMK_R_KO_parenright" = 6; -"@MMK_R_KO_parenright.case" = 14; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 23; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 24; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 26; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -42; -"@MMK_R_KO_sevensuperior" = 22; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -47; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 14; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_underscore" = -56; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -25; -"@MMK_R_KO_x" = -19; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 24; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 40; -"@MMK_R_KO_J" = 44; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 30; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 37; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 43; -"@MMK_R_KO_Y" = 36; -"@MMK_R_KO_Z" = 28; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asciicircum" = -52; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 23; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = -24; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -73; -"@MMK_R_KO_hyphen.case" = -47; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_icircumflex" = 10; -"@MMK_R_KO_imacron" = 24; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 8; -"@MMK_R_KO_parenright" = 18; -"@MMK_R_KO_parenright.case" = 35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 16; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 20; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = 13; -"@MMK_R_KO_six" = -13; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 20; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_underscore" = 51; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -64; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -40; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -51; -"@MMK_R_KO_bracketright" = -36; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -27; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -30; -"@MMK_R_KO_quotedbl" = -28; -"@MMK_R_KO_quotedblleft" = -41; -"@MMK_R_KO_quotedblleft.ss01" = -45; -"@MMK_R_KO_quoteleft" = -41; -"@MMK_R_KO_quoteright" = -31; -"@MMK_R_KO_quoteright.ss01" = -34; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -23; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -71; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 20; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -54; -"@MMK_R_KO_U" = -5; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -62; -"@MMK_R_KO_bracketright" = -29; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 20; -"@MMK_R_KO_comma.ss01" = -14; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -32; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -39; -"@MMK_R_KO_foursuperior" = -26; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -43; -"@MMK_R_KO_onesuperior" = -43; -"@MMK_R_KO_parenright" = -9; -"@MMK_R_KO_period" = 17; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = -44; -"@MMK_R_KO_question.ss01" = -51; -"@MMK_R_KO_quotedbl" = -43; -"@MMK_R_KO_quotedblleft" = -89; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -65; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -55; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -37; -"@MMK_R_KO_slash" = 6; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -29; -"@MMK_R_KO_trademark" = -82; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 39; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 20; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 29; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -32; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 20; -"@MMK_R_KO_comma.ss01" = -14; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -30; -"@MMK_R_KO_foursuperior" = -26; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_onesuperior" = -19; -"@MMK_R_KO_parenright" = -9; -"@MMK_R_KO_period" = 17; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = -36; -"@MMK_R_KO_question.ss01" = -29; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -44; -"@MMK_R_KO_quotedblleft.ss01" = -46; -"@MMK_R_KO_quoteleft" = -47; -"@MMK_R_KO_quoteright" = -41; -"@MMK_R_KO_quoteright.ss01" = -46; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -23; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -28; -"@MMK_R_KO_slash" = 6; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 39; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_t" = -12; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -80; -"@MMK_R_KO_H" = -41; -"@MMK_R_KO_O" = -32; -"@MMK_R_KO_T" = -71; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_i" = -48; -"@MMK_R_KO_n" = -51; -"@MMK_R_KO_t" = -26; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -73; -"@MMK_R_KO_H" = -51; -"@MMK_R_KO_O" = -36; -"@MMK_R_KO_T" = -103; -"@MMK_R_KO_a" = -52; -"@MMK_R_KO_e" = -51; -"@MMK_R_KO_f" = -56; -"@MMK_R_KO_i" = -60; -"@MMK_R_KO_n" = -60; -"@MMK_R_KO_t" = -55; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 31; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = -41; -"@MMK_R_KO_a.ss05" = -30; -"@MMK_R_KO_asterisk" = 30; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -41; -"@MMK_R_KO_eight" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -65; -"@MMK_R_KO_g" = -39; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -129; -"@MMK_R_KO_hyphen.case" = -88; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = 13; -"@MMK_R_KO_one" = 10; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = 11; -"@MMK_R_KO_quotedblleft.ss01" = 17; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 18; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_seven" = 42; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -60; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 27; -"@MMK_R_KO_two" = 28; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -30; -"@MMK_R_KO_a.ss05" = -24; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -31; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 2; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eight" = -19; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -8; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 24; -"@MMK_R_KO_n" = -36; -"@MMK_R_KO_nine" = -17; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_period" = -36; -"@MMK_R_KO_period.ss01" = -52; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -23; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = -9; -"@MMK_R_KO_u" = -36; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_y" = 17; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_eight" = -17; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -10; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = -28; -"@MMK_R_KO_hyphen.case" = -30; -"@MMK_R_KO_nine" = -15; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_slash" = 56; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -59; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -49; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -3; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -23; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 10; -"@MMK_R_KO_hyphen" = -15; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_icircumflex" = -4; -"@MMK_R_KO_imacron" = -4; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = -4; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -19; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_question" = -29; -"@MMK_R_KO_question.ss01" = -34; -"@MMK_R_KO_quotedbl" = -32; -"@MMK_R_KO_quotedblleft" = -43; -"@MMK_R_KO_quotedblleft.ss01" = -50; -"@MMK_R_KO_quoteleft" = -43; -"@MMK_R_KO_quoteright" = -42; -"@MMK_R_KO_quoteright.ss01" = -51; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -28; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -69; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -65; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_five" = -13; -"@MMK_R_KO_four" = -65; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -65; -"@MMK_R_KO_hyphen.case" = -65; -"@MMK_R_KO_nine" = -16; -"@MMK_R_KO_one" = -17; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 39; -"@MMK_R_KO_quotedbl" = -65; -"@MMK_R_KO_quotedblleft" = -65; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_seven" = -38; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_three" = -3; -"@MMK_R_KO_two" = 31; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -78; -"@MMK_R_KO_H" = -28; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_a" = -80; -"@MMK_R_KO_e" = -80; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_i" = -33; -"@MMK_R_KO_n" = -60; -"@MMK_R_KO_t" = -31; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -57; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -3; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -57; -"@MMK_R_KO_bracketright" = -30; -"@MMK_R_KO_colon" = -6; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -26; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -32; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -36; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -53; -"@MMK_R_KO_quotedbl" = -40; -"@MMK_R_KO_quotedblleft" = -87; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -65; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_quoteright.ss01" = -58; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -78; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -34; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -23; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -3; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -29; -"@MMK_R_KO_colon" = -6; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = -37; -"@MMK_R_KO_question.ss01" = -29; -"@MMK_R_KO_quotedbl" = -30; -"@MMK_R_KO_quotedblleft" = -46; -"@MMK_R_KO_quotedblleft.ss01" = -47; -"@MMK_R_KO_quoteleft" = -46; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -47; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asterisk" = 11; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 15; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 20; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_nine" = 7; -"@MMK_R_KO_one" = 10; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -34; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 10; -"@MMK_R_KO_six" = 15; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_three" = 17; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -32; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -56; -"@MMK_R_KO_S" = -38; -"@MMK_R_KO_T" = -83; -"@MMK_R_KO_U" = -57; -"@MMK_R_KO_V" = -98; -"@MMK_R_KO_W" = -74; -"@MMK_R_KO_Y" = -98; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -52; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asterisk" = -129; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 19; -"@MMK_R_KO_e" = -52; -"@MMK_R_KO_egrave" = -52; -"@MMK_R_KO_eight" = -45; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_f" = -40; -"@MMK_R_KO_five" = -46; -"@MMK_R_KO_four" = -162; -"@MMK_R_KO_g" = -55; -"@MMK_R_KO_guillemetleft" = -92; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = -187; -"@MMK_R_KO_hyphen.case" = -187; -"@MMK_R_KO_i" = -38; -"@MMK_R_KO_j" = -38; -"@MMK_R_KO_n" = -38; -"@MMK_R_KO_nine" = -50; -"@MMK_R_KO_one" = -52; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 18; -"@MMK_R_KO_quotedbl" = -126; -"@MMK_R_KO_quotedblleft" = -146; -"@MMK_R_KO_quoteright" = -146; -"@MMK_R_KO_s" = -34; -"@MMK_R_KO_seven" = -73; -"@MMK_R_KO_six" = -54; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_three" = -36; -"@MMK_R_KO_two" = -10; -"@MMK_R_KO_u" = -49; -"@MMK_R_KO_v" = -71; -"@MMK_R_KO_w" = -67; -"@MMK_R_KO_y" = -68; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -29; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -51; -"@MMK_R_KO_S" = -31; -"@MMK_R_KO_T" = -82; -"@MMK_R_KO_U" = -51; -"@MMK_R_KO_V" = -96; -"@MMK_R_KO_W" = -72; -"@MMK_R_KO_Y" = -97; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_a.ss05" = -30; -"@MMK_R_KO_asterisk" = -129; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = -47; -"@MMK_R_KO_egrave" = -47; -"@MMK_R_KO_eight" = -39; -"@MMK_R_KO_f" = -38; -"@MMK_R_KO_five" = -40; -"@MMK_R_KO_four" = -161; -"@MMK_R_KO_g" = -50; -"@MMK_R_KO_guillemetleft" = -92; -"@MMK_R_KO_guillemetright" = -30; -"@MMK_R_KO_hyphen" = -187; -"@MMK_R_KO_hyphen.case" = -187; -"@MMK_R_KO_i" = -36; -"@MMK_R_KO_j" = -36; -"@MMK_R_KO_n" = -36; -"@MMK_R_KO_nine" = -46; -"@MMK_R_KO_one" = -51; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_quotedbl" = -126; -"@MMK_R_KO_quotedblleft.ss01" = -111; -"@MMK_R_KO_quoteright.ss01" = -111; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_seven" = -72; -"@MMK_R_KO_six" = -49; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -43; -"@MMK_R_KO_three" = -30; -"@MMK_R_KO_two" = -5; -"@MMK_R_KO_u" = -46; -"@MMK_R_KO_v" = -69; -"@MMK_R_KO_w" = -65; -"@MMK_R_KO_y" = -66; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -16; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -51; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_Y" = -65; -"@MMK_R_KO_Z" = -16; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -62; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 43; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 22; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -18; -"@MMK_R_KO_one" = -20; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -146; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_seven" = -54; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -31; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 35; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = 29; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 24; -"@MMK_R_KO_Y" = 30; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -37; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 6; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = 28; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 4; -"@MMK_R_KO_parenright" = 12; -"@MMK_R_KO_period" = -4; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 15; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -3; -"@MMK_R_KO_v" = 19; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = 20; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 35; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = 29; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 24; -"@MMK_R_KO_Y" = 30; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -37; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 6; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = 28; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 4; -"@MMK_R_KO_parenright" = 12; -"@MMK_R_KO_period" = -4; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 15; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -3; -"@MMK_R_KO_v" = 19; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = 20; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -5; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -51; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -25; -"@MMK_R_KO_onesuperior" = -9; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_question" = -11; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -17; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_trademark" = -45; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = 8; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_Y" = 7; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -4; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_five" = 2; -"@MMK_R_KO_four" = 32; -"@MMK_R_KO_g" = 13; -"@MMK_R_KO_guillemetleft" = 13; -"@MMK_R_KO_guillemetright" = 3; -"@MMK_R_KO_hyphen" = 32; -"@MMK_R_KO_hyphen.case" = 19; -"@MMK_R_KO_i" = 16; -"@MMK_R_KO_j" = 8; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -4; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_seven" = 2; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_slash" = 10; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_three" = 10; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 31; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -5; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -6; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 16; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 14; -"@MMK_R_KO_four" = 37; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 36; -"@MMK_R_KO_hyphen.case" = -6; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -5; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -17; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 30; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 30; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 31; -"@MMK_R_KO_J" = 35; -"@MMK_R_KO_O" = 17; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -39; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 16; -"@MMK_R_KO_X" = 26; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -36; -"@MMK_R_KO_bracketright" = 20; -"@MMK_R_KO_colon" = 46; -"@MMK_R_KO_comma" = 59; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 4; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 32; -"@MMK_R_KO_period" = 46; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 10; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 20; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -10; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 46; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -42; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = 57; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -15; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = -20; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -48; -"@MMK_R_KO_f" = 18; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = 28; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_hyphen.case" = -9; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_nine" = 7; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -20; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -34; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteright" = -29; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 20; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 23; -"@MMK_R_KO_three" = 17; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 28; -"@MMK_R_KO_w" = 24; -"@MMK_R_KO_y" = 26; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -17; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -60; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = -28; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asterisk" = -58; -"@MMK_R_KO_colon" = -36; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -92; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 12; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 12; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = 20; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -22; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -36; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -92; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_seven" = -52; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -44; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -25; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -27; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = -15; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -129; -"@MMK_R_KO_colon" = -62; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = 4; -"@MMK_R_KO_four" = 45; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 22; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -14; -"@MMK_R_KO_one" = -17; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = -126; -"@MMK_R_KO_quotedblleft" = -132; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_seven" = -50; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = 8; -"@MMK_R_KO_two" = -25; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = -19; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -12; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_Y" = -41; -"@MMK_R_KO_Z" = -42; -"@MMK_R_KO_asterisk" = -88; -"@MMK_R_KO_colon" = -36; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_eight" = -7; -"@MMK_R_KO_five" = 10; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = 20; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen.case" = 24; -"@MMK_R_KO_nine" = 7; -"@MMK_R_KO_one" = -17; -"@MMK_R_KO_parenright.case" = -31; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -132; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_seven" = -64; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_three" = -46; -"@MMK_R_KO_two" = -69; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = -5; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -51; -"@MMK_R_KO_bracketright" = -36; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = -39; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -40; -"@MMK_R_KO_quotedblleft.ss01" = -42; -"@MMK_R_KO_quoteleft" = -39; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -33; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -22; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -22; -"@MMK_R_KO_trademark" = -27; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 16; -"@MMK_R_KO_I.ss02" = 50; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = 52; -"@MMK_R_KO_U" = 23; -"@MMK_R_KO_V" = 55; -"@MMK_R_KO_W" = 51; -"@MMK_R_KO_X" = 42; -"@MMK_R_KO_Y" = 55; -"@MMK_R_KO_Z" = 37; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -47; -"@MMK_R_KO_bracketright" = 10; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -34; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 19; -"@MMK_R_KO_parenright" = 35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_question" = 19; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 24; -"@MMK_R_KO_quotedblleft" = 11; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 11; -"@MMK_R_KO_quoteright" = 23; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 30; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 20; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 8; -"@MMK_R_KO_trademark" = 21; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 32; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 21; -"@MMK_R_KO_J" = 26; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 28; -"@MMK_R_KO_Y" = -17; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 33; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_exclam" = 13; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 25; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -25; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 28; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -25; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -25; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -41; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -54; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 45; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = 20; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -48; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -8; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -11; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -27; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 20; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -3; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = 22; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -52; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 17; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -11; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 14; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = 7; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -30; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 40; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 32; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 42; -"@MMK_R_KO_exclam" = 72; -"@MMK_R_KO_f" = 18; -"@MMK_R_KO_fivesuperior" = 36; -"@MMK_R_KO_foursuperior" = 31; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 26; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 46; -"@MMK_R_KO_onesuperior" = 63; -"@MMK_R_KO_parenright" = 60; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = 84; -"@MMK_R_KO_question.ss01" = 54; -"@MMK_R_KO_quotedbl" = 82; -"@MMK_R_KO_quotedblleft" = 66; -"@MMK_R_KO_quotedblleft.ss01" = 46; -"@MMK_R_KO_quoteleft" = 66; -"@MMK_R_KO_sevensuperior" = 78; -"@MMK_R_KO_sixsuperior" = 33; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 13; -"@MMK_R_KO_threesuperior" = 54; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_T" = -54; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -62; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -59; -"@MMK_R_KO_bracketright" = -36; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = -29; -"@MMK_R_KO_ellipsis" = -36; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -36; -"@MMK_R_KO_foursuperior" = -23; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_icircumflex" = 1; -"@MMK_R_KO_imacron" = 1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -40; -"@MMK_R_KO_onesuperior" = -35; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_period" = 4; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_question" = -39; -"@MMK_R_KO_question.ss01" = -51; -"@MMK_R_KO_quotedbl" = -39; -"@MMK_R_KO_quotedblleft" = -78; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -65; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_quoteright.ss01" = -57; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -34; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -25; -"@MMK_R_KO_trademark" = -79; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -30; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = -13; -"@MMK_R_KO_Y" = -56; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -61; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -29; -"@MMK_R_KO_ellipsis" = -52; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -35; -"@MMK_R_KO_foursuperior" = -24; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -35; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -48; -"@MMK_R_KO_question" = -46; -"@MMK_R_KO_question.ss01" = -52; -"@MMK_R_KO_quotedbl" = -43; -"@MMK_R_KO_quotedblleft" = -90; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteleft" = -65; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -44; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -33; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -23; -"@MMK_R_KO_trademark" = -80; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -11; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -35; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_Y" = -9; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = -30; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -45; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -52; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -27; -"@MMK_R_KO_foursuperior" = -24; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -39; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -48; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -35; -"@MMK_R_KO_quotedblleft" = -46; -"@MMK_R_KO_quotedblleft.ss01" = -47; -"@MMK_R_KO_quoteleft" = -46; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -48; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -24; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -39; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -13; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 13; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_Y" = 5; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -45; -"@MMK_R_KO_a.ss05" = -26; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma" = 39; -"@MMK_R_KO_comma.ss01" = 6; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_egrave" = -39; -"@MMK_R_KO_eight" = -13; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -26; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = -43; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 30; -"@MMK_R_KO_n" = -42; -"@MMK_R_KO_nine" = -5; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 77; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -28; -"@MMK_R_KO_seven" = 23; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_slash" = 31; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -45; -"@MMK_R_KO_v" = -33; -"@MMK_R_KO_w" = -36; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 18; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = 20; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 20; -"@MMK_R_KO_Y" = 14; -"@MMK_R_KO_Z" = 38; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 35; -"@MMK_R_KO_comma.ss01" = 4; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen.case" = -31; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright.case" = 74; -"@MMK_R_KO_period" = 19; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 26; -"@MMK_R_KO_six" = -13; -"@MMK_R_KO_slash" = 63; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 16; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 43; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -51; -"@MMK_R_KO_U" = -24; -"@MMK_R_KO_V" = -62; -"@MMK_R_KO_W" = -40; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = 55; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asterisk" = -62; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_eight" = -12; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -62; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = -62; -"@MMK_R_KO_hyphen.case" = -62; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -16; -"@MMK_R_KO_one" = -20; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = 19; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -62; -"@MMK_R_KO_quotedblleft" = -62; -"@MMK_R_KO_quoteright" = -62; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_seven" = -41; -"@MMK_R_KO_six" = -22; -"@MMK_R_KO_slash" = 43; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 33; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = -33; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_y" = -29; -"@MMK_R_KO_z" = 45; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -29; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -47; -"@MMK_R_KO_S" = -31; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = -50; -"@MMK_R_KO_V" = -61; -"@MMK_R_KO_W" = -61; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_a.ss05" = -30; -"@MMK_R_KO_asterisk" = -61; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -47; -"@MMK_R_KO_eight" = -35; -"@MMK_R_KO_f" = -38; -"@MMK_R_KO_five" = -36; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -50; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -30; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = -36; -"@MMK_R_KO_j" = -36; -"@MMK_R_KO_n" = -36; -"@MMK_R_KO_nine" = -42; -"@MMK_R_KO_one" = -46; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_seven" = -61; -"@MMK_R_KO_six" = -47; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -43; -"@MMK_R_KO_three" = -29; -"@MMK_R_KO_two" = -5; -"@MMK_R_KO_u" = -46; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -61; -"@MMK_R_KO_y" = -61; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = -15; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = -55; -"@MMK_R_KO_S" = -34; -"@MMK_R_KO_T" = -71; -"@MMK_R_KO_U" = -57; -"@MMK_R_KO_V" = -80; -"@MMK_R_KO_W" = -64; -"@MMK_R_KO_Y" = -84; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = -46; -"@MMK_R_KO_a.ss05" = -22; -"@MMK_R_KO_e" = -46; -"@MMK_R_KO_eight" = -45; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_five" = -44; -"@MMK_R_KO_four" = -57; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetright" = -59; -"@MMK_R_KO_i" = -15; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_nine" = -49; -"@MMK_R_KO_one" = -36; -"@MMK_R_KO_parenright" = 20; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -112; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_seven" = -62; -"@MMK_R_KO_six" = -54; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_three" = -31; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -39; -"@MMK_R_KO_v" = -59; -"@MMK_R_KO_w" = -54; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -58; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_Y" = 24; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -43; -"@MMK_R_KO_a.ss05" = -22; -"@MMK_R_KO_asterisk" = 11; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -42; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -126; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -66; -"@MMK_R_KO_g" = -40; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -126; -"@MMK_R_KO_hyphen.case" = -71; -"@MMK_R_KO_i" = -15; -"@MMK_R_KO_j" = -19; -"@MMK_R_KO_n" = -28; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 2; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -26; -"@MMK_R_KO_seven" = 15; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -64; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -18; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = -47; -"@MMK_R_KO_S" = -24; -"@MMK_R_KO_T" = -73; -"@MMK_R_KO_U" = -48; -"@MMK_R_KO_V" = -88; -"@MMK_R_KO_W" = -64; -"@MMK_R_KO_Y" = -87; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -36; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asterisk" = -65; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -35; -"@MMK_R_KO_eight" = -30; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_five" = -31; -"@MMK_R_KO_four" = -65; -"@MMK_R_KO_g" = -26; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -65; -"@MMK_R_KO_hyphen.case" = -65; -"@MMK_R_KO_i" = -21; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = -38; -"@MMK_R_KO_one" = -38; -"@MMK_R_KO_period" = 20; -"@MMK_R_KO_quotedblleft" = -146; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_seven" = -63; -"@MMK_R_KO_six" = -44; -"@MMK_R_KO_slash" = 25; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_three" = -22; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -32; -"@MMK_R_KO_v" = -54; -"@MMK_R_KO_w" = -49; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -29; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -46; -"@MMK_R_KO_S" = -31; -"@MMK_R_KO_T" = -67; -"@MMK_R_KO_U" = -47; -"@MMK_R_KO_V" = -92; -"@MMK_R_KO_W" = -61; -"@MMK_R_KO_Y" = -96; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -47; -"@MMK_R_KO_a.ss05" = -29; -"@MMK_R_KO_asterisk" = -61; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -39; -"@MMK_R_KO_egrave" = -44; -"@MMK_R_KO_eight" = -35; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = -36; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -37; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -28; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = -34; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -34; -"@MMK_R_KO_nine" = -42; -"@MMK_R_KO_one" = -46; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_quotedblleft.ss01" = -61; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_seven" = -61; -"@MMK_R_KO_six" = -45; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = -39; -"@MMK_R_KO_three" = -29; -"@MMK_R_KO_two" = -5; -"@MMK_R_KO_u" = -45; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -61; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -63; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 23; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 28; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_Y" = 22; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -72; -"@MMK_R_KO_a.ss05" = -27; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = -40; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_e" = -72; -"@MMK_R_KO_egrave" = -33; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -146; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -84; -"@MMK_R_KO_g" = -69; -"@MMK_R_KO_guillemetleft" = -92; -"@MMK_R_KO_guillemetright" = -32; -"@MMK_R_KO_hyphen" = -132; -"@MMK_R_KO_hyphen.case" = -132; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -23; -"@MMK_R_KO_n" = -54; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 8; -"@MMK_R_KO_parenright.case" = 11; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_s" = -70; -"@MMK_R_KO_seven" = 44; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_slash" = -75; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_three" = 3; -"@MMK_R_KO_two" = 4; -"@MMK_R_KO_u" = -40; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -20; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -61; -"@MMK_R_KO_H" = -11; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = -22; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 8; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_a.ss05" = -44; -"@MMK_R_KO_asterisk" = 15; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -61; -"@MMK_R_KO_egrave" = -45; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_five" = -11; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -61; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = -13; -"@MMK_R_KO_j" = -30; -"@MMK_R_KO_n" = -46; -"@MMK_R_KO_nine" = -10; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -57; -"@MMK_R_KO_seven" = 23; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_slash" = -61; -"@MMK_R_KO_t" = -15; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -42; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -76; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -20; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 23; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = -92; -"@MMK_R_KO_a.ss05" = -37; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -62; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_e" = -115; -"@MMK_R_KO_egrave" = -44; -"@MMK_R_KO_eight" = -17; -"@MMK_R_KO_ellipsis" = -146; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_five" = -4; -"@MMK_R_KO_four" = -103; -"@MMK_R_KO_g" = -114; -"@MMK_R_KO_guillemetleft" = -92; -"@MMK_R_KO_guillemetright" = -66; -"@MMK_R_KO_hyphen" = -132; -"@MMK_R_KO_hyphen.case" = -132; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_j" = -23; -"@MMK_R_KO_n" = -74; -"@MMK_R_KO_nine" = -11; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 4; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -103; -"@MMK_R_KO_seven" = 18; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_slash" = -88; -"@MMK_R_KO_t" = -21; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -71; -"@MMK_R_KO_v" = -59; -"@MMK_R_KO_w" = -61; -"@MMK_R_KO_y" = -60; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -63; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 23; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 28; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_Y" = 22; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -65; -"@MMK_R_KO_a.ss05" = -27; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = -40; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_e" = -65; -"@MMK_R_KO_egrave" = -33; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -65; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -65; -"@MMK_R_KO_g" = -65; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = -32; -"@MMK_R_KO_hyphen" = -65; -"@MMK_R_KO_hyphen.case" = -65; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -23; -"@MMK_R_KO_n" = -54; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 8; -"@MMK_R_KO_parenright.case" = 11; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_s" = -52; -"@MMK_R_KO_seven" = 44; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_slash" = -65; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_three" = 3; -"@MMK_R_KO_two" = 4; -"@MMK_R_KO_u" = -40; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = -20; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -65; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -20; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 23; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = -65; -"@MMK_R_KO_a.ss05" = -37; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -62; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_e" = -65; -"@MMK_R_KO_egrave" = -48; -"@MMK_R_KO_eight" = -17; -"@MMK_R_KO_ellipsis" = -65; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_five" = -4; -"@MMK_R_KO_four" = -65; -"@MMK_R_KO_g" = -65; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = -65; -"@MMK_R_KO_hyphen" = -65; -"@MMK_R_KO_hyphen.case" = -65; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_j" = -23; -"@MMK_R_KO_n" = -65; -"@MMK_R_KO_nine" = -11; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 4; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -65; -"@MMK_R_KO_seven" = 18; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_slash" = -65; -"@MMK_R_KO_t" = -21; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -65; -"@MMK_R_KO_v" = -59; -"@MMK_R_KO_w" = -61; -"@MMK_R_KO_y" = -41; -"@MMK_R_KO_z" = -43; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -61; -"@MMK_R_KO_H" = -19; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -13; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_a.ss05" = -39; -"@MMK_R_KO_asterisk" = 16; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -61; -"@MMK_R_KO_egrave" = -45; -"@MMK_R_KO_eight" = -16; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_five" = -16; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -61; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_j" = -22; -"@MMK_R_KO_n" = -60; -"@MMK_R_KO_nine" = -12; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -61; -"@MMK_R_KO_seven" = 3; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_slash" = -61; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -51; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -33; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = -27; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -58; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_Y" = 24; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -36; -"@MMK_R_KO_a.ss05" = -22; -"@MMK_R_KO_asterisk" = 11; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -61; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -42; -"@MMK_R_KO_egrave" = -33; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -40; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = -15; -"@MMK_R_KO_j" = -19; -"@MMK_R_KO_n" = -28; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 2; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -26; -"@MMK_R_KO_seven" = 15; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -60; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -16; -"@MMK_R_KO_Y" = -10; -"@MMK_R_KO_Z" = -35; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -6; -"@MMK_R_KO_bracketright" = -13; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = -39; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -77; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 17; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 21; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = 23; -"@MMK_R_KO_hyphen" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_period" = -41; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -16; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_sevensuperior" = -35; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -27; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -37; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -36; -"@MMK_R_KO_v" = 21; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 19; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -54; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asciicircum" = -45; -"@MMK_R_KO_bracketright" = -26; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -34; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -26; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = -5; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_period" = 3; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = -28; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -30; -"@MMK_R_KO_quotedblleft" = -78; -"@MMK_R_KO_quotedblleft.ss01" = -59; -"@MMK_R_KO_quoteleft" = -65; -"@MMK_R_KO_quoteright" = -61; -"@MMK_R_KO_quoteright.ss01" = -49; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -49; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -24; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -69; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -54; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 8; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -34; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = -5; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -17; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 3; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = -23; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -39; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteleft" = -39; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -40; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -18; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 43; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 37; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 49; -"@MMK_R_KO_W" = 43; -"@MMK_R_KO_Y" = 46; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = -52; -"@MMK_R_KO_a.ss05" = -45; -"@MMK_R_KO_asterisk" = 23; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -52; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eight" = -8; -"@MMK_R_KO_ellipsis" = -106; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 2; -"@MMK_R_KO_four" = -58; -"@MMK_R_KO_g" = -50; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -51; -"@MMK_R_KO_hyphen.case" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -39; -"@MMK_R_KO_nine" = -5; -"@MMK_R_KO_one" = 15; -"@MMK_R_KO_parenright" = 12; -"@MMK_R_KO_parenright.case" = 21; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 22; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 31; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -41; -"@MMK_R_KO_seven" = 51; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_slash" = -49; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 8; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = -28; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eight" = 3; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 21; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_three" = 4; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 24; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 30; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 31; -"@MMK_R_KO_W" = 30; -"@MMK_R_KO_Y" = 33; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asterisk" = 22; -"@MMK_R_KO_colon" = -11; -"@MMK_R_KO_comma" = -65; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -95; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -38; -"@MMK_R_KO_g" = -29; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -35; -"@MMK_R_KO_hyphen.case" = -20; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = 14; -"@MMK_R_KO_parenright" = 20; -"@MMK_R_KO_parenright.case" = 25; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 25; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 21; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -30; -"@MMK_R_KO_seven" = 32; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -8; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 23; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = 28; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 22; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = -15; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 13; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 25; -"@MMK_R_KO_hyphen" = -6; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -11; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -13; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = 7; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -36; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 43; -"@MMK_R_KO_v" = 16; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 20; -"@MMK_R_KO_y" = 14; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = -10; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 10; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_f" = 11; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = 18; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 3; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_nine" = 6; -"@MMK_R_KO_one" = 9; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 9; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 11; -"@MMK_R_KO_three" = 15; -"@MMK_R_KO_two" = 9; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 31; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 42; -"@MMK_R_KO_J" = 46; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 9; -"@MMK_R_KO_W" = 10; -"@MMK_R_KO_Y" = 3; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 26; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -40; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -47; -"@MMK_R_KO_hyphen.case" = -7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_nine" = 5; -"@MMK_R_KO_one" = 27; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 13; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 11; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 25; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 12; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 11; -"@MMK_R_KO_two" = 24; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -23; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -24; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -25; -"@MMK_R_KO_comma.ss01" = -53; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -70; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 12; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 27; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = -1; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -1; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_period" = -33; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -28; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -28; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -28; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -7; -"@MMK_R_KO_v" = 18; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = 10; -"@MMK_R_KO_y" = 16; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -21; -"@MMK_R_KO_Y" = -25; -"@MMK_R_KO_Z" = -20; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = -23; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -26; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -65; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = 9; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 23; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_period" = -27; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -48; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -26; -"@MMK_R_KO_v" = 14; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 7; -"@MMK_R_KO_y" = 14; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 23; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = 24; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -52; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 21; -"@MMK_R_KO_Y" = -18; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -20; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 29; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = 23; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_period" = 24; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -32; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -43; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 6; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -55; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 40; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 20; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 23; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -55; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = -22; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = -20; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 15; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = 21; -"@MMK_R_KO_hyphen" = -17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -25; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -48; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 42; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = 18; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = 24; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 17; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 21; -"@MMK_R_KO_X" = 32; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 20; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = 21; -"@MMK_R_KO_hyphen" = -17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 2; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 6; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 2; -"@MMK_R_KO_sixsuperior" = 5; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 11; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = 18; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -22; -"@MMK_R_KO_comma.ss01" = -47; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eight" = 9; -"@MMK_R_KO_ellipsis" = -57; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 14; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 22; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_n" = 6; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -13; -"@MMK_R_KO_period" = -22; -"@MMK_R_KO_period.ss01" = -47; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = 0; -Tbar = -31; -asciitilde = -13; -asterisk = -47; -backslash = -32; -g.ss06 = 13; -minus = -39; -one = -12; -ordmasculine = -53; -plus = -32; -quotedbl = -57; -registered = -41; -seven = -27; -two = 24; -twosuperior = -26; -}; -Aacute = { -Tbar = -31; -}; -Abrevedotbelow.ss01 = { -T = -37; -}; -Aogonek = { -comma = 56; -parenright = 33; -}; -Atilde = { -ordfeminine = -53; -}; -B = { -Hbar = 14; -hbar = 16; -idieresis = 15; -itilde = 19; -}; -C = { -h = 12; -l = 12; -plus = -51; -three = 23; -}; -D = { -Lslash = 11; -Oslash = 18; -braceright = -16; -bracketright.case = -16; -}; -E = { -H = 0; -idieresis = 0; -}; -Eogonek = { -comma = 58; -}; -F = { -fourinferior = -65; -i = -8; -igrave = 49; -}; -G = { -Lslash = 10; -lslash = 4; -}; -Germandbls = { -S = 18; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -21; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 16; -itilde = 15; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 0; -D = 0; -E = 0; -H = 0; -Hbar = 44; -I = 0; -L = 0; -M = 0; -O = 7; -R = 0; -S = 17; -U = 6; -W = 25; -i = 0; -}; -I = { -Hbar = 0; -I = 0; -jcircumflex = 14; -}; -Icircumflex = { -Icircumflex = 2; -l.ss04 = 2; -}; -Imacron = { -Imacron = 0; -}; -Itilde = { -itilde = 16; -}; -J = { -Hbar = 0; -itilde = 17; -}; -Jacute = { -Imacron = 0; -}; -K = { -asciitilde = -51; -four = -14; -idieresis = 10; -igrave = 43; -itilde = 25; -less = -35; -logicalnot = -48; -minus = -80; -one = 5; -oslash = 0; -plus = -63; -}; -L = { -H = 0; -Tbar = -46; -asciitilde = -76; -asterisk = -67; -backslash = -53; -equal = -65; -four = -68; -less = -47; -logicalnot = -61; -minus = -91; -one = -18; -ordfeminine = -81; -ordmasculine = -82; -oslash = 0; -plus = -84; -quotedbl = -73; -quoteleft.ss01 = -61; -quoteright = -65; -quoteright.ss01 = -61; -registered = -81; -seven = -36; -twosuperior = -76; -}; -Lcaron = { -A = 32; -O = -14; -U = 0; -Uacute = 0; -V = 25; -a = -16; -hyphen = -59; -hyphen.case = -59; -u = -11; -v = -18; -}; -Lcommaaccent = { -twosuperior = -76; -}; -Lslash = { -twosuperior = -30; -}; -M = { -Hbar = 0; -idieresis = 5; -igrave = 16; -itilde = 15; -}; -N = { -Hbar = 0; -idieresis = 5; -igrave = 16; -itilde = 15; -}; -O = { -Dcroat = 9; -Lslash = 7; -braceright = -19; -bracketright.case = -19; -itilde = 14; -}; -Oslash = { -T = 16; -V = 16; -Y = 23; -parenright = 10; -parenright.case = 28; -}; -P = { -fourinferior = -81; -idieresis = 15; -itilde = 31; -two = 22; -}; -R = { -Hbar = 14; -jcircumflex = 25; -two = 12; -}; -S = { -Hbar = 19; -Lslash = 16; -dollar = 3; -four = 20; -idieresis = 14; -itilde = 25; -lslash = 11; -three = 23; -}; -T = { -Oslash = -20; -a.ss05 = -54; -aacute.ss05 = -51; -abreve = -21; -abreveacute = -21; -acircumflex = -36; -acircumflexacute = -36; -acircumflexdotbelow = -36; -adieresis = -39; -adotbelow.ss05 = -54; -ae = -54; -agrave = -19; -amacron = -32; -ampersand = -27; -aring = -31; -asciitilde = -60; -atilde = -36; -equal = -51; -four = -49; -g.ss06 = -48; -h = 0; -i.ss01 = 0; -iacute = -27; -idieresis = 0; -idotless = -64; -igrave = 52; -itilde = 14; -less = -33; -logicalnot = -46; -minus = -77; -ograve = -14; -plus = -73; -racute = -44; -scaron = 0; -seven = 31; -twoinferior = -61; -udieresis = -42; -udieresis.ss01 = -30; -ugrave = -19; -uhorngrave = -19; -umacron = -32; -ycircumflex = -19; -ygrave = 3; -yhookabove = -20; -zcaron = 15; -zeroinferior = -63; -}; -Tbar = { -A = -30; -Aacute = -30; -Tbar = 48; -a = -22; -comma = -51; -e = -21; -o = -21; -period = -51; -slash = -37; -}; -Tcaron = { -a.ss05 = -54; -}; -Tcedilla = { -a.ss05 = -54; -abreve = -20; -four = -49; -}; -Tcommaaccent = { -a.ss05 = -54; -abreve = -21; -four = -49; -}; -Thorn = { -A = -4; -AE = -4; -Aacute = -4; -J = -5; -O = 18; -Oacute = 18; -V = -5; -Y = -32; -Yacute = -32; -a = 7; -aacute = 7; -e = 8; -o = 8; -oacute = 8; -period = -62; -}; -U = { -Hbar = 6; -jcircumflex = 21; -}; -V = { -four = -33; -iacute = -7; -ibreve = 58; -idieresis = 35; -igrave = 55; -itilde = 48; -minus = -42; -plus = -34; -scaron = 0; -seven = 49; -twoinferior = -36; -}; -W = { -Hbar = 26; -backslash = 34; -idieresis = 33; -igrave = 51; -itilde = 50; -}; -X = { -asciitilde = -57; -four = -17; -less = -37; -logicalnot = -53; -minus = -85; -notequal = -66; -one = 9; -plus = -68; -}; -Y = { -a.ss05 = -47; -agrave = -13; -amacron = -28; -ampersand = -26; -asciitilde = -59; -at = -32; -four = -61; -g.ss06 = -47; -igrave = 55; -less = -28; -logicalnot = -39; -minus = -73; -ograve = -8; -plus = -53; -scaron = 0; -twoinferior = -71; -}; -Z = { -four = -69; -ibreve = 41; -igrave = 42; -itilde = 26; -minus = -80; -plus = -63; -}; -_B.currency = { -_baht.bar = -16; -}; -a = { -braceright = -39; -}; -a.ss05 = { -g.ss06 = 3; -}; -acircumflexacute.ss05 = { -y = -3; -}; -adieresis.ss05 = { -germandbls = -2; -}; -ampersand = { -V = -36; -W = -24; -Y = -59; -quotedbl = -93; -quotedblleft = -96; -}; -aogonek = { -j = 0; -parenright = 0; -}; -aogonek.ss05 = { -parenright = 23; -}; -approxequal = { -parenright = -72; -parenright.case = -60; -}; -asciicircum = { -J = -56; -X = -65; -Y = -46; -bracketright = -80; -comma = -65; -comma.ss01 = -61; -four = -84; -hyphen = -132; -parenright = -80; -parenright.case = -77; -period = -62; -period.ss01 = -61; -slash = -95; -}; -asciitilde = { -I.ss02 = -73; -J = -68; -V = -66; -W = -53; -X = -104; -Y = -90; -Z = -102; -bracketright = -88; -bracketright.case = -89; -comma = -65; -comma.ss01 = -61; -eight = -69; -exclam = -57; -four = -52; -one = -76; -parenright = -101; -parenright.case = -91; -period = -62; -period.ss01 = -61; -question = -98; -quotedbl = -95; -quotedblright = -146; -seven = -85; -slash = -91; -three = -84; -two = -84; -}; -at = { -T = -39; -parenright = -43; -}; -b = { -asterisk = -41; -braceright = -36; -lslash = 0; -one = -23; -}; -backslash = { -T = -53; -V = -48; -Y = -58; -asterisk = -71; -backslash = -49; -quotedbl = -75; -quotedblleft = -90; -quotedblleft.ss01 = -87; -quotedblright = -75; -quotedblright.ss01 = -77; -quoteleft = -65; -quoteright = -65; -quotesingle = -61; -}; -baht = { -parenright = -34; -}; -braceleft = { -p = 0; -}; -bracketleft = { -asciicircum = -80; -asciitilde = -46; -bracketright = 88; -jcircumflex = 29; -p = 0; -pi = -17; -plus = -72; -x = -19; -}; -c = { -asterisk = -31; -braceright = -30; -}; -cent = { -parenright = -37; -}; -colon = { -T = -51; -Y = -16; -four = -55; -one = 0; -parenright = -20; -two = 0; -zero = 0; -}; -colon.ss01 = { -T = -61; -four = -61; -parenright = -31; -}; -comma = { -eightsuperior = -65; -fivesuperior = -65; -foursuperior = -65; -ninesuperior = -65; -onesuperior = -65; -quoteleft = -65; -quotesingle = -61; -sevensuperior = -65; -sixsuperior = -65; -threesuperior = -65; -twosuperior = -65; -}; -comma.ss01 = { -eightsuperior = -61; -fivesuperior = -61; -foursuperior = -61; -ninesuperior = -61; -onesuperior = -61; -sevensuperior = -61; -sixsuperior = -61; -threesuperior = -61; -twosuperior = -61; -}; -copyright = { -Y = -39; -parenright = -57; -}; -d = { -idieresis = 0; -igrave = 2; -itilde = 1; -}; -dcaron = { -C = 33; -H = 48; -bracketright = 32; -eightsuperior = 42; -exclam = 72; -exclam.ss01 = 71; -fivesuperior = 36; -foursuperior = 31; -h = 26; -i = 0; -j = 0; -k = 26; -l = 26; -l.ss03 = 22; -l.ss04 = 23; -ninesuperior = 46; -onesuperior = 63; -parenright = 60; -question = 84; -question.ss01 = 54; -quotedbl = 82; -quotedblleft = 66; -quotedblleft.ss01 = 46; -quoteleft = 66; -quoteleft.ss01 = 46; -quotesingle = 82; -sevensuperior = 78; -sixsuperior = 33; -t = 12; -t_i.liga = 13; -t_t.liga = 12; -threesuperior = 54; -twosuperior = 61; -zcaron = 3; -}; -dcroat = { -i = 0; -igrave = 2; -itilde = 1; -}; -degree = { -J = -39; -comma = -65; -comma.ss01 = -61; -emdash = -165; -endash = -165; -four = -93; -hyphen = -132; -parenright = -26; -parenright.case = -23; -period = -62; -period.ss01 = -61; -slash = -86; -}; -divide = { -parenright = -88; -}; -dollar = { -parenright = -28; -three = 11; -}; -e = { -asterisk = -38; -backslash = -29; -braceright = -35; -germandbls = 0; -one = -26; -seven = -34; -}; -ecircumflexacute = { -t = 0; -}; -eight = { -bracketright = -15; -degree = -20; -}; -eight.dnom = { -degree = -133; -question.ss01 = -75; -quotedbl = -124; -quotedblleft = -135; -quotedblright = -135; -}; -eightsuperior = { -comma = -65; -comma.ss01 = -61; -period = -62; -period.ss01 = -61; -slash = -54; -}; -ellipsis = { -Tbar = -83; -bracketright = -55; -eightsuperior = -142; -fivesuperior = -135; -foursuperior = -127; -ninesuperior = -140; -onesuperior = -80; -parenleft = -46; -parenleft.case = -61; -question = -78; -quoteleft = -65; -quoteright = -65; -quotesingle = -61; -sevensuperior = -109; -sixsuperior = -140; -threesuperior = -132; -twosuperior = -118; -}; -ellipsis.ss01 = { -Tbar = -82; -bracketright = -52; -eightsuperior = -142; -fivesuperior = -135; -foursuperior = -127; -ninesuperior = -140; -onesuperior = -80; -question.ss01 = -85; -quoteleft.ss01 = -61; -quoteright.ss01 = -61; -quotesingle = -61; -sevensuperior = -109; -sixsuperior = -140; -threesuperior = -132; -twosuperior = -118; -}; -emdash = { -foursuperior = -101; -question = -66; -}; -emdash.case = { -X = -54; -quotedblbase = -146; -quotedblbase.ss01 = -111; -}; -endash = { -X = -25; -endash = 0; -foursuperior = -101; -question = -58; -}; -endash.case = { -H = 0; -X = -54; -quotedblbase = -146; -quotedblbase.ss01 = -111; -}; -eng = { -bracketright = 0; -}; -eogonek = { -lslash = 0; -}; -equal = { -T = -51; -equal = 0; -parenright = -51; -parenright.case = -37; -}; -eth = { -a = 0; -e = 0; -g = 3; -hyphen = 15; -parenright = -25; -}; -euro = { -parenright = -26; -parenright.case = -10; -}; -exclamdown = { -T = -55; -V = -9; -Y = -33; -}; -f = { -igrave = 0; -n = 0; -o = 0; -}; -f_f.liga = { -igrave = 0; -}; -f_f_i.liga = { -idieresis = 0; -}; -fi = { -idieresis = 0; -}; -five = { -degree = -41; -ordmasculine = -31; -percent = -9; -}; -five.dnom = { -degree = -101; -question.ss01 = -78; -quotedblleft = -128; -}; -five.numr = { -fraction = 0; -}; -fiveinferior = { -T = -61; -}; -fivesuperior = { -comma = -65; -comma.ss01 = -61; -period = -62; -period.ss01 = -61; -slash = -48; -}; -fl = { -idieresis = 0; -itilde = 1; -periodcentered.loclCAT = 60; -}; -four = { -asciicircum = -50; -bracketright = 0; -bracketright.case = 0; -degree = -35; -ordfeminine = -20; -ordmasculine = -20; -percent = -7; -x = -2; -}; -four.dnom = { -degree = -116; -question.ss01 = -77; -quotedblleft = -121; -}; -fourinferior = { -T = -59; -V = -46; -}; -foursuperior = { -comma = -65; -comma.ss01 = -61; -period = -62; -period.ss01 = -61; -slash = -51; -}; -fraction = { -eight.dnom = -6; -four.dnom = -21; -fourinferior = -27; -seveninferior = 25; -two.dnom = 0; -zero.dnom = -10; -}; -g = { -bracketright = 0; -j = 0; -j.ss01 = 0; -parenright = 0; -slash = 11; -}; -g.ss06 = { -g.ss06 = 14; -}; -gcaron.ss06 = { -gcaron.ss06 = 14; -}; -gdotaccent = { -j = 0; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 14; -}; -germandbls = { -e = 4; -hyphen = 29; -parenright = -23; -}; -greater = { -T = -33; -parenright = -32; -}; -greaterequal = { -T = -61; -}; -guillemetleft = { -pi = 36; -}; -guillemetright = { -X = -43; -bracketright = -33; -}; -guilsinglright = { -X = -43; -}; -h = { -asterisk = -37; -}; -hyphen = { -Lslash = 53; -X = -24; -bracketright = -30; -foursuperior = -92; -pi = -4; -question = -62; -quotedblbase = -132; -quoteleft = -65; -quotesingle = -61; -x = -23; -}; -hyphen.case = { -Dcroat = 54; -X = -52; -bracketright.case = -30; -quotedblbase = -132; -quotedblbase.ss01 = -111; -quotesinglbase = -65; -}; -i = { -T = -19; -idieresis = 0; -jcircumflex = 0; -parenright = -28; -}; -i.ss01 = { -parenright = 0; -}; -iacute = { -rcaron = 0; -}; -icircumflex = { -b = 2; -h = 2; -i = 0; -icircumflex = 2; -j = 0; -k = 2; -l = 2; -l.ss03 = 0; -l.ss04 = 2; -question = 15; -quotedbl = 23; -quoteright = 26; -quotesingle = 24; -}; -idieresis = { -b = 0; -idieresis = 1; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 0; -}; -idotaccent = { -parenright = -28; -}; -idotaccent.ss01 = { -parenright = 0; -}; -imacron = { -b = 0; -imacron = 1; -j = 0; -k = 0; -kcommaaccent = 0; -l = 0; -l.ss04 = 0; -lcommaaccent = 0; -quotedbl = 11; -}; -infinity = { -parenright = -51; -parenright.case = -32; -}; -integral = { -a = -40; -}; -iogonek = { -j = 0; -}; -itilde = { -h = 0; -itilde = 1; -quotedbl = 15; -quotesingle = 15; -}; -j = { -j = 0; -}; -jacute = { -backslash = 35; -iogonek = 2; -}; -jcircumflex = { -i = 0; -jcircumflex = 2; -}; -k = { -oslash = 0; -}; -l = { -at = 0; -idieresis = 0; -igrave = 2; -itilde = 1; -jcircumflex = 2; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = 56; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss04 = { -periodcentered.loclCAT = 60; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 71; -l = 26; -ncaron = 0; -scaron = 3; -twosuperior = 61; -}; -lcaron.ss03 = { -b = 21; -eightsuperior = 38; -exclam = 71; -exclam.ss01 = 70; -fivesuperior = 32; -k = 21; -ninesuperior = 42; -onesuperior = 59; -question = 80; -quotedbl = 78; -quotesingle = 78; -sevensuperior = 74; -sixsuperior = 30; -}; -lcaron.ss04 = { -exclam.ss01 = 71; -twosuperior = 61; -}; -liraTurkish = { -one = -24; -parenright = -46; -question = -52; -quotedbl = -67; -quotesingle = -61; -seven = -37; -}; -logicalnot = { -Y = -60; -parenright = -37; -seven = -61; -}; -m = { -asterisk = -37; -braceright = -38; -twosuperior = -25; -}; -minus = { -T = -77; -X = -85; -comma = -65; -one = -46; -parenright = -88; -parenright.case = -75; -period = -62; -seven = -97; -three = -80; -two = -103; -}; -mu = { -mu = 0; -parenright = -42; -quotesingle = -28; -}; -multiply = { -parenright = -79; -parenright.case = -68; -}; -n = { -asterisk = -37; -at = 0; -braceright = -39; -degree = -76; -g.ss06 = 4; -n = 0; -one = -25; -ordmasculine = -45; -}; -ncaron = { -Yacute = -14; -}; -nine = { -bracketright = -20; -degree = -26; -}; -nine.dnom = { -degree = -134; -question = -77; -question.ss01 = -74; -quotedbl = -125; -quotedblleft = -134; -quotedblleft.ss01 = -111; -quotedblright = -134; -quotedblright.ss01 = -111; -}; -ninesuperior = { -comma = -65; -comma.ss01 = -61; -fraction = -14; -period = -62; -period.ss01 = -61; -slash = -56; -}; -notequal = { -parenright = -66; -parenright.case = -55; -}; -numbersign = { -parenright = -26; -}; -o = { -asterisk = -42; -backslash = -32; -braceright = -36; -germandbls = -3; -lslash = 0; -n = 0; -one = -23; -}; -oacute = { -lslash = 0; -}; -ocircumflexacute = { -bracketright = 11; -parenright = 15; -}; -odieresis = { -germandbls = -3; -}; -ohorn = { -i = 0; -m = 0; -n = 0; -parenright = -10; -}; -ohornacute = { -c = 0; -i = 0; -m = 0; -n = 0; -p = 0; -t = 4; -t_i.liga = 4; -t_t.liga = 4; -}; -ohorndotbelow = { -c = 0; -i = 0; -n = 0; -p = 0; -t = 4; -t_i.liga = 4; -t_t.liga = 4; -u = 3; -}; -ohorngrave = { -i = 0; -n = 0; -parenright = -10; -}; -ohornhookabove = { -i = 0; -n = 0; -}; -ohorntilde = { -i = 0; -n = 0; -}; -ohungarumlaut = { -parenright = 0; -}; -one = { -comma.ss01 = -29; -degree = -28; -equal = 0; -four = 0; -icircumflex = 12; -nine = 0; -one = 0; -parenright = 0; -percent = 0; -period.ss01 = -29; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -78; -one.dnom = 0; -question.ss01 = -75; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -65; -comma.ss01 = -61; -period = -62; -period.ss01 = -61; -slash = -56; -}; -ordfeminine = { -comma = -65; -comma.ss01 = -61; -period = -62; -period.ss01 = -61; -}; -ordmasculine = { -comma = -65; -comma.ss01 = -61; -hyphen = -94; -parenright = -16; -period = -62; -period.ss01 = -61; -slash = -64; -}; -oslash = { -d = 0; -e = 2; -g = 4; -hyphen = 15; -parenright = -37; -y = 3; -}; -p = { -asterisk = -41; -backslash = -31; -braceright = -36; -lslash = 0; -one = -23; -}; -parenleft = { -Dcroat = -2; -H = 0; -Icircumflex = 13; -Oslash = 0; -ampersand = -30; -approxequal = -73; -asciicircum = -80; -asciitilde = -61; -at = -46; -cent = -44; -copyright = -57; -degree = -26; -divide = -87; -dollar = -30; -equal = -51; -euro = -46; -greaterequal = -18; -i = -28; -idotaccent = -28; -infinity = -51; -iogonek = 45; -jcircumflex = 44; -less = -32; -literSign = -39; -logicalnot = -42; -minus = -88; -mu = 0; -multiply = -80; -notequal = -67; -numbersign = -27; -oslash = -2; -p = 3; -parenleft = -26; -pi = -19; -plus = -84; -plusminus = -25; -published = -57; -question = -7; -quotedblbase = 23; -quoteleft = -5; -radical = -31; -scaron = 0; -section = -15; -sterling = -12; -x = -2; -}; -parenleft.case = { -Icircumflex = 29; -approxequal = -60; -asciicircum = -77; -asciitilde = -50; -dollar = -13; -equal = -37; -euro = -30; -minus = -75; -numbersign = -15; -parenleft.case = -9; -plus = -71; -question = 0; -quotedblbase = 18; -quoteleft = -2; -}; -parenright = { -bracketright = -15; -comma = 0; -comma.ss01 = -34; -hyphen = 26; -parenleft = 27; -parenright = -26; -period = -4; -period.ss01 = -44; -quotedbl = -14; -}; -parenright.case = { -comma = -21; -comma.ss01 = -47; -parenright.case = -9; -period = -21; -period.ss01 = -53; -}; -percent = { -asterisk = -79; -bracketright = -45; -comma.ss01 = -52; -eightsuperior = -61; -fivesuperior = -61; -foursuperior = -80; -ninesuperior = -59; -onesuperior = -57; -parenright = -51; -parenright.case = -21; -period = -18; -period.ss01 = -52; -question = -78; -question.ss01 = -71; -quotedbl = -81; -quotedblleft = -93; -quotedblright = -77; -quoteleft = -65; -quoteright = -65; -quotesingle = -61; -sevensuperior = -65; -sixsuperior = -65; -threesuperior = -57; -twosuperior = -41; -}; -period = { -bracketright = -36; -eightsuperior = -62; -fivesuperior = -62; -foursuperior = -62; -ninesuperior = -62; -onesuperior = -62; -ordfeminine = -62; -ordmasculine = -62; -parenleft.case = -21; -question = -58; -quoteleft = -62; -quotesingle = -61; -sevensuperior = -62; -sixsuperior = -62; -threesuperior = -62; -twosuperior = -62; -}; -period.ss01 = { -bracketright = -52; -eightsuperior = -61; -fivesuperior = -61; -foursuperior = -61; -ninesuperior = -61; -onesuperior = -61; -ordfeminine = -61; -ordmasculine = -61; -question.ss01 = -61; -sevensuperior = -61; -sixsuperior = -61; -threesuperior = -61; -twosuperior = -61; -}; -periodcentered.loclCAT = { -l = 60; -l.ss03 = 61; -}; -perthousand = { -asterisk = -129; -parenright = -54; -parenright.case = -22; -question = -84; -question.ss01 = -82; -quotedblleft = -146; -quotedblleft.ss01 = -111; -quotedblright = -146; -quotedblright.ss01 = -111; -quoteleft = -65; -quoteright = -65; -}; -pi = { -hyphen = -6; -parenright = -2; -period = 19; -pi = 29; -quotesingle = 0; -}; -plus = { -J = -37; -T = -73; -V = -34; -X = -68; -Y = -53; -braceright = -78; -bracketright = -72; -comma = -65; -comma.ss01 = -61; -one = -39; -parenright = -84; -parenright.case = -71; -period = -62; -period.ss01 = -61; -quotedbl = -78; -seven = -78; -slash = -41; -three = -63; -two = -82; -}; -published = { -parenright = -57; -}; -q = { -bracketright = 0; -j = 0; -parenright = 3; -}; -question = { -A = -24; -J = -6; -comma = -42; -hyphen = -36; -parenright = 0; -parenright.case = 0; -period = -44; -question = 31; -questiondown = -65; -slash = -33; -}; -question.ss01 = { -comma.ss01 = -61; -parenright = 0; -parenright.case = 0; -period.ss01 = -61; -questiondown.ss01 = -60; -}; -questiondown.case = { -T = -57; -V = -56; -Y = -62; -quotedbl = -82; -quotedblleft = -92; -quotedblleft.ss01 = -100; -quoteright = -65; -}; -questiondown.ss01 = { -C = -49; -Q = -49; -Q.ss09 = -49; -T = -75; -V = -83; -Y = -81; -four = -64; -quotedbl = -79; -quotedblleft.ss01 = -93; -quotesingle = -61; -}; -quotedbl = { -ellipsis.ss01 = -126; -exclamdown = -29; -g.ss06 = -40; -icircumflex = 23; -mu = -28; -questiondown = -74; -questiondown.case = -61; -questiondown.ss01 = -74; -underscore = -126; -}; -quotedblbase = { -copyright = -87; -divide = -146; -equal = -146; -euro = -74; -minus = -146; -p = -13; -plus = -146; -question = -72; -quotedblright = -146; -quoteleft = -65; -}; -quotedblbase.ss01 = { -divide = -111; -minus = -111; -plus = -111; -question.ss01 = -85; -quotedblright.ss01 = -111; -}; -quotedblleft = { -g.ss06 = -84; -mu = -54; -questiondown = -99; -questiondown.case = -47; -quotedblbase = -146; -underscore = -146; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -111; -questiondown.ss01 = -88; -quotedblbase.ss01 = -111; -underscore = -111; -}; -quotedblright = { -asciitilde = -146; -questiondown = -129; -questiondown.case = -65; -quotesinglbase = -65; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -111; -questiondown.case = -76; -questiondown.ss01 = -100; -}; -quoteleft = { -questiondown = -65; -questiondown.case = -47; -quotedblbase = -65; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -61; -}; -quoteright = { -icircumflex = 9; -questiondown = -65; -quotedblbase = -65; -}; -quoteright.ss01 = { -questiondown.ss01 = -61; -quotedblbase.ss01 = -61; -}; -quotesinglbase = { -T = -65; -V = -65; -Y = -65; -minus = -65; -plus = -65; -question = -65; -quotedblleft = -65; -quoteleft = -65; -}; -quotesinglbase.ss01 = { -T = -61; -V = -61; -Y = -61; -question.ss01 = -61; -}; -quotesingle = { -Hbar = 13; -g.ss06 = -40; -icircumflex = 24; -igrave = 24; -imacron = 11; -itilde = 13; -l.ss04 = 0; -questiondown = -61; -questiondown.case = -61; -underscore = -61; -}; -r = { -braceright = -13; -fourinferior = -54; -g.ss06 = -14; -parenright = -19; -}; -radical = { -A = -37; -}; -rcaron = { -sevensuperior = 13; -}; -registered = { -comma = -65; -comma.ss01 = -61; -parenright = -36; -parenright.case = -27; -period = -62; -period.ss01 = -61; -slash = -50; -}; -s = { -asterisk = -29; -braceright = -26; -l = 0; -}; -scaron = { -T = -7; -}; -semicolon = { -hyphen = -65; -}; -seven = { -minus = -66; -percent = 9; -plus = -49; -underscore = -64; -}; -seven.dnom = { -question.ss01 = -75; -}; -seven.numr = { -fraction = -20; -}; -seveninferior = { -parenright = -38; -}; -sevensuperior = { -A = -58; -comma = -65; -comma.ss01 = -61; -fraction = -26; -period = -62; -period.ss01 = -61; -slash = -67; -}; -six = { -bracketright = -18; -degree = -37; -}; -six.dnom = { -degree = -132; -question.ss01 = -77; -quotedbl = -122; -quotedblleft = -134; -quotedblleft.ss01 = -111; -quotedblright = -134; -}; -sixinferior = { -T = -61; -}; -sixsuperior = { -comma = -65; -comma.ss01 = -61; -period = -62; -period.ss01 = -61; -slash = -52; -}; -slash = { -fourinferior = -67; -g.ss06 = -32; -ibreve = 33; -l.ss04 = 0; -mu = -35; -quotedblbase = -95; -quotedblbase.ss01 = -95; -quotesinglbase = -65; -underscore = -71; -}; -sterling = { -two = 10; -}; -t_i.liga = { -idieresis = 0; -}; -tcaron = { -b = 0; -exclam = 52; -h = 0; -hyphen = -6; -i = 0; -j = 0; -k = 0; -parenright = 74; -quotedbl = 58; -quotedblleft = 42; -quotesingle = 58; -}; -tcedilla = { -parenright = 55; -}; -tenge = { -comma = -65; -comma.ss01 = -61; -period = -62; -period.ss01 = -61; -slash = -54; -}; -three = { -bracketright = -16; -}; -three.dnom = { -degree = -126; -question.ss01 = -75; -quotedbl = -124; -quotedblleft = -126; -quotedblright = -126; -}; -three.numr = { -fraction = -5; -}; -threeinferior = { -T = -61; -V = -45; -Y = -71; -}; -threesuperior = { -comma = -65; -comma.ss01 = -61; -fraction = -6; -parenright = 0; -period = -62; -period.ss01 = -61; -slash = -54; -}; -trademark = { -comma = -65; -comma.ss01 = -61; -hyphen = -132; -period = -62; -period.ss01 = -61; -slash = -82; -}; -two = { -percent = 13; -}; -two.dnom = { -degree = -112; -question.ss01 = -69; -quotedbl = -112; -quotedblleft = -112; -quotedblright = -112; -}; -twoinferior = { -T = -60; -V = -37; -Y = -72; -}; -twosuperior = { -comma = -65; -comma.ss01 = -61; -parenright = 5; -parenright.case = 7; -period = -62; -period.ss01 = -61; -slash = -41; -}; -uhorn = { -a = 0; -ohorn = 0; -ohornacute = 0; -ohorndotbelow = 0; -ohorndotbelow.ss01 = 0; -ohorngrave = 0; -ohornhookabove = 0; -ohorntilde = 0; -}; -uhornacute = { -a = 0; -c = 0; -}; -uhorndotbelow = { -a = 0; -c = 0; -comma = -2; -period = -2; -}; -uhorngrave = { -a = 0; -a.ss05 = 2; -}; -uhornhookabove = { -a = 0; -comma = -2; -comma.ss01 = -33; -period = -2; -period.ss01 = -37; -}; -uhorntilde = { -a = 0; -comma = -2; -period = -2; -}; -uhungarumlaut = { -parenright = 0; -}; -underscore = { -C = -24; -O = -24; -T = -42; -V = -59; -W = -36; -Y = -56; -asterisk = -129; -four = -114; -one = -16; -quotedbl = -126; -quotedblright = -146; -quotedblright.ss01 = -111; -quotesingle = -61; -seven = -33; -six = -23; -v = -33; -}; -uogonek = { -j = 0; -parenright = 0; -}; -v = { -braceright = -21; -n = 0; -}; -w = { -braceright = -23; -}; -x = { -four = -14; -}; -y = { -braceright = -19; -}; -ydotbelow = { -period = -20; -}; -zero = { -braceright = -19; -bracketright = -18; -bracketright.case = -19; -degree = -26; -percent = 5; -}; -zero.dnom = { -degree = -139; -question = -77; -question.ss01 = -74; -quotedbl = -126; -quotedblleft = -139; -quotedblleft.ss01 = -111; -quotedblright = -139; -quotedblright.ss01 = -111; -quoteleft = -65; -}; -zeroinferior = { -parenright = -37; -}; -zerosuperior = { -comma = -65; -comma.ss01 = -61; -fraction = -15; -period = -62; -period.ss01 = -61; -slash = -56; -}; -}; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_U" = -12; -"@MMK_R_KO_V" = -54; -"@MMK_R_KO_W" = -43; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -64; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 4; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = -33; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_fivesuperior" = -37; -"@MMK_R_KO_foursuperior" = -40; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -26; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -7; -"@MMK_R_KO_hyphen.case" = -18; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -57; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -39; -"@MMK_R_KO_question.ss01" = -45; -"@MMK_R_KO_quotedbl" = -51; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = -42; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -31; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = -40; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -20; -"@MMK_R_KO_threesuperior" = -39; -"@MMK_R_KO_trademark" = -70; -"@MMK_R_KO_u" = -8; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -33; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = -15; -"@MMK_R_KO_Y" = -26; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -13; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -4; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 30; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 17; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -15; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_parenright.case" = -40; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -12; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -16; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -27; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -36; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = -23; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -34; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 28; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -48; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -17; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -29; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -26; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -47; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_X" = -31; -"@MMK_R_KO_Y" = -37; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -40; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = -23; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 23; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -56; -"@MMK_R_KO_period" = -22; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -37; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = -59; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_X" = -31; -"@MMK_R_KO_Y" = -37; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -40; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = -23; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -56; -"@MMK_R_KO_period" = -22; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_y" = 0; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = -8; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_hyphen.case" = -3; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 58; -"@MMK_R_KO_imacron" = 45; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -10; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -7; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -13; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = -33; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = -89; -"@MMK_R_KO_comma.ss01" = -101; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -96; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_icircumflex" = 45; -"@MMK_R_KO_imacron" = 44; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 27; -"@MMK_R_KO_n" = -15; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = -88; -"@MMK_R_KO_period.ss01" = -102; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = 3; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -47; -"@MMK_R_KO_t" = -4; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_underscore" = -82; -"@MMK_R_KO_v" = -16; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = -21; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = -21; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = -23; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 42; -"@MMK_R_KO_imacron" = 29; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -49; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -17; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -26; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -41; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 5; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 6; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 31; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -22; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -10; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -15; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -24; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -34; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -10; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 48; -"@MMK_R_KO_imacron" = 37; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 19; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -1; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -12; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -48; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 60; -"@MMK_R_KO_imacron" = 45; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -5; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = 3; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 51; -"@MMK_R_KO_imacron" = 40; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 22; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -3; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -32; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -27; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asciicircum" = -53; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -21; -"@MMK_R_KO_egrave" = -14; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = -42; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -49; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -20; -"@MMK_R_KO_hyphen.case" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 44; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -7; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_parenright.case" = -13; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -22; -"@MMK_R_KO_question.ss01" = -25; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -21; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -5; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = -10; -"@MMK_R_KO_V" = -44; -"@MMK_R_KO_W" = -36; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -80; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -89; -"@MMK_R_KO_bracketright" = -36; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = 15; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = -79; -"@MMK_R_KO_ellipsis" = 2; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_fivesuperior" = -81; -"@MMK_R_KO_foursuperior" = -82; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_hyphen.case" = -66; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -79; -"@MMK_R_KO_onesuperior" = -85; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = 16; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -64; -"@MMK_R_KO_question.ss01" = -74; -"@MMK_R_KO_quotedbl" = -77; -"@MMK_R_KO_quotedblleft" = -80; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteleft" = -80; -"@MMK_R_KO_quoteright" = -78; -"@MMK_R_KO_quoteright.ss01" = -73; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -84; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_sixsuperior" = -79; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_threesuperior" = -80; -"@MMK_R_KO_trademark" = -92; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -35; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -42; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -43; -"@MMK_R_KO_W" = -36; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -79; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -36; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = 15; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -43; -"@MMK_R_KO_ellipsis" = 2; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_fivesuperior" = -46; -"@MMK_R_KO_foursuperior" = -46; -"@MMK_R_KO_guillemetleft" = -51; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -36; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -48; -"@MMK_R_KO_onesuperior" = -79; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = 16; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -40; -"@MMK_R_KO_question.ss01" = -49; -"@MMK_R_KO_quotedbl" = -62; -"@MMK_R_KO_quotedblleft" = -47; -"@MMK_R_KO_quotedblleft.ss01" = -45; -"@MMK_R_KO_quoteleft" = -47; -"@MMK_R_KO_quoteright" = -38; -"@MMK_R_KO_quoteright.ss01" = -40; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -80; -"@MMK_R_KO_sixsuperior" = -45; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_threesuperior" = -45; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_y" = -36; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_X" = -27; -"@MMK_R_KO_Y" = -33; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -30; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 31; -"@MMK_R_KO_imacron" = 20; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 10; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_parenright.case" = -56; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -12; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -24; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -29; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -30; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -48; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_X" = -27; -"@MMK_R_KO_Y" = -33; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -27; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 10; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_parenright.case" = -33; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -12; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -24; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -29; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -30; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -48; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 28; -"@MMK_R_KO_I.ss02" = 29; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 32; -"@MMK_R_KO_U" = 32; -"@MMK_R_KO_V" = 35; -"@MMK_R_KO_X" = 30; -"@MMK_R_KO_bracketright" = 30; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_exclam" = 37; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 28; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_parenright" = 20; -"@MMK_R_KO_parenright.case" = 25; -"@MMK_R_KO_period" = -18; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 22; -"@MMK_R_KO_quoteright" = 23; -"@MMK_R_KO_quoteright.ss01" = 31; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 9; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -31; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -33; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_X" = -27; -"@MMK_R_KO_Y" = -25; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = -105; -"@MMK_R_KO_comma.ss01" = -103; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -144; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 46; -"@MMK_R_KO_imacron" = 25; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 18; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -12; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = -49; -"@MMK_R_KO_period" = -98; -"@MMK_R_KO_period.ss01" = -103; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = 3; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 7; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -17; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -59; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -23; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -148; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -52; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_hyphen.case" = -9; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -27; -"@MMK_R_KO_quotedbl" = -30; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -42; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_trademark" = -52; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = -3; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 1; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 51; -"@MMK_R_KO_imacron" = 30; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 22; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -10; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -13; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -21; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = -15; -"@MMK_R_KO_Y" = -23; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -26; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 48; -"@MMK_R_KO_imacron" = 32; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 20; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -12; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -40; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -13; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -25; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -29; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = -15; -"@MMK_R_KO_Y" = -23; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = -17; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 48; -"@MMK_R_KO_imacron" = 32; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 20; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = -12; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -40; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -13; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -43; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = -31; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -47; -"@MMK_R_KO_a.ss05" = -40; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -24; -"@MMK_R_KO_comma" = -52; -"@MMK_R_KO_comma.ss01" = -65; -"@MMK_R_KO_e" = -54; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = -45; -"@MMK_R_KO_guillemetleft" = -66; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -46; -"@MMK_R_KO_hyphen.case" = -46; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_icircumflex" = 64; -"@MMK_R_KO_imacron" = 44; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 26; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = -52; -"@MMK_R_KO_period.ss01" = -65; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 3; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -52; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -41; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_underscore" = -45; -"@MMK_R_KO_v" = -20; -"@MMK_R_KO_w" = -21; -"@MMK_R_KO_x" = -19; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = -24; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_imacron" = 41; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 2; -"@MMK_R_KO_parenright" = -6; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -7; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -39; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 2; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 24; -"@MMK_R_KO_I.ss02" = 35; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_T" = 39; -"@MMK_R_KO_U" = 27; -"@MMK_R_KO_V" = 42; -"@MMK_R_KO_X" = 37; -"@MMK_R_KO_Y" = 43; -"@MMK_R_KO_Z" = 25; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 39; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -11; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_eightsuperior" = 27; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 38; -"@MMK_R_KO_fivesuperior" = 31; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 26; -"@MMK_R_KO_onesuperior" = 12; -"@MMK_R_KO_parenright" = 41; -"@MMK_R_KO_parenright.case" = 41; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 27; -"@MMK_R_KO_quoteright" = 26; -"@MMK_R_KO_quoteright.ss01" = 26; -"@MMK_R_KO_sevensuperior" = 35; -"@MMK_R_KO_sixsuperior" = 22; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_threesuperior" = 22; -"@MMK_R_KO_u" = 0; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -54; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 2; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -29; -"@MMK_R_KO_asciicircum" = -18; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -51; -"@MMK_R_KO_comma.ss01" = -54; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -57; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = -24; -"@MMK_R_KO_hyphen.case" = -16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 48; -"@MMK_R_KO_imacron" = 46; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = -50; -"@MMK_R_KO_period.ss01" = -54; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -23; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -58; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = -52; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = -19; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -43; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = -26; -"@MMK_R_KO_asciicircum" = -15; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = -42; -"@MMK_R_KO_comma.ss01" = -46; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -48; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -28; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_hyphen.case" = -12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 50; -"@MMK_R_KO_imacron" = 48; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = -13; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_parenright.case" = -12; -"@MMK_R_KO_period" = -41; -"@MMK_R_KO_period.ss01" = -45; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -9; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -45; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -8; -"@MMK_R_KO_underscore" = -42; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -14; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asciicircum" = -45; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -23; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = -19; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -36; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_hyphen.case" = -38; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 29; -"@MMK_R_KO_imacron" = 40; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -8; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -21; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -9; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -25; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -63; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -33; -"@MMK_R_KO_O" = -33; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = -64; -"@MMK_R_KO_a.ss05" = -56; -"@MMK_R_KO_asciicircum" = -44; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -37; -"@MMK_R_KO_comma" = -84; -"@MMK_R_KO_comma.ss01" = -98; -"@MMK_R_KO_e" = -67; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -92; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -34; -"@MMK_R_KO_g" = -63; -"@MMK_R_KO_guillemetleft" = -80; -"@MMK_R_KO_guillemetright" = -45; -"@MMK_R_KO_hyphen" = -63; -"@MMK_R_KO_hyphen.case" = -45; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 43; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = 19; -"@MMK_R_KO_n" = -44; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -5; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -20; -"@MMK_R_KO_period" = -84; -"@MMK_R_KO_period.ss01" = -98; -"@MMK_R_KO_question" = -22; -"@MMK_R_KO_question.ss01" = -22; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -62; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -35; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = -87; -"@MMK_R_KO_t" = -24; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -3; -"@MMK_R_KO_u" = -35; -"@MMK_R_KO_underscore" = -78; -"@MMK_R_KO_v" = -34; -"@MMK_R_KO_w" = -35; -"@MMK_R_KO_x" = -38; -"@MMK_R_KO_y" = -34; -"@MMK_R_KO_z" = -36; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -9; -"@MMK_R_KO_hyphen.case" = -33; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 60; -"@MMK_R_KO_imacron" = 46; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 31; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -4; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -4; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -22; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = -39; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -1; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -61; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -67; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -52; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -29; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -70; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -74; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -36; -"@MMK_R_KO_question.ss01" = -41; -"@MMK_R_KO_quotedbl" = -47; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -79; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_sixsuperior" = -27; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -77; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -52; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -32; -"@MMK_R_KO_question.ss01" = -41; -"@MMK_R_KO_quotedbl" = -36; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = -11; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -44; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_T" = -29; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -41; -"@MMK_R_KO_H" = -13; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_T" = -64; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_i" = -14; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_t" = -3; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -50; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -35; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -55; -"@MMK_R_KO_a.ss05" = -77; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -105; -"@MMK_R_KO_comma.ss01" = -103; -"@MMK_R_KO_e" = -75; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = -6; -"@MMK_R_KO_four" = -77; -"@MMK_R_KO_g" = -54; -"@MMK_R_KO_guillemetleft" = -95; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -130; -"@MMK_R_KO_hyphen.case" = -62; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -36; -"@MMK_R_KO_period" = -98; -"@MMK_R_KO_period.ss01" = -103; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -56; -"@MMK_R_KO_seven" = 6; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_slash" = -94; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -8; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = -22; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_S" = -19; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = -58; -"@MMK_R_KO_a.ss05" = -57; -"@MMK_R_KO_asterisk" = -5; -"@MMK_R_KO_colon" = -38; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -66; -"@MMK_R_KO_egrave" = -34; -"@MMK_R_KO_eight" = -20; -"@MMK_R_KO_ellipsis" = -72; -"@MMK_R_KO_f" = -32; -"@MMK_R_KO_five" = -15; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -85; -"@MMK_R_KO_guillemetright" = -89; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 32; -"@MMK_R_KO_n" = -71; -"@MMK_R_KO_nine" = -18; -"@MMK_R_KO_one" = -66; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -79; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -39; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = -72; -"@MMK_R_KO_seven" = -2; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_three" = -30; -"@MMK_R_KO_two" = -27; -"@MMK_R_KO_u" = -41; -"@MMK_R_KO_v" = -77; -"@MMK_R_KO_w" = -73; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = -45; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 1; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_asterisk" = -11; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_eight" = -13; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_five" = -13; -"@MMK_R_KO_four" = -69; -"@MMK_R_KO_guillemetleft" = -86; -"@MMK_R_KO_guillemetright" = -51; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_nine" = -18; -"@MMK_R_KO_one" = -68; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -45; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_seven" = -4; -"@MMK_R_KO_six" = -25; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_three" = -27; -"@MMK_R_KO_two" = -11; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = -20; -"@MMK_R_KO_Y" = -66; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -24; -"@MMK_R_KO_bracketright" = -72; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -43; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -30; -"@MMK_R_KO_question.ss01" = -34; -"@MMK_R_KO_quotedbl" = -35; -"@MMK_R_KO_quotedblleft" = -21; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -27; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -67; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -48; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -105; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_eight" = -7; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -13; -"@MMK_R_KO_guillemetleft" = -81; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -38; -"@MMK_R_KO_hyphen.case" = -105; -"@MMK_R_KO_nine" = -14; -"@MMK_R_KO_one" = -84; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_quotedbl" = -105; -"@MMK_R_KO_quotedblleft" = -105; -"@MMK_R_KO_quoteright" = -105; -"@MMK_R_KO_seven" = -91; -"@MMK_R_KO_six" = -23; -"@MMK_R_KO_three" = -7; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -54; -"@MMK_R_KO_H" = -11; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_e" = -48; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_i" = -10; -"@MMK_R_KO_n" = -18; -"@MMK_R_KO_t" = -3; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -66; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -74; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -66; -"@MMK_R_KO_parenright" = -69; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = -34; -"@MMK_R_KO_question.ss01" = -38; -"@MMK_R_KO_quotedbl" = -40; -"@MMK_R_KO_quotedblleft" = -25; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -25; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -72; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_trademark" = -73; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -47; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = -13; -"@MMK_R_KO_Y" = -28; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 7; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = -45; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = -31; -"@MMK_R_KO_question.ss01" = -38; -"@MMK_R_KO_quotedbl" = -24; -"@MMK_R_KO_quotedblleft" = -25; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -25; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -28; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -39; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_Y" = -24; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eight" = 13; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = 2; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 3; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_parenright.case" = -39; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = -28; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = -55; -"@MMK_R_KO_U" = -23; -"@MMK_R_KO_V" = -56; -"@MMK_R_KO_W" = -48; -"@MMK_R_KO_Y" = -92; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -130; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -21; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eight" = -16; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_five" = -20; -"@MMK_R_KO_four" = -24; -"@MMK_R_KO_g" = -18; -"@MMK_R_KO_guillemetleft" = -93; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -54; -"@MMK_R_KO_hyphen.case" = -204; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_nine" = -22; -"@MMK_R_KO_one" = -89; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -194; -"@MMK_R_KO_quotedblleft" = -217; -"@MMK_R_KO_quoteright" = -217; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_seven" = -97; -"@MMK_R_KO_six" = -29; -"@MMK_R_KO_slash" = -5; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_v" = -42; -"@MMK_R_KO_w" = -31; -"@MMK_R_KO_y" = -62; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = -19; -"@MMK_R_KO_V" = -53; -"@MMK_R_KO_W" = -45; -"@MMK_R_KO_Y" = -98; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -130; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_five" = -15; -"@MMK_R_KO_four" = -8; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -83; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_hyphen.case" = -191; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = -97; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -25; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -194; -"@MMK_R_KO_quotedblleft.ss01" = -218; -"@MMK_R_KO_quoteright.ss01" = -218; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_seven" = -102; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_slash" = -5; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = -5; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = -40; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_y" = -51; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_Y" = -64; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -29; -"@MMK_R_KO_comma" = -34; -"@MMK_R_KO_comma.ss01" = -14; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eight" = 5; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_five" = 2; -"@MMK_R_KO_four" = 8; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -28; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -79; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_period" = -33; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_quotedbl" = -92; -"@MMK_R_KO_quotedblleft" = -80; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteright" = -84; -"@MMK_R_KO_quoteright.ss01" = -22; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_seven" = -93; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = -23; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -20; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = -22; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 7; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 3; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = -28; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 6; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 56; -"@MMK_R_KO_imacron" = 50; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 10; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_period" = -28; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quotedblleft.ss01" = 4; -"@MMK_R_KO_quoteleft" = 5; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 13; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = 7; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 6; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -29; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = -22; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 7; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 3; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = -28; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 6; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 56; -"@MMK_R_KO_imacron" = 50; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 10; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_period" = -28; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quotedblleft.ss01" = 4; -"@MMK_R_KO_quoteleft" = 5; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 13; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = 7; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 6; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -29; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -11; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = -9; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -1; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 31; -"@MMK_R_KO_imacron" = 32; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -3; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -10; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -21; -"@MMK_R_KO_colon" = -6; -"@MMK_R_KO_comma" = -8; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eight" = 6; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = 4; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -26; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -29; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -28; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -19; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -16; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -32; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_Y" = -33; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -36; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eight" = 5; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -33; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = -38; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -38; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -29; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -33; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -12; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -15; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -15; -"@MMK_R_KO_bracketright" = -8; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 27; -"@MMK_R_KO_j" = 23; -"@MMK_R_KO_l.ss04" = 21; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -7; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = -9; -"@MMK_R_KO_I.ss02" = -15; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = -29; -"@MMK_R_KO_U" = -8; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asterisk" = -10; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_five" = -14; -"@MMK_R_KO_four" = -21; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -66; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_hyphen.case" = -28; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_n" = -12; -"@MMK_R_KO_nine" = -3; -"@MMK_R_KO_one" = -11; -"@MMK_R_KO_parenright" = -76; -"@MMK_R_KO_parenright.case" = -61; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_quotedbl" = -24; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteright" = -33; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_seven" = -12; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_three" = -9; -"@MMK_R_KO_two" = -6; -"@MMK_R_KO_u" = -8; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_y" = -7; -"@MMK_R_KO_z" = -10; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -26; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = -44; -"@MMK_R_KO_J" = -39; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -27; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -28; -"@MMK_R_KO_Y" = -81; -"@MMK_R_KO_Z" = -45; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asterisk" = -95; -"@MMK_R_KO_colon" = -28; -"@MMK_R_KO_comma" = -78; -"@MMK_R_KO_comma.ss01" = -84; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eight" = -15; -"@MMK_R_KO_ellipsis" = -92; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -3; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = -66; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_nine" = -12; -"@MMK_R_KO_one" = -44; -"@MMK_R_KO_parenright" = -85; -"@MMK_R_KO_parenright.case" = -78; -"@MMK_R_KO_period" = -77; -"@MMK_R_KO_period.ss01" = -83; -"@MMK_R_KO_quotedbl" = -70; -"@MMK_R_KO_quotedblleft" = -55; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_seven" = -48; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -50; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_three" = -30; -"@MMK_R_KO_two" = -53; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = -33; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -43; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_Y" = -63; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -130; -"@MMK_R_KO_colon" = -29; -"@MMK_R_KO_comma" = -33; -"@MMK_R_KO_comma.ss01" = -14; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eight" = 5; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_five" = 2; -"@MMK_R_KO_four" = 8; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -28; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -72; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_quotedbl" = -98; -"@MMK_R_KO_quotedblleft" = -76; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteright" = -84; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_seven" = -90; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = -23; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -32; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -43; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = -32; -"@MMK_R_KO_asterisk" = -62; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -105; -"@MMK_R_KO_comma.ss01" = -103; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = 2; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -28; -"@MMK_R_KO_hyphen.case" = 3; -"@MMK_R_KO_nine" = 3; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright.case" = -49; -"@MMK_R_KO_period" = -98; -"@MMK_R_KO_period.ss01" = -103; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_three" = -44; -"@MMK_R_KO_two" = -12; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = -24; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -1; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -6; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 7; -"@MMK_R_KO_imacron" = 27; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -46; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -17; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 32; -"@MMK_R_KO_I.ss02" = 44; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 48; -"@MMK_R_KO_U" = 36; -"@MMK_R_KO_V" = 51; -"@MMK_R_KO_W" = 51; -"@MMK_R_KO_X" = 46; -"@MMK_R_KO_Y" = 43; -"@MMK_R_KO_Z" = 34; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = 54; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -1; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = 17; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 37; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 22; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 15; -"@MMK_R_KO_icircumflex" = 47; -"@MMK_R_KO_imacron" = 69; -"@MMK_R_KO_j" = 16; -"@MMK_R_KO_l.ss04" = 52; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 16; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = 14; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 17; -"@MMK_R_KO_quoteright.ss01" = 26; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 19; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asciicircum" = -18; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -21; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -6; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -24; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -63; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_sevensuperior" = -80; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -1; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 38; -"@MMK_R_KO_imacron" = 27; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -6; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -10; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -16; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -22; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 17; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -23; -"@MMK_R_KO_period" = 5; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -16; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -30; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -13; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 76; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = -1; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 83; -"@MMK_R_KO_eightsuperior" = 98; -"@MMK_R_KO_exclam" = 148; -"@MMK_R_KO_f" = 92; -"@MMK_R_KO_fivesuperior" = 109; -"@MMK_R_KO_foursuperior" = 81; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -5; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 166; -"@MMK_R_KO_j" = 146; -"@MMK_R_KO_l.ss04" = 169; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 114; -"@MMK_R_KO_onesuperior" = 79; -"@MMK_R_KO_parenright" = 85; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 107; -"@MMK_R_KO_question.ss01" = 94; -"@MMK_R_KO_quotedbl" = 110; -"@MMK_R_KO_quotedblleft" = 93; -"@MMK_R_KO_quotedblleft.ss01" = 102; -"@MMK_R_KO_quoteleft" = 93; -"@MMK_R_KO_sevensuperior" = 70; -"@MMK_R_KO_sixsuperior" = 114; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_t" = 116; -"@MMK_R_KO_threesuperior" = 62; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_z" = 100; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_T" = -41; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -40; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -64; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -19; -"@MMK_R_KO_bracketright" = -39; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -65; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_period" = 4; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -24; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -35; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -20; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -72; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = -5; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -63; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -13; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -64; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -23; -"@MMK_R_KO_bracketright" = -74; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = -9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -64; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_period" = -11; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -27; -"@MMK_R_KO_question.ss01" = -30; -"@MMK_R_KO_quotedbl" = -37; -"@MMK_R_KO_quotedblleft" = -21; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -70; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -66; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -39; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = -24; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -22; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_Y" = -32; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = -8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 8; -"@MMK_R_KO_imacron" = 11; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_period" = -11; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_question" = -27; -"@MMK_R_KO_question.ss01" = -32; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -24; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -24; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -48; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -47; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = -24; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = -31; -"@MMK_R_KO_O" = -59; -"@MMK_R_KO_S" = -43; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = -5; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = -66; -"@MMK_R_KO_a.ss05" = -52; -"@MMK_R_KO_asterisk" = -35; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -70; -"@MMK_R_KO_egrave" = -42; -"@MMK_R_KO_eight" = -47; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_f" = -44; -"@MMK_R_KO_five" = -21; -"@MMK_R_KO_four" = -63; -"@MMK_R_KO_g" = -35; -"@MMK_R_KO_guillemetleft" = -85; -"@MMK_R_KO_guillemetright" = -76; -"@MMK_R_KO_hyphen" = -55; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 35; -"@MMK_R_KO_n" = -62; -"@MMK_R_KO_nine" = -48; -"@MMK_R_KO_one" = -49; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_period" = -46; -"@MMK_R_KO_period.ss01" = -60; -"@MMK_R_KO_quotedbl" = -21; -"@MMK_R_KO_quotedblleft" = -57; -"@MMK_R_KO_quotedblleft.ss01" = -46; -"@MMK_R_KO_quoteright" = -29; -"@MMK_R_KO_quoteright.ss01" = -22; -"@MMK_R_KO_s" = -67; -"@MMK_R_KO_seven" = -16; -"@MMK_R_KO_six" = -60; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = -46; -"@MMK_R_KO_three" = -48; -"@MMK_R_KO_two" = -38; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_v" = -68; -"@MMK_R_KO_w" = -66; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = -53; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = -15; -"@MMK_R_KO_O" = -56; -"@MMK_R_KO_S" = -41; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_asterisk" = -35; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -25; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_eight" = -40; -"@MMK_R_KO_ellipsis" = -31; -"@MMK_R_KO_five" = -21; -"@MMK_R_KO_four" = -49; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -62; -"@MMK_R_KO_hyphen.case" = -49; -"@MMK_R_KO_nine" = -45; -"@MMK_R_KO_one" = -48; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -55; -"@MMK_R_KO_quotedblleft.ss01" = -44; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_seven" = -15; -"@MMK_R_KO_six" = -56; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_three" = -41; -"@MMK_R_KO_two" = -22; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = -10; -"@MMK_R_KO_V" = -49; -"@MMK_R_KO_W" = -41; -"@MMK_R_KO_Y" = -84; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -98; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -6; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -77; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -31; -"@MMK_R_KO_hyphen.case" = -98; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -9; -"@MMK_R_KO_one" = -82; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_parenright.case" = -24; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -98; -"@MMK_R_KO_quotedblleft" = -98; -"@MMK_R_KO_quoteright" = -98; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -88; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_v" = -37; -"@MMK_R_KO_w" = -25; -"@MMK_R_KO_y" = -56; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = -19; -"@MMK_R_KO_V" = -53; -"@MMK_R_KO_W" = -45; -"@MMK_R_KO_Y" = -98; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -103; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_f" = -29; -"@MMK_R_KO_five" = -15; -"@MMK_R_KO_four" = -8; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -83; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_hyphen.case" = -103; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = -97; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -25; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -103; -"@MMK_R_KO_quotedblleft.ss01" = -103; -"@MMK_R_KO_quoteright.ss01" = -103; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_seven" = -102; -"@MMK_R_KO_six" = -25; -"@MMK_R_KO_slash" = -5; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = -40; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_y" = -51; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -43; -"@MMK_R_KO_S" = -29; -"@MMK_R_KO_T" = -52; -"@MMK_R_KO_U" = -34; -"@MMK_R_KO_V" = -58; -"@MMK_R_KO_W" = -49; -"@MMK_R_KO_Y" = -88; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_eight" = -28; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_five" = -32; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetright" = -80; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = 25; -"@MMK_R_KO_nine" = -33; -"@MMK_R_KO_one" = -67; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_quotedbl" = -89; -"@MMK_R_KO_quotedblleft" = -69; -"@MMK_R_KO_quoteright" = -69; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_seven" = -70; -"@MMK_R_KO_six" = -43; -"@MMK_R_KO_t" = -33; -"@MMK_R_KO_three" = -33; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_v" = -46; -"@MMK_R_KO_w" = -34; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -52; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -36; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asterisk" = 7; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -105; -"@MMK_R_KO_comma.ss01" = -103; -"@MMK_R_KO_e" = -43; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -194; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -65; -"@MMK_R_KO_g" = -36; -"@MMK_R_KO_guillemetleft" = -69; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -98; -"@MMK_R_KO_hyphen.case" = -23; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = -5; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period" = -98; -"@MMK_R_KO_period.ss01" = -103; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 7; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -33; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_slash" = -95; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = -30; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_U" = -21; -"@MMK_R_KO_V" = -58; -"@MMK_R_KO_W" = -49; -"@MMK_R_KO_Y" = -93; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asterisk" = -105; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 4; -"@MMK_R_KO_e" = -23; -"@MMK_R_KO_egrave" = -23; -"@MMK_R_KO_eight" = -15; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -29; -"@MMK_R_KO_five" = -19; -"@MMK_R_KO_four" = -32; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -92; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -43; -"@MMK_R_KO_hyphen.case" = -105; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -90; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_quotedblleft" = -217; -"@MMK_R_KO_quoteright" = -105; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_seven" = -96; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = -6; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_v" = -46; -"@MMK_R_KO_w" = -34; -"@MMK_R_KO_y" = -48; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_U" = -19; -"@MMK_R_KO_V" = -53; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_Y" = -98; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -103; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_five" = -15; -"@MMK_R_KO_four" = -8; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -78; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_hyphen.case" = -103; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = 21; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = -97; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -103; -"@MMK_R_KO_quoteright.ss01" = -103; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_seven" = -102; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_slash" = 5; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = -40; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -39; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -25; -"@MMK_R_KO_asterisk" = -7; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -105; -"@MMK_R_KO_e" = -23; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_ellipsis" = -217; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -48; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -48; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -76; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -10; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period" = -98; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_seven" = 9; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -76; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -35; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -28; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_a.ss05" = -16; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma.ss01" = -103; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -34; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -36; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -9; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period.ss01" = -103; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 7; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_seven" = 8; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -70; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -54; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -37; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -54; -"@MMK_R_KO_a.ss05" = -71; -"@MMK_R_KO_asterisk" = 4; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -105; -"@MMK_R_KO_e" = -70; -"@MMK_R_KO_egrave" = -26; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -217; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_five" = -9; -"@MMK_R_KO_four" = -78; -"@MMK_R_KO_g" = -52; -"@MMK_R_KO_guillemetleft" = -85; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = -117; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -26; -"@MMK_R_KO_nine" = -4; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period" = -98; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -52; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_slash" = -98; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -39; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -25; -"@MMK_R_KO_asterisk" = -7; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -105; -"@MMK_R_KO_e" = -23; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_ellipsis" = -105; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -48; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -48; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -76; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -10; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period" = -98; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_seven" = 9; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -76; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -54; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -37; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = -54; -"@MMK_R_KO_a.ss05" = -71; -"@MMK_R_KO_asterisk" = 5; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -105; -"@MMK_R_KO_e" = -69; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -105; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_five" = -9; -"@MMK_R_KO_four" = -76; -"@MMK_R_KO_g" = -51; -"@MMK_R_KO_guillemetleft" = -85; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = -105; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -26; -"@MMK_R_KO_nine" = -4; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -31; -"@MMK_R_KO_period" = -98; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -52; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_slash" = -94; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -44; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -35; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asterisk" = 3; -"@MMK_R_KO_comma.ss01" = -103; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -26; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -59; -"@MMK_R_KO_g" = -27; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -71; -"@MMK_R_KO_hyphen.case" = -18; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period.ss01" = -103; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -26; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_slash" = -86; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -3; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -33; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asterisk" = 7; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -92; -"@MMK_R_KO_comma.ss01" = -92; -"@MMK_R_KO_e" = -43; -"@MMK_R_KO_egrave" = -24; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -92; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -65; -"@MMK_R_KO_g" = -34; -"@MMK_R_KO_guillemetleft" = -69; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -92; -"@MMK_R_KO_hyphen.case" = -23; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = -5; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = -92; -"@MMK_R_KO_period.ss01" = -92; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 7; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -33; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_slash" = -90; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -26; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -31; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -12; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = -30; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_Z" = -21; -"@MMK_R_KO_a" = -3; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = -53; -"@MMK_R_KO_comma.ss01" = -64; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = 6; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_period" = -52; -"@MMK_R_KO_period.ss01" = -65; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -62; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -53; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = 5; -"@MMK_R_KO_trademark" = -42; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -58; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -23; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = -13; -"@MMK_R_KO_Y" = -64; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -18; -"@MMK_R_KO_bracketright" = -74; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -68; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -29; -"@MMK_R_KO_question.ss01" = -33; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -17; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -17; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -74; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -42; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = -16; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_bracketright" = -21; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 9; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -33; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -25; -"@MMK_R_KO_question.ss01" = -29; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -17; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = -17; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -23; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = -16; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -46; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -40; -"@MMK_R_KO_a.ss05" = -54; -"@MMK_R_KO_asterisk" = 4; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -78; -"@MMK_R_KO_comma.ss01" = -89; -"@MMK_R_KO_e" = -48; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -83; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_five" = -4; -"@MMK_R_KO_four" = -60; -"@MMK_R_KO_g" = -38; -"@MMK_R_KO_guillemetleft" = -66; -"@MMK_R_KO_guillemetright" = -28; -"@MMK_R_KO_hyphen" = -48; -"@MMK_R_KO_hyphen.case" = -26; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -22; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = -78; -"@MMK_R_KO_period.ss01" = -90; -"@MMK_R_KO_quotedbl" = 4; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -37; -"@MMK_R_KO_seven" = 6; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_slash" = -79; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_three" = -7; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -19; -"@MMK_R_KO_v" = -13; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -20; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_Y" = -26; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eight" = 9; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = 4; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -5; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_parenright.case" = -45; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -7; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -46; -"@MMK_R_KO_H" = 19; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = -21; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 9; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -30; -"@MMK_R_KO_a.ss05" = -39; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -91; -"@MMK_R_KO_comma.ss01" = -92; -"@MMK_R_KO_e" = -43; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_ellipsis" = -94; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -49; -"@MMK_R_KO_g" = -36; -"@MMK_R_KO_guillemetleft" = -52; -"@MMK_R_KO_guillemetright" = -30; -"@MMK_R_KO_hyphen" = -43; -"@MMK_R_KO_hyphen.case" = -27; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -26; -"@MMK_R_KO_nine" = -6; -"@MMK_R_KO_one" = -2; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -12; -"@MMK_R_KO_period" = -89; -"@MMK_R_KO_period.ss01" = -91; -"@MMK_R_KO_quotedbl" = 16; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = -36; -"@MMK_R_KO_seven" = 11; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_slash" = -100; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = -8; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -22; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -29; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -2; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -27; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 6; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -34; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_Y" = -25; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eight" = 13; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 2; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = -4; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_Y" = -22; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eight" = 5; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -2; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 6; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period" = 14; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 6; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -35; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = -26; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = -15; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -3; -"@MMK_R_KO_bracketright" = -62; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -44; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -48; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -57; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = -37; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_sevensuperior" = -71; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -54; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -42; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -48; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -23; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = -25; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = -16; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asciicircum" = -2; -"@MMK_R_KO_bracketright" = -74; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -36; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -55; -"@MMK_R_KO_parenright" = -67; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = -68; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -41; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -46; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -19; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -39; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -24; -"@MMK_R_KO_egrave" = -23; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -57; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -69; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_sevensuperior" = -82; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -23; -"@MMK_R_KO_trademark" = -53; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -3; -"@MMK_R_KO_bracketright" = -38; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -56; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -71; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -8; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -28; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 31; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_Y" = -33; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -9; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -31; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_five" = 3; -"@MMK_R_KO_four" = 2; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 8; -"@MMK_R_KO_one" = -2; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_parenright.case" = -56; -"@MMK_R_KO_period" = -20; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_seven" = -2; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -6; -Tbar = -32; -asciitilde = -31; -asterisk = -51; -backslash = -47; -g.ss06 = 0; -minus = -31; -one = -35; -ordmasculine = -48; -plus = -31; -quotedbl = -53; -registered = -37; -seven = -38; -two = 0; -twosuperior = -34; -}; -Aacute = { -Tbar = -32; -}; -Abrevedotbelow.ss01 = { -T = -44; -}; -Aogonek = { -comma = 14; -parenright = 2; -}; -Atilde = { -ordfeminine = -46; -}; -B = { -Hbar = 21; -hbar = 12; -idieresis = 38; -itilde = 46; -}; -C = { -h = 2; -l = 2; -plus = -22; -three = 2; -}; -D = { -Lslash = 8; -Oslash = 12; -braceright = -37; -bracketright.case = -38; -}; -E = { -H = 0; -idieresis = 66; -}; -Eogonek = { -comma = 13; -}; -F = { -fourinferior = -53; -i = 0; -igrave = 38; -}; -G = { -Lslash = 8; -lslash = 7; -}; -Germandbls = { -S = 0; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = 0; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 31; -itilde = 63; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 20; -D = 20; -E = 20; -H = 20; -Hbar = 53; -I = 20; -L = 20; -M = 20; -O = 18; -R = 20; -S = 27; -U = 23; -W = 23; -i = 20; -}; -I = { -Hbar = 21; -I = 0; -jcircumflex = 48; -}; -Icircumflex = { -Icircumflex = 72; -l.ss04 = 19; -}; -Imacron = { -Imacron = 74; -}; -Itilde = { -itilde = 63; -}; -J = { -Hbar = 23; -itilde = 66; -}; -Jacute = { -Imacron = 61; -}; -K = { -asciitilde = -53; -four = -23; -idieresis = 60; -igrave = 50; -itilde = 51; -less = -41; -logicalnot = -38; -minus = -53; -one = -26; -oslash = -21; -plus = -53; -}; -L = { -H = 0; -Tbar = -49; -asciitilde = -93; -asterisk = -81; -backslash = -64; -equal = -9; -four = 0; -less = -78; -logicalnot = -75; -minus = -87; -one = -74; -ordfeminine = -81; -ordmasculine = -81; -oslash = -7; -plus = -87; -quotedbl = -80; -quoteleft.ss01 = -80; -quoteright = -78; -quoteright.ss01 = -73; -registered = -84; -seven = -76; -twosuperior = -79; -}; -Lcaron = { -A = 6; -O = 0; -U = 55; -Uacute = 55; -V = 44; -a = -4; -hyphen = 0; -hyphen.case = -66; -u = -4; -v = -12; -}; -Lcommaaccent = { -twosuperior = -79; -}; -Lslash = { -twosuperior = -48; -}; -M = { -Hbar = 21; -idieresis = 56; -igrave = 31; -itilde = 63; -}; -N = { -Hbar = 21; -idieresis = 56; -igrave = 31; -itilde = 63; -}; -O = { -Dcroat = 12; -Lslash = 8; -braceright = -25; -bracketright.case = -25; -itilde = 29; -}; -Oslash = { -T = -7; -V = -3; -Y = -7; -parenright = 0; -parenright.case = 0; -}; -P = { -fourinferior = -72; -idieresis = 34; -itilde = 42; -two = 0; -}; -R = { -Hbar = 27; -jcircumflex = 51; -two = 9; -}; -S = { -Hbar = 26; -Lslash = 9; -dollar = 0; -four = 2; -idieresis = 40; -itilde = 49; -lslash = 7; -three = 5; -}; -T = { -Oslash = -7; -a.ss05 = -52; -aacute.ss05 = -52; -abreve = -34; -abreveacute = -34; -acircumflex = -26; -acircumflexacute = -29; -acircumflexdotbelow = -23; -adieresis = -17; -adotbelow.ss05 = -52; -ae = -52; -agrave = -30; -amacron = -33; -ampersand = -31; -aring = -47; -asciitilde = -67; -atilde = -17; -equal = -18; -four = -53; -g.ss06 = -45; -h = 0; -i.ss01 = -2; -iacute = -17; -idieresis = 72; -idotless = -25; -igrave = 47; -itilde = 79; -less = -58; -logicalnot = -47; -minus = -63; -ograve = -29; -plus = -63; -racute = -19; -scaron = -17; -seven = 7; -twoinferior = -58; -udieresis = -14; -udieresis.ss01 = -14; -ugrave = -14; -uhorngrave = -14; -umacron = -14; -ycircumflex = -17; -ygrave = -17; -yhookabove = -20; -zcaron = 0; -zeroinferior = -55; -}; -Tbar = { -A = -36; -Aacute = -36; -Tbar = 11; -a = -17; -comma = -52; -e = -18; -o = -18; -period = -52; -slash = -51; -}; -Tcaron = { -a.ss05 = -52; -}; -Tcedilla = { -a.ss05 = -52; -abreve = -34; -four = -53; -}; -Tcommaaccent = { -a.ss05 = -52; -abreve = -34; -four = -53; -}; -Thorn = { -A = -20; -AE = -20; -Aacute = -20; -J = -31; -O = 10; -Oacute = 10; -V = -18; -Y = -48; -Yacute = -48; -a = 0; -aacute = 0; -e = 0; -o = 0; -oacute = 0; -period = -52; -}; -U = { -Hbar = 24; -jcircumflex = 52; -}; -V = { -four = -30; -iacute = -13; -ibreve = 44; -idieresis = 67; -igrave = 50; -itilde = 69; -minus = -29; -plus = -29; -scaron = -10; -seven = 2; -twoinferior = -36; -}; -W = { -Hbar = 24; -backslash = 11; -idieresis = 68; -igrave = 50; -itilde = 71; -}; -X = { -asciitilde = -57; -four = -24; -less = -44; -logicalnot = -42; -minus = -57; -notequal = -26; -one = -24; -plus = -57; -}; -Y = { -a.ss05 = -69; -agrave = -35; -amacron = -36; -ampersand = -56; -asciitilde = -82; -at = -52; -four = -79; -g.ss06 = -64; -igrave = 43; -less = -56; -logicalnot = -51; -minus = -68; -ograve = -32; -plus = -68; -scaron = -19; -twoinferior = -82; -}; -Z = { -four = -4; -ibreve = 38; -igrave = 43; -itilde = 75; -minus = -54; -plus = -54; -}; -_B.currency = { -_baht.bar = -27; -}; -a = { -braceright = -49; -}; -a.ss05 = { -g.ss06 = 8; -}; -acircumflexacute.ss05 = { -y = -23; -}; -adieresis.ss05 = { -germandbls = -11; -}; -ampersand = { -V = -32; -W = -27; -Y = -68; -quotedbl = -54; -quotedblleft = -48; -}; -aogonek = { -j = 25; -parenright = -4; -}; -aogonek.ss05 = { -parenright = 2; -}; -approxequal = { -parenright = -70; -parenright.case = -66; -}; -asciicircum = { -J = -39; -X = -44; -Y = -43; -bracketright = -78; -comma = -105; -comma.ss01 = -103; -four = -58; -hyphen = -176; -parenright = -73; -parenright.case = -71; -period = -98; -period.ss01 = -103; -slash = -85; -}; -asciitilde = { -I.ss02 = -50; -J = -46; -V = -28; -W = -25; -X = -64; -Y = -63; -Z = -76; -bracketright = -86; -bracketright.case = -87; -comma = -105; -comma.ss01 = -103; -eight = -21; -exclam = -14; -four = -25; -one = -14; -parenright = -81; -parenright.case = -79; -period = -98; -period.ss01 = -103; -question = -66; -quotedbl = -41; -quotedblright = -2; -seven = -17; -slash = -72; -three = -71; -two = -21; -}; -at = { -T = -18; -parenright = -62; -}; -b = { -asterisk = -55; -braceright = -52; -lslash = 7; -one = -17; -}; -backslash = { -T = -48; -V = -58; -Y = -87; -asterisk = -94; -backslash = -100; -quotedbl = -95; -quotedblleft = -79; -quotedblleft.ss01 = -69; -quotedblright = -60; -quotedblright.ss01 = -61; -quoteleft = -79; -quoteright = -60; -quotesingle = -90; -}; -baht = { -parenright = -52; -}; -braceleft = { -p = -3; -}; -bracketleft = { -asciicircum = -77; -asciitilde = -86; -bracketright = 0; -jcircumflex = 38; -p = -8; -pi = -73; -plus = -80; -x = -74; -}; -c = { -asterisk = -65; -braceright = -58; -}; -cent = { -parenright = -60; -}; -colon = { -T = -24; -Y = -37; -four = -2; -one = 0; -parenright = -42; -two = 9; -zero = 9; -}; -colon.ss01 = { -T = -25; -four = -8; -parenright = -55; -}; -comma = { -eightsuperior = -105; -fivesuperior = -105; -foursuperior = -105; -ninesuperior = -105; -onesuperior = -105; -quoteleft = -105; -quotesingle = -92; -sevensuperior = -105; -sixsuperior = -105; -threesuperior = -105; -twosuperior = -105; -}; -comma.ss01 = { -eightsuperior = -103; -fivesuperior = -103; -foursuperior = -103; -ninesuperior = -103; -onesuperior = -103; -sevensuperior = -103; -sixsuperior = -103; -threesuperior = -103; -twosuperior = -103; -}; -copyright = { -Y = -57; -parenright = -77; -}; -d = { -idieresis = 57; -igrave = 17; -itilde = 50; -}; -dcaron = { -C = 105; -H = 167; -bracketright = 76; -eightsuperior = 98; -exclam = 148; -exclam.ss01 = 155; -fivesuperior = 109; -foursuperior = 81; -h = 166; -i = 140; -j = 146; -k = 166; -l = 166; -l.ss03 = 165; -l.ss04 = 169; -ninesuperior = 114; -onesuperior = 79; -parenright = 85; -question = 107; -question.ss01 = 94; -quotedbl = 110; -quotedblleft = 93; -quotedblleft.ss01 = 102; -quoteleft = 93; -quoteleft.ss01 = 102; -quotesingle = 110; -sevensuperior = 70; -sixsuperior = 114; -t = 116; -t_i.liga = 116; -t_t.liga = 116; -threesuperior = 62; -twosuperior = 63; -zcaron = 100; -}; -dcroat = { -i = 2; -igrave = 34; -itilde = 62; -}; -degree = { -J = -44; -comma = -105; -comma.ss01 = -103; -emdash = -84; -endash = -84; -four = -71; -hyphen = -83; -parenright = -56; -parenright.case = -54; -period = -98; -period.ss01 = -103; -slash = -93; -}; -divide = { -parenright = -77; -}; -dollar = { -parenright = -52; -three = 0; -}; -e = { -asterisk = -72; -backslash = -42; -braceright = -60; -germandbls = -7; -one = -21; -seven = -23; -}; -ecircumflexacute = { -t = 0; -}; -eight = { -bracketright = -21; -degree = -7; -}; -eight.dnom = { -degree = -113; -question.ss01 = -79; -quotedbl = -100; -quotedblleft = -95; -quotedblright = -65; -}; -eightsuperior = { -comma = -105; -comma.ss01 = -103; -period = -98; -period.ss01 = -103; -slash = -73; -}; -ellipsis = { -Tbar = -55; -bracketright = -63; -eightsuperior = -145; -fivesuperior = -148; -foursuperior = -159; -ninesuperior = -153; -onesuperior = -115; -parenleft = -14; -parenleft.case = -26; -question = -65; -quoteleft = -105; -quoteright = -105; -quotesingle = -92; -sevensuperior = -149; -sixsuperior = -153; -threesuperior = -147; -twosuperior = -143; -}; -ellipsis.ss01 = { -Tbar = -61; -bracketright = -74; -eightsuperior = -145; -fivesuperior = -148; -foursuperior = -159; -ninesuperior = -153; -onesuperior = -115; -question.ss01 = -85; -quoteleft.ss01 = -103; -quoteright.ss01 = -103; -quotesingle = -92; -sevensuperior = -149; -sixsuperior = -153; -threesuperior = -147; -twosuperior = -143; -}; -emdash = { -foursuperior = -96; -question = -77; -}; -emdash.case = { -X = -41; -quotedblbase = -204; -quotedblbase.ss01 = -191; -}; -endash = { -X = -22; -endash = 0; -foursuperior = -96; -question = -76; -}; -endash.case = { -H = 0; -X = -41; -quotedblbase = -204; -quotedblbase.ss01 = -191; -}; -eng = { -bracketright = -11; -}; -eogonek = { -lslash = 4; -}; -equal = { -T = -16; -equal = 0; -parenright = -65; -parenright.case = -59; -}; -eth = { -a = 9; -e = 7; -g = 8; -hyphen = 10; -parenright = -21; -}; -euro = { -parenright = -53; -parenright.case = -51; -}; -exclamdown = { -T = -23; -V = -15; -Y = -41; -}; -f = { -igrave = 39; -n = 0; -o = -4; -}; -f_f.liga = { -igrave = 39; -}; -f_f_i.liga = { -idieresis = 60; -}; -fi = { -idieresis = 60; -}; -five = { -degree = -28; -ordmasculine = -22; -percent = -16; -}; -five.dnom = { -degree = -86; -question.ss01 = -78; -quotedblleft = -62; -}; -five.numr = { -fraction = -12; -}; -fiveinferior = { -T = -50; -}; -fivesuperior = { -comma = -105; -comma.ss01 = -103; -period = -98; -period.ss01 = -103; -slash = -73; -}; -fl = { -idieresis = 57; -itilde = 50; -periodcentered.loclCAT = 13; -}; -four = { -asciicircum = -41; -bracketright = -36; -bracketright.case = -35; -degree = -45; -ordfeminine = -39; -ordmasculine = -40; -percent = -30; -x = -22; -}; -four.dnom = { -degree = -98; -question.ss01 = -77; -quotedblleft = -65; -}; -fourinferior = { -T = -52; -V = -44; -}; -foursuperior = { -comma = -105; -comma.ss01 = -103; -period = -98; -period.ss01 = -103; -slash = -72; -}; -fraction = { -eight.dnom = -10; -four.dnom = -45; -fourinferior = -50; -seveninferior = 0; -two.dnom = -9; -zero.dnom = -16; -}; -g = { -bracketright = -14; -j = 10; -j.ss01 = 10; -parenright = -32; -slash = 0; -}; -g.ss06 = { -g.ss06 = 4; -}; -gcaron.ss06 = { -gcaron.ss06 = 4; -}; -gdotaccent = { -j = 10; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 4; -}; -germandbls = { -e = 4; -hyphen = 8; -parenright = -59; -}; -greater = { -T = -53; -parenright = -73; -}; -greaterequal = { -T = -25; -}; -guillemetleft = { -pi = -9; -}; -guillemetright = { -X = -57; -bracketright = -85; -}; -guilsinglright = { -X = -57; -}; -h = { -asterisk = -49; -}; -hyphen = { -Lslash = 8; -X = -22; -bracketright = -59; -foursuperior = -96; -pi = -2; -question = -76; -quotedblbase = -56; -quoteleft = -76; -quotesingle = -92; -x = -29; -}; -hyphen.case = { -Dcroat = 10; -X = -39; -bracketright.case = -61; -quotedblbase = -176; -quotedblbase.ss01 = -176; -quotesinglbase = -105; -}; -i = { -T = -5; -idieresis = 60; -jcircumflex = 31; -parenright = -17; -}; -i.ss01 = { -parenright = -19; -}; -iacute = { -rcaron = 30; -}; -icircumflex = { -b = 39; -h = 39; -i = 31; -icircumflex = 84; -j = 31; -k = 39; -l = 39; -l.ss03 = 42; -l.ss04 = 75; -question = 38; -quotedbl = 22; -quoteright = 28; -quotesingle = 22; -}; -idieresis = { -b = 58; -idieresis = 82; -k = 58; -l = 58; -l.ss03 = 61; -l.ss04 = 77; -}; -idotaccent = { -parenright = -17; -}; -idotaccent.ss01 = { -parenright = -19; -}; -imacron = { -b = 27; -imacron = 81; -j = 31; -k = 27; -kcommaaccent = 27; -l = 27; -l.ss04 = 67; -lcommaaccent = 27; -quotedbl = 24; -}; -infinity = { -parenright = -72; -parenright.case = -67; -}; -integral = { -a = -50; -}; -iogonek = { -j = 25; -}; -itilde = { -h = 45; -itilde = 69; -quotedbl = 17; -quotesingle = 17; -}; -j = { -j = 16; -}; -jacute = { -backslash = 62; -iogonek = 15; -}; -jcircumflex = { -i = 31; -jcircumflex = 84; -}; -k = { -oslash = -21; -}; -l = { -at = 0; -idieresis = 57; -igrave = 17; -itilde = 50; -jcircumflex = 40; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -15; -}; -l.ss04 = { -periodcentered.loclCAT = 13; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 155; -l = 166; -ncaron = 103; -scaron = 94; -twosuperior = 63; -}; -lcaron.ss03 = { -b = 143; -eightsuperior = 80; -exclam = 127; -exclam.ss01 = 133; -fivesuperior = 91; -k = 143; -ninesuperior = 95; -onesuperior = 67; -question = 86; -quotedbl = 91; -quotesingle = 91; -sevensuperior = 57; -sixsuperior = 95; -}; -lcaron.ss04 = { -exclam.ss01 = 155; -twosuperior = 63; -}; -liraTurkish = { -one = -84; -parenright = -69; -question = -85; -quotedbl = -120; -quotesingle = -92; -seven = -104; -}; -logicalnot = { -Y = -53; -parenright = -62; -seven = -60; -}; -m = { -asterisk = -62; -braceright = -51; -twosuperior = -13; -}; -minus = { -T = -59; -X = -58; -comma = -105; -one = -53; -parenright = -77; -parenright.case = -73; -period = -98; -seven = -64; -three = -96; -two = -81; -}; -mu = { -mu = 0; -parenright = -61; -quotesingle = -20; -}; -multiply = { -parenright = -81; -parenright.case = -77; -}; -n = { -asterisk = -49; -at = 2; -braceright = -51; -degree = -34; -g.ss06 = 3; -n = 0; -one = -16; -ordmasculine = -23; -}; -ncaron = { -Yacute = -29; -}; -nine = { -bracketright = -31; -degree = -10; -}; -nine.dnom = { -degree = -118; -question = -76; -question.ss01 = -81; -quotedbl = -105; -quotedblleft = -102; -quotedblleft.ss01 = -47; -quotedblright = -66; -quotedblright.ss01 = -45; -}; -ninesuperior = { -comma = -105; -comma.ss01 = -103; -fraction = -19; -period = -98; -period.ss01 = -103; -slash = -76; -}; -notequal = { -parenright = -65; -parenright.case = -59; -}; -numbersign = { -parenright = -48; -}; -o = { -asterisk = -76; -backslash = -43; -braceright = -59; -germandbls = -9; -lslash = 7; -n = 0; -one = -23; -}; -oacute = { -lslash = 7; -}; -ocircumflexacute = { -bracketright = 57; -parenright = 63; -}; -odieresis = { -germandbls = -9; -}; -ohorn = { -i = 11; -m = 11; -n = 11; -parenright = -40; -}; -ohornacute = { -c = -2; -i = 11; -m = 11; -n = 11; -p = 11; -t = 17; -t_i.liga = 17; -t_t.liga = 17; -}; -ohorndotbelow = { -c = -2; -i = 11; -n = 11; -p = 11; -t = 17; -t_i.liga = 17; -t_t.liga = 17; -u = 14; -}; -ohorngrave = { -i = 11; -n = 11; -parenright = -32; -}; -ohornhookabove = { -i = 11; -n = 11; -}; -ohorntilde = { -i = 11; -n = 11; -}; -ohungarumlaut = { -parenright = 15; -}; -one = { -comma.ss01 = -4; -degree = -11; -equal = 0; -four = 0; -icircumflex = 47; -nine = 0; -one = 0; -parenright = 0; -percent = 0; -period.ss01 = -4; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -81; -one.dnom = 0; -question.ss01 = -82; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -105; -comma.ss01 = -103; -period = -98; -period.ss01 = -103; -slash = -66; -}; -ordfeminine = { -comma = -105; -comma.ss01 = -103; -period = -98; -period.ss01 = -103; -}; -ordmasculine = { -comma = -105; -comma.ss01 = -103; -hyphen = -55; -parenright = -47; -period = -98; -period.ss01 = -103; -slash = -85; -}; -oslash = { -d = 7; -e = 7; -g = 7; -hyphen = 10; -parenright = -64; -y = -19; -}; -p = { -asterisk = -56; -backslash = -39; -braceright = -52; -lslash = 7; -one = -18; -}; -parenleft = { -Dcroat = -14; -H = 0; -Icircumflex = 57; -Oslash = -27; -ampersand = -58; -approxequal = -75; -asciicircum = -74; -asciitilde = -85; -at = -65; -cent = -61; -copyright = -80; -degree = -54; -divide = -77; -dollar = -48; -equal = -65; -euro = -59; -greaterequal = -31; -i = -17; -idotaccent = -17; -infinity = -72; -iogonek = -2; -jcircumflex = 35; -less = -73; -literSign = -56; -logicalnot = -62; -minus = -77; -mu = -16; -multiply = -83; -notequal = -65; -numbersign = -48; -oslash = -63; -p = -7; -parenleft = -63; -pi = -65; -plus = -77; -plusminus = -59; -published = -80; -question = -43; -quotedblbase = 0; -quoteleft = -57; -radical = -63; -scaron = -30; -section = -56; -sterling = -37; -x = -49; -}; -parenleft.case = { -Icircumflex = 57; -approxequal = -67; -asciicircum = -72; -asciitilde = -79; -dollar = -46; -equal = -58; -euro = -56; -minus = -73; -numbersign = -46; -parenleft.case = -56; -plus = -73; -question = -42; -quotedblbase = -29; -quoteleft = -55; -}; -parenright = { -bracketright = -22; -comma = -9; -comma.ss01 = -10; -hyphen = 8; -parenleft = 8; -parenright = -63; -period = -9; -period.ss01 = -12; -quotedbl = -20; -}; -parenright.case = { -comma = -21; -comma.ss01 = -21; -parenright.case = -56; -period = -20; -period.ss01 = -21; -}; -percent = { -asterisk = -113; -bracketright = -71; -comma.ss01 = -3; -eightsuperior = -77; -fivesuperior = -81; -foursuperior = -113; -ninesuperior = -81; -onesuperior = -88; -parenright = -65; -parenright.case = -41; -period = 0; -period.ss01 = 0; -question = -71; -question.ss01 = -81; -quotedbl = -99; -quotedblleft = -110; -quotedblright = -91; -quoteleft = -103; -quoteright = -81; -quotesingle = -92; -sevensuperior = -91; -sixsuperior = -85; -threesuperior = -75; -twosuperior = -34; -}; -period = { -bracketright = -40; -eightsuperior = -98; -fivesuperior = -98; -foursuperior = -98; -ninesuperior = -98; -onesuperior = -98; -ordfeminine = -98; -ordmasculine = -98; -parenleft.case = -20; -question = -64; -quoteleft = -98; -quotesingle = -92; -sevensuperior = -98; -sixsuperior = -98; -threesuperior = -98; -twosuperior = -98; -}; -period.ss01 = { -bracketright = -74; -eightsuperior = -103; -fivesuperior = -103; -foursuperior = -103; -ninesuperior = -103; -onesuperior = -103; -ordfeminine = -103; -ordmasculine = -103; -question.ss01 = -85; -sevensuperior = -103; -sixsuperior = -103; -threesuperior = -103; -twosuperior = -103; -}; -periodcentered.loclCAT = { -l = 13; -l.ss03 = 16; -}; -perthousand = { -asterisk = -130; -parenright = -65; -parenright.case = -41; -question = -74; -question.ss01 = -81; -quotedblleft = -140; -quotedblleft.ss01 = -82; -quotedblright = -138; -quotedblright.ss01 = -92; -quoteleft = -105; -quoteright = -99; -}; -pi = { -hyphen = -5; -parenright = -56; -period = 0; -pi = 0; -quotesingle = -14; -}; -plus = { -J = -43; -T = -59; -V = -28; -X = -58; -Y = -68; -braceright = -71; -bracketright = -80; -comma = -105; -comma.ss01 = -103; -one = -48; -parenright = -77; -parenright.case = -73; -period = -98; -period.ss01 = -103; -quotedbl = -46; -seven = -57; -slash = -54; -three = -80; -two = -77; -}; -published = { -parenright = -77; -}; -q = { -bracketright = -7; -j = 20; -parenright = -7; -}; -question = { -A = -44; -J = -33; -comma = -71; -hyphen = -39; -parenright = -47; -parenright.case = -43; -period = -70; -question = 3; -questiondown = -80; -slash = -80; -}; -question.ss01 = { -comma.ss01 = -84; -parenright = -48; -parenright.case = -44; -period.ss01 = -85; -questiondown.ss01 = -80; -}; -questiondown.case = { -T = -53; -V = -42; -Y = -77; -quotedbl = -80; -quotedblleft = -92; -quotedblleft.ss01 = -79; -quoteright = -80; -}; -questiondown.ss01 = { -C = -51; -Q = -53; -Q.ss09 = -53; -T = -60; -V = -68; -Y = -100; -four = -89; -quotedbl = -100; -quotedblleft.ss01 = -85; -quotesingle = -92; -}; -quotedbl = { -ellipsis.ss01 = -194; -exclamdown = -23; -g.ss06 = -36; -icircumflex = 22; -mu = -20; -questiondown = -100; -questiondown.case = -82; -questiondown.ss01 = -100; -underscore = -194; -}; -quotedblbase = { -copyright = -76; -divide = -126; -equal = -100; -euro = -51; -minus = -217; -p = -3; -plus = -135; -question = -68; -quotedblright = -217; -quoteleft = -105; -}; -quotedblbase.ss01 = { -divide = -119; -minus = -218; -plus = -122; -question.ss01 = -85; -quotedblright.ss01 = -218; -}; -quotedblleft = { -g.ss06 = -18; -mu = -10; -questiondown = -84; -questiondown.case = -83; -quotedblbase = -217; -underscore = -201; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -218; -questiondown.ss01 = -84; -quotedblbase.ss01 = -218; -underscore = -201; -}; -quotedblright = { -asciitilde = -100; -questiondown = -106; -questiondown.case = -85; -quotesinglbase = -105; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -218; -questiondown.case = -76; -questiondown.ss01 = -90; -}; -quoteleft = { -questiondown = -84; -questiondown.case = -83; -quotedblbase = -105; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -103; -}; -quoteright = { -icircumflex = 15; -questiondown = -105; -quotedblbase = -105; -}; -quoteright.ss01 = { -questiondown.ss01 = -90; -quotedblbase.ss01 = -103; -}; -quotesinglbase = { -T = -56; -V = -58; -Y = -93; -minus = -105; -plus = -105; -question = -68; -quotedblleft = -105; -quoteleft = -105; -}; -quotesinglbase.ss01 = { -T = -61; -V = -53; -Y = -98; -question.ss01 = -85; -}; -quotesingle = { -Hbar = 30; -g.ss06 = -36; -icircumflex = 22; -igrave = 15; -imacron = 25; -itilde = 22; -l.ss04 = 23; -questiondown = -92; -questiondown.case = -82; -underscore = -92; -}; -r = { -braceright = -51; -fourinferior = -63; -g.ss06 = -4; -parenright = -67; -}; -radical = { -A = -58; -}; -rcaron = { -sevensuperior = 0; -}; -registered = { -comma = -105; -comma.ss01 = -103; -parenright = -66; -parenright.case = -65; -period = -98; -period.ss01 = -103; -slash = -68; -}; -s = { -asterisk = -58; -braceright = -52; -l = 0; -}; -scaron = { -T = -14; -}; -semicolon = { -hyphen = -35; -}; -seven = { -minus = -47; -percent = 7; -plus = -47; -underscore = -72; -}; -seven.dnom = { -question.ss01 = -91; -}; -seven.numr = { -fraction = -29; -}; -seveninferior = { -parenright = -74; -}; -sevensuperior = { -A = -61; -comma = -105; -comma.ss01 = -103; -fraction = -35; -period = -98; -period.ss01 = -103; -slash = -103; -}; -six = { -bracketright = -25; -degree = -11; -}; -six.dnom = { -degree = -114; -question.ss01 = -80; -quotedbl = -103; -quotedblleft = -96; -quotedblleft.ss01 = -42; -quotedblright = -66; -}; -sixinferior = { -T = -51; -}; -sixsuperior = { -comma = -105; -comma.ss01 = -103; -period = -98; -period.ss01 = -103; -slash = -73; -}; -slash = { -fourinferior = -83; -g.ss06 = -38; -ibreve = 56; -l.ss04 = 30; -mu = -26; -quotedblbase = -95; -quotedblbase.ss01 = -92; -quotesinglbase = -95; -underscore = -102; -}; -sterling = { -two = 4; -}; -t_i.liga = { -idieresis = 60; -}; -tcaron = { -b = 131; -exclam = 121; -h = 131; -hyphen = -16; -i = 121; -j = 121; -k = 131; -parenright = 72; -quotedbl = 83; -quotedblleft = 64; -quotesingle = 83; -}; -tcedilla = { -parenright = 16; -}; -tenge = { -comma = -58; -comma.ss01 = -66; -period = -58; -period.ss01 = -67; -slash = -59; -}; -three = { -bracketright = -22; -}; -three.dnom = { -degree = -113; -question.ss01 = -79; -quotedbl = -101; -quotedblleft = -95; -quotedblright = -64; -}; -three.numr = { -fraction = -12; -}; -threeinferior = { -T = -49; -V = -35; -Y = -84; -}; -threesuperior = { -comma = -105; -comma.ss01 = -103; -fraction = -12; -parenright = -31; -period = -98; -period.ss01 = -103; -slash = -73; -}; -trademark = { -comma = -105; -comma.ss01 = -103; -hyphen = -125; -period = -98; -period.ss01 = -103; -slash = -91; -}; -two = { -percent = 7; -}; -two.dnom = { -degree = -111; -question.ss01 = -80; -quotedbl = -97; -quotedblleft = -91; -quotedblright = -63; -}; -twoinferior = { -T = -54; -V = -35; -Y = -82; -}; -twosuperior = { -comma = -105; -comma.ss01 = -103; -parenright = -29; -parenright.case = -29; -period = -98; -period.ss01 = -103; -slash = -59; -}; -uhorn = { -a = -21; -ohorn = -27; -ohornacute = -27; -ohorndotbelow = -27; -ohorndotbelow.ss01 = -27; -ohorngrave = -27; -ohornhookabove = -27; -ohorntilde = -25; -}; -uhornacute = { -a = -21; -c = -27; -}; -uhorndotbelow = { -a = -21; -c = -27; -comma = -30; -period = -30; -}; -uhorngrave = { -a = -21; -a.ss05 = -27; -}; -uhornhookabove = { -a = -21; -comma = -30; -comma.ss01 = -37; -period = -30; -period.ss01 = -39; -}; -uhorntilde = { -a = -21; -comma = -30; -period = -30; -}; -uhungarumlaut = { -parenright = 3; -}; -underscore = { -C = -46; -O = -48; -T = -42; -V = -51; -W = -42; -Y = -78; -asterisk = -130; -four = -145; -one = -76; -quotedbl = -194; -quotedblright = -201; -quotedblright.ss01 = -201; -quotesingle = -92; -seven = -82; -six = -48; -v = -51; -}; -uogonek = { -j = 25; -parenright = -5; -}; -v = { -braceright = -58; -n = 0; -}; -w = { -braceright = -55; -}; -x = { -four = -27; -}; -y = { -braceright = -42; -}; -ydotbelow = { -period = -22; -}; -zero = { -braceright = -29; -bracketright = -33; -bracketright.case = -29; -degree = -12; -percent = 0; -}; -zero.dnom = { -degree = -118; -question = -75; -question.ss01 = -81; -quotedbl = -105; -quotedblleft = -102; -quotedblleft.ss01 = -47; -quotedblright = -67; -quotedblright.ss01 = -46; -quoteleft = -102; -}; -zeroinferior = { -parenright = -63; -}; -zerosuperior = { -comma = -105; -comma.ss01 = -103; -fraction = -19; -period = -98; -period.ss01 = -103; -slash = -76; -}; -}; -m019 = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 34; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = 35; -"@MMK_R_KO_J" = 31; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = -130; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = -122; -"@MMK_R_KO_W" = -76; -"@MMK_R_KO_X" = 42; -"@MMK_R_KO_Y" = -113; -"@MMK_R_KO_Z" = 44; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -143; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 33; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -80; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_fivesuperior" = -94; -"@MMK_R_KO_foursuperior" = -73; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_hyphen.case" = -35; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 6; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 6; -"@MMK_R_KO_ninesuperior" = -97; -"@MMK_R_KO_onesuperior" = -109; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -98; -"@MMK_R_KO_question.ss01" = -99; -"@MMK_R_KO_quotedbl" = -82; -"@MMK_R_KO_quotedblleft" = -127; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteleft" = -104; -"@MMK_R_KO_quoteright" = -104; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -115; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -83; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_threesuperior" = -74; -"@MMK_R_KO_trademark" = -153; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -42; -"@MMK_R_KO_w" = -25; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 14; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -13; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 26; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -17; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 18; -"@MMK_R_KO_a.ss05" = 21; -"@MMK_R_KO_asciicircum" = -56; -"@MMK_R_KO_bracketright" = -42; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -42; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 19; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -59; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = 9; -"@MMK_R_KO_hyphen" = 34; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 15; -"@MMK_R_KO_icircumflex" = 40; -"@MMK_R_KO_imacron" = 43; -"@MMK_R_KO_j" = 14; -"@MMK_R_KO_l.ss04" = 21; -"@MMK_R_KO_n" = 13; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -8; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -43; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -14; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 14; -"@MMK_R_KO_underscore" = -12; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -27; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = -29; -"@MMK_R_KO_J" = -37; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -27; -"@MMK_R_KO_W" = -29; -"@MMK_R_KO_X" = -32; -"@MMK_R_KO_Y" = -32; -"@MMK_R_KO_Z" = -27; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -53; -"@MMK_R_KO_bracketright" = -80; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -37; -"@MMK_R_KO_comma.ss01" = -64; -"@MMK_R_KO_e" = -24; -"@MMK_R_KO_egrave" = -24; -"@MMK_R_KO_eightsuperior" = -31; -"@MMK_R_KO_ellipsis" = -86; -"@MMK_R_KO_exclam" = -25; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -26; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = -28; -"@MMK_R_KO_guillemetleft" = -43; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -6; -"@MMK_R_KO_hyphen.case" = -36; -"@MMK_R_KO_i" = -14; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -43; -"@MMK_R_KO_parenright" = -72; -"@MMK_R_KO_parenright.case" = -54; -"@MMK_R_KO_period" = -39; -"@MMK_R_KO_period.ss01" = -70; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -25; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -25; -"@MMK_R_KO_quoteright" = -25; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = -31; -"@MMK_R_KO_sevensuperior" = -40; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = -29; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -35; -"@MMK_R_KO_trademark" = -70; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_underscore" = -45; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = -19; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 31; -"@MMK_R_KO_I.ss02" = -28; -"@MMK_R_KO_J" = -38; -"@MMK_R_KO_O" = 30; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = 49; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -23; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = -21; -"@MMK_R_KO_a" = 28; -"@MMK_R_KO_a.ss05" = 27; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = -48; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -34; -"@MMK_R_KO_comma.ss01" = -66; -"@MMK_R_KO_e" = 31; -"@MMK_R_KO_egrave" = 31; -"@MMK_R_KO_eightsuperior" = 22; -"@MMK_R_KO_ellipsis" = -94; -"@MMK_R_KO_exclam" = 24; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = 3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 26; -"@MMK_R_KO_guillemetleft" = 30; -"@MMK_R_KO_guillemetright" = 16; -"@MMK_R_KO_hyphen" = 37; -"@MMK_R_KO_hyphen.case" = 48; -"@MMK_R_KO_i" = 28; -"@MMK_R_KO_icircumflex" = 38; -"@MMK_R_KO_imacron" = 45; -"@MMK_R_KO_j" = 27; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_n" = 27; -"@MMK_R_KO_ninesuperior" = 7; -"@MMK_R_KO_onesuperior" = -7; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_parenright.case" = -45; -"@MMK_R_KO_period" = -34; -"@MMK_R_KO_period.ss01" = -76; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 23; -"@MMK_R_KO_sevensuperior" = -12; -"@MMK_R_KO_six" = 41; -"@MMK_R_KO_sixsuperior" = 22; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 31; -"@MMK_R_KO_underscore" = -43; -"@MMK_R_KO_v" = 31; -"@MMK_R_KO_w" = 39; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 28; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 29; -"@MMK_R_KO_I.ss02" = -31; -"@MMK_R_KO_J" = -38; -"@MMK_R_KO_O" = 28; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -46; -"@MMK_R_KO_U" = 47; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -25; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = -23; -"@MMK_R_KO_a" = 26; -"@MMK_R_KO_a.ss05" = 24; -"@MMK_R_KO_bracketright" = -48; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -34; -"@MMK_R_KO_comma.ss01" = -67; -"@MMK_R_KO_e" = 29; -"@MMK_R_KO_egrave" = 29; -"@MMK_R_KO_eightsuperior" = 20; -"@MMK_R_KO_ellipsis" = -94; -"@MMK_R_KO_exclam" = 22; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = 28; -"@MMK_R_KO_hyphen" = 37; -"@MMK_R_KO_hyphen.case" = 48; -"@MMK_R_KO_i" = 26; -"@MMK_R_KO_j" = 25; -"@MMK_R_KO_n" = 26; -"@MMK_R_KO_ninesuperior" = 5; -"@MMK_R_KO_onesuperior" = -9; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_parenright.case" = -45; -"@MMK_R_KO_period" = -34; -"@MMK_R_KO_period.ss01" = -76; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_sevensuperior" = -13; -"@MMK_R_KO_sixsuperior" = 19; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 29; -"@MMK_R_KO_y" = 26; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 24; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = 40; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = 40; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_X" = 28; -"@MMK_R_KO_Y" = 31; -"@MMK_R_KO_Z" = 41; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asciicircum" = -66; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_egrave" = -36; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -44; -"@MMK_R_KO_g" = -25; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 5; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = -34; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -36; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -35; -"@MMK_R_KO_underscore" = 17; -"@MMK_R_KO_v" = -35; -"@MMK_R_KO_w" = -31; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -82; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 37; -"@MMK_R_KO_J" = -109; -"@MMK_R_KO_O" = -30; -"@MMK_R_KO_S" = -30; -"@MMK_R_KO_T" = 44; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 35; -"@MMK_R_KO_Z" = 28; -"@MMK_R_KO_a" = -49; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asciicircum" = -68; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -77; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -48; -"@MMK_R_KO_egrave" = -47; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -283; -"@MMK_R_KO_exclam" = -7; -"@MMK_R_KO_f" = -57; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -45; -"@MMK_R_KO_g" = -49; -"@MMK_R_KO_guillemetleft" = -48; -"@MMK_R_KO_guillemetright" = -70; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 18; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -17; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = -53; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = -12; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -31; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -31; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -41; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_sixsuperior" = -24; -"@MMK_R_KO_slash" = -113; -"@MMK_R_KO_t" = -56; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -49; -"@MMK_R_KO_underscore" = -223; -"@MMK_R_KO_v" = -45; -"@MMK_R_KO_w" = -42; -"@MMK_R_KO_x" = -75; -"@MMK_R_KO_y" = -49; -"@MMK_R_KO_z" = -84; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -35; -"@MMK_R_KO_J" = -41; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -28; -"@MMK_R_KO_X" = -38; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = -29; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -70; -"@MMK_R_KO_bracketright" = -80; -"@MMK_R_KO_colon" = -34; -"@MMK_R_KO_comma" = -45; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -23; -"@MMK_R_KO_ellipsis" = -96; -"@MMK_R_KO_exclam" = -11; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -35; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 18; -"@MMK_R_KO_imacron" = 18; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -57; -"@MMK_R_KO_period" = -45; -"@MMK_R_KO_period.ss01" = -80; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -28; -"@MMK_R_KO_quotedblleft" = -38; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = -38; -"@MMK_R_KO_quoteright" = -37; -"@MMK_R_KO_quoteright.ss01" = -34; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = -27; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -32; -"@MMK_R_KO_trademark" = -78; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -55; -"@MMK_R_KO_v" = -5; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -30; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -43; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asciicircum" = -75; -"@MMK_R_KO_bracketright" = -43; -"@MMK_R_KO_colon" = -17; -"@MMK_R_KO_comma" = 13; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -30; -"@MMK_R_KO_ellipsis" = -34; -"@MMK_R_KO_exclam" = -8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -40; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 15; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -35; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 13; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -39; -"@MMK_R_KO_quoteright" = -40; -"@MMK_R_KO_quoteright.ss01" = -38; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -40; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -38; -"@MMK_R_KO_trademark" = -81; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -61; -"@MMK_R_KO_bracketright" = -12; -"@MMK_R_KO_colon" = -13; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 47; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 18; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 1; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -26; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 35; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 42; -"@MMK_R_KO_J" = 41; -"@MMK_R_KO_O" = -53; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 41; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 37; -"@MMK_R_KO_W" = 26; -"@MMK_R_KO_X" = 42; -"@MMK_R_KO_Y" = 39; -"@MMK_R_KO_Z" = 42; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -84; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -24; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -54; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = -39; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -66; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 7; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 30; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -22; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -22; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -21; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -12; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_underscore" = 18; -"@MMK_R_KO_v" = -68; -"@MMK_R_KO_w" = -43; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -54; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 17; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 22; -"@MMK_R_KO_V" = 17; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 11; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = 14; -"@MMK_R_KO_a.ss05" = 21; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_colon" = -11; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eightsuperior" = 14; -"@MMK_R_KO_ellipsis" = -57; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 12; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = 8; -"@MMK_R_KO_hyphen" = 17; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_i" = 16; -"@MMK_R_KO_icircumflex" = 41; -"@MMK_R_KO_imacron" = 49; -"@MMK_R_KO_j" = 14; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 15; -"@MMK_R_KO_parenright.case" = 18; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -43; -"@MMK_R_KO_question" = 7; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 20; -"@MMK_R_KO_sixsuperior" = 16; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -5; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = -13; -"@MMK_R_KO_v" = 16; -"@MMK_R_KO_w" = 19; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 14; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 38; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 42; -"@MMK_R_KO_J" = 35; -"@MMK_R_KO_O" = -50; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 19; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 31; -"@MMK_R_KO_W" = 16; -"@MMK_R_KO_X" = 48; -"@MMK_R_KO_Y" = 44; -"@MMK_R_KO_Z" = 45; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -100; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 22; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -23; -"@MMK_R_KO_egrave" = -23; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -19; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = -53; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -43; -"@MMK_R_KO_hyphen.case" = -87; -"@MMK_R_KO_i" = 15; -"@MMK_R_KO_icircumflex" = 38; -"@MMK_R_KO_imacron" = 37; -"@MMK_R_KO_j" = 14; -"@MMK_R_KO_l.ss04" = 38; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -22; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteleft" = -24; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -25; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_underscore" = 17; -"@MMK_R_KO_v" = -53; -"@MMK_R_KO_w" = -45; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 52; -"@MMK_R_KO_I.ss02" = 68; -"@MMK_R_KO_J" = 68; -"@MMK_R_KO_O" = -57; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = -132; -"@MMK_R_KO_U" = -41; -"@MMK_R_KO_V" = -120; -"@MMK_R_KO_W" = -83; -"@MMK_R_KO_X" = 55; -"@MMK_R_KO_Y" = -126; -"@MMK_R_KO_Z" = 68; -"@MMK_R_KO_a" = -42; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -288; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = 32; -"@MMK_R_KO_comma" = 27; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_egrave" = -46; -"@MMK_R_KO_eightsuperior" = -203; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = -26; -"@MMK_R_KO_fivesuperior" = -200; -"@MMK_R_KO_foursuperior" = -194; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -86; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -175; -"@MMK_R_KO_hyphen.case" = -188; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -207; -"@MMK_R_KO_onesuperior" = -123; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 33; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -77; -"@MMK_R_KO_question.ss01" = -104; -"@MMK_R_KO_quotedbl" = -82; -"@MMK_R_KO_quotedblleft" = -168; -"@MMK_R_KO_quotedblleft.ss01" = -150; -"@MMK_R_KO_quoteleft" = -104; -"@MMK_R_KO_quoteright" = -168; -"@MMK_R_KO_quoteright.ss01" = -150; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = -173; -"@MMK_R_KO_six" = -38; -"@MMK_R_KO_sixsuperior" = -207; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -50; -"@MMK_R_KO_threesuperior" = -195; -"@MMK_R_KO_trademark" = -259; -"@MMK_R_KO_u" = -35; -"@MMK_R_KO_underscore" = 45; -"@MMK_R_KO_v" = -85; -"@MMK_R_KO_w" = -60; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = -91; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 90; -"@MMK_R_KO_H" = 38; -"@MMK_R_KO_I.ss02" = 106; -"@MMK_R_KO_J" = 106; -"@MMK_R_KO_O" = -33; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -104; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -91; -"@MMK_R_KO_W" = -56; -"@MMK_R_KO_X" = 93; -"@MMK_R_KO_Y" = -94; -"@MMK_R_KO_Z" = 106; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -54; -"@MMK_R_KO_colon" = 70; -"@MMK_R_KO_comma" = 65; -"@MMK_R_KO_comma.ss01" = 21; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -122; -"@MMK_R_KO_ellipsis" = 18; -"@MMK_R_KO_exclam" = 42; -"@MMK_R_KO_fivesuperior" = -127; -"@MMK_R_KO_foursuperior" = -125; -"@MMK_R_KO_guillemetleft" = -59; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -88; -"@MMK_R_KO_hyphen.case" = -73; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -129; -"@MMK_R_KO_onesuperior" = -123; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 71; -"@MMK_R_KO_period.ss01" = 21; -"@MMK_R_KO_question" = -50; -"@MMK_R_KO_question.ss01" = -78; -"@MMK_R_KO_quotedbl" = -82; -"@MMK_R_KO_quotedblleft" = -168; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteleft" = -104; -"@MMK_R_KO_quoteright" = -104; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -160; -"@MMK_R_KO_sixsuperior" = -132; -"@MMK_R_KO_slash" = 29; -"@MMK_R_KO_threesuperior" = -113; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_y" = -65; -"@MMK_R_KO_z" = 48; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -55; -"@MMK_R_KO_J" = -53; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = -59; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -52; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = -45; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -60; -"@MMK_R_KO_bracketright" = -69; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -56; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -111; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 8; -"@MMK_R_KO_imacron" = 17; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -77; -"@MMK_R_KO_parenright.case" = -74; -"@MMK_R_KO_period" = -52; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -38; -"@MMK_R_KO_quoteright.ss01" = -22; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -34; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -77; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -61; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = -55; -"@MMK_R_KO_J" = -53; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = -59; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -52; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = -45; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -69; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -56; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -111; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -77; -"@MMK_R_KO_parenright.case" = -74; -"@MMK_R_KO_period" = -52; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -38; -"@MMK_R_KO_quoteright.ss01" = -22; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -34; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -77; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -61; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_X" = -34; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -54; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_ellipsis" = -111; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -52; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_slash" = -34; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -64; -"@MMK_R_KO_H" = 16; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -103; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 27; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 34; -"@MMK_R_KO_V" = 30; -"@MMK_R_KO_W" = 23; -"@MMK_R_KO_X" = -26; -"@MMK_R_KO_Y" = 9; -"@MMK_R_KO_Z" = -14; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -14; -"@MMK_R_KO_bracketright" = -36; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 39; -"@MMK_R_KO_ellipsis" = -283; -"@MMK_R_KO_exclam" = 20; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = 13; -"@MMK_R_KO_foursuperior" = 22; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -21; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 27; -"@MMK_R_KO_icircumflex" = 56; -"@MMK_R_KO_imacron" = 52; -"@MMK_R_KO_j" = 12; -"@MMK_R_KO_l.ss04" = 35; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 22; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 33; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 11; -"@MMK_R_KO_quotedblleft.ss01" = 25; -"@MMK_R_KO_quoteleft" = 8; -"@MMK_R_KO_quoteright" = 11; -"@MMK_R_KO_quoteright.ss01" = 28; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 29; -"@MMK_R_KO_sixsuperior" = 46; -"@MMK_R_KO_slash" = -63; -"@MMK_R_KO_t" = 13; -"@MMK_R_KO_threesuperior" = 9; -"@MMK_R_KO_trademark" = -10; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -223; -"@MMK_R_KO_v" = 29; -"@MMK_R_KO_w" = 36; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 22; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 27; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = -65; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -26; -"@MMK_R_KO_X" = 30; -"@MMK_R_KO_Y" = -65; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -69; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 8; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -18; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = -30; -"@MMK_R_KO_quotedblleft" = -43; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteleft" = -41; -"@MMK_R_KO_quoteright" = -45; -"@MMK_R_KO_quoteright.ss01" = -31; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -43; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -89; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 22; -"@MMK_R_KO_H" = 18; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 14; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 31; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = 17; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 27; -"@MMK_R_KO_asciicircum" = -34; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = 17; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = 13; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = 7; -"@MMK_R_KO_foursuperior" = 8; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 10; -"@MMK_R_KO_hyphen" = 16; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 16; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 54; -"@MMK_R_KO_j" = 15; -"@MMK_R_KO_l.ss04" = 30; -"@MMK_R_KO_n" = 16; -"@MMK_R_KO_ninesuperior" = 5; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_parenright.case" = 25; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 16; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_sixsuperior" = 19; -"@MMK_R_KO_slash" = 21; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = 8; -"@MMK_R_KO_v" = 11; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 28; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 24; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -31; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_asciicircum" = -72; -"@MMK_R_KO_bracketright" = -45; -"@MMK_R_KO_colon" = -27; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = -41; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 28; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 12; -"@MMK_R_KO_icircumflex" = 38; -"@MMK_R_KO_imacron" = 33; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = 7; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -31; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteleft" = -31; -"@MMK_R_KO_quoteright" = -34; -"@MMK_R_KO_quoteright.ss01" = -30; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -34; -"@MMK_R_KO_trademark" = -58; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -8; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -31; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_bracketright" = -45; -"@MMK_R_KO_colon" = -27; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = -23; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = -41; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 28; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_icircumflex" = 38; -"@MMK_R_KO_imacron" = 33; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = 7; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -31; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteleft" = -31; -"@MMK_R_KO_quoteright" = -34; -"@MMK_R_KO_quoteright.ss01" = -30; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -34; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -131; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = 40; -"@MMK_R_KO_J" = -107; -"@MMK_R_KO_O" = -58; -"@MMK_R_KO_S" = -25; -"@MMK_R_KO_T" = 47; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 31; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 40; -"@MMK_R_KO_Z" = 31; -"@MMK_R_KO_a" = -128; -"@MMK_R_KO_a.ss05" = -66; -"@MMK_R_KO_asciicircum" = -78; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -99; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -128; -"@MMK_R_KO_egrave" = -79; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -180; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = -53; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -69; -"@MMK_R_KO_g" = -129; -"@MMK_R_KO_guillemetleft" = -127; -"@MMK_R_KO_guillemetright" = -125; -"@MMK_R_KO_hyphen" = -139; -"@MMK_R_KO_hyphen.case" = -139; -"@MMK_R_KO_i" = -22; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -21; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = -120; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 1; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = -35; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -140; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -39; -"@MMK_R_KO_sixsuperior" = -30; -"@MMK_R_KO_slash" = -129; -"@MMK_R_KO_t" = -74; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -5; -"@MMK_R_KO_u" = -120; -"@MMK_R_KO_underscore" = -148; -"@MMK_R_KO_v" = -120; -"@MMK_R_KO_w" = -120; -"@MMK_R_KO_x" = -126; -"@MMK_R_KO_y" = -124; -"@MMK_R_KO_z" = -144; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 21; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asciicircum" = -45; -"@MMK_R_KO_bracketright" = -38; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -35; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = 15; -"@MMK_R_KO_ellipsis" = -85; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 10; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 18; -"@MMK_R_KO_i" = 18; -"@MMK_R_KO_imacron" = 47; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 14; -"@MMK_R_KO_period" = -38; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 3; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_sixsuperior" = 17; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -3; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = -38; -"@MMK_R_KO_v" = 17; -"@MMK_R_KO_w" = 19; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 21; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -35; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = 15; -"@MMK_R_KO_ellipsis" = -85; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 10; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 18; -"@MMK_R_KO_i" = 18; -"@MMK_R_KO_j" = 8; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 14; -"@MMK_R_KO_period" = -38; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 3; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = 17; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 17; -"@MMK_R_KO_w" = 19; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 15; -"@MMK_R_KO_I.ss02" = 45; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_T" = 17; -"@MMK_R_KO_U" = 29; -"@MMK_R_KO_V" = 48; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_Y" = 56; -"@MMK_R_KO_Z" = 37; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_bracketright" = 41; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -35; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_eightsuperior" = 30; -"@MMK_R_KO_ellipsis" = -85; -"@MMK_R_KO_exclam" = 31; -"@MMK_R_KO_fivesuperior" = 30; -"@MMK_R_KO_foursuperior" = 9; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 24; -"@MMK_R_KO_onesuperior" = 4; -"@MMK_R_KO_parenright" = 57; -"@MMK_R_KO_parenright.case" = 61; -"@MMK_R_KO_period" = -38; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = 17; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 27; -"@MMK_R_KO_quoteright" = 22; -"@MMK_R_KO_quoteright.ss01" = 32; -"@MMK_R_KO_sevensuperior" = 42; -"@MMK_R_KO_sixsuperior" = 25; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_threesuperior" = 39; -"@MMK_R_KO_u" = 4; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -117; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 35; -"@MMK_R_KO_J" = -110; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 30; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = 37; -"@MMK_R_KO_W" = 27; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 47; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_a.ss05" = -36; -"@MMK_R_KO_asciicircum" = -63; -"@MMK_R_KO_bracketright" = -8; -"@MMK_R_KO_colon" = -34; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -51; -"@MMK_R_KO_egrave" = -45; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -164; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 5; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = -49; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -54; -"@MMK_R_KO_hyphen.case" = -32; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 41; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 36; -"@MMK_R_KO_n" = -31; -"@MMK_R_KO_ninesuperior" = 9; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 11; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 28; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 20; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 27; -"@MMK_R_KO_s" = -42; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -13; -"@MMK_R_KO_sixsuperior" = 10; -"@MMK_R_KO_slash" = -101; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_underscore" = -132; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_x" = -21; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = -45; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -76; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = -96; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 34; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asciicircum" = -67; -"@MMK_R_KO_bracketright" = -24; -"@MMK_R_KO_colon" = -31; -"@MMK_R_KO_comma" = -100; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -36; -"@MMK_R_KO_egrave" = -36; -"@MMK_R_KO_eightsuperior" = 4; -"@MMK_R_KO_ellipsis" = -132; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -37; -"@MMK_R_KO_guillemetleft" = -40; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -39; -"@MMK_R_KO_hyphen.case" = -22; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 23; -"@MMK_R_KO_imacron" = 37; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 31; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -94; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 7; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 28; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 6; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 32; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_sixsuperior" = 9; -"@MMK_R_KO_slash" = -65; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_underscore" = -90; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 41; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = 37; -"@MMK_R_KO_O" = -52; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 51; -"@MMK_R_KO_Y" = 14; -"@MMK_R_KO_Z" = 44; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -123; -"@MMK_R_KO_bracketright" = -14; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 27; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eightsuperior" = -23; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -19; -"@MMK_R_KO_fivesuperior" = -33; -"@MMK_R_KO_foursuperior" = -65; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -40; -"@MMK_R_KO_hyphen.case" = -84; -"@MMK_R_KO_i" = 13; -"@MMK_R_KO_icircumflex" = 17; -"@MMK_R_KO_imacron" = 35; -"@MMK_R_KO_j" = 13; -"@MMK_R_KO_l.ss04" = 27; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -5; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -22; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = -34; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -28; -"@MMK_R_KO_quoteright" = -34; -"@MMK_R_KO_quoteright.ss01" = -22; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = -5; -"@MMK_R_KO_six" = -25; -"@MMK_R_KO_sixsuperior" = -23; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_threesuperior" = -32; -"@MMK_R_KO_trademark" = -28; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_underscore" = 20; -"@MMK_R_KO_v" = -52; -"@MMK_R_KO_w" = -42; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -50; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -114; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = -106; -"@MMK_R_KO_O" = -53; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = 40; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 48; -"@MMK_R_KO_W" = 33; -"@MMK_R_KO_X" = 15; -"@MMK_R_KO_Y" = 61; -"@MMK_R_KO_Z" = 25; -"@MMK_R_KO_a" = -108; -"@MMK_R_KO_a.ss05" = -55; -"@MMK_R_KO_asciicircum" = -79; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -57; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -109; -"@MMK_R_KO_egrave" = -67; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -174; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -19; -"@MMK_R_KO_fivesuperior" = 5; -"@MMK_R_KO_foursuperior" = -28; -"@MMK_R_KO_g" = -108; -"@MMK_R_KO_guillemetleft" = -118; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = -120; -"@MMK_R_KO_hyphen.case" = -70; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 38; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = -64; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 9; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 2; -"@MMK_R_KO_quotedbl" = 14; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 21; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = -97; -"@MMK_R_KO_sevensuperior" = 6; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_sixsuperior" = 10; -"@MMK_R_KO_slash" = -114; -"@MMK_R_KO_t" = -20; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -54; -"@MMK_R_KO_underscore" = -139; -"@MMK_R_KO_v" = -49; -"@MMK_R_KO_w" = -49; -"@MMK_R_KO_x" = -54; -"@MMK_R_KO_y" = -50; -"@MMK_R_KO_z" = -48; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 29; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 45; -"@MMK_R_KO_J" = 45; -"@MMK_R_KO_O" = -46; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 22; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_X" = 48; -"@MMK_R_KO_Y" = 30; -"@MMK_R_KO_Z" = 45; -"@MMK_R_KO_a" = -43; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -95; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 4; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -43; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -39; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -145; -"@MMK_R_KO_hyphen.case" = -83; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 40; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 20; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = 7; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -23; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -21; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -3; -"@MMK_R_KO_u" = -35; -"@MMK_R_KO_underscore" = 22; -"@MMK_R_KO_v" = -49; -"@MMK_R_KO_w" = -50; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -51; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -17; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -120; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -26; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -64; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -68; -"@MMK_R_KO_bracketright" = -69; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = -1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -42; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = -5; -"@MMK_R_KO_question.ss01" = -47; -"@MMK_R_KO_quotedbl" = -52; -"@MMK_R_KO_quotedblleft" = -63; -"@MMK_R_KO_quotedblleft.ss01" = -55; -"@MMK_R_KO_quoteleft" = -63; -"@MMK_R_KO_quoteright" = -55; -"@MMK_R_KO_quoteright.ss01" = -57; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -41; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -25; -"@MMK_R_KO_trademark" = -96; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 17; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = -133; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -68; -"@MMK_R_KO_W" = -46; -"@MMK_R_KO_X" = 7; -"@MMK_R_KO_Y" = -111; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -3; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -95; -"@MMK_R_KO_bracketright" = -54; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = -38; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -51; -"@MMK_R_KO_foursuperior" = -47; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -6; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -57; -"@MMK_R_KO_onesuperior" = -76; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_period" = 13; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_question" = -44; -"@MMK_R_KO_question.ss01" = -77; -"@MMK_R_KO_quotedbl" = -82; -"@MMK_R_KO_quotedblleft" = -108; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteleft" = -104; -"@MMK_R_KO_quoteright" = -91; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -86; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_sixsuperior" = -46; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -40; -"@MMK_R_KO_trademark" = -124; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 17; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 17; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -72; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -49; -"@MMK_R_KO_X" = 11; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -51; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -40; -"@MMK_R_KO_foursuperior" = -42; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -6; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -38; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -29; -"@MMK_R_KO_period" = 13; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_question" = -39; -"@MMK_R_KO_question.ss01" = -45; -"@MMK_R_KO_quotedbl" = -43; -"@MMK_R_KO_quotedblleft" = -93; -"@MMK_R_KO_quotedblleft.ss01" = -71; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -75; -"@MMK_R_KO_quoteright.ss01" = -71; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -42; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_sixsuperior" = -33; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -38; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 17; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -14; -"@MMK_R_KO_O" = -41; -"@MMK_R_KO_T" = -153; -"@MMK_R_KO_a" = -45; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_f" = -45; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_n" = -26; -"@MMK_R_KO_t" = -47; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -144; -"@MMK_R_KO_H" = -61; -"@MMK_R_KO_O" = -60; -"@MMK_R_KO_T" = -78; -"@MMK_R_KO_a" = -89; -"@MMK_R_KO_e" = -93; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_i" = -62; -"@MMK_R_KO_n" = -68; -"@MMK_R_KO_t" = -27; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -135; -"@MMK_R_KO_H" = -85; -"@MMK_R_KO_O" = -69; -"@MMK_R_KO_T" = -221; -"@MMK_R_KO_a" = -83; -"@MMK_R_KO_e" = -82; -"@MMK_R_KO_f" = -61; -"@MMK_R_KO_i" = -84; -"@MMK_R_KO_n" = -84; -"@MMK_R_KO_t" = -61; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -100; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -117; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 15; -"@MMK_R_KO_W" = 8; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -29; -"@MMK_R_KO_a" = -71; -"@MMK_R_KO_a.ss05" = -49; -"@MMK_R_KO_asterisk" = 31; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -75; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -103; -"@MMK_R_KO_g" = -71; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -155; -"@MMK_R_KO_hyphen.case" = -46; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -19; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_parenright.case" = -38; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -51; -"@MMK_R_KO_seven" = 15; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -108; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -34; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -25; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -45; -"@MMK_R_KO_H" = -12; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -75; -"@MMK_R_KO_O" = -69; -"@MMK_R_KO_S" = -42; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -38; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = -27; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -77; -"@MMK_R_KO_a.ss05" = -61; -"@MMK_R_KO_asterisk" = -53; -"@MMK_R_KO_colon" = -58; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = -78; -"@MMK_R_KO_egrave" = -78; -"@MMK_R_KO_eight" = -42; -"@MMK_R_KO_ellipsis" = -113; -"@MMK_R_KO_f" = -53; -"@MMK_R_KO_five" = -26; -"@MMK_R_KO_four" = -87; -"@MMK_R_KO_g" = -29; -"@MMK_R_KO_guillemetleft" = -92; -"@MMK_R_KO_guillemetright" = -88; -"@MMK_R_KO_hyphen" = -76; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_n" = -57; -"@MMK_R_KO_nine" = -39; -"@MMK_R_KO_one" = -55; -"@MMK_R_KO_period" = -49; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -61; -"@MMK_R_KO_quotedblleft.ss01" = -40; -"@MMK_R_KO_quoteright" = -46; -"@MMK_R_KO_quoteright.ss01" = -31; -"@MMK_R_KO_s" = -73; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -55; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -48; -"@MMK_R_KO_three" = -46; -"@MMK_R_KO_two" = -38; -"@MMK_R_KO_u" = -81; -"@MMK_R_KO_v" = -73; -"@MMK_R_KO_w" = -74; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = -58; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = -33; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = -68; -"@MMK_R_KO_S" = -39; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -29; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_asterisk" = -54; -"@MMK_R_KO_colon" = -10; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_eight" = -32; -"@MMK_R_KO_ellipsis" = -51; -"@MMK_R_KO_five" = -20; -"@MMK_R_KO_four" = -88; -"@MMK_R_KO_guillemetleft" = -89; -"@MMK_R_KO_guillemetright" = -49; -"@MMK_R_KO_hyphen.case" = -77; -"@MMK_R_KO_nine" = -34; -"@MMK_R_KO_one" = -55; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_quotedbl" = -35; -"@MMK_R_KO_quotedblleft" = -62; -"@MMK_R_KO_quotedblleft.ss01" = -41; -"@MMK_R_KO_quoteright" = -44; -"@MMK_R_KO_quoteright.ss01" = -32; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -56; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_three" = -40; -"@MMK_R_KO_two" = -22; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -26; -"@MMK_R_KO_J" = -24; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -155; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -50; -"@MMK_R_KO_W" = -40; -"@MMK_R_KO_X" = -7; -"@MMK_R_KO_Y" = -100; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -63; -"@MMK_R_KO_bracketright" = -85; -"@MMK_R_KO_colon" = -11; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -43; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -52; -"@MMK_R_KO_exclam" = -15; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -34; -"@MMK_R_KO_foursuperior" = -24; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_icircumflex" = -5; -"@MMK_R_KO_imacron" = -5; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = -38; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = -69; -"@MMK_R_KO_period" = -9; -"@MMK_R_KO_period.ss01" = -43; -"@MMK_R_KO_question" = -29; -"@MMK_R_KO_question.ss01" = -62; -"@MMK_R_KO_quotedbl" = -69; -"@MMK_R_KO_quotedblleft" = -81; -"@MMK_R_KO_quotedblleft.ss01" = -66; -"@MMK_R_KO_quoteleft" = -77; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -71; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -57; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -27; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -97; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_underscore" = -14; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -8; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -104; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -52; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -96; -"@MMK_R_KO_hyphen.case" = -104; -"@MMK_R_KO_nine" = -11; -"@MMK_R_KO_one" = -69; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 20; -"@MMK_R_KO_quotedbl" = -104; -"@MMK_R_KO_quotedblleft" = -104; -"@MMK_R_KO_quoteright" = -104; -"@MMK_R_KO_seven" = -68; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = 51; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -134; -"@MMK_R_KO_H" = -23; -"@MMK_R_KO_O" = -38; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_a" = -101; -"@MMK_R_KO_e" = -106; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_i" = -29; -"@MMK_R_KO_n" = -69; -"@MMK_R_KO_t" = -28; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -19; -"@MMK_R_KO_J" = -31; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = -153; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -53; -"@MMK_R_KO_W" = -40; -"@MMK_R_KO_X" = -25; -"@MMK_R_KO_Y" = -112; -"@MMK_R_KO_Z" = -14; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -80; -"@MMK_R_KO_bracketright" = -88; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -49; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_icircumflex" = -6; -"@MMK_R_KO_imacron" = -6; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_l.ss04" = -7; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_ninesuperior" = -37; -"@MMK_R_KO_onesuperior" = -56; -"@MMK_R_KO_parenright" = -83; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -50; -"@MMK_R_KO_question" = -42; -"@MMK_R_KO_question.ss01" = -76; -"@MMK_R_KO_quotedbl" = -80; -"@MMK_R_KO_quotedblleft" = -105; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteleft" = -104; -"@MMK_R_KO_quoteright" = -86; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -66; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -28; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -113; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_underscore" = -25; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -27; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -31; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = -82; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -48; -"@MMK_R_KO_W" = -32; -"@MMK_R_KO_X" = -12; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = -14; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_bracketright" = -78; -"@MMK_R_KO_colon" = -23; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -47; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -22; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -35; -"@MMK_R_KO_foursuperior" = -36; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_icircumflex" = -6; -"@MMK_R_KO_imacron" = -6; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_l.ss04" = -6; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -49; -"@MMK_R_KO_parenright" = -69; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -50; -"@MMK_R_KO_question" = -38; -"@MMK_R_KO_question.ss01" = -68; -"@MMK_R_KO_quotedbl" = -65; -"@MMK_R_KO_quotedblleft" = -94; -"@MMK_R_KO_quotedblleft.ss01" = -70; -"@MMK_R_KO_quoteleft" = -91; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -75; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -58; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -28; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_underscore" = -25; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -27; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_Y" = -18; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -43; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eight" = 27; -"@MMK_R_KO_ellipsis" = -59; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 10; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_j" = 8; -"@MMK_R_KO_n" = 8; -"@MMK_R_KO_nine" = 5; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -42; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 13; -"@MMK_R_KO_two" = 10; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = -43; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -111; -"@MMK_R_KO_S" = -61; -"@MMK_R_KO_T" = -180; -"@MMK_R_KO_U" = -85; -"@MMK_R_KO_V" = -170; -"@MMK_R_KO_W" = -133; -"@MMK_R_KO_Y" = -173; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -72; -"@MMK_R_KO_a.ss05" = -35; -"@MMK_R_KO_asterisk" = -155; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_e" = -72; -"@MMK_R_KO_egrave" = -74; -"@MMK_R_KO_eight" = -58; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_f" = -74; -"@MMK_R_KO_five" = -57; -"@MMK_R_KO_four" = -140; -"@MMK_R_KO_g" = -63; -"@MMK_R_KO_guillemetleft" = -127; -"@MMK_R_KO_guillemetright" = -58; -"@MMK_R_KO_hyphen" = -106; -"@MMK_R_KO_hyphen.case" = -235; -"@MMK_R_KO_i" = -44; -"@MMK_R_KO_j" = -43; -"@MMK_R_KO_n" = -43; -"@MMK_R_KO_nine" = -62; -"@MMK_R_KO_one" = -115; -"@MMK_R_KO_parenright" = -90; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_quotedbl" = -162; -"@MMK_R_KO_quotedblleft" = -168; -"@MMK_R_KO_quoteright" = -168; -"@MMK_R_KO_s" = -45; -"@MMK_R_KO_seven" = -114; -"@MMK_R_KO_six" = -81; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -79; -"@MMK_R_KO_three" = -47; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = -68; -"@MMK_R_KO_v" = -122; -"@MMK_R_KO_w" = -92; -"@MMK_R_KO_y" = -133; -"@MMK_R_KO_z" = -10; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -32; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -101; -"@MMK_R_KO_S" = -55; -"@MMK_R_KO_T" = -176; -"@MMK_R_KO_U" = -78; -"@MMK_R_KO_V" = -164; -"@MMK_R_KO_W" = -127; -"@MMK_R_KO_Y" = -168; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -63; -"@MMK_R_KO_a.ss05" = -29; -"@MMK_R_KO_asterisk" = -155; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = -66; -"@MMK_R_KO_egrave" = -66; -"@MMK_R_KO_eight" = -52; -"@MMK_R_KO_f" = -65; -"@MMK_R_KO_five" = -51; -"@MMK_R_KO_four" = -140; -"@MMK_R_KO_g" = -60; -"@MMK_R_KO_guillemetleft" = -121; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -91; -"@MMK_R_KO_hyphen.case" = -235; -"@MMK_R_KO_i" = -31; -"@MMK_R_KO_j" = -31; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_nine" = -56; -"@MMK_R_KO_one" = -110; -"@MMK_R_KO_parenright" = -83; -"@MMK_R_KO_parenright.case" = -38; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_quotedbl" = -162; -"@MMK_R_KO_quotedblleft.ss01" = -150; -"@MMK_R_KO_quoteright.ss01" = -150; -"@MMK_R_KO_s" = -37; -"@MMK_R_KO_seven" = -109; -"@MMK_R_KO_six" = -75; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -76; -"@MMK_R_KO_three" = -41; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_v" = -114; -"@MMK_R_KO_w" = -88; -"@MMK_R_KO_y" = -128; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -72; -"@MMK_R_KO_J" = -86; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -143; -"@MMK_R_KO_U" = 19; -"@MMK_R_KO_V" = -59; -"@MMK_R_KO_W" = -41; -"@MMK_R_KO_Y" = -123; -"@MMK_R_KO_Z" = -35; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -76; -"@MMK_R_KO_comma" = -86; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 21; -"@MMK_R_KO_eight" = 25; -"@MMK_R_KO_f" = -29; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 35; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 13; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -67; -"@MMK_R_KO_parenright" = -86; -"@MMK_R_KO_period" = -83; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = -82; -"@MMK_R_KO_quotedblleft" = -168; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteright" = -104; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = -83; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_t" = -29; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -14; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -52; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -45; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -27; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -63; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -14; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -85; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 6; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -38; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = -1; -"@MMK_R_KO_n" = -1; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -46; -"@MMK_R_KO_period.ss01" = -79; -"@MMK_R_KO_question" = 10; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = 2; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -7; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -43; -"@MMK_R_KO_v" = 24; -"@MMK_R_KO_w" = 22; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 24; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 27; -"@MMK_R_KO_J" = -45; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 34; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -27; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -49; -"@MMK_R_KO_comma.ss01" = -62; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -14; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -85; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 7; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -37; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = -1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -6; -"@MMK_R_KO_period" = -45; -"@MMK_R_KO_period.ss01" = -78; -"@MMK_R_KO_question" = 16; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -14; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -2; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -42; -"@MMK_R_KO_v" = 24; -"@MMK_R_KO_w" = 22; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 24; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -68; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -39; -"@MMK_R_KO_quoteleft" = -37; -"@MMK_R_KO_quoteright" = -39; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -6; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -45; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 26; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 29; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = 34; -"@MMK_R_KO_a.ss05" = 27; -"@MMK_R_KO_asterisk" = -18; -"@MMK_R_KO_colon" = -28; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -42; -"@MMK_R_KO_e" = 37; -"@MMK_R_KO_egrave" = 37; -"@MMK_R_KO_eight" = 40; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 18; -"@MMK_R_KO_four" = 24; -"@MMK_R_KO_g" = 32; -"@MMK_R_KO_guillemetleft" = 19; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 50; -"@MMK_R_KO_hyphen.case" = 23; -"@MMK_R_KO_i" = 29; -"@MMK_R_KO_j" = 29; -"@MMK_R_KO_n" = 25; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -45; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteright" = -31; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 23; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 16; -"@MMK_R_KO_two" = 13; -"@MMK_R_KO_u" = 22; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -38; -"@MMK_R_KO_J" = -42; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -46; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -52; -"@MMK_R_KO_W" = -56; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -53; -"@MMK_R_KO_colon" = -44; -"@MMK_R_KO_comma" = -29; -"@MMK_R_KO_comma.ss01" = -63; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 12; -"@MMK_R_KO_ellipsis" = -93; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 22; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 32; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -46; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -43; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -72; -"@MMK_R_KO_quotedbl" = -52; -"@MMK_R_KO_quotedblleft" = -71; -"@MMK_R_KO_quotedblleft.ss01" = -53; -"@MMK_R_KO_quoteright" = -68; -"@MMK_R_KO_quoteright.ss01" = -55; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -24; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 16; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = -63; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 39; -"@MMK_R_KO_comma" = 53; -"@MMK_R_KO_comma.ss01" = 19; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_icircumflex" = 10; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 11; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 19; -"@MMK_R_KO_period" = 48; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = 22; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 27; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -53; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 37; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -40; -"@MMK_R_KO_J" = -42; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -126; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -18; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -4; -"@MMK_R_KO_comma.ss01" = -47; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -17; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = -27; -"@MMK_R_KO_hyphen.case" = -6; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = -20; -"@MMK_R_KO_parenright" = -75; -"@MMK_R_KO_parenright.case" = -38; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -48; -"@MMK_R_KO_quotedbl" = -36; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quotedblleft.ss01" = -43; -"@MMK_R_KO_quoteright" = -36; -"@MMK_R_KO_quoteright.ss01" = -35; -"@MMK_R_KO_s" = -7; -"@MMK_R_KO_seven" = -5; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -10; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -56; -"@MMK_R_KO_J" = -59; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = -127; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -61; -"@MMK_R_KO_W" = -42; -"@MMK_R_KO_Y" = -118; -"@MMK_R_KO_Z" = -48; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = -16; -"@MMK_R_KO_asterisk" = -80; -"@MMK_R_KO_colon" = -48; -"@MMK_R_KO_comma" = -71; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -127; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_five" = -11; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -18; -"@MMK_R_KO_one" = -60; -"@MMK_R_KO_parenright" = -93; -"@MMK_R_KO_parenright.case" = -73; -"@MMK_R_KO_period" = -74; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = -82; -"@MMK_R_KO_quotedblleft" = -113; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteright" = -99; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_seven" = -61; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_slash" = -37; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_three" = -32; -"@MMK_R_KO_two" = -37; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = -48; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -67; -"@MMK_R_KO_J" = -87; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -138; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = -56; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_Y" = -119; -"@MMK_R_KO_Z" = -32; -"@MMK_R_KO_a" = 19; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -155; -"@MMK_R_KO_colon" = -98; -"@MMK_R_KO_comma" = -101; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = 22; -"@MMK_R_KO_egrave" = 22; -"@MMK_R_KO_eight" = 27; -"@MMK_R_KO_f" = -26; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 36; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = 64; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -62; -"@MMK_R_KO_parenright" = -81; -"@MMK_R_KO_period" = -91; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = -162; -"@MMK_R_KO_quotedblleft" = -168; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteright" = -104; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = -77; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_slash" = -38; -"@MMK_R_KO_t" = -26; -"@MMK_R_KO_three" = 9; -"@MMK_R_KO_two" = -16; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -55; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -33; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = -64; -"@MMK_R_KO_J" = -84; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = -135; -"@MMK_R_KO_U" = 23; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_Y" = -66; -"@MMK_R_KO_Z" = -69; -"@MMK_R_KO_asterisk" = -44; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = 18; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = 3; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen.case" = 67; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -60; -"@MMK_R_KO_parenright.case" = -68; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = -39; -"@MMK_R_KO_quotedblleft" = -79; -"@MMK_R_KO_quotedblleft.ss01" = -59; -"@MMK_R_KO_quoteright" = -49; -"@MMK_R_KO_quoteright.ss01" = -59; -"@MMK_R_KO_seven" = -60; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_slash" = -64; -"@MMK_R_KO_three" = -47; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 10; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -67; -"@MMK_R_KO_bracketright" = -42; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = -1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -29; -"@MMK_R_KO_onesuperior" = -24; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = -5; -"@MMK_R_KO_question.ss01" = -33; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -52; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = -57; -"@MMK_R_KO_quoteright" = -49; -"@MMK_R_KO_quoteright.ss01" = -38; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -34; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 22; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 36; -"@MMK_R_KO_V" = 28; -"@MMK_R_KO_W" = 23; -"@MMK_R_KO_X" = 39; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = 43; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -61; -"@MMK_R_KO_bracketright" = 12; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 9; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 4; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 4; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 21; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 17; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 7; -"@MMK_R_KO_slash" = 24; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = 13; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -120; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -19; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -45; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 21; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = -22; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_fivesuperior" = -28; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 9; -"@MMK_R_KO_imacron" = 8; -"@MMK_R_KO_j" = 8; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 8; -"@MMK_R_KO_ninesuperior" = -41; -"@MMK_R_KO_onesuperior" = -57; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_period" = 16; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -31; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -42; -"@MMK_R_KO_quoteright" = -37; -"@MMK_R_KO_quoteright.ss01" = -33; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -66; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -30; -"@MMK_R_KO_trademark" = -84; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 33; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 19; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 23; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 10; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -63; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -12; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -23; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 20; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -31; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_X" = 22; -"@MMK_R_KO_Y" = -5; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -88; -"@MMK_R_KO_bracketright" = -27; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 19; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -23; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -26; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 8; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -15; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_period" = 19; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -14; -"@MMK_R_KO_question.ss01" = -16; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -15; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -23; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -44; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 14; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = 23; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = 22; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 74; -"@MMK_R_KO_exclam" = 88; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = 84; -"@MMK_R_KO_foursuperior" = 58; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 31; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = 6; -"@MMK_R_KO_ninesuperior" = 76; -"@MMK_R_KO_onesuperior" = 88; -"@MMK_R_KO_parenright" = 89; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = 112; -"@MMK_R_KO_question.ss01" = 72; -"@MMK_R_KO_quotedbl" = 94; -"@MMK_R_KO_quotedblleft" = 75; -"@MMK_R_KO_quotedblleft.ss01" = 85; -"@MMK_R_KO_quoteleft" = 76; -"@MMK_R_KO_sevensuperior" = 106; -"@MMK_R_KO_sixsuperior" = 84; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = 77; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 11; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -33; -"@MMK_R_KO_H" = -9; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_T" = -171; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_f" = -20; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_n" = -11; -"@MMK_R_KO_t" = -20; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -15; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -140; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -56; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -108; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -87; -"@MMK_R_KO_bracketright" = -70; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = -25; -"@MMK_R_KO_ellipsis" = -42; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -37; -"@MMK_R_KO_foursuperior" = -39; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -1; -"@MMK_R_KO_ninesuperior" = -42; -"@MMK_R_KO_onesuperior" = -50; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -56; -"@MMK_R_KO_quotedbl" = -80; -"@MMK_R_KO_quotedblleft" = -105; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteleft" = -102; -"@MMK_R_KO_quoteright" = -87; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -65; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -35; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -29; -"@MMK_R_KO_trademark" = -118; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 3; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = -20; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -129; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -53; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = -19; -"@MMK_R_KO_Y" = -108; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -91; -"@MMK_R_KO_bracketright" = -80; -"@MMK_R_KO_colon" = -32; -"@MMK_R_KO_comma" = -35; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = -26; -"@MMK_R_KO_ellipsis" = -72; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_fivesuperior" = -43; -"@MMK_R_KO_foursuperior" = -43; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_onesuperior" = -47; -"@MMK_R_KO_parenright" = -82; -"@MMK_R_KO_period" = -35; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = -47; -"@MMK_R_KO_question.ss01" = -79; -"@MMK_R_KO_quotedbl" = -82; -"@MMK_R_KO_quotedblleft" = -111; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteleft" = -104; -"@MMK_R_KO_quoteright" = -97; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -67; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -34; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -120; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -32; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -30; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -22; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -83; -"@MMK_R_KO_V" = -42; -"@MMK_R_KO_W" = -31; -"@MMK_R_KO_Y" = -68; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -78; -"@MMK_R_KO_colon" = -34; -"@MMK_R_KO_comma" = -35; -"@MMK_R_KO_comma.ss01" = -59; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_egrave" = 11; -"@MMK_R_KO_eightsuperior" = -30; -"@MMK_R_KO_ellipsis" = -74; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -42; -"@MMK_R_KO_foursuperior" = -44; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_i" = -1; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = -1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -48; -"@MMK_R_KO_onesuperior" = -45; -"@MMK_R_KO_parenright" = -82; -"@MMK_R_KO_period" = -35; -"@MMK_R_KO_period.ss01" = -67; -"@MMK_R_KO_question" = -48; -"@MMK_R_KO_question.ss01" = -58; -"@MMK_R_KO_quotedbl" = -77; -"@MMK_R_KO_quotedblleft" = -105; -"@MMK_R_KO_quotedblleft.ss01" = -76; -"@MMK_R_KO_quoteleft" = -101; -"@MMK_R_KO_quoteright" = -83; -"@MMK_R_KO_quoteright.ss01" = -77; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -35; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -29; -"@MMK_R_KO_trademark" = -111; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -35; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -30; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -52; -"@MMK_R_KO_O" = -78; -"@MMK_R_KO_S" = -40; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -83; -"@MMK_R_KO_a.ss05" = -52; -"@MMK_R_KO_asterisk" = -41; -"@MMK_R_KO_comma" = 15; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = -82; -"@MMK_R_KO_egrave" = -73; -"@MMK_R_KO_eight" = -43; -"@MMK_R_KO_ellipsis" = -90; -"@MMK_R_KO_f" = -47; -"@MMK_R_KO_five" = -10; -"@MMK_R_KO_four" = -93; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -93; -"@MMK_R_KO_guillemetright" = -75; -"@MMK_R_KO_hyphen" = -82; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 21; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_nine" = -39; -"@MMK_R_KO_one" = -37; -"@MMK_R_KO_parenright" = 10; -"@MMK_R_KO_period" = -47; -"@MMK_R_KO_period.ss01" = -81; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -54; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteright" = -42; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = -71; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -57; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -47; -"@MMK_R_KO_three" = -37; -"@MMK_R_KO_two" = -27; -"@MMK_R_KO_u" = -74; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -58; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = -58; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -74; -"@MMK_R_KO_S" = -31; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_asterisk" = -39; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_eight" = -27; -"@MMK_R_KO_ellipsis" = -42; -"@MMK_R_KO_five" = -14; -"@MMK_R_KO_four" = -62; -"@MMK_R_KO_guillemetleft" = -69; -"@MMK_R_KO_guillemetright" = -37; -"@MMK_R_KO_hyphen.case" = -72; -"@MMK_R_KO_nine" = -30; -"@MMK_R_KO_one" = -33; -"@MMK_R_KO_parenright.case" = 13; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -54; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteright" = -41; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_seven" = 6; -"@MMK_R_KO_six" = -44; -"@MMK_R_KO_slash" = 5; -"@MMK_R_KO_three" = -23; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = -51; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = -99; -"@MMK_R_KO_U" = -38; -"@MMK_R_KO_V" = -99; -"@MMK_R_KO_W" = -95; -"@MMK_R_KO_Y" = -99; -"@MMK_R_KO_Z" = 54; -"@MMK_R_KO_a" = -31; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -99; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -55; -"@MMK_R_KO_g" = -22; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -91; -"@MMK_R_KO_hyphen.case" = -99; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -8; -"@MMK_R_KO_one" = -72; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -99; -"@MMK_R_KO_quotedblleft" = -99; -"@MMK_R_KO_quoteright" = -99; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -70; -"@MMK_R_KO_six" = -37; -"@MMK_R_KO_slash" = 20; -"@MMK_R_KO_t" = -41; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 44; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_v" = -81; -"@MMK_R_KO_w" = -56; -"@MMK_R_KO_y" = -64; -"@MMK_R_KO_z" = 33; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -28; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -82; -"@MMK_R_KO_S" = -43; -"@MMK_R_KO_T" = -82; -"@MMK_R_KO_U" = -68; -"@MMK_R_KO_V" = -82; -"@MMK_R_KO_W" = -82; -"@MMK_R_KO_Y" = -82; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -63; -"@MMK_R_KO_a.ss05" = -27; -"@MMK_R_KO_asterisk" = -82; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -65; -"@MMK_R_KO_eight" = -41; -"@MMK_R_KO_f" = -65; -"@MMK_R_KO_five" = -40; -"@MMK_R_KO_four" = -80; -"@MMK_R_KO_g" = -60; -"@MMK_R_KO_guillemetleft" = -82; -"@MMK_R_KO_guillemetright" = -47; -"@MMK_R_KO_hyphen" = -82; -"@MMK_R_KO_hyphen.case" = -80; -"@MMK_R_KO_i" = -31; -"@MMK_R_KO_j" = -31; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_nine" = -45; -"@MMK_R_KO_one" = -80; -"@MMK_R_KO_parenright" = -80; -"@MMK_R_KO_parenright.case" = -38; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_quotedbl" = -82; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = -35; -"@MMK_R_KO_seven" = -80; -"@MMK_R_KO_six" = -63; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -76; -"@MMK_R_KO_three" = -32; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_v" = -82; -"@MMK_R_KO_w" = -82; -"@MMK_R_KO_y" = -82; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -20; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -97; -"@MMK_R_KO_S" = -42; -"@MMK_R_KO_T" = -158; -"@MMK_R_KO_U" = -60; -"@MMK_R_KO_V" = -148; -"@MMK_R_KO_W" = -123; -"@MMK_R_KO_Y" = -149; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -43; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_e" = -51; -"@MMK_R_KO_eight" = -33; -"@MMK_R_KO_f" = -40; -"@MMK_R_KO_five" = -39; -"@MMK_R_KO_four" = -120; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_i" = -9; -"@MMK_R_KO_j" = 32; -"@MMK_R_KO_nine" = -44; -"@MMK_R_KO_one" = -93; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_quotedbl" = -82; -"@MMK_R_KO_quotedblleft" = -142; -"@MMK_R_KO_quoteright" = -104; -"@MMK_R_KO_s" = -25; -"@MMK_R_KO_seven" = -91; -"@MMK_R_KO_six" = -55; -"@MMK_R_KO_t" = -53; -"@MMK_R_KO_three" = -29; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -43; -"@MMK_R_KO_v" = -97; -"@MMK_R_KO_w" = -67; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -121; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -119; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 23; -"@MMK_R_KO_W" = 26; -"@MMK_R_KO_Y" = 14; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = -84; -"@MMK_R_KO_a.ss05" = -55; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = -18; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -90; -"@MMK_R_KO_egrave" = -77; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -162; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -3; -"@MMK_R_KO_four" = -119; -"@MMK_R_KO_g" = -83; -"@MMK_R_KO_guillemetleft" = -92; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = -162; -"@MMK_R_KO_hyphen.case" = -48; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_j" = -22; -"@MMK_R_KO_n" = -52; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -62; -"@MMK_R_KO_seven" = 20; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_slash" = -125; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_three" = -9; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -44; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = -35; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -40; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -86; -"@MMK_R_KO_S" = -51; -"@MMK_R_KO_T" = -168; -"@MMK_R_KO_U" = -64; -"@MMK_R_KO_V" = -159; -"@MMK_R_KO_W" = -104; -"@MMK_R_KO_Y" = -161; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -74; -"@MMK_R_KO_a.ss05" = -37; -"@MMK_R_KO_asterisk" = -104; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 17; -"@MMK_R_KO_e" = -74; -"@MMK_R_KO_egrave" = -74; -"@MMK_R_KO_eight" = -48; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_f" = -69; -"@MMK_R_KO_five" = -49; -"@MMK_R_KO_four" = -104; -"@MMK_R_KO_g" = -39; -"@MMK_R_KO_guillemetleft" = -104; -"@MMK_R_KO_guillemetright" = -56; -"@MMK_R_KO_hyphen" = -104; -"@MMK_R_KO_hyphen.case" = -104; -"@MMK_R_KO_i" = -42; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -42; -"@MMK_R_KO_nine" = -51; -"@MMK_R_KO_one" = -104; -"@MMK_R_KO_period" = 16; -"@MMK_R_KO_quotedblleft" = -168; -"@MMK_R_KO_quoteright" = -104; -"@MMK_R_KO_s" = -46; -"@MMK_R_KO_seven" = -104; -"@MMK_R_KO_six" = -63; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -81; -"@MMK_R_KO_three" = -39; -"@MMK_R_KO_two" = -9; -"@MMK_R_KO_u" = -70; -"@MMK_R_KO_v" = -104; -"@MMK_R_KO_w" = -90; -"@MMK_R_KO_y" = -61; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -24; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -78; -"@MMK_R_KO_S" = -42; -"@MMK_R_KO_T" = -150; -"@MMK_R_KO_U" = -59; -"@MMK_R_KO_V" = -150; -"@MMK_R_KO_W" = -80; -"@MMK_R_KO_Y" = -150; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_a.ss05" = -26; -"@MMK_R_KO_asterisk" = -80; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_egrave" = -59; -"@MMK_R_KO_eight" = -40; -"@MMK_R_KO_f" = -51; -"@MMK_R_KO_five" = -40; -"@MMK_R_KO_four" = -80; -"@MMK_R_KO_g" = -31; -"@MMK_R_KO_guillemetleft" = -80; -"@MMK_R_KO_guillemetright" = -44; -"@MMK_R_KO_hyphen" = -80; -"@MMK_R_KO_hyphen.case" = -80; -"@MMK_R_KO_i" = -25; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_nine" = -45; -"@MMK_R_KO_one" = -80; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -80; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = -35; -"@MMK_R_KO_seven" = -80; -"@MMK_R_KO_six" = -59; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -62; -"@MMK_R_KO_three" = -31; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_v" = -80; -"@MMK_R_KO_w" = -80; -"@MMK_R_KO_y" = -45; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -132; -"@MMK_R_KO_H" = -10; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -130; -"@MMK_R_KO_O" = -42; -"@MMK_R_KO_S" = -18; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 16; -"@MMK_R_KO_W" = 8; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -106; -"@MMK_R_KO_a.ss05" = -75; -"@MMK_R_KO_asterisk" = -10; -"@MMK_R_KO_colon" = -43; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_e" = -108; -"@MMK_R_KO_egrave" = -100; -"@MMK_R_KO_eight" = -20; -"@MMK_R_KO_ellipsis" = -168; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_five" = -18; -"@MMK_R_KO_four" = -139; -"@MMK_R_KO_g" = -102; -"@MMK_R_KO_guillemetleft" = -120; -"@MMK_R_KO_guillemetright" = -56; -"@MMK_R_KO_hyphen" = -168; -"@MMK_R_KO_hyphen.case" = -83; -"@MMK_R_KO_i" = -10; -"@MMK_R_KO_j" = -36; -"@MMK_R_KO_n" = -67; -"@MMK_R_KO_nine" = -13; -"@MMK_R_KO_one" = -5; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_parenright.case" = -26; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_s" = -90; -"@MMK_R_KO_seven" = 37; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_slash" = -140; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_three" = -25; -"@MMK_R_KO_two" = -5; -"@MMK_R_KO_u" = -65; -"@MMK_R_KO_v" = -38; -"@MMK_R_KO_w" = -42; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -50; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -80; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -80; -"@MMK_R_KO_O" = -25; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 30; -"@MMK_R_KO_W" = 20; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -80; -"@MMK_R_KO_a.ss05" = -63; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -80; -"@MMK_R_KO_egrave" = -76; -"@MMK_R_KO_eight" = -11; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -80; -"@MMK_R_KO_g" = -80; -"@MMK_R_KO_guillemetleft" = -80; -"@MMK_R_KO_guillemetright" = -45; -"@MMK_R_KO_hyphen" = -80; -"@MMK_R_KO_hyphen.case" = -80; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -18; -"@MMK_R_KO_n" = -57; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -71; -"@MMK_R_KO_seven" = 37; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_slash" = -80; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 5; -"@MMK_R_KO_u" = -46; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = -49; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -137; -"@MMK_R_KO_H" = -9; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = -130; -"@MMK_R_KO_O" = -44; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 13; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -21; -"@MMK_R_KO_a" = -120; -"@MMK_R_KO_a.ss05" = -79; -"@MMK_R_KO_asterisk" = -6; -"@MMK_R_KO_colon" = -55; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_e" = -131; -"@MMK_R_KO_egrave" = -106; -"@MMK_R_KO_eight" = -20; -"@MMK_R_KO_ellipsis" = -168; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_five" = -18; -"@MMK_R_KO_four" = -150; -"@MMK_R_KO_g" = -125; -"@MMK_R_KO_guillemetleft" = -127; -"@MMK_R_KO_guillemetright" = -67; -"@MMK_R_KO_hyphen" = -168; -"@MMK_R_KO_hyphen.case" = -89; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_j" = -35; -"@MMK_R_KO_n" = -88; -"@MMK_R_KO_nine" = -9; -"@MMK_R_KO_one" = -2; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -22; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_s" = -104; -"@MMK_R_KO_seven" = 26; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_slash" = -151; -"@MMK_R_KO_t" = -38; -"@MMK_R_KO_three" = -13; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -81; -"@MMK_R_KO_v" = -51; -"@MMK_R_KO_w" = -55; -"@MMK_R_KO_y" = -51; -"@MMK_R_KO_z" = -52; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -104; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -104; -"@MMK_R_KO_O" = -35; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 16; -"@MMK_R_KO_W" = 8; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -104; -"@MMK_R_KO_a.ss05" = -62; -"@MMK_R_KO_asterisk" = -11; -"@MMK_R_KO_colon" = -50; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_e" = -104; -"@MMK_R_KO_egrave" = -99; -"@MMK_R_KO_eight" = -21; -"@MMK_R_KO_ellipsis" = -104; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_five" = -18; -"@MMK_R_KO_four" = -104; -"@MMK_R_KO_g" = -103; -"@MMK_R_KO_guillemetleft" = -104; -"@MMK_R_KO_guillemetright" = -57; -"@MMK_R_KO_hyphen" = -104; -"@MMK_R_KO_hyphen.case" = -85; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -35; -"@MMK_R_KO_n" = -67; -"@MMK_R_KO_nine" = -11; -"@MMK_R_KO_one" = -5; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_s" = -80; -"@MMK_R_KO_seven" = 37; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_slash" = -104; -"@MMK_R_KO_t" = -24; -"@MMK_R_KO_three" = -24; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -65; -"@MMK_R_KO_v" = -38; -"@MMK_R_KO_w" = -43; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -51; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -104; -"@MMK_R_KO_H" = -10; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -104; -"@MMK_R_KO_O" = -47; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 9; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -16; -"@MMK_R_KO_a" = -104; -"@MMK_R_KO_a.ss05" = -68; -"@MMK_R_KO_asterisk" = -8; -"@MMK_R_KO_colon" = -64; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_e" = -104; -"@MMK_R_KO_egrave" = -95; -"@MMK_R_KO_eight" = -22; -"@MMK_R_KO_ellipsis" = -104; -"@MMK_R_KO_f" = -25; -"@MMK_R_KO_five" = -18; -"@MMK_R_KO_four" = -104; -"@MMK_R_KO_g" = -104; -"@MMK_R_KO_guillemetleft" = -104; -"@MMK_R_KO_guillemetright" = -70; -"@MMK_R_KO_hyphen" = -104; -"@MMK_R_KO_hyphen.case" = -86; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -32; -"@MMK_R_KO_n" = -91; -"@MMK_R_KO_nine" = -12; -"@MMK_R_KO_one" = -4; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_parenright.case" = -33; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_s" = -104; -"@MMK_R_KO_seven" = 25; -"@MMK_R_KO_six" = -32; -"@MMK_R_KO_slash" = -104; -"@MMK_R_KO_t" = -40; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -86; -"@MMK_R_KO_v" = -54; -"@MMK_R_KO_w" = -58; -"@MMK_R_KO_y" = -54; -"@MMK_R_KO_z" = -70; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -80; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -80; -"@MMK_R_KO_O" = -27; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 31; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_Y" = 22; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -80; -"@MMK_R_KO_a.ss05" = -58; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -80; -"@MMK_R_KO_egrave" = -74; -"@MMK_R_KO_eight" = -9; -"@MMK_R_KO_f" = -19; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -80; -"@MMK_R_KO_g" = -80; -"@MMK_R_KO_guillemetleft" = -80; -"@MMK_R_KO_guillemetright" = -53; -"@MMK_R_KO_hyphen" = -80; -"@MMK_R_KO_hyphen.case" = -80; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -66; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -80; -"@MMK_R_KO_seven" = 29; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_slash" = -80; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 2; -"@MMK_R_KO_u" = -54; -"@MMK_R_KO_v" = -38; -"@MMK_R_KO_w" = -41; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -46; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -82; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -82; -"@MMK_R_KO_O" = -22; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 26; -"@MMK_R_KO_Y" = 14; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = -68; -"@MMK_R_KO_a.ss05" = -46; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = -18; -"@MMK_R_KO_comma" = -82; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -82; -"@MMK_R_KO_egrave" = -64; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -82; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -82; -"@MMK_R_KO_g" = -71; -"@MMK_R_KO_guillemetleft" = -82; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = -82; -"@MMK_R_KO_hyphen.case" = -48; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_n" = -49; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -20; -"@MMK_R_KO_period" = -82; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -62; -"@MMK_R_KO_seven" = 20; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_slash" = -82; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -4; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -50; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = -35; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -75; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -74; -"@MMK_R_KO_J" = -83; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -147; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_X" = -60; -"@MMK_R_KO_Y" = -52; -"@MMK_R_KO_Z" = -83; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asciicircum" = -34; -"@MMK_R_KO_bracketright" = -82; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -100; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_egrave" = -34; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -129; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = 6; -"@MMK_R_KO_g" = -33; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -77; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_period" = -94; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = -35; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -28; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_sevensuperior" = -71; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = -77; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -73; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -85; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -138; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -53; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_Y" = -96; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 21; -"@MMK_R_KO_asciicircum" = -68; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -41; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -46; -"@MMK_R_KO_onesuperior" = -68; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = -29; -"@MMK_R_KO_question.ss01" = -60; -"@MMK_R_KO_quotedbl" = -65; -"@MMK_R_KO_quotedblleft" = -89; -"@MMK_R_KO_quotedblleft.ss01" = -77; -"@MMK_R_KO_quoteleft" = -90; -"@MMK_R_KO_quoteright" = -72; -"@MMK_R_KO_quoteright.ss01" = -72; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -79; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -32; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -99; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -7; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -137; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 21; -"@MMK_R_KO_bracketright" = -46; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -25; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -35; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = -24; -"@MMK_R_KO_question.ss01" = -51; -"@MMK_R_KO_quotedbl" = -59; -"@MMK_R_KO_quotedblleft" = -74; -"@MMK_R_KO_quotedblleft.ss01" = -52; -"@MMK_R_KO_quoteleft" = -67; -"@MMK_R_KO_quoteright" = -57; -"@MMK_R_KO_quoteright.ss01" = -58; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_sixsuperior" = -24; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -93; -"@MMK_R_KO_H" = 12; -"@MMK_R_KO_I.ss02" = 53; -"@MMK_R_KO_J" = -96; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 53; -"@MMK_R_KO_U" = 28; -"@MMK_R_KO_V" = 60; -"@MMK_R_KO_W" = 45; -"@MMK_R_KO_Y" = 64; -"@MMK_R_KO_Z" = 38; -"@MMK_R_KO_a" = -65; -"@MMK_R_KO_a.ss05" = -60; -"@MMK_R_KO_asterisk" = 26; -"@MMK_R_KO_colon" = -41; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -64; -"@MMK_R_KO_egrave" = -47; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_ellipsis" = -148; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_five" = 3; -"@MMK_R_KO_four" = -106; -"@MMK_R_KO_g" = -66; -"@MMK_R_KO_guillemetleft" = -76; -"@MMK_R_KO_guillemetright" = -28; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -46; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -33; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = 23; -"@MMK_R_KO_parenright" = 12; -"@MMK_R_KO_parenright.case" = 12; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 40; -"@MMK_R_KO_quotedblleft" = 15; -"@MMK_R_KO_quotedblleft.ss01" = 46; -"@MMK_R_KO_quoteright" = 17; -"@MMK_R_KO_quoteright.ss01" = 37; -"@MMK_R_KO_s" = -61; -"@MMK_R_KO_seven" = 67; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_slash" = -85; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 2; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -18; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = -42; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 12; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -16; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 22; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = 14; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asterisk" = -9; -"@MMK_R_KO_colon" = -23; -"@MMK_R_KO_comma" = -22; -"@MMK_R_KO_comma.ss01" = -51; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eight" = 21; -"@MMK_R_KO_ellipsis" = -68; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 4; -"@MMK_R_KO_four" = 3; -"@MMK_R_KO_g" = 12; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 29; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_n" = 9; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = -17; -"@MMK_R_KO_period.ss01" = -51; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 10; -"@MMK_R_KO_two" = 8; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -104; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -100; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = 23; -"@MMK_R_KO_W" = 26; -"@MMK_R_KO_Y" = 16; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -56; -"@MMK_R_KO_a.ss05" = -47; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -45; -"@MMK_R_KO_comma" = -104; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -61; -"@MMK_R_KO_egrave" = -48; -"@MMK_R_KO_eight" = -9; -"@MMK_R_KO_ellipsis" = -173; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_g" = -60; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -37; -"@MMK_R_KO_hyphen" = -82; -"@MMK_R_KO_hyphen.case" = -60; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -49; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -2; -"@MMK_R_KO_parenright" = -3; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -99; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 20; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -53; -"@MMK_R_KO_seven" = 36; -"@MMK_R_KO_six" = -17; -"@MMK_R_KO_slash" = -103; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -40; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_y" = -13; -"@MMK_R_KO_z" = -42; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -85; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -32; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -36; -"@MMK_R_KO_bracketright" = -49; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = -17; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = -23; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -48; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = -28; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = -21; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_sevensuperior" = -47; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -76; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 17; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -6; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -22; -"@MMK_R_KO_U" = 22; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = -3; -"@MMK_R_KO_Y" = -15; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eight" = 27; -"@MMK_R_KO_ellipsis" = -60; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 6; -"@MMK_R_KO_four" = 8; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 4; -"@MMK_R_KO_hyphen" = 26; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_n" = 9; -"@MMK_R_KO_nine" = 9; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -43; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 15; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 26; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 33; -"@MMK_R_KO_J" = 32; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = 16; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asterisk" = 5; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -21; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eight" = 3; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -48; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -47; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 15; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 22; -"@MMK_R_KO_one" = 15; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 12; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 22; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 22; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -44; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -71; -"@MMK_R_KO_J" = -76; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -123; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = -52; -"@MMK_R_KO_Y" = -49; -"@MMK_R_KO_Z" = -74; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -38; -"@MMK_R_KO_bracketright" = -70; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -94; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -128; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 27; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = 3; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_period" = -82; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -54; -"@MMK_R_KO_t" = 27; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -69; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -88; -"@MMK_R_KO_v" = 26; -"@MMK_R_KO_w" = 24; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 25; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -26; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = -43; -"@MMK_R_KO_J" = -49; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -120; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_X" = -42; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = -39; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -58; -"@MMK_R_KO_comma.ss01" = -80; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -92; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 23; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -8; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -33; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_period" = -55; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = -34; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -44; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = 23; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_underscore" = -56; -"@MMK_R_KO_v" = 28; -"@MMK_R_KO_w" = 35; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 22; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -126; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -48; -"@MMK_R_KO_bracketright" = -68; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = -21; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eightsuperior" = -26; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -33; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -54; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -46; -"@MMK_R_KO_onesuperior" = -65; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -21; -"@MMK_R_KO_quotedbl" = -36; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteleft" = -49; -"@MMK_R_KO_quoteright" = -36; -"@MMK_R_KO_quoteright.ss01" = -32; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_sevensuperior" = -81; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -32; -"@MMK_R_KO_trademark" = -91; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_underscore" = 19; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = -150; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -35; -"@MMK_R_KO_W" = -28; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -55; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -16; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = -77; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = -27; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -31; -"@MMK_R_KO_guillemetleft" = -40; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -54; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_icircumflex" = -8; -"@MMK_R_KO_imacron" = -8; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = -8; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_ninesuperior" = -35; -"@MMK_R_KO_onesuperior" = -50; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -16; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteleft" = -42; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -27; -"@MMK_R_KO_s" = -7; -"@MMK_R_KO_sevensuperior" = -66; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -78; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_underscore" = 19; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -40; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -16; -"@MMK_R_KO_bracketright" = -53; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -40; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -54; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -16; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -7; -"@MMK_R_KO_sevensuperior" = -43; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -22; -"@MMK_R_KO_J" = -35; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -35; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_Y" = -25; -"@MMK_R_KO_Z" = -26; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -41; -"@MMK_R_KO_comma.ss01" = -65; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eight" = 10; -"@MMK_R_KO_ellipsis" = -88; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 6; -"@MMK_R_KO_four" = -2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_hyphen.case" = 19; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 11; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_parenright.case" = -44; -"@MMK_R_KO_period" = -39; -"@MMK_R_KO_period.ss01" = -71; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 22; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -5; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 13; -"@MMK_R_KO_w" = 16; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = -3; -}; -A = { -Dcroat = -20; -Tbar = -117; -asciitilde = -54; -asterisk = -99; -backslash = -92; -g.ss06 = 23; -minus = -57; -one = -82; -ordmasculine = -99; -plus = -49; -quotedbl = -120; -registered = -78; -seven = -78; -two = 22; -twosuperior = -55; -}; -Aacute = { -Tbar = -117; -}; -Abrevedotbelow.ss01 = { -T = -130; -}; -Aogonek = { -comma = 59; -parenright = 0; -}; -Atilde = { -ordfeminine = -100; -}; -B = { -Hbar = 32; -hbar = 32; -idieresis = 33; -itilde = 43; -}; -C = { -h = -2; -l = -2; -plus = -48; -three = 0; -}; -D = { -Lslash = 11; -Oslash = 30; -braceright = -51; -bracketright.case = -47; -}; -E = { -H = 0; -idieresis = 0; -}; -Eogonek = { -comma = 60; -}; -F = { -fourinferior = -127; -i = -16; -igrave = 9; -}; -G = { -Lslash = 0; -lslash = 0; -}; -Germandbls = { -S = 13; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -11; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 21; -itilde = 38; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 42; -D = 42; -E = 42; -H = 42; -Hbar = 118; -I = 42; -L = 42; -M = 42; -O = 8; -R = 42; -S = 38; -U = 39; -W = 40; -i = 21; -}; -I = { -Hbar = 42; -I = 0; -jcircumflex = 25; -}; -Icircumflex = { -Icircumflex = 4; -l.ss04 = 19; -}; -Imacron = { -Imacron = 4; -}; -Itilde = { -itilde = 38; -}; -J = { -Hbar = 48; -itilde = 54; -}; -Jacute = { -Imacron = 6; -}; -K = { -asciitilde = -110; -four = -32; -idieresis = 46; -igrave = 47; -itilde = 45; -less = -90; -logicalnot = -155; -minus = -133; -one = 0; -oslash = 0; -plus = -108; -}; -L = { -H = 0; -Tbar = -132; -asciitilde = -227; -asterisk = -155; -backslash = -139; -equal = -190; -four = -151; -less = -191; -logicalnot = -259; -minus = -240; -one = -63; -ordfeminine = -223; -ordmasculine = -216; -oslash = 0; -plus = -154; -quotedbl = -162; -quoteleft.ss01 = -80; -quoteright = -104; -quoteright.ss01 = -80; -registered = -202; -seven = -61; -twosuperior = -183; -}; -Lcaron = { -A = 52; -O = -46; -U = -22; -Uacute = -22; -V = -70; -a = -40; -hyphen = -175; -hyphen.case = -169; -u = -35; -v = -81; -}; -Lcommaaccent = { -twosuperior = -183; -}; -Lslash = { -twosuperior = -109; -}; -M = { -Hbar = 42; -idieresis = 28; -igrave = 21; -itilde = 38; -}; -N = { -Hbar = 42; -idieresis = 28; -igrave = 21; -itilde = 38; -}; -O = { -Dcroat = 0; -Lslash = 0; -braceright = -70; -bracketright.case = -68; -itilde = 14; -}; -Oslash = { -T = -13; -V = 0; -Y = 0; -parenright = -2; -parenright.case = 0; -}; -P = { -fourinferior = -113; -idieresis = 47; -itilde = 51; -two = 22; -}; -R = { -Hbar = 55; -jcircumflex = 43; -two = 34; -}; -S = { -Hbar = 34; -Lslash = 9; -dollar = 0; -four = 12; -idieresis = 30; -itilde = 36; -lslash = 10; -three = 15; -}; -T = { -Oslash = -58; -a.ss05 = -141; -aacute.ss05 = -123; -abreve = -75; -abreveacute = -74; -acircumflex = -86; -acircumflexacute = -86; -acircumflexdotbelow = -86; -adieresis = -80; -adotbelow.ss05 = -141; -ae = -139; -agrave = -80; -amacron = -74; -ampersand = -77; -aring = -83; -asciitilde = -164; -atilde = -80; -equal = -137; -four = -154; -g.ss06 = -121; -h = -5; -i.ss01 = -7; -iacute = -56; -idieresis = 0; -idotless = -102; -igrave = 11; -itilde = 0; -less = -140; -logicalnot = -185; -minus = -166; -ograve = -78; -plus = -133; -racute = -74; -scaron = -47; -seven = 36; -twoinferior = -153; -udieresis = -77; -udieresis.ss01 = -66; -ugrave = -69; -uhorngrave = -68; -umacron = -66; -ycircumflex = -70; -ygrave = -60; -yhookabove = -66; -zcaron = -42; -zeroinferior = -151; -}; -Tbar = { -A = -118; -Aacute = -118; -Tbar = 47; -a = -69; -comma = -104; -e = -68; -o = -68; -period = -99; -slash = -125; -}; -Tcaron = { -a.ss05 = -141; -}; -Tcedilla = { -a.ss05 = -138; -abreve = -75; -four = -154; -}; -Tcommaaccent = { -a.ss05 = -140; -abreve = -75; -four = -154; -}; -Thorn = { -A = -12; -AE = -8; -Aacute = -12; -J = -84; -O = 41; -Oacute = 41; -V = -10; -Y = -49; -Yacute = -49; -a = 39; -aacute = 39; -e = 40; -o = 38; -oacute = 38; -period = -78; -}; -U = { -Hbar = 39; -jcircumflex = 39; -}; -V = { -four = -87; -iacute = -9; -ibreve = 67; -idieresis = 39; -igrave = 27; -itilde = 45; -minus = -54; -plus = -50; -scaron = -13; -seven = 50; -twoinferior = -71; -}; -W = { -Hbar = 42; -backslash = 40; -idieresis = 36; -igrave = 24; -itilde = 48; -}; -X = { -asciitilde = -103; -four = -28; -less = -84; -logicalnot = -150; -minus = -124; -notequal = -80; -one = -7; -plus = -101; -}; -Y = { -a.ss05 = -93; -agrave = -70; -amacron = -45; -ampersand = -63; -asciitilde = -124; -at = -62; -four = -136; -g.ss06 = -97; -igrave = 22; -less = -79; -logicalnot = -129; -minus = -99; -ograve = -68; -plus = -96; -scaron = -11; -twoinferior = -136; -}; -Z = { -four = -106; -ibreve = 75; -igrave = 23; -itilde = 27; -minus = -120; -plus = -109; -}; -_B.currency = { -_baht.bar = 0; -}; -a = { -braceright = -71; -}; -a.ss05 = { -g.ss06 = 23; -}; -acircumflexacute.ss05 = { -y = -21; -}; -adieresis.ss05 = { -germandbls = 0; -}; -ampersand = { -V = -108; -W = -91; -Y = -148; -quotedbl = -140; -quotedblleft = -158; -}; -aogonek = { -j = 0; -parenright = 0; -}; -aogonek.ss05 = { -parenright = 0; -}; -approxequal = { -parenright = -129; -parenright.case = -120; -}; -asciicircum = { -J = -167; -X = -123; -Y = -79; -bracketright = -131; -comma = -104; -comma.ss01 = -80; -four = -136; -hyphen = -186; -parenright = -129; -parenright.case = -128; -period = -99; -period.ss01 = -82; -slash = -158; -}; -asciitilde = { -I.ss02 = -162; -J = -183; -V = -123; -W = -115; -X = -172; -Y = -154; -Z = -166; -bracketright = -168; -bracketright.case = -169; -comma = -104; -comma.ss01 = -80; -eight = -95; -exclam = -100; -four = -89; -one = -134; -parenright = -159; -parenright.case = -150; -period = -99; -period.ss01 = -82; -question = -100; -quotedbl = -112; -quotedblright = -116; -seven = -127; -slash = -147; -three = -114; -two = -96; -}; -at = { -T = -80; -parenright = -78; -}; -b = { -asterisk = -72; -braceright = -81; -lslash = 16; -one = -56; -}; -backslash = { -T = -144; -V = -121; -Y = -119; -asterisk = -115; -backslash = -100; -quotedbl = -132; -quotedblleft = -147; -quotedblleft.ss01 = -138; -quotedblright = -135; -quotedblright.ss01 = -135; -quoteleft = -104; -quoteright = -104; -quotesingle = -82; -}; -baht = { -parenright = -44; -}; -braceleft = { -p = -32; -}; -bracketleft = { -asciicircum = -132; -asciitilde = -114; -bracketright = 34; -jcircumflex = 15; -p = -29; -pi = -76; -plus = -92; -x = -68; -}; -c = { -asterisk = -54; -braceright = -89; -}; -cent = { -parenright = -76; -}; -colon = { -T = -99; -Y = -56; -four = -53; -one = -12; -parenright = -55; -two = 0; -zero = -12; -}; -colon.ss01 = { -T = -82; -four = -77; -parenright = -63; -}; -comma = { -eightsuperior = -104; -fivesuperior = -104; -foursuperior = -104; -ninesuperior = -104; -onesuperior = -104; -quoteleft = -104; -quotesingle = -82; -sevensuperior = -104; -sixsuperior = -104; -threesuperior = -104; -twosuperior = -104; -}; -comma.ss01 = { -eightsuperior = -80; -fivesuperior = -80; -foursuperior = -80; -ninesuperior = -80; -onesuperior = -80; -sevensuperior = -80; -sixsuperior = -80; -threesuperior = -80; -twosuperior = -80; -}; -copyright = { -Y = -38; -parenright = -74; -}; -d = { -idieresis = 0; -igrave = 0; -itilde = 0; -}; -dcaron = { -C = 28; -H = 96; -bracketright = 23; -eightsuperior = 74; -exclam = 82; -exclam.ss01 = 93; -fivesuperior = 72; -foursuperior = 39; -h = 32; -i = 11; -j = 10; -k = 31; -l = 32; -l.ss03 = 19; -l.ss04 = 31; -ninesuperior = 71; -onesuperior = 80; -parenright = 89; -question = 101; -question.ss01 = 54; -quotedbl = 76; -quotedblleft = 64; -quotedblleft.ss01 = 69; -quoteleft = 65; -quoteleft.ss01 = 69; -quotesingle = 84; -sevensuperior = 106; -sixsuperior = 77; -t = 2; -t_i.liga = 2; -t_t.liga = 2; -threesuperior = 67; -twosuperior = 73; -zcaron = 0; -}; -dcroat = { -i = 0; -igrave = 0; -itilde = 0; -}; -degree = { -J = -138; -comma = -104; -comma.ss01 = -80; -emdash = -163; -endash = -163; -four = -136; -hyphen = -180; -parenright = -70; -parenright.case = -69; -period = -99; -period.ss01 = -82; -slash = -147; -}; -divide = { -parenright = -106; -}; -dollar = { -parenright = -58; -three = 13; -}; -e = { -asterisk = -66; -backslash = -51; -braceright = -91; -germandbls = -16; -one = -56; -seven = -62; -}; -ecircumflexacute = { -t = 0; -}; -eight = { -bracketright = -43; -degree = -25; -}; -eight.dnom = { -degree = -150; -question.ss01 = -124; -quotedbl = -146; -quotedblleft = -168; -quotedblright = -164; -}; -eightsuperior = { -comma = -104; -comma.ss01 = -80; -period = -99; -period.ss01 = -82; -slash = -84; -}; -ellipsis = { -Tbar = -180; -bracketright = -113; -eightsuperior = -203; -fivesuperior = -200; -foursuperior = -194; -ninesuperior = -207; -onesuperior = -123; -parenleft = -61; -parenleft.case = -82; -question = -121; -quoteleft = -104; -quoteright = -104; -quotesingle = -82; -sevensuperior = -173; -sixsuperior = -207; -threesuperior = -195; -twosuperior = -183; -}; -ellipsis.ss01 = { -Tbar = -176; -bracketright = -118; -eightsuperior = -203; -fivesuperior = -200; -foursuperior = -194; -ninesuperior = -207; -onesuperior = -123; -question.ss01 = -142; -quoteleft.ss01 = -80; -quoteright.ss01 = -80; -quotesingle = -82; -sevensuperior = -173; -sixsuperior = -207; -threesuperior = -195; -twosuperior = -183; -}; -emdash = { -foursuperior = -81; -question = -101; -}; -emdash.case = { -X = -84; -quotedblbase = -168; -quotedblbase.ss01 = -150; -}; -endash = { -X = -43; -endash = 0; -foursuperior = -81; -question = -100; -}; -endash.case = { -H = 5; -X = -77; -quotedblbase = -168; -quotedblbase.ss01 = -150; -}; -eng = { -bracketright = -36; -}; -eogonek = { -lslash = 9; -}; -equal = { -T = -137; -equal = 0; -parenright = -81; -parenright.case = -69; -}; -eth = { -a = 20; -e = 23; -g = 18; -hyphen = 32; -parenright = -43; -}; -euro = { -parenright = -65; -parenright.case = -60; -}; -exclamdown = { -T = -122; -V = -47; -Y = -72; -}; -f = { -igrave = 0; -n = 0; -o = -14; -}; -f_f.liga = { -igrave = 0; -}; -f_f_i.liga = { -idieresis = 0; -}; -fi = { -idieresis = 0; -}; -five = { -degree = -52; -ordmasculine = -38; -percent = -7; -}; -five.dnom = { -degree = -126; -question.ss01 = -115; -quotedblleft = -160; -}; -five.numr = { -fraction = 0; -}; -fiveinferior = { -T = -151; -}; -fivesuperior = { -comma = -104; -comma.ss01 = -80; -period = -99; -period.ss01 = -82; -slash = -93; -}; -fl = { -idieresis = -1; -itilde = -1; -periodcentered.loclCAT = -12; -}; -four = { -asciicircum = -126; -bracketright = -64; -bracketright.case = -64; -degree = -81; -ordfeminine = -51; -ordmasculine = -49; -percent = -36; -x = -28; -}; -four.dnom = { -degree = -137; -question.ss01 = -116; -quotedblleft = -168; -}; -fourinferior = { -T = -144; -V = -102; -}; -foursuperior = { -comma = -104; -comma.ss01 = -80; -period = -99; -period.ss01 = -82; -slash = -84; -}; -fraction = { -eight.dnom = -11; -four.dnom = -45; -fourinferior = -54; -seveninferior = 28; -two.dnom = 0; -zero.dnom = -24; -}; -g = { -bracketright = -41; -j = 1; -j.ss01 = 1; -parenright = -15; -slash = 15; -}; -g.ss06 = { -g.ss06 = 35; -}; -gcaron.ss06 = { -gcaron.ss06 = 35; -}; -gdotaccent = { -j = 1; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 35; -}; -germandbls = { -e = 13; -hyphen = 32; -parenright = -41; -}; -greater = { -T = -141; -parenright = -92; -}; -greaterequal = { -T = -161; -}; -guillemetleft = { -pi = 0; -}; -guillemetright = { -X = -59; -bracketright = -92; -}; -guilsinglright = { -X = -55; -}; -h = { -asterisk = -64; -}; -hyphen = { -Lslash = 51; -X = -39; -bracketright = -75; -foursuperior = -137; -pi = -17; -question = -96; -quotedblbase = -168; -quoteleft = -104; -quotesingle = -82; -x = -53; -}; -hyphen.case = { -Dcroat = 60; -X = -81; -bracketright.case = -73; -quotedblbase = -168; -quotedblbase.ss01 = -150; -quotesinglbase = -104; -}; -i = { -T = -21; -idieresis = 0; -jcircumflex = 2; -parenright = -9; -}; -i.ss01 = { -parenright = -8; -}; -iacute = { -rcaron = -1; -}; -icircumflex = { -b = 4; -h = 4; -i = 4; -icircumflex = 34; -j = 3; -k = 2; -l = 4; -l.ss03 = 0; -l.ss04 = 3; -question = 54; -quotedbl = 16; -quoteright = 0; -quotesingle = 20; -}; -idieresis = { -b = 0; -idieresis = 0; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 0; -}; -idotaccent = { -parenright = -9; -}; -idotaccent.ss01 = { -parenright = -8; -}; -imacron = { -b = 0; -imacron = 35; -j = 0; -k = -1; -kcommaaccent = -1; -l = 0; -l.ss04 = -1; -lcommaaccent = 0; -quotedbl = 12; -}; -infinity = { -parenright = -89; -parenright.case = -77; -}; -integral = { -a = -52; -}; -iogonek = { -j = -1; -}; -itilde = { -h = 0; -itilde = 0; -quotedbl = 46; -quotesingle = 46; -}; -j = { -j = 0; -}; -jacute = { -backslash = 17; -iogonek = 5; -}; -jcircumflex = { -i = 4; -jcircumflex = 33; -}; -k = { -oslash = 0; -}; -l = { -at = 0; -idieresis = 0; -igrave = 0; -itilde = 0; -jcircumflex = 2; -l = 0; -n = 0; -periodcentered.loclCAT = -11; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = -33; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss04 = { -periodcentered.loclCAT = -11; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 93; -l = 32; -ncaron = 10; -scaron = 0; -twosuperior = 73; -}; -lcaron.ss03 = { -b = 12; -eightsuperior = 47; -exclam = 66; -exclam.ss01 = 80; -fivesuperior = 55; -k = 10; -ninesuperior = 49; -onesuperior = 61; -question = 83; -quotedbl = 63; -quotesingle = 69; -sevensuperior = 77; -sixsuperior = 55; -}; -lcaron.ss04 = { -exclam.ss01 = 100; -twosuperior = 83; -}; -liraTurkish = { -one = -65; -parenright = -102; -question = -89; -quotedbl = -111; -quotesingle = -82; -seven = -76; -}; -logicalnot = { -Y = -135; -parenright = -106; -seven = -122; -}; -m = { -asterisk = -63; -braceright = -70; -twosuperior = -28; -}; -minus = { -T = -166; -X = -123; -comma = -104; -one = -87; -parenright = -107; -parenright.case = -95; -period = -99; -seven = -91; -three = -82; -two = -50; -}; -mu = { -mu = -1; -parenright = -50; -quotesingle = -48; -}; -multiply = { -parenright = -105; -parenright.case = -94; -}; -n = { -asterisk = -67; -at = -2; -braceright = -70; -degree = -97; -g.ss06 = 3; -n = 0; -one = -50; -ordmasculine = -57; -}; -ncaron = { -Yacute = -41; -}; -nine = { -bracketright = -51; -degree = -24; -}; -nine.dnom = { -degree = -153; -question = -113; -question.ss01 = -128; -quotedbl = -150; -quotedblleft = -168; -quotedblleft.ss01 = -150; -quotedblright = -166; -quotedblright.ss01 = -150; -}; -ninesuperior = { -comma = -104; -comma.ss01 = -80; -fraction = 0; -period = -99; -period.ss01 = -82; -slash = -83; -}; -notequal = { -parenright = -102; -parenright.case = -87; -}; -numbersign = { -parenright = -61; -}; -o = { -asterisk = -76; -backslash = -53; -braceright = -82; -germandbls = -7; -lslash = 14; -n = 0; -one = -61; -}; -oacute = { -lslash = 16; -}; -ocircumflexacute = { -bracketright = -21; -parenright = 0; -}; -odieresis = { -germandbls = -3; -}; -ohorn = { -i = 9; -m = 8; -n = 8; -parenright = -39; -}; -ohornacute = { -c = 19; -i = 9; -m = 8; -n = 8; -p = 9; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -}; -ohorndotbelow = { -c = 19; -i = 9; -n = 8; -p = 9; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -u = 10; -}; -ohorngrave = { -i = 9; -n = 8; -parenright = -39; -}; -ohornhookabove = { -i = 9; -n = 8; -}; -ohorntilde = { -i = 9; -n = 8; -}; -ohungarumlaut = { -parenright = -48; -}; -one = { -comma.ss01 = -38; -degree = -29; -equal = 0; -four = -14; -icircumflex = 14; -nine = 3; -one = 0; -parenright = -6; -percent = 0; -period.ss01 = -36; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -118; -one.dnom = 0; -question.ss01 = -110; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -104; -comma.ss01 = -80; -period = -99; -period.ss01 = -82; -slash = -87; -}; -ordfeminine = { -comma = -104; -comma.ss01 = -80; -period = -99; -period.ss01 = -82; -}; -ordmasculine = { -comma = -104; -comma.ss01 = -80; -hyphen = -86; -parenright = -59; -period = -99; -period.ss01 = -82; -slash = -114; -}; -oslash = { -d = 8; -e = 11; -g = 7; -hyphen = 20; -parenright = -50; -y = 0; -}; -p = { -asterisk = -73; -backslash = -52; -braceright = -81; -lslash = 14; -one = -56; -}; -parenleft = { -Dcroat = -27; -H = 0; -Icircumflex = 19; -Oslash = -33; -ampersand = -66; -approxequal = -137; -asciicircum = -130; -asciitilde = -121; -at = -83; -cent = -85; -copyright = -75; -degree = -71; -divide = -107; -dollar = -50; -equal = -82; -euro = -95; -greaterequal = -82; -i = -10; -idotaccent = -10; -infinity = -89; -iogonek = 35; -jcircumflex = 29; -less = -92; -literSign = -63; -logicalnot = -139; -minus = -108; -mu = -2; -multiply = -106; -notequal = -103; -numbersign = -64; -oslash = -15; -p = 0; -parenleft = -52; -pi = -59; -plus = -105; -plusminus = -40; -published = -75; -question = -33; -quotedblbase = -11; -quoteleft = -53; -radical = -75; -scaron = -37; -section = -44; -sterling = -40; -x = -43; -}; -parenleft.case = { -Icircumflex = 38; -approxequal = -122; -asciicircum = -129; -asciitilde = -110; -dollar = -49; -equal = -70; -euro = -72; -minus = -96; -numbersign = -53; -parenleft.case = -41; -plus = -87; -question = -28; -quotedblbase = -34; -quoteleft = -50; -}; -parenright = { -bracketright = -48; -comma = -14; -comma.ss01 = -15; -hyphen = 19; -parenleft = 26; -parenright = -52; -period = -20; -period.ss01 = -47; -quotedbl = -18; -}; -parenright.case = { -comma = -30; -comma.ss01 = -53; -parenright.case = -41; -period = -40; -period.ss01 = -68; -}; -percent = { -asterisk = -87; -bracketright = -55; -comma.ss01 = -44; -eightsuperior = -52; -fivesuperior = -54; -foursuperior = -72; -ninesuperior = -63; -onesuperior = -55; -parenright = -53; -parenright.case = -27; -period = -14; -period.ss01 = -47; -question = -95; -question.ss01 = -93; -quotedbl = -82; -quotedblleft = -114; -quotedblright = -106; -quoteleft = -104; -quoteright = -89; -quotesingle = -79; -sevensuperior = -65; -sixsuperior = -55; -threesuperior = -58; -twosuperior = -41; -}; -period = { -bracketright = -49; -eightsuperior = -99; -fivesuperior = -99; -foursuperior = -99; -ninesuperior = -99; -onesuperior = -99; -ordfeminine = -99; -ordmasculine = -99; -parenleft.case = -40; -question = -99; -quoteleft = -99; -quotesingle = -82; -sevensuperior = -99; -sixsuperior = -99; -threesuperior = -99; -twosuperior = -99; -}; -period.ss01 = { -bracketright = -82; -eightsuperior = -82; -fivesuperior = -82; -foursuperior = -82; -ninesuperior = -82; -onesuperior = -82; -ordfeminine = -82; -ordmasculine = -82; -question.ss01 = -82; -sevensuperior = -82; -sixsuperior = -82; -threesuperior = -82; -twosuperior = -82; -}; -periodcentered.loclCAT = { -l = -11; -l.ss03 = -11; -}; -perthousand = { -asterisk = -141; -parenright = -72; -parenright.case = -34; -question = -110; -question.ss01 = -126; -quotedblleft = -168; -quotedblleft.ss01 = -150; -quotedblright = -168; -quotedblright.ss01 = -150; -quoteleft = -104; -quoteright = -104; -}; -pi = { -hyphen = -20; -parenright = -40; -period = 19; -pi = 24; -quotesingle = -28; -}; -plus = { -J = -111; -T = -133; -V = -51; -X = -101; -Y = -95; -braceright = -97; -bracketright = -91; -comma = -104; -comma.ss01 = -80; -one = -74; -parenright = -104; -parenright.case = -86; -period = -99; -period.ss01 = -82; -quotedbl = -66; -seven = -78; -slash = -63; -three = -51; -two = -31; -}; -published = { -parenright = -74; -}; -q = { -bracketright = -28; -j = -1; -parenright = 0; -}; -question = { -A = -76; -J = -80; -comma = -101; -hyphen = -66; -parenright = -31; -parenright.case = -30; -period = -96; -question = 32; -questiondown = -106; -slash = -79; -}; -question.ss01 = { -comma.ss01 = -80; -parenright = -31; -parenright.case = -28; -period.ss01 = -82; -questiondown.ss01 = -108; -}; -questiondown.case = { -T = -101; -V = -99; -Y = -95; -quotedbl = -126; -quotedblleft = -139; -quotedblleft.ss01 = -127; -quoteright = -104; -}; -questiondown.ss01 = { -C = -103; -Q = -102; -Q.ss09 = -102; -T = -177; -V = -159; -Y = -168; -four = -139; -quotedbl = -157; -quotedblleft.ss01 = -150; -quotesingle = -82; -}; -quotedbl = { -ellipsis.ss01 = -162; -exclamdown = -60; -g.ss06 = -70; -icircumflex = 14; -mu = -52; -questiondown = -139; -questiondown.case = -115; -questiondown.ss01 = -145; -underscore = -162; -}; -quotedblbase = { -copyright = -101; -divide = -168; -equal = -168; -euro = -141; -minus = -168; -p = -15; -plus = -168; -question = -120; -quotedblright = -168; -quoteleft = -104; -}; -quotedblbase.ss01 = { -divide = -150; -minus = -150; -plus = -150; -question.ss01 = -142; -quotedblright.ss01 = -150; -}; -quotedblleft = { -g.ss06 = -99; -mu = -67; -questiondown = -167; -questiondown.case = -125; -quotedblbase = -168; -underscore = -168; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -150; -questiondown.ss01 = -150; -quotedblbase.ss01 = -150; -underscore = -150; -}; -quotedblright = { -asciitilde = -141; -questiondown = -168; -questiondown.case = -123; -quotesinglbase = -104; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -150; -questiondown.case = -118; -questiondown.ss01 = -150; -}; -quoteleft = { -questiondown = -104; -questiondown.case = -104; -quotedblbase = -104; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -80; -}; -quoteright = { -icircumflex = 4; -questiondown = -104; -quotedblbase = -104; -}; -quoteright.ss01 = { -questiondown.ss01 = -80; -quotedblbase.ss01 = -80; -}; -quotesinglbase = { -T = -104; -V = -104; -Y = -104; -minus = -104; -plus = -104; -question = -104; -quotedblleft = -104; -quoteleft = -104; -}; -quotesinglbase.ss01 = { -T = -80; -V = -80; -Y = -80; -question.ss01 = -80; -}; -quotesingle = { -Hbar = 19; -g.ss06 = -70; -icircumflex = 18; -igrave = 9; -imacron = 13; -itilde = 41; -l.ss04 = 18; -questiondown = -82; -questiondown.case = -82; -underscore = -82; -}; -r = { -braceright = -84; -fourinferior = -94; -g.ss06 = -16; -parenright = -73; -}; -radical = { -A = -84; -}; -rcaron = { -sevensuperior = -5; -}; -registered = { -comma = -104; -comma.ss01 = -80; -parenright = -61; -parenright.case = -58; -period = -99; -period.ss01 = -82; -slash = -83; -}; -s = { -asterisk = -53; -braceright = -76; -l = 0; -}; -scaron = { -T = -46; -}; -semicolon = { -hyphen = -100; -}; -seven = { -minus = -66; -percent = 25; -plus = -55; -underscore = -106; -}; -seven.dnom = { -question.ss01 = -115; -}; -seven.numr = { -fraction = -24; -}; -seveninferior = { -parenright = -81; -}; -sevensuperior = { -A = -122; -comma = -104; -comma.ss01 = -80; -fraction = -34; -period = -99; -period.ss01 = -82; -slash = -125; -}; -six = { -bracketright = -37; -degree = -34; -}; -six.dnom = { -degree = -147; -question.ss01 = -120; -quotedbl = -143; -quotedblleft = -168; -quotedblleft.ss01 = -150; -quotedblright = -161; -}; -sixinferior = { -T = -155; -}; -sixsuperior = { -comma = -104; -comma.ss01 = -80; -period = -99; -period.ss01 = -82; -slash = -96; -}; -slash = { -fourinferior = -126; -g.ss06 = -55; -ibreve = 46; -l.ss04 = 14; -mu = -49; -quotedblbase = -168; -quotedblbase.ss01 = -150; -quotesinglbase = -104; -underscore = -169; -}; -sterling = { -two = 20; -}; -t_i.liga = { -idieresis = -1; -}; -tcaron = { -b = 0; -exclam = 21; -h = 0; -hyphen = -48; -i = 0; -j = 0; -k = 0; -parenright = 37; -quotedbl = 5; -quotedblleft = 0; -quotesingle = 12; -}; -tcedilla = { -parenright = 14; -}; -tenge = { -comma = -104; -comma.ss01 = -80; -period = -99; -period.ss01 = -82; -slash = -115; -}; -three = { -bracketright = -36; -}; -three.dnom = { -degree = -147; -question.ss01 = -120; -quotedbl = -143; -quotedblleft = -168; -quotedblright = -161; -}; -three.numr = { -fraction = 0; -}; -threeinferior = { -T = -151; -V = -84; -Y = -133; -}; -threesuperior = { -comma = -104; -comma.ss01 = -80; -fraction = 0; -parenright = -12; -period = -99; -period.ss01 = -82; -slash = -87; -}; -trademark = { -comma = -104; -comma.ss01 = -80; -hyphen = -94; -period = -99; -period.ss01 = -82; -slash = -129; -}; -two = { -percent = 32; -}; -two.dnom = { -degree = -141; -question.ss01 = -113; -quotedbl = -137; -quotedblleft = -168; -quotedblright = -157; -}; -twoinferior = { -T = -153; -V = -73; -Y = -134; -}; -twosuperior = { -comma = -104; -comma.ss01 = -80; -parenright = -22; -parenright.case = -19; -period = -99; -period.ss01 = -82; -slash = -77; -}; -uhorn = { -a = -26; -ohorn = -23; -ohornacute = -23; -ohorndotbelow = -23; -ohorndotbelow.ss01 = -23; -ohorngrave = -23; -ohornhookabove = -23; -ohorntilde = -23; -}; -uhornacute = { -a = -26; -c = -27; -}; -uhorndotbelow = { -a = -26; -c = -27; -comma = -32; -period = -30; -}; -uhorngrave = { -a = -26; -a.ss05 = -20; -}; -uhornhookabove = { -a = -26; -comma = -32; -comma.ss01 = -52; -period = -30; -period.ss01 = -62; -}; -uhorntilde = { -a = -26; -comma = -32; -period = -30; -}; -uhungarumlaut = { -parenright = -30; -}; -underscore = { -C = -60; -O = -59; -T = -148; -V = -138; -W = -90; -Y = -137; -asterisk = -155; -four = -101; -one = -70; -quotedbl = -162; -quotedblright = -168; -quotedblright.ss01 = -150; -quotesingle = -82; -seven = -68; -six = -35; -v = -82; -}; -uogonek = { -j = -1; -parenright = -2; -}; -v = { -braceright = -76; -n = 0; -}; -w = { -braceright = -75; -}; -x = { -four = -44; -}; -y = { -braceright = -74; -}; -ydotbelow = { -period = -60; -}; -zero = { -braceright = -57; -bracketright = -56; -bracketright.case = -54; -degree = -30; -percent = 11; -}; -zero.dnom = { -degree = -156; -question = -113; -question.ss01 = -129; -quotedbl = -152; -quotedblleft = -168; -quotedblleft.ss01 = -150; -quotedblright = -168; -quotedblright.ss01 = -150; -quoteleft = -104; -}; -zeroinferior = { -parenright = -65; -}; -zerosuperior = { -comma = -104; -comma.ss01 = -80; -fraction = 0; -period = -99; -period.ss01 = -82; -slash = -89; -}; -}; -m020 = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = -35; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -84; -"@MMK_R_KO_U" = -22; -"@MMK_R_KO_V" = -96; -"@MMK_R_KO_W" = -66; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -109; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -84; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = -68; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_exclam" = -8; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -74; -"@MMK_R_KO_foursuperior" = -67; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -9; -"@MMK_R_KO_hyphen.case" = -31; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 31; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -71; -"@MMK_R_KO_onesuperior" = -92; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = -63; -"@MMK_R_KO_question.ss01" = -77; -"@MMK_R_KO_quotedbl" = -82; -"@MMK_R_KO_quotedblleft" = -77; -"@MMK_R_KO_quotedblleft.ss01" = -70; -"@MMK_R_KO_quoteleft" = -77; -"@MMK_R_KO_quoteright" = -57; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -96; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_sixsuperior" = -79; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = -40; -"@MMK_R_KO_threesuperior" = -77; -"@MMK_R_KO_trademark" = -114; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -54; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_x" = 7; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = -39; -"@MMK_R_KO_Y" = -39; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -34; -"@MMK_R_KO_bracketright" = -20; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -28; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 14; -"@MMK_R_KO_imacron" = 35; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -45; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -17; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -17; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -41; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = -30; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -14; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -20; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -16; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = -57; -"@MMK_R_KO_Y" = -52; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = -7; -"@MMK_R_KO_asciicircum" = -2; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 18; -"@MMK_R_KO_imacron" = 24; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -24; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_parenright.case" = -52; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -9; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_sevensuperior" = -27; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -45; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_underscore" = -48; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = 19; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = 21; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = -19; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -68; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -6; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_egrave" = 11; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = 19; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 22; -"@MMK_R_KO_guillemetleft" = 26; -"@MMK_R_KO_guillemetright" = 11; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 29; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 25; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = 14; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -47; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -9; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 4; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -25; -"@MMK_R_KO_six" = 23; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = 15; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -57; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -17; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_X" = -69; -"@MMK_R_KO_Y" = -65; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -46; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = -25; -"@MMK_R_KO_comma.ss01" = -42; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -54; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_guillemetleft" = 23; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_hyphen.case" = 21; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_j" = 23; -"@MMK_R_KO_n" = 9; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = -62; -"@MMK_R_KO_parenright.case" = -56; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -45; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -28; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_y" = 2; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = 8; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_X" = 15; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 36; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 22; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 56; -"@MMK_R_KO_imacron" = 61; -"@MMK_R_KO_j" = 29; -"@MMK_R_KO_l.ss04" = 49; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 21; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -57; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = -73; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 22; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = 10; -"@MMK_R_KO_W" = 15; -"@MMK_R_KO_X" = -12; -"@MMK_R_KO_Y" = 3; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -34; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -22; -"@MMK_R_KO_comma" = -58; -"@MMK_R_KO_comma.ss01" = -121; -"@MMK_R_KO_e" = -26; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -107; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = -19; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_icircumflex" = 51; -"@MMK_R_KO_imacron" = 54; -"@MMK_R_KO_j" = 15; -"@MMK_R_KO_l.ss04" = 44; -"@MMK_R_KO_n" = -15; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -9; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -56; -"@MMK_R_KO_period.ss01" = -122; -"@MMK_R_KO_question" = 2; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 12; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 20; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -28; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -60; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_underscore" = -191; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -13; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = -67; -"@MMK_R_KO_Y" = -55; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -23; -"@MMK_R_KO_bracketright" = -36; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -13; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -49; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 13; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 11; -"@MMK_R_KO_imacron" = 18; -"@MMK_R_KO_j" = 13; -"@MMK_R_KO_l.ss04" = 20; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -53; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -56; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -10; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 15; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -16; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -65; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -9; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 16; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = 13; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 18; -"@MMK_R_KO_j" = 23; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_n" = 10; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -35; -"@MMK_R_KO_parenright" = -39; -"@MMK_R_KO_parenright.case" = -8; -"@MMK_R_KO_period" = 14; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -21; -"@MMK_R_KO_quotedbl" = -21; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -27; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -22; -"@MMK_R_KO_trademark" = -55; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -6; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_egrave" = -1; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -6; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 39; -"@MMK_R_KO_imacron" = 39; -"@MMK_R_KO_j" = 19; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -3; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -6; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -28; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 10; -"@MMK_R_KO_X" = 17; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 36; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 27; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -54; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 57; -"@MMK_R_KO_imacron" = 59; -"@MMK_R_KO_j" = 33; -"@MMK_R_KO_l.ss04" = 49; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 28; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -12; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 5; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_X" = -14; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 13; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 44; -"@MMK_R_KO_imacron" = 44; -"@MMK_R_KO_j" = 16; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -37; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -16; -"@MMK_R_KO_quotedbl" = 3; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -24; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -34; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = -72; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 3; -"@MMK_R_KO_Z" = 31; -"@MMK_R_KO_a" = -34; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -76; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -20; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -62; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -71; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -38; -"@MMK_R_KO_hyphen.case" = -73; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 57; -"@MMK_R_KO_j" = 31; -"@MMK_R_KO_l.ss04" = 49; -"@MMK_R_KO_n" = -10; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -7; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = -25; -"@MMK_R_KO_question.ss01" = -41; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -49; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -49; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = -27; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -59; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -39; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -7; -"@MMK_R_KO_u" = -25; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -55; -"@MMK_R_KO_w" = -45; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = -37; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = -107; -"@MMK_R_KO_U" = -26; -"@MMK_R_KO_V" = -93; -"@MMK_R_KO_W" = -59; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -130; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -206; -"@MMK_R_KO_bracketright" = -10; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 45; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = -177; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_fivesuperior" = -179; -"@MMK_R_KO_foursuperior" = -187; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -71; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -177; -"@MMK_R_KO_onesuperior" = -149; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = 43; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -91; -"@MMK_R_KO_question.ss01" = -104; -"@MMK_R_KO_quotedbl" = -112; -"@MMK_R_KO_quotedblleft" = -192; -"@MMK_R_KO_quotedblleft.ss01" = -191; -"@MMK_R_KO_quoteleft" = -144; -"@MMK_R_KO_quoteright" = -185; -"@MMK_R_KO_quoteright.ss01" = -185; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -182; -"@MMK_R_KO_six" = -29; -"@MMK_R_KO_sixsuperior" = -179; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = -46; -"@MMK_R_KO_threesuperior" = -186; -"@MMK_R_KO_trademark" = -206; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -55; -"@MMK_R_KO_w" = -39; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -29; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_H" = 15; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = 27; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -95; -"@MMK_R_KO_U" = -13; -"@MMK_R_KO_V" = -82; -"@MMK_R_KO_W" = -48; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -121; -"@MMK_R_KO_Z" = 36; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 60; -"@MMK_R_KO_comma.ss01" = 7; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -111; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_fivesuperior" = -120; -"@MMK_R_KO_foursuperior" = -112; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -48; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -119; -"@MMK_R_KO_onesuperior" = -128; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_parenright.case" = -6; -"@MMK_R_KO_period" = 58; -"@MMK_R_KO_period.ss01" = 5; -"@MMK_R_KO_question" = -75; -"@MMK_R_KO_question.ss01" = -89; -"@MMK_R_KO_quotedbl" = -112; -"@MMK_R_KO_quotedblleft" = -111; -"@MMK_R_KO_quotedblleft.ss01" = -118; -"@MMK_R_KO_quoteleft" = -111; -"@MMK_R_KO_quoteright" = -115; -"@MMK_R_KO_quoteright.ss01" = -113; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -134; -"@MMK_R_KO_sixsuperior" = -114; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_threesuperior" = -116; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -35; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -20; -"@MMK_R_KO_J" = -23; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = -79; -"@MMK_R_KO_Y" = -71; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -58; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -33; -"@MMK_R_KO_comma.ss01" = -50; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 10; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -72; -"@MMK_R_KO_parenright.case" = -68; -"@MMK_R_KO_period" = -32; -"@MMK_R_KO_period.ss01" = -51; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -42; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -63; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_underscore" = -69; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -35; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -20; -"@MMK_R_KO_J" = -23; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = -79; -"@MMK_R_KO_Y" = -71; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -58; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -33; -"@MMK_R_KO_comma.ss01" = -50; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 10; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -72; -"@MMK_R_KO_parenright.case" = -68; -"@MMK_R_KO_period" = -32; -"@MMK_R_KO_period.ss01" = -51; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -42; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -63; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_underscore" = -69; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 21; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_bracketright" = 18; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -33; -"@MMK_R_KO_comma.ss01" = -50; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 10; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_parenright" = 27; -"@MMK_R_KO_parenright.case" = 27; -"@MMK_R_KO_period" = -32; -"@MMK_R_KO_period.ss01" = -51; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -21; -"@MMK_R_KO_quotedbl" = 18; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_slash" = -43; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -52; -"@MMK_R_KO_H" = 17; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -71; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 27; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_X" = -44; -"@MMK_R_KO_Y" = -17; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = -7; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -10; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -95; -"@MMK_R_KO_comma.ss01" = -123; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 25; -"@MMK_R_KO_ellipsis" = -140; -"@MMK_R_KO_exclam" = 33; -"@MMK_R_KO_f" = 19; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 18; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 39; -"@MMK_R_KO_imacron" = 55; -"@MMK_R_KO_j" = 14; -"@MMK_R_KO_l.ss04" = 50; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 23; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = -34; -"@MMK_R_KO_period" = -93; -"@MMK_R_KO_period.ss01" = -124; -"@MMK_R_KO_question" = 11; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 18; -"@MMK_R_KO_quotedblleft" = 24; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 24; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 13; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = 19; -"@MMK_R_KO_slash" = -65; -"@MMK_R_KO_t" = 18; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -19; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -231; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_w" = 19; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -46; -"@MMK_R_KO_U" = -21; -"@MMK_R_KO_V" = -74; -"@MMK_R_KO_W" = -42; -"@MMK_R_KO_X" = -4; -"@MMK_R_KO_Y" = -93; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = 14; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -39; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -42; -"@MMK_R_KO_foursuperior" = -39; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 35; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -43; -"@MMK_R_KO_onesuperior" = -61; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -12; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = -30; -"@MMK_R_KO_question.ss01" = -47; -"@MMK_R_KO_quotedbl" = -51; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -29; -"@MMK_R_KO_quoteright.ss01" = -37; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -68; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -44; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -45; -"@MMK_R_KO_trademark" = -90; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -28; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -24; -"@MMK_R_KO_bracketright" = -11; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = 15; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 33; -"@MMK_R_KO_j" = 27; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -15; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_parenright.case" = -9; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_sevensuperior" = -20; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_trademark" = -35; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 14; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 27; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = -12; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -26; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = 25; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -13; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 22; -"@MMK_R_KO_guillemetleft" = 20; -"@MMK_R_KO_guillemetright" = 20; -"@MMK_R_KO_hyphen" = 21; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_icircumflex" = 30; -"@MMK_R_KO_imacron" = 39; -"@MMK_R_KO_j" = 25; -"@MMK_R_KO_l.ss04" = 37; -"@MMK_R_KO_n" = 6; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -15; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 18; -"@MMK_R_KO_sevensuperior" = -20; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -22; -"@MMK_R_KO_trademark" = -42; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_underscore" = -23; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 14; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 27; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = -12; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -26; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = 25; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_bracketright" = -10; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 22; -"@MMK_R_KO_guillemetleft" = 20; -"@MMK_R_KO_guillemetright" = 20; -"@MMK_R_KO_hyphen" = 21; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_icircumflex" = 30; -"@MMK_R_KO_imacron" = 39; -"@MMK_R_KO_j" = 25; -"@MMK_R_KO_l.ss04" = 37; -"@MMK_R_KO_n" = 6; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -15; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 18; -"@MMK_R_KO_sevensuperior" = -20; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -22; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -84; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = -71; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 26; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_X" = -9; -"@MMK_R_KO_Y" = 7; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -72; -"@MMK_R_KO_a.ss05" = -41; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -106; -"@MMK_R_KO_comma.ss01" = -123; -"@MMK_R_KO_e" = -82; -"@MMK_R_KO_egrave" = -37; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -140; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = -63; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -103; -"@MMK_R_KO_hyphen.case" = -65; -"@MMK_R_KO_i" = -14; -"@MMK_R_KO_icircumflex" = 55; -"@MMK_R_KO_imacron" = 57; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 43; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -107; -"@MMK_R_KO_period.ss01" = -124; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -66; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -94; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_underscore" = -102; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -13; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 10; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_X" = -11; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -24; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 5; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = 9; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 44; -"@MMK_R_KO_j" = 19; -"@MMK_R_KO_l.ss04" = 37; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -45; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -21; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -54; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -13; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 10; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_X" = -11; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 5; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = 9; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 20; -"@MMK_R_KO_l.ss04" = 37; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -45; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -25; -"@MMK_R_KO_H" = 17; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_T" = 28; -"@MMK_R_KO_U" = 28; -"@MMK_R_KO_V" = 33; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = 33; -"@MMK_R_KO_Z" = 34; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 46; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_eightsuperior" = 26; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_fivesuperior" = 25; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = 9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 25; -"@MMK_R_KO_onesuperior" = 8; -"@MMK_R_KO_parenright" = 50; -"@MMK_R_KO_parenright.case" = 60; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -45; -"@MMK_R_KO_question" = 7; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = 33; -"@MMK_R_KO_quoteright" = 29; -"@MMK_R_KO_quoteright.ss01" = 19; -"@MMK_R_KO_sevensuperior" = 26; -"@MMK_R_KO_sixsuperior" = 18; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_threesuperior" = 13; -"@MMK_R_KO_u" = 0; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -96; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -76; -"@MMK_R_KO_O" = -39; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 16; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 4; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_a.ss05" = -53; -"@MMK_R_KO_asciicircum" = -36; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -30; -"@MMK_R_KO_comma" = -96; -"@MMK_R_KO_comma.ss01" = -117; -"@MMK_R_KO_e" = -63; -"@MMK_R_KO_egrave" = -50; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -129; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = -47; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -52; -"@MMK_R_KO_hyphen.case" = -33; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 28; -"@MMK_R_KO_imacron" = 58; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_l.ss04" = 48; -"@MMK_R_KO_n" = -32; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -96; -"@MMK_R_KO_period.ss01" = -118; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = 23; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = -52; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -104; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_underscore" = -112; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_x" = -29; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -37; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -66; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = -61; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 17; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 17; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 4; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -27; -"@MMK_R_KO_asciicircum" = -20; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = -55; -"@MMK_R_KO_comma.ss01" = -78; -"@MMK_R_KO_e" = -28; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -87; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -13; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 40; -"@MMK_R_KO_imacron" = 66; -"@MMK_R_KO_j" = 16; -"@MMK_R_KO_l.ss04" = 55; -"@MMK_R_KO_n" = -12; -"@MMK_R_KO_ninesuperior" = 3; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -56; -"@MMK_R_KO_period.ss01" = -81; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = 35; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_s" = -25; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -72; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_underscore" = -65; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -15; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -79; -"@MMK_R_KO_S" = -29; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = -13; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -24; -"@MMK_R_KO_asciicircum" = -85; -"@MMK_R_KO_bracketright" = -3; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_egrave" = -44; -"@MMK_R_KO_eightsuperior" = -36; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -26; -"@MMK_R_KO_fivesuperior" = -40; -"@MMK_R_KO_foursuperior" = -75; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -46; -"@MMK_R_KO_hyphen.case" = -84; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 41; -"@MMK_R_KO_j" = 15; -"@MMK_R_KO_l.ss04" = 36; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_ninesuperior" = -40; -"@MMK_R_KO_onesuperior" = -22; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = -3; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = -31; -"@MMK_R_KO_question.ss01" = -51; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -62; -"@MMK_R_KO_quotedblleft.ss01" = -44; -"@MMK_R_KO_quoteleft" = -62; -"@MMK_R_KO_quoteright" = -35; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = -38; -"@MMK_R_KO_sevensuperior" = -17; -"@MMK_R_KO_six" = -68; -"@MMK_R_KO_sixsuperior" = -43; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -60; -"@MMK_R_KO_threesuperior" = -34; -"@MMK_R_KO_trademark" = -26; -"@MMK_R_KO_u" = -39; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -58; -"@MMK_R_KO_w" = -51; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -108; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -74; -"@MMK_R_KO_O" = -71; -"@MMK_R_KO_S" = -29; -"@MMK_R_KO_T" = 8; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = -3; -"@MMK_R_KO_Y" = 8; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = -102; -"@MMK_R_KO_a.ss05" = -75; -"@MMK_R_KO_asciicircum" = -58; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -72; -"@MMK_R_KO_comma" = -139; -"@MMK_R_KO_comma.ss01" = -123; -"@MMK_R_KO_e" = -107; -"@MMK_R_KO_egrave" = -46; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -173; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -49; -"@MMK_R_KO_g" = -93; -"@MMK_R_KO_guillemetleft" = -104; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -105; -"@MMK_R_KO_hyphen.case" = -71; -"@MMK_R_KO_i" = -13; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 61; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = -72; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = -140; -"@MMK_R_KO_period.ss01" = -124; -"@MMK_R_KO_question" = -19; -"@MMK_R_KO_question.ss01" = -36; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = -92; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -64; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = -124; -"@MMK_R_KO_t" = -37; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -3; -"@MMK_R_KO_u" = -60; -"@MMK_R_KO_underscore" = -135; -"@MMK_R_KO_v" = -46; -"@MMK_R_KO_w" = -48; -"@MMK_R_KO_x" = -52; -"@MMK_R_KO_y" = -46; -"@MMK_R_KO_z" = -58; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 17; -"@MMK_R_KO_I.ss02" = 33; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 21; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 9; -"@MMK_R_KO_W" = 22; -"@MMK_R_KO_X" = 20; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 44; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 19; -"@MMK_R_KO_comma" = 32; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 25; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -31; -"@MMK_R_KO_i" = 13; -"@MMK_R_KO_icircumflex" = 64; -"@MMK_R_KO_imacron" = 68; -"@MMK_R_KO_j" = 38; -"@MMK_R_KO_l.ss04" = 55; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = 31; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 25; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 24; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -9; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = -6; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_X" = -19; -"@MMK_R_KO_Y" = -73; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -21; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 6; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 4; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = 16; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -29; -"@MMK_R_KO_onesuperior" = -40; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_period" = 4; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -22; -"@MMK_R_KO_quotedbl" = -35; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -27; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -74; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -1; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 21; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -67; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -68; -"@MMK_R_KO_W" = -29; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -102; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 19; -"@MMK_R_KO_asciicircum" = -42; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 31; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = -30; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -37; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = 9; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = 21; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -83; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_period" = 32; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -29; -"@MMK_R_KO_question.ss01" = -44; -"@MMK_R_KO_quotedbl" = -51; -"@MMK_R_KO_quotedblleft" = -40; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteleft" = -40; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 22; -"@MMK_R_KO_sevensuperior" = -78; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -41; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -31; -"@MMK_R_KO_trademark" = -85; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 21; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -28; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -50; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 19; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 26; -"@MMK_R_KO_comma" = 31; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = -23; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -30; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 14; -"@MMK_R_KO_j" = 22; -"@MMK_R_KO_l.ss04" = 18; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -54; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_period" = 32; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -29; -"@MMK_R_KO_question.ss01" = -44; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteleft" = -40; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -22; -"@MMK_R_KO_s" = 22; -"@MMK_R_KO_sevensuperior" = -51; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -36; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -31; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_T" = -103; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_t" = -21; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -82; -"@MMK_R_KO_H" = -27; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_a" = -39; -"@MMK_R_KO_e" = -43; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -29; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -42; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -73; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 13; -"@MMK_R_KO_W" = 21; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -45; -"@MMK_R_KO_asterisk" = 19; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -144; -"@MMK_R_KO_comma.ss01" = -123; -"@MMK_R_KO_e" = -54; -"@MMK_R_KO_eight" = -8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -72; -"@MMK_R_KO_g" = -44; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -82; -"@MMK_R_KO_hyphen.case" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_nine" = -4; -"@MMK_R_KO_one" = 7; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -20; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_period.ss01" = -124; -"@MMK_R_KO_quotedbl" = 25; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = -43; -"@MMK_R_KO_seven" = 28; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_slash" = -97; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = -8; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = -57; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -58; -"@MMK_R_KO_a.ss05" = -40; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = -22; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -61; -"@MMK_R_KO_egrave" = -46; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -48; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -40; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 63; -"@MMK_R_KO_n" = -18; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -22; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = -48; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -42; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_t" = -40; -"@MMK_R_KO_three" = -14; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -47; -"@MMK_R_KO_v" = -52; -"@MMK_R_KO_w" = -49; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -59; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 10; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_asterisk" = -7; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_ellipsis" = -22; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -44; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen.case" = -51; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = -30; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -43; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_three" = -11; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -71; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -51; -"@MMK_R_KO_W" = -26; -"@MMK_R_KO_X" = -46; -"@MMK_R_KO_Y" = -94; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = -58; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -50; -"@MMK_R_KO_parenright" = -65; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = -21; -"@MMK_R_KO_question.ss01" = -44; -"@MMK_R_KO_quotedbl" = -43; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -41; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -24; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -68; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -31; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -27; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -144; -"@MMK_R_KO_comma" = 6; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_hyphen.case" = -57; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -86; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_quotedbl" = -144; -"@MMK_R_KO_quotedblleft" = -144; -"@MMK_R_KO_quoteright" = -144; -"@MMK_R_KO_seven" = -66; -"@MMK_R_KO_six" = -23; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 21; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -97; -"@MMK_R_KO_H" = -14; -"@MMK_R_KO_O" = -36; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_i" = -31; -"@MMK_R_KO_n" = -36; -"@MMK_R_KO_t" = -8; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -16; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -80; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -63; -"@MMK_R_KO_W" = -29; -"@MMK_R_KO_X" = -47; -"@MMK_R_KO_Y" = -106; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = -61; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -22; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -31; -"@MMK_R_KO_foursuperior" = -24; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -68; -"@MMK_R_KO_parenright" = -71; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = -35; -"@MMK_R_KO_question.ss01" = -50; -"@MMK_R_KO_quotedbl" = -50; -"@MMK_R_KO_quotedblleft" = -41; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = -41; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -60; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -36; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_trademark" = -80; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -33; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -32; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -40; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -63; -"@MMK_R_KO_W" = -28; -"@MMK_R_KO_X" = -33; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -48; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -25; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -33; -"@MMK_R_KO_foursuperior" = -28; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 11; -"@MMK_R_KO_l.ss04" = 10; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -57; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = -35; -"@MMK_R_KO_question.ss01" = -50; -"@MMK_R_KO_quotedbl" = -44; -"@MMK_R_KO_quotedblleft" = -40; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteleft" = -40; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -49; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -35; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -33; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -29; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 17; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asterisk" = -9; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eight" = 24; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_five" = 18; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 19; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_nine" = 11; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 24; -"@MMK_R_KO_two" = 17; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = -30; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = -57; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = -137; -"@MMK_R_KO_U" = -49; -"@MMK_R_KO_V" = -130; -"@MMK_R_KO_W" = -87; -"@MMK_R_KO_Y" = -172; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -34; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asterisk" = -145; -"@MMK_R_KO_colon" = -13; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -35; -"@MMK_R_KO_eight" = -23; -"@MMK_R_KO_ellipsis" = -22; -"@MMK_R_KO_f" = -53; -"@MMK_R_KO_five" = -29; -"@MMK_R_KO_four" = -18; -"@MMK_R_KO_g" = -30; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -26; -"@MMK_R_KO_hyphen.case" = -90; -"@MMK_R_KO_i" = -34; -"@MMK_R_KO_j" = -16; -"@MMK_R_KO_n" = -32; -"@MMK_R_KO_nine" = -33; -"@MMK_R_KO_one" = -120; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_parenright.case" = -47; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -226; -"@MMK_R_KO_quotedblleft" = -272; -"@MMK_R_KO_quoteright" = -279; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_seven" = -101; -"@MMK_R_KO_six" = -50; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = -61; -"@MMK_R_KO_three" = -26; -"@MMK_R_KO_two" = -12; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_v" = -86; -"@MMK_R_KO_w" = -58; -"@MMK_R_KO_y" = -72; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = -25; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -50; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = -130; -"@MMK_R_KO_U" = -42; -"@MMK_R_KO_V" = -118; -"@MMK_R_KO_W" = -80; -"@MMK_R_KO_Y" = -167; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asterisk" = -145; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = -28; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eight" = -15; -"@MMK_R_KO_f" = -50; -"@MMK_R_KO_five" = -20; -"@MMK_R_KO_four" = -8; -"@MMK_R_KO_g" = -21; -"@MMK_R_KO_guillemetleft" = -48; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_hyphen.case" = -119; -"@MMK_R_KO_i" = -32; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -29; -"@MMK_R_KO_nine" = -23; -"@MMK_R_KO_one" = -116; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_quotedbl" = -226; -"@MMK_R_KO_quotedblleft.ss01" = -246; -"@MMK_R_KO_quoteright.ss01" = -246; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_seven" = -95; -"@MMK_R_KO_six" = -44; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = -60; -"@MMK_R_KO_three" = -17; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_v" = -71; -"@MMK_R_KO_w" = -51; -"@MMK_R_KO_y" = -49; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -103; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -52; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_Y" = -104; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 23; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 24; -"@MMK_R_KO_egrave" = 25; -"@MMK_R_KO_eight" = 9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 17; -"@MMK_R_KO_g" = 33; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 21; -"@MMK_R_KO_n" = 7; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -61; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedbl" = -31; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -67; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -14; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -31; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = -28; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = 15; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = 23; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 11; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 9; -"@MMK_R_KO_colon" = 19; -"@MMK_R_KO_comma" = -35; -"@MMK_R_KO_comma.ss01" = -56; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -63; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = 3; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 7; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 30; -"@MMK_R_KO_j" = 18; -"@MMK_R_KO_l.ss04" = 40; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 10; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 6; -"@MMK_R_KO_period" = -36; -"@MMK_R_KO_period.ss01" = -57; -"@MMK_R_KO_question" = 9; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 36; -"@MMK_R_KO_quotedblleft" = 17; -"@MMK_R_KO_quotedblleft.ss01" = 6; -"@MMK_R_KO_quoteleft" = 17; -"@MMK_R_KO_quoteright" = 30; -"@MMK_R_KO_quoteright.ss01" = 15; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 8; -"@MMK_R_KO_slash" = -29; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_threesuperior" = 16; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -32; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -33; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = -27; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = 25; -"@MMK_R_KO_W" = 32; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 11; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 7; -"@MMK_R_KO_colon" = 19; -"@MMK_R_KO_comma" = -37; -"@MMK_R_KO_comma.ss01" = -57; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -65; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 3; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 32; -"@MMK_R_KO_j" = 15; -"@MMK_R_KO_l.ss04" = 51; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 10; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -38; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 15; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 36; -"@MMK_R_KO_quotedblleft" = 18; -"@MMK_R_KO_quotedblleft.ss01" = 7; -"@MMK_R_KO_quoteleft" = 18; -"@MMK_R_KO_quoteright" = 30; -"@MMK_R_KO_quoteright.ss01" = 16; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 10; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_threesuperior" = 12; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -34; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -10; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -3; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = 14; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = 11; -"@MMK_R_KO_hyphen" = 9; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 12; -"@MMK_R_KO_imacron" = 22; -"@MMK_R_KO_j" = 21; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_n" = 10; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -5; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -9; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -28; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = 9; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = 20; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 21; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asterisk" = -7; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 20; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 16; -"@MMK_R_KO_four" = 18; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = 16; -"@MMK_R_KO_guillemetright" = 3; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = 23; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 5; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 20; -"@MMK_R_KO_two" = 8; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 12; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -31; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -26; -"@MMK_R_KO_Y" = -40; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -45; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 22; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 13; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 17; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -33; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_quotedbl" = -36; -"@MMK_R_KO_quotedblleft" = -52; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteright" = -32; -"@MMK_R_KO_quoteright.ss01" = -42; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -34; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -16; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 18; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = 29; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -19; -"@MMK_R_KO_bracketright" = 18; -"@MMK_R_KO_colon" = 30; -"@MMK_R_KO_comma" = 31; -"@MMK_R_KO_comma.ss01" = 5; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 25; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = 8; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 27; -"@MMK_R_KO_j" = 68; -"@MMK_R_KO_l.ss04" = 30; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 16; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 13; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 38; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -14; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 34; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_Y" = -50; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eight" = 12; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_f" = 18; -"@MMK_R_KO_five" = 3; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = 34; -"@MMK_R_KO_hyphen" = -7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_j" = 21; -"@MMK_R_KO_n" = 7; -"@MMK_R_KO_nine" = 14; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_three" = 7; -"@MMK_R_KO_two" = 14; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 22; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -34; -"@MMK_R_KO_J" = -28; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -62; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -63; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_Y" = -105; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asterisk" = -55; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -49; -"@MMK_R_KO_e" = 18; -"@MMK_R_KO_egrave" = 18; -"@MMK_R_KO_eight" = 9; -"@MMK_R_KO_ellipsis" = -56; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 21; -"@MMK_R_KO_g" = 29; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_hyphen.case" = 7; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_j" = 18; -"@MMK_R_KO_n" = 8; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -28; -"@MMK_R_KO_parenright" = -73; -"@MMK_R_KO_parenright.case" = -65; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -50; -"@MMK_R_KO_quotedbl" = -55; -"@MMK_R_KO_quotedblleft" = -45; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_seven" = -40; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -14; -"@MMK_R_KO_two" = -23; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -100; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -51; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_Y" = -105; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 23; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -82; -"@MMK_R_KO_colon" = -17; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 24; -"@MMK_R_KO_egrave" = 25; -"@MMK_R_KO_eight" = 12; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 24; -"@MMK_R_KO_g" = 33; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 26; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 20; -"@MMK_R_KO_n" = 6; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -45; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedbl" = -38; -"@MMK_R_KO_quotedblleft" = -31; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -67; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -28; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -54; -"@MMK_R_KO_J" = -62; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_Y" = -68; -"@MMK_R_KO_Z" = -26; -"@MMK_R_KO_asterisk" = -12; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -99; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = 8; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen.case" = 27; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright.case" = -50; -"@MMK_R_KO_period" = -48; -"@MMK_R_KO_period.ss01" = -119; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -11; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = -13; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -23; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 7; -"@MMK_R_KO_imacron" = 16; -"@MMK_R_KO_j" = 18; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -39; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_period" = 4; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -22; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -32; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 5; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 14; -"@MMK_R_KO_I.ss02" = 31; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 46; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = 30; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = 38; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = 5; -"@MMK_R_KO_ellipsis" = -27; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_icircumflex" = 18; -"@MMK_R_KO_imacron" = 37; -"@MMK_R_KO_j" = 35; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = 10; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 32; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = 2; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 24; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -2; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = 10; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 3; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -20; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asciicircum" = -17; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -40; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -43; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 20; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -27; -"@MMK_R_KO_trademark" = -54; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -11; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -1; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -24; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 17; -"@MMK_R_KO_imacron" = 15; -"@MMK_R_KO_j" = 18; -"@MMK_R_KO_l.ss04" = 27; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -8; -"@MMK_R_KO_parenright" = -4; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -6; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -26; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 19; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = 30; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 21; -"@MMK_R_KO_asciicircum" = -36; -"@MMK_R_KO_bracketright" = 3; -"@MMK_R_KO_colon" = 26; -"@MMK_R_KO_comma" = 26; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 11; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 7; -"@MMK_R_KO_imacron" = 17; -"@MMK_R_KO_j" = 24; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -13; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_period" = 25; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 24; -"@MMK_R_KO_sevensuperior" = -18; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -37; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 21; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_bracketright" = 136; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = -24; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = 105; -"@MMK_R_KO_exclam" = 125; -"@MMK_R_KO_f" = 55; -"@MMK_R_KO_fivesuperior" = 106; -"@MMK_R_KO_foursuperior" = 62; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 128; -"@MMK_R_KO_j" = 104; -"@MMK_R_KO_l.ss04" = 156; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 103; -"@MMK_R_KO_onesuperior" = 127; -"@MMK_R_KO_parenright" = 120; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_question" = 108; -"@MMK_R_KO_question.ss01" = 82; -"@MMK_R_KO_quotedbl" = 154; -"@MMK_R_KO_quotedblleft" = 75; -"@MMK_R_KO_quotedblleft.ss01" = 89; -"@MMK_R_KO_quoteleft" = 78; -"@MMK_R_KO_sevensuperior" = 138; -"@MMK_R_KO_sixsuperior" = 91; -"@MMK_R_KO_slash" = 16; -"@MMK_R_KO_t" = 20; -"@MMK_R_KO_threesuperior" = 108; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_z" = 63; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -45; -"@MMK_R_KO_H" = -32; -"@MMK_R_KO_O" = -36; -"@MMK_R_KO_T" = -136; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_e" = -28; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_i" = -35; -"@MMK_R_KO_n" = -32; -"@MMK_R_KO_t" = -30; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -68; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -68; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = -17; -"@MMK_R_KO_Y" = -101; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -42; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -31; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -38; -"@MMK_R_KO_foursuperior" = -30; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 13; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -83; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = -27; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -51; -"@MMK_R_KO_quotedblleft" = -39; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -39; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -79; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_sixsuperior" = -40; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -32; -"@MMK_R_KO_trademark" = -87; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -73; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -62; -"@MMK_R_KO_W" = -28; -"@MMK_R_KO_X" = -43; -"@MMK_R_KO_Y" = -102; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = -61; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = -34; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -34; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = 14; -"@MMK_R_KO_guillemetleft" = 18; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 13; -"@MMK_R_KO_l.ss04" = 10; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -75; -"@MMK_R_KO_parenright" = -69; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = -29; -"@MMK_R_KO_question.ss01" = -48; -"@MMK_R_KO_quotedbl" = -49; -"@MMK_R_KO_quotedblleft" = -38; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -38; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -66; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -38; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -81; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -34; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -33; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_Y" = -65; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -52; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -21; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = 14; -"@MMK_R_KO_guillemetleft" = 20; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = 15; -"@MMK_R_KO_l.ss04" = 12; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_question" = -34; -"@MMK_R_KO_question.ss01" = -48; -"@MMK_R_KO_quotedbl" = -36; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteleft" = -35; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -42; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -36; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -29; -"@MMK_R_KO_trademark" = -81; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -39; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = -33; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -33; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -38; -"@MMK_R_KO_O" = -72; -"@MMK_R_KO_S" = -43; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -70; -"@MMK_R_KO_a.ss05" = -56; -"@MMK_R_KO_asterisk" = -20; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -70; -"@MMK_R_KO_egrave" = -57; -"@MMK_R_KO_eight" = -43; -"@MMK_R_KO_ellipsis" = -68; -"@MMK_R_KO_f" = -43; -"@MMK_R_KO_five" = -15; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -40; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_j" = 69; -"@MMK_R_KO_n" = -48; -"@MMK_R_KO_nine" = -49; -"@MMK_R_KO_one" = -45; -"@MMK_R_KO_parenright" = 24; -"@MMK_R_KO_period" = -41; -"@MMK_R_KO_period.ss01" = -56; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -55; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = -58; -"@MMK_R_KO_seven" = -4; -"@MMK_R_KO_six" = -67; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -45; -"@MMK_R_KO_three" = -45; -"@MMK_R_KO_two" = -26; -"@MMK_R_KO_u" = -61; -"@MMK_R_KO_v" = -48; -"@MMK_R_KO_w" = -41; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -38; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = -68; -"@MMK_R_KO_S" = -33; -"@MMK_R_KO_T" = -1; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_asterisk" = -21; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -4; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_eight" = -30; -"@MMK_R_KO_ellipsis" = -47; -"@MMK_R_KO_five" = -11; -"@MMK_R_KO_four" = -43; -"@MMK_R_KO_guillemetleft" = -66; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen.case" = -54; -"@MMK_R_KO_nine" = -41; -"@MMK_R_KO_one" = -38; -"@MMK_R_KO_parenright.case" = 22; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -56; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_seven" = -2; -"@MMK_R_KO_six" = -61; -"@MMK_R_KO_slash" = 20; -"@MMK_R_KO_three" = -35; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = 20; -"@MMK_R_KO_O" = -32; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -104; -"@MMK_R_KO_U" = -14; -"@MMK_R_KO_V" = -97; -"@MMK_R_KO_W" = -56; -"@MMK_R_KO_Y" = -139; -"@MMK_R_KO_Z" = 40; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asterisk" = -144; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_hyphen.case" = -52; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_j" = 21; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -87; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -144; -"@MMK_R_KO_quotedblleft" = -144; -"@MMK_R_KO_quoteright" = -144; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_seven" = -69; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_t" = -37; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 21; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_v" = -56; -"@MMK_R_KO_w" = -31; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = 23; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = -28; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -50; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = -124; -"@MMK_R_KO_U" = -42; -"@MMK_R_KO_V" = -118; -"@MMK_R_KO_W" = -80; -"@MMK_R_KO_Y" = -124; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asterisk" = -124; -"@MMK_R_KO_comma.ss01" = 2; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_f" = -50; -"@MMK_R_KO_five" = -18; -"@MMK_R_KO_four" = -7; -"@MMK_R_KO_g" = -21; -"@MMK_R_KO_guillemetleft" = -48; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_hyphen.case" = -99; -"@MMK_R_KO_i" = -32; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -29; -"@MMK_R_KO_nine" = -22; -"@MMK_R_KO_one" = -108; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_quotedbl" = -124; -"@MMK_R_KO_quotedblleft.ss01" = -123; -"@MMK_R_KO_quoteright.ss01" = -123; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_seven" = -93; -"@MMK_R_KO_six" = -44; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = -60; -"@MMK_R_KO_three" = -16; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_v" = -71; -"@MMK_R_KO_w" = -51; -"@MMK_R_KO_y" = -49; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -69; -"@MMK_R_KO_S" = -28; -"@MMK_R_KO_T" = -112; -"@MMK_R_KO_U" = -51; -"@MMK_R_KO_V" = -110; -"@MMK_R_KO_W" = -74; -"@MMK_R_KO_Y" = -147; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -34; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_eight" = -23; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_five" = -27; -"@MMK_R_KO_four" = -89; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_i" = -12; -"@MMK_R_KO_j" = 54; -"@MMK_R_KO_nine" = -33; -"@MMK_R_KO_one" = -90; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_quotedbl" = -112; -"@MMK_R_KO_quotedblleft" = -107; -"@MMK_R_KO_quoteright" = -111; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_seven" = -73; -"@MMK_R_KO_six" = -52; -"@MMK_R_KO_t" = -50; -"@MMK_R_KO_three" = -28; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -28; -"@MMK_R_KO_v" = -76; -"@MMK_R_KO_w" = -47; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -82; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -73; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 23; -"@MMK_R_KO_W" = 36; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asterisk" = 26; -"@MMK_R_KO_colon" = -19; -"@MMK_R_KO_comma" = -144; -"@MMK_R_KO_comma.ss01" = -123; -"@MMK_R_KO_e" = -51; -"@MMK_R_KO_egrave" = -46; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -226; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -62; -"@MMK_R_KO_g" = -43; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -40; -"@MMK_R_KO_hyphen.case" = -21; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 11; -"@MMK_R_KO_n" = -31; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_period.ss01" = -124; -"@MMK_R_KO_quotedbl" = 26; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 22; -"@MMK_R_KO_quoteright" = 14; -"@MMK_R_KO_quoteright.ss01" = 23; -"@MMK_R_KO_s" = -42; -"@MMK_R_KO_seven" = 34; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_slash" = -96; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -3; -"@MMK_R_KO_two" = -4; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = -26; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -21; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -57; -"@MMK_R_KO_S" = -23; -"@MMK_R_KO_T" = -122; -"@MMK_R_KO_U" = -49; -"@MMK_R_KO_V" = -115; -"@MMK_R_KO_W" = -76; -"@MMK_R_KO_Y" = -160; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asterisk" = -144; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = 12; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -35; -"@MMK_R_KO_eight" = -18; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_f" = -48; -"@MMK_R_KO_five" = -26; -"@MMK_R_KO_four" = -13; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -85; -"@MMK_R_KO_i" = -27; -"@MMK_R_KO_j" = 30; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_nine" = -28; -"@MMK_R_KO_one" = -105; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_quotedblleft" = -259; -"@MMK_R_KO_quoteright" = -144; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_seven" = -86; -"@MMK_R_KO_six" = -50; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = -59; -"@MMK_R_KO_three" = -22; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -34; -"@MMK_R_KO_v" = -75; -"@MMK_R_KO_w" = -52; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = -24; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -48; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = -123; -"@MMK_R_KO_U" = -39; -"@MMK_R_KO_V" = -116; -"@MMK_R_KO_W" = -78; -"@MMK_R_KO_Y" = -164; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -24; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asterisk" = -123; -"@MMK_R_KO_comma.ss01" = 3; -"@MMK_R_KO_e" = -24; -"@MMK_R_KO_egrave" = -24; -"@MMK_R_KO_eight" = -13; -"@MMK_R_KO_f" = -48; -"@MMK_R_KO_five" = -17; -"@MMK_R_KO_four" = -5; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -46; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -8; -"@MMK_R_KO_hyphen.case" = -99; -"@MMK_R_KO_i" = -27; -"@MMK_R_KO_j" = 44; -"@MMK_R_KO_n" = -18; -"@MMK_R_KO_nine" = -20; -"@MMK_R_KO_one" = -106; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -123; -"@MMK_R_KO_quoteright.ss01" = -123; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_seven" = -92; -"@MMK_R_KO_six" = -41; -"@MMK_R_KO_slash" = 47; -"@MMK_R_KO_t" = -56; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -28; -"@MMK_R_KO_v" = -68; -"@MMK_R_KO_w" = -49; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -75; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -79; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -36; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asterisk" = 7; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -144; -"@MMK_R_KO_e" = -40; -"@MMK_R_KO_egrave" = -37; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_ellipsis" = -272; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -54; -"@MMK_R_KO_g" = -27; -"@MMK_R_KO_guillemetleft" = -42; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = -26; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -27; -"@MMK_R_KO_seven" = 22; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_slash" = -90; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = -10; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -7; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -73; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -78; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 25; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asterisk" = 8; -"@MMK_R_KO_comma.ss01" = -123; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eight" = -15; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -44; -"@MMK_R_KO_g" = -19; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = -15; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_nine" = -7; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = -12; -"@MMK_R_KO_period.ss01" = -124; -"@MMK_R_KO_quotedbl" = 22; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -19; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_slash" = -83; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = -11; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -91; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -79; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 9; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = -59; -"@MMK_R_KO_a.ss05" = -54; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -29; -"@MMK_R_KO_comma" = -144; -"@MMK_R_KO_e" = -66; -"@MMK_R_KO_egrave" = -54; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_ellipsis" = -279; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -77; -"@MMK_R_KO_g" = -51; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -66; -"@MMK_R_KO_hyphen.case" = -31; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -40; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_parenright.case" = -25; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_quotedbl" = 16; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_s" = -53; -"@MMK_R_KO_seven" = 21; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_slash" = -107; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -11; -"@MMK_R_KO_two" = -12; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -7; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -75; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -79; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -36; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asterisk" = 7; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -144; -"@MMK_R_KO_e" = -40; -"@MMK_R_KO_egrave" = -37; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_ellipsis" = -144; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -54; -"@MMK_R_KO_g" = -27; -"@MMK_R_KO_guillemetleft" = -44; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = -26; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -27; -"@MMK_R_KO_seven" = 22; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_slash" = -90; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = -10; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -7; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -93; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -81; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_a.ss05" = -57; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -31; -"@MMK_R_KO_comma" = -144; -"@MMK_R_KO_e" = -70; -"@MMK_R_KO_egrave" = -53; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_ellipsis" = -144; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -3; -"@MMK_R_KO_four" = -79; -"@MMK_R_KO_g" = -53; -"@MMK_R_KO_guillemetleft" = -71; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -58; -"@MMK_R_KO_hyphen.case" = -28; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -42; -"@MMK_R_KO_nine" = -6; -"@MMK_R_KO_one" = -2; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = -144; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_s" = -55; -"@MMK_R_KO_seven" = 18; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_slash" = -109; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -11; -"@MMK_R_KO_two" = -11; -"@MMK_R_KO_u" = -39; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -34; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -83; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -80; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -47; -"@MMK_R_KO_a.ss05" = -39; -"@MMK_R_KO_asterisk" = 13; -"@MMK_R_KO_comma.ss01" = -123; -"@MMK_R_KO_e" = -53; -"@MMK_R_KO_egrave" = -44; -"@MMK_R_KO_eight" = -16; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -4; -"@MMK_R_KO_four" = -67; -"@MMK_R_KO_g" = -38; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -52; -"@MMK_R_KO_hyphen.case" = -14; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -31; -"@MMK_R_KO_nine" = -9; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period.ss01" = -124; -"@MMK_R_KO_quotedbl" = 24; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 5; -"@MMK_R_KO_s" = -37; -"@MMK_R_KO_seven" = 2; -"@MMK_R_KO_six" = -21; -"@MMK_R_KO_slash" = -94; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -8; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -22; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -82; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -73; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 23; -"@MMK_R_KO_W" = 36; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -49; -"@MMK_R_KO_a.ss05" = -43; -"@MMK_R_KO_asterisk" = 26; -"@MMK_R_KO_colon" = -19; -"@MMK_R_KO_comma" = -112; -"@MMK_R_KO_comma.ss01" = -112; -"@MMK_R_KO_e" = -51; -"@MMK_R_KO_egrave" = -43; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -112; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -62; -"@MMK_R_KO_g" = -43; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -38; -"@MMK_R_KO_hyphen.case" = -20; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 11; -"@MMK_R_KO_n" = -31; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -112; -"@MMK_R_KO_period.ss01" = -112; -"@MMK_R_KO_quotedbl" = 26; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 22; -"@MMK_R_KO_quoteright" = 14; -"@MMK_R_KO_quoteright.ss01" = 23; -"@MMK_R_KO_s" = -42; -"@MMK_R_KO_seven" = 34; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_slash" = -96; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -31; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = -26; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -64; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_X" = -63; -"@MMK_R_KO_Y" = -50; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -4; -"@MMK_R_KO_bracketright" = -54; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = -66; -"@MMK_R_KO_comma.ss01" = -92; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = 4; -"@MMK_R_KO_ellipsis" = -97; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 14; -"@MMK_R_KO_l.ss04" = 12; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_period" = -66; -"@MMK_R_KO_period.ss01" = -94; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -36; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -61; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_threesuperior" = 7; -"@MMK_R_KO_trademark" = -55; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -62; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -65; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -52; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_X" = -34; -"@MMK_R_KO_Y" = -92; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -51; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 11; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_icircumflex" = 4; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = 18; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -72; -"@MMK_R_KO_parenright" = -62; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = -20; -"@MMK_R_KO_question.ss01" = -41; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -65; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -69; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -21; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -19; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -66; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_bracketright" = -45; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -14; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = 10; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = 16; -"@MMK_R_KO_l.ss04" = 13; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -40; -"@MMK_R_KO_quotedbl" = -40; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -38; -"@MMK_R_KO_sixsuperior" = -30; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -75; -"@MMK_R_KO_H" = 22; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = -65; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = 28; -"@MMK_R_KO_U" = 28; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 37; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = -46; -"@MMK_R_KO_a.ss05" = -38; -"@MMK_R_KO_asterisk" = 28; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -79; -"@MMK_R_KO_comma.ss01" = -105; -"@MMK_R_KO_e" = -52; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eight" = 8; -"@MMK_R_KO_ellipsis" = -111; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = -64; -"@MMK_R_KO_g" = -32; -"@MMK_R_KO_guillemetleft" = -44; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -46; -"@MMK_R_KO_hyphen.case" = -20; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 17; -"@MMK_R_KO_n" = -15; -"@MMK_R_KO_nine" = 10; -"@MMK_R_KO_one" = 12; -"@MMK_R_KO_parenright" = 3; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -80; -"@MMK_R_KO_period.ss01" = -107; -"@MMK_R_KO_quotedbl" = 45; -"@MMK_R_KO_quotedblleft" = 15; -"@MMK_R_KO_quotedblleft.ss01" = 22; -"@MMK_R_KO_quoteright" = 16; -"@MMK_R_KO_quoteright.ss01" = 14; -"@MMK_R_KO_s" = -34; -"@MMK_R_KO_seven" = 55; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -81; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = -11; -"@MMK_R_KO_H" = 12; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 18; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 3; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 15; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -39; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 12; -"@MMK_R_KO_two" = 8; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -94; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = -75; -"@MMK_R_KO_O" = -39; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 20; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_a.ss05" = -57; -"@MMK_R_KO_asterisk" = 17; -"@MMK_R_KO_colon" = -35; -"@MMK_R_KO_comma" = -100; -"@MMK_R_KO_comma.ss01" = -114; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_egrave" = -34; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = -127; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -53; -"@MMK_R_KO_guillemetleft" = -70; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -57; -"@MMK_R_KO_hyphen.case" = -36; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_nine" = -11; -"@MMK_R_KO_one" = -15; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -104; -"@MMK_R_KO_period.ss01" = -124; -"@MMK_R_KO_quotedbl" = 26; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = 4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 26; -"@MMK_R_KO_s" = -55; -"@MMK_R_KO_seven" = 38; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_slash" = -109; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_three" = -5; -"@MMK_R_KO_two" = -4; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -27; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -20; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -14; -"@MMK_R_KO_bracketright" = -8; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 19; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -24; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 15; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asterisk" = -8; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eight" = 19; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_five" = 15; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 12; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = 15; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 16; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 9; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_parenright.case" = -34; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 18; -"@MMK_R_KO_two" = 15; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 19; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -4; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -22; -"@MMK_R_KO_Z" = 29; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 13; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_five" = 14; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 22; -"@MMK_R_KO_hyphen" = -7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 33; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 20; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -29; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedbl" = 4; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_three" = 13; -"@MMK_R_KO_two" = 29; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -59; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -60; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -20; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -56; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = -51; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -59; -"@MMK_R_KO_comma.ss01" = -79; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -93; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -17; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 14; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_period" = -56; -"@MMK_R_KO_period.ss01" = -73; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = -23; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -67; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -53; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -81; -"@MMK_R_KO_v" = 18; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -26; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -53; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = -48; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -51; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -59; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 20; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = 10; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 16; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -52; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -41; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = 17; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -55; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -42; -"@MMK_R_KO_v" = 16; -"@MMK_R_KO_w" = 22; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -52; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eightsuperior" = -21; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -46; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 15; -"@MMK_R_KO_l.ss04" = 13; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -16; -"@MMK_R_KO_quoteright" = -33; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -30; -"@MMK_R_KO_trademark" = -60; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -6; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -20; -"@MMK_R_KO_bracketright" = -13; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -8; -"@MMK_R_KO_guillemetright" = 22; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 13; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -41; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = -16; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -62; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -4; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -8; -"@MMK_R_KO_guillemetright" = 22; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = 14; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -28; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -27; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -19; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -20; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -24; -"@MMK_R_KO_comma.ss01" = -45; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 4; -"@MMK_R_KO_ellipsis" = -52; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_five" = 5; -"@MMK_R_KO_four" = 5; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 10; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_parenright.case" = -61; -"@MMK_R_KO_period" = -24; -"@MMK_R_KO_period.ss01" = -47; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = -34; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -16; -Tbar = -79; -asciitilde = -70; -asterisk = -82; -backslash = -75; -g.ss06 = 4; -minus = -57; -one = -67; -ordmasculine = -86; -plus = -47; -quotedbl = -82; -registered = -72; -seven = -70; -two = 8; -twosuperior = -54; -}; -Aacute = { -Tbar = -79; -}; -Abrevedotbelow.ss01 = { -T = -84; -}; -Aogonek = { -comma = 38; -parenright = 11; -}; -Atilde = { -ordfeminine = -86; -}; -B = { -Hbar = 25; -hbar = 0; -idieresis = 23; -itilde = 31; -}; -C = { -h = 0; -l = 0; -plus = -18; -three = 19; -}; -D = { -Lslash = 19; -Oslash = 21; -braceright = -40; -bracketright.case = -38; -}; -E = { -H = 0; -idieresis = 61; -}; -Eogonek = { -comma = 33; -}; -F = { -fourinferior = -59; -i = 0; -igrave = 27; -}; -G = { -Lslash = 11; -lslash = 0; -}; -Germandbls = { -S = 20; -}; -H = { -H = 1; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -6; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 9; -itilde = 51; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 25; -D = 30; -E = 30; -H = 25; -Hbar = 89; -I = 25; -L = 25; -M = 25; -O = 13; -R = 25; -S = 39; -U = 36; -W = 48; -i = 26; -}; -I = { -Hbar = 25; -I = 0; -jcircumflex = 53; -}; -Icircumflex = { -Icircumflex = 57; -l.ss04 = 32; -}; -Imacron = { -Imacron = 115; -}; -Itilde = { -itilde = 50; -}; -J = { -Hbar = 31; -itilde = 56; -}; -Jacute = { -Imacron = 62; -}; -K = { -asciitilde = -111; -four = -27; -idieresis = 49; -igrave = 27; -itilde = 45; -less = -63; -logicalnot = -109; -minus = -97; -one = -37; -oslash = -6; -plus = -90; -}; -L = { -H = 0; -Tbar = -78; -asciitilde = -72; -asterisk = -145; -backslash = -82; -equal = -4; -four = 0; -less = -25; -logicalnot = -131; -minus = -90; -one = -90; -ordfeminine = -192; -ordmasculine = -190; -oslash = -7; -plus = -68; -quotedbl = -183; -quoteleft.ss01 = -123; -quoteright = -144; -quoteright.ss01 = -123; -registered = -110; -seven = -72; -twosuperior = -186; -}; -Lcaron = { -A = 10; -O = -28; -U = -11; -Uacute = -11; -V = -15; -a = -12; -hyphen = 0; -hyphen.case = -71; -u = -15; -v = -54; -}; -Lcommaaccent = { -twosuperior = -186; -}; -Lslash = { -twosuperior = -117; -}; -M = { -Hbar = 25; -idieresis = 39; -igrave = 8; -itilde = 50; -}; -N = { -Hbar = 26; -idieresis = 40; -igrave = 9; -itilde = 51; -}; -O = { -Dcroat = 0; -Lslash = 0; -braceright = -60; -bracketright.case = -59; -itilde = 0; -}; -Oslash = { -T = -11; -V = 0; -Y = -11; -parenright = 0; -parenright.case = 0; -}; -P = { -fourinferior = -82; -idieresis = 52; -itilde = 53; -two = 0; -}; -R = { -Hbar = 30; -jcircumflex = 60; -two = 16; -}; -S = { -Hbar = 40; -Lslash = 21; -dollar = 10; -four = 11; -idieresis = 34; -itilde = 37; -lslash = 10; -three = 29; -}; -T = { -Oslash = -23; -a.ss05 = -71; -aacute.ss05 = -64; -abreve = -51; -abreveacute = -51; -acircumflex = -48; -acircumflexacute = -48; -acircumflexdotbelow = -48; -adieresis = -43; -adotbelow.ss05 = -71; -ae = -72; -agrave = -59; -amacron = -40; -ampersand = -42; -aring = -65; -asciitilde = -105; -atilde = -41; -equal = 0; -four = -81; -g.ss06 = -63; -h = -2; -i.ss01 = -13; -iacute = -19; -idieresis = 56; -idotless = -24; -igrave = 10; -itilde = 66; -less = -30; -logicalnot = -147; -minus = -101; -ograve = -65; -plus = -95; -racute = -18; -scaron = -26; -seven = 19; -twoinferior = -118; -udieresis = -18; -udieresis.ss01 = -18; -ugrave = -18; -uhorngrave = -18; -umacron = -18; -ycircumflex = 0; -ygrave = 0; -yhookabove = 0; -zcaron = -10; -zeroinferior = -119; -}; -Tbar = { -A = -80; -Aacute = -80; -Tbar = 26; -a = -48; -comma = -75; -e = -48; -o = -48; -period = -74; -slash = -85; -}; -Tcaron = { -a.ss05 = -71; -}; -Tcedilla = { -a.ss05 = -71; -abreve = -51; -four = -81; -}; -Tcommaaccent = { -a.ss05 = -71; -abreve = -51; -four = -81; -}; -Thorn = { -A = -26; -AE = -27; -Aacute = -26; -J = -31; -O = 9; -Oacute = 9; -V = -34; -Y = -77; -Yacute = -77; -a = 3; -aacute = 3; -e = 6; -o = 7; -oacute = 7; -period = -34; -}; -U = { -Hbar = 35; -jcircumflex = 64; -}; -V = { -four = -68; -iacute = -23; -ibreve = 35; -idieresis = 50; -igrave = 20; -itilde = 52; -minus = -61; -plus = -56; -scaron = -14; -seven = 38; -twoinferior = -79; -}; -W = { -Hbar = 50; -backslash = 45; -idieresis = 62; -igrave = 43; -itilde = 66; -}; -X = { -asciitilde = -121; -four = -41; -less = -72; -logicalnot = -122; -minus = -108; -notequal = -75; -one = -44; -plus = -99; -}; -Y = { -a.ss05 = -95; -agrave = -71; -amacron = -48; -ampersand = -73; -asciitilde = -140; -at = -82; -four = -116; -g.ss06 = -92; -igrave = 21; -less = -70; -logicalnot = -115; -minus = -105; -ograve = -65; -plus = -98; -scaron = -21; -twoinferior = -135; -}; -Z = { -four = 0; -ibreve = 51; -igrave = 31; -itilde = 69; -minus = -60; -plus = -55; -}; -_B.currency = { -_baht.bar = -5; -}; -a = { -braceright = -27; -}; -a.ss05 = { -g.ss06 = 25; -}; -acircumflexacute.ss05 = { -y = -12; -}; -adieresis.ss05 = { -germandbls = 0; -}; -ampersand = { -V = -79; -W = -55; -Y = -123; -quotedbl = -58; -quotedblleft = -52; -}; -aogonek = { -j = 36; -parenright = -9; -}; -aogonek.ss05 = { -parenright = 13; -}; -approxequal = { -parenright = -49; -parenright.case = -50; -}; -asciicircum = { -J = -95; -X = -81; -Y = -55; -bracketright = -60; -comma = -144; -comma.ss01 = -123; -four = -60; -hyphen = -79; -parenright = -70; -parenright.case = -70; -period = -144; -period.ss01 = -124; -slash = -97; -}; -asciitilde = { -I.ss02 = -42; -J = -69; -V = -31; -W = -15; -X = -96; -Y = -67; -Z = -43; -bracketright = -55; -bracketright.case = -56; -comma = -83; -comma.ss01 = -108; -eight = -5; -exclam = 0; -four = 0; -one = 0; -parenright = -62; -parenright.case = -58; -period = -81; -period.ss01 = -106; -question = 0; -quotedbl = -12; -quotedblright = 0; -seven = 0; -slash = -55; -three = 0; -two = 0; -}; -at = { -T = -27; -parenright = -66; -}; -b = { -asterisk = -51; -braceright = -70; -lslash = 0; -one = -26; -}; -backslash = { -T = -92; -V = -103; -Y = -122; -asterisk = -96; -backslash = -88; -quotedbl = -93; -quotedblleft = -89; -quotedblleft.ss01 = -80; -quotedblright = -67; -quotedblright.ss01 = -74; -quoteleft = -89; -quoteright = -67; -quotesingle = -93; -}; -baht = { -parenright = -44; -}; -braceleft = { -p = -9; -}; -bracketleft = { -asciicircum = -61; -asciitilde = -99; -bracketright = 26; -jcircumflex = 67; -p = -2; -pi = -38; -plus = -74; -x = -8; -}; -c = { -asterisk = -46; -braceright = -68; -}; -cent = { -parenright = -71; -}; -colon = { -T = -20; -Y = -70; -four = 0; -one = 0; -parenright = -46; -two = 15; -zero = 0; -}; -colon.ss01 = { -T = -9; -four = -6; -parenright = -46; -}; -comma = { -eightsuperior = -144; -fivesuperior = -144; -foursuperior = -144; -ninesuperior = -144; -onesuperior = -144; -quoteleft = -144; -quotesingle = -112; -sevensuperior = -144; -sixsuperior = -144; -threesuperior = -144; -twosuperior = -134; -}; -comma.ss01 = { -eightsuperior = -123; -fivesuperior = -123; -foursuperior = -123; -ninesuperior = -123; -onesuperior = -123; -sevensuperior = -123; -sixsuperior = -123; -threesuperior = -123; -twosuperior = -123; -}; -copyright = { -Y = -75; -parenright = -69; -}; -d = { -idieresis = 11; -igrave = 0; -itilde = 14; -}; -dcaron = { -C = 31; -H = 124; -bracketright = 125; -eightsuperior = 81; -exclam = 97; -exclam.ss01 = 108; -fivesuperior = 91; -foursuperior = 38; -h = 126; -i = 73; -j = 107; -k = 126; -l = 126; -l.ss03 = 112; -l.ss04 = 144; -ninesuperior = 80; -onesuperior = 102; -parenright = 119; -question = 70; -question.ss01 = 58; -quotedbl = 115; -quotedblleft = 47; -quotedblleft.ss01 = 65; -quoteleft = 49; -quoteleft.ss01 = 65; -quotesingle = 115; -sevensuperior = 125; -sixsuperior = 69; -t = 13; -t_i.liga = 19; -t_t.liga = 12; -threesuperior = 84; -twosuperior = 82; -zcaron = 21; -}; -dcroat = { -i = 0; -igrave = 4; -itilde = 27; -}; -degree = { -J = -97; -comma = -144; -comma.ss01 = -123; -emdash = -68; -endash = -68; -four = -84; -hyphen = -64; -parenright = -54; -parenright.case = -55; -period = -144; -period.ss01 = -124; -slash = -106; -}; -divide = { -parenright = -69; -}; -dollar = { -parenright = -56; -three = 0; -}; -e = { -asterisk = -53; -backslash = -43; -braceright = -70; -germandbls = -1; -one = -28; -seven = -33; -}; -ecircumflexacute = { -t = 0; -}; -eight = { -bracketright = -6; -degree = -24; -}; -eight.dnom = { -degree = -116; -question.ss01 = -109; -quotedbl = -79; -quotedblleft = -68; -quotedblright = -40; -}; -eightsuperior = { -comma = -144; -comma.ss01 = -123; -period = -144; -period.ss01 = -124; -slash = -77; -}; -ellipsis = { -Tbar = -114; -bracketright = -50; -eightsuperior = -192; -fivesuperior = -195; -foursuperior = -201; -ninesuperior = -201; -onesuperior = -149; -parenleft = -33; -parenleft.case = -46; -question = -113; -quoteleft = -144; -quoteright = -144; -quotesingle = -112; -sevensuperior = -182; -sixsuperior = -201; -threesuperior = -188; -twosuperior = -186; -}; -ellipsis.ss01 = { -Tbar = -101; -bracketright = -26; -eightsuperior = -192; -fivesuperior = -195; -foursuperior = -201; -ninesuperior = -201; -onesuperior = -149; -question.ss01 = -119; -quoteleft.ss01 = -123; -quoteright.ss01 = -123; -quotesingle = -112; -sevensuperior = -182; -sixsuperior = -201; -threesuperior = -188; -twosuperior = -186; -}; -emdash = { -foursuperior = -32; -question = -91; -}; -emdash.case = { -X = -90; -quotedblbase = -63; -quotedblbase.ss01 = -114; -}; -endash = { -X = -56; -endash = 0; -foursuperior = -31; -question = -91; -}; -endash.case = { -H = 6; -X = -81; -quotedblbase = -64; -quotedblbase.ss01 = -114; -}; -eng = { -bracketright = -2; -}; -eogonek = { -lslash = 2; -}; -equal = { -T = 0; -equal = 0; -parenright = -58; -parenright.case = -53; -}; -eth = { -a = 16; -e = 15; -g = 26; -hyphen = 32; -parenright = -9; -}; -euro = { -parenright = -64; -parenright.case = -55; -}; -exclamdown = { -T = -32; -V = -41; -Y = -80; -}; -f = { -igrave = 17; -n = 0; -o = 0; -}; -f_f.liga = { -igrave = 12; -}; -f_f_i.liga = { -idieresis = 22; -}; -fi = { -idieresis = 23; -}; -five = { -degree = -27; -ordmasculine = -13; -percent = 0; -}; -five.dnom = { -degree = -91; -question.ss01 = -112; -quotedblleft = -47; -}; -five.numr = { -fraction = -20; -}; -fiveinferior = { -T = -117; -}; -fivesuperior = { -comma = -144; -comma.ss01 = -123; -period = -144; -period.ss01 = -124; -slash = -82; -}; -fl = { -idieresis = 23; -itilde = 25; -periodcentered.loclCAT = 11; -}; -four = { -asciicircum = -67; -bracketright = -38; -bracketright.case = -30; -degree = -68; -ordfeminine = -54; -ordmasculine = -55; -percent = -32; -x = -26; -}; -four.dnom = { -degree = -107; -question.ss01 = -108; -quotedblleft = -58; -}; -fourinferior = { -T = -111; -V = -83; -}; -foursuperior = { -comma = -143; -comma.ss01 = -123; -period = -139; -period.ss01 = -124; -slash = -76; -}; -fraction = { -eight.dnom = -15; -four.dnom = -42; -fourinferior = -39; -seveninferior = 23; -two.dnom = -16; -zero.dnom = -22; -}; -g = { -bracketright = -11; -j = 29; -j.ss01 = 29; -parenright = -29; -slash = 21; -}; -g.ss06 = { -g.ss06 = 33; -}; -gcaron.ss06 = { -gcaron.ss06 = 33; -}; -gdotaccent = { -j = 29; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 33; -}; -germandbls = { -e = 13; -hyphen = 18; -parenright = -47; -}; -greater = { -T = -28; -parenright = -50; -}; -greaterequal = { -T = -21; -}; -guillemetleft = { -pi = 18; -}; -guillemetright = { -X = -75; -bracketright = -61; -}; -guilsinglright = { -X = -74; -}; -h = { -asterisk = -49; -}; -hyphen = { -Lslash = 28; -X = -47; -bracketright = -49; -foursuperior = -19; -pi = 0; -question = -91; -quotedblbase = -23; -quoteleft = -26; -quotesingle = -37; -x = -48; -}; -hyphen.case = { -Dcroat = 25; -X = -82; -bracketright.case = -47; -quotedblbase = -81; -quotedblbase.ss01 = -115; -quotesinglbase = -82; -}; -i = { -T = -14; -idieresis = 19; -jcircumflex = 22; -parenright = -8; -}; -i.ss01 = { -parenright = -20; -}; -iacute = { -rcaron = 11; -}; -icircumflex = { -b = 8; -h = 8; -i = 8; -icircumflex = 40; -j = 22; -k = 8; -l = 8; -l.ss03 = 14; -l.ss04 = 47; -question = 37; -quotedbl = 36; -quoteright = 24; -quotesingle = 36; -}; -idieresis = { -b = 15; -idieresis = 37; -k = 14; -l = 14; -l.ss03 = 20; -l.ss04 = 49; -}; -idotaccent = { -parenright = -8; -}; -idotaccent.ss01 = { -parenright = -20; -}; -imacron = { -b = 16; -imacron = 67; -j = 32; -k = 16; -kcommaaccent = 16; -l = 16; -l.ss04 = 50; -lcommaaccent = 16; -quotedbl = 38; -}; -infinity = { -parenright = -67; -parenright.case = -60; -}; -integral = { -a = -60; -}; -iogonek = { -j = 41; -}; -itilde = { -h = 15; -itilde = 36; -quotedbl = 45; -quotesingle = 45; -}; -j = { -j = 35; -}; -jacute = { -backslash = 47; -iogonek = 16; -}; -jcircumflex = { -i = 13; -jcircumflex = 96; -}; -k = { -oslash = 0; -}; -l = { -at = 0; -idieresis = 13; -igrave = 2; -itilde = 16; -jcircumflex = 24; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -4; -}; -l.ss03 = { -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -13; -}; -l.ss04 = { -periodcentered.loclCAT = 11; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 110; -l = 128; -ncaron = 15; -scaron = 18; -twosuperior = 84; -}; -lcaron.ss03 = { -b = 110; -eightsuperior = 89; -exclam = 109; -exclam.ss01 = 120; -fivesuperior = 90; -k = 109; -ninesuperior = 87; -onesuperior = 110; -question = 91; -quotedbl = 137; -quotesingle = 137; -sevensuperior = 121; -sixsuperior = 76; -}; -lcaron.ss04 = { -exclam.ss01 = 136; -twosuperior = 104; -}; -liraTurkish = { -one = -93; -parenright = -77; -question = -98; -quotedbl = -56; -quotesingle = -56; -seven = -102; -}; -logicalnot = { -Y = -130; -parenright = -98; -seven = -50; -}; -m = { -asterisk = -49; -braceright = -24; -twosuperior = -23; -}; -minus = { -T = -101; -X = -108; -comma = -69; -one = -13; -parenright = -82; -parenright.case = -77; -period = -66; -seven = -23; -three = -28; -two = -30; -}; -mu = { -mu = 13; -parenright = -44; -quotesingle = -31; -}; -multiply = { -parenright = -77; -parenright.case = -75; -}; -n = { -asterisk = -49; -at = 0; -braceright = -24; -degree = -57; -g.ss06 = 6; -n = 0; -one = -25; -ordmasculine = -48; -}; -ncaron = { -Yacute = -48; -}; -nine = { -bracketright = -39; -degree = -29; -}; -nine.dnom = { -degree = -125; -question = -100; -question.ss01 = -111; -quotedbl = -85; -quotedblleft = -80; -quotedblleft.ss01 = -55; -quotedblright = -48; -quotedblright.ss01 = -54; -}; -ninesuperior = { -comma = -144; -comma.ss01 = -123; -fraction = -21; -period = -144; -period.ss01 = -124; -slash = -87; -}; -notequal = { -parenright = -77; -parenright.case = -74; -}; -numbersign = { -parenright = -46; -}; -o = { -asterisk = -54; -backslash = -42; -braceright = -72; -germandbls = -2; -lslash = 0; -n = 0; -one = -29; -}; -oacute = { -lslash = 0; -}; -ocircumflexacute = { -bracketright = 31; -parenright = 37; -}; -odieresis = { -germandbls = -2; -}; -ohorn = { -i = 17; -m = 16; -n = 16; -parenright = -18; -}; -ohornacute = { -c = 12; -i = 17; -m = 16; -n = 16; -p = 12; -t = 27; -t_i.liga = 27; -t_t.liga = 27; -}; -ohorndotbelow = { -c = 12; -i = 17; -n = 16; -p = 12; -t = 27; -t_i.liga = 27; -t_t.liga = 27; -u = 18; -}; -ohorngrave = { -i = 17; -n = 16; -parenright = -18; -}; -ohornhookabove = { -i = 17; -n = 16; -}; -ohorntilde = { -i = 17; -n = 16; -}; -ohungarumlaut = { -parenright = 26; -}; -one = { -comma.ss01 = -31; -degree = -30; -equal = 0; -four = 0; -icircumflex = 22; -nine = 6; -one = 0; -parenright = -6; -percent = 0; -period.ss01 = -34; -seven = 0; -three = 0; -two = 2; -zero = 0; -}; -one.dnom = { -degree = -95; -one.dnom = 0; -question.ss01 = -118; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -136; -comma.ss01 = -123; -period = -133; -period.ss01 = -124; -slash = -77; -}; -ordfeminine = { -comma = -144; -comma.ss01 = -123; -period = -144; -period.ss01 = -124; -}; -ordmasculine = { -comma = -144; -comma.ss01 = -123; -hyphen = -50; -parenright = -41; -period = -144; -period.ss01 = -124; -slash = -92; -}; -oslash = { -d = 2; -e = 6; -g = 15; -hyphen = 24; -parenright = -28; -y = 0; -}; -p = { -asterisk = -51; -backslash = -41; -braceright = -70; -lslash = 0; -one = -26; -}; -parenleft = { -Dcroat = -36; -H = 0; -Icircumflex = 52; -Oslash = -27; -ampersand = -63; -approxequal = -69; -asciicircum = -73; -asciitilde = -107; -at = -66; -cent = -71; -copyright = -70; -degree = -56; -divide = -71; -dollar = -57; -equal = -60; -euro = -72; -greaterequal = -32; -i = -7; -idotaccent = -7; -infinity = -68; -iogonek = 18; -jcircumflex = 71; -less = -51; -literSign = -61; -logicalnot = -97; -minus = -83; -mu = -7; -multiply = -78; -notequal = -78; -numbersign = -46; -oslash = -17; -p = -9; -parenleft = -51; -pi = -46; -plus = -81; -plusminus = -28; -published = -70; -question = -28; -quotedblbase = 0; -quoteleft = -55; -radical = -53; -scaron = -22; -section = -48; -sterling = -41; -x = -37; -}; -parenleft.case = { -Icircumflex = 59; -approxequal = -56; -asciicircum = -72; -asciitilde = -103; -dollar = -48; -equal = -55; -euro = -65; -minus = -79; -numbersign = -45; -parenleft.case = -41; -plus = -75; -question = -29; -quotedblbase = -32; -quoteleft = -56; -}; -parenright = { -bracketright = -24; -comma = 2; -comma.ss01 = -19; -hyphen = 23; -parenleft = 27; -parenright = -51; -period = 1; -period.ss01 = -26; -quotedbl = -10; -}; -parenright.case = { -comma = -13; -comma.ss01 = -37; -parenright.case = -41; -period = -14; -period.ss01 = -38; -}; -percent = { -asterisk = -89; -bracketright = -52; -comma.ss01 = -22; -eightsuperior = -66; -fivesuperior = -77; -foursuperior = -87; -ninesuperior = -73; -onesuperior = -76; -parenright = -70; -parenright.case = -45; -period = 0; -period.ss01 = -25; -question = -93; -question.ss01 = -106; -quotedbl = -76; -quotedblleft = -85; -quotedblright = -53; -quoteleft = -85; -quoteright = -53; -quotesingle = -76; -sevensuperior = -73; -sixsuperior = -83; -threesuperior = -69; -twosuperior = -45; -}; -period = { -bracketright = -13; -eightsuperior = -144; -fivesuperior = -144; -foursuperior = -144; -ninesuperior = -144; -onesuperior = -144; -ordfeminine = -144; -ordmasculine = -144; -parenleft.case = -14; -question = -88; -quoteleft = -144; -quotesingle = -112; -sevensuperior = -144; -sixsuperior = -144; -threesuperior = -144; -twosuperior = -130; -}; -period.ss01 = { -bracketright = -26; -eightsuperior = -124; -fivesuperior = -124; -foursuperior = -124; -ninesuperior = -124; -onesuperior = -124; -ordfeminine = -124; -ordmasculine = -124; -question.ss01 = -119; -sevensuperior = -124; -sixsuperior = -124; -threesuperior = -124; -twosuperior = -124; -}; -periodcentered.loclCAT = { -l = 0; -l.ss03 = 14; -}; -perthousand = { -asterisk = -144; -parenright = -73; -parenright.case = -57; -question = -107; -question.ss01 = -119; -quotedblleft = -86; -quotedblleft.ss01 = -62; -quotedblright = -53; -quotedblright.ss01 = -60; -quoteleft = -86; -quoteright = -53; -}; -pi = { -hyphen = 0; -parenright = -36; -period = 4; -pi = 17; -quotesingle = -16; -}; -plus = { -J = -78; -T = -95; -V = -54; -X = -98; -Y = -97; -braceright = -81; -bracketright = -73; -comma = -69; -comma.ss01 = -110; -one = 0; -parenright = -80; -parenright.case = -74; -period = -66; -period.ss01 = -110; -quotedbl = -32; -seven = -14; -slash = -62; -three = -21; -two = -9; -}; -published = { -parenright = -69; -}; -q = { -bracketright = -2; -j = 30; -parenright = -9; -}; -question = { -A = -71; -J = -70; -comma = -75; -hyphen = -27; -parenright = -35; -parenright.case = -34; -period = -76; -question = 15; -questiondown = -77; -slash = -78; -}; -question.ss01 = { -comma.ss01 = -111; -parenright = -37; -parenright.case = -36; -period.ss01 = -113; -questiondown.ss01 = -88; -}; -questiondown.case = { -T = -87; -V = -74; -Y = -98; -quotedbl = -93; -quotedblleft = -108; -quotedblleft.ss01 = -105; -quoteright = -100; -}; -questiondown.ss01 = { -C = -89; -Q = -89; -Q.ss09 = -89; -T = -114; -V = -124; -Y = -162; -four = -104; -quotedbl = -127; -quotedblleft.ss01 = -119; -quotesingle = -112; -}; -quotedbl = { -ellipsis.ss01 = -226; -exclamdown = -45; -g.ss06 = -43; -icircumflex = 39; -mu = -31; -questiondown = -113; -questiondown.case = -74; -questiondown.ss01 = -117; -underscore = -226; -}; -quotedblbase = { -copyright = -60; -divide = -98; -equal = -37; -euro = -67; -minus = -107; -p = -9; -plus = -107; -question = -106; -quotedblright = -279; -quoteleft = -144; -}; -quotedblbase.ss01 = { -divide = -99; -minus = -99; -plus = -99; -question.ss01 = -114; -quotedblright.ss01 = -246; -}; -quotedblleft = { -g.ss06 = -28; -mu = -24; -questiondown = -100; -questiondown.case = -65; -quotedblbase = -259; -underscore = -231; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -246; -questiondown.ss01 = -112; -quotedblbase.ss01 = -246; -underscore = -231; -}; -quotedblright = { -asciitilde = -97; -questiondown = -119; -questiondown.case = -82; -quotesinglbase = -144; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -246; -questiondown.case = -81; -questiondown.ss01 = -115; -}; -quoteleft = { -questiondown = -100; -questiondown.case = -65; -quotedblbase = -144; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -123; -}; -quoteright = { -icircumflex = 31; -questiondown = -115; -quotedblbase = -144; -}; -quoteright.ss01 = { -questiondown.ss01 = -116; -quotedblbase.ss01 = -123; -}; -quotesinglbase = { -T = -121; -V = -113; -Y = -144; -minus = -106; -plus = -93; -question = -104; -quotedblleft = -144; -quoteleft = -144; -}; -quotesinglbase.ss01 = { -T = -122; -V = -115; -Y = -123; -question.ss01 = -112; -}; -quotesingle = { -Hbar = 43; -g.ss06 = -43; -icircumflex = 39; -igrave = 10; -imacron = 46; -itilde = 51; -l.ss04 = 43; -questiondown = -106; -questiondown.case = -74; -underscore = -112; -}; -r = { -braceright = -59; -fourinferior = -74; -g.ss06 = 0; -parenright = -53; -}; -radical = { -A = -94; -}; -rcaron = { -sevensuperior = 0; -}; -registered = { -comma = -106; -comma.ss01 = -123; -parenright = -60; -parenright.case = -60; -period = -104; -period.ss01 = -124; -slash = -79; -}; -s = { -asterisk = -44; -braceright = -53; -l = 0; -}; -scaron = { -T = -26; -}; -semicolon = { -hyphen = -5; -}; -seven = { -minus = -45; -percent = 24; -plus = -39; -underscore = -79; -}; -seven.dnom = { -question.ss01 = -112; -}; -seven.numr = { -fraction = -34; -}; -seveninferior = { -parenright = -63; -}; -sevensuperior = { -A = -100; -comma = -144; -comma.ss01 = -123; -fraction = -34; -period = -144; -period.ss01 = -124; -slash = -111; -}; -six = { -bracketright = -16; -degree = -22; -}; -six.dnom = { -degree = -117; -question.ss01 = -111; -quotedbl = -79; -quotedblleft = -68; -quotedblleft.ss01 = -49; -quotedblright = -40; -}; -sixinferior = { -T = -116; -}; -sixsuperior = { -comma = -144; -comma.ss01 = -123; -period = -144; -period.ss01 = -124; -slash = -82; -}; -slash = { -fourinferior = -102; -g.ss06 = -57; -ibreve = 33; -l.ss04 = 43; -mu = -32; -quotedblbase = -119; -quotedblbase.ss01 = -114; -quotesinglbase = -119; -underscore = -122; -}; -sterling = { -two = 16; -}; -t_i.liga = { -idieresis = 22; -}; -tcaron = { -b = 67; -exclam = 66; -h = 67; -hyphen = 0; -i = 52; -j = 76; -k = 67; -parenright = 66; -quotedbl = 81; -quotedblleft = 43; -quotesingle = 81; -}; -tcedilla = { -parenright = 5; -}; -tenge = { -comma = -106; -comma.ss01 = -123; -period = -107; -period.ss01 = -124; -slash = -76; -}; -three = { -bracketright = -7; -}; -three.dnom = { -degree = -116; -question.ss01 = -109; -quotedbl = -79; -quotedblleft = -68; -quotedblright = -40; -}; -three.numr = { -fraction = -13; -}; -threeinferior = { -T = -116; -V = -79; -Y = -134; -}; -threesuperior = { -comma = -144; -comma.ss01 = -123; -fraction = -4; -parenright = -25; -period = -144; -period.ss01 = -124; -slash = -78; -}; -trademark = { -comma = -144; -comma.ss01 = -123; -hyphen = -47; -period = -144; -period.ss01 = -124; -slash = -106; -}; -two = { -percent = 7; -}; -two.dnom = { -degree = -116; -question.ss01 = -113; -quotedbl = -79; -quotedblleft = -68; -quotedblright = -40; -}; -twoinferior = { -T = -116; -V = -77; -Y = -133; -}; -twosuperior = { -comma = -134; -comma.ss01 = -123; -parenright = -25; -parenright.case = -25; -period = -131; -period.ss01 = -124; -slash = -69; -}; -uhorn = { -a = -29; -ohorn = -29; -ohornacute = -29; -ohorndotbelow = -29; -ohorndotbelow.ss01 = -29; -ohorngrave = -29; -ohornhookabove = -29; -ohorntilde = -28; -}; -uhornacute = { -a = -29; -c = -29; -}; -uhorndotbelow = { -a = -29; -c = -29; -comma = -30; -period = -31; -}; -uhorngrave = { -a = -29; -a.ss05 = -23; -}; -uhornhookabove = { -a = -29; -comma = -30; -comma.ss01 = -54; -period = -31; -period.ss01 = -56; -}; -uhorntilde = { -a = -29; -comma = -30; -period = -31; -}; -uhungarumlaut = { -parenright = 14; -}; -underscore = { -C = -68; -O = -68; -T = -98; -V = -112; -W = -64; -Y = -133; -asterisk = -145; -four = -115; -one = -81; -quotedbl = -226; -quotedblright = -231; -quotedblright.ss01 = -231; -quotesingle = -112; -seven = -60; -six = -51; -v = -71; -}; -uogonek = { -j = 34; -parenright = -6; -}; -v = { -braceright = -55; -n = 0; -}; -w = { -braceright = -54; -}; -x = { -four = -32; -}; -y = { -braceright = -54; -}; -ydotbelow = { -period = -39; -}; -zero = { -braceright = -45; -bracketright = -43; -bracketright.case = -42; -degree = -31; -percent = 0; -}; -zero.dnom = { -degree = -125; -question = -99; -question.ss01 = -111; -quotedbl = -85; -quotedblleft = -80; -quotedblleft.ss01 = -55; -quotedblright = -49; -quotedblright.ss01 = -54; -quoteleft = -80; -}; -zeroinferior = { -parenright = -56; -}; -zerosuperior = { -comma = -144; -comma.ss01 = -123; -fraction = -18; -period = -144; -period.ss01 = -124; -slash = -86; -}; -}; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 34; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 26; -"@MMK_R_KO_O" = -41; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = -142; -"@MMK_R_KO_U" = -36; -"@MMK_R_KO_V" = -158; -"@MMK_R_KO_W" = -86; -"@MMK_R_KO_X" = 31; -"@MMK_R_KO_Y" = -156; -"@MMK_R_KO_Z" = 36; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -151; -"@MMK_R_KO_bracketright" = -81; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eightsuperior" = -88; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_fivesuperior" = -94; -"@MMK_R_KO_foursuperior" = -96; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -37; -"@MMK_R_KO_hyphen.case" = -67; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -91; -"@MMK_R_KO_onesuperior" = -111; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -86; -"@MMK_R_KO_question.ss01" = -101; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -137; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -134; -"@MMK_R_KO_six" = -26; -"@MMK_R_KO_sixsuperior" = -98; -"@MMK_R_KO_slash" = 30; -"@MMK_R_KO_t" = -45; -"@MMK_R_KO_threesuperior" = -87; -"@MMK_R_KO_trademark" = -182; -"@MMK_R_KO_u" = -19; -"@MMK_R_KO_underscore" = 16; -"@MMK_R_KO_v" = -89; -"@MMK_R_KO_w" = -66; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = -70; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -21; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = -27; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = -12; -"@MMK_R_KO_Y" = -22; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -38; -"@MMK_R_KO_bracketright" = -41; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -8; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -48; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 26; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 47; -"@MMK_R_KO_imacron" = 94; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -7; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_parenright.case" = -33; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = 9; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -17; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -43; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -20; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -21; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -32; -"@MMK_R_KO_J" = -45; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 28; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -23; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = -33; -"@MMK_R_KO_Y" = -32; -"@MMK_R_KO_Z" = -23; -"@MMK_R_KO_a" = 13; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -22; -"@MMK_R_KO_bracketright" = -71; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -39; -"@MMK_R_KO_comma.ss01" = -51; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -70; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = -38; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 38; -"@MMK_R_KO_imacron" = 56; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_parenright.case" = -69; -"@MMK_R_KO_period" = -39; -"@MMK_R_KO_period.ss01" = -59; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -27; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = 10; -"@MMK_R_KO_slash" = -28; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -53; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -47; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -41; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = -51; -"@MMK_R_KO_J" = -57; -"@MMK_R_KO_O" = 32; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -58; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -41; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = -51; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = -43; -"@MMK_R_KO_a" = 24; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -63; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 24; -"@MMK_R_KO_egrave" = 24; -"@MMK_R_KO_eightsuperior" = 4; -"@MMK_R_KO_ellipsis" = -84; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = 27; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 35; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 38; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -81; -"@MMK_R_KO_parenright.case" = -76; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = 26; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 7; -"@MMK_R_KO_trademark" = -61; -"@MMK_R_KO_u" = 15; -"@MMK_R_KO_underscore" = -65; -"@MMK_R_KO_v" = 14; -"@MMK_R_KO_w" = 16; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 14; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -41; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -51; -"@MMK_R_KO_J" = -57; -"@MMK_R_KO_O" = 32; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -58; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -41; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = -51; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = -43; -"@MMK_R_KO_a" = 24; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_bracketright" = -63; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 24; -"@MMK_R_KO_egrave" = 24; -"@MMK_R_KO_eightsuperior" = 4; -"@MMK_R_KO_ellipsis" = -84; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 35; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -81; -"@MMK_R_KO_parenright.case" = -76; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_threesuperior" = 7; -"@MMK_R_KO_u" = 15; -"@MMK_R_KO_y" = 14; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 24; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = -22; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 25; -"@MMK_R_KO_X" = 18; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = 33; -"@MMK_R_KO_a" = -30; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asciicircum" = -63; -"@MMK_R_KO_bracketright" = -8; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -36; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -53; -"@MMK_R_KO_g" = -18; -"@MMK_R_KO_guillemetleft" = -40; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -49; -"@MMK_R_KO_hyphen.case" = -8; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 11; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 38; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_parenright.case" = -10; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -32; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -21; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -14; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = 14; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -9; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -48; -"@MMK_R_KO_w" = -41; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -50; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -88; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = -144; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = 16; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_a.ss05" = -36; -"@MMK_R_KO_asciicircum" = -60; -"@MMK_R_KO_bracketright" = -8; -"@MMK_R_KO_colon" = -58; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -28; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -230; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -50; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -56; -"@MMK_R_KO_g" = -25; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = -59; -"@MMK_R_KO_hyphen" = -45; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = 38; -"@MMK_R_KO_n" = -38; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -31; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -28; -"@MMK_R_KO_sevensuperior" = 3; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = -94; -"@MMK_R_KO_t" = -51; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = -31; -"@MMK_R_KO_underscore" = -224; -"@MMK_R_KO_v" = -44; -"@MMK_R_KO_w" = -36; -"@MMK_R_KO_x" = -74; -"@MMK_R_KO_y" = -46; -"@MMK_R_KO_z" = -107; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -34; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -45; -"@MMK_R_KO_J" = -52; -"@MMK_R_KO_O" = 24; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -51; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -37; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = -46; -"@MMK_R_KO_Y" = -47; -"@MMK_R_KO_Z" = -35; -"@MMK_R_KO_a" = 19; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -39; -"@MMK_R_KO_bracketright" = -65; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -42; -"@MMK_R_KO_comma.ss01" = -56; -"@MMK_R_KO_e" = 19; -"@MMK_R_KO_egrave" = 19; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -79; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 21; -"@MMK_R_KO_guillemetleft" = 17; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 33; -"@MMK_R_KO_hyphen.case" = 19; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 42; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -72; -"@MMK_R_KO_parenright.case" = -67; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 23; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -62; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_underscore" = -55; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 21; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 16; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -52; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -37; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = -47; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = -54; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 21; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 30; -"@MMK_R_KO_imacron" = 47; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -24; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -39; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -45; -"@MMK_R_KO_bracketright" = -3; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -31; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 90; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 20; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = -9; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 1; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -15; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 30; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 45; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = -51; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 34; -"@MMK_R_KO_X" = 28; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = 34; -"@MMK_R_KO_a" = -31; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asciicircum" = -85; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -36; -"@MMK_R_KO_egrave" = -38; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -81; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -36; -"@MMK_R_KO_hyphen" = -99; -"@MMK_R_KO_hyphen.case" = -99; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 20; -"@MMK_R_KO_imacron" = 11; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 38; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -17; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -42; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = 29; -"@MMK_R_KO_t" = -41; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -10; -"@MMK_R_KO_u" = -31; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -89; -"@MMK_R_KO_w" = -77; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -88; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -20; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -22; -"@MMK_R_KO_comma.ss01" = -38; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -57; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 7; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 49; -"@MMK_R_KO_imacron" = 97; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 27; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 4; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -22; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = 7; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -9; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -29; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 30; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 33; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = -52; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 21; -"@MMK_R_KO_X" = 25; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = 31; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -90; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_egrave" = -37; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -76; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -80; -"@MMK_R_KO_hyphen.case" = -111; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 59; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -3; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -14; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -22; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = -21; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = -45; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -9; -"@MMK_R_KO_u" = -33; -"@MMK_R_KO_underscore" = 13; -"@MMK_R_KO_v" = -80; -"@MMK_R_KO_w" = -66; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -73; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 18; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = 19; -"@MMK_R_KO_O" = -70; -"@MMK_R_KO_S" = -32; -"@MMK_R_KO_T" = -138; -"@MMK_R_KO_U" = -54; -"@MMK_R_KO_V" = -181; -"@MMK_R_KO_W" = -89; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_Y" = -146; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -16; -"@MMK_R_KO_asciicircum" = -288; -"@MMK_R_KO_bracketright" = -90; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -53; -"@MMK_R_KO_egrave" = -51; -"@MMK_R_KO_eightsuperior" = -220; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -46; -"@MMK_R_KO_fivesuperior" = -220; -"@MMK_R_KO_foursuperior" = -220; -"@MMK_R_KO_g" = -22; -"@MMK_R_KO_guillemetleft" = -90; -"@MMK_R_KO_guillemetright" = -34; -"@MMK_R_KO_hyphen" = -189; -"@MMK_R_KO_hyphen.case" = -189; -"@MMK_R_KO_i" = -12; -"@MMK_R_KO_icircumflex" = -12; -"@MMK_R_KO_imacron" = -12; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_l.ss04" = -12; -"@MMK_R_KO_n" = -12; -"@MMK_R_KO_ninesuperior" = -223; -"@MMK_R_KO_onesuperior" = -111; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -85; -"@MMK_R_KO_question.ss01" = -100; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -137; -"@MMK_R_KO_quotedblleft.ss01" = -128; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -137; -"@MMK_R_KO_quoteright.ss01" = -128; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_sevensuperior" = -185; -"@MMK_R_KO_six" = -44; -"@MMK_R_KO_sixsuperior" = -223; -"@MMK_R_KO_slash" = 16; -"@MMK_R_KO_t" = -63; -"@MMK_R_KO_threesuperior" = -214; -"@MMK_R_KO_trademark" = -280; -"@MMK_R_KO_u" = -47; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -104; -"@MMK_R_KO_w" = -77; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = -99; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = 19; -"@MMK_R_KO_O" = -57; -"@MMK_R_KO_S" = -32; -"@MMK_R_KO_T" = -138; -"@MMK_R_KO_U" = -48; -"@MMK_R_KO_V" = -180; -"@MMK_R_KO_W" = -89; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_Y" = -146; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_a.ss05" = -16; -"@MMK_R_KO_bracketright" = -90; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -53; -"@MMK_R_KO_egrave" = -52; -"@MMK_R_KO_eightsuperior" = -122; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_fivesuperior" = -133; -"@MMK_R_KO_foursuperior" = -113; -"@MMK_R_KO_guillemetleft" = -90; -"@MMK_R_KO_guillemetright" = -34; -"@MMK_R_KO_hyphen" = -166; -"@MMK_R_KO_hyphen.case" = -138; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_ninesuperior" = -135; -"@MMK_R_KO_onesuperior" = -111; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -85; -"@MMK_R_KO_question.ss01" = -100; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -137; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -23; -"@MMK_R_KO_sevensuperior" = -185; -"@MMK_R_KO_sixsuperior" = -135; -"@MMK_R_KO_slash" = 16; -"@MMK_R_KO_threesuperior" = -116; -"@MMK_R_KO_u" = -44; -"@MMK_R_KO_y" = -96; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -41; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -51; -"@MMK_R_KO_J" = -57; -"@MMK_R_KO_O" = 33; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -57; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -41; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = -51; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = -43; -"@MMK_R_KO_a" = 25; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -62; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 25; -"@MMK_R_KO_egrave" = 25; -"@MMK_R_KO_eightsuperior" = 5; -"@MMK_R_KO_ellipsis" = -84; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = 27; -"@MMK_R_KO_guillemetleft" = 12; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 25; -"@MMK_R_KO_hyphen.case" = 36; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 39; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = -80; -"@MMK_R_KO_parenright.case" = -75; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 8; -"@MMK_R_KO_trademark" = -61; -"@MMK_R_KO_u" = 16; -"@MMK_R_KO_underscore" = -64; -"@MMK_R_KO_v" = 14; -"@MMK_R_KO_w" = 16; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 14; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -41; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -51; -"@MMK_R_KO_J" = -57; -"@MMK_R_KO_O" = 33; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -57; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -41; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = -51; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = -43; -"@MMK_R_KO_a" = 24; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_bracketright" = -62; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 25; -"@MMK_R_KO_egrave" = 25; -"@MMK_R_KO_eightsuperior" = 5; -"@MMK_R_KO_ellipsis" = -84; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = 27; -"@MMK_R_KO_guillemetleft" = 12; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 25; -"@MMK_R_KO_hyphen.case" = 36; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = -80; -"@MMK_R_KO_parenright.case" = -75; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -35; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 8; -"@MMK_R_KO_trademark" = -61; -"@MMK_R_KO_u" = 16; -"@MMK_R_KO_underscore" = -64; -"@MMK_R_KO_v" = 14; -"@MMK_R_KO_w" = 16; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 14; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -40; -"@MMK_R_KO_O" = 33; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -46; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_X" = -48; -"@MMK_R_KO_bracketright" = -31; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -61; -"@MMK_R_KO_e" = 25; -"@MMK_R_KO_ellipsis" = -84; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 25; -"@MMK_R_KO_hyphen.case" = 36; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_slash" = -35; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -79; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -20; -"@MMK_R_KO_J" = -154; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = -29; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = -31; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -19; -"@MMK_R_KO_bracketright" = -63; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = 20; -"@MMK_R_KO_ellipsis" = -230; -"@MMK_R_KO_exclam" = 26; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = 9; -"@MMK_R_KO_foursuperior" = 21; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = -46; -"@MMK_R_KO_hyphen.case" = 13; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 59; -"@MMK_R_KO_imacron" = 89; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 13; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 10; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -54; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 30; -"@MMK_R_KO_question.ss01" = 3; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 8; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_six" = 20; -"@MMK_R_KO_sixsuperior" = 23; -"@MMK_R_KO_slash" = -90; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 20; -"@MMK_R_KO_trademark" = -32; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -224; -"@MMK_R_KO_v" = 27; -"@MMK_R_KO_w" = 38; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 23; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 31; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 17; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = -73; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = -55; -"@MMK_R_KO_W" = -43; -"@MMK_R_KO_X" = 27; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = 31; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -50; -"@MMK_R_KO_bracketright" = -60; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 9; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -18; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -34; -"@MMK_R_KO_quotedblleft" = -47; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteleft" = -47; -"@MMK_R_KO_quoteright" = -34; -"@MMK_R_KO_quoteright.ss01" = -30; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -52; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 33; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -75; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 10; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = -9; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 56; -"@MMK_R_KO_imacron" = 98; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = 18; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -11; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = 4; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -36; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 8; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 29; -"@MMK_R_KO_T" = -36; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = -10; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 20; -"@MMK_R_KO_a.ss05" = 19; -"@MMK_R_KO_asciicircum" = -47; -"@MMK_R_KO_bracketright" = -52; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 21; -"@MMK_R_KO_egrave" = 21; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = 20; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 31; -"@MMK_R_KO_hyphen.case" = -10; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 39; -"@MMK_R_KO_imacron" = 69; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period" = -9; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -14; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 17; -"@MMK_R_KO_sevensuperior" = -24; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_trademark" = -59; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -19; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 29; -"@MMK_R_KO_T" = -36; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = -10; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 20; -"@MMK_R_KO_a.ss05" = 19; -"@MMK_R_KO_bracketright" = -48; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 21; -"@MMK_R_KO_egrave" = 21; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = 20; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 31; -"@MMK_R_KO_hyphen.case" = -10; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 39; -"@MMK_R_KO_imacron" = 69; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period" = -9; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -14; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 17; -"@MMK_R_KO_sevensuperior" = -24; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -142; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = -137; -"@MMK_R_KO_O" = -57; -"@MMK_R_KO_S" = -27; -"@MMK_R_KO_T" = 17; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 16; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -155; -"@MMK_R_KO_a.ss05" = -67; -"@MMK_R_KO_asciicircum" = -81; -"@MMK_R_KO_bracketright" = -10; -"@MMK_R_KO_colon" = -71; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -154; -"@MMK_R_KO_egrave" = -90; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -182; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -60; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -83; -"@MMK_R_KO_g" = -153; -"@MMK_R_KO_guillemetleft" = -110; -"@MMK_R_KO_guillemetright" = -110; -"@MMK_R_KO_hyphen" = -138; -"@MMK_R_KO_hyphen.case" = -138; -"@MMK_R_KO_i" = -26; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -26; -"@MMK_R_KO_l.ss04" = 37; -"@MMK_R_KO_n" = -142; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -31; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -17; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -156; -"@MMK_R_KO_sevensuperior" = 6; -"@MMK_R_KO_six" = -46; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = -134; -"@MMK_R_KO_t" = -68; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -7; -"@MMK_R_KO_u" = -132; -"@MMK_R_KO_underscore" = -157; -"@MMK_R_KO_v" = -152; -"@MMK_R_KO_w" = -146; -"@MMK_R_KO_x" = -155; -"@MMK_R_KO_y" = -145; -"@MMK_R_KO_z" = -156; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = -46; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -38; -"@MMK_R_KO_bracketright" = -20; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -39; -"@MMK_R_KO_comma.ss01" = -50; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -76; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_imacron" = 102; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 31; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = 4; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -40; -"@MMK_R_KO_period.ss01" = -63; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = 3; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -5; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -50; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = -46; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -39; -"@MMK_R_KO_comma.ss01" = -50; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -76; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 31; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = 4; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = -40; -"@MMK_R_KO_period.ss01" = -63; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = 3; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 28; -"@MMK_R_KO_I.ss02" = 55; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_T" = 60; -"@MMK_R_KO_U" = 39; -"@MMK_R_KO_V" = 67; -"@MMK_R_KO_X" = 46; -"@MMK_R_KO_Y" = 67; -"@MMK_R_KO_Z" = 50; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_bracketright" = 106; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -39; -"@MMK_R_KO_comma.ss01" = -50; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_eightsuperior" = 41; -"@MMK_R_KO_ellipsis" = -76; -"@MMK_R_KO_exclam" = 56; -"@MMK_R_KO_fivesuperior" = 45; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = 42; -"@MMK_R_KO_onesuperior" = 43; -"@MMK_R_KO_parenright" = 106; -"@MMK_R_KO_parenright.case" = 106; -"@MMK_R_KO_period" = -40; -"@MMK_R_KO_period.ss01" = -63; -"@MMK_R_KO_question" = 24; -"@MMK_R_KO_question.ss01" = 2; -"@MMK_R_KO_quotedbl" = 59; -"@MMK_R_KO_quoteright" = 45; -"@MMK_R_KO_quoteright.ss01" = 37; -"@MMK_R_KO_sevensuperior" = 83; -"@MMK_R_KO_sixsuperior" = 32; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_threesuperior" = 41; -"@MMK_R_KO_u" = 0; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -158; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 29; -"@MMK_R_KO_J" = -152; -"@MMK_R_KO_O" = -41; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 34; -"@MMK_R_KO_W" = 36; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = 33; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = -77; -"@MMK_R_KO_a.ss05" = -69; -"@MMK_R_KO_asciicircum" = -73; -"@MMK_R_KO_bracketright" = -7; -"@MMK_R_KO_colon" = -38; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -79; -"@MMK_R_KO_egrave" = -77; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -209; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = -36; -"@MMK_R_KO_g" = -75; -"@MMK_R_KO_guillemetleft" = -85; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = -96; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 40; -"@MMK_R_KO_imacron" = 96; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 45; -"@MMK_R_KO_n" = -58; -"@MMK_R_KO_ninesuperior" = 7; -"@MMK_R_KO_onesuperior" = 11; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 16; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 12; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 7; -"@MMK_R_KO_quoteright.ss01" = 7; -"@MMK_R_KO_s" = -71; -"@MMK_R_KO_sevensuperior" = 22; -"@MMK_R_KO_six" = -37; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -174; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -45; -"@MMK_R_KO_underscore" = -191; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_x" = -38; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = -53; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -93; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 34; -"@MMK_R_KO_J" = -92; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = 39; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 36; -"@MMK_R_KO_W" = 40; -"@MMK_R_KO_X" = 11; -"@MMK_R_KO_Y" = 32; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -46; -"@MMK_R_KO_asciicircum" = -56; -"@MMK_R_KO_bracketright" = -11; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -52; -"@MMK_R_KO_egrave" = -51; -"@MMK_R_KO_eightsuperior" = 4; -"@MMK_R_KO_ellipsis" = -117; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = -47; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen" = -58; -"@MMK_R_KO_hyphen.case" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 56; -"@MMK_R_KO_imacron" = 114; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 45; -"@MMK_R_KO_n" = -28; -"@MMK_R_KO_ninesuperior" = 8; -"@MMK_R_KO_onesuperior" = 12; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 10; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 21; -"@MMK_R_KO_quoteright.ss01" = 18; -"@MMK_R_KO_s" = -40; -"@MMK_R_KO_sevensuperior" = 21; -"@MMK_R_KO_six" = -22; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -97; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = 2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_underscore" = -115; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -19; -"@MMK_R_KO_y" = -8; -"@MMK_R_KO_z" = -25; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 30; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 29; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = -52; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_X" = 26; -"@MMK_R_KO_Y" = 11; -"@MMK_R_KO_Z" = 30; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -98; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -74; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -80; -"@MMK_R_KO_hyphen.case" = -107; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 15; -"@MMK_R_KO_imacron" = 62; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -19; -"@MMK_R_KO_question.ss01" = -27; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -25; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = -13; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = -43; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_trademark" = -14; -"@MMK_R_KO_u" = -33; -"@MMK_R_KO_underscore" = 13; -"@MMK_R_KO_v" = -68; -"@MMK_R_KO_w" = -63; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -68; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -157; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = -145; -"@MMK_R_KO_O" = -51; -"@MMK_R_KO_S" = -22; -"@MMK_R_KO_T" = 16; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 33; -"@MMK_R_KO_W" = 33; -"@MMK_R_KO_X" = 11; -"@MMK_R_KO_Y" = 32; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -108; -"@MMK_R_KO_a.ss05" = -79; -"@MMK_R_KO_asciicircum" = -84; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = -59; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -114; -"@MMK_R_KO_egrave" = -82; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -199; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -43; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -56; -"@MMK_R_KO_g" = -103; -"@MMK_R_KO_guillemetleft" = -110; -"@MMK_R_KO_guillemetright" = -69; -"@MMK_R_KO_hyphen" = -144; -"@MMK_R_KO_hyphen.case" = -101; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 85; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 37; -"@MMK_R_KO_n" = -77; -"@MMK_R_KO_ninesuperior" = 2; -"@MMK_R_KO_onesuperior" = 4; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -89; -"@MMK_R_KO_sevensuperior" = 19; -"@MMK_R_KO_six" = -42; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = -150; -"@MMK_R_KO_t" = -44; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -69; -"@MMK_R_KO_underscore" = -170; -"@MMK_R_KO_v" = -49; -"@MMK_R_KO_w" = -53; -"@MMK_R_KO_x" = -58; -"@MMK_R_KO_y" = -49; -"@MMK_R_KO_z" = -63; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 22; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = 15; -"@MMK_R_KO_O" = -45; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 27; -"@MMK_R_KO_X" = 30; -"@MMK_R_KO_Y" = 21; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -46; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -83; -"@MMK_R_KO_bracketright" = -11; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -49; -"@MMK_R_KO_egrave" = -36; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -64; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = -161; -"@MMK_R_KO_hyphen.case" = -111; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 42; -"@MMK_R_KO_imacron" = 81; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -9; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_sevensuperior" = 6; -"@MMK_R_KO_six" = -32; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 17; -"@MMK_R_KO_t" = -44; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -3; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -59; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = -54; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -144; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -58; -"@MMK_R_KO_W" = -27; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -77; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -53; -"@MMK_R_KO_bracketright" = -74; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 1; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -54; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -27; -"@MMK_R_KO_quotedbl" = -31; -"@MMK_R_KO_quotedblleft" = -58; -"@MMK_R_KO_quotedblleft.ss01" = -44; -"@MMK_R_KO_quoteleft" = -58; -"@MMK_R_KO_quoteright" = -48; -"@MMK_R_KO_quoteright.ss01" = -36; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -69; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -78; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 1; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 23; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -146; -"@MMK_R_KO_U" = -22; -"@MMK_R_KO_V" = -85; -"@MMK_R_KO_W" = -67; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = -123; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -79; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = -37; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_fivesuperior" = -43; -"@MMK_R_KO_foursuperior" = -43; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_onesuperior" = -74; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -59; -"@MMK_R_KO_question.ss01" = -74; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -95; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -78; -"@MMK_R_KO_six" = -13; -"@MMK_R_KO_sixsuperior" = -42; -"@MMK_R_KO_slash" = 30; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_threesuperior" = -36; -"@MMK_R_KO_trademark" = -94; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 19; -"@MMK_R_KO_v" = -35; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_x" = 15; -"@MMK_R_KO_y" = -36; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 23; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -96; -"@MMK_R_KO_U" = -22; -"@MMK_R_KO_V" = -64; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = -82; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -70; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 8; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = -37; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_fivesuperior" = -41; -"@MMK_R_KO_foursuperior" = -40; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -62; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -53; -"@MMK_R_KO_question.ss01" = -71; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -78; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -68; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_sixsuperior" = -42; -"@MMK_R_KO_slash" = 35; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_threesuperior" = -34; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 19; -"@MMK_R_KO_v" = -34; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 23; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_T" = -143; -"@MMK_R_KO_a" = -18; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = -47; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -151; -"@MMK_R_KO_H" = -44; -"@MMK_R_KO_O" = -33; -"@MMK_R_KO_T" = -81; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_e" = -64; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_i" = -43; -"@MMK_R_KO_n" = -52; -"@MMK_R_KO_t" = -7; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -173; -"@MMK_R_KO_H" = -91; -"@MMK_R_KO_O" = -81; -"@MMK_R_KO_T" = -225; -"@MMK_R_KO_a" = -90; -"@MMK_R_KO_e" = -90; -"@MMK_R_KO_f" = -86; -"@MMK_R_KO_i" = -84; -"@MMK_R_KO_n" = -100; -"@MMK_R_KO_t" = -89; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -112; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = -146; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -19; -"@MMK_R_KO_a" = -51; -"@MMK_R_KO_a.ss05" = -48; -"@MMK_R_KO_asterisk" = 27; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -63; -"@MMK_R_KO_eight" = 12; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -105; -"@MMK_R_KO_g" = -49; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -146; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = 18; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_parenright.case" = -47; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 10; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -43; -"@MMK_R_KO_seven" = 31; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -131; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = 18; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -84; -"@MMK_R_KO_O" = -63; -"@MMK_R_KO_S" = -51; -"@MMK_R_KO_T" = -10; -"@MMK_R_KO_U" = -20; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_Y" = -5; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -82; -"@MMK_R_KO_a.ss05" = -83; -"@MMK_R_KO_asterisk" = -66; -"@MMK_R_KO_colon" = -71; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = -82; -"@MMK_R_KO_egrave" = -82; -"@MMK_R_KO_eight" = -40; -"@MMK_R_KO_ellipsis" = -101; -"@MMK_R_KO_f" = -65; -"@MMK_R_KO_five" = -35; -"@MMK_R_KO_four" = -84; -"@MMK_R_KO_g" = -34; -"@MMK_R_KO_guillemetleft" = -88; -"@MMK_R_KO_guillemetright" = -88; -"@MMK_R_KO_hyphen" = -90; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 63; -"@MMK_R_KO_n" = -74; -"@MMK_R_KO_nine" = -44; -"@MMK_R_KO_one" = -84; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = -32; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -29; -"@MMK_R_KO_s" = -85; -"@MMK_R_KO_seven" = -13; -"@MMK_R_KO_six" = -57; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = -69; -"@MMK_R_KO_three" = -65; -"@MMK_R_KO_two" = -55; -"@MMK_R_KO_u" = -98; -"@MMK_R_KO_v" = -85; -"@MMK_R_KO_w" = -80; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = -81; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = -60; -"@MMK_R_KO_S" = -53; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_asterisk" = -66; -"@MMK_R_KO_colon" = -13; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_eight" = -32; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_five" = -11; -"@MMK_R_KO_four" = -85; -"@MMK_R_KO_guillemetleft" = -88; -"@MMK_R_KO_guillemetright" = -84; -"@MMK_R_KO_hyphen.case" = -91; -"@MMK_R_KO_nine" = -43; -"@MMK_R_KO_one" = -77; -"@MMK_R_KO_period" = -12; -"@MMK_R_KO_period.ss01" = -37; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -49; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteright" = -32; -"@MMK_R_KO_quoteright.ss01" = -29; -"@MMK_R_KO_seven" = -14; -"@MMK_R_KO_six" = -49; -"@MMK_R_KO_slash" = 34; -"@MMK_R_KO_three" = -65; -"@MMK_R_KO_two" = -14; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -36; -"@MMK_R_KO_J" = -41; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -158; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -74; -"@MMK_R_KO_W" = -43; -"@MMK_R_KO_X" = -27; -"@MMK_R_KO_Y" = -94; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_asciicircum" = -54; -"@MMK_R_KO_bracketright" = -90; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -22; -"@MMK_R_KO_comma.ss01" = -37; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -52; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -47; -"@MMK_R_KO_parenright" = -84; -"@MMK_R_KO_period" = -26; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -74; -"@MMK_R_KO_quotedbl" = -60; -"@MMK_R_KO_quotedblleft" = -87; -"@MMK_R_KO_quotedblleft.ss01" = -58; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -64; -"@MMK_R_KO_s" = 22; -"@MMK_R_KO_sevensuperior" = -57; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = -16; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -79; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -29; -"@MMK_R_KO_v" = -5; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -21; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -73; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_eight" = -11; -"@MMK_R_KO_five" = -26; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -73; -"@MMK_R_KO_hyphen.case" = -73; -"@MMK_R_KO_nine" = -22; -"@MMK_R_KO_one" = -73; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_quotedbl" = -73; -"@MMK_R_KO_quotedblleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_seven" = -73; -"@MMK_R_KO_six" = -32; -"@MMK_R_KO_three" = -25; -"@MMK_R_KO_two" = 3; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -153; -"@MMK_R_KO_H" = -20; -"@MMK_R_KO_O" = -30; -"@MMK_R_KO_T" = -35; -"@MMK_R_KO_a" = -72; -"@MMK_R_KO_e" = -75; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_i" = -25; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_t" = -15; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -38; -"@MMK_R_KO_J" = -43; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -159; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -80; -"@MMK_R_KO_W" = -48; -"@MMK_R_KO_X" = -26; -"@MMK_R_KO_Y" = -102; -"@MMK_R_KO_Z" = -19; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -60; -"@MMK_R_KO_bracketright" = -89; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -53; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = 13; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -50; -"@MMK_R_KO_parenright" = -87; -"@MMK_R_KO_period" = -21; -"@MMK_R_KO_period.ss01" = -43; -"@MMK_R_KO_question" = -50; -"@MMK_R_KO_question.ss01" = -80; -"@MMK_R_KO_quotedbl" = -66; -"@MMK_R_KO_quotedblleft" = -95; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -59; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = -20; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -83; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -31; -"@MMK_R_KO_v" = -16; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -23; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -28; -"@MMK_R_KO_J" = -41; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -99; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -75; -"@MMK_R_KO_W" = -46; -"@MMK_R_KO_X" = -26; -"@MMK_R_KO_Y" = -86; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_bracketright" = -86; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -53; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = 13; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = -46; -"@MMK_R_KO_parenright" = -80; -"@MMK_R_KO_period" = -21; -"@MMK_R_KO_period.ss01" = -42; -"@MMK_R_KO_question" = -49; -"@MMK_R_KO_question.ss01" = -64; -"@MMK_R_KO_quotedbl" = -56; -"@MMK_R_KO_quotedblleft" = -84; -"@MMK_R_KO_quotedblleft.ss01" = -64; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -63; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -58; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -31; -"@MMK_R_KO_v" = -16; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -23; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -22; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -3; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asterisk" = 13; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -8; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 15; -"@MMK_R_KO_egrave" = 15; -"@MMK_R_KO_eight" = 27; -"@MMK_R_KO_ellipsis" = -48; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 15; -"@MMK_R_KO_four" = 26; -"@MMK_R_KO_g" = 14; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 25; -"@MMK_R_KO_hyphen.case" = -5; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 16; -"@MMK_R_KO_one" = 8; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_parenright.case" = -34; -"@MMK_R_KO_period" = -9; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_seven" = 10; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 24; -"@MMK_R_KO_two" = 16; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = -31; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -84; -"@MMK_R_KO_S" = -54; -"@MMK_R_KO_T" = -183; -"@MMK_R_KO_U" = -76; -"@MMK_R_KO_V" = -209; -"@MMK_R_KO_W" = -112; -"@MMK_R_KO_Y" = -198; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_a.ss05" = -30; -"@MMK_R_KO_asterisk" = -146; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -65; -"@MMK_R_KO_egrave" = -66; -"@MMK_R_KO_eight" = -48; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_f" = -62; -"@MMK_R_KO_five" = -59; -"@MMK_R_KO_four" = -221; -"@MMK_R_KO_g" = -41; -"@MMK_R_KO_guillemetleft" = -91; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_hyphen" = -230; -"@MMK_R_KO_hyphen.case" = -230; -"@MMK_R_KO_i" = -30; -"@MMK_R_KO_j" = -28; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_nine" = -54; -"@MMK_R_KO_one" = -91; -"@MMK_R_KO_parenright" = -78; -"@MMK_R_KO_parenright.case" = -39; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -148; -"@MMK_R_KO_quotedblleft" = -137; -"@MMK_R_KO_quoteright" = -137; -"@MMK_R_KO_s" = -39; -"@MMK_R_KO_seven" = -104; -"@MMK_R_KO_six" = -66; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -72; -"@MMK_R_KO_three" = -52; -"@MMK_R_KO_two" = -5; -"@MMK_R_KO_u" = -62; -"@MMK_R_KO_v" = -114; -"@MMK_R_KO_w" = -88; -"@MMK_R_KO_y" = -111; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -23; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -79; -"@MMK_R_KO_S" = -47; -"@MMK_R_KO_T" = -186; -"@MMK_R_KO_U" = -68; -"@MMK_R_KO_V" = -203; -"@MMK_R_KO_W" = -109; -"@MMK_R_KO_Y" = -200; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -56; -"@MMK_R_KO_a.ss05" = -25; -"@MMK_R_KO_asterisk" = -146; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_egrave" = -52; -"@MMK_R_KO_eight" = -42; -"@MMK_R_KO_f" = -62; -"@MMK_R_KO_five" = -51; -"@MMK_R_KO_four" = -197; -"@MMK_R_KO_g" = -41; -"@MMK_R_KO_guillemetleft" = -86; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -210; -"@MMK_R_KO_hyphen.case" = -227; -"@MMK_R_KO_i" = -21; -"@MMK_R_KO_j" = -20; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = -47; -"@MMK_R_KO_one" = -92; -"@MMK_R_KO_parenright" = -75; -"@MMK_R_KO_parenright.case" = -38; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_quotedbl" = -148; -"@MMK_R_KO_quotedblleft.ss01" = -128; -"@MMK_R_KO_quoteright.ss01" = -128; -"@MMK_R_KO_s" = -32; -"@MMK_R_KO_seven" = -101; -"@MMK_R_KO_six" = -59; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -70; -"@MMK_R_KO_three" = -44; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -56; -"@MMK_R_KO_v" = -110; -"@MMK_R_KO_w" = -84; -"@MMK_R_KO_y" = -107; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -99; -"@MMK_R_KO_J" = -146; -"@MMK_R_KO_O" = 25; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -139; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -96; -"@MMK_R_KO_W" = -56; -"@MMK_R_KO_Y" = -143; -"@MMK_R_KO_Z" = -72; -"@MMK_R_KO_a" = 31; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -71; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = 32; -"@MMK_R_KO_egrave" = 32; -"@MMK_R_KO_eight" = 24; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 32; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -11; -"@MMK_R_KO_one" = -78; -"@MMK_R_KO_parenright" = -95; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -137; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_seven" = -110; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_slash" = -47; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -48; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_v" = -36; -"@MMK_R_KO_w" = -19; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = -80; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -49; -"@MMK_R_KO_H" = 17; -"@MMK_R_KO_I.ss02" = 31; -"@MMK_R_KO_J" = -61; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 34; -"@MMK_R_KO_U" = 29; -"@MMK_R_KO_V" = 37; -"@MMK_R_KO_W" = 45; -"@MMK_R_KO_X" = 18; -"@MMK_R_KO_Y" = 35; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -8; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -55; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eightsuperior" = 9; -"@MMK_R_KO_ellipsis" = -73; -"@MMK_R_KO_exclam" = 25; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 9; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -54; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 11; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -56; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 14; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 12; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = 21; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -49; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_threesuperior" = 8; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -54; -"@MMK_R_KO_v" = 20; -"@MMK_R_KO_w" = 20; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 19; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -49; -"@MMK_R_KO_H" = 17; -"@MMK_R_KO_I.ss02" = 31; -"@MMK_R_KO_J" = -61; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 34; -"@MMK_R_KO_U" = 29; -"@MMK_R_KO_V" = 37; -"@MMK_R_KO_W" = 45; -"@MMK_R_KO_X" = 18; -"@MMK_R_KO_Y" = 35; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -8; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -55; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eightsuperior" = 9; -"@MMK_R_KO_ellipsis" = -73; -"@MMK_R_KO_exclam" = 25; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 9; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -54; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 11; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -56; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 14; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 12; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = 21; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -49; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_threesuperior" = 8; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -54; -"@MMK_R_KO_v" = 20; -"@MMK_R_KO_w" = 20; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 19; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -47; -"@MMK_R_KO_bracketright" = -41; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 1; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -28; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -34; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = 25; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 27; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asterisk" = -20; -"@MMK_R_KO_colon" = -26; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -34; -"@MMK_R_KO_e" = 28; -"@MMK_R_KO_egrave" = 28; -"@MMK_R_KO_eight" = 22; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_five" = 15; -"@MMK_R_KO_four" = 39; -"@MMK_R_KO_g" = 27; -"@MMK_R_KO_guillemetleft" = 13; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 38; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -22; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 25; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_three" = 25; -"@MMK_R_KO_two" = -5; -"@MMK_R_KO_u" = 14; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = -20; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -57; -"@MMK_R_KO_J" = -64; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -64; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -58; -"@MMK_R_KO_W" = -51; -"@MMK_R_KO_Y" = -60; -"@MMK_R_KO_Z" = -39; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -65; -"@MMK_R_KO_colon" = -62; -"@MMK_R_KO_comma" = -69; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eight" = 31; -"@MMK_R_KO_ellipsis" = -85; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_five" = 7; -"@MMK_R_KO_four" = 23; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -43; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -56; -"@MMK_R_KO_parenright" = -76; -"@MMK_R_KO_parenright.case" = -66; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -77; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -69; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -59; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_t" = -35; -"@MMK_R_KO_three" = 8; -"@MMK_R_KO_two" = -16; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -48; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_y" = -51; -"@MMK_R_KO_z" = -48; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 29; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = 20; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -80; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 10; -"@MMK_R_KO_X" = 25; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 25; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 46; -"@MMK_R_KO_comma" = 46; -"@MMK_R_KO_comma.ss01" = 22; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 28; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -3; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 29; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 71; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -61; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_underscore" = 58; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 23; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 25; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -35; -"@MMK_R_KO_J" = -36; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -110; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -48; -"@MMK_R_KO_W" = -27; -"@MMK_R_KO_Y" = -69; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -34; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -42; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -24; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = 8; -"@MMK_R_KO_hyphen" = -27; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 14; -"@MMK_R_KO_one" = -38; -"@MMK_R_KO_parenright" = -80; -"@MMK_R_KO_parenright.case" = -65; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -14; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 3; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -50; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -72; -"@MMK_R_KO_J" = -89; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = -110; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -85; -"@MMK_R_KO_W" = -51; -"@MMK_R_KO_Y" = -110; -"@MMK_R_KO_Z" = -61; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asterisk" = -61; -"@MMK_R_KO_colon" = -41; -"@MMK_R_KO_comma" = -69; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -91; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 12; -"@MMK_R_KO_guillemetleft" = 8; -"@MMK_R_KO_guillemetright" = -38; -"@MMK_R_KO_hyphen" = 31; -"@MMK_R_KO_hyphen.case" = 21; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -15; -"@MMK_R_KO_one" = -67; -"@MMK_R_KO_parenright" = -104; -"@MMK_R_KO_parenright.case" = -86; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -92; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -68; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_slash" = -56; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = -46; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -31; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = -48; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -99; -"@MMK_R_KO_J" = -146; -"@MMK_R_KO_O" = 25; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -139; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -96; -"@MMK_R_KO_W" = -56; -"@MMK_R_KO_Y" = -143; -"@MMK_R_KO_Z" = -70; -"@MMK_R_KO_a" = 31; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asterisk" = -146; -"@MMK_R_KO_colon" = -71; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = 32; -"@MMK_R_KO_egrave" = 32; -"@MMK_R_KO_eight" = 25; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_five" = 5; -"@MMK_R_KO_four" = 20; -"@MMK_R_KO_g" = 33; -"@MMK_R_KO_guillemetleft" = 30; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -11; -"@MMK_R_KO_one" = -78; -"@MMK_R_KO_parenright" = -95; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = -148; -"@MMK_R_KO_quotedblleft" = -137; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -110; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_slash" = -46; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -48; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_v" = -36; -"@MMK_R_KO_w" = -18; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = -80; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -68; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -99; -"@MMK_R_KO_J" = -149; -"@MMK_R_KO_O" = 36; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = -139; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -68; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_Y" = -100; -"@MMK_R_KO_Z" = -108; -"@MMK_R_KO_asterisk" = -62; -"@MMK_R_KO_colon" = -37; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_five" = 7; -"@MMK_R_KO_four" = -23; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_nine" = 6; -"@MMK_R_KO_one" = -78; -"@MMK_R_KO_parenright.case" = -88; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = -65; -"@MMK_R_KO_quotedblleft" = -137; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_seven" = -105; -"@MMK_R_KO_six" = 28; -"@MMK_R_KO_slash" = -78; -"@MMK_R_KO_three" = -60; -"@MMK_R_KO_two" = -68; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 1; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 18; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -46; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -27; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -52; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -52; -"@MMK_R_KO_quoteright" = -44; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -58; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -19; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 1; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 28; -"@MMK_R_KO_I.ss02" = 43; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 43; -"@MMK_R_KO_U" = 38; -"@MMK_R_KO_V" = 50; -"@MMK_R_KO_W" = 55; -"@MMK_R_KO_X" = 36; -"@MMK_R_KO_Y" = 45; -"@MMK_R_KO_Z" = 36; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -42; -"@MMK_R_KO_bracketright" = 14; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 22; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 51; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 17; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 19; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 19; -"@MMK_R_KO_l.ss04" = 19; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 25; -"@MMK_R_KO_onesuperior" = 33; -"@MMK_R_KO_parenright" = 17; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 20; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 26; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 16; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 23; -"@MMK_R_KO_quoteright.ss01" = 20; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 42; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = 15; -"@MMK_R_KO_slash" = 27; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 22; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -156; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -47; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = -65; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -31; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asciicircum" = -24; -"@MMK_R_KO_bracketright" = -85; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -33; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -49; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -77; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -50; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -45; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -45; -"@MMK_R_KO_quoteright" = -31; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_sevensuperior" = -78; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 29; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -79; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 18; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 19; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 1; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 19; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -9; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -19; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 1; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 16; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -31; -"@MMK_R_KO_X" = 11; -"@MMK_R_KO_Y" = -40; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -86; -"@MMK_R_KO_bracketright" = -52; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 8; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eightsuperior" = -45; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_fivesuperior" = -56; -"@MMK_R_KO_foursuperior" = -43; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -44; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -44; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -52; -"@MMK_R_KO_onesuperior" = -49; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -36; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -52; -"@MMK_R_KO_quotedblleft" = -57; -"@MMK_R_KO_quotedblleft.ss01" = -55; -"@MMK_R_KO_quoteleft" = -57; -"@MMK_R_KO_quoteright" = -49; -"@MMK_R_KO_quoteright.ss01" = -51; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = -46; -"@MMK_R_KO_slash" = 36; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_threesuperior" = -49; -"@MMK_R_KO_trademark" = -72; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_underscore" = 8; -"@MMK_R_KO_v" = -41; -"@MMK_R_KO_w" = -36; -"@MMK_R_KO_x" = 13; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 22; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = 95; -"@MMK_R_KO_exclam" = 117; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = 107; -"@MMK_R_KO_foursuperior" = 35; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 64; -"@MMK_R_KO_j" = 21; -"@MMK_R_KO_l.ss04" = 66; -"@MMK_R_KO_n" = 18; -"@MMK_R_KO_ninesuperior" = 115; -"@MMK_R_KO_onesuperior" = 113; -"@MMK_R_KO_parenright" = 93; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 115; -"@MMK_R_KO_question.ss01" = 94; -"@MMK_R_KO_quotedbl" = 123; -"@MMK_R_KO_quotedblleft" = 95; -"@MMK_R_KO_quotedblleft.ss01" = 119; -"@MMK_R_KO_quoteleft" = 95; -"@MMK_R_KO_sevensuperior" = 118; -"@MMK_R_KO_sixsuperior" = 95; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = 87; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -70; -"@MMK_R_KO_H" = -63; -"@MMK_R_KO_O" = -46; -"@MMK_R_KO_T" = -223; -"@MMK_R_KO_a" = -47; -"@MMK_R_KO_e" = -47; -"@MMK_R_KO_f" = -82; -"@MMK_R_KO_i" = -63; -"@MMK_R_KO_n" = -63; -"@MMK_R_KO_t" = -85; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -159; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -78; -"@MMK_R_KO_W" = -52; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -107; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -67; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_fivesuperior" = -31; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 12; -"@MMK_R_KO_icircumflex" = -1; -"@MMK_R_KO_imacron" = -1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -58; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -49; -"@MMK_R_KO_question.ss01" = -65; -"@MMK_R_KO_quotedbl" = -60; -"@MMK_R_KO_quotedblleft" = -90; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -66; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = -34; -"@MMK_R_KO_slash" = 12; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -85; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 12; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -21; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -32; -"@MMK_R_KO_J" = -52; -"@MMK_R_KO_O" = 24; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -156; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -77; -"@MMK_R_KO_W" = -48; -"@MMK_R_KO_X" = -35; -"@MMK_R_KO_Y" = -108; -"@MMK_R_KO_Z" = -21; -"@MMK_R_KO_a" = 24; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -63; -"@MMK_R_KO_bracketright" = -82; -"@MMK_R_KO_colon" = -27; -"@MMK_R_KO_comma" = -28; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 23; -"@MMK_R_KO_egrave" = 23; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -63; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -34; -"@MMK_R_KO_g" = 22; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 32; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -51; -"@MMK_R_KO_parenright" = -91; -"@MMK_R_KO_period" = -32; -"@MMK_R_KO_period.ss01" = -49; -"@MMK_R_KO_question" = -53; -"@MMK_R_KO_question.ss01" = -69; -"@MMK_R_KO_quotedbl" = -60; -"@MMK_R_KO_quotedblleft" = -93; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = 22; -"@MMK_R_KO_sixsuperior" = -31; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -86; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -34; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = -34; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = -28; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -38; -"@MMK_R_KO_O" = 24; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -102; -"@MMK_R_KO_V" = -73; -"@MMK_R_KO_W" = -42; -"@MMK_R_KO_Y" = -85; -"@MMK_R_KO_a" = 23; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -82; -"@MMK_R_KO_colon" = -30; -"@MMK_R_KO_comma" = -27; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 23; -"@MMK_R_KO_egrave" = 23; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -59; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = -13; -"@MMK_R_KO_fivesuperior" = -26; -"@MMK_R_KO_foursuperior" = -32; -"@MMK_R_KO_g" = 22; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 32; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -51; -"@MMK_R_KO_parenright" = -91; -"@MMK_R_KO_period" = -27; -"@MMK_R_KO_period.ss01" = -48; -"@MMK_R_KO_question" = -58; -"@MMK_R_KO_question.ss01" = -71; -"@MMK_R_KO_quotedbl" = -63; -"@MMK_R_KO_quotedblleft" = -82; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -58; -"@MMK_R_KO_six" = 23; -"@MMK_R_KO_sixsuperior" = -32; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -84; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -37; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = -34; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = -28; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -56; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -62; -"@MMK_R_KO_O" = -81; -"@MMK_R_KO_S" = -37; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = -89; -"@MMK_R_KO_a.ss05" = -61; -"@MMK_R_KO_asterisk" = -48; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -90; -"@MMK_R_KO_egrave" = -89; -"@MMK_R_KO_eight" = -35; -"@MMK_R_KO_ellipsis" = -77; -"@MMK_R_KO_f" = -59; -"@MMK_R_KO_five" = -15; -"@MMK_R_KO_four" = -89; -"@MMK_R_KO_g" = -31; -"@MMK_R_KO_guillemetleft" = -104; -"@MMK_R_KO_guillemetright" = -81; -"@MMK_R_KO_hyphen" = -95; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 70; -"@MMK_R_KO_n" = -40; -"@MMK_R_KO_nine" = -39; -"@MMK_R_KO_one" = -62; -"@MMK_R_KO_parenright" = 24; -"@MMK_R_KO_period" = -55; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -47; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = -79; -"@MMK_R_KO_seven" = -6; -"@MMK_R_KO_six" = -58; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -65; -"@MMK_R_KO_three" = -63; -"@MMK_R_KO_two" = -43; -"@MMK_R_KO_u" = -81; -"@MMK_R_KO_v" = -79; -"@MMK_R_KO_w" = -68; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -56; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = -75; -"@MMK_R_KO_S" = -37; -"@MMK_R_KO_T" = -1; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_asterisk" = -48; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_eight" = -34; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_five" = -15; -"@MMK_R_KO_four" = -75; -"@MMK_R_KO_guillemetleft" = -86; -"@MMK_R_KO_guillemetright" = -65; -"@MMK_R_KO_hyphen.case" = -88; -"@MMK_R_KO_nine" = -37; -"@MMK_R_KO_one" = -56; -"@MMK_R_KO_parenright.case" = 22; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_quotedbl" = -32; -"@MMK_R_KO_quotedblleft" = -47; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteright" = -29; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_seven" = -5; -"@MMK_R_KO_six" = -44; -"@MMK_R_KO_slash" = 51; -"@MMK_R_KO_three" = -56; -"@MMK_R_KO_two" = -8; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -51; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = -71; -"@MMK_R_KO_U" = -40; -"@MMK_R_KO_V" = -71; -"@MMK_R_KO_W" = -71; -"@MMK_R_KO_Y" = -71; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -71; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_eight" = -9; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = -28; -"@MMK_R_KO_four" = -71; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -71; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -71; -"@MMK_R_KO_hyphen.case" = -71; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_nine" = -22; -"@MMK_R_KO_one" = -71; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -71; -"@MMK_R_KO_quotedblleft" = -71; -"@MMK_R_KO_quoteright" = -71; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_seven" = -71; -"@MMK_R_KO_six" = -43; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = -50; -"@MMK_R_KO_three" = -26; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -28; -"@MMK_R_KO_v" = -71; -"@MMK_R_KO_w" = -71; -"@MMK_R_KO_y" = -71; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -20; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -68; -"@MMK_R_KO_S" = -37; -"@MMK_R_KO_T" = -68; -"@MMK_R_KO_U" = -63; -"@MMK_R_KO_V" = -68; -"@MMK_R_KO_W" = -68; -"@MMK_R_KO_Y" = -68; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -25; -"@MMK_R_KO_asterisk" = -68; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_eight" = -25; -"@MMK_R_KO_f" = -52; -"@MMK_R_KO_five" = -34; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -40; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_j" = -18; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_nine" = -30; -"@MMK_R_KO_one" = -68; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_quotedbl" = -68; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -30; -"@MMK_R_KO_seven" = -68; -"@MMK_R_KO_six" = -52; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -66; -"@MMK_R_KO_three" = -37; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -47; -"@MMK_R_KO_v" = -68; -"@MMK_R_KO_w" = -68; -"@MMK_R_KO_y" = -68; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -76; -"@MMK_R_KO_S" = -45; -"@MMK_R_KO_T" = -148; -"@MMK_R_KO_U" = -70; -"@MMK_R_KO_V" = -144; -"@MMK_R_KO_W" = -99; -"@MMK_R_KO_Y" = -164; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -53; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_e" = -56; -"@MMK_R_KO_eight" = -39; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = -51; -"@MMK_R_KO_four" = -94; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = 81; -"@MMK_R_KO_nine" = -44; -"@MMK_R_KO_one" = -82; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -115; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_s" = -33; -"@MMK_R_KO_seven" = -87; -"@MMK_R_KO_six" = -59; -"@MMK_R_KO_t" = -63; -"@MMK_R_KO_three" = -47; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -49; -"@MMK_R_KO_v" = -81; -"@MMK_R_KO_w" = -74; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -137; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -148; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 16; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -16; -"@MMK_R_KO_a" = -66; -"@MMK_R_KO_a.ss05" = -45; -"@MMK_R_KO_asterisk" = 10; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -73; -"@MMK_R_KO_egrave" = -63; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_ellipsis" = -148; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -9; -"@MMK_R_KO_four" = -113; -"@MMK_R_KO_g" = -62; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = -148; -"@MMK_R_KO_hyphen.case" = -73; -"@MMK_R_KO_i" = -10; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_n" = -36; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = -31; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -53; -"@MMK_R_KO_seven" = 2; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_slash" = -142; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -27; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -21; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -73; -"@MMK_R_KO_S" = -46; -"@MMK_R_KO_T" = -137; -"@MMK_R_KO_U" = -66; -"@MMK_R_KO_V" = -137; -"@MMK_R_KO_W" = -73; -"@MMK_R_KO_Y" = -137; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -31; -"@MMK_R_KO_asterisk" = -73; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_e" = -58; -"@MMK_R_KO_egrave" = -55; -"@MMK_R_KO_eight" = -37; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_f" = -52; -"@MMK_R_KO_five" = -50; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -44; -"@MMK_R_KO_hyphen" = -73; -"@MMK_R_KO_hyphen.case" = -73; -"@MMK_R_KO_i" = -21; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -29; -"@MMK_R_KO_nine" = -43; -"@MMK_R_KO_one" = -73; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedblleft" = -137; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_s" = -37; -"@MMK_R_KO_seven" = -73; -"@MMK_R_KO_six" = -57; -"@MMK_R_KO_slash" = 34; -"@MMK_R_KO_t" = -68; -"@MMK_R_KO_three" = -46; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -51; -"@MMK_R_KO_v" = -73; -"@MMK_R_KO_w" = -73; -"@MMK_R_KO_y" = -60; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -16; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -59; -"@MMK_R_KO_S" = -29; -"@MMK_R_KO_T" = -128; -"@MMK_R_KO_U" = -49; -"@MMK_R_KO_V" = -128; -"@MMK_R_KO_W" = -68; -"@MMK_R_KO_Y" = -128; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -44; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asterisk" = -68; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_egrave" = -38; -"@MMK_R_KO_eight" = -25; -"@MMK_R_KO_f" = -50; -"@MMK_R_KO_five" = -34; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = -14; -"@MMK_R_KO_j" = 27; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_nine" = -30; -"@MMK_R_KO_one" = -68; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -26; -"@MMK_R_KO_seven" = -68; -"@MMK_R_KO_six" = -41; -"@MMK_R_KO_slash" = 50; -"@MMK_R_KO_t" = -63; -"@MMK_R_KO_three" = -37; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_v" = -68; -"@MMK_R_KO_w" = -68; -"@MMK_R_KO_y" = -36; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -137; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -137; -"@MMK_R_KO_O" = -28; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 13; -"@MMK_R_KO_W" = 23; -"@MMK_R_KO_Y" = 5; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -94; -"@MMK_R_KO_a.ss05" = -71; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -29; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_e" = -97; -"@MMK_R_KO_egrave" = -78; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -137; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_five" = -3; -"@MMK_R_KO_four" = -137; -"@MMK_R_KO_g" = -93; -"@MMK_R_KO_guillemetleft" = -92; -"@MMK_R_KO_guillemetright" = -46; -"@MMK_R_KO_hyphen" = -137; -"@MMK_R_KO_hyphen.case" = -137; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = -19; -"@MMK_R_KO_n" = -60; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -84; -"@MMK_R_KO_seven" = 31; -"@MMK_R_KO_six" = -23; -"@MMK_R_KO_slash" = -137; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -52; -"@MMK_R_KO_v" = -33; -"@MMK_R_KO_w" = -35; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = -44; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -68; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -68; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 9; -"@MMK_R_KO_W" = 16; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = -68; -"@MMK_R_KO_a.ss05" = -54; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_egrave" = -68; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -8; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -68; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -31; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_n" = -45; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = -5; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -60; -"@MMK_R_KO_seven" = 18; -"@MMK_R_KO_six" = -14; -"@MMK_R_KO_slash" = -68; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 4; -"@MMK_R_KO_u" = -25; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -29; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -137; -"@MMK_R_KO_H" = -10; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -137; -"@MMK_R_KO_O" = -47; -"@MMK_R_KO_S" = -19; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = -106; -"@MMK_R_KO_a.ss05" = -80; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -49; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_e" = -108; -"@MMK_R_KO_egrave" = -91; -"@MMK_R_KO_eight" = -19; -"@MMK_R_KO_ellipsis" = -137; -"@MMK_R_KO_f" = -38; -"@MMK_R_KO_five" = -15; -"@MMK_R_KO_four" = -137; -"@MMK_R_KO_g" = -104; -"@MMK_R_KO_guillemetleft" = -104; -"@MMK_R_KO_guillemetright" = -74; -"@MMK_R_KO_hyphen" = -137; -"@MMK_R_KO_hyphen.case" = -137; -"@MMK_R_KO_i" = -13; -"@MMK_R_KO_j" = -20; -"@MMK_R_KO_n" = -83; -"@MMK_R_KO_nine" = -16; -"@MMK_R_KO_one" = -12; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -98; -"@MMK_R_KO_seven" = 10; -"@MMK_R_KO_six" = -41; -"@MMK_R_KO_slash" = -137; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_three" = -21; -"@MMK_R_KO_two" = -10; -"@MMK_R_KO_u" = -73; -"@MMK_R_KO_v" = -60; -"@MMK_R_KO_w" = -62; -"@MMK_R_KO_y" = -60; -"@MMK_R_KO_z" = -60; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -73; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -73; -"@MMK_R_KO_O" = -28; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 25; -"@MMK_R_KO_Y" = 5; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -73; -"@MMK_R_KO_a.ss05" = -71; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -24; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_e" = -73; -"@MMK_R_KO_egrave" = -73; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -73; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_five" = -3; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -73; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -46; -"@MMK_R_KO_hyphen" = -73; -"@MMK_R_KO_hyphen.case" = -73; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -19; -"@MMK_R_KO_n" = -59; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -9; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -73; -"@MMK_R_KO_seven" = 31; -"@MMK_R_KO_six" = -23; -"@MMK_R_KO_slash" = -73; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_three" = -4; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -52; -"@MMK_R_KO_v" = -33; -"@MMK_R_KO_w" = -35; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = -44; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -73; -"@MMK_R_KO_H" = -9; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -73; -"@MMK_R_KO_O" = -46; -"@MMK_R_KO_S" = -18; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = -73; -"@MMK_R_KO_a.ss05" = -73; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -45; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_e" = -73; -"@MMK_R_KO_egrave" = -73; -"@MMK_R_KO_eight" = -16; -"@MMK_R_KO_ellipsis" = -73; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = -15; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -73; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -70; -"@MMK_R_KO_hyphen" = -73; -"@MMK_R_KO_hyphen.case" = -73; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_j" = -17; -"@MMK_R_KO_n" = -73; -"@MMK_R_KO_nine" = -15; -"@MMK_R_KO_one" = -6; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -73; -"@MMK_R_KO_seven" = 10; -"@MMK_R_KO_six" = -40; -"@MMK_R_KO_slash" = -73; -"@MMK_R_KO_t" = -41; -"@MMK_R_KO_three" = -20; -"@MMK_R_KO_two" = -8; -"@MMK_R_KO_u" = -71; -"@MMK_R_KO_v" = -59; -"@MMK_R_KO_w" = -59; -"@MMK_R_KO_y" = -56; -"@MMK_R_KO_z" = -72; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -68; -"@MMK_R_KO_H" = -11; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -68; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_Y" = 2; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = -68; -"@MMK_R_KO_a.ss05" = -61; -"@MMK_R_KO_asterisk" = 9; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_egrave" = -68; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -68; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -40; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_n" = -51; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -68; -"@MMK_R_KO_seven" = 7; -"@MMK_R_KO_six" = -17; -"@MMK_R_KO_slash" = -68; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -43; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_y" = -13; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -67; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -67; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 16; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -60; -"@MMK_R_KO_a.ss05" = -45; -"@MMK_R_KO_asterisk" = 10; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -67; -"@MMK_R_KO_comma.ss01" = -67; -"@MMK_R_KO_e" = -63; -"@MMK_R_KO_egrave" = -62; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_ellipsis" = -67; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -9; -"@MMK_R_KO_four" = -67; -"@MMK_R_KO_g" = -57; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = -67; -"@MMK_R_KO_hyphen.case" = -64; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_j" = -12; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -29; -"@MMK_R_KO_parenright.case" = -29; -"@MMK_R_KO_period" = -67; -"@MMK_R_KO_period.ss01" = -67; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -51; -"@MMK_R_KO_seven" = 2; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_slash" = -67; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -26; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -87; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -91; -"@MMK_R_KO_J" = -95; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -152; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = -67; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = -92; -"@MMK_R_KO_a" = -30; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = -90; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -109; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = -27; -"@MMK_R_KO_guillemetleft" = -44; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -93; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_sevensuperior" = -69; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -80; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -63; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -109; -"@MMK_R_KO_v" = 20; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 19; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -154; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -74; -"@MMK_R_KO_W" = -43; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -92; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_asciicircum" = -55; -"@MMK_R_KO_bracketright" = -85; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -54; -"@MMK_R_KO_parenright" = -76; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_question" = -35; -"@MMK_R_KO_question.ss01" = -67; -"@MMK_R_KO_quotedbl" = -52; -"@MMK_R_KO_quotedblleft" = -86; -"@MMK_R_KO_quotedblleft.ss01" = -66; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -73; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 17; -"@MMK_R_KO_sevensuperior" = -64; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -77; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -5; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = 1; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -153; -"@MMK_R_KO_V" = -46; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_bracketright" = -70; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -45; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_question" = -33; -"@MMK_R_KO_question.ss01" = -55; -"@MMK_R_KO_quotedbl" = -43; -"@MMK_R_KO_quotedblleft" = -70; -"@MMK_R_KO_quotedblleft.ss01" = -49; -"@MMK_R_KO_quoteleft" = -70; -"@MMK_R_KO_quoteright" = -60; -"@MMK_R_KO_quoteright.ss01" = -52; -"@MMK_R_KO_s" = 17; -"@MMK_R_KO_sevensuperior" = -57; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 1; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -159; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 31; -"@MMK_R_KO_J" = -144; -"@MMK_R_KO_O" = -44; -"@MMK_R_KO_S" = -13; -"@MMK_R_KO_T" = 21; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 41; -"@MMK_R_KO_W" = 43; -"@MMK_R_KO_Y" = 35; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = -92; -"@MMK_R_KO_a.ss05" = -85; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -51; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -93; -"@MMK_R_KO_egrave" = -80; -"@MMK_R_KO_eight" = -12; -"@MMK_R_KO_ellipsis" = -204; -"@MMK_R_KO_f" = -36; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -112; -"@MMK_R_KO_g" = -89; -"@MMK_R_KO_guillemetleft" = -96; -"@MMK_R_KO_guillemetright" = -61; -"@MMK_R_KO_hyphen" = -109; -"@MMK_R_KO_hyphen.case" = -88; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -70; -"@MMK_R_KO_nine" = -12; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 2; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 14; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -83; -"@MMK_R_KO_seven" = 42; -"@MMK_R_KO_six" = -34; -"@MMK_R_KO_slash" = -161; -"@MMK_R_KO_t" = -37; -"@MMK_R_KO_three" = -17; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = -63; -"@MMK_R_KO_v" = -40; -"@MMK_R_KO_w" = -43; -"@MMK_R_KO_y" = -41; -"@MMK_R_KO_z" = -64; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -16; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 20; -"@MMK_R_KO_S" = 24; -"@MMK_R_KO_T" = -32; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_Y" = -23; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = 25; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -20; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 25; -"@MMK_R_KO_egrave" = 25; -"@MMK_R_KO_eight" = 26; -"@MMK_R_KO_ellipsis" = -56; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 14; -"@MMK_R_KO_four" = 37; -"@MMK_R_KO_g" = 24; -"@MMK_R_KO_guillemetleft" = 10; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 36; -"@MMK_R_KO_hyphen.case" = 13; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -37; -"@MMK_R_KO_period" = -22; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_seven" = 11; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 25; -"@MMK_R_KO_two" = 5; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -153; -"@MMK_R_KO_H" = 12; -"@MMK_R_KO_I.ss02" = 39; -"@MMK_R_KO_J" = -145; -"@MMK_R_KO_O" = -28; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = 27; -"@MMK_R_KO_U" = 24; -"@MMK_R_KO_V" = 43; -"@MMK_R_KO_W" = 45; -"@MMK_R_KO_Y" = 42; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -60; -"@MMK_R_KO_a.ss05" = -59; -"@MMK_R_KO_asterisk" = 17; -"@MMK_R_KO_colon" = -32; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_egrave" = -57; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = -194; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_five" = 6; -"@MMK_R_KO_four" = -83; -"@MMK_R_KO_g" = -64; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -34; -"@MMK_R_KO_hyphen" = -92; -"@MMK_R_KO_hyphen.case" = -62; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -49; -"@MMK_R_KO_nine" = -4; -"@MMK_R_KO_one" = 2; -"@MMK_R_KO_parenright" = 3; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_quotedbl" = 28; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 24; -"@MMK_R_KO_quoteright" = 21; -"@MMK_R_KO_quoteright.ss01" = 21; -"@MMK_R_KO_s" = -58; -"@MMK_R_KO_seven" = 54; -"@MMK_R_KO_six" = -25; -"@MMK_R_KO_slash" = -168; -"@MMK_R_KO_t" = -21; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_v" = -22; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = -33; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -75; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = 2; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -18; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -14; -"@MMK_R_KO_bracketright" = -75; -"@MMK_R_KO_colon" = 20; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -21; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -37; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -65; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -40; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -34; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_sevensuperior" = -62; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 29; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -66; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 10; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = -9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_J" = -24; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asterisk" = 12; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eight" = 27; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 15; -"@MMK_R_KO_four" = 27; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 26; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 15; -"@MMK_R_KO_one" = 7; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = -11; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_seven" = 8; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 24; -"@MMK_R_KO_two" = 14; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = 5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_Y" = -18; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -24; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asterisk" = 19; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = -28; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_five" = -4; -"@MMK_R_KO_four" = -62; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -72; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_nine" = 17; -"@MMK_R_KO_one" = 3; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_seven" = 18; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 23; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 3; -"@MMK_R_KO_two" = 27; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -88; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -92; -"@MMK_R_KO_J" = -101; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -146; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = -68; -"@MMK_R_KO_Y" = -49; -"@MMK_R_KO_Z" = -89; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -12; -"@MMK_R_KO_bracketright" = -84; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = -73; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -23; -"@MMK_R_KO_egrave" = -23; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -113; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 24; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 6; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = -35; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -79; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_sixsuperior" = 3; -"@MMK_R_KO_slash" = -91; -"@MMK_R_KO_t" = 21; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -58; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -101; -"@MMK_R_KO_v" = 24; -"@MMK_R_KO_w" = 29; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 25; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -66; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -76; -"@MMK_R_KO_J" = -76; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -146; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = -62; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = -69; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -14; -"@MMK_R_KO_bracketright" = -80; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = -70; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = 13; -"@MMK_R_KO_ellipsis" = -88; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 23; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 7; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -35; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_period" = -71; -"@MMK_R_KO_period.ss01" = -68; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -38; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -38; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -62; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = 14; -"@MMK_R_KO_slash" = -53; -"@MMK_R_KO_t" = 22; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -81; -"@MMK_R_KO_v" = 28; -"@MMK_R_KO_w" = 32; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = 29; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -156; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = 2; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = -31; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -22; -"@MMK_R_KO_bracketright" = -85; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = -33; -"@MMK_R_KO_egrave" = -33; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -47; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -74; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -29; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -44; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -44; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_sevensuperior" = -72; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 25; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -72; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 16; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 15; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 19; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -158; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -44; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asciicircum" = -24; -"@MMK_R_KO_bracketright" = -83; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -42; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -83; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -49; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -44; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -44; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = -10; -"@MMK_R_KO_sevensuperior" = -67; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 16; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -66; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -38; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_bracketright" = -75; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -42; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -83; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = -44; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -38; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteleft" = -38; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = -10; -"@MMK_R_KO_sevensuperior" = -65; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 16; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -26; -"@MMK_R_KO_J" = -46; -"@MMK_R_KO_O" = 30; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -36; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_Z" = -35; -"@MMK_R_KO_a" = 22; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -42; -"@MMK_R_KO_comma.ss01" = -53; -"@MMK_R_KO_e" = 23; -"@MMK_R_KO_egrave" = 23; -"@MMK_R_KO_eight" = 12; -"@MMK_R_KO_ellipsis" = -78; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_five" = 4; -"@MMK_R_KO_four" = 18; -"@MMK_R_KO_g" = 26; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 33; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 23; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_parenright.case" = -44; -"@MMK_R_KO_period" = -43; -"@MMK_R_KO_period.ss01" = -66; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_seven" = 7; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 8; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_v" = 22; -"@MMK_R_KO_w" = 20; -"@MMK_R_KO_y" = 22; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -41; -Tbar = -107; -asciitilde = -45; -asterisk = -112; -backslash = -142; -g.ss06 = 22; -minus = -70; -one = -66; -ordmasculine = -121; -plus = -63; -quotedbl = -137; -registered = -90; -seven = -75; -two = 32; -twosuperior = -74; -}; -Aacute = { -Tbar = -107; -}; -Abrevedotbelow.ss01 = { -T = -143; -}; -Aogonek = { -comma = 34; -parenright = 0; -}; -Atilde = { -ordfeminine = -122; -}; -B = { -Hbar = 46; -hbar = 35; -idieresis = 46; -itilde = 69; -}; -C = { -h = 3; -l = 3; -plus = -4; -three = 29; -}; -D = { -Lslash = 28; -Oslash = 32; -braceright = -62; -bracketright.case = -61; -}; -E = { -H = 0; -idieresis = 26; -}; -Eogonek = { -comma = 20; -}; -F = { -fourinferior = -112; -i = -8; -igrave = 40; -}; -G = { -Lslash = 35; -lslash = 30; -}; -Germandbls = { -S = 30; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -11; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 27; -itilde = 74; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 36; -D = 36; -E = 36; -H = 36; -Hbar = 96; -I = 36; -L = 36; -M = 36; -O = 18; -R = 36; -S = 46; -U = 48; -W = 44; -i = 19; -}; -I = { -Hbar = 35; -I = 0; -jcircumflex = 43; -}; -Icircumflex = { -Icircumflex = 45; -l.ss04 = 21; -}; -Imacron = { -Imacron = 40; -}; -Itilde = { -itilde = 74; -}; -J = { -Hbar = 42; -itilde = 81; -}; -Jacute = { -Imacron = 14; -}; -K = { -asciitilde = -89; -four = -52; -idieresis = 47; -igrave = 38; -itilde = 48; -less = -90; -logicalnot = -186; -minus = -116; -one = -18; -oslash = 0; -plus = -106; -}; -L = { -H = 0; -Tbar = -138; -asciitilde = -214; -asterisk = -146; -backslash = -153; -equal = -163; -four = -196; -less = -171; -logicalnot = -288; -minus = -267; -one = -71; -ordfeminine = -233; -ordmasculine = -227; -oslash = -21; -plus = -150; -quotedbl = -148; -quoteleft.ss01 = -68; -quoteright = -73; -quoteright.ss01 = -68; -registered = -249; -seven = -81; -twosuperior = -197; -}; -Lcaron = { -A = 18; -O = -57; -U = -40; -Uacute = -40; -V = -68; -a = -51; -hyphen = -189; -hyphen.case = -187; -u = -46; -v = -100; -}; -Lcommaaccent = { -twosuperior = -197; -}; -Lslash = { -twosuperior = -135; -}; -M = { -Hbar = 35; -idieresis = 55; -igrave = 27; -itilde = 74; -}; -N = { -Hbar = 35; -idieresis = 55; -igrave = 27; -itilde = 74; -}; -O = { -Dcroat = 32; -Lslash = 29; -braceright = -61; -bracketright.case = -60; -itilde = 27; -}; -Oslash = { -T = -20; -V = -6; -Y = -14; -parenright = 0; -parenright.case = 0; -}; -P = { -fourinferior = -112; -idieresis = 44; -itilde = 71; -two = 27; -}; -R = { -Hbar = 55; -jcircumflex = 56; -two = 23; -}; -S = { -Hbar = 33; -Lslash = 19; -dollar = 19; -four = 30; -idieresis = 37; -itilde = 56; -lslash = 3; -three = 30; -}; -T = { -Oslash = -57; -a.ss05 = -155; -aacute.ss05 = -139; -abreve = -77; -abreveacute = -80; -acircumflex = -100; -acircumflexacute = -100; -acircumflexdotbelow = -100; -adieresis = -87; -adotbelow.ss05 = -155; -ae = -155; -agrave = -94; -amacron = -79; -ampersand = -63; -aring = -90; -asciitilde = -153; -atilde = -87; -equal = -97; -four = -139; -g.ss06 = -140; -h = -2; -i.ss01 = -2; -iacute = -43; -idieresis = 0; -idotless = -84; -igrave = 41; -itilde = 0; -less = -144; -logicalnot = -212; -minus = -161; -ograve = -95; -plus = -133; -racute = -81; -scaron = -58; -seven = 16; -twoinferior = -162; -udieresis = -82; -udieresis.ss01 = -83; -ugrave = -89; -uhorngrave = -89; -umacron = -74; -ycircumflex = -86; -ygrave = -77; -yhookabove = -97; -zcaron = -57; -zeroinferior = -159; -}; -Tbar = { -A = -106; -Aacute = -106; -Tbar = 19; -a = -51; -comma = -73; -e = -53; -o = -53; -period = -71; -slash = -123; -}; -Tcaron = { -a.ss05 = -155; -}; -Tcedilla = { -a.ss05 = -154; -abreve = -77; -four = -139; -}; -Tcommaaccent = { -a.ss05 = -155; -abreve = -77; -four = -139; -}; -Thorn = { -A = -50; -AE = -50; -Aacute = -50; -J = -114; -O = 37; -Oacute = 37; -V = -50; -Y = -64; -Yacute = -64; -a = 19; -aacute = 19; -e = 19; -o = 18; -oacute = 18; -period = -71; -}; -U = { -Hbar = 47; -jcircumflex = 53; -}; -V = { -four = -99; -iacute = -34; -ibreve = 91; -idieresis = 63; -igrave = 48; -itilde = 73; -minus = -73; -plus = -68; -scaron = -46; -seven = 42; -twoinferior = -89; -}; -W = { -Hbar = 42; -backslash = 61; -idieresis = 75; -igrave = 53; -itilde = 84; -}; -X = { -asciitilde = -86; -four = -52; -less = -89; -logicalnot = -183; -minus = -116; -notequal = -112; -one = -19; -plus = -106; -}; -Y = { -a.ss05 = -91; -agrave = -83; -amacron = -56; -ampersand = -58; -asciitilde = -101; -at = -64; -four = -149; -g.ss06 = -95; -igrave = 43; -less = -80; -logicalnot = -157; -minus = -106; -ograve = -85; -plus = -100; -scaron = -51; -twoinferior = -143; -}; -Z = { -four = -152; -ibreve = 76; -igrave = 42; -itilde = 59; -minus = -120; -plus = -107; -}; -_B.currency = { -_baht.bar = -19; -}; -a = { -braceright = -71; -}; -a.ss05 = { -g.ss06 = 35; -}; -acircumflexacute.ss05 = { -y = -31; -}; -adieresis.ss05 = { -germandbls = -22; -}; -ampersand = { -V = -104; -W = -70; -Y = -147; -quotedbl = -104; -quotedblleft = -137; -}; -aogonek = { -j = 16; -parenright = 0; -}; -aogonek.ss05 = { -parenright = 0; -}; -approxequal = { -parenright = -124; -parenright.case = -122; -}; -asciicircum = { -J = -211; -X = -97; -Y = -84; -bracketright = -114; -comma = -73; -comma.ss01 = -68; -four = -112; -hyphen = -147; -parenright = -115; -parenright.case = -115; -period = -71; -period.ss01 = -68; -slash = -164; -}; -asciitilde = { -I.ss02 = -206; -J = -212; -V = -155; -W = -126; -X = -194; -Y = -183; -Z = -203; -bracketright = -166; -bracketright.case = -167; -comma = -73; -comma.ss01 = -68; -eight = -106; -exclam = -90; -four = -108; -one = -125; -parenright = -158; -parenright.case = -149; -period = -71; -period.ss01 = -68; -question = -111; -quotedbl = -116; -quotedblright = -136; -seven = -108; -slash = -184; -three = -109; -two = -100; -}; -at = { -T = -65; -parenright = -85; -}; -b = { -asterisk = -51; -braceright = -77; -lslash = 23; -one = -67; -}; -backslash = { -T = -143; -V = -174; -Y = -149; -asterisk = -132; -backslash = -154; -quotedbl = -142; -quotedblleft = -137; -quotedblleft.ss01 = -128; -quotedblright = -137; -quotedblright.ss01 = -128; -quoteleft = -73; -quoteright = -73; -quotesingle = -67; -}; -baht = { -parenright = -37; -}; -braceleft = { -p = -11; -}; -bracketleft = { -asciicircum = -114; -asciitilde = -92; -bracketright = 6; -jcircumflex = 64; -p = -10; -pi = -77; -plus = -98; -x = -84; -}; -c = { -asterisk = -50; -braceright = -86; -}; -cent = { -parenright = -80; -}; -colon = { -T = -71; -Y = -59; -four = -71; -one = 0; -parenright = -57; -two = 12; -zero = 0; -}; -colon.ss01 = { -T = -68; -four = -68; -parenright = -68; -}; -comma = { -eightsuperior = -73; -fivesuperior = -73; -foursuperior = -73; -ninesuperior = -73; -onesuperior = -73; -quoteleft = -73; -quotesingle = -67; -sevensuperior = -73; -sixsuperior = -73; -threesuperior = -73; -twosuperior = -73; -}; -comma.ss01 = { -eightsuperior = -68; -fivesuperior = -68; -foursuperior = -68; -ninesuperior = -68; -onesuperior = -68; -sevensuperior = -68; -sixsuperior = -68; -threesuperior = -68; -twosuperior = -68; -}; -copyright = { -Y = -59; -parenright = -89; -}; -d = { -idieresis = 19; -igrave = 19; -itilde = 18; -}; -dcaron = { -C = 54; -H = 109; -bracketright = 22; -eightsuperior = 95; -exclam = 117; -exclam.ss01 = 116; -fivesuperior = 107; -foursuperior = 35; -h = 64; -i = 21; -j = 21; -k = 64; -l = 64; -l.ss03 = 57; -l.ss04 = 66; -ninesuperior = 115; -onesuperior = 113; -parenright = 93; -question = 115; -question.ss01 = 94; -quotedbl = 123; -quotedblleft = 95; -quotedblleft.ss01 = 119; -quoteleft = 95; -quoteleft.ss01 = 119; -quotesingle = 123; -sevensuperior = 118; -sixsuperior = 95; -t = 7; -t_i.liga = 7; -t_t.liga = 7; -threesuperior = 87; -twosuperior = 94; -zcaron = 14; -}; -dcroat = { -i = 18; -igrave = 19; -itilde = 19; -}; -degree = { -J = -189; -comma = -73; -comma.ss01 = -68; -emdash = -192; -endash = -176; -four = -135; -hyphen = -176; -parenright = -62; -parenright.case = -62; -period = -71; -period.ss01 = -68; -slash = -154; -}; -divide = { -parenright = -114; -}; -dollar = { -parenright = -59; -three = 17; -}; -e = { -asterisk = -57; -backslash = -59; -braceright = -86; -germandbls = -20; -one = -70; -seven = -60; -}; -ecircumflexacute = { -t = -17; -}; -eight = { -bracketright = -40; -degree = -7; -}; -eight.dnom = { -degree = -104; -question.ss01 = -104; -quotedbl = -109; -quotedblleft = -137; -quotedblright = -137; -}; -eightsuperior = { -comma = -73; -comma.ss01 = -68; -period = -71; -period.ss01 = -68; -slash = -96; -}; -ellipsis = { -Tbar = -183; -bracketright = -101; -eightsuperior = -220; -fivesuperior = -220; -foursuperior = -220; -ninesuperior = -223; -onesuperior = -111; -parenleft = -49; -parenleft.case = -69; -question = -98; -quoteleft = -73; -quoteright = -73; -quotesingle = -67; -sevensuperior = -185; -sixsuperior = -223; -threesuperior = -214; -twosuperior = -197; -}; -ellipsis.ss01 = { -Tbar = -186; -bracketright = -93; -eightsuperior = -220; -fivesuperior = -220; -foursuperior = -220; -ninesuperior = -223; -onesuperior = -111; -question.ss01 = -114; -quoteleft.ss01 = -68; -quoteright.ss01 = -68; -quotesingle = -67; -sevensuperior = -185; -sixsuperior = -223; -threesuperior = -214; -twosuperior = -197; -}; -emdash = { -foursuperior = -175; -question = -108; -}; -emdash.case = { -X = -106; -quotedblbase = -137; -quotedblbase.ss01 = -128; -}; -endash = { -X = -79; -endash = 0; -foursuperior = -173; -question = -108; -}; -endash.case = { -H = 0; -X = -106; -quotedblbase = -137; -quotedblbase.ss01 = -128; -}; -eng = { -bracketright = -19; -}; -eogonek = { -lslash = 12; -}; -equal = { -T = -98; -equal = 0; -parenright = -89; -parenright.case = -81; -}; -eth = { -a = 24; -e = 23; -g = 23; -hyphen = 32; -parenright = -45; -}; -euro = { -parenright = -69; -parenright.case = -68; -}; -exclamdown = { -T = -90; -V = -49; -Y = -67; -}; -f = { -igrave = 0; -n = 0; -o = -32; -}; -f_f.liga = { -igrave = 0; -}; -f_f_i.liga = { -idieresis = 19; -}; -fi = { -idieresis = 19; -}; -five = { -degree = -48; -ordmasculine = -39; -percent = -18; -}; -five.dnom = { -degree = -109; -question.ss01 = -98; -quotedblleft = -137; -}; -five.numr = { -fraction = 0; -}; -fiveinferior = { -T = -160; -}; -fivesuperior = { -comma = -73; -comma.ss01 = -68; -period = -71; -period.ss01 = -68; -slash = -99; -}; -fl = { -idieresis = 19; -itilde = 18; -periodcentered.loclCAT = 49; -}; -four = { -asciicircum = -115; -bracketright = -75; -bracketright.case = -74; -degree = -83; -ordfeminine = -73; -ordmasculine = -73; -percent = -53; -x = -58; -}; -four.dnom = { -degree = -107; -question.ss01 = -103; -quotedblleft = -137; -}; -fourinferior = { -T = -151; -V = -111; -}; -foursuperior = { -comma = -73; -comma.ss01 = -68; -period = -71; -period.ss01 = -68; -slash = -96; -}; -fraction = { -eight.dnom = 0; -four.dnom = -50; -fourinferior = -50; -seveninferior = 44; -two.dnom = 2; -zero.dnom = -16; -}; -g = { -bracketright = -43; -j = 17; -j.ss01 = 17; -parenright = -28; -slash = 15; -}; -g.ss06 = { -g.ss06 = 41; -}; -gcaron.ss06 = { -gcaron.ss06 = 41; -}; -gdotaccent = { -j = 17; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 41; -}; -germandbls = { -e = 20; -hyphen = 35; -parenright = -43; -}; -greater = { -T = -145; -parenright = -93; -}; -greaterequal = { -T = -198; -}; -guillemetleft = { -pi = 0; -}; -guillemetright = { -X = -67; -bracketright = -88; -}; -guilsinglright = { -X = -67; -}; -h = { -asterisk = -49; -}; -hyphen = { -Lslash = 17; -X = -79; -bracketright = -90; -foursuperior = -173; -pi = -25; -question = -108; -quotedblbase = -137; -quoteleft = -73; -quotesingle = -67; -x = -75; -}; -hyphen.case = { -Dcroat = 22; -X = -106; -bracketright.case = -91; -quotedblbase = -137; -quotedblbase.ss01 = -128; -quotesinglbase = -73; -}; -i = { -T = -25; -idieresis = 19; -jcircumflex = 19; -parenright = -28; -}; -i.ss01 = { -parenright = -12; -}; -iacute = { -rcaron = 19; -}; -icircumflex = { -b = 19; -h = 19; -i = 19; -icircumflex = 54; -j = 19; -k = 19; -l = 19; -l.ss03 = 18; -l.ss04 = 19; -question = 82; -quotedbl = 48; -quoteright = 53; -quotesingle = 55; -}; -idieresis = { -b = 19; -idieresis = 19; -k = 19; -l = 19; -l.ss03 = 15; -l.ss04 = 19; -}; -idotaccent = { -parenright = -28; -}; -idotaccent.ss01 = { -parenright = -12; -}; -imacron = { -b = 19; -imacron = 57; -j = 19; -k = 19; -kcommaaccent = 19; -l = 19; -l.ss04 = 19; -lcommaaccent = 19; -quotedbl = 85; -}; -infinity = { -parenright = -99; -parenright.case = -88; -}; -integral = { -a = -75; -}; -iogonek = { -j = 16; -}; -itilde = { -h = 19; -itilde = 20; -quotedbl = 79; -quotesingle = 81; -}; -j = { -j = 19; -}; -jacute = { -backslash = 101; -iogonek = 21; -}; -jcircumflex = { -i = 19; -jcircumflex = 64; -}; -k = { -oslash = -13; -}; -l = { -at = 0; -idieresis = 19; -igrave = 19; -itilde = 18; -jcircumflex = 19; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -32; -}; -l.ss04 = { -periodcentered.loclCAT = 49; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 116; -l = 64; -ncaron = 18; -scaron = 0; -twosuperior = 94; -}; -lcaron.ss03 = { -b = 2; -eightsuperior = 35; -exclam = 55; -exclam.ss01 = 54; -fivesuperior = 41; -k = 2; -ninesuperior = 49; -onesuperior = 51; -question = 49; -quotedbl = 57; -quotesingle = 57; -sevensuperior = 56; -sixsuperior = 29; -}; -lcaron.ss04 = { -exclam.ss01 = 116; -twosuperior = 94; -}; -liraTurkish = { -one = -61; -parenright = -91; -question = -71; -quotedbl = -78; -quotesingle = -67; -seven = -68; -}; -logicalnot = { -Y = -186; -parenright = -158; -seven = -156; -}; -m = { -asterisk = -55; -braceright = -68; -twosuperior = -10; -}; -minus = { -T = -161; -X = -114; -comma = -73; -one = -81; -parenright = -114; -parenright.case = -104; -period = -71; -seven = -76; -three = -8; -two = -19; -}; -mu = { -mu = 0; -parenright = -40; -quotesingle = -31; -}; -multiply = { -parenright = -100; -parenright.case = -96; -}; -n = { -asterisk = -57; -at = 7; -braceright = -68; -degree = -71; -g.ss06 = 7; -n = 0; -one = -61; -ordmasculine = -46; -}; -ncaron = { -Yacute = -62; -}; -nine = { -bracketright = -55; -degree = -16; -}; -nine.dnom = { -degree = -108; -question = -84; -question.ss01 = -107; -quotedbl = -112; -quotedblleft = -137; -quotedblleft.ss01 = -128; -quotedblright = -137; -quotedblright.ss01 = -128; -}; -ninesuperior = { -comma = -73; -comma.ss01 = -68; -fraction = -13; -period = -71; -period.ss01 = -68; -slash = -115; -}; -notequal = { -parenright = -154; -parenright.case = -145; -}; -numbersign = { -parenright = -77; -}; -o = { -asterisk = -63; -backslash = -61; -braceright = -76; -germandbls = -18; -lslash = 23; -n = 0; -one = -70; -}; -oacute = { -lslash = 23; -}; -ocircumflexacute = { -bracketright = -16; -parenright = -9; -}; -odieresis = { -germandbls = -18; -}; -ohorn = { -i = 3; -m = 2; -n = 2; -parenright = -37; -}; -ohornacute = { -c = 23; -i = 3; -m = 2; -n = 2; -p = 3; -t = -2; -t_i.liga = -2; -t_t.liga = -2; -}; -ohorndotbelow = { -c = 23; -i = 3; -n = 2; -p = 3; -t = -2; -t_i.liga = -2; -t_t.liga = -2; -u = 10; -}; -ohorngrave = { -i = 3; -n = 2; -parenright = -37; -}; -ohornhookabove = { -i = 3; -n = 2; -}; -ohorntilde = { -i = 3; -n = 2; -}; -ohungarumlaut = { -parenright = -54; -}; -one = { -comma.ss01 = -19; -degree = -21; -equal = 0; -four = 0; -icircumflex = 35; -nine = 0; -one = 0; -parenright = 0; -percent = 0; -period.ss01 = -21; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -95; -one.dnom = 0; -question.ss01 = -107; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -73; -comma.ss01 = -68; -period = -71; -period.ss01 = -68; -slash = -86; -}; -ordfeminine = { -comma = -73; -comma.ss01 = -68; -period = -71; -period.ss01 = -68; -}; -ordmasculine = { -comma = -73; -comma.ss01 = -68; -hyphen = -110; -parenright = -59; -period = -71; -period.ss01 = -68; -slash = -128; -}; -oslash = { -d = 23; -e = 23; -g = 22; -hyphen = 32; -parenright = -56; -y = 0; -}; -p = { -asterisk = -58; -backslash = -60; -braceright = -77; -lslash = 23; -one = -66; -}; -parenleft = { -Dcroat = -56; -H = 0; -Icircumflex = 31; -Oslash = -35; -ampersand = -72; -approxequal = -148; -asciicircum = -115; -asciitilde = -106; -at = -98; -cent = -90; -copyright = -104; -degree = -63; -divide = -114; -dollar = -50; -equal = -89; -euro = -84; -greaterequal = -85; -i = -28; -idotaccent = -28; -infinity = -99; -iogonek = 80; -jcircumflex = 71; -less = -93; -literSign = -67; -logicalnot = -153; -minus = -114; -mu = -12; -multiply = -100; -notequal = -153; -numbersign = -81; -oslash = -40; -p = -3; -parenleft = -53; -pi = -60; -plus = -108; -plusminus = -36; -published = -104; -question = -41; -quotedblbase = -11; -quoteleft = -47; -radical = -92; -scaron = -56; -section = -35; -sterling = -52; -x = -53; -}; -parenleft.case = { -Icircumflex = 46; -approxequal = -120; -asciicircum = -116; -asciitilde = -89; -dollar = -51; -equal = -81; -euro = -77; -minus = -105; -numbersign = -71; -parenleft.case = -42; -plus = -98; -question = -41; -quotedblbase = -18; -quoteleft = -47; -}; -parenright = { -bracketright = -43; -comma = -21; -comma.ss01 = -35; -hyphen = 22; -parenleft = 18; -parenright = -53; -period = -21; -period.ss01 = -36; -quotedbl = -25; -}; -parenright.case = { -comma = -42; -comma.ss01 = -49; -parenright.case = -42; -period = -42; -period.ss01 = -57; -}; -percent = { -asterisk = -91; -bracketright = -82; -comma.ss01 = -39; -eightsuperior = -59; -fivesuperior = -66; -foursuperior = -89; -ninesuperior = -63; -onesuperior = -75; -parenright = -86; -parenright.case = -55; -period = -26; -period.ss01 = -40; -question = -94; -question.ss01 = -112; -quotedbl = -95; -quotedblleft = -109; -quotedblright = -100; -quoteleft = -73; -quoteright = -73; -quotesingle = -67; -sevensuperior = -78; -sixsuperior = -69; -threesuperior = -58; -twosuperior = -37; -}; -period = { -bracketright = -71; -eightsuperior = -71; -fivesuperior = -71; -foursuperior = -71; -ninesuperior = -71; -onesuperior = -71; -ordfeminine = -71; -ordmasculine = -71; -parenleft.case = -42; -question = -71; -quoteleft = -71; -quotesingle = -67; -sevensuperior = -71; -sixsuperior = -71; -threesuperior = -71; -twosuperior = -71; -}; -period.ss01 = { -bracketright = -68; -eightsuperior = -68; -fivesuperior = -68; -foursuperior = -68; -ninesuperior = -68; -onesuperior = -68; -ordfeminine = -68; -ordmasculine = -68; -question.ss01 = -68; -sevensuperior = -68; -sixsuperior = -68; -threesuperior = -68; -twosuperior = -68; -}; -periodcentered.loclCAT = { -l = 49; -l.ss03 = 51; -}; -perthousand = { -asterisk = -111; -parenright = -91; -parenright.case = -60; -question = -101; -question.ss01 = -128; -quotedblleft = -137; -quotedblleft.ss01 = -128; -quotedblright = -137; -quotedblright.ss01 = -128; -quoteleft = -73; -quoteright = -73; -}; -pi = { -hyphen = -29; -parenright = -50; -period = 0; -pi = 16; -quotesingle = -3; -}; -plus = { -J = -134; -T = -133; -V = -67; -X = -104; -Y = -99; -braceright = -93; -bracketright = -97; -comma = -73; -comma.ss01 = -68; -one = -67; -parenright = -107; -parenright.case = -98; -period = -71; -period.ss01 = -68; -quotedbl = -59; -seven = -50; -slash = -76; -three = -8; -two = -19; -}; -published = { -parenright = -89; -}; -q = { -bracketright = -10; -j = 18; -parenright = -3; -}; -question = { -A = -94; -J = -102; -comma = -73; -hyphen = -69; -parenright = -48; -parenright.case = -45; -period = -71; -question = 27; -questiondown = -108; -slash = -89; -}; -question.ss01 = { -comma.ss01 = -68; -parenright = -48; -parenright.case = -45; -period.ss01 = -68; -questiondown.ss01 = -115; -}; -questiondown.case = { -T = -97; -V = -99; -Y = -100; -quotedbl = -111; -quotedblleft = -123; -quotedblleft.ss01 = -108; -quoteright = -73; -}; -questiondown.ss01 = { -C = -92; -Q = -92; -Q.ss09 = -92; -T = -181; -V = -169; -Y = -183; -four = -115; -quotedbl = -127; -quotedblleft.ss01 = -124; -quotesingle = -67; -}; -quotedbl = { -ellipsis.ss01 = -148; -exclamdown = -36; -g.ss06 = -54; -icircumflex = 47; -mu = -36; -questiondown = -135; -questiondown.case = -100; -questiondown.ss01 = -139; -underscore = -148; -}; -quotedblbase = { -copyright = -90; -divide = -137; -equal = -113; -euro = -131; -minus = -137; -p = -10; -plus = -137; -question = -98; -quotedblright = -137; -quoteleft = -73; -}; -quotedblbase.ss01 = { -divide = -128; -minus = -128; -plus = -128; -question.ss01 = -114; -quotedblright.ss01 = -128; -}; -quotedblleft = { -g.ss06 = -87; -mu = -60; -questiondown = -137; -questiondown.case = -105; -quotedblbase = -137; -underscore = -137; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -128; -questiondown.ss01 = -128; -quotedblbase.ss01 = -128; -underscore = -128; -}; -quotedblright = { -asciitilde = -103; -questiondown = -137; -questiondown.case = -119; -quotesinglbase = -73; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -128; -questiondown.case = -117; -questiondown.ss01 = -128; -}; -quoteleft = { -questiondown = -73; -questiondown.case = -73; -quotedblbase = -73; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -68; -}; -quoteright = { -icircumflex = 39; -questiondown = -73; -quotedblbase = -73; -}; -quoteright.ss01 = { -questiondown.ss01 = -68; -quotedblbase.ss01 = -68; -}; -quotesinglbase = { -T = -73; -V = -73; -Y = -73; -minus = -73; -plus = -73; -question = -73; -quotedblleft = -73; -quoteleft = -73; -}; -quotesinglbase.ss01 = { -T = -68; -V = -68; -Y = -68; -question.ss01 = -68; -}; -quotesingle = { -Hbar = 37; -g.ss06 = -53; -icircumflex = 53; -igrave = 24; -imacron = 85; -itilde = 76; -l.ss04 = 19; -questiondown = -67; -questiondown.case = -67; -underscore = -67; -}; -r = { -braceright = -86; -fourinferior = -92; -g.ss06 = -19; -parenright = -84; -}; -radical = { -A = -127; -}; -rcaron = { -sevensuperior = -4; -}; -registered = { -comma = -73; -comma.ss01 = -68; -parenright = -70; -parenright.case = -68; -period = -71; -period.ss01 = -68; -slash = -98; -}; -s = { -asterisk = -45; -braceright = -83; -l = 0; -}; -scaron = { -T = -58; -}; -semicolon = { -hyphen = -73; -}; -seven = { -minus = -94; -percent = 0; -plus = -84; -underscore = -178; -}; -seven.dnom = { -question.ss01 = -121; -}; -seven.numr = { -fraction = -50; -}; -seveninferior = { -parenright = -87; -}; -sevensuperior = { -A = -172; -comma = -73; -comma.ss01 = -68; -fraction = -50; -period = -71; -period.ss01 = -68; -slash = -183; -}; -six = { -bracketright = -49; -degree = -16; -}; -six.dnom = { -degree = -104; -question.ss01 = -103; -quotedbl = -109; -quotedblleft = -137; -quotedblleft.ss01 = -128; -quotedblright = -137; -}; -sixinferior = { -T = -162; -}; -sixsuperior = { -comma = -73; -comma.ss01 = -68; -period = -71; -period.ss01 = -68; -slash = -101; -}; -slash = { -fourinferior = -139; -g.ss06 = -63; -ibreve = 105; -l.ss04 = 54; -mu = -49; -quotedblbase = -137; -quotedblbase.ss01 = -128; -quotesinglbase = -73; -underscore = -170; -}; -sterling = { -two = 22; -}; -t_i.liga = { -idieresis = 19; -}; -tcaron = { -b = 0; -exclam = 28; -h = 0; -hyphen = -65; -i = 0; -j = 0; -k = 0; -parenright = 33; -quotedbl = 19; -quotedblleft = 0; -quotesingle = 19; -}; -tcedilla = { -parenright = 21; -}; -tenge = { -comma = -73; -comma.ss01 = -68; -period = -71; -period.ss01 = -68; -slash = -117; -}; -three = { -bracketright = -40; -}; -three.dnom = { -degree = -104; -question.ss01 = -104; -quotedbl = -109; -quotedblleft = -137; -quotedblright = -137; -}; -three.numr = { -fraction = 0; -}; -threeinferior = { -T = -163; -V = -93; -Y = -143; -}; -threesuperior = { -comma = -73; -comma.ss01 = -68; -fraction = 0; -parenright = -35; -period = -71; -period.ss01 = -68; -slash = -97; -}; -trademark = { -comma = -73; -comma.ss01 = -68; -hyphen = -110; -period = -71; -period.ss01 = -68; -slash = -139; -}; -two = { -percent = 10; -}; -two.dnom = { -degree = -102; -question.ss01 = -103; -quotedbl = -107; -quotedblleft = -137; -quotedblright = -137; -}; -twoinferior = { -T = -162; -V = -90; -Y = -143; -}; -twosuperior = { -comma = -73; -comma.ss01 = -68; -parenright = -28; -parenright.case = -28; -period = -71; -period.ss01 = -68; -slash = -82; -}; -uhorn = { -a = -17; -ohorn = -17; -ohornacute = -17; -ohorndotbelow = -17; -ohorndotbelow.ss01 = -17; -ohorngrave = -17; -ohornhookabove = -17; -ohorntilde = -17; -}; -uhornacute = { -a = -17; -c = -17; -}; -uhorndotbelow = { -a = -17; -c = -17; -comma = -23; -period = -24; -}; -uhorngrave = { -a = -17; -a.ss05 = -21; -}; -uhornhookabove = { -a = -17; -comma = -23; -comma.ss01 = -39; -period = -24; -period.ss01 = -40; -}; -uhorntilde = { -a = -17; -comma = -23; -period = -24; -}; -uhungarumlaut = { -parenright = -35; -}; -underscore = { -C = -64; -O = -64; -T = -158; -V = -190; -W = -111; -Y = -169; -asterisk = -146; -four = -164; -one = -79; -quotedbl = -148; -quotedblright = -137; -quotedblright.ss01 = -128; -quotesingle = -67; -seven = -93; -six = -40; -v = -113; -}; -uogonek = { -j = 16; -parenright = 0; -}; -v = { -braceright = -81; -n = 0; -}; -w = { -braceright = -76; -}; -x = { -four = -63; -}; -y = { -braceright = -81; -}; -ydotbelow = { -period = -71; -}; -zero = { -braceright = -54; -bracketright = -58; -bracketright.case = -49; -degree = -26; -percent = 9; -}; -zero.dnom = { -degree = -113; -question = -86; -question.ss01 = -109; -quotedbl = -116; -quotedblleft = -137; -quotedblleft.ss01 = -128; -quotedblright = -137; -quotedblright.ss01 = -128; -quoteleft = -73; -}; -zeroinferior = { -parenright = -78; -}; -zerosuperior = { -comma = -73; -comma.ss01 = -68; -fraction = -22; -period = -71; -period.ss01 = -68; -slash = -112; -}; -}; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 36; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 31; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = -105; -"@MMK_R_KO_U" = -36; -"@MMK_R_KO_V" = -112; -"@MMK_R_KO_W" = -71; -"@MMK_R_KO_X" = 37; -"@MMK_R_KO_Y" = -135; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -108; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = 4; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eightsuperior" = -88; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_fivesuperior" = -95; -"@MMK_R_KO_foursuperior" = -87; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -42; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -24; -"@MMK_R_KO_hyphen.case" = -49; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 67; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -95; -"@MMK_R_KO_onesuperior" = -120; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = 3; -"@MMK_R_KO_question" = -89; -"@MMK_R_KO_question.ss01" = -97; -"@MMK_R_KO_quotedbl" = -109; -"@MMK_R_KO_quotedblleft" = -99; -"@MMK_R_KO_quotedblleft.ss01" = -88; -"@MMK_R_KO_quoteleft" = -96; -"@MMK_R_KO_quoteright" = -78; -"@MMK_R_KO_quoteright.ss01" = -87; -"@MMK_R_KO_s" = -7; -"@MMK_R_KO_sevensuperior" = -116; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_sixsuperior" = -98; -"@MMK_R_KO_slash" = 21; -"@MMK_R_KO_t" = -47; -"@MMK_R_KO_threesuperior" = -89; -"@MMK_R_KO_trademark" = -141; -"@MMK_R_KO_u" = -19; -"@MMK_R_KO_underscore" = 45; -"@MMK_R_KO_v" = -96; -"@MMK_R_KO_w" = -52; -"@MMK_R_KO_x" = 39; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = -22; -"@MMK_R_KO_Y" = -29; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 22; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 13; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 80; -"@MMK_R_KO_imacron" = 51; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = -3; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_parenright.case" = -5; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 20; -"@MMK_R_KO_sevensuperior" = -9; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -22; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -24; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -23; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -23; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = -38; -"@MMK_R_KO_Y" = -43; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -31; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 4; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 69; -"@MMK_R_KO_imacron" = 32; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -7; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_question" = 10; -"@MMK_R_KO_question.ss01" = 10; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -14; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = 16; -"@MMK_R_KO_threesuperior" = 8; -"@MMK_R_KO_trademark" = -31; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -49; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -33; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 29; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -12; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -49; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = 19; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -37; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 23; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 3; -"@MMK_R_KO_g" = 20; -"@MMK_R_KO_guillemetleft" = 17; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 42; -"@MMK_R_KO_imacron" = 14; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = -30; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -25; -"@MMK_R_KO_six" = 28; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_t" = 23; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -43; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -62; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -33; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 29; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -12; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -49; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = 19; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -37; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 3; -"@MMK_R_KO_guillemetleft" = 17; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = -30; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -25; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_y" = 2; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 25; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 11; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_X" = 19; -"@MMK_R_KO_Y" = 8; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -8; -"@MMK_R_KO_bracketright" = 12; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 23; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_hyphen.case" = -16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 95; -"@MMK_R_KO_imacron" = 71; -"@MMK_R_KO_j" = 43; -"@MMK_R_KO_l.ss04" = 32; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 25; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 25; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 21; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -59; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = -75; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 30; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 29; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -22; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 24; -"@MMK_R_KO_colon" = -10; -"@MMK_R_KO_comma" = -106; -"@MMK_R_KO_comma.ss01" = -127; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = 4; -"@MMK_R_KO_ellipsis" = -120; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_icircumflex" = 111; -"@MMK_R_KO_imacron" = 84; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 40; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_ninesuperior" = 14; -"@MMK_R_KO_onesuperior" = 11; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -105; -"@MMK_R_KO_period.ss01" = -132; -"@MMK_R_KO_question" = 14; -"@MMK_R_KO_question.ss01" = 7; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft" = 6; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 6; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_sevensuperior" = 7; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 11; -"@MMK_R_KO_slash" = -72; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = 7; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -206; -"@MMK_R_KO_v" = 13; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 13; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -31; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = 26; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -44; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -29; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 17; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = 18; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_hyphen.case" = 14; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 55; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 12; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -13; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -26; -"@MMK_R_KO_period" = -28; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -20; -"@MMK_R_KO_six" = 28; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -29; -"@MMK_R_KO_t" = 16; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -40; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -59; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 17; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = -60; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 17; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 13; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 13; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = 17; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 38; -"@MMK_R_KO_imacron" = 12; -"@MMK_R_KO_j" = 35; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -24; -"@MMK_R_KO_parenright" = -28; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 17; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 17; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 13; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 81; -"@MMK_R_KO_imacron" = 51; -"@MMK_R_KO_j" = 26; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_sevensuperior" = -4; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -14; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 15; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = 17; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 15; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_X" = 21; -"@MMK_R_KO_Y" = 11; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = 16; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -6; -"@MMK_R_KO_hyphen.case" = -82; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 99; -"@MMK_R_KO_imacron" = 74; -"@MMK_R_KO_j" = 44; -"@MMK_R_KO_l.ss04" = 39; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 26; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_underscore" = 22; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = 3; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -23; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_X" = -7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -21; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 89; -"@MMK_R_KO_imacron" = 62; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 22; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = -20; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -33; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 38; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = 27; -"@MMK_R_KO_O" = -53; -"@MMK_R_KO_S" = -33; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = -10; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_X" = 39; -"@MMK_R_KO_Y" = 16; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -84; -"@MMK_R_KO_bracketright" = 18; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 3; -"@MMK_R_KO_e" = -42; -"@MMK_R_KO_egrave" = -40; -"@MMK_R_KO_eightsuperior" = -23; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -32; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = -78; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -60; -"@MMK_R_KO_hyphen.case" = -112; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 77; -"@MMK_R_KO_j" = 64; -"@MMK_R_KO_l.ss04" = 22; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -26; -"@MMK_R_KO_onesuperior" = -13; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 2; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -50; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -54; -"@MMK_R_KO_quotedblleft.ss01" = -44; -"@MMK_R_KO_quoteleft" = -54; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = -23; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_six" = -47; -"@MMK_R_KO_sixsuperior" = -35; -"@MMK_R_KO_slash" = 23; -"@MMK_R_KO_t" = -56; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_underscore" = 42; -"@MMK_R_KO_v" = -86; -"@MMK_R_KO_w" = -59; -"@MMK_R_KO_x" = 41; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 33; -"@MMK_R_KO_I.ss02" = 16; -"@MMK_R_KO_J" = 29; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -112; -"@MMK_R_KO_U" = -16; -"@MMK_R_KO_V" = -114; -"@MMK_R_KO_W" = -58; -"@MMK_R_KO_X" = 26; -"@MMK_R_KO_Y" = -150; -"@MMK_R_KO_Z" = 31; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asciicircum" = -209; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 32; -"@MMK_R_KO_comma" = 40; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -200; -"@MMK_R_KO_ellipsis" = 9; -"@MMK_R_KO_exclam" = 22; -"@MMK_R_KO_f" = -30; -"@MMK_R_KO_fivesuperior" = -200; -"@MMK_R_KO_foursuperior" = -194; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = 11; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -104; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 56; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -200; -"@MMK_R_KO_onesuperior" = -157; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 42; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -89; -"@MMK_R_KO_question.ss01" = -103; -"@MMK_R_KO_quotedbl" = -109; -"@MMK_R_KO_quotedblleft" = -202; -"@MMK_R_KO_quotedblleft.ss01" = -210; -"@MMK_R_KO_quoteleft" = -133; -"@MMK_R_KO_quoteright" = -196; -"@MMK_R_KO_quoteright.ss01" = -204; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -195; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_sixsuperior" = -200; -"@MMK_R_KO_slash" = 42; -"@MMK_R_KO_t" = -37; -"@MMK_R_KO_threesuperior" = -196; -"@MMK_R_KO_trademark" = -207; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 38; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -37; -"@MMK_R_KO_x" = 28; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 33; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 16; -"@MMK_R_KO_J" = 29; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -101; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -110; -"@MMK_R_KO_W" = -58; -"@MMK_R_KO_X" = 26; -"@MMK_R_KO_Y" = -148; -"@MMK_R_KO_Z" = 31; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 32; -"@MMK_R_KO_comma" = 40; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -115; -"@MMK_R_KO_ellipsis" = 9; -"@MMK_R_KO_exclam" = 22; -"@MMK_R_KO_fivesuperior" = -120; -"@MMK_R_KO_foursuperior" = -110; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = 11; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -104; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -119; -"@MMK_R_KO_onesuperior" = -120; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 42; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -88; -"@MMK_R_KO_question.ss01" = -103; -"@MMK_R_KO_quotedbl" = -109; -"@MMK_R_KO_quotedblleft" = -117; -"@MMK_R_KO_quotedblleft.ss01" = -122; -"@MMK_R_KO_quoteleft" = -117; -"@MMK_R_KO_quoteright" = -116; -"@MMK_R_KO_quoteright.ss01" = -118; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_sevensuperior" = -126; -"@MMK_R_KO_sixsuperior" = -115; -"@MMK_R_KO_slash" = 42; -"@MMK_R_KO_threesuperior" = -118; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -34; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -15; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 30; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -50; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = 18; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = -32; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 24; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 4; -"@MMK_R_KO_g" = 19; -"@MMK_R_KO_guillemetleft" = 17; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 39; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -22; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -26; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_t" = 22; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -44; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_underscore" = -63; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = -6; -"@MMK_R_KO_y" = 3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -34; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -15; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 30; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -50; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = 18; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -5; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = -32; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 24; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 4; -"@MMK_R_KO_g" = 19; -"@MMK_R_KO_guillemetleft" = 17; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -22; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -26; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_t" = 23; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -44; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_underscore" = -63; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = -6; -"@MMK_R_KO_y" = 3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 29; -"@MMK_R_KO_I.ss02" = 43; -"@MMK_R_KO_O" = 30; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = 53; -"@MMK_R_KO_U" = 42; -"@MMK_R_KO_V" = 64; -"@MMK_R_KO_X" = 46; -"@MMK_R_KO_bracketright" = 77; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = -32; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 34; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 32; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_parenright" = 69; -"@MMK_R_KO_parenright.case" = 70; -"@MMK_R_KO_period" = -31; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = 10; -"@MMK_R_KO_question.ss01" = 3; -"@MMK_R_KO_quotedbl" = 39; -"@MMK_R_KO_quoteright" = 42; -"@MMK_R_KO_quoteright.ss01" = 42; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_t" = 29; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -70; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -93; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -44; -"@MMK_R_KO_Y" = -25; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 30; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_comma.ss01" = -136; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 13; -"@MMK_R_KO_ellipsis" = -166; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_f" = 20; -"@MMK_R_KO_fivesuperior" = 7; -"@MMK_R_KO_foursuperior" = 18; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 93; -"@MMK_R_KO_imacron" = 58; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 9; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -131; -"@MMK_R_KO_period.ss01" = -136; -"@MMK_R_KO_question" = 13; -"@MMK_R_KO_question.ss01" = 13; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = 6; -"@MMK_R_KO_quoteleft" = 14; -"@MMK_R_KO_quoteright" = 11; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 23; -"@MMK_R_KO_sixsuperior" = 15; -"@MMK_R_KO_slash" = -72; -"@MMK_R_KO_t" = 20; -"@MMK_R_KO_threesuperior" = 9; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -244; -"@MMK_R_KO_v" = 24; -"@MMK_R_KO_w" = 31; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 21; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 32; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 22; -"@MMK_R_KO_J" = 28; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -38; -"@MMK_R_KO_U" = -18; -"@MMK_R_KO_V" = -51; -"@MMK_R_KO_W" = -37; -"@MMK_R_KO_X" = 29; -"@MMK_R_KO_Y" = -87; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 23; -"@MMK_R_KO_asciicircum" = -23; -"@MMK_R_KO_bracketright" = 6; -"@MMK_R_KO_colon" = 31; -"@MMK_R_KO_comma" = 41; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -23; -"@MMK_R_KO_ellipsis" = 10; -"@MMK_R_KO_exclam" = 23; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -31; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = -8; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 9; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = 59; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 43; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -22; -"@MMK_R_KO_question.ss01" = -27; -"@MMK_R_KO_quotedbl" = -44; -"@MMK_R_KO_quotedblleft" = -28; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = -28; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 19; -"@MMK_R_KO_sevensuperior" = -56; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -30; -"@MMK_R_KO_slash" = 43; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = -22; -"@MMK_R_KO_trademark" = -75; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 39; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_x" = 29; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = 3; -"@MMK_R_KO_Y" = -25; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 6; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 21; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = 9; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 96; -"@MMK_R_KO_imacron" = 56; -"@MMK_R_KO_j" = 42; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -4; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = 3; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = 21; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -15; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 10; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -28; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 19; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 21; -"@MMK_R_KO_egrave" = 21; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 63; -"@MMK_R_KO_imacron" = 29; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = -12; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -19; -"@MMK_R_KO_six" = 20; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -35; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -32; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -28; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 19; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 21; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 63; -"@MMK_R_KO_imacron" = 29; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -12; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -18; -"@MMK_R_KO_six" = 20; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -103; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = -99; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 35; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 32; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_X" = 9; -"@MMK_R_KO_Y" = 28; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -64; -"@MMK_R_KO_a.ss05" = -36; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 29; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -115; -"@MMK_R_KO_comma.ss01" = -136; -"@MMK_R_KO_e" = -78; -"@MMK_R_KO_egrave" = -55; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -135; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -60; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = -117; -"@MMK_R_KO_hyphen.case" = -114; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 116; -"@MMK_R_KO_imacron" = 89; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 40; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_ninesuperior" = 8; -"@MMK_R_KO_onesuperior" = 14; -"@MMK_R_KO_parenright" = 1; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -116; -"@MMK_R_KO_period.ss01" = -136; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 12; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 8; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -59; -"@MMK_R_KO_sevensuperior" = 8; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_sixsuperior" = 6; -"@MMK_R_KO_slash" = -98; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_threesuperior" = 4; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = -103; -"@MMK_R_KO_v" = 18; -"@MMK_R_KO_w" = 16; -"@MMK_R_KO_x" = 5; -"@MMK_R_KO_y" = 18; -"@MMK_R_KO_z" = -8; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_X" = -7; -"@MMK_R_KO_Y" = 2; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 8; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -42; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 14; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_imacron" = 64; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 4; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -30; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = 14; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = 4; -"@MMK_R_KO_slash" = -34; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -2; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -53; -"@MMK_R_KO_v" = 13; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -14; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_X" = -7; -"@MMK_R_KO_Y" = 2; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 9; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -42; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 14; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 4; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = -30; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = 14; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = 4; -"@MMK_R_KO_slash" = -34; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 13; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -35; -"@MMK_R_KO_H" = 40; -"@MMK_R_KO_I.ss02" = 54; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_T" = 72; -"@MMK_R_KO_U" = 54; -"@MMK_R_KO_V" = 83; -"@MMK_R_KO_X" = 65; -"@MMK_R_KO_Y" = 85; -"@MMK_R_KO_Z" = 49; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 90; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -38; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_eightsuperior" = 45; -"@MMK_R_KO_ellipsis" = -42; -"@MMK_R_KO_exclam" = 48; -"@MMK_R_KO_fivesuperior" = 42; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 14; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 46; -"@MMK_R_KO_onesuperior" = 59; -"@MMK_R_KO_parenright" = 89; -"@MMK_R_KO_parenright.case" = 90; -"@MMK_R_KO_period" = -30; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = 16; -"@MMK_R_KO_question.ss01" = 6; -"@MMK_R_KO_quotedbl" = 55; -"@MMK_R_KO_quoteright" = 48; -"@MMK_R_KO_quoteright.ss01" = 48; -"@MMK_R_KO_sevensuperior" = 67; -"@MMK_R_KO_sixsuperior" = 31; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_threesuperior" = 50; -"@MMK_R_KO_u" = 0; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -110; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = -96; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = 32; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 37; -"@MMK_R_KO_W" = 34; -"@MMK_R_KO_X" = 19; -"@MMK_R_KO_Y" = 39; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -68; -"@MMK_R_KO_a.ss05" = -57; -"@MMK_R_KO_asciicircum" = -22; -"@MMK_R_KO_bracketright" = 36; -"@MMK_R_KO_colon" = -33; -"@MMK_R_KO_comma" = -123; -"@MMK_R_KO_comma.ss01" = -136; -"@MMK_R_KO_e" = -69; -"@MMK_R_KO_egrave" = -52; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -144; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = -61; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = -75; -"@MMK_R_KO_hyphen.case" = -49; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 77; -"@MMK_R_KO_imacron" = 100; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 47; -"@MMK_R_KO_n" = -45; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 10; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -122; -"@MMK_R_KO_period.ss01" = -136; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = 16; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = -61; -"@MMK_R_KO_sevensuperior" = 18; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -133; -"@MMK_R_KO_t" = -15; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 9; -"@MMK_R_KO_u" = -34; -"@MMK_R_KO_underscore" = -132; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -18; -"@MMK_R_KO_x" = -25; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -61; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 16; -"@MMK_R_KO_J" = -55; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = 28; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 34; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 18; -"@MMK_R_KO_Y" = 35; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -34; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 32; -"@MMK_R_KO_colon" = -10; -"@MMK_R_KO_comma" = -63; -"@MMK_R_KO_comma.ss01" = -82; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -83; -"@MMK_R_KO_exclam" = 13; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -31; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -33; -"@MMK_R_KO_hyphen.case" = -17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 92; -"@MMK_R_KO_imacron" = 96; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 52; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_ninesuperior" = 5; -"@MMK_R_KO_onesuperior" = 11; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -62; -"@MMK_R_KO_period.ss01" = -85; -"@MMK_R_KO_question" = 3; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 19; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 10; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_s" = -32; -"@MMK_R_KO_sevensuperior" = 14; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -65; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 5; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_underscore" = -64; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = -6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 37; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 21; -"@MMK_R_KO_J" = 26; -"@MMK_R_KO_O" = -48; -"@MMK_R_KO_S" = -30; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = -5; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_X" = 38; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -71; -"@MMK_R_KO_bracketright" = 30; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 2; -"@MMK_R_KO_e" = -40; -"@MMK_R_KO_egrave" = -39; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -32; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -69; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -60; -"@MMK_R_KO_hyphen.case" = -108; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 35; -"@MMK_R_KO_imacron" = 84; -"@MMK_R_KO_j" = 66; -"@MMK_R_KO_l.ss04" = 30; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = -5; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 7; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -31; -"@MMK_R_KO_question.ss01" = -41; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -36; -"@MMK_R_KO_quoteleft" = -48; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = -23; -"@MMK_R_KO_sevensuperior" = 3; -"@MMK_R_KO_six" = -41; -"@MMK_R_KO_sixsuperior" = -28; -"@MMK_R_KO_slash" = 22; -"@MMK_R_KO_t" = -52; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -3; -"@MMK_R_KO_u" = -36; -"@MMK_R_KO_underscore" = 41; -"@MMK_R_KO_v" = -60; -"@MMK_R_KO_w" = -57; -"@MMK_R_KO_x" = 40; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -134; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = -104; -"@MMK_R_KO_O" = -59; -"@MMK_R_KO_S" = -38; -"@MMK_R_KO_T" = 28; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 39; -"@MMK_R_KO_W" = 35; -"@MMK_R_KO_X" = 21; -"@MMK_R_KO_Y" = 41; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -112; -"@MMK_R_KO_a.ss05" = -60; -"@MMK_R_KO_asciicircum" = -57; -"@MMK_R_KO_bracketright" = 38; -"@MMK_R_KO_colon" = -61; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_comma.ss01" = -136; -"@MMK_R_KO_e" = -116; -"@MMK_R_KO_egrave" = -51; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -184; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -43; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -49; -"@MMK_R_KO_g" = -106; -"@MMK_R_KO_guillemetleft" = -118; -"@MMK_R_KO_guillemetright" = -49; -"@MMK_R_KO_hyphen" = -138; -"@MMK_R_KO_hyphen.case" = -94; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 48; -"@MMK_R_KO_imacron" = 102; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = 45; -"@MMK_R_KO_n" = -74; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 5; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -131; -"@MMK_R_KO_period.ss01" = -136; -"@MMK_R_KO_question" = -18; -"@MMK_R_KO_question.ss01" = -28; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -35; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = -104; -"@MMK_R_KO_sevensuperior" = 20; -"@MMK_R_KO_six" = -56; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = -144; -"@MMK_R_KO_t" = -44; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 10; -"@MMK_R_KO_u" = -64; -"@MMK_R_KO_underscore" = -149; -"@MMK_R_KO_v" = -43; -"@MMK_R_KO_w" = -44; -"@MMK_R_KO_x" = -47; -"@MMK_R_KO_y" = -43; -"@MMK_R_KO_z" = -66; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 22; -"@MMK_R_KO_J" = 20; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 15; -"@MMK_R_KO_X" = 20; -"@MMK_R_KO_Y" = 5; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 11; -"@MMK_R_KO_colon" = 19; -"@MMK_R_KO_comma" = 27; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = 4; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_hyphen.case" = -53; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 92; -"@MMK_R_KO_imacron" = 68; -"@MMK_R_KO_j" = 46; -"@MMK_R_KO_l.ss04" = 32; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 29; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = 11; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 29; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 25; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 15; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -45; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -72; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = -6; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -29; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -43; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -86; -"@MMK_R_KO_u" = -1; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 24; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -78; -"@MMK_R_KO_U" = -10; -"@MMK_R_KO_V" = -87; -"@MMK_R_KO_W" = -54; -"@MMK_R_KO_X" = 25; -"@MMK_R_KO_Y" = -123; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_asciicircum" = -44; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 27; -"@MMK_R_KO_comma" = 15; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -36; -"@MMK_R_KO_ellipsis" = 8; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -44; -"@MMK_R_KO_foursuperior" = -32; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 31; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -43; -"@MMK_R_KO_onesuperior" = -94; -"@MMK_R_KO_parenright" = -30; -"@MMK_R_KO_period" = 16; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -47; -"@MMK_R_KO_question.ss01" = -52; -"@MMK_R_KO_quotedbl" = -59; -"@MMK_R_KO_quotedblleft" = -45; -"@MMK_R_KO_quotedblleft.ss01" = -38; -"@MMK_R_KO_quoteleft" = -45; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -34; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_sevensuperior" = -76; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_sixsuperior" = -49; -"@MMK_R_KO_slash" = 19; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -35; -"@MMK_R_KO_trademark" = -103; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 37; -"@MMK_R_KO_v" = -33; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_x" = 18; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 26; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -29; -"@MMK_R_KO_U" = -10; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_X" = 27; -"@MMK_R_KO_Y" = -63; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_bracketright" = 6; -"@MMK_R_KO_colon" = 25; -"@MMK_R_KO_comma" = 15; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -33; -"@MMK_R_KO_ellipsis" = 8; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -42; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 39; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -73; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_period" = 16; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -45; -"@MMK_R_KO_question.ss01" = -52; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = -45; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -31; -"@MMK_R_KO_s" = 14; -"@MMK_R_KO_sevensuperior" = -68; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_sixsuperior" = -42; -"@MMK_R_KO_slash" = 19; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -35; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 37; -"@MMK_R_KO_v" = -33; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_x" = 18; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_T" = -114; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_t" = -2; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -106; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -66; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_T" = -37; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -100; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -105; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 19; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -44; -"@MMK_R_KO_a.ss05" = -40; -"@MMK_R_KO_asterisk" = 34; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_comma.ss01" = -136; -"@MMK_R_KO_e" = -47; -"@MMK_R_KO_eight" = 8; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -66; -"@MMK_R_KO_g" = -38; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -80; -"@MMK_R_KO_hyphen.case" = -15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -12; -"@MMK_R_KO_nine" = 17; -"@MMK_R_KO_one" = 18; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -131; -"@MMK_R_KO_period.ss01" = -136; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 16; -"@MMK_R_KO_quotedblleft.ss01" = 4; -"@MMK_R_KO_quoteright" = 10; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = -35; -"@MMK_R_KO_seven" = 23; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -112; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_three" = 5; -"@MMK_R_KO_two" = 5; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 15; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 29; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 36; -"@MMK_R_KO_W" = 32; -"@MMK_R_KO_Y" = 38; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 17; -"@MMK_R_KO_comma.ss01" = 8; -"@MMK_R_KO_e" = -38; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -39; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = -50; -"@MMK_R_KO_hyphen" = -64; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 79; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 7; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -31; -"@MMK_R_KO_seven" = 19; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_slash" = 46; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -34; -"@MMK_R_KO_v" = -54; -"@MMK_R_KO_w" = -46; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 33; -"@MMK_R_KO_H" = 13; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = 26; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 26; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 34; -"@MMK_R_KO_W" = 29; -"@MMK_R_KO_Y" = 35; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = 5; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen.case" = -66; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_period" = 15; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 16; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_slash" = 39; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 23; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -67; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -65; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_X" = -38; -"@MMK_R_KO_Y" = -109; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -42; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_egrave" = 11; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -56; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = -35; -"@MMK_R_KO_question.ss01" = -41; -"@MMK_R_KO_quotedbl" = -43; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -24; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -73; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -40; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = -36; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -133; -"@MMK_R_KO_comma" = 19; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_five" = -19; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = -52; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_hyphen.case" = -119; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -95; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_quotedbl" = -133; -"@MMK_R_KO_quotedblleft" = -133; -"@MMK_R_KO_quoteright" = -133; -"@MMK_R_KO_seven" = -76; -"@MMK_R_KO_six" = -29; -"@MMK_R_KO_three" = -8; -"@MMK_R_KO_two" = 26; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -114; -"@MMK_R_KO_H" = -12; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_a" = -54; -"@MMK_R_KO_e" = -56; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -13; -"@MMK_R_KO_n" = -28; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -79; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -72; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_X" = -37; -"@MMK_R_KO_Y" = -116; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -38; -"@MMK_R_KO_bracketright" = -40; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -32; -"@MMK_R_KO_foursuperior" = -24; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -66; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = -8; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = -45; -"@MMK_R_KO_question.ss01" = -51; -"@MMK_R_KO_quotedbl" = -51; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -55; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -39; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -23; -"@MMK_R_KO_trademark" = -89; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -41; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = -34; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -72; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_X" = -34; -"@MMK_R_KO_Y" = -78; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eightsuperior" = -21; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -24; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -29; -"@MMK_R_KO_onesuperior" = -65; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_period" = -8; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = -44; -"@MMK_R_KO_question.ss01" = -51; -"@MMK_R_KO_quotedbl" = -49; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -35; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -51; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -35; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -22; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -41; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = -34; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = 13; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asterisk" = 8; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 15; -"@MMK_R_KO_eight" = 26; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_five" = 13; -"@MMK_R_KO_four" = 20; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 16; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -23; -"@MMK_R_KO_parenright.case" = -5; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_three" = 21; -"@MMK_R_KO_two" = 9; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -13; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = -44; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = -131; -"@MMK_R_KO_U" = -42; -"@MMK_R_KO_V" = -144; -"@MMK_R_KO_W" = -88; -"@MMK_R_KO_Y" = -182; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -160; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eight" = -8; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -50; -"@MMK_R_KO_five" = -21; -"@MMK_R_KO_four" = -4; -"@MMK_R_KO_g" = -26; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -31; -"@MMK_R_KO_hyphen.case" = -139; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_nine" = -24; -"@MMK_R_KO_one" = -111; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -235; -"@MMK_R_KO_quotedblleft" = -272; -"@MMK_R_KO_quoteright" = -272; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = -95; -"@MMK_R_KO_six" = -37; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -54; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = 3; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_v" = -96; -"@MMK_R_KO_w" = -59; -"@MMK_R_KO_y" = -48; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = -23; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -39; -"@MMK_R_KO_S" = -13; -"@MMK_R_KO_T" = -140; -"@MMK_R_KO_U" = -40; -"@MMK_R_KO_V" = -145; -"@MMK_R_KO_W" = -92; -"@MMK_R_KO_Y" = -193; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asterisk" = -160; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = -21; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eight" = -11; -"@MMK_R_KO_f" = -58; -"@MMK_R_KO_five" = -21; -"@MMK_R_KO_four" = -3; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -51; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_hyphen.case" = -158; -"@MMK_R_KO_i" = -27; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = -22; -"@MMK_R_KO_one" = -123; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedbl" = -235; -"@MMK_R_KO_quotedblleft.ss01" = -271; -"@MMK_R_KO_quoteright.ss01" = -271; -"@MMK_R_KO_s" = -7; -"@MMK_R_KO_seven" = -100; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -59; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -25; -"@MMK_R_KO_v" = -95; -"@MMK_R_KO_w" = -59; -"@MMK_R_KO_y" = -45; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -119; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -75; -"@MMK_R_KO_W" = -37; -"@MMK_R_KO_Y" = -137; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 22; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_colon" = -26; -"@MMK_R_KO_comma" = -25; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 22; -"@MMK_R_KO_egrave" = 22; -"@MMK_R_KO_eight" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 25; -"@MMK_R_KO_g" = 19; -"@MMK_R_KO_guillemetleft" = 18; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -75; -"@MMK_R_KO_parenright" = -80; -"@MMK_R_KO_period" = -23; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedbl" = -55; -"@MMK_R_KO_quotedblleft" = -49; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -84; -"@MMK_R_KO_six" = 15; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = -21; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_y" = -41; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -39; -"@MMK_R_KO_H" = 14; -"@MMK_R_KO_I.ss02" = 21; -"@MMK_R_KO_J" = -42; -"@MMK_R_KO_O" = 29; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = 31; -"@MMK_R_KO_U" = 28; -"@MMK_R_KO_V" = 41; -"@MMK_R_KO_W" = 48; -"@MMK_R_KO_X" = 22; -"@MMK_R_KO_Y" = 40; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 32; -"@MMK_R_KO_colon" = 29; -"@MMK_R_KO_comma" = -51; -"@MMK_R_KO_comma.ss01" = -73; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = 23; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_exclam" = 22; -"@MMK_R_KO_f" = 24; -"@MMK_R_KO_fivesuperior" = 15; -"@MMK_R_KO_foursuperior" = 21; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = 13; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 57; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 52; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = 26; -"@MMK_R_KO_onesuperior" = 18; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -50; -"@MMK_R_KO_period.ss01" = -74; -"@MMK_R_KO_question" = 31; -"@MMK_R_KO_question.ss01" = 12; -"@MMK_R_KO_quotedbl" = 23; -"@MMK_R_KO_quotedblleft" = 15; -"@MMK_R_KO_quotedblleft.ss01" = 17; -"@MMK_R_KO_quoteleft" = 15; -"@MMK_R_KO_quoteright" = 29; -"@MMK_R_KO_quoteright.ss01" = 25; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 16; -"@MMK_R_KO_six" = 26; -"@MMK_R_KO_sixsuperior" = 25; -"@MMK_R_KO_slash" = -44; -"@MMK_R_KO_t" = 24; -"@MMK_R_KO_threesuperior" = 22; -"@MMK_R_KO_trademark" = 3; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -46; -"@MMK_R_KO_v" = 32; -"@MMK_R_KO_w" = 28; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = 25; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -39; -"@MMK_R_KO_H" = 14; -"@MMK_R_KO_I.ss02" = 21; -"@MMK_R_KO_J" = -42; -"@MMK_R_KO_O" = 29; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = 31; -"@MMK_R_KO_U" = 28; -"@MMK_R_KO_V" = 41; -"@MMK_R_KO_W" = 48; -"@MMK_R_KO_X" = 22; -"@MMK_R_KO_Y" = 40; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = 32; -"@MMK_R_KO_colon" = 29; -"@MMK_R_KO_comma" = -51; -"@MMK_R_KO_comma.ss01" = -73; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = 23; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_exclam" = 22; -"@MMK_R_KO_f" = 24; -"@MMK_R_KO_fivesuperior" = 15; -"@MMK_R_KO_foursuperior" = 21; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = 13; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 57; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 52; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = 26; -"@MMK_R_KO_onesuperior" = 18; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -50; -"@MMK_R_KO_period.ss01" = -74; -"@MMK_R_KO_question" = 31; -"@MMK_R_KO_question.ss01" = 12; -"@MMK_R_KO_quotedbl" = 23; -"@MMK_R_KO_quotedblleft" = 15; -"@MMK_R_KO_quotedblleft.ss01" = 17; -"@MMK_R_KO_quoteleft" = 15; -"@MMK_R_KO_quoteright" = 29; -"@MMK_R_KO_quoteright.ss01" = 25; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 16; -"@MMK_R_KO_six" = 26; -"@MMK_R_KO_sixsuperior" = 25; -"@MMK_R_KO_slash" = -44; -"@MMK_R_KO_t" = 24; -"@MMK_R_KO_threesuperior" = 22; -"@MMK_R_KO_trademark" = 3; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -46; -"@MMK_R_KO_v" = 32; -"@MMK_R_KO_w" = 28; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = 25; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 7; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -4; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 12; -"@MMK_R_KO_imacron" = 15; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -5; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -17; -"@MMK_R_KO_u" = -1; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -4; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asterisk" = -9; -"@MMK_R_KO_colon" = -3; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 18; -"@MMK_R_KO_egrave" = 18; -"@MMK_R_KO_eight" = 21; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = 24; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = -3; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -12; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -17; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_three" = 17; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -29; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 14; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_asterisk" = -47; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 15; -"@MMK_R_KO_egrave" = 19; -"@MMK_R_KO_eight" = 28; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_five" = 6; -"@MMK_R_KO_four" = 28; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 12; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 9; -"@MMK_R_KO_one" = -42; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -5; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_quotedbl" = -53; -"@MMK_R_KO_quotedblleft" = -55; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteright" = -49; -"@MMK_R_KO_quoteright.ss01" = -50; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_seven" = -42; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_slash" = -5; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_three" = 14; -"@MMK_R_KO_two" = 3; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 35; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 22; -"@MMK_R_KO_J" = 27; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 35; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -8; -"@MMK_R_KO_bracketright" = 37; -"@MMK_R_KO_colon" = 27; -"@MMK_R_KO_comma" = 31; -"@MMK_R_KO_comma.ss01" = 9; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = 9; -"@MMK_R_KO_exclam" = 20; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = 4; -"@MMK_R_KO_hyphen" = -29; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 17; -"@MMK_R_KO_j" = 74; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 3; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 51; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -9; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 47; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 28; -"@MMK_R_KO_y" = 3; -"@MMK_R_KO_z" = 22; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_Y" = -49; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eight" = 2; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -2; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = 19; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_hyphen.case" = -7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 11; -"@MMK_R_KO_one" = 11; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period" = 4; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 3; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_three" = 7; -"@MMK_R_KO_two" = 13; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -40; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -34; -"@MMK_R_KO_J" = -26; -"@MMK_R_KO_O" = 17; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -74; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_Y" = -117; -"@MMK_R_KO_Z" = -21; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -54; -"@MMK_R_KO_colon" = -17; -"@MMK_R_KO_comma" = -49; -"@MMK_R_KO_comma.ss01" = -50; -"@MMK_R_KO_e" = 18; -"@MMK_R_KO_egrave" = 18; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 26; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 12; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -7; -"@MMK_R_KO_one" = -26; -"@MMK_R_KO_parenright" = -71; -"@MMK_R_KO_parenright.case" = -56; -"@MMK_R_KO_period" = -47; -"@MMK_R_KO_period.ss01" = -51; -"@MMK_R_KO_quotedbl" = -60; -"@MMK_R_KO_quotedblleft" = -44; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteright" = -25; -"@MMK_R_KO_quoteright.ss01" = -29; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -34; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_slash" = -47; -"@MMK_R_KO_t" = -4; -"@MMK_R_KO_three" = -9; -"@MMK_R_KO_two" = -30; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = -20; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -23; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -113; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -75; -"@MMK_R_KO_W" = -37; -"@MMK_R_KO_Y" = -137; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 23; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -80; -"@MMK_R_KO_colon" = -25; -"@MMK_R_KO_comma" = -26; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 23; -"@MMK_R_KO_egrave" = 24; -"@MMK_R_KO_eight" = 11; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 28; -"@MMK_R_KO_g" = 19; -"@MMK_R_KO_guillemetleft" = 18; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -75; -"@MMK_R_KO_parenright" = -80; -"@MMK_R_KO_period" = -24; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_quotedbl" = -55; -"@MMK_R_KO_quotedblleft" = -49; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -84; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_slash" = -35; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 8; -"@MMK_R_KO_two" = -20; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -37; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -48; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -79; -"@MMK_R_KO_J" = -97; -"@MMK_R_KO_O" = 28; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -110; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -49; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_Y" = -93; -"@MMK_R_KO_Z" = -49; -"@MMK_R_KO_asterisk" = -15; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -117; -"@MMK_R_KO_comma.ss01" = -136; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen.case" = 16; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright.case" = -68; -"@MMK_R_KO_period" = -117; -"@MMK_R_KO_period.ss01" = -136; -"@MMK_R_KO_quotedbl" = -28; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_slash" = -60; -"@MMK_R_KO_three" = -20; -"@MMK_R_KO_two" = -5; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 7; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -4; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -24; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -43; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -22; -"@MMK_R_KO_u" = -1; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 18; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 52; -"@MMK_R_KO_U" = 32; -"@MMK_R_KO_V" = 63; -"@MMK_R_KO_W" = 67; -"@MMK_R_KO_X" = 45; -"@MMK_R_KO_Y" = 65; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 57; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 9; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = 15; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 7; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 15; -"@MMK_R_KO_imacron" = 15; -"@MMK_R_KO_j" = 26; -"@MMK_R_KO_l.ss04" = 10; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 7; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 40; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = 16; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 11; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 36; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 11; -"@MMK_R_KO_trademark" = 13; -"@MMK_R_KO_u" = -1; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 39; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 28; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -20; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = 40; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = -36; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asciicircum" = -4; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -41; -"@MMK_R_KO_egrave" = -41; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = 7; -"@MMK_R_KO_hyphen" = -64; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 25; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -44; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = 21; -"@MMK_R_KO_question.ss01" = 7; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -37; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -25; -"@MMK_R_KO_sevensuperior" = -54; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 24; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_threesuperior" = -36; -"@MMK_R_KO_trademark" = -56; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 42; -"@MMK_R_KO_v" = 22; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 29; -"@MMK_R_KO_y" = 23; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -7; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -14; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -21; -"@MMK_R_KO_u" = -1; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 30; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = 24; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = 29; -"@MMK_R_KO_Y" = -25; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 24; -"@MMK_R_KO_asciicircum" = -44; -"@MMK_R_KO_bracketright" = 8; -"@MMK_R_KO_colon" = 27; -"@MMK_R_KO_comma" = 37; -"@MMK_R_KO_comma.ss01" = -1; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = -28; -"@MMK_R_KO_ellipsis" = 10; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -35; -"@MMK_R_KO_foursuperior" = -33; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -19; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 8; -"@MMK_R_KO_j" = 41; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -33; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_period" = 39; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -22; -"@MMK_R_KO_question.ss01" = -31; -"@MMK_R_KO_quotedbl" = -31; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -33; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -29; -"@MMK_R_KO_s" = 28; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -28; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = -15; -"@MMK_R_KO_threesuperior" = -35; -"@MMK_R_KO_trademark" = -44; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 39; -"@MMK_R_KO_v" = -22; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = 20; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 212; -"@MMK_R_KO_colon" = 77; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eightsuperior" = 165; -"@MMK_R_KO_exclam" = 181; -"@MMK_R_KO_f" = 90; -"@MMK_R_KO_fivesuperior" = 167; -"@MMK_R_KO_foursuperior" = 105; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 172; -"@MMK_R_KO_j" = 121; -"@MMK_R_KO_l.ss04" = 176; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 164; -"@MMK_R_KO_onesuperior" = 189; -"@MMK_R_KO_parenright" = 172; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = 143; -"@MMK_R_KO_question.ss01" = 134; -"@MMK_R_KO_quotedbl" = 191; -"@MMK_R_KO_quotedblleft" = 128; -"@MMK_R_KO_quotedblleft.ss01" = 137; -"@MMK_R_KO_quoteleft" = 128; -"@MMK_R_KO_sevensuperior" = 200; -"@MMK_R_KO_sixsuperior" = 159; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 85; -"@MMK_R_KO_threesuperior" = 159; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_z" = 97; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = -84; -"@MMK_R_KO_O" = -54; -"@MMK_R_KO_T" = -150; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_e" = -59; -"@MMK_R_KO_f" = -58; -"@MMK_R_KO_i" = -81; -"@MMK_R_KO_n" = -81; -"@MMK_R_KO_t" = -58; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -59; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -71; -"@MMK_R_KO_W" = -42; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -109; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -32; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -78; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -36; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = -51; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -22; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -59; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -37; -"@MMK_R_KO_slash" = 12; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -90; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 12; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 17; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -64; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -68; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = -37; -"@MMK_R_KO_Y" = -111; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 19; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -34; -"@MMK_R_KO_bracketright" = -38; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 20; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = -8; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = 20; -"@MMK_R_KO_guillemetleft" = 16; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 23; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -65; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = -40; -"@MMK_R_KO_question.ss01" = -44; -"@MMK_R_KO_quotedbl" = -49; -"@MMK_R_KO_quotedblleft" = -31; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -31; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -54; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_sixsuperior" = -34; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -84; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -38; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -40; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_O" = 17; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -42; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -35; -"@MMK_R_KO_Y" = -75; -"@MMK_R_KO_a" = 20; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_bracketright" = -29; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 21; -"@MMK_R_KO_egrave" = 21; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -22; -"@MMK_R_KO_exclam" = -8; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = -27; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = 20; -"@MMK_R_KO_guillemetleft" = 18; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 25; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -47; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = -40; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -47; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -50; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_sixsuperior" = -33; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -85; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = -47; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -40; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -21; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = -39; -"@MMK_R_KO_S" = -31; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -60; -"@MMK_R_KO_a.ss05" = -45; -"@MMK_R_KO_asterisk" = -18; -"@MMK_R_KO_comma" = 25; -"@MMK_R_KO_comma.ss01" = 5; -"@MMK_R_KO_e" = -61; -"@MMK_R_KO_egrave" = -56; -"@MMK_R_KO_eight" = -23; -"@MMK_R_KO_ellipsis" = -47; -"@MMK_R_KO_f" = -43; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -46; -"@MMK_R_KO_g" = -19; -"@MMK_R_KO_guillemetleft" = -71; -"@MMK_R_KO_guillemetright" = -53; -"@MMK_R_KO_hyphen" = -80; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 69; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_nine" = -28; -"@MMK_R_KO_one" = -21; -"@MMK_R_KO_parenright" = 43; -"@MMK_R_KO_period" = -47; -"@MMK_R_KO_period.ss01" = -50; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -54; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -37; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -46; -"@MMK_R_KO_three" = -29; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -55; -"@MMK_R_KO_v" = -48; -"@MMK_R_KO_w" = -48; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -34; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_asterisk" = -18; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -20; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_nine" = -13; -"@MMK_R_KO_one" = -15; -"@MMK_R_KO_parenright.case" = 43; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -26; -"@MMK_R_KO_slash" = 44; -"@MMK_R_KO_three" = -7; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 25; -"@MMK_R_KO_J" = 43; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = -111; -"@MMK_R_KO_U" = -30; -"@MMK_R_KO_V" = -122; -"@MMK_R_KO_W" = -67; -"@MMK_R_KO_Y" = -131; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -131; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_five" = -14; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -47; -"@MMK_R_KO_guillemetright" = 4; -"@MMK_R_KO_hyphen" = -24; -"@MMK_R_KO_hyphen.case" = -117; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 11; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -16; -"@MMK_R_KO_one" = -93; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -131; -"@MMK_R_KO_quotedblleft" = -131; -"@MMK_R_KO_quoteright" = -131; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -75; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_slash" = 6; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_three" = -4; -"@MMK_R_KO_two" = 28; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_v" = -80; -"@MMK_R_KO_w" = -47; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = 27; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = -23; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -39; -"@MMK_R_KO_S" = -13; -"@MMK_R_KO_T" = -136; -"@MMK_R_KO_U" = -40; -"@MMK_R_KO_V" = -136; -"@MMK_R_KO_W" = -89; -"@MMK_R_KO_Y" = -136; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asterisk" = -136; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_f" = -58; -"@MMK_R_KO_five" = -20; -"@MMK_R_KO_four" = -2; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -51; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_hyphen.case" = -136; -"@MMK_R_KO_i" = -27; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -118; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedbl" = -136; -"@MMK_R_KO_quotedblleft.ss01" = -136; -"@MMK_R_KO_quoteright.ss01" = -136; -"@MMK_R_KO_s" = -7; -"@MMK_R_KO_seven" = -99; -"@MMK_R_KO_six" = -35; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -59; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -25; -"@MMK_R_KO_v" = -95; -"@MMK_R_KO_w" = -59; -"@MMK_R_KO_y" = -45; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 23; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = -60; -"@MMK_R_KO_S" = -31; -"@MMK_R_KO_T" = -109; -"@MMK_R_KO_U" = -53; -"@MMK_R_KO_V" = -133; -"@MMK_R_KO_W" = -85; -"@MMK_R_KO_Y" = -162; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -39; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_e" = -44; -"@MMK_R_KO_eight" = -23; -"@MMK_R_KO_f" = -38; -"@MMK_R_KO_five" = -35; -"@MMK_R_KO_four" = -95; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = 59; -"@MMK_R_KO_nine" = -35; -"@MMK_R_KO_one" = -88; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_quotedbl" = -109; -"@MMK_R_KO_quotedblleft" = -110; -"@MMK_R_KO_quoteright" = -110; -"@MMK_R_KO_s" = -25; -"@MMK_R_KO_seven" = -76; -"@MMK_R_KO_six" = -46; -"@MMK_R_KO_t" = -53; -"@MMK_R_KO_three" = -27; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = -36; -"@MMK_R_KO_v" = -93; -"@MMK_R_KO_w" = -58; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -111; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -112; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 17; -"@MMK_R_KO_W" = 20; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -49; -"@MMK_R_KO_a.ss05" = -44; -"@MMK_R_KO_asterisk" = 14; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_comma.ss01" = -136; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_egrave" = -47; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_ellipsis" = -235; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -10; -"@MMK_R_KO_four" = -71; -"@MMK_R_KO_g" = -46; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -55; -"@MMK_R_KO_hyphen.case" = -28; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_n" = -29; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 4; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -131; -"@MMK_R_KO_period.ss01" = -136; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = -43; -"@MMK_R_KO_seven" = 19; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_slash" = -119; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = -15; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = -47; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = -131; -"@MMK_R_KO_U" = -44; -"@MMK_R_KO_V" = -144; -"@MMK_R_KO_W" = -90; -"@MMK_R_KO_Y" = -182; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asterisk" = -133; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 17; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eight" = -13; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -52; -"@MMK_R_KO_five" = -25; -"@MMK_R_KO_four" = -10; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -36; -"@MMK_R_KO_hyphen.case" = -133; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_j" = 34; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_nine" = -28; -"@MMK_R_KO_one" = -111; -"@MMK_R_KO_period" = 11; -"@MMK_R_KO_quotedblleft" = -272; -"@MMK_R_KO_quoteright" = -133; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_seven" = -94; -"@MMK_R_KO_six" = -38; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = -57; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = 2; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_v" = -102; -"@MMK_R_KO_w" = -62; -"@MMK_R_KO_y" = -36; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = -23; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = -37; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = -134; -"@MMK_R_KO_U" = -38; -"@MMK_R_KO_V" = -140; -"@MMK_R_KO_W" = -86; -"@MMK_R_KO_Y" = -193; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -18; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asterisk" = -136; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_f" = -55; -"@MMK_R_KO_five" = -20; -"@MMK_R_KO_four" = -2; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -49; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -15; -"@MMK_R_KO_hyphen.case" = -136; -"@MMK_R_KO_i" = -24; -"@MMK_R_KO_j" = 39; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -118; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -136; -"@MMK_R_KO_quoteright.ss01" = -136; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_seven" = -99; -"@MMK_R_KO_six" = -31; -"@MMK_R_KO_slash" = 37; -"@MMK_R_KO_t" = -59; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_v" = -92; -"@MMK_R_KO_w" = -56; -"@MMK_R_KO_y" = -36; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -94; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -107; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 25; -"@MMK_R_KO_Y" = 31; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asterisk" = 12; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eight" = -3; -"@MMK_R_KO_ellipsis" = -272; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_five" = -4; -"@MMK_R_KO_four" = -51; -"@MMK_R_KO_g" = -22; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -47; -"@MMK_R_KO_hyphen.case" = -3; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_nine" = 5; -"@MMK_R_KO_one" = 4; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -131; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -20; -"@MMK_R_KO_seven" = 21; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -104; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -89; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -116; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 10; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_Y" = 10; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_asterisk" = 7; -"@MMK_R_KO_comma.ss01" = -136; -"@MMK_R_KO_e" = -24; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -4; -"@MMK_R_KO_four" = -40; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_hyphen.case" = -6; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -136; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_seven" = 9; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -98; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -123; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -113; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_a.ss05" = -58; -"@MMK_R_KO_asterisk" = 16; -"@MMK_R_KO_colon" = -22; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_e" = -66; -"@MMK_R_KO_egrave" = -53; -"@MMK_R_KO_eight" = -3; -"@MMK_R_KO_ellipsis" = -272; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = -9; -"@MMK_R_KO_four" = -94; -"@MMK_R_KO_g" = -58; -"@MMK_R_KO_guillemetleft" = -80; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -81; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_i" = -9; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_n" = -32; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 3; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -131; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -56; -"@MMK_R_KO_seven" = 12; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_slash" = -132; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -25; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = -22; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -93; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -107; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 25; -"@MMK_R_KO_Y" = 31; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asterisk" = 12; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eight" = -3; -"@MMK_R_KO_ellipsis" = -133; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_five" = -4; -"@MMK_R_KO_four" = -51; -"@MMK_R_KO_g" = -22; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -47; -"@MMK_R_KO_hyphen.case" = -3; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_nine" = 5; -"@MMK_R_KO_one" = 4; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -131; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -20; -"@MMK_R_KO_seven" = 21; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -102; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -121; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -113; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_a.ss05" = -58; -"@MMK_R_KO_asterisk" = 16; -"@MMK_R_KO_colon" = -22; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_e" = -67; -"@MMK_R_KO_egrave" = -51; -"@MMK_R_KO_eight" = -3; -"@MMK_R_KO_ellipsis" = -133; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = -9; -"@MMK_R_KO_four" = -91; -"@MMK_R_KO_g" = -58; -"@MMK_R_KO_guillemetleft" = -80; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -81; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = -12; -"@MMK_R_KO_n" = -32; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 3; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -131; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -56; -"@MMK_R_KO_seven" = 12; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_slash" = -132; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -25; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = -24; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -110; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -122; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 10; -"@MMK_R_KO_Y" = 3; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = -49; -"@MMK_R_KO_a.ss05" = -42; -"@MMK_R_KO_asterisk" = 5; -"@MMK_R_KO_comma.ss01" = -136; -"@MMK_R_KO_e" = -52; -"@MMK_R_KO_egrave" = -50; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -11; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -43; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -63; -"@MMK_R_KO_hyphen.case" = -22; -"@MMK_R_KO_i" = -10; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -136; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -40; -"@MMK_R_KO_seven" = 9; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_slash" = -120; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -3; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -22; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -109; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -109; -"@MMK_R_KO_O" = -14; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 17; -"@MMK_R_KO_W" = 20; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -47; -"@MMK_R_KO_a.ss05" = -44; -"@MMK_R_KO_asterisk" = 14; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_comma.ss01" = -109; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_egrave" = -49; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_ellipsis" = -109; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -10; -"@MMK_R_KO_four" = -71; -"@MMK_R_KO_g" = -42; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -55; -"@MMK_R_KO_hyphen.case" = -28; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -29; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 4; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -109; -"@MMK_R_KO_period.ss01" = -109; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = -43; -"@MMK_R_KO_seven" = 19; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_slash" = -109; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -6; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -58; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -91; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -68; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -30; -"@MMK_R_KO_colon" = 26; -"@MMK_R_KO_comma" = -95; -"@MMK_R_KO_comma.ss01" = -118; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 17; -"@MMK_R_KO_ellipsis" = -109; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 22; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 7; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 13; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 3; -"@MMK_R_KO_period" = -93; -"@MMK_R_KO_period.ss01" = -119; -"@MMK_R_KO_question" = 13; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = 3; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 3; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -28; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = 10; -"@MMK_R_KO_slash" = -66; -"@MMK_R_KO_t" = 21; -"@MMK_R_KO_threesuperior" = 17; -"@MMK_R_KO_trademark" = -58; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_underscore" = -86; -"@MMK_R_KO_v" = 35; -"@MMK_R_KO_w" = 32; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 22; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -62; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -64; -"@MMK_R_KO_W" = -37; -"@MMK_R_KO_X" = -21; -"@MMK_R_KO_Y" = -107; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_asciicircum" = -30; -"@MMK_R_KO_bracketright" = -27; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -75; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = -35; -"@MMK_R_KO_question.ss01" = -39; -"@MMK_R_KO_quotedbl" = -46; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 16; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -30; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_trademark" = -79; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -22; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -62; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_bracketright" = -26; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -51; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = -32; -"@MMK_R_KO_question.ss01" = -38; -"@MMK_R_KO_quotedbl" = -44; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 16; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_sixsuperior" = -30; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -104; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = -97; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 29; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = 32; -"@MMK_R_KO_W" = 36; -"@MMK_R_KO_Y" = 29; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -59; -"@MMK_R_KO_a.ss05" = -56; -"@MMK_R_KO_asterisk" = 25; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -121; -"@MMK_R_KO_comma.ss01" = -136; -"@MMK_R_KO_e" = -64; -"@MMK_R_KO_egrave" = -39; -"@MMK_R_KO_eight" = 3; -"@MMK_R_KO_ellipsis" = -141; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -62; -"@MMK_R_KO_g" = -53; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -77; -"@MMK_R_KO_hyphen.case" = -46; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_nine" = 5; -"@MMK_R_KO_one" = 16; -"@MMK_R_KO_parenright" = 2; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = -119; -"@MMK_R_KO_period.ss01" = -136; -"@MMK_R_KO_quotedbl" = 17; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 4; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = -50; -"@MMK_R_KO_seven" = 34; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_slash" = -112; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_Y" = -37; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 19; -"@MMK_R_KO_egrave" = 19; -"@MMK_R_KO_eight" = 25; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_five" = 13; -"@MMK_R_KO_four" = 25; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 8; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -30; -"@MMK_R_KO_parenright.case" = -13; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 22; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_three" = 22; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -125; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 27; -"@MMK_R_KO_J" = -93; -"@MMK_R_KO_O" = -28; -"@MMK_R_KO_S" = -18; -"@MMK_R_KO_T" = 45; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 26; -"@MMK_R_KO_Y" = 28; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = -60; -"@MMK_R_KO_a.ss05" = -48; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = -42; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_comma.ss01" = -136; -"@MMK_R_KO_e" = -71; -"@MMK_R_KO_egrave" = -55; -"@MMK_R_KO_eight" = -13; -"@MMK_R_KO_ellipsis" = -149; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -71; -"@MMK_R_KO_g" = -63; -"@MMK_R_KO_guillemetleft" = -77; -"@MMK_R_KO_guillemetright" = -28; -"@MMK_R_KO_hyphen" = -84; -"@MMK_R_KO_hyphen.case" = -57; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_n" = -47; -"@MMK_R_KO_nine" = -10; -"@MMK_R_KO_one" = -5; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -131; -"@MMK_R_KO_period.ss01" = -136; -"@MMK_R_KO_quotedbl" = 18; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 13; -"@MMK_R_KO_s" = -64; -"@MMK_R_KO_seven" = 35; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_slash" = -153; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_three" = -16; -"@MMK_R_KO_two" = -15; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_v" = -22; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -41; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -35; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = -60; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 13; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 15; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -9; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -39; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -71; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 15; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 21; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_Y" = -29; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asterisk" = 9; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eight" = 24; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = 20; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 4; -"@MMK_R_KO_hyphen" = 12; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 15; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_parenright.case" = -6; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_three" = 20; -"@MMK_R_KO_two" = 9; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 14; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_Y" = -33; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asterisk" = 13; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 25; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_five" = 2; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 10; -"@MMK_R_KO_hyphen" = -9; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 41; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 19; -"@MMK_R_KO_one" = 8; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 27; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_seven" = 7; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 25; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_y" = 9; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -95; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -74; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = -62; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -54; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -96; -"@MMK_R_KO_comma.ss01" = -103; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -110; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 28; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 8; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = -33; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -40; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = -80; -"@MMK_R_KO_period.ss01" = -95; -"@MMK_R_KO_question" = 26; -"@MMK_R_KO_question.ss01" = 11; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 3; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteleft" = 3; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = -19; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = 6; -"@MMK_R_KO_slash" = -101; -"@MMK_R_KO_t" = 28; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -52; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_underscore" = -108; -"@MMK_R_KO_v" = 32; -"@MMK_R_KO_w" = 29; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = 30; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -52; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -35; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = 16; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = -59; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asciicircum" = 0; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -59; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -60; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 28; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 7; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = -48; -"@MMK_R_KO_period.ss01" = -60; -"@MMK_R_KO_question" = 21; -"@MMK_R_KO_question.ss01" = 7; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_sevensuperior" = -41; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = 6; -"@MMK_R_KO_slash" = -48; -"@MMK_R_KO_t" = 28; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -53; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_underscore" = -56; -"@MMK_R_KO_v" = 28; -"@MMK_R_KO_w" = 25; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = 29; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 39; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 28; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = 40; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -39; -"@MMK_R_KO_egrave" = -39; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -47; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -44; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 14; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = -37; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_sevensuperior" = -54; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 24; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = -30; -"@MMK_R_KO_trademark" = -60; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 43; -"@MMK_R_KO_v" = 14; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = 27; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 15; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -37; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = 22; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 8; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 14; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -43; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_period" = 24; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -47; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -73; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 24; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = -9; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = 22; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = 8; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 26; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_period" = 24; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -38; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -32; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 30; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_Y" = -50; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = 19; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -37; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eight" = 13; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_f" = 24; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = 19; -"@MMK_R_KO_g" = 20; -"@MMK_R_KO_guillemetleft" = 18; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_hyphen.case" = 29; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 22; -"@MMK_R_KO_one" = 11; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = -26; -"@MMK_R_KO_period" = -30; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 10; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_seven" = 8; -"@MMK_R_KO_six" = 28; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_t" = 22; -"@MMK_R_KO_three" = 4; -"@MMK_R_KO_two" = 4; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_y" = 9; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -11; -Tbar = -82; -asciitilde = -53; -asterisk = -102; -backslash = -105; -g.ss06 = 24; -minus = -61; -one = -76; -ordmasculine = -104; -plus = -52; -quotedbl = -112; -registered = -83; -seven = -67; -two = 22; -twosuperior = -62; -}; -Aacute = { -Tbar = -82; -}; -Abrevedotbelow.ss01 = { -T = -105; -}; -Aogonek = { -comma = 45; -parenright = 42; -}; -Atilde = { -ordfeminine = -104; -}; -B = { -Hbar = 35; -hbar = 22; -idieresis = 72; -itilde = 50; -}; -C = { -h = 0; -l = 0; -plus = 0; -three = 24; -}; -D = { -Lslash = 28; -Oslash = 29; -braceright = -5; -bracketright.case = 0; -}; -E = { -H = 0; -idieresis = 88; -}; -Eogonek = { -comma = 29; -}; -F = { -fourinferior = -58; -i = 0; -igrave = 46; -}; -G = { -Lslash = 25; -lslash = 17; -}; -Germandbls = { -S = 24; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -4; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 17; -itilde = 54; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 23; -D = 23; -E = 23; -H = 23; -Hbar = 82; -I = 23; -L = 23; -M = 23; -O = 24; -R = 23; -S = 37; -U = 36; -W = 50; -i = 27; -}; -I = { -Hbar = 23; -I = 0; -jcircumflex = 81; -}; -Icircumflex = { -Icircumflex = 104; -l.ss04 = 15; -}; -Imacron = { -Imacron = 70; -}; -Itilde = { -itilde = 54; -}; -J = { -Hbar = 30; -itilde = 62; -}; -Jacute = { -Imacron = 38; -}; -K = { -asciitilde = -107; -four = -41; -idieresis = 75; -igrave = 39; -itilde = 33; -less = -63; -logicalnot = -167; -minus = -115; -one = -54; -oslash = -3; -plus = -107; -}; -L = { -H = 0; -Tbar = -57; -asciitilde = -41; -asterisk = -160; -backslash = -101; -equal = 0; -four = 13; -less = -14; -logicalnot = -122; -minus = -51; -one = -95; -ordfeminine = -201; -ordmasculine = -199; -oslash = 9; -plus = -44; -quotedbl = -204; -quoteleft.ss01 = -136; -quoteright = -133; -quoteright.ss01 = -136; -registered = -103; -seven = -76; -twosuperior = -198; -}; -Lcaron = { -A = 33; -O = -12; -U = -11; -Uacute = -11; -V = -23; -a = 0; -hyphen = 0; -hyphen.case = -104; -u = 0; -v = -61; -}; -Lcommaaccent = { -twosuperior = -198; -}; -Lslash = { -twosuperior = -116; -}; -M = { -Hbar = 23; -idieresis = 73; -igrave = 17; -itilde = 54; -}; -N = { -Hbar = 23; -idieresis = 73; -igrave = 17; -itilde = 54; -}; -O = { -Dcroat = 26; -Lslash = 29; -braceright = -6; -bracketright.case = -2; -itilde = 10; -}; -Oslash = { -T = -7; -V = 0; -Y = 0; -parenright = 3; -parenright.case = 8; -}; -P = { -fourinferior = -90; -idieresis = 63; -itilde = 44; -two = 9; -}; -R = { -Hbar = 43; -jcircumflex = 96; -two = 19; -}; -S = { -Hbar = 32; -Lslash = 30; -dollar = 14; -four = 28; -idieresis = 49; -itilde = 24; -lslash = 21; -three = 25; -}; -T = { -Oslash = -13; -a.ss05 = -65; -aacute.ss05 = -62; -abreve = -64; -abreveacute = -64; -acircumflex = -49; -acircumflexacute = -60; -acircumflexdotbelow = -49; -adieresis = -46; -adotbelow.ss05 = -65; -ae = -65; -agrave = -64; -amacron = -53; -ampersand = -35; -aring = -64; -asciitilde = -81; -atilde = -60; -equal = 0; -four = -93; -g.ss06 = -55; -h = 0; -i.ss01 = 0; -iacute = -9; -idieresis = 108; -idotless = -13; -igrave = 51; -itilde = 89; -less = -21; -logicalnot = -152; -minus = -63; -ograve = -73; -plus = -57; -racute = -11; -scaron = -25; -seven = 25; -twoinferior = -128; -udieresis = -5; -udieresis.ss01 = -6; -ugrave = -6; -uhorngrave = -6; -umacron = -6; -ycircumflex = 18; -ygrave = 18; -yhookabove = 18; -zcaron = -4; -zeroinferior = -126; -}; -Tbar = { -A = -86; -Aacute = -86; -Tbar = 35; -a = -41; -comma = -103; -e = -40; -o = -40; -period = -105; -slash = -90; -}; -Tcaron = { -a.ss05 = -65; -}; -Tcedilla = { -a.ss05 = -65; -abreve = -64; -four = -93; -}; -Tcommaaccent = { -a.ss05 = -65; -abreve = -64; -four = -93; -}; -Thorn = { -A = -37; -AE = -37; -Aacute = -37; -J = -20; -O = 34; -Oacute = 34; -V = -43; -Y = -78; -Yacute = -78; -a = 18; -aacute = 18; -e = 19; -o = 19; -oacute = 19; -period = -45; -}; -U = { -Hbar = 36; -jcircumflex = 95; -}; -V = { -four = -73; -iacute = -35; -ibreve = 74; -idieresis = 102; -igrave = 62; -itilde = 67; -minus = -63; -plus = -54; -scaron = -15; -seven = 33; -twoinferior = -97; -}; -W = { -Hbar = 51; -backslash = 53; -idieresis = 103; -igrave = 58; -itilde = 76; -}; -X = { -asciitilde = -106; -four = -40; -less = -62; -logicalnot = -165; -minus = -114; -notequal = -87; -one = -41; -plus = -103; -}; -Y = { -a.ss05 = -109; -agrave = -84; -amacron = -56; -ampersand = -72; -asciitilde = -119; -at = -84; -four = -129; -g.ss06 = -103; -igrave = 64; -less = -58; -logicalnot = -158; -minus = -108; -ograve = -76; -plus = -99; -scaron = -16; -twoinferior = -151; -}; -Z = { -four = 0; -ibreve = 55; -igrave = 29; -itilde = 68; -minus = -42; -plus = -36; -}; -_B.currency = { -_baht.bar = -28; -}; -a = { -braceright = -6; -}; -a.ss05 = { -g.ss06 = 19; -}; -acircumflexacute.ss05 = { -y = -19; -}; -adieresis.ss05 = { -germandbls = -13; -}; -ampersand = { -V = -79; -W = -46; -Y = -126; -quotedbl = -52; -quotedblleft = -44; -}; -aogonek = { -j = 24; -parenright = 0; -}; -aogonek.ss05 = { -parenright = 31; -}; -approxequal = { -parenright = -78; -parenright.case = -69; -}; -asciicircum = { -J = -123; -X = -72; -Y = -56; -bracketright = -63; -comma = -133; -comma.ss01 = -136; -four = -59; -hyphen = -67; -parenright = -84; -parenright.case = -83; -period = -131; -period.ss01 = -136; -slash = -124; -}; -asciitilde = { -I.ss02 = -44; -J = -78; -V = -50; -W = -7; -X = -115; -Y = -78; -Z = -39; -bracketright = -82; -bracketright.case = -83; -comma = -115; -comma.ss01 = -123; -eight = 0; -exclam = -8; -four = 0; -one = 0; -parenright = -97; -parenright.case = -86; -period = -113; -period.ss01 = -124; -question = -27; -quotedbl = -32; -quotedblright = 0; -seven = 0; -slash = -93; -three = -11; -two = -23; -}; -at = { -T = -18; -parenright = -57; -}; -b = { -asterisk = -44; -braceright = -47; -lslash = 14; -one = -12; -}; -backslash = { -T = -102; -V = -133; -Y = -144; -asterisk = -112; -backslash = -125; -quotedbl = -119; -quotedblleft = -104; -quotedblleft.ss01 = -96; -quotedblright = -92; -quotedblright.ss01 = -98; -quoteleft = -104; -quoteright = -87; -quotesingle = -109; -}; -baht = { -parenright = -41; -}; -braceleft = { -p = 0; -}; -bracketleft = { -asciicircum = -65; -asciitilde = -84; -bracketright = 49; -jcircumflex = 98; -p = 2; -pi = -23; -plus = -73; -x = 0; -}; -c = { -asterisk = -39; -braceright = -52; -}; -cent = { -parenright = -65; -}; -colon = { -T = -5; -Y = -61; -four = 0; -one = 6; -parenright = -36; -two = 26; -zero = 19; -}; -colon.ss01 = { -T = -5; -four = 0; -parenright = -46; -}; -comma = { -eightsuperior = -133; -fivesuperior = -133; -foursuperior = -133; -ninesuperior = -133; -onesuperior = -133; -quoteleft = -133; -quotesingle = -109; -sevensuperior = -133; -sixsuperior = -133; -threesuperior = -133; -twosuperior = -133; -}; -comma.ss01 = { -eightsuperior = -136; -fivesuperior = -136; -foursuperior = -136; -ninesuperior = -136; -onesuperior = -136; -sevensuperior = -136; -sixsuperior = -136; -threesuperior = -136; -twosuperior = -136; -}; -copyright = { -Y = -80; -parenright = -81; -}; -d = { -idieresis = 36; -igrave = 0; -itilde = 12; -}; -dcaron = { -C = 100; -H = 177; -bracketright = 212; -eightsuperior = 165; -exclam = 181; -exclam.ss01 = 183; -fivesuperior = 167; -foursuperior = 105; -h = 172; -i = 117; -j = 121; -k = 172; -l = 172; -l.ss03 = 161; -l.ss04 = 176; -ninesuperior = 164; -onesuperior = 189; -parenright = 172; -question = 143; -question.ss01 = 134; -quotedbl = 191; -quotedblleft = 128; -quotedblleft.ss01 = 137; -quoteleft = 128; -quoteleft.ss01 = 137; -quotesingle = 191; -sevensuperior = 200; -sixsuperior = 159; -t = 85; -t_i.liga = 85; -t_t.liga = 85; -threesuperior = 159; -twosuperior = 161; -zcaron = 97; -}; -dcroat = { -i = 0; -igrave = 3; -itilde = 38; -}; -degree = { -J = -120; -comma = -133; -comma.ss01 = -136; -emdash = -73; -endash = -73; -four = -81; -hyphen = -73; -parenright = -31; -parenright.case = -30; -period = -131; -period.ss01 = -136; -slash = -124; -}; -divide = { -parenright = -95; -}; -dollar = { -parenright = -53; -three = 14; -}; -e = { -asterisk = -49; -backslash = -54; -braceright = -52; -germandbls = 0; -one = -17; -seven = -24; -}; -ecircumflexacute = { -t = 0; -}; -eight = { -bracketright = 0; -degree = -5; -}; -eight.dnom = { -degree = -124; -question.ss01 = -115; -quotedbl = -105; -quotedblleft = -85; -quotedblright = -55; -}; -eightsuperior = { -comma = -133; -comma.ss01 = -136; -period = -131; -period.ss01 = -136; -slash = -95; -}; -ellipsis = { -Tbar = -119; -bracketright = -14; -eightsuperior = -224; -fivesuperior = -224; -foursuperior = -221; -ninesuperior = -230; -onesuperior = -157; -parenleft = -19; -parenleft.case = -36; -question = -107; -quoteleft = -133; -quoteright = -133; -quotesingle = -109; -sevensuperior = -195; -sixsuperior = -230; -threesuperior = -219; -twosuperior = -207; -}; -ellipsis.ss01 = { -Tbar = -106; -bracketright = -2; -eightsuperior = -224; -fivesuperior = -224; -foursuperior = -221; -ninesuperior = -230; -onesuperior = -157; -question.ss01 = -131; -quoteleft.ss01 = -136; -quoteright.ss01 = -136; -quotesingle = -109; -sevensuperior = -195; -sixsuperior = -230; -threesuperior = -219; -twosuperior = -207; -}; -emdash = { -foursuperior = -49; -question = -112; -}; -emdash.case = { -X = -113; -quotedblbase = -139; -quotedblbase.ss01 = -148; -}; -endash = { -X = -62; -endash = 0; -foursuperior = -49; -question = -107; -}; -endash.case = { -H = 0; -X = -113; -quotedblbase = -139; -quotedblbase.ss01 = -148; -}; -eng = { -bracketright = 0; -}; -eogonek = { -lslash = 11; -}; -equal = { -T = 0; -equal = 0; -parenright = -78; -parenright.case = -65; -}; -eth = { -a = 20; -e = 22; -g = 21; -hyphen = 23; -parenright = -8; -}; -euro = { -parenright = -50; -parenright.case = -44; -}; -exclamdown = { -T = -12; -V = -35; -Y = -68; -}; -f = { -igrave = 10; -n = 0; -o = 8; -}; -f_f.liga = { -igrave = 10; -}; -f_f_i.liga = { -idieresis = 30; -}; -fi = { -idieresis = 30; -}; -five = { -degree = -20; -ordmasculine = -12; -percent = -11; -}; -five.dnom = { -degree = -96; -question.ss01 = -118; -quotedblleft = -55; -}; -five.numr = { -fraction = -19; -}; -fiveinferior = { -T = -125; -}; -fivesuperior = { -comma = -133; -comma.ss01 = -136; -period = -131; -period.ss01 = -136; -slash = -98; -}; -fl = { -idieresis = 36; -itilde = 12; -periodcentered.loclCAT = 32; -}; -four = { -asciicircum = -60; -bracketright = -6; -bracketright.case = 0; -degree = -61; -ordfeminine = -52; -ordmasculine = -52; -percent = -42; -x = -32; -}; -four.dnom = { -degree = -109; -question.ss01 = -116; -quotedblleft = -70; -}; -fourinferior = { -T = -120; -V = -98; -}; -foursuperior = { -comma = -133; -comma.ss01 = -136; -period = -131; -period.ss01 = -136; -slash = -91; -}; -fraction = { -eight.dnom = -13; -four.dnom = -60; -fourinferior = -57; -seveninferior = 39; -two.dnom = -18; -zero.dnom = -28; -}; -g = { -bracketright = -2; -j = 14; -j.ss01 = 14; -parenright = -33; -slash = 0; -}; -g.ss06 = { -g.ss06 = 32; -}; -gcaron.ss06 = { -gcaron.ss06 = 32; -}; -gdotaccent = { -j = 14; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 32; -}; -germandbls = { -e = 20; -hyphen = 24; -parenright = -44; -}; -greater = { -T = -26; -parenright = -68; -}; -greaterequal = { -T = -38; -}; -guillemetleft = { -pi = 16; -}; -guillemetright = { -X = -74; -bracketright = -58; -}; -guilsinglright = { -X = -75; -}; -h = { -asterisk = -42; -}; -hyphen = { -Lslash = 27; -X = -61; -bracketright = -64; -foursuperior = -49; -pi = 0; -question = -106; -quotedblbase = -32; -quoteleft = -49; -quotesingle = -55; -x = -64; -}; -hyphen.case = { -Dcroat = 23; -X = -113; -bracketright.case = -66; -quotedblbase = -139; -quotedblbase.ss01 = -148; -quotesinglbase = -133; -}; -i = { -T = 7; -idieresis = 30; -jcircumflex = 34; -parenright = -5; -}; -i.ss01 = { -parenright = 0; -}; -iacute = { -rcaron = 2; -}; -icircumflex = { -b = 14; -h = 14; -i = 12; -icircumflex = 106; -j = 34; -k = 14; -l = 14; -l.ss03 = 14; -l.ss04 = 66; -question = 97; -quotedbl = 84; -quoteright = 79; -quotesingle = 84; -}; -idieresis = { -b = 36; -idieresis = 122; -k = 36; -l = 36; -l.ss03 = 36; -l.ss04 = 84; -}; -idotaccent = { -parenright = -5; -}; -idotaccent.ss01 = { -parenright = 0; -}; -imacron = { -b = 13; -imacron = 63; -j = 43; -k = 13; -kcommaaccent = 13; -l = 13; -l.ss04 = 16; -lcommaaccent = 13; -quotedbl = 63; -}; -infinity = { -parenright = -62; -parenright.case = -50; -}; -integral = { -a = -58; -}; -iogonek = { -j = 42; -}; -itilde = { -h = 9; -itilde = 42; -quotedbl = 54; -quotesingle = 54; -}; -j = { -j = 26; -}; -jacute = { -backslash = 75; -iogonek = 2; -}; -jcircumflex = { -i = 12; -jcircumflex = 136; -}; -k = { -oslash = -11; -}; -l = { -at = 0; -idieresis = 36; -igrave = 0; -itilde = 12; -jcircumflex = 34; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -9; -}; -l.ss03 = { -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -34; -}; -l.ss04 = { -periodcentered.loclCAT = 32; -periodcentered.loclCAT.ss01 = -9; -}; -lcaron = { -exclam.ss01 = 183; -l = 172; -ncaron = 67; -scaron = 38; -twosuperior = 161; -}; -lcaron.ss03 = { -b = 136; -eightsuperior = 129; -exclam = 145; -exclam.ss01 = 147; -fivesuperior = 131; -k = 136; -ninesuperior = 128; -onesuperior = 153; -question = 107; -quotedbl = 155; -quotesingle = 155; -sevensuperior = 164; -sixsuperior = 123; -}; -lcaron.ss04 = { -exclam.ss01 = 183; -twosuperior = 161; -}; -liraTurkish = { -one = -88; -parenright = -74; -question = -114; -quotedbl = -59; -quotesingle = -59; -seven = -95; -}; -logicalnot = { -Y = -167; -parenright = -126; -seven = -64; -}; -m = { -asterisk = -43; -braceright = 0; -twosuperior = -9; -}; -minus = { -T = -63; -X = -116; -comma = -78; -one = 0; -parenright = -108; -parenright.case = -98; -period = -76; -seven = -17; -three = -11; -two = -24; -}; -mu = { -mu = 0; -parenright = -51; -quotesingle = -29; -}; -multiply = { -parenright = -89; -parenright.case = -81; -}; -n = { -asterisk = -42; -at = 4; -braceright = 0; -degree = -53; -g.ss06 = 6; -n = 0; -one = -13; -ordmasculine = -43; -}; -ncaron = { -Yacute = -43; -}; -nine = { -bracketright = 0; -degree = -11; -}; -nine.dnom = { -degree = -135; -question = -108; -question.ss01 = -117; -quotedbl = -112; -quotedblleft = -100; -quotedblleft.ss01 = -58; -quotedblright = -60; -quotedblright.ss01 = -60; -}; -ninesuperior = { -comma = -133; -comma.ss01 = -136; -fraction = -28; -period = -131; -period.ss01 = -136; -slash = -109; -}; -notequal = { -parenright = -97; -parenright.case = -89; -}; -numbersign = { -parenright = -44; -}; -o = { -asterisk = -47; -backslash = -52; -braceright = -50; -germandbls = 6; -lslash = 16; -n = 0; -one = -15; -}; -oacute = { -lslash = 16; -}; -ocircumflexacute = { -bracketright = 47; -parenright = 61; -}; -odieresis = { -germandbls = 6; -}; -ohorn = { -i = 21; -m = 18; -n = 21; -parenright = -9; -}; -ohornacute = { -c = 15; -i = 21; -m = 18; -n = 21; -p = 21; -t = 43; -t_i.liga = 43; -t_t.liga = 43; -}; -ohorndotbelow = { -c = 15; -i = 21; -n = 21; -p = 21; -t = 43; -t_i.liga = 43; -t_t.liga = 43; -u = 29; -}; -ohorngrave = { -i = 21; -n = 21; -parenright = -9; -}; -ohornhookabove = { -i = 21; -n = 21; -}; -ohorntilde = { -i = 21; -n = 21; -}; -ohungarumlaut = { -parenright = 0; -}; -one = { -comma.ss01 = -23; -degree = -12; -equal = 0; -four = 0; -icircumflex = 79; -nine = 0; -one = 0; -parenright = 0; -percent = 0; -period.ss01 = -23; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -98; -one.dnom = 0; -question.ss01 = -128; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -133; -comma.ss01 = -136; -period = -131; -period.ss01 = -136; -slash = -93; -}; -ordfeminine = { -comma = -133; -comma.ss01 = -136; -period = -131; -period.ss01 = -136; -}; -ordmasculine = { -comma = -133; -comma.ss01 = -136; -hyphen = -58; -parenright = -27; -period = -131; -period.ss01 = -136; -slash = -113; -}; -oslash = { -d = 20; -e = 21; -g = 20; -hyphen = 23; -parenright = -40; -y = -4; -}; -p = { -asterisk = -44; -backslash = -51; -braceright = -47; -lslash = 14; -one = -13; -}; -parenleft = { -Dcroat = -4; -H = 0; -Icircumflex = 93; -Oslash = -5; -ampersand = -52; -approxequal = -87; -asciicircum = -85; -asciitilde = -103; -at = -68; -cent = -64; -copyright = -81; -degree = -31; -divide = -96; -dollar = -50; -equal = -79; -euro = -64; -greaterequal = -68; -i = -5; -idotaccent = -5; -infinity = -62; -iogonek = 31; -jcircumflex = 69; -less = -68; -literSign = -58; -logicalnot = -128; -minus = -108; -mu = 0; -multiply = -89; -notequal = -104; -numbersign = -44; -oslash = -19; -p = 0; -parenleft = -47; -pi = -47; -plus = -95; -plusminus = -70; -published = -81; -question = -31; -quotedblbase = 25; -quoteleft = -37; -radical = -51; -scaron = -10; -section = -39; -sterling = -39; -x = -23; -}; -parenleft.case = { -Icircumflex = 93; -approxequal = -69; -asciicircum = -84; -asciitilde = -88; -dollar = -35; -equal = -66; -euro = -51; -minus = -99; -numbersign = -29; -parenleft.case = -31; -plus = -78; -question = -30; -quotedblbase = 0; -quoteleft = -37; -}; -parenright = { -bracketright = -8; -comma = -5; -comma.ss01 = -18; -hyphen = 19; -parenleft = 21; -parenright = -47; -period = -3; -period.ss01 = -20; -quotedbl = -17; -}; -parenright.case = { -comma = -23; -comma.ss01 = -31; -parenright.case = -31; -period = -22; -period.ss01 = -35; -}; -percent = { -asterisk = -110; -bracketright = -30; -comma.ss01 = -15; -eightsuperior = -79; -fivesuperior = -89; -foursuperior = -106; -ninesuperior = -91; -onesuperior = -87; -parenright = -60; -parenright.case = -31; -period = -2; -period.ss01 = -16; -question = -107; -question.ss01 = -115; -quotedbl = -92; -quotedblleft = -110; -quotedblright = -87; -quoteleft = -105; -quoteright = -75; -quotesingle = -89; -sevensuperior = -84; -sixsuperior = -94; -threesuperior = -78; -twosuperior = -45; -}; -period = { -bracketright = -14; -eightsuperior = -131; -fivesuperior = -131; -foursuperior = -131; -ninesuperior = -131; -onesuperior = -131; -ordfeminine = -131; -ordmasculine = -131; -parenleft.case = -22; -question = -96; -quoteleft = -131; -quotesingle = -109; -sevensuperior = -131; -sixsuperior = -131; -threesuperior = -131; -twosuperior = -131; -}; -period.ss01 = { -bracketright = -2; -eightsuperior = -136; -fivesuperior = -136; -foursuperior = -136; -ninesuperior = -136; -onesuperior = -136; -ordfeminine = -136; -ordmasculine = -136; -question.ss01 = -131; -sevensuperior = -136; -sixsuperior = -136; -threesuperior = -136; -twosuperior = -136; -}; -periodcentered.loclCAT = { -l = 32; -l.ss03 = 38; -}; -perthousand = { -asterisk = -154; -parenright = -64; -parenright.case = -31; -question = -111; -question.ss01 = -121; -quotedblleft = -116; -quotedblleft.ss01 = -82; -quotedblright = -87; -quotedblright.ss01 = -87; -quoteleft = -116; -quoteright = -87; -}; -pi = { -hyphen = -7; -parenright = -43; -period = 16; -pi = 8; -quotesingle = -20; -}; -plus = { -J = -50; -T = -57; -V = -54; -X = -106; -Y = -97; -braceright = -86; -bracketright = -73; -comma = -68; -comma.ss01 = -82; -one = 0; -parenright = -95; -parenright.case = -78; -period = -67; -period.ss01 = -83; -quotedbl = -24; -seven = -6; -slash = -68; -three = 0; -two = -16; -}; -published = { -parenright = -81; -}; -q = { -bracketright = 2; -j = 32; -parenright = 0; -}; -question = { -A = -91; -J = -89; -comma = -94; -hyphen = -39; -parenright = -30; -parenright.case = -28; -period = -92; -question = 12; -questiondown = -95; -slash = -92; -}; -question.ss01 = { -comma.ss01 = -127; -parenright = -30; -parenright.case = -28; -period.ss01 = -127; -questiondown.ss01 = -102; -}; -questiondown.case = { -T = -94; -V = -97; -Y = -105; -quotedbl = -114; -quotedblleft = -120; -quotedblleft.ss01 = -119; -quoteright = -111; -}; -questiondown.ss01 = { -C = -75; -Q = -75; -Q.ss09 = -75; -T = -115; -V = -143; -Y = -168; -four = -105; -quotedbl = -134; -quotedblleft.ss01 = -131; -quotesingle = -109; -}; -quotedbl = { -ellipsis.ss01 = -235; -exclamdown = -27; -g.ss06 = -43; -icircumflex = 84; -mu = -29; -questiondown = -132; -questiondown.case = -88; -questiondown.ss01 = -131; -underscore = -235; -}; -quotedblbase = { -copyright = -62; -divide = -99; -equal = -21; -euro = -92; -minus = -114; -p = -8; -plus = -96; -question = -108; -quotedblright = -272; -quoteleft = -133; -}; -quotedblbase.ss01 = { -divide = -78; -minus = -83; -plus = -77; -question.ss01 = -129; -quotedblright.ss01 = -271; -}; -quotedblleft = { -g.ss06 = -20; -mu = -17; -questiondown = -110; -questiondown.case = -71; -quotedblbase = -272; -underscore = -244; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -271; -questiondown.ss01 = -127; -quotedblbase.ss01 = -271; -underscore = -244; -}; -quotedblright = { -asciitilde = -74; -questiondown = -134; -questiondown.case = -105; -quotesinglbase = -133; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -271; -questiondown.case = -97; -questiondown.ss01 = -130; -}; -quoteleft = { -questiondown = -110; -questiondown.case = -71; -quotedblbase = -133; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -136; -}; -quoteright = { -icircumflex = 85; -questiondown = -133; -quotedblbase = -133; -}; -quoteright.ss01 = { -questiondown.ss01 = -130; -quotedblbase.ss01 = -136; -}; -quotesinglbase = { -T = -131; -V = -133; -Y = -133; -minus = -114; -plus = -96; -question = -107; -quotedblleft = -133; -quoteleft = -133; -}; -quotesinglbase.ss01 = { -T = -136; -V = -136; -Y = -136; -question.ss01 = -129; -}; -quotesingle = { -Hbar = 42; -g.ss06 = -43; -icircumflex = 84; -igrave = 16; -imacron = 64; -itilde = 64; -l.ss04 = 26; -questiondown = -109; -questiondown.case = -88; -underscore = -109; -}; -r = { -braceright = -39; -fourinferior = -82; -g.ss06 = -3; -parenright = -49; -}; -radical = { -A = -104; -}; -rcaron = { -sevensuperior = 30; -}; -registered = { -comma = -133; -comma.ss01 = -136; -parenright = -46; -parenright.case = -44; -period = -131; -period.ss01 = -136; -slash = -90; -}; -s = { -asterisk = -38; -braceright = -29; -l = 0; -}; -scaron = { -T = -24; -}; -semicolon = { -hyphen = -29; -}; -seven = { -minus = -49; -percent = 18; -plus = -33; -underscore = -120; -}; -seven.dnom = { -question.ss01 = -114; -}; -seven.numr = { -fraction = -50; -}; -seveninferior = { -parenright = -60; -}; -sevensuperior = { -A = -133; -comma = -133; -comma.ss01 = -136; -fraction = -48; -period = -131; -period.ss01 = -136; -slash = -146; -}; -six = { -bracketright = 0; -degree = -9; -}; -six.dnom = { -degree = -130; -question.ss01 = -117; -quotedbl = -109; -quotedblleft = -94; -quotedblleft.ss01 = -55; -quotedblright = -58; -}; -sixinferior = { -T = -123; -}; -sixsuperior = { -comma = -133; -comma.ss01 = -136; -period = -131; -period.ss01 = -136; -slash = -98; -}; -slash = { -fourinferior = -125; -g.ss06 = -64; -ibreve = 63; -l.ss04 = 33; -mu = -47; -quotedblbase = -149; -quotedblbase.ss01 = -144; -quotesinglbase = -133; -underscore = -147; -}; -sterling = { -two = 14; -}; -t_i.liga = { -idieresis = 30; -}; -tcaron = { -b = 43; -exclam = 71; -h = 43; -hyphen = -11; -i = 38; -j = 40; -k = 43; -parenright = 76; -quotedbl = 66; -quotedblleft = 16; -quotesingle = 66; -}; -tcedilla = { -parenright = 0; -}; -tenge = { -comma = -129; -comma.ss01 = -136; -period = -127; -period.ss01 = -136; -slash = -84; -}; -three = { -bracketright = 0; -}; -three.dnom = { -degree = -124; -question.ss01 = -115; -quotedbl = -105; -quotedblleft = -84; -quotedblright = -55; -}; -three.numr = { -fraction = -15; -}; -threeinferior = { -T = -124; -V = -93; -Y = -148; -}; -threesuperior = { -comma = -133; -comma.ss01 = -136; -fraction = -8; -parenright = -5; -period = -131; -period.ss01 = -136; -slash = -96; -}; -trademark = { -comma = -133; -comma.ss01 = -136; -hyphen = -55; -period = -131; -period.ss01 = -136; -slash = -123; -}; -two = { -percent = 6; -}; -two.dnom = { -degree = -128; -question.ss01 = -119; -quotedbl = -107; -quotedblleft = -90; -quotedblright = -57; -}; -twoinferior = { -T = -129; -V = -96; -Y = -151; -}; -twosuperior = { -comma = -133; -comma.ss01 = -136; -parenright = -9; -parenright.case = -3; -period = -131; -period.ss01 = -136; -slash = -82; -}; -uhorn = { -a = -19; -ohorn = -23; -ohornacute = -23; -ohorndotbelow = -23; -ohorndotbelow.ss01 = -23; -ohorngrave = -23; -ohornhookabove = -23; -ohorntilde = -23; -}; -uhornacute = { -a = -19; -c = -22; -}; -uhorndotbelow = { -a = -19; -c = -22; -comma = -29; -period = -27; -}; -uhorngrave = { -a = -19; -a.ss05 = -20; -}; -uhornhookabove = { -a = -19; -comma = -29; -comma.ss01 = -54; -period = -27; -period.ss01 = -54; -}; -uhorntilde = { -a = -19; -comma = -29; -period = -27; -}; -uhungarumlaut = { -parenright = -6; -}; -underscore = { -C = -63; -O = -63; -T = -100; -V = -132; -W = -69; -Y = -147; -asterisk = -160; -four = -116; -one = -82; -quotedbl = -235; -quotedblright = -244; -quotedblright.ss01 = -244; -quotesingle = -109; -seven = -64; -six = -48; -v = -90; -}; -uogonek = { -j = 24; -parenright = 0; -}; -v = { -braceright = -54; -n = 0; -}; -w = { -braceright = -48; -}; -x = { -four = -35; -}; -y = { -braceright = -55; -}; -ydotbelow = { -period = -55; -}; -zero = { -braceright = -5; -bracketright = -5; -bracketright.case = 0; -degree = -14; -percent = 0; -}; -zero.dnom = { -degree = -144; -question = -108; -question.ss01 = -118; -quotedbl = -121; -quotedblleft = -108; -quotedblleft.ss01 = -66; -quotedblright = -68; -quotedblright.ss01 = -73; -quoteleft = -108; -}; -zeroinferior = { -parenright = -53; -}; -zerosuperior = { -comma = -133; -comma.ss01 = -136; -fraction = -27; -period = -131; -period.ss01 = -136; -slash = -108; -}; -}; -"23BA42C1-D468-4A44-9BE5-E18AE60B7926" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 42; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 42; -"@MMK_R_KO_J" = 42; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -42; -"@MMK_R_KO_U" = -10; -"@MMK_R_KO_V" = -48; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = 43; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = 44; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -75; -"@MMK_R_KO_bracketright" = -11; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 40; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -44; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -48; -"@MMK_R_KO_foursuperior" = -37; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_hyphen.case" = -15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -48; -"@MMK_R_KO_onesuperior" = -51; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 20; -"@MMK_R_KO_period" = 40; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -39; -"@MMK_R_KO_question.ss01" = -41; -"@MMK_R_KO_quotedbl" = -59; -"@MMK_R_KO_quotedblleft" = -71; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -45; -"@MMK_R_KO_quoteright.ss01" = -58; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -54; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_sixsuperior" = -49; -"@MMK_R_KO_slash" = 30; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -42; -"@MMK_R_KO_trademark" = -79; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 47; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = 39; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 28; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -30; -"@MMK_R_KO_bracketright" = -21; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 16; -"@MMK_R_KO_hyphen.case" = -7; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 21; -"@MMK_R_KO_imacron" = 16; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_l.ss04" = 10; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 6; -"@MMK_R_KO_t" = 13; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -31; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -24; -"@MMK_R_KO_bracketright" = -20; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_exclam" = 23; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = 8; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_hyphen.case" = -31; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -12; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 8; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -11; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -32; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = 2; -"@MMK_R_KO_X" = -11; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -21; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -50; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -70; -"@MMK_R_KO_exclam" = 24; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 30; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 16; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_l.ss04" = 13; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -11; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -36; -"@MMK_R_KO_period.ss01" = -55; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -16; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -38; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = -32; -"@MMK_R_KO_v" = 11; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -32; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = 2; -"@MMK_R_KO_X" = -11; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_bracketright" = -21; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -50; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -70; -"@MMK_R_KO_exclam" = 24; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 30; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_n" = 7; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -11; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -36; -"@MMK_R_KO_period.ss01" = -55; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_sevensuperior" = -16; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_y" = 10; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = 33; -"@MMK_R_KO_J" = 24; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 26; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 13; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_X" = 23; -"@MMK_R_KO_Y" = 15; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -62; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -32; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = -27; -"@MMK_R_KO_hyphen.case" = 16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 5; -"@MMK_R_KO_parenright.case" = 15; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -22; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteleft" = -22; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = -13; -"@MMK_R_KO_sevensuperior" = 9; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_underscore" = 49; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -31; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 27; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 33; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 28; -"@MMK_R_KO_W" = 22; -"@MMK_R_KO_X" = 15; -"@MMK_R_KO_Y" = 31; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asciicircum" = -58; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -50; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -114; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -30; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = -58; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_n" = -22; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 6; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 5; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_sevensuperior" = 13; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_underscore" = -71; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = -28; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -51; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -17; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -47; -"@MMK_R_KO_exclam" = 13; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 16; -"@MMK_R_KO_imacron" = 9; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -17; -"@MMK_R_KO_parenright" = -28; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -37; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -12; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -37; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -26; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -5; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = -18; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -27; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = 12; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 14; -"@MMK_R_KO_imacron" = 7; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = 5; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -14; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = 12; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -39; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 1; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 3; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 1; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -39; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 14; -"@MMK_R_KO_imacron" = 12; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 1; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -17; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 46; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 51; -"@MMK_R_KO_J" = 57; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 30; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 41; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_X" = 49; -"@MMK_R_KO_Y" = 37; -"@MMK_R_KO_Z" = 42; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -50; -"@MMK_R_KO_bracketright" = 15; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = 14; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_hyphen.case" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 23; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 27; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 2; -"@MMK_R_KO_onesuperior" = 28; -"@MMK_R_KO_parenright" = 7; -"@MMK_R_KO_parenright.case" = 28; -"@MMK_R_KO_period" = 13; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 17; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 27; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = 9; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = 54; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_x" = 34; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = 34; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 1; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 1; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 1; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -38; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -19; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 1; -"@MMK_R_KO_hyphen.case" = 1; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_icircumflex" = 15; -"@MMK_R_KO_imacron" = 14; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 7; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -34; -"@MMK_R_KO_question" = 1; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -17; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 44; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 46; -"@MMK_R_KO_J" = 48; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 21; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 34; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_X" = 45; -"@MMK_R_KO_Y" = 41; -"@MMK_R_KO_Z" = 42; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -55; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 31; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -27; -"@MMK_R_KO_hyphen.case" = -53; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 33; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 18; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = 9; -"@MMK_R_KO_parenright" = 2; -"@MMK_R_KO_parenright.case" = 30; -"@MMK_R_KO_period" = 17; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 4; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 20; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 33; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_underscore" = 46; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -24; -"@MMK_R_KO_x" = 34; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 33; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 23; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 38; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_S" = -13; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = -30; -"@MMK_R_KO_V" = -54; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = 20; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 26; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -97; -"@MMK_R_KO_bracketright" = -26; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 14; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = -72; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -76; -"@MMK_R_KO_foursuperior" = -71; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -86; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -57; -"@MMK_R_KO_hyphen.case" = -57; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -72; -"@MMK_R_KO_onesuperior" = -67; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -42; -"@MMK_R_KO_question.ss01" = -42; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -79; -"@MMK_R_KO_quotedblleft.ss01" = -85; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -69; -"@MMK_R_KO_quoteright.ss01" = -79; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -67; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_sixsuperior" = -74; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = -75; -"@MMK_R_KO_trademark" = -82; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_underscore" = 60; -"@MMK_R_KO_v" = -29; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 29; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 38; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = -24; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -27; -"@MMK_R_KO_X" = 22; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 26; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -9; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 14; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = -26; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_fivesuperior" = -31; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_guillemetleft" = -46; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -49; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -33; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 14; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -42; -"@MMK_R_KO_question.ss01" = -38; -"@MMK_R_KO_quotedbl" = -40; -"@MMK_R_KO_quotedblleft" = -79; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_sixsuperior" = -33; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -27; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -7; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -54; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 20; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 13; -"@MMK_R_KO_imacron" = 11; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -13; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period" = -20; -"@MMK_R_KO_period.ss01" = -44; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -15; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -38; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_underscore" = -14; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -27; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -7; -"@MMK_R_KO_Y" = -19; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -54; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 20; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -13; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period" = -20; -"@MMK_R_KO_period.ss01" = -44; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -15; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -38; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_underscore" = -14; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 19; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = 24; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 15; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_bracketright" = 19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_ellipsis" = -54; -"@MMK_R_KO_exclam" = 16; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = 20; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_parenright" = 24; -"@MMK_R_KO_parenright.case" = 34; -"@MMK_R_KO_period" = -20; -"@MMK_R_KO_period.ss01" = -44; -"@MMK_R_KO_question" = 2; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 10; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -28; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 9; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_X" = -13; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -22; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = -10; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -167; -"@MMK_R_KO_exclam" = 27; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = 5; -"@MMK_R_KO_foursuperior" = 25; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -36; -"@MMK_R_KO_hyphen.case" = 20; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 40; -"@MMK_R_KO_imacron" = 26; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 3; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -10; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 22; -"@MMK_R_KO_question.ss01" = 6; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 22; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = 8; -"@MMK_R_KO_slash" = -36; -"@MMK_R_KO_t" = 18; -"@MMK_R_KO_threesuperior" = 5; -"@MMK_R_KO_trademark" = -16; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -122; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 26; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 28; -"@MMK_R_KO_J" = 33; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -35; -"@MMK_R_KO_U" = -5; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = 21; -"@MMK_R_KO_Y" = -26; -"@MMK_R_KO_Z" = 25; -"@MMK_R_KO_a" = 1; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = -23; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = -9; -"@MMK_R_KO_parenright.case" = 10; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -10; -"@MMK_R_KO_question.ss01" = -12; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = -27; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -25; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -51; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 34; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 3; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = -27; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 20; -"@MMK_R_KO_imacron" = 16; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -13; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = -21; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -6; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -30; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 5; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 10; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = 17; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -16; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 10; -"@MMK_R_KO_Y" = -11; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -26; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = -27; -"@MMK_R_KO_i" = 13; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 22; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -15; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -11; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -36; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = 17; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -16; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 10; -"@MMK_R_KO_Y" = -11; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -26; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = -27; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 22; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -15; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -11; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -40; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 31; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 37; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 32; -"@MMK_R_KO_W" = 27; -"@MMK_R_KO_X" = 28; -"@MMK_R_KO_Y" = 35; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = -56; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asciicircum" = -57; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -47; -"@MMK_R_KO_comma" = -48; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -56; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -81; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -30; -"@MMK_R_KO_g" = -54; -"@MMK_R_KO_guillemetleft" = -80; -"@MMK_R_KO_guillemetright" = -78; -"@MMK_R_KO_hyphen" = -44; -"@MMK_R_KO_hyphen.case" = -44; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = -63; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 16; -"@MMK_R_KO_period" = -50; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -52; -"@MMK_R_KO_sevensuperior" = 17; -"@MMK_R_KO_six" = -14; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -37; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_underscore" = -41; -"@MMK_R_KO_v" = -49; -"@MMK_R_KO_w" = -50; -"@MMK_R_KO_x" = -49; -"@MMK_R_KO_y" = -50; -"@MMK_R_KO_z" = -48; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 2; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 1; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -35; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -38; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -51; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_imacron" = 18; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -17; -"@MMK_R_KO_period.ss01" = -42; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -11; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 2; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 1; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -38; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -51; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -17; -"@MMK_R_KO_period.ss01" = -42; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 44; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_T" = 30; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 47; -"@MMK_R_KO_X" = 39; -"@MMK_R_KO_Y" = 50; -"@MMK_R_KO_Z" = 37; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 58; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -38; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_eightsuperior" = 9; -"@MMK_R_KO_ellipsis" = -51; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_fivesuperior" = 14; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 10; -"@MMK_R_KO_onesuperior" = 37; -"@MMK_R_KO_parenright" = 72; -"@MMK_R_KO_parenright.case" = 74; -"@MMK_R_KO_period" = -17; -"@MMK_R_KO_period.ss01" = -42; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 7; -"@MMK_R_KO_quotedbl" = 23; -"@MMK_R_KO_quoteright" = 29; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = 52; -"@MMK_R_KO_sixsuperior" = 6; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_threesuperior" = 20; -"@MMK_R_KO_u" = 0; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -39; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 46; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 24; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 42; -"@MMK_R_KO_W" = 38; -"@MMK_R_KO_X" = 34; -"@MMK_R_KO_Y" = 47; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -59; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -26; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = 4; -"@MMK_R_KO_ellipsis" = -93; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -51; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -9; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 40; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 21; -"@MMK_R_KO_n" = -23; -"@MMK_R_KO_ninesuperior" = 3; -"@MMK_R_KO_onesuperior" = 29; -"@MMK_R_KO_parenright" = 7; -"@MMK_R_KO_parenright.case" = 20; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 32; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 18; -"@MMK_R_KO_quotedblleft" = 8; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 8; -"@MMK_R_KO_quoteright" = 26; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -20; -"@MMK_R_KO_sevensuperior" = 27; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 5; -"@MMK_R_KO_slash" = -35; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = 7; -"@MMK_R_KO_trademark" = 15; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_underscore" = -54; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = -6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 24; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 37; -"@MMK_R_KO_W" = 33; -"@MMK_R_KO_X" = 28; -"@MMK_R_KO_Y" = 40; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -37; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = 7; -"@MMK_R_KO_ellipsis" = -72; -"@MMK_R_KO_exclam" = 22; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 48; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_ninesuperior" = 7; -"@MMK_R_KO_onesuperior" = 23; -"@MMK_R_KO_parenright" = 2; -"@MMK_R_KO_parenright.case" = 19; -"@MMK_R_KO_period" = -39; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 31; -"@MMK_R_KO_question.ss01" = 6; -"@MMK_R_KO_quotedbl" = 12; -"@MMK_R_KO_quotedblleft" = 5; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 5; -"@MMK_R_KO_quoteright" = 23; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_sevensuperior" = 24; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = 6; -"@MMK_R_KO_trademark" = 18; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_underscore" = -34; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 43; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 46; -"@MMK_R_KO_J" = 47; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 21; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 33; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_X" = 45; -"@MMK_R_KO_Y" = 38; -"@MMK_R_KO_Z" = 41; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -51; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 31; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -32; -"@MMK_R_KO_hyphen.case" = -53; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 20; -"@MMK_R_KO_imacron" = 35; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 17; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 12; -"@MMK_R_KO_parenright" = 2; -"@MMK_R_KO_parenright.case" = 30; -"@MMK_R_KO_period" = 17; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 9; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = 18; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 36; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_underscore" = 46; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_x" = 34; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = 21; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 39; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 26; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 46; -"@MMK_R_KO_W" = 40; -"@MMK_R_KO_X" = 38; -"@MMK_R_KO_Y" = 53; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -62; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -48; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -93; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = -46; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -57; -"@MMK_R_KO_hyphen.case" = -34; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 33; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = 26; -"@MMK_R_KO_n" = -36; -"@MMK_R_KO_ninesuperior" = 4; -"@MMK_R_KO_onesuperior" = 28; -"@MMK_R_KO_parenright" = 13; -"@MMK_R_KO_parenright.case" = 23; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 25; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 24; -"@MMK_R_KO_quotedblleft" = 6; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 6; -"@MMK_R_KO_quoteright" = 32; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -37; -"@MMK_R_KO_sevensuperior" = 32; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -45; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 8; -"@MMK_R_KO_trademark" = 6; -"@MMK_R_KO_u" = -25; -"@MMK_R_KO_underscore" = -53; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -21; -"@MMK_R_KO_x" = -18; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 22; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 40; -"@MMK_R_KO_J" = 45; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 21; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 38; -"@MMK_R_KO_W" = 32; -"@MMK_R_KO_X" = 44; -"@MMK_R_KO_Y" = 40; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 24; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -84; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -67; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 20; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 21; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 20; -"@MMK_R_KO_parenright" = 9; -"@MMK_R_KO_parenright.case" = 33; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = 21; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 20; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_sevensuperior" = 20; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_underscore" = 51; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -24; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -62; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 1; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -47; -"@MMK_R_KO_bracketright" = -38; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -37; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 1; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -1; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_period" = 1; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_question" = -25; -"@MMK_R_KO_question.ss01" = -34; -"@MMK_R_KO_quotedbl" = -35; -"@MMK_R_KO_quotedblleft" = -51; -"@MMK_R_KO_quotedblleft.ss01" = -46; -"@MMK_R_KO_quoteleft" = -51; -"@MMK_R_KO_quoteright" = -44; -"@MMK_R_KO_quoteright.ss01" = -49; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = -1; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -69; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 20; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = 31; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = -6; -"@MMK_R_KO_T" = -55; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = -37; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -57; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -58; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = -34; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -41; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_onesuperior" = -45; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_question" = -51; -"@MMK_R_KO_question.ss01" = -56; -"@MMK_R_KO_quotedbl" = -48; -"@MMK_R_KO_quotedblleft" = -101; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -54; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -40; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -29; -"@MMK_R_KO_trademark" = -83; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 37; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 24; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = 31; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -38; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_X" = 24; -"@MMK_R_KO_Y" = -10; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = -23; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = -29; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -34; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -21; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_question" = -35; -"@MMK_R_KO_question.ss01" = -29; -"@MMK_R_KO_quotedbl" = -36; -"@MMK_R_KO_quotedblleft" = -43; -"@MMK_R_KO_quotedblleft.ss01" = -47; -"@MMK_R_KO_quoteleft" = -49; -"@MMK_R_KO_quoteright" = -42; -"@MMK_R_KO_quoteright.ss01" = -45; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -27; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -30; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 37; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = -9; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_T" = -59; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_e" = -26; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_i" = -13; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_t" = -17; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -67; -"@MMK_R_KO_H" = -39; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_T" = -67; -"@MMK_R_KO_a" = -45; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_f" = -26; -"@MMK_R_KO_i" = -41; -"@MMK_R_KO_n" = -40; -"@MMK_R_KO_t" = -23; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -61; -"@MMK_R_KO_H" = -45; -"@MMK_R_KO_O" = -33; -"@MMK_R_KO_T" = -93; -"@MMK_R_KO_a" = -43; -"@MMK_R_KO_e" = -42; -"@MMK_R_KO_f" = -52; -"@MMK_R_KO_i" = -50; -"@MMK_R_KO_n" = -51; -"@MMK_R_KO_t" = -51; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 21; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 20; -"@MMK_R_KO_Y" = 15; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asterisk" = 38; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_eight" = 18; -"@MMK_R_KO_f" = 33; -"@MMK_R_KO_five" = 10; -"@MMK_R_KO_four" = -30; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -131; -"@MMK_R_KO_hyphen.case" = -51; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 25; -"@MMK_R_KO_one" = 35; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 19; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 18; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 29; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 43; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_slash" = -51; -"@MMK_R_KO_t" = 35; -"@MMK_R_KO_three" = 23; -"@MMK_R_KO_two" = 24; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asterisk" = -4; -"@MMK_R_KO_colon" = -30; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -25; -"@MMK_R_KO_egrave" = -24; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_ellipsis" = -60; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -12; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -59; -"@MMK_R_KO_guillemetright" = -58; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 25; -"@MMK_R_KO_n" = -33; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = -2; -"@MMK_R_KO_period" = -39; -"@MMK_R_KO_period.ss01" = -48; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -19; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_y" = 16; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -22; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_asterisk" = -6; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_eight" = -7; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -13; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -60; -"@MMK_R_KO_hyphen.case" = -31; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = -4; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -21; -"@MMK_R_KO_slash" = 49; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -49; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -19; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = -22; -"@MMK_R_KO_question.ss01" = -29; -"@MMK_R_KO_quotedbl" = -35; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -43; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -56; -"@MMK_R_KO_quoteright.ss01" = -55; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -69; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -64; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_eight" = -21; -"@MMK_R_KO_five" = -25; -"@MMK_R_KO_four" = -64; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -61; -"@MMK_R_KO_hyphen" = -64; -"@MMK_R_KO_hyphen.case" = -64; -"@MMK_R_KO_nine" = -25; -"@MMK_R_KO_one" = -19; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 34; -"@MMK_R_KO_quotedbl" = -64; -"@MMK_R_KO_quotedblleft" = -64; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_seven" = -39; -"@MMK_R_KO_six" = -32; -"@MMK_R_KO_three" = -14; -"@MMK_R_KO_two" = 20; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -69; -"@MMK_R_KO_H" = -24; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_T" = -31; -"@MMK_R_KO_a" = -64; -"@MMK_R_KO_e" = -65; -"@MMK_R_KO_f" = -25; -"@MMK_R_KO_i" = -32; -"@MMK_R_KO_n" = -48; -"@MMK_R_KO_t" = -21; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -56; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -31; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -37; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_icircumflex" = -3; -"@MMK_R_KO_imacron" = -3; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -40; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_question" = -53; -"@MMK_R_KO_question.ss01" = -65; -"@MMK_R_KO_quotedbl" = -47; -"@MMK_R_KO_quotedblleft" = -102; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -50; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -36; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -81; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -35; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -24; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -23; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = -3; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_ninesuperior" = -29; -"@MMK_R_KO_onesuperior" = -22; -"@MMK_R_KO_parenright" = -23; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_question" = -28; -"@MMK_R_KO_question.ss01" = -34; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -46; -"@MMK_R_KO_quotedblleft.ss01" = -43; -"@MMK_R_KO_quoteleft" = -46; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -50; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -35; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -26; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = -20; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 18; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = 19; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_hyphen.case" = -10; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_nine" = 10; -"@MMK_R_KO_one" = 3; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 10; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 11; -"@MMK_R_KO_three" = 13; -"@MMK_R_KO_two" = 9; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_y" = 3; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -36; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -67; -"@MMK_R_KO_S" = -52; -"@MMK_R_KO_T" = -81; -"@MMK_R_KO_U" = -67; -"@MMK_R_KO_V" = -99; -"@MMK_R_KO_W" = -77; -"@MMK_R_KO_Y" = -96; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_a.ss05" = -42; -"@MMK_R_KO_asterisk" = -138; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_e" = -59; -"@MMK_R_KO_egrave" = -59; -"@MMK_R_KO_eight" = -56; -"@MMK_R_KO_ellipsis" = -27; -"@MMK_R_KO_f" = -40; -"@MMK_R_KO_five" = -59; -"@MMK_R_KO_four" = -148; -"@MMK_R_KO_g" = -57; -"@MMK_R_KO_guillemetleft" = -129; -"@MMK_R_KO_guillemetright" = -79; -"@MMK_R_KO_hyphen" = -185; -"@MMK_R_KO_hyphen.case" = -185; -"@MMK_R_KO_i" = -38; -"@MMK_R_KO_j" = -37; -"@MMK_R_KO_n" = -38; -"@MMK_R_KO_nine" = -58; -"@MMK_R_KO_one" = -51; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_quotedbl" = -126; -"@MMK_R_KO_quotedblleft" = -118; -"@MMK_R_KO_quoteright" = -118; -"@MMK_R_KO_s" = -44; -"@MMK_R_KO_seven" = -70; -"@MMK_R_KO_six" = -65; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -46; -"@MMK_R_KO_three" = -49; -"@MMK_R_KO_two" = -8; -"@MMK_R_KO_u" = -54; -"@MMK_R_KO_v" = -72; -"@MMK_R_KO_w" = -68; -"@MMK_R_KO_y" = -67; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -31; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -55; -"@MMK_R_KO_S" = -38; -"@MMK_R_KO_T" = -81; -"@MMK_R_KO_U" = -55; -"@MMK_R_KO_V" = -96; -"@MMK_R_KO_W" = -75; -"@MMK_R_KO_Y" = -95; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asterisk" = -138; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_egrave" = -50; -"@MMK_R_KO_eight" = -41; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = -46; -"@MMK_R_KO_four" = -148; -"@MMK_R_KO_g" = -53; -"@MMK_R_KO_guillemetleft" = -129; -"@MMK_R_KO_guillemetright" = -67; -"@MMK_R_KO_hyphen" = -185; -"@MMK_R_KO_hyphen.case" = -185; -"@MMK_R_KO_i" = -36; -"@MMK_R_KO_j" = -35; -"@MMK_R_KO_n" = -36; -"@MMK_R_KO_nine" = -46; -"@MMK_R_KO_one" = -48; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_quotedbl" = -126; -"@MMK_R_KO_quotedblleft.ss01" = -113; -"@MMK_R_KO_quoteright.ss01" = -113; -"@MMK_R_KO_s" = -35; -"@MMK_R_KO_seven" = -70; -"@MMK_R_KO_six" = -53; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -43; -"@MMK_R_KO_three" = -35; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -47; -"@MMK_R_KO_v" = -69; -"@MMK_R_KO_w" = -65; -"@MMK_R_KO_y" = -65; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -17; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 17; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -50; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_Y" = -65; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -61; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eight" = 25; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 44; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -43; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -18; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -118; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = -49; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -19; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 35; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 28; -"@MMK_R_KO_Y" = 31; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -34; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 12; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -27; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 14; -"@MMK_R_KO_parenright" = 6; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 16; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -3; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = 14; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 35; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 28; -"@MMK_R_KO_Y" = 31; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -34; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -27; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 14; -"@MMK_R_KO_parenright" = 5; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 16; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -3; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = 14; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -1; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -1; -"@MMK_R_KO_egrave" = -1; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -26; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -1; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_question" = -9; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -24; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -2; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = 8; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 20; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 5; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 9; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asterisk" = -13; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 9; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 27; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 29; -"@MMK_R_KO_hyphen.case" = 10; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_j" = 13; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -41; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_three" = 13; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = 8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -6; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 30; -"@MMK_R_KO_T" = -15; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -18; -"@MMK_R_KO_comma.ss01" = -42; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eight" = 23; -"@MMK_R_KO_ellipsis" = -51; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 12; -"@MMK_R_KO_four" = 32; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 26; -"@MMK_R_KO_hyphen.case" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -10; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -17; -"@MMK_R_KO_period.ss01" = -47; -"@MMK_R_KO_quotedbl" = -21; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -36; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -29; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_seven" = -9; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 32; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 46; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 44; -"@MMK_R_KO_J" = 52; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -40; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = 39; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 33; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = 38; -"@MMK_R_KO_colon" = 63; -"@MMK_R_KO_comma" = 80; -"@MMK_R_KO_comma.ss01" = 20; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -10; -"@MMK_R_KO_parenright" = 49; -"@MMK_R_KO_period" = 48; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -20; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 59; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -48; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 67; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 24; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 23; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -18; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = -79; -"@MMK_R_KO_U" = -26; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -23; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asterisk" = -43; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -30; -"@MMK_R_KO_comma.ss01" = -49; -"@MMK_R_KO_e" = -24; -"@MMK_R_KO_egrave" = -24; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_five" = -19; -"@MMK_R_KO_four" = -22; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -71; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = -47; -"@MMK_R_KO_hyphen.case" = -37; -"@MMK_R_KO_i" = -22; -"@MMK_R_KO_j" = -22; -"@MMK_R_KO_n" = -22; -"@MMK_R_KO_nine" = -8; -"@MMK_R_KO_one" = -44; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = -29; -"@MMK_R_KO_period.ss01" = -49; -"@MMK_R_KO_quotedbl" = -44; -"@MMK_R_KO_quotedblleft" = -88; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -54; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_seven" = -7; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_slash" = -10; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_y" = -7; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = -21; -"@MMK_R_KO_I.ss02" = -46; -"@MMK_R_KO_J" = -38; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = -13; -"@MMK_R_KO_T" = -80; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -62; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_Y" = -88; -"@MMK_R_KO_Z" = -47; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asterisk" = -90; -"@MMK_R_KO_colon" = -61; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -14; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -108; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_five" = -18; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = -71; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = -10; -"@MMK_R_KO_i" = -25; -"@MMK_R_KO_j" = -25; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_nine" = -33; -"@MMK_R_KO_one" = -48; -"@MMK_R_KO_parenright" = -75; -"@MMK_R_KO_parenright.case" = -56; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -118; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = -31; -"@MMK_R_KO_seven" = -81; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_slash" = -28; -"@MMK_R_KO_t" = -26; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = -54; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = 17; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_Y" = -63; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asterisk" = -131; -"@MMK_R_KO_colon" = -61; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eight" = 25; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 50; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -36; -"@MMK_R_KO_hyphen" = 17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -16; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = -126; -"@MMK_R_KO_quotedblleft" = -118; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -48; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 17; -"@MMK_R_KO_two" = -14; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = -35; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_Y" = -47; -"@MMK_R_KO_Z" = -36; -"@MMK_R_KO_asterisk" = -97; -"@MMK_R_KO_colon" = -47; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_eight" = 3; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = 11; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -41; -"@MMK_R_KO_hyphen.case" = 17; -"@MMK_R_KO_nine" = 5; -"@MMK_R_KO_one" = -16; -"@MMK_R_KO_parenright.case" = -29; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -118; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_seven" = -61; -"@MMK_R_KO_six" = 20; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_three" = -27; -"@MMK_R_KO_two" = -62; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_e" = -1; -"@MMK_R_KO_egrave" = -1; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -37; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -26; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -1; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -23; -"@MMK_R_KO_period" = 1; -"@MMK_R_KO_period.ss01" = -34; -"@MMK_R_KO_question" = -23; -"@MMK_R_KO_question.ss01" = -25; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -44; -"@MMK_R_KO_quoteleft" = -41; -"@MMK_R_KO_quoteright" = -27; -"@MMK_R_KO_quoteright.ss01" = -36; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -23; -"@MMK_R_KO_slash" = 1; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -23; -"@MMK_R_KO_trademark" = -28; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -2; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 17; -"@MMK_R_KO_I.ss02" = 52; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = 26; -"@MMK_R_KO_U" = 25; -"@MMK_R_KO_V" = 63; -"@MMK_R_KO_W" = 61; -"@MMK_R_KO_X" = 53; -"@MMK_R_KO_Y" = 56; -"@MMK_R_KO_Z" = 47; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -38; -"@MMK_R_KO_bracketright" = 14; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 1; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 6; -"@MMK_R_KO_onesuperior" = 33; -"@MMK_R_KO_parenright" = 31; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -37; -"@MMK_R_KO_question" = 20; -"@MMK_R_KO_question.ss01" = 10; -"@MMK_R_KO_quotedbl" = 33; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = 3; -"@MMK_R_KO_quoteleft" = 14; -"@MMK_R_KO_quoteright" = 42; -"@MMK_R_KO_quoteright.ss01" = 10; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 36; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 14; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 34; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 33; -"@MMK_R_KO_J" = 41; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = 37; -"@MMK_R_KO_Y" = -23; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -27; -"@MMK_R_KO_bracketright" = -14; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 26; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 15; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -39; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -28; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_period" = 14; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -42; -"@MMK_R_KO_quoteright" = -25; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -39; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = 6; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -54; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 45; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 22; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -1; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -37; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -14; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -12; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -25; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 28; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 35; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 1; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 27; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -45; -"@MMK_R_KO_bracketright" = -11; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -28; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -6; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -23; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -4; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 41; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = 32; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = 47; -"@MMK_R_KO_exclam" = 79; -"@MMK_R_KO_f" = 17; -"@MMK_R_KO_fivesuperior" = 42; -"@MMK_R_KO_foursuperior" = 27; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_i" = 27; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 30; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 51; -"@MMK_R_KO_onesuperior" = 72; -"@MMK_R_KO_parenright" = 68; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = 87; -"@MMK_R_KO_question.ss01" = 61; -"@MMK_R_KO_quotedbl" = 82; -"@MMK_R_KO_quotedblleft" = 72; -"@MMK_R_KO_quotedblleft.ss01" = 52; -"@MMK_R_KO_quoteleft" = 72; -"@MMK_R_KO_sevensuperior" = 80; -"@MMK_R_KO_sixsuperior" = 41; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 18; -"@MMK_R_KO_threesuperior" = 56; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_z" = 26; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_T" = -55; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = -60; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -55; -"@MMK_R_KO_bracketright" = -36; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -32; -"@MMK_R_KO_ellipsis" = -36; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -39; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_ninesuperior" = -42; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 3; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_question" = -48; -"@MMK_R_KO_question.ss01" = -50; -"@MMK_R_KO_quotedbl" = -45; -"@MMK_R_KO_quotedblleft" = -86; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -38; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -27; -"@MMK_R_KO_trademark" = -81; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 3; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -9; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -58; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = -10; -"@MMK_R_KO_comma" = -4; -"@MMK_R_KO_comma.ss01" = -43; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -32; -"@MMK_R_KO_ellipsis" = -47; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -38; -"@MMK_R_KO_foursuperior" = -26; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_icircumflex" = -1; -"@MMK_R_KO_imacron" = -1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_ninesuperior" = -41; -"@MMK_R_KO_onesuperior" = -35; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -44; -"@MMK_R_KO_question" = -54; -"@MMK_R_KO_question.ss01" = -57; -"@MMK_R_KO_quotedbl" = -48; -"@MMK_R_KO_quotedblleft" = -102; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -38; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_trademark" = -82; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -4; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -38; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -24; -"@MMK_R_KO_colon" = -11; -"@MMK_R_KO_comma" = -4; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -47; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -30; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -44; -"@MMK_R_KO_question" = -33; -"@MMK_R_KO_question.ss01" = -29; -"@MMK_R_KO_quotedbl" = -36; -"@MMK_R_KO_quotedblleft" = -45; -"@MMK_R_KO_quotedblleft.ss01" = -48; -"@MMK_R_KO_quoteleft" = -45; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -46; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -30; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -38; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -7; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_Y" = 24; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -41; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_comma.ss01" = 16; -"@MMK_R_KO_e" = -47; -"@MMK_R_KO_egrave" = -26; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_ellipsis" = -46; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -32; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -76; -"@MMK_R_KO_guillemetright" = -62; -"@MMK_R_KO_hyphen" = -49; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 34; -"@MMK_R_KO_n" = -51; -"@MMK_R_KO_nine" = -8; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 70; -"@MMK_R_KO_period" = -29; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -42; -"@MMK_R_KO_seven" = 17; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_slash" = 26; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_v" = -36; -"@MMK_R_KO_w" = -39; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 19; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 27; -"@MMK_R_KO_J" = 25; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_Y" = 24; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_asterisk" = 7; -"@MMK_R_KO_colon" = 30; -"@MMK_R_KO_comma" = 32; -"@MMK_R_KO_comma.ss01" = 10; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -3; -"@MMK_R_KO_guillemetleft" = -57; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen.case" = -30; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 9; -"@MMK_R_KO_parenright.case" = 70; -"@MMK_R_KO_period" = 19; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 25; -"@MMK_R_KO_six" = -13; -"@MMK_R_KO_slash" = 75; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 10; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 19; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 14; -"@MMK_R_KO_O" = -35; -"@MMK_R_KO_S" = -19; -"@MMK_R_KO_T" = -57; -"@MMK_R_KO_U" = -35; -"@MMK_R_KO_V" = -61; -"@MMK_R_KO_W" = -48; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asterisk" = -61; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_eight" = -23; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_five" = -26; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -59; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_nine" = -24; -"@MMK_R_KO_one" = -25; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = 17; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -61; -"@MMK_R_KO_quoteright" = -61; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_seven" = -46; -"@MMK_R_KO_six" = -34; -"@MMK_R_KO_slash" = 40; -"@MMK_R_KO_t" = -15; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = 2; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_v" = -44; -"@MMK_R_KO_w" = -40; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -31; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -53; -"@MMK_R_KO_S" = -38; -"@MMK_R_KO_T" = -61; -"@MMK_R_KO_U" = -55; -"@MMK_R_KO_V" = -61; -"@MMK_R_KO_W" = -61; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asterisk" = -61; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -51; -"@MMK_R_KO_eight" = -37; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = -44; -"@MMK_R_KO_four" = -60; -"@MMK_R_KO_g" = -53; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -61; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -60; -"@MMK_R_KO_i" = -36; -"@MMK_R_KO_j" = -35; -"@MMK_R_KO_n" = -36; -"@MMK_R_KO_nine" = -42; -"@MMK_R_KO_one" = -46; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = -35; -"@MMK_R_KO_seven" = -60; -"@MMK_R_KO_six" = -50; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -43; -"@MMK_R_KO_three" = -33; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -47; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -61; -"@MMK_R_KO_y" = -61; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -17; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -60; -"@MMK_R_KO_S" = -48; -"@MMK_R_KO_T" = -75; -"@MMK_R_KO_U" = -64; -"@MMK_R_KO_V" = -84; -"@MMK_R_KO_W" = -69; -"@MMK_R_KO_Y" = -86; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -55; -"@MMK_R_KO_a.ss05" = -37; -"@MMK_R_KO_e" = -58; -"@MMK_R_KO_eight" = -48; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_five" = -59; -"@MMK_R_KO_four" = -47; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetright" = -73; -"@MMK_R_KO_i" = -25; -"@MMK_R_KO_j" = 8; -"@MMK_R_KO_nine" = -55; -"@MMK_R_KO_one" = -38; -"@MMK_R_KO_parenright" = 24; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -118; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_s" = -37; -"@MMK_R_KO_seven" = -63; -"@MMK_R_KO_six" = -60; -"@MMK_R_KO_t" = -36; -"@MMK_R_KO_three" = -44; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -48; -"@MMK_R_KO_v" = -61; -"@MMK_R_KO_w" = -55; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -62; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_Y" = 20; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -36; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asterisk" = 22; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -36; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -126; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -34; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -126; -"@MMK_R_KO_hyphen.case" = -66; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_j" = -15; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 10; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = 12; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_seven" = 17; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -66; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -15; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -56; -"@MMK_R_KO_S" = -32; -"@MMK_R_KO_T" = -78; -"@MMK_R_KO_U" = -58; -"@MMK_R_KO_V" = -89; -"@MMK_R_KO_W" = -60; -"@MMK_R_KO_Y" = -91; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -42; -"@MMK_R_KO_a.ss05" = -25; -"@MMK_R_KO_asterisk" = -64; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 19; -"@MMK_R_KO_e" = -43; -"@MMK_R_KO_egrave" = -43; -"@MMK_R_KO_eight" = -37; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_f" = -25; -"@MMK_R_KO_five" = -44; -"@MMK_R_KO_four" = -64; -"@MMK_R_KO_g" = -24; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -64; -"@MMK_R_KO_hyphen" = -64; -"@MMK_R_KO_hyphen.case" = -64; -"@MMK_R_KO_i" = -23; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_nine" = -43; -"@MMK_R_KO_one" = -37; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_quotedblleft" = -118; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_s" = -27; -"@MMK_R_KO_seven" = -64; -"@MMK_R_KO_six" = -55; -"@MMK_R_KO_slash" = 24; -"@MMK_R_KO_t" = -30; -"@MMK_R_KO_three" = -27; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_v" = -55; -"@MMK_R_KO_w" = -51; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -28; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -49; -"@MMK_R_KO_S" = -36; -"@MMK_R_KO_T" = -64; -"@MMK_R_KO_U" = -50; -"@MMK_R_KO_V" = -95; -"@MMK_R_KO_W" = -60; -"@MMK_R_KO_Y" = -94; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -49; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asterisk" = -60; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -42; -"@MMK_R_KO_egrave" = -49; -"@MMK_R_KO_eight" = -37; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = -44; -"@MMK_R_KO_four" = -60; -"@MMK_R_KO_g" = -38; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -60; -"@MMK_R_KO_hyphen" = -60; -"@MMK_R_KO_hyphen.case" = -60; -"@MMK_R_KO_i" = -35; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_nine" = -42; -"@MMK_R_KO_one" = -46; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = -34; -"@MMK_R_KO_seven" = -60; -"@MMK_R_KO_six" = -48; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_three" = -33; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -46; -"@MMK_R_KO_v" = -60; -"@MMK_R_KO_w" = -60; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -66; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 19; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 37; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_Y" = 44; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asterisk" = 16; -"@MMK_R_KO_colon" = -40; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_e" = -58; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -118; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -74; -"@MMK_R_KO_g" = -55; -"@MMK_R_KO_guillemetleft" = -106; -"@MMK_R_KO_guillemetright" = -62; -"@MMK_R_KO_hyphen" = -118; -"@MMK_R_KO_hyphen.case" = -118; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -16; -"@MMK_R_KO_n" = -70; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 16; -"@MMK_R_KO_parenright" = 7; -"@MMK_R_KO_parenright.case" = 20; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_quotedbl" = 14; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_s" = -70; -"@MMK_R_KO_seven" = 45; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -74; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = 4; -"@MMK_R_KO_two" = 5; -"@MMK_R_KO_u" = -34; -"@MMK_R_KO_v" = -58; -"@MMK_R_KO_w" = -59; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -60; -"@MMK_R_KO_H" = -11; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -24; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 6; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -60; -"@MMK_R_KO_a.ss05" = -42; -"@MMK_R_KO_asterisk" = 15; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_egrave" = -43; -"@MMK_R_KO_eight" = -7; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_five" = -9; -"@MMK_R_KO_four" = -60; -"@MMK_R_KO_g" = -60; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -47; -"@MMK_R_KO_hyphen" = -60; -"@MMK_R_KO_hyphen.case" = -60; -"@MMK_R_KO_i" = -15; -"@MMK_R_KO_j" = -30; -"@MMK_R_KO_n" = -54; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -45; -"@MMK_R_KO_seven" = 6; -"@MMK_R_KO_six" = -14; -"@MMK_R_KO_slash" = -60; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -39; -"@MMK_R_KO_v" = -13; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -76; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = -19; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 15; -"@MMK_R_KO_Y" = 16; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -84; -"@MMK_R_KO_a.ss05" = -31; -"@MMK_R_KO_asterisk" = 17; -"@MMK_R_KO_colon" = -61; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_e" = -106; -"@MMK_R_KO_egrave" = -42; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -118; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -90; -"@MMK_R_KO_g" = -103; -"@MMK_R_KO_guillemetleft" = -118; -"@MMK_R_KO_guillemetright" = -85; -"@MMK_R_KO_hyphen" = -118; -"@MMK_R_KO_hyphen.case" = -118; -"@MMK_R_KO_i" = -14; -"@MMK_R_KO_j" = -17; -"@MMK_R_KO_n" = -75; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 16; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 12; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -92; -"@MMK_R_KO_seven" = 21; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_slash" = -82; -"@MMK_R_KO_t" = -16; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_v" = -75; -"@MMK_R_KO_w" = -76; -"@MMK_R_KO_y" = -76; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -59; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 19; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 37; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_Y" = 44; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asterisk" = 16; -"@MMK_R_KO_colon" = -40; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_e" = -64; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -64; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -64; -"@MMK_R_KO_g" = -55; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -62; -"@MMK_R_KO_hyphen" = -64; -"@MMK_R_KO_hyphen.case" = -64; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -16; -"@MMK_R_KO_n" = -64; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 16; -"@MMK_R_KO_parenright" = 7; -"@MMK_R_KO_parenright.case" = 20; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_quotedbl" = 14; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_s" = -42; -"@MMK_R_KO_seven" = 45; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -64; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = 4; -"@MMK_R_KO_two" = 5; -"@MMK_R_KO_u" = -34; -"@MMK_R_KO_v" = -58; -"@MMK_R_KO_w" = -59; -"@MMK_R_KO_y" = -58; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -64; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = -19; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 15; -"@MMK_R_KO_Y" = 17; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -64; -"@MMK_R_KO_a.ss05" = -31; -"@MMK_R_KO_asterisk" = 16; -"@MMK_R_KO_colon" = -61; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_e" = -64; -"@MMK_R_KO_egrave" = -42; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -64; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -64; -"@MMK_R_KO_g" = -64; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -64; -"@MMK_R_KO_hyphen" = -64; -"@MMK_R_KO_hyphen.case" = -64; -"@MMK_R_KO_i" = -15; -"@MMK_R_KO_j" = -18; -"@MMK_R_KO_n" = -64; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 15; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 12; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -64; -"@MMK_R_KO_seven" = 21; -"@MMK_R_KO_six" = -17; -"@MMK_R_KO_slash" = -64; -"@MMK_R_KO_t" = -16; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_v" = -64; -"@MMK_R_KO_w" = -64; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = -41; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -60; -"@MMK_R_KO_H" = -19; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -12; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 2; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = -60; -"@MMK_R_KO_a.ss05" = -30; -"@MMK_R_KO_asterisk" = 20; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_egrave" = -39; -"@MMK_R_KO_eight" = -7; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_five" = -16; -"@MMK_R_KO_four" = -60; -"@MMK_R_KO_g" = -60; -"@MMK_R_KO_guillemetleft" = -60; -"@MMK_R_KO_guillemetright" = -51; -"@MMK_R_KO_hyphen" = -60; -"@MMK_R_KO_hyphen.case" = -60; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_j" = -21; -"@MMK_R_KO_n" = -60; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -60; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_slash" = -60; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -44; -"@MMK_R_KO_v" = -32; -"@MMK_R_KO_w" = -34; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -30; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -54; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_Y" = 20; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -30; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asterisk" = 22; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -61; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -36; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -34; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_j" = -15; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 10; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = 12; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_seven" = 17; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -61; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -21; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -19; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = -35; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -2; -"@MMK_R_KO_bracketright" = -16; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = -39; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -14; -"@MMK_R_KO_eightsuperior" = 6; -"@MMK_R_KO_ellipsis" = -75; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = 25; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -53; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = -53; -"@MMK_R_KO_quoteright" = -51; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -32; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -28; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = 7; -"@MMK_R_KO_trademark" = -36; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -34; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 7; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -52; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -27; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -48; -"@MMK_R_KO_bracketright" = -27; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -24; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_question" = -39; -"@MMK_R_KO_question.ss01" = -59; -"@MMK_R_KO_quotedbl" = -37; -"@MMK_R_KO_quotedblleft" = -93; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -60; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -72; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 7; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -52; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 21; -"@MMK_R_KO_comma.ss01" = -24; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -19; -"@MMK_R_KO_parenright" = -10; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_question" = -23; -"@MMK_R_KO_question.ss01" = -28; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -40; -"@MMK_R_KO_quotedblleft.ss01" = -38; -"@MMK_R_KO_quoteleft" = -40; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -37; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -24; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = 7; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -49; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 36; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 31; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 48; -"@MMK_R_KO_W" = 42; -"@MMK_R_KO_Y" = 50; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -47; -"@MMK_R_KO_a.ss05" = -41; -"@MMK_R_KO_asterisk" = 39; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -47; -"@MMK_R_KO_egrave" = -23; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_ellipsis" = -104; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 4; -"@MMK_R_KO_four" = -47; -"@MMK_R_KO_g" = -45; -"@MMK_R_KO_guillemetleft" = -75; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_hyphen.case" = -33; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -36; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = 34; -"@MMK_R_KO_parenright" = 10; -"@MMK_R_KO_parenright.case" = 23; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 22; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 30; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -38; -"@MMK_R_KO_seven" = 53; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_slash" = -51; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 11; -"@MMK_R_KO_two" = 12; -"@MMK_R_KO_u" = -33; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -21; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -20; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_Y" = -18; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_five" = 2; -"@MMK_R_KO_four" = 23; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_n" = 1; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 2; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 11; -"@MMK_R_KO_three" = 13; -"@MMK_R_KO_two" = 9; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -31; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 22; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 34; -"@MMK_R_KO_W" = 32; -"@MMK_R_KO_Y" = 38; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asterisk" = 30; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -64; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -28; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eight" = 3; -"@MMK_R_KO_ellipsis" = -100; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = -27; -"@MMK_R_KO_g" = -25; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -24; -"@MMK_R_KO_hyphen.case" = -8; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -29; -"@MMK_R_KO_nine" = 11; -"@MMK_R_KO_one" = 23; -"@MMK_R_KO_parenright" = 24; -"@MMK_R_KO_parenright.case" = 39; -"@MMK_R_KO_period" = -61; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = 19; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 23; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_seven" = 36; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -41; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 29; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 32; -"@MMK_R_KO_J" = 36; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 28; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = 29; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -14; -"@MMK_R_KO_bracketright" = -21; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 7; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -8; -"@MMK_R_KO_parenright" = -3; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -21; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = 5; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -36; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 42; -"@MMK_R_KO_v" = 16; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = 18; -"@MMK_R_KO_y" = 14; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asterisk" = 2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 18; -"@MMK_R_KO_ellipsis" = -40; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_five" = 7; -"@MMK_R_KO_four" = 18; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_hyphen.case" = -8; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_nine" = 9; -"@MMK_R_KO_one" = 2; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 9; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_three" = 11; -"@MMK_R_KO_two" = 9; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 31; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = 45; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asterisk" = 19; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -31; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -42; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -3; -"@MMK_R_KO_nine" = 8; -"@MMK_R_KO_one" = 21; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 14; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = 26; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_three" = 10; -"@MMK_R_KO_two" = 16; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -50; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -9; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -25; -"@MMK_R_KO_Y" = -26; -"@MMK_R_KO_Z" = -21; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -11; -"@MMK_R_KO_bracketright" = -13; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -25; -"@MMK_R_KO_comma.ss01" = -45; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -67; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -19; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -1; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_period" = -35; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -68; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -27; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -18; -"@MMK_R_KO_v" = 17; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -51; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -21; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = -18; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -17; -"@MMK_R_KO_bracketright" = -27; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -27; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -63; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = 8; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = -14; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_period" = -30; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -69; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = -5; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -25; -"@MMK_R_KO_v" = 14; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 13; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 27; -"@MMK_R_KO_J" = 35; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -50; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = 24; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 20; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = 4; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -26; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -69; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -38; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -52; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 39; -"@MMK_R_KO_v" = 16; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_x" = 20; -"@MMK_R_KO_y" = 14; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 31; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 27; -"@MMK_R_KO_J" = 34; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -50; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 17; -"@MMK_R_KO_Y" = -25; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -11; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 16; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -28; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -21; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -68; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -64; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 38; -"@MMK_R_KO_v" = 11; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 31; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 46; -"@MMK_R_KO_J" = 41; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 39; -"@MMK_R_KO_W" = 36; -"@MMK_R_KO_X" = 42; -"@MMK_R_KO_Y" = 32; -"@MMK_R_KO_Z" = 31; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -9; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 24; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = 3; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -28; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 6; -"@MMK_R_KO_onesuperior" = 16; -"@MMK_R_KO_parenright" = 9; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 18; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 19; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 16; -"@MMK_R_KO_sixsuperior" = 10; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 11; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -27; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_Y" = -18; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -18; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eight" = 11; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_five" = 10; -"@MMK_R_KO_four" = 16; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 17; -"@MMK_R_KO_hyphen.case" = 19; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_nine" = 9; -"@MMK_R_KO_one" = -2; -"@MMK_R_KO_parenright" = -30; -"@MMK_R_KO_parenright.case" = -13; -"@MMK_R_KO_period" = -22; -"@MMK_R_KO_period.ss01" = -45; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = 0; -Tbar = -31; -asciitilde = -17; -asterisk = -52; -backslash = -32; -g.ss06 = 19; -minus = -37; -one = -11; -ordmasculine = -56; -plus = -24; -quotedbl = -66; -registered = -46; -seven = -25; -two = 27; -twosuperior = -29; -}; -Aacute = { -Tbar = -31; -}; -Abrevedotbelow.ss01 = { -T = -42; -}; -Aogonek = { -comma = 52; -parenright = 33; -}; -Atilde = { -ordfeminine = -56; -}; -B = { -Hbar = 11; -hbar = 15; -idieresis = 15; -itilde = 20; -}; -C = { -h = 11; -l = 11; -plus = -52; -three = 20; -}; -D = { -Lslash = 9; -Oslash = 16; -braceright = -23; -bracketright.case = -21; -}; -E = { -H = 0; -idieresis = 0; -}; -Eogonek = { -comma = 50; -}; -F = { -fourinferior = -57; -i = 0; -igrave = 22; -}; -G = { -Lslash = 2; -lslash = 3; -}; -Germandbls = { -S = 20; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -23; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 16; -itilde = 24; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 0; -D = 2; -E = 2; -H = 0; -Hbar = 54; -I = 2; -L = 2; -M = 2; -O = 9; -R = 2; -S = 24; -U = 8; -W = 25; -i = 0; -}; -I = { -Hbar = 0; -I = 1; -jcircumflex = 15; -}; -Icircumflex = { -Icircumflex = 3; -l.ss04 = 4; -}; -Imacron = { -Imacron = 2; -}; -Itilde = { -itilde = 24; -}; -J = { -Hbar = 0; -itilde = 25; -}; -Jacute = { -Imacron = 0; -}; -K = { -asciitilde = -48; -four = -18; -idieresis = 29; -igrave = 55; -itilde = 38; -less = -35; -logicalnot = -54; -minus = -70; -one = 10; -oslash = 5; -plus = -64; -}; -L = { -H = 0; -Tbar = -48; -asciitilde = -62; -asterisk = -63; -backslash = -48; -equal = -62; -four = -61; -less = -40; -logicalnot = -61; -minus = -76; -one = -16; -ordfeminine = -79; -ordmasculine = -79; -oslash = 0; -plus = -75; -quotedbl = -76; -quoteleft.ss01 = -60; -quoteright = -64; -quoteright.ss01 = -60; -registered = -78; -seven = -31; -twosuperior = -73; -}; -Lcaron = { -A = 32; -O = -7; -U = 0; -Uacute = 0; -V = 38; -a = -17; -hyphen = -57; -hyphen.case = -57; -u = -14; -v = -3; -}; -Lcommaaccent = { -twosuperior = -73; -}; -Lslash = { -twosuperior = -22; -}; -M = { -Hbar = 0; -idieresis = 10; -igrave = 16; -itilde = 24; -}; -N = { -Hbar = 0; -idieresis = 10; -igrave = 16; -itilde = 24; -}; -O = { -Dcroat = 0; -Lslash = 0; -braceright = -26; -bracketright.case = -21; -itilde = 13; -}; -Oslash = { -T = 12; -V = 6; -Y = 10; -parenright = 9; -parenright.case = 28; -}; -P = { -fourinferior = -68; -idieresis = 20; -itilde = 38; -two = 16; -}; -R = { -Hbar = 11; -jcircumflex = 19; -two = 6; -}; -S = { -Hbar = 15; -Lslash = 7; -dollar = 0; -four = 19; -idieresis = 13; -itilde = 25; -lslash = 9; -three = 21; -}; -T = { -Oslash = -15; -a.ss05 = -52; -aacute.ss05 = -46; -abreve = -12; -abreveacute = -17; -acircumflex = -28; -acircumflexacute = -28; -acircumflexdotbelow = -28; -adieresis = -26; -adotbelow.ss05 = -52; -ae = -52; -agrave = -12; -amacron = -20; -ampersand = -22; -aring = -25; -asciitilde = -47; -atilde = -21; -equal = -48; -four = -47; -g.ss06 = -50; -h = 0; -i.ss01 = 0; -iacute = -28; -idieresis = 0; -idotless = -63; -igrave = 26; -itilde = 0; -less = -28; -logicalnot = -47; -minus = -64; -ograve = -8; -plus = -63; -racute = -43; -scaron = 5; -seven = 28; -twoinferior = -56; -udieresis = -28; -udieresis.ss01 = -26; -ugrave = -15; -uhorngrave = -15; -umacron = -23; -ycircumflex = -12; -ygrave = 8; -yhookabove = 0; -zcaron = 5; -zeroinferior = -59; -}; -Tbar = { -A = -27; -Aacute = -27; -Tbar = 37; -a = -16; -comma = -48; -e = -15; -o = -16; -period = -50; -slash = -35; -}; -Tcaron = { -a.ss05 = -52; -}; -Tcedilla = { -a.ss05 = -52; -abreve = -12; -four = -47; -}; -Tcommaaccent = { -a.ss05 = -52; -abreve = -12; -four = -47; -}; -Thorn = { -A = 0; -AE = 0; -Aacute = 0; -J = -5; -O = 17; -Oacute = 17; -V = -11; -Y = -37; -Yacute = -37; -a = 10; -aacute = 10; -e = 11; -o = 11; -oacute = 11; -period = -61; -}; -U = { -Hbar = 5; -jcircumflex = 19; -}; -V = { -four = -26; -iacute = -9; -ibreve = 68; -idieresis = 50; -igrave = 64; -itilde = 62; -minus = -32; -plus = -18; -scaron = 6; -seven = 46; -twoinferior = -32; -}; -W = { -Hbar = 25; -backslash = 39; -idieresis = 46; -igrave = 60; -itilde = 60; -}; -X = { -asciitilde = -52; -four = -22; -less = -36; -logicalnot = -59; -minus = -72; -notequal = -66; -one = 13; -plus = -65; -}; -Y = { -a.ss05 = -41; -agrave = -11; -amacron = -18; -ampersand = -20; -asciitilde = -43; -at = -23; -four = -50; -g.ss06 = -41; -igrave = 56; -less = -22; -logicalnot = -43; -minus = -57; -ograve = -8; -plus = -51; -scaron = 8; -twoinferior = -64; -}; -Z = { -four = -61; -ibreve = 47; -igrave = 44; -itilde = 36; -minus = -63; -plus = -58; -}; -_B.currency = { -_baht.bar = -9; -}; -a = { -braceright = -39; -}; -a.ss05 = { -g.ss06 = 5; -}; -acircumflexacute.ss05 = { -y = -6; -}; -adieresis.ss05 = { -germandbls = -6; -}; -ampersand = { -V = -49; -W = -37; -Y = -68; -quotedbl = -97; -quotedblleft = -103; -}; -aogonek = { -j = -2; -parenright = 0; -}; -aogonek.ss05 = { -parenright = 19; -}; -approxequal = { -parenright = -78; -parenright.case = -60; -}; -asciicircum = { -J = -49; -X = -68; -Y = -51; -bracketright = -80; -comma = -64; -comma.ss01 = -60; -four = -63; -hyphen = -131; -parenright = -88; -parenright.case = -75; -period = -61; -period.ss01 = -61; -slash = -90; -}; -asciitilde = { -I.ss02 = -62; -J = -55; -V = -63; -W = -51; -X = -96; -Y = -88; -Z = -88; -bracketright = -87; -bracketright.case = -88; -comma = -64; -comma.ss01 = -60; -eight = -47; -exclam = -56; -four = -40; -one = -63; -parenright = -105; -parenright.case = -87; -period = -61; -period.ss01 = -61; -question = -111; -quotedbl = -110; -quotedblright = -118; -seven = -87; -slash = -88; -three = -70; -two = -95; -}; -at = { -T = -43; -parenright = -39; -}; -b = { -asterisk = -46; -braceright = -25; -lslash = 0; -one = -20; -}; -backslash = { -T = -49; -V = -48; -Y = -58; -asterisk = -65; -backslash = -47; -quotedbl = -71; -quotedblleft = -81; -quotedblleft.ss01 = -82; -quotedblright = -71; -quotedblright.ss01 = -75; -quoteleft = -64; -quoteright = -64; -quotesingle = -61; -}; -baht = { -parenright = -32; -}; -braceleft = { -p = 0; -}; -bracketleft = { -asciicircum = -79; -asciitilde = -36; -bracketright = 79; -jcircumflex = 31; -p = 0; -pi = -16; -plus = -64; -x = -27; -}; -c = { -asterisk = -33; -braceright = -29; -}; -cent = { -parenright = -33; -}; -colon = { -T = -50; -Y = -21; -four = -35; -one = -10; -parenright = -17; -two = 0; -zero = 0; -}; -colon.ss01 = { -T = -61; -four = -54; -parenright = -27; -}; -comma = { -eightsuperior = -64; -fivesuperior = -64; -foursuperior = -64; -ninesuperior = -64; -onesuperior = -64; -quoteleft = -64; -quotesingle = -61; -sevensuperior = -64; -sixsuperior = -64; -threesuperior = -64; -twosuperior = -64; -}; -comma.ss01 = { -eightsuperior = -60; -fivesuperior = -60; -foursuperior = -60; -ninesuperior = -60; -onesuperior = -60; -sevensuperior = -60; -sixsuperior = -60; -threesuperior = -60; -twosuperior = -60; -}; -copyright = { -Y = -70; -parenright = -54; -}; -d = { -idieresis = 0; -igrave = 0; -itilde = 0; -}; -dcaron = { -C = 40; -H = 54; -bracketright = 33; -eightsuperior = 48; -exclam = 80; -exclam.ss01 = 79; -fivesuperior = 43; -foursuperior = 28; -h = 28; -i = 0; -j = 0; -k = 28; -l = 28; -l.ss03 = 26; -l.ss04 = 30; -ninesuperior = 52; -onesuperior = 73; -parenright = 69; -question = 88; -question.ss01 = 62; -quotedbl = 83; -quotedblleft = 73; -quotedblleft.ss01 = 53; -quoteleft = 73; -quoteleft.ss01 = 53; -quotesingle = 83; -sevensuperior = 81; -sixsuperior = 42; -t = 19; -t_i.liga = 19; -t_t.liga = 19; -threesuperior = 57; -twosuperior = 63; -zcaron = 27; -}; -dcroat = { -i = 0; -igrave = 0; -itilde = 0; -}; -degree = { -J = -36; -comma = -64; -comma.ss01 = -60; -emdash = -203; -endash = -185; -four = -71; -hyphen = -131; -parenright = -47; -parenright.case = -26; -period = -61; -period.ss01 = -61; -slash = -78; -}; -divide = { -parenright = -86; -}; -dollar = { -parenright = -26; -three = 5; -}; -e = { -asterisk = -44; -backslash = -30; -braceright = -38; -germandbls = -2; -one = -24; -seven = -40; -}; -ecircumflexacute = { -t = -2; -}; -eight = { -bracketright = -23; -degree = -19; -}; -eight.dnom = { -degree = -135; -question.ss01 = -74; -quotedbl = -126; -quotedblleft = -118; -quotedblright = -118; -}; -eightsuperior = { -comma = -64; -comma.ss01 = -60; -period = -61; -period.ss01 = -61; -slash = -51; -}; -ellipsis = { -Tbar = -81; -bracketright = -58; -eightsuperior = -142; -fivesuperior = -134; -foursuperior = -127; -ninesuperior = -139; -onesuperior = -80; -parenleft = -52; -parenleft.case = -76; -question = -86; -quoteleft = -64; -quoteright = -64; -quotesingle = -61; -sevensuperior = -108; -sixsuperior = -139; -threesuperior = -131; -twosuperior = -118; -}; -ellipsis.ss01 = { -Tbar = -81; -bracketright = -54; -eightsuperior = -142; -fivesuperior = -134; -foursuperior = -127; -ninesuperior = -139; -onesuperior = -80; -question.ss01 = -85; -quoteleft.ss01 = -60; -quoteright.ss01 = -60; -quotesingle = -61; -sevensuperior = -108; -sixsuperior = -139; -threesuperior = -131; -twosuperior = -118; -}; -emdash = { -foursuperior = -120; -question = -65; -}; -emdash.case = { -X = -47; -quotedblbase = -118; -quotedblbase.ss01 = -113; -}; -endash = { -X = -23; -endash = 0; -foursuperior = -120; -question = -55; -}; -endash.case = { -H = 0; -X = -47; -quotedblbase = -118; -quotedblbase.ss01 = -113; -}; -eng = { -bracketright = 0; -}; -eogonek = { -lslash = 0; -}; -equal = { -T = -48; -equal = 0; -parenright = -54; -parenright.case = -31; -}; -eth = { -a = -6; -e = -6; -g = -5; -hyphen = 7; -parenright = -27; -}; -euro = { -parenright = -26; -parenright.case = -2; -}; -exclamdown = { -T = -50; -V = -15; -Y = -34; -}; -f = { -igrave = 0; -n = 0; -o = 0; -}; -f_f.liga = { -igrave = 0; -}; -f_f_i.liga = { -idieresis = 0; -}; -fi = { -idieresis = 0; -}; -five = { -degree = -38; -ordmasculine = -32; -percent = -16; -}; -five.dnom = { -degree = -127; -question.ss01 = -76; -quotedblleft = -118; -}; -five.numr = { -fraction = 0; -}; -fiveinferior = { -T = -60; -}; -fivesuperior = { -comma = -64; -comma.ss01 = -60; -period = -61; -period.ss01 = -61; -slash = -46; -}; -fl = { -idieresis = 0; -itilde = 0; -periodcentered.loclCAT = 58; -}; -four = { -asciicircum = -53; -bracketright = -11; -bracketright.case = -2; -degree = -40; -ordfeminine = -29; -ordmasculine = -29; -percent = -17; -x = -2; -}; -four.dnom = { -degree = -120; -question.ss01 = -75; -quotedblleft = -118; -}; -fourinferior = { -T = -58; -V = -50; -}; -foursuperior = { -comma = -64; -comma.ss01 = -60; -period = -61; -period.ss01 = -61; -slash = -52; -}; -fraction = { -eight.dnom = -2; -four.dnom = -19; -fourinferior = -25; -seveninferior = 30; -two.dnom = 4; -zero.dnom = 0; -}; -g = { -bracketright = 0; -j = 0; -j.ss01 = 0; -parenright = 0; -slash = 15; -}; -g.ss06 = { -g.ss06 = 23; -}; -gcaron.ss06 = { -gcaron.ss06 = 23; -}; -gdotaccent = { -j = 0; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 23; -}; -germandbls = { -e = 0; -hyphen = 21; -parenright = -23; -}; -greater = { -T = -28; -parenright = -33; -}; -greaterequal = { -T = -60; -}; -guillemetleft = { -pi = -2; -}; -guillemetright = { -X = -56; -bracketright = -60; -}; -guilsinglright = { -X = -57; -}; -h = { -asterisk = -41; -}; -hyphen = { -Lslash = 18; -X = -18; -bracketright = -29; -foursuperior = -98; -pi = -2; -question = -63; -quotedblbase = -118; -quoteleft = -64; -quotesingle = -61; -x = -14; -}; -hyphen.case = { -Dcroat = 35; -X = -46; -bracketright.case = -30; -quotedblbase = -118; -quotedblbase.ss01 = -113; -quotesinglbase = -64; -}; -i = { -T = -24; -idieresis = 0; -jcircumflex = 0; -parenright = -22; -}; -i.ss01 = { -parenright = -8; -}; -iacute = { -rcaron = 0; -}; -icircumflex = { -b = 0; -h = 0; -i = 0; -icircumflex = 0; -j = 0; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 0; -question = 27; -quotedbl = 22; -quoteright = 51; -quotesingle = 23; -}; -idieresis = { -b = 0; -idieresis = 0; -k = 0; -l = 0; -l.ss03 = 0; -l.ss04 = 0; -}; -idotaccent = { -parenright = -22; -}; -idotaccent.ss01 = { -parenright = -8; -}; -imacron = { -b = 0; -imacron = 0; -j = 0; -k = 0; -kcommaaccent = 0; -l = 0; -l.ss04 = 0; -lcommaaccent = 0; -quotedbl = 0; -}; -infinity = { -parenright = -64; -parenright.case = -34; -}; -integral = { -a = -40; -}; -iogonek = { -j = 0; -}; -itilde = { -h = 0; -itilde = 0; -quotedbl = 29; -quotesingle = 29; -}; -j = { -j = 0; -}; -jacute = { -backslash = 47; -iogonek = 0; -}; -jcircumflex = { -i = 0; -jcircumflex = 0; -}; -k = { -oslash = 0; -}; -l = { -at = 0; -idieresis = 0; -igrave = 0; -itilde = 0; -jcircumflex = 2; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = 52; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss04 = { -periodcentered.loclCAT = 58; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 78; -l = 27; -ncaron = 0; -scaron = 4; -twosuperior = 62; -}; -lcaron.ss03 = { -b = 23; -eightsuperior = 43; -exclam = 75; -exclam.ss01 = 74; -fivesuperior = 38; -k = 23; -ninesuperior = 47; -onesuperior = 68; -question = 83; -quotedbl = 78; -quotesingle = 78; -sevensuperior = 76; -sixsuperior = 37; -}; -lcaron.ss04 = { -exclam.ss01 = 78; -twosuperior = 62; -}; -liraTurkish = { -one = -21; -parenright = -39; -question = -44; -quotedbl = -62; -quotesingle = -61; -seven = -36; -}; -logicalnot = { -Y = -65; -parenright = -51; -seven = -56; -}; -m = { -asterisk = -42; -braceright = -40; -twosuperior = -24; -}; -minus = { -T = -65; -X = -68; -comma = -64; -one = -36; -parenright = -86; -parenright.case = -65; -period = -61; -seven = -80; -three = -67; -two = -85; -}; -mu = { -mu = -13; -parenright = -28; -quotesingle = -43; -}; -multiply = { -parenright = -83; -parenright.case = -65; -}; -n = { -asterisk = -41; -at = -4; -braceright = -40; -degree = -91; -g.ss06 = 2; -n = 0; -one = -22; -ordmasculine = -49; -}; -ncaron = { -Yacute = -11; -}; -nine = { -bracketright = -26; -degree = -26; -}; -nine.dnom = { -degree = -133; -question = -74; -question.ss01 = -72; -quotedbl = -126; -quotedblleft = -118; -quotedblleft.ss01 = -113; -quotedblright = -118; -quotedblright.ss01 = -113; -}; -ninesuperior = { -comma = -64; -comma.ss01 = -60; -fraction = -4; -period = -61; -period.ss01 = -61; -slash = -54; -}; -notequal = { -parenright = -73; -parenright.case = -51; -}; -numbersign = { -parenright = -30; -}; -o = { -asterisk = -47; -backslash = -29; -braceright = -37; -germandbls = 0; -lslash = 0; -n = 0; -one = -20; -}; -oacute = { -lslash = 0; -}; -ocircumflexacute = { -bracketright = 18; -parenright = 16; -}; -odieresis = { -germandbls = 0; -}; -ohorn = { -i = 0; -m = 0; -n = 0; -parenright = -20; -}; -ohornacute = { -c = 0; -i = 0; -m = 0; -n = 0; -p = 0; -t = 5; -t_i.liga = 5; -t_t.liga = 5; -}; -ohorndotbelow = { -c = 0; -i = 0; -n = 0; -p = 0; -t = 5; -t_i.liga = 5; -t_t.liga = 5; -u = 3; -}; -ohorngrave = { -i = 0; -n = 0; -parenright = -20; -}; -ohornhookabove = { -i = 0; -n = 0; -}; -ohorntilde = { -i = 0; -n = 0; -}; -ohungarumlaut = { -parenright = 0; -}; -one = { -comma.ss01 = -27; -degree = -24; -equal = 0; -four = 0; -icircumflex = 12; -nine = 0; -one = 0; -parenright = -3; -percent = 0; -period.ss01 = -30; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -78; -one.dnom = 0; -question.ss01 = -73; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -64; -comma.ss01 = -60; -period = -61; -period.ss01 = -61; -slash = -56; -}; -ordfeminine = { -comma = -64; -comma.ss01 = -60; -period = -61; -period.ss01 = -61; -}; -ordmasculine = { -comma = -64; -comma.ss01 = -60; -hyphen = -81; -parenright = -26; -period = -61; -period.ss01 = -61; -slash = -63; -}; -oslash = { -d = 3; -e = 2; -g = 3; -hyphen = 15; -parenright = -27; -y = 3; -}; -p = { -asterisk = -45; -backslash = -29; -braceright = -25; -lslash = 0; -one = -20; -}; -parenleft = { -Dcroat = -2; -H = 0; -Icircumflex = 21; -Oslash = -17; -ampersand = -22; -approxequal = -77; -asciicircum = -80; -asciitilde = -63; -at = -37; -cent = -32; -copyright = -34; -degree = -17; -divide = -83; -dollar = -18; -equal = -53; -euro = -32; -greaterequal = -26; -i = -17; -idotaccent = -17; -infinity = -58; -iogonek = 42; -jcircumflex = 49; -less = -32; -literSign = -25; -logicalnot = -45; -minus = -84; -mu = -10; -multiply = -83; -notequal = -72; -numbersign = -24; -oslash = -15; -p = 0; -parenleft = -21; -pi = -24; -plus = -76; -plusminus = -32; -published = -34; -question = -5; -quotedblbase = 18; -quoteleft = 0; -radical = -31; -scaron = 0; -section = -13; -sterling = -17; -x = -11; -}; -parenleft.case = { -Icircumflex = 31; -approxequal = -59; -asciicircum = -75; -asciitilde = -37; -dollar = -2; -equal = -31; -euro = -21; -minus = -65; -numbersign = -12; -parenleft.case = -12; -plus = -57; -question = 0; -quotedblbase = 26; -quoteleft = 0; -}; -parenright = { -bracketright = -20; -comma = 0; -comma.ss01 = -32; -hyphen = 24; -parenleft = 21; -parenright = -21; -period = -5; -period.ss01 = -43; -quotedbl = -20; -}; -parenright.case = { -comma = -21; -comma.ss01 = -47; -parenright.case = -12; -period = -27; -period.ss01 = -53; -}; -percent = { -asterisk = -64; -bracketright = -36; -comma.ss01 = -50; -eightsuperior = -68; -fivesuperior = -70; -foursuperior = -81; -ninesuperior = -67; -onesuperior = -60; -parenright = -42; -parenright.case = -15; -period = -21; -period.ss01 = -50; -question = -69; -question.ss01 = -66; -quotedbl = -78; -quotedblleft = -85; -quotedblright = -76; -quoteleft = -64; -quoteright = -64; -quotesingle = -61; -sevensuperior = -64; -sixsuperior = -70; -threesuperior = -63; -twosuperior = -48; -}; -period = { -bracketright = -38; -eightsuperior = -61; -fivesuperior = -61; -foursuperior = -61; -ninesuperior = -61; -onesuperior = -61; -ordfeminine = -61; -ordmasculine = -61; -parenleft.case = -42; -question = -61; -quoteleft = -61; -quotesingle = -61; -sevensuperior = -61; -sixsuperior = -61; -threesuperior = -61; -twosuperior = -61; -}; -period.ss01 = { -bracketright = -54; -eightsuperior = -61; -fivesuperior = -61; -foursuperior = -61; -ninesuperior = -61; -onesuperior = -61; -ordfeminine = -61; -ordmasculine = -61; -question.ss01 = -61; -sevensuperior = -61; -sixsuperior = -61; -threesuperior = -61; -twosuperior = -61; -}; -periodcentered.loclCAT = { -l = 57; -l.ss03 = 58; -}; -perthousand = { -asterisk = -138; -parenright = -61; -parenright.case = -24; -question = -82; -question.ss01 = -83; -quotedblleft = -118; -quotedblleft.ss01 = -113; -quotedblright = -118; -quotedblright.ss01 = -113; -quoteleft = -64; -quoteright = -64; -}; -pi = { -hyphen = -4; -parenright = -11; -period = 0; -pi = 21; -quotesingle = -12; -}; -plus = { -J = -23; -T = -64; -V = -27; -X = -63; -Y = -61; -braceright = -70; -bracketright = -65; -comma = -64; -comma.ss01 = -60; -one = -33; -parenright = -79; -parenright.case = -58; -period = -61; -period.ss01 = -61; -quotedbl = -79; -seven = -66; -slash = -39; -three = -46; -two = -67; -}; -published = { -parenright = -54; -}; -q = { -bracketright = 0; -j = 0; -parenright = 0; -}; -question = { -A = -20; -J = -6; -comma = -40; -hyphen = -26; -parenright = -10; -parenright.case = 0; -period = -46; -question = 23; -questiondown = -54; -slash = -32; -}; -question.ss01 = { -comma.ss01 = -60; -parenright = -11; -parenright.case = 0; -period.ss01 = -61; -questiondown.ss01 = -46; -}; -questiondown.case = { -T = -61; -V = -62; -Y = -66; -quotedbl = -86; -quotedblleft = -96; -quotedblleft.ss01 = -103; -quoteright = -64; -}; -questiondown.ss01 = { -C = -61; -Q = -61; -Q.ss09 = -61; -T = -76; -V = -79; -Y = -89; -four = -57; -quotedbl = -91; -quotedblleft.ss01 = -103; -quotesingle = -61; -}; -quotedbl = { -ellipsis.ss01 = -126; -exclamdown = -29; -g.ss06 = -33; -icircumflex = 27; -mu = -28; -questiondown = -70; -questiondown.case = -58; -questiondown.ss01 = -71; -underscore = -126; -}; -quotedblbase = { -copyright = -118; -divide = -118; -equal = -118; -euro = -83; -minus = -118; -p = -13; -plus = -118; -question = -73; -quotedblright = -118; -quoteleft = -64; -}; -quotedblbase.ss01 = { -divide = -113; -minus = -113; -plus = -113; -question.ss01 = -84; -quotedblright.ss01 = -113; -}; -quotedblleft = { -g.ss06 = -76; -mu = -70; -questiondown = -92; -questiondown.case = -40; -quotedblbase = -118; -underscore = -118; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -113; -questiondown.ss01 = -89; -quotedblbase.ss01 = -113; -underscore = -113; -}; -quotedblright = { -asciitilde = -118; -questiondown = -114; -questiondown.case = -59; -quotesinglbase = -64; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -113; -questiondown.case = -72; -questiondown.ss01 = -93; -}; -quoteleft = { -questiondown = -64; -questiondown.case = -40; -quotedblbase = -64; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -60; -}; -quoteright = { -icircumflex = 17; -questiondown = -64; -quotedblbase = -64; -}; -quoteright.ss01 = { -questiondown.ss01 = -60; -quotedblbase.ss01 = -60; -}; -quotesinglbase = { -T = -64; -V = -64; -Y = -64; -minus = -64; -plus = -64; -question = -64; -quotedblleft = -64; -quoteleft = -64; -}; -quotesinglbase.ss01 = { -T = -60; -V = -60; -Y = -60; -question.ss01 = -60; -}; -quotesingle = { -Hbar = 11; -g.ss06 = -33; -icircumflex = 28; -igrave = 30; -imacron = 11; -itilde = 35; -l.ss04 = 0; -questiondown = -61; -questiondown.case = -57; -underscore = -61; -}; -r = { -braceright = -15; -fourinferior = -49; -g.ss06 = -10; -parenright = -24; -}; -radical = { -A = -32; -}; -rcaron = { -sevensuperior = 27; -}; -registered = { -comma = -64; -comma.ss01 = -60; -parenright = -52; -parenright.case = -27; -period = -61; -period.ss01 = -61; -slash = -47; -}; -s = { -asterisk = -34; -braceright = -28; -l = 0; -}; -scaron = { -T = -2; -}; -semicolon = { -hyphen = -64; -}; -seven = { -minus = -54; -percent = 12; -plus = -48; -underscore = -62; -}; -seven.dnom = { -question.ss01 = -72; -}; -seven.numr = { -fraction = -16; -}; -seveninferior = { -parenright = -46; -}; -sevensuperior = { -A = -56; -comma = -64; -comma.ss01 = -60; -fraction = -22; -period = -61; -period.ss01 = -61; -slash = -65; -}; -six = { -bracketright = -22; -degree = -27; -}; -six.dnom = { -degree = -133; -question.ss01 = -76; -quotedbl = -126; -quotedblleft = -118; -quotedblleft.ss01 = -113; -quotedblright = -118; -}; -sixinferior = { -T = -59; -}; -sixsuperior = { -comma = -64; -comma.ss01 = -60; -period = -61; -period.ss01 = -61; -slash = -50; -}; -slash = { -fourinferior = -60; -g.ss06 = -29; -ibreve = 45; -l.ss04 = 2; -mu = -31; -quotedblbase = -85; -quotedblbase.ss01 = -96; -quotesinglbase = -64; -underscore = -66; -}; -sterling = { -two = 4; -}; -t_i.liga = { -idieresis = 0; -}; -tcaron = { -b = 4; -exclam = 60; -h = 4; -hyphen = -4; -i = 0; -j = 0; -k = 4; -parenright = 92; -quotedbl = 64; -quotedblleft = 49; -quotesingle = 64; -}; -tcedilla = { -parenright = 64; -}; -tenge = { -comma = -64; -comma.ss01 = -60; -period = -61; -period.ss01 = -61; -slash = -57; -}; -three = { -bracketright = -23; -}; -three.dnom = { -degree = -125; -question.ss01 = -73; -quotedbl = -125; -quotedblleft = -118; -quotedblright = -118; -}; -three.numr = { -fraction = -2; -}; -threeinferior = { -T = -59; -V = -48; -Y = -73; -}; -threesuperior = { -comma = -64; -comma.ss01 = -60; -fraction = 0; -parenright = -11; -period = -61; -period.ss01 = -61; -slash = -52; -}; -trademark = { -comma = -64; -comma.ss01 = -60; -hyphen = -131; -period = -61; -period.ss01 = -61; -slash = -80; -}; -two = { -percent = 14; -}; -two.dnom = { -degree = -112; -question.ss01 = -68; -quotedbl = -112; -quotedblleft = -112; -quotedblright = -112; -}; -twoinferior = { -T = -58; -V = -41; -Y = -75; -}; -twosuperior = { -comma = -64; -comma.ss01 = -60; -parenright = 0; -parenright.case = 0; -period = -61; -period.ss01 = -61; -slash = -39; -}; -uhorn = { -a = 0; -ohorn = 0; -ohornacute = 0; -ohorndotbelow = 0; -ohorndotbelow.ss01 = 0; -ohorngrave = 0; -ohornhookabove = 0; -ohorntilde = 0; -}; -uhornacute = { -a = 0; -c = 0; -}; -uhorndotbelow = { -a = 0; -c = 0; -comma = 0; -period = -1; -}; -uhorngrave = { -a = 0; -a.ss05 = 5; -}; -uhornhookabove = { -a = 0; -comma = 0; -comma.ss01 = -30; -period = -1; -period.ss01 = -36; -}; -uhorntilde = { -a = 0; -comma = 0; -period = -1; -}; -uhungarumlaut = { -parenright = -2; -}; -underscore = { -C = -35; -O = -35; -T = -45; -V = -65; -W = -41; -Y = -61; -asterisk = -138; -four = -109; -one = -14; -quotedbl = -126; -quotedblright = -118; -quotedblright.ss01 = -113; -quotesingle = -61; -seven = -35; -six = -32; -v = -38; -}; -uogonek = { -j = 0; -parenright = 3; -}; -v = { -braceright = -26; -n = 0; -}; -w = { -braceright = -27; -}; -x = { -four = -11; -}; -y = { -braceright = -17; -}; -ydotbelow = { -period = -30; -}; -zero = { -braceright = -27; -bracketright = -25; -bracketright.case = -22; -degree = -29; -percent = 0; -}; -zero.dnom = { -degree = -138; -question = -73; -question.ss01 = -72; -quotedbl = -126; -quotedblleft = -118; -quotedblleft.ss01 = -113; -quotedblright = -118; -quotedblright.ss01 = -113; -quoteleft = -64; -}; -zeroinferior = { -parenright = -40; -}; -zerosuperior = { -comma = -64; -comma.ss01 = -60; -fraction = -5; -period = -61; -period.ss01 = -61; -slash = -54; -}; -}; -"2D4E69BA-A319-45D0-84B7-5297BCF4B7A0" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = -69; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -70; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -60; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 4; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = -45; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_fivesuperior" = -50; -"@MMK_R_KO_foursuperior" = -46; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = -46; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_hyphen.case" = -20; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -54; -"@MMK_R_KO_onesuperior" = -69; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_parenright.case" = -33; -"@MMK_R_KO_period" = 4; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -45; -"@MMK_R_KO_question.ss01" = -52; -"@MMK_R_KO_quotedbl" = -62; -"@MMK_R_KO_quotedblleft" = -52; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteleft" = -52; -"@MMK_R_KO_quoteright" = -33; -"@MMK_R_KO_quoteright.ss01" = -33; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_sevensuperior" = -74; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_sixsuperior" = -51; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_threesuperior" = -45; -"@MMK_R_KO_trademark" = -80; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -36; -"@MMK_R_KO_w" = -26; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = -12; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -18; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 38; -"@MMK_R_KO_imacron" = 25; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -19; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -64; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -21; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -31; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -35; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -3; -"@MMK_R_KO_bracketright" = -41; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 28; -"@MMK_R_KO_imacron" = 25; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 15; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -18; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -68; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -21; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -31; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -35; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -27; -"@MMK_R_KO_Y" = -43; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -11; -"@MMK_R_KO_bracketright" = -56; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 12; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -67; -"@MMK_R_KO_parenright.case" = -80; -"@MMK_R_KO_period" = -17; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = -10; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -28; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -43; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_underscore" = -56; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -10; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -27; -"@MMK_R_KO_Y" = -43; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -56; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -16; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -29; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -67; -"@MMK_R_KO_parenright.case" = -80; -"@MMK_R_KO_period" = -17; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = -10; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -28; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_y" = -4; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 1; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -6; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -26; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_hyphen.case" = -3; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 45; -"@MMK_R_KO_imacron" = 41; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 31; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -5; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -27; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = -8; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asciicircum" = -36; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = -89; -"@MMK_R_KO_comma.ss01" = -100; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -99; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -14; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = -39; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_icircumflex" = 45; -"@MMK_R_KO_imacron" = 41; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 31; -"@MMK_R_KO_n" = -13; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -25; -"@MMK_R_KO_period" = -90; -"@MMK_R_KO_period.ss01" = -101; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -51; -"@MMK_R_KO_t" = -4; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_underscore" = -88; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = -22; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -33; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 32; -"@MMK_R_KO_imacron" = 20; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -20; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -72; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -23; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -33; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -33; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -39; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -13; -"@MMK_R_KO_bracketright" = -20; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 8; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_parenright.case" = -26; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -15; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -28; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -41; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -14; -"@MMK_R_KO_bracketright" = -4; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 47; -"@MMK_R_KO_imacron" = 35; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 21; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -3; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -6; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -11; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 7; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -36; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -69; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -8; -"@MMK_R_KO_hyphen.case" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 59; -"@MMK_R_KO_imacron" = 41; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -5; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 2; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -12; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 50; -"@MMK_R_KO_imacron" = 42; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -3; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -9; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -32; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -25; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asciicircum" = -55; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -24; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = -40; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -70; -"@MMK_R_KO_guillemetright" = -44; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_hyphen.case" = -37; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 30; -"@MMK_R_KO_imacron" = 42; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -4; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -21; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -25; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -3; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -29; -"@MMK_R_KO_w" = -24; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = -12; -"@MMK_R_KO_V" = -54; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -78; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -96; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 12; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = -84; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_fivesuperior" = -85; -"@MMK_R_KO_foursuperior" = -85; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -88; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_hyphen.case" = -76; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -84; -"@MMK_R_KO_onesuperior" = -88; -"@MMK_R_KO_parenright" = -44; -"@MMK_R_KO_parenright.case" = -36; -"@MMK_R_KO_period" = 17; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -63; -"@MMK_R_KO_question.ss01" = -73; -"@MMK_R_KO_quotedbl" = -81; -"@MMK_R_KO_quotedblleft" = -85; -"@MMK_R_KO_quotedblleft.ss01" = -82; -"@MMK_R_KO_quoteleft" = -85; -"@MMK_R_KO_quoteright" = -77; -"@MMK_R_KO_quoteright.ss01" = -80; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -91; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_sixsuperior" = -83; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_threesuperior" = -85; -"@MMK_R_KO_trademark" = -92; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -33; -"@MMK_R_KO_w" = -25; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = -49; -"@MMK_R_KO_W" = -33; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -77; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 12; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = -43; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_fivesuperior" = -51; -"@MMK_R_KO_foursuperior" = -44; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -34; -"@MMK_R_KO_hyphen" = -11; -"@MMK_R_KO_hyphen.case" = -36; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -58; -"@MMK_R_KO_onesuperior" = -84; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -36; -"@MMK_R_KO_period" = 17; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -43; -"@MMK_R_KO_question.ss01" = -47; -"@MMK_R_KO_quotedbl" = -68; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -43; -"@MMK_R_KO_quoteleft" = -48; -"@MMK_R_KO_quoteright" = -35; -"@MMK_R_KO_quoteright.ss01" = -38; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -86; -"@MMK_R_KO_sixsuperior" = -51; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_threesuperior" = -46; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -20; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = -25; -"@MMK_R_KO_Y" = -38; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -9; -"@MMK_R_KO_bracketright" = -43; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 23; -"@MMK_R_KO_imacron" = 12; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_parenright.case" = -76; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = -27; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -39; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = -39; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -20; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = -25; -"@MMK_R_KO_Y" = -38; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_bracketright" = -34; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_parenright.case" = -47; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -27; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -39; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = -39; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 23; -"@MMK_R_KO_I.ss02" = 22; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 21; -"@MMK_R_KO_U" = 28; -"@MMK_R_KO_V" = 25; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_bracketright" = 15; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = 29; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 29; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_parenright" = 10; -"@MMK_R_KO_parenright.case" = 6; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 24; -"@MMK_R_KO_quoteright" = 21; -"@MMK_R_KO_quoteright.ss01" = 25; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = 5; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -27; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -31; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = -40; -"@MMK_R_KO_Y" = -32; -"@MMK_R_KO_Z" = -20; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -3; -"@MMK_R_KO_bracketright" = -53; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_comma.ss01" = -101; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -144; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 7; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 21; -"@MMK_R_KO_imacron" = 17; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 10; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -19; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_parenright.case" = -71; -"@MMK_R_KO_period" = -105; -"@MMK_R_KO_period.ss01" = -102; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -22; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -53; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -33; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -154; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -29; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -28; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -35; -"@MMK_R_KO_bracketright" = -30; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -22; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -31; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_hyphen.case" = -12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 6; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -26; -"@MMK_R_KO_onesuperior" = -52; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = -37; -"@MMK_R_KO_period" = 5; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -25; -"@MMK_R_KO_question.ss01" = -32; -"@MMK_R_KO_quotedbl" = -37; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -24; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -57; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -67; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -20; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -10; -"@MMK_R_KO_W" = -3; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -25; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -3; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 44; -"@MMK_R_KO_imacron" = 28; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 19; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -13; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period" = 1; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -17; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -25; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = -10; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -23; -"@MMK_R_KO_bracketright" = -30; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = -9; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 42; -"@MMK_R_KO_imacron" = 30; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 20; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_parenright.case" = -58; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -19; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -23; -"@MMK_R_KO_trademark" = -30; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -22; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = -10; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -21; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_hyphen.case" = -9; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 42; -"@MMK_R_KO_imacron" = 30; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 20; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = -54; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -19; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -22; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -41; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -30; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = -4; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -41; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -25; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -62; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = -40; -"@MMK_R_KO_guillemetleft" = -77; -"@MMK_R_KO_guillemetright" = -44; -"@MMK_R_KO_hyphen" = -44; -"@MMK_R_KO_hyphen.case" = -44; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_icircumflex" = 64; -"@MMK_R_KO_imacron" = 40; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -40; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -42; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -19; -"@MMK_R_KO_underscore" = -46; -"@MMK_R_KO_v" = -20; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = -20; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -11; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_imacron" = 39; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -31; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -6; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 20; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_T" = 31; -"@MMK_R_KO_U" = 24; -"@MMK_R_KO_V" = 35; -"@MMK_R_KO_X" = 17; -"@MMK_R_KO_Y" = 34; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = 27; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_eightsuperior" = 30; -"@MMK_R_KO_ellipsis" = -17; -"@MMK_R_KO_exclam" = 32; -"@MMK_R_KO_fivesuperior" = 23; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 21; -"@MMK_R_KO_onesuperior" = 7; -"@MMK_R_KO_parenright" = 29; -"@MMK_R_KO_parenright.case" = 31; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 4; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 32; -"@MMK_R_KO_quoteright" = 24; -"@MMK_R_KO_quoteright.ss01" = 24; -"@MMK_R_KO_sevensuperior" = 31; -"@MMK_R_KO_sixsuperior" = 24; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_threesuperior" = 22; -"@MMK_R_KO_u" = 0; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -56; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 2; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = -11; -"@MMK_R_KO_comma" = -51; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = -26; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -14; -"@MMK_R_KO_g" = -24; -"@MMK_R_KO_guillemetleft" = -52; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 46; -"@MMK_R_KO_imacron" = 43; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 26; -"@MMK_R_KO_n" = -18; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -59; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -13; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -61; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = -57; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_x" = -18; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -27; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = -38; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -40; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 50; -"@MMK_R_KO_imacron" = 43; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 35; -"@MMK_R_KO_n" = -11; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = -38; -"@MMK_R_KO_period.ss01" = -44; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -46; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_underscore" = -42; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -23; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asciicircum" = -47; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = -6; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -14; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -31; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -78; -"@MMK_R_KO_guillemetright" = -39; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_hyphen.case" = -38; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 30; -"@MMK_R_KO_imacron" = 43; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -16; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -22; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -2; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -22; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -62; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -8; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = -61; -"@MMK_R_KO_a.ss05" = -30; -"@MMK_R_KO_asciicircum" = -50; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = -34; -"@MMK_R_KO_comma" = -94; -"@MMK_R_KO_comma.ss01" = -101; -"@MMK_R_KO_e" = -64; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -103; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -35; -"@MMK_R_KO_g" = -60; -"@MMK_R_KO_guillemetleft" = -94; -"@MMK_R_KO_guillemetright" = -49; -"@MMK_R_KO_hyphen" = -66; -"@MMK_R_KO_hyphen.case" = -44; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 37; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_l.ss04" = 20; -"@MMK_R_KO_n" = -43; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -3; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = -94; -"@MMK_R_KO_period.ss01" = -102; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -52; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -29; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -92; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -2; -"@MMK_R_KO_u" = -33; -"@MMK_R_KO_underscore" = -93; -"@MMK_R_KO_v" = -32; -"@MMK_R_KO_w" = -33; -"@MMK_R_KO_x" = -35; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = -37; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 3; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = -8; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -85; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_hyphen.case" = -30; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 59; -"@MMK_R_KO_imacron" = 43; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -18; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 2; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -3; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -40; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -15; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -58; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = -5; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -9; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -64; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -51; -"@MMK_R_KO_u" = 1; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = -49; -"@MMK_R_KO_W" = -33; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -81; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -3; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -58; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = -36; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -39; -"@MMK_R_KO_foursuperior" = -36; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -42; -"@MMK_R_KO_onesuperior" = -81; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = 4; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -64; -"@MMK_R_KO_question.ss01" = -67; -"@MMK_R_KO_quotedbl" = -71; -"@MMK_R_KO_quotedblleft" = -57; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = -57; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -26; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -88; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -48; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_threesuperior" = -35; -"@MMK_R_KO_trademark" = -89; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -34; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = -10; -"@MMK_R_KO_V" = -46; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -56; -"@MMK_R_KO_a" = -3; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -35; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -38; -"@MMK_R_KO_foursuperior" = -36; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = -39; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -75; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 4; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -59; -"@MMK_R_KO_question.ss01" = -62; -"@MMK_R_KO_quotedbl" = -62; -"@MMK_R_KO_quotedblleft" = -53; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -52; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -26; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -80; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -48; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_threesuperior" = -35; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -34; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_T" = -50; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = -14; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -50; -"@MMK_R_KO_H" = -13; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_T" = -39; -"@MMK_R_KO_a" = -23; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_i" = -12; -"@MMK_R_KO_n" = -13; -"@MMK_R_KO_t" = -2; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = -9; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -9; -"@MMK_R_KO_n" = -9; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = -36; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_Y" = -17; -"@MMK_R_KO_Z" = -14; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_a.ss05" = -31; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_comma.ss01" = -101; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -71; -"@MMK_R_KO_g" = -25; -"@MMK_R_KO_guillemetleft" = -81; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -147; -"@MMK_R_KO_hyphen.case" = -49; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -4; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -65; -"@MMK_R_KO_period" = -105; -"@MMK_R_KO_period.ss01" = -102; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = -19; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -85; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -34; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -17; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -5; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -69; -"@MMK_R_KO_a.ss05" = -31; -"@MMK_R_KO_asterisk" = -4; -"@MMK_R_KO_colon" = -57; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -67; -"@MMK_R_KO_egrave" = -36; -"@MMK_R_KO_eight" = -17; -"@MMK_R_KO_ellipsis" = -76; -"@MMK_R_KO_f" = -29; -"@MMK_R_KO_five" = -16; -"@MMK_R_KO_four" = -72; -"@MMK_R_KO_g" = -18; -"@MMK_R_KO_guillemetleft" = -92; -"@MMK_R_KO_guillemetright" = -91; -"@MMK_R_KO_hyphen" = -65; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 33; -"@MMK_R_KO_n" = -67; -"@MMK_R_KO_nine" = -16; -"@MMK_R_KO_one" = -69; -"@MMK_R_KO_period" = -66; -"@MMK_R_KO_period.ss01" = -78; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = -66; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -23; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_three" = -25; -"@MMK_R_KO_two" = -19; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_v" = -77; -"@MMK_R_KO_w" = -74; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = -41; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -22; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_asterisk" = -9; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_eight" = -12; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_five" = -10; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_guillemetleft" = -99; -"@MMK_R_KO_guillemetright" = -70; -"@MMK_R_KO_hyphen.case" = -75; -"@MMK_R_KO_nine" = -16; -"@MMK_R_KO_one" = -67; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_seven" = -2; -"@MMK_R_KO_six" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_three" = -19; -"@MMK_R_KO_two" = -3; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -17; -"@MMK_R_KO_Y" = -67; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = -64; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -19; -"@MMK_R_KO_guillemetright" = -31; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -33; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -43; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -42; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -29; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -70; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -43; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -109; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_eight" = -17; -"@MMK_R_KO_five" = -20; -"@MMK_R_KO_four" = -29; -"@MMK_R_KO_guillemetleft" = -109; -"@MMK_R_KO_guillemetright" = -37; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -109; -"@MMK_R_KO_nine" = -26; -"@MMK_R_KO_one" = -83; -"@MMK_R_KO_parenright" = -39; -"@MMK_R_KO_parenright.case" = -24; -"@MMK_R_KO_quotedbl" = -109; -"@MMK_R_KO_quotedblleft" = -109; -"@MMK_R_KO_quoteright" = -109; -"@MMK_R_KO_seven" = -94; -"@MMK_R_KO_six" = -34; -"@MMK_R_KO_three" = -17; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -54; -"@MMK_R_KO_H" = -11; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_e" = -33; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -9; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -35; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = -16; -"@MMK_R_KO_Y" = -71; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -48; -"@MMK_R_KO_bracketright" = -74; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -21; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = -45; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -26; -"@MMK_R_KO_onesuperior" = -67; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = -48; -"@MMK_R_KO_question.ss01" = -54; -"@MMK_R_KO_quotedbl" = -50; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -35; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -74; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -32; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = -4; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -77; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -32; -"@MMK_R_KO_v" = -13; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_X" = -12; -"@MMK_R_KO_Y" = -24; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -42; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = -45; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 8; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -35; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = -42; -"@MMK_R_KO_question.ss01" = -35; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = -4; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -27; -"@MMK_R_KO_v" = -13; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_Y" = -32; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asterisk" = -12; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 9; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 6; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 3; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -61; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -2; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 3; -"@MMK_R_KO_two" = 2; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -9; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -38; -"@MMK_R_KO_S" = -25; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_U" = -32; -"@MMK_R_KO_V" = -70; -"@MMK_R_KO_W" = -45; -"@MMK_R_KO_Y" = -93; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asterisk" = -147; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eight" = -24; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_five" = -29; -"@MMK_R_KO_four" = -38; -"@MMK_R_KO_g" = -28; -"@MMK_R_KO_guillemetleft" = -150; -"@MMK_R_KO_guillemetright" = -62; -"@MMK_R_KO_hyphen" = -65; -"@MMK_R_KO_hyphen.case" = -226; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_nine" = -36; -"@MMK_R_KO_one" = -92; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_parenright.case" = -55; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -196; -"@MMK_R_KO_quotedblleft" = -229; -"@MMK_R_KO_quoteright" = -229; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_seven" = -103; -"@MMK_R_KO_six" = -39; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = -31; -"@MMK_R_KO_three" = -25; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -44; -"@MMK_R_KO_w" = -32; -"@MMK_R_KO_y" = -57; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -27; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = -58; -"@MMK_R_KO_U" = -22; -"@MMK_R_KO_V" = -66; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_Y" = -95; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asterisk" = -147; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -17; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_f" = -29; -"@MMK_R_KO_five" = -13; -"@MMK_R_KO_four" = -5; -"@MMK_R_KO_g" = -18; -"@MMK_R_KO_guillemetleft" = -134; -"@MMK_R_KO_guillemetright" = -65; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_hyphen.case" = -223; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_nine" = -20; -"@MMK_R_KO_one" = -95; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -46; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -196; -"@MMK_R_KO_quotedblleft.ss01" = -211; -"@MMK_R_KO_quoteright.ss01" = -211; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_seven" = -104; -"@MMK_R_KO_six" = -28; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_three" = -11; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_v" = -41; -"@MMK_R_KO_w" = -32; -"@MMK_R_KO_y" = -48; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -46; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_Y" = -68; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_colon" = -23; -"@MMK_R_KO_comma" = -23; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 8; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_five" = 5; -"@MMK_R_KO_four" = 10; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_n" = 1; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -81; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_period" = -23; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_quotedbl" = -92; -"@MMK_R_KO_quotedblleft" = -176; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteright" = -109; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = -100; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -21; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -21; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -19; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -2; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = -28; -"@MMK_R_KO_comma.ss01" = -34; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 6; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 53; -"@MMK_R_KO_imacron" = 48; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 7; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_period" = -28; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 5; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = 8; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -24; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -20; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = -19; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -2; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = -27; -"@MMK_R_KO_comma.ss01" = -34; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 6; -"@MMK_R_KO_ellipsis" = -32; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -17; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 53; -"@MMK_R_KO_imacron" = 48; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 7; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_period" = -27; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 5; -"@MMK_R_KO_quoteleft" = 2; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = 8; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -24; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -10; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -15; -"@MMK_R_KO_bracketright" = -9; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 31; -"@MMK_R_KO_imacron" = 31; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_period" = -1; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -9; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = 1; -"@MMK_R_KO_underscore" = -1; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_Y" = -22; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asterisk" = -21; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 8; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_five" = 6; -"@MMK_R_KO_four" = 3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -31; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = -25; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_parenright.case" = -39; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -28; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -19; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -9; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -29; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -27; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_Y" = -32; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -36; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 9; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -30; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -55; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteright" = -25; -"@MMK_R_KO_quoteright.ss01" = -28; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -30; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -6; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -38; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -23; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asciicircum" = -39; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -3; -"@MMK_R_KO_comma.ss01" = 2; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eightsuperior" = -26; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = -29; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 15; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 40; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -24; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -21; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -23; -"@MMK_R_KO_quotedblleft" = -22; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -22; -"@MMK_R_KO_quoteright" = -25; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_six" = -19; -"@MMK_R_KO_sixsuperior" = -23; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_threesuperior" = -34; -"@MMK_R_KO_trademark" = -38; -"@MMK_R_KO_u" = -19; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -20; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = -19; -"@MMK_R_KO_H" = -16; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = -33; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_U" = -23; -"@MMK_R_KO_V" = -46; -"@MMK_R_KO_W" = -49; -"@MMK_R_KO_Y" = -73; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asterisk" = -44; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eight" = -20; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_five" = -22; -"@MMK_R_KO_four" = -29; -"@MMK_R_KO_g" = -31; -"@MMK_R_KO_guillemetleft" = -95; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -39; -"@MMK_R_KO_hyphen.case" = -44; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_j" = -15; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = -32; -"@MMK_R_KO_parenright" = -81; -"@MMK_R_KO_parenright.case" = -84; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_quotedbl" = -47; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quotedblleft.ss01" = -40; -"@MMK_R_KO_quoteright" = -65; -"@MMK_R_KO_quoteright.ss01" = -50; -"@MMK_R_KO_s" = -19; -"@MMK_R_KO_seven" = -34; -"@MMK_R_KO_six" = -32; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = -21; -"@MMK_R_KO_three" = -21; -"@MMK_R_KO_two" = -14; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -23; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -38; -"@MMK_R_KO_H" = -16; -"@MMK_R_KO_I.ss02" = -63; -"@MMK_R_KO_J" = -58; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -35; -"@MMK_R_KO_T" = -74; -"@MMK_R_KO_U" = -14; -"@MMK_R_KO_V" = -59; -"@MMK_R_KO_W" = -40; -"@MMK_R_KO_Y" = -96; -"@MMK_R_KO_Z" = -60; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asterisk" = -119; -"@MMK_R_KO_colon" = -56; -"@MMK_R_KO_comma" = -76; -"@MMK_R_KO_comma.ss01" = -78; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eight" = -16; -"@MMK_R_KO_ellipsis" = -132; -"@MMK_R_KO_f" = -41; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -11; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -26; -"@MMK_R_KO_guillemetright" = -95; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -6; -"@MMK_R_KO_i" = -17; -"@MMK_R_KO_j" = -17; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_nine" = -34; -"@MMK_R_KO_one" = -79; -"@MMK_R_KO_parenright" = -92; -"@MMK_R_KO_parenright.case" = -107; -"@MMK_R_KO_period" = -92; -"@MMK_R_KO_period.ss01" = -95; -"@MMK_R_KO_quotedbl" = -91; -"@MMK_R_KO_quotedblleft" = -85; -"@MMK_R_KO_quotedblleft.ss01" = -51; -"@MMK_R_KO_quoteright" = -50; -"@MMK_R_KO_quoteright.ss01" = -42; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_seven" = -84; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_slash" = -62; -"@MMK_R_KO_t" = -33; -"@MMK_R_KO_three" = -36; -"@MMK_R_KO_two" = -77; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_v" = -31; -"@MMK_R_KO_w" = -25; -"@MMK_R_KO_y" = -45; -"@MMK_R_KO_z" = -61; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_Y" = -68; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asterisk" = -147; -"@MMK_R_KO_colon" = -39; -"@MMK_R_KO_comma" = -38; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 8; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_five" = 5; -"@MMK_R_KO_four" = 10; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_n" = 1; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -81; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_period" = -39; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_quotedbl" = -161; -"@MMK_R_KO_quotedblleft" = -145; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteright" = -109; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = -100; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -20; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -32; -"@MMK_R_KO_J" = -28; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -19; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = -29; -"@MMK_R_KO_asterisk" = -66; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_comma.ss01" = -101; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = 4; -"@MMK_R_KO_four" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_hyphen.case" = 3; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright.case" = -81; -"@MMK_R_KO_period" = -105; -"@MMK_R_KO_period.ss01" = -102; -"@MMK_R_KO_quotedbl" = -28; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = -41; -"@MMK_R_KO_three" = -37; -"@MMK_R_KO_two" = -34; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -10; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -15; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 4; -"@MMK_R_KO_imacron" = 27; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -44; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -5; -"@MMK_R_KO_question.ss01" = -12; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -7; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = 1; -"@MMK_R_KO_underscore" = -1; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 29; -"@MMK_R_KO_I.ss02" = 42; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 46; -"@MMK_R_KO_U" = 34; -"@MMK_R_KO_V" = 49; -"@MMK_R_KO_W" = 48; -"@MMK_R_KO_X" = 31; -"@MMK_R_KO_Y" = 49; -"@MMK_R_KO_Z" = 33; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -15; -"@MMK_R_KO_bracketright" = 47; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = 23; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 33; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 32; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -1; -"@MMK_R_KO_i" = 22; -"@MMK_R_KO_icircumflex" = 46; -"@MMK_R_KO_imacron" = 62; -"@MMK_R_KO_j" = 26; -"@MMK_R_KO_l.ss04" = 50; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 18; -"@MMK_R_KO_onesuperior" = 11; -"@MMK_R_KO_parenright" = 30; -"@MMK_R_KO_period" = -1; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -5; -"@MMK_R_KO_quotedbl" = 42; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 27; -"@MMK_R_KO_quoteright.ss01" = 25; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 48; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = 16; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 19; -"@MMK_R_KO_trademark" = 5; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -9; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -33; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asciicircum" = -18; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -29; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = -60; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_sevensuperior" = -79; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -54; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -14; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 38; -"@MMK_R_KO_imacron" = 27; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -4; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -13; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -21; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -15; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = -21; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_fivesuperior" = -23; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 12; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_period" = 6; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -26; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -21; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 175; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 82; -"@MMK_R_KO_eightsuperior" = 149; -"@MMK_R_KO_exclam" = 168; -"@MMK_R_KO_f" = 94; -"@MMK_R_KO_fivesuperior" = 142; -"@MMK_R_KO_foursuperior" = 84; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 168; -"@MMK_R_KO_j" = 151; -"@MMK_R_KO_l.ss04" = 172; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 153; -"@MMK_R_KO_onesuperior" = 166; -"@MMK_R_KO_parenright" = 146; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 127; -"@MMK_R_KO_question.ss01" = 72; -"@MMK_R_KO_quotedbl" = 185; -"@MMK_R_KO_quotedblleft" = 104; -"@MMK_R_KO_quotedblleft.ss01" = 72; -"@MMK_R_KO_quoteleft" = 112; -"@MMK_R_KO_sevensuperior" = 128; -"@MMK_R_KO_sixsuperior" = 143; -"@MMK_R_KO_slash" = 23; -"@MMK_R_KO_t" = 117; -"@MMK_R_KO_threesuperior" = 132; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_z" = 84; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -14; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -41; -"@MMK_R_KO_hyphen" = 4; -"@MMK_R_KO_icircumflex" = 1; -"@MMK_R_KO_imacron" = 1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -63; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_period" = 4; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -34; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = -36; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -73; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -23; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_trademark" = -68; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -32; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -65; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -35; -"@MMK_R_KO_bracketright" = -74; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -44; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -65; -"@MMK_R_KO_parenright" = -72; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = -38; -"@MMK_R_KO_question.ss01" = -43; -"@MMK_R_KO_quotedbl" = -40; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -27; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -73; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = -26; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -72; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -23; -"@MMK_R_KO_v" = -13; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = -21; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_Y" = -29; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -24; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = -49; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -65; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = -32; -"@MMK_R_KO_question.ss01" = -31; -"@MMK_R_KO_quotedbl" = -34; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -25; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -26; -"@MMK_R_KO_slash" = -22; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -33; -"@MMK_R_KO_v" = -13; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -19; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -32; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -33; -"@MMK_R_KO_O" = -55; -"@MMK_R_KO_S" = -41; -"@MMK_R_KO_T" = -20; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_Y" = -22; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = -67; -"@MMK_R_KO_a.ss05" = -53; -"@MMK_R_KO_asterisk" = -37; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -73; -"@MMK_R_KO_egrave" = -40; -"@MMK_R_KO_eight" = -45; -"@MMK_R_KO_ellipsis" = -60; -"@MMK_R_KO_f" = -47; -"@MMK_R_KO_five" = -21; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -45; -"@MMK_R_KO_guillemetleft" = -93; -"@MMK_R_KO_guillemetright" = -80; -"@MMK_R_KO_hyphen" = -64; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 31; -"@MMK_R_KO_n" = -63; -"@MMK_R_KO_nine" = -46; -"@MMK_R_KO_one" = -50; -"@MMK_R_KO_parenright" = 3; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -60; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -59; -"@MMK_R_KO_quotedblleft.ss01" = -47; -"@MMK_R_KO_quoteright" = -29; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = -67; -"@MMK_R_KO_seven" = -15; -"@MMK_R_KO_six" = -55; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = -50; -"@MMK_R_KO_three" = -46; -"@MMK_R_KO_two" = -39; -"@MMK_R_KO_u" = -54; -"@MMK_R_KO_v" = -69; -"@MMK_R_KO_w" = -69; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = -53; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = -16; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -22; -"@MMK_R_KO_O" = -75; -"@MMK_R_KO_S" = -58; -"@MMK_R_KO_T" = -30; -"@MMK_R_KO_U" = -23; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -31; -"@MMK_R_KO_Y" = -38; -"@MMK_R_KO_Z" = -19; -"@MMK_R_KO_asterisk" = -65; -"@MMK_R_KO_colon" = -29; -"@MMK_R_KO_comma" = -29; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_eight" = -57; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_five" = -37; -"@MMK_R_KO_four" = -70; -"@MMK_R_KO_guillemetleft" = -105; -"@MMK_R_KO_guillemetright" = -85; -"@MMK_R_KO_hyphen.case" = -82; -"@MMK_R_KO_nine" = -69; -"@MMK_R_KO_one" = -74; -"@MMK_R_KO_parenright.case" = -10; -"@MMK_R_KO_period" = -36; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -81; -"@MMK_R_KO_quotedblleft.ss01" = -73; -"@MMK_R_KO_quoteright" = -53; -"@MMK_R_KO_quoteright.ss01" = -43; -"@MMK_R_KO_seven" = -35; -"@MMK_R_KO_six" = -76; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_three" = -58; -"@MMK_R_KO_two" = -30; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -27; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = -21; -"@MMK_R_KO_V" = -62; -"@MMK_R_KO_W" = -41; -"@MMK_R_KO_Y" = -82; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asterisk" = -105; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_five" = -17; -"@MMK_R_KO_four" = -24; -"@MMK_R_KO_g" = -21; -"@MMK_R_KO_guillemetleft" = -105; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_hyphen.case" = -105; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -23; -"@MMK_R_KO_one" = -81; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -105; -"@MMK_R_KO_quotedblleft" = -105; -"@MMK_R_KO_quoteright" = -105; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_seven" = -93; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_three" = -14; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_v" = -40; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_y" = -49; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -27; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = -58; -"@MMK_R_KO_U" = -22; -"@MMK_R_KO_V" = -66; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_Y" = -95; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asterisk" = -102; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_eight" = -9; -"@MMK_R_KO_f" = -29; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -3; -"@MMK_R_KO_g" = -18; -"@MMK_R_KO_guillemetleft" = -95; -"@MMK_R_KO_guillemetright" = -44; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_hyphen.case" = -101; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = -94; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -46; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -102; -"@MMK_R_KO_quotedblleft.ss01" = -101; -"@MMK_R_KO_quoteright.ss01" = -101; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_seven" = -101; -"@MMK_R_KO_six" = -29; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_v" = -41; -"@MMK_R_KO_w" = -32; -"@MMK_R_KO_y" = -48; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -62; -"@MMK_R_KO_S" = -46; -"@MMK_R_KO_T" = -54; -"@MMK_R_KO_U" = -51; -"@MMK_R_KO_V" = -80; -"@MMK_R_KO_W" = -50; -"@MMK_R_KO_Y" = -94; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -36; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_e" = -52; -"@MMK_R_KO_eight" = -48; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_five" = -48; -"@MMK_R_KO_four" = -82; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetright" = -101; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = 27; -"@MMK_R_KO_nine" = -56; -"@MMK_R_KO_one" = -74; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_quotedbl" = -92; -"@MMK_R_KO_quotedblleft" = -83; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_s" = -40; -"@MMK_R_KO_seven" = -77; -"@MMK_R_KO_six" = -61; -"@MMK_R_KO_t" = -44; -"@MMK_R_KO_three" = -48; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -34; -"@MMK_R_KO_v" = -51; -"@MMK_R_KO_w" = -38; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -52; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -37; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_comma.ss01" = -101; -"@MMK_R_KO_e" = -36; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = -196; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -67; -"@MMK_R_KO_g" = -31; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -154; -"@MMK_R_KO_hyphen.case" = -26; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = -4; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = -105; -"@MMK_R_KO_period.ss01" = -102; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_slash" = -93; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_three" = -4; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -40; -"@MMK_R_KO_S" = -24; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_U" = -32; -"@MMK_R_KO_V" = -76; -"@MMK_R_KO_W" = -48; -"@MMK_R_KO_Y" = -89; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asterisk" = -109; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eight" = -24; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_five" = -26; -"@MMK_R_KO_four" = -37; -"@MMK_R_KO_g" = -19; -"@MMK_R_KO_guillemetleft" = -109; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = -72; -"@MMK_R_KO_hyphen.case" = -109; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_nine" = -32; -"@MMK_R_KO_one" = -89; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedblleft" = -229; -"@MMK_R_KO_quoteright" = -109; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_seven" = -98; -"@MMK_R_KO_six" = -40; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -32; -"@MMK_R_KO_three" = -24; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_v" = -48; -"@MMK_R_KO_w" = -36; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -25; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = -50; -"@MMK_R_KO_U" = -21; -"@MMK_R_KO_V" = -65; -"@MMK_R_KO_W" = -43; -"@MMK_R_KO_Y" = -95; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asterisk" = -101; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eight" = -9; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -3; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -94; -"@MMK_R_KO_guillemetright" = -43; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_hyphen.case" = -101; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_j" = 24; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = -94; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -101; -"@MMK_R_KO_quoteright.ss01" = -101; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_seven" = -101; -"@MMK_R_KO_six" = -26; -"@MMK_R_KO_slash" = 6; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = -41; -"@MMK_R_KO_w" = -31; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -25; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asterisk" = -12; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eight" = -7; -"@MMK_R_KO_ellipsis" = -229; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -42; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -84; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period" = -105; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 9; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -74; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -14; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -34; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -28; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma.ss01" = -101; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -33; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period.ss01" = -102; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -68; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -5; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -5; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -56; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -37; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -11; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = -43; -"@MMK_R_KO_a.ss05" = -49; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -10; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_e" = -55; -"@MMK_R_KO_egrave" = -26; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_ellipsis" = -229; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -80; -"@MMK_R_KO_g" = -41; -"@MMK_R_KO_guillemetleft" = -88; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -150; -"@MMK_R_KO_hyphen.case" = -46; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = -10; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -46; -"@MMK_R_KO_period" = -105; -"@MMK_R_KO_quotedbl" = 3; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -34; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_slash" = -96; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_three" = -3; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -8; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = -26; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_Y" = 6; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asterisk" = -12; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eight" = -7; -"@MMK_R_KO_ellipsis" = -109; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -43; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -100; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period" = -105; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 8; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -74; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -14; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -57; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -37; -"@MMK_R_KO_O" = -10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -11; -"@MMK_R_KO_Z" = -7; -"@MMK_R_KO_a" = -44; -"@MMK_R_KO_a.ss05" = -51; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -11; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_e" = -56; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_ellipsis" = -109; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_g" = -42; -"@MMK_R_KO_guillemetleft" = -89; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = -109; -"@MMK_R_KO_hyphen.case" = -47; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -46; -"@MMK_R_KO_period" = -105; -"@MMK_R_KO_quotedbl" = 3; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = -35; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_slash" = -97; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_three" = -4; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -44; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -33; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_comma.ss01" = -101; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eight" = -3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -50; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -70; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = -79; -"@MMK_R_KO_hyphen.case" = -12; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -14; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period.ss01" = -102; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -85; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -51; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -34; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -92; -"@MMK_R_KO_comma.ss01" = -92; -"@MMK_R_KO_e" = -36; -"@MMK_R_KO_egrave" = -23; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = -92; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -67; -"@MMK_R_KO_g" = -31; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -92; -"@MMK_R_KO_hyphen.case" = -24; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = -4; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = -92; -"@MMK_R_KO_period.ss01" = -92; -"@MMK_R_KO_quotedbl" = 9; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_slash" = -89; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_three" = -4; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -27; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -18; -"@MMK_R_KO_J" = -30; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = -37; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = -24; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -2; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = -51; -"@MMK_R_KO_comma.ss01" = -59; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 18; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_period" = -51; -"@MMK_R_KO_period.ss01" = -60; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -62; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -50; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = 12; -"@MMK_R_KO_trademark" = -41; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -48; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = -6; -"@MMK_R_KO_Y" = -66; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = -72; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -73; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -43; -"@MMK_R_KO_question.ss01" = -49; -"@MMK_R_KO_quotedbl" = -42; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -80; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -27; -"@MMK_R_KO_slash" = -10; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_trademark" = -71; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -28; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = -10; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -39; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -42; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -32; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = -10; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = -10; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -45; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 7; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -41; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -13; -"@MMK_R_KO_comma" = -75; -"@MMK_R_KO_comma.ss01" = -88; -"@MMK_R_KO_e" = -41; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -87; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -55; -"@MMK_R_KO_g" = -35; -"@MMK_R_KO_guillemetleft" = -78; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = -47; -"@MMK_R_KO_hyphen.case" = -25; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = -76; -"@MMK_R_KO_period.ss01" = -90; -"@MMK_R_KO_quotedbl" = 3; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -31; -"@MMK_R_KO_seven" = 3; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_slash" = -76; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_three" = -5; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asterisk" = -13; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eight" = 12; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = 3; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -8; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_parenright.case" = -69; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -8; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 4; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -22; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_Y" = 2; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -30; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -19; -"@MMK_R_KO_comma" = -88; -"@MMK_R_KO_comma.ss01" = -89; -"@MMK_R_KO_e" = -39; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eight" = -3; -"@MMK_R_KO_ellipsis" = -91; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -47; -"@MMK_R_KO_g" = -32; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -44; -"@MMK_R_KO_hyphen.case" = -28; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = -26; -"@MMK_R_KO_nine" = -3; -"@MMK_R_KO_one" = -3; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_parenright.case" = -14; -"@MMK_R_KO_period" = -89; -"@MMK_R_KO_period.ss01" = -89; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 8; -"@MMK_R_KO_s" = -30; -"@MMK_R_KO_seven" = 9; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_slash" = -98; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_three" = -9; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -3; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -6; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 9; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -35; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -4; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asterisk" = -11; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eight" = 12; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 3; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -64; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 2; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -7; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -5; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -20; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 5; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_parenright.case" = -33; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 7; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -33; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_J" = -28; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_X" = -33; -"@MMK_R_KO_Y" = -33; -"@MMK_R_KO_Z" = -22; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asciicircum" = -8; -"@MMK_R_KO_bracketright" = -57; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = -40; -"@MMK_R_KO_comma.ss01" = -43; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -45; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_onesuperior" = -55; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = -36; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_sevensuperior" = -73; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -48; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -49; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -28; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -12; -"@MMK_R_KO_J" = -21; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -13; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = -31; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = -14; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asciicircum" = -6; -"@MMK_R_KO_bracketright" = -70; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -29; -"@MMK_R_KO_comma.ss01" = -34; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -34; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -54; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_period" = -29; -"@MMK_R_KO_period.ss01" = -34; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -71; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -37; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = -34; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -33; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asciicircum" = -14; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -6; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -57; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -26; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -59; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_sevensuperior" = -77; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -39; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = -37; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -6; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_onesuperior" = -54; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -71; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -4; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 44; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -19; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 5; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -10; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -19; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_Y" = -37; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asterisk" = -16; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = -13; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eight" = 6; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_five" = 10; -"@MMK_R_KO_four" = 2; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = 8; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = -4; -"@MMK_R_KO_parenright" = -62; -"@MMK_R_KO_parenright.case" = -76; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -20; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -3; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_slash" = -27; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -12; -Tbar = -35; -asciitilde = -39; -asterisk = -69; -backslash = -58; -g.ss06 = 0; -minus = -32; -one = -40; -ordmasculine = -56; -plus = -32; -quotedbl = -62; -registered = -47; -seven = -43; -two = 0; -twosuperior = -39; -}; -Aacute = { -Tbar = -35; -}; -Abrevedotbelow.ss01 = { -T = -44; -}; -Aogonek = { -comma = 21; -parenright = 4; -}; -Atilde = { -ordfeminine = -54; -}; -B = { -Hbar = 20; -hbar = 8; -idieresis = 39; -itilde = 36; -}; -C = { -h = 4; -l = 4; -plus = -14; -three = 4; -}; -D = { -Lslash = 11; -Oslash = 11; -braceright = -49; -bracketright.case = -32; -}; -E = { -H = 0; -idieresis = 60; -}; -Eogonek = { -comma = 16; -}; -F = { -fourinferior = -56; -i = 0; -igrave = 35; -}; -G = { -Lslash = 10; -lslash = 6; -}; -Germandbls = { -S = 0; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = 0; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 22; -itilde = 63; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 19; -D = 20; -E = 19; -H = 19; -Hbar = 52; -I = 19; -L = 19; -M = 20; -O = 23; -R = 19; -S = 29; -U = 24; -W = 25; -i = 21; -}; -I = { -Hbar = 19; -I = 0; -jcircumflex = 48; -}; -Icircumflex = { -Icircumflex = 63; -l.ss04 = 21; -}; -Imacron = { -Imacron = 71; -}; -Itilde = { -itilde = 63; -}; -J = { -Hbar = 22; -itilde = 66; -}; -Jacute = { -Imacron = 56; -}; -K = { -asciitilde = -58; -four = -23; -idieresis = 71; -igrave = 38; -itilde = 53; -less = -42; -logicalnot = -38; -minus = -49; -one = -23; -oslash = -24; -plus = -49; -}; -L = { -H = 0; -Tbar = -45; -asciitilde = -97; -asterisk = -84; -backslash = -64; -equal = -6; -four = 0; -less = -86; -logicalnot = -79; -minus = -87; -one = -74; -ordfeminine = -85; -ordmasculine = -84; -oslash = -10; -plus = -87; -quotedbl = -81; -quoteleft.ss01 = -82; -quoteright = -77; -quoteright.ss01 = -80; -registered = -88; -seven = -77; -twosuperior = -84; -}; -Lcaron = { -A = 12; -O = 17; -U = 60; -Uacute = 60; -V = 43; -a = -4; -hyphen = -11; -hyphen.case = -76; -u = 0; -v = -15; -}; -Lcommaaccent = { -twosuperior = -84; -}; -Lslash = { -twosuperior = -52; -}; -M = { -Hbar = 19; -idieresis = 62; -igrave = 22; -itilde = 63; -}; -N = { -Hbar = 19; -idieresis = 62; -igrave = 22; -itilde = 63; -}; -O = { -Dcroat = 8; -Lslash = 10; -braceright = -43; -bracketright.case = -22; -itilde = 23; -}; -Oslash = { -T = -11; -V = -13; -Y = -17; -parenright = -17; -parenright.case = -24; -}; -P = { -fourinferior = -71; -idieresis = 30; -itilde = 23; -two = 0; -}; -R = { -Hbar = 30; -jcircumflex = 45; -two = 11; -}; -S = { -Hbar = 25; -Lslash = 8; -dollar = 3; -four = 0; -idieresis = 41; -itilde = 41; -lslash = 5; -three = 6; -}; -T = { -Oslash = -3; -a.ss05 = -46; -aacute.ss05 = -46; -abreve = -34; -abreveacute = -34; -acircumflex = -27; -acircumflexacute = -30; -acircumflexdotbelow = -25; -adieresis = -17; -adotbelow.ss05 = -46; -ae = -47; -agrave = -35; -amacron = -33; -ampersand = -24; -aring = -37; -asciitilde = -70; -atilde = -17; -equal = -6; -four = -50; -g.ss06 = -41; -h = 0; -i.ss01 = 0; -iacute = -13; -idieresis = 79; -idotless = -20; -igrave = 35; -itilde = 80; -less = -56; -logicalnot = -48; -minus = -60; -ograve = -32; -plus = -60; -racute = -16; -scaron = -12; -seven = 0; -twoinferior = -61; -udieresis = -9; -udieresis.ss01 = -9; -ugrave = -13; -uhorngrave = -13; -umacron = -13; -ycircumflex = -17; -ygrave = -19; -yhookabove = -20; -zcaron = -11; -zeroinferior = -54; -}; -Tbar = { -A = -33; -Aacute = -33; -Tbar = 5; -a = -17; -comma = -50; -e = -15; -o = -15; -period = -51; -slash = -49; -}; -Tcaron = { -a.ss05 = -46; -}; -Tcedilla = { -a.ss05 = -46; -abreve = -34; -four = -50; -}; -Tcommaaccent = { -a.ss05 = -46; -abreve = -34; -four = -50; -}; -Thorn = { -A = -18; -AE = -18; -Aacute = -18; -J = -28; -O = 10; -Oacute = 10; -V = -24; -Y = -50; -Yacute = -50; -a = 0; -aacute = 0; -e = 0; -o = 0; -oacute = 0; -period = -44; -}; -U = { -Hbar = 23; -jcircumflex = 52; -}; -V = { -four = -29; -iacute = -13; -ibreve = 43; -idieresis = 76; -igrave = 38; -itilde = 69; -minus = -28; -plus = -28; -scaron = -4; -seven = 4; -twoinferior = -37; -}; -W = { -Hbar = 25; -backslash = 8; -idieresis = 77; -igrave = 38; -itilde = 71; -}; -X = { -asciitilde = -68; -four = -28; -less = -45; -logicalnot = -43; -minus = -53; -notequal = -27; -one = -19; -plus = -52; -}; -Y = { -a.ss05 = -64; -agrave = -41; -amacron = -40; -ampersand = -43; -asciitilde = -89; -at = -48; -four = -80; -g.ss06 = -57; -igrave = 35; -less = -54; -logicalnot = -53; -minus = -65; -ograve = -36; -plus = -64; -scaron = -12; -twoinferior = -88; -}; -Z = { -four = -4; -ibreve = 37; -igrave = 31; -itilde = 63; -minus = -49; -plus = -49; -}; -_B.currency = { -_baht.bar = -27; -}; -a = { -braceright = -45; -}; -a.ss05 = { -g.ss06 = 2; -}; -acircumflexacute.ss05 = { -y = -34; -}; -adieresis.ss05 = { -germandbls = -22; -}; -ampersand = { -V = -46; -W = -33; -Y = -86; -quotedbl = -65; -quotedblleft = -69; -}; -aogonek = { -j = 22; -parenright = 0; -}; -aogonek.ss05 = { -parenright = 4; -}; -approxequal = { -parenright = -71; -parenright.case = -82; -}; -asciicircum = { -J = -44; -X = -60; -Y = -51; -bracketright = -82; -comma = -109; -comma.ss01 = -101; -four = -58; -hyphen = -174; -parenright = -76; -parenright.case = -88; -period = -105; -period.ss01 = -102; -slash = -87; -}; -asciitilde = { -I.ss02 = -47; -J = -42; -V = -31; -W = -21; -X = -64; -Y = -64; -Z = -67; -bracketright = -80; -bracketright.case = -86; -comma = -109; -comma.ss01 = -101; -eight = -24; -exclam = -16; -four = -18; -one = -5; -parenright = -78; -parenright.case = -91; -period = -105; -period.ss01 = -102; -question = -98; -quotedbl = -43; -quotedblright = 0; -seven = -8; -slash = -64; -three = -65; -two = -51; -}; -at = { -T = -31; -parenright = -71; -}; -b = { -asterisk = -65; -braceright = -47; -lslash = 6; -one = -19; -}; -backslash = { -T = -50; -V = -72; -Y = -87; -asterisk = -97; -backslash = -102; -quotedbl = -96; -quotedblleft = -84; -quotedblleft.ss01 = -72; -quotedblright = -55; -quotedblright.ss01 = -62; -quoteleft = -84; -quoteright = -55; -quotesingle = -91; -}; -baht = { -parenright = -57; -}; -braceleft = { -p = -2; -}; -bracketleft = { -asciicircum = -77; -asciitilde = -88; -bracketright = 7; -jcircumflex = 44; -p = -6; -pi = -70; -plus = -79; -x = -70; -}; -c = { -asterisk = -76; -braceright = -58; -}; -cent = { -parenright = -65; -}; -colon = { -T = -33; -Y = -41; -four = -16; -one = 0; -parenright = -45; -two = 7; -zero = 15; -}; -colon.ss01 = { -T = -25; -four = -2; -parenright = -54; -}; -comma = { -eightsuperior = -109; -fivesuperior = -109; -foursuperior = -109; -ninesuperior = -109; -onesuperior = -109; -quoteleft = -109; -quotesingle = -92; -sevensuperior = -109; -sixsuperior = -109; -threesuperior = -109; -twosuperior = -109; -}; -comma.ss01 = { -eightsuperior = -101; -fivesuperior = -101; -foursuperior = -101; -ninesuperior = -101; -onesuperior = -101; -sevensuperior = -101; -sixsuperior = -101; -threesuperior = -101; -twosuperior = -101; -}; -copyright = { -Y = -87; -parenright = -84; -}; -d = { -idieresis = 60; -igrave = 13; -itilde = 49; -}; -dcaron = { -C = 96; -H = 165; -bracketright = 172; -eightsuperior = 146; -exclam = 165; -exclam.ss01 = 169; -fivesuperior = 139; -foursuperior = 81; -h = 165; -i = 134; -j = 148; -k = 165; -l = 165; -l.ss03 = 161; -l.ss04 = 171; -ninesuperior = 150; -onesuperior = 163; -parenright = 143; -question = 124; -question.ss01 = 71; -quotedbl = 147; -quotedblleft = 101; -quotedblleft.ss01 = 71; -quoteleft = 109; -quoteleft.ss01 = 71; -quotesingle = 182; -sevensuperior = 126; -sixsuperior = 140; -t = 114; -t_i.liga = 114; -t_t.liga = 114; -threesuperior = 130; -twosuperior = 136; -zcaron = 83; -}; -dcroat = { -i = 0; -igrave = 26; -itilde = 60; -}; -degree = { -J = -44; -comma = -109; -comma.ss01 = -101; -emdash = -166; -endash = -166; -four = -67; -hyphen = -142; -parenright = -68; -parenright.case = -77; -period = -105; -period.ss01 = -102; -slash = -91; -}; -divide = { -parenright = -76; -}; -dollar = { -parenright = -56; -three = 0; -}; -e = { -asterisk = -80; -backslash = -45; -braceright = -57; -germandbls = -11; -one = -30; -seven = -38; -}; -ecircumflexacute = { -t = -2; -}; -eight = { -bracketright = -35; -degree = -15; -}; -eight.dnom = { -degree = -129; -question.ss01 = -81; -quotedbl = -102; -quotedblleft = -104; -quotedblright = -59; -}; -eightsuperior = { -comma = -109; -comma.ss01 = -101; -period = -105; -period.ss01 = -102; -slash = -68; -}; -ellipsis = { -Tbar = -53; -bracketright = -52; -eightsuperior = -144; -fivesuperior = -147; -foursuperior = -157; -ninesuperior = -152; -onesuperior = -114; -parenleft = -25; -parenleft.case = -48; -question = -77; -quoteleft = -109; -quoteright = -109; -quotesingle = -92; -sevensuperior = -149; -sixsuperior = -152; -threesuperior = -147; -twosuperior = -143; -}; -ellipsis.ss01 = { -Tbar = -58; -bracketright = -73; -eightsuperior = -144; -fivesuperior = -147; -foursuperior = -157; -ninesuperior = -152; -onesuperior = -114; -question.ss01 = -87; -quoteleft.ss01 = -101; -quoteright.ss01 = -101; -quotesingle = -92; -sevensuperior = -149; -sixsuperior = -152; -threesuperior = -147; -twosuperior = -143; -}; -emdash = { -foursuperior = -127; -question = -81; -}; -emdash.case = { -X = -39; -quotedblbase = -229; -quotedblbase.ss01 = -211; -}; -endash = { -X = -20; -endash = 0; -foursuperior = -127; -question = -81; -}; -endash.case = { -H = 1; -X = -39; -quotedblbase = -226; -quotedblbase.ss01 = -211; -}; -eng = { -bracketright = -8; -}; -eogonek = { -lslash = 4; -}; -equal = { -T = -14; -equal = 0; -parenright = -65; -parenright.case = -75; -}; -eth = { -a = 7; -e = 8; -g = 8; -hyphen = 9; -parenright = -28; -}; -euro = { -parenright = -58; -parenright.case = -72; -}; -exclamdown = { -T = -34; -V = -20; -Y = -44; -}; -f = { -igrave = 33; -n = 0; -o = 0; -}; -f_f.liga = { -igrave = 33; -}; -f_f_i.liga = { -idieresis = 61; -}; -fi = { -idieresis = 61; -}; -five = { -degree = -29; -ordmasculine = -23; -percent = -15; -}; -five.dnom = { -degree = -109; -question.ss01 = -81; -quotedblleft = -82; -}; -five.numr = { -fraction = -6; -}; -fiveinferior = { -T = -53; -}; -fivesuperior = { -comma = -109; -comma.ss01 = -101; -period = -105; -period.ss01 = -102; -slash = -72; -}; -fl = { -idieresis = 61; -itilde = 49; -periodcentered.loclCAT = 17; -}; -four = { -asciicircum = -45; -bracketright = -35; -bracketright.case = -33; -degree = -43; -ordfeminine = -39; -ordmasculine = -39; -percent = -27; -x = -20; -}; -four.dnom = { -degree = -115; -question.ss01 = -80; -quotedblleft = -82; -}; -fourinferior = { -T = -52; -V = -57; -}; -foursuperior = { -comma = -109; -comma.ss01 = -101; -period = -105; -period.ss01 = -102; -slash = -74; -}; -fraction = { -eight.dnom = -3; -four.dnom = -38; -fourinferior = -43; -seveninferior = 3; -two.dnom = -3; -zero.dnom = -7; -}; -g = { -bracketright = -12; -j = 14; -j.ss01 = 14; -parenright = -26; -slash = 0; -}; -g.ss06 = { -g.ss06 = 0; -}; -gcaron.ss06 = { -gcaron.ss06 = 0; -}; -gdotaccent = { -j = 14; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 0; -}; -germandbls = { -e = 0; -hyphen = 2; -parenright = -55; -}; -greater = { -T = -54; -parenright = -73; -}; -greaterequal = { -T = -30; -}; -guillemetleft = { -pi = -22; -}; -guillemetright = { -X = -72; -bracketright = -92; -}; -guilsinglright = { -X = -72; -}; -h = { -asterisk = -60; -}; -hyphen = { -Lslash = 14; -X = -20; -bracketright = -64; -foursuperior = -127; -pi = -7; -question = -81; -quotedblbase = -43; -quoteleft = -109; -quotesingle = -92; -x = -26; -}; -hyphen.case = { -Dcroat = 10; -X = -39; -bracketright.case = -75; -quotedblbase = -174; -quotedblbase.ss01 = -174; -quotesinglbase = -109; -}; -i = { -T = -2; -idieresis = 61; -jcircumflex = 38; -parenright = -24; -}; -i.ss01 = { -parenright = -21; -}; -iacute = { -rcaron = 25; -}; -icircumflex = { -b = 37; -h = 37; -i = 17; -icircumflex = 75; -j = 18; -k = 37; -l = 37; -l.ss03 = 41; -l.ss04 = 73; -question = 47; -quotedbl = 35; -quoteright = 39; -quotesingle = 53; -}; -idieresis = { -b = 46; -idieresis = 79; -k = 46; -l = 46; -l.ss03 = 50; -l.ss04 = 77; -}; -idotaccent = { -parenright = -24; -}; -idotaccent.ss01 = { -parenright = -21; -}; -imacron = { -b = 26; -imacron = 79; -j = 32; -k = 26; -kcommaaccent = 26; -l = 26; -l.ss04 = 69; -lcommaaccent = 26; -quotedbl = 36; -}; -infinity = { -parenright = -76; -parenright.case = -90; -}; -integral = { -a = -44; -}; -iogonek = { -j = 22; -}; -itilde = { -h = 44; -itilde = 64; -quotedbl = 57; -quotesingle = 73; -}; -j = { -j = 15; -}; -jacute = { -backslash = 51; -iogonek = 22; -}; -jcircumflex = { -i = 17; -jcircumflex = 78; -}; -k = { -oslash = -22; -}; -l = { -at = 0; -idieresis = 61; -igrave = 13; -itilde = 49; -jcircumflex = 45; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -16; -}; -l.ss04 = { -periodcentered.loclCAT = 17; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 172; -l = 168; -ncaron = 92; -scaron = 83; -twosuperior = 139; -}; -lcaron.ss03 = { -b = 143; -eightsuperior = 124; -exclam = 143; -exclam.ss01 = 147; -fivesuperior = 117; -k = 143; -ninesuperior = 128; -onesuperior = 141; -question = 102; -quotedbl = 129; -quotesingle = 160; -sevensuperior = 103; -sixsuperior = 118; -}; -lcaron.ss04 = { -exclam.ss01 = 172; -twosuperior = 139; -}; -liraTurkish = { -one = -92; -parenright = -78; -question = -90; -quotedbl = -122; -quotesingle = -92; -seven = -111; -}; -logicalnot = { -Y = -57; -parenright = -68; -seven = -59; -}; -m = { -asterisk = -59; -braceright = -44; -twosuperior = -10; -}; -minus = { -T = -58; -X = -55; -comma = -109; -one = -14; -parenright = -77; -parenright.case = -93; -period = -105; -seven = -19; -three = -88; -two = -79; -}; -mu = { -mu = -11; -parenright = -50; -quotesingle = -32; -}; -multiply = { -parenright = -76; -parenright.case = -88; -}; -n = { -asterisk = -59; -at = 2; -braceright = -45; -degree = -54; -g.ss06 = 2; -n = 0; -one = -17; -ordmasculine = -28; -}; -ncaron = { -Yacute = -22; -}; -nine = { -bracketright = -44; -degree = -19; -}; -nine.dnom = { -degree = -137; -question = -77; -question.ss01 = -83; -quotedbl = -106; -quotedblleft = -108; -quotedblleft.ss01 = -51; -quotedblright = -69; -quotedblright.ss01 = -44; -}; -ninesuperior = { -comma = -109; -comma.ss01 = -101; -fraction = -13; -period = -105; -period.ss01 = -102; -slash = -77; -}; -notequal = { -parenright = -70; -parenright.case = -82; -}; -numbersign = { -parenright = -54; -}; -o = { -asterisk = -82; -backslash = -46; -braceright = -56; -germandbls = -12; -lslash = 7; -n = 0; -one = -26; -}; -oacute = { -lslash = 7; -}; -ocircumflexacute = { -bracketright = 36; -parenright = 43; -}; -odieresis = { -germandbls = -12; -}; -ohorn = { -i = 14; -m = 14; -n = 14; -parenright = -39; -}; -ohornacute = { -c = 9; -i = 14; -m = 14; -n = 14; -p = 14; -t = 21; -t_i.liga = 21; -t_t.liga = 21; -}; -ohorndotbelow = { -c = 9; -i = 14; -n = 14; -p = 14; -t = 21; -t_i.liga = 21; -t_t.liga = 21; -u = 18; -}; -ohorngrave = { -i = 14; -n = 14; -parenright = -29; -}; -ohornhookabove = { -i = 14; -n = 14; -}; -ohorntilde = { -i = 14; -n = 14; -}; -ohungarumlaut = { -parenright = 47; -}; -one = { -comma.ss01 = -5; -degree = -11; -equal = 0; -four = 0; -icircumflex = 45; -nine = 0; -one = 0; -parenright = -8; -percent = 0; -period.ss01 = -7; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -105; -one.dnom = 0; -question.ss01 = -85; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -109; -comma.ss01 = -101; -period = -105; -period.ss01 = -102; -slash = -65; -}; -ordfeminine = { -comma = -109; -comma.ss01 = -101; -period = -105; -period.ss01 = -102; -}; -ordmasculine = { -comma = -109; -comma.ss01 = -101; -hyphen = -60; -parenright = -51; -period = -105; -period.ss01 = -102; -slash = -85; -}; -oslash = { -d = 6; -e = 5; -g = 4; -hyphen = 8; -parenright = -65; -y = -21; -}; -p = { -asterisk = -66; -backslash = -42; -braceright = -47; -lslash = 6; -one = -19; -}; -parenleft = { -Dcroat = -20; -H = 0; -Icircumflex = 33; -Oslash = -54; -ampersand = -63; -approxequal = -73; -asciicircum = -77; -asciitilde = -89; -at = -70; -cent = -65; -copyright = -73; -degree = -51; -divide = -76; -dollar = -47; -equal = -64; -euro = -63; -greaterequal = -27; -i = -20; -idotaccent = -20; -infinity = -72; -iogonek = -3; -jcircumflex = 36; -less = -72; -literSign = -59; -logicalnot = -67; -minus = -75; -mu = -29; -multiply = -80; -notequal = -70; -numbersign = -52; -oslash = -66; -p = -2; -parenleft = -57; -pi = -66; -plus = -75; -plusminus = -51; -published = -73; -question = -40; -quotedblbase = 0; -quoteleft = -59; -radical = -64; -scaron = -22; -section = -45; -sterling = -40; -x = -48; -}; -parenleft.case = { -Icircumflex = 13; -approxequal = -81; -asciicircum = -94; -asciitilde = -98; -dollar = -67; -equal = -74; -euro = -81; -minus = -92; -numbersign = -66; -parenleft.case = -73; -plus = -92; -question = -67; -quotedblbase = -39; -quoteleft = -80; -}; -parenright = { -bracketright = -16; -comma = -5; -comma.ss01 = -8; -hyphen = 4; -parenleft = 0; -parenright = -57; -period = -6; -period.ss01 = -12; -quotedbl = -30; -}; -parenright.case = { -comma = -12; -comma.ss01 = -17; -parenright.case = -73; -period = -12; -period.ss01 = -17; -}; -percent = { -asterisk = -108; -bracketright = -62; -comma.ss01 = -3; -eightsuperior = -84; -fivesuperior = -87; -foursuperior = -116; -ninesuperior = -86; -onesuperior = -90; -parenright = -66; -parenright.case = -69; -period = 0; -period.ss01 = -2; -question = -76; -question.ss01 = -81; -quotedbl = -95; -quotedblleft = -122; -quotedblright = -87; -quoteleft = -109; -quoteright = -88; -quotesingle = -92; -sevensuperior = -94; -sixsuperior = -93; -threesuperior = -83; -twosuperior = -44; -}; -period = { -bracketright = -40; -eightsuperior = -105; -fivesuperior = -105; -foursuperior = -105; -ninesuperior = -105; -onesuperior = -105; -ordfeminine = -105; -ordmasculine = -105; -parenleft.case = -44; -question = -73; -quoteleft = -105; -quotesingle = -92; -sevensuperior = -105; -sixsuperior = -105; -threesuperior = -105; -twosuperior = -105; -}; -period.ss01 = { -bracketright = -73; -eightsuperior = -102; -fivesuperior = -102; -foursuperior = -102; -ninesuperior = -102; -onesuperior = -102; -ordfeminine = -102; -ordmasculine = -102; -question.ss01 = -87; -sevensuperior = -102; -sixsuperior = -102; -threesuperior = -102; -twosuperior = -102; -}; -periodcentered.loclCAT = { -l = 17; -l.ss03 = 20; -}; -perthousand = { -asterisk = -147; -parenright = -66; -parenright.case = -72; -question = -76; -question.ss01 = -83; -quotedblleft = -122; -quotedblleft.ss01 = -114; -quotedblright = -99; -quotedblright.ss01 = -103; -quoteleft = -109; -quoteright = -102; -}; -pi = { -hyphen = -2; -parenright = -54; -period = 0; -pi = 3; -quotesingle = -15; -}; -plus = { -J = -43; -T = -58; -V = -33; -X = -55; -Y = -66; -braceright = -71; -bracketright = -81; -comma = -107; -comma.ss01 = -101; -one = -14; -parenright = -77; -parenright.case = -93; -period = -105; -period.ss01 = -102; -quotedbl = -42; -seven = -19; -slash = -53; -three = -78; -two = -72; -}; -published = { -parenright = -84; -}; -q = { -bracketright = -4; -j = 19; -parenright = -5; -}; -question = { -A = -39; -J = -32; -comma = -69; -hyphen = -34; -parenright = -49; -parenright.case = -62; -period = -68; -question = 0; -questiondown = -65; -slash = -68; -}; -question.ss01 = { -comma.ss01 = -87; -parenright = -51; -parenright.case = -61; -period.ss01 = -88; -questiondown.ss01 = -76; -}; -questiondown.case = { -T = -51; -V = -53; -Y = -83; -quotedbl = -81; -quotedblleft = -90; -quotedblleft.ss01 = -82; -quoteright = -80; -}; -questiondown.ss01 = { -C = -61; -Q = -64; -Q.ss09 = -64; -T = -69; -V = -83; -Y = -101; -four = -87; -quotedbl = -103; -quotedblleft.ss01 = -86; -quotesingle = -92; -}; -quotedbl = { -ellipsis.ss01 = -196; -exclamdown = -18; -g.ss06 = -27; -icircumflex = 39; -mu = -20; -questiondown = -90; -questiondown.case = -75; -questiondown.ss01 = -98; -underscore = -196; -}; -quotedblbase = { -copyright = -118; -divide = -138; -equal = -76; -euro = -71; -minus = -229; -p = -3; -plus = -136; -question = -77; -quotedblright = -229; -quoteleft = -109; -}; -quotedblbase.ss01 = { -divide = -122; -minus = -211; -plus = -116; -question.ss01 = -86; -quotedblright.ss01 = -211; -}; -quotedblleft = { -g.ss06 = -2; -mu = -8; -questiondown = -80; -questiondown.case = -69; -quotedblbase = -229; -underscore = -199; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -211; -questiondown.ss01 = -87; -quotedblbase.ss01 = -211; -underscore = -199; -}; -quotedblright = { -asciitilde = -148; -questiondown = -96; -questiondown.case = -80; -quotesinglbase = -109; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -211; -questiondown.case = -72; -questiondown.ss01 = -92; -}; -quoteleft = { -questiondown = -80; -questiondown.case = -70; -quotedblbase = -109; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -101; -}; -quoteright = { -icircumflex = 61; -questiondown = -96; -quotedblbase = -109; -}; -quoteright.ss01 = { -questiondown.ss01 = -92; -quotedblbase.ss01 = -101; -}; -quotesinglbase = { -T = -56; -V = -76; -Y = -89; -minus = -109; -plus = -109; -question = -77; -quotedblleft = -109; -quoteleft = -109; -}; -quotesinglbase.ss01 = { -T = -57; -V = -65; -Y = -95; -question.ss01 = -86; -}; -quotesingle = { -Hbar = 28; -g.ss06 = -27; -icircumflex = 59; -igrave = 33; -imacron = 42; -itilde = 80; -l.ss04 = 26; -questiondown = -90; -questiondown.case = -73; -underscore = -92; -}; -r = { -braceright = -52; -fourinferior = -60; -g.ss06 = 0; -parenright = -68; -}; -radical = { -A = -54; -}; -rcaron = { -sevensuperior = 29; -}; -registered = { -comma = -109; -comma.ss01 = -101; -parenright = -71; -parenright.case = -83; -period = -105; -period.ss01 = -102; -slash = -65; -}; -s = { -asterisk = -76; -braceright = -52; -l = 0; -}; -scaron = { -T = -17; -}; -semicolon = { -hyphen = -44; -}; -seven = { -minus = -44; -percent = 10; -plus = -44; -underscore = -71; -}; -seven.dnom = { -question.ss01 = -88; -}; -seven.numr = { -fraction = -26; -}; -seveninferior = { -parenright = -76; -}; -sevensuperior = { -A = -67; -comma = -109; -comma.ss01 = -101; -fraction = -32; -period = -105; -period.ss01 = -102; -slash = -99; -}; -six = { -bracketright = -35; -degree = -18; -}; -six.dnom = { -degree = -133; -question.ss01 = -82; -quotedbl = -102; -quotedblleft = -104; -quotedblleft.ss01 = -44; -quotedblright = -62; -}; -sixinferior = { -T = -53; -}; -sixsuperior = { -comma = -109; -comma.ss01 = -101; -period = -105; -period.ss01 = -102; -slash = -72; -}; -slash = { -fourinferior = -85; -g.ss06 = -31; -ibreve = 54; -l.ss04 = 31; -mu = -26; -quotedblbase = -90; -quotedblbase.ss01 = -89; -quotesinglbase = -90; -underscore = -103; -}; -sterling = { -two = 6; -}; -t_i.liga = { -idieresis = 61; -}; -tcaron = { -b = 133; -exclam = 133; -h = 133; -hyphen = -16; -i = 115; -j = 116; -k = 133; -parenright = 111; -quotedbl = 124; -quotedblleft = 69; -quotesingle = 150; -}; -tcedilla = { -parenright = 13; -}; -tenge = { -comma = -58; -comma.ss01 = -67; -period = -58; -period.ss01 = -69; -slash = -57; -}; -three = { -bracketright = -32; -}; -three.dnom = { -degree = -133; -question.ss01 = -82; -quotedbl = -102; -quotedblleft = -104; -quotedblright = -59; -}; -three.numr = { -fraction = -6; -}; -threeinferior = { -T = -52; -V = -49; -Y = -87; -}; -threesuperior = { -comma = -109; -comma.ss01 = -101; -fraction = -4; -parenright = -37; -period = -105; -period.ss01 = -102; -slash = -70; -}; -trademark = { -comma = -109; -comma.ss01 = -101; -hyphen = -164; -period = -105; -period.ss01 = -102; -slash = -89; -}; -two = { -percent = 6; -}; -two.dnom = { -degree = -129; -question.ss01 = -83; -quotedbl = -100; -quotedblleft = -102; -quotedblright = -57; -}; -twoinferior = { -T = -53; -V = -48; -Y = -88; -}; -twosuperior = { -comma = -109; -comma.ss01 = -101; -parenright = -35; -parenright.case = -40; -period = -105; -period.ss01 = -102; -slash = -61; -}; -uhorn = { -a = -19; -ohorn = -26; -ohornacute = -26; -ohorndotbelow = -26; -ohorndotbelow.ss01 = -26; -ohorngrave = -26; -ohornhookabove = -26; -ohorntilde = -24; -}; -uhornacute = { -a = -19; -c = -25; -}; -uhorndotbelow = { -a = -19; -c = -25; -comma = -29; -period = -29; -}; -uhorngrave = { -a = -19; -a.ss05 = -22; -}; -uhornhookabove = { -a = -19; -comma = -29; -comma.ss01 = -36; -period = -29; -period.ss01 = -37; -}; -uhorntilde = { -a = -19; -comma = -29; -period = -29; -}; -uhungarumlaut = { -parenright = 37; -}; -underscore = { -C = -65; -O = -68; -T = -47; -V = -70; -W = -46; -Y = -83; -asterisk = -147; -four = -151; -one = -82; -quotedbl = -196; -quotedblright = -199; -quotedblright.ss01 = -199; -quotesingle = -92; -seven = -95; -six = -69; -v = -48; -}; -uogonek = { -j = 23; -parenright = 0; -}; -v = { -braceright = -60; -n = 0; -}; -w = { -braceright = -56; -}; -x = { -four = -25; -}; -y = { -braceright = -43; -}; -ydotbelow = { -period = -26; -}; -zero = { -braceright = -46; -bracketright = -46; -bracketright.case = -23; -degree = -21; -percent = -2; -}; -zero.dnom = { -degree = -138; -question = -77; -question.ss01 = -83; -quotedbl = -105; -quotedblleft = -108; -quotedblleft.ss01 = -51; -quotedblright = -68; -quotedblright.ss01 = -44; -quoteleft = -109; -}; -zeroinferior = { -parenright = -63; -}; -zerosuperior = { -comma = -109; -comma.ss01 = -101; -fraction = -13; -period = -105; -period.ss01 = -102; -slash = -77; -}; -}; -"095FE76F-1953-440B-9108-AA0678D151F9" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 41; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 46; -"@MMK_R_KO_J" = 19; -"@MMK_R_KO_O" = -39; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = -111; -"@MMK_R_KO_U" = -33; -"@MMK_R_KO_V" = -124; -"@MMK_R_KO_W" = -63; -"@MMK_R_KO_X" = 40; -"@MMK_R_KO_Y" = -123; -"@MMK_R_KO_Z" = 44; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -144; -"@MMK_R_KO_bracketright" = -36; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 23; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eightsuperior" = -85; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_fivesuperior" = -90; -"@MMK_R_KO_foursuperior" = -77; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -46; -"@MMK_R_KO_hyphen.case" = -66; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -87; -"@MMK_R_KO_onesuperior" = -94; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = 19; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -73; -"@MMK_R_KO_question.ss01" = -90; -"@MMK_R_KO_quotedbl" = -83; -"@MMK_R_KO_quotedblleft" = -100; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -87; -"@MMK_R_KO_quoteright" = -87; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -97; -"@MMK_R_KO_six" = -39; -"@MMK_R_KO_sixsuperior" = -101; -"@MMK_R_KO_slash" = 38; -"@MMK_R_KO_t" = -36; -"@MMK_R_KO_threesuperior" = -80; -"@MMK_R_KO_trademark" = -145; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_underscore" = 40; -"@MMK_R_KO_v" = -64; -"@MMK_R_KO_w" = -45; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = -40; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = -40; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asciicircum" = -59; -"@MMK_R_KO_bracketright" = -64; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_hyphen.case" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 51; -"@MMK_R_KO_imacron" = 51; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -59; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 28; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -37; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asciicircum" = -43; -"@MMK_R_KO_bracketright" = -69; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -37; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 22; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 13; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -32; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 50; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -71; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -9; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 18; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -52; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -20; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -65; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -20; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = -20; -"@MMK_R_KO_a" = 13; -"@MMK_R_KO_a.ss05" = 20; -"@MMK_R_KO_asciicircum" = -55; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 14; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 14; -"@MMK_R_KO_guillemetleft" = 16; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 26; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -87; -"@MMK_R_KO_parenright.case" = -52; -"@MMK_R_KO_period" = -21; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -25; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_s" = 16; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -60; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -20; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -65; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -20; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = -20; -"@MMK_R_KO_a" = 13; -"@MMK_R_KO_a.ss05" = 20; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 14; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = 16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -87; -"@MMK_R_KO_parenright.case" = -52; -"@MMK_R_KO_period" = -21; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -25; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_y" = 0; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 29; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 26; -"@MMK_R_KO_X" = 38; -"@MMK_R_KO_Y" = 13; -"@MMK_R_KO_Z" = 43; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = -4; -"@MMK_R_KO_asciicircum" = -65; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 21; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -28; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -32; -"@MMK_R_KO_hyphen.case" = -20; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 20; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 21; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -3; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -29; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -55; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = -101; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 32; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 11; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = -22; -"@MMK_R_KO_asciicircum" = -61; -"@MMK_R_KO_bracketright" = -14; -"@MMK_R_KO_colon" = -58; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -6; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -273; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -35; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -34; -"@MMK_R_KO_hyphen" = -25; -"@MMK_R_KO_hyphen.case" = -11; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -3; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -25; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -70; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -20; -"@MMK_R_KO_underscore" = -220; -"@MMK_R_KO_v" = -31; -"@MMK_R_KO_w" = -25; -"@MMK_R_KO_x" = -57; -"@MMK_R_KO_y" = -34; -"@MMK_R_KO_z" = -63; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -57; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -35; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_X" = -17; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -55; -"@MMK_R_KO_bracketright" = -75; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -7; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -47; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = 16; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 29; -"@MMK_R_KO_imacron" = 33; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -84; -"@MMK_R_KO_parenright.case" = -40; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -41; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -65; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 20; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 24; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -55; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = 20; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asciicircum" = -56; -"@MMK_R_KO_bracketright" = -45; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -8; -"@MMK_R_KO_hyphen.case" = -10; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 42; -"@MMK_R_KO_imacron" = 52; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -16; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -21; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -17; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = 24; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -63; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 16; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -58; -"@MMK_R_KO_bracketright" = -14; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 34; -"@MMK_R_KO_imacron" = 56; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 19; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = 2; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -33; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 45; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 51; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 7; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 47; -"@MMK_R_KO_W" = 46; -"@MMK_R_KO_X" = 43; -"@MMK_R_KO_Y" = 45; -"@MMK_R_KO_Z" = 46; -"@MMK_R_KO_a" = -42; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asciicircum" = -74; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 23; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -43; -"@MMK_R_KO_egrave" = -29; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -48; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -88; -"@MMK_R_KO_hyphen.case" = -89; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 23; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 27; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = 23; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -13; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 46; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = -33; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -67; -"@MMK_R_KO_w" = -55; -"@MMK_R_KO_x" = 5; -"@MMK_R_KO_y" = -44; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 2; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -54; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -4; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -42; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -21; -"@MMK_R_KO_hyphen.case" = -21; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 39; -"@MMK_R_KO_imacron" = 64; -"@MMK_R_KO_j" = 9; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 14; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = -4; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -30; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 36; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 53; -"@MMK_R_KO_J" = 44; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 21; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_X" = 39; -"@MMK_R_KO_Y" = 28; -"@MMK_R_KO_Z" = 44; -"@MMK_R_KO_a" = -43; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asciicircum" = -79; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 20; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -42; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -46; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -57; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -76; -"@MMK_R_KO_hyphen.case" = -103; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 38; -"@MMK_R_KO_imacron" = 61; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_l.ss04" = 48; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 14; -"@MMK_R_KO_period" = 20; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 51; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -10; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_underscore" = 28; -"@MMK_R_KO_v" = -50; -"@MMK_R_KO_w" = -44; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 14; -"@MMK_R_KO_O" = -68; -"@MMK_R_KO_S" = -35; -"@MMK_R_KO_T" = -113; -"@MMK_R_KO_U" = -54; -"@MMK_R_KO_V" = -124; -"@MMK_R_KO_W" = -65; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = -120; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asciicircum" = -260; -"@MMK_R_KO_bracketright" = -60; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 30; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_egrave" = -50; -"@MMK_R_KO_eightsuperior" = -205; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -43; -"@MMK_R_KO_fivesuperior" = -198; -"@MMK_R_KO_foursuperior" = -195; -"@MMK_R_KO_g" = -17; -"@MMK_R_KO_guillemetleft" = -69; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = -188; -"@MMK_R_KO_hyphen.case" = -189; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_icircumflex" = -9; -"@MMK_R_KO_imacron" = -9; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = -9; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_ninesuperior" = -208; -"@MMK_R_KO_onesuperior" = -120; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 30; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -77; -"@MMK_R_KO_question.ss01" = -108; -"@MMK_R_KO_quotedbl" = -83; -"@MMK_R_KO_quotedblleft" = -151; -"@MMK_R_KO_quotedblleft.ss01" = -141; -"@MMK_R_KO_quoteleft" = -87; -"@MMK_R_KO_quoteright" = -151; -"@MMK_R_KO_quoteright.ss01" = -141; -"@MMK_R_KO_s" = -23; -"@MMK_R_KO_sevensuperior" = -173; -"@MMK_R_KO_six" = -62; -"@MMK_R_KO_sixsuperior" = -208; -"@MMK_R_KO_slash" = 14; -"@MMK_R_KO_t" = -52; -"@MMK_R_KO_threesuperior" = -193; -"@MMK_R_KO_trademark" = -229; -"@MMK_R_KO_u" = -41; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -83; -"@MMK_R_KO_w" = -64; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = -52; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 14; -"@MMK_R_KO_O" = -58; -"@MMK_R_KO_S" = -35; -"@MMK_R_KO_T" = -113; -"@MMK_R_KO_U" = -47; -"@MMK_R_KO_V" = -124; -"@MMK_R_KO_W" = -65; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = -120; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = -42; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_bracketright" = -56; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 30; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -43; -"@MMK_R_KO_egrave" = -43; -"@MMK_R_KO_eightsuperior" = -104; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_fivesuperior" = -112; -"@MMK_R_KO_foursuperior" = -95; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -99; -"@MMK_R_KO_hyphen.case" = -89; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_ninesuperior" = -110; -"@MMK_R_KO_onesuperior" = -120; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 30; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -77; -"@MMK_R_KO_question.ss01" = -104; -"@MMK_R_KO_quotedbl" = -83; -"@MMK_R_KO_quotedblleft" = -142; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -87; -"@MMK_R_KO_quoteright" = -87; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_sevensuperior" = -163; -"@MMK_R_KO_sixsuperior" = -131; -"@MMK_R_KO_slash" = 14; -"@MMK_R_KO_threesuperior" = -99; -"@MMK_R_KO_u" = -32; -"@MMK_R_KO_y" = -49; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -19; -"@MMK_R_KO_J" = -24; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -63; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -19; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = -18; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 19; -"@MMK_R_KO_asciicircum" = -56; -"@MMK_R_KO_bracketright" = -77; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -56; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 12; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 25; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -88; -"@MMK_R_KO_parenright.case" = -50; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -28; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -35; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = -13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -62; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -19; -"@MMK_R_KO_J" = -24; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -63; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = -18; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 19; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 13; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -56; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 12; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -88; -"@MMK_R_KO_parenright.case" = -50; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -35; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -62; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -26; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_bracketright" = -21; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_ellipsis" = -56; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_parenright.case" = -8; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -16; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -47; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -31; -"@MMK_R_KO_J" = -106; -"@MMK_R_KO_O" = 29; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -29; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -11; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -46; -"@MMK_R_KO_Y" = -26; -"@MMK_R_KO_Z" = -38; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -49; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 13; -"@MMK_R_KO_ellipsis" = -266; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = 4; -"@MMK_R_KO_foursuperior" = 9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 16; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 56; -"@MMK_R_KO_imacron" = 59; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 7; -"@MMK_R_KO_onesuperior" = -5; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -50; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 15; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -12; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -55; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_threesuperior" = 4; -"@MMK_R_KO_trademark" = -36; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -221; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 35; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = 21; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = -81; -"@MMK_R_KO_U" = -17; -"@MMK_R_KO_V" = -59; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_X" = 36; -"@MMK_R_KO_Y" = -83; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -79; -"@MMK_R_KO_bracketright" = -42; -"@MMK_R_KO_colon" = 27; -"@MMK_R_KO_comma" = 33; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = -28; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -35; -"@MMK_R_KO_foursuperior" = -23; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 8; -"@MMK_R_KO_imacron" = 13; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -52; -"@MMK_R_KO_parenright" = -28; -"@MMK_R_KO_parenright.case" = 7; -"@MMK_R_KO_period" = 29; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -25; -"@MMK_R_KO_question.ss01" = -41; -"@MMK_R_KO_quotedbl" = -37; -"@MMK_R_KO_quotedblleft" = -46; -"@MMK_R_KO_quotedblleft.ss01" = -50; -"@MMK_R_KO_quoteleft" = -46; -"@MMK_R_KO_quoteright" = -35; -"@MMK_R_KO_quoteright.ss01" = -42; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -56; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_sixsuperior" = -40; -"@MMK_R_KO_slash" = 51; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_threesuperior" = -30; -"@MMK_R_KO_trademark" = -94; -"@MMK_R_KO_u" = -8; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = -8; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -35; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -14; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 9; -"@MMK_R_KO_Y" = -27; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = -34; -"@MMK_R_KO_colon" = 28; -"@MMK_R_KO_comma" = 14; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -22; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 17; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_hyphen.case" = -21; -"@MMK_R_KO_i" = 15; -"@MMK_R_KO_icircumflex" = 44; -"@MMK_R_KO_imacron" = 52; -"@MMK_R_KO_j" = 16; -"@MMK_R_KO_l.ss04" = 17; -"@MMK_R_KO_n" = 15; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -17; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_question" = 5; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 14; -"@MMK_R_KO_sevensuperior" = -20; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = 16; -"@MMK_R_KO_threesuperior" = -3; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = 9; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = 19; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = 20; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = -40; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -52; -"@MMK_R_KO_bracketright" = -65; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_hyphen.case" = -27; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 54; -"@MMK_R_KO_imacron" = 53; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -56; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = 20; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = -40; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = -35; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_bracketright" = -62; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_hyphen.case" = -27; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 54; -"@MMK_R_KO_imacron" = 53; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -33; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -103; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = -96; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 53; -"@MMK_R_KO_X" = 10; -"@MMK_R_KO_Y" = 10; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -115; -"@MMK_R_KO_a.ss05" = -32; -"@MMK_R_KO_asciicircum" = -72; -"@MMK_R_KO_bracketright" = -13; -"@MMK_R_KO_colon" = -72; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -121; -"@MMK_R_KO_egrave" = -55; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -149; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -30; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -45; -"@MMK_R_KO_g" = -114; -"@MMK_R_KO_guillemetleft" = -85; -"@MMK_R_KO_guillemetright" = -78; -"@MMK_R_KO_hyphen" = -115; -"@MMK_R_KO_hyphen.case" = -115; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -18; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = -117; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -108; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -13; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = -87; -"@MMK_R_KO_t" = -35; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -2; -"@MMK_R_KO_u" = -114; -"@MMK_R_KO_underscore" = -94; -"@MMK_R_KO_v" = -115; -"@MMK_R_KO_w" = -116; -"@MMK_R_KO_x" = -112; -"@MMK_R_KO_y" = -105; -"@MMK_R_KO_z" = -108; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = -23; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 11; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_X" = -6; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -51; -"@MMK_R_KO_bracketright" = -31; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_imacron" = 67; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = 11; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = 3; -"@MMK_R_KO_trademark" = -27; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = -23; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 11; -"@MMK_R_KO_W" = 6; -"@MMK_R_KO_X" = -6; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_bracketright" = -31; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_j" = 10; -"@MMK_R_KO_l.ss04" = 29; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = 11; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = 3; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = 16; -"@MMK_R_KO_I.ss02" = 60; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_T" = 64; -"@MMK_R_KO_U" = 28; -"@MMK_R_KO_V" = 56; -"@MMK_R_KO_X" = 15; -"@MMK_R_KO_Y" = 54; -"@MMK_R_KO_Z" = 45; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_bracketright" = 53; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_eightsuperior" = 30; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_exclam" = 46; -"@MMK_R_KO_fivesuperior" = 32; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_hyphen.case" = 9; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = 35; -"@MMK_R_KO_onesuperior" = 32; -"@MMK_R_KO_parenright" = 70; -"@MMK_R_KO_parenright.case" = 70; -"@MMK_R_KO_period" = -19; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = 24; -"@MMK_R_KO_question.ss01" = 6; -"@MMK_R_KO_quotedbl" = 43; -"@MMK_R_KO_quoteright" = 52; -"@MMK_R_KO_quoteright.ss01" = 24; -"@MMK_R_KO_sevensuperior" = 58; -"@MMK_R_KO_sixsuperior" = 22; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_threesuperior" = 41; -"@MMK_R_KO_u" = 2; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -106; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 44; -"@MMK_R_KO_J" = -95; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 19; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 43; -"@MMK_R_KO_W" = 41; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 41; -"@MMK_R_KO_Z" = 29; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_asciicircum" = -57; -"@MMK_R_KO_bracketright" = -14; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -49; -"@MMK_R_KO_egrave" = -35; -"@MMK_R_KO_eightsuperior" = 5; -"@MMK_R_KO_ellipsis" = -154; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = -43; -"@MMK_R_KO_guillemetleft" = -46; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = -73; -"@MMK_R_KO_hyphen.case" = -57; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 49; -"@MMK_R_KO_imacron" = 64; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 30; -"@MMK_R_KO_n" = -40; -"@MMK_R_KO_ninesuperior" = 11; -"@MMK_R_KO_onesuperior" = 16; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 32; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 24; -"@MMK_R_KO_quotedblleft" = 21; -"@MMK_R_KO_quotedblleft.ss01" = 10; -"@MMK_R_KO_quoteleft" = 21; -"@MMK_R_KO_quoteright" = 28; -"@MMK_R_KO_quoteright.ss01" = 13; -"@MMK_R_KO_s" = -37; -"@MMK_R_KO_sevensuperior" = 5; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = 7; -"@MMK_R_KO_slash" = -110; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -25; -"@MMK_R_KO_underscore" = -99; -"@MMK_R_KO_v" = -5; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = -24; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -53; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 44; -"@MMK_R_KO_J" = -52; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 50; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 40; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 39; -"@MMK_R_KO_Z" = 30; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asciicircum" = -50; -"@MMK_R_KO_bracketright" = -16; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -54; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -23; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = 9; -"@MMK_R_KO_ellipsis" = -90; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -21; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -52; -"@MMK_R_KO_hyphen.case" = -37; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 57; -"@MMK_R_KO_imacron" = 92; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 32; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_ninesuperior" = 16; -"@MMK_R_KO_onesuperior" = 14; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -56; -"@MMK_R_KO_period.ss01" = -80; -"@MMK_R_KO_question" = 33; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 26; -"@MMK_R_KO_quotedblleft" = 20; -"@MMK_R_KO_quotedblleft.ss01" = 10; -"@MMK_R_KO_quoteleft" = 20; -"@MMK_R_KO_quoteright" = 35; -"@MMK_R_KO_quoteright.ss01" = 15; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 6; -"@MMK_R_KO_slash" = -41; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 16; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_underscore" = -44; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -8; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 38; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = 47; -"@MMK_R_KO_O" = -40; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 37; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 43; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asciicircum" = -97; -"@MMK_R_KO_bracketright" = -10; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = 23; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -39; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eightsuperior" = -24; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -55; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -74; -"@MMK_R_KO_hyphen.case" = -96; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 55; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 30; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = 6; -"@MMK_R_KO_period" = 22; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = -17; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = -29; -"@MMK_R_KO_sixsuperior" = -26; -"@MMK_R_KO_slash" = 44; -"@MMK_R_KO_t" = -31; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -31; -"@MMK_R_KO_u" = -31; -"@MMK_R_KO_underscore" = 31; -"@MMK_R_KO_v" = -47; -"@MMK_R_KO_w" = -44; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -107; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 37; -"@MMK_R_KO_J" = -93; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 42; -"@MMK_R_KO_W" = 41; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 41; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = -78; -"@MMK_R_KO_a.ss05" = -32; -"@MMK_R_KO_asciicircum" = -66; -"@MMK_R_KO_bracketright" = -11; -"@MMK_R_KO_colon" = -25; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -81; -"@MMK_R_KO_egrave" = -49; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -165; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = -78; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = -104; -"@MMK_R_KO_hyphen.case" = -79; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 58; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 31; -"@MMK_R_KO_n" = -58; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 8; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 18; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 20; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 14; -"@MMK_R_KO_quoteright" = 21; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -62; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -16; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -105; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -44; -"@MMK_R_KO_underscore" = -110; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -32; -"@MMK_R_KO_x" = -40; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = -36; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 45; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 52; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 1; -"@MMK_R_KO_V" = 33; -"@MMK_R_KO_W" = 36; -"@MMK_R_KO_X" = 43; -"@MMK_R_KO_Y" = 33; -"@MMK_R_KO_Z" = 44; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asciicircum" = -68; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_fivesuperior" = -4; -"@MMK_R_KO_foursuperior" = -35; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -53; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -114; -"@MMK_R_KO_hyphen.case" = -86; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 43; -"@MMK_R_KO_imacron" = 75; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 44; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = 5; -"@MMK_R_KO_period" = 24; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = 13; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 15; -"@MMK_R_KO_quotedblleft" = 8; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 8; -"@MMK_R_KO_quoteright" = 14; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = 47; -"@MMK_R_KO_t" = -16; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -9; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -31; -"@MMK_R_KO_x" = 5; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -122; -"@MMK_R_KO_U" = -8; -"@MMK_R_KO_V" = -49; -"@MMK_R_KO_W" = -31; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -76; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asciicircum" = -73; -"@MMK_R_KO_bracketright" = -63; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -49; -"@MMK_R_KO_exclam" = -9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -28; -"@MMK_R_KO_foursuperior" = -33; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -5; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -32; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_icircumflex" = 1; -"@MMK_R_KO_imacron" = 1; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -45; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -46; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -53; -"@MMK_R_KO_quotedbl" = -33; -"@MMK_R_KO_quotedblleft" = -46; -"@MMK_R_KO_quotedblleft.ss01" = -59; -"@MMK_R_KO_quoteleft" = -46; -"@MMK_R_KO_quoteright" = -40; -"@MMK_R_KO_quoteright.ss01" = -51; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -44; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = 1; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_trademark" = -90; -"@MMK_R_KO_u" = 1; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = -11; -"@MMK_R_KO_T" = -118; -"@MMK_R_KO_U" = -19; -"@MMK_R_KO_V" = -83; -"@MMK_R_KO_W" = -47; -"@MMK_R_KO_X" = 9; -"@MMK_R_KO_Y" = -114; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -98; -"@MMK_R_KO_bracketright" = -59; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 30; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = -46; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_fivesuperior" = -51; -"@MMK_R_KO_foursuperior" = -59; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -54; -"@MMK_R_KO_onesuperior" = -69; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_period" = 30; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_question" = -56; -"@MMK_R_KO_question.ss01" = -74; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -95; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -87; -"@MMK_R_KO_quoteright" = -83; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -83; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_sixsuperior" = -61; -"@MMK_R_KO_slash" = 31; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_threesuperior" = -44; -"@MMK_R_KO_trademark" = -113; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_underscore" = 35; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = -9; -"@MMK_R_KO_T" = -88; -"@MMK_R_KO_U" = -17; -"@MMK_R_KO_V" = -60; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = -64; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -57; -"@MMK_R_KO_colon" = 30; -"@MMK_R_KO_comma" = 30; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = -43; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_fivesuperior" = -50; -"@MMK_R_KO_foursuperior" = -52; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -49; -"@MMK_R_KO_onesuperior" = -49; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_period" = 30; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_question" = -53; -"@MMK_R_KO_question.ss01" = -59; -"@MMK_R_KO_quotedbl" = -49; -"@MMK_R_KO_quotedblleft" = -56; -"@MMK_R_KO_quotedblleft.ss01" = -78; -"@MMK_R_KO_quoteleft" = -73; -"@MMK_R_KO_quoteright" = -61; -"@MMK_R_KO_quoteright.ss01" = -77; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -54; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_sixsuperior" = -57; -"@MMK_R_KO_slash" = 31; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_threesuperior" = -42; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_underscore" = 35; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_T" = -104; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = -36; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -121; -"@MMK_R_KO_H" = -58; -"@MMK_R_KO_O" = -38; -"@MMK_R_KO_T" = -86; -"@MMK_R_KO_a" = -67; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_f" = -46; -"@MMK_R_KO_i" = -57; -"@MMK_R_KO_n" = -64; -"@MMK_R_KO_t" = -46; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -113; -"@MMK_R_KO_H" = -77; -"@MMK_R_KO_O" = -55; -"@MMK_R_KO_T" = -200; -"@MMK_R_KO_a" = -58; -"@MMK_R_KO_e" = -58; -"@MMK_R_KO_f" = -79; -"@MMK_R_KO_i" = -87; -"@MMK_R_KO_n" = -88; -"@MMK_R_KO_t" = -79; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -57; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -80; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 31; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 21; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 34; -"@MMK_R_KO_Y" = 11; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 75; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_eight" = 21; -"@MMK_R_KO_f" = 22; -"@MMK_R_KO_five" = 20; -"@MMK_R_KO_four" = -52; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = -154; -"@MMK_R_KO_hyphen.case" = -57; -"@MMK_R_KO_i" = 16; -"@MMK_R_KO_j" = 16; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_nine" = 46; -"@MMK_R_KO_one" = 26; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 37; -"@MMK_R_KO_quotedblleft" = 46; -"@MMK_R_KO_quotedblleft.ss01" = 40; -"@MMK_R_KO_quoteright" = 49; -"@MMK_R_KO_quoteright.ss01" = 36; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 54; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_slash" = -73; -"@MMK_R_KO_t" = 18; -"@MMK_R_KO_three" = 43; -"@MMK_R_KO_two" = 52; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_y" = 9; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -53; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -58; -"@MMK_R_KO_O" = -41; -"@MMK_R_KO_S" = -30; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -26; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -76; -"@MMK_R_KO_a.ss05" = -51; -"@MMK_R_KO_asterisk" = -15; -"@MMK_R_KO_colon" = -55; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = -76; -"@MMK_R_KO_egrave" = -67; -"@MMK_R_KO_eight" = -33; -"@MMK_R_KO_ellipsis" = -91; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = -29; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -34; -"@MMK_R_KO_guillemetleft" = -76; -"@MMK_R_KO_guillemetright" = -76; -"@MMK_R_KO_hyphen" = -93; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 13; -"@MMK_R_KO_n" = -68; -"@MMK_R_KO_nine" = -32; -"@MMK_R_KO_one" = -44; -"@MMK_R_KO_period" = -41; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -17; -"@MMK_R_KO_quotedblleft.ss01" = -44; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -31; -"@MMK_R_KO_s" = -72; -"@MMK_R_KO_seven" = -4; -"@MMK_R_KO_six" = -42; -"@MMK_R_KO_slash" = -5; -"@MMK_R_KO_t" = -46; -"@MMK_R_KO_three" = -30; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = -77; -"@MMK_R_KO_v" = -76; -"@MMK_R_KO_w" = -70; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = -45; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 19; -"@MMK_R_KO_J" = -12; -"@MMK_R_KO_O" = -42; -"@MMK_R_KO_S" = -14; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = -26; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_asterisk" = -18; -"@MMK_R_KO_colon" = -21; -"@MMK_R_KO_comma" = 15; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_ellipsis" = -46; -"@MMK_R_KO_five" = -8; -"@MMK_R_KO_four" = -71; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -45; -"@MMK_R_KO_hyphen.case" = -94; -"@MMK_R_KO_nine" = -16; -"@MMK_R_KO_one" = -44; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -43; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -45; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -32; -"@MMK_R_KO_seven" = -8; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_slash" = 5; -"@MMK_R_KO_three" = -11; -"@MMK_R_KO_two" = -5; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -118; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -61; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -101; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 13; -"@MMK_R_KO_a.ss05" = 22; -"@MMK_R_KO_asciicircum" = -85; -"@MMK_R_KO_bracketright" = -66; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 13; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_fivesuperior" = -34; -"@MMK_R_KO_foursuperior" = -41; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -38; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -51; -"@MMK_R_KO_quotedbl" = -51; -"@MMK_R_KO_quotedblleft" = -64; -"@MMK_R_KO_quotedblleft.ss01" = -72; -"@MMK_R_KO_quoteleft" = -64; -"@MMK_R_KO_quoteright" = -63; -"@MMK_R_KO_quoteright.ss01" = -76; -"@MMK_R_KO_s" = 18; -"@MMK_R_KO_sevensuperior" = -56; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -39; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -93; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -87; -"@MMK_R_KO_comma" = 25; -"@MMK_R_KO_eight" = -24; -"@MMK_R_KO_five" = -29; -"@MMK_R_KO_four" = -58; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -87; -"@MMK_R_KO_hyphen.case" = -87; -"@MMK_R_KO_nine" = -30; -"@MMK_R_KO_one" = -60; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_quotedbl" = -87; -"@MMK_R_KO_quotedblleft" = -87; -"@MMK_R_KO_quoteright" = -87; -"@MMK_R_KO_seven" = -75; -"@MMK_R_KO_six" = -59; -"@MMK_R_KO_three" = -21; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -112; -"@MMK_R_KO_H" = -30; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_T" = -48; -"@MMK_R_KO_a" = -55; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_i" = -31; -"@MMK_R_KO_n" = -51; -"@MMK_R_KO_t" = -24; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -124; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -71; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -110; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -93; -"@MMK_R_KO_bracketright" = -72; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = -35; -"@MMK_R_KO_ellipsis" = -47; -"@MMK_R_KO_exclam" = -5; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -44; -"@MMK_R_KO_foursuperior" = -54; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -20; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_onesuperior" = -56; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -42; -"@MMK_R_KO_question" = -58; -"@MMK_R_KO_question.ss01" = -72; -"@MMK_R_KO_quotedbl" = -56; -"@MMK_R_KO_quotedblleft" = -91; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -84; -"@MMK_R_KO_quoteright" = -80; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -75; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -51; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = -35; -"@MMK_R_KO_trademark" = -102; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -84; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -64; -"@MMK_R_KO_W" = -33; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_bracketright" = -71; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 3; -"@MMK_R_KO_eightsuperior" = -32; -"@MMK_R_KO_ellipsis" = -47; -"@MMK_R_KO_exclam" = -4; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -39; -"@MMK_R_KO_foursuperior" = -49; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -20; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -37; -"@MMK_R_KO_onesuperior" = -43; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -42; -"@MMK_R_KO_question" = -47; -"@MMK_R_KO_question.ss01" = -49; -"@MMK_R_KO_quotedbl" = -47; -"@MMK_R_KO_quotedblleft" = -62; -"@MMK_R_KO_quotedblleft.ss01" = -70; -"@MMK_R_KO_quoteleft" = -62; -"@MMK_R_KO_quoteright" = -58; -"@MMK_R_KO_quoteright.ss01" = -73; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -62; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -48; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = -29; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -34; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -19; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_asterisk" = 8; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 16; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_five" = 10; -"@MMK_R_KO_four" = 20; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 15; -"@MMK_R_KO_one" = 2; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_seven" = 3; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_three" = 23; -"@MMK_R_KO_two" = 18; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -36; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -95; -"@MMK_R_KO_S" = -65; -"@MMK_R_KO_T" = -154; -"@MMK_R_KO_U" = -83; -"@MMK_R_KO_V" = -165; -"@MMK_R_KO_W" = -97; -"@MMK_R_KO_Y" = -164; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -79; -"@MMK_R_KO_a.ss05" = -61; -"@MMK_R_KO_asterisk" = -154; -"@MMK_R_KO_colon" = -17; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -79; -"@MMK_R_KO_egrave" = -79; -"@MMK_R_KO_eight" = -57; -"@MMK_R_KO_ellipsis" = -34; -"@MMK_R_KO_f" = -69; -"@MMK_R_KO_five" = -65; -"@MMK_R_KO_four" = -127; -"@MMK_R_KO_g" = -52; -"@MMK_R_KO_guillemetleft" = -92; -"@MMK_R_KO_guillemetright" = -43; -"@MMK_R_KO_hyphen" = -122; -"@MMK_R_KO_hyphen.case" = -255; -"@MMK_R_KO_i" = -52; -"@MMK_R_KO_j" = -49; -"@MMK_R_KO_n" = -52; -"@MMK_R_KO_nine" = -67; -"@MMK_R_KO_one" = -89; -"@MMK_R_KO_parenright" = -80; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -163; -"@MMK_R_KO_quotedblleft" = -151; -"@MMK_R_KO_quoteright" = -151; -"@MMK_R_KO_s" = -62; -"@MMK_R_KO_seven" = -104; -"@MMK_R_KO_six" = -89; -"@MMK_R_KO_slash" = -10; -"@MMK_R_KO_t" = -81; -"@MMK_R_KO_three" = -53; -"@MMK_R_KO_two" = -26; -"@MMK_R_KO_u" = -74; -"@MMK_R_KO_v" = -107; -"@MMK_R_KO_w" = -88; -"@MMK_R_KO_y" = -92; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -34; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -89; -"@MMK_R_KO_S" = -53; -"@MMK_R_KO_T" = -153; -"@MMK_R_KO_U" = -75; -"@MMK_R_KO_V" = -161; -"@MMK_R_KO_W" = -95; -"@MMK_R_KO_Y" = -163; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -74; -"@MMK_R_KO_a.ss05" = -55; -"@MMK_R_KO_asterisk" = -154; -"@MMK_R_KO_comma.ss01" = -32; -"@MMK_R_KO_e" = -74; -"@MMK_R_KO_egrave" = -74; -"@MMK_R_KO_eight" = -46; -"@MMK_R_KO_f" = -67; -"@MMK_R_KO_five" = -54; -"@MMK_R_KO_four" = -113; -"@MMK_R_KO_g" = -48; -"@MMK_R_KO_guillemetleft" = -84; -"@MMK_R_KO_guillemetright" = -34; -"@MMK_R_KO_hyphen" = -100; -"@MMK_R_KO_hyphen.case" = -255; -"@MMK_R_KO_i" = -50; -"@MMK_R_KO_j" = -43; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_nine" = -55; -"@MMK_R_KO_one" = -87; -"@MMK_R_KO_parenright" = -81; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_quotedbl" = -163; -"@MMK_R_KO_quotedblleft.ss01" = -141; -"@MMK_R_KO_quoteright.ss01" = -141; -"@MMK_R_KO_s" = -55; -"@MMK_R_KO_seven" = -105; -"@MMK_R_KO_six" = -84; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = -78; -"@MMK_R_KO_three" = -42; -"@MMK_R_KO_two" = -23; -"@MMK_R_KO_u" = -69; -"@MMK_R_KO_v" = -102; -"@MMK_R_KO_w" = -85; -"@MMK_R_KO_y" = -91; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -51; -"@MMK_R_KO_J" = -72; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -103; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -71; -"@MMK_R_KO_W" = -33; -"@MMK_R_KO_Y" = -99; -"@MMK_R_KO_Z" = -29; -"@MMK_R_KO_a" = 22; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -82; -"@MMK_R_KO_comma" = -82; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = 26; -"@MMK_R_KO_egrave" = 18; -"@MMK_R_KO_eight" = 33; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 30; -"@MMK_R_KO_g" = 22; -"@MMK_R_KO_guillemetleft" = 14; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_n" = 1; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -57; -"@MMK_R_KO_parenright" = -69; -"@MMK_R_KO_period" = -82; -"@MMK_R_KO_period.ss01" = -75; -"@MMK_R_KO_quotedbl" = -83; -"@MMK_R_KO_quotedblleft" = -151; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteright" = -87; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -78; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -29; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = -31; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -32; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = 22; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = 36; -"@MMK_R_KO_W" = 35; -"@MMK_R_KO_X" = 7; -"@MMK_R_KO_Y" = 28; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -35; -"@MMK_R_KO_bracketright" = -6; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = -32; -"@MMK_R_KO_comma.ss01" = -62; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = 9; -"@MMK_R_KO_ellipsis" = -77; -"@MMK_R_KO_exclam" = 24; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = 36; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 19; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -34; -"@MMK_R_KO_period.ss01" = -73; -"@MMK_R_KO_question" = 43; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 39; -"@MMK_R_KO_quotedblleft" = 22; -"@MMK_R_KO_quotedblleft.ss01" = 5; -"@MMK_R_KO_quoteleft" = 22; -"@MMK_R_KO_quoteright" = 44; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = 8; -"@MMK_R_KO_slash" = -23; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 17; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -36; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 15; -"@MMK_R_KO_x" = 5; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -31; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = -31; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = 22; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = 36; -"@MMK_R_KO_W" = 35; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_Y" = 28; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -35; -"@MMK_R_KO_bracketright" = -6; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -62; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = 9; -"@MMK_R_KO_ellipsis" = -77; -"@MMK_R_KO_exclam" = 24; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = 36; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 19; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -34; -"@MMK_R_KO_period.ss01" = -72; -"@MMK_R_KO_question" = 43; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 39; -"@MMK_R_KO_quotedblleft" = 22; -"@MMK_R_KO_quotedblleft.ss01" = 5; -"@MMK_R_KO_quoteleft" = 22; -"@MMK_R_KO_quoteright" = 44; -"@MMK_R_KO_quoteright.ss01" = 9; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = 8; -"@MMK_R_KO_slash" = -23; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 17; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = -36; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 15; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -28; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -4; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asciicircum" = -57; -"@MMK_R_KO_bracketright" = -34; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -32; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_icircumflex" = 1; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = -10; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -15; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -47; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eight" = 21; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = 28; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -25; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = -15; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = -8; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -21; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_seven" = -2; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -24; -"@MMK_R_KO_three" = 24; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -27; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -43; -"@MMK_R_KO_J" = -49; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 39; -"@MMK_R_KO_T" = -49; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -43; -"@MMK_R_KO_W" = -30; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = -10; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asterisk" = -34; -"@MMK_R_KO_colon" = -25; -"@MMK_R_KO_comma" = -25; -"@MMK_R_KO_comma.ss01" = -53; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 35; -"@MMK_R_KO_ellipsis" = -76; -"@MMK_R_KO_f" = -20; -"@MMK_R_KO_five" = 6; -"@MMK_R_KO_four" = 22; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -25; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -5; -"@MMK_R_KO_one" = -36; -"@MMK_R_KO_parenright" = -65; -"@MMK_R_KO_parenright.case" = -42; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = -52; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quotedblleft.ss01" = -62; -"@MMK_R_KO_quoteright" = -44; -"@MMK_R_KO_quoteright.ss01" = -59; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -44; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_three" = 18; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 30; -"@MMK_R_KO_H" = 19; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = -50; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 10; -"@MMK_R_KO_X" = 27; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 37; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -54; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 59; -"@MMK_R_KO_comma" = 69; -"@MMK_R_KO_comma.ss01" = 41; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = -32; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 7; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -6; -"@MMK_R_KO_parenright" = 11; -"@MMK_R_KO_period" = 25; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_question" = 39; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 27; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = 13; -"@MMK_R_KO_quoteright" = 11; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 66; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -53; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = 65; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_x" = 23; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 32; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -80; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_Y" = -49; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = 16; -"@MMK_R_KO_hyphen" = -48; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -14; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_quotedbl" = -20; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = 11; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 9; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 13; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = 26; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -34; -"@MMK_R_KO_J" = -34; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -110; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -56; -"@MMK_R_KO_W" = -26; -"@MMK_R_KO_Y" = -106; -"@MMK_R_KO_Z" = -23; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asterisk" = -55; -"@MMK_R_KO_colon" = -36; -"@MMK_R_KO_comma" = -36; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eight" = 9; -"@MMK_R_KO_ellipsis" = -64; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 20; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = 17; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -10; -"@MMK_R_KO_hyphen.case" = -22; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_nine" = -7; -"@MMK_R_KO_one" = -50; -"@MMK_R_KO_parenright" = -98; -"@MMK_R_KO_parenright.case" = -71; -"@MMK_R_KO_period" = -39; -"@MMK_R_KO_period.ss01" = -57; -"@MMK_R_KO_quotedbl" = -54; -"@MMK_R_KO_quotedblleft" = -83; -"@MMK_R_KO_quotedblleft.ss01" = -71; -"@MMK_R_KO_quoteright" = -75; -"@MMK_R_KO_quoteright.ss01" = -69; -"@MMK_R_KO_s" = -5; -"@MMK_R_KO_seven" = -50; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = -25; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -30; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = -25; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -32; -"@MMK_R_KO_H" = -24; -"@MMK_R_KO_I.ss02" = -88; -"@MMK_R_KO_J" = -102; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -115; -"@MMK_R_KO_U" = -16; -"@MMK_R_KO_V" = -81; -"@MMK_R_KO_W" = -55; -"@MMK_R_KO_Y" = -125; -"@MMK_R_KO_Z" = -54; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asterisk" = -154; -"@MMK_R_KO_colon" = -85; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -48; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = 23; -"@MMK_R_KO_g" = -19; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -43; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_i" = -31; -"@MMK_R_KO_j" = -31; -"@MMK_R_KO_n" = -31; -"@MMK_R_KO_nine" = -12; -"@MMK_R_KO_one" = -72; -"@MMK_R_KO_parenright" = -101; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = -163; -"@MMK_R_KO_quotedblleft" = -151; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteright" = -87; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -96; -"@MMK_R_KO_six" = -17; -"@MMK_R_KO_slash" = -42; -"@MMK_R_KO_t" = -50; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -51; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_v" = -46; -"@MMK_R_KO_w" = -39; -"@MMK_R_KO_y" = -49; -"@MMK_R_KO_z" = -58; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -56; -"@MMK_R_KO_H" = -24; -"@MMK_R_KO_I.ss02" = -88; -"@MMK_R_KO_J" = -102; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -12; -"@MMK_R_KO_T" = -115; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -64; -"@MMK_R_KO_W" = -42; -"@MMK_R_KO_Y" = -93; -"@MMK_R_KO_Z" = -82; -"@MMK_R_KO_asterisk" = -72; -"@MMK_R_KO_colon" = -24; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_eight" = -16; -"@MMK_R_KO_five" = -13; -"@MMK_R_KO_four" = -12; -"@MMK_R_KO_guillemetleft" = 20; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen.case" = -14; -"@MMK_R_KO_nine" = -3; -"@MMK_R_KO_one" = -72; -"@MMK_R_KO_parenright.case" = -92; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = -76; -"@MMK_R_KO_quotedblleft" = -142; -"@MMK_R_KO_quotedblleft.ss01" = -58; -"@MMK_R_KO_quoteright" = -79; -"@MMK_R_KO_quoteright.ss01" = -53; -"@MMK_R_KO_seven" = -81; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_slash" = -60; -"@MMK_R_KO_three" = -59; -"@MMK_R_KO_two" = -31; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = -28; -"@MMK_R_KO_U" = -8; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -4; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -60; -"@MMK_R_KO_bracketright" = -41; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = -14; -"@MMK_R_KO_ellipsis" = -49; -"@MMK_R_KO_exclam" = -9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -26; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -32; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 1; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -46; -"@MMK_R_KO_question" = -9; -"@MMK_R_KO_question.ss01" = -33; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -38; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -30; -"@MMK_R_KO_quoteright" = -20; -"@MMK_R_KO_quoteright.ss01" = -30; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -44; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = 1; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -44; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 28; -"@MMK_R_KO_I.ss02" = 27; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 34; -"@MMK_R_KO_T" = 25; -"@MMK_R_KO_U" = 35; -"@MMK_R_KO_V" = 39; -"@MMK_R_KO_W" = 38; -"@MMK_R_KO_X" = 30; -"@MMK_R_KO_Y" = 26; -"@MMK_R_KO_Z" = 47; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -54; -"@MMK_R_KO_bracketright" = 14; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 23; -"@MMK_R_KO_ellipsis" = -49; -"@MMK_R_KO_exclam" = 29; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 16; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -32; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_icircumflex" = 1; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 19; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 26; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = 32; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 36; -"@MMK_R_KO_quotedblleft" = 25; -"@MMK_R_KO_quotedblleft.ss01" = 6; -"@MMK_R_KO_quoteleft" = 30; -"@MMK_R_KO_quoteright" = 27; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = 18; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = 13; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 28; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -99; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -56; -"@MMK_R_KO_bracketright" = -46; -"@MMK_R_KO_colon" = 40; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_comma.ss01" = -17; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -22; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 19; -"@MMK_R_KO_fivesuperior" = -26; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = 13; -"@MMK_R_KO_hyphen" = -52; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 3; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_onesuperior" = -52; -"@MMK_R_KO_parenright" = -39; -"@MMK_R_KO_period" = 20; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -32; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -33; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -26; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -57; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -29; -"@MMK_R_KO_slash" = 27; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_threesuperior" = -29; -"@MMK_R_KO_trademark" = -80; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 35; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_x" = 39; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 44; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -58; -"@MMK_R_KO_bracketright" = -16; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -6; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -47; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -15; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -10; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -41; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = -21; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_Y" = -18; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -81; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 33; -"@MMK_R_KO_comma" = 34; -"@MMK_R_KO_comma.ss01" = -14; -"@MMK_R_KO_e" = -11; -"@MMK_R_KO_egrave" = -11; -"@MMK_R_KO_eightsuperior" = -22; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = 14; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -27; -"@MMK_R_KO_foursuperior" = -30; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -43; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_period" = 31; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = -16; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -27; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -27; -"@MMK_R_KO_six" = -14; -"@MMK_R_KO_sixsuperior" = -24; -"@MMK_R_KO_slash" = 32; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_threesuperior" = -18; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 31; -"@MMK_R_KO_v" = -15; -"@MMK_R_KO_w" = -13; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = 23; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_bracketright" = 31; -"@MMK_R_KO_colon" = 62; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eightsuperior" = 85; -"@MMK_R_KO_exclam" = 98; -"@MMK_R_KO_f" = 19; -"@MMK_R_KO_fivesuperior" = 79; -"@MMK_R_KO_foursuperior" = 57; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = -32; -"@MMK_R_KO_i" = 33; -"@MMK_R_KO_j" = 25; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = 23; -"@MMK_R_KO_ninesuperior" = 94; -"@MMK_R_KO_onesuperior" = 72; -"@MMK_R_KO_parenright" = 69; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_question" = 129; -"@MMK_R_KO_question.ss01" = 75; -"@MMK_R_KO_quotedbl" = 124; -"@MMK_R_KO_quotedblleft" = 121; -"@MMK_R_KO_quotedblleft.ss01" = 90; -"@MMK_R_KO_quoteleft" = 121; -"@MMK_R_KO_sevensuperior" = 83; -"@MMK_R_KO_sixsuperior" = 83; -"@MMK_R_KO_slash" = 24; -"@MMK_R_KO_t" = 18; -"@MMK_R_KO_threesuperior" = 91; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_v" = 14; -"@MMK_R_KO_z" = 35; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = -26; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_T" = -147; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_f" = -38; -"@MMK_R_KO_i" = -20; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_t" = -39; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -135; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = -73; -"@MMK_R_KO_W" = -41; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -107; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -93; -"@MMK_R_KO_bracketright" = -65; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 8; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = -37; -"@MMK_R_KO_ellipsis" = -41; -"@MMK_R_KO_exclam" = -7; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_fivesuperior" = -46; -"@MMK_R_KO_foursuperior" = -53; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -27; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -47; -"@MMK_R_KO_onesuperior" = -58; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -37; -"@MMK_R_KO_question" = -56; -"@MMK_R_KO_question.ss01" = -67; -"@MMK_R_KO_quotedbl" = -54; -"@MMK_R_KO_quotedblleft" = -80; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -79; -"@MMK_R_KO_quoteright" = -78; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -77; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = -51; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = -36; -"@MMK_R_KO_trademark" = -103; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 13; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = -7; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -126; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -74; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -115; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -97; -"@MMK_R_KO_bracketright" = -75; -"@MMK_R_KO_colon" = -4; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -39; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = -40; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_exclam" = -10; -"@MMK_R_KO_f" = -19; -"@MMK_R_KO_fivesuperior" = -47; -"@MMK_R_KO_foursuperior" = -58; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = -1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -46; -"@MMK_R_KO_onesuperior" = -62; -"@MMK_R_KO_parenright" = -77; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -50; -"@MMK_R_KO_question" = -65; -"@MMK_R_KO_question.ss01" = -78; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -96; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteleft" = -87; -"@MMK_R_KO_quoteright" = -85; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -78; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -56; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -20; -"@MMK_R_KO_threesuperior" = -40; -"@MMK_R_KO_trademark" = -108; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -7; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = -8; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -85; -"@MMK_R_KO_V" = -63; -"@MMK_R_KO_W" = -32; -"@MMK_R_KO_Y" = -69; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_bracketright" = -73; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = -36; -"@MMK_R_KO_ellipsis" = -58; -"@MMK_R_KO_exclam" = -10; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_fivesuperior" = -43; -"@MMK_R_KO_foursuperior" = -50; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -19; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -42; -"@MMK_R_KO_onesuperior" = -59; -"@MMK_R_KO_parenright" = -77; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -53; -"@MMK_R_KO_question" = -52; -"@MMK_R_KO_question.ss01" = -66; -"@MMK_R_KO_quotedbl" = -45; -"@MMK_R_KO_quotedblleft" = -62; -"@MMK_R_KO_quotedblleft.ss01" = -76; -"@MMK_R_KO_quoteleft" = -62; -"@MMK_R_KO_quoteright" = -58; -"@MMK_R_KO_quoteright.ss01" = -75; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -50; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -45; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_threesuperior" = -31; -"@MMK_R_KO_trademark" = -100; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -11; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = -8; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -40; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -45; -"@MMK_R_KO_O" = -56; -"@MMK_R_KO_S" = -24; -"@MMK_R_KO_T" = 7; -"@MMK_R_KO_U" = -11; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -89; -"@MMK_R_KO_a.ss05" = -63; -"@MMK_R_KO_asterisk" = -5; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = -88; -"@MMK_R_KO_egrave" = -67; -"@MMK_R_KO_eight" = -30; -"@MMK_R_KO_ellipsis" = -81; -"@MMK_R_KO_f" = -42; -"@MMK_R_KO_five" = -10; -"@MMK_R_KO_four" = -86; -"@MMK_R_KO_g" = -33; -"@MMK_R_KO_guillemetleft" = -97; -"@MMK_R_KO_guillemetright" = -62; -"@MMK_R_KO_hyphen" = -96; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 38; -"@MMK_R_KO_n" = -55; -"@MMK_R_KO_nine" = -25; -"@MMK_R_KO_one" = -36; -"@MMK_R_KO_parenright" = 11; -"@MMK_R_KO_period" = -41; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -28; -"@MMK_R_KO_s" = -74; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -43; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = -44; -"@MMK_R_KO_three" = -20; -"@MMK_R_KO_two" = -18; -"@MMK_R_KO_u" = -79; -"@MMK_R_KO_v" = -72; -"@MMK_R_KO_w" = -67; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -48; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_Y" = 5; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 35; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_eight" = -26; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_five" = 4; -"@MMK_R_KO_four" = -63; -"@MMK_R_KO_guillemetleft" = -76; -"@MMK_R_KO_guillemetright" = -41; -"@MMK_R_KO_hyphen.case" = -93; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -21; -"@MMK_R_KO_parenright.case" = 14; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -51; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -37; -"@MMK_R_KO_slash" = 25; -"@MMK_R_KO_three" = -19; -"@MMK_R_KO_two" = -4; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 28; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 24; -"@MMK_R_KO_J" = 31; -"@MMK_R_KO_O" = -66; -"@MMK_R_KO_S" = -29; -"@MMK_R_KO_T" = -85; -"@MMK_R_KO_U" = -48; -"@MMK_R_KO_V" = -85; -"@MMK_R_KO_W" = -71; -"@MMK_R_KO_Y" = -85; -"@MMK_R_KO_Z" = 26; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asterisk" = -85; -"@MMK_R_KO_colon" = 6; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_eight" = -25; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_five" = -29; -"@MMK_R_KO_four" = -56; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -85; -"@MMK_R_KO_hyphen.case" = -85; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -31; -"@MMK_R_KO_one" = -59; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -85; -"@MMK_R_KO_quotedblleft" = -85; -"@MMK_R_KO_quoteright" = -85; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_seven" = -75; -"@MMK_R_KO_six" = -49; -"@MMK_R_KO_slash" = 39; -"@MMK_R_KO_t" = -38; -"@MMK_R_KO_three" = -18; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -28; -"@MMK_R_KO_v" = -77; -"@MMK_R_KO_w" = -51; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 25; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -34; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -80; -"@MMK_R_KO_S" = -53; -"@MMK_R_KO_T" = -82; -"@MMK_R_KO_U" = -63; -"@MMK_R_KO_V" = -82; -"@MMK_R_KO_W" = -82; -"@MMK_R_KO_Y" = -82; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -74; -"@MMK_R_KO_a.ss05" = -55; -"@MMK_R_KO_asterisk" = -82; -"@MMK_R_KO_comma.ss01" = 7; -"@MMK_R_KO_e" = -74; -"@MMK_R_KO_eight" = -36; -"@MMK_R_KO_f" = -67; -"@MMK_R_KO_five" = -43; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_g" = -48; -"@MMK_R_KO_guillemetleft" = -76; -"@MMK_R_KO_guillemetright" = -34; -"@MMK_R_KO_hyphen" = -82; -"@MMK_R_KO_hyphen.case" = -81; -"@MMK_R_KO_i" = -50; -"@MMK_R_KO_j" = -43; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_nine" = -48; -"@MMK_R_KO_one" = -78; -"@MMK_R_KO_parenright" = -81; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_quotedbl" = -82; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = -55; -"@MMK_R_KO_seven" = -81; -"@MMK_R_KO_six" = -60; -"@MMK_R_KO_slash" = -12; -"@MMK_R_KO_t" = -78; -"@MMK_R_KO_three" = -41; -"@MMK_R_KO_two" = -21; -"@MMK_R_KO_u" = -69; -"@MMK_R_KO_v" = -82; -"@MMK_R_KO_w" = -79; -"@MMK_R_KO_y" = -82; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -84; -"@MMK_R_KO_S" = -53; -"@MMK_R_KO_T" = -126; -"@MMK_R_KO_U" = -70; -"@MMK_R_KO_V" = -132; -"@MMK_R_KO_W" = -75; -"@MMK_R_KO_Y" = -129; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -65; -"@MMK_R_KO_a.ss05" = -41; -"@MMK_R_KO_e" = -66; -"@MMK_R_KO_eight" = -48; -"@MMK_R_KO_f" = -34; -"@MMK_R_KO_five" = -55; -"@MMK_R_KO_four" = -82; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetright" = -49; -"@MMK_R_KO_i" = -21; -"@MMK_R_KO_j" = 61; -"@MMK_R_KO_nine" = -54; -"@MMK_R_KO_one" = -67; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_quotedbl" = -83; -"@MMK_R_KO_quotedblleft" = -134; -"@MMK_R_KO_quoteright" = -87; -"@MMK_R_KO_s" = -44; -"@MMK_R_KO_seven" = -81; -"@MMK_R_KO_six" = -75; -"@MMK_R_KO_t" = -55; -"@MMK_R_KO_three" = -43; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -55; -"@MMK_R_KO_v" = -86; -"@MMK_R_KO_w" = -62; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -69; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -103; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 20; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_Y" = 14; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asterisk" = 42; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -36; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -163; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -64; -"@MMK_R_KO_g" = -34; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -163; -"@MMK_R_KO_hyphen.case" = -57; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -22; -"@MMK_R_KO_nine" = 7; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -4; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 15; -"@MMK_R_KO_quotedblleft.ss01" = 8; -"@MMK_R_KO_quoteright" = 24; -"@MMK_R_KO_quoteright.ss01" = 18; -"@MMK_R_KO_s" = -19; -"@MMK_R_KO_seven" = 28; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -95; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_three" = 12; -"@MMK_R_KO_two" = 18; -"@MMK_R_KO_u" = -12; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -28; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -72; -"@MMK_R_KO_S" = -44; -"@MMK_R_KO_T" = -117; -"@MMK_R_KO_U" = -58; -"@MMK_R_KO_V" = -134; -"@MMK_R_KO_W" = -75; -"@MMK_R_KO_Y" = -135; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_a.ss05" = -28; -"@MMK_R_KO_asterisk" = -87; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 29; -"@MMK_R_KO_e" = -48; -"@MMK_R_KO_egrave" = -48; -"@MMK_R_KO_eight" = -37; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_f" = -44; -"@MMK_R_KO_five" = -43; -"@MMK_R_KO_four" = -86; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -28; -"@MMK_R_KO_hyphen" = -87; -"@MMK_R_KO_hyphen.case" = -87; -"@MMK_R_KO_i" = -23; -"@MMK_R_KO_j" = 14; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_nine" = -44; -"@MMK_R_KO_one" = -67; -"@MMK_R_KO_period" = 4; -"@MMK_R_KO_quotedblleft" = -151; -"@MMK_R_KO_quoteright" = -87; -"@MMK_R_KO_s" = -30; -"@MMK_R_KO_seven" = -77; -"@MMK_R_KO_six" = -64; -"@MMK_R_KO_slash" = 58; -"@MMK_R_KO_t" = -53; -"@MMK_R_KO_three" = -33; -"@MMK_R_KO_two" = -19; -"@MMK_R_KO_u" = -43; -"@MMK_R_KO_v" = -87; -"@MMK_R_KO_w" = -58; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -30; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -76; -"@MMK_R_KO_S" = -42; -"@MMK_R_KO_T" = -118; -"@MMK_R_KO_U" = -63; -"@MMK_R_KO_V" = -141; -"@MMK_R_KO_W" = -81; -"@MMK_R_KO_Y" = -141; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -69; -"@MMK_R_KO_a.ss05" = -47; -"@MMK_R_KO_asterisk" = -81; -"@MMK_R_KO_comma.ss01" = 7; -"@MMK_R_KO_e" = -62; -"@MMK_R_KO_egrave" = -69; -"@MMK_R_KO_eight" = -36; -"@MMK_R_KO_f" = -61; -"@MMK_R_KO_five" = -43; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_g" = -29; -"@MMK_R_KO_guillemetleft" = -75; -"@MMK_R_KO_guillemetright" = -32; -"@MMK_R_KO_hyphen" = -81; -"@MMK_R_KO_hyphen.case" = -81; -"@MMK_R_KO_i" = -43; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_nine" = -48; -"@MMK_R_KO_one" = -78; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_quotedblleft.ss01" = -81; -"@MMK_R_KO_quoteright.ss01" = -81; -"@MMK_R_KO_s" = -46; -"@MMK_R_KO_seven" = -81; -"@MMK_R_KO_six" = -68; -"@MMK_R_KO_slash" = 25; -"@MMK_R_KO_t" = -74; -"@MMK_R_KO_three" = -41; -"@MMK_R_KO_two" = -21; -"@MMK_R_KO_u" = -63; -"@MMK_R_KO_v" = -81; -"@MMK_R_KO_w" = -78; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -95; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 23; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_Y" = 18; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -51; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asterisk" = 52; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_e" = -54; -"@MMK_R_KO_egrave" = -35; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -151; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -79; -"@MMK_R_KO_g" = -52; -"@MMK_R_KO_guillemetleft" = -57; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -151; -"@MMK_R_KO_hyphen.case" = -129; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -34; -"@MMK_R_KO_nine" = 16; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_quotedbl" = 26; -"@MMK_R_KO_quotedblleft" = 21; -"@MMK_R_KO_quoteright" = 37; -"@MMK_R_KO_s" = -39; -"@MMK_R_KO_seven" = 41; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -103; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 19; -"@MMK_R_KO_two" = 25; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -81; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -67; -"@MMK_R_KO_a.ss05" = -36; -"@MMK_R_KO_asterisk" = 49; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -70; -"@MMK_R_KO_egrave" = -50; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_g" = -68; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -81; -"@MMK_R_KO_hyphen.case" = -81; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -8; -"@MMK_R_KO_n" = -45; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 20; -"@MMK_R_KO_quotedblleft.ss01" = 6; -"@MMK_R_KO_quoteright.ss01" = 10; -"@MMK_R_KO_s" = -47; -"@MMK_R_KO_seven" = 24; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -81; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -45; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -21; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = -30; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -99; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -99; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 27; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_a.ss05" = -36; -"@MMK_R_KO_asterisk" = 47; -"@MMK_R_KO_colon" = -32; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_e" = -72; -"@MMK_R_KO_egrave" = -47; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -151; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -99; -"@MMK_R_KO_g" = -71; -"@MMK_R_KO_guillemetleft" = -69; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = -151; -"@MMK_R_KO_hyphen.case" = -151; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -49; -"@MMK_R_KO_nine" = 6; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_parenright.case" = -13; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_quotedbl" = 15; -"@MMK_R_KO_quotedblleft" = 21; -"@MMK_R_KO_quoteright" = 21; -"@MMK_R_KO_s" = -55; -"@MMK_R_KO_seven" = 30; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_slash" = -123; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = 12; -"@MMK_R_KO_two" = 17; -"@MMK_R_KO_u" = -42; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -87; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_Y" = 18; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = -51; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asterisk" = 52; -"@MMK_R_KO_colon" = -12; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_e" = -54; -"@MMK_R_KO_egrave" = -35; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -87; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -79; -"@MMK_R_KO_g" = -52; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -87; -"@MMK_R_KO_hyphen.case" = -87; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -29; -"@MMK_R_KO_nine" = 16; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_quotedbl" = 26; -"@MMK_R_KO_quotedblleft" = 21; -"@MMK_R_KO_quoteright" = 37; -"@MMK_R_KO_s" = -23; -"@MMK_R_KO_seven" = 41; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -87; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 19; -"@MMK_R_KO_two" = 25; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_v" = -7; -"@MMK_R_KO_w" = -10; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -87; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -87; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 27; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_a.ss05" = -36; -"@MMK_R_KO_asterisk" = 47; -"@MMK_R_KO_colon" = -29; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_e" = -65; -"@MMK_R_KO_egrave" = -44; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -87; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -87; -"@MMK_R_KO_g" = -63; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = -87; -"@MMK_R_KO_hyphen.case" = -75; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -48; -"@MMK_R_KO_nine" = 6; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_quotedbl" = 15; -"@MMK_R_KO_quotedblleft" = 21; -"@MMK_R_KO_quoteright" = 21; -"@MMK_R_KO_s" = -54; -"@MMK_R_KO_seven" = 30; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_slash" = -87; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_three" = 12; -"@MMK_R_KO_two" = 17; -"@MMK_R_KO_u" = -42; -"@MMK_R_KO_v" = -28; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -28; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -81; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 11; -"@MMK_R_KO_W" = 13; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -74; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asterisk" = 43; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -76; -"@MMK_R_KO_egrave" = -50; -"@MMK_R_KO_eight" = -2; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_g" = -72; -"@MMK_R_KO_guillemetleft" = -52; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = -81; -"@MMK_R_KO_hyphen.case" = -81; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_j" = -14; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -30; -"@MMK_R_KO_parenright.case" = -29; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 6; -"@MMK_R_KO_s" = -57; -"@MMK_R_KO_seven" = 7; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_slash" = -81; -"@MMK_R_KO_t" = -15; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -43; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -29; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -69; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -83; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 20; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_Y" = 16; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -23; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asterisk" = 42; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -83; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -83; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -64; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -83; -"@MMK_R_KO_hyphen.case" = -57; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -22; -"@MMK_R_KO_nine" = 7; -"@MMK_R_KO_one" = 5; -"@MMK_R_KO_parenright" = -4; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -83; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 15; -"@MMK_R_KO_quotedblleft.ss01" = 8; -"@MMK_R_KO_quoteright" = 24; -"@MMK_R_KO_quoteright.ss01" = 18; -"@MMK_R_KO_s" = -13; -"@MMK_R_KO_seven" = 28; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -83; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_three" = 12; -"@MMK_R_KO_two" = 18; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -65; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -74; -"@MMK_R_KO_J" = -87; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -106; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -71; -"@MMK_R_KO_Y" = -47; -"@MMK_R_KO_Z" = -86; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = -81; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -80; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -8; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -120; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -105; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_period" = -84; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -22; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = -50; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -69; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -85; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -124; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -64; -"@MMK_R_KO_W" = -36; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -101; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 22; -"@MMK_R_KO_asciicircum" = -85; -"@MMK_R_KO_bracketright" = -54; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 18; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = -31; -"@MMK_R_KO_ellipsis" = -34; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_fivesuperior" = -44; -"@MMK_R_KO_foursuperior" = -43; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -47; -"@MMK_R_KO_onesuperior" = -58; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = -46; -"@MMK_R_KO_question.ss01" = -61; -"@MMK_R_KO_quotedbl" = -50; -"@MMK_R_KO_quotedblleft" = -82; -"@MMK_R_KO_quotedblleft.ss01" = -79; -"@MMK_R_KO_quoteleft" = -72; -"@MMK_R_KO_quoteright" = -72; -"@MMK_R_KO_quoteright.ss01" = -77; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -74; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -46; -"@MMK_R_KO_slash" = 17; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = -30; -"@MMK_R_KO_trademark" = -95; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 15; -"@MMK_R_KO_v" = -11; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -124; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 22; -"@MMK_R_KO_bracketright" = -50; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 19; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = -30; -"@MMK_R_KO_ellipsis" = -34; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -38; -"@MMK_R_KO_foursuperior" = -40; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -35; -"@MMK_R_KO_onesuperior" = -41; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = -40; -"@MMK_R_KO_question.ss01" = -47; -"@MMK_R_KO_quotedbl" = -38; -"@MMK_R_KO_quotedblleft" = -51; -"@MMK_R_KO_quotedblleft.ss01" = -60; -"@MMK_R_KO_quoteleft" = -51; -"@MMK_R_KO_quoteright" = -46; -"@MMK_R_KO_quoteright.ss01" = -62; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -57; -"@MMK_R_KO_sixsuperior" = -42; -"@MMK_R_KO_slash" = 17; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = -30; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -101; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 51; -"@MMK_R_KO_J" = -95; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 17; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = 46; -"@MMK_R_KO_W" = 48; -"@MMK_R_KO_Y" = 48; -"@MMK_R_KO_Z" = 34; -"@MMK_R_KO_a" = -63; -"@MMK_R_KO_a.ss05" = -51; -"@MMK_R_KO_asterisk" = 45; -"@MMK_R_KO_colon" = -16; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -66; -"@MMK_R_KO_egrave" = -43; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -152; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_five" = 7; -"@MMK_R_KO_four" = -74; -"@MMK_R_KO_g" = -64; -"@MMK_R_KO_guillemetleft" = -55; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -85; -"@MMK_R_KO_hyphen.case" = -66; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -49; -"@MMK_R_KO_nine" = 13; -"@MMK_R_KO_one" = 28; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 30; -"@MMK_R_KO_quotedblleft" = 24; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 30; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -50; -"@MMK_R_KO_seven" = 51; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_slash" = -98; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_three" = 20; -"@MMK_R_KO_two" = 25; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_v" = -16; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -27; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = -32; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 21; -"@MMK_R_KO_ellipsis" = -26; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 12; -"@MMK_R_KO_four" = 27; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -29; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 10; -"@MMK_R_KO_one" = 8; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_parenright.case" = -24; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -3; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 27; -"@MMK_R_KO_two" = 17; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -95; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 35; -"@MMK_R_KO_J" = -83; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 26; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = 39; -"@MMK_R_KO_W" = 44; -"@MMK_R_KO_Y" = 36; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -34; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asterisk" = 55; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -87; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = -40; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -155; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = -55; -"@MMK_R_KO_g" = -36; -"@MMK_R_KO_guillemetleft" = -43; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -74; -"@MMK_R_KO_hyphen.case" = -53; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -38; -"@MMK_R_KO_nine" = 13; -"@MMK_R_KO_one" = 22; -"@MMK_R_KO_parenright" = -6; -"@MMK_R_KO_parenright.case" = -3; -"@MMK_R_KO_period" = -85; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_quotedbl" = 40; -"@MMK_R_KO_quotedblleft" = 38; -"@MMK_R_KO_quotedblleft.ss01" = 25; -"@MMK_R_KO_quoteright" = 44; -"@MMK_R_KO_quoteright.ss01" = 30; -"@MMK_R_KO_s" = -34; -"@MMK_R_KO_seven" = 49; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -103; -"@MMK_R_KO_t" = -4; -"@MMK_R_KO_three" = 8; -"@MMK_R_KO_two" = 13; -"@MMK_R_KO_u" = -20; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -22; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -59; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 2; -"@MMK_R_KO_Y" = -37; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -49; -"@MMK_R_KO_bracketright" = -55; -"@MMK_R_KO_colon" = 43; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 29; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -18; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_period" = 21; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = -9; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 22; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -25; -"@MMK_R_KO_trademark" = -63; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 26; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = 38; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = 8; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = -32; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_Y" = -26; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asterisk" = 11; -"@MMK_R_KO_colon" = 13; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 16; -"@MMK_R_KO_ellipsis" = -27; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 18; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 7; -"@MMK_R_KO_hyphen" = -13; -"@MMK_R_KO_hyphen.case" = -10; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 17; -"@MMK_R_KO_one" = 5; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_seven" = 7; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_three" = 22; -"@MMK_R_KO_two" = 19; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 28; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -33; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_Y" = -32; -"@MMK_R_KO_Z" = 33; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = 12; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 19; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eight" = -3; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_f" = 17; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -37; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = 11; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_hyphen.case" = -18; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 5; -"@MMK_R_KO_one" = 5; -"@MMK_R_KO_parenright" = -22; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 18; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_seven" = 8; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 40; -"@MMK_R_KO_t" = 16; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 14; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -51; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -68; -"@MMK_R_KO_J" = -70; -"@MMK_R_KO_O" = 24; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -114; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -58; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = -68; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -48; -"@MMK_R_KO_bracketright" = -62; -"@MMK_R_KO_colon" = 31; -"@MMK_R_KO_comma" = -56; -"@MMK_R_KO_comma.ss01" = -81; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -100; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -5; -"@MMK_R_KO_guillemetright" = 26; -"@MMK_R_KO_hyphen" = -40; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -62; -"@MMK_R_KO_period" = -56; -"@MMK_R_KO_period.ss01" = -82; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -26; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -42; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -48; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -62; -"@MMK_R_KO_u" = 12; -"@MMK_R_KO_underscore" = -56; -"@MMK_R_KO_v" = 25; -"@MMK_R_KO_w" = 23; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 25; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -33; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -44; -"@MMK_R_KO_J" = -40; -"@MMK_R_KO_O" = 20; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -113; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -20; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -45; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = -41; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -50; -"@MMK_R_KO_bracketright" = -62; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -65; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -80; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = 24; -"@MMK_R_KO_hyphen" = -33; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -56; -"@MMK_R_KO_period" = -36; -"@MMK_R_KO_period.ss01" = -66; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -28; -"@MMK_R_KO_quotedbl" = -12; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -26; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -42; -"@MMK_R_KO_six" = 15; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -60; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -41; -"@MMK_R_KO_v" = 24; -"@MMK_R_KO_w" = 29; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 22; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = -113; -"@MMK_R_KO_U" = -10; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -55; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -63; -"@MMK_R_KO_bracketright" = -50; -"@MMK_R_KO_colon" = 30; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eightsuperior" = -28; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = -31; -"@MMK_R_KO_foursuperior" = -19; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -28; -"@MMK_R_KO_guillemetright" = 10; -"@MMK_R_KO_hyphen" = -51; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -56; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_period" = 22; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = -24; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -41; -"@MMK_R_KO_quoteleft" = -35; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -33; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -63; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -35; -"@MMK_R_KO_slash" = 19; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -38; -"@MMK_R_KO_trademark" = -86; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 33; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 34; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 39; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -113; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -3; -"@MMK_R_KO_X" = 3; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -54; -"@MMK_R_KO_bracketright" = -57; -"@MMK_R_KO_colon" = 38; -"@MMK_R_KO_comma" = 21; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -3; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = 25; -"@MMK_R_KO_hyphen" = -64; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -43; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_period" = 21; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -31; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -29; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -26; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -53; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -23; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -75; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 23; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -32; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = -11; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_bracketright" = -46; -"@MMK_R_KO_colon" = 38; -"@MMK_R_KO_comma" = 21; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = 25; -"@MMK_R_KO_hyphen" = -64; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_period" = 21; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 23; -"@MMK_R_KO_y" = 7; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -55; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_Y" = -47; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -10; -"@MMK_R_KO_comma.ss01" = -33; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eight" = 11; -"@MMK_R_KO_ellipsis" = -49; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 4; -"@MMK_R_KO_four" = 28; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 9; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_hyphen.case" = -4; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = -8; -"@MMK_R_KO_parenright" = -86; -"@MMK_R_KO_parenright.case" = -39; -"@MMK_R_KO_period" = -10; -"@MMK_R_KO_period.ss01" = -37; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_seven" = -11; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 12; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -30; -Tbar = -83; -asciitilde = -58; -asterisk = -76; -backslash = -106; -g.ss06 = 13; -minus = -59; -one = -49; -ordmasculine = -108; -plus = -52; -quotedbl = -93; -registered = -99; -seven = -67; -two = 5; -twosuperior = -69; -}; -Aacute = { -Tbar = -83; -}; -Abrevedotbelow.ss01 = { -T = -112; -}; -Aogonek = { -comma = 55; -parenright = 0; -}; -Atilde = { -ordfeminine = -108; -}; -B = { -Hbar = 37; -hbar = 33; -idieresis = 28; -itilde = 52; -}; -C = { -h = 11; -l = 11; -plus = -6; -three = 34; -}; -D = { -Lslash = 40; -Oslash = 17; -braceright = -79; -bracketright.case = -46; -}; -E = { -H = 0; -idieresis = 35; -}; -Eogonek = { -comma = 56; -}; -F = { -fourinferior = -80; -i = -9; -igrave = 25; -}; -G = { -Lslash = 37; -lslash = 26; -}; -Germandbls = { -S = 27; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -4; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 22; -itilde = 47; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 42; -D = 42; -E = 42; -H = 42; -Hbar = 109; -I = 42; -L = 42; -M = 42; -O = 54; -R = 42; -S = 70; -U = 56; -W = 64; -i = 33; -}; -I = { -Hbar = 44; -I = 0; -jcircumflex = 43; -}; -Icircumflex = { -Icircumflex = 2; -l.ss04 = 33; -}; -Imacron = { -Imacron = 3; -}; -Itilde = { -itilde = 47; -}; -J = { -Hbar = 50; -itilde = 53; -}; -Jacute = { -Imacron = 0; -}; -K = { -asciitilde = -106; -four = -40; -idieresis = 60; -igrave = 41; -itilde = 62; -less = -89; -logicalnot = -129; -minus = -103; -one = 0; -oslash = 0; -plus = -99; -}; -L = { -H = 0; -Tbar = -113; -asciitilde = -223; -asterisk = -154; -backslash = -123; -equal = -129; -four = -105; -less = -181; -logicalnot = -221; -minus = -215; -one = -61; -ordfeminine = -217; -ordmasculine = -214; -oslash = 0; -plus = -143; -quotedbl = -163; -quoteleft.ss01 = -81; -quoteright = -87; -quoteright.ss01 = -81; -registered = -221; -seven = -72; -twosuperior = -186; -}; -Lcaron = { -A = 25; -O = -55; -U = -42; -Uacute = -42; -V = -36; -a = -42; -hyphen = -185; -hyphen.case = -131; -u = -31; -v = -68; -}; -Lcommaaccent = { -twosuperior = -186; -}; -Lslash = { -twosuperior = -106; -}; -M = { -Hbar = 44; -idieresis = 35; -igrave = 22; -itilde = 47; -}; -N = { -Hbar = 44; -idieresis = 35; -igrave = 22; -itilde = 47; -}; -O = { -Dcroat = 33; -Lslash = 38; -braceright = -79; -bracketright.case = -43; -itilde = 27; -}; -Oslash = { -T = 0; -V = 0; -Y = 0; -parenright = 0; -parenright.case = 16; -}; -P = { -fourinferior = -72; -idieresis = 26; -itilde = 60; -two = 26; -}; -R = { -Hbar = 52; -jcircumflex = 54; -two = 21; -}; -S = { -Hbar = 42; -Lslash = 8; -dollar = 15; -four = 28; -idieresis = 31; -itilde = 54; -lslash = 0; -three = 29; -}; -T = { -Oslash = -26; -a.ss05 = -108; -aacute.ss05 = -82; -abreve = -55; -abreveacute = -57; -acircumflex = -69; -acircumflexacute = -69; -acircumflexdotbelow = -69; -adieresis = -67; -adotbelow.ss05 = -104; -ae = -108; -agrave = -80; -amacron = -64; -ampersand = -18; -aring = -77; -asciitilde = -138; -atilde = -66; -equal = -105; -four = -111; -g.ss06 = -102; -h = 0; -i.ss01 = 0; -iacute = -22; -idieresis = 41; -idotless = -103; -igrave = 20; -itilde = 37; -less = -109; -logicalnot = -139; -minus = -113; -ograve = -64; -plus = -107; -racute = -56; -scaron = -5; -seven = 26; -twoinferior = -121; -udieresis = -58; -udieresis.ss01 = -54; -ugrave = -67; -uhorngrave = -67; -umacron = -51; -ycircumflex = -43; -ygrave = -48; -yhookabove = -56; -zcaron = -35; -zeroinferior = -130; -}; -Tbar = { -A = -70; -Aacute = -70; -Tbar = 16; -a = -25; -comma = -87; -e = -25; -o = -25; -period = -85; -slash = -67; -}; -Tcaron = { -a.ss05 = -107; -}; -Tcedilla = { -a.ss05 = -104; -abreve = -55; -four = -111; -}; -Tcommaaccent = { -a.ss05 = -107; -abreve = -55; -four = -111; -}; -Thorn = { -A = -24; -AE = -24; -Aacute = -24; -J = -67; -O = 25; -Oacute = 25; -V = -39; -Y = -70; -Yacute = -70; -a = 17; -aacute = 17; -e = 18; -o = 19; -oacute = 19; -period = -56; -}; -U = { -Hbar = 55; -jcircumflex = 40; -}; -V = { -four = -55; -iacute = -14; -ibreve = 77; -idieresis = 59; -igrave = 35; -itilde = 65; -minus = -46; -plus = -38; -scaron = -2; -seven = 44; -twoinferior = -54; -}; -W = { -Hbar = 75; -backslash = 61; -idieresis = 74; -igrave = 36; -itilde = 89; -}; -X = { -asciitilde = -103; -four = -37; -less = -79; -logicalnot = -118; -minus = -97; -notequal = -74; -one = -6; -plus = -93; -}; -Y = { -a.ss05 = -64; -agrave = -66; -amacron = -46; -ampersand = -20; -asciitilde = -91; -at = -26; -four = -114; -g.ss06 = -65; -igrave = 26; -less = -65; -logicalnot = -88; -minus = -76; -ograve = -50; -plus = -72; -scaron = 0; -twoinferior = -100; -}; -Z = { -four = -77; -ibreve = 84; -igrave = 47; -itilde = 67; -minus = -83; -plus = -81; -}; -_B.currency = { -_baht.bar = 0; -}; -a = { -braceright = -65; -}; -a.ss05 = { -g.ss06 = 26; -}; -acircumflexacute.ss05 = { -y = -30; -}; -adieresis.ss05 = { -germandbls = -19; -}; -ampersand = { -V = -80; -W = -48; -Y = -115; -quotedbl = -100; -quotedblleft = -147; -}; -aogonek = { -j = 2; -parenright = -13; -}; -aogonek.ss05 = { -parenright = 0; -}; -approxequal = { -parenright = -130; -parenright.case = -117; -}; -asciicircum = { -J = -163; -X = -113; -Y = -82; -bracketright = -128; -comma = -87; -comma.ss01 = -81; -four = -90; -hyphen = -189; -parenright = -134; -parenright.case = -132; -period = -85; -period.ss01 = -82; -slash = -136; -}; -asciitilde = { -I.ss02 = -165; -J = -188; -V = -116; -W = -93; -X = -155; -Y = -160; -Z = -152; -bracketright = -170; -bracketright.case = -171; -comma = -87; -comma.ss01 = -81; -eight = -74; -exclam = -88; -four = -69; -one = -119; -parenright = -162; -parenright.case = -154; -period = -85; -period.ss01 = -82; -question = -115; -quotedbl = -106; -quotedblright = -147; -seven = -106; -slash = -132; -three = -92; -two = -96; -}; -at = { -T = -71; -parenright = -81; -}; -b = { -asterisk = -56; -braceright = -75; -lslash = 14; -one = -61; -}; -backslash = { -T = -108; -V = -128; -Y = -122; -asterisk = -94; -backslash = -113; -quotedbl = -111; -quotedblleft = -122; -quotedblleft.ss01 = -130; -quotedblright = -110; -quotedblright.ss01 = -118; -quoteleft = -87; -quoteright = -87; -quotesingle = -83; -}; -baht = { -parenright = -60; -}; -braceleft = { -p = -28; -}; -bracketleft = { -asciicircum = -104; -asciitilde = -102; -bracketright = 0; -jcircumflex = 26; -p = -28; -pi = -65; -plus = -86; -x = -50; -}; -c = { -asterisk = -44; -braceright = -66; -}; -cent = { -parenright = -82; -}; -colon = { -T = -85; -Y = -45; -four = -41; -one = -17; -parenright = -39; -two = 12; -zero = 0; -}; -colon.ss01 = { -T = -82; -four = -55; -parenright = -63; -}; -comma = { -eightsuperior = -87; -fivesuperior = -87; -foursuperior = -87; -ninesuperior = -87; -onesuperior = -87; -quoteleft = -87; -quotesingle = -83; -sevensuperior = -87; -sixsuperior = -87; -threesuperior = -87; -twosuperior = -87; -}; -comma.ss01 = { -eightsuperior = -81; -fivesuperior = -81; -foursuperior = -81; -ninesuperior = -81; -onesuperior = -81; -sevensuperior = -81; -sixsuperior = -81; -threesuperior = -81; -twosuperior = -81; -}; -copyright = { -Y = -70; -parenright = -81; -}; -d = { -idieresis = 1; -igrave = 0; -itilde = 1; -}; -dcaron = { -C = 47; -H = 72; -bracketright = 26; -eightsuperior = 65; -exclam = 83; -exclam.ss01 = 83; -fivesuperior = 60; -foursuperior = 41; -h = 12; -i = 9; -j = 10; -k = 12; -l = 12; -l.ss03 = 15; -l.ss04 = 13; -ninesuperior = 73; -onesuperior = 57; -parenright = 52; -question = 107; -question.ss01 = 59; -quotedbl = 102; -quotedblleft = 99; -quotedblleft.ss01 = 68; -quoteleft = 99; -quoteleft.ss01 = 68; -quotesingle = 102; -sevensuperior = 62; -sixsuperior = 66; -t = 11; -t_i.liga = 11; -t_t.liga = 11; -threesuperior = 69; -twosuperior = 73; -zcaron = 20; -}; -dcroat = { -i = 1; -igrave = 1; -itilde = 5; -}; -degree = { -J = -137; -comma = -87; -comma.ss01 = -81; -emdash = -103; -endash = -103; -four = -94; -hyphen = -159; -parenright = -72; -parenright.case = -71; -period = -85; -period.ss01 = -82; -slash = -123; -}; -divide = { -parenright = -96; -}; -dollar = { -parenright = -68; -three = 22; -}; -e = { -asterisk = -50; -backslash = -52; -braceright = -72; -germandbls = -16; -one = -59; -seven = -61; -}; -ecircumflexacute = { -t = -16; -}; -eight = { -bracketright = -55; -degree = -33; -}; -eight.dnom = { -degree = -170; -question.ss01 = -111; -quotedbl = -97; -quotedblleft = -151; -quotedblright = -151; -}; -eightsuperior = { -comma = -87; -comma.ss01 = -81; -period = -85; -period.ss01 = -82; -slash = -76; -}; -ellipsis = { -Tbar = -154; -bracketright = -91; -eightsuperior = -205; -fivesuperior = -198; -foursuperior = -195; -ninesuperior = -208; -onesuperior = -120; -parenleft = -69; -parenleft.case = -83; -question = -109; -quoteleft = -87; -quoteright = -87; -quotesingle = -83; -sevensuperior = -173; -sixsuperior = -208; -threesuperior = -193; -twosuperior = -186; -}; -ellipsis.ss01 = { -Tbar = -153; -bracketright = -93; -eightsuperior = -205; -fivesuperior = -198; -foursuperior = -195; -ninesuperior = -208; -onesuperior = -120; -question.ss01 = -134; -quoteleft.ss01 = -81; -quoteright.ss01 = -81; -quotesingle = -83; -sevensuperior = -173; -sixsuperior = -208; -threesuperior = -193; -twosuperior = -186; -}; -emdash = { -foursuperior = -80; -question = -90; -}; -emdash.case = { -X = -65; -quotedblbase = -151; -quotedblbase.ss01 = -141; -}; -endash = { -X = -33; -endash = 0; -foursuperior = -80; -question = -91; -}; -endash.case = { -H = 0; -X = -67; -quotedblbase = -151; -quotedblbase.ss01 = -141; -}; -eng = { -bracketright = -28; -}; -eogonek = { -lslash = 17; -}; -equal = { -T = -109; -equal = -9; -parenright = -85; -parenright.case = -61; -}; -eth = { -a = 8; -e = 7; -g = 5; -hyphen = -20; -parenright = -64; -}; -euro = { -parenright = -79; -parenright.case = -41; -}; -exclamdown = { -T = -93; -V = -36; -Y = -57; -}; -f = { -igrave = 0; -n = 0; -o = -4; -}; -f_f.liga = { -igrave = 0; -}; -f_f_i.liga = { -idieresis = 1; -}; -fi = { -idieresis = 1; -}; -five = { -degree = -45; -ordmasculine = -31; -percent = -7; -}; -five.dnom = { -degree = -129; -question.ss01 = -101; -quotedblleft = -143; -}; -five.numr = { -fraction = 0; -}; -fiveinferior = { -T = -126; -}; -fivesuperior = { -comma = -87; -comma.ss01 = -81; -period = -85; -period.ss01 = -82; -slash = -73; -}; -fl = { -idieresis = 0; -itilde = 0; -periodcentered.loclCAT = 11; -}; -four = { -asciicircum = -108; -bracketright = -58; -bracketright.case = -55; -degree = -83; -ordfeminine = -62; -ordmasculine = -59; -percent = -41; -x = -25; -}; -four.dnom = { -degree = -150; -question.ss01 = -108; -quotedblleft = -151; -}; -fourinferior = { -T = -121; -V = -93; -}; -foursuperior = { -comma = -87; -comma.ss01 = -81; -period = -85; -period.ss01 = -82; -slash = -76; -}; -fraction = { -eight.dnom = 0; -four.dnom = -31; -fourinferior = -37; -seveninferior = 45; -two.dnom = 7; -zero.dnom = -4; -}; -g = { -bracketright = -32; -j = 5; -j.ss01 = 5; -parenright = -30; -slash = 16; -}; -g.ss06 = { -g.ss06 = 32; -}; -gcaron.ss06 = { -gcaron.ss06 = 32; -}; -gdotaccent = { -j = 5; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 32; -}; -germandbls = { -e = 4; -hyphen = -20; -parenright = -60; -}; -greater = { -T = -110; -parenright = -93; -}; -greaterequal = { -T = -132; -}; -guillemetleft = { -pi = 15; -}; -guillemetright = { -X = -29; -bracketright = -77; -}; -guilsinglright = { -X = -27; -}; -h = { -asterisk = -48; -}; -hyphen = { -Lslash = 15; -X = -58; -bracketright = -92; -foursuperior = -118; -pi = -44; -question = -105; -quotedblbase = -151; -quoteleft = -87; -quotesingle = -83; -x = -61; -}; -hyphen.case = { -Dcroat = 18; -X = -85; -bracketright.case = -93; -quotedblbase = -151; -quotedblbase.ss01 = -141; -quotesinglbase = -87; -}; -i = { -T = -28; -idieresis = 1; -jcircumflex = 1; -parenright = -35; -}; -i.ss01 = { -parenright = -10; -}; -iacute = { -rcaron = 1; -}; -icircumflex = { -b = 2; -h = 2; -i = 2; -icircumflex = 7; -j = 2; -k = 2; -l = 2; -l.ss03 = 0; -l.ss04 = 2; -question = 69; -quotedbl = 52; -quoteright = 43; -quotesingle = 52; -}; -idieresis = { -b = 1; -idieresis = 2; -k = 1; -l = 1; -l.ss03 = 0; -l.ss04 = 2; -}; -idotaccent = { -parenright = -35; -}; -idotaccent.ss01 = { -parenright = -10; -}; -imacron = { -b = 2; -imacron = 4; -j = 2; -k = 2; -kcommaaccent = 2; -l = 2; -l.ss04 = 2; -lcommaaccent = 2; -quotedbl = 58; -}; -infinity = { -parenright = -95; -parenright.case = -73; -}; -integral = { -a = -53; -}; -iogonek = { -j = 2; -}; -itilde = { -h = 2; -itilde = 6; -quotedbl = 61; -quotesingle = 66; -}; -j = { -j = 4; -}; -jacute = { -backslash = 54; -iogonek = 5; -}; -jcircumflex = { -i = 2; -jcircumflex = 7; -}; -k = { -oslash = 0; -}; -l = { -at = 0; -idieresis = 0; -igrave = 0; -itilde = 0; -jcircumflex = 3; -l = 0; -n = 0; -periodcentered.loclCAT = 11; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = 20; -periodcentered.loclCAT.ss01 = -4; -}; -l.ss04 = { -periodcentered.loclCAT = 11; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 98; -l = 34; -ncaron = 25; -scaron = 18; -twosuperior = 95; -}; -lcaron.ss03 = { -b = 17; -eightsuperior = 70; -exclam = 83; -exclam.ss01 = 83; -fivesuperior = 64; -k = 17; -ninesuperior = 79; -onesuperior = 57; -question = 114; -quotedbl = 109; -quotesingle = 109; -sevensuperior = 68; -sixsuperior = 68; -}; -lcaron.ss04 = { -exclam.ss01 = 98; -twosuperior = 95; -}; -liraTurkish = { -one = -41; -parenright = -87; -question = -60; -quotedbl = -69; -quotesingle = -69; -seven = -57; -}; -logicalnot = { -Y = -128; -parenright = -109; -seven = -84; -}; -m = { -asterisk = -47; -braceright = -65; -twosuperior = -37; -}; -minus = { -T = -114; -X = -80; -comma = -87; -one = -69; -parenright = -96; -parenright.case = -86; -period = -85; -seven = -70; -three = -46; -two = -54; -}; -mu = { -mu = -13; -parenright = -62; -quotesingle = -42; -}; -multiply = { -parenright = -102; -parenright.case = -86; -}; -n = { -asterisk = -48; -at = 0; -braceright = -65; -degree = -104; -g.ss06 = 10; -n = 0; -one = -62; -ordmasculine = -62; -}; -ncaron = { -Yacute = -49; -}; -nine = { -bracketright = -79; -degree = -48; -}; -nine.dnom = { -degree = -184; -question = -111; -question.ss01 = -117; -quotedbl = -112; -quotedblleft = -151; -quotedblleft.ss01 = -141; -quotedblright = -151; -quotedblright.ss01 = -141; -}; -ninesuperior = { -comma = -87; -comma.ss01 = -81; -fraction = -6; -period = -85; -period.ss01 = -82; -slash = -80; -}; -notequal = { -parenright = -94; -parenright.case = -84; -}; -numbersign = { -parenright = -60; -}; -o = { -asterisk = -57; -backslash = -50; -braceright = -77; -germandbls = -19; -lslash = 16; -n = 0; -one = -63; -}; -oacute = { -lslash = 16; -}; -ocircumflexacute = { -bracketright = -15; -parenright = -11; -}; -odieresis = { -germandbls = -18; -}; -ohorn = { -i = 0; -m = 0; -n = 0; -parenright = -54; -}; -ohornacute = { -c = 7; -i = 0; -m = 0; -n = 0; -p = 0; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -}; -ohorndotbelow = { -c = 7; -i = 0; -n = 0; -p = 0; -t = 0; -t_i.liga = 0; -t_t.liga = 0; -u = 4; -}; -ohorngrave = { -i = 0; -n = 0; -parenright = -54; -}; -ohornhookabove = { -i = 0; -n = 0; -}; -ohorntilde = { -i = 0; -n = 0; -}; -ohungarumlaut = { -parenright = -51; -}; -one = { -comma.ss01 = -22; -degree = -32; -equal = 0; -four = 0; -icircumflex = 29; -nine = 2; -one = 0; -parenright = -12; -percent = 0; -period.ss01 = -28; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -115; -one.dnom = 0; -question.ss01 = -106; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -87; -comma.ss01 = -81; -period = -85; -period.ss01 = -82; -slash = -83; -}; -ordfeminine = { -comma = -87; -comma.ss01 = -81; -period = -85; -period.ss01 = -82; -}; -ordmasculine = { -comma = -87; -comma.ss01 = -81; -hyphen = -81; -parenright = -54; -period = -85; -period.ss01 = -82; -slash = -93; -}; -oslash = { -d = 9; -e = 7; -g = 7; -hyphen = -19; -parenright = -46; -y = 2; -}; -p = { -asterisk = -56; -backslash = -51; -braceright = -75; -lslash = 14; -one = -63; -}; -parenleft = { -Dcroat = -34; -H = 0; -Icircumflex = 27; -Oslash = -31; -ampersand = -46; -approxequal = -132; -asciicircum = -118; -asciitilde = -116; -at = -68; -cent = -80; -copyright = -55; -degree = -55; -divide = -96; -dollar = -35; -equal = -75; -euro = -76; -greaterequal = -53; -i = -20; -idotaccent = -20; -infinity = -87; -iogonek = 32; -jcircumflex = 61; -less = -92; -literSign = -61; -logicalnot = -103; -minus = -96; -mu = -25; -multiply = -97; -notequal = -95; -numbersign = -57; -oslash = -21; -p = -9; -parenleft = -48; -pi = -51; -plus = -96; -plusminus = -46; -published = -55; -question = -23; -quotedblbase = 0; -quoteleft = -20; -radical = -75; -scaron = -25; -section = -36; -sterling = -33; -x = -40; -}; -parenleft.case = { -Icircumflex = 47; -approxequal = -117; -asciicircum = -117; -asciitilde = -102; -dollar = -34; -equal = -61; -euro = -67; -minus = -86; -numbersign = -48; -parenleft.case = -41; -plus = -86; -question = -22; -quotedblbase = 0; -quoteleft = -14; -}; -parenright = { -bracketright = -38; -comma = 0; -comma.ss01 = -26; -hyphen = -21; -parenleft = 17; -parenright = -49; -period = 0; -period.ss01 = -46; -quotedbl = -22; -}; -parenright.case = { -comma = -16; -comma.ss01 = -51; -parenright.case = -42; -period = -17; -period.ss01 = -59; -}; -percent = { -asterisk = -30; -bracketright = -34; -comma.ss01 = -35; -eightsuperior = -42; -fivesuperior = -46; -foursuperior = -83; -ninesuperior = -37; -onesuperior = -40; -parenright = -41; -parenright.case = -19; -period = 0; -period.ss01 = -44; -question = -42; -question.ss01 = -50; -quotedbl = -43; -quotedblleft = -45; -quotedblright = -43; -quoteleft = -45; -quoteright = -37; -quotesingle = -43; -sevensuperior = -46; -sixsuperior = -45; -threesuperior = -46; -twosuperior = -38; -}; -period = { -bracketright = -12; -eightsuperior = -85; -fivesuperior = -85; -foursuperior = -85; -ninesuperior = -85; -onesuperior = -85; -ordfeminine = -85; -ordmasculine = -85; -parenleft.case = -42; -question = -85; -quoteleft = -85; -quotesingle = -83; -sevensuperior = -85; -sixsuperior = -85; -threesuperior = -85; -twosuperior = -85; -}; -period.ss01 = { -bracketright = -82; -eightsuperior = -82; -fivesuperior = -82; -foursuperior = -82; -ninesuperior = -82; -onesuperior = -82; -ordfeminine = -82; -ordmasculine = -82; -question.ss01 = -82; -sevensuperior = -82; -sixsuperior = -82; -threesuperior = -82; -twosuperior = -82; -}; -periodcentered.loclCAT = { -l = 12; -l.ss03 = 15; -}; -perthousand = { -asterisk = -134; -parenright = -74; -parenright.case = -43; -question = -109; -question.ss01 = -122; -quotedblleft = -151; -quotedblleft.ss01 = -141; -quotedblright = -151; -quotedblright.ss01 = -141; -quoteleft = -87; -quoteright = -87; -}; -pi = { -hyphen = -48; -parenright = -41; -period = 21; -pi = 11; -quotesingle = -12; -}; -plus = { -J = -100; -T = -114; -V = -52; -X = -78; -Y = -89; -braceright = -93; -bracketright = -86; -comma = -87; -comma.ss01 = -81; -one = -64; -parenright = -96; -parenright.case = -86; -period = -85; -period.ss01 = -82; -quotedbl = -62; -seven = -62; -slash = -44; -three = -37; -two = -51; -}; -published = { -parenright = -81; -}; -q = { -bracketright = -29; -j = 5; -parenright = -21; -}; -question = { -A = -64; -J = -72; -comma = -73; -hyphen = -58; -parenright = -52; -parenright.case = -51; -period = -81; -question = 17; -questiondown = -86; -slash = -52; -}; -question.ss01 = { -comma.ss01 = -81; -parenright = -52; -parenright.case = -51; -period.ss01 = -82; -questiondown.ss01 = -88; -}; -questiondown.case = { -T = -90; -V = -87; -Y = -88; -quotedbl = -108; -quotedblleft = -108; -quotedblleft.ss01 = -111; -quoteright = -87; -}; -questiondown.ss01 = { -C = -101; -Q = -101; -Q.ss09 = -101; -T = -148; -V = -148; -Y = -157; -four = -105; -quotedbl = -119; -quotedblleft.ss01 = -141; -quotesingle = -83; -}; -quotedbl = { -ellipsis.ss01 = -163; -exclamdown = -24; -g.ss06 = -27; -icircumflex = 61; -mu = -22; -questiondown = -102; -questiondown.case = -63; -questiondown.ss01 = -104; -underscore = -163; -}; -quotedblbase = { -copyright = -114; -divide = -151; -equal = -151; -euro = -126; -minus = -151; -p = -5; -plus = -151; -question = -98; -quotedblright = -151; -quoteleft = -87; -}; -quotedblbase.ss01 = { -divide = -141; -minus = -141; -plus = -141; -question.ss01 = -133; -quotedblright.ss01 = -141; -}; -quotedblleft = { -g.ss06 = -43; -mu = -34; -questiondown = -96; -questiondown.case = -80; -quotedblbase = -151; -underscore = -151; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -141; -questiondown.ss01 = -118; -quotedblbase.ss01 = -141; -underscore = -141; -}; -quotedblright = { -asciitilde = -104; -questiondown = -116; -questiondown.case = -97; -quotesinglbase = -87; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -141; -questiondown.case = -93; -questiondown.ss01 = -125; -}; -quoteleft = { -questiondown = -87; -questiondown.case = -80; -quotedblbase = -87; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -81; -}; -quoteright = { -icircumflex = 60; -questiondown = -87; -quotedblbase = -87; -}; -quoteright.ss01 = { -questiondown.ss01 = -81; -quotedblbase.ss01 = -81; -}; -quotesinglbase = { -T = -87; -V = -87; -Y = -87; -minus = -87; -plus = -87; -question = -87; -quotedblleft = -87; -quoteleft = -87; -}; -quotesinglbase.ss01 = { -T = -81; -V = -81; -Y = -81; -question.ss01 = -81; -}; -quotesingle = { -Hbar = 47; -g.ss06 = -21; -icircumflex = 61; -igrave = 27; -imacron = 68; -itilde = 70; -l.ss04 = 12; -questiondown = -83; -questiondown.case = -63; -underscore = -83; -}; -r = { -braceright = -81; -fourinferior = -85; -g.ss06 = 0; -parenright = -76; -}; -radical = { -A = -83; -}; -rcaron = { -sevensuperior = 0; -}; -registered = { -comma = -87; -comma.ss01 = -81; -parenright = -86; -parenright.case = -84; -period = -85; -period.ss01 = -82; -slash = -74; -}; -s = { -asterisk = -43; -braceright = -54; -l = 0; -}; -scaron = { -T = -61; -}; -semicolon = { -hyphen = -87; -}; -seven = { -minus = -64; -percent = 18; -plus = -56; -underscore = -100; -}; -seven.dnom = { -question.ss01 = -103; -}; -seven.numr = { -fraction = -28; -}; -seveninferior = { -parenright = -75; -}; -sevensuperior = { -A = -111; -comma = -87; -comma.ss01 = -81; -fraction = -37; -period = -85; -period.ss01 = -82; -slash = -118; -}; -six = { -bracketright = -50; -degree = -35; -}; -six.dnom = { -degree = -167; -question.ss01 = -110; -quotedbl = -95; -quotedblleft = -151; -quotedblleft.ss01 = -141; -quotedblright = -151; -}; -sixinferior = { -T = -128; -}; -sixsuperior = { -comma = -87; -comma.ss01 = -81; -period = -85; -period.ss01 = -82; -slash = -74; -}; -slash = { -fourinferior = -100; -g.ss06 = -35; -ibreve = 77; -l.ss04 = 19; -mu = -41; -quotedblbase = -120; -quotedblbase.ss01 = -141; -quotesinglbase = -87; -underscore = -103; -}; -sterling = { -two = 20; -}; -t_i.liga = { -idieresis = 1; -}; -tcaron = { -b = 0; -exclam = 34; -h = 0; -hyphen = -68; -i = 0; -j = 0; -k = 0; -parenright = 41; -quotedbl = 46; -quotedblleft = 35; -quotesingle = 46; -}; -tcedilla = { -parenright = 3; -}; -tenge = { -comma = -87; -comma.ss01 = -81; -period = -85; -period.ss01 = -82; -slash = -76; -}; -three = { -bracketright = -47; -}; -three.dnom = { -degree = -167; -question.ss01 = -112; -quotedbl = -96; -quotedblleft = -151; -quotedblright = -151; -}; -three.numr = { -fraction = 0; -}; -threeinferior = { -T = -129; -V = -89; -Y = -136; -}; -threesuperior = { -comma = -87; -comma.ss01 = -81; -fraction = 0; -parenright = -41; -period = -85; -period.ss01 = -82; -slash = -77; -}; -trademark = { -comma = -87; -comma.ss01 = -81; -hyphen = -93; -period = -85; -period.ss01 = -82; -slash = -122; -}; -two = { -percent = 10; -}; -two.dnom = { -degree = -164; -question.ss01 = -108; -quotedbl = -94; -quotedblleft = -151; -quotedblright = -151; -}; -twoinferior = { -T = -127; -V = -85; -Y = -132; -}; -twosuperior = { -comma = -87; -comma.ss01 = -81; -parenright = -38; -parenright.case = -35; -period = -85; -period.ss01 = -82; -slash = -68; -}; -uhorn = { -a = -15; -ohorn = -14; -ohornacute = -14; -ohorndotbelow = -14; -ohorndotbelow.ss01 = -14; -ohorngrave = -14; -ohornhookabove = -14; -ohorntilde = -13; -}; -uhornacute = { -a = -15; -c = -15; -}; -uhorndotbelow = { -a = -15; -c = -15; -comma = -16; -period = -23; -}; -uhorngrave = { -a = -15; -a.ss05 = 0; -}; -uhornhookabove = { -a = -15; -comma = -16; -comma.ss01 = -50; -period = -19; -period.ss01 = -55; -}; -uhorntilde = { -a = -15; -comma = -16; -period = -23; -}; -uhungarumlaut = { -parenright = -42; -}; -underscore = { -C = -56; -O = -56; -T = -104; -V = -116; -W = -58; -Y = -114; -asterisk = -154; -four = -68; -one = -46; -quotedbl = -163; -quotedblright = -151; -quotedblright.ss01 = -141; -quotesingle = -83; -seven = -60; -six = -50; -v = -82; -}; -uogonek = { -j = 2; -parenright = -13; -}; -v = { -braceright = -70; -n = 0; -}; -w = { -braceright = -62; -}; -x = { -four = -47; -}; -y = { -braceright = -64; -}; -ydotbelow = { -period = -48; -}; -zero = { -braceright = -73; -bracketright = -73; -bracketright.case = -35; -degree = -44; -percent = -4; -}; -zero.dnom = { -degree = -178; -question = -112; -question.ss01 = -116; -quotedbl = -102; -quotedblleft = -151; -quotedblleft.ss01 = -141; -quotedblright = -151; -quotedblright.ss01 = -141; -quoteleft = -87; -}; -zeroinferior = { -parenright = -63; -}; -zerosuperior = { -comma = -87; -comma.ss01 = -81; -fraction = -7; -period = -85; -period.ss01 = -82; -slash = -81; -}; -}; -"63AAE8D6-1DFF-4DD4-BD9A-49272FE52904" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 15; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = -82; -"@MMK_R_KO_U" = -31; -"@MMK_R_KO_V" = -106; -"@MMK_R_KO_W" = -53; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = -110; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -101; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 16; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -23; -"@MMK_R_KO_egrave" = -23; -"@MMK_R_KO_eightsuperior" = -75; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_fivesuperior" = -79; -"@MMK_R_KO_foursuperior" = -70; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -26; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -20; -"@MMK_R_KO_hyphen.case" = -39; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 12; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -80; -"@MMK_R_KO_onesuperior" = -94; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = 14; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -63; -"@MMK_R_KO_question.ss01" = -80; -"@MMK_R_KO_quotedbl" = -87; -"@MMK_R_KO_quotedblleft" = -80; -"@MMK_R_KO_quotedblleft.ss01" = -70; -"@MMK_R_KO_quoteleft" = -80; -"@MMK_R_KO_quoteright" = -61; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_sevensuperior" = -96; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_sixsuperior" = -83; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = -47; -"@MMK_R_KO_threesuperior" = -81; -"@MMK_R_KO_trademark" = -119; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -65; -"@MMK_R_KO_w" = -38; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_X" = -9; -"@MMK_R_KO_Y" = -40; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -30; -"@MMK_R_KO_colon" = 26; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 22; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -38; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -27; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -36; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = -9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_S" = 25; -"@MMK_R_KO_T" = -19; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -27; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = -23; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asciicircum" = -10; -"@MMK_R_KO_bracketright" = -43; -"@MMK_R_KO_colon" = 26; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 12; -"@MMK_R_KO_imacron" = 7; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 14; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_parenright.case" = -44; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -21; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -26; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 25; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -40; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asciicircum" = -24; -"@MMK_R_KO_bracketright" = -53; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = 13; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 19; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 10; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 9; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_parenright.case" = -53; -"@MMK_R_KO_period" = -16; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -38; -"@MMK_R_KO_six" = 22; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -59; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_underscore" = -50; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = 25; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -25; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -40; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_bracketright" = -53; -"@MMK_R_KO_colon" = 9; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -26; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_guillemetleft" = 13; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 19; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_parenright.case" = -53; -"@MMK_R_KO_period" = -16; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -38; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_y" = 0; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_X" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 20; -"@MMK_R_KO_comma" = 25; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -6; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 50; -"@MMK_R_KO_imacron" = 48; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 43; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -17; -"@MMK_R_KO_parenright.case" = -3; -"@MMK_R_KO_period" = 25; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -12; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -46; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = -61; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 23; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = 16; -"@MMK_R_KO_W" = 21; -"@MMK_R_KO_X" = -20; -"@MMK_R_KO_Y" = 8; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -75; -"@MMK_R_KO_comma.ss01" = -116; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -123; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_icircumflex" = 59; -"@MMK_R_KO_imacron" = 46; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_l.ss04" = 50; -"@MMK_R_KO_n" = -7; -"@MMK_R_KO_ninesuperior" = 14; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = -76; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_question" = 14; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = 6; -"@MMK_R_KO_quotedblleft.ss01" = 3; -"@MMK_R_KO_quoteleft" = 6; -"@MMK_R_KO_quoteright" = 20; -"@MMK_R_KO_quoteright.ss01" = 4; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = 7; -"@MMK_R_KO_slash" = -61; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -188; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -35; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -32; -"@MMK_R_KO_Y" = -63; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 14; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = -50; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_e" = 14; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -22; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 6; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 10; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_parenright.case" = -50; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = -28; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteleft" = -16; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 18; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = -16; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -58; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_underscore" = -34; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -17; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -27; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -20; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -68; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asciicircum" = -28; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 17; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 17; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 8; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -36; -"@MMK_R_KO_parenright" = -39; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = 17; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = -5; -"@MMK_R_KO_question.ss01" = -21; -"@MMK_R_KO_quotedbl" = -31; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -40; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = 17; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -21; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 1; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -1; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 1; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 29; -"@MMK_R_KO_imacron" = 26; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = -4; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -12; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -22; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 24; -"@MMK_R_KO_J" = 6; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 8; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = 25; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -26; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -60; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 48; -"@MMK_R_KO_imacron" = 49; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 44; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = 25; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -11; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_X" = -17; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -25; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -22; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 35; -"@MMK_R_KO_imacron" = 33; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 30; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = -8; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = 3; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -17; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -18; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -24; -"@MMK_R_KO_v" = 3; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 19; -"@MMK_R_KO_J" = 5; -"@MMK_R_KO_O" = -41; -"@MMK_R_KO_S" = -19; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = 3; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -45; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asciicircum" = -83; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eightsuperior" = -13; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -53; -"@MMK_R_KO_g" = -24; -"@MMK_R_KO_guillemetleft" = -92; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -53; -"@MMK_R_KO_hyphen.case" = -92; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 48; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 43; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_ninesuperior" = -11; -"@MMK_R_KO_onesuperior" = -6; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = -3; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -18; -"@MMK_R_KO_question.ss01" = -30; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -35; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -35; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = -32; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -33; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -41; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -10; -"@MMK_R_KO_u" = -34; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -56; -"@MMK_R_KO_w" = -47; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = -33; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = -97; -"@MMK_R_KO_U" = -23; -"@MMK_R_KO_V" = -93; -"@MMK_R_KO_W" = -49; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = -124; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -198; -"@MMK_R_KO_bracketright" = -6; -"@MMK_R_KO_colon" = 33; -"@MMK_R_KO_comma" = 39; -"@MMK_R_KO_comma.ss01" = 4; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eightsuperior" = -168; -"@MMK_R_KO_ellipsis" = 7; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_fivesuperior" = -173; -"@MMK_R_KO_foursuperior" = -171; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -75; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -168; -"@MMK_R_KO_onesuperior" = -155; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_parenright.case" = -23; -"@MMK_R_KO_period" = 39; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -86; -"@MMK_R_KO_question.ss01" = -90; -"@MMK_R_KO_quotedbl" = -114; -"@MMK_R_KO_quotedblleft" = -171; -"@MMK_R_KO_quotedblleft.ss01" = -172; -"@MMK_R_KO_quoteleft" = -123; -"@MMK_R_KO_quoteright" = -163; -"@MMK_R_KO_quoteright.ss01" = -169; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -177; -"@MMK_R_KO_six" = -30; -"@MMK_R_KO_sixsuperior" = -169; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_threesuperior" = -172; -"@MMK_R_KO_trademark" = -189; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -56; -"@MMK_R_KO_w" = -31; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 18; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_S" = -3; -"@MMK_R_KO_T" = -83; -"@MMK_R_KO_U" = -22; -"@MMK_R_KO_V" = -92; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = -124; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = -11; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = -6; -"@MMK_R_KO_colon" = 33; -"@MMK_R_KO_comma" = 39; -"@MMK_R_KO_comma.ss01" = 4; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eightsuperior" = -93; -"@MMK_R_KO_ellipsis" = 7; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_fivesuperior" = -101; -"@MMK_R_KO_foursuperior" = -99; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -56; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -104; -"@MMK_R_KO_onesuperior" = -117; -"@MMK_R_KO_parenright" = -39; -"@MMK_R_KO_parenright.case" = -20; -"@MMK_R_KO_period" = 39; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -76; -"@MMK_R_KO_question.ss01" = -85; -"@MMK_R_KO_quotedbl" = -112; -"@MMK_R_KO_quotedblleft" = -100; -"@MMK_R_KO_quotedblleft.ss01" = -90; -"@MMK_R_KO_quoteleft" = -100; -"@MMK_R_KO_quoteright" = -89; -"@MMK_R_KO_quoteright.ss01" = -99; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -124; -"@MMK_R_KO_sixsuperior" = -101; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_threesuperior" = -103; -"@MMK_R_KO_u" = -8; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -30; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -37; -"@MMK_R_KO_Y" = -68; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = -53; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -4; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 11; -"@MMK_R_KO_fivesuperior" = -17; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = 15; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = 18; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 9; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -39; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_parenright.case" = -51; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_question" = -9; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -30; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -16; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -62; -"@MMK_R_KO_u" = 14; -"@MMK_R_KO_underscore" = -40; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -30; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -37; -"@MMK_R_KO_Y" = -68; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_bracketright" = -53; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -4; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 11; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = 16; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = 18; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -39; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_parenright.case" = -51; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_question" = -9; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = -30; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -16; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -45; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -62; -"@MMK_R_KO_u" = 14; -"@MMK_R_KO_underscore" = -40; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -26; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_X" = -32; -"@MMK_R_KO_bracketright" = -31; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -4; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = 18; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_parenright" = -29; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 8; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -42; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -9; -"@MMK_R_KO_J" = -67; -"@MMK_R_KO_O" = 28; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = -17; -"@MMK_R_KO_W" = -3; -"@MMK_R_KO_X" = -73; -"@MMK_R_KO_Y" = -37; -"@MMK_R_KO_Z" = -14; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 28; -"@MMK_R_KO_comma" = -106; -"@MMK_R_KO_comma.ss01" = -118; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = 11; -"@MMK_R_KO_ellipsis" = -132; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = 3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 1; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 21; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 22; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 6; -"@MMK_R_KO_onesuperior" = -5; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -45; -"@MMK_R_KO_period" = -107; -"@MMK_R_KO_period.ss01" = -123; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -4; -"@MMK_R_KO_quotedblleft" = 12; -"@MMK_R_KO_quotedblleft.ss01" = 5; -"@MMK_R_KO_quoteleft" = 12; -"@MMK_R_KO_quoteright" = 10; -"@MMK_R_KO_quoteright.ss01" = 17; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -15; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -54; -"@MMK_R_KO_t" = 15; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -32; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -226; -"@MMK_R_KO_v" = 17; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 22; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 19; -"@MMK_R_KO_O" = -22; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -68; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = -82; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = -111; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -75; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 28; -"@MMK_R_KO_comma" = 30; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -54; -"@MMK_R_KO_ellipsis" = 4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -19; -"@MMK_R_KO_fivesuperior" = -60; -"@MMK_R_KO_foursuperior" = -44; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -24; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -58; -"@MMK_R_KO_onesuperior" = -86; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = 32; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -43; -"@MMK_R_KO_question.ss01" = -61; -"@MMK_R_KO_quotedbl" = -74; -"@MMK_R_KO_quotedblleft" = -58; -"@MMK_R_KO_quotedblleft.ss01" = -47; -"@MMK_R_KO_quoteleft" = -58; -"@MMK_R_KO_quoteright" = -34; -"@MMK_R_KO_quoteright.ss01" = -40; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = -88; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = -65; -"@MMK_R_KO_slash" = 10; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_threesuperior" = -52; -"@MMK_R_KO_trademark" = -100; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -43; -"@MMK_R_KO_w" = -22; -"@MMK_R_KO_x" = 10; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 16; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -35; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -11; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 24; -"@MMK_R_KO_comma" = 8; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = -7; -"@MMK_R_KO_guillemetright" = 6; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 20; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -13; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_parenright.case" = -9; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = 7; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 7; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -19; -"@MMK_R_KO_six" = 15; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -31; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = 8; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 10; -"@MMK_R_KO_y" = 18; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -15; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -24; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 17; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 15; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 19; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = -29; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -28; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_trademark" = -40; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_underscore" = -15; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -15; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 17; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 19; -"@MMK_R_KO_imacron" = 15; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 19; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -12; -"@MMK_R_KO_quoteright" = -29; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -28; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -25; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -71; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = -67; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 26; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_X" = -19; -"@MMK_R_KO_Y" = 8; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -47; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asciicircum" = -23; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -97; -"@MMK_R_KO_comma.ss01" = -118; -"@MMK_R_KO_e" = -51; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -118; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = -43; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -91; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_i" = -10; -"@MMK_R_KO_icircumflex" = 62; -"@MMK_R_KO_imacron" = 49; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 44; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_ninesuperior" = 3; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_parenright.case" = -3; -"@MMK_R_KO_period" = -98; -"@MMK_R_KO_period.ss01" = -118; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_s" = -40; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -87; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -16; -"@MMK_R_KO_underscore" = -104; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 11; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_X" = -17; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_imacron" = 36; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -16; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -15; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -41; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -3; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 11; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_X" = -17; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 8; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = -16; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 10; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 17; -"@MMK_R_KO_I.ss02" = 39; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_T" = 37; -"@MMK_R_KO_U" = 30; -"@MMK_R_KO_V" = 41; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 42; -"@MMK_R_KO_Z" = 31; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = 40; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -28; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_eightsuperior" = 40; -"@MMK_R_KO_ellipsis" = -28; -"@MMK_R_KO_exclam" = 44; -"@MMK_R_KO_fivesuperior" = 34; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 7; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 45; -"@MMK_R_KO_onesuperior" = 26; -"@MMK_R_KO_parenright" = 35; -"@MMK_R_KO_parenright.case" = 47; -"@MMK_R_KO_period" = -16; -"@MMK_R_KO_period.ss01" = -29; -"@MMK_R_KO_question" = 19; -"@MMK_R_KO_question.ss01" = 3; -"@MMK_R_KO_quotedbl" = 38; -"@MMK_R_KO_quoteright" = 53; -"@MMK_R_KO_quoteright.ss01" = 42; -"@MMK_R_KO_sevensuperior" = 39; -"@MMK_R_KO_sixsuperior" = 30; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_threesuperior" = 47; -"@MMK_R_KO_u" = 0; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -85; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -68; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 23; -"@MMK_R_KO_X" = -13; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -40; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asciicircum" = -40; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -98; -"@MMK_R_KO_comma.ss01" = -104; -"@MMK_R_KO_e" = -41; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eightsuperior" = 9; -"@MMK_R_KO_ellipsis" = -114; -"@MMK_R_KO_exclam" = 15; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = -38; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = -52; -"@MMK_R_KO_hyphen.case" = -32; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 36; -"@MMK_R_KO_imacron" = 50; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 42; -"@MMK_R_KO_n" = -33; -"@MMK_R_KO_ninesuperior" = 9; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -96; -"@MMK_R_KO_period.ss01" = -106; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 20; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = 10; -"@MMK_R_KO_quoteright.ss01" = 16; -"@MMK_R_KO_s" = -40; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -11; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -102; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -19; -"@MMK_R_KO_underscore" = -116; -"@MMK_R_KO_v" = -16; -"@MMK_R_KO_w" = -18; -"@MMK_R_KO_x" = -27; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -30; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -46; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = -37; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 16; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 23; -"@MMK_R_KO_W" = 32; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 11; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -17; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -29; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -49; -"@MMK_R_KO_comma.ss01" = -60; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = 6; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -6; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -28; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_hyphen.case" = -9; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 46; -"@MMK_R_KO_imacron" = 52; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 53; -"@MMK_R_KO_n" = -12; -"@MMK_R_KO_ninesuperior" = 13; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_parenright.case" = -3; -"@MMK_R_KO_period" = -52; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 10; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 19; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 22; -"@MMK_R_KO_quoteright.ss01" = 12; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -50; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = -60; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = -14; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 24; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = -36; -"@MMK_R_KO_S" = -15; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 7; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = 9; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = -44; -"@MMK_R_KO_a.ss05" = -22; -"@MMK_R_KO_asciicircum" = -72; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -53; -"@MMK_R_KO_egrave" = -36; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -48; -"@MMK_R_KO_g" = -25; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -57; -"@MMK_R_KO_hyphen.case" = -86; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 34; -"@MMK_R_KO_imacron" = 50; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 49; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = -24; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -30; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -28; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = -34; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -29; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -38; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -7; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -41; -"@MMK_R_KO_w" = -39; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -97; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -74; -"@MMK_R_KO_O" = -27; -"@MMK_R_KO_S" = -18; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_X" = -13; -"@MMK_R_KO_Y" = 15; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -79; -"@MMK_R_KO_a.ss05" = -34; -"@MMK_R_KO_asciicircum" = -59; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = -41; -"@MMK_R_KO_comma" = -123; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -81; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -158; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -34; -"@MMK_R_KO_g" = -76; -"@MMK_R_KO_guillemetleft" = -93; -"@MMK_R_KO_guillemetright" = -37; -"@MMK_R_KO_hyphen" = -96; -"@MMK_R_KO_hyphen.case" = -63; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_icircumflex" = 14; -"@MMK_R_KO_imacron" = 53; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = 41; -"@MMK_R_KO_n" = -53; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = -3; -"@MMK_R_KO_period" = -121; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_question" = -5; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = -23; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -75; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -22; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -117; -"@MMK_R_KO_t" = -29; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -43; -"@MMK_R_KO_underscore" = -139; -"@MMK_R_KO_v" = -33; -"@MMK_R_KO_w" = -33; -"@MMK_R_KO_x" = -40; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = -44; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 18; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 3; -"@MMK_R_KO_W" = 15; -"@MMK_R_KO_X" = 7; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -37; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 28; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -24; -"@MMK_R_KO_guillemetright" = 9; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -36; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 48; -"@MMK_R_KO_imacron" = 47; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 42; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -19; -"@MMK_R_KO_parenright.case" = -5; -"@MMK_R_KO_period" = 28; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -14; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -26; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_X" = -10; -"@MMK_R_KO_Y" = -68; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -27; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -26; -"@MMK_R_KO_onesuperior" = -39; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = -32; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -47; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -74; -"@MMK_R_KO_u" = -1; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -84; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -75; -"@MMK_R_KO_W" = -41; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = -116; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asciicircum" = -68; -"@MMK_R_KO_bracketright" = -9; -"@MMK_R_KO_colon" = 27; -"@MMK_R_KO_comma" = 22; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -41; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -48; -"@MMK_R_KO_foursuperior" = -36; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -48; -"@MMK_R_KO_onesuperior" = -88; -"@MMK_R_KO_parenright" = -39; -"@MMK_R_KO_period" = 20; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = -51; -"@MMK_R_KO_question.ss01" = -69; -"@MMK_R_KO_quotedbl" = -64; -"@MMK_R_KO_quotedblleft" = -51; -"@MMK_R_KO_quotedblleft.ss01" = -36; -"@MMK_R_KO_quoteleft" = -51; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -31; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -79; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = -62; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = -42; -"@MMK_R_KO_trademark" = -101; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -35; -"@MMK_R_KO_w" = -18; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -55; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -50; -"@MMK_R_KO_X" = 4; -"@MMK_R_KO_Y" = -75; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_bracketright" = -6; -"@MMK_R_KO_colon" = 27; -"@MMK_R_KO_comma" = 22; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -41; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -48; -"@MMK_R_KO_foursuperior" = -36; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -17; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -47; -"@MMK_R_KO_onesuperior" = -77; -"@MMK_R_KO_parenright" = -39; -"@MMK_R_KO_period" = 20; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = -46; -"@MMK_R_KO_question.ss01" = -62; -"@MMK_R_KO_quotedbl" = -61; -"@MMK_R_KO_quotedblleft" = -49; -"@MMK_R_KO_quotedblleft.ss01" = -36; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -31; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -73; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = -56; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = -41; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -35; -"@MMK_R_KO_w" = -18; -"@MMK_R_KO_x" = 3; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_T" = -109; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_f" = -25; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_t" = -28; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -86; -"@MMK_R_KO_H" = -28; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_T" = -35; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_i" = -32; -"@MMK_R_KO_n" = -32; -"@MMK_R_KO_t" = -4; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -61; -"@MMK_R_KO_H" = -19; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_T" = -77; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -21; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -78; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -77; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = 4; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -31; -"@MMK_R_KO_asterisk" = 16; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -123; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -30; -"@MMK_R_KO_guillemetleft" = -53; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -89; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_nine" = 17; -"@MMK_R_KO_one" = 3; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_parenright.case" = -34; -"@MMK_R_KO_period" = -121; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = 13; -"@MMK_R_KO_quotedblleft" = 16; -"@MMK_R_KO_quotedblleft.ss01" = 8; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_s" = -28; -"@MMK_R_KO_seven" = 25; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = -94; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = 3; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = 10; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = -11; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -17; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -56; -"@MMK_R_KO_a.ss05" = -24; -"@MMK_R_KO_asterisk" = -4; -"@MMK_R_KO_colon" = -23; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -39; -"@MMK_R_KO_f" = -35; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -56; -"@MMK_R_KO_g" = -18; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = -61; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 52; -"@MMK_R_KO_n" = -37; -"@MMK_R_KO_nine" = -4; -"@MMK_R_KO_one" = -27; -"@MMK_R_KO_period" = -30; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = -57; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = -43; -"@MMK_R_KO_three" = -12; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -48; -"@MMK_R_KO_v" = -64; -"@MMK_R_KO_w" = -53; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = -25; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -28; -"@MMK_R_KO_S" = -5; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_asterisk" = -9; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_five" = -3; -"@MMK_R_KO_four" = -47; -"@MMK_R_KO_guillemetleft" = -71; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_nine" = -4; -"@MMK_R_KO_one" = -32; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_quotedbl" = -5; -"@MMK_R_KO_quotedblleft" = -25; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_slash" = 7; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -84; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -62; -"@MMK_R_KO_W" = -31; -"@MMK_R_KO_X" = -25; -"@MMK_R_KO_Y" = -105; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -56; -"@MMK_R_KO_bracketright" = -49; -"@MMK_R_KO_colon" = 26; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -31; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -36; -"@MMK_R_KO_foursuperior" = -28; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -36; -"@MMK_R_KO_onesuperior" = -45; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = -41; -"@MMK_R_KO_question.ss01" = -59; -"@MMK_R_KO_quotedbl" = -48; -"@MMK_R_KO_quotedblleft" = -38; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteleft" = -38; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 16; -"@MMK_R_KO_sevensuperior" = -38; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -44; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -31; -"@MMK_R_KO_trademark" = -84; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -16; -"@MMK_R_KO_v" = -22; -"@MMK_R_KO_w" = -9; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -123; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_eight" = -16; -"@MMK_R_KO_five" = -26; -"@MMK_R_KO_four" = -5; -"@MMK_R_KO_guillemetleft" = -44; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = -36; -"@MMK_R_KO_hyphen.case" = -112; -"@MMK_R_KO_nine" = -30; -"@MMK_R_KO_one" = -94; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = -9; -"@MMK_R_KO_quotedbl" = -123; -"@MMK_R_KO_quotedblleft" = -123; -"@MMK_R_KO_quoteright" = -123; -"@MMK_R_KO_seven" = -82; -"@MMK_R_KO_six" = -54; -"@MMK_R_KO_three" = -20; -"@MMK_R_KO_two" = 5; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -83; -"@MMK_R_KO_H" = -19; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_e" = -36; -"@MMK_R_KO_f" = -4; -"@MMK_R_KO_i" = -22; -"@MMK_R_KO_n" = -31; -"@MMK_R_KO_t" = -5; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -88; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -68; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_X" = -26; -"@MMK_R_KO_Y" = -115; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -68; -"@MMK_R_KO_bracketright" = -50; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -35; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_fivesuperior" = -45; -"@MMK_R_KO_foursuperior" = -34; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 3; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -77; -"@MMK_R_KO_parenright" = -66; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -53; -"@MMK_R_KO_question.ss01" = -73; -"@MMK_R_KO_quotedbl" = -60; -"@MMK_R_KO_quotedblleft" = -50; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -50; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -27; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -63; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -53; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -40; -"@MMK_R_KO_trademark" = -96; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -18; -"@MMK_R_KO_v" = -29; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -47; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -68; -"@MMK_R_KO_W" = -34; -"@MMK_R_KO_X" = -19; -"@MMK_R_KO_Y" = -69; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -38; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_fivesuperior" = -45; -"@MMK_R_KO_foursuperior" = -34; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 3; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_onesuperior" = -66; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -48; -"@MMK_R_KO_question.ss01" = -64; -"@MMK_R_KO_quotedbl" = -56; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteleft" = -48; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -27; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -58; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -52; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_threesuperior" = -38; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -18; -"@MMK_R_KO_v" = -29; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_x" = -22; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 5; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asterisk" = -16; -"@MMK_R_KO_colon" = 28; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 17; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 4; -"@MMK_R_KO_four" = 10; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = -6; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 7; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_quotedbl" = -21; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteright" = -13; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 16; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 16; -"@MMK_R_KO_two" = 12; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -18; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = -64; -"@MMK_R_KO_S" = -30; -"@MMK_R_KO_T" = -120; -"@MMK_R_KO_U" = -44; -"@MMK_R_KO_V" = -130; -"@MMK_R_KO_W" = -71; -"@MMK_R_KO_Y" = -158; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -34; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asterisk" = -151; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -38; -"@MMK_R_KO_egrave" = -38; -"@MMK_R_KO_eight" = -27; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -40; -"@MMK_R_KO_five" = -33; -"@MMK_R_KO_four" = -20; -"@MMK_R_KO_g" = -33; -"@MMK_R_KO_guillemetleft" = -49; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -39; -"@MMK_R_KO_hyphen.case" = -136; -"@MMK_R_KO_i" = -18; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -18; -"@MMK_R_KO_nine" = -35; -"@MMK_R_KO_one" = -109; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -235; -"@MMK_R_KO_quotedblleft" = -247; -"@MMK_R_KO_quoteright" = -247; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_seven" = -93; -"@MMK_R_KO_six" = -55; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = -58; -"@MMK_R_KO_three" = -29; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_v" = -86; -"@MMK_R_KO_w" = -51; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = -25; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -47; -"@MMK_R_KO_S" = -22; -"@MMK_R_KO_T" = -119; -"@MMK_R_KO_U" = -36; -"@MMK_R_KO_V" = -117; -"@MMK_R_KO_W" = -68; -"@MMK_R_KO_Y" = -163; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asterisk" = -151; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eight" = -19; -"@MMK_R_KO_f" = -46; -"@MMK_R_KO_five" = -25; -"@MMK_R_KO_four" = -9; -"@MMK_R_KO_g" = -32; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -21; -"@MMK_R_KO_hyphen.case" = -130; -"@MMK_R_KO_i" = -25; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_nine" = -27; -"@MMK_R_KO_one" = -102; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedbl" = -235; -"@MMK_R_KO_quotedblleft.ss01" = -246; -"@MMK_R_KO_quoteright.ss01" = -246; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_seven" = -98; -"@MMK_R_KO_six" = -42; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = -57; -"@MMK_R_KO_three" = -21; -"@MMK_R_KO_two" = -9; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_v" = -79; -"@MMK_R_KO_w" = -47; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -89; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -63; -"@MMK_R_KO_W" = -26; -"@MMK_R_KO_Y" = -109; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -14; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eight" = 16; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 23; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = -32; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -2; -"@MMK_R_KO_one" = -67; -"@MMK_R_KO_parenright" = -69; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_quotedbl" = -60; -"@MMK_R_KO_quotedblleft" = -57; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = -73; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -15; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -4; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -32; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = -34; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = 23; -"@MMK_R_KO_U" = 21; -"@MMK_R_KO_V" = 36; -"@MMK_R_KO_W" = 41; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 17; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 36; -"@MMK_R_KO_comma" = -43; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 1; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 20; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_exclam" = 27; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = 14; -"@MMK_R_KO_foursuperior" = 17; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 39; -"@MMK_R_KO_imacron" = 50; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 24; -"@MMK_R_KO_onesuperior" = 8; -"@MMK_R_KO_parenright" = -9; -"@MMK_R_KO_period" = -45; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 26; -"@MMK_R_KO_question.ss01" = 3; -"@MMK_R_KO_quotedbl" = 20; -"@MMK_R_KO_quotedblleft" = 17; -"@MMK_R_KO_quotedblleft.ss01" = 22; -"@MMK_R_KO_quoteleft" = 17; -"@MMK_R_KO_quoteright" = 38; -"@MMK_R_KO_quoteright.ss01" = 32; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 9; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_sixsuperior" = 21; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_t" = 16; -"@MMK_R_KO_threesuperior" = 23; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -43; -"@MMK_R_KO_v" = 19; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 17; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -32; -"@MMK_R_KO_H" = 8; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = -34; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = 23; -"@MMK_R_KO_U" = 21; -"@MMK_R_KO_V" = 36; -"@MMK_R_KO_W" = 41; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = 17; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 36; -"@MMK_R_KO_comma" = -43; -"@MMK_R_KO_comma.ss01" = -58; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 20; -"@MMK_R_KO_ellipsis" = -55; -"@MMK_R_KO_exclam" = 28; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = 14; -"@MMK_R_KO_foursuperior" = 17; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 39; -"@MMK_R_KO_imacron" = 50; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 24; -"@MMK_R_KO_onesuperior" = 8; -"@MMK_R_KO_parenright" = -9; -"@MMK_R_KO_period" = -45; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = 26; -"@MMK_R_KO_question.ss01" = 3; -"@MMK_R_KO_quotedbl" = 20; -"@MMK_R_KO_quotedblleft" = 17; -"@MMK_R_KO_quotedblleft.ss01" = 22; -"@MMK_R_KO_quoteleft" = 17; -"@MMK_R_KO_quoteright" = 38; -"@MMK_R_KO_quoteright.ss01" = 32; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 9; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_sixsuperior" = 21; -"@MMK_R_KO_slash" = -31; -"@MMK_R_KO_t" = 16; -"@MMK_R_KO_threesuperior" = 23; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -43; -"@MMK_R_KO_v" = 19; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 17; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -17; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -34; -"@MMK_R_KO_bracketright" = -6; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -1; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -1; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 7; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -9; -"@MMK_R_KO_onesuperior" = -13; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_period" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -14; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -8; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -12; -"@MMK_R_KO_trademark" = -25; -"@MMK_R_KO_u" = -1; -"@MMK_R_KO_underscore" = -2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_Y" = -10; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asterisk" = -17; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 4; -"@MMK_R_KO_egrave" = 4; -"@MMK_R_KO_eight" = 20; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 10; -"@MMK_R_KO_four" = 17; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = -14; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -22; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_seven" = -7; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_three" = 15; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -42; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -47; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eight" = 22; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_f" = -16; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 16; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -18; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -41; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_parenright.case" = -41; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_quotedbl" = -48; -"@MMK_R_KO_quotedblleft" = -52; -"@MMK_R_KO_quotedblleft.ss01" = -39; -"@MMK_R_KO_quoteright" = -40; -"@MMK_R_KO_quoteright.ss01" = -36; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -38; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = -20; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -22; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 21; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = -12; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = -19; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_X" = 17; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asciicircum" = -37; -"@MMK_R_KO_bracketright" = 4; -"@MMK_R_KO_colon" = 25; -"@MMK_R_KO_comma" = 25; -"@MMK_R_KO_comma.ss01" = 20; -"@MMK_R_KO_e" = -23; -"@MMK_R_KO_egrave" = -24; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -25; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = 7; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 3; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 47; -"@MMK_R_KO_l.ss04" = 6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -17; -"@MMK_R_KO_parenright" = -3; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = -24; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_sevensuperior" = -22; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = 32; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -23; -"@MMK_R_KO_trademark" = -31; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 15; -"@MMK_R_KO_v" = -10; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = -4; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = -37; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = -25; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eight" = -8; -"@MMK_R_KO_ellipsis" = -15; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -17; -"@MMK_R_KO_four" = -16; -"@MMK_R_KO_g" = -21; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -28; -"@MMK_R_KO_hyphen.case" = -30; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -9; -"@MMK_R_KO_parenright" = -39; -"@MMK_R_KO_parenright.case" = -39; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedbl" = -30; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_seven" = -16; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -7; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -17; -"@MMK_R_KO_H" = -10; -"@MMK_R_KO_I.ss02" = -32; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = -80; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -70; -"@MMK_R_KO_W" = -33; -"@MMK_R_KO_Y" = -120; -"@MMK_R_KO_Z" = -11; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -76; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -37; -"@MMK_R_KO_comma.ss01" = -40; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 12; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 13; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -37; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = -12; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_n" = -12; -"@MMK_R_KO_nine" = -19; -"@MMK_R_KO_one" = -41; -"@MMK_R_KO_parenright" = -86; -"@MMK_R_KO_parenright.case" = -69; -"@MMK_R_KO_period" = -37; -"@MMK_R_KO_period.ss01" = -42; -"@MMK_R_KO_quotedbl" = -72; -"@MMK_R_KO_quotedblleft" = -61; -"@MMK_R_KO_quotedblleft.ss01" = -38; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -34; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_seven" = -47; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = -26; -"@MMK_R_KO_three" = -4; -"@MMK_R_KO_two" = -33; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -31; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_y" = -34; -"@MMK_R_KO_z" = -31; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -88; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -62; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_Y" = -108; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 18; -"@MMK_R_KO_a.ss05" = 3; -"@MMK_R_KO_asterisk" = -111; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 19; -"@MMK_R_KO_egrave" = 19; -"@MMK_R_KO_eight" = 17; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 24; -"@MMK_R_KO_g" = 19; -"@MMK_R_KO_guillemetleft" = 13; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_n" = 1; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -49; -"@MMK_R_KO_parenright" = -69; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_quotedbl" = -59; -"@MMK_R_KO_quotedblleft" = -56; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -53; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_v" = -22; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -27; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -60; -"@MMK_R_KO_J" = -69; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = -63; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -41; -"@MMK_R_KO_W" = -13; -"@MMK_R_KO_Y" = -79; -"@MMK_R_KO_Z" = -29; -"@MMK_R_KO_asterisk" = -32; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -88; -"@MMK_R_KO_comma.ss01" = -96; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = 3; -"@MMK_R_KO_four" = 11; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen.case" = 5; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright.case" = -59; -"@MMK_R_KO_period" = -88; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = -46; -"@MMK_R_KO_three" = -17; -"@MMK_R_KO_two" = -20; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -17; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -34; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = -1; -"@MMK_R_KO_egrave" = -1; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = -17; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = -1; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = -25; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -16; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -13; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -37; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -27; -"@MMK_R_KO_u" = -1; -"@MMK_R_KO_underscore" = -2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 7; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 24; -"@MMK_R_KO_U" = 19; -"@MMK_R_KO_V" = 29; -"@MMK_R_KO_W" = 26; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_Y" = 31; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = 31; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 15; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 22; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 7; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 8; -"@MMK_R_KO_imacron" = 27; -"@MMK_R_KO_j" = 13; -"@MMK_R_KO_l.ss04" = 22; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 16; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 6; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = 7; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 13; -"@MMK_R_KO_quoteright.ss01" = 19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 15; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 12; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 6; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_X" = 15; -"@MMK_R_KO_Y" = -38; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asciicircum" = -18; -"@MMK_R_KO_bracketright" = -8; -"@MMK_R_KO_colon" = 28; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = -25; -"@MMK_R_KO_egrave" = -25; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -9; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = -56; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -25; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_question" = 3; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -31; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = -13; -"@MMK_R_KO_sevensuperior" = -38; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_threesuperior" = -23; -"@MMK_R_KO_trademark" = -48; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -7; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -33; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = -15; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -7; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -15; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -27; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -10; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -8; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 7; -"@MMK_R_KO_Y" = -16; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asciicircum" = -44; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 38; -"@MMK_R_KO_comma" = 25; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 4; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_onesuperior" = -19; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_period" = 18; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -7; -"@MMK_R_KO_question.ss01" = -23; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = -20; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -16; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -24; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -34; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 11; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 171; -"@MMK_R_KO_colon" = 28; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 42; -"@MMK_R_KO_eightsuperior" = 153; -"@MMK_R_KO_exclam" = 156; -"@MMK_R_KO_f" = 61; -"@MMK_R_KO_fivesuperior" = 148; -"@MMK_R_KO_foursuperior" = 90; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 138; -"@MMK_R_KO_j" = 129; -"@MMK_R_KO_l.ss04" = 181; -"@MMK_R_KO_n" = 7; -"@MMK_R_KO_ninesuperior" = 157; -"@MMK_R_KO_onesuperior" = 168; -"@MMK_R_KO_parenright" = 140; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = 128; -"@MMK_R_KO_question.ss01" = 128; -"@MMK_R_KO_quotedbl" = 172; -"@MMK_R_KO_quotedblleft" = 117; -"@MMK_R_KO_quotedblleft.ss01" = 136; -"@MMK_R_KO_quoteleft" = 117; -"@MMK_R_KO_sevensuperior" = 177; -"@MMK_R_KO_sixsuperior" = 152; -"@MMK_R_KO_slash" = 6; -"@MMK_R_KO_t" = 68; -"@MMK_R_KO_threesuperior" = 159; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_z" = 83; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = -31; -"@MMK_R_KO_O" = -22; -"@MMK_R_KO_T" = -123; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_i" = -27; -"@MMK_R_KO_n" = -28; -"@MMK_R_KO_t" = -27; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -69; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -60; -"@MMK_R_KO_W" = -33; -"@MMK_R_KO_X" = -6; -"@MMK_R_KO_Y" = -97; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -49; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -30; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -35; -"@MMK_R_KO_foursuperior" = -25; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -75; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = -35; -"@MMK_R_KO_question.ss01" = -40; -"@MMK_R_KO_quotedbl" = -47; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -64; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -43; -"@MMK_R_KO_slash" = 10; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -31; -"@MMK_R_KO_trademark" = -83; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -19; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -79; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -65; -"@MMK_R_KO_W" = -33; -"@MMK_R_KO_X" = -24; -"@MMK_R_KO_Y" = -108; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -59; -"@MMK_R_KO_bracketright" = -49; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -35; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = -39; -"@MMK_R_KO_foursuperior" = -30; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 4; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 17; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -74; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = -43; -"@MMK_R_KO_question.ss01" = -56; -"@MMK_R_KO_quotedbl" = -53; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -42; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -26; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -64; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -52; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -36; -"@MMK_R_KO_trademark" = -90; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = -20; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_x" = -24; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -40; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -28; -"@MMK_R_KO_Y" = -63; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_bracketright" = -44; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = -35; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = -42; -"@MMK_R_KO_foursuperior" = -33; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 6; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -41; -"@MMK_R_KO_onesuperior" = -46; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = -39; -"@MMK_R_KO_question.ss01" = -53; -"@MMK_R_KO_quotedbl" = -54; -"@MMK_R_KO_quotedblleft" = -45; -"@MMK_R_KO_quotedblleft.ss01" = -31; -"@MMK_R_KO_quoteleft" = -45; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -43; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -46; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = -37; -"@MMK_R_KO_trademark" = -90; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -22; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -12; -"@MMK_R_KO_x" = -24; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -38; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -39; -"@MMK_R_KO_O" = -55; -"@MMK_R_KO_S" = -42; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = -74; -"@MMK_R_KO_a.ss05" = -56; -"@MMK_R_KO_asterisk" = -34; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -75; -"@MMK_R_KO_egrave" = -46; -"@MMK_R_KO_eight" = -39; -"@MMK_R_KO_ellipsis" = -68; -"@MMK_R_KO_f" = -47; -"@MMK_R_KO_five" = -13; -"@MMK_R_KO_four" = -69; -"@MMK_R_KO_g" = -58; -"@MMK_R_KO_guillemetleft" = -86; -"@MMK_R_KO_guillemetright" = -48; -"@MMK_R_KO_hyphen" = -70; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 34; -"@MMK_R_KO_n" = -51; -"@MMK_R_KO_nine" = -38; -"@MMK_R_KO_one" = -41; -"@MMK_R_KO_parenright" = 13; -"@MMK_R_KO_period" = -56; -"@MMK_R_KO_period.ss01" = -61; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -49; -"@MMK_R_KO_quotedblleft.ss01" = -40; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -22; -"@MMK_R_KO_s" = -69; -"@MMK_R_KO_seven" = -6; -"@MMK_R_KO_six" = -52; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = -51; -"@MMK_R_KO_three" = -38; -"@MMK_R_KO_two" = -38; -"@MMK_R_KO_u" = -63; -"@MMK_R_KO_v" = -54; -"@MMK_R_KO_w" = -57; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = -51; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = -4; -"@MMK_R_KO_H" = -13; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -9; -"@MMK_R_KO_O" = -52; -"@MMK_R_KO_S" = -42; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = -8; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_W" = -5; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_asterisk" = -39; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_eight" = -39; -"@MMK_R_KO_ellipsis" = -34; -"@MMK_R_KO_five" = -22; -"@MMK_R_KO_four" = -42; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = -45; -"@MMK_R_KO_hyphen.case" = -61; -"@MMK_R_KO_nine" = -40; -"@MMK_R_KO_one" = -46; -"@MMK_R_KO_parenright.case" = 3; -"@MMK_R_KO_period" = -20; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -52; -"@MMK_R_KO_quotedblleft.ss01" = -44; -"@MMK_R_KO_quoteright" = -32; -"@MMK_R_KO_quoteright.ss01" = -30; -"@MMK_R_KO_seven" = -17; -"@MMK_R_KO_six" = -51; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_three" = -38; -"@MMK_R_KO_two" = -9; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 16; -"@MMK_R_KO_J" = 33; -"@MMK_R_KO_O" = -58; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = -104; -"@MMK_R_KO_U" = -38; -"@MMK_R_KO_V" = -108; -"@MMK_R_KO_W" = -59; -"@MMK_R_KO_Y" = -121; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -121; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_eight" = -12; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_five" = -21; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -24; -"@MMK_R_KO_guillemetleft" = -40; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -34; -"@MMK_R_KO_hyphen.case" = -108; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -25; -"@MMK_R_KO_one" = -93; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -121; -"@MMK_R_KO_quotedblleft" = -121; -"@MMK_R_KO_quoteright" = -121; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -83; -"@MMK_R_KO_six" = -40; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = -49; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = 5; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -72; -"@MMK_R_KO_w" = -42; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = -25; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -47; -"@MMK_R_KO_S" = -22; -"@MMK_R_KO_T" = -119; -"@MMK_R_KO_U" = -36; -"@MMK_R_KO_V" = -117; -"@MMK_R_KO_W" = -68; -"@MMK_R_KO_Y" = -126; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asterisk" = -126; -"@MMK_R_KO_comma.ss01" = 2; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_eight" = -18; -"@MMK_R_KO_f" = -46; -"@MMK_R_KO_five" = -23; -"@MMK_R_KO_four" = -6; -"@MMK_R_KO_g" = -32; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -21; -"@MMK_R_KO_hyphen.case" = -110; -"@MMK_R_KO_i" = -25; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_nine" = -26; -"@MMK_R_KO_one" = -101; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedbl" = -126; -"@MMK_R_KO_quotedblleft.ss01" = -126; -"@MMK_R_KO_quoteright.ss01" = -126; -"@MMK_R_KO_s" = -11; -"@MMK_R_KO_seven" = -90; -"@MMK_R_KO_six" = -35; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = -57; -"@MMK_R_KO_three" = -18; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_v" = -79; -"@MMK_R_KO_w" = -47; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -71; -"@MMK_R_KO_S" = -44; -"@MMK_R_KO_T" = -107; -"@MMK_R_KO_U" = -60; -"@MMK_R_KO_V" = -121; -"@MMK_R_KO_W" = -67; -"@MMK_R_KO_Y" = -145; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -43; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_e" = -55; -"@MMK_R_KO_eight" = -38; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_five" = -47; -"@MMK_R_KO_four" = -81; -"@MMK_R_KO_g" = -15; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_j" = 44; -"@MMK_R_KO_nine" = -53; -"@MMK_R_KO_one" = -91; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_quotedbl" = -114; -"@MMK_R_KO_quotedblleft" = -106; -"@MMK_R_KO_quoteright" = -90; -"@MMK_R_KO_s" = -28; -"@MMK_R_KO_seven" = -80; -"@MMK_R_KO_six" = -68; -"@MMK_R_KO_t" = -62; -"@MMK_R_KO_three" = -42; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -35; -"@MMK_R_KO_v" = -83; -"@MMK_R_KO_w" = -48; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -80; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -78; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -25; -"@MMK_R_KO_asterisk" = 18; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -123; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = -235; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -48; -"@MMK_R_KO_g" = -33; -"@MMK_R_KO_guillemetleft" = -42; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -45; -"@MMK_R_KO_hyphen.case" = -22; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_n" = -29; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = -121; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -33; -"@MMK_R_KO_seven" = 8; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_slash" = -91; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 2; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_y" = -8; -"@MMK_R_KO_z" = -24; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -18; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -69; -"@MMK_R_KO_S" = -33; -"@MMK_R_KO_T" = -121; -"@MMK_R_KO_U" = -49; -"@MMK_R_KO_V" = -127; -"@MMK_R_KO_W" = -74; -"@MMK_R_KO_Y" = -158; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_asterisk" = -123; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_e" = -41; -"@MMK_R_KO_egrave" = -41; -"@MMK_R_KO_eight" = -30; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_f" = -40; -"@MMK_R_KO_five" = -36; -"@MMK_R_KO_four" = -25; -"@MMK_R_KO_g" = -27; -"@MMK_R_KO_guillemetleft" = -53; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -39; -"@MMK_R_KO_hyphen.case" = -119; -"@MMK_R_KO_i" = -19; -"@MMK_R_KO_j" = 38; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_nine" = -39; -"@MMK_R_KO_one" = -111; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_quotedblleft" = -247; -"@MMK_R_KO_quoteright" = -123; -"@MMK_R_KO_s" = -20; -"@MMK_R_KO_seven" = -92; -"@MMK_R_KO_six" = -61; -"@MMK_R_KO_slash" = 25; -"@MMK_R_KO_t" = -62; -"@MMK_R_KO_three" = -32; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -32; -"@MMK_R_KO_v" = -81; -"@MMK_R_KO_w" = -55; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = -23; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -44; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = -113; -"@MMK_R_KO_U" = -34; -"@MMK_R_KO_V" = -114; -"@MMK_R_KO_W" = -66; -"@MMK_R_KO_Y" = -158; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -27; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asterisk" = -126; -"@MMK_R_KO_comma.ss01" = 2; -"@MMK_R_KO_e" = -29; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eight" = -18; -"@MMK_R_KO_f" = -46; -"@MMK_R_KO_five" = -23; -"@MMK_R_KO_four" = -6; -"@MMK_R_KO_g" = -24; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = -110; -"@MMK_R_KO_i" = -22; -"@MMK_R_KO_j" = 39; -"@MMK_R_KO_n" = -21; -"@MMK_R_KO_nine" = -26; -"@MMK_R_KO_one" = -101; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedblleft.ss01" = -126; -"@MMK_R_KO_quoteright.ss01" = -126; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_seven" = -90; -"@MMK_R_KO_six" = -40; -"@MMK_R_KO_slash" = 36; -"@MMK_R_KO_t" = -57; -"@MMK_R_KO_three" = -18; -"@MMK_R_KO_two" = -7; -"@MMK_R_KO_u" = -26; -"@MMK_R_KO_v" = -75; -"@MMK_R_KO_w" = -46; -"@MMK_R_KO_y" = -25; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -63; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -74; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = 20; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -123; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_ellipsis" = -247; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -35; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -18; -"@MMK_R_KO_nine" = 11; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -6; -"@MMK_R_KO_period" = -121; -"@MMK_R_KO_quotedbl" = 12; -"@MMK_R_KO_quotedblleft" = 4; -"@MMK_R_KO_quoteright" = 21; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_seven" = 32; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_slash" = -83; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -7; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -60; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -75; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 25; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asterisk" = 16; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -29; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -15; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -24; -"@MMK_R_KO_parenright.case" = -16; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteright.ss01" = 16; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_seven" = 13; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -81; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -15; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -79; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 1; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_Y" = -10; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = -40; -"@MMK_R_KO_a.ss05" = -36; -"@MMK_R_KO_asterisk" = 19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -123; -"@MMK_R_KO_e" = -41; -"@MMK_R_KO_egrave" = -37; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -247; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -38; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -65; -"@MMK_R_KO_hyphen.case" = -29; -"@MMK_R_KO_i" = -12; -"@MMK_R_KO_j" = -16; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = 11; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_parenright.case" = -33; -"@MMK_R_KO_period" = -121; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_s" = -36; -"@MMK_R_KO_seven" = 12; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_slash" = -99; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -20; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -63; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -72; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = 20; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_Y" = 23; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -14; -"@MMK_R_KO_a.ss05" = -12; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -123; -"@MMK_R_KO_e" = -14; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_ellipsis" = -123; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -35; -"@MMK_R_KO_g" = -10; -"@MMK_R_KO_guillemetleft" = -29; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -18; -"@MMK_R_KO_nine" = 11; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -6; -"@MMK_R_KO_period" = -121; -"@MMK_R_KO_quotedbl" = 12; -"@MMK_R_KO_quotedblleft" = 4; -"@MMK_R_KO_quoteright" = 21; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_seven" = 32; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_slash" = -81; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -7; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -82; -"@MMK_R_KO_H" = -6; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -79; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 1; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 4; -"@MMK_R_KO_Y" = -9; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = -41; -"@MMK_R_KO_a.ss05" = -36; -"@MMK_R_KO_asterisk" = 19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -123; -"@MMK_R_KO_e" = -41; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -123; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -74; -"@MMK_R_KO_g" = -37; -"@MMK_R_KO_guillemetleft" = -61; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -69; -"@MMK_R_KO_hyphen.case" = -30; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = -12; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = 10; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_parenright.case" = -31; -"@MMK_R_KO_period" = -121; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_s" = -36; -"@MMK_R_KO_seven" = 11; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -100; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_v" = -4; -"@MMK_R_KO_w" = -7; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -73; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -82; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = 3; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 11; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = -30; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asterisk" = 9; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -24; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -49; -"@MMK_R_KO_g" = -28; -"@MMK_R_KO_guillemetleft" = -40; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -42; -"@MMK_R_KO_hyphen.case" = -13; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -29; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -27; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period.ss01" = -126; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -26; -"@MMK_R_KO_seven" = 10; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -89; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -22; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -77; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -78; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 12; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asterisk" = 18; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -114; -"@MMK_R_KO_comma.ss01" = -114; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -114; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -48; -"@MMK_R_KO_g" = -33; -"@MMK_R_KO_guillemetleft" = -42; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -45; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -29; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = -114; -"@MMK_R_KO_period.ss01" = -114; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -33; -"@MMK_R_KO_seven" = 8; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_slash" = -91; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 2; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_v" = -6; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_y" = -8; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -41; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -11; -"@MMK_R_KO_J" = -67; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -77; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = -21; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -10; -"@MMK_R_KO_bracketright" = -59; -"@MMK_R_KO_colon" = 32; -"@MMK_R_KO_comma" = -78; -"@MMK_R_KO_comma.ss01" = -82; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 8; -"@MMK_R_KO_ellipsis" = -90; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 22; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -8; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_period" = -77; -"@MMK_R_KO_period.ss01" = -83; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 8; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -28; -"@MMK_R_KO_six" = 14; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -49; -"@MMK_R_KO_t" = 21; -"@MMK_R_KO_threesuperior" = 9; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -79; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_w" = 11; -"@MMK_R_KO_x" = -7; -"@MMK_R_KO_y" = 12; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -71; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -58; -"@MMK_R_KO_W" = -30; -"@MMK_R_KO_X" = -16; -"@MMK_R_KO_Y" = -99; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = -41; -"@MMK_R_KO_colon" = 30; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -29; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -32; -"@MMK_R_KO_foursuperior" = -23; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -32; -"@MMK_R_KO_onesuperior" = -73; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_question" = -33; -"@MMK_R_KO_question.ss01" = -41; -"@MMK_R_KO_quotedbl" = -42; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -33; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_sevensuperior" = -64; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -39; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -78; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -4; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = -10; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -70; -"@MMK_R_KO_V" = -15; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_bracketright" = -39; -"@MMK_R_KO_colon" = 30; -"@MMK_R_KO_comma" = 17; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -31; -"@MMK_R_KO_foursuperior" = -23; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -31; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -53; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_question" = -28; -"@MMK_R_KO_question.ss01" = -39; -"@MMK_R_KO_quotedbl" = -40; -"@MMK_R_KO_quotedblleft" = -32; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteleft" = -31; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_sixsuperior" = -39; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -27; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_x" = -10; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -73; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = -65; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = 20; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 20; -"@MMK_R_KO_W" = 34; -"@MMK_R_KO_Y" = 11; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -38; -"@MMK_R_KO_asterisk" = 22; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -96; -"@MMK_R_KO_comma.ss01" = -103; -"@MMK_R_KO_e" = -36; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eight" = 11; -"@MMK_R_KO_ellipsis" = -113; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -49; -"@MMK_R_KO_g" = -32; -"@MMK_R_KO_guillemetleft" = -52; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -54; -"@MMK_R_KO_hyphen.case" = -24; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_nine" = 24; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = -3; -"@MMK_R_KO_period" = -96; -"@MMK_R_KO_period.ss01" = -104; -"@MMK_R_KO_quotedbl" = 12; -"@MMK_R_KO_quotedblleft" = 13; -"@MMK_R_KO_quotedblleft.ss01" = 5; -"@MMK_R_KO_quoteright" = 22; -"@MMK_R_KO_quoteright.ss01" = 6; -"@MMK_R_KO_s" = -33; -"@MMK_R_KO_seven" = 24; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = -91; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 4; -"@MMK_R_KO_two" = 15; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 21; -"@MMK_R_KO_T" = -12; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = 17; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asterisk" = -8; -"@MMK_R_KO_colon" = 20; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eight" = 22; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = 16; -"@MMK_R_KO_g" = 4; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 16; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 8; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_parenright.case" = -40; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 14; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 22; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -91; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = -66; -"@MMK_R_KO_O" = -13; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 7; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_Y" = 5; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -39; -"@MMK_R_KO_a.ss05" = -24; -"@MMK_R_KO_asterisk" = 14; -"@MMK_R_KO_colon" = -22; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_comma.ss01" = -109; -"@MMK_R_KO_e" = -46; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -120; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -54; -"@MMK_R_KO_g" = -41; -"@MMK_R_KO_guillemetleft" = -58; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = -62; -"@MMK_R_KO_hyphen.case" = -41; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -12; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -111; -"@MMK_R_KO_period.ss01" = -112; -"@MMK_R_KO_quotedbl" = 17; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = 7; -"@MMK_R_KO_quoteright.ss01" = 17; -"@MMK_R_KO_s" = -42; -"@MMK_R_KO_seven" = 29; -"@MMK_R_KO_six" = -13; -"@MMK_R_KO_slash" = -115; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_three" = -5; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_v" = -20; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_y" = -7; -"@MMK_R_KO_z" = -30; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -15; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -51; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = 19; -"@MMK_R_KO_comma" = 4; -"@MMK_R_KO_comma.ss01" = -14; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -13; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_period" = 5; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = -21; -"@MMK_R_KO_quotedblleft" = -3; -"@MMK_R_KO_quotedblleft.ss01" = -8; -"@MMK_R_KO_quoteleft" = -3; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -35; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 6; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -60; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 15; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -12; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -12; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asterisk" = -12; -"@MMK_R_KO_colon" = 25; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 19; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = 14; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 10; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -39; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_quotedbl" = -17; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 19; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 13; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asterisk" = -12; -"@MMK_R_KO_colon" = 27; -"@MMK_R_KO_comma" = 25; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -9; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 9; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_parenright.case" = -13; -"@MMK_R_KO_period" = 31; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -18; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = 5; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 4; -"@MMK_R_KO_two" = 14; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -52; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = -49; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = -21; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -66; -"@MMK_R_KO_Y" = -40; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = -3; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -13; -"@MMK_R_KO_bracketright" = -53; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = -57; -"@MMK_R_KO_comma.ss01" = -66; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -70; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -17; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = -1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_period" = -53; -"@MMK_R_KO_period.ss01" = -62; -"@MMK_R_KO_question" = 2; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -36; -"@MMK_R_KO_six" = 15; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -63; -"@MMK_R_KO_t" = 13; -"@MMK_R_KO_threesuperior" = -11; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -78; -"@MMK_R_KO_v" = 17; -"@MMK_R_KO_w" = 16; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 16; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -35; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 14; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -44; -"@MMK_R_KO_Y" = -40; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -14; -"@MMK_R_KO_bracketright" = -53; -"@MMK_R_KO_colon" = 24; -"@MMK_R_KO_comma" = -35; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -44; -"@MMK_R_KO_exclam" = 13; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -27; -"@MMK_R_KO_parenright" = -57; -"@MMK_R_KO_period" = -37; -"@MMK_R_KO_period.ss01" = -45; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -36; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -34; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_underscore" = -47; -"@MMK_R_KO_v" = 15; -"@MMK_R_KO_w" = 25; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 15; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = -9; -"@MMK_R_KO_V" = -30; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = 18; -"@MMK_R_KO_Y" = -47; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asciicircum" = -27; -"@MMK_R_KO_bracketright" = -8; -"@MMK_R_KO_colon" = 20; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = -13; -"@MMK_R_KO_guillemetleft" = -47; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -58; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -27; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -8; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -9; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -9; -"@MMK_R_KO_quoteright" = -33; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_sevensuperior" = -44; -"@MMK_R_KO_six" = -3; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -61; -"@MMK_R_KO_u" = -4; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -20; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -35; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -57; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -25; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = 25; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -15; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = -6; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -40; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -41; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -67; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 15; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -13; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = 25; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -18; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = -5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -19; -"@MMK_R_KO_onesuperior" = -33; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = -21; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -14; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_sixsuperior" = -17; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 15; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -13; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -27; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -35; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_Y" = -63; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 14; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_asterisk" = -20; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 14; -"@MMK_R_KO_egrave" = 14; -"@MMK_R_KO_eight" = 15; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_f" = 9; -"@MMK_R_KO_five" = 11; -"@MMK_R_KO_four" = 23; -"@MMK_R_KO_g" = 14; -"@MMK_R_KO_guillemetleft" = 11; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 3; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_parenright.case" = -51; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_seven" = -4; -"@MMK_R_KO_six" = 20; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_three" = 7; -"@MMK_R_KO_two" = -4; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -19; -Tbar = -67; -asciitilde = -71; -asterisk = -89; -backslash = -83; -g.ss06 = 14; -minus = -54; -one = -61; -ordmasculine = -85; -plus = -48; -quotedbl = -87; -registered = -78; -seven = -67; -two = 4; -twosuperior = -56; -}; -Aacute = { -Tbar = -67; -}; -Abrevedotbelow.ss01 = { -T = -83; -}; -Aogonek = { -comma = 37; -parenright = 19; -}; -Atilde = { -ordfeminine = -84; -}; -B = { -Hbar = 35; -hbar = 20; -idieresis = 23; -itilde = 31; -}; -C = { -h = 0; -l = 0; -plus = 0; -three = 25; -}; -D = { -Lslash = 25; -Oslash = 25; -braceright = -54; -bracketright.case = -35; -}; -E = { -H = 0; -idieresis = 65; -}; -Eogonek = { -comma = 36; -}; -F = { -fourinferior = -48; -i = 0; -igrave = 28; -}; -G = { -Lslash = 27; -lslash = 14; -}; -Germandbls = { -S = 18; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = 0; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 7; -itilde = 47; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 30; -D = 30; -E = 30; -H = 30; -Hbar = 98; -I = 30; -L = 30; -M = 30; -O = 44; -R = 30; -S = 52; -U = 43; -W = 50; -i = 24; -}; -I = { -Hbar = 30; -I = 0; -jcircumflex = 40; -}; -Icircumflex = { -Icircumflex = 48; -l.ss04 = 28; -}; -Imacron = { -Imacron = 49; -}; -Itilde = { -itilde = 52; -}; -J = { -Hbar = 36; -itilde = 52; -}; -Jacute = { -Imacron = 22; -}; -K = { -asciitilde = -120; -four = -36; -idieresis = 55; -igrave = 28; -itilde = 50; -less = -59; -logicalnot = -121; -minus = -106; -one = -33; -oslash = 0; -plus = -90; -}; -L = { -H = 0; -Tbar = -71; -asciitilde = -75; -asterisk = -151; -backslash = -83; -equal = 0; -four = 0; -less = -20; -logicalnot = -128; -minus = -76; -one = -80; -ordfeminine = -174; -ordmasculine = -171; -oslash = 0; -plus = -69; -quotedbl = -175; -quoteleft.ss01 = -126; -quoteright = -123; -quoteright.ss01 = -126; -registered = -128; -seven = -77; -twosuperior = -166; -}; -Lcaron = { -A = 14; -O = -24; -U = -5; -Uacute = -5; -V = -5; -a = -11; -hyphen = 0; -hyphen.case = -67; -u = -8; -v = -40; -}; -Lcommaaccent = { -twosuperior = -166; -}; -Lslash = { -twosuperior = -94; -}; -M = { -Hbar = 30; -idieresis = 44; -igrave = 7; -itilde = 47; -}; -N = { -Hbar = 30; -idieresis = 43; -igrave = 6; -itilde = 47; -}; -O = { -Dcroat = 20; -Lslash = 26; -braceright = -60; -bracketright.case = -25; -itilde = 6; -}; -Oslash = { -T = 0; -V = 0; -Y = 0; -parenright = 0; -parenright.case = 8; -}; -P = { -fourinferior = -66; -idieresis = 22; -itilde = 33; -two = 0; -}; -R = { -Hbar = 41; -jcircumflex = 35; -two = 17; -}; -S = { -Hbar = 35; -Lslash = 23; -dollar = 2; -four = 16; -idieresis = 19; -itilde = 23; -lslash = 13; -three = 23; -}; -T = { -Oslash = 0; -a.ss05 = -46; -aacute.ss05 = -43; -abreve = -35; -abreveacute = -35; -acircumflex = -35; -acircumflexacute = -35; -acircumflexdotbelow = -35; -adieresis = -35; -adotbelow.ss05 = -46; -ae = -47; -agrave = -43; -amacron = -35; -ampersand = -23; -aring = -45; -asciitilde = -91; -atilde = -35; -equal = 0; -four = -70; -g.ss06 = -42; -h = 0; -i.ss01 = -12; -iacute = -16; -idieresis = 65; -idotless = -21; -igrave = 24; -itilde = 76; -less = -10; -logicalnot = -140; -minus = -72; -ograve = -39; -plus = -71; -racute = -20; -scaron = -17; -seven = 18; -twoinferior = -110; -udieresis = -8; -udieresis.ss01 = -15; -ugrave = -16; -uhorngrave = -16; -umacron = -16; -ycircumflex = 0; -ygrave = 0; -yhookabove = 0; -zcaron = -9; -zeroinferior = -111; -}; -Tbar = { -A = -59; -Aacute = -59; -Tbar = 28; -a = -32; -comma = -73; -e = -32; -o = -33; -period = -76; -slash = -68; -}; -Tcaron = { -a.ss05 = -46; -}; -Tcedilla = { -a.ss05 = -46; -abreve = -35; -four = -70; -}; -Tcommaaccent = { -a.ss05 = -46; -abreve = -35; -four = -70; -}; -Thorn = { -A = -19; -AE = -19; -Aacute = -19; -J = -24; -O = 21; -Oacute = 21; -V = -38; -Y = -78; -Yacute = -78; -a = 16; -aacute = 16; -e = 18; -o = 17; -oacute = 17; -period = -30; -}; -U = { -Hbar = 40; -jcircumflex = 40; -}; -V = { -four = -49; -iacute = -23; -ibreve = 51; -idieresis = 63; -igrave = 30; -itilde = 63; -minus = -49; -plus = -42; -scaron = 0; -seven = 32; -twoinferior = -72; -}; -W = { -Hbar = 54; -backslash = 46; -idieresis = 64; -igrave = 27; -itilde = 70; -}; -X = { -asciitilde = -126; -four = -39; -less = -53; -logicalnot = -129; -minus = -103; -notequal = -68; -one = -27; -plus = -84; -}; -Y = { -a.ss05 = -77; -agrave = -66; -amacron = -52; -ampersand = -37; -asciitilde = -121; -at = -49; -four = -100; -g.ss06 = -73; -igrave = 32; -less = -50; -logicalnot = -101; -minus = -80; -ograve = -46; -plus = -77; -scaron = -11; -twoinferior = -117; -}; -Z = { -four = 0; -ibreve = 44; -igrave = 26; -itilde = 65; -minus = -53; -plus = -48; -}; -_B.currency = { -_baht.bar = 0; -}; -a = { -braceright = -28; -}; -a.ss05 = { -g.ss06 = 14; -}; -acircumflexacute.ss05 = { -y = -18; -}; -adieresis.ss05 = { -germandbls = -9; -}; -ampersand = { -V = -83; -W = -47; -Y = -126; -quotedbl = -78; -quotedblleft = -69; -}; -aogonek = { -j = 13; -parenright = -7; -}; -aogonek.ss05 = { -parenright = 6; -}; -approxequal = { -parenright = -70; -parenright.case = -58; -}; -asciicircum = { -J = -105; -X = -106; -Y = -69; -bracketright = -76; -comma = -123; -comma.ss01 = -126; -four = -56; -hyphen = -85; -parenright = -88; -parenright.case = -77; -period = -121; -period.ss01 = -126; -slash = -108; -}; -asciitilde = { -I.ss02 = -71; -J = -89; -V = -64; -W = -39; -X = -126; -Y = -100; -Z = -76; -bracketright = -85; -bracketright.case = -85; -comma = -106; -comma.ss01 = -102; -eight = -27; -exclam = -28; -four = -12; -one = -5; -parenright = -94; -parenright.case = -85; -period = -107; -period.ss01 = -102; -question = -31; -quotedbl = -46; -quotedblright = 0; -seven = -14; -slash = -81; -three = -33; -two = -27; -}; -at = { -T = -40; -parenright = -77; -}; -b = { -asterisk = -63; -braceright = -50; -lslash = 13; -one = -30; -}; -backslash = { -T = -91; -V = -111; -Y = -120; -asterisk = -95; -backslash = -99; -quotedbl = -96; -quotedblleft = -85; -quotedblleft.ss01 = -79; -quotedblright = -66; -quotedblright.ss01 = -73; -quoteleft = -85; -quoteright = -67; -quotesingle = -96; -}; -baht = { -parenright = -64; -}; -braceleft = { -p = -2; -}; -bracketleft = { -asciicircum = -65; -asciitilde = -94; -bracketright = 18; -jcircumflex = 61; -p = 0; -pi = -50; -plus = -67; -x = -16; -}; -c = { -asterisk = -63; -braceright = -51; -}; -cent = { -parenright = -79; -}; -colon = { -T = -10; -Y = -58; -four = 0; -one = 0; -parenright = -39; -two = 21; -zero = 21; -}; -colon.ss01 = { -T = -18; -four = -9; -parenright = -50; -}; -comma = { -eightsuperior = -123; -fivesuperior = -123; -foursuperior = -123; -ninesuperior = -123; -onesuperior = -123; -quoteleft = -123; -quotesingle = -114; -sevensuperior = -123; -sixsuperior = -123; -threesuperior = -123; -twosuperior = -123; -}; -comma.ss01 = { -eightsuperior = -126; -fivesuperior = -126; -foursuperior = -126; -ninesuperior = -126; -onesuperior = -126; -sevensuperior = -126; -sixsuperior = -126; -threesuperior = -126; -twosuperior = -126; -}; -copyright = { -Y = -96; -parenright = -82; -}; -d = { -idieresis = 17; -igrave = 0; -itilde = 13; -}; -dcaron = { -C = 95; -H = 154; -bracketright = 172; -eightsuperior = 154; -exclam = 157; -exclam.ss01 = 156; -fivesuperior = 149; -foursuperior = 91; -h = 140; -i = 130; -j = 130; -k = 139; -l = 140; -l.ss03 = 145; -l.ss04 = 182; -ninesuperior = 158; -onesuperior = 169; -parenright = 141; -question = 129; -question.ss01 = 129; -quotedbl = 173; -quotedblleft = 118; -quotedblleft.ss01 = 137; -quoteleft = 118; -quoteleft.ss01 = 137; -quotesingle = 173; -sevensuperior = 178; -sixsuperior = 153; -t = 69; -t_i.liga = 69; -t_t.liga = 69; -threesuperior = 160; -twosuperior = 154; -zcaron = 84; -}; -dcroat = { -i = 0; -igrave = 6; -itilde = 34; -}; -degree = { -J = -88; -comma = -123; -comma.ss01 = -126; -emdash = -54; -endash = -54; -four = -60; -hyphen = -51; -parenright = -70; -parenright.case = -59; -period = -121; -period.ss01 = -126; -slash = -95; -}; -divide = { -parenright = -71; -}; -dollar = { -parenright = -73; -three = 6; -}; -e = { -asterisk = -75; -backslash = -49; -braceright = -51; -germandbls = -8; -one = -34; -seven = -39; -}; -ecircumflexacute = { -t = -9; -}; -eight = { -bracketright = -34; -degree = -31; -}; -eight.dnom = { -degree = -157; -question.ss01 = -100; -quotedbl = -112; -quotedblleft = -108; -quotedblright = -70; -}; -eightsuperior = { -comma = -123; -comma.ss01 = -126; -period = -121; -period.ss01 = -126; -slash = -73; -}; -ellipsis = { -Tbar = -109; -bracketright = -28; -eightsuperior = -203; -fivesuperior = -202; -foursuperior = -210; -ninesuperior = -208; -onesuperior = -155; -parenleft = -32; -parenleft.case = -46; -question = -100; -quoteleft = -123; -quoteright = -123; -quotesingle = -114; -sevensuperior = -192; -sixsuperior = -208; -threesuperior = -196; -twosuperior = -193; -}; -ellipsis.ss01 = { -Tbar = -98; -bracketright = -23; -eightsuperior = -203; -fivesuperior = -202; -foursuperior = -210; -ninesuperior = -208; -onesuperior = -155; -question.ss01 = -110; -quoteleft.ss01 = -126; -quoteright.ss01 = -126; -quotesingle = -114; -sevensuperior = -192; -sixsuperior = -208; -threesuperior = -196; -twosuperior = -193; -}; -emdash = { -foursuperior = -41; -question = -99; -}; -emdash.case = { -X = -92; -quotedblbase = -125; -quotedblbase.ss01 = -120; -}; -endash = { -X = -51; -endash = 0; -foursuperior = -41; -question = -99; -}; -endash.case = { -H = -2; -X = -92; -quotedblbase = -125; -quotedblbase.ss01 = -120; -}; -eng = { -bracketright = -6; -}; -eogonek = { -lslash = 12; -}; -equal = { -T = 0; -equal = 0; -parenright = -60; -parenright.case = -48; -}; -eth = { -a = 8; -e = 8; -g = 7; -hyphen = 17; -parenright = -50; -}; -euro = { -parenright = -74; -parenright.case = -57; -}; -exclamdown = { -T = -24; -V = -38; -Y = -74; -}; -f = { -igrave = 8; -n = -2; -o = 0; -}; -f_f.liga = { -igrave = 8; -}; -f_f_i.liga = { -idieresis = 13; -}; -fi = { -idieresis = 13; -}; -five = { -degree = -32; -ordmasculine = -22; -percent = -15; -}; -five.dnom = { -degree = -111; -question.ss01 = -101; -quotedblleft = -68; -}; -five.numr = { -fraction = -10; -}; -fiveinferior = { -T = -108; -}; -fivesuperior = { -comma = -123; -comma.ss01 = -126; -period = -121; -period.ss01 = -126; -slash = -77; -}; -fl = { -idieresis = 16; -itilde = 12; -periodcentered.loclCAT = 30; -}; -four = { -asciicircum = -79; -bracketright = -48; -bracketright.case = -34; -degree = -65; -ordfeminine = -50; -ordmasculine = -52; -percent = -41; -x = -28; -}; -four.dnom = { -degree = -126; -question.ss01 = -106; -quotedblleft = -80; -}; -fourinferior = { -T = -106; -V = -87; -}; -foursuperior = { -comma = -123; -comma.ss01 = -126; -period = -121; -period.ss01 = -126; -slash = -77; -}; -fraction = { -eight.dnom = -2; -four.dnom = -38; -fourinferior = -40; -seveninferior = 31; -two.dnom = -7; -zero.dnom = -4; -}; -g = { -bracketright = -14; -j = 12; -j.ss01 = 12; -parenright = -35; -slash = 4; -}; -g.ss06 = { -g.ss06 = 17; -}; -gcaron.ss06 = { -gcaron.ss06 = 17; -}; -gdotaccent = { -j = 12; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 17; -}; -germandbls = { -e = 2; -hyphen = 7; -parenright = -57; -}; -greater = { -T = -32; -parenright = -56; -}; -greaterequal = { -T = -32; -}; -guillemetleft = { -pi = 0; -}; -guillemetright = { -X = -72; -bracketright = -72; -}; -guilsinglright = { -X = -43; -}; -h = { -asterisk = -49; -}; -hyphen = { -Lslash = 26; -X = -40; -bracketright = -60; -foursuperior = -41; -pi = 0; -question = -99; -quotedblbase = -19; -quoteleft = -52; -quotesingle = -59; -x = -44; -}; -hyphen.case = { -Dcroat = 24; -X = -79; -bracketright.case = -60; -quotedblbase = -125; -quotedblbase.ss01 = -120; -quotesinglbase = -100; -}; -i = { -T = 0; -idieresis = 13; -jcircumflex = 12; -parenright = -37; -}; -i.ss01 = { -parenright = -29; -}; -iacute = { -rcaron = 0; -}; -icircumflex = { -b = 0; -h = 0; -i = 0; -icircumflex = 61; -j = 12; -k = 0; -l = 0; -l.ss03 = 4; -l.ss04 = 60; -question = 50; -quotedbl = 45; -quoteright = 35; -quotesingle = 45; -}; -idieresis = { -b = 24; -idieresis = 59; -k = 23; -l = 24; -l.ss03 = 29; -l.ss04 = 69; -}; -idotaccent = { -parenright = -37; -}; -idotaccent.ss01 = { -parenright = -29; -}; -imacron = { -b = 7; -imacron = 61; -j = 12; -k = 6; -kcommaaccent = 6; -l = 7; -l.ss04 = 56; -lcommaaccent = 7; -quotedbl = 35; -}; -infinity = { -parenright = -78; -parenright.case = -61; -}; -integral = { -a = -44; -}; -iogonek = { -j = 12; -}; -itilde = { -h = 11; -itilde = 41; -quotedbl = 57; -quotesingle = 57; -}; -j = { -j = 12; -}; -jacute = { -backslash = 46; -iogonek = 0; -}; -jcircumflex = { -i = 0; -jcircumflex = 63; -}; -k = { -oslash = 0; -}; -l = { -at = 0; -idieresis = 17; -igrave = 0; -itilde = 12; -jcircumflex = 13; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 2; -}; -l.ss03 = { -periodcentered.loclCAT = 13; -periodcentered.loclCAT.ss01 = -6; -}; -l.ss04 = { -periodcentered.loclCAT = 30; -periodcentered.loclCAT.ss01 = 2; -}; -lcaron = { -exclam.ss01 = 155; -l = 139; -ncaron = 42; -scaron = 71; -twosuperior = 153; -}; -lcaron.ss03 = { -b = 124; -eightsuperior = 138; -exclam = 152; -exclam.ss01 = 154; -fivesuperior = 133; -k = 123; -ninesuperior = 142; -onesuperior = 153; -question = 113; -quotedbl = 157; -quotesingle = 157; -sevensuperior = 162; -sixsuperior = 137; -}; -lcaron.ss04 = { -exclam.ss01 = 155; -twosuperior = 153; -}; -liraTurkish = { -one = -81; -parenright = -84; -question = -95; -quotedbl = -77; -quotesingle = -77; -seven = -88; -}; -logicalnot = { -Y = -131; -parenright = -94; -seven = -46; -}; -m = { -asterisk = -49; -braceright = -25; -twosuperior = -17; -}; -minus = { -T = -80; -X = -92; -comma = -88; -one = 0; -parenright = -84; -parenright.case = -76; -period = -88; -seven = -8; -three = -9; -two = -26; -}; -mu = { -mu = -13; -parenright = -55; -quotesingle = -39; -}; -multiply = { -parenright = -70; -parenright.case = -62; -}; -n = { -asterisk = -49; -at = -2; -braceright = -25; -degree = -67; -g.ss06 = 3; -n = 0; -one = -25; -ordmasculine = -45; -}; -ncaron = { -Yacute = -36; -}; -nine = { -bracketright = -51; -degree = -38; -}; -nine.dnom = { -degree = -167; -question = -90; -question.ss01 = -102; -quotedbl = -123; -quotedblleft = -119; -quotedblleft.ss01 = -75; -quotedblright = -80; -quotedblright.ss01 = -70; -}; -ninesuperior = { -comma = -123; -comma.ss01 = -126; -fraction = -2; -period = -121; -period.ss01 = -126; -slash = -81; -}; -notequal = { -parenright = -83; -parenright.case = -71; -}; -numbersign = { -parenright = -53; -}; -o = { -asterisk = -72; -backslash = -46; -braceright = -54; -germandbls = -5; -lslash = 14; -n = 0; -one = -33; -}; -oacute = { -lslash = 14; -}; -ocircumflexacute = { -bracketright = 24; -parenright = 29; -}; -odieresis = { -germandbls = -5; -}; -ohorn = { -i = 12; -m = 11; -n = 12; -parenright = -35; -}; -ohornacute = { -c = 15; -i = 12; -m = 11; -n = 12; -p = 12; -t = 23; -t_i.liga = 23; -t_t.liga = 23; -}; -ohorndotbelow = { -c = 15; -i = 12; -n = 12; -p = 12; -t = 23; -t_i.liga = 23; -t_t.liga = 23; -u = 20; -}; -ohorngrave = { -i = 12; -n = 12; -parenright = -33; -}; -ohornhookabove = { -i = 12; -n = 12; -}; -ohorntilde = { -i = 12; -n = 12; -}; -ohungarumlaut = { -parenright = -2; -}; -one = { -comma.ss01 = -21; -degree = -21; -equal = 0; -four = 0; -icircumflex = 23; -nine = 0; -one = 0; -parenright = -22; -percent = 0; -period.ss01 = -27; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -111; -one.dnom = 0; -question.ss01 = -103; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -123; -comma.ss01 = -126; -period = -121; -period.ss01 = -126; -slash = -76; -}; -ordfeminine = { -comma = -123; -comma.ss01 = -126; -period = -121; -period.ss01 = -126; -}; -ordmasculine = { -comma = -123; -comma.ss01 = -126; -hyphen = -34; -parenright = -57; -period = -121; -period.ss01 = -126; -slash = -85; -}; -oslash = { -d = 10; -e = 10; -g = 9; -hyphen = 18; -parenright = -38; -y = 0; -}; -p = { -asterisk = -63; -backslash = -44; -braceright = -50; -lslash = 13; -one = -31; -}; -parenleft = { -Dcroat = -34; -H = 0; -Icircumflex = 52; -Oslash = -40; -ampersand = -57; -approxequal = -81; -asciicircum = -85; -asciitilde = -106; -at = -71; -cent = -75; -copyright = -68; -degree = -51; -divide = -69; -dollar = -52; -equal = -52; -euro = -72; -greaterequal = -41; -i = -15; -idotaccent = -15; -infinity = -70; -iogonek = 6; -jcircumflex = 52; -less = -52; -literSign = -69; -logicalnot = -99; -minus = -83; -mu = -36; -multiply = -71; -notequal = -81; -numbersign = -51; -oslash = -25; -p = -4; -parenleft = -57; -pi = -54; -plus = -79; -plusminus = -34; -published = -68; -question = -42; -quotedblbase = 3; -quoteleft = -49; -radical = -67; -scaron = -19; -section = -45; -sterling = -49; -x = -39; -}; -parenleft.case = { -Icircumflex = 30; -approxequal = -59; -asciicircum = -88; -asciitilde = -95; -dollar = -56; -equal = -48; -euro = -63; -minus = -77; -numbersign = -43; -parenleft.case = -46; -plus = -67; -question = -37; -quotedblbase = -24; -quoteleft = -52; -}; -parenright = { -bracketright = -27; -comma = 0; -comma.ss01 = -13; -hyphen = 15; -parenleft = 12; -parenright = -57; -period = 0; -period.ss01 = -20; -quotedbl = -29; -}; -parenright.case = { -comma = 0; -comma.ss01 = -19; -parenright.case = -46; -period = -5; -period.ss01 = -24; -}; -percent = { -asterisk = -92; -bracketright = -48; -comma.ss01 = -20; -eightsuperior = -87; -fivesuperior = -90; -foursuperior = -104; -ninesuperior = -86; -onesuperior = -80; -parenright = -73; -parenright.case = -50; -period = 0; -period.ss01 = -23; -question = -78; -question.ss01 = -94; -quotedbl = -84; -quotedblleft = -100; -quotedblright = -77; -quoteleft = -100; -quoteright = -74; -quotesingle = -84; -sevensuperior = -80; -sixsuperior = -89; -threesuperior = -85; -twosuperior = -48; -}; -period = { -bracketright = -9; -eightsuperior = -121; -fivesuperior = -121; -foursuperior = -121; -ninesuperior = -121; -onesuperior = -121; -ordfeminine = -121; -ordmasculine = -121; -parenleft.case = -38; -question = -97; -quoteleft = -121; -quotesingle = -114; -sevensuperior = -121; -sixsuperior = -121; -threesuperior = -121; -twosuperior = -121; -}; -period.ss01 = { -bracketright = -23; -eightsuperior = -126; -fivesuperior = -126; -foursuperior = -126; -ninesuperior = -126; -onesuperior = -126; -ordfeminine = -126; -ordmasculine = -126; -question.ss01 = -110; -sevensuperior = -126; -sixsuperior = -126; -threesuperior = -126; -twosuperior = -126; -}; -periodcentered.loclCAT = { -l = 30; -l.ss03 = 36; -}; -perthousand = { -asterisk = -151; -parenright = -75; -parenright.case = -57; -question = -96; -question.ss01 = -117; -quotedblleft = -122; -quotedblleft.ss01 = -79; -quotedblright = -83; -quotedblright.ss01 = -73; -quoteleft = -122; -quoteright = -84; -}; -pi = { -hyphen = 0; -parenright = -50; -period = 0; -pi = 11; -quotesingle = -20; -}; -plus = { -J = -70; -T = -73; -V = -54; -X = -85; -Y = -94; -braceright = -74; -bracketright = -67; -comma = -78; -comma.ss01 = -82; -one = 0; -parenright = -82; -parenright.case = -66; -period = -79; -period.ss01 = -85; -quotedbl = -36; -seven = -6; -slash = -56; -three = -7; -two = -23; -}; -published = { -parenright = -82; -}; -q = { -bracketright = 0; -j = 14; -parenright = -6; -}; -question = { -A = -56; -J = -73; -comma = -88; -hyphen = -16; -parenright = -55; -parenright.case = -45; -period = -88; -question = 0; -questiondown = -83; -slash = -71; -}; -question.ss01 = { -comma.ss01 = -93; -parenright = -55; -parenright.case = -45; -period.ss01 = -94; -questiondown.ss01 = -85; -}; -questiondown.case = { -T = -88; -V = -88; -Y = -111; -quotedbl = -99; -quotedblleft = -98; -quotedblleft.ss01 = -99; -quoteright = -94; -}; -questiondown.ss01 = { -C = -90; -Q = -90; -Q.ss09 = -90; -T = -119; -V = -133; -Y = -159; -four = -94; -quotedbl = -136; -quotedblleft.ss01 = -110; -quotesingle = -114; -}; -quotedbl = { -ellipsis.ss01 = -235; -exclamdown = -31; -g.ss06 = -32; -icircumflex = 48; -mu = -29; -questiondown = -109; -questiondown.case = -72; -questiondown.ss01 = -102; -underscore = -235; -}; -quotedblbase = { -copyright = -105; -divide = -115; -equal = -40; -euro = -106; -minus = -132; -p = -10; -plus = -124; -question = -103; -quotedblright = -247; -quoteleft = -123; -}; -quotedblbase.ss01 = { -divide = -78; -minus = -90; -plus = -84; -question.ss01 = -110; -quotedblright.ss01 = -246; -}; -quotedblleft = { -g.ss06 = -8; -mu = -19; -questiondown = -102; -questiondown.case = -50; -quotedblbase = -247; -underscore = -237; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -246; -questiondown.ss01 = -92; -quotedblbase.ss01 = -246; -underscore = -237; -}; -quotedblright = { -asciitilde = -85; -questiondown = -115; -questiondown.case = -84; -quotesinglbase = -123; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -246; -questiondown.case = -67; -questiondown.ss01 = -106; -}; -quoteleft = { -questiondown = -100; -questiondown.case = -50; -quotedblbase = -123; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -126; -}; -quoteright = { -icircumflex = 53; -questiondown = -115; -quotedblbase = -123; -}; -quoteright.ss01 = { -questiondown.ss01 = -110; -quotedblbase.ss01 = -126; -}; -quotesinglbase = { -T = -121; -V = -123; -Y = -123; -minus = -123; -plus = -123; -question = -103; -quotedblleft = -123; -quoteleft = -123; -}; -quotesinglbase.ss01 = { -T = -116; -V = -114; -Y = -126; -question.ss01 = -110; -}; -quotesingle = { -Hbar = 47; -g.ss06 = -32; -icircumflex = 48; -igrave = 11; -imacron = 38; -itilde = 64; -l.ss04 = 33; -questiondown = -109; -questiondown.case = -72; -underscore = -114; -}; -r = { -braceright = -61; -fourinferior = -65; -g.ss06 = 0; -parenright = -65; -}; -radical = { -A = -84; -}; -rcaron = { -sevensuperior = 0; -}; -registered = { -comma = -99; -comma.ss01 = -104; -parenright = -77; -parenright.case = -65; -period = -100; -period.ss01 = -106; -slash = -66; -}; -s = { -asterisk = -49; -braceright = -41; -l = 0; -}; -scaron = { -T = -28; -}; -semicolon = { -hyphen = -5; -}; -seven = { -minus = -40; -percent = 10; -plus = -37; -underscore = -112; -}; -seven.dnom = { -question.ss01 = -100; -}; -seven.numr = { -fraction = -34; -}; -seveninferior = { -parenright = -75; -}; -sevensuperior = { -A = -92; -comma = -123; -comma.ss01 = -126; -fraction = -33; -period = -121; -period.ss01 = -126; -slash = -117; -}; -six = { -bracketright = -33; -degree = -26; -}; -six.dnom = { -degree = -157; -question.ss01 = -100; -quotedbl = -112; -quotedblleft = -107; -quotedblleft.ss01 = -66; -quotedblright = -70; -}; -sixinferior = { -T = -107; -}; -sixsuperior = { -comma = -123; -comma.ss01 = -126; -period = -121; -period.ss01 = -126; -slash = -76; -}; -slash = { -fourinferior = -94; -g.ss06 = -42; -ibreve = 44; -l.ss04 = 46; -mu = -36; -quotedblbase = -117; -quotedblbase.ss01 = -109; -quotesinglbase = -117; -underscore = -131; -}; -sterling = { -two = 10; -}; -t_i.liga = { -idieresis = 13; -}; -tcaron = { -b = 53; -exclam = 93; -h = 53; -hyphen = 0; -i = 47; -j = 55; -k = 52; -parenright = 66; -quotedbl = 90; -quotedblleft = 57; -quotesingle = 90; -}; -tcedilla = { -parenright = 0; -}; -tenge = { -comma = -101; -comma.ss01 = -119; -period = -101; -period.ss01 = -119; -slash = -65; -}; -three = { -bracketright = -31; -}; -three.dnom = { -degree = -152; -question.ss01 = -100; -quotedbl = -106; -quotedblleft = -102; -quotedblright = -66; -}; -three.numr = { -fraction = -2; -}; -threeinferior = { -T = -105; -V = -84; -Y = -138; -}; -threesuperior = { -comma = -123; -comma.ss01 = -126; -fraction = 0; -parenright = -40; -period = -121; -period.ss01 = -126; -slash = -74; -}; -trademark = { -comma = -123; -comma.ss01 = -126; -hyphen = -46; -period = -121; -period.ss01 = -126; -slash = -99; -}; -two = { -percent = 0; -}; -two.dnom = { -degree = -156; -question.ss01 = -103; -quotedbl = -110; -quotedblleft = -106; -quotedblright = -69; -}; -twoinferior = { -T = -109; -V = -85; -Y = -142; -}; -twosuperior = { -comma = -123; -comma.ss01 = -126; -parenright = -42; -parenright.case = -33; -period = -121; -period.ss01 = -126; -slash = -63; -}; -uhorn = { -a = -7; -ohorn = -11; -ohornacute = -11; -ohorndotbelow = -11; -ohorndotbelow.ss01 = -11; -ohorngrave = -11; -ohornhookabove = -11; -ohorntilde = -10; -}; -uhornacute = { -a = -7; -c = -11; -}; -uhorndotbelow = { -a = -7; -c = -11; -comma = -23; -period = -26; -}; -uhorngrave = { -a = -7; -a.ss05 = -3; -}; -uhornhookabove = { -a = -7; -comma = -25; -comma.ss01 = -40; -period = -26; -period.ss01 = -42; -}; -uhorntilde = { -a = -7; -comma = -25; -period = -26; -}; -uhungarumlaut = { -parenright = -5; -}; -underscore = { -C = -102; -O = -101; -T = -103; -V = -130; -W = -66; -Y = -141; -asterisk = -151; -four = -126; -one = -93; -quotedbl = -235; -quotedblright = -237; -quotedblright.ss01 = -237; -quotesingle = -114; -seven = -75; -six = -87; -v = -90; -}; -uogonek = { -j = 13; -parenright = -7; -}; -v = { -braceright = -62; -n = 0; -}; -w = { -braceright = -55; -}; -x = { -four = -39; -}; -y = { -braceright = -60; -}; -ydotbelow = { -period = -47; -}; -zero = { -braceright = -44; -bracketright = -44; -bracketright.case = -19; -degree = -33; -percent = -2; -}; -zero.dnom = { -degree = -162; -question = -90; -question.ss01 = -104; -quotedbl = -117; -quotedblleft = -112; -quotedblleft.ss01 = -71; -quotedblright = -74; -quotedblright.ss01 = -66; -quoteleft = -112; -}; -zeroinferior = { -parenright = -59; -}; -zerosuperior = { -comma = -123; -comma.ss01 = -126; -fraction = -4; -period = -121; -period.ss01 = -126; -slash = -81; -}; -}; -"C17B1F32-8075-45B4-AA59-7DAFF0D7E404" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 35; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 37; -"@MMK_R_KO_J" = 31; -"@MMK_R_KO_O" = -55; -"@MMK_R_KO_S" = -24; -"@MMK_R_KO_T" = -139; -"@MMK_R_KO_U" = -47; -"@MMK_R_KO_V" = -170; -"@MMK_R_KO_W" = -114; -"@MMK_R_KO_X" = 34; -"@MMK_R_KO_Y" = -149; -"@MMK_R_KO_Z" = 35; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = -5; -"@MMK_R_KO_asciicircum" = -169; -"@MMK_R_KO_bracketright" = -81; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eightsuperior" = -106; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_fivesuperior" = -116; -"@MMK_R_KO_foursuperior" = -98; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -35; -"@MMK_R_KO_hyphen.case" = -65; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -114; -"@MMK_R_KO_onesuperior" = -110; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 7; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -81; -"@MMK_R_KO_question.ss01" = -104; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -138; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_sevensuperior" = -140; -"@MMK_R_KO_six" = -49; -"@MMK_R_KO_sixsuperior" = -125; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = -50; -"@MMK_R_KO_threesuperior" = -105; -"@MMK_R_KO_trademark" = -189; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_underscore" = 17; -"@MMK_R_KO_v" = -104; -"@MMK_R_KO_w" = -67; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = -72; -"@MMK_R_KO_z" = 20; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = -30; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -23; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = -2; -"@MMK_R_KO_Y" = -31; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_asciicircum" = -37; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -16; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 11; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_hyphen.case" = -5; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 62; -"@MMK_R_KO_imacron" = 83; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = -16; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 20; -"@MMK_R_KO_sevensuperior" = -20; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = -5; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_underscore" = -6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -21; -"@MMK_R_KO_J" = -18; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 30; -"@MMK_R_KO_T" = -60; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -41; -"@MMK_R_KO_W" = -27; -"@MMK_R_KO_X" = -20; -"@MMK_R_KO_Y" = -52; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = -87; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -41; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -52; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 8; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 40; -"@MMK_R_KO_imacron" = 37; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -47; -"@MMK_R_KO_parenright" = -87; -"@MMK_R_KO_parenright.case" = -62; -"@MMK_R_KO_period" = -20; -"@MMK_R_KO_period.ss01" = -46; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -14; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -43; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -67; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -31; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -26; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -40; -"@MMK_R_KO_J" = -40; -"@MMK_R_KO_O" = 24; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -77; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -53; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_X" = -33; -"@MMK_R_KO_Y" = -63; -"@MMK_R_KO_Z" = -27; -"@MMK_R_KO_a" = 28; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asciicircum" = -48; -"@MMK_R_KO_bracketright" = -81; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -28; -"@MMK_R_KO_comma.ss01" = -47; -"@MMK_R_KO_e" = 28; -"@MMK_R_KO_egrave" = 28; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -71; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 27; -"@MMK_R_KO_guillemetleft" = 26; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 33; -"@MMK_R_KO_hyphen.case" = 32; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 48; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -97; -"@MMK_R_KO_parenright.case" = -57; -"@MMK_R_KO_period" = -28; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -28; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -47; -"@MMK_R_KO_six" = 26; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -70; -"@MMK_R_KO_u" = 18; -"@MMK_R_KO_underscore" = -41; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -26; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -40; -"@MMK_R_KO_J" = -40; -"@MMK_R_KO_O" = 24; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = -77; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -53; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_X" = -33; -"@MMK_R_KO_Y" = -63; -"@MMK_R_KO_Z" = -27; -"@MMK_R_KO_a" = 28; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_bracketright" = -81; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -28; -"@MMK_R_KO_comma.ss01" = -47; -"@MMK_R_KO_e" = 28; -"@MMK_R_KO_egrave" = 28; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -71; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_guillemetleft" = 26; -"@MMK_R_KO_hyphen" = 33; -"@MMK_R_KO_hyphen.case" = 32; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -97; -"@MMK_R_KO_parenright.case" = -57; -"@MMK_R_KO_period" = -28; -"@MMK_R_KO_period.ss01" = -58; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -28; -"@MMK_R_KO_quotedbl" = -13; -"@MMK_R_KO_quotedblleft" = -33; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -29; -"@MMK_R_KO_quoteright" = -18; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_sevensuperior" = -47; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 18; -"@MMK_R_KO_y" = 0; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 8; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 30; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 26; -"@MMK_R_KO_X" = 28; -"@MMK_R_KO_Y" = 21; -"@MMK_R_KO_Z" = 26; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -29; -"@MMK_R_KO_asciicircum" = -74; -"@MMK_R_KO_bracketright" = -15; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -30; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -36; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -58; -"@MMK_R_KO_g" = -16; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_hyphen.case" = -5; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 35; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_ninesuperior" = -2; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -20; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 7; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -27; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -48; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = -33; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -52; -"@MMK_R_KO_w" = -44; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = -54; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -77; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = -126; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = 7; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 30; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 13; -"@MMK_R_KO_Y" = 26; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = -23; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asciicircum" = -71; -"@MMK_R_KO_bracketright" = -20; -"@MMK_R_KO_colon" = -72; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -233; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -44; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = -62; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = -38; -"@MMK_R_KO_hyphen" = -26; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_icircumflex" = 7; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = -38; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 3; -"@MMK_R_KO_parenright" = -21; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = 5; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 12; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -31; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -7; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = -99; -"@MMK_R_KO_t" = -50; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -6; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_underscore" = -222; -"@MMK_R_KO_v" = -48; -"@MMK_R_KO_w" = -39; -"@MMK_R_KO_x" = -74; -"@MMK_R_KO_y" = -50; -"@MMK_R_KO_z" = -100; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -30; -"@MMK_R_KO_J" = -24; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = -71; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -50; -"@MMK_R_KO_W" = -37; -"@MMK_R_KO_X" = -26; -"@MMK_R_KO_Y" = -59; -"@MMK_R_KO_Z" = -16; -"@MMK_R_KO_a" = 22; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asciicircum" = -48; -"@MMK_R_KO_bracketright" = -78; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -19; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_e" = 23; -"@MMK_R_KO_egrave" = 24; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = -59; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 23; -"@MMK_R_KO_guillemetleft" = 29; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 38; -"@MMK_R_KO_hyphen.case" = 24; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 34; -"@MMK_R_KO_imacron" = 57; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -20; -"@MMK_R_KO_onesuperior" = -41; -"@MMK_R_KO_parenright" = -99; -"@MMK_R_KO_parenright.case" = -48; -"@MMK_R_KO_period" = -23; -"@MMK_R_KO_period.ss01" = -47; -"@MMK_R_KO_question" = -11; -"@MMK_R_KO_question.ss01" = -25; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = -28; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteleft" = -28; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -52; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -74; -"@MMK_R_KO_u" = 15; -"@MMK_R_KO_underscore" = -30; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 26; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 19; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -68; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -50; -"@MMK_R_KO_W" = -38; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = -58; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = 15; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asciicircum" = -53; -"@MMK_R_KO_bracketright" = -61; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 16; -"@MMK_R_KO_eightsuperior" = -18; -"@MMK_R_KO_ellipsis" = -12; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -23; -"@MMK_R_KO_foursuperior" = -20; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = 12; -"@MMK_R_KO_guillemetright" = 2; -"@MMK_R_KO_hyphen" = 23; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 35; -"@MMK_R_KO_imacron" = 50; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -26; -"@MMK_R_KO_onesuperior" = -49; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_parenright.case" = -8; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -11; -"@MMK_R_KO_question.ss01" = -25; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -28; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -27; -"@MMK_R_KO_quoteright" = -14; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -52; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = -20; -"@MMK_R_KO_slash" = 13; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -75; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = 2; -"@MMK_R_KO_v" = -2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -1; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -45; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 48; -"@MMK_R_KO_imacron" = 81; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 25; -"@MMK_R_KO_ninesuperior" = -4; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -20; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 39; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 45; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = -32; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = 39; -"@MMK_R_KO_W" = 41; -"@MMK_R_KO_X" = 30; -"@MMK_R_KO_Y" = 24; -"@MMK_R_KO_Z" = 29; -"@MMK_R_KO_a" = -49; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asciicircum" = -73; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -52; -"@MMK_R_KO_egrave" = -52; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -3; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = -62; -"@MMK_R_KO_g" = -6; -"@MMK_R_KO_guillemetleft" = -66; -"@MMK_R_KO_guillemetright" = -31; -"@MMK_R_KO_hyphen" = -94; -"@MMK_R_KO_hyphen.case" = -96; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 38; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -3; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -19; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 8; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -26; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = -38; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -7; -"@MMK_R_KO_u" = -43; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -101; -"@MMK_R_KO_w" = -76; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = -89; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -14; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -13; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 4; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 5; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -42; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -31; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -51; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 6; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 54; -"@MMK_R_KO_imacron" = 86; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 31; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 7; -"@MMK_R_KO_parenright.case" = -9; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -6; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -18; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -15; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -21; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 6; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 33; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 36; -"@MMK_R_KO_J" = 29; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 25; -"@MMK_R_KO_W" = 25; -"@MMK_R_KO_X" = 28; -"@MMK_R_KO_Y" = 25; -"@MMK_R_KO_Z" = 30; -"@MMK_R_KO_a" = -46; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -75; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -48; -"@MMK_R_KO_egrave" = -48; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -30; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -68; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = -8; -"@MMK_R_KO_hyphen" = -75; -"@MMK_R_KO_hyphen.case" = -105; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 35; -"@MMK_R_KO_imacron" = 68; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -4; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 5; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -12; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = -20; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = -40; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = -43; -"@MMK_R_KO_underscore" = 16; -"@MMK_R_KO_v" = -67; -"@MMK_R_KO_w" = -64; -"@MMK_R_KO_x" = 7; -"@MMK_R_KO_y" = -60; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = -81; -"@MMK_R_KO_S" = -43; -"@MMK_R_KO_T" = -135; -"@MMK_R_KO_U" = -64; -"@MMK_R_KO_V" = -185; -"@MMK_R_KO_W" = -118; -"@MMK_R_KO_X" = 10; -"@MMK_R_KO_Y" = -142; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = -65; -"@MMK_R_KO_a.ss05" = -32; -"@MMK_R_KO_asciicircum" = -284; -"@MMK_R_KO_bracketright" = -83; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_egrave" = -67; -"@MMK_R_KO_eightsuperior" = -220; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -53; -"@MMK_R_KO_fivesuperior" = -218; -"@MMK_R_KO_foursuperior" = -207; -"@MMK_R_KO_g" = -21; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -188; -"@MMK_R_KO_hyphen.case" = -188; -"@MMK_R_KO_i" = -12; -"@MMK_R_KO_icircumflex" = -12; -"@MMK_R_KO_imacron" = -12; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_l.ss04" = -12; -"@MMK_R_KO_n" = -12; -"@MMK_R_KO_ninesuperior" = -226; -"@MMK_R_KO_onesuperior" = -110; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -86; -"@MMK_R_KO_question.ss01" = -109; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -138; -"@MMK_R_KO_quotedblleft.ss01" = -128; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -138; -"@MMK_R_KO_quoteright.ss01" = -128; -"@MMK_R_KO_s" = -36; -"@MMK_R_KO_sevensuperior" = -185; -"@MMK_R_KO_six" = -69; -"@MMK_R_KO_sixsuperior" = -226; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = -66; -"@MMK_R_KO_threesuperior" = -212; -"@MMK_R_KO_trademark" = -281; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -110; -"@MMK_R_KO_w" = -77; -"@MMK_R_KO_x" = 11; -"@MMK_R_KO_y" = -96; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = -78; -"@MMK_R_KO_S" = -40; -"@MMK_R_KO_T" = -135; -"@MMK_R_KO_U" = -60; -"@MMK_R_KO_V" = -186; -"@MMK_R_KO_W" = -118; -"@MMK_R_KO_X" = 10; -"@MMK_R_KO_Y" = -142; -"@MMK_R_KO_Z" = 13; -"@MMK_R_KO_a" = -65; -"@MMK_R_KO_a.ss05" = -32; -"@MMK_R_KO_bracketright" = -81; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_egrave" = -68; -"@MMK_R_KO_eightsuperior" = -125; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_fivesuperior" = -130; -"@MMK_R_KO_foursuperior" = -112; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -127; -"@MMK_R_KO_hyphen.case" = -114; -"@MMK_R_KO_i" = -12; -"@MMK_R_KO_ninesuperior" = -131; -"@MMK_R_KO_onesuperior" = -110; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -86; -"@MMK_R_KO_question.ss01" = -106; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -138; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -35; -"@MMK_R_KO_sevensuperior" = -185; -"@MMK_R_KO_sixsuperior" = -137; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_threesuperior" = -122; -"@MMK_R_KO_u" = -58; -"@MMK_R_KO_y" = -94; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -37; -"@MMK_R_KO_J" = -34; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -79; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -55; -"@MMK_R_KO_W" = -42; -"@MMK_R_KO_X" = -30; -"@MMK_R_KO_Y" = -65; -"@MMK_R_KO_Z" = -23; -"@MMK_R_KO_a" = 28; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_asciicircum" = -50; -"@MMK_R_KO_bracketright" = -82; -"@MMK_R_KO_colon" = -8; -"@MMK_R_KO_comma" = -26; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = 28; -"@MMK_R_KO_egrave" = 28; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -67; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 27; -"@MMK_R_KO_guillemetleft" = 26; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 33; -"@MMK_R_KO_hyphen.case" = 31; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 21; -"@MMK_R_KO_imacron" = 44; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -97; -"@MMK_R_KO_parenright.case" = -53; -"@MMK_R_KO_period" = -26; -"@MMK_R_KO_period.ss01" = -54; -"@MMK_R_KO_question" = -18; -"@MMK_R_KO_question.ss01" = -30; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -32; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_six" = 25; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -70; -"@MMK_R_KO_u" = 18; -"@MMK_R_KO_underscore" = -37; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -7; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -37; -"@MMK_R_KO_J" = -34; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -79; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -55; -"@MMK_R_KO_W" = -42; -"@MMK_R_KO_X" = -30; -"@MMK_R_KO_Y" = -65; -"@MMK_R_KO_Z" = -23; -"@MMK_R_KO_a" = 28; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_bracketright" = -82; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -26; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = 28; -"@MMK_R_KO_egrave" = 28; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -67; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = -3; -"@MMK_R_KO_g" = 27; -"@MMK_R_KO_guillemetleft" = 26; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 33; -"@MMK_R_KO_hyphen.case" = 31; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -96; -"@MMK_R_KO_parenright.case" = -53; -"@MMK_R_KO_period" = -26; -"@MMK_R_KO_period.ss01" = -54; -"@MMK_R_KO_question" = -18; -"@MMK_R_KO_question.ss01" = -30; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -32; -"@MMK_R_KO_quoteright" = -21; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_sevensuperior" = -48; -"@MMK_R_KO_six" = 25; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -70; -"@MMK_R_KO_u" = 18; -"@MMK_R_KO_underscore" = -37; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -8; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -34; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = -56; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = -51; -"@MMK_R_KO_X" = -29; -"@MMK_R_KO_bracketright" = -45; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -26; -"@MMK_R_KO_comma.ss01" = -44; -"@MMK_R_KO_e" = 28; -"@MMK_R_KO_ellipsis" = -67; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 33; -"@MMK_R_KO_hyphen.case" = 31; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_parenright.case" = -34; -"@MMK_R_KO_period" = -26; -"@MMK_R_KO_period.ss01" = -54; -"@MMK_R_KO_question" = -15; -"@MMK_R_KO_question.ss01" = -30; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -25; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -68; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = -28; -"@MMK_R_KO_J" = -130; -"@MMK_R_KO_O" = 30; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -26; -"@MMK_R_KO_U" = 16; -"@MMK_R_KO_V" = -16; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = -40; -"@MMK_R_KO_Y" = -26; -"@MMK_R_KO_Z" = -36; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -68; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 21; -"@MMK_R_KO_ellipsis" = -233; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = 12; -"@MMK_R_KO_foursuperior" = 14; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 23; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 55; -"@MMK_R_KO_imacron" = 75; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 13; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 10; -"@MMK_R_KO_onesuperior" = -4; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_parenright.case" = -67; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = 15; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 12; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = 31; -"@MMK_R_KO_sixsuperior" = 14; -"@MMK_R_KO_slash" = -88; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = 16; -"@MMK_R_KO_trademark" = -38; -"@MMK_R_KO_u" = 8; -"@MMK_R_KO_underscore" = -222; -"@MMK_R_KO_v" = 26; -"@MMK_R_KO_w" = 36; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 24; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 17; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = -109; -"@MMK_R_KO_U" = -32; -"@MMK_R_KO_V" = -91; -"@MMK_R_KO_W" = -70; -"@MMK_R_KO_X" = 15; -"@MMK_R_KO_Y" = -106; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asciicircum" = -92; -"@MMK_R_KO_bracketright" = -77; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 14; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eightsuperior" = -42; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_fivesuperior" = -48; -"@MMK_R_KO_foursuperior" = -37; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = -20; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -51; -"@MMK_R_KO_onesuperior" = -77; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -55; -"@MMK_R_KO_question.ss01" = -69; -"@MMK_R_KO_quotedbl" = -52; -"@MMK_R_KO_quotedblleft" = -63; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -62; -"@MMK_R_KO_quoteright" = -62; -"@MMK_R_KO_quoteright.ss01" = -61; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_sevensuperior" = -83; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_sixsuperior" = -52; -"@MMK_R_KO_slash" = 14; -"@MMK_R_KO_t" = -29; -"@MMK_R_KO_threesuperior" = -40; -"@MMK_R_KO_trademark" = -109; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_underscore" = 19; -"@MMK_R_KO_v" = -40; -"@MMK_R_KO_w" = -35; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = -39; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -30; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -19; -"@MMK_R_KO_W" = -10; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -30; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -31; -"@MMK_R_KO_bracketright" = -51; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 7; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 4; -"@MMK_R_KO_ellipsis" = -24; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 55; -"@MMK_R_KO_imacron" = 76; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -11; -"@MMK_R_KO_parenright" = -40; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -16; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -45; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = 7; -"@MMK_R_KO_v" = 8; -"@MMK_R_KO_w" = 15; -"@MMK_R_KO_x" = 16; -"@MMK_R_KO_y" = 9; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 25; -"@MMK_R_KO_T" = -46; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 22; -"@MMK_R_KO_asciicircum" = -49; -"@MMK_R_KO_bracketright" = -66; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -26; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 15; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_hyphen.case" = -21; -"@MMK_R_KO_i" = 7; -"@MMK_R_KO_icircumflex" = 59; -"@MMK_R_KO_imacron" = 66; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -14; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -32; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_trademark" = -65; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 25; -"@MMK_R_KO_T" = -46; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -38; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -45; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 22; -"@MMK_R_KO_bracketright" = -62; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = -19; -"@MMK_R_KO_ellipsis" = -26; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = -21; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 15; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_hyphen.case" = -21; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 59; -"@MMK_R_KO_imacron" = 66; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 8; -"@MMK_R_KO_n" = 5; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -14; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -32; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -26; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -137; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = -121; -"@MMK_R_KO_O" = -34; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 18; -"@MMK_R_KO_W" = 46; -"@MMK_R_KO_X" = 20; -"@MMK_R_KO_Y" = 17; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_a" = -136; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asciicircum" = -70; -"@MMK_R_KO_bracketright" = -18; -"@MMK_R_KO_colon" = -72; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -136; -"@MMK_R_KO_egrave" = -69; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -176; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -46; -"@MMK_R_KO_fivesuperior" = -7; -"@MMK_R_KO_foursuperior" = -77; -"@MMK_R_KO_g" = -135; -"@MMK_R_KO_guillemetleft" = -110; -"@MMK_R_KO_guillemetright" = -110; -"@MMK_R_KO_hyphen" = -132; -"@MMK_R_KO_hyphen.case" = -132; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -16; -"@MMK_R_KO_l.ss04" = 35; -"@MMK_R_KO_n" = -138; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 5; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = -8; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -141; -"@MMK_R_KO_sevensuperior" = 2; -"@MMK_R_KO_six" = -27; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = -130; -"@MMK_R_KO_t" = -63; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -5; -"@MMK_R_KO_u" = -128; -"@MMK_R_KO_underscore" = -134; -"@MMK_R_KO_v" = -149; -"@MMK_R_KO_w" = -145; -"@MMK_R_KO_x" = -149; -"@MMK_R_KO_y" = -144; -"@MMK_R_KO_z" = -151; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 11; -"@MMK_R_KO_W" = 10; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -39; -"@MMK_R_KO_bracketright" = -23; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -25; -"@MMK_R_KO_comma.ss01" = -43; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -63; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 3; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_imacron" = 91; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 35; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 2; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = -5; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -51; -"@MMK_R_KO_question" = 11; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = 4; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -12; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_underscore" = -34; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = -29; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 12; -"@MMK_R_KO_V" = 11; -"@MMK_R_KO_W" = 10; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = -23; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -25; -"@MMK_R_KO_comma.ss01" = -43; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_egrave" = 7; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -63; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 2; -"@MMK_R_KO_guillemetright" = 3; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_i" = 11; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 35; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 2; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = -5; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -51; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = 4; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 10; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 22; -"@MMK_R_KO_I.ss02" = 61; -"@MMK_R_KO_O" = 12; -"@MMK_R_KO_T" = 60; -"@MMK_R_KO_U" = 33; -"@MMK_R_KO_V" = 56; -"@MMK_R_KO_X" = 37; -"@MMK_R_KO_Y" = 56; -"@MMK_R_KO_Z" = 43; -"@MMK_R_KO_a" = 7; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = 77; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -25; -"@MMK_R_KO_comma.ss01" = -43; -"@MMK_R_KO_e" = 7; -"@MMK_R_KO_eightsuperior" = 46; -"@MMK_R_KO_ellipsis" = -63; -"@MMK_R_KO_exclam" = 44; -"@MMK_R_KO_fivesuperior" = 52; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = 3; -"@MMK_R_KO_hyphen" = 11; -"@MMK_R_KO_hyphen.case" = 11; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 50; -"@MMK_R_KO_onesuperior" = 44; -"@MMK_R_KO_parenright" = 90; -"@MMK_R_KO_parenright.case" = 90; -"@MMK_R_KO_period" = -25; -"@MMK_R_KO_period.ss01" = -43; -"@MMK_R_KO_question" = 30; -"@MMK_R_KO_question.ss01" = 9; -"@MMK_R_KO_quotedbl" = 47; -"@MMK_R_KO_quoteright" = 49; -"@MMK_R_KO_quoteright.ss01" = 31; -"@MMK_R_KO_sevensuperior" = 70; -"@MMK_R_KO_sixsuperior" = 30; -"@MMK_R_KO_slash" = -32; -"@MMK_R_KO_threesuperior" = 39; -"@MMK_R_KO_u" = 2; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -150; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 38; -"@MMK_R_KO_J" = -124; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 36; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = 36; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = -75; -"@MMK_R_KO_a.ss05" = -45; -"@MMK_R_KO_asciicircum" = -61; -"@MMK_R_KO_bracketright" = -16; -"@MMK_R_KO_colon" = -31; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -74; -"@MMK_R_KO_egrave" = -66; -"@MMK_R_KO_eightsuperior" = 7; -"@MMK_R_KO_ellipsis" = -193; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_f" = -20; -"@MMK_R_KO_fivesuperior" = 3; -"@MMK_R_KO_foursuperior" = -30; -"@MMK_R_KO_g" = -68; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = -87; -"@MMK_R_KO_hyphen.case" = -54; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 44; -"@MMK_R_KO_imacron" = 99; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 39; -"@MMK_R_KO_n" = -51; -"@MMK_R_KO_ninesuperior" = 15; -"@MMK_R_KO_onesuperior" = 11; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = 13; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 28; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = 15; -"@MMK_R_KO_quoteleft" = 14; -"@MMK_R_KO_quoteright" = 19; -"@MMK_R_KO_quoteright.ss01" = 13; -"@MMK_R_KO_s" = -58; -"@MMK_R_KO_sevensuperior" = 16; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -164; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_underscore" = -162; -"@MMK_R_KO_v" = -36; -"@MMK_R_KO_w" = -27; -"@MMK_R_KO_x" = -32; -"@MMK_R_KO_y" = -26; -"@MMK_R_KO_z" = -48; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -100; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 40; -"@MMK_R_KO_J" = -104; -"@MMK_R_KO_O" = -12; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 41; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = 39; -"@MMK_R_KO_W" = 40; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = 37; -"@MMK_R_KO_Z" = 25; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -44; -"@MMK_R_KO_asciicircum" = -49; -"@MMK_R_KO_bracketright" = -17; -"@MMK_R_KO_colon" = -17; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -49; -"@MMK_R_KO_egrave" = -45; -"@MMK_R_KO_eightsuperior" = 13; -"@MMK_R_KO_ellipsis" = -129; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = 3; -"@MMK_R_KO_foursuperior" = -16; -"@MMK_R_KO_g" = -46; -"@MMK_R_KO_guillemetleft" = -49; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -50; -"@MMK_R_KO_hyphen.case" = -31; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 59; -"@MMK_R_KO_imacron" = 107; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 42; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_ninesuperior" = 18; -"@MMK_R_KO_onesuperior" = 14; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = 20; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 29; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = 13; -"@MMK_R_KO_quoteleft" = 14; -"@MMK_R_KO_quoteright" = 27; -"@MMK_R_KO_quoteright.ss01" = 19; -"@MMK_R_KO_s" = -41; -"@MMK_R_KO_sevensuperior" = 20; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = 6; -"@MMK_R_KO_slash" = -110; -"@MMK_R_KO_t" = -3; -"@MMK_R_KO_threesuperior" = 2; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_underscore" = -106; -"@MMK_R_KO_v" = -9; -"@MMK_R_KO_w" = -11; -"@MMK_R_KO_x" = -20; -"@MMK_R_KO_y" = -9; -"@MMK_R_KO_z" = -25; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 33; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 29; -"@MMK_R_KO_J" = 35; -"@MMK_R_KO_O" = -40; -"@MMK_R_KO_S" = -13; -"@MMK_R_KO_T" = 15; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 15; -"@MMK_R_KO_W" = 16; -"@MMK_R_KO_X" = 30; -"@MMK_R_KO_Y" = 15; -"@MMK_R_KO_Z" = 30; -"@MMK_R_KO_a" = -47; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asciicircum" = -82; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = 5; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -49; -"@MMK_R_KO_egrave" = -49; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -27; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -67; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = -78; -"@MMK_R_KO_hyphen.case" = -96; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 27; -"@MMK_R_KO_imacron" = 68; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 28; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 5; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -17; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = -23; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -34; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = -45; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -11; -"@MMK_R_KO_u" = -43; -"@MMK_R_KO_underscore" = 16; -"@MMK_R_KO_v" = -60; -"@MMK_R_KO_w" = -61; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = -59; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -153; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = -128; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_S" = -7; -"@MMK_R_KO_T" = 11; -"@MMK_R_KO_U" = 6; -"@MMK_R_KO_V" = 35; -"@MMK_R_KO_W" = 36; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = 35; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -97; -"@MMK_R_KO_a.ss05" = -53; -"@MMK_R_KO_asciicircum" = -69; -"@MMK_R_KO_bracketright" = -15; -"@MMK_R_KO_colon" = -47; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -96; -"@MMK_R_KO_egrave" = -73; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -187; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -34; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -48; -"@MMK_R_KO_g" = -92; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -38; -"@MMK_R_KO_hyphen" = -115; -"@MMK_R_KO_hyphen.case" = -88; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 30; -"@MMK_R_KO_imacron" = 86; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 37; -"@MMK_R_KO_n" = -67; -"@MMK_R_KO_ninesuperior" = 2; -"@MMK_R_KO_onesuperior" = 5; -"@MMK_R_KO_parenright" = -2; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 14; -"@MMK_R_KO_quotedblleft" = 11; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 11; -"@MMK_R_KO_quoteright" = 14; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -78; -"@MMK_R_KO_sevensuperior" = 10; -"@MMK_R_KO_six" = -26; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = -142; -"@MMK_R_KO_t" = -34; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_underscore" = -149; -"@MMK_R_KO_v" = -41; -"@MMK_R_KO_w" = -46; -"@MMK_R_KO_x" = -53; -"@MMK_R_KO_y" = -40; -"@MMK_R_KO_z" = -61; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 29; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 28; -"@MMK_R_KO_W" = 29; -"@MMK_R_KO_X" = 31; -"@MMK_R_KO_Y" = 26; -"@MMK_R_KO_Z" = 30; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_a.ss05" = -32; -"@MMK_R_KO_asciicircum" = -68; -"@MMK_R_KO_bracketright" = -22; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -52; -"@MMK_R_KO_egrave" = -46; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -4; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = -30; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -52; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -130; -"@MMK_R_KO_hyphen.case" = -95; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 54; -"@MMK_R_KO_imacron" = 88; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 33; -"@MMK_R_KO_n" = -12; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -10; -"@MMK_R_KO_parenright.case" = -10; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft" = 7; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 7; -"@MMK_R_KO_quoteright" = 7; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -33; -"@MMK_R_KO_sevensuperior" = 2; -"@MMK_R_KO_six" = -24; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -38; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -5; -"@MMK_R_KO_u" = -41; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -47; -"@MMK_R_KO_w" = -55; -"@MMK_R_KO_x" = 7; -"@MMK_R_KO_y" = -47; -"@MMK_R_KO_z" = 3; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -140; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -62; -"@MMK_R_KO_W" = -42; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -81; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -55; -"@MMK_R_KO_bracketright" = -76; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = -3; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -53; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = -17; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quotedblleft.ss01" = -54; -"@MMK_R_KO_quoteleft" = -41; -"@MMK_R_KO_quoteright" = -29; -"@MMK_R_KO_quoteright.ss01" = -44; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -68; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -19; -"@MMK_R_KO_slash" = -2; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -16; -"@MMK_R_KO_trademark" = -80; -"@MMK_R_KO_u" = -1; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = -153; -"@MMK_R_KO_U" = -28; -"@MMK_R_KO_V" = -114; -"@MMK_R_KO_W" = -78; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -145; -"@MMK_R_KO_Z" = 5; -"@MMK_R_KO_a" = -18; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asciicircum" = -102; -"@MMK_R_KO_bracketright" = -85; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -18; -"@MMK_R_KO_eightsuperior" = -48; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -25; -"@MMK_R_KO_fivesuperior" = -58; -"@MMK_R_KO_foursuperior" = -58; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -58; -"@MMK_R_KO_onesuperior" = -77; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = 11; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -72; -"@MMK_R_KO_question.ss01" = -90; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -96; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_sevensuperior" = -84; -"@MMK_R_KO_six" = -22; -"@MMK_R_KO_sixsuperior" = -65; -"@MMK_R_KO_slash" = 5; -"@MMK_R_KO_t" = -40; -"@MMK_R_KO_threesuperior" = -51; -"@MMK_R_KO_trademark" = -113; -"@MMK_R_KO_u" = -23; -"@MMK_R_KO_underscore" = 16; -"@MMK_R_KO_v" = -49; -"@MMK_R_KO_w" = -36; -"@MMK_R_KO_x" = 5; -"@MMK_R_KO_y" = -50; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 4; -"@MMK_R_KO_O" = -19; -"@MMK_R_KO_S" = -18; -"@MMK_R_KO_T" = -125; -"@MMK_R_KO_U" = -28; -"@MMK_R_KO_V" = -95; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -104; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_bracketright" = -83; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 11; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eightsuperior" = -48; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_fivesuperior" = -56; -"@MMK_R_KO_foursuperior" = -52; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -56; -"@MMK_R_KO_onesuperior" = -77; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = 11; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -71; -"@MMK_R_KO_question.ss01" = -90; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -80; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -6; -"@MMK_R_KO_sevensuperior" = -84; -"@MMK_R_KO_six" = -21; -"@MMK_R_KO_sixsuperior" = -64; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_t" = -38; -"@MMK_R_KO_threesuperior" = -47; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_underscore" = 16; -"@MMK_R_KO_v" = -49; -"@MMK_R_KO_w" = -36; -"@MMK_R_KO_x" = 5; -"@MMK_R_KO_y" = -50; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 24; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_T" = -142; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_f" = -34; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_t" = -51; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -139; -"@MMK_R_KO_H" = -44; -"@MMK_R_KO_O" = -26; -"@MMK_R_KO_T" = -98; -"@MMK_R_KO_a" = -52; -"@MMK_R_KO_e" = -51; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_i" = -43; -"@MMK_R_KO_n" = -53; -"@MMK_R_KO_t" = -12; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -155; -"@MMK_R_KO_H" = -91; -"@MMK_R_KO_O" = -80; -"@MMK_R_KO_T" = -245; -"@MMK_R_KO_a" = -84; -"@MMK_R_KO_e" = -83; -"@MMK_R_KO_f" = -98; -"@MMK_R_KO_i" = -84; -"@MMK_R_KO_n" = -101; -"@MMK_R_KO_t" = -98; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -89; -"@MMK_R_KO_H" = 10; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -122; -"@MMK_R_KO_O" = 18; -"@MMK_R_KO_S" = 28; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 23; -"@MMK_R_KO_V" = 10; -"@MMK_R_KO_W" = 22; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -23; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asterisk" = 49; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -23; -"@MMK_R_KO_eight" = 23; -"@MMK_R_KO_f" = 21; -"@MMK_R_KO_five" = 16; -"@MMK_R_KO_four" = -72; -"@MMK_R_KO_g" = -19; -"@MMK_R_KO_guillemetleft" = -32; -"@MMK_R_KO_guillemetright" = 19; -"@MMK_R_KO_hyphen" = -132; -"@MMK_R_KO_hyphen.case" = -44; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 40; -"@MMK_R_KO_one" = 27; -"@MMK_R_KO_parenright" = -31; -"@MMK_R_KO_parenright.case" = -30; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = 30; -"@MMK_R_KO_quotedblleft" = 22; -"@MMK_R_KO_quotedblleft.ss01" = 28; -"@MMK_R_KO_quoteright" = 8; -"@MMK_R_KO_quoteright.ss01" = 22; -"@MMK_R_KO_s" = -10; -"@MMK_R_KO_seven" = 44; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_slash" = -118; -"@MMK_R_KO_t" = 21; -"@MMK_R_KO_three" = 30; -"@MMK_R_KO_two" = 36; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 36; -"@MMK_R_KO_w" = 34; -"@MMK_R_KO_y" = 37; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = -81; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -77; -"@MMK_R_KO_O" = -51; -"@MMK_R_KO_S" = -45; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = -22; -"@MMK_R_KO_V" = -6; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_Y" = -4; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = -77; -"@MMK_R_KO_a.ss05" = -66; -"@MMK_R_KO_asterisk" = -36; -"@MMK_R_KO_colon" = -72; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -81; -"@MMK_R_KO_egrave" = -78; -"@MMK_R_KO_eight" = -43; -"@MMK_R_KO_ellipsis" = -99; -"@MMK_R_KO_f" = -56; -"@MMK_R_KO_five" = -33; -"@MMK_R_KO_four" = -84; -"@MMK_R_KO_g" = -42; -"@MMK_R_KO_guillemetleft" = -83; -"@MMK_R_KO_guillemetright" = -78; -"@MMK_R_KO_hyphen" = -84; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = 71; -"@MMK_R_KO_n" = -79; -"@MMK_R_KO_nine" = -41; -"@MMK_R_KO_one" = -75; -"@MMK_R_KO_period" = -70; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = -14; -"@MMK_R_KO_quotedblleft" = -23; -"@MMK_R_KO_quotedblleft.ss01" = -32; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -27; -"@MMK_R_KO_s" = -87; -"@MMK_R_KO_seven" = -11; -"@MMK_R_KO_six" = -49; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = -69; -"@MMK_R_KO_three" = -53; -"@MMK_R_KO_two" = -45; -"@MMK_R_KO_u" = -95; -"@MMK_R_KO_v" = -84; -"@MMK_R_KO_w" = -85; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -82; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = -16; -"@MMK_R_KO_H" = -8; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -17; -"@MMK_R_KO_O" = -53; -"@MMK_R_KO_S" = -41; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = -17; -"@MMK_R_KO_V" = -7; -"@MMK_R_KO_W" = -8; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_asterisk" = -32; -"@MMK_R_KO_colon" = -26; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -21; -"@MMK_R_KO_eight" = -28; -"@MMK_R_KO_ellipsis" = -42; -"@MMK_R_KO_five" = -21; -"@MMK_R_KO_four" = -84; -"@MMK_R_KO_guillemetleft" = -85; -"@MMK_R_KO_guillemetright" = -58; -"@MMK_R_KO_hyphen.case" = -84; -"@MMK_R_KO_nine" = -39; -"@MMK_R_KO_one" = -75; -"@MMK_R_KO_period" = -26; -"@MMK_R_KO_period.ss01" = -39; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -33; -"@MMK_R_KO_quoteright" = -11; -"@MMK_R_KO_quoteright.ss01" = -30; -"@MMK_R_KO_seven" = -13; -"@MMK_R_KO_six" = -47; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_three" = -44; -"@MMK_R_KO_two" = -26; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -24; -"@MMK_R_KO_J" = -22; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -150; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -84; -"@MMK_R_KO_W" = -60; -"@MMK_R_KO_X" = -14; -"@MMK_R_KO_Y" = -122; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 2; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_asciicircum" = -72; -"@MMK_R_KO_bracketright" = -89; -"@MMK_R_KO_colon" = -9; -"@MMK_R_KO_comma" = -5; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 2; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = -22; -"@MMK_R_KO_ellipsis" = -36; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_fivesuperior" = -30; -"@MMK_R_KO_foursuperior" = -37; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_onesuperior" = -52; -"@MMK_R_KO_parenright" = -87; -"@MMK_R_KO_period" = -5; -"@MMK_R_KO_period.ss01" = -30; -"@MMK_R_KO_question" = -66; -"@MMK_R_KO_question.ss01" = -82; -"@MMK_R_KO_quotedbl" = -53; -"@MMK_R_KO_quotedblleft" = -77; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 24; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -36; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = -27; -"@MMK_R_KO_threesuperior" = -20; -"@MMK_R_KO_trademark" = -87; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -8; -"@MMK_R_KO_v" = -22; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_x" = -12; -"@MMK_R_KO_y" = -23; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -74; -"@MMK_R_KO_comma" = 4; -"@MMK_R_KO_eight" = -30; -"@MMK_R_KO_five" = -46; -"@MMK_R_KO_four" = -74; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -74; -"@MMK_R_KO_hyphen.case" = -74; -"@MMK_R_KO_nine" = -44; -"@MMK_R_KO_one" = -66; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_quotedbl" = -74; -"@MMK_R_KO_quotedblleft" = -74; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_seven" = -74; -"@MMK_R_KO_six" = -65; -"@MMK_R_KO_three" = -47; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -134; -"@MMK_R_KO_H" = -17; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_T" = -45; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_e" = -57; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_i" = -18; -"@MMK_R_KO_n" = -43; -"@MMK_R_KO_t" = -13; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -23; -"@MMK_R_KO_J" = -25; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -151; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -92; -"@MMK_R_KO_W" = -64; -"@MMK_R_KO_X" = -15; -"@MMK_R_KO_Y" = -130; -"@MMK_R_KO_Z" = -4; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -82; -"@MMK_R_KO_bracketright" = -92; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -35; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_egrave" = 11; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_fivesuperior" = -36; -"@MMK_R_KO_foursuperior" = -44; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 22; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 31; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -39; -"@MMK_R_KO_onesuperior" = -57; -"@MMK_R_KO_parenright" = -89; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -33; -"@MMK_R_KO_question" = -73; -"@MMK_R_KO_question.ss01" = -95; -"@MMK_R_KO_quotedbl" = -58; -"@MMK_R_KO_quotedblleft" = -84; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 18; -"@MMK_R_KO_sevensuperior" = -65; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -44; -"@MMK_R_KO_slash" = -14; -"@MMK_R_KO_t" = -24; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -95; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -11; -"@MMK_R_KO_v" = -27; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_x" = -14; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -14; -"@MMK_R_KO_J" = -25; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -111; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -92; -"@MMK_R_KO_W" = -62; -"@MMK_R_KO_X" = -11; -"@MMK_R_KO_Y" = -89; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_bracketright" = -91; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -30; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 11; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = -38; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -23; -"@MMK_R_KO_fivesuperior" = -34; -"@MMK_R_KO_foursuperior" = -44; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = 22; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 31; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -35; -"@MMK_R_KO_onesuperior" = -53; -"@MMK_R_KO_parenright" = -86; -"@MMK_R_KO_period" = -6; -"@MMK_R_KO_period.ss01" = -32; -"@MMK_R_KO_question" = -69; -"@MMK_R_KO_question.ss01" = -70; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -76; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 18; -"@MMK_R_KO_sevensuperior" = -64; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -43; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -11; -"@MMK_R_KO_v" = -27; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_x" = -14; -"@MMK_R_KO_y" = -28; -"@MMK_R_KO_z" = -6; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = -37; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -26; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 17; -"@MMK_R_KO_asterisk" = 11; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eight" = 20; -"@MMK_R_KO_ellipsis" = -33; -"@MMK_R_KO_f" = 12; -"@MMK_R_KO_five" = 8; -"@MMK_R_KO_four" = 21; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = 13; -"@MMK_R_KO_hyphen.case" = -8; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 13; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_parenright.case" = -29; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -16; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 19; -"@MMK_R_KO_seven" = 6; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_three" = 13; -"@MMK_R_KO_two" = 12; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -33; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = -100; -"@MMK_R_KO_S" = -68; -"@MMK_R_KO_T" = -177; -"@MMK_R_KO_U" = -84; -"@MMK_R_KO_V" = -217; -"@MMK_R_KO_W" = -137; -"@MMK_R_KO_Y" = -184; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -69; -"@MMK_R_KO_a.ss05" = -48; -"@MMK_R_KO_asterisk" = -141; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = -72; -"@MMK_R_KO_egrave" = -71; -"@MMK_R_KO_eight" = -64; -"@MMK_R_KO_ellipsis" = -18; -"@MMK_R_KO_f" = -59; -"@MMK_R_KO_five" = -74; -"@MMK_R_KO_four" = -220; -"@MMK_R_KO_g" = -42; -"@MMK_R_KO_guillemetleft" = -87; -"@MMK_R_KO_guillemetright" = -42; -"@MMK_R_KO_hyphen" = -233; -"@MMK_R_KO_hyphen.case" = -233; -"@MMK_R_KO_i" = -31; -"@MMK_R_KO_j" = -30; -"@MMK_R_KO_n" = -31; -"@MMK_R_KO_nine" = -72; -"@MMK_R_KO_one" = -86; -"@MMK_R_KO_parenright" = -74; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -147; -"@MMK_R_KO_quotedblleft" = -138; -"@MMK_R_KO_quoteright" = -138; -"@MMK_R_KO_s" = -51; -"@MMK_R_KO_seven" = -105; -"@MMK_R_KO_six" = -87; -"@MMK_R_KO_slash" = -6; -"@MMK_R_KO_t" = -70; -"@MMK_R_KO_three" = -69; -"@MMK_R_KO_two" = -24; -"@MMK_R_KO_u" = -65; -"@MMK_R_KO_v" = -131; -"@MMK_R_KO_w" = -85; -"@MMK_R_KO_y" = -110; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -26; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -94; -"@MMK_R_KO_S" = -61; -"@MMK_R_KO_T" = -178; -"@MMK_R_KO_U" = -77; -"@MMK_R_KO_V" = -210; -"@MMK_R_KO_W" = -135; -"@MMK_R_KO_Y" = -185; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -63; -"@MMK_R_KO_a.ss05" = -41; -"@MMK_R_KO_asterisk" = -141; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = -65; -"@MMK_R_KO_egrave" = -65; -"@MMK_R_KO_eight" = -57; -"@MMK_R_KO_f" = -56; -"@MMK_R_KO_five" = -67; -"@MMK_R_KO_four" = -196; -"@MMK_R_KO_g" = -46; -"@MMK_R_KO_guillemetleft" = -82; -"@MMK_R_KO_guillemetright" = -31; -"@MMK_R_KO_hyphen" = -210; -"@MMK_R_KO_hyphen.case" = -228; -"@MMK_R_KO_i" = -25; -"@MMK_R_KO_j" = -18; -"@MMK_R_KO_n" = -25; -"@MMK_R_KO_nine" = -66; -"@MMK_R_KO_one" = -83; -"@MMK_R_KO_parenright" = -76; -"@MMK_R_KO_parenright.case" = -38; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_quotedbl" = -147; -"@MMK_R_KO_quotedblleft.ss01" = -128; -"@MMK_R_KO_quoteright.ss01" = -128; -"@MMK_R_KO_s" = -41; -"@MMK_R_KO_seven" = -101; -"@MMK_R_KO_six" = -80; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = -68; -"@MMK_R_KO_three" = -62; -"@MMK_R_KO_two" = -15; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_v" = -125; -"@MMK_R_KO_w" = -81; -"@MMK_R_KO_y" = -112; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -29; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -97; -"@MMK_R_KO_J" = -112; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -132; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -98; -"@MMK_R_KO_W" = -69; -"@MMK_R_KO_Y" = -140; -"@MMK_R_KO_Z" = -44; -"@MMK_R_KO_a" = 28; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -72; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = 30; -"@MMK_R_KO_egrave" = 30; -"@MMK_R_KO_eight" = 32; -"@MMK_R_KO_f" = -34; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 28; -"@MMK_R_KO_guillemetleft" = 21; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -70; -"@MMK_R_KO_parenright" = -96; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -138; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -104; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_t" = -40; -"@MMK_R_KO_three" = -3; -"@MMK_R_KO_two" = -39; -"@MMK_R_KO_u" = 13; -"@MMK_R_KO_v" = -42; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_y" = -40; -"@MMK_R_KO_z" = -54; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -39; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 21; -"@MMK_R_KO_J" = -47; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 25; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = 28; -"@MMK_R_KO_W" = 37; -"@MMK_R_KO_X" = 11; -"@MMK_R_KO_Y" = 26; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 31; -"@MMK_R_KO_comma" = -45; -"@MMK_R_KO_comma.ss01" = -63; -"@MMK_R_KO_e" = -6; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = 28; -"@MMK_R_KO_ellipsis" = -62; -"@MMK_R_KO_exclam" = 20; -"@MMK_R_KO_f" = 20; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 7; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 27; -"@MMK_R_KO_hyphen" = -39; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 18; -"@MMK_R_KO_onesuperior" = 3; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -46; -"@MMK_R_KO_period.ss01" = -63; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = 40; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 16; -"@MMK_R_KO_quoteright" = 39; -"@MMK_R_KO_quoteright.ss01" = 10; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 12; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = 19; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = 15; -"@MMK_R_KO_threesuperior" = 11; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -46; -"@MMK_R_KO_v" = 17; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 17; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -39; -"@MMK_R_KO_H" = 9; -"@MMK_R_KO_I.ss02" = 21; -"@MMK_R_KO_J" = -47; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = 25; -"@MMK_R_KO_U" = 20; -"@MMK_R_KO_V" = 28; -"@MMK_R_KO_W" = 37; -"@MMK_R_KO_X" = 11; -"@MMK_R_KO_Y" = 26; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = -19; -"@MMK_R_KO_colon" = 32; -"@MMK_R_KO_comma" = -45; -"@MMK_R_KO_comma.ss01" = -63; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = 28; -"@MMK_R_KO_ellipsis" = -62; -"@MMK_R_KO_exclam" = 20; -"@MMK_R_KO_f" = 20; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 7; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 27; -"@MMK_R_KO_hyphen" = -38; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 19; -"@MMK_R_KO_onesuperior" = 3; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -46; -"@MMK_R_KO_period.ss01" = -63; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = -6; -"@MMK_R_KO_quotedbl" = 40; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 16; -"@MMK_R_KO_quoteright" = 39; -"@MMK_R_KO_quoteright.ss01" = 10; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 12; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_sixsuperior" = 19; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = 15; -"@MMK_R_KO_threesuperior" = 11; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -46; -"@MMK_R_KO_v" = 17; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 17; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -28; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -54; -"@MMK_R_KO_bracketright" = -47; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 22; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -41; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -2; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -39; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 27; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 21; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eight" = 27; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_f" = -26; -"@MMK_R_KO_five" = 17; -"@MMK_R_KO_four" = 29; -"@MMK_R_KO_g" = 14; -"@MMK_R_KO_guillemetleft" = 10; -"@MMK_R_KO_guillemetright" = 5; -"@MMK_R_KO_hyphen" = 28; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -37; -"@MMK_R_KO_parenright" = -28; -"@MMK_R_KO_parenright.case" = -20; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -31; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -27; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = -33; -"@MMK_R_KO_three" = 17; -"@MMK_R_KO_two" = -6; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_v" = -41; -"@MMK_R_KO_w" = -24; -"@MMK_R_KO_y" = -44; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -15; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -53; -"@MMK_R_KO_J" = -57; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 34; -"@MMK_R_KO_T" = -60; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -52; -"@MMK_R_KO_W" = -51; -"@MMK_R_KO_Y" = -55; -"@MMK_R_KO_Z" = -30; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -47; -"@MMK_R_KO_colon" = -58; -"@MMK_R_KO_comma" = -57; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 36; -"@MMK_R_KO_ellipsis" = -74; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_five" = 26; -"@MMK_R_KO_four" = 12; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -37; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -50; -"@MMK_R_KO_parenright" = -75; -"@MMK_R_KO_parenright.case" = -59; -"@MMK_R_KO_period" = -58; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = -60; -"@MMK_R_KO_quotedblleft" = -57; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -54; -"@MMK_R_KO_quoteright.ss01" = -66; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -53; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_slash" = -30; -"@MMK_R_KO_t" = -33; -"@MMK_R_KO_three" = 3; -"@MMK_R_KO_two" = -20; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -53; -"@MMK_R_KO_w" = -32; -"@MMK_R_KO_y" = -50; -"@MMK_R_KO_z" = -39; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 21; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -82; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -27; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_X" = 14; -"@MMK_R_KO_Y" = -40; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -16; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asciicircum" = -56; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 48; -"@MMK_R_KO_comma" = 48; -"@MMK_R_KO_comma.ss01" = 31; -"@MMK_R_KO_e" = -16; -"@MMK_R_KO_egrave" = -15; -"@MMK_R_KO_eightsuperior" = -26; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = -32; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -15; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 9; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 17; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -14; -"@MMK_R_KO_onesuperior" = -33; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 11; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = -10; -"@MMK_R_KO_sevensuperior" = -30; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -5; -"@MMK_R_KO_slash" = 56; -"@MMK_R_KO_t" = -19; -"@MMK_R_KO_threesuperior" = -25; -"@MMK_R_KO_trademark" = -74; -"@MMK_R_KO_u" = -22; -"@MMK_R_KO_underscore" = 57; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -20; -"@MMK_R_KO_x" = 17; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = 16; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -110; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -43; -"@MMK_R_KO_W" = -25; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -8; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -5; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 19; -"@MMK_R_KO_hyphen" = -23; -"@MMK_R_KO_hyphen.case" = -7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = -3; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_parenright.case" = -31; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -25; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteright" = -3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 10; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 11; -"@MMK_R_KO_w" = 13; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -30; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -45; -"@MMK_R_KO_J" = -46; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -110; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = -81; -"@MMK_R_KO_W" = -55; -"@MMK_R_KO_Y" = -110; -"@MMK_R_KO_Z" = -34; -"@MMK_R_KO_a" = 28; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -54; -"@MMK_R_KO_colon" = -46; -"@MMK_R_KO_comma" = -39; -"@MMK_R_KO_comma.ss01" = -52; -"@MMK_R_KO_e" = 29; -"@MMK_R_KO_egrave" = 29; -"@MMK_R_KO_eight" = 21; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 14; -"@MMK_R_KO_g" = 29; -"@MMK_R_KO_guillemetleft" = 21; -"@MMK_R_KO_guillemetright" = -22; -"@MMK_R_KO_hyphen" = 31; -"@MMK_R_KO_hyphen.case" = 7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -3; -"@MMK_R_KO_one" = -59; -"@MMK_R_KO_parenright" = -102; -"@MMK_R_KO_parenright.case" = -68; -"@MMK_R_KO_period" = -49; -"@MMK_R_KO_period.ss01" = -51; -"@MMK_R_KO_quotedbl" = -56; -"@MMK_R_KO_quotedblleft" = -78; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -70; -"@MMK_R_KO_quoteright.ss01" = -65; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -61; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_slash" = -45; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -39; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_v" = -27; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_y" = -29; -"@MMK_R_KO_z" = -36; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -23; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -96; -"@MMK_R_KO_J" = -112; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = -131; -"@MMK_R_KO_U" = 9; -"@MMK_R_KO_V" = -98; -"@MMK_R_KO_W" = -69; -"@MMK_R_KO_Y" = -140; -"@MMK_R_KO_Z" = -42; -"@MMK_R_KO_a" = 30; -"@MMK_R_KO_a.ss05" = 24; -"@MMK_R_KO_asterisk" = -141; -"@MMK_R_KO_colon" = -72; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = 31; -"@MMK_R_KO_egrave" = 31; -"@MMK_R_KO_eight" = 32; -"@MMK_R_KO_f" = -34; -"@MMK_R_KO_five" = 10; -"@MMK_R_KO_four" = 47; -"@MMK_R_KO_g" = 30; -"@MMK_R_KO_guillemetleft" = 21; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -70; -"@MMK_R_KO_parenright" = -95; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = -147; -"@MMK_R_KO_quotedblleft" = -138; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -104; -"@MMK_R_KO_six" = 13; -"@MMK_R_KO_slash" = -39; -"@MMK_R_KO_t" = -38; -"@MMK_R_KO_three" = -3; -"@MMK_R_KO_two" = -39; -"@MMK_R_KO_u" = 14; -"@MMK_R_KO_v" = -36; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = -53; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -55; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -97; -"@MMK_R_KO_J" = -114; -"@MMK_R_KO_O" = 31; -"@MMK_R_KO_S" = -28; -"@MMK_R_KO_T" = -131; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -63; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_Y" = -101; -"@MMK_R_KO_Z" = -93; -"@MMK_R_KO_asterisk" = -54; -"@MMK_R_KO_colon" = -38; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = 26; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_nine" = -5; -"@MMK_R_KO_one" = -68; -"@MMK_R_KO_parenright.case" = -80; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = -55; -"@MMK_R_KO_quotedblleft" = -127; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_seven" = -87; -"@MMK_R_KO_six" = 30; -"@MMK_R_KO_slash" = -71; -"@MMK_R_KO_three" = -44; -"@MMK_R_KO_two" = -55; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -28; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -12; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -51; -"@MMK_R_KO_bracketright" = -55; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 22; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -47; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = -13; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = -38; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteleft" = -32; -"@MMK_R_KO_quoteright" = -28; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = -10; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -21; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 2; -"@MMK_R_KO_H" = 34; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = -5; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = 23; -"@MMK_R_KO_T" = 41; -"@MMK_R_KO_U" = 45; -"@MMK_R_KO_V" = 50; -"@MMK_R_KO_W" = 54; -"@MMK_R_KO_X" = 38; -"@MMK_R_KO_Y" = 46; -"@MMK_R_KO_Z" = 34; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 29; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = 41; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 29; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 22; -"@MMK_R_KO_icircumflex" = 23; -"@MMK_R_KO_imacron" = 22; -"@MMK_R_KO_j" = 22; -"@MMK_R_KO_l.ss04" = 22; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 34; -"@MMK_R_KO_onesuperior" = 37; -"@MMK_R_KO_parenright" = 14; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 32; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 46; -"@MMK_R_KO_quotedblleft" = 32; -"@MMK_R_KO_quotedblleft.ss01" = 17; -"@MMK_R_KO_quoteleft" = 34; -"@MMK_R_KO_quoteright" = 45; -"@MMK_R_KO_quoteright.ss01" = 21; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 42; -"@MMK_R_KO_six" = 6; -"@MMK_R_KO_sixsuperior" = 31; -"@MMK_R_KO_slash" = 22; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 27; -"@MMK_R_KO_trademark" = 15; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 3; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -153; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -52; -"@MMK_R_KO_W" = -27; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_Y" = -69; -"@MMK_R_KO_Z" = 10; -"@MMK_R_KO_a" = -23; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asciicircum" = -19; -"@MMK_R_KO_bracketright" = -86; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = 9; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -24; -"@MMK_R_KO_egrave" = -21; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = 7; -"@MMK_R_KO_hyphen" = -74; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -30; -"@MMK_R_KO_onesuperior" = -45; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -34; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -25; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = -13; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = -7; -"@MMK_R_KO_sevensuperior" = -76; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_trademark" = -74; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 21; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 19; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -13; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -44; -"@MMK_R_KO_bracketright" = -24; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -30; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = -10; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 22; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -12; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -15; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -21; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = -35; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = -55; -"@MMK_R_KO_U" = -33; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -31; -"@MMK_R_KO_X" = 12; -"@MMK_R_KO_Y" = -35; -"@MMK_R_KO_Z" = 7; -"@MMK_R_KO_a" = -26; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -84; -"@MMK_R_KO_bracketright" = -58; -"@MMK_R_KO_colon" = 28; -"@MMK_R_KO_comma" = 22; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_egrave" = -27; -"@MMK_R_KO_eightsuperior" = -45; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_fivesuperior" = -49; -"@MMK_R_KO_foursuperior" = -40; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -37; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -33; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -45; -"@MMK_R_KO_onesuperior" = -42; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_period" = 18; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = -34; -"@MMK_R_KO_question.ss01" = -43; -"@MMK_R_KO_quotedbl" = -44; -"@MMK_R_KO_quotedblleft" = -41; -"@MMK_R_KO_quotedblleft.ss01" = -48; -"@MMK_R_KO_quoteleft" = -41; -"@MMK_R_KO_quoteright" = -40; -"@MMK_R_KO_quoteright.ss01" = -44; -"@MMK_R_KO_s" = -4; -"@MMK_R_KO_sevensuperior" = -44; -"@MMK_R_KO_six" = -35; -"@MMK_R_KO_sixsuperior" = -46; -"@MMK_R_KO_slash" = 16; -"@MMK_R_KO_t" = -32; -"@MMK_R_KO_threesuperior" = -44; -"@MMK_R_KO_trademark" = -72; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_underscore" = 18; -"@MMK_R_KO_v" = -39; -"@MMK_R_KO_w" = -34; -"@MMK_R_KO_x" = 10; -"@MMK_R_KO_y" = -34; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 6; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 2; -"@MMK_R_KO_eightsuperior" = 111; -"@MMK_R_KO_exclam" = 124; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_fivesuperior" = 110; -"@MMK_R_KO_foursuperior" = 52; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 66; -"@MMK_R_KO_j" = 26; -"@MMK_R_KO_l.ss04" = 68; -"@MMK_R_KO_n" = 22; -"@MMK_R_KO_ninesuperior" = 117; -"@MMK_R_KO_onesuperior" = 110; -"@MMK_R_KO_parenright" = 88; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 130; -"@MMK_R_KO_question.ss01" = 82; -"@MMK_R_KO_quotedbl" = 145; -"@MMK_R_KO_quotedblleft" = 123; -"@MMK_R_KO_quotedblleft.ss01" = 109; -"@MMK_R_KO_quoteleft" = 123; -"@MMK_R_KO_sevensuperior" = 115; -"@MMK_R_KO_sixsuperior" = 109; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = 96; -"@MMK_R_KO_u" = 19; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_z" = 15; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -67; -"@MMK_R_KO_H" = -63; -"@MMK_R_KO_O" = -49; -"@MMK_R_KO_T" = -219; -"@MMK_R_KO_a" = -47; -"@MMK_R_KO_e" = -46; -"@MMK_R_KO_f" = -82; -"@MMK_R_KO_i" = -63; -"@MMK_R_KO_n" = -64; -"@MMK_R_KO_t" = -86; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = -160; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -91; -"@MMK_R_KO_W" = -65; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -123; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -84; -"@MMK_R_KO_bracketright" = -72; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 10; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = -30; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -21; -"@MMK_R_KO_fivesuperior" = -38; -"@MMK_R_KO_foursuperior" = -43; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 7; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 14; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -43; -"@MMK_R_KO_onesuperior" = -62; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = -74; -"@MMK_R_KO_question.ss01" = -91; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -81; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -69; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -46; -"@MMK_R_KO_slash" = 7; -"@MMK_R_KO_t" = -22; -"@MMK_R_KO_threesuperior" = -28; -"@MMK_R_KO_trademark" = -95; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 4; -"@MMK_R_KO_v" = -30; -"@MMK_R_KO_w" = -18; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -6; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -24; -"@MMK_R_KO_J" = -35; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = -152; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = -90; -"@MMK_R_KO_W" = -66; -"@MMK_R_KO_X" = -21; -"@MMK_R_KO_Y" = -127; -"@MMK_R_KO_Z" = -12; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -87; -"@MMK_R_KO_bracketright" = -86; -"@MMK_R_KO_colon" = -18; -"@MMK_R_KO_comma" = -8; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eightsuperior" = -31; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -26; -"@MMK_R_KO_fivesuperior" = -40; -"@MMK_R_KO_foursuperior" = -49; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 19; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 31; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = -1; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -44; -"@MMK_R_KO_onesuperior" = -59; -"@MMK_R_KO_parenright" = -89; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -40; -"@MMK_R_KO_question" = -74; -"@MMK_R_KO_question.ss01" = -95; -"@MMK_R_KO_quotedbl" = -62; -"@MMK_R_KO_quotedblleft" = -88; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 17; -"@MMK_R_KO_sevensuperior" = -68; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -48; -"@MMK_R_KO_slash" = -16; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_threesuperior" = -33; -"@MMK_R_KO_trademark" = -100; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -20; -"@MMK_R_KO_v" = -32; -"@MMK_R_KO_w" = -19; -"@MMK_R_KO_x" = -16; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -22; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -114; -"@MMK_R_KO_V" = -85; -"@MMK_R_KO_W" = -56; -"@MMK_R_KO_Y" = -98; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 16; -"@MMK_R_KO_bracketright" = -82; -"@MMK_R_KO_colon" = -17; -"@MMK_R_KO_comma" = -8; -"@MMK_R_KO_comma.ss01" = -29; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eightsuperior" = -33; -"@MMK_R_KO_ellipsis" = -50; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -24; -"@MMK_R_KO_fivesuperior" = -41; -"@MMK_R_KO_foursuperior" = -43; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = 19; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 31; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -41; -"@MMK_R_KO_onesuperior" = -59; -"@MMK_R_KO_parenright" = -82; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -36; -"@MMK_R_KO_question" = -67; -"@MMK_R_KO_question.ss01" = -85; -"@MMK_R_KO_quotedbl" = -54; -"@MMK_R_KO_quotedblleft" = -75; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -66; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = -49; -"@MMK_R_KO_slash" = -15; -"@MMK_R_KO_t" = -28; -"@MMK_R_KO_threesuperior" = -33; -"@MMK_R_KO_trademark" = -99; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -20; -"@MMK_R_KO_v" = -32; -"@MMK_R_KO_w" = -19; -"@MMK_R_KO_x" = -16; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = -16; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -53; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -59; -"@MMK_R_KO_O" = -52; -"@MMK_R_KO_S" = -40; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -7; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = -105; -"@MMK_R_KO_a.ss05" = -66; -"@MMK_R_KO_asterisk" = -23; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -104; -"@MMK_R_KO_egrave" = -74; -"@MMK_R_KO_eight" = -40; -"@MMK_R_KO_ellipsis" = -71; -"@MMK_R_KO_f" = -56; -"@MMK_R_KO_five" = -22; -"@MMK_R_KO_four" = -91; -"@MMK_R_KO_g" = -39; -"@MMK_R_KO_guillemetleft" = -102; -"@MMK_R_KO_guillemetright" = -68; -"@MMK_R_KO_hyphen" = -96; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 73; -"@MMK_R_KO_n" = -52; -"@MMK_R_KO_nine" = -42; -"@MMK_R_KO_one" = -54; -"@MMK_R_KO_parenright" = 14; -"@MMK_R_KO_period" = -54; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -88; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -48; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = -65; -"@MMK_R_KO_three" = -50; -"@MMK_R_KO_two" = -47; -"@MMK_R_KO_u" = -82; -"@MMK_R_KO_v" = -81; -"@MMK_R_KO_w" = -77; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = -58; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = -52; -"@MMK_R_KO_S" = -33; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -5; -"@MMK_R_KO_asterisk" = -21; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_eight" = -29; -"@MMK_R_KO_ellipsis" = -43; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -72; -"@MMK_R_KO_guillemetleft" = -79; -"@MMK_R_KO_guillemetright" = -51; -"@MMK_R_KO_hyphen.case" = -78; -"@MMK_R_KO_nine" = -31; -"@MMK_R_KO_one" = -47; -"@MMK_R_KO_parenright.case" = 13; -"@MMK_R_KO_period" = -7; -"@MMK_R_KO_period.ss01" = -35; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -24; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -15; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = -46; -"@MMK_R_KO_slash" = 21; -"@MMK_R_KO_three" = -47; -"@MMK_R_KO_two" = -21; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -72; -"@MMK_R_KO_S" = -45; -"@MMK_R_KO_T" = -72; -"@MMK_R_KO_U" = -61; -"@MMK_R_KO_V" = -72; -"@MMK_R_KO_W" = -72; -"@MMK_R_KO_Y" = -72; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = -42; -"@MMK_R_KO_a.ss05" = -19; -"@MMK_R_KO_asterisk" = -72; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_e" = -45; -"@MMK_R_KO_eight" = -31; -"@MMK_R_KO_f" = -37; -"@MMK_R_KO_five" = -52; -"@MMK_R_KO_four" = -72; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -72; -"@MMK_R_KO_hyphen.case" = -72; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_nine" = -51; -"@MMK_R_KO_one" = -67; -"@MMK_R_KO_parenright" = -52; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_quotedbl" = -72; -"@MMK_R_KO_quotedblleft" = -72; -"@MMK_R_KO_quoteright" = -72; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_seven" = -72; -"@MMK_R_KO_six" = -72; -"@MMK_R_KO_slash" = 23; -"@MMK_R_KO_t" = -52; -"@MMK_R_KO_three" = -47; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_v" = -72; -"@MMK_R_KO_w" = -69; -"@MMK_R_KO_y" = -72; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -22; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -69; -"@MMK_R_KO_S" = -61; -"@MMK_R_KO_T" = -69; -"@MMK_R_KO_U" = -69; -"@MMK_R_KO_V" = -69; -"@MMK_R_KO_W" = -69; -"@MMK_R_KO_Y" = -69; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_a.ss05" = -41; -"@MMK_R_KO_asterisk" = -69; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_eight" = -45; -"@MMK_R_KO_f" = -56; -"@MMK_R_KO_five" = -58; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -45; -"@MMK_R_KO_guillemetleft" = -69; -"@MMK_R_KO_guillemetright" = -23; -"@MMK_R_KO_hyphen" = -69; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = -18; -"@MMK_R_KO_j" = -18; -"@MMK_R_KO_n" = -19; -"@MMK_R_KO_nine" = -57; -"@MMK_R_KO_one" = -68; -"@MMK_R_KO_parenright" = -69; -"@MMK_R_KO_parenright.case" = -38; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_quotedbl" = -69; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -41; -"@MMK_R_KO_seven" = -68; -"@MMK_R_KO_six" = -68; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = -65; -"@MMK_R_KO_three" = -63; -"@MMK_R_KO_two" = -17; -"@MMK_R_KO_u" = -54; -"@MMK_R_KO_v" = -69; -"@MMK_R_KO_w" = -69; -"@MMK_R_KO_y" = -69; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -20; -"@MMK_R_KO_I.ss02" = -15; -"@MMK_R_KO_J" = -11; -"@MMK_R_KO_O" = -87; -"@MMK_R_KO_S" = -79; -"@MMK_R_KO_T" = -173; -"@MMK_R_KO_U" = -84; -"@MMK_R_KO_V" = -162; -"@MMK_R_KO_W" = -136; -"@MMK_R_KO_Y" = -176; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -75; -"@MMK_R_KO_a.ss05" = -51; -"@MMK_R_KO_e" = -76; -"@MMK_R_KO_eight" = -75; -"@MMK_R_KO_f" = -54; -"@MMK_R_KO_five" = -82; -"@MMK_R_KO_four" = -85; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetright" = -70; -"@MMK_R_KO_i" = -21; -"@MMK_R_KO_j" = 91; -"@MMK_R_KO_nine" = -77; -"@MMK_R_KO_one" = -92; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_quotedbl" = -67; -"@MMK_R_KO_quotedblleft" = -130; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_s" = -58; -"@MMK_R_KO_seven" = -94; -"@MMK_R_KO_six" = -84; -"@MMK_R_KO_t" = -71; -"@MMK_R_KO_three" = -80; -"@MMK_R_KO_two" = -13; -"@MMK_R_KO_u" = -74; -"@MMK_R_KO_v" = -81; -"@MMK_R_KO_w" = -78; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -110; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -140; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 27; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_asterisk" = 30; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -34; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -147; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -77; -"@MMK_R_KO_g" = -30; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -147; -"@MMK_R_KO_hyphen.case" = -39; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -18; -"@MMK_R_KO_nine" = 13; -"@MMK_R_KO_one" = 4; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = 3; -"@MMK_R_KO_quoteright" = 14; -"@MMK_R_KO_quoteright.ss01" = 14; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_seven" = 22; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = -131; -"@MMK_R_KO_t" = 3; -"@MMK_R_KO_three" = 14; -"@MMK_R_KO_two" = 16; -"@MMK_R_KO_u" = -9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = -12; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = -74; -"@MMK_R_KO_S" = -46; -"@MMK_R_KO_T" = -138; -"@MMK_R_KO_U" = -65; -"@MMK_R_KO_V" = -138; -"@MMK_R_KO_W" = -74; -"@MMK_R_KO_Y" = -138; -"@MMK_R_KO_Z" = 11; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asterisk" = -74; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 12; -"@MMK_R_KO_e" = -53; -"@MMK_R_KO_egrave" = -53; -"@MMK_R_KO_eight" = -40; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -41; -"@MMK_R_KO_five" = -57; -"@MMK_R_KO_four" = -74; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -74; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -74; -"@MMK_R_KO_hyphen.case" = -74; -"@MMK_R_KO_i" = -12; -"@MMK_R_KO_j" = 21; -"@MMK_R_KO_n" = -12; -"@MMK_R_KO_nine" = -54; -"@MMK_R_KO_one" = -69; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_quotedblleft" = -138; -"@MMK_R_KO_quoteright" = -74; -"@MMK_R_KO_s" = -25; -"@MMK_R_KO_seven" = -74; -"@MMK_R_KO_six" = -67; -"@MMK_R_KO_slash" = 41; -"@MMK_R_KO_t" = -55; -"@MMK_R_KO_three" = -49; -"@MMK_R_KO_two" = -4; -"@MMK_R_KO_u" = -46; -"@MMK_R_KO_v" = -74; -"@MMK_R_KO_w" = -71; -"@MMK_R_KO_y" = -29; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = -20; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -68; -"@MMK_R_KO_S" = -51; -"@MMK_R_KO_T" = -128; -"@MMK_R_KO_U" = -68; -"@MMK_R_KO_V" = -128; -"@MMK_R_KO_W" = -68; -"@MMK_R_KO_Y" = -128; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -58; -"@MMK_R_KO_a.ss05" = -39; -"@MMK_R_KO_asterisk" = -68; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -56; -"@MMK_R_KO_egrave" = -57; -"@MMK_R_KO_eight" = -45; -"@MMK_R_KO_f" = -52; -"@MMK_R_KO_five" = -58; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -23; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = -18; -"@MMK_R_KO_j" = 38; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = -57; -"@MMK_R_KO_one" = -68; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = -41; -"@MMK_R_KO_seven" = -68; -"@MMK_R_KO_six" = -68; -"@MMK_R_KO_slash" = 17; -"@MMK_R_KO_t" = -65; -"@MMK_R_KO_three" = -63; -"@MMK_R_KO_two" = -17; -"@MMK_R_KO_u" = -49; -"@MMK_R_KO_v" = -68; -"@MMK_R_KO_w" = -68; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -129; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -133; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_Y" = 21; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -59; -"@MMK_R_KO_a.ss05" = -38; -"@MMK_R_KO_asterisk" = 18; -"@MMK_R_KO_colon" = -18; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_e" = -60; -"@MMK_R_KO_egrave" = -51; -"@MMK_R_KO_eight" = 2; -"@MMK_R_KO_ellipsis" = -138; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -106; -"@MMK_R_KO_g" = -56; -"@MMK_R_KO_guillemetleft" = -56; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -138; -"@MMK_R_KO_hyphen.case" = -123; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_nine" = 12; -"@MMK_R_KO_one" = 8; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_quotedbl" = 17; -"@MMK_R_KO_quotedblleft" = 11; -"@MMK_R_KO_quoteright" = 16; -"@MMK_R_KO_s" = -40; -"@MMK_R_KO_seven" = 37; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -138; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 13; -"@MMK_R_KO_two" = 16; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -18; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -68; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -68; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 10; -"@MMK_R_KO_W" = 16; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = -68; -"@MMK_R_KO_a.ss05" = -40; -"@MMK_R_KO_asterisk" = 24; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_egrave" = -56; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -67; -"@MMK_R_KO_guillemetleft" = -49; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -12; -"@MMK_R_KO_n" = -38; -"@MMK_R_KO_nine" = 3; -"@MMK_R_KO_one" = -2; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = 18; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -46; -"@MMK_R_KO_seven" = 24; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_slash" = -68; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_three" = 9; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = -28; -"@MMK_R_KO_v" = -16; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -26; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -138; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 7; -"@MMK_R_KO_J" = -136; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 29; -"@MMK_R_KO_Y" = 15; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -72; -"@MMK_R_KO_a.ss05" = -45; -"@MMK_R_KO_asterisk" = 23; -"@MMK_R_KO_colon" = -34; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_e" = -73; -"@MMK_R_KO_egrave" = -62; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -138; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -136; -"@MMK_R_KO_g" = -70; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = -138; -"@MMK_R_KO_hyphen.case" = -138; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -45; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = -13; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_quotedbl" = 15; -"@MMK_R_KO_quotedblleft" = 12; -"@MMK_R_KO_quoteright" = 12; -"@MMK_R_KO_s" = -60; -"@MMK_R_KO_seven" = 27; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_slash" = -138; -"@MMK_R_KO_t" = -14; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = 5; -"@MMK_R_KO_u" = -38; -"@MMK_R_KO_v" = -17; -"@MMK_R_KO_w" = -18; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = -29; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -74; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -74; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 7; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 24; -"@MMK_R_KO_Y" = 21; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -58; -"@MMK_R_KO_a.ss05" = -37; -"@MMK_R_KO_asterisk" = 18; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_e" = -59; -"@MMK_R_KO_egrave" = -50; -"@MMK_R_KO_eight" = 2; -"@MMK_R_KO_ellipsis" = -74; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -74; -"@MMK_R_KO_g" = -54; -"@MMK_R_KO_guillemetleft" = -48; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -74; -"@MMK_R_KO_hyphen.case" = -74; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -17; -"@MMK_R_KO_nine" = 12; -"@MMK_R_KO_one" = 8; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_quotedbl" = 17; -"@MMK_R_KO_quotedblleft" = 11; -"@MMK_R_KO_quoteright" = 16; -"@MMK_R_KO_s" = -33; -"@MMK_R_KO_seven" = 37; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -74; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 13; -"@MMK_R_KO_two" = 16; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -17; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -74; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = -74; -"@MMK_R_KO_O" = -17; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 29; -"@MMK_R_KO_Y" = 15; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -72; -"@MMK_R_KO_a.ss05" = -44; -"@MMK_R_KO_asterisk" = 23; -"@MMK_R_KO_colon" = -29; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_e" = -72; -"@MMK_R_KO_egrave" = -61; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -74; -"@MMK_R_KO_f" = -6; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -74; -"@MMK_R_KO_g" = -69; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -74; -"@MMK_R_KO_hyphen.case" = -74; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -40; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = -13; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_quotedbl" = 15; -"@MMK_R_KO_quotedblleft" = 12; -"@MMK_R_KO_quoteright" = 12; -"@MMK_R_KO_s" = -58; -"@MMK_R_KO_seven" = 27; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_slash" = -74; -"@MMK_R_KO_t" = -7; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = 5; -"@MMK_R_KO_u" = -33; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_y" = -13; -"@MMK_R_KO_z" = -35; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -68; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -68; -"@MMK_R_KO_O" = -5; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 21; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -13; -"@MMK_R_KO_a" = -68; -"@MMK_R_KO_a.ss05" = -41; -"@MMK_R_KO_asterisk" = 33; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -68; -"@MMK_R_KO_egrave" = -60; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_five" = -5; -"@MMK_R_KO_four" = -68; -"@MMK_R_KO_g" = -68; -"@MMK_R_KO_guillemetleft" = -54; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -68; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = -13; -"@MMK_R_KO_n" = -40; -"@MMK_R_KO_nine" = 2; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -20; -"@MMK_R_KO_parenright.case" = -19; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = 6; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -59; -"@MMK_R_KO_seven" = 8; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -68; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 4; -"@MMK_R_KO_two" = 6; -"@MMK_R_KO_u" = -30; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -19; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = -34; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -67; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -67; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 2; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 27; -"@MMK_R_KO_Y" = 12; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -17; -"@MMK_R_KO_asterisk" = 30; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -67; -"@MMK_R_KO_comma.ss01" = -67; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -67; -"@MMK_R_KO_f" = 20; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -67; -"@MMK_R_KO_g" = -28; -"@MMK_R_KO_guillemetleft" = -36; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -67; -"@MMK_R_KO_hyphen.case" = -39; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -15; -"@MMK_R_KO_nine" = 13; -"@MMK_R_KO_one" = 16; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = -11; -"@MMK_R_KO_period" = -67; -"@MMK_R_KO_period.ss01" = -67; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = 3; -"@MMK_R_KO_quoteright" = 14; -"@MMK_R_KO_quoteright.ss01" = 14; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_seven" = 22; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = -67; -"@MMK_R_KO_t" = 20; -"@MMK_R_KO_three" = 14; -"@MMK_R_KO_two" = 16; -"@MMK_R_KO_u" = -8; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -85; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -92; -"@MMK_R_KO_J" = -96; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -145; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -16; -"@MMK_R_KO_X" = -73; -"@MMK_R_KO_Y" = -57; -"@MMK_R_KO_Z" = -92; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = -83; -"@MMK_R_KO_colon" = 20; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = 4; -"@MMK_R_KO_ellipsis" = -110; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = -5; -"@MMK_R_KO_foursuperior" = 14; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = 27; -"@MMK_R_KO_hyphen" = -83; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -16; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -25; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = -19; -"@MMK_R_KO_quoteright" = -16; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -63; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -88; -"@MMK_R_KO_t" = 15; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_underscore" = -95; -"@MMK_R_KO_v" = 19; -"@MMK_R_KO_w" = 18; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 19; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -8; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -148; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -82; -"@MMK_R_KO_W" = -55; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -115; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -67; -"@MMK_R_KO_bracketright" = -86; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 5; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_fivesuperior" = -24; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 7; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -54; -"@MMK_R_KO_parenright" = -76; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = -64; -"@MMK_R_KO_question.ss01" = -86; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -74; -"@MMK_R_KO_quotedblleft.ss01" = -68; -"@MMK_R_KO_quoteleft" = -74; -"@MMK_R_KO_quoteright" = -68; -"@MMK_R_KO_quoteright.ss01" = -68; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_sevensuperior" = -65; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -34; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -13; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_trademark" = -83; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -19; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -148; -"@MMK_R_KO_V" = -57; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_bracketright" = -77; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 5; -"@MMK_R_KO_eightsuperior" = -16; -"@MMK_R_KO_ellipsis" = -21; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_fivesuperior" = -23; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 7; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -50; -"@MMK_R_KO_parenright" = -70; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_question" = -60; -"@MMK_R_KO_question.ss01" = -76; -"@MMK_R_KO_quotedbl" = -41; -"@MMK_R_KO_quotedblleft" = -67; -"@MMK_R_KO_quotedblleft.ss01" = -64; -"@MMK_R_KO_quoteleft" = -66; -"@MMK_R_KO_quoteright" = -62; -"@MMK_R_KO_quoteright.ss01" = -65; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_sevensuperior" = -63; -"@MMK_R_KO_sixsuperior" = -31; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -8; -"@MMK_R_KO_threesuperior" = -14; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -18; -"@MMK_R_KO_w" = -8; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -17; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -147; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 45; -"@MMK_R_KO_J" = -121; -"@MMK_R_KO_O" = -24; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 15; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 44; -"@MMK_R_KO_W" = 46; -"@MMK_R_KO_Y" = 36; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -87; -"@MMK_R_KO_a.ss05" = -78; -"@MMK_R_KO_asterisk" = 22; -"@MMK_R_KO_colon" = -42; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -88; -"@MMK_R_KO_egrave" = -70; -"@MMK_R_KO_eight" = -4; -"@MMK_R_KO_ellipsis" = -189; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -104; -"@MMK_R_KO_g" = -85; -"@MMK_R_KO_guillemetleft" = -70; -"@MMK_R_KO_guillemetright" = -32; -"@MMK_R_KO_hyphen" = -101; -"@MMK_R_KO_hyphen.case" = -72; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -61; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = 22; -"@MMK_R_KO_quotedblleft.ss01" = 10; -"@MMK_R_KO_quoteright" = 23; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -74; -"@MMK_R_KO_seven" = 39; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_slash" = -154; -"@MMK_R_KO_t" = -31; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -53; -"@MMK_R_KO_v" = -37; -"@MMK_R_KO_w" = -37; -"@MMK_R_KO_y" = -34; -"@MMK_R_KO_z" = -62; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 24; -"@MMK_R_KO_T" = -44; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_Y" = -43; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -19; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 13; -"@MMK_R_KO_eight" = 25; -"@MMK_R_KO_ellipsis" = -37; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 13; -"@MMK_R_KO_four" = 27; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = 5; -"@MMK_R_KO_guillemetright" = 11; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = -4; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_nine" = 6; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -68; -"@MMK_R_KO_parenright.case" = -34; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 10; -"@MMK_R_KO_seven" = 2; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -10; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 14; -"@MMK_R_KO_two" = 8; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -147; -"@MMK_R_KO_H" = 6; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = -125; -"@MMK_R_KO_O" = -16; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 13; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = 24; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -62; -"@MMK_R_KO_a.ss05" = -38; -"@MMK_R_KO_asterisk" = 29; -"@MMK_R_KO_colon" = -30; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -67; -"@MMK_R_KO_egrave" = -43; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -187; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -88; -"@MMK_R_KO_g" = -60; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = -85; -"@MMK_R_KO_hyphen.case" = -55; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = -2; -"@MMK_R_KO_n" = -50; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_quotedbl" = 35; -"@MMK_R_KO_quotedblleft" = 21; -"@MMK_R_KO_quotedblleft.ss01" = 15; -"@MMK_R_KO_quoteright" = 26; -"@MMK_R_KO_quoteright.ss01" = 16; -"@MMK_R_KO_s" = -55; -"@MMK_R_KO_seven" = 44; -"@MMK_R_KO_six" = -12; -"@MMK_R_KO_slash" = -161; -"@MMK_R_KO_t" = -23; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -39; -"@MMK_R_KO_v" = -35; -"@MMK_R_KO_w" = -27; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = -49; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -71; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -19; -"@MMK_R_KO_X" = 3; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -18; -"@MMK_R_KO_bracketright" = -83; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 10; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -8; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 11; -"@MMK_R_KO_fivesuperior" = -8; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -16; -"@MMK_R_KO_guillemetright" = 21; -"@MMK_R_KO_hyphen" = -51; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -8; -"@MMK_R_KO_onesuperior" = -38; -"@MMK_R_KO_parenright" = -62; -"@MMK_R_KO_period" = 9; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -28; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -22; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -61; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -6; -"@MMK_R_KO_trademark" = -65; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 7; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 10; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = -35; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -24; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_Y" = -34; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_asterisk" = 14; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 22; -"@MMK_R_KO_ellipsis" = -35; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 22; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = 0; -"@MMK_R_KO_guillemetright" = 14; -"@MMK_R_KO_hyphen" = 15; -"@MMK_R_KO_hyphen.case" = -5; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 15; -"@MMK_R_KO_one" = 3; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -28; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 19; -"@MMK_R_KO_seven" = 8; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_three" = 15; -"@MMK_R_KO_two" = 13; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 17; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 2; -"@MMK_R_KO_O" = 6; -"@MMK_R_KO_S" = -2; -"@MMK_R_KO_T" = -43; -"@MMK_R_KO_U" = -2; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_Y" = -43; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -13; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asterisk" = 8; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -13; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eight" = -5; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -4; -"@MMK_R_KO_four" = -49; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = 9; -"@MMK_R_KO_hyphen" = -42; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 7; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -54; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -15; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = 5; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -80; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = -95; -"@MMK_R_KO_J" = -96; -"@MMK_R_KO_O" = 30; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -147; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_X" = -76; -"@MMK_R_KO_Y" = -54; -"@MMK_R_KO_Z" = -87; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = -83; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = -74; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = 8; -"@MMK_R_KO_ellipsis" = -110; -"@MMK_R_KO_exclam" = 12; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = -3; -"@MMK_R_KO_guillemetleft" = -11; -"@MMK_R_KO_guillemetright" = 27; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 1; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -81; -"@MMK_R_KO_period" = -72; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -27; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = -13; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -8; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -59; -"@MMK_R_KO_six" = 32; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -89; -"@MMK_R_KO_t" = 12; -"@MMK_R_KO_threesuperior" = -2; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = 14; -"@MMK_R_KO_underscore" = -91; -"@MMK_R_KO_v" = 24; -"@MMK_R_KO_w" = 27; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 25; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -59; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -68; -"@MMK_R_KO_J" = -71; -"@MMK_R_KO_O" = 26; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -145; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -64; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = -62; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -10; -"@MMK_R_KO_bracketright" = -85; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = -60; -"@MMK_R_KO_comma.ss01" = -68; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 19; -"@MMK_R_KO_ellipsis" = -79; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = 10; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 11; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = 26; -"@MMK_R_KO_hyphen" = -9; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 7; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 7; -"@MMK_R_KO_n" = 6; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -79; -"@MMK_R_KO_period" = -60; -"@MMK_R_KO_period.ss01" = -69; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -28; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -14; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -56; -"@MMK_R_KO_six" = 28; -"@MMK_R_KO_sixsuperior" = 3; -"@MMK_R_KO_slash" = -45; -"@MMK_R_KO_t" = 9; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -58; -"@MMK_R_KO_u" = 19; -"@MMK_R_KO_underscore" = -66; -"@MMK_R_KO_v" = 26; -"@MMK_R_KO_w" = 29; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = 27; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 11; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 8; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -155; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -42; -"@MMK_R_KO_W" = -26; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = -69; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = -19; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asciicircum" = -17; -"@MMK_R_KO_bracketright" = -86; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 8; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = -20; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eightsuperior" = -8; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = 12; -"@MMK_R_KO_hyphen" = -53; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -52; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -32; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -22; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = -8; -"@MMK_R_KO_quoteright.ss01" = -20; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -69; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_trademark" = -69; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 19; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = -155; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -54; -"@MMK_R_KO_W" = -29; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -71; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -7; -"@MMK_R_KO_asciicircum" = -21; -"@MMK_R_KO_bracketright" = -83; -"@MMK_R_KO_colon" = 19; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 19; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -23; -"@MMK_R_KO_onesuperior" = -48; -"@MMK_R_KO_parenright" = -67; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -35; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = -10; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_sevensuperior" = -65; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -53; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -30; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -32; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -21; -"@MMK_R_KO_a.ss05" = -7; -"@MMK_R_KO_bracketright" = -74; -"@MMK_R_KO_colon" = 19; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -22; -"@MMK_R_KO_egrave" = -17; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -12; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 19; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -42; -"@MMK_R_KO_parenright" = -61; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -34; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -14; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_sevensuperior" = -59; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 11; -"@MMK_R_KO_z" = 18; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -19; -"@MMK_R_KO_H" = 1; -"@MMK_R_KO_I.ss02" = -31; -"@MMK_R_KO_J" = -25; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = -63; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -49; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_Y" = -56; -"@MMK_R_KO_Z" = -17; -"@MMK_R_KO_a" = 27; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -20; -"@MMK_R_KO_comma.ss01" = -36; -"@MMK_R_KO_e" = 29; -"@MMK_R_KO_egrave" = 29; -"@MMK_R_KO_eight" = 21; -"@MMK_R_KO_ellipsis" = -59; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_five" = 12; -"@MMK_R_KO_four" = 26; -"@MMK_R_KO_g" = 28; -"@MMK_R_KO_guillemetleft" = 24; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 34; -"@MMK_R_KO_hyphen.case" = 28; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_j" = 4; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_nine" = 4; -"@MMK_R_KO_one" = -21; -"@MMK_R_KO_parenright" = -91; -"@MMK_R_KO_parenright.case" = -46; -"@MMK_R_KO_period" = -20; -"@MMK_R_KO_period.ss01" = -45; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_seven" = -10; -"@MMK_R_KO_six" = 23; -"@MMK_R_KO_slash" = -24; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 11; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 16; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -6; -}; -A = { -Dcroat = -48; -Tbar = -119; -asciitilde = -58; -asterisk = -120; -backslash = -156; -g.ss06 = 19; -minus = -88; -one = -61; -ordmasculine = -138; -plus = -73; -quotedbl = -134; -registered = -119; -seven = -72; -two = 0; -twosuperior = -77; -}; -Aacute = { -Tbar = -119; -}; -Abrevedotbelow.ss01 = { -T = -140; -}; -Aogonek = { -comma = 29; -parenright = 0; -}; -Atilde = { -ordfeminine = -137; -}; -B = { -Hbar = 44; -hbar = 40; -idieresis = 47; -itilde = 66; -}; -C = { -h = 0; -l = 0; -plus = -5; -three = 25; -}; -D = { -Lslash = 36; -Oslash = 24; -braceright = -79; -bracketright.case = -60; -}; -E = { -H = 0; -idieresis = 48; -}; -Eogonek = { -comma = 17; -}; -F = { -fourinferior = -100; -i = -6; -igrave = 39; -}; -G = { -Lslash = 37; -lslash = 28; -}; -Germandbls = { -S = 28; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -11; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 31; -itilde = 71; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 41; -D = 41; -E = 41; -H = 41; -Hbar = 112; -I = 41; -L = 41; -M = 41; -O = 47; -R = 41; -S = 65; -U = 53; -W = 44; -i = 27; -}; -I = { -Hbar = 40; -I = 0; -jcircumflex = 49; -}; -Icircumflex = { -Icircumflex = 39; -l.ss04 = 27; -}; -Imacron = { -Imacron = 45; -}; -Itilde = { -itilde = 71; -}; -J = { -Hbar = 46; -itilde = 77; -}; -Jacute = { -Imacron = 16; -}; -K = { -asciitilde = -99; -four = -54; -idieresis = 55; -igrave = 38; -itilde = 57; -less = -98; -logicalnot = -186; -minus = -128; -one = -8; -oslash = 0; -plus = -114; -}; -L = { -H = 0; -Tbar = -135; -asciitilde = -219; -asterisk = -141; -backslash = -176; -equal = -150; -four = -185; -less = -196; -logicalnot = -284; -minus = -264; -one = -67; -ordfeminine = -231; -ordmasculine = -224; -oslash = -17; -plus = -163; -quotedbl = -147; -quoteleft.ss01 = -68; -quoteright = -74; -quoteright.ss01 = -68; -registered = -250; -seven = -81; -twosuperior = -197; -}; -Lcaron = { -A = 9; -O = -78; -U = -58; -Uacute = -58; -V = -63; -a = -63; -hyphen = -188; -hyphen.case = -171; -u = -52; -v = -97; -}; -Lcommaaccent = { -twosuperior = -197; -}; -Lslash = { -twosuperior = -125; -}; -M = { -Hbar = 40; -idieresis = 55; -igrave = 31; -itilde = 71; -}; -N = { -Hbar = 40; -idieresis = 54; -igrave = 31; -itilde = 71; -}; -O = { -Dcroat = 31; -Lslash = 36; -braceright = -78; -bracketright.case = -55; -itilde = 23; -}; -Oslash = { -T = -8; -V = -6; -Y = -8; -parenright = 0; -parenright.case = 11; -}; -P = { -fourinferior = -87; -idieresis = 46; -itilde = 65; -two = 27; -}; -R = { -Hbar = 52; -jcircumflex = 58; -two = 19; -}; -S = { -Hbar = 32; -Lslash = 3; -dollar = 11; -four = 25; -idieresis = 27; -itilde = 67; -lslash = 0; -three = 15; -}; -T = { -Oslash = -34; -a.ss05 = -137; -aacute.ss05 = -110; -abreve = -81; -abreveacute = -79; -acircumflex = -102; -acircumflexacute = -102; -acircumflexdotbelow = -102; -adieresis = -87; -adotbelow.ss05 = -137; -ae = -138; -agrave = -98; -amacron = -71; -ampersand = -32; -aring = -93; -asciitilde = -149; -atilde = -75; -equal = -95; -four = -137; -g.ss06 = -139; -h = -3; -i.ss01 = -4; -iacute = -38; -idieresis = 53; -idotless = -84; -igrave = 41; -itilde = 0; -less = -141; -logicalnot = -210; -minus = -162; -ograve = -85; -plus = -121; -racute = -84; -scaron = -30; -seven = 17; -twoinferior = -156; -udieresis = -73; -udieresis.ss01 = -86; -ugrave = -88; -uhorngrave = -88; -umacron = -61; -ycircumflex = -75; -ygrave = -75; -yhookabove = -99; -zcaron = -61; -zeroinferior = -155; -}; -Tbar = { -A = -95; -Aacute = -95; -Tbar = 14; -a = -47; -comma = -74; -e = -46; -o = -45; -period = -72; -slash = -116; -}; -Tcaron = { -a.ss05 = -137; -}; -Tcedilla = { -a.ss05 = -137; -abreve = -81; -four = -137; -}; -Tcommaaccent = { -a.ss05 = -137; -abreve = -81; -four = -137; -}; -Thorn = { -A = -39; -AE = -39; -Aacute = -39; -J = -97; -O = 30; -Oacute = 30; -V = -56; -Y = -74; -Yacute = -74; -a = 25; -aacute = 25; -e = 26; -o = 27; -oacute = 27; -period = -72; -}; -U = { -Hbar = 51; -jcircumflex = 58; -}; -V = { -four = -91; -iacute = -21; -ibreve = 87; -idieresis = 64; -igrave = 49; -itilde = 73; -minus = -76; -plus = -55; -scaron = -20; -seven = 44; -twoinferior = -84; -}; -W = { -Hbar = 50; -backslash = 50; -idieresis = 76; -igrave = 51; -itilde = 81; -}; -X = { -asciitilde = -98; -four = -56; -less = -86; -logicalnot = -174; -minus = -114; -notequal = -119; -one = -10; -plus = -101; -}; -Y = { -a.ss05 = -82; -agrave = -89; -amacron = -56; -ampersand = -36; -asciitilde = -88; -at = -43; -four = -137; -g.ss06 = -87; -igrave = 44; -less = -64; -logicalnot = -141; -minus = -103; -ograve = -71; -plus = -79; -scaron = -22; -twoinferior = -130; -}; -Z = { -four = -136; -ibreve = 74; -igrave = 42; -itilde = 64; -minus = -112; -plus = -88; -}; -_B.currency = { -_baht.bar = -7; -}; -a = { -braceright = -74; -}; -a.ss05 = { -g.ss06 = 14; -}; -acircumflexacute.ss05 = { -y = -50; -}; -adieresis.ss05 = { -germandbls = -26; -}; -ampersand = { -V = -116; -W = -73; -Y = -156; -quotedbl = -109; -quotedblleft = -138; -}; -aogonek = { -j = 5; -parenright = -20; -}; -aogonek.ss05 = { -parenright = 0; -}; -approxequal = { -parenright = -134; -parenright.case = -129; -}; -asciicircum = { -J = -184; -X = -113; -Y = -100; -bracketright = -127; -comma = -74; -comma.ss01 = -68; -four = -94; -hyphen = -145; -parenright = -132; -parenright.case = -131; -period = -72; -period.ss01 = -69; -slash = -157; -}; -asciitilde = { -I.ss02 = -216; -J = -193; -V = -169; -W = -141; -X = -193; -Y = -203; -Z = -186; -bracketright = -165; -bracketright.case = -166; -comma = -74; -comma.ss01 = -68; -eight = -94; -exclam = -90; -four = -96; -one = -148; -parenright = -160; -parenright.case = -147; -period = -72; -period.ss01 = -69; -question = -133; -quotedbl = -130; -quotedblright = -138; -seven = -123; -slash = -171; -three = -115; -two = -114; -}; -at = { -T = -90; -parenright = -105; -}; -b = { -asterisk = -56; -braceright = -82; -lslash = 23; -one = -69; -}; -backslash = { -T = -158; -V = -187; -Y = -157; -asterisk = -131; -backslash = -169; -quotedbl = -142; -quotedblleft = -138; -quotedblleft.ss01 = -128; -quotedblright = -138; -quotedblright.ss01 = -128; -quoteleft = -74; -quoteright = -74; -quotesingle = -67; -}; -baht = { -parenright = -59; -}; -braceleft = { -p = -18; -}; -bracketleft = { -asciicircum = -104; -asciitilde = -91; -bracketright = 6; -jcircumflex = 71; -p = -22; -pi = -79; -plus = -98; -x = -85; -}; -c = { -asterisk = -47; -braceright = -85; -}; -cent = { -parenright = -101; -}; -colon = { -T = -72; -Y = -59; -four = -65; -one = -18; -parenright = -55; -two = 0; -zero = 0; -}; -colon.ss01 = { -T = -69; -four = -69; -parenright = -69; -}; -comma = { -eightsuperior = -74; -fivesuperior = -74; -foursuperior = -74; -ninesuperior = -74; -onesuperior = -74; -quoteleft = -74; -quotesingle = -67; -sevensuperior = -74; -sixsuperior = -74; -threesuperior = -74; -twosuperior = -74; -}; -comma.ss01 = { -eightsuperior = -68; -fivesuperior = -68; -foursuperior = -68; -ninesuperior = -68; -onesuperior = -68; -sevensuperior = -68; -sixsuperior = -68; -threesuperior = -68; -twosuperior = -68; -}; -copyright = { -Y = -94; -parenright = -114; -}; -d = { -idieresis = 21; -igrave = 21; -itilde = 21; -}; -dcaron = { -C = 116; -H = 155; -bracketright = 36; -eightsuperior = 152; -exclam = 169; -exclam.ss01 = 169; -fivesuperior = 155; -foursuperior = 83; -h = 71; -i = 64; -j = 64; -k = 71; -l = 71; -l.ss03 = 74; -l.ss04 = 71; -ninesuperior = 162; -onesuperior = 149; -parenright = 133; -question = 175; -question.ss01 = 127; -quotedbl = 190; -quotedblleft = 168; -quotedblleft.ss01 = 154; -quoteleft = 168; -quoteleft.ss01 = 154; -quotesingle = 190; -sevensuperior = 160; -sixsuperior = 154; -t = 20; -t_i.liga = 17; -t_t.liga = 20; -threesuperior = 138; -twosuperior = 142; -zcaron = 21; -}; -dcroat = { -i = 21; -igrave = 21; -itilde = 22; -}; -degree = { -J = -158; -comma = -74; -comma.ss01 = -68; -emdash = -182; -endash = -144; -four = -94; -hyphen = -143; -parenright = -74; -parenright.case = -73; -period = -72; -period.ss01 = -69; -slash = -154; -}; -divide = { -parenright = -122; -}; -dollar = { -parenright = -74; -three = 9; -}; -e = { -asterisk = -53; -backslash = -81; -braceright = -90; -germandbls = -22; -one = -75; -seven = -73; -}; -ecircumflexacute = { -t = -23; -}; -eight = { -bracketright = -48; -degree = -19; -}; -eight.dnom = { -degree = -131; -question.ss01 = -119; -quotedbl = -100; -quotedblleft = -138; -quotedblright = -138; -}; -eightsuperior = { -comma = -74; -comma.ss01 = -68; -period = -72; -period.ss01 = -69; -slash = -93; -}; -ellipsis = { -Tbar = -177; -bracketright = -98; -eightsuperior = -220; -fivesuperior = -218; -foursuperior = -207; -ninesuperior = -226; -onesuperior = -110; -parenleft = -54; -parenleft.case = -68; -question = -101; -quoteleft = -74; -quoteright = -74; -quotesingle = -67; -sevensuperior = -185; -sixsuperior = -226; -threesuperior = -212; -twosuperior = -197; -}; -ellipsis.ss01 = { -Tbar = -178; -bracketright = -98; -eightsuperior = -220; -fivesuperior = -218; -foursuperior = -207; -ninesuperior = -226; -onesuperior = -110; -question.ss01 = -119; -quoteleft.ss01 = -68; -quoteright.ss01 = -68; -quotesingle = -67; -sevensuperior = -185; -sixsuperior = -226; -threesuperior = -212; -twosuperior = -197; -}; -emdash = { -foursuperior = -133; -question = -98; -}; -emdash.case = { -X = -97; -quotedblbase = -138; -quotedblbase.ss01 = -128; -}; -endash = { -X = -54; -endash = 0; -foursuperior = -133; -question = -98; -}; -endash.case = { -H = 1; -X = -97; -quotedblbase = -138; -quotedblbase.ss01 = -128; -}; -eng = { -bracketright = -13; -}; -eogonek = { -lslash = 15; -}; -equal = { -T = -104; -equal = 0; -parenright = -98; -parenright.case = -86; -}; -eth = { -a = 16; -e = 16; -g = 13; -hyphen = 29; -parenright = -68; -}; -euro = { -parenright = -92; -parenright.case = -59; -}; -exclamdown = { -T = -90; -V = -50; -Y = -65; -}; -f = { -igrave = 0; -n = 0; -o = -5; -}; -f_f.liga = { -igrave = 0; -}; -f_f_i.liga = { -idieresis = 22; -}; -fi = { -idieresis = 22; -}; -five = { -degree = -48; -ordmasculine = -44; -percent = -17; -}; -five.dnom = { -degree = -126; -question.ss01 = -114; -quotedblleft = -138; -}; -five.numr = { -fraction = 10; -}; -fiveinferior = { -T = -155; -}; -fivesuperior = { -comma = -74; -comma.ss01 = -68; -period = -72; -period.ss01 = -69; -slash = -93; -}; -fl = { -idieresis = 22; -itilde = 22; -periodcentered.loclCAT = 50; -}; -four = { -asciicircum = -107; -bracketright = -76; -bracketright.case = -73; -degree = -80; -ordfeminine = -68; -ordmasculine = -67; -percent = -60; -x = -48; -}; -four.dnom = { -degree = -119; -question.ss01 = -106; -quotedblleft = -138; -}; -fourinferior = { -T = -152; -V = -122; -}; -foursuperior = { -comma = -74; -comma.ss01 = -68; -period = -72; -period.ss01 = -69; -slash = -100; -}; -fraction = { -eight.dnom = 8; -four.dnom = -51; -fourinferior = -51; -seveninferior = 43; -two.dnom = 8; -zero.dnom = 0; -}; -g = { -bracketright = -34; -j = 22; -j.ss01 = 22; -parenright = -32; -slash = 17; -}; -g.ss06 = { -g.ss06 = 32; -}; -gcaron.ss06 = { -gcaron.ss06 = 32; -}; -gdotaccent = { -j = 22; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 32; -}; -germandbls = { -e = 12; -hyphen = 25; -parenright = -65; -}; -greater = { -T = -141; -parenright = -100; -}; -greaterequal = { -T = -202; -}; -guillemetleft = { -pi = 11; -}; -guillemetright = { -X = -42; -bracketright = -83; -}; -guilsinglright = { -X = -42; -}; -h = { -asterisk = -50; -}; -hyphen = { -Lslash = 21; -X = -52; -bracketright = -84; -foursuperior = -133; -pi = -23; -question = -98; -quotedblbase = -138; -quoteleft = -74; -quotesingle = -67; -x = -61; -}; -hyphen.case = { -Dcroat = 25; -X = -97; -bracketright.case = -85; -quotedblbase = -138; -quotedblbase.ss01 = -128; -quotesinglbase = -74; -}; -i = { -T = -28; -idieresis = 22; -jcircumflex = 23; -parenright = -43; -}; -i.ss01 = { -parenright = -26; -}; -iacute = { -rcaron = 22; -}; -icircumflex = { -b = 23; -h = 23; -i = 22; -icircumflex = 49; -j = 23; -k = 23; -l = 23; -l.ss03 = 23; -l.ss04 = 24; -question = 87; -quotedbl = 68; -quoteright = 73; -quotesingle = 70; -}; -idieresis = { -b = 23; -idieresis = 22; -k = 23; -l = 23; -l.ss03 = 19; -l.ss04 = 23; -}; -idotaccent = { -parenright = -43; -}; -idotaccent.ss01 = { -parenright = -26; -}; -imacron = { -b = 23; -imacron = 61; -j = 22; -k = 23; -kcommaaccent = 23; -l = 23; -l.ss04 = 23; -lcommaaccent = 23; -quotedbl = 115; -}; -infinity = { -parenright = -110; -parenright.case = -86; -}; -integral = { -a = -74; -}; -iogonek = { -j = 5; -}; -itilde = { -h = 23; -itilde = 25; -quotedbl = 101; -quotesingle = 103; -}; -j = { -j = 22; -}; -jacute = { -backslash = 94; -iogonek = 25; -}; -jcircumflex = { -i = 22; -jcircumflex = 62; -}; -k = { -oslash = -12; -}; -l = { -at = 0; -idieresis = 22; -igrave = 22; -itilde = 22; -jcircumflex = 22; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = 0; -}; -l.ss03 = { -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -26; -}; -l.ss04 = { -periodcentered.loclCAT = 50; -periodcentered.loclCAT.ss01 = 0; -}; -lcaron = { -exclam.ss01 = 124; -l = 66; -ncaron = 22; -scaron = 13; -twosuperior = 99; -}; -lcaron.ss03 = { -b = 7; -eightsuperior = 53; -exclam = 66; -exclam.ss01 = 66; -fivesuperior = 52; -k = 7; -ninesuperior = 59; -onesuperior = 56; -question = 72; -quotedbl = 87; -quotesingle = 87; -sevensuperior = 59; -sixsuperior = 51; -}; -lcaron.ss04 = { -exclam.ss01 = 124; -twosuperior = 99; -}; -liraTurkish = { -one = -58; -parenright = -103; -question = -65; -quotedbl = -74; -quotesingle = -67; -seven = -64; -}; -logicalnot = { -Y = -196; -parenright = -160; -seven = -155; -}; -m = { -asterisk = -48; -braceright = -68; -twosuperior = -15; -}; -minus = { -T = -163; -X = -112; -comma = -74; -one = -83; -parenright = -122; -parenright.case = -105; -period = -72; -seven = -76; -three = -5; -two = -48; -}; -mu = { -mu = -14; -parenright = -63; -quotesingle = -28; -}; -multiply = { -parenright = -109; -parenright.case = -84; -}; -n = { -asterisk = -52; -at = 0; -braceright = -67; -degree = -85; -g.ss06 = 12; -n = 0; -one = -70; -ordmasculine = -63; -}; -ncaron = { -Yacute = -62; -}; -nine = { -bracketright = -81; -degree = -41; -}; -nine.dnom = { -degree = -146; -question = -102; -question.ss01 = -116; -quotedbl = -107; -quotedblleft = -138; -quotedblleft.ss01 = -128; -quotedblright = -138; -quotedblright.ss01 = -128; -}; -ninesuperior = { -comma = -74; -comma.ss01 = -68; -fraction = -6; -period = -72; -period.ss01 = -69; -slash = -110; -}; -notequal = { -parenright = -160; -parenright.case = -137; -}; -numbersign = { -parenright = -83; -}; -o = { -asterisk = -60; -backslash = -82; -braceright = -82; -germandbls = -28; -lslash = 23; -n = 0; -one = -69; -}; -oacute = { -lslash = 23; -}; -ocircumflexacute = { -bracketright = -23; -parenright = -22; -}; -odieresis = { -germandbls = -25; -}; -ohorn = { -i = 0; -m = 0; -n = 0; -parenright = -53; -}; -ohornacute = { -c = 16; -i = 0; -m = 0; -n = 0; -p = 0; -t = -12; -t_i.liga = -12; -t_t.liga = -12; -}; -ohorndotbelow = { -c = 16; -i = 0; -n = 0; -p = 0; -t = -12; -t_i.liga = -13; -t_t.liga = -12; -u = 10; -}; -ohorngrave = { -i = 0; -n = 0; -parenright = -53; -}; -ohornhookabove = { -i = 0; -n = 0; -}; -ohorntilde = { -i = 0; -n = 0; -}; -ohungarumlaut = { -parenright = -62; -}; -one = { -comma.ss01 = -22; -degree = -19; -equal = 0; -four = 0; -icircumflex = 38; -nine = 0; -one = 0; -parenright = -13; -percent = 0; -period.ss01 = -22; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -105; -one.dnom = 0; -question.ss01 = -105; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -74; -comma.ss01 = -68; -period = -72; -period.ss01 = -69; -slash = -93; -}; -ordfeminine = { -comma = -74; -comma.ss01 = -68; -period = -72; -period.ss01 = -69; -}; -ordmasculine = { -comma = -74; -comma.ss01 = -68; -hyphen = -71; -parenright = -65; -period = -72; -period.ss01 = -69; -slash = -125; -}; -oslash = { -d = 16; -e = 17; -g = 15; -hyphen = 31; -parenright = -57; -y = 0; -}; -p = { -asterisk = -57; -backslash = -79; -braceright = -82; -lslash = 23; -one = -69; -}; -parenleft = { -Dcroat = -61; -H = 0; -Icircumflex = 19; -Oslash = -45; -ampersand = -50; -approxequal = -140; -asciicircum = -109; -asciitilde = -106; -at = -81; -cent = -88; -copyright = -76; -degree = -54; -divide = -120; -dollar = -49; -equal = -92; -euro = -97; -greaterequal = -88; -i = -38; -idotaccent = -38; -infinity = -94; -iogonek = 66; -jcircumflex = 76; -less = -95; -literSign = -80; -logicalnot = -159; -minus = -120; -mu = -24; -multiply = -96; -notequal = -148; -numbersign = -79; -oslash = -43; -p = -7; -parenleft = -47; -pi = -71; -plus = -110; -plusminus = -59; -published = -76; -question = -35; -quotedblbase = 0; -quoteleft = -24; -radical = -100; -scaron = -44; -section = -39; -sterling = -51; -x = -55; -}; -parenleft.case = { -Icircumflex = 44; -approxequal = -129; -asciicircum = -108; -asciitilde = -90; -dollar = -42; -equal = -78; -euro = -74; -minus = -105; -numbersign = -70; -parenleft.case = -38; -plus = -96; -question = -32; -quotedblbase = 0; -quoteleft = -24; -}; -parenright = { -bracketright = -51; -comma = -8; -comma.ss01 = -20; -hyphen = 24; -parenleft = 16; -parenright = -47; -period = -7; -period.ss01 = -27; -quotedbl = -22; -}; -parenright.case = { -comma = -26; -comma.ss01 = -39; -parenright.case = -38; -period = -26; -period.ss01 = -47; -}; -percent = { -asterisk = -73; -bracketright = -78; -comma.ss01 = -29; -eightsuperior = -72; -fivesuperior = -77; -foursuperior = -96; -ninesuperior = -76; -onesuperior = -74; -parenright = -86; -parenright.case = -45; -period = -11; -period.ss01 = -32; -question = -77; -question.ss01 = -98; -quotedbl = -77; -quotedblleft = -81; -quotedblright = -76; -quoteleft = -74; -quoteright = -74; -quotesingle = -67; -sevensuperior = -79; -sixsuperior = -84; -threesuperior = -71; -twosuperior = -45; -}; -period = { -bracketright = -70; -eightsuperior = -72; -fivesuperior = -72; -foursuperior = -72; -ninesuperior = -72; -onesuperior = -72; -ordfeminine = -72; -ordmasculine = -72; -parenleft.case = -50; -question = -72; -quoteleft = -72; -quotesingle = -67; -sevensuperior = -72; -sixsuperior = -72; -threesuperior = -72; -twosuperior = -72; -}; -period.ss01 = { -bracketright = -69; -eightsuperior = -69; -fivesuperior = -69; -foursuperior = -69; -ninesuperior = -69; -onesuperior = -69; -ordfeminine = -69; -ordmasculine = -69; -question.ss01 = -69; -sevensuperior = -69; -sixsuperior = -69; -threesuperior = -69; -twosuperior = -69; -}; -periodcentered.loclCAT = { -l = 49; -l.ss03 = 54; -}; -perthousand = { -asterisk = -128; -parenright = -89; -parenright.case = -54; -question = -108; -question.ss01 = -123; -quotedblleft = -138; -quotedblleft.ss01 = -128; -quotedblright = -138; -quotedblright.ss01 = -128; -quoteleft = -74; -quoteright = -74; -}; -pi = { -hyphen = -23; -parenright = -58; -period = 10; -pi = 13; -quotesingle = 0; -}; -plus = { -J = -116; -T = -139; -V = -75; -X = -85; -Y = -111; -braceright = -100; -bracketright = -98; -comma = -74; -comma.ss01 = -68; -one = -73; -parenright = -114; -parenright.case = -95; -period = -72; -period.ss01 = -69; -quotedbl = -60; -seven = -69; -slash = -64; -three = -5; -two = -40; -}; -published = { -parenright = -114; -}; -q = { -bracketright = -11; -j = 22; -parenright = -15; -}; -question = { -A = -83; -J = -104; -comma = -74; -hyphen = -34; -parenright = -68; -parenright.case = -67; -period = -72; -question = 11; -questiondown = -108; -slash = -88; -}; -question.ss01 = { -comma.ss01 = -68; -parenright = -68; -parenright.case = -67; -period.ss01 = -69; -questiondown.ss01 = -115; -}; -questiondown.case = { -T = -98; -V = -102; -Y = -102; -quotedbl = -103; -quotedblleft = -102; -quotedblleft.ss01 = -115; -quoteright = -74; -}; -questiondown.ss01 = { -C = -112; -Q = -112; -Q.ss09 = -112; -T = -198; -V = -180; -Y = -187; -four = -109; -quotedbl = -125; -quotedblleft.ss01 = -128; -quotesingle = -67; -}; -quotedbl = { -ellipsis.ss01 = -147; -exclamdown = -15; -g.ss06 = -28; -icircumflex = 70; -mu = -18; -questiondown = -118; -questiondown.case = -69; -questiondown.ss01 = -126; -underscore = -147; -}; -quotedblbase = { -copyright = -126; -divide = -138; -equal = -124; -euro = -138; -minus = -138; -p = 0; -plus = -138; -question = -93; -quotedblright = -138; -quoteleft = -74; -}; -quotedblbase.ss01 = { -divide = -128; -minus = -128; -plus = -128; -question.ss01 = -119; -quotedblright.ss01 = -128; -}; -quotedblleft = { -g.ss06 = -51; -mu = -18; -questiondown = -123; -questiondown.case = -88; -quotedblbase = -138; -underscore = -138; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -128; -questiondown.ss01 = -128; -quotedblbase.ss01 = -128; -underscore = -128; -}; -quotedblright = { -asciitilde = -75; -questiondown = -136; -questiondown.case = -110; -quotesinglbase = -74; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -128; -questiondown.case = -110; -questiondown.ss01 = -128; -}; -quoteleft = { -questiondown = -74; -questiondown.case = -74; -quotedblbase = -74; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -68; -}; -quoteright = { -icircumflex = 69; -questiondown = -74; -quotedblbase = -74; -}; -quoteright.ss01 = { -questiondown.ss01 = -68; -quotedblbase.ss01 = -68; -}; -quotesinglbase = { -T = -74; -V = -74; -Y = -74; -minus = -74; -plus = -74; -question = -74; -quotedblleft = -74; -quoteleft = -74; -}; -quotesinglbase.ss01 = { -T = -68; -V = -68; -Y = -68; -question.ss01 = -68; -}; -quotesingle = { -Hbar = 57; -g.ss06 = -26; -icircumflex = 71; -igrave = 41; -imacron = 116; -itilde = 103; -l.ss04 = 31; -questiondown = -67; -questiondown.case = -67; -underscore = -67; -}; -r = { -braceright = -79; -fourinferior = -90; -g.ss06 = -12; -parenright = -78; -}; -radical = { -A = -117; -}; -rcaron = { -sevensuperior = 0; -}; -registered = { -comma = -74; -comma.ss01 = -68; -parenright = -89; -parenright.case = -81; -period = -72; -period.ss01 = -69; -slash = -95; -}; -s = { -asterisk = -37; -braceright = -84; -l = 0; -}; -scaron = { -T = -69; -}; -semicolon = { -hyphen = -74; -}; -seven = { -minus = -94; -percent = 4; -plus = -70; -underscore = -153; -}; -seven.dnom = { -question.ss01 = -134; -}; -seven.numr = { -fraction = -47; -}; -seveninferior = { -parenright = -96; -}; -sevensuperior = { -A = -157; -comma = -74; -comma.ss01 = -68; -fraction = -51; -period = -72; -period.ss01 = -69; -slash = -168; -}; -six = { -bracketright = -56; -degree = -25; -}; -six.dnom = { -degree = -133; -question.ss01 = -118; -quotedbl = -101; -quotedblleft = -138; -quotedblleft.ss01 = -128; -quotedblright = -138; -}; -sixinferior = { -T = -158; -}; -sixsuperior = { -comma = -74; -comma.ss01 = -68; -period = -72; -period.ss01 = -69; -slash = -95; -}; -slash = { -fourinferior = -138; -g.ss06 = -59; -ibreve = 89; -l.ss04 = 49; -mu = -53; -quotedblbase = -138; -quotedblbase.ss01 = -128; -quotesinglbase = -74; -underscore = -157; -}; -sterling = { -two = 15; -}; -t_i.liga = { -idieresis = 22; -}; -tcaron = { -b = 0; -exclam = 27; -h = 0; -hyphen = -51; -i = 0; -j = 0; -k = 0; -parenright = 32; -quotedbl = 44; -quotedblleft = 20; -quotesingle = 44; -}; -tcedilla = { -parenright = 32; -}; -tenge = { -comma = -74; -comma.ss01 = -68; -period = -72; -period.ss01 = -69; -slash = -106; -}; -three = { -bracketright = -47; -}; -three.dnom = { -degree = -130; -question.ss01 = -120; -quotedbl = -99; -quotedblleft = -138; -quotedblright = -138; -}; -three.numr = { -fraction = 6; -}; -threeinferior = { -T = -156; -V = -113; -Y = -155; -}; -threesuperior = { -comma = -74; -comma.ss01 = -68; -fraction = 2; -parenright = -43; -period = -72; -period.ss01 = -69; -slash = -95; -}; -trademark = { -comma = -74; -comma.ss01 = -68; -hyphen = -87; -period = -72; -period.ss01 = -69; -slash = -131; -}; -two = { -percent = 3; -}; -two.dnom = { -degree = -126; -question.ss01 = -113; -quotedbl = -96; -quotedblleft = -138; -quotedblright = -138; -}; -twoinferior = { -T = -158; -V = -106; -Y = -155; -}; -twosuperior = { -comma = -74; -comma.ss01 = -68; -parenright = -38; -parenright.case = -37; -period = -72; -period.ss01 = -69; -slash = -89; -}; -uhorn = { -a = -23; -ohorn = -23; -ohornacute = -23; -ohorndotbelow = -23; -ohorndotbelow.ss01 = -23; -ohorngrave = -23; -ohornhookabove = -23; -ohorntilde = -22; -}; -uhornacute = { -a = -23; -c = -23; -}; -uhorndotbelow = { -a = -23; -c = -23; -comma = -29; -period = -29; -}; -uhorngrave = { -a = -23; -a.ss05 = -14; -}; -uhornhookabove = { -a = -23; -comma = -29; -comma.ss01 = -46; -period = -29; -period.ss01 = -46; -}; -uhorntilde = { -a = -23; -comma = -29; -period = -29; -}; -uhungarumlaut = { -parenright = -49; -}; -underscore = { -C = -89; -O = -89; -T = -155; -V = -193; -W = -117; -Y = -165; -asterisk = -141; -four = -165; -one = -76; -quotedbl = -147; -quotedblright = -138; -quotedblright.ss01 = -128; -quotesingle = -67; -seven = -93; -six = -72; -v = -112; -}; -uogonek = { -j = 5; -parenright = -20; -}; -v = { -braceright = -80; -n = 0; -}; -w = { -braceright = -81; -}; -x = { -four = -67; -}; -y = { -braceright = -80; -}; -ydotbelow = { -period = -72; -}; -zero = { -braceright = -78; -bracketright = -83; -bracketright.case = -51; -degree = -46; -percent = -4; -}; -zero.dnom = { -degree = -163; -question = -100; -question.ss01 = -114; -quotedbl = -114; -quotedblleft = -138; -quotedblleft.ss01 = -128; -quotedblright = -138; -quotedblright.ss01 = -128; -quoteleft = -74; -}; -zeroinferior = { -parenright = -79; -}; -zerosuperior = { -comma = -74; -comma.ss01 = -68; -fraction = -6; -period = -72; -period.ss01 = -69; -slash = -109; -}; -}; -"377EF8AC-8B0D-46C2-96BB-3B5B69A8F571" = { -"@MMK_L_KO_A" = { -"@MMK_R_KO_A" = 29; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 28; -"@MMK_R_KO_O" = -43; -"@MMK_R_KO_S" = -21; -"@MMK_R_KO_T" = -97; -"@MMK_R_KO_U" = -41; -"@MMK_R_KO_V" = -121; -"@MMK_R_KO_W" = -70; -"@MMK_R_KO_X" = 24; -"@MMK_R_KO_Y" = -141; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -25; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asciicircum" = -122; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 14; -"@MMK_R_KO_comma.ss01" = 3; -"@MMK_R_KO_e" = -28; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eightsuperior" = -90; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -29; -"@MMK_R_KO_fivesuperior" = -99; -"@MMK_R_KO_foursuperior" = -84; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -64; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -20; -"@MMK_R_KO_hyphen.case" = -45; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 54; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -99; -"@MMK_R_KO_onesuperior" = -111; -"@MMK_R_KO_parenright" = -35; -"@MMK_R_KO_parenright.case" = -3; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = 2; -"@MMK_R_KO_question" = -87; -"@MMK_R_KO_question.ss01" = -95; -"@MMK_R_KO_quotedbl" = -105; -"@MMK_R_KO_quotedblleft" = -97; -"@MMK_R_KO_quotedblleft.ss01" = -90; -"@MMK_R_KO_quoteleft" = -97; -"@MMK_R_KO_quoteright" = -86; -"@MMK_R_KO_quoteright.ss01" = -86; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_sevensuperior" = -116; -"@MMK_R_KO_six" = -40; -"@MMK_R_KO_sixsuperior" = -98; -"@MMK_R_KO_slash" = 15; -"@MMK_R_KO_t" = -55; -"@MMK_R_KO_threesuperior" = -97; -"@MMK_R_KO_trademark" = -128; -"@MMK_R_KO_u" = -24; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -90; -"@MMK_R_KO_w" = -46; -"@MMK_R_KO_x" = 26; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_B" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = 17; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -44; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -13; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -6; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 71; -"@MMK_R_KO_imacron" = 35; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 17; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -13; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 17; -"@MMK_R_KO_sevensuperior" = -19; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -10; -"@MMK_R_KO_trademark" = -29; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_underscore" = -8; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 12; -}; -"@MMK_L_KO_C" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 9; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 26; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = -33; -"@MMK_R_KO_Y" = -66; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -24; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -2; -"@MMK_R_KO_ellipsis" = -9; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 5; -"@MMK_R_KO_guillemetleft" = -23; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 28; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -26; -"@MMK_R_KO_parenright" = -59; -"@MMK_R_KO_parenright.case" = -32; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = -19; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -9; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = -10; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 5; -"@MMK_R_KO_underscore" = -31; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_D" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 26; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -47; -"@MMK_R_KO_Y" = -73; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 24; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = -26; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -24; -"@MMK_R_KO_e" = 22; -"@MMK_R_KO_egrave" = 22; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 18; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 23; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = 22; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 25; -"@MMK_R_KO_imacron" = 10; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 5; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_parenright.case" = -39; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 14; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = -23; -"@MMK_R_KO_t" = 16; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -55; -"@MMK_R_KO_u" = 17; -"@MMK_R_KO_underscore" = -49; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 9; -"@MMK_R_KO_x" = -14; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Dcroat" = { -"@MMK_R_KO_A" = -22; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -13; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 26; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = -47; -"@MMK_R_KO_Y" = -73; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 24; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_bracketright" = -26; -"@MMK_R_KO_colon" = 10; -"@MMK_R_KO_comma" = -15; -"@MMK_R_KO_comma.ss01" = -24; -"@MMK_R_KO_e" = 22; -"@MMK_R_KO_egrave" = 22; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = 22; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -64; -"@MMK_R_KO_parenright.case" = -39; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -25; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = -23; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 17; -"@MMK_R_KO_y" = 0; -}; -"@MMK_L_KO_E" = { -"@MMK_R_KO_A" = 13; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 24; -"@MMK_R_KO_J" = 20; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 5; -"@MMK_R_KO_T" = 15; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 11; -"@MMK_R_KO_W" = 14; -"@MMK_R_KO_X" = 15; -"@MMK_R_KO_Y" = 7; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 22; -"@MMK_R_KO_colon" = 21; -"@MMK_R_KO_comma" = 32; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = -8; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -5; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -37; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -3; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 102; -"@MMK_R_KO_imacron" = 74; -"@MMK_R_KO_j" = 47; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 3; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 7; -"@MMK_R_KO_period" = 28; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 6; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 3; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteleft" = 3; -"@MMK_R_KO_quoteright" = 3; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 27; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 6; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_F" = { -"@MMK_R_KO_A" = -52; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = -60; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = 31; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = 27; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 22; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = -5; -"@MMK_R_KO_a.ss05" = -14; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 31; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -85; -"@MMK_R_KO_comma.ss01" = -130; -"@MMK_R_KO_e" = -3; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eightsuperior" = 7; -"@MMK_R_KO_ellipsis" = -115; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetleft" = -26; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_icircumflex" = 100; -"@MMK_R_KO_imacron" = 89; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_l.ss04" = 46; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_ninesuperior" = 18; -"@MMK_R_KO_onesuperior" = 15; -"@MMK_R_KO_parenright" = -3; -"@MMK_R_KO_parenright.case" = 8; -"@MMK_R_KO_period" = -87; -"@MMK_R_KO_period.ss01" = -135; -"@MMK_R_KO_question" = 20; -"@MMK_R_KO_question.ss01" = 12; -"@MMK_R_KO_quotedbl" = 14; -"@MMK_R_KO_quotedblleft" = 15; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteleft" = 15; -"@MMK_R_KO_quoteright" = 20; -"@MMK_R_KO_quoteright.ss01" = 6; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_sevensuperior" = 11; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_sixsuperior" = 16; -"@MMK_R_KO_slash" = -66; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 9; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -198; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -10; -}; -"@MMK_L_KO_G" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 27; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = -23; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -44; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = -40; -"@MMK_R_KO_Y" = -74; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 17; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -25; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -8; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_e" = 19; -"@MMK_R_KO_egrave" = 19; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -20; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = -10; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 18; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 4; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 26; -"@MMK_R_KO_imacron" = 8; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -29; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_parenright.case" = -36; -"@MMK_R_KO_period" = -9; -"@MMK_R_KO_period.ss01" = -22; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -10; -"@MMK_R_KO_quotedbl" = -27; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = -8; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 11; -"@MMK_R_KO_sevensuperior" = -34; -"@MMK_R_KO_six" = 28; -"@MMK_R_KO_sixsuperior" = -13; -"@MMK_R_KO_slash" = -19; -"@MMK_R_KO_t" = 13; -"@MMK_R_KO_threesuperior" = -8; -"@MMK_R_KO_trademark" = -56; -"@MMK_R_KO_u" = 14; -"@MMK_R_KO_underscore" = -39; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -11; -"@MMK_R_KO_y" = -3; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_G.ss07" = { -"@MMK_R_KO_A" = 19; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = 15; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -28; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -49; -"@MMK_R_KO_W" = -26; -"@MMK_R_KO_X" = 7; -"@MMK_R_KO_Y" = -81; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asciicircum" = -26; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 26; -"@MMK_R_KO_comma.ss01" = -8; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = -12; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = 15; -"@MMK_R_KO_guillemetleft" = -9; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 18; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 41; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 22; -"@MMK_R_KO_period.ss01" = -10; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = -32; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -16; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_quoteright.ss01" = -11; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -41; -"@MMK_R_KO_six" = 16; -"@MMK_R_KO_sixsuperior" = -22; -"@MMK_R_KO_slash" = 24; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_trademark" = -65; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = 5; -"@MMK_R_KO_v" = -5; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 4; -"@MMK_R_KO_y" = -6; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_H" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -3; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = -3; -"@MMK_R_KO_asciicircum" = -14; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 6; -"@MMK_R_KO_comma.ss01" = -20; -"@MMK_R_KO_egrave" = 1; -"@MMK_R_KO_eightsuperior" = -3; -"@MMK_R_KO_ellipsis" = -11; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_icircumflex" = 80; -"@MMK_R_KO_imacron" = 54; -"@MMK_R_KO_j" = 21; -"@MMK_R_KO_l.ss04" = 16; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -16; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_question" = 3; -"@MMK_R_KO_question.ss01" = -4; -"@MMK_R_KO_quotedbl" = -6; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -4; -"@MMK_R_KO_quoteright.ss01" = -4; -"@MMK_R_KO_sevensuperior" = -3; -"@MMK_R_KO_six" = 1; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -15; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 2; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 2; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_I.ss02" = { -"@MMK_R_KO_A" = 14; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 26; -"@MMK_R_KO_J" = 21; -"@MMK_R_KO_O" = -7; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 18; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 14; -"@MMK_R_KO_W" = 16; -"@MMK_R_KO_X" = 17; -"@MMK_R_KO_Y" = 10; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = -15; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 24; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 30; -"@MMK_R_KO_comma.ss01" = -4; -"@MMK_R_KO_e" = -18; -"@MMK_R_KO_egrave" = -16; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -7; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -63; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -6; -"@MMK_R_KO_hyphen.case" = -74; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 89; -"@MMK_R_KO_imacron" = 76; -"@MMK_R_KO_j" = 39; -"@MMK_R_KO_l.ss04" = 38; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 5; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 10; -"@MMK_R_KO_period" = 29; -"@MMK_R_KO_period.ss01" = -6; -"@MMK_R_KO_question" = 3; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -6; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 30; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = 7; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_J" = { -"@MMK_R_KO_A" = -18; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -4; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 8; -"@MMK_R_KO_U" = 8; -"@MMK_R_KO_V" = 8; -"@MMK_R_KO_W" = 9; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_colon" = 17; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -19; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_fivesuperior" = -3; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -9; -"@MMK_R_KO_hyphen" = 9; -"@MMK_R_KO_hyphen.case" = 9; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_icircumflex" = 88; -"@MMK_R_KO_imacron" = 61; -"@MMK_R_KO_j" = 6; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -3; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_question" = 11; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 6; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_sixsuperior" = 3; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -8; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -28; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = -2; -}; -"@MMK_L_KO_K" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 23; -"@MMK_R_KO_O" = -55; -"@MMK_R_KO_S" = -36; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = -13; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 5; -"@MMK_R_KO_X" = 27; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -53; -"@MMK_R_KO_a.ss05" = -25; -"@MMK_R_KO_asciicircum" = -95; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -63; -"@MMK_R_KO_egrave" = -44; -"@MMK_R_KO_eightsuperior" = -20; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -30; -"@MMK_R_KO_fivesuperior" = -22; -"@MMK_R_KO_foursuperior" = -75; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -106; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -68; -"@MMK_R_KO_hyphen.case" = -116; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 22; -"@MMK_R_KO_imacron" = 64; -"@MMK_R_KO_j" = 36; -"@MMK_R_KO_l.ss04" = 30; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -12; -"@MMK_R_KO_parenright" = -8; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -31; -"@MMK_R_KO_question.ss01" = -37; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteleft" = -37; -"@MMK_R_KO_quoteright" = -12; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = -35; -"@MMK_R_KO_sevensuperior" = -5; -"@MMK_R_KO_six" = -49; -"@MMK_R_KO_sixsuperior" = -25; -"@MMK_R_KO_slash" = 9; -"@MMK_R_KO_t" = -57; -"@MMK_R_KO_threesuperior" = -19; -"@MMK_R_KO_trademark" = -11; -"@MMK_R_KO_u" = -46; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -77; -"@MMK_R_KO_w" = -52; -"@MMK_R_KO_x" = 28; -"@MMK_R_KO_y" = -10; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_L" = { -"@MMK_R_KO_A" = 29; -"@MMK_R_KO_I.ss02" = 22; -"@MMK_R_KO_J" = 34; -"@MMK_R_KO_O" = -29; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -89; -"@MMK_R_KO_U" = -21; -"@MMK_R_KO_V" = -108; -"@MMK_R_KO_W" = -57; -"@MMK_R_KO_X" = 20; -"@MMK_R_KO_Y" = -141; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -220; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 37; -"@MMK_R_KO_comma" = 48; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = -190; -"@MMK_R_KO_ellipsis" = 12; -"@MMK_R_KO_exclam" = 26; -"@MMK_R_KO_f" = -31; -"@MMK_R_KO_fivesuperior" = -192; -"@MMK_R_KO_foursuperior" = -191; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -102; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 8; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -191; -"@MMK_R_KO_onesuperior" = -154; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = 44; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -88; -"@MMK_R_KO_question.ss01" = -93; -"@MMK_R_KO_quotedbl" = -109; -"@MMK_R_KO_quotedblleft" = -191; -"@MMK_R_KO_quotedblleft.ss01" = -199; -"@MMK_R_KO_quoteleft" = -133; -"@MMK_R_KO_quoteright" = -191; -"@MMK_R_KO_quoteright.ss01" = -196; -"@MMK_R_KO_s" = 14; -"@MMK_R_KO_sevensuperior" = -195; -"@MMK_R_KO_six" = -26; -"@MMK_R_KO_sixsuperior" = -193; -"@MMK_R_KO_slash" = 46; -"@MMK_R_KO_t" = -35; -"@MMK_R_KO_threesuperior" = -190; -"@MMK_R_KO_trademark" = -206; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -65; -"@MMK_R_KO_w" = -30; -"@MMK_R_KO_x" = 22; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_Lslash" = { -"@MMK_R_KO_A" = 29; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 22; -"@MMK_R_KO_J" = 34; -"@MMK_R_KO_O" = -27; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -88; -"@MMK_R_KO_U" = -20; -"@MMK_R_KO_V" = -106; -"@MMK_R_KO_W" = -57; -"@MMK_R_KO_X" = 20; -"@MMK_R_KO_Y" = -140; -"@MMK_R_KO_Z" = 32; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 37; -"@MMK_R_KO_comma" = 48; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eightsuperior" = -104; -"@MMK_R_KO_ellipsis" = 12; -"@MMK_R_KO_exclam" = 26; -"@MMK_R_KO_fivesuperior" = -112; -"@MMK_R_KO_foursuperior" = -107; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -97; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_ninesuperior" = -113; -"@MMK_R_KO_onesuperior" = -122; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = 44; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -82; -"@MMK_R_KO_question.ss01" = -93; -"@MMK_R_KO_quotedbl" = -109; -"@MMK_R_KO_quotedblleft" = -112; -"@MMK_R_KO_quotedblleft.ss01" = -104; -"@MMK_R_KO_quoteleft" = -112; -"@MMK_R_KO_quoteright" = -118; -"@MMK_R_KO_quoteright.ss01" = -118; -"@MMK_R_KO_s" = 14; -"@MMK_R_KO_sevensuperior" = -131; -"@MMK_R_KO_sixsuperior" = -108; -"@MMK_R_KO_slash" = 46; -"@MMK_R_KO_threesuperior" = -114; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_y" = -18; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_O" = { -"@MMK_R_KO_A" = -20; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 23; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -28; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = -43; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_X" = -44; -"@MMK_R_KO_Y" = -81; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 23; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_asciicircum" = -17; -"@MMK_R_KO_bracketright" = -29; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 22; -"@MMK_R_KO_egrave" = 22; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 23; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = 23; -"@MMK_R_KO_hyphen.case" = 21; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 15; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_parenright.case" = -37; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = -27; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_sevensuperior" = -44; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = 17; -"@MMK_R_KO_underscore" = -43; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = -15; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Oacute" = { -"@MMK_R_KO_A" = -20; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -10; -"@MMK_R_KO_J" = -2; -"@MMK_R_KO_O" = 24; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -28; -"@MMK_R_KO_U" = 13; -"@MMK_R_KO_V" = -43; -"@MMK_R_KO_W" = -24; -"@MMK_R_KO_X" = -44; -"@MMK_R_KO_Y" = -81; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 23; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_bracketright" = -29; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 22; -"@MMK_R_KO_egrave" = 22; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 16; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 23; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = 23; -"@MMK_R_KO_hyphen.case" = 21; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 4; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = -12; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -63; -"@MMK_R_KO_parenright.case" = -37; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_question" = -12; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = -27; -"@MMK_R_KO_quotedblleft" = -11; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteleft" = -11; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_sevensuperior" = -44; -"@MMK_R_KO_six" = 24; -"@MMK_R_KO_sixsuperior" = -16; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -64; -"@MMK_R_KO_u" = 17; -"@MMK_R_KO_underscore" = -43; -"@MMK_R_KO_v" = -3; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_x" = -15; -"@MMK_R_KO_y" = -5; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Ohorn" = { -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_O" = 24; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = 9; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = 17; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_bracketright" = 30; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 22; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_exclam" = 7; -"@MMK_R_KO_guillemetright" = -21; -"@MMK_R_KO_hyphen" = 23; -"@MMK_R_KO_hyphen.case" = 21; -"@MMK_R_KO_i" = 10; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 30; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_slash" = -20; -"@MMK_R_KO_t" = 14; -}; -"@MMK_L_KO_P" = { -"@MMK_R_KO_A" = -58; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = -7; -"@MMK_R_KO_J" = -70; -"@MMK_R_KO_O" = 36; -"@MMK_R_KO_S" = 15; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = -18; -"@MMK_R_KO_W" = -4; -"@MMK_R_KO_X" = -57; -"@MMK_R_KO_Y" = -38; -"@MMK_R_KO_Z" = -14; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 10; -"@MMK_R_KO_asciicircum" = -3; -"@MMK_R_KO_bracketright" = -3; -"@MMK_R_KO_colon" = 33; -"@MMK_R_KO_comma" = -124; -"@MMK_R_KO_comma.ss01" = -134; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = 16; -"@MMK_R_KO_ellipsis" = -147; -"@MMK_R_KO_exclam" = 20; -"@MMK_R_KO_f" = 23; -"@MMK_R_KO_fivesuperior" = 7; -"@MMK_R_KO_foursuperior" = 18; -"@MMK_R_KO_g" = 12; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 20; -"@MMK_R_KO_i" = 6; -"@MMK_R_KO_icircumflex" = 65; -"@MMK_R_KO_imacron" = 34; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 24; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 10; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_parenright.case" = -31; -"@MMK_R_KO_period" = -126; -"@MMK_R_KO_period.ss01" = -135; -"@MMK_R_KO_question" = 11; -"@MMK_R_KO_question.ss01" = 10; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 16; -"@MMK_R_KO_quotedblleft.ss01" = 7; -"@MMK_R_KO_quoteleft" = 16; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = 35; -"@MMK_R_KO_sixsuperior" = 10; -"@MMK_R_KO_slash" = -60; -"@MMK_R_KO_t" = 22; -"@MMK_R_KO_threesuperior" = 9; -"@MMK_R_KO_trademark" = -23; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_underscore" = -241; -"@MMK_R_KO_v" = 26; -"@MMK_R_KO_w" = 22; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 21; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_Q" = { -"@MMK_R_KO_A" = 31; -"@MMK_R_KO_H" = 4; -"@MMK_R_KO_I.ss02" = 11; -"@MMK_R_KO_J" = 28; -"@MMK_R_KO_O" = -23; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -81; -"@MMK_R_KO_U" = -17; -"@MMK_R_KO_V" = -94; -"@MMK_R_KO_W" = -47; -"@MMK_R_KO_X" = 23; -"@MMK_R_KO_Y" = -132; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_asciicircum" = -89; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 40; -"@MMK_R_KO_comma" = 45; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_egrave" = -7; -"@MMK_R_KO_eightsuperior" = -60; -"@MMK_R_KO_ellipsis" = 14; -"@MMK_R_KO_exclam" = 28; -"@MMK_R_KO_f" = -22; -"@MMK_R_KO_fivesuperior" = -69; -"@MMK_R_KO_foursuperior" = -47; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -50; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -34; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 66; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -69; -"@MMK_R_KO_onesuperior" = -96; -"@MMK_R_KO_parenright" = -29; -"@MMK_R_KO_parenright.case" = -2; -"@MMK_R_KO_period" = 46; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -57; -"@MMK_R_KO_question.ss01" = -68; -"@MMK_R_KO_quotedbl" = -84; -"@MMK_R_KO_quotedblleft" = -67; -"@MMK_R_KO_quotedblleft.ss01" = -58; -"@MMK_R_KO_quoteleft" = -67; -"@MMK_R_KO_quoteright" = -55; -"@MMK_R_KO_quoteright.ss01" = -52; -"@MMK_R_KO_s" = 14; -"@MMK_R_KO_sevensuperior" = -102; -"@MMK_R_KO_six" = -20; -"@MMK_R_KO_sixsuperior" = -72; -"@MMK_R_KO_slash" = 24; -"@MMK_R_KO_t" = -29; -"@MMK_R_KO_threesuperior" = -59; -"@MMK_R_KO_trademark" = -112; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -60; -"@MMK_R_KO_w" = -28; -"@MMK_R_KO_x" = 25; -"@MMK_R_KO_y" = -16; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_R" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 6; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = 17; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 7; -"@MMK_R_KO_V" = -20; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = 5; -"@MMK_R_KO_Y" = -38; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 31; -"@MMK_R_KO_comma" = 12; -"@MMK_R_KO_comma.ss01" = -11; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 6; -"@MMK_R_KO_ellipsis" = -5; -"@MMK_R_KO_exclam" = 13; -"@MMK_R_KO_f" = 13; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -33; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 82; -"@MMK_R_KO_imacron" = 45; -"@MMK_R_KO_j" = 37; -"@MMK_R_KO_l.ss04" = 23; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = -5; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_parenright.case" = -4; -"@MMK_R_KO_period" = 11; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = 5; -"@MMK_R_KO_question.ss01" = 5; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 10; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -11; -"@MMK_R_KO_six" = 19; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = 14; -"@MMK_R_KO_t" = 13; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -24; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = 9; -"@MMK_R_KO_v" = 14; -"@MMK_R_KO_w" = 12; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 19; -"@MMK_R_KO_z" = 7; -}; -"@MMK_L_KO_S" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 19; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_asciicircum" = -19; -"@MMK_R_KO_bracketright" = -20; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 6; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 5; -"@MMK_R_KO_icircumflex" = 51; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -26; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = -36; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = 19; -"@MMK_R_KO_sevensuperior" = -27; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -27; -"@MMK_R_KO_trademark" = -39; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -7; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_Scaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 14; -"@MMK_R_KO_J" = 19; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 22; -"@MMK_R_KO_T" = -14; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -22; -"@MMK_R_KO_X" = -18; -"@MMK_R_KO_Y" = -61; -"@MMK_R_KO_Z" = 22; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 18; -"@MMK_R_KO_bracketright" = -20; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = 6; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -17; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -20; -"@MMK_R_KO_foursuperior" = -11; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 19; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 4; -"@MMK_R_KO_icircumflex" = 51; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_l.ss04" = 11; -"@MMK_R_KO_n" = 4; -"@MMK_R_KO_ninesuperior" = -26; -"@MMK_R_KO_onesuperior" = -23; -"@MMK_R_KO_parenright" = -48; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = 3; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -7; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -10; -"@MMK_R_KO_quotedblleft.ss01" = -21; -"@MMK_R_KO_quoteleft" = -10; -"@MMK_R_KO_quoteright" = -36; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = 19; -"@MMK_R_KO_sevensuperior" = -27; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -14; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -27; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_T" = { -"@MMK_R_KO_A" = -92; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 20; -"@MMK_R_KO_J" = -63; -"@MMK_R_KO_O" = -3; -"@MMK_R_KO_S" = 4; -"@MMK_R_KO_T" = 36; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = 32; -"@MMK_R_KO_W" = 29; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = 25; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -45; -"@MMK_R_KO_a.ss05" = -22; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 36; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -101; -"@MMK_R_KO_comma.ss01" = -113; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_egrave" = -41; -"@MMK_R_KO_eightsuperior" = 10; -"@MMK_R_KO_ellipsis" = -117; -"@MMK_R_KO_exclam" = 10; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 4; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -35; -"@MMK_R_KO_guillemetleft" = -70; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -97; -"@MMK_R_KO_hyphen.case" = -90; -"@MMK_R_KO_i" = 8; -"@MMK_R_KO_icircumflex" = 104; -"@MMK_R_KO_imacron" = 94; -"@MMK_R_KO_j" = 7; -"@MMK_R_KO_l.ss04" = 44; -"@MMK_R_KO_n" = -13; -"@MMK_R_KO_ninesuperior" = 22; -"@MMK_R_KO_onesuperior" = 17; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 12; -"@MMK_R_KO_period" = -103; -"@MMK_R_KO_period.ss01" = -118; -"@MMK_R_KO_question" = 18; -"@MMK_R_KO_question.ss01" = 16; -"@MMK_R_KO_quotedbl" = 16; -"@MMK_R_KO_quotedblleft" = 10; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 10; -"@MMK_R_KO_quoteright" = 14; -"@MMK_R_KO_quoteright.ss01" = 2; -"@MMK_R_KO_s" = -31; -"@MMK_R_KO_sevensuperior" = 12; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_sixsuperior" = 12; -"@MMK_R_KO_slash" = -90; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = -90; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -8; -}; -"@MMK_L_KO_U" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 8; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 10; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_imacron" = 65; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 27; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 3; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = 15; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 12; -"@MMK_R_KO_sixsuperior" = 6; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -4; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_underscore" = -39; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_Uacute" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = 5; -"@MMK_R_KO_I.ss02" = 2; -"@MMK_R_KO_J" = -10; -"@MMK_R_KO_O" = 11; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 10; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 12; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = 9; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 7; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = -14; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_i" = 9; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 27; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 3; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -13; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = 15; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 2; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_sixsuperior" = 6; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_t" = 7; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_u" = 3; -"@MMK_R_KO_v" = 12; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = -3; -}; -"@MMK_L_KO_Uhorn" = { -"@MMK_R_KO_A" = -24; -"@MMK_R_KO_H" = 32; -"@MMK_R_KO_I.ss02" = 55; -"@MMK_R_KO_O" = 13; -"@MMK_R_KO_T" = 71; -"@MMK_R_KO_U" = 46; -"@MMK_R_KO_V" = 74; -"@MMK_R_KO_X" = 64; -"@MMK_R_KO_Y" = 66; -"@MMK_R_KO_Z" = 43; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = 87; -"@MMK_R_KO_colon" = 14; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -27; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_eightsuperior" = 50; -"@MMK_R_KO_ellipsis" = -25; -"@MMK_R_KO_exclam" = 39; -"@MMK_R_KO_fivesuperior" = 45; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = 7; -"@MMK_R_KO_hyphen.case" = 12; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 53; -"@MMK_R_KO_onesuperior" = 49; -"@MMK_R_KO_parenright" = 57; -"@MMK_R_KO_parenright.case" = 86; -"@MMK_R_KO_period" = -14; -"@MMK_R_KO_period.ss01" = -28; -"@MMK_R_KO_question" = 27; -"@MMK_R_KO_question.ss01" = 16; -"@MMK_R_KO_quotedbl" = 52; -"@MMK_R_KO_quoteright" = 52; -"@MMK_R_KO_quoteright.ss01" = 49; -"@MMK_R_KO_sevensuperior" = 66; -"@MMK_R_KO_sixsuperior" = 39; -"@MMK_R_KO_slash" = -25; -"@MMK_R_KO_threesuperior" = 54; -"@MMK_R_KO_u" = 3; -}; -"@MMK_L_KO_V" = { -"@MMK_R_KO_A" = -102; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = -67; -"@MMK_R_KO_O" = -20; -"@MMK_R_KO_S" = -4; -"@MMK_R_KO_T" = 32; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = 32; -"@MMK_R_KO_W" = 31; -"@MMK_R_KO_X" = 3; -"@MMK_R_KO_Y" = 25; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -50; -"@MMK_R_KO_a.ss05" = -34; -"@MMK_R_KO_asciicircum" = -46; -"@MMK_R_KO_bracketright" = 20; -"@MMK_R_KO_colon" = -22; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_comma.ss01" = -126; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eightsuperior" = 7; -"@MMK_R_KO_ellipsis" = -128; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = -12; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = -18; -"@MMK_R_KO_g" = -47; -"@MMK_R_KO_guillemetleft" = -83; -"@MMK_R_KO_guillemetright" = -26; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_hyphen.case" = -35; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 81; -"@MMK_R_KO_imacron" = 104; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 49; -"@MMK_R_KO_n" = -35; -"@MMK_R_KO_ninesuperior" = 13; -"@MMK_R_KO_onesuperior" = 14; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -110; -"@MMK_R_KO_period.ss01" = -129; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 23; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = 11; -"@MMK_R_KO_quoteright.ss01" = 15; -"@MMK_R_KO_s" = -40; -"@MMK_R_KO_sevensuperior" = 20; -"@MMK_R_KO_six" = -18; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = -108; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 9; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_underscore" = -115; -"@MMK_R_KO_v" = -14; -"@MMK_R_KO_w" = -14; -"@MMK_R_KO_x" = -21; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = -33; -}; -"@MMK_L_KO_W" = { -"@MMK_R_KO_A" = -56; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = -44; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = 29; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = 31; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = 27; -"@MMK_R_KO_Z" = 4; -"@MMK_R_KO_a" = -22; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asciicircum" = -16; -"@MMK_R_KO_bracketright" = 33; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -50; -"@MMK_R_KO_comma.ss01" = -73; -"@MMK_R_KO_e" = -21; -"@MMK_R_KO_egrave" = -20; -"@MMK_R_KO_eightsuperior" = 8; -"@MMK_R_KO_ellipsis" = -69; -"@MMK_R_KO_exclam" = 18; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -20; -"@MMK_R_KO_guillemetleft" = -48; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -22; -"@MMK_R_KO_hyphen.case" = -7; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 101; -"@MMK_R_KO_imacron" = 101; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 54; -"@MMK_R_KO_n" = -18; -"@MMK_R_KO_ninesuperior" = 14; -"@MMK_R_KO_onesuperior" = 15; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 17; -"@MMK_R_KO_period" = -52; -"@MMK_R_KO_period.ss01" = -75; -"@MMK_R_KO_question" = 12; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = 20; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 19; -"@MMK_R_KO_quoteright.ss01" = 12; -"@MMK_R_KO_s" = -16; -"@MMK_R_KO_sevensuperior" = 16; -"@MMK_R_KO_six" = -5; -"@MMK_R_KO_sixsuperior" = 8; -"@MMK_R_KO_slash" = -54; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 8; -"@MMK_R_KO_trademark" = 5; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = -54; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_X" = { -"@MMK_R_KO_A" = 24; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 19; -"@MMK_R_KO_J" = 22; -"@MMK_R_KO_O" = -45; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = 6; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 18; -"@MMK_R_KO_X" = 26; -"@MMK_R_KO_Y" = 7; -"@MMK_R_KO_Z" = 15; -"@MMK_R_KO_a" = -54; -"@MMK_R_KO_a.ss05" = -25; -"@MMK_R_KO_asciicircum" = -79; -"@MMK_R_KO_bracketright" = 12; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -64; -"@MMK_R_KO_egrave" = -57; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -29; -"@MMK_R_KO_fivesuperior" = -13; -"@MMK_R_KO_foursuperior" = -62; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -106; -"@MMK_R_KO_guillemetright" = -33; -"@MMK_R_KO_hyphen" = -69; -"@MMK_R_KO_hyphen.case" = -99; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 46; -"@MMK_R_KO_imacron" = 77; -"@MMK_R_KO_j" = 55; -"@MMK_R_KO_l.ss04" = 38; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -10; -"@MMK_R_KO_onesuperior" = -3; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 11; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_question" = -22; -"@MMK_R_KO_question.ss01" = -29; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = -31; -"@MMK_R_KO_quotedblleft.ss01" = -28; -"@MMK_R_KO_quoteleft" = -31; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -7; -"@MMK_R_KO_s" = -35; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = -42; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 8; -"@MMK_R_KO_t" = -47; -"@MMK_R_KO_threesuperior" = -13; -"@MMK_R_KO_trademark" = -5; -"@MMK_R_KO_u" = -46; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -51; -"@MMK_R_KO_w" = -44; -"@MMK_R_KO_x" = 28; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_Y" = { -"@MMK_R_KO_A" = -115; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_I.ss02" = 12; -"@MMK_R_KO_J" = -71; -"@MMK_R_KO_O" = -38; -"@MMK_R_KO_S" = -19; -"@MMK_R_KO_T" = 27; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 28; -"@MMK_R_KO_X" = 6; -"@MMK_R_KO_Y" = 28; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -90; -"@MMK_R_KO_a.ss05" = -36; -"@MMK_R_KO_asciicircum" = -64; -"@MMK_R_KO_bracketright" = 7; -"@MMK_R_KO_colon" = -49; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_comma.ss01" = -134; -"@MMK_R_KO_e" = -93; -"@MMK_R_KO_egrave" = -39; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = -180; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = -38; -"@MMK_R_KO_g" = -86; -"@MMK_R_KO_guillemetleft" = -112; -"@MMK_R_KO_guillemetright" = -47; -"@MMK_R_KO_hyphen" = -123; -"@MMK_R_KO_hyphen.case" = -85; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 58; -"@MMK_R_KO_imacron" = 97; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 43; -"@MMK_R_KO_n" = -63; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = -7; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -132; -"@MMK_R_KO_period.ss01" = -135; -"@MMK_R_KO_question" = -8; -"@MMK_R_KO_question.ss01" = -18; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -15; -"@MMK_R_KO_quoteleft" = -18; -"@MMK_R_KO_quoteright" = 6; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -83; -"@MMK_R_KO_sevensuperior" = 17; -"@MMK_R_KO_six" = -34; -"@MMK_R_KO_sixsuperior" = -2; -"@MMK_R_KO_slash" = -128; -"@MMK_R_KO_t" = -34; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 5; -"@MMK_R_KO_u" = -52; -"@MMK_R_KO_underscore" = -143; -"@MMK_R_KO_v" = -32; -"@MMK_R_KO_w" = -33; -"@MMK_R_KO_x" = -37; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = -58; -}; -"@MMK_L_KO_Z" = { -"@MMK_R_KO_A" = 17; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 19; -"@MMK_R_KO_J" = 22; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = 15; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 19; -"@MMK_R_KO_W" = 17; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = 4; -"@MMK_R_KO_Z" = 21; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 25; -"@MMK_R_KO_colon" = 25; -"@MMK_R_KO_comma" = 32; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -15; -"@MMK_R_KO_egrave" = -12; -"@MMK_R_KO_eightsuperior" = 0; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 21; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_fivesuperior" = -2; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = -11; -"@MMK_R_KO_guillemetleft" = -62; -"@MMK_R_KO_guillemetright" = -6; -"@MMK_R_KO_hyphen" = -4; -"@MMK_R_KO_hyphen.case" = -40; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 96; -"@MMK_R_KO_imacron" = 72; -"@MMK_R_KO_j" = 51; -"@MMK_R_KO_l.ss04" = 34; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_onesuperior" = 0; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 4; -"@MMK_R_KO_period" = 32; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = 15; -"@MMK_R_KO_question.ss01" = 4; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -3; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_sevensuperior" = 0; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 31; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = -3; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = 12; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_a" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -15; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_X" = -5; -"@MMK_R_KO_Y" = -74; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -44; -"@MMK_R_KO_bracketright" = -4; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -21; -"@MMK_R_KO_foursuperior" = -13; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 1; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -24; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = -6; -"@MMK_R_KO_question.ss01" = -13; -"@MMK_R_KO_quotedbl" = -31; -"@MMK_R_KO_quotedblleft" = -16; -"@MMK_R_KO_quotedblleft.ss01" = -24; -"@MMK_R_KO_quoteleft" = -16; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -23; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -52; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -18; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_threesuperior" = -17; -"@MMK_R_KO_trademark" = -83; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_a.ss05" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 22; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = -87; -"@MMK_R_KO_U" = -16; -"@MMK_R_KO_V" = -88; -"@MMK_R_KO_W" = -54; -"@MMK_R_KO_X" = 21; -"@MMK_R_KO_Y" = -126; -"@MMK_R_KO_Z" = 19; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_asciicircum" = -76; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 28; -"@MMK_R_KO_comma" = 26; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = -38; -"@MMK_R_KO_ellipsis" = 10; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_fivesuperior" = -50; -"@MMK_R_KO_foursuperior" = -33; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = -14; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = 38; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -48; -"@MMK_R_KO_onesuperior" = -91; -"@MMK_R_KO_parenright" = -37; -"@MMK_R_KO_period" = 21; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -59; -"@MMK_R_KO_question.ss01" = -68; -"@MMK_R_KO_quotedbl" = -66; -"@MMK_R_KO_quotedblleft" = -53; -"@MMK_R_KO_quotedblleft.ss01" = -36; -"@MMK_R_KO_quoteleft" = -53; -"@MMK_R_KO_quoteright" = -32; -"@MMK_R_KO_quoteright.ss01" = -33; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -95; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = -58; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = -40; -"@MMK_R_KO_trademark" = -105; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -38; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_x" = 19; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_aacute.ss05" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 22; -"@MMK_R_KO_O" = -9; -"@MMK_R_KO_S" = -8; -"@MMK_R_KO_T" = -36; -"@MMK_R_KO_U" = -16; -"@MMK_R_KO_V" = -42; -"@MMK_R_KO_X" = 21; -"@MMK_R_KO_Y" = -73; -"@MMK_R_KO_a" = -4; -"@MMK_R_KO_a.ss05" = 2; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 26; -"@MMK_R_KO_comma" = 26; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = -36; -"@MMK_R_KO_ellipsis" = 10; -"@MMK_R_KO_exclam" = 17; -"@MMK_R_KO_f" = -10; -"@MMK_R_KO_fivesuperior" = -49; -"@MMK_R_KO_foursuperior" = -33; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -30; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = -2; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = 40; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -47; -"@MMK_R_KO_onesuperior" = -86; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_period" = 21; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -59; -"@MMK_R_KO_question.ss01" = -68; -"@MMK_R_KO_quotedbl" = -65; -"@MMK_R_KO_quotedblleft" = -53; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteleft" = -53; -"@MMK_R_KO_quoteright" = -32; -"@MMK_R_KO_quoteright.ss01" = -33; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -85; -"@MMK_R_KO_six" = -8; -"@MMK_R_KO_sixsuperior" = -50; -"@MMK_R_KO_slash" = 18; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = -39; -"@MMK_R_KO_u" = -2; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -38; -"@MMK_R_KO_w" = -23; -"@MMK_R_KO_x" = 19; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = 13; -}; -"@MMK_L_KO_ampersand" = { -"@MMK_R_KO_A" = 12; -"@MMK_R_KO_H" = -3; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_T" = -103; -"@MMK_R_KO_a" = -6; -"@MMK_R_KO_e" = -7; -"@MMK_R_KO_f" = -18; -"@MMK_R_KO_i" = -8; -"@MMK_R_KO_n" = -8; -"@MMK_R_KO_t" = -24; -}; -"@MMK_L_KO_asciicircum" = { -"@MMK_R_KO_A" = -105; -"@MMK_R_KO_H" = -14; -"@MMK_R_KO_O" = -4; -"@MMK_R_KO_T" = -18; -"@MMK_R_KO_a" = -31; -"@MMK_R_KO_e" = -33; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_i" = -40; -"@MMK_R_KO_n" = -43; -"@MMK_R_KO_t" = -5; -}; -"@MMK_L_KO_asciitilde" = { -"@MMK_R_KO_A" = -108; -"@MMK_R_KO_H" = -63; -"@MMK_R_KO_O" = -31; -"@MMK_R_KO_T" = -93; -"@MMK_R_KO_a" = -52; -"@MMK_R_KO_e" = -50; -"@MMK_R_KO_f" = -51; -"@MMK_R_KO_i" = -70; -"@MMK_R_KO_n" = -71; -"@MMK_R_KO_t" = -51; -}; -"@MMK_L_KO_asterisk" = { -"@MMK_R_KO_A" = -100; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = -77; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = 19; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -33; -"@MMK_R_KO_asterisk" = 23; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_comma.ss01" = -134; -"@MMK_R_KO_e" = -39; -"@MMK_R_KO_eight" = 6; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -33; -"@MMK_R_KO_guillemetleft" = -72; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = -99; -"@MMK_R_KO_hyphen.case" = -24; -"@MMK_R_KO_i" = -3; -"@MMK_R_KO_j" = -10; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_nine" = 17; -"@MMK_R_KO_one" = 17; -"@MMK_R_KO_parenright" = -33; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = -132; -"@MMK_R_KO_period.ss01" = -135; -"@MMK_R_KO_quotedbl" = 11; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quotedblleft.ss01" = 4; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_seven" = 23; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -109; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 6; -"@MMK_R_KO_two" = 14; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_bracketleft" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -6; -"@MMK_R_KO_S" = 12; -"@MMK_R_KO_T" = 36; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = 28; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_Y" = 22; -"@MMK_R_KO_Z" = 24; -"@MMK_R_KO_a" = -39; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asterisk" = 7; -"@MMK_R_KO_colon" = -7; -"@MMK_R_KO_comma" = 17; -"@MMK_R_KO_comma.ss01" = 9; -"@MMK_R_KO_e" = -39; -"@MMK_R_KO_egrave" = -13; -"@MMK_R_KO_eight" = 14; -"@MMK_R_KO_ellipsis" = -23; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_five" = 5; -"@MMK_R_KO_four" = -34; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -53; -"@MMK_R_KO_hyphen" = -60; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 76; -"@MMK_R_KO_n" = -6; -"@MMK_R_KO_nine" = 10; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_period" = -23; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_quotedbl" = 7; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 19; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -40; -"@MMK_R_KO_seven" = 29; -"@MMK_R_KO_six" = -4; -"@MMK_R_KO_slash" = 19; -"@MMK_R_KO_t" = -20; -"@MMK_R_KO_three" = 10; -"@MMK_R_KO_two" = 18; -"@MMK_R_KO_u" = -28; -"@MMK_R_KO_v" = -46; -"@MMK_R_KO_w" = -33; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_bracketleft.case" = { -"@MMK_R_KO_A" = 10; -"@MMK_R_KO_H" = 14; -"@MMK_R_KO_I.ss02" = 39; -"@MMK_R_KO_J" = 33; -"@MMK_R_KO_O" = -8; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = 35; -"@MMK_R_KO_U" = 17; -"@MMK_R_KO_V" = 26; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_Y" = 19; -"@MMK_R_KO_Z" = 35; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 18; -"@MMK_R_KO_comma.ss01" = 6; -"@MMK_R_KO_eight" = 11; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_five" = 3; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_guillemetleft" = -67; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen.case" = -62; -"@MMK_R_KO_nine" = 16; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_period" = 14; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = 4; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright" = 16; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 26; -"@MMK_R_KO_six" = -9; -"@MMK_R_KO_slash" = 44; -"@MMK_R_KO_three" = 11; -"@MMK_R_KO_two" = 23; -}; -"@MMK_L_KO_c" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 16; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -91; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -78; -"@MMK_R_KO_W" = -39; -"@MMK_R_KO_X" = -23; -"@MMK_R_KO_Y" = -119; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -65; -"@MMK_R_KO_bracketright" = -32; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -31; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -3; -"@MMK_R_KO_fivesuperior" = -38; -"@MMK_R_KO_foursuperior" = -27; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = -20; -"@MMK_R_KO_guillemetright" = -25; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = -4; -"@MMK_R_KO_icircumflex" = -4; -"@MMK_R_KO_imacron" = -3; -"@MMK_R_KO_j" = -3; -"@MMK_R_KO_l.ss04" = -4; -"@MMK_R_KO_n" = -4; -"@MMK_R_KO_ninesuperior" = -38; -"@MMK_R_KO_onesuperior" = -69; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = -59; -"@MMK_R_KO_question.ss01" = -67; -"@MMK_R_KO_quotedbl" = -54; -"@MMK_R_KO_quotedblleft" = -45; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteleft" = -45; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -26; -"@MMK_R_KO_s" = 16; -"@MMK_R_KO_sevensuperior" = -68; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -48; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = -33; -"@MMK_R_KO_trademark" = -93; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -22; -"@MMK_R_KO_v" = -32; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_x" = -25; -"@MMK_R_KO_y" = -38; -"@MMK_R_KO_z" = 10; -}; -"@MMK_L_KO_comma" = { -"@MMK_R_KO_asterisk" = -133; -"@MMK_R_KO_comma" = 23; -"@MMK_R_KO_eight" = -6; -"@MMK_R_KO_five" = -23; -"@MMK_R_KO_four" = -7; -"@MMK_R_KO_guillemetleft" = -90; -"@MMK_R_KO_guillemetright" = -10; -"@MMK_R_KO_hyphen" = -38; -"@MMK_R_KO_hyphen.case" = -121; -"@MMK_R_KO_nine" = -27; -"@MMK_R_KO_one" = -91; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_quotedbl" = -133; -"@MMK_R_KO_quotedblleft" = -133; -"@MMK_R_KO_quoteright" = -133; -"@MMK_R_KO_seven" = -98; -"@MMK_R_KO_six" = -51; -"@MMK_R_KO_three" = -16; -"@MMK_R_KO_two" = 0; -}; -"@MMK_L_KO_degree" = { -"@MMK_R_KO_A" = -95; -"@MMK_R_KO_H" = -15; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_e" = -33; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_i" = -17; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_t" = 0; -}; -"@MMK_L_KO_e" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 3; -"@MMK_R_KO_T" = -96; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -86; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_X" = -24; -"@MMK_R_KO_Y" = -129; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -83; -"@MMK_R_KO_bracketright" = -31; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -39; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_fivesuperior" = -53; -"@MMK_R_KO_foursuperior" = -35; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = 16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -50; -"@MMK_R_KO_onesuperior" = -80; -"@MMK_R_KO_parenright" = -62; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = -70; -"@MMK_R_KO_question.ss01" = -82; -"@MMK_R_KO_quotedbl" = -68; -"@MMK_R_KO_quotedblleft" = -60; -"@MMK_R_KO_quotedblleft.ss01" = -36; -"@MMK_R_KO_quoteleft" = -60; -"@MMK_R_KO_quoteright" = -32; -"@MMK_R_KO_quoteright.ss01" = -34; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -84; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -60; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_threesuperior" = -42; -"@MMK_R_KO_trademark" = -107; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -23; -"@MMK_R_KO_v" = -34; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = -28; -"@MMK_R_KO_y" = -46; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_eacute" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 12; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 9; -"@MMK_R_KO_T" = -55; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -85; -"@MMK_R_KO_W" = -44; -"@MMK_R_KO_X" = -21; -"@MMK_R_KO_Y" = -90; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_a" = 8; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_bracketright" = -28; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -6; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = -39; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -9; -"@MMK_R_KO_fivesuperior" = -52; -"@MMK_R_KO_foursuperior" = -35; -"@MMK_R_KO_g" = 6; -"@MMK_R_KO_guillemetleft" = -15; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = 16; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -51; -"@MMK_R_KO_onesuperior" = -76; -"@MMK_R_KO_parenright" = -62; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_question" = -69; -"@MMK_R_KO_question.ss01" = -82; -"@MMK_R_KO_quotedbl" = -68; -"@MMK_R_KO_quotedblleft" = -59; -"@MMK_R_KO_quotedblleft.ss01" = -36; -"@MMK_R_KO_quoteleft" = -59; -"@MMK_R_KO_quoteright" = -32; -"@MMK_R_KO_quoteright.ss01" = -34; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -70; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -62; -"@MMK_R_KO_slash" = -11; -"@MMK_R_KO_t" = -12; -"@MMK_R_KO_threesuperior" = -41; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -23; -"@MMK_R_KO_v" = -34; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = -28; -"@MMK_R_KO_y" = -46; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_eight" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 14; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = -3; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_Y" = -42; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 4; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asterisk" = 0; -"@MMK_R_KO_colon" = 22; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 25; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_five" = 9; -"@MMK_R_KO_four" = 20; -"@MMK_R_KO_g" = 2; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 3; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 15; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -47; -"@MMK_R_KO_parenright.case" = -17; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_quotedbl" = -11; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 19; -"@MMK_R_KO_seven" = 4; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_three" = 19; -"@MMK_R_KO_two" = 17; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 8; -"@MMK_R_KO_y" = 5; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_ellipsis" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = -11; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = -61; -"@MMK_R_KO_S" = -26; -"@MMK_R_KO_T" = -120; -"@MMK_R_KO_U" = -41; -"@MMK_R_KO_V" = -145; -"@MMK_R_KO_W" = -85; -"@MMK_R_KO_Y" = -177; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asterisk" = -143; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_e" = -39; -"@MMK_R_KO_egrave" = -39; -"@MMK_R_KO_eight" = -17; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -42; -"@MMK_R_KO_five" = -30; -"@MMK_R_KO_four" = -10; -"@MMK_R_KO_g" = -24; -"@MMK_R_KO_guillemetleft" = -101; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_hyphen" = -36; -"@MMK_R_KO_hyphen.case" = -135; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_nine" = -32; -"@MMK_R_KO_one" = -107; -"@MMK_R_KO_parenright" = -58; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = 3; -"@MMK_R_KO_quotedbl" = -234; -"@MMK_R_KO_quotedblleft" = -271; -"@MMK_R_KO_quoteright" = -271; -"@MMK_R_KO_s" = -14; -"@MMK_R_KO_seven" = -112; -"@MMK_R_KO_six" = -52; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -58; -"@MMK_R_KO_three" = -24; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -33; -"@MMK_R_KO_v" = -99; -"@MMK_R_KO_w" = -60; -"@MMK_R_KO_y" = -33; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_ellipsis.ss01" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = -22; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -46; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = -131; -"@MMK_R_KO_U" = -36; -"@MMK_R_KO_V" = -139; -"@MMK_R_KO_W" = -84; -"@MMK_R_KO_Y" = -188; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asterisk" = -143; -"@MMK_R_KO_comma.ss01" = -18; -"@MMK_R_KO_e" = -33; -"@MMK_R_KO_egrave" = -33; -"@MMK_R_KO_eight" = -14; -"@MMK_R_KO_f" = -56; -"@MMK_R_KO_five" = -24; -"@MMK_R_KO_four" = -2; -"@MMK_R_KO_g" = -28; -"@MMK_R_KO_guillemetleft" = -85; -"@MMK_R_KO_guillemetright" = -36; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = -147; -"@MMK_R_KO_i" = -28; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -28; -"@MMK_R_KO_nine" = -26; -"@MMK_R_KO_one" = -118; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedbl" = -234; -"@MMK_R_KO_quotedblleft.ss01" = -267; -"@MMK_R_KO_quoteright.ss01" = -267; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_seven" = -123; -"@MMK_R_KO_six" = -42; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -60; -"@MMK_R_KO_three" = -17; -"@MMK_R_KO_two" = -9; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_v" = -96; -"@MMK_R_KO_w" = -58; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = -10; -}; -"@MMK_L_KO_endash" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -4; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -95; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -71; -"@MMK_R_KO_W" = -30; -"@MMK_R_KO_Y" = -128; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_colon" = -14; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -12; -"@MMK_R_KO_e" = 17; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eight" = 20; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 27; -"@MMK_R_KO_g" = 16; -"@MMK_R_KO_guillemetleft" = -19; -"@MMK_R_KO_guillemetright" = -37; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_n" = 1; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -69; -"@MMK_R_KO_parenright" = -89; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_quotedbl" = -69; -"@MMK_R_KO_quotedblleft" = -56; -"@MMK_R_KO_quotedblleft.ss01" = -18; -"@MMK_R_KO_quoteright" = -37; -"@MMK_R_KO_quoteright.ss01" = -17; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -82; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_slash" = -26; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -16; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_v" = -26; -"@MMK_R_KO_w" = -2; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = -12; -}; -"@MMK_L_KO_f" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = 16; -"@MMK_R_KO_J" = -39; -"@MMK_R_KO_O" = 27; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = 28; -"@MMK_R_KO_U" = 27; -"@MMK_R_KO_V" = 37; -"@MMK_R_KO_W" = 42; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = 30; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 33; -"@MMK_R_KO_colon" = 36; -"@MMK_R_KO_comma" = -41; -"@MMK_R_KO_comma.ss01" = -69; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = 21; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = 23; -"@MMK_R_KO_fivesuperior" = 12; -"@MMK_R_KO_foursuperior" = 21; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 62; -"@MMK_R_KO_imacron" = 49; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 42; -"@MMK_R_KO_n" = -1; -"@MMK_R_KO_ninesuperior" = 28; -"@MMK_R_KO_onesuperior" = 16; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -73; -"@MMK_R_KO_question" = 24; -"@MMK_R_KO_question.ss01" = 18; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = 26; -"@MMK_R_KO_quotedblleft.ss01" = 19; -"@MMK_R_KO_quoteleft" = 26; -"@MMK_R_KO_quoteright" = 27; -"@MMK_R_KO_quoteright.ss01" = 26; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = 16; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_sixsuperior" = 24; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_t" = 23; -"@MMK_R_KO_threesuperior" = 24; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 10; -"@MMK_R_KO_underscore" = -42; -"@MMK_R_KO_v" = 33; -"@MMK_R_KO_w" = 28; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = 29; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_f_f.liga" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 11; -"@MMK_R_KO_I.ss02" = 16; -"@MMK_R_KO_J" = -39; -"@MMK_R_KO_O" = 27; -"@MMK_R_KO_S" = 19; -"@MMK_R_KO_T" = 28; -"@MMK_R_KO_U" = 27; -"@MMK_R_KO_V" = 37; -"@MMK_R_KO_W" = 42; -"@MMK_R_KO_X" = 16; -"@MMK_R_KO_Y" = 30; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 33; -"@MMK_R_KO_colon" = 36; -"@MMK_R_KO_comma" = -41; -"@MMK_R_KO_comma.ss01" = -69; -"@MMK_R_KO_e" = 8; -"@MMK_R_KO_egrave" = 8; -"@MMK_R_KO_eightsuperior" = 21; -"@MMK_R_KO_ellipsis" = -61; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = 23; -"@MMK_R_KO_fivesuperior" = 12; -"@MMK_R_KO_foursuperior" = 21; -"@MMK_R_KO_g" = 9; -"@MMK_R_KO_guillemetleft" = -25; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_icircumflex" = 62; -"@MMK_R_KO_imacron" = 49; -"@MMK_R_KO_j" = 3; -"@MMK_R_KO_l.ss04" = 42; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = 28; -"@MMK_R_KO_onesuperior" = 16; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = -42; -"@MMK_R_KO_period.ss01" = -73; -"@MMK_R_KO_question" = 24; -"@MMK_R_KO_question.ss01" = 18; -"@MMK_R_KO_quotedbl" = 21; -"@MMK_R_KO_quotedblleft" = 26; -"@MMK_R_KO_quotedblleft.ss01" = 19; -"@MMK_R_KO_quoteleft" = 26; -"@MMK_R_KO_quoteright" = 27; -"@MMK_R_KO_quoteright.ss01" = 26; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = 16; -"@MMK_R_KO_six" = 27; -"@MMK_R_KO_sixsuperior" = 24; -"@MMK_R_KO_slash" = -40; -"@MMK_R_KO_t" = 23; -"@MMK_R_KO_threesuperior" = 24; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -42; -"@MMK_R_KO_v" = 33; -"@MMK_R_KO_w" = 28; -"@MMK_R_KO_x" = 9; -"@MMK_R_KO_y" = 29; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_fi" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -42; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 1; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 10; -"@MMK_R_KO_imacron" = 12; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -3; -"@MMK_R_KO_onesuperior" = -2; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_question" = -3; -"@MMK_R_KO_quotedbl" = -8; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = -5; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -8; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -6; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_threesuperior" = -4; -"@MMK_R_KO_trademark" = -17; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 1; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_five" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 9; -"@MMK_R_KO_J" = 14; -"@MMK_R_KO_O" = 5; -"@MMK_R_KO_S" = 16; -"@MMK_R_KO_T" = -9; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = -12; -"@MMK_R_KO_W" = -6; -"@MMK_R_KO_Y" = -17; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 13; -"@MMK_R_KO_a.ss05" = 15; -"@MMK_R_KO_asterisk" = -18; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -5; -"@MMK_R_KO_e" = 13; -"@MMK_R_KO_egrave" = 13; -"@MMK_R_KO_eight" = 27; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_five" = 16; -"@MMK_R_KO_four" = 33; -"@MMK_R_KO_g" = 11; -"@MMK_R_KO_guillemetleft" = -10; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = 24; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_j" = 5; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 5; -"@MMK_R_KO_one" = -18; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = -9; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -7; -"@MMK_R_KO_quotedbl" = -21; -"@MMK_R_KO_quotedblleft" = -22; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteright" = -19; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 18; -"@MMK_R_KO_seven" = -11; -"@MMK_R_KO_six" = 7; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = -9; -"@MMK_R_KO_three" = 19; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_v" = -12; -"@MMK_R_KO_w" = -5; -"@MMK_R_KO_y" = -14; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_four" = { -"@MMK_R_KO_A" = -7; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 7; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -39; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -39; -"@MMK_R_KO_W" = -28; -"@MMK_R_KO_Y" = -40; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = 13; -"@MMK_R_KO_a.ss05" = 8; -"@MMK_R_KO_asterisk" = -41; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 16; -"@MMK_R_KO_egrave" = 17; -"@MMK_R_KO_eight" = 24; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = -17; -"@MMK_R_KO_five" = 6; -"@MMK_R_KO_four" = 26; -"@MMK_R_KO_g" = 13; -"@MMK_R_KO_guillemetleft" = -4; -"@MMK_R_KO_guillemetright" = -24; -"@MMK_R_KO_hyphen" = 6; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -39; -"@MMK_R_KO_parenright" = -46; -"@MMK_R_KO_parenright.case" = -27; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -2; -"@MMK_R_KO_quotedbl" = -52; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -42; -"@MMK_R_KO_quoteright" = -48; -"@MMK_R_KO_quoteright.ss01" = -52; -"@MMK_R_KO_s" = 12; -"@MMK_R_KO_seven" = -41; -"@MMK_R_KO_six" = 8; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -3; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -24; -"@MMK_R_KO_w" = -6; -"@MMK_R_KO_y" = -34; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_g.ss06" = { -"@MMK_R_KO_A" = 32; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = 29; -"@MMK_R_KO_O" = -15; -"@MMK_R_KO_S" = -19; -"@MMK_R_KO_T" = -17; -"@MMK_R_KO_U" = -20; -"@MMK_R_KO_V" = -30; -"@MMK_R_KO_W" = -21; -"@MMK_R_KO_X" = 26; -"@MMK_R_KO_Y" = -36; -"@MMK_R_KO_Z" = 23; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = -8; -"@MMK_R_KO_asciicircum" = -60; -"@MMK_R_KO_bracketright" = 41; -"@MMK_R_KO_colon" = 20; -"@MMK_R_KO_comma" = 23; -"@MMK_R_KO_comma.ss01" = 15; -"@MMK_R_KO_e" = -19; -"@MMK_R_KO_egrave" = -19; -"@MMK_R_KO_eightsuperior" = -26; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 8; -"@MMK_R_KO_f" = -14; -"@MMK_R_KO_fivesuperior" = -29; -"@MMK_R_KO_foursuperior" = -28; -"@MMK_R_KO_guillemetleft" = -45; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = -27; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 11; -"@MMK_R_KO_imacron" = 8; -"@MMK_R_KO_j" = 64; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -28; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_period" = 8; -"@MMK_R_KO_period.ss01" = 3; -"@MMK_R_KO_question" = -18; -"@MMK_R_KO_question.ss01" = -27; -"@MMK_R_KO_quotedbl" = -32; -"@MMK_R_KO_quotedblleft" = -25; -"@MMK_R_KO_quotedblleft.ss01" = -26; -"@MMK_R_KO_quoteleft" = -25; -"@MMK_R_KO_quoteright" = -32; -"@MMK_R_KO_quoteright.ss01" = -32; -"@MMK_R_KO_s" = -12; -"@MMK_R_KO_sevensuperior" = -31; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = -27; -"@MMK_R_KO_slash" = 52; -"@MMK_R_KO_t" = -17; -"@MMK_R_KO_threesuperior" = -34; -"@MMK_R_KO_trademark" = -37; -"@MMK_R_KO_u" = -21; -"@MMK_R_KO_underscore" = 25; -"@MMK_R_KO_v" = -21; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = -12; -"@MMK_R_KO_z" = 17; -}; -"@MMK_L_KO_guillemetleft" = { -"@MMK_R_KO_A" = -2; -"@MMK_R_KO_H" = -14; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -21; -"@MMK_R_KO_S" = -10; -"@MMK_R_KO_T" = -24; -"@MMK_R_KO_U" = -18; -"@MMK_R_KO_V" = -41; -"@MMK_R_KO_W" = -36; -"@MMK_R_KO_Y" = -73; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -34; -"@MMK_R_KO_a.ss05" = -15; -"@MMK_R_KO_asterisk" = -27; -"@MMK_R_KO_colon" = 4; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = -37; -"@MMK_R_KO_egrave" = -37; -"@MMK_R_KO_eight" = -10; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_f" = -7; -"@MMK_R_KO_five" = -20; -"@MMK_R_KO_four" = -18; -"@MMK_R_KO_g" = -27; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -19; -"@MMK_R_KO_hyphen" = -36; -"@MMK_R_KO_hyphen.case" = -31; -"@MMK_R_KO_i" = -15; -"@MMK_R_KO_j" = -15; -"@MMK_R_KO_n" = -15; -"@MMK_R_KO_nine" = -7; -"@MMK_R_KO_one" = -11; -"@MMK_R_KO_parenright" = -67; -"@MMK_R_KO_parenright.case" = -31; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -17; -"@MMK_R_KO_quotedbl" = -32; -"@MMK_R_KO_quotedblleft" = -28; -"@MMK_R_KO_quotedblleft.ss01" = -35; -"@MMK_R_KO_quoteright" = -55; -"@MMK_R_KO_quoteright.ss01" = -38; -"@MMK_R_KO_s" = -18; -"@MMK_R_KO_seven" = -16; -"@MMK_R_KO_six" = -21; -"@MMK_R_KO_slash" = -4; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_three" = -10; -"@MMK_R_KO_two" = -2; -"@MMK_R_KO_u" = -14; -"@MMK_R_KO_v" = -5; -"@MMK_R_KO_w" = -17; -"@MMK_R_KO_y" = -15; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_guillemetright" = { -"@MMK_R_KO_A" = -51; -"@MMK_R_KO_H" = -20; -"@MMK_R_KO_I.ss02" = -38; -"@MMK_R_KO_J" = -32; -"@MMK_R_KO_O" = -11; -"@MMK_R_KO_S" = -22; -"@MMK_R_KO_T" = -110; -"@MMK_R_KO_U" = -15; -"@MMK_R_KO_V" = -97; -"@MMK_R_KO_W" = -58; -"@MMK_R_KO_Y" = -158; -"@MMK_R_KO_Z" = -32; -"@MMK_R_KO_a" = -7; -"@MMK_R_KO_a.ss05" = -23; -"@MMK_R_KO_asterisk" = -109; -"@MMK_R_KO_colon" = -44; -"@MMK_R_KO_comma" = -44; -"@MMK_R_KO_comma.ss01" = -55; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eight" = -9; -"@MMK_R_KO_ellipsis" = -59; -"@MMK_R_KO_f" = -34; -"@MMK_R_KO_five" = -14; -"@MMK_R_KO_four" = 2; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -28; -"@MMK_R_KO_guillemetright" = -73; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_hyphen.case" = -12; -"@MMK_R_KO_i" = -22; -"@MMK_R_KO_j" = -22; -"@MMK_R_KO_n" = -23; -"@MMK_R_KO_nine" = -29; -"@MMK_R_KO_one" = -56; -"@MMK_R_KO_parenright" = -97; -"@MMK_R_KO_parenright.case" = -73; -"@MMK_R_KO_period" = -44; -"@MMK_R_KO_period.ss01" = -56; -"@MMK_R_KO_quotedbl" = -94; -"@MMK_R_KO_quotedblleft" = -85; -"@MMK_R_KO_quotedblleft.ss01" = -52; -"@MMK_R_KO_quoteright" = -51; -"@MMK_R_KO_quoteright.ss01" = -50; -"@MMK_R_KO_s" = -22; -"@MMK_R_KO_seven" = -64; -"@MMK_R_KO_six" = -10; -"@MMK_R_KO_slash" = -58; -"@MMK_R_KO_t" = -34; -"@MMK_R_KO_three" = -22; -"@MMK_R_KO_two" = -50; -"@MMK_R_KO_u" = -15; -"@MMK_R_KO_v" = -50; -"@MMK_R_KO_w" = -32; -"@MMK_R_KO_y" = -60; -"@MMK_R_KO_z" = -44; -}; -"@MMK_L_KO_hyphen" = { -"@MMK_R_KO_A" = -12; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -3; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -94; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -70; -"@MMK_R_KO_W" = -30; -"@MMK_R_KO_Y" = -127; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 16; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -114; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -14; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 19; -"@MMK_R_KO_egrave" = 19; -"@MMK_R_KO_eight" = 21; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 28; -"@MMK_R_KO_g" = 17; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_guillemetright" = -37; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_i" = 1; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 1; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = -69; -"@MMK_R_KO_parenright" = -86; -"@MMK_R_KO_period" = -15; -"@MMK_R_KO_period.ss01" = -14; -"@MMK_R_KO_quotedbl" = -64; -"@MMK_R_KO_quotedblleft" = -56; -"@MMK_R_KO_quotedblleft.ss01" = -20; -"@MMK_R_KO_quoteright" = -33; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = 4; -"@MMK_R_KO_seven" = -82; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_slash" = -33; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = -15; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_hyphen.case" = { -"@MMK_R_KO_A" = -37; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -71; -"@MMK_R_KO_J" = -64; -"@MMK_R_KO_O" = 21; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -88; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -45; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_Y" = -98; -"@MMK_R_KO_Z" = -38; -"@MMK_R_KO_asterisk" = -30; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -98; -"@MMK_R_KO_comma.ss01" = -134; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_five" = 7; -"@MMK_R_KO_four" = 8; -"@MMK_R_KO_guillemetleft" = -19; -"@MMK_R_KO_guillemetright" = -30; -"@MMK_R_KO_hyphen.case" = 2; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright.case" = -69; -"@MMK_R_KO_period" = -98; -"@MMK_R_KO_period.ss01" = -135; -"@MMK_R_KO_quotedbl" = -29; -"@MMK_R_KO_quotedblleft" = -18; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 21; -"@MMK_R_KO_slash" = -56; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = -12; -}; -"@MMK_L_KO_i.ss01" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -3; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -6; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -42; -"@MMK_R_KO_bracketright" = -2; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -10; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = -2; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -19; -"@MMK_R_KO_foursuperior" = -12; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 1; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 8; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -22; -"@MMK_R_KO_onesuperior" = -37; -"@MMK_R_KO_parenright" = -42; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = -4; -"@MMK_R_KO_question.ss01" = -12; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -15; -"@MMK_R_KO_quotedblleft.ss01" = -19; -"@MMK_R_KO_quoteleft" = -15; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -18; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -52; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -15; -"@MMK_R_KO_slash" = 3; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_threesuperior" = -15; -"@MMK_R_KO_trademark" = -24; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 1; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_jacute" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 14; -"@MMK_R_KO_I.ss02" = 41; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 3; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 44; -"@MMK_R_KO_U" = 30; -"@MMK_R_KO_V" = 54; -"@MMK_R_KO_W" = 64; -"@MMK_R_KO_X" = 48; -"@MMK_R_KO_Y" = 48; -"@MMK_R_KO_Z" = 27; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -42; -"@MMK_R_KO_bracketright" = 75; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = -23; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 11; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = 19; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = 9; -"@MMK_R_KO_foursuperior" = -8; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = 1; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 35; -"@MMK_R_KO_imacron" = 19; -"@MMK_R_KO_j" = 19; -"@MMK_R_KO_l.ss04" = 18; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = 13; -"@MMK_R_KO_onesuperior" = 3; -"@MMK_R_KO_parenright" = 20; -"@MMK_R_KO_period" = 1; -"@MMK_R_KO_period.ss01" = -27; -"@MMK_R_KO_question" = -2; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = 15; -"@MMK_R_KO_quotedblleft" = -6; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteleft" = -6; -"@MMK_R_KO_quoteright" = 15; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = 33; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = 2; -"@MMK_R_KO_slash" = 11; -"@MMK_R_KO_t" = -5; -"@MMK_R_KO_threesuperior" = 15; -"@MMK_R_KO_trademark" = 0; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_k" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 22; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -22; -"@MMK_R_KO_W" = -7; -"@MMK_R_KO_X" = 27; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -32; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 15; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -38; -"@MMK_R_KO_egrave" = -38; -"@MMK_R_KO_eightsuperior" = -11; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = 3; -"@MMK_R_KO_fivesuperior" = -9; -"@MMK_R_KO_foursuperior" = 0; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -70; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -69; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_icircumflex" = -5; -"@MMK_R_KO_imacron" = -5; -"@MMK_R_KO_j" = 24; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = -5; -"@MMK_R_KO_ninesuperior" = -17; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -36; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -10; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -7; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -35; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = -21; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = 5; -"@MMK_R_KO_sixsuperior" = 0; -"@MMK_R_KO_slash" = 10; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -27; -"@MMK_R_KO_trademark" = -52; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = 22; -"@MMK_R_KO_y" = 15; -"@MMK_R_KO_z" = 4; -}; -"@MMK_L_KO_l" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 4; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = 2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -5; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -41; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 3; -"@MMK_R_KO_comma" = 2; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_eightsuperior" = -4; -"@MMK_R_KO_ellipsis" = -16; -"@MMK_R_KO_exclam" = 2; -"@MMK_R_KO_f" = -5; -"@MMK_R_KO_fivesuperior" = -11; -"@MMK_R_KO_foursuperior" = -9; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -22; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_icircumflex" = 24; -"@MMK_R_KO_imacron" = 12; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -6; -"@MMK_R_KO_onesuperior" = -9; -"@MMK_R_KO_parenright" = -25; -"@MMK_R_KO_period" = 3; -"@MMK_R_KO_period.ss01" = -26; -"@MMK_R_KO_question" = 3; -"@MMK_R_KO_question.ss01" = -11; -"@MMK_R_KO_quotedbl" = -9; -"@MMK_R_KO_quotedblleft" = -5; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteleft" = -5; -"@MMK_R_KO_quoteright" = -6; -"@MMK_R_KO_quoteright.ss01" = -6; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -14; -"@MMK_R_KO_six" = 4; -"@MMK_R_KO_sixsuperior" = -3; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = -2; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -22; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 2; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_x" = -2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_l.ss03" = { -"@MMK_R_KO_A" = 29; -"@MMK_R_KO_I.ss02" = 15; -"@MMK_R_KO_J" = 24; -"@MMK_R_KO_O" = -18; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -20; -"@MMK_R_KO_U" = -13; -"@MMK_R_KO_V" = -23; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = 22; -"@MMK_R_KO_Y" = -25; -"@MMK_R_KO_Z" = 20; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 7; -"@MMK_R_KO_asciicircum" = -65; -"@MMK_R_KO_bracketright" = 4; -"@MMK_R_KO_colon" = 34; -"@MMK_R_KO_comma" = 36; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = -5; -"@MMK_R_KO_egrave" = -5; -"@MMK_R_KO_eightsuperior" = -28; -"@MMK_R_KO_ellipsis" = 13; -"@MMK_R_KO_exclam" = 23; -"@MMK_R_KO_f" = -15; -"@MMK_R_KO_fivesuperior" = -36; -"@MMK_R_KO_foursuperior" = -32; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -44; -"@MMK_R_KO_guillemetright" = -13; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = 5; -"@MMK_R_KO_imacron" = 5; -"@MMK_R_KO_j" = 40; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -28; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -32; -"@MMK_R_KO_period" = 38; -"@MMK_R_KO_period.ss01" = -3; -"@MMK_R_KO_question" = -20; -"@MMK_R_KO_question.ss01" = -31; -"@MMK_R_KO_quotedbl" = -31; -"@MMK_R_KO_quotedblleft" = -27; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -27; -"@MMK_R_KO_quoteright" = -33; -"@MMK_R_KO_quoteright.ss01" = -24; -"@MMK_R_KO_s" = 9; -"@MMK_R_KO_sevensuperior" = -36; -"@MMK_R_KO_six" = -15; -"@MMK_R_KO_sixsuperior" = -27; -"@MMK_R_KO_slash" = 16; -"@MMK_R_KO_t" = -18; -"@MMK_R_KO_threesuperior" = -33; -"@MMK_R_KO_trademark" = -42; -"@MMK_R_KO_u" = -10; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -23; -"@MMK_R_KO_w" = -16; -"@MMK_R_KO_x" = 19; -"@MMK_R_KO_y" = -20; -"@MMK_R_KO_z" = 11; -}; -"@MMK_L_KO_lcaron" = { -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 173; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 3; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 3; -"@MMK_R_KO_egrave" = 61; -"@MMK_R_KO_eightsuperior" = 182; -"@MMK_R_KO_exclam" = 181; -"@MMK_R_KO_f" = 121; -"@MMK_R_KO_fivesuperior" = 177; -"@MMK_R_KO_foursuperior" = 117; -"@MMK_R_KO_g" = 3; -"@MMK_R_KO_guillemetleft" = -3; -"@MMK_R_KO_hyphen" = 2; -"@MMK_R_KO_i" = 172; -"@MMK_R_KO_j" = 147; -"@MMK_R_KO_l.ss04" = 176; -"@MMK_R_KO_n" = 3; -"@MMK_R_KO_ninesuperior" = 188; -"@MMK_R_KO_onesuperior" = 190; -"@MMK_R_KO_parenright" = 131; -"@MMK_R_KO_period" = 3; -"@MMK_R_KO_period.ss01" = -24; -"@MMK_R_KO_question" = 156; -"@MMK_R_KO_question.ss01" = 155; -"@MMK_R_KO_quotedbl" = 196; -"@MMK_R_KO_quotedblleft" = 152; -"@MMK_R_KO_quotedblleft.ss01" = 155; -"@MMK_R_KO_quoteleft" = 152; -"@MMK_R_KO_sevensuperior" = 204; -"@MMK_R_KO_sixsuperior" = 172; -"@MMK_R_KO_slash" = 4; -"@MMK_R_KO_t" = 86; -"@MMK_R_KO_threesuperior" = 133; -"@MMK_R_KO_u" = 2; -"@MMK_R_KO_v" = 7; -"@MMK_R_KO_z" = 103; -}; -"@MMK_L_KO_logicalnot" = { -"@MMK_R_KO_A" = -77; -"@MMK_R_KO_H" = -74; -"@MMK_R_KO_O" = -59; -"@MMK_R_KO_T" = -146; -"@MMK_R_KO_a" = -57; -"@MMK_R_KO_e" = -55; -"@MMK_R_KO_f" = -63; -"@MMK_R_KO_i" = -75; -"@MMK_R_KO_n" = -75; -"@MMK_R_KO_t" = -63; -}; -"@MMK_L_KO_n" = { -"@MMK_R_KO_A" = 16; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -77; -"@MMK_R_KO_U" = -4; -"@MMK_R_KO_V" = -78; -"@MMK_R_KO_W" = -43; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -115; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = 9; -"@MMK_R_KO_a.ss05" = 5; -"@MMK_R_KO_asciicircum" = -62; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = 18; -"@MMK_R_KO_comma.ss01" = -15; -"@MMK_R_KO_e" = 6; -"@MMK_R_KO_egrave" = 6; -"@MMK_R_KO_eightsuperior" = -31; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -11; -"@MMK_R_KO_fivesuperior" = -38; -"@MMK_R_KO_foursuperior" = -26; -"@MMK_R_KO_g" = 8; -"@MMK_R_KO_guillemetleft" = -18; -"@MMK_R_KO_guillemetright" = -27; -"@MMK_R_KO_hyphen" = 10; -"@MMK_R_KO_icircumflex" = -1; -"@MMK_R_KO_imacron" = -1; -"@MMK_R_KO_j" = 19; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -37; -"@MMK_R_KO_onesuperior" = -79; -"@MMK_R_KO_parenright" = -45; -"@MMK_R_KO_period" = 17; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = -39; -"@MMK_R_KO_question.ss01" = -49; -"@MMK_R_KO_quotedbl" = -54; -"@MMK_R_KO_quotedblleft" = -42; -"@MMK_R_KO_quotedblleft.ss01" = -29; -"@MMK_R_KO_quoteleft" = -41; -"@MMK_R_KO_quoteright" = -26; -"@MMK_R_KO_quoteright.ss01" = -26; -"@MMK_R_KO_s" = 2; -"@MMK_R_KO_sevensuperior" = -83; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -47; -"@MMK_R_KO_slash" = 19; -"@MMK_R_KO_t" = -11; -"@MMK_R_KO_threesuperior" = -33; -"@MMK_R_KO_trademark" = -93; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = -27; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_x" = 0; -"@MMK_R_KO_y" = -24; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_o" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -85; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -80; -"@MMK_R_KO_W" = -40; -"@MMK_R_KO_X" = -27; -"@MMK_R_KO_Y" = -118; -"@MMK_R_KO_Z" = 9; -"@MMK_R_KO_a" = 11; -"@MMK_R_KO_a.ss05" = 9; -"@MMK_R_KO_asciicircum" = -67; -"@MMK_R_KO_bracketright" = -30; -"@MMK_R_KO_colon" = 2; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 12; -"@MMK_R_KO_egrave" = 12; -"@MMK_R_KO_eightsuperior" = -33; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_fivesuperior" = -41; -"@MMK_R_KO_foursuperior" = -29; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_ninesuperior" = -42; -"@MMK_R_KO_onesuperior" = -75; -"@MMK_R_KO_parenright" = -67; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -11; -"@MMK_R_KO_question" = -51; -"@MMK_R_KO_question.ss01" = -63; -"@MMK_R_KO_quotedbl" = -57; -"@MMK_R_KO_quotedblleft" = -48; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteleft" = -48; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -32; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -79; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_sixsuperior" = -52; -"@MMK_R_KO_slash" = -8; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = -36; -"@MMK_R_KO_trademark" = -97; -"@MMK_R_KO_u" = 7; -"@MMK_R_KO_underscore" = -23; -"@MMK_R_KO_v" = -31; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_x" = -29; -"@MMK_R_KO_y" = -37; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_oacute" = { -"@MMK_R_KO_A" = -5; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 11; -"@MMK_R_KO_T" = -42; -"@MMK_R_KO_V" = -49; -"@MMK_R_KO_W" = -41; -"@MMK_R_KO_Y" = -80; -"@MMK_R_KO_a" = 12; -"@MMK_R_KO_a.ss05" = 11; -"@MMK_R_KO_bracketright" = -31; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = 11; -"@MMK_R_KO_egrave" = 11; -"@MMK_R_KO_eightsuperior" = -37; -"@MMK_R_KO_ellipsis" = -7; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = -8; -"@MMK_R_KO_fivesuperior" = -49; -"@MMK_R_KO_foursuperior" = -33; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = 18; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 1; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -48; -"@MMK_R_KO_onesuperior" = -53; -"@MMK_R_KO_parenright" = -67; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -12; -"@MMK_R_KO_question" = -55; -"@MMK_R_KO_question.ss01" = -62; -"@MMK_R_KO_quotedbl" = -64; -"@MMK_R_KO_quotedblleft" = -56; -"@MMK_R_KO_quotedblleft.ss01" = -34; -"@MMK_R_KO_quoteleft" = -56; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -32; -"@MMK_R_KO_s" = 7; -"@MMK_R_KO_sevensuperior" = -78; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -59; -"@MMK_R_KO_slash" = -9; -"@MMK_R_KO_t" = -10; -"@MMK_R_KO_threesuperior" = -38; -"@MMK_R_KO_trademark" = -103; -"@MMK_R_KO_u" = 4; -"@MMK_R_KO_underscore" = -28; -"@MMK_R_KO_v" = -31; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_x" = -29; -"@MMK_R_KO_y" = -43; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_parenleft" = { -"@MMK_R_KO_A" = -36; -"@MMK_R_KO_H" = -1; -"@MMK_R_KO_I.ss02" = 19; -"@MMK_R_KO_J" = -34; -"@MMK_R_KO_O" = -47; -"@MMK_R_KO_S" = -24; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -76; -"@MMK_R_KO_a.ss05" = -60; -"@MMK_R_KO_asterisk" = -25; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -77; -"@MMK_R_KO_egrave" = -57; -"@MMK_R_KO_eight" = -24; -"@MMK_R_KO_ellipsis" = -64; -"@MMK_R_KO_f" = -44; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -56; -"@MMK_R_KO_g" = -40; -"@MMK_R_KO_guillemetleft" = -97; -"@MMK_R_KO_guillemetright" = -73; -"@MMK_R_KO_hyphen" = -87; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_j" = 48; -"@MMK_R_KO_n" = -52; -"@MMK_R_KO_nine" = -26; -"@MMK_R_KO_one" = -37; -"@MMK_R_KO_parenright" = 15; -"@MMK_R_KO_period" = -65; -"@MMK_R_KO_period.ss01" = -65; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = -26; -"@MMK_R_KO_quotedblleft.ss01" = -27; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -68; -"@MMK_R_KO_seven" = 16; -"@MMK_R_KO_six" = -42; -"@MMK_R_KO_slash" = -7; -"@MMK_R_KO_t" = -49; -"@MMK_R_KO_three" = -34; -"@MMK_R_KO_two" = -24; -"@MMK_R_KO_u" = -59; -"@MMK_R_KO_v" = -57; -"@MMK_R_KO_w" = -57; -"@MMK_R_KO_y" = -8; -"@MMK_R_KO_z" = -43; -}; -"@MMK_L_KO_parenleft.case" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 5; -"@MMK_R_KO_J" = 7; -"@MMK_R_KO_O" = -37; -"@MMK_R_KO_S" = -23; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -2; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 14; -"@MMK_R_KO_asterisk" = -25; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = 12; -"@MMK_R_KO_eight" = -19; -"@MMK_R_KO_ellipsis" = -13; -"@MMK_R_KO_five" = -12; -"@MMK_R_KO_four" = -26; -"@MMK_R_KO_guillemetleft" = -73; -"@MMK_R_KO_guillemetright" = -38; -"@MMK_R_KO_hyphen.case" = -71; -"@MMK_R_KO_nine" = -24; -"@MMK_R_KO_one" = -29; -"@MMK_R_KO_parenright.case" = 35; -"@MMK_R_KO_period" = -16; -"@MMK_R_KO_period.ss01" = -9; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = -31; -"@MMK_R_KO_quotedblleft.ss01" = -30; -"@MMK_R_KO_quoteright" = -7; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_seven" = 7; -"@MMK_R_KO_six" = -35; -"@MMK_R_KO_slash" = 32; -"@MMK_R_KO_three" = -28; -"@MMK_R_KO_two" = 2; -}; -"@MMK_L_KO_period" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 23; -"@MMK_R_KO_J" = 41; -"@MMK_R_KO_O" = -52; -"@MMK_R_KO_S" = -16; -"@MMK_R_KO_T" = -105; -"@MMK_R_KO_U" = -35; -"@MMK_R_KO_V" = -125; -"@MMK_R_KO_W" = -67; -"@MMK_R_KO_Y" = -132; -"@MMK_R_KO_Z" = 30; -"@MMK_R_KO_a" = -20; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asterisk" = -132; -"@MMK_R_KO_colon" = 8; -"@MMK_R_KO_e" = -27; -"@MMK_R_KO_eight" = -3; -"@MMK_R_KO_f" = -28; -"@MMK_R_KO_five" = -19; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -5; -"@MMK_R_KO_guillemetleft" = -83; -"@MMK_R_KO_guillemetright" = -7; -"@MMK_R_KO_hyphen" = -33; -"@MMK_R_KO_hyphen.case" = -116; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 19; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = -21; -"@MMK_R_KO_one" = -91; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_parenright.case" = -15; -"@MMK_R_KO_period" = 2; -"@MMK_R_KO_quotedbl" = -132; -"@MMK_R_KO_quotedblleft" = -132; -"@MMK_R_KO_quoteright" = -132; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_seven" = -97; -"@MMK_R_KO_six" = -48; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -42; -"@MMK_R_KO_three" = -13; -"@MMK_R_KO_two" = 7; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = -82; -"@MMK_R_KO_w" = -41; -"@MMK_R_KO_y" = -21; -"@MMK_R_KO_z" = 25; -}; -"@MMK_L_KO_period.ss01" = { -"@MMK_R_KO_A" = 4; -"@MMK_R_KO_H" = -22; -"@MMK_R_KO_I.ss02" = -6; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -46; -"@MMK_R_KO_S" = -20; -"@MMK_R_KO_T" = -131; -"@MMK_R_KO_U" = -36; -"@MMK_R_KO_V" = -135; -"@MMK_R_KO_W" = -84; -"@MMK_R_KO_Y" = -135; -"@MMK_R_KO_Z" = -2; -"@MMK_R_KO_a" = -29; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asterisk" = -135; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -33; -"@MMK_R_KO_eight" = -12; -"@MMK_R_KO_f" = -56; -"@MMK_R_KO_five" = -23; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -28; -"@MMK_R_KO_guillemetleft" = -85; -"@MMK_R_KO_guillemetright" = -36; -"@MMK_R_KO_hyphen" = -18; -"@MMK_R_KO_hyphen.case" = -132; -"@MMK_R_KO_i" = -28; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -28; -"@MMK_R_KO_nine" = -24; -"@MMK_R_KO_one" = -111; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_parenright.case" = -21; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedbl" = -135; -"@MMK_R_KO_quotedblleft.ss01" = -134; -"@MMK_R_KO_quoteright.ss01" = -134; -"@MMK_R_KO_s" = -9; -"@MMK_R_KO_seven" = -119; -"@MMK_R_KO_six" = -41; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -60; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = -9; -"@MMK_R_KO_u" = -29; -"@MMK_R_KO_v" = -96; -"@MMK_R_KO_w" = -58; -"@MMK_R_KO_y" = -35; -"@MMK_R_KO_z" = -10; -}; -"@MMK_L_KO_questiondown" = { -"@MMK_R_KO_A" = 9; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -78; -"@MMK_R_KO_S" = -44; -"@MMK_R_KO_T" = -112; -"@MMK_R_KO_U" = -67; -"@MMK_R_KO_V" = -123; -"@MMK_R_KO_W" = -80; -"@MMK_R_KO_Y" = -164; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -48; -"@MMK_R_KO_a.ss05" = -24; -"@MMK_R_KO_e" = -66; -"@MMK_R_KO_eight" = -34; -"@MMK_R_KO_f" = -33; -"@MMK_R_KO_five" = -47; -"@MMK_R_KO_four" = -90; -"@MMK_R_KO_g" = -4; -"@MMK_R_KO_guillemetright" = -29; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = 66; -"@MMK_R_KO_nine" = -55; -"@MMK_R_KO_one" = -88; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_quotedbl" = -109; -"@MMK_R_KO_quotedblleft" = -110; -"@MMK_R_KO_quoteright" = -108; -"@MMK_R_KO_s" = -31; -"@MMK_R_KO_seven" = -94; -"@MMK_R_KO_six" = -76; -"@MMK_R_KO_t" = -63; -"@MMK_R_KO_three" = -41; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -39; -"@MMK_R_KO_v" = -92; -"@MMK_R_KO_w" = -52; -"@MMK_R_KO_y" = -11; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_quotedbl" = { -"@MMK_R_KO_A" = -97; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -81; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 17; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 22; -"@MMK_R_KO_W" = 20; -"@MMK_R_KO_Y" = 8; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -31; -"@MMK_R_KO_asterisk" = 13; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_comma.ss01" = -134; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -26; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -234; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -33; -"@MMK_R_KO_guillemetleft" = -71; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = -46; -"@MMK_R_KO_hyphen.case" = -27; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_nine" = 3; -"@MMK_R_KO_one" = 6; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -132; -"@MMK_R_KO_period.ss01" = -135; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -30; -"@MMK_R_KO_seven" = 24; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_slash" = -105; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -18; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_quotedblbase" = { -"@MMK_R_KO_A" = 19; -"@MMK_R_KO_H" = -11; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 13; -"@MMK_R_KO_O" = -71; -"@MMK_R_KO_S" = -31; -"@MMK_R_KO_T" = -120; -"@MMK_R_KO_U" = -49; -"@MMK_R_KO_V" = -139; -"@MMK_R_KO_W" = -89; -"@MMK_R_KO_Y" = -176; -"@MMK_R_KO_Z" = 2; -"@MMK_R_KO_a" = -40; -"@MMK_R_KO_a.ss05" = -18; -"@MMK_R_KO_asterisk" = -133; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = 18; -"@MMK_R_KO_e" = -48; -"@MMK_R_KO_egrave" = -48; -"@MMK_R_KO_eight" = -24; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_f" = -43; -"@MMK_R_KO_five" = -35; -"@MMK_R_KO_four" = -18; -"@MMK_R_KO_g" = -14; -"@MMK_R_KO_guillemetleft" = -109; -"@MMK_R_KO_guillemetright" = -31; -"@MMK_R_KO_hyphen" = -41; -"@MMK_R_KO_hyphen.case" = -133; -"@MMK_R_KO_i" = -16; -"@MMK_R_KO_j" = 54; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_nine" = -37; -"@MMK_R_KO_one" = -107; -"@MMK_R_KO_period" = 10; -"@MMK_R_KO_quotedblleft" = -271; -"@MMK_R_KO_quoteright" = -133; -"@MMK_R_KO_s" = -22; -"@MMK_R_KO_seven" = -112; -"@MMK_R_KO_six" = -63; -"@MMK_R_KO_slash" = 41; -"@MMK_R_KO_t" = -64; -"@MMK_R_KO_three" = -29; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -37; -"@MMK_R_KO_v" = -97; -"@MMK_R_KO_w" = -65; -"@MMK_R_KO_y" = -22; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_quotedblbase.ss01" = { -"@MMK_R_KO_A" = 5; -"@MMK_R_KO_H" = -21; -"@MMK_R_KO_I.ss02" = -5; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = -43; -"@MMK_R_KO_S" = -17; -"@MMK_R_KO_T" = -110; -"@MMK_R_KO_U" = -35; -"@MMK_R_KO_V" = -136; -"@MMK_R_KO_W" = -83; -"@MMK_R_KO_Y" = -188; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_a.ss05" = -11; -"@MMK_R_KO_asterisk" = -134; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -31; -"@MMK_R_KO_egrave" = -31; -"@MMK_R_KO_eight" = -12; -"@MMK_R_KO_f" = -55; -"@MMK_R_KO_five" = -23; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = -22; -"@MMK_R_KO_guillemetleft" = -81; -"@MMK_R_KO_guillemetright" = -35; -"@MMK_R_KO_hyphen" = -16; -"@MMK_R_KO_hyphen.case" = -132; -"@MMK_R_KO_i" = -23; -"@MMK_R_KO_j" = 41; -"@MMK_R_KO_n" = -23; -"@MMK_R_KO_nine" = -24; -"@MMK_R_KO_one" = -111; -"@MMK_R_KO_period.ss01" = -19; -"@MMK_R_KO_quotedblleft.ss01" = -134; -"@MMK_R_KO_quoteright.ss01" = -134; -"@MMK_R_KO_s" = -7; -"@MMK_R_KO_seven" = -119; -"@MMK_R_KO_six" = -40; -"@MMK_R_KO_slash" = 41; -"@MMK_R_KO_t" = -59; -"@MMK_R_KO_three" = -15; -"@MMK_R_KO_two" = -9; -"@MMK_R_KO_u" = -27; -"@MMK_R_KO_v" = -94; -"@MMK_R_KO_w" = -55; -"@MMK_R_KO_y" = -30; -"@MMK_R_KO_z" = -9; -}; -"@MMK_L_KO_quotedblleft" = { -"@MMK_R_KO_A" = -80; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -81; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 5; -"@MMK_R_KO_W" = 8; -"@MMK_R_KO_Y" = 7; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asterisk" = -7; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eight" = -8; -"@MMK_R_KO_ellipsis" = -271; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -36; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = -30; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_nine" = 12; -"@MMK_R_KO_one" = 11; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -132; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = 15; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = -94; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_three" = -3; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -10; -}; -"@MMK_L_KO_quotedblleft.ss01" = { -"@MMK_R_KO_A" = -78; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -83; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 2; -"@MMK_R_KO_U" = 4; -"@MMK_R_KO_V" = 13; -"@MMK_R_KO_W" = 19; -"@MMK_R_KO_Y" = 6; -"@MMK_R_KO_Z" = -6; -"@MMK_R_KO_a" = -12; -"@MMK_R_KO_a.ss05" = -10; -"@MMK_R_KO_asterisk" = 3; -"@MMK_R_KO_comma.ss01" = -134; -"@MMK_R_KO_e" = -12; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eight" = -7; -"@MMK_R_KO_f" = 4; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -29; -"@MMK_R_KO_g" = -8; -"@MMK_R_KO_guillemetleft" = -37; -"@MMK_R_KO_guillemetright" = -12; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = -6; -"@MMK_R_KO_j" = -6; -"@MMK_R_KO_n" = -23; -"@MMK_R_KO_nine" = 3; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -15; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -135; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteright.ss01" = 3; -"@MMK_R_KO_s" = -8; -"@MMK_R_KO_seven" = 12; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = -94; -"@MMK_R_KO_t" = 4; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_quotedblright" = { -"@MMK_R_KO_A" = -94; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -79; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 8; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -32; -"@MMK_R_KO_asterisk" = 19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_e" = -38; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eight" = 2; -"@MMK_R_KO_ellipsis" = -271; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -34; -"@MMK_R_KO_guillemetleft" = -77; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -60; -"@MMK_R_KO_hyphen.case" = -25; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = 14; -"@MMK_R_KO_one" = 13; -"@MMK_R_KO_parenright" = -29; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = -132; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_seven" = 21; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -103; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_quoteleft" = { -"@MMK_R_KO_A" = -80; -"@MMK_R_KO_H" = -4; -"@MMK_R_KO_I.ss02" = -2; -"@MMK_R_KO_J" = -79; -"@MMK_R_KO_O" = 10; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 6; -"@MMK_R_KO_W" = 8; -"@MMK_R_KO_Y" = 7; -"@MMK_R_KO_Z" = -9; -"@MMK_R_KO_a" = -10; -"@MMK_R_KO_a.ss05" = -6; -"@MMK_R_KO_asterisk" = -7; -"@MMK_R_KO_colon" = 5; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_e" = -10; -"@MMK_R_KO_egrave" = -10; -"@MMK_R_KO_eight" = -8; -"@MMK_R_KO_ellipsis" = -133; -"@MMK_R_KO_f" = 14; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = -36; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = -29; -"@MMK_R_KO_hyphen.case" = -2; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -5; -"@MMK_R_KO_n" = -16; -"@MMK_R_KO_nine" = 12; -"@MMK_R_KO_one" = 11; -"@MMK_R_KO_parenright" = -11; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -132; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_s" = -2; -"@MMK_R_KO_seven" = 15; -"@MMK_R_KO_six" = 10; -"@MMK_R_KO_slash" = -94; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_three" = -3; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -10; -}; -"@MMK_L_KO_quoteright" = { -"@MMK_R_KO_A" = -94; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -78; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 14; -"@MMK_R_KO_U" = 2; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 8; -"@MMK_R_KO_Y" = -8; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -37; -"@MMK_R_KO_a.ss05" = -32; -"@MMK_R_KO_asterisk" = 19; -"@MMK_R_KO_colon" = 0; -"@MMK_R_KO_comma" = -133; -"@MMK_R_KO_e" = -38; -"@MMK_R_KO_egrave" = -28; -"@MMK_R_KO_eight" = 2; -"@MMK_R_KO_ellipsis" = -133; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_five" = -2; -"@MMK_R_KO_four" = -73; -"@MMK_R_KO_g" = -34; -"@MMK_R_KO_guillemetleft" = -77; -"@MMK_R_KO_guillemetright" = -11; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_hyphen.case" = -24; -"@MMK_R_KO_i" = -5; -"@MMK_R_KO_j" = -9; -"@MMK_R_KO_n" = -20; -"@MMK_R_KO_nine" = 14; -"@MMK_R_KO_one" = 13; -"@MMK_R_KO_parenright" = -29; -"@MMK_R_KO_parenright.case" = -7; -"@MMK_R_KO_period" = -132; -"@MMK_R_KO_quotedbl" = 8; -"@MMK_R_KO_quotedblleft" = 14; -"@MMK_R_KO_quoteright" = 4; -"@MMK_R_KO_s" = -29; -"@MMK_R_KO_seven" = 21; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -103; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = -11; -"@MMK_R_KO_v" = 5; -"@MMK_R_KO_w" = 3; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -14; -}; -"@MMK_L_KO_quoteright.ss01" = { -"@MMK_R_KO_A" = -96; -"@MMK_R_KO_H" = -7; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -87; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 16; -"@MMK_R_KO_W" = 12; -"@MMK_R_KO_Y" = 0; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = -33; -"@MMK_R_KO_a.ss05" = -21; -"@MMK_R_KO_asterisk" = 5; -"@MMK_R_KO_comma.ss01" = -134; -"@MMK_R_KO_e" = -33; -"@MMK_R_KO_egrave" = -30; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -6; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -30; -"@MMK_R_KO_guillemetleft" = -70; -"@MMK_R_KO_guillemetright" = -17; -"@MMK_R_KO_hyphen" = -49; -"@MMK_R_KO_hyphen.case" = -19; -"@MMK_R_KO_i" = -11; -"@MMK_R_KO_j" = -11; -"@MMK_R_KO_n" = -27; -"@MMK_R_KO_nine" = 0; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -14; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period.ss01" = -135; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -24; -"@MMK_R_KO_seven" = 15; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -104; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -17; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -22; -}; -"@MMK_L_KO_quotesingle" = { -"@MMK_R_KO_A" = -97; -"@MMK_R_KO_H" = -5; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -81; -"@MMK_R_KO_O" = -2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 17; -"@MMK_R_KO_U" = 5; -"@MMK_R_KO_V" = 22; -"@MMK_R_KO_W" = 20; -"@MMK_R_KO_Y" = 8; -"@MMK_R_KO_Z" = -3; -"@MMK_R_KO_a" = -35; -"@MMK_R_KO_a.ss05" = -31; -"@MMK_R_KO_asterisk" = 13; -"@MMK_R_KO_colon" = -5; -"@MMK_R_KO_comma" = -109; -"@MMK_R_KO_comma.ss01" = -109; -"@MMK_R_KO_e" = -35; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eight" = 0; -"@MMK_R_KO_ellipsis" = -109; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = -7; -"@MMK_R_KO_four" = -61; -"@MMK_R_KO_g" = -33; -"@MMK_R_KO_guillemetleft" = -71; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = -46; -"@MMK_R_KO_hyphen.case" = -27; -"@MMK_R_KO_i" = -7; -"@MMK_R_KO_j" = -7; -"@MMK_R_KO_n" = -30; -"@MMK_R_KO_nine" = 3; -"@MMK_R_KO_one" = 6; -"@MMK_R_KO_parenright" = -5; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -109; -"@MMK_R_KO_period.ss01" = -109; -"@MMK_R_KO_quotedbl" = 0; -"@MMK_R_KO_quotedblleft" = 2; -"@MMK_R_KO_quotedblleft.ss01" = -2; -"@MMK_R_KO_quoteright" = 5; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = -30; -"@MMK_R_KO_seven" = 24; -"@MMK_R_KO_six" = -2; -"@MMK_R_KO_slash" = -105; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = -2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = -20; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = -2; -"@MMK_R_KO_z" = -23; -}; -"@MMK_L_KO_r" = { -"@MMK_R_KO_A" = -52; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -70; -"@MMK_R_KO_O" = 25; -"@MMK_R_KO_S" = 14; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 14; -"@MMK_R_KO_V" = -23; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = -72; -"@MMK_R_KO_Y" = -41; -"@MMK_R_KO_Z" = -8; -"@MMK_R_KO_a" = 6; -"@MMK_R_KO_a.ss05" = 4; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -35; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = -82; -"@MMK_R_KO_comma.ss01" = -95; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eightsuperior" = 26; -"@MMK_R_KO_ellipsis" = -99; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 26; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 15; -"@MMK_R_KO_g" = 10; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 3; -"@MMK_R_KO_icircumflex" = 2; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_l.ss04" = 3; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_ninesuperior" = 0; -"@MMK_R_KO_period" = -83; -"@MMK_R_KO_period.ss01" = -100; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -7; -"@MMK_R_KO_quotedblleft" = 12; -"@MMK_R_KO_quotedblleft.ss01" = 0; -"@MMK_R_KO_quoteleft" = 12; -"@MMK_R_KO_quoteright" = -2; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 8; -"@MMK_R_KO_sevensuperior" = -32; -"@MMK_R_KO_six" = 25; -"@MMK_R_KO_sixsuperior" = 6; -"@MMK_R_KO_slash" = -60; -"@MMK_R_KO_t" = 26; -"@MMK_R_KO_threesuperior" = 28; -"@MMK_R_KO_trademark" = -56; -"@MMK_R_KO_u" = 16; -"@MMK_R_KO_underscore" = -78; -"@MMK_R_KO_v" = 38; -"@MMK_R_KO_w" = 33; -"@MMK_R_KO_x" = 7; -"@MMK_R_KO_y" = 26; -"@MMK_R_KO_z" = -4; -}; -"@MMK_L_KO_s" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_J" = 21; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -79; -"@MMK_R_KO_U" = -6; -"@MMK_R_KO_V" = -72; -"@MMK_R_KO_W" = -42; -"@MMK_R_KO_X" = -10; -"@MMK_R_KO_Y" = -118; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asciicircum" = -57; -"@MMK_R_KO_bracketright" = -16; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 15; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -28; -"@MMK_R_KO_ellipsis" = 6; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -35; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -34; -"@MMK_R_KO_onesuperior" = -79; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_period" = 11; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -37; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -48; -"@MMK_R_KO_quotedblleft" = -37; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -37; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = 14; -"@MMK_R_KO_sevensuperior" = -82; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -41; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = -29; -"@MMK_R_KO_trademark" = -87; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = -5; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = -32; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_scaron" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 4; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = -79; -"@MMK_R_KO_V" = -29; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_bracketright" = -16; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 18; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -27; -"@MMK_R_KO_ellipsis" = 6; -"@MMK_R_KO_exclam" = 11; -"@MMK_R_KO_f" = -2; -"@MMK_R_KO_fivesuperior" = -34; -"@MMK_R_KO_foursuperior" = -22; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -31; -"@MMK_R_KO_guillemetright" = -16; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 2; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -33; -"@MMK_R_KO_onesuperior" = -61; -"@MMK_R_KO_parenright" = -50; -"@MMK_R_KO_period" = 12; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_question" = -37; -"@MMK_R_KO_question.ss01" = -46; -"@MMK_R_KO_quotedbl" = -48; -"@MMK_R_KO_quotedblleft" = -36; -"@MMK_R_KO_quotedblleft.ss01" = -25; -"@MMK_R_KO_quoteleft" = -36; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -21; -"@MMK_R_KO_s" = 14; -"@MMK_R_KO_sevensuperior" = -43; -"@MMK_R_KO_sixsuperior" = -39; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = -6; -"@MMK_R_KO_threesuperior" = -29; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = -25; -"@MMK_R_KO_w" = -15; -"@MMK_R_KO_x" = -13; -"@MMK_R_KO_y" = -31; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_seven" = { -"@MMK_R_KO_A" = -91; -"@MMK_R_KO_H" = 3; -"@MMK_R_KO_I.ss02" = 16; -"@MMK_R_KO_J" = -59; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 17; -"@MMK_R_KO_T" = 29; -"@MMK_R_KO_U" = 18; -"@MMK_R_KO_V" = 36; -"@MMK_R_KO_W" = 39; -"@MMK_R_KO_Y" = 27; -"@MMK_R_KO_Z" = 6; -"@MMK_R_KO_a" = -41; -"@MMK_R_KO_a.ss05" = -37; -"@MMK_R_KO_asterisk" = 31; -"@MMK_R_KO_colon" = -2; -"@MMK_R_KO_comma" = -105; -"@MMK_R_KO_comma.ss01" = -114; -"@MMK_R_KO_e" = -44; -"@MMK_R_KO_egrave" = -22; -"@MMK_R_KO_eight" = 10; -"@MMK_R_KO_ellipsis" = -121; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 4; -"@MMK_R_KO_four" = -60; -"@MMK_R_KO_g" = -36; -"@MMK_R_KO_guillemetleft" = -71; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -70; -"@MMK_R_KO_hyphen.case" = -36; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = -15; -"@MMK_R_KO_nine" = 22; -"@MMK_R_KO_one" = 18; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 21; -"@MMK_R_KO_period" = -106; -"@MMK_R_KO_period.ss01" = -115; -"@MMK_R_KO_quotedbl" = 18; -"@MMK_R_KO_quotedblleft" = 21; -"@MMK_R_KO_quotedblleft.ss01" = 6; -"@MMK_R_KO_quoteright" = 18; -"@MMK_R_KO_quoteright.ss01" = 11; -"@MMK_R_KO_s" = -34; -"@MMK_R_KO_seven" = 37; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_slash" = -97; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 8; -"@MMK_R_KO_two" = 22; -"@MMK_R_KO_u" = -7; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -13; -}; -"@MMK_L_KO_six" = { -"@MMK_R_KO_A" = -3; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 8; -"@MMK_R_KO_J" = 11; -"@MMK_R_KO_O" = 9; -"@MMK_R_KO_S" = 21; -"@MMK_R_KO_T" = -6; -"@MMK_R_KO_U" = 3; -"@MMK_R_KO_V" = -31; -"@MMK_R_KO_W" = -14; -"@MMK_R_KO_Y" = -53; -"@MMK_R_KO_Z" = 16; -"@MMK_R_KO_a" = 10; -"@MMK_R_KO_a.ss05" = 12; -"@MMK_R_KO_asterisk" = -2; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -7; -"@MMK_R_KO_e" = 9; -"@MMK_R_KO_egrave" = 9; -"@MMK_R_KO_eight" = 28; -"@MMK_R_KO_ellipsis" = -2; -"@MMK_R_KO_f" = 2; -"@MMK_R_KO_five" = 13; -"@MMK_R_KO_four" = 30; -"@MMK_R_KO_g" = 7; -"@MMK_R_KO_guillemetleft" = -12; -"@MMK_R_KO_guillemetright" = -2; -"@MMK_R_KO_hyphen" = 20; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 2; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 2; -"@MMK_R_KO_nine" = 10; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -51; -"@MMK_R_KO_parenright.case" = -24; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -8; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteright" = -30; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 11; -"@MMK_R_KO_slash" = -5; -"@MMK_R_KO_t" = 2; -"@MMK_R_KO_three" = 26; -"@MMK_R_KO_two" = 13; -"@MMK_R_KO_u" = 11; -"@MMK_R_KO_v" = 4; -"@MMK_R_KO_w" = 2; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = 5; -}; -"@MMK_L_KO_slash" = { -"@MMK_R_KO_A" = -87; -"@MMK_R_KO_H" = 31; -"@MMK_R_KO_I.ss02" = 57; -"@MMK_R_KO_J" = -44; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 8; -"@MMK_R_KO_T" = 74; -"@MMK_R_KO_U" = 46; -"@MMK_R_KO_V" = 50; -"@MMK_R_KO_W" = 57; -"@MMK_R_KO_Y" = 42; -"@MMK_R_KO_Z" = 43; -"@MMK_R_KO_a" = -34; -"@MMK_R_KO_a.ss05" = -13; -"@MMK_R_KO_asterisk" = 37; -"@MMK_R_KO_colon" = -15; -"@MMK_R_KO_comma" = -111; -"@MMK_R_KO_comma.ss01" = -112; -"@MMK_R_KO_e" = -36; -"@MMK_R_KO_egrave" = -26; -"@MMK_R_KO_eight" = 2; -"@MMK_R_KO_ellipsis" = -118; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 23; -"@MMK_R_KO_four" = -44; -"@MMK_R_KO_g" = -31; -"@MMK_R_KO_guillemetleft" = -68; -"@MMK_R_KO_guillemetright" = -15; -"@MMK_R_KO_hyphen" = -56; -"@MMK_R_KO_hyphen.case" = -30; -"@MMK_R_KO_i" = 29; -"@MMK_R_KO_j" = 18; -"@MMK_R_KO_n" = -24; -"@MMK_R_KO_nine" = 13; -"@MMK_R_KO_one" = 26; -"@MMK_R_KO_parenright" = 0; -"@MMK_R_KO_parenright.case" = 0; -"@MMK_R_KO_period" = -113; -"@MMK_R_KO_period.ss01" = -115; -"@MMK_R_KO_quotedbl" = 50; -"@MMK_R_KO_quotedblleft" = 11; -"@MMK_R_KO_quotedblleft.ss01" = 8; -"@MMK_R_KO_quoteright" = 33; -"@MMK_R_KO_quoteright.ss01" = 43; -"@MMK_R_KO_s" = -27; -"@MMK_R_KO_seven" = 65; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_slash" = -110; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 6; -"@MMK_R_KO_u" = -13; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = -19; -}; -"@MMK_L_KO_t" = { -"@MMK_R_KO_A" = 6; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 3; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -33; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_X" = 0; -"@MMK_R_KO_Y" = -62; -"@MMK_R_KO_Z" = 3; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -27; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 18; -"@MMK_R_KO_comma" = 18; -"@MMK_R_KO_comma.ss01" = -13; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = -5; -"@MMK_R_KO_ellipsis" = -6; -"@MMK_R_KO_exclam" = 4; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -14; -"@MMK_R_KO_foursuperior" = -2; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -35; -"@MMK_R_KO_guillemetright" = -5; -"@MMK_R_KO_hyphen" = -12; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 18; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -13; -"@MMK_R_KO_onesuperior" = -32; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_period" = 17; -"@MMK_R_KO_period.ss01" = -18; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -2; -"@MMK_R_KO_quotedbl" = -22; -"@MMK_R_KO_quotedblleft" = -2; -"@MMK_R_KO_quotedblleft.ss01" = -13; -"@MMK_R_KO_quoteleft" = -2; -"@MMK_R_KO_quoteright" = -15; -"@MMK_R_KO_quoteright.ss01" = -12; -"@MMK_R_KO_s" = 3; -"@MMK_R_KO_sevensuperior" = -44; -"@MMK_R_KO_six" = 2; -"@MMK_R_KO_sixsuperior" = -9; -"@MMK_R_KO_slash" = 2; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -69; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 9; -"@MMK_R_KO_w" = 7; -"@MMK_R_KO_x" = 5; -"@MMK_R_KO_y" = 8; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_three" = { -"@MMK_R_KO_A" = 0; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 10; -"@MMK_R_KO_J" = 15; -"@MMK_R_KO_O" = 2; -"@MMK_R_KO_S" = 18; -"@MMK_R_KO_T" = -7; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -28; -"@MMK_R_KO_W" = -15; -"@MMK_R_KO_Y" = -46; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 3; -"@MMK_R_KO_a.ss05" = 13; -"@MMK_R_KO_asterisk" = -4; -"@MMK_R_KO_colon" = 16; -"@MMK_R_KO_comma" = 0; -"@MMK_R_KO_comma.ss01" = -2; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eight" = 24; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_f" = 0; -"@MMK_R_KO_five" = 10; -"@MMK_R_KO_four" = 22; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -21; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = 5; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 16; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -49; -"@MMK_R_KO_parenright.case" = -18; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -4; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -10; -"@MMK_R_KO_quoteright" = -24; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 15; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 3; -"@MMK_R_KO_slash" = -3; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_three" = 20; -"@MMK_R_KO_two" = 11; -"@MMK_R_KO_u" = 6; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 9; -}; -"@MMK_L_KO_two" = { -"@MMK_R_KO_A" = 20; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 17; -"@MMK_R_KO_J" = 20; -"@MMK_R_KO_O" = 8; -"@MMK_R_KO_S" = 6; -"@MMK_R_KO_T" = -11; -"@MMK_R_KO_U" = -3; -"@MMK_R_KO_V" = -34; -"@MMK_R_KO_W" = -18; -"@MMK_R_KO_Y" = -55; -"@MMK_R_KO_Z" = 18; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = 6; -"@MMK_R_KO_asterisk" = -5; -"@MMK_R_KO_colon" = 28; -"@MMK_R_KO_comma" = 35; -"@MMK_R_KO_comma.ss01" = 0; -"@MMK_R_KO_e" = -2; -"@MMK_R_KO_egrave" = -2; -"@MMK_R_KO_eight" = 6; -"@MMK_R_KO_ellipsis" = 2; -"@MMK_R_KO_f" = 6; -"@MMK_R_KO_five" = 0; -"@MMK_R_KO_four" = 0; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -34; -"@MMK_R_KO_guillemetright" = -4; -"@MMK_R_KO_hyphen" = -7; -"@MMK_R_KO_hyphen.case" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 52; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 9; -"@MMK_R_KO_one" = 0; -"@MMK_R_KO_parenright" = -26; -"@MMK_R_KO_parenright.case" = 6; -"@MMK_R_KO_period" = 35; -"@MMK_R_KO_period.ss01" = 0; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -5; -"@MMK_R_KO_quoteright" = -9; -"@MMK_R_KO_quoteright.ss01" = -5; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_seven" = 0; -"@MMK_R_KO_six" = 9; -"@MMK_R_KO_slash" = 14; -"@MMK_R_KO_t" = 5; -"@MMK_R_KO_three" = 0; -"@MMK_R_KO_two" = 13; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 0; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = 14; -}; -"@MMK_L_KO_v" = { -"@MMK_R_KO_A" = -74; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -55; -"@MMK_R_KO_O" = 19; -"@MMK_R_KO_S" = 13; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 15; -"@MMK_R_KO_V" = -20; -"@MMK_R_KO_W" = -2; -"@MMK_R_KO_X" = -69; -"@MMK_R_KO_Y" = -39; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -9; -"@MMK_R_KO_a.ss05" = -9; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -43; -"@MMK_R_KO_colon" = 11; -"@MMK_R_KO_comma" = -68; -"@MMK_R_KO_comma.ss01" = -90; -"@MMK_R_KO_e" = -9; -"@MMK_R_KO_egrave" = -9; -"@MMK_R_KO_eightsuperior" = 2; -"@MMK_R_KO_ellipsis" = -90; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 32; -"@MMK_R_KO_fivesuperior" = 2; -"@MMK_R_KO_foursuperior" = 21; -"@MMK_R_KO_g" = -7; -"@MMK_R_KO_guillemetleft" = -41; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -20; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 2; -"@MMK_R_KO_ninesuperior" = -7; -"@MMK_R_KO_onesuperior" = -30; -"@MMK_R_KO_parenright" = -60; -"@MMK_R_KO_period" = -70; -"@MMK_R_KO_period.ss01" = -89; -"@MMK_R_KO_question" = 13; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -2; -"@MMK_R_KO_quotedblleft" = 20; -"@MMK_R_KO_quotedblleft.ss01" = 7; -"@MMK_R_KO_quoteleft" = 20; -"@MMK_R_KO_quoteright" = -22; -"@MMK_R_KO_quoteright.ss01" = -2; -"@MMK_R_KO_s" = -3; -"@MMK_R_KO_sevensuperior" = -39; -"@MMK_R_KO_six" = 20; -"@MMK_R_KO_sixsuperior" = 11; -"@MMK_R_KO_slash" = -81; -"@MMK_R_KO_t" = 32; -"@MMK_R_KO_threesuperior" = -7; -"@MMK_R_KO_trademark" = -46; -"@MMK_R_KO_u" = 14; -"@MMK_R_KO_underscore" = -84; -"@MMK_R_KO_v" = 32; -"@MMK_R_KO_w" = 27; -"@MMK_R_KO_x" = 2; -"@MMK_R_KO_y" = 30; -"@MMK_R_KO_z" = 2; -}; -"@MMK_L_KO_w" = { -"@MMK_R_KO_A" = -43; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = -28; -"@MMK_R_KO_O" = 17; -"@MMK_R_KO_S" = 20; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 10; -"@MMK_R_KO_V" = -20; -"@MMK_R_KO_W" = -3; -"@MMK_R_KO_X" = -50; -"@MMK_R_KO_Y" = -40; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 0; -"@MMK_R_KO_a.ss05" = -2; -"@MMK_R_KO_asciicircum" = -5; -"@MMK_R_KO_bracketright" = -33; -"@MMK_R_KO_colon" = 25; -"@MMK_R_KO_comma" = -31; -"@MMK_R_KO_comma.ss01" = -53; -"@MMK_R_KO_e" = 0; -"@MMK_R_KO_egrave" = 0; -"@MMK_R_KO_eightsuperior" = 3; -"@MMK_R_KO_ellipsis" = -51; -"@MMK_R_KO_exclam" = 5; -"@MMK_R_KO_f" = 27; -"@MMK_R_KO_fivesuperior" = 0; -"@MMK_R_KO_foursuperior" = 18; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -26; -"@MMK_R_KO_guillemetright" = 3; -"@MMK_R_KO_hyphen" = 0; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 0; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -5; -"@MMK_R_KO_onesuperior" = -31; -"@MMK_R_KO_parenright" = -55; -"@MMK_R_KO_period" = -36; -"@MMK_R_KO_period.ss01" = -55; -"@MMK_R_KO_question" = 8; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -3; -"@MMK_R_KO_quotedblleft" = 18; -"@MMK_R_KO_quotedblleft.ss01" = 2; -"@MMK_R_KO_quoteleft" = 18; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 0; -"@MMK_R_KO_sevensuperior" = -40; -"@MMK_R_KO_six" = 17; -"@MMK_R_KO_sixsuperior" = 11; -"@MMK_R_KO_slash" = -41; -"@MMK_R_KO_t" = 27; -"@MMK_R_KO_threesuperior" = 0; -"@MMK_R_KO_trademark" = -49; -"@MMK_R_KO_u" = 9; -"@MMK_R_KO_underscore" = -46; -"@MMK_R_KO_v" = 27; -"@MMK_R_KO_w" = 29; -"@MMK_R_KO_x" = 14; -"@MMK_R_KO_y" = 28; -"@MMK_R_KO_z" = 0; -}; -"@MMK_L_KO_x" = { -"@MMK_R_KO_A" = 25; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 3; -"@MMK_R_KO_J" = 22; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = 0; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -25; -"@MMK_R_KO_W" = -11; -"@MMK_R_KO_X" = 27; -"@MMK_R_KO_Y" = -48; -"@MMK_R_KO_Z" = 12; -"@MMK_R_KO_a" = -28; -"@MMK_R_KO_a.ss05" = -20; -"@MMK_R_KO_asciicircum" = -7; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 12; -"@MMK_R_KO_comma" = -2; -"@MMK_R_KO_comma.ss01" = -3; -"@MMK_R_KO_e" = -32; -"@MMK_R_KO_egrave" = -32; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = -10; -"@MMK_R_KO_exclam" = 0; -"@MMK_R_KO_f" = 8; -"@MMK_R_KO_fivesuperior" = -12; -"@MMK_R_KO_foursuperior" = 2; -"@MMK_R_KO_g" = -2; -"@MMK_R_KO_guillemetleft" = -65; -"@MMK_R_KO_guillemetright" = 0; -"@MMK_R_KO_hyphen" = -59; -"@MMK_R_KO_i" = -2; -"@MMK_R_KO_icircumflex" = -2; -"@MMK_R_KO_imacron" = -2; -"@MMK_R_KO_j" = 23; -"@MMK_R_KO_l.ss04" = -2; -"@MMK_R_KO_n" = -2; -"@MMK_R_KO_ninesuperior" = -21; -"@MMK_R_KO_onesuperior" = -35; -"@MMK_R_KO_parenright" = -34; -"@MMK_R_KO_period" = 0; -"@MMK_R_KO_period.ss01" = -5; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = 0; -"@MMK_R_KO_quotedbl" = -15; -"@MMK_R_KO_quotedblleft" = 0; -"@MMK_R_KO_quotedblleft.ss01" = -11; -"@MMK_R_KO_quoteleft" = 0; -"@MMK_R_KO_quoteright" = -34; -"@MMK_R_KO_quoteright.ss01" = -19; -"@MMK_R_KO_s" = -15; -"@MMK_R_KO_sevensuperior" = -49; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -4; -"@MMK_R_KO_slash" = 10; -"@MMK_R_KO_t" = 8; -"@MMK_R_KO_threesuperior" = -24; -"@MMK_R_KO_trademark" = -57; -"@MMK_R_KO_u" = -5; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 14; -"@MMK_R_KO_x" = 19; -"@MMK_R_KO_y" = 14; -"@MMK_R_KO_z" = 6; -}; -"@MMK_L_KO_z" = { -"@MMK_R_KO_A" = 15; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -8; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = -36; -"@MMK_R_KO_W" = -17; -"@MMK_R_KO_X" = 8; -"@MMK_R_KO_Y" = -64; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_asciicircum" = -32; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -9; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -16; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -39; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_icircumflex" = 0; -"@MMK_R_KO_imacron" = 0; -"@MMK_R_KO_j" = 24; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -34; -"@MMK_R_KO_parenright" = -43; -"@MMK_R_KO_period" = 26; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = -24; -"@MMK_R_KO_quotedblleft" = -7; -"@MMK_R_KO_quotedblleft.ss01" = -17; -"@MMK_R_KO_quoteleft" = -7; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -14; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -46; -"@MMK_R_KO_six" = 0; -"@MMK_R_KO_sixsuperior" = -12; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_trademark" = -74; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_underscore" = 0; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_zcaron" = { -"@MMK_R_KO_A" = 15; -"@MMK_R_KO_H" = 0; -"@MMK_R_KO_I.ss02" = 0; -"@MMK_R_KO_J" = 10; -"@MMK_R_KO_O" = 0; -"@MMK_R_KO_S" = 0; -"@MMK_R_KO_T" = -5; -"@MMK_R_KO_U" = 0; -"@MMK_R_KO_V" = 0; -"@MMK_R_KO_W" = 0; -"@MMK_R_KO_X" = 9; -"@MMK_R_KO_Y" = -2; -"@MMK_R_KO_Z" = 8; -"@MMK_R_KO_a" = -2; -"@MMK_R_KO_a.ss05" = 0; -"@MMK_R_KO_bracketright" = 0; -"@MMK_R_KO_colon" = 23; -"@MMK_R_KO_comma" = 24; -"@MMK_R_KO_comma.ss01" = -10; -"@MMK_R_KO_e" = -4; -"@MMK_R_KO_egrave" = -4; -"@MMK_R_KO_eightsuperior" = -7; -"@MMK_R_KO_ellipsis" = 0; -"@MMK_R_KO_exclam" = 9; -"@MMK_R_KO_f" = 5; -"@MMK_R_KO_fivesuperior" = -15; -"@MMK_R_KO_foursuperior" = -4; -"@MMK_R_KO_g" = 0; -"@MMK_R_KO_guillemetleft" = -38; -"@MMK_R_KO_guillemetright" = -3; -"@MMK_R_KO_hyphen" = -14; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_imacron" = 6; -"@MMK_R_KO_j" = 27; -"@MMK_R_KO_l.ss04" = 0; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_ninesuperior" = -15; -"@MMK_R_KO_onesuperior" = -33; -"@MMK_R_KO_parenright" = -38; -"@MMK_R_KO_period" = 26; -"@MMK_R_KO_period.ss01" = -13; -"@MMK_R_KO_question" = 0; -"@MMK_R_KO_question.ss01" = -3; -"@MMK_R_KO_quotedbl" = -16; -"@MMK_R_KO_quotedblleft" = -4; -"@MMK_R_KO_quotedblleft.ss01" = -12; -"@MMK_R_KO_quoteleft" = -4; -"@MMK_R_KO_quoteright" = -17; -"@MMK_R_KO_quoteright.ss01" = -10; -"@MMK_R_KO_s" = 5; -"@MMK_R_KO_sevensuperior" = -38; -"@MMK_R_KO_sixsuperior" = -11; -"@MMK_R_KO_slash" = 0; -"@MMK_R_KO_t" = 0; -"@MMK_R_KO_threesuperior" = -9; -"@MMK_R_KO_u" = 0; -"@MMK_R_KO_v" = 6; -"@MMK_R_KO_w" = 4; -"@MMK_R_KO_x" = 8; -"@MMK_R_KO_y" = 4; -"@MMK_R_KO_z" = 8; -}; -"@MMK_L_KO_zero" = { -"@MMK_R_KO_A" = -20; -"@MMK_R_KO_H" = -2; -"@MMK_R_KO_I.ss02" = -8; -"@MMK_R_KO_J" = 0; -"@MMK_R_KO_O" = 22; -"@MMK_R_KO_S" = 10; -"@MMK_R_KO_T" = -26; -"@MMK_R_KO_U" = 11; -"@MMK_R_KO_V" = -40; -"@MMK_R_KO_W" = -23; -"@MMK_R_KO_Y" = -74; -"@MMK_R_KO_Z" = 0; -"@MMK_R_KO_a" = 23; -"@MMK_R_KO_a.ss05" = 14; -"@MMK_R_KO_asterisk" = -22; -"@MMK_R_KO_colon" = 7; -"@MMK_R_KO_comma" = -12; -"@MMK_R_KO_comma.ss01" = -22; -"@MMK_R_KO_e" = 20; -"@MMK_R_KO_egrave" = 20; -"@MMK_R_KO_eight" = 18; -"@MMK_R_KO_ellipsis" = -22; -"@MMK_R_KO_f" = 17; -"@MMK_R_KO_five" = 19; -"@MMK_R_KO_four" = 31; -"@MMK_R_KO_g" = 22; -"@MMK_R_KO_guillemetleft" = -2; -"@MMK_R_KO_guillemetright" = -20; -"@MMK_R_KO_hyphen" = 22; -"@MMK_R_KO_hyphen.case" = 19; -"@MMK_R_KO_i" = 0; -"@MMK_R_KO_j" = 2; -"@MMK_R_KO_n" = 0; -"@MMK_R_KO_nine" = 11; -"@MMK_R_KO_one" = -2; -"@MMK_R_KO_parenright" = -62; -"@MMK_R_KO_parenright.case" = -35; -"@MMK_R_KO_period" = -13; -"@MMK_R_KO_period.ss01" = -23; -"@MMK_R_KO_quotedbl" = -26; -"@MMK_R_KO_quotedblleft" = -8; -"@MMK_R_KO_quotedblleft.ss01" = -4; -"@MMK_R_KO_quoteright" = 0; -"@MMK_R_KO_quoteright.ss01" = 0; -"@MMK_R_KO_s" = 13; -"@MMK_R_KO_seven" = -4; -"@MMK_R_KO_six" = 26; -"@MMK_R_KO_slash" = -21; -"@MMK_R_KO_t" = 14; -"@MMK_R_KO_three" = 2; -"@MMK_R_KO_two" = 0; -"@MMK_R_KO_u" = 14; -"@MMK_R_KO_v" = 0; -"@MMK_R_KO_w" = 5; -"@MMK_R_KO_y" = 0; -"@MMK_R_KO_z" = 0; -}; -A = { -Dcroat = -23; -Tbar = -77; -asciitilde = -62; -asterisk = -110; -backslash = -104; -g.ss06 = 13; -minus = -63; -one = -77; -ordmasculine = -103; -plus = -56; -quotedbl = -105; -registered = -90; -seven = -84; -two = 5; -twosuperior = -73; -}; -Aacute = { -Tbar = -77; -}; -Abrevedotbelow.ss01 = { -T = -97; -}; -Aogonek = { -comma = 40; -parenright = 33; -}; -Atilde = { -ordfeminine = -102; -}; -B = { -Hbar = 34; -hbar = 14; -idieresis = 43; -itilde = 25; -}; -C = { -h = 0; -l = 0; -plus = 0; -three = 21; -}; -D = { -Lslash = 28; -Oslash = 26; -braceright = -30; -bracketright.case = -11; -}; -E = { -H = 0; -idieresis = 95; -}; -Eogonek = { -comma = 32; -}; -F = { -fourinferior = -51; -i = 2; -igrave = 39; -}; -G = { -Lslash = 29; -lslash = 15; -}; -Germandbls = { -S = 19; -}; -H = { -H = 0; -O = 0; -T = 0; -V = 0; -ampersand = 0; -colon.ss01 = -4; -endash = 0; -exclam = 0; -hyphen = 0; -igrave = 13; -itilde = 47; -n = 0; -o = 0; -s = 0; -x = 0; -}; -Hbar = { -B = 24; -D = 25; -E = 25; -H = 25; -Hbar = 87; -I = 25; -L = 25; -M = 25; -O = 36; -R = 25; -S = 49; -U = 39; -W = 56; -i = 25; -}; -I = { -Hbar = 26; -I = 0; -jcircumflex = 79; -}; -Icircumflex = { -Icircumflex = 118; -l.ss04 = 16; -}; -Imacron = { -Imacron = 129; -}; -Itilde = { -itilde = 48; -}; -J = { -Hbar = 33; -itilde = 55; -}; -Jacute = { -Imacron = 68; -}; -K = { -asciitilde = -111; -four = -37; -idieresis = 70; -igrave = 34; -itilde = 45; -less = -67; -logicalnot = -177; -minus = -117; -one = -43; -oslash = -2; -plus = -101; -}; -L = { -H = 0; -Tbar = -63; -asciitilde = -33; -asterisk = -143; -backslash = -99; -equal = 0; -four = 0; -less = 0; -logicalnot = -125; -minus = -43; -one = -81; -ordfeminine = -193; -ordmasculine = -192; -oslash = -7; -periodcentered.loclCAT.case = 0; -periodcentered.loclCAT.case.ss01 = 0; -plus = -33; -quotedbl = -196; -quoteleft.ss01 = -134; -quoteright = -133; -quoteright.ss01 = -134; -registered = -123; -seven = -88; -twosuperior = -191; -}; -Lcaron = { -A = 29; -O = -27; -U = -14; -Uacute = -14; -V = -21; -a = -6; -hyphen = 0; -hyphen.case = -102; -u = -2; -v = -57; -}; -Lcommaaccent = { -twosuperior = -191; -}; -Lslash = { -twosuperior = -111; -}; -M = { -Hbar = 26; -idieresis = 72; -igrave = 13; -itilde = 47; -}; -N = { -Hbar = 26; -idieresis = 72; -igrave = 13; -itilde = 47; -}; -O = { -Dcroat = 20; -Lslash = 29; -braceright = -33; -bracketright.case = -6; -itilde = 4; -}; -Oslash = { -T = 0; -V = 8; -Y = 0; -parenright = 0; -parenright.case = 24; -}; -P = { -fourinferior = -77; -idieresis = 47; -itilde = 28; -two = 9; -}; -R = { -Hbar = 40; -jcircumflex = 81; -two = 20; -}; -S = { -Hbar = 27; -Lslash = 26; -dollar = 8; -four = 32; -idieresis = 27; -itilde = 11; -lslash = 18; -three = 25; -}; -T = { -Oslash = -3; -a.ss05 = -37; -aacute.ss05 = -37; -abreve = -45; -abreveacute = -45; -acircumflex = -37; -acircumflexacute = -45; -acircumflexdotbelow = -37; -adieresis = -38; -adotbelow.ss05 = -37; -ae = -37; -agrave = -45; -amacron = -44; -ampersand = -28; -aring = -45; -asciitilde = -56; -atilde = -45; -equal = 0; -four = -84; -g.ss06 = -36; -h = 0; -i.ss01 = 0; -iacute = -12; -idieresis = 114; -idotless = -12; -igrave = 42; -itilde = 88; -less = 0; -logicalnot = -149; -minus = -11; -ograve = -50; -plus = -5; -racute = -13; -scaron = -10; -seven = 36; -twoinferior = -106; -udieresis = -2; -udieresis.ss01 = -3; -ugrave = -3; -uhorngrave = -3; -umacron = -3; -ycircumflex = 0; -ygrave = 0; -yhookabove = 0; -zcaron = -6; -zeroinferior = -105; -}; -Tbar = { -A = -68; -Aacute = -68; -Tbar = 36; -a = -29; -comma = -82; -e = -28; -o = -28; -period = -86; -slash = -73; -}; -Tcaron = { -a.ss05 = -37; -}; -Tcedilla = { -a.ss05 = -37; -abreve = -45; -four = -84; -}; -Tcommaaccent = { -a.ss05 = -37; -abreve = -45; -four = -84; -}; -Thorn = { -A = -29; -AE = -29; -Aacute = -29; -J = -16; -O = 30; -Oacute = 30; -V = -50; -Y = -87; -Yacute = -87; -a = 23; -aacute = 23; -e = 25; -o = 25; -oacute = 25; -period = -32; -}; -U = { -Hbar = 36; -jcircumflex = 91; -}; -V = { -four = -64; -iacute = -30; -ibreve = 69; -idieresis = 113; -igrave = 63; -itilde = 72; -minus = -55; -plus = -39; -scaron = -3; -seven = 34; -twoinferior = -79; -}; -W = { -Hbar = 54; -backslash = 58; -idieresis = 113; -igrave = 59; -itilde = 80; -}; -X = { -asciitilde = -110; -four = -37; -less = -59; -logicalnot = -168; -minus = -101; -notequal = -103; -one = -33; -plus = -88; -}; -Y = { -a.ss05 = -88; -agrave = -80; -amacron = -57; -ampersand = -51; -asciitilde = -101; -at = -54; -four = -107; -g.ss06 = -90; -igrave = 47; -less = -45; -logicalnot = -147; -minus = -82; -ograve = -67; -plus = -72; -scaron = -4; -twoinferior = -132; -}; -Z = { -four = 0; -ibreve = 42; -igrave = 29; -itilde = 66; -minus = -14; -plus = -5; -}; -_B.currency = { -_baht.bar = -14; -}; -a = { -braceright = -5; -}; -a.ss05 = { -g.ss06 = 16; -}; -acircumflexacute.ss05 = { -y = -22; -}; -adieresis.ss05 = { -germandbls = -10; -}; -ampersand = { -V = -92; -W = -56; -Y = -132; -quotedbl = -70; -quotedblleft = -64; -}; -aogonek = { -j = 26; -parenright = 0; -}; -aogonek.ss05 = { -parenright = 24; -}; -approxequal = { -parenright = -103; -parenright.case = -83; -}; -asciicircum = { -J = -106; -X = -99; -Y = -82; -bracketright = -80; -comma = -133; -comma.ss01 = -134; -four = -61; -hyphen = -71; -parenright = -112; -parenright.case = -93; -period = -132; -period.ss01 = -135; -slash = -124; -}; -asciitilde = { -I.ss02 = -94; -J = -98; -V = -111; -W = -83; -X = -160; -Y = -149; -Z = -96; -bracketright = -133; -bracketright.case = -135; -comma = -127; -comma.ss01 = -127; -eight = -60; -exclam = -75; -four = -55; -one = -53; -parenright = -162; -parenright.case = -142; -period = -129; -period.ss01 = -128; -question = -68; -quotedbl = -90; -quotedblright = -61; -seven = -58; -slash = -130; -three = -71; -two = -63; -}; -at = { -T = -33; -parenright = -74; -}; -b = { -asterisk = -71; -braceright = -33; -lslash = 13; -one = -25; -}; -backslash = { -T = -97; -V = -131; -Y = -144; -asterisk = -115; -backslash = -129; -quotedbl = -110; -quotedblleft = -101; -quotedblleft.ss01 = -98; -quotedblright = -98; -quotedblright.ss01 = -97; -quoteleft = -101; -quoteright = -98; -quotesingle = -109; -}; -baht = { -parenright = -60; -}; -braceleft = { -p = 0; -}; -bracketleft = { -asciicircum = -64; -asciitilde = -82; -bracketright = 50; -jcircumflex = 124; -p = 4; -pi = -32; -plus = -67; -x = 0; -}; -c = { -asterisk = -72; -braceright = -35; -}; -cent = { -parenright = -79; -}; -colon = { -T = -14; -Y = -72; -four = 0; -one = 11; -parenright = -40; -two = 19; -zero = 28; -}; -colon.ss01 = { -T = -8; -four = 0; -parenright = -47; -}; -comma = { -eightsuperior = -133; -fivesuperior = -133; -foursuperior = -133; -ninesuperior = -133; -onesuperior = -133; -quoteleft = -133; -quotesingle = -109; -sevensuperior = -133; -sixsuperior = -133; -threesuperior = -133; -twosuperior = -133; -}; -comma.ss01 = { -eightsuperior = -134; -fivesuperior = -134; -foursuperior = -134; -ninesuperior = -134; -onesuperior = -134; -sevensuperior = -134; -sixsuperior = -134; -threesuperior = -134; -twosuperior = -134; -}; -copyright = { -Y = -105; -parenright = -88; -}; -d = { -idieresis = 39; -igrave = 0; -itilde = 9; -}; -dcaron = { -C = 116; -H = 178; -bracketright = 173; -eightsuperior = 182; -exclam = 181; -exclam.ss01 = 183; -fivesuperior = 177; -foursuperior = 117; -h = 172; -i = 142; -j = 147; -k = 172; -l = 172; -l.ss03 = 153; -l.ss04 = 175; -ninesuperior = 188; -onesuperior = 190; -parenright = 131; -question = 156; -question.ss01 = 155; -quotedbl = 196; -quotedblleft = 152; -quotedblleft.ss01 = 155; -quoteleft = 152; -quoteleft.ss01 = 155; -quotesingle = 196; -sevensuperior = 204; -sixsuperior = 172; -t = 86; -t_i.liga = 86; -t_t.liga = 86; -threesuperior = 133; -twosuperior = 155; -zcaron = 103; -}; -dcroat = { -i = 0; -igrave = 5; -itilde = 25; -}; -degree = { -J = -88; -comma = -133; -comma.ss01 = -134; -emdash = -57; -endash = -52; -four = -62; -hyphen = -52; -parenright = -55; -parenright.case = -37; -period = -132; -period.ss01 = -135; -slash = -104; -}; -divide = { -parenright = -99; -}; -dollar = { -parenright = -66; -three = 18; -}; -e = { -asterisk = -87; -backslash = -67; -braceright = -34; -germandbls = -13; -one = -32; -seven = -37; -}; -ecircumflexacute = { -t = -12; -}; -eight = { -bracketright = 0; -degree = -13; -}; -eight.dnom = { -degree = -155; -question.ss01 = -103; -quotedbl = -115; -quotedblleft = -111; -quotedblright = -78; -}; -eightsuperior = { -comma = -133; -comma.ss01 = -134; -period = -132; -period.ss01 = -135; -slash = -87; -}; -ellipsis = { -Tbar = -114; -bracketright = -2; -eightsuperior = -222; -fivesuperior = -220; -foursuperior = -216; -ninesuperior = -228; -onesuperior = -154; -parenleft = -28; -parenleft.case = -49; -question = -103; -quoteleft = -133; -quoteright = -133; -quotesingle = -109; -sevensuperior = -200; -sixsuperior = -228; -threesuperior = -217; -twosuperior = -213; -}; -ellipsis.ss01 = { -Tbar = -109; -bracketright = 0; -eightsuperior = -222; -fivesuperior = -220; -foursuperior = -216; -ninesuperior = -228; -onesuperior = -154; -question.ss01 = -128; -quoteleft.ss01 = -134; -quoteright.ss01 = -134; -quotesingle = -109; -sevensuperior = -200; -sixsuperior = -228; -threesuperior = -217; -twosuperior = -213; -}; -emdash = { -foursuperior = -61; -question = -109; -}; -emdash.case = { -X = -103; -quotedblbase = -162; -quotedblbase.ss01 = -137; -}; -endash = { -X = -56; -endash = 0; -foursuperior = -49; -question = -102; -}; -endash.case = { -H = 0; -X = -103; -quotedblbase = -162; -quotedblbase.ss01 = -137; -}; -eng = { -bracketright = 9; -}; -eogonek = { -lslash = 12; -}; -equal = { -T = 0; -equal = 0; -parenright = -79; -parenright.case = -60; -}; -eth = { -a = 16; -e = 15; -g = 13; -hyphen = 20; -parenright = -34; -}; -euro = { -parenright = -75; -parenright.case = -47; -}; -exclamdown = { -T = -21; -V = -43; -Y = -80; -}; -f = { -igrave = 10; -n = 0; -o = 8; -}; -f_f.liga = { -igrave = 10; -}; -f_f_i.liga = { -idieresis = 24; -}; -fi = { -idieresis = 24; -}; -five = { -degree = -30; -ordmasculine = -22; -percent = -19; -}; -five.dnom = { -degree = -116; -question.ss01 = -104; -quotedblleft = -72; -}; -five.numr = { -fraction = -10; -}; -fiveinferior = { -T = -105; -}; -fivesuperior = { -comma = -133; -comma.ss01 = -134; -period = -132; -period.ss01 = -135; -slash = -87; -}; -fl = { -idieresis = 39; -itilde = 10; -periodcentered.loclCAT = 29; -}; -four = { -asciicircum = -78; -bracketright = -16; -bracketright.case = 0; -degree = -59; -ordfeminine = -49; -ordmasculine = -49; -percent = -43; -x = -30; -}; -four.dnom = { -degree = -123; -question.ss01 = -107; -quotedblleft = -80; -}; -fourinferior = { -T = -108; -V = -96; -}; -foursuperior = { -comma = -133; -comma.ss01 = -134; -period = -132; -period.ss01 = -135; -slash = -88; -}; -fraction = { -eight.dnom = -9; -four.dnom = -55; -fourinferior = -54; -seveninferior = 40; -two.dnom = -5; -zero.dnom = -6; -}; -g = { -bracketright = 0; -j = 15; -j.ss01 = 15; -parenright = -30; -slash = 6; -}; -g.ss06 = { -g.ss06 = 18; -}; -gcaron.ss06 = { -gcaron.ss06 = 18; -}; -gdotaccent = { -j = 15; -}; -gdotaccent.ss06 = { -gdotaccent.ss06 = 18; -}; -germandbls = { -e = 3; -hyphen = 7; -parenright = -54; -}; -greater = { -T = 0; -parenright = -72; -}; -greaterequal = { -T = -35; -}; -guillemetleft = { -pi = -7; -}; -guillemetright = { -X = -82; -bracketright = -67; -}; -guilsinglright = { -X = -82; -}; -h = { -asterisk = -61; -}; -hyphen = { -Lslash = 24; -X = -55; -bracketright = -60; -foursuperior = -51; -pi = 0; -question = -102; -quotedblbase = -22; -quoteleft = -56; -quotesingle = -63; -x = -52; -}; -hyphen.case = { -Dcroat = 0; -X = -103; -bracketright.case = -62; -quotedblbase = -162; -quotedblbase.ss01 = -145; -quotesinglbase = -133; -}; -i = { -T = 0; -idieresis = 24; -jcircumflex = 45; -parenright = -26; -}; -i.ss01 = { -parenright = -27; -}; -iacute = { -rcaron = 0; -}; -icircumflex = { -b = 25; -h = 26; -i = 24; -icircumflex = 118; -j = 35; -k = 26; -l = 26; -l.ss03 = 34; -l.ss04 = 73; -question = 84; -quotedbl = 63; -quoteright = 60; -quotesingle = 64; -}; -idieresis = { -b = 49; -idieresis = 121; -k = 49; -l = 49; -l.ss03 = 58; -l.ss04 = 87; -}; -idotaccent = { -parenright = -26; -}; -idotaccent.ss01 = { -parenright = -27; -}; -imacron = { -b = 11; -imacron = 78; -j = 50; -k = 12; -kcommaaccent = 12; -l = 12; -l.ss04 = 48; -lcommaaccent = 12; -quotedbl = 64; -}; -infinity = { -parenright = -78; -parenright.case = -54; -}; -integral = { -a = -50; -}; -iogonek = { -j = 37; -}; -itilde = { -h = 5; -itilde = 28; -quotedbl = 54; -quotesingle = 54; -}; -j = { -j = 19; -}; -jacute = { -backslash = 65; -iogonek = 2; -}; -jcircumflex = { -i = 24; -jcircumflex = 126; -}; -k = { -oslash = -14; -}; -l = { -at = 0; -idieresis = 39; -igrave = 0; -itilde = 10; -jcircumflex = 43; -l = 0; -n = 0; -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -6; -}; -l.ss03 = { -periodcentered.loclCAT = 0; -periodcentered.loclCAT.ss01 = -32; -}; -l.ss04 = { -periodcentered.loclCAT = 29; -periodcentered.loclCAT.ss01 = -6; -}; -lcaron = { -exclam.ss01 = 183; -l = 172; -ncaron = 64; -scaron = 83; -twosuperior = 155; -}; -lcaron.ss03 = { -b = 117; -eightsuperior = 141; -exclam = 140; -exclam.ss01 = 143; -fivesuperior = 136; -k = 118; -ninesuperior = 147; -onesuperior = 149; -question = 115; -quotedbl = 155; -quotesingle = 155; -sevensuperior = 163; -sixsuperior = 131; -}; -lcaron.ss04 = { -exclam.ss01 = 183; -twosuperior = 155; -}; -liraTurkish = { -one = -79; -parenright = -78; -question = -103; -quotedbl = -72; -quotesingle = -72; -seven = -96; -}; -logicalnot = { -Y = -176; -parenright = -131; -seven = -70; -}; -m = { -asterisk = -60; -braceright = 0; -twosuperior = -19; -}; -minus = { -T = -55; -X = -94; -comma = -60; -one = 0; -parenright = -112; -parenright.case = -93; -period = -61; -seven = 0; -three = 0; -two = -5; -}; -mu = { -mu = -15; -parenright = -50; -quotesingle = -38; -}; -multiply = { -parenright = -89; -parenright.case = -74; -}; -n = { -asterisk = -61; -at = 2; -braceright = 0; -degree = -77; -g.ss06 = 6; -n = 0; -one = -23; -ordmasculine = -58; -}; -ncaron = { -Yacute = -29; -}; -nine = { -bracketright = -25; -degree = -31; -}; -nine.dnom = { -degree = -171; -question = -95; -question.ss01 = -103; -quotedbl = -131; -quotedblleft = -127; -quotedblleft.ss01 = -80; -quotedblright = -94; -quotedblright.ss01 = -81; -}; -ninesuperior = { -comma = -133; -comma.ss01 = -134; -fraction = -6; -period = -132; -period.ss01 = -135; -slash = -92; -}; -notequal = { -parenright = -111; -parenright.case = -91; -}; -numbersign = { -parenright = -50; -}; -o = { -asterisk = -83; -backslash = -65; -braceright = -35; -germandbls = -12; -lslash = 14; -n = 0; -one = -30; -}; -oacute = { -lslash = 14; -}; -ocircumflexacute = { -bracketright = 32; -parenright = 18; -}; -odieresis = { -germandbls = -12; -}; -ohorn = { -i = 7; -m = 7; -n = 7; -parenright = -34; -}; -ohornacute = { -c = 19; -i = 7; -m = 7; -n = 7; -p = 7; -t = 27; -t_i.liga = 27; -t_t.liga = 27; -}; -ohorndotbelow = { -c = 19; -i = 7; -n = 7; -p = 7; -t = 27; -t_i.liga = 27; -t_t.liga = 27; -u = 19; -}; -ohorngrave = { -i = 7; -n = 7; -parenright = -34; -}; -ohornhookabove = { -i = 7; -n = 7; -}; -ohorntilde = { -i = 7; -n = 7; -}; -ohungarumlaut = { -parenright = -17; -}; -one = { -comma.ss01 = -21; -degree = -16; -equal = 0; -four = 0; -icircumflex = 77; -nine = 0; -one = 0; -parenright = -18; -percent = 0; -period.ss01 = -24; -seven = 0; -three = 0; -two = 0; -zero = 0; -}; -one.dnom = { -degree = -113; -one.dnom = 0; -question.ss01 = -111; -two.dnom = 0; -zero.dnom = 0; -}; -one.numr = { -fraction = 0; -}; -oneinferior = { -oneinferior = 0; -twoinferior = 0; -zeroinferior = 0; -}; -onesuperior = { -comma = -133; -comma.ss01 = -134; -period = -132; -period.ss01 = -135; -slash = -88; -}; -ordfeminine = { -comma = -133; -comma.ss01 = -134; -period = -132; -period.ss01 = -135; -}; -ordmasculine = { -comma = -133; -comma.ss01 = -134; -hyphen = -40; -parenright = -47; -period = -132; -period.ss01 = -135; -slash = -97; -}; -oslash = { -d = 12; -e = 12; -g = 10; -hyphen = 18; -parenright = -44; -y = -9; -}; -p = { -asterisk = -71; -backslash = -61; -braceright = -33; -lslash = 13; -one = -25; -}; -parenleft = { -Dcroat = -25; -H = -2; -Icircumflex = 75; -Oslash = -32; -ampersand = -54; -approxequal = -108; -asciicircum = -101; -asciitilde = -112; -at = -64; -cent = -70; -copyright = -65; -degree = -30; -divide = -93; -dollar = -43; -equal = -74; -euro = -68; -greaterequal = -66; -i = 0; -idotaccent = 0; -infinity = -62; -iogonek = 16; -jcircumflex = 68; -less = -66; -literSign = -61; -logicalnot = -120; -minus = -109; -mu = -26; -multiply = -86; -notequal = -104; -numbersign = -44; -oslash = -30; -p = 0; -parenleft = -38; -pi = -50; -plus = -93; -plusminus = -73; -published = -65; -question = -32; -quotedblbase = 0; -quoteleft = -26; -radical = -61; -scaron = 0; -section = -33; -sterling = -48; -x = -38; -}; -parenleft.case = { -Icircumflex = 66; -approxequal = -88; -asciicircum = -101; -asciitilde = -92; -dollar = -39; -equal = -60; -euro = -54; -minus = -92; -numbersign = -32; -parenleft.case = -32; -plus = -78; -question = -30; -quotedblbase = 0; -quoteleft = -31; -}; -parenright = { -bracketright = -5; -comma = 2; -comma.ss01 = -11; -hyphen = 25; -parenleft = 21; -parenright = -41; -period = 0; -period.ss01 = -17; -quotedbl = -23; -}; -parenright.case = { -comma = 0; -comma.ss01 = -21; -parenright.case = -32; -period = -2; -period.ss01 = -23; -}; -percent = { -asterisk = -129; -bracketright = -21; -comma.ss01 = -12; -eightsuperior = -111; -fivesuperior = -116; -foursuperior = -125; -ninesuperior = -110; -onesuperior = -111; -parenright = -60; -parenright.case = -29; -period = 0; -period.ss01 = -15; -question = -97; -question.ss01 = -106; -quotedbl = -118; -quotedblleft = -126; -quotedblright = -112; -quoteleft = -126; -quoteright = -105; -quotesingle = -109; -sevensuperior = -109; -sixsuperior = -115; -threesuperior = -113; -twosuperior = -64; -}; -period = { -bracketright = -2; -eightsuperior = -132; -fivesuperior = -132; -foursuperior = -132; -ninesuperior = -132; -onesuperior = -132; -ordfeminine = -132; -ordmasculine = -132; -parenleft.case = -33; -question = -92; -quoteleft = -132; -quotesingle = -109; -sevensuperior = -132; -sixsuperior = -132; -threesuperior = -132; -twosuperior = -132; -}; -period.ss01 = { -bracketright = 0; -eightsuperior = -135; -fivesuperior = -135; -foursuperior = -135; -ninesuperior = -135; -onesuperior = -135; -ordfeminine = -135; -ordmasculine = -135; -question.ss01 = -128; -sevensuperior = -135; -sixsuperior = -135; -threesuperior = -135; -twosuperior = -135; -}; -periodcentered.loclCAT = { -l = 29; -l.ss03 = 38; -}; -perthousand = { -asterisk = -143; -parenright = -64; -parenright.case = -29; -question = -99; -question.ss01 = -107; -quotedblleft = -148; -quotedblleft.ss01 = -101; -quotedblright = -112; -quotedblright.ss01 = -102; -quoteleft = -133; -quoteright = -112; -}; -pi = { -hyphen = 0; -parenright = -44; -period = 18; -pi = 15; -quotesingle = -21; -}; -plus = { -J = -5; -T = -46; -V = -58; -X = -85; -Y = -96; -braceright = -77; -bracketright = -68; -comma = -55; -comma.ss01 = -54; -one = 0; -parenright = -99; -parenright.case = -78; -period = -56; -period.ss01 = -55; -quotedbl = -35; -seven = 0; -slash = -62; -three = 0; -two = 0; -}; -published = { -parenright = -88; -}; -q = { -bracketright = 4; -j = 22; -parenright = 0; -}; -question = { -A = -72; -J = -73; -comma = -79; -hyphen = -25; -parenright = -53; -parenright.case = -35; -period = -80; -question = 14; -questiondown = -81; -slash = -73; -}; -question.ss01 = { -comma.ss01 = -101; -parenright = -52; -parenright.case = -34; -period.ss01 = -108; -questiondown.ss01 = -90; -}; -questiondown.case = { -T = -89; -V = -99; -Y = -114; -quotedbl = -104; -quotedblleft = -102; -quotedblleft.ss01 = -102; -quoteright = -102; -}; -questiondown.ss01 = { -C = -91; -Q = -91; -Q.ss09 = -91; -T = -113; -V = -139; -Y = -176; -four = -101; -quotedbl = -134; -quotedblleft.ss01 = -128; -quotesingle = -109; -}; -quotedbl = { -ellipsis.ss01 = -234; -exclamdown = -22; -g.ss06 = -34; -icircumflex = 69; -mu = -28; -questiondown = -111; -questiondown.case = -75; -questiondown.ss01 = -122; -underscore = -234; -}; -quotedblbase = { -copyright = -115; -divide = -104; -equal = -35; -euro = -115; -minus = -110; -p = -5; -plus = -104; -question = -105; -quotedblright = -271; -quoteleft = -133; -}; -quotedblbase.ss01 = { -divide = -70; -minus = -83; -plus = -69; -question.ss01 = -113; -quotedblright.ss01 = -267; -}; -quotedblleft = { -g.ss06 = -8; -mu = -17; -questiondown = -95; -questiondown.case = -46; -quotedblbase = -271; -underscore = -241; -}; -quotedblleft.ss01 = { -ellipsis.ss01 = -267; -questiondown.ss01 = -101; -quotedblbase.ss01 = -267; -underscore = -241; -}; -quotedblright = { -asciitilde = -53; -questiondown = -106; -questiondown.case = -86; -quotesinglbase = -133; -}; -quotedblright.ss01 = { -ellipsis.ss01 = -267; -questiondown.case = -77; -questiondown.ss01 = -121; -}; -quoteleft = { -questiondown = -95; -questiondown.case = -46; -quotedblbase = -133; -}; -quoteleft.ss01 = { -quotedblbase.ss01 = -134; -}; -quoteright = { -icircumflex = 49; -questiondown = -106; -quotedblbase = -133; -}; -quoteright.ss01 = { -questiondown.ss01 = -120; -quotedblbase.ss01 = -134; -}; -quotesinglbase = { -T = -120; -V = -133; -Y = -133; -minus = -110; -plus = -104; -question = -105; -quotedblleft = -133; -quoteleft = -133; -}; -quotesinglbase.ss01 = { -T = -123; -V = -134; -Y = -134; -question.ss01 = -113; -}; -quotesingle = { -Hbar = 44; -g.ss06 = -34; -icircumflex = 70; -igrave = 16; -imacron = 66; -itilde = 61; -l.ss04 = 27; -questiondown = -109; -questiondown.case = -75; -underscore = -109; -}; -r = { -braceright = -38; -fourinferior = -73; -g.ss06 = 0; -parenright = -56; -}; -radical = { -A = -97; -}; -rcaron = { -sevensuperior = 38; -}; -registered = { -comma = -102; -comma.ss01 = -117; -parenright = -74; -parenright.case = -55; -period = -104; -period.ss01 = -119; -slash = -73; -}; -s = { -asterisk = -57; -braceright = -17; -l = 0; -}; -scaron = { -T = -33; -}; -semicolon = { -hyphen = -18; -}; -seven = { -minus = -11; -percent = 25; -plus = -5; -underscore = -98; -}; -seven.dnom = { -question.ss01 = -108; -}; -seven.numr = { -fraction = -36; -}; -seveninferior = { -parenright = -68; -}; -sevensuperior = { -A = -109; -comma = -133; -comma.ss01 = -134; -fraction = -34; -period = -132; -period.ss01 = -135; -slash = -119; -}; -six = { -bracketright = -5; -degree = -16; -}; -six.dnom = { -degree = -161; -question.ss01 = -103; -quotedbl = -121; -quotedblleft = -117; -quotedblleft.ss01 = -70; -quotedblright = -84; -}; -sixinferior = { -T = -103; -}; -sixsuperior = { -comma = -133; -comma.ss01 = -134; -period = -132; -period.ss01 = -135; -slash = -87; -}; -slash = { -fourinferior = -96; -g.ss06 = -34; -ibreve = 76; -l.ss04 = 65; -mu = -25; -quotedblbase = -115; -quotedblbase.ss01 = -112; -quotesinglbase = -115; -underscore = -121; -}; -sterling = { -two = 10; -}; -t_i.liga = { -idieresis = 24; -}; -tcaron = { -b = 33; -exclam = 65; -h = 33; -hyphen = -12; -i = 33; -j = 43; -k = 33; -parenright = 56; -quotedbl = 77; -quotedblleft = 38; -quotesingle = 77; -}; -tcedilla = { -parenright = 3; -}; -tenge = { -comma = -114; -comma.ss01 = -131; -period = -114; -period.ss01 = -135; -slash = -80; -}; -three = { -bracketright = 0; -}; -three.dnom = { -degree = -153; -question.ss01 = -103; -quotedbl = -114; -quotedblleft = -109; -quotedblright = -76; -}; -three.numr = { -fraction = -9; -}; -threeinferior = { -T = -104; -V = -97; -Y = -159; -}; -threesuperior = { -comma = -133; -comma.ss01 = -134; -fraction = -2; -parenright = -27; -period = -132; -period.ss01 = -135; -slash = -89; -}; -trademark = { -comma = -133; -comma.ss01 = -134; -hyphen = -50; -period = -132; -period.ss01 = -135; -slash = -112; -}; -two = { -percent = 0; -}; -two.dnom = { -degree = -161; -question.ss01 = -106; -quotedbl = -121; -quotedblleft = -117; -quotedblright = -84; -}; -twoinferior = { -T = -106; -V = -100; -Y = -169; -}; -twosuperior = { -comma = -133; -comma.ss01 = -134; -parenright = -33; -parenright.case = -17; -period = -132; -period.ss01 = -135; -slash = -74; -}; -uhorn = { -a = -16; -ohorn = -19; -ohornacute = -19; -ohorndotbelow = -19; -ohorndotbelow.ss01 = -19; -ohorngrave = -19; -ohornhookabove = -19; -ohorntilde = -19; -}; -uhornacute = { -a = -16; -c = -19; -}; -uhorndotbelow = { -a = -16; -c = -19; -comma = -29; -period = -30; -}; -uhorngrave = { -a = -16; -a.ss05 = -15; -}; -uhornhookabove = { -a = -16; -comma = -29; -comma.ss01 = -57; -period = -30; -period.ss01 = -61; -}; -uhorntilde = { -a = -16; -comma = -29; -period = -30; -}; -uhungarumlaut = { -parenright = -15; -}; -underscore = { -C = -103; -O = -103; -T = -103; -V = -145; -W = -81; -Y = -160; -asterisk = -143; -four = -117; -one = -90; -quotedbl = -234; -quotedblright = -241; -quotedblright.ss01 = -241; -quotesingle = -109; -seven = -95; -six = -88; -v = -109; -}; -uogonek = { -j = 27; -parenright = 0; -}; -v = { -braceright = -48; -n = 0; -}; -w = { -braceright = -38; -}; -x = { -four = -36; -}; -y = { -braceright = -48; -}; -ydotbelow = { -period = -53; -}; -zero = { -braceright = -32; -bracketright = -28; -bracketright.case = -6; -degree = -33; -percent = -13; -}; -zero.dnom = { -degree = -179; -question = -95; -question.ss01 = -103; -quotedbl = -140; -quotedblleft = -136; -quotedblleft.ss01 = -89; -quotedblright = -102; -quotedblright.ss01 = -90; -quoteleft = -133; -}; -zeroinferior = { -parenright = -51; -}; -zerosuperior = { -comma = -133; -comma.ss01 = -134; -fraction = -8; -period = -132; -period.ss01 = -135; -slash = -93; -}; -}; -}; -metrics = ( -{ -type = ascender; -}, -{ -type = "cap height"; -}, -{ -type = "x-height"; -}, -{ -type = baseline; -}, -{ -type = descender; -}, -{ -type = "italic angle"; -} -); -properties = ( -{ -key = copyrights; -values = ( -{ -language = dflt; -value = "Copyright 2022 The Mona Sans Project Authors (https://github.com/github/mona-sans), with Reserved Font Name \"Mona\""; -} -); -}, -{ -key = designers; -values = ( -{ -language = dflt; -value = "Deni Anggara"; -} -); -}, -{ -key = designerURL; -value = www.degarism.com; -}, -{ -key = licenses; -values = ( -{ -language = dflt; -value = "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL"; -} -); -}, -{ -key = licenseURL; -value = "https://openfontlicense.org"; -}, -{ -key = manufacturers; -values = ( -{ -language = dflt; -value = GitHub; -} -); -}, -{ -key = manufacturerURL; -value = www.github.com; -}, -{ -key = vendorID; -value = GTHB; -} -); -stems = ( -{ -horizontal = 1; -name = H; -}, -{ -horizontal = 1; -name = o; -}, -{ -name = n; -}, -{ -name = o; -} -); -unitsPerEm = 1000; -userData = { -GSDimensionPlugin.Dimensions = { -"106FCE83-F343-403B-A314-646E4D059B3F" = { -HV = "38"; -OH = "36"; -OV = "40"; -nV = "37"; -}; -"1EDCBF6C-9964-4A28-BC87-E86B534B8BE7" = { -HH = "172"; -HV = "203"; -OH = "172"; -OV = "208"; -nV = "191"; -oH = "153"; -oV = "193"; -}; -"28A8A76A-23B4-40F5-83B9-DC51E48BF161" = { -HH = "36"; -HV = "38"; -OH = "36"; -OV = "40"; -nV = "37"; -oH = "35"; -oV = "38"; -}; -"2D1A1AFE-39FB-4EBD-856C-88C6B057247F" = { -HH = "178"; -HV = "229"; -OH = "179"; -OV = "235"; -nV = "221"; -}; -"5713303B-ED49-44A7-8230-B5CAE56DEB7E" = { -HH = "30"; -HV = "31"; -OH = "29"; -OV = "33"; -nV = "29"; -oH = "27"; -oV = "29"; -}; -"5A048DDA-4734-4F8A-A53C-0BED34B57D1C" = { -HV = "38"; -nV = "36"; -oV = "38"; -}; -"71D8B5AD-B400-4239-9672-E7BA455EF2D0" = { -HV = "31"; -OH = "29"; -OV = "33"; -nV = "30"; -oH = "27"; -oV = "31"; -tH = "27"; -}; -"D2144554-01B8-4B9B-B16A-E0E5B5794DFC" = { -HH = "178"; -HV = "229"; -OH = "179"; -OV = "230"; -nV = "221"; -oH = "166"; -oV = "220"; -}; -"DED42A87-C949-4722-A202-2B551272A3FB" = { -HV = "203"; -OH = "172"; -OV = "210"; -nV = "191"; -oV = "193"; -}; -"E787E54A-EE3E-475A-BF02-8501A6DA5144" = { -HH = "156"; -HV = "184"; -OH = "156"; -OV = "180"; -nV = "177"; -oH = "137"; -oV = "177"; -}; -"FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1" = { -HV = "186"; -OH = "156"; -OV = "188"; -nV = "177"; -tH = "143"; -}; -m019 = { -HH = "36"; -HV = "37"; -OH = "36"; -OV = "39"; -nV = "37"; -oV = "38"; -}; -m020 = { -HH = "172"; -HV = "201"; -OH = "175"; -OV = "206"; -nV = "191"; -oH = "153"; -oV = "195"; -tH = "153"; -}; -master01 = { -HH = "36"; -HV = "38"; -OH = "36"; -OV = "40"; -nV = "36"; -oH = "35"; -oV = "38"; -}; -}; -KernOnKerningWeightLimit = 24000; -KernOnRegenerateGroups = 1; -KernOnVersion = "1.37"; -com.eweracs.HTLSManager.fontRules = { -Letter = { -312438f7decf4fc68bcbaca450e03a99 = { -case = 2; -filter = ""; -referenceGlyph = x; -subcategory = Any; -value = 1; -}; -6a2d898c1367438986d3a6a56dff674b = { -case = 1; -filter = ""; -referenceGlyph = H; -subcategory = Any; -value = 1.1; -}; -}; -Mark = { -}; -Number = { -2bd1e700934d48afa4ccdec6e58ec3e7 = { -case = 4; -filter = inferior; -referenceGlyph = oneinferior; -subcategory = Small; -value = "1.0"; -}; -55f63e4331df4db2af4078f7d25e7c81 = { -case = 0; -filter = fraction; -referenceGlyph = one.numr; -subcategory = Fraction; -value = "1.0"; -}; -83f21c7fa30c4bda82d83ce68797bf1e = { -case = 4; -filter = .dnom; -referenceGlyph = one.dnom; -subcategory = Fraction; -value = "1.0"; -}; -ed5cb22a9b09400187c0feacae1f0f8f = { -case = 0; -filter = ""; -referenceGlyph = H; -subcategory = "Decimal DigitalicItalic"; -value = 1.1; -}; -}; -Punctuation = { -167668d12cdd4c8893e2ea25c8b50ee7 = { -case = 0; -filter = ""; -referenceGlyph = ""; -subcategory = Quote; -value = 0.8; -}; -473a79e894d44c599a51e7e1ece63290 = { -case = 0; -filter = guil; -referenceGlyph = ""; -subcategory = Quote; -value = 1.2; -}; -4ec998b892f749cda9789e6906484c17 = { -case = 0; -filter = comma; -referenceGlyph = period; -subcategory = Any; -value = "0.7"; -}; -9184a8a098a84478838c6fc128ee0a80 = { -case = 0; -filter = ""; -referenceGlyph = bracketleft; -subcategory = Parenthesis; -value = 1.2; -}; -9d511a8382cb45d792fdbfdfc50ffffd = { -case = 1; -filter = ""; -referenceGlyph = H; -subcategory = Any; -value = 1.2; -}; -9ec58eaef538412db8c6e39bfab814c4 = { -case = 0; -filter = colon; -referenceGlyph = idotless; -subcategory = Any; -value = 1.2; -}; -9f4aa33eabc048148a0062f6007b15aa = { -case = 1; -filter = ""; -referenceGlyph = ""; -subcategory = Parenthesis; -value = 1.2; -}; -c63f0f2ed1a04e758a366249316b4adc = { -case = 0; -filter = ""; -referenceGlyph = ""; -subcategory = Any; -value = 0.7; -}; -d38ed0f19582418b87419664ccbaea66 = { -case = 0; -filter = numbersign; -referenceGlyph = ""; -subcategory = Any; -value = "1"; -}; -}; -Symbol = { -0fc37ed242184cf0bb4187ff151ca40f = { -case = 0; -filter = florin; -referenceGlyph = idotless; -subcategory = Currency; -value = 1; -}; -29efbbb3c5a14419ae21c4df65fbd7be = { -case = 0; -filter = ""; -referenceGlyph = ""; -subcategory = Math; -value = 1; -}; -42048483ab514efc835267f63d632f9d = { -case = 0; -filter = ""; -referenceGlyph = ""; -subcategory = Any; -value = 1.3; -}; -d186e1aee4d04436b206cbedd9f1894d = { -case = 0; -filter = ""; -referenceGlyph = H; -subcategory = Currency; -value = 1.3; -}; -}; -}; -}; -versionMajor = 2; -versionMinor = 8; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_.glyph deleted file mode 100644 index 9e104a32..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_.glyph +++ /dev/null @@ -1,1207 +0,0 @@ -{ -glyphname = A; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (249,0); -}, -{ -name = ogonek; -pos = (487,0); -}, -{ -name = top; -pos = (249,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(185,0,l), -(199,120,l), -(297,120,l), -(312,0,l), -(487,0,l), -(373,729,l), -(122,729,l), -(10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(231,413,l), -(244,563,l), -(251,563,l), -(266,414,l), -(282,260,l), -(213,260,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,0,l), -(236,491,l), -(244,583,l), -(251,583,l), -(260,491,l), -(312,0,l), -(487,0,l), -(373,729,l), -(122,729,l), -(10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(313,120,l), -(298,260,l), -(197,260,l), -(183,120,l) -); -} -); -width = 497; -}, -{ -anchors = ( -{ -name = bottom; -pos = (193,0); -}, -{ -name = ogonek; -pos = (376,0); -}, -{ -name = top; -pos = (193,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(42,0,l), -(156,518,l), -(191,698,l), -(197,698,l), -(232,518,l), -(344,0,l), -(376,0,l), -(218,729,l), -(170,729,l), -(10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(308,203,l), -(300,232,l), -(87,232,l), -(79,203,l) -); -} -); -width = 386; -}, -{ -anchors = ( -{ -name = bottom; -pos = (402,0); -}, -{ -name = ogonek; -pos = (787,0); -}, -{ -name = top; -pos = (402,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(57,0,l), -(347,585,l), -(401,695,l), -(404,695,l), -(456,589,l), -(746,0,l), -(787,0,l), -(426,729,l), -(378,729,l), -(16,0,l) -); -}, -{ -closed = 1; -nodes = ( -(656,200,l), -(640,233,l), -(165,233,l), -(147,200,l) -); -} -); -width = 803; -}, -{ -anchors = ( -{ -name = bottom; -pos = (435,0); -}, -{ -name = ogonek; -pos = (877,0); -}, -{ -name = top; -pos = (435,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(404,466,l), -(430,547,l), -(437,547,l), -(465,464,l), -(628,0,l), -(877,0,l), -(583,729,l), -(285,729,l), -(-7,0,l), -(240,0,l) -); -}, -{ -closed = 1; -nodes = ( -(600,124,l), -(540,293,l), -(328,293,l), -(267,124,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,0,l), -(402,476,l), -(430,565,l), -(437,565,l), -(466,476,l), -(628,0,l), -(877,0,l), -(583,729,l), -(285,729,l), -(-7,0,l) -); -}, -{ -closed = 1; -nodes = ( -(600,124,l), -(540,293,l), -(328,293,l), -(267,124,l) -); -} -); -width = 871; -}, -{ -anchors = ( -{ -name = bottom; -pos = (172,0); -}, -{ -name = ogonek; -pos = (350,0); -}, -{ -name = top; -pos = (172,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(34,0,l), -(137,507,l), -(173,687,l), -(174,687,l), -(209,507,l), -(310,0,l), -(342,0,l), -(193,729,l), -(154,729,l), -(2,0,l) -); -}, -{ -closed = 1; -nodes = ( -(274,219,l), -(266,248,l), -(79,248,l), -(71,219,l) -); -} -); -width = 344; -}, -{ -anchors = ( -{ -name = bottom; -pos = (239,0); -}, -{ -name = ogonek; -pos = (487,0); -}, -{ -name = top; -pos = (239,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(182,0,l), -(196,120,l), -(294,120,l), -(309,0,l), -(484,0,l), -(370,729,l), -(119,729,l), -(7,0,l) -); -}, -{ -closed = 1; -nodes = ( -(228,413,l), -(241,563,l), -(248,563,l), -(263,414,l), -(279,260,l), -(210,260,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(168,0,l), -(225,431,l), -(238,527,l), -(239,527,l), -(252,431,l), -(309,0,l), -(490,0,l), -(371,729,l), -(119,729,l), -(0,0,l) -); -}, -{ -closed = 1; -nodes = ( -(303,138,l), -(288,278,l), -(187,278,l), -(173,138,l) -); -} -); -width = 490; -}, -{ -anchors = ( -{ -name = bottom; -pos = (327,0); -}, -{ -name = ogonek; -pos = (635,0); -}, -{ -name = top; -pos = (327,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(85,0,l), -(161,200,l), -(543,200,l), -(620,0,l), -(660,0,l), -(377,729,l), -(327,729,l), -(44,0,l) -); -}, -{ -closed = 1; -nodes = ( -(284,516,l), -(351,690,l), -(355,690,l), -(421,516,l), -(530,233,l), -(174,233,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,0,l), -(291,595,l), -(328,687,l), -(329,687,l), -(365,595,l), -(606,0,l), -(648,0,l), -(349,729,l), -(307,729,l), -(6,0,l) -); -}, -{ -closed = 1; -nodes = ( -(535,211,l), -(535,247,l), -(121,247,l), -(121,211,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -} -); -}; -width = 654; -}, -{ -anchors = ( -{ -name = bottom; -pos = (376,0); -}, -{ -name = ogonek; -pos = (749,0); -}, -{ -name = top; -pos = (376,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(232,0,l), -(358,431,l), -(389,547,l), -(396,547,l), -(427,431,l), -(553,0,l), -(764,0,l), -(537,729,l), -(248,729,l), -(21,0,l) -); -}, -{ -closed = 1; -nodes = ( -(531,130,l), -(486,284,l), -(299,284,l), -(254,130,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,0,l), -(341,433,l), -(375,545,l), -(376,545,l), -(410,433,l), -(542,0,l), -(764,0,l), -(525,729,l), -(236,729,l), -(-5,0,l) -); -}, -{ -closed = 1; -nodes = ( -(525,143,l), -(479,303,l), -(271,303,l), -(226,143,l) -); -} -); -width = 759; -}, -{ -anchors = ( -{ -name = bottom; -pos = (416,0); -}, -{ -name = ogonek; -pos = (820,0); -}, -{ -name = top; -pos = (416,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(53,0,l), -(360,582,l), -(415,690,l), -(418,690,l), -(471,586,l), -(778,0,l), -(820,0,l), -(439,729,l), -(394,729,l), -(10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(686,208,l), -(670,241,l), -(163,241,l), -(145,208,l) -); -} -); -width = 830; -}, -{ -anchors = ( -{ -name = bottom; -pos = (440,0); -}, -{ -name = ogonek; -pos = (886,0); -}, -{ -name = top; -pos = (440,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(419,466,l), -(445,547,l), -(452,547,l), -(480,464,l), -(643,0,l), -(892,0,l), -(598,729,l), -(300,729,l), -(8,0,l), -(255,0,l) -); -}, -{ -closed = 1; -nodes = ( -(615,124,l), -(555,293,l), -(343,293,l), -(282,124,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,0,l), -(405,448,l), -(437,532,l), -(438,532,l), -(471,448,l), -(635,0,l), -(894,0,l), -(589,729,l), -(297,729,l), -(-10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(607,124,l), -(546,296,l), -(330,296,l), -(268,124,l) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = bottom; -pos = (336,0); -}, -{ -name = ogonek; -pos = (630,0); -}, -{ -name = top; -pos = (336,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(72,0,l), -(148,200,l), -(530,200,l), -(607,0,l), -(647,0,l), -(364,729,l), -(314,729,l), -(31,0,l) -); -}, -{ -closed = 1; -nodes = ( -(271,516,l), -(338,690,l), -(342,690,l), -(408,516,l), -(517,233,l), -(161,233,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(83,0,l), -(300,605,l), -(334,696,l), -(340,696,l), -(372,605,l), -(588,0,l), -(630,0,l), -(363,729,l), -(309,729,l), -(43,0,l) -); -}, -{ -closed = 1; -nodes = ( -(513,234,l), -(513,270,l), -(154,270,l), -(154,234,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -} -); -}; -width = 670; -}, -{ -anchors = ( -{ -name = bottom; -pos = (373,0); -}, -{ -name = ogonek; -pos = (740,0); -}, -{ -name = top; -pos = (373,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(222,0,l), -(348,431,l), -(379,547,l), -(386,547,l), -(417,431,l), -(543,0,l), -(754,0,l), -(527,729,l), -(238,729,l), -(11,0,l) -); -}, -{ -closed = 1; -nodes = ( -(521,130,l), -(476,284,l), -(289,284,l), -(244,130,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(219,0,l), -(346,482,l), -(367,577,l), -(379,577,l), -(400,482,l), -(527,0,l), -(740,0,l), -(520,729,l), -(230,729,l), -(10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(537,155,l), -(491,314,l), -(254,314,l), -(210,155,l) -); -} -); -width = 750; -}, -{ -anchors = ( -{ -name = bottom; -pos = (148,0); -}, -{ -name = ogonek; -pos = (326,0); -}, -{ -name = top; -pos = (293,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(79,231,l), -(67,205,l), -(293,205,l), -(290,231,l) -); -}, -{ -closed = 1; -nodes = ( -(286,0,l), -(318,0,l), -(308,729,l), -(268,729,l), -(-44,0,l), -(-13,0,l), -(77,212,l), -(83,224,l), -(222,556,l), -(280,694,l), -(284,694,l), -(285,557,l), -(283,224,l), -(286,212,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(222,540,l), -(285,702,l), -(291,702,l), -(289,538,l), -(294,0,l), -(326,0,l), -(315,729,l), -(271,729,l), -(-44,0,l) -); -}, -{ -closed = 1; -nodes = ( -(313,205,l), -(310,231,l), -(79,231,l), -(67,205,l) -); -} -); -width = 389; -}, -{ -anchors = ( -{ -name = bottom; -pos = (205,0); -}, -{ -name = ogonek; -pos = (432,0); -}, -{ -name = top; -pos = (340,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(133,0,l), -(171,120,l), -(270,120,l), -(259,0,l), -(432,0,l), -(470,729,l), -(222,729,l), -(-40,0,l) -); -}, -{ -closed = 1; -nodes = ( -(266,425,l), -(309,563,l), -(316,563,l), -(301,423,l), -(282,260,l), -(215,260,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(133,0,l), -(276,490,l), -(301,583,l), -(309,583,l), -(300,490,l), -(260,0,l), -(432,0,l), -(459,729,l), -(220,729,l), -(-46,0,l) -); -}, -{ -closed = 1; -nodes = ( -(283,120,l), -(295,260,l), -(196,260,l), -(152,120,l) -); -} -); -width = 498; -}, -{ -anchors = ( -{ -name = bottom; -pos = (289,0); -}, -{ -name = ogonek; -pos = (578,0); -}, -{ -name = top; -pos = (428,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(19,0,l), -(363,588,l), -(420,690,l), -(423,690,l), -(442,583,l), -(540,0,l), -(578,0,l), -(452,729,l), -(404,729,l), -(-23,0,l) -); -}, -{ -closed = 1; -nodes = ( -(515,200,l), -(509,233,l), -(145,233,l), -(126,200,l) -); -} -); -width = 663; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = ogonek; -pos = (657,0); -}, -{ -name = top; -pos = (453,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,0,l), -(375,449,l), -(411,527,l), -(418,527,l), -(425,449,l), -(465,0,l), -(657,0,l), -(574,729,l), -(332,729,l), -(-45,0,l) -); -}, -{ -closed = 1; -nodes = ( -(469,130,l), -(455,284,l), -(279,284,l), -(205,130,l) -); -} -); -width = 724; -}, -{ -anchors = ( -{ -name = bottom; -pos = (355,23); -}, -{ -name = ogonek; -pos = (724,0); -}, -{ -name = top; -pos = (494,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(4,0,l), -(438,620,l), -(487,692,l), -(490,692,l), -(509,620,l), -(683,0,l), -(724,0,l), -(517,729,l), -(471,729,l), -(-38,0,l) -); -}, -{ -closed = 1; -nodes = ( -(636,200,l), -(626,233,l), -(157,233,l), -(134,200,l) -); -} -); -width = 794; -}, -{ -anchors = ( -{ -name = bottom; -pos = (374,0); -}, -{ -name = ogonek; -pos = (798,0); -}, -{ -name = top; -pos = (512,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(183,0,l), -(434,469,l), -(472,544,l), -(480,544,l), -(493,467,l), -(566,0,l), -(798,0,l), -(656,729,l), -(368,729,l), -(-72,0,l) -); -}, -{ -closed = 1; -nodes = ( -(559,124,l), -(534,293,l), -(326,293,l), -(230,124,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(183,0,l), -(397,400,l), -(472,544,l), -(480,544,l), -(504,400,l), -(566,0,l), -(798,0,l), -(656,729,l), -(368,729,l), -(-62,0,l) -); -}, -{ -closed = 1; -nodes = ( -(559,124,l), -(534,293,l), -(326,293,l), -(230,124,l) -); -} -); -width = 848; -} -); -unicode = 65; -userData = { -KernOnName = A; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_E_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_E_.glyph deleted file mode 100644 index c837300c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_E_.glyph +++ /dev/null @@ -1,874 +0,0 @@ -{ -glyphname = AE; -kernLeft = KO_A; -kernRight = KO_E; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (238,0); -}, -{ -name = top; -pos = (238,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(42,0,l), -(87,203,l), -(300,203,l), -(344,0,l), -(466,0,l), -(466,28,l), -(370,28,l), -(298,361,l), -(435,361,l), -(435,389,l), -(292,389,l), -(224,701,l), -(466,701,l), -(466,729,l), -(170,729,l), -(10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(156,518,l), -(191,698,l), -(197,698,l), -(232,518,l), -(294,232,l), -(93,232,l) -); -} -); -width = 476; -}, -{ -anchors = ( -{ -name = bottom; -pos = (309,0); -}, -{ -name = top; -pos = (309,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,0,l), -(197,120,l), -(299,120,l), -(312,0,l), -(598,0,l), -(598,157,l), -(462,157,l), -(440,299,l), -(584,299,l), -(584,445,l), -(417,445,l), -(398,572,l), -(598,572,l), -(598,729,l), -(122,729,l), -(10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(236,491,l), -(244,583,l), -(251,583,l), -(260,491,l), -(284,260,l), -(212,260,l) -); -} -); -width = 617; -}, -{ -anchors = ( -{ -name = bottom; -pos = (567,0); -}, -{ -name = top; -pos = (567,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(57,0,l), -(156,200,l), -(648,200,l), -(746,0,l), -(1111,0,l), -(1111,37,l), -(769,37,l), -(610,358,l), -(1063,358,l), -(1063,392,l), -(593,392,l), -(444,693,l), -(1111,693,l), -(1111,729,l), -(378,729,l), -(16,0,l) -); -}, -{ -closed = 1; -nodes = ( -(347,585,l), -(401,695,l), -(404,695,l), -(459,583,l), -(631,233,l), -(173,233,l) -); -} -); -width = 1133; -}, -{ -anchors = ( -{ -name = bottom; -pos = (571,0); -}, -{ -name = top; -pos = (571,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,0,l), -(282,124,l), -(586,124,l), -(628,0,l), -(1119,0,l), -(1119,179,l), -(805,179,l), -(763,282,l), -(1066,282,l), -(1066,449,l), -(696,449,l), -(655,550,l), -(1116,550,l), -(1116,729,l), -(285,729,l), -(-7,0,l) -); -}, -{ -closed = 1; -nodes = ( -(402,476,l), -(430,565,l), -(437,565,l), -(466,476,l), -(528,293,l), -(340,293,l) -); -} -); -width = 1141; -}, -{ -anchors = ( -{ -name = bottom; -pos = (230,0); -}, -{ -name = top; -pos = (230,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(34,0,l), -(79,203,l), -(292,203,l), -(336,0,l), -(458,0,l), -(458,28,l), -(362,28,l), -(290,361,l), -(427,361,l), -(427,389,l), -(284,389,l), -(216,701,l), -(458,701,l), -(458,729,l), -(162,729,l), -(2,0,l) -); -}, -{ -closed = 1; -nodes = ( -(148,518,l), -(183,698,l), -(189,698,l), -(224,518,l), -(286,232,l), -(85,232,l) -); -} -); -width = 460; -}, -{ -anchors = ( -{ -name = bottom; -pos = (302,0); -}, -{ -name = top; -pos = (302,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,0,l), -(190,120,l), -(292,120,l), -(305,0,l), -(591,0,l), -(591,157,l), -(455,157,l), -(433,299,l), -(577,299,l), -(577,445,l), -(410,445,l), -(391,572,l), -(591,572,l), -(591,729,l), -(115,729,l), -(3,0,l) -); -}, -{ -closed = 1; -nodes = ( -(229,491,l), -(237,583,l), -(244,583,l), -(253,491,l), -(277,260,l), -(205,260,l) -); -} -); -width = 600; -}, -{ -anchors = ( -{ -name = bottom; -pos = (431,0); -}, -{ -name = top; -pos = (431,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(47,0,l), -(123,199,l), -(506,199,l), -(582,0,l), -(850,0,l), -(850,37,l), -(608,37,l), -(484,358,l), -(802,358,l), -(802,392,l), -(471,392,l), -(355,693,l), -(850,693,l), -(850,729,l), -(288,729,l), -(6,0,l) -); -}, -{ -closed = 1; -nodes = ( -(278,605,l), -(312,696,l), -(318,696,l), -(352,605,l), -(493,235,l), -(137,235,l) -); -} -); -width = 867; -}, -{ -anchors = ( -{ -name = bottom; -pos = (474,0); -}, -{ -name = top; -pos = (474,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,0,l), -(241,130,l), -(490,130,l), -(526,0,l), -(931,0,l), -(931,172,l), -(683,172,l), -(647,288,l), -(878,288,l), -(878,449,l), -(597,449,l), -(564,557,l), -(928,557,l), -(928,729,l), -(221,729,l), -(-6,0,l) -); -}, -{ -closed = 1; -nodes = ( -(337,482,l), -(362,577,l), -(369,577,l), -(394,482,l), -(448,284,l), -(283,284,l) -); -} -); -width = 939; -}, -{ -anchors = ( -{ -name = bottom; -pos = (562,0); -}, -{ -name = top; -pos = (562,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,0,l), -(151,200,l), -(643,200,l), -(741,0,l), -(1106,0,l), -(1106,37,l), -(764,37,l), -(605,358,l), -(1058,358,l), -(1058,392,l), -(588,392,l), -(439,693,l), -(1106,693,l), -(1106,729,l), -(373,729,l), -(11,0,l) -); -}, -{ -closed = 1; -nodes = ( -(342,585,l), -(396,695,l), -(399,695,l), -(454,583,l), -(626,233,l), -(168,233,l) -); -} -); -width = 1118; -}, -{ -anchors = ( -{ -name = bottom; -pos = (561,0); -}, -{ -name = top; -pos = (561,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(272,124,l), -(576,124,l), -(618,0,l), -(1109,0,l), -(1109,179,l), -(795,179,l), -(753,282,l), -(1056,282,l), -(1056,449,l), -(686,449,l), -(645,550,l), -(1106,550,l), -(1106,729,l), -(275,729,l), -(-17,0,l) -); -}, -{ -closed = 1; -nodes = ( -(392,476,l), -(420,565,l), -(427,565,l), -(456,476,l), -(518,293,l), -(330,293,l) -); -} -); -width = 1116; -}, -{ -anchors = ( -{ -name = bottom; -pos = (449,0); -}, -{ -name = top; -pos = (449,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(73,0,l), -(149,199,l), -(524,199,l), -(598,0,l), -(860,0,l), -(860,37,l), -(624,37,l), -(502,358,l), -(814,358,l), -(814,392,l), -(489,392,l), -(375,693,l), -(860,693,l), -(860,729,l), -(310,729,l), -(34,0,l) -); -}, -{ -closed = 1; -nodes = ( -(300,605,l), -(334,696,l), -(340,696,l), -(372,605,l), -(511,235,l), -(161,235,l) -); -} -); -width = 899; -}, -{ -anchors = ( -{ -name = bottom; -pos = (480,0); -}, -{ -name = top; -pos = (480,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(219,0,l), -(253,130,l), -(495,130,l), -(530,0,l), -(928,0,l), -(928,172,l), -(685,172,l), -(651,288,l), -(876,288,l), -(876,449,l), -(602,449,l), -(571,557,l), -(925,557,l), -(925,729,l), -(231,729,l), -(10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(347,482,l), -(370,577,l), -(377,577,l), -(402,482,l), -(453,284,l), -(295,284,l) -); -} -); -width = 959; -}, -{ -anchors = ( -{ -name = bottom; -pos = (202,0); -}, -{ -name = top; -pos = (353,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(78,205,l), -(292,205,l), -(294,0,l), -(445,0,l), -(451,28,l), -(326,28,l), -(321,361,l), -(490,361,l), -(495,389,l), -(320,389,l), -(315,701,l), -(591,701,l), -(596,729,l), -(271,729,l), -(-44,0,l) -); -}, -{ -closed = 1; -nodes = ( -(222,540,l), -(285,702,l), -(291,702,l), -(289,538,l), -(292,231,l), -(89,231,l) -); -} -); -width = 509; -}, -{ -anchors = ( -{ -name = bottom; -pos = (252,0); -}, -{ -name = top; -pos = (403,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(133,0,l), -(168,120,l), -(270,120,l), -(260,0,l), -(540,0,l), -(572,157,l), -(438,157,l), -(443,299,l), -(587,299,l), -(618,445,l), -(448,445,l), -(453,572,l), -(660,572,l), -(691,729,l), -(220,729,l), -(-46,0,l) -); -}, -{ -closed = 1; -nodes = ( -(276,490,l), -(301,583,l), -(309,583,l), -(300,490,l), -(281,260,l), -(209,260,l) -); -} -); -width = 616; -}, -{ -anchors = ( -{ -name = bottom; -pos = (406,0); -}, -{ -name = top; -pos = (557,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(19,0,l), -(136,200,l), -(506,200,l), -(540,0,l), -(829,0,l), -(836,36,l), -(572,36,l), -(516,358,l), -(858,358,l), -(865,392,l), -(510,392,l), -(458,693,l), -(973,693,l), -(980,729,l), -(404,729,l), -(-23,0,l) -); -}, -{ -closed = 1; -nodes = ( -(363,588,l), -(420,690,l), -(423,690,l), -(442,583,l), -(501,233,l), -(155,233,l) -); -} -); -width = 920; -}, -{ -anchors = ( -{ -name = bottom; -pos = (427,0); -}, -{ -name = top; -pos = (578,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,0,l), -(220,130,l), -(453,130,l), -(465,0,l), -(875,0,l), -(910,172,l), -(637,172,l), -(625,285,l), -(883,285,l), -(916,446,l), -(606,446,l), -(594,557,l), -(987,557,l), -(1023,729,l), -(332,729,l), -(-45,0,l) -); -}, -{ -closed = 1; -nodes = ( -(375,449,l), -(411,527,l), -(418,527,l), -(425,449,l), -(440,284,l), -(295,284,l) -); -} -); -width = 965; -}, -{ -anchors = ( -{ -name = bottom; -pos = (505,0); -}, -{ -name = top; -pos = (656,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(4,0,l), -(144,200,l), -(627,200,l), -(683,0,l), -(1040,0,l), -(1048,37,l), -(713,37,l), -(622,358,l), -(1069,358,l), -(1076,392,l), -(613,392,l), -(527,693,l), -(1184,693,l), -(1191,729,l), -(471,729,l), -(-38,0,l) -); -}, -{ -closed = 1; -nodes = ( -(438,620,l), -(487,692,l), -(490,692,l), -(509,620,l), -(618,233,l), -(167,233,l) -); -} -); -width = 1117; -}, -{ -anchors = ( -{ -name = bottom; -pos = (524,0); -}, -{ -name = top; -pos = (675,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(183,0,l), -(249,124,l), -(547,124,l), -(566,0,l), -(1081,0,l), -(1118,179,l), -(763,179,l), -(743,282,l), -(1087,282,l), -(1122,449,l), -(711,449,l), -(691,550,l), -(1192,550,l), -(1229,729,l), -(368,729,l), -(-62,0,l) -); -}, -{ -closed = 1; -nodes = ( -(397,400,l), -(472,544,l), -(480,544,l), -(504,400,l), -(521,293,l), -(340,293,l) -); -} -); -width = 1159; -} -); -metricLeft = A; -metricRight = E; -unicode = 198; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_acute.glyph deleted file mode 100644 index 3c17da5e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_acute.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Aacute; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (137,57); -ref = acutecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (137,51); -ref = acutecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (344,57); -ref = acutecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (318,56); -ref = acutecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (136,57); -ref = acutecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (137,51); -ref = acutecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (292,57); -ref = acutecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (275,51); -ref = acutecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (368,57); -ref = acutecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (333,56); -ref = acutecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (280,57); -ref = acutecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (263,51); -ref = acutecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (152,57); -ref = acutecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (145,51); -ref = acutecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (286,57); -ref = acutecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (258,51); -ref = acutecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (351,57); -ref = acutecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (312,56); -ref = acutecomb; -} -); -width = 848; -} -); -unicode = 193; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_breve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_breve.glyph deleted file mode 100644 index 685c88bc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_breve.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Abreve; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (69,57); -ref = brevecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (54,51); -ref = brevecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (228,57); -ref = brevecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (196,56); -ref = brevecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (68,57); -ref = brevecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (54,51); -ref = brevecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (179,51); -ref = brevecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (168,51); -ref = brevecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (252,57); -ref = brevecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (211,56); -ref = brevecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (169,51); -ref = brevecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (162,51); -ref = brevecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (79,57); -ref = brevecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (60,51); -ref = brevecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (172,57); -ref = brevecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (141,51); -ref = brevecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (229,57); -ref = brevecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (190,51); -ref = brevecomb; -} -); -width = 848; -} -); -unicode = 258; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_breveacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_breveacute.glyph deleted file mode 100644 index 41c591a7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_breveacute.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Abreveacute; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (69,57); -ref = brevecomb_acutecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (55,51); -ref = brevecomb_acutecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (229,57); -ref = brevecomb_acutecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (195,56); -ref = brevecomb_acutecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (68,57); -ref = brevecomb_acutecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (55,51); -ref = brevecomb_acutecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (179,51); -ref = brevecomb_acutecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (168,51); -ref = brevecomb_acutecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (253,57); -ref = brevecomb_acutecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (210,56); -ref = brevecomb_acutecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (169,51); -ref = brevecomb_acutecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (162,51); -ref = brevecomb_acutecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (82,56); -ref = brevecomb_acutecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (60,51); -ref = brevecomb_acutecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (166,51); -ref = brevecomb_acutecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (143,51); -ref = brevecomb_acutecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (226,57); -ref = brevecomb_acutecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (181,56); -ref = brevecomb_acutecomb; -} -); -width = 848; -} -); -unicode = 7854; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevedotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevedotbelow.glyph deleted file mode 100644 index d058a4ac..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevedotbelow.glyph +++ /dev/null @@ -1,318 +0,0 @@ -{ -color = 6; -glyphname = Abrevedotbelow; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (130,0); -ref = dotbelowcomb; -}, -{ -pos = (69,57); -ref = brevecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (131,0); -ref = dotbelowcomb; -}, -{ -pos = (54,51); -ref = brevecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (330,0); -ref = dotbelowcomb; -}, -{ -pos = (228,57); -ref = brevecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (282,0); -ref = dotbelowcomb; -}, -{ -pos = (196,56); -ref = brevecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (129,0); -ref = dotbelowcomb; -}, -{ -pos = (68,57); -ref = brevecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (131,0); -ref = dotbelowcomb; -}, -{ -pos = (54,51); -ref = brevecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (275,0); -ref = dotbelowcomb; -}, -{ -pos = (179,51); -ref = brevecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (262,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (168,51); -ref = brevecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (354,0); -ref = dotbelowcomb; -}, -{ -pos = (252,57); -ref = brevecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (297,0); -ref = dotbelowcomb; -}, -{ -pos = (211,56); -ref = brevecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (263,0); -ref = dotbelowcomb; -}, -{ -pos = (169,51); -ref = brevecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (252,0); -ref = dotbelowcomb; -}, -{ -pos = (162,51); -ref = brevecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (138,0); -ref = dotbelowcomb; -}, -{ -pos = (79,57); -ref = brevecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (140,0); -ref = dotbelowcomb; -}, -{ -pos = (60,51); -ref = brevecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (271,0); -ref = dotbelowcomb; -}, -{ -pos = (172,57); -ref = brevecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (246,0); -ref = dotbelowcomb; -}, -{ -pos = (141,51); -ref = brevecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (338,23); -ref = dotbelowcomb; -}, -{ -pos = (229,57); -ref = brevecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (277,0); -ref = dotbelowcomb; -}, -{ -pos = (190,51); -ref = brevecomb; -} -); -width = 848; -} -); -unicode = 7862; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevedotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevedotbelow.ss01.glyph deleted file mode 100644 index 7f7d2875..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevedotbelow.ss01.glyph +++ /dev/null @@ -1,313 +0,0 @@ -{ -color = 6; -glyphname = Abrevedotbelow.ss01; -kernLeft = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (138,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (69,57); -ref = brevecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (54,51); -ref = brevecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (343,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (228,57); -ref = brevecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (294,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (196,56); -ref = brevecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (137,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (68,57); -ref = brevecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (54,51); -ref = brevecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (288,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (179,51); -ref = brevecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = A; -}, -{ -pos = (261,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (178,51); -ref = brevecomb; -} -); -width = 759; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (367,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (252,57); -ref = brevecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (309,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (211,56); -ref = brevecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (276,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (169,51); -ref = brevecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (239,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (162,51); -ref = brevecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (146,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (79,57); -ref = brevecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (131,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (60,51); -ref = brevecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (284,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (172,57); -ref = brevecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (237,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (141,51); -ref = brevecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (349,23); -ref = dotbelowcomb.ss01; -}, -{ -pos = (229,57); -ref = brevecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (291,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (190,51); -ref = brevecomb; -} -); -width = 848; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevegrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevegrave.glyph deleted file mode 100644 index 196294d8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevegrave.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Abrevegrave; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (70,57); -ref = brevecomb_gravecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (51,51); -ref = brevecomb_gravecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (228,57); -ref = brevecomb_gravecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (197,56); -ref = brevecomb_gravecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (69,57); -ref = brevecomb_gravecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (51,51); -ref = brevecomb_gravecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (179,51); -ref = brevecomb_gravecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (168,51); -ref = brevecomb_gravecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (252,57); -ref = brevecomb_gravecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (212,56); -ref = brevecomb_gravecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (169,51); -ref = brevecomb_gravecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (162,51); -ref = brevecomb_gravecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (88,56); -ref = brevecomb_gravecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (47,51); -ref = brevecomb_gravecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (167,57); -ref = brevecomb_gravecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (143,51); -ref = brevecomb_gravecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (226,57); -ref = brevecomb_gravecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (181,56); -ref = brevecomb_gravecomb; -} -); -width = 848; -} -); -unicode = 7856; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevehookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevehookabove.glyph deleted file mode 100644 index 8b7e815b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevehookabove.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Abrevehookabove; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (70,57); -ref = brevecomb_hookabovecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (55,51); -ref = brevecomb_hookabovecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (228,57); -ref = brevecomb_hookabovecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (197,56); -ref = brevecomb_hookabovecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (69,57); -ref = brevecomb_hookabovecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (55,51); -ref = brevecomb_hookabovecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (179,51); -ref = brevecomb_hookabovecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (171,51); -ref = brevecomb_hookabovecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (252,57); -ref = brevecomb_hookabovecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (212,56); -ref = brevecomb_hookabovecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (169,51); -ref = brevecomb_hookabovecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (165,51); -ref = brevecomb_hookabovecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (88,56); -ref = brevecomb_hookabovecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (59,51); -ref = brevecomb_hookabovecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (167,57); -ref = brevecomb_hookabovecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (143,51); -ref = brevecomb_hookabovecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (227,57); -ref = brevecomb_hookabovecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (181,56); -ref = brevecomb_hookabovecomb; -} -); -width = 848; -} -); -unicode = 7858; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevetilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevetilde.glyph deleted file mode 100644 index c12e4a9f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_brevetilde.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Abrevetilde; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (61,57); -ref = brevecomb_tildecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (55,51); -ref = brevecomb_tildecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (226,57); -ref = brevecomb_tildecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (185,56); -ref = brevecomb_tildecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (60,57); -ref = brevecomb_tildecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (55,51); -ref = brevecomb_tildecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (174,57); -ref = brevecomb_tildecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (159,51); -ref = brevecomb_tildecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (250,57); -ref = brevecomb_tildecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (200,56); -ref = brevecomb_tildecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (164,57); -ref = brevecomb_tildecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (153,51); -ref = brevecomb_tildecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (70,56); -ref = brevecomb_tildecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (48,51); -ref = brevecomb_tildecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (159,57); -ref = brevecomb_tildecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (129,51); -ref = brevecomb_tildecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (210,57); -ref = brevecomb_tildecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (171,56); -ref = brevecomb_tildecomb; -} -); -width = 848; -} -); -unicode = 7860; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflex.glyph deleted file mode 100644 index 93ed9e6b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflex.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Acircumflex; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (64,57); -ref = circumflexcomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (32,51); -ref = circumflexcomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (223,57); -ref = circumflexcomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (144,56); -ref = circumflexcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (63,57); -ref = circumflexcomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (32,51); -ref = circumflexcomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (183,57); -ref = circumflexcomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (140,51); -ref = circumflexcomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (247,57); -ref = circumflexcomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (159,56); -ref = circumflexcomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (173,57); -ref = circumflexcomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (134,51); -ref = circumflexcomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (78,57); -ref = circumflexcomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (38,51); -ref = circumflexcomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (176,57); -ref = circumflexcomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (124,51); -ref = circumflexcomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (228,57); -ref = circumflexcomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (136,56); -ref = circumflexcomb; -} -); -width = 848; -} -); -unicode = 194; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexacute.glyph deleted file mode 100644 index 92774b32..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexacute.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Acircumflexacute; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (64,57); -ref = circumflexcomb_acutecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (43,51); -ref = circumflexcomb_acutecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (223,57); -ref = circumflexcomb_acutecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (168,56); -ref = circumflexcomb_acutecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (63,57); -ref = circumflexcomb_acutecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (43,51); -ref = circumflexcomb_acutecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (183,57); -ref = circumflexcomb_acutecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (140,51); -ref = circumflexcomb_acutecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (247,57); -ref = circumflexcomb_acutecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (183,56); -ref = circumflexcomb_acutecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (173,57); -ref = circumflexcomb_acutecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (133,51); -ref = circumflexcomb_acutecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (78,57); -ref = circumflexcomb_acutecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (50,51); -ref = circumflexcomb_acutecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (176,57); -ref = circumflexcomb_acutecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (126,51); -ref = circumflexcomb_acutecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (228,57); -ref = circumflexcomb_acutecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (159,56); -ref = circumflexcomb_acutecomb; -} -); -width = 848; -} -); -unicode = 7844; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexdotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexdotbelow.glyph deleted file mode 100644 index 0a6df617..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexdotbelow.glyph +++ /dev/null @@ -1,318 +0,0 @@ -{ -color = 6; -glyphname = Acircumflexdotbelow; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (130,0); -ref = dotbelowcomb; -}, -{ -pos = (64,57); -ref = circumflexcomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (131,0); -ref = dotbelowcomb; -}, -{ -pos = (32,51); -ref = circumflexcomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (330,0); -ref = dotbelowcomb; -}, -{ -pos = (223,57); -ref = circumflexcomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (282,0); -ref = dotbelowcomb; -}, -{ -pos = (144,56); -ref = circumflexcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (129,0); -ref = dotbelowcomb; -}, -{ -pos = (63,57); -ref = circumflexcomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (131,0); -ref = dotbelowcomb; -}, -{ -pos = (32,51); -ref = circumflexcomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (275,0); -ref = dotbelowcomb; -}, -{ -pos = (183,57); -ref = circumflexcomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (262,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (140,51); -ref = circumflexcomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (354,0); -ref = dotbelowcomb; -}, -{ -pos = (247,57); -ref = circumflexcomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (297,0); -ref = dotbelowcomb; -}, -{ -pos = (159,56); -ref = circumflexcomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (263,0); -ref = dotbelowcomb; -}, -{ -pos = (173,57); -ref = circumflexcomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (252,0); -ref = dotbelowcomb; -}, -{ -pos = (134,51); -ref = circumflexcomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (138,0); -ref = dotbelowcomb; -}, -{ -pos = (78,57); -ref = circumflexcomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (140,0); -ref = dotbelowcomb; -}, -{ -pos = (38,51); -ref = circumflexcomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (271,0); -ref = dotbelowcomb; -}, -{ -pos = (176,57); -ref = circumflexcomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (246,0); -ref = dotbelowcomb; -}, -{ -pos = (124,51); -ref = circumflexcomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (338,23); -ref = dotbelowcomb; -}, -{ -pos = (228,57); -ref = circumflexcomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (277,0); -ref = dotbelowcomb; -}, -{ -pos = (136,56); -ref = circumflexcomb; -} -); -width = 848; -} -); -unicode = 7852; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexdotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexdotbelow.ss01.glyph deleted file mode 100644 index 8f04ade0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexdotbelow.ss01.glyph +++ /dev/null @@ -1,314 +0,0 @@ -{ -color = 6; -glyphname = Acircumflexdotbelow.ss01; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (138,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (64,57); -ref = circumflexcomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (32,51); -ref = circumflexcomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (343,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (223,57); -ref = circumflexcomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (294,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (144,56); -ref = circumflexcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (137,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (63,57); -ref = circumflexcomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (32,51); -ref = circumflexcomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (288,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (183,57); -ref = circumflexcomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = A; -}, -{ -pos = (261,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (150,51); -ref = circumflexcomb; -} -); -width = 759; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (367,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (247,57); -ref = circumflexcomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (309,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (159,56); -ref = circumflexcomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (276,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (173,57); -ref = circumflexcomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (239,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (134,51); -ref = circumflexcomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (146,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (78,57); -ref = circumflexcomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (131,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (38,51); -ref = circumflexcomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (284,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (176,57); -ref = circumflexcomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (237,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (124,51); -ref = circumflexcomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (349,23); -ref = dotbelowcomb.ss01; -}, -{ -pos = (228,57); -ref = circumflexcomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (291,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (136,56); -ref = circumflexcomb; -} -); -width = 848; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexgrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexgrave.glyph deleted file mode 100644 index 3ff6532c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexgrave.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Acircumflexgrave; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (64,57); -ref = circumflexcomb_gravecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (43,51); -ref = circumflexcomb_gravecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (223,57); -ref = circumflexcomb_gravecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (168,56); -ref = circumflexcomb_gravecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (63,57); -ref = circumflexcomb_gravecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (43,51); -ref = circumflexcomb_gravecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (183,57); -ref = circumflexcomb_gravecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (140,51); -ref = circumflexcomb_gravecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (247,57); -ref = circumflexcomb_gravecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (183,56); -ref = circumflexcomb_gravecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (173,57); -ref = circumflexcomb_gravecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (133,51); -ref = circumflexcomb_gravecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (78,57); -ref = circumflexcomb_gravecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (50,51); -ref = circumflexcomb_gravecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (176,57); -ref = circumflexcomb_gravecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (126,51); -ref = circumflexcomb_gravecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (228,57); -ref = circumflexcomb_gravecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (159,56); -ref = circumflexcomb_gravecomb; -} -); -width = 848; -} -); -unicode = 7846; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexhookabove.glyph deleted file mode 100644 index c6d3a2dc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflexhookabove.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Acircumflexhookabove; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (64,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (43,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (223,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (168,56); -ref = circumflexcomb_hookabovecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (63,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (43,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (183,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (140,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (247,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (183,56); -ref = circumflexcomb_hookabovecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (173,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (133,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (78,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (50,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (176,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (126,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (228,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (159,56); -ref = circumflexcomb_hookabovecomb; -} -); -width = 848; -} -); -unicode = 7848; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflextilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflextilde.glyph deleted file mode 100644 index a63a0d8e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_circumflextilde.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Acircumflextilde; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (64,57); -ref = circumflexcomb_tildecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (43,51); -ref = circumflexcomb_tildecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (223,57); -ref = circumflexcomb_tildecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (168,56); -ref = circumflexcomb_tildecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (63,57); -ref = circumflexcomb_tildecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (43,51); -ref = circumflexcomb_tildecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (183,57); -ref = circumflexcomb_tildecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (140,51); -ref = circumflexcomb_tildecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (247,57); -ref = circumflexcomb_tildecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (183,56); -ref = circumflexcomb_tildecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (173,57); -ref = circumflexcomb_tildecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (134,51); -ref = circumflexcomb_tildecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (78,57); -ref = circumflexcomb_tildecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (49,51); -ref = circumflexcomb_tildecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (169,57); -ref = circumflexcomb_tildecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (126,51); -ref = circumflexcomb_tildecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (228,57); -ref = circumflexcomb_tildecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (167,56); -ref = circumflexcomb_tildecomb; -} -); -width = 848; -} -); -unicode = 7850; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_dieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_dieresis.glyph deleted file mode 100644 index 4ab2006e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_dieresis.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Adieresis; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (75,57); -ref = dieresiscomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (24,51); -ref = dieresiscomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (225,57); -ref = dieresiscomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (152,51); -ref = dieresiscomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (74,57); -ref = dieresiscomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (24,51); -ref = dieresiscomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (185,57); -ref = dieresiscomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (144,51); -ref = dieresiscomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (249,57); -ref = dieresiscomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (167,51); -ref = dieresiscomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (175,57); -ref = dieresiscomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (138,51); -ref = dieresiscomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (84,57); -ref = dieresiscomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (23,51); -ref = dieresiscomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (181,57); -ref = dieresiscomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (124,51); -ref = dieresiscomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (232,57); -ref = dieresiscomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (143,51); -ref = dieresiscomb; -} -); -width = 848; -} -); -unicode = 196; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_dieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_dieresis.ss01.glyph deleted file mode 100644 index 1e83c580..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_dieresis.ss01.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Adieresis.ss01; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (86,57); -ref = dieresiscomb.ss01; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (25,51); -ref = dieresiscomb.ss01; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (258,57); -ref = dieresiscomb.ss01; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (174,51); -ref = dieresiscomb.ss01; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (85,57); -ref = dieresiscomb.ss01; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (25,51); -ref = dieresiscomb.ss01; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (212,57); -ref = dieresiscomb.ss01; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = A; -}, -{ -pos = (166,51); -ref = dieresiscomb.ss01; -} -); -width = 759; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (282,57); -ref = dieresiscomb.ss01; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (189,51); -ref = dieresiscomb.ss01; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (200,57); -ref = dieresiscomb.ss01; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (150,51); -ref = dieresiscomb.ss01; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (97,57); -ref = dieresiscomb.ss01; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (31,51); -ref = dieresiscomb.ss01; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (203,57); -ref = dieresiscomb.ss01; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (140,51); -ref = dieresiscomb.ss01; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (269,57); -ref = dieresiscomb.ss01; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (172,51); -ref = dieresiscomb.ss01; -} -); -width = 848; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_dotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_dotbelow.glyph deleted file mode 100644 index e22238a5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_dotbelow.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Adotbelow; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (130,0); -ref = dotbelowcomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (131,0); -ref = dotbelowcomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (330,0); -ref = dotbelowcomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (282,0); -ref = dotbelowcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (129,0); -ref = dotbelowcomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (131,0); -ref = dotbelowcomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (275,0); -ref = dotbelowcomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (262,0); -ref = dotbelowcomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (354,0); -ref = dotbelowcomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (297,0); -ref = dotbelowcomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (263,0); -ref = dotbelowcomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (252,0); -ref = dotbelowcomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (138,0); -ref = dotbelowcomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (140,0); -ref = dotbelowcomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (271,0); -ref = dotbelowcomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (246,0); -ref = dotbelowcomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (338,23); -ref = dotbelowcomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (277,0); -ref = dotbelowcomb; -} -); -width = 848; -} -); -unicode = 7840; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_dotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_dotbelow.ss01.glyph deleted file mode 100644 index cce5275c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_dotbelow.ss01.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Adotbelow.ss01; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (138,0); -ref = dotbelowcomb.ss01; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (343,0); -ref = dotbelowcomb.ss01; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (294,0); -ref = dotbelowcomb.ss01; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (137,0); -ref = dotbelowcomb.ss01; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (288,0); -ref = dotbelowcomb.ss01; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = A; -}, -{ -pos = (261,0); -ref = dotbelowcomb.ss01; -} -); -width = 759; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (367,0); -ref = dotbelowcomb.ss01; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (309,0); -ref = dotbelowcomb.ss01; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (276,0); -ref = dotbelowcomb.ss01; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (239,0); -ref = dotbelowcomb.ss01; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (146,0); -ref = dotbelowcomb.ss01; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (131,0); -ref = dotbelowcomb.ss01; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (284,0); -ref = dotbelowcomb.ss01; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (237,0); -ref = dotbelowcomb.ss01; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (349,23); -ref = dotbelowcomb.ss01; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (291,0); -ref = dotbelowcomb.ss01; -} -); -width = 848; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_grave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_grave.glyph deleted file mode 100644 index 03b32e13..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_grave.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Agrave; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (59,57); -ref = gravecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (40,51); -ref = gravecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (258,57); -ref = gravecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (201,56); -ref = gravecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (58,57); -ref = gravecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (40,51); -ref = gravecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (213,57); -ref = gravecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (178,51); -ref = gravecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (282,57); -ref = gravecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (216,56); -ref = gravecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (201,57); -ref = gravecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (174,51); -ref = gravecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (75,57); -ref = gravecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (55,51); -ref = gravecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (209,57); -ref = gravecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (157,51); -ref = gravecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (264,57); -ref = gravecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (195,56); -ref = gravecomb; -} -); -width = 848; -} -); -unicode = 192; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_hookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_hookabove.glyph deleted file mode 100644 index afaaf449..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_hookabove.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Ahookabove; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (112,57); -ref = hookabovecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (110,50); -ref = hookabovecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (294,57); -ref = hookabovecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (282,51); -ref = hookabovecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (111,57); -ref = hookabovecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (110,50); -ref = hookabovecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (239,57); -ref = hookabovecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (224,51); -ref = hookabovecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (318,57); -ref = hookabovecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (297,51); -ref = hookabovecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (227,57); -ref = hookabovecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (217,51); -ref = hookabovecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (104,56); -ref = hookabovecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (109,49); -ref = hookabovecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (239,56); -ref = hookabovecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (198,50); -ref = hookabovecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (306,56); -ref = hookabovecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (260,48); -ref = hookabovecomb; -} -); -width = 848; -} -); -unicode = 7842; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_macron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_macron.glyph deleted file mode 100644 index 7ed23b8e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_macron.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Amacron; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (56,58); -ref = macroncomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (55,49); -ref = macroncomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (174,58); -ref = macroncomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (171,56); -ref = macroncomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (55,58); -ref = macroncomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (55,49); -ref = macroncomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (147,57); -ref = macroncomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (145,51); -ref = macroncomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (198,58); -ref = macroncomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (186,56); -ref = macroncomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (137,57); -ref = macroncomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (139,51); -ref = macroncomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (70,58); -ref = macroncomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (61,49); -ref = macroncomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (142,57); -ref = macroncomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (145,51); -ref = macroncomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (180,58); -ref = macroncomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (164,56); -ref = macroncomb; -} -); -width = 848; -} -); -unicode = 256; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_ogonek.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_ogonek.glyph deleted file mode 100644 index de6e467b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_ogonek.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Aogonek; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (241,0); -ref = ogonekcomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (290,0); -ref = ogonekcomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (604,0); -ref = ogonekcomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (570,0); -ref = ogonekcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (235,0); -ref = ogonekcomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (300,0); -ref = ogonekcomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (494,0); -ref = ogonekcomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (477,0); -ref = ogonekcomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (647,0); -ref = ogonekcomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (589,0); -ref = ogonekcomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (470,0); -ref = ogonekcomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (470,0); -ref = ogonekcomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (248,0); -ref = ogonekcomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (291,0); -ref = ogonekcomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (475,0); -ref = ogonekcomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (434,0); -ref = ogonekcomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (599,0); -ref = ogonekcomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (549,0); -ref = ogonekcomb; -} -); -width = 848; -} -); -unicode = 260; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_ring.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_ring.glyph deleted file mode 100644 index bb13c89c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_ring.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Aring; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (90,57); -ref = ringcomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (95,51); -ref = ringcomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (254,57); -ref = ringcomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (251,56); -ref = ringcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (89,57); -ref = ringcomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (95,51); -ref = ringcomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (214,57); -ref = ringcomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (218,51); -ref = ringcomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (278,57); -ref = ringcomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (266,56); -ref = ringcomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (202,57); -ref = ringcomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (212,51); -ref = ringcomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (105,57); -ref = ringcomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (102,51); -ref = ringcomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (209,57); -ref = ringcomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (198,51); -ref = ringcomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (258,57); -ref = ringcomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (242,51); -ref = ringcomb; -} -); -width = 848; -} -); -unicode = 197; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/A_tilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/A_tilde.glyph deleted file mode 100644 index 77ccea82..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/A_tilde.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Atilde; -kernLeft = KO_A; -kernRight = KO_A; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = A; -}, -{ -pos = (53,57); -ref = tildecomb; -} -); -width = 386; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = A; -}, -{ -pos = (17,50); -ref = tildecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = A; -}, -{ -pos = (195,57); -ref = tildecomb; -} -); -width = 803; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = A; -}, -{ -pos = (171,56); -ref = tildecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (52,57); -ref = tildecomb; -} -); -width = 344; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = A; -}, -{ -pos = (17,50); -ref = tildecomb; -} -); -width = 490; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (158,57); -ref = tildecomb; -} -); -width = 654; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (129,51); -ref = tildecomb; -} -); -width = 743; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (219,57); -ref = tildecomb; -} -); -width = 830; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = A; -}, -{ -pos = (186,56); -ref = tildecomb; -} -); -width = 884; -}, -{ -layerId = m019; -shapes = ( -{ -ref = A; -}, -{ -pos = (148,57); -ref = tildecomb; -} -); -width = 670; -}, -{ -layerId = m020; -shapes = ( -{ -ref = A; -}, -{ -pos = (123,51); -ref = tildecomb; -} -); -width = 750; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = A; -}, -{ -pos = (68,57); -ref = tildecomb; -} -); -width = 389; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = A; -}, -{ -pos = (22,50); -ref = tildecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = A; -}, -{ -pos = (154,57); -ref = tildecomb; -} -); -width = 663; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = A; -}, -{ -pos = (109,51); -ref = tildecomb; -} -); -width = 724; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = A; -}, -{ -pos = (202,57); -ref = tildecomb; -} -); -width = 794; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = A; -}, -{ -pos = (168,51); -ref = tildecomb; -} -); -width = 848; -} -); -unicode = 195; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/B_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/B_.glyph deleted file mode 100644 index b53f63d8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/B_.glyph +++ /dev/null @@ -1,1856 +0,0 @@ -{ -glyphname = B; -kernLeft = KO_H; -kernRight = KO_B; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (232,0); -}, -{ -name = top; -pos = (232,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(226,0,ls), -(370,0,o), -(453,70,o), -(453,206,cs), -(453,296,o), -(420,360,o), -(357,381,c), -(357,387,l), -(406,404,o), -(438,465,o), -(438,537,cs), -(438,654,o), -(386,729,o), -(244,729,cs), -(29,729,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(208,309,l), -(225,309,ls), -(256,309,o), -(276,285,o), -(276,225,cs), -(276,172,o), -(263,141,o), -(224,141,cs), -(208,141,l) -); -}, -{ -closed = 1; -nodes = ( -(208,591,l), -(225,591,ls), -(255,591,o), -(271,568,o), -(271,513,cs), -(271,465,o), -(260,433,o), -(225,433,cs), -(208,433,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,0,ls), -(370,0,o), -(453,70,o), -(453,206,cs), -(453,297,o), -(420,361,o), -(335,381,c), -(335,387,l), -(406,403,o), -(438,464,o), -(438,537,cs), -(438,654,o), -(386,729,o), -(244,729,cs), -(29,729,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(208,591,l), -(225,591,ls), -(255,591,o), -(271,568,o), -(271,513,cs), -(271,465,o), -(260,433,o), -(225,433,cs), -(192,433,l), -(192,309,l), -(225,309,ls), -(256,309,o), -(276,285,o), -(276,225,cs), -(276,172,o), -(263,141,o), -(224,141,cs), -(208,141,l) -); -} -); -width = 466; -}, -{ -anchors = ( -{ -name = bottom; -pos = (180,0); -}, -{ -name = top; -pos = (180,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(172,0,ls), -(291,0,o), -(336,81,o), -(336,200,cs), -(336,279,o), -(306,355,o), -(241,374,c), -(241,376,l), -(287,392,o), -(323,456,o), -(323,543,cs), -(323,670,o), -(271,729,o), -(173,729,cs), -(66,729,l), -(66,0,l) -); -}, -{ -closed = 1; -nodes = ( -(97,359,l), -(183,359,ls), -(258,359,o), -(302,299,o), -(302,201,cs), -(302,77,o), -(258,29,o), -(172,29,cs), -(97,29,l) -); -}, -{ -closed = 1; -nodes = ( -(97,700,l), -(172,700,ls), -(260,700,o), -(292,635,o), -(292,539,cs), -(292,449,o), -(252,389,o), -(182,389,cs), -(97,389,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,0,ls), -(291,0,o), -(336,81,o), -(336,200,cs), -(336,279,o), -(303,355,o), -(232,373,c), -(232,378,l), -(284,392,o), -(323,456,o), -(323,543,cs), -(323,670,o), -(271,729,o), -(173,729,cs), -(66,729,l), -(66,0,l) -); -}, -{ -closed = 1; -nodes = ( -(97,700,l), -(172,700,ls), -(260,700,o), -(292,635,o), -(292,539,cs), -(292,449,o), -(252,389,o), -(182,389,cs), -(90,389,l), -(90,359,l), -(183,359,ls), -(258,359,o), -(302,299,o), -(302,201,cs), -(302,77,o), -(258,29,o), -(172,29,cs), -(97,29,l) -); -} -); -width = 373; -}, -{ -anchors = ( -{ -name = bottom; -pos = (361,0); -}, -{ -name = top; -pos = (361,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(461,0,ls), -(604,0,o), -(695,78,o), -(695,200,cs), -(695,285,o), -(646,356,o), -(549,374,c), -(549,377,l), -(637,397,o), -(676,464,o), -(676,543,cs), -(676,654,o), -(597,729,o), -(462,729,cs), -(72,729,l), -(72,0,l) -); -}, -{ -closed = 1; -nodes = ( -(110,694,l), -(461,694,ls), -(568,694,o), -(638,635,o), -(638,538,cs), -(638,450,o), -(582,391,o), -(477,391,cs), -(101,391,l), -(101,356,l), -(479,356,ls), -(591,356,o), -(655,298,o), -(655,202,cs), -(655,104,o), -(589,36,o), -(461,36,cs), -(110,36,l) -); -} -); -width = 732; -}, -{ -anchors = ( -{ -name = bottom; -pos = (382,0); -}, -{ -name = top; -pos = (382,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(466,0,ls), -(677,0,o), -(761,86,o), -(761,206,cs), -(761,291,o), -(711,356,o), -(621,376,c), -(621,385,l), -(694,406,o), -(738,465,o), -(738,538,cs), -(738,667,o), -(646,729,o), -(479,729,cs), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(275,298,l), -(420,298,ls), -(485,298,o), -(518,279,o), -(518,228,cs), -(518,184,o), -(494,155,o), -(421,155,cs), -(275,155,l) -); -}, -{ -closed = 1; -nodes = ( -(275,573,l), -(411,573,ls), -(478,573,o), -(497,549,o), -(497,511,cs), -(497,472,o), -(474,447,o), -(410,447,cs), -(275,447,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(464,0,ls), -(650,0,o), -(755,66,o), -(755,206,cs), -(755,302,o), -(700,358,o), -(612,377,c), -(612,384,l), -(684,407,o), -(732,461,o), -(732,544,cs), -(732,665,o), -(654,729,o), -(476,729,cs), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(275,573,l), -(412,573,ls), -(468,573,o), -(506,559,o), -(506,513,cs), -(506,473,o), -(484,447,o), -(413,447,cs), -(259,447,l), -(259,298,l), -(422,298,ls), -(493,298,o), -(526,277,o), -(526,227,cs), -(526,184,o), -(502,155,o), -(422,155,cs), -(275,155,l) -); -} -); -width = 766; -}, -{ -anchors = ( -{ -name = bottom; -pos = (166,0); -}, -{ -name = top; -pos = (164,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(172,0,ls), -(291,0,o), -(336,81,o), -(336,200,cs), -(336,279,o), -(306,355,o), -(241,374,c), -(241,376,l), -(287,392,o), -(323,456,o), -(323,543,cs), -(323,670,o), -(271,729,o), -(173,729,cs), -(66,729,l), -(66,0,l) -); -}, -{ -closed = 1; -nodes = ( -(97,359,l), -(183,359,ls), -(258,359,o), -(302,299,o), -(302,201,cs), -(302,77,o), -(258,29,o), -(172,29,cs), -(97,29,l) -); -}, -{ -closed = 1; -nodes = ( -(97,700,l), -(172,700,ls), -(260,700,o), -(292,635,o), -(292,539,cs), -(292,449,o), -(252,389,o), -(182,389,cs), -(97,389,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,0,ls), -(264,0,o), -(310,67,o), -(310,215,cs), -(310,321,o), -(276,389,o), -(207,405,c), -(207,406,l), -(265,421,o), -(294,480,o), -(294,558,cs), -(294,669,o), -(250,729,o), -(155,729,cs), -(42,729,l), -(42,0,l) -); -}, -{ -closed = 1; -nodes = ( -(73,700,l), -(155,700,ls), -(231,700,o), -(263,649,o), -(263,554,cs), -(263,471,o), -(227,419,o), -(164,419,cs), -(66,419,l), -(66,389,l), -(167,389,ls), -(237,389,o), -(276,322,o), -(276,216,cs), -(276,78,o), -(240,29,o), -(157,29,cs), -(73,29,l) -); -} -); -width = 330; -}, -{ -anchors = ( -{ -name = bottom; -pos = (222,0); -}, -{ -name = top; -pos = (222,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(227,0,ls), -(371,0,o), -(454,70,o), -(454,206,cs), -(454,296,o), -(421,360,o), -(358,381,c), -(358,387,l), -(407,404,o), -(439,465,o), -(439,537,cs), -(439,654,o), -(387,729,o), -(245,729,cs), -(30,729,l), -(30,0,l) -); -}, -{ -closed = 1; -nodes = ( -(209,309,l), -(226,309,ls), -(257,309,o), -(277,285,o), -(277,225,cs), -(277,172,o), -(264,141,o), -(225,141,cs), -(209,141,l) -); -}, -{ -closed = 1; -nodes = ( -(209,591,l), -(226,591,ls), -(256,591,o), -(272,568,o), -(272,513,cs), -(272,465,o), -(261,433,o), -(226,433,cs), -(209,433,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(222,0,ls), -(373,0,o), -(450,71,o), -(450,212,cs), -(450,318,o), -(414,376,o), -(336,395,c), -(336,396,l), -(401,411,o), -(439,466,o), -(439,543,cs), -(439,666,o), -(373,729,o), -(244,729,cs), -(18,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(198,591,l), -(219,591,ls), -(248,591,o), -(263,568,o), -(263,519,cs), -(263,476,o), -(253,444,o), -(219,444,cs), -(182,444,l), -(182,320,l), -(215,320,ls), -(245,320,o), -(264,296,o), -(264,231,cs), -(264,172,o), -(252,141,o), -(214,141,cs), -(198,141,l) -); -} -); -width = 454; -}, -{ -anchors = ( -{ -name = bottom; -pos = (312,0); -}, -{ -name = top; -pos = (312,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(374,0,ls), -(518,0,o), -(610,79,o), -(610,208,cs), -(610,301,o), -(560,374,o), -(462,392,c), -(462,393,l), -(545,413,o), -(583,480,o), -(583,551,cs), -(583,655,o), -(505,729,o), -(371,729,cs), -(70,729,l), -(70,0,l) -); -}, -{ -closed = 1; -nodes = ( -(108,694,l), -(370,694,ls), -(476,694,o), -(545,636,o), -(545,546,cs), -(545,466,o), -(490,408,o), -(386,408,cs), -(99,408,l), -(99,373,l), -(392,373,ls), -(504,373,o), -(570,312,o), -(570,210,cs), -(570,105,o), -(503,36,o), -(374,36,cs), -(108,36,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -2, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -1, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -4 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -} -); -}; -width = 644; -}, -{ -anchors = ( -{ -name = bottom; -pos = (323,0); -}, -{ -name = top; -pos = (323,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(412,0,ls), -(587,0,o), -(685,68,o), -(685,212,cs), -(685,293,o), -(641,359,o), -(562,376,c), -(562,385,l), -(626,405,o), -(665,468,o), -(665,541,cs), -(665,654,o), -(592,729,o), -(439,729,cs), -(59,729,l), -(59,0,l) -); -}, -{ -closed = 1; -nodes = ( -(256,299,l), -(390,299,ls), -(443,299,o), -(479,278,o), -(479,224,cs), -(479,181,o), -(454,153,o), -(388,153,cs), -(256,153,l) -); -}, -{ -closed = 1; -nodes = ( -(256,576,l), -(380,576,ls), -(429,576,o), -(461,558,o), -(461,513,cs), -(461,473,o), -(439,446,o), -(381,446,cs), -(256,446,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(384,0,ls), -(559,0,o), -(657,68,o), -(657,214,cs), -(657,298,o), -(612,369,o), -(510,385,c), -(510,386,l), -(586,405,o), -(635,466,o), -(635,543,cs), -(635,654,o), -(562,729,o), -(409,729,cs), -(30,729,l), -(30,0,l) -); -}, -{ -closed = 1; -nodes = ( -(227,576,l), -(346,576,ls), -(398,576,o), -(425,555,o), -(425,515,cs), -(425,477,o), -(392,450,o), -(347,450,cs), -(211,450,l), -(211,303,l), -(358,303,ls), -(412,303,o), -(447,273,o), -(447,226,cs), -(447,181,o), -(422,153,o), -(356,153,cs), -(227,153,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 660; -}, -{ -anchors = ( -{ -name = bottom; -pos = (351,0); -}, -{ -name = top; -pos = (351,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(455,0,ls), -(598,0,o), -(689,78,o), -(689,206,cs), -(689,306,o), -(633,374,o), -(539,387,c), -(539,388,l), -(623,408,o), -(660,476,o), -(660,549,cs), -(660,654,o), -(581,729,o), -(446,729,cs), -(62,729,l), -(62,0,l) -); -}, -{ -closed = 1; -nodes = ( -(100,694,l), -(445,694,ls), -(552,694,o), -(622,635,o), -(622,544,cs), -(622,462,o), -(566,403,o), -(461,403,cs), -(91,403,l), -(91,368,l), -(473,368,ls), -(585,368,o), -(649,310,o), -(649,208,cs), -(649,104,o), -(583,36,o), -(455,36,cs), -(100,36,l) -); -} -); -width = 712; -}, -{ -anchors = ( -{ -name = bottom; -pos = (367,0); -}, -{ -name = top; -pos = (367,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(466,0,ls), -(677,0,o), -(761,86,o), -(761,206,cs), -(761,291,o), -(711,356,o), -(621,376,c), -(621,385,l), -(694,406,o), -(738,465,o), -(738,538,cs), -(738,667,o), -(646,729,o), -(479,729,cs), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(275,298,l), -(420,298,ls), -(485,298,o), -(518,279,o), -(518,228,cs), -(518,184,o), -(494,155,o), -(421,155,cs), -(275,155,l) -); -}, -{ -closed = 1; -nodes = ( -(275,573,l), -(411,573,ls), -(478,573,o), -(497,549,o), -(497,511,cs), -(497,472,o), -(474,447,o), -(410,447,cs), -(275,447,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(453,0,ls), -(646,0,o), -(744,71,o), -(744,212,cs), -(744,307,o), -(694,365,o), -(597,385,c), -(597,386,l), -(671,410,o), -(715,469,o), -(715,545,cs), -(715,665,o), -(627,729,o), -(459,729,cs), -(32,729,l), -(32,0,l) -); -}, -{ -closed = 1; -nodes = ( -(260,573,l), -(395,573,ls), -(451,573,o), -(489,559,o), -(489,514,cs), -(489,475,o), -(467,449,o), -(396,449,cs), -(244,449,l), -(244,300,l), -(411,300,ls), -(482,300,o), -(515,279,o), -(515,228,cs), -(515,184,o), -(491,155,o), -(411,155,cs), -(260,155,l) -); -} -); -width = 744; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = top; -pos = (317,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(392,0,ls), -(533,0,o), -(622,80,o), -(622,206,cs), -(622,294,o), -(573,367,o), -(478,386,c), -(478,389,l), -(555,408,o), -(592,472,o), -(592,549,cs), -(592,656,o), -(515,729,o), -(382,729,cs), -(105,729,l), -(105,0,l) -); -}, -{ -closed = 1; -nodes = ( -(142,694,l), -(381,694,ls), -(486,694,o), -(554,637,o), -(554,544,cs), -(554,460,o), -(502,403,o), -(403,403,cs), -(133,403,l), -(133,368,l), -(410,368,ls), -(520,368,o), -(582,308,o), -(582,208,cs), -(582,106,o), -(518,36,o), -(392,36,cs), -(142,36,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -2, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -1, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -4 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -} -); -}; -width = 685; -}, -{ -anchors = ( -{ -name = bottom; -pos = (348,0); -}, -{ -name = top; -pos = (348,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(417,0,ls), -(592,0,o), -(690,68,o), -(690,212,cs), -(690,293,o), -(646,359,o), -(567,376,c), -(567,385,l), -(631,405,o), -(670,468,o), -(670,541,cs), -(670,654,o), -(597,729,o), -(444,729,cs), -(64,729,l), -(64,0,l) -); -}, -{ -closed = 1; -nodes = ( -(261,299,l), -(395,299,ls), -(448,299,o), -(484,278,o), -(484,224,cs), -(484,181,o), -(459,153,o), -(393,153,cs), -(261,153,l) -); -}, -{ -closed = 1; -nodes = ( -(261,576,l), -(385,576,ls), -(434,576,o), -(466,558,o), -(466,513,cs), -(466,473,o), -(444,446,o), -(386,446,cs), -(261,446,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(406,0,ls), -(577,0,o), -(672,68,o), -(672,212,cs), -(672,296,o), -(630,360,o), -(532,376,c), -(532,388,l), -(605,406,o), -(653,462,o), -(653,541,cs), -(653,654,o), -(582,729,o), -(434,729,cs), -(62,729,l), -(62,0,l) -); -}, -{ -closed = 1; -nodes = ( -(257,576,l), -(374,576,ls), -(421,576,o), -(450,558,o), -(450,513,cs), -(450,473,o), -(431,446,o), -(375,446,cs), -(242,446,l), -(242,299,l), -(384,299,ls), -(434,299,o), -(468,278,o), -(468,224,cs), -(468,181,o), -(445,153,o), -(382,153,cs), -(257,153,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 715; -}, -{ -anchors = ( -{ -name = bottom; -pos = (137,0); -}, -{ -name = top; -pos = (288,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(118,0,ls), -(250,0,o), -(320,89,o), -(325,240,cs), -(327,301,o), -(303,351,o), -(260,369,c), -(260,372,l), -(333,397,o), -(382,485,o), -(386,587,cs), -(389,672,o), -(348,729,o), -(259,729,cs), -(164,729,l), -(12,0,l) -); -}, -{ -closed = 1; -nodes = ( -(117,359,l), -(192,359,ls), -(261,359,o), -(295,315,o), -(293,242,cs), -(288,106,o), -(227,29,o), -(124,29,cs), -(49,29,l) -); -}, -{ -closed = 1; -nodes = ( -(188,700,l), -(253,700,ls), -(317,700,o), -(357,668,o), -(354,588,cs), -(350,479,o), -(297,389,o), -(209,389,cs), -(125,389,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(118,0,ls), -(250,0,o), -(320,89,o), -(325,240,cs), -(327,301,o), -(303,351,o), -(247,370,c), -(247,373,l), -(335,398,o), -(386,490,o), -(386,596,cs), -(386,676,o), -(345,729,o), -(259,729,cs), -(164,729,l), -(12,0,l) -); -}, -{ -closed = 1; -nodes = ( -(188,700,l), -(253,700,ls), -(315,700,o), -(354,670,o), -(354,596,cs), -(354,484,o), -(299,389,o), -(209,389,cs), -(117,389,l), -(109,359,l), -(192,359,ls), -(261,359,o), -(295,315,o), -(293,242,cs), -(288,106,o), -(227,29,o), -(124,29,cs), -(49,29,l) -); -} -); -width = 371; -}, -{ -anchors = ( -{ -name = bottom; -pos = (187,0); -}, -{ -name = top; -pos = (338,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(174,0,ls), -(343,0,o), -(439,95,o), -(444,247,cs), -(446,303,o), -(427,353,o), -(381,375,c), -(383,380,l), -(447,401,o), -(496,474,o), -(499,569,cs), -(502,661,o), -(457,729,o), -(325,729,cs), -(125,729,l), -(-27,0,l) -); -}, -{ -closed = 1; -nodes = ( -(217,309,l), -(231,309,ls), -(260,309,o), -(273,289,o), -(271,253,cs), -(269,189,o), -(240,141,o), -(199,141,cs), -(180,141,l) -); -}, -{ -closed = 1; -nodes = ( -(275,590,l), -(290,590,ls), -(314,590,o), -(329,572,o), -(328,538,cs), -(326,482,o), -(297,433,o), -(258,433,cs), -(241,433,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,0,ls), -(358,0,o), -(444,114,o), -(444,242,cs), -(444,306,o), -(408,363,o), -(352,374,c), -(353,381,l), -(440,397,o), -(499,476,o), -(499,576,cs), -(499,668,o), -(444,729,o), -(325,729,cs), -(125,729,l), -(-27,0,l) -); -}, -{ -closed = 1; -nodes = ( -(275,590,l), -(290,590,ls), -(313,590,o), -(328,573,o), -(328,541,cs), -(328,484,o), -(298,433,o), -(258,433,cs), -(225,433,l), -(201,309,l), -(231,309,ls), -(258,309,o), -(271,292,o), -(271,260,cs), -(271,193,o), -(242,141,o), -(199,141,cs), -(180,141,l) -); -} -); -width = 468; -}, -{ -anchors = ( -{ -name = bottom; -pos = (286,0); -}, -{ -name = top; -pos = (437,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(361,0,ls), -(520,0,o), -(621,86,o), -(621,218,cs), -(621,296,o), -(577,354,o), -(500,373,c), -(501,377,l), -(593,399,o), -(658,466,o), -(658,563,cs), -(658,664,o), -(585,729,o), -(468,729,cs), -(191,729,l), -(40,0,l) -); -}, -{ -closed = 1; -nodes = ( -(222,693,l), -(468,693,ls), -(563,693,o), -(618,645,o), -(618,564,cs), -(618,457,o), -(541,393,o), -(415,393,cs), -(150,393,l), -(143,358,l), -(418,358,ls), -(517,358,o), -(581,309,o), -(581,220,cs), -(581,106,o), -(501,36,o), -(361,36,cs), -(85,36,l) -); -} -); -width = 685; -}, -{ -anchors = ( -{ -name = bottom; -pos = (304,0); -}, -{ -name = top; -pos = (455,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(368,0,ls), -(542,0,o), -(660,72,o), -(665,224,cs), -(668,296,o), -(632,355,o), -(578,370,c), -(580,379,l), -(647,398,o), -(706,464,o), -(709,555,cs), -(713,657,o), -(648,729,o), -(494,729,cs), -(154,729,l), -(3,0,l) -); -}, -{ -closed = 1; -nodes = ( -(261,300,l), -(393,300,ls), -(432,300,o), -(462,282,o), -(461,236,cs), -(459,182,o), -(424,153,o), -(366,153,cs), -(230,153,l) -); -}, -{ -closed = 1; -nodes = ( -(319,576,l), -(442,576,ls), -(482,576,o), -(505,557,o), -(503,522,cs), -(502,472,o), -(467,445,o), -(413,445,cs), -(292,445,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,0,ls), -(553,0,o), -(660,77,o), -(665,212,cs), -(668,289,o), -(625,351,o), -(556,371,c), -(557,378,l), -(648,403,o), -(703,467,o), -(706,550,cs), -(710,657,o), -(645,729,o), -(491,729,cs), -(154,729,l), -(3,0,l) -); -}, -{ -closed = 1; -nodes = ( -(319,576,l), -(438,576,ls), -(477,576,o), -(503,558,o), -(503,521,cs), -(503,474,o), -(469,445,o), -(415,445,cs), -(276,445,l), -(244,300,l), -(387,300,ls), -(431,300,o), -(461,280,o), -(461,238,cs), -(461,185,o), -(422,153,o), -(362,153,cs), -(230,153,l) -); -} -); -width = 704; -}, -{ -anchors = ( -{ -name = bottom; -pos = (315,0); -}, -{ -name = top; -pos = (466,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(402,0,ls), -(573,0,o), -(673,83,o), -(678,221,cs), -(681,295,o), -(635,357,o), -(567,372,c), -(567,375,l), -(661,395,o), -(728,468,o), -(732,564,cs), -(735,669,o), -(673,729,o), -(537,729,cs), -(169,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(201,694,l), -(530,694,ls), -(639,694,o), -(695,647,o), -(692,562,cs), -(688,456,o), -(613,391,o), -(483,391,cs), -(129,391,l), -(120,356,l), -(485,356,ls), -(590,356,o), -(641,307,o), -(638,219,cs), -(634,104,o), -(550,36,o), -(409,36,cs), -(63,36,l) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = bottom; -pos = (336,0); -}, -{ -name = top; -pos = (487,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(425,0,ls), -(622,0,o), -(739,81,o), -(739,220,cs), -(739,303,o), -(692,353,o), -(630,371,c), -(631,378,l), -(727,403,o), -(781,467,o), -(781,556,cs), -(781,665,o), -(704,729,o), -(549,729,cs), -(143,729,l), -(-9,0,l) -); -}, -{ -closed = 1; -nodes = ( -(338,573,l), -(472,573,ls), -(520,573,o), -(550,559,o), -(550,520,cs), -(550,469,o), -(516,446,o), -(448,446,cs), -(295,446,l), -(265,297,l), -(424,297,ls), -(478,297,o), -(511,281,o), -(511,238,cs), -(511,181,o), -(474,155,o), -(397,155,cs), -(251,155,l) -); -} -); -width = 764; -} -); -metricLeft = H; -unicode = 66; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/C_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/C_.glyph deleted file mode 100644 index 79ddb6cb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/C_.glyph +++ /dev/null @@ -1,1254 +0,0 @@ -{ -glyphname = C; -kernLeft = KO_O; -kernRight = KO_C; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (242,0); -}, -{ -name = top; -pos = (242,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-89,140,o), -(38,-10,o), -(273,-10,cs), -(491,-10,o), -(636,121,o), -(636,365,cs), -(636,587,o), -(510,738,o), -(273,738,cs), -(55,738,o), -(-89,607,o), -(-89,365,cs) -); -}, -{ -closed = 1; -nodes = ( -(125,481,o), -(176,562,o), -(273,562,cs), -(363,562,o), -(423,491,o), -(423,365,cs), -(423,247,o), -(372,166,o), -(273,166,cs), -(184,166,o), -(125,235,o), -(125,365,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(385,-9,o), -(462,69,o), -(467,270,c), -(297,270,l), -(293,190,o), -(286,147,o), -(248,147,cs), -(209,147,o), -(197,203,o), -(197,365,cs), -(197,515,o), -(206,583,o), -(248,583,cs), -(284,583,o), -(292,546,o), -(297,465,c), -(467,465,l), -(458,668,o), -(383,739,o), -(247,739,cs), -(67,739,o), -(16,593,o), -(16,365,cs), -(16,136,o), -(65,-9,o), -(235,-9,cs) -); -} -); -width = 481; -}, -{ -anchors = ( -{ -name = bottom; -pos = (208,0); -}, -{ -name = top; -pos = (208,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(428,-8,o), -(525,71,o), -(539,238,c), -(499,238,l), -(484,87,o), -(402,28,o), -(294,28,cs), -(140,28,o), -(76,150,o), -(76,337,cs), -(76,394,ls), -(76,581,o), -(140,703,o), -(294,703,cs), -(402,703,o), -(484,644,o), -(499,493,c), -(539,493,l), -(525,660,o), -(428,739,o), -(294,739,cs), -(107,739,o), -(35,605,o), -(35,366,cs), -(35,126,o), -(107,-8,o), -(294,-8,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(299,-10,o), -(361,39,o), -(372,234,c), -(340,234,l), -(330,88,o), -(297,19,o), -(209,19,cs), -(105,19,o), -(78,159,o), -(78,364,cs), -(78,570,o), -(105,709,o), -(210,709,cs), -(293,709,o), -(329,650,o), -(340,495,c), -(372,495,l), -(364,642,o), -(331,739,o), -(210,738,cs), -(113,737,o), -(45,666,o), -(45,364,cs), -(45,65,o), -(113,-10,o), -(210,-10,cs) -); -} -); -width = 403; -}, -{ -anchors = ( -{ -name = bottom; -pos = (401,0); -}, -{ -name = top; -pos = (401,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(607,-8,o), -(745,88,o), -(768,238,c), -(729,238,l), -(706,111,o), -(589,28,o), -(417,28,cs), -(205,28,o), -(76,162,o), -(76,364,cs), -(76,566,o), -(205,700,o), -(417,700,cs), -(582,700,o), -(703,620,o), -(729,494,c), -(768,494,l), -(739,643,o), -(603,736,o), -(417,736,cs), -(188,736,o), -(36,587,o), -(36,364,cs), -(36,142,o), -(187,-8,o), -(417,-8,cs) -); -} -); -width = 797; -}, -{ -anchors = ( -{ -name = bottom; -pos = (422,0); -}, -{ -name = top; -pos = (422,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(813,97,o), -(832,259,c), -(604,259,l), -(588,204,o), -(517,170,o), -(437,170,cs), -(320,170,o), -(243,230,o), -(243,365,cs), -(243,500,o), -(320,560,o), -(437,560,cs), -(518,560,o), -(585,524,o), -(602,471,c), -(832,471,l), -(813,630,o), -(669,739,o), -(437,739,cs), -(166,739,o), -(12,592,o), -(12,365,cs), -(12,138,o), -(166,-10,o), -(437,-10,cs) -); -} -); -width = 838; -}, -{ -anchors = ( -{ -name = bottom; -pos = (178,0); -}, -{ -name = top; -pos = (178,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(418,-8,o), -(515,71,o), -(529,238,c), -(489,238,l), -(474,87,o), -(392,28,o), -(284,28,cs), -(130,28,o), -(66,150,o), -(66,337,cs), -(66,394,ls), -(66,581,o), -(130,703,o), -(284,703,cs), -(392,703,o), -(474,644,o), -(489,493,c), -(529,493,l), -(515,660,o), -(418,739,o), -(284,739,cs), -(97,739,o), -(25,605,o), -(25,366,cs), -(25,126,o), -(97,-8,o), -(284,-8,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,-10,o), -(318,65,o), -(325,250,c), -(293,250,l), -(286,88,o), -(257,19,o), -(181,19,cs), -(92,19,o), -(61,117,o), -(61,364,cs), -(61,611,o), -(91,709,o), -(181,709,cs), -(251,709,o), -(283,649,o), -(292,478,c), -(324,478,l), -(316,662,o), -(274,738,o), -(181,738,cs), -(67,738,o), -(28,630,o), -(28,364,cs), -(28,96,o), -(68,-10,o), -(181,-10,cs) -); -} -); -width = 348; -}, -{ -anchors = ( -{ -name = bottom; -pos = (233,0); -}, -{ -name = top; -pos = (233,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-89,140,o), -(38,-10,o), -(273,-10,cs), -(491,-10,o), -(636,121,o), -(636,365,cs), -(636,587,o), -(510,738,o), -(273,738,cs), -(55,738,o), -(-89,607,o), -(-89,365,cs) -); -}, -{ -closed = 1; -nodes = ( -(125,481,o), -(176,562,o), -(273,562,cs), -(363,562,o), -(423,491,o), -(423,365,cs), -(423,247,o), -(372,166,o), -(273,166,cs), -(184,166,o), -(125,235,o), -(125,365,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,-9,o), -(457,73,o), -(463,289,c), -(285,289,l), -(281,180,o), -(270,147,o), -(239,147,cs), -(204,147,o), -(193,203,o), -(193,365,cs), -(193,515,o), -(201,583,o), -(239,583,cs), -(269,583,o), -(280,550,o), -(285,447,c), -(463,447,l), -(453,658,o), -(391,739,o), -(238,739,cs), -(56,739,o), -(5,593,o), -(5,365,cs), -(5,136,o), -(54,-9,o), -(226,-9,cs) -); -} -); -width = 466; -}, -{ -anchors = ( -{ -name = bottom; -pos = (392,0); -}, -{ -name = top; -pos = (392,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(578,-8,o), -(703,87,o), -(724,237,c), -(684,238,l), -(664,111,o), -(559,28,o), -(405,28,cs), -(216,28,o), -(101,162,o), -(101,364,cs), -(101,566,o), -(216,700,o), -(405,700,cs), -(558,700,o), -(662,615,o), -(684,494,c), -(724,494,l), -(698,643,o), -(574,736,o), -(405,736,cs), -(198,736,o), -(60,586,o), -(60,364,cs), -(60,143,o), -(197,-8,o), -(405,-8,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(568,-8,o), -(688,87,o), -(710,246,c), -(670,246,l), -(649,109,o), -(544,28,o), -(385,28,cs), -(194,28,o), -(76,163,o), -(76,364,cs), -(76,565,o), -(193,700,o), -(385,700,cs), -(541,700,o), -(647,620,o), -(670,486,c), -(710,486,l), -(683,643,o), -(562,736,o), -(385,736,cs), -(174,736,o), -(35,588,o), -(35,364,cs), -(35,142,o), -(173,-8,o), -(385,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 734; -}, -{ -anchors = ( -{ -name = bottom; -pos = (362,0); -}, -{ -name = top; -pos = (362,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(590,-10,o), -(732,98,o), -(749,258,c), -(544,258,l), -(530,200,o), -(470,162,o), -(401,162,c), -(401,-10,l) -); -}, -{ -closed = 1; -nodes = ( -(177,739,o), -(27,607,o), -(27,365,cs), -(27,122,o), -(177,-10,o), -(401,-10,c), -(401,162,l), -(301,162,o), -(235,220,o), -(235,365,cs), -(235,509,o), -(301,567,o), -(401,567,c), -(401,739,l) -); -}, -{ -closed = 1; -nodes = ( -(474,567,o), -(528,528,o), -(544,472,c), -(749,472,l), -(732,631,o), -(595,739,o), -(401,739,c), -(401,567,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(583,-10,o), -(717,94,o), -(738,270,c), -(524,270,l), -(508,201,o), -(446,162,o), -(375,162,cs), -(278,162,o), -(212,220,o), -(212,365,cs), -(212,509,o), -(278,567,o), -(375,567,cs), -(451,567,o), -(506,527,o), -(524,460,c), -(738,460,l), -(717,635,o), -(583,739,o), -(375,739,cs), -(151,739,o), -(2,607,o), -(2,365,cs), -(2,122,o), -(151,-10,o), -(375,-10,cs) -); -} -); -width = 737; -}, -{ -anchors = ( -{ -name = bottom; -pos = (391,0); -}, -{ -name = top; -pos = (391,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(600,-8,o), -(740,88,o), -(766,240,c), -(727,240,l), -(701,110,o), -(576,28,o), -(407,28,cs), -(195,28,o), -(66,162,o), -(66,364,cs), -(66,566,o), -(195,700,o), -(407,700,cs), -(574,700,o), -(698,620,o), -(726,493,c), -(765,493,l), -(734,642,o), -(595,736,o), -(407,736,cs), -(178,736,o), -(26,587,o), -(26,364,cs), -(26,142,o), -(177,-8,o), -(407,-8,cs) -); -} -); -width = 786; -}, -{ -anchors = ( -{ -name = bottom; -pos = (415,0); -}, -{ -name = top; -pos = (415,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(670,-10,o), -(826,102,o), -(848,297,c), -(612,297,l), -(592,213,o), -(531,170,o), -(430,170,cs), -(314,170,o), -(238,230,o), -(238,365,cs), -(238,499,o), -(314,559,o), -(430,559,cs), -(531,559,o), -(590,518,o), -(613,430,c), -(848,430,l), -(825,626,o), -(670,739,o), -(430,739,cs), -(158,739,o), -(3,592,o), -(3,365,cs), -(3,138,o), -(158,-10,o), -(430,-10,cs) -); -} -); -width = 848; -}, -{ -anchors = ( -{ -name = bottom; -pos = (410,0); -}, -{ -name = top; -pos = (410,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(581,-8,o), -(706,87,o), -(727,237,c), -(687,238,l), -(667,111,o), -(562,28,o), -(408,28,cs), -(219,28,o), -(104,162,o), -(104,364,cs), -(104,566,o), -(219,700,o), -(408,700,cs), -(561,700,o), -(665,615,o), -(687,494,c), -(727,494,l), -(701,643,o), -(577,736,o), -(408,736,cs), -(201,736,o), -(63,586,o), -(63,364,cs), -(63,143,o), -(200,-8,o), -(408,-8,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(549,-8,o), -(656,77,o), -(684,214,c), -(646,214,l), -(622,101,o), -(531,28,o), -(403,28,cs), -(231,28,o), -(127,163,o), -(127,364,cs), -(127,565,o), -(230,700,o), -(403,700,cs), -(532,700,o), -(622,624,o), -(646,514,c), -(684,514,l), -(655,651,o), -(547,736,o), -(403,736,cs), -(212,736,o), -(88,588,o), -(88,364,cs), -(88,142,o), -(211,-8,o), -(403,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 765; -}, -{ -anchors = ( -{ -name = bottom; -pos = (386,0); -}, -{ -name = top; -pos = (386,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(599,-10,o), -(741,98,o), -(758,258,c), -(553,258,l), -(539,200,o), -(479,162,o), -(410,162,c), -(410,-10,l) -); -}, -{ -closed = 1; -nodes = ( -(186,739,o), -(36,607,o), -(36,365,cs), -(36,122,o), -(186,-10,o), -(410,-10,c), -(410,162,l), -(310,162,o), -(244,220,o), -(244,365,cs), -(244,509,o), -(310,567,o), -(410,567,c), -(410,739,l) -); -}, -{ -closed = 1; -nodes = ( -(483,567,o), -(537,528,o), -(553,472,c), -(758,472,l), -(741,631,o), -(604,739,o), -(410,739,c), -(410,567,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(579,-10,o), -(714,98,o), -(730,258,c), -(527,258,l), -(515,201,o), -(461,162,o), -(400,162,cs), -(312,162,o), -(252,220,o), -(252,365,cs), -(252,509,o), -(312,567,o), -(400,567,cs), -(466,567,o), -(513,526,o), -(527,472,c), -(730,472,l), -(714,631,o), -(583,739,o), -(400,739,cs), -(188,739,o), -(47,607,o), -(47,365,cs), -(47,122,o), -(188,-10,o), -(400,-10,cs) -); -} -); -width = 759; -}, -{ -anchors = ( -{ -name = bottom; -pos = (164,0); -}, -{ -name = top; -pos = (298,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(248,-9,o), -(326,46,o), -(364,234,c), -(333,234,l), -(301,100,o), -(256,20,o), -(170,20,cs), -(49,20,o), -(62,185,o), -(101,374,cs), -(147,593,o), -(204,708,o), -(294,708,cs), -(396,708,o), -(402,617,o), -(387,495,c), -(418,495,l), -(441,652,o), -(412,738,o), -(298,738,cs), -(199,738,o), -(126,645,o), -(69,375,cs), -(27,177,o), -(12,-9,o), -(167,-9,cs) -); -} -); -width = 401; -}, -{ -anchors = ( -{ -name = bottom; -pos = (206,0); -}, -{ -name = top; -pos = (341,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,-9,o), -(422,73,o), -(463,270,c), -(295,270,l), -(274,187,o), -(258,145,o), -(222,147,cs), -(182,149,o), -(180,204,o), -(215,370,cs), -(246,522,o), -(270,584,o), -(311,582,cs), -(347,580,o), -(346,536,o), -(336,464,c), -(502,464,l), -(528,641,o), -(483,739,o), -(322,739,cs), -(170,739,o), -(88,616,o), -(39,382,cs), -(-8,154,o), -(3,-9,o), -(204,-9,cs) -); -} -); -width = 476; -}, -{ -anchors = ( -{ -name = bottom; -pos = (353,0); -}, -{ -name = top; -pos = (467,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(515,-10,o), -(655,84,o), -(692,237,c), -(654,237,l), -(619,112,o), -(507,27,o), -(359,27,cs), -(207,27,o), -(109,127,o), -(115,309,cs), -(123,547,o), -(258,703,o), -(462,703,cs), -(600,703,o), -(694,615,o), -(698,493,c), -(733,493,l), -(732,638,o), -(623,739,o), -(462,739,cs), -(241,739,o), -(84,566,o), -(75,309,cs), -(69,118,o), -(179,-10,o), -(354,-10,cs) -); -} -); -width = 741; -}, -{ -anchors = ( -{ -name = bottom; -pos = (378,0); -}, -{ -name = top; -pos = (472,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(574,-9,o), -(705,93,o), -(733,255,c), -(529,255,l), -(508,190,o), -(459,157,o), -(381,159,cs), -(304,161,o), -(250,215,o), -(254,329,cs), -(259,473,o), -(328,569,o), -(439,569,cs), -(512,569,o), -(565,531,o), -(572,469,c), -(774,469,l), -(770,628,o), -(638,737,o), -(440,737,cs), -(214,737,o), -(56,580,o), -(47,337,cs), -(40,129,o), -(162,-9,o), -(391,-9,cs) -); -} -); -width = 759; -}, -{ -anchors = ( -{ -name = bottom; -pos = (370,0); -}, -{ -name = top; -pos = (478,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(569,-9,o), -(717,80,o), -(765,236,c), -(726,236,l), -(680,109,o), -(564,27,o), -(400,27,cs), -(214,27,o), -(92,133,o), -(99,330,cs), -(107,559,o), -(251,703,o), -(473,703,cs), -(626,703,o), -(743,620,o), -(765,497,c), -(803,497,l), -(783,642,o), -(652,739,o), -(475,739,cs), -(235,739,o), -(68,575,o), -(59,333,cs), -(52,121,o), -(185,-9,o), -(395,-9,cs) -); -} -); -width = 796; -}, -{ -anchors = ( -{ -name = bottom; -pos = (410,0); -}, -{ -name = top; -pos = (506,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(632,-10,o), -(802,87,o), -(836,255,c), -(605,255,l), -(584,199,o), -(514,169,o), -(436,169,cs), -(328,169,o), -(257,231,o), -(261,350,cs), -(265,470,o), -(336,561,o), -(471,561,cs), -(554,561,o), -(621,525,o), -(637,465,c), -(867,465,l), -(858,628,o), -(705,738,o), -(479,738,cs), -(219,738,o), -(40,580,o), -(32,341,cs), -(24,128,o), -(169,-10,o), -(422,-10,cs) -); -} -); -width = 844; -} -); -unicode = 67; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/C_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/C_acute.glyph deleted file mode 100644 index 82915453..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/C_acute.glyph +++ /dev/null @@ -1,249 +0,0 @@ -{ -color = 6; -glyphname = Cacute; -kernLeft = KO_O; -kernRight = KO_C; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = C; -}, -{ -pos = (152,57); -ref = acutecomb; -} -); -width = 403; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = C; -}, -{ -pos = (130,51); -ref = acutecomb; -} -); -width = 481; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = C; -}, -{ -pos = (343,57); -ref = acutecomb; -} -); -width = 797; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = C; -}, -{ -pos = (305,56); -ref = acutecomb; -} -); -width = 838; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = C; -}, -{ -pos = (142,57); -ref = acutecomb; -} -); -width = 348; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = C; -}, -{ -pos = (131,51); -ref = acutecomb; -} -); -width = 466; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (357,57); -ref = acutecomb; -} -); -width = 771; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (270,51); -ref = acutecomb; -} -); -width = 734; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (343,57); -ref = acutecomb; -} -); -width = 797; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = C; -}, -{ -pos = (308,56); -ref = acutecomb; -} -); -width = 848; -}, -{ -layerId = m019; -shapes = ( -{ -ref = C; -}, -{ -pos = (354,57); -ref = acutecomb; -} -); -width = 765; -}, -{ -layerId = m020; -shapes = ( -{ -ref = C; -}, -{ -pos = (276,51); -ref = acutecomb; -} -); -width = 759; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = C; -}, -{ -pos = (157,57); -ref = acutecomb; -} -); -width = 401; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = C; -}, -{ -pos = (146,51); -ref = acutecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = C; -}, -{ -pos = (325,57); -ref = acutecomb; -} -); -width = 741; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = C; -}, -{ -pos = (277,51); -ref = acutecomb; -} -); -width = 759; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = C; -}, -{ -pos = (335,57); -ref = acutecomb; -} -); -width = 796; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = C; -}, -{ -pos = (306,56); -ref = acutecomb; -} -); -width = 844; -} -); -unicode = 262; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/C_caron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/C_caron.glyph deleted file mode 100644 index d377df20..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/C_caron.glyph +++ /dev/null @@ -1,249 +0,0 @@ -{ -color = 6; -glyphname = Ccaron; -kernLeft = KO_O; -kernRight = KO_C; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = C; -}, -{ -pos = (79,57); -ref = caroncomb; -} -); -width = 403; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = C; -}, -{ -pos = (25,51); -ref = caroncomb; -} -); -width = 481; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = C; -}, -{ -pos = (222,57); -ref = caroncomb; -} -); -width = 797; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = C; -}, -{ -pos = (131,56); -ref = caroncomb; -} -); -width = 838; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = C; -}, -{ -pos = (69,57); -ref = caroncomb; -} -); -width = 348; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = C; -}, -{ -pos = (26,51); -ref = caroncomb; -} -); -width = 466; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (248,57); -ref = caroncomb; -} -); -width = 771; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (135,51); -ref = caroncomb; -} -); -width = 734; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (222,57); -ref = caroncomb; -} -); -width = 797; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = C; -}, -{ -pos = (134,56); -ref = caroncomb; -} -); -width = 848; -}, -{ -layerId = m019; -shapes = ( -{ -ref = C; -}, -{ -pos = (247,57); -ref = caroncomb; -} -); -width = 765; -}, -{ -layerId = m020; -shapes = ( -{ -ref = C; -}, -{ -pos = (147,51); -ref = caroncomb; -} -); -width = 759; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = C; -}, -{ -pos = (84,57); -ref = caroncomb; -} -); -width = 401; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = C; -}, -{ -pos = (45,51); -ref = caroncomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = C; -}, -{ -pos = (216,57); -ref = caroncomb; -} -); -width = 741; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = C; -}, -{ -pos = (138,51); -ref = caroncomb; -} -); -width = 759; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = C; -}, -{ -pos = (212,57); -ref = caroncomb; -} -); -width = 796; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = C; -}, -{ -pos = (132,56); -ref = caroncomb; -} -); -width = 844; -} -); -unicode = 268; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/C_cedilla.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/C_cedilla.glyph deleted file mode 100644 index 4713d90c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/C_cedilla.glyph +++ /dev/null @@ -1,249 +0,0 @@ -{ -color = 6; -glyphname = Ccedilla; -kernLeft = KO_O; -kernRight = KO_C; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = C; -}, -{ -pos = (67,0); -ref = cedillacomb; -} -); -width = 403; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = C; -}, -{ -pos = (36,0); -ref = cedillacomb; -} -); -width = 481; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = C; -}, -{ -pos = (248,0); -ref = cedillacomb; -} -); -width = 797; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = C; -}, -{ -pos = (197,0); -ref = cedillacomb; -} -); -width = 838; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = C; -}, -{ -pos = (57,0); -ref = cedillacomb; -} -); -width = 348; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = C; -}, -{ -pos = (37,0); -ref = cedillacomb; -} -); -width = 466; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (268,0); -ref = cedillacomb; -} -); -width = 771; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (164,0); -ref = cedillacomb; -} -); -width = 734; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (248,0); -ref = cedillacomb; -} -); -width = 797; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = C; -}, -{ -pos = (200,0); -ref = cedillacomb; -} -); -width = 848; -}, -{ -layerId = m019; -shapes = ( -{ -ref = C; -}, -{ -pos = (265,0); -ref = cedillacomb; -} -); -width = 765; -}, -{ -layerId = m020; -shapes = ( -{ -ref = C; -}, -{ -pos = (176,0); -ref = cedillacomb; -} -); -width = 759; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = C; -}, -{ -pos = (90,0); -ref = cedillacomb; -} -); -width = 401; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = C; -}, -{ -pos = (55,0); -ref = cedillacomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = C; -}, -{ -pos = (267,0); -ref = cedillacomb; -} -); -width = 741; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = C; -}, -{ -pos = (219,0); -ref = cedillacomb; -} -); -width = 759; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = C; -}, -{ -pos = (269,0); -ref = cedillacomb; -} -); -width = 796; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = C; -}, -{ -pos = (234,0); -ref = cedillacomb; -} -); -width = 844; -} -); -unicode = 199; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/C_circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/C_circumflex.glyph deleted file mode 100644 index c1e48e63..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/C_circumflex.glyph +++ /dev/null @@ -1,249 +0,0 @@ -{ -color = 6; -glyphname = Ccircumflex; -kernLeft = KO_O; -kernRight = KO_C; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = C; -}, -{ -pos = (79,57); -ref = circumflexcomb; -} -); -width = 403; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = C; -}, -{ -pos = (25,51); -ref = circumflexcomb; -} -); -width = 481; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = C; -}, -{ -pos = (222,57); -ref = circumflexcomb; -} -); -width = 797; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = C; -}, -{ -pos = (131,56); -ref = circumflexcomb; -} -); -width = 838; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = C; -}, -{ -pos = (69,57); -ref = circumflexcomb; -} -); -width = 348; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = C; -}, -{ -pos = (26,51); -ref = circumflexcomb; -} -); -width = 466; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (248,57); -ref = circumflexcomb; -} -); -width = 771; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (135,51); -ref = circumflexcomb; -} -); -width = 734; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (222,57); -ref = circumflexcomb; -} -); -width = 797; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = C; -}, -{ -pos = (134,56); -ref = circumflexcomb; -} -); -width = 848; -}, -{ -layerId = m019; -shapes = ( -{ -ref = C; -}, -{ -pos = (247,57); -ref = circumflexcomb; -} -); -width = 765; -}, -{ -layerId = m020; -shapes = ( -{ -ref = C; -}, -{ -pos = (147,51); -ref = circumflexcomb; -} -); -width = 759; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = C; -}, -{ -pos = (83,57); -ref = circumflexcomb; -} -); -width = 401; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = C; -}, -{ -pos = (39,51); -ref = circumflexcomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = C; -}, -{ -pos = (215,57); -ref = circumflexcomb; -} -); -width = 741; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = C; -}, -{ -pos = (143,51); -ref = circumflexcomb; -} -); -width = 759; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = C; -}, -{ -pos = (212,57); -ref = circumflexcomb; -} -); -width = 796; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = C; -}, -{ -pos = (130,56); -ref = circumflexcomb; -} -); -width = 844; -} -); -unicode = 264; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/C_dotaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/C_dotaccent.glyph deleted file mode 100644 index e33fed8a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/C_dotaccent.glyph +++ /dev/null @@ -1,249 +0,0 @@ -{ -color = 6; -glyphname = Cdotaccent; -kernLeft = KO_O; -kernRight = KO_C; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = C; -}, -{ -pos = (145,57); -ref = dotaccentcomb; -} -); -width = 403; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = C; -}, -{ -pos = (108,51); -ref = dotaccentcomb; -} -); -width = 481; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = C; -}, -{ -pos = (329,57); -ref = dotaccentcomb; -} -); -width = 797; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = C; -}, -{ -pos = (264,56); -ref = dotaccentcomb; -} -); -width = 838; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = C; -}, -{ -pos = (135,62); -ref = dotaccentcomb; -} -); -width = 348; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = C; -}, -{ -pos = (109,51); -ref = dotaccentcomb; -} -); -width = 466; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (340,57); -ref = dotaccentcomb; -} -); -width = 771; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (245,51); -ref = dotaccentcomb; -} -); -width = 734; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (329,57); -ref = dotaccentcomb; -} -); -width = 797; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = C; -}, -{ -pos = (267,56); -ref = dotaccentcomb; -} -); -width = 848; -}, -{ -layerId = m019; -shapes = ( -{ -ref = C; -}, -{ -pos = (337,79); -ref = dotaccentcomb; -} -); -width = 765; -}, -{ -layerId = m020; -shapes = ( -{ -ref = C; -}, -{ -pos = (253,65); -ref = dotaccentcomb; -} -); -width = 759; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = C; -}, -{ -pos = (144,57); -ref = dotaccentcomb; -} -); -width = 401; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = C; -}, -{ -pos = (123,51); -ref = dotaccentcomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = C; -}, -{ -pos = (310,57); -ref = dotaccentcomb; -} -); -width = 741; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = C; -}, -{ -pos = (247,51); -ref = dotaccentcomb; -} -); -width = 759; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = C; -}, -{ -pos = (321,57); -ref = dotaccentcomb; -} -); -width = 796; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = C; -}, -{ -pos = (262,56); -ref = dotaccentcomb; -} -); -width = 844; -} -); -unicode = 266; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/C_dotaccent.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/C_dotaccent.ss01.glyph deleted file mode 100644 index 9eef31b6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/C_dotaccent.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Cdotaccent.ss01; -kernLeft = KO_O; -kernRight = KO_C; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = C; -}, -{ -pos = (153,57); -ref = dotaccentcomb.ss01; -} -); -width = 403; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = C; -}, -{ -pos = (113,51); -ref = dotaccentcomb.ss01; -} -); -width = 481; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = C; -}, -{ -pos = (342,57); -ref = dotaccentcomb.ss01; -} -); -width = 797; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = C; -}, -{ -pos = (271,56); -ref = dotaccentcomb.ss01; -} -); -width = 838; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (153,57); -ref = dotaccentcomb.ss01; -} -); -width = 403; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = C; -}, -{ -pos = (114,51); -ref = dotaccentcomb.ss01; -} -); -width = 466; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (353,57); -ref = dotaccentcomb.ss01; -} -); -width = 771; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = C; -}, -{ -pos = (247,51); -ref = dotaccentcomb.ss01; -} -); -width = 737; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = C; -}, -{ -pos = (342,57); -ref = dotaccentcomb.ss01; -} -); -width = 786; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = C; -}, -{ -pos = (274,56); -ref = dotaccentcomb.ss01; -} -); -width = 848; -}, -{ -layerId = m019; -shapes = ( -{ -ref = C; -}, -{ -pos = (350,57); -ref = dotaccentcomb.ss01; -} -); -width = 765; -}, -{ -layerId = m020; -shapes = ( -{ -ref = C; -}, -{ -pos = (252,51); -ref = dotaccentcomb.ss01; -} -); -width = 759; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = C; -}, -{ -pos = (158,57); -ref = dotaccentcomb.ss01; -} -); -width = 401; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = C; -}, -{ -pos = (129,51); -ref = dotaccentcomb.ss01; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = C; -}, -{ -pos = (323,57); -ref = dotaccentcomb.ss01; -} -); -width = 741; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = C; -}, -{ -pos = (252,51); -ref = dotaccentcomb.ss01; -} -); -width = 759; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = C; -}, -{ -pos = (334,57); -ref = dotaccentcomb.ss01; -} -); -width = 796; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = C; -}, -{ -pos = (271,51); -ref = dotaccentcomb.ss01; -} -); -width = 844; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/D_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/D_.glyph deleted file mode 100644 index f4c454ec..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/D_.glyph +++ /dev/null @@ -1,1065 +0,0 @@ -{ -glyphname = D; -kernLeft = KO_H; -kernRight = KO_D; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (250,0); -}, -{ -name = center; -pos = (126,365); -}, -{ -name = top; -pos = (250,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,0,ls), -(425,0,o), -(475,149,o), -(475,364,cs), -(475,634,o), -(381,729,o), -(191,729,cs), -(29,729,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(208,572,l), -(223,572,ls), -(277,572,o), -(295,524,o), -(295,368,cs), -(295,227,o), -(285,157,o), -(223,157,cs), -(208,157,l) -); -} -); -width = 490; -}, -{ -anchors = ( -{ -name = bottom; -pos = (210,0); -}, -{ -name = center; -pos = (82,365); -}, -{ -name = top; -pos = (210,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(173,0,ls), -(328,0,o), -(380,150,o), -(380,365,cs), -(380,581,o), -(324,729,o), -(173,729,cs), -(66,729,l), -(66,0,l) -); -}, -{ -closed = 1; -nodes = ( -(97,701,l), -(174,701,ls), -(277,701,o), -(347,620,o), -(347,365,cs), -(347,109,o), -(277,28,o), -(174,28,cs), -(97,28,l) -); -} -); -width = 418; -}, -{ -anchors = ( -{ -name = bottom; -pos = (395,0); -}, -{ -name = center; -pos = (120,365); -}, -{ -name = top; -pos = (395,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(380,0,ls), -(608,0,o), -(748,144,o), -(748,364,cs), -(748,585,o), -(608,729,o), -(380,729,cs), -(72,729,l), -(72,0,l) -); -}, -{ -closed = 1; -nodes = ( -(110,693,l), -(380,693,ls), -(581,693,o), -(709,570,o), -(709,365,cs), -(709,167,o), -(587,37,o), -(380,37,cs), -(110,37,l) -); -} -); -width = 785; -}, -{ -anchors = ( -{ -name = bottom; -pos = (410,0); -}, -{ -name = center; -pos = (183,365); -}, -{ -name = top; -pos = (410,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(415,0,ls), -(652,0,o), -(805,121,o), -(805,364,cs), -(805,583,o), -(679,729,o), -(415,729,cs), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(275,554,l), -(368,554,ls), -(490,554,o), -(574,513,o), -(574,368,cs), -(574,244,o), -(520,175,o), -(368,175,cs), -(275,175,l) -); -} -); -width = 818; -}, -{ -anchors = ( -{ -name = bottom; -pos = (176,0); -}, -{ -name = center; -pos = (58,365); -}, -{ -name = top; -pos = (176,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(134,0,ls), -(272,0,o), -(326,107,o), -(326,365,cs), -(326,623,o), -(272,729,o), -(134,729,cs), -(42,729,l), -(42,0,l) -); -}, -{ -closed = 1; -nodes = ( -(73,701,l), -(135,701,ls), -(250,701,o), -(293,603,o), -(293,365,cs), -(293,126,o), -(250,28,o), -(135,28,cs), -(73,28,l) -); -} -); -width = 351; -}, -{ -anchors = ( -{ -name = bottom; -pos = (239,0); -}, -{ -name = center; -pos = (115,365); -}, -{ -name = top; -pos = (239,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(181,0,ls), -(378,0,o), -(465,96,o), -(465,364,cs), -(465,624,o), -(378,729,o), -(181,729,cs), -(18,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(197,572,l), -(211,572,ls), -(267,572,o), -(278,517,o), -(278,368,cs), -(278,205,o), -(267,157,o), -(211,157,cs), -(197,157,l) -); -} -); -width = 476; -}, -{ -anchors = ( -{ -name = bottom; -pos = (352,0); -}, -{ -name = center; -pos = (108,365); -}, -{ -name = top; -pos = (352,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(355,0,ls), -(555,0,o), -(676,144,o), -(676,364,cs), -(676,585,o), -(555,729,o), -(355,729,cs), -(70,729,l), -(70,0,l) -); -}, -{ -closed = 1; -nodes = ( -(108,693,l), -(354,693,ls), -(526,693,o), -(636,570,o), -(636,365,cs), -(636,167,o), -(531,37,o), -(354,37,cs), -(108,37,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 712; -}, -{ -anchors = ( -{ -name = bottom; -pos = (346,0); -}, -{ -name = center; -pos = (161,365); -}, -{ -name = top; -pos = (346,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(388,0,ls), -(612,0,o), -(730,147,o), -(730,364,cs), -(730,581,o), -(613,729,o), -(388,729,cs), -(59,729,l), -(59,0,l) -); -}, -{ -closed = 1; -nodes = ( -(262,557,l), -(352,557,ls), -(447,557,o), -(518,527,o), -(518,368,cs), -(518,198,o), -(443,172,o), -(352,172,cs), -(262,172,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(357,0,ls), -(583,0,o), -(702,147,o), -(702,364,cs), -(702,581,o), -(584,729,o), -(357,729,cs), -(30,729,l), -(30,0,l) -); -}, -{ -closed = 1; -nodes = ( -(233,558,l), -(322,558,ls), -(419,558,o), -(492,526,o), -(492,368,cs), -(492,200,o), -(415,171,o), -(322,171,cs), -(233,171,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 705; -}, -{ -anchors = ( -{ -name = bottom; -pos = (385,0); -}, -{ -name = center; -pos = (110,365); -}, -{ -name = top; -pos = (385,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(370,0,ls), -(598,0,o), -(738,144,o), -(738,364,cs), -(738,585,o), -(598,729,o), -(370,729,cs), -(62,729,l), -(62,0,l) -); -}, -{ -closed = 1; -nodes = ( -(100,693,l), -(370,693,ls), -(571,693,o), -(699,570,o), -(699,365,cs), -(699,167,o), -(577,37,o), -(370,37,cs), -(100,37,l) -); -} -); -width = 776; -}, -{ -anchors = ( -{ -name = bottom; -pos = (395,0); -}, -{ -name = center; -pos = (168,365); -}, -{ -name = top; -pos = (395,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(400,0,ls), -(637,0,o), -(790,121,o), -(790,364,cs), -(790,583,o), -(664,729,o), -(400,729,cs), -(32,729,l), -(32,0,l) -); -}, -{ -closed = 1; -nodes = ( -(260,554,l), -(353,554,ls), -(475,554,o), -(559,513,o), -(559,368,cs), -(559,244,o), -(505,175,o), -(353,175,cs), -(260,175,l) -); -} -); -width = 804; -}, -{ -anchors = ( -{ -name = bottom; -pos = (355,0); -}, -{ -name = center; -pos = (142,365); -}, -{ -name = top; -pos = (355,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(358,0,ls), -(554,0,o), -(673,144,o), -(673,364,cs), -(673,585,o), -(554,729,o), -(358,729,cs), -(105,729,l), -(105,0,l) -); -}, -{ -closed = 1; -nodes = ( -(142,693,l), -(357,693,ls), -(527,693,o), -(635,570,o), -(635,365,cs), -(635,167,o), -(532,37,o), -(357,37,cs), -(142,37,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 731; -}, -{ -anchors = ( -{ -name = bottom; -pos = (366,0); -}, -{ -name = center; -pos = (187,365); -}, -{ -name = top; -pos = (366,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(388,0,ls), -(612,0,o), -(730,147,o), -(730,364,cs), -(730,581,o), -(613,729,o), -(388,729,cs), -(59,729,l), -(59,0,l) -); -}, -{ -closed = 1; -nodes = ( -(262,557,l), -(352,557,ls), -(447,557,o), -(518,527,o), -(518,368,cs), -(518,198,o), -(443,172,o), -(352,172,cs), -(262,172,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(377,0,ls), -(586,0,o), -(710,135,o), -(710,364,cs), -(710,593,o), -(586,729,o), -(377,729,cs), -(57,729,l), -(57,0,l) -); -}, -{ -closed = 1; -nodes = ( -(258,558,l), -(343,558,ls), -(453,558,o), -(505,497,o), -(505,368,cs), -(505,234,o), -(453,171,o), -(343,171,cs), -(258,171,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 736; -}, -{ -anchors = ( -{ -name = bottom; -pos = (167,0); -}, -{ -name = center; -pos = (118,365); -}, -{ -name = top; -pos = (270,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(118,0,ls), -(276,0,o), -(410,221,o), -(420,516,cs), -(425,655,o), -(374,729,o), -(270,729,cs), -(163,729,l), -(12,0,l) -); -}, -{ -closed = 1; -nodes = ( -(188,699,l), -(265,699,ls), -(348,699,o), -(393,643,o), -(389,520,cs), -(379,248,o), -(262,30,o), -(125,30,cs), -(49,30,l) -); -} -); -width = 416; -}, -{ -anchors = ( -{ -name = bottom; -pos = (200,0); -}, -{ -name = center; -pos = (138,365); -}, -{ -name = top; -pos = (301,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(134,0,ls), -(380,0,o), -(450,148,o), -(491,360,cs), -(539,612,o), -(467,729,o), -(267,729,cs), -(124,729,l), -(-27,0,l) -); -}, -{ -closed = 1; -nodes = ( -(270,572,l), -(285,572,ls), -(337,572,o), -(343,534,o), -(314,371,cs), -(287,220,o), -(253,157,o), -(203,157,cs), -(184,157,l) -); -} -); -width = 488; -}, -{ -anchors = ( -{ -name = bottom; -pos = (302,0); -}, -{ -name = center; -pos = (151,365); -}, -{ -name = top; -pos = (419,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(318,0,ls), -(537,0,o), -(692,169,o), -(701,418,cs), -(707,604,o), -(598,729,o), -(419,729,cs), -(191,729,l), -(40,0,l) -); -}, -{ -closed = 1; -nodes = ( -(221,693,l), -(418,693,ls), -(571,693,o), -(666,593,o), -(660,419,cs), -(652,189,o), -(517,36,o), -(322,36,cs), -(83,36,l) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = bottom; -pos = (311,0); -}, -{ -name = center; -pos = (209,365); -}, -{ -name = top; -pos = (445,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(316,0,ls), -(563,0,o), -(726,166,o), -(735,428,cs), -(741,609,o), -(633,729,o), -(445,729,cs), -(154,729,l), -(3,0,l) -); -}, -{ -closed = 1; -nodes = ( -(320,561,l), -(397,561,ls), -(477,561,o), -(531,518,o), -(527,414,cs), -(522,255,o), -(446,168,o), -(316,168,cs), -(239,168,l) -); -} -); -width = 739; -}, -{ -anchors = ( -{ -name = bottom; -pos = (351,0); -}, -{ -name = center; -pos = (131,365); -}, -{ -name = top; -pos = (418,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(325,0,ls), -(594,0,o), -(761,153,o), -(770,410,cs), -(777,624,o), -(638,729,o), -(418,729,cs), -(169,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(200,693,l), -(414,693,ls), -(638,693,o), -(735,582,o), -(729,410,cs), -(721,179,o), -(581,37,o), -(340,37,cs), -(63,37,l) -); -} -); -width = 783; -}, -{ -anchors = ( -{ -name = bottom; -pos = (363,0); -}, -{ -name = center; -pos = (180,365); -}, -{ -name = top; -pos = (468,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(362,0,ls), -(638,0,o), -(814,158,o), -(823,410,cs), -(831,623,o), -(690,729,o), -(468,729,cs), -(142,729,l), -(-9,0,l) -); -}, -{ -closed = 1; -nodes = ( -(332,554,l), -(429,554,ls), -(530,554,o), -(596,509,o), -(592,398,cs), -(587,260,o), -(503,175,o), -(368,175,cs), -(254,175,l) -); -} -); -width = 813; -} -); -metricLeft = H; -unicode = 68; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/D_caron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/D_caron.glyph deleted file mode 100644 index b0773c75..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/D_caron.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Dcaron; -kernLeft = KO_H; -kernRight = KO_D; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = D; -}, -{ -pos = (81,57); -ref = caroncomb; -} -); -width = 418; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = D; -}, -{ -pos = (33,51); -ref = caroncomb; -} -); -width = 490; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = D; -}, -{ -pos = (216,57); -ref = caroncomb; -} -); -width = 785; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = D; -}, -{ -pos = (119,56); -ref = caroncomb; -} -); -width = 818; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = D; -}, -{ -pos = (67,57); -ref = caroncomb; -} -); -width = 351; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = D; -}, -{ -pos = (32,51); -ref = caroncomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = D; -}, -{ -pos = (208,57); -ref = caroncomb; -} -); -width = 712; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = D; -}, -{ -pos = (120,51); -ref = caroncomb; -} -); -width = 705; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = D; -}, -{ -alignment = -1; -pos = (216,57); -ref = caroncomb; -} -); -width = 785; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = D; -}, -{ -pos = (114,56); -ref = caroncomb; -} -); -width = 804; -}, -{ -layerId = m019; -shapes = ( -{ -ref = D; -}, -{ -pos = (192,57); -ref = caroncomb; -} -); -width = 731; -}, -{ -layerId = m020; -shapes = ( -{ -ref = D; -}, -{ -pos = (127,51); -ref = caroncomb; -} -); -width = 736; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = D; -}, -{ -pos = (56,57); -ref = caroncomb; -} -); -width = 416; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = D; -}, -{ -pos = (5,51); -ref = caroncomb; -} -); -width = 488; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = D; -}, -{ -pos = (168,57); -ref = caroncomb; -} -); -width = 731; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = D; -}, -{ -pos = (111,51); -ref = caroncomb; -} -); -width = 739; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = D; -}, -{ -pos = (152,57); -ref = caroncomb; -} -); -width = 783; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = D; -}, -{ -pos = (94,56); -ref = caroncomb; -} -); -width = 813; -} -); -unicode = 270; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/D_croat.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/D_croat.glyph deleted file mode 100644 index aa0a64c4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/D_croat.glyph +++ /dev/null @@ -1,171 +0,0 @@ -{ -color = 6; -glyphname = Dcroat; -kernRight = KO_Dcroat; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Eth; -} -); -width = 425; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Eth; -} -); -width = 504; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Eth; -} -); -width = 860; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Eth; -} -); -width = 839; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Eth; -} -); -width = 385; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Eth; -} -); -width = 484; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = Eth; -} -); -width = 745; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Eth; -} -); -width = 744; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = Eth; -} -); -width = 820; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Eth; -} -); -width = 809; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Eth; -} -); -width = 774; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Eth; -} -); -width = 785; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Eth; -} -); -width = 421; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Eth; -} -); -width = 510; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Eth; -} -); -width = 778; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Eth; -} -); -width = 779; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Eth; -} -); -width = 869; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Eth; -} -); -width = 856; -} -); -unicode = 272; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_.glyph deleted file mode 100644 index 2a016132..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_.glyph +++ /dev/null @@ -1,1004 +0,0 @@ -{ -glyphname = E; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (190,0); -}, -{ -name = ogonek; -pos = (361,0); -}, -{ -name = top; -pos = (190,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(361,0,l), -(361,157,l), -(181,157,l), -(206,132,l), -(206,597,l), -(181,572,l), -(361,572,l), -(361,729,l), -(29,729,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(347,299,l), -(347,445,l), -(181,445,l), -(181,299,l) -); -} -); -width = 380; -}, -{ -anchors = ( -{ -name = bottom; -pos = (184,0); -}, -{ -name = ogonek; -pos = (302,0); -}, -{ -name = top; -pos = (184,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,0,l), -(302,28,l), -(92,28,l), -(97,23,l), -(97,706,l), -(92,701,l), -(302,701,l), -(302,729,l), -(66,729,l), -(66,0,l) -); -}, -{ -closed = 1; -nodes = ( -(271,361,l), -(271,389,l), -(92,389,l), -(92,361,l) -); -} -); -width = 312; -}, -{ -anchors = ( -{ -name = bottom; -pos = (336,0); -}, -{ -name = ogonek; -pos = (638,0); -}, -{ -name = top; -pos = (336,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(638,0,l), -(638,37,l), -(85,37,l), -(110,12,l), -(110,718,l), -(85,693,l), -(638,693,l), -(638,729,l), -(72,729,l), -(72,0,l) -); -}, -{ -closed = 1; -nodes = ( -(590,358,l), -(590,392,l), -(95,392,l), -(95,358,l) -); -} -); -width = 660; -}, -{ -anchors = ( -{ -name = bottom; -pos = (368,0); -}, -{ -name = ogonek; -pos = (688,0); -}, -{ -name = top; -pos = (366,729); -}, -{ -name = topleft; -pos = (13,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,0,l), -(688,179,l), -(231,179,l), -(276,134,l), -(276,595,l), -(231,550,l), -(685,550,l), -(685,729,l), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(635,282,l), -(635,449,l), -(231,449,l), -(231,282,l) -); -} -); -width = 710; -}, -{ -anchors = ( -{ -name = bottom; -pos = (160,0); -}, -{ -name = ogonek; -pos = (278,0); -}, -{ -name = top; -pos = (160,729); -}, -{ -name = topleft; -pos = (-3,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,0,l), -(278,28,l), -(68,28,l), -(73,23,l), -(73,706,l), -(68,701,l), -(278,701,l), -(278,729,l), -(42,729,l), -(42,0,l) -); -}, -{ -closed = 1; -nodes = ( -(258,361,l), -(258,389,l), -(68,389,l), -(68,361,l) -); -} -); -width = 278; -}, -{ -anchors = ( -{ -name = bottom; -pos = (179,0); -}, -{ -name = ogonek; -pos = (350,0); -}, -{ -name = top; -pos = (179,729); -}, -{ -name = topleft; -pos = (10,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,0,l), -(350,157,l), -(170,157,l), -(195,132,l), -(195,597,l), -(170,572,l), -(350,572,l), -(350,729,l), -(18,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(340,299,l), -(340,445,l), -(170,445,l), -(170,299,l) -); -} -); -width = 359; -}, -{ -anchors = ( -{ -name = bottom; -pos = (286,0); -}, -{ -name = ogonek; -pos = (551,0); -}, -{ -name = top; -pos = (286,729); -}, -{ -name = topleft; -pos = (-13,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(551,0,l), -(551,37,l), -(97,37,l), -(108,26,l), -(108,704,l), -(97,693,l), -(551,693,l), -(551,729,l), -(70,729,l), -(70,0,l) -); -}, -{ -closed = 1; -nodes = ( -(503,358,l), -(503,392,l), -(97,392,l), -(97,358,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 568; -}, -{ -anchors = ( -{ -name = bottom; -pos = (295,0); -}, -{ -name = ogonek; -pos = (583,0); -}, -{ -name = top; -pos = (295,729); -}, -{ -name = topleft; -pos = (-19,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(583,0,l), -(583,172,l), -(191,172,l), -(233,130,l), -(233,599,l), -(191,557,l), -(580,557,l), -(580,729,l), -(30,729,l), -(30,0,l) -); -}, -{ -closed = 1; -nodes = ( -(530,288,l), -(530,449,l), -(191,449,l), -(191,288,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 591; -}, -{ -anchors = ( -{ -name = bottom; -pos = (326,0); -}, -{ -name = ogonek; -pos = (628,0); -}, -{ -name = top; -pos = (326,729); -}, -{ -name = topleft; -pos = (11,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(628,0,l), -(628,37,l), -(75,37,l), -(100,12,l), -(100,718,l), -(75,693,l), -(628,693,l), -(628,729,l), -(62,729,l), -(62,0,l) -); -}, -{ -closed = 1; -nodes = ( -(580,358,l), -(580,392,l), -(85,392,l), -(85,358,l) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (353,0); -}, -{ -name = ogonek; -pos = (673,0); -}, -{ -name = top; -pos = (351,729); -}, -{ -name = topleft; -pos = (-2,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(673,0,l), -(673,179,l), -(216,179,l), -(261,134,l), -(261,595,l), -(216,550,l), -(670,550,l), -(670,729,l), -(32,729,l), -(32,0,l) -); -}, -{ -closed = 1; -nodes = ( -(620,282,l), -(620,449,l), -(216,449,l), -(216,282,l) -); -} -); -width = 680; -}, -{ -anchors = ( -{ -name = bottom; -pos = (337,0); -}, -{ -name = ogonek; -pos = (576,0); -}, -{ -name = top; -pos = (337,729); -}, -{ -name = topleft; -pos = (24,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(586,0,l), -(586,37,l), -(132,37,l), -(143,26,l), -(143,704,l), -(132,693,l), -(586,693,l), -(586,729,l), -(105,729,l), -(105,0,l) -); -}, -{ -closed = 1; -nodes = ( -(540,358,l), -(540,392,l), -(132,392,l), -(132,358,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 623; -}, -{ -anchors = ( -{ -name = bottom; -pos = (315,0); -}, -{ -name = ogonek; -pos = (595,0); -}, -{ -name = top; -pos = (315,729); -}, -{ -name = topleft; -pos = (11,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(595,0,l), -(595,172,l), -(217,172,l), -(258,130,l), -(258,599,l), -(217,557,l), -(592,557,l), -(592,729,l), -(57,729,l), -(57,0,l) -); -}, -{ -closed = 1; -nodes = ( -(544,288,l), -(544,449,l), -(217,449,l), -(217,288,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 627; -}, -{ -anchors = ( -{ -name = bottom; -pos = (119,0); -}, -{ -name = ogonek; -pos = (246,0); -}, -{ -name = top; -pos = (270,729); -}, -{ -name = topleft; -pos = (130,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(246,0,l), -(252,28,l), -(39,28,l), -(46,17,l), -(191,714,l), -(176,701,l), -(392,701,l), -(397,729,l), -(163,729,l), -(12,0,l) -); -}, -{ -closed = 1; -nodes = ( -(291,361,l), -(296,389,l), -(112,389,l), -(104,361,l) -); -} -); -width = 310; -}, -{ -anchors = ( -{ -name = bottom; -pos = (138,0); -}, -{ -name = ogonek; -pos = (302,0); -}, -{ -name = top; -pos = (289,729); -}, -{ -name = topleft; -pos = (125,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,0,l), -(334,157,l), -(135,157,l), -(171,113,l), -(275,616,l), -(221,572,l), -(422,572,l), -(453,729,l), -(125,729,l), -(-27,0,l) -); -}, -{ -closed = 1; -nodes = ( -(349,299,l), -(380,445,l), -(195,445,l), -(165,299,l) -); -} -); -width = 378; -}, -{ -anchors = ( -{ -name = bottom; -pos = (273,0); -}, -{ -name = ogonek; -pos = (506,0); -}, -{ -name = top; -pos = (424,729); -}, -{ -name = topleft; -pos = (118,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(506,0,l), -(513,36,l), -(73,36,l), -(80,22,l), -(224,710,l), -(209,693,l), -(650,693,l), -(657,729,l), -(191,729,l), -(40,0,l) -); -}, -{ -closed = 1; -nodes = ( -(535,358,l), -(542,392,l), -(148,392,l), -(144,358,l) -); -} -); -width = 597; -}, -{ -anchors = ( -{ -name = bottom; -pos = (272,0); -}, -{ -name = ogonek; -pos = (541,0); -}, -{ -name = top; -pos = (423,729); -}, -{ -name = topleft; -pos = (115,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(541,0,l), -(576,172,l), -(195,172,l), -(231,128,l), -(328,601,l), -(274,557,l), -(653,557,l), -(689,729,l), -(154,729,l), -(3,0,l) -); -}, -{ -closed = 1; -nodes = ( -(549,285,l), -(582,446,l), -(251,446,l), -(218,285,l) -); -} -); -width = 631; -}, -{ -anchors = ( -{ -name = bottom; -pos = (297,0); -}, -{ -name = ogonek; -pos = (576,0); -}, -{ -name = top; -pos = (448,729); -}, -{ -name = topleft; -pos = (128,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(576,0,l), -(584,37,l), -(48,37,l), -(60,21,l), -(205,715,l), -(181,693,l), -(720,693,l), -(727,729,l), -(169,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(605,358,l), -(612,392,l), -(130,392,l), -(122,358,l) -); -} -); -width = 653; -}, -{ -anchors = ( -{ -name = bottom; -pos = (308,0); -}, -{ -name = ogonek; -pos = (625,0); -}, -{ -name = top; -pos = (458,729); -}, -{ -name = topleft; -pos = (118,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(625,0,l), -(662,179,l), -(210,179,l), -(246,135,l), -(342,594,l), -(288,550,l), -(736,550,l), -(773,729,l), -(142,729,l), -(-9,0,l) -); -}, -{ -closed = 1; -nodes = ( -(631,282,l), -(666,449,l), -(267,449,l), -(232,282,l) -); -} -); -width = 703; -} -); -metricLeft = H; -unicode = 69; -userData = { -KernOnName = E; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_acute.glyph deleted file mode 100644 index 210e0acb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_acute.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Eacute; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (128,57); -ref = acutecomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (78,51); -ref = acutecomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (278,57); -ref = acutecomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (249,56); -ref = acutecomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (124,57); -ref = acutecomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (77,51); -ref = acutecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (251,57); -ref = acutecomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (204,51); -ref = acutecomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (278,57); -ref = acutecomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (244,56); -ref = acutecomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (281,57); -ref = acutecomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (205,51); -ref = acutecomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (129,57); -ref = acutecomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (94,51); -ref = acutecomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (282,57); -ref = acutecomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (228,51); -ref = acutecomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (305,57); -ref = acutecomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (258,56); -ref = acutecomb; -} -); -width = 703; -} -); -unicode = 201; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_breve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_breve.glyph deleted file mode 100644 index b01cf6a2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_breve.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Ebreve; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (60,57); -ref = brevecomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-5,51); -ref = brevecomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (162,57); -ref = brevecomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (127,56); -ref = brevecomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (56,57); -ref = brevecomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-6,51); -ref = brevecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (138,51); -ref = brevecomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (97,51); -ref = brevecomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (162,57); -ref = brevecomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (122,56); -ref = brevecomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (170,51); -ref = brevecomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (104,51); -ref = brevecomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (56,57); -ref = brevecomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (9,51); -ref = brevecomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (168,57); -ref = brevecomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (111,51); -ref = brevecomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (183,57); -ref = brevecomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (136,51); -ref = brevecomb; -} -); -width = 703; -} -); -unicode = 276; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_caron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_caron.glyph deleted file mode 100644 index ba1a0f9a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_caron.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Ecaron; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,57); -ref = caroncomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-27,51); -ref = caroncomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (157,57); -ref = caroncomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (75,56); -ref = caroncomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (51,57); -ref = caroncomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-28,51); -ref = caroncomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (142,57); -ref = caroncomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (69,51); -ref = caroncomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (157,57); -ref = caroncomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (70,56); -ref = caroncomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (174,57); -ref = caroncomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (76,51); -ref = caroncomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (56,57); -ref = caroncomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-7,51); -ref = caroncomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (173,57); -ref = caroncomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (89,51); -ref = caroncomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (182,57); -ref = caroncomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (84,56); -ref = caroncomb; -} -); -width = 703; -} -); -unicode = 282; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflex.glyph deleted file mode 100644 index 455c4a55..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflex.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Ecircumflex; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,57); -ref = circumflexcomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-27,51); -ref = circumflexcomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (157,57); -ref = circumflexcomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (75,56); -ref = circumflexcomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (51,57); -ref = circumflexcomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-28,51); -ref = circumflexcomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (142,57); -ref = circumflexcomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (69,51); -ref = circumflexcomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (157,57); -ref = circumflexcomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (70,56); -ref = circumflexcomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (174,57); -ref = circumflexcomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (76,51); -ref = circumflexcomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,57); -ref = circumflexcomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-13,51); -ref = circumflexcomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (172,57); -ref = circumflexcomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (94,51); -ref = circumflexcomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (182,57); -ref = circumflexcomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (82,56); -ref = circumflexcomb; -} -); -width = 703; -} -); -unicode = 202; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexacute.glyph deleted file mode 100644 index 8d24d24a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexacute.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Ecircumflexacute; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,57); -ref = circumflexcomb_acutecomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-16,51); -ref = circumflexcomb_acutecomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (157,57); -ref = circumflexcomb_acutecomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (99,56); -ref = circumflexcomb_acutecomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (51,57); -ref = circumflexcomb_acutecomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-17,51); -ref = circumflexcomb_acutecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (142,57); -ref = circumflexcomb_acutecomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (69,51); -ref = circumflexcomb_acutecomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (157,57); -ref = circumflexcomb_acutecomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (94,56); -ref = circumflexcomb_acutecomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (174,57); -ref = circumflexcomb_acutecomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (75,51); -ref = circumflexcomb_acutecomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,57); -ref = circumflexcomb_acutecomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-1,51); -ref = circumflexcomb_acutecomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (172,57); -ref = circumflexcomb_acutecomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (96,51); -ref = circumflexcomb_acutecomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (182,57); -ref = circumflexcomb_acutecomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (105,56); -ref = circumflexcomb_acutecomb; -} -); -width = 703; -} -); -unicode = 7870; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexdotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexdotbelow.glyph deleted file mode 100644 index 54dbf542..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexdotbelow.glyph +++ /dev/null @@ -1,317 +0,0 @@ -{ -color = 6; -glyphname = Ecircumflexdotbelow; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (121,0); -ref = dotbelowcomb; -}, -{ -pos = (55,57); -ref = circumflexcomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (72,0); -ref = dotbelowcomb; -}, -{ -pos = (-27,51); -ref = circumflexcomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (264,0); -ref = dotbelowcomb; -}, -{ -pos = (157,57); -ref = circumflexcomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (215,0); -ref = dotbelowcomb; -}, -{ -pos = (75,56); -ref = circumflexcomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (117,0); -ref = dotbelowcomb; -}, -{ -pos = (51,57); -ref = circumflexcomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (71,0); -ref = dotbelowcomb; -}, -{ -pos = (-28,51); -ref = circumflexcomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (234,0); -ref = dotbelowcomb; -}, -{ -pos = (142,57); -ref = circumflexcomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (191,0); -ref = dotbelowcomb; -}, -{ -pos = (69,51); -ref = circumflexcomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (264,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (157,57); -ref = circumflexcomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (210,0); -ref = dotbelowcomb; -}, -{ -pos = (70,56); -ref = circumflexcomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (264,0); -ref = dotbelowcomb; -}, -{ -pos = (174,57); -ref = circumflexcomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (194,0); -ref = dotbelowcomb; -}, -{ -pos = (76,51); -ref = circumflexcomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (109,0); -ref = dotbelowcomb; -}, -{ -pos = (55,57); -ref = circumflexcomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (73,0); -ref = dotbelowcomb; -}, -{ -pos = (-13,51); -ref = circumflexcomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (255,0); -ref = dotbelowcomb; -}, -{ -pos = (172,57); -ref = circumflexcomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (201,0); -ref = dotbelowcomb; -}, -{ -pos = (94,51); -ref = circumflexcomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (280,0); -ref = dotbelowcomb; -}, -{ -pos = (182,57); -ref = circumflexcomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (211,0); -ref = dotbelowcomb; -}, -{ -pos = (82,56); -ref = circumflexcomb; -} -); -width = 703; -} -); -unicode = 7878; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexdotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexdotbelow.ss01.glyph deleted file mode 100644 index f00e3d77..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexdotbelow.ss01.glyph +++ /dev/null @@ -1,312 +0,0 @@ -{ -color = 6; -glyphname = Ecircumflexdotbelow.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (129,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (55,57); -ref = circumflexcomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (61,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-27,51); -ref = circumflexcomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (157,57); -ref = circumflexcomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (227,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (75,56); -ref = circumflexcomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (125,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (51,57); -ref = circumflexcomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (60,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-28,51); -ref = circumflexcomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (247,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (142,57); -ref = circumflexcomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (180,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (69,51); -ref = circumflexcomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (157,57); -ref = circumflexcomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (222,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (70,56); -ref = circumflexcomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (174,57); -ref = circumflexcomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (181,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (76,51); -ref = circumflexcomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (117,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (55,57); -ref = circumflexcomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (64,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-13,51); -ref = circumflexcomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (268,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (172,57); -ref = circumflexcomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (192,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (94,51); -ref = circumflexcomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (291,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (182,57); -ref = circumflexcomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (225,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (82,56); -ref = circumflexcomb; -} -); -width = 703; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexgrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexgrave.glyph deleted file mode 100644 index b83481da..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexgrave.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Ecircumflexgrave; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,57); -ref = circumflexcomb_gravecomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-16,51); -ref = circumflexcomb_gravecomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (157,57); -ref = circumflexcomb_gravecomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (99,56); -ref = circumflexcomb_gravecomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (51,57); -ref = circumflexcomb_gravecomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-17,51); -ref = circumflexcomb_gravecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (142,57); -ref = circumflexcomb_gravecomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (69,51); -ref = circumflexcomb_gravecomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (157,57); -ref = circumflexcomb_gravecomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (94,56); -ref = circumflexcomb_gravecomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (174,57); -ref = circumflexcomb_gravecomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (75,51); -ref = circumflexcomb_gravecomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,57); -ref = circumflexcomb_gravecomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-1,51); -ref = circumflexcomb_gravecomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (172,57); -ref = circumflexcomb_gravecomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (96,51); -ref = circumflexcomb_gravecomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (182,57); -ref = circumflexcomb_gravecomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (105,56); -ref = circumflexcomb_gravecomb; -} -); -width = 703; -} -); -unicode = 7872; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexhookabove.glyph deleted file mode 100644 index 96623532..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflexhookabove.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Ecircumflexhookabove; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-16,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (157,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (99,56); -ref = circumflexcomb_hookabovecomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (51,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-17,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (142,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (69,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (157,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (94,56); -ref = circumflexcomb_hookabovecomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (174,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (75,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-1,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (172,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (96,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (182,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (105,56); -ref = circumflexcomb_hookabovecomb; -} -); -width = 703; -} -); -unicode = 7874; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflextilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflextilde.glyph deleted file mode 100644 index b6aec9aa..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_circumflextilde.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Ecircumflextilde; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,57); -ref = circumflexcomb_tildecomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-16,51); -ref = circumflexcomb_tildecomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (157,57); -ref = circumflexcomb_tildecomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (99,56); -ref = circumflexcomb_tildecomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (51,57); -ref = circumflexcomb_tildecomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-17,51); -ref = circumflexcomb_tildecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (142,57); -ref = circumflexcomb_tildecomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (69,51); -ref = circumflexcomb_tildecomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (157,57); -ref = circumflexcomb_tildecomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (94,56); -ref = circumflexcomb_tildecomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (174,57); -ref = circumflexcomb_tildecomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (76,51); -ref = circumflexcomb_tildecomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,57); -ref = circumflexcomb_tildecomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-2,51); -ref = circumflexcomb_tildecomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (165,57); -ref = circumflexcomb_tildecomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (96,51); -ref = circumflexcomb_tildecomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (182,57); -ref = circumflexcomb_tildecomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (113,56); -ref = circumflexcomb_tildecomb; -} -); -width = 703; -} -); -unicode = 7876; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_dieresis.glyph deleted file mode 100644 index c2e19fb7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dieresis.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Edieresis; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (66,57); -ref = dieresiscomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-35,51); -ref = dieresiscomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (159,57); -ref = dieresiscomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (83,51); -ref = dieresiscomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (62,57); -ref = dieresiscomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-36,51); -ref = dieresiscomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (144,57); -ref = dieresiscomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (73,51); -ref = dieresiscomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (159,57); -ref = dieresiscomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (78,51); -ref = dieresiscomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (176,57); -ref = dieresiscomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (80,51); -ref = dieresiscomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (61,57); -ref = dieresiscomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-28,51); -ref = dieresiscomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (177,57); -ref = dieresiscomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (94,51); -ref = dieresiscomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (186,57); -ref = dieresiscomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (89,51); -ref = dieresiscomb; -} -); -width = 703; -} -); -unicode = 203; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_dieresis.ss01.glyph deleted file mode 100644 index 5c779ae8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dieresis.ss01.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Edieresis.ss01; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (77,57); -ref = dieresiscomb.ss01; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-34,51); -ref = dieresiscomb.ss01; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (192,57); -ref = dieresiscomb.ss01; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (105,51); -ref = dieresiscomb.ss01; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (73,57); -ref = dieresiscomb.ss01; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-35,51); -ref = dieresiscomb.ss01; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (171,57); -ref = dieresiscomb.ss01; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (85,51); -ref = dieresiscomb.ss01; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (192,57); -ref = dieresiscomb.ss01; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (100,51); -ref = dieresiscomb.ss01; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (201,57); -ref = dieresiscomb.ss01; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (92,51); -ref = dieresiscomb.ss01; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (74,57); -ref = dieresiscomb.ss01; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-20,51); -ref = dieresiscomb.ss01; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (199,57); -ref = dieresiscomb.ss01; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (110,51); -ref = dieresiscomb.ss01; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (223,57); -ref = dieresiscomb.ss01; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (118,51); -ref = dieresiscomb.ss01; -} -); -width = 703; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotaccent.glyph deleted file mode 100644 index 6dd2fab8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotaccent.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Edotaccent; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (121,57); -ref = dotaccentcomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (56,51); -ref = dotaccentcomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (264,57); -ref = dotaccentcomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (208,56); -ref = dotaccentcomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (117,62); -ref = dotaccentcomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (55,51); -ref = dotaccentcomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (234,62); -ref = dotaccentcomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (179,51); -ref = dotaccentcomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (264,57); -ref = dotaccentcomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (203,56); -ref = dotaccentcomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (264,79); -ref = dotaccentcomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (182,65); -ref = dotaccentcomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (116,57); -ref = dotaccentcomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (71,51); -ref = dotaccentcomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (267,57); -ref = dotaccentcomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (198,51); -ref = dotaccentcomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (291,57); -ref = dotaccentcomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (214,56); -ref = dotaccentcomb; -} -); -width = 703; -} -); -unicode = 278; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotaccent.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotaccent.ss01.glyph deleted file mode 100644 index 5c532283..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotaccent.ss01.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Edotaccent.ss01; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (129,57); -ref = dotaccentcomb.ss01; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (61,51); -ref = dotaccentcomb.ss01; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (277,57); -ref = dotaccentcomb.ss01; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (215,56); -ref = dotaccentcomb.ss01; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (125,57); -ref = dotaccentcomb.ss01; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (60,51); -ref = dotaccentcomb.ss01; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (247,57); -ref = dotaccentcomb.ss01; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (180,51); -ref = dotaccentcomb.ss01; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (277,57); -ref = dotaccentcomb.ss01; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (210,56); -ref = dotaccentcomb.ss01; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (277,57); -ref = dotaccentcomb.ss01; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (181,51); -ref = dotaccentcomb.ss01; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (130,57); -ref = dotaccentcomb.ss01; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (77,51); -ref = dotaccentcomb.ss01; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (280,57); -ref = dotaccentcomb.ss01; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (203,51); -ref = dotaccentcomb.ss01; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (304,57); -ref = dotaccentcomb.ss01; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (223,51); -ref = dotaccentcomb.ss01; -} -); -width = 703; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotbelow.glyph deleted file mode 100644 index c13207e7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotbelow.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Edotbelow; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (121,0); -ref = dotbelowcomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (72,0); -ref = dotbelowcomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (264,0); -ref = dotbelowcomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (215,0); -ref = dotbelowcomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (117,0); -ref = dotbelowcomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (71,0); -ref = dotbelowcomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (234,0); -ref = dotbelowcomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (191,0); -ref = dotbelowcomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (264,0); -ref = dotbelowcomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (210,0); -ref = dotbelowcomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (264,0); -ref = dotbelowcomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (194,0); -ref = dotbelowcomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (109,0); -ref = dotbelowcomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (73,0); -ref = dotbelowcomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (255,0); -ref = dotbelowcomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (201,0); -ref = dotbelowcomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (280,0); -ref = dotbelowcomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (211,0); -ref = dotbelowcomb; -} -); -width = 703; -} -); -unicode = 7864; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotbelow.ss01.glyph deleted file mode 100644 index 6ed6528f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_dotbelow.ss01.glyph +++ /dev/null @@ -1,241 +0,0 @@ -{ -color = 6; -glyphname = Edotbelow.ss01; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (129,0); -ref = dotbelowcomb.ss01; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (61,0); -ref = dotbelowcomb.ss01; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (227,0); -ref = dotbelowcomb.ss01; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (125,0); -ref = dotbelowcomb.ss01; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (60,0); -ref = dotbelowcomb.ss01; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (247,0); -ref = dotbelowcomb.ss01; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (180,0); -ref = dotbelowcomb.ss01; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (222,0); -ref = dotbelowcomb.ss01; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (181,0); -ref = dotbelowcomb.ss01; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (117,0); -ref = dotbelowcomb.ss01; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (64,0); -ref = dotbelowcomb.ss01; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (268,0); -ref = dotbelowcomb.ss01; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (192,0); -ref = dotbelowcomb.ss01; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (291,0); -ref = dotbelowcomb.ss01; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (225,0); -ref = dotbelowcomb.ss01; -} -); -width = 703; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_grave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_grave.glyph deleted file mode 100644 index 73daf203..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_grave.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Egrave; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (50,57); -ref = gravecomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-19,51); -ref = gravecomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (192,57); -ref = gravecomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (132,56); -ref = gravecomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (46,57); -ref = gravecomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-20,51); -ref = gravecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (172,57); -ref = gravecomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (107,51); -ref = gravecomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (192,57); -ref = gravecomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (127,56); -ref = gravecomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (202,57); -ref = gravecomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (116,51); -ref = gravecomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (52,57); -ref = gravecomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (4,51); -ref = gravecomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (205,57); -ref = gravecomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (127,51); -ref = gravecomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (218,57); -ref = gravecomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (141,56); -ref = gravecomb; -} -); -width = 703; -} -); -unicode = 200; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_hookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_hookabove.glyph deleted file mode 100644 index 811adf99..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_hookabove.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Ehookabove; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (103,57); -ref = hookabovecomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (51,50); -ref = hookabovecomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (228,57); -ref = hookabovecomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (213,51); -ref = hookabovecomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (99,57); -ref = hookabovecomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (50,50); -ref = hookabovecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (198,57); -ref = hookabovecomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (153,51); -ref = hookabovecomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (228,57); -ref = hookabovecomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (208,51); -ref = hookabovecomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (228,57); -ref = hookabovecomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (159,51); -ref = hookabovecomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (81,56); -ref = hookabovecomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (58,49); -ref = hookabovecomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (235,56); -ref = hookabovecomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (168,50); -ref = hookabovecomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (260,56); -ref = hookabovecomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (206,48); -ref = hookabovecomb; -} -); -width = 703; -} -); -unicode = 7866; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_macron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_macron.glyph deleted file mode 100644 index 0b6bbebf..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_macron.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Emacron; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (47,58); -ref = macroncomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-4,49); -ref = macroncomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (108,58); -ref = macroncomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (102,56); -ref = macroncomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (43,58); -ref = macroncomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-5,49); -ref = macroncomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (106,57); -ref = macroncomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (74,51); -ref = macroncomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (108,58); -ref = macroncomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (97,56); -ref = macroncomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (138,57); -ref = macroncomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (81,51); -ref = macroncomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (47,58); -ref = macroncomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (10,49); -ref = macroncomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (138,57); -ref = macroncomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (115,51); -ref = macroncomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (134,58); -ref = macroncomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (110,56); -ref = macroncomb; -} -); -width = 703; -} -); -unicode = 274; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_ng.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_ng.glyph deleted file mode 100644 index 0eb2e8d7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_ng.glyph +++ /dev/null @@ -1,778 +0,0 @@ -{ -glyphname = Eng; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(97,410,l), -(94,685,l), -(100,685,l), -(330,0,l), -(380,0,l), -(380,729,l), -(349,729,l), -(349,328,l), -(352,39,l), -(347,39,l), -(116,729,l), -(66,729,l), -(66,0,l) -); -}, -{ -closed = 1; -nodes = ( -(316,-167,ls), -(365,-167,o), -(380,-138,o), -(380,-94,cs), -(380,0,l), -(351,0,l), -(351,-89,ls), -(351,-128,o), -(340,-140,o), -(311,-140,cs), -(294,-140,l), -(294,-167,l) -); -} -); -width = 446; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,0,l), -(193,157,l), -(184,358,l), -(190,358,l), -(271,0,l), -(458,0,l), -(458,729,l), -(294,729,l), -(294,575,l), -(303,366,l), -(296,366,l), -(218,729,l), -(29,729,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(305,-167,ls), -(421,-167,o), -(458,-108,o), -(458,-2,cs), -(458,0,l), -(301,0,l), -(301,-1,ls), -(301,-28,o), -(294,-40,o), -(268,-40,cs), -(223,-40,l), -(223,-167,l) -); -} -); -width = 487; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,436,l), -(107,686,l), -(112,686,l), -(681,0,l), -(733,0,l), -(733,729,l), -(695,729,l), -(695,303,l), -(699,43,l), -(694,43,l), -(124,729,l), -(72,729,l), -(72,0,l) -); -}, -{ -closed = 1; -nodes = ( -(606,-167,ls), -(671,-167,o), -(733,-140,o), -(733,-43,cs), -(733,0,l), -(696,0,l), -(696,-35,ls), -(696,-107,o), -(666,-133,o), -(602,-133,cs), -(556,-133,l), -(556,-167,l) -); -} -); -width = 805; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,0,l), -(278,226,l), -(271,424,l), -(280,424,l), -(562,0,l), -(834,0,l), -(834,729,l), -(607,729,l), -(607,504,l), -(613,299,l), -(605,299,l), -(323,729,l), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(637,-167,ls), -(771,-167,o), -(834,-122,o), -(834,-26,cs), -(834,81,l), -(613,81,l), -(613,-8,ls), -(613,-40,o), -(599,-51,o), -(563,-51,cs), -(526,-51,l), -(526,-167,l) -); -} -); -width = 881; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,0,l), -(73,410,l), -(70,685,l), -(76,685,l), -(306,0,l), -(356,0,l), -(356,729,l), -(325,729,l), -(325,328,l), -(328,39,l), -(323,39,l), -(92,729,l), -(42,729,l), -(42,0,l) -); -}, -{ -closed = 1; -nodes = ( -(292,-167,ls), -(341,-167,o), -(356,-138,o), -(356,-94,cs), -(356,0,l), -(327,0,l), -(327,-89,ls), -(327,-128,o), -(316,-140,o), -(287,-140,cs), -(270,-140,l), -(270,-167,l) -); -} -); -width = 398; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,0,l), -(182,157,l), -(173,358,l), -(179,358,l), -(260,0,l), -(447,0,l), -(447,729,l), -(283,729,l), -(283,575,l), -(292,366,l), -(285,366,l), -(207,729,l), -(18,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(294,-167,ls), -(410,-167,o), -(447,-108,o), -(447,-2,cs), -(447,0,l), -(290,0,l), -(290,-1,ls), -(290,-28,o), -(283,-40,o), -(257,-40,cs), -(212,-40,l), -(212,-167,l) -); -} -); -width = 465; -}, -{ -background = { -shapes = ( -{ -ref = N; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(106,0,l), -(106,436,l), -(103,686,l), -(108,686,l), -(589,0,l), -(644,0,l), -(644,729,l), -(606,729,l), -(606,303,l), -(610,43,l), -(605,43,l), -(123,729,l), -(68,729,l), -(68,0,l) -); -}, -{ -closed = 1; -nodes = ( -(554,-167,ls), -(615,-167,o), -(644,-128,o), -(644,-70,cs), -(644,0,l), -(607,0,l), -(607,-60,ls), -(607,-113,o), -(589,-133,o), -(543,-133,cs), -(497,-133,l), -(497,-167,l) -); -} -); -width = 712; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(237,0,l), -(237,236,l), -(230,431,l), -(236,431,l), -(471,0,l), -(702,0,l), -(702,729,l), -(507,729,l), -(507,504,l), -(514,289,l), -(508,289,l), -(275,729,l), -(30,729,l), -(30,0,l) -); -}, -{ -closed = 1; -nodes = ( -(517,-167,ls), -(652,-167,o), -(702,-107,o), -(702,-4,cs), -(702,19,l), -(511,19,l), -(511,-7,ls), -(511,-41,o), -(496,-54,o), -(460,-54,cs), -(421,-54,l), -(421,-167,l) -); -} -); -width = 732; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(100,436,l), -(97,686,l), -(102,686,l), -(671,0,l), -(723,0,l), -(723,729,l), -(685,729,l), -(685,303,l), -(689,43,l), -(684,43,l), -(114,729,l), -(62,729,l), -(62,0,l) -); -}, -{ -closed = 1; -nodes = ( -(596,-167,ls), -(661,-167,o), -(723,-140,o), -(723,-43,cs), -(723,0,l), -(686,0,l), -(686,-35,ls), -(686,-107,o), -(656,-133,o), -(592,-133,cs), -(546,-133,l), -(546,-167,l) -); -} -); -width = 785; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(263,0,l), -(263,226,l), -(256,424,l), -(265,424,l), -(547,0,l), -(819,0,l), -(819,729,l), -(592,729,l), -(592,504,l), -(598,299,l), -(590,299,l), -(308,729,l), -(32,729,l), -(32,0,l) -); -}, -{ -closed = 1; -nodes = ( -(622,-167,ls), -(756,-167,o), -(819,-122,o), -(819,-26,cs), -(819,81,l), -(598,81,l), -(598,-8,ls), -(598,-40,o), -(584,-51,o), -(548,-51,cs), -(511,-51,l), -(511,-167,l) -); -} -); -width = 851; -}, -{ -background = { -shapes = ( -{ -ref = N; -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(133,0,l), -(133,436,l), -(130,686,l), -(135,686,l), -(606,0,l), -(659,0,l), -(659,729,l), -(623,729,l), -(623,303,l), -(627,43,l), -(622,43,l), -(150,729,l), -(95,729,l), -(95,0,l) -); -}, -{ -closed = 1; -nodes = ( -(571,-167,ls), -(632,-167,o), -(659,-128,o), -(659,-70,cs), -(659,0,l), -(624,0,l), -(624,-60,ls), -(624,-113,o), -(606,-133,o), -(560,-133,cs), -(516,-133,l), -(516,-167,l) -); -} -); -width = 753; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(262,0,l), -(262,236,l), -(255,431,l), -(261,431,l), -(484,0,l), -(713,0,l), -(713,729,l), -(520,729,l), -(520,504,l), -(527,289,l), -(521,289,l), -(300,729,l), -(57,729,l), -(57,0,l) -); -}, -{ -closed = 1; -nodes = ( -(531,-167,ls), -(663,-167,o), -(713,-107,o), -(713,-4,cs), -(713,19,l), -(524,19,l), -(524,-7,ls), -(524,-41,o), -(509,-54,o), -(474,-54,cs), -(437,-54,l), -(437,-167,l) -); -} -); -width = 769; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(128,410,l), -(182,685,l), -(188,685,l), -(277,0,l), -(326,0,l), -(477,729,l), -(446,729,l), -(363,328,l), -(306,39,l), -(301,39,l), -(212,729,l), -(163,729,l), -(12,0,l) -); -}, -{ -closed = 1; -nodes = ( -(228,-167,ls), -(277,-167,o), -(298,-138,o), -(307,-94,cs), -(326,0,l), -(297,0,l), -(279,-89,ls), -(271,-128,o), -(257,-140,o), -(228,-140,cs), -(211,-140,l), -(206,-167,l) -); -} -); -width = 445; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,0,l), -(167,157,l), -(202,358,l), -(208,358,l), -(213,0,l), -(398,0,l), -(549,729,l), -(387,729,l), -(355,575,l), -(322,366,l), -(315,366,l), -(312,729,l), -(125,729,l), -(-27,0,l) -); -}, -{ -closed = 1; -nodes = ( -(211,-167,ls), -(327,-167,o), -(375,-111,o), -(397,-5,c), -(398,0,l), -(241,0,l), -(240,-5,l), -(234,-32,o), -(226,-40,o), -(200,-40,cs), -(155,-40,l), -(129,-167,l) -); -} -); -width = 483; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(168,436,l), -(218,686,l), -(222,686,l), -(548,0,l), -(601,0,l), -(752,729,l), -(715,729,l), -(626,303,l), -(576,43,l), -(571,43,l), -(243,729,l), -(191,729,l), -(40,0,l) -); -}, -{ -closed = 1; -nodes = ( -(477,-167,ls), -(538,-167,o), -(575,-128,o), -(587,-70,cs), -(601,0,l), -(564,0,l), -(552,-60,ls), -(541,-113,o), -(519,-133,o), -(473,-133,cs), -(427,-133,l), -(420,-167,l) -); -} -); -width = 749; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(253,236,l), -(283,431,l), -(291,431,l), -(426,0,l), -(653,0,l), -(805,729,l), -(606,729,l), -(557,494,l), -(526,292,l), -(518,292,l), -(382,729,l), -(154,729,l), -(3,0,l) -); -}, -{ -closed = 1; -nodes = ( -(434,-167,ls), -(569,-167,o), -(631,-107,o), -(652,-4,cs), -(657,19,l), -(466,19,l), -(461,-7,ls), -(454,-41,o), -(436,-54,o), -(400,-54,cs), -(361,-54,l), -(338,-167,l) -); -} -); -width = 769; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(146,436,l), -(197,689,l), -(201,689,l), -(619,0,l), -(670,0,l), -(822,729,l), -(784,729,l), -(697,303,l), -(644,40,l), -(639,40,l), -(222,729,l), -(169,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(509,-167,ls), -(574,-167,o), -(641,-140,o), -(661,-43,cs), -(670,0,l), -(633,0,l), -(626,-35,ls), -(611,-107,o), -(576,-133,o), -(512,-133,cs), -(466,-133,l), -(459,-167,l) -); -} -); -width = 797; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,0,l), -(267,232,l), -(303,441,l), -(311,441,l), -(501,0,l), -(768,0,l), -(919,729,l), -(695,729,l), -(647,498,l), -(608,282,l), -(600,282,l), -(411,729,l), -(142,729,l), -(-9,0,l) -); -}, -{ -closed = 1; -nodes = ( -(549,-167,ls), -(684,-167,o), -(746,-107,o), -(767,-4,cs), -(772,19,l), -(581,19,l), -(576,-7,ls), -(569,-41,o), -(551,-54,o), -(515,-54,cs), -(476,-54,l), -(453,-167,l) -); -} -); -width = 872; -} -); -metricLeft = H; -metricRight = H; -unicode = 330; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_ogonek.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_ogonek.glyph deleted file mode 100644 index 1509585a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_ogonek.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Eogonek; -kernLeft = KO_H; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (167,0); -ref = ogonek; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (164,0); -ref = ogonek; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (455,0); -ref = ogonek; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (381,0); -ref = ogonek; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (163,0); -ref = ogonek; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (163,0); -ref = ogonek; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (410,0); -ref = ogonek; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (323,0); -ref = ogonek; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (455,0); -ref = ogonek; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (376,0); -ref = ogonek; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (416,0); -ref = ogonek; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (325,0); -ref = ogonek; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (168,0); -ref = ogonek; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (161,0); -ref = ogonek; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (403,0); -ref = ogonek; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (318,0); -ref = ogonek; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (451,0); -ref = ogonek; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (376,0); -ref = ogonek; -} -); -width = 703; -} -); -unicode = 280; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_th.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_th.glyph deleted file mode 100644 index d75ad9f6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_th.glyph +++ /dev/null @@ -1,279 +0,0 @@ -{ -color = 7; -glyphname = Eth; -kernRight = KO_Dcroat; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = D; -}, -{ -pos = (-30,86); -ref = strokeshortcomb.case; -} -); -width = 425; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = -1; -pos = (14,0); -ref = D; -}, -{ -pos = (-28,59); -ref = strokeshortcomb.case; -} -); -width = 504; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = -1; -pos = (75,0); -ref = D; -}, -{ -pos = (-22,-23); -ref = strokeshortcomb.case; -} -); -width = 860; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = -1; -pos = (21,0); -ref = D; -}, -{ -pos = (-38,62); -ref = strokeshortcomb.case; -} -); -width = 839; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = D; -}, -{ -pos = (-34,86); -ref = strokeshortcomb.case; -} -); -width = 385; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -pos = (14,0); -ref = D; -}, -{ -pos = (-29,59); -ref = strokeshortcomb.case; -} -); -width = 484; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (44,0); -ref = D; -}, -{ -pos = (-13,-23); -ref = strokeshortcomb.case; -} -); -width = 745; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (40,0); -ref = D; -}, -{ -pos = (-29,-13); -ref = strokeshortcomb.case; -} -); -width = 744; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (75,0); -ref = D; -}, -{ -pos = (-22,-23); -ref = strokeshortcomb.case; -} -); -width = 840; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (21,0); -ref = D; -}, -{ -pos = (-43,62); -ref = strokeshortcomb.case; -} -); -width = 809; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = -1; -pos = (44,0); -ref = D; -}, -{ -pos = (2,-23); -ref = strokeshortcomb.case; -} -); -width = 774; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = -1; -pos = (40,0); -ref = D; -}, -{ -pos = (-17,-13); -ref = strokeshortcomb.case; -} -); -width = 785; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = -1; -pos = (5,0); -ref = D; -}, -{ -pos = (-1,86); -ref = strokeshortcomb.case; -} -); -width = 421; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = -1; -pos = (22,0); -ref = D; -}, -{ -pos = (-16,59); -ref = strokeshortcomb.case; -} -); -width = 510; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = -1; -pos = (47,0); -ref = D; -}, -{ -pos = (-14,-23); -ref = strokeshortcomb.case; -} -); -width = 778; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = -1; -pos = (40,0); -ref = D; -}, -{ -pos = (-24,-13); -ref = strokeshortcomb.case; -} -); -width = 779; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = -1; -pos = (86,0); -ref = D; -}, -{ -pos = (-27,-23); -ref = strokeshortcomb.case; -} -); -width = 869; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = -1; -pos = (43,0); -ref = D; -}, -{ -pos = (-26,62); -ref = strokeshortcomb.case; -} -); -width = 856; -} -); -metricRight = D; -unicode = 208; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/E_tilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/E_tilde.glyph deleted file mode 100644 index 3ed29982..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/E_tilde.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Etilde; -kernRight = KO_E; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = E; -}, -{ -pos = (44,57); -ref = tildecomb; -} -); -width = 312; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-42,50); -ref = tildecomb; -} -); -width = 380; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = E; -}, -{ -pos = (129,57); -ref = tildecomb; -} -); -width = 660; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = E; -}, -{ -pos = (102,56); -ref = tildecomb; -} -); -width = 710; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (40,57); -ref = tildecomb; -} -); -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-43,50); -ref = tildecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (117,57); -ref = tildecomb; -} -); -width = 568; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = E; -}, -{ -pos = (58,51); -ref = tildecomb; -} -); -width = 591; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (129,57); -ref = tildecomb; -} -); -width = 660; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = E; -}, -{ -pos = (97,56); -ref = tildecomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -ref = E; -}, -{ -pos = (149,57); -ref = tildecomb; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = E; -}, -{ -pos = (65,51); -ref = tildecomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = E; -}, -{ -pos = (45,57); -ref = tildecomb; -} -); -width = 310; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = E; -}, -{ -pos = (-29,50); -ref = tildecomb; -} -); -width = 378; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = E; -}, -{ -pos = (150,57); -ref = tildecomb; -} -); -width = 597; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = E; -}, -{ -pos = (79,51); -ref = tildecomb; -} -); -width = 631; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = E; -}, -{ -pos = (156,57); -ref = tildecomb; -} -); -width = 653; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = E; -}, -{ -pos = (114,51); -ref = tildecomb; -} -); -width = 703; -} -); -unicode = 7868; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/F_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/F_.glyph deleted file mode 100644 index ff0ac1db..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/F_.glyph +++ /dev/null @@ -1,798 +0,0 @@ -{ -glyphname = F; -kernLeft = KO_H; -kernRight = KO_F; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (186,0); -}, -{ -name = top; -pos = (186,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,0,l), -(215,587,l), -(200,572,l), -(362,572,l), -(362,729,l), -(29,729,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(344,271,l), -(344,420,l), -(184,420,l), -(184,271,l) -); -} -); -width = 375; -}, -{ -anchors = ( -{ -name = bottom; -pos = (156,0); -}, -{ -name = top; -pos = (156,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(97,715,l), -(82,700,l), -(289,700,l), -(289,729,l), -(66,729,l), -(66,0,l) -); -}, -{ -closed = 1; -nodes = ( -(264,353,l), -(264,382,l), -(80,382,l), -(80,353,l) -); -} -); -width = 293; -}, -{ -anchors = ( -{ -name = bottom; -pos = (331,0); -}, -{ -name = top; -pos = (331,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,708,l), -(95,693,l), -(636,693,l), -(636,729,l), -(72,729,l), -(72,0,l) -); -}, -{ -closed = 1; -nodes = ( -(596,349,l), -(596,384,l), -(86,384,l), -(86,349,l) -); -} -); -width = 653; -}, -{ -anchors = ( -{ -name = bottom; -pos = (333,0); -}, -{ -name = top; -pos = (333,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,565,l), -(261,550,l), -(657,550,l), -(657,729,l), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(617,257,l), -(617,426,l), -(245,426,l), -(245,257,l) -); -} -); -width = 666; -}, -{ -anchors = ( -{ -name = bottom; -pos = (132,0); -}, -{ -name = top; -pos = (132,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,0,l), -(73,715,l), -(58,700,l), -(265,700,l), -(265,729,l), -(42,729,l), -(42,0,l) -); -}, -{ -closed = 1; -nodes = ( -(245,353,l), -(245,382,l), -(56,382,l), -(56,353,l) -); -} -); -width = 265; -}, -{ -anchors = ( -{ -name = bottom; -pos = (175,0); -}, -{ -name = top; -pos = (175,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(204,587,l), -(189,572,l), -(351,572,l), -(351,729,l), -(18,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(337,271,l), -(337,420,l), -(173,420,l), -(173,271,l) -); -} -); -width = 355; -}, -{ -anchors = ( -{ -name = bottom; -pos = (275,0); -}, -{ -name = top; -pos = (275,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,0,l), -(108,704,l), -(97,693,l), -(549,693,l), -(549,729,l), -(70,729,l), -(70,0,l) -); -}, -{ -closed = 1; -nodes = ( -(509,349,l), -(509,384,l), -(88,384,l), -(88,349,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 553; -}, -{ -anchors = ( -{ -name = bottom; -pos = (281,0); -}, -{ -name = top; -pos = (281,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,0,l), -(233,589,l), -(201,557,l), -(579,557,l), -(579,729,l), -(30,729,l), -(30,0,l) -); -}, -{ -closed = 1; -nodes = ( -(539,261,l), -(539,424,l), -(185,424,l), -(185,261,l) -); -} -); -width = 580; -}, -{ -anchors = ( -{ -name = bottom; -pos = (321,0); -}, -{ -name = top; -pos = (321,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(100,708,l), -(85,693,l), -(626,693,l), -(626,729,l), -(62,729,l), -(62,0,l) -); -}, -{ -closed = 1; -nodes = ( -(586,349,l), -(586,384,l), -(76,384,l), -(76,349,l) -); -} -); -width = 633; -}, -{ -anchors = ( -{ -name = bottom; -pos = (318,0); -}, -{ -name = top; -pos = (318,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,0,l), -(261,565,l), -(246,550,l), -(642,550,l), -(642,729,l), -(32,729,l), -(32,0,l) -); -}, -{ -closed = 1; -nodes = ( -(602,251,l), -(602,426,l), -(230,426,l), -(230,251,l) -); -} -); -width = 641; -}, -{ -anchors = ( -{ -name = bottom; -pos = (336,0); -}, -{ -name = top; -pos = (336,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(143,0,l), -(143,704,l), -(132,693,l), -(594,693,l), -(594,729,l), -(105,729,l), -(105,0,l) -); -}, -{ -closed = 1; -nodes = ( -(545,349,l), -(545,384,l), -(123,384,l), -(123,349,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 627; -}, -{ -anchors = ( -{ -name = bottom; -pos = (301,0); -}, -{ -name = top; -pos = (301,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(258,0,l), -(258,589,l), -(227,557,l), -(591,557,l), -(591,729,l), -(57,729,l), -(57,0,l) -); -}, -{ -closed = 1; -nodes = ( -(552,261,l), -(552,424,l), -(211,424,l), -(211,261,l) -); -} -); -width = 612; -}, -{ -anchors = ( -{ -name = bottom; -pos = (112,0); -}, -{ -name = top; -pos = (263,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(191,714,l), -(176,700,l), -(378,700,l), -(384,729,l), -(163,729,l), -(12,0,l) -); -}, -{ -closed = 1; -nodes = ( -(281,353,l), -(287,382,l), -(103,382,l), -(93,353,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = bottom; -pos = (138,0); -}, -{ -name = top; -pos = (289,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,0,l), -(285,616,l), -(231,572,l), -(420,572,l), -(454,729,l), -(125,729,l), -(-27,0,l) -); -}, -{ -closed = 1; -nodes = ( -(342,271,l), -(373,420,l), -(185,420,l), -(154,271,l) -); -} -); -width = 372; -}, -{ -anchors = ( -{ -name = bottom; -pos = (248,0); -}, -{ -name = top; -pos = (399,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(224,706,l), -(209,693,l), -(649,693,l), -(656,729,l), -(191,729,l), -(40,0,l) -); -}, -{ -closed = 1; -nodes = ( -(539,349,l), -(545,384,l), -(136,384,l), -(123,349,l) -); -} -); -width = 590; -}, -{ -anchors = ( -{ -name = bottom; -pos = (252,0); -}, -{ -name = top; -pos = (403,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(328,601,l), -(274,557,l), -(642,557,l), -(678,729,l), -(154,729,l), -(3,0,l) -); -}, -{ -closed = 1; -nodes = ( -(542,262,l), -(576,425,l), -(231,425,l), -(197,262,l) -); -} -); -width = 606; -}, -{ -anchors = ( -{ -name = bottom; -pos = (283,0); -}, -{ -name = top; -pos = (434,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(202,705,l), -(187,693,l), -(718,693,l), -(725,729,l), -(169,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(608,349,l), -(614,384,l), -(116,384,l), -(106,349,l) -); -} -); -width = 646; -}, -{ -anchors = ( -{ -name = bottom; -pos = (283,0); -}, -{ -name = top; -pos = (434,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,0,l), -(342,594,l), -(288,550,l), -(706,550,l), -(743,729,l), -(142,729,l), -(-9,0,l) -); -}, -{ -closed = 1; -nodes = ( -(606,257,l), -(642,426,l), -(246,426,l), -(210,257,l) -); -} -); -width = 657; -} -); -metricLeft = H; -unicode = 70; -userData = { -KernOnName = F; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_.glyph deleted file mode 100644 index bcd1f455..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_.glyph +++ /dev/null @@ -1,1343 +0,0 @@ -{ -glyphname = G; -kernLeft = KO_O; -kernRight = KO_G; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (245,0); -}, -{ -name = top; -pos = (252,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(427,-9,o), -(478,136,o), -(478,365,cs), -(478,594,o), -(427,739,o), -(247,739,cs), -(68,739,o), -(16,595,o), -(16,365,cs), -(16,135,o), -(68,-9,o), -(247,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,147,o), -(197,202,o), -(197,365,cs), -(197,515,o), -(205,583,o), -(247,583,cs), -(285,583,o), -(298,529,o), -(298,365,cs), -(298,217,o), -(290,147,o), -(247,147,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(380,-9,o), -(467,74,o), -(467,249,cs), -(467,399,l), -(249,399,l), -(249,264,l), -(340,264,l), -(297,307,l), -(297,254,ls), -(297,185,o), -(288,147,o), -(252,147,cs), -(208,147,o), -(197,192,o), -(197,370,cs), -(197,540,o), -(208,583,o), -(250,583,cs), -(281,583,o), -(297,555,o), -(297,465,c), -(467,465,l), -(468,640,o), -(400,739,o), -(252,739,cs), -(112,739,o), -(16,662,o), -(16,370,cs), -(16,143,o), -(63,-9,o), -(248,-9,cs) -); -} -); -width = 485; -}, -{ -anchors = ( -{ -name = bottom; -pos = (208,0); -}, -{ -name = top; -pos = (210,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(299,-10,o), -(372,44,o), -(372,257,cs), -(372,375,l), -(198,375,l), -(198,344,l), -(369,344,l), -(339,375,l), -(339,257,ls), -(339,105,o), -(302,19,o), -(209,19,cs), -(105,19,o), -(78,159,o), -(78,364,cs), -(78,570,o), -(105,709,o), -(210,709,cs), -(293,709,o), -(329,650,o), -(340,495,c), -(372,495,l), -(364,641,o), -(331,738,o), -(212,738,cs), -(114,738,o), -(45,668,o), -(45,364,cs), -(45,65,o), -(113,-10,o), -(210,-10,cs) -); -} -); -width = 417; -}, -{ -anchors = ( -{ -name = bottom; -pos = (413,0); -}, -{ -name = top; -pos = (417,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(638,-8,o), -(788,124,o), -(788,340,cs), -(788,366,l), -(402,366,l), -(402,331,l), -(777,331,l), -(747,353,l), -(747,327,ls), -(747,140,o), -(612,28,o), -(417,28,cs), -(208,28,o), -(73,162,o), -(73,365,cs), -(73,567,o), -(210,699,o), -(417,699,cs), -(580,699,o), -(703,620,o), -(728,493,c), -(767,493,l), -(741,640,o), -(601,736,o), -(417,736,cs), -(190,736,o), -(36,587,o), -(36,364,cs), -(36,141,o), -(187,-8,o), -(417,-8,cs) -); -} -); -width = 820; -}, -{ -anchors = ( -{ -name = bottom; -pos = (426,0); -}, -{ -name = top; -pos = (437,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(650,-10,o), -(839,101,o), -(839,331,cs), -(839,405,l), -(420,405,l), -(420,262,l), -(669,262,l), -(613,322,l), -(613,304,ls), -(613,223,o), -(558,169,o), -(431,169,cs), -(316,169,o), -(243,231,o), -(243,365,cs), -(243,486,o), -(305,560,o), -(437,560,cs), -(518,560,o), -(582,531,o), -(601,473,c), -(832,473,l), -(813,632,o), -(669,739,o), -(437,739,cs), -(167,739,o), -(12,592,o), -(12,365,cs), -(12,138,o), -(166,-10,o), -(428,-10,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(650,-10,o), -(839,101,o), -(839,331,cs), -(839,405,l), -(420,405,l), -(420,262,l), -(669,262,l), -(613,322,l), -(613,304,ls), -(613,223,o), -(558,169,o), -(431,169,cs), -(316,169,o), -(243,231,o), -(243,365,cs), -(243,486,o), -(305,560,o), -(437,560,cs), -(518,560,o), -(582,531,o), -(601,473,c), -(832,473,l), -(813,632,o), -(669,739,o), -(437,739,cs), -(167,739,o), -(12,592,o), -(12,365,cs), -(12,138,o), -(166,-10,o), -(428,-10,cs) -); -} -); -width = 853; -}, -{ -anchors = ( -{ -name = bottom; -pos = (188,0); -}, -{ -name = top; -pos = (190,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(279,-10,o), -(352,44,o), -(352,257,cs), -(352,375,l), -(178,375,l), -(178,344,l), -(349,344,l), -(319,375,l), -(319,257,ls), -(319,105,o), -(282,19,o), -(189,19,cs), -(85,19,o), -(58,159,o), -(58,364,cs), -(58,570,o), -(85,709,o), -(190,709,cs), -(273,709,o), -(309,650,o), -(320,495,c), -(352,495,l), -(344,641,o), -(311,738,o), -(192,738,cs), -(94,738,o), -(25,668,o), -(25,364,cs), -(25,65,o), -(93,-10,o), -(190,-10,cs) -); -} -); -width = 377; -}, -{ -anchors = ( -{ -name = bottom; -pos = (236,0); -}, -{ -name = top; -pos = (243,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(427,-9,o), -(478,136,o), -(478,365,cs), -(478,594,o), -(427,739,o), -(247,739,cs), -(68,739,o), -(16,595,o), -(16,365,cs), -(16,135,o), -(68,-9,o), -(247,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,147,o), -(197,202,o), -(197,365,cs), -(197,515,o), -(205,583,o), -(247,583,cs), -(285,583,o), -(298,529,o), -(298,365,cs), -(298,217,o), -(290,147,o), -(247,147,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,-9,o), -(458,74,o), -(458,249,cs), -(458,399,l), -(240,399,l), -(240,264,l), -(331,264,l), -(288,307,l), -(288,254,ls), -(288,185,o), -(279,147,o), -(243,147,cs), -(199,147,o), -(188,192,o), -(188,370,cs), -(188,540,o), -(199,583,o), -(241,583,cs), -(272,583,o), -(288,555,o), -(288,465,c), -(458,465,l), -(459,640,o), -(391,739,o), -(243,739,cs), -(103,739,o), -(7,662,o), -(7,370,cs), -(7,143,o), -(54,-9,o), -(239,-9,cs) -); -} -); -width = 466; -}, -{ -anchors = ( -{ -name = bottom; -pos = (382,0); -}, -{ -name = top; -pos = (386,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(586,-8,o), -(717,124,o), -(717,340,cs), -(717,366,l), -(438,366,l), -(438,330,l), -(699,330,l), -(676,355,l), -(676,335,ls), -(676,140,o), -(559,28,o), -(390,28,cs), -(210,28,o), -(94,162,o), -(94,365,cs), -(94,567,o), -(211,699,o), -(391,699,cs), -(530,699,o), -(637,621,o), -(659,493,c), -(699,493,l), -(677,640,o), -(554,736,o), -(391,736,cs), -(190,736,o), -(55,587,o), -(55,364,cs), -(55,141,o), -(187,-8,o), -(390,-8,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(590,-8,o), -(727,124,o), -(727,340,cs), -(727,366,l), -(406,366,l), -(406,330,l), -(710,330,l), -(686,355,l), -(686,335,ls), -(686,140,o), -(563,28,o), -(385,28,cs), -(196,28,o), -(74,162,o), -(74,365,cs), -(74,567,o), -(197,699,o), -(386,699,cs), -(527,699,o), -(644,626,o), -(669,493,c), -(708,493,l), -(685,640,o), -(555,736,o), -(386,736,cs), -(177,736,o), -(35,587,o), -(35,364,cs), -(35,142,o), -(173,-8,o), -(385,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -28 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -25 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 758; -}, -{ -anchors = ( -{ -name = bottom; -pos = (366,0); -}, -{ -name = top; -pos = (375,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(582,-10,o), -(731,115,o), -(731,310,cs), -(731,401,l), -(358,401,l), -(358,254,l), -(578,254,l), -(527,318,l), -(527,283,ls), -(527,208,o), -(470,158,o), -(373,158,cs), -(270,158,o), -(209,220,o), -(209,365,cs), -(209,509,o), -(275,567,o), -(375,567,cs), -(450,567,o), -(500,534,o), -(511,480,c), -(720,480,l), -(703,634,o), -(579,739,o), -(375,739,cs), -(150,739,o), -(1,607,o), -(1,365,cs), -(1,140,o), -(134,-10,o), -(368,-10,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; -}; -width = 734; -}, -{ -anchors = ( -{ -name = bottom; -pos = (403,0); -}, -{ -name = top; -pos = (407,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(628,-8,o), -(778,124,o), -(778,340,cs), -(778,366,l), -(392,366,l), -(392,331,l), -(767,331,l), -(737,353,l), -(737,327,ls), -(737,140,o), -(602,28,o), -(407,28,cs), -(198,28,o), -(63,162,o), -(63,365,cs), -(63,567,o), -(200,699,o), -(407,699,cs), -(570,699,o), -(693,620,o), -(718,493,c), -(757,493,l), -(731,640,o), -(591,736,o), -(407,736,cs), -(180,736,o), -(26,587,o), -(26,364,cs), -(26,141,o), -(177,-8,o), -(407,-8,cs) -); -} -); -width = 800; -}, -{ -anchors = ( -{ -name = bottom; -pos = (416,0); -}, -{ -name = top; -pos = (427,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(650,-10,o), -(839,101,o), -(839,331,cs), -(839,405,l), -(420,405,l), -(420,262,l), -(669,262,l), -(613,322,l), -(613,304,ls), -(613,223,o), -(558,169,o), -(431,169,cs), -(316,169,o), -(243,231,o), -(243,365,cs), -(243,486,o), -(305,560,o), -(437,560,cs), -(518,560,o), -(582,531,o), -(601,473,c), -(832,473,l), -(813,632,o), -(669,739,o), -(437,739,cs), -(167,739,o), -(12,592,o), -(12,365,cs), -(12,138,o), -(166,-10,o), -(428,-10,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(829,101,o), -(829,331,cs), -(829,405,l), -(410,405,l), -(410,262,l), -(659,262,l), -(603,322,l), -(603,304,ls), -(603,223,o), -(548,169,o), -(421,169,cs), -(306,169,o), -(233,231,o), -(233,365,cs), -(233,486,o), -(295,560,o), -(427,560,cs), -(508,560,o), -(572,531,o), -(591,473,c), -(822,473,l), -(803,632,o), -(659,739,o), -(427,739,cs), -(157,739,o), -(2,592,o), -(2,365,cs), -(2,138,o), -(156,-10,o), -(418,-10,cs) -); -} -); -width = 833; -}, -{ -anchors = ( -{ -name = bottom; -pos = (403,0); -}, -{ -name = top; -pos = (407,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(592,-8,o), -(723,124,o), -(723,340,cs), -(723,366,l), -(444,366,l), -(444,330,l), -(705,330,l), -(682,355,l), -(682,335,ls), -(682,140,o), -(565,28,o), -(396,28,cs), -(216,28,o), -(100,162,o), -(100,365,cs), -(100,567,o), -(217,699,o), -(397,699,cs), -(536,699,o), -(643,621,o), -(665,493,c), -(705,493,l), -(683,640,o), -(560,736,o), -(397,736,cs), -(196,736,o), -(61,587,o), -(61,364,cs), -(61,141,o), -(193,-8,o), -(396,-8,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(596,-8,o), -(714,124,o), -(714,342,cs), -(714,351,l), -(427,351,l), -(427,315,l), -(699,315,l), -(676,341,l), -(676,334,ls), -(676,137,o), -(570,28,o), -(410,28,cs), -(238,28,o), -(126,162,o), -(126,365,cs), -(126,567,o), -(238,699,o), -(410,699,cs), -(528,699,o), -(620,636,o), -(648,534,c), -(688,534,l), -(658,653,o), -(551,736,o), -(410,736,cs), -(218,736,o), -(87,587,o), -(87,364,cs), -(87,142,o), -(215,-8,o), -(410,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -28 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -25 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 789; -}, -{ -anchors = ( -{ -name = bottom; -pos = (392,0); -}, -{ -name = top; -pos = (401,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(606,-10,o), -(741,114,o), -(741,310,cs), -(741,401,l), -(392,401,l), -(392,254,l), -(589,254,l), -(539,318,l), -(539,303,ls), -(539,207,o), -(492,158,o), -(399,158,cs), -(304,158,o), -(252,231,o), -(252,365,cs), -(252,495,o), -(305,567,o), -(403,567,cs), -(470,567,o), -(512,537,o), -(523,489,c), -(732,489,l), -(712,646,o), -(590,739,o), -(403,739,cs), -(184,739,o), -(47,594,o), -(47,365,cs), -(47,136,o), -(181,-10,o), -(394,-10,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; -}; -width = 778; -}, -{ -anchors = ( -{ -name = bottom; -pos = (166,0); -}, -{ -name = top; -pos = (298,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(249,-9,o), -(324,36,o), -(367,246,cs), -(393,375,l), -(221,375,l), -(215,344,l), -(367,344,l), -(356,354,l), -(335,247,ls), -(303,93,o), -(252,20,o), -(168,20,cs), -(51,20,o), -(61,180,o), -(101,374,cs), -(143,573,o), -(196,708,o), -(294,708,cs), -(395,708,o), -(401,619,o), -(386,494,c), -(418,494,l), -(438,636,o), -(419,738,o), -(298,738,cs), -(196,738,o), -(124,639,o), -(69,375,cs), -(27,177,o), -(12,-9,o), -(166,-9,cs) -); -} -); -width = 415; -}, -{ -anchors = ( -{ -name = bottom; -pos = (207,0); -}, -{ -name = top; -pos = (319,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,-9,o), -(419,58,o), -(454,229,cs), -(490,397,l), -(273,397,l), -(245,264,l), -(314,264,l), -(296,282,l), -(289,241,ls), -(274,171,o), -(254,147,o), -(226,147,cs), -(173,147,o), -(187,232,o), -(215,369,cs), -(245,516,o), -(269,582,o), -(309,582,cs), -(344,582,o), -(348,546,o), -(336,464,c), -(502,464,l), -(529,647,o), -(478,739,o), -(321,739,cs), -(169,739,o), -(88,614,o), -(39,382,cs), -(-7,163,o), -(3,-9,o), -(205,-9,cs) -); -} -); -width = 481; -}, -{ -anchors = ( -{ -name = bottom; -pos = (356,0); -}, -{ -name = top; -pos = (464,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(549,-10,o), -(680,92,o), -(721,309,cs), -(732,366,l), -(417,366,l), -(409,330,l), -(694,330,l), -(684,342,l), -(681,324,ls), -(649,138,o), -(554,27,o), -(359,27,cs), -(207,27,o), -(109,127,o), -(115,308,cs), -(123,547,o), -(258,701,o), -(458,701,cs), -(603,701,o), -(693,612,o), -(696,493,c), -(735,493,l), -(735,633,o), -(629,739,o), -(464,739,cs), -(241,739,o), -(84,566,o), -(75,308,cs), -(69,119,o), -(179,-10,o), -(354,-10,cs) -); -} -); -width = 765; -}, -{ -anchors = ( -{ -name = bottom; -pos = (379,0); -}, -{ -name = top; -pos = (458,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(562,-10,o), -(712,77,o), -(756,305,cs), -(774,398,l), -(422,398,l), -(394,267,l), -(575,267,l), -(546,300,l), -(542,278,ls), -(527,195,o), -(477,157,o), -(393,157,cs), -(308,157,o), -(252,207,o), -(252,324,cs), -(252,471,o), -(325,570,o), -(447,570,cs), -(512,570,o), -(558,538,o), -(565,481,c), -(770,481,l), -(765,635,o), -(639,737,o), -(454,737,cs), -(215,737,o), -(47,576,o), -(47,319,cs), -(47,121,o), -(164,-10,o), -(377,-10,cs) -); -} -); -width = 776; -}, -{ -anchors = ( -{ -name = bottom; -pos = (397,0); -}, -{ -name = top; -pos = (474,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(604,-10,o), -(747,101,o), -(789,298,cs), -(803,366,l), -(411,366,l), -(403,331,l), -(770,331,l), -(758,343,l), -(748,295,ls), -(714,124,o), -(585,27,o), -(403,27,cs), -(219,27,o), -(99,127,o), -(99,314,cs), -(99,551,o), -(245,703,o), -(469,703,cs), -(612,703,o), -(746,625,o), -(762,494,c), -(800,494,l), -(786,642,o), -(644,739,o), -(472,739,cs), -(230,739,o), -(59,568,o), -(59,317,cs), -(59,115,o), -(190,-10,o), -(401,-10,cs) -); -} -); -width = 814; -}, -{ -anchors = ( -{ -name = bottom; -pos = (421,0); -}, -{ -name = top; -pos = (489,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(648,-9,o), -(799,96,o), -(842,293,cs), -(866,402,l), -(455,402,l), -(423,262,l), -(649,262,l), -(616,309,l), -(612,286,ls), -(599,213,o), -(530,169,o), -(440,169,cs), -(332,169,o), -(261,227,o), -(261,340,cs), -(261,471,o), -(338,561,o), -(474,561,cs), -(546,561,o), -(623,531,o), -(636,468,c), -(863,468,l), -(854,629,o), -(698,739,o), -(476,739,cs), -(216,739,o), -(32,574,o), -(32,322,cs), -(32,122,o), -(175,-9,o), -(419,-9,cs) -); -} -); -width = 852; -} -); -unicode = 71; -userData = { -KernOnName = G; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_.ss07.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_.ss07.glyph deleted file mode 100644 index 7e807213..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_.ss07.glyph +++ /dev/null @@ -1,1494 +0,0 @@ -{ -glyphname = G.ss07; -kernLeft = KO_O; -kernRight = KO_G.ss07; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (248,0); -}, -{ -name = top; -pos = (252,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(428,259,l), -(414,203,o), -(361,166,o), -(295,166,cs), -(205,166,o), -(149,229,o), -(149,361,cs), -(149,489,o), -(203,562,o), -(300,562,cs), -(361,562,o), -(411,529,o), -(428,471,c), -(638,471,l), -(622,631,o), -(488,738,o), -(301,738,cs), -(80,738,o), -(-65,589,o), -(-65,362,cs), -(-65,139,o), -(74,-10,o), -(301,-10,cs), -(481,-10,o), -(622,98,o), -(638,259,c) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,-10,o), -(326,13,o), -(353,94,c), -(358,94,l), -(365,0,l), -(481,0,l), -(481,405,l), -(254,405,l), -(254,270,l), -(352,270,l), -(312,317,l), -(312,273,ls), -(312,179,o), -(295,146,o), -(254,146,cs), -(207,146,o), -(197,217,o), -(197,364,cs), -(197,526,o), -(212,582,o), -(253,582,cs), -(290,582,o), -(302,541,o), -(306,464,c), -(476,464,l), -(472,667,o), -(387,738,o), -(252,738,cs), -(68,738,o), -(16,590,o), -(16,364,cs), -(16,138,o), -(66,-10,o), -(208,-10,cs) -); -} -); -width = 503; -}, -{ -anchors = ( -{ -name = bottom; -pos = (217,0); -}, -{ -name = top; -pos = (210,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(267,-10,o), -(317,35,o), -(333,136,c), -(337,136,l), -(340,0,l), -(366,0,l), -(366,374,l), -(192,374,l), -(192,344,l), -(353,344,l), -(333,364,l), -(333,299,ls), -(333,116,o), -(291,19,o), -(205,19,cs), -(107,19,o), -(78,149,o), -(78,364,cs), -(78,570,o), -(105,709,o), -(210,709,cs), -(282,709,o), -(328,666,o), -(339,495,c), -(372,495,l), -(364,630,o), -(334,739,o), -(212,739,cs), -(114,739,o), -(45,666,o), -(45,364,cs), -(45,64,o), -(112,-10,o), -(205,-10,cs) -); -} -); -width = 421; -}, -{ -anchors = ( -{ -name = bottom; -pos = (435,0); -}, -{ -name = top; -pos = (422,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(567,-8,o), -(695,64,o), -(733,174,c), -(740,174,l), -(746,0,l), -(777,0,l), -(777,376,l), -(379,376,l), -(379,340,l), -(756,340,l), -(738,357,l), -(738,298,ls), -(738,132,o), -(602,28,o), -(407,28,cs), -(202,28,o), -(74,161,o), -(74,364,cs), -(74,566,o), -(205,700,o), -(422,700,cs), -(587,700,o), -(697,629,o), -(728,515,c), -(767,515,l), -(734,658,o), -(600,736,o), -(422,736,cs), -(189,736,o), -(36,587,o), -(36,364,cs), -(36,140,o), -(185,-8,o), -(409,-8,cs) -); -} -); -width = 828; -}, -{ -anchors = ( -{ -name = bottom; -pos = (435,0); -}, -{ -name = top; -pos = (445,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(501,-10,o), -(609,28,o), -(650,97,c), -(658,97,l), -(666,0,l), -(847,0,l), -(847,410,l), -(435,410,l), -(435,261,l), -(639,261,l), -(611,294,l), -(611,271,ls), -(611,208,o), -(528,163,o), -(437,163,cs), -(321,163,o), -(243,231,o), -(243,358,cs), -(243,479,o), -(305,563,o), -(446,563,cs), -(531,563,o), -(593,525,o), -(606,475,c), -(838,475,l), -(823,633,o), -(665,739,o), -(445,739,cs), -(178,739,o), -(12,598,o), -(12,352,cs), -(12,135,o), -(160,-10,o), -(380,-10,cs) -); -} -); -width = 877; -}, -{ -anchors = ( -{ -name = bottom; -pos = (183,0); -}, -{ -name = top; -pos = (176,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,-10,o), -(278,35,o), -(294,136,c), -(295,136,l), -(298,0,l), -(324,0,l), -(324,384,l), -(168,384,l), -(168,354,l), -(311,354,l), -(291,374,l), -(291,299,ls), -(291,116,o), -(252,19,o), -(171,19,cs), -(92,19,o), -(61,129,o), -(61,364,cs), -(61,599,o), -(96,709,o), -(181,709,cs), -(250,709,o), -(281,645,o), -(291,495,c), -(324,495,l), -(314,665,o), -(275,739,o), -(183,739,cs), -(72,739,o), -(28,629,o), -(28,364,cs), -(28,100,o), -(66,-10,o), -(171,-10,cs) -); -} -); -width = 361; -}, -{ -anchors = ( -{ -name = bottom; -pos = (239,0); -}, -{ -name = top; -pos = (243,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(428,259,l), -(414,203,o), -(361,166,o), -(295,166,cs), -(205,166,o), -(149,229,o), -(149,361,cs), -(149,489,o), -(203,562,o), -(300,562,cs), -(361,562,o), -(411,529,o), -(428,471,c), -(638,471,l), -(622,631,o), -(488,738,o), -(301,738,cs), -(80,738,o), -(-65,589,o), -(-65,362,cs), -(-65,139,o), -(74,-10,o), -(301,-10,cs), -(481,-10,o), -(622,98,o), -(638,259,c) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,-10,o), -(307,27,o), -(326,94,c), -(327,94,l), -(336,0,l), -(473,0,l), -(473,428,l), -(243,428,l), -(243,281,l), -(344,281,l), -(304,325,l), -(304,273,ls), -(304,187,o), -(286,146,o), -(249,146,cs), -(204,146,o), -(195,217,o), -(195,364,cs), -(195,526,o), -(209,582,o), -(248,582,cs), -(278,582,o), -(291,547,o), -(295,476,c), -(469,476,l), -(462,654,o), -(397,738,o), -(243,738,cs), -(59,738,o), -(7,590,o), -(7,364,cs), -(7,138,o), -(57,-10,o), -(199,-10,cs) -); -} -); -width = 484; -}, -{ -anchors = ( -{ -name = bottom; -pos = (383,0); -}, -{ -name = top; -pos = (385,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(540,-8,o), -(656,64,o), -(691,174,c), -(697,174,l), -(702,0,l), -(734,0,l), -(734,376,l), -(373,376,l), -(373,340,l), -(710,340,l), -(693,357,l), -(693,298,ls), -(693,132,o), -(573,28,o), -(398,28,cs), -(215,28,o), -(101,161,o), -(101,364,cs), -(101,566,o), -(217,700,o), -(411,700,cs), -(559,700,o), -(657,629,o), -(685,515,c), -(725,515,l), -(696,658,o), -(572,736,o), -(411,736,cs), -(200,736,o), -(61,587,o), -(61,364,cs), -(61,141,o), -(196,-8,o), -(398,-8,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-8,o), -(640,64,o), -(676,174,c), -(677,174,l), -(682,0,l), -(714,0,l), -(714,376,l), -(353,376,l), -(353,340,l), -(692,340,l), -(673,359,l), -(673,298,ls), -(673,132,o), -(553,28,o), -(385,28,cs), -(194,28,o), -(76,163,o), -(76,364,cs), -(76,565,o), -(193,700,o), -(385,700,cs), -(544,700,o), -(632,629,o), -(665,515,c), -(705,515,l), -(671,658,o), -(557,736,o), -(385,736,cs), -(174,736,o), -(35,588,o), -(35,364,cs), -(35,142,o), -(173,-8,o), -(385,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -33 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -20 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 766; -}, -{ -anchors = ( -{ -name = bottom; -pos = (375,0); -}, -{ -name = top; -pos = (378,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-10,o), -(722,98,o), -(739,258,c), -(534,258,l), -(520,200,o), -(460,162,o), -(391,162,cs), -(293,162,o), -(227,220,o), -(227,365,cs), -(227,509,o), -(293,567,o), -(391,567,cs), -(464,567,o), -(518,528,o), -(534,472,c), -(739,472,l), -(722,631,o), -(585,739,o), -(391,739,cs), -(168,739,o), -(19,607,o), -(19,365,cs), -(19,122,o), -(168,-10,o), -(391,-10,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,-10,o), -(543,33,o), -(573,92,c), -(574,92,l), -(582,0,l), -(743,0,l), -(743,415,l), -(377,415,l), -(377,261,l), -(565,261,l), -(528,297,l), -(527,279,ls), -(523,210,o), -(465,156,o), -(379,156,cs), -(280,156,o), -(214,221,o), -(214,358,cs), -(214,483,o), -(269,567,o), -(385,567,cs), -(459,567,o), -(507,535,o), -(525,487,c), -(741,487,l), -(717,650,o), -(597,739,o), -(386,739,cs), -(156,739,o), -(4,600,o), -(4,352,cs), -(4,126,o), -(138,-10,o), -(342,-10,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; -}; -width = 760; -}, -{ -anchors = ( -{ -name = bottom; -pos = (437,0); -}, -{ -name = top; -pos = (424,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(569,-8,o), -(703,64,o), -(741,174,c), -(742,174,l), -(748,0,l), -(779,0,l), -(779,376,l), -(381,376,l), -(381,340,l), -(758,340,l), -(740,357,l), -(740,298,ls), -(740,132,o), -(604,28,o), -(409,28,cs), -(204,28,o), -(76,161,o), -(76,364,cs), -(76,566,o), -(207,700,o), -(424,700,cs), -(601,700,o), -(697,629,o), -(730,515,c), -(769,515,l), -(734,658,o), -(614,736,o), -(424,736,cs), -(191,736,o), -(38,587,o), -(38,364,cs), -(38,140,o), -(187,-8,o), -(411,-8,cs) -); -} -); -width = 820; -}, -{ -anchors = ( -{ -name = bottom; -pos = (437,0); -}, -{ -name = top; -pos = (447,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,-10,o), -(620,33,o), -(662,97,c), -(663,97,l), -(671,0,l), -(852,0,l), -(852,410,l), -(437,410,l), -(437,261,l), -(644,261,l), -(616,294,l), -(616,271,ls), -(616,208,o), -(532,163,o), -(439,163,cs), -(323,163,o), -(245,231,o), -(245,358,cs), -(245,479,o), -(307,563,o), -(448,563,cs), -(531,563,o), -(591,525,o), -(604,475,c), -(847,475,l), -(827,641,o), -(678,739,o), -(451,739,cs), -(180,739,o), -(14,598,o), -(14,352,cs), -(14,135,o), -(162,-10,o), -(382,-10,cs) -); -} -); -width = 866; -}, -{ -anchors = ( -{ -name = bottom; -pos = (398,0); -}, -{ -name = top; -pos = (400,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(540,-8,o), -(656,64,o), -(691,174,c), -(697,174,l), -(702,0,l), -(734,0,l), -(734,376,l), -(373,376,l), -(373,340,l), -(710,340,l), -(693,357,l), -(693,298,ls), -(693,132,o), -(573,28,o), -(398,28,cs), -(215,28,o), -(101,161,o), -(101,364,cs), -(101,566,o), -(217,700,o), -(411,700,cs), -(559,700,o), -(657,629,o), -(685,515,c), -(725,515,l), -(696,658,o), -(572,736,o), -(411,736,cs), -(200,736,o), -(61,587,o), -(61,364,cs), -(61,141,o), -(196,-8,o), -(398,-8,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-8,o), -(629,64,o), -(660,174,c), -(666,174,l), -(671,0,l), -(703,0,l), -(703,359,l), -(408,359,l), -(408,323,l), -(681,323,l), -(662,342,l), -(662,301,ls), -(662,135,o), -(552,28,o), -(400,28,cs), -(225,28,o), -(117,163,o), -(117,364,cs), -(117,565,o), -(226,700,o), -(408,700,cs), -(532,700,o), -(618,642,o), -(648,539,c), -(689,539,l), -(656,665,o), -(556,736,o), -(408,736,cs), -(207,736,o), -(76,588,o), -(76,364,cs), -(76,142,o), -(204,-8,o), -(400,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -33 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -20 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 795; -}, -{ -anchors = ( -{ -name = bottom; -pos = (399,0); -}, -{ -name = top; -pos = (402,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(588,-10,o), -(730,98,o), -(747,258,c), -(542,258,l), -(528,200,o), -(468,162,o), -(399,162,cs), -(301,162,o), -(235,220,o), -(235,365,cs), -(235,509,o), -(301,567,o), -(399,567,cs), -(472,567,o), -(526,528,o), -(542,472,c), -(747,472,l), -(730,631,o), -(593,739,o), -(399,739,cs), -(176,739,o), -(27,607,o), -(27,365,cs), -(27,122,o), -(176,-10,o), -(399,-10,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(455,-10,o), -(540,32,o), -(568,92,c), -(575,92,l), -(583,0,l), -(752,0,l), -(752,408,l), -(391,408,l), -(391,264,l), -(576,264,l), -(540,297,l), -(540,279,ls), -(540,205,o), -(481,156,o), -(395,156,cs), -(301,156,o), -(238,221,o), -(238,358,cs), -(238,483,o), -(289,567,o), -(401,567,cs), -(470,567,o), -(525,531,o), -(541,478,c), -(744,478,l), -(727,638,o), -(593,739,o), -(402,739,cs), -(180,739,o), -(32,600,o), -(32,352,cs), -(32,126,o), -(162,-10,o), -(358,-10,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; -}; -width = 799; -}, -{ -anchors = ( -{ -name = bottom; -pos = (156,0); -}, -{ -name = top; -pos = (298,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,-9,o), -(269,32,o), -(305,128,c), -(309,128,l), -(283,0,l), -(309,0,l), -(386,374,l), -(215,374,l), -(209,344,l), -(357,344,l), -(350,353,l), -(337,291,ls), -(301,118,o), -(242,20,o), -(162,20,cs), -(47,20,o), -(64,193,o), -(101,374,cs), -(148,602,o), -(208,708,o), -(294,708,cs), -(394,708,o), -(401,619,o), -(387,495,c), -(417,495,l), -(438,640,o), -(416,738,o), -(298,738,cs), -(201,738,o), -(127,652,o), -(69,373,cs), -(29,184,o), -(11,-9,o), -(156,-9,cs) -); -} -); -width = 416; -}, -{ -anchors = ( -{ -name = bottom; -pos = (187,0); -}, -{ -name = top; -pos = (325,729); -} -); -background = { -anchors = ( -{ -name = bottom; -pos = (187,0); -}, -{ -name = top; -pos = (325,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(225,-7,o), -(274,17,o), -(313,88,c), -(318,87,l), -(305,0,l), -(422,0,l), -(504,405,l), -(280,405,l), -(254,270,l), -(326,270,l), -(314,289,l), -(309,268,ls), -(286,172,o), -(263,143,o), -(227,146,cs), -(179,150,o), -(183,216,o), -(216,375,cs), -(249,535,o), -(276,583,o), -(316,581,cs), -(348,579,o), -(356,543,o), -(344,464,c), -(512,464,l), -(540,635,o), -(491,738,o), -(327,738,cs), -(161,738,o), -(84,596,o), -(39,382,cs), -(-4,179,o), -(-4,-7,o), -(166,-7,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(225,-7,o), -(274,17,o), -(313,88,c), -(318,87,l), -(305,0,l), -(422,0,l), -(504,405,l), -(280,405,l), -(254,270,l), -(326,270,l), -(314,289,l), -(309,268,ls), -(287,176,o), -(265,146,o), -(232,146,cs), -(170,146,o), -(188,245,o), -(216,375,cs), -(248,532,o), -(275,581,o), -(314,581,cs), -(352,581,o), -(353,534,o), -(344,464,c), -(512,464,l), -(540,635,o), -(491,738,o), -(327,738,cs), -(161,738,o), -(84,596,o), -(39,382,cs), -(-4,179,o), -(-4,-7,o), -(166,-7,cs) -); -} -); -width = 499; -}, -{ -anchors = ( -{ -name = bottom; -pos = (359,0); -}, -{ -name = top; -pos = (464,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(470,-10,o), -(573,41,o), -(627,155,c), -(633,155,l), -(608,0,l), -(640,0,l), -(718,376,l), -(374,376,l), -(367,340,l), -(680,340,l), -(672,349,l), -(656,275,ls), -(624,127,o), -(515,27,o), -(359,27,cs), -(208,27,o), -(110,127,o), -(116,309,cs), -(124,547,o), -(259,703,o), -(459,703,cs), -(595,703,o), -(683,627,o), -(694,515,c), -(735,515,l), -(729,658,o), -(613,739,o), -(466,739,cs), -(242,739,o), -(85,567,o), -(76,309,cs), -(70,118,o), -(180,-10,o), -(357,-10,cs) -); -} -); -width = 764; -}, -{ -anchors = ( -{ -name = bottom; -pos = (343,0); -}, -{ -name = top; -pos = (477,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(444,-9,o), -(517,24,o), -(556,79,c), -(563,79,l), -(558,0,l), -(704,0,l), -(789,408,l), -(426,408,l), -(395,264,l), -(571,264,l), -(555,281,l), -(552,269,ls), -(534,199,o), -(480,158,o), -(396,158,cs), -(306,158,o), -(251,213,o), -(251,314,cs), -(251,468,o), -(327,566,o), -(443,566,cs), -(525,566,o), -(581,529,o), -(587,474,c), -(791,474,l), -(787,633,o), -(643,737,o), -(460,737,cs), -(206,737,o), -(44,559,o), -(44,299,cs), -(44,108,o), -(165,-9,o), -(341,-9,cs) -); -} -); -width = 802; -}, -{ -anchors = ( -{ -name = bottom; -pos = (392,0); -}, -{ -name = top; -pos = (478,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(524,-9,o), -(646,44,o), -(703,145,c), -(710,145,l), -(684,0,l), -(717,0,l), -(793,376,l), -(400,376,l), -(393,340,l), -(757,340,l), -(749,349,l), -(733,277,ls), -(700,127,o), -(589,25,o), -(397,25,cs), -(215,25,o), -(99,129,o), -(99,314,cs), -(99,552,o), -(246,703,o), -(473,703,cs), -(629,703,o), -(744,627,o), -(761,514,c), -(801,514,l), -(785,650,o), -(653,739,o), -(475,739,cs), -(230,739,o), -(59,568,o), -(59,317,cs), -(59,115,o), -(190,-9,o), -(392,-9,cs) -); -} -); -width = 819; -}, -{ -anchors = ( -{ -name = bottom; -pos = (385,0); -}, -{ -name = top; -pos = (503,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(434,261,l), -(608,261,l), -(607,253,ls), -(595,195,o), -(522,166,o), -(448,166,cs), -(329,166,o), -(258,234,o), -(262,347,cs), -(266,475,o), -(344,560,o), -(476,560,cs), -(556,560,o), -(620,526,o), -(639,475,c), -(871,475,l), -(864,630,o), -(698,738,o), -(479,738,cs), -(204,738,o), -(39,562,o), -(31,335,cs), -(24,128,o), -(165,-10,o), -(383,-10,cs), -(484,-10,o), -(571,22,o), -(611,76,c), -(617,76,l), -(616,0,l), -(790,0,l), -(876,410,l), -(464,410,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(484,-10,o), -(571,22,o), -(611,76,c), -(617,76,l), -(616,0,l), -(790,0,l), -(876,410,l), -(464,410,l), -(434,261,l), -(626,261,l), -(611,278,l), -(607,253,ls), -(597,192,o), -(522,166,o), -(448,166,cs), -(332,166,o), -(262,230,o), -(262,338,cs), -(262,471,o), -(341,560,o), -(476,560,cs), -(556,560,o), -(620,526,o), -(639,475,c), -(871,475,l), -(864,630,o), -(698,738,o), -(479,738,cs), -(198,738,o), -(31,554,o), -(31,320,cs), -(31,122,o), -(170,-10,o), -(383,-10,cs) -); -} -); -width = 874; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_breve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_breve.glyph deleted file mode 100644 index c2a1ab90..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_breve.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Gbreve; -kernLeft = KO_O; -kernRight = KO_G; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G; -}, -{ -pos = (86,57); -ref = brevecomb; -} -); -width = 417; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G; -}, -{ -pos = (57,51); -ref = brevecomb; -} -); -width = 485; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G; -}, -{ -pos = (243,57); -ref = brevecomb; -} -); -width = 820; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G; -}, -{ -pos = (198,56); -ref = brevecomb; -} -); -width = 853; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = G; -}, -{ -pos = (86,57); -ref = brevecomb; -} -); -width = 377; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G; -}, -{ -pos = (58,51); -ref = brevecomb; -} -); -width = 466; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = G; -}, -{ -pos = (238,51); -ref = brevecomb; -} -); -width = 758; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G; -}, -{ -pos = (177,51); -ref = brevecomb; -} -); -width = 734; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G; -}, -{ -pos = (243,57); -ref = brevecomb; -} -); -width = 800; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G; -}, -{ -pos = (198,56); -ref = brevecomb; -} -); -width = 833; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G; -}, -{ -pos = (240,51); -ref = brevecomb; -} -); -width = 789; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G; -}, -{ -pos = (190,51); -ref = brevecomb; -} -); -width = 778; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G; -}, -{ -pos = (84,57); -ref = brevecomb; -} -); -width = 415; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G; -}, -{ -pos = (39,51); -ref = brevecomb; -} -); -width = 481; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G; -}, -{ -pos = (208,57); -ref = brevecomb; -} -); -width = 765; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G; -}, -{ -pos = (146,51); -ref = brevecomb; -} -); -width = 776; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G; -}, -{ -pos = (209,57); -ref = brevecomb; -} -); -width = 814; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G; -}, -{ -pos = (167,51); -ref = brevecomb; -} -); -width = 852; -} -); -unicode = 286; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_breve.ss07.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_breve.ss07.glyph deleted file mode 100644 index 42e67051..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_breve.ss07.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Gbreve.ss07; -kernLeft = KO_O; -kernRight = KO_G.ss07; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (86,57); -ref = brevecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (57,51); -ref = brevecomb; -} -); -width = 503; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (248,57); -ref = brevecomb; -} -); -width = 828; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (206,56); -ref = brevecomb; -} -); -width = 877; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (72,57); -ref = brevecomb; -} -); -width = 361; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (58,51); -ref = brevecomb; -} -); -width = 484; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (237,51); -ref = brevecomb; -} -); -width = 766; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (180,51); -ref = brevecomb; -} -); -width = 760; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (260,57); -ref = brevecomb; -} -); -width = 820; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (218,56); -ref = brevecomb; -} -); -width = 866; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (233,51); -ref = brevecomb; -} -); -width = 795; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (191,51); -ref = brevecomb; -} -); -width = 799; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (84,57); -ref = brevecomb; -} -); -width = 416; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (45,51); -ref = brevecomb; -} -); -width = 499; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (208,57); -ref = brevecomb; -} -); -width = 764; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (165,51); -ref = brevecomb; -} -); -width = 802; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (213,57); -ref = brevecomb; -} -); -width = 819; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (181,51); -ref = brevecomb; -} -); -width = 874; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_caron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_caron.glyph deleted file mode 100644 index 9dff5803..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_caron.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Gcaron; -kernLeft = KO_O; -kernRight = KO_G; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G; -}, -{ -pos = (81,57); -ref = caroncomb; -} -); -width = 417; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G; -}, -{ -pos = (35,51); -ref = caroncomb; -} -); -width = 485; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G; -}, -{ -pos = (238,57); -ref = caroncomb; -} -); -width = 820; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G; -}, -{ -pos = (146,56); -ref = caroncomb; -} -); -width = 853; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = G; -}, -{ -pos = (81,57); -ref = caroncomb; -} -); -width = 377; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G; -}, -{ -pos = (36,51); -ref = caroncomb; -} -); -width = 466; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = G; -}, -{ -pos = (242,57); -ref = caroncomb; -} -); -width = 758; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G; -}, -{ -pos = (149,51); -ref = caroncomb; -} -); -width = 734; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G; -}, -{ -pos = (238,57); -ref = caroncomb; -} -); -width = 800; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G; -}, -{ -pos = (146,56); -ref = caroncomb; -} -); -width = 833; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G; -}, -{ -pos = (244,57); -ref = caroncomb; -} -); -width = 789; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G; -}, -{ -pos = (162,51); -ref = caroncomb; -} -); -width = 778; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G; -}, -{ -pos = (84,57); -ref = caroncomb; -} -); -width = 415; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G; -}, -{ -pos = (23,51); -ref = caroncomb; -} -); -width = 481; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G; -}, -{ -pos = (213,57); -ref = caroncomb; -} -); -width = 765; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G; -}, -{ -pos = (124,51); -ref = caroncomb; -} -); -width = 776; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G; -}, -{ -pos = (208,57); -ref = caroncomb; -} -); -width = 814; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G; -}, -{ -pos = (115,56); -ref = caroncomb; -} -); -width = 852; -} -); -unicode = 486; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_caron.ss07.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_caron.ss07.glyph deleted file mode 100644 index bce8fc4b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_caron.ss07.glyph +++ /dev/null @@ -1,241 +0,0 @@ -{ -color = 6; -glyphname = Gcaron.ss07; -kernRight = KO_G.ss07; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (81,57); -ref = caroncomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (35,51); -ref = caroncomb; -} -); -width = 503; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (243,57); -ref = caroncomb; -} -); -width = 828; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (154,56); -ref = caroncomb; -} -); -width = 877; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (67,57); -ref = caroncomb; -} -); -width = 361; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (36,51); -ref = caroncomb; -} -); -width = 484; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (241,57); -ref = caroncomb; -} -); -width = 766; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (152,51); -ref = caroncomb; -} -); -width = 760; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (255,57); -ref = caroncomb; -} -); -width = 820; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (166,56); -ref = caroncomb; -} -); -width = 866; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (237,57); -ref = caroncomb; -} -); -width = 795; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (163,51); -ref = caroncomb; -} -); -width = 799; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (84,57); -ref = caroncomb; -} -); -width = 416; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (29,51); -ref = caroncomb; -} -); -width = 499; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (213,57); -ref = caroncomb; -} -); -width = 764; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (143,51); -ref = caroncomb; -} -); -width = 802; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (212,57); -ref = caroncomb; -} -); -width = 819; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (129,56); -ref = caroncomb; -} -); -width = 874; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_circumflex.glyph deleted file mode 100644 index f444cfbc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_circumflex.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Gcircumflex; -kernLeft = KO_O; -kernRight = KO_G; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G; -}, -{ -pos = (81,57); -ref = circumflexcomb; -} -); -width = 417; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G; -}, -{ -pos = (35,51); -ref = circumflexcomb; -} -); -width = 485; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G; -}, -{ -pos = (238,57); -ref = circumflexcomb; -} -); -width = 820; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G; -}, -{ -pos = (146,56); -ref = circumflexcomb; -} -); -width = 853; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = G; -}, -{ -pos = (81,57); -ref = circumflexcomb; -} -); -width = 377; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G; -}, -{ -pos = (36,51); -ref = circumflexcomb; -} -); -width = 466; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = G; -}, -{ -pos = (242,57); -ref = circumflexcomb; -} -); -width = 758; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G; -}, -{ -pos = (149,51); -ref = circumflexcomb; -} -); -width = 734; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G; -}, -{ -pos = (238,57); -ref = circumflexcomb; -} -); -width = 800; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G; -}, -{ -pos = (146,56); -ref = circumflexcomb; -} -); -width = 833; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G; -}, -{ -pos = (244,57); -ref = circumflexcomb; -} -); -width = 789; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G; -}, -{ -pos = (162,51); -ref = circumflexcomb; -} -); -width = 778; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G; -}, -{ -pos = (83,57); -ref = circumflexcomb; -} -); -width = 415; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G; -}, -{ -pos = (17,51); -ref = circumflexcomb; -} -); -width = 481; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G; -}, -{ -pos = (212,57); -ref = circumflexcomb; -} -); -width = 765; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G; -}, -{ -pos = (129,51); -ref = circumflexcomb; -} -); -width = 776; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G; -}, -{ -pos = (208,57); -ref = circumflexcomb; -} -); -width = 814; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G; -}, -{ -pos = (113,56); -ref = circumflexcomb; -} -); -width = 852; -} -); -unicode = 284; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_circumflex.ss07.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_circumflex.ss07.glyph deleted file mode 100644 index 75215ade..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_circumflex.ss07.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Gcircumflex.ss07; -kernLeft = KO_O; -kernRight = KO_G.ss07; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (81,57); -ref = circumflexcomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (35,51); -ref = circumflexcomb; -} -); -width = 503; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (243,57); -ref = circumflexcomb; -} -); -width = 828; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (154,56); -ref = circumflexcomb; -} -); -width = 877; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (67,57); -ref = circumflexcomb; -} -); -width = 361; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (36,51); -ref = circumflexcomb; -} -); -width = 484; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (241,57); -ref = circumflexcomb; -} -); -width = 766; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (152,51); -ref = circumflexcomb; -} -); -width = 760; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (255,57); -ref = circumflexcomb; -} -); -width = 820; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (166,56); -ref = circumflexcomb; -} -); -width = 866; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (237,57); -ref = circumflexcomb; -} -); -width = 795; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (163,51); -ref = circumflexcomb; -} -); -width = 799; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (83,57); -ref = circumflexcomb; -} -); -width = 416; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (23,51); -ref = circumflexcomb; -} -); -width = 499; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (212,57); -ref = circumflexcomb; -} -); -width = 764; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (148,51); -ref = circumflexcomb; -} -); -width = 802; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (212,57); -ref = circumflexcomb; -} -); -width = 819; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (127,56); -ref = circumflexcomb; -} -); -width = 874; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_commaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_commaaccent.glyph deleted file mode 100644 index 41339861..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_commaaccent.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Gcommaaccent; -kernLeft = KO_O; -kernRight = KO_G; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G; -}, -{ -pos = (111,0); -ref = commaaccentcomb; -} -); -width = 417; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G; -}, -{ -pos = (63,0); -ref = commaaccentcomb; -} -); -width = 485; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G; -}, -{ -pos = (312,0); -ref = commaaccentcomb; -} -); -width = 820; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G; -}, -{ -pos = (242,0); -ref = commaaccentcomb; -} -); -width = 853; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = G; -}, -{ -pos = (111,0); -ref = commaaccentcomb; -} -); -width = 377; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G; -}, -{ -pos = (64,0); -ref = commaaccentcomb; -} -); -width = 466; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = G; -}, -{ -pos = (296,0); -ref = commaaccentcomb; -} -); -width = 758; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G; -}, -{ -pos = (217,0); -ref = commaaccentcomb; -} -); -width = 734; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G; -}, -{ -pos = (312,0); -ref = commaaccentcomb; -} -); -width = 800; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G; -}, -{ -pos = (242,0); -ref = commaaccentcomb; -} -); -width = 833; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G; -}, -{ -pos = (296,0); -ref = commaaccentcomb; -} -); -width = 789; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G; -}, -{ -pos = (229,0); -ref = commaaccentcomb; -} -); -width = 778; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G; -}, -{ -pos = (123,0); -ref = commaaccentcomb; -} -); -width = 415; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G; -}, -{ -pos = (83,0); -ref = commaaccentcomb; -} -); -width = 481; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G; -}, -{ -pos = (304,0); -ref = commaaccentcomb; -} -); -width = 765; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G; -}, -{ -pos = (264,0); -ref = commaaccentcomb; -} -); -width = 776; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G; -}, -{ -pos = (349,0); -ref = commaaccentcomb; -} -); -width = 814; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G; -}, -{ -pos = (298,0); -ref = commaaccentcomb; -} -); -width = 852; -} -); -unicode = 290; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_commaaccent.ss07.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_commaaccent.ss07.glyph deleted file mode 100644 index 56c8af1b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_commaaccent.ss07.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Gcommaaccent.ss07; -kernLeft = KO_O; -kernRight = KO_G.ss07; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (120,0); -ref = commaaccentcomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (66,0); -ref = commaaccentcomb; -} -); -width = 503; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (334,0); -ref = commaaccentcomb; -} -); -width = 828; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (251,0); -ref = commaaccentcomb; -} -); -width = 877; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (106,0); -ref = commaaccentcomb; -} -); -width = 361; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (67,0); -ref = commaaccentcomb; -} -); -width = 484; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (297,0); -ref = commaaccentcomb; -} -); -width = 766; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (226,0); -ref = commaaccentcomb; -} -); -width = 760; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (346,0); -ref = commaaccentcomb; -} -); -width = 820; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (263,0); -ref = commaaccentcomb; -} -); -width = 866; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (291,0); -ref = commaaccentcomb; -} -); -width = 795; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (236,0); -ref = commaaccentcomb; -} -); -width = 799; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (113,0); -ref = commaaccentcomb; -} -); -width = 416; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (63,0); -ref = commaaccentcomb; -} -); -width = 499; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (307,0); -ref = commaaccentcomb; -} -); -width = 764; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (228,0); -ref = commaaccentcomb; -} -); -width = 802; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (344,0); -ref = commaaccentcomb; -} -); -width = 819; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (262,0); -ref = commaaccentcomb; -} -); -width = 874; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.glyph deleted file mode 100644 index 61e377a4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Gdotaccent; -kernLeft = KO_O; -kernRight = KO_G; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G; -}, -{ -pos = (147,57); -ref = dotaccentcomb; -} -); -width = 417; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G; -}, -{ -pos = (118,51); -ref = dotaccentcomb; -} -); -width = 485; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G; -}, -{ -pos = (345,57); -ref = dotaccentcomb; -} -); -width = 820; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G; -}, -{ -pos = (279,56); -ref = dotaccentcomb; -} -); -width = 853; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = G; -}, -{ -pos = (147,62); -ref = dotaccentcomb; -} -); -width = 377; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G; -}, -{ -pos = (119,51); -ref = dotaccentcomb; -} -); -width = 466; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = G; -}, -{ -pos = (334,62); -ref = dotaccentcomb; -} -); -width = 758; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G; -}, -{ -pos = (259,51); -ref = dotaccentcomb; -} -); -width = 734; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G; -}, -{ -pos = (345,57); -ref = dotaccentcomb; -} -); -width = 800; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G; -}, -{ -pos = (279,56); -ref = dotaccentcomb; -} -); -width = 833; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G; -}, -{ -pos = (334,79); -ref = dotaccentcomb; -} -); -width = 789; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G; -}, -{ -pos = (268,65); -ref = dotaccentcomb; -} -); -width = 778; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G; -}, -{ -pos = (144,57); -ref = dotaccentcomb; -} -); -width = 415; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G; -}, -{ -pos = (101,51); -ref = dotaccentcomb; -} -); -width = 481; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G; -}, -{ -pos = (307,57); -ref = dotaccentcomb; -} -); -width = 765; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G; -}, -{ -pos = (233,51); -ref = dotaccentcomb; -} -); -width = 776; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G; -}, -{ -pos = (317,57); -ref = dotaccentcomb; -} -); -width = 814; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G; -}, -{ -pos = (245,56); -ref = dotaccentcomb; -} -); -width = 852; -} -); -unicode = 288; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.ss01.glyph deleted file mode 100644 index 290c0ddd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Gdotaccent.ss01; -kernLeft = KO_O; -kernRight = KO_G.ss07; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (155,57); -ref = dotaccentcomb.ss01; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (123,51); -ref = dotaccentcomb.ss01; -} -); -width = 503; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (363,57); -ref = dotaccentcomb.ss01; -} -); -width = 828; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (294,56); -ref = dotaccentcomb.ss01; -} -); -width = 877; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = G.ss07; -}, -{ -alignment = -1; -pos = (155,57); -ref = dotaccentcomb.ss01; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (124,51); -ref = dotaccentcomb.ss01; -} -); -width = 484; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = G.ss07; -}, -{ -alignment = -1; -pos = (346,57); -ref = dotaccentcomb.ss01; -} -); -width = 806; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (263,51); -ref = dotaccentcomb.ss01; -} -); -width = 760; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (375,57); -ref = dotaccentcomb.ss01; -} -); -width = 820; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (306,56); -ref = dotaccentcomb.ss01; -} -); -width = 866; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (340,57); -ref = dotaccentcomb.ss01; -} -); -width = 795; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (268,51); -ref = dotaccentcomb.ss01; -} -); -width = 799; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (158,57); -ref = dotaccentcomb.ss01; -} -); -width = 416; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (113,51); -ref = dotaccentcomb.ss01; -} -); -width = 499; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (320,57); -ref = dotaccentcomb.ss01; -} -); -width = 764; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (257,51); -ref = dotaccentcomb.ss01; -} -); -width = 802; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (334,57); -ref = dotaccentcomb.ss01; -} -); -width = 819; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (268,51); -ref = dotaccentcomb.ss01; -} -); -width = 874; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.ss01.ss07.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.ss01.ss07.glyph deleted file mode 100644 index 6bb4212f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.ss01.ss07.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Gdotaccent.ss01.ss07; -kernLeft = KO_O; -kernRight = KO_G.ss07; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (155,57); -ref = dotaccentcomb.ss01; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (123,51); -ref = dotaccentcomb.ss01; -} -); -width = 503; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (363,57); -ref = dotaccentcomb.ss01; -} -); -width = 828; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (294,56); -ref = dotaccentcomb.ss01; -} -); -width = 877; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (141,57); -ref = dotaccentcomb.ss01; -} -); -width = 361; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (124,51); -ref = dotaccentcomb.ss01; -} -); -width = 484; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (346,57); -ref = dotaccentcomb.ss01; -} -); -width = 766; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (263,51); -ref = dotaccentcomb.ss01; -} -); -width = 760; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (375,57); -ref = dotaccentcomb.ss01; -} -); -width = 820; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (306,56); -ref = dotaccentcomb.ss01; -} -); -width = 866; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (340,57); -ref = dotaccentcomb.ss01; -} -); -width = 795; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (268,51); -ref = dotaccentcomb.ss01; -} -); -width = 799; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (158,57); -ref = dotaccentcomb.ss01; -} -); -width = 416; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (113,51); -ref = dotaccentcomb.ss01; -} -); -width = 499; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (320,57); -ref = dotaccentcomb.ss01; -} -); -width = 764; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (257,51); -ref = dotaccentcomb.ss01; -} -); -width = 802; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (334,57); -ref = dotaccentcomb.ss01; -} -); -width = 819; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (268,51); -ref = dotaccentcomb.ss01; -} -); -width = 874; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.ss07.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.ss07.glyph deleted file mode 100644 index 5d14050d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_dotaccent.ss07.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Gdotaccent.ss07; -kernLeft = KO_O; -kernRight = KO_G.ss07; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (147,57); -ref = dotaccentcomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (118,51); -ref = dotaccentcomb; -} -); -width = 503; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (350,57); -ref = dotaccentcomb; -} -); -width = 828; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (287,56); -ref = dotaccentcomb; -} -); -width = 877; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (133,62); -ref = dotaccentcomb; -} -); -width = 361; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (119,51); -ref = dotaccentcomb; -} -); -width = 484; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (333,62); -ref = dotaccentcomb; -} -); -width = 766; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (262,51); -ref = dotaccentcomb; -} -); -width = 760; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (362,57); -ref = dotaccentcomb; -} -); -width = 820; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (299,56); -ref = dotaccentcomb; -} -); -width = 866; -}, -{ -layerId = m019; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (327,79); -ref = dotaccentcomb; -} -); -width = 795; -}, -{ -layerId = m020; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (269,65); -ref = dotaccentcomb; -} -); -width = 799; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (144,57); -ref = dotaccentcomb; -} -); -width = 416; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (107,51); -ref = dotaccentcomb; -} -); -width = 499; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (307,57); -ref = dotaccentcomb; -} -); -width = 764; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (252,51); -ref = dotaccentcomb; -} -); -width = 802; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (321,57); -ref = dotaccentcomb; -} -); -width = 819; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = G.ss07; -}, -{ -pos = (259,56); -ref = dotaccentcomb; -} -); -width = 874; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/G_ermandbls.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/G_ermandbls.glyph deleted file mode 100644 index 33ff5eda..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/G_ermandbls.glyph +++ /dev/null @@ -1,781 +0,0 @@ -{ -glyphname = Germandbls; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(97,701,l), -(327,701,l), -(191,426,l), -(191,400,l), -(209,400,ls), -(297,400,o), -(356,351,o), -(356,213,cs), -(356,101,o), -(310,26,o), -(199,26,cs), -(165,26,l), -(165,0,l), -(201,0,ls), -(313,0,o), -(388,60,o), -(388,213,cs), -(388,357,o), -(324,425,o), -(211,425,cs), -(203,425,l), -(225,411,l), -(225,429,l), -(358,697,l), -(358,729,l), -(66,729,l), -(66,0,l) -); -} -); -width = 413; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,0,l), -(207,581,l), -(342,581,l), -(263,436,l), -(263,331,l), -(283,331,ls), -(333,331,o), -(367,306,o), -(367,241,cs), -(367,179,o), -(343,144,o), -(283,144,cs), -(257,144,l), -(257,0,l), -(318,0,ls), -(452,0,o), -(542,86,o), -(542,214,cs), -(542,332,o), -(484,411,o), -(380,411,cs), -(362,411,l), -(417,376,l), -(417,417,l), -(509,582,l), -(509,729,l), -(29,729,l), -(29,0,l) -); -} -); -width = 554; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(111,0,l), -(111,692,l), -(588,692,l), -(339,415,l), -(339,382,l), -(442,382,ls), -(562,382,o), -(642,334,o), -(642,211,cs), -(642,106,o), -(586,36,o), -(442,36,cs), -(198,36,l), -(198,0,l), -(448,0,ls), -(598,0,o), -(682,84,o), -(682,210,cs), -(682,342,o), -(598,417,o), -(448,417,cs), -(376,417,l), -(394,387,l), -(394,424,l), -(623,678,l), -(623,729,l), -(72,729,l), -(72,0,l) -); -} -); -width = 711; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,0,l), -(292,554,l), -(526,554,l), -(410,401,l), -(410,297,l), -(483,297,ls), -(535,297,o), -(565,277,o), -(565,233,cs), -(565,191,o), -(539,168,o), -(485,168,cs), -(368,168,l), -(368,0,l), -(544,0,ls), -(711,0,o), -(823,67,o), -(823,209,cs), -(823,331,o), -(745,399,o), -(628,399,cs), -(604,399,l), -(658,360,l), -(658,406,l), -(765,539,l), -(765,729,l), -(47,729,l), -(47,0,l) -); -} -); -width = 828; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,0,l), -(73,701,l), -(303,701,l), -(167,426,l), -(167,400,l), -(185,400,ls), -(273,400,o), -(332,351,o), -(332,213,cs), -(332,101,o), -(286,26,o), -(175,26,cs), -(141,26,l), -(141,0,l), -(177,0,ls), -(289,0,o), -(364,60,o), -(364,213,cs), -(364,357,o), -(300,425,o), -(187,425,cs), -(179,425,l), -(201,411,l), -(201,429,l), -(334,697,l), -(334,729,l), -(42,729,l), -(42,0,l) -); -} -); -width = 367; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,0,l), -(196,581,l), -(331,581,l), -(252,436,l), -(252,331,l), -(272,331,ls), -(322,331,o), -(356,306,o), -(356,241,cs), -(356,179,o), -(332,144,o), -(272,144,cs), -(246,144,l), -(246,0,l), -(307,0,ls), -(441,0,o), -(531,86,o), -(531,214,cs), -(531,332,o), -(473,411,o), -(369,411,cs), -(351,411,l), -(406,376,l), -(406,417,l), -(498,582,l), -(498,729,l), -(18,729,l), -(18,0,l) -); -} -); -width = 534; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(109,0,l), -(109,693,l), -(473,693,l), -(254,417,l), -(254,387,l), -(313,387,ls), -(457,387,o), -(514,319,o), -(514,211,cs), -(514,110,o), -(455,34,o), -(321,34,cs), -(179,34,l), -(179,0,l), -(321,0,ls), -(470,0,o), -(555,81,o), -(555,211,cs), -(555,339,o), -(479,420,o), -(317,420,cs), -(292,420,l), -(307,403,l), -(307,427,l), -(506,678,l), -(506,729,l), -(70,729,l), -(70,0,l) -); -} -); -width = 582; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,0,l), -(233,561,l), -(455,561,l), -(349,411,l), -(349,321,l), -(379,321,ls), -(435,321,o), -(473,299,o), -(473,242,cs), -(473,195,o), -(447,163,o), -(379,163,cs), -(292,163,l), -(292,0,l), -(417,0,ls), -(577,0,o), -(683,78,o), -(683,217,cs), -(683,325,o), -(611,404,o), -(509,404,cs), -(492,404,l), -(541,353,l), -(541,410,l), -(644,546,l), -(644,729,l), -(30,729,l), -(30,0,l) -); -} -); -width = 685; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(101,0,l), -(101,692,l), -(578,692,l), -(329,415,l), -(329,382,l), -(432,382,ls), -(552,382,o), -(632,334,o), -(632,211,cs), -(632,106,o), -(576,36,o), -(432,36,cs), -(188,36,l), -(188,0,l), -(438,0,ls), -(588,0,o), -(672,84,o), -(672,210,cs), -(672,342,o), -(588,417,o), -(438,417,cs), -(366,417,l), -(384,387,l), -(384,424,l), -(613,678,l), -(613,729,l), -(62,729,l), -(62,0,l) -); -} -); -width = 691; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(277,0,l), -(277,554,l), -(511,554,l), -(395,401,l), -(395,297,l), -(468,297,ls), -(520,297,o), -(550,277,o), -(550,233,cs), -(550,191,o), -(524,168,o), -(470,168,cs), -(353,168,l), -(353,0,l), -(529,0,ls), -(696,0,o), -(808,67,o), -(808,209,cs), -(808,331,o), -(730,399,o), -(613,399,cs), -(589,399,l), -(643,360,l), -(643,406,l), -(750,539,l), -(750,729,l), -(32,729,l), -(32,0,l) -); -} -); -width = 803; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(134,0,l), -(134,693,l), -(490,693,l), -(275,417,l), -(275,387,l), -(334,387,ls), -(474,387,o), -(531,319,o), -(531,211,cs), -(531,110,o), -(472,34,o), -(342,34,cs), -(202,34,l), -(202,0,l), -(342,0,ls), -(487,0,o), -(570,81,o), -(570,211,cs), -(570,339,o), -(496,420,o), -(338,420,cs), -(313,420,l), -(328,403,l), -(328,427,l), -(523,678,l), -(523,729,l), -(95,729,l), -(95,0,l) -); -} -); -width = 619; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(258,0,l), -(258,561,l), -(469,561,l), -(370,411,l), -(370,321,l), -(398,321,ls), -(449,321,o), -(486,299,o), -(486,242,cs), -(486,195,o), -(461,163,o), -(398,163,cs), -(316,163,l), -(316,0,l), -(436,0,ls), -(591,0,o), -(694,78,o), -(694,217,cs), -(694,325,o), -(625,404,o), -(528,404,cs), -(511,404,l), -(559,353,l), -(559,410,l), -(656,546,l), -(656,729,l), -(57,729,l), -(57,0,l) -); -} -); -width = 716; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(190,701,l), -(418,701,l), -(225,426,l), -(220,400,l), -(244,400,ls), -(328,400,o), -(371,339,o), -(346,210,cs), -(322,94,o), -(270,29,o), -(150,29,cs), -(116,29,l), -(110,0,l), -(146,0,ls), -(263,0,o), -(351,59,o), -(378,209,cs), -(401,346,o), -(354,426,o), -(248,426,cs), -(241,426,l), -(256,413,l), -(260,429,l), -(447,697,l), -(454,729,l), -(165,729,l), -(12,0,l) -); -} -); -width = 412; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(601,729,l), -(126,729,l), -(-28,0,l), -(149,0,l), -(270,581,l), -(391,581,l), -(295,436,l), -(273,331,l), -(305,331,ls), -(349,331,o), -(371,299,o), -(356,232,cs), -(344,179,o), -(316,144,o), -(263,144,cs), -(228,144,l), -(198,0,l), -(272,0,ls), -(423,0,o), -(526,90,o), -(532,250,cs), -(534,346,o), -(489,403,o), -(413,411,c), -(435,361,l), -(444,417,l), -(575,605,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(149,0,l), -(270,581,l), -(391,581,l), -(295,436,l), -(273,331,l), -(305,331,ls), -(349,331,o), -(371,299,o), -(356,232,cs), -(344,179,o), -(316,144,o), -(263,144,cs), -(228,144,l), -(198,0,l), -(272,0,ls), -(423,0,o), -(526,90,o), -(532,250,cs), -(534,346,o), -(486,411,o), -(403,411,cs), -(397,411,l), -(437,375,l), -(444,417,l), -(575,605,l), -(601,729,l), -(126,729,l), -(-28,0,l) -); -} -); -width = 553; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(222,693,l), -(581,693,l), -(309,417,l), -(302,387,l), -(380,387,ls), -(474,387,o), -(530,337,o), -(530,246,cs), -(530,116,o), -(451,34,o), -(316,34,cs), -(154,34,l), -(147,0,l), -(311,0,ls), -(462,0,o), -(569,92,o), -(569,244,cs), -(569,352,o), -(499,420,o), -(374,420,cs), -(353,420,l), -(362,410,l), -(364,427,l), -(613,678,l), -(623,729,l), -(192,729,l), -(39,0,l) -); -} -); -width = 624; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(753,729,l), -(155,729,l), -(2,0,l), -(203,0,l), -(321,561,l), -(521,561,l), -(394,411,l), -(375,321,l), -(412,321,ls), -(462,321,o), -(487,296,o), -(485,254,cs), -(483,198,o), -(448,163,o), -(377,163,cs), -(306,163,l), -(271,0,l), -(407,0,ls), -(588,0,o), -(693,93,o), -(698,232,cs), -(701,328,o), -(648,397,o), -(561,404,c), -(540,404,l), -(583,355,l), -(593,410,l), -(715,546,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(203,0,l), -(321,561,l), -(521,561,l), -(394,411,l), -(375,321,l), -(412,321,ls), -(462,321,o), -(487,296,o), -(485,254,cs), -(483,198,o), -(448,163,o), -(377,163,cs), -(306,163,l), -(271,0,l), -(407,0,ls), -(588,0,o), -(693,93,o), -(698,232,cs), -(701,328,o), -(644,404,o), -(551,404,cs), -(540,404,l), -(583,355,l), -(593,410,l), -(715,546,l), -(753,729,l), -(155,729,l), -(2,0,l) -); -} -); -width = 730; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(201,692,l), -(669,692,l), -(368,415,l), -(361,382,l), -(476,382,ls), -(569,382,o), -(631,340,o), -(631,241,cs), -(631,119,o), -(547,37,o), -(399,37,cs), -(150,37,l), -(142,0,l), -(397,0,ls), -(571,0,o), -(670,99,o), -(670,239,cs), -(670,349,o), -(602,417,o), -(476,417,cs), -(419,417,l), -(427,408,l), -(429,424,l), -(705,678,l), -(716,729,l), -(170,729,l), -(17,0,l) -); -} -); -width = 709; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,0,l), -(335,567,l), -(591,567,l), -(423,401,l), -(402,303,l), -(478,303,ls), -(521,303,o), -(551,285,o), -(549,238,cs), -(547,186,o), -(511,156,o), -(450,156,cs), -(325,156,l), -(292,0,l), -(491,0,ls), -(666,0,o), -(783,83,o), -(788,221,cs), -(791,328,o), -(725,398,o), -(622,398,cs), -(603,398,l), -(648,353,l), -(658,406,l), -(792,529,l), -(834,729,l), -(143,729,l), -(-10,0,l) -); -} -); -width = 805; -} -); -unicode = 7838; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/H_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/H_.glyph deleted file mode 100644 index 0d453896..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/H_.glyph +++ /dev/null @@ -1,1082 +0,0 @@ -{ -glyphname = H; -kernLeft = KO_H; -kernRight = KO_H; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (248,0); -}, -{ -name = center; -pos = (247,591); -}, -{ -name = top; -pos = (248,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(213,0,l), -(213,729,l), -(29,729,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(466,0,l), -(466,729,l), -(280,729,l), -(280,0,l) -); -}, -{ -closed = 1; -nodes = ( -(311,291,l), -(311,447,l), -(182,447,l), -(182,291,l) -); -} -); -width = 495; -}, -{ -anchors = ( -{ -name = bottom; -pos = (213,0); -}, -{ -name = center; -pos = (213,592); -}, -{ -name = top; -pos = (213,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(97,729,l), -(66,729,l), -(66,0,l) -); -}, -{ -closed = 1; -nodes = ( -(360,0,l), -(360,729,l), -(329,729,l), -(329,0,l) -); -}, -{ -closed = 1; -nodes = ( -(348,365,l), -(348,395,l), -(80,395,l), -(80,365,l) -); -} -); -width = 426; -}, -{ -anchors = ( -{ -name = bottom; -pos = (406,0); -}, -{ -name = center; -pos = (406,592); -}, -{ -name = top; -pos = (406,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,729,l), -(72,729,l), -(72,0,l) -); -}, -{ -closed = 1; -nodes = ( -(739,0,l), -(739,729,l), -(701,729,l), -(701,0,l) -); -}, -{ -closed = 1; -nodes = ( -(715,362,l), -(715,398,l), -(96,398,l), -(96,362,l) -); -} -); -width = 811; -}, -{ -anchors = ( -{ -name = bottom; -pos = (434,0); -}, -{ -name = center; -pos = (434,591); -}, -{ -name = top; -pos = (434,729); -}, -{ -name = topleft; -pos = (13,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,729,l), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(821,0,l), -(821,729,l), -(592,729,l), -(592,0,l) -); -}, -{ -closed = 1; -nodes = ( -(623,280,l), -(623,458,l), -(245,458,l), -(245,280,l) -); -} -); -width = 868; -}, -{ -anchors = ( -{ -name = bottom; -pos = (181,0); -}, -{ -name = center; -pos = (181,592); -}, -{ -name = top; -pos = (181,729); -}, -{ -name = topleft; -pos = (-3,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,0,l), -(73,729,l), -(42,729,l), -(42,0,l) -); -}, -{ -closed = 1; -nodes = ( -(320,0,l), -(320,729,l), -(289,729,l), -(289,0,l) -); -}, -{ -closed = 1; -nodes = ( -(308,365,l), -(308,395,l), -(56,395,l), -(56,365,l) -); -} -); -width = 362; -}, -{ -anchors = ( -{ -name = bottom; -pos = (237,0); -}, -{ -name = center; -pos = (236,591); -}, -{ -name = top; -pos = (237,729); -}, -{ -name = topleft; -pos = (10,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(204,729,l), -(18,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(455,0,l), -(455,729,l), -(269,729,l), -(269,0,l) -); -}, -{ -closed = 1; -nodes = ( -(300,291,l), -(300,447,l), -(171,447,l), -(171,291,l) -); -} -); -width = 473; -}, -{ -anchors = ( -{ -name = bottom; -pos = (361,0); -}, -{ -name = center; -pos = (361,592); -}, -{ -name = top; -pos = (361,729); -}, -{ -name = topleft; -pos = (-13,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,0,l), -(108,729,l), -(70,729,l), -(70,0,l) -); -}, -{ -closed = 1; -nodes = ( -(652,0,l), -(652,729,l), -(614,729,l), -(614,0,l) -); -}, -{ -closed = 1; -nodes = ( -(634,362,l), -(634,398,l), -(88,398,l), -(88,362,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -} -); -}; -width = 722; -}, -{ -anchors = ( -{ -name = bottom; -pos = (372,0); -}, -{ -name = center; -pos = (372,591); -}, -{ -name = top; -pos = (372,729); -}, -{ -name = topleft; -pos = (-19,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,0,l), -(233,729,l), -(30,729,l), -(30,0,l) -); -}, -{ -closed = 1; -nodes = ( -(714,0,l), -(714,729,l), -(511,729,l), -(511,0,l) -); -}, -{ -closed = 1; -nodes = ( -(549,283,l), -(549,455,l), -(195,455,l), -(195,283,l) -); -} -); -width = 744; -}, -{ -anchors = ( -{ -name = bottom; -pos = (396,0); -}, -{ -name = center; -pos = (396,592); -}, -{ -name = top; -pos = (396,729); -}, -{ -name = topleft; -pos = (11,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(100,729,l), -(62,729,l), -(62,0,l) -); -}, -{ -closed = 1; -nodes = ( -(729,0,l), -(729,729,l), -(691,729,l), -(691,0,l) -); -}, -{ -closed = 1; -nodes = ( -(705,362,l), -(705,398,l), -(86,398,l), -(86,362,l) -); -} -); -width = 791; -}, -{ -anchors = ( -{ -name = bottom; -pos = (419,0); -}, -{ -name = center; -pos = (419,591); -}, -{ -name = top; -pos = (419,729); -}, -{ -name = topleft; -pos = (-2,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,0,l), -(261,729,l), -(32,729,l), -(32,0,l) -); -}, -{ -closed = 1; -nodes = ( -(806,0,l), -(806,729,l), -(577,729,l), -(577,0,l) -); -}, -{ -closed = 1; -nodes = ( -(608,280,l), -(608,458,l), -(230,458,l), -(230,280,l) -); -} -); -width = 838; -}, -{ -anchors = ( -{ -name = bottom; -pos = (377,0); -}, -{ -name = center; -pos = (377,592); -}, -{ -name = top; -pos = (377,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(143,0,l), -(143,729,l), -(105,729,l), -(105,0,l) -); -}, -{ -closed = 1; -nodes = ( -(649,0,l), -(649,729,l), -(613,729,l), -(613,0,l) -); -}, -{ -closed = 1; -nodes = ( -(633,362,l), -(633,398,l), -(123,398,l), -(123,362,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -} -); -}; -width = 754; -}, -{ -anchors = ( -{ -name = bottom; -pos = (391,0); -}, -{ -name = center; -pos = (391,591); -}, -{ -name = top; -pos = (391,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(263,0,l), -(263,729,l), -(62,729,l), -(62,0,l) -); -}, -{ -closed = 1; -nodes = ( -(720,0,l), -(720,729,l), -(519,729,l), -(519,0,l) -); -}, -{ -closed = 1; -nodes = ( -(556,283,l), -(556,455,l), -(226,455,l), -(226,283,l) -); -} -); -width = 782; -}, -{ -anchors = ( -{ -name = bottom; -pos = (169,0); -}, -{ -name = center; -pos = (282,592); -}, -{ -name = top; -pos = (320,729); -}, -{ -name = topleft; -pos = (130,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(195,729,l), -(164,729,l), -(12,0,l) -); -}, -{ -closed = 1; -nodes = ( -(303,0,l), -(455,729,l), -(426,729,l), -(273,0,l) -); -}, -{ -closed = 1; -nodes = ( -(362,355,l), -(371,385,l), -(109,385,l), -(97,355,l) -); -} -); -width = 422; -}, -{ -anchors = ( -{ -name = bottom; -pos = (202,0); -}, -{ -name = center; -pos = (314,591); -}, -{ -name = top; -pos = (353,729); -}, -{ -name = topleft; -pos = (127,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,0,l), -(310,729,l), -(125,729,l), -(-27,0,l) -); -}, -{ -closed = 1; -nodes = ( -(408,0,l), -(560,729,l), -(375,729,l), -(224,0,l) -); -}, -{ -closed = 1; -nodes = ( -(346,291,l), -(379,447,l), -(190,447,l), -(157,291,l) -); -} -); -width = 494; -}, -{ -anchors = ( -{ -name = bottom; -pos = (333,0); -}, -{ -name = center; -pos = (445,592); -}, -{ -name = top; -pos = (484,729); -}, -{ -name = topleft; -pos = (118,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(228,729,l), -(191,729,l), -(40,0,l) -); -}, -{ -closed = 1; -nodes = ( -(606,0,l), -(757,729,l), -(719,729,l), -(568,0,l) -); -}, -{ -closed = 1; -nodes = ( -(662,352,l), -(666,388,l), -(139,388,l), -(126,352,l) -); -} -); -width = 754; -}, -{ -anchors = ( -{ -name = bottom; -pos = (347,0); -}, -{ -name = center; -pos = (459,591); -}, -{ -name = top; -pos = (498,729); -}, -{ -name = topleft; -pos = (115,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(355,729,l), -(154,729,l), -(3,0,l) -); -}, -{ -closed = 1; -nodes = ( -(670,0,l), -(821,729,l), -(620,729,l), -(469,0,l) -); -}, -{ -closed = 1; -nodes = ( -(590,283,l), -(624,455,l), -(238,455,l), -(202,283,l) -); -} -); -width = 785; -}, -{ -anchors = ( -{ -name = bottom; -pos = (358,0); -}, -{ -name = center; -pos = (470,592); -}, -{ -name = top; -pos = (509,729); -}, -{ -name = topleft; -pos = (128,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(207,729,l), -(169,729,l), -(18,0,l) -); -}, -{ -closed = 1; -nodes = ( -(676,0,l), -(827,729,l), -(790,729,l), -(639,0,l) -); -}, -{ -closed = 1; -nodes = ( -(730,352,l), -(739,388,l), -(118,388,l), -(111,352,l) -); -} -); -width = 802; -}, -{ -anchors = ( -{ -name = bottom; -pos = (384,0); -}, -{ -name = center; -pos = (496,591); -}, -{ -name = top; -pos = (535,729); -}, -{ -name = topleft; -pos = (118,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,0,l), -(369,729,l), -(142,729,l), -(-9,0,l) -); -}, -{ -closed = 1; -nodes = ( -(756,0,l), -(908,729,l), -(680,729,l), -(529,0,l) -); -}, -{ -closed = 1; -nodes = ( -(648,280,l), -(685,458,l), -(253,458,l), -(216,280,l) -); -} -); -width = 860; -} -); -metricRight = "=|"; -unicode = 72; -userData = { -KernOnName = H; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/H_bar.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/H_bar.glyph deleted file mode 100644 index 2383bdc7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/H_bar.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Hbar; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-36,223); -ref = strokelongcomb; -} -); -width = 426; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-53,222); -ref = strokelongcomb; -} -); -width = 495; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-56,223); -ref = strokelongcomb; -} -); -width = 811; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-65,226); -ref = strokelongcomb; -} -); -width = 868; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-48,223); -ref = strokelongcomb; -} -); -width = 362; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-54,222); -ref = strokelongcomb; -} -); -width = 473; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-46,223); -ref = strokelongcomb; -} -); -width = 722; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-62,226); -ref = strokelongcomb; -} -); -width = 744; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (-56,223); -ref = strokelongcomb; -} -); -width = 811; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-70,226); -ref = strokelongcomb; -} -); -width = 838; -}, -{ -layerId = m019; -shapes = ( -{ -ref = H; -}, -{ -pos = (-45,223); -ref = strokelongcomb; -} -); -width = 754; -}, -{ -layerId = m020; -shapes = ( -{ -ref = H; -}, -{ -pos = (-54,226); -ref = strokelongcomb; -} -); -width = 782; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = H; -}, -{ -pos = (10,223); -ref = strokelongcomb; -} -); -width = 422; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-7,222); -ref = strokelongcomb; -} -); -width = 494; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-5,223); -ref = strokelongcomb; -} -); -width = 754; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-15,226); -ref = strokelongcomb; -} -); -width = 785; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-15,223); -ref = strokelongcomb; -} -); -width = 802; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = H; -}, -{ -pos = (-22,226); -ref = strokelongcomb; -} -); -width = 860; -} -); -unicode = 294; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/H_circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/H_circumflex.glyph deleted file mode 100644 index c28cc332..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/H_circumflex.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Hcircumflex; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = H; -}, -{ -pos = (84,57); -ref = circumflexcomb; -} -); -width = 426; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = H; -}, -{ -pos = (31,51); -ref = circumflexcomb; -} -); -width = 495; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = H; -}, -{ -pos = (227,57); -ref = circumflexcomb; -} -); -width = 811; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = H; -}, -{ -pos = (143,56); -ref = circumflexcomb; -} -); -width = 868; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = H; -}, -{ -pos = (72,57); -ref = circumflexcomb; -} -); -width = 362; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = H; -}, -{ -pos = (30,51); -ref = circumflexcomb; -} -); -width = 473; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = H; -}, -{ -pos = (217,57); -ref = circumflexcomb; -} -); -width = 722; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = H; -}, -{ -pos = (146,51); -ref = circumflexcomb; -} -); -width = 744; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (227,57); -ref = circumflexcomb; -} -); -width = 811; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = H; -}, -{ -pos = (138,56); -ref = circumflexcomb; -} -); -width = 838; -}, -{ -layerId = m019; -shapes = ( -{ -ref = H; -}, -{ -pos = (214,57); -ref = circumflexcomb; -} -); -width = 754; -}, -{ -layerId = m020; -shapes = ( -{ -ref = H; -}, -{ -pos = (152,51); -ref = circumflexcomb; -} -); -width = 782; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = H; -}, -{ -pos = (105,57); -ref = circumflexcomb; -} -); -width = 422; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = H; -}, -{ -pos = (51,51); -ref = circumflexcomb; -} -); -width = 494; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = H; -}, -{ -pos = (232,57); -ref = circumflexcomb; -} -); -width = 754; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = H; -}, -{ -pos = (169,51); -ref = circumflexcomb; -} -); -width = 785; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = H; -}, -{ -pos = (243,57); -ref = circumflexcomb; -} -); -width = 802; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = H; -}, -{ -pos = (159,56); -ref = circumflexcomb; -} -); -width = 860; -} -); -unicode = 292; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_.glyph deleted file mode 100644 index 90264a71..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_.glyph +++ /dev/null @@ -1,703 +0,0 @@ -{ -glyphname = I; -kernLeft = KO_H; -kernRight = KO_H; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (123,0); -}, -{ -name = ogonek; -pos = (216,0); -}, -{ -name = top; -pos = (123,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(216,0,l), -(216,729,l), -(29,729,l), -(29,0,l) -); -} -); -width = 245; -}, -{ -anchors = ( -{ -name = bottom; -pos = (82,0); -}, -{ -name = ogonek; -pos = (97,0); -}, -{ -name = top; -pos = (82,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(97,729,l), -(66,729,l), -(66,0,l) -); -} -); -width = 163; -}, -{ -anchors = ( -{ -name = bottom; -pos = (91,0); -}, -{ -name = ogonek; -pos = (110,0); -}, -{ -name = top; -pos = (91,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,729,l), -(72,729,l), -(72,0,l) -); -} -); -width = 182; -}, -{ -anchors = ( -{ -name = bottom; -pos = (162,0); -}, -{ -name = ogonek; -pos = (276,0); -}, -{ -name = top; -pos = (162,729); -}, -{ -name = topleft; -pos = (13,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,729,l), -(47,729,l), -(47,0,l) -); -} -); -width = 323; -}, -{ -anchors = ( -{ -name = bottom; -pos = (58,0); -}, -{ -name = ogonek; -pos = (73,0); -}, -{ -name = top; -pos = (58,729); -}, -{ -name = topleft; -pos = (-3,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,0,l), -(73,729,l), -(42,729,l), -(42,0,l) -); -} -); -width = 115; -}, -{ -anchors = ( -{ -name = bottom; -pos = (112,0); -}, -{ -name = ogonek; -pos = (204,0); -}, -{ -name = top; -pos = (112,729); -}, -{ -name = topleft; -pos = (10,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(204,729,l), -(18,729,l), -(18,0,l) -); -} -); -width = 222; -}, -{ -anchors = ( -{ -name = bottom; -pos = (89,0); -}, -{ -name = ogonek; -pos = (108,0); -}, -{ -name = top; -pos = (89,729); -}, -{ -name = topleft; -pos = (-13,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,0,l), -(108,729,l), -(70,729,l), -(70,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 178; -}, -{ -anchors = ( -{ -name = bottom; -pos = (132,0); -}, -{ -name = ogonek; -pos = (233,0); -}, -{ -name = top; -pos = (132,729); -}, -{ -name = topleft; -pos = (-19,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,0,l), -(233,729,l), -(30,729,l), -(30,0,l) -); -} -); -width = 263; -}, -{ -anchors = ( -{ -name = bottom; -pos = (81,0); -}, -{ -name = ogonek; -pos = (100,0); -}, -{ -name = top; -pos = (81,729); -}, -{ -name = topleft; -pos = (11,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(100,729,l), -(62,729,l), -(62,0,l) -); -} -); -width = 162; -}, -{ -anchors = ( -{ -name = bottom; -pos = (147,0); -}, -{ -name = ogonek; -pos = (261,0); -}, -{ -name = top; -pos = (147,729); -}, -{ -name = topleft; -pos = (-2,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,0,l), -(261,729,l), -(32,729,l), -(32,0,l) -); -} -); -width = 293; -}, -{ -anchors = ( -{ -name = bottom; -pos = (124,0); -}, -{ -name = ogonek; -pos = (143,0); -}, -{ -name = top; -pos = (124,729); -}, -{ -name = topleft; -pos = (24,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(143,0,l), -(143,729,l), -(105,729,l), -(105,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 248; -}, -{ -anchors = ( -{ -name = bottom; -pos = (163,0); -}, -{ -name = ogonek; -pos = (264,0); -}, -{ -name = top; -pos = (163,729); -}, -{ -name = topleft; -pos = (22,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,729,l), -(62,729,l), -(62,0,l) -); -} -); -width = 327; -}, -{ -anchors = ( -{ -name = bottom; -pos = (28,0); -}, -{ -name = ogonek; -pos = (43,0); -}, -{ -name = top; -pos = (179,729); -}, -{ -name = topleft; -pos = (130,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(194,729,l), -(163,729,l), -(12,0,l) -); -} -); -width = 161; -}, -{ -anchors = ( -{ -name = bottom; -pos = (66,0); -}, -{ -name = ogonek; -pos = (158,0); -}, -{ -name = top; -pos = (216,729); -}, -{ -name = topleft; -pos = (125,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,0,l), -(310,729,l), -(125,729,l), -(-27,0,l) -); -} -); -width = 244; -}, -{ -anchors = ( -{ -name = bottom; -pos = (59,0); -}, -{ -name = ogonek; -pos = (77,0); -}, -{ -name = top; -pos = (210,729); -}, -{ -name = topleft; -pos = (118,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(229,729,l), -(191,729,l), -(40,0,l) -); -} -); -width = 226; -}, -{ -anchors = ( -{ -name = bottom; -pos = (104,0); -}, -{ -name = ogonek; -pos = (204,0); -}, -{ -name = top; -pos = (254,729); -}, -{ -name = topleft; -pos = (115,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(355,729,l), -(154,729,l), -(3,0,l) -); -} -); -width = 319; -}, -{ -anchors = ( -{ -name = bottom; -pos = (37,0); -}, -{ -name = ogonek; -pos = (56,0); -}, -{ -name = top; -pos = (188,729); -}, -{ -name = topleft; -pos = (128,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(207,729,l), -(169,729,l), -(18,0,l) -); -} -); -width = 182; -}, -{ -anchors = ( -{ -name = bottom; -pos = (105,0); -}, -{ -name = ogonek; -pos = (218,0); -}, -{ -name = top; -pos = (256,729); -}, -{ -name = topleft; -pos = (118,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,0,l), -(369,729,l), -(142,729,l), -(-9,0,l) -); -} -); -width = 321; -} -); -metricLeft = H; -metricRight = H; -unicode = 73; -userData = { -KernOnName = I; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_.ss02.glyph deleted file mode 100644 index 202ba392..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_.ss02.glyph +++ /dev/null @@ -1,1021 +0,0 @@ -{ -glyphname = I.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (180,0); -}, -{ -name = ogonek; -pos = (342,0); -}, -{ -name = top; -pos = (180,729); -}, -{ -name = topleft; -pos = (27,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(269,143,l), -(269,586,l), -(85,586,l), -(85,143,l) -); -}, -{ -closed = 1; -nodes = ( -(342,570,l), -(342,729,l), -(17,729,l), -(17,570,l) -); -}, -{ -closed = 1; -nodes = ( -(342,0,l), -(342,159,l), -(17,159,l), -(17,0,l) -); -} -); -width = 359; -}, -{ -anchors = ( -{ -name = bottom; -pos = (106,0); -}, -{ -name = ogonek; -pos = (205,0); -}, -{ -name = top; -pos = (106,729); -}, -{ -name = topleft; -pos = (-5,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,21,l), -(121,708,l), -(90,708,l), -(90,21,l) -); -}, -{ -closed = 1; -nodes = ( -(205,700,l), -(205,729,l), -(6,729,l), -(6,700,l) -); -}, -{ -closed = 1; -nodes = ( -(205,0,l), -(205,29,l), -(6,29,l), -(6,0,l) -); -} -); -width = 211; -}, -{ -anchors = ( -{ -name = bottom; -pos = (260,0); -}, -{ -name = ogonek; -pos = (500,0); -}, -{ -name = top; -pos = (260,729); -}, -{ -name = topleft; -pos = (3,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(280,27,l), -(280,703,l), -(242,703,l), -(242,27,l) -); -}, -{ -closed = 1; -nodes = ( -(500,693,l), -(500,729,l), -(21,729,l), -(21,693,l) -); -}, -{ -closed = 1; -nodes = ( -(500,0,l), -(500,36,l), -(21,36,l), -(21,0,l) -); -} -); -width = 522; -}, -{ -anchors = ( -{ -name = bottom; -pos = (295,0); -}, -{ -name = ogonek; -pos = (568,0); -}, -{ -name = top; -pos = (295,729); -}, -{ -name = topleft; -pos = (8,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(406,165,l), -(406,564,l), -(178,564,l), -(178,165,l) -); -}, -{ -closed = 1; -nodes = ( -(568,548,l), -(568,729,l), -(22,729,l), -(22,548,l) -); -}, -{ -closed = 1; -nodes = ( -(568,0,l), -(568,181,l), -(22,181,l), -(22,0,l) -); -} -); -width = 589; -}, -{ -anchors = ( -{ -name = bottom; -pos = (98,0); -}, -{ -name = ogonek; -pos = (197,0); -}, -{ -name = top; -pos = (98,729); -}, -{ -name = topleft; -pos = (-13,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(113,21,l), -(113,708,l), -(82,708,l), -(82,21,l) -); -}, -{ -closed = 1; -nodes = ( -(197,700,l), -(197,729,l), -(-2,729,l), -(-2,700,l) -); -}, -{ -closed = 1; -nodes = ( -(197,0,l), -(197,29,l), -(-2,29,l), -(-2,0,l) -); -} -); -width = 195; -}, -{ -anchors = ( -{ -name = bottom; -pos = (170,0); -}, -{ -name = ogonek; -pos = (332,0); -}, -{ -name = top; -pos = (170,729); -}, -{ -name = topleft; -pos = (17,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,143,l), -(259,586,l), -(75,586,l), -(75,143,l) -); -}, -{ -closed = 1; -nodes = ( -(332,570,l), -(332,729,l), -(7,729,l), -(7,570,l) -); -}, -{ -closed = 1; -nodes = ( -(332,0,l), -(332,159,l), -(7,159,l), -(7,0,l) -); -} -); -width = 339; -}, -{ -anchors = ( -{ -name = bottom; -pos = (217,0); -}, -{ -name = ogonek; -pos = (419,0); -}, -{ -name = top; -pos = (217,729); -}, -{ -name = topleft; -pos = (34,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,27,l), -(236,703,l), -(198,703,l), -(198,27,l) -); -}, -{ -closed = 1; -nodes = ( -(419,693,l), -(419,729,l), -(15,729,l), -(15,693,l) -); -}, -{ -closed = 1; -nodes = ( -(419,0,l), -(419,36,l), -(15,36,l), -(15,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 434; -}, -{ -anchors = ( -{ -name = bottom; -pos = (267,0); -}, -{ -name = ogonek; -pos = (524,0); -}, -{ -name = top; -pos = (267,729); -}, -{ -name = topleft; -pos = (21,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(365,158,l), -(365,571,l), -(162,571,l), -(162,158,l) -); -}, -{ -closed = 1; -nodes = ( -(524,555,l), -(524,729,l), -(9,729,l), -(9,555,l) -); -}, -{ -closed = 1; -nodes = ( -(524,0,l), -(524,174,l), -(9,174,l), -(9,0,l) -); -} -); -width = 533; -}, -{ -anchors = ( -{ -name = bottom; -pos = (250,0); -}, -{ -name = ogonek; -pos = (490,0); -}, -{ -name = top; -pos = (250,729); -}, -{ -name = topleft; -pos = (-7,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,27,l), -(270,703,l), -(232,703,l), -(232,27,l) -); -}, -{ -closed = 1; -nodes = ( -(490,693,l), -(490,729,l), -(11,729,l), -(11,693,l) -); -}, -{ -closed = 1; -nodes = ( -(490,0,l), -(490,36,l), -(11,36,l), -(11,0,l) -); -} -); -width = 502; -}, -{ -anchors = ( -{ -name = bottom; -pos = (280,0); -}, -{ -name = ogonek; -pos = (553,0); -}, -{ -name = top; -pos = (280,729); -}, -{ -name = topleft; -pos = (-7,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,165,l), -(391,564,l), -(163,564,l), -(163,165,l) -); -}, -{ -closed = 1; -nodes = ( -(553,548,l), -(553,729,l), -(7,729,l), -(7,548,l) -); -}, -{ -closed = 1; -nodes = ( -(553,0,l), -(553,181,l), -(7,181,l), -(7,0,l) -); -} -); -width = 559; -}, -{ -anchors = ( -{ -name = bottom; -pos = (236,0); -}, -{ -name = ogonek; -pos = (434,0); -}, -{ -name = top; -pos = (236,729); -}, -{ -name = topleft; -pos = (55,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(253,27,l), -(253,703,l), -(217,703,l), -(217,27,l) -); -}, -{ -closed = 1; -nodes = ( -(434,693,l), -(434,729,l), -(38,729,l), -(38,693,l) -); -}, -{ -closed = 1; -nodes = ( -(434,0,l), -(434,36,l), -(38,36,l), -(38,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 469; -}, -{ -anchors = ( -{ -name = bottom; -pos = (284,0); -}, -{ -name = ogonek; -pos = (534,0); -}, -{ -name = top; -pos = (284,729); -}, -{ -name = topleft; -pos = (45,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(381,158,l), -(381,571,l), -(180,571,l), -(180,158,l) -); -}, -{ -closed = 1; -nodes = ( -(534,555,l), -(534,729,l), -(34,729,l), -(34,555,l) -); -}, -{ -closed = 1; -nodes = ( -(534,0,l), -(534,174,l), -(34,174,l), -(34,0,l) -); -} -); -width = 566; -}, -{ -anchors = ( -{ -name = bottom; -pos = (54,0); -}, -{ -name = ogonek; -pos = (153,0); -}, -{ -name = top; -pos = (204,729); -}, -{ -name = topleft; -pos = (93,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,21,l), -(215,708,l), -(184,708,l), -(42,21,l) -); -}, -{ -closed = 1; -nodes = ( -(297,700,l), -(303,729,l), -(104,729,l), -(98,700,l) -); -}, -{ -closed = 1; -nodes = ( -(153,0,l), -(159,29,l), -(-40,29,l), -(-46,0,l) -); -} -); -width = 212; -}, -{ -anchors = ( -{ -name = bottom; -pos = (125,0); -}, -{ -name = ogonek; -pos = (287,0); -}, -{ -name = top; -pos = (275,729); -}, -{ -name = topleft; -pos = (122,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,143,l), -(335,586,l), -(151,586,l), -(59,143,l) -); -}, -{ -closed = 1; -nodes = ( -(405,570,l), -(437,729,l), -(112,729,l), -(80,570,l) -); -}, -{ -closed = 1; -nodes = ( -(287,0,l), -(319,159,l), -(-6,159,l), -(-38,0,l) -); -} -); -width = 360; -}, -{ -anchors = ( -{ -name = bottom; -pos = (184,0); -}, -{ -name = ogonek; -pos = (386,0); -}, -{ -name = top; -pos = (334,729); -}, -{ -name = topleft; -pos = (151,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,27,l), -(348,702,l), -(310,702,l), -(170,27,l) -); -}, -{ -closed = 1; -nodes = ( -(529,693,l), -(536,729,l), -(132,729,l), -(125,693,l) -); -}, -{ -closed = 1; -nodes = ( -(386,0,l), -(393,36,l), -(-11,36,l), -(-18,0,l) -); -} -); -width = 475; -}, -{ -anchors = ( -{ -name = bottom; -pos = (237,0); -}, -{ -name = ogonek; -pos = (494,0); -}, -{ -name = top; -pos = (387,729); -}, -{ -name = topleft; -pos = (141,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,158,l), -(452,571,l), -(249,571,l), -(165,158,l) -); -}, -{ -closed = 1; -nodes = ( -(608,555,l), -(644,729,l), -(129,729,l), -(93,555,l) -); -}, -{ -closed = 1; -nodes = ( -(494,0,l), -(530,174,l), -(15,174,l), -(-21,0,l) -); -} -); -width = 584; -}, -{ -anchors = ( -{ -name = bottom; -pos = (207,0); -}, -{ -name = ogonek; -pos = (447,0); -}, -{ -name = top; -pos = (357,729); -}, -{ -name = topleft; -pos = (100,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,27,l), -(372,702,l), -(334,702,l), -(194,27,l) -); -}, -{ -closed = 1; -nodes = ( -(590,693,l), -(597,729,l), -(118,729,l), -(111,693,l) -); -}, -{ -closed = 1; -nodes = ( -(447,0,l), -(454,36,l), -(-25,36,l), -(-32,0,l) -); -} -); -width = 522; -}, -{ -anchors = ( -{ -name = bottom; -pos = (239,0); -}, -{ -name = ogonek; -pos = (512,0); -}, -{ -name = top; -pos = (389,729); -}, -{ -name = topleft; -pos = (102,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(384,165,l), -(466,564,l), -(238,564,l), -(156,165,l) -); -}, -{ -closed = 1; -nodes = ( -(625,548,l), -(662,729,l), -(116,729,l), -(79,548,l) -); -}, -{ -closed = 1; -nodes = ( -(512,0,l), -(549,181,l), -(3,181,l), -(-34,0,l) -); -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_J_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_J_.glyph deleted file mode 100644 index 05caf971..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_J_.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = IJ; -kernLeft = KO_H; -kernRight = KO_J; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (163,0); -ref = J; -} -); -width = 341; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (245,0); -ref = J; -} -); -width = 537; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (182,0); -ref = J; -} -); -width = 607; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (323,0); -ref = J; -} -); -width = 795; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (119,0); -ref = J; -} -); -width = 265; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (222,0); -ref = J; -} -); -width = 495; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (178,0); -ref = J; -} -); -width = 507; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (263,0); -ref = J; -} -); -width = 651; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (156,0); -ref = J; -} -); -width = 566; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (293,0); -ref = J; -} -); -width = 740; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (248,0); -ref = J; -} -); -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (331,0); -ref = J; -} -); -width = 753; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (163,0); -ref = J; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (244,0); -ref = J; -} -); -width = 534; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (226,0); -ref = J; -} -); -width = 604; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (323,0); -ref = J; -} -); -width = 752; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (182,0); -ref = J; -} -); -width = 568; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (324,0); -ref = J; -} -); -width = 753; -} -); -unicode = 306; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_J_.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_J_.ss02.glyph deleted file mode 100644 index 34393493..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_J_.ss02.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = IJ.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_J; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (260,0); -ref = J; -} -); -width = 438; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (366,0); -ref = J; -} -); -width = 658; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (535,0); -ref = J; -} -); -width = 960; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (606,0); -ref = J; -} -); -width = 1078; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (224,0); -ref = J; -} -); -width = 370; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (347,0); -ref = J; -} -); -width = 620; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (476,0); -ref = J; -} -); -width = 805; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (539,0); -ref = J; -} -); -width = 927; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (519,0); -ref = J; -} -); -width = 929; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (584,0); -ref = J; -} -); -width = 1031; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (510,0); -ref = J; -} -); -width = 885; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (566,0); -ref = J; -} -); -width = 988; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (269,0); -ref = J; -} -); -width = 447; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (360,0); -ref = J; -} -); -width = 650; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (484,0); -ref = J; -} -); -width = 862; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (590,0); -ref = J; -} -); -width = 1019; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (533,0); -ref = J; -} -); -width = 919; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (610,0); -ref = J; -} -); -width = 1039; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_acute.glyph deleted file mode 100644 index edc1e8fc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_acute.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Iacute; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (26,57); -ref = acutecomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (11,51); -ref = acutecomb; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (33,57); -ref = acutecomb; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (45,56); -ref = acutecomb; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (22,57); -ref = acutecomb; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (10,51); -ref = acutecomb; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (54,57); -ref = acutecomb; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (41,51); -ref = acutecomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (33,57); -ref = acutecomb; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (40,56); -ref = acutecomb; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (68,57); -ref = acutecomb; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (53,51); -ref = acutecomb; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (38,57); -ref = acutecomb; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (21,51); -ref = acutecomb; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (68,57); -ref = acutecomb; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (59,51); -ref = acutecomb; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (45,57); -ref = acutecomb; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (56,56); -ref = acutecomb; -} -); -width = 321; -} -); -unicode = 205; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_acute.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_acute.ss02.glyph deleted file mode 100644 index 2419f1ff..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_acute.ss02.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Iacute.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (50,57); -ref = acutecomb; -} -); -width = 211; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (68,51); -ref = acutecomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (202,57); -ref = acutecomb; -} -); -width = 522; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (178,56); -ref = acutecomb; -} -); -width = 589; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (62,57); -ref = acutecomb; -} -); -width = 195; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (68,51); -ref = acutecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (182,57); -ref = acutecomb; -} -); -width = 474; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (176,51); -ref = acutecomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (202,57); -ref = acutecomb; -} -); -width = 502; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (173,56); -ref = acutecomb; -} -); -width = 559; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (180,57); -ref = acutecomb; -} -); -width = 469; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (174,51); -ref = acutecomb; -} -); -width = 566; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (63,57); -ref = acutecomb; -} -); -width = 212; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (80,51); -ref = acutecomb; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (192,57); -ref = acutecomb; -} -); -width = 475; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (192,51); -ref = acutecomb; -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (214,57); -ref = acutecomb; -} -); -width = 522; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (189,56); -ref = acutecomb; -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_breve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_breve.glyph deleted file mode 100644 index fe55949a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_breve.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Ibreve; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-42,57); -ref = brevecomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-72,51); -ref = brevecomb; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-83,57); -ref = brevecomb; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-77,56); -ref = brevecomb; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-46,57); -ref = brevecomb; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-73,51); -ref = brevecomb; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-59,51); -ref = brevecomb; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-66,51); -ref = brevecomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-83,57); -ref = brevecomb; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-82,56); -ref = brevecomb; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (-43,51); -ref = brevecomb; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (-48,51); -ref = brevecomb; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-35,57); -ref = brevecomb; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-64,51); -ref = brevecomb; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-46,57); -ref = brevecomb; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-58,51); -ref = brevecomb; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-77,57); -ref = brevecomb; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-66,51); -ref = brevecomb; -} -); -width = 321; -} -); -unicode = 300; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_breve.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_breve.ss02.glyph deleted file mode 100644 index 8a6a90e6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_breve.ss02.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Ibreve.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-18,57); -ref = brevecomb; -} -); -width = 211; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-15,51); -ref = brevecomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (86,57); -ref = brevecomb; -} -); -width = 522; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (56,56); -ref = brevecomb; -} -); -width = 589; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-6,57); -ref = brevecomb; -} -); -width = 195; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (-15,51); -ref = brevecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (69,51); -ref = brevecomb; -} -); -width = 474; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (69,51); -ref = brevecomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (86,57); -ref = brevecomb; -} -); -width = 502; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (51,56); -ref = brevecomb; -} -); -width = 559; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (69,51); -ref = brevecomb; -} -); -width = 469; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (73,51); -ref = brevecomb; -} -); -width = 566; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-10,57); -ref = brevecomb; -} -); -width = 212; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-5,51); -ref = brevecomb; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (78,57); -ref = brevecomb; -} -); -width = 475; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (75,51); -ref = brevecomb; -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (92,57); -ref = brevecomb; -} -); -width = 522; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (67,51); -ref = brevecomb; -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_circumflex.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_circumflex.ss02.glyph deleted file mode 100644 index 9d2a1349..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_circumflex.ss02.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Icircumflex.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-23,57); -ref = circumflexcomb; -} -); -width = 211; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-37,51); -ref = circumflexcomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (81,57); -ref = circumflexcomb; -} -); -width = 522; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (4,56); -ref = circumflexcomb; -} -); -width = 589; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-11,57); -ref = circumflexcomb; -} -); -width = 195; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (-37,51); -ref = circumflexcomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (73,57); -ref = circumflexcomb; -} -); -width = 474; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (41,51); -ref = circumflexcomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (81,57); -ref = circumflexcomb; -} -); -width = 502; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-1,56); -ref = circumflexcomb; -} -); -width = 559; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (73,57); -ref = circumflexcomb; -} -); -width = 469; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (45,51); -ref = circumflexcomb; -} -); -width = 566; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-11,57); -ref = circumflexcomb; -} -); -width = 212; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-27,51); -ref = circumflexcomb; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (82,57); -ref = circumflexcomb; -} -); -width = 475; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (58,51); -ref = circumflexcomb; -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (91,57); -ref = circumflexcomb; -} -); -width = 522; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (13,56); -ref = circumflexcomb; -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_dieresis.glyph deleted file mode 100644 index ccde630f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dieresis.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Idieresis; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-36,57); -ref = dieresiscomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-102,51); -ref = dieresiscomb; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-86,57); -ref = dieresiscomb; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-121,51); -ref = dieresiscomb; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-40,57); -ref = dieresiscomb; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-103,51); -ref = dieresiscomb; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-53,57); -ref = dieresiscomb; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-90,51); -ref = dieresiscomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-86,57); -ref = dieresiscomb; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-126,51); -ref = dieresiscomb; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (-37,57); -ref = dieresiscomb; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (-72,51); -ref = dieresiscomb; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-30,57); -ref = dieresiscomb; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-101,51); -ref = dieresiscomb; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-37,57); -ref = dieresiscomb; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-75,51); -ref = dieresiscomb; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-74,57); -ref = dieresiscomb; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-113,51); -ref = dieresiscomb; -} -); -width = 321; -} -); -unicode = 207; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_dieresis.ss01.glyph deleted file mode 100644 index 85b19e01..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dieresis.ss01.glyph +++ /dev/null @@ -1,240 +0,0 @@ -{ -color = 6; -glyphname = Idieresis.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-25,57); -ref = dieresiscomb.ss01; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-101,51); -ref = dieresiscomb.ss01; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-53,57); -ref = dieresiscomb.ss01; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-99,51); -ref = dieresiscomb.ss01; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-29,57); -ref = dieresiscomb.ss01; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-102,51); -ref = dieresiscomb.ss01; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-26,57); -ref = dieresiscomb.ss01; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-78,51); -ref = dieresiscomb.ss01; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-53,57); -ref = dieresiscomb.ss01; -} -); -width = 162; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-104,51); -ref = dieresiscomb.ss01; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (-12,57); -ref = dieresiscomb.ss01; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (-60,51); -ref = dieresiscomb.ss01; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-17,57); -ref = dieresiscomb.ss01; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-93,51); -ref = dieresiscomb.ss01; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-15,57); -ref = dieresiscomb.ss01; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-59,51); -ref = dieresiscomb.ss01; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-37,57); -ref = dieresiscomb.ss01; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-84,51); -ref = dieresiscomb.ss01; -} -); -width = 321; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dieresis.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_dieresis.ss02.glyph deleted file mode 100644 index 56e5f1f7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dieresis.ss02.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Idieresis.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-12,57); -ref = dieresiscomb; -} -); -width = 211; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-45,51); -ref = dieresiscomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (83,57); -ref = dieresiscomb; -} -); -width = 522; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (12,51); -ref = dieresiscomb; -} -); -width = 589; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (0,57); -ref = dieresiscomb; -} -); -width = 195; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (-45,51); -ref = dieresiscomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (75,57); -ref = dieresiscomb; -} -); -width = 474; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (45,51); -ref = dieresiscomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (83,57); -ref = dieresiscomb; -} -); -width = 502; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (7,51); -ref = dieresiscomb; -} -); -width = 559; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (75,57); -ref = dieresiscomb; -} -); -width = 469; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (49,51); -ref = dieresiscomb; -} -); -width = 566; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-5,57); -ref = dieresiscomb; -} -); -width = 212; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-42,51); -ref = dieresiscomb; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (87,57); -ref = dieresiscomb; -} -); -width = 475; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (58,51); -ref = dieresiscomb; -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (95,57); -ref = dieresiscomb; -} -); -width = 522; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (20,51); -ref = dieresiscomb; -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotaccent.glyph deleted file mode 100644 index c86e56c1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotaccent.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Idotaccent; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (19,57); -ref = dotaccentcomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-11,51); -ref = dotaccentcomb; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (19,57); -ref = dotaccentcomb; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (4,56); -ref = dotaccentcomb; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (15,62); -ref = dotaccentcomb; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-12,51); -ref = dotaccentcomb; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (37,62); -ref = dotaccentcomb; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (16,51); -ref = dotaccentcomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (19,57); -ref = dotaccentcomb; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-1,56); -ref = dotaccentcomb; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (51,79); -ref = dotaccentcomb; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (30,65); -ref = dotaccentcomb; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (25,57); -ref = dotaccentcomb; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-2,51); -ref = dotaccentcomb; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (53,57); -ref = dotaccentcomb; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (29,51); -ref = dotaccentcomb; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (31,57); -ref = dotaccentcomb; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (12,56); -ref = dotaccentcomb; -} -); -width = 321; -} -); -unicode = 304; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotaccent.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotaccent.ss01.glyph deleted file mode 100644 index bce49884..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotaccent.ss01.glyph +++ /dev/null @@ -1,240 +0,0 @@ -{ -color = 6; -glyphname = Idotaccent.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (27,57); -ref = dotaccentcomb.ss01; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-6,51); -ref = dotaccentcomb.ss01; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (32,57); -ref = dotaccentcomb.ss01; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (11,56); -ref = dotaccentcomb.ss01; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (23,57); -ref = dotaccentcomb.ss01; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-7,51); -ref = dotaccentcomb.ss01; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (50,57); -ref = dotaccentcomb.ss01; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (17,51); -ref = dotaccentcomb.ss01; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (32,57); -ref = dotaccentcomb.ss01; -} -); -width = 162; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (6,56); -ref = dotaccentcomb.ss01; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (64,57); -ref = dotaccentcomb.ss01; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (29,51); -ref = dotaccentcomb.ss01; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (39,57); -ref = dotaccentcomb.ss01; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (4,51); -ref = dotaccentcomb.ss01; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (66,57); -ref = dotaccentcomb.ss01; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (34,51); -ref = dotaccentcomb.ss01; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (44,57); -ref = dotaccentcomb.ss01; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (21,51); -ref = dotaccentcomb.ss01; -} -); -width = 321; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotaccent.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotaccent.ss02.glyph deleted file mode 100644 index 6ef5d754..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotaccent.ss02.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Idotaccent.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (43,57); -ref = dotaccentcomb; -} -); -width = 211; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (46,51); -ref = dotaccentcomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (188,57); -ref = dotaccentcomb; -} -); -width = 522; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (137,56); -ref = dotaccentcomb; -} -); -width = 589; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (55,62); -ref = dotaccentcomb; -} -); -width = 195; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (46,51); -ref = dotaccentcomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (165,57); -ref = dotaccentcomb; -} -); -width = 474; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (151,51); -ref = dotaccentcomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (188,57); -ref = dotaccentcomb; -} -); -width = 502; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (132,56); -ref = dotaccentcomb; -} -); -width = 559; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (163,79); -ref = dotaccentcomb; -} -); -width = 469; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (151,65); -ref = dotaccentcomb; -} -); -width = 566; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (50,57); -ref = dotaccentcomb; -} -); -width = 212; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (57,51); -ref = dotaccentcomb; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (177,57); -ref = dotaccentcomb; -} -); -width = 475; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (162,51); -ref = dotaccentcomb; -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (200,57); -ref = dotaccentcomb; -} -); -width = 522; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (145,56); -ref = dotaccentcomb; -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotbelow.glyph deleted file mode 100644 index 244e3199..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotbelow.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Idotbelow; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (19,0); -ref = dotbelowcomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (5,0); -ref = dotbelowcomb; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (19,0); -ref = dotbelowcomb; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (9,0); -ref = dotbelowcomb; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (15,0); -ref = dotbelowcomb; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (4,0); -ref = dotbelowcomb; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (37,0); -ref = dotbelowcomb; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (28,0); -ref = dotbelowcomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (19,0); -ref = dotbelowcomb; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (4,0); -ref = dotbelowcomb; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (51,0); -ref = dotbelowcomb; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (42,0); -ref = dotbelowcomb; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (18,0); -ref = dotbelowcomb; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (1,0); -ref = dotbelowcomb; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (41,0); -ref = dotbelowcomb; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (33,0); -ref = dotbelowcomb; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (20,0); -ref = dotbelowcomb; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (8,0); -ref = dotbelowcomb; -} -); -width = 321; -} -); -unicode = 7882; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotbelow.ss01.glyph deleted file mode 100644 index ea22bda5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotbelow.ss01.glyph +++ /dev/null @@ -1,240 +0,0 @@ -{ -color = 6; -glyphname = Idotbelow.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (27,0); -ref = dotbelowcomb.ss01; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-6,0); -ref = dotbelowcomb.ss01; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (32,0); -ref = dotbelowcomb.ss01; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (21,0); -ref = dotbelowcomb.ss01; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (23,0); -ref = dotbelowcomb.ss01; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-7,0); -ref = dotbelowcomb.ss01; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (50,0); -ref = dotbelowcomb.ss01; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (17,0); -ref = dotbelowcomb.ss01; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (32,0); -ref = dotbelowcomb.ss01; -} -); -width = 162; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (16,0); -ref = dotbelowcomb.ss01; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (64,0); -ref = dotbelowcomb.ss01; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (29,0); -ref = dotbelowcomb.ss01; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (26,0); -ref = dotbelowcomb.ss01; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-8,0); -ref = dotbelowcomb.ss01; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (54,0); -ref = dotbelowcomb.ss01; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (24,0); -ref = dotbelowcomb.ss01; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (31,0); -ref = dotbelowcomb.ss01; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (22,0); -ref = dotbelowcomb.ss01; -} -); -width = 321; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotbelow.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotbelow.ss02.glyph deleted file mode 100644 index 8ae3e337..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_dotbelow.ss02.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Idotbelow.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (43,0); -ref = dotbelowcomb; -} -); -width = 211; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (62,0); -ref = dotbelowcomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (188,0); -ref = dotbelowcomb; -} -); -width = 522; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (142,0); -ref = dotbelowcomb; -} -); -width = 589; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (55,0); -ref = dotbelowcomb; -} -); -width = 195; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (62,0); -ref = dotbelowcomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (165,0); -ref = dotbelowcomb; -} -); -width = 474; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (163,0); -ref = dotbelowcomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (188,0); -ref = dotbelowcomb; -} -); -width = 502; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (137,0); -ref = dotbelowcomb; -} -); -width = 559; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (163,0); -ref = dotbelowcomb; -} -); -width = 469; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (163,0); -ref = dotbelowcomb; -} -); -width = 566; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (44,0); -ref = dotbelowcomb; -} -); -width = 212; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (60,0); -ref = dotbelowcomb; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (166,0); -ref = dotbelowcomb; -} -); -width = 475; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (166,0); -ref = dotbelowcomb; -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (190,0); -ref = dotbelowcomb; -} -); -width = 522; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (142,0); -ref = dotbelowcomb; -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_grave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_grave.glyph deleted file mode 100644 index 80265bac..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_grave.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Igrave; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-52,57); -ref = gravecomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-86,51); -ref = gravecomb; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-53,57); -ref = gravecomb; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-72,56); -ref = gravecomb; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-56,57); -ref = gravecomb; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-87,51); -ref = gravecomb; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-25,57); -ref = gravecomb; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-56,51); -ref = gravecomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-53,57); -ref = gravecomb; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-77,56); -ref = gravecomb; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (-11,57); -ref = gravecomb; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (-36,51); -ref = gravecomb; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-39,57); -ref = gravecomb; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-69,51); -ref = gravecomb; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-9,57); -ref = gravecomb; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-42,51); -ref = gravecomb; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-42,57); -ref = gravecomb; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-61,56); -ref = gravecomb; -} -); -width = 321; -} -); -unicode = 204; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_grave.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_grave.ss02.glyph deleted file mode 100644 index fd742798..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_grave.ss02.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Igrave.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-28,57); -ref = gravecomb; -} -); -width = 211; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-29,51); -ref = gravecomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (116,57); -ref = gravecomb; -} -); -width = 522; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (61,56); -ref = gravecomb; -} -); -width = 589; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-16,57); -ref = gravecomb; -} -); -width = 195; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (-29,51); -ref = gravecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (103,57); -ref = gravecomb; -} -); -width = 474; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (79,51); -ref = gravecomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (116,57); -ref = gravecomb; -} -); -width = 502; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (56,56); -ref = gravecomb; -} -); -width = 559; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (101,57); -ref = gravecomb; -} -); -width = 469; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (85,51); -ref = gravecomb; -} -); -width = 566; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-14,57); -ref = gravecomb; -} -); -width = 212; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-10,51); -ref = gravecomb; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (115,57); -ref = gravecomb; -} -); -width = 475; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (91,51); -ref = gravecomb; -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (127,57); -ref = gravecomb; -} -); -width = 522; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (72,56); -ref = gravecomb; -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_hookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_hookabove.glyph deleted file mode 100644 index 61fc3550..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_hookabove.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Ihookabove; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (1,57); -ref = hookabovecomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-16,50); -ref = hookabovecomb; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-17,57); -ref = hookabovecomb; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (9,51); -ref = hookabovecomb; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-3,57); -ref = hookabovecomb; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-17,50); -ref = hookabovecomb; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (1,57); -ref = hookabovecomb; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-10,51); -ref = hookabovecomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-17,57); -ref = hookabovecomb; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (4,51); -ref = hookabovecomb; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (15,57); -ref = hookabovecomb; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (7,51); -ref = hookabovecomb; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-10,56); -ref = hookabovecomb; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-15,49); -ref = hookabovecomb; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (21,56); -ref = hookabovecomb; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-1,50); -ref = hookabovecomb; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (0,56); -ref = hookabovecomb; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (4,48); -ref = hookabovecomb; -} -); -width = 321; -} -); -unicode = 7880; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_hookabove.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_hookabove.ss02.glyph deleted file mode 100644 index dbfdc157..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_hookabove.ss02.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Ihookabove.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (25,57); -ref = hookabovecomb; -} -); -width = 211; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (41,50); -ref = hookabovecomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (152,57); -ref = hookabovecomb; -} -); -width = 522; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (142,51); -ref = hookabovecomb; -} -); -width = 589; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (37,57); -ref = hookabovecomb; -} -); -width = 195; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (41,50); -ref = hookabovecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (129,57); -ref = hookabovecomb; -} -); -width = 474; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (125,51); -ref = hookabovecomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (152,57); -ref = hookabovecomb; -} -); -width = 502; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (137,51); -ref = hookabovecomb; -} -); -width = 559; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (127,57); -ref = hookabovecomb; -} -); -width = 469; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (128,51); -ref = hookabovecomb; -} -); -width = 566; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (15,56); -ref = hookabovecomb; -} -); -width = 212; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (44,49); -ref = hookabovecomb; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (145,56); -ref = hookabovecomb; -} -); -width = 475; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (132,50); -ref = hookabovecomb; -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (169,56); -ref = hookabovecomb; -} -); -width = 522; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (137,48); -ref = hookabovecomb; -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_macron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_macron.glyph deleted file mode 100644 index 7edbd638..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_macron.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Imacron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-55,58); -ref = macroncomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-71,49); -ref = macroncomb; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-137,58); -ref = macroncomb; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-102,56); -ref = macroncomb; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-59,58); -ref = macroncomb; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-72,49); -ref = macroncomb; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-91,57); -ref = macroncomb; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-89,51); -ref = macroncomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-137,58); -ref = macroncomb; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-107,56); -ref = macroncomb; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (-75,57); -ref = macroncomb; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (-71,51); -ref = macroncomb; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-44,58); -ref = macroncomb; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-63,49); -ref = macroncomb; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-76,57); -ref = macroncomb; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-54,51); -ref = macroncomb; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-126,58); -ref = macroncomb; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-92,56); -ref = macroncomb; -} -); -width = 321; -} -); -unicode = 298; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_macron.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_macron.ss02.glyph deleted file mode 100644 index a80d1d0d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_macron.ss02.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Imacron.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-31,58); -ref = macroncomb; -} -); -width = 211; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-14,49); -ref = macroncomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (32,58); -ref = macroncomb; -} -); -width = 522; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (31,56); -ref = macroncomb; -} -); -width = 589; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-19,58); -ref = macroncomb; -} -); -width = 195; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (-14,49); -ref = macroncomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (37,57); -ref = macroncomb; -} -); -width = 474; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (46,51); -ref = macroncomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (32,58); -ref = macroncomb; -} -); -width = 502; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (26,56); -ref = macroncomb; -} -); -width = 559; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (37,57); -ref = macroncomb; -} -); -width = 469; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (50,51); -ref = macroncomb; -} -); -width = 566; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-19,58); -ref = macroncomb; -} -); -width = 212; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-4,49); -ref = macroncomb; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (48,57); -ref = macroncomb; -} -); -width = 475; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (79,51); -ref = macroncomb; -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (43,58); -ref = macroncomb; -} -); -width = 522; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (41,56); -ref = macroncomb; -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_ogonek.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_ogonek.glyph deleted file mode 100644 index 477022a3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_ogonek.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Iogonek; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-38,0); -ref = ogonekcomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (19,0); -ref = ogonekcomb; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-73,0); -ref = ogonekcomb; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-31,0); -ref = ogonekcomb; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-42,0); -ref = ogonekcomb; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (17,0); -ref = ogonekcomb; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-33,0); -ref = ogonekcomb; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-27,0); -ref = ogonekcomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-73,0); -ref = ogonekcomb; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-36,0); -ref = ogonekcomb; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (-17,0); -ref = ogonekcomb; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (-6,0); -ref = ogonekcomb; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-35,0); -ref = ogonekcomb; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (17,0); -ref = ogonekcomb; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-26,0); -ref = ogonekcomb; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-19,0); -ref = ogonekcomb; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-69,0); -ref = ogonekcomb; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-31,0); -ref = ogonekcomb; -} -); -width = 321; -} -); -unicode = 302; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_ogonek.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_ogonek.ss02.glyph deleted file mode 100644 index 04473085..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_ogonek.ss02.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Iogonek.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (70,0); -ref = ogonekcomb; -} -); -width = 211; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (145,0); -ref = ogonekcomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (317,0); -ref = ogonekcomb; -} -); -width = 522; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (261,0); -ref = ogonekcomb; -} -); -width = 589; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (82,0); -ref = ogonekcomb; -} -); -width = 195; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (145,0); -ref = ogonekcomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (278,0); -ref = ogonekcomb; -} -); -width = 474; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (264,0); -ref = ogonekcomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (317,0); -ref = ogonekcomb; -} -); -width = 502; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (256,0); -ref = ogonekcomb; -} -); -width = 559; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (274,0); -ref = ogonekcomb; -} -); -width = 469; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (264,0); -ref = ogonekcomb; -} -); -width = 566; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (75,0); -ref = ogonekcomb; -} -); -width = 212; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (146,0); -ref = ogonekcomb; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (283,0); -ref = ogonekcomb; -} -); -width = 475; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (271,0); -ref = ogonekcomb; -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (322,0); -ref = ogonekcomb; -} -); -width = 522; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (263,0); -ref = ogonekcomb; -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_tilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_tilde.glyph deleted file mode 100644 index 0b6ee20d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_tilde.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Itilde; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-58,57); -ref = tildecomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-109,50); -ref = tildecomb; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-116,57); -ref = tildecomb; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-102,56); -ref = tildecomb; -} -); -width = 323; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-62,57); -ref = tildecomb; -} -); -width = 115; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-110,50); -ref = tildecomb; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-80,57); -ref = tildecomb; -} -); -width = 178; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-105,51); -ref = tildecomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-116,57); -ref = tildecomb; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-107,56); -ref = tildecomb; -} -); -width = 293; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I; -}, -{ -pos = (-64,57); -ref = tildecomb; -} -); -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I; -}, -{ -pos = (-87,51); -ref = tildecomb; -} -); -width = 327; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-46,57); -ref = tildecomb; -} -); -width = 161; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-102,50); -ref = tildecomb; -} -); -width = 244; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-64,57); -ref = tildecomb; -} -); -width = 226; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-90,51); -ref = tildecomb; -} -); -width = 319; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-104,57); -ref = tildecomb; -} -); -width = 182; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-88,51); -ref = tildecomb; -} -); -width = 321; -} -); -unicode = 296; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/I_tilde.ss02.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/I_tilde.ss02.glyph deleted file mode 100644 index c119333f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/I_tilde.ss02.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Itilde.ss02; -kernLeft = KO_I.ss02; -kernRight = KO_I.ss02; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-34,57); -ref = tildecomb; -} -); -width = 211; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-52,50); -ref = tildecomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (53,57); -ref = tildecomb; -} -); -width = 522; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (31,56); -ref = tildecomb; -} -); -width = 589; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-22,57); -ref = tildecomb; -} -); -width = 195; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (-52,50); -ref = tildecomb; -} -); -width = 359; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I.ss02; -}, -{ -alignment = -1; -pos = (48,57); -ref = tildecomb; -} -); -width = 474; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (30,51); -ref = tildecomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (53,57); -ref = tildecomb; -} -); -width = 502; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (26,56); -ref = tildecomb; -} -); -width = 559; -}, -{ -layerId = m019; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (48,57); -ref = tildecomb; -} -); -width = 469; -}, -{ -layerId = m020; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (34,51); -ref = tildecomb; -} -); -width = 566; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-21,57); -ref = tildecomb; -} -); -width = 212; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (-43,50); -ref = tildecomb; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (60,57); -ref = tildecomb; -} -); -width = 475; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (43,51); -ref = tildecomb; -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (65,57); -ref = tildecomb; -} -); -width = 522; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = I.ss02; -}, -{ -pos = (45,51); -ref = tildecomb; -} -); -width = 589; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/J_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/J_.glyph deleted file mode 100644 index 263d1a18..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/J_.glyph +++ /dev/null @@ -1,1130 +0,0 @@ -{ -glyphname = J; -kernLeft = KO_J; -kernRight = KO_J; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (144,0); -}, -{ -name = top; -pos = (173,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,ls), -(200,0,o), -(266,59,o), -(266,185,cs), -(266,729,l), -(79,729,l), -(79,210,ls), -(79,165,o), -(71,143,o), -(40,143,cs), -(12,143,l), -(12,0,l) -); -} -); -width = 292; -}, -{ -anchors = ( -{ -name = bottom; -pos = (69,0); -}, -{ -name = top; -pos = (99,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(82,-6,o), -(114,17,o), -(114,88,cs), -(114,729,l), -(84,729,l), -(84,97,ls), -(84,45,o), -(74,21,o), -(34,21,cs), -(19,21,o), -(5,26,o), -(0,31,c), -(0,4,l), -(7,-2,o), -(21,-6,o), -(36,-6,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(36,0,ls), -(82,0,o), -(114,23,o), -(114,94,cs), -(114,729,l), -(83,729,l), -(83,103,ls), -(83,51,o), -(73,27,o), -(34,27,cs), -(0,27,l), -(0,0,l) -); -} -); -width = 178; -}, -{ -anchors = ( -{ -name = bottom; -pos = (183,0); -}, -{ -name = top; -pos = (341,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(233,-8,o), -(320,49,o), -(320,194,cs), -(320,729,l), -(282,729,l), -(282,201,ls), -(282,75,o), -(222,27,o), -(114,27,cs), -(69,27,o), -(38,36,o), -(16,50,c), -(16,13,l), -(37,1,o), -(69,-8,o), -(115,-8,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,0,ls), -(293,0,o), -(360,67,o), -(360,202,cs), -(360,729,l), -(322,729,l), -(322,203,ls), -(322,88,o), -(269,35,o), -(154,35,cs), -(16,35,l), -(16,0,l) -); -} -); -width = 425; -}, -{ -anchors = ( -{ -name = bottom; -pos = (215,0); -}, -{ -name = top; -pos = (319,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(312,-10,o), -(393,75,o), -(393,263,cs), -(393,729,l), -(165,729,l), -(165,276,ls), -(165,195,o), -(129,171,o), -(69,171,cs), -(42,171,o), -(17,176,o), -(4,182,c), -(4,7,l), -(28,-3,o), -(71,-10,o), -(123,-10,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,ls), -(360,0,o), -(433,82,o), -(433,229,cs), -(433,729,l), -(204,729,l), -(204,242,ls), -(204,198,o), -(186,179,o), -(142,179,cs), -(4,179,l), -(4,0,l) -); -} -); -width = 472; -}, -{ -anchors = ( -{ -name = bottom; -pos = (61,0); -}, -{ -name = top; -pos = (91,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(82,-6,o), -(114,17,o), -(114,88,cs), -(114,729,l), -(84,729,l), -(84,97,ls), -(84,45,o), -(74,21,o), -(34,21,cs), -(19,21,o), -(5,26,o), -(0,31,c), -(0,4,l), -(7,-2,o), -(21,-6,o), -(36,-6,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(28,0,ls), -(74,0,o), -(106,23,o), -(106,94,cs), -(106,729,l), -(75,729,l), -(75,103,ls), -(75,51,o), -(65,27,o), -(26,27,cs), -(-8,27,l), -(-8,0,l) -); -} -); -width = 146; -}, -{ -anchors = ( -{ -name = bottom; -pos = (135,0); -}, -{ -name = top; -pos = (164,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,0,ls), -(191,0,o), -(257,59,o), -(257,185,cs), -(257,729,l), -(70,729,l), -(70,210,ls), -(70,165,o), -(62,143,o), -(31,143,cs), -(3,143,l), -(3,0,l) -); -} -); -width = 273; -}, -{ -anchors = ( -{ -name = bottom; -pos = (178,0); -}, -{ -name = top; -pos = (246,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(225,-8,o), -(290,44,o), -(290,162,cs), -(290,729,l), -(252,729,l), -(252,167,ls), -(252,66,o), -(200,27,o), -(115,27,cs), -(78,27,o), -(48,36,o), -(28,50,c), -(28,13,l), -(48,1,o), -(79,-8,o), -(117,-8,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,0,ls), -(217,0,o), -(265,57,o), -(265,170,cs), -(265,729,l), -(227,729,l), -(227,175,ls), -(227,81,o), -(198,35,o), -(104,35,cs), -(3,35,l), -(3,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 329; -}, -{ -anchors = ( -{ -name = bottom; -pos = (205,0); -}, -{ -name = top; -pos = (257,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(281,-7,o), -(380,59,o), -(380,227,cs), -(380,729,l), -(178,729,l), -(178,241,ls), -(178,187,o), -(153,158,o), -(88,158,cs), -(60,158,o), -(38,164,o), -(20,172,c), -(20,12,l), -(45,1,o), -(90,-7,o), -(133,-7,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,0,ls), -(284,0,o), -(358,74,o), -(358,221,cs), -(358,729,l), -(156,729,l), -(156,234,ls), -(156,178,o), -(132,156,o), -(76,156,cs), -(-2,156,l), -(-2,0,l) -); -} -); -width = 388; -}, -{ -anchors = ( -{ -name = bottom; -pos = (178,0); -}, -{ -name = top; -pos = (336,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(233,-8,o), -(320,49,o), -(320,194,cs), -(320,729,l), -(282,729,l), -(282,201,ls), -(282,75,o), -(222,27,o), -(114,27,cs), -(69,27,o), -(38,36,o), -(16,50,c), -(16,13,l), -(37,1,o), -(69,-8,o), -(115,-8,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(153,0,ls), -(288,0,o), -(355,67,o), -(355,202,cs), -(355,729,l), -(317,729,l), -(317,203,ls), -(317,88,o), -(264,35,o), -(149,35,cs), -(11,35,l), -(11,0,l) -); -} -); -width = 410; -}, -{ -anchors = ( -{ -name = bottom; -pos = (205,0); -}, -{ -name = top; -pos = (309,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(312,-10,o), -(393,75,o), -(393,263,cs), -(393,729,l), -(165,729,l), -(165,276,ls), -(165,195,o), -(129,171,o), -(69,171,cs), -(42,171,o), -(17,176,o), -(4,182,c), -(4,7,l), -(28,-3,o), -(71,-10,o), -(123,-10,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,0,ls), -(350,0,o), -(423,82,o), -(423,229,cs), -(423,729,l), -(194,729,l), -(194,242,ls), -(194,198,o), -(176,179,o), -(132,179,cs), -(-6,179,l), -(-6,0,l) -); -} -); -width = 447; -}, -{ -anchors = ( -{ -name = bottom; -pos = (202,0); -}, -{ -name = top; -pos = (268,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(225,-8,o), -(290,44,o), -(290,162,cs), -(290,729,l), -(252,729,l), -(252,167,ls), -(252,66,o), -(200,27,o), -(115,27,cs), -(78,27,o), -(48,36,o), -(28,50,c), -(28,13,l), -(48,1,o), -(79,-8,o), -(117,-8,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(130,0,ls), -(241,0,o), -(287,57,o), -(287,170,cs), -(287,729,l), -(250,729,l), -(250,175,ls), -(250,81,o), -(222,35,o), -(130,35,cs), -(31,35,l), -(31,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 375; -}, -{ -anchors = ( -{ -name = bottom; -pos = (217,0); -}, -{ -name = top; -pos = (265,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(281,-7,o), -(380,59,o), -(380,227,cs), -(380,729,l), -(178,729,l), -(178,241,ls), -(178,187,o), -(153,158,o), -(88,158,cs), -(60,158,o), -(38,164,o), -(20,172,c), -(20,12,l), -(45,1,o), -(90,-7,o), -(133,-7,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(152,0,ls), -(294,0,o), -(365,74,o), -(365,221,cs), -(365,729,l), -(165,729,l), -(165,234,ls), -(165,178,o), -(143,156,o), -(91,156,cs), -(19,156,l), -(19,0,l) -); -} -); -width = 422; -}, -{ -anchors = ( -{ -name = bottom; -pos = (-39,0); -}, -{ -name = top; -pos = (197,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-42,-6,o), -(-2,15,o), -(13,88,cs), -(146,729,l), -(116,729,l), -(-16,97,ls), -(-27,44,o), -(-43,21,o), -(-81,21,cs), -(-92,21,o), -(-108,25,o), -(-113,31,c), -(-119,4,l), -(-113,-2,o), -(-99,-6,o), -(-84,-6,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-18,0,ls), -(28,0,o), -(65,23,o), -(80,94,cs), -(212,729,l), -(181,729,l), -(51,103,ls), -(40,49,o), -(24,27,o), -(-14,27,cs), -(-48,27,l), -(-54,0,l) -); -} -); -width = 178; -}, -{ -anchors = ( -{ -name = bottom; -pos = (32,0); -}, -{ -name = top; -pos = (267,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(98,-9,o), -(155,62,o), -(179,176,cs), -(294,729,l), -(110,729,l), -(1,210,ls), -(-8,170,o), -(-18,143,o), -(-50,143,cs), -(-58,143,o), -(-72,145,o), -(-77,154,c), -(-107,9,l), -(-89,-3,o), -(-59,-9,o), -(-24,-9,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(44,0,ls), -(143,0,o), -(220,59,o), -(246,185,cs), -(359,729,l), -(174,729,l), -(66,210,ls), -(57,165,o), -(44,143,o), -(14,143,cs), -(-14,143,l), -(-44,0,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = bottom; -pos = (166,0); -}, -{ -name = top; -pos = (368,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(170,-8,o), -(247,47,o), -(270,164,cs), -(388,729,l), -(351,729,l), -(233,167,ls), -(213,68,o), -(154,27,o), -(73,27,cs), -(41,27,o), -(12,35,o), -(-4,50,c), -(-11,13,l), -(6,1,o), -(34,-8,o), -(68,-8,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,0,ls), -(177,0,o), -(245,39,o), -(272,170,cs), -(387,729,l), -(349,729,l), -(235,175,ls), -(215,81,o), -(177,35,o), -(83,35,cs), -(-18,35,l), -(-25,0,l) -); -} -); -width = 378; -}, -{ -anchors = ( -{ -name = bottom; -pos = (183,0); -}, -{ -name = top; -pos = (371,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(218,-10,o), -(323,28,o), -(365,226,cs), -(471,729,l), -(270,729,l), -(174,272,ls), -(154,176,o), -(125,157,o), -(66,157,cs), -(43,157,o), -(17,164,o), -(6,175,c), -(-27,15,l), -(-6,1,o), -(43,-10,o), -(93,-10,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(122,0,ls), -(244,0,o), -(329,43,o), -(366,221,cs), -(471,729,l), -(270,729,l), -(168,234,ls), -(155,170,o), -(128,156,o), -(72,156,cs), -(-6,156,l), -(-38,0,l) -); -} -); -width = 429; -}, -{ -anchors = ( -{ -name = bottom; -pos = (151,0); -}, -{ -name = top; -pos = (398,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(217,-10,o), -(287,59,o), -(317,201,cs), -(427,729,l), -(390,729,l), -(280,207,ls), -(252,71,o), -(192,25,o), -(91,25,cs), -(39,25,o), -(5,36,o), -(-17,54,c), -(-24,17,l), -(-4,2,o), -(32,-10,o), -(85,-10,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(65,0,ls), -(200,0,o), -(278,57,o), -(308,202,cs), -(417,729,l), -(379,729,l), -(271,203,ls), -(247,88,o), -(190,35,o), -(68,35,cs), -(-30,35,l), -(-37,0,l) -); -} -); -width = 386; -}, -{ -anchors = ( -{ -name = bottom; -pos = (180,0); -}, -{ -name = top; -pos = (372,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(254,-10,o), -(359,50,o), -(401,252,cs), -(501,729,l), -(273,729,l), -(179,274,ls), -(166,209,o), -(136,173,o), -(71,173,cs), -(42,173,o), -(14,178,o), -(3,186,c), -(-34,12,l), -(-11,0,o), -(37,-10,o), -(99,-10,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,ls), -(262,0,o), -(352,82,o), -(382,229,cs), -(485,729,l), -(258,729,l), -(158,242,ls), -(149,198,o), -(127,179,o), -(83,179,cs), -(-15,179,l), -(-52,0,l) -); -} -); -width = 429; -} -); -unicode = 74; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/J_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/J_acute.glyph deleted file mode 100644 index 26db1840..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/J_acute.glyph +++ /dev/null @@ -1,241 +0,0 @@ -{ -color = 6; -glyphname = Jacute; -kernRight = KO_J; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = J; -}, -{ -pos = (43,57); -ref = acutecomb; -} -); -width = 178; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = J; -}, -{ -pos = (61,51); -ref = acutecomb; -} -); -width = 292; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = J; -}, -{ -pos = (283,57); -ref = acutecomb; -} -); -width = 425; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = J; -}, -{ -pos = (202,56); -ref = acutecomb; -} -); -width = 472; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = J; -}, -{ -pos = (55,57); -ref = acutecomb; -} -); -width = 146; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = J; -}, -{ -pos = (62,51); -ref = acutecomb; -} -); -width = 273; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = J; -}, -{ -pos = (211,57); -ref = acutecomb; -} -); -width = 329; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = J; -}, -{ -pos = (166,51); -ref = acutecomb; -} -); -width = 388; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = J; -}, -{ -pos = (288,57); -ref = acutecomb; -} -); -width = 410; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = J; -}, -{ -pos = (202,56); -ref = acutecomb; -} -); -width = 447; -}, -{ -layerId = m019; -shapes = ( -{ -ref = J; -}, -{ -pos = (212,57); -ref = acutecomb; -} -); -width = 375; -}, -{ -layerId = m020; -shapes = ( -{ -ref = J; -}, -{ -pos = (155,51); -ref = acutecomb; -} -); -width = 422; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = J; -}, -{ -pos = (56,57); -ref = acutecomb; -} -); -width = 178; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = J; -}, -{ -pos = (72,51); -ref = acutecomb; -} -); -width = 290; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = J; -}, -{ -pos = (226,57); -ref = acutecomb; -} -); -width = 378; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = J; -}, -{ -pos = (176,51); -ref = acutecomb; -} -); -width = 429; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = J; -}, -{ -pos = (255,57); -ref = acutecomb; -} -); -width = 386; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = J; -}, -{ -pos = (172,56); -ref = acutecomb; -} -); -width = 429; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/J_circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/J_circumflex.glyph deleted file mode 100644 index 14958601..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/J_circumflex.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Jcircumflex; -kernLeft = KO_J; -kernRight = KO_J; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = J; -}, -{ -pos = (-30,57); -ref = circumflexcomb; -} -); -width = 178; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = J; -}, -{ -pos = (-44,51); -ref = circumflexcomb; -} -); -width = 292; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = J; -}, -{ -pos = (162,57); -ref = circumflexcomb; -} -); -width = 425; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = J; -}, -{ -pos = (28,56); -ref = circumflexcomb; -} -); -width = 472; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = J; -}, -{ -pos = (-18,57); -ref = circumflexcomb; -} -); -width = 146; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = J; -}, -{ -pos = (-43,51); -ref = circumflexcomb; -} -); -width = 273; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = J; -}, -{ -pos = (102,57); -ref = circumflexcomb; -} -); -width = 329; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = J; -}, -{ -pos = (31,51); -ref = circumflexcomb; -} -); -width = 388; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = J; -}, -{ -pos = (167,57); -ref = circumflexcomb; -} -); -width = 410; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = J; -}, -{ -pos = (28,56); -ref = circumflexcomb; -} -); -width = 447; -}, -{ -layerId = m019; -shapes = ( -{ -ref = J; -}, -{ -pos = (105,57); -ref = circumflexcomb; -} -); -width = 375; -}, -{ -layerId = m020; -shapes = ( -{ -ref = J; -}, -{ -pos = (26,51); -ref = circumflexcomb; -} -); -width = 422; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = J; -}, -{ -pos = (-18,57); -ref = circumflexcomb; -} -); -width = 178; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = J; -}, -{ -pos = (-35,51); -ref = circumflexcomb; -} -); -width = 290; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = J; -}, -{ -pos = (116,57); -ref = circumflexcomb; -} -); -width = 378; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = J; -}, -{ -pos = (42,51); -ref = circumflexcomb; -} -); -width = 429; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = J; -}, -{ -pos = (132,57); -ref = circumflexcomb; -} -); -width = 386; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = J; -}, -{ -pos = (-4,56); -ref = circumflexcomb; -} -); -width = 429; -} -); -unicode = 308; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/K_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/K_.glyph deleted file mode 100644 index 5ee394bc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/K_.glyph +++ /dev/null @@ -1,923 +0,0 @@ -{ -glyphname = K; -kernLeft = KO_H; -kernRight = KO_K; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (256,0); -}, -{ -name = top; -pos = (256,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(261,0,l), -(261,159,l), -(336,249,l), -(501,0,l), -(747,0,l), -(474,414,l), -(737,729,l), -(487,729,l), -(261,445,l), -(261,729,l), -(58,729,l), -(58,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(488,0,l), -(378,428,l), -(489,729,l), -(297,729,l), -(212,401,l), -(212,152,l), -(247,274,l), -(295,0,l) -); -}, -{ -closed = 1; -nodes = ( -(216,0,l), -(216,729,l), -(29,729,l), -(29,0,l) -); -} -); -width = 499; -}, -{ -anchors = ( -{ -name = bottom; -pos = (187,0); -}, -{ -name = top; -pos = (187,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(361,0,l), -(190,426,l), -(355,729,l), -(321,729,l), -(90,298,l), -(90,247,l), -(171,395,l), -(328,0,l) -); -}, -{ -closed = 1; -nodes = ( -(97,0,l), -(97,729,l), -(66,729,l), -(66,0,l) -); -} -); -width = 370; -}, -{ -anchors = ( -{ -name = bottom; -pos = (349,0); -}, -{ -name = top; -pos = (349,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(108,0,l), -(108,176,l), -(322,385,l), -(633,0,l), -(680,0,l), -(349,411,l), -(673,729,l), -(625,729,l), -(108,221,l), -(108,729,l), -(72,729,l), -(72,0,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(680,0,l), -(338,412,l), -(673,729,l), -(623,729,l), -(99,233,l), -(99,188,l), -(309,386,l), -(631,0,l) -); -}, -{ -closed = 1; -nodes = ( -(110,0,l), -(110,729,l), -(72,729,l), -(72,0,l) -); -} -); -width = 696; -}, -{ -anchors = ( -{ -name = bottom; -pos = (431,0); -}, -{ -name = top; -pos = (431,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(875,0,l), -(546,428,l), -(851,729,l), -(556,729,l), -(265,415,l), -(265,149,l), -(383,273,l), -(586,0,l) -); -}, -{ -closed = 1; -nodes = ( -(276,0,l), -(276,729,l), -(47,729,l), -(47,0,l) -); -} -); -width = 867; -}, -{ -anchors = ( -{ -name = bottom; -pos = (163,0); -}, -{ -name = top; -pos = (163,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(334,0,l), -(169,454,l), -(323,729,l), -(288,729,l), -(66,334,l), -(66,279,l), -(147,420,l), -(300,0,l) -); -}, -{ -closed = 1; -nodes = ( -(73,0,l), -(73,729,l), -(42,729,l), -(42,0,l) -); -} -); -width = 328; -}, -{ -anchors = ( -{ -name = bottom; -pos = (245,0); -}, -{ -name = top; -pos = (245,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(261,0,l), -(261,159,l), -(336,249,l), -(501,0,l), -(747,0,l), -(474,414,l), -(737,729,l), -(487,729,l), -(261,445,l), -(261,729,l), -(58,729,l), -(58,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(475,0,l), -(363,426,l), -(476,729,l), -(290,729,l), -(201,451,l), -(201,147,l), -(232,252,l), -(284,0,l) -); -}, -{ -closed = 1; -nodes = ( -(205,0,l), -(205,729,l), -(18,729,l), -(18,0,l) -); -} -); -width = 479; -}, -{ -anchors = ( -{ -name = bottom; -pos = (295,0); -}, -{ -name = top; -pos = (295,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(594,0,l), -(289,426,l), -(585,729,l), -(535,729,l), -(99,282,l), -(99,231,l), -(262,398,l), -(546,0,l) -); -}, -{ -closed = 1; -nodes = ( -(108,0,l), -(108,729,l), -(70,729,l), -(70,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 598; -}, -{ -anchors = ( -{ -name = bottom; -pos = (341,0); -}, -{ -name = top; -pos = (341,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(262,0,l), -(262,163,l), -(349,273,l), -(506,0,l), -(746,0,l), -(488,420,l), -(735,729,l), -(496,729,l), -(262,417,l), -(262,729,l), -(59,729,l), -(59,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(713,0,l), -(453,427,l), -(711,729,l), -(471,729,l), -(223,418,l), -(223,174,l), -(314,280,l), -(474,0,l) -); -}, -{ -closed = 1; -nodes = ( -(233,0,l), -(233,729,l), -(30,729,l), -(30,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 707; -}, -{ -anchors = ( -{ -name = bottom; -pos = (339,0); -}, -{ -name = top; -pos = (339,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(108,0,l), -(108,176,l), -(322,385,l), -(633,0,l), -(680,0,l), -(349,411,l), -(673,729,l), -(625,729,l), -(108,221,l), -(108,729,l), -(72,729,l), -(72,0,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(698,0,l), -(329,430,l), -(634,729,l), -(579,729,l), -(89,250,l), -(89,196,l), -(299,402,l), -(645,0,l) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(100,729,l), -(62,729,l), -(62,0,l) -); -} -); -width = 689; -}, -{ -anchors = ( -{ -name = bottom; -pos = (416,0); -}, -{ -name = top; -pos = (416,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(860,0,l), -(531,428,l), -(836,729,l), -(541,729,l), -(250,415,l), -(250,149,l), -(368,273,l), -(571,0,l) -); -}, -{ -closed = 1; -nodes = ( -(261,0,l), -(261,729,l), -(32,729,l), -(32,0,l) -); -} -); -width = 842; -}, -{ -anchors = ( -{ -name = bottom; -pos = (316,0); -}, -{ -name = top; -pos = (316,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(608,0,l), -(309,425,l), -(600,729,l), -(549,729,l), -(124,282,l), -(124,231,l), -(283,398,l), -(561,0,l) -); -}, -{ -closed = 1; -nodes = ( -(133,0,l), -(133,729,l), -(95,729,l), -(95,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (366,0); -}, -{ -name = top; -pos = (366,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(267,0,l), -(267,163,l), -(354,273,l), -(511,0,l), -(751,0,l), -(493,420,l), -(740,729,l), -(501,729,l), -(267,417,l), -(267,729,l), -(64,729,l), -(64,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(729,0,l), -(478,427,l), -(727,729,l), -(489,729,l), -(253,408,l), -(253,174,l), -(341,280,l), -(492,0,l) -); -}, -{ -closed = 1; -nodes = ( -(263,0,l), -(263,729,l), -(62,729,l), -(62,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 738; -}, -{ -anchors = ( -{ -name = bottom; -pos = (143,0); -}, -{ -name = top; -pos = (294,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,0,l), -(224,424,l), -(449,729,l), -(414,729,l), -(97,296,l), -(84,234,l), -(201,392,l), -(273,0,l) -); -}, -{ -closed = 1; -nodes = ( -(43,0,l), -(194,729,l), -(163,729,l), -(12,0,l) -); -} -); -width = 366; -}, -{ -anchors = ( -{ -name = bottom; -pos = (206,0); -}, -{ -name = top; -pos = (357,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(427,0,l), -(407,428,l), -(579,729,l), -(389,729,l), -(236,401,l), -(183,151,l), -(245,274,l), -(236,0,l) -); -}, -{ -closed = 1; -nodes = ( -(158,0,l), -(310,729,l), -(125,729,l), -(-27,0,l) -); -} -); -width = 494; -}, -{ -anchors = ( -{ -name = bottom; -pos = (261,0); -}, -{ -name = top; -pos = (412,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(557,0,l), -(345,425,l), -(702,729,l), -(647,729,l), -(128,283,l), -(117,233,l), -(316,401,l), -(516,0,l) -); -}, -{ -closed = 1; -nodes = ( -(77,0,l), -(229,729,l), -(191,729,l), -(40,0,l) -); -} -); -width = 641; -}, -{ -anchors = ( -{ -name = bottom; -pos = (316,0); -}, -{ -name = top; -pos = (467,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(675,0,l), -(494,421,l), -(816,729,l), -(569,729,l), -(286,439,l), -(231,181,l), -(341,283,l), -(454,0,l) -); -}, -{ -closed = 1; -nodes = ( -(204,0,l), -(355,729,l), -(154,729,l), -(3,0,l) -); -} -); -width = 741; -}, -{ -anchors = ( -{ -name = bottom; -pos = (301,0); -}, -{ -name = top; -pos = (452,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(618,0,l), -(378,410,l), -(762,729,l), -(708,729,l), -(91,217,l), -(80,166,l), -(349,387,l), -(574,0,l) -); -}, -{ -closed = 1; -nodes = ( -(56,0,l), -(207,729,l), -(169,729,l), -(18,0,l) -); -} -); -width = 688; -}, -{ -anchors = ( -{ -name = bottom; -pos = (381,0); -}, -{ -name = top; -pos = (532,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(810,0,l), -(572,419,l), -(930,729,l), -(639,729,l), -(295,419,l), -(241,160,l), -(391,286,l), -(546,0,l) -); -}, -{ -closed = 1; -nodes = ( -(218,0,l), -(369,729,l), -(142,729,l), -(-9,0,l) -); -} -); -width = 857; -} -); -metricLeft = H; -unicode = 75; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/K_commaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/K_commaaccent.glyph deleted file mode 100644 index 9aa8a1cd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/K_commaaccent.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Kcommaaccent; -kernRight = KO_K; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = K; -}, -{ -pos = (90,0); -ref = commaaccentcomb; -} -); -width = 370; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = K; -}, -{ -pos = (74,0); -ref = commaaccentcomb; -} -); -width = 499; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = K; -}, -{ -pos = (248,0); -ref = commaaccentcomb; -} -); -width = 696; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = K; -}, -{ -pos = (247,0); -ref = commaaccentcomb; -} -); -width = 867; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = K; -}, -{ -pos = (86,0); -ref = commaaccentcomb; -} -); -width = 328; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = K; -}, -{ -pos = (73,0); -ref = commaaccentcomb; -} -); -width = 479; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = K; -}, -{ -pos = (209,0); -ref = commaaccentcomb; -} -); -width = 598; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = K; -}, -{ -pos = (192,0); -ref = commaaccentcomb; -} -); -width = 707; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = K; -}, -{ -pos = (248,0); -ref = commaaccentcomb; -} -); -width = 689; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = K; -}, -{ -pos = (242,0); -ref = commaaccentcomb; -} -); -width = 842; -}, -{ -layerId = m019; -shapes = ( -{ -ref = K; -}, -{ -pos = (209,0); -ref = commaaccentcomb; -} -); -width = 640; -}, -{ -layerId = m020; -shapes = ( -{ -ref = K; -}, -{ -pos = (203,0); -ref = commaaccentcomb; -} -); -width = 738; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = K; -}, -{ -pos = (100,0); -ref = commaaccentcomb; -} -); -width = 366; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = K; -}, -{ -pos = (82,0); -ref = commaaccentcomb; -} -); -width = 494; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = K; -}, -{ -pos = (209,0); -ref = commaaccentcomb; -} -); -width = 641; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = K; -}, -{ -pos = (201,0); -ref = commaaccentcomb; -} -); -width = 741; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = K; -}, -{ -pos = (253,0); -ref = commaaccentcomb; -} -); -width = 688; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = K; -}, -{ -pos = (258,0); -ref = commaaccentcomb; -} -); -width = 857; -} -); -unicode = 310; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/L_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/L_.glyph deleted file mode 100644 index 03c9d449..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/L_.glyph +++ /dev/null @@ -1,764 +0,0 @@ -{ -glyphname = L; -kernLeft = KO_H; -kernRight = KO_L; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (182,0); -}, -{ -name = center; -pos = (276,365); -}, -{ -name = top; -pos = (123,729); -}, -{ -name = topright; -pos = (216,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,0,l), -(346,163,l), -(191,163,l), -(216,136,l), -(216,729,l), -(29,729,l), -(29,0,l) -); -} -); -width = 359; -}, -{ -anchors = ( -{ -name = bottom; -pos = (142,0); -}, -{ -name = center; -pos = (192,365); -}, -{ -name = top; -pos = (82,729); -}, -{ -name = topright; -pos = (119,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,0,l), -(260,29,l), -(83,29,l), -(97,17,l), -(97,729,l), -(66,729,l), -(66,0,l) -); -} -); -width = 260; -}, -{ -anchors = ( -{ -name = bottom; -pos = (292,0); -}, -{ -name = center; -pos = (326,365); -}, -{ -name = top; -pos = (91,729); -}, -{ -name = topright; -pos = (229,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(560,0,l), -(560,37,l), -(92,37,l), -(110,23,l), -(110,729,l), -(72,729,l), -(72,0,l) -); -} -); -width = 576; -}, -{ -anchors = ( -{ -name = bottom; -pos = (305,0); -}, -{ -name = center; -pos = (406,365); -}, -{ -name = top; -pos = (162,729); -}, -{ -name = topright; -pos = (296,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(606,0,l), -(606,186,l), -(231,186,l), -(276,141,l), -(276,729,l), -(47,729,l), -(47,0,l) -); -} -); -width = 611; -}, -{ -anchors = ( -{ -name = bottom; -pos = (118,0); -}, -{ -name = center; -pos = (168,365); -}, -{ -name = top; -pos = (58,729); -}, -{ -name = topright; -pos = (95,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,0,l), -(236,29,l), -(59,29,l), -(73,17,l), -(73,729,l), -(42,729,l), -(42,0,l) -); -} -); -width = 226; -}, -{ -anchors = ( -{ -name = bottom; -pos = (171,0); -}, -{ -name = center; -pos = (265,365); -}, -{ -name = top; -pos = (112,729); -}, -{ -name = topright; -pos = (205,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(335,0,l), -(335,163,l), -(180,163,l), -(205,136,l), -(205,729,l), -(18,729,l), -(18,0,l) -); -} -); -width = 339; -}, -{ -anchors = ( -{ -name = bottom; -pos = (234,0); -}, -{ -name = center; -pos = (290,365); -}, -{ -name = top; -pos = (89,729); -}, -{ -name = topright; -pos = (191,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(490,0,l), -(490,37,l), -(90,37,l), -(108,15,l), -(108,729,l), -(70,729,l), -(70,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 494; -}, -{ -anchors = ( -{ -name = bottom; -pos = (252,0); -}, -{ -name = center; -pos = (352,365); -}, -{ -name = top; -pos = (132,729); -}, -{ -name = topright; -pos = (283,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(535,0,l), -(535,179,l), -(208,179,l), -(233,151,l), -(233,729,l), -(30,729,l), -(30,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 533; -}, -{ -anchors = ( -{ -name = bottom; -pos = (282,0); -}, -{ -name = center; -pos = (316,365); -}, -{ -name = top; -pos = (81,729); -}, -{ -name = topright; -pos = (219,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(560,0,l), -(560,37,l), -(82,37,l), -(100,23,l), -(100,729,l), -(62,729,l), -(62,0,l) -); -} -); -width = 571; -}, -{ -anchors = ( -{ -name = bottom; -pos = (290,0); -}, -{ -name = center; -pos = (391,365); -}, -{ -name = top; -pos = (147,729); -}, -{ -name = topright; -pos = (281,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(611,0,l), -(611,186,l), -(216,186,l), -(261,141,l), -(261,729,l), -(32,729,l), -(32,0,l) -); -} -); -width = 611; -}, -{ -anchors = ( -{ -name = bottom; -pos = (335,0); -}, -{ -name = center; -pos = (321,365); -}, -{ -name = top; -pos = (124,729); -}, -{ -name = topright; -pos = (224,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(565,0,l), -(565,37,l), -(125,37,l), -(143,15,l), -(143,729,l), -(105,729,l), -(105,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 574; -}, -{ -anchors = ( -{ -name = bottom; -pos = (277,0); -}, -{ -name = center; -pos = (377,365); -}, -{ -name = top; -pos = (163,729); -}, -{ -name = topright; -pos = (311,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(572,0,l), -(572,179,l), -(240,179,l), -(263,151,l), -(263,729,l), -(62,729,l), -(62,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 590; -}, -{ -anchors = ( -{ -name = bottom; -pos = (98,0); -}, -{ -name = center; -pos = (173,365); -}, -{ -name = top; -pos = (179,729); -}, -{ -name = topright; -pos = (226,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(210,29,l), -(40,29,l), -(47,21,l), -(194,729,l), -(163,729,l), -(12,0,l) -); -} -); -width = 257; -}, -{ -anchors = ( -{ -name = bottom; -pos = (137,0); -}, -{ -name = center; -pos = (291,365); -}, -{ -name = top; -pos = (218,729); -}, -{ -name = topright; -pos = (323,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,0,l), -(321,163,l), -(178,163,l), -(188,149,l), -(310,729,l), -(125,729,l), -(-27,0,l) -); -} -); -width = 356; -}, -{ -anchors = ( -{ -name = bottom; -pos = (207,0); -}, -{ -name = center; -pos = (330,365); -}, -{ -name = top; -pos = (210,729); -}, -{ -name = topright; -pos = (316,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(446,0,l), -(453,37,l), -(71,37,l), -(81,25,l), -(228,729,l), -(191,729,l), -(40,0,l) -); -} -); -width = 528; -}, -{ -anchors = ( -{ -name = bottom; -pos = (228,0); -}, -{ -name = center; -pos = (400,365); -}, -{ -name = top; -pos = (255,729); -}, -{ -name = topright; -pos = (383,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(493,0,l), -(530,179,l), -(230,179,l), -(239,168,l), -(355,729,l), -(154,729,l), -(3,0,l) -); -} -); -width = 569; -}, -{ -anchors = ( -{ -name = bottom; -pos = (245,0); -}, -{ -name = center; -pos = (348,365); -}, -{ -name = top; -pos = (188,729); -}, -{ -name = topright; -pos = (321,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(499,0,l), -(506,36,l), -(54,36,l), -(62,28,l), -(207,729,l), -(169,729,l), -(18,0,l) -); -} -); -width = 569; -}, -{ -anchors = ( -{ -name = bottom; -pos = (257,0); -}, -{ -name = center; -pos = (425,365); -}, -{ -name = top; -pos = (256,729); -}, -{ -name = topright; -pos = (393,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(544,0,l), -(583,186,l), -(212,186,l), -(248,142,l), -(369,729,l), -(142,729,l), -(-9,0,l) -); -} -); -width = 606; -} -); -metricLeft = H; -unicode = 76; -userData = { -KernOnName = L; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/L_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/L_acute.glyph deleted file mode 100644 index 656e10e2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/L_acute.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Lacute; -kernRight = KO_L; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = L; -}, -{ -pos = (26,57); -ref = acutecomb; -} -); -width = 260; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = L; -}, -{ -pos = (11,51); -ref = acutecomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = L; -}, -{ -pos = (33,57); -ref = acutecomb; -} -); -width = 576; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = L; -}, -{ -pos = (45,56); -ref = acutecomb; -} -); -width = 611; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = L; -}, -{ -pos = (22,57); -ref = acutecomb; -} -); -width = 226; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = L; -}, -{ -pos = (10,51); -ref = acutecomb; -} -); -width = 339; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = L; -}, -{ -pos = (54,57); -ref = acutecomb; -} -); -width = 494; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = L; -}, -{ -pos = (41,51); -ref = acutecomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = L; -}, -{ -pos = (33,57); -ref = acutecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = L; -}, -{ -pos = (40,56); -ref = acutecomb; -} -); -width = 611; -}, -{ -layerId = m019; -shapes = ( -{ -ref = L; -}, -{ -pos = (68,57); -ref = acutecomb; -} -); -width = 574; -}, -{ -layerId = m020; -shapes = ( -{ -ref = L; -}, -{ -pos = (53,51); -ref = acutecomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = L; -}, -{ -pos = (38,57); -ref = acutecomb; -} -); -width = 257; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = L; -}, -{ -pos = (23,51); -ref = acutecomb; -} -); -width = 356; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = L; -}, -{ -pos = (68,57); -ref = acutecomb; -} -); -width = 528; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = L; -}, -{ -pos = (60,51); -ref = acutecomb; -} -); -width = 569; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = L; -}, -{ -pos = (45,57); -ref = acutecomb; -} -); -width = 569; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = L; -}, -{ -pos = (56,56); -ref = acutecomb; -} -); -width = 606; -} -); -unicode = 313; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/L_caron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/L_caron.glyph deleted file mode 100644 index 2e7346bb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/L_caron.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Lcaron; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = L; -}, -{ -pos = (128,0); -ref = caroncomb.alt; -} -); -width = 260; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = L; -}, -{ -pos = (195,0); -ref = caroncomb.alt; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = L; -}, -{ -pos = (257,0); -ref = caroncomb.alt; -} -); -width = 576; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = L; -}, -{ -pos = (286,0); -ref = caroncomb.alt; -} -); -width = 611; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = L; -}, -{ -pos = (124,0); -ref = caroncomb.alt; -} -); -width = 226; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = L; -}, -{ -pos = (194,0); -ref = caroncomb.alt; -} -); -width = 339; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = L; -}, -{ -pos = (229,0); -ref = caroncomb.alt; -} -); -width = 494; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = L; -}, -{ -pos = (283,0); -ref = caroncomb.alt; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = L; -}, -{ -pos = (257,0); -ref = caroncomb.alt; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = L; -}, -{ -pos = (281,0); -ref = caroncomb.alt; -} -); -width = 611; -}, -{ -layerId = m019; -shapes = ( -{ -ref = L; -}, -{ -pos = (245,0); -ref = caroncomb.alt; -} -); -width = 574; -}, -{ -layerId = m020; -shapes = ( -{ -ref = L; -}, -{ -pos = (288,0); -ref = caroncomb.alt; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = L; -}, -{ -pos = (138,0); -ref = caroncomb.alt; -} -); -width = 257; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = L; -}, -{ -pos = (206,0); -ref = caroncomb.alt; -} -); -width = 356; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = L; -}, -{ -pos = (237,0); -ref = caroncomb.alt; -} -); -width = 528; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = L; -}, -{ -pos = (276,0); -ref = caroncomb.alt; -} -); -width = 569; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = L; -}, -{ -pos = (252,0); -ref = caroncomb.alt; -} -); -width = 569; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = L; -}, -{ -pos = (288,0); -ref = caroncomb.alt; -} -); -width = 606; -} -); -unicode = 317; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/L_commaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/L_commaaccent.glyph deleted file mode 100644 index 44e86f03..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/L_commaaccent.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Lcommaaccent; -kernLeft = KO_H; -kernRight = KO_L; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = L; -}, -{ -pos = (45,0); -ref = commaaccentcomb; -} -); -width = 260; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = L; -}, -{ -ref = commaaccentcomb; -} -); -width = 359; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = L; -}, -{ -pos = (191,0); -ref = commaaccentcomb; -} -); -width = 576; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = L; -}, -{ -pos = (121,0); -ref = commaaccentcomb; -} -); -width = 611; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = L; -}, -{ -pos = (41,0); -ref = commaaccentcomb; -} -); -width = 226; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = L; -}, -{ -pos = (-1,0); -ref = commaaccentcomb; -} -); -width = 339; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = L; -}, -{ -pos = (148,0); -ref = commaaccentcomb; -} -); -width = 494; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = L; -}, -{ -pos = (103,0); -ref = commaaccentcomb; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = L; -}, -{ -pos = (191,0); -ref = commaaccentcomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = L; -}, -{ -pos = (116,0); -ref = commaaccentcomb; -} -); -width = 611; -}, -{ -layerId = m019; -shapes = ( -{ -ref = L; -}, -{ -pos = (228,0); -ref = commaaccentcomb; -} -); -width = 574; -}, -{ -layerId = m020; -shapes = ( -{ -ref = L; -}, -{ -pos = (114,0); -ref = commaaccentcomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = L; -}, -{ -pos = (55,0); -ref = commaaccentcomb; -} -); -width = 257; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = L; -}, -{ -pos = (13,0); -ref = commaaccentcomb; -} -); -width = 356; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = L; -}, -{ -pos = (155,0); -ref = commaaccentcomb; -} -); -width = 528; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = L; -}, -{ -pos = (113,0); -ref = commaaccentcomb; -} -); -width = 569; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = L; -}, -{ -pos = (197,0); -ref = commaaccentcomb; -} -); -width = 569; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = L; -}, -{ -pos = (134,0); -ref = commaaccentcomb; -} -); -width = 606; -} -); -unicode = 315; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/L_dot.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/L_dot.glyph deleted file mode 100644 index 4436bdac..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/L_dot.glyph +++ /dev/null @@ -1,265 +0,0 @@ -{ -color = 6; -glyphname = Ldot; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (260,0); -ref = periodcentered.loclCAT.case; -} -); -width = 260; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (359,0); -ref = periodcentered.loclCAT.case; -} -); -width = 409; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (576,0); -ref = periodcentered.loclCAT.case; -} -); -width = 576; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (611,0); -ref = periodcentered.loclCAT.case; -} -); -width = 611; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (226,0); -ref = periodcentered.loclCAT.case; -} -); -width = 238; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (339,0); -ref = periodcentered.loclCAT.case; -} -); -width = 379; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (494,0); -ref = periodcentered.loclCAT.case; -} -); -width = 494; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (533,0); -ref = periodcentered.loclCAT.case; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (571,0); -ref = periodcentered.loclCAT.case; -} -); -width = 596; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (611,0); -ref = periodcentered.loclCAT.case; -} -); -width = 616; -}, -{ -layerId = m019; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (574,0); -ref = periodcentered.loclCAT.case; -} -); -width = 579; -}, -{ -layerId = m020; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (590,0); -ref = periodcentered.loclCAT.case; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (257,0); -ref = periodcentered.loclCAT.case; -} -); -width = 257; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (356,0); -ref = periodcentered.loclCAT.case; -} -); -width = 419; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (528,0); -ref = periodcentered.loclCAT.case; -} -); -width = 528; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (569,0); -ref = periodcentered.loclCAT.case; -} -); -width = 569; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (569,0); -ref = periodcentered.loclCAT.case; -} -); -width = 569; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (606,0); -ref = periodcentered.loclCAT.case; -} -); -width = 606; -} -); -unicode = 319; -userData = { -KernOnSpecialSpacing = { -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/L_dot.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/L_dot.ss01.glyph deleted file mode 100644 index 01983351..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/L_dot.ss01.glyph +++ /dev/null @@ -1,259 +0,0 @@ -{ -color = 6; -glyphname = Ldot.ss01; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (260,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 260; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (359,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 406; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (576,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 576; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (611,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 611; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (226,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 238; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (339,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 376; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (494,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 494; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (533,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 533; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (571,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 596; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (611,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 616; -}, -{ -layerId = m019; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (574,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 579; -}, -{ -layerId = m020; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (590,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (257,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 257; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (356,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 410; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (528,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 528; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (569,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 569; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (569,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 569; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = L; -}, -{ -alignment = 1; -pos = (606,0); -ref = periodcentered.loclCAT.case.ss01; -} -); -width = 606; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/L_slash.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/L_slash.glyph deleted file mode 100644 index 95475550..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/L_slash.glyph +++ /dev/null @@ -1,279 +0,0 @@ -{ -color = 7; -glyphname = Lslash; -kernRight = KO_Lslash; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = -1; -pos = (8,0); -ref = L; -}, -{ -pos = (-28,23); -ref = slashshortcomb.case; -} -); -width = 268; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = -1; -pos = (15,0); -ref = L; -}, -{ -pos = (-27,-38); -ref = slashshortcomb.case; -} -); -width = 374; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = -1; -pos = (53,0); -ref = L; -}, -{ -pos = (-21,71); -ref = slashshortcomb.case; -} -); -width = 629; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = L; -}, -{ -pos = (-33,70); -ref = slashshortcomb.case; -} -); -width = 629; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (8,0); -ref = L; -}, -{ -pos = (-32,23); -ref = slashshortcomb.case; -} -); -width = 228; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -pos = (15,0); -ref = L; -}, -{ -pos = (-28,-38); -ref = slashshortcomb.case; -} -); -width = 354; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (33,0); -ref = L; -}, -{ -pos = (-12,25); -ref = slashshortcomb.case; -} -); -width = 536; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (28,0); -ref = L; -}, -{ -pos = (-26,60); -ref = slashshortcomb.case; -} -); -width = 560; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (53,0); -ref = L; -}, -{ -pos = (-21,71); -ref = slashshortcomb.case; -} -); -width = 609; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = L; -}, -{ -pos = (-38,70); -ref = slashshortcomb.case; -} -); -width = 599; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = -1; -pos = (33,0); -ref = L; -}, -{ -pos = (4,25); -ref = slashshortcomb.case; -} -); -width = 569; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = -1; -pos = (28,0); -ref = L; -}, -{ -pos = (-7,60); -ref = slashshortcomb.case; -} -); -width = 603; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = -1; -pos = (6,0); -ref = L; -}, -{ -pos = (-4,71); -ref = slashshortcomb.case; -} -); -width = 263; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = -1; -pos = (19,0); -ref = L; -}, -{ -pos = (-33,-30); -ref = slashshortcomb.case; -} -); -width = 375; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = -1; -pos = (39,0); -ref = L; -}, -{ -pos = (6,71); -ref = slashshortcomb.case; -} -); -width = 567; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = -1; -pos = (29,0); -ref = L; -}, -{ -pos = (-4,65); -ref = slashshortcomb.case; -} -); -width = 598; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = -1; -pos = (54,0); -ref = L; -}, -{ -pos = (-7,71); -ref = slashshortcomb.case; -} -); -width = 623; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = -1; -pos = (19,0); -ref = L; -}, -{ -pos = (-18,70); -ref = slashshortcomb.case; -} -); -width = 625; -} -); -metricRight = L; -unicode = 321; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/M_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/M_.glyph deleted file mode 100644 index 160c53fd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/M_.glyph +++ /dev/null @@ -1,2235 +0,0 @@ -{ -glyphname = M; -kernLeft = KO_H; -kernRight = KO_H; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (323,0); -}, -{ -name = top; -pos = (323,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(198,0,l), -(198,162,l), -(196,503,l), -(202,503,l), -(267,0,l), -(379,0,l), -(444,503,l), -(450,503,l), -(448,162,l), -(448,0,l), -(617,0,l), -(617,729,l), -(370,729,l), -(326,328,l), -(319,328,l), -(274,729,l), -(29,729,l), -(29,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(198,0,l), -(198,337,l), -(195,523,l), -(202,523,l), -(229,275,l), -(267,0,l), -(379,0,l), -(417,275,l), -(447,533,l), -(454,533,l), -(448,337,l), -(448,0,l), -(617,0,l), -(617,729,l), -(360,729,l), -(334,466,l), -(326,298,l), -(319,298,l), -(310,466,l), -(284,729,l), -(29,729,l), -(29,0,l) -); -} -); -width = 646; -}, -{ -anchors = ( -{ -name = bottom; -pos = (258,0); -}, -{ -name = top; -pos = (258,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(98,0,l), -(98,414,l), -(95,693,l), -(101,693,l), -(243,0,l), -(272,0,l), -(413,693,l), -(420,693,l), -(417,414,l), -(417,0,l), -(449,0,l), -(449,729,l), -(390,729,l), -(257,75,l), -(256,75,l), -(124,729,l), -(66,729,l), -(66,0,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(97,407,l), -(95,698,l), -(101,698,l), -(156,415,l), -(236,0,l), -(280,0,l), -(359,417,l), -(413,699,l), -(419,699,l), -(418,407,l), -(418,0,l), -(449,0,l), -(449,729,l), -(390,729,l), -(302,279,l), -(261,44,l), -(255,44,l), -(213,279,l), -(124,729,l), -(66,729,l), -(66,0,l) -); -} -); -width = 515; -}, -{ -anchors = ( -{ -name = bottom; -pos = (461,0); -}, -{ -name = top; -pos = (461,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,420,l), -(108,686,l), -(114,686,l), -(444,0,l), -(478,0,l), -(807,686,l), -(814,686,l), -(811,420,l), -(811,0,l), -(850,0,l), -(850,729,l), -(787,729,l), -(461,50,l), -(459,50,l), -(134,729,l), -(72,729,l), -(72,0,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,420,l), -(107,693,l), -(114,693,l), -(221,464,l), -(439,0,l), -(481,0,l), -(702,467,l), -(807,693,l), -(814,693,l), -(811,420,l), -(811,0,l), -(850,0,l), -(850,729,l), -(786,729,l), -(561,258,l), -(463,41,l), -(457,41,l), -(360,258,l), -(136,729,l), -(72,729,l), -(72,0,l) -); -} -); -width = 922; -}, -{ -anchors = ( -{ -name = bottom; -pos = (513,0); -}, -{ -name = top; -pos = (513,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(261,0,l), -(261,233,l), -(258,503,l), -(268,503,l), -(414,0,l), -(612,0,l), -(758,503,l), -(767,503,l), -(765,235,l), -(765,0,l), -(977,0,l), -(977,729,l), -(637,729,l), -(518,277,l), -(510,277,l), -(387,729,l), -(47,729,l), -(47,0,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,0,l), -(261,233,l), -(256,523,l), -(266,523,l), -(317,326,l), -(412,0,l), -(614,0,l), -(709,326,l), -(760,523,l), -(770,523,l), -(765,235,l), -(765,0,l), -(977,0,l), -(977,729,l), -(635,729,l), -(540,349,l), -(518,247,l), -(510,247,l), -(487,349,l), -(389,729,l), -(47,729,l), -(47,0,l) -); -} -); -width = 1024; -}, -{ -anchors = ( -{ -name = bottom; -pos = (266,0); -}, -{ -name = top; -pos = (266,729); -} -); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -300, -1, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(112,0,l), -(112,378,l), -(109,666,l), -(115,666,l), -(232,0,l), -(299,0,l), -(417,666,l), -(424,666,l), -(421,378,l), -(421,0,l), -(473,0,l), -(473,729,l), -(378,729,l), -(269,111,l), -(262,111,l), -(154,729,l), -(61,729,l), -(61,0,l) -); -} -); -}; -layerId = "06D708AE-6FF7-4126-A797-652CFAE2D764"; -name = "{75, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(112,0,l), -(112,486,l), -(109,676,l), -(115,676,l), -(146,487,l), -(232,0,l), -(299,0,l), -(386,490,l), -(417,676,l), -(424,676,l), -(421,486,l), -(421,0,l), -(473,0,l), -(473,729,l), -(378,729,l), -(281,169,l), -(269,71,l), -(262,71,l), -(250,169,l), -(154,729,l), -(61,729,l), -(61,0,l) -); -} -); -width = 534; -}, -{ -anchors = ( -{ -name = bottom; -pos = (467,0); -}, -{ -name = top; -pos = (467,729); -} -); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -300, -1, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(131,0,l), -(131,393,l), -(129,660,l), -(135,660,l), -(434,0,l), -(498,0,l), -(799,660,l), -(806,660,l), -(804,394,l), -(804,0,l), -(867,0,l), -(867,729,l), -(763,729,l), -(468,82,l), -(465,82,l), -(172,729,l), -(68,729,l), -(68,0,l) -); -} -); -}; -layerId = "BB8528A8-45D9-4F71-98F5-5E9EBC614399"; -name = "{125, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(131,0,l), -(131,393,l), -(128,673,l), -(135,673,l), -(234,443,l), -(433,0,l), -(499,0,l), -(703,453,l), -(798,674,l), -(806,674,l), -(804,394,l), -(804,0,l), -(867,0,l), -(867,729,l), -(762,729,l), -(572,304,l), -(470,66,l), -(463,66,l), -(361,304,l), -(172,729,l), -(68,729,l), -(68,0,l) -); -} -); -width = 935; -}, -{ -anchors = ( -{ -name = bottom; -pos = (229,0); -}, -{ -name = top; -pos = (229,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(93,0,l), -(93,414,l), -(90,693,l), -(96,693,l), -(238,0,l), -(267,0,l), -(408,693,l), -(415,693,l), -(412,414,l), -(412,0,l), -(444,0,l), -(444,729,l), -(385,729,l), -(252,75,l), -(251,75,l), -(119,729,l), -(61,729,l), -(61,0,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,0,l), -(73,407,l), -(72,677,l), -(73,677,l), -(126,413,l), -(210,0,l), -(248,0,l), -(330,411,l), -(384,678,l), -(385,678,l), -(384,407,l), -(384,0,l), -(415,0,l), -(415,729,l), -(367,729,l), -(273,279,l), -(230,47,l), -(229,47,l), -(184,279,l), -(89,729,l), -(42,729,l), -(42,0,l) -); -} -); -width = 457; -}, -{ -anchors = ( -{ -name = bottom; -pos = (244,0); -}, -{ -name = top; -pos = (244,729); -} -); -associatedMasterId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -attr = { -coordinates = ( -75, -300, -100, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(115,0,l), -(115,378,l), -(112,666,l), -(118,666,l), -(235,0,l), -(302,0,l), -(420,666,l), -(427,666,l), -(424,378,l), -(424,0,l), -(476,0,l), -(476,729,l), -(381,729,l), -(272,111,l), -(265,111,l), -(157,729,l), -(64,729,l), -(64,0,l) -); -} -); -}; -layerId = "394B4DF2-E646-4557-83EC-2C41AB442AF7"; -name = "{75, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,0,l), -(91,386,l), -(91,640,l), -(93,640,l), -(141,392,l), -(219,0,l), -(270,0,l), -(347,390,l), -(397,643,l), -(398,643,l), -(397,386,l), -(397,0,l), -(449,0,l), -(449,729,l), -(373,729,l), -(286,307,l), -(247,92,l), -(246,92,l), -(204,307,l), -(117,729,l), -(39,729,l), -(39,0,l) -); -} -); -width = 488; -}, -{ -anchors = ( -{ -name = bottom; -pos = (312,0); -}, -{ -name = top; -pos = (312,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(198,0,l), -(198,162,l), -(196,503,l), -(202,503,l), -(267,0,l), -(379,0,l), -(444,503,l), -(450,503,l), -(448,162,l), -(448,0,l), -(617,0,l), -(617,729,l), -(370,729,l), -(326,328,l), -(319,328,l), -(274,729,l), -(29,729,l), -(29,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,0,l), -(187,262,l), -(188,421,l), -(189,421,l), -(215,263,l), -(256,0,l), -(368,0,l), -(411,263,l), -(438,430,l), -(439,430,l), -(437,262,l), -(437,0,l), -(606,0,l), -(606,729,l), -(372,729,l), -(330,473,l), -(312,359,l), -(311,359,l), -(292,473,l), -(250,729,l), -(18,729,l), -(18,0,l) -); -} -); -width = 624; -}, -{ -anchors = ( -{ -name = bottom; -pos = (416,0); -}, -{ -name = top; -pos = (416,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(132,0,l), -(132,420,l), -(130,686,l), -(136,686,l), -(422,0,l), -(458,0,l), -(743,686,l), -(750,686,l), -(747,420,l), -(747,0,l), -(786,0,l), -(786,729,l), -(724,729,l), -(440,50,l), -(438,50,l), -(156,729,l), -(94,729,l), -(94,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,0,l), -(108,414,l), -(110,682,l), -(111,682,l), -(209,444,l), -(396,0,l), -(437,0,l), -(622,444,l), -(720,684,l), -(721,684,l), -(723,416,l), -(723,0,l), -(761,0,l), -(761,729,l), -(700,729,l), -(474,179,l), -(417,46,l), -(416,46,l), -(358,180,l), -(131,729,l), -(70,729,l), -(70,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 831; -}, -{ -anchors = ( -{ -name = bottom; -pos = (387,0); -}, -{ -name = top; -pos = (387,729); -} -); -associatedMasterId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -attr = { -coordinates = ( -100, -300, -100, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(159,0,l), -(159,393,l), -(157,662,l), -(163,662,l), -(423,0,l), -(480,0,l), -(742,662,l), -(749,662,l), -(746,394,l), -(746,0,l), -(807,0,l), -(807,729,l), -(706,729,l), -(453,90,l), -(451,90,l), -(200,729,l), -(98,729,l), -(98,0,l) -); -} -); -}; -layerId = "4CED0082-91DB-40CF-9F74-A1F4B4152A60"; -name = "{100, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(125,0,l), -(125,390,l), -(125,655,l), -(128,655,l), -(208,418,l), -(359,0,l), -(419,0,l), -(570,421,l), -(650,657,l), -(653,657,l), -(653,391,l), -(653,0,l), -(714,0,l), -(714,729,l), -(620,729,l), -(458,275,l), -(393,80,l), -(390,80,l), -(323,276,l), -(161,729,l), -(64,729,l), -(64,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 778; -}, -{ -anchors = ( -{ -name = bottom; -pos = (445,0); -}, -{ -name = top; -pos = (445,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(266,0,l), -(266,233,l), -(263,518,l), -(272,518,l), -(392,0,l), -(558,0,l), -(678,518,l), -(685,518,l), -(683,235,l), -(683,0,l), -(879,0,l), -(879,729,l), -(573,729,l), -(479,333,l), -(471,333,l), -(374,729,l), -(68,729,l), -(68,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,0,l), -(232,257,l), -(231,468,l), -(232,468,l), -(286,276,l), -(370,0,l), -(522,0,l), -(605,271,l), -(660,468,l), -(661,468,l), -(659,257,l), -(659,0,l), -(860,0,l), -(860,729,l), -(567,729,l), -(493,473,l), -(448,303,l), -(446,303,l), -(398,473,l), -(321,729,l), -(30,729,l), -(30,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -}; -width = 890; -}, -{ -anchors = ( -{ -name = bottom; -pos = (461,0); -}, -{ -name = top; -pos = (461,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(120,0,l), -(120,420,l), -(118,686,l), -(124,686,l), -(454,0,l), -(488,0,l), -(817,686,l), -(824,686,l), -(821,420,l), -(821,0,l), -(860,0,l), -(860,729,l), -(797,729,l), -(471,50,l), -(469,50,l), -(144,729,l), -(82,729,l), -(82,0,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(100,483,l), -(98,686,l), -(99,686,l), -(195,491,l), -(438,0,l), -(482,0,l), -(725,489,l), -(822,686,l), -(823,686,l), -(821,483,l), -(821,0,l), -(859,0,l), -(859,729,l), -(802,729,l), -(564,256,l), -(461,39,l), -(460,39,l), -(357,256,l), -(120,729,l), -(62,729,l), -(62,0,l) -); -} -); -width = 921; -}, -{ -anchors = ( -{ -name = bottom; -pos = (469,0); -}, -{ -name = top; -pos = (469,729); -} -); -associatedMasterId = "106FCE83-F343-403B-A314-646E4D059B3F"; -attr = { -coordinates = ( -125, -300, -100, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(131,0,l), -(131,393,l), -(129,660,l), -(135,660,l), -(434,0,l), -(498,0,l), -(799,660,l), -(806,660,l), -(804,394,l), -(804,0,l), -(867,0,l), -(867,729,l), -(763,729,l), -(468,82,l), -(465,82,l), -(172,729,l), -(68,729,l), -(68,0,l) -); -} -); -}; -layerId = "EA1FE744-9D89-49DD-9835-CF7DF715E442"; -name = "{125, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(122,0,l), -(122,444,l), -(120,656,l), -(121,656,l), -(212,463,l), -(435,0,l), -(498,0,l), -(721,462,l), -(813,656,l), -(814,656,l), -(812,445,l), -(812,0,l), -(875,0,l), -(875,729,l), -(781,729,l), -(560,269,l), -(468,69,l), -(467,69,l), -(374,269,l), -(153,729,l), -(58,729,l), -(58,0,l) -); -} -); -width = 933; -}, -{ -anchors = ( -{ -name = bottom; -pos = (516,0); -}, -{ -name = top; -pos = (516,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(279,0,l), -(279,233,l), -(276,503,l), -(286,503,l), -(432,0,l), -(630,0,l), -(776,503,l), -(785,503,l), -(783,235,l), -(783,0,l), -(995,0,l), -(995,729,l), -(655,729,l), -(536,277,l), -(528,277,l), -(405,729,l), -(65,729,l), -(65,0,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,0,l), -(255,212,l), -(255,476,l), -(256,476,l), -(315,297,l), -(418,0,l), -(611,0,l), -(714,297,l), -(774,476,l), -(776,476,l), -(774,214,l), -(774,0,l), -(996,0,l), -(996,729,l), -(670,729,l), -(553,349,l), -(521,247,l), -(520,247,l), -(487,349,l), -(366,729,l), -(32,729,l), -(32,0,l) -); -} -); -width = 1028; -}, -{ -anchors = ( -{ -name = bottom; -pos = (430,0); -}, -{ -name = top; -pos = (430,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(127,0,l), -(127,420,l), -(125,686,l), -(131,686,l), -(417,0,l), -(453,0,l), -(738,686,l), -(745,686,l), -(742,420,l), -(742,0,l), -(781,0,l), -(781,729,l), -(719,729,l), -(435,50,l), -(433,50,l), -(151,729,l), -(89,729,l), -(89,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(142,0,l), -(142,420,l), -(141,698,l), -(148,698,l), -(237,451,l), -(407,0,l), -(451,0,l), -(622,451,l), -(711,698,l), -(718,698,l), -(717,420,l), -(717,0,l), -(753,0,l), -(753,729,l), -(687,729,l), -(529,304,l), -(433,42,l), -(426,42,l), -(331,304,l), -(171,729,l), -(105,729,l), -(105,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 858; -}, -{ -anchors = ( -{ -name = bottom; -pos = (444,0); -}, -{ -name = top; -pos = (444,729); -} -); -associatedMasterId = m019; -attr = { -coordinates = ( -100, -300, -1, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(150,0,l), -(150,393,l), -(148,662,l), -(154,662,l), -(414,0,l), -(471,0,l), -(733,662,l), -(740,662,l), -(737,394,l), -(737,0,l), -(798,0,l), -(798,729,l), -(697,729,l), -(444,90,l), -(442,90,l), -(191,729,l), -(89,729,l), -(89,0,l) -); -} -); -}; -layerId = "FEDFBF81-0D03-4F42-91B7-EAD130AB1BCB"; -name = "{100, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,0,l), -(150,393,l), -(147,674,l), -(154,674,l), -(252,410,l), -(413,0,l), -(473,0,l), -(637,416,l), -(733,674,l), -(740,674,l), -(737,394,l), -(737,0,l), -(798,0,l), -(798,729,l), -(696,729,l), -(513,263,l), -(446,72,l), -(440,72,l), -(374,263,l), -(192,729,l), -(89,729,l), -(89,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 887; -}, -{ -anchors = ( -{ -name = bottom; -pos = (459,0); -}, -{ -name = top; -pos = (459,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(262,0,l), -(262,233,l), -(259,518,l), -(268,518,l), -(388,0,l), -(554,0,l), -(674,518,l), -(681,518,l), -(679,235,l), -(679,0,l), -(875,0,l), -(875,729,l), -(569,729,l), -(475,333,l), -(467,333,l), -(370,729,l), -(64,729,l), -(64,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(258,0,l), -(258,312,l), -(252,538,l), -(264,538,l), -(305,331,l), -(378,0,l), -(543,0,l), -(615,326,l), -(656,538,l), -(668,538,l), -(661,312,l), -(661,0,l), -(855,0,l), -(855,729,l), -(543,729,l), -(493,473,l), -(466,293,l), -(454,293,l), -(427,473,l), -(375,729,l), -(62,729,l), -(62,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -}; -width = 918; -}, -{ -anchors = ( -{ -name = bottom; -pos = (203,0); -}, -{ -name = top; -pos = (354,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-21,0,l), -(64,414,l), -(121,693,l), -(127,693,l), -(121,0,l), -(154,0,l), -(436,693,l), -(442,693,l), -(381,414,l), -(294,0,l), -(326,0,l), -(477,729,l), -(419,729,l), -(153,75,l), -(151,75,l), -(156,729,l), -(98,729,l), -(-53,0,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(127,407,l), -(186,698,l), -(192,698,l), -(188,415,l), -(182,0,l), -(226,0,l), -(391,417,l), -(504,699,l), -(510,699,l), -(448,407,l), -(364,0,l), -(395,0,l), -(546,729,l), -(486,729,l), -(305,279,l), -(215,44,l), -(209,44,l), -(216,279,l), -(221,729,l), -(163,729,l), -(12,0,l) -); -} -); -width = 513; -}, -{ -anchors = ( -{ -name = bottom; -pos = (212,0); -}, -{ -name = top; -pos = (363,729); -} -); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -attr = { -coordinates = ( -75, -300, -1, -1 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(57,0,l), -(134,374,l), -(195,674,l), -(201,674,l), -(184,0,l), -(241,0,l), -(504,674,l), -(510,674,l), -(444,374,l), -(366,0,l), -(417,0,l), -(568,729,l), -(477,729,l), -(236,110,l), -(233,110,l), -(249,729,l), -(157,729,l), -(6,0,l) -); -} -); -}; -layerId = "B348A82E-4BBD-479C-A743-AA43A79828FA"; -name = "{75, 300, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(57,0,l), -(158,486,l), -(194,676,l), -(200,676,l), -(196,487,l), -(184,0,l), -(241,0,l), -(432,490,l), -(503,676,l), -(510,676,l), -(468,486,l), -(366,0,l), -(418,0,l), -(569,729,l), -(476,729,l), -(276,212,l), -(229,71,l), -(222,71,l), -(233,212,l), -(250,729,l), -(157,729,l), -(6,0,l) -); -} -); -width = 531; -}, -{ -anchors = ( -{ -name = bottom; -pos = (267,0); -}, -{ -name = top; -pos = (418,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(104,133,l), -(191,560,l), -(197,560,l), -(142,0,l), -(281,0,l), -(459,560,l), -(465,560,l), -(373,133,l), -(346,0,l), -(514,0,l), -(666,729,l), -(400,729,l), -(281,318,l), -(274,318,l), -(326,729,l), -(61,729,l), -(-92,0,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(142,0,l), -(212,337,l), -(247,523,l), -(254,523,l), -(230,275,l), -(211,0,l), -(323,0,l), -(418,275,l), -(501,533,l), -(508,533,l), -(462,337,l), -(392,0,l), -(561,0,l), -(712,729,l), -(455,729,l), -(374,463,l), -(332,298,l), -(325,298,l), -(350,463,l), -(379,729,l), -(124,729,l), -(-27,0,l) -); -} -); -width = 646; -}, -{ -anchors = ( -{ -name = bottom; -pos = (382,0); -}, -{ -name = top; -pos = (533,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(165,420,l), -(218,686,l), -(224,686,l), -(272,449,l), -(362,0,l), -(405,0,l), -(686,459,l), -(825,686,l), -(832,686,l), -(774,420,l), -(686,0,l), -(725,0,l), -(876,729,l), -(810,729,l), -(513,243,l), -(395,50,l), -(389,50,l), -(351,238,l), -(252,729,l), -(191,729,l), -(40,0,l) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = bottom; -pos = (388,0); -}, -{ -name = top; -pos = (539,729); -} -); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; -attr = { -coordinates = ( -100, -300, -1, -1 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(179,393,l), -(232,662,l), -(239,662,l), -(364,0,l), -(420,0,l), -(811,662,l), -(818,662,l), -(760,394,l), -(678,0,l), -(739,0,l), -(890,729,l), -(786,729,l), -(408,90,l), -(405,90,l), -(284,729,l), -(188,729,l), -(37,0,l) -); -} -); -}; -layerId = "9B8442A5-55B9-4615-B4DE-51D828345E20"; -name = "{100, 300, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(96,0,l), -(177,393,l), -(233,674,l), -(240,674,l), -(286,410,l), -(364,0,l), -(420,0,l), -(665,416,l), -(815,674,l), -(822,674,l), -(761,394,l), -(679,0,l), -(740,0,l), -(891,729,l), -(789,729,l), -(510,263,l), -(407,72,l), -(401,72,l), -(370,263,l), -(286,729,l), -(186,729,l), -(35,0,l) -); -} -); -width = 883; -}, -{ -anchors = ( -{ -name = bottom; -pos = (405,0); -}, -{ -name = top; -pos = (556,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(198,0,l), -(263,312,ls), -(281,399,o), -(292,455,o), -(306,538,c), -(315,538,l), -(314,490,o), -(315,417,o), -(317,331,cs), -(324,0,l), -(488,0,l), -(631,326,ls), -(659,390,o), -(681,444,o), -(717,538,c), -(725,538,l), -(706,449,o), -(692,386,o), -(677,312,cs), -(612,0,l), -(807,0,l), -(958,729,l), -(654,729,l), -(542,473,ls), -(519,420,o), -(500,380,o), -(472,293,c), -(464,293,l), -(472,380,o), -(468,439,o), -(467,473,cs), -(458,729,l), -(154,729,l), -(3,0,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(198,0,l), -(263,312,l), -(306,538,l), -(315,538,l), -(317,331,l), -(324,0,l), -(488,0,l), -(631,326,l), -(717,538,l), -(725,538,l), -(677,312,l), -(612,0,l), -(807,0,l), -(958,729,l), -(654,729,l), -(523,430,l), -(472,293,l), -(464,293,l), -(468,430,l), -(458,729,l), -(154,729,l), -(3,0,l) -); -} -); -width = 922; -}, -{ -anchors = ( -{ -name = bottom; -pos = (403,0); -}, -{ -name = top; -pos = (554,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(143,420,l), -(196,686,l), -(202,686,l), -(388,0,l), -(422,0,l), -(888,686,l), -(895,686,l), -(837,420,l), -(750,0,l), -(788,0,l), -(939,729,l), -(875,729,l), -(414,50,l), -(412,50,l), -(228,729,l), -(169,729,l), -(18,0,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(143,420,l), -(197,693,l), -(204,693,l), -(261,465,l), -(386,0,l), -(425,0,l), -(740,467,l), -(889,693,l), -(896,693,l), -(837,420,l), -(750,0,l), -(788,0,l), -(939,729,l), -(874,729,l), -(554,258,l), -(415,43,l), -(409,43,l), -(355,258,l), -(228,729,l), -(169,729,l), -(18,0,l) -); -} -); -width = 914; -}, -{ -anchors = ( -{ -name = bottom; -pos = (410,0); -}, -{ -name = top; -pos = (561,729); -} -); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -attr = { -coordinates = ( -125, -300, -1, -1 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(159,393,l), -(212,660,l), -(218,660,l), -(383,0,l), -(446,0,l), -(876,660,l), -(883,660,l), -(825,394,l), -(743,0,l), -(806,0,l), -(957,729,l), -(849,729,l), -(428,82,l), -(425,82,l), -(264,729,l), -(165,729,l), -(14,0,l) -); -} -); -}; -layerId = "D8ED7CD1-9F0A-48B8-8CEC-3DF9BD125477"; -name = "{125, 300, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(158,393,l), -(213,673,l), -(220,673,l), -(273,443,l), -(381,0,l), -(448,0,l), -(739,453,l), -(877,673,l), -(885,673,l), -(825,394,l), -(743,0,l), -(806,0,l), -(957,729,l), -(849,729,l), -(616,368,l), -(429,64,l), -(422,64,l), -(353,368,l), -(264,729,l), -(165,729,l), -(14,0,l) -); -} -); -width = 928; -}, -{ -anchors = ( -{ -name = bottom; -pos = (452,0); -}, -{ -name = top; -pos = (603,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(253,233,l), -(306,503,l), -(315,503,l), -(354,0,l), -(552,0,l), -(801,503,l), -(809,503,l), -(752,235,l), -(703,0,l), -(913,0,l), -(1064,729,l), -(724,729,l), -(513,277,l), -(505,277,l), -(477,729,l), -(143,729,l), -(-8,0,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,0,l), -(253,233,l), -(308,523,l), -(318,523,l), -(329,326,l), -(356,0,l), -(551,0,l), -(713,326,l), -(805,523,l), -(815,523,l), -(751,235,l), -(702,0,l), -(914,0,l), -(1065,729,l), -(724,729,l), -(564,387,l), -(506,247,l), -(498,247,l), -(498,387,l), -(477,729,l), -(142,729,l), -(-9,0,l) -); -} -); -width = 1017; -} -); -metricLeft = H; -metricRight = H; -unicode = 77; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/N_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/N_.glyph deleted file mode 100644 index 30ec8ba4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/N_.glyph +++ /dev/null @@ -1,1002 +0,0 @@ -{ -glyphname = N; -kernLeft = KO_H; -kernRight = KO_H; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (244,0); -}, -{ -name = top; -pos = (244,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(193,0,l), -(193,157,l), -(184,358,l), -(190,358,l), -(271,0,l), -(458,0,l), -(458,729,l), -(294,729,l), -(294,575,l), -(303,366,l), -(296,366,l), -(218,729,l), -(29,729,l), -(29,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,0,l), -(193,157,l), -(184,358,l), -(190,358,l), -(271,0,l), -(458,0,l), -(458,729,l), -(294,729,l), -(294,575,l), -(303,366,l), -(296,366,l), -(218,729,l), -(29,729,l), -(29,0,l) -); -} -); -width = 487; -}, -{ -anchors = ( -{ -name = bottom; -pos = (223,0); -}, -{ -name = top; -pos = (223,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(98,0,l), -(98,416,l), -(94,672,l), -(100,672,l), -(332,0,l), -(380,0,l), -(380,729,l), -(348,729,l), -(348,322,l), -(352,56,l), -(347,56,l), -(113,729,l), -(66,729,l), -(66,0,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(97,410,l), -(94,685,l), -(100,685,l), -(330,0,l), -(380,0,l), -(380,729,l), -(349,729,l), -(349,328,l), -(352,39,l), -(347,39,l), -(116,729,l), -(66,729,l), -(66,0,l) -); -} -); -width = 446; -}, -{ -anchors = ( -{ -name = bottom; -pos = (403,0); -}, -{ -name = top; -pos = (403,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,436,l), -(107,686,l), -(112,686,l), -(681,0,l), -(733,0,l), -(733,729,l), -(695,729,l), -(695,303,l), -(699,43,l), -(694,43,l), -(124,729,l), -(72,729,l), -(72,0,l) -); -} -); -width = 805; -}, -{ -anchors = ( -{ -name = bottom; -pos = (441,0); -}, -{ -name = top; -pos = (441,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,0,l), -(278,226,l), -(271,424,l), -(280,424,l), -(562,0,l), -(834,0,l), -(834,729,l), -(607,729,l), -(607,504,l), -(613,299,l), -(605,299,l), -(323,729,l), -(47,729,l), -(47,0,l) -); -} -); -width = 881; -}, -{ -anchors = ( -{ -name = bottom; -pos = (181,0); -}, -{ -name = top; -pos = (181,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(80,0,l), -(80,416,l), -(76,672,l), -(82,672,l), -(314,0,l), -(362,0,l), -(362,729,l), -(330,729,l), -(330,322,l), -(334,56,l), -(329,56,l), -(95,729,l), -(48,729,l), -(48,0,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,0,l), -(73,410,l), -(72,676,l), -(73,676,l), -(274,0,l), -(318,0,l), -(318,729,l), -(287,729,l), -(287,328,l), -(288,53,l), -(287,53,l), -(86,729,l), -(42,729,l), -(42,0,l) -); -} -); -width = 360; -}, -{ -anchors = ( -{ -name = bottom; -pos = (233,0); -}, -{ -name = top; -pos = (233,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(193,0,l), -(193,157,l), -(184,358,l), -(190,358,l), -(271,0,l), -(458,0,l), -(458,729,l), -(294,729,l), -(294,575,l), -(303,366,l), -(296,366,l), -(218,729,l), -(29,729,l), -(29,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,0,l), -(182,157,l), -(180,338,l), -(181,338,l), -(265,0,l), -(447,0,l), -(447,729,l), -(283,729,l), -(283,575,l), -(286,386,l), -(285,386,l), -(204,729,l), -(18,729,l), -(18,0,l) -); -} -); -width = 465; -}, -{ -anchors = ( -{ -name = bottom; -pos = (358,0); -}, -{ -name = top; -pos = (358,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(132,0,l), -(132,436,l), -(129,686,l), -(134,686,l), -(615,0,l), -(670,0,l), -(670,729,l), -(632,729,l), -(632,303,l), -(636,43,l), -(631,43,l), -(149,729,l), -(94,729,l), -(94,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,0,l), -(108,436,l), -(107,681,l), -(108,681,l), -(595,0,l), -(646,0,l), -(646,729,l), -(608,729,l), -(608,303,l), -(610,48,l), -(609,48,l), -(120,729,l), -(70,729,l), -(70,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 716; -}, -{ -anchors = ( -{ -name = bottom; -pos = (366,0); -}, -{ -name = top; -pos = (366,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(266,0,l), -(266,236,l), -(261,431,l), -(269,431,l), -(506,0,l), -(731,0,l), -(731,729,l), -(536,729,l), -(536,504,l), -(543,282,l), -(535,282,l), -(298,729,l), -(59,729,l), -(59,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,0,l), -(233,226,l), -(233,391,l), -(234,391,l), -(482,0,l), -(707,0,l), -(707,729,l), -(507,729,l), -(507,514,l), -(508,328,l), -(507,328,l), -(251,729,l), -(30,729,l), -(30,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -}; -width = 737; -}, -{ -anchors = ( -{ -name = bottom; -pos = (393,0); -}, -{ -name = top; -pos = (393,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(100,436,l), -(99,685,l), -(100,685,l), -(671,0,l), -(723,0,l), -(723,729,l), -(685,729,l), -(685,303,l), -(687,44,l), -(686,44,l), -(114,729,l), -(62,729,l), -(62,0,l) -); -} -); -width = 785; -}, -{ -anchors = ( -{ -name = bottom; -pos = (426,0); -}, -{ -name = top; -pos = (426,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(263,0,l), -(263,226,l), -(256,424,l), -(265,424,l), -(547,0,l), -(819,0,l), -(819,729,l), -(592,729,l), -(592,504,l), -(598,299,l), -(590,299,l), -(308,729,l), -(32,729,l), -(32,0,l) -); -} -); -width = 851; -}, -{ -anchors = ( -{ -name = bottom; -pos = (370,0); -}, -{ -name = top; -pos = (370,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(125,0,l), -(125,436,l), -(122,686,l), -(127,686,l), -(608,0,l), -(663,0,l), -(663,729,l), -(625,729,l), -(625,303,l), -(629,43,l), -(624,43,l), -(142,729,l), -(87,729,l), -(87,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(143,0,l), -(143,435,l), -(140,683,l), -(145,683,l), -(584,0,l), -(638,0,l), -(638,729,l), -(601,729,l), -(601,304,l), -(605,44,l), -(600,44,l), -(158,729,l), -(106,729,l), -(106,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 743; -}, -{ -anchors = ( -{ -name = bottom; -pos = (390,0); -}, -{ -name = top; -pos = (390,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(271,0,l), -(271,236,l), -(266,431,l), -(274,431,l), -(511,0,l), -(736,0,l), -(736,729,l), -(541,729,l), -(541,504,l), -(548,282,l), -(540,282,l), -(303,729,l), -(64,729,l), -(64,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(267,0,l), -(267,236,l), -(257,431,l), -(269,431,l), -(489,0,l), -(718,0,l), -(718,729,l), -(525,729,l), -(525,504,l), -(535,289,l), -(523,289,l), -(305,729,l), -(62,729,l), -(62,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = H; -}; -width = 780; -}, -{ -anchors = ( -{ -name = bottom; -pos = (169,0); -}, -{ -name = top; -pos = (320,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-21,0,l), -(64,416,l), -(115,672,l), -(121,672,l), -(210,0,l), -(258,0,l), -(409,729,l), -(377,729,l), -(294,322,l), -(242,56,l), -(237,56,l), -(145,729,l), -(98,729,l), -(-53,0,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(128,410,l), -(182,685,l), -(188,685,l), -(277,0,l), -(326,0,l), -(477,729,l), -(446,729,l), -(363,328,l), -(306,39,l), -(301,39,l), -(212,729,l), -(163,729,l), -(12,0,l) -); -} -); -width = 444; -}, -{ -anchors = ( -{ -name = bottom; -pos = (186,0); -}, -{ -name = top; -pos = (337,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(136,0,l), -(167,157,l), -(202,358,l), -(208,358,l), -(213,0,l), -(398,0,l), -(549,729,l), -(387,729,l), -(355,575,l), -(322,366,l), -(315,366,l), -(312,729,l), -(125,729,l), -(-27,0,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,0,l), -(167,157,l), -(202,358,l), -(208,358,l), -(213,0,l), -(398,0,l), -(549,729,l), -(387,729,l), -(355,575,l), -(322,366,l), -(315,366,l), -(312,729,l), -(125,729,l), -(-27,0,l) -); -} -); -width = 483; -}, -{ -anchors = ( -{ -name = bottom; -pos = (321,0); -}, -{ -name = top; -pos = (472,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(168,436,l), -(218,686,l), -(222,686,l), -(548,0,l), -(601,0,l), -(752,729,l), -(715,729,l), -(626,303,l), -(576,43,l), -(571,43,l), -(243,729,l), -(191,729,l), -(40,0,l) -); -} -); -width = 749; -}, -{ -anchors = ( -{ -name = bottom; -pos = (329,0); -}, -{ -name = top; -pos = (480,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(253,236,l), -(283,431,l), -(291,431,l), -(426,0,l), -(653,0,l), -(805,729,l), -(606,729,l), -(557,494,l), -(526,292,l), -(518,292,l), -(382,729,l), -(154,729,l), -(3,0,l) -); -} -); -width = 769; -}, -{ -anchors = ( -{ -name = bottom; -pos = (345,0); -}, -{ -name = top; -pos = (496,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(146,436,l), -(197,689,l), -(201,689,l), -(619,0,l), -(670,0,l), -(822,729,l), -(784,729,l), -(697,303,l), -(644,40,l), -(639,40,l), -(222,729,l), -(169,729,l), -(18,0,l) -); -} -); -width = 797; -}, -{ -anchors = ( -{ -name = bottom; -pos = (380,0); -}, -{ -name = top; -pos = (531,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,0,l), -(267,232,l), -(303,441,l), -(311,441,l), -(501,0,l), -(768,0,l), -(919,729,l), -(695,729,l), -(647,498,l), -(608,282,l), -(600,282,l), -(411,729,l), -(142,729,l), -(-9,0,l) -); -} -); -width = 871; -} -); -metricLeft = H; -metricRight = H; -unicode = 78; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/N_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/N_acute.glyph deleted file mode 100644 index 98e4d083..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/N_acute.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Nacute; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = N; -}, -{ -pos = (167,57); -ref = acutecomb; -} -); -width = 446; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = N; -}, -{ -pos = (132,51); -ref = acutecomb; -} -); -width = 487; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = N; -}, -{ -pos = (345,57); -ref = acutecomb; -} -); -width = 805; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = N; -}, -{ -pos = (324,56); -ref = acutecomb; -} -); -width = 881; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = N; -}, -{ -pos = (145,57); -ref = acutecomb; -} -); -width = 360; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = N; -}, -{ -pos = (131,51); -ref = acutecomb; -} -); -width = 465; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = N; -}, -{ -pos = (323,57); -ref = acutecomb; -} -); -width = 716; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = N; -}, -{ -pos = (275,51); -ref = acutecomb; -} -); -width = 737; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (345,57); -ref = acutecomb; -} -); -width = 805; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (319,56); -ref = acutecomb; -} -); -width = 881; -}, -{ -layerId = m019; -shapes = ( -{ -ref = N; -}, -{ -pos = (314,57); -ref = acutecomb; -} -); -width = 743; -}, -{ -layerId = m020; -shapes = ( -{ -ref = N; -}, -{ -pos = (280,51); -ref = acutecomb; -} -); -width = 780; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = N; -}, -{ -pos = (179,57); -ref = acutecomb; -} -); -width = 444; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = N; -}, -{ -pos = (142,51); -ref = acutecomb; -} -); -width = 483; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = N; -}, -{ -pos = (330,57); -ref = acutecomb; -} -); -width = 749; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = N; -}, -{ -pos = (285,51); -ref = acutecomb; -} -); -width = 769; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = N; -}, -{ -pos = (353,57); -ref = acutecomb; -} -); -width = 797; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = N; -}, -{ -pos = (331,56); -ref = acutecomb; -} -); -width = 871; -} -); -unicode = 323; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/N_caron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/N_caron.glyph deleted file mode 100644 index c7d18f9c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/N_caron.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Ncaron; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = N; -}, -{ -pos = (94,57); -ref = caroncomb; -} -); -width = 446; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = N; -}, -{ -pos = (27,51); -ref = caroncomb; -} -); -width = 487; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = N; -}, -{ -pos = (224,57); -ref = caroncomb; -} -); -width = 805; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = N; -}, -{ -pos = (150,56); -ref = caroncomb; -} -); -width = 881; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = N; -}, -{ -pos = (72,57); -ref = caroncomb; -} -); -width = 360; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = N; -}, -{ -pos = (26,51); -ref = caroncomb; -} -); -width = 465; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = N; -}, -{ -pos = (214,57); -ref = caroncomb; -} -); -width = 716; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = N; -}, -{ -pos = (140,51); -ref = caroncomb; -} -); -width = 737; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (224,57); -ref = caroncomb; -} -); -width = 805; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (145,56); -ref = caroncomb; -} -); -width = 881; -}, -{ -layerId = m019; -shapes = ( -{ -ref = N; -}, -{ -pos = (207,57); -ref = caroncomb; -} -); -width = 743; -}, -{ -layerId = m020; -shapes = ( -{ -ref = N; -}, -{ -pos = (151,51); -ref = caroncomb; -} -); -width = 780; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = N; -}, -{ -pos = (106,57); -ref = caroncomb; -} -); -width = 444; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = N; -}, -{ -pos = (41,51); -ref = caroncomb; -} -); -width = 483; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = N; -}, -{ -pos = (221,57); -ref = caroncomb; -} -); -width = 749; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = N; -}, -{ -pos = (146,51); -ref = caroncomb; -} -); -width = 769; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = N; -}, -{ -pos = (230,57); -ref = caroncomb; -} -); -width = 797; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = N; -}, -{ -pos = (157,56); -ref = caroncomb; -} -); -width = 871; -} -); -unicode = 327; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/N_commaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/N_commaaccent.glyph deleted file mode 100644 index 5b3e77e6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/N_commaaccent.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Ncommaaccent; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = N; -}, -{ -pos = (126,0); -ref = commaaccentcomb; -} -); -width = 446; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = N; -}, -{ -pos = (62,0); -ref = commaaccentcomb; -} -); -width = 487; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = N; -}, -{ -pos = (302,0); -ref = commaaccentcomb; -} -); -width = 805; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = N; -}, -{ -pos = (257,0); -ref = commaaccentcomb; -} -); -width = 881; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = N; -}, -{ -pos = (104,0); -ref = commaaccentcomb; -} -); -width = 360; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = N; -}, -{ -pos = (61,0); -ref = commaaccentcomb; -} -); -width = 465; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = N; -}, -{ -pos = (272,0); -ref = commaaccentcomb; -} -); -width = 716; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = N; -}, -{ -pos = (217,0); -ref = commaaccentcomb; -} -); -width = 737; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (302,0); -ref = commaaccentcomb; -} -); -width = 805; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (252,0); -ref = commaaccentcomb; -} -); -width = 881; -}, -{ -layerId = m019; -shapes = ( -{ -ref = N; -}, -{ -pos = (263,0); -ref = commaaccentcomb; -} -); -width = 743; -}, -{ -layerId = m020; -shapes = ( -{ -ref = N; -}, -{ -pos = (227,0); -ref = commaaccentcomb; -} -); -width = 780; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = N; -}, -{ -pos = (126,0); -ref = commaaccentcomb; -} -); -width = 444; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = N; -}, -{ -pos = (62,0); -ref = commaaccentcomb; -} -); -width = 483; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = N; -}, -{ -pos = (269,0); -ref = commaaccentcomb; -} -); -width = 749; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = N; -}, -{ -pos = (214,0); -ref = commaaccentcomb; -} -); -width = 769; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = N; -}, -{ -pos = (297,0); -ref = commaaccentcomb; -} -); -width = 797; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = N; -}, -{ -pos = (257,0); -ref = commaaccentcomb; -} -); -width = 871; -} -); -unicode = 325; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/N_tilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/N_tilde.glyph deleted file mode 100644 index 62897871..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/N_tilde.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Ntilde; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = N; -}, -{ -pos = (83,57); -ref = tildecomb; -} -); -width = 446; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = N; -}, -{ -pos = (12,50); -ref = tildecomb; -} -); -width = 487; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = N; -}, -{ -pos = (196,57); -ref = tildecomb; -} -); -width = 805; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = N; -}, -{ -pos = (177,56); -ref = tildecomb; -} -); -width = 881; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = N; -}, -{ -pos = (61,57); -ref = tildecomb; -} -); -width = 360; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = N; -}, -{ -pos = (11,50); -ref = tildecomb; -} -); -width = 465; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = N; -}, -{ -pos = (189,57); -ref = tildecomb; -} -); -width = 716; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = N; -}, -{ -pos = (129,51); -ref = tildecomb; -} -); -width = 737; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (196,57); -ref = tildecomb; -} -); -width = 805; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (172,56); -ref = tildecomb; -} -); -width = 881; -}, -{ -layerId = m019; -shapes = ( -{ -ref = N; -}, -{ -pos = (182,57); -ref = tildecomb; -} -); -width = 743; -}, -{ -layerId = m020; -shapes = ( -{ -ref = N; -}, -{ -pos = (140,51); -ref = tildecomb; -} -); -width = 780; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = N; -}, -{ -pos = (95,57); -ref = tildecomb; -} -); -width = 444; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = N; -}, -{ -pos = (19,50); -ref = tildecomb; -} -); -width = 483; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = N; -}, -{ -pos = (198,57); -ref = tildecomb; -} -); -width = 749; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = N; -}, -{ -pos = (136,51); -ref = tildecomb; -} -); -width = 769; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = N; -}, -{ -pos = (204,57); -ref = tildecomb; -} -); -width = 797; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = N; -}, -{ -pos = (187,51); -ref = tildecomb; -} -); -width = 871; -} -); -unicode = 209; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_.glyph deleted file mode 100644 index 7aa9d061..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_.glyph +++ /dev/null @@ -1,1460 +0,0 @@ -{ -glyphname = O; -kernLeft = KO_O; -kernRight = KO_O; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (247,0); -}, -{ -name = center; -pos = (247,365); -}, -{ -name = ogonek; -pos = (451,10); -}, -{ -name = top; -pos = (247,729); -}, -{ -name = topleft; -pos = (12,729); -}, -{ -name = topright; -pos = (339,709); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(427,-9,o), -(478,136,o), -(478,365,cs), -(478,594,o), -(427,739,o), -(247,739,cs), -(68,739,o), -(16,595,o), -(16,365,cs), -(16,135,o), -(68,-9,o), -(247,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,147,o), -(197,202,o), -(197,365,cs), -(197,515,o), -(205,583,o), -(247,583,cs), -(285,583,o), -(298,529,o), -(298,365,cs), -(298,217,o), -(290,147,o), -(247,147,cs) -); -} -); -width = 494; -}, -{ -anchors = ( -{ -name = bottom; -pos = (211,0); -}, -{ -name = center; -pos = (211,365); -}, -{ -name = ogonek; -pos = (373,10); -}, -{ -name = top; -pos = (211,729); -}, -{ -name = topleft; -pos = (27,729); -}, -{ -name = topright; -pos = (302,699); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(481,-8,o), -(553,126,o), -(553,366,cs), -(553,605,o), -(481,739,o), -(294,739,cs), -(107,739,o), -(35,605,o), -(35,366,cs), -(35,126,o), -(107,-8,o), -(294,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(140,28,o), -(76,150,o), -(76,337,cs), -(76,394,ls), -(76,581,o), -(140,703,o), -(294,703,cs), -(448,703,o), -(512,581,o), -(512,394,cs), -(512,337,ls), -(512,150,o), -(448,28,o), -(294,28,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(307,-10,o), -(376,61,o), -(376,364,cs), -(376,666,o), -(307,738,o), -(210,738,cs), -(114,738,o), -(45,667,o), -(45,364,cs), -(45,61,o), -(114,-10,o), -(210,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(105,19,o), -(78,158,o), -(78,364,cs), -(78,570,o), -(105,709,o), -(210,709,cs), -(316,709,o), -(343,569,o), -(343,364,cs), -(343,159,o), -(316,19,o), -(210,19,cs) -); -} -); -width = 421; -}, -{ -anchors = ( -{ -name = bottom; -pos = (416,0); -}, -{ -name = center; -pos = (416,365); -}, -{ -name = ogonek; -pos = (753,10); -}, -{ -name = top; -pos = (416,729); -}, -{ -name = topleft; -pos = (15,729); -}, -{ -name = topright; -pos = (570,709); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(644,-8,o), -(796,140,o), -(796,364,cs), -(796,587,o), -(646,736,o), -(416,736,cs), -(187,736,o), -(36,588,o), -(36,364,cs), -(36,142,o), -(186,-8,o), -(416,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(206,28,o), -(76,163,o), -(76,364,cs), -(76,565,o), -(204,700,o), -(416,700,cs), -(625,700,o), -(756,566,o), -(756,364,cs), -(756,164,o), -(627,28,o), -(416,28,cs) -); -} -); -width = 832; -}, -{ -anchors = ( -{ -name = bottom; -pos = (436,0); -}, -{ -name = center; -pos = (436,365); -}, -{ -name = ogonek; -pos = (792,10); -}, -{ -name = top; -pos = (436,729); -}, -{ -name = topleft; -pos = (10,729); -}, -{ -name = topright; -pos = (619,709); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(705,-10,o), -(859,138,o), -(859,365,cs), -(859,592,o), -(705,739,o), -(437,739,cs), -(166,739,o), -(12,592,o), -(12,365,cs), -(12,138,o), -(166,-10,o), -(437,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,170,o), -(243,230,o), -(243,365,cs), -(243,500,o), -(320,560,o), -(437,560,cs), -(552,560,o), -(629,500,o), -(629,365,cs), -(629,230,o), -(552,170,o), -(437,170,cs) -); -} -); -width = 871; -}, -{ -anchors = ( -{ -name = bottom; -pos = (179,0); -}, -{ -name = center; -pos = (179,365); -}, -{ -name = ogonek; -pos = (246,10); -}, -{ -name = top; -pos = (179,729); -}, -{ -name = topleft; -pos = (6,729); -}, -{ -name = topright; -pos = (270,699); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(469,-8,o), -(541,126,o), -(541,366,cs), -(541,605,o), -(469,739,o), -(282,739,cs), -(95,739,o), -(23,605,o), -(23,366,cs), -(23,126,o), -(95,-8,o), -(282,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(128,28,o), -(64,150,o), -(64,337,cs), -(64,394,ls), -(64,581,o), -(128,703,o), -(282,703,cs), -(436,703,o), -(500,581,o), -(500,394,cs), -(500,337,ls), -(500,150,o), -(436,28,o), -(282,28,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,-10,o), -(329,100,o), -(329,364,cs), -(329,628,o), -(289,738,o), -(178,738,cs), -(67,738,o), -(28,628,o), -(28,364,cs), -(28,100,o), -(67,-10,o), -(178,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(90,19,o), -(61,119,o), -(61,364,cs), -(61,609,o), -(90,709,o), -(178,709,cs), -(267,709,o), -(296,609,o), -(296,364,cs), -(296,119,o), -(267,19,o), -(178,19,cs) -); -} -); -width = 357; -}, -{ -anchors = ( -{ -name = bottom; -pos = (240,0); -}, -{ -name = center; -pos = (240,365); -}, -{ -name = ogonek; -pos = (444,10); -}, -{ -name = top; -pos = (240,729); -}, -{ -name = topleft; -pos = (5,729); -}, -{ -name = topright; -pos = (332,709); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(422,-9,o), -(473,136,o), -(473,365,cs), -(473,594,o), -(422,739,o), -(240,739,cs), -(59,739,o), -(7,595,o), -(7,365,cs), -(7,135,o), -(59,-9,o), -(240,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(203,147,o), -(195,200,o), -(195,365,cs), -(195,532,o), -(203,583,o), -(240,583,cs), -(277,583,o), -(286,532,o), -(286,365,cs), -(286,200,o), -(277,147,o), -(240,147,cs) -); -} -); -width = 480; -}, -{ -anchors = ( -{ -name = bottom; -pos = (385,0); -}, -{ -name = center; -pos = (385,365); -}, -{ -name = ogonek; -pos = (702,10); -}, -{ -name = top; -pos = (385,729); -}, -{ -name = topleft; -pos = (9,729); -}, -{ -name = topright; -pos = (552,699); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(595,-8,o), -(735,140,o), -(735,364,cs), -(735,587,o), -(597,736,o), -(385,736,cs), -(174,736,o), -(35,588,o), -(35,364,cs), -(35,142,o), -(173,-8,o), -(385,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,28,o), -(76,163,o), -(76,364,cs), -(76,565,o), -(193,700,o), -(385,700,cs), -(576,700,o), -(695,566,o), -(695,364,cs), -(695,164,o), -(577,28,o), -(385,28,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 770; -}, -{ -anchors = ( -{ -name = bottom; -pos = (376,0); -}, -{ -name = center; -pos = (376,365); -}, -{ -name = ogonek; -pos = (698,10); -}, -{ -name = top; -pos = (376,729); -}, -{ -name = topleft; -pos = (-8,729); -}, -{ -name = topright; -pos = (534,709); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(626,-10,o), -(775,121,o), -(775,365,cs), -(775,608,o), -(626,739,o), -(402,739,cs), -(178,739,o), -(29,608,o), -(29,365,cs), -(29,121,o), -(178,-10,o), -(402,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(306,166,o), -(242,222,o), -(242,365,cs), -(242,507,o), -(306,563,o), -(402,563,cs), -(498,563,o), -(562,507,o), -(562,365,cs), -(562,222,o), -(498,166,o), -(402,166,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(610,-10,o), -(749,129,o), -(749,365,cs), -(749,600,o), -(610,739,o), -(375,739,cs), -(141,739,o), -(2,600,o), -(2,365,cs), -(2,129,o), -(141,-10,o), -(375,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,162,o), -(212,234,o), -(212,365,cs), -(212,495,o), -(270,567,o), -(375,567,cs), -(481,567,o), -(539,495,o), -(539,365,cs), -(539,234,o), -(481,162,o), -(375,162,cs) -); -} -); -width = 751; -}, -{ -anchors = ( -{ -name = bottom; -pos = (418,0); -}, -{ -name = center; -pos = (418,365); -}, -{ -name = ogonek; -pos = (755,10); -}, -{ -name = top; -pos = (418,729); -}, -{ -name = topleft; -pos = (17,729); -}, -{ -name = topright; -pos = (572,709); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(650,-8,o), -(798,137,o), -(798,364,cs), -(798,591,o), -(650,736,o), -(418,736,cs), -(186,736,o), -(38,591,o), -(38,364,cs), -(38,137,o), -(186,-8,o), -(418,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(210,28,o), -(78,159,o), -(78,364,cs), -(78,569,o), -(210,700,o), -(418,700,cs), -(626,700,o), -(758,569,o), -(758,364,cs), -(758,159,o), -(626,28,o), -(418,28,cs) -); -} -); -width = 836; -}, -{ -anchors = ( -{ -name = bottom; -pos = (440,0); -}, -{ -name = center; -pos = (440,365); -}, -{ -name = ogonek; -pos = (796,10); -}, -{ -name = top; -pos = (440,729); -}, -{ -name = topleft; -pos = (14,729); -}, -{ -name = topright; -pos = (623,709); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(708,-10,o), -(865,129,o), -(865,365,cs), -(865,600,o), -(708,739,o), -(441,739,cs), -(173,739,o), -(14,600,o), -(14,365,cs), -(14,129,o), -(173,-10,o), -(441,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(317,170,o), -(249,239,o), -(249,365,cs), -(249,491,o), -(317,560,o), -(441,560,cs), -(564,560,o), -(631,491,o), -(631,365,cs), -(631,239,o), -(564,170,o), -(441,170,cs) -); -} -); -width = 879; -}, -{ -anchors = ( -{ -name = bottom; -pos = (400,0); -}, -{ -name = center; -pos = (400,365); -}, -{ -name = ogonek; -pos = (681,10); -}, -{ -name = top; -pos = (400,729); -}, -{ -name = topleft; -pos = (60,729); -}, -{ -name = topright; -pos = (563,699); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(590,-8,o), -(713,140,o), -(713,364,cs), -(713,587,o), -(592,736,o), -(400,736,cs), -(209,736,o), -(88,588,o), -(88,364,cs), -(88,142,o), -(208,-8,o), -(400,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,28,o), -(127,163,o), -(127,364,cs), -(127,565,o), -(227,700,o), -(400,700,cs), -(572,700,o), -(674,566,o), -(674,364,cs), -(674,164,o), -(573,28,o), -(400,28,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 801; -}, -{ -anchors = ( -{ -name = bottom; -pos = (401,0); -}, -{ -name = center; -pos = (401,365); -}, -{ -name = ogonek; -pos = (705,10); -}, -{ -name = top; -pos = (401,729); -}, -{ -name = topleft; -pos = (36,729); -}, -{ -name = topright; -pos = (554,709); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(635,-10,o), -(784,121,o), -(784,365,cs), -(784,608,o), -(635,739,o), -(411,739,cs), -(187,739,o), -(38,608,o), -(38,365,cs), -(38,121,o), -(187,-10,o), -(411,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(315,166,o), -(251,222,o), -(251,365,cs), -(251,507,o), -(315,563,o), -(411,563,cs), -(507,563,o), -(571,507,o), -(571,365,cs), -(571,222,o), -(507,166,o), -(411,166,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(613,-10,o), -(754,122,o), -(754,365,cs), -(754,607,o), -(613,739,o), -(400,739,cs), -(188,739,o), -(47,607,o), -(47,365,cs), -(47,122,o), -(188,-10,o), -(400,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,166,o), -(252,223,o), -(252,365,cs), -(252,507,o), -(312,564,o), -(400,564,cs), -(489,564,o), -(548,506,o), -(548,365,cs), -(548,224,o), -(489,166,o), -(400,166,cs) -); -} -); -width = 801; -}, -{ -anchors = ( -{ -name = bottom; -pos = (166,0); -}, -{ -name = center; -pos = (241,365); -}, -{ -name = ogonek; -pos = (330,10); -}, -{ -name = top; -pos = (298,729); -}, -{ -name = topleft; -pos = (135,729); -}, -{ -name = topright; -pos = (387,699); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,-9,o), -(339,93,o), -(393,350,cs), -(432,543,o), -(456,737,o), -(296,737,cs), -(201,737,o), -(127,655,o), -(69,373,cs), -(28,177,o), -(13,-9,o), -(166,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(44,20,o), -(64,193,o), -(101,373,cs), -(143,573,o), -(195,708,o), -(294,708,cs), -(412,708,o), -(400,543,o), -(361,356,cs), -(313,126,o), -(255,20,o), -(168,20,cs) -); -} -); -width = 419; -}, -{ -anchors = ( -{ -name = bottom; -pos = (194,0); -}, -{ -name = center; -pos = (273,365); -}, -{ -name = ogonek; -pos = (399,10); -}, -{ -name = top; -pos = (338,729); -}, -{ -name = topleft; -pos = (117,729); -}, -{ -name = topright; -pos = (419,709); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,-10,o), -(446,129,o), -(492,351,cs), -(541,582,o), -(516,739,o), -(322,739,cs), -(162,739,o), -(85,600,o), -(40,382,cs), -(-6,160,o), -(7,-10,o), -(211,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(171,146,o), -(191,249,o), -(217,376,cs), -(246,516,o), -(270,583,o), -(308,583,cs), -(359,583,o), -(342,480,o), -(317,363,cs), -(283,204,o), -(262,146,o), -(224,146,cs) -); -} -); -width = 492; -}, -{ -anchors = ( -{ -name = bottom; -pos = (352,0); -}, -{ -name = center; -pos = (408,365); -}, -{ -name = ogonek; -pos = (625,10); -}, -{ -name = top; -pos = (460,729); -}, -{ -name = topleft; -pos = (139,729); -}, -{ -name = topright; -pos = (612,699); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(574,-10,o), -(730,165,o), -(739,420,cs), -(745,610,o), -(637,739,o), -(461,739,cs), -(240,739,o), -(84,564,o), -(75,309,cs), -(69,118,o), -(179,-10,o), -(354,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(207,25,o), -(109,126,o), -(115,309,cs), -(123,547,o), -(258,704,o), -(455,704,cs), -(609,704,o), -(705,600,o), -(699,420,cs), -(691,183,o), -(555,25,o), -(357,25,cs) -); -} -); -width = 771; -}, -{ -anchors = ( -{ -name = bottom; -pos = (357,0); -}, -{ -name = center; -pos = (414,365); -}, -{ -name = ogonek; -pos = (653,10); -}, -{ -name = top; -pos = (472,729); -}, -{ -name = topleft; -pos = (120,729); -}, -{ -name = topright; -pos = (538,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(614,-9,o), -(772,148,o), -(781,392,cs), -(788,599,o), -(667,738,o), -(442,738,cs), -(215,738,o), -(56,581,o), -(47,337,cs), -(40,130,o), -(161,-9,o), -(387,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(305,160,o), -(250,215,o), -(254,329,cs), -(259,474,o), -(328,569,o), -(439,569,cs), -(524,569,o), -(578,514,o), -(574,400,cs), -(569,255,o), -(502,160,o), -(390,160,cs) -); -} -); -width = 790; -}, -{ -anchors = ( -{ -name = bottom; -pos = (393,-9); -}, -{ -name = center; -pos = (447,365); -}, -{ -name = ogonek; -pos = (709,10); -}, -{ -name = top; -pos = (477,729); -}, -{ -name = topleft; -pos = (123,729); -}, -{ -name = topright; -pos = (630,709); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(805,155,o), -(814,397,cs), -(821,608,o), -(689,739,o), -(477,739,cs), -(236,739,o), -(68,575,o), -(59,333,cs), -(52,121,o), -(185,-9,o), -(398,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(214,27,o), -(92,133,o), -(99,330,cs), -(107,559,o), -(251,703,o), -(472,703,cs), -(659,703,o), -(781,597,o), -(774,400,cs), -(766,171,o), -(622,27,o), -(400,27,cs) -); -} -); -width = 829; -}, -{ -anchors = ( -{ -name = bottom; -pos = (399,0); -}, -{ -name = center; -pos = (463,365); -}, -{ -name = ogonek; -pos = (745,10); -}, -{ -name = top; -pos = (506,729); -}, -{ -name = topleft; -pos = (114,729); -}, -{ -name = topright; -pos = (659,709); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(686,-10,o), -(864,148,o), -(873,387,cs), -(880,601,o), -(737,738,o), -(480,738,cs), -(219,738,o), -(40,580,o), -(32,341,cs), -(24,128,o), -(169,-10,o), -(424,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(327,169,o), -(257,233,o), -(261,350,cs), -(265,470,o), -(336,559,o), -(471,559,cs), -(577,559,o), -(647,495,o), -(643,379,cs), -(639,260,o), -(569,169,o), -(434,169,cs) -); -} -); -width = 867; -} -); -metricRight = "=|"; -unicode = 79; -userData = { -KernOnName = O; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_E_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_E_.glyph deleted file mode 100644 index d6ec5d34..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_E_.glyph +++ /dev/null @@ -1,1486 +0,0 @@ -{ -glyphname = OE; -kernLeft = KO_O; -kernRight = KO_E; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (263,0); -}, -{ -name = top; -pos = (263,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(557,0,l), -(557,28,l), -(352,28,l), -(352,361,l), -(526,361,l), -(526,389,l), -(352,389,l), -(352,701,l), -(557,701,l), -(557,729,l), -(245,729,ls), -(90,729,o), -(38,579,o), -(38,364,cs), -(38,148,o), -(94,0,o), -(245,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(141,28,o), -(71,109,o), -(71,364,cs), -(71,620,o), -(141,701,o), -(244,701,cs), -(321,701,l), -(321,28,l), -(244,28,ls) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,-10,o), -(256,-7,o), -(274,0,c), -(516,0,l), -(516,28,l), -(311,28,l), -(311,361,l), -(481,361,l), -(481,389,l), -(311,389,l), -(311,701,l), -(516,701,l), -(516,729,l), -(274,729,l), -(256,736,o), -(236,739,o), -(215,739,cs), -(114,739,o), -(45,668,o), -(45,365,cs), -(45,61,o), -(114,-10,o), -(215,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(105,19,o), -(78,158,o), -(78,365,cs), -(78,571,o), -(105,710,o), -(215,710,cs), -(241,710,o), -(263,705,o), -(280,695,c), -(280,34,l), -(263,24,o), -(241,19,o), -(215,19,cs) -); -} -); -width = 526; -}, -{ -anchors = ( -{ -name = bottom; -pos = (315,0); -}, -{ -name = top; -pos = (315,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(626,0,l), -(626,157,l), -(471,157,l), -(471,299,l), -(612,299,l), -(612,445,l), -(471,445,l), -(471,572,l), -(626,572,l), -(626,729,l), -(294,729,ls), -(64,729,o), -(15,578,o), -(15,365,cs), -(15,95,o), -(109,0,o), -(299,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,157,o), -(195,205,o), -(195,361,cs), -(195,502,o), -(205,572,o), -(267,572,cs), -(294,572,l), -(294,157,l), -(267,157,ls) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,-9,o), -(299,-6,o), -(319,0,c), -(611,0,l), -(611,157,l), -(456,157,l), -(456,299,l), -(597,299,l), -(597,445,l), -(456,445,l), -(456,572,l), -(611,572,l), -(611,729,l), -(319,729,l), -(297,735,o), -(275,738,o), -(250,738,cs), -(69,738,o), -(16,593,o), -(16,365,cs), -(16,136,o), -(69,-9,o), -(245,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(201,145,o), -(197,215,o), -(197,365,cs), -(197,514,o), -(201,584,o), -(259,584,cs), -(265,584,o), -(273,583,o), -(279,580,c), -(279,149,l), -(273,146,o), -(265,145,o), -(259,145,cs) -); -} -); -width = 630; -}, -{ -anchors = ( -{ -name = bottom; -pos = (554,0); -}, -{ -name = top; -pos = (554,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(466,-10,o), -(511,-6,o), -(550,0,c), -(1086,0,l), -(1086,37,l), -(593,37,l), -(593,358,l), -(1033,358,l), -(1033,392,l), -(593,392,l), -(593,693,l), -(1086,693,l), -(1086,729,l), -(550,729,l), -(511,735,o), -(466,739,o), -(434,739,cs), -(181,739,o), -(36,587,o), -(36,365,cs), -(36,142,o), -(181,-10,o), -(434,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,26,o), -(76,163,o), -(76,365,cs), -(76,566,o), -(209,703,o), -(433,703,cs), -(474,703,o), -(523,698,o), -(555,691,c), -(555,38,l), -(523,31,o), -(475,26,o), -(433,26,cs) -); -} -); -width = 1108; -}, -{ -anchors = ( -{ -name = bottom; -pos = (573,0); -}, -{ -name = top; -pos = (573,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(461,-10,o), -(515,-6,o), -(551,0,c), -(1124,0,l), -(1124,178,l), -(754,178,l), -(754,285,l), -(1068,285,l), -(1068,451,l), -(754,451,l), -(754,551,l), -(1124,551,l), -(1124,729,l), -(551,729,l), -(515,735,o), -(461,739,o), -(417,739,cs), -(166,739,o), -(12,600,o), -(12,365,cs), -(12,129,o), -(166,-10,o), -(417,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,168,o), -(243,231,o), -(243,365,cs), -(243,498,o), -(312,561,o), -(455,561,cs), -(487,561,o), -(516,557,o), -(544,548,c), -(544,181,l), -(516,172,o), -(487,168,o), -(456,168,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(457,-10,o), -(508,-6,o), -(551,0,c), -(1124,0,l), -(1124,178,l), -(754,178,l), -(754,285,l), -(1068,285,l), -(1068,451,l), -(754,451,l), -(754,551,l), -(1124,551,l), -(1124,729,l), -(551,729,l), -(508,735,o), -(457,739,o), -(406,739,cs), -(158,739,o), -(12,600,o), -(12,365,cs), -(12,129,o), -(158,-10,o), -(406,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,168,o), -(243,236,o), -(243,365,cs), -(243,493,o), -(312,561,o), -(445,561,cs), -(483,561,o), -(520,556,o), -(544,548,c), -(544,181,l), -(520,173,o), -(483,168,o), -(445,168,cs) -); -} -); -width = 1146; -}, -{ -anchors = ( -{ -name = bottom; -pos = (243,0); -}, -{ -name = top; -pos = (243,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(557,0,l), -(557,28,l), -(352,28,l), -(352,361,l), -(526,361,l), -(526,389,l), -(352,389,l), -(352,701,l), -(557,701,l), -(557,729,l), -(245,729,ls), -(90,729,o), -(38,579,o), -(38,364,cs), -(38,148,o), -(94,0,o), -(245,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(141,28,o), -(71,109,o), -(71,364,cs), -(71,620,o), -(141,701,o), -(244,701,cs), -(321,701,l), -(321,28,l), -(244,28,ls) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(216,-10,o), -(236,-7,o), -(254,0,c), -(496,0,l), -(496,28,l), -(291,28,l), -(291,361,l), -(461,361,l), -(461,389,l), -(291,389,l), -(291,701,l), -(496,701,l), -(496,729,l), -(254,729,l), -(236,736,o), -(216,739,o), -(195,739,cs), -(94,739,o), -(25,668,o), -(25,365,cs), -(25,61,o), -(94,-10,o), -(195,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(85,19,o), -(58,158,o), -(58,365,cs), -(58,571,o), -(85,710,o), -(195,710,cs), -(221,710,o), -(243,705,o), -(260,695,c), -(260,34,l), -(243,24,o), -(221,19,o), -(195,19,cs) -); -} -); -width = 498; -}, -{ -anchors = ( -{ -name = bottom; -pos = (306,0); -}, -{ -name = top; -pos = (306,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(626,0,l), -(626,157,l), -(471,157,l), -(471,299,l), -(612,299,l), -(612,445,l), -(471,445,l), -(471,572,l), -(626,572,l), -(626,729,l), -(294,729,ls), -(64,729,o), -(15,578,o), -(15,365,cs), -(15,95,o), -(109,0,o), -(299,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,157,o), -(195,205,o), -(195,361,cs), -(195,502,o), -(205,572,o), -(267,572,cs), -(294,572,l), -(294,157,l), -(267,157,ls) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,-9,o), -(290,-6,o), -(310,0,c), -(602,0,l), -(602,157,l), -(447,157,l), -(447,299,l), -(588,299,l), -(588,445,l), -(447,445,l), -(447,572,l), -(602,572,l), -(602,729,l), -(310,729,l), -(288,735,o), -(266,738,o), -(241,738,cs), -(60,738,o), -(7,593,o), -(7,365,cs), -(7,136,o), -(60,-9,o), -(236,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(192,145,o), -(188,215,o), -(188,365,cs), -(188,514,o), -(192,584,o), -(250,584,cs), -(256,584,o), -(264,583,o), -(270,580,c), -(270,149,l), -(264,146,o), -(256,145,o), -(250,145,cs) -); -} -); -width = 611; -}, -{ -anchors = ( -{ -name = bottom; -pos = (501,0); -}, -{ -name = top; -pos = (501,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(425,-10,o), -(464,-6,o), -(500,0,c), -(985,0,l), -(985,37,l), -(542,37,l), -(542,358,l), -(937,358,l), -(937,392,l), -(542,392,l), -(542,693,l), -(985,693,l), -(985,729,l), -(500,729,l), -(464,735,o), -(425,739,o), -(395,739,cs), -(166,739,o), -(35,587,o), -(35,365,cs), -(35,142,o), -(166,-10,o), -(395,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,26,o), -(76,163,o), -(76,365,cs), -(76,566,o), -(194,703,o), -(395,703,cs), -(432,703,o), -(475,698,o), -(504,691,c), -(504,38,l), -(475,31,o), -(432,26,o), -(395,26,cs) -); -} -); -width = 1002; -}, -{ -anchors = ( -{ -name = bottom; -pos = (527,0); -}, -{ -name = top; -pos = (527,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(419,-10,o), -(466,-6,o), -(500,0,c), -(1046,0,l), -(1046,172,l), -(696,172,l), -(696,288,l), -(993,288,l), -(993,449,l), -(696,449,l), -(696,557,l), -(1046,557,l), -(1046,729,l), -(500,729,l), -(466,735,o), -(419,739,o), -(382,739,cs), -(149,739,o), -(2,595,o), -(2,365,cs), -(2,129,o), -(143,-10,o), -(382,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,162,o), -(210,234,o), -(210,365,cs), -(210,495,o), -(279,567,o), -(404,567,cs), -(439,567,o), -(466,563,o), -(493,554,c), -(493,175,l), -(466,166,o), -(439,162,o), -(404,162,cs) -); -} -); -width = 1054; -}, -{ -anchors = ( -{ -name = bottom; -pos = (544,0); -}, -{ -name = top; -pos = (544,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(456,-10,o), -(501,-6,o), -(540,0,c), -(1076,0,l), -(1076,37,l), -(583,37,l), -(583,358,l), -(1023,358,l), -(1023,392,l), -(583,392,l), -(583,693,l), -(1076,693,l), -(1076,729,l), -(540,729,l), -(501,735,o), -(456,739,o), -(424,739,cs), -(171,739,o), -(26,587,o), -(26,365,cs), -(26,142,o), -(171,-10,o), -(424,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,26,o), -(66,163,o), -(66,365,cs), -(66,566,o), -(199,703,o), -(423,703,cs), -(464,703,o), -(513,698,o), -(545,691,c), -(545,38,l), -(513,31,o), -(465,26,o), -(423,26,cs) -); -} -); -width = 1088; -}, -{ -anchors = ( -{ -name = bottom; -pos = (563,0); -}, -{ -name = top; -pos = (563,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(461,-10,o), -(515,-6,o), -(551,0,c), -(1124,0,l), -(1124,178,l), -(754,178,l), -(754,285,l), -(1068,285,l), -(1068,451,l), -(754,451,l), -(754,551,l), -(1124,551,l), -(1124,729,l), -(551,729,l), -(515,735,o), -(461,739,o), -(417,739,cs), -(166,739,o), -(12,600,o), -(12,365,cs), -(12,129,o), -(166,-10,o), -(417,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,168,o), -(243,231,o), -(243,365,cs), -(243,498,o), -(312,561,o), -(455,561,cs), -(487,561,o), -(516,557,o), -(544,548,c), -(544,181,l), -(516,172,o), -(487,168,o), -(456,168,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,-10,o), -(498,-6,o), -(541,0,c), -(1114,0,l), -(1114,178,l), -(744,178,l), -(744,285,l), -(1058,285,l), -(1058,451,l), -(744,451,l), -(744,551,l), -(1114,551,l), -(1114,729,l), -(541,729,l), -(498,735,o), -(447,739,o), -(396,739,cs), -(148,739,o), -(2,600,o), -(2,365,cs), -(2,129,o), -(148,-10,o), -(396,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(302,168,o), -(233,236,o), -(233,365,cs), -(233,493,o), -(302,561,o), -(435,561,cs), -(473,561,o), -(510,556,o), -(534,548,c), -(534,181,l), -(510,173,o), -(473,168,o), -(435,168,cs) -); -} -); -width = 1121; -}, -{ -anchors = ( -{ -name = bottom; -pos = (514,0); -}, -{ -name = top; -pos = (514,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(440,-10,o), -(477,-6,o), -(513,0,c), -(988,0,l), -(988,37,l), -(553,37,l), -(553,358,l), -(941,358,l), -(941,392,l), -(553,392,l), -(553,693,l), -(988,693,l), -(988,729,l), -(513,729,l), -(477,735,o), -(440,739,o), -(410,739,cs), -(185,739,o), -(56,587,o), -(56,365,cs), -(56,142,o), -(185,-10,o), -(410,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,26,o), -(97,163,o), -(97,365,cs), -(97,566,o), -(213,703,o), -(410,703,cs), -(446,703,o), -(488,698,o), -(517,691,c), -(517,38,l), -(488,31,o), -(446,26,o), -(410,26,cs) -); -} -); -width = 1027; -}, -{ -anchors = ( -{ -name = bottom; -pos = (542,0); -}, -{ -name = top; -pos = (542,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(436,-10,o), -(481,-6,o), -(515,0,c), -(1050,0,l), -(1050,172,l), -(709,172,l), -(709,288,l), -(999,288,l), -(999,449,l), -(709,449,l), -(709,557,l), -(1050,557,l), -(1050,729,l), -(515,729,l), -(481,735,o), -(436,739,o), -(399,739,cs), -(171,739,o), -(27,595,o), -(27,365,cs), -(27,129,o), -(165,-10,o), -(399,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,162,o), -(233,234,o), -(233,365,cs), -(233,495,o), -(300,567,o), -(421,567,cs), -(455,567,o), -(481,563,o), -(508,554,c), -(508,175,l), -(481,166,o), -(455,162,o), -(421,162,cs) -); -} -); -width = 1082; -}, -{ -anchors = ( -{ -name = bottom; -pos = (212,0); -}, -{ -name = top; -pos = (363,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,-9,o), -(226,-6,o), -(246,0,c), -(466,0,l), -(472,28,l), -(268,28,l), -(338,361,l), -(511,361,l), -(516,389,l), -(343,389,l), -(408,701,l), -(612,701,l), -(617,729,l), -(381,729,l), -(362,735,o), -(338,739,o), -(315,739,cs), -(200,739,o), -(126,665,o), -(71,382,cs), -(17,114,o), -(52,-9,o), -(183,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(79,20,o), -(56,128,o), -(104,380,cs), -(142,576,o), -(189,710,o), -(316,710,cs), -(334,710,o), -(357,707,o), -(377,698,c), -(237,27,l), -(222,22,o), -(204,20,o), -(186,20,cs) -); -} -); -width = 530; -}, -{ -anchors = ( -{ -name = bottom; -pos = (259,0); -}, -{ -name = top; -pos = (410,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(206,-9,o), -(230,-5,o), -(252,0,c), -(553,0,l), -(585,157,l), -(431,157,l), -(460,299,l), -(600,299,l), -(631,445,l), -(491,445,l), -(517,572,l), -(673,572,l), -(704,729,l), -(365,729,l), -(347,735,o), -(324,739,o), -(304,739,cs), -(146,739,o), -(81,606,o), -(42,391,cs), -(-9,108,o), -(43,-9,o), -(180,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,146,o), -(180,186,o), -(217,377,cs), -(249,540,o), -(265,583,o), -(309,583,cs), -(325,583,o), -(335,577,o), -(342,567,c), -(255,149,l), -(249,147,o), -(243,146,o), -(237,146,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(203,-10,o), -(232,-6,o), -(252,0,c), -(553,0,l), -(585,157,l), -(431,157,l), -(460,299,l), -(600,299,l), -(631,445,l), -(491,445,l), -(517,572,l), -(673,572,l), -(704,729,l), -(375,729,l), -(352,736,o), -(324,739,o), -(305,739,cs), -(162,739,o), -(92,635,o), -(40,382,cs), -(-6,160,o), -(7,-10,o), -(179,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(171,146,o), -(191,249,o), -(217,376,cs), -(250,539,o), -(270,583,o), -(309,583,cs), -(325,583,o), -(335,577,o), -(342,567,c), -(255,149,l), -(249,147,o), -(243,146,o), -(231,146,cs) -); -} -); -width = 629; -}, -{ -anchors = ( -{ -name = bottom; -pos = (484,0); -}, -{ -name = top; -pos = (635,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(418,-10,o), -(456,-6,o), -(485,0,c), -(944,0,l), -(951,36,l), -(521,36,l), -(588,358,l), -(973,358,l), -(980,392,l), -(595,392,l), -(658,693,l), -(1088,693,l), -(1095,729,l), -(604,729,l), -(558,737,o), -(520,739,o), -(481,739,cs), -(261,739,o), -(122,603,o), -(85,396,cs), -(45,146,o), -(153,-10,o), -(383,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(182,26,o), -(86,163,o), -(126,394,cs), -(159,580,o), -(284,703,o), -(478,703,cs), -(531,703,o), -(579,697,o), -(620,686,c), -(486,38,l), -(461,31,o), -(428,26,o), -(393,26,cs) -); -} -); -width = 1035; -}, -{ -anchors = ( -{ -name = bottom; -pos = (486,0); -}, -{ -name = top; -pos = (637,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(423,-10,o), -(463,-6,o), -(495,0,c), -(994,0,l), -(1029,172,l), -(693,172,l), -(716,285,l), -(1002,285,l), -(1035,446,l), -(749,446,l), -(772,557,l), -(1106,557,l), -(1142,729,l), -(575,729,l), -(542,735,o), -(504,739,o), -(465,739,cs), -(240,739,o), -(85,613,o), -(53,400,cs), -(15,149,o), -(142,-10,o), -(382,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(299,160,o), -(236,240,o), -(259,384,cs), -(278,506,o), -(350,569,o), -(469,569,cs), -(506,569,o), -(543,563,o), -(570,550,c), -(490,165,l), -(474,162,o), -(457,160,o), -(435,160,cs) -); -} -); -width = 1084; -}, -{ -anchors = ( -{ -name = bottom; -pos = (518,0); -}, -{ -name = top; -pos = (669,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(441,-10,o), -(483,-6,o), -(515,0,c), -(1066,0,l), -(1074,37,l), -(553,37,l), -(620,358,l), -(1095,358,l), -(1102,392,l), -(628,392,l), -(690,693,l), -(1210,693,l), -(1217,729,l), -(633,729,l), -(583,737,o), -(540,739,o), -(495,739,cs), -(259,739,o), -(101,611,o), -(65,396,cs), -(24,147,o), -(147,-10,o), -(403,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(177,26,o), -(65,163,o), -(104,391,cs), -(138,587,o), -(279,703,o), -(491,703,cs), -(551,703,o), -(604,697,o), -(650,686,c), -(516,38,l), -(489,31,o), -(451,26,o), -(412,26,cs) -); -} -); -width = 1143; -}, -{ -anchors = ( -{ -name = bottom; -pos = (539,0); -}, -{ -name = top; -pos = (690,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(443,-10,o), -(486,-6,o), -(519,0,c), -(1112,0,l), -(1149,179,l), -(742,179,l), -(764,282,l), -(1118,282,l), -(1153,449,l), -(799,449,l), -(820,550,l), -(1223,550,l), -(1260,729,l), -(596,729,l), -(561,735,o), -(520,739,o), -(481,739,cs), -(243,739,o), -(84,613,o), -(52,400,cs), -(15,150,o), -(148,-10,o), -(401,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(310,168,o), -(246,248,o), -(267,384,cs), -(285,502,o), -(361,561,o), -(484,561,cs), -(528,561,o), -(565,554,o), -(590,542,c), -(514,172,l), -(495,169,o), -(473,168,o), -(456,168,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(443,-10,o), -(486,-6,o), -(519,0,c), -(1112,0,l), -(1149,179,l), -(742,179,l), -(764,282,l), -(1118,282,l), -(1153,449,l), -(799,449,l), -(820,550,l), -(1223,550,l), -(1260,729,l), -(596,729,l), -(561,735,o), -(520,739,o), -(474,739,cs), -(229,739,o), -(70,613,o), -(38,400,cs), -(1,150,o), -(134,-10,o), -(394,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(310,168,o), -(246,248,o), -(267,384,cs), -(285,502,o), -(361,561,o), -(484,561,cs), -(528,561,o), -(565,554,o), -(590,542,c), -(514,172,l), -(495,169,o), -(473,168,o), -(456,168,cs) -); -} -); -width = 1190; -} -); -metricLeft = O; -metricRight = E; -unicode = 338; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_acute.glyph deleted file mode 100644 index 64dcbae1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_acute.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Oacute; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (155,57); -ref = acutecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (135,51); -ref = acutecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (358,57); -ref = acutecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (319,56); -ref = acutecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (155,57); -ref = acutecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (138,51); -ref = acutecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (350,57); -ref = acutecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (284,51); -ref = acutecomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (358,57); -ref = acutecomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (333,56); -ref = acutecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (344,57); -ref = acutecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (291,51); -ref = acutecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (157,57); -ref = acutecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (143,51); -ref = acutecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (318,57); -ref = acutecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (277,51); -ref = acutecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (334,57); -ref = acutecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (306,56); -ref = acutecomb; -} -); -width = 867; -} -); -unicode = 211; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflex.glyph deleted file mode 100644 index 4b74e8b1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflex.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Ocircumflex; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (82,57); -ref = circumflexcomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (30,51); -ref = circumflexcomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (237,57); -ref = circumflexcomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (145,56); -ref = circumflexcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (82,57); -ref = circumflexcomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (33,51); -ref = circumflexcomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (241,57); -ref = circumflexcomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (149,51); -ref = circumflexcomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (237,57); -ref = circumflexcomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (159,56); -ref = circumflexcomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (237,57); -ref = circumflexcomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (162,51); -ref = circumflexcomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (83,57); -ref = circumflexcomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (36,51); -ref = circumflexcomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (208,57); -ref = circumflexcomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (143,51); -ref = circumflexcomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (211,57); -ref = circumflexcomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (130,56); -ref = circumflexcomb; -} -); -width = 867; -} -); -unicode = 212; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexacute.glyph deleted file mode 100644 index 086bc83d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexacute.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Ocircumflexacute; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (82,57); -ref = circumflexcomb_acutecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (41,51); -ref = circumflexcomb_acutecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (237,57); -ref = circumflexcomb_acutecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (169,56); -ref = circumflexcomb_acutecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (82,57); -ref = circumflexcomb_acutecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (44,51); -ref = circumflexcomb_acutecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (241,57); -ref = circumflexcomb_acutecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (149,51); -ref = circumflexcomb_acutecomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (237,57); -ref = circumflexcomb_acutecomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (183,56); -ref = circumflexcomb_acutecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (237,57); -ref = circumflexcomb_acutecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (161,51); -ref = circumflexcomb_acutecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (83,57); -ref = circumflexcomb_acutecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (48,51); -ref = circumflexcomb_acutecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (208,57); -ref = circumflexcomb_acutecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (145,51); -ref = circumflexcomb_acutecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (211,57); -ref = circumflexcomb_acutecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (153,56); -ref = circumflexcomb_acutecomb; -} -); -width = 867; -} -); -unicode = 7888; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexdotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexdotbelow.glyph deleted file mode 100644 index e26812bd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexdotbelow.glyph +++ /dev/null @@ -1,327 +0,0 @@ -{ -color = 6; -glyphname = Ocircumflexdotbelow; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (148,0); -ref = dotbelowcomb; -}, -{ -pos = (82,57); -ref = circumflexcomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (129,0); -ref = dotbelowcomb; -}, -{ -pos = (30,51); -ref = circumflexcomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (344,0); -ref = dotbelowcomb; -}, -{ -pos = (237,57); -ref = circumflexcomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (283,0); -ref = dotbelowcomb; -}, -{ -pos = (145,56); -ref = circumflexcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (148,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (82,57); -ref = circumflexcomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (132,0); -ref = dotbelowcomb; -}, -{ -pos = (33,51); -ref = circumflexcomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (333,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (241,57); -ref = circumflexcomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (271,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (149,51); -ref = circumflexcomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (344,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (237,57); -ref = circumflexcomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (297,0); -ref = dotbelowcomb; -}, -{ -pos = (159,56); -ref = circumflexcomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (327,0); -ref = dotbelowcomb; -}, -{ -pos = (237,57); -ref = circumflexcomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (280,0); -ref = dotbelowcomb; -}, -{ -pos = (162,51); -ref = circumflexcomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (156,0); -ref = dotbelowcomb; -}, -{ -pos = (83,57); -ref = circumflexcomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (129,0); -ref = dotbelowcomb; -}, -{ -pos = (36,51); -ref = circumflexcomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (334,0); -ref = dotbelowcomb; -}, -{ -pos = (208,57); -ref = circumflexcomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (286,0); -ref = dotbelowcomb; -}, -{ -pos = (143,51); -ref = circumflexcomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (376,-9); -ref = dotbelowcomb; -}, -{ -pos = (211,57); -ref = circumflexcomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (302,0); -ref = dotbelowcomb; -}, -{ -pos = (130,56); -ref = circumflexcomb; -} -); -width = 867; -} -); -unicode = 7896; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexdotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexdotbelow.ss01.glyph deleted file mode 100644 index 9636bd14..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexdotbelow.ss01.glyph +++ /dev/null @@ -1,320 +0,0 @@ -{ -color = 6; -glyphname = Ocircumflexdotbelow.ss01; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (156,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (82,57); -ref = circumflexcomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (118,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (30,51); -ref = circumflexcomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (357,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (237,57); -ref = circumflexcomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (295,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (145,56); -ref = circumflexcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (156,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (82,57); -ref = circumflexcomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (121,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (33,51); -ref = circumflexcomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (346,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (241,57); -ref = circumflexcomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = O; -}, -{ -pos = (261,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (150,51); -ref = circumflexcomb; -} -); -width = 751; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (369,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (249,57); -ref = circumflexcomb; -} -); -width = 836; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (309,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (159,56); -ref = circumflexcomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (340,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (237,57); -ref = circumflexcomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (267,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (162,51); -ref = circumflexcomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (164,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (83,57); -ref = circumflexcomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (36,51); -ref = circumflexcomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (347,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (208,57); -ref = circumflexcomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (143,51); -ref = circumflexcomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (387,-9); -ref = dotbelowcomb.ss01; -}, -{ -pos = (211,57); -ref = circumflexcomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (316,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (130,56); -ref = circumflexcomb; -} -); -width = 867; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexgrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexgrave.glyph deleted file mode 100644 index 69275fbe..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexgrave.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Ocircumflexgrave; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (82,57); -ref = circumflexcomb_gravecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (41,51); -ref = circumflexcomb_gravecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (237,57); -ref = circumflexcomb_gravecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (169,56); -ref = circumflexcomb_gravecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (82,57); -ref = circumflexcomb_gravecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (44,51); -ref = circumflexcomb_gravecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (241,57); -ref = circumflexcomb_gravecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (149,51); -ref = circumflexcomb_gravecomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (237,57); -ref = circumflexcomb_gravecomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (183,56); -ref = circumflexcomb_gravecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (237,57); -ref = circumflexcomb_gravecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (161,51); -ref = circumflexcomb_gravecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (83,57); -ref = circumflexcomb_gravecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (48,51); -ref = circumflexcomb_gravecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (208,57); -ref = circumflexcomb_gravecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (145,51); -ref = circumflexcomb_gravecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (211,57); -ref = circumflexcomb_gravecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (153,56); -ref = circumflexcomb_gravecomb; -} -); -width = 867; -} -); -unicode = 7890; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexhookabove.glyph deleted file mode 100644 index e9b836bd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflexhookabove.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Ocircumflexhookabove; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (82,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (41,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (237,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (169,56); -ref = circumflexcomb_hookabovecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (82,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (44,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (241,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (149,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (237,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (183,56); -ref = circumflexcomb_hookabovecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (237,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (161,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (83,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (48,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (208,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (145,51); -ref = circumflexcomb_hookabovecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (211,57); -ref = circumflexcomb_hookabovecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (153,56); -ref = circumflexcomb_hookabovecomb; -} -); -width = 867; -} -); -unicode = 7892; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflextilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflextilde.glyph deleted file mode 100644 index 4b8323fc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_circumflextilde.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Ocircumflextilde; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (82,57); -ref = circumflexcomb_tildecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (41,51); -ref = circumflexcomb_tildecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (237,57); -ref = circumflexcomb_tildecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (169,56); -ref = circumflexcomb_tildecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (82,57); -ref = circumflexcomb_tildecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (44,51); -ref = circumflexcomb_tildecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (241,57); -ref = circumflexcomb_tildecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (149,51); -ref = circumflexcomb_tildecomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (237,57); -ref = circumflexcomb_tildecomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (183,56); -ref = circumflexcomb_tildecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (237,57); -ref = circumflexcomb_tildecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (162,51); -ref = circumflexcomb_tildecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (83,57); -ref = circumflexcomb_tildecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (47,51); -ref = circumflexcomb_tildecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (201,57); -ref = circumflexcomb_tildecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (145,51); -ref = circumflexcomb_tildecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (211,57); -ref = circumflexcomb_tildecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (161,56); -ref = circumflexcomb_tildecomb; -} -); -width = 867; -} -); -unicode = 7894; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_dieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_dieresis.glyph deleted file mode 100644 index f48154c9..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_dieresis.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Odieresis; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (93,57); -ref = dieresiscomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (22,51); -ref = dieresiscomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (239,57); -ref = dieresiscomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (153,51); -ref = dieresiscomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (93,57); -ref = dieresiscomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (25,51); -ref = dieresiscomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (243,57); -ref = dieresiscomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (153,51); -ref = dieresiscomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (239,57); -ref = dieresiscomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (167,51); -ref = dieresiscomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (239,57); -ref = dieresiscomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (166,51); -ref = dieresiscomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (89,57); -ref = dieresiscomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (21,51); -ref = dieresiscomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (213,57); -ref = dieresiscomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (143,51); -ref = dieresiscomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (215,57); -ref = dieresiscomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (137,51); -ref = dieresiscomb; -} -); -width = 867; -} -); -unicode = 214; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_dieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_dieresis.ss01.glyph deleted file mode 100644 index ebb2f3d3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_dieresis.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Odieresis.ss01; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (104,57); -ref = dieresiscomb.ss01; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (23,51); -ref = dieresiscomb.ss01; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (272,57); -ref = dieresiscomb.ss01; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (175,51); -ref = dieresiscomb.ss01; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (104,57); -ref = dieresiscomb.ss01; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (26,51); -ref = dieresiscomb.ss01; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (270,57); -ref = dieresiscomb.ss01; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = O; -}, -{ -pos = (166,51); -ref = dieresiscomb.ss01; -} -); -width = 751; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (284,57); -ref = dieresiscomb.ss01; -} -); -width = 836; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (189,51); -ref = dieresiscomb.ss01; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (264,57); -ref = dieresiscomb.ss01; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (178,51); -ref = dieresiscomb.ss01; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (102,57); -ref = dieresiscomb.ss01; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (29,51); -ref = dieresiscomb.ss01; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (235,57); -ref = dieresiscomb.ss01; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (159,51); -ref = dieresiscomb.ss01; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (252,57); -ref = dieresiscomb.ss01; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (166,51); -ref = dieresiscomb.ss01; -} -); -width = 867; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_dotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_dotbelow.glyph deleted file mode 100644 index 603e0e4e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_dotbelow.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Odotbelow; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (148,0); -ref = dotbelowcomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (129,0); -ref = dotbelowcomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (344,0); -ref = dotbelowcomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (283,0); -ref = dotbelowcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (148,0); -ref = dotbelowcomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (132,0); -ref = dotbelowcomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (333,0); -ref = dotbelowcomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (271,0); -ref = dotbelowcomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (344,0); -ref = dotbelowcomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (297,0); -ref = dotbelowcomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (327,0); -ref = dotbelowcomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (280,0); -ref = dotbelowcomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (156,0); -ref = dotbelowcomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (129,0); -ref = dotbelowcomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (334,0); -ref = dotbelowcomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (286,0); -ref = dotbelowcomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (376,-9); -ref = dotbelowcomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (302,0); -ref = dotbelowcomb; -} -); -width = 867; -} -); -unicode = 7884; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_dotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_dotbelow.ss01.glyph deleted file mode 100644 index 7dc388c5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_dotbelow.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Odotbelow.ss01; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (156,0); -ref = dotbelowcomb.ss01; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (118,0); -ref = dotbelowcomb.ss01; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (357,0); -ref = dotbelowcomb.ss01; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (295,0); -ref = dotbelowcomb.ss01; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (156,0); -ref = dotbelowcomb.ss01; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (121,0); -ref = dotbelowcomb.ss01; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (346,0); -ref = dotbelowcomb.ss01; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = O; -}, -{ -pos = (261,0); -ref = dotbelowcomb.ss01; -} -); -width = 751; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (369,0); -ref = dotbelowcomb.ss01; -} -); -width = 836; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (309,0); -ref = dotbelowcomb.ss01; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (340,0); -ref = dotbelowcomb.ss01; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (267,0); -ref = dotbelowcomb.ss01; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (164,0); -ref = dotbelowcomb.ss01; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (347,0); -ref = dotbelowcomb.ss01; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (387,-9); -ref = dotbelowcomb.ss01; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (316,0); -ref = dotbelowcomb.ss01; -} -); -width = 867; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_grave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_grave.glyph deleted file mode 100644 index 6fb36d12..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_grave.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Ograve; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (77,57); -ref = gravecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (38,51); -ref = gravecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (272,57); -ref = gravecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (202,56); -ref = gravecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (77,57); -ref = gravecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (41,51); -ref = gravecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (271,57); -ref = gravecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (187,51); -ref = gravecomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (272,57); -ref = gravecomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (216,56); -ref = gravecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (265,57); -ref = gravecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (202,51); -ref = gravecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (80,57); -ref = gravecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (53,51); -ref = gravecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (241,57); -ref = gravecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (176,51); -ref = gravecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (247,57); -ref = gravecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (189,56); -ref = gravecomb; -} -); -width = 867; -} -); -unicode = 210; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_hookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_hookabove.glyph deleted file mode 100644 index 383a4494..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_hookabove.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Ohookabove; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (130,57); -ref = hookabovecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (108,50); -ref = hookabovecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (308,57); -ref = hookabovecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (283,51); -ref = hookabovecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (130,57); -ref = hookabovecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (111,50); -ref = hookabovecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (297,57); -ref = hookabovecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (233,51); -ref = hookabovecomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (308,57); -ref = hookabovecomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (297,51); -ref = hookabovecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (291,57); -ref = hookabovecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (245,51); -ref = hookabovecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (109,56); -ref = hookabovecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (107,49); -ref = hookabovecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (271,56); -ref = hookabovecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (217,50); -ref = hookabovecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (289,56); -ref = hookabovecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (254,48); -ref = hookabovecomb; -} -); -width = 867; -} -); -unicode = 7886; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_horn.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_horn.glyph deleted file mode 100644 index f781bd91..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_horn.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Ohorn; -kernLeft = KO_O; -kernRight = KO_Ohorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (262,183); -ref = horncomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (299,167); -ref = horncomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (530,184); -ref = horncomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (579,99); -ref = horncomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (262,183); -ref = horncomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (302,167); -ref = horncomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (532,190); -ref = horncomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = O; -}, -{ -pos = (515,119); -ref = horncomb; -} -); -width = 751; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (542,184); -ref = horncomb; -} -); -width = 836; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (593,99); -ref = horncomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (520,190); -ref = horncomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (515,119); -ref = horncomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (294,183); -ref = horncomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (323,167); -ref = horncomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (520,189); -ref = horncomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (432,139); -ref = horncomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (535,184); -ref = horncomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (547,87); -ref = horncomb; -} -); -width = 867; -} -); -unicode = 416; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_hornacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_hornacute.glyph deleted file mode 100644 index 94deb6e2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_hornacute.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Ohornacute; -kernLeft = KO_O; -kernRight = KO_Ohorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (155,57); -ref = acutecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (135,51); -ref = acutecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (358,57); -ref = acutecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (319,56); -ref = acutecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (155,57); -ref = acutecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (138,51); -ref = acutecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (350,57); -ref = acutecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (285,51); -ref = acutecomb; -} -); -width = 751; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (370,57); -ref = acutecomb; -} -); -width = 836; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (333,56); -ref = acutecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (344,57); -ref = acutecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (291,51); -ref = acutecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (157,57); -ref = acutecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (143,51); -ref = acutecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (318,57); -ref = acutecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (277,51); -ref = acutecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (334,57); -ref = acutecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (306,56); -ref = acutecomb; -} -); -width = 867; -} -); -unicode = 7898; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_horndotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_horndotbelow.glyph deleted file mode 100644 index 72f2b3b4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_horndotbelow.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Ohorndotbelow; -kernLeft = KO_O; -kernRight = KO_Ohorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (148,0); -ref = dotbelowcomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (129,0); -ref = dotbelowcomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (344,0); -ref = dotbelowcomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (283,0); -ref = dotbelowcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (148,0); -ref = dotbelowcomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (132,0); -ref = dotbelowcomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (333,0); -ref = dotbelowcomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (272,0); -ref = dotbelowcomb; -} -); -width = 751; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (356,0); -ref = dotbelowcomb; -} -); -width = 836; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (297,0); -ref = dotbelowcomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (327,0); -ref = dotbelowcomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (280,0); -ref = dotbelowcomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (156,0); -ref = dotbelowcomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (129,0); -ref = dotbelowcomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (334,0); -ref = dotbelowcomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (286,0); -ref = dotbelowcomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (376,-9); -ref = dotbelowcomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (302,0); -ref = dotbelowcomb; -} -); -width = 867; -} -); -unicode = 7906; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_horndotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_horndotbelow.ss01.glyph deleted file mode 100644 index ae12e4a8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_horndotbelow.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Ohorndotbelow.ss01; -kernLeft = KO_O; -kernRight = KO_Ohorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (156,0); -ref = dotbelowcomb.ss01; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (118,0); -ref = dotbelowcomb.ss01; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (357,0); -ref = dotbelowcomb.ss01; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (295,0); -ref = dotbelowcomb.ss01; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (156,0); -ref = dotbelowcomb.ss01; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (121,0); -ref = dotbelowcomb.ss01; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (346,0); -ref = dotbelowcomb.ss01; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (261,0); -ref = dotbelowcomb.ss01; -} -); -width = 751; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (369,0); -ref = dotbelowcomb.ss01; -} -); -width = 836; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (309,0); -ref = dotbelowcomb.ss01; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (340,0); -ref = dotbelowcomb.ss01; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (267,0); -ref = dotbelowcomb.ss01; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (164,0); -ref = dotbelowcomb.ss01; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (347,0); -ref = dotbelowcomb.ss01; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (387,-9); -ref = dotbelowcomb.ss01; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (316,0); -ref = dotbelowcomb.ss01; -} -); -width = 867; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_horngrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_horngrave.glyph deleted file mode 100644 index 46194f34..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_horngrave.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Ohorngrave; -kernLeft = KO_O; -kernRight = KO_Ohorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (77,57); -ref = gravecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (38,51); -ref = gravecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (272,57); -ref = gravecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (202,56); -ref = gravecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (77,57); -ref = gravecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (41,51); -ref = gravecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (271,57); -ref = gravecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (188,51); -ref = gravecomb; -} -); -width = 751; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (284,57); -ref = gravecomb; -} -); -width = 836; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (216,56); -ref = gravecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (265,57); -ref = gravecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (202,51); -ref = gravecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (80,57); -ref = gravecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (53,51); -ref = gravecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (241,57); -ref = gravecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (176,51); -ref = gravecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (247,57); -ref = gravecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (189,56); -ref = gravecomb; -} -); -width = 867; -} -); -unicode = 7900; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_hornhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_hornhookabove.glyph deleted file mode 100644 index 4b063bdd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_hornhookabove.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Ohornhookabove; -kernLeft = KO_O; -kernRight = KO_Ohorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (130,57); -ref = hookabovecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (108,50); -ref = hookabovecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (308,57); -ref = hookabovecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (283,51); -ref = hookabovecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (130,57); -ref = hookabovecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (111,50); -ref = hookabovecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (297,57); -ref = hookabovecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (234,51); -ref = hookabovecomb; -} -); -width = 751; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (320,57); -ref = hookabovecomb; -} -); -width = 836; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (297,51); -ref = hookabovecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (291,57); -ref = hookabovecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (245,51); -ref = hookabovecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (109,56); -ref = hookabovecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (107,49); -ref = hookabovecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (271,56); -ref = hookabovecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (217,50); -ref = hookabovecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (289,56); -ref = hookabovecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (254,48); -ref = hookabovecomb; -} -); -width = 867; -} -); -unicode = 7902; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_horntilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_horntilde.glyph deleted file mode 100644 index 28f73561..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_horntilde.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Ohorntilde; -kernLeft = KO_O; -kernRight = KO_Ohorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (71,57); -ref = tildecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (15,50); -ref = tildecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (209,57); -ref = tildecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (172,56); -ref = tildecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (71,57); -ref = tildecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (18,50); -ref = tildecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Ohorn; -}, -{ -alignment = -1; -pos = (216,57); -ref = tildecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (139,51); -ref = tildecomb; -} -); -width = 751; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (221,57); -ref = tildecomb; -} -); -width = 836; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (186,56); -ref = tildecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (212,57); -ref = tildecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (151,51); -ref = tildecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (73,57); -ref = tildecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (20,50); -ref = tildecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (186,57); -ref = tildecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (128,51); -ref = tildecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (185,57); -ref = tildecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Ohorn; -}, -{ -pos = (162,51); -ref = tildecomb; -} -); -width = 867; -} -); -unicode = 7904; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_hungarumlaut.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_hungarumlaut.glyph deleted file mode 100644 index 616da8d3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_hungarumlaut.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Ohungarumlaut; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (114,57); -ref = hungarumlautcomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (64,51); -ref = hungarumlautcomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (287,57); -ref = hungarumlautcomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (219,56); -ref = hungarumlautcomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (114,57); -ref = hungarumlautcomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (67,51); -ref = hungarumlautcomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (284,57); -ref = hungarumlautcomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (183,51); -ref = hungarumlautcomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (287,57); -ref = hungarumlautcomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (233,56); -ref = hungarumlautcomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (278,57); -ref = hungarumlautcomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (194,51); -ref = hungarumlautcomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (115,57); -ref = hungarumlautcomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (62,51); -ref = hungarumlautcomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (252,57); -ref = hungarumlautcomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (177,51); -ref = hungarumlautcomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (262,57); -ref = hungarumlautcomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (201,56); -ref = hungarumlautcomb; -} -); -width = 867; -} -); -unicode = 336; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_macron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_macron.glyph deleted file mode 100644 index a28f6701..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_macron.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Omacron; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (74,58); -ref = macroncomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (53,49); -ref = macroncomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (188,58); -ref = macroncomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (172,56); -ref = macroncomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (74,58); -ref = macroncomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (56,49); -ref = macroncomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (205,57); -ref = macroncomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (154,51); -ref = macroncomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (188,58); -ref = macroncomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (186,56); -ref = macroncomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (201,57); -ref = macroncomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (167,51); -ref = macroncomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (75,58); -ref = macroncomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (59,49); -ref = macroncomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (174,57); -ref = macroncomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (164,51); -ref = macroncomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (163,58); -ref = macroncomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (158,56); -ref = macroncomb; -} -); -width = 867; -} -); -unicode = 332; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_slash.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_slash.glyph deleted file mode 100644 index cd3cccc1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_slash.glyph +++ /dev/null @@ -1,250 +0,0 @@ -{ -color = 6; -glyphname = Oslash; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (-17,41); -ref = slashlongcomb.case; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (-18,41); -ref = slashlongcomb.case; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (26,41); -ref = slashlongcomb.case; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (-27,41); -ref = slashlongcomb.case; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (-17,41); -ref = slashlongcomb.case; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (-15,41); -ref = slashlongcomb.case; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (46,41); -ref = slashlongcomb.case; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (-18,41); -ref = slashlongcomb.case; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (26,41); -ref = slashlongcomb.case; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (-13,41); -ref = slashlongcomb.case; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (46,41); -ref = slashlongcomb.case; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (-3,41); -ref = slashlongcomb.case; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (19,41); -ref = slashlongcomb.case; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (25,41); -ref = slashlongcomb.case; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (37,41); -ref = slashlongcomb.case; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (5,41); -ref = slashlongcomb.case; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (45,41); -ref = slashlongcomb.case; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (-16,41); -ref = slashlongcomb.case; -} -); -width = 867; -} -); -unicode = 216; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/O_tilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/O_tilde.glyph deleted file mode 100644 index 85815ca7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/O_tilde.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Otilde; -kernLeft = KO_O; -kernRight = KO_Oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = O; -}, -{ -pos = (71,57); -ref = tildecomb; -} -); -width = 421; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = O; -}, -{ -pos = (15,50); -ref = tildecomb; -} -); -width = 494; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = O; -}, -{ -pos = (209,57); -ref = tildecomb; -} -); -width = 832; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = O; -}, -{ -pos = (172,56); -ref = tildecomb; -} -); -width = 871; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (71,57); -ref = tildecomb; -} -); -width = 421; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = O; -}, -{ -pos = (18,50); -ref = tildecomb; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (216,57); -ref = tildecomb; -} -); -width = 810; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (138,51); -ref = tildecomb; -} -); -width = 781; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (209,57); -ref = tildecomb; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = O; -}, -{ -pos = (186,56); -ref = tildecomb; -} -); -width = 879; -}, -{ -layerId = m019; -shapes = ( -{ -ref = O; -}, -{ -pos = (212,57); -ref = tildecomb; -} -); -width = 801; -}, -{ -layerId = m020; -shapes = ( -{ -ref = O; -}, -{ -pos = (151,51); -ref = tildecomb; -} -); -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = O; -}, -{ -pos = (73,57); -ref = tildecomb; -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = O; -}, -{ -pos = (20,50); -ref = tildecomb; -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = O; -}, -{ -pos = (186,57); -ref = tildecomb; -} -); -width = 771; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = O; -}, -{ -pos = (128,51); -ref = tildecomb; -} -); -width = 790; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = O; -}, -{ -pos = (185,57); -ref = tildecomb; -} -); -width = 829; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = O; -}, -{ -pos = (162,51); -ref = tildecomb; -} -); -width = 867; -} -); -unicode = 213; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/P_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/P_.glyph deleted file mode 100644 index b9b42171..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/P_.glyph +++ /dev/null @@ -1,1194 +0,0 @@ -{ -glyphname = P; -kernLeft = KO_H; -kernRight = KO_P; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (235,0); -}, -{ -name = top; -pos = (235,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(232,0,l), -(232,231,l), -(350,231,ls), -(540,231,o), -(630,331,o), -(630,480,cs), -(630,649,o), -(522,729,o), -(360,729,cs), -(29,729,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(232,550,l), -(336,550,ls), -(392,550,o), -(418,526,o), -(418,472,cs), -(418,423,o), -(396,394,o), -(336,394,cs), -(232,394,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,0,l), -(208,594,l), -(184,572,l), -(224,572,ls), -(261,572,o), -(279,550,o), -(279,473,cs), -(279,408,o), -(270,369,o), -(224,369,cs), -(192,369,l), -(192,212,l), -(230,212,ls), -(383,212,o), -(460,296,o), -(460,471,cs), -(460,644,o), -(383,729,o), -(230,729,cs), -(29,729,l), -(29,0,l) -); -} -); -width = 473; -}, -{ -anchors = ( -{ -name = bottom; -pos = (193,0); -}, -{ -name = top; -pos = (193,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(97,711,l), -(84,701,l), -(181,701,ls), -(264,701,o), -(317,651,o), -(317,522,cs), -(317,391,o), -(263,343,o), -(181,343,cs), -(90,343,l), -(90,315,l), -(183,315,ls), -(301,315,o), -(350,398,o), -(350,522,cs), -(350,646,o), -(300,729,o), -(183,729,cs), -(66,729,l), -(66,0,l) -); -} -); -width = 370; -}, -{ -anchors = ( -{ -name = bottom; -pos = (350,0); -}, -{ -name = top; -pos = (350,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,710,l), -(92,692,l), -(412,692,ls), -(554,692,o), -(629,623,o), -(629,509,cs), -(629,398,o), -(555,325,o), -(412,325,cs), -(101,325,l), -(101,289,l), -(414,289,ls), -(573,289,o), -(669,375,o), -(669,509,cs), -(669,649,o), -(574,729,o), -(415,729,cs), -(72,729,l), -(72,0,l) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = bottom; -pos = (373,0); -}, -{ -name = top; -pos = (373,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,237,l), -(415,237,ls), -(657,237,o), -(737,334,o), -(737,483,cs), -(737,665,o), -(621,729,o), -(415,729,cs), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(276,550,l), -(398,550,ls), -(455,550,o), -(499,535,o), -(499,475,cs), -(499,426,o), -(472,399,o), -(398,399,cs), -(276,399,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,599,l), -(231,554,l), -(409,554,ls), -(462,554,o), -(503,538,o), -(503,476,cs), -(503,425,o), -(477,397,o), -(409,397,cs), -(260,397,l), -(260,239,l), -(434,239,ls), -(613,239,o), -(733,308,o), -(733,484,cs), -(733,631,o), -(649,729,o), -(434,729,cs), -(47,729,l), -(47,0,l) -); -} -); -width = 740; -}, -{ -anchors = ( -{ -name = bottom; -pos = (165,0); -}, -{ -name = top; -pos = (165,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,0,l), -(73,711,l), -(60,701,l), -(145,701,ls), -(226,701,o), -(273,651,o), -(273,522,cs), -(273,391,o), -(225,343,o), -(145,343,cs), -(66,343,l), -(66,315,l), -(147,315,ls), -(263,315,o), -(306,398,o), -(306,522,cs), -(306,646,o), -(262,729,o), -(147,729,cs), -(42,729,l), -(42,0,l) -); -} -); -width = 313; -}, -{ -anchors = ( -{ -name = bottom; -pos = (224,0); -}, -{ -name = top; -pos = (224,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(232,0,l), -(232,231,l), -(350,231,ls), -(540,231,o), -(630,331,o), -(630,480,cs), -(630,649,o), -(522,729,o), -(360,729,cs), -(29,729,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(232,550,l), -(336,550,ls), -(392,550,o), -(418,526,o), -(418,472,cs), -(418,423,o), -(396,394,o), -(336,394,cs), -(232,394,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(197,0,l), -(197,594,l), -(173,572,l), -(213,572,ls), -(250,572,o), -(267,550,o), -(267,476,cs), -(267,414,o), -(259,375,o), -(213,375,cs), -(181,375,l), -(181,218,l), -(219,218,ls), -(374,218,o), -(452,302,o), -(452,474,cs), -(452,644,o), -(374,729,o), -(219,729,cs), -(18,729,l), -(18,0,l) -); -} -); -width = 456; -}, -{ -anchors = ( -{ -name = bottom; -pos = (290,0); -}, -{ -name = top; -pos = (290,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,0,l), -(108,704,l), -(94,692,l), -(334,692,ls), -(467,692,o), -(542,623,o), -(542,509,cs), -(542,398,o), -(468,325,o), -(334,325,cs), -(99,325,l), -(99,289,l), -(336,289,ls), -(486,289,o), -(582,375,o), -(582,509,cs), -(582,649,o), -(487,729,o), -(337,729,cs), -(70,729,l), -(70,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 607; -}, -{ -anchors = ( -{ -name = bottom; -pos = (305,0); -}, -{ -name = top; -pos = (305,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(262,0,l), -(262,583,l), -(240,559,l), -(354,559,ls), -(397,559,o), -(451,549,o), -(451,474,cs), -(451,396,o), -(397,387,o), -(354,387,cs), -(246,387,l), -(246,232,l), -(390,232,ls), -(561,232,o), -(657,334,o), -(657,482,cs), -(657,639,o), -(551,729,o), -(390,729,cs), -(59,729,l), -(59,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,0,l), -(233,581,l), -(211,559,l), -(324,559,ls), -(378,559,o), -(418,538,o), -(418,475,cs), -(418,425,o), -(391,387,o), -(324,387,cs), -(217,387,l), -(217,232,l), -(341,232,ls), -(513,232,o), -(628,322,o), -(628,482,cs), -(628,630,o), -(536,729,o), -(341,729,cs), -(30,729,l), -(30,0,l) -); -} -); -width = 628; -}, -{ -anchors = ( -{ -name = bottom; -pos = (340,0); -}, -{ -name = top; -pos = (340,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(100,710,l), -(82,692,l), -(402,692,ls), -(544,692,o), -(619,623,o), -(619,509,cs), -(619,398,o), -(545,325,o), -(402,325,cs), -(91,325,l), -(91,289,l), -(404,289,ls), -(563,289,o), -(659,375,o), -(659,509,cs), -(659,649,o), -(564,729,o), -(405,729,cs), -(62,729,l), -(62,0,l) -); -} -); -width = 678; -}, -{ -anchors = ( -{ -name = bottom; -pos = (358,0); -}, -{ -name = top; -pos = (358,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,237,l), -(415,237,ls), -(657,237,o), -(737,334,o), -(737,483,cs), -(737,665,o), -(621,729,o), -(415,729,cs), -(47,729,l), -(47,0,l) -); -}, -{ -closed = 1; -nodes = ( -(276,550,l), -(398,550,ls), -(455,550,o), -(499,535,o), -(499,475,cs), -(499,426,o), -(472,399,o), -(398,399,cs), -(276,399,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,0,l), -(261,599,l), -(216,554,l), -(394,554,ls), -(447,554,o), -(488,538,o), -(488,476,cs), -(488,425,o), -(462,397,o), -(394,397,cs), -(245,397,l), -(245,239,l), -(419,239,ls), -(598,239,o), -(718,308,o), -(718,484,cs), -(718,631,o), -(634,729,o), -(419,729,cs), -(32,729,l), -(32,0,l) -); -} -); -width = 715; -}, -{ -anchors = ( -{ -name = bottom; -pos = (331,0); -}, -{ -name = top; -pos = (331,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(143,0,l), -(143,705,l), -(129,693,l), -(372,693,ls), -(499,693,o), -(568,629,o), -(568,511,cs), -(568,399,o), -(499,338,o), -(372,338,cs), -(134,338,l), -(134,302,l), -(374,302,ls), -(521,302,o), -(608,380,o), -(608,511,cs), -(608,648,o), -(522,729,o), -(375,729,cs), -(105,729,l), -(105,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 652; -}, -{ -anchors = ( -{ -name = bottom; -pos = (345,0); -}, -{ -name = top; -pos = (345,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(262,0,l), -(262,583,l), -(240,559,l), -(354,559,ls), -(397,559,o), -(451,549,o), -(451,474,cs), -(451,396,o), -(397,387,o), -(354,387,cs), -(246,387,l), -(246,232,l), -(390,232,ls), -(561,232,o), -(657,334,o), -(657,482,cs), -(657,639,o), -(551,729,o), -(390,729,cs), -(59,729,l), -(59,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(258,0,l), -(258,581,l), -(237,559,l), -(382,559,ls), -(443,559,o), -(475,530,o), -(475,478,cs), -(475,423,o), -(443,393,o), -(382,393,cs), -(243,393,l), -(243,234,l), -(421,234,ls), -(585,234,o), -(679,322,o), -(679,483,cs), -(679,642,o), -(585,729,o), -(421,729,cs), -(57,729,l), -(57,0,l) -); -} -); -width = 694; -}, -{ -anchors = ( -{ -name = bottom; -pos = (149,0); -}, -{ -name = top; -pos = (300,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(190,711,l), -(176,701,l), -(261,701,ls), -(353,701,o), -(396,645,o), -(367,510,cs), -(340,382,o), -(279,343,o), -(197,343,cs), -(107,343,l), -(101,315,l), -(193,315,ls), -(313,315,o), -(374,392,o), -(399,505,cs), -(426,632,o), -(395,729,o), -(269,729,cs), -(164,729,l), -(12,0,l) -); -} -); -width = 368; -}, -{ -anchors = ( -{ -name = bottom; -pos = (194,0); -}, -{ -name = top; -pos = (345,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,0,l), -(275,595,l), -(249,572,l), -(283,572,ls), -(311,572,o), -(326,558,o), -(325,522,cs), -(322,430,o), -(295,369,o), -(242,369,cs), -(211,369,l), -(179,212,l), -(226,212,ls), -(386,212,o), -(497,310,o), -(507,519,cs), -(512,645,o), -(451,729,o), -(313,729,cs), -(125,729,l), -(-27,0,l) -); -} -); -width = 475; -}, -{ -anchors = ( -{ -name = bottom; -pos = (264,0); -}, -{ -name = top; -pos = (415,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(223,702,l), -(210,692,l), -(440,692,ls), -(545,692,o), -(611,642,o), -(608,534,cs), -(603,403,o), -(516,325,o), -(363,325,cs), -(136,325,l), -(129,290,l), -(358,290,ls), -(531,290,o), -(642,384,o), -(647,536,cs), -(651,649,o), -(586,729,o), -(453,729,cs), -(191,729,l), -(40,0,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(224,702,l), -(210,693,l), -(428,693,ls), -(546,693,o), -(614,632,o), -(614,533,cs), -(614,401,o), -(519,322,o), -(363,322,cs), -(135,322,l), -(128,286,l), -(362,286,ls), -(540,286,o), -(653,380,o), -(653,532,cs), -(653,652,o), -(566,729,o), -(427,729,cs), -(191,729,l), -(40,0,l) -); -} -); -width = 646; -}, -{ -anchors = ( -{ -name = bottom; -pos = (281,0); -}, -{ -name = top; -pos = (432,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,l), -(323,569,l), -(305,552,l), -(415,552,ls), -(458,552,o), -(481,527,o), -(479,484,cs), -(477,428,o), -(442,393,o), -(380,393,cs), -(272,393,l), -(238,232,l), -(382,232,ls), -(556,232,o), -(681,336,o), -(687,506,cs), -(693,692,o), -(549,729,o), -(447,729,cs), -(154,729,l), -(3,0,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,l), -(324,573,l), -(308,559,l), -(393,559,ls), -(444,559,o), -(480,536,o), -(480,487,cs), -(480,425,o), -(434,387,o), -(364,387,cs), -(270,387,l), -(238,232,l), -(382,232,ls), -(556,232,o), -(681,336,o), -(686,498,cs), -(691,637,o), -(607,729,o), -(421,729,cs), -(154,729,l), -(3,0,l) -); -} -); -width = 665; -}, -{ -anchors = ( -{ -name = bottom; -pos = (304,0); -}, -{ -name = top; -pos = (455,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(203,705,l), -(186,692,l), -(481,692,ls), -(606,692,o), -(682,647,o), -(678,537,cs), -(673,401,o), -(589,326,o), -(430,326,cs), -(114,326,l), -(107,290,l), -(425,290,ls), -(605,290,o), -(712,381,o), -(718,540,cs), -(722,656,o), -(646,729,o), -(492,729,cs), -(169,729,l), -(18,0,l) -); -} -); -width = 693; -}, -{ -anchors = ( -{ -name = bottom; -pos = (325,0); -}, -{ -name = top; -pos = (476,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(218,0,l), -(338,574,l), -(316,556,l), -(457,556,ls), -(516,556,o), -(545,538,o), -(544,489,cs), -(542,426,o), -(504,398,o), -(428,398,cs), -(285,398,l), -(253,241,l), -(452,241,ls), -(640,241,o), -(768,327,o), -(774,511,cs), -(779,642,o), -(706,729,o), -(510,729,cs), -(142,729,l), -(-9,0,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,0,l), -(338,574,l), -(316,556,l), -(457,556,ls), -(516,556,o), -(545,538,o), -(544,489,cs), -(542,426,o), -(504,398,o), -(428,398,cs), -(285,398,l), -(253,241,l), -(452,241,ls), -(633,241,o), -(768,327,o), -(774,506,cs), -(779,642,o), -(696,729,o), -(510,729,cs), -(142,729,l), -(-9,0,l) -); -} -); -width = 737; -} -); -metricLeft = H; -unicode = 80; -userData = { -KernOnName = P; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Q_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Q_.glyph deleted file mode 100644 index 109b9621..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Q_.glyph +++ /dev/null @@ -1,422 +0,0 @@ -{ -color = 7; -glyphname = Q; -kernLeft = KO_O; -kernRight = KO_Q; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (163,0); -ref = _tail.Q; -} -); -width = 521; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (174,0); -ref = _tail.Q; -} -); -width = 432; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (379,0); -ref = _tail.Q; -} -); -width = 863; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (365,0); -ref = _tail.Q; -} -); -width = 916; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (162,0); -ref = _tail.Q; -} -); -width = 392; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (166,0); -ref = _tail.Q; -} -); -width = 501; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (368,0); -ref = _tail.Q; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 784; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (329,0); -ref = _tail.Q; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; -}; -width = 794; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (391,0); -ref = _tail.Q; -} -); -width = 843; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (379,0); -ref = _tail.Q; -} -); -width = 886; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (366,0); -ref = _tail.Q; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 813; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (336,0); -ref = _tail.Q; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = O; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = O; -}; -width = 842; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (132,0); -ref = _tail.Q; -} -); -width = 434; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (124,0); -ref = _tail.Q; -} -); -width = 523; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (319,0); -ref = _tail.Q; -} -); -width = 807; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (302,0); -ref = _tail.Q; -} -); -width = 858; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (360,-9); -ref = _tail.Q; -} -); -width = 892; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -pos = (345,0); -ref = _tail.Q; -} -); -width = 955; -} -); -metricLeft = O; -unicode = 81; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/R_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/R_.glyph deleted file mode 100644 index 6a086529..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/R_.glyph +++ /dev/null @@ -1,1911 +0,0 @@ -{ -glyphname = R; -kernLeft = KO_H; -kernRight = KO_R; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (238,0); -}, -{ -name = top; -pos = (217,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(208,0,l), -(208,248,l), -(233,248,ls), -(267,248,o), -(268,206,o), -(268,171,cs), -(268,63,ls), -(268,50,o), -(270,20,o), -(276,0,c), -(457,0,l), -(453,21,o), -(450,43,o), -(450,74,cs), -(450,191,ls), -(450,263,o), -(433,328,o), -(377,338,c), -(377,345,l), -(428,363,o), -(461,422,o), -(461,517,cs), -(461,680,o), -(368,729,o), -(230,729,cs), -(29,729,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(208,572,l), -(220,572,ls), -(263,572,o), -(281,548,o), -(281,480,cs), -(281,421,o), -(270,388,o), -(221,388,cs), -(208,388,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,0,l), -(208,572,l), -(220,572,ls), -(263,572,o), -(281,548,o), -(281,480,cs), -(281,421,o), -(270,388,o), -(221,388,cs), -(192,388,l), -(192,248,l), -(233,248,ls), -(260,248,o), -(268,233,o), -(268,171,cs), -(268,63,ls), -(268,50,o), -(270,20,o), -(276,0,c), -(457,0,l), -(453,21,o), -(450,43,o), -(450,74,cs), -(450,191,ls), -(450,264,o), -(433,329,o), -(355,338,c), -(355,345,l), -(427,362,o), -(461,421,o), -(461,517,cs), -(461,680,o), -(368,729,o), -(230,729,cs), -(29,729,l), -(29,0,l) -); -} -); -width = 477; -}, -{ -anchors = ( -{ -name = bottom; -pos = (195,0); -}, -{ -name = top; -pos = (195,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(97,701,l), -(196,701,ls), -(299,701,o), -(328,634,o), -(328,537,cs), -(328,441,o), -(292,370,o), -(203,370,cs), -(90,370,l), -(90,341,l), -(233,341,ls), -(283,341,o), -(318,316,o), -(318,212,cs), -(318,78,ls), -(318,48,o), -(318,24,o), -(326,0,c), -(356,0,l), -(349,26,o), -(349,50,o), -(349,73,cs), -(349,208,ls), -(349,307,o), -(321,346,o), -(270,358,c), -(270,362,l), -(332,386,o), -(361,452,o), -(361,535,cs), -(361,668,o), -(306,729,o), -(199,729,cs), -(66,729,l), -(66,0,l) -); -} -); -width = 406; -}, -{ -anchors = ( -{ -name = bottom; -pos = (359,0); -}, -{ -name = top; -pos = (335,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,693,l), -(463,693,ls), -(575,693,o), -(649,645,o), -(649,536,cs), -(649,439,o), -(596,371,o), -(463,371,cs), -(101,371,l), -(101,336,l), -(477,336,ls), -(603,336,o), -(634,291,o), -(634,200,cs), -(634,77,ls), -(634,45,o), -(635,22,o), -(645,0,c), -(683,0,l), -(672,26,o), -(672,50,o), -(672,73,cs), -(672,207,ls), -(672,291,o), -(643,341,o), -(557,354,c), -(557,361,l), -(645,386,o), -(688,450,o), -(688,540,cs), -(688,660,o), -(609,729,o), -(467,729,cs), -(72,729,l), -(72,0,l) -); -} -); -width = 735; -}, -{ -anchors = ( -{ -name = bottom; -pos = (400,0); -}, -{ -name = top; -pos = (376,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,558,l), -(444,558,ls), -(510,558,o), -(555,542,o), -(555,485,cs), -(555,437,o), -(531,405,o), -(444,405,cs), -(260,405,l), -(260,243,l), -(446,243,ls), -(515,243,o), -(539,222,o), -(539,164,cs), -(539,73,ls), -(539,46,o), -(539,21,o), -(544,0,c), -(776,0,l), -(769,26,o), -(768,46,o), -(768,76,cs), -(768,199,ls), -(768,278,o), -(724,320,o), -(653,332,c), -(653,338,l), -(737,357,o), -(787,428,o), -(787,510,cs), -(787,679,o), -(651,729,o), -(491,729,cs), -(47,729,l), -(47,0,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,558,l), -(444,558,ls), -(510,558,o), -(555,542,o), -(555,485,cs), -(555,437,o), -(531,405,o), -(444,405,cs), -(260,405,l), -(260,243,l), -(446,243,ls), -(515,243,o), -(539,222,o), -(539,164,cs), -(539,73,ls), -(539,46,o), -(539,21,o), -(544,0,c), -(776,0,l), -(769,26,o), -(768,46,o), -(768,76,cs), -(768,199,ls), -(768,278,o), -(724,320,o), -(653,332,c), -(653,338,l), -(731,360,o), -(787,425,o), -(787,520,cs), -(787,645,o), -(709,729,o), -(521,729,cs), -(47,729,l), -(47,0,l) -); -} -); -width = 807; -}, -{ -anchors = ( -{ -name = bottom; -pos = (164,0); -}, -{ -name = top; -pos = (164,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,0,l), -(73,701,l), -(149,701,ls), -(238,701,o), -(274,649,o), -(274,539,cs), -(274,444,o), -(244,376,o), -(157,376,cs), -(66,376,l), -(66,347,l), -(187,347,ls), -(245,347,o), -(267,306,o), -(267,218,cs), -(267,78,ls), -(267,48,o), -(267,24,o), -(275,0,c), -(305,0,l), -(298,26,o), -(298,50,o), -(298,73,cs), -(298,214,ls), -(298,305,o), -(279,351,o), -(218,365,c), -(218,366,l), -(282,389,o), -(307,444,o), -(307,537,cs), -(307,666,o), -(260,729,o), -(152,729,cs), -(42,729,l), -(42,0,l) -); -} -); -width = 340; -}, -{ -anchors = ( -{ -name = bottom; -pos = (227,0); -}, -{ -name = top; -pos = (206,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(208,0,l), -(208,248,l), -(233,248,ls), -(267,248,o), -(268,206,o), -(268,171,cs), -(268,63,ls), -(268,50,o), -(270,20,o), -(276,0,c), -(457,0,l), -(453,21,o), -(450,43,o), -(450,74,cs), -(450,191,ls), -(450,263,o), -(433,328,o), -(377,338,c), -(377,345,l), -(428,363,o), -(461,422,o), -(461,517,cs), -(461,680,o), -(368,729,o), -(230,729,cs), -(29,729,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(208,572,l), -(220,572,ls), -(263,572,o), -(281,548,o), -(281,480,cs), -(281,421,o), -(270,388,o), -(221,388,cs), -(208,388,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(197,0,l), -(197,572,l), -(209,572,ls), -(252,572,o), -(270,548,o), -(270,482,cs), -(270,420,o), -(252,394,o), -(210,394,cs), -(181,394,l), -(181,237,l), -(220,237,ls), -(247,237,o), -(257,222,o), -(257,155,cs), -(257,65,ls), -(257,38,o), -(260,15,o), -(265,0,c), -(446,0,l), -(441,24,o), -(439,50,o), -(439,79,cs), -(439,206,ls), -(439,295,o), -(406,346,o), -(340,356,c), -(340,357,l), -(413,377,o), -(450,431,o), -(450,519,cs), -(450,663,o), -(378,729,o), -(219,729,cs), -(18,729,l), -(18,0,l) -); -} -); -width = 457; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = top; -pos = (306,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(132,0,l), -(132,336,l), -(414,336,ls), -(540,336,o), -(571,291,o), -(571,200,cs), -(571,77,ls), -(571,45,o), -(572,22,o), -(582,0,c), -(621,0,l), -(610,26,o), -(610,50,o), -(610,73,cs), -(610,207,ls), -(610,291,o), -(580,341,o), -(494,354,c), -(494,361,l), -(582,386,o), -(625,450,o), -(625,540,cs), -(625,660,o), -(546,729,o), -(404,729,cs), -(94,729,l), -(94,0,l) -); -}, -{ -closed = 1; -nodes = ( -(132,693,l), -(400,693,ls), -(512,693,o), -(586,645,o), -(586,536,cs), -(586,439,o), -(533,371,o), -(400,371,cs), -(132,371,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,0,l), -(108,693,l), -(376,693,ls), -(488,693,o), -(562,645,o), -(562,536,cs), -(562,429,o), -(496,371,o), -(376,371,cs), -(99,371,l), -(99,336,l), -(390,336,ls), -(503,336,o), -(547,293,o), -(547,200,cs), -(547,90,ls), -(547,46,o), -(551,16,o), -(558,0,c), -(597,0,l), -(590,17,o), -(586,46,o), -(586,86,cs), -(586,207,ls), -(586,295,o), -(547,343,o), -(464,357,c), -(464,358,l), -(557,385,o), -(601,443,o), -(601,540,cs), -(601,660,o), -(522,729,o), -(380,729,cs), -(70,729,l), -(70,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -25 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -21 -); -type = Stem; -} -); -}; -width = 649; -}, -{ -anchors = ( -{ -name = bottom; -pos = (335,0); -}, -{ -name = top; -pos = (321,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(262,0,l), -(262,246,l), -(392,246,ls), -(465,246,o), -(485,215,o), -(485,166,cs), -(485,86,ls), -(485,48,o), -(489,16,o), -(497,0,c), -(701,0,l), -(688,29,o), -(688,59,o), -(688,87,cs), -(688,201,ls), -(688,281,o), -(651,323,o), -(582,338,c), -(582,345,l), -(657,362,o), -(707,430,o), -(707,514,cs), -(707,653,o), -(621,729,o), -(439,729,cs), -(59,729,l), -(59,0,l) -); -}, -{ -closed = 1; -nodes = ( -(262,563,l), -(409,563,ls), -(461,563,o), -(499,544,o), -(499,486,cs), -(499,440,o), -(474,405,o), -(409,405,cs), -(262,405,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,0,l), -(233,563,l), -(376,563,ls), -(428,563,o), -(466,544,o), -(466,486,cs), -(466,440,o), -(441,405,o), -(376,405,cs), -(217,405,l), -(217,240,l), -(363,240,ls), -(436,240,o), -(456,209,o), -(456,160,cs), -(456,86,ls), -(456,48,o), -(460,16,o), -(468,0,c), -(672,0,l), -(659,29,o), -(659,59,o), -(659,87,cs), -(659,201,ls), -(659,282,o), -(622,326,o), -(531,344,c), -(531,345,l), -(620,369,o), -(674,434,o), -(674,524,cs), -(674,663,o), -(575,729,o), -(426,729,cs), -(30,729,l), -(30,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 683; -}, -{ -anchors = ( -{ -name = bottom; -pos = (349,0); -}, -{ -name = top; -pos = (325,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(100,693,l), -(453,693,ls), -(565,693,o), -(639,645,o), -(639,536,cs), -(639,439,o), -(586,371,o), -(453,371,cs), -(91,371,l), -(91,336,l), -(467,336,ls), -(593,336,o), -(624,291,o), -(624,200,cs), -(624,77,ls), -(624,45,o), -(625,22,o), -(635,0,c), -(673,0,l), -(662,26,o), -(662,50,o), -(662,73,cs), -(662,207,ls), -(662,291,o), -(633,341,o), -(537,357,c), -(537,358,l), -(635,386,o), -(678,450,o), -(678,540,cs), -(678,660,o), -(599,729,o), -(457,729,cs), -(62,729,l), -(62,0,l) -); -} -); -width = 715; -}, -{ -anchors = ( -{ -name = bottom; -pos = (385,0); -}, -{ -name = top; -pos = (361,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,558,l), -(444,558,ls), -(510,558,o), -(555,542,o), -(555,485,cs), -(555,437,o), -(531,405,o), -(444,405,cs), -(260,405,l), -(260,243,l), -(446,243,ls), -(515,243,o), -(539,222,o), -(539,164,cs), -(539,73,ls), -(539,46,o), -(539,21,o), -(544,0,c), -(776,0,l), -(769,26,o), -(768,46,o), -(768,76,cs), -(768,199,ls), -(768,278,o), -(724,320,o), -(653,332,c), -(653,338,l), -(737,357,o), -(787,428,o), -(787,510,cs), -(787,679,o), -(651,729,o), -(491,729,cs), -(47,729,l), -(47,0,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,0,l), -(261,558,l), -(429,558,ls), -(495,558,o), -(540,542,o), -(540,485,cs), -(540,437,o), -(516,405,o), -(429,405,cs), -(245,405,l), -(245,234,l), -(431,234,ls), -(500,234,o), -(524,213,o), -(524,155,cs), -(524,73,ls), -(524,46,o), -(524,21,o), -(529,0,c), -(761,0,l), -(754,26,o), -(753,46,o), -(753,76,cs), -(753,199,ls), -(753,278,o), -(709,320,o), -(632,335,c), -(632,336,l), -(716,360,o), -(772,425,o), -(772,520,cs), -(772,645,o), -(694,729,o), -(506,729,cs), -(32,729,l), -(32,0,l) -); -} -); -width = 777; -}, -{ -anchors = ( -{ -name = bottom; -pos = (347,0); -}, -{ -name = top; -pos = (337,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(142,0,l), -(142,336,l), -(424,336,ls), -(550,336,o), -(581,291,o), -(581,200,cs), -(581,77,ls), -(581,45,o), -(582,22,o), -(592,0,c), -(631,0,l), -(620,26,o), -(620,50,o), -(620,73,cs), -(620,207,ls), -(620,291,o), -(590,341,o), -(504,354,c), -(504,361,l), -(592,386,o), -(635,450,o), -(635,540,cs), -(635,660,o), -(556,729,o), -(414,729,cs), -(104,729,l), -(104,0,l) -); -}, -{ -closed = 1; -nodes = ( -(142,693,l), -(410,693,ls), -(522,693,o), -(596,645,o), -(596,536,cs), -(596,439,o), -(543,371,o), -(410,371,cs), -(142,371,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(143,0,l), -(143,693,l), -(400,693,ls), -(510,693,o), -(582,645,o), -(582,536,cs), -(582,439,o), -(531,371,o), -(400,371,cs), -(134,371,l), -(134,336,l), -(414,336,ls), -(538,336,o), -(567,291,o), -(567,200,cs), -(567,77,ls), -(567,45,o), -(568,22,o), -(578,0,c), -(617,0,l), -(606,26,o), -(606,50,o), -(606,73,cs), -(606,207,ls), -(606,291,o), -(576,341,o), -(492,355,c), -(492,360,l), -(578,385,o), -(621,449,o), -(621,540,cs), -(621,660,o), -(543,729,o), -(404,729,cs), -(105,729,l), -(105,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -25 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -21 -); -type = Stem; -} -); -}; -width = 689; -}, -{ -anchors = ( -{ -name = bottom; -pos = (365,0); -}, -{ -name = top; -pos = (351,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(267,0,l), -(267,246,l), -(397,246,ls), -(470,246,o), -(490,215,o), -(490,166,cs), -(490,86,ls), -(490,48,o), -(494,16,o), -(502,0,c), -(706,0,l), -(693,29,o), -(693,59,o), -(693,87,cs), -(693,201,ls), -(693,281,o), -(656,323,o), -(587,338,c), -(587,345,l), -(662,362,o), -(712,430,o), -(712,514,cs), -(712,653,o), -(626,729,o), -(444,729,cs), -(64,729,l), -(64,0,l) -); -}, -{ -closed = 1; -nodes = ( -(267,563,l), -(414,563,ls), -(466,563,o), -(504,544,o), -(504,486,cs), -(504,440,o), -(479,405,o), -(414,405,cs), -(267,405,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(263,0,l), -(263,563,l), -(400,563,ls), -(449,563,o), -(485,544,o), -(485,486,cs), -(485,440,o), -(461,405,o), -(400,405,cs), -(248,405,l), -(248,246,l), -(382,246,ls), -(451,246,o), -(470,215,o), -(470,166,cs), -(470,86,ls), -(470,49,o), -(474,16,o), -(482,0,c), -(684,0,l), -(671,29,o), -(671,59,o), -(671,87,cs), -(671,201,ls), -(671,285,o), -(636,325,o), -(560,341,c), -(560,353,l), -(639,373,o), -(691,437,o), -(691,524,cs), -(691,663,o), -(594,729,o), -(449,729,cs), -(62,729,l), -(62,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -}; -width = 737; -}, -{ -anchors = ( -{ -name = bottom; -pos = (157,0); -}, -{ -name = top; -pos = (262,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(114,341,l), -(249,341,ls), -(307,341,o), -(321,292,o), -(303,205,cs), -(276,71,ls), -(270,43,o), -(266,12,o), -(267,0,c), -(296,0,l), -(297,21,o), -(300,41,o), -(304,63,cs), -(334,198,ls), -(352,282,o), -(341,333,o), -(295,351,c), -(296,358,l), -(368,384,o), -(417,473,o), -(420,577,cs), -(423,668,o), -(380,729,o), -(284,729,cs), -(163,729,l), -(12,0,l) -); -}, -{ -closed = 1; -nodes = ( -(187,701,l), -(275,701,ls), -(345,701,o), -(392,666,o), -(389,577,cs), -(384,453,o), -(320,370,o), -(228,370,cs), -(120,370,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(188,701,l), -(275,701,ls), -(407,701,o), -(395,576,o), -(382,521,cs), -(363,429,o), -(305,370,o), -(228,370,cs), -(113,370,l), -(107,341,l), -(249,341,ls), -(307,341,o), -(321,292,o), -(303,205,cs), -(276,71,ls), -(270,43,o), -(266,12,o), -(267,0,c), -(296,0,l), -(297,21,o), -(299,41,o), -(304,63,cs), -(334,198,ls), -(353,283,o), -(341,334,o), -(287,354,c), -(288,359,l), -(352,378,o), -(397,441,o), -(414,520,cs), -(425,568,o), -(442,729,o), -(284,729,cs), -(163,729,l), -(12,0,l) -); -} -); -width = 402; -}, -{ -anchors = ( -{ -name = bottom; -pos = (192,0); -}, -{ -name = top; -pos = (291,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(151,0,l), -(202,248,l), -(226,248,ls), -(258,248,o), -(254,211,o), -(246,171,cs), -(223,63,ls), -(218,42,o), -(217,18,o), -(218,0,c), -(397,0,l), -(398,13,o), -(400,46,o), -(406,73,cs), -(430,190,ls), -(447,268,o), -(442,316,o), -(388,336,c), -(389,343,l), -(462,370,o), -(511,456,o), -(515,557,cs), -(518,659,o), -(464,729,o), -(323,729,cs), -(125,729,l), -(-27,0,l) -); -}, -{ -closed = 1; -nodes = ( -(270,572,l), -(281,572,ls), -(311,572,o), -(330,559,o), -(329,519,cs), -(326,440,o), -(294,388,o), -(252,388,cs), -(232,388,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,0,l), -(270,572,l), -(281,572,ls), -(343,572,o), -(331,507,o), -(324,475,cs), -(313,421,o), -(286,388,o), -(252,388,cs), -(216,388,l), -(186,248,l), -(226,248,ls), -(249,248,o), -(259,233,o), -(246,171,cs), -(223,63,ls), -(219,42,o), -(217,18,o), -(218,0,c), -(397,0,l), -(397,13,o), -(400,46,o), -(406,73,cs), -(430,190,ls), -(446,269,o), -(431,317,o), -(370,340,c), -(371,347,l), -(438,362,o), -(492,417,o), -(509,500,cs), -(526,582,o), -(518,729,o), -(323,729,cs), -(125,729,l), -(-27,0,l) -); -} -); -width = 475; -}, -{ -anchors = ( -{ -name = bottom; -pos = (289,0); -}, -{ -name = top; -pos = (411,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(147,335,l), -(448,335,ls), -(523,335,o), -(567,308,o), -(545,200,cs), -(520,80,ls), -(510,33,o), -(509,20,o), -(514,0,c), -(552,0,l), -(546,27,o), -(550,51,o), -(555,74,cs), -(583,207,ls), -(602,295,o), -(568,337,o), -(512,354,c), -(514,361,l), -(607,380,o), -(668,452,o), -(672,548,cs), -(675,657,o), -(608,729,o), -(475,729,cs), -(191,729,l), -(40,0,l) -); -}, -{ -closed = 1; -nodes = ( -(221,693,l), -(462,693,ls), -(585,693,o), -(635,634,o), -(632,546,cs), -(628,438,o), -(553,371,o), -(436,371,cs), -(154,371,l) -); -} -); -}; -guides = ( -{ -angle = 78.2614; -pos = (562,74); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(221,693,l), -(462,693,ls), -(640,693,o), -(642,566,o), -(627,509,cs), -(609,424,o), -(539,371,o), -(436,371,cs), -(145,371,l), -(138,336,l), -(457,336,ls), -(526,336,o), -(573,301,o), -(550,190,cs), -(527,80,ls), -(519,41,o), -(514,16,o), -(518,0,c), -(556,0,l), -(552,14,o), -(553,31,o), -(562,74,cs), -(587,192,ls), -(605,277,o), -(581,331,o), -(511,354,c), -(512,359,l), -(593,378,o), -(651,433,o), -(667,512,cs), -(683,583,o), -(668,729,o), -(475,729,cs), -(191,729,l), -(40,0,l) -); -} -); -width = 681; -}, -{ -anchors = ( -{ -name = bottom; -pos = (314,0); -}, -{ -name = top; -pos = (432,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(254,246,l), -(387,246,ls), -(436,246,o), -(463,228,o), -(449,161,cs), -(428,59,ls), -(423,36,o), -(421,16,o), -(422,0,c), -(625,0,l), -(621,15,o), -(621,26,o), -(630,69,cs), -(654,186,ls), -(668,257,o), -(647,302,o), -(579,327,c), -(580,334,l), -(680,360,o), -(740,435,o), -(740,534,cs), -(740,657,o), -(651,729,o), -(491,729,cs), -(154,729,l), -(3,0,l) -); -}, -{ -closed = 1; -nodes = ( -(321,569,l), -(452,569,ls), -(501,569,o), -(534,547,o), -(534,500,cs), -(534,441,o), -(491,405,o), -(424,405,cs), -(287,405,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(321,569,l), -(452,569,ls), -(531,569,o), -(540,514,o), -(531,478,cs), -(522,432,o), -(482,405,o), -(424,405,cs), -(271,405,l), -(238,246,l), -(387,246,ls), -(436,246,o), -(463,228,o), -(449,161,cs), -(428,59,ls), -(423,36,o), -(421,16,o), -(422,0,c), -(625,0,l), -(621,15,o), -(621,26,o), -(630,69,cs), -(654,186,ls), -(668,257,o), -(647,302,o), -(579,327,c), -(580,334,l), -(664,356,o), -(720,412,o), -(736,488,cs), -(756,574,o), -(725,729,o), -(491,729,cs), -(154,729,l), -(3,0,l) -); -} -); -width = 722; -}, -{ -anchors = ( -{ -name = bottom; -pos = (320,0); -}, -{ -name = top; -pos = (409,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(200,693,l), -(502,693,ls), -(628,693,o), -(705,651,o), -(701,551,cs), -(701,536,o), -(699,523,o), -(696,511,cs), -(678,421,o), -(607,371,o), -(493,371,cs), -(124,371,l), -(117,336,l), -(492,336,ls), -(611,336,o), -(632,292,o), -(610,183,cs), -(589,77,ls), -(582,40,o), -(580,17,o), -(583,0,c), -(622,0,l), -(618,18,o), -(617,35,o), -(625,73,cs), -(650,190,ls), -(671,288,o), -(640,333,o), -(574,351,c), -(575,358,l), -(662,374,o), -(719,430,o), -(736,512,cs), -(739,524,o), -(740,539,o), -(741,554,cs), -(745,660,o), -(677,729,o), -(515,729,cs), -(169,729,l), -(18,0,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(200,693,l), -(511,693,ls), -(635,693,o), -(726,640,o), -(696,511,cs), -(678,421,o), -(607,371,o), -(493,371,cs), -(124,371,l), -(117,336,l), -(492,336,ls), -(611,336,o), -(632,292,o), -(610,183,cs), -(589,77,ls), -(582,40,o), -(580,17,o), -(583,0,c), -(622,0,l), -(618,18,o), -(617,35,o), -(625,73,cs), -(650,190,ls), -(671,288,o), -(640,333,o), -(574,351,c), -(575,358,l), -(662,374,o), -(719,430,o), -(736,512,cs), -(763,632,o), -(701,729,o), -(521,729,cs), -(169,729,l), -(18,0,l) -); -} -); -width = 728; -}, -{ -anchors = ( -{ -name = bottom; -pos = (359,0); -}, -{ -name = top; -pos = (455,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(219,0,l), -(335,558,l), -(510,558,ls), -(571,558,o), -(606,540,o), -(604,490,cs), -(602,432,o), -(562,405,o), -(481,405,cs), -(287,405,l), -(253,243,l), -(436,243,ls), -(502,243,o), -(524,214,o), -(512,160,cs), -(495,81,ls), -(487,43,o), -(485,22,o), -(488,0,c), -(717,0,l), -(715,23,o), -(716,41,o), -(724,81,cs), -(744,178,ls), -(760,257,o), -(737,308,o), -(661,324,c), -(663,331,l), -(769,357,o), -(831,432,o), -(834,530,cs), -(837,647,o), -(763,729,o), -(567,729,cs), -(142,729,l), -(-9,0,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(219,0,l), -(335,558,l), -(510,558,ls), -(574,558,o), -(615,535,o), -(602,473,cs), -(592,427,o), -(553,404,o), -(481,405,cs), -(287,405,l), -(253,243,l), -(436,243,ls), -(502,243,o), -(524,214,o), -(512,160,cs), -(495,81,ls), -(487,43,o), -(485,22,o), -(488,0,c), -(717,0,l), -(715,23,o), -(716,41,o), -(724,81,cs), -(744,178,ls), -(760,257,o), -(734,304,o), -(661,324,c), -(663,331,l), -(749,350,o), -(813,408,o), -(830,490,cs), -(847,568,o), -(833,729,o), -(582,729,cs), -(142,729,l), -(-9,0,l) -); -} -); -width = 802; -} -); -metricLeft = H; -unicode = 82; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/R_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/R_acute.glyph deleted file mode 100644 index 733cc86a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/R_acute.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Racute; -kernLeft = KO_H; -kernRight = KO_R; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = R; -}, -{ -pos = (139,57); -ref = acutecomb; -} -); -width = 406; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = R; -}, -{ -pos = (105,51); -ref = acutecomb; -} -); -width = 477; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = R; -}, -{ -pos = (277,57); -ref = acutecomb; -} -); -width = 735; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = R; -}, -{ -pos = (259,56); -ref = acutecomb; -} -); -width = 807; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = R; -}, -{ -pos = (128,57); -ref = acutecomb; -} -); -width = 340; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = R; -}, -{ -pos = (104,51); -ref = acutecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = R; -}, -{ -pos = (271,57); -ref = acutecomb; -} -); -width = 649; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = R; -}, -{ -pos = (230,51); -ref = acutecomb; -} -); -width = 683; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = R; -}, -{ -alignment = -1; -pos = (277,57); -ref = acutecomb; -} -); -width = 735; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = R; -}, -{ -alignment = -1; -pos = (254,56); -ref = acutecomb; -} -); -width = 807; -}, -{ -layerId = m019; -shapes = ( -{ -ref = R; -}, -{ -pos = (281,57); -ref = acutecomb; -} -); -width = 689; -}, -{ -layerId = m020; -shapes = ( -{ -ref = R; -}, -{ -pos = (241,51); -ref = acutecomb; -} -); -width = 737; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = R; -}, -{ -pos = (121,57); -ref = acutecomb; -} -); -width = 402; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = R; -}, -{ -pos = (96,51); -ref = acutecomb; -} -); -width = 475; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = R; -}, -{ -pos = (269,57); -ref = acutecomb; -} -); -width = 681; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = R; -}, -{ -pos = (237,51); -ref = acutecomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = R; -}, -{ -pos = (266,57); -ref = acutecomb; -} -); -width = 728; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = R; -}, -{ -pos = (255,56); -ref = acutecomb; -} -); -width = 802; -} -); -unicode = 340; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/R_caron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/R_caron.glyph deleted file mode 100644 index 1debb0d6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/R_caron.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Rcaron; -kernLeft = KO_H; -kernRight = KO_R; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = R; -}, -{ -pos = (66,57); -ref = caroncomb; -} -); -width = 406; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = R; -}, -{ -pos = (0,51); -ref = caroncomb; -} -); -width = 477; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = R; -}, -{ -pos = (156,57); -ref = caroncomb; -} -); -width = 735; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = R; -}, -{ -pos = (85,56); -ref = caroncomb; -} -); -width = 807; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = R; -}, -{ -pos = (55,57); -ref = caroncomb; -} -); -width = 340; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = R; -}, -{ -pos = (-1,51); -ref = caroncomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = R; -}, -{ -pos = (162,57); -ref = caroncomb; -} -); -width = 649; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = R; -}, -{ -pos = (95,51); -ref = caroncomb; -} -); -width = 683; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = R; -}, -{ -alignment = -1; -pos = (156,57); -ref = caroncomb; -} -); -width = 735; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = R; -}, -{ -alignment = -1; -pos = (80,56); -ref = caroncomb; -} -); -width = 807; -}, -{ -layerId = m019; -shapes = ( -{ -ref = R; -}, -{ -pos = (174,57); -ref = caroncomb; -} -); -width = 689; -}, -{ -layerId = m020; -shapes = ( -{ -ref = R; -}, -{ -pos = (112,51); -ref = caroncomb; -} -); -width = 737; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = R; -}, -{ -pos = (48,57); -ref = caroncomb; -} -); -width = 402; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = R; -}, -{ -pos = (-5,51); -ref = caroncomb; -} -); -width = 475; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = R; -}, -{ -pos = (160,57); -ref = caroncomb; -} -); -width = 681; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = R; -}, -{ -pos = (98,51); -ref = caroncomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = R; -}, -{ -pos = (143,57); -ref = caroncomb; -} -); -width = 728; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = R; -}, -{ -pos = (81,56); -ref = caroncomb; -} -); -width = 802; -} -); -unicode = 344; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/R_commaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/R_commaaccent.glyph deleted file mode 100644 index 7ba204fa..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/R_commaaccent.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Rcommaaccent; -kernLeft = KO_H; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = R; -}, -{ -pos = (98,0); -ref = commaaccentcomb; -} -); -width = 406; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = R; -}, -{ -pos = (56,0); -ref = commaaccentcomb; -} -); -width = 477; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = R; -}, -{ -pos = (258,0); -ref = commaaccentcomb; -} -); -width = 735; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = R; -}, -{ -pos = (216,0); -ref = commaaccentcomb; -} -); -width = 807; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = R; -}, -{ -pos = (87,0); -ref = commaaccentcomb; -} -); -width = 340; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = R; -}, -{ -pos = (55,0); -ref = commaaccentcomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = R; -}, -{ -pos = (231,0); -ref = commaaccentcomb; -} -); -width = 649; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = R; -}, -{ -pos = (186,0); -ref = commaaccentcomb; -} -); -width = 683; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = R; -}, -{ -alignment = -1; -pos = (258,0); -ref = commaaccentcomb; -} -); -width = 735; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = R; -}, -{ -alignment = -1; -pos = (211,0); -ref = commaaccentcomb; -} -); -width = 807; -}, -{ -layerId = m019; -shapes = ( -{ -ref = R; -}, -{ -pos = (240,0); -ref = commaaccentcomb; -} -); -width = 689; -}, -{ -layerId = m020; -shapes = ( -{ -ref = R; -}, -{ -pos = (202,0); -ref = commaaccentcomb; -} -); -width = 737; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = R; -}, -{ -pos = (114,0); -ref = commaaccentcomb; -} -); -width = 402; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = R; -}, -{ -pos = (68,0); -ref = commaaccentcomb; -} -); -width = 475; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = R; -}, -{ -pos = (237,0); -ref = commaaccentcomb; -} -); -width = 681; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = R; -}, -{ -pos = (199,0); -ref = commaaccentcomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = R; -}, -{ -pos = (272,0); -ref = commaaccentcomb; -} -); -width = 728; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = R; -}, -{ -pos = (236,0); -ref = commaaccentcomb; -} -); -width = 802; -} -); -unicode = 342; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/S_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/S_.glyph deleted file mode 100644 index f2f2fd2f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/S_.glyph +++ /dev/null @@ -1,1587 +0,0 @@ -{ -glyphname = S; -kernLeft = KO_S; -kernRight = KO_S; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (224,0); -}, -{ -name = top; -pos = (224,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(358,-10,o), -(446,50,o), -(446,206,cs), -(446,309,o), -(407,372,o), -(315,426,cs), -(268,455,ls), -(222,484,o), -(210,506,o), -(210,545,cs), -(210,576,o), -(216,594,o), -(238,594,cs), -(259,594,o), -(270,577,o), -(269,508,c), -(440,508,l), -(440,664,o), -(356,738,o), -(234,738,cs), -(104,738,o), -(17,678,o), -(17,522,cs), -(17,420,o), -(63,357,o), -(132,315,cs), -(183,284,ls), -(241,248,o), -(251,220,o), -(251,187,cs), -(251,155,o), -(245,137,o), -(221,137,cs), -(197,137,o), -(184,156,o), -(184,231,c), -(14,231,l), -(14,77,o), -(93,-10,o), -(227,-10,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(355,-10,o), -(434,58,o), -(434,202,cs), -(434,323,o), -(363,386,o), -(279,437,cs), -(216,475,o), -(194,494,o), -(194,548,cs), -(194,584,o), -(204,606,o), -(230,606,cs), -(260,606,o), -(271,580,o), -(270,511,c), -(428,511,l), -(428,675,o), -(350,738,o), -(221,738,cs), -(102,738,o), -(18,675,o), -(18,536,cs), -(18,408,o), -(89,349,o), -(159,307,cs), -(228,265,o), -(255,242,o), -(255,186,cs), -(255,148,o), -(246,125,o), -(217,125,cs), -(186,125,o), -(169,150,o), -(169,231,c), -(14,231,l), -(14,86,o), -(73,-10,o), -(223,-10,cs) -); -} -); -width = 448; -}, -{ -anchors = ( -{ -name = bottom; -pos = (195,0); -}, -{ -name = top; -pos = (184,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(284,-8,o), -(344,50,o), -(344,170,cs), -(344,301,o), -(279,340,o), -(207,379,cs), -(142,414,o), -(77,450,o), -(77,566,cs), -(77,650,o), -(106,706,o), -(182,706,cs), -(252,706,o), -(301,672,o), -(302,530,c), -(335,530,l), -(334,653,o), -(299,737,o), -(185,737,cs), -(101,737,o), -(45,682,o), -(45,567,cs), -(45,428,o), -(116,390,o), -(184,354,cs), -(255,316,o), -(311,280,o), -(311,172,cs), -(311,83,o), -(278,22,o), -(193,22,cs), -(115,22,o), -(63,72,o), -(63,225,c), -(29,225,l), -(32,85,o), -(73,-8,o), -(195,-8,cs) -); -} -); -width = 376; -}, -{ -anchors = ( -{ -name = bottom; -pos = (351,0); -}, -{ -name = top; -pos = (332,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(548,-8,o), -(649,69,o), -(649,192,cs), -(649,356,o), -(506,377,o), -(349,398,cs), -(193,419,o), -(91,434,o), -(91,552,cs), -(91,645,o), -(180,703,o), -(332,703,cs), -(483,703,o), -(575,646,o), -(580,529,c), -(620,529,l), -(616,654,o), -(520,737,o), -(334,737,cs), -(166,737,o), -(52,669,o), -(52,550,cs), -(52,402,o), -(184,382,o), -(339,361,cs), -(494,340,o), -(609,321,o), -(609,191,cs), -(609,89,o), -(527,26,o), -(351,26,cs), -(178,26,o), -(79,89,o), -(72,225,c), -(30,225,l), -(39,86,o), -(130,-8,o), -(351,-8,cs) -); -} -); -width = 680; -}, -{ -anchors = ( -{ -name = bottom; -pos = (376,0); -}, -{ -name = top; -pos = (373,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(607,-10,o), -(736,78,o), -(736,226,cs), -(736,386,o), -(646,436,o), -(413,462,cs), -(284,476,o), -(262,484,o), -(262,526,cs), -(262,562,o), -(299,585,o), -(366,585,cs), -(428,585,o), -(471,565,o), -(479,514,c), -(710,514,l), -(696,660,o), -(567,738,o), -(375,738,cs), -(157,738,o), -(27,652,o), -(27,499,cs), -(27,357,o), -(126,300,o), -(352,274,cs), -(471,260,o), -(500,256,o), -(500,207,cs), -(500,167,o), -(459,145,o), -(385,145,cs), -(293,145,o), -(248,183,o), -(247,235,c), -(9,235,l), -(9,92,o), -(126,-10,o), -(376,-10,cs) -); -} -); -width = 745; -}, -{ -anchors = ( -{ -name = bottom; -pos = (161,0); -}, -{ -name = top; -pos = (150,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,-8,o), -(295,62,o), -(295,172,cs), -(295,274,o), -(252,327,o), -(173,392,cs), -(94,457,o), -(57,491,o), -(57,574,cs), -(57,657,o), -(93,708,o), -(152,708,cs), -(221,708,o), -(253,651,o), -(254,530,c), -(285,530,l), -(284,671,o), -(242,737,o), -(154,737,cs), -(75,737,o), -(25,673,o), -(25,575,cs), -(25,478,o), -(68,435,o), -(150,367,cs), -(223,307,o), -(263,262,o), -(263,174,cs), -(263,80,o), -(223,21,o), -(159,21,cs), -(81,21,o), -(44,88,o), -(42,230,c), -(10,230,l), -(13,65,o), -(60,-8,o), -(161,-8,cs) -); -} -); -width = 307; -}, -{ -anchors = ( -{ -name = bottom; -pos = (218,0); -}, -{ -name = top; -pos = (218,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(361,-10,o), -(449,50,o), -(449,206,cs), -(449,309,o), -(410,372,o), -(318,426,cs), -(271,455,ls), -(225,484,o), -(213,506,o), -(213,545,cs), -(213,576,o), -(219,594,o), -(241,594,cs), -(262,594,o), -(273,577,o), -(272,508,c), -(443,508,l), -(443,664,o), -(359,738,o), -(237,738,cs), -(107,738,o), -(20,678,o), -(20,522,cs), -(20,420,o), -(66,357,o), -(135,315,cs), -(186,284,ls), -(244,248,o), -(254,220,o), -(254,187,cs), -(254,155,o), -(248,137,o), -(224,137,cs), -(200,137,o), -(187,156,o), -(187,231,c), -(17,231,l), -(17,77,o), -(96,-10,o), -(230,-10,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(361,-10,o), -(432,65,o), -(432,202,cs), -(432,305,o), -(389,373,o), -(274,441,cs), -(210,479,o), -(183,497,o), -(183,539,cs), -(183,571,o), -(197,589,o), -(220,589,cs), -(250,589,o), -(264,562,o), -(266,497,c), -(428,497,l), -(426,661,o), -(360,738,o), -(217,738,cs), -(89,738,o), -(10,660,o), -(10,536,cs), -(10,425,o), -(55,360,o), -(152,303,cs), -(230,257,o), -(256,236,o), -(256,192,cs), -(256,158,o), -(244,140,o), -(220,140,cs), -(190,140,o), -(175,169,o), -(172,241,c), -(4,241,l), -(6,70,o), -(77,-10,o), -(223,-10,cs) -); -} -); -width = 436; -}, -{ -anchors = ( -{ -name = bottom; -pos = (301,0); -}, -{ -name = top; -pos = (288,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(478,-8,o), -(584,69,o), -(584,195,cs), -(584,340,o), -(458,372,o), -(396,385,cs), -(280,408,ls), -(218,420,o), -(108,448,o), -(108,555,cs), -(108,646,o), -(187,703,o), -(308,703,cs), -(439,703,o), -(515,641,o), -(519,529,c), -(559,529,l), -(556,654,o), -(473,737,o), -(312,737,cs), -(165,737,o), -(68,664,o), -(68,550,cs), -(68,419,o), -(194,387,o), -(274,370,cs), -(392,345,ls), -(441,335,o), -(544,313,o), -(544,193,cs), -(544,93,o), -(456,26,o), -(319,26,cs), -(165,26,o), -(95,102,o), -(91,225,c), -(50,225,l), -(53,90,o), -(134,-8,o), -(321,-8,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(463,-8,o), -(564,67,o), -(564,185,cs), -(564,340,o), -(452,372,o), -(313,397,cs), -(152,427,o), -(88,453,o), -(88,555,cs), -(88,644,o), -(160,703,o), -(288,703,cs), -(419,703,o), -(495,641,o), -(502,524,c), -(542,524,l), -(536,654,o), -(453,737,o), -(292,737,cs), -(138,737,o), -(48,662,o), -(48,550,cs), -(48,427,o), -(134,391,o), -(299,360,cs), -(459,331,o), -(524,294,o), -(524,183,cs), -(524,84,o), -(443,26,o), -(307,26,cs), -(146,26,o), -(75,102,o), -(68,227,c), -(27,227,l), -(33,90,o), -(113,-8,o), -(307,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -32 -); -stem = -2; -target = ( -0, -39 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -29 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 594; -}, -{ -anchors = ( -{ -name = bottom; -pos = (319,0); -}, -{ -name = top; -pos = (319,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(553,-10,o), -(656,87,o), -(656,224,cs), -(656,410,o), -(523,441,o), -(405,458,cs), -(294,475,o), -(254,478,o), -(254,528,cs), -(254,563,o), -(287,584,o), -(337,584,cs), -(379,584,o), -(423,570,o), -(426,518,c), -(635,518,l), -(635,650,o), -(517,738,o), -(342,738,cs), -(155,738,o), -(39,650,o), -(39,501,cs), -(39,358,o), -(145,301,o), -(294,279,cs), -(406,262,o), -(440,257,o), -(440,203,cs), -(440,166,o), -(404,147,o), -(349,147,cs), -(267,147,o), -(235,181,o), -(235,231,c), -(24,231,l), -(24,86,o), -(136,-10,o), -(339,-10,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(519,-10,o), -(631,74,o), -(631,228,cs), -(631,363,o), -(561,430,o), -(383,456,cs), -(252,475,o), -(224,488,o), -(224,528,cs), -(224,563,o), -(257,584,o), -(313,584,cs), -(370,584,o), -(403,561,o), -(407,506,c), -(612,506,l), -(608,654,o), -(499,738,o), -(318,738,cs), -(134,738,o), -(17,646,o), -(17,502,cs), -(17,374,o), -(103,306,o), -(272,281,cs), -(384,265,o), -(423,246,o), -(423,207,cs), -(423,165,o), -(390,144,o), -(326,144,cs), -(250,144,o), -(210,175,o), -(207,242,c), -(1,242,l), -(2,86,o), -(114,-10,o), -(317,-10,cs) -); -} -); -width = 634; -}, -{ -anchors = ( -{ -name = bottom; -pos = (341,0); -}, -{ -name = top; -pos = (322,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-8,o), -(639,63,o), -(639,192,cs), -(639,356,o), -(496,377,o), -(339,398,cs), -(183,419,o), -(81,434,o), -(81,550,cs), -(81,645,o), -(170,703,o), -(322,703,cs), -(473,703,o), -(565,646,o), -(570,529,c), -(610,529,l), -(606,654,o), -(510,737,o), -(324,737,cs), -(156,737,o), -(42,669,o), -(42,548,cs), -(42,402,o), -(174,382,o), -(329,361,cs), -(484,340,o), -(599,321,o), -(599,191,cs), -(599,84,o), -(508,26,o), -(341,26,cs), -(168,26,o), -(69,89,o), -(62,225,c), -(20,225,l), -(29,86,o), -(120,-8,o), -(341,-8,cs) -); -} -); -width = 660; -}, -{ -anchors = ( -{ -name = bottom; -pos = (368,0); -}, -{ -name = top; -pos = (365,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(599,-10,o), -(728,78,o), -(728,226,cs), -(728,386,o), -(638,436,o), -(405,462,cs), -(276,476,o), -(254,484,o), -(254,526,cs), -(254,562,o), -(291,585,o), -(358,585,cs), -(420,585,o), -(463,565,o), -(471,505,c), -(702,505,l), -(688,660,o), -(559,738,o), -(367,738,cs), -(149,738,o), -(19,652,o), -(19,499,cs), -(19,357,o), -(118,300,o), -(344,274,cs), -(463,260,o), -(492,256,o), -(492,207,cs), -(492,167,o), -(451,145,o), -(377,145,cs), -(285,145,o), -(240,183,o), -(238,239,c), -(0,239,l), -(1,92,o), -(118,-10,o), -(368,-10,cs) -); -} -); -width = 728; -}, -{ -anchors = ( -{ -name = bottom; -pos = (318,0); -}, -{ -name = top; -pos = (305,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(478,-8,o), -(584,69,o), -(584,195,cs), -(584,340,o), -(458,372,o), -(396,385,cs), -(280,408,ls), -(218,420,o), -(108,448,o), -(108,555,cs), -(108,646,o), -(187,703,o), -(308,703,cs), -(439,703,o), -(515,641,o), -(519,529,c), -(559,529,l), -(556,654,o), -(473,737,o), -(312,737,cs), -(165,737,o), -(68,664,o), -(68,550,cs), -(68,419,o), -(194,387,o), -(274,370,cs), -(392,345,ls), -(441,335,o), -(544,313,o), -(544,193,cs), -(544,93,o), -(456,26,o), -(319,26,cs), -(165,26,o), -(95,102,o), -(91,225,c), -(50,225,l), -(53,90,o), -(134,-8,o), -(321,-8,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(466,-8,o), -(561,67,o), -(561,185,cs), -(561,323,o), -(476,364,o), -(330,396,cs), -(182,428,o), -(124,456,o), -(124,555,cs), -(124,645,o), -(195,703,o), -(307,703,cs), -(413,703,o), -(480,655,o), -(499,566,c), -(537,566,l), -(519,670,o), -(442,737,o), -(311,737,cs), -(177,737,o), -(85,661,o), -(85,550,cs), -(85,431,o), -(163,392,o), -(316,360,cs), -(463,329,o), -(523,290,o), -(523,183,cs), -(523,87,o), -(443,26,o), -(315,26,cs), -(182,26,o), -(116,91,o), -(103,195,c), -(64,195,l), -(77,76,o), -(157,-8,o), -(317,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -32 -); -stem = -2; -target = ( -0, -39 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -29 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 627; -}, -{ -anchors = ( -{ -name = bottom; -pos = (332,0); -}, -{ -name = top; -pos = (332,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(553,-10,o), -(656,87,o), -(656,224,cs), -(656,410,o), -(523,441,o), -(405,458,cs), -(294,475,o), -(254,478,o), -(254,528,cs), -(254,563,o), -(287,584,o), -(337,584,cs), -(379,584,o), -(423,570,o), -(426,518,c), -(635,518,l), -(635,650,o), -(517,738,o), -(342,738,cs), -(155,738,o), -(39,650,o), -(39,501,cs), -(39,358,o), -(145,301,o), -(294,279,cs), -(406,262,o), -(440,257,o), -(440,203,cs), -(440,166,o), -(404,147,o), -(349,147,cs), -(267,147,o), -(235,181,o), -(235,231,c), -(24,231,l), -(24,86,o), -(136,-10,o), -(339,-10,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(535,-10,o), -(636,86,o), -(636,223,cs), -(636,407,o), -(506,439,o), -(395,456,cs), -(270,475,o), -(246,488,o), -(246,528,cs), -(246,571,o), -(277,587,o), -(326,587,cs), -(368,587,o), -(411,572,o), -(414,518,c), -(616,518,l), -(616,650,o), -(502,738,o), -(331,738,cs), -(149,738,o), -(38,650,o), -(38,502,cs), -(38,374,o), -(122,306,o), -(284,281,cs), -(402,263,o), -(427,254,o), -(427,210,cs), -(427,161,o), -(392,144,o), -(338,144,cs), -(257,144,o), -(227,179,o), -(227,231,c), -(23,231,l), -(23,86,o), -(132,-10,o), -(329,-10,cs) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = bottom; -pos = (152,0); -}, -{ -name = top; -pos = (268,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(275,-8,o), -(327,101,o), -(327,206,cs), -(327,268,o), -(295,325,o), -(233,375,cs), -(192,408,o), -(136,448,o), -(136,527,cs), -(136,637,o), -(188,705,o), -(263,705,cs), -(345,705,o), -(378,654,o), -(356,530,c), -(389,530,l), -(411,654,o), -(374,736,o), -(266,736,cs), -(147,736,o), -(104,630,o), -(104,523,cs), -(104,437,o), -(153,397,o), -(202,357,cs), -(244,323,o), -(294,281,o), -(294,208,cs), -(294,122,o), -(259,22,o), -(155,22,cs), -(48,22,o), -(34,111,o), -(56,225,c), -(23,225,l), -(-2,86,o), -(28,-8,o), -(155,-8,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(275,-8,o), -(327,101,o), -(327,206,cs), -(327,268,o), -(295,325,o), -(233,375,cs), -(159,434,o), -(136,466,o), -(136,527,cs), -(136,637,o), -(188,705,o), -(263,705,cs), -(345,705,o), -(378,654,o), -(356,530,c), -(389,530,l), -(411,654,o), -(374,736,o), -(266,736,cs), -(147,736,o), -(104,630,o), -(104,523,cs), -(104,451,o), -(132,414,o), -(202,357,cs), -(269,303,o), -(294,265,o), -(294,208,cs), -(294,122,o), -(259,22,o), -(155,22,cs), -(48,22,o), -(34,111,o), -(56,225,c), -(23,225,l), -(-2,86,o), -(28,-8,o), -(155,-8,cs) -); -} -); -width = 373; -}, -{ -anchors = ( -{ -name = bottom; -pos = (192,0); -}, -{ -name = top; -pos = (316,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(316,-10,o), -(387,57,o), -(414,195,cs), -(436,308,o), -(383,373,o), -(311,432,cs), -(259,475,o), -(242,496,o), -(250,543,cs), -(257,587,o), -(271,606,o), -(295,606,cs), -(335,606,o), -(326,541,o), -(320,512,c), -(474,512,l), -(500,659,o), -(439,739,o), -(298,739,cs), -(173,739,o), -(99,670,o), -(75,544,cs), -(52,428,o), -(103,363,o), -(167,311,cs), -(227,263,o), -(245,242,o), -(235,187,cs), -(228,147,o), -(217,126,o), -(190,126,cs), -(140,126,o), -(152,192,o), -(160,231,c), -(5,231,l), -(-22,77,o), -(35,-10,o), -(190,-10,cs) -); -} -); -width = 444; -}, -{ -anchors = ( -{ -name = bottom; -pos = (286,0); -}, -{ -name = top; -pos = (374,729); -} -); -background = { -anchors = ( -{ -name = bottom; -pos = (286,0); -}, -{ -name = top; -pos = (374,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(439,-10,o), -(551,72,o), -(556,202,cs), -(559,307,o), -(498,360,o), -(358,392,cs), -(221,423,o), -(165,468,o), -(168,547,cs), -(171,642,o), -(257,702,o), -(368,702,cs), -(487,702,o), -(565,634,o), -(562,529,c), -(601,529,l), -(605,660,o), -(512,739,o), -(373,739,cs), -(234,739,o), -(130,663,o), -(126,544,cs), -(122,445,o), -(184,396,o), -(352,355,cs), -(464,328,o), -(518,287,o), -(515,198,cs), -(511,94,o), -(422,26,o), -(291,26,cs), -(158,26,o), -(77,97,o), -(81,224,c), -(42,224,l), -(33,83,o), -(122,-10,o), -(296,-10,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(448,-10,o), -(556,70,o), -(556,205,cs), -(556,283,o), -(520,350,o), -(352,394,cs), -(214,430,o), -(170,475,o), -(170,548,cs), -(170,649,o), -(258,702,o), -(368,702,cs), -(487,702,o), -(565,634,o), -(562,529,c), -(601,529,l), -(605,660,o), -(511,739,o), -(372,739,cs), -(238,739,o), -(128,672,o), -(128,545,cs), -(128,449,o), -(191,398,o), -(335,360,cs), -(495,318,o), -(515,260,o), -(515,203,cs), -(515,79,o), -(417,26,o), -(291,26,cs), -(158,26,o), -(77,97,o), -(81,224,c), -(42,224,l), -(33,83,o), -(122,-10,o), -(296,-10,cs) -); -} -); -width = 620; -}, -{ -anchors = ( -{ -name = bottom; -pos = (304,0); -}, -{ -name = top; -pos = (394,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(503,-10,o), -(624,92,o), -(624,261,cs), -(624,369,o), -(567,422,o), -(396,462,cs), -(334,477,o), -(303,491,o), -(303,523,cs), -(303,562,o), -(331,584,o), -(379,584,cs), -(433,584,o), -(461,556,o), -(457,510,c), -(661,510,l), -(666,642,o), -(563,738,o), -(396,738,cs), -(218,738,o), -(86,649,o), -(86,489,cs), -(86,383,o), -(153,325,o), -(312,282,cs), -(386,262,o), -(407,251,o), -(407,218,cs), -(407,171,o), -(376,146,o), -(312,146,cs), -(249,146,o), -(210,181,o), -(212,235,c), -(15,235,l), -(6,82,o), -(114,-10,o), -(302,-10,cs) -); -} -); -width = 657; -}, -{ -anchors = ( -{ -name = bottom; -pos = (330,0); -}, -{ -name = top; -pos = (394,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(516,-10,o), -(626,70,o), -(626,206,cs), -(626,332,o), -(523,366,o), -(376,393,cs), -(231,419,o), -(149,448,o), -(149,537,cs), -(149,642,o), -(239,704,o), -(389,704,cs), -(539,704,o), -(630,640,o), -(626,535,c), -(665,535,l), -(669,658,o), -(570,738,o), -(393,738,cs), -(212,738,o), -(109,659,o), -(109,534,cs), -(109,430,o), -(191,384,o), -(371,356,cs), -(532,329,o), -(585,285,o), -(585,202,cs), -(585,88,o), -(498,24,o), -(335,24,cs), -(168,24,o), -(56,94,o), -(62,220,c), -(21,220,l), -(17,80,o), -(127,-10,o), -(335,-10,cs) -); -} -); -width = 671; -}, -{ -anchors = ( -{ -name = bottom; -pos = (359,0); -}, -{ -name = top; -pos = (436,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(590,-10,o), -(717,80,o), -(717,243,cs), -(717,391,o), -(606,434,o), -(440,461,cs), -(342,477,o), -(310,487,o), -(310,525,cs), -(310,563,o), -(344,585,o), -(406,585,cs), -(469,585,o), -(516,560,o), -(518,514,c), -(746,514,l), -(747,646,o), -(616,739,o), -(410,739,cs), -(222,739,o), -(70,659,o), -(70,491,cs), -(70,373,o), -(154,308,o), -(339,276,cs), -(448,257,o), -(478,247,o), -(478,210,cs), -(478,170,o), -(449,145,o), -(370,145,cs), -(275,145,o), -(232,183,o), -(235,234,c), -(0,234,l), -(-7,86,o), -(125,-10,o), -(357,-10,cs) -); -} -); -width = 735; -} -); -unicode = 83; -userData = { -KernOnName = S; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/S_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/S_acute.glyph deleted file mode 100644 index d5e9c789..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/S_acute.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Sacute; -kernLeft = KO_S; -kernRight = KO_Scaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = S; -}, -{ -pos = (128,57); -ref = acutecomb; -} -); -width = 376; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = S; -}, -{ -pos = (112,51); -ref = acutecomb; -} -); -width = 448; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = S; -}, -{ -pos = (274,57); -ref = acutecomb; -} -); -width = 680; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = S; -}, -{ -pos = (256,56); -ref = acutecomb; -} -); -width = 745; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (128,57); -ref = acutecomb; -} -); -width = 376; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = S; -}, -{ -pos = (116,51); -ref = acutecomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (253,57); -ref = acutecomb; -} -); -width = 634; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (228,51); -ref = acutecomb; -} -); -width = 646; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (274,57); -ref = acutecomb; -} -); -width = 680; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = S; -}, -{ -pos = (258,56); -ref = acutecomb; -} -); -width = 728; -}, -{ -layerId = m019; -shapes = ( -{ -ref = S; -}, -{ -pos = (249,57); -ref = acutecomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = S; -}, -{ -pos = (222,51); -ref = acutecomb; -} -); -width = 658; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = S; -}, -{ -pos = (127,57); -ref = acutecomb; -} -); -width = 373; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = S; -}, -{ -pos = (121,51); -ref = acutecomb; -} -); -width = 444; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = S; -}, -{ -pos = (232,57); -ref = acutecomb; -} -); -width = 620; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = S; -}, -{ -pos = (199,51); -ref = acutecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = S; -}, -{ -pos = (251,57); -ref = acutecomb; -} -); -width = 671; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = S; -}, -{ -pos = (236,56); -ref = acutecomb; -} -); -width = 735; -} -); -unicode = 346; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/S_caron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/S_caron.glyph deleted file mode 100644 index b807a982..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/S_caron.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Scaron; -kernLeft = KO_S; -kernRight = KO_Scaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = S; -}, -{ -pos = (55,57); -ref = caroncomb; -} -); -width = 376; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = S; -}, -{ -pos = (7,51); -ref = caroncomb; -} -); -width = 448; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = S; -}, -{ -pos = (153,57); -ref = caroncomb; -} -); -width = 680; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = S; -}, -{ -pos = (82,56); -ref = caroncomb; -} -); -width = 745; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (55,57); -ref = caroncomb; -} -); -width = 376; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = S; -}, -{ -pos = (11,51); -ref = caroncomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (144,57); -ref = caroncomb; -} -); -width = 634; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (93,51); -ref = caroncomb; -} -); -width = 646; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (153,57); -ref = caroncomb; -} -); -width = 680; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = S; -}, -{ -pos = (84,56); -ref = caroncomb; -} -); -width = 728; -}, -{ -layerId = m019; -shapes = ( -{ -ref = S; -}, -{ -pos = (142,57); -ref = caroncomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = S; -}, -{ -pos = (93,51); -ref = caroncomb; -} -); -width = 658; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = S; -}, -{ -pos = (54,57); -ref = caroncomb; -} -); -width = 373; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = S; -}, -{ -pos = (20,51); -ref = caroncomb; -} -); -width = 444; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = S; -}, -{ -pos = (123,57); -ref = caroncomb; -} -); -width = 620; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = S; -}, -{ -pos = (60,51); -ref = caroncomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = S; -}, -{ -pos = (128,57); -ref = caroncomb; -} -); -width = 671; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = S; -}, -{ -pos = (62,56); -ref = caroncomb; -} -); -width = 735; -} -); -unicode = 352; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/S_cedilla.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/S_cedilla.glyph deleted file mode 100644 index a2ed976f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/S_cedilla.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Scedilla; -kernLeft = KO_S; -kernRight = KO_Scaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = S; -}, -{ -pos = (54,0); -ref = cedillacomb; -} -); -width = 376; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = S; -}, -{ -pos = (18,0); -ref = cedillacomb; -} -); -width = 448; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = S; -}, -{ -pos = (198,0); -ref = cedillacomb; -} -); -width = 680; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = S; -}, -{ -pos = (151,0); -ref = cedillacomb; -} -); -width = 745; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (54,0); -ref = cedillacomb; -} -); -width = 376; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = S; -}, -{ -pos = (22,0); -ref = cedillacomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (177,0); -ref = cedillacomb; -} -); -width = 634; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (122,0); -ref = cedillacomb; -} -); -width = 646; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (198,0); -ref = cedillacomb; -} -); -width = 680; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = S; -}, -{ -pos = (153,0); -ref = cedillacomb; -} -); -width = 728; -}, -{ -layerId = m019; -shapes = ( -{ -ref = S; -}, -{ -pos = (173,0); -ref = cedillacomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = S; -}, -{ -pos = (122,0); -ref = cedillacomb; -} -); -width = 658; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = S; -}, -{ -pos = (78,0); -ref = cedillacomb; -} -); -width = 373; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = S; -}, -{ -pos = (41,0); -ref = cedillacomb; -} -); -width = 444; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = S; -}, -{ -pos = (200,0); -ref = cedillacomb; -} -); -width = 620; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = S; -}, -{ -pos = (145,0); -ref = cedillacomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = S; -}, -{ -pos = (229,0); -ref = cedillacomb; -} -); -width = 671; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = S; -}, -{ -pos = (183,0); -ref = cedillacomb; -} -); -width = 735; -} -); -unicode = 350; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/S_circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/S_circumflex.glyph deleted file mode 100644 index 223d67ef..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/S_circumflex.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Scircumflex; -kernLeft = KO_S; -kernRight = KO_Scaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = S; -}, -{ -pos = (55,57); -ref = circumflexcomb; -} -); -width = 376; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = S; -}, -{ -pos = (7,51); -ref = circumflexcomb; -} -); -width = 448; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = S; -}, -{ -pos = (153,57); -ref = circumflexcomb; -} -); -width = 680; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = S; -}, -{ -pos = (82,56); -ref = circumflexcomb; -} -); -width = 745; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (55,57); -ref = circumflexcomb; -} -); -width = 376; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = S; -}, -{ -pos = (11,51); -ref = circumflexcomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (144,57); -ref = circumflexcomb; -} -); -width = 634; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (93,51); -ref = circumflexcomb; -} -); -width = 646; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (153,57); -ref = circumflexcomb; -} -); -width = 680; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = S; -}, -{ -pos = (84,56); -ref = circumflexcomb; -} -); -width = 728; -}, -{ -layerId = m019; -shapes = ( -{ -ref = S; -}, -{ -pos = (142,57); -ref = circumflexcomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = S; -}, -{ -pos = (93,51); -ref = circumflexcomb; -} -); -width = 658; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = S; -}, -{ -pos = (53,57); -ref = circumflexcomb; -} -); -width = 373; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = S; -}, -{ -pos = (14,51); -ref = circumflexcomb; -} -); -width = 444; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = S; -}, -{ -pos = (122,57); -ref = circumflexcomb; -} -); -width = 620; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = S; -}, -{ -pos = (65,51); -ref = circumflexcomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = S; -}, -{ -pos = (128,57); -ref = circumflexcomb; -} -); -width = 671; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = S; -}, -{ -pos = (60,56); -ref = circumflexcomb; -} -); -width = 735; -} -); -unicode = 348; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/S_commaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/S_commaaccent.glyph deleted file mode 100644 index 4348fd4e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/S_commaaccent.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = Scommaaccent; -kernLeft = KO_S; -kernRight = KO_Scaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = S; -}, -{ -pos = (98,0); -ref = commaaccentcomb; -} -); -width = 376; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = S; -}, -{ -pos = (42,0); -ref = commaaccentcomb; -} -); -width = 448; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = S; -}, -{ -pos = (250,0); -ref = commaaccentcomb; -} -); -width = 680; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = S; -}, -{ -pos = (192,0); -ref = commaaccentcomb; -} -); -width = 745; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (98,0); -ref = commaaccentcomb; -} -); -width = 376; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = S; -}, -{ -pos = (46,0); -ref = commaaccentcomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (215,0); -ref = commaaccentcomb; -} -); -width = 634; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (170,0); -ref = commaaccentcomb; -} -); -width = 646; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (250,0); -ref = commaaccentcomb; -} -); -width = 680; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = S; -}, -{ -pos = (194,0); -ref = commaaccentcomb; -} -); -width = 728; -}, -{ -layerId = m019; -shapes = ( -{ -ref = S; -}, -{ -pos = (211,0); -ref = commaaccentcomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = S; -}, -{ -pos = (169,0); -ref = commaaccentcomb; -} -); -width = 658; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = S; -}, -{ -pos = (109,0); -ref = commaaccentcomb; -} -); -width = 373; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = S; -}, -{ -pos = (68,0); -ref = commaaccentcomb; -} -); -width = 444; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = S; -}, -{ -pos = (234,0); -ref = commaaccentcomb; -} -); -width = 620; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = S; -}, -{ -pos = (189,0); -ref = commaaccentcomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = S; -}, -{ -pos = (282,0); -ref = commaaccentcomb; -} -); -width = 671; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = S; -}, -{ -pos = (236,0); -ref = commaaccentcomb; -} -); -width = 735; -} -); -unicode = 536; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/T_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/T_.glyph deleted file mode 100644 index cddca168..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/T_.glyph +++ /dev/null @@ -1,787 +0,0 @@ -{ -glyphname = T; -kernLeft = KO_T; -kernRight = KO_T; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (196,0); -}, -{ -name = center; -pos = (193,346); -}, -{ -name = top; -pos = (196,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(285,0,l), -(285,586,l), -(101,586,l), -(101,0,l) -); -}, -{ -closed = 1; -nodes = ( -(378,570,l), -(378,729,l), -(13,729,l), -(13,570,l) -); -} -); -width = 391; -}, -{ -anchors = ( -{ -name = bottom; -pos = (158,0); -}, -{ -name = center; -pos = (158,365); -}, -{ -name = top; -pos = (158,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(173,0,l), -(173,708,l), -(142,708,l), -(142,0,l) -); -}, -{ -closed = 1; -nodes = ( -(315,700,l), -(315,729,l), -(0,729,l), -(0,700,l) -); -} -); -width = 315; -}, -{ -anchors = ( -{ -name = bottom; -pos = (327,0); -}, -{ -name = center; -pos = (328,365); -}, -{ -name = top; -pos = (327,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(347,0,l), -(347,703,l), -(309,703,l), -(309,0,l) -); -}, -{ -closed = 1; -nodes = ( -(639,693,l), -(639,729,l), -(16,729,l), -(16,693,l) -); -} -); -width = 655; -}, -{ -anchors = ( -{ -name = bottom; -pos = (342,0); -}, -{ -name = center; -pos = (339,324); -}, -{ -name = top; -pos = (342,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(453,0,l), -(453,564,l), -(225,564,l), -(225,0,l) -); -}, -{ -closed = 1; -nodes = ( -(680,548,l), -(680,729,l), -(4,729,l), -(4,548,l) -); -} -); -width = 684; -}, -{ -anchors = ( -{ -name = bottom; -pos = (150,0); -}, -{ -name = center; -pos = (150,365); -}, -{ -name = top; -pos = (150,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(165,0,l), -(165,708,l), -(134,708,l), -(134,0,l) -); -}, -{ -closed = 1; -nodes = ( -(303,700,l), -(303,729,l), -(-4,729,l), -(-4,700,l) -); -} -); -width = 299; -}, -{ -anchors = ( -{ -name = bottom; -pos = (187,0); -}, -{ -name = center; -pos = (184,346); -}, -{ -name = top; -pos = (187,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,586,l), -(92,586,l), -(92,0,l) -); -}, -{ -closed = 1; -nodes = ( -(369,570,l), -(369,729,l), -(4,729,l), -(4,570,l) -); -} -); -width = 373; -}, -{ -anchors = ( -{ -name = bottom; -pos = (272,0); -}, -{ -name = center; -pos = (272,365); -}, -{ -name = top; -pos = (272,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(291,0,l), -(291,703,l), -(253,703,l), -(253,0,l) -); -}, -{ -closed = 1; -nodes = ( -(541,693,l), -(541,729,l), -(3,729,l), -(3,693,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 544; -}, -{ -anchors = ( -{ -name = bottom; -pos = (304,0); -}, -{ -name = center; -pos = (301,324); -}, -{ -name = top; -pos = (304,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(402,0,l), -(402,571,l), -(199,571,l), -(199,0,l) -); -}, -{ -closed = 1; -nodes = ( -(609,555,l), -(609,729,l), -(-2,729,l), -(-2,555,l) -); -} -); -width = 607; -}, -{ -anchors = ( -{ -name = bottom; -pos = (351,0); -}, -{ -name = center; -pos = (352,365); -}, -{ -name = top; -pos = (351,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,0,l), -(371,703,l), -(333,703,l), -(333,0,l) -); -}, -{ -closed = 1; -nodes = ( -(693,693,l), -(693,729,l), -(10,729,l), -(10,693,l) -); -} -); -width = 703; -}, -{ -anchors = ( -{ -name = bottom; -pos = (358,0); -}, -{ -name = center; -pos = (355,324); -}, -{ -name = top; -pos = (358,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(469,0,l), -(469,564,l), -(241,564,l), -(241,0,l) -); -}, -{ -closed = 1; -nodes = ( -(716,548,l), -(716,729,l), -(0,729,l), -(0,548,l) -); -} -); -width = 716; -}, -{ -anchors = ( -{ -name = bottom; -pos = (324,0); -}, -{ -name = center; -pos = (324,365); -}, -{ -name = top; -pos = (324,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(343,0,l), -(343,703,l), -(305,703,l), -(305,0,l) -); -}, -{ -closed = 1; -nodes = ( -(617,693,l), -(617,729,l), -(31,729,l), -(31,693,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 647; -}, -{ -anchors = ( -{ -name = bottom; -pos = (321,0); -}, -{ -name = center; -pos = (318,324); -}, -{ -name = top; -pos = (321,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(418,0,l), -(418,571,l), -(217,571,l), -(217,0,l) -); -}, -{ -closed = 1; -nodes = ( -(622,555,l), -(622,729,l), -(17,729,l), -(17,555,l) -); -} -); -width = 639; -}, -{ -anchors = ( -{ -name = bottom; -pos = (102,0); -}, -{ -name = center; -pos = (178,365); -}, -{ -name = top; -pos = (253,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(117,0,l), -(265,708,l), -(234,708,l), -(87,0,l) -); -}, -{ -closed = 1; -nodes = ( -(403,700,l), -(409,729,l), -(98,729,l), -(92,700,l) -); -} -); -width = 311; -}, -{ -anchors = ( -{ -name = bottom; -pos = (135,0); -}, -{ -name = center; -pos = (207,346); -}, -{ -name = top; -pos = (286,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,0,l), -(348,586,l), -(166,586,l), -(44,0,l) -); -}, -{ -closed = 1; -nodes = ( -(438,570,l), -(470,729,l), -(108,729,l), -(75,570,l) -); -} -); -width = 388; -}, -{ -anchors = ( -{ -name = bottom; -pos = (236,0); -}, -{ -name = center; -pos = (312,365); -}, -{ -name = top; -pos = (387,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,0,l), -(401,702,l), -(363,702,l), -(217,0,l) -); -}, -{ -closed = 1; -nodes = ( -(641,693,l), -(647,729,l), -(125,729,l), -(119,693,l) -); -} -); -width = 579; -}, -{ -anchors = ( -{ -name = bottom; -pos = (259,0); -}, -{ -name = center; -pos = (326,324); -}, -{ -name = top; -pos = (409,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(359,0,l), -(477,571,l), -(276,571,l), -(158,0,l) -); -}, -{ -closed = 1; -nodes = ( -(674,555,l), -(710,729,l), -(115,729,l), -(79,555,l) -); -} -); -width = 635; -}, -{ -anchors = ( -{ -name = bottom; -pos = (270,0); -}, -{ -name = center; -pos = (346,365); -}, -{ -name = top; -pos = (421,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,0,l), -(435,702,l), -(397,702,l), -(251,0,l) -); -}, -{ -closed = 1; -nodes = ( -(722,693,l), -(729,729,l), -(114,729,l), -(106,693,l) -); -} -); -width = 648; -}, -{ -anchors = ( -{ -name = bottom; -pos = (268,0); -}, -{ -name = center; -pos = (335,324); -}, -{ -name = top; -pos = (419,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(498,564,l), -(272,564,l), -(155,0,l) -); -}, -{ -closed = 1; -nodes = ( -(709,548,l), -(747,729,l), -(99,729,l), -(61,548,l) -); -} -); -width = 656; -} -); -unicode = 84; -userData = { -KernOnName = T; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/T_bar.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/T_bar.glyph deleted file mode 100644 index 1494bd86..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/T_bar.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Tbar; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = T; -}, -{ -pos = (-2,11); -ref = strokeshortcomb.case.T; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = T; -}, -{ -pos = (1,-1); -ref = strokeshortcomb.case.T; -} -); -width = 391; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = T; -}, -{ -pos = (62,10); -ref = strokeshortcomb.case.T; -} -); -width = 655; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = T; -}, -{ -pos = (53,-23); -ref = strokeshortcomb.case.T; -} -); -width = 684; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = T; -}, -{ -pos = (10,11); -ref = strokeshortcomb.case.T; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = T; -}, -{ -pos = (2,-1); -ref = strokeshortcomb.case.T; -} -); -width = 373; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = T; -}, -{ -pos = (62,11); -ref = strokeshortcomb.case.T; -} -); -width = 544; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = T; -}, -{ -alignment = -1; -pos = (61,-23); -ref = strokeshortcomb.case.T; -} -); -width = 619; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = T; -}, -{ -pos = (96,10); -ref = strokeshortcomb.case.T; -} -); -width = 703; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = T; -}, -{ -pos = (79,-23); -ref = strokeshortcomb.case.T; -} -); -width = 716; -}, -{ -layerId = m019; -shapes = ( -{ -ref = T; -}, -{ -pos = (101,11); -ref = strokeshortcomb.case.T; -} -); -width = 647; -}, -{ -layerId = m020; -shapes = ( -{ -ref = T; -}, -{ -pos = (70,-23); -ref = strokeshortcomb.case.T; -} -); -width = 639; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = T; -}, -{ -pos = (-2,11); -ref = strokeshortcomb.case.T; -} -); -width = 311; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = T; -}, -{ -pos = (-1,-1); -ref = strokeshortcomb.case.T; -} -); -width = 388; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = T; -}, -{ -pos = (62,11); -ref = strokeshortcomb.case.T; -} -); -width = 579; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = T; -}, -{ -pos = (49,-23); -ref = strokeshortcomb.case.T; -} -); -width = 635; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = T; -}, -{ -pos = (60,10); -ref = strokeshortcomb.case.T; -} -); -width = 648; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = T; -}, -{ -pos = (33,-23); -ref = strokeshortcomb.case.T; -} -); -width = 656; -} -); -unicode = 358; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/T_caron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/T_caron.glyph deleted file mode 100644 index 681ae435..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/T_caron.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Tcaron; -kernLeft = KO_T; -kernRight = KO_T; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = T; -}, -{ -pos = (29,57); -ref = caroncomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = T; -}, -{ -pos = (-21,51); -ref = caroncomb; -} -); -width = 391; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = T; -}, -{ -pos = (148,57); -ref = caroncomb; -} -); -width = 655; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = T; -}, -{ -pos = (51,56); -ref = caroncomb; -} -); -width = 684; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = T; -}, -{ -pos = (41,57); -ref = caroncomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = T; -}, -{ -pos = (-20,51); -ref = caroncomb; -} -); -width = 373; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = T; -}, -{ -pos = (128,57); -ref = caroncomb; -} -); -width = 544; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = T; -}, -{ -alignment = -1; -pos = (78,51); -ref = caroncomb; -} -); -width = 619; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = T; -}, -{ -pos = (182,57); -ref = caroncomb; -} -); -width = 703; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = T; -}, -{ -pos = (77,56); -ref = caroncomb; -} -); -width = 716; -}, -{ -layerId = m019; -shapes = ( -{ -ref = T; -}, -{ -pos = (161,57); -ref = caroncomb; -} -); -width = 647; -}, -{ -layerId = m020; -shapes = ( -{ -ref = T; -}, -{ -pos = (82,51); -ref = caroncomb; -} -); -width = 639; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = T; -}, -{ -pos = (39,57); -ref = caroncomb; -} -); -width = 311; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = T; -}, -{ -pos = (-10,51); -ref = caroncomb; -} -); -width = 388; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = T; -}, -{ -pos = (136,57); -ref = caroncomb; -} -); -width = 579; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = T; -}, -{ -pos = (75,51); -ref = caroncomb; -} -); -width = 635; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = T; -}, -{ -pos = (155,57); -ref = caroncomb; -} -); -width = 648; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = T; -}, -{ -pos = (45,56); -ref = caroncomb; -} -); -width = 656; -} -); -unicode = 356; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/T_cedilla.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/T_cedilla.glyph deleted file mode 100644 index 27bb20b0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/T_cedilla.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Tcedilla; -kernLeft = KO_T; -kernRight = KO_T; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = T; -}, -{ -pos = (27,0); -ref = cedillacomb.T; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = T; -}, -{ -pos = (-15,0); -ref = cedillacomb.T; -} -); -width = 391; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = T; -}, -{ -pos = (169,0); -ref = cedillacomb.T; -} -); -width = 655; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = T; -}, -{ -pos = (111,0); -ref = cedillacomb.T; -} -); -width = 684; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = T; -}, -{ -pos = (39,0); -ref = cedillacomb.T; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = T; -}, -{ -pos = (-14,0); -ref = cedillacomb.T; -} -); -width = 373; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = T; -}, -{ -pos = (148,0); -ref = cedillacomb.T; -} -); -width = 544; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = T; -}, -{ -alignment = -1; -pos = (107,0); -ref = cedillacomb.T; -} -); -width = 619; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = T; -}, -{ -pos = (203,0); -ref = cedillacomb.T; -} -); -width = 703; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = T; -}, -{ -pos = (137,0); -ref = cedillacomb.T; -} -); -width = 716; -}, -{ -layerId = m019; -shapes = ( -{ -ref = T; -}, -{ -pos = (185,0); -ref = cedillacomb.T; -} -); -width = 647; -}, -{ -layerId = m020; -shapes = ( -{ -ref = T; -}, -{ -pos = (115,0); -ref = cedillacomb.T; -} -); -width = 639; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = T; -}, -{ -pos = (28,0); -ref = cedillacomb.T; -} -); -width = 311; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = T; -}, -{ -pos = (-16,0); -ref = cedillacomb.T; -} -); -width = 388; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = T; -}, -{ -pos = (150,0); -ref = cedillacomb.T; -} -); -width = 579; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = T; -}, -{ -pos = (100,0); -ref = cedillacomb.T; -} -); -width = 635; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = T; -}, -{ -pos = (169,0); -ref = cedillacomb.T; -} -); -width = 648; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = T; -}, -{ -pos = (92,0); -ref = cedillacomb.T; -} -); -width = 656; -} -); -unicode = 354; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/T_commaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/T_commaaccent.glyph deleted file mode 100644 index 26568d10..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/T_commaaccent.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Tcommaaccent; -kernLeft = KO_T; -kernRight = KO_T; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = T; -}, -{ -pos = (61,0); -ref = commaaccentcomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = T; -}, -{ -pos = (14,0); -ref = commaaccentcomb; -} -); -width = 391; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = T; -}, -{ -pos = (226,0); -ref = commaaccentcomb; -} -); -width = 655; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = T; -}, -{ -pos = (158,0); -ref = commaaccentcomb; -} -); -width = 684; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = T; -}, -{ -pos = (73,0); -ref = commaaccentcomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = T; -}, -{ -pos = (15,0); -ref = commaaccentcomb; -} -); -width = 373; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = T; -}, -{ -pos = (186,0); -ref = commaaccentcomb; -} -); -width = 544; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = T; -}, -{ -alignment = -1; -pos = (155,0); -ref = commaaccentcomb; -} -); -width = 619; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = T; -}, -{ -pos = (260,0); -ref = commaaccentcomb; -} -); -width = 703; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = T; -}, -{ -pos = (184,0); -ref = commaaccentcomb; -} -); -width = 716; -}, -{ -layerId = m019; -shapes = ( -{ -ref = T; -}, -{ -pos = (217,0); -ref = commaaccentcomb; -} -); -width = 647; -}, -{ -layerId = m020; -shapes = ( -{ -ref = T; -}, -{ -pos = (158,0); -ref = commaaccentcomb; -} -); -width = 639; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = T; -}, -{ -pos = (59,0); -ref = commaaccentcomb; -} -); -width = 311; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = T; -}, -{ -pos = (11,0); -ref = commaaccentcomb; -} -); -width = 388; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = T; -}, -{ -pos = (184,0); -ref = commaaccentcomb; -} -); -width = 579; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = T; -}, -{ -pos = (144,0); -ref = commaaccentcomb; -} -); -width = 635; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = T; -}, -{ -pos = (222,0); -ref = commaaccentcomb; -} -); -width = 648; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = T; -}, -{ -pos = (145,0); -ref = commaaccentcomb; -} -); -width = 656; -} -); -unicode = 538; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/T_horn.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/T_horn.glyph deleted file mode 100644 index 74c83b6c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/T_horn.glyph +++ /dev/null @@ -1,1234 +0,0 @@ -{ -color = 7; -glyphname = Thorn; -kernLeft = KO_H; -layers = ( -{ -background = { -anchors = ( -{ -name = bottom; -pos = (81,0); -}, -{ -name = ogonek; -pos = (96,0); -}, -{ -name = top; -pos = (81,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(182,158,ls), -(300,158,o), -(349,241,o), -(349,365,cs), -(349,489,o), -(299,572,o), -(182,572,cs), -(83,572,l), -(83,544,l), -(180,544,ls), -(263,544,o), -(316,494,o), -(316,365,cs), -(316,234,o), -(262,186,o), -(180,186,cs), -(83,186,l), -(83,158,l) -); -}, -{ -closed = 1; -nodes = ( -(96,0,l), -(96,729,l), -(65,729,l), -(65,0,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (44,0); -ref = _Thorn.bowl; -} -); -width = 370; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (122,0); -}, -{ -name = ogonek; -pos = (215,0); -}, -{ -name = top; -pos = (122,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(234,106,ls), -(387,106,o), -(464,190,o), -(464,365,cs), -(464,538,o), -(387,623,o), -(234,623,cs), -(189,623,l), -(189,466,l), -(228,466,ls), -(265,466,o), -(283,444,o), -(283,367,cs), -(283,302,o), -(274,263,o), -(228,263,cs), -(189,263,l), -(189,106,l) -); -}, -{ -closed = 1; -nodes = ( -(215,0,l), -(215,729,l), -(28,729,l), -(28,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (150,0); -ref = _Thorn.bowl; -} -); -width = 478; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (90,0); -}, -{ -name = ogonek; -pos = (109,0); -}, -{ -name = top; -pos = (90,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(311,145,ls), -(470,145,o), -(566,231,o), -(566,365,cs), -(566,505,o), -(471,585,o), -(312,585,cs), -(98,585,l), -(98,548,l), -(309,548,ls), -(451,548,o), -(526,479,o), -(526,365,cs), -(526,254,o), -(452,181,o), -(309,181,cs), -(98,182,l), -(98,146,l) -); -}, -{ -closed = 1; -nodes = ( -(109,0,l), -(109,729,l), -(71,729,l), -(71,0,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (59,0); -ref = _Thorn.bowl; -} -); -width = 596; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (169,0); -}, -{ -name = ogonek; -pos = (283,0); -}, -{ -name = top; -pos = (169,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(420,104,ls), -(599,104,o), -(719,185,o), -(719,357,cs), -(719,509,o), -(623,610,o), -(420,610,cs), -(211,610,l), -(211,435,l), -(395,435,ls), -(448,435,o), -(489,419,o), -(489,357,cs), -(489,295,o), -(448,279,o), -(395,279,cs), -(211,279,l), -(211,104,l) -); -}, -{ -closed = 1; -nodes = ( -(283,0,l), -(283,729,l), -(54,729,l), -(54,0,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (164,0); -ref = _Thorn.bowl; -} -); -width = 719; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (81,0); -}, -{ -name = ogonek; -pos = (96,0); -}, -{ -name = top; -pos = (81,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(182,158,ls), -(300,158,o), -(349,241,o), -(349,365,cs), -(349,489,o), -(299,572,o), -(182,572,cs), -(83,572,l), -(83,544,l), -(180,544,ls), -(263,544,o), -(316,494,o), -(316,365,cs), -(316,234,o), -(262,186,o), -(180,186,cs), -(83,186,l), -(83,158,l) -); -}, -{ -closed = 1; -nodes = ( -(96,0,l), -(96,729,l), -(65,729,l), -(65,0,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (40,0); -ref = _Thorn.bowl; -} -); -width = 330; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (122,0); -}, -{ -name = ogonek; -pos = (215,0); -}, -{ -name = top; -pos = (122,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(234,106,ls), -(387,106,o), -(464,190,o), -(464,365,cs), -(464,538,o), -(387,623,o), -(234,623,cs), -(189,623,l), -(189,466,l), -(228,466,ls), -(265,466,o), -(283,444,o), -(283,367,cs), -(283,302,o), -(274,263,o), -(228,263,cs), -(189,263,l), -(189,106,l) -); -}, -{ -closed = 1; -nodes = ( -(215,0,l), -(215,729,l), -(28,729,l), -(28,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (149,0); -ref = _Thorn.bowl; -} -); -width = 458; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (122,0); -}, -{ -name = ogonek; -pos = (141,0); -}, -{ -name = top; -pos = (122,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(347,145,ls), -(497,144,o), -(593,231,o), -(593,365,cs), -(593,505,o), -(498,585,o), -(348,585,cs), -(123,585,l), -(123,548,l), -(345,548,ls), -(478,548,o), -(553,479,o), -(553,365,cs), -(553,254,o), -(479,180,o), -(345,181,cs), -(123,182,l), -(123,146,l) -); -}, -{ -closed = 1; -nodes = ( -(141,0,l), -(141,729,l), -(103,729,l), -(103,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (70,0); -ref = _Thorn.bowl; -} -); -width = 589; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (171,0); -}, -{ -name = ogonek; -pos = (272,0); -}, -{ -name = top; -pos = (171,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(381,111,ls), -(552,111,o), -(658,201,o), -(658,362,cs), -(658,523,o), -(552,613,o), -(381,613,cs), -(226,613,l), -(226,443,l), -(355,443,ls), -(413,443,o), -(452,420,o), -(452,362,cs), -(452,304,o), -(413,281,o), -(355,281,cs), -(226,281,l), -(226,111,l) -); -}, -{ -closed = 1; -nodes = ( -(272,0,l), -(272,729,l), -(69,729,l), -(69,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (168,0); -ref = _Thorn.bowl; -} -); -width = 618; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (90,0); -}, -{ -name = ogonek; -pos = (109,0); -}, -{ -name = top; -pos = (90,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(311,145,ls), -(470,145,o), -(566,231,o), -(566,365,cs), -(566,505,o), -(471,585,o), -(312,585,cs), -(98,585,l), -(98,548,l), -(309,548,ls), -(451,548,o), -(526,479,o), -(526,365,cs), -(526,254,o), -(452,181,o), -(309,181,cs), -(98,182,l), -(98,146,l) -); -}, -{ -closed = 1; -nodes = ( -(109,0,l), -(109,729,l), -(71,729,l), -(71,0,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (59,0); -ref = _Thorn.bowl; -} -); -width = 576; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (169,0); -}, -{ -name = ogonek; -pos = (283,0); -}, -{ -name = top; -pos = (169,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(420,104,ls), -(599,104,o), -(719,185,o), -(719,357,cs), -(719,509,o), -(623,610,o), -(420,610,cs), -(211,610,l), -(211,435,l), -(395,435,ls), -(448,435,o), -(489,419,o), -(489,357,cs), -(489,295,o), -(448,279,o), -(395,279,cs), -(211,279,l), -(211,104,l) -); -}, -{ -closed = 1; -nodes = ( -(283,0,l), -(283,729,l), -(54,729,l), -(54,0,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (159,0); -ref = _Thorn.bowl; -} -); -width = 689; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (122,0); -}, -{ -name = ogonek; -pos = (141,0); -}, -{ -name = top; -pos = (122,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(347,145,ls), -(497,144,o), -(593,231,o), -(593,365,cs), -(593,505,o), -(498,585,o), -(348,585,cs), -(123,585,l), -(123,548,l), -(345,548,ls), -(478,548,o), -(553,479,o), -(553,365,cs), -(553,254,o), -(479,180,o), -(345,181,cs), -(123,182,l), -(123,146,l) -); -}, -{ -closed = 1; -nodes = ( -(141,0,l), -(141,729,l), -(103,729,l), -(103,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (88,0); -ref = _Thorn.bowl; -} -); -width = 622; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (171,0); -}, -{ -name = ogonek; -pos = (272,0); -}, -{ -name = top; -pos = (171,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(381,111,ls), -(552,111,o), -(658,201,o), -(658,362,cs), -(658,523,o), -(552,613,o), -(381,613,cs), -(226,613,l), -(226,443,l), -(355,443,ls), -(413,443,o), -(452,420,o), -(452,362,cs), -(452,304,o), -(413,281,o), -(355,281,cs), -(226,281,l), -(226,111,l) -); -}, -{ -closed = 1; -nodes = ( -(272,0,l), -(272,729,l), -(69,729,l), -(69,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (183,0); -ref = _Thorn.bowl; -} -); -width = 660; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (28,0); -}, -{ -name = ogonek; -pos = (43,0); -}, -{ -name = top; -pos = (179,729); -}, -{ -name = topleft; -pos = (130,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(181,158,ls), -(301,158,o), -(362,235,o), -(387,348,cs), -(414,475,o), -(383,572,o), -(257,572,cs), -(128,572,l), -(124,544,l), -(249,544,ls), -(341,544,o), -(384,488,o), -(355,353,cs), -(328,225,o), -(267,186,o), -(185,186,cs), -(60,186,l), -(56,158,l) -); -}, -{ -closed = 1; -nodes = ( -(43,0,l), -(194,729,l), -(163,729,l), -(12,0,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (25,0); -ref = _Thorn.bowl; -} -); -width = 390; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (65,0); -}, -{ -name = ogonek; -pos = (157,0); -}, -{ -name = top; -pos = (215,729); -}, -{ -name = topleft; -pos = (124,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(206,106,ls), -(379,106,o), -(490,235,o), -(497,443,cs), -(502,563,o), -(438,623,o), -(313,623,cs), -(198,623,l), -(170,466,l), -(273,466,ls), -(301,466,o), -(316,452,o), -(315,416,cs), -(312,326,o), -(277,263,o), -(232,263,cs), -(135,263,l), -(107,106,l) -); -}, -{ -closed = 1; -nodes = ( -(157,0,l), -(309,729,l), -(124,729,l), -(-28,0,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (86,0); -ref = _Thorn.bowl; -} -); -width = 484; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (68,0); -}, -{ -name = ogonek; -pos = (86,0); -}, -{ -name = top; -pos = (219,729); -}, -{ -name = topleft; -pos = (127,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(357,145,ls), -(530,145,o), -(641,239,o), -(646,391,cs), -(650,504,o), -(585,584,o), -(452,584,cs), -(172,584,l), -(165,547,l), -(439,547,ls), -(544,547,o), -(610,497,o), -(607,389,cs), -(602,258,o), -(515,180,o), -(362,180,cs), -(100,180,l), -(94,145,l) -); -}, -{ -closed = 1; -nodes = ( -(86,0,l), -(238,729,l), -(200,729,l), -(49,0,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (56,0); -ref = _Thorn.bowl; -} -); -width = 658; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (114,0); -}, -{ -name = ogonek; -pos = (214,0); -}, -{ -name = top; -pos = (264,729); -}, -{ -name = topleft; -pos = (125,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(382,116,ls), -(556,116,o), -(681,220,o), -(687,390,cs), -(693,576,o), -(549,613,o), -(447,613,cs), -(282,613,l), -(251,436,l), -(415,436,ls), -(458,436,o), -(481,411,o), -(479,368,cs), -(477,312,o), -(442,277,o), -(380,277,cs), -(223,277,l), -(194,116,l) -); -}, -{ -closed = 1; -nodes = ( -(214,0,l), -(365,729,l), -(164,729,l), -(13,0,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (161,0); -ref = _Thorn.bowl; -} -); -width = 679; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (36,0); -}, -{ -name = ogonek; -pos = (55,0); -}, -{ -name = top; -pos = (187,729); -}, -{ -name = topleft; -pos = (127,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(414,145,ls), -(594,145,o), -(701,236,o), -(707,395,cs), -(711,511,o), -(635,584,o), -(481,584,cs), -(142,584,l), -(135,547,l), -(470,547,ls), -(595,547,o), -(671,502,o), -(667,392,cs), -(662,256,o), -(578,181,o), -(419,181,cs), -(71,181,l), -(64,145,l) -); -}, -{ -closed = 1; -nodes = ( -(55,0,l), -(206,729,l), -(168,729,l), -(17,0,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (36,0); -ref = _Thorn.bowl; -} -); -width = 714; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (112,0); -}, -{ -name = ogonek; -pos = (225,0); -}, -{ -name = top; -pos = (263,729); -}, -{ -name = topleft; -pos = (125,729); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(449,121,ls), -(637,121,o), -(765,207,o), -(771,391,cs), -(776,522,o), -(703,609,o), -(507,609,cs), -(293,609,l), -(263,436,l), -(454,436,ls), -(513,436,o), -(542,418,o), -(541,369,cs), -(539,306,o), -(501,278,o), -(425,278,cs), -(235,278,l), -(207,121,l) -); -}, -{ -closed = 1; -nodes = ( -(225,0,l), -(376,729,l), -(149,729,l), -(-2,0,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -pos = (176,0); -ref = _Thorn.bowl; -} -); -width = 752; -} -); -metricLeft = H; -metricRight = P; -unicode = 222; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_.glyph deleted file mode 100644 index 49f2333f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_.glyph +++ /dev/null @@ -1,1032 +0,0 @@ -{ -glyphname = U; -kernLeft = KO_U; -kernRight = KO_U; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (238,0); -}, -{ -name = ogonek; -pos = (345,0); -}, -{ -name = top; -pos = (238,729); -}, -{ -name = topright; -pos = (330,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(374,-10,o), -(451,64,o), -(451,244,cs), -(451,729,l), -(275,729,l), -(275,252,ls), -(275,214,o), -(275,153,o), -(239,153,cs), -(212,153,o), -(203,177,o), -(203,252,cs), -(203,729,l), -(25,729,l), -(25,244,ls), -(25,81,o), -(85,-10,o), -(237,-10,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(365,-9,o), -(451,62,o), -(451,212,cs), -(451,729,l), -(275,729,l), -(275,209,ls), -(275,177,o), -(268,155,o), -(239,155,cs), -(217,155,o), -(203,166,o), -(203,209,cs), -(203,729,l), -(25,729,l), -(25,212,ls), -(25,79,o), -(93,-9,o), -(237,-9,cs) -); -} -); -width = 476; -}, -{ -anchors = ( -{ -name = bottom; -pos = (225,0); -}, -{ -name = ogonek; -pos = (277,0); -}, -{ -name = top; -pos = (225,729); -}, -{ -name = topright; -pos = (376,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(337,-10,o), -(391,80,o), -(391,238,cs), -(391,729,l), -(360,729,l), -(360,241,ls), -(360,75,o), -(306,20,o), -(224,20,cs), -(144,20,o), -(89,75,o), -(89,241,cs), -(89,729,l), -(58,729,l), -(58,238,ls), -(58,81,o), -(111,-10,o), -(225,-10,cs) -); -} -); -width = 449; -}, -{ -anchors = ( -{ -name = bottom; -pos = (382,0); -}, -{ -name = ogonek; -pos = (455,0); -}, -{ -name = top; -pos = (382,729); -}, -{ -name = topright; -pos = (684,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(576,-8,o), -(703,75,o), -(703,294,cs), -(703,729,l), -(665,729,l), -(665,298,ls), -(665,125,o), -(585,29,o), -(381,29,cs), -(181,29,o), -(98,122,o), -(98,298,cs), -(98,729,l), -(60,729,l), -(60,294,ls), -(60,74,o), -(188,-8,o), -(381,-8,cs) -); -} -); -width = 763; -}, -{ -anchors = ( -{ -name = bottom; -pos = (400,0); -}, -{ -name = ogonek; -pos = (557,0); -}, -{ -name = top; -pos = (400,729); -}, -{ -name = topright; -pos = (569,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-10,o), -(766,122,o), -(766,319,cs), -(766,729,l), -(540,729,l), -(540,318,ls), -(540,206,o), -(482,176,o), -(399,176,cs), -(289,176,o), -(258,234,o), -(258,318,cs), -(258,729,l), -(33,729,l), -(33,319,ls), -(33,88,o), -(177,-10,o), -(399,-10,cs) -); -} -); -width = 799; -}, -{ -anchors = ( -{ -name = bottom; -pos = (182,0); -}, -{ -name = ogonek; -pos = (234,0); -}, -{ -name = top; -pos = (182,729); -}, -{ -name = topright; -pos = (321,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,-10,o), -(323,60,o), -(323,202,cs), -(323,729,l), -(292,729,l), -(292,202,ls), -(292,80,o), -(257,20,o), -(181,20,cs), -(106,20,o), -(71,80,o), -(71,202,cs), -(71,729,l), -(40,729,l), -(40,202,ls), -(40,60,o), -(86,-10,o), -(182,-10,cs) -); -} -); -width = 363; -}, -{ -anchors = ( -{ -name = bottom; -pos = (228,0); -}, -{ -name = ogonek; -pos = (335,0); -}, -{ -name = top; -pos = (228,729); -}, -{ -name = topright; -pos = (320,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(374,-10,o), -(451,64,o), -(451,244,cs), -(451,729,l), -(275,729,l), -(275,252,ls), -(275,214,o), -(275,153,o), -(239,153,cs), -(212,153,o), -(203,177,o), -(203,252,cs), -(203,729,l), -(25,729,l), -(25,244,ls), -(25,81,o), -(85,-10,o), -(237,-10,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(355,-9,o), -(441,62,o), -(441,212,cs), -(441,729,l), -(265,729,l), -(265,209,ls), -(265,177,o), -(258,155,o), -(229,155,cs), -(207,155,o), -(193,166,o), -(193,209,cs), -(193,729,l), -(15,729,l), -(15,212,ls), -(15,79,o), -(83,-9,o), -(227,-9,cs) -); -} -); -width = 456; -}, -{ -anchors = ( -{ -name = bottom; -pos = (342,0); -}, -{ -name = ogonek; -pos = (424,0); -}, -{ -name = top; -pos = (342,729); -}, -{ -name = topright; -pos = (584,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-8,o), -(621,99,o), -(621,260,cs), -(621,729,l), -(584,729,l), -(584,264,ls), -(584,122,o), -(507,29,o), -(342,29,cs), -(194,29,o), -(100,105,o), -(100,264,cs), -(100,729,l), -(62,729,l), -(62,260,ls), -(62,90,o), -(169,-8,o), -(342,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 683; -}, -{ -anchors = ( -{ -name = bottom; -pos = (345,0); -}, -{ -name = ogonek; -pos = (473,0); -}, -{ -name = top; -pos = (345,729); -}, -{ -name = topright; -pos = (502,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(547,-10,o), -(668,99,o), -(668,284,cs), -(668,729,l), -(465,729,l), -(465,283,ls), -(465,211,o), -(420,169,o), -(345,169,cs), -(271,169,o), -(224,213,o), -(224,283,cs), -(224,729,l), -(21,729,l), -(21,284,ls), -(21,104,o), -(146,-10,o), -(343,-10,cs) -); -} -); -width = 689; -}, -{ -anchors = ( -{ -name = bottom; -pos = (372,0); -}, -{ -name = ogonek; -pos = (445,0); -}, -{ -name = top; -pos = (372,729); -}, -{ -name = topright; -pos = (674,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(566,-8,o), -(693,75,o), -(693,294,cs), -(693,729,l), -(655,729,l), -(655,298,ls), -(655,125,o), -(575,29,o), -(371,29,cs), -(171,29,o), -(88,122,o), -(88,298,cs), -(88,729,l), -(50,729,l), -(50,294,ls), -(50,74,o), -(178,-8,o), -(371,-8,cs) -); -} -); -width = 743; -}, -{ -anchors = ( -{ -name = bottom; -pos = (385,0); -}, -{ -name = ogonek; -pos = (542,0); -}, -{ -name = top; -pos = (385,729); -}, -{ -name = topright; -pos = (554,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(644,-10,o), -(751,122,o), -(751,319,cs), -(751,729,l), -(525,729,l), -(525,318,ls), -(525,206,o), -(467,176,o), -(384,176,cs), -(274,176,o), -(243,234,o), -(243,318,cs), -(243,729,l), -(18,729,l), -(18,319,ls), -(18,88,o), -(162,-10,o), -(384,-10,cs) -); -} -); -width = 769; -}, -{ -anchors = ( -{ -name = bottom; -pos = (361,0); -}, -{ -name = ogonek; -pos = (443,0); -}, -{ -name = top; -pos = (361,729); -}, -{ -name = topright; -pos = (599,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(540,-8,o), -(636,99,o), -(636,260,cs), -(636,729,l), -(599,729,l), -(599,264,ls), -(599,122,o), -(524,29,o), -(361,29,cs), -(217,29,o), -(125,105,o), -(125,264,cs), -(125,729,l), -(87,729,l), -(87,260,ls), -(87,90,o), -(192,-8,o), -(361,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 723; -}, -{ -anchors = ( -{ -name = bottom; -pos = (367,0); -}, -{ -name = ogonek; -pos = (493,0); -}, -{ -name = top; -pos = (367,729); -}, -{ -name = topright; -pos = (518,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(563,-10,o), -(682,99,o), -(682,284,cs), -(682,729,l), -(481,729,l), -(481,279,ls), -(481,207,o), -(438,165,o), -(367,165,cs), -(295,165,o), -(252,207,o), -(252,279,cs), -(252,729,l), -(51,729,l), -(51,284,ls), -(51,94,o), -(162,-10,o), -(365,-10,cs) -); -} -); -width = 734; -}, -{ -anchors = ( -{ -name = bottom; -pos = (182,0); -}, -{ -name = ogonek; -pos = (230,0); -}, -{ -name = top; -pos = (322,729); -}, -{ -name = topright; -pos = (472,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(266,-10,o), -(339,24,o), -(376,199,cs), -(488,729,l), -(456,729,l), -(349,209,ls), -(323,84,o), -(284,21,o), -(187,21,cs), -(96,21,o), -(48,62,o), -(88,251,cs), -(188,729,l), -(156,729,l), -(57,249,ls), -(22,77,o), -(56,-10,o), -(182,-10,cs) -); -} -); -width = 449; -}, -{ -anchors = ( -{ -name = bottom; -pos = (184,0); -}, -{ -name = ogonek; -pos = (300,0); -}, -{ -name = top; -pos = (333,729); -}, -{ -name = topright; -pos = (415,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(324,-10,o), -(404,59,o), -(438,225,cs), -(542,729,l), -(368,729,l), -(267,248,ls), -(252,176,o), -(240,153,o), -(216,153,cs), -(193,153,o), -(182,173,o), -(199,255,cs), -(297,729,l), -(120,729,l), -(22,259,ls), -(-14,86,o), -(35,-10,o), -(201,-10,cs) -); -} -); -width = 472; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = ogonek; -pos = (380,0); -}, -{ -name = top; -pos = (452,729); -}, -{ -name = topright; -pos = (689,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(500,-10,o), -(592,88,o), -(627,255,cs), -(726,729,l), -(689,729,l), -(590,260,ls), -(553,85,o), -(453,25,o), -(322,25,cs), -(169,25,o), -(89,125,o), -(120,274,cs), -(215,729,l), -(178,729,l), -(83,275,ls), -(47,104,o), -(140,-10,o), -(318,-10,cs) -); -} -); -width = 712; -}, -{ -anchors = ( -{ -name = bottom; -pos = (314,0); -}, -{ -name = ogonek; -pos = (437,0); -}, -{ -name = top; -pos = (455,729); -}, -{ -name = topright; -pos = (595,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(499,-10,o), -(632,77,o), -(671,263,cs), -(769,729,l), -(572,729,l), -(483,302,ls), -(466,222,o), -(430,169,o), -(344,169,cs), -(272,169,o), -(231,211,o), -(249,300,cs), -(338,729,l), -(141,729,l), -(53,306,ls), -(15,121,o), -(107,-10,o), -(324,-10,cs) -); -} -); -width = 722; -}, -{ -anchors = ( -{ -name = bottom; -pos = (352,0); -}, -{ -name = ogonek; -pos = (399,0); -}, -{ -name = top; -pos = (475,729); -}, -{ -name = topright; -pos = (755,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(528,-8,o), -(655,65,o), -(699,276,cs), -(793,729,l), -(755,729,l), -(663,289,ls), -(627,119,o), -(544,28,o), -(358,28,cs), -(171,28,o), -(68,122,o), -(107,308,cs), -(195,729,l), -(157,729,l), -(68,305,ls), -(27,109,o), -(137,-8,o), -(352,-8,cs) -); -} -); -width = 757; -}, -{ -anchors = ( -{ -name = bottom; -pos = (347,0); -}, -{ -name = ogonek; -pos = (505,0); -}, -{ -name = top; -pos = (490,729); -}, -{ -name = topright; -pos = (657,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(609,-10,o), -(719,94,o), -(759,283,cs), -(853,729,l), -(629,729,l), -(538,293,ls), -(523,223,o), -(480,176,o), -(383,176,cs), -(282,176,o), -(246,228,o), -(263,310,cs), -(350,729,l), -(127,729,l), -(43,325,ls), -(-1,112,o), -(116,-10,o), -(368,-10,cs) -); -} -); -width = 793; -} -); -unicode = 85; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_acute.glyph deleted file mode 100644 index 8308d6a7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_acute.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Uacute; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (169,57); -ref = acutecomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (126,51); -ref = acutecomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (324,57); -ref = acutecomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (283,56); -ref = acutecomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (146,57); -ref = acutecomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (126,51); -ref = acutecomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (307,57); -ref = acutecomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (254,51); -ref = acutecomb; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (324,57); -ref = acutecomb; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (278,56); -ref = acutecomb; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (305,57); -ref = acutecomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (257,51); -ref = acutecomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (181,57); -ref = acutecomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (138,51); -ref = acutecomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (310,57); -ref = acutecomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (260,51); -ref = acutecomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (332,57); -ref = acutecomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (290,56); -ref = acutecomb; -} -); -width = 793; -} -); -unicode = 218; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_breve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_breve.glyph deleted file mode 100644 index cbfacfe8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_breve.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Ubreve; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (101,57); -ref = brevecomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (43,51); -ref = brevecomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (208,57); -ref = brevecomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (161,56); -ref = brevecomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (78,57); -ref = brevecomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (43,51); -ref = brevecomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (194,51); -ref = brevecomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (147,51); -ref = brevecomb; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (208,57); -ref = brevecomb; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (156,56); -ref = brevecomb; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (194,51); -ref = brevecomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (156,51); -ref = brevecomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (108,57); -ref = brevecomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (53,51); -ref = brevecomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (196,57); -ref = brevecomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (143,51); -ref = brevecomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (210,57); -ref = brevecomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (168,51); -ref = brevecomb; -} -); -width = 793; -} -); -unicode = 364; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_circumflex.glyph deleted file mode 100644 index 348f9dfd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_circumflex.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Ucircumflex; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (96,57); -ref = circumflexcomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (21,51); -ref = circumflexcomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (203,57); -ref = circumflexcomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (109,56); -ref = circumflexcomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (73,57); -ref = circumflexcomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (21,51); -ref = circumflexcomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (198,57); -ref = circumflexcomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (119,51); -ref = circumflexcomb; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (203,57); -ref = circumflexcomb; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (104,56); -ref = circumflexcomb; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (198,57); -ref = circumflexcomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (128,51); -ref = circumflexcomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (107,57); -ref = circumflexcomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (31,51); -ref = circumflexcomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (200,57); -ref = circumflexcomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (126,51); -ref = circumflexcomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (209,57); -ref = circumflexcomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (114,56); -ref = circumflexcomb; -} -); -width = 793; -} -); -unicode = 219; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_dieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_dieresis.glyph deleted file mode 100644 index aca3f966..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_dieresis.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Udieresis; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (107,57); -ref = dieresiscomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (13,51); -ref = dieresiscomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (205,57); -ref = dieresiscomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (117,51); -ref = dieresiscomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (84,57); -ref = dieresiscomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (13,51); -ref = dieresiscomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (200,57); -ref = dieresiscomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (123,51); -ref = dieresiscomb; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (205,57); -ref = dieresiscomb; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (112,51); -ref = dieresiscomb; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (200,57); -ref = dieresiscomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (132,51); -ref = dieresiscomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (113,57); -ref = dieresiscomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (16,51); -ref = dieresiscomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (205,57); -ref = dieresiscomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (126,51); -ref = dieresiscomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (213,57); -ref = dieresiscomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (121,51); -ref = dieresiscomb; -} -); -width = 793; -} -); -unicode = 220; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_dieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_dieresis.ss01.glyph deleted file mode 100644 index 7377df02..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_dieresis.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Udieresis.ss01; -kernLeft = KO_U; -kernRight = KO_U; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (118,57); -ref = dieresiscomb.ss01; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (14,51); -ref = dieresiscomb.ss01; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (238,57); -ref = dieresiscomb.ss01; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (139,51); -ref = dieresiscomb.ss01; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (95,57); -ref = dieresiscomb.ss01; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (14,51); -ref = dieresiscomb.ss01; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (227,57); -ref = dieresiscomb.ss01; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = U; -}, -{ -pos = (135,51); -ref = dieresiscomb.ss01; -} -); -width = 689; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = U; -}, -{ -pos = (238,57); -ref = dieresiscomb.ss01; -} -); -width = 743; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = U; -}, -{ -pos = (134,51); -ref = dieresiscomb.ss01; -} -); -width = 769; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (225,57); -ref = dieresiscomb.ss01; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (144,51); -ref = dieresiscomb.ss01; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (126,57); -ref = dieresiscomb.ss01; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (24,51); -ref = dieresiscomb.ss01; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (227,57); -ref = dieresiscomb.ss01; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (142,51); -ref = dieresiscomb.ss01; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (250,57); -ref = dieresiscomb.ss01; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (150,51); -ref = dieresiscomb.ss01; -} -); -width = 793; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_dotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_dotbelow.glyph deleted file mode 100644 index 8ac7d4a9..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_dotbelow.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Udotbelow; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (162,0); -ref = dotbelowcomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (120,0); -ref = dotbelowcomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (310,0); -ref = dotbelowcomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (247,0); -ref = dotbelowcomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (139,0); -ref = dotbelowcomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (120,0); -ref = dotbelowcomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (290,0); -ref = dotbelowcomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (241,0); -ref = dotbelowcomb; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (310,0); -ref = dotbelowcomb; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (242,0); -ref = dotbelowcomb; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (288,0); -ref = dotbelowcomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (246,0); -ref = dotbelowcomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (172,0); -ref = dotbelowcomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (119,0); -ref = dotbelowcomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (299,0); -ref = dotbelowcomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (243,0); -ref = dotbelowcomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (335,0); -ref = dotbelowcomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (250,0); -ref = dotbelowcomb; -} -); -width = 793; -} -); -unicode = 7908; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_dotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_dotbelow.ss01.glyph deleted file mode 100644 index 8af86d92..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_dotbelow.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Udotbelow.ss01; -kernLeft = KO_U; -kernRight = KO_U; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (170,0); -ref = dotbelowcomb.ss01; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (109,0); -ref = dotbelowcomb.ss01; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (323,0); -ref = dotbelowcomb.ss01; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (259,0); -ref = dotbelowcomb.ss01; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (147,0); -ref = dotbelowcomb.ss01; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (109,0); -ref = dotbelowcomb.ss01; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (303,0); -ref = dotbelowcomb.ss01; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = U; -}, -{ -pos = (230,0); -ref = dotbelowcomb.ss01; -} -); -width = 689; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = U; -}, -{ -pos = (323,0); -ref = dotbelowcomb.ss01; -} -); -width = 743; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = U; -}, -{ -pos = (254,0); -ref = dotbelowcomb.ss01; -} -); -width = 769; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (301,0); -ref = dotbelowcomb.ss01; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (233,0); -ref = dotbelowcomb.ss01; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (180,0); -ref = dotbelowcomb.ss01; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (110,0); -ref = dotbelowcomb.ss01; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (312,0); -ref = dotbelowcomb.ss01; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (234,0); -ref = dotbelowcomb.ss01; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (346,0); -ref = dotbelowcomb.ss01; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (264,0); -ref = dotbelowcomb.ss01; -} -); -width = 793; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_grave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_grave.glyph deleted file mode 100644 index 2c0128c6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_grave.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Ugrave; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (91,57); -ref = gravecomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (29,51); -ref = gravecomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (238,57); -ref = gravecomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (166,56); -ref = gravecomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (68,57); -ref = gravecomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (29,51); -ref = gravecomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (228,57); -ref = gravecomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (157,51); -ref = gravecomb; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (238,57); -ref = gravecomb; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (161,56); -ref = gravecomb; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (226,57); -ref = gravecomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (168,51); -ref = gravecomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (104,57); -ref = gravecomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (48,51); -ref = gravecomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (233,57); -ref = gravecomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (159,51); -ref = gravecomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (245,57); -ref = gravecomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (173,56); -ref = gravecomb; -} -); -width = 793; -} -); -unicode = 217; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_hookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_hookabove.glyph deleted file mode 100644 index 11bdce8f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_hookabove.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Uhookabove; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (144,57); -ref = hookabovecomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (99,50); -ref = hookabovecomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (274,57); -ref = hookabovecomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (247,51); -ref = hookabovecomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (121,57); -ref = hookabovecomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (99,50); -ref = hookabovecomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (254,57); -ref = hookabovecomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (203,51); -ref = hookabovecomb; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (274,57); -ref = hookabovecomb; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (242,51); -ref = hookabovecomb; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (252,57); -ref = hookabovecomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (211,51); -ref = hookabovecomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (133,56); -ref = hookabovecomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (102,49); -ref = hookabovecomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (263,56); -ref = hookabovecomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (200,50); -ref = hookabovecomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (287,56); -ref = hookabovecomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (238,48); -ref = hookabovecomb; -} -); -width = 793; -} -); -unicode = 7910; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_horn.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_horn.glyph deleted file mode 100644 index ac169aaa..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_horn.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Uhorn; -kernLeft = KO_U; -kernRight = KO_Uhorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (336,213); -ref = horncomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (290,187); -ref = horncomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (644,204); -ref = horncomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (529,119); -ref = horncomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (301,213); -ref = horncomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (290,187); -ref = horncomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (564,220); -ref = horncomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = U; -}, -{ -pos = (483,139); -ref = horncomb; -} -); -width = 689; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = U; -}, -{ -pos = (644,204); -ref = horncomb; -} -); -width = 743; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = U; -}, -{ -pos = (524,119); -ref = horncomb; -} -); -width = 769; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (556,220); -ref = horncomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (479,139); -ref = horncomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (379,213); -ref = horncomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (319,187); -ref = horncomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (597,219); -ref = horncomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (489,139); -ref = horncomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (660,204); -ref = horncomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (545,107); -ref = horncomb; -} -); -width = 793; -} -); -unicode = 431; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_hornacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_hornacute.glyph deleted file mode 100644 index d812f9b0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_hornacute.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Uhornacute; -kernLeft = KO_U; -kernRight = KO_Uhorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (169,57); -ref = acutecomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (126,51); -ref = acutecomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (324,57); -ref = acutecomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (283,56); -ref = acutecomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (146,57); -ref = acutecomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (126,51); -ref = acutecomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (307,57); -ref = acutecomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (254,51); -ref = acutecomb; -} -); -width = 689; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (324,57); -ref = acutecomb; -} -); -width = 743; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (278,56); -ref = acutecomb; -} -); -width = 769; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (305,57); -ref = acutecomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (257,51); -ref = acutecomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (181,57); -ref = acutecomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (138,51); -ref = acutecomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (310,57); -ref = acutecomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (260,51); -ref = acutecomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (332,57); -ref = acutecomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (290,56); -ref = acutecomb; -} -); -width = 793; -} -); -unicode = 7912; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_horndotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_horndotbelow.glyph deleted file mode 100644 index 5be0f4a8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_horndotbelow.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Uhorndotbelow; -kernLeft = KO_U; -kernRight = KO_Uhorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (162,0); -ref = dotbelowcomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (120,0); -ref = dotbelowcomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (310,0); -ref = dotbelowcomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (247,0); -ref = dotbelowcomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (139,0); -ref = dotbelowcomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (120,0); -ref = dotbelowcomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (290,0); -ref = dotbelowcomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (241,0); -ref = dotbelowcomb; -} -); -width = 689; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (310,0); -ref = dotbelowcomb; -} -); -width = 743; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (242,0); -ref = dotbelowcomb; -} -); -width = 769; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (288,0); -ref = dotbelowcomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (246,0); -ref = dotbelowcomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (172,0); -ref = dotbelowcomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (119,0); -ref = dotbelowcomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (299,0); -ref = dotbelowcomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (243,0); -ref = dotbelowcomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (335,0); -ref = dotbelowcomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (250,0); -ref = dotbelowcomb; -} -); -width = 793; -} -); -unicode = 7920; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_horndotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_horndotbelow.ss01.glyph deleted file mode 100644 index 50edb991..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_horndotbelow.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = Uhorndotbelow.ss01; -kernLeft = KO_U; -kernRight = KO_Uhorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (170,0); -ref = dotbelowcomb.ss01; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (109,0); -ref = dotbelowcomb.ss01; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (323,0); -ref = dotbelowcomb.ss01; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (259,0); -ref = dotbelowcomb.ss01; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (147,0); -ref = dotbelowcomb.ss01; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (109,0); -ref = dotbelowcomb.ss01; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (303,0); -ref = dotbelowcomb.ss01; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (230,0); -ref = dotbelowcomb.ss01; -} -); -width = 689; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (323,0); -ref = dotbelowcomb.ss01; -} -); -width = 743; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (254,0); -ref = dotbelowcomb.ss01; -} -); -width = 769; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (301,0); -ref = dotbelowcomb.ss01; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (233,0); -ref = dotbelowcomb.ss01; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (180,0); -ref = dotbelowcomb.ss01; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (110,0); -ref = dotbelowcomb.ss01; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (312,0); -ref = dotbelowcomb.ss01; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (234,0); -ref = dotbelowcomb.ss01; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (346,0); -ref = dotbelowcomb.ss01; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (264,0); -ref = dotbelowcomb.ss01; -} -); -width = 793; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_horngrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_horngrave.glyph deleted file mode 100644 index 5b96c645..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_horngrave.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Uhorngrave; -kernLeft = KO_U; -kernRight = KO_Uhorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (91,57); -ref = gravecomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (29,51); -ref = gravecomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (238,57); -ref = gravecomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (166,56); -ref = gravecomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (68,57); -ref = gravecomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (29,51); -ref = gravecomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (228,57); -ref = gravecomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (157,51); -ref = gravecomb; -} -); -width = 689; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (238,57); -ref = gravecomb; -} -); -width = 743; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (161,56); -ref = gravecomb; -} -); -width = 769; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (226,57); -ref = gravecomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (168,51); -ref = gravecomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (104,57); -ref = gravecomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (48,51); -ref = gravecomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (233,57); -ref = gravecomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (159,51); -ref = gravecomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (245,57); -ref = gravecomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (173,56); -ref = gravecomb; -} -); -width = 793; -} -); -unicode = 7914; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_hornhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_hornhookabove.glyph deleted file mode 100644 index 18d5422f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_hornhookabove.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Uhornhookabove; -kernLeft = KO_U; -kernRight = KO_Uhorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (144,57); -ref = hookabovecomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (99,50); -ref = hookabovecomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (274,57); -ref = hookabovecomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (247,51); -ref = hookabovecomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (121,57); -ref = hookabovecomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (99,50); -ref = hookabovecomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (254,57); -ref = hookabovecomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (203,51); -ref = hookabovecomb; -} -); -width = 689; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (274,57); -ref = hookabovecomb; -} -); -width = 743; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (242,51); -ref = hookabovecomb; -} -); -width = 769; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (252,57); -ref = hookabovecomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (211,51); -ref = hookabovecomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (133,56); -ref = hookabovecomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (102,49); -ref = hookabovecomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (263,56); -ref = hookabovecomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (200,50); -ref = hookabovecomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (287,56); -ref = hookabovecomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (238,48); -ref = hookabovecomb; -} -); -width = 793; -} -); -unicode = 7916; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_horntilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_horntilde.glyph deleted file mode 100644 index 8006fe8e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_horntilde.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = Uhorntilde; -kernLeft = KO_U; -kernRight = KO_Uhorn; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (85,57); -ref = tildecomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (6,50); -ref = tildecomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (175,57); -ref = tildecomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (136,56); -ref = tildecomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (62,57); -ref = tildecomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (6,50); -ref = tildecomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Uhorn; -}, -{ -alignment = -1; -pos = (173,57); -ref = tildecomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (108,51); -ref = tildecomb; -} -); -width = 689; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (175,57); -ref = tildecomb; -} -); -width = 743; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (131,56); -ref = tildecomb; -} -); -width = 769; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (173,57); -ref = tildecomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (117,51); -ref = tildecomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (97,57); -ref = tildecomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (15,50); -ref = tildecomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (178,57); -ref = tildecomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (111,51); -ref = tildecomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (183,57); -ref = tildecomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Uhorn; -}, -{ -pos = (146,51); -ref = tildecomb; -} -); -width = 793; -} -); -unicode = 7918; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_hungarumlaut.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_hungarumlaut.glyph deleted file mode 100644 index 940d5fa9..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_hungarumlaut.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Uhungarumlaut; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (128,57); -ref = hungarumlautcomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (55,51); -ref = hungarumlautcomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (253,57); -ref = hungarumlautcomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (183,56); -ref = hungarumlautcomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (105,57); -ref = hungarumlautcomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (55,51); -ref = hungarumlautcomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (241,57); -ref = hungarumlautcomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (153,51); -ref = hungarumlautcomb; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (253,57); -ref = hungarumlautcomb; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (178,56); -ref = hungarumlautcomb; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (239,57); -ref = hungarumlautcomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (160,51); -ref = hungarumlautcomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (139,57); -ref = hungarumlautcomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (57,51); -ref = hungarumlautcomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (244,57); -ref = hungarumlautcomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (160,51); -ref = hungarumlautcomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (260,57); -ref = hungarumlautcomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (185,56); -ref = hungarumlautcomb; -} -); -width = 793; -} -); -unicode = 368; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_macron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_macron.glyph deleted file mode 100644 index ac00265e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_macron.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Umacron; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (88,58); -ref = macroncomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (44,49); -ref = macroncomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (154,58); -ref = macroncomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (136,56); -ref = macroncomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (65,58); -ref = macroncomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (44,49); -ref = macroncomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (162,57); -ref = macroncomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (124,51); -ref = macroncomb; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (154,58); -ref = macroncomb; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (131,56); -ref = macroncomb; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (162,57); -ref = macroncomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (133,51); -ref = macroncomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (99,58); -ref = macroncomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (54,49); -ref = macroncomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (166,57); -ref = macroncomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (147,51); -ref = macroncomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (161,58); -ref = macroncomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (142,56); -ref = macroncomb; -} -); -width = 793; -} -); -unicode = 362; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_ogonek.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_ogonek.glyph deleted file mode 100644 index 97a93efb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_ogonek.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Uogonek; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (156,0); -ref = ogonekcomb.e; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (142,0); -ref = ogonekcomb.e; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (326,0); -ref = ogonekcomb.e; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (289,0); -ref = ogonekcomb.e; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (133,0); -ref = ogonekcomb.e; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (142,0); -ref = ogonekcomb.e; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (309,2); -ref = ogonekcomb.e; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (248,0); -ref = ogonekcomb.e; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (326,0); -ref = ogonekcomb.e; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (284,0); -ref = ogonekcomb.e; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (313,2); -ref = ogonekcomb.e; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (259,0); -ref = ogonekcomb.e; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (164,0); -ref = ogonekcomb.e; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (157,0); -ref = ogonekcomb.e; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (307,2); -ref = ogonekcomb.e; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (262,0); -ref = ogonekcomb.e; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (320,0); -ref = ogonekcomb.e; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (282,0); -ref = ogonekcomb.e; -} -); -width = 793; -} -); -unicode = 370; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_ring.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_ring.glyph deleted file mode 100644 index 60dbaa36..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_ring.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Uring; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (122,57); -ref = ringcomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (84,51); -ref = ringcomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (234,57); -ref = ringcomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (216,56); -ref = ringcomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (99,57); -ref = ringcomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (84,51); -ref = ringcomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (229,57); -ref = ringcomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (197,51); -ref = ringcomb; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (234,57); -ref = ringcomb; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (211,56); -ref = ringcomb; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (227,57); -ref = ringcomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (206,51); -ref = ringcomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (134,57); -ref = ringcomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (95,51); -ref = ringcomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (233,57); -ref = ringcomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (200,51); -ref = ringcomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (239,57); -ref = ringcomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (220,51); -ref = ringcomb; -} -); -width = 793; -} -); -unicode = 366; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/U_tilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/U_tilde.glyph deleted file mode 100644 index ec3234f3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/U_tilde.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = Utilde; -kernLeft = KO_U; -kernRight = KO_Uacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = U; -}, -{ -pos = (85,57); -ref = tildecomb; -} -); -width = 449; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = U; -}, -{ -pos = (6,50); -ref = tildecomb; -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = U; -}, -{ -pos = (175,57); -ref = tildecomb; -} -); -width = 763; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = U; -}, -{ -pos = (136,56); -ref = tildecomb; -} -); -width = 799; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (62,57); -ref = tildecomb; -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (6,50); -ref = tildecomb; -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (173,57); -ref = tildecomb; -} -); -width = 723; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (108,51); -ref = tildecomb; -} -); -width = 721; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (175,57); -ref = tildecomb; -} -); -width = 763; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (131,56); -ref = tildecomb; -} -); -width = 799; -}, -{ -layerId = m019; -shapes = ( -{ -ref = U; -}, -{ -pos = (173,57); -ref = tildecomb; -} -); -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -ref = U; -}, -{ -pos = (117,51); -ref = tildecomb; -} -); -width = 734; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = U; -}, -{ -pos = (97,57); -ref = tildecomb; -} -); -width = 449; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = U; -}, -{ -pos = (15,50); -ref = tildecomb; -} -); -width = 472; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = U; -}, -{ -pos = (178,57); -ref = tildecomb; -} -); -width = 712; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = U; -}, -{ -pos = (111,51); -ref = tildecomb; -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = U; -}, -{ -pos = (183,57); -ref = tildecomb; -} -); -width = 757; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = U; -}, -{ -pos = (146,51); -ref = tildecomb; -} -); -width = 793; -} -); -unicode = 360; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/V_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/V_.glyph deleted file mode 100644 index 19c4bd61..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/V_.glyph +++ /dev/null @@ -1,865 +0,0 @@ -{ -glyphname = V; -kernLeft = KO_V; -kernRight = KO_V; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (234,0); -}, -{ -name = top; -pos = (234,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(350,0,l), -(457,729,l), -(290,729,l), -(248,316,l), -(237,166,l), -(230,166,l), -(217,317,l), -(177,729,l), -(10,729,l), -(116,0,l) -); -}, -{ -closed = 1; -nodes = ( -(850,0,l), -(957,729,l), -(790,729,l), -(748,316,ls), -(744,273,o), -(741,229,o), -(737,166,c), -(730,166,l), -(726,230,o), -(721,273,o), -(717,317,cs), -(677,729,l), -(510,729,l), -(616,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,0,l), -(457,729,l), -(290,729,l), -(248,316,l), -(237,146,l), -(230,146,l), -(217,317,l), -(177,729,l), -(10,729,l), -(116,0,l) -); -} -); -width = 467; -}, -{ -anchors = ( -{ -name = bottom; -pos = (198,0); -}, -{ -name = top; -pos = (198,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(219,0,l), -(384,729,l), -(351,729,l), -(230,189,l), -(199,37,l), -(193,37,l), -(162,191,l), -(43,729,l), -(10,729,l), -(174,0,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,0,l), -(384,729,l), -(351,729,l), -(230,189,l), -(199,30,l), -(193,30,l), -(162,191,l), -(43,729,l), -(10,729,l), -(172,0,l) -); -} -); -width = 394; -}, -{ -anchors = ( -{ -name = bottom; -pos = (413,0); -}, -{ -name = top; -pos = (413,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(436,0,l), -(806,729,l), -(764,729,l), -(442,96,l), -(414,38,l), -(408,38,l), -(380,95,l), -(58,729,l), -(16,729,l), -(385,0,l) -); -} -); -width = 822; -}, -{ -anchors = ( -{ -name = bottom; -pos = (438,0); -}, -{ -name = top; -pos = (438,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(586,0,l), -(884,729,l), -(632,729,l), -(470,262,l), -(442,179,l), -(435,179,l), -(406,264,l), -(245,729,l), -(-7,729,l), -(291,0,l) -); -} -); -width = 877; -}, -{ -anchors = ( -{ -name = bottom; -pos = (175,0); -}, -{ -name = top; -pos = (175,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(369,729,l), -(336,729,l), -(215,189,l), -(184,37,l), -(178,37,l), -(147,191,l), -(28,729,l), -(-5,729,l), -(159,0,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(194,0,l), -(341,729,l), -(308,729,l), -(205,205,l), -(174,50,l), -(173,50,l), -(141,207,l), -(40,729,l), -(7,729,l), -(152,0,l) -); -} -); -width = 348; -}, -{ -anchors = ( -{ -name = bottom; -pos = (244,0); -}, -{ -name = top; -pos = (244,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(367,0,l), -(474,729,l), -(307,729,l), -(265,316,l), -(254,166,l), -(247,166,l), -(234,317,l), -(194,729,l), -(27,729,l), -(133,0,l) -); -}, -{ -closed = 1; -nodes = ( -(867,0,l), -(974,729,l), -(807,729,l), -(765,316,ls), -(761,273,o), -(758,229,o), -(754,166,c), -(747,166,l), -(743,230,o), -(738,273,o), -(734,317,cs), -(694,729,l), -(527,729,l), -(633,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(355,0,l), -(477,729,l), -(300,729,l), -(258,375,l), -(243,229,l), -(242,229,l), -(227,376,l), -(187,729,l), -(0,729,l), -(121,0,l) -); -} -); -width = 477; -}, -{ -anchors = ( -{ -name = bottom; -pos = (316,0); -}, -{ -name = top; -pos = (316,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(368,0,l), -(651,729,l), -(611,729,l), -(382,135,l), -(344,35,l), -(338,35,l), -(300,135,l), -(73,729,l), -(31,729,l), -(314,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(340,0,l), -(626,729,l), -(586,729,l), -(431,333,l), -(317,40,l), -(316,40,l), -(202,333,l), -(48,729,l), -(6,729,l), -(292,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 632; -}, -{ -anchors = ( -{ -name = bottom; -pos = (382,0); -}, -{ -name = top; -pos = (382,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(536,0,l), -(778,729,l), -(551,729,l), -(442,336,l), -(403,193,l), -(395,193,l), -(355,337,l), -(247,729,l), -(20,729,l), -(263,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(515,0,l), -(765,729,l), -(536,729,l), -(412,315,l), -(383,219,l), -(382,219,l), -(352,315,l), -(228,729,l), -(-5,729,l), -(248,0,l) -); -} -); -width = 760; -}, -{ -anchors = ( -{ -name = bottom; -pos = (408,0); -}, -{ -name = top; -pos = (408,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(429,0,l), -(801,729,l), -(757,729,l), -(463,148,l), -(407,38,l), -(406,38,l), -(348,148,l), -(55,729,l), -(11,729,l), -(384,0,l) -); -} -); -width = 812; -}, -{ -anchors = ( -{ -name = bottom; -pos = (432,0); -}, -{ -name = top; -pos = (432,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(574,0,l), -(878,729,l), -(629,729,l), -(482,334,l), -(437,209,l), -(436,209,l), -(390,334,l), -(244,729,l), -(-10,729,l), -(295,0,l) -); -} -); -width = 868; -}, -{ -anchors = ( -{ -name = bottom; -pos = (337,0); -}, -{ -name = top; -pos = (337,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(371,0,l), -(654,729,l), -(614,729,l), -(385,135,l), -(347,35,l), -(341,35,l), -(303,135,l), -(76,729,l), -(34,729,l), -(317,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(359,0,l), -(617,729,l), -(576,729,l), -(396,210,l), -(337,36,l), -(331,36,l), -(268,210,l), -(81,729,l), -(41,729,l), -(309,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 657; -}, -{ -anchors = ( -{ -name = bottom; -pos = (380,0); -}, -{ -name = top; -pos = (380,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(527,0,l), -(769,729,l), -(542,729,l), -(433,336,l), -(394,193,l), -(386,193,l), -(346,337,l), -(238,729,l), -(11,729,l), -(254,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(516,0,l), -(750,729,l), -(529,729,l), -(411,277,l), -(389,169,l), -(377,169,l), -(354,277,l), -(236,729,l), -(10,729,l), -(246,0,l) -); -} -); -width = 760; -}, -{ -anchors = ( -{ -name = bottom; -pos = (153,0); -}, -{ -name = top; -pos = (304,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,0,l), -(478,729,l), -(444,729,l), -(212,189,l), -(149,27,l), -(143,27,l), -(145,191,l), -(140,729,l), -(108,729,l), -(119,0,l) -); -} -); -width = 389; -}, -{ -anchors = ( -{ -name = bottom; -pos = (198,0); -}, -{ -name = top; -pos = (335,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(329,0,l), -(587,729,l), -(421,729,l), -(297,316,l), -(252,166,l), -(245,166,l), -(266,317,l), -(310,729,l), -(145,729,l), -(99,0,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(316,0,l), -(582,729,l), -(398,729,l), -(275,320,l), -(230,152,l), -(222,152,l), -(237,323,l), -(271,729,l), -(104,729,l), -(77,0,l) -); -} -); -width = 497; -}, -{ -anchors = ( -{ -name = bottom; -pos = (288,0); -}, -{ -name = top; -pos = (439,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(301,0,l), -(731,729,l), -(688,729,l), -(335,124,l), -(284,36,l), -(279,36,l), -(264,124,l), -(166,729,l), -(128,729,l), -(248,0,l) -); -} -); -width = 665; -}, -{ -anchors = ( -{ -name = bottom; -pos = (334,0); -}, -{ -name = top; -pos = (485,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(451,0,l), -(846,729,l), -(618,729,l), -(422,317,l), -(368,195,l), -(360,195,l), -(349,314,l), -(316,729,l), -(106,729,l), -(200,0,l) -); -} -); -width = 762; -}, -{ -anchors = ( -{ -name = bottom; -pos = (363,0); -}, -{ -name = top; -pos = (514,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(373,0,l), -(894,729,l), -(848,729,l), -(397,94,l), -(358,36,l), -(352,36,l), -(337,93,l), -(151,729,l), -(113,729,l), -(325,0,l) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = bottom; -pos = (386,0); -}, -{ -name = top; -pos = (537,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(526,0,l), -(963,729,l), -(708,729,l), -(449,258,l), -(406,180,l), -(398,180,l), -(388,260,l), -(325,729,l), -(88,729,l), -(233,0,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(526,0,l), -(963,729,l), -(708,729,l), -(495,341,l), -(406,180,l), -(398,180,l), -(377,340,l), -(325,729,l), -(88,729,l), -(233,0,l) -); -} -); -width = 862; -} -); -unicode = 86; -userData = { -KernOnName = V; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/W_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/W_.glyph deleted file mode 100644 index 7264c7ec..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/W_.glyph +++ /dev/null @@ -1,1168 +0,0 @@ -{ -glyphname = W; -kernLeft = KO_W; -kernRight = KO_W; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (375,0); -}, -{ -name = top; -pos = (375,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(339,0,l), -(374,475,l), -(380,475,l), -(410,0,l), -(648,0,l), -(740,729,l), -(560,729,l), -(534,378,l), -(528,189,l), -(521,189,l), -(477,729,l), -(276,729,l), -(232,191,l), -(225,191,l), -(215,380,l), -(189,729,l), -(10,729,l), -(102,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(339,0,l), -(366,363,l), -(373,505,l), -(381,505,l), -(387,363,l), -(410,0,l), -(648,0,l), -(740,729,l), -(560,729,l), -(530,277,l), -(528,182,l), -(520,182,l), -(514,277,l), -(477,729,l), -(276,729,l), -(239,277,l), -(233,184,l), -(225,184,l), -(221,277,l), -(189,729,l), -(10,729,l), -(102,0,l) -); -} -); -width = 750; -}, -{ -anchors = ( -{ -name = bottom; -pos = (297,0); -}, -{ -name = top; -pos = (297,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(180,0,l), -(294,680,l), -(299,680,l), -(414,0,l), -(459,0,l), -(578,729,l), -(547,729,l), -(476,289,l), -(439,31,l), -(436,31,l), -(320,729,l), -(274,729,l), -(158,32,l), -(156,32,l), -(122,276,l), -(46,729,l), -(16,729,l), -(135,0,l) -); -} -); -}; -guides = ( -{ -pos = (157,33); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(181,0,l), -(269,511,l), -(294,691,l), -(300,691,l), -(325,511,l), -(413,0,l), -(462,0,l), -(578,729,l), -(546,729,l), -(464,211,l), -(441,33,l), -(435,33,l), -(410,211,l), -(321,729,l), -(273,729,l), -(184,211,l), -(159,33,l), -(154,33,l), -(131,211,l), -(48,729,l), -(16,729,l), -(133,0,l) -); -} -); -width = 594; -}, -{ -anchors = ( -{ -name = bottom; -pos = (538,0); -}, -{ -name = top; -pos = (538,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,0,l), -(475,511,l), -(535,691,l), -(540,691,l), -(597,515,l), -(765,0,l), -(818,0,l), -(1056,729,l), -(1016,729,l), -(842,195,l), -(795,42,l), -(787,42,l), -(738,194,l), -(564,729,l), -(512,729,l), -(334,201,l), -(281,43,l), -(274,43,l), -(228,196,l), -(60,729,l), -(19,729,l), -(250,0,l) -); -} -); -width = 1075; -}, -{ -anchors = ( -{ -name = bottom; -pos = (577,0); -}, -{ -name = top; -pos = (577,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(483,0,l), -(544,297,l), -(574,444,l), -(582,444,l), -(615,296,l), -(681,0,l), -(974,0,l), -(1156,729,l), -(913,729,l), -(851,400,l), -(822,220,l), -(813,220,l), -(776,395,l), -(704,729,l), -(460,729,l), -(390,389,l), -(356,222,l), -(345,222,l), -(316,392,l), -(248,729,l), -(-3,729,l), -(189,0,l) -); -} -); -width = 1153; -}, -{ -anchors = ( -{ -name = bottom; -pos = (262,0); -}, -{ -name = top; -pos = (262,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(155,0,l), -(269,680,l), -(274,680,l), -(389,0,l), -(434,0,l), -(553,729,l), -(522,729,l), -(451,289,l), -(414,31,l), -(411,31,l), -(295,729,l), -(249,729,l), -(133,32,l), -(131,32,l), -(97,276,l), -(21,729,l), -(-9,729,l), -(110,0,l) -); -} -); -}; -guides = ( -{ -pos = (122,33); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(154,0,l), -(236,511,l), -(262,691,l), -(263,691,l), -(288,511,l), -(370,0,l), -(416,0,l), -(524,729,l), -(493,729,l), -(417,211,l), -(393,33,l), -(393,33,l), -(366,211,l), -(283,729,l), -(242,729,l), -(159,211,l), -(133,33,l), -(132,33,l), -(109,211,l), -(32,729,l), -(1,729,l), -(110,0,l) -); -} -); -width = 525; -}, -{ -anchors = ( -{ -name = bottom; -pos = (373,0); -}, -{ -name = top; -pos = (373,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(344,0,l), -(379,475,l), -(385,475,l), -(415,0,l), -(653,0,l), -(745,729,l), -(565,729,l), -(539,378,l), -(533,189,l), -(526,189,l), -(482,729,l), -(281,729,l), -(237,191,l), -(230,191,l), -(220,380,l), -(194,729,l), -(15,729,l), -(107,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(314,0,l), -(363,336,l), -(375,440,l), -(376,440,l), -(387,336,l), -(430,0,l), -(646,0,l), -(748,729,l), -(571,729,l), -(543,365,l), -(537,285,l), -(536,285,l), -(525,365,l), -(474,729,l), -(292,729,l), -(242,365,l), -(231,287,l), -(230,287,l), -(222,365,l), -(194,729,l), -(0,729,l), -(102,0,l) -); -} -); -width = 748; -}, -{ -anchors = ( -{ -name = bottom; -pos = (464,0); -}, -{ -name = top; -pos = (464,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(270,0,l), -(481,692,l), -(486,692,l), -(697,0,l), -(754,0,l), -(926,729,l), -(885,729,l), -(778,271,l), -(727,42,l), -(721,42,l), -(512,729,l), -(456,729,l), -(247,43,l), -(242,43,l), -(190,270,l), -(83,729,l), -(42,729,l), -(214,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,0,l), -(397,456,l), -(463,687,l), -(464,687,l), -(529,456,l), -(665,0,l), -(715,0,l), -(920,729,l), -(878,729,l), -(747,257,l), -(692,44,l), -(690,44,l), -(630,257,l), -(489,729,l), -(437,729,l), -(296,257,l), -(237,44,l), -(236,44,l), -(179,257,l), -(48,729,l), -(6,729,l), -(211,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -} -); -}; -width = 926; -}, -{ -anchors = ( -{ -name = bottom; -pos = (514,0); -}, -{ -name = top; -pos = (514,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(448,0,l), -(528,450,l), -(536,450,l), -(613,0,l), -(889,0,l), -(1037,729,l), -(813,729,l), -(765,397,l), -(744,219,l), -(736,219,l), -(655,729,l), -(409,729,l), -(332,221,l), -(323,221,l), -(299,400,l), -(248,729,l), -(24,729,l), -(172,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(424,1,l), -(475,252,l), -(515,445,l), -(516,445,l), -(555,252,l), -(605,1,l), -(860,1,l), -(1029,730,l), -(810,730,l), -(760,436,l), -(729,268,l), -(726,268,l), -(690,436,l), -(627,730,l), -(403,730,l), -(344,436,l), -(310,270,l), -(307,270,l), -(278,436,l), -(226,730,l), -(-1,729,l), -(170,0,l) -); -} -); -width = 1028; -}, -{ -anchors = ( -{ -name = bottom; -pos = (549,0); -}, -{ -name = top; -pos = (549,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,0,l), -(480,506,l), -(544,686,l), -(545,686,l), -(605,510,l), -(781,0,l), -(833,0,l), -(1082,729,l), -(1041,729,l), -(860,195,l), -(807,42,l), -(806,42,l), -(754,194,l), -(570,729,l), -(520,729,l), -(332,201,l), -(276,43,l), -(275,43,l), -(225,196,l), -(50,729,l), -(9,729,l), -(250,0,l) -); -} -); -width = 1091; -}, -{ -anchors = ( -{ -name = bottom; -pos = (587,0); -}, -{ -name = top; -pos = (587,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(479,0,l), -(549,284,l), -(587,424,l), -(588,424,l), -(629,283,l), -(705,0,l), -(986,0,l), -(1187,729,l), -(935,729,l), -(871,424,l), -(837,257,l), -(836,257,l), -(791,420,l), -(706,729,l), -(480,729,l), -(395,414,l), -(353,259,l), -(352,259,l), -(317,416,l), -(246,729,l), -(-13,729,l), -(198,0,l) -); -} -); -width = 1174; -}, -{ -anchors = ( -{ -name = bottom; -pos = (490,0); -}, -{ -name = top; -pos = (490,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(283,0,l), -(494,692,l), -(499,692,l), -(710,0,l), -(767,0,l), -(939,729,l), -(898,729,l), -(791,271,l), -(740,42,l), -(734,42,l), -(525,729,l), -(469,729,l), -(260,43,l), -(255,43,l), -(203,270,l), -(96,729,l), -(55,729,l), -(227,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(302,0,l), -(428,459,l), -(487,692,l), -(493,692,l), -(552,459,l), -(677,0,l), -(735,0,l), -(924,729,l), -(883,729,l), -(758,248,l), -(709,33,l), -(703,33,l), -(649,248,l), -(518,729,l), -(462,729,l), -(332,248,l), -(277,33,l), -(271,33,l), -(222,248,l), -(97,729,l), -(57,729,l), -(247,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -} -); -}; -width = 979; -}, -{ -anchors = ( -{ -name = bottom; -pos = (512,0); -}, -{ -name = top; -pos = (512,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(440,0,l), -(520,450,l), -(528,450,l), -(605,0,l), -(881,0,l), -(1029,729,l), -(805,729,l), -(757,397,l), -(736,219,l), -(728,219,l), -(647,729,l), -(401,729,l), -(324,221,l), -(315,221,l), -(291,400,l), -(240,729,l), -(16,729,l), -(164,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(443,0,l), -(482,285,l), -(507,500,l), -(519,500,l), -(542,285,l), -(580,0,l), -(853,0,l), -(1008,729,l), -(786,729,l), -(744,410,l), -(722,195,l), -(710,195,l), -(683,410,l), -(635,729,l), -(391,729,l), -(342,391,l), -(319,197,l), -(307,197,l), -(285,391,l), -(237,729,l), -(15,729,l), -(169,0,l) -); -} -); -width = 1022; -}, -{ -anchors = ( -{ -name = bottom; -pos = (251,0); -}, -{ -name = top; -pos = (402,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(124,0,l), -(377,670,l), -(382,670,l), -(356,0,l), -(399,0,l), -(669,729,l), -(638,729,l), -(476,289,l), -(387,37,l), -(384,37,l), -(410,729,l), -(372,729,l), -(110,38,l), -(108,38,l), -(124,276,l), -(143,729,l), -(114,729,l), -(81,0,l) -); -}, -{ -closed = 1; -nodes = ( -(126,0,l), -(318,512,ls), -(338,565,o), -(358,617,o), -(380,691,c), -(385,691,l), -(379,617,o), -(377,565,o), -(375,512,cs), -(355,0,l), -(400,0,l), -(669,729,l), -(638,729,l), -(476,289,ls), -(445,205,o), -(417,121,o), -(388,37,c), -(382,37,l), -(387,123,o), -(392,210,o), -(395,296,cs), -(412,729,l), -(370,729,l), -(200,277,ls), -(170,197,o), -(140,118,o), -(114,38,c), -(108,38,l), -(115,117,o), -(121,197,o), -(124,276,cs), -(143,729,l), -(114,729,l), -(81,0,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,0,l), -(318,512,l), -(380,691,l), -(385,691,l), -(375,512,l), -(355,0,l), -(400,0,l), -(669,729,l), -(638,729,l), -(476,289,l), -(385,28,l), -(379,28,l), -(395,296,l), -(412,729,l), -(370,729,l), -(200,277,l), -(114,27,l), -(108,27,l), -(124,276,l), -(143,729,l), -(114,729,l), -(81,0,l) -); -} -); -width = 587; -}, -{ -anchors = ( -{ -name = bottom; -pos = (332,0); -}, -{ -name = top; -pos = (483,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(295,0,l), -(422,467,l), -(429,467,l), -(371,0,l), -(619,0,l), -(862,729,l), -(672,729,l), -(583,385,l), -(533,200,l), -(526,200,l), -(595,729,l), -(372,729,l), -(226,203,l), -(219,203,l), -(245,388,l), -(292,729,l), -(105,729,l), -(42,0,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(295,0,l), -(401,393,l), -(429,505,l), -(436,505,l), -(420,393,l), -(371,0,l), -(619,0,l), -(862,729,l), -(672,729,l), -(562,307,l), -(533,190,l), -(526,190,l), -(540,307,l), -(595,729,l), -(372,729,l), -(256,311,l), -(225,193,l), -(218,193,l), -(234,311,l), -(292,729,l), -(105,729,l), -(42,0,l) -); -} -); -width = 777; -}, -{ -anchors = ( -{ -name = bottom; -pos = (409,0); -}, -{ -name = top; -pos = (560,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(200,0,l), -(487,567,l), -(551,692,l), -(556,692,l), -(568,558,l), -(620,0,l), -(669,0,l), -(992,729,l), -(952,729,l), -(752,271,l), -(654,42,l), -(648,42,l), -(629,260,l), -(586,729,l), -(533,729,l), -(292,255,l), -(185,43,l), -(180,43,l), -(177,270,l), -(168,729,l), -(134,729,l), -(148,0,l) -); -} -); -width = 932; -}, -{ -anchors = ( -{ -name = bottom; -pos = (457,0); -}, -{ -name = top; -pos = (608,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(492,304,l), -(546,450,l), -(553,450,l), -(547,303,l), -(534,0,l), -(807,0,l), -(1103,729,l), -(881,729,l), -(764,397,l), -(708,219,l), -(700,219,l), -(711,398,l), -(730,729,l), -(486,729,l), -(368,393,l), -(307,221,l), -(298,221,l), -(313,400,l), -(332,729,l), -(110,729,l), -(103,0,l) -); -} -); -width = 1023; -}, -{ -anchors = ( -{ -name = bottom; -pos = (481,0); -}, -{ -name = top; -pos = (632,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,0,l), -(555,554,l), -(623,687,l), -(628,687,l), -(640,552,l), -(688,0,l), -(744,0,l), -(1157,729,l), -(1115,729,l), -(806,186,l), -(727,42,l), -(719,42,l), -(708,174,l), -(660,729,l), -(606,729,l), -(322,178,l), -(254,43,l), -(248,43,l), -(224,237,l), -(153,729,l), -(115,729,l), -(219,0,l) -); -} -); -width = 1078; -}, -{ -anchors = ( -{ -name = bottom; -pos = (501,0); -}, -{ -name = top; -pos = (652,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(419,0,l), -(507,219,l), -(570,376,l), -(578,376,l), -(579,214,l), -(581,0,l), -(876,0,l), -(1199,729,l), -(954,729,l), -(824,383,l), -(766,228,l), -(757,228,l), -(759,382,l), -(763,729,l), -(525,729,l), -(382,367,l), -(328,230,l), -(317,230,l), -(319,364,l), -(325,729,l), -(92,729,l), -(122,0,l) -); -} -); -width = 1102; -} -); -unicode = 87; -userData = { -KernOnName = W; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/W_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/W_acute.glyph deleted file mode 100644 index 8aaf0b3a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/W_acute.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Wacute; -kernLeft = KO_W; -kernRight = KO_W; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = W; -}, -{ -pos = (241,57); -ref = acutecomb; -} -); -width = 594; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = W; -}, -{ -pos = (263,51); -ref = acutecomb; -} -); -width = 750; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = W; -}, -{ -pos = (480,57); -ref = acutecomb; -} -); -width = 1075; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = W; -}, -{ -pos = (460,56); -ref = acutecomb; -} -); -width = 1153; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = W; -}, -{ -pos = (226,57); -ref = acutecomb; -} -); -width = 525; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = W; -}, -{ -pos = (271,51); -ref = acutecomb; -} -); -width = 748; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = W; -}, -{ -alignment = -1; -pos = (422,57); -ref = acutecomb; -} -); -width = 954; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = W; -}, -{ -pos = (423,51); -ref = acutecomb; -} -); -width = 1028; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = W; -}, -{ -pos = (501,57); -ref = acutecomb; -} -); -width = 1091; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = W; -}, -{ -pos = (480,56); -ref = acutecomb; -} -); -width = 1174; -}, -{ -layerId = m019; -shapes = ( -{ -ref = W; -}, -{ -pos = (434,57); -ref = acutecomb; -} -); -width = 979; -}, -{ -layerId = m020; -shapes = ( -{ -ref = W; -}, -{ -pos = (402,51); -ref = acutecomb; -} -); -width = 1022; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = W; -}, -{ -pos = (261,57); -ref = acutecomb; -} -); -width = 587; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = W; -}, -{ -pos = (288,51); -ref = acutecomb; -} -); -width = 777; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = W; -}, -{ -pos = (418,57); -ref = acutecomb; -} -); -width = 932; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = W; -}, -{ -pos = (413,51); -ref = acutecomb; -} -); -width = 1023; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = W; -}, -{ -pos = (489,57); -ref = acutecomb; -} -); -width = 1078; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = W; -}, -{ -pos = (452,56); -ref = acutecomb; -} -); -width = 1102; -} -); -unicode = 7810; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/W_circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/W_circumflex.glyph deleted file mode 100644 index cc1560fd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/W_circumflex.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Wcircumflex; -kernLeft = KO_W; -kernRight = KO_W; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = W; -}, -{ -pos = (168,57); -ref = circumflexcomb; -} -); -width = 594; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = W; -}, -{ -pos = (158,51); -ref = circumflexcomb; -} -); -width = 750; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = W; -}, -{ -pos = (359,57); -ref = circumflexcomb; -} -); -width = 1075; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = W; -}, -{ -pos = (286,56); -ref = circumflexcomb; -} -); -width = 1153; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = W; -}, -{ -pos = (153,57); -ref = circumflexcomb; -} -); -width = 525; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = W; -}, -{ -pos = (166,51); -ref = circumflexcomb; -} -); -width = 748; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = W; -}, -{ -alignment = -1; -pos = (313,57); -ref = circumflexcomb; -} -); -width = 954; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = W; -}, -{ -pos = (288,51); -ref = circumflexcomb; -} -); -width = 1028; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = W; -}, -{ -pos = (380,57); -ref = circumflexcomb; -} -); -width = 1091; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = W; -}, -{ -pos = (306,56); -ref = circumflexcomb; -} -); -width = 1174; -}, -{ -layerId = m019; -shapes = ( -{ -ref = W; -}, -{ -pos = (327,57); -ref = circumflexcomb; -} -); -width = 979; -}, -{ -layerId = m020; -shapes = ( -{ -ref = W; -}, -{ -pos = (273,51); -ref = circumflexcomb; -} -); -width = 1022; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = W; -}, -{ -pos = (187,57); -ref = circumflexcomb; -} -); -width = 587; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = W; -}, -{ -pos = (181,51); -ref = circumflexcomb; -} -); -width = 777; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = W; -}, -{ -pos = (308,57); -ref = circumflexcomb; -} -); -width = 932; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = W; -}, -{ -pos = (279,51); -ref = circumflexcomb; -} -); -width = 1023; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = W; -}, -{ -pos = (366,57); -ref = circumflexcomb; -} -); -width = 1078; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = W; -}, -{ -pos = (276,56); -ref = circumflexcomb; -} -); -width = 1102; -} -); -unicode = 372; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/W_dieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/W_dieresis.glyph deleted file mode 100644 index 5a639134..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/W_dieresis.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Wdieresis; -kernLeft = KO_W; -kernRight = KO_W; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = W; -}, -{ -pos = (179,57); -ref = dieresiscomb; -} -); -width = 594; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = W; -}, -{ -pos = (150,51); -ref = dieresiscomb; -} -); -width = 750; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = W; -}, -{ -pos = (361,57); -ref = dieresiscomb; -} -); -width = 1075; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = W; -}, -{ -pos = (294,51); -ref = dieresiscomb; -} -); -width = 1153; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = W; -}, -{ -pos = (164,57); -ref = dieresiscomb; -} -); -width = 525; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = W; -}, -{ -pos = (158,51); -ref = dieresiscomb; -} -); -width = 748; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = W; -}, -{ -alignment = -1; -pos = (315,57); -ref = dieresiscomb; -} -); -width = 954; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = W; -}, -{ -pos = (292,51); -ref = dieresiscomb; -} -); -width = 1028; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = W; -}, -{ -pos = (382,57); -ref = dieresiscomb; -} -); -width = 1091; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = W; -}, -{ -pos = (314,51); -ref = dieresiscomb; -} -); -width = 1174; -}, -{ -layerId = m019; -shapes = ( -{ -ref = W; -}, -{ -pos = (329,57); -ref = dieresiscomb; -} -); -width = 979; -}, -{ -layerId = m020; -shapes = ( -{ -ref = W; -}, -{ -pos = (277,51); -ref = dieresiscomb; -} -); -width = 1022; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = W; -}, -{ -pos = (193,57); -ref = dieresiscomb; -} -); -width = 587; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = W; -}, -{ -pos = (166,51); -ref = dieresiscomb; -} -); -width = 777; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = W; -}, -{ -pos = (313,57); -ref = dieresiscomb; -} -); -width = 932; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = W; -}, -{ -pos = (279,51); -ref = dieresiscomb; -} -); -width = 1023; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = W; -}, -{ -pos = (370,57); -ref = dieresiscomb; -} -); -width = 1078; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = W; -}, -{ -pos = (283,51); -ref = dieresiscomb; -} -); -width = 1102; -} -); -unicode = 7812; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/W_dieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/W_dieresis.ss01.glyph deleted file mode 100644 index f6332b38..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/W_dieresis.ss01.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Wdieresis.ss01; -kernLeft = KO_W; -kernRight = KO_W; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = W; -}, -{ -pos = (190,57); -ref = dieresiscomb.ss01; -} -); -width = 594; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = W; -}, -{ -pos = (151,51); -ref = dieresiscomb.ss01; -} -); -width = 750; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = W; -}, -{ -pos = (394,57); -ref = dieresiscomb.ss01; -} -); -width = 1075; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = W; -}, -{ -pos = (316,51); -ref = dieresiscomb.ss01; -} -); -width = 1153; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = W; -}, -{ -pos = (175,57); -ref = dieresiscomb.ss01; -} -); -width = 525; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = W; -}, -{ -pos = (159,51); -ref = dieresiscomb.ss01; -} -); -width = 748; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = W; -}, -{ -alignment = -1; -pos = (342,57); -ref = dieresiscomb.ss01; -} -); -width = 954; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = W; -}, -{ -pos = (304,51); -ref = dieresiscomb.ss01; -} -); -width = 1028; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = W; -}, -{ -pos = (415,57); -ref = dieresiscomb.ss01; -} -); -width = 1091; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = W; -}, -{ -pos = (336,51); -ref = dieresiscomb.ss01; -} -); -width = 1174; -}, -{ -layerId = m019; -shapes = ( -{ -ref = W; -}, -{ -pos = (354,57); -ref = dieresiscomb.ss01; -} -); -width = 979; -}, -{ -layerId = m020; -shapes = ( -{ -ref = W; -}, -{ -pos = (289,51); -ref = dieresiscomb.ss01; -} -); -width = 1022; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = W; -}, -{ -pos = (206,57); -ref = dieresiscomb.ss01; -} -); -width = 587; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = W; -}, -{ -pos = (174,51); -ref = dieresiscomb.ss01; -} -); -width = 777; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = W; -}, -{ -pos = (335,57); -ref = dieresiscomb.ss01; -} -); -width = 932; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = W; -}, -{ -pos = (295,51); -ref = dieresiscomb.ss01; -} -); -width = 1023; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = W; -}, -{ -pos = (407,57); -ref = dieresiscomb.ss01; -} -); -width = 1078; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = W; -}, -{ -pos = (312,51); -ref = dieresiscomb.ss01; -} -); -width = 1102; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/W_grave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/W_grave.glyph deleted file mode 100644 index aeaf9fda..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/W_grave.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Wgrave; -kernLeft = KO_W; -kernRight = KO_W; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = W; -}, -{ -pos = (163,57); -ref = gravecomb; -} -); -width = 594; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = W; -}, -{ -pos = (166,51); -ref = gravecomb; -} -); -width = 750; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = W; -}, -{ -pos = (394,57); -ref = gravecomb; -} -); -width = 1075; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = W; -}, -{ -pos = (343,56); -ref = gravecomb; -} -); -width = 1153; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = W; -}, -{ -pos = (148,57); -ref = gravecomb; -} -); -width = 525; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = W; -}, -{ -pos = (174,51); -ref = gravecomb; -} -); -width = 748; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = W; -}, -{ -alignment = -1; -pos = (343,57); -ref = gravecomb; -} -); -width = 954; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = W; -}, -{ -pos = (326,51); -ref = gravecomb; -} -); -width = 1028; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = W; -}, -{ -pos = (415,57); -ref = gravecomb; -} -); -width = 1091; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = W; -}, -{ -pos = (363,56); -ref = gravecomb; -} -); -width = 1174; -}, -{ -layerId = m019; -shapes = ( -{ -ref = W; -}, -{ -pos = (355,57); -ref = gravecomb; -} -); -width = 979; -}, -{ -layerId = m020; -shapes = ( -{ -ref = W; -}, -{ -pos = (313,51); -ref = gravecomb; -} -); -width = 1022; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = W; -}, -{ -pos = (184,57); -ref = gravecomb; -} -); -width = 587; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = W; -}, -{ -pos = (198,51); -ref = gravecomb; -} -); -width = 777; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = W; -}, -{ -pos = (341,57); -ref = gravecomb; -} -); -width = 932; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = W; -}, -{ -pos = (312,51); -ref = gravecomb; -} -); -width = 1023; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = W; -}, -{ -pos = (402,57); -ref = gravecomb; -} -); -width = 1078; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = W; -}, -{ -pos = (335,56); -ref = gravecomb; -} -); -width = 1102; -} -); -unicode = 7808; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/X_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/X_.glyph deleted file mode 100644 index ca8c600d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/X_.glyph +++ /dev/null @@ -1,1044 +0,0 @@ -{ -glyphname = X; -kernLeft = KO_X; -kernRight = KO_X; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (244,0); -}, -{ -name = top; -pos = (244,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(186,0,l), -(241,247,l), -(244,247,l), -(298,0,l), -(480,0,l), -(370,382,l), -(475,729,l), -(297,729,l), -(247,498,l), -(243,498,l), -(197,729,l), -(15,729,l), -(120,377,l), -(9,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,0,l), -(225,191,l), -(240,275,l), -(245,275,l), -(259,191,l), -(298,0,l), -(480,0,l), -(370,382,l), -(475,729,l), -(297,729,l), -(262,555,l), -(248,470,l), -(242,470,l), -(230,555,l), -(197,729,l), -(15,729,l), -(120,377,l), -(9,0,l) -); -} -); -width = 489; -}, -{ -anchors = ( -{ -name = bottom; -pos = (192,0); -}, -{ -name = top; -pos = (192,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(44,0,l), -(190,354,l), -(192,354,l), -(338,0,l), -(374,0,l), -(213,377,l), -(365,729,l), -(330,729,l), -(193,397,l), -(190,397,l), -(53,729,l), -(18,729,l), -(170,376,l), -(8,0,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(44,0,l), -(137,218,l), -(189,350,l), -(193,350,l), -(245,218,l), -(338,0,l), -(374,0,l), -(213,377,l), -(365,729,l), -(330,729,l), -(236,508,l), -(194,400,l), -(189,400,l), -(147,508,l), -(53,729,l), -(18,729,l), -(170,376,l), -(8,0,l) -); -} -); -width = 383; -}, -{ -anchors = ( -{ -name = bottom; -pos = (350,0); -}, -{ -name = top; -pos = (350,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,0,l), -(286,274,l), -(348,350,l), -(350,350,l), -(411,274,l), -(635,0,l), -(684,0,l), -(374,375,l), -(665,729,l), -(620,729,l), -(403,466,l), -(351,400,l), -(347,399,l), -(294,466,l), -(80,729,l), -(35,729,l), -(324,375,l), -(15,0,l) -); -} -); -width = 700; -}, -{ -anchors = ( -{ -name = bottom; -pos = (434,0); -}, -{ -name = top; -pos = (434,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(373,145,l), -(426,219,l), -(435,219,l), -(486,145,l), -(591,0,l), -(877,0,l), -(589,385,l), -(861,729,l), -(582,729,l), -(497,605,l), -(443,525,l), -(434,526,l), -(382,605,l), -(297,729,l), -(11,729,l), -(289,378,l), -(-8,0,l) -); -} -); -width = 870; -}, -{ -anchors = ( -{ -name = bottom; -pos = (179,0); -}, -{ -name = top; -pos = (179,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(39,0,l), -(185,354,l), -(187,354,l), -(333,0,l), -(369,0,l), -(208,377,l), -(360,729,l), -(325,729,l), -(188,397,l), -(185,397,l), -(48,729,l), -(13,729,l), -(165,376,l), -(3,0,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(41,0,l), -(127,219,l), -(178,350,l), -(179,350,l), -(229,219,l), -(315,0,l), -(348,0,l), -(198,382,l), -(334,729,l), -(301,729,l), -(220,516,l), -(179,412,l), -(178,412,l), -(137,516,l), -(56,729,l), -(23,729,l), -(159,381,l), -(8,0,l) -); -} -); -width = 356; -}, -{ -anchors = ( -{ -name = bottom; -pos = (239,0); -}, -{ -name = top; -pos = (239,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(186,0,l), -(241,247,l), -(244,247,l), -(298,0,l), -(480,0,l), -(370,382,l), -(475,729,l), -(297,729,l), -(247,498,l), -(243,498,l), -(197,729,l), -(15,729,l), -(120,377,l), -(9,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(181,0,l), -(220,160,l), -(237,230,l), -(238,230,l), -(254,160,l), -(293,0,l), -(475,0,l), -(365,382,l), -(470,729,l), -(292,729,l), -(257,574,l), -(241,499,l), -(240,499,l), -(225,574,l), -(192,729,l), -(10,729,l), -(115,377,l), -(4,0,l) -); -} -); -width = 479; -}, -{ -anchors = ( -{ -name = bottom; -pos = (316,0); -}, -{ -name = top; -pos = (316,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(82,0,l), -(340,368,l), -(342,368,l), -(600,0,l), -(646,0,l), -(368,397,l), -(601,729,l), -(558,729,l), -(343,422,l), -(340,422,l), -(125,729,l), -(82,729,l), -(315,396,l), -(37,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,0,l), -(222,236,l), -(315,368,l), -(317,368,l), -(410,236,l), -(580,0,l), -(627,0,l), -(343,397,l), -(581,729,l), -(537,729,l), -(394,531,l), -(317,422,l), -(315,422,l), -(238,531,l), -(97,729,l), -(52,729,l), -(290,396,l), -(7,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 634; -}, -{ -anchors = ( -{ -name = bottom; -pos = (387,0); -}, -{ -name = top; -pos = (387,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(244,0,l), -(398,243,l), -(403,243,l), -(557,0,l), -(797,0,l), -(536,389,l), -(770,729,l), -(531,729,l), -(403,518,l), -(398,518,l), -(270,729,l), -(31,729,l), -(270,388,l), -(9,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(227,0,l), -(346,187,l), -(383,245,l), -(384,245,l), -(421,187,l), -(540,0,l), -(780,0,l), -(519,389,l), -(753,729,l), -(514,729,l), -(423,581,l), -(384,519,l), -(383,519,l), -(344,581,l), -(253,729,l), -(14,729,l), -(253,388,l), -(-8,0,l) -); -} -); -width = 772; -}, -{ -anchors = ( -{ -name = bottom; -pos = (352,0); -}, -{ -name = top; -pos = (352,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(57,0,l), -(286,278,l), -(350,354,l), -(352,354,l), -(415,278,l), -(643,0,l), -(696,0,l), -(380,380,l), -(661,729,l), -(612,729,l), -(405,472,l), -(353,407,l), -(349,406,l), -(296,472,l), -(92,729,l), -(43,729,l), -(322,380,l), -(8,0,l) -); -} -); -width = 704; -}, -{ -anchors = ( -{ -name = bottom; -pos = (424,0); -}, -{ -name = top; -pos = (424,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,0,l), -(363,145,l), -(416,219,l), -(425,219,l), -(476,145,l), -(581,0,l), -(867,0,l), -(579,385,l), -(851,729,l), -(572,729,l), -(487,605,l), -(433,525,l), -(424,526,l), -(372,605,l), -(287,729,l), -(1,729,l), -(279,378,l), -(-18,0,l) -); -} -); -width = 850; -}, -{ -anchors = ( -{ -name = bottom; -pos = (328,0); -}, -{ -name = top; -pos = (328,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(72,0,l), -(330,368,l), -(332,368,l), -(590,0,l), -(636,0,l), -(358,397,l), -(591,729,l), -(548,729,l), -(333,422,l), -(330,422,l), -(115,729,l), -(72,729,l), -(305,396,l), -(27,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(73,0,l), -(238,236,l), -(325,368,l), -(331,368,l), -(418,236,l), -(581,0,l), -(627,0,l), -(353,397,l), -(582,729,l), -(541,729,l), -(403,531,l), -(331,422,l), -(325,422,l), -(251,531,l), -(116,729,l), -(73,729,l), -(302,396,l), -(30,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 655; -}, -{ -anchors = ( -{ -name = bottom; -pos = (394,0); -}, -{ -name = top; -pos = (394,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(244,0,l), -(398,243,l), -(403,243,l), -(557,0,l), -(797,0,l), -(536,389,l), -(770,729,l), -(531,729,l), -(403,518,l), -(398,518,l), -(270,729,l), -(31,729,l), -(270,388,l), -(9,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(245,0,l), -(343,171,l), -(385,261,l), -(397,261,l), -(437,171,l), -(537,0,l), -(769,0,l), -(522,389,l), -(744,729,l), -(513,729,l), -(443,597,l), -(397,501,l), -(385,501,l), -(340,597,l), -(268,729,l), -(37,729,l), -(264,388,l), -(17,0,l) -); -} -); -width = 785; -}, -{ -anchors = ( -{ -name = bottom; -pos = (148,0); -}, -{ -name = top; -pos = (299,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-7,0,l), -(208,354,l), -(210,354,l), -(284,0,l), -(317,0,l), -(235,371,l), -(459,729,l), -(421,729,l), -(220,397,l), -(218,397,l), -(148,729,l), -(116,729,l), -(194,383,l), -(-45,0,l) -); -} -); -}; -guides = ( -{ -pos = (205,400); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-9,0,l), -(143,244,l), -(207,352,l), -(211,352,l), -(234,244,l), -(286,0,l), -(317,0,l), -(235,373,l), -(459,729,l), -(424,729,l), -(284,504,l), -(221,398,l), -(217,398,l), -(195,504,l), -(147,729,l), -(116,729,l), -(194,379,l), -(-45,0,l) -); -} -); -width = 379; -}, -{ -anchors = ( -{ -name = bottom; -pos = (248,0); -}, -{ -name = top; -pos = (550,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(169,0,l), -(282,253,l), -(286,253,l), -(309,0,l), -(480,0,l), -(427,364,l), -(625,729,l), -(446,729,l), -(341,495,l), -(337,495,l), -(326,729,l), -(150,729,l), -(199,389,l), -(-8,0,l) -); -}, -{ -closed = 1; -nodes = ( -(146,0,l), -(200,130,ls), -(217,172,o), -(235,221,o), -(252,275,c), -(256,275,l), -(255,210,o), -(256,168,o), -(257,127,cs), -(259,0,l), -(434,0,l), -(405,369,l), -(592,729,l), -(399,729,l), -(362,634,ls), -(340,579,o), -(316,513,o), -(302,471,c), -(296,471,l), -(298,500,o), -(299,570,o), -(298,648,cs), -(297,729,l), -(122,729,l), -(153,390,l), -(-47,0,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,0,l), -(228,209,l), -(251,275,l), -(257,275,l), -(257,209,l), -(258,0,l), -(434,0,l), -(408,367,l), -(592,729,l), -(398,729,l), -(327,539,l), -(302,470,l), -(296,470,l), -(297,539,l), -(298,729,l), -(122,729,l), -(150,392,l), -(-47,0,l) -); -} -); -width = 506; -}, -{ -anchors = ( -{ -name = bottom; -pos = (280,0); -}, -{ -name = top; -pos = (431,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(21,0,l), -(282,298,l), -(344,369,l), -(347,369,l), -(382,295,l), -(520,0,l), -(564,0,l), -(376,391,l), -(672,729,l), -(623,729,l), -(410,481,l), -(356,419,l), -(354,419,l), -(328,475,l), -(209,729,l), -(167,729,l), -(326,398,l), -(-27,0,l) -); -} -); -width = 646; -}, -{ -anchors = ( -{ -name = bottom; -pos = (353,0); -}, -{ -name = top; -pos = (504,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(184,0,l), -(318,155,l), -(396,245,l), -(401,245,l), -(440,152,l), -(504,0,l), -(732,0,l), -(555,378,l), -(880,729,l), -(638,729,l), -(534,605,l), -(463,520,l), -(458,520,l), -(429,600,l), -(381,729,l), -(153,729,l), -(309,399,l), -(-48,0,l) -); -} -); -width = 799; -}, -{ -anchors = ( -{ -name = bottom; -pos = (302,0); -}, -{ -name = top; -pos = (453,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(10,0,l), -(305,290,l), -(364,348,l), -(366,348,l), -(404,285,l), -(576,0,l), -(621,0,l), -(393,373,l), -(753,729,l), -(704,729,l), -(445,472,l), -(374,402,l), -(370,401,l), -(326,473,l), -(173,729,l), -(131,729,l), -(344,377,l), -(-39,0,l) -); -} -); -width = 691; -}, -{ -anchors = ( -{ -name = bottom; -pos = (385,0); -}, -{ -name = top; -pos = (536,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(212,0,l), -(352,149,l), -(417,218,l), -(425,218,l), -(457,158,l), -(541,0,l), -(813,0,l), -(602,370,l), -(945,729,l), -(662,729,l), -(558,607,l), -(487,525,l), -(479,525,l), -(439,605,l), -(378,729,l), -(107,729,l), -(309,384,l), -(-64,0,l) -); -} -); -width = 861; -} -); -unicode = 88; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Y_.glyph deleted file mode 100644 index 1e6d67f4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_.glyph +++ /dev/null @@ -1,968 +0,0 @@ -{ -glyphname = Y; -kernLeft = KO_Y; -kernRight = KO_Y; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (248,0); -}, -{ -name = top; -pos = (248,729); -}, -{ -name = topleft; -pos = (20,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(343,0,l), -(343,273,l), -(488,729,l), -(293,729,l), -(250,455,l), -(244,455,l), -(205,729,l), -(9,729,l), -(154,273,l), -(154,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(343,0,l), -(343,273,l), -(488,729,l), -(293,729,l), -(258,504,l), -(250,425,l), -(244,425,l), -(236,504,l), -(205,729,l), -(9,729,l), -(154,273,l), -(154,0,l) -); -} -); -width = 497; -}, -{ -anchors = ( -{ -name = bottom; -pos = (180,0); -}, -{ -name = top; -pos = (180,729); -}, -{ -name = topleft; -pos = (11,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(195,0,l), -(195,302,l), -(356,729,l), -(323,729,l), -(183,355,l), -(177,355,l), -(37,729,l), -(3,729,l), -(165,302,l), -(165,0,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(195,0,l), -(195,302,l), -(356,729,l), -(323,729,l), -(200,395,l), -(183,337,l), -(177,337,l), -(160,395,l), -(37,729,l), -(3,729,l), -(164,302,l), -(164,0,l) -); -} -); -width = 359; -}, -{ -anchors = ( -{ -name = bottom; -pos = (347,0); -}, -{ -name = top; -pos = (347,729); -}, -{ -name = topleft; -pos = (19,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(365,0,l), -(365,300,l), -(679,729,l), -(633,729,l), -(429,449,l), -(348,334,l), -(344,334,l), -(263,449,l), -(61,729,l), -(14,729,l), -(327,300,l), -(327,0,l) -); -} -); -width = 693; -}, -{ -anchors = ( -{ -name = bottom; -pos = (417,0); -}, -{ -name = top; -pos = (417,729); -}, -{ -name = topleft; -pos = (16,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(530,0,l), -(530,266,l), -(843,729,l), -(587,729,l), -(475,545,l), -(420,446,l), -(412,446,l), -(358,545,l), -(249,729,l), -(-9,729,l), -(301,266,l), -(301,0,l) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = bottom; -pos = (171,0); -}, -{ -name = top; -pos = (171,729); -}, -{ -name = topleft; -pos = (2,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(194,0,l), -(194,302,l), -(355,729,l), -(322,729,l), -(182,355,l), -(176,355,l), -(36,729,l), -(2,729,l), -(164,302,l), -(164,0,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,0,l), -(186,316,l), -(340,729,l), -(307,729,l), -(201,439,l), -(172,360,l), -(171,360,l), -(141,439,l), -(36,729,l), -(2,729,l), -(155,316,l), -(155,0,l) -); -} -); -width = 341; -}, -{ -anchors = ( -{ -name = bottom; -pos = (243,0); -}, -{ -name = top; -pos = (243,729); -}, -{ -name = topleft; -pos = (15,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(343,0,l), -(343,273,l), -(488,729,l), -(293,729,l), -(250,455,l), -(244,455,l), -(205,729,l), -(9,729,l), -(154,273,l), -(154,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(337,0,l), -(337,279,l), -(483,729,l), -(295,729,l), -(260,581,l), -(242,505,l), -(241,505,l), -(225,581,l), -(194,729,l), -(4,729,l), -(150,279,l), -(150,0,l) -); -} -); -width = 487; -}, -{ -anchors = ( -{ -name = bottom; -pos = (293,0); -}, -{ -name = top; -pos = (293,729); -}, -{ -name = topleft; -pos = (17,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(335,0,l), -(335,300,l), -(607,729,l), -(564,729,l), -(319,337,l), -(315,337,l), -(71,729,l), -(27,729,l), -(297,300,l), -(297,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(310,0,l), -(310,307,l), -(582,729,l), -(537,729,l), -(401,514,l), -(292,348,l), -(291,348,l), -(183,514,l), -(48,729,l), -(2,729,l), -(272,307,l), -(272,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 584; -}, -{ -anchors = ( -{ -name = bottom; -pos = (364,0); -}, -{ -name = top; -pos = (364,729); -}, -{ -name = topleft; -pos = (11,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(481,0,l), -(481,269,l), -(752,729,l), -(522,729,l), -(383,467,l), -(375,467,l), -(239,729,l), -(8,729,l), -(278,269,l), -(278,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(464,0,l), -(464,274,l), -(735,729,l), -(510,729,l), -(418,559,l), -(362,461,l), -(361,461,l), -(307,559,l), -(218,729,l), -(-9,729,l), -(261,274,l), -(261,0,l) -); -} -); -width = 726; -}, -{ -anchors = ( -{ -name = bottom; -pos = (350,0); -}, -{ -name = top; -pos = (350,729); -}, -{ -name = topleft; -pos = (13,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,0,l), -(368,300,l), -(692,729,l), -(644,729,l), -(434,449,l), -(350,334,l), -(349,334,l), -(264,449,l), -(56,729,l), -(8,729,l), -(330,300,l), -(330,0,l) -); -} -); -width = 700; -}, -{ -anchors = ( -{ -name = bottom; -pos = (417,0); -}, -{ -name = top; -pos = (417,729); -}, -{ -name = topleft; -pos = (16,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(530,0,l), -(530,266,l), -(851,729,l), -(593,729,l), -(479,551,l), -(419,457,l), -(416,457,l), -(355,551,l), -(244,729,l), -(-17,729,l), -(301,266,l), -(301,0,l) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = bottom; -pos = (315,0); -}, -{ -name = top; -pos = (315,729); -}, -{ -name = topleft; -pos = (45,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(335,0,l), -(335,300,l), -(607,729,l), -(564,729,l), -(319,337,l), -(315,337,l), -(71,729,l), -(27,729,l), -(297,300,l), -(297,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(332,0,l), -(332,320,l), -(603,729,l), -(557,729,l), -(425,523,l), -(316,358,l), -(311,358,l), -(203,523,l), -(70,729,l), -(25,729,l), -(294,320,l), -(294,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 627; -}, -{ -anchors = ( -{ -name = bottom; -pos = (371,0); -}, -{ -name = top; -pos = (371,729); -}, -{ -name = topleft; -pos = (26,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(481,0,l), -(481,269,l), -(752,729,l), -(522,729,l), -(383,467,l), -(375,467,l), -(239,729,l), -(8,729,l), -(278,269,l), -(278,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(470,0,l), -(470,280,l), -(734,729,l), -(506,729,l), -(421,566,l), -(375,464,l), -(363,464,l), -(319,566,l), -(236,729,l), -(7,729,l), -(269,280,l), -(269,0,l) -); -} -); -width = 740; -}, -{ -anchors = ( -{ -name = bottom; -pos = (125,0); -}, -{ -name = top; -pos = (276,729); -}, -{ -name = topleft; -pos = (119,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(140,0,l), -(203,302,l), -(450,729,l), -(416,729,l), -(196,344,l), -(192,344,l), -(132,729,l), -(101,729,l), -(172,302,l), -(110,0,l) -); -} -); -}; -guides = ( -{ -pos = (187,337); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,0,l), -(202,300,l), -(450,729,l), -(416,729,l), -(282,494,l), -(196,335,l), -(192,335,l), -(169,494,l), -(132,729,l), -(101,729,l), -(173,302,l), -(110,0,l) -); -} -); -width = 355; -}, -{ -anchors = ( -{ -name = bottom; -pos = (185,0); -}, -{ -name = top; -pos = (335,729); -}, -{ -name = topleft; -pos = (175,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(291,0,l), -(346,273,l), -(586,729,l), -(389,729,l), -(296,471,l), -(289,471,l), -(286,729,l), -(112,729,l), -(161,273,l), -(104,0,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(277,0,l), -(331,258,l), -(584,729,l), -(386,729,l), -(303,500,l), -(275,418,l), -(269,418,l), -(273,500,l), -(280,729,l), -(104,729,l), -(151,282,l), -(92,0,l) -); -} -); -width = 498; -}, -{ -anchors = ( -{ -name = bottom; -pos = (251,0); -}, -{ -name = top; -pos = (402,729); -}, -{ -name = topleft; -pos = (148,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,0,l), -(331,296,l), -(688,729,l), -(640,729,l), -(398,431,l), -(321,335,l), -(317,335,l), -(281,431,l), -(163,729,l), -(124,729,l), -(295,301,l), -(232,0,l) -); -} -); -width = 618; -}, -{ -anchors = ( -{ -name = bottom; -pos = (315,0); -}, -{ -name = top; -pos = (457,729); -}, -{ -name = topleft; -pos = (132,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(415,0,l), -(469,262,l), -(830,729,l), -(595,729,l), -(472,556,l), -(404,452,l), -(396,452,l), -(370,557,l), -(325,729,l), -(103,729,l), -(269,269,l), -(214,0,l) -); -} -); -width = 743; -}, -{ -anchors = ( -{ -name = bottom; -pos = (284,0); -}, -{ -name = top; -pos = (435,729); -}, -{ -name = topleft; -pos = (123,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,0,l), -(364,296,l), -(766,729,l), -(717,729,l), -(466,457,l), -(353,334,l), -(348,334,l), -(287,456,l), -(151,729,l), -(111,729,l), -(327,299,l), -(265,0,l) -); -} -); -width = 683; -}, -{ -anchors = ( -{ -name = bottom; -pos = (354,0); -}, -{ -name = top; -pos = (504,729); -}, -{ -name = topleft; -pos = (119,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(467,0,l), -(520,259,l), -(928,729,l), -(663,729,l), -(547,584,l), -(440,447,l), -(431,447,l), -(383,584,l), -(328,729,l), -(86,729,l), -(296,274,l), -(240,0,l) -); -} -); -width = 824; -} -); -unicode = 89; -userData = { -KernOnName = Y; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Y_acute.glyph deleted file mode 100644 index ceae04fb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_acute.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Yacute; -kernLeft = KO_Y; -kernRight = KO_Y; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (124,57); -ref = acutecomb; -} -); -width = 359; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (136,51); -ref = acutecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (289,57); -ref = acutecomb; -} -); -width = 693; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (300,56); -ref = acutecomb; -} -); -width = 834; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (135,57); -ref = acutecomb; -} -); -width = 341; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (141,51); -ref = acutecomb; -} -); -width = 487; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (258,57); -ref = acutecomb; -} -); -width = 584; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (273,51); -ref = acutecomb; -} -); -width = 726; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (302,57); -ref = acutecomb; -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (310,56); -ref = acutecomb; -} -); -width = 834; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Y; -}, -{ -pos = (259,57); -ref = acutecomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Y; -}, -{ -pos = (261,51); -ref = acutecomb; -} -); -width = 740; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (135,57); -ref = acutecomb; -} -); -width = 355; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (140,51); -ref = acutecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (260,57); -ref = acutecomb; -} -); -width = 618; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (262,51); -ref = acutecomb; -} -); -width = 743; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (292,57); -ref = acutecomb; -} -); -width = 683; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (304,56); -ref = acutecomb; -} -); -width = 824; -} -); -unicode = 221; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Y_circumflex.glyph deleted file mode 100644 index cbd56ead..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_circumflex.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Ycircumflex; -kernLeft = KO_Y; -kernRight = KO_Y; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (51,57); -ref = circumflexcomb; -} -); -width = 359; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (31,51); -ref = circumflexcomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (168,57); -ref = circumflexcomb; -} -); -width = 693; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (126,56); -ref = circumflexcomb; -} -); -width = 834; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (62,57); -ref = circumflexcomb; -} -); -width = 341; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (36,51); -ref = circumflexcomb; -} -); -width = 487; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (149,57); -ref = circumflexcomb; -} -); -width = 584; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (138,51); -ref = circumflexcomb; -} -); -width = 726; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (181,57); -ref = circumflexcomb; -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (136,56); -ref = circumflexcomb; -} -); -width = 834; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Y; -}, -{ -pos = (152,57); -ref = circumflexcomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Y; -}, -{ -pos = (132,51); -ref = circumflexcomb; -} -); -width = 740; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (61,57); -ref = circumflexcomb; -} -); -width = 355; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (33,51); -ref = circumflexcomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (150,57); -ref = circumflexcomb; -} -); -width = 618; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (128,51); -ref = circumflexcomb; -} -); -width = 743; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (169,57); -ref = circumflexcomb; -} -); -width = 683; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (128,56); -ref = circumflexcomb; -} -); -width = 824; -} -); -unicode = 374; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dieresis.glyph deleted file mode 100644 index 34b8ed7d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dieresis.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Ydieresis; -kernLeft = KO_Y; -kernRight = KO_Y; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (62,57); -ref = dieresiscomb; -} -); -width = 359; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (23,51); -ref = dieresiscomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (170,57); -ref = dieresiscomb; -} -); -width = 693; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (134,51); -ref = dieresiscomb; -} -); -width = 834; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (73,57); -ref = dieresiscomb; -} -); -width = 341; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (28,51); -ref = dieresiscomb; -} -); -width = 487; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (151,57); -ref = dieresiscomb; -} -); -width = 584; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (142,51); -ref = dieresiscomb; -} -); -width = 726; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (183,57); -ref = dieresiscomb; -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (144,51); -ref = dieresiscomb; -} -); -width = 834; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Y; -}, -{ -pos = (154,57); -ref = dieresiscomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Y; -}, -{ -pos = (136,51); -ref = dieresiscomb; -} -); -width = 740; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (67,57); -ref = dieresiscomb; -} -); -width = 355; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (18,51); -ref = dieresiscomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (155,57); -ref = dieresiscomb; -} -); -width = 618; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (128,51); -ref = dieresiscomb; -} -); -width = 743; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (173,57); -ref = dieresiscomb; -} -); -width = 683; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (135,51); -ref = dieresiscomb; -} -); -width = 824; -} -); -unicode = 376; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dieresis.ss01.glyph deleted file mode 100644 index e0071a92..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dieresis.ss01.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Ydieresis.ss01; -kernLeft = KO_Y; -kernRight = KO_Y; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (73,57); -ref = dieresiscomb.ss01; -} -); -width = 359; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (24,51); -ref = dieresiscomb.ss01; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (203,57); -ref = dieresiscomb.ss01; -} -); -width = 693; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (156,51); -ref = dieresiscomb.ss01; -} -); -width = 834; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (84,57); -ref = dieresiscomb.ss01; -} -); -width = 341; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (29,51); -ref = dieresiscomb.ss01; -} -); -width = 487; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (178,57); -ref = dieresiscomb.ss01; -} -); -width = 584; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (154,51); -ref = dieresiscomb.ss01; -} -); -width = 726; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (216,57); -ref = dieresiscomb.ss01; -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (166,51); -ref = dieresiscomb.ss01; -} -); -width = 834; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Y; -}, -{ -pos = (179,57); -ref = dieresiscomb.ss01; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Y; -}, -{ -pos = (148,51); -ref = dieresiscomb.ss01; -} -); -width = 740; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (80,57); -ref = dieresiscomb.ss01; -} -); -width = 355; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (26,51); -ref = dieresiscomb.ss01; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (177,57); -ref = dieresiscomb.ss01; -} -); -width = 618; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (144,51); -ref = dieresiscomb.ss01; -} -); -width = 743; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (210,57); -ref = dieresiscomb.ss01; -} -); -width = 683; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (164,51); -ref = dieresiscomb.ss01; -} -); -width = 824; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dotbelow.glyph deleted file mode 100644 index 832d729c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dotbelow.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Ydotbelow; -kernLeft = KO_Y; -kernRight = KO_Y; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (117,0); -ref = dotbelowcomb; -} -); -width = 359; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (130,0); -ref = dotbelowcomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (275,0); -ref = dotbelowcomb; -} -); -width = 693; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (264,0); -ref = dotbelowcomb; -} -); -width = 834; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (128,0); -ref = dotbelowcomb; -} -); -width = 341; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (135,0); -ref = dotbelowcomb; -} -); -width = 487; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (241,0); -ref = dotbelowcomb; -} -); -width = 584; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (260,0); -ref = dotbelowcomb; -} -); -width = 726; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (288,0); -ref = dotbelowcomb; -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (274,0); -ref = dotbelowcomb; -} -); -width = 834; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Y; -}, -{ -pos = (242,0); -ref = dotbelowcomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Y; -}, -{ -pos = (250,0); -ref = dotbelowcomb; -} -); -width = 740; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (115,0); -ref = dotbelowcomb; -} -); -width = 355; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (120,0); -ref = dotbelowcomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (233,0); -ref = dotbelowcomb; -} -); -width = 618; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (244,0); -ref = dotbelowcomb; -} -); -width = 743; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (267,0); -ref = dotbelowcomb; -} -); -width = 683; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (257,0); -ref = dotbelowcomb; -} -); -width = 824; -} -); -unicode = 7924; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dotbelow.ss01.glyph deleted file mode 100644 index c2a2345e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_dotbelow.ss01.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = Ydotbelow.ss01; -kernLeft = KO_Y; -kernRight = KO_Y; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (125,0); -ref = dotbelowcomb.ss01; -} -); -width = 359; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (119,0); -ref = dotbelowcomb.ss01; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (288,0); -ref = dotbelowcomb.ss01; -} -); -width = 693; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (276,0); -ref = dotbelowcomb.ss01; -} -); -width = 834; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (136,0); -ref = dotbelowcomb.ss01; -} -); -width = 341; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (124,0); -ref = dotbelowcomb.ss01; -} -); -width = 487; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (254,0); -ref = dotbelowcomb.ss01; -} -); -width = 584; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (249,0); -ref = dotbelowcomb.ss01; -} -); -width = 726; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (301,0); -ref = dotbelowcomb.ss01; -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (286,0); -ref = dotbelowcomb.ss01; -} -); -width = 834; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Y; -}, -{ -pos = (255,0); -ref = dotbelowcomb.ss01; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Y; -}, -{ -pos = (237,0); -ref = dotbelowcomb.ss01; -} -); -width = 740; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (123,0); -ref = dotbelowcomb.ss01; -} -); -width = 355; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (111,0); -ref = dotbelowcomb.ss01; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (246,0); -ref = dotbelowcomb.ss01; -} -); -width = 618; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (235,0); -ref = dotbelowcomb.ss01; -} -); -width = 743; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (278,0); -ref = dotbelowcomb.ss01; -} -); -width = 683; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (271,0); -ref = dotbelowcomb.ss01; -} -); -width = 824; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_grave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Y_grave.glyph deleted file mode 100644 index 7b5a016d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_grave.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Ygrave; -kernLeft = KO_Y; -kernRight = KO_Y; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (46,57); -ref = gravecomb; -} -); -width = 359; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (39,51); -ref = gravecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (203,57); -ref = gravecomb; -} -); -width = 693; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (183,56); -ref = gravecomb; -} -); -width = 834; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (57,57); -ref = gravecomb; -} -); -width = 341; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (44,51); -ref = gravecomb; -} -); -width = 487; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (179,57); -ref = gravecomb; -} -); -width = 584; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (176,51); -ref = gravecomb; -} -); -width = 726; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (216,57); -ref = gravecomb; -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (193,56); -ref = gravecomb; -} -); -width = 834; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Y; -}, -{ -pos = (180,57); -ref = gravecomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Y; -}, -{ -pos = (172,51); -ref = gravecomb; -} -); -width = 740; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (58,57); -ref = gravecomb; -} -); -width = 355; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (50,51); -ref = gravecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (183,57); -ref = gravecomb; -} -); -width = 618; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (161,51); -ref = gravecomb; -} -); -width = 743; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (205,57); -ref = gravecomb; -} -); -width = 683; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (187,56); -ref = gravecomb; -} -); -width = 824; -} -); -unicode = 7922; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_hookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Y_hookabove.glyph deleted file mode 100644 index 98b43953..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_hookabove.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Yhookabove; -kernLeft = KO_Y; -kernRight = KO_Y; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (99,57); -ref = hookabovecomb; -} -); -width = 359; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (109,50); -ref = hookabovecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (239,57); -ref = hookabovecomb; -} -); -width = 693; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (264,51); -ref = hookabovecomb; -} -); -width = 834; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (110,57); -ref = hookabovecomb; -} -); -width = 341; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (114,50); -ref = hookabovecomb; -} -); -width = 487; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (205,57); -ref = hookabovecomb; -} -); -width = 584; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (222,51); -ref = hookabovecomb; -} -); -width = 726; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (252,57); -ref = hookabovecomb; -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (274,51); -ref = hookabovecomb; -} -); -width = 834; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Y; -}, -{ -pos = (206,57); -ref = hookabovecomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Y; -}, -{ -pos = (215,51); -ref = hookabovecomb; -} -); -width = 740; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (87,56); -ref = hookabovecomb; -} -); -width = 355; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (104,49); -ref = hookabovecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (213,56); -ref = hookabovecomb; -} -); -width = 618; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (202,50); -ref = hookabovecomb; -} -); -width = 743; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (247,56); -ref = hookabovecomb; -} -); -width = 683; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (252,48); -ref = hookabovecomb; -} -); -width = 824; -} -); -unicode = 7926; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_tilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Y_tilde.glyph deleted file mode 100644 index 72969be0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Y_tilde.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = Ytilde; -kernLeft = KO_Y; -kernRight = KO_Y; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (40,57); -ref = tildecomb; -} -); -width = 359; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (16,50); -ref = tildecomb; -} -); -width = 497; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (140,57); -ref = tildecomb; -} -); -width = 693; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (153,56); -ref = tildecomb; -} -); -width = 834; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (51,57); -ref = tildecomb; -} -); -width = 341; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (21,50); -ref = tildecomb; -} -); -width = 487; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (124,57); -ref = tildecomb; -} -); -width = 584; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (127,51); -ref = tildecomb; -} -); -width = 726; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (153,57); -ref = tildecomb; -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (163,56); -ref = tildecomb; -} -); -width = 834; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Y; -}, -{ -pos = (127,57); -ref = tildecomb; -} -); -width = 627; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Y; -}, -{ -pos = (121,51); -ref = tildecomb; -} -); -width = 740; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (51,57); -ref = tildecomb; -} -); -width = 355; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (17,50); -ref = tildecomb; -} -); -width = 498; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (128,57); -ref = tildecomb; -} -); -width = 618; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (113,51); -ref = tildecomb; -} -); -width = 743; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (143,57); -ref = tildecomb; -} -); -width = 683; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (160,51); -ref = tildecomb; -} -); -width = 824; -} -); -unicode = 7928; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Z_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Z_.glyph deleted file mode 100644 index 9011c787..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Z_.glyph +++ /dev/null @@ -1,777 +0,0 @@ -{ -glyphname = Z; -kernLeft = KO_Z; -kernRight = KO_Z; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (218,0); -}, -{ -name = center; -pos = (218,365); -}, -{ -name = top; -pos = (218,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(417,0,l), -(417,157,l), -(214,157,l), -(214,161,l), -(251,233,l), -(417,589,l), -(417,729,l), -(27,729,l), -(27,571,l), -(216,571,l), -(216,566,l), -(177,490,l), -(14,139,l), -(14,0,l) -); -} -); -width = 434; -}, -{ -anchors = ( -{ -name = bottom; -pos = (165,0); -}, -{ -name = center; -pos = (165,365); -}, -{ -name = top; -pos = (165,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,0,l), -(320,30,l), -(45,30,l), -(45,34,l), -(87,136,l), -(312,707,l), -(312,729,l), -(21,729,l), -(21,700,l), -(277,700,l), -(277,696,l), -(244,617,l), -(10,23,l), -(10,0,l) -); -} -); -width = 329; -}, -{ -anchors = ( -{ -name = bottom; -pos = (337,0); -}, -{ -name = center; -pos = (337,365); -}, -{ -name = top; -pos = (337,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,0,l), -(655,37,l), -(73,37,l), -(73,41,l), -(141,116,l), -(643,698,l), -(643,729,l), -(35,729,l), -(35,693,l), -(589,693,l), -(589,689,l), -(538,634,l), -(20,32,l), -(20,0,l) -); -} -); -width = 675; -}, -{ -anchors = ( -{ -name = bottom; -pos = (349,0); -}, -{ -name = center; -pos = (349,365); -}, -{ -name = top; -pos = (349,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(681,0,l), -(681,179,l), -(295,179,l), -(295,183,l), -(389,271,l), -(671,547,l), -(671,729,l), -(35,729,l), -(35,549,l), -(390,549,l), -(390,545,l), -(307,467,l), -(15,180,l), -(15,0,l) -); -} -); -width = 699; -}, -{ -anchors = ( -{ -name = bottom; -pos = (142,0); -}, -{ -name = center; -pos = (142,365); -}, -{ -name = top; -pos = (142,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(282,0,l), -(282,30,l), -(35,30,l), -(35,30,l), -(65,114,l), -(275,707,l), -(275,729,l), -(12,729,l), -(12,700,l), -(242,700,l), -(242,700,l), -(219,636,l), -(2,23,l), -(2,0,l) -); -} -); -width = 284; -}, -{ -anchors = ( -{ -name = bottom; -pos = (209,0); -}, -{ -name = center; -pos = (209,365); -}, -{ -name = top; -pos = (209,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(408,0,l), -(408,157,l), -(206,157,l), -(206,157,l), -(240,231,l), -(408,589,l), -(408,729,l), -(18,729,l), -(18,571,l), -(206,571,l), -(206,571,l), -(175,505,l), -(5,139,l), -(5,0,l) -); -} -); -width = 415; -}, -{ -anchors = ( -{ -name = bottom; -pos = (288,0); -}, -{ -name = center; -pos = (288,365); -}, -{ -name = top; -pos = (288,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(564,0,l), -(564,37,l), -(66,37,l), -(66,37,l), -(127,120,l), -(552,701,l), -(552,729,l), -(29,729,l), -(29,693,l), -(500,693,l), -(500,693,l), -(440,611,l), -(14,29,l), -(14,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 578; -}, -{ -anchors = ( -{ -name = bottom; -pos = (295,0); -}, -{ -name = center; -pos = (295,365); -}, -{ -name = top; -pos = (295,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(584,0,l), -(584,172,l), -(250,172,l), -(250,172,l), -(317,251,l), -(575,554,l), -(575,729,l), -(22,729,l), -(22,556,l), -(326,556,l), -(326,556,l), -(266,485,l), -(4,173,l), -(4,0,l) -); -} -); -width = 590; -}, -{ -anchors = ( -{ -name = bottom; -pos = (327,0); -}, -{ -name = center; -pos = (327,365); -}, -{ -name = top; -pos = (327,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(645,0,l), -(645,37,l), -(63,37,l), -(63,37,l), -(141,128,l), -(633,698,l), -(633,729,l), -(25,729,l), -(25,693,l), -(579,693,l), -(579,693,l), -(513,617,l), -(10,32,l), -(10,0,l) -); -} -); -width = 655; -}, -{ -anchors = ( -{ -name = bottom; -pos = (334,0); -}, -{ -name = center; -pos = (334,365); -}, -{ -name = top; -pos = (334,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(666,0,l), -(666,179,l), -(280,179,l), -(280,184,l), -(370,267,l), -(656,547,l), -(656,729,l), -(20,729,l), -(20,549,l), -(375,549,l), -(375,545,l), -(301,476,l), -(0,180,l), -(0,0,l) -); -} -); -width = 669; -}, -{ -anchors = ( -{ -name = bottom; -pos = (290,0); -}, -{ -name = center; -pos = (290,365); -}, -{ -name = top; -pos = (290,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(564,0,l), -(564,37,l), -(86,37,l), -(86,41,l), -(152,134,l), -(542,701,l), -(542,729,l), -(47,729,l), -(47,693,l), -(492,693,l), -(492,689,l), -(431,603,l), -(37,29,l), -(37,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 596; -}, -{ -anchors = ( -{ -name = bottom; -pos = (314,0); -}, -{ -name = center; -pos = (314,365); -}, -{ -name = top; -pos = (314,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(605,0,l), -(605,172,l), -(262,172,l), -(262,184,l), -(342,260,l), -(597,554,l), -(597,729,l), -(40,729,l), -(40,556,l), -(346,556,l), -(346,544,l), -(279,479,l), -(21,173,l), -(21,0,l) -); -} -); -width = 627; -}, -{ -anchors = ( -{ -name = bottom; -pos = (111,0); -}, -{ -name = center; -pos = (186,365); -}, -{ -name = top; -pos = (262,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(270,30,l), -(-2,30,l), -(-2,33,l), -(63,139,l), -(403,705,l), -(408,729,l), -(119,729,l), -(113,700,l), -(367,700,l), -(367,697,l), -(317,616,l), -(-37,25,l), -(-43,0,l) -); -} -); -width = 326; -}, -{ -anchors = ( -{ -name = bottom; -pos = (161,0); -}, -{ -name = center; -pos = (236,365); -}, -{ -name = top; -pos = (312,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,0,l), -(390,157,l), -(189,157,l), -(189,161,l), -(237,229,l), -(481,589,l), -(509,729,l), -(123,729,l), -(90,571,l), -(276,571,l), -(276,567,l), -(223,492,l), -(-13,139,l), -(-41,0,l) -); -} -); -width = 432; -}, -{ -anchors = ( -{ -name = bottom; -pos = (247,0); -}, -{ -name = center; -pos = (323,365); -}, -{ -name = top; -pos = (398,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(515,0,l), -(522,37,l), -(43,37,l), -(43,41,l), -(143,146,l), -(648,699,l), -(654,729,l), -(147,729,l), -(140,693,l), -(593,693,l), -(593,689,l), -(514,606,l), -(-13,31,l), -(-20,0,l) -); -} -); -width = 603; -}, -{ -anchors = ( -{ -name = bottom; -pos = (261,0); -}, -{ -name = center; -pos = (336,365); -}, -{ -name = top; -pos = (411,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(547,0,l), -(582,172,l), -(266,172,l), -(266,177,l), -(347,255,l), -(657,574,l), -(689,729,l), -(142,729,l), -(107,556,l), -(393,556,l), -(393,552,l), -(328,489,l), -(5,157,l), -(-28,0,l) -); -} -); -width = 634; -}, -{ -anchors = ( -{ -name = bottom; -pos = (280,0); -}, -{ -name = center; -pos = (355,365); -}, -{ -name = top; -pos = (431,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(594,0,l), -(601,37,l), -(32,37,l), -(32,41,l), -(127,127,l), -(726,697,l), -(733,729,l), -(133,729,l), -(126,693,l), -(669,693,l), -(669,689,l), -(592,620,l), -(-26,33,l), -(-33,0,l) -); -} -); -width = 668; -}, -{ -anchors = ( -{ -name = bottom; -pos = (290,0); -}, -{ -name = center; -pos = (365,365); -}, -{ -name = top; -pos = (441,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(619,0,l), -(656,179,l), -(288,179,l), -(288,183,l), -(383,260,l), -(723,550,l), -(760,729,l), -(130,729,l), -(93,549,l), -(430,549,l), -(430,545,l), -(350,481,l), -(-5,177,l), -(-41,0,l) -); -} -); -width = 693; -} -); -unicode = 90; -userData = { -KernOnName = Z; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Z_acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Z_acute.glyph deleted file mode 100644 index 968708b6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Z_acute.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Zacute; -kernLeft = KO_Z; -kernRight = KO_Z; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (109,57); -ref = acutecomb; -} -); -width = 329; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (106,51); -ref = acutecomb; -} -); -width = 434; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (279,57); -ref = acutecomb; -} -); -width = 675; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (232,56); -ref = acutecomb; -} -); -width = 699; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (106,57); -ref = acutecomb; -} -); -width = 284; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (107,51); -ref = acutecomb; -} -); -width = 415; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Z; -}, -{ -alignment = -1; -pos = (253,57); -ref = acutecomb; -} -); -width = 618; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (204,51); -ref = acutecomb; -} -); -width = 590; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (279,57); -ref = acutecomb; -} -); -width = 655; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (227,56); -ref = acutecomb; -} -); -width = 669; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Z; -}, -{ -pos = (234,57); -ref = acutecomb; -} -); -width = 596; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Z; -}, -{ -pos = (204,51); -ref = acutecomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (121,57); -ref = acutecomb; -} -); -width = 326; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (117,51); -ref = acutecomb; -} -); -width = 432; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (256,57); -ref = acutecomb; -} -); -width = 603; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (216,51); -ref = acutecomb; -} -); -width = 634; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (288,57); -ref = acutecomb; -} -); -width = 668; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (241,56); -ref = acutecomb; -} -); -width = 693; -} -); -unicode = 377; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Z_caron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Z_caron.glyph deleted file mode 100644 index 39c102c4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Z_caron.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Zcaron; -kernLeft = KO_Z; -kernRight = KO_Z; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (36,57); -ref = caroncomb; -} -); -width = 329; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (1,51); -ref = caroncomb; -} -); -width = 434; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (158,57); -ref = caroncomb; -} -); -width = 675; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (58,56); -ref = caroncomb; -} -); -width = 699; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (33,57); -ref = caroncomb; -} -); -width = 284; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (2,51); -ref = caroncomb; -} -); -width = 415; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Z; -}, -{ -alignment = -1; -pos = (144,57); -ref = caroncomb; -} -); -width = 618; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (69,51); -ref = caroncomb; -} -); -width = 590; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (158,57); -ref = caroncomb; -} -); -width = 655; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (53,56); -ref = caroncomb; -} -); -width = 669; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Z; -}, -{ -pos = (127,57); -ref = caroncomb; -} -); -width = 596; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Z; -}, -{ -pos = (75,51); -ref = caroncomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (48,57); -ref = caroncomb; -} -); -width = 326; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (16,51); -ref = caroncomb; -} -); -width = 432; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (147,57); -ref = caroncomb; -} -); -width = 603; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (77,51); -ref = caroncomb; -} -); -width = 634; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (165,57); -ref = caroncomb; -} -); -width = 668; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (67,56); -ref = caroncomb; -} -); -width = 693; -} -); -unicode = 381; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Z_dotaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Z_dotaccent.glyph deleted file mode 100644 index ed2accab..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Z_dotaccent.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = Zdotaccent; -kernLeft = KO_Z; -kernRight = KO_Z; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (102,57); -ref = dotaccentcomb; -} -); -width = 329; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (84,51); -ref = dotaccentcomb; -} -); -width = 434; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (265,57); -ref = dotaccentcomb; -} -); -width = 675; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (191,56); -ref = dotaccentcomb; -} -); -width = 699; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (99,62); -ref = dotaccentcomb; -} -); -width = 284; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (85,51); -ref = dotaccentcomb; -} -); -width = 415; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Z; -}, -{ -alignment = -1; -pos = (236,57); -ref = dotaccentcomb; -} -); -width = 618; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (179,51); -ref = dotaccentcomb; -} -); -width = 590; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (265,57); -ref = dotaccentcomb; -} -); -width = 655; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (186,56); -ref = dotaccentcomb; -} -); -width = 669; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Z; -}, -{ -pos = (217,79); -ref = dotaccentcomb; -} -); -width = 596; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Z; -}, -{ -pos = (181,65); -ref = dotaccentcomb; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (108,57); -ref = dotaccentcomb; -} -); -width = 326; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (94,51); -ref = dotaccentcomb; -} -); -width = 432; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (241,57); -ref = dotaccentcomb; -} -); -width = 603; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (186,51); -ref = dotaccentcomb; -} -); -width = 634; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (274,57); -ref = dotaccentcomb; -} -); -width = 668; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (197,56); -ref = dotaccentcomb; -} -); -width = 693; -} -); -unicode = 379; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/Z_dotaccent.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/Z_dotaccent.ss01.glyph deleted file mode 100644 index 9d528b78..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/Z_dotaccent.ss01.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = Zdotaccent.ss01; -kernLeft = KO_Z; -kernRight = KO_Z; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (110,57); -ref = dotaccentcomb.ss01; -} -); -width = 329; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (89,51); -ref = dotaccentcomb.ss01; -} -); -width = 434; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (278,57); -ref = dotaccentcomb.ss01; -} -); -width = 675; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (198,56); -ref = dotaccentcomb.ss01; -} -); -width = 699; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (107,57); -ref = dotaccentcomb.ss01; -} -); -width = 284; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (90,51); -ref = dotaccentcomb.ss01; -} -); -width = 415; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = Z; -}, -{ -alignment = -1; -pos = (249,57); -ref = dotaccentcomb.ss01; -} -); -width = 618; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (180,51); -ref = dotaccentcomb.ss01; -} -); -width = 590; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (278,57); -ref = dotaccentcomb.ss01; -} -); -width = 655; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (193,56); -ref = dotaccentcomb.ss01; -} -); -width = 669; -}, -{ -layerId = m019; -shapes = ( -{ -ref = Z; -}, -{ -pos = (230,57); -ref = dotaccentcomb.ss01; -} -); -width = 596; -}, -{ -layerId = m020; -shapes = ( -{ -ref = Z; -}, -{ -pos = (180,51); -ref = dotaccentcomb.ss01; -} -); -width = 627; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (122,57); -ref = dotaccentcomb.ss01; -} -); -width = 326; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (100,51); -ref = dotaccentcomb.ss01; -} -); -width = 432; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (254,57); -ref = dotaccentcomb.ss01; -} -); -width = 603; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (191,51); -ref = dotaccentcomb.ss01; -} -); -width = 634; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (287,57); -ref = dotaccentcomb.ss01; -} -); -width = 668; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (206,51); -ref = dotaccentcomb.ss01; -} -); -width = 693; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_B_.currency.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_B_.currency.glyph deleted file mode 100644 index 4aae487e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_B_.currency.glyph +++ /dev/null @@ -1,1106 +0,0 @@ -{ -category = ""; -export = 0; -glyphname = _B.currency; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (213,0); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(184,0,ls), -(303,0,o), -(348,81,o), -(348,200,cs), -(348,279,o), -(318,355,o), -(253,374,c), -(253,376,l), -(299,392,o), -(335,456,o), -(335,543,cs), -(335,670,o), -(283,729,o), -(185,729,cs), -(78,729,l), -(78,0,l) -); -}, -{ -closed = 1; -nodes = ( -(109,359,l), -(195,359,ls), -(270,359,o), -(314,299,o), -(314,201,cs), -(314,77,o), -(270,29,o), -(184,29,cs), -(109,29,l) -); -}, -{ -closed = 1; -nodes = ( -(109,700,l), -(184,700,ls), -(272,700,o), -(304,635,o), -(304,539,cs), -(304,449,o), -(264,389,o), -(194,389,cs), -(109,389,l) -); -} -); -width = 397; -}, -{ -anchors = ( -{ -name = bottom; -pos = (246,0); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,0,ls), -(375,0,o), -(458,70,o), -(458,206,cs), -(458,296,o), -(425,360,o), -(362,381,c), -(362,387,l), -(411,404,o), -(443,465,o), -(443,537,cs), -(443,654,o), -(391,729,o), -(249,729,cs), -(34,729,l), -(34,0,l) -); -}, -{ -closed = 1; -nodes = ( -(213,309,l), -(230,309,ls), -(261,309,o), -(281,285,o), -(281,225,cs), -(281,172,o), -(268,141,o), -(229,141,cs), -(213,141,l) -); -}, -{ -closed = 1; -nodes = ( -(213,591,l), -(230,591,ls), -(260,591,o), -(276,568,o), -(276,513,cs), -(276,465,o), -(265,433,o), -(230,433,cs), -(213,433,l) -); -} -); -width = 476; -}, -{ -anchors = ( -{ -name = bottom; -pos = (382,0); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(445,0,ls), -(588,0,o), -(679,78,o), -(679,200,cs), -(679,285,o), -(630,356,o), -(533,374,c), -(533,377,l), -(621,397,o), -(660,464,o), -(660,543,cs), -(660,654,o), -(581,729,o), -(446,729,cs), -(85,729,l), -(85,0,l) -); -}, -{ -closed = 1; -nodes = ( -(123,356,l), -(463,356,ls), -(575,356,o), -(639,298,o), -(639,202,cs), -(639,104,o), -(573,36,o), -(445,36,cs), -(123,36,l) -); -}, -{ -closed = 1; -nodes = ( -(123,694,l), -(445,694,ls), -(552,694,o), -(622,635,o), -(622,538,cs), -(622,450,o), -(566,391,o), -(461,391,cs), -(123,391,l) -); -} -); -width = 729; -}, -{ -anchors = ( -{ -name = bottom; -pos = (398,0); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(445,0,ls), -(656,0,o), -(740,86,o), -(740,206,cs), -(740,291,o), -(690,356,o), -(601,376,c), -(601,385,l), -(673,406,o), -(718,465,o), -(718,538,cs), -(718,667,o), -(625,729,o), -(458,729,cs), -(55,729,l), -(55,0,l) -); -}, -{ -closed = 1; -nodes = ( -(283,298,l), -(399,298,ls), -(465,298,o), -(498,279,o), -(498,228,cs), -(498,184,o), -(473,155,o), -(400,155,cs), -(283,155,l) -); -}, -{ -closed = 1; -nodes = ( -(283,573,l), -(390,573,ls), -(457,573,o), -(476,549,o), -(476,511,cs), -(476,472,o), -(453,447,o), -(389,447,cs), -(283,447,l) -); -} -); -width = 760; -}, -{ -anchors = ( -{ -name = bottom; -pos = (193,0); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(164,0,ls), -(283,0,o), -(328,81,o), -(328,200,cs), -(328,279,o), -(298,355,o), -(233,374,c), -(233,376,l), -(279,392,o), -(315,456,o), -(315,543,cs), -(315,670,o), -(263,729,o), -(165,729,cs), -(58,729,l), -(58,0,l) -); -}, -{ -closed = 1; -nodes = ( -(89,359,l), -(175,359,ls), -(250,359,o), -(294,299,o), -(294,201,cs), -(294,77,o), -(250,29,o), -(164,29,cs), -(89,29,l) -); -}, -{ -closed = 1; -nodes = ( -(89,700,l), -(164,700,ls), -(252,700,o), -(284,635,o), -(284,539,cs), -(284,449,o), -(244,389,o), -(174,389,cs), -(89,389,l) -); -} -); -width = 357; -}, -{ -anchors = ( -{ -name = bottom; -pos = (236,0); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,0,ls), -(365,0,o), -(448,70,o), -(448,206,cs), -(448,296,o), -(415,360,o), -(352,381,c), -(352,387,l), -(401,404,o), -(433,465,o), -(433,537,cs), -(433,654,o), -(381,729,o), -(239,729,cs), -(24,729,l), -(24,0,l) -); -}, -{ -closed = 1; -nodes = ( -(203,309,l), -(220,309,ls), -(251,309,o), -(271,285,o), -(271,225,cs), -(271,172,o), -(258,141,o), -(219,141,cs), -(203,141,l) -); -}, -{ -closed = 1; -nodes = ( -(203,591,l), -(220,591,ls), -(250,591,o), -(266,568,o), -(266,513,cs), -(266,465,o), -(255,433,o), -(220,433,cs), -(203,433,l) -); -} -); -width = 456; -}, -{ -anchors = ( -{ -name = bottom; -pos = (346,0); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,0,ls), -(514,0,o), -(605,78,o), -(605,200,cs), -(605,285,o), -(556,356,o), -(459,374,c), -(459,377,l), -(547,397,o), -(586,464,o), -(586,543,cs), -(586,654,o), -(507,729,o), -(372,729,cs), -(87,729,l), -(87,0,l) -); -}, -{ -closed = 1; -nodes = ( -(125,356,l), -(389,356,ls), -(501,356,o), -(565,298,o), -(565,202,cs), -(565,104,o), -(499,36,o), -(371,36,cs), -(125,36,l) -); -}, -{ -closed = 1; -nodes = ( -(125,694,l), -(371,694,ls), -(478,694,o), -(548,635,o), -(548,538,cs), -(548,450,o), -(492,391,o), -(387,391,cs), -(125,391,l) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = bottom; -pos = (352,0); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,ls), -(569,0,o), -(658,85,o), -(658,212,cs), -(658,293,o), -(614,359,o), -(535,376,c), -(535,385,l), -(597,405,o), -(638,467,o), -(638,541,cs), -(638,654,o), -(565,729,o), -(410,729,cs), -(46,729,l), -(46,0,l) -); -}, -{ -closed = 1; -nodes = ( -(243,299,l), -(357,299,ls), -(416,299,o), -(442,273,o), -(442,226,cs), -(442,179,o), -(416,153,o), -(357,153,cs), -(243,153,l) -); -}, -{ -closed = 1; -nodes = ( -(243,576,l), -(348,576,ls), -(394,576,o), -(424,555,o), -(424,511,cs), -(424,472,o), -(400,446,o), -(348,446,cs), -(243,446,l) -); -} -); -width = 674; -}, -{ -anchors = ( -{ -name = bottom; -pos = (372,0); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(435,0,ls), -(578,0,o), -(669,78,o), -(669,200,cs), -(669,285,o), -(620,356,o), -(523,374,c), -(523,377,l), -(611,397,o), -(650,464,o), -(650,543,cs), -(650,654,o), -(571,729,o), -(436,729,cs), -(75,729,l), -(75,0,l) -); -}, -{ -closed = 1; -nodes = ( -(113,356,l), -(453,356,ls), -(565,356,o), -(629,298,o), -(629,202,cs), -(629,104,o), -(563,36,o), -(435,36,cs), -(113,36,l) -); -}, -{ -closed = 1; -nodes = ( -(113,694,l), -(435,694,ls), -(542,694,o), -(612,635,o), -(612,538,cs), -(612,450,o), -(556,391,o), -(451,391,cs), -(113,391,l) -); -} -); -width = 709; -}, -{ -anchors = ( -{ -name = bottom; -pos = (388,0); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(435,0,ls), -(646,0,o), -(730,86,o), -(730,206,cs), -(730,291,o), -(680,356,o), -(591,376,c), -(591,385,l), -(663,406,o), -(708,465,o), -(708,538,cs), -(708,667,o), -(615,729,o), -(448,729,cs), -(45,729,l), -(45,0,l) -); -}, -{ -closed = 1; -nodes = ( -(273,298,l), -(389,298,ls), -(455,298,o), -(488,279,o), -(488,228,cs), -(488,184,o), -(463,155,o), -(390,155,cs), -(273,155,l) -); -}, -{ -closed = 1; -nodes = ( -(273,573,l), -(380,573,ls), -(447,573,o), -(466,549,o), -(466,511,cs), -(466,472,o), -(443,447,o), -(379,447,cs), -(273,447,l) -); -} -); -width = 740; -}, -{ -anchors = ( -{ -name = bottom; -pos = (359,0); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(384,0,ls), -(525,0,o), -(614,78,o), -(614,200,cs), -(614,285,o), -(565,356,o), -(470,374,c), -(470,377,l), -(556,397,o), -(595,464,o), -(595,543,cs), -(595,654,o), -(518,729,o), -(385,729,cs), -(106,729,l), -(106,0,l) -); -}, -{ -closed = 1; -nodes = ( -(144,356,l), -(402,356,ls), -(512,356,o), -(574,298,o), -(574,202,cs), -(574,104,o), -(510,36,o), -(384,36,cs), -(144,36,l) -); -}, -{ -closed = 1; -nodes = ( -(144,694,l), -(384,694,ls), -(489,694,o), -(557,635,o), -(557,538,cs), -(557,450,o), -(503,391,o), -(400,391,cs), -(144,391,l) -); -} -); -width = 682; -}, -{ -anchors = ( -{ -name = bottom; -pos = (362,0); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(391,0,ls), -(574,0,o), -(660,85,o), -(660,212,cs), -(660,293,o), -(618,359,o), -(542,376,c), -(542,385,l), -(601,405,o), -(641,467,o), -(641,541,cs), -(641,654,o), -(570,729,o), -(420,729,cs), -(64,729,l), -(64,0,l) -); -}, -{ -closed = 1; -nodes = ( -(259,299,l), -(366,299,ls), -(422,299,o), -(446,273,o), -(446,226,cs), -(446,179,o), -(422,153,o), -(366,153,cs), -(259,153,l) -); -}, -{ -closed = 1; -nodes = ( -(259,576,l), -(357,576,ls), -(401,576,o), -(429,555,o), -(429,511,cs), -(429,472,o), -(406,446,o), -(357,446,cs), -(259,446,l) -); -} -); -width = 692; -}, -{ -anchors = ( -{ -name = bottom; -pos = (211,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(130,0,ls), -(262,0,o), -(332,89,o), -(337,240,cs), -(339,301,o), -(315,351,o), -(272,369,c), -(272,372,l), -(347,398,o), -(398,490,o), -(398,596,cs), -(398,676,o), -(357,729,o), -(271,729,cs), -(176,729,l), -(24,0,l) -); -}, -{ -closed = 1; -nodes = ( -(129,359,l), -(204,359,ls), -(273,359,o), -(307,315,o), -(305,242,cs), -(300,106,o), -(239,29,o), -(136,29,cs), -(61,29,l) -); -}, -{ -closed = 1; -nodes = ( -(200,700,l), -(265,700,ls), -(327,700,o), -(366,670,o), -(366,596,cs), -(366,484,o), -(311,389,o), -(221,389,cs), -(137,389,l) -); -} -); -width = 395; -}, -{ -anchors = ( -{ -name = bottom; -pos = (241,0); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,0,ls), -(348,0,o), -(444,95,o), -(449,247,cs), -(451,303,o), -(432,353,o), -(386,375,c), -(388,380,l), -(452,401,o), -(501,474,o), -(504,569,cs), -(507,661,o), -(462,729,o), -(330,729,cs), -(130,729,l), -(-22,0,l) -); -}, -{ -closed = 1; -nodes = ( -(222,309,l), -(236,309,ls), -(265,309,o), -(278,289,o), -(276,253,cs), -(274,189,o), -(245,141,o), -(204,141,cs), -(185,141,l) -); -}, -{ -closed = 1; -nodes = ( -(280,590,l), -(295,590,ls), -(319,590,o), -(334,572,o), -(333,538,cs), -(331,482,o), -(302,433,o), -(263,433,cs), -(246,433,l) -); -} -); -width = 477; -}, -{ -anchors = ( -{ -name = bottom; -pos = (368,0); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(352,0,ls), -(520,0,o), -(619,79,o), -(623,215,cs), -(626,291,o), -(586,356,o), -(516,371,c), -(516,374,l), -(607,393,o), -(676,468,o), -(679,566,cs), -(683,664,o), -(621,729,o), -(506,729,cs), -(208,729,l), -(57,0,l) -); -}, -{ -closed = 1; -nodes = ( -(168,356,l), -(442,356,ls), -(537,356,o), -(587,299,o), -(584,216,cs), -(580,102,o), -(498,36,o), -(358,36,cs), -(101,36,l) -); -}, -{ -closed = 1; -nodes = ( -(238,694,l), -(496,694,ls), -(585,694,o), -(641,650,o), -(637,559,cs), -(634,456,o), -(556,391,o), -(449,391,cs), -(177,391,l) -); -} -); -width = 709; -}, -{ -anchors = ( -{ -name = bottom; -pos = (367,0); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(379,0,ls), -(553,0,o), -(671,72,o), -(676,224,cs), -(679,296,o), -(643,355,o), -(589,370,c), -(591,379,l), -(658,398,o), -(717,464,o), -(720,555,cs), -(724,657,o), -(659,729,o), -(505,729,cs), -(165,729,l), -(14,0,l) -); -}, -{ -closed = 1; -nodes = ( -(272,300,l), -(404,300,ls), -(443,300,o), -(473,282,o), -(472,236,cs), -(470,182,o), -(435,153,o), -(377,153,cs), -(241,153,l) -); -}, -{ -closed = 1; -nodes = ( -(330,576,l), -(453,576,ls), -(493,576,o), -(516,557,o), -(514,522,cs), -(513,472,o), -(478,445,o), -(424,445,cs), -(303,445,l) -); -} -); -width = 725; -}, -{ -anchors = ( -{ -name = bottom; -pos = (388,0); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(415,0,ls), -(586,0,o), -(686,83,o), -(691,221,cs), -(694,295,o), -(648,357,o), -(580,372,c), -(580,375,l), -(674,395,o), -(741,468,o), -(745,564,cs), -(748,669,o), -(686,729,o), -(550,729,cs), -(182,729,l), -(31,0,l) -); -}, -{ -closed = 1; -nodes = ( -(142,356,l), -(498,356,ls), -(603,356,o), -(654,307,o), -(651,219,cs), -(647,104,o), -(563,36,o), -(422,36,cs), -(76,36,l) -); -}, -{ -closed = 1; -nodes = ( -(214,694,l), -(543,694,ls), -(652,694,o), -(708,647,o), -(705,562,cs), -(701,456,o), -(626,391,o), -(496,391,cs), -(151,391,l) -); -} -); -width = 753; -}, -{ -anchors = ( -{ -name = bottom; -pos = (397,0); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(433,0,ls), -(634,0,o), -(747,80,o), -(747,231,cs), -(747,303,o), -(708,354,o), -(641,372,c), -(642,381,l), -(737,397,o), -(795,465,o), -(795,564,cs), -(795,666,o), -(728,729,o), -(557,729,cs), -(151,729,l), -(-1,0,l) -); -}, -{ -closed = 1; -nodes = ( -(289,297,l), -(432,297,ls), -(486,297,o), -(519,281,o), -(519,238,cs), -(519,181,o), -(482,155,o), -(405,155,cs), -(259,155,l) -); -}, -{ -closed = 1; -nodes = ( -(346,573,l), -(482,573,ls), -(530,573,o), -(558,558,o), -(558,520,cs), -(558,472,o), -(524,446,o), -(460,446,cs), -(321,446,l) -); -} -); -width = 781; -} -); -subCategory = ""; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_T_horn.bowl.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_T_horn.bowl.glyph deleted file mode 100644 index 65fda042..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_T_horn.bowl.glyph +++ /dev/null @@ -1,640 +0,0 @@ -{ -category = ""; -export = 0; -glyphname = _Thorn.bowl; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (38,0); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(139,158,ls), -(257,158,o), -(306,241,o), -(306,365,cs), -(306,489,o), -(256,572,o), -(139,572,cs), -(40,572,l), -(40,544,l), -(137,544,ls), -(220,544,o), -(273,494,o), -(273,365,cs), -(273,234,o), -(219,186,o), -(137,186,cs), -(40,186,l), -(40,158,l) -); -} -); -width = 346; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (-27,0); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(85,106,ls), -(238,106,o), -(315,190,o), -(315,365,cs), -(315,538,o), -(238,623,o), -(85,623,cs), -(40,623,l), -(40,466,l), -(79,466,ls), -(116,466,o), -(134,444,o), -(134,367,cs), -(134,302,o), -(125,263,o), -(79,263,cs), -(40,263,l), -(40,106,l) -); -} -); -width = 355; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (32,0); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(253,145,ls), -(412,145,o), -(508,231,o), -(508,365,cs), -(508,505,o), -(413,585,o), -(254,585,cs), -(40,585,l), -(40,548,l), -(251,548,ls), -(393,548,o), -(468,479,o), -(468,365,cs), -(468,254,o), -(394,181,o), -(251,181,cs), -(40,181,l), -(40,145,l) -); -} -); -width = 548; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (-2,0); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(249,104,ls), -(428,104,o), -(548,185,o), -(548,357,cs), -(548,509,o), -(452,610,o), -(249,610,cs), -(40,610,l), -(40,435,l), -(224,435,ls), -(277,435,o), -(318,419,o), -(318,357,cs), -(318,295,o), -(277,279,o), -(224,279,cs), -(40,279,l), -(40,104,l) -); -} -); -width = 588; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (18,0); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(119,158,ls), -(237,158,o), -(286,241,o), -(286,365,cs), -(286,489,o), -(236,572,o), -(119,572,cs), -(20,572,l), -(20,544,l), -(117,544,ls), -(200,544,o), -(253,494,o), -(253,365,cs), -(253,234,o), -(199,186,o), -(117,186,cs), -(20,186,l), -(20,158,l) -); -} -); -width = 306; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (-37,0); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(75,106,ls), -(228,106,o), -(305,190,o), -(305,365,cs), -(305,538,o), -(228,623,o), -(75,623,cs), -(30,623,l), -(30,466,l), -(69,466,ls), -(106,466,o), -(124,444,o), -(124,367,cs), -(124,302,o), -(115,263,o), -(69,263,cs), -(30,263,l), -(30,106,l) -); -} -); -width = 335; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (19,0); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(244,145,ls), -(394,145,o), -(490,231,o), -(490,365,cs), -(490,505,o), -(395,585,o), -(245,585,cs), -(20,585,l), -(20,548,l), -(242,548,ls), -(375,548,o), -(450,479,o), -(450,365,cs), -(450,254,o), -(376,181,o), -(242,181,cs), -(20,181,l), -(20,145,l) -); -} -); -width = 510; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (-36,0); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,111,ls), -(345,111,o), -(451,201,o), -(451,362,cs), -(451,523,o), -(345,613,o), -(174,613,cs), -(19,613,l), -(19,443,l), -(148,443,ls), -(206,443,o), -(245,420,o), -(245,362,cs), -(245,304,o), -(206,281,o), -(148,281,cs), -(19,281,l), -(19,111,l) -); -} -); -width = 470; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (22,0); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,145,ls), -(402,145,o), -(498,231,o), -(498,365,cs), -(498,505,o), -(403,585,o), -(244,585,cs), -(30,585,l), -(30,548,l), -(241,548,ls), -(383,548,o), -(458,479,o), -(458,365,cs), -(458,254,o), -(384,181,o), -(241,181,cs), -(30,181,l), -(30,145,l) -); -} -); -width = 528; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (-12,0); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,104,ls), -(418,104,o), -(538,185,o), -(538,357,cs), -(538,509,o), -(442,610,o), -(239,610,cs), -(30,610,l), -(30,435,l), -(214,435,ls), -(267,435,o), -(308,419,o), -(308,357,cs), -(308,295,o), -(267,279,o), -(214,279,cs), -(30,279,l), -(30,104,l) -); -} -); -width = 568; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (36,0); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(255,145,ls), -(403,145,o), -(497,231,o), -(497,365,cs), -(497,505,o), -(404,585,o), -(256,585,cs), -(37,585,l), -(37,548,l), -(253,548,ls), -(384,548,o), -(457,479,o), -(457,365,cs), -(457,254,o), -(385,181,o), -(253,181,cs), -(37,181,l), -(37,145,l) -); -} -); -width = 534; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (-20,0); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(183,111,ls), -(349,111,o), -(452,201,o), -(452,362,cs), -(452,523,o), -(349,613,o), -(183,613,cs), -(35,613,l), -(35,443,l), -(157,443,ls), -(212,443,o), -(248,420,o), -(248,362,cs), -(248,304,o), -(212,281,o), -(157,281,cs), -(35,281,l), -(35,111,l) -); -} -); -width = 487; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (3,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,158,ls), -(278,158,o), -(339,235,o), -(364,348,cs), -(391,475,o), -(360,572,o), -(234,572,cs), -(105,572,l), -(101,544,l), -(226,544,ls), -(318,544,o), -(361,488,o), -(332,353,cs), -(305,225,o), -(244,186,o), -(162,186,cs), -(37,186,l), -(33,158,l) -); -} -); -width = 385; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (-20,0); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,106,ls), -(268,106,o), -(370,199,o), -(402,353,cs), -(429,498,o), -(412,623,o), -(228,623,cs), -(113,623,l), -(85,466,l), -(188,466,ls), -(233,466,o), -(238,426,o), -(223,361,cs), -(211,301,o), -(182,263,o), -(147,263,cs), -(50,263,l), -(22,106,l) -); -} -); -width = 425; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (3,0); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,145,ls), -(445,145,o), -(550,219,o), -(575,341,cs), -(600,450,o), -(559,584,o), -(387,584,cs), -(107,584,l), -(100,547,l), -(374,547,ls), -(521,547,o), -(558,449,o), -(537,344,cs), -(516,244,o), -(433,180,o), -(297,180,cs), -(35,180,l), -(29,145,l) -); -} -); -width = 598; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (-57,0); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,116,ls), -(366,116,o), -(482,198,o), -(510,335,cs), -(536,467,o), -(490,613,o), -(276,613,cs), -(111,613,l), -(80,436,l), -(244,436,ls), -(293,436,o), -(317,400,o), -(306,348,cs), -(297,303,o), -(263,277,o), -(209,277,cs), -(52,277,l), -(23,116,l) -); -} -); -width = 537; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (1,0); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(379,145,ls), -(536,145,o), -(640,217,o), -(666,341,cs), -(694,471,o), -(636,584,o), -(446,584,cs), -(107,584,l), -(100,547,l), -(435,547,ls), -(618,547,o), -(648,449,o), -(626,343,cs), -(605,239,o), -(521,181,o), -(384,181,cs), -(36,181,l), -(29,145,l) -); -} -); -width = 689; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (-71,0); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(266,121,ls), -(432,121,o), -(552,188,o), -(582,330,cs), -(609,480,o), -(559,609,o), -(324,609,cs), -(110,609,l), -(80,436,l), -(271,436,ls), -(352,436,o), -(367,392,o), -(356,345,cs), -(346,298,o), -(307,278,o), -(242,278,cs), -(52,278,l), -(24,121,l) -); -} -); -width = 610; -} -); -metricLeft = "=40"; -metricRight = "=40"; -script = ""; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_baht.bar.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_baht.bar.glyph deleted file mode 100644 index 4358ba96..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_baht.bar.glyph +++ /dev/null @@ -1,1834 +0,0 @@ -{ -category = ""; -export = 0; -glyphname = _baht.bar; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (87,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(58,0,ls), -(177,0,o), -(222,81,o), -(222,200,cs), -(222,279,o), -(192,355,o), -(127,374,c), -(127,376,l), -(173,392,o), -(209,456,o), -(209,543,cs), -(209,670,o), -(157,729,o), -(59,729,cs), -(-48,729,l), -(-48,0,l) -); -}, -{ -closed = 1; -nodes = ( -(68,-85,l), -(68,12,l), -(40,12,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-17,359,l), -(69,359,ls), -(144,359,o), -(188,299,o), -(188,201,cs), -(188,77,o), -(144,29,o), -(58,29,cs), -(-17,29,l) -); -}, -{ -closed = 1; -nodes = ( -(-17,700,l), -(58,700,ls), -(146,700,o), -(178,635,o), -(178,539,cs), -(178,449,o), -(138,389,o), -(68,389,cs), -(-17,389,l) -); -}, -{ -closed = 1; -nodes = ( -(68,713,l), -(68,815,l), -(40,815,l), -(40,713,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(68,-85,l), -(68,12,l), -(40,12,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(68,713,l), -(68,815,l), -(40,815,l), -(40,713,l) -); -} -); -width = 108; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (127,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(112,0,ls), -(256,0,o), -(339,70,o), -(339,206,cs), -(339,296,o), -(306,360,o), -(243,381,c), -(243,387,l), -(292,404,o), -(324,465,o), -(324,537,cs), -(324,654,o), -(272,729,o), -(130,729,cs), -(-85,729,l), -(-85,0,l) -); -}, -{ -closed = 1; -nodes = ( -(120,-85,l), -(120,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(94,309,l), -(111,309,ls), -(142,309,o), -(162,285,o), -(162,225,cs), -(162,172,o), -(149,141,o), -(110,141,cs), -(94,141,l) -); -}, -{ -closed = 1; -nodes = ( -(94,591,l), -(111,591,ls), -(141,591,o), -(157,568,o), -(157,513,cs), -(157,465,o), -(146,433,o), -(111,433,cs), -(94,433,l) -); -}, -{ -closed = 1; -nodes = ( -(120,689,l), -(120,815,l), -(41,815,l), -(41,689,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,-85,l), -(120,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(120,689,l), -(120,815,l), -(41,815,l), -(41,689,l) -); -} -); -width = 160; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (113,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(176,0,ls), -(319,0,o), -(410,78,o), -(410,200,cs), -(410,285,o), -(361,356,o), -(264,374,c), -(264,377,l), -(352,397,o), -(391,464,o), -(391,543,cs), -(391,654,o), -(312,729,o), -(177,729,cs), -(-184,729,l), -(-184,0,l) -); -}, -{ -closed = 1; -nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-146,356,l), -(194,356,ls), -(306,356,o), -(370,298,o), -(370,202,cs), -(370,104,o), -(304,36,o), -(176,36,cs), -(-146,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-146,694,l), -(176,694,ls), -(283,694,o), -(353,635,o), -(353,538,cs), -(353,450,o), -(297,391,o), -(192,391,cs), -(-146,391,l) -); -}, -{ -closed = 1; -nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) -); -} -); -width = 112; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (162,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(209,0,ls), -(420,0,o), -(504,86,o), -(504,206,cs), -(504,291,o), -(454,356,o), -(365,376,c), -(365,385,l), -(437,406,o), -(482,465,o), -(482,538,cs), -(482,667,o), -(389,729,o), -(222,729,cs), -(-181,729,l), -(-181,0,l) -); -}, -{ -closed = 1; -nodes = ( -(201,-85,l), -(201,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(47,298,l), -(163,298,ls), -(229,298,o), -(262,279,o), -(262,228,cs), -(262,184,o), -(237,155,o), -(164,155,cs), -(47,155,l) -); -}, -{ -closed = 1; -nodes = ( -(47,573,l), -(154,573,ls), -(221,573,o), -(240,549,o), -(240,511,cs), -(240,472,o), -(217,447,o), -(153,447,cs), -(47,447,l) -); -}, -{ -closed = 1; -nodes = ( -(201,689,l), -(201,815,l), -(41,815,l), -(41,689,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,-85,l), -(201,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(201,689,l), -(201,815,l), -(41,815,l), -(41,689,l) -); -} -); -width = 241; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (67,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(58,0,ls), -(177,0,o), -(222,81,o), -(222,200,cs), -(222,279,o), -(192,355,o), -(127,374,c), -(127,376,l), -(173,392,o), -(209,456,o), -(209,543,cs), -(209,670,o), -(157,729,o), -(59,729,cs), -(-48,729,l), -(-48,0,l) -); -}, -{ -closed = 1; -nodes = ( -(68,-85,l), -(68,12,l), -(40,12,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-17,359,l), -(69,359,ls), -(144,359,o), -(188,299,o), -(188,201,cs), -(188,77,o), -(144,29,o), -(58,29,cs), -(-17,29,l) -); -}, -{ -closed = 1; -nodes = ( -(-17,700,l), -(58,700,ls), -(146,700,o), -(178,635,o), -(178,539,cs), -(178,449,o), -(138,389,o), -(68,389,cs), -(-17,389,l) -); -}, -{ -closed = 1; -nodes = ( -(68,713,l), -(68,815,l), -(40,815,l), -(40,713,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(48,-85,l), -(48,12,l), -(20,12,l), -(20,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(48,713,l), -(48,815,l), -(20,815,l), -(20,713,l) -); -} -); -width = 68; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (117,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(112,0,ls), -(256,0,o), -(339,70,o), -(339,206,cs), -(339,296,o), -(306,360,o), -(243,381,c), -(243,387,l), -(292,404,o), -(324,465,o), -(324,537,cs), -(324,654,o), -(272,729,o), -(130,729,cs), -(-85,729,l), -(-85,0,l) -); -}, -{ -closed = 1; -nodes = ( -(120,-85,l), -(120,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(94,309,l), -(111,309,ls), -(142,309,o), -(162,285,o), -(162,225,cs), -(162,172,o), -(149,141,o), -(110,141,cs), -(94,141,l) -); -}, -{ -closed = 1; -nodes = ( -(94,591,l), -(111,591,ls), -(141,591,o), -(157,568,o), -(157,513,cs), -(157,465,o), -(146,433,o), -(111,433,cs), -(94,433,l) -); -}, -{ -closed = 1; -nodes = ( -(120,689,l), -(120,815,l), -(41,815,l), -(41,689,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-85,l), -(110,90,l), -(30,90,l), -(30,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(110,689,l), -(110,815,l), -(31,815,l), -(31,689,l) -); -} -); -width = 140; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (80,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(125,0,ls), -(268,0,o), -(359,78,o), -(359,200,cs), -(359,285,o), -(310,356,o), -(213,374,c), -(213,377,l), -(301,397,o), -(340,464,o), -(340,543,cs), -(340,654,o), -(261,729,o), -(126,729,cs), -(-159,729,l), -(-159,0,l) -); -}, -{ -closed = 1; -nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-121,356,l), -(143,356,ls), -(255,356,o), -(319,298,o), -(319,202,cs), -(319,104,o), -(253,36,o), -(125,36,cs), -(-121,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-121,694,l), -(125,694,ls), -(232,694,o), -(302,635,o), -(302,538,cs), -(302,450,o), -(246,391,o), -(141,391,cs), -(-121,391,l) -); -}, -{ -closed = 1; -nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,-85,l), -(52,22,l), -(20,22,l), -(20,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(52,714,l), -(52,814,l), -(20,814,l), -(20,714,l) -); -} -); -width = 72; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (106,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(156,0,ls), -(344,0,o), -(433,85,o), -(433,212,cs), -(433,293,o), -(389,359,o), -(310,376,c), -(310,385,l), -(372,405,o), -(413,467,o), -(413,541,cs), -(413,654,o), -(340,729,o), -(185,729,cs), -(-179,729,l), -(-179,0,l) -); -}, -{ -closed = 1; -nodes = ( -(150,-85,l), -(150,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(18,299,l), -(132,299,ls), -(191,299,o), -(217,273,o), -(217,226,cs), -(217,179,o), -(191,153,o), -(132,153,cs), -(18,153,l) -); -}, -{ -closed = 1; -nodes = ( -(18,576,l), -(123,576,ls), -(169,576,o), -(199,555,o), -(199,511,cs), -(199,472,o), -(175,446,o), -(123,446,cs), -(18,446,l) -); -}, -{ -closed = 1; -nodes = ( -(150,689,l), -(150,815,l), -(41,815,l), -(41,689,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,-85,l), -(129,90,l), -(19,90,l), -(19,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(129,689,l), -(129,815,l), -(20,815,l), -(20,689,l) -); -} -); -width = 148; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (103,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(176,0,ls), -(319,0,o), -(410,78,o), -(410,200,cs), -(410,285,o), -(361,356,o), -(264,374,c), -(264,377,l), -(352,397,o), -(391,464,o), -(391,543,cs), -(391,654,o), -(312,729,o), -(177,729,cs), -(-184,729,l), -(-184,0,l) -); -}, -{ -closed = 1; -nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-146,356,l), -(194,356,ls), -(306,356,o), -(370,298,o), -(370,202,cs), -(370,104,o), -(304,36,o), -(176,36,cs), -(-146,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-146,694,l), -(176,694,ls), -(283,694,o), -(353,635,o), -(353,538,cs), -(353,450,o), -(297,391,o), -(192,391,cs), -(-146,391,l) -); -}, -{ -closed = 1; -nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(62,-85,l), -(62,22,l), -(30,22,l), -(30,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(62,714,l), -(62,814,l), -(30,814,l), -(30,714,l) -); -} -); -width = 92; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (152,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(209,0,ls), -(420,0,o), -(504,86,o), -(504,206,cs), -(504,291,o), -(454,356,o), -(365,376,c), -(365,385,l), -(437,406,o), -(482,465,o), -(482,538,cs), -(482,667,o), -(389,729,o), -(222,729,cs), -(-181,729,l), -(-181,0,l) -); -}, -{ -closed = 1; -nodes = ( -(201,-85,l), -(201,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(47,298,l), -(163,298,ls), -(229,298,o), -(262,279,o), -(262,228,cs), -(262,184,o), -(237,155,o), -(164,155,cs), -(47,155,l) -); -}, -{ -closed = 1; -nodes = ( -(47,573,l), -(154,573,ls), -(221,573,o), -(240,549,o), -(240,511,cs), -(240,472,o), -(217,447,o), -(153,447,cs), -(47,447,l) -); -}, -{ -closed = 1; -nodes = ( -(201,689,l), -(201,815,l), -(41,815,l), -(41,689,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,-85,l), -(191,90,l), -(30,90,l), -(30,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(191,689,l), -(191,815,l), -(31,815,l), -(31,689,l) -); -} -); -width = 221; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (95,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(125,0,ls), -(268,0,o), -(359,78,o), -(359,200,cs), -(359,285,o), -(310,356,o), -(213,374,c), -(213,377,l), -(301,397,o), -(340,464,o), -(340,543,cs), -(340,654,o), -(261,729,o), -(126,729,cs), -(-159,729,l), -(-159,0,l) -); -}, -{ -closed = 1; -nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-121,356,l), -(143,356,ls), -(255,356,o), -(319,298,o), -(319,202,cs), -(319,104,o), -(253,36,o), -(125,36,cs), -(-121,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-121,694,l), -(125,694,ls), -(232,694,o), -(302,635,o), -(302,538,cs), -(302,450,o), -(246,391,o), -(141,391,cs), -(-121,391,l) -); -}, -{ -closed = 1; -nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(67,-85,l), -(67,22,l), -(37,22,l), -(37,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(67,714,l), -(67,814,l), -(37,814,l), -(37,714,l) -); -} -); -width = 104; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (113,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(156,0,ls), -(344,0,o), -(433,85,o), -(433,212,cs), -(433,293,o), -(389,359,o), -(310,376,c), -(310,385,l), -(372,405,o), -(413,467,o), -(413,541,cs), -(413,654,o), -(340,729,o), -(185,729,cs), -(-179,729,l), -(-179,0,l) -); -}, -{ -closed = 1; -nodes = ( -(150,-85,l), -(150,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(18,299,l), -(132,299,ls), -(191,299,o), -(217,273,o), -(217,226,cs), -(217,179,o), -(191,153,o), -(132,153,cs), -(18,153,l) -); -}, -{ -closed = 1; -nodes = ( -(18,576,l), -(123,576,ls), -(169,576,o), -(199,555,o), -(199,511,cs), -(199,472,o), -(175,446,o), -(123,446,cs), -(18,446,l) -); -}, -{ -closed = 1; -nodes = ( -(150,689,l), -(150,815,l), -(41,815,l), -(41,689,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(142,-85,l), -(142,90,l), -(35,90,l), -(35,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(142,689,l), -(142,815,l), -(36,815,l), -(36,689,l) -); -} -); -width = 176; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (86,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(5,0,ls), -(137,0,o), -(207,89,o), -(212,240,cs), -(214,301,o), -(190,351,o), -(147,369,c), -(147,372,l), -(220,397,o), -(269,485,o), -(273,587,cs), -(276,672,o), -(235,729,o), -(146,729,cs), -(51,729,l), -(-101,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-3,-85,l), -(17,12,l), -(-11,12,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(4,359,l), -(79,359,ls), -(148,359,o), -(182,315,o), -(180,242,cs), -(175,106,o), -(114,29,o), -(11,29,cs), -(-64,29,l) -); -}, -{ -closed = 1; -nodes = ( -(75,700,l), -(140,700,ls), -(204,700,o), -(244,668,o), -(241,588,cs), -(237,479,o), -(184,389,o), -(96,389,cs), -(12,389,l) -); -}, -{ -closed = 1; -nodes = ( -(162,713,l), -(183,815,l), -(155,815,l), -(134,713,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-3,-85,l), -(17,12,l), -(-11,12,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(162,713,l), -(183,815,l), -(155,815,l), -(134,713,l) -); -} -); -width = 108; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (123,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(61,0,ls), -(230,0,o), -(326,95,o), -(331,247,cs), -(333,303,o), -(314,353,o), -(268,375,c), -(270,380,l), -(334,401,o), -(383,474,o), -(386,569,cs), -(389,661,o), -(344,729,o), -(212,729,cs), -(12,729,l), -(-140,0,l) -); -}, -{ -closed = 1; -nodes = ( -(47,-85,l), -(83,90,l), -(3,90,l), -(-33,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(104,309,l), -(118,309,ls), -(147,309,o), -(160,289,o), -(158,253,cs), -(156,189,o), -(127,141,o), -(86,141,cs), -(67,141,l) -); -}, -{ -closed = 1; -nodes = ( -(162,590,l), -(177,590,ls), -(201,590,o), -(216,572,o), -(215,538,cs), -(213,482,o), -(184,433,o), -(145,433,cs), -(128,433,l) -); -}, -{ -closed = 1; -nodes = ( -(207,689,l), -(233,815,l), -(154,815,l), -(128,689,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(47,-85,l), -(83,90,l), -(3,90,l), -(-33,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(207,689,l), -(233,815,l), -(154,815,l), -(128,689,l) -); -} -); -width = 161; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (94,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(78,0,ls), -(246,0,o), -(345,79,o), -(349,215,cs), -(352,291,o), -(312,356,o), -(242,371,c), -(242,374,l), -(333,393,o), -(402,468,o), -(405,566,cs), -(409,664,o), -(347,729,o), -(232,729,cs), -(-66,729,l), -(-217,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-106,356,l), -(168,356,ls), -(263,356,o), -(313,299,o), -(310,216,cs), -(306,102,o), -(224,36,o), -(84,36,cs), -(-173,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-36,694,l), -(222,694,ls), -(311,694,o), -(367,650,o), -(363,559,cs), -(360,456,o), -(282,391,o), -(175,391,cs), -(-97,391,l) -); -}, -{ -closed = 1; -nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) -); -} -); -width = 112; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (127,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(139,0,ls), -(313,0,o), -(431,72,o), -(436,224,cs), -(439,296,o), -(403,355,o), -(349,370,c), -(351,379,l), -(418,398,o), -(477,464,o), -(480,555,cs), -(484,657,o), -(419,729,o), -(265,729,cs), -(-75,729,l), -(-226,0,l) -); -}, -{ -closed = 1; -nodes = ( -(76,-85,l), -(112,90,l), -(2,90,l), -(-34,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(32,300,l), -(164,300,ls), -(203,300,o), -(233,282,o), -(232,236,cs), -(230,182,o), -(195,153,o), -(137,153,cs), -(1,153,l) -); -}, -{ -closed = 1; -nodes = ( -(90,576,l), -(213,576,ls), -(253,576,o), -(276,557,o), -(274,522,cs), -(273,472,o), -(238,445,o), -(184,445,cs), -(63,445,l) -); -}, -{ -closed = 1; -nodes = ( -(236,689,l), -(262,815,l), -(153,815,l), -(127,689,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,-85,l), -(112,90,l), -(2,90,l), -(-34,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(236,689,l), -(262,815,l), -(153,815,l), -(127,689,l) -); -} -); -width = 190; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (91,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(118,0,ls), -(289,0,o), -(389,83,o), -(394,221,cs), -(397,295,o), -(351,357,o), -(283,372,c), -(283,375,l), -(377,395,o), -(444,468,o), -(448,564,cs), -(451,669,o), -(389,729,o), -(253,729,cs), -(-115,729,l), -(-266,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-155,356,l), -(201,356,ls), -(306,356,o), -(357,307,o), -(354,219,cs), -(350,104,o), -(266,36,o), -(125,36,cs), -(-221,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-83,694,l), -(246,694,ls), -(355,694,o), -(411,647,o), -(408,562,cs), -(404,456,o), -(329,391,o), -(199,391,cs), -(-146,391,l) -); -}, -{ -closed = 1; -nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) -); -} -); -width = 112; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (158,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(194,0,ls), -(395,0,o), -(508,80,o), -(508,231,cs), -(508,303,o), -(469,354,o), -(402,372,c), -(403,381,l), -(498,397,o), -(556,465,o), -(556,564,cs), -(556,666,o), -(489,729,o), -(318,729,cs), -(-88,729,l), -(-240,0,l) -); -}, -{ -closed = 1; -nodes = ( -(127,-85,l), -(163,90,l), -(2,90,l), -(-34,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(50,297,l), -(193,297,ls), -(247,297,o), -(280,281,o), -(280,238,cs), -(280,181,o), -(243,155,o), -(166,155,cs), -(20,155,l) -); -}, -{ -closed = 1; -nodes = ( -(107,573,l), -(243,573,ls), -(291,573,o), -(319,558,o), -(319,520,cs), -(319,472,o), -(285,446,o), -(221,446,cs), -(82,446,l) -); -}, -{ -closed = 1; -nodes = ( -(287,689,l), -(313,815,l), -(153,815,l), -(127,689,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(127,-85,l), -(163,90,l), -(2,90,l), -(-34,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(287,689,l), -(313,815,l), -(153,815,l), -(127,689,l) -); -} -); -width = 241; -} -); -metricLeft = "=40"; -metricRight = "=40"; -script = ""; -userData = { -KernOnSpecialSpacing = { -L = dashes; -R = dashes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_bitcoin.bars.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_bitcoin.bars.glyph deleted file mode 100644 index 2fd792ea..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_bitcoin.bars.glyph +++ /dev/null @@ -1,2654 +0,0 @@ -{ -export = 0; -glyphname = _bitcoin.bars; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (187,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(172,0,ls), -(316,0,o), -(399,70,o), -(399,206,cs), -(399,296,o), -(366,360,o), -(303,381,c), -(303,387,l), -(352,404,o), -(384,465,o), -(384,537,cs), -(384,654,o), -(332,729,o), -(190,729,cs), -(-25,729,l), -(-25,0,l) -); -}, -{ -closed = 1; -nodes = ( -(120,-85,l), -(120,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(250,-85,l), -(250,90,l), -(170,90,l), -(170,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(154,309,l), -(171,309,ls), -(202,309,o), -(222,285,o), -(222,225,cs), -(222,172,o), -(209,141,o), -(170,141,cs), -(154,141,l) -); -}, -{ -closed = 1; -nodes = ( -(154,591,l), -(171,591,ls), -(201,591,o), -(217,568,o), -(217,513,cs), -(217,465,o), -(206,433,o), -(171,433,cs), -(154,433,l) -); -}, -{ -closed = 1; -nodes = ( -(120,689,l), -(120,815,l), -(41,815,l), -(41,689,l) -); -}, -{ -closed = 1; -nodes = ( -(250,689,l), -(250,815,l), -(171,815,l), -(171,689,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,-85,l), -(120,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(250,-85,l), -(250,90,l), -(170,90,l), -(170,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(120,689,l), -(120,815,l), -(41,815,l), -(41,689,l) -); -}, -{ -closed = 1; -nodes = ( -(250,689,l), -(250,815,l), -(171,815,l), -(171,689,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (127,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(98,0,ls), -(217,0,o), -(262,81,o), -(262,200,cs), -(262,279,o), -(232,355,o), -(167,374,c), -(167,376,l), -(213,392,o), -(249,456,o), -(249,543,cs), -(249,670,o), -(197,729,o), -(99,729,cs), -(-8,729,l), -(-8,0,l) -); -}, -{ -closed = 1; -nodes = ( -(68,-85,l), -(68,12,l), -(40,12,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(145,-85,l), -(145,12,l), -(117,12,l), -(117,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(23,359,l), -(109,359,ls), -(184,359,o), -(228,299,o), -(228,201,cs), -(228,77,o), -(184,29,o), -(98,29,cs), -(23,29,l) -); -}, -{ -closed = 1; -nodes = ( -(23,700,l), -(98,700,ls), -(186,700,o), -(218,635,o), -(218,539,cs), -(218,449,o), -(178,389,o), -(108,389,cs), -(23,389,l) -); -}, -{ -closed = 1; -nodes = ( -(68,713,l), -(68,815,l), -(40,815,l), -(40,713,l) -); -}, -{ -closed = 1; -nodes = ( -(145,713,l), -(145,815,l), -(117,815,l), -(117,713,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(68,-85,l), -(68,12,l), -(40,12,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(145,-85,l), -(145,12,l), -(117,12,l), -(117,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(68,713,l), -(68,815,l), -(40,815,l), -(40,713,l) -); -}, -{ -closed = 1; -nodes = ( -(145,713,l), -(145,815,l), -(117,815,l), -(117,713,l) -); -} -); -width = 185; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (183,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(246,0,ls), -(389,0,o), -(480,78,o), -(480,200,cs), -(480,285,o), -(431,356,o), -(334,374,c), -(334,377,l), -(422,397,o), -(461,464,o), -(461,543,cs), -(461,654,o), -(382,729,o), -(247,729,cs), -(-114,729,l), -(-114,0,l) -); -}, -{ -closed = 1; -nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(226,-85,l), -(226,22,l), -(194,22,l), -(194,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-76,356,l), -(264,356,ls), -(376,356,o), -(440,298,o), -(440,202,cs), -(440,104,o), -(374,36,o), -(246,36,cs), -(-76,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-76,694,l), -(246,694,ls), -(353,694,o), -(423,635,o), -(423,538,cs), -(423,450,o), -(367,391,o), -(262,391,cs), -(-76,391,l) -); -}, -{ -closed = 1; -nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) -); -}, -{ -closed = 1; -nodes = ( -(226,714,l), -(226,814,l), -(194,814,l), -(194,714,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(226,-85,l), -(226,22,l), -(194,22,l), -(194,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) -); -}, -{ -closed = 1; -nodes = ( -(226,714,l), -(226,814,l), -(194,814,l), -(194,714,l) -); -} -); -width = 266; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (282,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(329,0,ls), -(540,0,o), -(624,86,o), -(624,206,cs), -(624,291,o), -(574,356,o), -(485,376,c), -(485,385,l), -(557,406,o), -(602,465,o), -(602,538,cs), -(602,667,o), -(509,729,o), -(342,729,cs), -(-61,729,l), -(-61,0,l) -); -}, -{ -closed = 1; -nodes = ( -(201,-85,l), -(201,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(431,-85,l), -(431,90,l), -(270,90,l), -(270,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(167,298,l), -(283,298,ls), -(349,298,o), -(382,279,o), -(382,228,cs), -(382,184,o), -(357,155,o), -(284,155,cs), -(167,155,l) -); -}, -{ -closed = 1; -nodes = ( -(167,573,l), -(274,573,ls), -(341,573,o), -(360,549,o), -(360,511,cs), -(360,472,o), -(337,447,o), -(273,447,cs), -(167,447,l) -); -}, -{ -closed = 1; -nodes = ( -(201,689,l), -(201,815,l), -(41,815,l), -(41,689,l) -); -}, -{ -closed = 1; -nodes = ( -(431,689,l), -(431,815,l), -(271,815,l), -(271,689,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,-85,l), -(201,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(431,-85,l), -(431,90,l), -(270,90,l), -(270,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(201,689,l), -(201,815,l), -(41,815,l), -(41,689,l) -); -}, -{ -closed = 1; -nodes = ( -(431,689,l), -(431,815,l), -(271,815,l), -(271,689,l) -); -} -); -width = 471; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (107,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(98,0,ls), -(217,0,o), -(262,81,o), -(262,200,cs), -(262,279,o), -(232,355,o), -(167,374,c), -(167,376,l), -(213,392,o), -(249,456,o), -(249,543,cs), -(249,670,o), -(197,729,o), -(99,729,cs), -(-8,729,l), -(-8,0,l) -); -}, -{ -closed = 1; -nodes = ( -(68,-85,l), -(68,12,l), -(40,12,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(145,-85,l), -(145,12,l), -(117,12,l), -(117,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(23,359,l), -(109,359,ls), -(184,359,o), -(228,299,o), -(228,201,cs), -(228,77,o), -(184,29,o), -(98,29,cs), -(23,29,l) -); -}, -{ -closed = 1; -nodes = ( -(23,700,l), -(98,700,ls), -(186,700,o), -(218,635,o), -(218,539,cs), -(218,449,o), -(178,389,o), -(108,389,cs), -(23,389,l) -); -}, -{ -closed = 1; -nodes = ( -(68,713,l), -(68,815,l), -(40,815,l), -(40,713,l) -); -}, -{ -closed = 1; -nodes = ( -(145,713,l), -(145,815,l), -(117,815,l), -(117,713,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(48,-85,l), -(48,12,l), -(20,12,l), -(20,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(125,-85,l), -(125,12,l), -(97,12,l), -(97,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(48,713,l), -(48,815,l), -(20,815,l), -(20,713,l) -); -}, -{ -closed = 1; -nodes = ( -(125,713,l), -(125,815,l), -(97,815,l), -(97,713,l) -); -} -); -width = 145; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (177,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(172,0,ls), -(316,0,o), -(399,70,o), -(399,206,cs), -(399,296,o), -(366,360,o), -(303,381,c), -(303,387,l), -(352,404,o), -(384,465,o), -(384,537,cs), -(384,654,o), -(332,729,o), -(190,729,cs), -(-25,729,l), -(-25,0,l) -); -}, -{ -closed = 1; -nodes = ( -(120,-85,l), -(120,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(250,-85,l), -(250,90,l), -(170,90,l), -(170,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(154,309,l), -(171,309,ls), -(202,309,o), -(222,285,o), -(222,225,cs), -(222,172,o), -(209,141,o), -(170,141,cs), -(154,141,l) -); -}, -{ -closed = 1; -nodes = ( -(154,591,l), -(171,591,ls), -(201,591,o), -(217,568,o), -(217,513,cs), -(217,465,o), -(206,433,o), -(171,433,cs), -(154,433,l) -); -}, -{ -closed = 1; -nodes = ( -(120,689,l), -(120,815,l), -(41,815,l), -(41,689,l) -); -}, -{ -closed = 1; -nodes = ( -(250,689,l), -(250,815,l), -(171,815,l), -(171,689,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-85,l), -(110,90,l), -(30,90,l), -(30,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(240,-85,l), -(240,90,l), -(160,90,l), -(160,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(110,689,l), -(110,815,l), -(31,815,l), -(31,689,l) -); -}, -{ -closed = 1; -nodes = ( -(240,689,l), -(240,815,l), -(161,815,l), -(161,689,l) -); -} -); -width = 270; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (154,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(199,0,ls), -(342,0,o), -(433,78,o), -(433,200,cs), -(433,285,o), -(384,356,o), -(287,374,c), -(287,377,l), -(375,397,o), -(414,464,o), -(414,543,cs), -(414,654,o), -(335,729,o), -(200,729,cs), -(-85,729,l), -(-85,0,l) -); -}, -{ -closed = 1; -nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(222,-85,l), -(222,22,l), -(190,22,l), -(190,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-47,356,l), -(217,356,ls), -(329,356,o), -(393,298,o), -(393,202,cs), -(393,104,o), -(327,36,o), -(199,36,cs), -(-47,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-47,694,l), -(199,694,ls), -(306,694,o), -(376,635,o), -(376,538,cs), -(376,450,o), -(320,391,o), -(215,391,cs), -(-47,391,l) -); -}, -{ -closed = 1; -nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) -); -}, -{ -closed = 1; -nodes = ( -(222,714,l), -(222,814,l), -(190,814,l), -(190,714,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,-85,l), -(52,22,l), -(20,22,l), -(20,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(202,-85,l), -(202,22,l), -(170,22,l), -(170,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(52,714,l), -(52,814,l), -(20,814,l), -(20,714,l) -); -}, -{ -closed = 1; -nodes = ( -(202,714,l), -(202,814,l), -(170,814,l), -(170,714,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 222; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (206,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(256,0,ls), -(444,0,o), -(533,85,o), -(533,212,cs), -(533,293,o), -(489,359,o), -(410,376,c), -(410,385,l), -(472,405,o), -(513,467,o), -(513,541,cs), -(513,654,o), -(440,729,o), -(285,729,cs), -(-79,729,l), -(-79,0,l) -); -}, -{ -closed = 1; -nodes = ( -(150,-85,l), -(150,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(329,-85,l), -(329,90,l), -(219,90,l), -(219,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(118,299,l), -(232,299,ls), -(291,299,o), -(317,273,o), -(317,226,cs), -(317,179,o), -(291,153,o), -(232,153,cs), -(118,153,l) -); -}, -{ -closed = 1; -nodes = ( -(118,576,l), -(223,576,ls), -(269,576,o), -(299,555,o), -(299,511,cs), -(299,472,o), -(275,446,o), -(223,446,cs), -(118,446,l) -); -}, -{ -closed = 1; -nodes = ( -(150,689,l), -(150,815,l), -(41,815,l), -(41,689,l) -); -}, -{ -closed = 1; -nodes = ( -(329,689,l), -(329,815,l), -(220,815,l), -(220,689,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,-85,l), -(129,90,l), -(19,90,l), -(19,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(308,-85,l), -(308,90,l), -(198,90,l), -(198,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(129,689,l), -(129,815,l), -(20,815,l), -(20,689,l) -); -}, -{ -closed = 1; -nodes = ( -(308,689,l), -(308,815,l), -(199,815,l), -(199,689,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; -}; -width = 327; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (173,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(246,0,ls), -(389,0,o), -(480,78,o), -(480,200,cs), -(480,285,o), -(431,356,o), -(334,374,c), -(334,377,l), -(422,397,o), -(461,464,o), -(461,543,cs), -(461,654,o), -(382,729,o), -(247,729,cs), -(-114,729,l), -(-114,0,l) -); -}, -{ -closed = 1; -nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(226,-85,l), -(226,22,l), -(194,22,l), -(194,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-76,356,l), -(264,356,ls), -(376,356,o), -(440,298,o), -(440,202,cs), -(440,104,o), -(374,36,o), -(246,36,cs), -(-76,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-76,694,l), -(246,694,ls), -(353,694,o), -(423,635,o), -(423,538,cs), -(423,450,o), -(367,391,o), -(262,391,cs), -(-76,391,l) -); -}, -{ -closed = 1; -nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) -); -}, -{ -closed = 1; -nodes = ( -(226,714,l), -(226,814,l), -(194,814,l), -(194,714,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(62,-85,l), -(62,22,l), -(30,22,l), -(30,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(216,-85,l), -(216,22,l), -(184,22,l), -(184,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(62,714,l), -(62,814,l), -(30,814,l), -(30,714,l) -); -}, -{ -closed = 1; -nodes = ( -(216,714,l), -(216,814,l), -(184,814,l), -(184,714,l) -); -} -); -width = 246; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (272,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(329,0,ls), -(540,0,o), -(624,86,o), -(624,206,cs), -(624,291,o), -(574,356,o), -(485,376,c), -(485,385,l), -(557,406,o), -(602,465,o), -(602,538,cs), -(602,667,o), -(509,729,o), -(342,729,cs), -(-61,729,l), -(-61,0,l) -); -}, -{ -closed = 1; -nodes = ( -(201,-85,l), -(201,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(431,-85,l), -(431,90,l), -(270,90,l), -(270,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(167,298,l), -(283,298,ls), -(349,298,o), -(382,279,o), -(382,228,cs), -(382,184,o), -(357,155,o), -(284,155,cs), -(167,155,l) -); -}, -{ -closed = 1; -nodes = ( -(167,573,l), -(274,573,ls), -(341,573,o), -(360,549,o), -(360,511,cs), -(360,472,o), -(337,447,o), -(273,447,cs), -(167,447,l) -); -}, -{ -closed = 1; -nodes = ( -(201,689,l), -(201,815,l), -(41,815,l), -(41,689,l) -); -}, -{ -closed = 1; -nodes = ( -(431,689,l), -(431,815,l), -(271,815,l), -(271,689,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,-85,l), -(191,90,l), -(30,90,l), -(30,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(421,-85,l), -(421,90,l), -(260,90,l), -(260,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(191,689,l), -(191,815,l), -(31,815,l), -(31,689,l) -); -}, -{ -closed = 1; -nodes = ( -(421,689,l), -(421,815,l), -(261,815,l), -(261,689,l) -); -} -); -width = 451; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (167,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(199,0,ls), -(342,0,o), -(433,78,o), -(433,200,cs), -(433,285,o), -(384,356,o), -(287,374,c), -(287,377,l), -(375,397,o), -(414,464,o), -(414,543,cs), -(414,654,o), -(335,729,o), -(200,729,cs), -(-85,729,l), -(-85,0,l) -); -}, -{ -closed = 1; -nodes = ( -(72,-85,l), -(72,22,l), -(40,22,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(222,-85,l), -(222,22,l), -(190,22,l), -(190,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-47,356,l), -(217,356,ls), -(329,356,o), -(393,298,o), -(393,202,cs), -(393,104,o), -(327,36,o), -(199,36,cs), -(-47,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-47,694,l), -(199,694,ls), -(306,694,o), -(376,635,o), -(376,538,cs), -(376,450,o), -(320,391,o), -(215,391,cs), -(-47,391,l) -); -}, -{ -closed = 1; -nodes = ( -(72,714,l), -(72,814,l), -(40,814,l), -(40,714,l) -); -}, -{ -closed = 1; -nodes = ( -(222,714,l), -(222,814,l), -(190,814,l), -(190,714,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(67,-85,l), -(67,22,l), -(37,22,l), -(37,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(215,-85,l), -(215,22,l), -(183,22,l), -(183,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(67,714,l), -(67,814,l), -(37,814,l), -(37,714,l) -); -}, -{ -closed = 1; -nodes = ( -(215,714,l), -(215,814,l), -(183,814,l), -(183,714,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 251; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (212,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(256,0,ls), -(444,0,o), -(533,85,o), -(533,212,cs), -(533,293,o), -(489,359,o), -(410,376,c), -(410,385,l), -(472,405,o), -(513,467,o), -(513,541,cs), -(513,654,o), -(440,729,o), -(285,729,cs), -(-79,729,l), -(-79,0,l) -); -}, -{ -closed = 1; -nodes = ( -(150,-85,l), -(150,90,l), -(40,90,l), -(40,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(329,-85,l), -(329,90,l), -(219,90,l), -(219,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(118,299,l), -(232,299,ls), -(291,299,o), -(317,273,o), -(317,226,cs), -(317,179,o), -(291,153,o), -(232,153,cs), -(118,153,l) -); -}, -{ -closed = 1; -nodes = ( -(118,576,l), -(223,576,ls), -(269,576,o), -(299,555,o), -(299,511,cs), -(299,472,o), -(275,446,o), -(223,446,cs), -(118,446,l) -); -}, -{ -closed = 1; -nodes = ( -(150,689,l), -(150,815,l), -(41,815,l), -(41,689,l) -); -}, -{ -closed = 1; -nodes = ( -(329,689,l), -(329,815,l), -(220,815,l), -(220,689,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(143,-85,l), -(143,90,l), -(35,90,l), -(35,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(311,-85,l), -(311,90,l), -(203,90,l), -(203,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(143,689,l), -(143,815,l), -(36,815,l), -(36,689,l) -); -}, -{ -closed = 1; -nodes = ( -(311,689,l), -(311,815,l), -(204,815,l), -(204,689,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; -}; -width = 346; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (126,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(45,0,ls), -(177,0,o), -(247,89,o), -(252,240,cs), -(254,301,o), -(230,351,o), -(187,369,c), -(187,372,l), -(260,397,o), -(309,485,o), -(313,587,cs), -(316,672,o), -(275,729,o), -(186,729,cs), -(91,729,l), -(-61,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-3,-85,l), -(17,12,l), -(-11,12,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(74,-85,l), -(94,12,l), -(66,12,l), -(46,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(44,359,l), -(119,359,ls), -(188,359,o), -(222,315,o), -(220,242,cs), -(215,106,o), -(154,29,o), -(51,29,cs), -(-24,29,l) -); -}, -{ -closed = 1; -nodes = ( -(115,700,l), -(180,700,ls), -(244,700,o), -(284,668,o), -(281,588,cs), -(277,479,o), -(224,389,o), -(136,389,cs), -(52,389,l) -); -}, -{ -closed = 1; -nodes = ( -(162,713,l), -(183,815,l), -(155,815,l), -(134,713,l) -); -}, -{ -closed = 1; -nodes = ( -(239,713,l), -(260,815,l), -(232,815,l), -(211,713,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-3,-85,l), -(17,12,l), -(-11,12,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(74,-85,l), -(94,12,l), -(66,12,l), -(46,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(162,713,l), -(183,815,l), -(155,815,l), -(134,713,l) -); -}, -{ -closed = 1; -nodes = ( -(239,713,l), -(260,815,l), -(232,815,l), -(211,713,l) -); -} -); -width = 185; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (183,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(121,0,ls), -(290,0,o), -(386,95,o), -(391,247,cs), -(393,303,o), -(374,353,o), -(328,375,c), -(330,380,l), -(394,401,o), -(443,474,o), -(446,569,cs), -(449,661,o), -(404,729,o), -(272,729,cs), -(72,729,l), -(-80,0,l) -); -}, -{ -closed = 1; -nodes = ( -(47,-85,l), -(83,90,l), -(3,90,l), -(-33,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(177,-85,l), -(213,90,l), -(133,90,l), -(97,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(164,309,l), -(178,309,ls), -(207,309,o), -(220,289,o), -(218,253,cs), -(216,189,o), -(187,141,o), -(146,141,cs), -(127,141,l) -); -}, -{ -closed = 1; -nodes = ( -(222,590,l), -(237,590,ls), -(261,590,o), -(276,572,o), -(275,538,cs), -(273,482,o), -(244,433,o), -(205,433,cs), -(188,433,l) -); -}, -{ -closed = 1; -nodes = ( -(207,689,l), -(233,815,l), -(154,815,l), -(128,689,l) -); -}, -{ -closed = 1; -nodes = ( -(337,689,l), -(363,815,l), -(284,815,l), -(258,689,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(47,-85,l), -(83,90,l), -(3,90,l), -(-33,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(177,-85,l), -(213,90,l), -(133,90,l), -(97,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(207,689,l), -(233,815,l), -(154,815,l), -(128,689,l) -); -}, -{ -closed = 1; -nodes = ( -(337,689,l), -(363,815,l), -(284,815,l), -(258,689,l) -); -} -); -width = 291; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (174,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(158,0,ls), -(326,0,o), -(425,79,o), -(429,215,cs), -(432,291,o), -(392,356,o), -(322,371,c), -(322,374,l), -(413,393,o), -(482,468,o), -(485,566,cs), -(489,664,o), -(427,729,o), -(312,729,cs), -(14,729,l), -(-137,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(141,-85,l), -(163,22,l), -(131,22,l), -(109,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-26,356,l), -(248,356,ls), -(343,356,o), -(393,299,o), -(390,216,cs), -(386,102,o), -(304,36,o), -(164,36,cs), -(-93,36,l) -); -}, -{ -closed = 1; -nodes = ( -(44,694,l), -(302,694,ls), -(391,694,o), -(447,650,o), -(443,559,cs), -(440,456,o), -(362,391,o), -(255,391,cs), -(-17,391,l) -); -}, -{ -closed = 1; -nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) -); -}, -{ -closed = 1; -nodes = ( -(306,714,l), -(327,814,l), -(295,814,l), -(274,714,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(141,-85,l), -(163,22,l), -(131,22,l), -(109,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) -); -}, -{ -closed = 1; -nodes = ( -(306,714,l), -(327,814,l), -(295,814,l), -(274,714,l) -); -} -); -width = 252; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (227,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(239,0,ls), -(413,0,o), -(531,72,o), -(536,224,cs), -(539,296,o), -(503,355,o), -(449,370,c), -(451,379,l), -(518,398,o), -(577,464,o), -(580,555,cs), -(584,657,o), -(519,729,o), -(365,729,cs), -(25,729,l), -(-126,0,l) -); -}, -{ -closed = 1; -nodes = ( -(76,-85,l), -(112,90,l), -(2,90,l), -(-34,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(255,-85,l), -(291,90,l), -(181,90,l), -(145,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(132,300,l), -(264,300,ls), -(303,300,o), -(333,282,o), -(332,236,cs), -(330,182,o), -(295,153,o), -(237,153,cs), -(101,153,l) -); -}, -{ -closed = 1; -nodes = ( -(190,576,l), -(313,576,ls), -(353,576,o), -(376,557,o), -(374,522,cs), -(373,472,o), -(338,445,o), -(284,445,cs), -(163,445,l) -); -}, -{ -closed = 1; -nodes = ( -(236,689,l), -(262,815,l), -(153,815,l), -(127,689,l) -); -}, -{ -closed = 1; -nodes = ( -(415,689,l), -(441,815,l), -(332,815,l), -(306,689,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,-85,l), -(112,90,l), -(2,90,l), -(-34,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(255,-85,l), -(291,90,l), -(181,90,l), -(145,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(236,689,l), -(262,815,l), -(153,815,l), -(127,689,l) -); -}, -{ -closed = 1; -nodes = ( -(415,689,l), -(441,815,l), -(332,815,l), -(306,689,l) -); -} -); -width = 369; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (191,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(218,0,ls), -(389,0,o), -(489,83,o), -(494,221,cs), -(497,295,o), -(451,357,o), -(383,372,c), -(383,375,l), -(477,395,o), -(544,468,o), -(548,564,cs), -(551,669,o), -(489,729,o), -(353,729,cs), -(-15,729,l), -(-166,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(165,-85,l), -(187,22,l), -(155,22,l), -(133,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(-55,356,l), -(301,356,ls), -(406,356,o), -(457,307,o), -(454,219,cs), -(450,104,o), -(366,36,o), -(225,36,cs), -(-121,36,l) -); -}, -{ -closed = 1; -nodes = ( -(17,694,l), -(346,694,ls), -(455,694,o), -(511,647,o), -(508,562,cs), -(504,456,o), -(429,391,o), -(299,391,cs), -(-46,391,l) -); -}, -{ -closed = 1; -nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) -); -}, -{ -closed = 1; -nodes = ( -(330,714,l), -(351,814,l), -(319,814,l), -(298,714,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(1,-85,l), -(23,22,l), -(-9,22,l), -(-31,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(165,-85,l), -(187,22,l), -(155,22,l), -(133,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(166,714,l), -(187,814,l), -(155,814,l), -(134,714,l) -); -}, -{ -closed = 1; -nodes = ( -(330,714,l), -(351,814,l), -(319,814,l), -(298,714,l) -); -} -); -width = 276; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (278,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(314,0,ls), -(512,0,o), -(623,77,o), -(628,223,cs), -(631,299,o), -(592,353,o), -(522,372,c), -(523,381,l), -(616,397,o), -(672,462,o), -(676,557,cs), -(679,663,o), -(613,729,o), -(438,729,cs), -(32,729,l), -(-120,0,l) -); -}, -{ -closed = 1; -nodes = ( -(127,-85,l), -(163,90,l), -(2,90,l), -(-34,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(357,-85,l), -(393,90,l), -(232,90,l), -(196,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(170,297,l), -(313,297,ls), -(369,297,o), -(402,280,o), -(400,234,cs), -(398,180,o), -(361,155,o), -(286,155,cs), -(140,155,l) -); -}, -{ -closed = 1; -nodes = ( -(227,573,l), -(363,573,ls), -(412,573,o), -(440,557,o), -(439,518,cs), -(437,471,o), -(404,446,o), -(341,446,cs), -(202,446,l) -); -}, -{ -closed = 1; -nodes = ( -(287,689,l), -(313,815,l), -(153,815,l), -(127,689,l) -); -}, -{ -closed = 1; -nodes = ( -(517,689,l), -(543,815,l), -(383,815,l), -(357,689,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(127,-85,l), -(163,90,l), -(2,90,l), -(-34,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(357,-85,l), -(393,90,l), -(232,90,l), -(196,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(287,689,l), -(313,815,l), -(153,815,l), -(127,689,l) -); -}, -{ -closed = 1; -nodes = ( -(517,689,l), -(543,815,l), -(383,815,l), -(357,689,l) -); -} -); -width = 471; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_circle.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_circle.glyph deleted file mode 100644 index 8e3f2897..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_circle.glyph +++ /dev/null @@ -1,954 +0,0 @@ -{ -export = 0; -glyphname = _circle; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -} -); -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(550,-7,o), -(678,127,o), -(678,366,cs), -(678,605,o), -(550,739,o), -(359,739,cs), -(168,739,o), -(40,605,o), -(40,366,cs), -(40,127,o), -(168,-7,o), -(359,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(185,52,o), -(103,178,o), -(103,366,cs), -(103,554,o), -(185,680,o), -(359,680,cs), -(533,680,o), -(615,554,o), -(615,366,cs), -(615,179,o), -(533,52,o), -(359,52,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -} -); -width = 706; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(668,-10,o), -(826,140,o), -(826,365,cs), -(826,589,o), -(668,739,o), -(434,739,cs), -(200,739,o), -(42,589,o), -(42,365,cs), -(42,140,o), -(200,-10,o), -(434,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,60,o), -(117,182,o), -(117,365,cs), -(117,547,o), -(244,669,o), -(434,669,cs), -(624,669,o), -(751,547,o), -(751,365,cs), -(751,182,o), -(624,60,o), -(434,60,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(661,-11,o), -(822,135,o), -(822,364,cs), -(822,593,o), -(661,739,o), -(432,739,cs), -(204,739,o), -(42,593,o), -(42,364,cs), -(42,135,o), -(204,-11,o), -(432,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,67,o), -(124,181,o), -(124,364,cs), -(124,547,o), -(252,661,o), -(432,661,cs), -(613,661,o), -(740,547,o), -(740,364,cs), -(740,181,o), -(613,67,o), -(432,67,cs) -); -} -); -width = 872; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -} -); -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(550,-7,o), -(678,127,o), -(678,366,cs), -(678,605,o), -(550,739,o), -(359,739,cs), -(168,739,o), -(40,605,o), -(40,366,cs), -(40,127,o), -(168,-7,o), -(359,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(185,52,o), -(103,178,o), -(103,366,cs), -(103,554,o), -(185,680,o), -(359,680,cs), -(533,680,o), -(615,554,o), -(615,366,cs), -(615,179,o), -(533,52,o), -(359,52,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -} -); -width = 706; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -} -); -width = 871; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(650,-9,o), -(812,141,o), -(812,365,cs), -(812,589,o), -(650,739,o), -(426,739,cs), -(202,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(202,-9,o), -(426,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,62,o), -(118,183,o), -(118,365,cs), -(118,547,o), -(242,668,o), -(426,668,cs), -(610,668,o), -(734,547,o), -(734,365,cs), -(734,183,o), -(610,62,o), -(426,62,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -} -); -width = 855; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(668,-10,o), -(826,140,o), -(826,365,cs), -(826,589,o), -(668,739,o), -(434,739,cs), -(200,739,o), -(42,589,o), -(42,365,cs), -(42,140,o), -(200,-10,o), -(434,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,60,o), -(117,182,o), -(117,365,cs), -(117,547,o), -(244,669,o), -(434,669,cs), -(624,669,o), -(751,547,o), -(751,365,cs), -(751,182,o), -(624,60,o), -(434,60,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(661,-11,o), -(822,135,o), -(822,364,cs), -(822,593,o), -(661,739,o), -(432,739,cs), -(204,739,o), -(42,593,o), -(42,364,cs), -(42,135,o), -(204,-11,o), -(432,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,67,o), -(124,181,o), -(124,364,cs), -(124,547,o), -(252,661,o), -(432,661,cs), -(613,661,o), -(740,547,o), -(740,364,cs), -(740,181,o), -(613,67,o), -(432,67,cs) -); -} -); -width = 872; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(646,-10,o), -(795,140,o), -(795,363,cs), -(795,587,o), -(646,736,o), -(427,736,cs), -(207,736,o), -(58,587,o), -(58,363,cs), -(58,140,o), -(207,-10,o), -(427,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,21,o), -(92,159,o), -(92,363,cs), -(92,567,o), -(228,706,o), -(427,706,cs), -(627,706,o), -(761,567,o), -(761,363,cs), -(761,159,o), -(627,21,o), -(427,21,cs) -); -} -); -width = 853; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(650,-9,o), -(812,141,o), -(812,365,cs), -(812,589,o), -(650,739,o), -(426,739,cs), -(202,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(202,-9,o), -(426,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,62,o), -(118,183,o), -(118,365,cs), -(118,547,o), -(242,668,o), -(426,668,cs), -(610,668,o), -(734,547,o), -(734,365,cs), -(734,183,o), -(610,62,o), -(426,62,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(637,-9,o), -(797,141,o), -(797,365,cs), -(797,589,o), -(637,739,o), -(419,739,cs), -(200,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(200,-9,o), -(419,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,68,o), -(123,187,o), -(123,365,cs), -(123,544,o), -(243,663,o), -(419,663,cs), -(594,663,o), -(714,544,o), -(714,365,cs), -(714,187,o), -(595,68,o), -(419,68,cs) -); -} -); -width = 837; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -} -); -width = 727; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(582,-7,o), -(710,127,o), -(710,366,cs), -(710,605,o), -(582,739,o), -(391,739,cs), -(200,739,o), -(72,605,o), -(72,366,cs), -(72,127,o), -(200,-7,o), -(391,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(217,52,o), -(135,178,o), -(135,366,cs), -(135,554,o), -(217,680,o), -(391,680,cs), -(565,680,o), -(647,554,o), -(647,366,cs), -(647,179,o), -(565,52,o), -(391,52,cs) -); -} -); -width = 743; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -} -); -width = 891; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(841,141,o), -(841,365,cs), -(841,589,o), -(679,739,o), -(455,739,cs), -(231,739,o), -(69,589,o), -(69,365,cs), -(69,141,o), -(231,-9,o), -(455,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(271,62,o), -(147,183,o), -(147,365,cs), -(147,547,o), -(271,668,o), -(455,668,cs), -(639,668,o), -(763,547,o), -(763,365,cs), -(763,183,o), -(639,62,o), -(455,62,cs) -); -} -); -width = 871; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -} -); -width = 903; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(695,-10,o), -(853,140,o), -(853,365,cs), -(853,589,o), -(695,739,o), -(461,739,cs), -(227,739,o), -(69,589,o), -(69,365,cs), -(69,140,o), -(227,-10,o), -(461,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(271,60,o), -(144,182,o), -(144,365,cs), -(144,547,o), -(271,669,o), -(461,669,cs), -(651,669,o), -(778,547,o), -(778,365,cs), -(778,182,o), -(651,60,o), -(461,60,cs) -); -} -); -width = 883; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_copyright.C_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_copyright.C_.glyph deleted file mode 100644 index e8658a04..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_copyright.C_.glyph +++ /dev/null @@ -1,2201 +0,0 @@ -{ -export = 0; -glyphname = _copyright.C; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (203,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(383,-7,o), -(516,122,o), -(516,366,cs), -(516,610,o), -(383,739,o), -(203,739,cs), -(23,739,o), -(-110,610,o), -(-110,366,cs), -(-110,122,o), -(23,-7,o), -(203,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(31,61,o), -(-38,192,o), -(-38,366,cs), -(-38,540,o), -(31,671,o), -(203,671,cs), -(375,671,o), -(444,540,o), -(444,366,cs), -(444,192,o), -(375,61,o), -(203,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(298,123,o), -(357,173,o), -(366,303,c), -(238,303,l), -(236,252,o), -(227,229,o), -(206,229,cs), -(182,229,o), -(174,263,o), -(174,365,cs), -(174,474,o), -(183,503,o), -(206,503,cs), -(227,503,o), -(236,485,o), -(238,429,c), -(366,429,l), -(358,556,o), -(302,610,o), -(206,610,cs), -(102,610,o), -(40,538,o), -(40,367,cs), -(40,193,o), -(105,123,o), -(206,123,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,123,o), -(357,173,o), -(366,303,c), -(238,303,l), -(236,252,o), -(227,229,o), -(206,229,cs), -(182,229,o), -(174,263,o), -(174,365,cs), -(174,474,o), -(183,503,o), -(206,503,cs), -(227,503,o), -(236,485,o), -(238,429,c), -(366,429,l), -(358,556,o), -(302,610,o), -(206,610,cs), -(102,610,o), -(40,538,o), -(40,367,cs), -(40,193,o), -(105,123,o), -(206,123,cs) -); -} -); -width = 406; -}, -{ -anchors = ( -{ -name = _center; -pos = (163,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(357,-9,o), -(452,141,o), -(452,365,cs), -(452,589,o), -(357,739,o), -(163,739,cs), -(-31,739,o), -(-126,588,o), -(-126,365,cs), -(-126,142,o), -(-31,-9,o), -(163,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(10,21,o), -(-93,132,o), -(-93,365,cs), -(-93,598,o), -(10,710,o), -(163,710,cs), -(317,710,o), -(419,599,o), -(419,365,cs), -(419,132,o), -(317,21,o), -(163,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(226,150,o), -(260,195,o), -(267,285,c), -(237,285,l), -(229,216,o), -(211,176,o), -(158,176,cs), -(105,176,o), -(70,215,o), -(70,365,cs), -(70,514,o), -(105,553,o), -(158,553,cs), -(203,553,o), -(228,525,o), -(237,443,c), -(267,443,l), -(259,552,o), -(210,581,o), -(158,581,cs), -(62,581,o), -(40,493,o), -(40,365,cs), -(40,237,o), -(62,150,o), -(158,150,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,150,o), -(260,195,o), -(267,285,c), -(237,285,l), -(229,216,o), -(211,176,o), -(158,176,cs), -(105,176,o), -(70,215,o), -(70,365,cs), -(70,514,o), -(105,553,o), -(158,553,cs), -(203,553,o), -(228,525,o), -(237,443,c), -(267,443,l), -(259,552,o), -(210,581,o), -(158,581,cs), -(62,581,o), -(40,493,o), -(40,365,cs), -(40,237,o), -(62,150,o), -(158,150,cs) -); -} -); -width = 307; -}, -{ -anchors = ( -{ -name = _center; -pos = (241,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(464,-10,o), -(623,139,o), -(623,363,cs), -(623,587,o), -(464,736,o), -(241,736,cs), -(18,736,o), -(-141,587,o), -(-141,363,cs), -(-141,139,o), -(18,-10,o), -(241,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(41,24,o), -(-104,160,o), -(-104,363,cs), -(-104,566,o), -(41,702,o), -(241,702,cs), -(441,702,o), -(586,566,o), -(586,363,cs), -(586,160,o), -(441,24,o), -(241,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(345,161,o), -(429,217,o), -(443,300,c), -(406,300,l), -(391,237,o), -(328,193,o), -(246,193,cs), -(138,193,o), -(76,260,o), -(76,362,cs), -(76,465,o), -(145,533,o), -(248,533,cs), -(324,533,o), -(384,500,o), -(403,434,c), -(439,434,l), -(427,513,o), -(350,565,o), -(248,565,cs), -(124,565,o), -(40,483,o), -(40,362,cs), -(40,238,o), -(120,161,o), -(245,161,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(345,161,o), -(429,217,o), -(443,300,c), -(406,300,l), -(391,237,o), -(328,193,o), -(246,193,cs), -(138,193,o), -(76,260,o), -(76,362,cs), -(76,465,o), -(145,533,o), -(248,533,cs), -(324,533,o), -(384,500,o), -(403,434,c), -(439,434,l), -(427,513,o), -(350,565,o), -(248,565,cs), -(124,565,o), -(40,483,o), -(40,362,cs), -(40,238,o), -(120,161,o), -(245,161,cs) -); -} -); -width = 483; -}, -{ -anchors = ( -{ -name = _center; -pos = (266,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(495,-11,o), -(656,135,o), -(656,364,cs), -(656,593,o), -(495,739,o), -(266,739,cs), -(38,739,o), -(-124,593,o), -(-124,364,cs), -(-124,135,o), -(38,-11,o), -(266,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(86,67,o), -(-42,181,o), -(-42,364,cs), -(-42,547,o), -(86,661,o), -(266,661,cs), -(447,661,o), -(574,547,o), -(574,364,cs), -(574,181,o), -(447,67,o), -(266,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(389,154,o), -(489,216,o), -(492,318,c), -(334,318,l), -(326,288,o), -(301,273,o), -(272,273,cs), -(228,273,o), -(199,303,o), -(199,365,cs), -(199,418,o), -(223,455,o), -(272,455,cs), -(303,455,o), -(329,439,o), -(333,410,c), -(491,410,l), -(488,507,o), -(406,574,o), -(273,574,cs), -(132,574,o), -(40,498,o), -(40,366,cs), -(40,238,o), -(125,154,o), -(265,154,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,154,o), -(489,216,o), -(492,318,c), -(334,318,l), -(326,288,o), -(301,273,o), -(272,273,cs), -(228,273,o), -(199,303,o), -(199,365,cs), -(199,418,o), -(223,455,o), -(272,455,cs), -(303,455,o), -(329,439,o), -(333,410,c), -(491,410,l), -(488,507,o), -(406,574,o), -(273,574,cs), -(132,574,o), -(40,498,o), -(40,366,cs), -(40,238,o), -(125,154,o), -(265,154,cs) -); -} -); -width = 532; -}, -{ -anchors = ( -{ -name = _center; -pos = (163,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(357,-9,o), -(452,141,o), -(452,365,cs), -(452,589,o), -(357,739,o), -(163,739,cs), -(-31,739,o), -(-126,588,o), -(-126,365,cs), -(-126,142,o), -(-31,-9,o), -(163,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(10,21,o), -(-93,132,o), -(-93,365,cs), -(-93,598,o), -(10,710,o), -(163,710,cs), -(317,710,o), -(419,599,o), -(419,365,cs), -(419,132,o), -(317,21,o), -(163,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(226,150,o), -(260,195,o), -(267,285,c), -(237,285,l), -(229,216,o), -(211,176,o), -(158,176,cs), -(105,176,o), -(70,215,o), -(70,365,cs), -(70,514,o), -(105,553,o), -(158,553,cs), -(203,553,o), -(228,525,o), -(237,443,c), -(267,443,l), -(259,552,o), -(210,581,o), -(158,581,cs), -(62,581,o), -(40,493,o), -(40,365,cs), -(40,237,o), -(62,150,o), -(158,150,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,150,o), -(260,195,o), -(267,285,c), -(237,285,l), -(229,216,o), -(211,176,o), -(158,176,cs), -(105,176,o), -(70,215,o), -(70,365,cs), -(70,514,o), -(105,553,o), -(158,553,cs), -(203,553,o), -(228,525,o), -(237,443,c), -(267,443,l), -(259,552,o), -(210,581,o), -(158,581,cs), -(62,581,o), -(40,493,o), -(40,365,cs), -(40,237,o), -(62,150,o), -(158,150,cs) -); -} -); -width = 307; -}, -{ -anchors = ( -{ -name = _center; -pos = (203,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(383,-7,o), -(516,122,o), -(516,366,cs), -(516,610,o), -(383,739,o), -(203,739,cs), -(23,739,o), -(-110,610,o), -(-110,366,cs), -(-110,122,o), -(23,-7,o), -(203,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(31,61,o), -(-38,192,o), -(-38,366,cs), -(-38,540,o), -(31,671,o), -(203,671,cs), -(375,671,o), -(444,540,o), -(444,366,cs), -(444,192,o), -(375,61,o), -(203,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(298,123,o), -(357,173,o), -(366,303,c), -(238,303,l), -(236,252,o), -(227,229,o), -(206,229,cs), -(182,229,o), -(174,263,o), -(174,365,cs), -(174,474,o), -(183,503,o), -(206,503,cs), -(227,503,o), -(236,485,o), -(238,429,c), -(366,429,l), -(358,556,o), -(302,610,o), -(206,610,cs), -(102,610,o), -(40,538,o), -(40,367,cs), -(40,193,o), -(105,123,o), -(206,123,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,123,o), -(357,173,o), -(366,303,c), -(238,303,l), -(236,252,o), -(227,229,o), -(206,229,cs), -(182,229,o), -(174,263,o), -(174,365,cs), -(174,474,o), -(183,503,o), -(206,503,cs), -(227,503,o), -(236,485,o), -(238,429,c), -(366,429,l), -(358,556,o), -(302,610,o), -(206,610,cs), -(102,610,o), -(40,538,o), -(40,367,cs), -(40,193,o), -(105,123,o), -(206,123,cs) -); -} -); -width = 406; -}, -{ -anchors = ( -{ -name = _center; -pos = (218,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(443,-10,o), -(594,140,o), -(594,363,cs), -(594,587,o), -(443,736,o), -(218,736,cs), -(-6,736,o), -(-157,587,o), -(-157,363,cs), -(-157,140,o), -(-6,-10,o), -(218,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(15,21,o), -(-123,159,o), -(-123,363,cs), -(-123,567,o), -(15,706,o), -(218,706,cs), -(422,706,o), -(560,567,o), -(560,363,cs), -(560,159,o), -(422,21,o), -(218,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(323,160,o), -(389,217,o), -(397,300,c), -(362,300,l), -(354,231,o), -(298,192,o), -(227,192,cs), -(136,192,o), -(75,257,o), -(75,362,cs), -(75,464,o), -(133,535,o), -(228,535,cs), -(290,535,o), -(348,503,o), -(361,435,c), -(395,435,l), -(386,513,o), -(319,567,o), -(230,567,cs), -(115,567,o), -(40,484,o), -(40,362,cs), -(40,241,o), -(115,160,o), -(227,160,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,160,o), -(389,217,o), -(397,300,c), -(362,300,l), -(354,231,o), -(298,192,o), -(227,192,cs), -(136,192,o), -(75,257,o), -(75,362,cs), -(75,464,o), -(133,535,o), -(228,535,cs), -(290,535,o), -(348,503,o), -(361,435,c), -(395,435,l), -(386,513,o), -(319,567,o), -(230,567,cs), -(115,567,o), -(40,484,o), -(40,362,cs), -(40,241,o), -(115,160,o), -(227,160,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 437; -}, -{ -anchors = ( -{ -name = _center; -pos = (242,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(465,-9,o), -(629,141,o), -(629,365,cs), -(629,589,o), -(465,739,o), -(242,739,cs), -(18,739,o), -(-146,589,o), -(-146,365,cs), -(-146,141,o), -(18,-9,o), -(242,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(60,68,o), -(-62,187,o), -(-62,365,cs), -(-62,544,o), -(61,663,o), -(242,663,cs), -(422,663,o), -(545,544,o), -(545,365,cs), -(545,187,o), -(423,68,o), -(242,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(360,163,o), -(440,225,o), -(443,319,c), -(310,319,l), -(306,293,o), -(285,274,o), -(248,274,cs), -(207,274,o), -(180,301,o), -(180,365,cs), -(180,420,o), -(201,455,o), -(249,455,cs), -(279,455,o), -(303,441,o), -(309,410,c), -(443,410,l), -(441,499,o), -(366,567,o), -(252,567,cs), -(123,567,o), -(40,488,o), -(40,365,cs), -(40,243,o), -(122,163,o), -(248,163,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(360,163,o), -(440,225,o), -(443,319,c), -(310,319,l), -(306,293,o), -(285,274,o), -(248,274,cs), -(207,274,o), -(180,301,o), -(180,365,cs), -(180,420,o), -(201,455,o), -(249,455,cs), -(279,455,o), -(303,441,o), -(309,410,c), -(443,410,l), -(441,499,o), -(366,567,o), -(252,567,cs), -(123,567,o), -(40,488,o), -(40,365,cs), -(40,243,o), -(122,163,o), -(248,163,cs) -); -} -); -width = 483; -}, -{ -anchors = ( -{ -name = _center; -pos = (241,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(464,-10,o), -(623,139,o), -(623,363,cs), -(623,587,o), -(464,736,o), -(241,736,cs), -(18,736,o), -(-141,587,o), -(-141,363,cs), -(-141,139,o), -(18,-10,o), -(241,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(41,24,o), -(-104,160,o), -(-104,363,cs), -(-104,566,o), -(41,702,o), -(241,702,cs), -(441,702,o), -(586,566,o), -(586,363,cs), -(586,160,o), -(441,24,o), -(241,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(345,161,o), -(429,217,o), -(443,300,c), -(406,300,l), -(391,237,o), -(328,193,o), -(246,193,cs), -(138,193,o), -(76,260,o), -(76,362,cs), -(76,465,o), -(145,533,o), -(248,533,cs), -(324,533,o), -(384,500,o), -(403,434,c), -(439,434,l), -(427,513,o), -(350,565,o), -(248,565,cs), -(124,565,o), -(40,483,o), -(40,362,cs), -(40,238,o), -(120,161,o), -(245,161,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(345,161,o), -(429,217,o), -(443,300,c), -(406,300,l), -(391,237,o), -(328,193,o), -(246,193,cs), -(138,193,o), -(76,260,o), -(76,362,cs), -(76,465,o), -(145,533,o), -(248,533,cs), -(324,533,o), -(384,500,o), -(403,434,c), -(439,434,l), -(427,513,o), -(350,565,o), -(248,565,cs), -(124,565,o), -(40,483,o), -(40,362,cs), -(40,238,o), -(120,161,o), -(245,161,cs) -); -} -); -width = 483; -}, -{ -anchors = ( -{ -name = _center; -pos = (266,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(495,-11,o), -(656,135,o), -(656,364,cs), -(656,593,o), -(495,739,o), -(266,739,cs), -(38,739,o), -(-124,593,o), -(-124,364,cs), -(-124,135,o), -(38,-11,o), -(266,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(86,67,o), -(-42,181,o), -(-42,364,cs), -(-42,547,o), -(86,661,o), -(266,661,cs), -(447,661,o), -(574,547,o), -(574,364,cs), -(574,181,o), -(447,67,o), -(266,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(389,154,o), -(489,216,o), -(492,318,c), -(334,318,l), -(326,288,o), -(301,273,o), -(272,273,cs), -(228,273,o), -(199,303,o), -(199,365,cs), -(199,418,o), -(223,455,o), -(272,455,cs), -(303,455,o), -(329,439,o), -(333,410,c), -(491,410,l), -(488,507,o), -(406,574,o), -(273,574,cs), -(132,574,o), -(40,498,o), -(40,366,cs), -(40,238,o), -(125,154,o), -(265,154,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,154,o), -(489,216,o), -(492,318,c), -(334,318,l), -(326,288,o), -(301,273,o), -(272,273,cs), -(228,273,o), -(199,303,o), -(199,365,cs), -(199,418,o), -(223,455,o), -(272,455,cs), -(303,455,o), -(329,439,o), -(333,410,c), -(491,410,l), -(488,507,o), -(406,574,o), -(273,574,cs), -(132,574,o), -(40,498,o), -(40,366,cs), -(40,238,o), -(125,154,o), -(265,154,cs) -); -} -); -width = 532; -}, -{ -anchors = ( -{ -name = _center; -pos = (214,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(443,-10,o), -(594,140,o), -(594,363,cs), -(594,587,o), -(443,736,o), -(218,736,cs), -(-6,736,o), -(-157,587,o), -(-157,363,cs), -(-157,140,o), -(-6,-10,o), -(218,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(15,21,o), -(-123,159,o), -(-123,363,cs), -(-123,567,o), -(15,706,o), -(218,706,cs), -(422,706,o), -(560,567,o), -(560,363,cs), -(560,159,o), -(422,21,o), -(218,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(323,160,o), -(389,217,o), -(397,300,c), -(362,300,l), -(354,231,o), -(298,192,o), -(227,192,cs), -(136,192,o), -(75,257,o), -(75,362,cs), -(75,464,o), -(133,535,o), -(228,535,cs), -(290,535,o), -(348,503,o), -(361,435,c), -(395,435,l), -(386,513,o), -(319,567,o), -(230,567,cs), -(115,567,o), -(40,484,o), -(40,362,cs), -(40,241,o), -(115,160,o), -(227,160,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(317,160,o), -(381,217,o), -(389,300,c), -(354,300,l), -(347,231,o), -(292,192,o), -(223,192,cs), -(134,192,o), -(73,257,o), -(73,362,cs), -(73,464,o), -(131,535,o), -(224,535,cs), -(284,535,o), -(342,503,o), -(353,435,c), -(387,435,l), -(378,513,o), -(313,567,o), -(226,567,cs), -(113,567,o), -(40,484,o), -(40,362,cs), -(40,241,o), -(113,160,o), -(223,160,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 429; -}, -{ -anchors = ( -{ -name = _center; -pos = (235,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(465,-9,o), -(629,141,o), -(629,365,cs), -(629,589,o), -(465,739,o), -(242,739,cs), -(18,739,o), -(-146,589,o), -(-146,365,cs), -(-146,141,o), -(18,-9,o), -(242,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(60,68,o), -(-62,187,o), -(-62,365,cs), -(-62,544,o), -(61,663,o), -(242,663,cs), -(422,663,o), -(545,544,o), -(545,365,cs), -(545,187,o), -(423,68,o), -(242,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(360,163,o), -(440,225,o), -(443,319,c), -(310,319,l), -(306,293,o), -(285,274,o), -(248,274,cs), -(207,274,o), -(180,301,o), -(180,365,cs), -(180,420,o), -(201,455,o), -(249,455,cs), -(279,455,o), -(303,441,o), -(309,410,c), -(443,410,l), -(441,499,o), -(366,567,o), -(252,567,cs), -(123,567,o), -(40,488,o), -(40,365,cs), -(40,243,o), -(122,163,o), -(248,163,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(348,163,o), -(426,225,o), -(429,319,c), -(297,319,l), -(293,293,o), -(275,274,o), -(241,274,cs), -(203,274,o), -(178,301,o), -(178,365,cs), -(178,420,o), -(197,455,o), -(242,455,cs), -(269,455,o), -(290,441,o), -(296,410,c), -(429,410,l), -(427,499,o), -(355,567,o), -(245,567,cs), -(120,567,o), -(40,488,o), -(40,365,cs), -(40,243,o), -(119,163,o), -(241,163,cs) -); -} -); -width = 468; -}, -{ -anchors = ( -{ -name = _center; -pos = (199,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(393,-9,o), -(488,141,o), -(488,365,cs), -(488,589,o), -(393,739,o), -(199,739,cs), -(5,739,o), -(-90,588,o), -(-90,365,cs), -(-90,142,o), -(5,-9,o), -(199,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(46,21,o), -(-57,132,o), -(-57,365,cs), -(-57,598,o), -(46,710,o), -(199,710,cs), -(353,710,o), -(455,599,o), -(455,365,cs), -(455,132,o), -(353,21,o), -(199,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,150,o), -(296,195,o), -(303,285,c), -(273,285,l), -(265,216,o), -(247,176,o), -(194,176,cs), -(141,176,o), -(106,215,o), -(106,365,cs), -(106,514,o), -(141,553,o), -(194,553,cs), -(239,553,o), -(264,525,o), -(273,443,c), -(303,443,l), -(295,552,o), -(246,581,o), -(194,581,cs), -(98,581,o), -(76,493,o), -(76,365,cs), -(76,237,o), -(98,150,o), -(194,150,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,150,o), -(296,195,o), -(303,285,c), -(273,285,l), -(265,216,o), -(247,176,o), -(194,176,cs), -(141,176,o), -(106,215,o), -(106,365,cs), -(106,514,o), -(141,553,o), -(194,553,cs), -(239,553,o), -(264,525,o), -(273,443,c), -(303,443,l), -(295,552,o), -(246,581,o), -(194,581,cs), -(98,581,o), -(76,493,o), -(76,365,cs), -(76,237,o), -(98,150,o), -(194,150,cs) -); -} -); -width = 340; -}, -{ -anchors = ( -{ -name = _center; -pos = (235,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(415,-7,o), -(548,122,o), -(548,366,cs), -(548,610,o), -(415,739,o), -(235,739,cs), -(55,739,o), -(-78,610,o), -(-78,366,cs), -(-78,122,o), -(55,-7,o), -(235,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(63,61,o), -(-6,192,o), -(-6,366,cs), -(-6,540,o), -(63,671,o), -(235,671,cs), -(407,671,o), -(476,540,o), -(476,366,cs), -(476,192,o), -(407,61,o), -(235,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(330,123,o), -(389,173,o), -(398,303,c), -(270,303,l), -(268,252,o), -(259,229,o), -(238,229,cs), -(214,229,o), -(206,263,o), -(206,365,cs), -(206,474,o), -(215,503,o), -(238,503,cs), -(259,503,o), -(268,485,o), -(270,429,c), -(398,429,l), -(390,556,o), -(334,610,o), -(238,610,cs), -(134,610,o), -(72,538,o), -(72,367,cs), -(72,193,o), -(137,123,o), -(238,123,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,123,o), -(389,173,o), -(398,303,c), -(270,303,l), -(268,252,o), -(259,229,o), -(238,229,cs), -(214,229,o), -(206,263,o), -(206,365,cs), -(206,474,o), -(215,503,o), -(238,503,cs), -(259,503,o), -(268,485,o), -(270,429,c), -(398,429,l), -(390,556,o), -(334,610,o), -(238,610,cs), -(134,610,o), -(72,538,o), -(72,367,cs), -(72,193,o), -(137,123,o), -(238,123,cs) -); -} -); -width = 435; -}, -{ -anchors = ( -{ -name = _center; -pos = (245,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(470,-10,o), -(621,140,o), -(621,363,cs), -(621,587,o), -(470,736,o), -(245,736,cs), -(21,736,o), -(-130,587,o), -(-130,363,cs), -(-130,140,o), -(21,-10,o), -(245,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(42,21,o), -(-96,159,o), -(-96,363,cs), -(-96,567,o), -(42,706,o), -(245,706,cs), -(449,706,o), -(587,567,o), -(587,363,cs), -(587,159,o), -(449,21,o), -(245,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(350,160,o), -(416,217,o), -(424,300,c), -(389,300,l), -(381,231,o), -(325,192,o), -(254,192,cs), -(163,192,o), -(102,257,o), -(102,362,cs), -(102,464,o), -(160,535,o), -(255,535,cs), -(317,535,o), -(375,503,o), -(388,435,c), -(422,435,l), -(413,513,o), -(346,567,o), -(257,567,cs), -(142,567,o), -(67,484,o), -(67,362,cs), -(67,241,o), -(142,160,o), -(254,160,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,160,o), -(416,217,o), -(424,300,c), -(389,300,l), -(381,231,o), -(325,192,o), -(254,192,cs), -(163,192,o), -(102,257,o), -(102,362,cs), -(102,464,o), -(160,535,o), -(255,535,cs), -(317,535,o), -(375,503,o), -(388,435,c), -(422,435,l), -(413,513,o), -(346,567,o), -(257,567,cs), -(142,567,o), -(67,484,o), -(67,362,cs), -(67,241,o), -(142,160,o), -(254,160,cs) -); -} -); -width = 456; -}, -{ -anchors = ( -{ -name = _center; -pos = (267,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(490,-9,o), -(654,141,o), -(654,365,cs), -(654,589,o), -(490,739,o), -(267,739,cs), -(43,739,o), -(-121,589,o), -(-121,365,cs), -(-121,141,o), -(43,-9,o), -(267,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(85,68,o), -(-37,187,o), -(-37,365,cs), -(-37,544,o), -(86,663,o), -(267,663,cs), -(447,663,o), -(570,544,o), -(570,365,cs), -(570,187,o), -(448,68,o), -(267,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(385,163,o), -(465,225,o), -(468,319,c), -(335,319,l), -(331,293,o), -(310,274,o), -(273,274,cs), -(232,274,o), -(205,301,o), -(205,365,cs), -(205,420,o), -(226,455,o), -(274,455,cs), -(304,455,o), -(328,441,o), -(334,410,c), -(468,410,l), -(466,499,o), -(391,567,o), -(277,567,cs), -(148,567,o), -(65,488,o), -(65,365,cs), -(65,243,o), -(147,163,o), -(273,163,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(385,163,o), -(465,225,o), -(468,319,c), -(335,319,l), -(331,293,o), -(310,274,o), -(273,274,cs), -(232,274,o), -(205,301,o), -(205,365,cs), -(205,420,o), -(226,455,o), -(274,455,cs), -(304,455,o), -(328,441,o), -(334,410,c), -(468,410,l), -(466,499,o), -(391,567,o), -(277,567,cs), -(148,567,o), -(65,488,o), -(65,365,cs), -(65,243,o), -(147,163,o), -(273,163,cs) -); -} -); -width = 501; -}, -{ -anchors = ( -{ -name = _center; -pos = (268,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(491,-10,o), -(650,139,o), -(650,363,cs), -(650,587,o), -(491,736,o), -(268,736,cs), -(45,736,o), -(-114,587,o), -(-114,363,cs), -(-114,139,o), -(45,-10,o), -(268,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(68,24,o), -(-77,160,o), -(-77,363,cs), -(-77,566,o), -(68,702,o), -(268,702,cs), -(468,702,o), -(613,566,o), -(613,363,cs), -(613,160,o), -(468,24,o), -(268,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(372,161,o), -(456,217,o), -(470,300,c), -(433,300,l), -(418,237,o), -(355,193,o), -(273,193,cs), -(165,193,o), -(103,260,o), -(103,362,cs), -(103,465,o), -(172,533,o), -(275,533,cs), -(351,533,o), -(411,500,o), -(430,434,c), -(466,434,l), -(454,513,o), -(377,565,o), -(275,565,cs), -(151,565,o), -(67,483,o), -(67,362,cs), -(67,238,o), -(147,161,o), -(272,161,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(372,161,o), -(456,217,o), -(470,300,c), -(433,300,l), -(418,237,o), -(355,193,o), -(273,193,cs), -(165,193,o), -(103,260,o), -(103,362,cs), -(103,465,o), -(172,533,o), -(275,533,cs), -(351,533,o), -(411,500,o), -(430,434,c), -(466,434,l), -(454,513,o), -(377,565,o), -(275,565,cs), -(151,565,o), -(67,483,o), -(67,362,cs), -(67,238,o), -(147,161,o), -(272,161,cs) -); -} -); -width = 502; -}, -{ -anchors = ( -{ -name = _center; -pos = (291,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(520,-11,o), -(681,135,o), -(681,364,cs), -(681,593,o), -(520,739,o), -(291,739,cs), -(63,739,o), -(-99,593,o), -(-99,364,cs), -(-99,135,o), -(63,-11,o), -(291,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(111,67,o), -(-17,181,o), -(-17,364,cs), -(-17,547,o), -(111,661,o), -(291,661,cs), -(472,661,o), -(599,547,o), -(599,364,cs), -(599,181,o), -(472,67,o), -(291,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(414,154,o), -(514,216,o), -(517,318,c), -(359,318,l), -(351,288,o), -(326,273,o), -(297,273,cs), -(253,273,o), -(224,303,o), -(224,365,cs), -(224,418,o), -(248,455,o), -(297,455,cs), -(328,455,o), -(354,439,o), -(358,410,c), -(516,410,l), -(513,507,o), -(431,574,o), -(298,574,cs), -(157,574,o), -(65,498,o), -(65,366,cs), -(65,238,o), -(150,154,o), -(290,154,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,154,o), -(514,216,o), -(517,318,c), -(359,318,l), -(351,288,o), -(326,273,o), -(297,273,cs), -(253,273,o), -(224,303,o), -(224,365,cs), -(224,418,o), -(248,455,o), -(297,455,cs), -(328,455,o), -(354,439,o), -(358,410,c), -(516,410,l), -(513,507,o), -(431,574,o), -(298,574,cs), -(157,574,o), -(65,498,o), -(65,366,cs), -(65,238,o), -(150,154,o), -(290,154,cs) -); -} -); -width = 550; -} -); -metricLeft = "=40"; -metricRight = "=40"; -userData = { -KernOnSpecialSpacing = { -R = dashes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_notdef.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_notdef.glyph deleted file mode 100644 index 24d238a8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_notdef.glyph +++ /dev/null @@ -1,3851 +0,0 @@ -{ -glyphname = .notdef; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,-12,o), -(337,-6,o), -(337,10,cs), -(337,80,l), -(322,77,o), -(310,76,o), -(298,76,cs), -(226,76,o), -(216,122,o), -(194,156,cs), -(179,180,o), -(153,186,o), -(153,199,cs), -(153,205,o), -(158,209,o), -(167,209,cs), -(226,209,o), -(230,124,o), -(294,124,cs), -(310,124,o), -(327,128,o), -(338,134,c), -(342,159,o), -(353,177,o), -(373,186,c), -(258,198,o), -(188,264,o), -(188,366,cs), -(188,416,o), -(203,451,o), -(228,477,c), -(218,509,o), -(219,550,o), -(232,579,c), -(270,581,o), -(312,565,o), -(336,539,c), -(368,549,o), -(400,553,o), -(433,553,cs), -(466,553,o), -(498,549,o), -(530,539,c), -(554,565,o), -(596,581,o), -(634,579,c), -(647,550,o), -(648,509,o), -(638,477,c), -(663,451,o), -(678,416,o), -(678,366,cs), -(678,264,o), -(608,198,o), -(493,186,c), -(516,175,o), -(529,150,o), -(529,115,cs), -(529,10,ls), -(529,-6,o), -(543,-12,o), -(556,-8,cs), -(712,42,o), -(816,177,o), -(816,356,cs), -(816,585,o), -(663,738,o), -(433,738,cs), -(203,738,o), -(50,585,o), -(50,356,cs), -(50,177,o), -(154,42,o), -(310,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(226,150,o), -(228,152,o), -(228,155,cs), -(228,158,o), -(225,160,o), -(221,160,cs), -(217,160,o), -(215,158,o), -(215,155,cs), -(215,152,o), -(218,150,o), -(222,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,185,o), -(196,187,o), -(196,189,cs), -(196,192,o), -(194,193,o), -(190,193,cs), -(187,193,o), -(185,191,o), -(185,189,cs), -(185,186,o), -(187,185,o), -(191,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,171,o), -(211,173,o), -(211,175,cs), -(211,178,o), -(209,179,o), -(205,179,cs), -(202,179,o), -(200,177,o), -(200,175,cs), -(200,172,o), -(202,171,o), -(206,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,109,o), -(273,111,o), -(273,115,cs), -(273,119,o), -(270,121,o), -(265,121,cs), -(261,121,o), -(258,119,o), -(258,115,cs), -(258,111,o), -(261,109,o), -(266,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(301,104,o), -(304,106,o), -(304,110,cs), -(304,114,o), -(301,116,o), -(296,116,cs), -(292,116,o), -(289,114,o), -(289,110,cs), -(289,106,o), -(292,104,o), -(297,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(332,110,o), -(335,112,o), -(335,116,cs), -(335,120,o), -(332,122,o), -(327,122,cs), -(323,122,o), -(320,120,o), -(320,116,cs), -(320,112,o), -(323,110,o), -(328,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,127,o), -(247,129,o), -(247,133,cs), -(247,137,o), -(244,139,o), -(239,139,cs), -(235,139,o), -(232,137,o), -(232,133,cs), -(232,129,o), -(235,127,o), -(240,127,cs) -); -} -); -width = 866; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,-12,o), -(336,-6,o), -(336,10,cs), -(336,80,l), -(321,77,o), -(309,76,o), -(297,76,cs), -(225,76,o), -(215,122,o), -(193,156,cs), -(178,180,o), -(152,186,o), -(152,199,cs), -(152,205,o), -(157,209,o), -(166,209,cs), -(225,209,o), -(229,124,o), -(293,124,cs), -(309,124,o), -(326,128,o), -(337,134,c), -(341,159,o), -(352,177,o), -(372,186,c), -(257,198,o), -(187,264,o), -(187,366,cs), -(187,416,o), -(202,451,o), -(227,477,c), -(217,509,o), -(218,550,o), -(231,579,c), -(269,581,o), -(311,565,o), -(335,539,c), -(367,549,o), -(399,553,o), -(432,553,cs), -(465,553,o), -(497,549,o), -(529,539,c), -(553,565,o), -(595,581,o), -(633,579,c), -(646,550,o), -(647,509,o), -(637,477,c), -(662,451,o), -(677,416,o), -(677,366,cs), -(677,264,o), -(607,198,o), -(492,186,c), -(515,175,o), -(528,150,o), -(528,115,cs), -(528,10,ls), -(528,-6,o), -(542,-12,o), -(555,-8,cs), -(711,42,o), -(815,177,o), -(815,356,cs), -(815,585,o), -(662,738,o), -(432,738,cs), -(202,738,o), -(49,585,o), -(49,356,cs), -(49,177,o), -(153,42,o), -(309,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(225,150,o), -(227,152,o), -(227,155,cs), -(227,158,o), -(224,160,o), -(220,160,cs), -(216,160,o), -(214,158,o), -(214,155,cs), -(214,152,o), -(217,150,o), -(221,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(193,185,o), -(195,187,o), -(195,189,cs), -(195,192,o), -(193,193,o), -(189,193,cs), -(186,193,o), -(184,191,o), -(184,189,cs), -(184,186,o), -(186,185,o), -(190,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(208,171,o), -(210,173,o), -(210,175,cs), -(210,178,o), -(208,179,o), -(204,179,cs), -(201,179,o), -(199,177,o), -(199,175,cs), -(199,172,o), -(201,171,o), -(205,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(269,109,o), -(272,111,o), -(272,115,cs), -(272,119,o), -(269,121,o), -(264,121,cs), -(260,121,o), -(257,119,o), -(257,115,cs), -(257,111,o), -(260,109,o), -(265,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,104,o), -(303,106,o), -(303,110,cs), -(303,114,o), -(300,116,o), -(295,116,cs), -(291,116,o), -(288,114,o), -(288,110,cs), -(288,106,o), -(291,104,o), -(296,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,110,o), -(334,112,o), -(334,116,cs), -(334,120,o), -(331,122,o), -(326,122,cs), -(322,122,o), -(319,120,o), -(319,116,cs), -(319,112,o), -(322,110,o), -(327,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(243,127,o), -(246,129,o), -(246,133,cs), -(246,137,o), -(243,139,o), -(238,139,cs), -(234,139,o), -(231,137,o), -(231,133,cs), -(231,129,o), -(234,127,o), -(239,127,cs) -); -} -); -width = 865; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,-12,o), -(337,-6,o), -(337,10,cs), -(337,80,l), -(322,77,o), -(310,76,o), -(298,76,cs), -(226,76,o), -(216,122,o), -(194,156,cs), -(179,180,o), -(153,186,o), -(153,199,cs), -(153,205,o), -(158,209,o), -(167,209,cs), -(226,209,o), -(230,124,o), -(294,124,cs), -(310,124,o), -(327,128,o), -(338,134,c), -(342,159,o), -(353,177,o), -(373,186,c), -(258,198,o), -(188,264,o), -(188,366,cs), -(188,416,o), -(203,451,o), -(228,477,c), -(218,509,o), -(219,550,o), -(232,579,c), -(270,581,o), -(312,565,o), -(336,539,c), -(368,549,o), -(400,553,o), -(433,553,cs), -(466,553,o), -(498,549,o), -(530,539,c), -(554,565,o), -(596,581,o), -(634,579,c), -(647,550,o), -(648,509,o), -(638,477,c), -(663,451,o), -(678,416,o), -(678,366,cs), -(678,264,o), -(608,198,o), -(493,186,c), -(516,175,o), -(529,150,o), -(529,115,cs), -(529,10,ls), -(529,-6,o), -(543,-12,o), -(556,-8,cs), -(712,42,o), -(816,177,o), -(816,356,cs), -(816,585,o), -(663,738,o), -(433,738,cs), -(203,738,o), -(50,585,o), -(50,356,cs), -(50,177,o), -(154,42,o), -(310,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(226,150,o), -(228,152,o), -(228,155,cs), -(228,158,o), -(225,160,o), -(221,160,cs), -(217,160,o), -(215,158,o), -(215,155,cs), -(215,152,o), -(218,150,o), -(222,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,185,o), -(196,187,o), -(196,189,cs), -(196,192,o), -(194,193,o), -(190,193,cs), -(187,193,o), -(185,191,o), -(185,189,cs), -(185,186,o), -(187,185,o), -(191,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,171,o), -(211,173,o), -(211,175,cs), -(211,178,o), -(209,179,o), -(205,179,cs), -(202,179,o), -(200,177,o), -(200,175,cs), -(200,172,o), -(202,171,o), -(206,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,109,o), -(273,111,o), -(273,115,cs), -(273,119,o), -(270,121,o), -(265,121,cs), -(261,121,o), -(258,119,o), -(258,115,cs), -(258,111,o), -(261,109,o), -(266,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(301,104,o), -(304,106,o), -(304,110,cs), -(304,114,o), -(301,116,o), -(296,116,cs), -(292,116,o), -(289,114,o), -(289,110,cs), -(289,106,o), -(292,104,o), -(297,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(332,110,o), -(335,112,o), -(335,116,cs), -(335,120,o), -(332,122,o), -(327,122,cs), -(323,122,o), -(320,120,o), -(320,116,cs), -(320,112,o), -(323,110,o), -(328,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,127,o), -(247,129,o), -(247,133,cs), -(247,137,o), -(244,139,o), -(239,139,cs), -(235,139,o), -(232,137,o), -(232,133,cs), -(232,129,o), -(235,127,o), -(240,127,cs) -); -} -); -width = 866; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,-12,o), -(337,-6,o), -(337,10,cs), -(337,80,l), -(322,77,o), -(310,76,o), -(298,76,cs), -(226,76,o), -(216,122,o), -(194,156,cs), -(179,180,o), -(153,186,o), -(153,199,cs), -(153,205,o), -(158,209,o), -(167,209,cs), -(226,209,o), -(230,124,o), -(294,124,cs), -(310,124,o), -(327,128,o), -(338,134,c), -(342,159,o), -(353,177,o), -(373,186,c), -(258,198,o), -(188,264,o), -(188,366,cs), -(188,416,o), -(203,451,o), -(228,477,c), -(218,509,o), -(219,550,o), -(232,579,c), -(270,581,o), -(312,565,o), -(336,539,c), -(368,549,o), -(400,553,o), -(433,553,cs), -(466,553,o), -(498,549,o), -(530,539,c), -(554,565,o), -(596,581,o), -(634,579,c), -(647,550,o), -(648,509,o), -(638,477,c), -(663,451,o), -(678,416,o), -(678,366,cs), -(678,264,o), -(608,198,o), -(493,186,c), -(516,175,o), -(529,150,o), -(529,115,cs), -(529,10,ls), -(529,-6,o), -(543,-12,o), -(556,-8,cs), -(712,42,o), -(816,177,o), -(816,356,cs), -(816,585,o), -(663,738,o), -(433,738,cs), -(203,738,o), -(50,585,o), -(50,356,cs), -(50,177,o), -(154,42,o), -(310,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(226,150,o), -(228,152,o), -(228,155,cs), -(228,158,o), -(225,160,o), -(221,160,cs), -(217,160,o), -(215,158,o), -(215,155,cs), -(215,152,o), -(218,150,o), -(222,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,185,o), -(196,187,o), -(196,189,cs), -(196,192,o), -(194,193,o), -(190,193,cs), -(187,193,o), -(185,191,o), -(185,189,cs), -(185,186,o), -(187,185,o), -(191,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,171,o), -(211,173,o), -(211,175,cs), -(211,178,o), -(209,179,o), -(205,179,cs), -(202,179,o), -(200,177,o), -(200,175,cs), -(200,172,o), -(202,171,o), -(206,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,109,o), -(273,111,o), -(273,115,cs), -(273,119,o), -(270,121,o), -(265,121,cs), -(261,121,o), -(258,119,o), -(258,115,cs), -(258,111,o), -(261,109,o), -(266,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(301,104,o), -(304,106,o), -(304,110,cs), -(304,114,o), -(301,116,o), -(296,116,cs), -(292,116,o), -(289,114,o), -(289,110,cs), -(289,106,o), -(292,104,o), -(297,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(332,110,o), -(335,112,o), -(335,116,cs), -(335,120,o), -(332,122,o), -(327,122,cs), -(323,122,o), -(320,120,o), -(320,116,cs), -(320,112,o), -(323,110,o), -(328,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,127,o), -(247,129,o), -(247,133,cs), -(247,137,o), -(244,139,o), -(239,139,cs), -(235,139,o), -(232,137,o), -(232,133,cs), -(232,129,o), -(235,127,o), -(240,127,cs) -); -} -); -width = 866; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,-12,o), -(316,-6,o), -(316,10,cs), -(316,80,l), -(301,77,o), -(289,76,o), -(277,76,cs), -(205,76,o), -(195,122,o), -(173,156,cs), -(158,180,o), -(132,186,o), -(132,199,cs), -(132,205,o), -(137,209,o), -(146,209,cs), -(205,209,o), -(209,124,o), -(273,124,cs), -(289,124,o), -(306,128,o), -(317,134,c), -(321,159,o), -(332,177,o), -(352,186,c), -(237,198,o), -(167,264,o), -(167,366,cs), -(167,416,o), -(182,451,o), -(207,477,c), -(197,509,o), -(198,550,o), -(211,579,c), -(249,581,o), -(291,565,o), -(315,539,c), -(347,549,o), -(379,553,o), -(412,553,cs), -(445,553,o), -(477,549,o), -(509,539,c), -(533,565,o), -(575,581,o), -(613,579,c), -(626,550,o), -(627,509,o), -(617,477,c), -(642,451,o), -(657,416,o), -(657,366,cs), -(657,264,o), -(587,198,o), -(472,186,c), -(495,175,o), -(508,150,o), -(508,115,cs), -(508,10,ls), -(508,-6,o), -(522,-12,o), -(535,-8,cs), -(691,42,o), -(795,177,o), -(795,356,cs), -(795,585,o), -(642,738,o), -(412,738,cs), -(182,738,o), -(29,585,o), -(29,356,cs), -(29,177,o), -(133,42,o), -(289,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(205,150,o), -(207,152,o), -(207,155,cs), -(207,158,o), -(204,160,o), -(200,160,cs), -(196,160,o), -(194,158,o), -(194,155,cs), -(194,152,o), -(197,150,o), -(201,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(173,185,o), -(175,187,o), -(175,189,cs), -(175,192,o), -(173,193,o), -(169,193,cs), -(166,193,o), -(164,191,o), -(164,189,cs), -(164,186,o), -(166,185,o), -(170,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,171,o), -(190,173,o), -(190,175,cs), -(190,178,o), -(188,179,o), -(184,179,cs), -(181,179,o), -(179,177,o), -(179,175,cs), -(179,172,o), -(181,171,o), -(185,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(249,109,o), -(252,111,o), -(252,115,cs), -(252,119,o), -(249,121,o), -(244,121,cs), -(240,121,o), -(237,119,o), -(237,115,cs), -(237,111,o), -(240,109,o), -(245,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(280,104,o), -(283,106,o), -(283,110,cs), -(283,114,o), -(280,116,o), -(275,116,cs), -(271,116,o), -(268,114,o), -(268,110,cs), -(268,106,o), -(271,104,o), -(276,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(311,110,o), -(314,112,o), -(314,116,cs), -(314,120,o), -(311,122,o), -(306,122,cs), -(302,122,o), -(299,120,o), -(299,116,cs), -(299,112,o), -(302,110,o), -(307,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(223,127,o), -(226,129,o), -(226,133,cs), -(226,137,o), -(223,139,o), -(218,139,cs), -(214,139,o), -(211,137,o), -(211,133,cs), -(211,129,o), -(214,127,o), -(219,127,cs) -); -} -); -width = 825; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,-12,o), -(327,-6,o), -(327,10,cs), -(327,80,l), -(312,77,o), -(300,76,o), -(288,76,cs), -(216,76,o), -(206,122,o), -(184,156,cs), -(169,180,o), -(143,186,o), -(143,199,cs), -(143,205,o), -(148,209,o), -(157,209,cs), -(216,209,o), -(220,124,o), -(284,124,cs), -(300,124,o), -(317,128,o), -(328,134,c), -(332,159,o), -(343,177,o), -(363,186,c), -(248,198,o), -(178,264,o), -(178,366,cs), -(178,416,o), -(193,451,o), -(218,477,c), -(208,509,o), -(209,550,o), -(222,579,c), -(260,581,o), -(302,565,o), -(326,539,c), -(358,549,o), -(390,553,o), -(423,553,cs), -(456,553,o), -(488,549,o), -(520,539,c), -(544,565,o), -(586,581,o), -(624,579,c), -(637,550,o), -(638,509,o), -(628,477,c), -(653,451,o), -(668,416,o), -(668,366,cs), -(668,264,o), -(598,198,o), -(483,186,c), -(506,175,o), -(519,150,o), -(519,115,cs), -(519,10,ls), -(519,-6,o), -(533,-12,o), -(546,-8,cs), -(702,42,o), -(806,177,o), -(806,356,cs), -(806,585,o), -(653,738,o), -(423,738,cs), -(193,738,o), -(40,585,o), -(40,356,cs), -(40,177,o), -(144,42,o), -(300,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(216,150,o), -(218,152,o), -(218,155,cs), -(218,158,o), -(215,160,o), -(211,160,cs), -(207,160,o), -(205,158,o), -(205,155,cs), -(205,152,o), -(208,150,o), -(212,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,185,o), -(186,187,o), -(186,189,cs), -(186,192,o), -(184,193,o), -(180,193,cs), -(177,193,o), -(175,191,o), -(175,189,cs), -(175,186,o), -(177,185,o), -(181,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,171,o), -(201,173,o), -(201,175,cs), -(201,178,o), -(199,179,o), -(195,179,cs), -(192,179,o), -(190,177,o), -(190,175,cs), -(190,172,o), -(192,171,o), -(196,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,109,o), -(263,111,o), -(263,115,cs), -(263,119,o), -(260,121,o), -(255,121,cs), -(251,121,o), -(248,119,o), -(248,115,cs), -(248,111,o), -(251,109,o), -(256,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(291,104,o), -(294,106,o), -(294,110,cs), -(294,114,o), -(291,116,o), -(286,116,cs), -(282,116,o), -(279,114,o), -(279,110,cs), -(279,106,o), -(282,104,o), -(287,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(322,110,o), -(325,112,o), -(325,116,cs), -(325,120,o), -(322,122,o), -(317,122,cs), -(313,122,o), -(310,120,o), -(310,116,cs), -(310,112,o), -(313,110,o), -(318,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(234,127,o), -(237,129,o), -(237,133,cs), -(237,137,o), -(234,139,o), -(229,139,cs), -(225,139,o), -(222,137,o), -(222,133,cs), -(222,129,o), -(225,127,o), -(230,127,cs) -); -} -); -width = 846; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,-12,o), -(317,-6,o), -(317,10,cs), -(317,80,l), -(302,77,o), -(290,76,o), -(278,76,cs), -(206,76,o), -(196,122,o), -(174,156,cs), -(159,180,o), -(133,186,o), -(133,199,cs), -(133,205,o), -(138,209,o), -(147,209,cs), -(206,209,o), -(210,124,o), -(274,124,cs), -(290,124,o), -(307,128,o), -(318,134,c), -(322,159,o), -(333,177,o), -(353,186,c), -(238,198,o), -(168,264,o), -(168,366,cs), -(168,416,o), -(183,451,o), -(208,477,c), -(198,509,o), -(199,550,o), -(212,579,c), -(250,581,o), -(292,565,o), -(316,539,c), -(348,549,o), -(380,553,o), -(413,553,cs), -(446,553,o), -(478,549,o), -(510,539,c), -(534,565,o), -(576,581,o), -(614,579,c), -(627,550,o), -(628,509,o), -(618,477,c), -(643,451,o), -(658,416,o), -(658,366,cs), -(658,264,o), -(588,198,o), -(473,186,c), -(496,175,o), -(509,150,o), -(509,115,cs), -(509,10,ls), -(509,-6,o), -(523,-12,o), -(536,-8,cs), -(692,42,o), -(796,177,o), -(796,356,cs), -(796,585,o), -(643,738,o), -(413,738,cs), -(183,738,o), -(30,585,o), -(30,356,cs), -(30,177,o), -(134,42,o), -(290,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(206,150,o), -(208,152,o), -(208,155,cs), -(208,158,o), -(205,160,o), -(201,160,cs), -(197,160,o), -(195,158,o), -(195,155,cs), -(195,152,o), -(198,150,o), -(202,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(174,185,o), -(176,187,o), -(176,189,cs), -(176,192,o), -(174,193,o), -(170,193,cs), -(167,193,o), -(165,191,o), -(165,189,cs), -(165,186,o), -(167,185,o), -(171,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(189,171,o), -(191,173,o), -(191,175,cs), -(191,178,o), -(189,179,o), -(185,179,cs), -(182,179,o), -(180,177,o), -(180,175,cs), -(180,172,o), -(182,171,o), -(186,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,109,o), -(253,111,o), -(253,115,cs), -(253,119,o), -(250,121,o), -(245,121,cs), -(241,121,o), -(238,119,o), -(238,115,cs), -(238,111,o), -(241,109,o), -(246,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(281,104,o), -(284,106,o), -(284,110,cs), -(284,114,o), -(281,116,o), -(276,116,cs), -(272,116,o), -(269,114,o), -(269,110,cs), -(269,106,o), -(272,104,o), -(277,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,110,o), -(315,112,o), -(315,116,cs), -(315,120,o), -(312,122,o), -(307,122,cs), -(303,122,o), -(300,120,o), -(300,116,cs), -(300,112,o), -(303,110,o), -(308,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(224,127,o), -(227,129,o), -(227,133,cs), -(227,137,o), -(224,139,o), -(219,139,cs), -(215,139,o), -(212,137,o), -(212,133,cs), -(212,129,o), -(215,127,o), -(220,127,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 826; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,-12,o), -(316,-6,o), -(316,10,cs), -(316,80,l), -(301,77,o), -(289,76,o), -(277,76,cs), -(205,76,o), -(195,122,o), -(173,156,cs), -(158,180,o), -(132,186,o), -(132,199,cs), -(132,205,o), -(137,209,o), -(146,209,cs), -(205,209,o), -(209,124,o), -(273,124,cs), -(289,124,o), -(306,128,o), -(317,134,c), -(321,159,o), -(332,177,o), -(352,186,c), -(237,198,o), -(167,264,o), -(167,366,cs), -(167,416,o), -(182,451,o), -(207,477,c), -(197,509,o), -(198,550,o), -(211,579,c), -(249,581,o), -(291,565,o), -(315,539,c), -(347,549,o), -(379,553,o), -(412,553,cs), -(445,553,o), -(477,549,o), -(509,539,c), -(533,565,o), -(575,581,o), -(613,579,c), -(626,550,o), -(627,509,o), -(617,477,c), -(642,451,o), -(657,416,o), -(657,366,cs), -(657,264,o), -(587,198,o), -(472,186,c), -(495,175,o), -(508,150,o), -(508,115,cs), -(508,10,ls), -(508,-6,o), -(522,-12,o), -(535,-8,cs), -(691,42,o), -(795,177,o), -(795,356,cs), -(795,585,o), -(642,738,o), -(412,738,cs), -(182,738,o), -(29,585,o), -(29,356,cs), -(29,177,o), -(133,42,o), -(289,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(205,150,o), -(207,152,o), -(207,155,cs), -(207,158,o), -(204,160,o), -(200,160,cs), -(196,160,o), -(194,158,o), -(194,155,cs), -(194,152,o), -(197,150,o), -(201,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(173,185,o), -(175,187,o), -(175,189,cs), -(175,192,o), -(173,193,o), -(169,193,cs), -(166,193,o), -(164,191,o), -(164,189,cs), -(164,186,o), -(166,185,o), -(170,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,171,o), -(190,173,o), -(190,175,cs), -(190,178,o), -(188,179,o), -(184,179,cs), -(181,179,o), -(179,177,o), -(179,175,cs), -(179,172,o), -(181,171,o), -(185,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(249,109,o), -(252,111,o), -(252,115,cs), -(252,119,o), -(249,121,o), -(244,121,cs), -(240,121,o), -(237,119,o), -(237,115,cs), -(237,111,o), -(240,109,o), -(245,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(280,104,o), -(283,106,o), -(283,110,cs), -(283,114,o), -(280,116,o), -(275,116,cs), -(271,116,o), -(268,114,o), -(268,110,cs), -(268,106,o), -(271,104,o), -(276,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(311,110,o), -(314,112,o), -(314,116,cs), -(314,120,o), -(311,122,o), -(306,122,cs), -(302,122,o), -(299,120,o), -(299,116,cs), -(299,112,o), -(302,110,o), -(307,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(223,127,o), -(226,129,o), -(226,133,cs), -(226,137,o), -(223,139,o), -(218,139,cs), -(214,139,o), -(211,137,o), -(211,133,cs), -(211,129,o), -(214,127,o), -(219,127,cs) -); -} -); -width = 824; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,-12,o), -(327,-6,o), -(327,10,cs), -(327,80,l), -(312,77,o), -(300,76,o), -(288,76,cs), -(216,76,o), -(206,122,o), -(184,156,cs), -(169,180,o), -(143,186,o), -(143,199,cs), -(143,205,o), -(148,209,o), -(157,209,cs), -(216,209,o), -(220,124,o), -(284,124,cs), -(300,124,o), -(317,128,o), -(328,134,c), -(332,159,o), -(343,177,o), -(363,186,c), -(248,198,o), -(178,264,o), -(178,366,cs), -(178,416,o), -(193,451,o), -(218,477,c), -(208,509,o), -(209,550,o), -(222,579,c), -(260,581,o), -(302,565,o), -(326,539,c), -(358,549,o), -(390,553,o), -(423,553,cs), -(456,553,o), -(488,549,o), -(520,539,c), -(544,565,o), -(586,581,o), -(624,579,c), -(637,550,o), -(638,509,o), -(628,477,c), -(653,451,o), -(668,416,o), -(668,366,cs), -(668,264,o), -(598,198,o), -(483,186,c), -(506,175,o), -(519,150,o), -(519,115,cs), -(519,10,ls), -(519,-6,o), -(533,-12,o), -(546,-8,cs), -(702,42,o), -(806,177,o), -(806,356,cs), -(806,585,o), -(653,738,o), -(423,738,cs), -(193,738,o), -(40,585,o), -(40,356,cs), -(40,177,o), -(144,42,o), -(300,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(216,150,o), -(218,152,o), -(218,155,cs), -(218,158,o), -(215,160,o), -(211,160,cs), -(207,160,o), -(205,158,o), -(205,155,cs), -(205,152,o), -(208,150,o), -(212,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,185,o), -(186,187,o), -(186,189,cs), -(186,192,o), -(184,193,o), -(180,193,cs), -(177,193,o), -(175,191,o), -(175,189,cs), -(175,186,o), -(177,185,o), -(181,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,171,o), -(201,173,o), -(201,175,cs), -(201,178,o), -(199,179,o), -(195,179,cs), -(192,179,o), -(190,177,o), -(190,175,cs), -(190,172,o), -(192,171,o), -(196,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,109,o), -(263,111,o), -(263,115,cs), -(263,119,o), -(260,121,o), -(255,121,cs), -(251,121,o), -(248,119,o), -(248,115,cs), -(248,111,o), -(251,109,o), -(256,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(291,104,o), -(294,106,o), -(294,110,cs), -(294,114,o), -(291,116,o), -(286,116,cs), -(282,116,o), -(279,114,o), -(279,110,cs), -(279,106,o), -(282,104,o), -(287,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(322,110,o), -(325,112,o), -(325,116,cs), -(325,120,o), -(322,122,o), -(317,122,cs), -(313,122,o), -(310,120,o), -(310,116,cs), -(310,112,o), -(313,110,o), -(318,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(234,127,o), -(237,129,o), -(237,133,cs), -(237,137,o), -(234,139,o), -(229,139,cs), -(225,139,o), -(222,137,o), -(222,133,cs), -(222,129,o), -(225,127,o), -(230,127,cs) -); -} -); -width = 846; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,-12,o), -(327,-6,o), -(327,10,cs), -(327,80,l), -(312,77,o), -(300,76,o), -(288,76,cs), -(216,76,o), -(206,122,o), -(184,156,cs), -(169,180,o), -(143,186,o), -(143,199,cs), -(143,205,o), -(148,209,o), -(157,209,cs), -(216,209,o), -(220,124,o), -(284,124,cs), -(300,124,o), -(317,128,o), -(328,134,c), -(332,159,o), -(343,177,o), -(363,186,c), -(248,198,o), -(178,264,o), -(178,366,cs), -(178,416,o), -(193,451,o), -(218,477,c), -(208,509,o), -(209,550,o), -(222,579,c), -(260,581,o), -(302,565,o), -(326,539,c), -(358,549,o), -(390,553,o), -(423,553,cs), -(456,553,o), -(488,549,o), -(520,539,c), -(544,565,o), -(586,581,o), -(624,579,c), -(637,550,o), -(638,509,o), -(628,477,c), -(653,451,o), -(668,416,o), -(668,366,cs), -(668,264,o), -(598,198,o), -(483,186,c), -(506,175,o), -(519,150,o), -(519,115,cs), -(519,10,ls), -(519,-6,o), -(533,-12,o), -(546,-8,cs), -(702,42,o), -(806,177,o), -(806,356,cs), -(806,585,o), -(653,738,o), -(423,738,cs), -(193,738,o), -(40,585,o), -(40,356,cs), -(40,177,o), -(144,42,o), -(300,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(216,150,o), -(218,152,o), -(218,155,cs), -(218,158,o), -(215,160,o), -(211,160,cs), -(207,160,o), -(205,158,o), -(205,155,cs), -(205,152,o), -(208,150,o), -(212,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,185,o), -(186,187,o), -(186,189,cs), -(186,192,o), -(184,193,o), -(180,193,cs), -(177,193,o), -(175,191,o), -(175,189,cs), -(175,186,o), -(177,185,o), -(181,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,171,o), -(201,173,o), -(201,175,cs), -(201,178,o), -(199,179,o), -(195,179,cs), -(192,179,o), -(190,177,o), -(190,175,cs), -(190,172,o), -(192,171,o), -(196,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,109,o), -(263,111,o), -(263,115,cs), -(263,119,o), -(260,121,o), -(255,121,cs), -(251,121,o), -(248,119,o), -(248,115,cs), -(248,111,o), -(251,109,o), -(256,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(291,104,o), -(294,106,o), -(294,110,cs), -(294,114,o), -(291,116,o), -(286,116,cs), -(282,116,o), -(279,114,o), -(279,110,cs), -(279,106,o), -(282,104,o), -(287,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(322,110,o), -(325,112,o), -(325,116,cs), -(325,120,o), -(322,122,o), -(317,122,cs), -(313,122,o), -(310,120,o), -(310,116,cs), -(310,112,o), -(313,110,o), -(318,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(234,127,o), -(237,129,o), -(237,133,cs), -(237,137,o), -(234,139,o), -(229,139,cs), -(225,139,o), -(222,137,o), -(222,133,cs), -(222,129,o), -(225,127,o), -(230,127,cs) -); -} -); -width = 846; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(320,-12,o), -(334,-6,o), -(334,10,cs), -(334,80,l), -(319,77,o), -(307,76,o), -(295,76,cs), -(225,76,o), -(215,122,o), -(193,156,cs), -(178,180,o), -(152,186,o), -(152,199,cs), -(152,205,o), -(157,209,o), -(166,209,cs), -(225,209,o), -(229,124,o), -(291,124,cs), -(307,124,o), -(324,128,o), -(335,134,c), -(339,159,o), -(349,177,o), -(368,186,c), -(255,198,o), -(187,264,o), -(187,366,cs), -(187,416,o), -(202,451,o), -(227,477,c), -(217,509,o), -(218,550,o), -(231,579,c), -(267,581,o), -(309,565,o), -(333,539,c), -(363,549,o), -(395,553,o), -(428,553,cs), -(459,553,o), -(491,549,o), -(523,539,c), -(546,565,o), -(587,581,o), -(625,579,c), -(638,550,o), -(639,509,o), -(629,477,c), -(652,451,o), -(667,416,o), -(667,366,cs), -(667,264,o), -(599,198,o), -(486,186,c), -(509,175,o), -(522,150,o), -(522,115,cs), -(522,10,ls), -(522,-6,o), -(536,-12,o), -(547,-8,cs), -(701,42,o), -(803,177,o), -(803,356,cs), -(803,585,o), -(652,738,o), -(428,738,cs), -(202,738,o), -(52,585,o), -(52,356,cs), -(52,177,o), -(153,42,o), -(307,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(225,150,o), -(227,152,o), -(227,155,cs), -(227,158,o), -(224,160,o), -(220,160,cs), -(216,160,o), -(214,158,o), -(214,155,cs), -(214,152,o), -(217,150,o), -(221,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(193,185,o), -(195,187,o), -(195,189,cs), -(195,192,o), -(193,193,o), -(189,193,cs), -(186,193,o), -(184,191,o), -(184,189,cs), -(184,186,o), -(186,185,o), -(190,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(208,171,o), -(210,173,o), -(210,175,cs), -(210,178,o), -(208,179,o), -(204,179,cs), -(201,179,o), -(199,177,o), -(199,175,cs), -(199,172,o), -(201,171,o), -(205,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(267,109,o), -(270,111,o), -(270,115,cs), -(270,119,o), -(267,121,o), -(262,121,cs), -(258,121,o), -(255,119,o), -(255,115,cs), -(255,111,o), -(258,109,o), -(263,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(298,104,o), -(301,106,o), -(301,110,cs), -(301,114,o), -(298,116,o), -(293,116,cs), -(289,116,o), -(286,114,o), -(286,110,cs), -(286,106,o), -(289,104,o), -(294,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(329,110,o), -(332,112,o), -(332,116,cs), -(332,120,o), -(329,122,o), -(324,122,cs), -(320,122,o), -(317,120,o), -(317,116,cs), -(317,112,o), -(320,110,o), -(325,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(243,127,o), -(246,129,o), -(246,133,cs), -(246,137,o), -(243,139,o), -(238,139,cs), -(234,139,o), -(231,137,o), -(231,133,cs), -(231,129,o), -(234,127,o), -(239,127,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 853; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(316,-12,o), -(329,-6,o), -(329,10,cs), -(329,80,l), -(314,77,o), -(303,76,o), -(291,76,cs), -(221,76,o), -(211,121,o), -(190,155,cs), -(175,180,o), -(149,186,o), -(149,199,cs), -(149,205,o), -(154,209,o), -(162,209,cs), -(221,209,o), -(225,124,o), -(287,124,cs), -(303,124,o), -(319,128,o), -(330,134,c), -(334,159,o), -(345,177,o), -(364,186,c), -(251,198,o), -(183,264,o), -(183,366,cs), -(183,416,o), -(198,451,o), -(223,477,c), -(213,509,o), -(214,550,o), -(227,579,c), -(263,581,o), -(304,565,o), -(328,539,c), -(359,549,o), -(390,553,o), -(423,553,cs), -(455,553,o), -(486,549,o), -(518,539,c), -(542,565,o), -(582,581,o), -(619,579,c), -(632,550,o), -(633,509,o), -(623,477,c), -(647,451,o), -(662,416,o), -(662,366,cs), -(662,264,o), -(594,198,o), -(481,186,c), -(504,175,o), -(517,150,o), -(517,115,cs), -(517,10,ls), -(517,-6,o), -(530,-12,o), -(543,-8,cs), -(693,39,o), -(797,177,o), -(797,356,cs), -(797,585,o), -(647,738,o), -(423,738,cs), -(198,738,o), -(49,585,o), -(49,356,cs), -(49,177,o), -(152,39,o), -(303,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(221,150,o), -(223,152,o), -(223,155,cs), -(223,158,o), -(220,160,o), -(216,160,cs), -(212,160,o), -(210,158,o), -(210,155,cs), -(210,152,o), -(213,150,o), -(217,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(189,185,o), -(191,187,o), -(191,189,cs), -(191,192,o), -(189,193,o), -(185,193,cs), -(182,193,o), -(180,191,o), -(180,189,cs), -(180,186,o), -(182,185,o), -(186,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(204,171,o), -(206,173,o), -(206,175,cs), -(206,178,o), -(204,179,o), -(200,179,cs), -(197,179,o), -(195,177,o), -(195,175,cs), -(195,172,o), -(197,171,o), -(201,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(263,109,o), -(266,111,o), -(266,115,cs), -(266,119,o), -(263,121,o), -(258,121,cs), -(254,121,o), -(251,119,o), -(251,115,cs), -(251,111,o), -(254,109,o), -(259,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(294,104,o), -(297,106,o), -(297,110,cs), -(297,114,o), -(294,116,o), -(289,116,cs), -(285,116,o), -(282,114,o), -(282,110,cs), -(282,106,o), -(285,104,o), -(290,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(324,110,o), -(327,112,o), -(327,116,cs), -(327,120,o), -(324,122,o), -(319,122,cs), -(315,122,o), -(312,120,o), -(312,116,cs), -(312,112,o), -(315,110,o), -(320,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(238,127,o), -(241,129,o), -(241,133,cs), -(241,137,o), -(238,139,o), -(234,139,cs), -(230,139,o), -(227,137,o), -(227,133,cs), -(227,129,o), -(230,127,o), -(235,127,cs) -); -} -); -width = 844; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(353,-12,o), -(367,-6,o), -(367,10,cs), -(367,80,l), -(352,77,o), -(340,76,o), -(328,76,cs), -(256,76,o), -(246,122,o), -(224,156,cs), -(209,180,o), -(183,186,o), -(183,199,cs), -(183,205,o), -(188,209,o), -(197,209,cs), -(256,209,o), -(260,124,o), -(324,124,cs), -(340,124,o), -(357,128,o), -(368,134,c), -(372,159,o), -(383,177,o), -(403,186,c), -(288,198,o), -(218,264,o), -(218,366,cs), -(218,416,o), -(233,451,o), -(258,477,c), -(248,509,o), -(249,550,o), -(262,579,c), -(300,581,o), -(342,565,o), -(366,539,c), -(398,549,o), -(430,553,o), -(463,553,cs), -(496,553,o), -(528,549,o), -(560,539,c), -(584,565,o), -(626,581,o), -(664,579,c), -(677,550,o), -(678,509,o), -(668,477,c), -(693,451,o), -(708,416,o), -(708,366,cs), -(708,264,o), -(638,198,o), -(523,186,c), -(546,175,o), -(559,150,o), -(559,115,cs), -(559,10,ls), -(559,-6,o), -(573,-12,o), -(586,-8,cs), -(742,42,o), -(846,177,o), -(846,356,cs), -(846,585,o), -(693,738,o), -(463,738,cs), -(233,738,o), -(80,585,o), -(80,356,cs), -(80,177,o), -(184,42,o), -(340,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,150,o), -(258,152,o), -(258,155,cs), -(258,158,o), -(255,160,o), -(251,160,cs), -(247,160,o), -(245,158,o), -(245,155,cs), -(245,152,o), -(248,150,o), -(252,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(224,185,o), -(226,187,o), -(226,189,cs), -(226,192,o), -(224,193,o), -(220,193,cs), -(217,193,o), -(215,191,o), -(215,189,cs), -(215,186,o), -(217,185,o), -(221,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,171,o), -(241,173,o), -(241,175,cs), -(241,178,o), -(239,179,o), -(235,179,cs), -(232,179,o), -(230,177,o), -(230,175,cs), -(230,172,o), -(232,171,o), -(236,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,109,o), -(303,111,o), -(303,115,cs), -(303,119,o), -(300,121,o), -(295,121,cs), -(291,121,o), -(288,119,o), -(288,115,cs), -(288,111,o), -(291,109,o), -(296,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,104,o), -(334,106,o), -(334,110,cs), -(334,114,o), -(331,116,o), -(326,116,cs), -(322,116,o), -(319,114,o), -(319,110,cs), -(319,106,o), -(322,104,o), -(327,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(362,110,o), -(365,112,o), -(365,116,cs), -(365,120,o), -(362,122,o), -(357,122,cs), -(353,122,o), -(350,120,o), -(350,116,cs), -(350,112,o), -(353,110,o), -(358,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,127,o), -(277,129,o), -(277,133,cs), -(277,137,o), -(274,139,o), -(269,139,cs), -(265,139,o), -(262,137,o), -(262,133,cs), -(262,129,o), -(265,127,o), -(270,127,cs) -); -} -); -width = 885; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(351,-12,o), -(365,-6,o), -(365,10,cs), -(365,80,l), -(350,77,o), -(338,76,o), -(326,76,cs), -(254,76,o), -(244,122,o), -(222,156,cs), -(207,180,o), -(181,186,o), -(181,199,cs), -(181,205,o), -(186,209,o), -(195,209,cs), -(254,209,o), -(258,124,o), -(322,124,cs), -(338,124,o), -(355,128,o), -(366,134,c), -(370,159,o), -(381,177,o), -(401,186,c), -(286,198,o), -(216,264,o), -(216,366,cs), -(216,416,o), -(231,451,o), -(256,477,c), -(246,509,o), -(247,550,o), -(260,579,c), -(298,581,o), -(340,565,o), -(364,539,c), -(396,549,o), -(428,553,o), -(461,553,cs), -(494,553,o), -(526,549,o), -(558,539,c), -(582,565,o), -(624,581,o), -(662,579,c), -(675,550,o), -(676,509,o), -(666,477,c), -(691,451,o), -(706,416,o), -(706,366,cs), -(706,264,o), -(636,198,o), -(521,186,c), -(544,175,o), -(557,150,o), -(557,115,cs), -(557,10,ls), -(557,-6,o), -(571,-12,o), -(584,-8,cs), -(740,42,o), -(844,177,o), -(844,356,cs), -(844,585,o), -(691,738,o), -(461,738,cs), -(231,738,o), -(78,585,o), -(78,356,cs), -(78,177,o), -(182,42,o), -(338,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(254,150,o), -(256,152,o), -(256,155,cs), -(256,158,o), -(253,160,o), -(249,160,cs), -(245,160,o), -(243,158,o), -(243,155,cs), -(243,152,o), -(246,150,o), -(250,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(222,185,o), -(224,187,o), -(224,189,cs), -(224,192,o), -(222,193,o), -(218,193,cs), -(215,193,o), -(213,191,o), -(213,189,cs), -(213,186,o), -(215,185,o), -(219,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,171,o), -(239,173,o), -(239,175,cs), -(239,178,o), -(237,179,o), -(233,179,cs), -(230,179,o), -(228,177,o), -(228,175,cs), -(228,172,o), -(230,171,o), -(234,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(298,109,o), -(301,111,o), -(301,115,cs), -(301,119,o), -(298,121,o), -(293,121,cs), -(289,121,o), -(286,119,o), -(286,115,cs), -(286,111,o), -(289,109,o), -(294,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(329,104,o), -(332,106,o), -(332,110,cs), -(332,114,o), -(329,116,o), -(324,116,cs), -(320,116,o), -(317,114,o), -(317,110,cs), -(317,106,o), -(320,104,o), -(325,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(360,110,o), -(363,112,o), -(363,116,cs), -(363,120,o), -(360,122,o), -(355,122,cs), -(351,122,o), -(348,120,o), -(348,116,cs), -(348,112,o), -(351,110,o), -(356,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,127,o), -(275,129,o), -(275,133,cs), -(275,137,o), -(272,139,o), -(267,139,cs), -(263,139,o), -(260,137,o), -(260,133,cs), -(260,129,o), -(263,127,o), -(268,127,cs) -); -} -); -width = 886; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(353,-12,o), -(367,-6,o), -(367,10,cs), -(367,80,l), -(352,77,o), -(340,76,o), -(328,76,cs), -(256,76,o), -(246,122,o), -(224,156,cs), -(209,180,o), -(183,186,o), -(183,199,cs), -(183,205,o), -(188,209,o), -(197,209,cs), -(256,209,o), -(260,124,o), -(324,124,cs), -(340,124,o), -(357,128,o), -(368,134,c), -(372,159,o), -(383,177,o), -(403,186,c), -(288,198,o), -(218,264,o), -(218,366,cs), -(218,416,o), -(233,451,o), -(258,477,c), -(248,509,o), -(249,550,o), -(262,579,c), -(300,581,o), -(342,565,o), -(366,539,c), -(398,549,o), -(430,553,o), -(463,553,cs), -(496,553,o), -(528,549,o), -(560,539,c), -(584,565,o), -(626,581,o), -(664,579,c), -(677,550,o), -(678,509,o), -(668,477,c), -(693,451,o), -(708,416,o), -(708,366,cs), -(708,264,o), -(638,198,o), -(523,186,c), -(546,175,o), -(559,150,o), -(559,115,cs), -(559,10,ls), -(559,-6,o), -(573,-12,o), -(586,-8,cs), -(742,42,o), -(846,177,o), -(846,356,cs), -(846,585,o), -(693,738,o), -(463,738,cs), -(233,738,o), -(80,585,o), -(80,356,cs), -(80,177,o), -(184,42,o), -(340,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,150,o), -(258,152,o), -(258,155,cs), -(258,158,o), -(255,160,o), -(251,160,cs), -(247,160,o), -(245,158,o), -(245,155,cs), -(245,152,o), -(248,150,o), -(252,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(224,185,o), -(226,187,o), -(226,189,cs), -(226,192,o), -(224,193,o), -(220,193,cs), -(217,193,o), -(215,191,o), -(215,189,cs), -(215,186,o), -(217,185,o), -(221,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,171,o), -(241,173,o), -(241,175,cs), -(241,178,o), -(239,179,o), -(235,179,cs), -(232,179,o), -(230,177,o), -(230,175,cs), -(230,172,o), -(232,171,o), -(236,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,109,o), -(303,111,o), -(303,115,cs), -(303,119,o), -(300,121,o), -(295,121,cs), -(291,121,o), -(288,119,o), -(288,115,cs), -(288,111,o), -(291,109,o), -(296,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,104,o), -(334,106,o), -(334,110,cs), -(334,114,o), -(331,116,o), -(326,116,cs), -(322,116,o), -(319,114,o), -(319,110,cs), -(319,106,o), -(322,104,o), -(327,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(362,110,o), -(365,112,o), -(365,116,cs), -(365,120,o), -(362,122,o), -(357,122,cs), -(353,122,o), -(350,120,o), -(350,116,cs), -(350,112,o), -(353,110,o), -(358,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,127,o), -(277,129,o), -(277,133,cs), -(277,137,o), -(274,139,o), -(269,139,cs), -(265,139,o), -(262,137,o), -(262,133,cs), -(262,129,o), -(265,127,o), -(270,127,cs) -); -} -); -width = 885; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(351,-12,o), -(365,-6,o), -(365,10,cs), -(365,80,l), -(350,77,o), -(338,76,o), -(326,76,cs), -(254,76,o), -(244,122,o), -(222,156,cs), -(207,180,o), -(181,186,o), -(181,199,cs), -(181,205,o), -(186,209,o), -(195,209,cs), -(254,209,o), -(258,124,o), -(322,124,cs), -(338,124,o), -(355,128,o), -(366,134,c), -(370,159,o), -(381,177,o), -(401,186,c), -(286,198,o), -(216,264,o), -(216,366,cs), -(216,416,o), -(231,451,o), -(256,477,c), -(246,509,o), -(247,550,o), -(260,579,c), -(298,581,o), -(340,565,o), -(364,539,c), -(396,549,o), -(428,553,o), -(461,553,cs), -(494,553,o), -(526,549,o), -(558,539,c), -(582,565,o), -(624,581,o), -(662,579,c), -(675,550,o), -(676,509,o), -(666,477,c), -(691,451,o), -(706,416,o), -(706,366,cs), -(706,264,o), -(636,198,o), -(521,186,c), -(544,175,o), -(557,150,o), -(557,115,cs), -(557,10,ls), -(557,-6,o), -(571,-12,o), -(584,-8,cs), -(740,42,o), -(844,177,o), -(844,356,cs), -(844,585,o), -(691,738,o), -(461,738,cs), -(231,738,o), -(78,585,o), -(78,356,cs), -(78,177,o), -(182,42,o), -(338,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(254,150,o), -(256,152,o), -(256,155,cs), -(256,158,o), -(253,160,o), -(249,160,cs), -(245,160,o), -(243,158,o), -(243,155,cs), -(243,152,o), -(246,150,o), -(250,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(222,185,o), -(224,187,o), -(224,189,cs), -(224,192,o), -(222,193,o), -(218,193,cs), -(215,193,o), -(213,191,o), -(213,189,cs), -(213,186,o), -(215,185,o), -(219,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,171,o), -(239,173,o), -(239,175,cs), -(239,178,o), -(237,179,o), -(233,179,cs), -(230,179,o), -(228,177,o), -(228,175,cs), -(228,172,o), -(230,171,o), -(234,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(298,109,o), -(301,111,o), -(301,115,cs), -(301,119,o), -(298,121,o), -(293,121,cs), -(289,121,o), -(286,119,o), -(286,115,cs), -(286,111,o), -(289,109,o), -(294,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(329,104,o), -(332,106,o), -(332,110,cs), -(332,114,o), -(329,116,o), -(324,116,cs), -(320,116,o), -(317,114,o), -(317,110,cs), -(317,106,o), -(320,104,o), -(325,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(360,110,o), -(363,112,o), -(363,116,cs), -(363,120,o), -(360,122,o), -(355,122,cs), -(351,122,o), -(348,120,o), -(348,116,cs), -(348,112,o), -(351,110,o), -(356,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,127,o), -(275,129,o), -(275,133,cs), -(275,137,o), -(272,139,o), -(267,139,cs), -(263,139,o), -(260,137,o), -(260,133,cs), -(260,129,o), -(263,127,o), -(268,127,cs) -); -} -); -width = 886; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(353,-12,o), -(367,-6,o), -(367,10,cs), -(367,80,l), -(352,77,o), -(340,76,o), -(328,76,cs), -(256,76,o), -(246,122,o), -(224,156,cs), -(209,180,o), -(183,186,o), -(183,199,cs), -(183,205,o), -(188,209,o), -(197,209,cs), -(256,209,o), -(260,124,o), -(324,124,cs), -(340,124,o), -(357,128,o), -(368,134,c), -(372,159,o), -(383,177,o), -(403,186,c), -(288,198,o), -(218,264,o), -(218,366,cs), -(218,416,o), -(233,451,o), -(258,477,c), -(248,509,o), -(249,550,o), -(262,579,c), -(300,581,o), -(342,565,o), -(366,539,c), -(398,549,o), -(430,553,o), -(463,553,cs), -(496,553,o), -(528,549,o), -(560,539,c), -(584,565,o), -(626,581,o), -(664,579,c), -(677,550,o), -(678,509,o), -(668,477,c), -(693,451,o), -(708,416,o), -(708,366,cs), -(708,264,o), -(638,198,o), -(523,186,c), -(546,175,o), -(559,150,o), -(559,115,cs), -(559,10,ls), -(559,-6,o), -(573,-12,o), -(586,-8,cs), -(742,42,o), -(846,177,o), -(846,356,cs), -(846,585,o), -(693,738,o), -(463,738,cs), -(233,738,o), -(80,585,o), -(80,356,cs), -(80,177,o), -(184,42,o), -(340,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,150,o), -(258,152,o), -(258,155,cs), -(258,158,o), -(255,160,o), -(251,160,cs), -(247,160,o), -(245,158,o), -(245,155,cs), -(245,152,o), -(248,150,o), -(252,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(224,185,o), -(226,187,o), -(226,189,cs), -(226,192,o), -(224,193,o), -(220,193,cs), -(217,193,o), -(215,191,o), -(215,189,cs), -(215,186,o), -(217,185,o), -(221,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,171,o), -(241,173,o), -(241,175,cs), -(241,178,o), -(239,179,o), -(235,179,cs), -(232,179,o), -(230,177,o), -(230,175,cs), -(230,172,o), -(232,171,o), -(236,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,109,o), -(303,111,o), -(303,115,cs), -(303,119,o), -(300,121,o), -(295,121,cs), -(291,121,o), -(288,119,o), -(288,115,cs), -(288,111,o), -(291,109,o), -(296,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,104,o), -(334,106,o), -(334,110,cs), -(334,114,o), -(331,116,o), -(326,116,cs), -(322,116,o), -(319,114,o), -(319,110,cs), -(319,106,o), -(322,104,o), -(327,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(362,110,o), -(365,112,o), -(365,116,cs), -(365,120,o), -(362,122,o), -(357,122,cs), -(353,122,o), -(350,120,o), -(350,116,cs), -(350,112,o), -(353,110,o), -(358,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,127,o), -(277,129,o), -(277,133,cs), -(277,137,o), -(274,139,o), -(269,139,cs), -(265,139,o), -(262,137,o), -(262,133,cs), -(262,129,o), -(265,127,o), -(270,127,cs) -); -} -); -width = 885; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(351,-12,o), -(365,-6,o), -(365,10,cs), -(365,80,l), -(350,77,o), -(338,76,o), -(326,76,cs), -(254,76,o), -(244,122,o), -(222,156,cs), -(207,180,o), -(181,186,o), -(181,199,cs), -(181,205,o), -(186,209,o), -(195,209,cs), -(254,209,o), -(258,124,o), -(322,124,cs), -(338,124,o), -(355,128,o), -(366,134,c), -(370,159,o), -(381,177,o), -(401,186,c), -(286,198,o), -(216,264,o), -(216,366,cs), -(216,416,o), -(231,451,o), -(256,477,c), -(246,509,o), -(247,550,o), -(260,579,c), -(298,581,o), -(340,565,o), -(364,539,c), -(396,549,o), -(428,553,o), -(461,553,cs), -(494,553,o), -(526,549,o), -(558,539,c), -(582,565,o), -(624,581,o), -(662,579,c), -(675,550,o), -(676,509,o), -(666,477,c), -(691,451,o), -(706,416,o), -(706,366,cs), -(706,264,o), -(636,198,o), -(521,186,c), -(544,175,o), -(557,150,o), -(557,115,cs), -(557,10,ls), -(557,-6,o), -(571,-12,o), -(584,-8,cs), -(740,42,o), -(844,177,o), -(844,356,cs), -(844,585,o), -(691,738,o), -(461,738,cs), -(231,738,o), -(78,585,o), -(78,356,cs), -(78,177,o), -(182,42,o), -(338,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(254,150,o), -(256,152,o), -(256,155,cs), -(256,158,o), -(253,160,o), -(249,160,cs), -(245,160,o), -(243,158,o), -(243,155,cs), -(243,152,o), -(246,150,o), -(250,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(222,185,o), -(224,187,o), -(224,189,cs), -(224,192,o), -(222,193,o), -(218,193,cs), -(215,193,o), -(213,191,o), -(213,189,cs), -(213,186,o), -(215,185,o), -(219,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,171,o), -(239,173,o), -(239,175,cs), -(239,178,o), -(237,179,o), -(233,179,cs), -(230,179,o), -(228,177,o), -(228,175,cs), -(228,172,o), -(230,171,o), -(234,171,cs) -); -}, -{ -closed = 1; -nodes = ( -(298,109,o), -(301,111,o), -(301,115,cs), -(301,119,o), -(298,121,o), -(293,121,cs), -(289,121,o), -(286,119,o), -(286,115,cs), -(286,111,o), -(289,109,o), -(294,109,cs) -); -}, -{ -closed = 1; -nodes = ( -(329,104,o), -(332,106,o), -(332,110,cs), -(332,114,o), -(329,116,o), -(324,116,cs), -(320,116,o), -(317,114,o), -(317,110,cs), -(317,106,o), -(320,104,o), -(325,104,cs) -); -}, -{ -closed = 1; -nodes = ( -(360,110,o), -(363,112,o), -(363,116,cs), -(363,120,o), -(360,122,o), -(355,122,cs), -(351,122,o), -(348,120,o), -(348,116,cs), -(348,112,o), -(351,110,o), -(356,110,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,127,o), -(275,129,o), -(275,133,cs), -(275,137,o), -(272,139,o), -(267,139,cs), -(263,139,o), -(260,137,o), -(260,133,cs), -(260,129,o), -(263,127,o), -(268,127,cs) -); -} -); -width = 886; -} -); -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_published.P_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_published.P_.glyph deleted file mode 100644 index 5bba616a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_published.P_.glyph +++ /dev/null @@ -1,886 +0,0 @@ -{ -export = 0; -glyphname = _published.P; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (160,366); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,132,l), -(158,514,l), -(176,514,ls), -(200,514,o), -(212,496,o), -(212,442,cs), -(212,393,o), -(204,367,o), -(176,367,cs), -(148,367,l), -(148,279,l), -(180,279,ls), -(283,279,o), -(331,334,o), -(331,440,cs), -(331,546,o), -(283,601,o), -(180,601,cs), -(40,601,l), -(40,132,l) -); -} -); -width = 371; -}, -{ -anchors = ( -{ -name = _center; -pos = (106,365); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(70,160,l), -(70,546,l), -(117,546,ls), -(167,546,o), -(196,515,o), -(196,450,cs), -(196,386,o), -(166,357,o), -(117,357,cs), -(62,357,l), -(62,330,l), -(118,330,ls), -(193,330,o), -(227,378,o), -(227,450,cs), -(227,524,o), -(192,571,o), -(118,571,cs), -(40,571,l), -(40,160,l) -); -} -); -width = 267; -}, -{ -anchors = ( -{ -name = _center; -pos = (176,363); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,165,l), -(76,532,l), -(227,532,ls), -(298,532,o), -(337,498,o), -(337,440,cs), -(337,384,o), -(297,349,o), -(227,349,cs), -(68,349,l), -(68,319,l), -(230,319,ls), -(316,319,o), -(372,364,o), -(372,441,cs), -(372,517,o), -(319,562,o), -(230,562,cs), -(40,562,l), -(40,165,l) -); -} -); -width = 412; -}, -{ -anchors = ( -{ -name = _center; -pos = (218,364); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,167,l), -(196,463,l), -(239,463,ls), -(279,463,o), -(299,455,o), -(299,425,cs), -(299,403,o), -(289,387,o), -(239,387,cs), -(180,387,l), -(180,297,l), -(271,297,ls), -(392,297,o), -(455,340,o), -(455,430,cs), -(455,516,o), -(399,564,o), -(271,564,cs), -(40,564,l), -(40,167,l) -); -} -); -width = 495; -}, -{ -anchors = ( -{ -name = _center; -pos = (86,365); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(50,160,l), -(50,546,l), -(97,546,ls), -(147,546,o), -(176,515,o), -(176,450,cs), -(176,386,o), -(146,357,o), -(97,357,cs), -(42,357,l), -(42,330,l), -(98,330,ls), -(173,330,o), -(207,378,o), -(207,450,cs), -(207,524,o), -(172,571,o), -(98,571,cs), -(20,571,l), -(20,160,l) -); -} -); -width = 227; -}, -{ -anchors = ( -{ -name = _center; -pos = (150,366); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(148,132,l), -(148,514,l), -(166,514,ls), -(190,514,o), -(202,496,o), -(202,442,cs), -(202,393,o), -(194,367,o), -(166,367,cs), -(138,367,l), -(138,279,l), -(170,279,ls), -(273,279,o), -(321,334,o), -(321,440,cs), -(321,546,o), -(273,601,o), -(170,601,cs), -(30,601,l), -(30,132,l) -); -} -); -width = 351; -}, -{ -anchors = ( -{ -name = _center; -pos = (122,363); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,165,l), -(52,532,l), -(166,532,ls), -(231,532,o), -(271,499,o), -(271,440,cs), -(271,382,o), -(232,347,o), -(166,347,cs), -(45,347,l), -(45,319,l), -(170,319,ls), -(253,319,o), -(305,367,o), -(305,441,cs), -(305,517,o), -(253,562,o), -(171,562,cs), -(20,562,l), -(20,165,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -1, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 325; -}, -{ -anchors = ( -{ -name = _center; -pos = (183,365); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,167,l), -(158,471,l), -(188,471,ls), -(221,471,o), -(250,466,o), -(250,426,cs), -(250,382,o), -(221,378,o), -(188,378,cs), -(142,378,l), -(142,293,l), -(223,293,ls), -(340,293,o), -(389,349,o), -(389,429,cs), -(389,515,o), -(334,564,o), -(223,564,cs), -(19,564,l), -(19,167,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 408; -}, -{ -anchors = ( -{ -name = _center; -pos = (166,363); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,165,l), -(66,532,l), -(217,532,ls), -(288,532,o), -(327,498,o), -(327,440,cs), -(327,384,o), -(287,349,o), -(217,349,cs), -(58,349,l), -(58,319,l), -(220,319,ls), -(306,319,o), -(362,364,o), -(362,441,cs), -(362,517,o), -(309,562,o), -(220,562,cs), -(30,562,l), -(30,165,l) -); -} -); -width = 392; -}, -{ -anchors = ( -{ -name = _center; -pos = (208,364); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,167,l), -(186,463,l), -(229,463,ls), -(269,463,o), -(289,455,o), -(289,425,cs), -(289,403,o), -(279,387,o), -(229,387,cs), -(170,387,l), -(170,297,l), -(261,297,ls), -(382,297,o), -(445,340,o), -(445,430,cs), -(445,516,o), -(389,564,o), -(261,564,cs), -(30,564,l), -(30,167,l) -); -} -); -width = 475; -}, -{ -anchors = ( -{ -name = _center; -pos = (137,363); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(67,165,l), -(67,532,l), -(179,532,ls), -(244,532,o), -(282,499,o), -(282,440,cs), -(282,382,o), -(245,347,o), -(179,347,cs), -(60,347,l), -(60,319,l), -(183,319,ls), -(264,319,o), -(316,367,o), -(316,441,cs), -(316,517,o), -(264,562,o), -(184,562,cs), -(37,562,l), -(37,165,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -1, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 351; -}, -{ -anchors = ( -{ -name = _center; -pos = (194,365); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(172,167,l), -(172,471,l), -(197,471,ls), -(227,471,o), -(253,466,o), -(253,426,cs), -(253,382,o), -(227,378,o), -(197,378,cs), -(156,378,l), -(156,293,l), -(232,293,ls), -(345,293,o), -(391,349,o), -(391,429,cs), -(391,515,o), -(339,564,o), -(232,564,cs), -(35,564,l), -(35,167,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 426; -}, -{ -anchors = ( -{ -name = _center; -pos = (171,365); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(135,160,l), -(135,546,l), -(182,546,ls), -(232,546,o), -(261,515,o), -(261,450,cs), -(261,386,o), -(231,357,o), -(182,357,cs), -(127,357,l), -(127,330,l), -(183,330,ls), -(258,330,o), -(292,378,o), -(292,450,cs), -(292,524,o), -(257,571,o), -(183,571,cs), -(105,571,l), -(105,160,l) -); -} -); -width = 296; -}, -{ -anchors = ( -{ -name = _center; -pos = (228,366); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,132,l), -(226,514,l), -(244,514,ls), -(268,514,o), -(280,496,o), -(280,442,cs), -(280,393,o), -(272,367,o), -(244,367,cs), -(216,367,l), -(216,279,l), -(248,279,ls), -(351,279,o), -(399,334,o), -(399,440,cs), -(399,546,o), -(351,601,o), -(248,601,cs), -(108,601,l), -(108,132,l) -); -} -); -width = 410; -}, -{ -anchors = ( -{ -name = _center; -pos = (205,363); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(135,165,l), -(135,532,l), -(249,532,ls), -(314,532,o), -(354,499,o), -(354,440,cs), -(354,382,o), -(315,347,o), -(249,347,cs), -(128,347,l), -(128,319,l), -(253,319,ls), -(336,319,o), -(388,367,o), -(388,441,cs), -(388,517,o), -(336,562,o), -(254,562,cs), -(103,562,l), -(103,165,l) -); -} -); -width = 393; -}, -{ -anchors = ( -{ -name = _center; -pos = (264,365); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,167,l), -(239,471,l), -(269,471,ls), -(302,471,o), -(331,466,o), -(331,426,cs), -(331,382,o), -(302,378,o), -(269,378,cs), -(223,378,l), -(223,293,l), -(304,293,ls), -(421,293,o), -(470,349,o), -(470,429,cs), -(470,515,o), -(415,564,o), -(304,564,cs), -(100,564,l), -(100,167,l) -); -} -); -width = 481; -}, -{ -anchors = ( -{ -name = _center; -pos = (239,363); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(139,165,l), -(139,532,l), -(290,532,ls), -(361,532,o), -(400,498,o), -(400,440,cs), -(400,384,o), -(360,349,o), -(290,349,cs), -(131,349,l), -(131,319,l), -(293,319,ls), -(379,319,o), -(435,364,o), -(435,441,cs), -(435,517,o), -(382,562,o), -(293,562,cs), -(103,562,l), -(103,165,l) -); -} -); -width = 440; -}, -{ -anchors = ( -{ -name = _center; -pos = (278,364); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(256,167,l), -(256,463,l), -(299,463,ls), -(339,463,o), -(359,455,o), -(359,425,cs), -(359,403,o), -(349,387,o), -(299,387,cs), -(240,387,l), -(240,297,l), -(331,297,ls), -(452,297,o), -(515,340,o), -(515,430,cs), -(515,516,o), -(459,564,o), -(331,564,cs), -(100,564,l), -(100,167,l) -); -} -); -width = 526; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_slash.equal.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_slash.equal.glyph deleted file mode 100644 index afd018c5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_slash.equal.glyph +++ /dev/null @@ -1,386 +0,0 @@ -{ -export = 0; -glyphname = _slash.equal; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (194,365); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,0,l), -(347,729,l), -(317,729,l), -(40,0,l) -); -} -); -width = 387; -}, -{ -anchors = ( -{ -name = _center; -pos = (239,365); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,0,l), -(437,729,l), -(317,729,l), -(40,0,l) -); -} -); -width = 477; -}, -{ -anchors = ( -{ -name = _center; -pos = (227,365); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,0,l), -(412,729,l), -(377,729,l), -(40,0,l) -); -} -); -width = 452; -}, -{ -anchors = ( -{ -name = _center; -pos = (269,365); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,0,l), -(497,729,l), -(377,729,l), -(40,0,l) -); -} -); -width = 537; -}, -{ -anchors = ( -{ -name = _center; -pos = (174,365); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,0,l), -(327,729,l), -(297,729,l), -(20,0,l) -); -} -); -width = 347; -}, -{ -anchors = ( -{ -name = _center; -pos = (229,365); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,0,l), -(427,729,l), -(307,729,l), -(30,0,l) -); -} -); -width = 457; -}, -{ -anchors = ( -{ -name = _center; -pos = (207,365); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(57,0,l), -(392,729,l), -(357,729,l), -(20,0,l) -); -} -); -width = 412; -}, -{ -anchors = ( -{ -name = _center; -pos = (248,365); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,0,l), -(476,729,l), -(356,729,l), -(19,0,l) -); -} -); -width = 495; -}, -{ -anchors = ( -{ -name = _center; -pos = (217,365); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(67,0,l), -(402,729,l), -(367,729,l), -(30,0,l) -); -} -); -width = 432; -}, -{ -anchors = ( -{ -name = _center; -pos = (259,365); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,0,l), -(487,729,l), -(367,729,l), -(30,0,l) -); -} -); -width = 517; -}, -{ -anchors = ( -{ -name = _center; -pos = (220,365); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(72,0,l), -(401,729,l), -(366,729,l), -(37,0,l) -); -} -); -width = 438; -}, -{ -anchors = ( -{ -name = _center; -pos = (256,365); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(155,0,l), -(477,729,l), -(358,729,l), -(35,0,l) -); -} -); -width = 512; -}, -{ -anchors = ( -{ -name = _center; -pos = (216,365); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(19,0,l), -(444,729,l), -(414,729,l), -(-13,0,l) -); -} -); -width = 386; -}, -{ -anchors = ( -{ -name = _center; -pos = (258,365); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(106,0,l), -(531,729,l), -(411,729,l), -(-16,0,l) -); -} -); -width = 476; -}, -{ -anchors = ( -{ -name = _center; -pos = (248,365); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(23,0,l), -(508,729,l), -(473,729,l), -(-14,0,l) -); -} -); -width = 451; -}, -{ -anchors = ( -{ -name = _center; -pos = (288,365); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(106,0,l), -(591,729,l), -(471,729,l), -(-16,0,l) -); -} -); -width = 536; -}, -{ -anchors = ( -{ -name = _center; -pos = (248,365); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(23,0,l), -(508,729,l), -(473,729,l), -(-14,0,l) -); -} -); -width = 451; -}, -{ -anchors = ( -{ -name = _center; -pos = (288,365); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(106,0,l), -(591,729,l), -(471,729,l), -(-16,0,l) -); -} -); -width = 536; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_tail.Q_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_tail.Q_.glyph deleted file mode 100644 index e71c22b7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_tail.Q_.glyph +++ /dev/null @@ -1,750 +0,0 @@ -{ -export = 0; -glyphname = _tail.Q; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (37,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(166,-136,l), -(166,-100,l), -(60,4,l), -(23,4,l), -(159,-136,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(37,-10,l), -(229,0,l), -(229,28,l), -(156,23,l), -(37,6,l) -); -} -); -width = 189; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (84,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (84,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(275,-176,l), -(275,-33,l), -(153,28,l), -(15,28,l), -(261,-176,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(71,-9,l), -(341,0,l), -(347,137,l), -(322,137,l), -(71,83,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (37,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (45,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(313,-167,l), -(313,-128,l), -(102,3,l), -(45,3,l), -(306,-167,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(37,-7,l), -(465,0,l), -(465,34,l), -(350,33,l), -(37,21,l) -); -} -); -width = 237; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (71,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (315,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(641,-178,l), -(641,-14,l), -(456,38,l), -(173,38,l), -(608,-178,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(71,-9,l), -(547,0,l), -(547,168,l), -(518,168,l), -(117,132,l) -); -} -); -width = 600; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (17,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(166,-136,l), -(166,-100,l), -(60,4,l), -(23,4,l), -(159,-136,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(17,-10,l), -(198,0,l), -(198,28,l), -(148,25,l), -(17,9,l) -); -} -); -width = 151; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (74,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (84,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(275,-176,l), -(275,-33,l), -(153,28,l), -(15,28,l), -(261,-176,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(67,-10,l), -(324,0,l), -(324,137,l), -(289,136,l), -(67,99,l) -); -} -); -width = 275; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (17,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (45,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(308,-167,l), -(308,-127,l), -(107,2,l), -(45,2,l), -(301,-167,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(17,-8,l), -(388,0,l), -(388,34,l), -(262,31,l), -(17,15,l) -); -} -); -width = 316; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (47,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (158,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(454,-177,l), -(454,-4,l), -(270,28,l), -(45,28,l), -(422,-177,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(47,-10,l), -(459,0,l), -(459,155,l), -(414,154,l), -(45,108,l) -); -} -); -width = 463; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (27,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (45,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(313,-167,l), -(313,-128,l), -(102,3,l), -(45,3,l), -(306,-167,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(27,-9,l), -(455,0,l), -(455,36,l), -(340,34,l), -(27,19,l) -); -} -); -width = 222; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (61,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (315,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(641,-178,l), -(641,-14,l), -(456,38,l), -(173,38,l), -(608,-178,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(61,-10,l), -(537,0,l), -(537,168,l), -(477,166,l), -(61,131,l) -); -} -); -width = 580; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (34,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (45,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(308,-167,l), -(308,-127,l), -(107,2,l), -(45,2,l), -(301,-167,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(34,-8,l), -(397,0,l), -(397,34,l), -(273,29,l), -(34,15,l) -); -} -); -width = 341; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (65,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (158,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(454,-177,l), -(454,-4,l), -(270,28,l), -(45,28,l), -(422,-177,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(65,-10,l), -(478,0,l), -(478,155,l), -(433,153,l), -(63,68,l) -); -} -); -width = 474; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (34,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (6,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(128,-166,l), -(136,-137,l), -(18,11,l), -(-11,11,l), -(123,-166,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(44,-9,l), -(223,0,l), -(229,28,l), -(178,26,l), -(44,13,l) -); -} -); -width = 263; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (70,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (46,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(200,-176,l), -(229,-34,l), -(127,25,l), -(-9,8,l), -(176,-176,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,-10,l), -(327,0,l), -(361,137,l), -(336,137,l), -(95,82,l) -); -} -); -width = 337; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (33,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (6,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(212,-167,l), -(219,-132,l), -(43,-1,l), -(-9,-1,l), -(204,-167,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(33,-10,l), -(404,0,l), -(412,35,l), -(286,31,l), -(38,13,l) -); -} -); -width = 345; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (55,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (30,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(336,-8,l), -(158,28,l), -(-11,2,l), -(278,-181,l), -(300,-182,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,-9,l), -(482,0,l), -(514,155,l), -(464,154,l), -(74,69,l) -); -} -); -width = 255; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (33,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (17,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(245,-167,l), -(252,-131,l), -(45,4,l), -(-9,4,l), -(238,-167,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(33,-1,l), -(461,0,l), -(469,34,l), -(354,34,l), -(39,27,l) -); -} -); -width = 226; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (54,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (42,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(397,-15,l), -(222,37,l), -(-11,0,l), -(345,-178,l), -(359,-179,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(54,-10,l), -(551,0,l), -(585,168,l), -(546,168,l), -(129,131,l) -); -} -); -width = 390; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_zero.tf.base.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_zero.tf.base.glyph deleted file mode 100644 index 3e6c5e48..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_zero.tf.base.glyph +++ /dev/null @@ -1,849 +0,0 @@ -{ -category = Number; -export = 0; -glyphname = _zero.tf.base; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (240,369.5); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -metricWidth = "=480"; -shapes = ( -{ -closed = 1; -nodes = ( -(378,-10,o), -(470,79,o), -(470,360,cs), -(470,640,o), -(378,729,o), -(240,729,cs), -(102,729,o), -(10,640,o), -(10,360,cs), -(10,79,o), -(102,-10,o), -(240,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,139,o), -(190,194,o), -(190,360,cs), -(190,525,o), -(199,580,o), -(240,580,cs), -(281,580,o), -(290,525,o), -(290,360,cs), -(290,194,o), -(281,139,o), -(240,139,cs) -); -} -); -width = 480; -}, -{ -anchors = ( -{ -name = center; -pos = (240,370); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -metricWidth = "=480"; -shapes = ( -{ -closed = 1; -nodes = ( -(359,-10,o), -(398,137,o), -(398,360,cs), -(398,583,o), -(359,730,o), -(240,730,cs), -(121,730,o), -(82,583,o), -(82,360,cs), -(82,137,o), -(121,-10,o), -(240,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,19,o), -(114,86,o), -(114,360,cs), -(114,634,o), -(165,701,o), -(240,701,cs), -(316,701,o), -(366,631,o), -(366,360,cs), -(366,89,o), -(316,19,o), -(240,19,cs) -); -} -); -width = 480; -}, -{ -anchors = ( -{ -name = center; -pos = (360.5,369.5); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -metricWidth = "=720"; -shapes = ( -{ -closed = 1; -nodes = ( -(531,-10,o), -(647,117,o), -(647,360,cs), -(647,604,o), -(529,729,o), -(362,729,cs), -(189,729,o), -(74,603,o), -(74,360,cs), -(74,115,o), -(194,-10,o), -(364,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(201,24,o), -(114,149,o), -(114,360,cs), -(114,572,o), -(203,695,o), -(362,695,cs), -(522,695,o), -(609,570,o), -(609,360,cs), -(609,149,o), -(519,24,o), -(363,24,cs) -); -} -); -width = 720; -}, -{ -anchors = ( -{ -name = center; -pos = (360,369); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -metricWidth = "=720"; -shapes = ( -{ -closed = 1; -nodes = ( -(562,-9,o), -(697,112,o), -(697,360,cs), -(697,581,o), -(588,729,o), -(361,729,cs), -(158,729,o), -(23,609,o), -(23,361,cs), -(23,139,o), -(133,-9,o), -(360,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(293,169,o), -(247,218,o), -(247,360,cs), -(247,484,o), -(281,551,o), -(360,551,cs), -(427,551,o), -(473,502,o), -(473,360,cs), -(473,237,o), -(439,169,o), -(360,169,cs) -); -} -); -width = 720; -}, -{ -anchors = ( -{ -name = center; -pos = (220,370); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -metricWidth = "=480"; -shapes = ( -{ -closed = 1; -nodes = ( -(339,-10,o), -(378,137,o), -(378,360,cs), -(378,583,o), -(339,730,o), -(220,730,cs), -(101,730,o), -(62,583,o), -(62,360,cs), -(62,137,o), -(101,-10,o), -(220,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(145,19,o), -(94,86,o), -(94,360,cs), -(94,634,o), -(145,701,o), -(220,701,cs), -(296,701,o), -(346,631,o), -(346,360,cs), -(346,89,o), -(296,19,o), -(220,19,cs) -); -} -); -width = 440; -}, -{ -anchors = ( -{ -name = center; -pos = (233,370); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -metricWidth = "=480"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,-10,o), -(463,80,o), -(463,364,cs), -(463,647,o), -(371,737,o), -(233,737,cs), -(95,737,o), -(3,647,o), -(3,364,cs), -(3,80,o), -(95,-10,o), -(233,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(198,145,o), -(190,200,o), -(190,364,cs), -(190,527,o), -(198,581,o), -(233,581,cs), -(269,581,o), -(277,527,o), -(277,364,cs), -(277,200,o), -(269,145,o), -(233,145,cs) -); -} -); -width = 466; -}, -{ -anchors = ( -{ -name = center; -pos = (280,370); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(425,-10,o), -(523,117,o), -(523,360,cs), -(523,604,o), -(424,729,o), -(281,729,cs), -(134,729,o), -(37,603,o), -(37,360,cs), -(37,115,o), -(137,-10,o), -(282,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(148,24,o), -(76,149,o), -(76,360,cs), -(76,572,o), -(148,695,o), -(281,695,cs), -(412,695,o), -(485,571,o), -(485,360,cs), -(485,149,o), -(412,24,o), -(281,24,cs) -); -} -); -width = 560; -}, -{ -anchors = ( -{ -name = center; -pos = (283,368); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(454,-6,o), -(569,126,o), -(569,362,cs), -(569,583,o), -(467,730,o), -(286,730,cs), -(113,730,o), -(-3,598,o), -(-3,364,cs), -(-3,142,o), -(100,-6,o), -(282,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(231,154,o), -(187,181,o), -(187,363,cs), -(187,544,o), -(231,571,o), -(283,571,cs), -(335,571,o), -(379,544,o), -(379,363,cs), -(379,181,o), -(335,154,o), -(283,154,cs) -); -} -); -width = 566; -}, -{ -anchors = ( -{ -name = center; -pos = (351,370); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -metricWidth = "=720"; -shapes = ( -{ -closed = 1; -nodes = ( -(521,-10,o), -(637,117,o), -(637,360,cs), -(637,604,o), -(519,729,o), -(352,729,cs), -(179,729,o), -(64,603,o), -(64,360,cs), -(64,115,o), -(184,-10,o), -(354,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(191,24,o), -(104,149,o), -(104,360,cs), -(104,572,o), -(193,695,o), -(352,695,cs), -(512,695,o), -(599,570,o), -(599,360,cs), -(599,149,o), -(509,24,o), -(353,24,cs) -); -} -); -width = 700; -}, -{ -anchors = ( -{ -name = center; -pos = (350,369); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -metricWidth = "=720"; -shapes = ( -{ -closed = 1; -nodes = ( -(552,-9,o), -(687,112,o), -(687,360,cs), -(687,581,o), -(578,729,o), -(351,729,cs), -(148,729,o), -(13,609,o), -(13,361,cs), -(13,139,o), -(123,-9,o), -(350,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(283,169,o), -(237,218,o), -(237,360,cs), -(237,484,o), -(271,551,o), -(350,551,cs), -(417,551,o), -(463,502,o), -(463,360,cs), -(463,237,o), -(429,169,o), -(350,169,cs) -); -} -); -width = 700; -}, -{ -anchors = ( -{ -name = center; -pos = (291,370); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(434,-10,o), -(530,117,o), -(530,360,cs), -(530,604,o), -(433,729,o), -(292,729,cs), -(149,729,o), -(52,603,o), -(52,360,cs), -(52,115,o), -(151,-10,o), -(293,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(161,24,o), -(91,149,o), -(91,360,cs), -(91,572,o), -(161,695,o), -(292,695,cs), -(421,695,o), -(492,571,o), -(492,360,cs), -(492,149,o), -(421,24,o), -(292,24,cs) -); -} -); -width = 582; -}, -{ -anchors = ( -{ -name = center; -pos = (287,368); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(453,-6,o), -(565,126,o), -(565,362,cs), -(565,583,o), -(466,730,o), -(290,730,cs), -(122,730,o), -(9,598,o), -(9,364,cs), -(9,142,o), -(109,-6,o), -(286,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,154,o), -(197,182,o), -(197,363,cs), -(197,543,o), -(239,571,o), -(287,571,cs), -(336,571,o), -(377,543,o), -(377,363,cs), -(377,182,o), -(336,154,o), -(287,154,cs) -); -} -); -width = 574; -}, -{ -anchors = ( -{ -name = center; -pos = (260.67,369); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -metricWidth = "=480"; -shapes = ( -{ -closed = 1; -nodes = ( -(305,-9,o), -(370,133,o), -(416,347,cs), -(456,539,o), -(468,729,o), -(326,729,cs), -(216,729,o), -(151,589,o), -(106,375,cs), -(64,177,o), -(55,-9,o), -(195,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(78,29,o), -(103,208,o), -(136,369,cs), -(191,635,o), -(252,700,o), -(322,700,cs), -(442,700,o), -(422,527,o), -(385,351,cs), -(328,76,o), -(264,14,o), -(189,20,cs) -); -} -); -width = 480; -}, -{ -anchors = ( -{ -name = center; -pos = (257.812,369.5); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -metricWidth = "=480"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,-10,o), -(428,78,o), -(483,342,cs), -(529,563,o), -(506,729,o), -(310,729,cs), -(179,729,o), -(85,628,o), -(34,381,cs), -(-14,159,o), -(8,-10,o), -(207,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,140,o), -(181,228,o), -(210,365,cs), -(243,525,o), -(263,579,o), -(300,579,cs), -(352,579,o), -(335,492,o), -(307,357,cs), -(274,197,o), -(254,140,o), -(217,140,cs) -); -} -); -width = 480; -}, -{ -anchors = ( -{ -name = center; -pos = (321.502,369.5); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(439,-10,o), -(559,178,o), -(569,477,cs), -(575,639,o), -(500,729,o), -(383,729,cs), -(204,729,o), -(85,540,o), -(74,242,cs), -(68,80,o), -(144,-10,o), -(260,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(156,24,o), -(107,111,o), -(112,243,cs), -(121,517,o), -(226,695,o), -(377,695,cs), -(487,695,o), -(536,607,o), -(532,475,cs), -(522,202,o), -(418,24,o), -(265,24,cs) -); -} -); -width = 600; -}, -{ -anchors = ( -{ -name = center; -pos = (318.503,368); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(459,-6,o), -(596,176,o), -(606,450,cs), -(612,619,o), -(530,730,o), -(377,730,cs), -(178,730,o), -(41,549,o), -(31,276,cs), -(25,106,o), -(109,-6,o), -(262,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,160,o), -(212,193,o), -(215,275,cs), -(220,440,o), -(280,564,o), -(356,564,cs), -(398,564,o), -(424,531,o), -(422,452,cs), -(416,287,o), -(356,160,o), -(283,160,cs) -); -} -); -width = 600; -}, -{ -anchors = ( -{ -name = center; -pos = (381,369); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -metricWidth = "=720"; -shapes = ( -{ -closed = 1; -nodes = ( -(531,-9,o), -(673,153,o), -(682,428,cs), -(688,608,o), -(600,729,o), -(435,729,cs), -(230,729,o), -(90,567,o), -(80,292,cs), -(74,112,o), -(162,-9,o), -(327,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,25,o), -(119,121,o), -(117,269,cs), -(117,497,o), -(220,695,o), -(431,695,cs), -(577,695,o), -(646,591,o), -(646,427,cs), -(637,187,o), -(521,25,o), -(332,25,cs) -); -} -); -width = 720; -}, -{ -anchors = ( -{ -name = center; -pos = (378.657,365.5); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -metricWidth = "=720"; -shapes = ( -{ -closed = 1; -nodes = ( -(560,-5,o), -(708,156,o), -(717,402,cs), -(724,596,o), -(614,726,o), -(413,726,cs), -(192,726,o), -(40,557,o), -(40,302,cs), -(40,117,o), -(148,-5,o), -(344,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(295,176,o), -(256,213,o), -(256,313,cs), -(256,467,o), -(321,550,o), -(405,547,cs), -(463,545,o), -(502,508,o), -(502,408,cs), -(502,254,o), -(437,171,o), -(353,174,cs) -); -} -); -width = 720; -} -); -metricWidth = "=600"; -subCategory = "Decimal Digit"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_zero.tf.slash.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_zero.tf.slash.glyph deleted file mode 100644 index c5405db9..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_zero.tf.slash.glyph +++ /dev/null @@ -1,700 +0,0 @@ -{ -export = 0; -glyphname = _zero.tf.slash; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (157,370); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(92,220,l), -(426,405,l), -(374,505,l), -(40,320,l) -); -}, -{ -closed = 1; -nodes = ( -(404,-6,o), -(519,126,o), -(519,362,cs), -(519,583,o), -(417,730,o), -(236,730,cs), -(63,730,o), -(-53,598,o), -(-53,364,cs), -(-53,142,o), -(50,-6,o), -(232,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(186,160,o), -(146,191,o), -(146,371,cs), -(146,480,o), -(156,566,o), -(235,566,cs), -(280,566,o), -(320,539,o), -(320,355,cs), -(320,244,o), -(310,160,o), -(232,160,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(275,382,l), -(275,501,l), -(40,337,l), -(40,219,l) -); -} -); -width = 315; -}, -{ -anchors = ( -{ -name = _center; -pos = (176,370); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,439,l), -(313,472,l), -(40,280,l), -(40,248,l) -); -} -); -width = 353; -}, -{ -anchors = ( -{ -name = _center; -pos = (280,370); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(521,520,l), -(521,557,l), -(40,199,l), -(40,163,l) -); -} -); -width = 561; -}, -{ -anchors = ( -{ -name = _center; -pos = (174,369); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(310,386,l), -(310,526,l), -(40,334,l), -(40,194,l) -); -} -); -width = 350; -}, -{ -anchors = ( -{ -name = _center; -pos = (156,370); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(293,439,l), -(293,472,l), -(20,280,l), -(20,248,l) -); -} -); -width = 313; -}, -{ -anchors = ( -{ -name = _center; -pos = (147,370); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(92,220,l), -(426,405,l), -(374,505,l), -(40,320,l) -); -}, -{ -closed = 1; -nodes = ( -(404,-6,o), -(519,126,o), -(519,362,cs), -(519,583,o), -(417,730,o), -(236,730,cs), -(63,730,o), -(-53,598,o), -(-53,364,cs), -(-53,142,o), -(50,-6,o), -(232,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(186,160,o), -(146,191,o), -(146,371,cs), -(146,480,o), -(156,566,o), -(235,566,cs), -(280,566,o), -(320,539,o), -(320,355,cs), -(320,244,o), -(310,160,o), -(232,160,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(265,382,l), -(265,501,l), -(30,337,l), -(30,219,l) -); -} -); -width = 295; -}, -{ -anchors = ( -{ -name = _center; -pos = (239,370); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(459,494,l), -(459,531,l), -(20,224,l), -(20,188,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 479; -}, -{ -anchors = ( -{ -name = _center; -pos = (148,368); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(93,220,l), -(427,405,l), -(375,505,l), -(41,320,l) -); -}, -{ -closed = 1; -nodes = ( -(405,-6,o), -(520,126,o), -(520,362,cs), -(520,583,o), -(418,730,o), -(237,730,cs), -(64,730,o), -(-52,598,o), -(-52,364,cs), -(-52,142,o), -(51,-6,o), -(233,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(187,160,o), -(147,191,o), -(147,371,cs), -(147,480,o), -(157,566,o), -(236,566,cs), -(281,566,o), -(321,539,o), -(321,355,cs), -(321,244,o), -(311,160,o), -(233,160,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,386,l), -(278,517,l), -(19,337,l), -(19,207,l) -); -} -); -width = 297; -}, -{ -anchors = ( -{ -name = _center; -pos = (270,370); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(511,520,l), -(511,557,l), -(30,199,l), -(30,163,l) -); -} -); -width = 541; -}, -{ -anchors = ( -{ -name = _center; -pos = (164,369); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,386,l), -(300,526,l), -(30,334,l), -(30,194,l) -); -} -); -width = 330; -}, -{ -anchors = ( -{ -name = _center; -pos = (250,370); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(466,494,l), -(466,531,l), -(37,224,l), -(37,188,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 503; -}, -{ -anchors = ( -{ -name = _center; -pos = (156,368); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(93,220,l), -(427,405,l), -(375,505,l), -(41,320,l) -); -}, -{ -closed = 1; -nodes = ( -(405,-6,o), -(520,126,o), -(520,362,cs), -(520,583,o), -(418,730,o), -(237,730,cs), -(64,730,o), -(-52,598,o), -(-52,364,cs), -(-52,142,o), -(51,-6,o), -(233,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(187,160,o), -(147,191,o), -(147,371,cs), -(147,480,o), -(157,566,o), -(236,566,cs), -(281,566,o), -(321,539,o), -(321,355,cs), -(321,244,o), -(311,160,o), -(233,160,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(279,386,l), -(279,517,l), -(35,337,l), -(35,207,l) -); -} -); -width = 314; -}, -{ -anchors = ( -{ -name = _center; -pos = (192,369); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(334,410,l), -(340,442,l), -(50,308,l), -(44,278,l) -); -} -); -width = 343; -}, -{ -anchors = ( -{ -name = _center; -pos = (120,370); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,333,l), -(202,449,l), -(64,386,l), -(40,270,l) -); -} -); -width = 206; -}, -{ -anchors = ( -{ -name = _center; -pos = (259,370); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(474,443,l), -(476,477,l), -(44,276,l), -(41,243,l) -); -} -); -width = 476; -}, -{ -anchors = ( -{ -name = _center; -pos = (169,368); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(275,352,l), -(287,475,l), -(61,371,l), -(50,250,l) -); -} -); -width = 298; -}, -{ -anchors = ( -{ -name = _center; -pos = (309,369); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,472,l), -(577,500,l), -(39,252,l), -(42,221,l) -); -} -); -width = 576; -}, -{ -anchors = ( -{ -name = _center; -pos = (200,366); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(341,386,l), -(370,526,l), -(53,334,l), -(24,194,l) -); -} -); -width = 357; -} -); -metricLeft = "=40"; -metricRight = "=40"; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/_zero.tf.slash.ss08.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/_zero.tf.slash.ss08.glyph deleted file mode 100644 index 8cb2f0d2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/_zero.tf.slash.ss08.glyph +++ /dev/null @@ -1,617 +0,0 @@ -{ -export = 0; -glyphname = _zero.tf.slash.ss08; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (167,370); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(295,302,l), -(295,418,l), -(40,418,l), -(40,302,l) -); -} -); -width = 335; -}, -{ -anchors = ( -{ -name = _center; -pos = (176,370); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(312,346,l), -(312,375,l), -(40,375,l), -(40,346,l) -); -} -); -width = 352; -}, -{ -anchors = ( -{ -name = _center; -pos = (299,370); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(559,343,l), -(559,376,l), -(40,376,l), -(40,343,l) -); -} -); -width = 599; -}, -{ -anchors = ( -{ -name = _center; -pos = (206,369); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(373,302,l), -(373,418,l), -(40,418,l), -(40,302,l) -); -} -); -width = 413; -}, -{ -anchors = ( -{ -name = _center; -pos = (156,370); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,346,l), -(292,375,l), -(20,375,l), -(20,346,l) -); -} -); -width = 312; -}, -{ -anchors = ( -{ -name = _center; -pos = (157,370); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(285,302,l), -(285,418,l), -(30,418,l), -(30,302,l) -); -} -); -width = 315; -}, -{ -anchors = ( -{ -name = _center; -pos = (245,370); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(471,343,l), -(471,376,l), -(20,376,l), -(20,343,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -} -); -}; -width = 491; -}, -{ -anchors = ( -{ -name = _center; -pos = (190,368); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(362,304,l), -(362,420,l), -(19,420,l), -(19,304,l) -); -} -); -width = 381; -}, -{ -anchors = ( -{ -name = _center; -pos = (289,370); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(549,343,l), -(549,376,l), -(30,376,l), -(30,343,l) -); -} -); -width = 579; -}, -{ -anchors = ( -{ -name = _center; -pos = (196,369); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(363,302,l), -(363,418,l), -(30,418,l), -(30,302,l) -); -} -); -width = 393; -}, -{ -anchors = ( -{ -name = _center; -pos = (256,370); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(478,343,l), -(478,376,l), -(37,376,l), -(37,343,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -} -); -}; -width = 515; -}, -{ -anchors = ( -{ -name = _center; -pos = (199,368); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(364,304,l), -(364,420,l), -(35,420,l), -(35,304,l) -); -} -); -width = 399; -}, -{ -anchors = ( -{ -name = _center; -pos = (194,369); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(324,346,l), -(330,375,l), -(64,375,l), -(58,346,l) -); -} -); -width = 346; -}, -{ -anchors = ( -{ -name = _center; -pos = (120,370); -} -); -background = { -shapes = ( -{ -pos = (-149,0); -ref = zero.tf; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,302,l), -(201,418,l), -(71,418,l), -(47,302,l) -); -} -); -width = 211; -}, -{ -anchors = ( -{ -name = _center; -pos = (269,370); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(473,343,l), -(478,376,l), -(64,376,l), -(59,343,l) -); -} -); -width = 496; -}, -{ -anchors = ( -{ -name = _center; -pos = (174,368); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(267,304,l), -(287,420,l), -(71,420,l), -(52,304,l) -); -} -); -width = 300; -}, -{ -anchors = ( -{ -name = _center; -pos = (329,369); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(594,344,l), -(598,377,l), -(65,377,l), -(61,344,l) -); -} -); -width = 616; -}, -{ -anchors = ( -{ -name = _center; -pos = (198,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(16,726,o), -(-132,565,o), -(-141,319,cs), -(-148,125,o), -(-38,-5,o), -(163,-5,cs), -(384,-5,o), -(536,164,o), -(536,419,cs), -(536,604,o), -(428,726,o), -(232,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,547,o), -(320,510,o), -(320,408,cs), -(320,257,o), -(257,174,o), -(175,174,cs), -(115,174,o), -(74,211,o), -(74,313,cs), -(74,464,o), -(137,547,o), -(219,547,cs) -); -}, -{ -closed = 1; -nodes = ( -(70,419,l), -(54,303,l), -(325,303,l), -(341,419,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(325,302,l), -(341,418,l), -(70,418,l), -(54,302,l) -); -} -); -width = 359; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/a.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/a.glyph deleted file mode 100644 index 04fc87a2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/a.glyph +++ /dev/null @@ -1,1401 +0,0 @@ -{ -glyphname = a; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (235,0); -}, -{ -name = ogonek; -pos = (443,0); -}, -{ -name = top; -pos = (235,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,-10,o), -(241,13,o), -(260,64,c), -(267,64,l), -(267,0,l), -(443,0,l), -(443,541,l), -(271,541,l), -(267,477,l), -(260,477,l), -(242,526,o), -(208,551,o), -(156,551,cs), -(74,551,o), -(16,493,o), -(16,271,cs), -(16,97,o), -(46,-10,o), -(156,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(204,128,o), -(194,160,o), -(194,271,cs), -(194,365,o), -(199,415,o), -(231,415,cs), -(255,415,o), -(267,385,o), -(267,285,cs), -(267,256,ls), -(267,171,o), -(259,128,o), -(231,128,cs) -); -} -); -width = 470; -}, -{ -anchors = ( -{ -name = bottom; -pos = (176,0); -}, -{ -name = ogonek; -pos = (284,0); -}, -{ -name = top; -pos = (176,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,-10,o), -(237,25,o), -(253,77,c), -(255,77,l), -(255,0,l), -(284,0,l), -(284,516,l), -(256,516,l), -(255,439,l), -(253,439,l), -(237,491,o), -(211,526,o), -(159,526,cs), -(90,526,o), -(45,461,o), -(45,257,cs), -(45,50,o), -(92,-10,o), -(159,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(93,16,o), -(75,104,o), -(75,257,cs), -(75,415,o), -(94,500,o), -(167,500,cs), -(220,500,o), -(255,436,o), -(255,309,cs), -(255,206,ls), -(255,77,o), -(219,16,o), -(167,16,cs) -); -} -); -width = 344; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = ogonek; -pos = (574,0); -}, -{ -name = top; -pos = (317,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(408,-9,o), -(501,47,o), -(533,130,c), -(537,130,l), -(537,0,l), -(574,0,l), -(574,517,l), -(539,517,l), -(537,398,l), -(533,398,l), -(501,474,o), -(414,526,o), -(297,526,cs), -(141,526,o), -(35,424,o), -(35,259,cs), -(35,97,o), -(140,-9,o), -(297,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,25,o), -(73,118,o), -(73,259,cs), -(73,407,o), -(165,492,o), -(301,492,cs), -(450,492,o), -(537,396,o), -(537,294,cs), -(537,234,ls), -(537,126,o), -(450,25,o), -(301,25,cs) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (360,0); -}, -{ -name = ogonek; -pos = (687,0); -}, -{ -name = top; -pos = (360,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(355,-10,o), -(424,19,o), -(458,69,c), -(466,69,l), -(466,0,l), -(687,0,l), -(687,544,l), -(477,544,l), -(471,473,l), -(463,473,l), -(432,520,o), -(373,552,o), -(276,552,cs), -(118,552,o), -(12,444,o), -(12,271,cs), -(12,99,o), -(118,-10,o), -(276,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,155,o), -(234,195,o), -(234,271,cs), -(234,347,o), -(280,387,o), -(347,387,cs), -(421,387,o), -(465,342,o), -(465,277,cs), -(465,265,ls), -(465,200,o), -(421,155,o), -(347,155,cs) -); -} -); -width = 730; -}, -{ -anchors = ( -{ -name = bottom; -pos = (155,0); -}, -{ -name = ogonek; -pos = (263,0); -}, -{ -name = top; -pos = (155,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,-10,o), -(216,25,o), -(232,77,c), -(234,77,l), -(234,0,l), -(264,0,l), -(264,516,l), -(235,516,l), -(234,439,l), -(232,439,l), -(216,491,o), -(190,526,o), -(138,526,cs), -(60,526,o), -(24,440,o), -(24,257,cs), -(24,75,o), -(60,-10,o), -(138,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(84,17,o), -(55,83,o), -(55,257,cs), -(55,432,o), -(84,499,o), -(146,499,cs), -(197,499,o), -(234,419,o), -(234,309,cs), -(234,206,ls), -(234,96,o), -(197,17,o), -(146,17,cs) -); -} -); -width = 299; -}, -{ -anchors = ( -{ -name = bottom; -pos = (226,0); -}, -{ -name = ogonek; -pos = (434,0); -}, -{ -name = top; -pos = (226,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,-10,o), -(234,13,o), -(257,73,c), -(258,73,l), -(258,0,l), -(434,0,l), -(434,541,l), -(262,541,l), -(258,470,l), -(257,470,l), -(234,526,o), -(199,551,o), -(147,551,cs), -(65,551,o), -(7,493,o), -(7,271,cs), -(7,97,o), -(37,-10,o), -(147,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,128,o), -(185,160,o), -(185,271,cs), -(185,365,o), -(190,415,o), -(222,415,cs), -(246,415,o), -(258,385,o), -(258,285,cs), -(258,256,ls), -(258,171,o), -(250,128,o), -(222,128,cs) -); -} -); -width = 450; -}, -{ -anchors = ( -{ -name = bottom; -pos = (280,0); -}, -{ -name = ogonek; -pos = (486,0); -}, -{ -name = top; -pos = (280,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(369,-8,o), -(440,44,o), -(467,121,c), -(470,121,l), -(470,0,l), -(507,0,l), -(507,517,l), -(472,517,l), -(470,398,l), -(467,398,l), -(440,475,o), -(369,526,o), -(271,526,cs), -(142,526,o), -(54,425,o), -(54,259,cs), -(54,94,o), -(142,-8,o), -(271,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(167,26,o), -(92,112,o), -(92,259,cs), -(92,408,o), -(167,493,o), -(279,493,cs), -(399,493,o), -(469,397,o), -(469,295,cs), -(469,224,ls), -(469,122,o), -(399,26,o), -(279,26,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(345,-8,o), -(419,41,o), -(449,124,c), -(450,124,l), -(452,0,l), -(486,0,l), -(486,517,l), -(452,517,l), -(450,395,l), -(449,395,l), -(419,477,o), -(346,526,o), -(251,526,cs), -(122,526,o), -(34,425,o), -(34,259,cs), -(34,94,o), -(122,-8,o), -(251,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,26,o), -(72,112,o), -(72,259,cs), -(72,408,o), -(147,493,o), -(259,493,cs), -(379,493,o), -(449,384,o), -(449,282,cs), -(449,231,ls), -(449,129,o), -(379,26,o), -(259,26,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = a; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -1, -10 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -463, -37 -); -stem = -2; -type = Stem; -} -); -}; -width = 545; -}, -{ -anchors = ( -{ -name = bottom; -pos = (308,0); -}, -{ -name = ogonek; -pos = (579,0); -}, -{ -name = top; -pos = (308,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(315,-10,o), -(374,27,o), -(398,83,c), -(408,83,l), -(408,0,l), -(599,0,l), -(599,544,l), -(415,544,l), -(408,461,l), -(398,461,l), -(374,517,o), -(315,554,o), -(238,554,cs), -(110,554,o), -(25,464,o), -(25,272,cs), -(25,80,o), -(110,-10,o), -(238,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(257,143,o), -(220,179,o), -(220,272,cs), -(220,365,o), -(257,401,o), -(313,401,cs), -(380,401,o), -(406,349,o), -(406,294,cs), -(406,250,ls), -(406,195,o), -(380,143,o), -(313,143,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,-10,o), -(360,26,o), -(389,93,c), -(390,93,l), -(397,0,l), -(579,0,l), -(579,544,l), -(397,544,l), -(390,449,l), -(389,449,l), -(361,517,o), -(303,554,o), -(226,554,cs), -(88,554,o), -(7,449,o), -(7,272,cs), -(7,95,o), -(88,-10,o), -(226,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,143,o), -(202,186,o), -(202,272,cs), -(202,358,o), -(233,401,o), -(295,401,cs), -(350,401,o), -(388,354,o), -(388,285,cs), -(388,259,ls), -(388,190,o), -(350,143,o), -(295,143,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = a; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -}; -width = 609; -}, -{ -anchors = ( -{ -name = bottom; -pos = (334,0); -}, -{ -name = ogonek; -pos = (591,0); -}, -{ -name = top; -pos = (334,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(418,-9,o), -(519,49,o), -(553,136,c), -(554,136,l), -(554,0,l), -(591,0,l), -(591,517,l), -(556,517,l), -(554,392,l), -(553,392,l), -(519,472,o), -(424,526,o), -(300,526,cs), -(136,526,o), -(24,424,o), -(24,259,cs), -(24,97,o), -(135,-9,o), -(300,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(159,25,o), -(62,118,o), -(62,259,cs), -(62,407,o), -(160,492,o), -(304,492,cs), -(462,492,o), -(554,390,o), -(554,288,cs), -(554,240,ls), -(554,132,o), -(462,25,o), -(304,25,cs) -); -} -); -width = 647; -}, -{ -anchors = ( -{ -name = bottom; -pos = (363,0); -}, -{ -name = ogonek; -pos = (690,0); -}, -{ -name = top; -pos = (363,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,-10,o), -(434,19,o), -(468,69,c), -(469,69,l), -(469,0,l), -(690,0,l), -(690,544,l), -(480,544,l), -(474,473,l), -(473,473,l), -(442,520,o), -(376,552,o), -(279,552,cs), -(121,552,o), -(15,444,o), -(15,271,cs), -(15,99,o), -(121,-10,o), -(279,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(282,155,o), -(237,195,o), -(237,271,cs), -(237,347,o), -(283,387,o), -(350,387,cs), -(424,387,o), -(468,342,o), -(468,277,cs), -(468,265,ls), -(468,200,o), -(424,155,o), -(350,155,cs) -); -} -); -width = 720; -}, -{ -anchors = ( -{ -name = bottom; -pos = (315,0); -}, -{ -name = ogonek; -pos = (570,0); -}, -{ -name = top; -pos = (315,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(306,-10,o), -(361,27,o), -(379,79,c), -(387,79,l), -(394,0,l), -(574,0,l), -(574,544,l), -(394,544,l), -(387,465,l), -(379,465,l), -(361,517,o), -(306,554,o), -(238,554,cs), -(114,554,o), -(34,451,o), -(34,272,cs), -(34,93,o), -(114,-10,o), -(238,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,147,o), -(227,197,o), -(227,272,cs), -(227,347,o), -(250,397,o), -(313,397,cs), -(359,397,o), -(386,355,o), -(386,285,cs), -(386,259,ls), -(386,189,o), -(357,147,o), -(308,147,cs) -); -} -); -width = 631; -}, -{ -anchors = ( -{ -name = bottom; -pos = (298,0); -}, -{ -name = ogonek; -pos = (500,0); -}, -{ -name = top; -pos = (298,517); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(365,-8,o), -(433,44,o), -(457,121,c), -(460,121,l), -(462,0,l), -(496,0,l), -(496,517,l), -(462,517,l), -(460,398,l), -(457,398,l), -(433,475,o), -(365,526,o), -(273,526,cs), -(151,526,o), -(68,425,o), -(68,259,cs), -(68,94,o), -(151,-8,o), -(273,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,26,o), -(106,112,o), -(106,259,cs), -(106,408,o), -(176,493,o), -(281,493,cs), -(394,493,o), -(459,397,o), -(459,295,cs), -(459,224,ls), -(459,122,o), -(394,26,o), -(281,26,cs) -); -} -); -width = 581; -}, -{ -anchors = ( -{ -name = bottom; -pos = (118,0); -}, -{ -name = ogonek; -pos = (227,0); -}, -{ -name = top; -pos = (224,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(153,-10,o), -(185,17,o), -(211,70,c), -(212,70,l), -(198,0,l), -(227,0,l), -(334,516,l), -(307,516,l), -(289,431,l), -(287,431,l), -(282,489,o), -(261,525,o), -(205,525,cs), -(143,525,o), -(87,463,o), -(45,262,cs), -(16,126,o), -(8,-10,o), -(110,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(41,15,o), -(45,117,o), -(75,263,cs), -(107,421,o), -(145,498,o), -(210,498,cs), -(279,498,o), -(282,403,o), -(261,302,cs), -(240,199,ls), -(214,73,o), -(167,15,o), -(119,15,cs) -); -} -); -width = 341; -}, -{ -anchors = ( -{ -name = bottom; -pos = (186,0); -}, -{ -name = ogonek; -pos = (384,0); -}, -{ -name = top; -pos = (298,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,-10,o), -(189,15,o), -(212,57,c), -(219,57,l), -(213,0,l), -(384,0,l), -(497,541,l), -(326,541,l), -(305,470,l), -(299,470,l), -(287,523,o), -(255,551,o), -(200,551,cs), -(122,551,o), -(61,486,o), -(18,279,cs), -(-13,131,o), -(-23,-10,o), -(105,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(173,122,o), -(167,151,o), -(192,269,cs), -(212,366,o), -(227,409,o), -(256,409,cs), -(280,409,o), -(287,383,o), -(265,277,cs), -(259,248,ls), -(241,159,o), -(225,122,o), -(198,122,cs) -); -} -); -width = 467; -}, -{ -anchors = ( -{ -name = bottom; -pos = (256,0); -}, -{ -name = ogonek; -pos = (447,0); -}, -{ -name = top; -pos = (364,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(316,-10,o), -(390,34,o), -(431,103,c), -(433,103,l), -(412,0,l), -(449,0,l), -(556,517,l), -(522,517,l), -(493,383,l), -(490,383,l), -(478,465,o), -(414,526,o), -(315,526,cs), -(169,526,o), -(60,393,o), -(54,210,cs), -(49,75,o), -(121,-10,o), -(233,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(149,23,o), -(88,91,o), -(92,211,cs), -(97,374,o), -(192,492,o), -(317,492,cs), -(425,492,o), -(492,400,o), -(469,279,cs), -(456,209,ls), -(437,109,o), -(353,23,o), -(244,23,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(317,-10,o), -(389,26,o), -(431,103,c), -(434,103,l), -(414,0,l), -(447,0,l), -(555,517,l), -(522,517,l), -(494,391,l), -(488,391,l), -(468,472,o), -(403,526,o), -(312,526,cs), -(158,526,o), -(54,405,o), -(54,201,cs), -(54,74,o), -(128,-10,o), -(239,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(149,24,o), -(94,96,o), -(94,205,cs), -(94,375,o), -(175,492,o), -(313,492,cs), -(434,492,o), -(496,399,o), -(467,259,cs), -(455,202,ls), -(432,95,o), -(355,24,o), -(246,24,cs) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (266,0); -}, -{ -name = ogonek; -pos = (546,0); -}, -{ -name = top; -pos = (378,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(263,-10,o), -(323,20,o), -(348,67,c), -(354,66,l), -(347,0,l), -(529,0,l), -(641,544,l), -(459,544,l), -(434,457,l), -(429,457,l), -(411,515,o), -(348,554,o), -(278,554,cs), -(123,554,o), -(31,431,o), -(12,276,cs), -(-9,105,o), -(64,-10,o), -(195,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,143,o), -(195,193,o), -(208,281,cs), -(219,353,o), -(261,401,o), -(321,401,cs), -(383,401,o), -(410,351,o), -(398,287,cs), -(389,241,ls), -(377,181,o), -(345,143,o), -(288,143,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,-10,o), -(336,20,o), -(361,67,c), -(369,66,l), -(360,0,l), -(546,0,l), -(659,544,l), -(477,544,l), -(450,457,l), -(444,457,l), -(425,515,o), -(361,554,o), -(291,554,cs), -(138,554,o), -(48,431,o), -(29,276,cs), -(8,105,o), -(80,-10,o), -(208,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,143,o), -(211,193,o), -(224,281,cs), -(235,353,o), -(276,401,o), -(337,401,cs), -(399,401,o), -(428,351,o), -(414,287,cs), -(405,241,ls), -(392,182,o), -(361,143,o), -(304,143,cs) -); -} -); -width = 657; -}, -{ -anchors = ( -{ -name = bottom; -pos = (274,0); -}, -{ -name = ogonek; -pos = (518,0); -}, -{ -name = top; -pos = (382,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(364,-10,o), -(453,37,o), -(501,109,c), -(504,109,l), -(481,0,l), -(518,0,l), -(625,517,l), -(595,517,l), -(560,370,l), -(557,370,l), -(542,463,o), -(454,527,o), -(336,527,cs), -(165,527,o), -(39,399,o), -(33,221,cs), -(28,80,o), -(121,-10,o), -(261,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,24,o), -(66,101,o), -(70,223,cs), -(76,381,o), -(186,493,o), -(332,493,cs), -(483,493,o), -(561,394,o), -(532,247,cs), -(526,217,ls), -(503,102,o), -(399,24,o), -(269,24,cs) -); -} -); -width = 638; -}, -{ -anchors = ( -{ -name = bottom; -pos = (310,0); -}, -{ -name = ogonek; -pos = (622,0); -}, -{ -name = top; -pos = (422,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,-10,o), -(372,14,o), -(407,52,c), -(415,52,l), -(411,0,l), -(622,0,l), -(736,544,l), -(521,544,l), -(494,457,l), -(486,457,l), -(463,519,o), -(384,554,o), -(303,554,cs), -(137,554,o), -(21,434,o), -(13,248,cs), -(5,93,o), -(100,-10,o), -(248,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(275,154,o), -(231,193,o), -(234,256,cs), -(236,337,o), -(286,389,o), -(358,387,cs), -(429,384,o), -(472,333,o), -(455,264,cs), -(451,248,ls), -(437,192,o), -(403,154,o), -(334,154,cs) -); -} -); -width = 723; -} -); -metricLeft = d; -unicode = 97; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/a.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/a.ss05.glyph deleted file mode 100644 index 241f1486..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/a.ss05.glyph +++ /dev/null @@ -1,2529 +0,0 @@ -{ -glyphname = a.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_a.ss05; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (234,0); -}, -{ -name = ogonek; -pos = (460,0); -}, -{ -name = top; -pos = (246,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(204,-10,o), -(248,20,o), -(259,66,c), -(262,66,l), -(272,4,o), -(330,-10,o), -(371,-10,cs), -(420,-10,o), -(449,1,o), -(460,13,c), -(460,118,l), -(454,113,o), -(451,111,o), -(448,111,cs), -(438,111,o), -(436,124,o), -(436,139,cs), -(436,352,ls), -(436,473,o), -(384,551,o), -(230,551,cs), -(103,551,o), -(38,494,o), -(26,358,c), -(190,358,l), -(191,393,o), -(199,417,o), -(224,417,cs), -(251,417,o), -(258,390,o), -(258,353,cs), -(258,169,ls), -(258,136,o), -(244,118,o), -(223,118,cs), -(199,118,o), -(187,137,o), -(187,163,cs), -(187,190,o), -(202,212,o), -(230,212,cs), -(274,212,l), -(274,315,l), -(201,315,ls), -(97,315,o), -(10,265,o), -(10,143,cs), -(10,52,o), -(60,-10,o), -(145,-10,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(199,-6,o), -(244,20,o), -(263,66,c), -(268,66,l), -(278,26,o), -(313,0,o), -(371,0,cs), -(460,0,l), -(460,131,l), -(448,131,ls), -(438,131,o), -(436,139,o), -(436,148,cs), -(436,364,ls), -(436,491,o), -(365,551,o), -(238,551,cs), -(115,551,o), -(30,482,o), -(26,358,c), -(190,358,l), -(191,393,o), -(199,417,o), -(224,417,cs), -(247,417,o), -(258,402,o), -(258,371,cs), -(258,169,ls), -(258,136,o), -(244,118,o), -(223,118,cs), -(199,118,o), -(187,137,o), -(187,163,cs), -(187,190,o), -(202,212,o), -(230,212,cs), -(274,212,l), -(274,315,l), -(201,315,ls), -(97,315,o), -(10,265,o), -(10,143,cs), -(10,54,o), -(60,-6,o), -(146,-6,cs) -); -} -); -width = 471; -}, -{ -anchors = ( -{ -name = bottom; -pos = (149,0); -}, -{ -name = ogonek; -pos = (294,0); -}, -{ -name = top; -pos = (149,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(177,-10,o), -(212,17,o), -(227,65,c), -(228,65,l), -(228,19,o), -(243,-8,o), -(272,-8,cs), -(279,-8,o), -(288,-7,o), -(294,-4,c), -(294,26,l), -(289,23,o), -(283,22,o), -(276,22,cs), -(260,22,o), -(255,35,o), -(255,85,cs), -(255,359,ls), -(255,494,o), -(211,526,o), -(152,526,cs), -(70,526,o), -(45,465,o), -(42,375,c), -(72,375,l), -(73,479,o), -(108,499,o), -(150,499,cs), -(211,499,o), -(226,443,o), -(226,359,cs), -(226,140,ls), -(226,59,o), -(190,15,o), -(136,15,cs), -(92,15,o), -(63,46,o), -(63,126,cs), -(63,198,o), -(95,253,o), -(181,253,cs), -(233,253,l), -(233,279,l), -(184,279,ls), -(94,279,o), -(34,232,o), -(34,122,cs), -(34,44,o), -(65,-10,o), -(131,-10,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,-10,o), -(212,17,o), -(227,65,c), -(228,65,l), -(228,24,o), -(243,0,o), -(272,0,cs), -(294,0,l), -(294,30,l), -(276,30,ls), -(260,30,o), -(255,43,o), -(255,93,cs), -(255,359,ls), -(255,494,o), -(211,526,o), -(152,526,cs), -(70,526,o), -(45,465,o), -(42,375,c), -(72,375,l), -(73,479,o), -(108,499,o), -(150,499,cs), -(211,499,o), -(226,443,o), -(226,359,cs), -(226,140,ls), -(226,59,o), -(190,15,o), -(136,15,cs), -(92,15,o), -(63,46,o), -(63,126,cs), -(63,198,o), -(95,253,o), -(181,253,cs), -(233,253,l), -(233,279,l), -(184,279,ls), -(94,279,o), -(34,232,o), -(34,122,cs), -(34,44,o), -(65,-10,o), -(131,-10,cs) -); -} -); -width = 315; -}, -{ -anchors = ( -{ -name = bottom; -pos = (285,0); -}, -{ -name = ogonek; -pos = (574,0); -}, -{ -name = top; -pos = (285,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(332,-10,o), -(415,26,o), -(461,84,c), -(464,84,l), -(463,22,o), -(488,-7,o), -(534,-7,cs), -(551,-7,o), -(563,-4,o), -(574,1,c), -(574,31,l), -(564,27,o), -(553,25,o), -(540,25,cs), -(510,25,o), -(499,38,o), -(499,89,cs), -(499,353,ls), -(499,465,o), -(417,526,o), -(276,526,cs), -(146,526,o), -(59,471,o), -(46,373,c), -(84,373,l), -(97,453,o), -(165,492,o), -(274,492,cs), -(400,492,o), -(462,442,o), -(462,347,cs), -(462,128,l), -(431,71,o), -(349,24,o), -(233,24,cs), -(129,24,o), -(71,64,o), -(71,137,cs), -(71,216,o), -(119,268,o), -(272,268,cs), -(470,268,l), -(470,300,l), -(270,300,ls), -(118,300,o), -(33,247,o), -(33,134,cs), -(33,39,o), -(114,-10,o), -(228,-10,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,-10,o), -(415,26,o), -(461,84,c), -(464,84,l), -(466,34,o), -(489,0,o), -(540,0,cs), -(574,0,l), -(574,36,l), -(550,36,ls), -(515,36,o), -(499,49,o), -(499,99,cs), -(499,353,ls), -(499,465,o), -(417,526,o), -(276,526,cs), -(146,526,o), -(59,471,o), -(46,373,c), -(84,373,l), -(97,453,o), -(165,492,o), -(274,492,cs), -(400,492,o), -(462,442,o), -(462,347,cs), -(462,128,l), -(431,71,o), -(349,24,o), -(233,24,cs), -(129,24,o), -(71,64,o), -(71,137,cs), -(71,216,o), -(119,268,o), -(272,268,cs), -(470,268,l), -(470,300,l), -(270,300,ls), -(118,300,o), -(33,247,o), -(33,134,cs), -(33,39,o), -(114,-10,o), -(228,-10,cs) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (322,0); -}, -{ -name = ogonek; -pos = (647,0); -}, -{ -name = top; -pos = (325,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(286,-10,o), -(362,21,o), -(393,64,c), -(400,64,l), -(418,18,o), -(467,-10,o), -(543,-10,cs), -(583,-10,o), -(626,-3,o), -(647,11,c), -(647,137,l), -(640,133,o), -(635,131,o), -(625,131,cs), -(611,131,o), -(600,139,o), -(600,159,cs), -(600,344,ls), -(600,476,o), -(499,555,o), -(310,554,cs), -(146,553,o), -(33,481,o), -(24,355,c), -(233,355,l), -(235,396,o), -(270,405,o), -(309,405,cs), -(360,405,o), -(380,386,o), -(380,351,cs), -(380,196,ls), -(380,153,o), -(348,124,o), -(291,124,cs), -(253,124,o), -(231,139,o), -(231,166,cs), -(231,198,o), -(259,211,o), -(300,211,cs), -(396,211,l), -(396,321,l), -(253,321,ls), -(107,321,o), -(10,256,o), -(10,143,cs), -(10,48,o), -(86,-10,o), -(198,-10,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,-10,o), -(362,21,o), -(393,73,c), -(400,73,l), -(421,23,o), -(468,0,o), -(539,0,cs), -(647,0,l), -(647,140,l), -(625,140,ls), -(611,140,o), -(600,148,o), -(600,168,cs), -(600,344,ls), -(600,476,o), -(499,555,o), -(310,554,cs), -(146,553,o), -(33,481,o), -(24,355,c), -(233,355,l), -(235,396,o), -(270,405,o), -(309,405,cs), -(360,405,o), -(380,386,o), -(380,351,cs), -(380,196,ls), -(380,153,o), -(348,124,o), -(291,124,cs), -(253,124,o), -(231,139,o), -(231,166,cs), -(231,198,o), -(259,211,o), -(300,211,cs), -(396,211,l), -(396,321,l), -(253,321,ls), -(107,321,o), -(10,256,o), -(10,143,cs), -(10,48,o), -(86,-10,o), -(198,-10,cs) -); -} -); -width = 653; -}, -{ -anchors = ( -{ -name = bottom; -pos = (129,0); -}, -{ -name = ogonek; -pos = (274,0); -}, -{ -name = top; -pos = (129,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(177,-10,o), -(212,17,o), -(227,65,c), -(228,65,l), -(228,19,o), -(243,-8,o), -(272,-8,cs), -(279,-8,o), -(288,-7,o), -(294,-4,c), -(294,26,l), -(289,23,o), -(283,22,o), -(276,22,cs), -(260,22,o), -(255,35,o), -(255,85,cs), -(255,359,ls), -(255,494,o), -(211,526,o), -(152,526,cs), -(70,526,o), -(45,465,o), -(42,375,c), -(72,375,l), -(73,479,o), -(108,499,o), -(150,499,cs), -(211,499,o), -(226,443,o), -(226,359,cs), -(226,140,ls), -(226,59,o), -(190,15,o), -(136,15,cs), -(92,15,o), -(63,46,o), -(63,126,cs), -(63,198,o), -(95,253,o), -(181,253,cs), -(233,253,l), -(233,279,l), -(184,279,ls), -(94,279,o), -(34,232,o), -(34,122,cs), -(34,44,o), -(65,-10,o), -(131,-10,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,-10,o), -(192,18,o), -(207,65,c), -(208,65,l), -(208,24,o), -(223,0,o), -(252,0,cs), -(274,0,l), -(274,30,l), -(256,30,ls), -(240,30,o), -(235,43,o), -(235,93,cs), -(235,359,ls), -(235,494,o), -(191,526,o), -(132,526,cs), -(61,526,o), -(25,478,o), -(22,375,c), -(52,375,l), -(53,459,o), -(77,499,o), -(130,499,cs), -(191,499,o), -(206,443,o), -(206,359,cs), -(206,155,ls), -(206,74,o), -(168,15,o), -(116,15,cs), -(72,15,o), -(43,46,o), -(43,126,cs), -(43,212,o), -(81,260,o), -(151,263,cs), -(213,265,l), -(213,291,l), -(154,288,ls), -(61,283,o), -(14,227,o), -(14,122,cs), -(14,44,o), -(45,-10,o), -(111,-10,cs) -); -} -); -width = 275; -}, -{ -anchors = ( -{ -name = bottom; -pos = (227,0); -}, -{ -name = ogonek; -pos = (453,0); -}, -{ -name = top; -pos = (239,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(204,-10,o), -(248,20,o), -(259,66,c), -(262,66,l), -(272,4,o), -(330,-10,o), -(371,-10,cs), -(420,-10,o), -(449,1,o), -(460,13,c), -(460,118,l), -(454,113,o), -(451,111,o), -(448,111,cs), -(438,111,o), -(436,124,o), -(436,139,cs), -(436,352,ls), -(436,473,o), -(384,551,o), -(230,551,cs), -(103,551,o), -(38,494,o), -(26,358,c), -(190,358,l), -(191,393,o), -(199,417,o), -(224,417,cs), -(251,417,o), -(258,390,o), -(258,353,cs), -(258,169,ls), -(258,136,o), -(244,118,o), -(223,118,cs), -(199,118,o), -(187,137,o), -(187,163,cs), -(187,190,o), -(202,212,o), -(230,212,cs), -(274,212,l), -(274,315,l), -(201,315,ls), -(97,315,o), -(10,265,o), -(10,143,cs), -(10,52,o), -(60,-10,o), -(145,-10,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,-6,o), -(239,20,o), -(258,66,c), -(259,66,l), -(269,26,o), -(306,0,o), -(364,0,cs), -(453,0,l), -(453,131,l), -(443,131,ls), -(433,131,o), -(429,139,o), -(429,150,cs), -(429,364,ls), -(429,491,o), -(357,551,o), -(230,551,cs), -(95,551,o), -(19,483,o), -(15,358,c), -(183,358,l), -(184,398,o), -(195,417,o), -(217,417,cs), -(240,417,o), -(251,402,o), -(251,371,cs), -(251,169,ls), -(251,136,o), -(237,118,o), -(216,118,cs), -(192,118,o), -(180,137,o), -(180,163,cs), -(180,190,o), -(195,211,o), -(223,212,cs), -(267,213,l), -(267,316,l), -(194,315,ls), -(90,314,o), -(3,265,o), -(3,143,cs), -(3,54,o), -(53,-6,o), -(139,-6,cs) -); -} -); -width = 457; -}, -{ -anchors = ( -{ -name = bottom; -pos = (239,0); -}, -{ -name = ogonek; -pos = (496,0); -}, -{ -name = top; -pos = (239,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(302,-9,o), -(371,27,o), -(402,87,c), -(404,87,l), -(407,23,o), -(428,-9,o), -(484,-9,cs), -(494,-9,o), -(507,-7,o), -(516,-3,c), -(516,32,l), -(507,27,o), -(498,26,o), -(486,26,cs), -(452,26,o), -(437,46,o), -(437,94,cs), -(437,360,ls), -(437,468,o), -(373,527,o), -(258,527,cs), -(148,527,o), -(70,469,o), -(66,383,c), -(104,383,l), -(107,449,o), -(168,493,o), -(258,493,cs), -(353,493,o), -(400,449,o), -(400,360,cs), -(400,129,l), -(371,62,o), -(305,23,o), -(221,23,cs), -(139,23,o), -(87,68,o), -(87,138,cs), -(87,219,o), -(148,264,o), -(260,264,cs), -(408,264,l), -(408,296,l), -(260,296,ls), -(128,296,o), -(49,237,o), -(49,138,cs), -(49,50,o), -(119,-9,o), -(221,-9,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,-9,o), -(363,32,o), -(382,96,c), -(385,96,l), -(389,28,o), -(413,0,o), -(471,0,cs), -(496,0,l), -(496,35,l), -(473,35,ls), -(434,35,o), -(417,54,o), -(417,112,cs), -(417,360,ls), -(417,471,o), -(357,527,o), -(238,527,cs), -(124,527,o), -(52,474,o), -(46,383,c), -(84,383,l), -(89,452,o), -(146,493,o), -(238,493,cs), -(332,493,o), -(380,448,o), -(380,360,cs), -(380,199,ls), -(380,89,o), -(314,23,o), -(201,23,cs), -(119,23,o), -(67,68,o), -(67,138,cs), -(67,217,o), -(124,260,o), -(231,261,cs), -(396,263,l), -(396,295,l), -(231,293,ls), -(104,291,o), -(29,235,o), -(29,138,cs), -(29,50,o), -(99,-9,o), -(201,-9,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 499; -}, -{ -anchors = ( -{ -name = bottom; -pos = (278,0); -}, -{ -name = ogonek; -pos = (560,0); -}, -{ -name = top; -pos = (293,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(266,-10,o), -(328,20,o), -(352,63,c), -(358,63,l), -(372,19,o), -(416,-10,o), -(489,-10,cs), -(520,-10,o), -(560,-4,o), -(581,8,c), -(581,128,l), -(572,124,o), -(566,123,o), -(560,123,cs), -(547,123,o), -(539,130,o), -(539,149,cs), -(539,347,ls), -(539,477,o), -(460,554,o), -(299,554,cs), -(139,554,o), -(38,475,o), -(38,357,c), -(224,357,l), -(224,388,o), -(247,408,o), -(287,408,cs), -(319,408,o), -(348,398,o), -(348,356,cs), -(348,178,ls), -(348,136,o), -(317,114,o), -(274,114,cs), -(240,114,o), -(218,130,o), -(218,159,cs), -(218,191,o), -(243,211,o), -(295,211,cs), -(362,211,l), -(362,321,l), -(254,321,ls), -(115,321,o), -(24,258,o), -(24,142,cs), -(24,51,o), -(92,-10,o), -(200,-10,cs) -); -} -); -}; -guides = ( -{ -pos = (343,211); -}, -{ -pos = (205,120); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,-7,o), -(314,34,o), -(332,85,c), -(333,85,l), -(341,33,o), -(389,0,o), -(458,0,cs), -(560,0,l), -(560,153,l), -(542,153,ls), -(527,153,o), -(518,161,o), -(518,183,cs), -(518,347,ls), -(518,477,o), -(439,554,o), -(278,554,cs), -(118,554,o), -(17,477,o), -(17,357,c), -(203,357,l), -(203,389,o), -(226,408,o), -(266,408,cs), -(298,408,o), -(327,398,o), -(327,356,cs), -(327,209,ls), -(327,163,o), -(296,130,o), -(253,130,cs), -(218,130,o), -(197,146,o), -(197,172,cs), -(197,199,o), -(222,215,o), -(264,216,cs), -(343,219,l), -(343,323,l), -(223,321,ls), -(85,319,o), -(3,255,o), -(3,146,cs), -(3,50,o), -(70,-7,o), -(184,-7,cs) -); -} -); -width = 564; -}, -{ -anchors = ( -{ -name = bottom; -pos = (275,0); -}, -{ -name = ogonek; -pos = (564,0); -}, -{ -name = top; -pos = (275,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(332,-10,o), -(415,26,o), -(461,84,c), -(464,84,l), -(463,22,o), -(488,-7,o), -(534,-7,cs), -(551,-7,o), -(563,-4,o), -(574,1,c), -(574,31,l), -(564,27,o), -(553,25,o), -(540,25,cs), -(510,25,o), -(499,38,o), -(499,89,cs), -(499,353,ls), -(499,465,o), -(417,526,o), -(276,526,cs), -(146,526,o), -(59,471,o), -(46,373,c), -(84,373,l), -(97,453,o), -(165,492,o), -(274,492,cs), -(400,492,o), -(462,442,o), -(462,347,cs), -(462,128,l), -(431,71,o), -(349,24,o), -(233,24,cs), -(129,24,o), -(71,64,o), -(71,137,cs), -(71,216,o), -(119,268,o), -(272,268,cs), -(470,268,l), -(470,300,l), -(270,300,ls), -(118,300,o), -(33,247,o), -(33,134,cs), -(33,39,o), -(114,-10,o), -(228,-10,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,-10,o), -(406,26,o), -(452,84,c), -(454,84,l), -(456,34,o), -(479,0,o), -(530,0,cs), -(564,0,l), -(564,36,l), -(540,36,ls), -(505,36,o), -(489,49,o), -(489,99,cs), -(489,353,ls), -(489,465,o), -(410,526,o), -(266,526,cs), -(131,526,o), -(49,472,o), -(36,373,c), -(74,373,l), -(87,451,o), -(152,492,o), -(264,492,cs), -(390,492,o), -(452,442,o), -(452,347,cs), -(452,128,l), -(421,71,o), -(339,24,o), -(223,24,cs), -(119,24,o), -(61,64,o), -(61,137,cs), -(61,216,o), -(109,268,o), -(262,268,cs), -(460,268,l), -(460,300,l), -(260,300,ls), -(108,300,o), -(23,247,o), -(23,134,cs), -(23,39,o), -(104,-10,o), -(218,-10,cs) -); -} -); -width = 571; -}, -{ -anchors = ( -{ -name = bottom; -pos = (312,0); -}, -{ -name = ogonek; -pos = (637,0); -}, -{ -name = top; -pos = (315,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(286,-10,o), -(362,21,o), -(393,64,c), -(400,64,l), -(418,18,o), -(467,-10,o), -(543,-10,cs), -(583,-10,o), -(626,-3,o), -(647,11,c), -(647,137,l), -(640,133,o), -(635,131,o), -(625,131,cs), -(611,131,o), -(600,139,o), -(600,159,cs), -(600,344,ls), -(600,476,o), -(499,555,o), -(310,554,cs), -(146,553,o), -(33,481,o), -(24,355,c), -(233,355,l), -(235,396,o), -(270,405,o), -(309,405,cs), -(360,405,o), -(380,386,o), -(380,351,cs), -(380,196,ls), -(380,153,o), -(348,124,o), -(291,124,cs), -(253,124,o), -(231,139,o), -(231,166,cs), -(231,198,o), -(259,211,o), -(300,211,cs), -(396,211,l), -(396,321,l), -(253,321,ls), -(107,321,o), -(10,256,o), -(10,143,cs), -(10,48,o), -(86,-10,o), -(198,-10,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,-10,o), -(355,21,o), -(386,73,c), -(387,73,l), -(408,23,o), -(458,0,o), -(529,0,cs), -(637,0,l), -(637,140,l), -(615,140,ls), -(601,140,o), -(590,148,o), -(590,168,cs), -(590,344,ls), -(590,481,o), -(487,555,o), -(300,554,cs), -(129,553,o), -(23,479,o), -(14,355,c), -(223,355,l), -(225,386,o), -(254,405,o), -(299,405,cs), -(346,405,o), -(370,387,o), -(370,351,cs), -(370,206,ls), -(370,156,o), -(333,124,o), -(286,124,cs), -(243,124,o), -(221,139,o), -(221,166,cs), -(221,194,o), -(247,211,o), -(290,211,cs), -(386,211,l), -(386,321,l), -(243,321,ls), -(94,321,o), -(0,252,o), -(0,143,cs), -(0,49,o), -(73,-10,o), -(198,-10,cs) -); -} -); -width = 638; -}, -{ -anchors = ( -{ -name = bottom; -pos = (251,0); -}, -{ -name = ogonek; -pos = (499,0); -}, -{ -name = top; -pos = (251,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(302,-9,o), -(371,27,o), -(402,87,c), -(404,87,l), -(407,23,o), -(428,-9,o), -(484,-9,cs), -(494,-9,o), -(507,-7,o), -(516,-3,c), -(516,32,l), -(507,27,o), -(498,26,o), -(486,26,cs), -(452,26,o), -(437,46,o), -(437,94,cs), -(437,360,ls), -(437,468,o), -(373,527,o), -(258,527,cs), -(148,527,o), -(70,469,o), -(66,383,c), -(104,383,l), -(107,449,o), -(168,493,o), -(258,493,cs), -(353,493,o), -(400,449,o), -(400,360,cs), -(400,129,l), -(371,62,o), -(305,23,o), -(221,23,cs), -(139,23,o), -(87,68,o), -(87,138,cs), -(87,219,o), -(148,264,o), -(260,264,cs), -(408,264,l), -(408,296,l), -(260,296,ls), -(128,296,o), -(49,237,o), -(49,138,cs), -(49,50,o), -(119,-9,o), -(221,-9,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(290,-9,o), -(361,44,o), -(387,107,c), -(391,107,l), -(391,43,o), -(422,0,o), -(474,0,cs), -(490,0,l), -(490,35,l), -(476,35,ls), -(442,35,o), -(427,61,o), -(427,113,cs), -(427,352,ls), -(427,460,o), -(368,527,o), -(251,527,cs), -(143,527,o), -(71,476,o), -(59,391,c), -(96,391,l), -(107,455,o), -(164,493,o), -(251,493,cs), -(344,493,o), -(391,438,o), -(391,352,cs), -(391,229,ls), -(391,107,o), -(311,24,o), -(214,24,cs), -(131,24,o), -(82,64,o), -(82,131,cs), -(82,203,o), -(124,242,o), -(212,254,cs), -(402,280,l), -(402,311,l), -(211,285,ls), -(102,270,o), -(47,219,o), -(47,131,cs), -(47,43,o), -(109,-9,o), -(214,-9,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 523; -}, -{ -anchors = ( -{ -name = bottom; -pos = (286,0); -}, -{ -name = ogonek; -pos = (554,0); -}, -{ -name = top; -pos = (300,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(267,-10,o), -(329,20,o), -(353,63,c), -(359,63,l), -(373,19,o), -(417,-10,o), -(490,-10,cs), -(521,-10,o), -(561,-4,o), -(582,8,c), -(582,128,l), -(573,124,o), -(567,123,o), -(561,123,cs), -(548,123,o), -(540,130,o), -(540,149,cs), -(540,347,ls), -(540,477,o), -(461,554,o), -(300,554,cs), -(140,554,o), -(39,475,o), -(39,357,c), -(225,357,l), -(225,388,o), -(248,408,o), -(288,408,cs), -(320,408,o), -(349,398,o), -(349,356,cs), -(349,178,ls), -(349,136,o), -(318,114,o), -(275,114,cs), -(241,114,o), -(219,130,o), -(219,159,cs), -(219,191,o), -(244,211,o), -(296,211,cs), -(363,211,l), -(363,321,l), -(255,321,ls), -(116,321,o), -(25,258,o), -(25,142,cs), -(25,51,o), -(93,-10,o), -(201,-10,cs) -); -} -); -}; -guides = ( -{ -pos = (364,211); -}, -{ -pos = (226,120); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(265,-7,o), -(319,31,o), -(338,88,c), -(350,88,l), -(357,37,o), -(404,0,o), -(472,0,cs), -(555,0,l), -(555,148,l), -(551,148,ls), -(532,148,o), -(521,161,o), -(521,196,cs), -(521,347,ls), -(521,488,o), -(445,554,o), -(285,554,cs), -(139,554,o), -(42,485,o), -(36,377,c), -(220,377,l), -(225,405,o), -(248,421,o), -(281,421,cs), -(324,421,o), -(340,397,o), -(340,357,cs), -(340,221,ls), -(340,166,o), -(303,123,o), -(256,123,cs), -(224,123,o), -(205,135,o), -(205,161,cs), -(205,181,o), -(218,197,o), -(238,205,cs), -(344,249,l), -(344,363,l), -(170,311,ls), -(73,282,o), -(25,224,o), -(25,142,cs), -(25,50,o), -(88,-7,o), -(189,-7,cs) -); -} -); -width = 572; -}, -{ -anchors = ( -{ -name = bottom; -pos = (106,0); -}, -{ -name = ogonek; -pos = (236,0); -}, -{ -name = top; -pos = (198,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(119,-7,o), -(158,9,o), -(183,56,c), -(185,56,l), -(182,23,o), -(191,0,o), -(221,0,cs), -(236,0,l), -(243,29,l), -(228,29,ls), -(205,29,o), -(211,52,o), -(220,94,cs), -(274,353,ls), -(295,452,o), -(289,526,o), -(197,526,cs), -(125,526,o), -(88,467,o), -(68,377,c), -(98,377,l), -(118,471,o), -(150,499,o), -(194,499,cs), -(261,499,o), -(262,440,o), -(245,355,cs), -(200,136,ls), -(184,60,o), -(140,18,o), -(92,18,cs), -(57,18,o), -(33,43,o), -(33,95,cs), -(33,190,o), -(86,253,o), -(179,253,cs), -(231,253,l), -(236,279,l), -(184,279,ls), -(70,279,o), -(3,205,o), -(3,93,cs), -(3,33,o), -(32,-7,o), -(83,-7,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(119,-7,o), -(158,9,o), -(183,56,c), -(185,56,l), -(182,23,o), -(191,0,o), -(221,0,cs), -(236,0,l), -(243,29,l), -(228,29,ls), -(208,29,o), -(209,44,o), -(220,94,cs), -(274,353,ls), -(295,452,o), -(289,526,o), -(197,526,cs), -(125,526,o), -(88,467,o), -(68,377,c), -(98,377,l), -(118,471,o), -(150,499,o), -(194,499,cs), -(261,499,o), -(262,440,o), -(245,355,cs), -(200,136,ls), -(184,60,o), -(140,18,o), -(92,18,cs), -(57,18,o), -(33,43,o), -(33,95,cs), -(33,190,o), -(86,253,o), -(179,253,cs), -(231,253,l), -(236,279,l), -(184,279,ls), -(70,279,o), -(3,205,o), -(3,93,cs), -(3,33,o), -(32,-7,o), -(83,-7,cs) -); -} -); -width = 313; -}, -{ -anchors = ( -{ -name = bottom; -pos = (216,0); -}, -{ -name = ogonek; -pos = (410,0); -}, -{ -name = top; -pos = (263,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(161,-6,o), -(210,17,o), -(235,59,c), -(239,59,l), -(251,20,o), -(288,0,o), -(339,0,cs), -(414,0,l), -(435,120,l), -(422,120,ls), -(409,120,o), -(405,129,o), -(408,141,cs), -(449,339,ls), -(477,475,o), -(405,551,o), -(269,551,cs), -(142,551,o), -(66,484,o), -(45,357,c), -(210,357,l), -(216,393,o), -(228,417,o), -(254,417,cs), -(283,417,o), -(284,392,o), -(278,361,cs), -(237,162,ls), -(232,136,o), -(219,118,o), -(195,118,cs), -(177,118,o), -(165,130,o), -(165,154,cs), -(165,189,o), -(185,212,o), -(228,212,cs), -(263,212,l), -(284,315,l), -(205,315,ls), -(67,315,o), -(-15,237,o), -(-15,122,cs), -(-15,45,o), -(29,-6,o), -(107,-6,cs) -); -} -); -}; -guides = ( -{ -pos = (290,315); -}, -{ -pos = (239,118); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,-6,o), -(206,17,o), -(231,59,c), -(235,59,l), -(247,20,o), -(284,0,o), -(335,0,cs), -(410,0,l), -(431,120,l), -(418,120,ls), -(405,120,o), -(401,129,o), -(404,141,cs), -(445,339,ls), -(473,475,o), -(401,551,o), -(265,551,cs), -(138,551,o), -(62,484,o), -(41,357,c), -(206,357,l), -(212,393,o), -(224,417,o), -(250,417,cs), -(279,417,o), -(280,392,o), -(274,361,cs), -(234,166,ls), -(227,133,o), -(214,118,o), -(190,118,cs), -(170,118,o), -(156,130,o), -(156,156,cs), -(156,190,o), -(178,212,o), -(210,212,cs), -(259,212,l), -(281,315,l), -(206,315,ls), -(61,315,o), -(-15,237,o), -(-15,121,cs), -(-15,45,o), -(33,-6,o), -(107,-6,cs) -); -} -); -width = 476; -}, -{ -anchors = ( -{ -name = bottom; -pos = (203,0); -}, -{ -name = ogonek; -pos = (446,0); -}, -{ -name = top; -pos = (284,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(256,-10,o), -(322,24,o), -(353,75,c), -(363,75,l), -(359,80,l), -(356,67,o), -(354,54,o), -(354,47,cs), -(353,8,o), -(374,-10,o), -(412,-10,cs), -(423,-10,o), -(436,-7,o), -(442,-4,c), -(449,27,l), -(439,23,o), -(431,21,o), -(419,21,cs), -(396,21,o), -(385,31,o), -(394,77,cs), -(447,335,ls), -(471,450,o), -(421,527,o), -(279,527,cs), -(178,527,o), -(100,472,o), -(77,374,c), -(114,374,l), -(130,445,o), -(187,493,o), -(283,493,cs), -(380,493,o), -(435,451,o), -(413,342,cs), -(404,297,l), -(244,297,ls), -(109,297,o), -(25,237,o), -(22,133,cs), -(19,47,o), -(76,-10,o), -(181,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(106,23,o), -(56,60,o), -(58,127,cs), -(61,214,o), -(124,265,o), -(243,265,cs), -(397,265,l), -(378,174,ls), -(359,83,o), -(294,23,o), -(182,23,cs) -); -} -); -}; -guides = ( -{ -pos = (267,264); -}, -{ -pos = (267,296); -}, -{ -pos = (111,383); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,-10,o), -(321,16,o), -(353,61,c), -(357,61,l), -(358,25,o), -(380,0,o), -(421,0,cs), -(446,0,l), -(453,31,l), -(433,31,ls), -(399,31,o), -(387,44,o), -(396,87,cs), -(447,335,ls), -(472,458,o), -(395,527,o), -(279,527,cs), -(179,527,o), -(100,475,o), -(77,383,c), -(114,383,l), -(130,450,o), -(185,494,o), -(279,494,cs), -(378,494,o), -(434,442,o), -(411,332,cs), -(364,104,l), -(330,53,o), -(272,22,o), -(194,22,cs), -(119,22,o), -(68,58,o), -(68,131,cs), -(68,216,o), -(136,264,o), -(253,264,cs), -(405,264,l), -(412,296,l), -(259,296,ls), -(123,296,o), -(32,242,o), -(32,126,cs), -(32,44,o), -(90,-10,o), -(189,-10,cs) -); -} -); -width = 524; -}, -{ -anchors = ( -{ -name = bottom; -pos = (258,0); -}, -{ -name = ogonek; -pos = (523,0); -}, -{ -name = top; -pos = (322,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(238,-10,o), -(307,22,o), -(329,69,c), -(359,69,l), -(341,101,l), -(340,99,o), -(340,96,o), -(339,94,cs), -(332,67,o), -(332,-10,o), -(441,-10,cs), -(470,-10,o), -(494,-7,o), -(515,0,c), -(538,107,l), -(532,105,o), -(527,104,o), -(521,104,cs), -(508,104,o), -(504,114,o), -(509,140,cs), -(547,323,ls), -(578,475,o), -(485,554,o), -(324,554,cs), -(157,554,o), -(70,474,o), -(53,354,c), -(228,354,l), -(236,390,o), -(260,406,o), -(300,406,cs), -(345,406,o), -(372,388,o), -(361,340,cs), -(356,319,l), -(225,319,ls), -(89,319,o), -(3,247,o), -(3,131,cs), -(3,47,o), -(66,-10,o), -(168,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(214,127,o), -(195,141,o), -(195,164,cs), -(195,202,o), -(220,218,o), -(274,218,cs), -(334,218,l), -(327,182,ls), -(320,148,o), -(293,127,o), -(251,127,cs) -); -} -); -}; -guides = ( -{ -pos = (320,211); -}, -{ -pos = (249,357); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(241,-10,o), -(309,19,o), -(335,62,c), -(343,62,l), -(353,32,o), -(378,0,o), -(448,0,cs), -(523,0,l), -(549,134,l), -(527,134,ls), -(514,134,o), -(510,144,o), -(514,162,cs), -(548,323,ls), -(577,462,o), -(487,554,o), -(324,554,cs), -(175,554,o), -(68,483,o), -(54,358,c), -(229,358,l), -(235,393,o), -(261,408,o), -(301,408,cs), -(345,408,o), -(371,389,o), -(361,340,cs), -(327,175,ls), -(320,141,o), -(293,120,o), -(251,120,cs), -(217,120,o), -(195,133,o), -(195,161,cs), -(195,195,o), -(220,211,o), -(274,211,cs), -(350,211,l), -(373,321,l), -(251,321,ls), -(85,321,o), -(3,247,o), -(3,134,cs), -(3,46,o), -(69,-10,o), -(167,-10,cs) -); -} -); -width = 599; -}, -{ -anchors = ( -{ -name = bottom; -pos = (270,0); -}, -{ -name = ogonek; -pos = (515,0); -}, -{ -name = top; -pos = (296,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(289,-10,o), -(376,24,o), -(415,70,c), -(419,70,l), -(413,31,o), -(431,0,o), -(479,0,cs), -(515,0,l), -(522,31,l), -(486,31,ls), -(460,31,o), -(448,41,o), -(456,80,cs), -(508,332,ls), -(533,453,o), -(461,527,o), -(296,527,cs), -(182,527,o), -(89,476,o), -(67,373,c), -(104,373,l), -(122,444,o), -(186,493,o), -(291,493,cs), -(408,493,o), -(497,451,o), -(473,336,cs), -(466,302,l), -(277,302,ls), -(121,302,o), -(18,262,o), -(13,133,cs), -(10,44,o), -(80,-10,o), -(202,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(105,21,o), -(48,69,o), -(51,134,cs), -(55,250,o), -(158,270,o), -(277,270,cs), -(460,270,l), -(428,113,l), -(387,59,o), -(298,21,o), -(206,21,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,-10,o), -(377,26,o), -(416,80,c), -(422,80,l), -(414,34,o), -(429,0,o), -(479,0,cs), -(515,0,l), -(522,31,l), -(486,31,ls), -(459,31,o), -(448,43,o), -(456,80,cs), -(508,332,ls), -(535,463,o), -(448,527,o), -(296,527,cs), -(182,527,o), -(89,476,o), -(67,373,c), -(104,373,l), -(122,444,o), -(186,493,o), -(291,493,cs), -(409,493,o), -(496,451,o), -(473,336,cs), -(431,127,l), -(392,63,o), -(300,21,o), -(199,21,cs), -(109,21,o), -(51,60,o), -(51,132,cs), -(51,249,o), -(156,270,o), -(277,270,cs), -(468,270,l), -(474,302,l), -(275,302,ls), -(121,302,o), -(18,262,o), -(13,133,cs), -(10,47,o), -(80,-10,o), -(189,-10,cs) -); -} -); -width = 587; -}, -{ -anchors = ( -{ -name = bottom; -pos = (265,0); -}, -{ -name = ogonek; -pos = (585,0); -}, -{ -name = top; -pos = (357,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(256,-10,o), -(330,23,o), -(355,61,c), -(363,61,l), -(375,18,o), -(420,-10,o), -(486,-10,cs), -(526,-10,o), -(561,-3,o), -(582,8,c), -(607,125,l), -(599,121,o), -(590,121,o), -(584,121,cs), -(568,121,o), -(566,134,o), -(570,152,cs), -(607,329,ls), -(640,488,o), -(504,554,o), -(329,554,cs), -(169,554,o), -(54,488,o), -(36,358,c), -(245,358,l), -(251,387,o), -(273,404,o), -(319,404,cs), -(368,404,o), -(402,389,o), -(392,343,cs), -(359,183,ls), -(352,148,o), -(322,124,o), -(273,124,cs), -(238,124,o), -(215,139,o), -(216,167,cs), -(217,200,o), -(240,214,o), -(291,214,cs), -(381,214,l), -(403,320,l), -(258,320,ls), -(129,320,o), -(-7,288,o), -(-7,139,cs), -(-7,50,o), -(65,-10,o), -(174,-10,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(253,-10,o), -(330,20,o), -(361,65,c), -(369,65,l), -(382,25,o), -(424,0,o), -(487,0,cs), -(585,0,l), -(610,131,l), -(587,131,ls), -(571,131,o), -(569,144,o), -(573,162,cs), -(607,329,ls), -(639,488,o), -(504,554,o), -(329,554,cs), -(169,554,o), -(54,488,o), -(36,358,c), -(245,358,l), -(251,387,o), -(273,404,o), -(319,404,cs), -(368,404,o), -(402,389,o), -(392,343,cs), -(359,183,ls), -(352,148,o), -(322,124,o), -(273,124,cs), -(238,124,o), -(215,139,o), -(216,167,cs), -(217,200,o), -(243,214,o), -(296,214,cs), -(381,214,l), -(403,320,l), -(258,320,ls), -(129,320,o), -(-7,288,o), -(-7,139,cs), -(-7,50,o), -(65,-10,o), -(171,-10,cs) -); -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/aacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/aacute.glyph deleted file mode 100644 index 43af71f4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/aacute.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = aacute; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (120,-156); -ref = acutecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (123,-137); -ref = acutecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (259,-155); -ref = acutecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (243,-129); -ref = acutecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (119,-156); -ref = acutecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (124,-137); -ref = acutecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (245,-155); -ref = acutecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (217,-134); -ref = acutecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (286,-155); -ref = acutecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (256,-129); -ref = acutecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (242,-155); -ref = acutecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (205,-134); -ref = acutecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (83,-156); -ref = acutecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (103,-137); -ref = acutecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (222,-155); -ref = acutecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (183,-134); -ref = acutecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (239,-155); -ref = acutecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (222,-129); -ref = acutecomb; -} -); -width = 723; -} -); -unicode = 225; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/aacute.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/aacute.ss05.glyph deleted file mode 100644 index 65a19867..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/aacute.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = aacute.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (93,-156); -ref = acutecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (134,-137); -ref = acutecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (227,-155); -ref = acutecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (208,-129); -ref = acutecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (93,-156); -ref = acutecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (137,-137); -ref = acutecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (204,-155); -ref = acutecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (202,-134); -ref = acutecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (227,-155); -ref = acutecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (208,-129); -ref = acutecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (195,-155); -ref = acutecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (190,-134); -ref = acutecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (57,-156); -ref = acutecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (68,-137); -ref = acutecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (142,-155); -ref = acutecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (127,-134); -ref = acutecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (153,-155); -ref = acutecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (157,-129); -ref = acutecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abreve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abreve.glyph deleted file mode 100644 index 65f20d35..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abreve.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = abreve; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (52,-156); -ref = brevecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (40,-137); -ref = brevecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (143,-155); -ref = brevecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (121,-129); -ref = brevecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (51,-156); -ref = brevecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (41,-137); -ref = brevecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (132,-161); -ref = brevecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (110,-134); -ref = brevecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (170,-155); -ref = brevecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (134,-129); -ref = brevecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (131,-161); -ref = brevecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (104,-134); -ref = brevecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (10,-156); -ref = brevecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (18,-137); -ref = brevecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (108,-155); -ref = brevecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (66,-134); -ref = brevecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (117,-155); -ref = brevecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (100,-134); -ref = brevecomb; -} -); -width = 723; -} -); -unicode = 259; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abreve.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abreve.ss05.glyph deleted file mode 100644 index 56eef742..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abreve.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = abreve.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (25,-156); -ref = brevecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (51,-137); -ref = brevecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (111,-155); -ref = brevecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (86,-129); -ref = brevecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (25,-156); -ref = brevecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (54,-137); -ref = brevecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (91,-161); -ref = brevecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (95,-134); -ref = brevecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (111,-155); -ref = brevecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (86,-129); -ref = brevecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (84,-161); -ref = brevecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (89,-134); -ref = brevecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-16,-156); -ref = brevecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-17,-137); -ref = brevecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (28,-155); -ref = brevecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (10,-134); -ref = brevecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (31,-155); -ref = brevecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (35,-134); -ref = brevecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abreveacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abreveacute.glyph deleted file mode 100644 index 1ad4e16c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abreveacute.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = abreveacute; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (52,-156); -ref = brevecomb_acutecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (41,-137); -ref = brevecomb_acutecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (144,-155); -ref = brevecomb_acutecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (120,-129); -ref = brevecomb_acutecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (51,-156); -ref = brevecomb_acutecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (42,-137); -ref = brevecomb_acutecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (132,-161); -ref = brevecomb_acutecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (110,-134); -ref = brevecomb_acutecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (171,-155); -ref = brevecomb_acutecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (133,-129); -ref = brevecomb_acutecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (131,-161); -ref = brevecomb_acutecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (104,-134); -ref = brevecomb_acutecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (13,-157); -ref = brevecomb_acutecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (18,-137); -ref = brevecomb_acutecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (102,-161); -ref = brevecomb_acutecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (68,-134); -ref = brevecomb_acutecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (114,-155); -ref = brevecomb_acutecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (91,-129); -ref = brevecomb_acutecomb; -} -); -width = 723; -} -); -unicode = 7855; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abreveacute.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abreveacute.ss05.glyph deleted file mode 100644 index 8f6c469b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abreveacute.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = abreveacute.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (25,-156); -ref = brevecomb_acutecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (52,-137); -ref = brevecomb_acutecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (112,-155); -ref = brevecomb_acutecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (85,-129); -ref = brevecomb_acutecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (25,-156); -ref = brevecomb_acutecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (55,-137); -ref = brevecomb_acutecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (91,-161); -ref = brevecomb_acutecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (95,-134); -ref = brevecomb_acutecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (112,-155); -ref = brevecomb_acutecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (85,-129); -ref = brevecomb_acutecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (84,-161); -ref = brevecomb_acutecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (89,-134); -ref = brevecomb_acutecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-13,-157); -ref = brevecomb_acutecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-17,-137); -ref = brevecomb_acutecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (22,-161); -ref = brevecomb_acutecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (12,-134); -ref = brevecomb_acutecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (28,-155); -ref = brevecomb_acutecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (26,-129); -ref = brevecomb_acutecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevedotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abrevedotbelow.glyph deleted file mode 100644 index b5ed48ee..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevedotbelow.glyph +++ /dev/null @@ -1,314 +0,0 @@ -{ -color = 6; -glyphname = abrevedotbelow; -kernLeft = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (113,0); -ref = dotbelowcomb; -}, -{ -pos = (52,-156); -ref = brevecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (117,0); -ref = dotbelowcomb; -}, -{ -pos = (40,-137); -ref = brevecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (245,0); -ref = dotbelowcomb; -}, -{ -pos = (143,-155); -ref = brevecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (207,0); -ref = dotbelowcomb; -}, -{ -pos = (121,-129); -ref = brevecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (112,0); -ref = dotbelowcomb; -}, -{ -pos = (51,-156); -ref = brevecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (118,0); -ref = dotbelowcomb; -}, -{ -pos = (41,-137); -ref = brevecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (228,0); -ref = dotbelowcomb; -}, -{ -pos = (132,-161); -ref = brevecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (204,0); -ref = dotbelowcomb; -}, -{ -pos = (110,-134); -ref = brevecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (272,0); -ref = dotbelowcomb; -}, -{ -pos = (170,-155); -ref = brevecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (220,0); -ref = dotbelowcomb; -}, -{ -pos = (134,-129); -ref = brevecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (225,0); -ref = dotbelowcomb; -}, -{ -pos = (131,-161); -ref = brevecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (194,0); -ref = dotbelowcomb; -}, -{ -pos = (104,-134); -ref = brevecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (108,0); -ref = dotbelowcomb; -}, -{ -pos = (10,-156); -ref = brevecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (121,0); -ref = dotbelowcomb; -}, -{ -pos = (18,-137); -ref = brevecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (238,0); -ref = dotbelowcomb; -}, -{ -pos = (108,-155); -ref = brevecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (195,0); -ref = dotbelowcomb; -}, -{ -pos = (66,-134); -ref = brevecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (257,0); -ref = dotbelowcomb; -}, -{ -pos = (117,-155); -ref = brevecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (213,0); -ref = dotbelowcomb; -}, -{ -pos = (100,-134); -ref = brevecomb; -} -); -width = 723; -} -); -unicode = 7863; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevedotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abrevedotbelow.ss01.glyph deleted file mode 100644 index 03d4f670..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevedotbelow.ss01.glyph +++ /dev/null @@ -1,319 +0,0 @@ -{ -color = 6; -glyphname = abrevedotbelow.ss01; -kernLeft = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (121,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (52,-156); -ref = brevecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (106,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (40,-137); -ref = brevecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (258,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (143,-155); -ref = brevecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (219,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (121,-129); -ref = brevecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (51,-156); -ref = brevecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (107,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (41,-137); -ref = brevecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (241,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (132,-161); -ref = brevecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (193,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (110,-134); -ref = brevecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (258,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (143,-155); -ref = brevecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (219,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (121,-129); -ref = brevecomb; -} -); -width = 730; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (238,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (131,-161); -ref = brevecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (181,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (104,-134); -ref = brevecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (116,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (10,-156); -ref = brevecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (112,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (18,-137); -ref = brevecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (251,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (108,-155); -ref = brevecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (186,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (66,-134); -ref = brevecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (268,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (117,-155); -ref = brevecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (227,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (100,-134); -ref = brevecomb; -} -); -width = 723; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevedotbelow.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abrevedotbelow.ss05.glyph deleted file mode 100644 index ed0a9368..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevedotbelow.ss05.glyph +++ /dev/null @@ -1,320 +0,0 @@ -{ -color = 6; -glyphname = abrevedotbelow.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (94,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (25,-156); -ref = brevecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (105,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (51,-137); -ref = brevecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (226,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (111,-155); -ref = brevecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (181,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (86,-129); -ref = brevecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (94,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (25,-156); -ref = brevecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (108,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (54,-137); -ref = brevecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (200,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (91,-161); -ref = brevecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (163,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (95,-134); -ref = brevecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (226,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (111,-155); -ref = brevecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (181,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (86,-129); -ref = brevecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (191,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (84,-161); -ref = brevecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (152,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (89,-134); -ref = brevecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (104,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-16,-156); -ref = brevecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (142,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-17,-137); -ref = brevecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (198,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (28,-155); -ref = brevecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (178,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (10,-134); -ref = brevecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (264,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (31,-155); -ref = brevecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (182,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (35,-134); -ref = brevecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevegrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abrevegrave.glyph deleted file mode 100644 index c7f3dbd8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevegrave.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = abrevegrave; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (53,-156); -ref = brevecomb_gravecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (37,-137); -ref = brevecomb_gravecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (143,-155); -ref = brevecomb_gravecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (122,-129); -ref = brevecomb_gravecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (52,-156); -ref = brevecomb_gravecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (38,-137); -ref = brevecomb_gravecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (132,-161); -ref = brevecomb_gravecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (110,-134); -ref = brevecomb_gravecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (170,-155); -ref = brevecomb_gravecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (135,-129); -ref = brevecomb_gravecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (131,-161); -ref = brevecomb_gravecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (104,-134); -ref = brevecomb_gravecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (19,-157); -ref = brevecomb_gravecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (5,-137); -ref = brevecomb_gravecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (103,-155); -ref = brevecomb_gravecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (68,-134); -ref = brevecomb_gravecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (114,-155); -ref = brevecomb_gravecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (91,-129); -ref = brevecomb_gravecomb; -} -); -width = 723; -} -); -unicode = 7857; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevegrave.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abrevegrave.ss05.glyph deleted file mode 100644 index 86253925..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevegrave.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = abrevegrave.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (26,-156); -ref = brevecomb_gravecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (48,-137); -ref = brevecomb_gravecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (111,-155); -ref = brevecomb_gravecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (87,-129); -ref = brevecomb_gravecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (26,-156); -ref = brevecomb_gravecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (51,-137); -ref = brevecomb_gravecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (91,-161); -ref = brevecomb_gravecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (95,-134); -ref = brevecomb_gravecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (111,-155); -ref = brevecomb_gravecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (87,-129); -ref = brevecomb_gravecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (84,-161); -ref = brevecomb_gravecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (89,-134); -ref = brevecomb_gravecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-7,-157); -ref = brevecomb_gravecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-30,-137); -ref = brevecomb_gravecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (23,-155); -ref = brevecomb_gravecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (12,-134); -ref = brevecomb_gravecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (28,-155); -ref = brevecomb_gravecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (26,-129); -ref = brevecomb_gravecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevehookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abrevehookabove.glyph deleted file mode 100644 index 188b44bd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevehookabove.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = abrevehookabove; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (53,-156); -ref = brevecomb_hookabovecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (41,-137); -ref = brevecomb_hookabovecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (143,-155); -ref = brevecomb_hookabovecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (122,-129); -ref = brevecomb_hookabovecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (52,-156); -ref = brevecomb_hookabovecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (42,-137); -ref = brevecomb_hookabovecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (132,-161); -ref = brevecomb_hookabovecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (113,-134); -ref = brevecomb_hookabovecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (170,-155); -ref = brevecomb_hookabovecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (135,-129); -ref = brevecomb_hookabovecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (131,-161); -ref = brevecomb_hookabovecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (107,-134); -ref = brevecomb_hookabovecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (19,-157); -ref = brevecomb_hookabovecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (17,-137); -ref = brevecomb_hookabovecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (103,-155); -ref = brevecomb_hookabovecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (68,-134); -ref = brevecomb_hookabovecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (115,-155); -ref = brevecomb_hookabovecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (91,-129); -ref = brevecomb_hookabovecomb; -} -); -width = 723; -} -); -unicode = 7859; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevehookabove.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abrevehookabove.ss05.glyph deleted file mode 100644 index 66394094..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevehookabove.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = abrevehookabove.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (26,-156); -ref = brevecomb_hookabovecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (52,-137); -ref = brevecomb_hookabovecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (111,-155); -ref = brevecomb_hookabovecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (87,-129); -ref = brevecomb_hookabovecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (26,-156); -ref = brevecomb_hookabovecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (55,-137); -ref = brevecomb_hookabovecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (91,-161); -ref = brevecomb_hookabovecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (98,-134); -ref = brevecomb_hookabovecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (111,-155); -ref = brevecomb_hookabovecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (87,-129); -ref = brevecomb_hookabovecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (84,-161); -ref = brevecomb_hookabovecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (92,-134); -ref = brevecomb_hookabovecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-7,-157); -ref = brevecomb_hookabovecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-18,-137); -ref = brevecomb_hookabovecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (23,-155); -ref = brevecomb_hookabovecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (12,-134); -ref = brevecomb_hookabovecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (29,-155); -ref = brevecomb_hookabovecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (26,-129); -ref = brevecomb_hookabovecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevetilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abrevetilde.glyph deleted file mode 100644 index 93523129..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevetilde.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = abrevetilde; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (44,-156); -ref = brevecomb_tildecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (41,-137); -ref = brevecomb_tildecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (141,-155); -ref = brevecomb_tildecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (110,-129); -ref = brevecomb_tildecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (43,-156); -ref = brevecomb_tildecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (42,-137); -ref = brevecomb_tildecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (127,-155); -ref = brevecomb_tildecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (101,-134); -ref = brevecomb_tildecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (168,-155); -ref = brevecomb_tildecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (123,-129); -ref = brevecomb_tildecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (126,-155); -ref = brevecomb_tildecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (95,-134); -ref = brevecomb_tildecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (1,-157); -ref = brevecomb_tildecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (6,-137); -ref = brevecomb_tildecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (95,-155); -ref = brevecomb_tildecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (54,-134); -ref = brevecomb_tildecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (98,-155); -ref = brevecomb_tildecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (81,-129); -ref = brevecomb_tildecomb; -} -); -width = 723; -} -); -unicode = 7861; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevetilde.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/abrevetilde.ss05.glyph deleted file mode 100644 index 7659b46d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/abrevetilde.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = abrevetilde.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (17,-156); -ref = brevecomb_tildecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (52,-137); -ref = brevecomb_tildecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (109,-155); -ref = brevecomb_tildecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (75,-129); -ref = brevecomb_tildecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (17,-156); -ref = brevecomb_tildecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (55,-137); -ref = brevecomb_tildecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (86,-155); -ref = brevecomb_tildecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (86,-134); -ref = brevecomb_tildecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (109,-155); -ref = brevecomb_tildecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (75,-129); -ref = brevecomb_tildecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (79,-155); -ref = brevecomb_tildecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (80,-134); -ref = brevecomb_tildecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-25,-157); -ref = brevecomb_tildecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-29,-137); -ref = brevecomb_tildecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (15,-155); -ref = brevecomb_tildecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-2,-134); -ref = brevecomb_tildecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (12,-155); -ref = brevecomb_tildecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (16,-129); -ref = brevecomb_tildecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflex.glyph deleted file mode 100644 index d0ba136f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflex.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = acircumflex; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (47,-156); -ref = circumflexcomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (18,-137); -ref = circumflexcomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (138,-155); -ref = circumflexcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (69,-129); -ref = circumflexcomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (46,-156); -ref = circumflexcomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (19,-137); -ref = circumflexcomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (136,-155); -ref = circumflexcomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (82,-134); -ref = circumflexcomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (165,-155); -ref = circumflexcomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (82,-129); -ref = circumflexcomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (135,-155); -ref = circumflexcomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (76,-134); -ref = circumflexcomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (9,-156); -ref = circumflexcomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (-4,-137); -ref = circumflexcomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (112,-155); -ref = circumflexcomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (49,-134); -ref = circumflexcomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (116,-155); -ref = circumflexcomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (46,-129); -ref = circumflexcomb; -} -); -width = 723; -} -); -unicode = 226; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflex.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflex.ss05.glyph deleted file mode 100644 index bc8fd6f3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflex.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = acircumflex.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (20,-156); -ref = circumflexcomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (29,-137); -ref = circumflexcomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (106,-155); -ref = circumflexcomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (34,-129); -ref = circumflexcomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (20,-156); -ref = circumflexcomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (32,-137); -ref = circumflexcomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (95,-155); -ref = circumflexcomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (67,-134); -ref = circumflexcomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (106,-155); -ref = circumflexcomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (34,-129); -ref = circumflexcomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (88,-155); -ref = circumflexcomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (61,-134); -ref = circumflexcomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-17,-156); -ref = circumflexcomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-39,-137); -ref = circumflexcomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (32,-155); -ref = circumflexcomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-7,-134); -ref = circumflexcomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (30,-155); -ref = circumflexcomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-19,-129); -ref = circumflexcomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexacute.glyph deleted file mode 100644 index 6e7c3093..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexacute.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = acircumflexacute; -kernLeft = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (47,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (29,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (138,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (93,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (46,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (30,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (136,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (82,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (165,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (106,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (135,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (75,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (9,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (8,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (112,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (51,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (116,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (69,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 723; -} -); -unicode = 7845; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexacute.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexacute.ss05.glyph deleted file mode 100644 index 5c6c9325..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexacute.ss05.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = acircumflexacute.ss05; -kernLeft = KO_a.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (20,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (40,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (106,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (58,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (20,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (43,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (95,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (67,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (106,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (58,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (88,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (60,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-17,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-27,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (32,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-5,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (30,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (4,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexdotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexdotbelow.ss01.glyph deleted file mode 100644 index 9fcbcb5c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexdotbelow.ss01.glyph +++ /dev/null @@ -1,319 +0,0 @@ -{ -color = 6; -glyphname = acircumflexdotbelow.ss01; -kernLeft = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (121,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (47,-156); -ref = circumflexcomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (106,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (18,-137); -ref = circumflexcomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (258,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (138,-155); -ref = circumflexcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (219,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (69,-129); -ref = circumflexcomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (46,-156); -ref = circumflexcomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (107,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (19,-137); -ref = circumflexcomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (241,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (136,-155); -ref = circumflexcomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (193,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (82,-134); -ref = circumflexcomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (258,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (138,-155); -ref = circumflexcomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (219,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (69,-129); -ref = circumflexcomb; -} -); -width = 730; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (238,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (135,-155); -ref = circumflexcomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (181,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (76,-134); -ref = circumflexcomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (116,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (9,-156); -ref = circumflexcomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (112,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-4,-137); -ref = circumflexcomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (251,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (112,-155); -ref = circumflexcomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (186,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (49,-134); -ref = circumflexcomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (268,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (116,-155); -ref = circumflexcomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (227,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (46,-129); -ref = circumflexcomb; -} -); -width = 723; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexdotbelow.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexdotbelow.ss05.glyph deleted file mode 100644 index 05472a87..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexdotbelow.ss05.glyph +++ /dev/null @@ -1,320 +0,0 @@ -{ -color = 6; -glyphname = acircumflexdotbelow.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (94,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (20,-156); -ref = circumflexcomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (105,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (29,-137); -ref = circumflexcomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (226,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (106,-155); -ref = circumflexcomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (181,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (34,-129); -ref = circumflexcomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (94,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (20,-156); -ref = circumflexcomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (108,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (32,-137); -ref = circumflexcomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (200,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (95,-155); -ref = circumflexcomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (163,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (67,-134); -ref = circumflexcomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (226,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (106,-155); -ref = circumflexcomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (181,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (34,-129); -ref = circumflexcomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (191,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (88,-155); -ref = circumflexcomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (152,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (61,-134); -ref = circumflexcomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (104,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-17,-156); -ref = circumflexcomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (142,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-39,-137); -ref = circumflexcomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (198,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (32,-155); -ref = circumflexcomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (178,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-7,-134); -ref = circumflexcomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (264,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (30,-155); -ref = circumflexcomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (182,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-19,-129); -ref = circumflexcomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexgrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexgrave.glyph deleted file mode 100644 index ff4d4a70..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexgrave.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = acircumflexgrave; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (47,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (29,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (138,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (93,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (46,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (30,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (136,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (82,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (165,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (106,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (135,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (75,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (9,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (8,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (112,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (51,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (116,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (69,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 723; -} -); -unicode = 7847; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexgrave.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexgrave.ss05.glyph deleted file mode 100644 index e8405cbb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexgrave.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = acircumflexgrave.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (20,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (40,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (106,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (58,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (20,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (43,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (95,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (67,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (106,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (58,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (88,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (60,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-17,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-27,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (32,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-5,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (30,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (4,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexhookabove.glyph deleted file mode 100644 index 13cfbcd2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexhookabove.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = acircumflexhookabove; -kernLeft = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (47,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (29,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (138,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (93,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (46,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (30,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (136,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (82,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (165,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (106,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (135,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (75,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (9,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (8,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (112,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (51,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (116,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (69,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 723; -} -); -unicode = 7849; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexhookabove.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexhookabove.ss05.glyph deleted file mode 100644 index 09612825..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflexhookabove.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = acircumflexhookabove.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (20,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (40,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (106,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (58,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (20,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (43,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (95,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (67,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (106,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (58,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (88,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (60,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-17,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-27,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (32,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-5,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (30,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (4,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflextilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflextilde.glyph deleted file mode 100644 index a575b2b6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflextilde.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = acircumflextilde; -kernLeft = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (47,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (29,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (138,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (93,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (46,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (30,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (136,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (82,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (165,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (106,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (135,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (76,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (9,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (7,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (105,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (51,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (116,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (77,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 723; -} -); -unicode = 7851; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflextilde.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflextilde.ss05.glyph deleted file mode 100644 index c0bf4b8c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acircumflextilde.ss05.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = acircumflextilde.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (20,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (40,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (106,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (58,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (20,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (43,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (95,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (67,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (106,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (58,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (88,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (61,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-17,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-28,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (25,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-5,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (30,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (12,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acute.glyph deleted file mode 100644 index 1fdbc710..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acute.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = acute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 189; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 321; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 203; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 351; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = acutecomb; -} -); -width = 189; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = acutecomb; -} -); -width = 321; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = acutecomb; -} -); -width = 189; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = acutecomb; -} -); -width = 301; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = acutecomb; -} -); -width = 203; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = acutecomb; -} -); -width = 351; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 190; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 308; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 190; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 318; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 191; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 313; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 203; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = acutecomb; -} -); -width = 351; -} -); -unicode = 180; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/acutecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/acutecomb.glyph deleted file mode 100644 index 66b61da2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/acutecomb.glyph +++ /dev/null @@ -1,430 +0,0 @@ -{ -glyphname = acutecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (56,672); -} -); -background = { -anchors = ( -{ -name = _top; -pos = (91,672); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(103,746,l), -(182,882,l), -(140,882,l), -(75,746,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(71,746,l), -(149,882,l), -(114,882,l), -(40,746,l) -); -} -); -width = 189; -}, -{ -anchors = ( -{ -name = _top; -pos = (112,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(184,735,l), -(281,884,l), -(93,884,l), -(40,735,l) -); -} -); -width = 321; -}, -{ -anchors = ( -{ -name = _top; -pos = (58,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(75,746,l), -(163,882,l), -(118,882,l), -(40,746,l) -); -} -); -width = 203; -}, -{ -anchors = ( -{ -name = _top; -pos = (117,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(194,729,l), -(311,878,l), -(103,878,l), -(40,729,l) -); -} -); -width = 351; -}, -{ -anchors = ( -{ -name = _top; -pos = (36,672); -} -); -background = { -anchors = ( -{ -name = _top; -pos = (91,672); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(103,746,l), -(182,882,l), -(140,882,l), -(75,746,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(51,746,l), -(129,882,l), -(94,882,l), -(20,746,l) -); -} -); -width = 149; -}, -{ -anchors = ( -{ -name = _top; -pos = (102,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,735,l), -(271,884,l), -(83,884,l), -(30,735,l) -); -} -); -width = 301; -}, -{ -anchors = ( -{ -name = _top; -pos = (35,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(51,746,l), -(129,882,l), -(88,882,l), -(20,746,l) -); -} -); -width = 149; -}, -{ -anchors = ( -{ -name = _top; -pos = (91,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,735,l), -(260,884,l), -(72,884,l), -(19,735,l) -); -} -); -width = 279; -}, -{ -anchors = ( -{ -name = _top; -pos = (48,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(65,746,l), -(153,882,l), -(108,882,l), -(30,746,l) -); -} -); -width = 183; -}, -{ -anchors = ( -{ -name = _top; -pos = (107,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(184,729,l), -(301,878,l), -(93,878,l), -(30,729,l) -); -} -); -width = 331; -}, -{ -anchors = ( -{ -name = _top; -pos = (56,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(72,746,l), -(150,882,l), -(109,882,l), -(43,746,l) -); -} -); -width = 190; -}, -{ -anchors = ( -{ -name = _top; -pos = (110,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(181,735,l), -(270,884,l), -(84,884,l), -(39,735,l) -); -} -); -width = 308; -}, -{ -anchors = ( -{ -name = _top; -pos = (141,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,746,l), -(279,882,l), -(242,882,l), -(141,746,l) -); -} -); -width = 190; -}, -{ -anchors = ( -{ -name = _top; -pos = (195,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,735,l), -(405,884,l), -(219,884,l), -(136,735,l) -); -} -); -width = 318; -}, -{ -anchors = ( -{ -name = _top; -pos = (142,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(173,746,l), -(280,882,l), -(237,882,l), -(141,746,l) -); -} -); -width = 191; -}, -{ -anchors = ( -{ -name = _top; -pos = (195,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,735,l), -(400,884,l), -(214,884,l), -(136,735,l) -); -} -); -width = 313; -}, -{ -anchors = ( -{ -name = _top; -pos = (143,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,746,l), -(292,882,l), -(247,882,l), -(141,746,l) -); -} -); -width = 203; -}, -{ -anchors = ( -{ -name = _top; -pos = (200,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,729,l), -(436,878,l), -(228,878,l), -(135,729,l) -); -} -); -width = 351; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 769; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/adieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/adieresis.glyph deleted file mode 100644 index 0b5ca749..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/adieresis.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = adieresis; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (58,-156); -ref = dieresiscomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (10,-137); -ref = dieresiscomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (140,-155); -ref = dieresiscomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (77,-134); -ref = dieresiscomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (57,-156); -ref = dieresiscomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (11,-137); -ref = dieresiscomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (138,-155); -ref = dieresiscomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (86,-134); -ref = dieresiscomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (167,-155); -ref = dieresiscomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (90,-134); -ref = dieresiscomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (137,-155); -ref = dieresiscomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (80,-134); -ref = dieresiscomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (15,-156); -ref = dieresiscomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (-19,-137); -ref = dieresiscomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (117,-155); -ref = dieresiscomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (49,-134); -ref = dieresiscomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (120,-155); -ref = dieresiscomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (53,-134); -ref = dieresiscomb; -} -); -width = 723; -} -); -unicode = 228; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/adieresis.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/adieresis.ss05.glyph deleted file mode 100644 index 167c114e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/adieresis.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = adieresis.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (31,-156); -ref = dieresiscomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (21,-137); -ref = dieresiscomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (108,-155); -ref = dieresiscomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (42,-134); -ref = dieresiscomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (31,-156); -ref = dieresiscomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (24,-137); -ref = dieresiscomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (97,-155); -ref = dieresiscomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (71,-134); -ref = dieresiscomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (108,-155); -ref = dieresiscomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (42,-134); -ref = dieresiscomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (90,-155); -ref = dieresiscomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (65,-134); -ref = dieresiscomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-11,-156); -ref = dieresiscomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-54,-137); -ref = dieresiscomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (37,-155); -ref = dieresiscomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-7,-134); -ref = dieresiscomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (34,-155); -ref = dieresiscomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-12,-134); -ref = dieresiscomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/adieresis.ss05.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/adieresis.ss05.ss01.glyph deleted file mode 100644 index 8969510f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/adieresis.ss05.ss01.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -glyphname = adieresis.ss05.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (42,-156); -ref = dieresiscomb.ss01; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (22,-137); -ref = dieresiscomb.ss01; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (141,-155); -ref = dieresiscomb.ss01; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (64,-134); -ref = dieresiscomb.ss01; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (42,-156); -ref = dieresiscomb.ss01; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (25,-137); -ref = dieresiscomb.ss01; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (124,-155); -ref = dieresiscomb.ss01; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (83,-134); -ref = dieresiscomb.ss01; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (141,-155); -ref = dieresiscomb.ss01; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (64,-134); -ref = dieresiscomb.ss01; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (115,-155); -ref = dieresiscomb.ss01; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (77,-134); -ref = dieresiscomb.ss01; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (2,-156); -ref = dieresiscomb.ss01; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-46,-137); -ref = dieresiscomb.ss01; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (59,-155); -ref = dieresiscomb.ss01; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (9,-134); -ref = dieresiscomb.ss01; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (71,-155); -ref = dieresiscomb.ss01; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (17,-134); -ref = dieresiscomb.ss01; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.glyph deleted file mode 100644 index 2394ec59..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = adotbelow; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (113,0); -ref = dotbelowcomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (117,0); -ref = dotbelowcomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (245,0); -ref = dotbelowcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (207,0); -ref = dotbelowcomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (112,0); -ref = dotbelowcomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (118,0); -ref = dotbelowcomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (228,0); -ref = dotbelowcomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (204,0); -ref = dotbelowcomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (272,0); -ref = dotbelowcomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (220,0); -ref = dotbelowcomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (225,0); -ref = dotbelowcomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (194,0); -ref = dotbelowcomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (108,0); -ref = dotbelowcomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (121,0); -ref = dotbelowcomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (238,0); -ref = dotbelowcomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (195,0); -ref = dotbelowcomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (257,0); -ref = dotbelowcomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (213,0); -ref = dotbelowcomb; -} -); -width = 723; -} -); -unicode = 7841; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.ss01.glyph deleted file mode 100644 index 2947433f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.ss01.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = adotbelow.ss01; -kernLeft = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (121,0); -ref = dotbelowcomb.ss01; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (106,0); -ref = dotbelowcomb.ss01; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (258,0); -ref = dotbelowcomb.ss01; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (219,0); -ref = dotbelowcomb.ss01; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (107,0); -ref = dotbelowcomb.ss01; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (241,0); -ref = dotbelowcomb.ss01; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (193,0); -ref = dotbelowcomb.ss01; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (258,0); -ref = dotbelowcomb.ss01; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (219,0); -ref = dotbelowcomb.ss01; -} -); -width = 730; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (238,0); -ref = dotbelowcomb.ss01; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (181,0); -ref = dotbelowcomb.ss01; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (116,0); -ref = dotbelowcomb.ss01; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (112,0); -ref = dotbelowcomb.ss01; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (251,0); -ref = dotbelowcomb.ss01; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (186,0); -ref = dotbelowcomb.ss01; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (268,0); -ref = dotbelowcomb.ss01; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (227,0); -ref = dotbelowcomb.ss01; -} -); -width = 723; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.ss05.glyph deleted file mode 100644 index f2612f02..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = adotbelow.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (86,0); -ref = dotbelowcomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (116,0); -ref = dotbelowcomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (213,0); -ref = dotbelowcomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (169,0); -ref = dotbelowcomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (86,0); -ref = dotbelowcomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (119,0); -ref = dotbelowcomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (187,0); -ref = dotbelowcomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (174,0); -ref = dotbelowcomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (213,0); -ref = dotbelowcomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (169,0); -ref = dotbelowcomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (178,0); -ref = dotbelowcomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (165,0); -ref = dotbelowcomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (96,0); -ref = dotbelowcomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (151,0); -ref = dotbelowcomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (185,0); -ref = dotbelowcomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (187,0); -ref = dotbelowcomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (253,0); -ref = dotbelowcomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (168,0); -ref = dotbelowcomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.ss05.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.ss05.ss01.glyph deleted file mode 100644 index 4aad100b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/adotbelow.ss05.ss01.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -glyphname = adotbelow.ss05.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (94,0); -ref = dotbelowcomb.ss01; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (105,0); -ref = dotbelowcomb.ss01; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (226,0); -ref = dotbelowcomb.ss01; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (181,0); -ref = dotbelowcomb.ss01; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (94,0); -ref = dotbelowcomb.ss01; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (108,0); -ref = dotbelowcomb.ss01; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (200,0); -ref = dotbelowcomb.ss01; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (163,0); -ref = dotbelowcomb.ss01; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (226,0); -ref = dotbelowcomb.ss01; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (181,0); -ref = dotbelowcomb.ss01; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (191,0); -ref = dotbelowcomb.ss01; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (152,0); -ref = dotbelowcomb.ss01; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (104,0); -ref = dotbelowcomb.ss01; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (142,0); -ref = dotbelowcomb.ss01; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (198,0); -ref = dotbelowcomb.ss01; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (178,0); -ref = dotbelowcomb.ss01; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (264,0); -ref = dotbelowcomb.ss01; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (182,0); -ref = dotbelowcomb.ss01; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ae.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ae.glyph deleted file mode 100644 index a984479d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ae.glyph +++ /dev/null @@ -1,2734 +0,0 @@ -{ -glyphname = ae; -kernLeft = KO_a.ss05; -kernRight = KO_e; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(208,-10,o), -(234,25,o), -(250,77,c), -(252,77,l), -(252,0,l), -(280,0,l), -(280,77,l), -(282,77,l), -(298,25,o), -(324,-10,o), -(376,-10,cs), -(437,-10,o), -(483,27,o), -(493,148,c), -(463,148,l), -(455,70,o), -(437,18,o), -(376,18,cs), -(304,16,o), -(281,88,o), -(281,260,c), -(491,260,l), -(490,419,o), -(467,526,o), -(376,526,cs), -(324,526,o), -(298,491,o), -(282,439,c), -(280,439,l), -(280,516,l), -(253,516,l), -(252,439,l), -(250,439,l), -(234,491,o), -(208,526,o), -(156,526,cs), -(87,526,o), -(42,461,o), -(42,257,cs), -(42,50,o), -(89,-10,o), -(156,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(90,16,o), -(72,104,o), -(72,257,cs), -(72,415,o), -(91,500,o), -(164,500,cs), -(217,500,o), -(252,436,o), -(252,309,cs), -(252,206,ls), -(252,77,o), -(216,16,o), -(164,16,cs) -); -}, -{ -closed = 1; -nodes = ( -(281,429,o), -(308,500,o), -(376,498,cs), -(420,498,o), -(457,463,o), -(461,289,c), -(281,289,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,-10,o), -(220,17,o), -(241,82,c), -(243,82,l), -(260,24,o), -(293,-10,o), -(349,-10,cs), -(410,-10,o), -(456,27,o), -(466,148,c), -(436,148,l), -(428,70,o), -(410,18,o), -(349,18,cs), -(297,18,o), -(255,58,o), -(255,209,cs), -(255,281,ls), -(255,453,o), -(294,498,o), -(349,498,cs), -(393,498,o), -(430,463,o), -(434,279,c), -(250,279,l), -(250,253,l), -(464,253,l), -(464,416,o), -(442,526,o), -(349,526,cs), -(299,526,o), -(266,497,o), -(250,439,c), -(248,439,l), -(235,501,o), -(195,526,o), -(152,526,cs), -(70,526,o), -(45,465,o), -(42,375,c), -(72,375,l), -(73,479,o), -(108,499,o), -(150,499,cs), -(211,499,o), -(226,443,o), -(226,359,cs), -(226,140,ls), -(226,59,o), -(190,15,o), -(136,15,cs), -(92,15,o), -(63,46,o), -(63,126,cs), -(63,198,o), -(95,253,o), -(181,253,cs), -(233,253,l), -(233,279,l), -(184,279,ls), -(94,279,o), -(34,232,o), -(34,122,cs), -(34,44,o), -(65,-10,o), -(134,-10,cs) -); -} -); -width = 505; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(197,-10,o), -(237,13,o), -(256,64,c), -(263,64,l), -(263,0,l), -(372,0,l), -(372,64,l), -(379,64,l), -(404,3,o), -(460,-10,o), -(515,-10,cs), -(628,-10,o), -(705,40,o), -(717,185,c), -(550,185,l), -(547,135,o), -(536,118,o), -(515,118,cs), -(491,118,o), -(480,147,o), -(480,235,c), -(717,235,l), -(727,441,o), -(671,551,o), -(517,551,cs), -(452,551,o), -(398,521,o), -(380,477,c), -(373,477,l), -(373,541,l), -(267,541,l), -(263,477,l), -(256,477,l), -(238,526,o), -(204,551,o), -(152,551,cs), -(70,551,o), -(12,493,o), -(12,271,cs), -(12,97,o), -(42,-10,o), -(152,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(200,128,o), -(190,160,o), -(190,271,cs), -(190,365,o), -(195,415,o), -(227,415,cs), -(251,415,o), -(263,385,o), -(263,285,cs), -(263,256,ls), -(263,171,o), -(255,128,o), -(227,128,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,401,o), -(493,422,o), -(515,422,cs), -(537,422,o), -(548,397,o), -(550,333,c), -(480,333,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(224,-10,o), -(278,24,o), -(299,74,c), -(302,74,l), -(325,24,o), -(381,-10,o), -(455,-10,cs), -(571,-10,o), -(653,52,o), -(663,185,c), -(496,185,l), -(493,135,o), -(482,118,o), -(461,118,cs), -(436,118,o), -(426,149,o), -(426,228,cs), -(426,297,ls), -(426,382,o), -(431,422,o), -(461,422,cs), -(483,422,o), -(494,396,o), -(496,328,c), -(410,328,l), -(410,225,l), -(662,225,l), -(675,437,o), -(620,551,o), -(461,551,cs), -(420,551,o), -(379,539,o), -(355,519,c), -(350,519,l), -(328,538,o), -(285,551,o), -(237,551,cs), -(114,551,o), -(29,482,o), -(25,358,c), -(189,358,l), -(190,393,o), -(198,417,o), -(223,417,cs), -(246,417,o), -(257,402,o), -(257,371,cs), -(257,165,ls), -(257,132,o), -(243,114,o), -(222,114,cs), -(198,114,o), -(186,133,o), -(186,159,cs), -(186,192,o), -(201,218,o), -(239,218,cs), -(273,218,l), -(273,321,l), -(210,321,ls), -(97,321,o), -(10,268,o), -(10,142,cs), -(10,50,o), -(67,-10,o), -(153,-10,cs) -); -} -); -width = 678; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1008,256,l), -(1018,423,o), -(912,525,o), -(741,525,cs), -(626,525,o), -(541,478,o), -(496,399,c), -(493,399,l), -(470,480,o), -(399,526,o), -(276,526,cs), -(146,526,o), -(59,471,o), -(46,373,c), -(84,373,l), -(97,453,o), -(165,492,o), -(274,492,cs), -(400,492,o), -(462,442,o), -(462,337,cs), -(462,216,ls), -(462,101,o), -(370,24,o), -(233,24,cs), -(129,24,o), -(71,64,o), -(71,137,cs), -(71,216,o), -(119,268,o), -(272,268,cs), -(470,268,l), -(470,300,l), -(270,300,ls), -(118,300,o), -(33,247,o), -(33,134,cs), -(33,39,o), -(114,-10,o), -(228,-10,cs), -(350,-10,o), -(452,52,o), -(484,145,c), -(487,145,l), -(530,46,o), -(622,-8,o), -(744,-8,cs), -(875,-8,o), -(981,55,o), -(1001,152,c), -(964,152,l), -(943,76,o), -(855,26,o), -(744,26,cs), -(595,26,o), -(500,114,o), -(498,262,cs), -(498,263,o), -(498,265,o), -(498,266,c), -(499,280,ls), -(507,405,o), -(596,491,o), -(741,491,cs), -(875,491,o), -(968,419,o), -(969,289,c), -(492,289,l), -(490,256,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(344,-10,o), -(447,48,o), -(481,145,c), -(484,145,l), -(528,46,o), -(621,-8,o), -(744,-8,cs), -(875,-8,o), -(981,55,o), -(1001,152,c), -(964,152,l), -(943,76,o), -(855,26,o), -(744,26,cs), -(595,26,o), -(498,114,o), -(498,262,cs), -(498,266,ls), -(498,401,o), -(595,491,o), -(741,491,cs), -(875,491,o), -(968,419,o), -(969,290,c), -(490,290,l), -(490,256,l), -(1008,256,l), -(1018,423,o), -(912,525,o), -(741,525,cs), -(626,525,o), -(541,478,o), -(496,399,c), -(493,399,l), -(469,478,o), -(389,526,o), -(276,526,cs), -(150,526,o), -(58,465,o), -(46,373,c), -(84,373,l), -(96,444,o), -(165,492,o), -(274,492,cs), -(387,492,o), -(462,442,o), -(462,337,cs), -(462,216,ls), -(462,101,o), -(366,24,o), -(223,24,cs), -(136,24,o), -(71,59,o), -(71,133,cs), -(71,231,o), -(150,256,o), -(292,256,cs), -(480,256,l), -(482,290,l), -(281,290,ls), -(147,290,o), -(33,262,o), -(33,133,cs), -(33,47,o), -(103,-10,o), -(224,-10,cs) -); -} -); -width = 1042; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1039,219,l), -(1062,419,o), -(945,553,o), -(709,553,cs), -(632,553,o), -(564,538,o), -(510,509,c), -(462,539,o), -(394,555,o), -(310,554,cs), -(146,553,o), -(33,481,o), -(24,355,c), -(233,355,l), -(235,396,o), -(270,405,o), -(309,405,cs), -(360,405,o), -(380,386,o), -(380,351,cs), -(380,196,ls), -(380,153,o), -(348,124,o), -(291,124,cs), -(253,124,o), -(231,139,o), -(231,166,cs), -(231,198,o), -(259,211,o), -(300,211,cs), -(396,211,l), -(396,321,l), -(253,321,ls), -(107,321,o), -(10,256,o), -(10,143,cs), -(10,48,o), -(86,-10,o), -(198,-10,cs), -(296,-10,o), -(382,15,o), -(438,79,c), -(445,79,l), -(502,23,o), -(590,-10,o), -(705,-10,cs), -(882,-10,o), -(1013,58,o), -(1035,180,c), -(817,180,l), -(806,158,o), -(765,142,o), -(718,142,cs), -(644,142,o), -(596,172,o), -(605,236,c), -(597,318,l), -(597,376,o), -(637,409,o), -(709,409,cs), -(777,409,o), -(812,382,o), -(817,334,c), -(582,334,l), -(588,219,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(297,-10,o), -(385,15,o), -(442,76,c), -(447,76,l), -(509,15,o), -(596,-10,o), -(705,-10,cs), -(882,-10,o), -(1013,58,o), -(1035,180,c), -(817,180,l), -(806,158,o), -(765,142,o), -(718,142,cs), -(644,142,o), -(597,172,o), -(597,246,cs), -(597,308,ls), -(597,369,o), -(637,409,o), -(709,409,cs), -(777,409,o), -(812,382,o), -(817,334,c), -(532,334,l), -(532,219,l), -(1039,219,l), -(1062,419,o), -(945,553,o), -(712,553,cs), -(638,553,o), -(564,535,o), -(516,503,c), -(509,503,l), -(467,534,o), -(393,555,o), -(310,554,cs), -(146,553,o), -(33,481,o), -(24,355,c), -(233,355,l), -(235,396,o), -(270,405,o), -(309,405,cs), -(360,405,o), -(380,386,o), -(380,351,cs), -(380,196,ls), -(380,153,o), -(348,124,o), -(291,124,cs), -(253,124,o), -(231,139,o), -(231,166,cs), -(231,198,o), -(259,211,o), -(300,211,cs), -(437,211,l), -(437,321,l), -(253,321,ls), -(107,321,o), -(10,256,o), -(10,144,cs), -(10,52,o), -(82,-10,o), -(207,-10,cs) -); -} -); -width = 1054; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(208,-10,o), -(234,25,o), -(250,77,c), -(252,77,l), -(252,0,l), -(280,0,l), -(280,77,l), -(282,77,l), -(298,25,o), -(324,-10,o), -(376,-10,cs), -(437,-10,o), -(483,27,o), -(493,148,c), -(463,148,l), -(455,70,o), -(437,18,o), -(376,18,cs), -(304,16,o), -(281,88,o), -(281,260,c), -(491,260,l), -(490,419,o), -(467,526,o), -(376,526,cs), -(324,526,o), -(298,491,o), -(282,439,c), -(280,439,l), -(280,516,l), -(253,516,l), -(252,439,l), -(250,439,l), -(234,491,o), -(208,526,o), -(156,526,cs), -(87,526,o), -(42,461,o), -(42,257,cs), -(42,50,o), -(89,-10,o), -(156,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(90,16,o), -(72,104,o), -(72,257,cs), -(72,415,o), -(91,500,o), -(164,500,cs), -(217,500,o), -(252,436,o), -(252,309,cs), -(252,206,ls), -(252,77,o), -(216,16,o), -(164,16,cs) -); -}, -{ -closed = 1; -nodes = ( -(281,429,o), -(308,500,o), -(376,498,cs), -(420,498,o), -(457,463,o), -(461,289,c), -(281,289,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,-10,o), -(200,17,o), -(221,82,c), -(223,82,l), -(240,24,o), -(273,-10,o), -(329,-10,cs), -(390,-10,o), -(436,27,o), -(446,148,c), -(416,148,l), -(408,70,o), -(390,18,o), -(329,18,cs), -(277,18,o), -(235,58,o), -(235,209,cs), -(235,281,ls), -(235,453,o), -(274,498,o), -(329,498,cs), -(373,498,o), -(410,463,o), -(414,279,c), -(230,279,l), -(230,253,l), -(444,253,l), -(444,416,o), -(422,526,o), -(329,526,cs), -(279,526,o), -(246,497,o), -(230,439,c), -(228,439,l), -(215,501,o), -(175,526,o), -(132,526,cs), -(50,526,o), -(25,465,o), -(22,375,c), -(52,375,l), -(53,479,o), -(88,499,o), -(130,499,cs), -(191,499,o), -(206,443,o), -(206,359,cs), -(206,140,ls), -(206,59,o), -(170,15,o), -(116,15,cs), -(72,15,o), -(43,46,o), -(43,126,cs), -(43,198,o), -(75,253,o), -(161,253,cs), -(213,253,l), -(213,279,l), -(164,279,ls), -(74,279,o), -(14,232,o), -(14,122,cs), -(14,44,o), -(45,-10,o), -(114,-10,cs) -); -} -); -width = 465; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(197,-10,o), -(237,13,o), -(256,64,c), -(263,64,l), -(263,0,l), -(372,0,l), -(372,64,l), -(379,64,l), -(404,3,o), -(460,-10,o), -(515,-10,cs), -(628,-10,o), -(705,40,o), -(717,185,c), -(550,185,l), -(547,135,o), -(536,118,o), -(515,118,cs), -(491,118,o), -(480,147,o), -(480,235,c), -(717,235,l), -(727,441,o), -(671,551,o), -(517,551,cs), -(452,551,o), -(398,521,o), -(380,477,c), -(373,477,l), -(373,541,l), -(267,541,l), -(263,477,l), -(256,477,l), -(238,526,o), -(204,551,o), -(152,551,cs), -(70,551,o), -(12,493,o), -(12,271,cs), -(12,97,o), -(42,-10,o), -(152,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(200,128,o), -(190,160,o), -(190,271,cs), -(190,365,o), -(195,415,o), -(227,415,cs), -(251,415,o), -(263,385,o), -(263,285,cs), -(263,256,ls), -(263,171,o), -(255,128,o), -(227,128,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,401,o), -(493,422,o), -(515,422,cs), -(537,422,o), -(548,397,o), -(550,333,c), -(480,333,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,-10,o), -(271,24,o), -(292,74,c), -(295,74,l), -(318,24,o), -(374,-10,o), -(448,-10,cs), -(564,-10,o), -(646,52,o), -(656,185,c), -(489,185,l), -(486,135,o), -(475,118,o), -(454,118,cs), -(429,118,o), -(419,149,o), -(419,228,cs), -(419,297,ls), -(419,382,o), -(424,422,o), -(454,422,cs), -(476,422,o), -(487,396,o), -(489,328,c), -(403,328,l), -(403,225,l), -(655,225,l), -(668,437,o), -(613,551,o), -(454,551,cs), -(413,551,o), -(372,539,o), -(348,519,c), -(343,519,l), -(321,538,o), -(278,551,o), -(230,551,cs), -(107,551,o), -(22,482,o), -(18,358,c), -(182,358,l), -(183,393,o), -(191,417,o), -(216,417,cs), -(239,417,o), -(250,402,o), -(250,371,cs), -(250,165,ls), -(250,132,o), -(236,114,o), -(215,114,cs), -(191,114,o), -(179,133,o), -(179,159,cs), -(179,192,o), -(194,218,o), -(232,218,cs), -(266,218,l), -(266,321,l), -(203,321,ls), -(90,321,o), -(3,268,o), -(3,142,cs), -(3,50,o), -(60,-10,o), -(146,-10,cs) -); -} -); -width = 662; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(49,94,o), -(137,-8,o), -(266,-8,cs), -(364,-8,o), -(435,44,o), -(462,121,c), -(465,121,l), -(465,0,l), -(502,0,l), -(502,121,l), -(505,121,l), -(539,35,o), -(614,-8,o), -(702,-8,cs), -(814,-8,o), -(903,55,o), -(920,152,c), -(882,152,l), -(865,76,o), -(797,28,o), -(702,28,cs), -(583,28,o), -(506,111,o), -(502,256,c), -(921,256,l), -(935,407,o), -(858,525,o), -(700,525,cs), -(611,525,o), -(537,478,o), -(505,398,c), -(502,398,l), -(502,517,l), -(467,517,l), -(465,398,l), -(462,398,l), -(435,475,o), -(364,526,o), -(266,526,cs), -(137,526,o), -(49,425,o), -(49,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(87,408,o), -(162,493,o), -(274,493,cs), -(394,493,o), -(464,397,o), -(464,295,cs), -(464,224,ls), -(464,122,o), -(394,26,o), -(274,26,cs), -(162,26,o), -(87,112,o), -(87,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(512,414,o), -(586,489,o), -(699,489,cs), -(803,489,o), -(886,433,o), -(886,289,c), -(503,289,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,-9,o), -(375,49,o), -(399,129,c), -(402,129,l), -(441,41,o), -(516,-8,o), -(616,-8,cs), -(726,-8,o), -(814,53,o), -(833,147,c), -(795,147,l), -(776,74,o), -(711,26,o), -(616,26,cs), -(494,26,o), -(416,114,o), -(416,267,cs), -(416,280,ls), -(416,411,o), -(498,491,o), -(613,491,cs), -(723,491,o), -(798,427,o), -(800,293,c), -(408,293,l), -(408,260,l), -(838,260,l), -(847,412,o), -(771,525,o), -(614,525,cs), -(524,525,o), -(452,484,o), -(413,415,c), -(408,415,l), -(388,482,o), -(331,527,o), -(238,527,cs), -(128,527,o), -(50,469,o), -(46,383,c), -(84,383,l), -(87,449,o), -(148,493,o), -(238,493,cs), -(323,493,o), -(380,450,o), -(380,340,cs), -(380,194,ls), -(380,68,o), -(279,23,o), -(195,23,cs), -(113,23,o), -(67,68,o), -(67,138,cs), -(67,229,o), -(142,261,o), -(246,261,cs), -(394,261,l), -(394,294,l), -(250,294,ls), -(131,294,o), -(29,254,o), -(29,137,cs), -(29,50,o), -(90,-9,o), -(192,-9,cs) -); -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(269,-10,o), -(349,10,o), -(399,67,c), -(446,18,o), -(516,-10,o), -(605,-10,cs), -(747,-10,o), -(851,64,o), -(864,175,c), -(684,175,l), -(675,149,o), -(644,132,o), -(605,132,cs), -(549,132,o), -(511,166,o), -(513,227,c), -(868,227,l), -(888,415,o), -(795,554,o), -(598,554,cs), -(541,554,o), -(490,541,o), -(449,516,c), -(410,541,o), -(357,554,o), -(290,554,cs), -(130,554,o), -(29,475,o), -(29,357,c), -(215,357,l), -(215,388,o), -(238,408,o), -(278,408,cs), -(310,408,o), -(339,398,o), -(339,356,cs), -(339,324,l), -(265,324,ls), -(106,324,o), -(15,260,o), -(15,142,cs), -(15,51,o), -(87,-10,o), -(198,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,114,o), -(208,130,o), -(209,159,cs), -(210,193,o), -(234,214,o), -(296,214,cs), -(334,214,l), -(336,191,o), -(341,169,o), -(348,149,c), -(332,127,o), -(300,114,o), -(263,114,cs) -); -}, -{ -closed = 1; -nodes = ( -(516,383,o), -(549,413,o), -(598,413,cs), -(645,413,o), -(678,386,o), -(680,338,c), -(514,338,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,-10,o), -(352,27,o), -(383,75,c), -(389,75,l), -(426,24,o), -(497,-10,o), -(595,-10,cs), -(740,-10,o), -(848,58,o), -(861,172,c), -(681,172,l), -(671,148,o), -(647,132,o), -(603,132,cs), -(549,132,o), -(511,164,o), -(511,222,cs), -(511,332,l), -(516,379,o), -(552,410,o), -(600,410,cs), -(647,410,o), -(680,385,o), -(683,331,c), -(496,331,l), -(496,221,l), -(865,221,l), -(890,421,o), -(793,554,o), -(608,554,cs), -(549,554,o), -(486,536,o), -(451,505,c), -(442,505,l), -(411,534,o), -(347,554,o), -(278,554,cs), -(118,554,o), -(17,475,o), -(17,357,c), -(203,357,l), -(203,388,o), -(226,408,o), -(266,408,cs), -(298,408,o), -(327,398,o), -(327,346,cs), -(327,183,ls), -(327,145,o), -(294,120,o), -(250,120,cs), -(218,120,o), -(197,136,o), -(197,165,cs), -(197,199,o), -(222,221,o), -(284,221,cs), -(423,221,l), -(423,331,l), -(238,331,ls), -(94,331,o), -(3,264,o), -(3,147,cs), -(3,53,o), -(74,-10,o), -(185,-10,cs) -); -} -); -width = 874; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1008,256,l), -(1018,423,o), -(912,525,o), -(741,525,cs), -(626,525,o), -(541,478,o), -(496,399,c), -(493,399,l), -(470,480,o), -(399,526,o), -(276,526,cs), -(146,526,o), -(59,471,o), -(46,373,c), -(84,373,l), -(97,453,o), -(165,492,o), -(274,492,cs), -(400,492,o), -(462,442,o), -(462,337,cs), -(462,216,ls), -(462,101,o), -(370,24,o), -(233,24,cs), -(129,24,o), -(71,64,o), -(71,137,cs), -(71,216,o), -(119,268,o), -(272,268,cs), -(470,268,l), -(470,300,l), -(270,300,ls), -(118,300,o), -(33,247,o), -(33,134,cs), -(33,39,o), -(114,-10,o), -(228,-10,cs), -(350,-10,o), -(452,52,o), -(484,145,c), -(487,145,l), -(530,46,o), -(622,-8,o), -(744,-8,cs), -(875,-8,o), -(981,55,o), -(1001,152,c), -(964,152,l), -(943,76,o), -(855,26,o), -(744,26,cs), -(595,26,o), -(500,114,o), -(498,262,cs), -(498,263,o), -(498,265,o), -(498,266,c), -(499,280,ls), -(507,405,o), -(596,491,o), -(741,491,cs), -(875,491,o), -(968,419,o), -(969,289,c), -(492,289,l), -(490,256,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(334,-10,o), -(437,48,o), -(471,145,c), -(474,145,l), -(518,46,o), -(611,-8,o), -(734,-8,cs), -(865,-8,o), -(971,55,o), -(991,152,c), -(954,152,l), -(933,76,o), -(845,26,o), -(734,26,cs), -(585,26,o), -(488,114,o), -(488,262,cs), -(488,266,ls), -(488,401,o), -(585,491,o), -(731,491,cs), -(865,491,o), -(958,419,o), -(959,290,c), -(480,290,l), -(480,256,l), -(998,256,l), -(1008,423,o), -(902,525,o), -(731,525,cs), -(616,525,o), -(531,478,o), -(486,399,c), -(483,399,l), -(459,478,o), -(379,526,o), -(266,526,cs), -(140,526,o), -(48,465,o), -(36,373,c), -(74,373,l), -(86,444,o), -(155,492,o), -(264,492,cs), -(377,492,o), -(452,442,o), -(452,337,cs), -(452,216,ls), -(452,101,o), -(356,24,o), -(213,24,cs), -(126,24,o), -(61,59,o), -(61,133,cs), -(61,231,o), -(140,256,o), -(282,256,cs), -(470,256,l), -(472,290,l), -(271,290,ls), -(137,290,o), -(23,262,o), -(23,133,cs), -(23,47,o), -(93,-10,o), -(214,-10,cs) -); -} -); -width = 1022; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1039,219,l), -(1062,419,o), -(945,553,o), -(709,553,cs), -(632,553,o), -(564,538,o), -(510,509,c), -(462,539,o), -(394,555,o), -(310,554,cs), -(146,553,o), -(33,481,o), -(24,355,c), -(233,355,l), -(235,396,o), -(270,405,o), -(309,405,cs), -(360,405,o), -(380,386,o), -(380,351,cs), -(380,196,ls), -(380,153,o), -(348,124,o), -(291,124,cs), -(253,124,o), -(231,139,o), -(231,166,cs), -(231,198,o), -(259,211,o), -(300,211,cs), -(396,211,l), -(396,321,l), -(253,321,ls), -(107,321,o), -(10,256,o), -(10,143,cs), -(10,48,o), -(86,-10,o), -(198,-10,cs), -(296,-10,o), -(382,15,o), -(438,79,c), -(445,79,l), -(502,23,o), -(590,-10,o), -(705,-10,cs), -(882,-10,o), -(1013,58,o), -(1035,180,c), -(817,180,l), -(806,158,o), -(765,142,o), -(718,142,cs), -(644,142,o), -(596,172,o), -(605,236,c), -(597,318,l), -(597,376,o), -(637,409,o), -(709,409,cs), -(777,409,o), -(812,382,o), -(817,334,c), -(582,334,l), -(588,219,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,-10,o), -(375,15,o), -(432,76,c), -(437,76,l), -(499,15,o), -(586,-10,o), -(695,-10,cs), -(872,-10,o), -(1003,58,o), -(1025,180,c), -(807,180,l), -(796,158,o), -(755,142,o), -(708,142,cs), -(634,142,o), -(587,172,o), -(587,246,cs), -(587,308,ls), -(587,369,o), -(627,409,o), -(699,409,cs), -(767,409,o), -(802,382,o), -(807,334,c), -(522,334,l), -(522,219,l), -(1029,219,l), -(1052,419,o), -(935,553,o), -(702,553,cs), -(628,553,o), -(554,535,o), -(506,503,c), -(499,503,l), -(457,534,o), -(383,555,o), -(300,554,cs), -(136,553,o), -(23,481,o), -(14,355,c), -(223,355,l), -(225,396,o), -(260,405,o), -(299,405,cs), -(350,405,o), -(370,386,o), -(370,351,cs), -(370,196,ls), -(370,153,o), -(338,124,o), -(281,124,cs), -(243,124,o), -(221,139,o), -(221,166,cs), -(221,198,o), -(249,211,o), -(290,211,cs), -(427,211,l), -(427,321,l), -(243,321,ls), -(97,321,o), -(0,256,o), -(0,144,cs), -(0,52,o), -(72,-10,o), -(197,-10,cs) -); -} -); -width = 1034; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(49,94,o), -(137,-8,o), -(266,-8,cs), -(364,-8,o), -(435,44,o), -(462,121,c), -(465,121,l), -(465,0,l), -(502,0,l), -(502,121,l), -(505,121,l), -(539,35,o), -(614,-8,o), -(702,-8,cs), -(814,-8,o), -(903,55,o), -(920,152,c), -(882,152,l), -(865,76,o), -(797,28,o), -(702,28,cs), -(583,28,o), -(506,111,o), -(502,256,c), -(921,256,l), -(935,407,o), -(858,525,o), -(700,525,cs), -(611,525,o), -(537,478,o), -(505,398,c), -(502,398,l), -(502,517,l), -(467,517,l), -(465,398,l), -(462,398,l), -(435,475,o), -(364,526,o), -(266,526,cs), -(137,526,o), -(49,425,o), -(49,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(87,408,o), -(162,493,o), -(274,493,cs), -(394,493,o), -(464,397,o), -(464,295,cs), -(464,224,ls), -(464,122,o), -(394,26,o), -(274,26,cs), -(162,26,o), -(87,112,o), -(87,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(512,414,o), -(586,489,o), -(699,489,cs), -(803,489,o), -(886,433,o), -(886,289,c), -(503,289,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(309,-9,o), -(390,49,o), -(414,129,c), -(417,129,l), -(454,41,o), -(529,-8,o), -(627,-8,cs), -(735,-8,o), -(821,53,o), -(839,147,c), -(802,147,l), -(783,74,o), -(720,26,o), -(627,26,cs), -(507,26,o), -(431,114,o), -(431,267,cs), -(431,280,ls), -(431,411,o), -(511,491,o), -(624,491,cs), -(732,491,o), -(805,427,o), -(807,293,c), -(423,293,l), -(423,260,l), -(844,260,l), -(852,412,o), -(778,525,o), -(625,525,cs), -(537,525,o), -(465,484,o), -(428,415,c), -(423,415,l), -(403,482,o), -(347,527,o), -(255,527,cs), -(149,527,o), -(71,469,o), -(67,383,c), -(105,383,l), -(108,449,o), -(167,493,o), -(255,493,cs), -(340,493,o), -(395,450,o), -(395,340,cs), -(395,194,ls), -(395,68,o), -(296,23,o), -(214,23,cs), -(134,23,o), -(88,68,o), -(88,138,cs), -(88,229,o), -(161,261,o), -(263,261,cs), -(409,261,l), -(409,294,l), -(267,294,ls), -(151,294,o), -(52,254,o), -(52,137,cs), -(52,50,o), -(111,-9,o), -(211,-9,cs) -); -} -); -width = 900; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(269,-10,o), -(349,10,o), -(399,67,c), -(446,18,o), -(516,-10,o), -(605,-10,cs), -(747,-10,o), -(851,64,o), -(864,175,c), -(684,175,l), -(675,149,o), -(644,132,o), -(605,132,cs), -(549,132,o), -(511,166,o), -(513,227,c), -(868,227,l), -(888,415,o), -(795,554,o), -(598,554,cs), -(541,554,o), -(490,541,o), -(449,516,c), -(410,541,o), -(357,554,o), -(290,554,cs), -(130,554,o), -(29,475,o), -(29,357,c), -(215,357,l), -(215,388,o), -(238,408,o), -(278,408,cs), -(310,408,o), -(339,398,o), -(339,356,cs), -(339,324,l), -(265,324,ls), -(106,324,o), -(15,260,o), -(15,142,cs), -(15,51,o), -(87,-10,o), -(198,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,114,o), -(208,130,o), -(209,159,cs), -(210,193,o), -(234,214,o), -(296,214,cs), -(334,214,l), -(336,191,o), -(341,169,o), -(348,149,c), -(332,127,o), -(300,114,o), -(263,114,cs) -); -}, -{ -closed = 1; -nodes = ( -(516,383,o), -(549,413,o), -(598,413,cs), -(645,413,o), -(678,386,o), -(680,338,c), -(514,338,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(288,-10,o), -(364,28,o), -(394,75,c), -(400,75,l), -(436,25,o), -(504,-10,o), -(602,-10,cs), -(744,-10,o), -(849,58,o), -(862,172,c), -(684,172,l), -(674,147,o), -(650,132,o), -(610,132,cs), -(558,132,o), -(522,164,o), -(522,222,cs), -(522,332,l), -(527,379,o), -(561,410,o), -(607,410,cs), -(651,410,o), -(683,385,o), -(686,331,c), -(507,331,l), -(507,221,l), -(866,221,l), -(891,421,o), -(796,554,o), -(615,554,cs), -(556,554,o), -(496,536,o), -(461,505,c), -(452,505,l), -(422,534,o), -(360,554,o), -(293,554,cs), -(136,554,o), -(37,475,o), -(37,357,c), -(221,357,l), -(221,388,o), -(243,408,o), -(281,408,cs), -(311,408,o), -(339,398,o), -(339,346,cs), -(339,183,ls), -(339,145,o), -(307,120,o), -(265,120,cs), -(236,120,o), -(215,136,o), -(215,165,cs), -(215,199,o), -(239,221,o), -(298,221,cs), -(435,221,l), -(435,331,l), -(252,331,ls), -(112,331,o), -(23,264,o), -(23,147,cs), -(23,53,o), -(93,-10,o), -(201,-10,cs) -); -} -); -width = 894; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(464,260,l), -(492,405,o), -(496,525,o), -(396,525,cs), -(347,525,o), -(311,496,o), -(284,445,c), -(280,494,o), -(257,526,o), -(197,526,cs), -(125,526,o), -(88,467,o), -(68,377,c), -(98,377,l), -(118,471,o), -(150,499,o), -(194,499,cs), -(261,499,o), -(262,440,o), -(245,355,cs), -(229,279,l), -(184,279,ls), -(70,279,o), -(3,205,o), -(3,93,cs), -(3,33,o), -(35,-7,o), -(86,-7,cs), -(124,-7,o), -(177,12,o), -(211,96,c), -(217,29,o), -(244,-10,o), -(303,-10,cs), -(356,-10,o), -(410,25,o), -(442,148,c), -(412,148,l), -(391,70,o), -(360,18,o), -(307,18,cs), -(222,18,o), -(227,129,o), -(257,270,c), -(257,274,l), -(296,450,o), -(341,497,o), -(392,497,cs), -(465,497,o), -(457,398,o), -(439,288,c), -(253,288,l), -(248,260,l) -); -}, -{ -closed = 1; -nodes = ( -(33,190,o), -(86,253,o), -(179,253,cs), -(224,253,l), -(200,136,ls), -(184,60,o), -(140,18,o), -(92,18,cs), -(57,18,o), -(33,43,o), -(33,95,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,-10,o), -(179,18,o), -(208,90,c), -(210,90,l), -(215,30,o), -(247,-10,o), -(302,-10,cs), -(355,-10,o), -(409,25,o), -(441,148,c), -(411,148,l), -(390,70,o), -(359,18,o), -(306,18,cs), -(221,18,o), -(226,129,o), -(250,241,cs), -(262,298,ls), -(293,447,o), -(340,497,o), -(391,497,cs), -(466,497,o), -(456,393,o), -(437,280,c), -(252,280,l), -(247,252,l), -(461,252,l), -(491,401,o), -(497,525,o), -(395,525,cs), -(346,525,o), -(310,496,o), -(283,445,c), -(281,445,l), -(273,498,o), -(245,526,o), -(197,526,cs), -(125,526,o), -(88,467,o), -(68,377,c), -(98,377,l), -(118,471,o), -(150,499,o), -(194,499,cs), -(242,499,o), -(266,459,o), -(245,355,cs), -(200,136,ls), -(184,58,o), -(140,15,o), -(92,15,cs), -(57,15,o), -(33,40,o), -(33,95,cs), -(33,190,o), -(86,252,o), -(179,252,cs), -(231,252,l), -(236,280,l), -(184,280,ls), -(70,280,o), -(3,205,o), -(3,93,cs), -(3,31,o), -(36,-10,o), -(86,-10,cs) -); -} -); -width = 504; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,-10,o), -(232,13,o), -(263,59,c), -(266,59,l), -(289,19,o), -(342,-10,o), -(411,-10,cs), -(521,-10,o), -(605,42,o), -(640,186,c), -(474,186,l), -(461,135,o), -(447,119,o), -(427,119,cs), -(406,119,o), -(398,141,o), -(415,229,cs), -(429,301,ls), -(447,395,o), -(465,421,o), -(487,421,cs), -(515,421,o), -(513,379,o), -(503,328,c), -(420,328,l), -(399,225,l), -(648,225,l), -(697,420,o), -(653,551,o), -(493,551,cs), -(451,551,o), -(414,542,o), -(383,521,c), -(381,521,l), -(351,542,o), -(312,551,o), -(266,551,cs), -(139,551,o), -(63,484,o), -(42,357,c), -(207,357,l), -(213,393,o), -(225,417,o), -(251,417,cs), -(280,417,o), -(281,392,o), -(275,361,cs), -(235,162,ls), -(228,129,o), -(215,114,o), -(191,114,cs), -(171,114,o), -(157,126,o), -(157,152,cs), -(157,190,o), -(179,214,o), -(221,214,cs), -(267,214,l), -(289,317,l), -(217,317,ls), -(62,317,o), -(-14,237,o), -(-14,126,cs), -(-14,44,o), -(38,-10,o), -(117,-10,cs) -); -} -); -width = 672; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(32,44,o), -(90,-10,o), -(189,-10,cs), -(283,-10,o), -(371,39,o), -(407,135,c), -(408,135,l), -(431,45,o), -(500,-10,o), -(595,-10,cs), -(706,-10,o), -(802,55,o), -(828,153,c), -(791,153,l), -(766,75,o), -(691,24,o), -(598,24,cs), -(484,24,o), -(419,121,o), -(440,269,c), -(443,280,ls), -(472,424,o), -(562,494,o), -(660,494,cs), -(766,494,o), -(832,420,o), -(813,293,c), -(477,293,l), -(471,261,l), -(844,261,l), -(874,417,o), -(810,527,o), -(666,527,cs), -(580,527,o), -(503,485,o), -(458,413,c), -(455,413,l), -(437,488,o), -(371,527,o), -(279,527,cs), -(179,527,o), -(100,475,o), -(77,383,c), -(114,383,l), -(130,450,o), -(185,494,o), -(279,494,cs), -(368,494,o), -(444,454,o), -(418,318,cs), -(393,188,ls), -(374,88,o), -(301,22,o), -(194,22,cs), -(119,22,o), -(68,58,o), -(68,131,cs), -(68,214,o), -(136,261,o), -(253,261,cs), -(376,261,l), -(382,294,l), -(259,294,ls), -(123,294,o), -(32,241,o), -(32,126,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(282,-10,o), -(369,38,o), -(405,131,c), -(409,131,l), -(431,46,o), -(501,-10,o), -(595,-10,cs), -(709,-10,o), -(802,55,o), -(828,153,c), -(791,153,l), -(766,76,o), -(695,24,o), -(598,24,cs), -(480,24,o), -(416,119,o), -(440,262,cs), -(443,280,ls), -(467,425,o), -(562,494,o), -(665,494,cs), -(772,494,o), -(832,422,o), -(813,293,c), -(437,293,l), -(431,261,l), -(844,261,l), -(875,421,o), -(804,527,o), -(666,527,cs), -(580,527,o), -(503,485,o), -(458,413,c), -(455,413,l), -(437,479,o), -(377,527,o), -(279,527,cs), -(179,527,o), -(100,475,o), -(77,383,c), -(114,383,l), -(130,450,o), -(185,494,o), -(279,494,cs), -(378,494,o), -(441,438,o), -(418,318,cs), -(393,188,ls), -(374,88,o), -(301,22,o), -(194,22,cs), -(119,22,o), -(68,58,o), -(68,131,cs), -(68,214,o), -(136,261,o), -(253,261,cs), -(416,261,l), -(422,294,l), -(259,294,ls), -(123,294,o), -(32,241,o), -(32,126,cs), -(32,44,o), -(90,-10,o), -(189,-10,cs) -); -} -); -width = 901; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(276,-10,o), -(364,27,o), -(400,97,c), -(340,74,l), -(391,74,l), -(434,17,o), -(509,-10,o), -(604,-10,cs), -(740,-10,o), -(846,63,o), -(871,173,c), -(687,175,l), -(677,149,o), -(651,132,o), -(613,132,cs), -(555,132,o), -(521,165,o), -(534,251,cs), -(547,335,ls), -(554,377,o), -(580,413,o), -(637,413,cs), -(687,413,o), -(717,381,o), -(710,331,c), -(532,331,l), -(515,221,l), -(880,221,l), -(926,421,o), -(825,554,o), -(645,554,cs), -(584,554,o), -(528,539,o), -(487,514,c), -(481,514,l), -(442,540,o), -(390,554,o), -(326,554,cs), -(177,554,o), -(70,483,o), -(56,358,c), -(231,358,l), -(237,393,o), -(263,408,o), -(303,408,cs), -(347,408,o), -(373,389,o), -(363,340,cs), -(331,185,ls), -(323,146,o), -(297,120,o), -(248,120,cs), -(217,120,o), -(197,136,o), -(197,161,cs), -(197,202,o), -(222,222,o), -(296,222,cs), -(342,222,l), -(365,331,l), -(273,331,ls), -(87,331,o), -(5,253,o), -(5,139,cs), -(5,48,o), -(75,-10,o), -(182,-10,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-10,o), -(343,19,o), -(384,73,c), -(389,73,l), -(431,16,o), -(507,-10,o), -(601,-10,cs), -(737,-10,o), -(843,65,o), -(868,175,c), -(684,175,l), -(674,149,o), -(648,132,o), -(610,132,cs), -(552,132,o), -(518,165,o), -(531,251,cs), -(544,335,ls), -(551,377,o), -(577,413,o), -(634,413,cs), -(684,413,o), -(714,381,o), -(707,331,c), -(519,331,l), -(502,221,l), -(877,221,l), -(923,421,o), -(822,554,o), -(642,554,cs), -(582,554,o), -(527,539,o), -(486,515,c), -(479,515,l), -(444,538,o), -(387,554,o), -(326,554,cs), -(177,554,o), -(70,483,o), -(56,358,c), -(231,358,l), -(237,393,o), -(263,408,o), -(303,408,cs), -(347,408,o), -(373,389,o), -(363,340,cs), -(331,185,ls), -(323,146,o), -(297,120,o), -(248,120,cs), -(217,120,o), -(197,136,o), -(197,166,cs), -(197,199,o), -(223,221,o), -(278,221,cs), -(362,221,l), -(385,331,l), -(258,331,ls), -(106,331,o), -(5,269,o), -(5,143,cs), -(5,48,o), -(75,-10,o), -(182,-10,cs) -); -} -); -width = 913; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(994,256,l), -(1029,418,o), -(934,527,o), -(762,527,cs), -(656,527,o), -(566,481,o), -(511,405,c), -(496,487,o), -(417,527,o), -(296,527,cs), -(182,527,o), -(89,476,o), -(67,373,c), -(104,373,l), -(122,444,o), -(186,493,o), -(291,493,cs), -(409,493,o), -(496,451,o), -(473,336,cs), -(447,205,ls), -(425,95,o), -(334,21,o), -(199,21,cs), -(109,21,o), -(51,60,o), -(51,132,cs), -(51,237,o), -(156,256,o), -(277,256,cs), -(468,256,l), -(474,290,l), -(275,290,ls), -(121,290,o), -(18,253,o), -(13,133,cs), -(10,47,o), -(80,-10,o), -(189,-10,cs), -(310,-10,o), -(411,38,o), -(458,140,c), -(462,140,l), -(494,48,o), -(584,-9,o), -(701,-9,cs), -(832,-9,o), -(943,57,o), -(974,152,c), -(937,152,l), -(905,76,o), -(818,25,o), -(707,25,cs), -(557,25,o), -(470,121,o), -(491,266,c), -(495,280,l), -(519,408,o), -(622,493,o), -(759,493,cs), -(898,493,o), -(978,413,o), -(962,289,c), -(488,289,l), -(482,256,l) -); -} -); -}; -guides = ( -{ -pos = (307,256); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(318,-10,o), -(415,46,o), -(458,140,c), -(462,140,l), -(493,51,o), -(581,-9,o), -(704,-9,cs), -(834,-9,o), -(942,55,o), -(974,152,c), -(937,152,l), -(905,76,o), -(820,25,o), -(707,25,cs), -(557,25,o), -(465,121,o), -(491,266,cs), -(493,277,ls), -(516,406,o), -(622,493,o), -(759,493,cs), -(898,493,o), -(978,414,o), -(962,290,c), -(488,290,l), -(482,256,l), -(994,256,l), -(1029,418,o), -(934,527,o), -(762,527,cs), -(657,527,o), -(568,482,o), -(513,408,c), -(510,408,l), -(487,482,o), -(416,527,o), -(296,527,cs), -(182,527,o), -(89,476,o), -(67,373,c), -(104,373,l), -(122,444,o), -(186,493,o), -(291,493,cs), -(409,493,o), -(496,451,o), -(469,316,cs), -(446,199,ls), -(425,92,o), -(334,21,o), -(199,21,cs), -(109,21,o), -(51,60,o), -(51,132,cs), -(51,237,o), -(156,256,o), -(277,256,cs), -(473,256,l), -(478,290,l), -(279,290,ls), -(125,290,o), -(18,253,o), -(13,133,cs), -(10,47,o), -(80,-10,o), -(189,-10,cs) -); -} -); -width = 1030; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(596,374,o), -(642,409,o), -(709,409,cs), -(773,409,o), -(806,377,o), -(811,334,c), -(578,334,l), -(563,219,l), -(1022,219,l), -(1054,422,o), -(929,554,o), -(713,554,cs), -(641,554,o), -(577,540,o), -(524,514,c), -(474,541,o), -(405,554,o), -(329,554,cs), -(169,554,o), -(54,488,o), -(36,358,c), -(245,358,l), -(251,387,o), -(273,404,o), -(319,404,cs), -(368,404,o), -(401,389,o), -(392,343,cs), -(359,183,ls), -(351,148,o), -(322,124,o), -(273,124,cs), -(238,124,o), -(215,139,o), -(216,167,cs), -(217,200,o), -(246,215,o), -(309,215,cs), -(382,215,l), -(405,327,l), -(288,327,ls), -(144,327,o), -(-7,294,o), -(-7,139,cs), -(-7,50,o), -(65,-10,o), -(191,-10,cs), -(269,-10,o), -(380,16,o), -(431,72,c), -(438,72,l), -(492,20,o), -(575,-9,o), -(683,-9,cs), -(854,-9,o), -(987,64,o), -(1013,180,c), -(791,180,l), -(775,157,o), -(737,140,o), -(685,140,cs), -(616,140,o), -(568,178,o), -(581,235,c), -(593,324,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(291,-10,o), -(384,26,o), -(425,73,c), -(435,73,l), -(484,20,o), -(573,-9,o), -(679,-9,cs), -(854,-9,o), -(988,67,o), -(1013,180,c), -(791,180,l), -(775,157,o), -(737,140,o), -(685,140,cs), -(616,140,o), -(572,174,o), -(580,232,cs), -(593,327,ls), -(600,377,o), -(642,409,o), -(709,409,cs), -(773,409,o), -(806,377,o), -(811,334,c), -(568,334,l), -(553,219,l), -(1022,219,l), -(1054,422,o), -(929,554,o), -(716,554,cs), -(640,554,o), -(572,539,o), -(522,513,c), -(515,513,l), -(466,543,o), -(400,554,o), -(329,554,cs), -(169,554,o), -(54,488,o), -(36,358,c), -(245,358,l), -(251,387,o), -(273,404,o), -(319,404,cs), -(368,404,o), -(401,389,o), -(392,343,cs), -(359,183,ls), -(352,148,o), -(322,124,o), -(273,124,cs), -(238,124,o), -(215,139,o), -(216,167,cs), -(217,197,o), -(247,211,o), -(313,211,cs), -(382,211,l), -(403,321,l), -(269,321,ls), -(135,321,o), -(-7,289,o), -(-7,140,cs), -(-7,46,o), -(72,-10,o), -(191,-10,cs) -); -} -); -width = 1042; -} -); -metricLeft = a.ss04; -metricRight = e; -unicode = 230; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/agrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/agrave.glyph deleted file mode 100644 index c2051719..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/agrave.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = agrave; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (42,-156); -ref = gravecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (26,-137); -ref = gravecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (173,-155); -ref = gravecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (126,-129); -ref = gravecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (41,-156); -ref = gravecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (27,-137); -ref = gravecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (166,-155); -ref = gravecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (120,-134); -ref = gravecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (200,-155); -ref = gravecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (139,-129); -ref = gravecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (163,-155); -ref = gravecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (116,-134); -ref = gravecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (6,-156); -ref = gravecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (13,-137); -ref = gravecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (145,-155); -ref = gravecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (82,-134); -ref = gravecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (152,-155); -ref = gravecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (105,-129); -ref = gravecomb; -} -); -width = 723; -} -); -unicode = 224; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/agrave.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/agrave.ss05.glyph deleted file mode 100644 index 64a49e3c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/agrave.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = agrave.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (15,-156); -ref = gravecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (37,-137); -ref = gravecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (141,-155); -ref = gravecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (91,-129); -ref = gravecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (15,-156); -ref = gravecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (40,-137); -ref = gravecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (125,-155); -ref = gravecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (105,-134); -ref = gravecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (141,-155); -ref = gravecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (91,-129); -ref = gravecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (116,-155); -ref = gravecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (101,-134); -ref = gravecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-20,-156); -ref = gravecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-22,-137); -ref = gravecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (65,-155); -ref = gravecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (26,-134); -ref = gravecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (66,-155); -ref = gravecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (40,-129); -ref = gravecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ahookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ahookabove.glyph deleted file mode 100644 index 65712fe8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ahookabove.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = ahookabove; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (95,-156); -ref = hookabovecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (96,-138); -ref = hookabovecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (209,-155); -ref = hookabovecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (207,-134); -ref = hookabovecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (94,-156); -ref = hookabovecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (97,-138); -ref = hookabovecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (192,-155); -ref = hookabovecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (166,-134); -ref = hookabovecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (236,-155); -ref = hookabovecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (220,-134); -ref = hookabovecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (189,-155); -ref = hookabovecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (159,-134); -ref = hookabovecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (35,-157); -ref = hookabovecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (67,-139); -ref = hookabovecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (175,-156); -ref = hookabovecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (123,-135); -ref = hookabovecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (194,-156); -ref = hookabovecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (170,-137); -ref = hookabovecomb; -} -); -width = 723; -} -); -unicode = 7843; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ahookabove.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ahookabove.ss05.glyph deleted file mode 100644 index c587c89f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ahookabove.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = ahookabove.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (68,-156); -ref = hookabovecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (107,-138); -ref = hookabovecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (177,-155); -ref = hookabovecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (172,-134); -ref = hookabovecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (68,-156); -ref = hookabovecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (110,-138); -ref = hookabovecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (151,-155); -ref = hookabovecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (151,-134); -ref = hookabovecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (177,-155); -ref = hookabovecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (172,-134); -ref = hookabovecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (142,-155); -ref = hookabovecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (144,-134); -ref = hookabovecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (9,-157); -ref = hookabovecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (32,-139); -ref = hookabovecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (95,-156); -ref = hookabovecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (67,-135); -ref = hookabovecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (108,-156); -ref = hookabovecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (105,-137); -ref = hookabovecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/amacron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/amacron.glyph deleted file mode 100644 index 66dd1394..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/amacron.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = amacron; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (39,-155); -ref = macroncomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (41,-139); -ref = macroncomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (89,-154); -ref = macroncomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (96,-129); -ref = macroncomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (38,-155); -ref = macroncomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (42,-139); -ref = macroncomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (100,-155); -ref = macroncomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (87,-134); -ref = macroncomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (116,-154); -ref = macroncomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (109,-129); -ref = macroncomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (99,-155); -ref = macroncomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (81,-134); -ref = macroncomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (1,-155); -ref = macroncomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (19,-139); -ref = macroncomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (78,-155); -ref = macroncomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (70,-134); -ref = macroncomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (68,-154); -ref = macroncomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (74,-129); -ref = macroncomb; -} -); -width = 723; -} -); -unicode = 257; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/amacron.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/amacron.ss05.glyph deleted file mode 100644 index 57e7e100..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/amacron.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = amacron.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (12,-155); -ref = macroncomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (52,-139); -ref = macroncomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (57,-154); -ref = macroncomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (61,-129); -ref = macroncomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (12,-155); -ref = macroncomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (55,-139); -ref = macroncomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (59,-155); -ref = macroncomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (72,-134); -ref = macroncomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (57,-154); -ref = macroncomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (61,-129); -ref = macroncomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (52,-155); -ref = macroncomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (66,-134); -ref = macroncomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-25,-155); -ref = macroncomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-16,-139); -ref = macroncomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-2,-155); -ref = macroncomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (14,-134); -ref = macroncomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-18,-154); -ref = macroncomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (9,-129); -ref = macroncomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ampersand.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ampersand.glyph deleted file mode 100644 index 300643f8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ampersand.glyph +++ /dev/null @@ -1,3890 +0,0 @@ -{ -glyphname = ampersand; -kernRight = KO_ampersand; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(286,-10,o), -(353,15,o), -(383,53,c), -(390,53,l), -(422,15,o), -(465,-10,o), -(525,-10,cs), -(560,-10,o), -(590,-7,o), -(612,-1,c), -(612,131,l), -(597,127,o), -(582,126,o), -(568,126,cs), -(528,126,o), -(505,152,o), -(490,170,c), -(509,199,o), -(527,235,o), -(536,265,c), -(590,264,l), -(608,393,l), -(429,393,l), -(430,361,l), -(424,332,o), -(418,304,o), -(411,282,c), -(345,376,l), -(429,424,o), -(469,494,o), -(469,566,cs), -(469,670,o), -(394,739,o), -(281,739,cs), -(166,739,o), -(79,670,o), -(79,546,cs), -(79,488,o), -(102,433,o), -(139,385,c), -(59,341,o), -(24,257,o), -(24,184,cs), -(24,68,o), -(100,-10,o), -(216,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(223,135,o), -(197,160,o), -(197,212,cs), -(197,239,o), -(205,265,o), -(219,279,c), -(309,153,l), -(300,142,o), -(281,135,o), -(261,135,cs) -); -}, -{ -closed = 1; -nodes = ( -(263,489,o), -(252,520,o), -(252,549,cs), -(252,575,o), -(260,597,o), -(283,597,cs), -(298,597,o), -(314,588,o), -(314,552,cs), -(314,522,o), -(301,486,o), -(280,464,c) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(573,-7,o), -(606,-2,o), -(622,5,c), -(622,151,l), -(607,147,o), -(592,145,o), -(578,145,cs), -(530,145,o), -(500,160,o), -(457,219,cs), -(303,432,ls), -(275,471,o), -(251,510,o), -(251,550,cs), -(251,575,o), -(259,597,o), -(283,597,cs), -(298,597,o), -(314,588,o), -(314,552,cs), -(314,517,o), -(296,474,o), -(269,454,c), -(327,367,l), -(424,415,o), -(469,489,o), -(469,566,cs), -(469,670,o), -(394,739,o), -(281,739,cs), -(166,739,o), -(79,670,o), -(79,546,cs), -(79,476,o), -(107,412,o), -(155,347,cs), -(329,109,ls), -(395,19,o), -(455,-7,o), -(541,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(285,-10,o), -(357,19,o), -(388,63,c), -(307,164,l), -(304,147,o), -(280,135,o), -(254,135,cs), -(216,135,o), -(190,160,o), -(190,212,cs), -(190,245,o), -(202,276,o), -(222,286,c), -(148,393,l), -(57,352,o), -(17,262,o), -(17,184,cs), -(17,68,o), -(93,-10,o), -(209,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(503,188,o), -(524,230,o), -(536,265,c), -(587,264,l), -(605,393,l), -(429,393,l), -(430,361,l), -(423,326,o), -(416,293,o), -(407,270,c), -(481,157,l) -); -} -); -width = 640; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(233,-10,o), -(291,23,o), -(320,96,c), -(323,96,l), -(368,15,o), -(402,-7,o), -(440,-7,cs), -(448,-7,o), -(456,-6,o), -(461,-4,c), -(461,23,l), -(458,22,o), -(451,21,o), -(446,21,cs), -(408,21,o), -(383,46,o), -(335,132,c), -(352,193,o), -(365,279,o), -(368,353,c), -(439,350,l), -(444,376,l), -(337,376,l), -(339,360,l), -(338,301,o), -(330,229,o), -(317,165,c), -(187,399,l), -(252,450,o), -(300,535,o), -(300,615,cs), -(300,690,o), -(262,739,o), -(197,739,cs), -(135,739,o), -(89,689,o), -(89,599,cs), -(89,528,o), -(112,476,o), -(150,405,c), -(88,355,o), -(32,270,o), -(32,161,cs), -(32,58,o), -(86,-10,o), -(177,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(111,19,o), -(65,65,o), -(65,163,cs), -(65,259,o), -(108,339,o), -(163,383,c), -(306,126,l), -(284,60,o), -(241,19,o), -(178,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(139,489,o), -(121,530,o), -(121,599,cs), -(121,666,o), -(145,711,o), -(197,711,cs), -(240,711,o), -(268,679,o), -(268,613,cs), -(268,540,o), -(226,466,o), -(173,422,c) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(448,-7,o), -(456,-6,o), -(461,-4,c), -(461,25,l), -(458,24,o), -(451,23,o), -(446,23,cs), -(406,23,o), -(381,49,o), -(327,147,cs), -(184,405,ls), -(134,496,o), -(121,530,o), -(121,599,cs), -(121,666,o), -(145,711,o), -(197,711,cs), -(240,711,o), -(268,679,o), -(268,613,cs), -(268,538,o), -(223,461,o), -(168,418,c), -(182,395,l), -(250,445,o), -(300,533,o), -(300,615,cs), -(300,690,o), -(262,739,o), -(197,739,cs), -(135,739,o), -(89,689,o), -(89,599,cs), -(89,526,o), -(111,473,o), -(153,398,cs), -(309,119,ls), -(359,30,o), -(390,-7,o), -(440,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(235,-10,o), -(296,26,o), -(324,106,c), -(309,135,l), -(288,64,o), -(244,19,o), -(178,19,cs), -(111,19,o), -(65,65,o), -(65,163,cs), -(65,261,o), -(110,343,o), -(167,386,c), -(154,408,l), -(91,359,o), -(32,272,o), -(32,161,cs), -(32,58,o), -(86,-10,o), -(177,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(351,186,o), -(365,276,o), -(368,353,c), -(439,350,l), -(444,376,l), -(339,376,l), -(340,358,l), -(339,297,o), -(329,221,o), -(315,156,c), -(333,124,l) -); -} -); -width = 478; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-169,-4,o), -(-158,-2,o), -(-151,0,c), -(-151,39,l), -(-161,36,o), -(-170,35,o), -(-182,35,cs), -(-236,35,o), -(-295,60,o), -(-387,159,cs), -(-574,362,ls), -(-696,494,o), -(-720,526,o), -(-720,583,cs), -(-720,656,o), -(-660,706,o), -(-579,706,cs), -(-509,706,o), -(-446,657,o), -(-446,585,cs), -(-446,506,o), -(-501,457,o), -(-632,405,c), -(-607,383,l), -(-468,437,o), -(-409,500,o), -(-409,582,cs), -(-409,673,o), -(-484,739,o), -(-580,739,cs), -(-685,739,o), -(-757,674,o), -(-757,584,cs), -(-757,519,o), -(-722,470,o), -(-622,360,cs), -(-411,130,ls), -(-319,29,o), -(-254,-4,o), -(-185,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(-560,-10,o), -(-453,29,o), -(-390,124,c), -(-417,149,l), -(-465,74,o), -(-547,24,o), -(-656,24,cs), -(-754,24,o), -(-820,85,o), -(-820,172,cs), -(-820,259,o), -(-760,336,o), -(-623,377,c), -(-646,401,l), -(-779,360,o), -(-860,281,o), -(-860,174,cs), -(-860,65,o), -(-777,-10,o), -(-651,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(-347,203,o), -(-326,259,o), -(-318,321,c), -(-200,319,l), -(-201,360,l), -(-357,360,l), -(-357,327,l), -(-367,270,o), -(-383,219,o), -(-406,167,c), -(-376,142,l) -); -}, -{ -closed = 1; -nodes = ( -(726,-6,o), -(743,-4,o), -(756,0,c), -(756,43,l), -(748,39,o), -(731,36,o), -(708,36,cs), -(642,36,o), -(585,82,o), -(515,154,cs), -(346,326,ls), -(208,467,o), -(184,519,o), -(184,576,cs), -(184,653,o), -(241,706,o), -(325,706,cs), -(402,706,o), -(452,655,o), -(452,584,cs), -(452,507,o), -(404,452,o), -(263,401,c), -(285,378,l), -(431,430,o), -(490,497,o), -(490,583,cs), -(490,678,o), -(420,739,o), -(325,739,cs), -(216,739,o), -(146,666,o), -(146,577,cs), -(146,516,o), -(175,446,o), -(313,305,cs), -(485,130,ls), -(588,25,o), -(640,-6,o), -(714,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(341,-10,o), -(449,29,o), -(510,126,c), -(485,151,l), -(436,67,o), -(349,24,o), -(242,24,cs), -(146,24,o), -(80,84,o), -(80,173,cs), -(80,263,o), -(134,330,o), -(277,377,c), -(254,401,l), -(126,360,o), -(40,281,o), -(40,173,cs), -(40,64,o), -(121,-10,o), -(244,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(548,186,o), -(572,258,o), -(580,317,c), -(698,315,l), -(695,356,l), -(542,356,l), -(542,324,l), -(534,271,o), -(522,222,o), -(494,166,c), -(519,138,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(729,-6,o), -(748,-3,o), -(756,1,c), -(756,43,l), -(748,39,o), -(731,36,o), -(708,36,cs), -(638,36,o), -(577,82,o), -(492,170,cs), -(361,305,ls), -(208,462,o), -(186,519,o), -(186,576,cs), -(186,653,o), -(241,706,o), -(325,706,cs), -(402,706,o), -(452,655,o), -(452,584,cs), -(452,507,o), -(404,452,o), -(263,401,c), -(285,378,l), -(431,430,o), -(490,497,o), -(490,583,cs), -(490,678,o), -(420,739,o), -(325,739,cs), -(216,739,o), -(147,666,o), -(147,578,cs), -(147,516,o), -(174,443,o), -(328,285,cs), -(471,138,ls), -(563,44,o), -(624,-6,o), -(709,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(341,-10,o), -(449,29,o), -(510,126,c), -(485,151,l), -(436,67,o), -(349,24,o), -(242,24,cs), -(146,24,o), -(80,84,o), -(80,173,cs), -(80,263,o), -(134,330,o), -(277,377,c), -(254,401,l), -(126,360,o), -(40,281,o), -(40,173,cs), -(40,64,o), -(121,-10,o), -(244,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(548,186,o), -(571,258,o), -(580,317,c), -(698,315,l), -(695,356,l), -(542,356,l), -(542,324,l), -(534,271,o), -(523,222,o), -(494,166,c), -(519,138,l) -); -} -); -width = 786; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(329,-10,o), -(422,8,o), -(479,66,c), -(486,66,l), -(544,16,o), -(607,-12,o), -(680,-12,cs), -(711,-12,o), -(753,-7,o), -(779,5,c), -(779,158,l), -(765,154,o), -(751,152,o), -(736,152,cs), -(700,152,o), -(661,161,o), -(627,187,c), -(646,207,o), -(663,231,o), -(681,260,c), -(757,258,l), -(767,400,l), -(552,400,l), -(549,368,l), -(537,339,o), -(525,311,o), -(509,291,c), -(431,368,l), -(523,397,o), -(583,457,o), -(583,553,cs), -(583,663,o), -(482,739,o), -(339,739,cs), -(198,739,o), -(95,659,o), -(95,537,cs), -(95,480,o), -(119,438,o), -(169,384,c), -(74,354,o), -(11,275,o), -(11,183,cs), -(11,67,o), -(107,-10,o), -(251,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(261,155,o), -(231,184,o), -(231,217,cs), -(231,242,o), -(243,266,o), -(261,279,c), -(368,177,l), -(356,164,o), -(336,155,o), -(300,155,cs) -); -}, -{ -closed = 1; -nodes = ( -(316,480,o), -(301,502,o), -(301,529,cs), -(301,560,o), -(319,579,o), -(349,579,cs), -(380,579,o), -(401,561,o), -(401,531,cs), -(401,500,o), -(378,472,o), -(342,452,c) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(711,-12,o), -(753,-7,o), -(779,5,c), -(779,158,l), -(765,154,o), -(751,152,o), -(736,152,cs), -(695,152,o), -(650,164,o), -(577,232,cs), -(360,433,ls), -(320,470,o), -(301,497,o), -(301,529,cs), -(301,560,o), -(319,579,o), -(349,579,cs), -(380,579,o), -(401,561,o), -(401,531,cs), -(401,495,o), -(370,463,o), -(324,443,c), -(414,363,l), -(515,390,o), -(583,451,o), -(583,553,cs), -(583,663,o), -(482,739,o), -(339,739,cs), -(198,739,o), -(95,659,o), -(95,536,cs), -(95,454,o), -(132,394,o), -(249,286,cs), -(458,93,ls), -(536,21,o), -(602,-12,o), -(680,-12,cs) -); -}, -{ -closed = 1; -nodes = ( -(334,-10,o), -(442,10,o), -(496,77,c), -(375,186,l), -(364,168,o), -(344,155,o), -(300,155,cs), -(261,155,o), -(231,184,o), -(231,217,cs), -(231,248,o), -(249,277,o), -(274,286,c), -(186,389,l), -(82,363,o), -(11,280,o), -(11,183,cs), -(11,67,o), -(107,-10,o), -(251,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(640,199,o), -(660,226,o), -(681,260,c), -(757,258,l), -(767,400,l), -(552,400,l), -(549,368,l), -(535,334,o), -(521,301,o), -(500,281,c), -(617,177,l) -); -} -); -width = 801; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(233,-10,o), -(291,23,o), -(320,96,c), -(323,96,l), -(368,15,o), -(402,-7,o), -(440,-7,cs), -(448,-7,o), -(456,-6,o), -(461,-4,c), -(461,23,l), -(458,22,o), -(451,21,o), -(446,21,cs), -(408,21,o), -(383,46,o), -(335,132,c), -(352,193,o), -(365,279,o), -(368,353,c), -(439,350,l), -(444,376,l), -(337,376,l), -(339,360,l), -(338,301,o), -(330,229,o), -(317,165,c), -(187,399,l), -(252,450,o), -(300,535,o), -(300,615,cs), -(300,690,o), -(262,739,o), -(197,739,cs), -(135,739,o), -(89,689,o), -(89,599,cs), -(89,528,o), -(112,476,o), -(150,405,c), -(88,355,o), -(32,270,o), -(32,161,cs), -(32,58,o), -(86,-10,o), -(177,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(111,19,o), -(65,65,o), -(65,163,cs), -(65,259,o), -(108,339,o), -(163,383,c), -(306,126,l), -(284,60,o), -(241,19,o), -(178,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(139,489,o), -(121,530,o), -(121,599,cs), -(121,666,o), -(145,711,o), -(197,711,cs), -(240,711,o), -(268,679,o), -(268,613,cs), -(268,540,o), -(226,466,o), -(173,422,c) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(428,-7,o), -(436,-6,o), -(441,-4,c), -(441,25,l), -(438,24,o), -(431,23,o), -(426,23,cs), -(386,23,o), -(361,49,o), -(307,147,cs), -(164,405,ls), -(114,496,o), -(101,530,o), -(101,599,cs), -(101,666,o), -(125,711,o), -(177,711,cs), -(220,711,o), -(248,679,o), -(248,613,cs), -(248,538,o), -(203,461,o), -(148,418,c), -(162,395,l), -(230,445,o), -(280,533,o), -(280,615,cs), -(280,690,o), -(242,739,o), -(177,739,cs), -(115,739,o), -(69,689,o), -(69,599,cs), -(69,526,o), -(91,473,o), -(133,398,cs), -(289,119,ls), -(339,30,o), -(370,-7,o), -(420,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(215,-10,o), -(276,26,o), -(304,106,c), -(289,135,l), -(268,64,o), -(224,19,o), -(158,19,cs), -(91,19,o), -(45,65,o), -(45,163,cs), -(45,261,o), -(90,343,o), -(147,386,c), -(134,408,l), -(71,359,o), -(12,272,o), -(12,161,cs), -(12,58,o), -(66,-10,o), -(157,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,186,o), -(345,276,o), -(348,353,c), -(419,350,l), -(424,376,l), -(319,376,l), -(320,358,l), -(319,297,o), -(309,221,o), -(295,156,c), -(313,124,l) -); -} -); -width = 448; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(286,-10,o), -(353,15,o), -(383,53,c), -(390,53,l), -(422,15,o), -(465,-10,o), -(525,-10,cs), -(560,-10,o), -(590,-7,o), -(612,-1,c), -(612,131,l), -(597,127,o), -(582,126,o), -(568,126,cs), -(528,126,o), -(505,152,o), -(490,170,c), -(509,199,o), -(527,235,o), -(536,265,c), -(590,264,l), -(608,393,l), -(429,393,l), -(430,361,l), -(424,332,o), -(418,304,o), -(411,282,c), -(345,376,l), -(429,424,o), -(469,494,o), -(469,566,cs), -(469,670,o), -(394,739,o), -(281,739,cs), -(166,739,o), -(79,670,o), -(79,546,cs), -(79,488,o), -(102,433,o), -(139,385,c), -(59,341,o), -(24,257,o), -(24,184,cs), -(24,68,o), -(100,-10,o), -(216,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(223,135,o), -(197,160,o), -(197,212,cs), -(197,239,o), -(205,265,o), -(219,279,c), -(309,153,l), -(300,142,o), -(281,135,o), -(261,135,cs) -); -}, -{ -closed = 1; -nodes = ( -(263,489,o), -(252,520,o), -(252,549,cs), -(252,575,o), -(260,597,o), -(283,597,cs), -(298,597,o), -(314,588,o), -(314,552,cs), -(314,522,o), -(301,486,o), -(280,464,c) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(563,-7,o), -(596,-2,o), -(612,5,c), -(612,151,l), -(597,147,o), -(582,145,o), -(568,145,cs), -(520,145,o), -(490,160,o), -(447,219,cs), -(293,432,ls), -(265,471,o), -(241,510,o), -(241,550,cs), -(241,575,o), -(249,597,o), -(273,597,cs), -(288,597,o), -(304,588,o), -(304,552,cs), -(304,517,o), -(286,474,o), -(259,454,c), -(317,367,l), -(414,415,o), -(459,489,o), -(459,566,cs), -(459,670,o), -(384,739,o), -(271,739,cs), -(156,739,o), -(69,670,o), -(69,546,cs), -(69,476,o), -(97,412,o), -(145,347,cs), -(319,109,ls), -(385,19,o), -(445,-7,o), -(531,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(275,-10,o), -(347,19,o), -(378,63,c), -(297,164,l), -(294,147,o), -(270,135,o), -(244,135,cs), -(206,135,o), -(180,160,o), -(180,212,cs), -(180,245,o), -(192,276,o), -(212,286,c), -(138,393,l), -(47,352,o), -(7,262,o), -(7,184,cs), -(7,68,o), -(83,-10,o), -(199,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(493,188,o), -(514,230,o), -(526,265,c), -(577,264,l), -(595,393,l), -(419,393,l), -(420,361,l), -(413,326,o), -(406,293,o), -(397,270,c), -(471,157,l) -); -} -); -width = 620; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(723,-5,o), -(739,-1,o), -(749,3,c), -(749,44,l), -(739,39,o), -(725,35,o), -(708,35,cs), -(660,35,o), -(627,41,o), -(542,134,cs), -(314,382,ls), -(234,470,o), -(207,521,o), -(207,586,cs), -(207,656,o), -(258,705,o), -(335,705,cs), -(404,705,o), -(450,663,o), -(450,590,cs), -(450,517,o), -(401,463,o), -(278,405,c), -(301,383,l), -(425,442,o), -(487,507,o), -(487,592,cs), -(487,680,o), -(427,739,o), -(336,739,cs), -(240,739,o), -(169,677,o), -(169,582,cs), -(169,528,o), -(184,469,o), -(280,364,cs), -(512,110,ls), -(586,28,o), -(632,-5,o), -(703,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(359,-10,o), -(450,38,o), -(509,139,c), -(479,157,l), -(432,73,o), -(357,23,o), -(249,23,cs), -(160,23,o), -(97,82,o), -(97,173,cs), -(97,261,o), -(157,323,o), -(283,376,c), -(262,402,l), -(135,347,o), -(59,274,o), -(59,172,cs), -(59,65,o), -(136,-10,o), -(247,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(541,201,o), -(561,259,o), -(568,319,c), -(681,318,l), -(676,355,l), -(529,355,l), -(529,326,l), -(522,270,o), -(508,218,o), -(487,175,c), -(518,155,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(698,-5,o), -(711,-3,o), -(721,0,c), -(721,41,l), -(712,37,o), -(701,35,o), -(688,35,cs), -(619,35,o), -(569,67,o), -(477,170,cs), -(308,359,ls), -(215,464,o), -(187,521,o), -(187,586,cs), -(187,656,o), -(238,705,o), -(315,705,cs), -(384,705,o), -(430,663,o), -(430,590,cs), -(430,517,o), -(381,463,o), -(258,405,c), -(281,383,l), -(405,442,o), -(467,507,o), -(467,592,cs), -(467,680,o), -(406,739,o), -(316,739,cs), -(220,739,o), -(149,677,o), -(149,582,cs), -(149,528,o), -(166,463,o), -(273,343,cs), -(448,146,ls), -(514,72,o), -(585,-5,o), -(683,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(339,-10,o), -(430,38,o), -(489,139,c), -(459,157,l), -(412,73,o), -(337,23,o), -(229,23,cs), -(140,23,o), -(77,82,o), -(77,173,cs), -(77,261,o), -(137,323,o), -(263,376,c), -(242,402,l), -(115,347,o), -(39,274,o), -(39,172,cs), -(39,65,o), -(116,-10,o), -(227,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(520,197,o), -(542,267,o), -(548,319,c), -(671,318,l), -(666,355,l), -(509,355,l), -(509,326,l), -(502,267,o), -(486,212,o), -(463,168,c), -(494,147,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -25 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -} -); -}; -width = 749; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-481,-10,o), -(-399,9,o), -(-340,64,c), -(-331,64,l), -(-271,10,o), -(-214,-8,o), -(-148,-8,cs), -(-126,-8,o), -(-103,-6,o), -(-79,-1,c), -(-73,147,l), -(-85,143,o), -(-97,141,o), -(-111,141,cs), -(-145,141,o), -(-180,157,o), -(-221,192,c), -(-203,216,o), -(-190,236,o), -(-178,256,c), -(-99,253,l), -(-80,396,l), -(-281,396,l), -(-284,365,l), -(-290,344,o), -(-304,318,o), -(-322,291,c), -(-392,368,l), -(-302,410,o), -(-252,478,o), -(-252,557,cs), -(-252,667,o), -(-338,739,o), -(-459,739,cs), -(-595,739,o), -(-693,659,o), -(-693,542,cs), -(-693,486,o), -(-673,431,o), -(-629,384,c), -(-711,351,o), -(-771,275,o), -(-771,187,cs), -(-771,65,o), -(-681,-10,o), -(-560,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(-552,147,o), -(-580,173,o), -(-580,211,cs), -(-580,244,o), -(-564,267,o), -(-541,280,c), -(-439,170,l), -(-456,154,o), -(-482,147,o), -(-513,147,cs) -); -}, -{ -closed = 1; -nodes = ( -(-496,480,o), -(-513,511,o), -(-513,537,cs), -(-513,568,o), -(-491,587,o), -(-463,587,cs), -(-434,587,o), -(-416,567,o), -(-416,538,cs), -(-416,506,o), -(-436,476,o), -(-468,454,c) -); -}, -{ -closed = 1; -nodes = ( -(327,-10,o), -(415,19,o), -(460,63,c), -(469,63,l), -(529,10,o), -(586,-8,o), -(652,-8,cs), -(674,-8,o), -(697,-6,o), -(721,-1,c), -(728,148,l), -(714,143,o), -(701,141,o), -(688,141,cs), -(658,141,o), -(624,155,o), -(581,190,c), -(597,213,o), -(613,236,o), -(625,256,c), -(701,253,l), -(720,397,l), -(512,398,l), -(510,366,l), -(505,350,o), -(496,327,o), -(475,294,c), -(408,368,l), -(493,407,o), -(549,475,o), -(549,558,cs), -(549,667,o), -(461,739,o), -(341,739,cs), -(205,739,o), -(106,659,o), -(106,541,cs), -(106,482,o), -(129,429,o), -(170,385,c), -(90,351,o), -(29,276,o), -(29,187,cs), -(29,65,o), -(120,-10,o), -(239,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,145,o), -(220,171,o), -(220,211,cs), -(220,239,o), -(236,266,o), -(259,280,c), -(361,170,l), -(345,155,o), -(315,145,o), -(285,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(305,479,o), -(287,510,o), -(287,536,cs), -(287,566,o), -(310,587,o), -(337,587,cs), -(366,587,o), -(384,565,o), -(384,538,cs), -(384,507,o), -(364,476,o), -(333,455,c) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(653,-8,o), -(676,-6,o), -(700,-1,c), -(707,152,l), -(693,147,o), -(680,145,o), -(667,145,cs), -(633,145,o), -(588,156,o), -(542,205,cs), -(347,411,ls), -(269,493,o), -(266,509,o), -(266,538,cs), -(266,569,o), -(289,587,o), -(316,587,cs), -(345,587,o), -(363,568,o), -(363,538,cs), -(363,502,o), -(336,466,o), -(297,446,c), -(370,361,l), -(465,398,o), -(528,470,o), -(528,558,cs), -(528,667,o), -(440,739,o), -(320,739,cs), -(184,739,o), -(85,659,o), -(85,536,cs), -(85,480,o), -(104,423,o), -(181,342,cs), -(434,76,ls), -(496,11,o), -(560,-8,o), -(631,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(329,-10,o), -(424,30,o), -(468,97,c), -(367,193,l), -(348,164,o), -(314,144,o), -(270,144,cs), -(227,144,o), -(199,171,o), -(199,211,cs), -(199,244,o), -(222,276,o), -(252,287,c), -(165,390,l), -(78,361,o), -(8,281,o), -(8,187,cs), -(8,65,o), -(99,-10,o), -(221,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(573,196,o), -(596,230,o), -(612,256,c), -(684,253,l), -(669,398,l), -(491,398,l), -(489,366,l), -(483,346,o), -(469,315,o), -(435,265,c), -(547,166,l) -); -} -); -width = 720; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-169,-4,o), -(-158,-2,o), -(-151,0,c), -(-151,39,l), -(-161,36,o), -(-170,35,o), -(-182,35,cs), -(-236,35,o), -(-295,60,o), -(-387,159,cs), -(-574,362,ls), -(-696,494,o), -(-720,526,o), -(-720,583,cs), -(-720,656,o), -(-660,706,o), -(-579,706,cs), -(-509,706,o), -(-446,657,o), -(-446,585,cs), -(-446,506,o), -(-501,457,o), -(-632,405,c), -(-607,383,l), -(-468,437,o), -(-409,500,o), -(-409,582,cs), -(-409,673,o), -(-484,739,o), -(-580,739,cs), -(-685,739,o), -(-757,674,o), -(-757,584,cs), -(-757,519,o), -(-722,470,o), -(-622,360,cs), -(-411,130,ls), -(-319,29,o), -(-254,-4,o), -(-185,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(-560,-10,o), -(-453,29,o), -(-390,124,c), -(-417,149,l), -(-465,74,o), -(-547,24,o), -(-656,24,cs), -(-754,24,o), -(-820,85,o), -(-820,172,cs), -(-820,259,o), -(-760,336,o), -(-623,377,c), -(-646,401,l), -(-779,360,o), -(-860,281,o), -(-860,174,cs), -(-860,65,o), -(-777,-10,o), -(-651,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(-347,203,o), -(-326,259,o), -(-318,321,c), -(-200,319,l), -(-201,360,l), -(-357,360,l), -(-357,327,l), -(-367,270,o), -(-383,219,o), -(-406,167,c), -(-376,142,l) -); -}, -{ -closed = 1; -nodes = ( -(726,-6,o), -(743,-4,o), -(756,0,c), -(756,43,l), -(748,39,o), -(731,36,o), -(708,36,cs), -(642,36,o), -(585,82,o), -(515,154,cs), -(346,326,ls), -(208,467,o), -(184,519,o), -(184,576,cs), -(184,653,o), -(241,706,o), -(325,706,cs), -(402,706,o), -(452,655,o), -(452,584,cs), -(452,507,o), -(404,452,o), -(263,401,c), -(285,378,l), -(431,430,o), -(490,497,o), -(490,583,cs), -(490,678,o), -(420,739,o), -(325,739,cs), -(216,739,o), -(146,666,o), -(146,577,cs), -(146,516,o), -(175,446,o), -(313,305,cs), -(485,130,ls), -(588,25,o), -(640,-6,o), -(714,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(341,-10,o), -(449,29,o), -(510,126,c), -(485,151,l), -(436,67,o), -(349,24,o), -(242,24,cs), -(146,24,o), -(80,84,o), -(80,173,cs), -(80,263,o), -(134,330,o), -(277,377,c), -(254,401,l), -(126,360,o), -(40,281,o), -(40,173,cs), -(40,64,o), -(121,-10,o), -(244,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(548,186,o), -(572,258,o), -(580,317,c), -(698,315,l), -(695,356,l), -(542,356,l), -(542,324,l), -(534,271,o), -(522,222,o), -(494,166,c), -(519,138,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(719,-6,o), -(738,-3,o), -(746,1,c), -(746,43,l), -(738,39,o), -(721,36,o), -(698,36,cs), -(628,36,o), -(567,82,o), -(482,170,cs), -(351,305,ls), -(198,462,o), -(176,519,o), -(176,576,cs), -(176,653,o), -(231,706,o), -(315,706,cs), -(392,706,o), -(442,655,o), -(442,584,cs), -(442,507,o), -(394,452,o), -(253,401,c), -(275,378,l), -(421,430,o), -(480,497,o), -(480,583,cs), -(480,678,o), -(410,739,o), -(315,739,cs), -(206,739,o), -(137,666,o), -(137,578,cs), -(137,516,o), -(164,443,o), -(318,285,cs), -(461,138,ls), -(553,44,o), -(614,-6,o), -(699,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,-10,o), -(439,29,o), -(500,126,c), -(475,151,l), -(426,67,o), -(339,24,o), -(232,24,cs), -(136,24,o), -(70,84,o), -(70,173,cs), -(70,263,o), -(124,330,o), -(267,377,c), -(244,401,l), -(116,360,o), -(30,281,o), -(30,173,cs), -(30,64,o), -(111,-10,o), -(234,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(538,186,o), -(561,258,o), -(570,317,c), -(688,315,l), -(685,356,l), -(532,356,l), -(532,324,l), -(524,271,o), -(513,222,o), -(484,166,c), -(509,138,l) -); -} -); -width = 766; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(329,-10,o), -(422,8,o), -(479,66,c), -(486,66,l), -(544,16,o), -(607,-12,o), -(680,-12,cs), -(711,-12,o), -(753,-7,o), -(779,5,c), -(779,158,l), -(765,154,o), -(751,152,o), -(736,152,cs), -(700,152,o), -(661,161,o), -(627,187,c), -(646,207,o), -(663,231,o), -(681,260,c), -(757,258,l), -(767,400,l), -(552,400,l), -(549,368,l), -(537,339,o), -(525,311,o), -(509,291,c), -(431,368,l), -(523,397,o), -(583,457,o), -(583,553,cs), -(583,663,o), -(482,739,o), -(339,739,cs), -(198,739,o), -(95,659,o), -(95,537,cs), -(95,480,o), -(119,438,o), -(169,384,c), -(74,354,o), -(11,275,o), -(11,183,cs), -(11,67,o), -(107,-10,o), -(251,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(261,155,o), -(231,184,o), -(231,217,cs), -(231,242,o), -(243,266,o), -(261,279,c), -(368,177,l), -(356,164,o), -(336,155,o), -(300,155,cs) -); -}, -{ -closed = 1; -nodes = ( -(316,480,o), -(301,502,o), -(301,529,cs), -(301,560,o), -(319,579,o), -(349,579,cs), -(380,579,o), -(401,561,o), -(401,531,cs), -(401,500,o), -(378,472,o), -(342,452,c) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(701,-12,o), -(743,-7,o), -(769,5,c), -(769,158,l), -(755,154,o), -(741,152,o), -(726,152,cs), -(685,152,o), -(640,164,o), -(567,232,cs), -(350,433,ls), -(310,470,o), -(291,497,o), -(291,529,cs), -(291,560,o), -(309,579,o), -(339,579,cs), -(370,579,o), -(391,561,o), -(391,531,cs), -(391,495,o), -(360,463,o), -(314,443,c), -(404,363,l), -(505,390,o), -(573,451,o), -(573,553,cs), -(573,663,o), -(472,739,o), -(329,739,cs), -(188,739,o), -(85,659,o), -(85,536,cs), -(85,454,o), -(122,394,o), -(239,286,cs), -(448,93,ls), -(526,21,o), -(592,-12,o), -(670,-12,cs) -); -}, -{ -closed = 1; -nodes = ( -(324,-10,o), -(432,10,o), -(486,77,c), -(365,186,l), -(354,168,o), -(334,155,o), -(290,155,cs), -(251,155,o), -(221,184,o), -(221,217,cs), -(221,248,o), -(239,277,o), -(264,286,c), -(176,389,l), -(72,363,o), -(1,280,o), -(1,183,cs), -(1,67,o), -(97,-10,o), -(241,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(630,199,o), -(650,226,o), -(671,260,c), -(747,258,l), -(757,400,l), -(542,400,l), -(539,368,l), -(525,334,o), -(511,301,o), -(490,281,c), -(607,177,l) -); -} -); -width = 781; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(723,-5,o), -(739,-1,o), -(749,3,c), -(749,44,l), -(739,39,o), -(725,35,o), -(708,35,cs), -(660,35,o), -(627,41,o), -(542,134,cs), -(314,382,ls), -(234,470,o), -(207,521,o), -(207,586,cs), -(207,656,o), -(258,705,o), -(335,705,cs), -(404,705,o), -(450,663,o), -(450,590,cs), -(450,517,o), -(401,463,o), -(278,405,c), -(301,383,l), -(425,442,o), -(487,507,o), -(487,592,cs), -(487,680,o), -(427,739,o), -(336,739,cs), -(240,739,o), -(169,677,o), -(169,582,cs), -(169,528,o), -(184,469,o), -(280,364,cs), -(512,110,ls), -(586,28,o), -(632,-5,o), -(703,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(359,-10,o), -(450,38,o), -(509,139,c), -(479,157,l), -(432,73,o), -(357,23,o), -(249,23,cs), -(160,23,o), -(97,82,o), -(97,173,cs), -(97,261,o), -(157,323,o), -(283,376,c), -(262,402,l), -(135,347,o), -(59,274,o), -(59,172,cs), -(59,65,o), -(136,-10,o), -(247,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(541,201,o), -(561,259,o), -(568,319,c), -(681,318,l), -(676,355,l), -(529,355,l), -(529,326,l), -(522,270,o), -(508,218,o), -(487,175,c), -(518,155,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(707,-5,o), -(720,-3,o), -(730,0,c), -(730,41,l), -(721,37,o), -(710,35,o), -(697,35,cs), -(630,35,o), -(580,67,o), -(490,170,cs), -(325,359,ls), -(234,464,o), -(206,521,o), -(206,586,cs), -(206,656,o), -(255,705,o), -(332,705,cs), -(399,705,o), -(444,663,o), -(444,590,cs), -(444,517,o), -(396,463,o), -(275,405,c), -(298,383,l), -(420,442,o), -(480,507,o), -(480,592,cs), -(480,680,o), -(421,739,o), -(333,739,cs), -(239,739,o), -(168,677,o), -(168,582,cs), -(168,528,o), -(185,463,o), -(290,343,cs), -(461,146,ls), -(527,72,o), -(596,-5,o), -(692,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(354,-10,o), -(444,38,o), -(502,139,c), -(472,157,l), -(427,73,o), -(352,23,o), -(248,23,cs), -(159,23,o), -(98,82,o), -(98,173,cs), -(98,261,o), -(156,323,o), -(280,376,c), -(259,402,l), -(136,347,o), -(60,274,o), -(60,172,cs), -(60,65,o), -(137,-10,o), -(246,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(533,197,o), -(553,267,o), -(559,319,c), -(680,318,l), -(675,355,l), -(522,355,l), -(522,326,l), -(515,267,o), -(499,212,o), -(476,168,c), -(507,147,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -25 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -} -); -}; -width = 778; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-481,-10,o), -(-399,9,o), -(-340,64,c), -(-331,64,l), -(-271,10,o), -(-214,-8,o), -(-148,-8,cs), -(-126,-8,o), -(-103,-6,o), -(-79,-1,c), -(-73,147,l), -(-85,143,o), -(-97,141,o), -(-111,141,cs), -(-145,141,o), -(-180,157,o), -(-221,192,c), -(-203,216,o), -(-190,236,o), -(-178,256,c), -(-99,253,l), -(-80,396,l), -(-281,396,l), -(-284,365,l), -(-290,344,o), -(-304,318,o), -(-322,291,c), -(-392,368,l), -(-302,410,o), -(-252,478,o), -(-252,557,cs), -(-252,667,o), -(-338,739,o), -(-459,739,cs), -(-595,739,o), -(-693,659,o), -(-693,542,cs), -(-693,486,o), -(-673,431,o), -(-629,384,c), -(-711,351,o), -(-771,275,o), -(-771,187,cs), -(-771,65,o), -(-681,-10,o), -(-560,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(-552,147,o), -(-580,173,o), -(-580,211,cs), -(-580,244,o), -(-564,267,o), -(-541,280,c), -(-439,170,l), -(-456,154,o), -(-482,147,o), -(-513,147,cs) -); -}, -{ -closed = 1; -nodes = ( -(-496,480,o), -(-513,511,o), -(-513,537,cs), -(-513,568,o), -(-491,587,o), -(-463,587,cs), -(-434,587,o), -(-416,567,o), -(-416,538,cs), -(-416,506,o), -(-436,476,o), -(-468,454,c) -); -}, -{ -closed = 1; -nodes = ( -(327,-10,o), -(415,19,o), -(460,63,c), -(469,63,l), -(529,10,o), -(586,-8,o), -(652,-8,cs), -(674,-8,o), -(697,-6,o), -(721,-1,c), -(728,148,l), -(714,143,o), -(701,141,o), -(688,141,cs), -(658,141,o), -(624,155,o), -(581,190,c), -(597,213,o), -(613,236,o), -(625,256,c), -(701,253,l), -(720,397,l), -(512,398,l), -(510,366,l), -(505,350,o), -(496,327,o), -(475,294,c), -(408,368,l), -(493,407,o), -(549,475,o), -(549,558,cs), -(549,667,o), -(461,739,o), -(341,739,cs), -(205,739,o), -(106,659,o), -(106,541,cs), -(106,482,o), -(129,429,o), -(170,385,c), -(90,351,o), -(29,276,o), -(29,187,cs), -(29,65,o), -(120,-10,o), -(239,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,145,o), -(220,171,o), -(220,211,cs), -(220,239,o), -(236,266,o), -(259,280,c), -(361,170,l), -(345,155,o), -(315,145,o), -(285,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(305,479,o), -(287,510,o), -(287,536,cs), -(287,566,o), -(310,587,o), -(337,587,cs), -(366,587,o), -(384,565,o), -(384,538,cs), -(384,507,o), -(364,476,o), -(333,455,c) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(656,-8,o), -(679,-6,o), -(703,-1,c), -(710,152,l), -(696,147,o), -(683,145,o), -(670,145,cs), -(639,145,o), -(595,157,o), -(550,205,cs), -(360,410,ls), -(284,492,o), -(281,509,o), -(281,538,cs), -(281,569,o), -(304,587,o), -(329,587,cs), -(356,587,o), -(373,568,o), -(373,538,cs), -(373,502,o), -(347,466,o), -(311,446,c), -(383,361,l), -(475,398,o), -(537,470,o), -(537,558,cs), -(537,667,o), -(450,739,o), -(333,739,cs), -(199,739,o), -(102,659,o), -(102,536,cs), -(102,479,o), -(120,423,o), -(196,341,cs), -(444,76,ls), -(504,11,o), -(567,-8,o), -(635,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(341,-10,o), -(434,30,o), -(476,97,c), -(377,193,l), -(358,163,o), -(326,144,o), -(284,144,cs), -(244,144,o), -(217,171,o), -(217,211,cs), -(217,244,o), -(239,276,o), -(266,287,c), -(180,390,l), -(96,361,o), -(28,281,o), -(28,187,cs), -(28,65,o), -(117,-10,o), -(236,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(581,196,o), -(603,230,o), -(619,256,c), -(688,253,l), -(673,398,l), -(499,398,l), -(497,366,l), -(491,346,o), -(477,315,o), -(445,265,c), -(555,166,l) -); -} -); -width = 742; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(187,-7,o), -(249,29,o), -(286,103,c), -(273,134,l), -(249,67,o), -(198,23,o), -(137,23,cs), -(76,23,o), -(38,59,o), -(41,132,cs), -(44,226,o), -(102,334,o), -(188,387,c), -(312,0,l), -(344,0,l), -(298,141,l), -(298,119,l), -(328,175,o), -(360,264,o), -(376,342,c), -(446,342,l), -(451,369,l), -(355,369,l), -(342,302,o), -(315,216,o), -(291,162,c), -(212,399,l), -(213,402,l), -(290,449,o), -(364,546,o), -(368,640,cs), -(370,700,o), -(341,739,o), -(283,739,cs), -(201,739,o), -(157,653,o), -(154,555,cs), -(152,502,o), -(165,454,o), -(180,399,c), -(185,415,l), -(88,357,o), -(12,244,o), -(8,133,cs), -(5,49,o), -(53,-6,o), -(133,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(191,472,o), -(181,511,o), -(183,556,cs), -(185,626,o), -(214,711,o), -(279,711,cs), -(317,711,o), -(341,689,o), -(339,639,cs), -(336,559,o), -(276,472,o), -(206,425,c), -(203,425,l) -); -} -); -}; -guides = ( -{ -pos = (349,376); -}, -{ -pos = (378,353); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(402,-4,o), -(408,-4,o), -(414,-3,c), -(420,26,l), -(412,24,o), -(406,24,o), -(400,24,cs), -(351,24,o), -(323,57,o), -(290,159,cs), -(223,367,ls), -(186,481,o), -(186,514,o), -(186,571,cs), -(186,655,o), -(223,711,o), -(279,711,cs), -(315,711,o), -(339,687,o), -(339,635,cs), -(339,562,o), -(277,476,o), -(202,424,c), -(210,400,l), -(290,453,o), -(368,548,o), -(368,636,cs), -(368,703,o), -(335,739,o), -(283,739,cs), -(196,739,o), -(157,646,o), -(157,563,cs), -(157,497,o), -(164,465,o), -(203,339,cs), -(260,157,ls), -(302,24,o), -(344,-4,o), -(397,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(198,-7,o), -(259,34,o), -(290,112,c), -(274,137,l), -(251,68,o), -(200,22,o), -(136,22,cs), -(79,22,o), -(41,58,o), -(41,134,cs), -(41,218,o), -(98,319,o), -(194,388,c), -(182,411,l), -(86,342,o), -(10,237,o), -(10,134,cs), -(10,47,o), -(59,-7,o), -(130,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(326,176,o), -(359,275,o), -(378,352,c), -(450,350,l), -(460,376,l), -(353,376,l), -(352,369,l), -(340,299,o), -(308,209,o), -(281,141,c), -(293,113,l) -); -} -); -width = 483; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-181,0,l), -(-365,382,ls), -(-405,465,o), -(-420,506,o), -(-419,543,cs), -(-418,575,o), -(-404,596,o), -(-379,596,cs), -(-362,596,o), -(-352,581,o), -(-353,559,cs), -(-354,518,o), -(-378,482,o), -(-421,456,c), -(-378,370,l), -(-276,394,o), -(-206,475,o), -(-203,567,cs), -(-200,667,o), -(-262,739,o), -(-369,739,cs), -(-494,739,o), -(-571,648,o), -(-574,539,cs), -(-576,486,o), -(-565,441,o), -(-501,302,cs), -(-362,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-426,144,o), -(-442,132,o), -(-473,132,cs), -(-507,132,o), -(-529,156,o), -(-528,198,cs), -(-527,241,o), -(-500,286,o), -(-473,301,c), -(-521,416,l), -(-627,372,o), -(-702,271,o), -(-705,173,cs), -(-709,63,o), -(-640,-10,o), -(-533,-10,cs), -(-472,-10,o), -(-401,5,o), -(-360,64,c), -(-412,164,l) -); -}, -{ -closed = 1; -nodes = ( -(-233,182,o), -(-208,219,o), -(-189,261,c), -(-137,261,l), -(-109,393,l), -(-269,393,l), -(-277,353,o), -(-294,309,o), -(-322,263,c), -(-265,144,l) -); -}, -{ -closed = 1; -nodes = ( -(486,-7,o), -(515,-2,o), -(534,5,c), -(564,151,l), -(548,147,o), -(533,145,o), -(519,145,cs), -(471,145,o), -(441,160,o), -(402,243,cs), -(305,448,ls), -(286,487,o), -(281,515,o), -(281,540,cs), -(281,573,o), -(295,596,o), -(320,596,cs), -(337,596,o), -(348,583,o), -(347,558,cs), -(346,521,o), -(324,484,o), -(281,458,c), -(322,370,l), -(425,402,o), -(493,485,o), -(493,581,cs), -(493,676,o), -(427,739,o), -(329,739,cs), -(211,739,o), -(131,659,o), -(128,542,cs), -(126,486,o), -(136,442,o), -(199,302,cs), -(261,165,ls), -(327,19,o), -(380,-7,o), -(458,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,-10,o), -(315,17,o), -(350,66,c), -(288,164,l), -(274,144,o), -(258,132,o), -(227,132,cs), -(193,132,o), -(171,156,o), -(172,198,cs), -(173,241,o), -(200,286,o), -(227,301,c), -(179,416,l), -(75,372,o), -(2,271,o), -(-1,173,cs), -(-5,63,o), -(62,-10,o), -(167,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(460,180,o), -(492,223,o), -(511,265,c), -(559,263,l), -(591,393,l), -(430,393,l), -(422,357,l), -(412,324,o), -(395,289,o), -(373,253,c), -(428,142,l) -); -} -); -}; -guides = ( -{ -angle = 180; -pos = (524,265); -}, -{ -pos = (593,393); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(486,-7,o), -(515,-2,o), -(534,5,c), -(564,151,l), -(548,147,o), -(533,145,o), -(519,145,cs), -(471,145,o), -(441,160,o), -(402,243,cs), -(305,448,ls), -(286,487,o), -(281,515,o), -(281,540,cs), -(281,573,o), -(295,596,o), -(320,596,cs), -(336,596,o), -(347,584,o), -(347,561,cs), -(347,523,o), -(325,485,o), -(281,458,c), -(322,370,l), -(425,402,o), -(493,485,o), -(493,581,cs), -(493,676,o), -(427,739,o), -(329,739,cs), -(207,739,o), -(128,654,o), -(128,531,cs), -(128,474,o), -(143,403,o), -(189,302,cs), -(251,165,ls), -(304,48,o), -(360,-7,o), -(458,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,-10,o), -(315,17,o), -(350,66,c), -(288,164,l), -(274,144,o), -(258,132,o), -(227,132,cs), -(194,132,o), -(172,155,o), -(172,195,cs), -(172,239,o), -(199,286,o), -(227,301,c), -(179,416,l), -(72,371,o), -(-1,264,o), -(-1,164,cs), -(-1,59,o), -(65,-10,o), -(167,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(460,180,o), -(492,223,o), -(511,265,c), -(559,263,l), -(591,393,l), -(430,393,l), -(422,357,l), -(412,324,o), -(395,289,o), -(373,253,c), -(428,142,l) -); -} -); -width = 606; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(671,-6,o), -(684,-4,o), -(695,0,c), -(704,38,l), -(693,33,o), -(679,31,o), -(665,31,cs), -(598,31,o), -(556,65,o), -(486,170,cs), -(356,366,ls), -(276,487,o), -(269,532,o), -(269,571,cs), -(269,655,o), -(322,706,o), -(397,706,cs), -(460,706,o), -(502,664,o), -(502,600,cs), -(502,511,o), -(436,458,o), -(309,407,c), -(326,381,l), -(465,435,o), -(538,505,o), -(538,601,cs), -(538,684,o), -(481,739,o), -(397,739,cs), -(302,739,o), -(233,670,o), -(233,572,cs), -(233,519,o), -(247,464,o), -(337,330,cs), -(460,146,ls), -(533,37,o), -(582,-6,o), -(656,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(355,-9,o), -(446,27,o), -(506,112,c), -(482,135,l), -(431,63,o), -(357,24,o), -(263,24,cs), -(172,24,o), -(110,72,o), -(110,166,cs), -(110,252,o), -(160,320,o), -(320,382,c), -(304,411,l), -(159,356,o), -(73,280,o), -(73,165,cs), -(73,58,o), -(147,-9,o), -(259,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(553,175,o), -(589,259,o), -(605,320,c), -(722,318,l), -(725,355,l), -(575,355,l), -(570,326,l), -(552,256,o), -(520,189,o), -(485,138,c), -(510,118,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(651,-6,o), -(665,-4,o), -(676,0,c), -(685,38,l), -(674,33,o), -(659,31,o), -(645,31,cs), -(578,31,o), -(534,65,o), -(463,170,cs), -(330,366,ls), -(248,487,o), -(240,532,o), -(240,572,cs), -(240,655,o), -(294,706,o), -(370,706,cs), -(434,706,o), -(478,664,o), -(478,599,cs), -(478,511,o), -(411,458,o), -(282,407,c), -(299,381,l), -(440,435,o), -(514,505,o), -(514,600,cs), -(514,684,o), -(455,739,o), -(370,739,cs), -(274,739,o), -(204,670,o), -(204,573,cs), -(204,522,o), -(217,467,o), -(311,330,cs), -(437,146,ls), -(510,40,o), -(559,-6,o), -(636,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(325,-9,o), -(416,27,o), -(476,112,c), -(452,135,l), -(401,63,o), -(327,24,o), -(233,24,cs), -(142,24,o), -(80,72,o), -(80,166,cs), -(80,252,o), -(130,320,o), -(290,382,c), -(274,411,l), -(129,356,o), -(43,280,o), -(43,165,cs), -(43,58,o), -(117,-9,o), -(229,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(523,175,o), -(559,259,o), -(575,320,c), -(692,318,l), -(695,355,l), -(545,355,l), -(540,326,l), -(522,256,o), -(490,189,o), -(455,138,c), -(480,118,l) -); -} -); -width = 778; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(592,-8,o), -(615,-6,o), -(640,-1,c), -(679,152,l), -(664,147,o), -(651,145,o), -(638,145,cs), -(604,145,o), -(561,156,o), -(506,232,cs), -(355,440,ls), -(330,474,o), -(315,507,o), -(315,536,cs), -(315,566,o), -(335,587,o), -(368,587,cs), -(394,587,o), -(411,569,o), -(411,543,cs), -(411,506,o), -(379,473,o), -(325,446,c), -(390,355,l), -(505,400,o), -(565,473,o), -(565,562,cs), -(565,664,o), -(496,739,o), -(374,739,cs), -(240,739,o), -(136,652,o), -(136,525,cs), -(136,469,o), -(150,408,o), -(227,302,cs), -(377,96,ls), -(439,11,o), -(499,-8,o), -(570,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,-10,o), -(423,34,o), -(465,111,c), -(364,186,l), -(338,156,o), -(307,143,o), -(267,143,cs), -(229,143,o), -(200,168,o), -(200,212,cs), -(200,256,o), -(233,283,o), -(278,297,c), -(202,399,l), -(93,367,o), -(16,288,o), -(16,178,cs), -(16,60,o), -(100,-10,o), -(224,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(558,179,o), -(591,220,o), -(614,256,c), -(690,253,l), -(685,398,l), -(517,398,l), -(513,366,l), -(493,325,o), -(468,293,o), -(433,245,c), -(520,143,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(597,-8,o), -(619,-6,o), -(644,-1,c), -(683,152,l), -(669,148,o), -(650,145,o), -(631,145,cs), -(584,145,o), -(560,162,o), -(509,232,cs), -(356,440,ls), -(330,475,o), -(316,509,o), -(316,537,cs), -(316,567,o), -(336,589,o), -(368,589,cs), -(395,589,o), -(413,570,o), -(413,543,cs), -(413,506,o), -(381,473,o), -(326,446,c), -(391,355,l), -(507,400,o), -(567,471,o), -(567,560,cs), -(567,663,o), -(491,739,o), -(367,739,cs), -(230,739,o), -(137,653,o), -(137,524,cs), -(137,469,o), -(151,408,o), -(229,302,cs), -(366,115,ls), -(432,25,o), -(483,-8,o), -(568,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(330,-10,o), -(423,34,o), -(466,115,c), -(362,195,l), -(337,157,o), -(306,142,o), -(268,142,cs), -(226,142,o), -(198,167,o), -(198,209,cs), -(198,256,o), -(231,283,o), -(276,297,c), -(200,399,l), -(91,367,o), -(14,288,o), -(14,178,cs), -(14,60,o), -(98,-10,o), -(222,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(556,179,o), -(589,220,o), -(612,256,c), -(688,253,l), -(683,398,l), -(515,398,l), -(511,366,l), -(491,325,o), -(468,293,o), -(431,245,c), -(518,143,l) -); -} -); -width = 741; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(661,-9,o), -(677,-8,o), -(682,-6,c), -(691,36,l), -(685,34,o), -(672,32,o), -(659,32,cs), -(581,32,o), -(534,78,o), -(453,183,cs), -(396,257,ls), -(252,444,o), -(233,514,o), -(233,567,cs), -(233,645,o), -(293,712,o), -(383,712,cs), -(458,712,o), -(503,667,o), -(503,604,cs), -(503,500,o), -(406,452,o), -(282,411,c), -(298,385,l), -(437,428,o), -(541,489,o), -(541,607,cs), -(541,689,o), -(479,745,o), -(385,745,cs), -(279,745,o), -(195,671,o), -(195,567,cs), -(195,507,o), -(220,423,o), -(363,237,cs), -(426,155,ls), -(506,51,o), -(558,-9,o), -(649,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(302,-9,o), -(396,23,o), -(466,103,c), -(445,131,l), -(389,59,o), -(310,25,o), -(215,25,cs), -(127,25,o), -(64,72,o), -(64,164,cs), -(64,268,o), -(138,338,o), -(271,380,c), -(254,407,l), -(127,366,o), -(25,287,o), -(25,161,cs), -(25,52,o), -(103,-9,o), -(212,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(523,175,o), -(564,251,o), -(586,318,c), -(702,315,l), -(703,356,l), -(553,356,l), -(549,324,l), -(528,265,o), -(506,214,o), -(461,151,c), -(482,124,l) -); -}, -{ -closed = 1; -nodes = ( -(1468,-7,o), -(1488,-6,o), -(1494,-2,c), -(1501,40,l), -(1495,38,o), -(1480,35,o), -(1463,35,cs), -(1390,35,o), -(1338,77,o), -(1257,175,cs), -(1198,246,ls), -(1059,414,o), -(1023,499,o), -(1023,565,cs), -(1023,649,o), -(1076,706,o), -(1168,706,cs), -(1245,706,o), -(1292,652,o), -(1292,587,cs), -(1292,477,o), -(1199,435,o), -(1080,395,c), -(1097,370,l), -(1230,410,o), -(1330,469,o), -(1330,591,cs), -(1330,674,o), -(1266,739,o), -(1169,739,cs), -(1060,739,o), -(985,668,o), -(985,564,cs), -(985,503,o), -(1012,410,o), -(1166,225,cs), -(1231,147,ls), -(1313,49,o), -(1369,-7,o), -(1454,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(1105,-10,o), -(1203,21,o), -(1272,104,c), -(1251,132,l), -(1196,58,o), -(1113,24,o), -(1016,26,cs), -(928,27,o), -(864,74,o), -(864,164,cs), -(864,267,o), -(942,332,o), -(1070,369,c), -(1053,396,l), -(926,358,o), -(825,283,o), -(825,162,cs), -(825,55,o), -(904,-7,o), -(1013,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(1327,175,o), -(1368,251,o), -(1390,318,c), -(1502,315,l), -(1503,356,l), -(1357,356,l), -(1353,324,l), -(1332,265,o), -(1310,214,o), -(1265,151,c), -(1286,124,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(668,-5,o), -(686,-4,o), -(692,0,c), -(699,39,l), -(693,37,o), -(678,34,o), -(661,34,cs), -(589,34,o), -(536,76,o), -(456,174,cs), -(398,245,ls), -(259,415,o), -(225,500,o), -(225,564,cs), -(225,649,o), -(279,707,o), -(372,707,cs), -(445,707,o), -(494,660,o), -(494,589,cs), -(494,483,o), -(398,441,o), -(277,401,c), -(294,375,l), -(428,415,o), -(531,474,o), -(531,589,cs), -(531,680,o), -(466,739,o), -(371,739,cs), -(263,739,o), -(188,668,o), -(188,563,cs), -(188,504,o), -(215,410,o), -(366,225,cs), -(424,154,ls), -(499,63,o), -(560,-5,o), -(652,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,-9,o), -(412,28,o), -(474,105,c), -(451,130,l), -(404,64,o), -(324,25,o), -(220,25,cs), -(130,25,o), -(64,75,o), -(64,169,cs), -(64,271,o), -(140,334,o), -(265,370,c), -(248,397,l), -(123,360,o), -(25,287,o), -(25,168,cs), -(25,55,o), -(108,-9,o), -(222,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(529,176,o), -(568,248,o), -(590,315,c), -(702,313,l), -(703,354,l), -(556,354,l), -(552,322,l), -(532,264,o), -(509,211,o), -(465,149,c), -(489,123,l) -); -} -); -width = 776; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(638,-12,o), -(682,-7,o), -(710,5,c), -(742,158,l), -(727,154,o), -(713,152,o), -(698,152,cs), -(657,152,o), -(614,164,o), -(555,232,cs), -(380,433,ls), -(353,464,o), -(339,489,o), -(339,519,cs), -(339,555,o), -(363,579,o), -(399,579,cs), -(425,579,o), -(443,561,o), -(443,534,cs), -(443,495,o), -(402,465,o), -(346,443,c), -(419,353,l), -(549,391,o), -(624,462,o), -(624,561,cs), -(624,662,o), -(547,739,o), -(412,739,cs), -(244,739,o), -(139,644,o), -(139,506,cs), -(139,438,o), -(165,372,o), -(260,263,cs), -(388,116,ls), -(471,21,o), -(530,-12,o), -(608,-12,cs) -); -}, -{ -closed = 1; -nodes = ( -(302,-10,o), -(395,26,o), -(447,79,c), -(348,185,l), -(331,166,o), -(302,154,o), -(270,154,cs), -(236,154,o), -(213,177,o), -(213,211,cs), -(213,247,o), -(237,273,o), -(272,290,c), -(197,391,l), -(75,359,o), -(-6,277,o), -(-6,170,cs), -(-6,59,o), -(76,-10,o), -(197,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(606,199,o), -(632,228,o), -(658,258,c), -(741,258,l), -(750,400,l), -(565,400,l), -(556,368,l), -(530,328,o), -(506,294,o), -(489,281,c), -(575,175,l) -); -} -); -width = 784; -} -); -unicode = 38; -userData = { -KernOnName = ampersand; -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/aogonek.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/aogonek.glyph deleted file mode 100644 index ef9bc50e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/aogonek.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = aogonek; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (149,0); -ref = ogonekcomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (246,0); -ref = ogonekcomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (391,0); -ref = ogonekcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (380,0); -ref = ogonekcomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (148,0); -ref = ogonekcomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (247,0); -ref = ogonekcomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (345,0); -ref = ogonekcomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (319,0); -ref = ogonekcomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (418,0); -ref = ogonekcomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (393,0); -ref = ogonekcomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (340,0); -ref = ogonekcomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (300,0); -ref = ogonekcomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (149,0); -ref = ogonekcomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (243,0); -ref = ogonekcomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (344,0); -ref = ogonekcomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (323,0); -ref = ogonekcomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (393,0); -ref = ogonekcomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (373,0); -ref = ogonekcomb; -} -); -width = 723; -} -); -unicode = 261; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/aogonek.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/aogonek.ss05.glyph deleted file mode 100644 index 0b1e29d3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/aogonek.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = aogonek.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (159,0); -ref = ogonekcomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (263,0); -ref = ogonekcomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (391,0); -ref = ogonekcomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (340,0); -ref = ogonekcomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (159,0); -ref = ogonekcomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (266,0); -ref = ogonekcomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (355,0); -ref = ogonekcomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (300,0); -ref = ogonekcomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (391,0); -ref = ogonekcomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (340,0); -ref = ogonekcomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (339,0); -ref = ogonekcomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (284,0); -ref = ogonekcomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (158,0); -ref = ogonekcomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (269,0); -ref = ogonekcomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (343,0); -ref = ogonekcomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (300,0); -ref = ogonekcomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (390,0); -ref = ogonekcomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (336,0); -ref = ogonekcomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/apple.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/apple.glyph deleted file mode 100644 index bca87d6c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/apple.glyph +++ /dev/null @@ -1,361 +0,0 @@ -{ -color = 6; -glyphname = apple; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -width = 866; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -width = 865; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -width = 866; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -width = 866; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = .notdef; -} -); -width = 865; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = .notdef; -} -); -width = 866; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = .notdef; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 866; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = .notdef; -} -); -width = 846; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = .notdef; -} -); -width = 866; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = .notdef; -} -); -width = 866; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 853; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -width = 844; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -width = 885; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -width = 886; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -width = 885; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -width = 886; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -width = 885; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = .notdef; -} -); -width = 886; -} -); -unicode = 63743; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/approxequal.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/approxequal.glyph deleted file mode 100644 index f04b29e2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/approxequal.glyph +++ /dev/null @@ -1,1181 +0,0 @@ -{ -glyphname = approxequal; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(393,154,o), -(465,202,o), -(456,353,c), -(375,353,l), -(374,321,o), -(357,293,o), -(319,293,cs), -(258,293,o), -(223,356,o), -(146,356,cs), -(82,356,o), -(15,306,o), -(24,161,c), -(106,161,l), -(103,184,o), -(115,220,o), -(150,220,cs), -(201,220,o), -(240,154,o), -(330,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(393,374,o), -(465,422,o), -(456,573,c), -(375,573,l), -(374,541,o), -(357,513,o), -(319,513,cs), -(258,513,o), -(223,576,o), -(146,576,cs), -(82,576,o), -(15,526,o), -(24,381,c), -(106,381,l), -(103,404,o), -(115,440,o), -(150,440,cs), -(201,440,o), -(240,374,o), -(330,374,cs) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(356,217,o), -(394,243,o), -(389,317,c), -(359,317,l), -(360,274,o), -(342,253,o), -(311,253,cs), -(263,253,o), -(212,301,o), -(163,301,cs), -(131,301,o), -(86,284,o), -(92,205,c), -(123,205,l), -(120,241,o), -(134,266,o), -(161,266,cs), -(200,266,o), -(257,217,o), -(311,217,cs) -); -}, -{ -closed = 1; -nodes = ( -(361,424,o), -(394,455,o), -(389,523,c), -(359,523,l), -(360,481,o), -(342,460,o), -(311,460,cs), -(263,460,o), -(212,508,o), -(163,508,cs), -(131,508,o), -(86,490,o), -(92,411,c), -(123,411,l), -(120,448,o), -(134,473,o), -(161,473,cs), -(200,473,o), -(257,424,o), -(311,424,cs) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(500,218,o), -(538,253,o), -(534,320,c), -(502,320,l), -(503,276,o), -(481,256,o), -(445,256,cs), -(380,256,o), -(324,304,o), -(266,304,cs), -(217,304,o), -(183,270,o), -(188,202,c), -(220,202,l), -(216,243,o), -(234,266,o), -(266,266,cs), -(320,266,o), -(381,218,o), -(443,218,cs) -); -}, -{ -closed = 1; -nodes = ( -(502,418,o), -(538,455,o), -(534,520,c), -(502,520,l), -(503,476,o), -(481,456,o), -(445,456,cs), -(380,456,o), -(324,504,o), -(266,504,cs), -(216,504,o), -(183,469,o), -(188,402,c), -(220,402,l), -(216,444,o), -(234,465,o), -(266,465,cs), -(320,465,o), -(380,418,o), -(443,418,cs) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(537,129,o), -(629,177,o), -(618,351,c), -(516,351,l), -(515,324,o), -(497,293,o), -(452,293,cs), -(380,293,o), -(342,358,o), -(250,358,cs), -(163,358,o), -(91,291,o), -(102,141,c), -(204,141,l), -(201,162,o), -(216,199,o), -(257,199,cs), -(315,199,o), -(357,129,o), -(466,129,cs) -); -}, -{ -closed = 1; -nodes = ( -(537,373,o), -(629,421,o), -(618,595,c), -(516,595,l), -(515,568,o), -(497,537,o), -(452,537,cs), -(380,537,o), -(342,602,o), -(250,602,cs), -(163,602,o), -(91,535,o), -(102,385,c), -(204,385,l), -(201,406,o), -(216,443,o), -(257,443,cs), -(315,443,o), -(357,373,o), -(466,373,cs) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(336,217,o), -(374,243,o), -(369,317,c), -(339,317,l), -(340,274,o), -(322,253,o), -(291,253,cs), -(243,253,o), -(192,301,o), -(143,301,cs), -(111,301,o), -(66,284,o), -(72,205,c), -(103,205,l), -(100,241,o), -(114,266,o), -(141,266,cs), -(180,266,o), -(237,217,o), -(291,217,cs) -); -}, -{ -closed = 1; -nodes = ( -(341,424,o), -(374,455,o), -(369,523,c), -(339,523,l), -(340,481,o), -(322,460,o), -(291,460,cs), -(243,460,o), -(192,508,o), -(143,508,cs), -(111,508,o), -(66,490,o), -(72,411,c), -(103,411,l), -(100,448,o), -(114,473,o), -(141,473,cs), -(180,473,o), -(237,424,o), -(291,424,cs) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(383,154,o), -(455,202,o), -(446,353,c), -(365,353,l), -(364,321,o), -(347,293,o), -(309,293,cs), -(248,293,o), -(213,356,o), -(136,356,cs), -(72,356,o), -(5,306,o), -(14,161,c), -(96,161,l), -(93,184,o), -(105,220,o), -(140,220,cs), -(191,220,o), -(230,154,o), -(320,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,374,o), -(455,422,o), -(446,573,c), -(365,573,l), -(364,541,o), -(347,513,o), -(309,513,cs), -(248,513,o), -(213,576,o), -(136,576,cs), -(72,576,o), -(5,526,o), -(14,381,c), -(96,381,l), -(93,404,o), -(105,440,o), -(140,440,cs), -(191,440,o), -(230,374,o), -(320,374,cs) -); -} -); -width = 460; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(402,215,o), -(442,243,o), -(437,321,c), -(407,321,l), -(408,278,o), -(389,257,o), -(354,257,cs), -(302,257,o), -(244,305,o), -(191,305,cs), -(158,305,o), -(111,289,o), -(117,201,c), -(147,201,l), -(143,240,o), -(162,263,o), -(190,263,cs), -(232,263,o), -(296,215,o), -(353,215,cs) -); -}, -{ -closed = 1; -nodes = ( -(412,418,o), -(441,452,o), -(437,520,c), -(407,520,l), -(408,478,o), -(389,456,o), -(354,456,cs), -(302,456,o), -(244,504,o), -(190,504,cs), -(148,504,o), -(112,477,o), -(117,402,c), -(147,402,l), -(143,441,o), -(160,462,o), -(190,462,cs), -(232,462,o), -(295,418,o), -(353,418,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -76, -76 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -76, -76 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 552; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(455,143,o), -(522,205,o), -(513,346,c), -(423,346,l), -(422,314,o), -(403,286,o), -(362,286,cs), -(296,286,o), -(259,350,o), -(174,350,cs), -(105,350,o), -(31,299,o), -(41,151,c), -(131,151,l), -(129,173,o), -(141,210,o), -(180,210,cs), -(235,210,o), -(276,143,o), -(375,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(455,381,o), -(522,443,o), -(513,584,c), -(423,584,l), -(422,552,o), -(403,524,o), -(362,524,cs), -(296,524,o), -(259,588,o), -(174,588,cs), -(104,588,o), -(31,536,o), -(41,389,c), -(131,389,l), -(129,410,o), -(140,448,o), -(180,448,cs), -(235,448,o), -(276,381,o), -(375,381,cs) -); -} -); -width = 552; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(490,218,o), -(528,253,o), -(524,320,c), -(492,320,l), -(493,276,o), -(471,256,o), -(435,256,cs), -(370,256,o), -(314,304,o), -(256,304,cs), -(207,304,o), -(173,270,o), -(178,202,c), -(210,202,l), -(206,243,o), -(224,266,o), -(256,266,cs), -(310,266,o), -(371,218,o), -(433,218,cs) -); -}, -{ -closed = 1; -nodes = ( -(492,418,o), -(528,455,o), -(524,520,c), -(492,520,l), -(493,476,o), -(471,456,o), -(435,456,cs), -(370,456,o), -(314,504,o), -(256,504,cs), -(206,504,o), -(173,469,o), -(178,402,c), -(210,402,l), -(206,444,o), -(224,465,o), -(256,465,cs), -(310,465,o), -(370,418,o), -(433,418,cs) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(527,129,o), -(619,177,o), -(608,351,c), -(506,351,l), -(505,324,o), -(487,293,o), -(442,293,cs), -(370,293,o), -(332,358,o), -(240,358,cs), -(153,358,o), -(81,291,o), -(92,141,c), -(194,141,l), -(191,162,o), -(206,199,o), -(247,199,cs), -(305,199,o), -(347,129,o), -(456,129,cs) -); -}, -{ -closed = 1; -nodes = ( -(527,373,o), -(619,421,o), -(608,595,c), -(506,595,l), -(505,568,o), -(487,537,o), -(442,537,cs), -(370,537,o), -(332,602,o), -(240,602,cs), -(153,602,o), -(81,535,o), -(92,385,c), -(194,385,l), -(191,406,o), -(206,443,o), -(247,443,cs), -(305,443,o), -(347,373,o), -(456,373,cs) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(421,215,o), -(459,243,o), -(454,321,c), -(426,321,l), -(427,278,o), -(408,257,o), -(373,257,cs), -(323,257,o), -(265,305,o), -(214,305,cs), -(181,305,o), -(136,289,o), -(142,201,c), -(170,201,l), -(166,240,o), -(185,263,o), -(213,263,cs), -(253,263,o), -(317,215,o), -(372,215,cs) -); -}, -{ -closed = 1; -nodes = ( -(431,418,o), -(458,452,o), -(454,520,c), -(426,520,l), -(427,478,o), -(408,456,o), -(373,456,cs), -(323,456,o), -(265,504,o), -(213,504,cs), -(171,504,o), -(137,477,o), -(142,402,c), -(170,402,l), -(166,441,o), -(183,462,o), -(213,462,cs), -(253,462,o), -(316,418,o), -(372,418,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -76, -76 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -76, -76 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(464,143,o), -(530,205,o), -(521,346,c), -(432,346,l), -(431,314,o), -(413,286,o), -(373,286,cs), -(310,286,o), -(275,350,o), -(193,350,cs), -(126,350,o), -(53,299,o), -(63,151,c), -(152,151,l), -(150,173,o), -(162,210,o), -(199,210,cs), -(252,210,o), -(290,143,o), -(386,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(463,381,o), -(530,442,o), -(521,584,c), -(432,584,l), -(431,552,o), -(413,524,o), -(373,524,cs), -(310,524,o), -(275,588,o), -(193,588,cs), -(125,588,o), -(53,536,o), -(63,389,c), -(152,389,l), -(150,410,o), -(161,448,o), -(199,448,cs), -(252,448,o), -(290,381,o), -(386,381,cs) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(344,217,o), -(389,243,o), -(399,317,c), -(369,317,l), -(361,274,o), -(339,253,o), -(308,253,cs), -(260,253,o), -(220,301,o), -(172,301,cs), -(140,301,o), -(92,284,o), -(81,205,c), -(112,205,l), -(116,238,o), -(134,266,o), -(163,266,cs), -(201,266,o), -(247,217,o), -(301,217,cs) -); -}, -{ -closed = 1; -nodes = ( -(393,424,o), -(433,455,o), -(442,523,c), -(412,523,l), -(405,481,o), -(381,460,o), -(352,460,cs), -(304,460,o), -(263,508,o), -(215,508,cs), -(184,508,o), -(135,490,o), -(124,411,c), -(155,411,l), -(160,448,o), -(179,473,o), -(206,473,cs), -(244,473,o), -(291,424,o), -(344,424,cs) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(369,162,o), -(449,204,o), -(468,336,c), -(388,336,l), -(381,308,o), -(358,284,o), -(321,284,cs), -(260,284,o), -(237,339,o), -(161,339,cs), -(99,339,o), -(22,295,o), -(5,168,c), -(86,168,l), -(88,192,o), -(109,220,o), -(140,220,cs), -(191,220,o), -(217,162,o), -(307,162,cs) -); -}, -{ -closed = 1; -nodes = ( -(415,382,o), -(495,424,o), -(513,556,c), -(433,556,l), -(427,530,o), -(407,504,o), -(367,504,cs), -(307,504,o), -(284,559,o), -(208,559,cs), -(145,559,o), -(68,515,o), -(51,388,c), -(132,388,l), -(133,408,o), -(152,440,o), -(187,440,cs), -(237,440,o), -(264,382,o), -(353,382,cs) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(415,215,o), -(460,243,o), -(471,321,c), -(442,321,l), -(434,278,o), -(410,257,o), -(376,257,cs), -(325,257,o), -(277,305,o), -(224,305,cs), -(181,305,o), -(140,277,o), -(130,201,c), -(159,201,l), -(164,240,o), -(187,263,o), -(215,263,cs), -(257,263,o), -(309,215,o), -(366,215,cs) -); -}, -{ -closed = 1; -nodes = ( -(467,418,o), -(503,452,o), -(513,520,c), -(483,520,l), -(476,478,o), -(451,456,o), -(418,456,cs), -(366,456,o), -(318,504,o), -(265,504,cs), -(223,504,o), -(183,477,o), -(171,402,c), -(201,402,l), -(205,441,o), -(228,462,o), -(257,462,cs), -(298,462,o), -(351,418,o), -(409,418,cs) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(426,147,o), -(506,189,o), -(526,331,c), -(446,331,l), -(440,306,o), -(421,279,o), -(380,279,cs), -(320,279,o), -(297,334,o), -(221,334,cs), -(158,334,o), -(81,290,o), -(62,153,c), -(143,153,l), -(145,177,o), -(166,205,o), -(197,205,cs), -(248,205,o), -(274,147,o), -(363,147,cs) -); -}, -{ -closed = 1; -nodes = ( -(476,387,o), -(557,432,o), -(577,572,c), -(497,572,l), -(489,541,o), -(468,518,o), -(430,518,cs), -(369,518,o), -(347,575,o), -(271,575,cs), -(210,575,o), -(131,528,o), -(112,391,c), -(193,391,l), -(193,410,o), -(211,443,o), -(247,443,cs), -(298,443,o), -(324,387,o), -(413,387,cs) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(489,218,o), -(535,253,o), -(545,320,c), -(513,320,l), -(505,276,o), -(478,256,o), -(444,256,cs), -(379,256,o), -(334,304,o), -(276,304,cs), -(228,304,o), -(187,270,o), -(178,202,c), -(209,202,l), -(214,243,o), -(237,266,o), -(268,266,cs), -(321,266,o), -(372,218,o), -(434,218,cs) -); -}, -{ -closed = 1; -nodes = ( -(533,418,o), -(577,455,o), -(587,520,c), -(555,520,l), -(547,476,o), -(521,456,o), -(485,456,cs), -(421,456,o), -(375,504,o), -(318,504,cs), -(268,504,o), -(229,469,o), -(219,402,c), -(251,402,l), -(256,444,o), -(278,465,o), -(310,465,cs), -(363,465,o), -(413,418,o), -(475,418,cs) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(489,149,o), -(570,195,o), -(592,345,c), -(507,345,l), -(502,320,o), -(482,294,o), -(441,294,cs), -(382,294,o), -(360,349,o), -(283,349,cs), -(221,349,o), -(142,307,o), -(119,156,c), -(204,156,l), -(205,174,o), -(223,208,o), -(257,208,cs), -(308,208,o), -(333,149,o), -(423,149,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,372,o), -(616,418,o), -(639,569,c), -(555,569,l), -(548,541,o), -(526,517,o), -(489,517,cs), -(429,517,o), -(407,572,o), -(329,572,cs), -(268,572,o), -(188,530,o), -(165,379,c), -(250,379,l), -(251,397,o), -(270,430,o), -(304,430,cs), -(354,430,o), -(380,372,o), -(470,372,cs) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 8776; -userData = { -KernOnSpecialSpacing = { -L = math; -R = math; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/aring.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/aring.glyph deleted file mode 100644 index 6fbfe64a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/aring.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = aring; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (73,-156); -ref = ringcomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (81,-137); -ref = ringcomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (169,-155); -ref = ringcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (176,-129); -ref = ringcomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (72,-156); -ref = ringcomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (82,-137); -ref = ringcomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (167,-155); -ref = ringcomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (160,-134); -ref = ringcomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (196,-155); -ref = ringcomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (189,-129); -ref = ringcomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (164,-155); -ref = ringcomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (154,-134); -ref = ringcomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (36,-156); -ref = ringcomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (60,-137); -ref = ringcomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (145,-155); -ref = ringcomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (123,-134); -ref = ringcomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (146,-155); -ref = ringcomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (152,-134); -ref = ringcomb; -} -); -width = 723; -} -); -unicode = 229; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/aring.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/aring.ss05.glyph deleted file mode 100644 index 42ddab44..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/aring.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = aring.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (46,-156); -ref = ringcomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (92,-137); -ref = ringcomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (137,-155); -ref = ringcomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (141,-129); -ref = ringcomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (46,-156); -ref = ringcomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (95,-137); -ref = ringcomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (126,-155); -ref = ringcomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (145,-134); -ref = ringcomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (137,-155); -ref = ringcomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (141,-129); -ref = ringcomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (117,-155); -ref = ringcomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (139,-134); -ref = ringcomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (10,-156); -ref = ringcomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (25,-137); -ref = ringcomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (65,-155); -ref = ringcomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (67,-134); -ref = ringcomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (60,-155); -ref = ringcomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (87,-134); -ref = ringcomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/asciicircum.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/asciicircum.glyph deleted file mode 100644 index 661f7ad6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/asciicircum.glyph +++ /dev/null @@ -1,407 +0,0 @@ -{ -glyphname = asciicircum; -kernLeft = KO_asciicircum; -kernRight = KO_asciicircum; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,468,l), -(242,586,l), -(313,468,l), -(477,468,l), -(331,729,l), -(152,729,l), -(5,468,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(135,475,l), -(240,695,l), -(345,475,l), -(378,475,l), -(254,729,l), -(226,729,l), -(102,475,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(222,476,l), -(360,694,l), -(498,476,l), -(543,476,l), -(379,729,l), -(341,729,l), -(178,476,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,467,l), -(361,579,l), -(449,467,l), -(634,467,l), -(457,729,l), -(265,729,l), -(87,467,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(115,475,l), -(220,695,l), -(325,475,l), -(358,475,l), -(234,729,l), -(206,729,l), -(82,475,l) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(164,468,l), -(237,586,l), -(308,468,l), -(472,468,l), -(326,729,l), -(147,729,l), -(0,468,l) -); -} -); -width = 470; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(165,475,l), -(276,691,l), -(386,475,l), -(427,475,l), -(295,729,l), -(257,729,l), -(126,475,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 552; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,468,l), -(278,586,l), -(349,468,l), -(523,468,l), -(377,729,l), -(178,729,l), -(31,468,l) -); -} -); -width = 555; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(212,476,l), -(350,694,l), -(488,476,l), -(533,476,l), -(369,729,l), -(331,729,l), -(168,476,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,467,l), -(351,579,l), -(439,467,l), -(624,467,l), -(447,729,l), -(255,729,l), -(77,467,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(188,475,l), -(297,691,l), -(405,475,l), -(445,475,l), -(316,729,l), -(278,729,l), -(150,475,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(226,468,l), -(293,586,l), -(358,468,l), -(531,468,l), -(391,729,l), -(194,729,l), -(53,468,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(184,475,l), -(334,695,l), -(391,475,l), -(422,475,l), -(353,729,l), -(325,729,l), -(149,475,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,468,l), -(308,586,l), -(353,468,l), -(506,468,l), -(406,729,l), -(268,729,l), -(58,468,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(238,475,l), -(393,692,l), -(457,475,l), -(495,475,l), -(417,729,l), -(379,729,l), -(196,475,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,468,l), -(368,586,l), -(413,468,l), -(566,468,l), -(466,729,l), -(328,729,l), -(118,468,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(269,476,l), -(450,694,l), -(542,476,l), -(586,476,l), -(477,729,l), -(440,729,l), -(225,476,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(312,467,l), -(425,579,l), -(489,467,l), -(642,467,l), -(522,729,l), -(391,729,l), -(160,467,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 94; -userData = { -KernOnSpecialSpacing = { -L = math; -R = math; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/asciitilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/asciitilde.glyph deleted file mode 100644 index 3ec6aafc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/asciitilde.glyph +++ /dev/null @@ -1,692 +0,0 @@ -{ -glyphname = asciitilde; -kernRight = KO_asciitilde; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(106,271,l), -(103,294,o), -(115,330,o), -(150,330,cs), -(201,330,o), -(240,264,o), -(330,264,cs), -(393,264,o), -(465,312,o), -(456,463,c), -(375,463,l), -(374,431,o), -(357,403,o), -(319,403,cs), -(258,403,o), -(223,466,o), -(146,466,cs), -(82,466,o), -(15,416,o), -(24,271,c) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,305,l), -(86,341,o), -(100,366,o), -(127,366,cs), -(166,366,o), -(223,317,o), -(277,317,cs), -(322,317,o), -(360,343,o), -(355,417,c), -(325,417,l), -(326,374,o), -(308,353,o), -(277,353,cs), -(229,353,o), -(178,401,o), -(129,401,cs), -(97,401,o), -(52,384,o), -(58,305,c) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,302,l), -(133,343,o), -(151,366,o), -(183,366,cs), -(237,366,o), -(298,318,o), -(360,318,cs), -(417,318,o), -(455,353,o), -(451,420,c), -(419,420,l), -(420,376,o), -(398,356,o), -(362,356,cs), -(297,356,o), -(241,404,o), -(183,404,cs), -(134,404,o), -(100,370,o), -(105,302,c) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,263,l), -(202,284,o), -(217,321,o), -(258,321,cs), -(316,321,o), -(358,251,o), -(467,251,cs), -(538,251,o), -(630,299,o), -(619,473,c), -(517,473,l), -(516,446,o), -(498,415,o), -(453,415,cs), -(381,415,o), -(343,480,o), -(251,480,cs), -(164,480,o), -(92,413,o), -(103,263,c) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,305,l), -(66,341,o), -(80,366,o), -(107,366,cs), -(146,366,o), -(203,317,o), -(257,317,cs), -(302,317,o), -(340,343,o), -(335,417,c), -(305,417,l), -(306,374,o), -(288,353,o), -(257,353,cs), -(209,353,o), -(158,401,o), -(109,401,cs), -(77,401,o), -(32,384,o), -(38,305,c) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(96,271,l), -(93,294,o), -(105,330,o), -(140,330,cs), -(191,330,o), -(230,264,o), -(320,264,cs), -(383,264,o), -(455,312,o), -(446,463,c), -(365,463,l), -(364,431,o), -(347,403,o), -(309,403,cs), -(248,403,o), -(213,466,o), -(136,466,cs), -(72,466,o), -(5,416,o), -(14,271,c) -); -} -); -width = 460; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,301,l), -(99,340,o), -(118,363,o), -(146,363,cs), -(188,363,o), -(252,315,o), -(309,315,cs), -(358,315,o), -(398,343,o), -(393,421,c), -(363,421,l), -(364,378,o), -(345,357,o), -(310,357,cs), -(258,357,o), -(200,405,o), -(147,405,cs), -(114,405,o), -(67,389,o), -(73,301,c) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 552; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,269,l), -(159,292,o), -(173,328,o), -(211,328,cs), -(266,328,o), -(307,261,o), -(406,261,cs), -(472,261,o), -(555,307,o), -(545,465,c), -(454,465,l), -(453,433,o), -(434,406,o), -(394,406,cs), -(327,406,o), -(290,469,o), -(205,469,cs), -(126,469,o), -(61,407,o), -(71,269,c) -); -} -); -width = 555; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(127,302,l), -(123,343,o), -(141,366,o), -(173,366,cs), -(227,366,o), -(288,318,o), -(350,318,cs), -(407,318,o), -(445,353,o), -(441,420,c), -(409,420,l), -(410,376,o), -(388,356,o), -(352,356,cs), -(287,356,o), -(231,404,o), -(173,404,cs), -(124,404,o), -(90,370,o), -(95,302,c) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(195,263,l), -(192,284,o), -(207,321,o), -(248,321,cs), -(306,321,o), -(348,251,o), -(457,251,cs), -(528,251,o), -(620,299,o), -(609,473,c), -(507,473,l), -(506,446,o), -(488,415,o), -(443,415,cs), -(371,415,o), -(333,480,o), -(241,480,cs), -(154,480,o), -(82,413,o), -(93,263,c) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(128,301,l), -(124,340,o), -(143,363,o), -(169,363,cs), -(211,363,o), -(273,315,o), -(330,315,cs), -(377,315,o), -(417,343,o), -(412,421,c), -(382,421,l), -(383,378,o), -(364,357,o), -(331,357,cs), -(279,357,o), -(223,405,o), -(170,405,cs), -(139,405,o), -(92,389,o), -(98,301,c) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(183,269,l), -(180,293,o), -(194,328,o), -(230,328,cs), -(283,328,o), -(321,261,o), -(417,261,cs), -(481,261,o), -(562,307,o), -(552,465,c), -(462,465,l), -(461,433,o), -(444,406,o), -(405,406,cs), -(341,406,o), -(306,469,o), -(224,469,cs), -(147,469,o), -(83,407,o), -(93,269,c) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(98,305,l), -(102,338,o), -(120,366,o), -(149,366,cs), -(187,366,o), -(233,317,o), -(286,317,cs), -(330,317,o), -(374,343,o), -(385,417,c), -(355,417,l), -(347,374,o), -(324,353,o), -(294,353,cs), -(246,353,o), -(206,401,o), -(158,401,cs), -(126,401,o), -(78,384,o), -(67,305,c) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(115,278,l), -(117,302,o), -(137,330,o), -(169,330,cs), -(220,330,o), -(246,272,o), -(335,272,cs), -(398,272,o), -(477,314,o), -(497,446,c), -(417,446,l), -(410,418,o), -(387,394,o), -(349,394,cs), -(289,394,o), -(266,449,o), -(190,449,cs), -(127,449,o), -(51,405,o), -(34,278,c) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(133,301,l), -(138,340,o), -(161,363,o), -(189,363,cs), -(231,363,o), -(283,315,o), -(340,315,cs), -(389,315,o), -(434,343,o), -(445,421,c), -(416,421,l), -(408,378,o), -(385,357,o), -(350,357,cs), -(299,357,o), -(251,405,o), -(198,405,cs), -(155,405,o), -(114,377,o), -(104,301,c) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,273,l), -(178,297,o), -(199,325,o), -(230,325,cs), -(281,325,o), -(307,267,o), -(397,267,cs), -(459,267,o), -(539,309,o), -(559,451,c), -(479,451,l), -(473,426,o), -(454,399,o), -(413,399,cs), -(353,399,o), -(330,454,o), -(254,454,cs), -(191,454,o), -(114,410,o), -(95,273,c) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,302,l), -(152,343,o), -(174,366,o), -(206,366,cs), -(259,366,o), -(310,318,o), -(372,318,cs), -(427,318,o), -(473,353,o), -(483,420,c), -(451,420,l), -(443,376,o), -(417,356,o), -(382,356,cs), -(317,356,o), -(272,404,o), -(214,404,cs), -(166,404,o), -(125,370,o), -(116,302,c) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,268,l), -(187,286,o), -(205,319,o), -(240,319,cs), -(290,319,o), -(317,260,o), -(406,260,cs), -(472,260,o), -(552,306,o), -(574,457,c), -(491,457,l), -(485,431,o), -(464,406,o), -(425,406,cs), -(365,406,o), -(343,461,o), -(266,461,cs), -(203,461,o), -(126,419,o), -(103,268,c) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 126; -userData = { -KernOnSpecialSpacing = { -L = math; -R = math; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/asterisk.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/asterisk.glyph deleted file mode 100644 index bd5d3160..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/asterisk.glyph +++ /dev/null @@ -1,752 +0,0 @@ -{ -glyphname = asterisk; -kernLeft = KO_asterisk; -kernRight = KO_asterisk; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,471,l), -(163,510,l), -(149,565,l), -(192,525,l), -(226,506,l), -(258,563,l), -(225,582,l), -(169,600,l), -(225,617,l), -(258,636,l), -(226,693,l), -(192,674,l), -(149,634,l), -(163,690,l), -(163,729,l), -(97,729,l), -(97,690,l), -(111,634,l), -(68,674,l), -(34,693,l), -(2,636,l), -(35,617,l), -(91,600,l), -(35,582,l), -(2,563,l), -(34,506,l), -(68,525,l), -(111,565,l), -(97,510,l), -(97,471,l) -); -} -); -width = 260; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(142,482,l), -(142,535,l), -(134,596,l), -(184,560,l), -(230,533,l), -(243,556,l), -(197,582,l), -(144,606,l), -(197,631,l), -(242,656,l), -(230,678,l), -(184,653,l), -(134,618,l), -(142,678,l), -(142,729,l), -(116,729,l), -(116,678,l), -(124,618,l), -(74,653,l), -(29,678,l), -(16,656,l), -(61,631,l), -(115,606,l), -(61,582,l), -(15,556,l), -(29,533,l), -(74,560,l), -(124,596,l), -(116,535,l), -(116,482,l) -); -} -); -width = 258; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(161,444,l), -(161,504,l), -(152,575,l), -(211,533,l), -(264,502,l), -(278,528,l), -(225,559,l), -(164,587,l), -(225,616,l), -(277,644,l), -(264,670,l), -(211,641,l), -(152,601,l), -(161,670,l), -(161,729,l), -(131,729,l), -(131,670,l), -(140,601,l), -(84,641,l), -(30,670,l), -(16,644,l), -(68,616,l), -(130,587,l), -(68,559,l), -(15,528,l), -(30,502,l), -(84,533,l), -(140,575,l), -(131,504,l), -(131,444,l) -); -} -); -width = 293; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,407,l), -(204,455,l), -(185,523,l), -(238,473,l), -(280,450,l), -(321,524,l), -(281,547,l), -(211,568,l), -(281,589,l), -(321,612,l), -(280,685,l), -(238,662,l), -(185,612,l), -(204,682,l), -(204,729,l), -(117,729,l), -(117,682,l), -(136,612,l), -(84,662,l), -(41,685,l), -(0,612,l), -(40,589,l), -(110,568,l), -(40,547,l), -(0,524,l), -(41,450,l), -(84,473,l), -(136,523,l), -(117,455,l), -(117,407,l) -); -} -); -width = 321; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(132,482,l), -(132,535,l), -(124,596,l), -(174,560,l), -(220,533,l), -(233,556,l), -(187,582,l), -(134,606,l), -(187,631,l), -(232,656,l), -(220,678,l), -(174,653,l), -(124,618,l), -(132,678,l), -(132,729,l), -(106,729,l), -(106,678,l), -(114,618,l), -(64,653,l), -(19,678,l), -(6,656,l), -(51,631,l), -(105,606,l), -(51,582,l), -(5,556,l), -(19,533,l), -(64,560,l), -(114,596,l), -(106,535,l), -(106,482,l) -); -} -); -width = 238; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,471,l), -(158,510,l), -(144,565,l), -(187,525,l), -(221,506,l), -(253,563,l), -(220,582,l), -(164,600,l), -(220,617,l), -(253,636,l), -(221,693,l), -(187,674,l), -(144,634,l), -(158,690,l), -(158,729,l), -(92,729,l), -(92,690,l), -(106,634,l), -(63,674,l), -(29,693,l), -(-3,636,l), -(30,617,l), -(86,600,l), -(30,582,l), -(-3,563,l), -(29,506,l), -(63,525,l), -(106,565,l), -(92,510,l), -(92,471,l) -); -} -); -width = 250; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(145,453,l), -(145,512,l), -(137,580,l), -(193,540,l), -(244,510,l), -(258,535,l), -(207,565,l), -(148,592,l), -(207,619,l), -(257,647,l), -(244,672,l), -(193,644,l), -(137,605,l), -(145,672,l), -(145,729,l), -(116,729,l), -(116,672,l), -(125,605,l), -(70,644,l), -(19,672,l), -(5,647,l), -(55,619,l), -(115,592,l), -(55,565,l), -(4,535,l), -(19,510,l), -(70,540,l), -(125,580,l), -(116,512,l), -(116,453,l) -); -} -); -width = 262; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(173,444,l), -(173,487,l), -(157,548,l), -(204,504,l), -(242,483,l), -(278,546,l), -(241,567,l), -(179,586,l), -(241,605,l), -(278,626,l), -(242,689,l), -(204,668,l), -(157,624,l), -(173,686,l), -(173,729,l), -(99,729,l), -(99,686,l), -(115,624,l), -(68,668,l), -(30,689,l), -(-6,626,l), -(31,605,l), -(93,586,l), -(31,567,l), -(-6,546,l), -(30,483,l), -(68,504,l), -(115,548,l), -(99,487,l), -(99,444,l) -); -} -); -width = 272; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(156,444,l), -(156,504,l), -(147,575,l), -(206,533,l), -(259,502,l), -(273,528,l), -(220,559,l), -(159,587,l), -(220,616,l), -(272,644,l), -(259,670,l), -(206,641,l), -(147,601,l), -(156,670,l), -(156,729,l), -(126,729,l), -(126,670,l), -(135,601,l), -(79,641,l), -(25,670,l), -(11,644,l), -(63,616,l), -(125,587,l), -(63,559,l), -(10,528,l), -(25,502,l), -(79,533,l), -(135,575,l), -(126,504,l), -(126,444,l) -); -} -); -width = 283; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(199,407,l), -(199,455,l), -(180,523,l), -(233,473,l), -(275,450,l), -(316,524,l), -(276,547,l), -(206,568,l), -(276,589,l), -(316,612,l), -(275,685,l), -(233,662,l), -(180,612,l), -(199,682,l), -(199,729,l), -(112,729,l), -(112,682,l), -(131,612,l), -(79,662,l), -(36,685,l), -(-5,612,l), -(35,589,l), -(105,568,l), -(35,547,l), -(-5,524,l), -(36,450,l), -(79,473,l), -(131,523,l), -(112,455,l), -(112,407,l) -); -} -); -width = 311; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(169,453,l), -(169,512,l), -(161,580,l), -(217,540,l), -(266,510,l), -(280,535,l), -(231,565,l), -(172,592,l), -(231,619,l), -(279,647,l), -(266,672,l), -(217,644,l), -(161,605,l), -(169,672,l), -(169,729,l), -(142,729,l), -(142,672,l), -(150,605,l), -(96,644,l), -(47,672,l), -(33,647,l), -(81,619,l), -(141,592,l), -(81,565,l), -(32,535,l), -(47,510,l), -(96,540,l), -(150,580,l), -(142,512,l), -(142,453,l) -); -} -); -width = 311; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(182,444,l), -(182,487,l), -(166,548,l), -(211,504,l), -(246,483,l), -(281,546,l), -(247,567,l), -(188,586,l), -(247,605,l), -(281,626,l), -(246,689,l), -(211,668,l), -(166,624,l), -(182,686,l), -(182,729,l), -(109,729,l), -(109,686,l), -(125,624,l), -(80,668,l), -(46,689,l), -(10,626,l), -(45,605,l), -(103,586,l), -(45,567,l), -(10,546,l), -(46,483,l), -(80,504,l), -(125,548,l), -(109,487,l), -(109,444,l) -); -} -); -width = 290; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(216,453,l), -(218,512,l), -(213,580,l), -(267,540,l), -(316,510,l), -(331,535,l), -(281,565,l), -(224,592,l), -(283,619,l), -(334,647,l), -(322,672,l), -(270,644,l), -(214,605,l), -(224,672,l), -(226,729,l), -(197,729,l), -(195,672,l), -(202,605,l), -(149,644,l), -(99,672,l), -(84,647,l), -(133,619,l), -(191,592,l), -(131,565,l), -(79,535,l), -(93,510,l), -(145,540,l), -(201,580,l), -(190,512,l), -(187,453,l) -); -} -); -width = 277; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(245,444,l), -(246,487,l), -(233,548,l), -(278,504,l), -(315,483,l), -(352,546,l), -(317,567,l), -(256,586,l), -(318,605,l), -(355,626,l), -(322,689,l), -(283,668,l), -(235,624,l), -(253,686,l), -(255,729,l), -(182,729,l), -(180,686,l), -(194,624,l), -(149,668,l), -(112,689,l), -(74,626,l), -(110,605,l), -(171,586,l), -(109,567,l), -(71,546,l), -(105,483,l), -(143,504,l), -(191,548,l), -(173,487,l), -(172,444,l) -); -} -); -width = 295; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(213,453,l), -(223,512,l), -(226,580,l), -(275,540,l), -(321,510,l), -(338,535,l), -(293,565,l), -(239,592,l), -(303,619,l), -(357,647,l), -(348,672,l), -(293,644,l), -(231,605,l), -(250,672,l), -(260,729,l), -(231,729,l), -(221,672,l), -(219,605,l), -(171,644,l), -(125,672,l), -(108,647,l), -(152,619,l), -(207,592,l), -(143,565,l), -(87,535,l), -(98,510,l), -(154,540,l), -(214,580,l), -(194,512,l), -(184,453,l) -); -} -); -width = 309; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,444,l), -(236,487,l), -(231,548,l), -(269,504,l), -(303,483,l), -(350,546,l), -(317,567,l), -(259,586,l), -(324,605,l), -(364,626,l), -(339,689,l), -(298,668,l), -(244,624,l), -(270,686,l), -(278,729,l), -(205,729,l), -(197,686,l), -(202,624,l), -(163,668,l), -(129,689,l), -(83,626,l), -(116,605,l), -(174,586,l), -(109,567,l), -(69,546,l), -(93,483,l), -(134,504,l), -(189,548,l), -(163,487,l), -(155,444,l) -); -} -); -width = 303; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,453,l), -(208,512,l), -(213,580,l), -(261,540,l), -(306,510,l), -(324,535,l), -(279,565,l), -(226,592,l), -(291,619,l), -(346,647,l), -(338,672,l), -(282,644,l), -(218,605,l), -(240,672,l), -(252,729,l), -(223,729,l), -(211,672,l), -(206,605,l), -(160,644,l), -(115,672,l), -(97,647,l), -(140,619,l), -(194,592,l), -(128,565,l), -(73,535,l), -(83,510,l), -(139,540,l), -(201,580,l), -(179,512,l), -(167,453,l) -); -} -); -width = 283; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,443,l), -(226,485,l), -(222,546,l), -(259,501,l), -(292,481,l), -(342,547,l), -(311,567,l), -(253,586,l), -(318,604,l), -(358,625,l), -(334,690,l), -(294,670,l), -(238,625,l), -(268,687,l), -(276,729,l), -(200,729,l), -(191,687,l), -(195,625,l), -(158,670,l), -(125,690,l), -(75,625,l), -(106,604,l), -(164,586,l), -(99,567,l), -(59,547,l), -(82,481,l), -(123,501,l), -(178,546,l), -(151,485,l), -(142,443,l) -); -} -); -width = 287; -} -); -unicode = 42; -userData = { -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/at.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/at.glyph deleted file mode 100644 index 44da7876..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/at.glyph +++ /dev/null @@ -1,1779 +0,0 @@ -{ -glyphname = at; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,-101,o), -(524,-70,o), -(567,-19,c), -(524,68,l), -(490,31,o), -(444,6,o), -(376,6,cs), -(244,6,o), -(140,103,o), -(140,317,cs), -(140,493,o), -(208,631,o), -(356,631,cs), -(469,631,o), -(564,548,o), -(564,350,cs), -(564,270,o), -(550,209,o), -(514,209,cs), -(493,209,o), -(479,233,o), -(484,311,cs), -(496,504,l), -(425,504,l), -(413,458,l), -(406,458,l), -(393,492,o), -(370,514,o), -(327,514,cs), -(250,514,o), -(194,441,o), -(194,303,cs), -(194,195,o), -(227,108,o), -(314,108,cs), -(367,108,o), -(395,141,o), -(403,175,c), -(412,175,l), -(422,135,o), -(460,103,o), -(516,103,cs), -(613,103,o), -(678,208,o), -(678,366,cs), -(678,588,o), -(545,738,o), -(356,738,cs), -(159,738,o), -(19,571,o), -(19,310,cs), -(19,70,o), -(137,-101,o), -(354,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(318,209,o), -(305,238,o), -(305,307,cs), -(305,367,o), -(314,412,o), -(344,412,cs), -(370,412,o), -(382,378,o), -(387,310,c), -(382,248,o), -(371,209,o), -(342,209,cs) -); -} -); -width = 696; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(378,-101,o), -(446,-80,o), -(488,-32,c), -(477,-8,l), -(441,-51,o), -(385,-76,o), -(321,-76,cs), -(160,-76,o), -(69,98,o), -(69,314,cs), -(69,552,o), -(169,713,o), -(325,713,cs), -(468,713,o), -(564,569,o), -(564,365,cs), -(564,229,o), -(525,129,o), -(468,129,cs), -(432,129,o), -(416,167,o), -(419,245,cs), -(430,504,l), -(408,504,l), -(402,408,l), -(399,408,l), -(388,478,o), -(356,516,o), -(316,516,cs), -(250,516,o), -(206,423,o), -(206,293,cs), -(206,163,o), -(253,106,o), -(305,106,cs), -(341,106,o), -(380,140,o), -(397,225,c), -(399,225,l), -(399,150,o), -(423,105,o), -(469,105,cs), -(543,105,o), -(591,217,o), -(591,367,cs), -(591,589,o), -(481,738,o), -(326,738,cs), -(155,738,o), -(41,566,o), -(41,312,cs), -(41,64,o), -(155,-101,o), -(322,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,132,o), -(232,186,o), -(232,296,cs), -(232,411,o), -(264,493,o), -(320,493,cs), -(366,493,o), -(396,433,o), -(398,323,c), -(395,211,o), -(361,132,o), -(308,132,cs) -); -} -); -width = 628; -}, -{ -guides = ( -{ -pos = (667,504); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(577,-101,o), -(690,-78,o), -(755,-30,c), -(740,-3,l), -(681,-45,o), -(592,-70,o), -(489,-70,cs), -(245,-70,o), -(83,68,o), -(83,314,cs), -(83,548,o), -(247,707,o), -(496,707,cs), -(736,707,o), -(903,568,o), -(903,365,cs), -(903,226,o), -(839,133,o), -(744,133,cs), -(680,133,o), -(641,165,o), -(649,268,cs), -(667,504,l), -(634,504,l), -(625,410,l), -(622,410,l), -(604,474,o), -(542,516,o), -(466,516,cs), -(351,516,o), -(274,427,o), -(274,297,cs), -(274,164,o), -(361,106,o), -(450,106,cs), -(519,106,o), -(590,141,o), -(618,223,c), -(621,223,l), -(621,152,o), -(665,105,o), -(744,105,cs), -(860,105,o), -(938,210,o), -(938,367,cs), -(938,589,o), -(749,738,o), -(498,738,cs), -(229,738,o), -(47,567,o), -(47,312,cs), -(47,64,o), -(210,-101,o), -(493,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,136,o), -(309,194,o), -(309,296,cs), -(309,412,o), -(368,489,o), -(473,489,cs), -(559,489,o), -(619,423,o), -(622,323,c), -(616,211,o), -(561,136,o), -(453,136,cs) -); -} -); -width = 982; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(607,-101,o), -(717,-59,o), -(765,-17,c), -(713,85,l), -(665,52,o), -(595,25,o), -(496,25,cs), -(297,25,o), -(165,120,o), -(165,321,cs), -(165,481,o), -(278,612,o), -(485,612,cs), -(665,612,o), -(785,509,o), -(785,356,cs), -(785,277,o), -(757,227,o), -(704,227,cs), -(668,227,o), -(645,252,o), -(653,333,cs), -(669,504,l), -(583,504,l), -(568,468,l), -(560,468,l), -(541,495,o), -(499,513,o), -(446,513,cs), -(333,513,o), -(258,427,o), -(258,298,cs), -(258,187,o), -(324,109,o), -(431,109,cs), -(488,109,o), -(536,131,o), -(556,164,c), -(565,164,l), -(588,130,o), -(639,105,o), -(699,105,cs), -(833,105,o), -(923,209,o), -(923,366,cs), -(923,589,o), -(746,738,o), -(480,738,cs), -(211,738,o), -(18,565,o), -(18,320,cs), -(18,67,o), -(187,-101,o), -(485,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(421,226,o), -(395,256,o), -(395,305,cs), -(395,356,o), -(415,394,o), -(466,394,cs), -(504,394,o), -(532,367,o), -(536,310,c), -(530,260,o), -(507,226,o), -(460,226,cs) -); -} -); -width = 938; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,-101,o), -(426,-80,o), -(468,-32,c), -(457,-8,l), -(421,-51,o), -(365,-76,o), -(301,-76,cs), -(140,-76,o), -(49,98,o), -(49,314,cs), -(49,552,o), -(149,713,o), -(305,713,cs), -(448,713,o), -(544,569,o), -(544,365,cs), -(544,229,o), -(505,129,o), -(448,129,cs), -(412,129,o), -(396,167,o), -(399,245,cs), -(410,504,l), -(388,504,l), -(382,408,l), -(379,408,l), -(368,478,o), -(336,516,o), -(296,516,cs), -(230,516,o), -(186,423,o), -(186,293,cs), -(186,163,o), -(233,106,o), -(285,106,cs), -(321,106,o), -(360,140,o), -(377,225,c), -(379,225,l), -(379,150,o), -(403,105,o), -(449,105,cs), -(523,105,o), -(571,217,o), -(571,367,cs), -(571,589,o), -(461,738,o), -(306,738,cs), -(135,738,o), -(21,566,o), -(21,312,cs), -(21,64,o), -(135,-101,o), -(302,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,132,o), -(212,186,o), -(212,296,cs), -(212,411,o), -(244,493,o), -(300,493,cs), -(346,493,o), -(376,433,o), -(378,323,c), -(375,211,o), -(341,132,o), -(288,132,cs) -); -} -); -width = 588; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(437,-101,o), -(514,-70,o), -(557,-19,c), -(514,68,l), -(480,31,o), -(434,6,o), -(366,6,cs), -(234,6,o), -(130,103,o), -(130,317,cs), -(130,493,o), -(198,631,o), -(346,631,cs), -(459,631,o), -(554,548,o), -(554,350,cs), -(554,270,o), -(540,209,o), -(504,209,cs), -(483,209,o), -(469,233,o), -(474,311,cs), -(486,504,l), -(415,504,l), -(403,458,l), -(396,458,l), -(383,492,o), -(360,514,o), -(317,514,cs), -(240,514,o), -(184,441,o), -(184,303,cs), -(184,195,o), -(217,108,o), -(304,108,cs), -(357,108,o), -(385,141,o), -(393,175,c), -(402,175,l), -(412,135,o), -(450,103,o), -(506,103,cs), -(603,103,o), -(668,208,o), -(668,366,cs), -(668,588,o), -(535,738,o), -(346,738,cs), -(149,738,o), -(9,571,o), -(9,310,cs), -(9,70,o), -(127,-101,o), -(344,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(308,209,o), -(295,238,o), -(295,307,cs), -(295,367,o), -(304,412,o), -(334,412,cs), -(360,412,o), -(372,378,o), -(377,310,c), -(372,248,o), -(361,209,o), -(332,209,cs) -); -} -); -width = 676; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(537,-101,o), -(638,-79,o), -(698,-31,c), -(686,-4,l), -(632,-47,o), -(550,-72,o), -(456,-72,cs), -(218,-72,o), -(84,97,o), -(84,314,cs), -(84,549,o), -(233,709,o), -(462,709,cs), -(674,709,o), -(816,569,o), -(816,365,cs), -(816,229,o), -(756,133,o), -(672,133,cs), -(620,133,o), -(594,170,o), -(599,248,cs), -(616,504,l), -(585,504,l), -(577,410,l), -(574,410,l), -(558,479,o), -(509,516,o), -(450,516,cs), -(356,516,o), -(291,424,o), -(291,294,cs), -(291,164,o), -(361,106,o), -(435,106,cs), -(488,106,o), -(546,141,o), -(570,223,c), -(573,223,l), -(572,149,o), -(606,105,o), -(673,105,cs), -(781,105,o), -(850,217,o), -(850,367,cs), -(850,589,o), -(690,738,o), -(464,738,cs), -(216,738,o), -(49,567,o), -(49,312,cs), -(49,64,o), -(217,-101,o), -(459,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(369,136,o), -(325,189,o), -(325,296,cs), -(325,408,o), -(372,489,o), -(456,489,cs), -(526,489,o), -(571,431,o), -(574,323,c), -(569,213,o), -(517,136,o), -(438,136,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -44 -); -stem = -2; -target = ( -0, -21 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -50 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -26 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -37 -); -stem = -2; -target = ( -1, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -53 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -47 -); -type = Stem; -} -); -}; -width = 895; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(546,-101,o), -(646,-63,o), -(693,-18,c), -(645,77,l), -(598,41,o), -(533,16,o), -(448,16,cs), -(268,16,o), -(148,115,o), -(148,325,cs), -(148,487,o), -(242,621,o), -(437,621,cs), -(587,621,o), -(708,538,o), -(708,357,cs), -(708,271,o), -(683,218,o), -(636,218,cs), -(604,218,o), -(584,244,o), -(590,318,cs), -(605,504,l), -(526,504,l), -(512,464,l), -(504,464,l), -(489,490,o), -(453,513,o), -(411,513,cs), -(306,513,o), -(236,439,o), -(236,298,cs), -(236,185,o), -(292,109,o), -(392,109,cs), -(450,109,o), -(486,137,o), -(501,169,c), -(510,169,l), -(531,130,o), -(577,102,o), -(637,102,cs), -(745,102,o), -(833,201,o), -(833,366,cs), -(833,589,o), -(665,738,o), -(433,738,cs), -(187,738,o), -(15,565,o), -(15,319,cs), -(15,67,o), -(167,-101,o), -(437,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(381,218,o), -(358,250,o), -(358,304,cs), -(358,363,o), -(376,403,o), -(422,403,cs), -(457,403,o), -(478,377,o), -(482,313,c), -(478,255,o), -(459,218,o), -(415,218,cs) -); -} -); -width = 845; -}, -{ -guides = ( -{ -pos = (657,504); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(567,-101,o), -(680,-78,o), -(745,-30,c), -(730,-3,l), -(671,-45,o), -(582,-70,o), -(479,-70,cs), -(235,-70,o), -(73,68,o), -(73,314,cs), -(73,548,o), -(237,707,o), -(486,707,cs), -(726,707,o), -(893,568,o), -(893,365,cs), -(893,226,o), -(829,133,o), -(734,133,cs), -(670,133,o), -(631,165,o), -(639,268,cs), -(657,504,l), -(624,504,l), -(615,410,l), -(612,410,l), -(594,474,o), -(532,516,o), -(456,516,cs), -(341,516,o), -(264,427,o), -(264,297,cs), -(264,164,o), -(351,106,o), -(440,106,cs), -(509,106,o), -(580,141,o), -(608,223,c), -(611,223,l), -(611,152,o), -(655,105,o), -(734,105,cs), -(850,105,o), -(928,210,o), -(928,367,cs), -(928,589,o), -(739,738,o), -(488,738,cs), -(219,738,o), -(37,567,o), -(37,312,cs), -(37,64,o), -(200,-101,o), -(483,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(357,136,o), -(299,194,o), -(299,296,cs), -(299,412,o), -(358,489,o), -(463,489,cs), -(549,489,o), -(609,423,o), -(612,323,c), -(606,211,o), -(551,136,o), -(443,136,cs) -); -} -); -width = 962; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(597,-101,o), -(707,-59,o), -(755,-17,c), -(703,85,l), -(655,52,o), -(585,25,o), -(486,25,cs), -(287,25,o), -(155,120,o), -(155,321,cs), -(155,481,o), -(268,612,o), -(475,612,cs), -(655,612,o), -(775,509,o), -(775,356,cs), -(775,277,o), -(747,227,o), -(694,227,cs), -(658,227,o), -(635,252,o), -(643,333,cs), -(659,504,l), -(573,504,l), -(558,468,l), -(550,468,l), -(531,495,o), -(489,513,o), -(436,513,cs), -(323,513,o), -(248,427,o), -(248,298,cs), -(248,187,o), -(314,109,o), -(421,109,cs), -(478,109,o), -(526,131,o), -(546,164,c), -(555,164,l), -(578,130,o), -(629,105,o), -(689,105,cs), -(823,105,o), -(913,209,o), -(913,366,cs), -(913,589,o), -(736,738,o), -(470,738,cs), -(201,738,o), -(8,565,o), -(8,320,cs), -(8,67,o), -(177,-101,o), -(475,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(411,226,o), -(385,256,o), -(385,305,cs), -(385,356,o), -(405,394,o), -(456,394,cs), -(494,394,o), -(522,367,o), -(526,310,c), -(520,260,o), -(497,226,o), -(450,226,cs) -); -} -); -width = 918; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(548,-101,o), -(647,-79,o), -(707,-31,c), -(695,-4,l), -(642,-47,o), -(561,-72,o), -(469,-72,cs), -(237,-72,o), -(105,97,o), -(105,314,cs), -(105,549,o), -(250,709,o), -(475,709,cs), -(683,709,o), -(823,569,o), -(823,365,cs), -(823,229,o), -(763,133,o), -(681,133,cs), -(631,133,o), -(605,170,o), -(610,248,cs), -(627,504,l), -(596,504,l), -(588,410,l), -(585,410,l), -(569,479,o), -(522,516,o), -(463,516,cs), -(371,516,o), -(308,424,o), -(308,294,cs), -(308,164,o), -(376,106,o), -(448,106,cs), -(501,106,o), -(557,141,o), -(581,223,c), -(584,223,l), -(583,149,o), -(617,105,o), -(682,105,cs), -(788,105,o), -(855,217,o), -(855,367,cs), -(855,589,o), -(699,738,o), -(477,738,cs), -(235,738,o), -(70,567,o), -(70,312,cs), -(70,64,o), -(236,-101,o), -(472,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(384,136,o), -(342,189,o), -(342,296,cs), -(342,408,o), -(387,489,o), -(469,489,cs), -(539,489,o), -(582,431,o), -(585,323,c), -(580,213,o), -(530,136,o), -(451,136,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -44 -); -stem = -2; -target = ( -0, -21 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -50 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -26 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -37 -); -stem = -2; -target = ( -1, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -53 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -47 -); -type = Stem; -} -); -}; -width = 922; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(554,-101,o), -(652,-63,o), -(698,-18,c), -(650,77,l), -(606,42,o), -(543,16,o), -(458,16,cs), -(283,16,o), -(166,115,o), -(166,325,cs), -(166,487,o), -(257,621,o), -(447,621,cs), -(593,621,o), -(711,538,o), -(711,357,cs), -(711,271,o), -(687,218,o), -(642,218,cs), -(611,218,o), -(591,244,o), -(597,316,cs), -(612,504,l), -(534,504,l), -(520,464,l), -(512,464,l), -(497,490,o), -(462,513,o), -(422,513,cs), -(319,513,o), -(250,439,o), -(250,298,cs), -(250,185,o), -(305,109,o), -(403,109,cs), -(458,109,o), -(494,136,o), -(509,169,c), -(518,169,l), -(539,130,o), -(584,102,o), -(643,102,cs), -(748,102,o), -(835,202,o), -(835,366,cs), -(835,589,o), -(670,738,o), -(444,738,cs), -(203,738,o), -(35,565,o), -(35,319,cs), -(35,67,o), -(183,-101,o), -(447,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(393,218,o), -(371,251,o), -(371,304,cs), -(371,362,o), -(388,403,o), -(433,403,cs), -(466,403,o), -(486,377,o), -(490,313,c), -(486,255,o), -(468,218,o), -(426,218,cs) -); -} -); -width = 865; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(316,-101,o), -(379,-84,o), -(422,-46,c), -(416,-21,l), -(379,-54,o), -(325,-76,o), -(272,-76,cs), -(108,-76,o), -(30,73,o), -(85,337,cs), -(132,562,o), -(259,712,o), -(402,712,cs), -(553,712,o), -(628,580,o), -(578,345,cs), -(551,211,o), -(494,116,o), -(440,116,cs), -(394,116,o), -(395,172,o), -(411,236,cs), -(477,493,l), -(455,495,l), -(429,400,l), -(426,400,l), -(431,475,o), -(403,515,o), -(362,515,cs), -(298,515,o), -(240,429,o), -(214,301,cs), -(195,210,o), -(202,108,o), -(277,108,cs), -(311,108,o), -(352,139,o), -(387,218,c), -(389,218,l), -(374,151,o), -(382,92,o), -(438,92,cs), -(508,92,o), -(572,197,o), -(603,344,cs), -(654,580,o), -(574,737,o), -(405,737,cs), -(249,737,o), -(113,593,o), -(58,337,cs), -(3,73,o), -(85,-101,o), -(266,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(225,133,o), -(222,216,o), -(239,302,cs), -(262,415,o), -(308,492,o), -(362,492,cs), -(422,492,o), -(424,403,o), -(407,316,cs), -(383,210,o), -(334,133,o), -(285,133,cs) -); -} -); -width = 623; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(385,-102,o), -(453,-78,o), -(499,-37,c), -(474,54,l), -(438,24,o), -(395,4,o), -(340,4,cs), -(170,4,o), -(112,146,o), -(151,332,cs), -(187,503,o), -(274,630,o), -(408,630,cs), -(561,630,o), -(606,498,o), -(572,329,cs), -(556,256,o), -(531,195,o), -(497,195,cs), -(462,195,o), -(473,251,o), -(486,299,cs), -(538,490,l), -(469,497,l), -(447,452,l), -(441,452,l), -(434,490,o), -(414,515,o), -(364,515,cs), -(293,515,o), -(229,448,o), -(201,316,cs), -(179,206,o), -(192,111,o), -(289,111,cs), -(336,111,o), -(364,140,o), -(378,171,c), -(387,170,l), -(389,128,o), -(424,89,o), -(485,89,cs), -(574,89,o), -(655,185,o), -(687,338,cs), -(732,560,o), -(633,737,o), -(421,737,cs), -(241,737,o), -(84,585,o), -(33,340,cs), -(-20,91,o), -(69,-102,o), -(308,-102,cs) -); -}, -{ -closed = 1; -nodes = ( -(297,210,o), -(299,258,o), -(310,308,cs), -(323,371,o), -(340,412,o), -(368,412,cs), -(402,412,o), -(397,358,o), -(389,306,c), -(374,247,o), -(355,210,o), -(328,210,cs) -); -} -); -width = 691; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(520,-98,o), -(609,-77,o), -(658,-40,c), -(644,-14,l), -(601,-46,o), -(525,-67,o), -(440,-67,cs), -(246,-67,o), -(118,65,o), -(118,274,cs), -(118,517,o), -(270,703,o), -(523,703,cs), -(713,703,o), -(837,580,o), -(837,392,cs), -(837,234,o), -(764,125,o), -(668,125,cs), -(612,125,o), -(584,168,o), -(611,278,cs), -(663,492,l), -(631,493,l), -(611,407,l), -(607,407,l), -(603,472,o), -(558,511,o), -(499,511,cs), -(400,511,o), -(312,400,o), -(312,257,cs), -(312,157,o), -(365,116,o), -(427,116,cs), -(486,116,o), -(542,150,o), -(572,221,c), -(576,221,l), -(568,142,o), -(601,96,o), -(667,96,cs), -(779,96,o), -(871,215,o), -(871,394,cs), -(871,598,o), -(731,734,o), -(524,734,cs), -(261,734,o), -(83,540,o), -(83,273,cs), -(83,47,o), -(228,-98,o), -(437,-98,cs) -); -}, -{ -closed = 1; -nodes = ( -(382,143,o), -(345,176,o), -(345,258,cs), -(345,378,o), -(416,484,o), -(503,484,cs), -(571,484,o), -(604,421,o), -(588,318,cs), -(571,213,o), -(510,143,o), -(436,143,cs) -); -} -); -width = 917; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(505,-98,o), -(597,-74,o), -(648,-37,c), -(623,45,l), -(573,13,o), -(503,-6,o), -(432,-6,cs), -(267,-6,o), -(154,92,o), -(154,270,cs), -(154,476,o), -(294,640,o), -(498,640,cs), -(655,640,o), -(757,549,o), -(757,387,cs), -(757,273,o), -(708,184,o), -(637,184,cs), -(586,184,o), -(581,230,o), -(596,289,cs), -(648,492,l), -(582,496,l), -(560,443,l), -(553,443,l), -(543,486,o), -(503,515,o), -(450,515,cs), -(350,515,o), -(259,403,o), -(259,264,cs), -(259,167,o), -(304,112,o), -(383,112,cs), -(438,112,o), -(482,139,o), -(504,178,c), -(511,178,l), -(518,128,o), -(560,91,o), -(629,91,cs), -(758,91,o), -(861,217,o), -(861,396,cs), -(861,600,o), -(718,735,o), -(501,735,cs), -(243,735,o), -(45,538,o), -(45,267,cs), -(45,41,o), -(195,-98,o), -(413,-98,cs) -); -}, -{ -closed = 1; -nodes = ( -(379,202,o), -(360,229,o), -(360,278,cs), -(360,361,o), -(403,424,o), -(457,424,cs), -(496,424,o), -(514,393,o), -(514,346,cs), -(514,268,o), -(471,202,o), -(415,202,cs) -); -} -); -width = 877; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(540,-101,o), -(626,-86,o), -(686,-52,c), -(677,-23,l), -(622,-53,o), -(551,-70,o), -(470,-70,cs), -(240,-70,o), -(91,58,o), -(91,251,cs), -(91,509,o), -(278,707,o), -(538,707,cs), -(769,707,o), -(920,586,o), -(920,402,cs), -(920,274,o), -(862,111,o), -(721,111,cs), -(650,111,o), -(619,163,o), -(645,255,cs), -(716,504,l), -(683,504,l), -(651,398,l), -(648,398,l), -(637,471,o), -(581,519,o), -(498,519,cs), -(372,519,o), -(279,396,o), -(279,265,cs), -(279,173,o), -(336,110,o), -(435,110,cs), -(506,110,o), -(568,146,o), -(606,212,c), -(609,212,l), -(594,145,o), -(637,83,o), -(719,83,cs), -(857,83,o), -(953,213,o), -(953,406,cs), -(953,606,o), -(783,738,o), -(543,738,cs), -(264,738,o), -(57,529,o), -(57,248,cs), -(57,38,o), -(216,-101,o), -(464,-101,cs) -); -}, -{ -closed = 1; -nodes = ( -(360,139,o), -(314,186,o), -(314,264,cs), -(314,380,o), -(386,491,o), -(501,491,cs), -(599,491,o), -(647,413,o), -(630,312,c), -(602,207,o), -(539,139,o), -(444,139,cs) -); -} -); -width = 979; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(553,-103,o), -(643,-75,o), -(695,-41,c), -(665,65,l), -(619,41,o), -(564,22,o), -(478,22,cs), -(292,22,o), -(171,114,o), -(171,283,cs), -(171,479,o), -(311,612,o), -(517,612,cs), -(679,612,o), -(796,527,o), -(796,381,cs), -(796,305,o), -(764,207,o), -(690,207,cs), -(641,207,o), -(638,252,o), -(658,317,cs), -(711,497,l), -(622,497,l), -(597,459,l), -(589,460,l), -(574,493,o), -(529,515,o), -(475,515,cs), -(349,515,o), -(259,417,o), -(259,274,cs), -(259,177,o), -(315,112,o), -(411,112,cs), -(462,112,o), -(506,129,o), -(529,160,c), -(538,159,l), -(556,115,o), -(609,85,o), -(681,85,cs), -(833,85,o), -(938,209,o), -(938,390,cs), -(938,600,o), -(776,738,o), -(528,738,cs), -(236,738,o), -(28,551,o), -(28,273,cs), -(28,43,o), -(191,-103,o), -(442,-103,cs) -); -}, -{ -closed = 1; -nodes = ( -(419,227,o), -(397,249,o), -(397,291,cs), -(397,336,o), -(425,394,o), -(483,394,cs), -(531,394,o), -(545,357,o), -(539,303,c), -(526,257,o), -(497,227,o), -(455,227,cs) -); -} -); -width = 937; -} -); -unicode = 64; -userData = { -KernOnName = at; -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/atilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/atilde.glyph deleted file mode 100644 index 5011f9aa..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/atilde.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = atilde; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a; -}, -{ -pos = (36,-156); -ref = tildecomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a; -}, -{ -pos = (3,-138); -ref = tildecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a; -}, -{ -pos = (110,-155); -ref = tildecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a; -}, -{ -pos = (96,-129); -ref = tildecomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (35,-156); -ref = tildecomb; -} -); -width = 299; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a; -}, -{ -pos = (4,-138); -ref = tildecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (111,-155); -ref = tildecomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = a; -}, -{ -pos = (71,-134); -ref = tildecomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (137,-155); -ref = tildecomb; -} -); -width = 647; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a; -}, -{ -pos = (109,-129); -ref = tildecomb; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a; -}, -{ -pos = (110,-155); -ref = tildecomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a; -}, -{ -pos = (65,-134); -ref = tildecomb; -} -); -width = 631; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a; -}, -{ -pos = (-1,-156); -ref = tildecomb; -} -); -width = 341; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a; -}, -{ -pos = (-20,-138); -ref = tildecomb; -} -); -width = 467; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a; -}, -{ -pos = (90,-155); -ref = tildecomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a; -}, -{ -pos = (34,-134); -ref = tildecomb; -} -); -width = 657; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a; -}, -{ -pos = (90,-155); -ref = tildecomb; -} -); -width = 638; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a; -}, -{ -pos = (78,-134); -ref = tildecomb; -} -); -width = 723; -} -); -unicode = 227; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/atilde.ss05.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/atilde.ss05.glyph deleted file mode 100644 index 151ab700..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/atilde.ss05.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = atilde.ss05; -kernLeft = KO_a.ss05; -kernRight = KO_aacute.ss05; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (9,-156); -ref = tildecomb; -} -); -width = 315; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (14,-138); -ref = tildecomb; -} -); -width = 471; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (78,-155); -ref = tildecomb; -} -); -width = 586; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (61,-129); -ref = tildecomb; -} -); -width = 653; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (9,-156); -ref = tildecomb; -} -); -width = 315; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (17,-138); -ref = tildecomb; -} -); -width = 457; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (70,-155); -ref = tildecomb; -} -); -width = 499; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = a.ss05; -}, -{ -alignment = -1; -pos = (56,-134); -ref = tildecomb; -} -); -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (78,-155); -ref = tildecomb; -} -); -width = 571; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (61,-129); -ref = tildecomb; -} -); -width = 638; -}, -{ -layerId = m019; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (63,-155); -ref = tildecomb; -} -); -width = 523; -}, -{ -layerId = m020; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (50,-134); -ref = tildecomb; -} -); -width = 572; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-27,-156); -ref = tildecomb; -} -); -width = 313; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-55,-138); -ref = tildecomb; -} -); -width = 476; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (10,-155); -ref = tildecomb; -} -); -width = 524; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (-22,-134); -ref = tildecomb; -} -); -width = 599; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (4,-155); -ref = tildecomb; -} -); -width = 587; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = a.ss05; -}, -{ -pos = (13,-134); -ref = tildecomb; -} -); -width = 646; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/b.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/b.glyph deleted file mode 100644 index 550f311b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/b.glyph +++ /dev/null @@ -1,1649 +0,0 @@ -{ -glyphname = b; -kernLeft = KO_i; -kernRight = KO_o; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (236,0); -}, -{ -name = top; -pos = (236,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(222,0,l), -(222,331,ls), -(222,378,o), -(232,400,o), -(262,400,cs), -(287,400,o), -(299,383,o), -(299,331,cs), -(299,0,l), -(485,0,l), -(485,343,ls), -(485,500,o), -(442,554,o), -(350,554,cs), -(289,554,o), -(251,525,o), -(229,481,c), -(222,481,l), -(222,729,l), -(36,729,l), -(36,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(399,-10,o), -(454,51,o), -(454,271,cs), -(454,441,o), -(426,551,o), -(315,551,cs), -(267,551,o), -(228,525,o), -(210,477,c), -(204,477,l), -(204,729,l), -(27,729,l), -(27,0,l), -(201,0,l), -(204,64,l), -(210,64,l), -(229,15,o), -(262,-10,o), -(315,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(215,128,o), -(204,159,o), -(204,256,cs), -(204,285,ls), -(204,367,o), -(211,415,o), -(240,415,cs), -(267,415,o), -(278,380,o), -(278,271,cs), -(278,173,o), -(271,128,o), -(240,128,cs) -); -} -); -width = 470; -}, -{ -anchors = ( -{ -name = bottom; -pos = (169,0); -}, -{ -name = top; -pos = (169,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(388,-9,o), -(476,93,o), -(476,258,cs), -(476,424,o), -(388,526,o), -(258,526,cs), -(161,526,o), -(90,474,o), -(63,398,c), -(60,398,l), -(60,729,l), -(23,729,l), -(23,0,l), -(58,0,l), -(60,119,l), -(63,119,l), -(90,43,o), -(161,-9,o), -(258,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(130,25,o), -(60,121,o), -(60,223,cs), -(60,294,ls), -(60,396,o), -(130,492,o), -(251,492,cs), -(363,492,o), -(438,407,o), -(438,258,cs), -(438,110,o), -(363,25,o), -(251,25,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(253,-10,o), -(299,53,o), -(299,258,cs), -(299,466,o), -(252,526,o), -(185,526,cs), -(133,526,o), -(107,491,o), -(91,439,c), -(89,439,l), -(89,729,l), -(60,729,l), -(60,0,l), -(88,0,l), -(89,77,l), -(91,77,l), -(108,19,o), -(138,-10,o), -(185,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(124,16,o), -(89,79,o), -(89,206,cs), -(89,309,ls), -(89,439,o), -(125,500,o), -(177,500,cs), -(250,500,o), -(269,414,o), -(269,258,cs), -(269,101,o), -(250,16,o), -(177,16,cs) -); -} -); -width = 344; -}, -{ -anchors = ( -{ -name = bottom; -pos = (323,0); -}, -{ -name = top; -pos = (323,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(499,-9,o), -(605,93,o), -(605,258,cs), -(605,420,o), -(500,526,o), -(343,526,cs), -(232,526,o), -(139,471,o), -(107,387,c), -(103,387,l), -(103,729,l), -(66,729,l), -(66,0,l), -(101,0,l), -(103,119,l), -(107,119,l), -(139,43,o), -(226,-9,o), -(343,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(190,25,o), -(103,121,o), -(103,223,cs), -(103,283,ls), -(103,391,o), -(190,492,o), -(339,492,cs), -(476,492,o), -(567,399,o), -(567,258,cs), -(567,110,o), -(475,25,o), -(339,25,cs) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (370,0); -}, -{ -name = top; -pos = (370,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(612,-8,o), -(717,101,o), -(717,273,cs), -(717,445,o), -(612,554,o), -(453,554,cs), -(376,554,o), -(306,526,o), -(271,475,c), -(264,475,l), -(264,729,l), -(43,729,l), -(43,0,l), -(252,0,l), -(259,71,l), -(266,71,l), -(298,24,o), -(358,-8,o), -(453,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(308,157,o), -(264,203,o), -(264,268,cs), -(264,279,ls), -(264,344,o), -(308,389,o), -(383,389,cs), -(451,389,o), -(496,349,o), -(496,273,cs), -(496,198,o), -(451,157,o), -(383,157,cs) -); -} -); -width = 729; -}, -{ -anchors = ( -{ -name = bottom; -pos = (146,0); -}, -{ -name = top; -pos = (146,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(389,-9,o), -(477,93,o), -(477,258,cs), -(477,424,o), -(389,526,o), -(259,526,cs), -(162,526,o), -(91,474,o), -(64,398,c), -(61,398,l), -(61,729,l), -(24,729,l), -(24,0,l), -(59,0,l), -(61,119,l), -(64,119,l), -(91,43,o), -(162,-9,o), -(259,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(131,25,o), -(61,121,o), -(61,223,cs), -(61,294,ls), -(61,396,o), -(131,492,o), -(252,492,cs), -(364,492,o), -(439,407,o), -(439,258,cs), -(439,110,o), -(364,25,o), -(252,25,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(250,-10,o), -(287,70,o), -(287,258,cs), -(287,446,o), -(250,526,o), -(169,526,cs), -(119,526,o), -(87,498,o), -(68,439,c), -(66,439,l), -(66,729,l), -(36,729,l), -(36,0,l), -(65,0,l), -(66,77,l), -(68,77,l), -(86,18,o), -(119,-10,o), -(169,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(107,17,o), -(66,96,o), -(66,206,cs), -(66,309,ls), -(66,419,o), -(107,499,o), -(161,499,cs), -(226,499,o), -(256,429,o), -(256,258,cs), -(256,87,o), -(226,17,o), -(161,17,cs) -); -} -); -width = 311; -}, -{ -anchors = ( -{ -name = bottom; -pos = (225,0); -}, -{ -name = top; -pos = (225,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(222,0,l), -(222,331,ls), -(222,378,o), -(232,400,o), -(262,400,cs), -(287,400,o), -(299,383,o), -(299,331,cs), -(299,0,l), -(485,0,l), -(485,343,ls), -(485,500,o), -(442,554,o), -(350,554,cs), -(289,554,o), -(251,525,o), -(229,481,c), -(222,481,l), -(222,729,l), -(36,729,l), -(36,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(388,-10,o), -(443,51,o), -(443,271,cs), -(443,441,o), -(415,551,o), -(304,551,cs), -(256,551,o), -(217,525,o), -(194,468,c), -(193,468,l), -(193,729,l), -(16,729,l), -(16,0,l), -(190,0,l), -(194,64,l), -(195,64,l), -(217,15,o), -(251,-10,o), -(304,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(204,128,o), -(193,159,o), -(193,256,cs), -(193,285,ls), -(193,367,o), -(200,415,o), -(229,415,cs), -(256,415,o), -(267,380,o), -(267,271,cs), -(267,173,o), -(260,128,o), -(229,128,cs) -); -} -); -width = 450; -}, -{ -anchors = ( -{ -name = bottom; -pos = (265,0); -}, -{ -name = top; -pos = (265,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(449,-9,o), -(537,93,o), -(537,258,cs), -(537,424,o), -(449,526,o), -(319,526,cs), -(222,526,o), -(151,474,o), -(124,398,c), -(121,398,l), -(121,729,l), -(84,729,l), -(84,0,l), -(119,0,l), -(121,119,l), -(124,119,l), -(151,43,o), -(222,-9,o), -(319,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(191,25,o), -(121,121,o), -(121,223,cs), -(121,294,ls), -(121,396,o), -(191,492,o), -(312,492,cs), -(424,492,o), -(499,407,o), -(499,258,cs), -(499,110,o), -(424,25,o), -(312,25,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(423,-9,o), -(511,92,o), -(511,258,cs), -(511,423,o), -(423,525,o), -(294,525,cs), -(196,525,o), -(125,473,o), -(98,396,c), -(96,396,l), -(96,729,l), -(59,729,l), -(59,0,l), -(93,0,l), -(95,119,l), -(98,119,l), -(125,42,o), -(196,-9,o), -(294,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(166,24,o), -(96,120,o), -(96,222,cs), -(96,293,ls), -(96,395,o), -(166,491,o), -(286,491,cs), -(398,491,o), -(473,405,o), -(473,258,cs), -(473,109,o), -(398,24,o), -(286,24,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -9 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 545; -}, -{ -anchors = ( -{ -name = bottom; -pos = (302,0); -}, -{ -name = top; -pos = (302,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(539,-10,o), -(626,93,o), -(626,272,cs), -(626,452,o), -(541,554,o), -(412,554,cs), -(338,554,o), -(274,519,o), -(253,466,c), -(227,466,l), -(245,296,l), -(245,366,o), -(281,401,o), -(335,401,cs), -(390,401,o), -(431,364,o), -(431,272,cs), -(431,181,o), -(390,143,o), -(335,143,cs), -(281,143,o), -(245,179,o), -(245,249,c), -(227,79,l), -(253,79,l), -(273,26,o), -(334,-10,o), -(407,-10,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(521,-10,o), -(602,95,o), -(602,272,cs), -(602,449,o), -(521,554,o), -(383,554,cs), -(309,554,o), -(246,513,o), -(222,448,c), -(221,448,l), -(221,729,l), -(30,729,l), -(30,0,l), -(212,0,l), -(219,93,l), -(220,93,l), -(248,26,o), -(310,-10,o), -(383,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(254,143,o), -(221,186,o), -(221,253,cs), -(221,291,ls), -(221,358,o), -(256,401,o), -(312,401,cs), -(382,401,o), -(407,349,o), -(407,272,cs), -(407,195,o), -(379,143,o), -(307,143,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -}; -width = 609; -}, -{ -anchors = ( -{ -name = bottom; -pos = (313,0); -}, -{ -name = top; -pos = (313,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(511,-9,o), -(623,93,o), -(623,258,cs), -(623,420,o), -(512,526,o), -(347,526,cs), -(228,526,o), -(129,470,o), -(94,382,c), -(93,382,l), -(93,729,l), -(56,729,l), -(56,0,l), -(91,0,l), -(93,126,l), -(94,126,l), -(131,43,o), -(229,-9,o), -(347,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,25,o), -(93,112,o), -(93,230,cs), -(93,278,ls), -(93,402,o), -(199,492,o), -(343,492,cs), -(488,492,o), -(585,399,o), -(585,258,cs), -(585,110,o), -(487,25,o), -(343,25,cs) -); -} -); -width = 651; -}, -{ -anchors = ( -{ -name = bottom; -pos = (357,0); -}, -{ -name = top; -pos = (357,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(599,-8,o), -(704,101,o), -(704,273,cs), -(704,445,o), -(599,554,o), -(440,554,cs), -(363,554,o), -(287,526,o), -(252,475,c), -(251,475,l), -(251,729,l), -(30,729,l), -(30,0,l), -(239,0,l), -(246,71,l), -(247,71,l), -(279,24,o), -(345,-8,o), -(440,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(295,157,o), -(251,203,o), -(251,268,cs), -(251,279,ls), -(251,344,o), -(295,389,o), -(370,389,cs), -(438,389,o), -(483,349,o), -(483,273,cs), -(483,198,o), -(438,157,o), -(370,157,cs) -); -} -); -width = 722; -}, -{ -anchors = ( -{ -name = bottom; -pos = (283,0); -}, -{ -name = top; -pos = (283,759); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(444,-9,o), -(532,93,o), -(532,258,cs), -(532,424,o), -(444,526,o), -(314,526,cs), -(217,526,o), -(146,474,o), -(119,398,c), -(116,398,l), -(116,729,l), -(79,729,l), -(79,0,l), -(114,0,l), -(116,119,l), -(119,119,l), -(146,43,o), -(217,-9,o), -(314,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(186,25,o), -(116,121,o), -(116,223,cs), -(116,294,ls), -(116,396,o), -(186,492,o), -(307,492,cs), -(419,492,o), -(494,407,o), -(494,258,cs), -(494,110,o), -(419,25,o), -(307,25,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(430,-9,o), -(513,92,o), -(513,258,cs), -(513,423,o), -(430,525,o), -(308,525,cs), -(216,525,o), -(150,473,o), -(124,396,c), -(122,396,l), -(122,759,l), -(85,759,l), -(85,0,l), -(119,0,l), -(121,119,l), -(124,119,l), -(150,42,o), -(216,-9,o), -(308,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(187,24,o), -(122,120,o), -(122,222,cs), -(122,293,ls), -(122,395,o), -(187,491,o), -(300,491,cs), -(405,491,o), -(475,405,o), -(475,258,cs), -(475,109,o), -(405,24,o), -(300,24,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -9 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 581; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = top; -pos = (317,759); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(539,-10,o), -(626,93,o), -(626,272,cs), -(626,452,o), -(541,554,o), -(412,554,cs), -(338,554,o), -(274,519,o), -(253,466,c), -(227,466,l), -(245,296,l), -(245,366,o), -(281,401,o), -(335,401,cs), -(390,401,o), -(431,364,o), -(431,272,cs), -(431,181,o), -(390,143,o), -(335,143,cs), -(281,143,o), -(245,179,o), -(245,249,c), -(227,79,l), -(253,79,l), -(273,26,o), -(334,-10,o), -(407,-10,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(520,-10,o), -(601,93,o), -(601,272,cs), -(601,451,o), -(520,554,o), -(397,554,cs), -(330,554,o), -(277,517,o), -(260,465,c), -(248,465,l), -(249,759,l), -(60,759,l), -(60,0,l), -(241,0,l), -(246,79,l), -(259,79,l), -(277,27,o), -(330,-10,o), -(397,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(275,148,o), -(249,187,o), -(249,259,cs), -(249,285,ls), -(249,357,o), -(276,397,o), -(327,397,cs), -(387,397,o), -(408,347,o), -(408,272,cs), -(408,198,o), -(384,148,o), -(322,148,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -}; -width = 635; -}, -{ -anchors = ( -{ -name = bottom; -pos = (126,0); -}, -{ -name = top; -pos = (277,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,-9,o), -(258,67,o), -(297,255,cs), -(332,419,o), -(322,526,o), -(231,526,cs), -(186,526,o), -(152,494,o), -(129,446,c), -(128,446,l), -(187,729,l), -(158,729,l), -(7,0,l), -(35,0,l), -(53,85,l), -(55,85,l), -(60,25,o), -(82,-9,o), -(137,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(61,18,o), -(60,116,o), -(80,213,cs), -(101,316,ls), -(126,439,o), -(172,500,o), -(222,500,cs), -(306,500,o), -(294,385,o), -(267,256,cs), -(236,103,o), -(200,18,o), -(132,18,cs) -); -} -); -width = 342; -}, -{ -anchors = ( -{ -name = bottom; -pos = (189,0); -}, -{ -name = top; -pos = (340,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,-10,o), -(409,63,o), -(450,258,cs), -(484,422,o), -(487,551,o), -(363,551,cs), -(317,551,o), -(281,528,o), -(255,484,c), -(248,484,l), -(299,729,l), -(122,729,l), -(-30,0,l), -(144,0,l), -(162,72,l), -(167,72,l), -(176,20,o), -(207,-10,o), -(264,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(178,133,o), -(185,182,o), -(202,264,cs), -(209,298,ls), -(228,391,o), -(243,419,o), -(269,419,cs), -(303,419,o), -(296,367,o), -(277,274,cs), -(257,175,o), -(241,133,o), -(214,133,cs) -); -} -); -width = 469; -}, -{ -anchors = ( -{ -name = bottom; -pos = (244,0); -}, -{ -name = top; -pos = (395,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(420,-9,o), -(532,130,o), -(532,320,cs), -(532,447,o), -(458,527,o), -(351,527,cs), -(270,527,o), -(196,483,o), -(155,414,c), -(153,414,l), -(219,729,l), -(183,729,l), -(31,0,l), -(64,0,l), -(94,134,l), -(96,134,l), -(108,52,o), -(172,-9,o), -(271,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(152,25,o), -(90,110,o), -(121,258,cs), -(133,315,ls), -(156,422,o), -(239,494,o), -(342,494,cs), -(434,494,o), -(494,430,o), -(494,317,cs), -(494,148,o), -(397,25,o), -(269,25,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(428,-9,o), -(532,112,o), -(532,316,cs), -(532,443,o), -(458,527,o), -(347,527,cs), -(269,527,o), -(197,491,o), -(155,414,c), -(154,414,l), -(219,729,l), -(183,729,l), -(31,0,l), -(64,0,l), -(94,126,l), -(98,126,l), -(118,45,o), -(183,-9,o), -(274,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(152,25,o), -(90,118,o), -(119,258,cs), -(131,315,ls), -(154,422,o), -(231,493,o), -(340,493,cs), -(437,493,o), -(492,421,o), -(492,312,cs), -(492,142,o), -(411,25,o), -(273,25,cs) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (32,22); -}, -{ -name = top; -pos = (395,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(521,-10,o), -(612,113,o), -(631,268,cs), -(652,439,o), -(579,554,o), -(448,554,cs), -(381,554,o), -(321,524,o), -(295,477,c), -(288,478,l), -(340,729,l), -(149,729,l), -(-2,0,l), -(180,0,l), -(207,87,l), -(213,87,l), -(231,29,o), -(295,-10,o), -(365,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(257,143,o), -(231,193,o), -(243,257,cs), -(252,303,ls), -(263,363,o), -(295,401,o), -(353,401,cs), -(413,401,o), -(445,351,o), -(432,263,cs), -(421,191,o), -(380,143,o), -(319,143,cs) -); -} -); -}; -guides = ( -{ -angle = 78.3; -pos = (-250,205); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(518,-10,o), -(608,113,o), -(627,268,cs), -(648,439,o), -(576,554,o), -(448,554,cs), -(381,554,o), -(321,524,o), -(295,477,c), -(288,478,l), -(340,729,l), -(149,729,l), -(-2,0,l), -(180,0,l), -(207,87,l), -(213,87,l), -(231,29,o), -(295,-10,o), -(365,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(257,143,o), -(228,193,o), -(242,257,cs), -(252,303,ls), -(264,362,o), -(295,401,o), -(353,401,cs), -(413,401,o), -(445,351,o), -(432,263,cs), -(421,191,o), -(380,143,o), -(319,143,cs) -); -} -); -width = 656; -}, -{ -anchors = ( -{ -name = bottom; -pos = (278,0); -}, -{ -name = top; -pos = (429,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(476,-10,o), -(604,124,o), -(604,307,cs), -(604,442,o), -(512,527,o), -(377,527,cs), -(273,527,o), -(185,480,o), -(136,408,c), -(133,408,l), -(200,729,l), -(163,729,l), -(12,0,l), -(43,0,l), -(77,147,l), -(80,147,l), -(95,54,o), -(183,-10,o), -(301,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(154,24,o), -(75,123,o), -(105,270,cs), -(111,300,ls), -(133,415,o), -(238,493,o), -(368,493,cs), -(490,493,o), -(567,420,o), -(567,303,cs), -(567,157,o), -(467,24,o), -(305,24,cs) -); -} -); -width = 637; -}, -{ -anchors = ( -{ -name = bottom; -pos = (322,0); -}, -{ -name = top; -pos = (473,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(592,-10,o), -(711,119,o), -(711,314,cs), -(711,459,o), -(618,554,o), -(475,554,cs), -(403,554,o), -(351,530,o), -(316,492,c), -(309,492,l), -(358,729,l), -(139,729,l), -(-13,0,l), -(202,0,l), -(229,87,l), -(237,87,l), -(260,25,o), -(339,-10,o), -(420,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(295,157,o), -(255,209,o), -(269,280,cs), -(272,296,ls), -(284,353,o), -(321,390,o), -(389,390,cs), -(447,390,o), -(489,354,o), -(489,294,cs), -(489,212,o), -(441,157,o), -(369,157,cs) -); -} -); -width = 724; -} -); -metricLeft = l; -unicode = 98; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/backslash.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/backslash.glyph deleted file mode 100644 index 6abe787d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/backslash.glyph +++ /dev/null @@ -1,350 +0,0 @@ -{ -glyphname = backslash; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,-82,l), -(161,729,l), -(-2,729,l), -(207,-82,l) -); -} -); -width = 366; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,-82,l), -(12,729,l), -(-17,729,l), -(188,-82,l) -); -} -); -width = 200; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(437,-81,l), -(25,729,l), -(-11,729,l), -(398,-81,l) -); -} -); -width = 426; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(531,-82,l), -(187,729,l), -(-24,729,l), -(322,-82,l) -); -} -); -width = 507; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,-82,l), -(4,729,l), -(-25,729,l), -(180,-82,l) -); -} -); -width = 184; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(363,-82,l), -(156,729,l), -(-7,729,l), -(202,-82,l) -); -} -); -width = 356; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(342,-81,l), -(15,729,l), -(-21,729,l), -(303,-81,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 321; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,-82,l), -(160,729,l), -(-23,729,l), -(266,-82,l) -); -} -); -width = 424; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(432,-81,l), -(20,729,l), -(-16,729,l), -(393,-81,l) -); -} -); -width = 416; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(526,-82,l), -(182,729,l), -(-29,729,l), -(317,-82,l) -); -} -); -width = 497; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(354,-81,l), -(35,729,l), -(-1,729,l), -(317,-81,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 352; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(444,-82,l), -(169,729,l), -(-12,729,l), -(264,-82,l) -); -} -); -width = 431; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,-82,l), -(108,729,l), -(81,729,l), -(113,-82,l) -); -} -); -width = 193; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(284,-82,l), -(250,729,l), -(93,729,l), -(129,-82,l) -); -} -); -width = 355; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(282,-81,l), -(127,729,l), -(93,729,l), -(245,-81,l) -); -} -); -width = 348; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,-82,l), -(258,729,l), -(84,729,l), -(200,-82,l) -); -} -); -width = 433; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(357,-81,l), -(118,729,l), -(86,729,l), -(322,-81,l) -); -} -); -width = 416; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(439,-82,l), -(269,729,l), -(71,729,l), -(242,-82,l) -); -} -); -width = 488; -} -); -unicode = 92; -userData = { -KernOnSpecialSpacing = { -L = slash; -R = slash; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/baht.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/baht.glyph deleted file mode 100644 index 973ce51b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/baht.glyph +++ /dev/null @@ -1,1671 +0,0 @@ -{ -color = 6; -glyphname = baht; -layers = ( -{ -background = { -anchors = ( -{ -name = bottom; -pos = (56,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(37,-85,l), -(37,12,l), -(9,12,l), -(9,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(37,713,l), -(37,815,l), -(9,815,l), -(9,713,l) -); -}, -{ -closed = 1; -nodes = ( -(27,0,ls), -(146,0,o), -(191,81,o), -(191,200,cs), -(191,279,o), -(161,355,o), -(96,374,c), -(96,376,l), -(142,392,o), -(178,456,o), -(178,543,cs), -(178,670,o), -(126,729,o), -(28,729,cs), -(-79,729,l), -(-79,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-48,359,l), -(38,359,ls), -(113,359,o), -(157,299,o), -(157,201,cs), -(157,77,o), -(113,29,o), -(27,29,cs), -(-48,29,l) -); -}, -{ -closed = 1; -nodes = ( -(-48,700,l), -(27,700,ls), -(115,700,o), -(147,635,o), -(147,539,cs), -(147,449,o), -(107,389,o), -(37,389,cs), -(-48,389,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (126,0); -ref = _baht.bar; -} -); -width = 397; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (180,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(173,-85,l), -(173,90,l), -(93,90,l), -(93,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(173,689,l), -(173,815,l), -(94,815,l), -(94,689,l) -); -}, -{ -closed = 1; -nodes = ( -(165,0,ls), -(309,0,o), -(392,70,o), -(392,206,cs), -(392,296,o), -(359,360,o), -(296,381,c), -(296,387,l), -(345,404,o), -(377,465,o), -(377,537,cs), -(377,654,o), -(325,729,o), -(183,729,cs), -(-32,729,l), -(-32,0,l) -); -}, -{ -closed = 1; -nodes = ( -(147,309,l), -(164,309,ls), -(195,309,o), -(215,285,o), -(215,225,cs), -(215,172,o), -(202,141,o), -(163,141,cs), -(147,141,l) -); -}, -{ -closed = 1; -nodes = ( -(147,591,l), -(164,591,ls), -(194,591,o), -(210,568,o), -(210,513,cs), -(210,465,o), -(199,433,o), -(164,433,cs), -(147,433,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (119,0); -ref = _baht.bar; -} -); -width = 476; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (212,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(171,-85,l), -(171,22,l), -(139,22,l), -(139,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(171,714,l), -(171,814,l), -(139,814,l), -(139,714,l) -); -}, -{ -closed = 1; -nodes = ( -(275,0,ls), -(418,0,o), -(509,78,o), -(509,200,cs), -(509,285,o), -(460,356,o), -(363,374,c), -(363,377,l), -(451,397,o), -(490,464,o), -(490,543,cs), -(490,654,o), -(411,729,o), -(276,729,cs), -(-85,729,l), -(-85,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-47,356,l), -(293,356,ls), -(405,356,o), -(469,298,o), -(469,202,cs), -(469,104,o), -(403,36,o), -(275,36,cs), -(-47,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-47,694,l), -(275,694,ls), -(382,694,o), -(452,635,o), -(452,538,cs), -(452,450,o), -(396,391,o), -(291,391,cs), -(-47,391,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (269,0); -ref = _baht.bar; -} -); -width = 729; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (295,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(334,-85,l), -(334,90,l), -(173,90,l), -(173,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(334,689,l), -(334,815,l), -(174,815,l), -(174,689,l) -); -}, -{ -closed = 1; -nodes = ( -(342,0,ls), -(553,0,o), -(637,86,o), -(637,206,cs), -(637,291,o), -(587,356,o), -(498,376,c), -(498,385,l), -(570,406,o), -(615,465,o), -(615,538,cs), -(615,667,o), -(522,729,o), -(355,729,cs), -(-48,729,l), -(-48,0,l) -); -}, -{ -closed = 1; -nodes = ( -(180,298,l), -(296,298,ls), -(362,298,o), -(395,279,o), -(395,228,cs), -(395,184,o), -(370,155,o), -(297,155,cs), -(180,155,l) -); -}, -{ -closed = 1; -nodes = ( -(180,573,l), -(287,573,ls), -(354,573,o), -(373,549,o), -(373,511,cs), -(373,472,o), -(350,447,o), -(286,447,cs), -(180,447,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (236,0); -ref = _baht.bar; -} -); -width = 760; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (56,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(37,-85,l), -(37,12,l), -(9,12,l), -(9,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(37,713,l), -(37,815,l), -(9,815,l), -(9,713,l) -); -}, -{ -closed = 1; -nodes = ( -(27,0,ls), -(146,0,o), -(191,81,o), -(191,200,cs), -(191,279,o), -(161,355,o), -(96,374,c), -(96,376,l), -(142,392,o), -(178,456,o), -(178,543,cs), -(178,670,o), -(126,729,o), -(28,729,cs), -(-79,729,l), -(-79,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-48,359,l), -(38,359,ls), -(113,359,o), -(157,299,o), -(157,201,cs), -(157,77,o), -(113,29,o), -(27,29,cs), -(-48,29,l) -); -}, -{ -closed = 1; -nodes = ( -(-48,700,l), -(27,700,ls), -(115,700,o), -(147,635,o), -(147,539,cs), -(147,449,o), -(107,389,o), -(37,389,cs), -(-48,389,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = _B.currency; -}, -{ -alignment = -1; -pos = (126,0); -ref = _baht.bar; -} -); -width = 397; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (180,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(173,-85,l), -(173,90,l), -(93,90,l), -(93,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(173,689,l), -(173,815,l), -(94,815,l), -(94,689,l) -); -}, -{ -closed = 1; -nodes = ( -(165,0,ls), -(309,0,o), -(392,70,o), -(392,206,cs), -(392,296,o), -(359,360,o), -(296,381,c), -(296,387,l), -(345,404,o), -(377,465,o), -(377,537,cs), -(377,654,o), -(325,729,o), -(183,729,cs), -(-32,729,l), -(-32,0,l) -); -}, -{ -closed = 1; -nodes = ( -(147,309,l), -(164,309,ls), -(195,309,o), -(215,285,o), -(215,225,cs), -(215,172,o), -(202,141,o), -(163,141,cs), -(147,141,l) -); -}, -{ -closed = 1; -nodes = ( -(147,591,l), -(164,591,ls), -(194,591,o), -(210,568,o), -(210,513,cs), -(210,465,o), -(199,433,o), -(164,433,cs), -(147,433,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = _B.currency; -}, -{ -alignment = -1; -pos = (119,0); -ref = _baht.bar; -} -); -width = 476; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (158,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(130,-85,l), -(130,22,l), -(98,22,l), -(98,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(130,714,l), -(130,814,l), -(98,814,l), -(98,714,l) -); -}, -{ -closed = 1; -nodes = ( -(183,0,ls), -(326,0,o), -(417,78,o), -(417,200,cs), -(417,285,o), -(368,356,o), -(271,374,c), -(271,377,l), -(359,397,o), -(398,464,o), -(398,543,cs), -(398,654,o), -(319,729,o), -(184,729,cs), -(-101,729,l), -(-101,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-63,356,l), -(201,356,ls), -(313,356,o), -(377,298,o), -(377,202,cs), -(377,104,o), -(311,36,o), -(183,36,cs), -(-63,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-63,694,l), -(183,694,ls), -(290,694,o), -(360,635,o), -(360,538,cs), -(360,450,o), -(304,391,o), -(199,391,cs), -(-63,391,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (266,0); -ref = _baht.bar; -} -); -width = 658; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (243,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(266,-85,l), -(266,90,l), -(156,90,l), -(156,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(266,689,l), -(266,815,l), -(157,815,l), -(157,689,l) -); -}, -{ -closed = 1; -nodes = ( -(272,0,ls), -(460,0,o), -(549,85,o), -(549,212,cs), -(549,293,o), -(505,359,o), -(426,376,c), -(426,385,l), -(488,405,o), -(529,467,o), -(529,541,cs), -(529,654,o), -(456,729,o), -(301,729,cs), -(-63,729,l), -(-63,0,l) -); -}, -{ -closed = 1; -nodes = ( -(134,299,l), -(248,299,ls), -(307,299,o), -(333,273,o), -(333,226,cs), -(333,179,o), -(307,153,o), -(248,153,cs), -(134,153,l) -); -}, -{ -closed = 1; -nodes = ( -(134,576,l), -(239,576,ls), -(285,576,o), -(315,555,o), -(315,511,cs), -(315,472,o), -(291,446,o), -(239,446,cs), -(134,446,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (246,0); -ref = _baht.bar; -} -); -width = 674; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (212,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(171,-85,l), -(171,22,l), -(139,22,l), -(139,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(171,714,l), -(171,814,l), -(139,814,l), -(139,714,l) -); -}, -{ -closed = 1; -nodes = ( -(275,0,ls), -(418,0,o), -(509,78,o), -(509,200,cs), -(509,285,o), -(460,356,o), -(363,374,c), -(363,377,l), -(451,397,o), -(490,464,o), -(490,543,cs), -(490,654,o), -(411,729,o), -(276,729,cs), -(-85,729,l), -(-85,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-47,356,l), -(293,356,ls), -(405,356,o), -(469,298,o), -(469,202,cs), -(469,104,o), -(403,36,o), -(275,36,cs), -(-47,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-47,694,l), -(275,694,ls), -(382,694,o), -(452,635,o), -(452,538,cs), -(452,450,o), -(396,391,o), -(291,391,cs), -(-47,391,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = _B.currency; -}, -{ -alignment = -1; -pos = (269,0); -ref = _baht.bar; -} -); -width = 729; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (295,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(334,-85,l), -(334,90,l), -(173,90,l), -(173,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(334,689,l), -(334,815,l), -(174,815,l), -(174,689,l) -); -}, -{ -closed = 1; -nodes = ( -(342,0,ls), -(553,0,o), -(637,86,o), -(637,206,cs), -(637,291,o), -(587,356,o), -(498,376,c), -(498,385,l), -(570,406,o), -(615,465,o), -(615,538,cs), -(615,667,o), -(522,729,o), -(355,729,cs), -(-48,729,l), -(-48,0,l) -); -}, -{ -closed = 1; -nodes = ( -(180,298,l), -(296,298,ls), -(362,298,o), -(395,279,o), -(395,228,cs), -(395,184,o), -(370,155,o), -(297,155,cs), -(180,155,l) -); -}, -{ -closed = 1; -nodes = ( -(180,573,l), -(287,573,ls), -(354,573,o), -(373,549,o), -(373,511,cs), -(373,472,o), -(350,447,o), -(286,447,cs), -(180,447,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = _B.currency; -}, -{ -alignment = -1; -pos = (236,0); -ref = _baht.bar; -} -); -width = 760; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (158,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(130,-85,l), -(130,22,l), -(98,22,l), -(98,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(130,714,l), -(130,814,l), -(98,814,l), -(98,714,l) -); -}, -{ -closed = 1; -nodes = ( -(183,0,ls), -(326,0,o), -(417,78,o), -(417,200,cs), -(417,285,o), -(368,356,o), -(271,374,c), -(271,377,l), -(359,397,o), -(398,464,o), -(398,543,cs), -(398,654,o), -(319,729,o), -(184,729,cs), -(-101,729,l), -(-101,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-63,356,l), -(201,356,ls), -(313,356,o), -(377,298,o), -(377,202,cs), -(377,104,o), -(311,36,o), -(183,36,cs), -(-63,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-63,694,l), -(183,694,ls), -(290,694,o), -(360,635,o), -(360,538,cs), -(360,450,o), -(304,391,o), -(199,391,cs), -(-63,391,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (264,0); -ref = _baht.bar; -} -); -width = 682; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (243,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(266,-85,l), -(266,90,l), -(156,90,l), -(156,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(266,689,l), -(266,815,l), -(157,815,l), -(157,689,l) -); -}, -{ -closed = 1; -nodes = ( -(272,0,ls), -(460,0,o), -(549,85,o), -(549,212,cs), -(549,293,o), -(505,359,o), -(426,376,c), -(426,385,l), -(488,405,o), -(529,467,o), -(529,541,cs), -(529,654,o), -(456,729,o), -(301,729,cs), -(-63,729,l), -(-63,0,l) -); -}, -{ -closed = 1; -nodes = ( -(134,299,l), -(248,299,ls), -(307,299,o), -(333,273,o), -(333,226,cs), -(333,179,o), -(307,153,o), -(248,153,cs), -(134,153,l) -); -}, -{ -closed = 1; -nodes = ( -(134,576,l), -(239,576,ls), -(285,576,o), -(315,555,o), -(315,511,cs), -(315,472,o), -(291,446,o), -(239,446,cs), -(134,446,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (249,0); -ref = _baht.bar; -} -); -width = 692; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (55,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(-34,-85,l), -(-14,12,l), -(-42,12,l), -(-62,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(131,713,l), -(152,815,l), -(124,815,l), -(103,713,l) -); -}, -{ -closed = 1; -nodes = ( -(-26,0,ls), -(106,0,o), -(176,89,o), -(181,240,cs), -(183,301,o), -(159,351,o), -(116,369,c), -(116,372,l), -(191,398,o), -(242,490,o), -(242,596,cs), -(242,676,o), -(201,729,o), -(115,729,cs), -(20,729,l), -(-132,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-27,359,l), -(48,359,ls), -(117,359,o), -(151,315,o), -(149,242,cs), -(144,106,o), -(83,29,o), -(-20,29,cs), -(-95,29,l) -); -}, -{ -closed = 1; -nodes = ( -(44,700,l), -(109,700,ls), -(171,700,o), -(210,670,o), -(210,596,cs), -(210,484,o), -(155,389,o), -(65,389,cs), -(-19,389,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (125,0); -ref = _baht.bar; -} -); -width = 395; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (169,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(93,-85,l), -(129,90,l), -(49,90,l), -(13,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(253,689,l), -(279,815,l), -(200,815,l), -(174,689,l) -); -}, -{ -closed = 1; -nodes = ( -(107,0,ls), -(276,0,o), -(372,95,o), -(377,247,cs), -(379,303,o), -(360,353,o), -(314,375,c), -(316,380,l), -(380,401,o), -(429,474,o), -(432,569,cs), -(435,661,o), -(390,729,o), -(258,729,cs), -(58,729,l), -(-94,0,l) -); -}, -{ -closed = 1; -nodes = ( -(150,309,l), -(164,309,ls), -(193,309,o), -(206,289,o), -(204,253,cs), -(202,189,o), -(173,141,o), -(132,141,cs), -(113,141,l) -); -}, -{ -closed = 1; -nodes = ( -(208,590,l), -(223,590,ls), -(247,590,o), -(262,572,o), -(261,538,cs), -(259,482,o), -(230,433,o), -(191,433,cs), -(174,433,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (118,0); -ref = _baht.bar; -} -); -width = 477; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (120,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(27,-85,l), -(49,22,l), -(17,22,l), -(-5,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(192,714,l), -(213,814,l), -(181,814,l), -(160,714,l) -); -}, -{ -closed = 1; -nodes = ( -(104,0,ls), -(272,0,o), -(371,79,o), -(375,215,cs), -(378,291,o), -(338,356,o), -(268,371,c), -(268,374,l), -(359,393,o), -(428,468,o), -(431,566,cs), -(435,664,o), -(373,729,o), -(258,729,cs), -(-40,729,l), -(-191,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-80,356,l), -(194,356,ls), -(289,356,o), -(339,299,o), -(336,216,cs), -(332,102,o), -(250,36,o), -(110,36,cs), -(-147,36,l) -); -}, -{ -closed = 1; -nodes = ( -(-10,694,l), -(248,694,ls), -(337,694,o), -(393,650,o), -(389,559,cs), -(386,456,o), -(308,391,o), -(201,391,cs), -(-71,391,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (274,0); -ref = _baht.bar; -} -); -width = 709; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (228,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(177,-85,l), -(213,90,l), -(103,90,l), -(67,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(337,689,l), -(363,815,l), -(254,815,l), -(228,689,l) -); -}, -{ -closed = 1; -nodes = ( -(240,0,ls), -(414,0,o), -(532,72,o), -(537,224,cs), -(540,296,o), -(504,355,o), -(450,370,c), -(452,379,l), -(519,398,o), -(578,464,o), -(581,555,cs), -(585,657,o), -(520,729,o), -(366,729,cs), -(26,729,l), -(-125,0,l) -); -}, -{ -closed = 1; -nodes = ( -(133,300,l), -(265,300,ls), -(304,300,o), -(334,282,o), -(333,236,cs), -(331,182,o), -(296,153,o), -(238,153,cs), -(102,153,l) -); -}, -{ -closed = 1; -nodes = ( -(191,576,l), -(314,576,ls), -(354,576,o), -(377,557,o), -(375,522,cs), -(374,472,o), -(339,445,o), -(285,445,cs), -(164,445,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (240,0); -ref = _baht.bar; -} -); -width = 725; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (218,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(128,-85,l), -(150,22,l), -(118,22,l), -(96,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(293,714,l), -(314,814,l), -(282,814,l), -(261,714,l) -); -}, -{ -closed = 1; -nodes = ( -(245,0,ls), -(416,0,o), -(516,83,o), -(521,221,cs), -(524,295,o), -(478,357,o), -(410,372,c), -(410,375,l), -(504,395,o), -(571,468,o), -(575,564,cs), -(578,669,o), -(516,729,o), -(380,729,cs), -(12,729,l), -(-139,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-28,356,l), -(328,356,ls), -(433,356,o), -(484,307,o), -(481,219,cs), -(477,104,o), -(393,36,o), -(252,36,cs), -(-94,36,l) -); -}, -{ -closed = 1; -nodes = ( -(44,694,l), -(373,694,ls), -(482,694,o), -(538,647,o), -(535,562,cs), -(531,456,o), -(456,391,o), -(326,391,cs), -(-19,391,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (297,0); -ref = _baht.bar; -} -); -width = 753; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (282,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(251,-85,l), -(287,90,l), -(126,90,l), -(90,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(411,689,l), -(437,815,l), -(277,815,l), -(251,689,l) -); -}, -{ -closed = 1; -nodes = ( -(318,0,ls), -(519,0,o), -(632,80,o), -(632,231,cs), -(632,303,o), -(593,354,o), -(526,372,c), -(527,381,l), -(622,397,o), -(680,465,o), -(680,564,cs), -(680,666,o), -(613,729,o), -(442,729,cs), -(36,729,l), -(-116,0,l) -); -}, -{ -closed = 1; -nodes = ( -(174,297,l), -(317,297,ls), -(371,297,o), -(404,281,o), -(404,238,cs), -(404,181,o), -(367,155,o), -(290,155,cs), -(144,155,l) -); -}, -{ -closed = 1; -nodes = ( -(231,573,l), -(367,573,ls), -(415,573,o), -(443,558,o), -(443,520,cs), -(443,472,o), -(409,446,o), -(345,446,cs), -(206,446,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -alignment = 1; -pos = (239,0); -ref = _baht.bar; -} -); -width = 781; -} -); -metricLeft = B; -metricRight = B; -unicode = 3647; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/bar.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/bar.glyph deleted file mode 100644 index 38c27bcc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/bar.glyph +++ /dev/null @@ -1,350 +0,0 @@ -{ -glyphname = bar; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,-67,l), -(190,729,l), -(34,729,l), -(34,-67,l) -); -} -); -width = 224; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,-67,l), -(108,729,l), -(78,729,l), -(78,-67,l) -); -} -); -width = 186; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,-67,l), -(121,729,l), -(85,729,l), -(85,-67,l) -); -} -); -width = 206; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(256,-67,l), -(256,729,l), -(55,729,l), -(55,-67,l) -); -} -); -width = 311; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(88,-67,l), -(88,729,l), -(58,729,l), -(58,-67,l) -); -} -); -width = 146; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,-67,l), -(180,729,l), -(24,729,l), -(24,-67,l) -); -} -); -width = 204; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(123,-67,l), -(123,729,l), -(87,729,l), -(87,-67,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 210; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,-67,l), -(217,729,l), -(46,729,l), -(46,-67,l) -); -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(111,-67,l), -(111,729,l), -(75,729,l), -(75,-67,l) -); -} -); -width = 186; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(246,-67,l), -(246,729,l), -(45,729,l), -(45,-67,l) -); -} -); -width = 291; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(148,-67,l), -(148,729,l), -(112,729,l), -(112,-67,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 257; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(238,-67,l), -(238,729,l), -(68,729,l), -(68,-67,l) -); -} -); -width = 305; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,-67,l), -(206,729,l), -(177,729,l), -(10,-67,l) -); -} -); -width = 185; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(118,-67,l), -(285,729,l), -(130,729,l), -(-36,-67,l) -); -} -); -width = 223; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(79,-67,l), -(245,729,l), -(210,729,l), -(43,-67,l) -); -} -); -width = 258; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(168,-67,l), -(334,729,l), -(165,729,l), -(-1,-67,l) -); -} -); -width = 308; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(53,-67,l), -(220,729,l), -(184,729,l), -(18,-67,l) -); -} -); -width = 207; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(184,-67,l), -(350,729,l), -(151,729,l), -(-15,-67,l) -); -} -); -width = 310; -} -); -unicode = 124; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/bitcoin.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/bitcoin.glyph deleted file mode 100644 index 477fc795..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/bitcoin.glyph +++ /dev/null @@ -1,2231 +0,0 @@ -{ -color = 6; -glyphname = bitcoin; -layers = ( -{ -background = { -anchors = ( -{ -name = bottom; -pos = (240,0); -}, -{ -name = center; -pos = (240,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(173,-85,l), -(173,90,l), -(93,90,l), -(93,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(303,-85,l), -(303,90,l), -(223,90,l), -(223,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(173,689,l), -(173,815,l), -(94,815,l), -(94,689,l) -); -}, -{ -closed = 1; -nodes = ( -(303,689,l), -(303,815,l), -(224,815,l), -(224,689,l) -); -}, -{ -closed = 1; -nodes = ( -(225,0,ls), -(369,0,o), -(452,70,o), -(452,206,cs), -(452,296,o), -(419,360,o), -(356,381,c), -(356,387,l), -(405,404,o), -(437,465,o), -(437,537,cs), -(437,654,o), -(385,729,o), -(243,729,cs), -(28,729,l), -(28,0,l) -); -}, -{ -closed = 1; -nodes = ( -(207,309,l), -(224,309,ls), -(255,309,o), -(275,285,o), -(275,225,cs), -(275,172,o), -(262,141,o), -(223,141,cs), -(207,141,l) -); -}, -{ -closed = 1; -nodes = ( -(207,591,l), -(224,591,ls), -(254,591,o), -(270,568,o), -(270,513,cs), -(270,465,o), -(259,433,o), -(224,433,cs), -(207,433,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (59,0); -ref = _bitcoin.bars; -} -); -width = 476; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (200,0); -}, -{ -name = center; -pos = (200,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(141,-85,l), -(141,12,l), -(113,12,l), -(113,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(218,-85,l), -(218,12,l), -(190,12,l), -(190,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(141,713,l), -(141,815,l), -(113,815,l), -(113,713,l) -); -}, -{ -closed = 1; -nodes = ( -(218,713,l), -(218,815,l), -(190,815,l), -(190,713,l) -); -}, -{ -closed = 1; -nodes = ( -(171,0,ls), -(290,0,o), -(335,81,o), -(335,200,cs), -(335,279,o), -(305,355,o), -(240,374,c), -(240,376,l), -(286,392,o), -(322,456,o), -(322,543,cs), -(322,670,o), -(270,729,o), -(172,729,cs), -(65,729,l), -(65,0,l) -); -}, -{ -closed = 1; -nodes = ( -(96,359,l), -(182,359,ls), -(257,359,o), -(301,299,o), -(301,201,cs), -(301,77,o), -(257,29,o), -(171,29,cs), -(96,29,l) -); -}, -{ -closed = 1; -nodes = ( -(96,700,l), -(171,700,ls), -(259,700,o), -(291,635,o), -(291,539,cs), -(291,449,o), -(251,389,o), -(181,389,cs), -(96,389,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (86,0); -ref = _bitcoin.bars; -} -); -width = 397; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (368,0); -}, -{ -name = center; -pos = (368,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(257,-85,l), -(257,22,l), -(225,22,l), -(225,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(411,-85,l), -(411,22,l), -(379,22,l), -(379,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(257,714,l), -(257,814,l), -(225,814,l), -(225,714,l) -); -}, -{ -closed = 1; -nodes = ( -(411,714,l), -(411,814,l), -(379,814,l), -(379,714,l) -); -}, -{ -closed = 1; -nodes = ( -(431,0,ls), -(574,0,o), -(665,78,o), -(665,200,cs), -(665,285,o), -(616,356,o), -(519,374,c), -(519,377,l), -(607,397,o), -(646,464,o), -(646,543,cs), -(646,654,o), -(567,729,o), -(432,729,cs), -(71,729,l), -(71,0,l) -); -}, -{ -closed = 1; -nodes = ( -(109,356,l), -(449,356,ls), -(561,356,o), -(625,298,o), -(625,202,cs), -(625,104,o), -(559,36,o), -(431,36,cs), -(109,36,l) -); -}, -{ -closed = 1; -nodes = ( -(109,694,l), -(431,694,ls), -(538,694,o), -(608,635,o), -(608,538,cs), -(608,450,o), -(552,391,o), -(447,391,cs), -(109,391,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (199,0); -ref = _bitcoin.bars; -} -); -width = 729; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (396.5,0); -}, -{ -name = center; -pos = (396.5,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(316,-85,l), -(316,90,l), -(155,90,l), -(155,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(546,-85,l), -(546,90,l), -(385,90,l), -(385,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(316,689,l), -(316,815,l), -(156,815,l), -(156,689,l) -); -}, -{ -closed = 1; -nodes = ( -(546,689,l), -(546,815,l), -(386,815,l), -(386,689,l) -); -}, -{ -closed = 1; -nodes = ( -(444,0,ls), -(655,0,o), -(739,86,o), -(739,206,cs), -(739,291,o), -(689,356,o), -(600,376,c), -(600,385,l), -(672,406,o), -(717,465,o), -(717,538,cs), -(717,667,o), -(624,729,o), -(457,729,cs), -(54,729,l), -(54,0,l) -); -}, -{ -closed = 1; -nodes = ( -(282,298,l), -(398,298,ls), -(464,298,o), -(497,279,o), -(497,228,cs), -(497,184,o), -(472,155,o), -(399,155,cs), -(282,155,l) -); -}, -{ -closed = 1; -nodes = ( -(282,573,l), -(389,573,ls), -(456,573,o), -(475,549,o), -(475,511,cs), -(475,472,o), -(452,447,o), -(388,447,cs), -(282,447,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (116,0); -ref = _bitcoin.bars; -} -); -width = 760; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (200,0); -}, -{ -name = center; -pos = (200,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(141,-85,l), -(141,12,l), -(113,12,l), -(113,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(218,-85,l), -(218,12,l), -(190,12,l), -(190,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(141,713,l), -(141,815,l), -(113,815,l), -(113,713,l) -); -}, -{ -closed = 1; -nodes = ( -(218,713,l), -(218,815,l), -(190,815,l), -(190,713,l) -); -}, -{ -closed = 1; -nodes = ( -(171,0,ls), -(290,0,o), -(335,81,o), -(335,200,cs), -(335,279,o), -(305,355,o), -(240,374,c), -(240,376,l), -(286,392,o), -(322,456,o), -(322,543,cs), -(322,670,o), -(270,729,o), -(172,729,cs), -(65,729,l), -(65,0,l) -); -}, -{ -closed = 1; -nodes = ( -(96,359,l), -(182,359,ls), -(257,359,o), -(301,299,o), -(301,201,cs), -(301,77,o), -(257,29,o), -(171,29,cs), -(96,29,l) -); -}, -{ -closed = 1; -nodes = ( -(96,700,l), -(171,700,ls), -(259,700,o), -(291,635,o), -(291,539,cs), -(291,449,o), -(251,389,o), -(181,389,cs), -(96,389,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = _B.currency; -}, -{ -alignment = -1; -pos = (86,0); -ref = _bitcoin.bars; -} -); -width = 397; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (240,0); -}, -{ -name = center; -pos = (240,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(173,-85,l), -(173,90,l), -(93,90,l), -(93,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(303,-85,l), -(303,90,l), -(223,90,l), -(223,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(173,689,l), -(173,815,l), -(94,815,l), -(94,689,l) -); -}, -{ -closed = 1; -nodes = ( -(303,689,l), -(303,815,l), -(224,815,l), -(224,689,l) -); -}, -{ -closed = 1; -nodes = ( -(225,0,ls), -(369,0,o), -(452,70,o), -(452,206,cs), -(452,296,o), -(419,360,o), -(356,381,c), -(356,387,l), -(405,404,o), -(437,465,o), -(437,537,cs), -(437,654,o), -(385,729,o), -(243,729,cs), -(28,729,l), -(28,0,l) -); -}, -{ -closed = 1; -nodes = ( -(207,309,l), -(224,309,ls), -(255,309,o), -(275,285,o), -(275,225,cs), -(275,172,o), -(262,141,o), -(223,141,cs), -(207,141,l) -); -}, -{ -closed = 1; -nodes = ( -(207,591,l), -(224,591,ls), -(254,591,o), -(270,568,o), -(270,513,cs), -(270,465,o), -(259,433,o), -(224,433,cs), -(207,433,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = _B.currency; -}, -{ -alignment = -1; -pos = (59,0); -ref = _bitcoin.bars; -} -); -width = 476; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (362,0); -}, -{ -name = center; -pos = (362,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(260,-85,l), -(260,22,l), -(228,22,l), -(228,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(410,-85,l), -(410,22,l), -(378,22,l), -(378,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(260,714,l), -(260,814,l), -(228,814,l), -(228,714,l) -); -}, -{ -closed = 1; -nodes = ( -(410,714,l), -(410,814,l), -(378,814,l), -(378,714,l) -); -}, -{ -closed = 1; -nodes = ( -(387,0,ls), -(530,0,o), -(621,78,o), -(621,200,cs), -(621,285,o), -(572,356,o), -(475,374,c), -(475,377,l), -(563,397,o), -(602,464,o), -(602,543,cs), -(602,654,o), -(523,729,o), -(388,729,cs), -(103,729,l), -(103,0,l) -); -}, -{ -closed = 1; -nodes = ( -(141,356,l), -(405,356,ls), -(517,356,o), -(581,298,o), -(581,202,cs), -(581,104,o), -(515,36,o), -(387,36,cs), -(141,36,l) -); -}, -{ -closed = 1; -nodes = ( -(141,694,l), -(387,694,ls), -(494,694,o), -(564,635,o), -(564,538,cs), -(564,450,o), -(508,391,o), -(403,391,cs), -(141,391,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (192,0); -ref = _bitcoin.bars; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 658; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (375,0); -}, -{ -name = center; -pos = (375,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(298,-85,l), -(298,90,l), -(188,90,l), -(188,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(477,-85,l), -(477,90,l), -(367,90,l), -(367,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(298,689,l), -(298,815,l), -(189,815,l), -(189,689,l) -); -}, -{ -closed = 1; -nodes = ( -(477,689,l), -(477,815,l), -(368,815,l), -(368,689,l) -); -}, -{ -closed = 1; -nodes = ( -(404,0,ls), -(592,0,o), -(681,85,o), -(681,212,cs), -(681,293,o), -(637,359,o), -(558,376,c), -(558,385,l), -(620,405,o), -(661,467,o), -(661,541,cs), -(661,654,o), -(588,729,o), -(433,729,cs), -(69,729,l), -(69,0,l) -); -}, -{ -closed = 1; -nodes = ( -(266,299,l), -(380,299,ls), -(439,299,o), -(465,273,o), -(465,226,cs), -(465,179,o), -(439,153,o), -(380,153,cs), -(266,153,l) -); -}, -{ -closed = 1; -nodes = ( -(266,576,l), -(371,576,ls), -(417,576,o), -(447,555,o), -(447,511,cs), -(447,472,o), -(423,446,o), -(371,446,cs), -(266,446,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (146,0); -ref = _bitcoin.bars; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; -}; -width = 674; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (368,0); -}, -{ -name = center; -pos = (368,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(257,-85,l), -(257,22,l), -(225,22,l), -(225,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(411,-85,l), -(411,22,l), -(379,22,l), -(379,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(257,714,l), -(257,814,l), -(225,814,l), -(225,714,l) -); -}, -{ -closed = 1; -nodes = ( -(411,714,l), -(411,814,l), -(379,814,l), -(379,714,l) -); -}, -{ -closed = 1; -nodes = ( -(431,0,ls), -(574,0,o), -(665,78,o), -(665,200,cs), -(665,285,o), -(616,356,o), -(519,374,c), -(519,377,l), -(607,397,o), -(646,464,o), -(646,543,cs), -(646,654,o), -(567,729,o), -(432,729,cs), -(71,729,l), -(71,0,l) -); -}, -{ -closed = 1; -nodes = ( -(109,356,l), -(449,356,ls), -(561,356,o), -(625,298,o), -(625,202,cs), -(625,104,o), -(559,36,o), -(431,36,cs), -(109,36,l) -); -}, -{ -closed = 1; -nodes = ( -(109,694,l), -(431,694,ls), -(538,694,o), -(608,635,o), -(608,538,cs), -(608,450,o), -(552,391,o), -(447,391,cs), -(109,391,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = _B.currency; -}, -{ -alignment = -1; -pos = (199,0); -ref = _bitcoin.bars; -} -); -width = 729; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (396.5,0); -}, -{ -name = center; -pos = (396.5,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(316,-85,l), -(316,90,l), -(155,90,l), -(155,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(546,-85,l), -(546,90,l), -(385,90,l), -(385,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(316,689,l), -(316,815,l), -(156,815,l), -(156,689,l) -); -}, -{ -closed = 1; -nodes = ( -(546,689,l), -(546,815,l), -(386,815,l), -(386,689,l) -); -}, -{ -closed = 1; -nodes = ( -(444,0,ls), -(655,0,o), -(739,86,o), -(739,206,cs), -(739,291,o), -(689,356,o), -(600,376,c), -(600,385,l), -(672,406,o), -(717,465,o), -(717,538,cs), -(717,667,o), -(624,729,o), -(457,729,cs), -(54,729,l), -(54,0,l) -); -}, -{ -closed = 1; -nodes = ( -(282,298,l), -(398,298,ls), -(464,298,o), -(497,279,o), -(497,228,cs), -(497,184,o), -(472,155,o), -(399,155,cs), -(282,155,l) -); -}, -{ -closed = 1; -nodes = ( -(282,573,l), -(389,573,ls), -(456,573,o), -(475,549,o), -(475,511,cs), -(475,472,o), -(452,447,o), -(388,447,cs), -(282,447,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = _B.currency; -}, -{ -alignment = -1; -pos = (116,0); -ref = _bitcoin.bars; -} -); -width = 760; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (362,0); -}, -{ -name = center; -pos = (362,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(260,-85,l), -(260,22,l), -(228,22,l), -(228,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(410,-85,l), -(410,22,l), -(378,22,l), -(378,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(260,714,l), -(260,814,l), -(228,814,l), -(228,714,l) -); -}, -{ -closed = 1; -nodes = ( -(410,714,l), -(410,814,l), -(378,814,l), -(378,714,l) -); -}, -{ -closed = 1; -nodes = ( -(387,0,ls), -(530,0,o), -(621,78,o), -(621,200,cs), -(621,285,o), -(572,356,o), -(475,374,c), -(475,377,l), -(563,397,o), -(602,464,o), -(602,543,cs), -(602,654,o), -(523,729,o), -(388,729,cs), -(103,729,l), -(103,0,l) -); -}, -{ -closed = 1; -nodes = ( -(141,356,l), -(405,356,ls), -(517,356,o), -(581,298,o), -(581,202,cs), -(581,104,o), -(515,36,o), -(387,36,cs), -(141,36,l) -); -}, -{ -closed = 1; -nodes = ( -(141,694,l), -(387,694,ls), -(494,694,o), -(564,635,o), -(564,538,cs), -(564,450,o), -(508,391,o), -(403,391,cs), -(141,391,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (192,0); -ref = _bitcoin.bars; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 682; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (375,0); -}, -{ -name = center; -pos = (375,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(298,-85,l), -(298,90,l), -(188,90,l), -(188,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(477,-85,l), -(477,90,l), -(367,90,l), -(367,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(298,689,l), -(298,815,l), -(189,815,l), -(189,689,l) -); -}, -{ -closed = 1; -nodes = ( -(477,689,l), -(477,815,l), -(368,815,l), -(368,689,l) -); -}, -{ -closed = 1; -nodes = ( -(404,0,ls), -(592,0,o), -(681,85,o), -(681,212,cs), -(681,293,o), -(637,359,o), -(558,376,c), -(558,385,l), -(620,405,o), -(661,467,o), -(661,541,cs), -(661,654,o), -(588,729,o), -(433,729,cs), -(69,729,l), -(69,0,l) -); -}, -{ -closed = 1; -nodes = ( -(266,299,l), -(380,299,ls), -(439,299,o), -(465,273,o), -(465,226,cs), -(465,179,o), -(439,153,o), -(380,153,cs), -(266,153,l) -); -}, -{ -closed = 1; -nodes = ( -(266,576,l), -(371,576,ls), -(417,576,o), -(447,555,o), -(447,511,cs), -(447,472,o), -(423,446,o), -(371,446,cs), -(266,446,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (150,0); -ref = _bitcoin.bars; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = B; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = B; -}; -width = 692; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (199,0); -}, -{ -name = center; -pos = (199,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(70,-85,l), -(90,12,l), -(62,12,l), -(42,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(147,-85,l), -(167,12,l), -(139,12,l), -(119,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(235,713,l), -(256,815,l), -(228,815,l), -(207,713,l) -); -}, -{ -closed = 1; -nodes = ( -(312,713,l), -(333,815,l), -(305,815,l), -(284,713,l) -); -}, -{ -closed = 1; -nodes = ( -(118,0,ls), -(250,0,o), -(320,89,o), -(325,240,cs), -(327,301,o), -(303,351,o), -(260,369,c), -(260,372,l), -(335,398,o), -(386,490,o), -(386,596,cs), -(386,676,o), -(345,729,o), -(259,729,cs), -(164,729,l), -(12,0,l) -); -}, -{ -closed = 1; -nodes = ( -(117,359,l), -(192,359,ls), -(261,359,o), -(295,315,o), -(293,242,cs), -(288,106,o), -(227,29,o), -(124,29,cs), -(49,29,l) -); -}, -{ -closed = 1; -nodes = ( -(188,700,l), -(253,700,ls), -(315,700,o), -(354,670,o), -(354,596,cs), -(354,484,o), -(299,389,o), -(209,389,cs), -(125,389,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (85,0); -ref = _bitcoin.bars; -} -); -width = 395; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (235.07,0); -}, -{ -name = center; -pos = (235.07,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(99,-85,l), -(135,90,l), -(55,90,l), -(19,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(229,-85,l), -(265,90,l), -(185,90,l), -(149,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(259,689,l), -(285,815,l), -(206,815,l), -(180,689,l) -); -}, -{ -closed = 1; -nodes = ( -(389,689,l), -(415,815,l), -(336,815,l), -(310,689,l) -); -}, -{ -closed = 1; -nodes = ( -(173,0,ls), -(342,0,o), -(438,95,o), -(443,247,cs), -(445,303,o), -(426,353,o), -(380,375,c), -(382,380,l), -(446,401,o), -(495,474,o), -(498,569,cs), -(501,661,o), -(456,729,o), -(324,729,cs), -(124,729,l), -(-28,0,l) -); -}, -{ -closed = 1; -nodes = ( -(216,309,l), -(230,309,ls), -(259,309,o), -(272,289,o), -(270,253,cs), -(268,189,o), -(239,141,o), -(198,141,cs), -(179,141,l) -); -}, -{ -closed = 1; -nodes = ( -(274,590,l), -(289,590,ls), -(313,590,o), -(328,572,o), -(327,538,cs), -(325,482,o), -(296,433,o), -(257,433,cs), -(240,433,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (58,0); -ref = _bitcoin.bars; -} -); -width = 477; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (360.091,0); -}, -{ -name = center; -pos = (360.091,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(187,-85,l), -(209,22,l), -(177,22,l), -(155,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(327,-85,l), -(349,22,l), -(317,22,l), -(295,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(352,714,l), -(373,814,l), -(341,814,l), -(320,714,l) -); -}, -{ -closed = 1; -nodes = ( -(492,714,l), -(513,814,l), -(481,814,l), -(460,714,l) -); -}, -{ -closed = 1; -nodes = ( -(344,0,ls), -(512,0,o), -(611,79,o), -(615,215,cs), -(618,291,o), -(578,356,o), -(508,371,c), -(508,374,l), -(599,393,o), -(668,468,o), -(671,566,cs), -(675,664,o), -(613,729,o), -(498,729,cs), -(200,729,l), -(49,0,l) -); -}, -{ -closed = 1; -nodes = ( -(160,356,l), -(434,356,ls), -(529,356,o), -(579,299,o), -(576,216,cs), -(572,102,o), -(490,36,o), -(350,36,cs), -(93,36,l) -); -}, -{ -closed = 1; -nodes = ( -(230,694,l), -(488,694,ls), -(577,694,o), -(633,650,o), -(629,559,cs), -(626,456,o), -(548,391,o), -(441,391,cs), -(169,391,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (194,0); -ref = _bitcoin.bars; -} -); -width = 709; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (366.087,0); -}, -{ -name = center; -pos = (366.087,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(215,-85,l), -(251,90,l), -(141,90,l), -(105,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(394,-85,l), -(430,90,l), -(320,90,l), -(284,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(375,689,l), -(401,815,l), -(292,815,l), -(266,689,l) -); -}, -{ -closed = 1; -nodes = ( -(554,689,l), -(580,815,l), -(471,815,l), -(445,689,l) -); -}, -{ -closed = 1; -nodes = ( -(378,0,ls), -(552,0,o), -(670,72,o), -(675,224,cs), -(678,296,o), -(642,355,o), -(588,370,c), -(590,379,l), -(657,398,o), -(716,464,o), -(719,555,cs), -(723,657,o), -(658,729,o), -(504,729,cs), -(164,729,l), -(13,0,l) -); -}, -{ -closed = 1; -nodes = ( -(271,300,l), -(403,300,ls), -(442,300,o), -(472,282,o), -(471,236,cs), -(469,182,o), -(434,153,o), -(376,153,cs), -(240,153,l) -); -}, -{ -closed = 1; -nodes = ( -(329,576,l), -(452,576,ls), -(492,576,o), -(515,557,o), -(513,522,cs), -(512,472,o), -(477,445,o), -(423,445,cs), -(302,445,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (140,0); -ref = _bitcoin.bars; -} -); -width = 725; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (374.052,0); -}, -{ -name = center; -pos = (374.052,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(184,-85,l), -(206,22,l), -(174,22,l), -(152,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(348,-85,l), -(370,22,l), -(338,22,l), -(316,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(349,714,l), -(370,814,l), -(338,814,l), -(317,714,l) -); -}, -{ -closed = 1; -nodes = ( -(513,714,l), -(534,814,l), -(502,814,l), -(481,714,l) -); -}, -{ -closed = 1; -nodes = ( -(401,0,ls), -(572,0,o), -(672,83,o), -(677,221,cs), -(680,295,o), -(634,357,o), -(566,372,c), -(566,375,l), -(660,395,o), -(727,468,o), -(731,564,cs), -(734,669,o), -(672,729,o), -(536,729,cs), -(168,729,l), -(17,0,l) -); -}, -{ -closed = 1; -nodes = ( -(128,356,l), -(484,356,ls), -(589,356,o), -(640,307,o), -(637,219,cs), -(633,104,o), -(549,36,o), -(408,36,cs), -(62,36,l) -); -}, -{ -closed = 1; -nodes = ( -(200,694,l), -(529,694,ls), -(638,694,o), -(694,647,o), -(691,562,cs), -(687,456,o), -(612,391,o), -(482,391,cs), -(137,391,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (197,0); -ref = _bitcoin.bars; -} -); -width = 753; -}, -{ -background = { -anchors = ( -{ -name = bottom; -pos = (396,0); -}, -{ -name = center; -pos = (396,364.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(245,-85,l), -(281,90,l), -(120,90,l), -(84,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(475,-85,l), -(511,90,l), -(350,90,l), -(314,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(405,689,l), -(431,815,l), -(271,815,l), -(245,689,l) -); -}, -{ -closed = 1; -nodes = ( -(635,689,l), -(661,815,l), -(501,815,l), -(475,689,l) -); -}, -{ -closed = 1; -nodes = ( -(432,0,ls), -(633,0,o), -(746,80,o), -(746,231,cs), -(746,303,o), -(707,354,o), -(640,372,c), -(641,381,l), -(736,397,o), -(794,465,o), -(794,564,cs), -(794,666,o), -(727,729,o), -(556,729,cs), -(150,729,l), -(-2,0,l) -); -}, -{ -closed = 1; -nodes = ( -(288,297,l), -(431,297,ls), -(485,297,o), -(518,281,o), -(518,238,cs), -(518,181,o), -(481,155,o), -(404,155,cs), -(258,155,l) -); -}, -{ -closed = 1; -nodes = ( -(345,573,l), -(481,573,ls), -(529,573,o), -(557,558,o), -(557,520,cs), -(557,472,o), -(523,446,o), -(459,446,cs), -(320,446,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = _B.currency; -}, -{ -pos = (119,0); -ref = _bitcoin.bars; -} -); -width = 781; -} -); -unicode = 8383; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/blackC_ircle.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/blackC_ircle.glyph deleted file mode 100644 index 7de5a71d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/blackC_ircle.glyph +++ /dev/null @@ -1,528 +0,0 @@ -{ -glyphname = blackCircle; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (416,363); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -} -); -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (431,363); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -} -); -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467.5,363); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (455.5,365); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -} -); -width = 880; -} -); -unicode = 9679; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/braceleft.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/braceleft.case.glyph deleted file mode 100644 index 8b168145..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/braceleft.case.glyph +++ /dev/null @@ -1,973 +0,0 @@ -{ -glyphname = braceleft.case; -kernRight = KO_bracketleft.case; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(329,-63,l), -(329,62,l), -(250,62,l), -(250,230,ls), -(250,291,o), -(233,341,o), -(160,368,c), -(160,371,l), -(230,387,o), -(250,439,o), -(250,505,cs), -(250,668,l), -(329,668,l), -(329,793,l), -(219,793,ls), -(131,793,o), -(90,738,o), -(90,666,cs), -(90,505,ls), -(90,458,o), -(67,427,o), -(27,427,cs), -(14,427,l), -(14,300,l), -(27,300,ls), -(65,300,o), -(90,273,o), -(90,225,cs), -(90,64,ls), -(90,-8,o), -(131,-63,o), -(219,-63,cs) -); -} -); -width = 346; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,-63,l), -(229,-35,l), -(122,-35,l), -(122,262,ls), -(122,321,o), -(88,362,o), -(53,363,c), -(53,367,l), -(88,368,o), -(122,409,o), -(122,468,cs), -(122,765,l), -(229,765,l), -(229,793,l), -(129,793,ls), -(104,793,o), -(92,777,o), -(92,754,cs), -(92,467,ls), -(92,411,o), -(60,381,o), -(29,381,cs), -(8,381,l), -(8,349,l), -(29,349,ls), -(60,349,o), -(92,319,o), -(92,263,cs), -(92,-24,ls), -(92,-47,o), -(104,-63,o), -(129,-63,cs) -); -} -); -width = 239; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(347,-63,l), -(347,-31,l), -(163,-31,l), -(163,262,ls), -(163,320,o), -(130,362,o), -(93,364,c), -(93,368,l), -(128,369,o), -(163,409,o), -(163,470,cs), -(163,761,l), -(347,761,l), -(347,793,l), -(168,793,ls), -(140,793,o), -(127,775,o), -(127,750,cs), -(127,470,ls), -(127,414,o), -(95,384,o), -(64,384,cs), -(24,384,l), -(24,347,l), -(64,347,ls), -(95,347,o), -(127,317,o), -(127,262,cs), -(127,-20,ls), -(127,-45,o), -(140,-63,o), -(168,-63,cs) -); -} -); -width = 373; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(430,-63,l), -(430,81,l), -(299,81,l), -(299,216,ls), -(299,290,o), -(280,341,o), -(209,369,c), -(209,372,l), -(263,385,o), -(299,420,o), -(299,515,cs), -(299,648,l), -(430,648,l), -(430,793,l), -(244,793,ls), -(151,793,o), -(108,734,o), -(108,659,cs), -(108,525,ls), -(108,478,o), -(85,447,o), -(45,447,cs), -(7,447,l), -(7,281,l), -(45,281,ls), -(83,281,o), -(108,253,o), -(108,205,cs), -(108,72,ls), -(108,-4,o), -(151,-63,o), -(244,-63,cs) -); -} -); -width = 446; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,-63,l), -(221,-35,l), -(114,-35,l), -(114,262,ls), -(114,321,o), -(80,362,o), -(45,363,c), -(45,367,l), -(80,368,o), -(114,409,o), -(114,468,cs), -(114,765,l), -(221,765,l), -(221,793,l), -(121,793,ls), -(96,793,o), -(84,777,o), -(84,754,cs), -(84,467,ls), -(84,411,o), -(52,381,o), -(21,381,cs), -(0,381,l), -(0,349,l), -(21,349,ls), -(52,349,o), -(84,319,o), -(84,263,cs), -(84,-24,ls), -(84,-47,o), -(96,-63,o), -(121,-63,cs) -); -} -); -width = 223; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,-63,l), -(320,62,l), -(241,62,l), -(241,230,ls), -(241,291,o), -(224,341,o), -(151,368,c), -(151,371,l), -(221,387,o), -(241,439,o), -(241,505,cs), -(241,668,l), -(320,668,l), -(320,793,l), -(210,793,ls), -(122,793,o), -(81,738,o), -(81,666,cs), -(81,505,ls), -(81,458,o), -(58,427,o), -(18,427,cs), -(5,427,l), -(5,300,l), -(18,300,ls), -(56,300,o), -(81,273,o), -(81,225,cs), -(81,64,ls), -(81,-8,o), -(122,-63,o), -(210,-63,cs) -); -} -); -width = 327; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(316,-63,l), -(316,-31,l), -(149,-31,l), -(149,262,ls), -(149,320,o), -(116,362,o), -(79,364,c), -(79,368,l), -(114,369,o), -(149,409,o), -(149,470,cs), -(149,761,l), -(316,761,l), -(316,793,l), -(154,793,ls), -(126,793,o), -(113,775,o), -(113,750,cs), -(113,470,ls), -(113,414,o), -(81,384,o), -(50,384,cs), -(19,384,l), -(19,347,l), -(50,347,ls), -(81,347,o), -(113,317,o), -(113,262,cs), -(113,-20,ls), -(113,-45,o), -(126,-63,o), -(154,-63,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -23 -); -stem = -2; -target = ( -0, -22 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -23 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 337; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(385,-63,l), -(385,70,l), -(265,70,l), -(265,231,ls), -(265,294,o), -(244,344,o), -(176,369,c), -(176,372,l), -(229,384,o), -(265,419,o), -(265,505,cs), -(265,659,l), -(385,659,l), -(385,793,l), -(215,793,ls), -(128,793,o), -(87,738,o), -(87,667,cs), -(87,512,ls), -(87,465,o), -(64,434,o), -(24,434,cs), -(1,434,l), -(1,295,l), -(24,295,ls), -(62,295,o), -(87,267,o), -(87,219,cs), -(87,63,ls), -(87,-8,o), -(128,-63,o), -(215,-63,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft; -}; -width = 394; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(337,-63,l), -(337,-31,l), -(153,-31,l), -(153,262,ls), -(153,320,o), -(120,362,o), -(83,364,c), -(83,368,l), -(118,369,o), -(153,409,o), -(153,470,cs), -(153,761,l), -(337,761,l), -(337,793,l), -(158,793,ls), -(130,793,o), -(117,775,o), -(117,750,cs), -(117,470,ls), -(117,414,o), -(85,384,o), -(54,384,cs), -(14,384,l), -(14,347,l), -(54,347,ls), -(85,347,o), -(117,317,o), -(117,262,cs), -(117,-20,ls), -(117,-45,o), -(130,-63,o), -(158,-63,cs) -); -} -); -width = 353; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(425,-63,l), -(425,81,l), -(294,81,l), -(294,216,ls), -(294,290,o), -(275,341,o), -(204,369,c), -(204,372,l), -(258,385,o), -(294,420,o), -(294,515,cs), -(294,648,l), -(425,648,l), -(425,793,l), -(239,793,ls), -(146,793,o), -(103,734,o), -(103,659,cs), -(103,525,ls), -(103,478,o), -(80,447,o), -(40,447,cs), -(2,447,l), -(2,281,l), -(40,281,ls), -(78,281,o), -(103,253,o), -(103,205,cs), -(103,72,ls), -(103,-4,o), -(146,-63,o), -(239,-63,cs) -); -} -); -width = 431; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(333,-63,l), -(333,-31,l), -(168,-31,l), -(168,262,ls), -(168,320,o), -(137,362,o), -(100,364,c), -(100,368,l), -(135,369,o), -(168,409,o), -(168,470,cs), -(168,761,l), -(333,761,l), -(333,793,l), -(173,793,ls), -(147,793,o), -(134,775,o), -(134,750,cs), -(134,470,ls), -(134,414,o), -(102,384,o), -(71,384,cs), -(42,384,l), -(42,347,l), -(71,347,ls), -(102,347,o), -(134,317,o), -(134,262,cs), -(134,-20,ls), -(134,-45,o), -(147,-63,o), -(173,-63,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -23 -); -stem = -2; -target = ( -0, -22 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -23 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 374; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(391,-63,l), -(391,70,l), -(279,70,l), -(279,231,ls), -(279,295,o), -(259,344,o), -(193,369,c), -(193,372,l), -(245,384,o), -(279,419,o), -(279,505,cs), -(279,659,l), -(391,659,l), -(391,793,l), -(229,793,ls), -(143,793,o), -(102,738,o), -(102,667,cs), -(102,512,ls), -(102,465,o), -(81,434,o), -(43,434,cs), -(21,434,l), -(21,295,l), -(43,295,ls), -(79,295,o), -(102,267,o), -(102,219,cs), -(102,63,ls), -(102,-8,o), -(143,-63,o), -(229,-63,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft; -}; -width = 419; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,-63,l), -(165,-35,l), -(59,-35,l), -(122,262,ls), -(134,321,o), -(108,362,o), -(75,363,c), -(75,367,l), -(111,368,o), -(153,409,o), -(165,468,cs), -(227,765,l), -(333,765,l), -(338,793,l), -(239,793,ls), -(215,793,o), -(200,777,o), -(195,754,cs), -(135,467,ls), -(123,411,o), -(85,381,o), -(55,381,cs), -(34,381,l), -(27,349,l), -(48,349,ls), -(78,349,o), -(104,319,o), -(92,263,cs), -(32,-24,ls), -(27,-47,o), -(36,-63,o), -(61,-63,cs) -); -} -); -width = 238; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(256,-63,l), -(282,62,l), -(204,62,l), -(239,230,ls), -(252,291,o), -(246,341,o), -(179,368,c), -(179,371,l), -(252,387,o), -(283,439,o), -(297,505,cs), -(330,668,l), -(408,668,l), -(435,793,l), -(326,793,ls), -(239,793,o), -(187,738,o), -(172,666,cs), -(138,505,ls), -(128,458,o), -(99,427,o), -(59,427,cs), -(47,427,l), -(20,300,l), -(33,300,ls), -(71,300,o), -(90,273,o), -(79,225,cs), -(46,64,ls), -(30,-8,o), -(60,-63,o), -(147,-63,cs) -); -} -); -width = 344; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(266,-63,l), -(272,-31,l), -(107,-31,l), -(169,262,ls), -(181,320,o), -(156,362,o), -(121,364,c), -(122,368,l), -(157,369,o), -(200,409,o), -(213,470,cs), -(273,761,l), -(439,761,l), -(445,793,l), -(284,793,ls), -(256,793,o), -(240,775,o), -(235,750,cs), -(177,470,ls), -(165,414,o), -(126,384,o), -(96,384,cs), -(65,384,l), -(58,347,l), -(88,347,ls), -(119,347,o), -(145,317,o), -(133,262,cs), -(74,-20,ls), -(69,-45,o), -(78,-63,o), -(106,-63,cs) -); -} -); -width = 376; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,-63,l), -(360,70,l), -(241,70,l), -(274,231,ls), -(287,294,o), -(277,344,o), -(216,369,c), -(216,372,l), -(271,384,o), -(315,419,o), -(332,505,cs), -(364,659,l), -(483,659,l), -(511,793,l), -(342,793,ls), -(256,793,o), -(205,738,o), -(190,667,cs), -(157,512,ls), -(148,465,o), -(118,434,o), -(78,434,cs), -(56,434,l), -(27,295,l), -(50,295,ls), -(87,295,o), -(106,267,o), -(96,219,cs), -(64,63,ls), -(48,-8,o), -(78,-63,o), -(164,-63,cs) -); -} -); -width = 433; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(277,-63,l), -(283,-31,l), -(101,-31,l), -(162,262,ls), -(174,320,o), -(150,362,o), -(115,364,c), -(116,368,l), -(150,369,o), -(193,409,o), -(206,470,cs), -(267,761,l), -(449,761,l), -(455,793,l), -(278,793,ls), -(250,793,o), -(234,775,o), -(229,750,cs), -(171,470,ls), -(159,414,o), -(120,384,o), -(89,384,cs), -(50,384,l), -(43,347,l), -(82,347,ls), -(113,347,o), -(139,317,o), -(127,262,cs), -(67,-20,ls), -(63,-45,o), -(72,-63,o), -(100,-63,cs) -); -} -); -width = 371; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(357,-63,l), -(386,81,l), -(256,81,l), -(285,216,ls), -(300,290,o), -(292,341,o), -(228,369,c), -(228,372,l), -(285,385,o), -(327,420,o), -(348,515,cs), -(376,648,l), -(506,648,l), -(535,793,l), -(350,793,ls), -(258,793,o), -(204,734,o), -(187,659,cs), -(160,525,ls), -(150,478,o), -(120,447,o), -(81,447,cs), -(43,447,l), -(9,281,l), -(46,281,ls), -(84,281,o), -(103,253,o), -(92,205,cs), -(66,72,ls), -(49,-4,o), -(80,-63,o), -(172,-63,cs) -); -} -); -width = 443; -} -); -userData = { -KernOnSpecialSpacing = { -R = parenthesis; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/braceleft.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/braceleft.glyph deleted file mode 100644 index 81fa2272..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/braceleft.glyph +++ /dev/null @@ -1,934 +0,0 @@ -{ -glyphname = braceleft; -kernRight = KO_bracketleft; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(328,-167,l), -(328,-42,l), -(249,-42,l), -(249,171,ls), -(249,232,o), -(232,282,o), -(159,309,c), -(159,312,l), -(229,328,o), -(249,380,o), -(249,446,cs), -(249,668,l), -(328,668,l), -(328,793,l), -(218,793,ls), -(130,793,o), -(89,738,o), -(89,666,cs), -(89,446,ls), -(89,399,o), -(66,368,o), -(26,368,cs), -(13,368,l), -(13,241,l), -(26,241,ls), -(64,241,o), -(89,214,o), -(89,166,cs), -(89,-40,ls), -(89,-112,o), -(130,-167,o), -(218,-167,cs) -); -} -); -width = 344; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,-167,l), -(228,-140,l), -(121,-140,l), -(121,210,ls), -(121,269,o), -(87,310,o), -(52,311,c), -(52,315,l), -(87,316,o), -(121,357,o), -(121,416,cs), -(121,766,l), -(228,766,l), -(228,793,l), -(128,793,ls), -(103,793,o), -(91,777,o), -(91,754,cs), -(91,415,ls), -(91,359,o), -(59,329,o), -(28,329,cs), -(7,329,l), -(7,297,l), -(28,297,ls), -(59,297,o), -(91,267,o), -(91,211,cs), -(91,-128,ls), -(91,-151,o), -(103,-167,o), -(128,-167,cs) -); -} -); -width = 236; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(354,-167,l), -(354,-135,l), -(170,-135,l), -(170,208,ls), -(170,267,o), -(137,309,o), -(100,311,c), -(100,315,l), -(135,316,o), -(170,356,o), -(170,417,cs), -(170,761,l), -(354,761,l), -(354,793,l), -(175,793,ls), -(147,793,o), -(134,775,o), -(134,750,cs), -(134,417,ls), -(134,361,o), -(102,331,o), -(71,331,cs), -(23,331,l), -(23,294,l), -(71,294,ls), -(102,294,o), -(134,264,o), -(134,209,cs), -(134,-124,ls), -(134,-149,o), -(147,-167,o), -(175,-167,cs) -); -} -); -width = 379; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(437,-167,l), -(437,-13,l), -(297,-13,l), -(297,167,ls), -(297,230,o), -(278,281,o), -(207,309,c), -(207,312,l), -(261,325,o), -(297,360,o), -(297,448,cs), -(297,638,l), -(437,638,l), -(437,793,l), -(242,793,ls), -(149,793,o), -(106,734,o), -(106,659,cs), -(106,465,ls), -(106,418,o), -(83,387,o), -(43,387,cs), -(5,387,l), -(5,221,l), -(43,221,ls), -(81,221,o), -(106,193,o), -(106,145,cs), -(106,-33,ls), -(106,-108,o), -(149,-167,o), -(242,-167,cs) -); -} -); -width = 451; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,-167,l), -(220,-140,l), -(113,-140,l), -(113,210,ls), -(113,269,o), -(79,310,o), -(44,311,c), -(44,315,l), -(79,316,o), -(113,357,o), -(113,416,cs), -(113,766,l), -(220,766,l), -(220,793,l), -(120,793,ls), -(95,793,o), -(83,777,o), -(83,754,cs), -(83,415,ls), -(83,359,o), -(51,329,o), -(20,329,cs), -(-1,329,l), -(-1,297,l), -(20,297,ls), -(51,297,o), -(83,267,o), -(83,211,cs), -(83,-128,ls), -(83,-151,o), -(95,-167,o), -(120,-167,cs) -); -} -); -width = 220; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(319,-167,l), -(319,-42,l), -(240,-42,l), -(240,171,ls), -(240,232,o), -(223,282,o), -(150,309,c), -(150,312,l), -(220,328,o), -(240,380,o), -(240,446,cs), -(240,668,l), -(319,668,l), -(319,793,l), -(209,793,ls), -(121,793,o), -(80,738,o), -(80,666,cs), -(80,446,ls), -(80,399,o), -(57,368,o), -(17,368,cs), -(4,368,l), -(4,241,l), -(17,241,ls), -(55,241,o), -(80,214,o), -(80,166,cs), -(80,-40,ls), -(80,-112,o), -(121,-167,o), -(209,-167,cs) -); -} -); -width = 326; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,-167,l), -(315,-135,l), -(148,-135,l), -(148,208,ls), -(148,267,o), -(115,309,o), -(78,311,c), -(78,315,l), -(113,316,o), -(148,356,o), -(148,417,cs), -(148,761,l), -(315,761,l), -(315,793,l), -(153,793,ls), -(125,793,o), -(112,775,o), -(112,750,cs), -(112,417,ls), -(112,361,o), -(80,331,o), -(49,331,cs), -(18,331,l), -(18,294,l), -(49,294,ls), -(80,294,o), -(112,264,o), -(112,209,cs), -(112,-124,ls), -(112,-149,o), -(125,-167,o), -(153,-167,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -23 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -23 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 335; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(388,-167,l), -(388,-24,l), -(268,-24,l), -(268,171,ls), -(268,234,o), -(247,284,o), -(179,309,c), -(179,312,l), -(232,324,o), -(268,359,o), -(268,445,cs), -(268,649,l), -(388,649,l), -(388,793,l), -(218,793,ls), -(131,793,o), -(90,738,o), -(90,667,cs), -(90,452,ls), -(90,405,o), -(67,374,o), -(27,374,cs), -(4,374,l), -(4,235,l), -(27,235,ls), -(65,235,o), -(90,207,o), -(90,159,cs), -(90,-41,ls), -(90,-112,o), -(131,-167,o), -(218,-167,cs) -); -} -); -width = 396; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(344,-167,l), -(344,-135,l), -(160,-135,l), -(160,208,ls), -(160,267,o), -(127,309,o), -(90,311,c), -(90,315,l), -(125,316,o), -(160,356,o), -(160,417,cs), -(160,761,l), -(344,761,l), -(344,793,l), -(165,793,ls), -(137,793,o), -(124,775,o), -(124,750,cs), -(124,417,ls), -(124,361,o), -(92,331,o), -(61,331,cs), -(13,331,l), -(13,294,l), -(61,294,ls), -(92,294,o), -(124,264,o), -(124,209,cs), -(124,-124,ls), -(124,-149,o), -(137,-167,o), -(165,-167,cs) -); -} -); -width = 359; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(432,-167,l), -(432,-13,l), -(292,-13,l), -(292,167,ls), -(292,230,o), -(273,281,o), -(202,309,c), -(202,312,l), -(256,325,o), -(292,360,o), -(292,448,cs), -(292,638,l), -(432,638,l), -(432,793,l), -(237,793,ls), -(144,793,o), -(101,734,o), -(101,659,cs), -(101,465,ls), -(101,418,o), -(78,387,o), -(38,387,cs), -(0,387,l), -(0,221,l), -(38,221,ls), -(76,221,o), -(101,193,o), -(101,145,cs), -(101,-33,ls), -(101,-108,o), -(144,-167,o), -(237,-167,cs) -); -} -); -width = 436; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(332,-167,l), -(332,-135,l), -(167,-135,l), -(167,208,ls), -(167,267,o), -(136,309,o), -(99,311,c), -(99,315,l), -(134,316,o), -(167,356,o), -(167,417,cs), -(167,761,l), -(332,761,l), -(332,793,l), -(172,793,ls), -(146,793,o), -(133,775,o), -(133,750,cs), -(133,417,ls), -(133,361,o), -(101,331,o), -(70,331,cs), -(41,331,l), -(41,294,l), -(70,294,ls), -(101,294,o), -(133,264,o), -(133,209,cs), -(133,-124,ls), -(133,-149,o), -(146,-167,o), -(172,-167,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -23 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -23 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 372; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(390,-167,l), -(390,-24,l), -(278,-24,l), -(278,171,ls), -(278,235,o), -(258,284,o), -(192,309,c), -(192,312,l), -(244,324,o), -(278,359,o), -(278,445,cs), -(278,649,l), -(390,649,l), -(390,793,l), -(228,793,ls), -(142,793,o), -(101,738,o), -(101,667,cs), -(101,452,ls), -(101,405,o), -(80,374,o), -(42,374,cs), -(20,374,l), -(20,235,l), -(42,235,ls), -(78,235,o), -(101,207,o), -(101,159,cs), -(101,-41,ls), -(101,-112,o), -(142,-167,o), -(228,-167,cs) -); -} -); -width = 417; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,-167,l), -(142,-140,l), -(36,-140,l), -(110,210,ls), -(122,269,o), -(97,310,o), -(63,311,c), -(63,315,l), -(99,316,o), -(141,357,o), -(153,416,cs), -(226,766,l), -(332,766,l), -(338,793,l), -(239,793,ls), -(215,793,o), -(199,777,o), -(194,754,cs), -(123,415,ls), -(111,359,o), -(74,329,o), -(43,329,cs), -(22,329,l), -(15,297,l), -(36,297,ls), -(67,297,o), -(92,267,o), -(80,211,cs), -(9,-128,ls), -(4,-151,o), -(13,-167,o), -(37,-167,cs) -); -} -); -width = 235; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(234,-167,l), -(260,-42,l), -(182,-42,l), -(227,171,ls), -(240,232,o), -(234,282,o), -(166,309,c), -(167,312,l), -(240,328,o), -(271,380,o), -(284,446,cs), -(331,668,l), -(409,668,l), -(436,793,l), -(327,793,ls), -(240,793,o), -(187,738,o), -(172,666,cs), -(125,446,ls), -(116,399,o), -(87,368,o), -(47,368,cs), -(35,368,l), -(7,241,l), -(20,241,ls), -(58,241,o), -(78,214,o), -(67,166,cs), -(24,-40,ls), -(9,-112,o), -(38,-167,o), -(125,-167,cs) -); -} -); -width = 344; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,-167,l), -(250,-135,l), -(84,-135,l), -(156,208,ls), -(169,267,o), -(145,309,o), -(109,311,c), -(109,315,l), -(145,316,o), -(188,356,o), -(200,417,cs), -(272,761,l), -(438,761,l), -(445,793,l), -(284,793,ls), -(256,793,o), -(239,775,o), -(234,750,cs), -(164,417,ls), -(152,361,o), -(115,331,o), -(84,331,cs), -(53,331,l), -(46,294,l), -(77,294,ls), -(107,294,o), -(132,264,o), -(121,209,cs), -(51,-124,ls), -(46,-149,o), -(55,-167,o), -(82,-167,cs) -); -} -); -width = 373; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,-167,l), -(340,-24,l), -(221,-24,l), -(261,171,ls), -(274,234,o), -(264,284,o), -(202,309,c), -(203,312,l), -(258,324,o), -(301,359,o), -(318,445,cs), -(361,649,l), -(480,649,l), -(511,793,l), -(342,793,ls), -(256,793,o), -(204,738,o), -(189,667,cs), -(144,452,ls), -(134,405,o), -(105,374,o), -(65,374,cs), -(43,374,l), -(13,235,l), -(36,235,ls), -(73,235,o), -(92,207,o), -(83,159,cs), -(41,-41,ls), -(26,-112,o), -(54,-167,o), -(141,-167,cs) -); -} -); -width = 431; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,-167,l), -(268,-135,l), -(86,-135,l), -(158,208,ls), -(171,267,o), -(146,309,o), -(111,311,c), -(111,315,l), -(146,316,o), -(189,356,o), -(201,417,cs), -(274,761,l), -(456,761,l), -(463,793,l), -(286,793,ls), -(258,793,o), -(241,775,o), -(236,750,cs), -(166,417,ls), -(154,361,o), -(116,331,o), -(86,331,cs), -(38,331,l), -(31,294,l), -(78,294,ls), -(109,294,o), -(134,264,o), -(123,209,cs), -(53,-124,ls), -(48,-149,o), -(56,-167,o), -(84,-167,cs) -); -} -); -width = 376; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(342,-167,l), -(374,-13,l), -(236,-13,l), -(273,167,ls), -(286,230,o), -(278,281,o), -(213,309,c), -(214,312,l), -(271,325,o), -(313,360,o), -(332,448,cs), -(372,638,l), -(510,638,l), -(543,793,l), -(350,793,ls), -(258,793,o), -(203,734,o), -(187,659,cs), -(146,465,ls), -(136,418,o), -(106,387,o), -(67,387,cs), -(29,387,l), -(-5,221,l), -(32,221,ls), -(70,221,o), -(89,193,o), -(79,145,cs), -(41,-33,ls), -(26,-108,o), -(56,-167,o), -(148,-167,cs) -); -} -); -width = 448; -} -); -unicode = 123; -userData = { -KernOnSpecialSpacing = { -R = parenthesis; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/braceright.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/braceright.case.glyph deleted file mode 100644 index 00716ad4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/braceright.case.glyph +++ /dev/null @@ -1,402 +0,0 @@ -{ -color = 6; -glyphname = braceright.case; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -angle = 180; -pos = (346,729); -ref = braceleft.case; -} -); -width = 346; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -angle = 180; -pos = (239,729); -ref = braceleft.case; -} -); -width = 239; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -angle = 180; -pos = (373,729); -ref = braceleft.case; -} -); -width = 373; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -angle = 180; -pos = (446,729); -ref = braceleft.case; -} -); -width = 446; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -angle = 180; -pos = (223,729); -ref = braceleft.case; -} -); -width = 223; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -angle = 180; -pos = (327,729); -ref = braceleft.case; -} -); -width = 327; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (377,729); -ref = braceleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -30 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -29 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -25 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 377; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (416,729); -ref = braceleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceright; -}; -width = 416; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (373,729); -ref = braceleft.case; -} -); -width = 373; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -angle = 180; -pos = (431,729); -ref = braceleft.case; -} -); -width = 431; -}, -{ -layerId = m019; -shapes = ( -{ -angle = 180; -pos = (374,729); -ref = braceleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -30 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -29 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -25 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 374; -}, -{ -layerId = m020; -shapes = ( -{ -angle = 180; -pos = (419,729); -ref = braceleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceright; -}; -width = 419; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -angle = 180; -pos = (282,729); -ref = braceleft.case; -} -); -width = 238; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -angle = 180; -pos = (383,729); -ref = braceleft.case; -} -); -width = 344; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -angle = 180; -pos = (420,729); -ref = braceleft.case; -} -); -width = 376; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -angle = 180; -pos = (471,729); -ref = braceleft.case; -} -); -width = 433; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -angle = 180; -pos = (415,729); -ref = braceleft.case; -} -); -width = 371; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -angle = 180; -pos = (481,729); -ref = braceleft.case; -} -); -width = 443; -} -); -metricLeft = braceright; -metricRight = braceright; -userData = { -KernOnSpecialSpacing = { -L = parenthesis; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/braceright.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/braceright.glyph deleted file mode 100644 index 31f3dd86..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/braceright.glyph +++ /dev/null @@ -1,338 +0,0 @@ -{ -color = 6; -glyphname = braceright; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (344,626); -ref = braceleft; -} -); -width = 344; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (236,626); -ref = braceleft; -} -); -width = 236; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (379,626); -ref = braceleft; -} -); -width = 379; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (451,626); -ref = braceleft; -} -); -width = 451; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (220,626); -ref = braceleft; -} -); -width = 220; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (326,626); -ref = braceleft; -} -); -width = 326; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (375,626); -ref = braceleft; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 375; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (408,626); -ref = braceleft; -} -); -width = 408; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (379,626); -ref = braceleft; -} -); -width = 379; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (436,626); -ref = braceleft; -} -); -width = 436; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (372,626); -ref = braceleft; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 372; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (417,626); -ref = braceleft; -} -); -width = 417; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (258,626); -ref = braceleft; -} -); -width = 235; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (362,626); -ref = braceleft; -} -); -width = 344; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (396,626); -ref = braceleft; -} -); -width = 373; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (448,626); -ref = braceleft; -} -); -width = 431; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (399,626); -ref = braceleft; -} -); -width = 376; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (465,626); -ref = braceleft; -} -); -width = 448; -} -); -metricLeft = "=|braceleft"; -metricRight = "=|braceleft"; -unicode = 125; -userData = { -KernOnSpecialSpacing = { -L = parenthesis; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/bracketleft.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/bracketleft.case.glyph deleted file mode 100644 index a06c4525..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/bracketleft.case.glyph +++ /dev/null @@ -1,457 +0,0 @@ -{ -glyphname = bracketleft.case; -kernRight = KO_bracketleft.case; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,-63,l), -(302,62,l), -(192,62,l), -(192,668,l), -(302,668,l), -(302,793,l), -(32,793,l), -(32,-63,l) -); -} -); -width = 319; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,-63,l), -(209,-35,l), -(102,-35,l), -(102,765,l), -(209,765,l), -(209,793,l), -(72,793,l), -(72,-63,l) -); -} -); -width = 219; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,-63,l), -(308,-31,l), -(115,-31,l), -(115,761,l), -(308,761,l), -(308,793,l), -(79,793,l), -(79,-63,l) -); -} -); -width = 334; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(382,-63,l), -(382,90,l), -(243,90,l), -(243,639,l), -(382,639,l), -(382,793,l), -(51,793,l), -(51,-63,l) -); -} -); -width = 399; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(189,-63,l), -(189,-35,l), -(82,-35,l), -(82,765,l), -(189,765,l), -(189,793,l), -(52,793,l), -(52,-63,l) -); -} -); -width = 191; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,-63,l), -(292,62,l), -(182,62,l), -(182,668,l), -(292,668,l), -(292,793,l), -(22,793,l), -(22,-63,l) -); -} -); -width = 299; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,-63,l), -(281,-31,l), -(114,-31,l), -(114,761,l), -(281,761,l), -(281,793,l), -(78,793,l), -(78,-63,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = bracketleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft.case; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 302; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,-63,l), -(338,70,l), -(218,70,l), -(218,659,l), -(338,659,l), -(338,793,l), -(40,793,l), -(40,-63,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = bracketleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft.case; -}; -width = 347; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,-63,l), -(298,-31,l), -(105,-31,l), -(105,761,l), -(298,761,l), -(298,793,l), -(69,793,l), -(69,-63,l) -); -} -); -width = 314; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(372,-63,l), -(372,90,l), -(233,90,l), -(233,639,l), -(372,639,l), -(372,793,l), -(41,793,l), -(41,-63,l) -); -} -); -width = 379; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(302,-63,l), -(302,-31,l), -(139,-31,l), -(139,761,l), -(302,761,l), -(302,793,l), -(103,793,l), -(103,-63,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = bracketleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft.case; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 345; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(347,-63,l), -(347,70,l), -(239,70,l), -(239,659,l), -(347,659,l), -(347,793,l), -(62,793,l), -(62,-63,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = bracketleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = braceleft.case; -}; -width = 375; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,-63,l), -(145,-35,l), -(40,-35,l), -(208,765,l), -(314,765,l), -(319,793,l), -(183,793,l), -(5,-63,l) -); -} -); -width = 219; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,-63,l), -(285,70,l), -(166,70,l), -(289,659,l), -(408,659,l), -(436,793,l), -(141,793,l), -(-38,-63,l) -); -} -); -width = 345; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,-63,l), -(242,-31,l), -(76,-31,l), -(242,761,l), -(408,761,l), -(414,793,l), -(213,793,l), -(35,-63,l) -); -} -); -width = 345; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,-63,l), -(317,70,l), -(199,70,l), -(322,659,l), -(441,659,l), -(468,793,l), -(173,793,l), -(-5,-63,l) -); -} -); -width = 391; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,-63,l), -(245,-31,l), -(54,-31,l), -(220,761,l), -(411,761,l), -(417,793,l), -(190,793,l), -(12,-63,l) -); -} -); -width = 333; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(310,-63,l), -(342,90,l), -(203,90,l), -(318,639,l), -(457,639,l), -(488,793,l), -(160,793,l), -(-18,-63,l) -); -} -); -width = 397; -} -); -userData = { -KernOnSpecialSpacing = { -R = parenthesis; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/bracketleft.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/bracketleft.glyph deleted file mode 100644 index 35bd769d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/bracketleft.glyph +++ /dev/null @@ -1,448 +0,0 @@ -{ -glyphname = bracketleft; -kernRight = KO_bracketleft; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,-167,l), -(302,-42,l), -(193,-42,l), -(193,660,l), -(302,660,l), -(302,793,l), -(32,793,l), -(32,-167,l) -); -} -); -width = 318; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,-167,l), -(209,-140,l), -(102,-140,l), -(102,766,l), -(209,766,l), -(209,793,l), -(72,793,l), -(72,-167,l) -); -} -); -width = 217; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,-167,l), -(308,-135,l), -(115,-135,l), -(115,761,l), -(308,761,l), -(308,793,l), -(79,793,l), -(79,-167,l) -); -} -); -width = 333; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(382,-167,l), -(382,-12,l), -(243,-12,l), -(243,638,l), -(382,638,l), -(382,793,l), -(51,793,l), -(51,-167,l) -); -} -); -width = 396; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(189,-167,l), -(189,-140,l), -(82,-140,l), -(82,766,l), -(189,766,l), -(189,793,l), -(52,793,l), -(52,-167,l) -); -} -); -width = 189; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,-167,l), -(292,-42,l), -(183,-42,l), -(183,660,l), -(292,660,l), -(292,793,l), -(22,793,l), -(22,-167,l) -); -} -); -width = 299; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,-167,l), -(281,-135,l), -(114,-135,l), -(114,761,l), -(281,761,l), -(281,793,l), -(78,793,l), -(78,-167,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 301; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,-167,l), -(338,-24,l), -(218,-24,l), -(218,649,l), -(338,649,l), -(338,793,l), -(40,793,l), -(40,-167,l) -); -} -); -width = 346; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,-167,l), -(298,-135,l), -(105,-135,l), -(105,761,l), -(298,761,l), -(298,793,l), -(69,793,l), -(69,-167,l) -); -} -); -width = 313; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(372,-167,l), -(372,-12,l), -(233,-12,l), -(233,638,l), -(372,638,l), -(372,793,l), -(41,793,l), -(41,-167,l) -); -} -); -width = 376; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(302,-167,l), -(302,-135,l), -(139,-135,l), -(139,761,l), -(302,761,l), -(302,793,l), -(103,793,l), -(103,-167,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 344; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(347,-167,l), -(347,-24,l), -(239,-24,l), -(239,649,l), -(347,649,l), -(347,793,l), -(62,793,l), -(62,-167,l) -); -} -); -width = 374; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(118,-167,l), -(124,-140,l), -(18,-140,l), -(208,766,l), -(314,766,l), -(320,793,l), -(184,793,l), -(-18,-167,l) -); -} -); -width = 217; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,-167,l), -(232,-42,l), -(124,-42,l), -(272,660,l), -(380,660,l), -(408,793,l), -(141,793,l), -(-61,-167,l) -); -} -); -width = 316; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(214,-167,l), -(221,-135,l), -(56,-135,l), -(243,761,l), -(409,761,l), -(416,793,l), -(215,793,l), -(13,-167,l) -); -} -); -width = 344; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(267,-167,l), -(298,-24,l), -(179,-24,l), -(320,649,l), -(439,649,l), -(469,793,l), -(174,793,l), -(-28,-167,l) -); -} -); -width = 390; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(216,-167,l), -(223,-135,l), -(32,-135,l), -(220,761,l), -(411,761,l), -(418,793,l), -(191,793,l), -(-11,-167,l) -); -} -); -width = 331; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,-167,l), -(319,-12,l), -(182,-12,l), -(317,638,l), -(456,638,l), -(488,793,l), -(160,793,l), -(-41,-167,l) -); -} -); -width = 393; -} -); -unicode = 91; -userData = { -KernOnName = bracketleft; -KernOnSpecialSpacing = { -L = NoKerning; -R = parenthesis; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/bracketright.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/bracketright.case.glyph deleted file mode 100644 index 36b75ff0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/bracketright.case.glyph +++ /dev/null @@ -1,295 +0,0 @@ -{ -color = 6; -glyphname = bracketright.case; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -angle = 180; -pos = (319,729); -ref = bracketleft.case; -} -); -width = 319; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -angle = 180; -pos = (219,729); -ref = bracketleft.case; -} -); -width = 219; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -angle = 180; -pos = (334,729); -ref = bracketleft.case; -} -); -width = 334; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -angle = 180; -pos = (399,729); -ref = bracketleft.case; -} -); -width = 399; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -angle = 180; -pos = (191,729); -ref = bracketleft.case; -} -); -width = 191; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (319,729); -ref = bracketleft.case; -} -); -width = 319; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -angle = 180; -pos = (302,729); -ref = bracketleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright.case; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = bracketright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 302; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -angle = 180; -pos = (347,729); -ref = bracketleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright.case; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = bracketright; -}; -width = 347; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (334,729); -ref = bracketleft.case; -} -); -width = 334; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (399,729); -ref = bracketleft.case; -} -); -width = 399; -}, -{ -layerId = m019; -shapes = ( -{ -angle = 180; -pos = (345,729); -ref = bracketleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright.case; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = bracketright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 345; -}, -{ -layerId = m020; -shapes = ( -{ -angle = 180; -pos = (375,729); -ref = bracketleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = braceright.case; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = bracketright; -}; -width = 375; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -angle = 180; -pos = (263,729); -ref = bracketleft.case; -} -); -width = 219; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -angle = 180; -pos = (384,729); -ref = bracketleft.case; -} -); -width = 345; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -angle = 180; -pos = (389,729); -ref = bracketleft.case; -} -); -width = 345; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -angle = 180; -pos = (429,729); -ref = bracketleft.case; -} -); -width = 391; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -angle = 180; -pos = (377,729); -ref = bracketleft.case; -} -); -width = 333; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -angle = 180; -pos = (435,729); -ref = bracketleft.case; -} -); -width = 397; -} -); -metricLeft = braceright.case; -metricRight = bracketright; -userData = { -KernOnSpecialSpacing = { -L = parenthesis; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/bracketright.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/bracketright.glyph deleted file mode 100644 index 4c6f8513..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/bracketright.glyph +++ /dev/null @@ -1,324 +0,0 @@ -{ -color = 6; -glyphname = bracketright; -kernLeft = KO_bracketright; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (318,626); -ref = bracketleft; -} -); -width = 318; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (217,626); -ref = bracketleft; -} -); -width = 217; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (333,626); -ref = bracketleft; -} -); -width = 333; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (396,626); -ref = bracketleft; -} -); -width = 396; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (189,626); -ref = bracketleft; -} -); -width = 189; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (299,626); -ref = bracketleft; -} -); -width = 299; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (301,626); -ref = bracketleft; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 301; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (346,626); -ref = bracketleft; -} -); -width = 346; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (333,626); -ref = bracketleft; -} -); -width = 333; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (396,626); -ref = bracketleft; -} -); -width = 396; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (344,626); -ref = bracketleft; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 344; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (374,626); -ref = bracketleft; -} -); -width = 374; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (240,626); -ref = bracketleft; -} -); -width = 217; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (334,626); -ref = bracketleft; -} -); -width = 316; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (367,626); -ref = bracketleft; -} -); -width = 344; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (407,626); -ref = bracketleft; -} -); -width = 390; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (354,626); -ref = bracketleft; -} -); -width = 331; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (410,626); -ref = bracketleft; -} -); -width = 393; -} -); -metricLeft = "=|bracketleft"; -metricRight = "=|bracketleft"; -unicode = 93; -userData = { -KernOnSpecialSpacing = { -L = parenthesis; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/breve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/breve.glyph deleted file mode 100644 index 5f648dc1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/breve.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = breve; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 247; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 388; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 347; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 478; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = brevecomb; -} -); -width = 247; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = brevecomb; -} -); -width = 388; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = brevecomb; -} -); -width = 336; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = brevecomb; -} -); -width = 418; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = brevecomb; -} -); -width = 347; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = brevecomb; -} -); -width = 478; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 335; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 421; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 249; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 383; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 334; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 439; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 345; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = brevecomb; -} -); -width = 457; -} -); -unicode = 728; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb.glyph deleted file mode 100644 index 75072c3f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb.glyph +++ /dev/null @@ -1,626 +0,0 @@ -{ -glyphname = brevecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (195,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,721,o), -(348,773,o), -(348,884,c), -(229,884,l), -(228,849,o), -(221,825,o), -(194,825,cs), -(173,825,o), -(159,837,o), -(159,884,c), -(40,884,l), -(39,786,o), -(88,721,o), -(194,721,cs) -); -} -); -width = 388; -}, -{ -anchors = ( -{ -name = _top; -pos = (124,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,741,o), -(207,790,o), -(207,882,c), -(180,882,l), -(181,808,o), -(160,769,o), -(124,769,cs), -(87,769,o), -(68,807,o), -(68,882,c), -(40,882,l), -(41,790,o), -(69,741,o), -(124,741,cs) -); -} -); -width = 247; -}, -{ -anchors = ( -{ -name = _top; -pos = (174,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,742,o), -(307,790,o), -(307,882,c), -(270,882,l), -(271,811,o), -(236,773,o), -(174,773,cs), -(111,773,o), -(78,810,o), -(78,882,c), -(40,882,l), -(41,790,o), -(87,742,o), -(174,742,cs) -); -} -); -width = 347; -}, -{ -anchors = ( -{ -name = _top; -pos = (239,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(359,725,o), -(438,786,o), -(438,878,c), -(293,878,l), -(294,840,o), -(271,822,o), -(239,822,cs), -(207,822,o), -(184,840,o), -(185,878,c), -(40,878,l), -(40,786,o), -(119,725,o), -(239,725,cs) -); -} -); -width = 478; -}, -{ -anchors = ( -{ -name = _top; -pos = (104,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,741,o), -(187,790,o), -(187,882,c), -(160,882,l), -(161,808,o), -(140,769,o), -(104,769,cs), -(67,769,o), -(48,807,o), -(48,882,c), -(20,882,l), -(21,790,o), -(49,741,o), -(104,741,cs) -); -} -); -width = 207; -}, -{ -anchors = ( -{ -name = _top; -pos = (185,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,721,o), -(338,773,o), -(338,884,c), -(219,884,l), -(218,849,o), -(211,825,o), -(184,825,cs), -(163,825,o), -(149,837,o), -(149,884,c), -(30,884,l), -(29,786,o), -(78,721,o), -(184,721,cs) -); -} -); -width = 368; -}, -{ -anchors = ( -{ -name = _top; -pos = (148,678); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,742,o), -(275,790,o), -(276,882,c), -(240,882,l), -(240,810,o), -(208,773,o), -(148,773,cs), -(88,773,o), -(56,810,o), -(56,882,c), -(20,882,l), -(21,790,o), -(66,742,o), -(148,742,cs) -); -} -); -width = 296; -}, -{ -anchors = ( -{ -name = _top; -pos = (198,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(305,729,o), -(377,791,o), -(377,884,c), -(257,884,l), -(257,846,o), -(232,828,o), -(198,828,cs), -(164,828,o), -(139,846,o), -(139,884,c), -(19,884,l), -(19,791,o), -(91,729,o), -(198,729,cs) -); -} -); -width = 396; -}, -{ -anchors = ( -{ -name = _top; -pos = (164,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,742,o), -(297,790,o), -(297,882,c), -(260,882,l), -(261,811,o), -(226,773,o), -(164,773,cs), -(101,773,o), -(68,810,o), -(68,882,c), -(30,882,l), -(31,790,o), -(77,742,o), -(164,742,cs) -); -} -); -width = 327; -}, -{ -anchors = ( -{ -name = _top; -pos = (229,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(349,725,o), -(428,786,o), -(428,878,c), -(283,878,l), -(284,840,o), -(261,822,o), -(229,822,cs), -(197,822,o), -(174,840,o), -(175,878,c), -(30,878,l), -(30,786,o), -(109,725,o), -(229,725,cs) -); -} -); -width = 458; -}, -{ -anchors = ( -{ -name = _top; -pos = (167,678); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(248,742,o), -(292,790,o), -(293,882,c), -(257,882,l), -(257,810,o), -(227,773,o), -(167,773,cs), -(109,773,o), -(77,810,o), -(77,882,c), -(43,882,l), -(44,790,o), -(87,742,o), -(167,742,cs) -); -} -); -width = 335; -}, -{ -anchors = ( -{ -name = _top; -pos = (211,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(314,729,o), -(383,791,o), -(383,884,c), -(265,884,l), -(265,846,o), -(242,828,o), -(211,828,cs), -(180,828,o), -(156,846,o), -(156,884,c), -(39,884,l), -(39,791,o), -(108,729,o), -(211,729,cs) -); -} -); -width = 421; -}, -{ -anchors = ( -{ -name = _top; -pos = (214,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(291,740,o), -(330,785,o), -(345,882,c), -(318,882,l), -(304,810,o), -(283,769,o), -(242,769,cs), -(196,770,o), -(196,823,o), -(207,882,c), -(180,882,l), -(165,806,o), -(177,742,o), -(243,741,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,739,o), -(323,783,o), -(337,882,c), -(308,882,l), -(296,800,o), -(272,766,o), -(235,768,cs), -(198,770,o), -(186,810,o), -(197,882,c), -(169,882,l), -(158,800,o), -(173,743,o), -(233,741,cs) -); -} -); -width = 249; -}, -{ -anchors = ( -{ -name = _top; -pos = (280,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,721,o), -(455,774,o), -(469,886,c), -(355,886,l), -(348,846,o), -(335,825,o), -(310,825,cs), -(288,825,o), -(277,840,o), -(284,886,c), -(167,886,l), -(149,784,o), -(194,721,o), -(296,721,cs) -); -} -); -width = 383; -}, -{ -anchors = ( -{ -name = _top; -pos = (256,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(357,743,o), -(419,783,o), -(430,877,c), -(394,877,l), -(387,814,o), -(350,773,o), -(284,773,cs), -(228,773,o), -(191,801,o), -(205,877,c), -(169,877,l), -(155,796,o), -(204,743,o), -(278,743,cs) -); -} -); -}; -guides = ( -{ -pos = (48,882); -}, -{ -pos = (176,742); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(356,742,o), -(411,798,o), -(423,882,c), -(387,882,l), -(379,816,o), -(338,772,o), -(275,772,cs), -(217,772,o), -(188,812,o), -(205,882,c), -(169,882,l), -(153,798,o), -(195,742,o), -(273,742,cs) -); -} -); -width = 334; -}, -{ -anchors = ( -{ -name = _top; -pos = (312,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(442,720,o), -(516,779,o), -(524,884,c), -(405,884,l), -(403,849,o), -(380,825,o), -(343,825,cs), -(305,825,o), -(282,846,o), -(286,884,c), -(167,884,l), -(156,786,o), -(226,720,o), -(333,720,cs) -); -} -); -width = 439; -}, -{ -anchors = ( -{ -name = _top; -pos = (265,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,742,o), -(422,791,o), -(433,882,c), -(397,882,l), -(390,818,o), -(354,774,o), -(288,774,cs), -(229,774,o), -(197,809,o), -(207,882,c), -(169,882,l), -(159,793,o), -(201,742,o), -(285,742,cs) -); -} -); -width = 345; -}, -{ -anchors = ( -{ -name = _top; -pos = (322,678); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(463,729,o), -(535,785,o), -(542,884,c), -(421,884,l), -(418,847,o), -(391,828,o), -(351,828,cs), -(312,828,o), -(287,849,o), -(289,884,c), -(167,884,l), -(162,791,o), -(235,729,o), -(343,729,cs) -); -} -); -width = 457; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 774; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_acutecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_acutecomb.glyph deleted file mode 100644 index 15ff5ccd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_acutecomb.glyph +++ /dev/null @@ -1,759 +0,0 @@ -{ -glyphname = brevecomb_acutecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (124,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,726,o), -(207,775,o), -(207,867,c), -(180,867,l), -(181,793,o), -(160,754,o), -(124,754,cs), -(87,754,o), -(68,792,o), -(68,867,c), -(40,867,l), -(41,775,o), -(69,726,o), -(124,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(136,880,l), -(182,982,l), -(149,982,l), -(107,880,l) -); -} -); -width = 247; -}, -{ -anchors = ( -{ -name = _top; -pos = (194,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,709,o), -(348,752,o), -(348,845,c), -(229,845,l), -(228,816,o), -(221,796,o), -(194,796,cs), -(173,796,o), -(159,806,o), -(159,845,c), -(40,845,l), -(39,763,o), -(88,709,o), -(194,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(255,874,l), -(352,984,l), -(203,984,l), -(146,874,l) -); -} -); -width = 392; -}, -{ -anchors = ( -{ -name = _top; -pos = (173,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(252,741,o), -(306,791,o), -(307,866,c), -(269,866,l), -(269,806,o), -(231,772,o), -(173,772,cs), -(111,772,o), -(76,810,o), -(77,866,c), -(40,866,l), -(40,791,o), -(93,741,o), -(173,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(189,866,l), -(257,982,l), -(212,982,l), -(154,866,l) -); -} -); -width = 347; -}, -{ -anchors = ( -{ -name = _top; -pos = (240,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(362,709,o), -(433,763,o), -(438,845,c), -(283,845,l), -(282,822,o), -(265,808,o), -(239,808,cs), -(214,808,o), -(196,822,o), -(195,845,c), -(40,845,l), -(45,758,o), -(124,709,o), -(239,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(304,869,l), -(408,984,l), -(222,984,l), -(166,869,l) -); -} -); -width = 478; -}, -{ -anchors = ( -{ -name = _top; -pos = (104,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,726,o), -(187,775,o), -(187,867,c), -(160,867,l), -(161,793,o), -(140,754,o), -(104,754,cs), -(67,754,o), -(48,792,o), -(48,867,c), -(20,867,l), -(21,775,o), -(49,726,o), -(104,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(116,880,l), -(162,982,l), -(129,982,l), -(87,880,l) -); -} -); -width = 207; -}, -{ -anchors = ( -{ -name = _top; -pos = (184,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,709,o), -(338,752,o), -(338,845,c), -(219,845,l), -(218,816,o), -(211,796,o), -(184,796,cs), -(163,796,o), -(149,806,o), -(149,845,c), -(30,845,l), -(29,763,o), -(78,709,o), -(184,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(245,874,l), -(342,984,l), -(193,984,l), -(136,874,l) -); -} -); -width = 372; -}, -{ -anchors = ( -{ -name = _top; -pos = (148,678); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(224,741,o), -(275,791,o), -(276,867,c), -(240,867,l), -(240,806,o), -(203,772,o), -(148,772,cs), -(89,772,o), -(56,810,o), -(56,867,c), -(20,867,l), -(21,791,o), -(72,741,o), -(148,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(159,867,l), -(227,982,l), -(186,982,l), -(128,867,l) -); -} -); -width = 296; -}, -{ -anchors = ( -{ -name = _top; -pos = (198,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(305,709,o), -(377,764,o), -(377,845,c), -(247,845,l), -(247,819,o), -(229,802,o), -(198,802,cs), -(167,802,o), -(149,819,o), -(149,845,c), -(19,845,l), -(19,764,o), -(91,709,o), -(198,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,875,l), -(355,984,l), -(198,984,l), -(141,875,l) -); -} -); -width = 396; -}, -{ -anchors = ( -{ -name = _top; -pos = (163,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,741,o), -(296,791,o), -(297,866,c), -(259,866,l), -(259,806,o), -(221,772,o), -(163,772,cs), -(101,772,o), -(66,810,o), -(67,866,c), -(30,866,l), -(30,791,o), -(83,741,o), -(163,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(179,866,l), -(247,982,l), -(202,982,l), -(144,866,l) -); -} -); -width = 327; -}, -{ -anchors = ( -{ -name = _top; -pos = (230,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(352,709,o), -(423,763,o), -(428,845,c), -(273,845,l), -(272,822,o), -(255,808,o), -(229,808,cs), -(204,808,o), -(186,822,o), -(185,845,c), -(30,845,l), -(35,758,o), -(114,709,o), -(229,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(294,869,l), -(398,984,l), -(212,984,l), -(156,869,l) -); -} -); -width = 458; -}, -{ -anchors = ( -{ -name = _top; -pos = (167,678); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(243,741,o), -(292,791,o), -(293,867,c), -(257,867,l), -(257,806,o), -(222,772,o), -(167,772,cs), -(110,772,o), -(77,810,o), -(77,867,c), -(43,867,l), -(44,791,o), -(93,741,o), -(167,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(178,867,l), -(246,982,l), -(205,982,l), -(149,867,l) -); -} -); -width = 335; -}, -{ -anchors = ( -{ -name = _top; -pos = (211,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(314,709,o), -(383,764,o), -(383,845,c), -(254,845,l), -(254,819,o), -(239,802,o), -(211,802,cs), -(183,802,o), -(167,819,o), -(167,845,c), -(39,845,l), -(39,764,o), -(108,709,o), -(211,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(271,875,l), -(364,984,l), -(209,984,l), -(154,875,l) -); -} -); -width = 421; -}, -{ -anchors = ( -{ -name = _top; -pos = (211,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(277,726,o), -(313,776,o), -(330,867,c), -(302,867,l), -(289,794,o), -(263,754,o), -(229,754,cs), -(182,754,o), -(179,809,o), -(190,867,c), -(163,867,l), -(150,790,o), -(160,726,o), -(226,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(324,971,l), -(292,974,l), -(231,881,l), -(260,879,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,726,o), -(320,775,o), -(331,867,c), -(302,867,l), -(293,790,o), -(263,752,o), -(229,752,cs), -(189,752,o), -(179,790,o), -(194,867,c), -(166,867,l), -(148,776,o), -(170,726,o), -(229,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,880,l), -(324,982,l), -(292,982,l), -(231,880,l) -); -} -); -width = 246; -}, -{ -anchors = ( -{ -name = _top; -pos = (280,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(384,709,o), -(451,752,o), -(461,845,c), -(345,845,l), -(342,813,o), -(328,796,o), -(303,796,cs), -(281,796,o), -(269,814,o), -(273,845,c), -(159,845,l), -(155,763,o), -(209,709,o), -(293,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(370,874,l), -(476,998,l), -(311,998,l), -(242,874,l) -); -} -); -width = 383; -}, -{ -anchors = ( -{ -name = _top; -pos = (262,678); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,741,o), -(414,786,o), -(421,867,c), -(387,867,l), -(381,809,o), -(346,770,o), -(281,770,cs), -(227,770,o), -(191,801,o), -(200,867,c), -(166,867,l), -(160,791,o), -(205,741,o), -(279,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(303,867,l), -(385,982,l), -(345,982,l), -(271,867,l) -); -} -); -width = 336; -}, -{ -anchors = ( -{ -name = _top; -pos = (310,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(431,709,o), -(505,763,o), -(516,845,c), -(387,845,l), -(384,816,o), -(363,802,o), -(334,802,cs), -(306,802,o), -(288,819,o), -(288,845,c), -(159,845,l), -(157,763,o), -(223,709,o), -(323,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(402,875,l), -(520,984,l), -(363,984,l), -(284,875,l) -); -} -); -width = 438; -}, -{ -anchors = ( -{ -name = _top; -pos = (268,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(369,740,o), -(430,789,o), -(435,866,c), -(399,866,l), -(394,809,o), -(354,771,o), -(288,771,cs), -(230,771,o), -(196,809,o), -(202,866,c), -(166,866,l), -(161,791,o), -(209,740,o), -(285,740,cs) -); -}, -{ -closed = 1; -nodes = ( -(306,867,l), -(404,982,l), -(357,982,l), -(269,867,l) -); -} -); -width = 351; -}, -{ -anchors = ( -{ -name = _top; -pos = (331,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(474,709,o), -(550,771,o), -(557,845,c), -(402,845,l), -(400,822,o), -(379,808,o), -(354,808,cs), -(329,808,o), -(313,823,o), -(313,845,c), -(159,845,l), -(167,758,o), -(237,709,o), -(349,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(428,869,l), -(556,984,l), -(370,984,l), -(290,869,l) -); -} -); -width = 479; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_gravecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_gravecomb.glyph deleted file mode 100644 index 5ef1cc8a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_gravecomb.glyph +++ /dev/null @@ -1,727 +0,0 @@ -{ -glyphname = brevecomb_gravecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (123,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,726,o), -(207,775,o), -(207,867,c), -(180,867,l), -(181,793,o), -(160,754,o), -(124,754,cs), -(87,754,o), -(68,792,o), -(68,867,c), -(40,867,l), -(41,775,o), -(69,726,o), -(124,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(141,880,l), -(99,982,l), -(66,982,l), -(112,880,l) -); -} -); -width = 247; -}, -{ -anchors = ( -{ -name = _top; -pos = (198,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,709,o), -(353,763,o), -(352,845,c), -(233,845,l), -(233,806,o), -(219,796,o), -(198,796,cs), -(171,796,o), -(164,816,o), -(163,845,c), -(44,845,l), -(44,752,o), -(106,709,o), -(198,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,874,l), -(189,984,l), -(40,984,l), -(137,874,l) -); -} -); -width = 392; -}, -{ -anchors = ( -{ -name = _top; -pos = (174,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,741,o), -(307,791,o), -(307,866,c), -(270,866,l), -(271,810,o), -(236,772,o), -(174,772,cs), -(116,772,o), -(78,806,o), -(78,866,c), -(40,866,l), -(41,791,o), -(95,741,o), -(174,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(193,866,l), -(135,982,l), -(90,982,l), -(158,866,l) -); -} -); -width = 347; -}, -{ -anchors = ( -{ -name = _top; -pos = (238,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(354,709,o), -(433,758,o), -(438,845,c), -(283,845,l), -(282,822,o), -(264,808,o), -(239,808,cs), -(213,808,o), -(196,822,o), -(195,845,c), -(40,845,l), -(45,763,o), -(116,709,o), -(239,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,869,l), -(256,984,l), -(70,984,l), -(174,869,l) -); -} -); -width = 478; -}, -{ -anchors = ( -{ -name = _top; -pos = (103,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,726,o), -(187,775,o), -(187,867,c), -(160,867,l), -(161,793,o), -(140,754,o), -(104,754,cs), -(67,754,o), -(48,792,o), -(48,867,c), -(20,867,l), -(21,775,o), -(49,726,o), -(104,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(121,880,l), -(79,982,l), -(46,982,l), -(92,880,l) -); -} -); -width = 207; -}, -{ -anchors = ( -{ -name = _top; -pos = (188,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(294,709,o), -(343,763,o), -(342,845,c), -(223,845,l), -(223,806,o), -(209,796,o), -(188,796,cs), -(161,796,o), -(154,816,o), -(153,845,c), -(34,845,l), -(34,752,o), -(96,709,o), -(188,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(236,874,l), -(179,984,l), -(30,984,l), -(127,874,l) -); -} -); -width = 372; -}, -{ -anchors = ( -{ -name = _top; -pos = (148,678); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(224,741,o), -(275,791,o), -(276,867,c), -(240,867,l), -(240,810,o), -(207,772,o), -(148,772,cs), -(93,772,o), -(56,806,o), -(56,867,c), -(20,867,l), -(21,791,o), -(72,741,o), -(148,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(168,867,l), -(110,982,l), -(69,982,l), -(137,867,l) -); -} -); -width = 296; -}, -{ -anchors = ( -{ -name = _top; -pos = (198,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(305,709,o), -(377,764,o), -(377,845,c), -(247,845,l), -(247,819,o), -(229,802,o), -(198,802,cs), -(167,802,o), -(149,819,o), -(149,845,c), -(19,845,l), -(19,764,o), -(91,709,o), -(198,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(255,875,l), -(198,984,l), -(41,984,l), -(137,875,l) -); -} -); -width = 396; -}, -{ -anchors = ( -{ -name = _top; -pos = (164,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(244,741,o), -(297,791,o), -(297,866,c), -(260,866,l), -(261,810,o), -(226,772,o), -(164,772,cs), -(106,772,o), -(68,806,o), -(68,866,c), -(30,866,l), -(31,791,o), -(85,741,o), -(164,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(183,866,l), -(125,982,l), -(80,982,l), -(148,866,l) -); -} -); -width = 327; -}, -{ -anchors = ( -{ -name = _top; -pos = (228,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(344,709,o), -(423,758,o), -(428,845,c), -(273,845,l), -(272,822,o), -(254,808,o), -(229,808,cs), -(203,808,o), -(186,822,o), -(185,845,c), -(30,845,l), -(35,763,o), -(106,709,o), -(229,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(302,869,l), -(246,984,l), -(60,984,l), -(164,869,l) -); -} -); -width = 458; -}, -{ -anchors = ( -{ -name = _top; -pos = (167,678); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(243,741,o), -(292,791,o), -(293,867,c), -(257,867,l), -(257,810,o), -(226,772,o), -(167,772,cs), -(114,772,o), -(77,806,o), -(77,867,c), -(43,867,l), -(44,791,o), -(93,741,o), -(167,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(187,867,l), -(131,982,l), -(90,982,l), -(156,867,l) -); -} -); -width = 335; -}, -{ -anchors = ( -{ -name = _top; -pos = (211,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(314,709,o), -(383,764,o), -(383,845,c), -(254,845,l), -(254,819,o), -(239,802,o), -(211,802,cs), -(183,802,o), -(167,819,o), -(167,845,c), -(39,845,l), -(39,764,o), -(108,709,o), -(211,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(267,875,l), -(213,984,l), -(58,984,l), -(150,875,l) -); -} -); -width = 421; -}, -{ -anchors = ( -{ -name = _top; -pos = (205,673); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,726,o), -(320,775,o), -(331,867,c), -(302,867,l), -(293,790,o), -(263,752,o), -(229,752,cs), -(189,752,o), -(179,790,o), -(194,867,c), -(166,867,l), -(148,776,o), -(170,726,o), -(229,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(261,880,l), -(239,982,l), -(209,982,l), -(235,880,l) -); -} -); -width = 246; -}, -{ -anchors = ( -{ -name = _top; -pos = (293,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(397,709,o), -(464,752,o), -(474,845,c), -(358,845,l), -(355,813,o), -(341,796,o), -(316,796,cs), -(294,796,o), -(282,814,o), -(286,845,c), -(172,845,l), -(168,763,o), -(222,709,o), -(306,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(385,874,l), -(355,998,l), -(191,998,l), -(258,874,l) -); -} -); -width = 396; -}, -{ -anchors = ( -{ -name = _top; -pos = (261,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,741,o), -(414,786,o), -(421,867,c), -(387,867,l), -(381,809,o), -(346,770,o), -(281,770,cs), -(227,770,o), -(191,801,o), -(200,867,c), -(166,867,l), -(160,791,o), -(205,741,o), -(279,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(307,867,l), -(266,983,l), -(230,983,l), -(278,867,l) -); -} -); -width = 336; -}, -{ -anchors = ( -{ -name = _top; -pos = (310,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(431,709,o), -(505,763,o), -(516,845,c), -(387,845,l), -(384,816,o), -(363,802,o), -(334,802,cs), -(306,802,o), -(288,819,o), -(288,845,c), -(159,845,l), -(157,763,o), -(223,709,o), -(323,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(405,875,l), -(370,984,l), -(213,984,l), -(287,875,l) -); -} -); -width = 438; -}, -{ -anchors = ( -{ -name = _top; -pos = (268,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(369,740,o), -(430,789,o), -(435,866,c), -(399,866,l), -(394,809,o), -(354,771,o), -(288,771,cs), -(230,771,o), -(196,809,o), -(202,866,c), -(166,866,l), -(161,791,o), -(209,740,o), -(285,740,cs) -); -}, -{ -closed = 1; -nodes = ( -(315,867,l), -(260,982,l), -(218,982,l), -(277,867,l) -); -} -); -width = 351; -}, -{ -anchors = ( -{ -name = _top; -pos = (331,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(474,709,o), -(550,771,o), -(557,845,c), -(402,845,l), -(400,822,o), -(379,808,o), -(354,808,cs), -(329,808,o), -(313,823,o), -(313,845,c), -(159,845,l), -(167,758,o), -(237,709,o), -(349,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(433,869,l), -(401,984,l), -(217,984,l), -(297,869,l) -); -} -); -width = 479; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_hookabovecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_hookabovecomb.glyph deleted file mode 100644 index f277e5a2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_hookabovecomb.glyph +++ /dev/null @@ -1,1303 +0,0 @@ -{ -glyphname = brevecomb_hookabovecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (123,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,726,o), -(207,775,o), -(207,867,c), -(180,867,l), -(181,793,o), -(160,754,o), -(124,754,cs), -(87,754,o), -(68,792,o), -(68,867,c), -(40,867,l), -(41,775,o), -(69,726,o), -(124,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(150,884,o), -(168,906,o), -(168,932,cs), -(168,962,o), -(147,982,o), -(114,982,cs), -(103,982,o), -(88,980,o), -(76,975,c), -(76,949,l), -(85,954,o), -(97,956,o), -(107,956,cs), -(124,956,o), -(136,946,o), -(136,929,cs), -(136,910,o), -(125,899,o), -(104,884,c), -(119,866,l) -); -} -); -width = 247; -}, -{ -anchors = ( -{ -name = _top; -pos = (194,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(286,709,o), -(348,752,o), -(348,845,c), -(229,845,l), -(228,816,o), -(221,796,o), -(194,796,cs), -(173,796,o), -(159,806,o), -(159,845,c), -(40,845,l), -(39,763,o), -(88,709,o), -(194,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(254,880,o), -(281,909,o), -(281,943,cs), -(281,989,o), -(232,1008,o), -(178,1008,cs), -(161,1008,o), -(140,1006,o), -(121,1001,c), -(121,948,l), -(127,950,o), -(137,951,o), -(145,951,cs), -(160,951,o), -(176,946,o), -(176,932,cs), -(176,921,o), -(168,913,o), -(155,905,c), -(189,855,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,709,o), -(348,752,o), -(348,845,c), -(229,845,l), -(228,816,o), -(221,796,o), -(194,796,cs), -(173,796,o), -(159,806,o), -(159,845,c), -(40,845,l), -(39,763,o), -(88,709,o), -(194,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(269,871,o), -(301,902,o), -(301,940,cs), -(301,986,o), -(252,1005,o), -(198,1005,cs), -(175,1005,o), -(144,1001,o), -(121,991,c), -(121,938,l), -(127,940,o), -(137,941,o), -(145,941,cs), -(160,941,o), -(176,936,o), -(176,922,cs), -(176,911,o), -(168,903,o), -(155,895,c), -(189,845,l) -); -} -); -width = 388; -}, -{ -anchors = ( -{ -name = _top; -pos = (174,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,741,o), -(307,791,o), -(307,866,c), -(270,866,l), -(271,810,o), -(236,772,o), -(174,772,cs), -(116,772,o), -(78,806,o), -(78,866,c), -(40,866,l), -(41,791,o), -(95,741,o), -(174,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,868,o), -(238,895,o), -(238,927,cs), -(238,963,o), -(209,986,o), -(165,986,cs), -(150,986,o), -(129,984,o), -(112,977,c), -(114,949,l), -(126,955,o), -(144,957,o), -(158,957,cs), -(184,957,o), -(202,945,o), -(202,924,cs), -(202,900,o), -(185,886,o), -(155,868,c), -(173,845,l) -); -} -); -width = 347; -}, -{ -anchors = ( -{ -name = _top; -pos = (238,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(354,709,o), -(433,758,o), -(438,845,c), -(283,845,l), -(282,822,o), -(264,808,o), -(239,808,cs), -(213,808,o), -(196,822,o), -(195,845,c), -(40,845,l), -(45,763,o), -(116,709,o), -(239,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(321,868,o), -(365,901,o), -(365,955,cs), -(365,1012,o), -(313,1037,o), -(228,1037,cs), -(202,1037,o), -(176,1035,o), -(152,1030,c), -(152,958,l), -(164,960,o), -(177,961,o), -(188,961,cs), -(207,961,o), -(224,958,o), -(224,941,cs), -(224,930,o), -(215,919,o), -(183,907,c), -(232,846,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(353,709,o), -(433,759,o), -(438,835,c), -(283,835,l), -(282,812,o), -(264,798,o), -(239,798,cs), -(213,798,o), -(196,812,o), -(195,835,c), -(40,835,l), -(45,759,o), -(125,709,o), -(239,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(321,852,o), -(365,885,o), -(365,939,cs), -(365,996,o), -(313,1021,o), -(228,1021,cs), -(202,1021,o), -(176,1019,o), -(152,1014,c), -(152,942,l), -(164,944,o), -(177,945,o), -(188,945,cs), -(207,945,o), -(224,942,o), -(224,925,cs), -(224,914,o), -(215,903,o), -(183,891,c), -(232,830,l) -); -} -); -width = 478; -}, -{ -anchors = ( -{ -name = _top; -pos = (103,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,726,o), -(187,775,o), -(187,867,c), -(160,867,l), -(161,793,o), -(140,754,o), -(104,754,cs), -(67,754,o), -(48,792,o), -(48,867,c), -(20,867,l), -(21,775,o), -(49,726,o), -(104,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(130,884,o), -(148,906,o), -(148,932,cs), -(148,962,o), -(127,982,o), -(94,982,cs), -(83,982,o), -(68,980,o), -(56,975,c), -(56,949,l), -(65,954,o), -(77,956,o), -(87,956,cs), -(104,956,o), -(116,946,o), -(116,929,cs), -(116,910,o), -(105,899,o), -(84,884,c), -(99,866,l) -); -} -); -width = 207; -}, -{ -anchors = ( -{ -name = _top; -pos = (184,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(286,709,o), -(348,752,o), -(348,845,c), -(229,845,l), -(228,816,o), -(221,796,o), -(194,796,cs), -(173,796,o), -(159,806,o), -(159,845,c), -(40,845,l), -(39,763,o), -(88,709,o), -(194,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(254,880,o), -(281,909,o), -(281,943,cs), -(281,989,o), -(232,1008,o), -(178,1008,cs), -(161,1008,o), -(140,1006,o), -(121,1001,c), -(121,948,l), -(127,950,o), -(137,951,o), -(145,951,cs), -(160,951,o), -(176,946,o), -(176,932,cs), -(176,921,o), -(168,913,o), -(155,905,c), -(189,855,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,709,o), -(338,752,o), -(338,845,c), -(219,845,l), -(218,816,o), -(211,796,o), -(184,796,cs), -(163,796,o), -(149,806,o), -(149,845,c), -(30,845,l), -(29,763,o), -(78,709,o), -(184,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,871,o), -(291,902,o), -(291,940,cs), -(291,986,o), -(242,1005,o), -(188,1005,cs), -(165,1005,o), -(134,1001,o), -(111,991,c), -(111,938,l), -(117,940,o), -(127,941,o), -(135,941,cs), -(150,941,o), -(166,936,o), -(166,922,cs), -(166,911,o), -(158,903,o), -(145,895,c), -(179,845,l) -); -} -); -width = 368; -}, -{ -anchors = ( -{ -name = _top; -pos = (148,678); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(224,741,o), -(275,791,o), -(276,867,c), -(240,867,l), -(240,810,o), -(207,772,o), -(148,772,cs), -(93,772,o), -(56,806,o), -(56,867,c), -(20,867,l), -(21,791,o), -(72,741,o), -(148,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,868,o), -(204,895,o), -(204,927,cs), -(204,963,o), -(177,986,o), -(137,986,cs), -(123,986,o), -(104,984,o), -(89,977,c), -(90,949,l), -(102,955,o), -(117,957,o), -(130,957,cs), -(153,957,o), -(168,945,o), -(168,924,cs), -(168,900,o), -(154,886,o), -(127,868,c), -(144,845,l) -); -} -); -width = 296; -}, -{ -anchors = ( -{ -name = _top; -pos = (195,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(326,709,o), -(398,764,o), -(398,845,c), -(268,845,l), -(268,819,o), -(250,802,o), -(219,802,cs), -(188,802,o), -(170,819,o), -(170,845,c), -(40,845,l), -(40,764,o), -(112,709,o), -(219,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(281,865,o), -(314,892,o), -(314,932,cs), -(314,973,o), -(278,996,o), -(215,996,cs), -(195,996,o), -(170,994,o), -(148,988,c), -(148,928,l), -(159,930,o), -(168,931,o), -(176,931,cs), -(194,931,o), -(205,926,o), -(205,913,cs), -(205,903,o), -(198,896,o), -(172,888,c), -(202,843,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(305,709,o), -(377,764,o), -(377,845,c), -(247,845,l), -(247,819,o), -(229,802,o), -(198,802,cs), -(167,802,o), -(149,819,o), -(149,845,c), -(19,845,l), -(19,764,o), -(91,709,o), -(198,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(277,869,o), -(316,900,o), -(316,947,cs), -(316,994,o), -(273,1021,o), -(200,1021,cs), -(177,1021,o), -(148,1019,o), -(122,1012,c), -(122,942,l), -(135,944,o), -(146,945,o), -(155,945,cs), -(176,945,o), -(189,940,o), -(189,924,cs), -(189,913,o), -(181,905,o), -(150,895,c), -(185,843,l) -); -} -); -width = 396; -}, -{ -anchors = ( -{ -name = _top; -pos = (164,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(244,741,o), -(297,791,o), -(297,866,c), -(260,866,l), -(261,810,o), -(226,772,o), -(164,772,cs), -(106,772,o), -(68,806,o), -(68,866,c), -(30,866,l), -(31,791,o), -(85,741,o), -(164,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(203,868,o), -(228,895,o), -(228,927,cs), -(228,963,o), -(199,986,o), -(155,986,cs), -(140,986,o), -(119,984,o), -(102,977,c), -(104,949,l), -(116,955,o), -(134,957,o), -(148,957,cs), -(174,957,o), -(192,945,o), -(192,924,cs), -(192,900,o), -(175,886,o), -(145,868,c), -(163,845,l) -); -} -); -width = 327; -}, -{ -anchors = ( -{ -name = _top; -pos = (228,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(354,709,o), -(433,758,o), -(438,845,c), -(283,845,l), -(282,822,o), -(264,808,o), -(239,808,cs), -(213,808,o), -(196,822,o), -(195,845,c), -(40,845,l), -(45,763,o), -(116,709,o), -(239,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(321,868,o), -(365,901,o), -(365,955,cs), -(365,1012,o), -(313,1037,o), -(228,1037,cs), -(202,1037,o), -(176,1035,o), -(152,1030,c), -(152,958,l), -(164,960,o), -(177,961,o), -(188,961,cs), -(207,961,o), -(224,958,o), -(224,941,cs), -(224,930,o), -(215,919,o), -(183,907,c), -(232,846,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(343,709,o), -(423,759,o), -(428,835,c), -(273,835,l), -(272,812,o), -(254,798,o), -(229,798,cs), -(203,798,o), -(186,812,o), -(185,835,c), -(30,835,l), -(35,759,o), -(115,709,o), -(229,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(311,852,o), -(355,885,o), -(355,939,cs), -(355,996,o), -(303,1021,o), -(218,1021,cs), -(192,1021,o), -(166,1019,o), -(142,1014,c), -(142,942,l), -(154,944,o), -(167,945,o), -(178,945,cs), -(197,945,o), -(214,942,o), -(214,925,cs), -(214,914,o), -(205,903,o), -(173,891,c), -(222,830,l) -); -} -); -width = 458; -}, -{ -anchors = ( -{ -name = _top; -pos = (167,678); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(243,741,o), -(292,791,o), -(293,867,c), -(257,867,l), -(257,810,o), -(226,772,o), -(167,772,cs), -(114,772,o), -(77,806,o), -(77,867,c), -(43,867,l), -(44,791,o), -(93,741,o), -(167,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(200,868,o), -(223,895,o), -(223,927,cs), -(223,963,o), -(196,986,o), -(156,986,cs), -(144,986,o), -(125,984,o), -(110,977,c), -(111,949,l), -(123,955,o), -(138,957,o), -(150,957,cs), -(172,957,o), -(187,945,o), -(187,924,cs), -(187,900,o), -(173,886,o), -(148,868,c), -(163,845,l) -); -} -); -width = 335; -}, -{ -anchors = ( -{ -name = _top; -pos = (208,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(326,709,o), -(398,764,o), -(398,845,c), -(268,845,l), -(268,819,o), -(250,802,o), -(219,802,cs), -(188,802,o), -(170,819,o), -(170,845,c), -(40,845,l), -(40,764,o), -(112,709,o), -(219,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(281,865,o), -(314,892,o), -(314,932,cs), -(314,973,o), -(278,996,o), -(215,996,cs), -(195,996,o), -(170,994,o), -(148,988,c), -(148,928,l), -(159,930,o), -(168,931,o), -(176,931,cs), -(194,931,o), -(205,926,o), -(205,913,cs), -(205,903,o), -(198,896,o), -(172,888,c), -(202,843,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(314,709,o), -(383,764,o), -(383,845,c), -(254,845,l), -(254,819,o), -(239,802,o), -(211,802,cs), -(183,802,o), -(167,819,o), -(167,845,c), -(39,845,l), -(39,764,o), -(108,709,o), -(211,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(288,869,o), -(326,900,o), -(326,947,cs), -(326,994,o), -(284,1021,o), -(214,1021,cs), -(191,1021,o), -(163,1019,o), -(138,1012,c), -(138,942,l), -(150,944,o), -(160,945,o), -(168,945,cs), -(188,945,o), -(201,940,o), -(201,924,cs), -(201,913,o), -(194,905,o), -(164,895,c), -(198,843,l) -); -} -); -width = 421; -}, -{ -anchors = ( -{ -name = _top; -pos = (205,673); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,726,o), -(320,775,o), -(331,867,c), -(302,867,l), -(293,790,o), -(263,752,o), -(229,752,cs), -(189,752,o), -(179,790,o), -(194,867,c), -(166,867,l), -(148,776,o), -(170,726,o), -(229,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(278,885,o), -(303,910,o), -(303,940,cs), -(303,967,o), -(280,982,o), -(250,982,cs), -(240,982,o), -(229,981,o), -(218,978,c), -(215,955,l), -(222,958,o), -(231,959,o), -(239,959,cs), -(253,959,o), -(271,956,o), -(271,936,cs), -(271,915,o), -(256,903,o), -(230,888,c), -(241,869,l) -); -} -); -width = 246; -}, -{ -anchors = ( -{ -name = _top; -pos = (281,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(384,709,o), -(451,752,o), -(461,845,c), -(345,845,l), -(342,813,o), -(328,796,o), -(303,796,cs), -(281,796,o), -(269,814,o), -(273,845,c), -(159,845,l), -(155,763,o), -(209,709,o), -(293,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(392,874,o), -(423,909,o), -(423,947,cs), -(423,988,o), -(385,1011,o), -(318,1011,cs), -(294,1011,o), -(276,1009,o), -(256,1004,c), -(246,955,l), -(252,956,o), -(261,956,o), -(270,956,cs), -(287,956,o), -(297,949,o), -(297,937,cs), -(297,926,o), -(286,916,o), -(271,909,c), -(298,852,l) -); -} -); -width = 383; -}, -{ -anchors = ( -{ -name = _top; -pos = (261,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,741,o), -(414,786,o), -(421,867,c), -(387,867,l), -(381,809,o), -(346,770,o), -(281,770,cs), -(227,770,o), -(191,801,o), -(200,867,c), -(166,867,l), -(160,791,o), -(205,741,o), -(279,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(321,866,o), -(352,895,o), -(352,933,cs), -(352,962,o), -(330,987,o), -(285,987,cs), -(274,987,o), -(259,986,o), -(247,982,c), -(243,954,l), -(252,957,o), -(265,959,o), -(276,959,cs), -(300,959,o), -(315,947,o), -(315,929,cs), -(315,900,o), -(298,888,o), -(263,870,c), -(276,846,l) -); -} -); -width = 336; -}, -{ -anchors = ( -{ -name = _top; -pos = (310,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(431,709,o), -(505,763,o), -(516,845,c), -(387,845,l), -(384,816,o), -(363,802,o), -(334,802,cs), -(306,802,o), -(288,819,o), -(288,845,c), -(159,845,l), -(157,763,o), -(223,709,o), -(323,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(399,860,o), -(474,886,o), -(474,952,cs), -(474,1004,o), -(410,1024,o), -(337,1024,cs), -(323,1024,o), -(308,1023,o), -(293,1020,c), -(280,950,l), -(287,951,o), -(294,951,o), -(301,951,cs), -(327,951,o), -(347,946,o), -(343,928,cs), -(340,915,o), -(331,908,o), -(299,901,c), -(323,846,l) -); -} -); -width = 438; -}, -{ -anchors = ( -{ -name = _top; -pos = (267,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(369,740,o), -(430,789,o), -(435,866,c), -(399,866,l), -(394,809,o), -(354,771,o), -(288,771,cs), -(230,771,o), -(196,809,o), -(202,866,c), -(166,866,l), -(161,791,o), -(209,740,o), -(285,740,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,867,o), -(363,897,o), -(363,933,cs), -(363,966,o), -(336,988,o), -(288,988,cs), -(274,988,o), -(259,986,o), -(247,983,c), -(243,955,l), -(251,958,o), -(269,959,o), -(282,959,cs), -(308,959,o), -(326,949,o), -(326,929,cs), -(326,901,o), -(305,887,o), -(268,870,c), -(282,846,l) -); -} -); -width = 351; -}, -{ -anchors = ( -{ -name = _top; -pos = (331,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(474,709,o), -(550,771,o), -(557,845,c), -(402,845,l), -(400,822,o), -(379,808,o), -(354,808,cs), -(329,808,o), -(313,823,o), -(313,845,c), -(159,845,l), -(167,758,o), -(237,709,o), -(349,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(431,861,o), -(491,891,o), -(491,949,cs), -(491,999,o), -(442,1025,o), -(349,1025,cs), -(331,1025,o), -(312,1024,o), -(301,1023,c), -(286,953,l), -(295,954,o), -(310,955,o), -(322,955,cs), -(344,955,o), -(352,946,o), -(352,937,cs), -(352,923,o), -(343,913,o), -(307,903,c), -(343,840,l) -); -} -); -width = 479; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_tildecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_tildecomb.glyph deleted file mode 100644 index 70ade703..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/brevecomb_tildecomb.glyph +++ /dev/null @@ -1,1400 +0,0 @@ -{ -glyphname = brevecomb_tildecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (132,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,726,o), -(216,775,o), -(216,867,c), -(189,867,l), -(190,793,o), -(169,754,o), -(133,754,cs), -(96,754,o), -(77,792,o), -(77,867,c), -(49,867,l), -(50,775,o), -(78,726,o), -(133,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(187,908,o), -(207,917,o), -(225,955,c), -(209,968,l), -(199,949,o), -(187,938,o), -(170,938,cs), -(144,938,o), -(123,966,o), -(95,966,cs), -(75,966,o), -(58,952,o), -(40,917,c), -(56,906,l), -(68,928,o), -(81,935,o), -(93,935,cs), -(119,935,o), -(136,908,o), -(167,908,cs) -); -} -); -width = 265; -}, -{ -anchors = ( -{ -name = _top; -pos = (194,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,709,o), -(348,752,o), -(348,845,c), -(229,845,l), -(228,816,o), -(221,796,o), -(194,796,cs), -(173,796,o), -(159,806,o), -(159,845,c), -(40,845,l), -(39,763,o), -(88,709,o), -(194,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(293,870,o), -(326,888,o), -(348,956,c), -(287,990,l), -(277,969,o), -(267,962,o), -(243,962,cs), -(208,962,o), -(189,987,o), -(137,987,cs), -(97,987,o), -(62,970,o), -(40,900,c), -(101,866,l), -(113,886,o), -(126,895,o), -(149,895,cs), -(180,895,o), -(200,870,o), -(255,870,cs) -); -} -); -width = 388; -}, -{ -anchors = ( -{ -name = _top; -pos = (176,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(264,726,o), -(310,774,o), -(310,866,c), -(273,866,l), -(274,795,o), -(239,757,o), -(177,757,cs), -(114,757,o), -(81,794,o), -(81,866,c), -(43,866,l), -(44,774,o), -(90,726,o), -(177,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(268,905,o), -(291,919,o), -(313,954,c), -(295,967,l), -(280,946,o), -(260,937,o), -(240,937,cs), -(199,937,o), -(153,965,o), -(116,965,cs), -(82,965,o), -(63,951,o), -(40,915,c), -(57,903,l), -(73,926,o), -(90,932,o), -(110,932,cs), -(150,932,o), -(178,905,o), -(233,905,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,741,o), -(310,791,o), -(310,866,c), -(273,866,l), -(274,810,o), -(239,772,o), -(177,772,cs), -(119,772,o), -(81,806,o), -(81,866,c), -(43,866,l), -(44,791,o), -(98,741,o), -(177,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(268,905,o), -(291,919,o), -(313,954,c), -(295,967,l), -(280,946,o), -(260,937,o), -(240,937,cs), -(199,937,o), -(153,965,o), -(116,965,cs), -(82,965,o), -(63,951,o), -(40,915,c), -(57,903,l), -(73,926,o), -(90,932,o), -(110,932,cs), -(150,932,o), -(178,905,o), -(233,905,cs) -); -} -); -width = 353; -}, -{ -anchors = ( -{ -name = _top; -pos = (250,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(128,996,o), -(71,969,o), -(40,900,c), -(120,863,l), -(127,872,o), -(141,895,o), -(184,895,cs), -(237,894,o), -(254,865,o), -(319,865,cs), -(365,865,o), -(425,886,o), -(460,956,c), -(383,995,l), -(361,978,o), -(343,965,o), -(315,965,cs), -(264,965,o), -(241,996,o), -(182,996,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(365,709,o), -(444,758,o), -(449,845,c), -(294,845,l), -(293,822,o), -(275,808,o), -(250,808,cs), -(224,808,o), -(207,822,o), -(206,845,c), -(51,845,l), -(56,763,o), -(127,709,o), -(250,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(372,865,o), -(429,892,o), -(460,961,c), -(383,995,l), -(361,978,o), -(343,965,o), -(315,965,cs), -(264,965,o), -(241,996,o), -(182,996,cs), -(128,996,o), -(71,969,o), -(40,900,c), -(117,866,l), -(139,883,o), -(157,896,o), -(185,896,cs), -(236,896,o), -(259,865,o), -(318,865,cs) -); -} -); -width = 500; -}, -{ -anchors = ( -{ -name = _top; -pos = (112,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,726,o), -(196,775,o), -(196,867,c), -(169,867,l), -(170,793,o), -(149,754,o), -(113,754,cs), -(76,754,o), -(57,792,o), -(57,867,c), -(29,867,l), -(30,775,o), -(58,726,o), -(113,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(167,908,o), -(187,917,o), -(205,955,c), -(189,968,l), -(179,949,o), -(167,938,o), -(150,938,cs), -(124,938,o), -(103,966,o), -(75,966,cs), -(55,966,o), -(38,952,o), -(20,917,c), -(36,906,l), -(48,928,o), -(61,935,o), -(73,935,cs), -(99,935,o), -(116,908,o), -(147,908,cs) -); -} -); -width = 225; -}, -{ -anchors = ( -{ -name = _top; -pos = (184,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,709,o), -(338,752,o), -(338,845,c), -(219,845,l), -(218,816,o), -(211,796,o), -(184,796,cs), -(163,796,o), -(149,806,o), -(149,845,c), -(30,845,l), -(29,763,o), -(78,709,o), -(184,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(283,870,o), -(316,888,o), -(338,956,c), -(277,990,l), -(267,969,o), -(257,962,o), -(233,962,cs), -(198,962,o), -(179,987,o), -(127,987,cs), -(87,987,o), -(52,970,o), -(30,900,c), -(91,866,l), -(103,886,o), -(116,895,o), -(139,895,cs), -(170,895,o), -(190,870,o), -(245,870,cs) -); -} -); -width = 368; -}, -{ -anchors = ( -{ -name = _top; -pos = (153,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(255,726,o), -(300,774,o), -(301,867,c), -(265,867,l), -(265,794,o), -(233,757,o), -(173,757,cs), -(113,757,o), -(81,794,o), -(81,867,c), -(45,867,l), -(46,774,o), -(91,726,o), -(173,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(261,913,o), -(284,927,o), -(305,962,c), -(287,975,l), -(273,954,o), -(254,945,o), -(234,945,cs), -(194,944,o), -(151,973,o), -(115,973,cs), -(81,973,o), -(62,959,o), -(40,923,c), -(58,911,l), -(73,933,o), -(87,940,o), -(109,940,cs), -(147,940,o), -(175,913,o), -(227,913,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,741,o), -(280,791,o), -(281,867,c), -(245,867,l), -(245,810,o), -(212,772,o), -(153,772,cs), -(98,772,o), -(61,806,o), -(61,867,c), -(25,867,l), -(26,791,o), -(77,741,o), -(153,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,913,o), -(264,927,o), -(285,962,c), -(267,975,l), -(253,953,o), -(233,945,o), -(212,945,cs), -(173,945,o), -(130,973,o), -(95,973,cs), -(61,973,o), -(42,959,o), -(20,923,c), -(38,911,l), -(53,933,o), -(67,940,o), -(89,940,cs), -(127,940,o), -(155,913,o), -(207,913,cs) -); -} -); -width = 305; -}, -{ -anchors = ( -{ -name = _top; -pos = (207,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(121,997,o), -(68,972,o), -(40,908,c), -(111,874,l), -(126,892,o), -(142,903,o), -(169,903,cs), -(217,903,o), -(232,876,o), -(289,876,cs), -(331,876,o), -(384,895,o), -(416,960,c), -(347,996,l), -(331,982,o), -(314,968,o), -(285,968,cs), -(241,969,o), -(220,996,o), -(170,997,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(314,709,o), -(386,764,o), -(386,845,c), -(256,845,l), -(256,819,o), -(238,802,o), -(207,802,cs), -(176,802,o), -(158,819,o), -(158,845,c), -(28,845,l), -(28,764,o), -(100,709,o), -(207,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(314,875,o), -(367,900,o), -(395,964,c), -(324,998,l), -(309,980,o), -(293,969,o), -(266,969,cs), -(218,969,o), -(203,996,o), -(146,996,cs), -(104,996,o), -(51,977,o), -(19,912,c), -(88,876,l), -(104,890,o), -(121,904,o), -(150,904,cs), -(194,904,o), -(215,875,o), -(265,875,cs) -); -} -); -width = 414; -}, -{ -anchors = ( -{ -name = _top; -pos = (166,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(264,726,o), -(310,774,o), -(310,866,c), -(273,866,l), -(274,795,o), -(239,757,o), -(177,757,cs), -(114,757,o), -(81,794,o), -(81,866,c), -(43,866,l), -(44,774,o), -(90,726,o), -(177,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(268,905,o), -(291,919,o), -(313,954,c), -(295,967,l), -(280,946,o), -(260,937,o), -(240,937,cs), -(199,937,o), -(153,965,o), -(116,965,cs), -(82,965,o), -(63,951,o), -(40,915,c), -(57,903,l), -(73,926,o), -(90,932,o), -(110,932,cs), -(150,932,o), -(178,905,o), -(233,905,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,741,o), -(300,791,o), -(300,866,c), -(263,866,l), -(264,810,o), -(229,772,o), -(167,772,cs), -(109,772,o), -(71,806,o), -(71,866,c), -(33,866,l), -(34,791,o), -(88,741,o), -(167,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(258,905,o), -(281,919,o), -(303,954,c), -(285,967,l), -(270,946,o), -(250,937,o), -(230,937,cs), -(189,937,o), -(143,965,o), -(106,965,cs), -(72,965,o), -(53,951,o), -(30,915,c), -(47,903,l), -(63,926,o), -(80,932,o), -(100,932,cs), -(140,932,o), -(168,905,o), -(223,905,cs) -); -} -); -width = 333; -}, -{ -anchors = ( -{ -name = _top; -pos = (240,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(128,996,o), -(71,969,o), -(40,900,c), -(120,863,l), -(127,872,o), -(141,895,o), -(184,895,cs), -(237,894,o), -(254,865,o), -(319,865,cs), -(365,865,o), -(425,886,o), -(460,956,c), -(383,995,l), -(361,978,o), -(343,965,o), -(315,965,cs), -(264,965,o), -(241,996,o), -(182,996,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(355,709,o), -(434,758,o), -(439,845,c), -(284,845,l), -(283,822,o), -(265,808,o), -(240,808,cs), -(214,808,o), -(197,822,o), -(196,845,c), -(41,845,l), -(46,763,o), -(117,709,o), -(240,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(362,865,o), -(419,892,o), -(450,961,c), -(373,995,l), -(351,978,o), -(333,965,o), -(305,965,cs), -(254,965,o), -(231,996,o), -(172,996,cs), -(118,996,o), -(61,969,o), -(30,900,c), -(107,866,l), -(129,883,o), -(147,896,o), -(175,896,cs), -(226,896,o), -(249,865,o), -(308,865,cs) -); -} -); -width = 480; -}, -{ -anchors = ( -{ -name = _top; -pos = (172,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(255,726,o), -(300,774,o), -(301,867,c), -(265,867,l), -(265,794,o), -(233,757,o), -(173,757,cs), -(113,757,o), -(81,794,o), -(81,867,c), -(45,867,l), -(46,774,o), -(91,726,o), -(173,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(261,913,o), -(284,927,o), -(305,962,c), -(287,975,l), -(273,954,o), -(254,945,o), -(234,945,cs), -(194,944,o), -(151,973,o), -(115,973,cs), -(81,973,o), -(62,959,o), -(40,923,c), -(58,911,l), -(73,933,o), -(87,940,o), -(109,940,cs), -(147,940,o), -(175,913,o), -(227,913,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(248,741,o), -(297,791,o), -(298,867,c), -(262,867,l), -(262,810,o), -(231,772,o), -(172,772,cs), -(119,772,o), -(82,806,o), -(82,867,c), -(48,867,l), -(49,791,o), -(98,741,o), -(172,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(258,913,o), -(281,927,o), -(302,962,c), -(284,975,l), -(270,953,o), -(250,945,o), -(231,945,cs), -(192,945,o), -(150,973,o), -(116,973,cs), -(82,973,o), -(63,959,o), -(43,923,c), -(59,911,l), -(74,933,o), -(88,940,o), -(110,940,cs), -(148,940,o), -(174,913,o), -(226,913,cs) -); -} -); -width = 344; -}, -{ -anchors = ( -{ -name = _top; -pos = (220,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(121,997,o), -(68,972,o), -(40,908,c), -(111,874,l), -(126,892,o), -(142,903,o), -(169,903,cs), -(217,903,o), -(232,876,o), -(289,876,cs), -(331,876,o), -(384,895,o), -(416,960,c), -(347,996,l), -(331,982,o), -(314,968,o), -(285,968,cs), -(241,969,o), -(220,996,o), -(170,997,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(323,709,o), -(392,764,o), -(392,845,c), -(264,845,l), -(264,819,o), -(248,802,o), -(220,802,cs), -(192,802,o), -(175,819,o), -(175,845,c), -(48,845,l), -(48,764,o), -(117,709,o), -(220,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(322,875,o), -(374,900,o), -(401,964,c), -(331,998,l), -(317,980,o), -(301,969,o), -(275,969,cs), -(230,969,o), -(217,996,o), -(161,996,cs), -(122,996,o), -(69,977,o), -(39,912,c), -(107,876,l), -(121,889,o), -(138,904,o), -(166,904,cs), -(208,904,o), -(228,875,o), -(275,875,cs) -); -} -); -width = 439; -}, -{ -anchors = ( -{ -name = _top; -pos = (223,673); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(293,726,o), -(332,775,o), -(343,867,c), -(314,867,l), -(305,790,o), -(275,752,o), -(241,752,cs), -(201,752,o), -(191,790,o), -(206,867,c), -(178,867,l), -(160,776,o), -(182,726,o), -(241,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(322,908,o), -(342,919,o), -(359,953,c), -(345,965,l), -(334,948,o), -(320,937,o), -(303,937,cs), -(279,937,o), -(263,964,o), -(235,964,cs), -(214,964,o), -(192,951,o), -(176,917,c), -(190,907,l), -(200,923,o), -(212,934,o), -(230,934,cs), -(255,934,o), -(267,908,o), -(297,908,cs) -); -} -); -width = 258; -}, -{ -anchors = ( -{ -name = _top; -pos = (292,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(405,709,o), -(469,760,o), -(477,845,c), -(361,845,l), -(358,813,o), -(344,796,o), -(321,796,cs), -(297,796,o), -(285,813,o), -(289,845,c), -(175,845,l), -(172,761,o), -(226,709,o), -(315,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(440,870,o), -(477,899,o), -(498,956,c), -(444,990,l), -(430,969,o), -(419,962,o), -(395,962,cs), -(357,962,o), -(329,987,o), -(283,987,cs), -(235,987,o), -(198,956,o), -(180,900,c), -(234,866,l), -(250,886,o), -(265,895,o), -(288,895,cs), -(319,895,o), -(344,870,o), -(389,870,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(405,709,o), -(469,760,o), -(477,845,c), -(361,845,l), -(358,813,o), -(344,796,o), -(321,796,cs), -(297,796,o), -(285,813,o), -(289,845,c), -(175,845,l), -(172,761,o), -(226,709,o), -(315,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(444,866,o), -(483,893,o), -(507,953,c), -(453,987,l), -(438,967,o), -(425,958,o), -(397,958,cs), -(361,958,o), -(333,987,o), -(283,987,cs), -(235,987,o), -(195,956,o), -(170,900,c), -(224,866,l), -(240,888,o), -(257,895,o), -(280,895,cs), -(316,895,o), -(344,866,o), -(394,866,cs) -); -} -); -width = 406; -}, -{ -anchors = ( -{ -name = _top; -pos = (269,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(370,741,o), -(426,786,o), -(433,867,c), -(399,867,l), -(393,809,o), -(358,770,o), -(293,770,cs), -(239,770,o), -(203,801,o), -(212,867,c), -(178,867,l), -(172,791,o), -(217,741,o), -(291,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(394,905,o), -(420,919,o), -(447,954,c), -(431,967,l), -(413,946,o), -(392,937,o), -(373,937,cs), -(333,937,o), -(295,965,o), -(260,965,cs), -(226,965,o), -(204,951,o), -(176,915,c), -(191,903,l), -(210,925,o), -(226,932,o), -(248,932,cs), -(285,932,o), -(308,905,o), -(361,905,cs) -); -} -); -width = 348; -}, -{ -anchors = ( -{ -name = _top; -pos = (324,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(445,709,o), -(519,763,o), -(530,845,c), -(401,845,l), -(398,816,o), -(377,802,o), -(348,802,cs), -(320,802,o), -(302,819,o), -(302,845,c), -(173,845,l), -(171,763,o), -(237,709,o), -(337,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(461,875,o), -(518,900,o), -(560,964,c), -(495,998,l), -(477,980,o), -(459,969,o), -(432,969,cs), -(384,969,o), -(375,996,o), -(317,996,cs), -(276,996,o), -(218,977,o), -(173,912,c), -(235,876,l), -(254,890,o), -(274,904,o), -(302,904,cs), -(346,904,o), -(361,875,o), -(412,875,cs) -); -} -); -width = 457; -}, -{ -anchors = ( -{ -name = _top; -pos = (284,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(385,740,o), -(446,789,o), -(451,866,c), -(415,866,l), -(410,809,o), -(370,771,o), -(304,771,cs), -(246,771,o), -(212,809,o), -(218,866,c), -(182,866,l), -(177,791,o), -(225,740,o), -(301,740,cs) -); -}, -{ -closed = 1; -nodes = ( -(407,914,o), -(436,928,o), -(465,963,c), -(447,976,l), -(427,955,o), -(406,946,o), -(385,946,cs), -(344,946,o), -(306,974,o), -(268,974,cs), -(233,974,o), -(209,960,o), -(178,924,c), -(195,912,l), -(216,935,o), -(234,941,o), -(255,941,cs), -(295,941,o), -(318,914,o), -(372,914,cs) -); -} -); -width = 367; -}, -{ -anchors = ( -{ -name = _top; -pos = (341,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(278,996,o), -(215,969,o), -(170,900,c), -(238,866,l), -(257,882,o), -(282,896,o), -(313,896,cs), -(363,896,o), -(380,865,o), -(439,865,cs), -(493,865,o), -(556,892,o), -(601,961,c), -(533,995,l), -(514,979,o), -(489,965,o), -(458,965,cs), -(408,965,o), -(391,996,o), -(332,996,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(484,709,o), -(560,771,o), -(567,845,c), -(412,845,l), -(410,822,o), -(389,808,o), -(364,808,cs), -(339,808,o), -(323,823,o), -(323,845,c), -(169,845,l), -(177,758,o), -(247,709,o), -(359,709,cs) -); -}, -{ -closed = 1; -nodes = ( -(493,865,o), -(556,892,o), -(601,961,c), -(533,995,l), -(514,979,o), -(489,965,o), -(458,965,cs), -(408,965,o), -(391,996,o), -(332,996,cs), -(278,996,o), -(215,969,o), -(170,900,c), -(238,866,l), -(257,882,o), -(282,896,o), -(313,896,cs), -(363,896,o), -(380,865,o), -(439,865,cs) -); -} -); -width = 498; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/brokenbar.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/brokenbar.glyph deleted file mode 100644 index 68b123e2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/brokenbar.glyph +++ /dev/null @@ -1,508 +0,0 @@ -{ -glyphname = brokenbar; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,380,l), -(190,729,l), -(34,729,l), -(34,380,l) -); -}, -{ -closed = 1; -nodes = ( -(190,-67,l), -(190,282,l), -(34,282,l), -(34,-67,l) -); -} -); -width = 224; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,419,l), -(108,729,l), -(78,729,l), -(78,419,l) -); -}, -{ -closed = 1; -nodes = ( -(108,-67,l), -(108,243,l), -(78,243,l), -(78,-67,l) -); -} -); -width = 186; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,417,l), -(121,729,l), -(85,729,l), -(85,417,l) -); -}, -{ -closed = 1; -nodes = ( -(121,-67,l), -(121,245,l), -(85,245,l), -(85,-67,l) -); -} -); -width = 206; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(256,380,l), -(256,729,l), -(55,729,l), -(55,380,l) -); -}, -{ -closed = 1; -nodes = ( -(256,-67,l), -(256,282,l), -(55,282,l), -(55,-67,l) -); -} -); -width = 311; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(88,419,l), -(88,729,l), -(58,729,l), -(58,419,l) -); -}, -{ -closed = 1; -nodes = ( -(88,-67,l), -(88,243,l), -(58,243,l), -(58,-67,l) -); -} -); -width = 146; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,380,l), -(180,729,l), -(24,729,l), -(24,380,l) -); -}, -{ -closed = 1; -nodes = ( -(180,-67,l), -(180,282,l), -(24,282,l), -(24,-67,l) -); -} -); -width = 204; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(123,417,l), -(123,729,l), -(87,729,l), -(87,417,l) -); -}, -{ -closed = 1; -nodes = ( -(123,-67,l), -(123,245,l), -(87,245,l), -(87,-67,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -} -); -}; -width = 210; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,380,l), -(217,729,l), -(46,729,l), -(46,380,l) -); -}, -{ -closed = 1; -nodes = ( -(217,-67,l), -(217,282,l), -(46,282,l), -(46,-67,l) -); -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(111,417,l), -(111,729,l), -(75,729,l), -(75,417,l) -); -}, -{ -closed = 1; -nodes = ( -(111,-67,l), -(111,245,l), -(75,245,l), -(75,-67,l) -); -} -); -width = 186; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(246,380,l), -(246,729,l), -(45,729,l), -(45,380,l) -); -}, -{ -closed = 1; -nodes = ( -(246,-67,l), -(246,282,l), -(45,282,l), -(45,-67,l) -); -} -); -width = 291; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(148,417,l), -(148,729,l), -(112,729,l), -(112,417,l) -); -}, -{ -closed = 1; -nodes = ( -(148,-67,l), -(148,245,l), -(112,245,l), -(112,-67,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -} -); -}; -width = 257; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(238,380,l), -(238,729,l), -(68,729,l), -(68,380,l) -); -}, -{ -closed = 1; -nodes = ( -(238,-67,l), -(238,282,l), -(68,282,l), -(68,-67,l) -); -} -); -width = 305; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(142,419,l), -(206,729,l), -(177,729,l), -(112,419,l) -); -}, -{ -closed = 1; -nodes = ( -(40,-67,l), -(104,243,l), -(75,243,l), -(10,-67,l) -); -} -); -width = 186; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(212,380,l), -(285,729,l), -(130,729,l), -(58,380,l) -); -}, -{ -closed = 1; -nodes = ( -(118,-67,l), -(191,282,l), -(36,282,l), -(-36,-67,l) -); -} -); -width = 223; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,417,l), -(245,729,l), -(210,729,l), -(144,417,l) -); -}, -{ -closed = 1; -nodes = ( -(79,-67,l), -(144,245,l), -(109,245,l), -(43,-67,l) -); -} -); -width = 258; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,380,l), -(334,729,l), -(165,729,l), -(93,380,l) -); -}, -{ -closed = 1; -nodes = ( -(168,-67,l), -(241,282,l), -(71,282,l), -(-1,-67,l) -); -} -); -width = 309; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(154,417,l), -(220,729,l), -(184,729,l), -(119,417,l) -); -}, -{ -closed = 1; -nodes = ( -(53,-67,l), -(119,245,l), -(83,245,l), -(18,-67,l) -); -} -); -width = 207; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,380,l), -(350,729,l), -(151,729,l), -(79,380,l) -); -}, -{ -closed = 1; -nodes = ( -(184,-67,l), -(256,282,l), -(57,282,l), -(-15,-67,l) -); -} -); -width = 311; -} -); -metricLeft = bar; -metricRight = bar; -unicode = 166; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/bullet.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/bullet.glyph deleted file mode 100644 index f9b87094..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/bullet.glyph +++ /dev/null @@ -1,426 +0,0 @@ -{ -glyphname = bullet; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(223,142,o), -(277,200,o), -(277,277,cs), -(277,354,o), -(223,412,o), -(141,412,cs), -(63,412,o), -(5,354,o), -(5,277,cs), -(5,200,o), -(63,142,o), -(141,142,cs) -); -} -); -width = 283; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(135,213,o), -(161,240,o), -(161,277,cs), -(161,315,o), -(135,342,o), -(96,342,cs), -(58,342,o), -(30,315,o), -(30,277,cs), -(30,240,o), -(58,213,o), -(96,213,cs) -); -} -); -width = 192; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,171,o), -(244,216,o), -(244,277,cs), -(244,339,o), -(201,384,o), -(136,384,cs), -(73,384,o), -(27,339,o), -(27,277,cs), -(27,216,o), -(73,171,o), -(136,171,cs) -); -} -); -width = 271; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(227,140,o), -(281,199,o), -(281,277,cs), -(281,355,o), -(227,414,o), -(144,414,cs), -(65,414,o), -(6,355,o), -(6,277,cs), -(6,199,o), -(65,140,o), -(144,140,cs) -); -} -); -width = 288; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(115,213,o), -(141,240,o), -(141,277,cs), -(141,315,o), -(115,342,o), -(76,342,cs), -(38,342,o), -(10,315,o), -(10,277,cs), -(10,240,o), -(38,213,o), -(76,213,cs) -); -} -); -width = 152; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,142,o), -(272,200,o), -(272,277,cs), -(272,354,o), -(218,412,o), -(136,412,cs), -(58,412,o), -(0,354,o), -(0,277,cs), -(0,200,o), -(58,142,o), -(136,142,cs) -); -} -); -width = 273; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(194,171,o), -(237,216,o), -(237,277,cs), -(237,339,o), -(194,384,o), -(129,384,cs), -(66,384,o), -(20,339,o), -(20,277,cs), -(20,216,o), -(66,171,o), -(129,171,cs) -); -} -); -width = 258; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(216,142,o), -(270,200,o), -(270,277,cs), -(270,354,o), -(216,412,o), -(134,412,cs), -(56,412,o), -(-2,354,o), -(-2,277,cs), -(-2,200,o), -(56,142,o), -(134,142,cs) -); -} -); -width = 269; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,171,o), -(234,216,o), -(234,277,cs), -(234,339,o), -(191,384,o), -(126,384,cs), -(63,384,o), -(17,339,o), -(17,277,cs), -(17,216,o), -(63,171,o), -(126,171,cs) -); -} -); -width = 251; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(222,140,o), -(276,199,o), -(276,277,cs), -(276,355,o), -(222,414,o), -(139,414,cs), -(60,414,o), -(1,355,o), -(1,277,cs), -(1,199,o), -(60,140,o), -(139,140,cs) -); -} -); -width = 278; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(213,171,o), -(254,216,o), -(254,277,cs), -(254,339,o), -(213,384,o), -(150,384,cs), -(87,384,o), -(43,339,o), -(43,277,cs), -(43,216,o), -(87,171,o), -(150,171,cs) -); -} -); -width = 297; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(222,142,o), -(273,200,o), -(273,277,cs), -(273,354,o), -(222,412,o), -(144,412,cs), -(69,412,o), -(14,354,o), -(14,277,cs), -(14,200,o), -(69,142,o), -(144,142,cs) -); -} -); -width = 287; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(197,171,o), -(242,218,o), -(242,281,cs), -(242,341,o), -(202,384,o), -(139,384,cs), -(75,384,o), -(27,337,o), -(27,273,cs), -(27,214,o), -(70,171,o), -(131,171,cs) -); -} -); -width = 261; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,142,o), -(279,202,o), -(279,281,cs), -(279,356,o), -(228,412,o), -(149,412,cs), -(70,412,o), -(9,352,o), -(9,273,cs), -(9,198,o), -(63,142,o), -(139,142,cs) -); -} -); -width = 285; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,171,o), -(260,218,o), -(260,281,cs), -(260,341,o), -(220,384,o), -(157,384,cs), -(93,384,o), -(45,337,o), -(45,273,cs), -(45,214,o), -(88,171,o), -(149,171,cs) -); -} -); -width = 297; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,142,o), -(287,202,o), -(287,281,cs), -(287,356,o), -(236,412,o), -(157,412,cs), -(79,412,o), -(17,352,o), -(17,273,cs), -(17,198,o), -(71,142,o), -(147,142,cs) -); -} -); -width = 303; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,171,o), -(248,227,o), -(248,298,cs), -(248,349,o), -(215,384,o), -(159,384,cs), -(87,384,o), -(29,325,o), -(29,256,cs), -(29,206,o), -(64,171,o), -(119,171,cs) -); -} -); -width = 270; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,140,o), -(283,215,o), -(283,306,cs), -(283,369,o), -(240,414,o), -(169,414,cs), -(80,414,o), -(5,338,o), -(5,249,cs), -(5,186,o), -(50,140,o), -(118,140,cs) -); -} -); -width = 286; -} -); -unicode = 8226; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/bullet.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/bullet.ss01.glyph deleted file mode 100644 index acbda489..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/bullet.ss01.glyph +++ /dev/null @@ -1,638 +0,0 @@ -{ -glyphname = bullet.ss01; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(220,142,o), -(274,200,o), -(274,277,cs), -(274,354,o), -(220,412,o), -(138,412,cs), -(60,412,o), -(2,354,o), -(2,277,cs), -(2,200,o), -(60,142,o), -(138,142,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(272,154,l), -(272,402,l), -(19,402,l), -(19,154,l) -); -} -); -width = 291; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(126,213,o), -(152,240,o), -(152,277,cs), -(152,315,o), -(126,342,o), -(87,342,cs), -(49,342,o), -(21,315,o), -(21,277,cs), -(21,240,o), -(49,213,o), -(87,213,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(133,213,l), -(133,343,l), -(42,343,l), -(42,213,l) -); -} -); -width = 175; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(201,171,o), -(244,216,o), -(244,277,cs), -(244,339,o), -(201,384,o), -(136,384,cs), -(73,384,o), -(27,339,o), -(27,277,cs), -(27,216,o), -(73,171,o), -(136,171,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,185,l), -(232,375,l), -(46,375,l), -(46,185,l) -); -} -); -width = 278; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(240,140,o), -(294,199,o), -(294,277,cs), -(294,355,o), -(240,414,o), -(157,414,cs), -(78,414,o), -(19,355,o), -(19,277,cs), -(19,199,o), -(78,140,o), -(157,140,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(283,153,l), -(283,404,l), -(30,404,l), -(30,153,l) -); -} -); -width = 313; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(126,213,o), -(152,240,o), -(152,277,cs), -(152,315,o), -(126,342,o), -(87,342,cs), -(49,342,o), -(21,315,o), -(21,277,cs), -(21,240,o), -(49,213,o), -(87,213,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(113,213,l), -(113,343,l), -(22,343,l), -(22,213,l) -); -} -); -width = 135; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(220,142,o), -(274,200,o), -(274,277,cs), -(274,354,o), -(220,412,o), -(138,412,cs), -(60,412,o), -(2,354,o), -(2,277,cs), -(2,200,o), -(60,142,o), -(138,142,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,154,l), -(262,402,l), -(9,402,l), -(9,154,l) -); -} -); -width = 271; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(223,171,o), -(266,216,o), -(266,277,cs), -(266,339,o), -(223,384,o), -(158,384,cs), -(95,384,o), -(49,339,o), -(49,277,cs), -(49,216,o), -(95,171,o), -(158,171,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,177,l), -(236,382,l), -(40,382,l), -(40,177,l) -); -} -); -width = 276; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(244,142,o), -(298,200,o), -(298,277,cs), -(298,354,o), -(244,412,o), -(162,412,cs), -(84,412,o), -(26,354,o), -(26,277,cs), -(26,200,o), -(84,142,o), -(162,142,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(268,153,l), -(268,405,l), -(17,405,l), -(17,153,l) -); -} -); -width = 285; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(201,171,o), -(244,216,o), -(244,277,cs), -(244,339,o), -(201,384,o), -(136,384,cs), -(73,384,o), -(27,339,o), -(27,277,cs), -(27,216,o), -(73,171,o), -(136,171,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(222,185,l), -(222,375,l), -(36,375,l), -(36,185,l) -); -} -); -width = 258; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(240,140,o), -(294,199,o), -(294,277,cs), -(294,355,o), -(240,414,o), -(157,414,cs), -(78,414,o), -(19,355,o), -(19,277,cs), -(19,199,o), -(78,140,o), -(157,140,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,153,l), -(273,404,l), -(20,404,l), -(20,153,l) -); -} -); -width = 293; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(223,171,o), -(266,216,o), -(266,277,cs), -(266,339,o), -(223,384,o), -(158,384,cs), -(95,384,o), -(49,339,o), -(49,277,cs), -(49,216,o), -(95,171,o), -(158,171,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(253,177,l), -(253,382,l), -(61,382,l), -(61,177,l) -); -} -); -width = 315; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(244,142,o), -(298,200,o), -(298,277,cs), -(298,354,o), -(244,412,o), -(162,412,cs), -(84,412,o), -(26,354,o), -(26,277,cs), -(26,200,o), -(84,142,o), -(162,142,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(275,153,l), -(275,405,l), -(37,405,l), -(37,153,l) -); -} -); -width = 311; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(193,171,o), -(238,218,o), -(238,281,cs), -(238,341,o), -(198,384,o), -(135,384,cs), -(71,384,o), -(23,337,o), -(23,273,cs), -(23,214,o), -(66,171,o), -(127,171,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(125,213,l), -(151,343,l), -(60,343,l), -(34,213,l) -); -} -); -width = 176; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(219,142,o), -(277,202,o), -(277,281,cs), -(277,356,o), -(226,412,o), -(147,412,cs), -(68,412,o), -(7,352,o), -(7,273,cs), -(7,198,o), -(61,142,o), -(137,142,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,154,l), -(299,402,l), -(46,402,l), -(-6,154,l) -); -} -); -width = 290; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(229,171,o), -(274,218,o), -(274,281,cs), -(274,341,o), -(234,384,o), -(171,384,cs), -(107,384,o), -(59,337,o), -(59,273,cs), -(59,214,o), -(102,171,o), -(163,171,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,177,l), -(282,382,l), -(86,382,l), -(44,177,l) -); -} -); -width = 317; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(243,142,o), -(300,202,o), -(300,281,cs), -(300,356,o), -(249,412,o), -(170,412,cs), -(92,412,o), -(30,352,o), -(30,273,cs), -(30,198,o), -(84,142,o), -(160,142,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(265,153,l), -(317,405,l), -(66,405,l), -(14,153,l) -); -} -); -width = 328; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,185,l), -(257,375,l), -(71,375,l), -(31,185,l) -); -} -); -width = 279; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(195,140,o), -(269,215,o), -(269,306,cs), -(269,369,o), -(226,414,o), -(155,414,cs), -(66,414,o), -(-9,338,o), -(-9,249,cs), -(-9,186,o), -(36,140,o), -(104,140,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(198,185,l), -(238,375,l), -(52,375,l), -(12,185,l) -); -} -); -width = 247; -} -); -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/c.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/c.glyph deleted file mode 100644 index a881afc3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/c.glyph +++ /dev/null @@ -1,1266 +0,0 @@ -{ -glyphname = c; -kernLeft = KO_e; -kernRight = KO_c; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (225,0); -}, -{ -name = top; -pos = (220,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(377,-10,o), -(452,66,o), -(456,208,c), -(282,208,l), -(275,163,o), -(271,140,o), -(247,140,cs), -(215,140,o), -(207,172,o), -(207,272,cs), -(207,378,o), -(216,404,o), -(247,404,cs), -(270,404,o), -(275,384,o), -(282,336,c), -(456,336,l), -(443,484,o), -(379,554,o), -(241,554,cs), -(102,554,o), -(14,484,o), -(14,274,cs), -(14,60,o), -(105,-10,o), -(238,-10,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,-10,o), -(415,37,o), -(428,204,c), -(261,204,l), -(257,153,o), -(249,128,o), -(225,128,cs), -(197,128,o), -(191,164,o), -(191,271,cs), -(191,383,o), -(198,414,o), -(225,414,cs), -(248,414,o), -(257,395,o), -(261,339,c), -(428,339,l), -(417,486,o), -(351,551,o), -(225,551,cs), -(92,551,o), -(14,474,o), -(14,273,cs), -(14,66,o), -(96,-10,o), -(225,-10,cs) -); -} -); -width = 439; -}, -{ -anchors = ( -{ -name = bottom; -pos = (168,0); -}, -{ -name = top; -pos = (159,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,-10,o), -(275,31,o), -(283,157,c), -(253,157,l), -(244,56,o), -(220,17,o), -(168,17,cs), -(112,17,o), -(73,65,o), -(73,258,cs), -(73,451,o), -(112,499,o), -(168,499,cs), -(225,499,o), -(245,448,o), -(253,358,c), -(283,358,l), -(275,486,o), -(229,526,o), -(168,526,cs), -(67,526,o), -(44,416,o), -(44,258,cs), -(44,99,o), -(67,-10,o), -(168,-10,cs) -); -} -); -width = 318; -}, -{ -anchors = ( -{ -name = bottom; -pos = (313,0); -}, -{ -name = top; -pos = (316,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(448,-8,o), -(560,66,o), -(580,174,c), -(541,174,l), -(521,88,o), -(430,27,o), -(313,27,cs), -(159,27,o), -(71,118,o), -(71,257,cs), -(71,397,o), -(169,490,o), -(316,490,cs), -(424,490,o), -(510,445,o), -(538,354,c), -(575,354,l), -(557,457,o), -(454,525,o), -(316,525,cs), -(148,525,o), -(34,416,o), -(34,257,cs), -(34,93,o), -(142,-8,o), -(313,-8,cs) -); -} -); -width = 606; -}, -{ -anchors = ( -{ -name = bottom; -pos = (338,0); -}, -{ -name = top; -pos = (347,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(515,-10,o), -(660,73,o), -(666,212,c), -(446,212,l), -(434,174,o), -(393,156,o), -(346,156,cs), -(277,156,o), -(231,193,o), -(231,274,cs), -(231,342,o), -(270,388,o), -(346,388,cs), -(401,388,o), -(438,365,o), -(445,332,c), -(664,332,l), -(659,464,o), -(539,554,o), -(347,554,cs), -(144,554,o), -(10,453,o), -(10,275,cs), -(10,103,o), -(134,-10,o), -(337,-10,cs) -); -} -); -width = 675; -}, -{ -anchors = ( -{ -name = bottom; -pos = (149,0); -}, -{ -name = top; -pos = (140,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(225,-10,o), -(259,44,o), -(268,168,c), -(237,168,l), -(228,60,o), -(205,17,o), -(150,17,cs), -(82,17,o), -(53,83,o), -(53,258,cs), -(53,433,o), -(82,499,o), -(150,499,cs), -(204,499,o), -(227,456,o), -(237,345,c), -(268,345,l), -(259,471,o), -(225,526,o), -(150,526,cs), -(60,526,o), -(22,451,o), -(22,258,cs), -(22,65,o), -(60,-10,o), -(150,-10,cs) -); -} -); -width = 288; -}, -{ -anchors = ( -{ -name = bottom; -pos = (216,0); -}, -{ -name = top; -pos = (211,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(377,-10,o), -(452,66,o), -(456,208,c), -(282,208,l), -(275,163,o), -(271,140,o), -(247,140,cs), -(215,140,o), -(207,172,o), -(207,272,cs), -(207,378,o), -(216,404,o), -(247,404,cs), -(270,404,o), -(275,384,o), -(282,336,c), -(456,336,l), -(443,484,o), -(379,554,o), -(241,554,cs), -(102,554,o), -(14,484,o), -(14,274,cs), -(14,60,o), -(105,-10,o), -(238,-10,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(348,-10,o), -(409,56,o), -(421,229,c), -(254,229,l), -(250,153,o), -(242,128,o), -(217,128,cs), -(188,128,o), -(182,164,o), -(182,271,cs), -(182,383,o), -(189,414,o), -(217,414,cs), -(241,414,o), -(250,395,o), -(254,313,c), -(421,313,l), -(410,486,o), -(348,551,o), -(217,551,cs), -(83,551,o), -(5,474,o), -(5,273,cs), -(5,66,o), -(87,-10,o), -(217,-10,cs) -); -} -); -width = 426; -}, -{ -anchors = ( -{ -name = bottom; -pos = (273,0); -}, -{ -name = top; -pos = (274,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(412,-8,o), -(499,63,o), -(511,174,c), -(474,174,l), -(464,85,o), -(392,27,o), -(293,27,cs), -(170,27,o), -(89,115,o), -(89,257,cs), -(89,395,o), -(167,490,o), -(294,490,cs), -(384,490,o), -(456,441,o), -(472,354,c), -(508,354,l), -(495,456,o), -(410,525,o), -(296,525,cs), -(148,525,o), -(52,416,o), -(52,257,cs), -(52,98,o), -(148,-8,o), -(293,-8,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(395,-8,o), -(482,61,o), -(501,169,c), -(464,169,l), -(446,82,o), -(375,27,o), -(273,27,cs), -(150,27,o), -(69,115,o), -(69,257,cs), -(69,395,o), -(147,490,o), -(274,490,cs), -(367,490,o), -(438,443,o), -(461,357,c), -(498,357,l), -(479,458,o), -(394,525,o), -(276,525,cs), -(128,525,o), -(32,416,o), -(32,257,cs), -(32,98,o), -(128,-8,o), -(273,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 523; -}, -{ -anchors = ( -{ -name = bottom; -pos = (281,0); -}, -{ -name = top; -pos = (282,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(27,92,o), -(139,-10,o), -(306,-10,cs), -(485,-10,o), -(585,103,o), -(585,272,cs), -(585,452,o), -(473,554,o), -(306,554,cs), -(127,554,o), -(27,441,o), -(27,272,cs) -); -}, -{ -closed = 1; -nodes = ( -(221,364,o), -(255,400,o), -(306,400,cs), -(357,400,o), -(391,364,o), -(391,272,cs), -(391,180,o), -(357,144,o), -(306,144,cs), -(255,144,o), -(221,180,o), -(221,272,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(450,-10,o), -(554,78,o), -(566,226,c), -(372,226,l), -(366,170,o), -(338,144,o), -(285,144,cs), -(231,144,o), -(198,182,o), -(198,272,cs), -(198,351,o), -(223,400,o), -(286,400,cs), -(335,400,o), -(362,374,o), -(370,318,c), -(566,318,l), -(556,466,o), -(454,554,o), -(291,554,cs), -(114,554,o), -(4,444,o), -(4,273,cs), -(4,102,o), -(113,-10,o), -(286,-10,cs) -); -} -); -width = 570; -}, -{ -anchors = ( -{ -name = bottom; -pos = (311,0); -}, -{ -name = top; -pos = (314,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(456,-8,o), -(568,66,o), -(591,174,c), -(552,174,l), -(529,88,o), -(437,27,o), -(315,27,cs), -(157,27,o), -(69,118,o), -(69,257,cs), -(69,397,o), -(167,490,o), -(318,490,cs), -(432,490,o), -(520,445,o), -(552,354,c), -(591,354,l), -(570,457,o), -(463,525,o), -(318,525,cs), -(146,525,o), -(32,416,o), -(32,257,cs), -(32,93,o), -(140,-8,o), -(315,-8,cs) -); -} -); -width = 609; -}, -{ -anchors = ( -{ -name = bottom; -pos = (342,0); -}, -{ -name = top; -pos = (351,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(546,-10,o), -(669,76,o), -(683,222,c), -(453,222,l), -(439,178,o), -(405,156,o), -(350,156,cs), -(281,156,o), -(235,193,o), -(235,274,cs), -(235,342,o), -(274,388,o), -(350,388,cs), -(407,388,o), -(442,366,o), -(452,322,c), -(681,322,l), -(668,468,o), -(549,554,o), -(351,554,cs), -(148,554,o), -(14,453,o), -(14,275,cs), -(14,103,o), -(138,-10,o), -(341,-10,cs) -); -} -); -width = 693; -}, -{ -anchors = ( -{ -name = bottom; -pos = (295,0); -}, -{ -name = top; -pos = (296,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(417,-8,o), -(504,63,o), -(516,174,c), -(479,174,l), -(469,85,o), -(397,27,o), -(298,27,cs), -(175,27,o), -(94,115,o), -(94,257,cs), -(94,395,o), -(172,490,o), -(299,490,cs), -(389,490,o), -(461,441,o), -(477,354,c), -(513,354,l), -(500,456,o), -(415,525,o), -(301,525,cs), -(153,525,o), -(57,416,o), -(57,257,cs), -(57,98,o), -(153,-8,o), -(298,-8,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(400,-8,o), -(478,54,o), -(501,154,c), -(464,154,l), -(444,74,o), -(380,27,o), -(295,27,cs), -(178,27,o), -(102,115,o), -(102,257,cs), -(102,395,o), -(175,490,o), -(296,490,cs), -(376,490,o), -(439,445,o), -(461,372,c), -(500,372,l), -(476,466,o), -(400,525,o), -(298,525,cs), -(156,525,o), -(65,416,o), -(65,257,cs), -(65,98,o), -(156,-8,o), -(295,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 551; -}, -{ -anchors = ( -{ -name = bottom; -pos = (299,0); -}, -{ -name = top; -pos = (300,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(33,92,o), -(145,-10,o), -(312,-10,cs), -(491,-10,o), -(591,103,o), -(591,272,cs), -(591,452,o), -(479,554,o), -(312,554,cs), -(133,554,o), -(33,441,o), -(33,272,cs) -); -}, -{ -closed = 1; -nodes = ( -(227,364,o), -(261,400,o), -(312,400,cs), -(363,400,o), -(397,364,o), -(397,272,cs), -(397,180,o), -(363,144,o), -(312,144,cs), -(261,144,o), -(227,180,o), -(227,272,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(446,-10,o), -(554,76,o), -(557,208,c), -(369,208,l), -(365,171,o), -(343,144,o), -(299,144,cs), -(252,144,o), -(223,182,o), -(223,272,cs), -(223,351,o), -(245,400,o), -(300,400,cs), -(335,400,o), -(361,380,o), -(367,336,c), -(556,336,l), -(555,465,o), -(450,554,o), -(304,554,cs), -(137,554,o), -(30,444,o), -(30,273,cs), -(30,102,o), -(136,-10,o), -(299,-10,cs) -); -} -); -width = 581; -}, -{ -anchors = ( -{ -name = bottom; -pos = (123,0); -}, -{ -name = top; -pos = (216,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,-10,o), -(227,29,o), -(260,153,c), -(230,153,l), -(204,67,o), -(178,17,o), -(125,17,cs), -(46,17,o), -(44,118,o), -(75,266,cs), -(113,448,o), -(160,498,o), -(212,498,cs), -(277,498,o), -(281,435,o), -(272,356,c), -(302,356,l), -(315,456,o), -(297,525,o), -(215,525,cs), -(131,525,o), -(82,441,o), -(46,266,cs), -(15,118,o), -(10,-10,o), -(121,-10,cs) -); -} -); -width = 312; -}, -{ -anchors = ( -{ -name = bottom; -pos = (169,0); -}, -{ -name = top; -pos = (277,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,-11,o), -(374,50,o), -(408,203,c), -(245,203,l), -(230,146,o), -(214,128,o), -(196,128,cs), -(160,128,o), -(169,178,o), -(189,277,cs), -(212,388,o), -(226,413,o), -(250,413,cs), -(276,413,o), -(279,389,o), -(272,339,c), -(437,339,l), -(452,477,o), -(397,551,o), -(259,551,cs), -(135,551,o), -(56,474,o), -(17,287,cs), -(-19,114,o), -(12,-11,o), -(186,-11,cs) -); -} -); -width = 434; -}, -{ -anchors = ( -{ -name = bottom; -pos = (249,0); -}, -{ -name = top; -pos = (328,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(364,-10,o), -(463,57,o), -(491,165,c), -(454,165,l), -(430,80,o), -(353,23,o), -(254,23,cs), -(152,23,o), -(88,91,o), -(88,209,cs), -(88,352,o), -(164,494,o), -(323,494,cs), -(418,494,o), -(483,435,o), -(487,351,c), -(520,351,l), -(520,454,o), -(441,527,o), -(328,527,cs), -(149,527,o), -(51,371,o), -(51,210,cs), -(51,77,o), -(129,-10,o), -(251,-10,cs) -); -} -); -width = 553; -}, -{ -anchors = ( -{ -name = bottom; -pos = (276,0); -}, -{ -name = top; -pos = (350,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-186,-10,o), -(-75,75,o), -(-56,203,c), -(-239,207,l), -(-257,164,o), -(-283,143,o), -(-322,143,cs), -(-361,143,o), -(-388,173,o), -(-386,234,cs), -(-382,336,o), -(-342,401,o), -(-282,401,cs), -(-248,401,o), -(-219,378,o), -(-218,334,c), -(-33,331,l), -(-24,465,o), -(-119,554,o), -(-272,554,cs), -(-452,554,o), -(-568,430,o), -(-575,232,cs), -(-581,72,o), -(-480,-10,o), -(-333,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(445,-10,o), -(547,90,o), -(573,244,cs), -(605,435,o), -(501,554,o), -(330,554,cs), -(161,554,o), -(56,453,o), -(31,302,cs), -(-1,110,o), -(102,-10,o), -(274,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,141,o), -(213,172,o), -(217,237,cs), -(223,337,o), -(255,404,o), -(320,404,cs), -(364,404,o), -(391,373,o), -(387,308,cs), -(381,208,o), -(349,141,o), -(284,141,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(422,-10,o), -(533,75,o), -(552,205,c), -(369,205,l), -(355,161,o), -(325,141,o), -(286,141,cs), -(241,141,o), -(214,172,o), -(218,237,cs), -(224,336,o), -(256,403,o), -(321,403,cs), -(360,403,o), -(386,378,o), -(385,334,c), -(570,334,l), -(568,465,o), -(473,554,o), -(327,554,cs), -(162,554,o), -(57,453,o), -(32,302,cs), -(0,110,o), -(103,-10,o), -(274,-10,cs) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (283,0); -}, -{ -name = top; -pos = (349,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(423,-10,o), -(537,65,o), -(567,173,c), -(529,173,l), -(500,83,o), -(405,24,o), -(288,24,cs), -(156,24,o), -(70,94,o), -(70,221,cs), -(70,382,o), -(184,493,o), -(344,493,cs), -(445,493,o), -(537,444,o), -(554,354,c), -(592,354,l), -(583,452,o), -(485,527,o), -(349,527,cs), -(166,527,o), -(33,400,o), -(33,220,cs), -(33,81,o), -(130,-10,o), -(284,-10,cs) -); -} -); -width = 609; -}, -{ -anchors = ( -{ -name = bottom; -pos = (322,0); -}, -{ -name = top; -pos = (360,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(505,-10,o), -(637,69,o), -(657,208,c), -(441,209,l), -(426,173,o), -(383,157,o), -(338,157,cs), -(273,157,o), -(229,197,o), -(231,259,cs), -(234,337,o), -(281,387,o), -(357,387,cs), -(409,387,o), -(448,364,o), -(454,329,c), -(671,328,l), -(675,464,o), -(550,554,o), -(363,554,cs), -(154,554,o), -(18,436,o), -(12,252,cs), -(6,93,o), -(123,-10,o), -(320,-10,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,-9,o), -(640,79,o), -(657,209,c), -(441,209,l), -(426,173,o), -(383,157,o), -(338,157,cs), -(274,157,o), -(231,195,o), -(231,255,cs), -(231,335,o), -(280,387,o), -(357,387,cs), -(409,387,o), -(448,364,o), -(454,329,c), -(671,329,l), -(667,464,o), -(543,554,o), -(362,554,cs), -(152,554,o), -(13,437,o), -(13,256,cs), -(13,97,o), -(126,-9,o), -(324,-9,cs) -); -} -); -width = 676; -} -); -unicode = 99; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/cacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/cacute.glyph deleted file mode 100644 index 2adb3008..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/cacute.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = cacute; -kernLeft = KO_e; -kernRight = KO_c; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = c; -}, -{ -pos = (103,-156); -ref = acutecomb; -} -); -width = 318; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = c; -}, -{ -pos = (108,-137); -ref = acutecomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = c; -}, -{ -pos = (258,-155); -ref = acutecomb; -} -); -width = 606; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = c; -}, -{ -pos = (230,-129); -ref = acutecomb; -} -); -width = 675; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (104,-156); -ref = acutecomb; -} -); -width = 288; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = c; -}, -{ -pos = (109,-137); -ref = acutecomb; -} -); -width = 426; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = c; -}, -{ -pos = (239,-155); -ref = acutecomb; -} -); -width = 523; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (191,-134); -ref = acutecomb; -} -); -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (258,-155); -ref = acutecomb; -} -); -width = 606; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = c; -}, -{ -pos = (244,-129); -ref = acutecomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = c; -}, -{ -pos = (240,-155); -ref = acutecomb; -} -); -width = 551; -}, -{ -layerId = m020; -shapes = ( -{ -ref = c; -}, -{ -pos = (190,-134); -ref = acutecomb; -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = c; -}, -{ -pos = (75,-156); -ref = acutecomb; -} -); -width = 312; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (82,-137); -ref = acutecomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = c; -}, -{ -pos = (186,-155); -ref = acutecomb; -} -); -width = 553; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = c; -}, -{ -pos = (155,-134); -ref = acutecomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = c; -}, -{ -pos = (206,-155); -ref = acutecomb; -} -); -width = 609; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = c; -}, -{ -pos = (160,-129); -ref = acutecomb; -} -); -width = 676; -} -); -unicode = 263; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/caron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/caron.glyph deleted file mode 100644 index 0eb5452a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/caron.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = caron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 257; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 434; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 359; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 582; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = caroncomb; -} -); -width = 257; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = caroncomb; -} -); -width = 434; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = caroncomb; -} -); -width = 329; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = caroncomb; -} -); -width = 474; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = caroncomb; -} -); -width = 359; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = caroncomb; -} -); -width = 582; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 328; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 476; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 257; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 430; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 328; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 489; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 359; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = caroncomb; -} -); -width = 582; -} -); -unicode = 711; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/caroncomb.alt.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/caroncomb.alt.glyph deleted file mode 100644 index 6d00c787..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/caroncomb.alt.glyph +++ /dev/null @@ -1,392 +0,0 @@ -{ -export = 0; -glyphname = caroncomb.alt; -layers = ( -{ -anchors = ( -{ -name = _topright; -pos = (-9,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,546,l), -(106,729,l), -(78,729,l), -(40,546,l) -); -} -); -width = 146; -}, -{ -anchors = ( -{ -name = _topright; -pos = (21,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(154,569,l), -(232,729,l), -(78,729,l), -(40,569,l) -); -} -); -width = 272; -}, -{ -anchors = ( -{ -name = _topright; -pos = (-28,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,556,l), -(136,729,l), -(98,729,l), -(40,556,l) -); -} -); -width = 176; -}, -{ -anchors = ( -{ -name = _topright; -pos = (10,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,553,l), -(251,729,l), -(77,729,l), -(40,553,l) -); -} -); -width = 291; -}, -{ -anchors = ( -{ -name = _topright; -pos = (-29,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(46,546,l), -(86,729,l), -(58,729,l), -(20,546,l) -); -} -); -width = 106; -}, -{ -anchors = ( -{ -name = _topright; -pos = (11,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(144,569,l), -(222,729,l), -(68,729,l), -(30,569,l) -); -} -); -width = 252; -}, -{ -anchors = ( -{ -name = _topright; -pos = (-38,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(54,536,l), -(124,729,l), -(88,729,l), -(20,536,l) -); -} -); -width = 144; -}, -{ -anchors = ( -{ -name = _topright; -pos = (0,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,569,l), -(221,729,l), -(57,729,l), -(19,569,l) -); -} -); -width = 240; -}, -{ -anchors = ( -{ -name = _topright; -pos = (-38,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,556,l), -(126,729,l), -(88,729,l), -(30,556,l) -); -} -); -width = 156; -}, -{ -anchors = ( -{ -name = _topright; -pos = (0,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(164,553,l), -(241,729,l), -(67,729,l), -(30,553,l) -); -} -); -width = 271; -}, -{ -anchors = ( -{ -name = _topright; -pos = (-21,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(69,536,l), -(139,729,l), -(103,729,l), -(37,536,l) -); -} -); -width = 174; -}, -{ -anchors = ( -{ -name = _topright; -pos = (23,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(156,569,l), -(227,729,l), -(64,729,l), -(35,569,l) -); -} -); -width = 261; -}, -{ -anchors = ( -{ -name = _topright; -pos = (88,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,546,l), -(204,729,l), -(176,729,l), -(100,546,l) -); -} -); -width = 146; -}, -{ -anchors = ( -{ -name = _topright; -pos = (117,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(216,569,l), -(328,729,l), -(174,729,l), -(102,569,l) -); -} -); -width = 273; -}, -{ -anchors = ( -{ -name = _topright; -pos = (79,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(131,536,l), -(241,729,l), -(205,729,l), -(97,536,l) -); -} -); -width = 184; -}, -{ -anchors = ( -{ -name = _topright; -pos = (107,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,569,l), -(338,729,l), -(174,729,l), -(102,569,l) -); -} -); -width = 283; -}, -{ -anchors = ( -{ -name = _topright; -pos = (69,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(138,556,l), -(234,729,l), -(196,729,l), -(102,556,l) -); -} -); -width = 177; -}, -{ -anchors = ( -{ -name = _topright; -pos = (105,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,553,l), -(345,729,l), -(171,729,l), -(98,553,l) -); -} -); -width = 290; -} -); -metricLeft = "=40"; -metricRight = "=40"; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/caroncomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/caroncomb.glyph deleted file mode 100644 index 7c570a87..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/caroncomb.glyph +++ /dev/null @@ -1,446 +0,0 @@ -{ -glyphname = caroncomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (217,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,735,l), -(394,884,l), -(246,884,l), -(217,818,l), -(188,884,l), -(40,884,l), -(125,735,l) -); -} -); -width = 434; -}, -{ -anchors = ( -{ -name = _top; -pos = (129,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(149,746,l), -(217,882,l), -(188,882,l), -(129,768,l), -(69,882,l), -(40,882,l), -(108,746,l) -); -} -); -width = 257; -}, -{ -anchors = ( -{ -name = _top; -pos = (179,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,746,l), -(319,882,l), -(276,882,l), -(179,773,l), -(82,882,l), -(40,882,l), -(156,746,l) -); -} -); -width = 359; -}, -{ -anchors = ( -{ -name = _top; -pos = (291,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(410,729,l), -(542,878,l), -(366,878,l), -(291,801,l), -(216,878,l), -(40,878,l), -(172,729,l) -); -} -); -width = 582; -}, -{ -anchors = ( -{ -name = _top; -pos = (109,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,746,l), -(197,882,l), -(168,882,l), -(109,768,l), -(49,882,l), -(20,882,l), -(88,746,l) -); -} -); -width = 217; -}, -{ -anchors = ( -{ -name = _top; -pos = (207,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(299,735,l), -(384,884,l), -(236,884,l), -(207,818,l), -(178,884,l), -(30,884,l), -(115,735,l) -); -} -); -width = 414; -}, -{ -anchors = ( -{ -name = _top; -pos = (144,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(165,746,l), -(269,882,l), -(229,882,l), -(144,770,l), -(59,882,l), -(20,882,l), -(123,746,l) -); -} -); -width = 289; -}, -{ -anchors = ( -{ -name = _top; -pos = (226,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(318,735,l), -(433,884,l), -(275,884,l), -(226,818,l), -(177,884,l), -(19,884,l), -(134,735,l) -); -} -); -width = 452; -}, -{ -anchors = ( -{ -name = _top; -pos = (169,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,746,l), -(309,882,l), -(266,882,l), -(169,773,l), -(72,882,l), -(30,882,l), -(146,746,l) -); -} -); -width = 339; -}, -{ -anchors = ( -{ -name = _top; -pos = (281,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(400,729,l), -(532,878,l), -(356,878,l), -(281,801,l), -(206,878,l), -(30,878,l), -(162,729,l) -); -} -); -width = 562; -}, -{ -anchors = ( -{ -name = _top; -pos = (163,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(184,746,l), -(286,882,l), -(248,882,l), -(163,770,l), -(80,882,l), -(43,882,l), -(144,746,l) -); -} -); -width = 328; -}, -{ -anchors = ( -{ -name = _top; -pos = (239,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(330,735,l), -(439,884,l), -(282,884,l), -(239,818,l), -(195,884,l), -(39,884,l), -(148,735,l) -); -} -); -width = 476; -}, -{ -anchors = ( -{ -name = _top; -pos = (214,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(249,746,l), -(346,882,l), -(315,882,l), -(232,767,l), -(196,882,l), -(169,882,l), -(210,746,l) -); -} -); -width = 257; -}, -{ -anchors = ( -{ -name = _top; -pos = (296,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(399,735,l), -(517,884,l), -(364,884,l), -(325,818,l), -(306,884,l), -(167,884,l), -(220,735,l) -); -} -); -width = 430; -}, -{ -anchors = ( -{ -name = _top; -pos = (251,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,746,l), -(417,882,l), -(378,882,l), -(268,771,l), -(204,882,l), -(169,882,l), -(246,746,l) -); -} -); -width = 328; -}, -{ -anchors = ( -{ -name = _top; -pos = (334,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(437,735,l), -(576,884,l), -(420,884,l), -(360,818,l), -(323,884,l), -(167,884,l), -(254,735,l) -); -} -); -width = 489; -}, -{ -anchors = ( -{ -name = _top; -pos = (266,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,746,l), -(448,882,l), -(404,882,l), -(284,773,l), -(209,882,l), -(169,882,l), -(259,746,l) -); -} -); -width = 359; -}, -{ -anchors = ( -{ -name = _top; -pos = (374,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(505,729,l), -(667,878,l), -(486,878,l), -(395,801,l), -(336,878,l), -(165,878,l), -(267,729,l) -); -} -); -width = 582; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 780; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ccaron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ccaron.glyph deleted file mode 100644 index 6057ea57..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ccaron.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = ccaron; -kernLeft = KO_egrave; -kernRight = KO_c; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = c; -}, -{ -pos = (30,-156); -ref = caroncomb; -} -); -width = 318; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = c; -}, -{ -pos = (3,-137); -ref = caroncomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = c; -}, -{ -pos = (137,-155); -ref = caroncomb; -} -); -width = 606; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = c; -}, -{ -pos = (56,-129); -ref = caroncomb; -} -); -width = 675; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (31,-156); -ref = caroncomb; -} -); -width = 288; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = c; -}, -{ -pos = (4,-137); -ref = caroncomb; -} -); -width = 426; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = c; -}, -{ -pos = (130,-155); -ref = caroncomb; -} -); -width = 523; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (56,-134); -ref = caroncomb; -} -); -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (137,-155); -ref = caroncomb; -} -); -width = 606; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = c; -}, -{ -pos = (70,-129); -ref = caroncomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = c; -}, -{ -pos = (133,-155); -ref = caroncomb; -} -); -width = 551; -}, -{ -layerId = m020; -shapes = ( -{ -ref = c; -}, -{ -pos = (61,-134); -ref = caroncomb; -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = c; -}, -{ -pos = (2,-156); -ref = caroncomb; -} -); -width = 312; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (-19,-137); -ref = caroncomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = c; -}, -{ -pos = (77,-155); -ref = caroncomb; -} -); -width = 553; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = c; -}, -{ -pos = (16,-134); -ref = caroncomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = c; -}, -{ -pos = (83,-155); -ref = caroncomb; -} -); -width = 609; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = c; -}, -{ -pos = (-14,-129); -ref = caroncomb; -} -); -width = 676; -} -); -unicode = 269; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ccedilla.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ccedilla.glyph deleted file mode 100644 index ac45dabc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ccedilla.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = ccedilla; -kernLeft = KO_e; -kernRight = KO_c; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = c; -}, -{ -pos = (27,0); -ref = cedillacomb; -} -); -width = 318; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = c; -}, -{ -pos = (19,0); -ref = cedillacomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = c; -}, -{ -pos = (160,0); -ref = cedillacomb; -} -); -width = 606; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = c; -}, -{ -pos = (113,0); -ref = cedillacomb; -} -); -width = 675; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (28,0); -ref = cedillacomb; -} -); -width = 288; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = c; -}, -{ -pos = (20,0); -ref = cedillacomb; -} -); -width = 426; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = c; -}, -{ -pos = (149,0); -ref = cedillacomb; -} -); -width = 523; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (84,0); -ref = cedillacomb; -} -); -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (160,0); -ref = cedillacomb; -} -); -width = 606; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = c; -}, -{ -pos = (127,0); -ref = cedillacomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = c; -}, -{ -pos = (150,0); -ref = cedillacomb; -} -); -width = 551; -}, -{ -layerId = m020; -shapes = ( -{ -ref = c; -}, -{ -pos = (89,0); -ref = cedillacomb; -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = c; -}, -{ -pos = (49,0); -ref = cedillacomb; -} -); -width = 312; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (18,0); -ref = cedillacomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = c; -}, -{ -pos = (163,0); -ref = cedillacomb; -} -); -width = 553; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = c; -}, -{ -pos = (117,0); -ref = cedillacomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = c; -}, -{ -pos = (182,0); -ref = cedillacomb; -} -); -width = 609; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = c; -}, -{ -pos = (146,0); -ref = cedillacomb; -} -); -width = 676; -} -); -unicode = 231; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ccircumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ccircumflex.glyph deleted file mode 100644 index 95071767..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ccircumflex.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = ccircumflex; -kernLeft = KO_egrave; -kernRight = KO_c; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = c; -}, -{ -pos = (30,-156); -ref = circumflexcomb; -} -); -width = 318; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = c; -}, -{ -pos = (3,-137); -ref = circumflexcomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = c; -}, -{ -pos = (137,-155); -ref = circumflexcomb; -} -); -width = 606; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = c; -}, -{ -pos = (56,-129); -ref = circumflexcomb; -} -); -width = 675; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (31,-156); -ref = circumflexcomb; -} -); -width = 288; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = c; -}, -{ -pos = (4,-137); -ref = circumflexcomb; -} -); -width = 426; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = c; -}, -{ -pos = (130,-155); -ref = circumflexcomb; -} -); -width = 523; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (56,-134); -ref = circumflexcomb; -} -); -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (137,-155); -ref = circumflexcomb; -} -); -width = 606; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = c; -}, -{ -pos = (70,-129); -ref = circumflexcomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = c; -}, -{ -pos = (133,-155); -ref = circumflexcomb; -} -); -width = 551; -}, -{ -layerId = m020; -shapes = ( -{ -ref = c; -}, -{ -pos = (61,-134); -ref = circumflexcomb; -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = c; -}, -{ -pos = (1,-156); -ref = circumflexcomb; -} -); -width = 312; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (-25,-137); -ref = circumflexcomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = c; -}, -{ -pos = (76,-155); -ref = circumflexcomb; -} -); -width = 553; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = c; -}, -{ -pos = (21,-134); -ref = circumflexcomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = c; -}, -{ -pos = (83,-155); -ref = circumflexcomb; -} -); -width = 609; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = c; -}, -{ -pos = (-16,-129); -ref = circumflexcomb; -} -); -width = 676; -} -); -unicode = 265; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/cdotaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/cdotaccent.glyph deleted file mode 100644 index e15e134c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/cdotaccent.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = cdotaccent; -kernLeft = KO_e; -kernRight = KO_c; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = c; -}, -{ -pos = (96,-156); -ref = dotaccentcomb; -} -); -width = 318; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = c; -}, -{ -pos = (86,-137); -ref = dotaccentcomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = c; -}, -{ -pos = (244,-155); -ref = dotaccentcomb; -} -); -width = 606; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = c; -}, -{ -pos = (189,-129); -ref = dotaccentcomb; -} -); -width = 675; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (97,-151); -ref = dotaccentcomb; -} -); -width = 288; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = c; -}, -{ -pos = (87,-137); -ref = dotaccentcomb; -} -); -width = 426; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = c; -}, -{ -pos = (222,-150); -ref = dotaccentcomb; -} -); -width = 523; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (166,-134); -ref = dotaccentcomb; -} -); -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (244,-155); -ref = dotaccentcomb; -} -); -width = 606; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = c; -}, -{ -pos = (203,-129); -ref = dotaccentcomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = c; -}, -{ -pos = (223,-133); -ref = dotaccentcomb; -} -); -width = 551; -}, -{ -layerId = m020; -shapes = ( -{ -ref = c; -}, -{ -pos = (167,-120); -ref = dotaccentcomb; -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = c; -}, -{ -pos = (62,-156); -ref = dotaccentcomb; -} -); -width = 312; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (59,-137); -ref = dotaccentcomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = c; -}, -{ -pos = (171,-155); -ref = dotaccentcomb; -} -); -width = 553; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = c; -}, -{ -pos = (125,-134); -ref = dotaccentcomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = c; -}, -{ -pos = (192,-155); -ref = dotaccentcomb; -} -); -width = 609; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = c; -}, -{ -pos = (116,-129); -ref = dotaccentcomb; -} -); -width = 676; -} -); -unicode = 267; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/cdotaccent.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/cdotaccent.ss01.glyph deleted file mode 100644 index fc82eb20..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/cdotaccent.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = cdotaccent.ss01; -kernLeft = KO_e; -kernRight = KO_c; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = c; -}, -{ -pos = (104,-156); -ref = dotaccentcomb.ss01; -} -); -width = 318; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = c; -}, -{ -pos = (91,-137); -ref = dotaccentcomb.ss01; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = c; -}, -{ -pos = (257,-155); -ref = dotaccentcomb.ss01; -} -); -width = 606; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = c; -}, -{ -pos = (196,-129); -ref = dotaccentcomb.ss01; -} -); -width = 675; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (105,-156); -ref = dotaccentcomb.ss01; -} -); -width = 288; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = c; -}, -{ -pos = (92,-137); -ref = dotaccentcomb.ss01; -} -); -width = 426; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = c; -}, -{ -pos = (235,-155); -ref = dotaccentcomb.ss01; -} -); -width = 523; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (167,-134); -ref = dotaccentcomb.ss01; -} -); -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (257,-155); -ref = dotaccentcomb.ss01; -} -); -width = 606; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = c; -}, -{ -pos = (210,-129); -ref = dotaccentcomb.ss01; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = c; -}, -{ -pos = (236,-155); -ref = dotaccentcomb.ss01; -} -); -width = 551; -}, -{ -layerId = m020; -shapes = ( -{ -ref = c; -}, -{ -pos = (166,-134); -ref = dotaccentcomb.ss01; -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = c; -}, -{ -pos = (76,-156); -ref = dotaccentcomb.ss01; -} -); -width = 312; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = c; -}, -{ -pos = (65,-137); -ref = dotaccentcomb.ss01; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = c; -}, -{ -pos = (184,-155); -ref = dotaccentcomb.ss01; -} -); -width = 553; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = c; -}, -{ -pos = (130,-134); -ref = dotaccentcomb.ss01; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = c; -}, -{ -pos = (205,-155); -ref = dotaccentcomb.ss01; -} -); -width = 609; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = c; -}, -{ -pos = (125,-134); -ref = dotaccentcomb.ss01; -} -); -width = 676; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/cedilla.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/cedilla.glyph deleted file mode 100644 index 33938911..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/cedilla.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = cedilla; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 254; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 370; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 289; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 423; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = cedillacomb; -} -); -width = 254; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = cedillacomb; -} -); -width = 370; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = cedillacomb; -} -); -width = 279; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = cedillacomb; -} -); -width = 370; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = cedillacomb; -} -); -width = 289; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = cedillacomb; -} -); -width = 423; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 278; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 373; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 255; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 372; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 279; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 393; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 291; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = cedillacomb; -} -); -width = 427; -} -); -unicode = 184; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/cedillacomb.T_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/cedillacomb.T_.glyph deleted file mode 100644 index 466f109b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/cedillacomb.T_.glyph +++ /dev/null @@ -1,728 +0,0 @@ -{ -export = 0; -glyphname = cedillacomb.T; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (131,0); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,-232,o), -(214,-198,o), -(214,-149,cs), -(214,-102,o), -(182,-67,o), -(124,-53,c), -(146,0,l), -(122,17,l), -(92,-55,l), -(100,-76,l), -(161,-89,o), -(184,-111,o), -(184,-148,cs), -(184,-182,o), -(164,-206,o), -(127,-206,cs), -(97,-206,o), -(77,-189,o), -(69,-161,c), -(40,-169,l), -(52,-209,o), -(85,-232,o), -(129,-232,cs) -); -} -); -width = 254; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (211,0); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,-261,o), -(330,-217,o), -(330,-147,cs), -(330,-86,o), -(295,-53,o), -(243,-34,c), -(259,24,l), -(182,24,l), -(130,-61,l), -(143,-88,l), -(183,-95,o), -(209,-100,o), -(209,-129,cs), -(209,-146,o), -(199,-158,o), -(181,-158,cs), -(163,-158,o), -(151,-144,o), -(152,-124,c), -(40,-153,l), -(53,-228,o), -(118,-261,o), -(190,-261,cs) -); -} -); -width = 370; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (158,0); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,-233,o), -(249,-200,o), -(249,-149,cs), -(249,-103,o), -(217,-66,o), -(143,-53,c), -(178,1,l), -(148,12,l), -(104,-55,l), -(114,-75,l), -(192,-89,o), -(213,-113,o), -(213,-147,cs), -(213,-181,o), -(188,-204,o), -(149,-204,cs), -(113,-204,o), -(85,-187,o), -(74,-159,c), -(40,-169,l), -(55,-209,o), -(97,-233,o), -(149,-233,cs) -); -} -); -width = 289; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (231,0); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,-262,o), -(383,-215,o), -(383,-141,cs), -(383,-81,o), -(338,-46,o), -(272,-34,c), -(293,23,l), -(201,23,l), -(143,-61,l), -(158,-89,l), -(216,-94,o), -(245,-99,o), -(245,-126,cs), -(245,-145,o), -(231,-157,o), -(205,-157,cs), -(179,-157,o), -(158,-143,o), -(156,-123,c), -(40,-153,l), -(54,-218,o), -(116,-262,o), -(217,-262,cs) -); -} -); -width = 423; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (111,0); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,-232,o), -(194,-198,o), -(194,-149,cs), -(194,-102,o), -(162,-67,o), -(104,-53,c), -(126,0,l), -(102,17,l), -(72,-55,l), -(80,-76,l), -(141,-89,o), -(164,-111,o), -(164,-148,cs), -(164,-182,o), -(144,-206,o), -(107,-206,cs), -(77,-206,o), -(57,-189,o), -(49,-161,c), -(20,-169,l), -(32,-209,o), -(65,-232,o), -(109,-232,cs) -); -} -); -width = 214; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (201,0); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-261,o), -(320,-217,o), -(320,-147,cs), -(320,-86,o), -(285,-53,o), -(233,-34,c), -(249,24,l), -(172,24,l), -(120,-61,l), -(133,-88,l), -(173,-95,o), -(199,-100,o), -(199,-129,cs), -(199,-146,o), -(189,-158,o), -(171,-158,cs), -(153,-158,o), -(141,-144,o), -(142,-124,c), -(30,-153,l), -(43,-228,o), -(108,-261,o), -(180,-261,cs) -); -} -); -width = 350; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (124,0); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,-233,o), -(219,-198,o), -(219,-149,cs), -(219,-101,o), -(182,-66,o), -(113,-51,c), -(143,0,l), -(113,13,l), -(74,-51,l), -(87,-76,l), -(158,-90,o), -(184,-110,o), -(184,-147,cs), -(184,-180,o), -(162,-204,o), -(122,-204,cs), -(86,-204,o), -(63,-188,o), -(53,-159,c), -(20,-169,l), -(33,-210,o), -(71,-233,o), -(121,-233,cs) -); -} -); -width = 239; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (197,0); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,-261,o), -(329,-221,o), -(329,-149,cs), -(329,-86,o), -(289,-53,o), -(230,-34,c), -(248,23,l), -(170,23,l), -(115,-61,l), -(129,-88,l), -(177,-95,o), -(205,-100,o), -(205,-127,cs), -(205,-146,o), -(191,-158,o), -(170,-158,cs), -(148,-158,o), -(132,-144,o), -(131,-124,c), -(19,-153,l), -(33,-229,o), -(104,-261,o), -(182,-261,cs) -); -} -); -width = 348; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (148,0); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(199,-233,o), -(239,-200,o), -(239,-149,cs), -(239,-103,o), -(207,-66,o), -(133,-53,c), -(168,1,l), -(138,12,l), -(94,-55,l), -(104,-75,l), -(182,-89,o), -(203,-113,o), -(203,-147,cs), -(203,-181,o), -(178,-204,o), -(139,-204,cs), -(103,-204,o), -(75,-187,o), -(64,-159,c), -(30,-169,l), -(45,-209,o), -(87,-233,o), -(139,-233,cs) -); -} -); -width = 269; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (221,0); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(312,-262,o), -(373,-215,o), -(373,-141,cs), -(373,-81,o), -(328,-46,o), -(262,-34,c), -(283,23,l), -(191,23,l), -(133,-61,l), -(148,-89,l), -(206,-94,o), -(235,-99,o), -(235,-126,cs), -(235,-145,o), -(221,-157,o), -(195,-157,cs), -(169,-157,o), -(148,-143,o), -(146,-123,c), -(30,-153,l), -(44,-218,o), -(106,-262,o), -(207,-262,cs) -); -} -); -width = 403; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (139,0); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(193,-233,o), -(232,-198,o), -(232,-149,cs), -(232,-101,o), -(195,-66,o), -(128,-51,c), -(156,0,l), -(128,13,l), -(89,-51,l), -(102,-76,l), -(171,-90,o), -(197,-110,o), -(197,-147,cs), -(197,-180,o), -(175,-204,o), -(137,-204,cs), -(101,-204,o), -(78,-188,o), -(68,-159,c), -(37,-169,l), -(50,-210,o), -(86,-233,o), -(136,-233,cs) -); -} -); -width = 267; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (206,0); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(275,-261,o), -(332,-221,o), -(332,-149,cs), -(332,-86,o), -(294,-53,o), -(240,-34,c), -(255,23,l), -(179,23,l), -(127,-61,l), -(141,-88,l), -(183,-95,o), -(210,-100,o), -(210,-127,cs), -(210,-146,o), -(197,-158,o), -(179,-158,cs), -(159,-158,o), -(145,-144,o), -(145,-124,c), -(35,-153,l), -(48,-229,o), -(117,-261,o), -(191,-261,cs) -); -} -); -width = 366; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (74,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,-232,o), -(129,-195,o), -(129,-148,cs), -(129,-100,o), -(101,-69,o), -(55,-53,c), -(89,0,l), -(65,12,l), -(26,-52,l), -(29,-74,l), -(80,-91,o), -(100,-111,o), -(100,-149,cs), -(100,-184,o), -(75,-206,o), -(39,-206,cs), -(11,-206,o), -(-15,-188,o), -(-18,-155,c), -(-47,-162,l), -(-43,-204,o), -(-9,-232,o), -(36,-232,cs) -); -} -); -width = 255; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (151,0); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,-262,o), -(244,-214,o), -(244,-141,cs), -(244,-99,o), -(221,-61,o), -(178,-43,c), -(205,17,l), -(128,23,l), -(61,-56,l), -(69,-85,l), -(112,-99,o), -(127,-107,o), -(127,-130,cs), -(127,-148,o), -(114,-158,o), -(95,-158,cs), -(78,-158,o), -(66,-146,o), -(65,-121,c), -(-45,-140,l), -(-40,-213,o), -(16,-262,o), -(94,-262,cs) -); -} -); -width = 372; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (86,0); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,-234,o), -(153,-200,o), -(153,-149,cs), -(153,-101,o), -(123,-71,o), -(68,-52,c), -(105,1,l), -(77,18,l), -(31,-51,l), -(37,-74,l), -(93,-90,o), -(119,-111,o), -(119,-149,cs), -(119,-182,o), -(93,-204,o), -(54,-204,cs), -(17,-204,o), -(-10,-186,o), -(-14,-153,c), -(-47,-160,l), -(-41,-204,o), -(-3,-234,o), -(51,-234,cs) -); -} -); -width = 279; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (159,0); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,-263,o), -(264,-216,o), -(264,-145,cs), -(264,-91,o), -(232,-59,o), -(185,-42,c), -(214,16,l), -(137,23,l), -(67,-56,l), -(76,-85,l), -(120,-94,o), -(144,-102,o), -(144,-127,cs), -(144,-147,o), -(129,-158,o), -(108,-158,cs), -(81,-158,o), -(69,-140,o), -(71,-120,c), -(-45,-139,l), -(-37,-216,o), -(20,-263,o), -(106,-263,cs) -); -} -); -width = 393; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (101,0); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(123,-234,o), -(165,-200,o), -(165,-148,cs), -(165,-100,o), -(132,-68,o), -(77,-53,c), -(120,0,l), -(94,17,l), -(38,-52,l), -(45,-72,l), -(111,-90,o), -(130,-111,o), -(130,-148,cs), -(130,-180,o), -(108,-204,o), -(61,-204,cs), -(23,-204,o), -(-5,-184,o), -(-11,-153,c), -(-46,-159,l), -(-37,-204,o), -(6,-234,o), -(61,-234,cs) -); -} -); -width = 291; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (176,0); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,-263,o), -(298,-216,o), -(298,-147,cs), -(298,-87,o), -(258,-55,o), -(206,-39,c), -(238,15,l), -(148,23,l), -(74,-55,l), -(84,-84,l), -(135,-92,o), -(163,-101,o), -(163,-127,cs), -(163,-146,o), -(147,-156,o), -(123,-156,cs), -(94,-156,o), -(78,-139,o), -(75,-118,c), -(-45,-137,l), -(-38,-213,o), -(32,-263,o), -(130,-263,cs) -); -} -); -width = 427; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/cedillacomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/cedillacomb.glyph deleted file mode 100644 index 51e2f5e9..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/cedillacomb.glyph +++ /dev/null @@ -1,1354 +0,0 @@ -{ -glyphname = cedillacomb; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (141,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(179,-233,o), -(214,-199,o), -(214,-149,cs), -(214,-102,o), -(182,-67,o), -(124,-53,c), -(147,5,l), -(119,5,l), -(92,-55,l), -(100,-76,l), -(161,-89,o), -(184,-111,o), -(184,-148,cs), -(184,-182,o), -(164,-206,o), -(127,-206,cs), -(97,-205,o), -(77,-189,o), -(69,-161,c), -(40,-169,l), -(52,-208,o), -(84,-231,o), -(127,-232,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,-233,o), -(214,-199,o), -(214,-149,cs), -(214,-107,o), -(185,-72,o), -(133,-56,c), -(157,5,l), -(129,5,l), -(100,-58,l), -(107,-77,l), -(153,-89,o), -(184,-111,o), -(184,-150,cs), -(184,-182,o), -(164,-206,o), -(127,-206,cs), -(97,-205,o), -(77,-189,o), -(69,-161,c), -(40,-169,l), -(52,-208,o), -(84,-231,o), -(127,-232,cs) -); -} -); -width = 254; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (206,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (140,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(206,-190,o), -(255,-152,o), -(255,-96,cs), -(255,-54,o), -(223,-24,o), -(172,-25,c), -(172,-34,l), -(198,31,l), -(107,31,l), -(73,-42,l), -(85,-59,l), -(101,-59,ls), -(124,-59,o), -(136,-68,o), -(136,-83,cs), -(136,-99,o), -(125,-108,o), -(110,-108,cs), -(97,-108,o), -(85,-102,o), -(83,-90,c), -(-18,-101,l), -(-12,-157,o), -(41,-190,o), -(120,-190,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,-261,o), -(330,-217,o), -(330,-147,cs), -(330,-86,o), -(295,-53,o), -(243,-34,c), -(259,24,l), -(182,24,l), -(130,-61,l), -(143,-88,l), -(183,-95,o), -(209,-100,o), -(209,-129,cs), -(209,-146,o), -(199,-158,o), -(181,-158,cs), -(163,-158,o), -(151,-144,o), -(152,-124,c), -(40,-153,l), -(53,-228,o), -(118,-261,o), -(190,-261,cs) -); -} -); -width = 370; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (153,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (272,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(338,-218,o), -(379,-183,o), -(379,-132,cs), -(379,-75,o), -(327,-46,o), -(257,-53,c), -(270,-60,l), -(301,23,l), -(268,23,l), -(233,-62,l), -(244,-79,l), -(261,-79,ls), -(304,-79,o), -(342,-89,o), -(342,-132,cs), -(342,-165,o), -(319,-187,o), -(277,-187,cs), -(237,-187,o), -(205,-172,o), -(198,-141,c), -(166,-144,l), -(174,-188,o), -(215,-218,o), -(277,-218,cs) -); -} -); -}; -guides = ( -{ -pos = (149,-233); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,-233,o), -(249,-200,o), -(249,-149,cs), -(249,-103,o), -(217,-66,o), -(143,-53,c), -(178,10,l), -(144,10,l), -(104,-55,l), -(114,-75,l), -(192,-89,o), -(213,-113,o), -(213,-147,cs), -(213,-181,o), -(188,-204,o), -(149,-204,cs), -(113,-204,o), -(85,-187,o), -(74,-159,c), -(40,-169,l), -(55,-209,o), -(97,-233,o), -(149,-233,cs) -); -} -); -width = 289; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (225,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (-288,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(299,-261,o), -(367,-211,o), -(367,-136,cs), -(367,-77,o), -(320,-41,o), -(261,-32,c), -(302,25,l), -(176,25,l), -(115,-88,l), -(158,-88,ls), -(193,-88,o), -(218,-97,o), -(219,-122,cs), -(220,-142,o), -(204,-155,o), -(179,-155,cs), -(160,-155,o), -(142,-147,o), -(137,-127,c), -(4,-150,l), -(15,-217,o), -(88,-261,o), -(187,-261,cs) -); -}, -{ -closed = 1; -nodes = ( -(-196,-251,o), -(-123,-205,o), -(-123,-135,cs), -(-123,-69,o), -(-186,-32,o), -(-278,-37,c), -(-261,-69,l), -(-222,25,l), -(-329,25,l), -(-377,-61,l), -(-359,-88,l), -(-326,-88,ls), -(-292,-88,o), -(-271,-94,o), -(-271,-115,cs), -(-271,-135,o), -(-289,-145,o), -(-316,-145,cs), -(-340,-145,o), -(-358,-135,o), -(-363,-117,c), -(-496,-140,l), -(-485,-207,o), -(-409,-251,o), -(-306,-251,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,-262,o), -(383,-215,o), -(383,-141,cs), -(383,-81,o), -(338,-46,o), -(272,-34,c), -(293,23,l), -(201,23,l), -(143,-61,l), -(158,-89,l), -(216,-94,o), -(245,-99,o), -(245,-126,cs), -(245,-145,o), -(231,-157,o), -(205,-157,cs), -(179,-157,o), -(158,-143,o), -(156,-123,c), -(40,-153,l), -(54,-218,o), -(116,-262,o), -(217,-262,cs) -); -} -); -width = 423; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (121,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(179,-233,o), -(214,-199,o), -(214,-149,cs), -(214,-102,o), -(182,-67,o), -(124,-53,c), -(147,5,l), -(119,5,l), -(92,-55,l), -(100,-76,l), -(161,-89,o), -(184,-111,o), -(184,-148,cs), -(184,-182,o), -(164,-206,o), -(127,-206,cs), -(97,-205,o), -(77,-189,o), -(69,-161,c), -(40,-169,l), -(52,-208,o), -(84,-231,o), -(127,-232,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(159,-233,o), -(194,-199,o), -(194,-149,cs), -(194,-107,o), -(165,-72,o), -(113,-56,c), -(137,5,l), -(109,5,l), -(80,-58,l), -(87,-77,l), -(133,-89,o), -(164,-111,o), -(164,-150,cs), -(164,-182,o), -(144,-206,o), -(107,-206,cs), -(77,-205,o), -(57,-189,o), -(49,-161,c), -(20,-169,l), -(32,-208,o), -(64,-231,o), -(107,-232,cs) -); -} -); -width = 214; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (196,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (140,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(206,-190,o), -(255,-152,o), -(255,-96,cs), -(255,-54,o), -(223,-24,o), -(172,-25,c), -(172,-34,l), -(198,31,l), -(107,31,l), -(73,-42,l), -(85,-59,l), -(101,-59,ls), -(124,-59,o), -(136,-68,o), -(136,-83,cs), -(136,-99,o), -(125,-108,o), -(110,-108,cs), -(97,-108,o), -(85,-102,o), -(83,-90,c), -(-18,-101,l), -(-12,-157,o), -(41,-190,o), -(120,-190,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-261,o), -(320,-217,o), -(320,-147,cs), -(320,-86,o), -(285,-53,o), -(233,-34,c), -(249,24,l), -(172,24,l), -(120,-61,l), -(133,-88,l), -(173,-95,o), -(199,-100,o), -(199,-129,cs), -(199,-146,o), -(189,-158,o), -(171,-158,cs), -(153,-158,o), -(141,-144,o), -(142,-124,c), -(30,-153,l), -(43,-228,o), -(108,-261,o), -(180,-261,cs) -); -} -); -width = 350; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (124,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(221,-218,o), -(262,-185,o), -(262,-137,cs), -(262,-81,o), -(208,-52,o), -(140,-61,c), -(162,-65,l), -(189,6,l), -(159,6,l), -(124,-71,l), -(134,-84,l), -(148,-84,ls), -(192,-84,o), -(225,-98,o), -(225,-135,cs), -(225,-166,o), -(202,-187,o), -(161,-187,cs), -(128,-187,o), -(102,-176,o), -(93,-149,c), -(57,-155,l), -(68,-195,o), -(109,-218,o), -(162,-218,cs) -); -}, -{ -closed = 1; -nodes = ( -(-69,-229,o), -(-23,-192,o), -(-23,-138,cs), -(-23,-79,o), -(-73,-46,o), -(-145,-49,c), -(-136,-59,l), -(-117,4,l), -(-148,6,l), -(-170,-54,l), -(-155,-75,l), -(-95,-74,o), -(-58,-91,o), -(-58,-136,cs), -(-58,-175,o), -(-88,-201,o), -(-137,-201,cs), -(-182,-201,o), -(-213,-182,o), -(-222,-150,c), -(-254,-158,l), -(-243,-201,o), -(-197,-229,o), -(-137,-229,cs) -); -}, -{ -closed = 1; -nodes = ( -(498,-233,o), -(537,-199,o), -(537,-149,cs), -(537,-101,o), -(501,-67,o), -(435,-52,c), -(465,16,l), -(437,20,l), -(399,-55,l), -(408,-76,l), -(477,-90,o), -(504,-110,o), -(504,-147,cs), -(504,-181,o), -(481,-205,o), -(438,-204,cs), -(404,-204,o), -(382,-188,o), -(372,-160,c), -(340,-169,l), -(353,-208,o), -(390,-232,o), -(438,-233,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,-234,o), -(219,-199,o), -(219,-149,cs), -(219,-101,o), -(183,-67,o), -(116,-52,c), -(144,10,l), -(112,10,l), -(79,-55,l), -(89,-76,l), -(158,-90,o), -(184,-110,o), -(184,-147,cs), -(184,-181,o), -(161,-204,o), -(119,-204,cs), -(85,-203,o), -(63,-187,o), -(53,-159,c), -(20,-169,l), -(33,-209,o), -(70,-233,o), -(119,-233,cs) -); -} -); -width = 239; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (197,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(295,-225,o), -(350,-181,o), -(349,-115,cs), -(348,-57,o), -(299,-19,o), -(228,-29,c), -(246,-40,l), -(273,25,l), -(174,25,l), -(134,-47,l), -(146,-70,l), -(183,-70,ls), -(207,-70,o), -(225,-77,o), -(225,-102,cs), -(225,-120,o), -(212,-132,o), -(194,-132,cs), -(177,-132,o), -(164,-121,o), -(162,-105,c), -(40,-128,l), -(53,-186,o), -(110,-225,o), -(196,-225,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,-261,o), -(329,-221,o), -(329,-149,cs), -(329,-86,o), -(289,-53,o), -(230,-34,c), -(248,23,l), -(170,23,l), -(115,-61,l), -(129,-88,l), -(177,-95,o), -(205,-100,o), -(205,-127,cs), -(205,-146,o), -(191,-158,o), -(170,-158,cs), -(148,-158,o), -(132,-144,o), -(131,-124,c), -(19,-153,l), -(33,-229,o), -(104,-261,o), -(182,-261,cs) -); -} -); -width = 348; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (143,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (272,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(338,-218,o), -(379,-183,o), -(379,-132,cs), -(379,-75,o), -(327,-46,o), -(257,-53,c), -(270,-60,l), -(301,23,l), -(268,23,l), -(233,-62,l), -(244,-79,l), -(261,-79,ls), -(304,-79,o), -(342,-89,o), -(342,-132,cs), -(342,-165,o), -(319,-187,o), -(277,-187,cs), -(237,-187,o), -(205,-172,o), -(198,-141,c), -(166,-144,l), -(174,-188,o), -(215,-218,o), -(277,-218,cs) -); -} -); -}; -guides = ( -{ -pos = (139,-233); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(199,-233,o), -(239,-200,o), -(239,-149,cs), -(239,-103,o), -(207,-66,o), -(133,-53,c), -(168,10,l), -(134,10,l), -(94,-55,l), -(104,-75,l), -(182,-89,o), -(203,-113,o), -(203,-147,cs), -(203,-181,o), -(178,-204,o), -(139,-204,cs), -(103,-204,o), -(75,-187,o), -(64,-159,c), -(30,-169,l), -(45,-209,o), -(87,-233,o), -(139,-233,cs) -); -} -); -width = 269; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (215,0); -} -); -background = { -anchors = ( -{ -name = _bottom; -pos = (-288,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(299,-261,o), -(367,-211,o), -(367,-136,cs), -(367,-77,o), -(320,-41,o), -(261,-32,c), -(302,25,l), -(176,25,l), -(115,-88,l), -(158,-88,ls), -(193,-88,o), -(218,-97,o), -(219,-122,cs), -(220,-142,o), -(204,-155,o), -(179,-155,cs), -(160,-155,o), -(142,-147,o), -(137,-127,c), -(4,-150,l), -(15,-217,o), -(88,-261,o), -(187,-261,cs) -); -}, -{ -closed = 1; -nodes = ( -(-196,-251,o), -(-123,-205,o), -(-123,-135,cs), -(-123,-69,o), -(-186,-32,o), -(-278,-37,c), -(-261,-69,l), -(-222,25,l), -(-329,25,l), -(-377,-61,l), -(-359,-88,l), -(-326,-88,ls), -(-292,-88,o), -(-271,-94,o), -(-271,-115,cs), -(-271,-135,o), -(-289,-145,o), -(-316,-145,cs), -(-340,-145,o), -(-358,-135,o), -(-363,-117,c), -(-496,-140,l), -(-485,-207,o), -(-409,-251,o), -(-306,-251,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(312,-262,o), -(373,-215,o), -(373,-141,cs), -(373,-81,o), -(328,-46,o), -(262,-34,c), -(283,23,l), -(191,23,l), -(133,-61,l), -(148,-89,l), -(206,-94,o), -(235,-99,o), -(235,-126,cs), -(235,-145,o), -(221,-157,o), -(195,-157,cs), -(169,-157,o), -(148,-143,o), -(146,-123,c), -(30,-153,l), -(44,-218,o), -(106,-262,o), -(207,-262,cs) -); -} -); -width = 403; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (145,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(221,-218,o), -(262,-185,o), -(262,-137,cs), -(262,-81,o), -(208,-52,o), -(140,-61,c), -(162,-65,l), -(189,6,l), -(159,6,l), -(124,-71,l), -(134,-84,l), -(148,-84,ls), -(192,-84,o), -(225,-98,o), -(225,-135,cs), -(225,-166,o), -(202,-187,o), -(161,-187,cs), -(128,-187,o), -(102,-176,o), -(93,-149,c), -(57,-155,l), -(68,-195,o), -(109,-218,o), -(162,-218,cs) -); -}, -{ -closed = 1; -nodes = ( -(-69,-229,o), -(-23,-192,o), -(-23,-138,cs), -(-23,-79,o), -(-73,-46,o), -(-145,-49,c), -(-136,-59,l), -(-117,4,l), -(-148,6,l), -(-170,-54,l), -(-155,-75,l), -(-95,-74,o), -(-58,-91,o), -(-58,-136,cs), -(-58,-175,o), -(-88,-201,o), -(-137,-201,cs), -(-182,-201,o), -(-213,-182,o), -(-222,-150,c), -(-254,-158,l), -(-243,-201,o), -(-197,-229,o), -(-137,-229,cs) -); -}, -{ -closed = 1; -nodes = ( -(498,-233,o), -(537,-199,o), -(537,-149,cs), -(537,-101,o), -(501,-67,o), -(435,-52,c), -(465,16,l), -(437,20,l), -(399,-55,l), -(408,-76,l), -(477,-90,o), -(504,-110,o), -(504,-147,cs), -(504,-181,o), -(481,-205,o), -(438,-204,cs), -(404,-204,o), -(382,-188,o), -(372,-160,c), -(340,-169,l), -(353,-208,o), -(390,-232,o), -(438,-233,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(198,-234,o), -(238,-199,o), -(238,-149,cs), -(238,-101,o), -(202,-67,o), -(137,-52,c), -(163,10,l), -(133,10,l), -(100,-55,l), -(110,-76,l), -(177,-90,o), -(203,-110,o), -(203,-147,cs), -(203,-181,o), -(180,-204,o), -(140,-204,cs), -(106,-203,o), -(84,-187,o), -(74,-159,c), -(43,-169,l), -(54,-209,o), -(91,-233,o), -(140,-233,cs) -); -} -); -width = 278; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (210,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(295,-225,o), -(350,-181,o), -(349,-115,cs), -(348,-57,o), -(299,-19,o), -(228,-29,c), -(246,-40,l), -(273,25,l), -(174,25,l), -(134,-47,l), -(146,-70,l), -(183,-70,ls), -(207,-70,o), -(225,-77,o), -(225,-102,cs), -(225,-120,o), -(212,-132,o), -(194,-132,cs), -(177,-132,o), -(164,-121,o), -(162,-105,c), -(40,-128,l), -(53,-186,o), -(110,-225,o), -(196,-225,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(279,-261,o), -(336,-221,o), -(336,-149,cs), -(336,-86,o), -(298,-53,o), -(244,-34,c), -(259,23,l), -(184,23,l), -(131,-61,l), -(145,-88,l), -(188,-95,o), -(214,-100,o), -(214,-127,cs), -(214,-146,o), -(201,-158,o), -(183,-158,cs), -(163,-158,o), -(149,-144,o), -(149,-124,c), -(39,-153,l), -(51,-229,o), -(121,-261,o), -(195,-261,cs) -); -} -); -width = 373; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (74,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,-232,o), -(129,-195,o), -(129,-148,cs), -(129,-100,o), -(101,-69,o), -(55,-53,c), -(89,3,l), -(63,6,l), -(26,-52,l), -(29,-74,l), -(80,-91,o), -(100,-111,o), -(100,-149,cs), -(100,-184,o), -(75,-206,o), -(39,-206,cs), -(11,-206,o), -(-15,-188,o), -(-18,-155,c), -(-47,-162,l), -(-43,-204,o), -(-9,-232,o), -(36,-232,cs) -); -} -); -width = 255; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (151,0); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,-262,o), -(244,-214,o), -(244,-141,cs), -(244,-99,o), -(221,-61,o), -(178,-43,c), -(205,17,l), -(128,23,l), -(61,-56,l), -(69,-85,l), -(117,-101,o), -(127,-108,o), -(127,-130,cs), -(127,-148,o), -(114,-158,o), -(95,-158,cs), -(78,-158,o), -(66,-146,o), -(65,-121,c), -(-45,-140,l), -(-40,-213,o), -(16,-262,o), -(94,-262,cs) -); -} -); -width = 372; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (86,0); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,-234,o), -(153,-200,o), -(153,-149,cs), -(153,-101,o), -(123,-71,o), -(68,-52,c), -(109,8,l), -(77,11,l), -(31,-51,l), -(37,-74,l), -(93,-90,o), -(119,-111,o), -(119,-149,cs), -(119,-182,o), -(93,-204,o), -(54,-204,cs), -(17,-204,o), -(-10,-186,o), -(-14,-153,c), -(-47,-160,l), -(-41,-204,o), -(-3,-234,o), -(51,-234,cs) -); -} -); -width = 279; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (159,0); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,-263,o), -(264,-216,o), -(264,-145,cs), -(264,-91,o), -(232,-59,o), -(185,-42,c), -(214,16,l), -(137,23,l), -(67,-56,l), -(76,-85,l), -(120,-94,o), -(144,-102,o), -(144,-127,cs), -(144,-147,o), -(129,-158,o), -(108,-158,cs), -(81,-158,o), -(69,-140,o), -(71,-120,c), -(-45,-139,l), -(-37,-216,o), -(20,-263,o), -(106,-263,cs) -); -} -); -width = 393; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (101,0); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(123,-234,o), -(165,-200,o), -(165,-148,cs), -(165,-100,o), -(132,-68,o), -(77,-53,c), -(124,6,l), -(91,9,l), -(38,-52,l), -(45,-72,l), -(111,-90,o), -(130,-111,o), -(130,-148,cs), -(130,-180,o), -(108,-204,o), -(61,-204,cs), -(23,-204,o), -(-5,-184,o), -(-11,-153,c), -(-46,-159,l), -(-37,-204,o), -(6,-234,o), -(61,-234,cs) -); -} -); -width = 291; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (176,0); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,-263,o), -(298,-216,o), -(298,-147,cs), -(298,-87,o), -(258,-55,o), -(206,-39,c), -(238,15,l), -(148,23,l), -(74,-55,l), -(84,-84,l), -(135,-92,o), -(163,-101,o), -(163,-127,cs), -(163,-146,o), -(147,-156,o), -(123,-156,cs), -(94,-156,o), -(78,-139,o), -(75,-118,c), -(-45,-137,l), -(-38,-213,o), -(32,-263,o), -(130,-263,cs) -); -} -); -width = 427; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 807; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/cent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/cent.glyph deleted file mode 100644 index 51f43e0f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/cent.glyph +++ /dev/null @@ -1,1050 +0,0 @@ -{ -glyphname = cent; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(335,93,o), -(420,140,o), -(433,307,c), -(266,307,l), -(262,256,o), -(254,231,o), -(230,231,cs), -(202,231,o), -(196,267,o), -(196,374,cs), -(196,486,o), -(203,517,o), -(230,517,cs), -(253,517,o), -(262,498,o), -(266,442,c), -(433,442,l), -(422,589,o), -(356,654,o), -(230,654,cs), -(97,654,o), -(19,577,o), -(19,376,cs), -(19,169,o), -(101,93,o), -(230,93,cs) -); -}, -{ -closed = 1; -nodes = ( -(278,0,l), -(278,164,l), -(175,164,l), -(175,0,l) -); -}, -{ -closed = 1; -nodes = ( -(278,579,l), -(278,729,l), -(175,729,l), -(175,579,l) -); -} -); -width = 450; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,96,o), -(276,138,o), -(284,264,c), -(254,264,l), -(245,163,o), -(221,124,o), -(169,124,cs), -(113,124,o), -(74,172,o), -(74,365,cs), -(74,558,o), -(113,606,o), -(169,606,cs), -(226,606,o), -(246,555,o), -(254,465,c), -(284,465,l), -(276,593,o), -(230,633,o), -(169,633,cs), -(68,633,o), -(45,523,o), -(45,365,cs), -(45,206,o), -(68,96,o), -(169,96,cs) -); -}, -{ -closed = 1; -nodes = ( -(179,0,l), -(179,114,l), -(151,114,l), -(151,0,l) -); -}, -{ -closed = 1; -nodes = ( -(179,621,l), -(179,729,l), -(151,729,l), -(151,621,l) -); -} -); -width = 320; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(459,98,o), -(571,172,o), -(592,280,c), -(553,280,l), -(533,194,o), -(441,133,o), -(324,133,cs), -(171,133,o), -(83,224,o), -(83,363,cs), -(83,503,o), -(180,596,o), -(327,596,cs), -(436,596,o), -(521,551,o), -(549,460,c), -(587,460,l), -(569,563,o), -(465,631,o), -(327,631,cs), -(160,631,o), -(45,522,o), -(45,363,cs), -(45,199,o), -(153,98,o), -(324,98,cs) -); -}, -{ -closed = 1; -nodes = ( -(335,0,l), -(335,117,l), -(302,117,l), -(302,0,l) -); -}, -{ -closed = 1; -nodes = ( -(335,613,l), -(335,729,l), -(302,729,l), -(302,613,l) -); -} -); -width = 631; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(521,83,o), -(666,166,o), -(671,305,c), -(451,305,l), -(440,267,o), -(399,249,o), -(352,249,cs), -(283,249,o), -(237,286,o), -(237,367,cs), -(237,435,o), -(276,481,o), -(352,481,cs), -(407,481,o), -(443,458,o), -(451,425,c), -(669,425,l), -(665,557,o), -(545,647,o), -(353,647,cs), -(150,647,o), -(16,546,o), -(16,368,cs), -(16,196,o), -(139,83,o), -(343,83,cs) -); -}, -{ -closed = 1; -nodes = ( -(414,0,l), -(414,166,l), -(274,166,l), -(274,0,l) -); -}, -{ -closed = 1; -nodes = ( -(414,548,l), -(414,729,l), -(274,729,l), -(274,548,l) -); -} -); -width = 686; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(212,96,o), -(256,138,o), -(264,264,c), -(234,264,l), -(225,163,o), -(201,124,o), -(149,124,cs), -(93,124,o), -(54,172,o), -(54,365,cs), -(54,558,o), -(93,606,o), -(149,606,cs), -(206,606,o), -(226,555,o), -(234,465,c), -(264,465,l), -(256,593,o), -(210,633,o), -(149,633,cs), -(48,633,o), -(25,523,o), -(25,365,cs), -(25,206,o), -(48,96,o), -(149,96,cs) -); -}, -{ -closed = 1; -nodes = ( -(159,0,l), -(159,114,l), -(131,114,l), -(131,0,l) -); -}, -{ -closed = 1; -nodes = ( -(159,621,l), -(159,729,l), -(131,729,l), -(131,621,l) -); -} -); -width = 280; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(325,93,o), -(410,140,o), -(423,307,c), -(256,307,l), -(252,256,o), -(244,231,o), -(220,231,cs), -(192,231,o), -(186,267,o), -(186,374,cs), -(186,486,o), -(193,517,o), -(220,517,cs), -(243,517,o), -(252,498,o), -(256,442,c), -(423,442,l), -(412,589,o), -(346,654,o), -(220,654,cs), -(87,654,o), -(9,577,o), -(9,376,cs), -(9,169,o), -(91,93,o), -(220,93,cs) -); -}, -{ -closed = 1; -nodes = ( -(268,0,l), -(268,164,l), -(165,164,l), -(165,0,l) -); -}, -{ -closed = 1; -nodes = ( -(268,579,l), -(268,729,l), -(165,729,l), -(165,579,l) -); -} -); -width = 430; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(406,98,o), -(493,169,o), -(505,280,c), -(468,280,l), -(458,191,o), -(386,133,o), -(287,133,cs), -(164,133,o), -(83,221,o), -(83,363,cs), -(83,501,o), -(161,596,o), -(288,596,cs), -(378,596,o), -(450,547,o), -(466,460,c), -(502,460,l), -(489,562,o), -(404,631,o), -(290,631,cs), -(142,631,o), -(46,522,o), -(46,363,cs), -(46,204,o), -(142,98,o), -(287,98,cs) -); -}, -{ -closed = 1; -nodes = ( -(294,0,l), -(294,113,l), -(261,113,l), -(261,0,l) -); -}, -{ -closed = 1; -nodes = ( -(294,617,l), -(294,729,l), -(261,729,l), -(261,617,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = C; -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -origin = ( -0, -0 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -} -); -}; -width = 547; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(439,83,o), -(547,169,o), -(551,301,c), -(366,301,l), -(361,264,o), -(337,237,o), -(290,237,cs), -(240,237,o), -(207,275,o), -(207,365,cs), -(207,444,o), -(232,493,o), -(291,493,cs), -(329,493,o), -(357,473,o), -(364,429,c), -(550,429,l), -(548,558,o), -(443,647,o), -(295,647,cs), -(123,647,o), -(13,537,o), -(13,366,cs), -(13,195,o), -(122,83,o), -(290,83,cs) -); -}, -{ -closed = 1; -nodes = ( -(344,0,l), -(344,167,l), -(221,167,l), -(221,0,l) -); -}, -{ -closed = 1; -nodes = ( -(344,554,l), -(344,729,l), -(221,729,l), -(221,554,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = C; -}; -width = 563; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(449,98,o), -(561,172,o), -(582,280,c), -(543,280,l), -(523,194,o), -(431,133,o), -(314,133,cs), -(161,133,o), -(73,224,o), -(73,363,cs), -(73,503,o), -(170,596,o), -(317,596,cs), -(426,596,o), -(511,551,o), -(539,460,c), -(577,460,l), -(559,563,o), -(455,631,o), -(317,631,cs), -(150,631,o), -(35,522,o), -(35,363,cs), -(35,199,o), -(143,98,o), -(314,98,cs) -); -}, -{ -closed = 1; -nodes = ( -(325,0,l), -(325,117,l), -(292,117,l), -(292,0,l) -); -}, -{ -closed = 1; -nodes = ( -(325,613,l), -(325,729,l), -(292,729,l), -(292,613,l) -); -} -); -width = 611; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(511,83,o), -(656,166,o), -(661,305,c), -(441,305,l), -(430,267,o), -(389,249,o), -(342,249,cs), -(273,249,o), -(227,286,o), -(227,367,cs), -(227,435,o), -(266,481,o), -(342,481,cs), -(397,481,o), -(433,458,o), -(441,425,c), -(659,425,l), -(655,557,o), -(535,647,o), -(343,647,cs), -(140,647,o), -(6,546,o), -(6,368,cs), -(6,196,o), -(129,83,o), -(333,83,cs) -); -}, -{ -closed = 1; -nodes = ( -(404,0,l), -(404,166,l), -(264,166,l), -(264,0,l) -); -}, -{ -closed = 1; -nodes = ( -(404,548,l), -(404,729,l), -(264,729,l), -(264,548,l) -); -} -); -width = 666; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(421,98,o), -(506,169,o), -(518,280,c), -(481,280,l), -(471,191,o), -(401,133,o), -(304,133,cs), -(183,133,o), -(104,221,o), -(104,363,cs), -(104,501,o), -(180,596,o), -(305,596,cs), -(393,596,o), -(463,547,o), -(479,460,c), -(515,460,l), -(502,562,o), -(419,631,o), -(307,631,cs), -(161,631,o), -(67,522,o), -(67,363,cs), -(67,204,o), -(161,98,o), -(304,98,cs) -); -}, -{ -closed = 1; -nodes = ( -(311,0,l), -(311,113,l), -(278,113,l), -(278,0,l) -); -}, -{ -closed = 1; -nodes = ( -(311,617,l), -(311,729,l), -(278,729,l), -(278,617,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = C; -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -origin = ( -0, -0 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -} -); -}; -width = 580; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(447,83,o), -(551,169,o), -(555,301,c), -(372,301,l), -(367,263,o), -(345,237,o), -(302,237,cs), -(255,237,o), -(225,275,o), -(225,365,cs), -(225,444,o), -(248,493,o), -(303,493,cs), -(338,493,o), -(363,474,o), -(370,429,c), -(554,429,l), -(552,558,o), -(451,647,o), -(307,647,cs), -(140,647,o), -(33,537,o), -(33,366,cs), -(33,195,o), -(139,83,o), -(302,83,cs) -); -}, -{ -closed = 1; -nodes = ( -(355,0,l), -(355,167,l), -(234,167,l), -(234,0,l) -); -}, -{ -closed = 1; -nodes = ( -(355,554,l), -(355,729,l), -(234,729,l), -(234,554,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = C; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = C; -}; -width = 586; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,97,o), -(250,136,o), -(283,260,c), -(253,260,l), -(227,174,o), -(201,124,o), -(148,124,cs), -(69,124,o), -(67,225,o), -(98,373,cs), -(136,555,o), -(183,605,o), -(235,605,cs), -(300,605,o), -(304,542,o), -(295,463,c), -(325,463,l), -(338,563,o), -(320,632,o), -(238,632,cs), -(154,632,o), -(105,548,o), -(69,373,cs), -(38,225,o), -(33,97,o), -(144,97,cs) -); -}, -{ -closed = 1; -nodes = ( -(129,0,l), -(152,114,l), -(124,114,l), -(101,0,l) -); -}, -{ -closed = 1; -nodes = ( -(257,621,l), -(279,729,l), -(251,729,l), -(229,621,l) -); -} -); -width = 319; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,84,o), -(399,145,o), -(433,298,c), -(270,298,l), -(255,241,o), -(239,223,o), -(221,223,cs), -(185,223,o), -(194,273,o), -(214,372,cs), -(237,483,o), -(251,508,o), -(275,508,cs), -(301,508,o), -(304,484,o), -(297,434,c), -(462,434,l), -(477,572,o), -(422,646,o), -(284,646,cs), -(160,646,o), -(81,569,o), -(42,382,cs), -(6,209,o), -(37,84,o), -(211,84,cs) -); -}, -{ -closed = 1; -nodes = ( -(223,0,l), -(256,164,l), -(153,164,l), -(120,0,l) -); -}, -{ -closed = 1; -nodes = ( -(342,579,l), -(373,729,l), -(270,729,l), -(239,579,l) -); -} -); -width = 445; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(399,96,o), -(498,163,o), -(526,271,c), -(489,271,l), -(465,186,o), -(388,129,o), -(289,129,cs), -(184,129,o), -(119,201,o), -(123,326,cs), -(129,491,o), -(222,600,o), -(358,600,cs), -(453,600,o), -(518,541,o), -(522,457,c), -(555,457,l), -(555,560,o), -(476,633,o), -(363,633,cs), -(206,633,o), -(93,508,o), -(86,326,cs), -(82,187,o), -(161,96,o), -(286,96,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,0,l), -(282,113,l), -(249,113,l), -(226,0,l) -); -}, -{ -closed = 1; -nodes = ( -(386,617,l), -(409,729,l), -(376,729,l), -(353,617,l) -); -} -); -width = 582; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(443,83,o), -(554,170,o), -(573,298,c), -(390,298,l), -(372,255,o), -(346,236,o), -(307,236,cs), -(269,236,o), -(243,264,o), -(243,321,cs), -(243,385,o), -(267,494,o), -(347,494,cs), -(381,494,o), -(410,470,o), -(411,426,c), -(596,426,l), -(605,560,o), -(510,647,o), -(357,647,cs), -(173,647,o), -(54,517,o), -(54,312,cs), -(54,160,o), -(153,83,o), -(296,83,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,0,l), -(346,167,l), -(223,167,l), -(189,0,l) -); -}, -{ -closed = 1; -nodes = ( -(426,554,l), -(462,729,l), -(339,729,l), -(303,554,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(456,97,o), -(570,172,o), -(600,280,c), -(562,280,l), -(533,190,o), -(438,131,o), -(321,131,cs), -(189,131,o), -(103,201,o), -(103,328,cs), -(103,489,o), -(217,600,o), -(377,600,cs), -(478,600,o), -(570,551,o), -(587,461,c), -(625,461,l), -(616,559,o), -(518,634,o), -(382,634,cs), -(199,634,o), -(66,507,o), -(66,327,cs), -(66,188,o), -(163,97,o), -(317,97,cs) -); -}, -{ -closed = 1; -nodes = ( -(285,0,l), -(309,117,l), -(276,117,l), -(252,0,l) -); -}, -{ -closed = 1; -nodes = ( -(411,613,l), -(435,729,l), -(402,729,l), -(378,613,l) -); -} -); -width = 634; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(529,83,o), -(661,163,o), -(681,302,c), -(465,302,l), -(450,266,o), -(407,250,o), -(362,250,cs), -(298,250,o), -(255,288,o), -(255,348,cs), -(255,428,o), -(304,480,o), -(381,480,cs), -(433,480,o), -(472,457,o), -(478,422,c), -(695,422,l), -(699,558,o), -(574,647,o), -(387,647,cs), -(173,647,o), -(36,524,o), -(36,333,cs), -(36,181,o), -(152,83,o), -(344,83,cs) -); -}, -{ -closed = 1; -nodes = ( -(359,0,l), -(393,166,l), -(253,166,l), -(219,0,l) -); -}, -{ -closed = 1; -nodes = ( -(472,548,l), -(509,729,l), -(369,729,l), -(332,548,l) -); -} -); -width = 688; -} -); -unicode = 162; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/checkmark.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/checkmark.glyph deleted file mode 100644 index 6714630b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/checkmark.glyph +++ /dev/null @@ -1,319 +0,0 @@ -{ -glyphname = checkmark; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(782,533,l), -(676,658,l), -(299,299,l), -(158,463,l), -(41,356,l), -(286,67,l) -); -} -); -width = 809; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(753,560,l), -(730,587,l), -(251,187,l), -(87,412,l), -(61,389,l), -(247,137,l) -); -} -); -width = 709; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(817,560,l), -(794,587,l), -(315,187,l), -(151,412,l), -(125,389,l), -(311,137,l) -); -} -); -width = 942; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(850,533,l), -(744,658,l), -(367,299,l), -(226,463,l), -(109,356,l), -(354,67,l) -); -} -); -width = 959; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(733,560,l), -(710,587,l), -(231,187,l), -(67,412,l), -(41,389,l), -(227,137,l) -); -} -); -width = 671; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(772,533,l), -(666,658,l), -(289,299,l), -(148,463,l), -(31,356,l), -(276,67,l) -); -} -); -width = 789; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(784,560,l), -(761,587,l), -(282,187,l), -(118,412,l), -(92,389,l), -(278,137,l) -); -} -); -width = 876; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(818,533,l), -(712,658,l), -(335,299,l), -(194,463,l), -(77,356,l), -(322,67,l) -); -} -); -width = 895; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(807,560,l), -(784,587,l), -(305,187,l), -(141,412,l), -(115,389,l), -(301,137,l) -); -} -); -width = 922; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(840,533,l), -(734,658,l), -(357,299,l), -(216,463,l), -(99,356,l), -(344,67,l) -); -} -); -width = 939; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(795,560,l), -(772,587,l), -(303,187,l), -(143,412,l), -(117,389,l), -(299,137,l) -); -} -); -width = 911; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(823,533,l), -(718,658,l), -(351,299,l), -(215,463,l), -(99,356,l), -(340,67,l) -); -} -); -width = 921; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(768,560,l), -(746,587,l), -(258,187,l), -(103,412,l), -(77,389,l), -(252,137,l) -); -} -); -width = 672; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(789,533,l), -(688,658,l), -(302,299,l), -(169,463,l), -(49,356,l), -(282,67,l) -); -} -); -width = 769; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(822,560,l), -(801,587,l), -(313,187,l), -(158,412,l), -(131,389,l), -(307,137,l) -); -} -); -width = 886; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(847,533,l), -(747,658,l), -(361,299,l), -(227,463,l), -(107,356,l), -(340,67,l) -); -} -); -width = 903; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(831,560,l), -(810,587,l), -(321,187,l), -(167,412,l), -(140,389,l), -(316,137,l) -); -} -); -width = 904; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(855,533,l), -(755,658,l), -(369,299,l), -(235,463,l), -(115,356,l), -(348,67,l) -); -} -); -width = 919; -} -); -unicode = 10003; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -com.schriftgestaltung.Glyphs.lastChange = "2017-05-03 17:15:08 +0000"; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/circumflex.glyph deleted file mode 100644 index 782b3805..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflex.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = circumflex; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 257; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 434; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 359; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 582; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = circumflexcomb; -} -); -width = 257; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = circumflexcomb; -} -); -width = 434; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = circumflexcomb; -} -); -width = 329; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = circumflexcomb; -} -); -width = 474; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = circumflexcomb; -} -); -width = 359; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = circumflexcomb; -} -); -width = 582; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 328; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 476; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 257; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 430; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 328; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 489; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 359; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = circumflexcomb; -} -); -width = 582; -} -); -unicode = 710; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb.glyph deleted file mode 100644 index ae0349d0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb.glyph +++ /dev/null @@ -1,510 +0,0 @@ -{ -glyphname = circumflexcomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (129,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(112,746,l), -(165,851,l), -(218,746,l), -(254,746,l), -(179,882,l), -(151,882,l), -(77,746,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,746,l), -(129,860,l), -(188,746,l), -(217,746,l), -(149,882,l), -(108,882,l), -(40,746,l) -); -} -); -width = 257; -}, -{ -anchors = ( -{ -name = _top; -pos = (217,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(188,735,l), -(217,801,l), -(246,735,l), -(394,735,l), -(309,884,l), -(125,884,l), -(40,735,l) -); -} -); -width = 434; -}, -{ -anchors = ( -{ -name = _top; -pos = (179,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(82,746,l), -(179,855,l), -(276,746,l), -(319,746,l), -(202,882,l), -(156,882,l), -(40,746,l) -); -} -); -width = 359; -}, -{ -anchors = ( -{ -name = _top; -pos = (291,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(211,735,l), -(274,801,l), -(337,735,l), -(496,735,l), -(365,884,l), -(183,884,l), -(52,735,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(216,729,l), -(291,806,l), -(366,729,l), -(542,729,l), -(410,878,l), -(172,878,l), -(40,729,l) -); -} -); -width = 582; -}, -{ -anchors = ( -{ -name = _top; -pos = (109,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(112,746,l), -(165,851,l), -(218,746,l), -(254,746,l), -(179,882,l), -(151,882,l), -(77,746,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,746,l), -(109,860,l), -(168,746,l), -(197,746,l), -(129,882,l), -(88,882,l), -(20,746,l) -); -} -); -width = 217; -}, -{ -anchors = ( -{ -name = _top; -pos = (207,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,735,l), -(207,801,l), -(236,735,l), -(384,735,l), -(299,884,l), -(115,884,l), -(30,735,l) -); -} -); -width = 414; -}, -{ -anchors = ( -{ -name = _top; -pos = (144,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(59,746,l), -(144,858,l), -(230,746,l), -(269,746,l), -(165,882,l), -(123,882,l), -(20,746,l) -); -} -); -width = 289; -}, -{ -anchors = ( -{ -name = _top; -pos = (226,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,735,l), -(226,801,l), -(275,735,l), -(433,735,l), -(318,884,l), -(134,884,l), -(19,735,l) -); -} -); -width = 452; -}, -{ -anchors = ( -{ -name = _top; -pos = (169,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,746,l), -(169,855,l), -(266,746,l), -(309,746,l), -(192,882,l), -(146,882,l), -(30,746,l) -); -} -); -width = 339; -}, -{ -anchors = ( -{ -name = _top; -pos = (281,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(211,735,l), -(274,801,l), -(337,735,l), -(496,735,l), -(365,884,l), -(183,884,l), -(52,735,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,729,l), -(281,806,l), -(356,729,l), -(532,729,l), -(400,878,l), -(162,878,l), -(30,729,l) -); -} -); -width = 562; -}, -{ -anchors = ( -{ -name = _top; -pos = (163,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(80,746,l), -(163,858,l), -(248,746,l), -(286,746,l), -(184,882,l), -(144,882,l), -(43,746,l) -); -} -); -width = 328; -}, -{ -anchors = ( -{ -name = _top; -pos = (239,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(195,735,l), -(239,801,l), -(282,735,l), -(439,735,l), -(330,884,l), -(148,884,l), -(39,735,l) -); -} -); -width = 476; -}, -{ -anchors = ( -{ -name = _top; -pos = (215,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,746,l), -(255,861,l), -(291,746,l), -(318,746,l), -(277,882,l), -(238,882,l), -(141,746,l) -); -} -); -width = 257; -}, -{ -anchors = ( -{ -name = _top; -pos = (302,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,735,l), -(328,801,l), -(346,735,l), -(486,735,l), -(433,884,l), -(254,884,l), -(136,735,l) -); -} -); -width = 430; -}, -{ -anchors = ( -{ -name = _top; -pos = (252,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,746,l), -(290,857,l), -(354,746,l), -(389,746,l), -(312,882,l), -(272,882,l), -(141,746,l) -); -} -); -width = 328; -}, -{ -anchors = ( -{ -name = _top; -pos = (329,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,735,l), -(352,801,l), -(389,735,l), -(545,735,l), -(458,884,l), -(275,884,l), -(136,735,l) -); -} -); -width = 489; -}, -{ -anchors = ( -{ -name = _top; -pos = (266,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,746,l), -(305,855,l), -(380,746,l), -(420,746,l), -(330,882,l), -(285,882,l), -(141,746,l) -); -} -); -width = 359; -}, -{ -anchors = ( -{ -name = _top; -pos = (376,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(316,729,l), -(407,806,l), -(466,729,l), -(637,729,l), -(535,878,l), -(297,878,l), -(135,729,l) -); -} -); -width = 582; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 770; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_acutecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_acutecomb.glyph deleted file mode 100644 index ddf4f79c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_acutecomb.glyph +++ /dev/null @@ -1,676 +0,0 @@ -{ -glyphname = circumflexcomb_acutecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (129,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,746,l), -(129,860,l), -(188,746,l), -(217,746,l), -(149,882,l), -(108,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(225,846,l), -(291,972,l), -(259,972,l), -(197,846,l) -); -} -); -width = 331; -}, -{ -anchors = ( -{ -name = _top; -pos = (206,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(198,719,l), -(224,776,l), -(249,719,l), -(378,719,l), -(306,845,l), -(143,845,l), -(70,719,l) -); -}, -{ -closed = 1; -nodes = ( -(449,798,l), -(540,947,l), -(412,947,l), -(345,798,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,735,l), -(206,801,l), -(233,735,l), -(372,735,l), -(298,884,l), -(114,884,l), -(40,735,l) -); -}, -{ -closed = 1; -nodes = ( -(431,832,l), -(514,972,l), -(377,972,l), -(334,832,l) -); -} -); -width = 554; -}, -{ -anchors = ( -{ -name = _top; -pos = (179,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(82,746,l), -(179,855,l), -(276,746,l), -(319,746,l), -(202,882,l), -(156,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(333,836,l), -(451,982,l), -(406,982,l), -(293,836,l) -); -} -); -width = 491; -}, -{ -anchors = ( -{ -name = _top; -pos = (267,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,729,l), -(266,783,l), -(315,729,l), -(493,729,l), -(374,859,l), -(159,859,l), -(40,729,l) -); -}, -{ -closed = 1; -nodes = ( -(559,833,l), -(696,972,l), -(508,972,l), -(425,833,l) -); -} -); -width = 736; -}, -{ -anchors = ( -{ -name = _top; -pos = (109,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,746,l), -(109,860,l), -(168,746,l), -(197,746,l), -(129,882,l), -(88,882,l), -(20,746,l) -); -}, -{ -closed = 1; -nodes = ( -(205,846,l), -(271,972,l), -(239,972,l), -(177,846,l) -); -} -); -width = 291; -}, -{ -anchors = ( -{ -name = _top; -pos = (196,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(198,719,l), -(224,776,l), -(249,719,l), -(378,719,l), -(306,845,l), -(143,845,l), -(70,719,l) -); -}, -{ -closed = 1; -nodes = ( -(449,798,l), -(540,947,l), -(412,947,l), -(345,798,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,735,l), -(196,801,l), -(223,735,l), -(362,735,l), -(288,884,l), -(104,884,l), -(30,735,l) -); -}, -{ -closed = 1; -nodes = ( -(421,832,l), -(504,972,l), -(367,972,l), -(324,832,l) -); -} -); -width = 534; -}, -{ -anchors = ( -{ -name = _top; -pos = (144,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(59,746,l), -(144,858,l), -(230,746,l), -(269,746,l), -(165,882,l), -(123,882,l), -(20,746,l) -); -}, -{ -closed = 1; -nodes = ( -(271,836,l), -(368,972,l), -(327,972,l), -(235,836,l) -); -} -); -width = 388; -}, -{ -anchors = ( -{ -name = _top; -pos = (226,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,735,l), -(226,801,l), -(275,735,l), -(433,735,l), -(318,884,l), -(134,884,l), -(19,735,l) -); -}, -{ -closed = 1; -nodes = ( -(486,833,l), -(583,972,l), -(435,972,l), -(382,833,l) -); -} -); -width = 602; -}, -{ -anchors = ( -{ -name = _top; -pos = (169,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,746,l), -(169,855,l), -(266,746,l), -(309,746,l), -(192,882,l), -(146,882,l), -(30,746,l) -); -}, -{ -closed = 1; -nodes = ( -(323,836,l), -(441,982,l), -(396,982,l), -(283,836,l) -); -} -); -width = 471; -}, -{ -anchors = ( -{ -name = _top; -pos = (257,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,729,l), -(256,783,l), -(305,729,l), -(483,729,l), -(364,859,l), -(149,859,l), -(30,729,l) -); -}, -{ -closed = 1; -nodes = ( -(549,833,l), -(686,972,l), -(498,972,l), -(415,833,l) -); -} -); -width = 716; -}, -{ -anchors = ( -{ -name = _top; -pos = (163,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(80,746,l), -(163,858,l), -(248,746,l), -(286,746,l), -(184,882,l), -(144,882,l), -(43,746,l) -); -}, -{ -closed = 1; -nodes = ( -(288,836,l), -(383,972,l), -(344,972,l), -(252,836,l) -); -} -); -width = 425; -}, -{ -anchors = ( -{ -name = _top; -pos = (240,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(195,735,l), -(240,801,l), -(285,735,l), -(442,735,l), -(331,884,l), -(149,884,l), -(39,735,l) -); -}, -{ -closed = 1; -nodes = ( -(494,833,l), -(587,972,l), -(441,972,l), -(392,833,l) -); -} -); -width = 625; -}, -{ -anchors = ( -{ -name = _top; -pos = (215,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,746,l), -(255,861,l), -(291,746,l), -(318,746,l), -(277,882,l), -(238,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(350,846,l), -(429,972,l), -(397,972,l), -(320,846,l) -); -} -); -width = 321; -}, -{ -anchors = ( -{ -name = _top; -pos = (290,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(287,719,l), -(325,765,l), -(345,719,l), -(490,719,l), -(431,848,l), -(247,848,l), -(136,719,l) -); -}, -{ -closed = 1; -nodes = ( -(201,835,l), -(338,984,l), -(170,984,l), -(77,835,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,735,l), -(312,803,l), -(329,735,l), -(460,735,l), -(408,884,l), -(236,884,l), -(136,735,l) -); -}, -{ -closed = 1; -nodes = ( -(539,832,l), -(640,972,l), -(502,972,l), -(435,832,l) -); -} -); -width = 535; -}, -{ -anchors = ( -{ -name = _top; -pos = (252,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,746,l), -(290,857,l), -(354,746,l), -(389,746,l), -(312,882,l), -(272,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(407,836,l), -(534,972,l), -(490,972,l), -(369,836,l) -); -} -); -width = 426; -}, -{ -anchors = ( -{ -name = _top; -pos = (327,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,735,l), -(352,801,l), -(389,735,l), -(545,735,l), -(458,884,l), -(275,884,l), -(136,735,l) -); -}, -{ -closed = 1; -nodes = ( -(620,833,l), -(760,972,l), -(596,972,l), -(509,833,l) -); -} -); -width = 655; -}, -{ -anchors = ( -{ -name = _top; -pos = (266,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,746,l), -(305,855,l), -(380,746,l), -(420,746,l), -(330,882,l), -(285,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(447,836,l), -(594,982,l), -(547,982,l), -(404,836,l) -); -} -); -width = 484; -}, -{ -anchors = ( -{ -name = _top; -pos = (353,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(321,729,l), -(378,783,l), -(420,729,l), -(588,729,l), -(496,859,l), -(281,859,l), -(135,729,l) -); -}, -{ -closed = 1; -nodes = ( -(671,833,l), -(828,972,l), -(642,972,l), -(536,833,l) -); -} -); -width = 723; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_gravecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_gravecomb.glyph deleted file mode 100644 index 0ca1033a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_gravecomb.glyph +++ /dev/null @@ -1,651 +0,0 @@ -{ -glyphname = circumflexcomb_gravecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (129,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(120,729,l), -(179,843,l), -(239,729,l), -(268,729,l), -(200,865,l), -(159,865,l), -(91,729,l) -); -}, -{ -closed = 1; -nodes = ( -(274,846,l), -(205,982,l), -(170,982,l), -(248,846,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,746,l), -(129,860,l), -(188,746,l), -(217,746,l), -(149,882,l), -(108,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(254,846,l), -(195,972,l), -(163,972,l), -(226,846,l) -); -} -); -width = 294; -}, -{ -anchors = ( -{ -name = _top; -pos = (206,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,735,l), -(206,801,l), -(233,735,l), -(372,735,l), -(298,884,l), -(114,884,l), -(40,735,l) -); -}, -{ -closed = 1; -nodes = ( -(459,835,l), -(412,984,l), -(274,984,l), -(365,835,l) -); -} -); -width = 499; -}, -{ -anchors = ( -{ -name = _top; -pos = (179,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(82,746,l), -(179,855,l), -(276,746,l), -(319,746,l), -(202,882,l), -(156,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(377,836,l), -(261,982,l), -(216,982,l), -(338,836,l) -); -} -); -width = 417; -}, -{ -anchors = ( -{ -name = _top; -pos = (267,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,729,l), -(266,783,l), -(315,729,l), -(493,729,l), -(374,859,l), -(159,859,l), -(40,729,l) -); -}, -{ -closed = 1; -nodes = ( -(586,833,l), -(516,972,l), -(328,972,l), -(452,833,l) -); -} -); -width = 626; -}, -{ -anchors = ( -{ -name = _top; -pos = (109,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(120,729,l), -(179,843,l), -(239,729,l), -(268,729,l), -(200,865,l), -(159,865,l), -(91,729,l) -); -}, -{ -closed = 1; -nodes = ( -(274,846,l), -(205,982,l), -(170,982,l), -(248,846,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,746,l), -(109,860,l), -(168,746,l), -(197,746,l), -(129,882,l), -(88,882,l), -(20,746,l) -); -}, -{ -closed = 1; -nodes = ( -(234,846,l), -(175,972,l), -(143,972,l), -(206,846,l) -); -} -); -width = 254; -}, -{ -anchors = ( -{ -name = _top; -pos = (196,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,735,l), -(196,801,l), -(223,735,l), -(362,735,l), -(288,884,l), -(104,884,l), -(30,735,l) -); -}, -{ -closed = 1; -nodes = ( -(449,835,l), -(402,984,l), -(264,984,l), -(355,835,l) -); -} -); -width = 479; -}, -{ -anchors = ( -{ -name = _top; -pos = (144,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(59,746,l), -(144,858,l), -(230,746,l), -(269,746,l), -(165,882,l), -(123,882,l), -(20,746,l) -); -}, -{ -closed = 1; -nodes = ( -(325,836,l), -(230,972,l), -(189,972,l), -(287,836,l) -); -} -); -width = 345; -}, -{ -anchors = ( -{ -name = _top; -pos = (226,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,735,l), -(226,801,l), -(275,735,l), -(433,735,l), -(318,884,l), -(134,884,l), -(19,735,l) -); -}, -{ -closed = 1; -nodes = ( -(503,833,l), -(460,972,l), -(312,972,l), -(399,833,l) -); -} -); -width = 522; -}, -{ -anchors = ( -{ -name = _top; -pos = (169,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,746,l), -(169,855,l), -(266,746,l), -(309,746,l), -(192,882,l), -(146,882,l), -(30,746,l) -); -}, -{ -closed = 1; -nodes = ( -(367,836,l), -(251,982,l), -(206,982,l), -(328,836,l) -); -} -); -width = 397; -}, -{ -anchors = ( -{ -name = _top; -pos = (257,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,729,l), -(256,783,l), -(305,729,l), -(483,729,l), -(364,859,l), -(149,859,l), -(30,729,l) -); -}, -{ -closed = 1; -nodes = ( -(576,833,l), -(506,972,l), -(318,972,l), -(442,833,l) -); -} -); -width = 606; -}, -{ -anchors = ( -{ -name = _top; -pos = (163,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(80,746,l), -(163,858,l), -(248,746,l), -(286,746,l), -(184,882,l), -(144,882,l), -(43,746,l) -); -}, -{ -closed = 1; -nodes = ( -(342,836,l), -(248,972,l), -(208,972,l), -(304,836,l) -); -} -); -width = 382; -}, -{ -anchors = ( -{ -name = _top; -pos = (240,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(195,735,l), -(240,801,l), -(284,735,l), -(441,735,l), -(331,884,l), -(149,884,l), -(39,735,l) -); -}, -{ -closed = 1; -nodes = ( -(508,833,l), -(469,972,l), -(324,972,l), -(406,833,l) -); -} -); -width = 545; -}, -{ -anchors = ( -{ -name = _top; -pos = (215,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,746,l), -(255,861,l), -(291,746,l), -(318,746,l), -(277,882,l), -(238,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(365,846,l), -(321,972,l), -(289,972,l), -(339,846,l) -); -} -); -width = 283; -}, -{ -anchors = ( -{ -name = _top; -pos = (290,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,735,l), -(312,803,l), -(329,735,l), -(460,735,l), -(408,884,l), -(236,884,l), -(136,735,l) -); -}, -{ -closed = 1; -nodes = ( -(553,832,l), -(527,972,l), -(399,972,l), -(460,832,l) -); -} -); -width = 477; -}, -{ -anchors = ( -{ -name = _top; -pos = (252,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,746,l), -(290,857,l), -(354,746,l), -(389,746,l), -(312,882,l), -(272,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(456,836,l), -(375,972,l), -(338,972,l), -(423,836,l) -); -} -); -width = 376; -}, -{ -anchors = ( -{ -name = _top; -pos = (327,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,735,l), -(352,801,l), -(389,735,l), -(545,735,l), -(458,884,l), -(275,884,l), -(136,735,l) -); -}, -{ -closed = 1; -nodes = ( -(631,833,l), -(600,972,l), -(455,972,l), -(527,833,l) -); -} -); -width = 555; -}, -{ -anchors = ( -{ -name = _top; -pos = (266,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,746,l), -(305,855,l), -(380,746,l), -(420,746,l), -(330,882,l), -(285,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(486,836,l), -(387,982,l), -(344,982,l), -(449,836,l) -); -} -); -width = 406; -}, -{ -anchors = ( -{ -name = _top; -pos = (353,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(321,729,l), -(378,783,l), -(420,729,l), -(588,729,l), -(496,859,l), -(281,859,l), -(135,729,l) -); -}, -{ -closed = 1; -nodes = ( -(687,833,l), -(624,972,l), -(456,972,l), -(563,833,l) -); -} -); -width = 611; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_hookabovecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_hookabovecomb.glyph deleted file mode 100644 index 27f2580e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_hookabovecomb.glyph +++ /dev/null @@ -1,1480 +0,0 @@ -{ -glyphname = circumflexcomb_hookabovecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (129,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(78,726,l), -(129,810,l), -(179,726,l), -(208,726,l), -(149,832,l), -(108,832,l), -(49,726,l) -); -}, -{ -closed = 1; -nodes = ( -(253,830,o), -(276,868,o), -(276,910,cs), -(276,950,o), -(249,977,o), -(209,977,cs), -(198,977,o), -(184,975,o), -(174,970,c), -(174,946,l), -(182,949,o), -(192,951,o), -(205,951,cs), -(233,951,o), -(248,934,o), -(248,907,cs), -(248,876,o), -(233,848,o), -(190,811,c), -(205,791,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,746,l), -(129,860,l), -(188,746,l), -(217,746,l), -(149,882,l), -(108,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(266,840,o), -(286,876,o), -(286,915,cs), -(286,955,o), -(259,982,o), -(219,982,cs), -(208,982,o), -(194,980,o), -(184,975,c), -(184,951,l), -(192,954,o), -(202,956,o), -(215,956,cs), -(243,956,o), -(258,939,o), -(258,912,cs), -(258,883,o), -(245,857,o), -(209,824,c), -(224,803,l) -); -} -); -width = 326; -}, -{ -anchors = ( -{ -name = _top; -pos = (206,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(444,810,o), -(472,852,o), -(472,904,cs), -(472,968,o), -(424,998,o), -(371,998,cs), -(352,998,o), -(333,995,o), -(313,988,c), -(313,919,l), -(318,922,o), -(325,923,o), -(334,923,cs), -(349,923,o), -(363,914,o), -(363,893,cs), -(363,874,o), -(354,857,o), -(336,846,c), -(371,773,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,735,l), -(206,801,l), -(233,735,l), -(372,735,l), -(298,884,l), -(114,884,l), -(40,735,l) -); -}, -{ -closed = 1; -nodes = ( -(439,816,o), -(465,856,o), -(465,901,cs), -(465,963,o), -(417,988,o), -(363,988,cs), -(345,988,o), -(324,985,o), -(306,979,c), -(306,907,l), -(312,910,o), -(321,911,o), -(329,911,cs), -(345,911,o), -(360,904,o), -(360,886,cs), -(360,871,o), -(352,860,o), -(339,849,c), -(374,783,l) -); -} -); -width = 505; -}, -{ -anchors = ( -{ -name = _top; -pos = (179,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(82,731,l), -(179,840,l), -(276,731,l), -(319,731,l), -(202,867,l), -(156,867,l), -(40,731,l) -); -}, -{ -closed = 1; -nodes = ( -(358,835,o), -(382,871,o), -(382,910,cs), -(382,953,o), -(348,982,o), -(297,982,cs), -(280,982,o), -(263,980,o), -(245,974,c), -(247,945,l), -(261,951,o), -(275,953,o), -(291,953,cs), -(328,953,o), -(348,934,o), -(348,907,cs), -(348,875,o), -(323,851,o), -(273,825,c), -(295,802,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(82,746,l), -(179,855,l), -(276,746,l), -(319,746,l), -(202,882,l), -(156,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(388,837,o), -(410,872,o), -(410,910,cs), -(410,953,o), -(376,982,o), -(325,982,cs), -(308,982,o), -(291,980,o), -(273,974,c), -(275,945,l), -(289,951,o), -(303,953,o), -(319,953,cs), -(356,953,o), -(376,934,o), -(376,907,cs), -(376,877,o), -(354,854,o), -(310,830,c), -(329,805,l) -); -} -); -width = 450; -}, -{ -anchors = ( -{ -name = _top; -pos = (267,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(218,715,l), -(266,769,l), -(315,715,l), -(493,715,l), -(374,845,l), -(159,845,l), -(40,715,l) -); -}, -{ -closed = 1; -nodes = ( -(549,802,o), -(598,841,o), -(598,895,cs), -(598,957,o), -(538,988,o), -(456,988,cs), -(429,988,o), -(402,985,o), -(377,980,c), -(377,903,l), -(389,905,o), -(402,906,o), -(413,906,cs), -(432,906,o), -(450,902,o), -(450,883,cs), -(450,870,o), -(441,857,o), -(408,843,c), -(460,777,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,729,l), -(266,783,l), -(315,729,l), -(493,729,l), -(374,859,l), -(159,859,l), -(40,729,l) -); -}, -{ -closed = 1; -nodes = ( -(565,805,o), -(609,843,o), -(609,895,cs), -(609,957,o), -(549,988,o), -(467,988,cs), -(440,988,o), -(413,985,o), -(388,980,c), -(388,903,l), -(400,905,o), -(413,906,o), -(424,906,cs), -(443,906,o), -(461,902,o), -(461,883,cs), -(461,871,o), -(453,859,o), -(426,846,c), -(485,780,l) -); -} -); -width = 649; -}, -{ -anchors = ( -{ -name = _top; -pos = (109,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(78,726,l), -(129,810,l), -(179,726,l), -(208,726,l), -(149,832,l), -(108,832,l), -(49,726,l) -); -}, -{ -closed = 1; -nodes = ( -(253,830,o), -(276,868,o), -(276,910,cs), -(276,950,o), -(249,977,o), -(209,977,cs), -(198,977,o), -(184,975,o), -(174,970,c), -(174,946,l), -(182,949,o), -(192,951,o), -(205,951,cs), -(233,951,o), -(248,934,o), -(248,907,cs), -(248,876,o), -(233,848,o), -(190,811,c), -(205,791,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,746,l), -(109,860,l), -(168,746,l), -(197,746,l), -(129,882,l), -(88,882,l), -(20,746,l) -); -}, -{ -closed = 1; -nodes = ( -(246,840,o), -(266,876,o), -(266,915,cs), -(266,955,o), -(239,982,o), -(199,982,cs), -(188,982,o), -(174,980,o), -(164,975,c), -(164,951,l), -(172,954,o), -(182,956,o), -(195,956,cs), -(223,956,o), -(238,939,o), -(238,912,cs), -(238,883,o), -(225,857,o), -(189,824,c), -(204,803,l) -); -} -); -width = 286; -}, -{ -anchors = ( -{ -name = _top; -pos = (196,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(444,810,o), -(472,852,o), -(472,904,cs), -(472,968,o), -(424,998,o), -(371,998,cs), -(352,998,o), -(333,995,o), -(313,988,c), -(313,919,l), -(318,922,o), -(325,923,o), -(334,923,cs), -(349,923,o), -(363,914,o), -(363,893,cs), -(363,874,o), -(354,857,o), -(336,846,c), -(371,773,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,735,l), -(196,801,l), -(223,735,l), -(362,735,l), -(288,884,l), -(104,884,l), -(30,735,l) -); -}, -{ -closed = 1; -nodes = ( -(429,816,o), -(455,856,o), -(455,901,cs), -(455,963,o), -(407,988,o), -(353,988,cs), -(335,988,o), -(314,985,o), -(296,979,c), -(296,907,l), -(302,910,o), -(311,911,o), -(319,911,cs), -(335,911,o), -(350,904,o), -(350,886,cs), -(350,871,o), -(342,860,o), -(329,849,c), -(364,783,l) -); -} -); -width = 485; -}, -{ -anchors = ( -{ -name = _top; -pos = (144,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(80,726,l), -(164,828,l), -(249,726,l), -(289,726,l), -(186,852,l), -(142,852,l), -(40,726,l) -); -}, -{ -closed = 1; -nodes = ( -(341,827,o), -(365,864,o), -(365,904,cs), -(365,947,o), -(333,976,o), -(285,976,cs), -(269,976,o), -(253,974,o), -(237,968,c), -(238,939,l), -(251,945,o), -(264,947,o), -(280,947,cs), -(313,947,o), -(332,928,o), -(332,901,cs), -(332,868,o), -(308,844,o), -(261,817,c), -(279,793,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(59,746,l), -(144,858,l), -(230,746,l), -(269,746,l), -(165,882,l), -(123,882,l), -(20,746,l) -); -}, -{ -closed = 1; -nodes = ( -(333,826,o), -(356,864,o), -(356,903,cs), -(356,947,o), -(323,976,o), -(273,976,cs), -(259,976,o), -(242,974,o), -(227,968,c), -(228,939,l), -(240,945,o), -(254,947,o), -(268,947,cs), -(305,947,o), -(322,928,o), -(322,900,cs), -(322,868,o), -(300,843,o), -(261,817,c), -(279,793,l) -); -} -); -width = 376; -}, -{ -anchors = ( -{ -name = _top; -pos = (226,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(188,719,l), -(237,791,l), -(286,719,l), -(444,719,l), -(329,873,l), -(145,873,l), -(40,719,l) -); -}, -{ -closed = 1; -nodes = ( -(519,827,o), -(556,865,o), -(556,914,cs), -(556,968,o), -(512,998,o), -(432,998,cs), -(406,998,o), -(376,995,o), -(348,988,c), -(348,916,l), -(360,919,o), -(374,920,o), -(387,920,cs), -(409,920,o), -(424,913,o), -(424,896,cs), -(424,881,o), -(412,870,o), -(380,859,c), -(427,794,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,735,l), -(226,801,l), -(275,735,l), -(433,735,l), -(318,884,l), -(134,884,l), -(19,735,l) -); -}, -{ -closed = 1; -nodes = ( -(500,815,o), -(526,855,o), -(526,902,cs), -(526,953,o), -(489,988,o), -(421,988,cs), -(400,988,o), -(371,985,o), -(348,978,c), -(347,906,l), -(353,909,o), -(363,910,o), -(370,910,cs), -(390,910,o), -(399,899,o), -(399,883,cs), -(399,869,o), -(391,855,o), -(382,847,c), -(432,784,l) -); -} -); -width = 545; -}, -{ -anchors = ( -{ -name = _top; -pos = (169,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(82,731,l), -(179,840,l), -(276,731,l), -(319,731,l), -(202,867,l), -(156,867,l), -(40,731,l) -); -}, -{ -closed = 1; -nodes = ( -(358,835,o), -(382,871,o), -(382,910,cs), -(382,953,o), -(348,982,o), -(297,982,cs), -(280,982,o), -(263,980,o), -(245,974,c), -(247,945,l), -(261,951,o), -(275,953,o), -(291,953,cs), -(328,953,o), -(348,934,o), -(348,907,cs), -(348,875,o), -(323,851,o), -(273,825,c), -(295,802,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,746,l), -(169,855,l), -(266,746,l), -(309,746,l), -(192,882,l), -(146,882,l), -(30,746,l) -); -}, -{ -closed = 1; -nodes = ( -(378,837,o), -(400,872,o), -(400,910,cs), -(400,953,o), -(366,982,o), -(315,982,cs), -(298,982,o), -(281,980,o), -(263,974,c), -(265,945,l), -(279,951,o), -(293,953,o), -(309,953,cs), -(346,953,o), -(366,934,o), -(366,907,cs), -(366,877,o), -(344,854,o), -(300,830,c), -(319,805,l) -); -} -); -width = 430; -}, -{ -anchors = ( -{ -name = _top; -pos = (257,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(218,715,l), -(266,769,l), -(315,715,l), -(493,715,l), -(374,845,l), -(159,845,l), -(40,715,l) -); -}, -{ -closed = 1; -nodes = ( -(549,802,o), -(598,841,o), -(598,895,cs), -(598,957,o), -(538,988,o), -(456,988,cs), -(429,988,o), -(402,985,o), -(377,980,c), -(377,903,l), -(389,905,o), -(402,906,o), -(413,906,cs), -(432,906,o), -(450,902,o), -(450,883,cs), -(450,870,o), -(441,857,o), -(408,843,c), -(460,777,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,729,l), -(256,783,l), -(305,729,l), -(483,729,l), -(364,859,l), -(149,859,l), -(30,729,l) -); -}, -{ -closed = 1; -nodes = ( -(555,805,o), -(599,843,o), -(599,895,cs), -(599,957,o), -(539,988,o), -(457,988,cs), -(430,988,o), -(403,985,o), -(378,980,c), -(378,903,l), -(390,905,o), -(403,906,o), -(414,906,cs), -(433,906,o), -(451,902,o), -(451,883,cs), -(451,871,o), -(443,859,o), -(416,846,c), -(475,780,l) -); -} -); -width = 629; -}, -{ -anchors = ( -{ -name = _top; -pos = (163,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(80,726,l), -(164,828,l), -(249,726,l), -(289,726,l), -(186,852,l), -(142,852,l), -(40,726,l) -); -}, -{ -closed = 1; -nodes = ( -(341,827,o), -(365,864,o), -(365,904,cs), -(365,947,o), -(333,976,o), -(285,976,cs), -(269,976,o), -(253,974,o), -(237,968,c), -(238,939,l), -(251,945,o), -(264,947,o), -(280,947,cs), -(313,947,o), -(332,928,o), -(332,901,cs), -(332,868,o), -(308,844,o), -(261,817,c), -(279,793,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(80,746,l), -(163,858,l), -(248,746,l), -(286,746,l), -(184,882,l), -(144,882,l), -(43,746,l) -); -}, -{ -closed = 1; -nodes = ( -(349,826,o), -(371,864,o), -(371,903,cs), -(371,947,o), -(340,976,o), -(290,976,cs), -(276,976,o), -(259,974,o), -(246,968,c), -(247,939,l), -(257,945,o), -(271,947,o), -(285,947,cs), -(322,947,o), -(339,928,o), -(339,900,cs), -(339,868,o), -(317,843,o), -(278,817,c), -(296,793,l) -); -} -); -width = 413; -}, -{ -anchors = ( -{ -name = _top; -pos = (240,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(188,719,l), -(237,791,l), -(286,719,l), -(444,719,l), -(329,873,l), -(145,873,l), -(40,719,l) -); -}, -{ -closed = 1; -nodes = ( -(519,827,o), -(556,865,o), -(556,914,cs), -(556,968,o), -(512,998,o), -(432,998,cs), -(406,998,o), -(376,995,o), -(348,988,c), -(348,916,l), -(360,919,o), -(374,920,o), -(387,920,cs), -(409,920,o), -(424,913,o), -(424,896,cs), -(424,881,o), -(412,870,o), -(380,859,c), -(427,794,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(195,735,l), -(241,801,l), -(285,735,l), -(442,735,l), -(331,884,l), -(149,884,l), -(39,735,l) -); -}, -{ -closed = 1; -nodes = ( -(506,815,o), -(531,855,o), -(531,902,cs), -(531,953,o), -(495,988,o), -(430,988,cs), -(409,988,o), -(381,985,o), -(358,978,c), -(357,906,l), -(363,909,o), -(371,910,o), -(378,910,cs), -(397,910,o), -(405,898,o), -(405,883,cs), -(405,869,o), -(398,855,o), -(391,847,c), -(441,784,l) -); -} -); -width = 568; -}, -{ -anchors = ( -{ -name = _top; -pos = (215,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,746,l), -(255,861,l), -(291,746,l), -(318,746,l), -(277,882,l), -(238,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(390,842,o), -(417,885,o), -(417,925,cs), -(417,959,o), -(395,982,o), -(354,982,cs), -(345,982,o), -(335,981,o), -(327,979,c), -(322,954,l), -(329,956,o), -(338,957,o), -(348,957,cs), -(369,957,o), -(389,949,o), -(389,923,cs), -(389,884,o), -(363,854,o), -(323,826,c), -(333,803,l) -); -} -); -width = 321; -}, -{ -anchors = ( -{ -name = _top; -pos = (290,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(275,719,l), -(327,777,l), -(358,719,l), -(503,719,l), -(418,873,l), -(256,873,l), -(119,719,l) -); -}, -{ -closed = 1; -nodes = ( -(543,807,o), -(613,844,o), -(613,912,cs), -(613,958,o), -(576,988,o), -(506,988,cs), -(487,988,o), -(464,987,o), -(444,982,c), -(429,914,l), -(433,916,o), -(442,918,o), -(452,918,cs), -(474,918,o), -(481,904,o), -(481,894,cs), -(481,876,o), -(471,864,o), -(452,853,c), -(482,788,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,735,l), -(312,803,l), -(329,735,l), -(460,735,l), -(408,884,l), -(236,884,l), -(136,735,l) -); -}, -{ -closed = 1; -nodes = ( -(539,799,o), -(585,844,o), -(585,908,cs), -(585,962,o), -(545,998,o), -(486,998,cs), -(470,998,o), -(452,997,o), -(435,991,c), -(422,913,l), -(426,915,o), -(433,916,o), -(440,916,cs), -(457,916,o), -(468,906,o), -(468,888,cs), -(468,872,o), -(459,855,o), -(442,843,c), -(476,768,l) -); -} -); -width = 496; -}, -{ -anchors = ( -{ -name = _top; -pos = (252,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,746,l), -(290,857,l), -(354,746,l), -(389,746,l), -(312,882,l), -(272,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(464,821,o), -(504,857,o), -(504,907,cs), -(504,951,o), -(472,978,o), -(424,978,cs), -(411,978,o), -(398,977,o), -(388,974,c), -(382,945,l), -(392,948,o), -(403,949,o), -(414,949,cs), -(446,949,o), -(468,936,o), -(468,903,cs), -(468,876,o), -(446,847,o), -(391,820,c), -(405,795,l) -); -} -); -width = 412; -}, -{ -anchors = ( -{ -name = _top; -pos = (327,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,735,l), -(352,801,l), -(389,735,l), -(545,735,l), -(458,884,l), -(275,884,l), -(136,735,l) -); -}, -{ -closed = 1; -nodes = ( -(614,807,o), -(666,846,o), -(666,907,cs), -(666,956,o), -(629,990,o), -(555,990,cs), -(538,990,o), -(519,988,o), -(502,985,c), -(488,914,l), -(490,915,o), -(499,916,o), -(506,916,cs), -(524,916,o), -(536,909,o), -(536,892,cs), -(536,876,o), -(521,859,o), -(511,852,c), -(548,785,l) -); -} -); -width = 577; -}, -{ -anchors = ( -{ -name = _top; -pos = (266,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(182,731,l), -(302,840,l), -(377,731,l), -(417,731,l), -(327,867,l), -(282,867,l), -(138,731,l) -); -}, -{ -closed = 1; -nodes = ( -(487,835,o), -(518,874,o), -(518,919,cs), -(518,958,o), -(486,984,o), -(434,984,cs), -(421,984,o), -(407,983,o), -(393,980,c), -(390,951,l), -(402,954,o), -(417,955,o), -(429,955,cs), -(466,955,o), -(483,939,o), -(483,915,cs), -(483,872,o), -(439,847,o), -(392,829,c), -(410,804,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,746,l), -(305,855,l), -(380,746,l), -(420,746,l), -(330,882,l), -(285,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(500,838,o), -(528,876,o), -(528,919,cs), -(528,958,o), -(496,984,o), -(444,984,cs), -(431,984,o), -(417,983,o), -(403,980,c), -(400,951,l), -(412,954,o), -(427,955,o), -(439,955,cs), -(476,955,o), -(493,939,o), -(493,915,cs), -(493,876,o), -(457,852,o), -(415,834,c), -(430,808,l) -); -} -); -width = 433; -}, -{ -anchors = ( -{ -name = _top; -pos = (353,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(318,715,l), -(375,769,l), -(417,715,l), -(585,715,l), -(493,845,l), -(278,845,l), -(132,715,l) -); -}, -{ -closed = 1; -nodes = ( -(663,804,o), -(717,840,o), -(717,903,cs), -(717,962,o), -(656,992,o), -(565,992,cs), -(544,992,o), -(529,991,o), -(513,989,c), -(498,911,l), -(504,912,o), -(513,912,o), -(522,912,cs), -(543,912,o), -(567,909,o), -(567,889,cs), -(567,872,o), -(551,861,o), -(517,850,c), -(563,780,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(321,729,l), -(378,783,l), -(420,729,l), -(588,729,l), -(496,859,l), -(281,859,l), -(135,729,l) -); -}, -{ -closed = 1; -nodes = ( -(677,806,o), -(727,842,o), -(727,903,cs), -(727,962,o), -(666,992,o), -(575,992,cs), -(554,992,o), -(539,991,o), -(523,989,c), -(508,911,l), -(514,912,o), -(523,912,o), -(532,912,cs), -(553,912,o), -(577,909,o), -(577,889,cs), -(577,873,o), -(564,863,o), -(535,853,c), -(585,782,l) -); -} -); -width = 639; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_tildecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_tildecomb.glyph deleted file mode 100644 index 2fc0e5fb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/circumflexcomb_tildecomb.glyph +++ /dev/null @@ -1,1066 +0,0 @@ -{ -glyphname = circumflexcomb_tildecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (129,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,746,l), -(129,860,l), -(188,746,l), -(217,746,l), -(149,882,l), -(108,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(67,938,o), -(80,945,o), -(93,945,cs), -(119,945,o), -(135,918,o), -(167,918,cs), -(186,918,o), -(206,927,o), -(225,965,c), -(208,978,l), -(199,959,o), -(187,948,o), -(169,948,cs), -(144,948,o), -(122,976,o), -(95,976,cs), -(75,976,o), -(58,962,o), -(40,927,c), -(55,916,l) -); -} -); -width = 265; -}, -{ -anchors = ( -{ -name = _top; -pos = (206,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,735,l), -(206,785,l), -(233,735,l), -(372,735,l), -(298,854,l), -(114,854,l), -(40,735,l) -); -}, -{ -closed = 1; -nodes = ( -(119,886,o), -(132,895,o), -(155,895,cs), -(186,895,o), -(206,870,o), -(261,870,cs), -(299,870,o), -(332,888,o), -(354,956,c), -(293,990,l), -(283,969,o), -(273,962,o), -(249,962,cs), -(214,962,o), -(195,987,o), -(143,987,cs), -(103,987,o), -(68,970,o), -(46,900,c), -(107,866,l) -); -} -); -width = 412; -}, -{ -anchors = ( -{ -name = _top; -pos = (179,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(82,746,l), -(179,855,l), -(276,746,l), -(319,746,l), -(202,882,l), -(156,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(76,946,o), -(93,952,o), -(113,952,cs), -(153,952,o), -(182,925,o), -(236,925,cs), -(271,925,o), -(294,939,o), -(316,974,c), -(298,987,l), -(283,966,o), -(263,957,o), -(243,957,cs), -(202,957,o), -(157,985,o), -(119,985,cs), -(85,985,o), -(66,971,o), -(43,935,c), -(60,923,l) -); -} -); -width = 359; -}, -{ -anchors = ( -{ -name = _top; -pos = (267,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(376,987,o), -(359,975,o), -(331,975,cs), -(280,975,o), -(257,1006,o), -(199,1006,cs), -(145,1006,o), -(87,979,o), -(57,910,c), -(136,873,l), -(144,882,o), -(157,905,o), -(201,905,cs), -(254,904,o), -(271,875,o), -(335,875,cs), -(382,875,o), -(441,896,o), -(477,966,c), -(399,1005,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,729,l), -(266,773,l), -(315,729,l), -(493,729,l), -(374,845,l), -(159,845,l), -(40,729,l) -); -}, -{ -closed = 1; -nodes = ( -(135,893,o), -(154,896,o), -(178,896,cs), -(230,896,o), -(282,870,o), -(349,870,cs), -(412,870,o), -(452,901,o), -(481,960,c), -(414,998,l), -(399,976,o), -(380,972,o), -(356,972,cs), -(304,972,o), -(252,998,o), -(185,998,cs), -(122,998,o), -(82,967,o), -(53,909,c), -(119,870,l) -); -} -); -width = 533; -}, -{ -anchors = ( -{ -name = _top; -pos = (109,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,746,l), -(109,860,l), -(168,746,l), -(197,746,l), -(129,882,l), -(88,882,l), -(20,746,l) -); -}, -{ -closed = 1; -nodes = ( -(47,938,o), -(60,945,o), -(73,945,cs), -(99,945,o), -(115,918,o), -(147,918,cs), -(166,918,o), -(186,927,o), -(205,965,c), -(188,978,l), -(179,959,o), -(167,948,o), -(149,948,cs), -(124,948,o), -(102,976,o), -(75,976,cs), -(55,976,o), -(38,962,o), -(20,927,c), -(35,916,l) -); -} -); -width = 225; -}, -{ -anchors = ( -{ -name = _top; -pos = (196,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,735,l), -(196,785,l), -(223,735,l), -(362,735,l), -(288,854,l), -(104,854,l), -(30,735,l) -); -}, -{ -closed = 1; -nodes = ( -(109,886,o), -(122,895,o), -(145,895,cs), -(176,895,o), -(196,870,o), -(251,870,cs), -(289,870,o), -(322,888,o), -(344,956,c), -(283,990,l), -(273,969,o), -(263,962,o), -(239,962,cs), -(204,962,o), -(185,987,o), -(133,987,cs), -(93,987,o), -(58,970,o), -(36,900,c), -(97,866,l) -); -} -); -width = 392; -}, -{ -anchors = ( -{ -name = _top; -pos = (144,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(59,746,l), -(144,858,l), -(230,746,l), -(269,746,l), -(165,882,l), -(123,882,l), -(20,746,l) -); -}, -{ -closed = 1; -nodes = ( -(53,936,o), -(67,943,o), -(89,943,cs), -(127,943,o), -(155,916,o), -(207,916,cs), -(241,916,o), -(264,930,o), -(285,965,c), -(267,978,l), -(253,956,o), -(233,948,o), -(212,948,cs), -(173,948,o), -(130,976,o), -(95,976,cs), -(61,976,o), -(42,962,o), -(20,926,c), -(38,914,l) -); -} -); -width = 305; -}, -{ -anchors = ( -{ -name = _top; -pos = (226,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(198,735,l), -(247,796,l), -(296,735,l), -(454,735,l), -(345,856,l), -(150,856,l), -(40,735,l) -); -}, -{ -closed = 1; -nodes = ( -(349,875,o), -(402,900,o), -(430,964,c), -(359,998,l), -(344,980,o), -(328,969,o), -(301,969,cs), -(253,969,o), -(238,996,o), -(181,996,cs), -(139,996,o), -(86,977,o), -(54,912,c), -(123,876,l), -(139,890,o), -(156,904,o), -(185,904,cs), -(229,904,o), -(250,875,o), -(300,875,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,735,l), -(226,795,l), -(275,735,l), -(433,735,l), -(324,855,l), -(129,855,l), -(19,735,l) -); -}, -{ -closed = 1; -nodes = ( -(109,899,o), -(126,906,o), -(147,906,cs), -(193,906,o), -(239,878,o), -(299,878,cs), -(355,878,o), -(390,907,o), -(416,962,c), -(357,998,l), -(343,977,o), -(326,970,o), -(305,970,cs), -(259,970,o), -(213,998,o), -(153,998,cs), -(97,998,o), -(62,969,o), -(36,914,c), -(95,878,l) -); -} -); -width = 452; -}, -{ -anchors = ( -{ -name = _top; -pos = (169,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,746,l), -(169,855,l), -(266,746,l), -(309,746,l), -(192,882,l), -(146,882,l), -(30,746,l) -); -}, -{ -closed = 1; -nodes = ( -(66,946,o), -(83,952,o), -(103,952,cs), -(143,952,o), -(172,925,o), -(226,925,cs), -(261,925,o), -(284,939,o), -(306,974,c), -(288,987,l), -(273,966,o), -(253,957,o), -(233,957,cs), -(192,957,o), -(147,985,o), -(109,985,cs), -(75,985,o), -(56,971,o), -(33,935,c), -(50,923,l) -); -} -); -width = 339; -}, -{ -anchors = ( -{ -name = _top; -pos = (257,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(376,987,o), -(359,975,o), -(331,975,cs), -(280,975,o), -(257,1006,o), -(199,1006,cs), -(145,1006,o), -(87,979,o), -(57,910,c), -(136,873,l), -(144,882,o), -(157,905,o), -(201,905,cs), -(254,904,o), -(271,875,o), -(335,875,cs), -(382,875,o), -(441,896,o), -(477,966,c), -(399,1005,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,729,l), -(256,773,l), -(305,729,l), -(483,729,l), -(364,845,l), -(149,845,l), -(30,729,l) -); -}, -{ -closed = 1; -nodes = ( -(125,893,o), -(144,896,o), -(168,896,cs), -(220,896,o), -(272,870,o), -(339,870,cs), -(402,870,o), -(442,901,o), -(471,960,c), -(404,998,l), -(389,976,o), -(370,972,o), -(346,972,cs), -(294,972,o), -(242,998,o), -(175,998,cs), -(112,998,o), -(72,967,o), -(43,909,c), -(109,870,l) -); -} -); -width = 513; -}, -{ -anchors = ( -{ -name = _top; -pos = (163,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(80,746,l), -(163,858,l), -(248,746,l), -(286,746,l), -(184,882,l), -(144,882,l), -(43,746,l) -); -}, -{ -closed = 1; -nodes = ( -(74,936,o), -(88,943,o), -(110,943,cs), -(148,943,o), -(174,916,o), -(226,916,cs), -(258,916,o), -(281,930,o), -(302,965,c), -(284,978,l), -(270,956,o), -(250,948,o), -(231,948,cs), -(192,948,o), -(150,976,o), -(116,976,cs), -(82,976,o), -(63,962,o), -(43,926,c), -(59,914,l) -); -} -); -width = 344; -}, -{ -anchors = ( -{ -name = _top; -pos = (239,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(198,735,l), -(247,796,l), -(296,735,l), -(454,735,l), -(345,856,l), -(150,856,l), -(40,735,l) -); -}, -{ -closed = 1; -nodes = ( -(349,875,o), -(402,900,o), -(430,964,c), -(359,998,l), -(344,980,o), -(328,969,o), -(301,969,cs), -(253,969,o), -(238,996,o), -(181,996,cs), -(139,996,o), -(86,977,o), -(54,912,c), -(123,876,l), -(139,890,o), -(156,904,o), -(185,904,cs), -(229,904,o), -(250,875,o), -(300,875,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(195,735,l), -(239,795,l), -(282,735,l), -(439,735,l), -(336,855,l), -(143,855,l), -(39,735,l) -); -}, -{ -closed = 1; -nodes = ( -(127,899,o), -(144,906,o), -(162,906,cs), -(207,906,o), -(251,878,o), -(308,878,cs), -(362,878,o), -(396,907,o), -(421,962,c), -(362,998,l), -(348,976,o), -(333,970,o), -(314,970,cs), -(270,970,o), -(227,998,o), -(168,998,cs), -(114,998,o), -(80,969,o), -(55,914,c), -(114,878,l) -); -} -); -width = 476; -}, -{ -anchors = ( -{ -name = _top; -pos = (215,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,746,l), -(255,861,l), -(291,746,l), -(318,746,l), -(277,882,l), -(238,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(203,935,o), -(215,946,o), -(233,946,cs), -(258,946,o), -(270,920,o), -(300,920,cs), -(325,920,o), -(345,931,o), -(362,965,c), -(348,977,l), -(337,960,o), -(323,949,o), -(306,949,cs), -(282,949,o), -(266,976,o), -(238,976,cs), -(217,976,o), -(195,963,o), -(179,929,c), -(193,919,l) -); -} -); -width = 257; -}, -{ -anchors = ( -{ -name = _top; -pos = (291,678); -} -); -guides = ( -{ -pos = (206,785); -}, -{ -pos = (143,987); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,735,l), -(309,786,l), -(329,735,l), -(460,735,l), -(409,854,l), -(226,854,l), -(136,735,l) -); -}, -{ -closed = 1; -nodes = ( -(243,886,o), -(258,895,o), -(281,895,cs), -(312,895,o), -(327,870,o), -(382,870,cs), -(420,870,o), -(456,888,o), -(493,956,c), -(439,990,l), -(425,969,o), -(413,962,o), -(389,962,cs), -(354,962,o), -(341,987,o), -(289,987,cs), -(249,987,o), -(210,970,o), -(173,900,c), -(227,866,l) -); -} -); -width = 404; -}, -{ -anchors = ( -{ -name = _top; -pos = (259,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,746,l), -(297,857,l), -(361,746,l), -(396,746,l), -(319,882,l), -(279,882,l), -(148,746,l) -); -}, -{ -closed = 1; -nodes = ( -(213,936,o), -(228,943,o), -(250,943,cs), -(288,943,o), -(311,916,o), -(363,916,cs), -(397,916,o), -(423,930,o), -(451,965,c), -(436,978,l), -(417,956,o), -(395,948,o), -(374,948,cs), -(335,948,o), -(298,976,o), -(263,976,cs), -(229,976,o), -(207,962,o), -(178,926,c), -(193,914,l) -); -} -); -width = 345; -}, -{ -anchors = ( -{ -name = _top; -pos = (327,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,735,l), -(350,795,l), -(389,735,l), -(545,735,l), -(470,855,l), -(253,855,l), -(136,735,l) -); -}, -{ -closed = 1; -nodes = ( -(252,899,o), -(270,906,o), -(291,906,cs), -(337,906,o), -(377,878,o), -(437,878,cs), -(493,878,o), -(534,907,o), -(572,962,c), -(521,998,l), -(502,977,o), -(484,970,o), -(463,970,cs), -(417,970,o), -(377,998,o), -(317,998,cs), -(261,998,o), -(220,969,o), -(182,914,c), -(233,878,l) -); -} -); -width = 489; -}, -{ -anchors = ( -{ -name = _top; -pos = (266,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,746,l), -(305,855,l), -(380,746,l), -(420,746,l), -(330,882,l), -(285,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(224,946,o), -(242,952,o), -(262,952,cs), -(302,952,o), -(326,925,o), -(380,925,cs), -(415,925,o), -(441,939,o), -(470,974,c), -(455,987,l), -(435,966,o), -(413,957,o), -(393,957,cs), -(352,957,o), -(313,985,o), -(275,985,cs), -(241,985,o), -(219,971,o), -(189,935,c), -(203,923,l) -); -} -); -width = 362; -}, -{ -anchors = ( -{ -name = _top; -pos = (345,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(491,875,o), -(554,902,o), -(599,971,c), -(531,1005,l), -(512,989,o), -(487,975,o), -(456,975,cs), -(406,975,o), -(389,1006,o), -(330,1006,cs), -(276,1006,o), -(213,979,o), -(168,910,c), -(236,876,l), -(255,892,o), -(280,906,o), -(311,906,cs), -(361,906,o), -(378,875,o), -(437,875,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,729,l), -(368,779,l), -(403,729,l), -(572,729,l), -(490,845,l), -(265,845,l), -(135,729,l) -); -}, -{ -closed = 1; -nodes = ( -(269,899,o), -(287,906,o), -(308,906,cs), -(354,906,o), -(394,878,o), -(454,878,cs), -(510,878,o), -(551,907,o), -(589,962,c), -(538,998,l), -(519,977,o), -(501,970,o), -(480,970,cs), -(434,970,o), -(394,998,o), -(334,998,cs), -(278,998,o), -(237,969,o), -(199,914,c), -(250,878,l) -); -} -); -width = 517; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/colon.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/colon.glyph deleted file mode 100644 index d3ce776b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/colon.glyph +++ /dev/null @@ -1,1007 +0,0 @@ -{ -color = 6; -glyphname = colon; -kernLeft = KO_colon; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(175,377,o), -(216,409,o), -(216,464,cs), -(216,519,o), -(175,551,o), -(120,551,cs), -(65,551,o), -(24,519,o), -(24,464,cs), -(24,409,o), -(65,377,o), -(120,377,cs) -); -}, -{ -closed = 1; -nodes = ( -(175,-10,o), -(216,22,o), -(216,77,cs), -(216,132,o), -(175,164,o), -(120,164,cs), -(65,164,o), -(24,132,o), -(24,77,cs), -(24,22,o), -(65,-10,o), -(120,-10,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (0,387); -ref = period; -} -); -width = 196; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(89,473,o), -(100,483,o), -(100,497,cs), -(100,511,o), -(89,521,o), -(75,521,cs), -(61,521,o), -(50,511,o), -(50,497,cs), -(50,483,o), -(61,473,o), -(75,473,cs) -); -}, -{ -closed = 1; -nodes = ( -(89,-6,o), -(100,4,o), -(100,18,cs), -(100,32,o), -(89,42,o), -(75,42,cs), -(61,42,o), -(50,32,o), -(50,18,cs), -(50,4,o), -(61,-6,o), -(75,-6,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (0,480); -ref = period; -} -); -width = 124; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(97,465,o), -(110,477,o), -(110,494,cs), -(110,511,o), -(97,523,o), -(80,523,cs), -(63,523,o), -(50,511,o), -(50,494,cs), -(50,477,o), -(63,465,o), -(80,465,cs) -); -}, -{ -closed = 1; -nodes = ( -(97,-7,o), -(110,5,o), -(110,22,cs), -(110,39,o), -(97,51,o), -(80,51,cs), -(63,51,o), -(50,39,o), -(50,22,cs), -(50,5,o), -(63,-7,o), -(80,-7,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (0,473); -ref = period; -} -); -width = 142; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(234,369,o), -(268,408,o), -(268,462,cs), -(268,515,o), -(234,554,o), -(150,554,cs), -(66,554,o), -(32,515,o), -(32,462,cs), -(32,408,o), -(66,369,o), -(150,369,cs) -); -}, -{ -closed = 1; -nodes = ( -(234,-10,o), -(268,29,o), -(268,83,cs), -(268,136,o), -(234,175,o), -(150,175,cs), -(66,175,o), -(32,136,o), -(32,83,cs), -(32,29,o), -(66,-10,o), -(150,-10,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (0,379); -ref = period; -} -); -width = 262; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(89,473,o), -(100,483,o), -(100,497,cs), -(100,511,o), -(89,521,o), -(75,521,cs), -(61,521,o), -(50,511,o), -(50,497,cs), -(50,483,o), -(61,473,o), -(75,473,cs) -); -}, -{ -closed = 1; -nodes = ( -(89,-6,o), -(100,4,o), -(100,18,cs), -(100,32,o), -(89,42,o), -(75,42,cs), -(61,42,o), -(50,32,o), -(50,18,cs), -(50,4,o), -(61,-6,o), -(75,-6,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -anchor = top; -ref = period; -}, -{ -alignment = -1; -anchor = top; -pos = (0,480); -ref = period; -} -); -width = 124; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(175,377,o), -(216,409,o), -(216,464,cs), -(216,519,o), -(175,551,o), -(120,551,cs), -(65,551,o), -(24,519,o), -(24,464,cs), -(24,409,o), -(65,377,o), -(120,377,cs) -); -}, -{ -closed = 1; -nodes = ( -(175,-10,o), -(216,22,o), -(216,77,cs), -(216,132,o), -(175,164,o), -(120,164,cs), -(65,164,o), -(24,132,o), -(24,77,cs), -(24,22,o), -(65,-10,o), -(120,-10,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (0,369); -ref = period; -} -); -width = 198; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(110,465,o), -(123,477,o), -(123,494,cs), -(123,511,o), -(110,523,o), -(93,523,cs), -(76,523,o), -(63,511,o), -(63,494,cs), -(63,477,o), -(76,465,o), -(93,465,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,-7,o), -(123,5,o), -(123,22,cs), -(123,39,o), -(110,51,o), -(93,51,cs), -(76,51,o), -(63,39,o), -(63,22,cs), -(63,5,o), -(76,-7,o), -(93,-7,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -anchor = top; -ref = period; -}, -{ -alignment = -1; -anchor = top; -pos = (0,473); -ref = period; -} -); -width = 170; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(195,378,o), -(233,413,o), -(233,466,cs), -(233,519,o), -(195,554,o), -(139,554,cs), -(83,554,o), -(45,519,o), -(45,466,cs), -(45,413,o), -(83,378,o), -(139,378,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,-8,o), -(233,27,o), -(233,80,cs), -(233,133,o), -(195,168,o), -(139,168,cs), -(83,168,o), -(45,133,o), -(45,80,cs), -(45,27,o), -(83,-8,o), -(139,-8,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -anchor = top; -ref = period; -}, -{ -alignment = -1; -anchor = top; -pos = (0,384); -ref = period; -} -); -width = 212; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(97,465,o), -(110,477,o), -(110,494,cs), -(110,511,o), -(97,523,o), -(80,523,cs), -(63,523,o), -(50,511,o), -(50,494,cs), -(50,477,o), -(63,465,o), -(80,465,cs) -); -}, -{ -closed = 1; -nodes = ( -(97,-7,o), -(110,5,o), -(110,22,cs), -(110,39,o), -(97,51,o), -(80,51,cs), -(63,51,o), -(50,39,o), -(50,22,cs), -(50,5,o), -(63,-7,o), -(80,-7,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -anchor = top; -ref = period; -}, -{ -alignment = -1; -anchor = top; -pos = (0,473); -ref = period; -} -); -width = 142; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(234,369,o), -(268,408,o), -(268,462,cs), -(268,515,o), -(234,554,o), -(150,554,cs), -(66,554,o), -(32,515,o), -(32,462,cs), -(32,408,o), -(66,369,o), -(150,369,cs) -); -}, -{ -closed = 1; -nodes = ( -(234,-10,o), -(268,29,o), -(268,83,cs), -(268,136,o), -(234,175,o), -(150,175,cs), -(66,175,o), -(32,136,o), -(32,83,cs), -(32,29,o), -(66,-10,o), -(150,-10,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -anchor = top; -ref = period; -}, -{ -alignment = -1; -anchor = top; -pos = (0,379); -ref = period; -} -); -width = 262; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(110,465,o), -(123,477,o), -(123,494,cs), -(123,511,o), -(110,523,o), -(93,523,cs), -(76,523,o), -(63,511,o), -(63,494,cs), -(63,477,o), -(76,465,o), -(93,465,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,-7,o), -(123,5,o), -(123,22,cs), -(123,39,o), -(110,51,o), -(93,51,cs), -(76,51,o), -(63,39,o), -(63,22,cs), -(63,5,o), -(76,-7,o), -(93,-7,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (0,461); -ref = period; -} -); -width = 201; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(195,378,o), -(233,413,o), -(233,466,cs), -(233,519,o), -(195,554,o), -(139,554,cs), -(83,554,o), -(45,519,o), -(45,466,cs), -(45,413,o), -(83,378,o), -(139,378,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,-8,o), -(233,27,o), -(233,80,cs), -(233,133,o), -(195,168,o), -(139,168,cs), -(83,168,o), -(45,133,o), -(45,80,cs), -(45,27,o), -(83,-8,o), -(139,-8,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (0,356); -ref = period; -} -); -width = 288; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(144,474,o), -(154,483,o), -(154,498,cs), -(154,513,o), -(144,522,o), -(130,522,cs), -(117,522,o), -(106,513,o), -(106,498,cs), -(106,483,o), -(117,474,o), -(130,474,cs) -); -}, -{ -closed = 1; -nodes = ( -(45,-6,o), -(55,3,o), -(55,18,cs), -(55,33,o), -(45,42,o), -(31,42,cs), -(18,42,o), -(7,33,o), -(7,18,cs), -(7,3,o), -(18,-6,o), -(31,-6,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (100,480); -ref = period; -} -); -width = 123; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(224,377,o), -(266,414,o), -(266,469,cs), -(266,518,o), -(233,551,o), -(176,551,cs), -(113,551,o), -(71,514,o), -(71,459,cs), -(71,410,o), -(104,377,o), -(161,377,cs) -); -}, -{ -closed = 1; -nodes = ( -(144,-10,o), -(186,27,o), -(186,82,cs), -(186,131,o), -(153,164,o), -(96,164,cs), -(33,164,o), -(-9,127,o), -(-9,72,cs), -(-9,23,o), -(24,-10,o), -(81,-10,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (81,387); -ref = period; -} -); -width = 211; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(161,465,o), -(174,476,o), -(174,495,cs), -(174,512,o), -(162,523,o), -(145,523,cs), -(127,523,o), -(114,512,o), -(114,493,cs), -(114,476,o), -(126,465,o), -(143,465,cs) -); -}, -{ -closed = 1; -nodes = ( -(62,-7,o), -(75,4,o), -(75,23,cs), -(75,40,o), -(63,51,o), -(46,51,cs), -(28,51,o), -(15,40,o), -(15,21,cs), -(15,4,o), -(27,-7,o), -(44,-7,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (98,473); -ref = period; -} -); -width = 170; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(241,379,o), -(285,416,o), -(285,474,cs), -(285,522,o), -(249,554,o), -(195,554,cs), -(131,554,o), -(87,517,o), -(87,459,cs), -(87,411,o), -(123,379,o), -(177,379,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,-8,o), -(204,29,o), -(204,87,cs), -(204,135,o), -(168,167,o), -(114,167,cs), -(50,167,o), -(6,130,o), -(6,72,cs), -(6,24,o), -(42,-8,o), -(96,-8,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (80,385); -ref = period; -} -); -width = 242; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(147,467,o), -(160,478,o), -(160,497,cs), -(160,514,o), -(148,525,o), -(131,525,cs), -(113,525,o), -(100,514,o), -(100,495,cs), -(100,478,o), -(112,467,o), -(129,467,cs) -); -}, -{ -closed = 1; -nodes = ( -(49,-7,o), -(62,4,o), -(62,23,cs), -(62,40,o), -(50,51,o), -(33,51,cs), -(15,51,o), -(2,40,o), -(2,21,cs), -(2,4,o), -(14,-7,o), -(31,-7,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (98,473); -ref = period; -} -); -width = 144; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(266,369,o), -(312,405,o), -(312,469,cs), -(312,520,o), -(271,554,o), -(199,554,cs), -(118,554,o), -(72,518,o), -(72,454,cs), -(72,403,o), -(113,369,o), -(185,369,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,-10,o), -(234,26,o), -(234,90,cs), -(234,141,o), -(193,175,o), -(121,175,cs), -(40,175,o), -(-6,139,o), -(-6,75,cs), -(-6,24,o), -(35,-10,o), -(107,-10,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = period; -}, -{ -alignment = 1; -anchor = top; -pos = (78,379); -ref = period; -} -); -width = 264; -} -); -metricLeft = period; -metricRight = period; -unicode = 58; -userData = { -KernOnName = colon; -KernOnSpecialSpacing = { -L = "spaced-off"; -R = "spaced-off"; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/colon.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/colon.ss01.glyph deleted file mode 100644 index a7881340..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/colon.ss01.glyph +++ /dev/null @@ -1,296 +0,0 @@ -{ -color = 6; -glyphname = colon.ss01; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (0,367); -ref = period.ss01; -} -); -width = 207; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (0,462); -ref = period.ss01; -} -); -width = 122; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (0,456); -ref = period.ss01; -} -); -width = 137; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (0,380); -ref = period.ss01; -} -); -width = 273; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = top; -pos = (0,462); -ref = period.ss01; -} -); -width = 122; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = top; -pos = (0,367); -ref = period.ss01; -} -); -width = 207; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = top; -pos = (0,456); -ref = period.ss01; -} -); -width = 165; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = top; -pos = (0,380); -ref = period.ss01; -} -); -width = 235; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = top; -pos = (0,456); -ref = period.ss01; -} -); -width = 137; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = top; -pos = (0,380); -ref = period.ss01; -} -); -width = 273; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (0,456); -ref = period.ss01; -} -); -width = 166; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (0,380); -ref = period.ss01; -} -); -width = 248; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (96,462); -ref = period.ss01; -} -); -width = 122; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (76,367); -ref = period.ss01; -} -); -width = 205; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (94,456); -ref = period.ss01; -} -); -width = 164; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (78,380); -ref = period.ss01; -} -); -width = 253; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (94,456); -ref = period.ss01; -} -); -width = 138; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (78,380); -ref = period.ss01; -} -); -width = 271; -} -); -metricLeft = period; -metricRight = period; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/comma.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/comma.glyph deleted file mode 100644 index 4445f81f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/comma.glyph +++ /dev/null @@ -1,1084 +0,0 @@ -{ -glyphname = comma; -kernLeft = KO_comma; -kernRight = KO_comma; -layers = ( -{ -anchors = ( -{ -name = "#entry"; -pos = (-21,0); -}, -{ -name = "#exit"; -pos = (203,0); -}, -{ -name = top; -pos = (99,551); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(159,-10,o), -(200,22,o), -(200,77,cs), -(200,132,o), -(159,164,o), -(104,164,cs), -(49,164,o), -(8,132,o), -(8,77,cs), -(8,22,o), -(49,-10,o), -(104,-10,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(92,-167,l), -(146,-123,o), -(200,-26,o), -(200,56,cs), -(200,126,o), -(158,164,o), -(103,164,cs), -(48,164,o), -(8,129,o), -(8,77,cs), -(8,27,o), -(43,-5,o), -(91,-5,cs), -(105,-5,o), -(118,-2,o), -(126,3,c), -(112,14,l), -(103,-37,o), -(62,-103,o), -(-8,-167,c) -); -} -); -width = 211; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-22,0); -}, -{ -name = "#exit"; -pos = (141,0); -}, -{ -name = top; -pos = (61,522); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(33,-130,l), -(58,-100,o), -(90,-35,o), -(90,11,cs), -(90,30,o), -(81,42,o), -(64,42,cs), -(51,42,o), -(41,33,o), -(41,19,cs), -(41,5,o), -(51,-4,o), -(64,-4,cs), -(71,-4,o), -(77,-2,o), -(80,1,c), -(77,3,l), -(72,-40,o), -(47,-91,o), -(16,-130,c) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(35,-125,l), -(59,-102,o), -(91,-37,o), -(91,8,cs), -(91,31,o), -(80,42,o), -(63,42,cs), -(48,42,o), -(37,32,o), -(37,17,cs), -(37,2,o), -(47,-7,o), -(62,-7,cs), -(69,-7,o), -(73,-6,o), -(78,-2,c), -(71,0,l), -(69,-37,o), -(45,-87,o), -(12,-125,c) -); -} -); -width = 130; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-16,0); -}, -{ -name = "#exit"; -pos = (113,0); -}, -{ -name = top; -pos = (71,524); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(45,-124,l), -(69,-99,o), -(103,-36,o), -(103,11,cs), -(103,39,o), -(89,51,o), -(71,51,cs), -(53,51,o), -(41,40,o), -(41,23,cs), -(41,8,o), -(51,-4,o), -(69,-4,cs), -(80,-4,o), -(88,2,o), -(90,8,c), -(85,9,l), -(83,-27,o), -(62,-77,o), -(22,-124,c) -); -} -); -width = 146; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-21,0); -}, -{ -name = "#exit"; -pos = (256,0); -}, -{ -name = top; -pos = (133,554); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(217,-10,o), -(251,29,o), -(251,83,cs), -(251,136,o), -(217,175,o), -(133,175,cs), -(49,175,o), -(15,136,o), -(15,83,cs), -(15,29,o), -(49,-10,o), -(133,-10,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(132,-167,l), -(190,-117,o), -(250,-18,o), -(250,62,cs), -(250,139,o), -(202,175,o), -(129,175,cs), -(64,175,o), -(15,142,o), -(15,83,cs), -(15,31,o), -(48,-3,o), -(119,-3,cs), -(128,-3,o), -(137,-2,o), -(146,0,c), -(132,12,l), -(118,-38,o), -(63,-109,o), -(1,-167,c) -); -} -); -width = 267; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (1,0); -}, -{ -name = "#exit"; -pos = (81,0); -}, -{ -name = top; -pos = (51,522); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(33,-130,l), -(58,-100,o), -(90,-35,o), -(90,11,cs), -(90,30,o), -(81,42,o), -(64,42,cs), -(51,42,o), -(41,33,o), -(41,19,cs), -(41,5,o), -(51,-4,o), -(64,-4,cs), -(71,-4,o), -(77,-2,o), -(80,1,c), -(77,3,l), -(72,-40,o), -(47,-91,o), -(16,-130,c) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(48,-125,l), -(63,-75,o), -(82,-24,o), -(82,10,cs), -(82,35,o), -(71,49,o), -(53,49,cs), -(37,49,o), -(26,38,o), -(26,20,cs), -(26,3,o), -(36,-7,o), -(52,-7,cs), -(59,-7,o), -(63,-6,o), -(69,-1,c), -(61,1,l), -(60,-23,o), -(42,-74,o), -(25,-125,c) -); -} -); -width = 100; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-7,0); -}, -{ -name = "#exit"; -pos = (202,0); -}, -{ -name = top; -pos = (94,551); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(159,-10,o), -(200,22,o), -(200,77,cs), -(200,132,o), -(159,164,o), -(104,164,cs), -(49,164,o), -(8,132,o), -(8,77,cs), -(8,22,o), -(49,-10,o), -(104,-10,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,-157,l), -(167,-64,o), -(197,6,o), -(197,61,cs), -(197,138,o), -(153,181,o), -(98,181,cs), -(43,181,o), -(3,141,o), -(3,82,cs), -(3,30,o), -(42,-10,o), -(91,-10,cs), -(103,-10,o), -(114,-7,o), -(121,-2,c), -(87,14,l), -(87,-8,o), -(60,-72,o), -(22,-157,c) -); -} -); -width = 200; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-4,0); -}, -{ -name = "#exit"; -pos = (105,0); -}, -{ -name = top; -pos = (71,524); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(108,-7,o), -(121,5,o), -(121,22,cs), -(121,39,o), -(108,51,o), -(91,51,cs), -(74,51,o), -(61,39,o), -(61,22,cs), -(61,5,o), -(74,-7,o), -(91,-7,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,-146,l), -(80,-84,o), -(109,-16,o), -(109,15,cs), -(109,45,o), -(94,64,o), -(71,64,cs), -(50,64,o), -(36,50,o), -(36,29,cs), -(36,9,o), -(50,-4,o), -(69,-4,cs), -(81,-4,o), -(90,3,o), -(92,11,c), -(82,12,l), -(82,-14,o), -(51,-80,o), -(25,-146,c) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 142; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-5,0); -}, -{ -name = "#exit"; -pos = (239,0); -}, -{ -name = top; -pos = (105,552); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(116,-167,l), -(175,-112,o), -(221,-20,o), -(221,50,cs), -(221,122,o), -(179,162,o), -(120,162,cs), -(64,162,o), -(22,127,o), -(22,73,cs), -(22,24,o), -(54,-10,o), -(113,-10,cs), -(134,-10,o), -(157,-4,o), -(171,8,c), -(123,8,l), -(113,-39,o), -(66,-108,o), -(9,-167,c) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,-171,l), -(167,-95,o), -(223,8,o), -(223,71,cs), -(223,149,o), -(180,199,o), -(109,199,cs), -(45,199,o), -(0,154,o), -(0,92,cs), -(0,35,o), -(41,-7,o), -(89,-7,cs), -(98,-7,o), -(110,-5,o), -(117,-3,c), -(95,7,l), -(95,-18,o), -(40,-110,o), -(13,-171,c) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 223; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (4,0); -}, -{ -name = "#exit"; -pos = (120,0); -}, -{ -name = top; -pos = (61,524); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(38,-158,l), -(70,-87,o), -(96,-13,o), -(96,15,cs), -(96,42,o), -(82,61,o), -(61,61,cs), -(41,61,o), -(28,48,o), -(28,28,cs), -(28,10,o), -(39,-4,o), -(59,-4,cs), -(71,-4,o), -(79,3,o), -(81,10,c), -(68,9,l), -(66,-15,o), -(38,-89,o), -(7,-158,c) -); -} -); -width = 126; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-9,0); -}, -{ -name = "#exit"; -pos = (293,0); -}, -{ -name = top; -pos = (150,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(234,-10,o), -(268,29,o), -(268,83,cs), -(268,136,o), -(234,175,o), -(150,175,cs), -(66,175,o), -(32,136,o), -(32,83,cs), -(32,29,o), -(66,-10,o), -(150,-10,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(148,-173,l), -(245,-57,o), -(291,8,o), -(291,67,cs), -(291,149,o), -(238,197,o), -(149,197,cs), -(69,197,o), -(15,151,o), -(15,87,cs), -(15,28,o), -(64,-15,o), -(124,-15,cs), -(135,-15,o), -(150,-13,o), -(158,-11,c), -(142,-1,l), -(141,-13,o), -(88,-78,o), -(12,-173,c) -); -} -); -width = 297; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (14,0); -}, -{ -name = "#exit"; -pos = (141,0); -}, -{ -name = top; -pos = (107,524); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(123,-7,o), -(136,5,o), -(136,22,cs), -(136,39,o), -(123,51,o), -(106,51,cs), -(89,51,o), -(76,39,o), -(76,22,cs), -(76,5,o), -(89,-7,o), -(106,-7,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(80,-150,l), -(112,-109,o), -(147,-33,o), -(147,13,cs), -(147,42,o), -(132,61,o), -(109,61,cs), -(86,61,o), -(72,48,o), -(72,26,cs), -(72,8,o), -(84,-6,o), -(106,-6,cs), -(120,-6,o), -(129,1,o), -(132,8,c), -(122,10,l), -(119,-36,o), -(85,-101,o), -(52,-150,c) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 210; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (7,17); -}, -{ -name = "#exit"; -pos = (276,17); -}, -{ -name = top; -pos = (141,552); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(146,-167,l), -(205,-112,o), -(251,-20,o), -(251,50,cs), -(251,122,o), -(209,162,o), -(150,162,cs), -(94,162,o), -(52,127,o), -(52,73,cs), -(52,24,o), -(84,-10,o), -(143,-10,cs), -(164,-10,o), -(187,-4,o), -(201,8,c), -(153,8,l), -(143,-39,o), -(96,-108,o), -(39,-167,c) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(144,-172,l), -(210,-85,o), -(250,5,o), -(250,73,cs), -(250,145,o), -(207,193,o), -(142,193,cs), -(82,193,o), -(37,151,o), -(37,93,cs), -(37,35,o), -(76,-5,o), -(132,-5,cs), -(141,-5,o), -(149,-3,o), -(158,-2,c), -(138,23,l), -(131,-13,o), -(82,-95,o), -(23,-172,c) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 289; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-22,0); -}, -{ -name = "#exit"; -pos = (86,0); -}, -{ -name = top; -pos = (115,522); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-44,-123,l), -(-16,-100,o), -(39,-26,o), -(39,14,cs), -(39,30,o), -(29,41,o), -(13,41,cs), -(-1,41,o), -(-12,32,o), -(-12,16,cs), -(-12,2,o), -(-2,-7,o), -(12,-7,cs), -(17,-7,o), -(21,-6,o), -(24,-4,c), -(19,1,l), -(9,-36,o), -(-28,-86,o), -(-67,-123,c) -); -} -); -width = 128; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-27,0); -}, -{ -name = "#exit"; -pos = (213,0); -}, -{ -name = top; -pos = (159,551); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(6,-167,l), -(73,-122,o), -(164,-16,o), -(164,73,cs), -(164,128,o), -(126,164,o), -(70,164,cs), -(9,164,o), -(-32,127,o), -(-32,75,cs), -(-32,30,o), -(3,-1,o), -(50,-1,cs), -(62,-1,o), -(72,1,o), -(79,4,c), -(63,17,l), -(38,-38,o), -(-23,-108,o), -(-105,-167,c) -); -} -); -width = 218; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-3,0); -}, -{ -name = "#exit"; -pos = (125,0); -}, -{ -name = top; -pos = (140,524); -} -); -guides = ( -{ -pos = (36,-124); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(-12,-124,l), -(24,-88,o), -(69,-20,o), -(69,18,cs), -(69,38,o), -(57,51,o), -(37,51,cs), -(19,51,o), -(6,40,o), -(6,20,cs), -(6,3,o), -(18,-8,o), -(36,-8,cs), -(42,-8,o), -(47,-6,o), -(51,-4,c), -(48,2,l), -(37,-35,o), -(3,-83,o), -(-36,-124,c) -); -} -); -width = 175; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-16,0); -}, -{ -name = "#exit"; -pos = (232,0); -}, -{ -name = top; -pos = (177,552); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(21,-167,l), -(89,-122,o), -(180,-15,o), -(180,75,cs), -(180,131,o), -(142,167,o), -(86,167,cs), -(24,167,o), -(-17,130,o), -(-17,77,cs), -(-17,32,o), -(18,1,o), -(65,1,cs), -(78,1,o), -(88,3,o), -(95,6,c), -(79,19,l), -(53,-37,o), -(-8,-107,o), -(-91,-167,c) -); -} -); -width = 247; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-8,0); -}, -{ -name = "#exit"; -pos = (120,0); -}, -{ -name = top; -pos = (125,524); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(-25,-124,l), -(11,-88,o), -(56,-20,o), -(56,18,cs), -(56,38,o), -(44,51,o), -(24,51,cs), -(6,51,o), -(-7,40,o), -(-7,20,cs), -(-7,3,o), -(5,-8,o), -(23,-8,cs), -(29,-8,o), -(34,-6,o), -(38,-4,c), -(35,2,l), -(24,-35,o), -(-10,-83,o), -(-49,-124,c) -); -} -); -width = 148; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-11,0); -}, -{ -name = "#exit"; -pos = (265,0); -}, -{ -name = top; -pos = (188,554); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(62,-167,l), -(148,-106,o), -(210,-11,o), -(210,64,cs), -(210,131,o), -(168,175,o), -(91,175,cs), -(16,175,o), -(-27,137,o), -(-27,79,cs), -(-27,29,o), -(10,-4,o), -(76,-4,cs), -(93,-4,o), -(106,-2,o), -(115,1,c), -(102,22,l), -(75,-33,o), -(7,-104,o), -(-80,-167,c) -); -} -); -width = 267; -} -); -unicode = 44; -userData = { -KernOnName = comma; -KernOnSpecialSpacing = { -L = period; -R = period; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/comma.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/comma.ss01.glyph deleted file mode 100644 index c0457c0e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/comma.ss01.glyph +++ /dev/null @@ -1,881 +0,0 @@ -{ -glyphname = comma.ss01; -kernLeft = KO_comma.ss01; -kernRight = KO_period.ss01; -layers = ( -{ -anchors = ( -{ -name = "#entry"; -pos = (-10,0); -}, -{ -name = "#exit"; -pos = (220,0); -}, -{ -name = top; -pos = (103,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(42,-177,ls), -(129,-177,o), -(187,-142,o), -(187,-31,cs), -(187,174,l), -(18,165,l), -(18,0,l), -(99,0,l), -(99,-24,ls), -(99,-63,o), -(79,-85,o), -(28,-85,cs), -(3,-85,l), -(3,-177,l) -); -} -); -width = 206; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-8,0); -}, -{ -name = "#exit"; -pos = (92,0); -}, -{ -name = top; -pos = (61,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(33,-142,ls), -(65,-133,o), -(80,-114,o), -(80,-60,cs), -(80,58,l), -(42,54,l), -(42,0,l), -(59,0,l), -(59,-55,ls), -(59,-99,o), -(50,-114,o), -(33,-119,cs), -(26,-121,l), -(26,-144,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(30,-143,ls), -(67,-133,o), -(80,-115,o), -(80,-63,cs), -(80,58,l), -(42,54,l), -(42,0,l), -(59,0,l), -(59,-50,ls), -(59,-94,o), -(57,-112,o), -(30,-120,cs), -(26,-121,l), -(26,-144,l) -); -} -); -width = 122; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-3,0); -}, -{ -name = "#exit"; -pos = (117,0); -}, -{ -name = top; -pos = (69,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(47,-143,ls), -(81,-135,o), -(97,-117,o), -(97,-71,cs), -(97,61,l), -(55,57,l), -(55,0,l), -(73,0,l), -(73,-60,ls), -(73,-90,o), -(72,-110,o), -(47,-116,cs), -(43,-117,l), -(43,-144,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,-145,ls), -(81,-137,o), -(91,-119,o), -(91,-76,cs), -(91,62,l), -(46,57,l), -(46,0,l), -(67,0,l), -(67,-73,ls), -(67,-104,o), -(63,-113,o), -(40,-118,cs), -(35,-119,l), -(35,-146,l) -); -} -); -width = 137; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (270,0); -}, -{ -name = top; -pos = (136,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(88,-177,ls), -(180,-177,o), -(242,-124,o), -(242,-23,cs), -(242,174,l), -(29,164,l), -(29,0,l), -(127,0,l), -(127,-16,ls), -(127,-55,o), -(107,-77,o), -(56,-77,cs), -(22,-77,l), -(22,-177,l) -); -} -); -width = 272; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-28,0); -}, -{ -name = "#exit"; -pos = (72,0); -}, -{ -name = top; -pos = (41,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(33,-142,ls), -(65,-133,o), -(80,-114,o), -(80,-60,cs), -(80,58,l), -(42,54,l), -(42,0,l), -(59,0,l), -(59,-55,ls), -(59,-99,o), -(50,-114,o), -(33,-119,cs), -(26,-121,l), -(26,-144,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(10,-143,ls), -(47,-133,o), -(60,-115,o), -(60,-63,cs), -(60,58,l), -(22,54,l), -(22,0,l), -(39,0,l), -(39,-50,ls), -(39,-94,o), -(37,-112,o), -(10,-120,cs), -(6,-121,l), -(6,-144,l) -); -} -); -width = 82; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-15,0); -}, -{ -name = "#exit"; -pos = (215,0); -}, -{ -name = top; -pos = (98,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(37,-177,ls), -(124,-177,o), -(182,-142,o), -(182,-31,cs), -(182,174,l), -(13,165,l), -(13,0,l), -(94,0,l), -(94,-24,ls), -(94,-63,o), -(74,-85,o), -(23,-85,cs), -(-2,-85,l), -(-2,-177,l) -); -} -); -width = 191; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-18,0); -}, -{ -name = "#exit"; -pos = (122,0); -}, -{ -name = top; -pos = (61,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(47,-145,ls), -(84,-139,o), -(102,-115,o), -(102,-68,cs), -(102,62,l), -(57,57,l), -(57,0,l), -(78,0,l), -(78,-63,ls), -(78,-96,o), -(70,-113,o), -(46,-118,cs), -(41,-119,l), -(41,-146,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(32,-143,ls), -(66,-135,o), -(82,-117,o), -(82,-71,cs), -(82,61,l), -(40,57,l), -(40,0,l), -(58,0,l), -(58,-60,ls), -(58,-90,o), -(57,-110,o), -(32,-116,cs), -(28,-117,l), -(28,-144,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 122; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-15,0); -}, -{ -name = "#exit"; -pos = (245,0); -}, -{ -name = top; -pos = (106,544); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(50,-177,ls), -(137,-177,o), -(195,-142,o), -(195,-31,cs), -(195,174,l), -(16,162,l), -(16,0,l), -(97,0,l), -(97,-24,ls), -(97,-63,o), -(77,-85,o), -(26,-85,cs), -(1,-85,l), -(1,-177,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 212; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-13,0); -}, -{ -name = "#exit"; -pos = (107,0); -}, -{ -name = top; -pos = (59,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(47,-143,ls), -(81,-135,o), -(97,-117,o), -(97,-71,cs), -(97,61,l), -(55,57,l), -(55,0,l), -(73,0,l), -(73,-60,ls), -(73,-90,o), -(72,-110,o), -(47,-116,cs), -(43,-117,l), -(43,-144,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(30,-145,ls), -(71,-137,o), -(81,-119,o), -(81,-76,cs), -(81,62,l), -(36,57,l), -(36,0,l), -(57,0,l), -(57,-73,ls), -(57,-104,o), -(53,-113,o), -(30,-118,cs), -(25,-119,l), -(25,-146,l) -); -} -); -width = 117; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-10,0); -}, -{ -name = "#exit"; -pos = (260,0); -}, -{ -name = top; -pos = (126,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(78,-177,ls), -(170,-177,o), -(232,-124,o), -(232,-23,cs), -(232,174,l), -(19,164,l), -(19,0,l), -(117,0,l), -(117,-16,ls), -(117,-55,o), -(97,-77,o), -(46,-77,cs), -(12,-77,l), -(12,-177,l) -); -} -); -width = 252; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (5,0); -}, -{ -name = "#exit"; -pos = (143,0); -}, -{ -name = top; -pos = (82,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(47,-145,ls), -(84,-139,o), -(102,-115,o), -(102,-68,cs), -(102,62,l), -(57,57,l), -(57,0,l), -(78,0,l), -(78,-63,ls), -(78,-96,o), -(70,-113,o), -(46,-118,cs), -(41,-119,l), -(41,-146,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(53,-143,ls), -(87,-135,o), -(103,-117,o), -(103,-71,cs), -(103,61,l), -(61,57,l), -(61,0,l), -(79,0,l), -(79,-60,ls), -(79,-90,o), -(78,-110,o), -(53,-116,cs), -(51,-117,l), -(51,-144,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 163; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (11,0); -}, -{ -name = "#exit"; -pos = (257,0); -}, -{ -name = top; -pos = (123,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(70,-177,ls), -(154,-177,o), -(211,-142,o), -(211,-31,cs), -(211,174,l), -(35,162,l), -(35,0,l), -(115,0,l), -(115,-24,ls), -(115,-63,o), -(94,-85,o), -(46,-85,cs), -(21,-85,l), -(21,-177,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 247; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-8,0); -}, -{ -name = "#exit"; -pos = (97,0); -}, -{ -name = top; -pos = (115,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-49,-143,ls), -(-22,-139,o), -(1,-123,o), -(12,-70,cs), -(39,58,l), -(0,54,l), -(-11,0,l), -(6,0,l), -(-8,-65,ls), -(-15,-96,o), -(-24,-116,o), -(-46,-120,cs), -(-52,-121,l), -(-56,-144,l) -); -} -); -width = 121; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-7,0); -}, -{ -name = "#exit"; -pos = (213,0); -}, -{ -name = top; -pos = (157,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-56,-177,ls), -(31,-177,o), -(96,-142,o), -(119,-31,cs), -(163,184,l), -(-9,169,l), -(-44,0,l), -(37,0,l), -(32,-24,ls), -(24,-63,o), -(0,-85,o), -(-51,-85,cs), -(-76,-85,l), -(-95,-177,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(-52,-177,ls), -(34,-177,o), -(100,-142,o), -(123,-31,cs), -(165,173,l), -(-4,167,l), -(-39,0,l), -(42,0,l), -(37,-24,ls), -(29,-63,o), -(4,-85,o), -(-47,-85,cs), -(-71,-85,l), -(-90,-177,l) -); -} -); -width = 203; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (5,0); -}, -{ -name = "#exit"; -pos = (125,0); -}, -{ -name = top; -pos = (135,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(-32,-145,ls), -(5,-141,o), -(26,-118,o), -(36,-68,cs), -(63,62,l), -(17,57,l), -(5,0,l), -(26,0,l), -(13,-63,ls), -(7,-93,o), -(-4,-115,o), -(-28,-118,cs), -(-35,-119,l), -(-41,-146,l) -); -} -); -width = 163; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-9,0); -}, -{ -name = "#exit"; -pos = (231,0); -}, -{ -name = top; -pos = (182,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(-23,-177,ls), -(63,-177,o), -(129,-142,o), -(152,-31,cs), -(194,174,l), -(15,165,l), -(-20,0,l), -(61,0,l), -(56,-24,ls), -(48,-63,o), -(23,-85,o), -(-28,-85,cs), -(-52,-85,l), -(-71,-177,l) -); -} -); -width = 252; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-7,0); -}, -{ -name = "#exit"; -pos = (113,0); -}, -{ -name = top; -pos = (122,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(-45,-145,ls), -(-8,-141,o), -(13,-118,o), -(23,-68,cs), -(49,58,l), -(3,53,l), -(-8,0,l), -(13,0,l), -(0,-63,ls), -(-6,-93,o), -(-17,-115,o), -(-41,-118,cs), -(-48,-119,l), -(-54,-146,l) -); -} -); -width = 136; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-4,0); -}, -{ -name = "#exit"; -pos = (262,0); -}, -{ -name = top; -pos = (190,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(-7,-177,ls), -(84,-177,o), -(155,-134,o), -(178,-23,cs), -(218,172,l), -(6,164,l), -(-28,0,l), -(69,0,l), -(66,-16,ls), -(59,-55,o), -(33,-77,o), -(-17,-77,cs), -(-51,-77,l), -(-72,-177,l) -); -} -); -width = 268; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/commaaccentcomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/commaaccentcomb.glyph deleted file mode 100644 index 81d0686c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/commaaccentcomb.glyph +++ /dev/null @@ -1,392 +0,0 @@ -{ -glyphname = commaaccentcomb; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (97,0); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,-195,l), -(111,-59,l), -(82,-59,l), -(40,-195,l) -); -} -); -width = 151; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (182,0); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(184,-208,l), -(271,-59,l), -(93,-59,l), -(40,-208,l) -); -} -); -width = 311; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (101,0); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,-192,l), -(121,-56,l), -(80,-56,l), -(40,-192,l) -); -} -); -width = 161; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (184,0); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,-231,l), -(291,-56,l), -(77,-56,l), -(40,-231,l) -); -} -); -width = 331; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (77,0); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(46,-195,l), -(91,-59,l), -(62,-59,l), -(20,-195,l) -); -} -); -width = 111; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (172,0); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,-208,l), -(261,-59,l), -(83,-59,l), -(30,-208,l) -); -} -); -width = 291; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (86,0); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,-193,l), -(103,-57,l), -(68,-57,l), -(20,-193,l) -); -} -); -width = 123; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (149,0); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,-217,l), -(241,-57,l), -(57,-57,l), -(19,-217,l) -); -} -); -width = 260; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (91,0); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(62,-192,l), -(111,-56,l), -(70,-56,l), -(30,-192,l) -); -} -); -width = 141; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (174,0); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(194,-231,l), -(281,-56,l), -(67,-56,l), -(30,-231,l) -); -} -); -width = 311; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (107,0); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(70,-193,l), -(124,-57,l), -(89,-57,l), -(43,-193,l) -); -} -); -width = 164; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (163,0); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(181,-217,l), -(254,-57,l), -(71,-57,l), -(39,-217,l) -); -} -); -width = 292; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (43,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-28,-195,l), -(45,-59,l), -(16,-59,l), -(-54,-195,l) -); -} -); -width = 151; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (124,0); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(83,-208,l), -(200,-59,l), -(24,-59,l), -(-59,-208,l) -); -} -); -width = 308; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (52,0); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(-25,-193,l), -(57,-57,l), -(22,-57,l), -(-54,-193,l) -); -} -); -width = 162; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (115,0); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(83,-217,l), -(195,-57,l), -(11,-57,l), -(-61,-217,l) -); -} -); -width = 303; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (48,0); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(-21,-192,l), -(56,-56,l), -(15,-56,l), -(-53,-192,l) -); -} -); -width = 161; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (123,0); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-232,l), -(213,-56,l), -(9,-56,l), -(-64,-232,l) -); -} -); -width = 321; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 806; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/commaturnedabovecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/commaturnedabovecomb.glyph deleted file mode 100644 index 0fb38f0f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/commaturnedabovecomb.glyph +++ /dev/null @@ -1,500 +0,0 @@ -{ -glyphname = commaturnedabovecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (56,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(70,746,l), -(70,780,ls), -(70,825,o), -(93,857,o), -(126,882,c), -(111,900,l), -(74,875,o), -(40,836,o), -(40,780,cs), -(40,746,l) -); -} -); -width = 166; -}, -{ -anchors = ( -{ -name = _top; -pos = (101,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,735,l), -(162,758,ls), -(162,821,o), -(170,852,o), -(201,883,c), -(152,952,l), -(73,915,o), -(40,862,o), -(40,776,cs), -(40,735,l) -); -} -); -width = 241; -}, -{ -anchors = ( -{ -name = _top; -pos = (57,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,746,l), -(73,777,ls), -(73,819,o), -(92,848,o), -(141,882,c), -(125,901,l), -(73,873,o), -(40,828,o), -(40,777,cs), -(40,746,l) -); -} -); -width = 181; -}, -{ -anchors = ( -{ -name = _top; -pos = (120,678); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(200,735,l), -(200,770,ls), -(200,831,o), -(208,862,o), -(237,901,c), -(159,979,l), -(75,926,o), -(40,873,o), -(40,788,cs), -(40,735,l) -); -} -); -width = 277; -}, -{ -anchors = ( -{ -name = _top; -pos = (36,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(50,746,l), -(50,780,ls), -(50,825,o), -(73,857,o), -(106,882,c), -(91,900,l), -(54,875,o), -(20,836,o), -(20,780,cs), -(20,746,l) -); -} -); -width = 126; -}, -{ -anchors = ( -{ -name = _top; -pos = (91,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,735,l), -(152,758,ls), -(152,821,o), -(160,852,o), -(191,883,c), -(142,952,l), -(63,915,o), -(30,862,o), -(30,776,cs), -(30,735,l) -); -} -); -width = 221; -}, -{ -anchors = ( -{ -name = _top; -pos = (36,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(51,746,l), -(51,777,ls), -(51,823,o), -(75,857,o), -(109,882,c), -(93,901,l), -(55,875,o), -(20,835,o), -(20,777,cs), -(20,746,l) -); -} -); -width = 129; -}, -{ -anchors = ( -{ -name = _top; -pos = (93,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,735,l), -(167,760,ls), -(167,823,o), -(176,854,o), -(210,895,c), -(138,973,l), -(54,919,o), -(19,865,o), -(19,778,cs), -(19,735,l) -); -} -); -width = 229; -}, -{ -anchors = ( -{ -name = _top; -pos = (47,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(63,746,l), -(63,777,ls), -(63,819,o), -(82,848,o), -(131,882,c), -(115,901,l), -(63,873,o), -(30,828,o), -(30,777,cs), -(30,746,l) -); -} -); -width = 161; -}, -{ -anchors = ( -{ -name = _top; -pos = (110,678); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,735,l), -(190,770,ls), -(190,831,o), -(198,862,o), -(227,901,c), -(149,979,l), -(65,926,o), -(30,873,o), -(30,788,cs), -(30,735,l) -); -} -); -width = 257; -}, -{ -anchors = ( -{ -name = _top; -pos = (57,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(72,746,l), -(72,777,ls), -(72,823,o), -(96,857,o), -(130,882,c), -(114,901,l), -(76,875,o), -(43,835,o), -(43,777,cs), -(43,746,l) -); -} -); -width = 170; -}, -{ -anchors = ( -{ -name = _top; -pos = (112,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(185,735,l), -(185,760,ls), -(185,823,o), -(191,854,o), -(222,895,c), -(150,973,l), -(70,920,o), -(39,865,o), -(39,778,cs), -(39,735,l) -); -} -); -width = 259; -}, -{ -anchors = ( -{ -name = _top; -pos = (142,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,746,l), -(178,780,ls), -(187,825,o), -(217,857,o), -(255,882,c), -(244,900,l), -(202,875,o), -(160,836,o), -(148,780,cs), -(141,746,l) -); -} -); -width = 166; -}, -{ -anchors = ( -{ -name = _top; -pos = (186,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,735,l), -(263,758,ls), -(276,821,o), -(291,852,o), -(328,883,c), -(293,952,l), -(207,915,o), -(163,862,o), -(145,776,cs), -(137,735,l) -); -} -); -width = 241; -}, -{ -anchors = ( -{ -name = _top; -pos = (142,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,746,l), -(178,777,ls), -(188,823,o), -(219,857,o), -(258,882,c), -(246,901,l), -(203,875,o), -(159,835,o), -(147,777,cs), -(141,746,l) -); -} -); -width = 169; -}, -{ -anchors = ( -{ -name = _top; -pos = (198,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(284,735,l), -(290,760,ls), -(303,823,o), -(318,854,o), -(360,895,c), -(305,973,l), -(209,919,o), -(163,865,o), -(145,778,cs), -(136,735,l) -); -} -); -width = 271; -}, -{ -anchors = ( -{ -name = _top; -pos = (142,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,746,l), -(178,767,ls), -(187,816,o), -(213,850,o), -(270,882,c), -(258,901,l), -(202,877,o), -(158,837,o), -(145,767,cs), -(141,746,l) -); -} -); -width = 181; -}, -{ -anchors = ( -{ -name = _top; -pos = (204,678); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,735,l), -(303,770,ls), -(316,831,o), -(330,862,o), -(367,901,c), -(305,979,l), -(210,926,o), -(164,873,o), -(147,788,cs), -(136,735,l) -); -} -); -width = 277; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 786; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/copyright.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/copyright.glyph deleted file mode 100644 index f599e496..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/copyright.glyph +++ /dev/null @@ -1,1806 +0,0 @@ -{ -color = 6; -glyphname = copyright; -layers = ( -{ -background = { -anchors = ( -{ -name = center; -pos = (353,366); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(448,123,o), -(507,173,o), -(516,303,c), -(388,303,l), -(386,252,o), -(377,229,o), -(356,229,cs), -(332,229,o), -(324,263,o), -(324,365,cs), -(324,474,o), -(333,503,o), -(356,503,cs), -(377,503,o), -(386,485,o), -(388,429,c), -(516,429,l), -(508,556,o), -(452,610,o), -(356,610,cs), -(252,610,o), -(190,538,o), -(190,367,cs), -(190,193,o), -(255,123,o), -(356,123,cs) -); -}, -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (150,0); -ref = _copyright.C; -} -); -width = 706; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (349,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(412,150,o), -(446,195,o), -(453,285,c), -(423,285,l), -(415,216,o), -(397,176,o), -(344,176,cs), -(291,176,o), -(256,215,o), -(256,365,cs), -(256,514,o), -(291,553,o), -(344,553,cs), -(389,553,o), -(414,525,o), -(423,443,c), -(453,443,l), -(445,552,o), -(396,581,o), -(344,581,cs), -(248,581,o), -(226,493,o), -(226,365,cs), -(226,237,o), -(248,150,o), -(344,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (186,0); -ref = _copyright.C; -} -); -width = 698; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (442,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(546,161,o), -(630,217,o), -(644,300,c), -(607,300,l), -(592,237,o), -(529,193,o), -(447,193,cs), -(339,193,o), -(277,260,o), -(277,362,cs), -(277,465,o), -(346,533,o), -(449,533,cs), -(525,533,o), -(585,500,o), -(604,434,c), -(640,434,l), -(628,513,o), -(551,565,o), -(449,565,cs), -(325,565,o), -(241,483,o), -(241,362,cs), -(241,238,o), -(321,161,o), -(446,161,cs) -); -}, -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (201,0); -ref = _copyright.C; -} -); -width = 884; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (430,364); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(553,154,o), -(653,216,o), -(656,318,c), -(498,318,l), -(490,288,o), -(465,273,o), -(436,273,cs), -(392,273,o), -(363,303,o), -(363,365,cs), -(363,418,o), -(387,455,o), -(436,455,cs), -(467,455,o), -(493,439,o), -(497,410,c), -(655,410,l), -(652,507,o), -(570,574,o), -(437,574,cs), -(296,574,o), -(204,498,o), -(204,366,cs), -(204,238,o), -(289,154,o), -(429,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (164,0); -ref = _copyright.C; -} -); -width = 860; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (349,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(412,150,o), -(446,195,o), -(453,285,c), -(423,285,l), -(415,216,o), -(397,176,o), -(344,176,cs), -(291,176,o), -(256,215,o), -(256,365,cs), -(256,514,o), -(291,553,o), -(344,553,cs), -(389,553,o), -(414,525,o), -(423,443,c), -(453,443,l), -(445,552,o), -(396,581,o), -(344,581,cs), -(248,581,o), -(226,493,o), -(226,365,cs), -(226,237,o), -(248,150,o), -(344,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (186,0); -ref = _copyright.C; -} -); -width = 698; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (353,366); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(448,123,o), -(507,173,o), -(516,303,c), -(388,303,l), -(386,252,o), -(377,229,o), -(356,229,cs), -(332,229,o), -(324,263,o), -(324,365,cs), -(324,474,o), -(333,503,o), -(356,503,cs), -(377,503,o), -(386,485,o), -(388,429,c), -(516,429,l), -(508,556,o), -(452,610,o), -(356,610,cs), -(252,610,o), -(190,538,o), -(190,367,cs), -(190,193,o), -(255,123,o), -(356,123,cs) -); -}, -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (140,0); -ref = _copyright.C; -} -); -width = 706; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (435,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(540,160,o), -(606,217,o), -(614,300,c), -(579,300,l), -(571,231,o), -(515,192,o), -(444,192,cs), -(353,192,o), -(292,257,o), -(292,362,cs), -(292,464,o), -(350,535,o), -(445,535,cs), -(507,535,o), -(565,503,o), -(578,435,c), -(612,435,l), -(603,513,o), -(536,567,o), -(447,567,cs), -(332,567,o), -(257,484,o), -(257,362,cs), -(257,241,o), -(332,160,o), -(444,160,cs) -); -}, -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (217,0); -ref = _copyright.C; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 871; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (428,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(546,163,o), -(626,225,o), -(629,319,c), -(496,319,l), -(492,293,o), -(471,274,o), -(434,274,cs), -(393,274,o), -(366,301,o), -(366,365,cs), -(366,420,o), -(387,455,o), -(435,455,cs), -(465,455,o), -(489,441,o), -(495,410,c), -(629,410,l), -(627,499,o), -(552,567,o), -(438,567,cs), -(309,567,o), -(226,488,o), -(226,365,cs), -(226,243,o), -(308,163,o), -(434,163,cs) -); -}, -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (165,0); -ref = _copyright.C; -} -); -width = 813; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (442,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(546,161,o), -(630,217,o), -(644,300,c), -(607,300,l), -(592,237,o), -(529,193,o), -(447,193,cs), -(339,193,o), -(277,260,o), -(277,362,cs), -(277,465,o), -(346,533,o), -(449,533,cs), -(525,533,o), -(585,500,o), -(604,434,c), -(640,434,l), -(628,513,o), -(551,565,o), -(449,565,cs), -(325,565,o), -(241,483,o), -(241,362,cs), -(241,238,o), -(321,161,o), -(446,161,cs) -); -}, -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (191,0); -ref = _copyright.C; -} -); -width = 884; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (430,364); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(553,154,o), -(653,216,o), -(656,318,c), -(498,318,l), -(490,288,o), -(465,273,o), -(436,273,cs), -(392,273,o), -(363,303,o), -(363,365,cs), -(363,418,o), -(387,455,o), -(436,455,cs), -(467,455,o), -(493,439,o), -(497,410,c), -(655,410,l), -(652,507,o), -(570,574,o), -(437,574,cs), -(296,574,o), -(204,498,o), -(204,366,cs), -(204,238,o), -(289,154,o), -(429,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (154,0); -ref = _copyright.C; -} -); -width = 860; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (435,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(540,160,o), -(606,217,o), -(614,300,c), -(579,300,l), -(571,231,o), -(515,192,o), -(444,192,cs), -(353,192,o), -(292,257,o), -(292,362,cs), -(292,464,o), -(350,535,o), -(445,535,cs), -(507,535,o), -(565,503,o), -(578,435,c), -(612,435,l), -(603,513,o), -(536,567,o), -(447,567,cs), -(332,567,o), -(257,484,o), -(257,362,cs), -(257,241,o), -(332,160,o), -(444,160,cs) -); -}, -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (216,0); -ref = _copyright.C; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (428,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(546,163,o), -(626,225,o), -(629,319,c), -(496,319,l), -(492,293,o), -(471,274,o), -(434,274,cs), -(393,274,o), -(366,301,o), -(366,365,cs), -(366,420,o), -(387,455,o), -(435,455,cs), -(465,455,o), -(489,441,o), -(495,410,c), -(629,410,l), -(627,499,o), -(552,567,o), -(438,567,cs), -(309,567,o), -(226,488,o), -(226,365,cs), -(226,243,o), -(308,163,o), -(434,163,cs) -); -}, -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (183,0); -ref = _copyright.C; -} -); -width = 834; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (386,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(449,150,o), -(483,195,o), -(490,285,c), -(460,285,l), -(452,216,o), -(434,176,o), -(381,176,cs), -(328,176,o), -(293,215,o), -(293,365,cs), -(293,514,o), -(328,553,o), -(381,553,cs), -(426,553,o), -(451,525,o), -(460,443,c), -(490,443,l), -(482,552,o), -(433,581,o), -(381,581,cs), -(285,581,o), -(263,493,o), -(263,365,cs), -(263,237,o), -(285,150,o), -(381,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (187,0); -ref = _copyright.C; -} -); -width = 727; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (385,366); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(480,123,o), -(539,173,o), -(548,303,c), -(420,303,l), -(418,252,o), -(409,229,o), -(388,229,cs), -(364,229,o), -(356,263,o), -(356,365,cs), -(356,474,o), -(365,503,o), -(388,503,cs), -(409,503,o), -(418,485,o), -(420,429,c), -(548,429,l), -(540,556,o), -(484,610,o), -(388,610,cs), -(284,610,o), -(222,538,o), -(222,367,cs), -(222,193,o), -(287,123,o), -(388,123,cs) -); -}, -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (150,0); -ref = _copyright.C; -} -); -width = 731; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (467,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(572,160,o), -(638,217,o), -(646,300,c), -(611,300,l), -(603,231,o), -(547,192,o), -(476,192,cs), -(385,192,o), -(324,257,o), -(324,362,cs), -(324,464,o), -(382,535,o), -(477,535,cs), -(539,535,o), -(597,503,o), -(610,435,c), -(644,435,l), -(635,513,o), -(568,567,o), -(479,567,cs), -(364,567,o), -(289,484,o), -(289,362,cs), -(289,241,o), -(364,160,o), -(476,160,cs) -); -}, -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (222,0); -ref = _copyright.C; -} -); -width = 891; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (456,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(574,163,o), -(654,225,o), -(657,319,c), -(524,319,l), -(520,293,o), -(499,274,o), -(462,274,cs), -(421,274,o), -(394,301,o), -(394,365,cs), -(394,420,o), -(415,455,o), -(463,455,cs), -(493,455,o), -(517,441,o), -(523,410,c), -(657,410,l), -(655,499,o), -(580,567,o), -(466,567,cs), -(337,567,o), -(254,488,o), -(254,365,cs), -(254,243,o), -(336,163,o), -(462,163,cs) -); -}, -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (189,0); -ref = _copyright.C; -} -); -width = 873; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (473,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(577,161,o), -(661,217,o), -(675,300,c), -(638,300,l), -(623,237,o), -(560,193,o), -(478,193,cs), -(370,193,o), -(308,260,o), -(308,362,cs), -(308,465,o), -(377,533,o), -(480,533,cs), -(556,533,o), -(616,500,o), -(635,434,c), -(671,434,l), -(659,513,o), -(582,565,o), -(480,565,cs), -(356,565,o), -(272,483,o), -(272,362,cs), -(272,238,o), -(352,161,o), -(477,161,cs) -); -}, -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (205,0); -ref = _copyright.C; -} -); -width = 903; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (459,364); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(582,154,o), -(682,216,o), -(685,318,c), -(527,318,l), -(519,288,o), -(494,273,o), -(465,273,cs), -(421,273,o), -(392,303,o), -(392,365,cs), -(392,418,o), -(416,455,o), -(465,455,cs), -(496,455,o), -(522,439,o), -(526,410,c), -(684,410,l), -(681,507,o), -(599,574,o), -(466,574,cs), -(325,574,o), -(233,498,o), -(233,366,cs), -(233,238,o), -(318,154,o), -(458,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (168,0); -ref = _copyright.C; -} -); -width = 880; -} -); -metricLeft = whiteCircle; -metricRight = whiteCircle; -unicode = 169; -userData = { -KernOnSpecialSpacing = { -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/currency.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/currency.glyph deleted file mode 100644 index f6dbdbb0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/currency.glyph +++ /dev/null @@ -1,1278 +0,0 @@ -{ -glyphname = currency; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(203,182,l), -(230,172,o), -(257,166,o), -(290,166,cs), -(323,166,o), -(351,172,o), -(378,182,c), -(474,85,l), -(567,179,l), -(477,269,l), -(491,297,o), -(498,327,o), -(498,360,cs), -(498,394,o), -(491,425,o), -(476,454,c), -(566,543,l), -(473,637,l), -(376,539,l), -(350,549,o), -(317,554,o), -(290,554,cs), -(263,554,o), -(231,549,o), -(205,539,c), -(108,637,l), -(15,543,l), -(105,454,l), -(90,426,o), -(83,393,o), -(83,360,cs), -(83,329,o), -(89,298,o), -(104,269,c), -(14,179,l), -(107,85,l) -); -}, -{ -closed = 1; -nodes = ( -(252,294,o), -(222,320,o), -(222,360,cs), -(222,400,o), -(252,427,o), -(290,427,cs), -(329,427,o), -(359,400,o), -(359,360,cs), -(359,320,o), -(328,294,o), -(290,294,cs) -); -} -); -width = 581; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,245,l), -(155,225,o), -(187,214,o), -(222,214,cs), -(258,214,o), -(289,226,o), -(312,246,c), -(399,156,l), -(420,176,l), -(334,266,l), -(352,286,o), -(367,319,o), -(367,360,cs), -(367,397,o), -(356,429,o), -(335,457,c), -(419,545,l), -(399,566,l), -(312,477,l), -(288,497,o), -(256,507,o), -(222,507,cs), -(187,507,o), -(155,496,o), -(130,477,c), -(45,566,l), -(23,545,l), -(108,457,l), -(87,431,o), -(75,396,o), -(75,360,cs), -(75,328,o), -(85,292,o), -(107,266,c), -(23,176,l), -(45,156,l) -); -}, -{ -closed = 1; -nodes = ( -(155,243,o), -(105,293,o), -(105,360,cs), -(105,428,o), -(154,478,o), -(222,478,cs), -(287,478,o), -(336,429,o), -(336,360,cs), -(336,292,o), -(287,243,o), -(222,243,cs) -); -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,201,l), -(210,174,o), -(254,158,o), -(304,158,cs), -(353,158,o), -(397,173,o), -(432,202,c), -(551,83,l), -(574,103,l), -(455,223,l), -(484,255,o), -(502,301,o), -(502,350,cs), -(502,403,o), -(483,446,o), -(456,480,c), -(574,597,l), -(551,620,l), -(432,501,l), -(398,529,o), -(352,543,o), -(304,543,cs), -(251,543,o), -(207,526,o), -(175,501,c), -(57,620,l), -(34,597,l), -(152,480,l), -(123,446,o), -(104,399,o), -(104,350,cs), -(104,300,o), -(123,255,o), -(151,223,c), -(34,103,l), -(57,83,l) -); -}, -{ -closed = 1; -nodes = ( -(207,189,o), -(137,257,o), -(137,350,cs), -(137,444,o), -(208,511,o), -(304,511,cs), -(399,511,o), -(469,444,o), -(469,350,cs), -(469,257,o), -(400,189,o), -(304,189,cs) -); -} -); -width = 608; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,154,l), -(258,146,o), -(288,142,o), -(320,142,cs), -(349,142,o), -(384,146,o), -(413,153,c), -(519,50,l), -(636,169,l), -(539,264,l), -(552,293,o), -(559,326,o), -(559,359,cs), -(559,391,o), -(553,425,o), -(537,456,c), -(635,551,l), -(517,669,l), -(410,564,l), -(382,572,o), -(347,576,o), -(320,576,cs), -(295,576,o), -(262,573,o), -(231,564,c), -(125,669,l), -(7,551,l), -(105,456,l), -(91,428,o), -(84,395,o), -(84,359,cs), -(84,330,o), -(88,297,o), -(104,264,c), -(6,169,l), -(124,50,l) -); -}, -{ -closed = 1; -nodes = ( -(284,303,o), -(260,323,o), -(260,358,cs), -(260,392,o), -(282,415,o), -(320,415,cs), -(357,415,o), -(381,394,o), -(381,358,cs), -(381,325,o), -(358,303,o), -(320,303,cs) -); -} -); -width = 642; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(109,245,l), -(135,225,o), -(167,214,o), -(202,214,cs), -(238,214,o), -(269,226,o), -(292,246,c), -(379,156,l), -(400,176,l), -(314,266,l), -(332,286,o), -(347,319,o), -(347,360,cs), -(347,397,o), -(336,429,o), -(315,457,c), -(399,545,l), -(379,566,l), -(292,477,l), -(268,497,o), -(236,507,o), -(202,507,cs), -(167,507,o), -(135,496,o), -(110,477,c), -(25,566,l), -(3,545,l), -(88,457,l), -(67,431,o), -(55,396,o), -(55,360,cs), -(55,328,o), -(65,292,o), -(87,266,c), -(3,176,l), -(25,156,l) -); -}, -{ -closed = 1; -nodes = ( -(135,243,o), -(85,293,o), -(85,360,cs), -(85,428,o), -(134,478,o), -(202,478,cs), -(267,478,o), -(316,429,o), -(316,360,cs), -(316,292,o), -(267,243,o), -(202,243,cs) -); -} -); -width = 403; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(194,182,l), -(221,172,o), -(248,166,o), -(281,166,cs), -(314,166,o), -(342,172,o), -(369,182,c), -(465,85,l), -(558,179,l), -(468,269,l), -(482,297,o), -(489,327,o), -(489,360,cs), -(489,394,o), -(482,425,o), -(467,454,c), -(557,543,l), -(464,637,l), -(367,539,l), -(341,549,o), -(308,554,o), -(281,554,cs), -(254,554,o), -(222,549,o), -(196,539,c), -(99,637,l), -(6,543,l), -(96,454,l), -(81,426,o), -(74,393,o), -(74,360,cs), -(74,329,o), -(80,298,o), -(95,269,c), -(5,179,l), -(98,85,l) -); -}, -{ -closed = 1; -nodes = ( -(243,294,o), -(213,320,o), -(213,360,cs), -(213,400,o), -(243,427,o), -(281,427,cs), -(320,427,o), -(350,400,o), -(350,360,cs), -(350,320,o), -(319,294,o), -(281,294,cs) -); -} -); -width = 563; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,207,l), -(199,182,o), -(241,167,o), -(285,167,cs), -(329,167,o), -(371,182,o), -(402,208,c), -(511,97,l), -(536,120,l), -(426,231,l), -(454,261,o), -(469,305,o), -(469,348,cs), -(469,395,o), -(453,437,o), -(427,468,c), -(536,577,l), -(511,602,l), -(402,491,l), -(371,516,o), -(329,529,o), -(285,529,cs), -(237,529,o), -(197,514,o), -(168,491,c), -(59,602,l), -(34,577,l), -(142,468,l), -(116,437,o), -(99,395,o), -(99,348,cs), -(99,302,o), -(116,260,o), -(141,231,c), -(34,120,l), -(59,97,l) -); -}, -{ -closed = 1; -nodes = ( -(198,203,o), -(136,265,o), -(136,349,cs), -(136,435,o), -(199,496,o), -(285,496,cs), -(370,496,o), -(433,435,o), -(433,349,cs), -(433,265,o), -(371,203,o), -(285,203,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -21 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -30 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -} -); -}; -width = 569; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,158,l), -(233,151,o), -(259,146,o), -(295,146,cs), -(323,146,o), -(356,150,o), -(383,158,c), -(482,60,l), -(587,166,l), -(495,257,l), -(509,286,o), -(515,318,o), -(515,348,cs), -(515,382,o), -(509,412,o), -(494,442,c), -(586,532,l), -(481,639,l), -(381,538,l), -(351,548,o), -(319,552,o), -(295,552,cs), -(269,552,o), -(235,547,o), -(209,538,c), -(109,639,l), -(4,532,l), -(96,442,l), -(83,416,o), -(76,384,o), -(76,348,cs), -(76,321,o), -(80,288,o), -(95,257,c), -(3,166,l), -(108,60,l) -); -}, -{ -closed = 1; -nodes = ( -(261,290,o), -(233,312,o), -(233,348,cs), -(233,383,o), -(261,408,o), -(295,408,cs), -(330,408,o), -(358,383,o), -(358,348,cs), -(358,313,o), -(329,290,o), -(295,290,cs) -); -} -); -width = 590; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(164,201,l), -(200,174,o), -(244,158,o), -(294,158,cs), -(343,158,o), -(387,173,o), -(422,202,c), -(541,83,l), -(564,103,l), -(445,223,l), -(474,255,o), -(492,301,o), -(492,350,cs), -(492,403,o), -(473,446,o), -(446,480,c), -(564,597,l), -(541,620,l), -(422,501,l), -(388,529,o), -(342,543,o), -(294,543,cs), -(241,543,o), -(197,526,o), -(165,501,c), -(47,620,l), -(24,597,l), -(142,480,l), -(113,446,o), -(94,399,o), -(94,350,cs), -(94,300,o), -(113,255,o), -(141,223,c), -(24,103,l), -(47,83,l) -); -}, -{ -closed = 1; -nodes = ( -(197,189,o), -(127,257,o), -(127,350,cs), -(127,444,o), -(198,511,o), -(294,511,cs), -(389,511,o), -(459,444,o), -(459,350,cs), -(459,257,o), -(390,189,o), -(294,189,cs) -); -} -); -width = 588; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(224,154,l), -(253,146,o), -(283,142,o), -(315,142,cs), -(344,142,o), -(379,146,o), -(408,153,c), -(514,50,l), -(631,169,l), -(534,264,l), -(547,293,o), -(554,326,o), -(554,359,cs), -(554,391,o), -(548,425,o), -(532,456,c), -(630,551,l), -(512,669,l), -(405,564,l), -(377,572,o), -(342,576,o), -(315,576,cs), -(290,576,o), -(257,573,o), -(226,564,c), -(120,669,l), -(2,551,l), -(100,456,l), -(86,428,o), -(79,395,o), -(79,359,cs), -(79,330,o), -(83,297,o), -(99,264,c), -(1,169,l), -(119,50,l) -); -}, -{ -closed = 1; -nodes = ( -(279,303,o), -(255,323,o), -(255,358,cs), -(255,392,o), -(277,415,o), -(315,415,cs), -(352,415,o), -(376,394,o), -(376,358,cs), -(376,325,o), -(353,303,o), -(315,303,cs) -); -} -); -width = 632; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(186,207,l), -(218,182,o), -(258,167,o), -(302,167,cs), -(346,167,o), -(386,182,o), -(417,208,c), -(524,97,l), -(547,120,l), -(441,231,l), -(467,261,o), -(482,305,o), -(482,348,cs), -(482,395,o), -(466,437,o), -(442,468,c), -(547,577,l), -(524,602,l), -(417,491,l), -(386,516,o), -(346,529,o), -(302,529,cs), -(254,529,o), -(216,514,o), -(187,491,c), -(80,602,l), -(55,577,l), -(161,468,l), -(137,437,o), -(120,395,o), -(120,348,cs), -(120,302,o), -(137,260,o), -(160,231,c), -(55,120,l), -(80,97,l) -); -}, -{ -closed = 1; -nodes = ( -(217,203,o), -(155,265,o), -(155,349,cs), -(155,435,o), -(218,496,o), -(302,496,cs), -(385,496,o), -(447,435,o), -(447,349,cs), -(447,265,o), -(386,203,o), -(302,203,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -21 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -30 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -} -); -}; -width = 602; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(223,158,l), -(248,151,o), -(272,146,o), -(307,146,cs), -(334,146,o), -(365,150,o), -(391,158,c), -(487,60,l), -(591,166,l), -(502,257,l), -(515,285,o), -(521,317,o), -(521,348,cs), -(521,383,o), -(515,413,o), -(501,442,c), -(590,532,l), -(486,639,l), -(389,538,l), -(360,548,o), -(330,552,o), -(307,552,cs), -(283,552,o), -(249,547,o), -(225,538,c), -(128,639,l), -(24,532,l), -(113,442,l), -(101,417,o), -(94,385,o), -(94,348,cs), -(94,321,o), -(98,286,o), -(112,257,c), -(23,166,l), -(127,60,l) -); -}, -{ -closed = 1; -nodes = ( -(276,290,o), -(249,312,o), -(249,348,cs), -(249,383,o), -(276,408,o), -(307,408,cs), -(339,408,o), -(365,383,o), -(365,348,cs), -(365,313,o), -(338,290,o), -(307,290,cs) -); -} -); -width = 613; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(166,245,l), -(191,225,o), -(222,214,o), -(257,214,cs), -(293,214,o), -(324,226,o), -(347,246,c), -(430,156,l), -(452,176,l), -(370,266,l), -(388,286,o), -(404,319,o), -(406,360,cs), -(407,397,o), -(397,429,o), -(377,457,c), -(464,545,l), -(445,566,l), -(355,477,l), -(332,497,o), -(301,507,o), -(267,507,cs), -(233,507,o), -(201,496,o), -(175,477,c), -(94,566,l), -(72,545,l), -(153,457,l), -(131,431,o), -(118,396,o), -(117,360,cs), -(115,328,o), -(124,292,o), -(145,266,c), -(59,176,l), -(80,156,l) -); -}, -{ -closed = 1; -nodes = ( -(192,243,o), -(144,293,o), -(146,360,cs), -(149,428,o), -(199,478,o), -(266,478,cs), -(331,478,o), -(377,429,o), -(375,360,cs), -(373,292,o), -(322,243,o), -(258,243,cs) -); -} -); -width = 482; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(244,182,l), -(270,172,o), -(297,166,o), -(330,166,cs), -(362,166,o), -(390,172,o), -(417,182,c), -(509,85,l), -(604,179,l), -(518,269,l), -(533,297,o), -(541,327,o), -(542,360,cs), -(543,394,o), -(538,425,o), -(524,454,c), -(616,543,l), -(527,637,l), -(428,539,l), -(402,549,o), -(370,554,o), -(343,554,cs), -(316,554,o), -(285,549,o), -(258,539,c), -(166,637,l), -(70,543,l), -(156,454,l), -(141,426,o), -(133,393,o), -(131,360,cs), -(130,329,o), -(135,298,o), -(149,269,c), -(57,179,l), -(146,85,l) -); -}, -{ -closed = 1; -nodes = ( -(296,294,o), -(268,320,o), -(269,360,cs), -(270,400,o), -(301,427,o), -(339,427,cs), -(377,427,o), -(406,400,o), -(405,360,cs), -(403,320,o), -(372,294,o), -(334,294,cs) -); -} -); -width = 637; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,207,l), -(261,182,o), -(302,167,o), -(346,167,cs), -(389,167,o), -(431,182,o), -(463,208,c), -(567,97,l), -(593,120,l), -(488,231,l), -(516,261,o), -(533,305,o), -(534,348,cs), -(536,395,o), -(521,437,o), -(497,468,c), -(609,577,l), -(585,602,l), -(473,491,l), -(443,516,o), -(402,529,o), -(358,529,cs), -(311,529,o), -(271,514,o), -(241,491,c), -(137,602,l), -(112,577,l), -(215,468,l), -(188,437,o), -(170,395,o), -(168,348,cs), -(166,302,o), -(182,260,o), -(205,231,c), -(96,120,l), -(120,97,l) -); -}, -{ -closed = 1; -nodes = ( -(261,203,o), -(202,265,o), -(205,349,cs), -(208,435,o), -(272,496,o), -(357,496,cs), -(441,496,o), -(502,435,o), -(499,349,cs), -(496,265,o), -(432,203,o), -(347,203,cs) -); -} -); -width = 668; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,158,l), -(287,151,o), -(313,146,o), -(348,146,cs), -(376,146,o), -(409,150,o), -(436,158,c), -(530,60,l), -(638,166,l), -(550,257,l), -(565,286,o), -(572,318,o), -(573,348,cs), -(574,382,o), -(569,412,o), -(556,442,c), -(650,532,l), -(550,639,l), -(447,538,l), -(418,548,o), -(386,552,o), -(363,552,cs), -(337,552,o), -(303,547,o), -(277,538,c), -(181,639,l), -(74,532,l), -(162,442,l), -(148,416,o), -(140,384,o), -(139,348,cs), -(138,321,o), -(140,288,o), -(154,257,c), -(60,166,l), -(160,60,l) -); -}, -{ -closed = 1; -nodes = ( -(320,290,o), -(293,312,o), -(294,348,cs), -(295,383,o), -(324,408,o), -(357,408,cs), -(392,408,o), -(419,383,o), -(418,348,cs), -(417,313,o), -(387,290,o), -(353,290,cs) -); -} -); -width = 680; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(224,201,l), -(259,174,o), -(302,158,o), -(351,158,cs), -(400,158,o), -(444,173,o), -(479,202,c), -(593,83,l), -(616,103,l), -(503,223,l), -(533,255,o), -(552,301,o), -(554,350,cs), -(556,403,o), -(538,446,o), -(513,480,c), -(634,597,l), -(612,620,l), -(490,501,l), -(457,529,o), -(412,543,o), -(364,543,cs), -(312,543,o), -(268,526,o), -(235,501,c), -(123,620,l), -(99,597,l), -(212,480,l), -(182,446,o), -(161,399,o), -(160,350,cs), -(158,300,o), -(175,255,o), -(202,223,c), -(82,103,l), -(104,83,l) -); -}, -{ -closed = 1; -nodes = ( -(256,189,o), -(189,257,o), -(192,350,cs), -(196,444,o), -(268,511,o), -(363,511,cs), -(457,511,o), -(524,444,o), -(521,350,cs), -(518,257,o), -(447,189,o), -(352,189,cs) -); -} -); -width = 677; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(265,154,l), -(293,146,o), -(323,142,o), -(354,142,cs), -(383,142,o), -(418,146,o), -(447,153,c), -(548,50,l), -(668,169,l), -(575,264,l), -(589,293,o), -(597,326,o), -(599,359,cs), -(600,391,o), -(595,425,o), -(580,456,c), -(680,551,l), -(568,669,l), -(458,564,l), -(431,572,o), -(396,576,o), -(369,576,cs), -(345,576,o), -(312,573,o), -(281,564,c), -(180,669,l), -(59,551,l), -(152,456,l), -(138,428,o), -(130,395,o), -(128,359,cs), -(127,330,o), -(130,297,o), -(145,264,c), -(44,169,l), -(157,50,l) -); -}, -{ -closed = 1; -nodes = ( -(324,303,o), -(301,323,o), -(302,358,cs), -(304,392,o), -(326,415,o), -(364,415,cs), -(400,415,o), -(424,394,o), -(422,358,cs), -(421,325,o), -(398,303,o), -(360,303,cs) -); -} -); -width = 691; -} -); -unicode = 164; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/d.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/d.glyph deleted file mode 100644 index 224d7bc4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/d.glyph +++ /dev/null @@ -1,1810 +0,0 @@ -{ -glyphname = d; -kernLeft = KO_a; -kernRight = KO_l; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (235,0); -}, -{ -name = center; -pos = (335,631); -}, -{ -name = top; -pos = (355,729); -}, -{ -name = topright; -pos = (443,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(310,-10,o), -(371,25,o), -(402,89,c), -(412,89,l), -(412,0,l), -(603,0,l), -(603,729,l), -(412,729,l), -(412,455,l), -(402,455,l), -(373,516,o), -(316,554,o), -(243,554,cs), -(107,554,o), -(16,463,o), -(16,272,cs), -(16,103,o), -(93,-10,o), -(231,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(235,143,o), -(210,195,o), -(210,272,cs), -(210,365,o), -(250,401,o), -(307,401,cs), -(372,401,o), -(399,353,o), -(399,302,cs), -(399,242,ls), -(399,181,o), -(359,143,o), -(303,143,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,-10,o), -(243,17,o), -(260,64,c), -(267,64,l), -(271,0,l), -(443,0,l), -(443,729,l), -(267,729,l), -(267,477,l), -(260,477,l), -(242,524,o), -(206,551,o), -(156,551,cs), -(46,551,o), -(16,444,o), -(16,271,cs), -(16,48,o), -(73,-10,o), -(156,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,128,o), -(194,176,o), -(194,271,cs), -(194,381,o), -(204,415,o), -(231,415,cs), -(259,415,o), -(267,370,o), -(267,285,cs), -(267,256,ls), -(267,157,o), -(255,128,o), -(231,128,cs) -); -} -); -width = 470; -}, -{ -anchors = ( -{ -name = bottom; -pos = (176,0); -}, -{ -name = center; -pos = (250,631); -}, -{ -name = top; -pos = (176,729); -}, -{ -name = topright; -pos = (284,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(351,-8,o), -(422,44,o), -(449,121,c), -(452,121,l), -(452,0,l), -(488,0,l), -(489,729,l), -(452,729,l), -(452,398,l), -(449,398,l), -(422,475,o), -(351,526,o), -(253,526,cs), -(124,526,o), -(36,425,o), -(36,259,cs), -(36,94,o), -(124,-8,o), -(253,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(149,26,o), -(74,112,o), -(74,259,cs), -(74,408,o), -(149,493,o), -(261,493,cs), -(381,493,o), -(451,397,o), -(451,295,cs), -(451,224,ls), -(451,105,o), -(375,26,o), -(261,26,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(210,-10,o), -(237,24,o), -(253,77,c), -(255,77,l), -(256,0,l), -(284,0,l), -(284,729,l), -(255,729,l), -(255,439,l), -(253,439,l), -(237,491,o), -(211,526,o), -(159,526,cs), -(92,526,o), -(45,465,o), -(45,257,cs), -(45,53,o), -(90,-10,o), -(159,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(94,16,o), -(75,101,o), -(75,257,cs), -(75,412,o), -(93,500,o), -(167,500,cs), -(219,500,o), -(255,439,o), -(255,309,cs), -(255,206,ls), -(255,79,o), -(220,16,o), -(167,16,cs) -); -} -); -width = 344; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = center; -pos = (506,631); -}, -{ -name = top; -pos = (317,729); -}, -{ -name = topright; -pos = (574,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(417,-15,o), -(501,41,o), -(533,124,c), -(537,124,l), -(537,0,l), -(574,0,l), -(574,729,l), -(537,729,l), -(537,387,l), -(533,387,l), -(501,471,o), -(417,526,o), -(303,526,cs), -(142,526,o), -(35,419,o), -(35,256,cs), -(35,92,o), -(142,-15,o), -(303,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(158,19,o), -(73,113,o), -(73,256,cs), -(73,399,o), -(158,492,o), -(306,492,cs), -(446,492,o), -(537,406,o), -(537,283,cs), -(537,228,ls), -(537,105,o), -(446,19,o), -(306,19,cs) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (361,0); -}, -{ -name = center; -pos = (547,631); -}, -{ -name = top; -pos = (361,729); -}, -{ -name = topright; -pos = (687,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(372,-8,o), -(432,24,o), -(463,70,c), -(471,70,l), -(477,0,l), -(687,0,l), -(687,729,l), -(466,729,l), -(466,475,l), -(458,475,l), -(424,526,o), -(355,554,o), -(277,554,cs), -(118,554,o), -(12,445,o), -(12,273,cs), -(12,101,o), -(118,-8,o), -(275,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,157,o), -(234,198,o), -(234,273,cs), -(234,348,o), -(279,388,o), -(347,388,cs), -(422,388,o), -(465,343,o), -(465,279,cs), -(465,267,ls), -(465,203,o), -(421,157,o), -(347,157,cs) -); -} -); -width = 730; -}, -{ -anchors = ( -{ -name = bottom; -pos = (166,0); -}, -{ -name = center; -pos = (240,631); -}, -{ -name = top; -pos = (166,729); -}, -{ -name = topright; -pos = (274,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(361,-8,o), -(432,44,o), -(459,121,c), -(462,121,l), -(462,0,l), -(498,0,l), -(499,729,l), -(462,729,l), -(462,398,l), -(459,398,l), -(432,475,o), -(361,526,o), -(263,526,cs), -(134,526,o), -(46,425,o), -(46,259,cs), -(46,94,o), -(134,-8,o), -(263,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(159,26,o), -(84,112,o), -(84,259,cs), -(84,408,o), -(159,493,o), -(271,493,cs), -(391,493,o), -(461,397,o), -(461,295,cs), -(461,224,ls), -(461,105,o), -(385,26,o), -(271,26,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,-10,o), -(226,18,o), -(244,77,c), -(245,77,l), -(246,0,l), -(275,0,l), -(275,729,l), -(245,729,l), -(245,439,l), -(244,439,l), -(225,498,o), -(191,526,o), -(142,526,cs), -(61,526,o), -(24,440,o), -(24,257,cs), -(24,75,o), -(61,-10,o), -(142,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(85,17,o), -(55,88,o), -(55,257,cs), -(55,428,o), -(85,499,o), -(150,499,cs), -(206,499,o), -(245,423,o), -(245,309,cs), -(245,206,ls), -(245,93,o), -(206,17,o), -(150,17,cs) -); -} -); -width = 310; -}, -{ -anchors = ( -{ -name = bottom; -pos = (226,0); -}, -{ -name = center; -pos = (326,631); -}, -{ -name = top; -pos = (346,729); -}, -{ -name = topright; -pos = (434,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(310,-10,o), -(371,25,o), -(402,89,c), -(412,89,l), -(412,0,l), -(603,0,l), -(603,729,l), -(412,729,l), -(412,455,l), -(402,455,l), -(373,516,o), -(316,554,o), -(243,554,cs), -(107,554,o), -(16,463,o), -(16,272,cs), -(16,103,o), -(93,-10,o), -(231,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(235,143,o), -(210,195,o), -(210,272,cs), -(210,365,o), -(250,401,o), -(307,401,cs), -(372,401,o), -(399,353,o), -(399,302,cs), -(399,242,ls), -(399,181,o), -(359,143,o), -(303,143,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(199,-10,o), -(234,17,o), -(257,76,c), -(258,76,l), -(262,0,l), -(434,0,l), -(434,729,l), -(258,729,l), -(258,463,l), -(257,463,l), -(233,524,o), -(197,551,o), -(147,551,cs), -(37,551,o), -(7,444,o), -(7,271,cs), -(7,48,o), -(64,-10,o), -(147,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(190,128,o), -(185,176,o), -(185,271,cs), -(185,381,o), -(195,415,o), -(222,415,cs), -(250,415,o), -(258,370,o), -(258,285,cs), -(258,256,ls), -(258,157,o), -(246,128,o), -(222,128,cs) -); -} -); -width = 450; -}, -{ -anchors = ( -{ -name = bottom; -pos = (280,0); -}, -{ -name = center; -pos = (428,631); -}, -{ -name = top; -pos = (280,729); -}, -{ -name = topright; -pos = (486,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(349,-8,o), -(420,44,o), -(447,121,c), -(450,121,l), -(452,0,l), -(486,0,l), -(486,729,l), -(449,729,l), -(449,398,l), -(447,398,l), -(420,475,o), -(349,526,o), -(251,526,cs), -(122,526,o), -(34,425,o), -(34,259,cs), -(34,94,o), -(122,-8,o), -(251,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,26,o), -(72,112,o), -(72,259,cs), -(72,408,o), -(147,493,o), -(259,493,cs), -(379,493,o), -(449,385,o), -(449,283,cs), -(449,232,ls), -(449,130,o), -(379,26,o), -(259,26,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = c; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -1, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 545; -}, -{ -anchors = ( -{ -name = bottom; -pos = (308,0); -}, -{ -name = center; -pos = (454,631); -}, -{ -name = top; -pos = (308,729); -}, -{ -name = topright; -pos = (579,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(318,-10,o), -(377,27,o), -(401,83,c), -(411,83,l), -(418,0,l), -(602,0,l), -(602,729,l), -(411,729,l), -(411,461,l), -(401,461,l), -(377,517,o), -(318,554,o), -(241,554,cs), -(113,554,o), -(28,464,o), -(28,272,cs), -(28,80,o), -(113,-10,o), -(241,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,143,o), -(223,179,o), -(223,272,cs), -(223,365,o), -(260,401,o), -(316,401,cs), -(383,401,o), -(409,349,o), -(409,294,cs), -(409,250,ls), -(409,195,o), -(383,143,o), -(316,143,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,-10,o), -(360,25,o), -(389,90,c), -(390,90,l), -(397,0,l), -(579,0,l), -(579,729,l), -(388,729,l), -(388,453,l), -(387,453,l), -(362,515,o), -(302,554,o), -(226,554,cs), -(94,554,o), -(7,451,o), -(7,272,cs), -(7,93,o), -(94,-10,o), -(226,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(227,143,o), -(202,195,o), -(202,272,cs), -(202,349,o), -(230,401,o), -(300,401,cs), -(357,401,o), -(388,361,o), -(388,288,cs), -(388,254,ls), -(388,182,o), -(355,143,o), -(295,143,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = c; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -}; -width = 609; -}, -{ -anchors = ( -{ -name = bottom; -pos = (338,0); -}, -{ -name = center; -pos = (527,631); -}, -{ -name = top; -pos = (338,729); -}, -{ -name = topright; -pos = (595,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(429,-15,o), -(521,36,o), -(557,122,c), -(558,122,l), -(558,0,l), -(595,0,l), -(595,729,l), -(558,729,l), -(558,391,l), -(557,391,l), -(522,476,o), -(430,526,o), -(310,526,cs), -(141,526,o), -(28,419,o), -(28,256,cs), -(28,92,o), -(141,-15,o), -(310,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(156,19,o), -(66,113,o), -(66,256,cs), -(66,399,o), -(156,492,o), -(313,492,cs), -(461,492,o), -(558,404,o), -(558,277,cs), -(558,233,ls), -(558,107,o), -(461,19,o), -(313,19,cs) -); -} -); -width = 651; -}, -{ -anchors = ( -{ -name = bottom; -pos = (367,0); -}, -{ -name = center; -pos = (553,631); -}, -{ -name = top; -pos = (367,729); -}, -{ -name = topright; -pos = (693,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(378,-8,o), -(445,24,o), -(476,70,c), -(477,70,l), -(483,0,l), -(693,0,l), -(693,729,l), -(472,729,l), -(472,475,l), -(471,475,l), -(437,526,o), -(361,554,o), -(283,554,cs), -(124,554,o), -(18,445,o), -(18,273,cs), -(18,101,o), -(124,-8,o), -(281,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(285,157,o), -(240,198,o), -(240,273,cs), -(240,348,o), -(285,388,o), -(353,388,cs), -(428,388,o), -(471,343,o), -(471,279,cs), -(471,267,ls), -(471,203,o), -(427,157,o), -(353,157,cs) -); -} -); -width = 723; -}, -{ -anchors = ( -{ -name = bottom; -pos = (298,0); -}, -{ -name = center; -pos = (444,646); -}, -{ -name = top; -pos = (298,759); -}, -{ -name = topright; -pos = (496,759); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(365,-8,o), -(433,44,o), -(457,121,c), -(460,121,l), -(462,0,l), -(496,0,l), -(496,759,l), -(459,759,l), -(459,398,l), -(457,398,l), -(433,475,o), -(365,526,o), -(273,526,cs), -(151,526,o), -(68,425,o), -(68,259,cs), -(68,94,o), -(151,-8,o), -(273,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,26,o), -(106,112,o), -(106,259,cs), -(106,408,o), -(176,493,o), -(281,493,cs), -(394,493,o), -(459,397,o), -(459,295,cs), -(459,224,ls), -(459,122,o), -(394,26,o), -(281,26,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = c; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -1, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 581; -}, -{ -anchors = ( -{ -name = bottom; -pos = (319,0); -}, -{ -name = center; -pos = (459,646); -}, -{ -name = top; -pos = (319,759); -}, -{ -name = topright; -pos = (574,759); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(317,-10,o), -(376,27,o), -(400,83,c), -(410,83,l), -(417,0,l), -(601,0,l), -(601,729,l), -(410,729,l), -(410,461,l), -(400,461,l), -(376,517,o), -(317,554,o), -(240,554,cs), -(112,554,o), -(27,464,o), -(27,272,cs), -(27,80,o), -(112,-10,o), -(240,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,143,o), -(222,179,o), -(222,272,cs), -(222,365,o), -(259,401,o), -(315,401,cs), -(382,401,o), -(408,349,o), -(408,294,cs), -(408,250,ls), -(408,195,o), -(382,143,o), -(315,143,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(305,-10,o), -(358,27,o), -(376,79,c), -(388,79,l), -(394,0,l), -(574,0,l), -(574,759,l), -(385,759,l), -(387,465,l), -(375,465,l), -(357,517,o), -(305,554,o), -(238,554,cs), -(115,554,o), -(34,451,o), -(34,272,cs), -(34,93,o), -(115,-10,o), -(238,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,148,o), -(227,198,o), -(227,272,cs), -(227,347,o), -(250,397,o), -(313,397,cs), -(359,397,o), -(385,357,o), -(385,285,cs), -(385,259,ls), -(385,187,o), -(358,148,o), -(308,148,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = c; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -}; -width = 637; -}, -{ -anchors = ( -{ -name = bottom; -pos = (133,0); -}, -{ -name = center; -pos = (324,631); -}, -{ -name = top; -pos = (284,729); -}, -{ -name = topright; -pos = (378,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(153,-10,o), -(182,16,o), -(211,70,c), -(212,70,l), -(201,0,l), -(226,0,l), -(377,729,l), -(349,729,l), -(287,431,l), -(285,431,l), -(281,488,o), -(262,524,o), -(206,524,cs), -(138,524,o), -(85,457,o), -(45,263,cs), -(15,123,o), -(7,-10,o), -(107,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(34,15,o), -(46,127,o), -(75,263,cs), -(106,410,o), -(139,497,o), -(209,497,cs), -(271,497,o), -(285,422,o), -(260,301,cs), -(239,198,ls), -(214,75,o), -(170,15,o), -(119,15,cs) -); -} -); -width = 339; -}, -{ -anchors = ( -{ -name = bottom; -pos = (188,0); -}, -{ -name = center; -pos = (407,631); -}, -{ -name = top; -pos = (339,729); -}, -{ -name = topright; -pos = (534,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(155,-10,o), -(191,15,o), -(213,56,c), -(220,56,l), -(213,0,l), -(385,0,l), -(537,729,l), -(360,729,l), -(306,470,l), -(300,470,l), -(292,525,o), -(254,550,o), -(203,550,cs), -(101,550,o), -(51,443,o), -(18,280,cs), -(-14,125,o), -(-19,-10,o), -(108,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(173,121,o), -(169,157,o), -(193,270,cs), -(214,373,o), -(231,410,o), -(257,410,cs), -(287,410,o), -(286,373,o), -(266,277,cs), -(259,243,ls), -(238,143,o), -(221,121,o), -(201,121,cs) -); -} -); -width = 468; -}, -{ -anchors = ( -{ -name = bottom; -pos = (233,0); -}, -{ -name = center; -pos = (520,631); -}, -{ -name = top; -pos = (384,729); -}, -{ -name = topright; -pos = (576,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(294,-10,o), -(366,26,o), -(408,103,c), -(411,103,l), -(391,0,l), -(424,0,l), -(576,729,l), -(539,729,l), -(469,391,l), -(465,391,l), -(444,477,o), -(382,526,o), -(292,526,cs), -(143,526,o), -(31,387,o), -(31,197,cs), -(31,70,o), -(102,-10,o), -(216,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(129,23,o), -(69,87,o), -(69,200,cs), -(69,369,o), -(166,492,o), -(294,492,cs), -(412,492,o), -(471,399,o), -(442,259,cs), -(430,202,ls), -(407,95,o), -(330,23,o), -(221,23,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(317,-10,o), -(389,26,o), -(431,103,c), -(434,103,l), -(414,0,l), -(447,0,l), -(598,729,l), -(562,729,l), -(492,391,l), -(488,391,l), -(468,472,o), -(403,526,o), -(312,526,cs), -(158,526,o), -(54,405,o), -(54,201,cs), -(54,74,o), -(128,-10,o), -(239,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,24,o), -(92,96,o), -(92,205,cs), -(92,375,o), -(173,492,o), -(311,492,cs), -(432,492,o), -(494,399,o), -(465,259,cs), -(453,202,ls), -(430,95,o), -(353,24,o), -(244,24,cs) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (205,0); -}, -{ -name = center; -pos = (556,631); -}, -{ -name = top; -pos = (433,729); -}, -{ -name = topright; -pos = (698,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(235,-10,o), -(299,20,o), -(326,70,c), -(331,70,l), -(323,0,l), -(505,0,l), -(656,729,l), -(465,729,l), -(407,448,l), -(402,448,l), -(386,507,o), -(329,553,o), -(247,553,cs), -(116,553,o), -(17,444,o), -(-5,289,cs), -(-28,123,o), -(24,-10,o), -(175,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(216,140,o), -(184,177,o), -(184,243,cs), -(184,338,o), -(227,403,o), -(300,403,cs), -(358,403,o), -(387,349,o), -(373,280,cs), -(362,227,ls), -(350,171,o), -(316,140,o), -(264,140,cs) -); -} -); -}; -guides = ( -{ -angle = 78.3; -pos = (393,448); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(275,-10,o), -(335,20,o), -(361,67,c), -(368,66,l), -(360,0,l), -(546,0,l), -(697,729,l), -(506,729,l), -(449,457,l), -(443,457,l), -(425,515,o), -(361,554,o), -(291,554,cs), -(138,554,o), -(48,431,o), -(29,276,cs), -(7,105,o), -(79,-10,o), -(207,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(243,143,o), -(210,193,o), -(224,281,cs), -(235,353,o), -(276,401,o), -(337,401,cs), -(399,401,o), -(428,351,o), -(414,287,cs), -(404,241,ls), -(391,182,o), -(361,143,o), -(303,143,cs) -); -} -); -width = 656; -}, -{ -anchors = ( -{ -name = bottom; -pos = (276,0); -}, -{ -name = center; -pos = (587,631); -}, -{ -name = top; -pos = (427,729); -}, -{ -name = topright; -pos = (721,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-219,-10,o), -(-128,34,o), -(-90,101,c), -(-83,101,l), -(-101,0,l), -(-68,0,l), -(84,729,l), -(47,729,l), -(-29,363,l), -(-36,363,l), -(-63,463,o), -(-150,527,o), -(-270,527,cs), -(-443,527,o), -(-564,403,o), -(-564,227,cs), -(-564,84,o), -(-462,-10,o), -(-319,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(-441,24,o), -(-526,104,o), -(-526,229,cs), -(-526,388,o), -(-424,493,o), -(-268,493,cs), -(-120,493,o), -(-26,390,o), -(-54,242,cs), -(-59,216,ls), -(-81,104,o), -(-175,24,o), -(-313,24,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(366,-10,o), -(459,29,o), -(507,109,c), -(510,109,l), -(491,0,l), -(524,0,l), -(676,729,l), -(639,729,l), -(563,363,l), -(559,363,l), -(545,461,o), -(456,527,o), -(336,527,cs), -(166,527,o), -(39,399,o), -(33,222,cs), -(28,81,o), -(122,-10,o), -(262,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,24,o), -(66,101,o), -(70,223,cs), -(76,381,o), -(186,493,o), -(332,493,cs), -(484,493,o), -(566,393,o), -(537,247,cs), -(531,217,ls), -(508,103,o), -(412,24,o), -(268,24,cs) -); -} -); -width = 645; -}, -{ -anchors = ( -{ -name = bottom; -pos = (310,0); -}, -{ -name = center; -pos = (610,631); -}, -{ -name = top; -pos = (461,729); -}, -{ -name = topright; -pos = (771,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,-10,o), -(372,13,o), -(407,52,c), -(415,52,l), -(412,0,l), -(619,0,l), -(771,729,l), -(550,729,l), -(494,457,l), -(486,457,l), -(463,519,o), -(385,554,o), -(303,554,cs), -(137,554,o), -(21,433,o), -(13,248,cs), -(5,92,o), -(100,-10,o), -(248,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,154,o), -(231,193,o), -(234,256,cs), -(237,337,o), -(286,389,o), -(358,387,cs), -(429,384,o), -(467,334,o), -(454,264,cs), -(451,248,ls), -(440,191,o), -(402,154,o), -(334,154,cs) -); -} -); -width = 719; -} -); -metricLeft = "=|b"; -metricRight = l; -unicode = 100; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dcaron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dcaron.glyph deleted file mode 100644 index 2f401318..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dcaron.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = dcaron; -kernLeft = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = d; -}, -{ -pos = (293,0); -ref = caroncomb.alt; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = d; -}, -{ -pos = (422,0); -ref = caroncomb.alt; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = d; -}, -{ -pos = (602,0); -ref = caroncomb.alt; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = d; -}, -{ -pos = (677,0); -ref = caroncomb.alt; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = d; -}, -{ -pos = (303,0); -ref = caroncomb.alt; -} -); -width = 310; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = d; -}, -{ -pos = (423,0); -ref = caroncomb.alt; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = d; -}, -{ -pos = (524,0); -ref = caroncomb.alt; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = d; -}, -{ -pos = (579,0); -ref = caroncomb.alt; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = d; -}, -{ -alignment = -1; -pos = (602,0); -ref = caroncomb.alt; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = d; -}, -{ -alignment = -1; -pos = (677,0); -ref = caroncomb.alt; -} -); -width = 730; -}, -{ -layerId = m019; -shapes = ( -{ -ref = d; -}, -{ -pos = (517,30); -ref = caroncomb.alt; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = d; -}, -{ -pos = (551,30); -ref = caroncomb.alt; -} -); -width = 637; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = d; -}, -{ -pos = (290,0); -ref = caroncomb.alt; -} -); -width = 339; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = d; -}, -{ -pos = (417,0); -ref = caroncomb.alt; -} -); -width = 468; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = d; -}, -{ -pos = (497,0); -ref = caroncomb.alt; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = d; -}, -{ -pos = (591,0); -ref = caroncomb.alt; -} -); -width = 656; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = d; -}, -{ -pos = (652,0); -ref = caroncomb.alt; -} -); -width = 645; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = d; -}, -{ -pos = (666,0); -ref = caroncomb.alt; -} -); -width = 719; -} -); -unicode = 271; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dcroat.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dcroat.glyph deleted file mode 100644 index 64810f2b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dcroat.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = dcroat; -kernLeft = KO_a; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = d; -}, -{ -pos = (116,325); -ref = strokeshortcomb; -} -); -width = 344; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = d; -}, -{ -pos = (154,325); -ref = strokeshortcomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = d; -}, -{ -pos = (304,324); -ref = strokeshortcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = d; -}, -{ -pos = (312,325); -ref = strokeshortcomb; -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = d; -}, -{ -pos = (126,325); -ref = strokeshortcomb; -} -); -width = 310; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = d; -}, -{ -pos = (155,325); -ref = strokeshortcomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = d; -}, -{ -pos = (256,324); -ref = strokeshortcomb; -} -); -width = 545; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = d; -}, -{ -pos = (260,325); -ref = strokeshortcomb; -} -); -width = 609; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = d; -}, -{ -alignment = -1; -pos = (304,324); -ref = strokeshortcomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = d; -}, -{ -alignment = -1; -pos = (312,325); -ref = strokeshortcomb; -} -); -width = 730; -}, -{ -layerId = m019; -shapes = ( -{ -ref = d; -}, -{ -pos = (253,339); -ref = strokeshortcomb; -} -); -width = 581; -}, -{ -layerId = m020; -shapes = ( -{ -ref = d; -}, -{ -pos = (252,340); -ref = strokeshortcomb; -} -); -width = 637; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = d; -}, -{ -pos = (180,325); -ref = strokeshortcomb; -} -); -width = 339; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = d; -}, -{ -pos = (218,325); -ref = strokeshortcomb; -} -); -width = 468; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = d; -}, -{ -pos = (318,324); -ref = strokeshortcomb; -} -); -width = 586; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = d; -}, -{ -pos = (334,325); -ref = strokeshortcomb; -} -); -width = 656; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = d; -}, -{ -pos = (374,324); -ref = strokeshortcomb; -} -); -width = 645; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = d; -}, -{ -pos = (368,325); -ref = strokeshortcomb; -} -); -width = 719; -} -); -unicode = 273; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/degree.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/degree.glyph deleted file mode 100644 index 80c9806f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/degree.glyph +++ /dev/null @@ -1,837 +0,0 @@ -{ -glyphname = degree; -kernRight = KO_degree; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,387,o), -(357,450,o), -(357,563,cs), -(357,676,o), -(290,739,o), -(189,739,cs), -(88,739,o), -(21,676,o), -(21,563,cs), -(21,450,o), -(88,387,o), -(189,387,cs) -); -}, -{ -closed = 1; -nodes = ( -(162,496,o), -(150,518,o), -(150,563,cs), -(150,608,o), -(162,630,o), -(189,630,cs), -(216,630,o), -(228,608,o), -(228,563,cs), -(228,518,o), -(216,496,o), -(189,496,cs) -); -} -); -width = 378; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(234,453,o), -(271,511,o), -(271,593,cs), -(271,677,o), -(233,734,o), -(165,734,cs), -(97,734,o), -(59,677,o), -(59,593,cs), -(59,509,o), -(97,453,o), -(165,453,cs) -); -}, -{ -closed = 1; -nodes = ( -(119,479,o), -(89,516,o), -(89,593,cs), -(89,670,o), -(119,707,o), -(165,707,cs), -(211,707,o), -(241,670,o), -(241,593,cs), -(241,516,o), -(211,479,o), -(165,479,cs) -); -} -); -width = 330; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,443,o), -(365,503,o), -(365,590,cs), -(365,678,o), -(298,737,o), -(212,737,cs), -(127,737,o), -(60,678,o), -(60,590,cs), -(60,503,o), -(127,443,o), -(212,443,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,478,o), -(97,524,o), -(97,590,cs), -(97,656,o), -(147,702,o), -(212,702,cs), -(278,702,o), -(328,656,o), -(328,590,cs), -(328,524,o), -(278,478,o), -(212,478,cs) -); -} -); -width = 425; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,386,o), -(411,457,o), -(411,563,cs), -(411,669,o), -(330,739,o), -(219,739,cs), -(108,739,o), -(27,669,o), -(27,563,cs), -(27,457,o), -(108,386,o), -(219,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(187,506,o), -(161,527,o), -(161,563,cs), -(161,599,o), -(187,619,o), -(219,619,cs), -(251,619,o), -(277,599,o), -(277,563,cs), -(277,527,o), -(251,506,o), -(219,506,cs) -); -} -); -width = 438; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(214,453,o), -(251,511,o), -(251,593,cs), -(251,677,o), -(213,734,o), -(145,734,cs), -(77,734,o), -(39,677,o), -(39,593,cs), -(39,509,o), -(77,453,o), -(145,453,cs) -); -}, -{ -closed = 1; -nodes = ( -(99,479,o), -(69,516,o), -(69,593,cs), -(69,670,o), -(99,707,o), -(145,707,cs), -(191,707,o), -(221,670,o), -(221,593,cs), -(221,516,o), -(191,479,o), -(145,479,cs) -); -} -); -width = 290; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(280,387,o), -(347,450,o), -(347,563,cs), -(347,676,o), -(280,739,o), -(179,739,cs), -(78,739,o), -(11,676,o), -(11,563,cs), -(11,450,o), -(78,387,o), -(179,387,cs) -); -}, -{ -closed = 1; -nodes = ( -(152,496,o), -(140,518,o), -(140,563,cs), -(140,608,o), -(152,630,o), -(179,630,cs), -(206,630,o), -(218,608,o), -(218,563,cs), -(218,518,o), -(206,496,o), -(179,496,cs) -); -} -); -width = 358; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,443,o), -(369,503,o), -(369,590,cs), -(369,678,o), -(302,737,o), -(216,737,cs), -(131,737,o), -(64,678,o), -(64,590,cs), -(64,503,o), -(131,443,o), -(216,443,cs) -); -}, -{ -closed = 1; -nodes = ( -(151,478,o), -(101,524,o), -(101,590,cs), -(101,656,o), -(151,702,o), -(216,702,cs), -(282,702,o), -(332,656,o), -(332,590,cs), -(332,524,o), -(282,478,o), -(216,478,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 433; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(325,386,o), -(406,457,o), -(406,563,cs), -(406,669,o), -(325,739,o), -(214,739,cs), -(103,739,o), -(22,669,o), -(22,563,cs), -(22,457,o), -(103,386,o), -(214,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(182,506,o), -(156,527,o), -(156,563,cs), -(156,599,o), -(182,619,o), -(214,619,cs), -(246,619,o), -(272,599,o), -(272,563,cs), -(272,527,o), -(246,506,o), -(214,506,cs) -); -} -); -width = 428; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,443,o), -(355,503,o), -(355,590,cs), -(355,678,o), -(288,737,o), -(202,737,cs), -(117,737,o), -(50,678,o), -(50,590,cs), -(50,503,o), -(117,443,o), -(202,443,cs) -); -}, -{ -closed = 1; -nodes = ( -(137,478,o), -(87,524,o), -(87,590,cs), -(87,656,o), -(137,702,o), -(202,702,cs), -(268,702,o), -(318,656,o), -(318,590,cs), -(318,524,o), -(268,478,o), -(202,478,cs) -); -} -); -width = 405; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,386,o), -(401,457,o), -(401,563,cs), -(401,669,o), -(320,739,o), -(209,739,cs), -(98,739,o), -(17,669,o), -(17,563,cs), -(17,457,o), -(98,386,o), -(209,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(177,506,o), -(151,527,o), -(151,563,cs), -(151,599,o), -(177,619,o), -(209,619,cs), -(241,619,o), -(267,599,o), -(267,563,cs), -(267,527,o), -(241,506,o), -(209,506,cs) -); -} -); -width = 418; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(319,443,o), -(384,503,o), -(384,590,cs), -(384,678,o), -(319,737,o), -(235,737,cs), -(151,737,o), -(85,678,o), -(85,590,cs), -(85,503,o), -(151,443,o), -(235,443,cs) -); -}, -{ -closed = 1; -nodes = ( -(170,478,o), -(122,524,o), -(122,590,cs), -(122,656,o), -(170,702,o), -(235,702,cs), -(299,702,o), -(348,656,o), -(348,590,cs), -(348,524,o), -(299,478,o), -(235,478,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 468; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(334,386,o), -(412,457,o), -(412,563,cs), -(412,669,o), -(334,739,o), -(227,739,cs), -(120,739,o), -(42,669,o), -(42,563,cs), -(42,457,o), -(120,386,o), -(227,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(198,506,o), -(174,527,o), -(174,563,cs), -(174,599,o), -(198,619,o), -(227,619,cs), -(255,619,o), -(279,599,o), -(279,563,cs), -(279,527,o), -(255,506,o), -(227,506,cs) -); -} -); -width = 452; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(353,443,o), -(423,506,o), -(423,596,cs), -(423,681,o), -(359,737,o), -(276,737,cs), -(190,737,o), -(121,675,o), -(121,584,cs), -(121,500,o), -(184,443,o), -(266,443,cs) -); -}, -{ -closed = 1; -nodes = ( -(204,478,o), -(157,522,o), -(157,586,cs), -(157,654,o), -(210,702,o), -(275,702,cs), -(339,702,o), -(386,658,o), -(386,594,cs), -(386,526,o), -(334,478,o), -(267,478,cs) -); -} -); -width = 407; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(379,386,o), -(463,460,o), -(463,571,cs), -(463,672,o), -(386,739,o), -(279,739,cs), -(167,739,o), -(83,666,o), -(83,555,cs), -(83,454,o), -(160,386,o), -(267,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,506,o), -(216,525,o), -(216,559,cs), -(216,597,o), -(242,619,o), -(275,619,cs), -(306,619,o), -(330,600,o), -(330,567,cs), -(330,529,o), -(304,506,o), -(271,506,cs) -); -} -); -width = 425; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(387,443,o), -(457,506,o), -(457,596,cs), -(457,680,o), -(394,737,o), -(309,737,cs), -(223,737,o), -(154,675,o), -(154,584,cs), -(154,501,o), -(217,443,o), -(300,443,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,478,o), -(191,522,o), -(191,586,cs), -(191,654,o), -(243,702,o), -(308,702,cs), -(372,702,o), -(419,658,o), -(419,594,cs), -(419,526,o), -(367,478,o), -(300,478,cs) -); -} -); -width = 474; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(404,385,o), -(489,463,o), -(489,575,cs), -(489,676,o), -(410,740,o), -(308,740,cs), -(190,740,o), -(105,662,o), -(105,551,cs), -(105,445,o), -(190,385,o), -(288,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,506,o), -(239,526,o), -(239,557,cs), -(239,592,o), -(263,619,o), -(301,619,cs), -(335,619,o), -(356,597,o), -(356,566,cs), -(356,530,o), -(331,506,o), -(294,506,cs) -); -} -); -width = 474; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(362,443,o), -(432,506,o), -(432,596,cs), -(432,681,o), -(368,737,o), -(285,737,cs), -(199,737,o), -(130,675,o), -(130,584,cs), -(130,500,o), -(193,443,o), -(275,443,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,478,o), -(166,522,o), -(166,586,cs), -(166,654,o), -(219,702,o), -(284,702,cs), -(348,702,o), -(395,658,o), -(395,594,cs), -(395,526,o), -(343,478,o), -(276,478,cs) -); -} -); -width = 425; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(386,386,o), -(471,460,o), -(471,572,cs), -(471,673,o), -(393,739,o), -(287,739,cs), -(175,739,o), -(90,665,o), -(90,554,cs), -(90,453,o), -(168,386,o), -(274,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,506,o), -(223,526,o), -(223,561,cs), -(223,597,o), -(250,619,o), -(283,619,cs), -(314,619,o), -(339,600,o), -(339,565,cs), -(339,528,o), -(312,506,o), -(278,506,cs) -); -} -); -width = 440; -} -); -unicode = 176; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dieresis.glyph deleted file mode 100644 index 9c030c3c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dieresis.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = dieresis; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 236; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 450; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 354; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 565; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = dieresiscomb; -} -); -width = 236; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = dieresiscomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = dieresiscomb; -} -); -width = 324; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = dieresiscomb; -} -); -width = 466; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = dieresiscomb; -} -); -width = 354; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = dieresiscomb; -} -); -width = 565; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 323; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 468; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 238; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 446; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 323; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 489; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 353; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = dieresiscomb; -} -); -width = 571; -} -); -unicode = 168; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dieresiscomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dieresiscomb.glyph deleted file mode 100644 index 9c21671d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dieresiscomb.glyph +++ /dev/null @@ -1,842 +0,0 @@ -{ -glyphname = dieresiscomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (118,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,772,o), -(196,781,o), -(196,795,cs), -(196,809,o), -(186,818,o), -(173,818,cs), -(160,818,o), -(150,809,o), -(150,795,cs), -(150,781,o), -(160,772,o), -(173,772,cs) -); -}, -{ -closed = 1; -nodes = ( -(76,772,o), -(86,781,o), -(86,795,cs), -(86,809,o), -(76,818,o), -(63,818,cs), -(50,818,o), -(40,809,o), -(40,795,cs), -(40,781,o), -(50,772,o), -(63,772,cs) -); -} -); -width = 236; -}, -{ -anchors = ( -{ -name = _top; -pos = (225,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(372,730,o), -(410,756,o), -(410,805,cs), -(410,854,o), -(372,881,o), -(323,881,cs), -(275,881,o), -(237,854,o), -(237,805,cs), -(237,756,o), -(275,730,o), -(323,730,cs) -); -}, -{ -closed = 1; -nodes = ( -(175,730,o), -(213,756,o), -(213,805,cs), -(213,854,o), -(175,881,o), -(126,881,cs), -(78,881,o), -(40,854,o), -(40,805,cs), -(40,756,o), -(78,730,o), -(126,730,cs) -); -} -); -width = 450; -}, -{ -anchors = ( -{ -name = _top; -pos = (177,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(301,780,o), -(314,793,o), -(314,811,cs), -(314,829,o), -(301,842,o), -(282,842,cs), -(263,842,o), -(250,829,o), -(250,811,cs), -(250,793,o), -(263,780,o), -(282,780,cs) -); -}, -{ -closed = 1; -nodes = ( -(91,780,o), -(104,793,o), -(104,811,cs), -(104,829,o), -(91,842,o), -(72,842,cs), -(53,842,o), -(40,829,o), -(40,811,cs), -(40,793,o), -(53,780,o), -(72,780,cs) -); -} -); -width = 354; -}, -{ -anchors = ( -{ -name = _top; -pos = (283,678); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(480,719,o), -(525,744,o), -(525,799,cs), -(525,847,o), -(489,879,o), -(412,879,cs), -(344,879,o), -(299,854,o), -(299,799,cs), -(299,751,o), -(335,719,o), -(412,719,cs) -); -}, -{ -closed = 1; -nodes = ( -(221,719,o), -(266,744,o), -(266,799,cs), -(266,847,o), -(230,879,o), -(153,879,cs), -(85,879,o), -(40,854,o), -(40,799,cs), -(40,751,o), -(76,719,o), -(153,719,cs) -); -} -); -width = 565; -}, -{ -anchors = ( -{ -name = _top; -pos = (98,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(166,772,o), -(176,781,o), -(176,795,cs), -(176,809,o), -(166,818,o), -(153,818,cs), -(140,818,o), -(130,809,o), -(130,795,cs), -(130,781,o), -(140,772,o), -(153,772,cs) -); -}, -{ -closed = 1; -nodes = ( -(56,772,o), -(66,781,o), -(66,795,cs), -(66,809,o), -(56,818,o), -(43,818,cs), -(30,818,o), -(20,809,o), -(20,795,cs), -(20,781,o), -(30,772,o), -(43,772,cs) -); -} -); -width = 196; -}, -{ -anchors = ( -{ -name = _top; -pos = (215,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(362,730,o), -(400,756,o), -(400,805,cs), -(400,854,o), -(362,881,o), -(313,881,cs), -(265,881,o), -(227,854,o), -(227,805,cs), -(227,756,o), -(265,730,o), -(313,730,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,730,o), -(203,756,o), -(203,805,cs), -(203,854,o), -(165,881,o), -(116,881,cs), -(68,881,o), -(30,854,o), -(30,805,cs), -(30,756,o), -(68,730,o), -(116,730,cs) -); -} -); -width = 430; -}, -{ -anchors = ( -{ -name = _top; -pos = (142,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,780,o), -(264,793,o), -(264,811,cs), -(264,829,o), -(251,842,o), -(232,842,cs), -(213,842,o), -(200,829,o), -(200,811,cs), -(200,793,o), -(213,780,o), -(232,780,cs) -); -}, -{ -closed = 1; -nodes = ( -(71,780,o), -(84,793,o), -(84,811,cs), -(84,829,o), -(71,842,o), -(52,842,cs), -(33,842,o), -(20,829,o), -(20,811,cs), -(20,793,o), -(33,780,o), -(52,780,cs) -); -} -); -width = 284; -}, -{ -anchors = ( -{ -name = _top; -pos = (222,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(388,731,o), -(425,758,o), -(425,806,cs), -(425,854,o), -(388,881,o), -(337,881,cs), -(286,881,o), -(249,854,o), -(249,806,cs), -(249,758,o), -(286,731,o), -(337,731,cs) -); -}, -{ -closed = 1; -nodes = ( -(158,731,o), -(195,758,o), -(195,806,cs), -(195,854,o), -(158,881,o), -(107,881,cs), -(56,881,o), -(19,854,o), -(19,806,cs), -(19,758,o), -(56,731,o), -(107,731,cs) -); -} -); -width = 444; -}, -{ -anchors = ( -{ -name = _top; -pos = (167,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(291,780,o), -(304,793,o), -(304,811,cs), -(304,829,o), -(291,842,o), -(272,842,cs), -(253,842,o), -(240,829,o), -(240,811,cs), -(240,793,o), -(253,780,o), -(272,780,cs) -); -}, -{ -closed = 1; -nodes = ( -(81,780,o), -(94,793,o), -(94,811,cs), -(94,829,o), -(81,842,o), -(62,842,cs), -(43,842,o), -(30,829,o), -(30,811,cs), -(30,793,o), -(43,780,o), -(62,780,cs) -); -} -); -width = 334; -}, -{ -anchors = ( -{ -name = _top; -pos = (273,678); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(470,719,o), -(515,744,o), -(515,799,cs), -(515,847,o), -(479,879,o), -(402,879,cs), -(334,879,o), -(289,854,o), -(289,799,cs), -(289,751,o), -(325,719,o), -(402,719,cs) -); -}, -{ -closed = 1; -nodes = ( -(211,719,o), -(256,744,o), -(256,799,cs), -(256,847,o), -(220,879,o), -(143,879,cs), -(75,879,o), -(30,854,o), -(30,799,cs), -(30,751,o), -(66,719,o), -(143,719,cs) -); -} -); -width = 545; -}, -{ -anchors = ( -{ -name = _top; -pos = (161,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(268,780,o), -(281,793,o), -(281,811,cs), -(281,829,o), -(268,842,o), -(250,842,cs), -(232,842,o), -(219,829,o), -(219,811,cs), -(219,793,o), -(232,780,o), -(250,780,cs) -); -}, -{ -closed = 1; -nodes = ( -(92,780,o), -(105,793,o), -(105,811,cs), -(105,829,o), -(92,842,o), -(73,842,cs), -(54,842,o), -(43,829,o), -(43,811,cs), -(43,793,o), -(54,780,o), -(73,780,cs) -); -} -); -width = 323; -}, -{ -anchors = ( -{ -name = _top; -pos = (235,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(394,731,o), -(431,758,o), -(431,806,cs), -(431,854,o), -(394,881,o), -(345,881,cs), -(295,881,o), -(258,854,o), -(258,806,cs), -(258,758,o), -(295,731,o), -(345,731,cs) -); -}, -{ -closed = 1; -nodes = ( -(174,731,o), -(211,758,o), -(211,806,cs), -(211,854,o), -(174,881,o), -(125,881,cs), -(75,881,o), -(39,854,o), -(39,806,cs), -(39,758,o), -(75,731,o), -(125,731,cs) -); -} -); -width = 468; -}, -{ -anchors = ( -{ -name = _top; -pos = (209,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(299,772,o), -(309,782,o), -(309,796,cs), -(309,810,o), -(299,818,o), -(287,818,cs), -(273,818,o), -(263,808,o), -(263,794,cs), -(263,780,o), -(273,772,o), -(285,772,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,772,o), -(198,781,o), -(198,795,cs), -(198,809,o), -(188,818,o), -(175,818,cs), -(162,818,o), -(152,809,o), -(152,795,cs), -(152,781,o), -(162,772,o), -(175,772,cs) -); -} -); -width = 238; -}, -{ -anchors = ( -{ -name = _top; -pos = (317,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(480,730,o), -(516,762,o), -(516,810,cs), -(516,853,o), -(487,881,o), -(438,881,cs), -(383,881,o), -(347,849,o), -(347,802,cs), -(347,758,o), -(375,730,o), -(425,730,cs) -); -}, -{ -closed = 1; -nodes = ( -(285,730,o), -(321,762,o), -(321,810,cs), -(321,853,o), -(292,881,o), -(243,881,cs), -(188,881,o), -(152,849,o), -(152,802,cs), -(152,758,o), -(180,730,o), -(230,730,cs) -); -} -); -width = 446; -}, -{ -anchors = ( -{ -name = _top; -pos = (247,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(384,780,o), -(397,794,o), -(397,813,cs), -(397,831,o), -(384,842,o), -(368,842,cs), -(348,842,o), -(335,828,o), -(335,809,cs), -(335,791,o), -(348,780,o), -(364,780,cs) -); -}, -{ -closed = 1; -nodes = ( -(204,780,o), -(217,794,o), -(217,813,cs), -(217,831,o), -(204,842,o), -(188,842,cs), -(168,842,o), -(155,828,o), -(155,809,cs), -(155,791,o), -(168,780,o), -(184,780,cs) -); -} -); -width = 323; -}, -{ -anchors = ( -{ -name = _top; -pos = (329,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(521,731,o), -(559,763,o), -(559,809,cs), -(559,852,o), -(529,881,o), -(475,881,cs), -(417,881,o), -(379,849,o), -(379,802,cs), -(379,760,o), -(409,731,o), -(463,731,cs) -); -}, -{ -closed = 1; -nodes = ( -(294,731,o), -(332,763,o), -(332,809,cs), -(332,852,o), -(302,881,o), -(248,881,cs), -(190,881,o), -(152,849,o), -(152,802,cs), -(152,760,o), -(182,731,o), -(236,731,cs) -); -} -); -width = 489; -}, -{ -anchors = ( -{ -name = _top; -pos = (262,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,780,o), -(427,794,o), -(427,813,cs), -(427,831,o), -(414,842,o), -(398,842,cs), -(378,842,o), -(365,828,o), -(365,809,cs), -(365,791,o), -(378,780,o), -(394,780,cs) -); -}, -{ -closed = 1; -nodes = ( -(204,780,o), -(217,794,o), -(217,813,cs), -(217,831,o), -(204,842,o), -(188,842,cs), -(168,842,o), -(155,828,o), -(155,809,cs), -(155,791,o), -(168,780,o), -(184,780,cs) -); -} -); -width = 353; -}, -{ -anchors = ( -{ -name = _top; -pos = (369,678); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(595,719,o), -(639,750,o), -(639,805,cs), -(639,851,o), -(604,879,o), -(532,879,cs), -(455,879,o), -(411,847,o), -(411,792,cs), -(411,747,o), -(446,719,o), -(518,719,cs) -); -}, -{ -closed = 1; -nodes = ( -(334,719,o), -(378,750,o), -(378,805,cs), -(378,851,o), -(343,879,o), -(271,879,cs), -(194,879,o), -(150,847,o), -(150,792,cs), -(150,747,o), -(185,719,o), -(257,719,cs) -); -} -); -width = 571; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 776; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dieresiscomb.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dieresiscomb.ss01.glyph deleted file mode 100644 index 05bf2885..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dieresiscomb.ss01.glyph +++ /dev/null @@ -1,547 +0,0 @@ -{ -glyphname = dieresiscomb.ss01; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (107,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(173,770,l), -(173,882,l), -(144,882,l), -(144,770,l) -); -}, -{ -closed = 1; -nodes = ( -(69,770,l), -(69,882,l), -(40,882,l), -(40,770,l) -); -} -); -width = 213; -}, -{ -anchors = ( -{ -name = _top; -pos = (224,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(407,735,l), -(407,866,l), -(246,866,l), -(246,735,l) -); -}, -{ -closed = 1; -nodes = ( -(201,735,l), -(201,866,l), -(40,866,l), -(40,735,l) -); -} -); -width = 447; -}, -{ -anchors = ( -{ -name = _top; -pos = (144,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,770,l), -(247,883,l), -(210,883,l), -(210,770,l) -); -}, -{ -closed = 1; -nodes = ( -(77,770,l), -(77,883,l), -(40,883,l), -(40,770,l) -); -} -); -width = 287; -}, -{ -anchors = ( -{ -name = _top; -pos = (261,678); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(482,734,l), -(482,863,l), -(296,863,l), -(296,734,l) -); -}, -{ -closed = 1; -nodes = ( -(226,734,l), -(226,863,l), -(40,863,l), -(40,734,l) -); -} -); -width = 522; -}, -{ -anchors = ( -{ -name = _top; -pos = (87,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(153,770,l), -(153,882,l), -(124,882,l), -(124,770,l) -); -}, -{ -closed = 1; -nodes = ( -(49,770,l), -(49,882,l), -(20,882,l), -(20,770,l) -); -} -); -width = 173; -}, -{ -anchors = ( -{ -name = _top; -pos = (214,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(397,735,l), -(397,866,l), -(236,866,l), -(236,735,l) -); -}, -{ -closed = 1; -nodes = ( -(191,735,l), -(191,866,l), -(30,866,l), -(30,735,l) -); -} -); -width = 427; -}, -{ -anchors = ( -{ -name = _top; -pos = (115,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,770,l), -(209,882,l), -(172,882,l), -(172,770,l) -); -}, -{ -closed = 1; -nodes = ( -(57,770,l), -(57,882,l), -(20,882,l), -(20,770,l) -); -} -); -width = 229; -}, -{ -anchors = ( -{ -name = _top; -pos = (210,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(401,735,l), -(401,863,l), -(240,863,l), -(240,735,l) -); -}, -{ -closed = 1; -nodes = ( -(180,735,l), -(180,863,l), -(19,863,l), -(19,735,l) -); -} -); -width = 420; -}, -{ -anchors = ( -{ -name = _top; -pos = (134,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(237,770,l), -(237,883,l), -(200,883,l), -(200,770,l) -); -}, -{ -closed = 1; -nodes = ( -(67,770,l), -(67,883,l), -(30,883,l), -(30,770,l) -); -} -); -width = 267; -}, -{ -anchors = ( -{ -name = _top; -pos = (251,678); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(472,734,l), -(472,863,l), -(286,863,l), -(286,734,l) -); -}, -{ -closed = 1; -nodes = ( -(216,734,l), -(216,863,l), -(30,863,l), -(30,734,l) -); -} -); -width = 502; -}, -{ -anchors = ( -{ -name = _top; -pos = (136,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(228,770,l), -(228,882,l), -(191,882,l), -(191,770,l) -); -}, -{ -closed = 1; -nodes = ( -(78,770,l), -(78,882,l), -(43,882,l), -(43,770,l) -); -} -); -width = 268; -}, -{ -anchors = ( -{ -name = _top; -pos = (223,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(408,735,l), -(408,863,l), -(249,863,l), -(249,735,l) -); -}, -{ -closed = 1; -nodes = ( -(198,735,l), -(198,863,l), -(39,863,l), -(39,735,l) -); -} -); -width = 446; -}, -{ -anchors = ( -{ -name = _top; -pos = (196,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,770,l), -(311,882,l), -(281,882,l), -(258,770,l) -); -}, -{ -closed = 1; -nodes = ( -(174,770,l), -(199,882,l), -(169,882,l), -(146,770,l) -); -} -); -width = 222; -}, -{ -anchors = ( -{ -name = _top; -pos = (309,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(504,735,l), -(530,866,l), -(369,866,l), -(343,735,l) -); -}, -{ -closed = 1; -nodes = ( -(298,735,l), -(324,866,l), -(163,866,l), -(137,735,l) -); -} -); -width = 448; -}, -{ -anchors = ( -{ -name = _top; -pos = (225,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,770,l), -(369,882,l), -(331,882,l), -(307,770,l) -); -}, -{ -closed = 1; -nodes = ( -(183,770,l), -(207,882,l), -(170,882,l), -(146,770,l) -); -} -); -width = 280; -}, -{ -anchors = ( -{ -name = _top; -pos = (313,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(516,745,l), -(541,864,l), -(382,864,l), -(357,745,l) -); -}, -{ -closed = 1; -nodes = ( -(297,745,l), -(322,864,l), -(163,864,l), -(138,745,l) -); -} -); -width = 458; -}, -{ -anchors = ( -{ -name = _top; -pos = (225,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,770,l), -(369,882,l), -(331,882,l), -(307,770,l) -); -}, -{ -closed = 1; -nodes = ( -(183,770,l), -(207,882,l), -(169,882,l), -(146,770,l) -); -} -); -width = 280; -}, -{ -anchors = ( -{ -name = _top; -pos = (340,678); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(568,735,l), -(595,865,l), -(408,865,l), -(381,735,l) -); -}, -{ -closed = 1; -nodes = ( -(322,735,l), -(349,865,l), -(163,865,l), -(136,735,l) -); -} -); -width = 512; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/divide.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/divide.glyph deleted file mode 100644 index e105a638..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/divide.glyph +++ /dev/null @@ -1,727 +0,0 @@ -{ -glyphname = divide; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(462,291,l), -(462,431,l), -(18,431,l), -(18,291,l) -); -}, -{ -closed = 1; -nodes = ( -(318,115,l), -(318,237,l), -(163,237,l), -(163,115,l) -); -}, -{ -closed = 1; -nodes = ( -(318,485,l), -(318,607,l), -(163,607,l), -(163,485,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(433,347,l), -(433,375,l), -(47,375,l), -(47,347,l) -); -}, -{ -closed = 1; -nodes = ( -(259,196,l), -(259,250,l), -(221,250,l), -(221,196,l) -); -}, -{ -closed = 1; -nodes = ( -(259,472,l), -(259,526,l), -(221,526,l), -(221,472,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(608,345,l), -(608,377,l), -(113,377,l), -(113,345,l) -); -}, -{ -closed = 1; -nodes = ( -(388,186,l), -(388,240,l), -(332,240,l), -(332,186,l) -); -}, -{ -closed = 1; -nodes = ( -(388,482,l), -(388,536,l), -(332,536,l), -(332,482,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(621,274,l), -(621,448,l), -(100,448,l), -(100,274,l) -); -}, -{ -closed = 1; -nodes = ( -(447,65,l), -(447,212,l), -(265,212,l), -(265,65,l) -); -}, -{ -closed = 1; -nodes = ( -(447,510,l), -(447,657,l), -(265,657,l), -(265,510,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(413,347,l), -(413,375,l), -(27,375,l), -(27,347,l) -); -}, -{ -closed = 1; -nodes = ( -(239,196,l), -(239,250,l), -(201,250,l), -(201,196,l) -); -}, -{ -closed = 1; -nodes = ( -(239,472,l), -(239,526,l), -(201,526,l), -(201,472,l) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(452,291,l), -(452,431,l), -(8,431,l), -(8,291,l) -); -}, -{ -closed = 1; -nodes = ( -(308,115,l), -(308,237,l), -(153,237,l), -(153,115,l) -); -}, -{ -closed = 1; -nodes = ( -(308,485,l), -(308,607,l), -(153,607,l), -(153,485,l) -); -} -); -width = 460; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(519,345,l), -(519,377,l), -(41,377,l), -(41,345,l) -); -}, -{ -closed = 1; -nodes = ( -(303,184,l), -(303,245,l), -(258,245,l), -(258,184,l) -); -}, -{ -closed = 1; -nodes = ( -(303,477,l), -(303,538,l), -(258,538,l), -(258,477,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -2 -); -stem = -2; -target = ( -2, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(536,286,l), -(536,435,l), -(23,435,l), -(23,286,l) -); -}, -{ -closed = 1; -nodes = ( -(362,99,l), -(362,231,l), -(197,231,l), -(197,99,l) -); -}, -{ -closed = 1; -nodes = ( -(362,490,l), -(362,623,l), -(197,623,l), -(197,490,l) -); -} -); -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(598,345,l), -(598,377,l), -(103,377,l), -(103,345,l) -); -}, -{ -closed = 1; -nodes = ( -(378,186,l), -(378,240,l), -(322,240,l), -(322,186,l) -); -}, -{ -closed = 1; -nodes = ( -(378,482,l), -(378,536,l), -(322,536,l), -(322,482,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(611,274,l), -(611,448,l), -(90,448,l), -(90,274,l) -); -}, -{ -closed = 1; -nodes = ( -(437,65,l), -(437,212,l), -(255,212,l), -(255,65,l) -); -}, -{ -closed = 1; -nodes = ( -(437,510,l), -(437,657,l), -(255,657,l), -(255,510,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(532,345,l), -(532,377,l), -(62,377,l), -(62,345,l) -); -}, -{ -closed = 1; -nodes = ( -(320,184,l), -(320,245,l), -(275,245,l), -(275,184,l) -); -}, -{ -closed = 1; -nodes = ( -(320,477,l), -(320,538,l), -(275,538,l), -(275,477,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -2 -); -stem = -2; -target = ( -2, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(541,286,l), -(541,435,l), -(43,435,l), -(43,286,l) -); -}, -{ -closed = 1; -nodes = ( -(373,99,l), -(373,231,l), -(210,231,l), -(210,99,l) -); -}, -{ -closed = 1; -nodes = ( -(373,490,l), -(373,623,l), -(210,623,l), -(210,490,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(449,347,l), -(455,375,l), -(73,375,l), -(67,347,l) -); -}, -{ -closed = 1; -nodes = ( -(244,196,l), -(256,250,l), -(219,250,l), -(207,196,l) -); -}, -{ -closed = 1; -nodes = ( -(303,472,l), -(314,526,l), -(277,526,l), -(265,472,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(464,291,l), -(493,431,l), -(54,431,l), -(24,291,l) -); -}, -{ -closed = 1; -nodes = ( -(284,115,l), -(309,237,l), -(156,237,l), -(131,115,l) -); -}, -{ -closed = 1; -nodes = ( -(361,485,l), -(387,607,l), -(234,607,l), -(208,485,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(554,345,l), -(561,377,l), -(88,377,l), -(81,345,l) -); -}, -{ -closed = 1; -nodes = ( -(307,184,l), -(319,245,l), -(275,245,l), -(263,184,l) -); -}, -{ -closed = 1; -nodes = ( -(368,477,l), -(381,538,l), -(336,538,l), -(323,477,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(557,286,l), -(588,435,l), -(80,435,l), -(49,286,l) -); -}, -{ -closed = 1; -nodes = ( -(346,99,l), -(373,231,l), -(210,231,l), -(182,99,l) -); -}, -{ -closed = 1; -nodes = ( -(428,490,l), -(455,623,l), -(292,623,l), -(264,490,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(623,345,l), -(630,377,l), -(140,377,l), -(133,345,l) -); -}, -{ -closed = 1; -nodes = ( -(372,186,l), -(383,240,l), -(327,240,l), -(317,186,l) -); -}, -{ -closed = 1; -nodes = ( -(434,482,l), -(446,536,l), -(390,536,l), -(378,482,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(618,274,l), -(654,448,l), -(139,448,l), -(102,274,l) -); -}, -{ -closed = 1; -nodes = ( -(402,65,l), -(432,212,l), -(252,212,l), -(221,65,l) -); -}, -{ -closed = 1; -nodes = ( -(495,510,l), -(526,657,l), -(346,657,l), -(315,510,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 247; -userData = { -KernOnSpecialSpacing = { -L = math; -R = math; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dollar.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dollar.glyph deleted file mode 100644 index c107c5be..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dollar.glyph +++ /dev/null @@ -1,1470 +0,0 @@ -{ -glyphname = dollar; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(369,8,o), -(439,74,o), -(439,212,cs), -(439,327,o), -(368,389,o), -(284,438,cs), -(218,476,o), -(199,494,o), -(199,540,cs), -(199,571,o), -(209,590,o), -(235,590,cs), -(264,590,o), -(276,568,o), -(275,504,c), -(433,504,l), -(433,659,o), -(355,722,o), -(232,722,cs), -(108,722,o), -(23,664,o), -(23,527,cs), -(23,410,o), -(88,352,o), -(164,308,cs), -(233,268,o), -(260,246,o), -(260,196,cs), -(260,163,o), -(251,143,o), -(222,143,cs), -(191,143,o), -(174,166,o), -(174,239,c), -(19,239,l), -(19,100,o), -(78,8,o), -(228,8,cs) -); -}, -{ -closed = 1; -nodes = ( -(282,-85,l), -(282,67,l), -(177,67,l), -(177,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(282,643,l), -(282,815,l), -(177,815,l), -(177,643,l) -); -} -); -width = 458; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(295,10,o), -(355,66,o), -(355,180,cs), -(355,305,o), -(290,342,o), -(218,379,cs), -(149,414,o), -(88,450,o), -(88,556,cs), -(88,635,o), -(117,688,o), -(193,688,cs), -(262,688,o), -(312,656,o), -(313,522,c), -(346,522,l), -(345,639,o), -(310,719,o), -(196,719,cs), -(112,719,o), -(56,666,o), -(56,557,cs), -(56,425,o), -(127,388,o), -(195,354,cs), -(266,318,o), -(322,283,o), -(322,182,cs), -(322,98,o), -(289,40,o), -(204,40,cs), -(126,40,o), -(74,88,o), -(74,232,c), -(40,232,l), -(43,99,o), -(84,10,o), -(206,10,cs) -); -}, -{ -closed = 1; -nodes = ( -(212,-85,l), -(212,20,l), -(184,20,l), -(184,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(212,706,l), -(212,814,l), -(184,814,l), -(184,706,l) -); -} -); -width = 397; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(506,10,o), -(622,74,o), -(622,198,cs), -(622,357,o), -(485,377,o), -(342,397,cs), -(196,417,o), -(102,432,o), -(102,543,cs), -(102,627,o), -(174,685,o), -(325,685,cs), -(464,685,o), -(549,631,o), -(554,521,c), -(595,521,l), -(590,645,o), -(493,719,o), -(326,719,cs), -(170,719,o), -(62,654,o), -(62,540,cs), -(62,400,o), -(185,380,o), -(331,360,cs), -(477,340,o), -(581,323,o), -(581,198,cs), -(581,104,o), -(506,44,o), -(334,44,cs), -(186,44,o), -(91,94,o), -(84,232,c), -(44,232,l), -(50,100,o), -(133,10,o), -(334,10,cs) -); -}, -{ -closed = 1; -nodes = ( -(350,-85,l), -(350,22,l), -(316,22,l), -(316,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(350,700,l), -(350,814,l), -(316,814,l), -(316,700,l) -); -} -); -width = 666; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,9,o), -(703,93,o), -(703,234,cs), -(703,385,o), -(624,435,o), -(399,461,cs), -(285,474,o), -(267,479,o), -(267,518,cs), -(267,550,o), -(298,571,o), -(353,571,cs), -(409,571,o), -(442,552,o), -(450,508,c), -(679,508,l), -(665,648,o), -(541,721,o), -(363,721,cs), -(159,721,o), -(34,641,o), -(34,493,cs), -(34,359,o), -(120,302,o), -(342,276,cs), -(447,264,o), -(468,258,o), -(468,215,cs), -(468,181,o), -(433,162,o), -(372,162,cs), -(294,162,o), -(254,195,o), -(252,243,c), -(17,243,l), -(17,106,o), -(127,9,o), -(362,9,cs) -); -}, -{ -closed = 1; -nodes = ( -(435,-85,l), -(435,79,l), -(285,79,l), -(285,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(435,627,l), -(435,815,l), -(285,815,l), -(285,627,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(275,10,o), -(335,66,o), -(335,180,cs), -(335,305,o), -(270,342,o), -(198,379,cs), -(129,414,o), -(68,450,o), -(68,556,cs), -(68,635,o), -(97,688,o), -(173,688,cs), -(242,688,o), -(292,656,o), -(293,522,c), -(326,522,l), -(325,639,o), -(290,719,o), -(176,719,cs), -(92,719,o), -(36,666,o), -(36,557,cs), -(36,425,o), -(107,388,o), -(175,354,cs), -(246,318,o), -(302,283,o), -(302,182,cs), -(302,98,o), -(269,40,o), -(184,40,cs), -(106,40,o), -(54,88,o), -(54,232,c), -(20,232,l), -(23,99,o), -(64,10,o), -(186,10,cs) -); -}, -{ -closed = 1; -nodes = ( -(192,-85,l), -(192,20,l), -(164,20,l), -(164,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(192,706,l), -(192,814,l), -(164,814,l), -(164,706,l) -); -} -); -width = 357; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(359,8,o), -(429,74,o), -(429,212,cs), -(429,327,o), -(358,389,o), -(274,438,cs), -(208,476,o), -(189,494,o), -(189,540,cs), -(189,571,o), -(199,590,o), -(225,590,cs), -(254,590,o), -(266,568,o), -(265,504,c), -(423,504,l), -(423,659,o), -(345,722,o), -(222,722,cs), -(98,722,o), -(13,664,o), -(13,527,cs), -(13,410,o), -(78,352,o), -(154,308,cs), -(223,268,o), -(250,246,o), -(250,196,cs), -(250,163,o), -(241,143,o), -(212,143,cs), -(181,143,o), -(164,166,o), -(164,239,c), -(9,239,l), -(9,100,o), -(68,8,o), -(218,8,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,-85,l), -(272,67,l), -(167,67,l), -(167,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(272,643,l), -(272,815,l), -(167,815,l), -(167,643,l) -); -} -); -width = 438; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(469,10,o), -(561,84,o), -(561,194,cs), -(561,339,o), -(458,372,o), -(323,396,cs), -(166,425,o), -(105,447,o), -(105,545,cs), -(105,629,o), -(174,685,o), -(295,685,cs), -(422,685,o), -(493,625,o), -(497,521,c), -(537,521,l), -(534,640,o), -(453,719,o), -(299,719,cs), -(151,719,o), -(64,647,o), -(64,540,cs), -(64,421,o), -(150,388,o), -(308,359,cs), -(463,331,o), -(521,293,o), -(521,192,cs), -(521,92,o), -(434,44,o), -(306,44,cs), -(159,44,o), -(92,116,o), -(88,232,c), -(47,232,l), -(50,100,o), -(132,10,o), -(308,10,cs) -); -}, -{ -closed = 1; -nodes = ( -(321,-85,l), -(321,23,l), -(288,23,l), -(288,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(321,699,l), -(321,814,l), -(288,814,l), -(288,699,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -246, -48 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 608; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(521,8,o), -(621,101,o), -(621,232,cs), -(621,409,o), -(493,440,o), -(381,456,cs), -(255,475,o), -(236,481,o), -(236,521,cs), -(236,553,o), -(267,573,o), -(315,573,cs), -(353,573,o), -(396,561,o), -(399,511,c), -(601,511,l), -(601,638,o), -(487,722,o), -(319,722,cs), -(140,722,o), -(28,637,o), -(28,495,cs), -(28,362,o), -(126,304,o), -(275,282,cs), -(404,264,o), -(412,253,o), -(412,212,cs), -(412,177,o), -(377,160,o), -(326,160,cs), -(248,160,o), -(218,192,o), -(218,239,c), -(14,239,l), -(14,100,o), -(122,8,o), -(316,8,cs) -); -}, -{ -closed = 1; -nodes = ( -(384,-85,l), -(384,82,l), -(252,82,l), -(252,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(384,632,l), -(384,814,l), -(252,814,l), -(252,632,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -}; -width = 635; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(496,10,o), -(612,74,o), -(612,198,cs), -(612,357,o), -(475,377,o), -(332,397,cs), -(186,417,o), -(92,432,o), -(92,543,cs), -(92,627,o), -(164,685,o), -(315,685,cs), -(454,685,o), -(539,631,o), -(544,521,c), -(585,521,l), -(580,645,o), -(483,719,o), -(316,719,cs), -(160,719,o), -(52,654,o), -(52,540,cs), -(52,400,o), -(175,380,o), -(321,360,cs), -(467,340,o), -(571,323,o), -(571,198,cs), -(571,104,o), -(496,44,o), -(324,44,cs), -(176,44,o), -(81,94,o), -(74,232,c), -(34,232,l), -(40,100,o), -(123,10,o), -(324,10,cs) -); -}, -{ -closed = 1; -nodes = ( -(340,-85,l), -(340,22,l), -(306,22,l), -(306,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(340,700,l), -(340,814,l), -(306,814,l), -(306,700,l) -); -} -); -width = 646; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(570,9,o), -(693,93,o), -(693,234,cs), -(693,385,o), -(614,435,o), -(389,461,cs), -(275,474,o), -(257,479,o), -(257,518,cs), -(257,550,o), -(288,571,o), -(343,571,cs), -(399,571,o), -(432,552,o), -(440,508,c), -(669,508,l), -(655,648,o), -(531,721,o), -(353,721,cs), -(149,721,o), -(24,641,o), -(24,493,cs), -(24,359,o), -(110,302,o), -(332,276,cs), -(437,264,o), -(458,258,o), -(458,215,cs), -(458,181,o), -(423,162,o), -(362,162,cs), -(284,162,o), -(244,195,o), -(242,243,c), -(7,243,l), -(7,106,o), -(117,9,o), -(352,9,cs) -); -}, -{ -closed = 1; -nodes = ( -(425,-85,l), -(425,79,l), -(275,79,l), -(275,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(425,627,l), -(425,815,l), -(275,815,l), -(275,627,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(482,10,o), -(572,84,o), -(572,194,cs), -(572,339,o), -(471,372,o), -(340,396,cs), -(185,425,o), -(126,447,o), -(126,545,cs), -(126,629,o), -(193,685,o), -(312,685,cs), -(437,685,o), -(506,625,o), -(510,521,c), -(548,521,l), -(546,640,o), -(466,719,o), -(316,719,cs), -(170,719,o), -(85,647,o), -(85,540,cs), -(85,421,o), -(169,388,o), -(325,359,cs), -(476,331,o), -(534,293,o), -(534,192,cs), -(534,92,o), -(448,44,o), -(323,44,cs), -(178,44,o), -(113,116,o), -(109,232,c), -(68,232,l), -(71,100,o), -(151,10,o), -(325,10,cs) -); -}, -{ -closed = 1; -nodes = ( -(338,-85,l), -(338,23,l), -(305,23,l), -(305,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(338,699,l), -(338,814,l), -(305,814,l), -(305,699,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -246, -48 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 641; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(528,8,o), -(625,101,o), -(625,232,cs), -(625,409,o), -(499,440,o), -(393,456,cs), -(269,475,o), -(253,481,o), -(253,521,cs), -(253,553,o), -(283,573,o), -(327,573,cs), -(361,573,o), -(402,561,o), -(405,511,c), -(606,511,l), -(606,638,o), -(494,722,o), -(331,722,cs), -(156,722,o), -(48,637,o), -(48,495,cs), -(48,362,o), -(142,304,o), -(288,282,cs), -(410,264,o), -(418,253,o), -(418,212,cs), -(418,177,o), -(385,160,o), -(338,160,cs), -(263,160,o), -(236,192,o), -(236,239,c), -(34,239,l), -(34,100,o), -(139,8,o), -(328,8,cs) -); -}, -{ -closed = 1; -nodes = ( -(395,-85,l), -(395,82,l), -(264,82,l), -(264,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(395,632,l), -(395,814,l), -(264,814,l), -(264,632,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -}; -width = 657; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(270,-8,o), -(334,74,o), -(339,200,cs), -(341,265,o), -(309,323,o), -(245,375,cs), -(203,409,o), -(145,450,o), -(148,533,cs), -(151,639,o), -(201,705,o), -(275,705,cs), -(357,705,o), -(390,654,o), -(368,530,c), -(401,530,l), -(423,654,o), -(386,736,o), -(278,736,cs), -(179,736,o), -(124,664,o), -(116,538,cs), -(110,442,o), -(162,399,o), -(214,357,cs), -(257,322,o), -(309,279,o), -(306,202,cs), -(302,89,o), -(251,22,o), -(167,22,cs), -(60,22,o), -(46,111,o), -(68,225,c), -(35,225,l), -(10,86,o), -(40,-8,o), -(167,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(136,-85,l), -(324,814,l), -(296,814,l), -(107,-85,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(279,11,o), -(343,95,o), -(343,215,cs), -(343,271,o), -(310,328,o), -(246,376,cs), -(173,432,o), -(145,461,o), -(145,524,cs), -(145,626,o), -(195,688,o), -(271,688,cs), -(353,688,o), -(389,640,o), -(368,523,c), -(401,523,l), -(421,636,o), -(387,719,o), -(274,719,cs), -(155,719,o), -(113,622,o), -(113,519,cs), -(113,442,o), -(149,407,o), -(216,356,cs), -(257,325,o), -(310,284,o), -(310,216,cs), -(310,107,o), -(258,42,o), -(171,42,cs), -(63,42,o), -(47,126,o), -(68,233,c), -(35,233,l), -(9,87,o), -(53,11,o), -(171,11,cs) -); -}, -{ -closed = 1; -nodes = ( -(136,-85,l), -(160,31,l), -(131,31,l), -(107,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(300,697,l), -(324,814,l), -(296,814,l), -(271,697,l) -); -} -); -width = 397; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(326,9,o), -(398,72,o), -(423,202,cs), -(446,319,o), -(386,380,o), -(318,433,cs), -(262,476,o), -(247,495,o), -(253,537,cs), -(258,573,o), -(273,590,o), -(299,589,cs), -(324,588,o), -(338,570,o), -(326,505,c), -(480,505,l), -(505,646,o), -(442,722,o), -(300,722,cs), -(171,722,o), -(100,653,o), -(78,537,cs), -(58,431,o), -(101,367,o), -(173,312,cs), -(234,265,o), -(253,247,o), -(245,197,cs), -(239,160,o), -(230,144,o), -(194,146,cs), -(163,148,o), -(152,168,o), -(166,239,c), -(11,239,l), -(-14,96,o), -(40,9,o), -(200,9,cs) -); -}, -{ -closed = 1; -nodes = ( -(205,-85,l), -(240,87,l), -(135,87,l), -(100,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(358,657,l), -(391,815,l), -(286,815,l), -(253,657,l) -); -} -); -width = 456; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(460,-10,o), -(572,72,o), -(577,202,cs), -(580,307,o), -(519,360,o), -(379,392,cs), -(242,423,o), -(186,468,o), -(189,547,cs), -(192,642,o), -(278,702,o), -(389,702,cs), -(508,702,o), -(586,634,o), -(583,529,c), -(622,529,l), -(626,660,o), -(533,739,o), -(394,739,cs), -(255,739,o), -(151,663,o), -(147,544,cs), -(143,445,o), -(205,396,o), -(373,355,cs), -(485,328,o), -(539,287,o), -(536,198,cs), -(532,94,o), -(443,26,o), -(312,26,cs), -(179,26,o), -(98,97,o), -(102,224,c), -(63,224,l), -(54,83,o), -(143,-10,o), -(317,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(266,-85,l), -(452,814,l), -(419,814,l), -(233,-85,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(442,9,o), -(555,91,o), -(555,212,cs), -(555,314,o), -(502,361,o), -(363,392,cs), -(234,420,o), -(181,462,o), -(181,533,cs), -(181,626,o), -(264,684,o), -(372,684,cs), -(486,684,o), -(561,620,o), -(559,521,c), -(598,521,l), -(602,645,o), -(511,721,o), -(377,721,cs), -(239,721,o), -(139,645,o), -(139,528,cs), -(139,438,o), -(198,393,o), -(356,355,cs), -(466,329,o), -(514,292,o), -(514,210,cs), -(514,115,o), -(429,44,o), -(300,44,cs), -(175,44,o), -(95,109,o), -(98,231,c), -(59,231,l), -(51,97,o), -(137,9,o), -(305,9,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,-85,l), -(276,33,l), -(243,33,l), -(219,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(416,705,l), -(438,814,l), -(405,814,l), -(383,705,l) -); -} -); -width = 633; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(509,9,o), -(629,104,o), -(629,267,cs), -(629,374,o), -(573,424,o), -(404,462,cs), -(342,476,o), -(312,489,o), -(312,518,cs), -(312,549,o), -(338,567,o), -(383,567,cs), -(433,567,o), -(461,544,o), -(458,503,c), -(663,503,l), -(667,629,o), -(564,721,o), -(399,721,cs), -(232,721,o), -(94,643,o), -(94,482,cs), -(94,380,o), -(160,323,o), -(319,282,cs), -(396,262,o), -(412,255,o), -(412,222,cs), -(412,185,o), -(381,165,o), -(322,165,cs), -(262,165,o), -(224,197,o), -(225,243,c), -(27,243,l), -(19,97,o), -(127,9,o), -(312,9,cs) -); -}, -{ -closed = 1; -nodes = ( -(318,-85,l), -(359,112,l), -(227,112,l), -(186,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(464,622,l), -(504,815,l), -(372,815,l), -(332,622,l) -); -} -); -width = 670; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(520,9,o), -(624,87,o), -(624,218,cs), -(624,337,o), -(514,369,o), -(378,394,cs), -(240,419,o), -(160,447,o), -(160,530,cs), -(160,629,o), -(248,687,o), -(391,687,cs), -(536,687,o), -(624,626,o), -(621,527,c), -(660,527,l), -(663,647,o), -(564,721,o), -(395,721,cs), -(223,721,o), -(120,649,o), -(120,527,cs), -(120,427,o), -(197,384,o), -(375,356,cs), -(531,331,o), -(582,291,o), -(582,211,cs), -(582,104,o), -(498,44,o), -(342,44,cs), -(180,44,o), -(72,110,o), -(77,228,c), -(36,228,l), -(33,95,o), -(140,9,o), -(342,9,cs) -); -}, -{ -closed = 1; -nodes = ( -(281,-85,l), -(305,31,l), -(273,31,l), -(249,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(444,705,l), -(467,814,l), -(435,814,l), -(412,705,l) -); -} -); -width = 679; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(587,7,o), -(710,94,o), -(710,250,cs), -(710,392,o), -(609,435,o), -(443,461,cs), -(348,476,o), -(318,485,o), -(318,518,cs), -(318,550,o), -(347,569,o), -(404,569,cs), -(462,569,o), -(506,547,o), -(509,507,c), -(737,507,l), -(737,633,o), -(609,723,o), -(408,723,cs), -(226,723,o), -(77,646,o), -(77,483,cs), -(77,372,o), -(159,307,o), -(336,277,cs), -(442,259,o), -(471,250,o), -(471,219,cs), -(471,185,o), -(445,163,o), -(373,163,cs), -(283,163,o), -(244,198,o), -(246,242,c), -(11,242,l), -(5,100,o), -(133,7,o), -(359,7,cs) -); -}, -{ -closed = 1; -nodes = ( -(356,-85,l), -(390,82,l), -(240,82,l), -(206,-85,l) -); -}, -{ -closed = 1; -nodes = ( -(507,646,l), -(542,815,l), -(392,815,l), -(357,646,l) -); -} -); -width = 734; -} -); -unicode = 36; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dotaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dotaccent.glyph deleted file mode 100644 index 119f219c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dotaccent.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = dotaccent; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 126; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 268; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 144; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 316; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 86; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 248; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 104; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = dotaccentcomb; -} -); -width = 244; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 124; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 296; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 147; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 265; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 127; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 266; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 143; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 282; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 143; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = dotaccentcomb; -} -); -width = 322; -} -); -unicode = 729; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dotaccentcomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dotaccentcomb.glyph deleted file mode 100644 index 3c1ead6f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dotaccentcomb.glyph +++ /dev/null @@ -1,535 +0,0 @@ -{ -glyphname = dotaccentcomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (63,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,772,o), -(86,781,o), -(86,795,cs), -(86,809,o), -(76,818,o), -(63,818,cs), -(50,818,o), -(40,809,o), -(40,795,cs), -(40,781,o), -(50,772,o), -(63,772,cs) -); -} -); -width = 126; -}, -{ -anchors = ( -{ -name = _top; -pos = (134,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,723,o), -(228,752,o), -(228,805,cs), -(228,858,o), -(187,888,o), -(134,888,cs), -(81,888,o), -(40,858,o), -(40,805,cs), -(40,752,o), -(81,723,o), -(134,723,cs) -); -} -); -width = 268; -}, -{ -anchors = ( -{ -name = _top; -pos = (72,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,780,o), -(104,793,o), -(104,811,cs), -(104,829,o), -(91,842,o), -(72,842,cs), -(53,842,o), -(40,829,o), -(40,811,cs), -(40,793,o), -(53,780,o), -(72,780,cs) -); -} -); -width = 144; -}, -{ -anchors = ( -{ -name = _top; -pos = (158,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,715,o), -(276,742,o), -(276,799,cs), -(276,849,o), -(238,883,o), -(158,883,cs), -(87,883,o), -(40,856,o), -(40,799,cs), -(40,749,o), -(78,715,o), -(158,715,cs) -); -} -); -width = 316; -}, -{ -anchors = ( -{ -name = _top; -pos = (43,667); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(58,756,o), -(68,767,o), -(68,783,cs), -(68,799,o), -(58,810,o), -(43,810,cs), -(28,810,o), -(18,799,o), -(18,783,cs), -(18,767,o), -(28,756,o), -(43,756,cs) -); -} -); -width = 86; -}, -{ -anchors = ( -{ -name = _top; -pos = (124,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(181,698,o), -(222,738,o), -(222,795,cs), -(222,852,o), -(181,894,o), -(124,894,cs), -(67,894,o), -(26,852,o), -(26,795,cs), -(26,738,o), -(67,698,o), -(124,698,cs) -); -} -); -width = 248; -}, -{ -anchors = ( -{ -name = _top; -pos = (52,667); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,771,o), -(87,786,o), -(87,806,cs), -(87,826,o), -(72,841,o), -(52,841,cs), -(32,841,o), -(17,826,o), -(17,806,cs), -(17,786,o), -(32,771,o), -(52,771,cs) -); -} -); -width = 104; -}, -{ -anchors = ( -{ -name = _top; -pos = (116,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,709,o), -(225,751,o), -(225,809,cs), -(225,867,o), -(179,909,o), -(116,909,cs), -(53,909,o), -(7,867,o), -(7,809,cs), -(7,751,o), -(53,709,o), -(116,709,cs) -); -} -); -width = 232; -}, -{ -anchors = ( -{ -name = _top; -pos = (62,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(83,777,o), -(97,790,o), -(97,810,cs), -(97,830,o), -(83,843,o), -(62,843,cs), -(41,843,o), -(27,830,o), -(27,810,cs), -(27,790,o), -(41,777,o), -(62,777,cs) -); -} -); -width = 124; -}, -{ -anchors = ( -{ -name = _top; -pos = (148,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(225,701,o), -(274,737,o), -(274,792,cs), -(274,847,o), -(225,883,o), -(148,883,cs), -(71,883,o), -(22,847,o), -(22,792,cs), -(22,737,o), -(71,701,o), -(148,701,cs) -); -} -); -width = 296; -}, -{ -anchors = ( -{ -name = _top; -pos = (73,650); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(94,780,o), -(109,795,o), -(109,816,cs), -(109,837,o), -(94,852,o), -(73,852,cs), -(53,852,o), -(39,837,o), -(39,816,cs), -(39,795,o), -(53,780,o), -(73,780,cs) -); -} -); -width = 147; -}, -{ -anchors = ( -{ -name = _top; -pos = (133,664); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(192,717,o), -(236,759,o), -(236,816,cs), -(236,872,o), -(192,913,o), -(133,913,cs), -(74,913,o), -(31,872,o), -(31,816,cs), -(31,759,o), -(74,717,o), -(133,717,cs) -); -} -); -width = 265; -}, -{ -anchors = ( -{ -name = _top; -pos = (154,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(188,772,o), -(198,781,o), -(198,795,cs), -(198,809,o), -(188,818,o), -(175,818,cs), -(162,818,o), -(152,809,o), -(152,795,cs), -(152,781,o), -(162,772,o), -(175,772,cs) -); -} -); -width = 127; -}, -{ -anchors = ( -{ -name = _top; -pos = (218,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(297,723,o), -(336,758,o), -(336,810,cs), -(336,857,o), -(305,888,o), -(251,888,cs), -(191,888,o), -(152,853,o), -(152,801,cs), -(152,754,o), -(183,723,o), -(237,723,cs) -); -} -); -width = 266; -}, -{ -anchors = ( -{ -name = _top; -pos = (157,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,780,o), -(217,794,o), -(217,813,cs), -(217,831,o), -(204,842,o), -(188,842,cs), -(168,842,o), -(155,828,o), -(155,809,cs), -(155,791,o), -(168,780,o), -(184,780,cs) -); -} -); -width = 143; -}, -{ -anchors = ( -{ -name = _top; -pos = (225,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,723,o), -(351,758,o), -(351,810,cs), -(351,857,o), -(318,889,o), -(258,889,cs), -(194,889,o), -(152,854,o), -(152,802,cs), -(152,755,o), -(185,723,o), -(245,723,cs) -); -} -); -width = 282; -}, -{ -anchors = ( -{ -name = _top; -pos = (157,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,780,o), -(217,794,o), -(217,813,cs), -(217,831,o), -(204,842,o), -(188,842,cs), -(168,842,o), -(155,828,o), -(155,809,cs), -(155,791,o), -(168,780,o), -(184,780,cs) -); -} -); -width = 143; -}, -{ -anchors = ( -{ -name = _top; -pos = (244,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(344,715,o), -(390,748,o), -(390,806,cs), -(390,854,o), -(353,883,o), -(277,883,cs), -(196,883,o), -(150,850,o), -(150,792,cs), -(150,744,o), -(187,715,o), -(263,715,cs) -); -} -); -width = 322; -} -); -metricRight = "=|"; -unicode = 775; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dotaccentcomb.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dotaccentcomb.ss01.glyph deleted file mode 100644 index 76eb6f4c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dotaccentcomb.ss01.glyph +++ /dev/null @@ -1,385 +0,0 @@ -{ -glyphname = dotaccentcomb.ss01; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (55,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,770,l), -(69,885,l), -(40,885,l), -(40,770,l) -); -} -); -width = 109; -}, -{ -anchors = ( -{ -name = _top; -pos = (129,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,735,l), -(217,866,l), -(40,866,l), -(40,735,l) -); -} -); -width = 257; -}, -{ -anchors = ( -{ -name = _top; -pos = (59,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,770,l), -(77,884,l), -(40,884,l), -(40,770,l) -); -} -); -width = 117; -}, -{ -anchors = ( -{ -name = _top; -pos = (151,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,729,l), -(261,858,l), -(40,858,l), -(40,729,l) -); -} -); -width = 301; -}, -{ -anchors = ( -{ -name = _top; -pos = (35,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,770,l), -(49,885,l), -(20,885,l), -(20,770,l) -); -} -); -width = 69; -}, -{ -anchors = ( -{ -name = _top; -pos = (119,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,735,l), -(207,866,l), -(30,866,l), -(30,735,l) -); -} -); -width = 237; -}, -{ -anchors = ( -{ -name = _top; -pos = (39,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(57,768,l), -(57,884,l), -(20,884,l), -(20,768,l) -); -} -); -width = 77; -}, -{ -anchors = ( -{ -name = _top; -pos = (115,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(210,735,l), -(210,863,l), -(19,863,l), -(19,735,l) -); -} -); -width = 229; -}, -{ -anchors = ( -{ -name = _top; -pos = (49,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(67,770,l), -(67,884,l), -(30,884,l), -(30,770,l) -); -} -); -width = 97; -}, -{ -anchors = ( -{ -name = _top; -pos = (141,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,729,l), -(251,858,l), -(30,858,l), -(30,729,l) -); -} -); -width = 281; -}, -{ -anchors = ( -{ -name = _top; -pos = (60,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(78,799,l), -(78,915,l), -(43,915,l), -(43,799,l) -); -} -); -width = 120; -}, -{ -anchors = ( -{ -name = _top; -pos = (134,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(229,740,l), -(229,893,l), -(39,893,l), -(39,740,l) -); -} -); -width = 266; -}, -{ -anchors = ( -{ -name = _top; -pos = (140,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,770,l), -(199,885,l), -(170,885,l), -(146,770,l) -); -} -); -width = 109; -}, -{ -anchors = ( -{ -name = _top; -pos = (212,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(312,735,l), -(339,866,l), -(163,866,l), -(136,735,l) -); -} -); -width = 256; -}, -{ -anchors = ( -{ -name = _top; -pos = (144,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,770,l), -(206,884,l), -(170,884,l), -(146,770,l) -); -} -); -width = 116; -}, -{ -anchors = ( -{ -name = _top; -pos = (220,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,745,l), -(355,863,l), -(163,863,l), -(138,745,l) -); -} -); -width = 273; -}, -{ -anchors = ( -{ -name = _top; -pos = (144,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,770,l), -(206,884,l), -(170,884,l), -(146,770,l) -); -} -); -width = 116; -}, -{ -anchors = ( -{ -name = _top; -pos = (235,678); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(356,735,l), -(382,864,l), -(163,864,l), -(137,735,l) -); -} -); -width = 300; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dotbelowcomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dotbelowcomb.glyph deleted file mode 100644 index deef4b60..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dotbelowcomb.glyph +++ /dev/null @@ -1,530 +0,0 @@ -{ -glyphname = dotbelowcomb; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (63,0); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,-115,o), -(86,-106,o), -(86,-92,cs), -(86,-78,o), -(76,-69,o), -(63,-69,cs), -(50,-69,o), -(40,-78,o), -(40,-92,cs), -(40,-106,o), -(50,-115,o), -(63,-115,cs) -); -} -); -width = 126; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (118,0); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(161,-177,o), -(196,-151,o), -(196,-104,cs), -(196,-57,o), -(161,-30,o), -(117,-30,cs), -(73,-30,o), -(40,-57,o), -(40,-104,cs), -(40,-151,o), -(73,-177,o), -(117,-177,cs) -); -} -); -width = 236; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (72,0); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,-151,o), -(104,-138,o), -(104,-120,cs), -(104,-102,o), -(91,-89,o), -(72,-89,cs), -(53,-89,o), -(40,-102,o), -(40,-120,cs), -(40,-138,o), -(53,-151,o), -(72,-151,cs) -); -} -); -width = 144; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (153,0); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,-209,o), -(266,-179,o), -(266,-125,cs), -(266,-75,o), -(225,-41,o), -(153,-41,cs), -(85,-41,o), -(40,-71,o), -(40,-125,cs), -(40,-175,o), -(81,-209,o), -(153,-209,cs) -); -} -); -width = 306; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (43,0); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,-115,o), -(66,-106,o), -(66,-92,cs), -(66,-78,o), -(56,-69,o), -(43,-69,cs), -(30,-69,o), -(20,-78,o), -(20,-92,cs), -(20,-106,o), -(30,-115,o), -(43,-115,cs) -); -} -); -width = 86; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (108,0); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,-177,o), -(186,-151,o), -(186,-104,cs), -(186,-57,o), -(151,-30,o), -(107,-30,cs), -(63,-30,o), -(30,-57,o), -(30,-104,cs), -(30,-151,o), -(63,-177,o), -(107,-177,cs) -); -} -); -width = 216; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (52,0); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(71,-141,o), -(84,-128,o), -(84,-110,cs), -(84,-92,o), -(71,-79,o), -(52,-79,cs), -(33,-79,o), -(20,-92,o), -(20,-110,cs), -(20,-128,o), -(33,-141,o), -(52,-141,cs) -); -} -); -width = 104; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (104,0); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,-196,o), -(189,-168,o), -(189,-118,cs), -(189,-68,o), -(150,-40,o), -(104,-40,cs), -(58,-40,o), -(19,-68,o), -(19,-118,cs), -(19,-168,o), -(58,-196,o), -(104,-196,cs) -); -} -); -width = 208; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (62,0); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(81,-151,o), -(94,-138,o), -(94,-120,cs), -(94,-102,o), -(81,-89,o), -(62,-89,cs), -(43,-89,o), -(30,-102,o), -(30,-120,cs), -(30,-138,o), -(43,-151,o), -(62,-151,cs) -); -} -); -width = 124; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (143,0); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,-209,o), -(256,-179,o), -(256,-125,cs), -(256,-75,o), -(215,-41,o), -(143,-41,cs), -(75,-41,o), -(30,-71,o), -(30,-125,cs), -(30,-175,o), -(71,-209,o), -(143,-209,cs) -); -} -); -width = 286; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (73,0); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(92,-141,o), -(105,-128,o), -(105,-110,cs), -(105,-92,o), -(92,-79,o), -(73,-79,cs), -(54,-79,o), -(43,-92,o), -(43,-110,cs), -(43,-128,o), -(54,-141,o), -(73,-141,cs) -); -} -); -width = 147; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (121,0); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(164,-196,o), -(203,-168,o), -(203,-118,cs), -(203,-68,o), -(164,-40,o), -(121,-40,cs), -(77,-40,o), -(39,-68,o), -(39,-118,cs), -(39,-168,o), -(77,-196,o), -(121,-196,cs) -); -} -); -width = 241; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (10,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(4,-115,o), -(14,-106,o), -(14,-92,cs), -(14,-78,o), -(4,-69,o), -(-9,-69,cs), -(-22,-69,o), -(-32,-78,o), -(-32,-92,cs), -(-32,-106,o), -(-22,-115,o), -(-9,-115,cs) -); -} -); -width = 127; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (65,0); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,-177,o), -(124,-146,o), -(124,-100,cs), -(124,-58,o), -(93,-30,o), -(50,-30,cs), -(-1,-30,o), -(-36,-61,o), -(-36,-107,cs), -(-36,-149,o), -(-5,-177,o), -(38,-177,cs) -); -} -); -width = 243; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (18,0); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(13,-141,o), -(26,-127,o), -(26,-108,cs), -(26,-90,o), -(13,-79,o), -(-3,-79,cs), -(-23,-79,o), -(-36,-93,o), -(-36,-112,cs), -(-36,-130,o), -(-23,-141,o), -(-7,-141,cs) -); -} -); -width = 143; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (71,0); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(94,-196,o), -(133,-163,o), -(133,-114,cs), -(133,-71,o), -(101,-40,o), -(52,-40,cs), -(-2,-40,o), -(-40,-73,o), -(-40,-122,cs), -(-40,-165,o), -(-8,-196,o), -(40,-196,cs) -); -} -); -width = 255; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (17,0); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(10,-147,o), -(23,-136,o), -(23,-117,cs), -(23,-100,o), -(11,-89,o), -(-6,-89,cs), -(-24,-89,o), -(-37,-100,o), -(-37,-119,cs), -(-37,-136,o), -(-25,-147,o), -(-8,-147,cs) -); -} -); -width = 142; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (97,0); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,-207,o), -(183,-174,o), -(183,-119,cs), -(183,-72,o), -(145,-41,o), -(77,-41,cs), -(6,-41,o), -(-41,-74,o), -(-41,-129,cs), -(-41,-176,o), -(-3,-207,o), -(65,-207,cs) -); -} -); -width = 306; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 803; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dotbelowcomb.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dotbelowcomb.ss01.glyph deleted file mode 100644 index 562c9201..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dotbelowcomb.ss01.glyph +++ /dev/null @@ -1,385 +0,0 @@ -{ -glyphname = dotbelowcomb.ss01; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (55,0); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,-120,l), -(69,-75,l), -(40,-75,l), -(40,-120,l) -); -} -); -width = 109; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (129,0); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,-171,l), -(217,-40,l), -(40,-40,l), -(40,-171,l) -); -} -); -width = 257; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (59,0); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,-148,l), -(77,-94,l), -(40,-94,l), -(40,-148,l) -); -} -); -width = 117; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (141,0); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(241,-170,l), -(241,-41,l), -(40,-41,l), -(40,-170,l) -); -} -); -width = 281; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (35,0); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,-120,l), -(49,-75,l), -(20,-75,l), -(20,-120,l) -); -} -); -width = 69; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (119,0); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,-171,l), -(207,-40,l), -(30,-40,l), -(30,-171,l) -); -} -); -width = 237; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (39,0); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(57,-140,l), -(57,-84,l), -(20,-84,l), -(20,-140,l) -); -} -); -width = 77; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (115,0); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(210,-178,l), -(210,-50,l), -(19,-50,l), -(19,-178,l) -); -} -); -width = 229; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (49,0); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(67,-148,l), -(67,-94,l), -(30,-94,l), -(30,-148,l) -); -} -); -width = 97; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (131,0); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,-170,l), -(231,-41,l), -(30,-41,l), -(30,-170,l) -); -} -); -width = 261; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (60,0); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(78,-140,l), -(78,-84,l), -(43,-84,l), -(43,-140,l) -); -} -); -width = 120; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (134,0); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(229,-178,l), -(229,-50,l), -(39,-50,l), -(39,-178,l) -); -} -); -width = 266; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (2,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-9,-120,l), -(1,-75,l), -(-28,-75,l), -(-38,-120,l) -); -} -); -width = 110; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (74,0); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,-171,l), -(154,-40,l), -(-23,-40,l), -(-51,-171,l) -); -} -); -width = 258; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (5,0); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(-6,-140,l), -(6,-84,l), -(-31,-84,l), -(-43,-140,l) -); -} -); -width = 117; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (80,0); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(138,-178,l), -(164,-50,l), -(-27,-50,l), -(-53,-178,l) -); -} -); -width = 271; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (6,0); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(-7,-148,l), -(5,-94,l), -(-32,-94,l), -(-44,-148,l) -); -} -); -width = 118; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (83,0); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,-180,l), -(172,-51,l), -(-27,-51,l), -(-53,-180,l) -); -} -); -width = 280; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/dottedC_ircle.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/dottedC_ircle.glyph deleted file mode 100644 index a0bd6f98..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/dottedC_ircle.glyph +++ /dev/null @@ -1,4184 +0,0 @@ -{ -glyphname = dottedCircle; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (365,0); -}, -{ -name = center; -pos = (365,365); -}, -{ -name = ogonek; -pos = (365,0); -}, -{ -name = top; -pos = (365,729); -}, -{ -name = topright; -pos = (365,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,589,o), -(410,608,o), -(410,634,cs), -(410,660,o), -(391,679,o), -(365,679,cs), -(339,679,o), -(320,660,o), -(320,634,cs), -(320,608,o), -(339,589,o), -(365,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,553,o), -(545,572,o), -(545,598,cs), -(545,624,o), -(526,643,o), -(500,643,cs), -(474,643,o), -(455,624,o), -(455,598,cs), -(455,572,o), -(474,553,o), -(500,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(625,454,o), -(644,473,o), -(644,499,cs), -(644,525,o), -(625,544,o), -(599,544,cs), -(573,544,o), -(554,525,o), -(554,499,cs), -(554,473,o), -(573,454,o), -(599,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(661,320,o), -(680,338,o), -(680,365,cs), -(680,391,o), -(661,409,o), -(635,409,cs), -(609,409,o), -(590,391,o), -(590,365,cs), -(590,338,o), -(609,320,o), -(635,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(625,185,o), -(644,204,o), -(644,230,cs), -(644,256,o), -(625,275,o), -(599,275,cs), -(573,275,o), -(554,256,o), -(554,230,cs), -(554,204,o), -(573,185,o), -(599,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,86,o), -(545,105,o), -(545,131,cs), -(545,157,o), -(526,176,o), -(500,176,cs), -(474,176,o), -(455,157,o), -(455,131,cs), -(455,105,o), -(474,86,o), -(500,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(391,50,o), -(410,69,o), -(410,95,cs), -(410,121,o), -(391,140,o), -(365,140,cs), -(339,140,o), -(320,121,o), -(320,95,cs), -(320,69,o), -(339,50,o), -(365,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,86,o), -(275,105,o), -(275,131,cs), -(275,157,o), -(256,176,o), -(230,176,cs), -(204,176,o), -(185,157,o), -(185,131,cs), -(185,105,o), -(204,86,o), -(230,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,185,o), -(176,204,o), -(176,230,cs), -(176,256,o), -(157,275,o), -(131,275,cs), -(105,275,o), -(86,256,o), -(86,230,cs), -(86,204,o), -(105,185,o), -(131,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(121,320,o), -(140,338,o), -(140,365,cs), -(140,391,o), -(121,409,o), -(95,409,cs), -(69,409,o), -(50,391,o), -(50,365,cs), -(50,338,o), -(69,320,o), -(95,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,454,o), -(176,473,o), -(176,499,cs), -(176,525,o), -(157,544,o), -(131,544,cs), -(105,544,o), -(86,525,o), -(86,499,cs), -(86,473,o), -(105,454,o), -(131,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,553,o), -(275,572,o), -(275,598,cs), -(275,624,o), -(256,643,o), -(230,643,cs), -(204,643,o), -(185,624,o), -(185,598,cs), -(185,572,o), -(204,553,o), -(230,553,cs) -); -} -); -width = 730; -}, -{ -anchors = ( -{ -name = bottom; -pos = (365,0); -}, -{ -name = center; -pos = (365,365); -}, -{ -name = ogonek; -pos = (365,0); -}, -{ -name = top; -pos = (365,729); -}, -{ -name = topright; -pos = (365,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,589,o), -(410,608,o), -(410,634,cs), -(410,660,o), -(391,679,o), -(365,679,cs), -(339,679,o), -(320,660,o), -(320,634,cs), -(320,608,o), -(339,589,o), -(365,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,553,o), -(545,572,o), -(545,598,cs), -(545,624,o), -(526,643,o), -(500,643,cs), -(474,643,o), -(455,624,o), -(455,598,cs), -(455,572,o), -(474,553,o), -(500,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(625,454,o), -(644,473,o), -(644,499,cs), -(644,525,o), -(625,544,o), -(599,544,cs), -(573,544,o), -(554,525,o), -(554,499,cs), -(554,473,o), -(573,454,o), -(599,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(661,320,o), -(680,338,o), -(680,365,cs), -(680,391,o), -(661,409,o), -(635,409,cs), -(609,409,o), -(590,391,o), -(590,365,cs), -(590,338,o), -(609,320,o), -(635,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(625,185,o), -(644,204,o), -(644,230,cs), -(644,256,o), -(625,275,o), -(599,275,cs), -(573,275,o), -(554,256,o), -(554,230,cs), -(554,204,o), -(573,185,o), -(599,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,86,o), -(545,105,o), -(545,131,cs), -(545,157,o), -(526,176,o), -(500,176,cs), -(474,176,o), -(455,157,o), -(455,131,cs), -(455,105,o), -(474,86,o), -(500,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(391,50,o), -(410,69,o), -(410,95,cs), -(410,121,o), -(391,140,o), -(365,140,cs), -(339,140,o), -(320,121,o), -(320,95,cs), -(320,69,o), -(339,50,o), -(365,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,86,o), -(275,105,o), -(275,131,cs), -(275,157,o), -(256,176,o), -(230,176,cs), -(204,176,o), -(185,157,o), -(185,131,cs), -(185,105,o), -(204,86,o), -(230,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,185,o), -(176,204,o), -(176,230,cs), -(176,256,o), -(157,275,o), -(131,275,cs), -(105,275,o), -(86,256,o), -(86,230,cs), -(86,204,o), -(105,185,o), -(131,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(121,320,o), -(140,338,o), -(140,365,cs), -(140,391,o), -(121,409,o), -(95,409,cs), -(69,409,o), -(50,391,o), -(50,365,cs), -(50,338,o), -(69,320,o), -(95,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,454,o), -(176,473,o), -(176,499,cs), -(176,525,o), -(157,544,o), -(131,544,cs), -(105,544,o), -(86,525,o), -(86,499,cs), -(86,473,o), -(105,454,o), -(131,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,553,o), -(275,572,o), -(275,598,cs), -(275,624,o), -(256,643,o), -(230,643,cs), -(204,643,o), -(185,624,o), -(185,598,cs), -(185,572,o), -(204,553,o), -(230,553,cs) -); -} -); -width = 730; -}, -{ -anchors = ( -{ -name = bottom; -pos = (365,0); -}, -{ -name = center; -pos = (365,365); -}, -{ -name = ogonek; -pos = (365,0); -}, -{ -name = top; -pos = (365,729); -}, -{ -name = topright; -pos = (365,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,589,o), -(410,608,o), -(410,634,cs), -(410,660,o), -(391,679,o), -(365,679,cs), -(339,679,o), -(320,660,o), -(320,634,cs), -(320,608,o), -(339,589,o), -(365,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,553,o), -(545,572,o), -(545,598,cs), -(545,624,o), -(526,643,o), -(500,643,cs), -(474,643,o), -(455,624,o), -(455,598,cs), -(455,572,o), -(474,553,o), -(500,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(625,454,o), -(644,473,o), -(644,499,cs), -(644,525,o), -(625,544,o), -(599,544,cs), -(573,544,o), -(554,525,o), -(554,499,cs), -(554,473,o), -(573,454,o), -(599,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(661,320,o), -(680,338,o), -(680,365,cs), -(680,391,o), -(661,409,o), -(635,409,cs), -(609,409,o), -(590,391,o), -(590,365,cs), -(590,338,o), -(609,320,o), -(635,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(625,185,o), -(644,204,o), -(644,230,cs), -(644,256,o), -(625,275,o), -(599,275,cs), -(573,275,o), -(554,256,o), -(554,230,cs), -(554,204,o), -(573,185,o), -(599,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,86,o), -(545,105,o), -(545,131,cs), -(545,157,o), -(526,176,o), -(500,176,cs), -(474,176,o), -(455,157,o), -(455,131,cs), -(455,105,o), -(474,86,o), -(500,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(391,50,o), -(410,69,o), -(410,95,cs), -(410,121,o), -(391,140,o), -(365,140,cs), -(339,140,o), -(320,121,o), -(320,95,cs), -(320,69,o), -(339,50,o), -(365,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,86,o), -(275,105,o), -(275,131,cs), -(275,157,o), -(256,176,o), -(230,176,cs), -(204,176,o), -(185,157,o), -(185,131,cs), -(185,105,o), -(204,86,o), -(230,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,185,o), -(176,204,o), -(176,230,cs), -(176,256,o), -(157,275,o), -(131,275,cs), -(105,275,o), -(86,256,o), -(86,230,cs), -(86,204,o), -(105,185,o), -(131,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(121,320,o), -(140,338,o), -(140,365,cs), -(140,391,o), -(121,409,o), -(95,409,cs), -(69,409,o), -(50,391,o), -(50,365,cs), -(50,338,o), -(69,320,o), -(95,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,454,o), -(176,473,o), -(176,499,cs), -(176,525,o), -(157,544,o), -(131,544,cs), -(105,544,o), -(86,525,o), -(86,499,cs), -(86,473,o), -(105,454,o), -(131,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,553,o), -(275,572,o), -(275,598,cs), -(275,624,o), -(256,643,o), -(230,643,cs), -(204,643,o), -(185,624,o), -(185,598,cs), -(185,572,o), -(204,553,o), -(230,553,cs) -); -} -); -width = 730; -}, -{ -anchors = ( -{ -name = bottom; -pos = (365,0); -}, -{ -name = center; -pos = (365,365); -}, -{ -name = ogonek; -pos = (365,0); -}, -{ -name = top; -pos = (365,729); -}, -{ -name = topright; -pos = (365,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,589,o), -(410,608,o), -(410,634,cs), -(410,660,o), -(391,679,o), -(365,679,cs), -(339,679,o), -(320,660,o), -(320,634,cs), -(320,608,o), -(339,589,o), -(365,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,553,o), -(545,572,o), -(545,598,cs), -(545,624,o), -(526,643,o), -(500,643,cs), -(474,643,o), -(455,624,o), -(455,598,cs), -(455,572,o), -(474,553,o), -(500,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(625,454,o), -(644,473,o), -(644,499,cs), -(644,525,o), -(625,544,o), -(599,544,cs), -(573,544,o), -(554,525,o), -(554,499,cs), -(554,473,o), -(573,454,o), -(599,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(661,320,o), -(680,338,o), -(680,365,cs), -(680,391,o), -(661,409,o), -(635,409,cs), -(609,409,o), -(590,391,o), -(590,365,cs), -(590,338,o), -(609,320,o), -(635,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(625,185,o), -(644,204,o), -(644,230,cs), -(644,256,o), -(625,275,o), -(599,275,cs), -(573,275,o), -(554,256,o), -(554,230,cs), -(554,204,o), -(573,185,o), -(599,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,86,o), -(545,105,o), -(545,131,cs), -(545,157,o), -(526,176,o), -(500,176,cs), -(474,176,o), -(455,157,o), -(455,131,cs), -(455,105,o), -(474,86,o), -(500,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(391,50,o), -(410,69,o), -(410,95,cs), -(410,121,o), -(391,140,o), -(365,140,cs), -(339,140,o), -(320,121,o), -(320,95,cs), -(320,69,o), -(339,50,o), -(365,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,86,o), -(275,105,o), -(275,131,cs), -(275,157,o), -(256,176,o), -(230,176,cs), -(204,176,o), -(185,157,o), -(185,131,cs), -(185,105,o), -(204,86,o), -(230,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,185,o), -(176,204,o), -(176,230,cs), -(176,256,o), -(157,275,o), -(131,275,cs), -(105,275,o), -(86,256,o), -(86,230,cs), -(86,204,o), -(105,185,o), -(131,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(121,320,o), -(140,338,o), -(140,365,cs), -(140,391,o), -(121,409,o), -(95,409,cs), -(69,409,o), -(50,391,o), -(50,365,cs), -(50,338,o), -(69,320,o), -(95,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,454,o), -(176,473,o), -(176,499,cs), -(176,525,o), -(157,544,o), -(131,544,cs), -(105,544,o), -(86,525,o), -(86,499,cs), -(86,473,o), -(105,454,o), -(131,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,553,o), -(275,572,o), -(275,598,cs), -(275,624,o), -(256,643,o), -(230,643,cs), -(204,643,o), -(185,624,o), -(185,598,cs), -(185,572,o), -(204,553,o), -(230,553,cs) -); -} -); -width = 730; -}, -{ -anchors = ( -{ -name = bottom; -pos = (345,0); -}, -{ -name = center; -pos = (345,365); -}, -{ -name = ogonek; -pos = (345,0); -}, -{ -name = top; -pos = (345,729); -}, -{ -name = topright; -pos = (345,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,589,o), -(390,608,o), -(390,634,cs), -(390,660,o), -(371,679,o), -(345,679,cs), -(319,679,o), -(300,660,o), -(300,634,cs), -(300,608,o), -(319,589,o), -(345,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(506,553,o), -(525,572,o), -(525,598,cs), -(525,624,o), -(506,643,o), -(480,643,cs), -(454,643,o), -(435,624,o), -(435,598,cs), -(435,572,o), -(454,553,o), -(480,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(605,454,o), -(624,473,o), -(624,499,cs), -(624,525,o), -(605,544,o), -(579,544,cs), -(553,544,o), -(534,525,o), -(534,499,cs), -(534,473,o), -(553,454,o), -(579,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(641,320,o), -(660,338,o), -(660,365,cs), -(660,391,o), -(641,409,o), -(615,409,cs), -(589,409,o), -(570,391,o), -(570,365,cs), -(570,338,o), -(589,320,o), -(615,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(605,185,o), -(624,204,o), -(624,230,cs), -(624,256,o), -(605,275,o), -(579,275,cs), -(553,275,o), -(534,256,o), -(534,230,cs), -(534,204,o), -(553,185,o), -(579,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(506,86,o), -(525,105,o), -(525,131,cs), -(525,157,o), -(506,176,o), -(480,176,cs), -(454,176,o), -(435,157,o), -(435,131,cs), -(435,105,o), -(454,86,o), -(480,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(371,50,o), -(390,69,o), -(390,95,cs), -(390,121,o), -(371,140,o), -(345,140,cs), -(319,140,o), -(300,121,o), -(300,95,cs), -(300,69,o), -(319,50,o), -(345,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(236,86,o), -(255,105,o), -(255,131,cs), -(255,157,o), -(236,176,o), -(210,176,cs), -(184,176,o), -(165,157,o), -(165,131,cs), -(165,105,o), -(184,86,o), -(210,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(137,185,o), -(156,204,o), -(156,230,cs), -(156,256,o), -(137,275,o), -(111,275,cs), -(85,275,o), -(66,256,o), -(66,230,cs), -(66,204,o), -(85,185,o), -(111,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(101,320,o), -(120,338,o), -(120,365,cs), -(120,391,o), -(101,409,o), -(75,409,cs), -(49,409,o), -(30,391,o), -(30,365,cs), -(30,338,o), -(49,320,o), -(75,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(137,454,o), -(156,473,o), -(156,499,cs), -(156,525,o), -(137,544,o), -(111,544,cs), -(85,544,o), -(66,525,o), -(66,499,cs), -(66,473,o), -(85,454,o), -(111,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(236,553,o), -(255,572,o), -(255,598,cs), -(255,624,o), -(236,643,o), -(210,643,cs), -(184,643,o), -(165,624,o), -(165,598,cs), -(165,572,o), -(184,553,o), -(210,553,cs) -); -} -); -width = 690; -}, -{ -anchors = ( -{ -name = bottom; -pos = (355,0); -}, -{ -name = center; -pos = (355,365); -}, -{ -name = ogonek; -pos = (355,0); -}, -{ -name = top; -pos = (355,729); -}, -{ -name = topright; -pos = (355,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,589,o), -(400,608,o), -(400,634,cs), -(400,660,o), -(381,679,o), -(355,679,cs), -(329,679,o), -(310,660,o), -(310,634,cs), -(310,608,o), -(329,589,o), -(355,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(516,553,o), -(535,572,o), -(535,598,cs), -(535,624,o), -(516,643,o), -(490,643,cs), -(464,643,o), -(445,624,o), -(445,598,cs), -(445,572,o), -(464,553,o), -(490,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(615,454,o), -(634,473,o), -(634,499,cs), -(634,525,o), -(615,544,o), -(589,544,cs), -(563,544,o), -(544,525,o), -(544,499,cs), -(544,473,o), -(563,454,o), -(589,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(651,320,o), -(670,338,o), -(670,365,cs), -(670,391,o), -(651,409,o), -(625,409,cs), -(599,409,o), -(580,391,o), -(580,365,cs), -(580,338,o), -(599,320,o), -(625,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(615,185,o), -(634,204,o), -(634,230,cs), -(634,256,o), -(615,275,o), -(589,275,cs), -(563,275,o), -(544,256,o), -(544,230,cs), -(544,204,o), -(563,185,o), -(589,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(516,86,o), -(535,105,o), -(535,131,cs), -(535,157,o), -(516,176,o), -(490,176,cs), -(464,176,o), -(445,157,o), -(445,131,cs), -(445,105,o), -(464,86,o), -(490,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(381,50,o), -(400,69,o), -(400,95,cs), -(400,121,o), -(381,140,o), -(355,140,cs), -(329,140,o), -(310,121,o), -(310,95,cs), -(310,69,o), -(329,50,o), -(355,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,86,o), -(265,105,o), -(265,131,cs), -(265,157,o), -(246,176,o), -(220,176,cs), -(194,176,o), -(175,157,o), -(175,131,cs), -(175,105,o), -(194,86,o), -(220,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,185,o), -(166,204,o), -(166,230,cs), -(166,256,o), -(147,275,o), -(121,275,cs), -(95,275,o), -(76,256,o), -(76,230,cs), -(76,204,o), -(95,185,o), -(121,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(111,320,o), -(130,338,o), -(130,365,cs), -(130,391,o), -(111,409,o), -(85,409,cs), -(59,409,o), -(40,391,o), -(40,365,cs), -(40,338,o), -(59,320,o), -(85,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,454,o), -(166,473,o), -(166,499,cs), -(166,525,o), -(147,544,o), -(121,544,cs), -(95,544,o), -(76,525,o), -(76,499,cs), -(76,473,o), -(95,454,o), -(121,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,553,o), -(265,572,o), -(265,598,cs), -(265,624,o), -(246,643,o), -(220,643,cs), -(194,643,o), -(175,624,o), -(175,598,cs), -(175,572,o), -(194,553,o), -(220,553,cs) -); -} -); -width = 710; -}, -{ -anchors = ( -{ -name = bottom; -pos = (345,0); -}, -{ -name = center; -pos = (345,365); -}, -{ -name = ogonek; -pos = (345,0); -}, -{ -name = top; -pos = (345,729); -}, -{ -name = topright; -pos = (345,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,589,o), -(390,608,o), -(390,634,cs), -(390,660,o), -(371,679,o), -(345,679,cs), -(319,679,o), -(300,660,o), -(300,634,cs), -(300,608,o), -(319,589,o), -(345,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(506,553,o), -(525,572,o), -(525,598,cs), -(525,624,o), -(506,643,o), -(480,643,cs), -(454,643,o), -(435,624,o), -(435,598,cs), -(435,572,o), -(454,553,o), -(480,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(605,454,o), -(624,473,o), -(624,499,cs), -(624,525,o), -(605,544,o), -(579,544,cs), -(553,544,o), -(534,525,o), -(534,499,cs), -(534,473,o), -(553,454,o), -(579,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(641,320,o), -(660,338,o), -(660,365,cs), -(660,391,o), -(641,409,o), -(615,409,cs), -(589,409,o), -(570,391,o), -(570,365,cs), -(570,338,o), -(589,320,o), -(615,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(605,185,o), -(624,204,o), -(624,230,cs), -(624,256,o), -(605,275,o), -(579,275,cs), -(553,275,o), -(534,256,o), -(534,230,cs), -(534,204,o), -(553,185,o), -(579,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(506,86,o), -(525,105,o), -(525,131,cs), -(525,157,o), -(506,176,o), -(480,176,cs), -(454,176,o), -(435,157,o), -(435,131,cs), -(435,105,o), -(454,86,o), -(480,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(371,50,o), -(390,69,o), -(390,95,cs), -(390,121,o), -(371,140,o), -(345,140,cs), -(319,140,o), -(300,121,o), -(300,95,cs), -(300,69,o), -(319,50,o), -(345,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(236,86,o), -(255,105,o), -(255,131,cs), -(255,157,o), -(236,176,o), -(210,176,cs), -(184,176,o), -(165,157,o), -(165,131,cs), -(165,105,o), -(184,86,o), -(210,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(137,185,o), -(156,204,o), -(156,230,cs), -(156,256,o), -(137,275,o), -(111,275,cs), -(85,275,o), -(66,256,o), -(66,230,cs), -(66,204,o), -(85,185,o), -(111,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(101,320,o), -(120,338,o), -(120,365,cs), -(120,391,o), -(101,409,o), -(75,409,cs), -(49,409,o), -(30,391,o), -(30,365,cs), -(30,338,o), -(49,320,o), -(75,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(137,454,o), -(156,473,o), -(156,499,cs), -(156,525,o), -(137,544,o), -(111,544,cs), -(85,544,o), -(66,525,o), -(66,499,cs), -(66,473,o), -(85,454,o), -(111,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(236,553,o), -(255,572,o), -(255,598,cs), -(255,624,o), -(236,643,o), -(210,643,cs), -(184,643,o), -(165,624,o), -(165,598,cs), -(165,572,o), -(184,553,o), -(210,553,cs) -); -} -); -width = 690; -}, -{ -anchors = ( -{ -name = bottom; -pos = (344,0); -}, -{ -name = center; -pos = (344,365); -}, -{ -name = ogonek; -pos = (344,0); -}, -{ -name = top; -pos = (344,729); -}, -{ -name = topright; -pos = (344,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(370,589,o), -(389,608,o), -(389,634,cs), -(389,660,o), -(370,679,o), -(344,679,cs), -(318,679,o), -(299,660,o), -(299,634,cs), -(299,608,o), -(318,589,o), -(344,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(505,553,o), -(524,572,o), -(524,598,cs), -(524,624,o), -(505,643,o), -(479,643,cs), -(453,643,o), -(434,624,o), -(434,598,cs), -(434,572,o), -(453,553,o), -(479,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(604,454,o), -(623,473,o), -(623,499,cs), -(623,525,o), -(604,544,o), -(578,544,cs), -(552,544,o), -(533,525,o), -(533,499,cs), -(533,473,o), -(552,454,o), -(578,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(640,320,o), -(659,338,o), -(659,365,cs), -(659,391,o), -(640,409,o), -(614,409,cs), -(588,409,o), -(569,391,o), -(569,365,cs), -(569,338,o), -(588,320,o), -(614,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(604,185,o), -(623,204,o), -(623,230,cs), -(623,256,o), -(604,275,o), -(578,275,cs), -(552,275,o), -(533,256,o), -(533,230,cs), -(533,204,o), -(552,185,o), -(578,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(505,86,o), -(524,105,o), -(524,131,cs), -(524,157,o), -(505,176,o), -(479,176,cs), -(453,176,o), -(434,157,o), -(434,131,cs), -(434,105,o), -(453,86,o), -(479,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(370,50,o), -(389,69,o), -(389,95,cs), -(389,121,o), -(370,140,o), -(344,140,cs), -(318,140,o), -(299,121,o), -(299,95,cs), -(299,69,o), -(318,50,o), -(344,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(235,86,o), -(254,105,o), -(254,131,cs), -(254,157,o), -(235,176,o), -(209,176,cs), -(183,176,o), -(164,157,o), -(164,131,cs), -(164,105,o), -(183,86,o), -(209,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(136,185,o), -(155,204,o), -(155,230,cs), -(155,256,o), -(136,275,o), -(110,275,cs), -(84,275,o), -(65,256,o), -(65,230,cs), -(65,204,o), -(84,185,o), -(110,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(100,320,o), -(119,338,o), -(119,365,cs), -(119,391,o), -(100,409,o), -(74,409,cs), -(48,409,o), -(29,391,o), -(29,365,cs), -(29,338,o), -(48,320,o), -(74,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(136,454,o), -(155,473,o), -(155,499,cs), -(155,525,o), -(136,544,o), -(110,544,cs), -(84,544,o), -(65,525,o), -(65,499,cs), -(65,473,o), -(84,454,o), -(110,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(235,553,o), -(254,572,o), -(254,598,cs), -(254,624,o), -(235,643,o), -(209,643,cs), -(183,643,o), -(164,624,o), -(164,598,cs), -(164,572,o), -(183,553,o), -(209,553,cs) -); -} -); -width = 688; -}, -{ -anchors = ( -{ -name = bottom; -pos = (355,0); -}, -{ -name = center; -pos = (355,365); -}, -{ -name = ogonek; -pos = (355,0); -}, -{ -name = top; -pos = (355,729); -}, -{ -name = topright; -pos = (355,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,589,o), -(400,608,o), -(400,634,cs), -(400,660,o), -(381,679,o), -(355,679,cs), -(329,679,o), -(310,660,o), -(310,634,cs), -(310,608,o), -(329,589,o), -(355,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(516,553,o), -(535,572,o), -(535,598,cs), -(535,624,o), -(516,643,o), -(490,643,cs), -(464,643,o), -(445,624,o), -(445,598,cs), -(445,572,o), -(464,553,o), -(490,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(615,454,o), -(634,473,o), -(634,499,cs), -(634,525,o), -(615,544,o), -(589,544,cs), -(563,544,o), -(544,525,o), -(544,499,cs), -(544,473,o), -(563,454,o), -(589,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(651,320,o), -(670,338,o), -(670,365,cs), -(670,391,o), -(651,409,o), -(625,409,cs), -(599,409,o), -(580,391,o), -(580,365,cs), -(580,338,o), -(599,320,o), -(625,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(615,185,o), -(634,204,o), -(634,230,cs), -(634,256,o), -(615,275,o), -(589,275,cs), -(563,275,o), -(544,256,o), -(544,230,cs), -(544,204,o), -(563,185,o), -(589,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(516,86,o), -(535,105,o), -(535,131,cs), -(535,157,o), -(516,176,o), -(490,176,cs), -(464,176,o), -(445,157,o), -(445,131,cs), -(445,105,o), -(464,86,o), -(490,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(381,50,o), -(400,69,o), -(400,95,cs), -(400,121,o), -(381,140,o), -(355,140,cs), -(329,140,o), -(310,121,o), -(310,95,cs), -(310,69,o), -(329,50,o), -(355,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,86,o), -(265,105,o), -(265,131,cs), -(265,157,o), -(246,176,o), -(220,176,cs), -(194,176,o), -(175,157,o), -(175,131,cs), -(175,105,o), -(194,86,o), -(220,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,185,o), -(166,204,o), -(166,230,cs), -(166,256,o), -(147,275,o), -(121,275,cs), -(95,275,o), -(76,256,o), -(76,230,cs), -(76,204,o), -(95,185,o), -(121,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(111,320,o), -(130,338,o), -(130,365,cs), -(130,391,o), -(111,409,o), -(85,409,cs), -(59,409,o), -(40,391,o), -(40,365,cs), -(40,338,o), -(59,320,o), -(85,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,454,o), -(166,473,o), -(166,499,cs), -(166,525,o), -(147,544,o), -(121,544,cs), -(95,544,o), -(76,525,o), -(76,499,cs), -(76,473,o), -(95,454,o), -(121,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,553,o), -(265,572,o), -(265,598,cs), -(265,624,o), -(246,643,o), -(220,643,cs), -(194,643,o), -(175,624,o), -(175,598,cs), -(175,572,o), -(194,553,o), -(220,553,cs) -); -} -); -width = 710; -}, -{ -anchors = ( -{ -name = bottom; -pos = (355,0); -}, -{ -name = center; -pos = (355,365); -}, -{ -name = ogonek; -pos = (355,0); -}, -{ -name = top; -pos = (355,729); -}, -{ -name = topright; -pos = (355,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,589,o), -(400,608,o), -(400,634,cs), -(400,660,o), -(381,679,o), -(355,679,cs), -(329,679,o), -(310,660,o), -(310,634,cs), -(310,608,o), -(329,589,o), -(355,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(516,553,o), -(535,572,o), -(535,598,cs), -(535,624,o), -(516,643,o), -(490,643,cs), -(464,643,o), -(445,624,o), -(445,598,cs), -(445,572,o), -(464,553,o), -(490,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(615,454,o), -(634,473,o), -(634,499,cs), -(634,525,o), -(615,544,o), -(589,544,cs), -(563,544,o), -(544,525,o), -(544,499,cs), -(544,473,o), -(563,454,o), -(589,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(651,320,o), -(670,338,o), -(670,365,cs), -(670,391,o), -(651,409,o), -(625,409,cs), -(599,409,o), -(580,391,o), -(580,365,cs), -(580,338,o), -(599,320,o), -(625,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(615,185,o), -(634,204,o), -(634,230,cs), -(634,256,o), -(615,275,o), -(589,275,cs), -(563,275,o), -(544,256,o), -(544,230,cs), -(544,204,o), -(563,185,o), -(589,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(516,86,o), -(535,105,o), -(535,131,cs), -(535,157,o), -(516,176,o), -(490,176,cs), -(464,176,o), -(445,157,o), -(445,131,cs), -(445,105,o), -(464,86,o), -(490,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(381,50,o), -(400,69,o), -(400,95,cs), -(400,121,o), -(381,140,o), -(355,140,cs), -(329,140,o), -(310,121,o), -(310,95,cs), -(310,69,o), -(329,50,o), -(355,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,86,o), -(265,105,o), -(265,131,cs), -(265,157,o), -(246,176,o), -(220,176,cs), -(194,176,o), -(175,157,o), -(175,131,cs), -(175,105,o), -(194,86,o), -(220,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,185,o), -(166,204,o), -(166,230,cs), -(166,256,o), -(147,275,o), -(121,275,cs), -(95,275,o), -(76,256,o), -(76,230,cs), -(76,204,o), -(95,185,o), -(121,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(111,320,o), -(130,338,o), -(130,365,cs), -(130,391,o), -(111,409,o), -(85,409,cs), -(59,409,o), -(40,391,o), -(40,365,cs), -(40,338,o), -(59,320,o), -(85,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,454,o), -(166,473,o), -(166,499,cs), -(166,525,o), -(147,544,o), -(121,544,cs), -(95,544,o), -(76,525,o), -(76,499,cs), -(76,473,o), -(95,454,o), -(121,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,553,o), -(265,572,o), -(265,598,cs), -(265,624,o), -(246,643,o), -(220,643,cs), -(194,643,o), -(175,624,o), -(175,598,cs), -(175,572,o), -(194,553,o), -(220,553,cs) -); -} -); -width = 710; -}, -{ -anchors = ( -{ -name = bottom; -pos = (360,0); -}, -{ -name = center; -pos = (360,365); -}, -{ -name = ogonek; -pos = (360,0); -}, -{ -name = top; -pos = (360,729); -}, -{ -name = topright; -pos = (360,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(386,589,o), -(405,608,o), -(405,634,cs), -(405,660,o), -(386,679,o), -(360,679,cs), -(336,679,o), -(317,660,o), -(317,634,cs), -(317,608,o), -(336,589,o), -(360,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,553,o), -(538,572,o), -(538,598,cs), -(538,624,o), -(519,643,o), -(493,643,cs), -(467,643,o), -(448,624,o), -(448,598,cs), -(448,572,o), -(467,553,o), -(493,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(616,454,o), -(635,473,o), -(635,499,cs), -(635,525,o), -(616,544,o), -(590,544,cs), -(564,544,o), -(546,525,o), -(546,499,cs), -(546,473,o), -(564,454,o), -(590,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(650,320,o), -(669,338,o), -(669,365,cs), -(669,391,o), -(650,409,o), -(626,409,cs), -(600,409,o), -(581,391,o), -(581,365,cs), -(581,338,o), -(600,320,o), -(626,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(616,185,o), -(635,204,o), -(635,230,cs), -(635,256,o), -(616,275,o), -(590,275,cs), -(564,275,o), -(546,256,o), -(546,230,cs), -(546,204,o), -(564,185,o), -(590,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,86,o), -(538,105,o), -(538,131,cs), -(538,157,o), -(519,176,o), -(493,176,cs), -(467,176,o), -(448,157,o), -(448,131,cs), -(448,105,o), -(467,86,o), -(493,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(386,50,o), -(405,69,o), -(405,95,cs), -(405,121,o), -(386,140,o), -(360,140,cs), -(336,140,o), -(317,121,o), -(317,95,cs), -(317,69,o), -(336,50,o), -(360,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(253,86,o), -(272,105,o), -(272,131,cs), -(272,157,o), -(253,176,o), -(229,176,cs), -(203,176,o), -(184,157,o), -(184,131,cs), -(184,105,o), -(203,86,o), -(229,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(156,185,o), -(175,204,o), -(175,230,cs), -(175,256,o), -(156,275,o), -(132,275,cs), -(106,275,o), -(87,256,o), -(87,230,cs), -(87,204,o), -(106,185,o), -(132,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(122,320,o), -(141,338,o), -(141,365,cs), -(141,391,o), -(122,409,o), -(96,409,cs), -(70,409,o), -(52,391,o), -(52,365,cs), -(52,338,o), -(70,320,o), -(96,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(156,454,o), -(175,473,o), -(175,499,cs), -(175,525,o), -(156,544,o), -(132,544,cs), -(106,544,o), -(87,525,o), -(87,499,cs), -(87,473,o), -(106,454,o), -(132,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(253,553,o), -(272,572,o), -(272,598,cs), -(272,624,o), -(253,643,o), -(229,643,cs), -(203,643,o), -(184,624,o), -(184,598,cs), -(184,572,o), -(203,553,o), -(229,553,cs) -); -} -); -width = 721; -}, -{ -anchors = ( -{ -name = bottom; -pos = (355,0); -}, -{ -name = center; -pos = (355,365); -}, -{ -name = ogonek; -pos = (355,0); -}, -{ -name = top; -pos = (355,729); -}, -{ -name = topright; -pos = (355,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(380,589,o), -(399,608,o), -(399,634,cs), -(399,660,o), -(380,679,o), -(355,679,cs), -(331,679,o), -(312,660,o), -(312,634,cs), -(312,608,o), -(331,589,o), -(355,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(512,553,o), -(531,572,o), -(531,598,cs), -(531,624,o), -(512,643,o), -(487,643,cs), -(462,643,o), -(444,624,o), -(444,598,cs), -(444,572,o), -(462,553,o), -(487,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(609,454,o), -(628,473,o), -(628,499,cs), -(628,525,o), -(609,544,o), -(583,544,cs), -(558,544,o), -(540,525,o), -(540,499,cs), -(540,473,o), -(558,454,o), -(583,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(644,320,o), -(662,338,o), -(662,365,cs), -(662,391,o), -(644,409,o), -(619,409,cs), -(593,409,o), -(574,391,o), -(574,365,cs), -(574,338,o), -(593,320,o), -(619,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(609,185,o), -(628,204,o), -(628,230,cs), -(628,256,o), -(609,275,o), -(583,275,cs), -(558,275,o), -(540,256,o), -(540,230,cs), -(540,204,o), -(558,185,o), -(583,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(512,86,o), -(531,105,o), -(531,131,cs), -(531,157,o), -(512,176,o), -(487,176,cs), -(462,176,o), -(444,157,o), -(444,131,cs), -(444,105,o), -(462,86,o), -(487,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(380,50,o), -(399,69,o), -(399,95,cs), -(399,121,o), -(380,140,o), -(355,140,cs), -(331,140,o), -(312,121,o), -(312,95,cs), -(312,69,o), -(331,50,o), -(355,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,86,o), -(267,105,o), -(267,131,cs), -(267,157,o), -(248,176,o), -(224,176,cs), -(199,176,o), -(180,157,o), -(180,131,cs), -(180,105,o), -(199,86,o), -(224,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(152,185,o), -(171,204,o), -(171,230,cs), -(171,256,o), -(152,275,o), -(128,275,cs), -(102,275,o), -(83,256,o), -(83,230,cs), -(83,204,o), -(102,185,o), -(128,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(118,320,o), -(137,338,o), -(137,365,cs), -(137,391,o), -(118,409,o), -(92,409,cs), -(67,409,o), -(49,391,o), -(49,365,cs), -(49,338,o), -(67,320,o), -(92,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(152,454,o), -(171,473,o), -(171,499,cs), -(171,525,o), -(152,544,o), -(128,544,cs), -(102,544,o), -(83,525,o), -(83,499,cs), -(83,473,o), -(102,454,o), -(128,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,553,o), -(267,572,o), -(267,598,cs), -(267,624,o), -(248,643,o), -(224,643,cs), -(199,643,o), -(180,624,o), -(180,598,cs), -(180,572,o), -(199,553,o), -(224,553,cs) -); -} -); -width = 710; -}, -{ -anchors = ( -{ -name = bottom; -pos = (313,0); -}, -{ -name = center; -pos = (388,365); -}, -{ -name = ogonek; -pos = (313,0); -}, -{ -name = top; -pos = (463,729); -}, -{ -name = topright; -pos = (463,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,589,o), -(433,608,o), -(433,634,cs), -(433,660,o), -(414,679,o), -(388,679,cs), -(362,679,o), -(343,660,o), -(343,634,cs), -(343,608,o), -(362,589,o), -(388,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(549,553,o), -(568,572,o), -(568,598,cs), -(568,624,o), -(549,643,o), -(523,643,cs), -(497,643,o), -(478,624,o), -(478,598,cs), -(478,572,o), -(497,553,o), -(523,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(648,454,o), -(667,473,o), -(667,499,cs), -(667,525,o), -(648,544,o), -(622,544,cs), -(596,544,o), -(577,525,o), -(577,499,cs), -(577,473,o), -(596,454,o), -(622,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(684,320,o), -(703,338,o), -(703,365,cs), -(703,391,o), -(684,409,o), -(658,409,cs), -(632,409,o), -(613,391,o), -(613,365,cs), -(613,338,o), -(632,320,o), -(658,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(648,185,o), -(667,204,o), -(667,230,cs), -(667,256,o), -(648,275,o), -(622,275,cs), -(596,275,o), -(577,256,o), -(577,230,cs), -(577,204,o), -(596,185,o), -(622,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(549,86,o), -(568,105,o), -(568,131,cs), -(568,157,o), -(549,176,o), -(523,176,cs), -(497,176,o), -(478,157,o), -(478,131,cs), -(478,105,o), -(497,86,o), -(523,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(414,50,o), -(433,69,o), -(433,95,cs), -(433,121,o), -(414,140,o), -(388,140,cs), -(362,140,o), -(343,121,o), -(343,95,cs), -(343,69,o), -(362,50,o), -(388,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,86,o), -(298,105,o), -(298,131,cs), -(298,157,o), -(279,176,o), -(253,176,cs), -(227,176,o), -(208,157,o), -(208,131,cs), -(208,105,o), -(227,86,o), -(253,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,185,o), -(199,204,o), -(199,230,cs), -(199,256,o), -(180,275,o), -(154,275,cs), -(128,275,o), -(109,256,o), -(109,230,cs), -(109,204,o), -(128,185,o), -(154,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(144,320,o), -(163,338,o), -(163,365,cs), -(163,391,o), -(144,409,o), -(118,409,cs), -(92,409,o), -(73,391,o), -(73,365,cs), -(73,338,o), -(92,320,o), -(118,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,454,o), -(199,473,o), -(199,499,cs), -(199,525,o), -(180,544,o), -(154,544,cs), -(128,544,o), -(109,525,o), -(109,499,cs), -(109,473,o), -(128,454,o), -(154,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,553,o), -(298,572,o), -(298,598,cs), -(298,624,o), -(279,643,o), -(253,643,cs), -(227,643,o), -(208,624,o), -(208,598,cs), -(208,572,o), -(227,553,o), -(253,553,cs) -); -} -); -width = 732; -}, -{ -anchors = ( -{ -name = bottom; -pos = (311,0); -}, -{ -name = center; -pos = (386,365); -}, -{ -name = ogonek; -pos = (311,0); -}, -{ -name = top; -pos = (461,729); -}, -{ -name = topright; -pos = (461,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(412,589,o), -(431,608,o), -(431,634,cs), -(431,660,o), -(412,679,o), -(386,679,cs), -(360,679,o), -(341,660,o), -(341,634,cs), -(341,608,o), -(360,589,o), -(386,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(547,553,o), -(566,572,o), -(566,598,cs), -(566,624,o), -(547,643,o), -(521,643,cs), -(495,643,o), -(476,624,o), -(476,598,cs), -(476,572,o), -(495,553,o), -(521,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(646,454,o), -(665,473,o), -(665,499,cs), -(665,525,o), -(646,544,o), -(620,544,cs), -(594,544,o), -(575,525,o), -(575,499,cs), -(575,473,o), -(594,454,o), -(620,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(682,320,o), -(701,338,o), -(701,365,cs), -(701,391,o), -(682,409,o), -(656,409,cs), -(630,409,o), -(611,391,o), -(611,365,cs), -(611,338,o), -(630,320,o), -(656,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(646,185,o), -(665,204,o), -(665,230,cs), -(665,256,o), -(646,275,o), -(620,275,cs), -(594,275,o), -(575,256,o), -(575,230,cs), -(575,204,o), -(594,185,o), -(620,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(547,86,o), -(566,105,o), -(566,131,cs), -(566,157,o), -(547,176,o), -(521,176,cs), -(495,176,o), -(476,157,o), -(476,131,cs), -(476,105,o), -(495,86,o), -(521,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(412,50,o), -(431,69,o), -(431,95,cs), -(431,121,o), -(412,140,o), -(386,140,cs), -(360,140,o), -(341,121,o), -(341,95,cs), -(341,69,o), -(360,50,o), -(386,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(277,86,o), -(296,105,o), -(296,131,cs), -(296,157,o), -(277,176,o), -(251,176,cs), -(225,176,o), -(206,157,o), -(206,131,cs), -(206,105,o), -(225,86,o), -(251,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(178,185,o), -(197,204,o), -(197,230,cs), -(197,256,o), -(178,275,o), -(152,275,cs), -(126,275,o), -(107,256,o), -(107,230,cs), -(107,204,o), -(126,185,o), -(152,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(142,320,o), -(161,338,o), -(161,365,cs), -(161,391,o), -(142,409,o), -(116,409,cs), -(90,409,o), -(71,391,o), -(71,365,cs), -(71,338,o), -(90,320,o), -(116,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(178,454,o), -(197,473,o), -(197,499,cs), -(197,525,o), -(178,544,o), -(152,544,cs), -(126,544,o), -(107,525,o), -(107,499,cs), -(107,473,o), -(126,454,o), -(152,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(277,553,o), -(296,572,o), -(296,598,cs), -(296,624,o), -(277,643,o), -(251,643,cs), -(225,643,o), -(206,624,o), -(206,598,cs), -(206,572,o), -(225,553,o), -(251,553,cs) -); -} -); -width = 733; -}, -{ -anchors = ( -{ -name = bottom; -pos = (313,0); -}, -{ -name = center; -pos = (388,365); -}, -{ -name = ogonek; -pos = (313,0); -}, -{ -name = top; -pos = (463,729); -}, -{ -name = topright; -pos = (463,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,589,o), -(433,608,o), -(433,634,cs), -(433,660,o), -(414,679,o), -(388,679,cs), -(362,679,o), -(343,660,o), -(343,634,cs), -(343,608,o), -(362,589,o), -(388,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(549,553,o), -(568,572,o), -(568,598,cs), -(568,624,o), -(549,643,o), -(523,643,cs), -(497,643,o), -(478,624,o), -(478,598,cs), -(478,572,o), -(497,553,o), -(523,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(648,454,o), -(667,473,o), -(667,499,cs), -(667,525,o), -(648,544,o), -(622,544,cs), -(596,544,o), -(577,525,o), -(577,499,cs), -(577,473,o), -(596,454,o), -(622,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(684,320,o), -(703,338,o), -(703,365,cs), -(703,391,o), -(684,409,o), -(658,409,cs), -(632,409,o), -(613,391,o), -(613,365,cs), -(613,338,o), -(632,320,o), -(658,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(648,185,o), -(667,204,o), -(667,230,cs), -(667,256,o), -(648,275,o), -(622,275,cs), -(596,275,o), -(577,256,o), -(577,230,cs), -(577,204,o), -(596,185,o), -(622,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(549,86,o), -(568,105,o), -(568,131,cs), -(568,157,o), -(549,176,o), -(523,176,cs), -(497,176,o), -(478,157,o), -(478,131,cs), -(478,105,o), -(497,86,o), -(523,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(414,50,o), -(433,69,o), -(433,95,cs), -(433,121,o), -(414,140,o), -(388,140,cs), -(362,140,o), -(343,121,o), -(343,95,cs), -(343,69,o), -(362,50,o), -(388,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,86,o), -(298,105,o), -(298,131,cs), -(298,157,o), -(279,176,o), -(253,176,cs), -(227,176,o), -(208,157,o), -(208,131,cs), -(208,105,o), -(227,86,o), -(253,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,185,o), -(199,204,o), -(199,230,cs), -(199,256,o), -(180,275,o), -(154,275,cs), -(128,275,o), -(109,256,o), -(109,230,cs), -(109,204,o), -(128,185,o), -(154,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(144,320,o), -(163,338,o), -(163,365,cs), -(163,391,o), -(144,409,o), -(118,409,cs), -(92,409,o), -(73,391,o), -(73,365,cs), -(73,338,o), -(92,320,o), -(118,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,454,o), -(199,473,o), -(199,499,cs), -(199,525,o), -(180,544,o), -(154,544,cs), -(128,544,o), -(109,525,o), -(109,499,cs), -(109,473,o), -(128,454,o), -(154,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,553,o), -(298,572,o), -(298,598,cs), -(298,624,o), -(279,643,o), -(253,643,cs), -(227,643,o), -(208,624,o), -(208,598,cs), -(208,572,o), -(227,553,o), -(253,553,cs) -); -} -); -width = 732; -}, -{ -anchors = ( -{ -name = bottom; -pos = (310,0); -}, -{ -name = center; -pos = (385,365); -}, -{ -name = ogonek; -pos = (310,0); -}, -{ -name = top; -pos = (460,729); -}, -{ -name = topright; -pos = (460,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(411,589,o), -(430,608,o), -(430,634,cs), -(430,660,o), -(411,679,o), -(385,679,cs), -(359,679,o), -(340,660,o), -(340,634,cs), -(340,608,o), -(359,589,o), -(385,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(546,553,o), -(565,572,o), -(565,598,cs), -(565,624,o), -(546,643,o), -(520,643,cs), -(494,643,o), -(475,624,o), -(475,598,cs), -(475,572,o), -(494,553,o), -(520,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(645,454,o), -(664,473,o), -(664,499,cs), -(664,525,o), -(645,544,o), -(619,544,cs), -(593,544,o), -(574,525,o), -(574,499,cs), -(574,473,o), -(593,454,o), -(619,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(681,320,o), -(700,338,o), -(700,365,cs), -(700,391,o), -(681,409,o), -(655,409,cs), -(629,409,o), -(610,391,o), -(610,365,cs), -(610,338,o), -(629,320,o), -(655,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(645,185,o), -(664,204,o), -(664,230,cs), -(664,256,o), -(645,275,o), -(619,275,cs), -(593,275,o), -(574,256,o), -(574,230,cs), -(574,204,o), -(593,185,o), -(619,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(546,86,o), -(565,105,o), -(565,131,cs), -(565,157,o), -(546,176,o), -(520,176,cs), -(494,176,o), -(475,157,o), -(475,131,cs), -(475,105,o), -(494,86,o), -(520,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(411,50,o), -(430,69,o), -(430,95,cs), -(430,121,o), -(411,140,o), -(385,140,cs), -(359,140,o), -(340,121,o), -(340,95,cs), -(340,69,o), -(359,50,o), -(385,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,86,o), -(295,105,o), -(295,131,cs), -(295,157,o), -(276,176,o), -(250,176,cs), -(224,176,o), -(205,157,o), -(205,131,cs), -(205,105,o), -(224,86,o), -(250,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(177,185,o), -(196,204,o), -(196,230,cs), -(196,256,o), -(177,275,o), -(151,275,cs), -(125,275,o), -(106,256,o), -(106,230,cs), -(106,204,o), -(125,185,o), -(151,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(141,320,o), -(160,338,o), -(160,365,cs), -(160,391,o), -(141,409,o), -(115,409,cs), -(89,409,o), -(70,391,o), -(70,365,cs), -(70,338,o), -(89,320,o), -(115,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(177,454,o), -(196,473,o), -(196,499,cs), -(196,525,o), -(177,544,o), -(151,544,cs), -(125,544,o), -(106,525,o), -(106,499,cs), -(106,473,o), -(125,454,o), -(151,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,553,o), -(295,572,o), -(295,598,cs), -(295,624,o), -(276,643,o), -(250,643,cs), -(224,643,o), -(205,624,o), -(205,598,cs), -(205,572,o), -(224,553,o), -(250,553,cs) -); -} -); -width = 732; -}, -{ -anchors = ( -{ -name = bottom; -pos = (313,0); -}, -{ -name = center; -pos = (388,365); -}, -{ -name = ogonek; -pos = (313,0); -}, -{ -name = top; -pos = (463,729); -}, -{ -name = topright; -pos = (463,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,589,o), -(433,608,o), -(433,634,cs), -(433,660,o), -(414,679,o), -(388,679,cs), -(362,679,o), -(343,660,o), -(343,634,cs), -(343,608,o), -(362,589,o), -(388,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(549,553,o), -(568,572,o), -(568,598,cs), -(568,624,o), -(549,643,o), -(523,643,cs), -(497,643,o), -(478,624,o), -(478,598,cs), -(478,572,o), -(497,553,o), -(523,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(648,454,o), -(667,473,o), -(667,499,cs), -(667,525,o), -(648,544,o), -(622,544,cs), -(596,544,o), -(577,525,o), -(577,499,cs), -(577,473,o), -(596,454,o), -(622,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(684,320,o), -(703,338,o), -(703,365,cs), -(703,391,o), -(684,409,o), -(658,409,cs), -(632,409,o), -(613,391,o), -(613,365,cs), -(613,338,o), -(632,320,o), -(658,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(648,185,o), -(667,204,o), -(667,230,cs), -(667,256,o), -(648,275,o), -(622,275,cs), -(596,275,o), -(577,256,o), -(577,230,cs), -(577,204,o), -(596,185,o), -(622,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(549,86,o), -(568,105,o), -(568,131,cs), -(568,157,o), -(549,176,o), -(523,176,cs), -(497,176,o), -(478,157,o), -(478,131,cs), -(478,105,o), -(497,86,o), -(523,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(414,50,o), -(433,69,o), -(433,95,cs), -(433,121,o), -(414,140,o), -(388,140,cs), -(362,140,o), -(343,121,o), -(343,95,cs), -(343,69,o), -(362,50,o), -(388,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,86,o), -(298,105,o), -(298,131,cs), -(298,157,o), -(279,176,o), -(253,176,cs), -(227,176,o), -(208,157,o), -(208,131,cs), -(208,105,o), -(227,86,o), -(253,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,185,o), -(199,204,o), -(199,230,cs), -(199,256,o), -(180,275,o), -(154,275,cs), -(128,275,o), -(109,256,o), -(109,230,cs), -(109,204,o), -(128,185,o), -(154,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(144,320,o), -(163,338,o), -(163,365,cs), -(163,391,o), -(144,409,o), -(118,409,cs), -(92,409,o), -(73,391,o), -(73,365,cs), -(73,338,o), -(92,320,o), -(118,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,454,o), -(199,473,o), -(199,499,cs), -(199,525,o), -(180,544,o), -(154,544,cs), -(128,544,o), -(109,525,o), -(109,499,cs), -(109,473,o), -(128,454,o), -(154,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,553,o), -(298,572,o), -(298,598,cs), -(298,624,o), -(279,643,o), -(253,643,cs), -(227,643,o), -(208,624,o), -(208,598,cs), -(208,572,o), -(227,553,o), -(253,553,cs) -); -} -); -width = 732; -}, -{ -anchors = ( -{ -name = bottom; -pos = (310,0); -}, -{ -name = center; -pos = (385,365); -}, -{ -name = ogonek; -pos = (310,0); -}, -{ -name = top; -pos = (460,729); -}, -{ -name = topright; -pos = (460,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(411,589,o), -(430,608,o), -(430,634,cs), -(430,660,o), -(411,679,o), -(385,679,cs), -(359,679,o), -(340,660,o), -(340,634,cs), -(340,608,o), -(359,589,o), -(385,589,cs) -); -}, -{ -closed = 1; -nodes = ( -(546,553,o), -(565,572,o), -(565,598,cs), -(565,624,o), -(546,643,o), -(520,643,cs), -(494,643,o), -(475,624,o), -(475,598,cs), -(475,572,o), -(494,553,o), -(520,553,cs) -); -}, -{ -closed = 1; -nodes = ( -(645,454,o), -(664,473,o), -(664,499,cs), -(664,525,o), -(645,544,o), -(619,544,cs), -(593,544,o), -(574,525,o), -(574,499,cs), -(574,473,o), -(593,454,o), -(619,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(681,320,o), -(700,338,o), -(700,365,cs), -(700,391,o), -(681,409,o), -(655,409,cs), -(629,409,o), -(610,391,o), -(610,365,cs), -(610,338,o), -(629,320,o), -(655,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(645,185,o), -(664,204,o), -(664,230,cs), -(664,256,o), -(645,275,o), -(619,275,cs), -(593,275,o), -(574,256,o), -(574,230,cs), -(574,204,o), -(593,185,o), -(619,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(546,86,o), -(565,105,o), -(565,131,cs), -(565,157,o), -(546,176,o), -(520,176,cs), -(494,176,o), -(475,157,o), -(475,131,cs), -(475,105,o), -(494,86,o), -(520,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(411,50,o), -(430,69,o), -(430,95,cs), -(430,121,o), -(411,140,o), -(385,140,cs), -(359,140,o), -(340,121,o), -(340,95,cs), -(340,69,o), -(359,50,o), -(385,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,86,o), -(295,105,o), -(295,131,cs), -(295,157,o), -(276,176,o), -(250,176,cs), -(224,176,o), -(205,157,o), -(205,131,cs), -(205,105,o), -(224,86,o), -(250,86,cs) -); -}, -{ -closed = 1; -nodes = ( -(177,185,o), -(196,204,o), -(196,230,cs), -(196,256,o), -(177,275,o), -(151,275,cs), -(125,275,o), -(106,256,o), -(106,230,cs), -(106,204,o), -(125,185,o), -(151,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(141,320,o), -(160,338,o), -(160,365,cs), -(160,391,o), -(141,409,o), -(115,409,cs), -(89,409,o), -(70,391,o), -(70,365,cs), -(70,338,o), -(89,320,o), -(115,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(177,454,o), -(196,473,o), -(196,499,cs), -(196,525,o), -(177,544,o), -(151,544,cs), -(125,544,o), -(106,525,o), -(106,499,cs), -(106,473,o), -(125,454,o), -(151,454,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,553,o), -(295,572,o), -(295,598,cs), -(295,624,o), -(276,643,o), -(250,643,cs), -(224,643,o), -(205,624,o), -(205,598,cs), -(205,572,o), -(224,553,o), -(250,553,cs) -); -} -); -width = 732; -} -); -metricLeft = "=50"; -metricRight = "=|"; -unicode = 9676; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/downA_rrow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/downA_rrow.glyph deleted file mode 100644 index 0bededa7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/downA_rrow.glyph +++ /dev/null @@ -1,420 +0,0 @@ -{ -glyphname = downArrow; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(155,319,l), -(36,408,l), -(36,242,l), -(230,95,l), -(424,242,l), -(424,408,l), -(305,319,l), -(305,634,l), -(155,634,l) -); -} -); -width = 460; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(223,144,l), -(70,256,l), -(70,219,l), -(238,95,l), -(406,219,l), -(406,256,l), -(253,144,l), -(253,634,l), -(223,634,l) -); -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,151,l), -(62,284,l), -(62,243,l), -(261,95,l), -(460,243,l), -(460,284,l), -(279,151,l), -(279,634,l), -(243,634,l) -); -} -); -width = 523; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,317,l), -(32,408,l), -(32,216,l), -(272,65,l), -(512,216,l), -(512,408,l), -(367,317,l), -(367,654,l), -(177,654,l) -); -} -); -width = 545; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(203,144,l), -(50,256,l), -(50,219,l), -(218,95,l), -(386,219,l), -(386,256,l), -(233,144,l), -(233,634,l), -(203,634,l) -); -} -); -width = 436; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(145,319,l), -(26,408,l), -(26,242,l), -(220,95,l), -(414,242,l), -(414,408,l), -(295,319,l), -(295,634,l), -(145,634,l) -); -} -); -width = 440; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,151,l), -(53,273,l), -(53,231,l), -(236,95,l), -(419,231,l), -(419,273,l), -(254,151,l), -(254,634,l), -(218,634,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 451; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,293,l), -(32,389,l), -(32,223,l), -(262,74,l), -(492,223,l), -(492,389,l), -(344,293,l), -(344,655,l), -(180,655,l) -); -} -); -width = 524; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,151,l), -(52,284,l), -(52,243,l), -(251,95,l), -(450,243,l), -(450,284,l), -(269,151,l), -(269,634,l), -(233,634,l) -); -} -); -width = 503; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,317,l), -(22,408,l), -(22,216,l), -(262,65,l), -(502,216,l), -(502,408,l), -(357,317,l), -(357,654,l), -(167,654,l) -); -} -); -width = 525; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(237,151,l), -(74,273,l), -(74,231,l), -(253,95,l), -(434,231,l), -(434,273,l), -(271,151,l), -(271,634,l), -(237,634,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 486; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(193,293,l), -(51,389,l), -(51,223,l), -(274,74,l), -(497,223,l), -(497,389,l), -(355,293,l), -(355,655,l), -(193,655,l) -); -} -); -width = 550; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,144,l), -(58,256,l), -(58,219,l), -(226,95,l), -(394,219,l), -(394,256,l), -(241,144,l), -(241,634,l), -(211,634,l) -); -} -); -width = 482; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,319,l), -(18,408,l), -(18,242,l), -(212,95,l), -(406,242,l), -(406,408,l), -(287,319,l), -(287,634,l), -(137,634,l) -); -} -); -width = 590; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,151,l), -(65,273,l), -(65,231,l), -(248,95,l), -(431,231,l), -(431,273,l), -(266,151,l), -(266,634,l), -(230,634,l) -); -} -); -width = 500; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,293,l), -(67,389,l), -(67,223,l), -(297,74,l), -(527,223,l), -(527,389,l), -(379,293,l), -(379,655,l), -(215,655,l) -); -} -); -width = 603; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,151,l), -(54,284,l), -(54,243,l), -(253,95,l), -(452,243,l), -(452,284,l), -(271,151,l), -(271,634,l), -(235,634,l) -); -} -); -width = 528; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(195,317,l), -(50,408,l), -(50,216,l), -(290,65,l), -(530,216,l), -(530,408,l), -(385,317,l), -(385,654,l), -(195,654,l) -); -} -); -width = 585; -} -); -unicode = 8595; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/e.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/e.glyph deleted file mode 100644 index f3f49f63..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/e.glyph +++ /dev/null @@ -1,2613 +0,0 @@ -{ -glyphname = e; -kernLeft = KO_e; -kernRight = KO_e; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (226,0); -}, -{ -name = ogonek; -pos = (341,0); -}, -{ -name = top; -pos = (222,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(339,-10,o), -(416,40,o), -(428,185,c), -(261,185,l), -(258,135,o), -(247,118,o), -(226,118,cs), -(199,118,o), -(188,154,o), -(191,266,c), -(111,235,l), -(428,235,l), -(438,441,o), -(382,551,o), -(226,551,cs), -(92,551,o), -(14,474,o), -(14,273,cs), -(14,65,o), -(97,-10,o), -(226,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(191,396,o), -(202,422,o), -(226,422,cs), -(251,422,o), -(261,390,o), -(261,307,c), -(269,333,l), -(180,333,l), -(190,308,l) -); -} -); -width = 443; -}, -{ -anchors = ( -{ -name = bottom; -pos = (168,0); -}, -{ -name = ogonek; -pos = (220,0); -}, -{ -name = top; -pos = (165,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,-10,o), -(275,27,o), -(285,148,c), -(255,148,l), -(247,70,o), -(229,18,o), -(168,18,cs), -(109,18,o), -(71,70,o), -(73,278,c), -(60,260,l), -(283,260,l), -(282,419,o), -(259,526,o), -(168,526,cs), -(67,526,o), -(44,416,o), -(44,258,cs), -(44,99,o), -(67,-10,o), -(168,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(76,454,o), -(114,498,o), -(168,498,cs), -(213,498,o), -(250,462,o), -(253,281,c), -(262,289,l), -(64,289,l), -(72,281,l) -); -} -); -width = 324; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = ogonek; -pos = (398,0); -}, -{ -name = top; -pos = (307,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(448,-8,o), -(554,55,o), -(574,152,c), -(537,152,l), -(516,76,o), -(428,26,o), -(317,26,cs), -(166,26,o), -(69,116,o), -(71,269,c), -(54,256,l), -(581,256,l), -(591,423,o), -(485,525,o), -(314,525,cs), -(141,525,o), -(34,417,o), -(34,258,cs), -(34,97,o), -(146,-8,o), -(317,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(82,407,o), -(170,491,o), -(314,491,cs), -(450,491,o), -(544,417,o), -(542,283,c), -(548,289,l), -(68,289,l), -(73,284,l) -); -} -); -width = 615; -}, -{ -anchors = ( -{ -name = bottom; -pos = (343,0); -}, -{ -name = ogonek; -pos = (498,0); -}, -{ -name = top; -pos = (343,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-380,-10,o), -(-250,66,o), -(-229,179,c), -(-437,179,l), -(-448,153,o), -(-491,135,o), -(-543,135,cs), -(-619,135,o), -(-664,168,o), -(-665,223,c), -(-225,223,l), -(-203,435,o), -(-337,554,o), -(-551,554,cs), -(-750,554,o), -(-886,451,o), -(-886,268,cs), -(-886,101,o), -(-765,-10,o), -(-553,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(-662,382,o), -(-618,408,o), -(-552,408,cs), -(-478,408,o), -(-446,375,o), -(-442,329,c), -(-433,338,l), -(-678,338,l), -(-671,328,l) -); -}, -{ -closed = 1; -nodes = ( -(525,-10,o), -(654,69,o), -(674,180,c), -(456,180,l), -(445,158,o), -(404,142,o), -(357,142,cs), -(291,142,o), -(244,168,o), -(243,219,c), -(678,219,l), -(701,419,o), -(584,553,o), -(348,553,cs), -(145,553,o), -(10,450,o), -(10,268,cs), -(10,102,o), -(132,-10,o), -(344,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,374,o), -(282,409,o), -(348,409,cs), -(410,409,o), -(455,382,o), -(457,325,c), -(465,334,l), -(230,334,l), -(236,324,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(521,-10,o), -(652,58,o), -(674,180,c), -(456,180,l), -(445,158,o), -(404,142,o), -(357,142,cs), -(261,142,o), -(208,193,o), -(269,301,c), -(144,219,l), -(678,219,l), -(701,419,o), -(584,553,o), -(348,553,cs), -(145,553,o), -(10,450,o), -(10,268,cs), -(10,102,o), -(132,-10,o), -(344,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,378,o), -(279,409,o), -(348,409,cs), -(420,409,o), -(455,379,o), -(457,325,c), -(465,334,l), -(230,334,l), -(236,324,l) -); -} -); -width = 693; -}, -{ -anchors = ( -{ -name = bottom; -pos = (168,0); -}, -{ -name = ogonek; -pos = (234,0); -}, -{ -name = top; -pos = (168,520); -} -); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -300, -1, -0 -); -}; -layerId = "121B060A-3A01-44A8-A717-04A5200E0706"; -name = "{75, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,-10,o), -(291,29,o), -(301,153,c), -(251,153,l), -(244,80,o), -(227,33,o), -(172,33,cs), -(119,33,o), -(85,80,o), -(85,259,c), -(83,256,l), -(299,256,l), -(300,422,o), -(272,530,o), -(172,530,cs), -(66,530,o), -(35,424,o), -(35,260,cs), -(35,94,o), -(67,-10,o), -(172,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(88,446,o), -(122,487,o), -(172,487,cs), -(214,487,o), -(247,452,o), -(250,285,c), -(258,298,l), -(76,298,l), -(84,285,l) -); -} -); -width = 336; -}, -{ -anchors = ( -{ -name = bottom; -pos = (320,0); -}, -{ -name = ogonek; -pos = (405,0); -}, -{ -name = top; -pos = (326,521); -} -); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -300, -1, -0 -); -}; -layerId = "F16FE37B-BC21-4F2F-A8AE-055402EB8A37"; -name = "{125, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(467,-8,o), -(577,57,o), -(596,156,c), -(534,156,l), -(515,87,o), -(433,42,o), -(330,42,cs), -(192,42,o), -(104,120,o), -(102,253,c), -(100,251,l), -(602,251,l), -(612,424,o), -(504,529,o), -(326,529,cs), -(149,529,o), -(38,422,o), -(38,259,cs), -(38,96,o), -(153,-8,o), -(329,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(111,403,o), -(193,479,o), -(326,479,cs), -(453,479,o), -(538,411,o), -(537,290,c), -(544,300,l), -(97,300,l), -(102,290,l) -); -} -); -width = 639; -}, -{ -anchors = ( -{ -name = bottom; -pos = (148,0); -}, -{ -name = ogonek; -pos = (205,0); -}, -{ -name = top; -pos = (145,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(223,-10,o), -(259,47,o), -(270,162,c), -(239,162,l), -(228,66,o), -(202,18,o), -(151,18,cs), -(81,18,o), -(52,97,o), -(54,276,c), -(41,260,l), -(273,260,l), -(272,445,o), -(243,526,o), -(151,526,cs), -(61,526,o), -(23,450,o), -(23,258,cs), -(23,67,o), -(60,-10,o), -(151,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(56,432,o), -(85,498,o), -(151,498,cs), -(213,498,o), -(239,433,o), -(242,281,c), -(251,289,l), -(44,289,l), -(53,281,l) -); -} -); -width = 294; -}, -{ -anchors = ( -{ -name = bottom; -pos = (158,0); -}, -{ -name = ogonek; -pos = (223,0); -}, -{ -name = top; -pos = (155,520); -} -); -associatedMasterId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -attr = { -coordinates = ( -75, -300, -100, -0 -); -}; -layerId = "9DB4C1F4-38A8-487C-AC09-E23530973A8F"; -name = "{75, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,-10,o), -(280,48,o), -(291,167,c), -(241,167,l), -(231,75,o), -(207,32,o), -(160,32,cs), -(97,32,o), -(70,106,o), -(72,275,c), -(50,256,l), -(294,256,l), -(294,444,o), -(262,530,o), -(160,530,cs), -(64,530,o), -(20,453,o), -(20,260,cs), -(20,67,o), -(64,-10,o), -(160,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(74,428,o), -(100,487,o), -(160,487,cs), -(217,487,o), -(241,426,o), -(243,285,c), -(252,298,l), -(62,298,l), -(71,285,l) -); -} -); -width = 313; -}, -{ -anchors = ( -{ -name = bottom; -pos = (217,0); -}, -{ -name = ogonek; -pos = (332,0); -}, -{ -name = top; -pos = (213,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(344,-10,o), -(408,55,o), -(419,197,c), -(252,197,l), -(249,135,o), -(238,118,o), -(217,118,cs), -(190,118,o), -(179,154,o), -(182,268,c), -(102,235,l), -(419,235,l), -(429,441,o), -(373,551,o), -(217,551,cs), -(83,551,o), -(5,474,o), -(5,273,cs), -(5,65,o), -(88,-10,o), -(217,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(182,396,o), -(193,422,o), -(217,422,cs), -(242,422,o), -(252,390,o), -(252,307,c), -(260,333,l), -(171,333,l), -(181,308,l) -); -} -); -width = 425; -}, -{ -anchors = ( -{ -name = bottom; -pos = (273,0); -}, -{ -name = ogonek; -pos = (354,0); -}, -{ -name = top; -pos = (270,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(405,-8,o), -(494,55,o), -(511,152,c), -(473,152,l), -(456,76,o), -(390,26,o), -(293,26,cs), -(174,26,o), -(97,110,o), -(93,256,c), -(512,256,l), -(526,410,o), -(449,525,o), -(291,525,cs), -(144,525,o), -(56,417,o), -(56,258,cs), -(56,97,o), -(149,-8,o), -(293,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(101,413,o), -(176,491,o), -(290,491,cs), -(403,491,o), -(479,423,o), -(477,281,c), -(482,290,l), -(89,290,l), -(94,284,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(394,-8,o), -(475,50,o), -(501,155,c), -(463,155,l), -(439,72,o), -(371,26,o), -(273,26,cs), -(148,26,o), -(68,115,o), -(69,270,c), -(53,256,l), -(511,256,l), -(509,424,o), -(421,525,o), -(271,525,cs), -(129,525,o), -(32,417,o), -(32,258,cs), -(32,97,o), -(127,-8,o), -(273,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(77,407,o), -(157,491,o), -(270,491,cs), -(392,491,o), -(469,409,o), -(473,281,c), -(478,290,l), -(65,290,l), -(70,284,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -1, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 535; -}, -{ -anchors = ( -{ -name = bottom; -pos = (276,0); -}, -{ -name = ogonek; -pos = (364,0); -}, -{ -name = top; -pos = (272,521); -} -); -associatedMasterId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -attr = { -coordinates = ( -100, -300, -100, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(381.14,-9,o), -(468.14,50,o), -(483.14,155,c), -(426.14,155,l), -(411.14,85,o), -(356.14,39,o), -(271.14,39,cs), -(168.14,39,o), -(102.14,109,o), -(99.14,253,c), -(485.14,253,l), -(495.14,416,o), -(421.14,529,o), -(269.14,529,cs), -(123.14,529,o), -(42.14,422,o), -(42.14,259,cs), -(42.14,96,o), -(126.14,-9,o), -(271.14,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(106.14,416,o), -(170.14,481,o), -(269.14,481,cs), -(364.14,481,o), -(429.14,424,o), -(428.14,287,c), -(435.14,300,l), -(93.14,300,l), -(100.14,289,l) -); -} -); -}; -layerId = "8583DC2C-C474-43C0-B16E-5BA17151A8D3"; -name = "{100, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(401,-8,o), -(485,52,o), -(510,159,c), -(451,159,l), -(429,83,o), -(367,40,o), -(276,40,cs), -(156,40,o), -(81,126,o), -(88,275,c), -(61,252,l), -(519,252,l), -(520,422,o), -(431,529,o), -(273,529,cs), -(127,529,o), -(28,421,o), -(28,259,cs), -(28,98,o), -(124,-8,o), -(276,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(92,403,o), -(167,480,o), -(272,480,cs), -(385,480,o), -(456,405,o), -(460,287,c), -(465,299,l), -(82,299,l), -(86,290,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -1, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 541; -}, -{ -anchors = ( -{ -name = bottom; -pos = (292,0); -}, -{ -name = ogonek; -pos = (423,0); -}, -{ -name = top; -pos = (285,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(456,-10,o), -(560,65,o), -(572,177,c), -(393,177,l), -(385,150,o), -(353,132,o), -(313,132,cs), -(257,132,o), -(219,166,o), -(221,227,c), -(576,227,l), -(596,415,o), -(503,554,o), -(306,554,cs), -(142,554,o), -(33,445,o), -(33,267,cs), -(33,101,o), -(135,-10,o), -(313,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(219,377,o), -(252,413,o), -(306,413,cs), -(357,413,o), -(392,381,o), -(388,326,c), -(405,341,l), -(205,341,l), -(221,325,l) -); -} -); -}; -guides = ( -{ -pos = (285,413); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(442,-10,o), -(546,63,o), -(565,184,c), -(375,184,l), -(363,148,o), -(339,132,o), -(292,132,cs), -(211,132,o), -(170,196,o), -(217,306,c), -(111,227,l), -(569,227,l), -(589,415,o), -(493,554,o), -(288,554,cs), -(115,554,o), -(4,445,o), -(4,267,cs), -(4,101,o), -(107,-10,o), -(292,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,376,o), -(232,413,o), -(285,413,cs), -(338,413,o), -(374,376,o), -(370,326,c), -(387,339,l), -(181,339,l), -(197,325,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; -}; -width = 574; -}, -{ -anchors = ( -{ -name = bottom; -pos = (325,0); -}, -{ -name = ogonek; -pos = (406,0); -}, -{ -name = top; -pos = (315,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(475,-8,o), -(578,58,o), -(599,162,c), -(562,162,l), -(540,79,o), -(451,26,o), -(325,26,cs), -(164,26,o), -(68,116,o), -(69,269,c), -(52,256,l), -(607,256,l), -(607,423,o), -(506,525,o), -(322,525,cs), -(139,525,o), -(32,417,o), -(32,258,cs), -(32,97,o), -(144,-8,o), -(325,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(80,407,o), -(168,491,o), -(322,491,cs), -(471,491,o), -(560,417,o), -(568,283,c), -(574,289,l), -(66,289,l), -(71,284,l) -); -} -); -width = 629; -}, -{ -anchors = ( -{ -name = bottom; -pos = (328,0); -}, -{ -name = ogonek; -pos = (420,0); -}, -{ -name = top; -pos = (320,521); -} -); -associatedMasterId = "106FCE83-F343-403B-A314-646E4D059B3F"; -attr = { -coordinates = ( -125, -300, -100, -0 -); -}; -layerId = "7F2D9714-BDE1-4595-925C-83F4DD68066B"; -name = "{125, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(483,-8,o), -(590,57,o), -(612,165,c), -(548,165,l), -(528,90,o), -(446,42,o), -(330,42,cs), -(177,42,o), -(87,127,o), -(96,274,c), -(66,251,l), -(619,251,l), -(622,423,o), -(518,529,o), -(327,529,cs), -(140,529,o), -(29,422,o), -(29,259,cs), -(29,98,o), -(143,-8,o), -(329,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(101,402,o), -(183,479,o), -(326,479,cs), -(465,479,o), -(548,411,o), -(555,289,c), -(559,308,l), -(90,308,l), -(93,290,l) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (347,0); -}, -{ -name = ogonek; -pos = (502,0); -}, -{ -name = top; -pos = (347,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-366,-10,o), -(-236,66,o), -(-215,179,c), -(-423,179,l), -(-434,153,o), -(-477,135,o), -(-529,135,cs), -(-605,135,o), -(-650,168,o), -(-651,223,c), -(-211,223,l), -(-189,435,o), -(-323,554,o), -(-537,554,cs), -(-736,554,o), -(-872,451,o), -(-872,268,cs), -(-872,101,o), -(-751,-10,o), -(-539,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(-648,382,o), -(-604,408,o), -(-538,408,cs), -(-464,408,o), -(-432,375,o), -(-428,329,c), -(-419,338,l), -(-664,338,l), -(-657,328,l) -); -}, -{ -closed = 1; -nodes = ( -(539,-10,o), -(668,69,o), -(688,180,c), -(470,180,l), -(459,158,o), -(418,142,o), -(371,142,cs), -(305,142,o), -(258,168,o), -(257,219,c), -(692,219,l), -(715,419,o), -(598,553,o), -(362,553,cs), -(159,553,o), -(24,450,o), -(24,268,cs), -(24,102,o), -(146,-10,o), -(358,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(254,374,o), -(296,409,o), -(362,409,cs), -(424,409,o), -(469,382,o), -(471,325,c), -(479,334,l), -(244,334,l), -(250,324,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(528,-10,o), -(664,58,o), -(690,180,c), -(460,180,l), -(448,157,o), -(408,142,o), -(361,142,cs), -(265,142,o), -(212,193,o), -(273,301,c), -(148,219,l), -(694,219,l), -(713,419,o), -(591,553,o), -(355,553,cs), -(149,553,o), -(14,450,o), -(14,268,cs), -(14,102,o), -(136,-10,o), -(351,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(243,378,o), -(283,409,o), -(352,409,cs), -(424,409,o), -(459,379,o), -(461,325,c), -(469,334,l), -(234,334,l), -(240,324,l) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = bottom; -pos = (292,0); -}, -{ -name = ogonek; -pos = (371,0); -}, -{ -name = top; -pos = (289,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(407,-8,o), -(496,55,o), -(513,152,c), -(475,152,l), -(458,76,o), -(392,26,o), -(295,26,cs), -(176,26,o), -(99,110,o), -(95,256,c), -(514,256,l), -(528,410,o), -(451,525,o), -(293,525,cs), -(146,525,o), -(58,417,o), -(58,258,cs), -(58,97,o), -(151,-8,o), -(295,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(103,413,o), -(178,491,o), -(292,491,cs), -(405,491,o), -(481,423,o), -(479,281,c), -(484,290,l), -(91,290,l), -(96,284,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(390,-8,o), -(470,45,o), -(495,130,c), -(455,130,l), -(434,67,o), -(374,26,o), -(292,26,cs), -(175,26,o), -(101,115,o), -(102,270,c), -(86,262,l), -(503,262,l), -(508,410,o), -(435,525,o), -(290,525,cs), -(150,525,o), -(65,417,o), -(65,258,cs), -(65,97,o), -(154,-8,o), -(292,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,413,o), -(181,491,o), -(289,491,cs), -(391,491,o), -(462,423,o), -(468,281,c), -(473,296,l), -(98,296,l), -(103,284,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -1, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 563; -}, -{ -anchors = ( -{ -name = bottom; -pos = (263,0); -}, -{ -name = ogonek; -pos = (337,0); -}, -{ -name = top; -pos = (269,521); -} -); -associatedMasterId = m019; -attr = { -coordinates = ( -100, -300, -1, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(381.14,-9,o), -(468.14,50,o), -(483.14,155,c), -(426.14,155,l), -(411.14,85,o), -(356.14,39,o), -(271.14,39,cs), -(168.14,39,o), -(102.14,109,o), -(99.14,253,c), -(485.14,253,l), -(495.14,416,o), -(421.14,529,o), -(269.14,529,cs), -(123.14,529,o), -(42.14,422,o), -(42.14,259,cs), -(42.14,96,o), -(126.14,-9,o), -(271.14,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(106.14,416,o), -(170.14,481,o), -(269.14,481,cs), -(364.14,481,o), -(429.14,424,o), -(428.14,287,c), -(435.14,300,l), -(93.14,300,l), -(100.14,289,l) -); -} -); -}; -layerId = "2FB80EF8-4169-4BEF-916C-997B41195B1E"; -name = "{100, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(378,-9,o), -(463,46,o), -(481,145,c), -(424,145,l), -(406,81,o), -(352,39,o), -(271,39,cs), -(168,39,o), -(101,110,o), -(99,255,c), -(97,253,l), -(485,253,l), -(495,416,o), -(421,529,o), -(269,529,cs), -(123,529,o), -(42,422,o), -(42,259,cs), -(42,96,o), -(126,-9,o), -(271,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(106,416,o), -(170,481,o), -(269,481,cs), -(364,481,o), -(429,424,o), -(428,287,c), -(435,300,l), -(93,300,l), -(100,289,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -1, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 526; -}, -{ -anchors = ( -{ -name = bottom; -pos = (302,0); -}, -{ -name = ogonek; -pos = (431,0); -}, -{ -name = top; -pos = (295,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(454,-10,o), -(558,65,o), -(570,177,c), -(391,177,l), -(383,150,o), -(351,132,o), -(311,132,cs), -(255,132,o), -(217,166,o), -(219,227,c), -(574,227,l), -(594,415,o), -(501,554,o), -(304,554,cs), -(140,554,o), -(31,445,o), -(31,267,cs), -(31,101,o), -(133,-10,o), -(311,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(217,377,o), -(250,413,o), -(304,413,cs), -(355,413,o), -(390,381,o), -(386,326,c), -(403,341,l), -(203,341,l), -(219,325,l) -); -} -); -}; -guides = ( -{ -pos = (303,413); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(439,-10,o), -(539,62,o), -(555,168,c), -(371,168,l), -(360,146,o), -(341,132,o), -(302,132,cs), -(248,132,o), -(215,168,o), -(215,232,c), -(130,228,l), -(557,227,l), -(577,416,o), -(486,554,o), -(295,554,cs), -(137,554,o), -(30,445,o), -(30,267,cs), -(30,101,o), -(129,-10,o), -(302,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(214,377,o), -(244,413,o), -(295,413,cs), -(343,413,o), -(375,381,o), -(371,326,c), -(388,341,l), -(200,338,l), -(216,325,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = o; -}; -width = 590; -}, -{ -anchors = ( -{ -name = bottom; -pos = (122,0); -}, -{ -name = ogonek; -pos = (167,0); -}, -{ -name = top; -pos = (215,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(175,-10,o), -(229,25,o), -(261,148,c), -(231,148,l), -(210,70,o), -(179,18,o), -(126,18,cs), -(40,18,o), -(46,131,o), -(77,273,c), -(61,260,l), -(283,260,l), -(311,405,o), -(315,525,o), -(215,525,cs), -(124,525,o), -(79,426,o), -(46,266,cs), -(12,102,o), -(15,-10,o), -(122,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(116,451,o), -(161,497,o), -(211,497,cs), -(285,497,o), -(276,394,o), -(257,282,c), -(262,288,l), -(69,288,l), -(77,281,l) -); -} -); -width = 324; -}, -{ -anchors = ( -{ -name = bottom; -pos = (124,0); -}, -{ -name = ogonek; -pos = (160,0); -}, -{ -name = top; -pos = (219,520); -} -); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -attr = { -coordinates = ( -75, -300, -1, -1 -); -}; -layerId = "5DF2F0AA-9590-4496-AD5D-2FF967D1F48A"; -name = "{75, 300, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,-10,o), -(244,27,o), -(277,153,c), -(227,153,l), -(207,80,o), -(179,33,o), -(131,33,cs), -(55,33,o), -(58,132,o), -(84,258,c), -(82,256,l), -(297,256,l), -(328,408,o), -(327,529,o), -(216,529,cs), -(120,529,o), -(71,432,o), -(37,269,cs), -(2,101,o), -(11,-10,o), -(126,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(125,444,o), -(166,486,o), -(212,486,cs), -(280,486,o), -(272,392,o), -(254,288,c), -(262,298,l), -(82,298,l), -(90,287,l) -); -} -); -width = 334; -}, -{ -anchors = ( -{ -name = bottom; -pos = (191,0); -}, -{ -name = ogonek; -pos = (286,0); -}, -{ -name = top; -pos = (280,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,-10,o), -(370,38,o), -(408,186,c), -(242,186,l), -(228,135,o), -(215,119,o), -(195,119,cs), -(153,119,o), -(176,213,o), -(206,330,c), -(103,235,l), -(418,235,l), -(463,425,o), -(438,551,o), -(261,551,cs), -(129,551,o), -(56,466,o), -(18,288,cs), -(-22,98,o), -(26,-10,o), -(189,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(218,399,o), -(235,421,o), -(255,421,cs), -(283,421,o), -(281,377,o), -(270,326,c), -(279,334,l), -(194,334,l), -(201,323,l) -); -} -); -width = 440; -}, -{ -anchors = ( -{ -name = bottom; -pos = (244,0); -}, -{ -name = ogonek; -pos = (321,0); -}, -{ -name = top; -pos = (316,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(357,-10,o), -(453,55,o), -(479,153,c), -(442,153,l), -(417,75,o), -(342,24,o), -(249,24,cs), -(134,24,o), -(69,122,o), -(92,272,c), -(74,258,l), -(494,258,l), -(526,415,o), -(462,527,o), -(317,527,cs), -(168,527,o), -(58,397,o), -(51,219,cs), -(47,81,o), -(124,-10,o), -(246,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(122,423,o), -(212,494,o), -(311,494,cs), -(421,494,o), -(489,413,o), -(461,276,c), -(478,291,l), -(80,291,l), -(93,277,l) -); -} -); -width = 552; -}, -{ -anchors = ( -{ -name = bottom; -pos = (227,0); -}, -{ -name = ogonek; -pos = (313,0); -}, -{ -name = top; -pos = (304,521); -} -); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; -attr = { -coordinates = ( -100, -300, -1, -1 -); -}; -layerId = "15271F00-88BE-4610-A493-8F06285B0E43"; -name = "{100, 300, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,-10,o), -(430,50,o), -(458,156,c), -(401,156,l), -(378,85,o), -(316,39,o), -(235,39,cs), -(130,39,o), -(80,127,o), -(99,256,c), -(97,254,l), -(475,254,l), -(508,416,o), -(448,530,o), -(302,530,cs), -(155,530,o), -(54,409,o), -(41,234,cs), -(30,87,o), -(99,-10,o), -(230,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(132,419,o), -(207,482,o), -(296,482,cs), -(397,482,o), -(445,403,o), -(423,285,c), -(437,301,l), -(93,301,l), -(105,285,l) -); -} -); -width = 522; -}, -{ -anchors = ( -{ -name = bottom; -pos = (286,0); -}, -{ -name = ogonek; -pos = (392,0); -}, -{ -name = top; -pos = (330,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1115,-10,o), -(1225,65,o), -(1249,177,c), -(1070,177,l), -(1058,150,o), -(1029,132,o), -(986,132,cs), -(933,132,o), -(908,164,o), -(912,227,c), -(1261,227,l), -(1267,247,o), -(1272,284,o), -(1272,320,cs), -(1272,462,o), -(1174,554,o), -(1028,554,cs), -(841,554,o), -(727,422,o), -(727,235,cs), -(727,82,o), -(825,-10,o), -(975,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(933,382,o), -(966,416,o), -(1020,416,cs), -(1066,416,o), -(1095,385,o), -(1091,337,c), -(1096,341,l), -(919,341,l), -(926,336,l) -); -}, -{ -closed = 1; -nodes = ( -(444,-10,o), -(546,90,o), -(572,244,cs), -(604,435,o), -(500,554,o), -(329,554,cs), -(160,554,o), -(55,453,o), -(30,302,cs), -(-2,110,o), -(101,-10,o), -(273,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,141,o), -(212,172,o), -(216,237,cs), -(222,337,o), -(254,404,o), -(319,404,cs), -(363,404,o), -(390,373,o), -(386,308,cs), -(380,208,o), -(348,141,o), -(283,141,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(420,-10,o), -(526,63,o), -(551,173,c), -(368,176,l), -(358,150,o), -(332,132,o), -(293,132,cs), -(219,132,o), -(184,192,o), -(234,319,c), -(125,227,l), -(561,227,l), -(600,410,o), -(506,554,o), -(323,554,cs), -(142,554,o), -(26,422,o), -(26,238,cs), -(26,89,o), -(119,-10,o), -(284,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(234,381,o), -(264,413,o), -(317,413,cs), -(366,413,o), -(397,381,o), -(390,332,c), -(397,341,l), -(220,341,l), -(227,334,l) -); -} -); -width = 597; -}, -{ -anchors = ( -{ -name = bottom; -pos = (284,0); -}, -{ -name = ogonek; -pos = (366,0); -}, -{ -name = top; -pos = (346,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,-9,o), -(525,57,o), -(556,152,c), -(519,152,l), -(487,76,o), -(400,25,o), -(289,25,cs), -(138,25,o), -(51,123,o), -(74,269,c), -(55,256,l), -(576,256,l), -(611,418,o), -(516,527,o), -(344,527,cs), -(169,527,o), -(38,400,o), -(32,225,cs), -(27,84,o), -(134,-9,o), -(283,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(101,408,o), -(204,493,o), -(341,493,cs), -(484,493,o), -(564,409,o), -(542,279,c), -(552,289,l), -(67,289,l), -(77,280,l) -); -} -); -width = 612; -}, -{ -anchors = ( -{ -name = bottom; -pos = (297,0); -}, -{ -name = ogonek; -pos = (372,0); -}, -{ -name = top; -pos = (359,521); -} -); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -attr = { -coordinates = ( -125, -300, -1, -1 -); -}; -layerId = "62EC6E57-5C80-4FE0-8866-606B1E5A17E5"; -name = "{125, 300, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(434,-10,o), -(547,58,o), -(578,156,c), -(515,156,l), -(486,88,o), -(405,42,o), -(302,42,cs), -(167,43,o), -(87,127,o), -(102,253,c), -(100,251,l), -(595,251,l), -(631,419,o), -(532,531,o), -(355,531,cs), -(174,531,o), -(43,404,o), -(37,230,cs), -(32,85,o), -(141,-9,o), -(295,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(131,404,o), -(225,480,o), -(351,480,cs), -(482,480,o), -(557,405,o), -(538,286,c), -(548,301,l), -(98,301,l), -(108,287,l) -); -} -); -width = 638; -}, -{ -anchors = ( -{ -name = bottom; -pos = (333,0); -}, -{ -name = ogonek; -pos = (480,0); -}, -{ -name = top; -pos = (375,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1419,-9,o), -(1536,65,o), -(1565,180,c), -(1350,180,l), -(1334,157,o), -(1296,140,o), -(1244,140,cs), -(1180,140,o), -(1134,172,o), -(1139,222,c), -(1565,222,l), -(1609,426,o), -(1489,554,o), -(1277,554,cs), -(1057,554,o), -(923,425,o), -(923,240,cs), -(923,82,o), -(1048,-9,o), -(1233,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(1165,380,o), -(1206,405,o), -(1268,405,cs), -(1327,405,o), -(1371,378,o), -(1370,329,c), -(1380,340,l), -(1141,340,l), -(1152,331,l) -); -}, -{ -closed = 1; -nodes = ( -(540,-9,o), -(679,108,o), -(679,289,cs), -(679,448,o), -(566,554,o), -(361,554,cs), -(152,554,o), -(13,437,o), -(13,256,cs), -(13,97,o), -(126,-9,o), -(331,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,157,o), -(231,194,o), -(231,259,cs), -(234,337,o), -(281,388,o), -(357,388,cs), -(420,388,o), -(461,351,o), -(461,286,cs), -(458,208,o), -(411,157,o), -(335,157,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(502,-9,o), -(635,64,o), -(661,180,c), -(439,180,l), -(423,157,o), -(385,140,o), -(333,140,cs), -(242,140,o), -(188,205,o), -(260,292,c), -(128,219,l), -(670,219,l), -(702,422,o), -(577,554,o), -(361,554,cs), -(152,554,o), -(13,437,o), -(13,256,cs), -(13,97,o), -(126,-9,o), -(331,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,377,o), -(293,409,o), -(357,409,cs), -(423,409,o), -(456,375,o), -(459,329,c), -(469,334,l), -(230,334,l), -(241,331,l) -); -} -); -width = 690; -} -); -unicode = 101; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eacute.glyph deleted file mode 100644 index f3e57565..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eacute.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = eacute; -kernLeft = KO_e; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (109,-156); -ref = acutecomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (110,-137); -ref = acutecomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (249,-155); -ref = acutecomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (226,-129); -ref = acutecomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (109,-156); -ref = acutecomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (111,-137); -ref = acutecomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (232,-155); -ref = acutecomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (186,-134); -ref = acutecomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (249,-155); -ref = acutecomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (226,-129); -ref = acutecomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (233,-155); -ref = acutecomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (185,-134); -ref = acutecomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (74,-156); -ref = acutecomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (85,-137); -ref = acutecomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (174,-155); -ref = acutecomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (135,-134); -ref = acutecomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (203,-155); -ref = acutecomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (175,-129); -ref = acutecomb; -} -); -width = 690; -} -); -unicode = 233; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ebreve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ebreve.glyph deleted file mode 100644 index fabbc96d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ebreve.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = ebreve; -kernLeft = KO_egrave; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (41,-156); -ref = brevecomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (27,-137); -ref = brevecomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (133,-155); -ref = brevecomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (104,-129); -ref = brevecomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (41,-156); -ref = brevecomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (28,-137); -ref = brevecomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (119,-161); -ref = brevecomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (79,-134); -ref = brevecomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (133,-155); -ref = brevecomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (104,-129); -ref = brevecomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (122,-161); -ref = brevecomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (84,-134); -ref = brevecomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (1,-156); -ref = brevecomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (0,-137); -ref = brevecomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (60,-155); -ref = brevecomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (18,-134); -ref = brevecomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (81,-155); -ref = brevecomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (53,-134); -ref = brevecomb; -} -); -width = 690; -} -); -unicode = 277; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ecaron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ecaron.glyph deleted file mode 100644 index a57d3763..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ecaron.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = ecaron; -kernLeft = KO_egrave; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (36,-156); -ref = caroncomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (5,-137); -ref = caroncomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (128,-155); -ref = caroncomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (52,-129); -ref = caroncomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (36,-156); -ref = caroncomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (6,-137); -ref = caroncomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (123,-155); -ref = caroncomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (51,-134); -ref = caroncomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (128,-155); -ref = caroncomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (52,-129); -ref = caroncomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (126,-155); -ref = caroncomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (56,-134); -ref = caroncomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (1,-156); -ref = caroncomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-16,-137); -ref = caroncomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (65,-155); -ref = caroncomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-4,-134); -ref = caroncomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (80,-155); -ref = caroncomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (1,-129); -ref = caroncomb; -} -); -width = 690; -} -); -unicode = 283; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflex.glyph deleted file mode 100644 index bcd76cbf..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflex.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = ecircumflex; -kernLeft = KO_egrave; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (36,-156); -ref = circumflexcomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (5,-137); -ref = circumflexcomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (128,-155); -ref = circumflexcomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (52,-129); -ref = circumflexcomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (36,-156); -ref = circumflexcomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (6,-137); -ref = circumflexcomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (123,-155); -ref = circumflexcomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (51,-134); -ref = circumflexcomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (128,-155); -ref = circumflexcomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (52,-129); -ref = circumflexcomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (126,-155); -ref = circumflexcomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (56,-134); -ref = circumflexcomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (0,-156); -ref = circumflexcomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-22,-137); -ref = circumflexcomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (64,-155); -ref = circumflexcomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (1,-134); -ref = circumflexcomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (80,-155); -ref = circumflexcomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-1,-129); -ref = circumflexcomb; -} -); -width = 690; -} -); -unicode = 234; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexacute.glyph deleted file mode 100644 index edff9740..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexacute.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = ecircumflexacute; -kernLeft = KO_egrave; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (36,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (16,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (128,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (76,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (36,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (17,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (123,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (51,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (128,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (76,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (126,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (55,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (0,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-10,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (64,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (3,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (80,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (22,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 690; -} -); -unicode = 7871; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexdotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexdotbelow.glyph deleted file mode 100644 index 35bc2d9f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexdotbelow.glyph +++ /dev/null @@ -1,330 +0,0 @@ -{ -color = 6; -glyphname = ecircumflexdotbelow; -kernLeft = KO_egrave; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (105,0); -ref = dotbelowcomb; -}, -{ -pos = (36,-156); -ref = circumflexcomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (108,0); -ref = dotbelowcomb; -}, -{ -pos = (5,-137); -ref = circumflexcomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (245,0); -ref = dotbelowcomb; -}, -{ -pos = (128,-155); -ref = circumflexcomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (190,0); -ref = dotbelowcomb; -}, -{ -pos = (52,-129); -ref = circumflexcomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (105,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (36,-156); -ref = circumflexcomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (109,0); -ref = dotbelowcomb; -}, -{ -pos = (6,-137); -ref = circumflexcomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (218,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (123,-155); -ref = circumflexcomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (180,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (51,-134); -ref = circumflexcomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (245,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (128,-155); -ref = circumflexcomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (190,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (52,-129); -ref = circumflexcomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (219,0); -ref = dotbelowcomb; -}, -{ -pos = (126,-155); -ref = circumflexcomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (181,0); -ref = dotbelowcomb; -}, -{ -pos = (56,-134); -ref = circumflexcomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (112,0); -ref = dotbelowcomb; -}, -{ -pos = (0,-156); -ref = circumflexcomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (126,0); -ref = dotbelowcomb; -}, -{ -pos = (-22,-137); -ref = circumflexcomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (226,0); -ref = dotbelowcomb; -}, -{ -pos = (64,-155); -ref = circumflexcomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (215,0); -ref = dotbelowcomb; -}, -{ -pos = (1,-134); -ref = circumflexcomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (267,0); -ref = dotbelowcomb; -}, -{ -pos = (80,-155); -ref = circumflexcomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (236,0); -ref = dotbelowcomb; -}, -{ -pos = (-1,-129); -ref = circumflexcomb; -} -); -width = 690; -} -); -unicode = 7879; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexdotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexdotbelow.ss01.glyph deleted file mode 100644 index 84d08c44..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexdotbelow.ss01.glyph +++ /dev/null @@ -1,329 +0,0 @@ -{ -color = 6; -glyphname = ecircumflexdotbelow.ss01; -kernLeft = KO_egrave; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (113,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (36,-156); -ref = circumflexcomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (97,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (5,-137); -ref = circumflexcomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (258,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (128,-155); -ref = circumflexcomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (202,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (52,-129); -ref = circumflexcomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (113,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (36,-156); -ref = circumflexcomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (98,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (6,-137); -ref = circumflexcomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (231,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (123,-155); -ref = circumflexcomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (169,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (51,-134); -ref = circumflexcomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (258,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (128,-155); -ref = circumflexcomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (202,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (52,-129); -ref = circumflexcomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (232,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (126,-155); -ref = circumflexcomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (168,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (56,-134); -ref = circumflexcomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (0,-156); -ref = circumflexcomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (117,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-22,-137); -ref = circumflexcomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (239,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (64,-155); -ref = circumflexcomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (206,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (1,-134); -ref = circumflexcomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (278,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (80,-155); -ref = circumflexcomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (250,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-1,-129); -ref = circumflexcomb; -} -); -width = 690; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexgrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexgrave.glyph deleted file mode 100644 index b30a20c5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexgrave.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = ecircumflexgrave; -kernLeft = KO_egrave; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (36,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (16,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (128,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (76,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (36,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (17,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (123,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (51,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (128,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (76,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (126,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (55,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (0,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-10,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (64,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (3,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (80,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (22,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 690; -} -); -unicode = 7873; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexhookabove.glyph deleted file mode 100644 index 692722d5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflexhookabove.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = ecircumflexhookabove; -kernLeft = KO_egrave; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (36,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (16,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (128,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (76,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (36,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (17,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (123,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (51,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (128,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (76,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (126,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (55,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (0,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-10,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (64,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (3,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (80,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (22,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 690; -} -); -unicode = 7875; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflextilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflextilde.glyph deleted file mode 100644 index 4b7f606e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ecircumflextilde.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = ecircumflextilde; -kernLeft = KO_egrave; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (36,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (16,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (128,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (76,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (36,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (17,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (123,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (51,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (128,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (76,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (126,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (56,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (0,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-11,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (57,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (3,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (80,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (30,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 690; -} -); -unicode = 7877; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/edieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/edieresis.glyph deleted file mode 100644 index f8052247..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/edieresis.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = edieresis; -kernLeft = KO_egrave; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (47,-156); -ref = dieresiscomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-3,-137); -ref = dieresiscomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (130,-155); -ref = dieresiscomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (60,-134); -ref = dieresiscomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (47,-156); -ref = dieresiscomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-2,-137); -ref = dieresiscomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (125,-155); -ref = dieresiscomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (55,-134); -ref = dieresiscomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (130,-155); -ref = dieresiscomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (60,-134); -ref = dieresiscomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (128,-155); -ref = dieresiscomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (60,-134); -ref = dieresiscomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (6,-156); -ref = dieresiscomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-37,-137); -ref = dieresiscomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (69,-155); -ref = dieresiscomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (1,-134); -ref = dieresiscomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (84,-155); -ref = dieresiscomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (6,-134); -ref = dieresiscomb; -} -); -width = 690; -} -); -unicode = 235; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/edieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/edieresis.ss01.glyph deleted file mode 100644 index 9497596f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/edieresis.ss01.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = edieresis.ss01; -kernLeft = KO_egrave; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (58,-156); -ref = dieresiscomb.ss01; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-2,-137); -ref = dieresiscomb.ss01; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (163,-155); -ref = dieresiscomb.ss01; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (82,-134); -ref = dieresiscomb.ss01; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (58,-156); -ref = dieresiscomb.ss01; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-1,-137); -ref = dieresiscomb.ss01; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (152,-155); -ref = dieresiscomb.ss01; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (67,-134); -ref = dieresiscomb.ss01; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (163,-155); -ref = dieresiscomb.ss01; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (82,-134); -ref = dieresiscomb.ss01; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (153,-155); -ref = dieresiscomb.ss01; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (72,-134); -ref = dieresiscomb.ss01; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (19,-156); -ref = dieresiscomb.ss01; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-29,-137); -ref = dieresiscomb.ss01; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (91,-155); -ref = dieresiscomb.ss01; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (17,-134); -ref = dieresiscomb.ss01; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (121,-155); -ref = dieresiscomb.ss01; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (35,-134); -ref = dieresiscomb.ss01; -} -); -width = 690; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/edotaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/edotaccent.glyph deleted file mode 100644 index 08732cb7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/edotaccent.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = edotaccent; -kernLeft = KO_e; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (102,-156); -ref = dotaccentcomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (88,-137); -ref = dotaccentcomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (235,-155); -ref = dotaccentcomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (185,-129); -ref = dotaccentcomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (102,-156); -ref = dotaccentcomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (89,-137); -ref = dotaccentcomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (215,-155); -ref = dotaccentcomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (161,-134); -ref = dotaccentcomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (235,-155); -ref = dotaccentcomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (185,-129); -ref = dotaccentcomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (216,-133); -ref = dotaccentcomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (162,-120); -ref = dotaccentcomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (61,-156); -ref = dotaccentcomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (62,-137); -ref = dotaccentcomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (159,-155); -ref = dotaccentcomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (105,-134); -ref = dotaccentcomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (189,-155); -ref = dotaccentcomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (131,-129); -ref = dotaccentcomb; -} -); -width = 690; -} -); -unicode = 279; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/edotaccent.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/edotaccent.ss01.glyph deleted file mode 100644 index d0db1502..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/edotaccent.ss01.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = edotaccent.ss01; -kernLeft = KO_e; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (110,-156); -ref = dotaccentcomb.ss01; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (93,-137); -ref = dotaccentcomb.ss01; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (248,-155); -ref = dotaccentcomb.ss01; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (192,-129); -ref = dotaccentcomb.ss01; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (110,-156); -ref = dotaccentcomb.ss01; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (94,-137); -ref = dotaccentcomb.ss01; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (228,-155); -ref = dotaccentcomb.ss01; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (162,-134); -ref = dotaccentcomb.ss01; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (248,-155); -ref = dotaccentcomb.ss01; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (192,-129); -ref = dotaccentcomb.ss01; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (229,-155); -ref = dotaccentcomb.ss01; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (161,-134); -ref = dotaccentcomb.ss01; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (75,-156); -ref = dotaccentcomb.ss01; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (68,-137); -ref = dotaccentcomb.ss01; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (172,-155); -ref = dotaccentcomb.ss01; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (110,-134); -ref = dotaccentcomb.ss01; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (202,-155); -ref = dotaccentcomb.ss01; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (140,-134); -ref = dotaccentcomb.ss01; -} -); -width = 690; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/edotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/edotbelow.glyph deleted file mode 100644 index ebaabe3d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/edotbelow.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = edotbelow; -kernLeft = KO_e; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (105,0); -ref = dotbelowcomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (108,0); -ref = dotbelowcomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (245,0); -ref = dotbelowcomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (190,0); -ref = dotbelowcomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (105,0); -ref = dotbelowcomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (109,0); -ref = dotbelowcomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (218,0); -ref = dotbelowcomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (180,0); -ref = dotbelowcomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (245,0); -ref = dotbelowcomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (190,0); -ref = dotbelowcomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (219,0); -ref = dotbelowcomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (181,0); -ref = dotbelowcomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (112,0); -ref = dotbelowcomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (126,0); -ref = dotbelowcomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (226,0); -ref = dotbelowcomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (215,0); -ref = dotbelowcomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (267,0); -ref = dotbelowcomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (236,0); -ref = dotbelowcomb; -} -); -width = 690; -} -); -unicode = 7865; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/edotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/edotbelow.ss01.glyph deleted file mode 100644 index 99a3e70b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/edotbelow.ss01.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = edotbelow.ss01; -kernLeft = KO_e; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (113,0); -ref = dotbelowcomb.ss01; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (97,0); -ref = dotbelowcomb.ss01; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (258,0); -ref = dotbelowcomb.ss01; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (202,0); -ref = dotbelowcomb.ss01; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (113,0); -ref = dotbelowcomb.ss01; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (98,0); -ref = dotbelowcomb.ss01; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (231,0); -ref = dotbelowcomb.ss01; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (169,0); -ref = dotbelowcomb.ss01; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (258,0); -ref = dotbelowcomb.ss01; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (202,0); -ref = dotbelowcomb.ss01; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (232,0); -ref = dotbelowcomb.ss01; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (168,0); -ref = dotbelowcomb.ss01; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (120,0); -ref = dotbelowcomb.ss01; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (117,0); -ref = dotbelowcomb.ss01; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (239,0); -ref = dotbelowcomb.ss01; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (206,0); -ref = dotbelowcomb.ss01; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (278,0); -ref = dotbelowcomb.ss01; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (250,0); -ref = dotbelowcomb.ss01; -} -); -width = 690; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/egrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/egrave.glyph deleted file mode 100644 index 386d32e1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/egrave.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = egrave; -kernLeft = KO_egrave; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (31,-156); -ref = gravecomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (13,-137); -ref = gravecomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (163,-155); -ref = gravecomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (109,-129); -ref = gravecomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (31,-156); -ref = gravecomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (14,-137); -ref = gravecomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (153,-155); -ref = gravecomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (89,-134); -ref = gravecomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (163,-155); -ref = gravecomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (109,-129); -ref = gravecomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (154,-155); -ref = gravecomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (96,-134); -ref = gravecomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-3,-156); -ref = gravecomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-5,-137); -ref = gravecomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (97,-155); -ref = gravecomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (34,-134); -ref = gravecomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (116,-155); -ref = gravecomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (58,-129); -ref = gravecomb; -} -); -width = 690; -} -); -unicode = 232; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ehookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ehookabove.glyph deleted file mode 100644 index 4752f7e0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ehookabove.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = ehookabove; -kernLeft = KO_e; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (84,-156); -ref = hookabovecomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (83,-138); -ref = hookabovecomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (199,-155); -ref = hookabovecomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (190,-134); -ref = hookabovecomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (84,-156); -ref = hookabovecomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (84,-138); -ref = hookabovecomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (179,-155); -ref = hookabovecomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (135,-134); -ref = hookabovecomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (199,-155); -ref = hookabovecomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (190,-134); -ref = hookabovecomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (180,-155); -ref = hookabovecomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (139,-134); -ref = hookabovecomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (26,-157); -ref = hookabovecomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (49,-139); -ref = hookabovecomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (127,-156); -ref = hookabovecomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (75,-135); -ref = hookabovecomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (158,-156); -ref = hookabovecomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (123,-137); -ref = hookabovecomb; -} -); -width = 690; -} -); -unicode = 7867; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.blackC_ircled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eight.blackC_ircled.glyph deleted file mode 100644 index 12051f12..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.blackC_ircled.glyph +++ /dev/null @@ -1,3642 +0,0 @@ -{ -color = 0; -glyphname = eight.blackCircled; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,232,o), -(374,245,o), -(374,278,cs), -(374,306,o), -(370,324,o), -(352,324,cs), -(335,324,o), -(330,307,o), -(330,278,cs), -(330,246,o), -(339,232,o), -(352,232,cs) -); -}, -{ -closed = 1; -nodes = ( -(268,145,o), -(220,194,o), -(220,269,cs), -(220,314,o), -(243,356,o), -(285,367,c), -(285,372,l), -(246,387,o), -(226,426,o), -(226,471,cs), -(226,541,o), -(271,588,o), -(352,588,cs), -(433,588,o), -(479,541,o), -(479,471,cs), -(479,422,o), -(457,386,o), -(419,372,c), -(419,367,l), -(460,357,o), -(485,315,o), -(485,269,cs), -(485,195,o), -(437,145,o), -(352,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,413,o), -(373,422,o), -(373,459,cs), -(373,481,o), -(369,501,o), -(352,501,cs), -(336,501,o), -(332,482,o), -(332,459,cs), -(332,421,o), -(340,413,o), -(352,413,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(268,143,o), -(220,192,o), -(220,267,cs), -(220,312,o), -(243,354,o), -(285,365,c), -(285,370,l), -(246,385,o), -(226,424,o), -(226,469,cs), -(226,539,o), -(271,586,o), -(352,586,cs), -(433,586,o), -(479,539,o), -(479,469,cs), -(479,420,o), -(457,384,o), -(419,370,c), -(419,365,l), -(460,355,o), -(485,313,o), -(485,267,cs), -(485,193,o), -(437,143,o), -(352,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,230,o), -(374,243,o), -(374,276,cs), -(374,304,o), -(370,322,o), -(352,322,cs), -(335,322,o), -(330,305,o), -(330,276,cs), -(330,244,o), -(339,230,o), -(352,230,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,411,o), -(373,420,o), -(373,457,cs), -(373,479,o), -(369,499,o), -(352,499,cs), -(336,499,o), -(332,480,o), -(332,457,cs), -(332,419,o), -(340,411,o), -(352,411,cs) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(399,169,o), -(419,209,o), -(419,268,cs), -(419,330,o), -(392,361,o), -(349,361,cs), -(301,361,o), -(279,324,o), -(279,268,cs), -(279,196,o), -(308,169,o), -(349,169,cs) -); -}, -{ -closed = 1; -nodes = ( -(282,144,o), -(249,193,o), -(249,266,cs), -(249,323,o), -(275,362,o), -(314,372,c), -(314,375,l), -(274,388,o), -(255,430,o), -(255,476,cs), -(255,546,o), -(293,586,o), -(349,586,cs), -(409,586,o), -(443,542,o), -(443,476,cs), -(443,430,o), -(424,388,o), -(384,375,c), -(384,372,l), -(426,361,o), -(449,319,o), -(449,266,cs), -(449,184,o), -(409,144,o), -(349,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,386,o), -(414,419,o), -(414,474,cs), -(414,533,o), -(388,561,o), -(349,561,cs), -(304,561,o), -(284,525,o), -(284,474,cs), -(284,417,o), -(310,386,o), -(349,386,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(282,143,o), -(249,192,o), -(249,265,cs), -(249,322,o), -(275,361,o), -(314,371,c), -(314,374,l), -(274,387,o), -(255,429,o), -(255,475,cs), -(255,545,o), -(293,585,o), -(349,585,cs), -(409,585,o), -(443,541,o), -(443,475,cs), -(443,429,o), -(424,387,o), -(384,374,c), -(384,371,l), -(426,360,o), -(449,318,o), -(449,265,cs), -(449,183,o), -(409,143,o), -(349,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(399,168,o), -(419,208,o), -(419,267,cs), -(419,329,o), -(392,360,o), -(349,360,cs), -(301,360,o), -(279,323,o), -(279,267,cs), -(279,195,o), -(308,168,o), -(349,168,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,385,o), -(414,418,o), -(414,473,cs), -(414,532,o), -(388,560,o), -(349,560,cs), -(304,560,o), -(284,524,o), -(284,473,cs), -(284,416,o), -(310,385,o), -(349,385,cs) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,173,o), -(584,206,o), -(584,266,cs), -(584,330,o), -(532,356,o), -(442,356,cs), -(353,356,o), -(301,330,o), -(301,266,cs), -(301,206,o), -(348,173,o), -(442,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(330,142,o), -(262,185,o), -(262,262,cs), -(262,325,o), -(311,366,o), -(374,369,c), -(374,372,l), -(314,380,o), -(272,414,o), -(272,473,cs), -(272,552,o), -(347,584,o), -(442,584,cs), -(538,584,o), -(613,551,o), -(613,473,cs), -(613,415,o), -(573,381,o), -(510,372,c), -(510,369,l), -(576,366,o), -(622,324,o), -(622,262,cs), -(622,185,o), -(554,142,o), -(442,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(539,384,o), -(575,419,o), -(575,469,cs), -(575,530,o), -(519,554,o), -(442,554,cs), -(365,554,o), -(309,530,o), -(309,469,cs), -(309,419,o), -(345,384,o), -(442,384,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(330,145,o), -(262,188,o), -(262,265,cs), -(262,328,o), -(311,369,o), -(374,372,c), -(374,375,l), -(314,383,o), -(272,417,o), -(272,476,cs), -(272,555,o), -(347,587,o), -(442,587,cs), -(538,587,o), -(613,554,o), -(613,476,cs), -(613,418,o), -(573,384,o), -(510,375,c), -(510,372,l), -(576,369,o), -(622,327,o), -(622,265,cs), -(622,188,o), -(554,145,o), -(442,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,176,o), -(584,209,o), -(584,269,cs), -(584,333,o), -(532,359,o), -(442,359,cs), -(353,359,o), -(301,333,o), -(301,269,cs), -(301,209,o), -(348,176,o), -(442,176,cs) -); -}, -{ -closed = 1; -nodes = ( -(539,387,o), -(575,422,o), -(575,472,cs), -(575,533,o), -(519,557,o), -(442,557,cs), -(365,557,o), -(309,533,o), -(309,472,cs), -(309,422,o), -(345,387,o), -(442,387,cs) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(464,251,o), -(487,261,o), -(487,285,cs), -(487,305,o), -(472,320,o), -(431,320,cs), -(391,320,o), -(377,305,o), -(377,285,cs), -(377,261,o), -(400,251,o), -(431,251,cs) -); -}, -{ -closed = 1; -nodes = ( -(289,143,o), -(225,192,o), -(225,269,cs), -(225,318,o), -(257,361,o), -(311,369,c), -(311,373,l), -(264,383,o), -(235,418,o), -(235,465,cs), -(235,553,o), -(321,586,o), -(431,586,cs), -(543,586,o), -(629,553,o), -(629,465,cs), -(629,416,o), -(598,383,o), -(553,373,c), -(553,369,l), -(604,361,o), -(639,320,o), -(639,269,cs), -(639,193,o), -(576,143,o), -(431,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(464,413,o), -(480,425,o), -(480,446,cs), -(480,465,o), -(463,477,o), -(431,477,cs), -(400,477,o), -(384,465,o), -(384,446,cs), -(384,426,o), -(400,413,o), -(431,413,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(287,148,o), -(223,197,o), -(223,274,cs), -(223,323,o), -(255,366,o), -(309,374,c), -(309,378,l), -(262,388,o), -(233,423,o), -(233,470,cs), -(233,558,o), -(319,591,o), -(429,591,cs), -(541,591,o), -(627,558,o), -(627,470,cs), -(627,421,o), -(596,388,o), -(551,378,c), -(551,374,l), -(602,366,o), -(637,325,o), -(637,274,cs), -(637,198,o), -(574,148,o), -(429,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(462,256,o), -(485,266,o), -(485,290,cs), -(485,310,o), -(470,325,o), -(429,325,cs), -(389,325,o), -(375,310,o), -(375,290,cs), -(375,266,o), -(398,256,o), -(429,256,cs) -); -}, -{ -closed = 1; -nodes = ( -(462,418,o), -(478,430,o), -(478,451,cs), -(478,470,o), -(461,482,o), -(429,482,cs), -(398,482,o), -(382,470,o), -(382,451,cs), -(382,431,o), -(398,418,o), -(429,418,cs) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(399,169,o), -(419,209,o), -(419,268,cs), -(419,330,o), -(392,361,o), -(349,361,cs), -(301,361,o), -(279,324,o), -(279,268,cs), -(279,196,o), -(308,169,o), -(349,169,cs) -); -}, -{ -closed = 1; -nodes = ( -(282,144,o), -(249,193,o), -(249,266,cs), -(249,323,o), -(275,362,o), -(314,372,c), -(314,375,l), -(274,388,o), -(255,430,o), -(255,476,cs), -(255,546,o), -(293,586,o), -(349,586,cs), -(409,586,o), -(443,542,o), -(443,476,cs), -(443,430,o), -(424,388,o), -(384,375,c), -(384,372,l), -(426,361,o), -(449,319,o), -(449,266,cs), -(449,184,o), -(409,144,o), -(349,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,386,o), -(414,419,o), -(414,474,cs), -(414,533,o), -(388,561,o), -(349,561,cs), -(304,561,o), -(284,525,o), -(284,474,cs), -(284,417,o), -(310,386,o), -(349,386,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,143,o), -(229,192,o), -(229,265,cs), -(229,322,o), -(255,361,o), -(294,371,c), -(294,374,l), -(254,387,o), -(235,429,o), -(235,475,cs), -(235,545,o), -(273,585,o), -(329,585,cs), -(389,585,o), -(423,541,o), -(423,475,cs), -(423,429,o), -(404,387,o), -(364,374,c), -(364,371,l), -(406,360,o), -(429,318,o), -(429,265,cs), -(429,183,o), -(389,143,o), -(329,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(379,168,o), -(399,208,o), -(399,267,cs), -(399,329,o), -(372,360,o), -(329,360,cs), -(281,360,o), -(259,323,o), -(259,267,cs), -(259,195,o), -(288,168,o), -(329,168,cs) -); -}, -{ -closed = 1; -nodes = ( -(370,385,o), -(394,418,o), -(394,473,cs), -(394,532,o), -(368,560,o), -(329,560,cs), -(284,560,o), -(264,524,o), -(264,473,cs), -(264,416,o), -(290,385,o), -(329,385,cs) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,232,o), -(374,245,o), -(374,278,cs), -(374,306,o), -(370,324,o), -(352,324,cs), -(335,324,o), -(330,307,o), -(330,278,cs), -(330,246,o), -(339,232,o), -(352,232,cs) -); -}, -{ -closed = 1; -nodes = ( -(268,145,o), -(220,194,o), -(220,269,cs), -(220,314,o), -(243,356,o), -(285,367,c), -(285,372,l), -(246,387,o), -(226,426,o), -(226,471,cs), -(226,541,o), -(271,588,o), -(352,588,cs), -(433,588,o), -(479,541,o), -(479,471,cs), -(479,422,o), -(457,386,o), -(419,372,c), -(419,367,l), -(460,357,o), -(485,315,o), -(485,269,cs), -(485,195,o), -(437,145,o), -(352,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,413,o), -(373,422,o), -(373,459,cs), -(373,481,o), -(369,501,o), -(352,501,cs), -(336,501,o), -(332,482,o), -(332,459,cs), -(332,421,o), -(340,413,o), -(352,413,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(258,143,o), -(210,192,o), -(210,267,cs), -(210,312,o), -(233,354,o), -(275,365,c), -(275,370,l), -(236,385,o), -(216,424,o), -(216,469,cs), -(216,539,o), -(261,586,o), -(342,586,cs), -(423,586,o), -(469,539,o), -(469,469,cs), -(469,420,o), -(447,384,o), -(409,370,c), -(409,365,l), -(450,355,o), -(475,313,o), -(475,267,cs), -(475,193,o), -(427,143,o), -(342,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(355,230,o), -(364,243,o), -(364,276,cs), -(364,304,o), -(360,322,o), -(342,322,cs), -(325,322,o), -(320,305,o), -(320,276,cs), -(320,244,o), -(329,230,o), -(342,230,cs) -); -}, -{ -closed = 1; -nodes = ( -(355,411,o), -(363,420,o), -(363,457,cs), -(363,479,o), -(359,499,o), -(342,499,cs), -(326,499,o), -(322,480,o), -(322,457,cs), -(322,419,o), -(330,411,o), -(342,411,cs) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (416,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(502,172,o), -(547,209,o), -(547,264,cs), -(547,313,o), -(517,356,o), -(436,356,cs), -(355,356,o), -(325,314,o), -(325,264,cs), -(325,209,o), -(370,172,o), -(436,172,cs) -); -}, -{ -closed = 1; -nodes = ( -(348,142,o), -(289,190,o), -(289,261,cs), -(289,314,o), -(322,358,o), -(383,370,c), -(383,372,l), -(337,384,o), -(304,424,o), -(304,472,cs), -(304,541,o), -(356,585,o), -(436,585,cs), -(517,585,o), -(568,540,o), -(568,472,cs), -(568,424,o), -(535,384,o), -(488,372,c), -(488,370,l), -(550,358,o), -(583,314,o), -(583,261,cs), -(583,190,o), -(523,142,o), -(436,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(509,385,o), -(534,428,o), -(534,471,cs), -(534,512,o), -(510,556,o), -(436,556,cs), -(362,556,o), -(338,513,o), -(338,471,cs), -(338,428,o), -(363,385,o), -(436,385,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(328,143,o), -(269,191,o), -(269,262,cs), -(269,315,o), -(302,359,o), -(363,371,c), -(363,373,l), -(317,385,o), -(284,425,o), -(284,473,cs), -(284,542,o), -(336,586,o), -(416,586,cs), -(497,586,o), -(548,541,o), -(548,473,cs), -(548,425,o), -(515,385,o), -(468,373,c), -(468,371,l), -(530,359,o), -(563,315,o), -(563,262,cs), -(563,191,o), -(503,143,o), -(416,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,173,o), -(527,210,o), -(527,265,cs), -(527,314,o), -(497,357,o), -(416,357,cs), -(335,357,o), -(305,315,o), -(305,265,cs), -(305,210,o), -(350,173,o), -(416,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(489,386,o), -(514,429,o), -(514,472,cs), -(514,513,o), -(490,557,o), -(416,557,cs), -(342,557,o), -(318,514,o), -(318,472,cs), -(318,429,o), -(343,386,o), -(416,386,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(454,252,o), -(470,265,o), -(470,289,cs), -(470,313,o), -(452,326,o), -(427,326,cs), -(400,326,o), -(383,312,o), -(383,289,cs), -(383,265,o), -(399,252,o), -(427,252,cs) -); -}, -{ -closed = 1; -nodes = ( -(315,144,o), -(253,194,o), -(253,270,cs), -(253,323,o), -(292,361,o), -(334,372,c), -(334,377,l), -(295,390,o), -(269,426,o), -(269,469,cs), -(269,545,o), -(332,587,o), -(427,587,cs), -(528,587,o), -(584,540,o), -(584,469,cs), -(584,426,o), -(558,390,o), -(519,377,c), -(519,372,l), -(564,360,o), -(600,320,o), -(600,270,cs), -(600,189,o), -(531,144,o), -(427,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,419,o), -(464,429,o), -(464,452,cs), -(464,473,o), -(448,484,o), -(427,484,cs), -(405,484,o), -(389,473,o), -(389,452,cs), -(389,429,o), -(407,419,o), -(427,419,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(295,145,o), -(233,195,o), -(233,271,cs), -(233,324,o), -(272,362,o), -(314,373,c), -(314,378,l), -(275,391,o), -(249,427,o), -(249,470,cs), -(249,546,o), -(312,588,o), -(407,588,cs), -(508,588,o), -(564,541,o), -(564,470,cs), -(564,427,o), -(538,391,o), -(499,378,c), -(499,373,l), -(544,361,o), -(580,321,o), -(580,271,cs), -(580,190,o), -(511,145,o), -(407,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(434,253,o), -(450,266,o), -(450,290,cs), -(450,314,o), -(432,327,o), -(407,327,cs), -(380,327,o), -(363,313,o), -(363,290,cs), -(363,266,o), -(379,253,o), -(407,253,cs) -); -}, -{ -closed = 1; -nodes = ( -(426,420,o), -(444,430,o), -(444,453,cs), -(444,474,o), -(428,485,o), -(407,485,cs), -(385,485,o), -(369,474,o), -(369,453,cs), -(369,430,o), -(387,420,o), -(407,420,cs) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,173,o), -(584,206,o), -(584,266,cs), -(584,330,o), -(532,356,o), -(442,356,cs), -(353,356,o), -(301,330,o), -(301,266,cs), -(301,206,o), -(348,173,o), -(442,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(330,142,o), -(262,185,o), -(262,262,cs), -(262,325,o), -(311,366,o), -(374,369,c), -(374,372,l), -(314,380,o), -(272,414,o), -(272,473,cs), -(272,552,o), -(347,584,o), -(442,584,cs), -(538,584,o), -(613,551,o), -(613,473,cs), -(613,415,o), -(573,381,o), -(510,372,c), -(510,369,l), -(576,366,o), -(622,324,o), -(622,262,cs), -(622,185,o), -(554,142,o), -(442,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(539,384,o), -(575,419,o), -(575,469,cs), -(575,530,o), -(519,554,o), -(442,554,cs), -(365,554,o), -(309,530,o), -(309,469,cs), -(309,419,o), -(345,384,o), -(442,384,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,145,o), -(252,188,o), -(252,265,cs), -(252,328,o), -(301,369,o), -(364,372,c), -(364,375,l), -(304,383,o), -(262,417,o), -(262,476,cs), -(262,555,o), -(337,587,o), -(432,587,cs), -(528,587,o), -(603,554,o), -(603,476,cs), -(603,418,o), -(563,384,o), -(500,375,c), -(500,372,l), -(566,369,o), -(612,327,o), -(612,265,cs), -(612,188,o), -(544,145,o), -(432,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,176,o), -(574,209,o), -(574,269,cs), -(574,333,o), -(522,359,o), -(432,359,cs), -(343,359,o), -(291,333,o), -(291,269,cs), -(291,209,o), -(338,176,o), -(432,176,cs) -); -}, -{ -closed = 1; -nodes = ( -(529,387,o), -(565,422,o), -(565,472,cs), -(565,533,o), -(509,557,o), -(432,557,cs), -(355,557,o), -(299,533,o), -(299,472,cs), -(299,422,o), -(335,387,o), -(432,387,cs) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(464,251,o), -(487,261,o), -(487,285,cs), -(487,305,o), -(472,320,o), -(431,320,cs), -(391,320,o), -(377,305,o), -(377,285,cs), -(377,261,o), -(400,251,o), -(431,251,cs) -); -}, -{ -closed = 1; -nodes = ( -(289,143,o), -(225,192,o), -(225,269,cs), -(225,318,o), -(257,361,o), -(311,369,c), -(311,373,l), -(264,383,o), -(235,418,o), -(235,465,cs), -(235,553,o), -(321,586,o), -(431,586,cs), -(543,586,o), -(629,553,o), -(629,465,cs), -(629,416,o), -(598,383,o), -(553,373,c), -(553,369,l), -(604,361,o), -(639,320,o), -(639,269,cs), -(639,193,o), -(576,143,o), -(431,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(464,413,o), -(480,425,o), -(480,446,cs), -(480,465,o), -(463,477,o), -(431,477,cs), -(400,477,o), -(384,465,o), -(384,446,cs), -(384,426,o), -(400,413,o), -(431,413,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(277,148,o), -(213,197,o), -(213,274,cs), -(213,323,o), -(245,366,o), -(299,374,c), -(299,378,l), -(252,388,o), -(223,423,o), -(223,470,cs), -(223,558,o), -(309,591,o), -(419,591,cs), -(531,591,o), -(617,558,o), -(617,470,cs), -(617,421,o), -(586,388,o), -(541,378,c), -(541,374,l), -(592,366,o), -(627,325,o), -(627,274,cs), -(627,198,o), -(564,148,o), -(419,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(452,256,o), -(475,266,o), -(475,290,cs), -(475,310,o), -(460,325,o), -(419,325,cs), -(379,325,o), -(365,310,o), -(365,290,cs), -(365,266,o), -(388,256,o), -(419,256,cs) -); -}, -{ -closed = 1; -nodes = ( -(452,418,o), -(468,430,o), -(468,451,cs), -(468,470,o), -(451,482,o), -(419,482,cs), -(388,482,o), -(372,470,o), -(372,451,cs), -(372,431,o), -(388,418,o), -(419,418,cs) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (431,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(502,172,o), -(547,209,o), -(547,264,cs), -(547,313,o), -(517,356,o), -(436,356,cs), -(355,356,o), -(325,314,o), -(325,264,cs), -(325,209,o), -(370,172,o), -(436,172,cs) -); -}, -{ -closed = 1; -nodes = ( -(348,142,o), -(289,190,o), -(289,261,cs), -(289,314,o), -(322,358,o), -(383,370,c), -(383,372,l), -(337,384,o), -(304,424,o), -(304,472,cs), -(304,541,o), -(356,585,o), -(436,585,cs), -(517,585,o), -(568,540,o), -(568,472,cs), -(568,424,o), -(535,384,o), -(488,372,c), -(488,370,l), -(550,358,o), -(583,314,o), -(583,261,cs), -(583,190,o), -(523,142,o), -(436,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(509,385,o), -(534,428,o), -(534,471,cs), -(534,512,o), -(510,556,o), -(436,556,cs), -(362,556,o), -(338,513,o), -(338,471,cs), -(338,428,o), -(363,385,o), -(436,385,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(345,143,o), -(286,191,o), -(286,262,cs), -(286,315,o), -(319,359,o), -(378,371,c), -(378,373,l), -(334,385,o), -(301,425,o), -(301,473,cs), -(301,542,o), -(351,586,o), -(431,586,cs), -(510,586,o), -(559,541,o), -(559,473,cs), -(559,425,o), -(528,385,o), -(481,373,c), -(481,371,l), -(542,359,o), -(574,315,o), -(574,262,cs), -(574,191,o), -(516,143,o), -(431,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(495,173,o), -(540,210,o), -(540,265,cs), -(540,314,o), -(510,357,o), -(431,357,cs), -(350,357,o), -(322,315,o), -(322,265,cs), -(322,210,o), -(365,173,o), -(431,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(502,386,o), -(527,429,o), -(527,472,cs), -(527,513,o), -(503,557,o), -(431,557,cs), -(357,557,o), -(335,514,o), -(335,472,cs), -(335,429,o), -(358,386,o), -(431,386,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(454,252,o), -(470,265,o), -(470,289,cs), -(470,313,o), -(452,326,o), -(427,326,cs), -(400,326,o), -(383,312,o), -(383,289,cs), -(383,265,o), -(399,252,o), -(427,252,cs) -); -}, -{ -closed = 1; -nodes = ( -(315,144,o), -(253,194,o), -(253,270,cs), -(253,323,o), -(292,361,o), -(334,372,c), -(334,377,l), -(295,390,o), -(269,426,o), -(269,469,cs), -(269,545,o), -(332,587,o), -(427,587,cs), -(528,587,o), -(584,540,o), -(584,469,cs), -(584,426,o), -(558,390,o), -(519,377,c), -(519,372,l), -(564,360,o), -(600,320,o), -(600,270,cs), -(600,189,o), -(531,144,o), -(427,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,419,o), -(464,429,o), -(464,452,cs), -(464,473,o), -(448,484,o), -(427,484,cs), -(405,484,o), -(389,473,o), -(389,452,cs), -(389,429,o), -(407,419,o), -(427,419,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(308,145,o), -(248,195,o), -(248,271,cs), -(248,324,o), -(286,362,o), -(327,373,c), -(327,378,l), -(289,391,o), -(263,426,o), -(263,470,cs), -(263,546,o), -(325,588,o), -(418,588,cs), -(517,588,o), -(571,541,o), -(571,470,cs), -(571,426,o), -(545,391,o), -(508,378,c), -(508,373,l), -(551,361,o), -(587,321,o), -(587,271,cs), -(587,190,o), -(520,145,o), -(418,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(444,253,o), -(458,266,o), -(458,290,cs), -(458,314,o), -(441,327,o), -(418,327,cs), -(393,327,o), -(376,313,o), -(376,290,cs), -(376,266,o), -(391,253,o), -(418,253,cs) -); -}, -{ -closed = 1; -nodes = ( -(435,420,o), -(452,430,o), -(452,453,cs), -(452,474,o), -(437,485,o), -(418,485,cs), -(398,485,o), -(382,474,o), -(382,453,cs), -(382,430,o), -(400,420,o), -(418,420,cs) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(436,169,o), -(456,209,o), -(456,268,cs), -(456,330,o), -(429,361,o), -(386,361,cs), -(338,361,o), -(316,324,o), -(316,268,cs), -(316,196,o), -(345,169,o), -(386,169,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,144,o), -(286,193,o), -(286,266,cs), -(286,323,o), -(312,362,o), -(351,372,c), -(351,375,l), -(311,388,o), -(292,430,o), -(292,476,cs), -(292,546,o), -(330,586,o), -(386,586,cs), -(446,586,o), -(480,542,o), -(480,476,cs), -(480,430,o), -(461,388,o), -(421,375,c), -(421,372,l), -(463,361,o), -(486,319,o), -(486,266,cs), -(486,184,o), -(446,144,o), -(386,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(427,386,o), -(451,419,o), -(451,474,cs), -(451,533,o), -(425,561,o), -(386,561,cs), -(341,561,o), -(321,525,o), -(321,474,cs), -(321,417,o), -(347,386,o), -(386,386,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,143,o), -(286,192,o), -(286,265,cs), -(286,322,o), -(312,361,o), -(351,371,c), -(351,374,l), -(311,387,o), -(292,429,o), -(292,475,cs), -(292,545,o), -(330,585,o), -(386,585,cs), -(446,585,o), -(480,541,o), -(480,475,cs), -(480,429,o), -(461,387,o), -(421,374,c), -(421,371,l), -(463,360,o), -(486,318,o), -(486,265,cs), -(486,183,o), -(446,143,o), -(386,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(436,168,o), -(456,208,o), -(456,267,cs), -(456,329,o), -(429,360,o), -(386,360,cs), -(338,360,o), -(316,323,o), -(316,267,cs), -(316,195,o), -(345,168,o), -(386,168,cs) -); -}, -{ -closed = 1; -nodes = ( -(427,385,o), -(451,418,o), -(451,473,cs), -(451,532,o), -(425,560,o), -(386,560,cs), -(341,560,o), -(321,524,o), -(321,473,cs), -(321,416,o), -(347,385,o), -(386,385,cs) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(397,232,o), -(406,245,o), -(406,278,cs), -(406,306,o), -(402,324,o), -(384,324,cs), -(367,324,o), -(362,307,o), -(362,278,cs), -(362,246,o), -(371,232,o), -(384,232,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,145,o), -(252,194,o), -(252,269,cs), -(252,314,o), -(275,356,o), -(317,367,c), -(317,372,l), -(278,387,o), -(258,426,o), -(258,471,cs), -(258,541,o), -(303,588,o), -(384,588,cs), -(465,588,o), -(511,541,o), -(511,471,cs), -(511,422,o), -(489,386,o), -(451,372,c), -(451,367,l), -(492,357,o), -(517,315,o), -(517,269,cs), -(517,195,o), -(469,145,o), -(384,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(397,413,o), -(405,422,o), -(405,459,cs), -(405,481,o), -(401,501,o), -(384,501,cs), -(368,501,o), -(364,482,o), -(364,459,cs), -(364,421,o), -(372,413,o), -(384,413,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,143,o), -(252,192,o), -(252,267,cs), -(252,312,o), -(275,354,o), -(317,365,c), -(317,370,l), -(278,385,o), -(258,424,o), -(258,469,cs), -(258,539,o), -(303,586,o), -(384,586,cs), -(465,586,o), -(511,539,o), -(511,469,cs), -(511,420,o), -(489,384,o), -(451,370,c), -(451,365,l), -(492,355,o), -(517,313,o), -(517,267,cs), -(517,193,o), -(469,143,o), -(384,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(397,230,o), -(406,243,o), -(406,276,cs), -(406,304,o), -(402,322,o), -(384,322,cs), -(367,322,o), -(362,305,o), -(362,276,cs), -(362,244,o), -(371,230,o), -(384,230,cs) -); -}, -{ -closed = 1; -nodes = ( -(397,411,o), -(405,420,o), -(405,457,cs), -(405,479,o), -(401,499,o), -(384,499,cs), -(368,499,o), -(364,480,o), -(364,457,cs), -(364,419,o), -(372,411,o), -(384,411,cs) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467.5,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(534,172,o), -(579,209,o), -(579,264,cs), -(579,313,o), -(549,356,o), -(468,356,cs), -(387,356,o), -(357,314,o), -(357,264,cs), -(357,209,o), -(402,172,o), -(468,172,cs) -); -}, -{ -closed = 1; -nodes = ( -(380,142,o), -(321,190,o), -(321,261,cs), -(321,314,o), -(354,358,o), -(415,370,c), -(415,372,l), -(369,384,o), -(336,424,o), -(336,472,cs), -(336,541,o), -(388,585,o), -(468,585,cs), -(549,585,o), -(600,540,o), -(600,472,cs), -(600,424,o), -(567,384,o), -(520,372,c), -(520,370,l), -(582,358,o), -(615,314,o), -(615,261,cs), -(615,190,o), -(555,142,o), -(468,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(541,385,o), -(566,428,o), -(566,471,cs), -(566,512,o), -(542,556,o), -(468,556,cs), -(394,556,o), -(370,513,o), -(370,471,cs), -(370,428,o), -(395,385,o), -(468,385,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(380,143,o), -(321,191,o), -(321,262,cs), -(321,315,o), -(354,359,o), -(415,371,c), -(415,373,l), -(369,385,o), -(336,425,o), -(336,473,cs), -(336,542,o), -(388,586,o), -(468,586,cs), -(549,586,o), -(600,541,o), -(600,473,cs), -(600,425,o), -(567,385,o), -(520,373,c), -(520,371,l), -(582,359,o), -(615,315,o), -(615,262,cs), -(615,191,o), -(555,143,o), -(468,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(534,173,o), -(579,210,o), -(579,265,cs), -(579,314,o), -(549,357,o), -(468,357,cs), -(387,357,o), -(357,315,o), -(357,265,cs), -(357,210,o), -(402,173,o), -(468,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(541,386,o), -(566,429,o), -(566,472,cs), -(566,513,o), -(542,557,o), -(468,557,cs), -(394,557,o), -(370,514,o), -(370,472,cs), -(370,429,o), -(395,386,o), -(468,386,cs) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (455.5,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,252,o), -(498,265,o), -(498,289,cs), -(498,313,o), -(480,326,o), -(455,326,cs), -(428,326,o), -(411,312,o), -(411,289,cs), -(411,265,o), -(427,252,o), -(455,252,cs) -); -}, -{ -closed = 1; -nodes = ( -(343,144,o), -(281,194,o), -(281,270,cs), -(281,323,o), -(320,361,o), -(362,372,c), -(362,377,l), -(323,390,o), -(297,426,o), -(297,469,cs), -(297,545,o), -(360,587,o), -(455,587,cs), -(556,587,o), -(612,540,o), -(612,469,cs), -(612,426,o), -(586,390,o), -(547,377,c), -(547,372,l), -(592,360,o), -(628,320,o), -(628,270,cs), -(628,189,o), -(559,144,o), -(455,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(474,419,o), -(492,429,o), -(492,452,cs), -(492,473,o), -(476,484,o), -(455,484,cs), -(433,484,o), -(417,473,o), -(417,452,cs), -(417,429,o), -(435,419,o), -(455,419,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(344,145,o), -(282,195,o), -(282,271,cs), -(282,324,o), -(321,362,o), -(363,373,c), -(363,378,l), -(324,391,o), -(298,427,o), -(298,470,cs), -(298,546,o), -(361,588,o), -(456,588,cs), -(557,588,o), -(613,541,o), -(613,470,cs), -(613,427,o), -(587,391,o), -(548,378,c), -(548,373,l), -(593,361,o), -(629,321,o), -(629,271,cs), -(629,190,o), -(560,145,o), -(456,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(483,253,o), -(499,266,o), -(499,290,cs), -(499,314,o), -(481,327,o), -(456,327,cs), -(429,327,o), -(412,313,o), -(412,290,cs), -(412,266,o), -(428,253,o), -(456,253,cs) -); -}, -{ -closed = 1; -nodes = ( -(475,420,o), -(493,430,o), -(493,453,cs), -(493,474,o), -(477,485,o), -(456,485,cs), -(434,485,o), -(418,474,o), -(418,453,cs), -(418,430,o), -(436,420,o), -(456,420,cs) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(567,173,o), -(615,206,o), -(615,266,cs), -(615,330,o), -(563,356,o), -(473,356,cs), -(384,356,o), -(332,330,o), -(332,266,cs), -(332,206,o), -(379,173,o), -(473,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(361,142,o), -(293,185,o), -(293,262,cs), -(293,325,o), -(342,366,o), -(405,369,c), -(405,372,l), -(345,380,o), -(303,414,o), -(303,473,cs), -(303,552,o), -(378,584,o), -(473,584,cs), -(569,584,o), -(644,551,o), -(644,473,cs), -(644,415,o), -(604,381,o), -(541,372,c), -(541,369,l), -(607,366,o), -(653,324,o), -(653,262,cs), -(653,185,o), -(585,142,o), -(473,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(570,384,o), -(606,419,o), -(606,469,cs), -(606,530,o), -(550,554,o), -(473,554,cs), -(396,554,o), -(340,530,o), -(340,469,cs), -(340,419,o), -(376,384,o), -(473,384,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(361,145,o), -(293,188,o), -(293,265,cs), -(293,328,o), -(342,369,o), -(405,372,c), -(405,375,l), -(345,383,o), -(303,417,o), -(303,476,cs), -(303,555,o), -(378,587,o), -(473,587,cs), -(569,587,o), -(644,554,o), -(644,476,cs), -(644,418,o), -(604,384,o), -(541,375,c), -(541,372,l), -(607,369,o), -(653,327,o), -(653,265,cs), -(653,188,o), -(585,145,o), -(473,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(567,176,o), -(615,209,o), -(615,269,cs), -(615,333,o), -(563,359,o), -(473,359,cs), -(384,359,o), -(332,333,o), -(332,269,cs), -(332,209,o), -(379,176,o), -(473,176,cs) -); -}, -{ -closed = 1; -nodes = ( -(570,387,o), -(606,422,o), -(606,472,cs), -(606,533,o), -(550,557,o), -(473,557,cs), -(396,557,o), -(340,533,o), -(340,472,cs), -(340,422,o), -(376,387,o), -(473,387,cs) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(493,251,o), -(516,261,o), -(516,285,cs), -(516,305,o), -(501,320,o), -(460,320,cs), -(420,320,o), -(406,305,o), -(406,285,cs), -(406,261,o), -(429,251,o), -(460,251,cs) -); -}, -{ -closed = 1; -nodes = ( -(318,143,o), -(254,192,o), -(254,269,cs), -(254,318,o), -(286,361,o), -(340,369,c), -(340,373,l), -(293,383,o), -(264,418,o), -(264,465,cs), -(264,553,o), -(350,586,o), -(460,586,cs), -(572,586,o), -(658,553,o), -(658,465,cs), -(658,416,o), -(627,383,o), -(582,373,c), -(582,369,l), -(633,361,o), -(668,320,o), -(668,269,cs), -(668,193,o), -(605,143,o), -(460,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(493,413,o), -(509,425,o), -(509,446,cs), -(509,465,o), -(492,477,o), -(460,477,cs), -(429,477,o), -(413,465,o), -(413,446,cs), -(413,426,o), -(429,413,o), -(460,413,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(316,148,o), -(252,197,o), -(252,274,cs), -(252,323,o), -(284,366,o), -(338,374,c), -(338,378,l), -(291,388,o), -(262,423,o), -(262,470,cs), -(262,558,o), -(348,591,o), -(458,591,cs), -(570,591,o), -(656,558,o), -(656,470,cs), -(656,421,o), -(625,388,o), -(580,378,c), -(580,374,l), -(631,366,o), -(666,325,o), -(666,274,cs), -(666,198,o), -(603,148,o), -(458,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(491,256,o), -(514,266,o), -(514,290,cs), -(514,310,o), -(499,325,o), -(458,325,cs), -(418,325,o), -(404,310,o), -(404,290,cs), -(404,266,o), -(427,256,o), -(458,256,cs) -); -}, -{ -closed = 1; -nodes = ( -(491,418,o), -(507,430,o), -(507,451,cs), -(507,470,o), -(490,482,o), -(458,482,cs), -(427,482,o), -(411,470,o), -(411,451,cs), -(411,431,o), -(427,418,o), -(458,418,cs) -); -} -); -width = 880; -} -); -metricLeft = one.circled; -metricRight = one.circled; -unicode = 10109; -userData = { -RMXScaler = { -source = eight; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.circled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eight.circled.glyph deleted file mode 100644 index 99213f19..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.circled.glyph +++ /dev/null @@ -1,2187 +0,0 @@ -{ -color = 0; -glyphname = eight.circled; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,144,o), -(449,184,o), -(449,266,cs), -(449,319,o), -(426,361,o), -(384,372,c), -(384,375,l), -(424,388,o), -(443,430,o), -(443,476,cs), -(443,542,o), -(409,586,o), -(349,586,cs), -(293,586,o), -(255,546,o), -(255,476,cs), -(255,430,o), -(274,388,o), -(314,375,c), -(314,372,l), -(275,362,o), -(249,323,o), -(249,266,cs), -(249,193,o), -(282,144,o), -(349,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(308,169,o), -(279,196,o), -(279,268,cs), -(279,324,o), -(301,361,o), -(349,361,cs), -(392,361,o), -(419,330,o), -(419,268,cs), -(419,209,o), -(399,169,o), -(349,169,cs) -); -}, -{ -closed = 1; -nodes = ( -(310,386,o), -(284,417,o), -(284,474,cs), -(284,525,o), -(304,561,o), -(349,561,cs), -(388,561,o), -(414,533,o), -(414,474,cs), -(414,419,o), -(390,386,o), -(349,386,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (207,188); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(437,145,o), -(485,195,o), -(485,269,cs), -(485,315,o), -(460,357,o), -(419,367,c), -(419,372,l), -(457,386,o), -(479,422,o), -(479,471,cs), -(479,541,o), -(433,588,o), -(352,588,cs), -(271,588,o), -(226,541,o), -(226,471,cs), -(226,426,o), -(246,387,o), -(285,372,c), -(285,367,l), -(243,356,o), -(220,314,o), -(220,269,cs), -(220,194,o), -(268,145,o), -(352,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(339,232,o), -(330,246,o), -(330,278,cs), -(330,307,o), -(335,324,o), -(352,324,cs), -(370,324,o), -(374,306,o), -(374,278,cs), -(374,245,o), -(365,232,o), -(352,232,cs) -); -}, -{ -closed = 1; -nodes = ( -(340,413,o), -(332,421,o), -(332,459,cs), -(332,482,o), -(336,501,o), -(352,501,cs), -(369,501,o), -(373,481,o), -(373,459,cs), -(373,422,o), -(365,413,o), -(352,413,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (207,189); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 706; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(554,142,o), -(622,185,o), -(622,262,cs), -(622,324,o), -(576,366,o), -(510,369,c), -(510,372,l), -(573,381,o), -(613,415,o), -(613,473,cs), -(613,551,o), -(538,584,o), -(442,584,cs), -(347,584,o), -(272,552,o), -(272,473,cs), -(272,414,o), -(314,380,o), -(374,372,c), -(374,369,l), -(311,366,o), -(262,325,o), -(262,262,cs), -(262,185,o), -(330,142,o), -(442,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(348,173,o), -(301,206,o), -(301,266,cs), -(301,330,o), -(353,356,o), -(442,356,cs), -(532,356,o), -(584,330,o), -(584,266,cs), -(584,206,o), -(536,173,o), -(442,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(345,384,o), -(309,419,o), -(309,469,cs), -(309,530,o), -(365,554,o), -(442,554,cs), -(519,554,o), -(575,530,o), -(575,469,cs), -(575,419,o), -(539,384,o), -(442,384,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (222,190); -ref = eightinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(576,143,o), -(639,193,o), -(639,269,cs), -(639,320,o), -(604,361,o), -(553,369,c), -(553,373,l), -(598,383,o), -(629,416,o), -(629,465,cs), -(629,553,o), -(543,586,o), -(431,586,cs), -(321,586,o), -(235,553,o), -(235,465,cs), -(235,418,o), -(264,383,o), -(311,373,c), -(311,369,l), -(257,361,o), -(225,318,o), -(225,269,cs), -(225,192,o), -(289,143,o), -(431,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(400,251,o), -(377,261,o), -(377,285,cs), -(377,305,o), -(391,320,o), -(431,320,cs), -(472,320,o), -(487,305,o), -(487,285,cs), -(487,261,o), -(464,251,o), -(431,251,cs) -); -}, -{ -closed = 1; -nodes = ( -(400,413,o), -(384,426,o), -(384,446,cs), -(384,465,o), -(400,477,o), -(431,477,cs), -(463,477,o), -(480,465,o), -(480,446,cs), -(480,425,o), -(464,413,o), -(431,413,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (206,193); -ref = eightinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,144,o), -(449,184,o), -(449,266,cs), -(449,319,o), -(426,361,o), -(384,372,c), -(384,375,l), -(424,388,o), -(443,430,o), -(443,476,cs), -(443,542,o), -(409,586,o), -(349,586,cs), -(293,586,o), -(255,546,o), -(255,476,cs), -(255,430,o), -(274,388,o), -(314,375,c), -(314,372,l), -(275,362,o), -(249,323,o), -(249,266,cs), -(249,193,o), -(282,144,o), -(349,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(308,169,o), -(279,196,o), -(279,268,cs), -(279,324,o), -(301,361,o), -(349,361,cs), -(392,361,o), -(419,330,o), -(419,268,cs), -(419,209,o), -(399,169,o), -(349,169,cs) -); -}, -{ -closed = 1; -nodes = ( -(310,386,o), -(284,417,o), -(284,474,cs), -(284,525,o), -(304,561,o), -(349,561,cs), -(388,561,o), -(414,533,o), -(414,474,cs), -(414,419,o), -(390,386,o), -(349,386,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (207,188); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(437,145,o), -(485,195,o), -(485,269,cs), -(485,315,o), -(460,357,o), -(419,367,c), -(419,372,l), -(457,386,o), -(479,422,o), -(479,471,cs), -(479,541,o), -(433,588,o), -(352,588,cs), -(271,588,o), -(226,541,o), -(226,471,cs), -(226,426,o), -(246,387,o), -(285,372,c), -(285,367,l), -(243,356,o), -(220,314,o), -(220,269,cs), -(220,194,o), -(268,145,o), -(352,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(339,232,o), -(330,246,o), -(330,278,cs), -(330,307,o), -(335,324,o), -(352,324,cs), -(370,324,o), -(374,306,o), -(374,278,cs), -(374,245,o), -(365,232,o), -(352,232,cs) -); -}, -{ -closed = 1; -nodes = ( -(340,413,o), -(332,421,o), -(332,459,cs), -(332,482,o), -(336,501,o), -(352,501,cs), -(369,501,o), -(373,481,o), -(373,459,cs), -(373,422,o), -(365,413,o), -(352,413,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (206,189); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 686; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(523,142,o), -(583,190,o), -(583,261,cs), -(583,314,o), -(550,358,o), -(488,370,c), -(488,372,l), -(535,384,o), -(568,424,o), -(568,472,cs), -(568,540,o), -(517,585,o), -(436,585,cs), -(356,585,o), -(304,541,o), -(304,472,cs), -(304,424,o), -(337,384,o), -(383,372,c), -(383,370,l), -(322,358,o), -(289,314,o), -(289,261,cs), -(289,190,o), -(348,142,o), -(436,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(370,172,o), -(325,209,o), -(325,264,cs), -(325,314,o), -(355,356,o), -(436,356,cs), -(517,356,o), -(547,313,o), -(547,264,cs), -(547,209,o), -(502,172,o), -(436,172,cs) -); -}, -{ -closed = 1; -nodes = ( -(363,385,o), -(338,428,o), -(338,471,cs), -(338,513,o), -(362,556,o), -(436,556,cs), -(510,556,o), -(534,512,o), -(534,471,cs), -(534,428,o), -(509,385,o), -(436,385,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (230,189); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 871; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(531,144,o), -(600,189,o), -(600,270,cs), -(600,320,o), -(564,360,o), -(519,372,c), -(519,377,l), -(558,390,o), -(584,426,o), -(584,469,cs), -(584,540,o), -(528,587,o), -(427,587,cs), -(332,587,o), -(269,545,o), -(269,469,cs), -(269,426,o), -(295,390,o), -(334,377,c), -(334,372,l), -(292,361,o), -(253,323,o), -(253,270,cs), -(253,194,o), -(315,144,o), -(427,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(399,252,o), -(383,265,o), -(383,289,cs), -(383,312,o), -(400,326,o), -(427,326,cs), -(452,326,o), -(470,313,o), -(470,289,cs), -(470,265,o), -(454,252,o), -(427,252,cs) -); -}, -{ -closed = 1; -nodes = ( -(407,419,o), -(389,429,o), -(389,452,cs), -(389,473,o), -(405,484,o), -(427,484,cs), -(448,484,o), -(464,473,o), -(464,452,cs), -(464,429,o), -(446,419,o), -(427,419,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (227,191); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 835; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(554,142,o), -(622,185,o), -(622,262,cs), -(622,324,o), -(576,366,o), -(510,369,c), -(510,372,l), -(573,381,o), -(613,415,o), -(613,473,cs), -(613,551,o), -(538,584,o), -(442,584,cs), -(347,584,o), -(272,552,o), -(272,473,cs), -(272,414,o), -(314,380,o), -(374,372,c), -(374,369,l), -(311,366,o), -(262,325,o), -(262,262,cs), -(262,185,o), -(330,142,o), -(442,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(348,173,o), -(301,206,o), -(301,266,cs), -(301,330,o), -(353,356,o), -(442,356,cs), -(532,356,o), -(584,330,o), -(584,266,cs), -(584,206,o), -(536,173,o), -(442,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(345,384,o), -(309,419,o), -(309,469,cs), -(309,530,o), -(365,554,o), -(442,554,cs), -(519,554,o), -(575,530,o), -(575,469,cs), -(575,419,o), -(539,384,o), -(442,384,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (222,190); -ref = eightinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(576,143,o), -(639,193,o), -(639,269,cs), -(639,320,o), -(604,361,o), -(553,369,c), -(553,373,l), -(598,383,o), -(629,416,o), -(629,465,cs), -(629,553,o), -(543,586,o), -(431,586,cs), -(321,586,o), -(235,553,o), -(235,465,cs), -(235,418,o), -(264,383,o), -(311,373,c), -(311,369,l), -(257,361,o), -(225,318,o), -(225,269,cs), -(225,192,o), -(289,143,o), -(431,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(400,251,o), -(377,261,o), -(377,285,cs), -(377,305,o), -(391,320,o), -(431,320,cs), -(472,320,o), -(487,305,o), -(487,285,cs), -(487,261,o), -(464,251,o), -(431,251,cs) -); -}, -{ -closed = 1; -nodes = ( -(400,413,o), -(384,426,o), -(384,446,cs), -(384,465,o), -(400,477,o), -(431,477,cs), -(463,477,o), -(480,465,o), -(480,446,cs), -(480,425,o), -(464,413,o), -(431,413,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (206,193); -ref = eightinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(523,142,o), -(583,190,o), -(583,261,cs), -(583,314,o), -(550,358,o), -(488,370,c), -(488,372,l), -(535,384,o), -(568,424,o), -(568,472,cs), -(568,540,o), -(517,585,o), -(436,585,cs), -(356,585,o), -(304,541,o), -(304,472,cs), -(304,424,o), -(337,384,o), -(383,372,c), -(383,370,l), -(322,358,o), -(289,314,o), -(289,261,cs), -(289,190,o), -(348,142,o), -(436,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(370,172,o), -(325,209,o), -(325,264,cs), -(325,314,o), -(355,356,o), -(436,356,cs), -(517,356,o), -(547,313,o), -(547,264,cs), -(547,209,o), -(502,172,o), -(436,172,cs) -); -}, -{ -closed = 1; -nodes = ( -(363,385,o), -(338,428,o), -(338,471,cs), -(338,513,o), -(362,556,o), -(436,556,cs), -(510,556,o), -(534,512,o), -(534,471,cs), -(534,428,o), -(509,385,o), -(436,385,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (226,189); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 858; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(531,144,o), -(600,189,o), -(600,270,cs), -(600,320,o), -(564,360,o), -(519,372,c), -(519,377,l), -(558,390,o), -(584,426,o), -(584,469,cs), -(584,540,o), -(528,587,o), -(427,587,cs), -(332,587,o), -(269,545,o), -(269,469,cs), -(269,426,o), -(295,390,o), -(334,377,c), -(334,372,l), -(292,361,o), -(253,323,o), -(253,270,cs), -(253,194,o), -(315,144,o), -(427,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(399,252,o), -(383,265,o), -(383,289,cs), -(383,312,o), -(400,326,o), -(427,326,cs), -(452,326,o), -(470,313,o), -(470,289,cs), -(470,265,o), -(454,252,o), -(427,252,cs) -); -}, -{ -closed = 1; -nodes = ( -(407,419,o), -(389,429,o), -(389,452,cs), -(389,473,o), -(405,484,o), -(427,484,cs), -(448,484,o), -(464,473,o), -(464,452,cs), -(464,429,o), -(446,419,o), -(427,419,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (225,191); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 834; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,144,o), -(486,184,o), -(486,266,cs), -(486,319,o), -(463,361,o), -(421,372,c), -(421,375,l), -(461,388,o), -(480,430,o), -(480,476,cs), -(480,542,o), -(446,586,o), -(386,586,cs), -(330,586,o), -(292,546,o), -(292,476,cs), -(292,430,o), -(311,388,o), -(351,375,c), -(351,372,l), -(312,362,o), -(286,323,o), -(286,266,cs), -(286,193,o), -(319,144,o), -(386,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(345,169,o), -(316,196,o), -(316,268,cs), -(316,324,o), -(338,361,o), -(386,361,cs), -(429,361,o), -(456,330,o), -(456,268,cs), -(456,209,o), -(436,169,o), -(386,169,cs) -); -}, -{ -closed = 1; -nodes = ( -(347,386,o), -(321,417,o), -(321,474,cs), -(321,525,o), -(341,561,o), -(386,561,cs), -(425,561,o), -(451,533,o), -(451,474,cs), -(451,419,o), -(427,386,o), -(386,386,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (244,188); -ref = eightinferior; -} -); -width = 727; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(469,145,o), -(517,195,o), -(517,269,cs), -(517,315,o), -(492,357,o), -(451,367,c), -(451,372,l), -(489,386,o), -(511,422,o), -(511,471,cs), -(511,541,o), -(465,588,o), -(384,588,cs), -(303,588,o), -(258,541,o), -(258,471,cs), -(258,426,o), -(278,387,o), -(317,372,c), -(317,367,l), -(275,356,o), -(252,314,o), -(252,269,cs), -(252,194,o), -(300,145,o), -(384,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(371,232,o), -(362,246,o), -(362,278,cs), -(362,307,o), -(367,324,o), -(384,324,cs), -(402,324,o), -(406,306,o), -(406,278,cs), -(406,245,o), -(397,232,o), -(384,232,cs) -); -}, -{ -closed = 1; -nodes = ( -(372,413,o), -(364,421,o), -(364,459,cs), -(364,482,o), -(368,501,o), -(384,501,cs), -(401,501,o), -(405,481,o), -(405,459,cs), -(405,422,o), -(397,413,o), -(384,413,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (239,189); -ref = eightinferior; -} -); -width = 731; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(555,142,o), -(615,190,o), -(615,261,cs), -(615,314,o), -(582,358,o), -(520,370,c), -(520,372,l), -(567,384,o), -(600,424,o), -(600,472,cs), -(600,540,o), -(549,585,o), -(468,585,cs), -(388,585,o), -(336,541,o), -(336,472,cs), -(336,424,o), -(369,384,o), -(415,372,c), -(415,370,l), -(354,358,o), -(321,314,o), -(321,261,cs), -(321,190,o), -(380,142,o), -(468,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(402,172,o), -(357,209,o), -(357,264,cs), -(357,314,o), -(387,356,o), -(468,356,cs), -(549,356,o), -(579,313,o), -(579,264,cs), -(579,209,o), -(534,172,o), -(468,172,cs) -); -}, -{ -closed = 1; -nodes = ( -(395,385,o), -(370,428,o), -(370,471,cs), -(370,513,o), -(394,556,o), -(468,556,cs), -(542,556,o), -(566,512,o), -(566,471,cs), -(566,428,o), -(541,385,o), -(468,385,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = master01; -pos = (284,186); -ref = eightinferior; -} -); -width = 891; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(559,144,o), -(628,189,o), -(628,270,cs), -(628,320,o), -(592,360,o), -(547,372,c), -(547,377,l), -(586,390,o), -(612,426,o), -(612,469,cs), -(612,540,o), -(556,587,o), -(455,587,cs), -(360,587,o), -(297,545,o), -(297,469,cs), -(297,426,o), -(323,390,o), -(362,377,c), -(362,372,l), -(320,361,o), -(281,323,o), -(281,270,cs), -(281,194,o), -(343,144,o), -(455,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(427,252,o), -(411,265,o), -(411,289,cs), -(411,312,o), -(428,326,o), -(455,326,cs), -(480,326,o), -(498,313,o), -(498,289,cs), -(498,265,o), -(482,252,o), -(455,252,cs) -); -}, -{ -closed = 1; -nodes = ( -(435,419,o), -(417,429,o), -(417,452,cs), -(417,473,o), -(433,484,o), -(455,484,cs), -(476,484,o), -(492,473,o), -(492,452,cs), -(492,429,o), -(474,419,o), -(455,419,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (280,188); -ref = eightinferior; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(585,142,o), -(653,185,o), -(653,262,cs), -(653,324,o), -(607,366,o), -(541,369,c), -(541,372,l), -(604,381,o), -(644,415,o), -(644,473,cs), -(644,551,o), -(569,584,o), -(473,584,cs), -(378,584,o), -(303,552,o), -(303,473,cs), -(303,414,o), -(345,380,o), -(405,372,c), -(405,369,l), -(342,366,o), -(293,325,o), -(293,262,cs), -(293,185,o), -(361,142,o), -(473,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(379,173,o), -(332,206,o), -(332,266,cs), -(332,330,o), -(384,356,o), -(473,356,cs), -(563,356,o), -(615,330,o), -(615,266,cs), -(615,206,o), -(567,173,o), -(473,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(376,384,o), -(340,419,o), -(340,469,cs), -(340,530,o), -(396,554,o), -(473,554,cs), -(550,554,o), -(606,530,o), -(606,469,cs), -(606,419,o), -(570,384,o), -(473,384,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (253,190); -ref = eightinferior; -} -); -width = 903; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(605,143,o), -(668,193,o), -(668,269,cs), -(668,320,o), -(633,361,o), -(582,369,c), -(582,373,l), -(627,383,o), -(658,416,o), -(658,465,cs), -(658,553,o), -(572,586,o), -(460,586,cs), -(350,586,o), -(264,553,o), -(264,465,cs), -(264,418,o), -(293,383,o), -(340,373,c), -(340,369,l), -(286,361,o), -(254,318,o), -(254,269,cs), -(254,192,o), -(318,143,o), -(460,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(429,251,o), -(406,261,o), -(406,285,cs), -(406,305,o), -(420,320,o), -(460,320,cs), -(501,320,o), -(516,305,o), -(516,285,cs), -(516,261,o), -(493,251,o), -(460,251,cs) -); -}, -{ -closed = 1; -nodes = ( -(429,413,o), -(413,426,o), -(413,446,cs), -(413,465,o), -(429,477,o), -(460,477,cs), -(492,477,o), -(509,465,o), -(509,446,cs), -(509,425,o), -(493,413,o), -(460,413,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (235,193); -ref = eightinferior; -} -); -width = 880; -} -); -metricLeft = one.sansSerifCircled; -metricRight = one.sansSerifCircled; -unicode = 9319; -userData = { -RMXScaler = { -source = eight; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.dnom.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eight.dnom.glyph deleted file mode 100644 index 07809e37..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.dnom.glyph +++ /dev/null @@ -1,1522 +0,0 @@ -{ -glyphname = eight.dnom; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,-5,o), -(247,38,o), -(247,102,cs), -(247,140,o), -(228,177,o), -(190,187,c), -(190,191,l), -(225,204,o), -(242,237,o), -(242,277,cs), -(242,338,o), -(202,379,o), -(131,379,cs), -(59,379,o), -(19,338,o), -(19,277,cs), -(19,238,o), -(36,205,o), -(71,191,c), -(71,187,l), -(35,178,o), -(14,142,o), -(14,102,cs), -(14,38,o), -(56,-5,o), -(131,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(121,74,o), -(114,85,o), -(114,110,cs), -(114,135,o), -(118,148,o), -(131,148,cs), -(144,148,o), -(147,134,o), -(147,110,cs), -(147,83,o), -(139,74,o), -(131,74,cs) -); -}, -{ -closed = 1; -nodes = ( -(121,229,o), -(116,235,o), -(116,266,cs), -(116,284,o), -(118,299,o), -(131,299,cs), -(144,299,o), -(146,282,o), -(146,266,cs), -(146,235,o), -(140,229,o), -(131,229,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 261; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,-5,o), -(227,33,o), -(227,107,cs), -(227,153,o), -(208,194,o), -(168,205,c), -(168,207,l), -(204,219,o), -(222,256,o), -(222,300,cs), -(222,360,o), -(191,401,o), -(136,401,cs), -(84,401,o), -(50,364,o), -(50,300,cs), -(50,257,o), -(67,219,o), -(103,207,c), -(103,205,l), -(64,194,o), -(44,155,o), -(44,107,cs), -(44,40,o), -(75,-5,o), -(136,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(98,18,o), -(71,43,o), -(71,109,cs), -(71,161,o), -(92,194,o), -(136,194,cs), -(175,194,o), -(200,166,o), -(200,109,cs), -(200,54,o), -(181,18,o), -(136,18,cs) -); -}, -{ -closed = 1; -nodes = ( -(100,217,o), -(76,245,o), -(76,298,cs), -(76,346,o), -(95,378,o), -(136,378,cs), -(172,378,o), -(195,351,o), -(195,298,cs), -(195,249,o), -(174,217,o), -(136,217,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 271; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,-4,o), -(373,34,o), -(373,106,cs), -(373,164,o), -(328,201,o), -(270,204,c), -(270,206,l), -(328,214,o), -(365,247,o), -(365,299,cs), -(365,371,o), -(295,401,o), -(208,401,cs), -(119,401,o), -(51,371,o), -(51,299,cs), -(51,247,o), -(87,214,o), -(145,206,c), -(145,204,l), -(90,201,o), -(42,166,o), -(42,106,cs), -(42,34,o), -(106,-4,o), -(208,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(122,24,o), -(79,55,o), -(79,110,cs), -(79,167,o), -(126,191,o), -(208,191,cs), -(288,191,o), -(336,168,o), -(336,110,cs), -(336,55,o), -(293,24,o), -(208,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(120,218,o), -(86,249,o), -(86,295,cs), -(86,350,o), -(137,373,o), -(208,373,cs), -(278,373,o), -(329,350,o), -(329,295,cs), -(329,250,o), -(297,218,o), -(208,218,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 415; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(331,-5,o), -(388,39,o), -(388,105,cs), -(388,147,o), -(357,185,o), -(309,191,c), -(309,195,l), -(353,204,o), -(379,235,o), -(379,275,cs), -(379,351,o), -(302,380,o), -(203,380,cs), -(105,380,o), -(28,351,o), -(28,275,cs), -(28,232,o), -(57,203,o), -(99,195,c), -(99,191,l), -(51,185,o), -(19,149,o), -(19,105,cs), -(19,38,o), -(77,-5,o), -(203,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(170,88,o), -(147,97,o), -(147,118,cs), -(147,137,o), -(164,150,o), -(203,150,cs), -(243,150,o), -(259,137,o), -(259,118,cs), -(259,97,o), -(237,88,o), -(203,88,cs) -); -}, -{ -closed = 1; -nodes = ( -(171,229,o), -(154,240,o), -(154,259,cs), -(154,276,o), -(171,287,o), -(203,287,cs), -(235,287,o), -(253,276,o), -(253,259,cs), -(253,240,o), -(236,229,o), -(203,229,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 407; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,-5,o), -(207,33,o), -(207,107,cs), -(207,153,o), -(188,194,o), -(148,205,c), -(148,207,l), -(184,219,o), -(202,256,o), -(202,300,cs), -(202,360,o), -(171,401,o), -(116,401,cs), -(64,401,o), -(30,364,o), -(30,300,cs), -(30,257,o), -(47,219,o), -(83,207,c), -(83,205,l), -(44,194,o), -(24,155,o), -(24,107,cs), -(24,40,o), -(55,-5,o), -(116,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(78,18,o), -(51,43,o), -(51,109,cs), -(51,161,o), -(72,194,o), -(116,194,cs), -(155,194,o), -(180,166,o), -(180,109,cs), -(180,54,o), -(161,18,o), -(116,18,cs) -); -}, -{ -closed = 1; -nodes = ( -(80,217,o), -(56,245,o), -(56,298,cs), -(56,346,o), -(75,378,o), -(116,378,cs), -(152,378,o), -(175,351,o), -(175,298,cs), -(175,249,o), -(154,217,o), -(116,217,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 231; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,-5,o), -(238,38,o), -(238,102,cs), -(238,140,o), -(219,177,o), -(181,187,c), -(181,191,l), -(216,204,o), -(233,237,o), -(233,277,cs), -(233,338,o), -(193,379,o), -(122,379,cs), -(50,379,o), -(10,338,o), -(10,277,cs), -(10,238,o), -(27,205,o), -(62,191,c), -(62,187,l), -(26,178,o), -(5,142,o), -(5,102,cs), -(5,38,o), -(47,-5,o), -(122,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(112,74,o), -(105,85,o), -(105,110,cs), -(105,135,o), -(109,148,o), -(122,148,cs), -(135,148,o), -(138,134,o), -(138,110,cs), -(138,83,o), -(130,74,o), -(122,74,cs) -); -}, -{ -closed = 1; -nodes = ( -(112,229,o), -(107,235,o), -(107,266,cs), -(107,284,o), -(109,299,o), -(122,299,cs), -(135,299,o), -(137,282,o), -(137,266,cs), -(137,235,o), -(131,229,o), -(122,229,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 243; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,-6,o), -(310,38,o), -(310,104,cs), -(310,153,o), -(279,193,o), -(224,204,c), -(224,206,l), -(267,217,o), -(297,253,o), -(297,297,cs), -(297,360,o), -(250,401,o), -(176,401,cs), -(102,401,o), -(54,360,o), -(54,297,cs), -(54,253,o), -(84,217,o), -(127,206,c), -(127,204,l), -(73,193,o), -(41,154,o), -(41,104,cs), -(41,39,o), -(95,-6,o), -(176,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(115,22,o), -(74,56,o), -(74,107,cs), -(74,152,o), -(102,191,o), -(176,191,cs), -(250,191,o), -(277,152,o), -(277,107,cs), -(277,56,o), -(236,22,o), -(176,22,cs) -); -}, -{ -closed = 1; -nodes = ( -(108,218,o), -(86,257,o), -(86,296,cs), -(86,335,o), -(108,374,o), -(176,374,cs), -(243,374,o), -(265,335,o), -(265,296,cs), -(265,257,o), -(243,218,o), -(176,218,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 351; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(256,-5,o), -(319,33,o), -(319,104,cs), -(319,149,o), -(286,182,o), -(246,192,c), -(246,197,l), -(279,207,o), -(305,238,o), -(305,276,cs), -(305,338,o), -(254,379,o), -(164,379,cs), -(79,379,o), -(22,342,o), -(22,276,cs), -(22,240,o), -(46,208,o), -(81,197,c), -(81,192,l), -(41,182,o), -(8,149,o), -(8,104,cs), -(8,38,o), -(64,-5,o), -(164,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(138,90,o), -(123,101,o), -(123,121,cs), -(123,141,o), -(139,152,o), -(164,152,cs), -(188,152,o), -(204,141,o), -(204,121,cs), -(204,101,o), -(189,90,o), -(164,90,cs) -); -}, -{ -closed = 1; -nodes = ( -(144,234,o), -(128,242,o), -(128,261,cs), -(128,279,o), -(143,288,o), -(164,288,cs), -(184,288,o), -(199,279,o), -(199,261,cs), -(199,242,o), -(183,234,o), -(164,234,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 327; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(299,-4,o), -(363,34,o), -(363,106,cs), -(363,164,o), -(318,201,o), -(260,204,c), -(260,206,l), -(318,214,o), -(355,247,o), -(355,299,cs), -(355,371,o), -(285,401,o), -(198,401,cs), -(109,401,o), -(41,371,o), -(41,299,cs), -(41,247,o), -(77,214,o), -(135,206,c), -(135,204,l), -(80,201,o), -(32,166,o), -(32,106,cs), -(32,34,o), -(96,-4,o), -(198,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(112,24,o), -(69,55,o), -(69,110,cs), -(69,167,o), -(116,191,o), -(198,191,cs), -(278,191,o), -(326,168,o), -(326,110,cs), -(326,55,o), -(283,24,o), -(198,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,218,o), -(76,249,o), -(76,295,cs), -(76,350,o), -(127,373,o), -(198,373,cs), -(268,373,o), -(319,350,o), -(319,295,cs), -(319,250,o), -(287,218,o), -(198,218,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 395; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(321,-5,o), -(378,39,o), -(378,105,cs), -(378,147,o), -(347,185,o), -(299,191,c), -(299,195,l), -(343,204,o), -(369,235,o), -(369,275,cs), -(369,351,o), -(292,380,o), -(193,380,cs), -(95,380,o), -(18,351,o), -(18,275,cs), -(18,232,o), -(47,203,o), -(89,195,c), -(89,191,l), -(41,185,o), -(9,149,o), -(9,105,cs), -(9,38,o), -(67,-5,o), -(193,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,88,o), -(137,97,o), -(137,118,cs), -(137,137,o), -(154,150,o), -(193,150,cs), -(233,150,o), -(249,137,o), -(249,118,cs), -(249,97,o), -(227,88,o), -(193,88,cs) -); -}, -{ -closed = 1; -nodes = ( -(161,229,o), -(144,240,o), -(144,259,cs), -(144,276,o), -(161,287,o), -(193,287,cs), -(225,287,o), -(243,276,o), -(243,259,cs), -(243,240,o), -(226,229,o), -(193,229,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 387; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(272,-6,o), -(327,38,o), -(327,104,cs), -(327,153,o), -(296,193,o), -(243,204,c), -(243,206,l), -(284,217,o), -(314,253,o), -(314,297,cs), -(314,360,o), -(267,401,o), -(195,401,cs), -(123,401,o), -(75,360,o), -(75,297,cs), -(75,253,o), -(105,217,o), -(148,206,c), -(148,204,l), -(94,193,o), -(62,154,o), -(62,104,cs), -(62,39,o), -(116,-6,o), -(195,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(136,22,o), -(95,56,o), -(95,107,cs), -(95,152,o), -(123,191,o), -(195,191,cs), -(267,191,o), -(294,152,o), -(294,107,cs), -(294,56,o), -(253,22,o), -(195,22,cs) -); -}, -{ -closed = 1; -nodes = ( -(129,218,o), -(107,257,o), -(107,296,cs), -(107,335,o), -(129,374,o), -(195,374,cs), -(260,374,o), -(282,335,o), -(282,296,cs), -(282,257,o), -(260,218,o), -(195,218,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 388; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(265,-5,o), -(326,33,o), -(326,104,cs), -(326,149,o), -(294,182,o), -(256,192,c), -(256,197,l), -(287,207,o), -(312,238,o), -(312,276,cs), -(312,338,o), -(263,379,o), -(177,379,cs), -(96,379,o), -(42,342,o), -(42,276,cs), -(42,240,o), -(64,208,o), -(97,197,c), -(97,192,l), -(59,182,o), -(28,149,o), -(28,104,cs), -(28,38,o), -(81,-5,o), -(177,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(154,90,o), -(142,101,o), -(142,121,cs), -(142,141,o), -(156,152,o), -(177,152,cs), -(197,152,o), -(212,141,o), -(212,121,cs), -(212,101,o), -(199,90,o), -(177,90,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,234,o), -(146,242,o), -(146,261,cs), -(146,279,o), -(159,288,o), -(177,288,cs), -(194,288,o), -(208,279,o), -(208,261,cs), -(208,242,o), -(193,234,o), -(177,234,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 352; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,-5,o), -(178,29,o), -(193,101,cs), -(201,140,o), -(195,186,o), -(161,202,c), -(161,204,l), -(194,213,o), -(219,251,o), -(227,290,cs), -(241,358,o), -(214,401,o), -(155,401,cs), -(110,401,o), -(72,367,o), -(60,308,cs), -(51,265,o), -(58,227,o), -(87,211,c), -(87,208,l), -(53,200,o), -(24,166,o), -(14,115,cs), -(-1,40,o), -(26,-5,o), -(91,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(41,18,o), -(29,59,o), -(41,115,cs), -(52,166,o), -(77,194,o), -(115,194,cs), -(164,194,o), -(177,154,o), -(167,105,cs), -(156,53,o), -(133,18,o), -(92,18,cs) -); -}, -{ -closed = 1; -nodes = ( -(89,216,o), -(74,253,o), -(85,304,cs), -(94,347,o), -(117,378,o), -(154,378,cs), -(196,378,o), -(212,347,o), -(201,292,cs), -(191,244,o), -(166,216,o), -(132,216,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 271; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(153,-5,o), -(196,33,o), -(208,90,cs), -(215,122,o), -(206,166,o), -(179,181,c), -(180,185,l), -(208,195,o), -(232,224,o), -(238,261,cs), -(250,338,o), -(209,379,o), -(137,379,cs), -(76,379,o), -(34,343,o), -(22,286,cs), -(15,253,o), -(24,213,o), -(45,198,c), -(45,194,l), -(15,184,o), -(-10,155,o), -(-19,113,cs), -(-34,39,o), -(9,-5,o), -(88,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(76,75,o), -(76,93,o), -(80,111,cs), -(85,135,o), -(90,148,o), -(102,148,cs), -(116,148,o), -(117,133,o), -(112,109,cs), -(107,85,o), -(98,75,o), -(90,75,cs) -); -}, -{ -closed = 1; -nodes = ( -(108,229,o), -(109,244,o), -(114,267,cs), -(118,286,o), -(123,299,o), -(135,299,cs), -(147,299,o), -(147,283,o), -(143,264,cs), -(137,235,o), -(130,229,o), -(123,229,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 259; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(238,-6,o), -(297,42,o), -(297,112,cs), -(297,154,o), -(268,189,o), -(228,198,c), -(229,200,l), -(285,207,o), -(326,247,o), -(326,303,cs), -(326,363,o), -(277,401,o), -(210,401,cs), -(133,401,o), -(80,355,o), -(80,287,cs), -(80,249,o), -(105,217,o), -(140,207,c), -(140,205,l), -(77,198,o), -(29,153,o), -(29,92,cs), -(29,35,o), -(75,-6,o), -(154,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(100,22,o), -(61,50,o), -(61,98,cs), -(61,152,o), -(105,190,o), -(169,190,cs), -(230,190,o), -(264,162,o), -(264,115,cs), -(264,57,o), -(218,22,o), -(157,22,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,216,o), -(111,244,o), -(111,284,cs), -(111,338,o), -(146,374,o), -(210,374,cs), -(260,374,o), -(295,345,o), -(295,300,cs), -(295,250,o), -(255,216,o), -(195,216,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 391; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(246,-5,o), -(310,32,o), -(310,102,cs), -(310,139,o), -(282,172,o), -(248,183,c), -(250,187,l), -(296,200,o), -(328,230,o), -(328,276,cs), -(328,337,o), -(271,379,o), -(186,379,cs), -(105,379,o), -(41,340,o), -(41,272,cs), -(41,240,o), -(60,211,o), -(85,200,c), -(85,195,l), -(36,186,o), -(-2,150,o), -(-2,101,cs), -(-2,35,o), -(54,-5,o), -(151,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(126,90,o), -(112,103,o), -(112,121,cs), -(112,140,o), -(127,153,o), -(155,153,cs), -(179,153,o), -(195,140,o), -(195,121,cs), -(195,103,o), -(180,90,o), -(151,90,cs) -); -}, -{ -closed = 1; -nodes = ( -(162,234,o), -(147,244,o), -(147,262,cs), -(147,278,o), -(162,288,o), -(187,288,cs), -(207,288,o), -(222,278,o), -(222,262,cs), -(222,244,o), -(206,234,o), -(182,234,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 373; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(267,-4,o), -(338,32,o), -(341,110,cs), -(343,159,o), -(308,195,o), -(257,201,c), -(257,203,l), -(320,208,o), -(370,242,o), -(372,302,cs), -(374,370,o), -(304,401,o), -(220,401,cs), -(122,401,o), -(61,360,o), -(59,293,cs), -(58,253,o), -(80,221,o), -(134,210,c), -(133,208,l), -(66,206,o), -(11,164,o), -(9,101,cs), -(7,32,o), -(74,-4,o), -(171,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(95,25,o), -(44,54,o), -(46,106,cs), -(48,163,o), -(94,192,o), -(175,192,cs), -(258,192,o), -(307,167,o), -(305,114,cs), -(303,58,o), -(259,25,o), -(173,25,cs) -); -}, -{ -closed = 1; -nodes = ( -(150,217,o), -(91,238,o), -(93,292,cs), -(95,344,o), -(142,373,o), -(215,373,cs), -(281,373,o), -(338,352,o), -(336,298,cs), -(334,246,o), -(290,217,o), -(215,217,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 414; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,-5,o), -(349,42,o), -(351,109,cs), -(352,149,o), -(326,180,o), -(289,187,c), -(290,190,l), -(341,199,o), -(377,234,o), -(378,276,cs), -(380,333,o), -(329,379,o), -(210,379,cs), -(105,379,o), -(30,338,o), -(28,267,cs), -(27,235,o), -(52,206,o), -(83,199,c), -(82,195,l), -(26,187,o), -(-14,149,o), -(-16,98,cs), -(-18,15,o), -(75,-5,o), -(161,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(135,88,o), -(115,98,o), -(115,118,cs), -(115,137,o), -(135,150,o), -(174,150,cs), -(206,150,o), -(227,139,o), -(227,121,cs), -(227,102,o), -(207,88,o), -(171,88,cs) -); -}, -{ -closed = 1; -nodes = ( -(170,228,o), -(151,240,o), -(151,256,cs), -(151,276,o), -(172,286,o), -(203,286,cs), -(230,286,o), -(249,275,o), -(249,259,cs), -(249,239,o), -(229,228,o), -(200,228,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 405; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = eight; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eight.glyph deleted file mode 100644 index 21f03aab..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.glyph +++ /dev/null @@ -1,2161 +0,0 @@ -{ -glyphname = eight; -kernLeft = KO_eight; -kernRight = KO_eight; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(372,-10,o), -(451,72,o), -(451,196,cs), -(451,278,o), -(418,342,o), -(369,361,c), -(369,369,l), -(411,391,o), -(441,455,o), -(441,533,cs), -(441,651,o), -(366,729,o), -(232,729,cs), -(98,729,o), -(23,651,o), -(23,533,cs), -(23,455,o), -(53,391,o), -(95,369,c), -(95,361,l), -(46,342,o), -(13,278,o), -(13,196,cs), -(13,72,o), -(92,-10,o), -(232,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,133,o), -(193,155,o), -(193,211,cs), -(193,262,o), -(202,290,o), -(232,290,cs), -(262,290,o), -(271,262,o), -(271,211,cs), -(271,155,o), -(255,133,o), -(232,133,cs) -); -}, -{ -closed = 1; -nodes = ( -(210,436,o), -(196,450,o), -(196,514,cs), -(196,553,o), -(203,586,o), -(232,586,cs), -(261,586,o), -(268,553,o), -(268,514,cs), -(268,450,o), -(254,436,o), -(232,436,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(377,-10,o), -(457,73,o), -(457,198,cs), -(457,278,o), -(415,347,o), -(346,366,c), -(346,374,l), -(411,397,o), -(447,459,o), -(447,540,cs), -(447,659,o), -(371,738,o), -(235,738,cs), -(99,738,o), -(23,659,o), -(23,540,cs), -(23,464,o), -(57,399,o), -(124,374,c), -(124,366,l), -(55,347,o), -(13,278,o), -(13,198,cs), -(13,73,o), -(93,-10,o), -(235,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(212,135,o), -(195,157,o), -(195,214,cs), -(195,265,o), -(205,294,o), -(235,294,cs), -(265,294,o), -(274,265,o), -(274,214,cs), -(274,157,o), -(258,135,o), -(235,135,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,441,o), -(198,456,o), -(198,520,cs), -(198,560,o), -(206,593,o), -(235,593,cs), -(264,593,o), -(271,560,o), -(271,520,cs), -(271,456,o), -(257,441,o), -(235,441,cs) -); -} -); -width = 470; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(299,-8,o), -(363,57,o), -(363,195,cs), -(363,283,o), -(326,355,o), -(265,374,c), -(265,378,l), -(321,399,o), -(353,468,o), -(353,547,cs), -(353,656,o), -(299,729,o), -(204,729,cs), -(115,729,o), -(54,663,o), -(54,547,cs), -(54,467,o), -(86,399,o), -(142,378,c), -(142,374,l), -(85,356,o), -(44,289,o), -(44,195,cs), -(44,73,o), -(96,-8,o), -(204,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(128,19,o), -(76,68,o), -(76,196,cs), -(76,296,o), -(117,361,o), -(204,361,cs), -(280,361,o), -(331,308,o), -(331,196,cs), -(331,91,o), -(295,19,o), -(204,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,389,o), -(85,445,o), -(85,546,cs), -(85,639,o), -(123,701,o), -(204,701,cs), -(274,701,o), -(322,652,o), -(322,546,cs), -(322,451,o), -(279,389,o), -(204,389,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,-8,o), -(368,58,o), -(368,197,cs), -(368,287,o), -(330,359,o), -(258,379,c), -(258,383,l), -(325,404,o), -(357,474,o), -(357,554,cs), -(357,664,o), -(303,738,o), -(207,738,cs), -(116,738,o), -(55,671,o), -(55,554,cs), -(55,473,o), -(87,404,o), -(154,383,c), -(154,379,l), -(86,360,o), -(45,293,o), -(45,197,cs), -(45,74,o), -(97,-8,o), -(207,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(130,19,o), -(77,69,o), -(77,198,cs), -(77,300,o), -(118,366,o), -(207,366,cs), -(284,366,o), -(335,312,o), -(335,198,cs), -(335,92,o), -(299,19,o), -(207,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(135,394,o), -(86,451,o), -(86,553,cs), -(86,647,o), -(125,710,o), -(207,710,cs), -(277,710,o), -(326,660,o), -(326,553,cs), -(326,457,o), -(282,394,o), -(207,394,cs) -); -} -); -width = 405; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(517,-8,o), -(634,62,o), -(634,193,cs), -(634,304,o), -(548,372,o), -(438,376,c), -(438,380,l), -(549,394,o), -(619,454,o), -(619,553,cs), -(619,682,o), -(494,738,o), -(336,738,cs), -(177,738,o), -(54,683,o), -(54,553,cs), -(54,454,o), -(123,394,o), -(233,380,c), -(233,376,l), -(124,371,o), -(37,303,o), -(37,193,cs), -(37,62,o), -(154,-8,o), -(336,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,26,o), -(78,87,o), -(78,197,cs), -(78,314,o), -(173,360,o), -(336,360,cs), -(498,360,o), -(593,315,o), -(593,197,cs), -(593,88,o), -(508,26,o), -(336,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,394,o), -(92,458,o), -(92,549,cs), -(92,660,o), -(194,705,o), -(336,705,cs), -(477,705,o), -(579,660,o), -(579,549,cs), -(579,459,o), -(515,394,o), -(336,394,cs) -); -} -); -width = 671; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(590,-9,o), -(698,74,o), -(698,203,cs), -(698,292,o), -(636,361,o), -(547,373,c), -(547,380,l), -(627,396,o), -(681,453,o), -(681,537,cs), -(681,683,o), -(539,739,o), -(354,739,cs), -(171,739,o), -(29,683,o), -(29,537,cs), -(29,453,o), -(84,395,o), -(164,380,c), -(164,373,l), -(74,361,o), -(12,293,o), -(12,203,cs), -(12,73,o), -(120,-9,o), -(354,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(286,156,o), -(241,178,o), -(241,227,cs), -(241,271,o), -(274,300,o), -(354,300,cs), -(435,300,o), -(469,271,o), -(469,227,cs), -(469,178,o), -(425,156,o), -(354,156,cs) -); -}, -{ -closed = 1; -nodes = ( -(286,440,o), -(254,467,o), -(254,508,cs), -(254,551,o), -(291,574,o), -(354,574,cs), -(419,574,o), -(457,551,o), -(457,508,cs), -(457,467,o), -(425,440,o), -(354,440,cs) -); -} -); -width = 710; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(299,-8,o), -(363,57,o), -(363,195,cs), -(363,283,o), -(326,355,o), -(265,374,c), -(265,378,l), -(321,399,o), -(353,468,o), -(353,547,cs), -(353,656,o), -(299,729,o), -(204,729,cs), -(115,729,o), -(54,663,o), -(54,547,cs), -(54,467,o), -(86,399,o), -(142,378,c), -(142,374,l), -(85,356,o), -(44,289,o), -(44,195,cs), -(44,73,o), -(96,-8,o), -(204,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(128,19,o), -(76,68,o), -(76,196,cs), -(76,296,o), -(117,361,o), -(204,361,cs), -(280,361,o), -(331,308,o), -(331,196,cs), -(331,91,o), -(295,19,o), -(204,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,389,o), -(85,445,o), -(85,546,cs), -(85,639,o), -(123,701,o), -(204,701,cs), -(274,701,o), -(322,652,o), -(322,546,cs), -(322,451,o), -(279,389,o), -(204,389,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,-8,o), -(345,65,o), -(345,203,cs), -(345,299,o), -(307,373,o), -(235,392,c), -(235,393,l), -(301,414,o), -(332,484,o), -(332,559,cs), -(332,671,o), -(277,737,o), -(184,737,cs), -(90,737,o), -(35,671,o), -(35,559,cs), -(35,483,o), -(66,414,o), -(132,393,c), -(132,392,l), -(64,374,o), -(22,305,o), -(22,203,cs), -(22,65,o), -(79,-8,o), -(184,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(100,21,o), -(54,86,o), -(54,204,cs), -(54,312,o), -(96,377,o), -(184,377,cs), -(261,377,o), -(313,324,o), -(313,204,cs), -(313,86,o), -(267,21,o), -(184,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(113,405,o), -(66,461,o), -(66,558,cs), -(66,652,o), -(110,708,o), -(184,708,cs), -(258,708,o), -(301,652,o), -(301,558,cs), -(301,467,o), -(259,405,o), -(184,405,cs) -); -} -); -width = 360; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(372,-10,o), -(451,72,o), -(451,196,cs), -(451,278,o), -(418,342,o), -(369,361,c), -(369,369,l), -(411,391,o), -(441,455,o), -(441,533,cs), -(441,651,o), -(366,729,o), -(232,729,cs), -(98,729,o), -(23,651,o), -(23,533,cs), -(23,455,o), -(53,391,o), -(95,369,c), -(95,361,l), -(46,342,o), -(13,278,o), -(13,196,cs), -(13,72,o), -(92,-10,o), -(232,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,133,o), -(193,155,o), -(193,211,cs), -(193,262,o), -(202,290,o), -(232,290,cs), -(262,290,o), -(271,262,o), -(271,211,cs), -(271,155,o), -(255,133,o), -(232,133,cs) -); -}, -{ -closed = 1; -nodes = ( -(210,436,o), -(196,450,o), -(196,514,cs), -(196,553,o), -(203,586,o), -(232,586,cs), -(261,586,o), -(268,553,o), -(268,514,cs), -(268,450,o), -(254,436,o), -(232,436,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,-10,o), -(453,72,o), -(453,210,cs), -(453,309,o), -(412,378,o), -(343,398,c), -(343,399,l), -(404,420,o), -(442,479,o), -(442,552,cs), -(442,666,o), -(357,738,o), -(223,738,cs), -(89,738,o), -(4,666,o), -(4,552,cs), -(4,480,o), -(42,420,o), -(103,399,c), -(103,398,l), -(34,378,o), -(-7,309,o), -(-7,210,cs), -(-7,72,o), -(78,-10,o), -(223,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,133,o), -(183,161,o), -(183,221,cs), -(183,283,o), -(192,312,o), -(223,312,cs), -(254,312,o), -(263,283,o), -(263,221,cs), -(263,161,o), -(250,133,o), -(223,133,cs) -); -}, -{ -closed = 1; -nodes = ( -(198,466,o), -(187,488,o), -(187,533,cs), -(187,575,o), -(198,595,o), -(223,595,cs), -(248,595,o), -(259,575,o), -(259,533,cs), -(259,488,o), -(248,466,o), -(223,466,cs) -); -} -); -width = 446; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(443,-8,o), -(541,70,o), -(541,187,cs), -(541,277,o), -(487,353,o), -(375,361,c), -(375,363,l), -(484,375,o), -(532,455,o), -(532,539,cs), -(532,654,o), -(438,729,o), -(298,729,cs), -(158,729,o), -(66,656,o), -(66,541,cs), -(66,456,o), -(114,377,o), -(222,363,c), -(222,361,l), -(110,349,o), -(54,269,o), -(54,185,cs), -(54,69,o), -(152,-8,o), -(298,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(178,26,o), -(97,88,o), -(97,191,cs), -(97,271,o), -(156,343,o), -(298,343,cs), -(438,343,o), -(500,278,o), -(500,191,cs), -(500,92,o), -(422,26,o), -(298,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(162,380,o), -(106,449,o), -(106,537,cs), -(106,634,o), -(179,696,o), -(298,696,cs), -(413,696,o), -(492,636,o), -(492,537,cs), -(492,453,o), -(439,380,o), -(298,380,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(423,-10,o), -(522,70,o), -(522,194,cs), -(522,291,o), -(466,366,o), -(357,386,c), -(357,387,l), -(436,407,o), -(493,474,o), -(493,554,cs), -(493,664,o), -(409,738,o), -(278,738,cs), -(147,738,o), -(63,664,o), -(63,554,cs), -(63,474,o), -(120,407,o), -(199,387,c), -(199,386,l), -(90,366,o), -(34,291,o), -(34,194,cs), -(34,70,o), -(133,-10,o), -(278,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(156,24,o), -(74,90,o), -(74,196,cs), -(74,292,o), -(127,369,o), -(278,369,cs), -(429,369,o), -(482,292,o), -(482,196,cs), -(482,90,o), -(400,24,o), -(278,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(144,404,o), -(102,482,o), -(102,555,cs), -(102,627,o), -(144,705,o), -(278,705,cs), -(412,705,o), -(454,627,o), -(454,555,cs), -(454,482,o), -(412,404,o), -(278,404,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 556; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(507,-10,o), -(610,74,o), -(610,198,cs), -(610,281,o), -(560,349,o), -(479,370,c), -(479,378,l), -(547,401,o), -(584,463,o), -(584,534,cs), -(584,652,o), -(490,729,o), -(327,729,cs), -(164,729,o), -(70,652,o), -(70,534,cs), -(70,463,o), -(107,401,o), -(175,378,c), -(175,370,l), -(94,349,o), -(44,281,o), -(44,198,cs), -(44,74,o), -(147,-10,o), -(327,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,152,o), -(239,179,o), -(239,227,cs), -(239,272,o), -(270,301,o), -(327,301,cs), -(384,301,o), -(415,272,o), -(415,227,cs), -(415,179,o), -(382,152,o), -(327,152,cs) -); -}, -{ -closed = 1; -nodes = ( -(278,441,o), -(250,465,o), -(250,508,cs), -(250,548,o), -(276,574,o), -(327,574,cs), -(378,574,o), -(404,548,o), -(404,508,cs), -(404,465,o), -(376,441,o), -(327,441,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(487,-10,o), -(608,65,o), -(608,202,cs), -(608,288,o), -(548,363,o), -(466,383,c), -(466,384,l), -(536,410,o), -(582,471,o), -(582,542,cs), -(582,660,o), -(482,738,o), -(306,738,cs), -(141,738,o), -(31,667,o), -(31,542,cs), -(31,471,o), -(77,410,o), -(147,384,c), -(147,383,l), -(65,363,o), -(5,288,o), -(5,202,cs), -(5,73,o), -(114,-10,o), -(306,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(251,152,o), -(218,179,o), -(218,231,cs), -(218,281,o), -(249,310,o), -(306,310,cs), -(363,310,o), -(394,281,o), -(394,231,cs), -(394,179,o), -(361,152,o), -(306,152,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,450,o), -(229,474,o), -(229,517,cs), -(229,557,o), -(257,583,o), -(306,583,cs), -(355,583,o), -(383,557,o), -(383,517,cs), -(383,474,o), -(352,450,o), -(306,450,cs) -); -} -); -width = 613; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(534,-8,o), -(651,61,o), -(651,201,cs), -(651,321,o), -(564,390,o), -(453,394,c), -(453,395,l), -(554,409,o), -(619,469,o), -(619,561,cs), -(619,683,o), -(501,738,o), -(338,738,cs), -(175,738,o), -(57,684,o), -(57,561,cs), -(57,469,o), -(121,409,o), -(222,395,c), -(222,394,l), -(114,389,o), -(27,320,o), -(27,201,cs), -(27,61,o), -(144,-8,o), -(338,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(153,26,o), -(67,86,o), -(67,205,cs), -(67,330,o), -(162,376,o), -(338,376,cs), -(515,376,o), -(611,331,o), -(611,205,cs), -(611,87,o), -(525,26,o), -(338,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,409,o), -(95,472,o), -(95,557,cs), -(95,661,o), -(192,705,o), -(338,705,cs), -(484,705,o), -(580,661,o), -(580,557,cs), -(580,473,o), -(520,409,o), -(338,409,cs) -); -} -); -width = 678; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(599,-9,o), -(709,73,o), -(709,204,cs), -(709,295,o), -(645,364,o), -(553,379,c), -(553,380,l), -(636,400,o), -(685,459,o), -(685,538,cs), -(685,667,o), -(568,738,o), -(355,738,cs), -(143,738,o), -(27,667,o), -(27,538,cs), -(27,458,o), -(77,399,o), -(162,380,c), -(162,379,l), -(67,364,o), -(2,295,o), -(2,204,cs), -(2,72,o), -(113,-9,o), -(355,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(282,154,o), -(237,175,o), -(237,226,cs), -(237,272,o), -(271,298,o), -(355,298,cs), -(441,298,o), -(476,272,o), -(476,226,cs), -(476,175,o), -(430,154,o), -(355,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(286,451,o), -(255,475,o), -(255,514,cs), -(255,553,o), -(291,575,o), -(355,575,cs), -(420,575,o), -(457,553,o), -(457,514,cs), -(457,475,o), -(426,451,o), -(355,451,cs) -); -} -); -width = 711; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(449,-8,o), -(547,70,o), -(547,187,cs), -(547,277,o), -(493,353,o), -(381,361,c), -(381,363,l), -(490,375,o), -(538,455,o), -(538,539,cs), -(538,654,o), -(444,729,o), -(304,729,cs), -(164,729,o), -(72,656,o), -(72,541,cs), -(72,456,o), -(120,377,o), -(228,363,c), -(228,361,l), -(116,349,o), -(60,269,o), -(60,185,cs), -(60,69,o), -(158,-8,o), -(304,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,26,o), -(103,88,o), -(103,191,cs), -(103,271,o), -(162,343,o), -(304,343,cs), -(444,343,o), -(506,278,o), -(506,191,cs), -(506,92,o), -(428,26,o), -(304,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(168,380,o), -(112,449,o), -(112,537,cs), -(112,634,o), -(185,696,o), -(304,696,cs), -(419,696,o), -(498,636,o), -(498,537,cs), -(498,453,o), -(445,380,o), -(304,380,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(436,-10,o), -(530,72,o), -(530,191,cs), -(530,292,o), -(472,363,o), -(375,384,c), -(375,387,l), -(448,406,o), -(502,470,o), -(502,551,cs), -(502,664,o), -(423,738,o), -(299,738,cs), -(175,738,o), -(96,664,o), -(96,551,cs), -(96,470,o), -(149,406,o), -(222,387,c), -(222,384,l), -(125,364,o), -(68,292,o), -(68,191,cs), -(68,72,o), -(161,-10,o), -(299,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(183,24,o), -(107,92,o), -(107,193,cs), -(107,302,o), -(178,367,o), -(299,367,cs), -(419,367,o), -(490,302,o), -(490,193,cs), -(490,92,o), -(413,24,o), -(299,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(201,403,o), -(135,463,o), -(135,552,cs), -(135,650,o), -(193,704,o), -(299,704,cs), -(405,704,o), -(464,650,o), -(464,552,cs), -(464,463,o), -(397,403,o), -(299,403,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 598; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(490,-10,o), -(593,74,o), -(593,198,cs), -(593,281,o), -(543,349,o), -(462,370,c), -(462,378,l), -(530,401,o), -(567,463,o), -(567,534,cs), -(567,652,o), -(473,729,o), -(310,729,cs), -(147,729,o), -(53,652,o), -(53,534,cs), -(53,463,o), -(90,401,o), -(158,378,c), -(158,370,l), -(77,349,o), -(27,281,o), -(27,198,cs), -(27,74,o), -(130,-10,o), -(310,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(255,152,o), -(222,179,o), -(222,227,cs), -(222,272,o), -(253,301,o), -(310,301,cs), -(367,301,o), -(398,272,o), -(398,227,cs), -(398,179,o), -(365,152,o), -(310,152,cs) -); -}, -{ -closed = 1; -nodes = ( -(261,441,o), -(233,465,o), -(233,508,cs), -(233,548,o), -(259,574,o), -(310,574,cs), -(361,574,o), -(387,548,o), -(387,508,cs), -(387,465,o), -(359,441,o), -(310,441,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(468,-10,o), -(578,66,o), -(578,200,cs), -(578,289,o), -(521,354,o), -(446,375,c), -(446,387,l), -(511,408,o), -(553,467,o), -(553,540,cs), -(553,659,o), -(462,739,o), -(303,739,cs), -(152,739,o), -(51,666,o), -(51,540,cs), -(51,467,o), -(94,408,o), -(158,387,c), -(158,375,l), -(84,354,o), -(26,289,o), -(26,200,cs), -(26,74,o), -(126,-10,o), -(303,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(257,164,o), -(232,188,o), -(232,230,cs), -(232,275,o), -(256,305,o), -(303,305,cs), -(348,305,o), -(373,275,o), -(373,230,cs), -(373,187,o), -(347,164,o), -(303,164,cs) -); -}, -{ -closed = 1; -nodes = ( -(266,447,o), -(242,470,o), -(242,507,cs), -(242,543,o), -(265,565,o), -(303,565,cs), -(341,565,o), -(363,543,o), -(363,507,cs), -(363,470,o), -(338,447,o), -(303,447,cs) -); -} -); -width = 604; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,-8,o), -(317,52,o), -(344,187,cs), -(359,258,o), -(348,345,o), -(285,374,c), -(285,378,l), -(345,394,o), -(391,460,o), -(408,540,cs), -(432,654,o), -(391,738,o), -(284,738,cs), -(204,738,o), -(136,676,o), -(113,568,cs), -(97,492,o), -(108,417,o), -(164,388,c), -(163,384,l), -(103,371,o), -(48,307,o), -(28,212,cs), -(2,82,o), -(41,-8,o), -(162,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(62,19,o), -(36,99,o), -(61,211,cs), -(81,305,o), -(129,367,o), -(208,367,cs), -(307,367,o), -(333,287,o), -(313,190,cs), -(291,87,o), -(246,19,o), -(164,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(155,393,o), -(123,465,o), -(143,561,cs), -(162,652,o), -(209,710,o), -(280,710,cs), -(373,710,o), -(396,634,o), -(377,542,cs), -(358,452,o), -(308,393,o), -(238,393,cs) -); -} -); -width = 398; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(322,-10,o), -(405,63,o), -(429,180,cs), -(443,245,o), -(432,323,o), -(373,349,c), -(374,357,l), -(430,375,o), -(473,437,o), -(488,512,cs), -(517,648,o), -(437,729,o), -(299,729,cs), -(183,729,o), -(104,660,o), -(81,550,cs), -(68,488,o), -(75,410,o), -(126,381,c), -(126,373,l), -(63,358,o), -(18,297,o), -(2,216,cs), -(-27,78,o), -(51,-10,o), -(201,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(172,134,o), -(171,175,o), -(180,215,cs), -(190,263,o), -(203,290,o), -(231,290,cs), -(265,290,o), -(266,258,o), -(256,207,cs), -(245,156,o), -(226,134,o), -(205,134,cs) -); -}, -{ -closed = 1; -nodes = ( -(236,436,o), -(236,469,o), -(246,516,cs), -(255,558,o), -(267,585,o), -(294,585,cs), -(325,585,o), -(324,551,o), -(316,510,cs), -(304,451,o), -(288,436,o), -(269,436,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(326,-10,o), -(410,64,o), -(433,173,cs), -(449,248,o), -(427,326,o), -(378,353,c), -(379,361,l), -(438,383,o), -(482,443,o), -(493,512,cs), -(516,657,o), -(438,738,o), -(303,738,cs), -(185,738,o), -(105,668,o), -(82,557,cs), -(69,494,o), -(85,415,o), -(128,386,c), -(128,378,l), -(70,360,o), -(18,301,o), -(2,219,cs), -(-27,79,o), -(52,-10,o), -(204,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(174,136,o), -(173,177,o), -(182,218,cs), -(192,266,o), -(206,294,o), -(234,294,cs), -(268,294,o), -(269,261,o), -(259,210,cs), -(248,158,o), -(229,136,o), -(208,136,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,441,o), -(239,475,o), -(249,522,cs), -(258,565,o), -(270,592,o), -(298,592,cs), -(329,592,o), -(328,558,o), -(320,516,cs), -(308,457,o), -(292,441,o), -(272,441,cs) -); -} -); -width = 468; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(407,-10,o), -(511,72,o), -(515,192,cs), -(518,277,o), -(465,344,o), -(389,352,c), -(389,355,l), -(491,363,o), -(576,437,o), -(580,545,cs), -(584,661,o), -(498,729,o), -(364,729,cs), -(234,729,o), -(128,638,o), -(124,519,cs), -(122,448,o), -(164,384,o), -(241,366,c), -(241,363,l), -(137,363,o), -(45,276,o), -(42,169,cs), -(38,65,o), -(120,-10,o), -(260,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(152,25,o), -(77,81,o), -(81,176,cs), -(84,276,o), -(167,344,o), -(289,344,cs), -(412,344,o), -(478,289,o), -(474,194,cs), -(471,88,o), -(383,25,o), -(267,25,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,378,o), -(160,436,o), -(163,521,cs), -(167,625,o), -(249,696,o), -(364,696,cs), -(476,696,o), -(543,639,o), -(540,543,cs), -(536,445,o), -(453,378,o), -(337,378,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,-10,o), -(522,78,o), -(522,207,cs), -(522,286,o), -(469,349,o), -(394,366,c), -(394,369,l), -(503,381,o), -(578,459,o), -(578,561,cs), -(578,669,o), -(491,738,o), -(370,738,cs), -(229,738,o), -(135,652,o), -(135,528,cs), -(135,456,o), -(183,399,o), -(249,380,c), -(249,377,l), -(132,366,o), -(41,281,o), -(41,167,cs), -(41,64,o), -(123,-10,o), -(262,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(156,24,o), -(80,79,o), -(80,173,cs), -(80,281,o), -(166,355,o), -(293,355,cs), -(414,355,o), -(481,302,o), -(481,209,cs), -(481,93,o), -(391,24,o), -(269,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(238,391,o), -(174,446,o), -(174,525,cs), -(174,633,o), -(244,705,o), -(370,705,cs), -(471,705,o), -(539,647,o), -(539,558,cs), -(539,459,o), -(460,391,o), -(341,391,cs) -); -} -); -width = 594; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(460,-10,o), -(581,73,o), -(581,197,cs), -(581,266,o), -(535,331,o), -(466,353,c), -(469,361,l), -(562,384,o), -(619,449,o), -(619,532,cs), -(619,650,o), -(520,729,o), -(371,729,cs), -(211,729,o), -(102,649,o), -(98,528,cs), -(95,461,o), -(129,404,o), -(181,384,c), -(179,376,l), -(82,356,o), -(13,281,o), -(13,186,cs), -(13,70,o), -(108,-10,o), -(278,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,152,o), -(207,178,o), -(207,224,cs), -(207,270,o), -(241,301,o), -(302,301,cs), -(352,301,o), -(386,275,o), -(386,229,cs), -(386,183,o), -(352,152,o), -(291,152,cs) -); -}, -{ -closed = 1; -nodes = ( -(307,441,o), -(277,464,o), -(277,504,cs), -(277,546,o), -(308,574,o), -(364,574,cs), -(409,574,o), -(439,551,o), -(439,511,cs), -(439,469,o), -(408,441,o), -(352,441,cs) -); -} -); -}; -guides = ( -{ -pos = (324,441); -}, -{ -pos = (324,152); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(470,-10,o), -(588,66,o), -(588,200,cs), -(588,274,o), -(536,337,o), -(472,357,c), -(474,366,l), -(564,388,o), -(626,451,o), -(626,542,cs), -(626,659,o), -(522,738,o), -(368,738,cs), -(216,738,o), -(98,660,o), -(98,529,cs), -(98,465,o), -(134,409,o), -(183,389,c), -(182,380,l), -(87,362,o), -(13,291,o), -(13,190,cs), -(13,70,o), -(110,-10,o), -(293,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,154,o), -(209,182,o), -(209,225,cs), -(209,273,o), -(243,306,o), -(305,306,cs), -(359,306,o), -(391,276,o), -(391,233,cs), -(391,185,o), -(355,154,o), -(294,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(311,447,o), -(279,471,o), -(279,510,cs), -(279,554,o), -(312,582,o), -(369,582,cs), -(413,582,o), -(444,557,o), -(444,518,cs), -(444,473,o), -(409,447,o), -(355,447,cs) -); -} -); -width = 630; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(496,-7,o), -(622,65,o), -(622,209,cs), -(622,296,o), -(556,361,o), -(461,371,c), -(461,375,l), -(589,384,o), -(678,449,o), -(678,564,cs), -(678,686,o), -(551,738,o), -(404,738,cs), -(228,738,o), -(114,661,o), -(114,536,cs), -(114,463,o), -(166,403,o), -(259,386,c), -(258,383,l), -(128,381,o), -(22,300,o), -(22,179,cs), -(22,67,o), -(128,-7,o), -(316,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,27,o), -(63,84,o), -(63,183,cs), -(63,303,o), -(155,362,o), -(320,362,cs), -(486,362,o), -(581,314,o), -(581,213,cs), -(581,96,o), -(494,27,o), -(318,27,cs) -); -}, -{ -closed = 1; -nodes = ( -(277,394,o), -(153,427,o), -(153,538,cs), -(153,645,o), -(243,706,o), -(397,706,cs), -(528,706,o), -(640,665,o), -(640,561,cs), -(640,453,o), -(551,394,o), -(397,394,cs) -); -} -); -width = 674; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(557,-9,o), -(674,80,o), -(679,213,cs), -(681,291,o), -(630,352,o), -(562,366,c), -(563,371,l), -(666,388,o), -(732,459,o), -(732,547,cs), -(732,661,o), -(629,738,o), -(421,738,cs), -(222,738,o), -(82,657,o), -(82,517,cs), -(82,454,o), -(127,402,o), -(186,387,c), -(184,380,l), -(79,368,o), -(-4,288,o), -(-4,182,cs), -(-4,35,o), -(158,-9,o), -(324,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,157,o), -(230,177,o), -(230,222,cs), -(230,269,o), -(268,300,o), -(349,300,cs), -(415,300,o), -(458,276,o), -(458,233,cs), -(458,188,o), -(417,157,o), -(341,157,cs) -); -}, -{ -closed = 1; -nodes = ( -(342,439,o), -(301,462,o), -(301,500,cs), -(301,548,o), -(343,572,o), -(408,572,cs), -(463,572,o), -(503,551,o), -(503,511,cs), -(503,465,o), -(462,439,o), -(400,439,cs) -); -} -); -width = 707; -} -); -unicode = 56; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.numr.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eight.numr.glyph deleted file mode 100644 index 7f534639..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.numr.glyph +++ /dev/null @@ -1,438 +0,0 @@ -{ -color = 6; -glyphname = eight.numr; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,354); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 261; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,333); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 271; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,333); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 415; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,354); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 407; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 271; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,354); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 243; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,332); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eight.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eight.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 391; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eight.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eight.dnom; -}; -width = 349; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 415; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 407; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,332); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eight.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eight.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 388; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,354); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eight.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eight.dnom; -}; -width = 352; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (69,333); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 271; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (73,354); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 259; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (69,332); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 391; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (73,354); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 373; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (69,333); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 414; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (73,354); -ref = eight.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 405; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = eight; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.tf.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eight.tf.glyph deleted file mode 100644 index 8fcdf8e0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eight.tf.glyph +++ /dev/null @@ -1,1507 +0,0 @@ -{ -glyphname = eight.tf; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,-10,o), -(461,72,o), -(461,196,cs), -(461,274,o), -(420,343,o), -(351,361,c), -(351,369,l), -(416,392,o), -(451,454,o), -(451,533,cs), -(451,651,o), -(375,729,o), -(241,729,cs), -(106,729,o), -(30,651,o), -(30,533,cs), -(30,458,o), -(63,394,o), -(130,369,c), -(130,361,l), -(61,343,o), -(20,274,o), -(20,196,cs), -(20,72,o), -(100,-10,o), -(241,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(217,133,o), -(201,156,o), -(201,211,cs), -(201,262,o), -(210,290,o), -(241,290,cs), -(271,290,o), -(280,261,o), -(280,211,cs), -(280,155,o), -(264,133,o), -(241,133,cs) -); -}, -{ -closed = 1; -nodes = ( -(218,436,o), -(204,451,o), -(204,514,cs), -(204,552,o), -(211,586,o), -(241,586,cs), -(270,586,o), -(277,552,o), -(277,514,cs), -(277,451,o), -(263,436,o), -(241,436,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(336,-8,o), -(400,57,o), -(400,195,cs), -(400,283,o), -(363,355,o), -(292,374,c), -(292,378,l), -(358,399,o), -(390,468,o), -(390,547,cs), -(390,656,o), -(336,729,o), -(241,729,cs), -(152,729,o), -(91,663,o), -(91,547,cs), -(91,467,o), -(123,399,o), -(189,378,c), -(189,374,l), -(122,356,o), -(81,289,o), -(81,195,cs), -(81,73,o), -(133,-8,o), -(241,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,19,o), -(113,68,o), -(113,196,cs), -(113,296,o), -(154,361,o), -(241,361,cs), -(317,361,o), -(368,308,o), -(368,196,cs), -(368,91,o), -(332,19,o), -(241,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(170,389,o), -(122,445,o), -(122,546,cs), -(122,639,o), -(160,701,o), -(241,701,cs), -(311,701,o), -(359,652,o), -(359,546,cs), -(359,451,o), -(316,389,o), -(241,389,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(536,-8,o), -(649,61,o), -(649,191,cs), -(649,299,o), -(566,367,o), -(460,371,c), -(460,375,l), -(567,389,o), -(634,449,o), -(634,546,cs), -(634,674,o), -(513,729,o), -(360,729,cs), -(207,729,o), -(87,675,o), -(87,546,cs), -(87,449,o), -(153,389,o), -(260,375,c), -(260,371,l), -(154,366,o), -(71,299,o), -(71,191,cs), -(71,61,o), -(184,-8,o), -(360,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,26,o), -(111,86,o), -(111,195,cs), -(111,310,o), -(203,356,o), -(360,356,cs), -(517,356,o), -(609,311,o), -(609,195,cs), -(609,87,o), -(526,26,o), -(360,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,389,o), -(125,452,o), -(125,542,cs), -(125,652,o), -(224,696,o), -(360,696,cs), -(496,696,o), -(595,652,o), -(595,542,cs), -(595,453,o), -(533,389,o), -(360,389,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(590,-9,o), -(695,73,o), -(695,200,cs), -(695,288,o), -(635,357,o), -(548,368,c), -(548,375,l), -(626,391,o), -(679,447,o), -(679,530,cs), -(679,675,o), -(539,730,o), -(359,730,cs), -(181,730,o), -(42,675,o), -(42,530,cs), -(42,447,o), -(95,390,o), -(173,375,c), -(173,368,l), -(85,357,o), -(25,289,o), -(25,200,cs), -(25,72,o), -(131,-9,o), -(359,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(294,154,o), -(250,176,o), -(250,224,cs), -(250,268,o), -(283,296,o), -(359,296,cs), -(437,296,o), -(470,268,o), -(470,224,cs), -(470,176,o), -(427,154,o), -(359,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(294,435,o), -(263,461,o), -(263,502,cs), -(263,544,o), -(298,567,o), -(359,567,cs), -(422,567,o), -(458,544,o), -(458,502,cs), -(458,461,o), -(427,435,o), -(359,435,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(316,-8,o), -(380,57,o), -(380,195,cs), -(380,283,o), -(343,355,o), -(272,374,c), -(272,378,l), -(338,399,o), -(370,468,o), -(370,547,cs), -(370,656,o), -(316,729,o), -(221,729,cs), -(132,729,o), -(71,663,o), -(71,547,cs), -(71,467,o), -(103,399,o), -(169,378,c), -(169,374,l), -(102,356,o), -(61,289,o), -(61,195,cs), -(61,73,o), -(113,-8,o), -(221,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(145,19,o), -(93,68,o), -(93,196,cs), -(93,296,o), -(134,361,o), -(221,361,cs), -(297,361,o), -(348,308,o), -(348,196,cs), -(348,91,o), -(312,19,o), -(221,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(150,389,o), -(102,445,o), -(102,546,cs), -(102,639,o), -(140,701,o), -(221,701,cs), -(291,701,o), -(339,652,o), -(339,546,cs), -(339,451,o), -(296,389,o), -(221,389,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,-10,o), -(451,72,o), -(451,196,cs), -(451,274,o), -(410,343,o), -(341,361,c), -(341,369,l), -(406,392,o), -(441,454,o), -(441,533,cs), -(441,651,o), -(365,729,o), -(231,729,cs), -(96,729,o), -(20,651,o), -(20,533,cs), -(20,458,o), -(53,394,o), -(120,369,c), -(120,361,l), -(51,343,o), -(10,274,o), -(10,196,cs), -(10,72,o), -(90,-10,o), -(231,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(207,133,o), -(191,156,o), -(191,211,cs), -(191,262,o), -(200,290,o), -(231,290,cs), -(261,290,o), -(270,261,o), -(270,211,cs), -(270,155,o), -(254,133,o), -(231,133,cs) -); -}, -{ -closed = 1; -nodes = ( -(208,436,o), -(194,451,o), -(194,514,cs), -(194,552,o), -(201,586,o), -(231,586,cs), -(260,586,o), -(267,552,o), -(267,514,cs), -(267,451,o), -(253,436,o), -(231,436,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 460; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(423,-10,o), -(521,70,o), -(521,187,cs), -(521,275,o), -(467,350,o), -(360,370,c), -(360,373,l), -(440,393,o), -(497,460,o), -(497,542,cs), -(497,655,o), -(412,729,o), -(281,729,cs), -(150,729,o), -(65,655,o), -(65,542,cs), -(65,460,o), -(122,393,o), -(202,373,c), -(202,370,l), -(95,350,o), -(41,276,o), -(41,187,cs), -(41,70,o), -(139,-10,o), -(281,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(162,24,o), -(81,90,o), -(81,189,cs), -(81,277,o), -(134,354,o), -(281,354,cs), -(428,354,o), -(481,277,o), -(481,189,cs), -(481,90,o), -(400,24,o), -(281,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,389,o), -(104,467,o), -(104,543,cs), -(104,618,o), -(147,696,o), -(281,696,cs), -(415,696,o), -(458,618,o), -(458,543,cs), -(458,467,o), -(415,389,o), -(281,389,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -13, -13 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -13, -13 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -13, -13 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -13, -13 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -13, -13 -); -stem = -2; -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(444,-10,o), -(555,65,o), -(555,198,cs), -(555,286,o), -(494,351,o), -(421,370,c), -(421,378,l), -(486,399,o), -(530,461,o), -(530,533,cs), -(530,651,o), -(439,729,o), -(279,729,cs), -(129,729,o), -(28,658,o), -(28,533,cs), -(28,461,o), -(72,399,o), -(137,378,c), -(137,370,l), -(64,351,o), -(3,286,o), -(3,198,cs), -(3,73,o), -(103,-10,o), -(279,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(227,152,o), -(195,179,o), -(195,227,cs), -(195,272,o), -(225,301,o), -(279,301,cs), -(333,301,o), -(363,272,o), -(363,227,cs), -(363,179,o), -(331,152,o), -(279,152,cs) -); -}, -{ -closed = 1; -nodes = ( -(236,441,o), -(205,465,o), -(205,508,cs), -(205,548,o), -(233,574,o), -(279,574,cs), -(325,574,o), -(353,548,o), -(353,508,cs), -(353,465,o), -(322,441,o), -(279,441,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(526,-8,o), -(639,61,o), -(639,191,cs), -(639,299,o), -(556,367,o), -(450,371,c), -(450,375,l), -(557,389,o), -(624,449,o), -(624,546,cs), -(624,674,o), -(503,729,o), -(350,729,cs), -(197,729,o), -(77,675,o), -(77,546,cs), -(77,449,o), -(143,389,o), -(250,375,c), -(250,371,l), -(144,366,o), -(61,299,o), -(61,191,cs), -(61,61,o), -(174,-8,o), -(350,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(185,26,o), -(101,86,o), -(101,195,cs), -(101,310,o), -(193,356,o), -(350,356,cs), -(507,356,o), -(599,311,o), -(599,195,cs), -(599,87,o), -(516,26,o), -(350,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(178,389,o), -(115,452,o), -(115,542,cs), -(115,652,o), -(214,696,o), -(350,696,cs), -(486,696,o), -(585,652,o), -(585,542,cs), -(585,453,o), -(523,389,o), -(350,389,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(685,73,o), -(685,200,cs), -(685,288,o), -(625,357,o), -(538,368,c), -(538,375,l), -(616,391,o), -(669,447,o), -(669,530,cs), -(669,675,o), -(529,730,o), -(349,730,cs), -(171,730,o), -(32,675,o), -(32,530,cs), -(32,447,o), -(85,390,o), -(163,375,c), -(163,368,l), -(75,357,o), -(15,289,o), -(15,200,cs), -(15,72,o), -(121,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(284,154,o), -(240,176,o), -(240,224,cs), -(240,268,o), -(273,296,o), -(349,296,cs), -(427,296,o), -(460,268,o), -(460,224,cs), -(460,176,o), -(417,154,o), -(349,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(284,435,o), -(253,461,o), -(253,502,cs), -(253,544,o), -(288,567,o), -(349,567,cs), -(412,567,o), -(448,544,o), -(448,502,cs), -(448,461,o), -(417,435,o), -(349,435,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(438,-10,o), -(534,70,o), -(534,187,cs), -(534,275,o), -(480,350,o), -(375,370,c), -(375,373,l), -(453,393,o), -(510,460,o), -(510,542,cs), -(510,655,o), -(427,729,o), -(298,729,cs), -(169,729,o), -(86,655,o), -(86,542,cs), -(86,460,o), -(143,393,o), -(221,373,c), -(221,370,l), -(116,350,o), -(62,276,o), -(62,187,cs), -(62,70,o), -(158,-10,o), -(298,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,24,o), -(102,90,o), -(102,189,cs), -(102,277,o), -(153,354,o), -(298,354,cs), -(443,354,o), -(494,277,o), -(494,189,cs), -(494,90,o), -(415,24,o), -(298,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(166,389,o), -(125,467,o), -(125,543,cs), -(125,618,o), -(166,696,o), -(298,696,cs), -(430,696,o), -(471,618,o), -(471,543,cs), -(471,467,o), -(430,389,o), -(298,389,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -13, -13 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -13, -13 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -13, -13 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -13, -13 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -13, -13 -); -stem = -2; -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(451,-10,o), -(559,65,o), -(559,198,cs), -(559,286,o), -(500,351,o), -(431,370,c), -(431,378,l), -(493,399,o), -(536,461,o), -(536,533,cs), -(536,651,o), -(446,729,o), -(291,729,cs), -(146,729,o), -(47,658,o), -(47,533,cs), -(47,461,o), -(89,399,o), -(151,378,c), -(151,370,l), -(82,351,o), -(23,286,o), -(23,198,cs), -(23,73,o), -(120,-10,o), -(291,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(243,152,o), -(213,179,o), -(213,227,cs), -(213,272,o), -(242,301,o), -(291,301,cs), -(341,301,o), -(369,272,o), -(369,227,cs), -(369,179,o), -(340,152,o), -(291,152,cs) -); -}, -{ -closed = 1; -nodes = ( -(251,441,o), -(222,465,o), -(222,508,cs), -(222,548,o), -(248,574,o), -(291,574,cs), -(334,574,o), -(360,548,o), -(360,508,cs), -(360,465,o), -(331,441,o), -(291,441,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,-8,o), -(356,51,o), -(383,184,cs), -(398,255,o), -(387,341,o), -(324,369,c), -(324,373,l), -(384,389,o), -(429,454,o), -(446,533,cs), -(470,646,o), -(429,729,o), -(323,729,cs), -(244,729,o), -(177,668,o), -(155,561,cs), -(139,485,o), -(150,412,o), -(205,383,c), -(204,379,l), -(145,366,o), -(90,303,o), -(71,209,cs), -(45,81,o), -(83,-8,o), -(203,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(104,19,o), -(79,98,o), -(103,208,cs), -(123,301,o), -(170,362,o), -(248,362,cs), -(346,362,o), -(372,283,o), -(352,188,cs), -(330,86,o), -(286,19,o), -(205,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,388,o), -(164,459,o), -(184,554,cs), -(203,644,o), -(249,701,o), -(320,701,cs), -(411,701,o), -(434,626,o), -(415,535,cs), -(397,446,o), -(347,388,o), -(278,388,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(333,-10,o), -(416,63,o), -(439,171,cs), -(454,245,o), -(433,322,o), -(383,349,c), -(384,357,l), -(444,378,o), -(487,439,o), -(498,506,cs), -(521,649,o), -(443,729,o), -(308,729,cs), -(191,729,o), -(112,660,o), -(89,549,cs), -(76,489,o), -(92,410,o), -(135,381,c), -(135,373,l), -(77,356,o), -(26,296,o), -(10,217,cs), -(-20,78,o), -(59,-10,o), -(211,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,134,o), -(180,175,o), -(188,213,cs), -(199,263,o), -(211,290,o), -(240,290,cs), -(277,290,o), -(276,255,o), -(266,206,cs), -(255,153,o), -(235,134,o), -(215,134,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,436,o), -(243,463,o), -(255,518,cs), -(264,558,o), -(276,585,o), -(303,585,cs), -(330,585,o), -(337,562,o), -(326,508,cs), -(316,458,o), -(301,436,o), -(279,436,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(417,-10,o), -(525,77,o), -(525,204,cs), -(525,282,o), -(471,345,o), -(397,361,c), -(397,364,l), -(503,376,o), -(580,450,o), -(580,554,cs), -(580,661,o), -(493,729,o), -(372,729,cs), -(232,729,o), -(138,644,o), -(138,521,cs), -(138,450,o), -(187,394,o), -(253,375,c), -(253,372,l), -(136,361,o), -(45,278,o), -(45,165,cs), -(45,63,o), -(127,-10,o), -(266,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,24,o), -(84,78,o), -(84,171,cs), -(84,278,o), -(170,351,o), -(296,351,cs), -(415,351,o), -(484,299,o), -(484,206,cs), -(484,92,o), -(394,24,o), -(273,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(243,386,o), -(177,439,o), -(177,520,cs), -(177,625,o), -(247,696,o), -(372,696,cs), -(473,696,o), -(541,639,o), -(541,551,cs), -(541,453,o), -(462,386,o), -(344,386,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 85; -}; -}; -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(451,-10,o), -(566,66,o), -(566,199,cs), -(566,271,o), -(515,333,o), -(454,353,c), -(456,361,l), -(543,383,o), -(603,446,o), -(603,536,cs), -(603,651,o), -(503,729,o), -(353,729,cs), -(207,729,o), -(92,652,o), -(92,521,cs), -(92,459,o), -(125,404,o), -(173,384,c), -(172,375,l), -(80,358,o), -(8,286,o), -(8,187,cs), -(8,69,o), -(102,-10,o), -(278,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,152,o), -(199,180,o), -(199,221,cs), -(199,270,o), -(233,302,o), -(291,302,cs), -(343,302,o), -(372,273,o), -(372,231,cs), -(372,183,o), -(338,152,o), -(279,152,cs) -); -}, -{ -closed = 1; -nodes = ( -(299,441,o), -(269,465,o), -(269,503,cs), -(269,547,o), -(301,575,o), -(354,575,cs), -(396,575,o), -(425,550,o), -(425,513,cs), -(425,469,o), -(393,441,o), -(340,441,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(507,-7,o), -(636,63,o), -(636,206,cs), -(636,292,o), -(571,358,o), -(481,366,c), -(481,370,l), -(606,379,o), -(692,444,o), -(692,558,cs), -(692,673,o), -(576,729,o), -(427,729,cs), -(260,729,o), -(147,657,o), -(147,529,cs), -(147,457,o), -(191,400,o), -(285,381,c), -(284,378,l), -(158,376,o), -(56,296,o), -(56,177,cs), -(56,66,o), -(157,-7,o), -(339,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,27,o), -(96,83,o), -(96,180,cs), -(96,302,o), -(194,358,o), -(345,358,cs), -(512,358,o), -(595,306,o), -(595,211,cs), -(595,79,o), -(486,27,o), -(341,27,cs) -); -}, -{ -closed = 1; -nodes = ( -(304,389,o), -(185,422,o), -(185,529,cs), -(185,636,o), -(273,697,o), -(421,697,cs), -(545,697,o), -(654,657,o), -(654,555,cs), -(654,451,o), -(570,389,o), -(419,389,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(556,-9,o), -(678,79,o), -(678,216,cs), -(678,286,o), -(630,348,o), -(564,361,c), -(565,366,l), -(666,383,o), -(730,454,o), -(730,540,cs), -(730,653,o), -(630,729,o), -(427,729,cs), -(233,729,o), -(95,649,o), -(95,512,cs), -(95,448,o), -(135,398,o), -(196,382,c), -(194,375,l), -(93,363,o), -(10,287,o), -(10,179,cs), -(10,35,o), -(168,-9,o), -(330,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(288,155,o), -(241,170,o), -(241,221,cs), -(241,268,o), -(280,296,o), -(356,296,cs), -(422,296,o), -(459,270,o), -(459,232,cs), -(459,186,o), -(421,155,o), -(347,155,cs) -); -}, -{ -closed = 1; -nodes = ( -(350,434,o), -(310,456,o), -(310,494,cs), -(310,541,o), -(352,565,o), -(414,565,cs), -(469,565,o), -(504,544,o), -(504,503,cs), -(504,459,o), -(463,434,o), -(405,434,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 80; -monoWidth = 700; -}; -}; -width = 720; -} -); -metricWidth = zero.tf; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -RMXScaler = { -source = eight; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eightinferior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eightinferior.glyph deleted file mode 100644 index e5a3280e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eightinferior.glyph +++ /dev/null @@ -1,1639 +0,0 @@ -{ -glyphname = eightinferior; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (146,177); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(230,-46,o), -(278,4,o), -(278,78,cs), -(278,124,o), -(253,166,o), -(212,176,c), -(212,181,l), -(250,195,o), -(272,231,o), -(272,280,cs), -(272,350,o), -(226,397,o), -(145,397,cs), -(64,397,o), -(19,350,o), -(19,280,cs), -(19,235,o), -(39,196,o), -(78,181,c), -(78,176,l), -(36,165,o), -(13,123,o), -(13,78,cs), -(13,3,o), -(61,-46,o), -(145,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(132,41,o), -(123,55,o), -(123,87,cs), -(123,116,o), -(128,133,o), -(145,133,cs), -(163,133,o), -(167,115,o), -(167,87,cs), -(167,54,o), -(158,41,o), -(145,41,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,222,o), -(125,230,o), -(125,268,cs), -(125,291,o), -(129,310,o), -(145,310,cs), -(162,310,o), -(166,290,o), -(166,268,cs), -(166,231,o), -(158,222,o), -(145,222,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 291; -}, -{ -anchors = ( -{ -name = _center; -pos = (142,177); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(202,-45,o), -(242,-5,o), -(242,77,cs), -(242,130,o), -(219,172,o), -(177,183,c), -(177,186,l), -(217,199,o), -(236,241,o), -(236,287,cs), -(236,353,o), -(202,397,o), -(142,397,cs), -(86,397,o), -(48,357,o), -(48,287,cs), -(48,241,o), -(67,199,o), -(107,186,c), -(107,183,l), -(68,173,o), -(42,134,o), -(42,77,cs), -(42,4,o), -(75,-45,o), -(142,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(101,-20,o), -(72,7,o), -(72,79,cs), -(72,135,o), -(94,172,o), -(142,172,cs), -(185,172,o), -(212,141,o), -(212,79,cs), -(212,20,o), -(192,-20,o), -(142,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(103,197,o), -(77,228,o), -(77,285,cs), -(77,336,o), -(97,372,o), -(142,372,cs), -(181,372,o), -(207,344,o), -(207,285,cs), -(207,230,o), -(183,197,o), -(142,197,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 285; -}, -{ -anchors = ( -{ -name = _center; -pos = (220,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(332,-45,o), -(400,-2,o), -(400,75,cs), -(400,137,o), -(354,179,o), -(288,182,c), -(288,185,l), -(351,194,o), -(391,228,o), -(391,286,cs), -(391,364,o), -(316,397,o), -(220,397,cs), -(125,397,o), -(50,365,o), -(50,286,cs), -(50,227,o), -(92,193,o), -(152,185,c), -(152,182,l), -(89,179,o), -(40,138,o), -(40,75,cs), -(40,-2,o), -(108,-45,o), -(220,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(126,-14,o), -(79,19,o), -(79,79,cs), -(79,143,o), -(131,169,o), -(220,169,cs), -(310,169,o), -(362,143,o), -(362,79,cs), -(362,19,o), -(314,-14,o), -(220,-14,cs) -); -}, -{ -closed = 1; -nodes = ( -(123,197,o), -(87,232,o), -(87,282,cs), -(87,343,o), -(143,367,o), -(220,367,cs), -(297,367,o), -(353,343,o), -(353,282,cs), -(353,232,o), -(317,197,o), -(220,197,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 440; -}, -{ -anchors = ( -{ -name = _center; -pos = (224,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(368,-45,o), -(431,5,o), -(431,81,cs), -(431,132,o), -(396,173,o), -(345,181,c), -(345,185,l), -(390,195,o), -(421,228,o), -(421,277,cs), -(421,365,o), -(335,398,o), -(223,398,cs), -(113,398,o), -(27,365,o), -(27,277,cs), -(27,230,o), -(56,195,o), -(103,185,c), -(103,181,l), -(49,173,o), -(17,130,o), -(17,81,cs), -(17,4,o), -(81,-45,o), -(223,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(192,63,o), -(169,73,o), -(169,97,cs), -(169,117,o), -(183,132,o), -(223,132,cs), -(264,132,o), -(279,117,o), -(279,97,cs), -(279,73,o), -(256,63,o), -(223,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(192,225,o), -(176,238,o), -(176,258,cs), -(176,277,o), -(192,289,o), -(223,289,cs), -(255,289,o), -(272,277,o), -(272,258,cs), -(272,237,o), -(256,225,o), -(223,225,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 448; -}, -{ -anchors = ( -{ -name = _center; -pos = (122,177); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,-45,o), -(222,-5,o), -(222,77,cs), -(222,130,o), -(199,172,o), -(157,183,c), -(157,186,l), -(197,199,o), -(216,241,o), -(216,287,cs), -(216,353,o), -(182,397,o), -(122,397,cs), -(66,397,o), -(28,357,o), -(28,287,cs), -(28,241,o), -(47,199,o), -(87,186,c), -(87,183,l), -(48,173,o), -(22,134,o), -(22,77,cs), -(22,4,o), -(55,-45,o), -(122,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(81,-20,o), -(52,7,o), -(52,79,cs), -(52,135,o), -(74,172,o), -(122,172,cs), -(165,172,o), -(192,141,o), -(192,79,cs), -(192,20,o), -(172,-20,o), -(122,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(83,197,o), -(57,228,o), -(57,285,cs), -(57,336,o), -(77,372,o), -(122,372,cs), -(161,372,o), -(187,344,o), -(187,285,cs), -(187,230,o), -(163,197,o), -(122,197,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 245; -}, -{ -anchors = ( -{ -name = _center; -pos = (137,177); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,-46,o), -(269,4,o), -(269,78,cs), -(269,124,o), -(244,166,o), -(203,176,c), -(203,181,l), -(241,195,o), -(263,231,o), -(263,280,cs), -(263,350,o), -(217,397,o), -(136,397,cs), -(55,397,o), -(10,350,o), -(10,280,cs), -(10,235,o), -(30,196,o), -(69,181,c), -(69,176,l), -(27,165,o), -(4,123,o), -(4,78,cs), -(4,3,o), -(52,-46,o), -(136,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(123,41,o), -(114,55,o), -(114,87,cs), -(114,116,o), -(119,133,o), -(136,133,cs), -(154,133,o), -(158,115,o), -(158,87,cs), -(158,54,o), -(149,41,o), -(136,41,cs) -); -}, -{ -closed = 1; -nodes = ( -(124,222,o), -(116,230,o), -(116,268,cs), -(116,291,o), -(120,310,o), -(136,310,cs), -(153,310,o), -(157,290,o), -(157,268,cs), -(157,231,o), -(149,222,o), -(136,222,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 273; -}, -{ -anchors = ( -{ -name = _center; -pos = (185,174); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(272,-46,o), -(332,2,o), -(332,73,cs), -(332,126,o), -(299,170,o), -(237,182,c), -(237,184,l), -(284,196,o), -(317,236,o), -(317,284,cs), -(317,352,o), -(266,397,o), -(185,397,cs), -(105,397,o), -(53,353,o), -(53,284,cs), -(53,236,o), -(86,196,o), -(132,184,c), -(132,182,l), -(71,170,o), -(38,126,o), -(38,73,cs), -(38,2,o), -(97,-46,o), -(185,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(119,-16,o), -(74,21,o), -(74,76,cs), -(74,126,o), -(104,168,o), -(185,168,cs), -(266,168,o), -(296,125,o), -(296,76,cs), -(296,21,o), -(251,-16,o), -(185,-16,cs) -); -}, -{ -closed = 1; -nodes = ( -(112,197,o), -(87,240,o), -(87,283,cs), -(87,325,o), -(111,368,o), -(185,368,cs), -(259,368,o), -(283,324,o), -(283,283,cs), -(283,240,o), -(258,197,o), -(185,197,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 370; -}, -{ -anchors = ( -{ -name = _center; -pos = (180,174); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(284,-46,o), -(353,-1,o), -(353,80,cs), -(353,130,o), -(317,170,o), -(272,182,c), -(272,187,l), -(311,200,o), -(337,236,o), -(337,279,cs), -(337,350,o), -(281,397,o), -(180,397,cs), -(85,397,o), -(22,355,o), -(22,279,cs), -(22,236,o), -(48,200,o), -(87,187,c), -(87,182,l), -(45,171,o), -(6,133,o), -(6,80,cs), -(6,4,o), -(68,-46,o), -(180,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(152,62,o), -(136,75,o), -(136,99,cs), -(136,122,o), -(153,136,o), -(180,136,cs), -(205,136,o), -(223,123,o), -(223,99,cs), -(223,75,o), -(207,62,o), -(180,62,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,229,o), -(142,239,o), -(142,262,cs), -(142,283,o), -(158,294,o), -(180,294,cs), -(201,294,o), -(217,283,o), -(217,262,cs), -(217,239,o), -(199,229,o), -(180,229,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 359; -}, -{ -anchors = ( -{ -name = _center; -pos = (210,173); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,-45,o), -(390,-2,o), -(390,75,cs), -(390,137,o), -(344,179,o), -(278,182,c), -(278,185,l), -(341,194,o), -(381,228,o), -(381,286,cs), -(381,364,o), -(306,397,o), -(210,397,cs), -(115,397,o), -(40,365,o), -(40,286,cs), -(40,227,o), -(82,193,o), -(142,185,c), -(142,182,l), -(79,179,o), -(30,138,o), -(30,75,cs), -(30,-2,o), -(98,-45,o), -(210,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(116,-14,o), -(69,19,o), -(69,79,cs), -(69,143,o), -(121,169,o), -(210,169,cs), -(300,169,o), -(352,143,o), -(352,79,cs), -(352,19,o), -(304,-14,o), -(210,-14,cs) -); -}, -{ -closed = 1; -nodes = ( -(113,197,o), -(77,232,o), -(77,282,cs), -(77,343,o), -(133,367,o), -(210,367,cs), -(287,367,o), -(343,343,o), -(343,282,cs), -(343,232,o), -(307,197,o), -(210,197,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 420; -}, -{ -anchors = ( -{ -name = _center; -pos = (214,171); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,-45,o), -(421,5,o), -(421,81,cs), -(421,132,o), -(386,173,o), -(335,181,c), -(335,185,l), -(380,195,o), -(411,228,o), -(411,277,cs), -(411,365,o), -(325,398,o), -(213,398,cs), -(103,398,o), -(17,365,o), -(17,277,cs), -(17,230,o), -(46,195,o), -(93,185,c), -(93,181,l), -(39,173,o), -(7,130,o), -(7,81,cs), -(7,4,o), -(71,-45,o), -(213,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(182,63,o), -(159,73,o), -(159,97,cs), -(159,117,o), -(173,132,o), -(213,132,cs), -(254,132,o), -(269,117,o), -(269,97,cs), -(269,73,o), -(246,63,o), -(213,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(182,225,o), -(166,238,o), -(166,258,cs), -(166,277,o), -(182,289,o), -(213,289,cs), -(245,289,o), -(262,277,o), -(262,258,cs), -(262,237,o), -(246,225,o), -(213,225,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 428; -}, -{ -anchors = ( -{ -name = _center; -pos = (204,174); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(289,-46,o), -(348,2,o), -(348,73,cs), -(348,126,o), -(316,170,o), -(254,182,c), -(254,184,l), -(301,196,o), -(334,236,o), -(334,284,cs), -(334,352,o), -(283,397,o), -(204,397,cs), -(126,397,o), -(74,353,o), -(74,284,cs), -(74,236,o), -(107,196,o), -(151,184,c), -(151,182,l), -(92,170,o), -(59,126,o), -(59,73,cs), -(59,2,o), -(118,-46,o), -(204,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(140,-16,o), -(95,21,o), -(95,76,cs), -(95,126,o), -(125,168,o), -(204,168,cs), -(283,168,o), -(313,125,o), -(313,76,cs), -(313,21,o), -(268,-16,o), -(204,-16,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,197,o), -(108,240,o), -(108,283,cs), -(108,325,o), -(132,368,o), -(204,368,cs), -(276,368,o), -(300,324,o), -(300,283,cs), -(300,240,o), -(275,197,o), -(204,197,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 407; -}, -{ -anchors = ( -{ -name = _center; -pos = (193,174); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(293,-46,o), -(359,-1,o), -(359,80,cs), -(359,130,o), -(325,170,o), -(283,182,c), -(283,187,l), -(320,200,o), -(345,236,o), -(345,279,cs), -(345,350,o), -(290,397,o), -(193,397,cs), -(102,397,o), -(41,355,o), -(41,279,cs), -(41,236,o), -(65,200,o), -(102,187,c), -(102,182,l), -(63,171,o), -(26,133,o), -(26,80,cs), -(26,4,o), -(85,-46,o), -(193,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(168,62,o), -(154,75,o), -(154,99,cs), -(154,122,o), -(170,136,o), -(193,136,cs), -(214,136,o), -(231,123,o), -(231,99,cs), -(231,75,o), -(217,62,o), -(193,62,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,229,o), -(159,239,o), -(159,262,cs), -(159,283,o), -(174,294,o), -(193,294,cs), -(211,294,o), -(226,283,o), -(226,262,cs), -(226,239,o), -(209,229,o), -(193,229,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 384; -}, -{ -anchors = ( -{ -name = _center; -pos = (123,177); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,-45,o), -(187,-5,o), -(202,68,cs), -(211,112,o), -(205,162,o), -(167,180,c), -(167,183,l), -(202,192,o), -(230,231,o), -(240,278,cs), -(254,348,o), -(227,397,o), -(161,397,cs), -(112,397,o), -(70,360,o), -(57,296,cs), -(48,252,o), -(54,207,o), -(87,190,c), -(86,187,l), -(51,179,o), -(18,141,o), -(7,86,cs), -(-9,8,o), -(17,-45,o), -(91,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(37,-20,o), -(23,24,o), -(37,87,cs), -(48,138,o), -(74,172,o), -(117,172,cs), -(171,172,o), -(185,128,o), -(174,76,cs), -(160,11,o), -(134,-20,o), -(92,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(90,196,o), -(73,236,o), -(84,289,cs), -(95,340,o), -(119,372,o), -(159,372,cs), -(210,372,o), -(222,330,o), -(211,278,cs), -(201,228,o), -(173,196,o), -(135,196,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 284; -}, -{ -anchors = ( -{ -name = _center; -pos = (122,177); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,-46,o), -(220,-1,o), -(233,62,cs), -(242,104,o), -(231,152,o), -(200,169,c), -(201,174,l), -(238,188,o), -(262,222,o), -(269,266,cs), -(282,349,o), -(235,397,o), -(155,397,cs), -(84,397,o), -(37,356,o), -(23,288,cs), -(16,253,o), -(25,206,o), -(50,189,c), -(50,184,l), -(17,174,o), -(-14,139,o), -(-24,90,cs), -(-41,7,o), -(5,-46,o), -(96,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(80,42,o), -(80,66,o), -(85,90,cs), -(91,117,o), -(98,133,o), -(114,133,cs), -(134,133,o), -(134,113,o), -(128,85,cs), -(122,57,o), -(112,42,o), -(99,42,cs) -); -}, -{ -closed = 1; -nodes = ( -(119,222,o), -(118,240,o), -(124,268,cs), -(130,297,o), -(138,309,o), -(152,309,cs), -(169,309,o), -(169,291,o), -(164,266,cs), -(157,231,o), -(148,222,o), -(137,222,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 289; -}, -{ -anchors = ( -{ -name = _center; -pos = (183,177); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(249,-46,o), -(314,6,o), -(314,82,cs), -(314,128,o), -(282,166,o), -(239,176,c), -(239,178,l), -(302,186,o), -(345,232,o), -(345,291,cs), -(345,356,o), -(292,397,o), -(218,397,cs), -(134,397,o), -(76,347,o), -(76,273,cs), -(76,231,o), -(104,197,o), -(142,186,c), -(142,183,l), -(77,177,o), -(21,130,o), -(21,61,cs), -(21,-2,o), -(71,-46,o), -(157,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(98,-16,o), -(57,15,o), -(57,67,cs), -(57,126,o), -(104,167,o), -(173,167,cs), -(240,167,o), -(277,137,o), -(277,85,cs), -(277,23,o), -(228,-16,o), -(161,-16,cs) -); -}, -{ -closed = 1; -nodes = ( -(146,196,o), -(110,226,o), -(110,270,cs), -(110,329,o), -(149,368,o), -(218,368,cs), -(274,368,o), -(311,336,o), -(311,288,cs), -(311,233,o), -(267,196,o), -(202,196,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 411; -}, -{ -anchors = ( -{ -name = _center; -pos = (176,177); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(268,-46,o), -(340,-2,o), -(340,78,cs), -(340,122,o), -(308,159,o), -(272,171,c), -(273,176,l), -(325,190,o), -(360,227,o), -(360,279,cs), -(360,349,o), -(298,397,o), -(203,397,cs), -(113,397,o), -(41,352,o), -(41,273,cs), -(41,238,o), -(59,204,o), -(89,191,c), -(88,185,l), -(31,174,o), -(-9,131,o), -(-9,75,cs), -(-9,2,o), -(50,-46,o), -(161,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(134,62,o), -(120,77,o), -(120,98,cs), -(120,121,o), -(136,137,o), -(167,137,cs), -(194,137,o), -(209,121,o), -(209,100,cs), -(209,78,o), -(193,62,o), -(162,62,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,229,o), -(160,241,o), -(160,261,cs), -(160,281,o), -(176,295,o), -(204,295,cs), -(225,295,o), -(241,282,o), -(241,264,cs), -(241,242,o), -(224,229,o), -(197,229,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 407; -}, -{ -anchors = ( -{ -name = _center; -pos = (199,177); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,-44,o), -(360,-2,o), -(363,81,cs), -(365,130,o), -(327,174,o), -(271,179,c), -(271,182,l), -(342,187,o), -(394,225,o), -(396,289,cs), -(399,363,o), -(324,397,o), -(231,397,cs), -(125,397,o), -(58,353,o), -(55,279,cs), -(53,237,o), -(83,199,o), -(138,189,c), -(137,187,l), -(63,185,o), -(3,138,o), -(1,70,cs), -(-1,-1,o), -(65,-44,o), -(178,-44,cs) -); -}, -{ -closed = 1; -nodes = ( -(94,-14,o), -(38,18,o), -(40,75,cs), -(42,138,o), -(93,170,o), -(182,170,cs), -(272,170,o), -(327,142,o), -(325,85,cs), -(323,26,o), -(278,-14,o), -(180,-14,cs) -); -}, -{ -closed = 1; -nodes = ( -(166,197,o), -(90,212,o), -(92,279,cs), -(94,336,o), -(144,368,o), -(226,368,cs), -(296,368,o), -(361,349,o), -(358,280,cs), -(356,228,o), -(304,197,o), -(225,197,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 441; -}, -{ -anchors = ( -{ -name = _center; -pos = (198,177); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(318,-46,o), -(388,10,o), -(388,89,cs), -(388,133,o), -(359,168,o), -(322,176,c), -(323,179,l), -(380,190,o), -(419,231,o), -(419,281,cs), -(419,350,o), -(361,397,o), -(232,397,cs), -(133,397,o), -(27,359,o), -(27,268,cs), -(27,227,o), -(49,200,o), -(85,189,c), -(84,185,l), -(23,176,o), -(-24,130,o), -(-24,69,cs), -(-24,-23,o), -(78,-46,o), -(173,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(153,64,o), -(131,73,o), -(131,96,cs), -(131,117,o), -(150,132,o), -(190,132,cs), -(221,132,o), -(241,120,o), -(241,100,cs), -(241,79,o), -(221,64,o), -(185,64,cs) -); -}, -{ -closed = 1; -nodes = ( -(189,224,o), -(171,237,o), -(171,255,cs), -(171,277,o), -(194,288,o), -(223,288,cs), -(250,288,o), -(267,276,o), -(267,259,cs), -(267,236,o), -(246,224,o), -(218,224,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 445; -} -); -unicode = 8328; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = eight; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eightsuperior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eightsuperior.glyph deleted file mode 100644 index b05496a7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eightsuperior.glyph +++ /dev/null @@ -1,440 +0,0 @@ -{ -color = 6; -glyphname = eightsuperior; -kernLeft = KO_eightsuperior; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 291; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 285; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 440; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 448; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 285; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 273; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eightinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eightinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 410; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eightinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eightinferior; -}; -width = 381; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 440; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 448; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eightinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eightinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 407; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = eightinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = eightinferior; -}; -width = 384; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (78,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 284; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (78,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 289; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (78,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 411; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (78,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 407; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (78,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 441; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (78,376); -ref = eightinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 445; -} -); -unicode = 8312; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = eight; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ellipsis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ellipsis.glyph deleted file mode 100644 index d68a9555..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ellipsis.glyph +++ /dev/null @@ -1,1457 +0,0 @@ -{ -color = 6; -glyphname = ellipsis; -kernLeft = KO_ellipsis; -kernRight = KO_ellipsis; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(166,-10,o), -(206,23,o), -(206,77,cs), -(206,131,o), -(166,164,o), -(115,164,cs), -(64,164,o), -(24,131,o), -(24,77,cs), -(24,23,o), -(64,-10,o), -(115,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(396,-10,o), -(436,23,o), -(436,77,cs), -(436,131,o), -(396,164,o), -(345,164,cs), -(294,164,o), -(254,131,o), -(254,77,cs), -(254,23,o), -(294,-10,o), -(345,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(626,-10,o), -(666,23,o), -(666,77,cs), -(666,131,o), -(626,164,o), -(575,164,cs), -(524,164,o), -(484,131,o), -(484,77,cs), -(484,23,o), -(524,-10,o), -(575,-10,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (230,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (460,0); -ref = period; -} -); -width = 656; -}, -{ -background = { -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (400,0); -}, -{ -name = top; -pos = (375,522); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(89,-6,o), -(100,4,o), -(100,18,cs), -(100,32,o), -(89,42,o), -(75,42,cs), -(61,42,o), -(50,32,o), -(50,18,cs), -(50,4,o), -(61,-6,o), -(75,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,-6,o), -(250,4,o), -(250,18,cs), -(250,32,o), -(239,42,o), -(225,42,cs), -(211,42,o), -(200,32,o), -(200,18,cs), -(200,4,o), -(211,-6,o), -(225,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(389,-6,o), -(400,4,o), -(400,18,cs), -(400,32,o), -(389,42,o), -(375,42,cs), -(361,42,o), -(350,32,o), -(350,18,cs), -(350,4,o), -(361,-6,o), -(375,-6,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (150,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (300,0); -ref = period; -} -); -width = 424; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(97,-7,o), -(110,5,o), -(110,22,cs), -(110,39,o), -(97,51,o), -(80,51,cs), -(63,51,o), -(50,39,o), -(50,22,cs), -(50,5,o), -(63,-7,o), -(80,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,-7,o), -(269,5,o), -(269,22,cs), -(269,39,o), -(256,51,o), -(239,51,cs), -(222,51,o), -(209,39,o), -(209,22,cs), -(209,5,o), -(222,-7,o), -(239,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(415,-7,o), -(428,5,o), -(428,22,cs), -(428,39,o), -(415,51,o), -(398,51,cs), -(381,51,o), -(368,39,o), -(368,22,cs), -(368,5,o), -(381,-7,o), -(398,-7,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (159,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (318,0); -ref = period; -} -); -width = 460; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(234,-10,o), -(268,29,o), -(268,83,cs), -(268,136,o), -(234,175,o), -(150,175,cs), -(66,175,o), -(32,136,o), -(32,83,cs), -(32,29,o), -(66,-10,o), -(150,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(534,-10,o), -(568,29,o), -(568,83,cs), -(568,136,o), -(534,175,o), -(450,175,cs), -(366,175,o), -(332,136,o), -(332,83,cs), -(332,29,o), -(366,-10,o), -(450,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(834,-10,o), -(868,29,o), -(868,83,cs), -(868,136,o), -(834,175,o), -(750,175,cs), -(666,175,o), -(632,136,o), -(632,83,cs), -(632,29,o), -(666,-10,o), -(750,-10,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (300,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (600,0); -ref = period; -} -); -width = 862; -}, -{ -background = { -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (400,0); -}, -{ -name = top; -pos = (375,522); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(89,-6,o), -(100,4,o), -(100,18,cs), -(100,32,o), -(89,42,o), -(75,42,cs), -(61,42,o), -(50,32,o), -(50,18,cs), -(50,4,o), -(61,-6,o), -(75,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,-6,o), -(250,4,o), -(250,18,cs), -(250,32,o), -(239,42,o), -(225,42,cs), -(211,42,o), -(200,32,o), -(200,18,cs), -(200,4,o), -(211,-6,o), -(225,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(389,-6,o), -(400,4,o), -(400,18,cs), -(400,32,o), -(389,42,o), -(375,42,cs), -(361,42,o), -(350,32,o), -(350,18,cs), -(350,4,o), -(361,-6,o), -(375,-6,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (150,0); -ref = period; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (300,0); -ref = period; -} -); -width = 424; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(166,-10,o), -(206,23,o), -(206,77,cs), -(206,131,o), -(166,164,o), -(115,164,cs), -(64,164,o), -(24,131,o), -(24,77,cs), -(24,23,o), -(64,-10,o), -(115,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(396,-10,o), -(436,23,o), -(436,77,cs), -(436,131,o), -(396,164,o), -(345,164,cs), -(294,164,o), -(254,131,o), -(254,77,cs), -(254,23,o), -(294,-10,o), -(345,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(626,-10,o), -(666,23,o), -(666,77,cs), -(666,131,o), -(626,164,o), -(575,164,cs), -(524,164,o), -(484,131,o), -(484,77,cs), -(484,23,o), -(524,-10,o), -(575,-10,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (230,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (460,0); -ref = period; -} -); -width = 658; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(110,-7,o), -(123,5,o), -(123,22,cs), -(123,39,o), -(110,51,o), -(93,51,cs), -(76,51,o), -(63,39,o), -(63,22,cs), -(63,5,o), -(76,-7,o), -(93,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(296,-7,o), -(309,5,o), -(309,22,cs), -(309,39,o), -(296,51,o), -(279,51,cs), -(262,51,o), -(249,39,o), -(249,22,cs), -(249,5,o), -(262,-7,o), -(279,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,-7,o), -(495,5,o), -(495,22,cs), -(495,39,o), -(482,51,o), -(465,51,cs), -(448,51,o), -(435,39,o), -(435,22,cs), -(435,5,o), -(448,-7,o), -(465,-7,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (186,0); -ref = period; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (372,0); -ref = period; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = period; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 542; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(195,-8,o), -(233,27,o), -(233,80,cs), -(233,133,o), -(195,168,o), -(139,168,cs), -(83,168,o), -(45,133,o), -(45,80,cs), -(45,27,o), -(83,-8,o), -(139,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(473,-8,o), -(511,27,o), -(511,80,cs), -(511,133,o), -(473,168,o), -(417,168,cs), -(361,168,o), -(323,133,o), -(323,80,cs), -(323,27,o), -(361,-8,o), -(417,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(751,-8,o), -(789,27,o), -(789,80,cs), -(789,133,o), -(751,168,o), -(695,168,cs), -(639,168,o), -(601,133,o), -(601,80,cs), -(601,27,o), -(639,-8,o), -(695,-8,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (278,0); -ref = period; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (556,0); -ref = period; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = period; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 768; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(97,-7,o), -(110,5,o), -(110,22,cs), -(110,39,o), -(97,51,o), -(80,51,cs), -(63,51,o), -(50,39,o), -(50,22,cs), -(50,5,o), -(63,-7,o), -(80,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,-7,o), -(269,5,o), -(269,22,cs), -(269,39,o), -(256,51,o), -(239,51,cs), -(222,51,o), -(209,39,o), -(209,22,cs), -(209,5,o), -(222,-7,o), -(239,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(415,-7,o), -(428,5,o), -(428,22,cs), -(428,39,o), -(415,51,o), -(398,51,cs), -(381,51,o), -(368,39,o), -(368,22,cs), -(368,5,o), -(381,-7,o), -(398,-7,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (159,0); -ref = period; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (318,0); -ref = period; -} -); -width = 460; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(234,-10,o), -(268,29,o), -(268,83,cs), -(268,136,o), -(234,175,o), -(150,175,cs), -(66,175,o), -(32,136,o), -(32,83,cs), -(32,29,o), -(66,-10,o), -(150,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(534,-10,o), -(568,29,o), -(568,83,cs), -(568,136,o), -(534,175,o), -(450,175,cs), -(366,175,o), -(332,136,o), -(332,83,cs), -(332,29,o), -(366,-10,o), -(450,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(834,-10,o), -(868,29,o), -(868,83,cs), -(868,136,o), -(834,175,o), -(750,175,cs), -(666,175,o), -(632,136,o), -(632,83,cs), -(632,29,o), -(666,-10,o), -(750,-10,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (300,0); -ref = period; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (600,0); -ref = period; -} -); -width = 862; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(110,-7,o), -(123,5,o), -(123,22,cs), -(123,39,o), -(110,51,o), -(93,51,cs), -(76,51,o), -(63,39,o), -(63,22,cs), -(63,5,o), -(76,-7,o), -(93,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(296,-7,o), -(309,5,o), -(309,22,cs), -(309,39,o), -(296,51,o), -(279,51,cs), -(262,51,o), -(249,39,o), -(249,22,cs), -(249,5,o), -(262,-7,o), -(279,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,-7,o), -(495,5,o), -(495,22,cs), -(495,39,o), -(482,51,o), -(465,51,cs), -(448,51,o), -(435,39,o), -(435,22,cs), -(435,5,o), -(448,-7,o), -(465,-7,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (182,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (364,0); -ref = period; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = period; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 565; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(195,-8,o), -(233,27,o), -(233,80,cs), -(233,133,o), -(195,168,o), -(139,168,cs), -(83,168,o), -(45,133,o), -(45,80,cs), -(45,27,o), -(83,-8,o), -(139,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(473,-8,o), -(511,27,o), -(511,80,cs), -(511,133,o), -(473,168,o), -(417,168,cs), -(361,168,o), -(323,133,o), -(323,80,cs), -(323,27,o), -(361,-8,o), -(417,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(751,-8,o), -(789,27,o), -(789,80,cs), -(789,133,o), -(751,168,o), -(695,168,cs), -(639,168,o), -(601,133,o), -(601,80,cs), -(601,27,o), -(639,-8,o), -(695,-8,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (288,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (576,0); -ref = period; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = period; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = period; -}; -width = 864; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(39,-6,o), -(49,3,o), -(49,18,cs), -(49,33,o), -(39,42,o), -(25,42,cs), -(12,42,o), -(1,33,o), -(1,18,cs), -(1,3,o), -(12,-6,o), -(25,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,-6,o), -(198,3,o), -(198,18,cs), -(198,33,o), -(188,42,o), -(174,42,cs), -(161,42,o), -(150,33,o), -(150,18,cs), -(150,3,o), -(161,-6,o), -(174,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(337,-6,o), -(347,3,o), -(347,18,cs), -(347,33,o), -(337,42,o), -(323,42,cs), -(310,42,o), -(299,33,o), -(299,18,cs), -(299,3,o), -(310,-6,o), -(323,-6,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (149,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (298,0); -ref = period; -} -); -width = 421; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(138,-10,o), -(180,27,o), -(180,82,cs), -(180,131,o), -(147,164,o), -(90,164,cs), -(27,164,o), -(-15,127,o), -(-15,72,cs), -(-15,23,o), -(18,-10,o), -(75,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,-10,o), -(425,27,o), -(425,82,cs), -(425,131,o), -(392,164,o), -(335,164,cs), -(272,164,o), -(230,127,o), -(230,72,cs), -(230,23,o), -(263,-10,o), -(320,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(628,-10,o), -(670,27,o), -(670,82,cs), -(670,131,o), -(637,164,o), -(580,164,cs), -(517,164,o), -(475,127,o), -(475,72,cs), -(475,23,o), -(508,-10,o), -(565,-10,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (245,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (490,0); -ref = period; -} -); -width = 701; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(62,-7,o), -(75,4,o), -(75,23,cs), -(75,40,o), -(63,51,o), -(46,51,cs), -(28,51,o), -(15,40,o), -(15,21,cs), -(15,4,o), -(27,-7,o), -(44,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,-7,o), -(263,4,o), -(263,23,cs), -(263,40,o), -(251,51,o), -(234,51,cs), -(216,51,o), -(203,40,o), -(203,21,cs), -(203,4,o), -(215,-7,o), -(232,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(438,-7,o), -(451,4,o), -(451,23,cs), -(451,40,o), -(439,51,o), -(422,51,cs), -(404,51,o), -(391,40,o), -(391,21,cs), -(391,4,o), -(403,-7,o), -(420,-7,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (188,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (376,0); -ref = period; -} -); -width = 546; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(160,-8,o), -(204,29,o), -(204,87,cs), -(204,135,o), -(168,167,o), -(114,167,cs), -(50,167,o), -(6,130,o), -(6,72,cs), -(6,24,o), -(42,-8,o), -(96,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(412,-8,o), -(456,29,o), -(456,87,cs), -(456,135,o), -(420,167,o), -(366,167,cs), -(302,167,o), -(258,130,o), -(258,72,cs), -(258,24,o), -(294,-8,o), -(348,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(664,-8,o), -(708,29,o), -(708,87,cs), -(708,135,o), -(672,167,o), -(618,167,cs), -(554,167,o), -(510,130,o), -(510,72,cs), -(510,24,o), -(546,-8,o), -(600,-8,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (252,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (504,0); -ref = period; -} -); -width = 746; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(49,-7,o), -(62,4,o), -(62,23,cs), -(62,40,o), -(50,51,o), -(33,51,cs), -(15,51,o), -(2,40,o), -(2,21,cs), -(2,4,o), -(14,-7,o), -(31,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(210,-7,o), -(223,4,o), -(223,23,cs), -(223,40,o), -(211,51,o), -(194,51,cs), -(176,51,o), -(163,40,o), -(163,21,cs), -(163,4,o), -(175,-7,o), -(192,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(371,-7,o), -(384,4,o), -(384,23,cs), -(384,40,o), -(372,51,o), -(355,51,cs), -(337,51,o), -(324,40,o), -(324,21,cs), -(324,4,o), -(336,-7,o), -(353,-7,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (161,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (322,0); -ref = period; -} -); -width = 466; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(188,-10,o), -(234,26,o), -(234,90,cs), -(234,141,o), -(193,175,o), -(121,175,cs), -(40,175,o), -(-6,139,o), -(-6,75,cs), -(-6,24,o), -(35,-10,o), -(107,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(494,-10,o), -(540,26,o), -(540,90,cs), -(540,141,o), -(499,175,o), -(427,175,cs), -(346,175,o), -(300,139,o), -(300,75,cs), -(300,24,o), -(341,-10,o), -(413,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(800,-10,o), -(846,26,o), -(846,90,cs), -(846,141,o), -(805,175,o), -(733,175,cs), -(652,175,o), -(606,139,o), -(606,75,cs), -(606,24,o), -(647,-10,o), -(719,-10,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -anchor = "#exit"; -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (306,0); -ref = period; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (612,0); -ref = period; -} -); -width = 876; -} -); -metricLeft = period; -metricRight = period; -unicode = 8230; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ellipsis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ellipsis.ss01.glyph deleted file mode 100644 index fe8ccf89..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ellipsis.ss01.glyph +++ /dev/null @@ -1,530 +0,0 @@ -{ -color = 6; -glyphname = ellipsis.ss01; -kernLeft = KO_period.ss01; -kernRight = KO_ellipsis.ss01; -layers = ( -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (150,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (300,0); -ref = period.ss01; -} -); -width = 422; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (230,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (460,0); -ref = period.ss01; -} -); -width = 667; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (159,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (318,0); -ref = period.ss01; -} -); -width = 455; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (300,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (600,0); -ref = period.ss01; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (150,0); -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (300,0); -ref = period.ss01; -} -); -width = 422; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (230,0); -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (460,0); -ref = period.ss01; -} -); -width = 667; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (186,0); -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (372,0); -ref = period.ss01; -} -); -width = 537; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (278,0); -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (556,0); -ref = period.ss01; -} -); -width = 791; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (159,0); -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (318,0); -ref = period.ss01; -} -); -width = 455; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (300,0); -ref = period.ss01; -}, -{ -alignment = -1; -anchor = "#exit"; -pos = (600,0); -ref = period.ss01; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (182,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (364,0); -ref = period.ss01; -} -); -width = 530; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (257,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (514,0); -ref = period.ss01; -} -); -width = 762; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (148,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (296,0); -ref = period.ss01; -} -); -width = 418; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (245,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (490,0); -ref = period.ss01; -} -); -width = 695; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (198,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (396,0); -ref = period.ss01; -} -); -width = 560; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (252,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (504,0); -ref = period.ss01; -} -); -width = 757; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (159,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (318,0); -ref = period.ss01; -} -); -width = 456; -}, -{ -background = { -shapes = ( -{ -ref = ellipsis; -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (306,0); -ref = period.ss01; -}, -{ -alignment = 1; -anchor = "#exit"; -pos = (612,0); -ref = period.ss01; -} -); -width = 883; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/emacron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/emacron.glyph deleted file mode 100644 index 25fe12e1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/emacron.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = emacron; -kernLeft = KO_egrave; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (28,-155); -ref = macroncomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (28,-139); -ref = macroncomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (79,-154); -ref = macroncomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (79,-129); -ref = macroncomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (28,-155); -ref = macroncomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (29,-139); -ref = macroncomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (87,-155); -ref = macroncomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (56,-134); -ref = macroncomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (79,-154); -ref = macroncomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (79,-129); -ref = macroncomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (90,-155); -ref = macroncomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (61,-134); -ref = macroncomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-8,-155); -ref = macroncomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (1,-139); -ref = macroncomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (30,-155); -ref = macroncomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (22,-134); -ref = macroncomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (32,-154); -ref = macroncomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (27,-129); -ref = macroncomb; -} -); -width = 690; -} -); -unicode = 275; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/emdash.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/emdash.case.glyph deleted file mode 100644 index cc9d47ac..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/emdash.case.glyph +++ /dev/null @@ -1,202 +0,0 @@ -{ -color = 6; -glyphname = emdash.case; -kernLeft = KO_hyphen.case; -kernRight = KO_hyphen.case; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,106); -ref = emdash; -} -); -width = 524; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,94); -ref = emdash; -} -); -width = 654; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,106); -ref = emdash; -} -); -width = 701; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,93); -ref = emdash; -} -); -width = 768; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,106); -ref = emdash; -} -); -width = 524; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -pos = (0,94); -ref = emdash; -} -); -width = 654; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,106); -ref = emdash; -} -); -width = 635; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,93); -ref = emdash; -} -); -width = 732; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,106); -ref = emdash; -} -); -width = 701; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,93); -ref = emdash; -} -); -width = 768; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,106); -ref = emdash; -} -); -width = 628; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,93); -ref = emdash; -} -); -width = 732; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (22,106); -ref = emdash; -} -); -width = 520; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (19,94); -ref = emdash; -} -); -width = 647; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (22,106); -ref = emdash; -} -); -width = 630; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (19,93); -ref = emdash; -} -); -width = 746; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (22,106); -ref = emdash; -} -); -width = 696; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (19,93); -ref = emdash; -} -); -width = 761; -} -); -metricLeft = emdash; -metricRight = emdash; -userData = { -KernOnSpecialSpacing = { -L = dashes; -R = dashes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/emdash.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/emdash.glyph deleted file mode 100644 index 57e0837c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/emdash.glyph +++ /dev/null @@ -1,332 +0,0 @@ -{ -glyphname = emdash; -kernLeft = KO_hyphen; -kernRight = KO_endash; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(635,191,l), -(635,351,l), -(19,351,l), -(19,191,l) -); -} -); -width = 654; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(482,246,l), -(482,271,l), -(42,271,l), -(42,246,l) -); -} -); -width = 524; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,243,l), -(655,275,l), -(46,275,l), -(46,243,l) -); -} -); -width = 701; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(738,188,l), -(738,356,l), -(30,356,l), -(30,188,l) -); -} -); -width = 768; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(462,246,l), -(462,271,l), -(22,271,l), -(22,246,l) -); -} -); -width = 484; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(625,191,l), -(625,351,l), -(9,351,l), -(9,191,l) -); -} -); -width = 634; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(555,242,l), -(555,275,l), -(40,275,l), -(40,242,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 595; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(693,192,l), -(693,352,l), -(17,352,l), -(17,192,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; -}; -width = 710; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(645,243,l), -(645,275,l), -(36,275,l), -(36,243,l) -); -} -); -width = 681; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(728,188,l), -(728,356,l), -(20,356,l), -(20,188,l) -); -} -); -width = 748; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(566,242,l), -(566,275,l), -(61,275,l), -(61,242,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 628; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(696,192,l), -(696,352,l), -(37,352,l), -(37,192,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; -}; -width = 732; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(476,246,l), -(481,271,l), -(45,271,l), -(40,246,l) -); -} -); -width = 520; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(612,191,l), -(646,351,l), -(36,351,l), -(3,191,l) -); -} -); -width = 647; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(567,242,l), -(574,275,l), -(64,275,l), -(57,242,l) -); -} -); -width = 630; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(691,192,l), -(724,352,l), -(55,352,l), -(22,192,l) -); -} -); -width = 746; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(646,243,l), -(653,275,l), -(50,275,l), -(43,243,l) -); -} -); -width = 696; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(713,188,l), -(748,356,l), -(48,356,l), -(13,188,l) -); -} -); -width = 761; -} -); -unicode = 8212; -userData = { -KernOnSpecialSpacing = { -L = dashes; -R = dashes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/emptyset.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/emptyset.glyph deleted file mode 100644 index 720eeb81..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/emptyset.glyph +++ /dev/null @@ -1,976 +0,0 @@ -{ -glyphname = emptyset; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(572,0,o), -(726,149,o), -(726,366,cs), -(726,579,o), -(572,729,o), -(368,729,cs), -(164,729,o), -(10,580,o), -(10,366,cs), -(10,149,o), -(164,0,o), -(368,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,71,o), -(189,116,o), -(138,189,c), -(628,488,l), -(643,451,o), -(651,410,o), -(651,366,cs), -(651,193,o), -(528,71,o), -(368,71,cs) -); -}, -{ -closed = 1; -nodes = ( -(93,284,o), -(85,324,o), -(85,366,cs), -(85,538,o), -(210,658,o), -(368,658,cs), -(462,658,o), -(542,617,o), -(594,548,c), -(106,249,l) -); -} -); -width = 736; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(574,0,o), -(737,151,o), -(737,366,cs), -(737,578,o), -(574,729,o), -(378,729,cs), -(180,729,o), -(18,578,o), -(18,366,cs), -(18,151,o), -(180,0,o), -(378,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,28,o), -(162,87,o), -(103,181,c), -(667,524,l), -(691,478,o), -(704,424,o), -(704,366,cs), -(704,171,o), -(554,28,o), -(378,28,cs) -); -}, -{ -closed = 1; -nodes = ( -(64,254,o), -(51,308,o), -(51,366,cs), -(51,560,o), -(201,701,o), -(378,701,cs), -(491,701,o), -(593,643,o), -(651,551,c), -(88,207,l) -); -} -); -width = 755; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(584,0,o), -(747,151,o), -(747,366,cs), -(747,578,o), -(584,729,o), -(388,729,cs), -(190,729,o), -(28,578,o), -(28,366,cs), -(28,151,o), -(190,0,o), -(388,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,28,o), -(172,87,o), -(113,181,c), -(677,524,l), -(701,478,o), -(714,424,o), -(714,366,cs), -(714,171,o), -(564,28,o), -(388,28,cs) -); -}, -{ -closed = 1; -nodes = ( -(74,254,o), -(61,308,o), -(61,366,cs), -(61,560,o), -(211,701,o), -(388,701,cs), -(501,701,o), -(603,643,o), -(661,551,c), -(98,207,l) -); -} -); -width = 775; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(569,0,o), -(723,149,o), -(723,366,cs), -(723,579,o), -(569,729,o), -(365,729,cs), -(161,729,o), -(7,580,o), -(7,366,cs), -(7,149,o), -(161,0,o), -(365,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,71,o), -(186,116,o), -(135,189,c), -(625,488,l), -(640,451,o), -(648,410,o), -(648,366,cs), -(648,193,o), -(525,71,o), -(365,71,cs) -); -}, -{ -closed = 1; -nodes = ( -(90,284,o), -(82,324,o), -(82,366,cs), -(82,538,o), -(207,658,o), -(365,658,cs), -(459,658,o), -(539,617,o), -(591,548,c), -(103,249,l) -); -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(556,0,o), -(719,151,o), -(719,366,cs), -(719,578,o), -(556,729,o), -(360,729,cs), -(162,729,o), -(0,578,o), -(0,366,cs), -(0,151,o), -(162,0,o), -(360,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,28,o), -(144,87,o), -(85,181,c), -(649,524,l), -(673,478,o), -(686,424,o), -(686,366,cs), -(686,171,o), -(536,28,o), -(360,28,cs) -); -}, -{ -closed = 1; -nodes = ( -(46,254,o), -(33,308,o), -(33,366,cs), -(33,560,o), -(183,701,o), -(360,701,cs), -(473,701,o), -(575,643,o), -(633,551,c), -(70,207,l) -); -} -); -width = 719; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,0,o), -(719,149,o), -(719,366,cs), -(719,579,o), -(565,729,o), -(361,729,cs), -(157,729,o), -(3,580,o), -(3,366,cs), -(3,149,o), -(157,0,o), -(361,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(266,71,o), -(182,116,o), -(131,189,c), -(621,488,l), -(636,451,o), -(644,410,o), -(644,366,cs), -(644,193,o), -(521,71,o), -(361,71,cs) -); -}, -{ -closed = 1; -nodes = ( -(86,284,o), -(78,324,o), -(78,366,cs), -(78,538,o), -(203,658,o), -(361,658,cs), -(455,658,o), -(535,617,o), -(587,548,c), -(99,249,l) -); -} -); -width = 722; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(593,-10,o), -(760,145,o), -(760,366,cs), -(760,584,o), -(593,739,o), -(392,739,cs), -(189,739,o), -(23,584,o), -(23,366,cs), -(23,145,o), -(189,-10,o), -(392,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(275,19,o), -(170,80,o), -(109,176,c), -(689,529,l), -(713,481,o), -(727,426,o), -(727,366,cs), -(727,166,o), -(573,19,o), -(392,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(70,250,o), -(56,306,o), -(56,366,cs), -(56,565,o), -(210,710,o), -(392,710,cs), -(508,710,o), -(613,651,o), -(673,556,c), -(94,202,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 783; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,0,o), -(719,149,o), -(719,366,cs), -(719,579,o), -(565,729,o), -(361,729,cs), -(157,729,o), -(3,580,o), -(3,366,cs), -(3,149,o), -(157,0,o), -(361,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(266,71,o), -(182,116,o), -(131,189,c), -(621,488,l), -(636,451,o), -(644,410,o), -(644,366,cs), -(644,193,o), -(521,71,o), -(361,71,cs) -); -}, -{ -closed = 1; -nodes = ( -(86,284,o), -(78,324,o), -(78,366,cs), -(78,538,o), -(203,658,o), -(361,658,cs), -(455,658,o), -(535,617,o), -(587,548,c), -(99,249,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 722; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(574,0,o), -(737,151,o), -(737,366,cs), -(737,578,o), -(574,729,o), -(378,729,cs), -(180,729,o), -(18,578,o), -(18,366,cs), -(18,151,o), -(180,0,o), -(378,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,28,o), -(162,87,o), -(103,181,c), -(667,524,l), -(691,478,o), -(704,424,o), -(704,366,cs), -(704,171,o), -(554,28,o), -(378,28,cs) -); -}, -{ -closed = 1; -nodes = ( -(64,254,o), -(51,308,o), -(51,366,cs), -(51,560,o), -(201,701,o), -(378,701,cs), -(491,701,o), -(593,643,o), -(651,551,c), -(88,207,l) -); -} -); -width = 755; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(564,0,o), -(718,149,o), -(718,366,cs), -(718,579,o), -(564,729,o), -(360,729,cs), -(156,729,o), -(2,580,o), -(2,366,cs), -(2,149,o), -(156,0,o), -(360,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(265,71,o), -(181,116,o), -(130,189,c), -(620,488,l), -(635,451,o), -(643,410,o), -(643,366,cs), -(643,193,o), -(520,71,o), -(360,71,cs) -); -}, -{ -closed = 1; -nodes = ( -(85,284,o), -(77,324,o), -(77,366,cs), -(77,538,o), -(202,658,o), -(360,658,cs), -(454,658,o), -(534,617,o), -(586,548,c), -(98,249,l) -); -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(604,-10,o), -(767,145,o), -(767,366,cs), -(767,584,o), -(604,739,o), -(407,739,cs), -(208,739,o), -(46,584,o), -(46,366,cs), -(46,145,o), -(208,-10,o), -(407,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(292,19,o), -(189,80,o), -(130,176,c), -(698,529,l), -(722,481,o), -(736,426,o), -(736,366,cs), -(736,166,o), -(584,19,o), -(407,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(91,250,o), -(77,306,o), -(77,366,cs), -(77,565,o), -(229,710,o), -(407,710,cs), -(521,710,o), -(624,651,o), -(682,556,c), -(115,202,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 812; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(567,0,o), -(718,149,o), -(718,366,cs), -(718,579,o), -(567,729,o), -(368,729,cs), -(169,729,o), -(19,580,o), -(19,366,cs), -(19,149,o), -(169,0,o), -(368,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,71,o), -(194,116,o), -(145,189,c), -(622,488,l), -(637,448,o), -(644,410,o), -(644,366,cs), -(644,193,o), -(524,71,o), -(368,71,cs) -); -}, -{ -closed = 1; -nodes = ( -(101,282,o), -(93,324,o), -(93,366,cs), -(93,538,o), -(215,658,o), -(368,658,cs), -(459,658,o), -(538,617,o), -(588,548,c), -(113,249,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 736; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(604,0,o), -(767,151,o), -(767,366,cs), -(767,578,o), -(604,729,o), -(408,729,cs), -(210,729,o), -(48,578,o), -(48,366,cs), -(48,151,o), -(210,0,o), -(408,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(294,28,o), -(192,87,o), -(133,181,c), -(697,524,l), -(721,478,o), -(734,424,o), -(734,366,cs), -(734,171,o), -(584,28,o), -(408,28,cs) -); -}, -{ -closed = 1; -nodes = ( -(94,254,o), -(81,308,o), -(81,366,cs), -(81,560,o), -(231,701,o), -(408,701,cs), -(521,701,o), -(623,643,o), -(681,551,c), -(118,207,l) -); -} -); -width = 770; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(601,0,o), -(755,149,o), -(755,366,cs), -(755,579,o), -(601,729,o), -(397,729,cs), -(193,729,o), -(39,580,o), -(39,366,cs), -(39,149,o), -(193,0,o), -(397,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(302,71,o), -(218,116,o), -(167,189,c), -(657,488,l), -(672,451,o), -(680,410,o), -(680,366,cs), -(680,193,o), -(557,71,o), -(397,71,cs) -); -}, -{ -closed = 1; -nodes = ( -(122,284,o), -(114,324,o), -(114,366,cs), -(114,538,o), -(239,658,o), -(397,658,cs), -(491,658,o), -(571,617,o), -(623,548,c), -(135,249,l) -); -} -); -width = 754; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(643,-10,o), -(810,145,o), -(810,366,cs), -(810,584,o), -(643,739,o), -(442,739,cs), -(239,739,o), -(73,584,o), -(73,366,cs), -(73,145,o), -(239,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(325,19,o), -(220,80,o), -(159,176,c), -(739,529,l), -(763,481,o), -(777,426,o), -(777,366,cs), -(777,166,o), -(623,19,o), -(442,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(120,250,o), -(106,306,o), -(106,366,cs), -(106,565,o), -(260,710,o), -(442,710,cs), -(558,710,o), -(663,651,o), -(723,556,c), -(144,202,l) -); -} -); -width = 839; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(609,0,o), -(763,149,o), -(763,366,cs), -(763,579,o), -(609,729,o), -(405,729,cs), -(201,729,o), -(47,580,o), -(47,366,cs), -(47,149,o), -(201,0,o), -(405,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(310,71,o), -(226,116,o), -(175,189,c), -(665,488,l), -(680,451,o), -(688,410,o), -(688,366,cs), -(688,193,o), -(565,71,o), -(405,71,cs) -); -}, -{ -closed = 1; -nodes = ( -(130,284,o), -(122,324,o), -(122,366,cs), -(122,538,o), -(247,658,o), -(405,658,cs), -(499,658,o), -(579,617,o), -(631,548,c), -(143,249,l) -); -} -); -width = 772; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(614,0,o), -(777,151,o), -(777,366,cs), -(777,578,o), -(614,729,o), -(418,729,cs), -(220,729,o), -(58,578,o), -(58,366,cs), -(58,151,o), -(220,0,o), -(418,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(304,28,o), -(202,87,o), -(143,181,c), -(707,524,l), -(731,478,o), -(744,424,o), -(744,366,cs), -(744,171,o), -(594,28,o), -(418,28,cs) -); -}, -{ -closed = 1; -nodes = ( -(104,254,o), -(91,308,o), -(91,366,cs), -(91,560,o), -(241,701,o), -(418,701,cs), -(531,701,o), -(633,643,o), -(691,551,c), -(128,207,l) -); -} -); -width = 790; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(595,0,o), -(749,149,o), -(749,366,cs), -(749,579,o), -(595,729,o), -(391,729,cs), -(187,729,o), -(33,580,o), -(33,366,cs), -(33,149,o), -(187,0,o), -(391,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(296,71,o), -(212,116,o), -(161,189,c), -(651,488,l), -(666,451,o), -(674,410,o), -(674,366,cs), -(674,193,o), -(551,71,o), -(391,71,cs) -); -}, -{ -closed = 1; -nodes = ( -(116,284,o), -(108,324,o), -(108,366,cs), -(108,538,o), -(233,658,o), -(391,658,cs), -(485,658,o), -(565,617,o), -(617,548,c), -(129,249,l) -); -} -); -width = 744; -} -); -unicode = 8709; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/endash.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/endash.case.glyph deleted file mode 100644 index 4f928e16..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/endash.case.glyph +++ /dev/null @@ -1,202 +0,0 @@ -{ -color = 6; -glyphname = endash.case; -kernLeft = KO_hyphen.case; -kernRight = KO_hyphen.case; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,106); -ref = endash; -} -); -width = 374; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,94); -ref = endash; -} -); -width = 458; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,106); -ref = endash; -} -); -width = 515; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,93); -ref = endash; -} -); -width = 590; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,106); -ref = endash; -} -); -width = 374; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -pos = (0,94); -ref = endash; -} -); -width = 458; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,106); -ref = endash; -} -); -width = 475; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,93); -ref = endash; -} -); -width = 556; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,106); -ref = endash; -} -); -width = 515; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,93); -ref = endash; -} -); -width = 590; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,106); -ref = endash; -} -); -width = 470; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,93); -ref = endash; -} -); -width = 557; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (22,106); -ref = endash; -} -); -width = 371; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (19,94); -ref = endash; -} -); -width = 453; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (22,106); -ref = endash; -} -); -width = 511; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (19,93); -ref = endash; -} -); -width = 572; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (22,106); -ref = endash; -} -); -width = 518; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (19,93); -ref = endash; -} -); -width = 585; -} -); -metricLeft = endash; -metricRight = endash; -userData = { -KernOnSpecialSpacing = { -L = dashes; -R = dashes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/endash.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/endash.glyph deleted file mode 100644 index 37aaf06a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/endash.glyph +++ /dev/null @@ -1,333 +0,0 @@ -{ -glyphname = endash; -kernLeft = KO_hyphen; -kernRight = KO_endash; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(439,191,l), -(439,351,l), -(19,351,l), -(19,191,l) -); -} -); -width = 458; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,246,l), -(332,271,l), -(42,271,l), -(42,246,l) -); -} -); -width = 374; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(469,243,l), -(469,275,l), -(46,275,l), -(46,243,l) -); -} -); -width = 515; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(560,188,l), -(560,356,l), -(30,356,l), -(30,188,l) -); -} -); -width = 590; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(312,246,l), -(312,271,l), -(22,271,l), -(22,246,l) -); -} -); -width = 334; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(429,191,l), -(429,351,l), -(9,351,l), -(9,191,l) -); -} -); -width = 438; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(395,242,l), -(395,275,l), -(40,275,l), -(40,242,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 435; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(517,192,l), -(517,352,l), -(17,352,l), -(17,192,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; -}; -width = 534; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(459,243,l), -(459,275,l), -(36,275,l), -(36,243,l) -); -} -); -width = 495; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(550,188,l), -(550,356,l), -(20,356,l), -(20,188,l) -); -} -); -width = 570; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(410,242,l), -(410,275,l), -(61,275,l), -(61,242,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 470; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(522,192,l), -(522,352,l), -(37,352,l), -(37,192,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = hyphen; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = hyphen; -}; -width = 557; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(327,246,l), -(332,271,l), -(45,271,l), -(40,246,l) -); -} -); -width = 371; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(418,191,l), -(452,351,l), -(36,351,l), -(3,191,l) -); -} -); -width = 453; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,243,l), -(455,275,l), -(63,275,l), -(56,243,l) -); -} -); -width = 511; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(517,192,l), -(550,352,l), -(55,352,l), -(22,192,l) -); -} -); -width = 572; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(468,243,l), -(475,275,l), -(50,275,l), -(43,243,l) -); -} -); -width = 518; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(537,188,l), -(572,356,l), -(48,356,l), -(13,188,l) -); -} -); -width = 585; -} -); -unicode = 8211; -userData = { -KernOnName = endash; -KernOnSpecialSpacing = { -L = dashes; -R = dashes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eng.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eng.glyph deleted file mode 100644 index 666f21d1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eng.glyph +++ /dev/null @@ -1,744 +0,0 @@ -{ -glyphname = eng; -kernLeft = KO_n; -kernRight = KO_n; -layers = ( -{ -background = { -shapes = ( -{ -ref = n; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,-167,ls), -(282,-167,o), -(297,-138,o), -(297,-94,cs), -(297,378,ls), -(297,478,o), -(265,526,o), -(198,526,cs), -(146,526,o), -(107,496,o), -(91,439,c), -(89,439,l), -(88,516,l), -(60,516,l), -(60,0,l), -(89,0,l), -(89,307,ls), -(89,421,o), -(116,500,o), -(189,500,cs), -(240,500,o), -(268,474,o), -(268,371,cs), -(268,-89,ls), -(268,-128,o), -(257,-140,o), -(228,-140,cs), -(211,-140,l), -(211,-167,l) -); -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(299,-167,ls), -(415,-167,o), -(452,-108,o), -(452,-2,cs), -(452,347,ls), -(452,494,o), -(411,551,o), -(320,551,cs), -(270,551,o), -(232,524,o), -(210,477,c), -(204,477,l), -(199,541,l), -(27,541,l), -(27,0,l), -(204,0,l), -(204,328,ls), -(204,381,o), -(211,411,o), -(241,411,cs), -(263,411,o), -(275,396,o), -(275,335,cs), -(275,-1,ls), -(275,-28,o), -(268,-40,o), -(242,-40,cs), -(217,-40,l), -(217,-167,l) -); -} -); -width = 475; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(445,-167,ls), -(510,-167,o), -(572,-140,o), -(572,-43,cs), -(572,283,ls), -(572,462,o), -(477,525,o), -(345,525,cs), -(242,525,o), -(150,476,o), -(108,387,c), -(103,387,l), -(103,517,l), -(66,517,l), -(66,0,l), -(103,0,l), -(103,256,ls), -(103,397,o), -(201,491,o), -(341,491,cs), -(466,491,o), -(535,430,o), -(535,277,cs), -(535,-35,ls), -(535,-107,o), -(505,-133,o), -(441,-133,cs), -(375,-133,l), -(375,-167,l) -); -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(494,-167,ls), -(628,-167,o), -(691,-104,o), -(691,29,cs), -(691,299,ls), -(691,491,o), -(596,554,o), -(456,554,cs), -(382,554,o), -(306,521,o), -(274,465,c), -(264,465,l), -(256,544,l), -(43,544,l), -(43,0,l), -(264,0,l), -(264,271,ls), -(264,339,o), -(306,389,o), -(376,389,cs), -(452,389,o), -(470,336,o), -(470,260,cs), -(470,54,ls), -(470,9,o), -(456,-6,o), -(420,-6,cs), -(363,-6,l), -(363,-167,l) -); -} -); -width = 722; -}, -{ -background = { -shapes = ( -{ -ref = n; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,-167,ls), -(258,-167,o), -(273,-138,o), -(273,-94,cs), -(273,378,ls), -(273,478,o), -(241,526,o), -(174,526,cs), -(122,526,o), -(83,496,o), -(67,439,c), -(65,439,l), -(64,516,l), -(36,516,l), -(36,0,l), -(65,0,l), -(65,307,ls), -(65,421,o), -(92,500,o), -(165,500,cs), -(216,500,o), -(244,474,o), -(244,371,cs), -(244,-89,ls), -(244,-128,o), -(233,-140,o), -(204,-140,cs), -(187,-140,l), -(187,-167,l) -); -} -); -width = 308; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,-167,ls), -(404,-167,o), -(441,-108,o), -(441,-2,cs), -(441,347,ls), -(441,494,o), -(400,551,o), -(309,551,cs), -(259,551,o), -(221,524,o), -(199,477,c), -(193,477,l), -(188,541,l), -(16,541,l), -(16,0,l), -(193,0,l), -(193,328,ls), -(193,381,o), -(200,411,o), -(230,411,cs), -(252,411,o), -(264,396,o), -(264,335,cs), -(264,-1,ls), -(264,-28,o), -(257,-40,o), -(231,-40,cs), -(206,-40,l), -(206,-167,l) -); -} -); -width = 454; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(390,-167,ls), -(451,-167,o), -(480,-128,o), -(480,-70,cs), -(480,300,ls), -(480,462,o), -(401,525,o), -(292,525,cs), -(209,525,o), -(134,482,o), -(99,400,c), -(95,400,l), -(93,517,l), -(59,517,l), -(59,0,l), -(95,0,l), -(95,274,ls), -(95,401,o), -(172,491,o), -(287,491,cs), -(392,491,o), -(443,430,o), -(443,294,cs), -(443,-60,ls), -(443,-113,o), -(425,-133,o), -(379,-133,cs), -(333,-133,l), -(333,-167,l) -); -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(395,-167,ls), -(530,-167,o), -(580,-97,o), -(580,25,cs), -(580,333,ls), -(580,494,o), -(497,554,o), -(390,554,cs), -(318,554,o), -(255,521,o), -(229,455,c), -(221,455,l), -(214,544,l), -(30,544,l), -(30,0,l), -(221,0,l), -(221,308,ls), -(221,352,o), -(250,400,o), -(310,400,cs), -(367,400,o), -(389,363,o), -(389,291,cs), -(389,21,ls), -(389,-19,o), -(374,-34,o), -(338,-34,cs), -(299,-34,l), -(299,-167,l) -); -} -); -width = 604; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(435,-167,ls), -(500,-167,o), -(562,-140,o), -(562,-43,cs), -(562,283,ls), -(562,462,o), -(467,525,o), -(335,525,cs), -(232,525,o), -(140,476,o), -(98,387,c), -(93,387,l), -(93,517,l), -(56,517,l), -(56,0,l), -(93,0,l), -(93,256,ls), -(93,397,o), -(191,491,o), -(331,491,cs), -(456,491,o), -(525,430,o), -(525,277,cs), -(525,-35,ls), -(525,-107,o), -(495,-133,o), -(431,-133,cs), -(365,-133,l), -(365,-167,l) -); -} -); -width = 606; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(484,-167,ls), -(618,-167,o), -(681,-104,o), -(681,29,cs), -(681,299,ls), -(681,491,o), -(586,554,o), -(446,554,cs), -(372,554,o), -(296,521,o), -(264,465,c), -(254,465,l), -(246,544,l), -(33,544,l), -(33,0,l), -(254,0,l), -(254,271,ls), -(254,339,o), -(296,389,o), -(366,389,cs), -(442,389,o), -(460,336,o), -(460,260,cs), -(460,54,ls), -(460,9,o), -(446,-6,o), -(410,-6,cs), -(353,-6,l), -(353,-167,l) -); -} -); -width = 702; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(411,-167,ls), -(470,-167,o), -(499,-128,o), -(499,-70,cs), -(499,300,ls), -(499,462,o), -(422,525,o), -(315,525,cs), -(234,525,o), -(159,482,o), -(126,400,c), -(122,400,l), -(120,517,l), -(86,517,l), -(86,0,l), -(122,0,l), -(122,274,ls), -(122,401,o), -(197,491,o), -(310,491,cs), -(413,491,o), -(462,430,o), -(462,294,cs), -(462,-60,ls), -(462,-113,o), -(445,-133,o), -(400,-133,cs), -(354,-133,l), -(354,-167,l) -); -} -); -width = 574; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(406,-167,ls), -(539,-167,o), -(587,-97,o), -(587,25,cs), -(587,333,ls), -(587,494,o), -(507,554,o), -(404,554,cs), -(335,554,o), -(274,521,o), -(249,455,c), -(242,455,l), -(235,544,l), -(52,544,l), -(52,0,l), -(242,0,l), -(242,308,ls), -(242,352,o), -(268,400,o), -(324,400,cs), -(377,400,o), -(398,364,o), -(398,291,cs), -(398,21,ls), -(398,-19,o), -(383,-34,o), -(349,-34,cs), -(312,-34,l), -(312,-167,l) -); -} -); -width = 630; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(138,-167,ls), -(185,-167,o), -(211,-150,o), -(222,-97,cs), -(319,371,ls), -(337,458,o), -(327,526,o), -(244,526,cs), -(195,526,o), -(153,495,o), -(131,446,c), -(130,446,l), -(140,516,l), -(113,516,l), -(7,0,l), -(36,0,l), -(100,315,ls), -(122,425,o), -(165,501,o), -(231,501,cs), -(296,501,o), -(307,455,o), -(289,366,cs), -(195,-89,ls), -(188,-122,o), -(176,-140,o), -(142,-140,cs), -(128,-140,l), -(122,-167,l) -); -} -); -width = 352; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,-167,ls), -(314,-167,o), -(368,-117,o), -(389,-12,cs), -(463,338,ls), -(489,461,o), -(479,551,o), -(363,551,cs), -(318,551,o), -(282,525,o), -(254,485,c), -(247,485,l), -(254,541,l), -(83,541,l), -(-30,0,l), -(147,0,l), -(216,337,ls), -(226,387,o), -(239,417,o), -(267,417,cs), -(293,417,o), -(299,396,o), -(287,340,cs), -(217,-1,ls), -(211,-29,o), -(198,-47,o), -(172,-47,cs), -(150,-47,l), -(126,-167,l) -); -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(294,-167,ls), -(368,-167,o), -(414,-129,o), -(431,-49,cs), -(501,291,ls), -(532,440,o), -(474,527,o), -(354,527,cs), -(281,527,o), -(206,493,o), -(158,415,c), -(153,415,l), -(169,517,l), -(139,517,l), -(31,0,l), -(66,0,l), -(127,293,ls), -(152,415,o), -(238,493,o), -(345,493,cs), -(453,493,o), -(493,419,o), -(465,288,cs), -(396,-43,ls), -(383,-107,o), -(356,-134,o), -(293,-134,cs), -(250,-134,l), -(242,-167,l) -); -} -); -width = 568; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(324,-167,ls), -(438,-167,o), -(514,-114,o), -(538,-1,cs), -(603,311,ls), -(643,501,o), -(545,554,o), -(460,554,cs), -(394,554,o), -(326,519,o), -(294,467,c), -(286,467,l), -(295,544,l), -(112,544,l), -(-2,0,l), -(189,0,l), -(255,313,ls), -(266,366,o), -(305,401,o), -(350,401,cs), -(404,401,o), -(420,361,o), -(406,292,cs), -(353,35,ls), -(341,-21,o), -(321,-27,o), -(276,-27,cs), -(257,-27,l), -(229,-167,l) -); -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(361,-167,ls), -(440,-167,o), -(485,-134,o), -(503,-50,cs), -(570,270,ls), -(604,434,o), -(531,527,o), -(377,527,cs), -(286,527,o), -(195,485,o), -(141,406,c), -(136,406,l), -(156,517,l), -(120,517,l), -(13,0,l), -(50,0,l), -(107,276,ls), -(134,409,o), -(239,494,o), -(368,494,cs), -(497,494,o), -(567,429,o), -(533,266,cs), -(467,-46,ls), -(456,-102,o), -(432,-133,o), -(360,-133,cs), -(314,-133,l), -(307,-167,l) -); -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,-167,ls), -(528,-167,o), -(611,-95,o), -(637,33,cs), -(688,282,ls), -(725,461,o), -(638,554,o), -(491,554,cs), -(421,554,o), -(349,523,o), -(314,478,c), -(306,478,l), -(309,544,l), -(100,544,l), -(-13,0,l), -(206,0,l), -(263,276,ls), -(278,348,o), -(317,389,o), -(390,389,cs), -(450,389,o), -(483,347,o), -(465,261,cs), -(423,60,ls), -(414,15,o), -(396,-3,o), -(356,-3,cs), -(305,-3,l), -(273,-167,l) -); -} -); -width = 714; -} -); -metricLeft = l; -metricRight = n; -unicode = 331; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eogonek.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eogonek.glyph deleted file mode 100644 index 4f379d9a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eogonek.glyph +++ /dev/null @@ -1,1431 +0,0 @@ -{ -color = 0; -glyphname = eogonek; -kernLeft = KO_e; -kernRight = KO_e; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (168,0); -}, -{ -name = ogonek; -pos = (220,0); -}, -{ -name = top; -pos = (165,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,-199,o), -(242,-197,o), -(251,-193,c), -(251,-169,l), -(243,-173,o), -(228,-175,o), -(219,-175,cs), -(184,-175,o), -(166,-156,o), -(166,-123,cs), -(166,-84,o), -(190,-44,o), -(236,14,c), -(262,37,o), -(279,79,o), -(285,148,c), -(255,148,l), -(247,70,o), -(229,18,o), -(168,18,cs), -(111,18,o), -(73,67,o), -(73,260,c), -(283,260,l), -(282,419,o), -(259,526,o), -(168,526,cs), -(67,526,o), -(44,416,o), -(44,258,cs), -(44,99,o), -(67,-10,o), -(168,-10,cs), -(178,-10,o), -(188,-9,o), -(197,-7,c), -(163,-47,o), -(139,-86,o), -(139,-125,cs), -(139,-172,o), -(168,-199,o), -(213,-199,cs) -); -}, -{ -closed = 1; -nodes = ( -(77,455,o), -(115,498,o), -(168,498,cs), -(212,498,o), -(249,463,o), -(253,289,c), -(72,289,l) -); -} -); -width = 324; -}, -{ -anchors = ( -{ -name = bottom; -pos = (226,0); -}, -{ -name = ogonek; -pos = (341,0); -}, -{ -name = top; -pos = (222,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,-202,o), -(340,-195,o), -(355,-187,c), -(355,-114,l), -(346,-118,o), -(331,-121,o), -(317,-121,cs), -(294,-121,o), -(281,-109,o), -(281,-88,cs), -(281,-57,o), -(310,-21,o), -(366,34,cs), -(400,65,o), -(422,113,o), -(428,185,c), -(261,185,l), -(258,135,o), -(247,118,o), -(226,118,cs), -(202,118,o), -(191,147,o), -(191,235,c), -(428,235,l), -(438,441,o), -(382,551,o), -(226,551,cs), -(92,551,o), -(14,474,o), -(14,273,cs), -(14,65,o), -(97,-10,o), -(226,-10,cs), -(231,-10,o), -(237,-10,o), -(242,-10,c), -(200,-44,o), -(178,-82,o), -(178,-120,cs), -(178,-170,o), -(212,-202,o), -(276,-202,cs) -); -}, -{ -closed = 1; -nodes = ( -(193,401,o), -(204,422,o), -(226,422,cs), -(248,422,o), -(259,397,o), -(261,333,c), -(191,333,l) -); -} -); -width = 443; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = ogonek; -pos = (398,0); -}, -{ -name = top; -pos = (307,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(432,-211,o), -(458,-208,o), -(475,-201,c), -(475,-173,l), -(459,-179,o), -(439,-182,o), -(418,-182,cs), -(369,-182,o), -(342,-161,o), -(342,-123,cs), -(342,-61,o), -(415,-19,o), -(486,35,c), -(532,63,o), -(564,103,o), -(574,152,c), -(537,152,l), -(516,76,o), -(428,26,o), -(317,26,cs), -(170,26,o), -(75,111,o), -(71,256,c), -(581,256,l), -(591,423,o), -(485,525,o), -(314,525,cs), -(141,525,o), -(34,417,o), -(34,258,cs), -(34,97,o), -(146,-8,o), -(317,-8,cs), -(344,-8,o), -(371,-5,o), -(395,0,c), -(351,-33,o), -(309,-74,o), -(309,-127,cs), -(309,-179,o), -(346,-211,o), -(412,-211,cs) -); -}, -{ -closed = 1; -nodes = ( -(84,409,o), -(172,491,o), -(314,491,cs), -(448,491,o), -(541,419,o), -(542,289,c), -(73,289,l) -); -} -); -width = 615; -}, -{ -anchors = ( -{ -name = bottom; -pos = (343,0); -}, -{ -name = ogonek; -pos = (498,0); -}, -{ -name = top; -pos = (343,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(476,-229,o), -(534,-219,o), -(565,-205,c), -(565,-94,l), -(547,-102,o), -(519,-107,o), -(497,-107,cs), -(463,-107,o), -(445,-94,o), -(445,-69,cs), -(445,-38,o), -(475,-12,o), -(550,30,c), -(617,62,o), -(662,113,o), -(674,180,c), -(456,180,l), -(445,158,o), -(404,142,o), -(357,142,cs), -(290,142,o), -(244,167,o), -(243,219,c), -(678,219,l), -(701,419,o), -(584,553,o), -(348,553,cs), -(145,553,o), -(10,450,o), -(10,268,cs), -(10,113,o), -(116,5,o), -(302,-8,cs), -(316,-9,o), -(330,-10,o), -(345,-10,c), -(300,-39,o), -(270,-76,o), -(270,-123,cs), -(270,-190,o), -(328,-229,o), -(425,-229,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,382,o), -(283,409,o), -(348,409,cs), -(416,409,o), -(451,382,o), -(456,334,c), -(237,334,l) -); -} -); -width = 693; -}, -{ -anchors = ( -{ -name = bottom; -pos = (148,0); -}, -{ -name = ogonek; -pos = (200,0); -}, -{ -name = top; -pos = (145,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,-199,o), -(222,-197,o), -(231,-193,c), -(231,-169,l), -(223,-173,o), -(208,-175,o), -(199,-175,cs), -(164,-175,o), -(146,-156,o), -(146,-123,cs), -(146,-84,o), -(170,-44,o), -(216,14,c), -(242,37,o), -(259,79,o), -(265,148,c), -(235,148,l), -(227,70,o), -(209,18,o), -(148,18,cs), -(91,18,o), -(53,67,o), -(53,260,c), -(263,260,l), -(262,419,o), -(239,526,o), -(148,526,cs), -(47,526,o), -(24,416,o), -(24,258,cs), -(24,99,o), -(47,-10,o), -(148,-10,cs), -(158,-10,o), -(168,-9,o), -(177,-7,c), -(143,-47,o), -(119,-86,o), -(119,-125,cs), -(119,-172,o), -(148,-199,o), -(193,-199,cs) -); -}, -{ -closed = 1; -nodes = ( -(57,455,o), -(95,498,o), -(148,498,cs), -(192,498,o), -(229,463,o), -(233,289,c), -(52,289,l) -); -} -); -width = 284; -}, -{ -anchors = ( -{ -name = bottom; -pos = (217,0); -}, -{ -name = ogonek; -pos = (332,0); -}, -{ -name = top; -pos = (213,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,-202,o), -(331,-195,o), -(346,-187,c), -(346,-114,l), -(337,-118,o), -(322,-121,o), -(308,-121,cs), -(285,-121,o), -(272,-109,o), -(272,-88,cs), -(272,-57,o), -(301,-21,o), -(357,34,cs), -(391,65,o), -(413,113,o), -(419,185,c), -(252,185,l), -(249,135,o), -(238,118,o), -(217,118,cs), -(193,118,o), -(182,147,o), -(182,235,c), -(419,235,l), -(429,441,o), -(373,551,o), -(217,551,cs), -(83,551,o), -(5,474,o), -(5,273,cs), -(5,65,o), -(88,-10,o), -(217,-10,cs), -(222,-10,o), -(228,-10,o), -(233,-10,c), -(191,-44,o), -(169,-82,o), -(169,-120,cs), -(169,-170,o), -(203,-202,o), -(267,-202,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,401,o), -(195,422,o), -(217,422,cs), -(239,422,o), -(250,397,o), -(252,333,c), -(182,333,l) -); -} -); -width = 425; -}, -{ -anchors = ( -{ -name = bottom; -pos = (270,0); -}, -{ -name = ogonek; -pos = (351,0); -}, -{ -name = top; -pos = (267,517); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,-196,o), -(387,-193,o), -(400,-188,c), -(400,-161,l), -(383,-167,o), -(363,-168,o), -(353,-168,cs), -(308,-168,o), -(287,-148,o), -(287,-113,cs), -(287,-60,o), -(341,-20,o), -(400,26,c), -(445,53,o), -(477,95,o), -(487,147,c), -(449,147,l), -(430,74,o), -(365,26,o), -(270,26,cs), -(151,26,o), -(74,110,o), -(70,256,c), -(489,256,l), -(503,410,o), -(426,525,o), -(268,525,cs), -(121,525,o), -(33,417,o), -(33,258,cs), -(33,97,o), -(126,-8,o), -(270,-8,cs), -(289,-8,o), -(308,-6,o), -(326,-2,c), -(286,-36,o), -(256,-73,o), -(256,-119,cs), -(256,-167,o), -(290,-196,o), -(347,-196,cs) -); -}, -{ -closed = 1; -nodes = ( -(80,415,o), -(155,491,o), -(267,491,cs), -(378,491,o), -(453,426,o), -(454,290,c), -(71,290,l) -); -} -); -width = 525; -}, -{ -anchors = ( -{ -name = bottom; -pos = (284,0); -}, -{ -name = ogonek; -pos = (415,0); -}, -{ -name = top; -pos = (277,544); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(374,-208,o), -(417,-200,o), -(435,-192,c), -(435,-113,l), -(424,-118,o), -(410,-121,o), -(393,-121,cs), -(364,-121,o), -(347,-106,o), -(347,-82,cs), -(347,-43,o), -(386,-17,o), -(451,34,c), -(502,66,o), -(535,114,o), -(542,172,c), -(362,172,l), -(352,148,o), -(328,132,o), -(284,132,cs), -(228,132,o), -(190,166,o), -(192,227,c), -(547,227,l), -(567,415,o), -(474,554,o), -(277,554,cs), -(113,554,o), -(4,445,o), -(4,267,cs), -(4,114,o), -(90,8,o), -(243,-8,cs), -(253,-9,o), -(263,-10,o), -(274,-10,c), -(234,-37,o), -(209,-71,o), -(209,-112,cs), -(209,-173,o), -(257,-208,o), -(336,-208,cs) -); -}, -{ -closed = 1; -nodes = ( -(197,384,o), -(229,413,o), -(277,413,cs), -(323,413,o), -(356,387,o), -(359,341,c), -(193,341,l) -); -} -); -width = 555; -}, -{ -anchors = ( -{ -name = bottom; -pos = (307,0); -}, -{ -name = ogonek; -pos = (388,0); -}, -{ -name = top; -pos = (297,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(422,-211,o), -(448,-208,o), -(465,-201,c), -(465,-173,l), -(449,-179,o), -(429,-182,o), -(408,-182,cs), -(359,-182,o), -(332,-161,o), -(332,-123,cs), -(332,-61,o), -(405,-19,o), -(476,35,c), -(522,63,o), -(554,103,o), -(564,152,c), -(527,152,l), -(506,76,o), -(418,26,o), -(307,26,cs), -(160,26,o), -(65,111,o), -(61,256,c), -(571,256,l), -(581,423,o), -(475,525,o), -(304,525,cs), -(131,525,o), -(24,417,o), -(24,258,cs), -(24,97,o), -(136,-8,o), -(307,-8,cs), -(334,-8,o), -(361,-5,o), -(385,0,c), -(341,-33,o), -(299,-74,o), -(299,-127,cs), -(299,-179,o), -(336,-211,o), -(402,-211,cs) -); -}, -{ -closed = 1; -nodes = ( -(74,409,o), -(162,491,o), -(304,491,cs), -(438,491,o), -(531,419,o), -(532,289,c), -(63,289,l) -); -} -); -width = 595; -}, -{ -anchors = ( -{ -name = bottom; -pos = (333,0); -}, -{ -name = ogonek; -pos = (488,0); -}, -{ -name = top; -pos = (333,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(466,-229,o), -(524,-219,o), -(555,-205,c), -(555,-94,l), -(537,-102,o), -(509,-107,o), -(487,-107,cs), -(453,-107,o), -(435,-94,o), -(435,-69,cs), -(435,-38,o), -(465,-12,o), -(540,30,c), -(607,62,o), -(652,113,o), -(664,180,c), -(446,180,l), -(435,158,o), -(394,142,o), -(347,142,cs), -(280,142,o), -(234,167,o), -(233,219,c), -(668,219,l), -(691,419,o), -(574,553,o), -(338,553,cs), -(135,553,o), -(0,450,o), -(0,268,cs), -(0,113,o), -(106,5,o), -(292,-8,cs), -(306,-9,o), -(320,-10,o), -(335,-10,c), -(290,-39,o), -(260,-76,o), -(260,-123,cs), -(260,-190,o), -(318,-229,o), -(415,-229,cs) -); -}, -{ -closed = 1; -nodes = ( -(234,382,o), -(273,409,o), -(338,409,cs), -(406,409,o), -(441,382,o), -(446,334,c), -(227,334,l) -); -} -); -width = 673; -}, -{ -anchors = ( -{ -name = bottom; -pos = (287,0); -}, -{ -name = ogonek; -pos = (366,0); -}, -{ -name = top; -pos = (284,517); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(383,-196,o), -(402,-193,o), -(415,-188,c), -(415,-161,l), -(398,-167,o), -(378,-168,o), -(368,-168,cs), -(325,-168,o), -(304,-148,o), -(304,-113,cs), -(304,-60,o), -(356,-20,o), -(415,26,c), -(458,53,o), -(490,95,o), -(500,147,c), -(462,147,l), -(444,74,o), -(380,26,o), -(287,26,cs), -(170,26,o), -(95,110,o), -(91,256,c), -(502,256,l), -(516,410,o), -(441,525,o), -(285,525,cs), -(142,525,o), -(54,417,o), -(54,258,cs), -(54,97,o), -(147,-8,o), -(287,-8,cs), -(306,-8,o), -(325,-6,o), -(343,-2,c), -(303,-36,o), -(273,-73,o), -(273,-119,cs), -(273,-167,o), -(307,-196,o), -(362,-196,cs) -); -}, -{ -closed = 1; -nodes = ( -(101,415,o), -(174,491,o), -(284,491,cs), -(393,491,o), -(466,426,o), -(467,290,c), -(92,290,l) -); -} -); -width = 558; -}, -{ -anchors = ( -{ -name = bottom; -pos = (296,0); -}, -{ -name = ogonek; -pos = (424,0); -}, -{ -name = top; -pos = (289,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(383,-208,o), -(425,-200,o), -(443,-192,c), -(443,-113,l), -(432,-118,o), -(419,-121,o), -(402,-121,cs), -(375,-121,o), -(358,-106,o), -(358,-82,cs), -(358,-43,o), -(399,-14,o), -(458,34,c), -(508,66,o), -(540,114,o), -(546,172,c), -(368,172,l), -(358,147,o), -(336,132,o), -(296,132,cs), -(244,132,o), -(208,166,o), -(210,227,c), -(551,227,l), -(571,415,o), -(480,554,o), -(289,554,cs), -(130,554,o), -(24,445,o), -(24,267,cs), -(24,113,o), -(107,8,o), -(255,-8,cs), -(264,-9,o), -(273,-10,o), -(284,-10,c), -(246,-37,o), -(222,-71,o), -(222,-112,cs), -(222,-173,o), -(268,-208,o), -(346,-208,cs) -); -}, -{ -closed = 1; -nodes = ( -(215,384,o), -(244,413,o), -(289,413,cs), -(332,413,o), -(362,387,o), -(365,341,c), -(211,341,l) -); -} -); -width = 578; -}, -{ -anchors = ( -{ -name = bottom; -pos = (122,0); -}, -{ -name = ogonek; -pos = (167,0); -}, -{ -name = top; -pos = (215,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(134,-199,o), -(151,-197,o), -(161,-193,c), -(165,-169,l), -(157,-173,o), -(140,-175,o), -(132,-175,cs), -(103,-175,o), -(88,-161,o), -(88,-137,cs), -(88,-96,o), -(124,-50,o), -(178,6,c), -(211,26,o), -(240,69,o), -(261,148,c), -(231,148,l), -(210,70,o), -(179,18,o), -(126,18,cs), -(43,18,o), -(46,124,o), -(74,260,c), -(283,260,l), -(311,405,o), -(315,525,o), -(215,525,cs), -(124,525,o), -(79,426,o), -(46,266,cs), -(12,102,o), -(15,-10,o), -(122,-10,cs), -(128,-10,o), -(135,-10,o), -(141,-8,c), -(97,-51,o), -(60,-97,o), -(60,-144,cs), -(60,-179,o), -(83,-199,o), -(122,-199,cs) -); -}, -{ -closed = 1; -nodes = ( -(117,452,o), -(162,497,o), -(211,497,cs), -(284,497,o), -(276,398,o), -(258,288,c), -(79,288,l) -); -} -); -width = 324; -}, -{ -anchors = ( -{ -name = bottom; -pos = (191,0); -}, -{ -name = ogonek; -pos = (286,0); -}, -{ -name = top; -pos = (280,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,-202,o), -(247,-197,o), -(268,-187,c), -(282,-114,l), -(272,-118,o), -(259,-121,o), -(245,-121,cs), -(222,-121,o), -(212,-112,o), -(212,-96,cs), -(212,-63,o), -(256,-23,o), -(324,34,cs), -(360,65,o), -(389,113,o), -(408,186,c), -(242,186,l), -(228,135,o), -(215,119,o), -(195,119,cs), -(165,119,o), -(168,166,o), -(183,235,c), -(418,235,l), -(463,425,o), -(438,551,o), -(261,551,cs), -(129,551,o), -(56,466,o), -(18,288,cs), -(-19,114,o), -(18,8,o), -(150,-8,cs), -(161,-9,o), -(173,-10,o), -(186,-10,c), -(132,-47,o), -(102,-86,o), -(102,-129,cs), -(102,-174,o), -(136,-202,o), -(190,-202,cs) -); -}, -{ -closed = 1; -nodes = ( -(220,401,o), -(236,421,o), -(255,421,cs), -(282,421,o), -(281,382,o), -(272,334,c), -(204,334,l) -); -} -); -width = 440; -}, -{ -anchors = ( -{ -name = bottom; -pos = (244,0); -}, -{ -name = ogonek; -pos = (321,0); -}, -{ -name = top; -pos = (316,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,-196,o), -(329,-193,o), -(340,-188,c), -(346,-161,l), -(327,-167,o), -(312,-168,o), -(301,-168,cs), -(260,-168,o), -(240,-153,o), -(240,-122,cs), -(240,-68,o), -(303,-22,o), -(374,22,cs), -(426,51,o), -(464,96,o), -(479,153,c), -(442,153,l), -(417,75,o), -(342,24,o), -(249,24,cs), -(138,24,o), -(73,116,o), -(90,258,c), -(494,258,l), -(526,415,o), -(462,527,o), -(317,527,cs), -(168,527,o), -(58,397,o), -(51,219,cs), -(47,81,o), -(124,-10,o), -(246,-10,cs), -(262,-10,o), -(277,-9,o), -(292,-6,c), -(237,-45,o), -(209,-88,o), -(209,-128,cs), -(209,-170,o), -(240,-196,o), -(290,-196,cs) -); -}, -{ -closed = 1; -nodes = ( -(128,428,o), -(215,494,o), -(311,494,cs), -(417,494,o), -(484,419,o), -(464,291,c), -(96,291,l) -); -} -); -width = 552; -}, -{ -anchors = ( -{ -name = bottom; -pos = (286,0); -}, -{ -name = ogonek; -pos = (392,0); -}, -{ -name = top; -pos = (330,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(327,-208,o), -(363,-202,o), -(387,-192,c), -(406,-112,l), -(394,-117,o), -(378,-120,o), -(363,-120,cs), -(337,-120,o), -(321,-107,o), -(321,-84,cs), -(321,-46,o), -(362,-20,o), -(431,24,c), -(493,55,o), -(536,108,o), -(551,173,c), -(368,176,l), -(358,150,o), -(332,132,o), -(293,132,cs), -(240,132,o), -(207,163,o), -(211,227,c), -(561,227,l), -(600,410,o), -(506,554,o), -(323,554,cs), -(142,554,o), -(26,422,o), -(26,238,cs), -(26,109,o), -(97,17,o), -(224,-5,cs), -(234,-7,o), -(245,-8,o), -(256,-9,c), -(204,-41,o), -(178,-79,o), -(178,-120,cs), -(178,-174,o), -(224,-208,o), -(292,-208,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,384,o), -(267,413,o), -(317,413,cs), -(363,413,o), -(393,385,o), -(391,341,c), -(228,341,l) -); -} -); -width = 597; -}, -{ -anchors = ( -{ -name = bottom; -pos = (284,0); -}, -{ -name = ogonek; -pos = (366,0); -}, -{ -name = top; -pos = (346,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(359,-211,o), -(389,-206,o), -(399,-201,c), -(404,-173,l), -(387,-179,o), -(362,-182,o), -(343,-182,cs), -(300,-182,o), -(279,-167,o), -(279,-134,cs), -(279,-70,o), -(368,-20,o), -(450,32,c), -(502,61,o), -(540,102,o), -(556,152,c), -(519,152,l), -(487,76,o), -(400,25,o), -(289,25,cs), -(142,25,o), -(56,117,o), -(72,256,c), -(576,256,l), -(611,418,o), -(516,527,o), -(344,527,cs), -(169,527,o), -(38,400,o), -(32,225,cs), -(27,84,o), -(134,-9,o), -(283,-9,cs), -(306,-9,o), -(328,-7,o), -(350,-3,c), -(293,-41,o), -(246,-87,o), -(246,-141,cs), -(246,-184,o), -(279,-211,o), -(334,-211,cs) -); -}, -{ -closed = 1; -nodes = ( -(106,412,o), -(207,493,o), -(341,493,cs), -(480,493,o), -(560,413,o), -(544,289,c), -(79,289,l) -); -} -); -width = 612; -}, -{ -anchors = ( -{ -name = bottom; -pos = (333,0); -}, -{ -name = ogonek; -pos = (480,0); -}, -{ -name = top; -pos = (375,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(400,-229,o), -(459,-221,o), -(496,-205,c), -(518,-94,l), -(497,-103,o), -(471,-107,o), -(451,-107,cs), -(417,-107,o), -(402,-96,o), -(402,-75,cs), -(402,-41,o), -(444,-12,o), -(527,30,cs), -(597,63,o), -(646,114,o), -(661,180,c), -(439,180,l), -(423,157,o), -(385,140,o), -(333,140,cs), -(270,140,o), -(225,171,o), -(227,219,c), -(670,219,l), -(702,422,o), -(577,554,o), -(361,554,cs), -(152,554,o), -(13,437,o), -(13,256,cs), -(13,111,o), -(106,11,o), -(277,-7,cs), -(290,-8,o), -(302,-9,o), -(315,-9,c), -(251,-43,o), -(215,-87,o), -(215,-135,cs), -(215,-193,o), -(268,-229,o), -(358,-229,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,378,o), -(294,409,o), -(357,409,cs), -(421,409,o), -(454,377,o), -(459,334,c), -(242,334,l) -); -} -); -width = 690; -} -); -unicode = 281; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/equal.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/equal.glyph deleted file mode 100644 index d4234f93..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/equal.glyph +++ /dev/null @@ -1,618 +0,0 @@ -{ -glyphname = equal; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (240,366); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(462,411,l), -(462,551,l), -(18,551,l), -(18,411,l) -); -}, -{ -closed = 1; -nodes = ( -(462,171,l), -(462,311,l), -(18,311,l), -(18,171,l) -); -} -); -width = 480; -}, -{ -anchors = ( -{ -name = center; -pos = (240,366); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(433,447,l), -(433,475,l), -(47,475,l), -(47,447,l) -); -}, -{ -closed = 1; -nodes = ( -(433,247,l), -(433,275,l), -(47,275,l), -(47,247,l) -); -} -); -width = 480; -}, -{ -anchors = ( -{ -name = center; -pos = (360,366); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(607,464,l), -(607,496,l), -(112,496,l), -(112,464,l) -); -}, -{ -closed = 1; -nodes = ( -(607,227,l), -(607,259,l), -(112,259,l), -(112,227,l) -); -} -); -width = 720; -}, -{ -anchors = ( -{ -name = center; -pos = (361,366); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(611,411,l), -(611,585,l), -(110,585,l), -(110,411,l) -); -}, -{ -closed = 1; -nodes = ( -(611,137,l), -(611,311,l), -(110,311,l), -(110,137,l) -); -} -); -width = 720; -}, -{ -anchors = ( -{ -name = center; -pos = (220,366); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(413,447,l), -(413,475,l), -(27,475,l), -(27,447,l) -); -}, -{ -closed = 1; -nodes = ( -(413,247,l), -(413,275,l), -(27,275,l), -(27,247,l) -); -} -); -width = 440; -}, -{ -anchors = ( -{ -name = center; -pos = (230,366); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(452,411,l), -(452,551,l), -(8,551,l), -(8,411,l) -); -}, -{ -closed = 1; -nodes = ( -(452,171,l), -(452,311,l), -(8,311,l), -(8,171,l) -); -} -); -width = 460; -}, -{ -anchors = ( -{ -name = center; -pos = (280,366); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(519,455,l), -(519,487,l), -(41,487,l), -(41,455,l) -); -}, -{ -closed = 1; -nodes = ( -(519,235,l), -(519,267,l), -(41,267,l), -(41,235,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 560; -}, -{ -anchors = ( -{ -name = center; -pos = (277,366); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(513,406,l), -(513,555,l), -(40,555,l), -(40,406,l) -); -}, -{ -closed = 1; -nodes = ( -(513,166,l), -(513,315,l), -(40,315,l), -(40,166,l) -); -} -); -width = 552; -}, -{ -anchors = ( -{ -name = center; -pos = (350,366); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(597,464,l), -(597,496,l), -(102,496,l), -(102,464,l) -); -}, -{ -closed = 1; -nodes = ( -(597,227,l), -(597,259,l), -(102,259,l), -(102,227,l) -); -} -); -width = 700; -}, -{ -anchors = ( -{ -name = center; -pos = (351,366); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(601,411,l), -(601,585,l), -(100,585,l), -(100,411,l) -); -}, -{ -closed = 1; -nodes = ( -(601,137,l), -(601,311,l), -(100,311,l), -(100,137,l) -); -} -); -width = 700; -}, -{ -anchors = ( -{ -name = center; -pos = (297,366); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(532,455,l), -(532,487,l), -(62,487,l), -(62,455,l) -); -}, -{ -closed = 1; -nodes = ( -(532,235,l), -(532,267,l), -(62,267,l), -(62,235,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -anchors = ( -{ -name = center; -pos = (292,366); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(521,406,l), -(521,555,l), -(62,555,l), -(62,406,l) -); -}, -{ -closed = 1; -nodes = ( -(521,166,l), -(521,315,l), -(62,315,l), -(62,166,l) -); -} -); -width = 581; -}, -{ -anchors = ( -{ -name = center; -pos = (263,366); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(471,447,l), -(477,475,l), -(95,475,l), -(89,447,l) -); -}, -{ -closed = 1; -nodes = ( -(429,247,l), -(435,275,l), -(53,275,l), -(47,247,l) -); -} -); -width = 480; -}, -{ -anchors = ( -{ -name = center; -pos = (259,366); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(488,411,l), -(517,551,l), -(78,551,l), -(48,411,l) -); -}, -{ -closed = 1; -nodes = ( -(438,171,l), -(467,311,l), -(28,311,l), -(-2,171,l) -); -} -); -width = 480; -}, -{ -anchors = ( -{ -name = center; -pos = (322,366); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(577,455,l), -(583,487,l), -(110,487,l), -(104,455,l) -); -}, -{ -closed = 1; -nodes = ( -(531,235,l), -(538,267,l), -(65,267,l), -(57,235,l) -); -} -); -width = 600; -}, -{ -anchors = ( -{ -name = center; -pos = (320,366); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(562,406,l), -(594,555,l), -(126,555,l), -(94,406,l) -); -}, -{ -closed = 1; -nodes = ( -(512,166,l), -(543,315,l), -(75,315,l), -(44,166,l) -); -} -); -width = 600; -}, -{ -anchors = ( -{ -name = center; -pos = (381,366); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(647,464,l), -(653,496,l), -(163,496,l), -(157,464,l) -); -}, -{ -closed = 1; -nodes = ( -(597,227,l), -(604,259,l), -(114,259,l), -(107,227,l) -); -} -); -width = 720; -}, -{ -anchors = ( -{ -name = center; -pos = (379,366); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(636,411,l), -(673,585,l), -(177,585,l), -(140,411,l) -); -}, -{ -closed = 1; -nodes = ( -(579,137,l), -(616,311,l), -(120,311,l), -(83,137,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 61; -userData = { -KernOnName = equal; -KernOnSpecialSpacing = { -L = math; -R = math; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/estimated.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/estimated.glyph deleted file mode 100644 index aae0e669..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/estimated.glyph +++ /dev/null @@ -1,852 +0,0 @@ -{ -glyphname = estimated; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(561,-9,o), -(667,27,o), -(734,90,c), -(716,120,l), -(655,64,o), -(557,26,o), -(457,26,cs), -(361,26,o), -(289,53,o), -(232,107,c), -(232,362,l), -(763,362,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,620,l), -(282,679,o), -(365,704,o), -(436,704,cs), -(511,704,o), -(594,681,o), -(638,626,c), -(638,395,l), -(232,395,l) -); -} -); -width = 853; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(561,-9,o), -(667,28,o), -(740,91,c), -(710,134,l), -(649,82,o), -(554,46,o), -(457,46,cs), -(361,46,o), -(289,73,o), -(232,127,c), -(232,352,l), -(763,352,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,600,l), -(282,659,o), -(365,684,o), -(436,684,cs), -(511,684,o), -(593,661,o), -(638,606,c), -(638,405,l), -(232,405,l) -); -} -); -width = 853; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(561,-9,o), -(667,27,o), -(734,90,c), -(716,120,l), -(655,64,o), -(557,26,o), -(457,26,cs), -(361,26,o), -(289,53,o), -(232,107,c), -(232,362,l), -(763,362,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,620,l), -(282,679,o), -(365,704,o), -(436,704,cs), -(511,704,o), -(594,681,o), -(638,626,c), -(638,395,l), -(232,395,l) -); -} -); -width = 853; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(561,-9,o), -(667,28,o), -(740,91,c), -(710,134,l), -(649,82,o), -(554,46,o), -(457,46,cs), -(361,46,o), -(289,73,o), -(232,127,c), -(232,352,l), -(763,352,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,600,l), -(282,659,o), -(365,684,o), -(436,684,cs), -(511,684,o), -(593,661,o), -(638,606,c), -(638,405,l), -(232,405,l) -); -} -); -width = 853; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(541,-9,o), -(647,27,o), -(714,90,c), -(696,120,l), -(635,64,o), -(537,26,o), -(437,26,cs), -(341,26,o), -(269,53,o), -(212,107,c), -(212,362,l), -(743,362,l), -(743,416,ls), -(743,609,o), -(612,737,o), -(416,737,cs), -(208,737,o), -(70,588,o), -(70,364,cs), -(70,140,o), -(217,-9,o), -(437,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(212,620,l), -(262,679,o), -(345,704,o), -(416,704,cs), -(491,704,o), -(574,681,o), -(618,626,c), -(618,395,l), -(212,395,l) -); -} -); -width = 813; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(551,-9,o), -(657,28,o), -(730,91,c), -(700,134,l), -(639,82,o), -(544,46,o), -(447,46,cs), -(351,46,o), -(279,73,o), -(222,127,c), -(222,352,l), -(753,352,l), -(753,416,ls), -(753,609,o), -(622,737,o), -(426,737,cs), -(218,737,o), -(80,588,o), -(80,364,cs), -(80,140,o), -(227,-9,o), -(447,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(222,600,l), -(272,659,o), -(355,684,o), -(426,684,cs), -(501,684,o), -(583,661,o), -(628,606,c), -(628,405,l), -(222,405,l) -); -} -); -width = 833; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(537,-9,o), -(643,27,o), -(710,90,c), -(692,120,l), -(631,64,o), -(533,26,o), -(433,26,cs), -(337,26,o), -(265,53,o), -(208,107,c), -(208,362,l), -(739,362,l), -(739,416,ls), -(739,609,o), -(608,737,o), -(412,737,cs), -(204,737,o), -(66,588,o), -(66,364,cs), -(66,140,o), -(213,-9,o), -(433,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(208,620,l), -(258,679,o), -(341,704,o), -(412,704,cs), -(487,704,o), -(570,681,o), -(614,626,c), -(614,395,l), -(208,395,l) -); -} -); -width = 805; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(537,-9,o), -(643,28,o), -(716,91,c), -(686,134,l), -(625,82,o), -(530,46,o), -(433,46,cs), -(337,46,o), -(265,73,o), -(208,127,c), -(208,352,l), -(739,352,l), -(739,416,ls), -(739,609,o), -(608,737,o), -(412,737,cs), -(204,737,o), -(66,588,o), -(66,364,cs), -(66,140,o), -(213,-9,o), -(433,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(208,600,l), -(258,659,o), -(341,684,o), -(412,684,cs), -(487,684,o), -(569,661,o), -(614,606,c), -(614,405,l), -(208,405,l) -); -} -); -width = 805; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(551,-9,o), -(657,27,o), -(724,90,c), -(706,120,l), -(645,64,o), -(547,26,o), -(447,26,cs), -(351,26,o), -(279,53,o), -(222,107,c), -(222,362,l), -(753,362,l), -(753,416,ls), -(753,609,o), -(622,737,o), -(426,737,cs), -(218,737,o), -(80,588,o), -(80,364,cs), -(80,140,o), -(227,-9,o), -(447,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(222,620,l), -(272,679,o), -(355,704,o), -(426,704,cs), -(501,704,o), -(584,681,o), -(628,626,c), -(628,395,l), -(222,395,l) -); -} -); -width = 833; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(551,-9,o), -(657,28,o), -(730,91,c), -(700,134,l), -(639,82,o), -(544,46,o), -(447,46,cs), -(351,46,o), -(279,73,o), -(222,127,c), -(222,352,l), -(753,352,l), -(753,416,ls), -(753,609,o), -(622,737,o), -(426,737,cs), -(218,737,o), -(80,588,o), -(80,364,cs), -(80,140,o), -(227,-9,o), -(447,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(222,600,l), -(272,659,o), -(355,684,o), -(426,684,cs), -(501,684,o), -(583,661,o), -(628,606,c), -(628,405,l), -(222,405,l) -); -} -); -width = 833; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(552,-9,o), -(656,27,o), -(723,90,c), -(705,120,l), -(645,64,o), -(548,26,o), -(450,26,cs), -(356,26,o), -(286,53,o), -(231,107,c), -(231,362,l), -(750,362,l), -(750,416,ls), -(750,609,o), -(623,737,o), -(431,737,cs), -(227,737,o), -(91,588,o), -(91,364,cs), -(91,140,o), -(236,-9,o), -(450,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(231,620,l), -(279,679,o), -(360,704,o), -(431,704,cs), -(504,704,o), -(585,681,o), -(629,626,c), -(629,395,l), -(231,395,l) -); -} -); -width = 841; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(547,-9,o), -(650,28,o), -(722,91,c), -(693,134,l), -(634,82,o), -(541,46,o), -(446,46,cs), -(352,46,o), -(282,73,o), -(227,127,c), -(227,352,l), -(744,352,l), -(744,416,ls), -(744,609,o), -(617,737,o), -(426,737,cs), -(223,737,o), -(88,588,o), -(88,364,cs), -(88,140,o), -(232,-9,o), -(446,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(227,600,l), -(275,659,o), -(356,684,o), -(426,684,cs), -(497,684,o), -(578,662,o), -(623,606,c), -(623,405,l), -(227,405,l) -); -} -); -width = 832; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(564,-9,o), -(670,27,o), -(737,90,c), -(719,120,l), -(658,64,o), -(560,26,o), -(460,26,cs), -(364,26,o), -(292,53,o), -(235,107,c), -(235,362,l), -(766,362,l), -(766,416,ls), -(766,609,o), -(635,737,o), -(439,737,cs), -(231,737,o), -(93,588,o), -(93,364,cs), -(93,140,o), -(240,-9,o), -(460,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(235,620,l), -(285,679,o), -(368,704,o), -(439,704,cs), -(514,704,o), -(597,681,o), -(641,626,c), -(641,395,l), -(235,395,l) -); -} -); -width = 832; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(561,-9,o), -(667,28,o), -(740,91,c), -(710,134,l), -(649,82,o), -(554,46,o), -(457,46,cs), -(361,46,o), -(289,73,o), -(232,127,c), -(232,352,l), -(763,352,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,600,l), -(282,659,o), -(365,684,o), -(436,684,cs), -(511,684,o), -(593,661,o), -(638,606,c), -(638,405,l), -(232,405,l) -); -} -); -width = 837; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(564,-9,o), -(670,27,o), -(737,90,c), -(719,120,l), -(658,64,o), -(560,26,o), -(460,26,cs), -(364,26,o), -(292,53,o), -(235,107,c), -(235,362,l), -(766,362,l), -(766,416,ls), -(766,609,o), -(635,737,o), -(439,737,cs), -(231,737,o), -(93,588,o), -(93,364,cs), -(93,140,o), -(240,-9,o), -(460,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(235,620,l), -(285,679,o), -(368,704,o), -(439,704,cs), -(514,704,o), -(597,681,o), -(641,626,c), -(641,395,l), -(235,395,l) -); -} -); -width = 832; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(561,-9,o), -(667,28,o), -(740,91,c), -(710,134,l), -(649,82,o), -(554,46,o), -(457,46,cs), -(361,46,o), -(289,73,o), -(232,127,c), -(232,352,l), -(763,352,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,600,l), -(282,659,o), -(365,684,o), -(436,684,cs), -(511,684,o), -(593,661,o), -(638,606,c), -(638,405,l), -(232,405,l) -); -} -); -width = 837; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(564,-9,o), -(670,27,o), -(737,90,c), -(719,120,l), -(658,64,o), -(560,26,o), -(460,26,cs), -(364,26,o), -(292,53,o), -(235,107,c), -(235,362,l), -(766,362,l), -(766,416,ls), -(766,609,o), -(635,737,o), -(439,737,cs), -(231,737,o), -(93,588,o), -(93,364,cs), -(93,140,o), -(240,-9,o), -(460,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(235,620,l), -(285,679,o), -(368,704,o), -(439,704,cs), -(514,704,o), -(597,681,o), -(641,626,c), -(641,395,l), -(235,395,l) -); -} -); -width = 832; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(561,-9,o), -(667,28,o), -(740,91,c), -(710,134,l), -(649,82,o), -(554,46,o), -(457,46,cs), -(361,46,o), -(289,73,o), -(232,127,c), -(232,352,l), -(763,352,l), -(763,416,ls), -(763,609,o), -(632,737,o), -(436,737,cs), -(228,737,o), -(90,588,o), -(90,364,cs), -(90,140,o), -(237,-9,o), -(457,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,600,l), -(282,659,o), -(365,684,o), -(436,684,cs), -(511,684,o), -(593,661,o), -(638,606,c), -(638,405,l), -(232,405,l) -); -} -); -width = 837; -} -); -unicode = 8494; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/eth.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/eth.glyph deleted file mode 100644 index 356a25d9..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/eth.glyph +++ /dev/null @@ -1,2025 +0,0 @@ -{ -glyphname = eth; -kernLeft = KO_egrave; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(270,-9,o), -(292,101,o), -(292,229,cs), -(292,397,o), -(228,580,o), -(130,729,c), -(96,729,l), -(165,626,o), -(221,506,o), -(252,382,c), -(247,382,l), -(232,419,o), -(201,444,o), -(165,444,cs), -(86,444,o), -(44,377,o), -(44,219,cs), -(44,101,o), -(67,-9,o), -(167,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(112,18,o), -(73,65,o), -(73,219,cs), -(73,369,o), -(106,417,o), -(166,417,cs), -(214,417,o), -(263,389,o), -(263,214,cs), -(263,67,o), -(225,18,o), -(168,18,cs) -); -}, -{ -closed = 1; -nodes = ( -(285,638,l), -(285,663,l), -(54,613,l), -(54,588,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(253,-10,o), -(292,75,o), -(292,262,cs), -(292,415,o), -(241,581,o), -(134,729,c), -(103,729,l), -(161,651,o), -(216,544,o), -(242,455,c), -(240,454,l), -(223,489,o), -(195,509,o), -(165,509,cs), -(84,509,o), -(44,424,o), -(44,251,cs), -(44,76,o), -(84,-10,o), -(167,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(103,16,o), -(73,90,o), -(73,251,cs), -(73,410,o), -(102,483,o), -(166,483,cs), -(214,483,o), -(263,451,o), -(263,245,cs), -(263,88,o), -(233,16,o), -(168,16,cs) -); -}, -{ -closed = 1; -nodes = ( -(285,637,l), -(285,662,l), -(54,605,l), -(54,581,l) -); -} -); -width = 337; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(370,-9,o), -(460,86,o), -(460,287,cs), -(460,453,o), -(397,617,o), -(320,729,c), -(124,729,l), -(201,631,o), -(255,535,o), -(285,427,c), -(277,427,l), -(260,461,o), -(223,483,o), -(179,483,cs), -(67,483,o), -(14,389,o), -(14,242,cs), -(14,75,o), -(92,-9,o), -(221,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(202,140,o), -(194,177,o), -(194,238,cs), -(194,322,o), -(209,342,o), -(234,342,cs), -(268,342,o), -(276,307,o), -(276,245,cs), -(276,161,o), -(261,140,o), -(236,140,cs) -); -}, -{ -closed = 1; -nodes = ( -(450,566,l), -(450,686,l), -(125,616,l), -(125,496,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(362,-9,o), -(445,86,o), -(445,276,cs), -(445,448,o), -(387,614,o), -(313,729,c), -(121,729,l), -(194,631,o), -(245,535,o), -(273,426,c), -(265,426,l), -(249,460,o), -(214,482,o), -(172,482,cs), -(77,482,o), -(14,415,o), -(14,241,cs), -(14,81,o), -(83,-9,o), -(223,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(197,137,o), -(191,176,o), -(191,237,cs), -(191,324,o), -(205,344,o), -(226,344,cs), -(257,344,o), -(263,309,o), -(263,244,cs), -(263,159,o), -(250,137,o), -(228,137,cs) -); -}, -{ -closed = 1; -nodes = ( -(435,568,l), -(435,685,l), -(123,616,l), -(123,499,l) -); -} -); -width = 459; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(455,-8,o), -(561,87,o), -(561,235,cs), -(561,417,o), -(415,610,o), -(272,729,c), -(217,729,l), -(329,641,o), -(437,520,o), -(499,379,c), -(495,378,l), -(445,447,o), -(373,475,o), -(298,475,cs), -(144,475,o), -(34,379,o), -(34,233,cs), -(34,86,o), -(144,-8,o), -(298,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(162,25,o), -(72,109,o), -(72,234,cs), -(72,362,o), -(166,441,o), -(298,441,cs), -(430,441,o), -(523,355,o), -(523,230,cs), -(523,104,o), -(430,25,o), -(298,25,cs) -); -}, -{ -closed = 1; -nodes = ( -(527,625,l), -(527,656,l), -(160,588,l), -(160,557,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(480,-9,o), -(591,95,o), -(591,250,cs), -(591,400,o), -(482,568,o), -(285,729,c), -(233,729,l), -(356,638,o), -(465,518,o), -(519,417,c), -(515,414,l), -(462,480,o), -(390,507,o), -(314,507,cs), -(146,507,o), -(34,404,o), -(34,249,cs), -(34,94,o), -(146,-9,o), -(313,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,26,o), -(72,112,o), -(72,250,cs), -(72,387,o), -(165,473,o), -(313,473,cs), -(460,473,o), -(553,385,o), -(553,245,cs), -(553,110,o), -(460,26,o), -(313,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(535,659,l), -(535,690,l), -(147,618,l), -(147,586,l) -); -} -); -width = 625; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(519,-9,o), -(655,101,o), -(655,294,cs), -(655,452,o), -(572,627,o), -(440,729,c), -(193,729,l), -(315,626,o), -(412,515,o), -(441,439,c), -(435,434,l), -(408,468,o), -(350,491,o), -(277,491,cs), -(121,491,o), -(10,391,o), -(10,241,cs), -(10,92,o), -(123,-9,o), -(314,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,147,o), -(231,182,o), -(231,255,cs), -(231,320,o), -(264,363,o), -(334,363,cs), -(396,363,o), -(438,328,o), -(438,255,cs), -(438,190,o), -(405,147,o), -(334,147,cs) -); -}, -{ -closed = 1; -nodes = ( -(639,585,l), -(639,705,l), -(153,611,l), -(153,491,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(511,-9,o), -(655,90,o), -(655,296,cs), -(655,467,o), -(574,627,o), -(440,729,c), -(193,729,l), -(315,626,o), -(412,515,o), -(441,439,c), -(435,434,l), -(403,471,o), -(349,491,o), -(279,491,cs), -(127,491,o), -(10,398,o), -(10,247,cs), -(10,93,o), -(132,-9,o), -(314,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,147,o), -(231,182,o), -(231,255,cs), -(231,320,o), -(264,363,o), -(334,363,cs), -(396,363,o), -(438,328,o), -(438,255,cs), -(438,190,o), -(405,147,o), -(334,147,cs) -); -}, -{ -closed = 1; -nodes = ( -(639,604,l), -(639,724,l), -(153,630,l), -(153,510,l) -); -} -); -width = 665; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(270,-9,o), -(292,101,o), -(292,229,cs), -(292,397,o), -(228,580,o), -(130,729,c), -(96,729,l), -(165,626,o), -(221,506,o), -(252,382,c), -(247,382,l), -(232,419,o), -(201,444,o), -(165,444,cs), -(86,444,o), -(44,377,o), -(44,219,cs), -(44,101,o), -(67,-9,o), -(167,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(112,18,o), -(73,65,o), -(73,219,cs), -(73,369,o), -(106,417,o), -(166,417,cs), -(214,417,o), -(263,389,o), -(263,214,cs), -(263,67,o), -(225,18,o), -(168,18,cs) -); -}, -{ -closed = 1; -nodes = ( -(285,638,l), -(285,663,l), -(54,613,l), -(54,588,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,-10,o), -(272,75,o), -(272,262,cs), -(272,415,o), -(221,581,o), -(114,729,c), -(83,729,l), -(141,651,o), -(196,544,o), -(222,455,c), -(220,454,l), -(203,489,o), -(175,509,o), -(145,509,cs), -(64,509,o), -(24,424,o), -(24,251,cs), -(24,76,o), -(64,-10,o), -(147,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(83,16,o), -(53,90,o), -(53,251,cs), -(53,410,o), -(82,483,o), -(146,483,cs), -(194,483,o), -(243,451,o), -(243,245,cs), -(243,88,o), -(213,16,o), -(148,16,cs) -); -}, -{ -closed = 1; -nodes = ( -(265,637,l), -(265,662,l), -(34,605,l), -(34,581,l) -); -} -); -width = 297; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(370,-9,o), -(460,86,o), -(460,287,cs), -(460,453,o), -(397,617,o), -(320,729,c), -(124,729,l), -(201,631,o), -(255,535,o), -(285,427,c), -(277,427,l), -(260,461,o), -(223,483,o), -(179,483,cs), -(67,483,o), -(14,389,o), -(14,242,cs), -(14,75,o), -(92,-9,o), -(221,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(202,140,o), -(194,177,o), -(194,238,cs), -(194,322,o), -(209,342,o), -(234,342,cs), -(268,342,o), -(276,307,o), -(276,245,cs), -(276,161,o), -(261,140,o), -(236,140,cs) -); -}, -{ -closed = 1; -nodes = ( -(450,566,l), -(450,686,l), -(125,616,l), -(125,496,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(353,-9,o), -(436,86,o), -(436,276,cs), -(436,448,o), -(378,614,o), -(304,729,c), -(112,729,l), -(185,631,o), -(236,535,o), -(264,426,c), -(256,426,l), -(240,460,o), -(205,482,o), -(163,482,cs), -(68,482,o), -(5,415,o), -(5,241,cs), -(5,81,o), -(74,-9,o), -(214,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,137,o), -(182,176,o), -(182,237,cs), -(182,324,o), -(196,344,o), -(217,344,cs), -(248,344,o), -(254,309,o), -(254,244,cs), -(254,159,o), -(241,137,o), -(219,137,cs) -); -}, -{ -closed = 1; -nodes = ( -(426,568,l), -(426,685,l), -(114,616,l), -(114,499,l) -); -} -); -width = 441; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(407,-8,o), -(497,82,o), -(497,223,cs), -(497,389,o), -(378,582,o), -(256,729,c), -(210,729,l), -(303,619,o), -(395,482,o), -(441,359,c), -(438,359,l), -(403,421,o), -(343,451,o), -(267,451,cs), -(141,451,o), -(52,360,o), -(52,224,cs), -(52,81,o), -(144,-8,o), -(272,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,26,o), -(90,105,o), -(90,224,cs), -(90,343,o), -(164,417,o), -(271,417,cs), -(389,417,o), -(459,328,o), -(459,217,cs), -(459,98,o), -(384,26,o), -(273,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(442,626,l), -(442,654,l), -(151,589,l), -(151,561,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(390,-9,o), -(477,88,o), -(477,243,cs), -(477,423,o), -(363,597,o), -(256,729,c), -(213,729,l), -(290,640,o), -(373,521,o), -(420,402,c), -(418,402,l), -(383,472,o), -(323,506,o), -(247,506,cs), -(115,506,o), -(32,408,o), -(32,251,cs), -(32,91,o), -(117,-9,o), -(252,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(138,25,o), -(70,109,o), -(70,251,cs), -(70,391,o), -(137,473,o), -(251,473,cs), -(369,473,o), -(439,388,o), -(439,243,cs), -(439,106,o), -(370,25,o), -(253,25,cs) -); -}, -{ -closed = 1; -nodes = ( -(442,635,l), -(442,663,l), -(151,591,l), -(151,563,l) -); -} -); -width = 509; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(442,-9,o), -(550,85,o), -(550,282,cs), -(550,418,o), -(497,587,o), -(370,729,c), -(148,729,l), -(248,631,o), -(332,517,o), -(372,407,c), -(367,407,l), -(347,447,o), -(299,470,o), -(237,470,cs), -(110,470,o), -(25,377,o), -(25,238,cs), -(25,88,o), -(128,-9,o), -(274,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,148,o), -(214,178,o), -(214,242,cs), -(214,299,o), -(238,337,o), -(288,337,cs), -(333,337,o), -(363,307,o), -(363,243,cs), -(363,186,o), -(339,148,o), -(288,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(544,587,l), -(544,707,l), -(139,616,l), -(139,496,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(429,-9,o), -(529,101,o), -(529,282,cs), -(529,433,o), -(460,605,o), -(349,729,c), -(127,729,l), -(219,639,o), -(298,534,o), -(339,432,c), -(329,429,l), -(308,454,o), -(265,470,o), -(221,470,cs), -(89,470,o), -(4,375,o), -(4,233,cs), -(4,82,o), -(102,-9,o), -(253,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(223,148,o), -(193,178,o), -(193,242,cs), -(193,299,o), -(217,337,o), -(267,337,cs), -(312,337,o), -(342,307,o), -(342,243,cs), -(342,186,o), -(318,148,o), -(267,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(513,587,l), -(513,707,l), -(108,616,l), -(108,496,l) -); -} -); -width = 533; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(455,-8,o), -(561,87,o), -(561,235,cs), -(561,417,o), -(415,610,o), -(272,729,c), -(217,729,l), -(329,641,o), -(437,520,o), -(499,379,c), -(495,378,l), -(445,447,o), -(373,475,o), -(298,475,cs), -(144,475,o), -(34,379,o), -(34,233,cs), -(34,86,o), -(144,-8,o), -(298,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(162,25,o), -(72,109,o), -(72,234,cs), -(72,362,o), -(166,441,o), -(298,441,cs), -(430,441,o), -(523,355,o), -(523,230,cs), -(523,104,o), -(430,25,o), -(298,25,cs) -); -}, -{ -closed = 1; -nodes = ( -(527,625,l), -(527,656,l), -(160,588,l), -(160,557,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(470,-9,o), -(581,95,o), -(581,250,cs), -(581,400,o), -(472,568,o), -(275,729,c), -(223,729,l), -(346,638,o), -(455,518,o), -(509,417,c), -(505,414,l), -(452,480,o), -(380,507,o), -(304,507,cs), -(136,507,o), -(24,404,o), -(24,249,cs), -(24,94,o), -(136,-9,o), -(303,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(155,26,o), -(62,112,o), -(62,250,cs), -(62,387,o), -(155,473,o), -(303,473,cs), -(450,473,o), -(543,385,o), -(543,245,cs), -(543,110,o), -(450,26,o), -(303,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(525,659,l), -(525,690,l), -(137,618,l), -(137,586,l) -); -} -); -width = 605; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(519,-9,o), -(655,101,o), -(655,294,cs), -(655,452,o), -(572,627,o), -(440,729,c), -(193,729,l), -(315,626,o), -(412,515,o), -(441,439,c), -(435,434,l), -(408,468,o), -(350,491,o), -(277,491,cs), -(121,491,o), -(10,391,o), -(10,241,cs), -(10,92,o), -(123,-9,o), -(314,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,147,o), -(231,182,o), -(231,255,cs), -(231,320,o), -(264,363,o), -(334,363,cs), -(396,363,o), -(438,328,o), -(438,255,cs), -(438,190,o), -(405,147,o), -(334,147,cs) -); -}, -{ -closed = 1; -nodes = ( -(639,585,l), -(639,705,l), -(153,611,l), -(153,491,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(501,-9,o), -(645,90,o), -(645,296,cs), -(645,467,o), -(564,627,o), -(430,729,c), -(183,729,l), -(305,626,o), -(402,515,o), -(431,439,c), -(425,434,l), -(393,471,o), -(339,491,o), -(269,491,cs), -(117,491,o), -(0,398,o), -(0,247,cs), -(0,93,o), -(122,-9,o), -(304,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,147,o), -(221,182,o), -(221,255,cs), -(221,320,o), -(254,363,o), -(324,363,cs), -(386,363,o), -(428,328,o), -(428,255,cs), -(428,190,o), -(395,147,o), -(324,147,cs) -); -}, -{ -closed = 1; -nodes = ( -(629,604,l), -(629,724,l), -(143,630,l), -(143,510,l) -); -} -); -width = 645; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(407,-8,o), -(497,82,o), -(497,223,cs), -(497,389,o), -(378,582,o), -(256,729,c), -(210,729,l), -(303,619,o), -(395,482,o), -(441,359,c), -(438,359,l), -(403,421,o), -(343,451,o), -(267,451,cs), -(141,451,o), -(52,360,o), -(52,224,cs), -(52,81,o), -(144,-8,o), -(272,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,26,o), -(90,105,o), -(90,224,cs), -(90,343,o), -(164,417,o), -(271,417,cs), -(389,417,o), -(459,328,o), -(459,217,cs), -(459,98,o), -(384,26,o), -(273,26,cs) -); -}, -{ -closed = 1; -nodes = ( -(442,626,l), -(442,654,l), -(151,589,l), -(151,561,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(405,-9,o), -(490,88,o), -(490,243,cs), -(490,423,o), -(378,597,o), -(273,729,c), -(232,729,l), -(307,640,o), -(388,521,o), -(435,402,c), -(433,402,l), -(398,472,o), -(340,506,o), -(264,506,cs), -(136,506,o), -(53,408,o), -(53,251,cs), -(53,91,o), -(138,-9,o), -(269,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,25,o), -(91,109,o), -(91,251,cs), -(91,391,o), -(156,473,o), -(268,473,cs), -(384,473,o), -(452,388,o), -(452,243,cs), -(452,106,o), -(385,25,o), -(270,25,cs) -); -}, -{ -closed = 1; -nodes = ( -(455,635,l), -(455,663,l), -(170,591,l), -(170,563,l) -); -} -); -width = 544; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(442,-9,o), -(550,85,o), -(550,282,cs), -(550,418,o), -(497,587,o), -(370,729,c), -(148,729,l), -(248,631,o), -(332,517,o), -(372,407,c), -(367,407,l), -(347,447,o), -(299,470,o), -(237,470,cs), -(110,470,o), -(25,377,o), -(25,238,cs), -(25,88,o), -(128,-9,o), -(274,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,148,o), -(214,178,o), -(214,242,cs), -(214,299,o), -(238,337,o), -(288,337,cs), -(333,337,o), -(363,307,o), -(363,243,cs), -(363,186,o), -(339,148,o), -(288,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(544,587,l), -(544,707,l), -(139,616,l), -(139,496,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(437,-9,o), -(534,101,o), -(534,282,cs), -(534,433,o), -(469,603,o), -(361,729,c), -(141,729,l), -(230,639,o), -(306,534,o), -(346,432,c), -(336,429,l), -(316,454,o), -(275,470,o), -(234,470,cs), -(106,470,o), -(24,375,o), -(24,233,cs), -(24,82,o), -(119,-9,o), -(265,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,148,o), -(211,178,o), -(211,242,cs), -(211,299,o), -(233,337,o), -(279,337,cs), -(321,337,o), -(348,307,o), -(348,243,cs), -(348,186,o), -(327,148,o), -(279,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,587,l), -(519,707,l), -(124,616,l), -(124,496,l) -); -} -); -width = 556; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(234,-8,o), -(279,91,o), -(303,217,cs), -(337,393,o), -(310,589,o), -(251,729,c), -(217,729,l), -(257,638,o), -(285,532,o), -(293,387,c), -(290,386,l), -(274,427,o), -(245,444,o), -(211,444,cs), -(143,444,o), -(89,389,o), -(57,233,cs), -(29,99,o), -(36,-8,o), -(141,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(62,20,o), -(61,115,o), -(86,232,cs), -(114,368,o), -(153,418,o), -(208,418,cs), -(294,418,o), -(297,324,o), -(271,204,cs), -(243,71,o), -(200,20,o), -(146,20,cs) -); -}, -{ -closed = 1; -nodes = ( -(382,624,l), -(388,649,l), -(150,624,l), -(144,599,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(195,-10,o), -(248,69,o), -(290,240,cs), -(328,399,o), -(318,563,o), -(249,729,c), -(221,729,l), -(259,644,o), -(283,541,o), -(289,440,c), -(287,439,l), -(275,486,o), -(248,507,o), -(210,507,cs), -(140,507,o), -(86,430,o), -(47,269,cs), -(18,155,o), -(-5,-10,o), -(120,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(23,17,o), -(49,166,o), -(74,262,cs), -(110,412,o), -(154,480,o), -(210,480,cs), -(311,480,o), -(282,327,o), -(257,228,cs), -(222,83,o), -(179,17,o), -(122,17,cs) -); -}, -{ -closed = 1; -nodes = ( -(375,613,l), -(381,637,l), -(142,617,l), -(136,594,l) -); -} -); -width = 347; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(322,-7,o), -(412,75,o), -(454,276,cs), -(482,410,o), -(465,591,o), -(402,729,c), -(226,729,l), -(276,627,o), -(307,529,o), -(314,420,c), -(307,420,l), -(295,460,o), -(257,487,o), -(203,487,cs), -(104,487,o), -(40,400,o), -(15,278,cs), -(-23,92,o), -(32,-7,o), -(192,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,136,o), -(169,183,o), -(182,244,cs), -(199,324,o), -(218,345,o), -(242,345,cs), -(282,345,o), -(282,303,o), -(268,237,cs), -(252,162,o), -(235,136,o), -(208,136,cs) -); -}, -{ -closed = 1; -nodes = ( -(500,547,l), -(526,661,l), -(195,626,l), -(171,511,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,-10,o), -(396,80,o), -(435,278,cs), -(463,419,o), -(445,599,o), -(394,729,c), -(222,729,l), -(267,627,o), -(293,528,o), -(297,419,c), -(290,419,l), -(280,459,o), -(245,486,o), -(194,486,cs), -(105,486,o), -(43,414,o), -(15,276,cs), -(-23,90,o), -(32,-10,o), -(182,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,133,o), -(170,181,o), -(183,242,cs), -(200,323,o), -(218,344,o), -(234,344,cs), -(265,344,o), -(262,301,o), -(248,234,cs), -(232,160,o), -(219,133,o), -(198,133,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,547,l), -(508,661,l), -(196,626,l), -(173,511,l) -); -} -); -width = 447; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(379,-8,o), -(471,72,o), -(495,203,cs), -(526,375,o), -(424,588,o), -(328,729,c), -(285,729,l), -(363,628,o), -(433,485,o), -(467,350,c), -(463,349,l), -(431,418,o), -(370,453,o), -(295,453,cs), -(159,453,o), -(56,347,o), -(56,192,cs), -(56,63,o), -(145,-8,o), -(249,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(166,25,o), -(92,84,o), -(92,193,cs), -(92,329,o), -(178,420,o), -(294,420,cs), -(416,420,o), -(482,327,o), -(458,202,cs), -(436,87,o), -(355,25,o), -(255,25,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,595,l), -(543,624,l), -(223,560,l), -(216,530,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(374,-10,o), -(468,80,o), -(493,223,cs), -(525,387,o), -(447,577,o), -(357,729,c), -(316,729,l), -(371,643,o), -(429,528,o), -(458,413,c), -(452,412,l), -(423,473,o), -(366,505,o), -(288,505,cs), -(166,505,o), -(79,417,o), -(54,269,cs), -(25,98,o), -(101,-10,o), -(250,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(125,23,o), -(65,114,o), -(91,267,cs), -(114,399,o), -(185,472,o), -(290,472,cs), -(448,472,o), -(475,340,o), -(456,224,cs), -(433,98,o), -(358,23,o), -(254,23,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,616,l), -(532,644,l), -(232,597,l), -(226,569,l) -); -} -); -width = 554; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(404,-8,o), -(545,87,o), -(545,318,cs), -(545,448,o), -(486,612,o), -(397,729,c), -(188,729,l), -(268,639,o), -(335,522,o), -(360,422,c), -(355,420,l), -(334,449,o), -(286,468,o), -(234,468,cs), -(110,468,o), -(12,368,o), -(11,217,cs), -(10,78,o), -(107,-8,o), -(252,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(220,148,o), -(193,184,o), -(205,247,cs), -(213,294,o), -(241,336,o), -(290,336,cs), -(340,336,o), -(367,300,o), -(355,237,cs), -(347,190,o), -(319,148,o), -(270,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(586,540,l), -(610,652,l), -(168,610,l), -(146,497,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(435,-10,o), -(548,110,o), -(548,300,cs), -(548,448,o), -(476,614,o), -(377,729,c), -(156,729,l), -(245,645,o), -(323,528,o), -(356,427,c), -(351,425,l), -(331,450,o), -(287,465,o), -(239,465,cs), -(108,465,o), -(21,359,o), -(21,217,cs), -(21,80,o), -(115,-10,o), -(254,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,148,o), -(212,175,o), -(212,224,cs), -(212,280,o), -(238,337,o), -(299,337,cs), -(339,337,o), -(364,310,o), -(364,263,cs), -(364,203,o), -(339,148,o), -(277,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(562,581,l), -(582,694,l), -(142,622,l), -(124,507,l) -); -} -); -width = 576; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(433,-8,o), -(539,74,o), -(567,210,cs), -(602,383,o), -(505,590,o), -(386,729,c), -(338,729,l), -(426,631,o), -(506,501,o), -(536,358,c), -(532,357,l), -(493,438,o), -(417,476,o), -(322,476,cs), -(157,476,o), -(42,368,o), -(42,211,cs), -(42,70,o), -(153,-8,o), -(280,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(174,25,o), -(80,92,o), -(80,209,cs), -(80,349,o), -(176,442,o), -(319,442,cs), -(464,442,o), -(556,348,o), -(529,210,cs), -(506,94,o), -(413,25,o), -(287,25,cs) -); -}, -{ -closed = 1; -nodes = ( -(604,625,l), -(611,656,l), -(229,588,l), -(222,557,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(476,-9,o), -(594,108,o), -(594,279,cs), -(594,450,o), -(466,619,o), -(363,729,c), -(316,729,l), -(410,638,o), -(503,508,o), -(545,403,c), -(541,400,l), -(491,484,o), -(407,508,o), -(329,508,cs), -(156,508,o), -(34,391,o), -(34,228,cs), -(34,77,o), -(139,-9,o), -(295,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(159,25,o), -(72,99,o), -(72,230,cs), -(72,370,o), -(171,474,o), -(330,474,cs), -(454,474,o), -(556,410,o), -(556,268,cs), -(556,137,o), -(469,25,o), -(298,25,cs) -); -}, -{ -closed = 1; -nodes = ( -(581,642,l), -(585,673,l), -(190,628,l), -(185,596,l) -); -} -); -width = 631; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(497,-8,o), -(641,108,o), -(641,315,cs), -(641,445,o), -(588,603,o), -(493,729,c), -(267,729,l), -(350,632,o), -(414,523,o), -(441,447,c), -(435,445,l), -(399,481,o), -(347,499,o), -(282,499,cs), -(120,499,o), -(-1,395,o), -(-1,239,cs), -(-1,86,o), -(120,-8,o), -(289,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(257,147,o), -(218,182,o), -(218,245,cs), -(218,312,o), -(263,364,o), -(331,364,cs), -(384,364,o), -(427,333,o), -(427,267,cs), -(427,198,o), -(379,147,o), -(312,147,cs) -); -}, -{ -closed = 1; -nodes = ( -(681,559,l), -(707,682,l), -(186,639,l), -(161,516,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(503,-8,o), -(640,116,o), -(640,310,cs), -(640,462,o), -(572,621,o), -(468,729,c), -(240,729,l), -(336,638,o), -(403,534,o), -(432,454,c), -(426,453,l), -(397,481,o), -(347,498,o), -(290,498,cs), -(120,498,o), -(8,391,o), -(8,234,cs), -(8,89,o), -(123,-8,o), -(295,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,147,o), -(218,182,o), -(218,245,cs), -(218,317,o), -(263,364,o), -(331,364,cs), -(382,364,o), -(427,333,o), -(427,267,cs), -(427,193,o), -(379,147,o), -(312,147,cs) -); -}, -{ -closed = 1; -nodes = ( -(671,569,l), -(697,692,l), -(176,649,l), -(151,526,l) -); -} -); -width = 649; -} -); -metricLeft = o; -metricRight = o; -unicode = 240; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/etilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/etilde.glyph deleted file mode 100644 index 0ca86647..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/etilde.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = etilde; -kernLeft = KO_egrave; -kernRight = KO_eacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = e; -}, -{ -pos = (25,-156); -ref = tildecomb; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-10,-138); -ref = tildecomb; -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = e; -}, -{ -pos = (100,-155); -ref = tildecomb; -} -); -width = 615; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = e; -}, -{ -pos = (79,-129); -ref = tildecomb; -} -); -width = 693; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (25,-156); -ref = tildecomb; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-9,-138); -ref = tildecomb; -} -); -width = 425; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (98,-155); -ref = tildecomb; -} -); -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (40,-134); -ref = tildecomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (100,-155); -ref = tildecomb; -} -); -width = 615; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (79,-129); -ref = tildecomb; -} -); -width = 693; -}, -{ -layerId = m019; -shapes = ( -{ -ref = e; -}, -{ -pos = (101,-155); -ref = tildecomb; -} -); -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -ref = e; -}, -{ -pos = (45,-134); -ref = tildecomb; -} -); -width = 590; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-10,-156); -ref = tildecomb; -} -); -width = 324; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-38,-138); -ref = tildecomb; -} -); -width = 440; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = e; -}, -{ -pos = (42,-155); -ref = tildecomb; -} -); -width = 552; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = e; -}, -{ -pos = (-14,-134); -ref = tildecomb; -} -); -width = 597; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = e; -}, -{ -pos = (54,-155); -ref = tildecomb; -} -); -width = 612; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = e; -}, -{ -pos = (31,-134); -ref = tildecomb; -} -); -width = 690; -} -); -unicode = 7869; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/euro.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/euro.glyph deleted file mode 100644 index ddf59afa..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/euro.glyph +++ /dev/null @@ -1,1230 +0,0 @@ -{ -glyphname = euro; -layers = ( -{ -background = { -shapes = ( -{ -pos = (36,0); -ref = C; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(421,-9,o), -(498,69,o), -(503,270,c), -(333,270,l), -(329,190,o), -(322,147,o), -(284,147,cs), -(245,147,o), -(233,203,o), -(233,365,cs), -(233,515,o), -(242,583,o), -(284,583,cs), -(320,583,o), -(328,546,o), -(333,465,c), -(503,465,l), -(494,668,o), -(419,739,o), -(283,739,cs), -(103,739,o), -(52,593,o), -(52,365,cs), -(52,136,o), -(101,-9,o), -(271,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(284,253,l), -(297,337,l), -(19,337,l), -(19,253,l) -); -}, -{ -closed = 1; -nodes = ( -(303,379,l), -(315,461,l), -(19,461,l), -(19,379,l) -); -} -); -width = 522; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(331,-10,o), -(393,39,o), -(404,234,c), -(372,234,l), -(362,88,o), -(329,19,o), -(241,19,cs), -(137,19,o), -(110,159,o), -(110,364,cs), -(110,570,o), -(137,709,o), -(242,709,cs), -(325,709,o), -(361,650,o), -(372,495,c), -(404,495,l), -(396,641,o), -(363,738,o), -(244,738,cs), -(146,738,o), -(77,668,o), -(77,364,cs), -(77,65,o), -(145,-10,o), -(242,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,280,l), -(246,309,l), -(26,309,l), -(26,280,l) -); -}, -{ -closed = 1; -nodes = ( -(263,420,l), -(267,448,l), -(26,448,l), -(26,420,l) -); -} -); -width = 447; -}, -{ -background = { -shapes = ( -{ -pos = (111,0); -ref = C; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(718,-8,o), -(856,87,o), -(879,237,c), -(840,238,l), -(817,111,o), -(700,28,o), -(528,28,cs), -(316,28,o), -(187,162,o), -(187,364,cs), -(187,566,o), -(316,700,o), -(528,700,cs), -(692,700,o), -(813,620,o), -(840,494,c), -(879,494,l), -(850,643,o), -(714,736,o), -(528,736,cs), -(299,736,o), -(147,587,o), -(147,364,cs), -(147,142,o), -(298,-8,o), -(528,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(559,268,l), -(564,303,l), -(40,303,l), -(40,268,l) -); -}, -{ -closed = 1; -nodes = ( -(588,426,l), -(593,461,l), -(40,461,l), -(40,426,l) -); -} -); -width = 921; -}, -{ -background = { -shapes = ( -{ -pos = (78,0); -ref = C; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(722,-10,o), -(888,97,o), -(907,260,c), -(673,260,l), -(657,207,o), -(589,174,o), -(510,174,cs), -(396,174,o), -(321,232,o), -(321,365,cs), -(321,498,o), -(396,556,o), -(510,556,cs), -(591,556,o), -(654,521,o), -(671,470,c), -(907,470,l), -(888,630,o), -(743,739,o), -(510,739,cs), -(238,739,o), -(84,592,o), -(84,365,cs), -(84,138,o), -(238,-10,o), -(510,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,237,l), -(551,341,l), -(21,341,l), -(21,237,l) -); -}, -{ -closed = 1; -nodes = ( -(558,388,l), -(573,491,l), -(21,491,l), -(21,388,l) -); -} -); -width = 922; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(311,-10,o), -(373,39,o), -(384,234,c), -(352,234,l), -(342,88,o), -(309,19,o), -(221,19,cs), -(117,19,o), -(90,159,o), -(90,364,cs), -(90,570,o), -(117,709,o), -(222,709,cs), -(305,709,o), -(341,650,o), -(352,495,c), -(384,495,l), -(376,641,o), -(343,738,o), -(224,738,cs), -(126,738,o), -(57,668,o), -(57,364,cs), -(57,65,o), -(125,-10,o), -(222,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(222,280,l), -(226,309,l), -(6,309,l), -(6,280,l) -); -}, -{ -closed = 1; -nodes = ( -(243,420,l), -(247,448,l), -(6,448,l), -(6,420,l) -); -} -); -width = 407; -}, -{ -background = { -shapes = ( -{ -pos = (36,0); -ref = C; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(411,-9,o), -(488,69,o), -(493,270,c), -(323,270,l), -(319,190,o), -(312,147,o), -(274,147,cs), -(235,147,o), -(223,203,o), -(223,365,cs), -(223,515,o), -(232,583,o), -(274,583,cs), -(310,583,o), -(318,546,o), -(323,465,c), -(493,465,l), -(484,668,o), -(409,739,o), -(273,739,cs), -(93,739,o), -(42,593,o), -(42,365,cs), -(42,136,o), -(91,-9,o), -(261,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,253,l), -(287,337,l), -(9,337,l), -(9,253,l) -); -}, -{ -closed = 1; -nodes = ( -(293,379,l), -(305,461,l), -(9,461,l), -(9,379,l) -); -} -); -width = 502; -}, -{ -background = { -shapes = ( -{ -pos = (76,0); -ref = C; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(629,-8,o), -(754,88,o), -(775,238,c), -(735,238,l), -(715,111,o), -(610,28,o), -(456,28,cs), -(267,28,o), -(152,162,o), -(152,364,cs), -(152,566,o), -(267,700,o), -(456,700,cs), -(609,700,o), -(713,615,o), -(735,494,c), -(775,494,l), -(749,643,o), -(625,736,o), -(456,736,cs), -(249,736,o), -(111,586,o), -(111,364,cs), -(111,143,o), -(248,-8,o), -(456,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(486,260,l), -(491,294,l), -(39,294,l), -(39,260,l) -); -}, -{ -closed = 1; -nodes = ( -(515,435,l), -(520,469,l), -(39,469,l), -(39,435,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -49 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -44 -); -stem = -2; -target = ( -0, -45 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -35 -); -stem = -2; -target = ( -0, -36 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -24 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -40 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -} -); -}; -width = 819; -}, -{ -background = { -shapes = ( -{ -pos = (71,0); -ref = C; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-10,o), -(780,98,o), -(797,259,c), -(587,259,l), -(573,203,o), -(515,166,o), -(448,166,cs), -(350,166,o), -(286,222,o), -(286,365,cs), -(286,507,o), -(350,563,o), -(448,563,cs), -(520,563,o), -(571,525,o), -(587,471,c), -(797,471,l), -(780,631,o), -(642,739,o), -(448,739,cs), -(223,739,o), -(73,608,o), -(73,365,cs), -(73,121,o), -(223,-10,o), -(448,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(472,245,l), -(486,341,l), -(15,341,l), -(15,245,l) -); -}, -{ -closed = 1; -nodes = ( -(493,388,l), -(507,482,l), -(15,482,l), -(15,388,l) -); -} -); -width = 809; -}, -{ -background = { -shapes = ( -{ -pos = (111,0); -ref = C; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(708,-8,o), -(846,87,o), -(869,237,c), -(830,238,l), -(807,111,o), -(690,28,o), -(518,28,cs), -(306,28,o), -(177,162,o), -(177,364,cs), -(177,566,o), -(306,700,o), -(518,700,cs), -(682,700,o), -(803,620,o), -(830,494,c), -(869,494,l), -(840,643,o), -(704,736,o), -(518,736,cs), -(289,736,o), -(137,587,o), -(137,364,cs), -(137,142,o), -(288,-8,o), -(518,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(549,268,l), -(554,303,l), -(30,303,l), -(30,268,l) -); -}, -{ -closed = 1; -nodes = ( -(578,426,l), -(583,461,l), -(30,461,l), -(30,426,l) -); -} -); -width = 901; -}, -{ -background = { -shapes = ( -{ -pos = (78,0); -ref = C; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(712,-10,o), -(878,97,o), -(897,260,c), -(663,260,l), -(647,207,o), -(579,174,o), -(500,174,cs), -(386,174,o), -(311,232,o), -(311,365,cs), -(311,498,o), -(386,556,o), -(500,556,cs), -(581,556,o), -(644,521,o), -(661,470,c), -(897,470,l), -(878,630,o), -(733,739,o), -(500,739,cs), -(228,739,o), -(74,592,o), -(74,365,cs), -(74,138,o), -(228,-10,o), -(500,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,237,l), -(541,341,l), -(11,341,l), -(11,237,l) -); -}, -{ -closed = 1; -nodes = ( -(548,388,l), -(563,491,l), -(11,491,l), -(11,388,l) -); -} -); -width = 902; -}, -{ -background = { -shapes = ( -{ -pos = (76,0); -ref = C; -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-8,o), -(761,88,o), -(782,238,c), -(743,238,l), -(724,111,o), -(621,28,o), -(469,28,cs), -(284,28,o), -(171,162,o), -(171,364,cs), -(171,566,o), -(284,700,o), -(469,700,cs), -(620,700,o), -(722,615,o), -(743,494,c), -(782,494,l), -(756,643,o), -(636,736,o), -(469,736,cs), -(266,736,o), -(132,586,o), -(132,364,cs), -(132,143,o), -(265,-8,o), -(469,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(499,260,l), -(504,294,l), -(60,294,l), -(60,260,l) -); -}, -{ -closed = 1; -nodes = ( -(528,435,l), -(533,469,l), -(60,469,l), -(60,435,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -49 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -44 -); -stem = -2; -target = ( -0, -45 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -35 -); -stem = -2; -target = ( -0, -36 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -24 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -40 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -} -); -}; -width = 846; -}, -{ -background = { -shapes = ( -{ -pos = (71,0); -ref = C; -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(642,-10,o), -(782,98,o), -(799,259,c), -(591,259,l), -(577,202,o), -(521,166,o), -(457,166,cs), -(363,166,o), -(302,223,o), -(302,365,cs), -(302,506,o), -(363,563,o), -(457,563,cs), -(526,563,o), -(575,526,o), -(591,471,c), -(799,471,l), -(782,632,o), -(646,739,o), -(457,739,cs), -(238,739,o), -(91,608,o), -(91,365,cs), -(91,121,o), -(238,-10,o), -(457,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(481,245,l), -(495,341,l), -(35,341,l), -(35,245,l) -); -}, -{ -closed = 1; -nodes = ( -(501,388,l), -(515,482,l), -(35,482,l), -(35,388,l) -); -} -); -width = 830; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(283,-9,o), -(361,46,o), -(399,234,c), -(368,234,l), -(336,100,o), -(291,20,o), -(205,20,cs), -(84,20,o), -(97,185,o), -(136,374,cs), -(182,593,o), -(239,708,o), -(329,708,cs), -(431,708,o), -(437,617,o), -(422,495,c), -(453,495,l), -(476,652,o), -(447,738,o), -(333,738,cs), -(234,738,o), -(161,645,o), -(104,375,cs), -(62,177,o), -(47,-9,o), -(202,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,280,l), -(256,309,l), -(36,309,l), -(30,280,l) -); -}, -{ -closed = 1; -nodes = ( -(296,420,l), -(305,448,l), -(64,448,l), -(59,420,l) -); -} -); -width = 447; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(379,-9,o), -(463,73,o), -(504,270,c), -(336,270,l), -(315,189,o), -(300,147,o), -(265,147,cs), -(215,147,o), -(229,240,o), -(256,370,cs), -(287,520,o), -(310,582,o), -(350,582,cs), -(390,582,o), -(387,524,o), -(377,464,c), -(543,464,l), -(569,641,o), -(524,739,o), -(363,739,cs), -(211,739,o), -(129,616,o), -(80,382,cs), -(33,154,o), -(44,-9,o), -(245,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(280,253,l), -(311,337,l), -(33,337,l), -(15,253,l) -); -}, -{ -closed = 1; -nodes = ( -(326,379,l), -(355,461,l), -(59,461,l), -(42,379,l) -); -} -); -width = 523; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(598,-10,o), -(738,84,o), -(775,237,c), -(737,237,l), -(702,112,o), -(590,27,o), -(442,27,cs), -(290,27,o), -(192,127,o), -(198,309,cs), -(206,547,o), -(341,703,o), -(541,703,cs), -(683,703,o), -(777,615,o), -(781,493,c), -(816,493,l), -(815,638,o), -(706,739,o), -(549,739,cs), -(324,739,o), -(167,566,o), -(158,309,cs), -(152,118,o), -(262,-10,o), -(437,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(514,260,l), -(526,294,l), -(64,294,l), -(57,260,l) -); -}, -{ -closed = 1; -nodes = ( -(584,435,l), -(596,469,l), -(105,469,l), -(98,435,l) -); -} -); -width = 841; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(643,-9,o), -(774,93,o), -(802,255,c), -(598,255,l), -(578,192,o), -(531,159,o), -(457,159,cs), -(379,159,o), -(323,208,o), -(323,317,cs), -(323,468,o), -(394,569,o), -(508,569,cs), -(581,569,o), -(634,531,o), -(641,469,c), -(843,469,l), -(839,628,o), -(707,737,o), -(509,737,cs), -(278,737,o), -(116,573,o), -(116,320,cs), -(116,122,o), -(237,-9,o), -(460,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(487,245,l), -(521,341,l), -(50,341,l), -(30,245,l) -); -}, -{ -closed = 1; -nodes = ( -(538,388,l), -(572,482,l), -(80,482,l), -(60,388,l) -); -} -); -width = 839; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(666,-9,o), -(814,80,o), -(862,236,c), -(823,236,l), -(777,109,o), -(661,27,o), -(497,27,cs), -(316,27,o), -(196,127,o), -(196,314,cs), -(196,552,o), -(343,703,o), -(570,703,cs), -(723,703,o), -(840,620,o), -(862,497,c), -(900,497,l), -(880,642,o), -(749,739,o), -(572,739,cs), -(327,739,o), -(156,568,o), -(156,317,cs), -(156,115,o), -(287,-9,o), -(492,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(569,268,l), -(581,303,l), -(47,303,l), -(40,268,l) -); -}, -{ -closed = 1; -nodes = ( -(639,426,l), -(651,461,l), -(88,461,l), -(81,426,l) -); -} -); -width = 906; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(712,-10,o), -(882,87,o), -(916,255,c), -(685,255,l), -(664,199,o), -(594,169,o), -(516,169,cs), -(411,169,o), -(341,228,o), -(341,341,cs), -(341,465,o), -(412,561,o), -(551,561,cs), -(634,561,o), -(701,525,o), -(717,465,c), -(947,465,l), -(938,628,o), -(785,738,o), -(559,738,cs), -(293,738,o), -(112,573,o), -(112,324,cs), -(112,121,o), -(256,-10,o), -(502,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(543,237,l), -(581,341,l), -(36,341,l), -(13,237,l) -); -}, -{ -closed = 1; -nodes = ( -(597,388,l), -(635,491,l), -(67,491,l), -(45,388,l) -); -} -); -width = 933; -} -); -unicode = 8364; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/exclam.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/exclam.glyph deleted file mode 100644 index 74858616..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/exclam.glyph +++ /dev/null @@ -1,625 +0,0 @@ -{ -glyphname = exclam; -kernLeft = KO_exclam; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(153,232,l), -(201,507,l), -(201,729,l), -(25,729,l), -(25,507,l), -(74,232,l) -); -}, -{ -closed = 1; -nodes = ( -(168,-10,o), -(209,22,o), -(209,77,cs), -(209,132,o), -(168,164,o), -(113,164,cs), -(58,164,o), -(17,132,o), -(17,77,cs), -(17,22,o), -(58,-10,o), -(113,-10,cs) -); -} -); -width = 227; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(94,146,l), -(99,523,l), -(99,729,l), -(67,729,l), -(67,523,l), -(72,146,l) -); -}, -{ -closed = 1; -nodes = ( -(97,-6,o), -(108,4,o), -(108,18,cs), -(108,32,o), -(97,42,o), -(83,42,cs), -(69,42,o), -(58,32,o), -(58,18,cs), -(58,4,o), -(69,-6,o), -(83,-6,cs) -); -} -); -width = 165; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,186,l), -(109,493,l), -(109,729,l), -(71,729,l), -(71,493,l), -(80,186,l) -); -}, -{ -closed = 1; -nodes = ( -(107,-7,o), -(120,5,o), -(120,22,cs), -(120,39,o), -(107,51,o), -(90,51,cs), -(73,51,o), -(60,39,o), -(60,22,cs), -(60,5,o), -(73,-7,o), -(90,-7,cs) -); -} -); -width = 180; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(194,232,l), -(243,484,l), -(243,729,l), -(40,729,l), -(40,484,l), -(91,232,l) -); -}, -{ -closed = 1; -nodes = ( -(225,-10,o), -(259,29,o), -(259,83,cs), -(259,136,o), -(225,175,o), -(141,175,cs), -(57,175,o), -(23,136,o), -(23,83,cs), -(23,29,o), -(57,-10,o), -(141,-10,cs) -); -} -); -width = 283; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(74,125,l), -(79,523,l), -(79,729,l), -(47,729,l), -(47,523,l), -(52,125,l) -); -}, -{ -closed = 1; -nodes = ( -(79,-6,o), -(90,5,o), -(90,21,cs), -(90,37,o), -(79,48,o), -(63,48,cs), -(47,48,o), -(36,37,o), -(36,21,cs), -(36,5,o), -(47,-6,o), -(63,-6,cs) -); -} -); -width = 125; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(168,215,l), -(191,507,l), -(191,729,l), -(15,729,l), -(15,507,l), -(38,215,l) -); -}, -{ -closed = 1; -nodes = ( -(158,-10,o), -(199,31,o), -(199,86,cs), -(199,141,o), -(158,182,o), -(103,182,cs), -(48,182,o), -(7,141,o), -(7,86,cs), -(7,31,o), -(48,-10,o), -(103,-10,cs) -); -} -); -width = 207; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,152,l), -(113,463,l), -(113,729,l), -(74,729,l), -(74,463,l), -(83,152,l) -); -}, -{ -closed = 1; -nodes = ( -(112,-7,o), -(127,8,o), -(127,27,cs), -(127,46,o), -(112,61,o), -(93,61,cs), -(74,61,o), -(59,46,o), -(59,27,cs), -(59,8,o), -(74,-7,o), -(93,-7,cs) -); -} -); -width = 186; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,236,l), -(225,487,l), -(225,729,l), -(22,729,l), -(22,487,l), -(60,236,l) -); -}, -{ -closed = 1; -nodes = ( -(182,-8,o), -(226,36,o), -(226,95,cs), -(226,154,o), -(182,198,o), -(123,198,cs), -(64,198,o), -(20,154,o), -(20,95,cs), -(20,36,o), -(64,-8,o), -(123,-8,cs) -); -} -); -width = 246; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(90,142,l), -(99,449,l), -(99,729,l), -(61,729,l), -(61,449,l), -(70,142,l) -); -}, -{ -closed = 1; -nodes = ( -(99,-7,o), -(114,7,o), -(114,27,cs), -(114,47,o), -(99,61,o), -(80,61,cs), -(61,61,o), -(46,47,o), -(46,27,cs), -(46,7,o), -(61,-7,o), -(80,-7,cs) -); -} -); -width = 160; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,232,l), -(256,484,l), -(256,729,l), -(27,729,l), -(27,484,l), -(78,232,l) -); -}, -{ -closed = 1; -nodes = ( -(214,-10,o), -(261,29,o), -(261,91,cs), -(261,152,o), -(214,190,o), -(141,190,cs), -(68,190,o), -(21,152,o), -(21,91,cs), -(21,29,o), -(68,-10,o), -(141,-10,cs) -); -} -); -width = 283; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(144,205,l), -(149,523,l), -(149,729,l), -(110,729,l), -(110,523,l), -(114,205,l) -); -}, -{ -closed = 1; -nodes = ( -(149,-7,o), -(163,7,o), -(163,27,cs), -(163,48,o), -(149,63,o), -(129,63,cs), -(109,63,o), -(95,48,o), -(95,27,cs), -(95,7,o), -(109,-7,o), -(129,-7,cs) -); -} -); -width = 257; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(242,261,l), -(262,517,l), -(262,729,l), -(61,729,l), -(61,517,l), -(84,261,l) -); -}, -{ -closed = 1; -nodes = ( -(220,-8,o), -(265,36,o), -(265,93,cs), -(265,150,o), -(220,194,o), -(162,194,cs), -(105,194,o), -(59,150,o), -(59,93,cs), -(59,36,o), -(105,-8,o), -(162,-8,cs) -); -} -); -width = 325; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(70,146,l), -(155,523,l), -(197,729,l), -(166,729,l), -(123,523,l), -(48,146,l) -); -}, -{ -closed = 1; -nodes = ( -(45,-6,o), -(56,4,o), -(56,19,cs), -(56,33,o), -(46,42,o), -(33,42,cs), -(19,42,o), -(8,32,o), -(8,17,cs), -(8,3,o), -(18,-6,o), -(31,-6,cs) -); -} -); -width = 165; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,232,l), -(250,507,l), -(297,729,l), -(122,729,l), -(76,507,l), -(67,232,l) -); -}, -{ -closed = 1; -nodes = ( -(130,-10,o), -(172,27,o), -(172,82,cs), -(172,131,o), -(139,164,o), -(82,164,cs), -(19,164,o), -(-23,127,o), -(-23,72,cs), -(-23,23,o), -(10,-10,o), -(67,-10,cs) -); -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(109,186,l), -(183,493,l), -(232,729,l), -(193,729,l), -(144,493,l), -(89,186,l) -); -}, -{ -closed = 1; -nodes = ( -(82,-7,o), -(95,4,o), -(95,23,cs), -(95,40,o), -(83,51,o), -(66,51,cs), -(48,51,o), -(35,40,o), -(35,21,cs), -(35,4,o), -(47,-7,o), -(64,-7,cs) -); -} -); -width = 228; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,231,l), -(287,487,l), -(337,729,l), -(145,729,l), -(95,487,l), -(88,231,l) -); -}, -{ -closed = 1; -nodes = ( -(160,-8,o), -(204,29,o), -(204,87,cs), -(204,135,o), -(168,167,o), -(114,167,cs), -(50,167,o), -(6,130,o), -(6,72,cs), -(6,24,o), -(42,-8,o), -(96,-8,cs) -); -} -); -width = 291; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(86,186,l), -(159,493,l), -(208,729,l), -(170,729,l), -(121,493,l), -(66,186,l) -); -}, -{ -closed = 1; -nodes = ( -(58,-7,o), -(71,4,o), -(71,23,cs), -(71,40,o), -(59,51,o), -(42,51,cs), -(24,51,o), -(11,40,o), -(11,21,cs), -(11,4,o), -(23,-7,o), -(40,-7,cs) -); -} -); -width = 181; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(184,232,l), -(285,484,l), -(336,729,l), -(135,729,l), -(84,484,l), -(82,232,l) -); -}, -{ -closed = 1; -nodes = ( -(178,-10,o), -(224,26,o), -(224,90,cs), -(224,141,o), -(183,175,o), -(111,175,cs), -(30,175,o), -(-16,139,o), -(-16,75,cs), -(-16,24,o), -(25,-10,o), -(97,-10,cs) -); -} -); -width = 283; -} -); -unicode = 33; -userData = { -KernOnName = exclam; -KernOnSpecialSpacing = { -L = "spaced-off"; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/exclam.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/exclam.ss01.glyph deleted file mode 100644 index 12071fd0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/exclam.ss01.glyph +++ /dev/null @@ -1,478 +0,0 @@ -{ -glyphname = exclam.ss01; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,232,l), -(199,507,l), -(199,729,l), -(23,729,l), -(23,507,l), -(72,232,l) -); -}, -{ -closed = 1; -nodes = ( -(196,0,l), -(196,174,l), -(27,174,l), -(27,0,l) -); -} -); -width = 222; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(95,146,l), -(100,523,l), -(100,729,l), -(68,729,l), -(68,523,l), -(73,146,l) -); -}, -{ -closed = 1; -nodes = ( -(107,0,l), -(107,54,l), -(60,54,l), -(60,0,l) -); -} -); -width = 168; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(101,186,l), -(110,493,l), -(110,729,l), -(72,729,l), -(72,493,l), -(81,186,l) -); -}, -{ -closed = 1; -nodes = ( -(114,0,l), -(114,61,l), -(69,61,l), -(69,0,l) -); -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,232,l), -(241,484,l), -(241,729,l), -(38,729,l), -(38,484,l), -(89,232,l) -); -}, -{ -closed = 1; -nodes = ( -(237,0,l), -(237,164,l), -(43,164,l), -(43,0,l) -); -} -); -width = 279; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(75,146,l), -(80,523,l), -(80,729,l), -(48,729,l), -(48,523,l), -(53,146,l) -); -}, -{ -closed = 1; -nodes = ( -(87,0,l), -(87,54,l), -(40,54,l), -(40,0,l) -); -} -); -width = 128; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,232,l), -(189,507,l), -(189,729,l), -(13,729,l), -(13,507,l), -(62,232,l) -); -}, -{ -closed = 1; -nodes = ( -(186,0,l), -(186,174,l), -(17,174,l), -(17,0,l) -); -} -); -width = 202; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,186,l), -(110,493,l), -(110,729,l), -(71,729,l), -(71,493,l), -(80,186,l) -); -}, -{ -closed = 1; -nodes = ( -(113,0,l), -(113,61,l), -(68,61,l), -(68,0,l) -); -} -); -width = 181; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,231,l), -(223,487,l), -(223,729,l), -(29,729,l), -(29,487,l), -(77,231,l) -); -}, -{ -closed = 1; -nodes = ( -(210,0,l), -(210,167,l), -(41,167,l), -(41,0,l) -); -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,186,l), -(100,493,l), -(100,729,l), -(62,729,l), -(62,493,l), -(71,186,l) -); -}, -{ -closed = 1; -nodes = ( -(104,0,l), -(104,61,l), -(59,61,l), -(59,0,l) -); -} -); -width = 162; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,232,l), -(231,484,l), -(231,729,l), -(28,729,l), -(28,484,l), -(79,232,l) -); -}, -{ -closed = 1; -nodes = ( -(227,0,l), -(227,164,l), -(33,164,l), -(33,0,l) -); -} -); -width = 259; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(125,186,l), -(135,493,l), -(135,729,l), -(96,729,l), -(96,493,l), -(105,186,l) -); -}, -{ -closed = 1; -nodes = ( -(138,0,l), -(138,61,l), -(93,61,l), -(93,0,l) -); -} -); -width = 230; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(194,231,l), -(242,487,l), -(242,729,l), -(49,729,l), -(49,487,l), -(96,231,l) -); -}, -{ -closed = 1; -nodes = ( -(228,0,l), -(228,167,l), -(61,167,l), -(61,0,l) -); -} -); -width = 288; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(71,146,l), -(156,523,l), -(198,729,l), -(167,729,l), -(124,523,l), -(49,146,l) -); -}, -{ -closed = 1; -nodes = ( -(53,0,l), -(64,54,l), -(17,54,l), -(7,0,l) -); -} -); -width = 168; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(142,232,l), -(246,507,l), -(293,729,l), -(118,729,l), -(72,507,l), -(63,232,l) -); -}, -{ -closed = 1; -nodes = ( -(137,0,l), -(173,174,l), -(6,174,l), -(-30,0,l) -); -} -); -width = 220; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(109,186,l), -(183,493,l), -(232,729,l), -(193,729,l), -(144,493,l), -(89,186,l) -); -}, -{ -closed = 1; -nodes = ( -(82,0,l), -(94,61,l), -(50,61,l), -(38,0,l) -); -} -); -width = 230; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,231,l), -(287,487,l), -(337,729,l), -(145,729,l), -(95,487,l), -(88,231,l) -); -}, -{ -closed = 1; -nodes = ( -(172,0,l), -(207,167,l), -(40,167,l), -(5,0,l) -); -} -); -width = 291; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(86,186,l), -(159,493,l), -(208,729,l), -(170,729,l), -(121,493,l), -(66,186,l) -); -}, -{ -closed = 1; -nodes = ( -(60,0,l), -(72,61,l), -(27,61,l), -(15,0,l) -); -} -); -width = 183; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,232,l), -(283,484,l), -(334,729,l), -(133,729,l), -(82,484,l), -(80,232,l) -); -}, -{ -closed = 1; -nodes = ( -(177,0,l), -(212,164,l), -(21,164,l), -(-14,0,l) -); -} -); -width = 277; -} -); -userData = { -KernOnSpecialSpacing = { -L = "spaced-off"; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.case.glyph deleted file mode 100644 index 0f7de2eb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.case.glyph +++ /dev/null @@ -1,192 +0,0 @@ -{ -color = 6; -glyphname = exclamdown.case; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,213); -ref = exclamdown; -} -); -width = 165; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,188); -ref = exclamdown; -} -); -width = 227; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,213); -ref = exclamdown; -} -); -width = 180; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,185); -ref = exclamdown; -} -); -width = 283; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,213); -ref = exclamdown; -} -); -width = 165; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -pos = (0,188); -ref = exclamdown; -} -); -width = 227; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -pos = (0,213); -ref = exclamdown; -} -); -width = 186; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,184); -ref = exclamdown; -} -); -width = 268; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,213); -ref = exclamdown; -} -); -width = 180; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,185); -ref = exclamdown; -} -); -width = 283; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,213); -ref = exclamdown; -} -); -width = 257; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,184); -ref = exclamdown; -} -); -width = 325; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (44,213); -ref = exclamdown; -} -); -width = 165; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (39,188); -ref = exclamdown; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = exclamdown; -} -); -width = 228; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (38,184); -ref = exclamdown; -} -); -width = 291; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (44,213); -ref = exclamdown; -} -); -width = 181; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (38,185); -ref = exclamdown; -} -); -width = 283; -} -); -metricLeft = exclamdown; -metricRight = exclamdown; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.glyph deleted file mode 100644 index d82c603d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = exclamdown; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (227,541); -ref = exclam; -} -); -width = 227; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (165,516); -ref = exclam; -} -); -width = 165; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (180,517); -ref = exclam; -} -); -width = 180; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (283,544); -ref = exclam; -} -); -width = 283; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (165,516); -ref = exclam; -} -); -width = 165; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (227,541); -ref = exclam; -} -); -width = 227; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (186,517); -ref = exclam; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 186; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (268,544); -ref = exclam; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 268; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (180,517); -ref = exclam; -} -); -width = 180; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (283,544); -ref = exclam; -} -); -width = 283; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (257,517); -ref = exclam; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 257; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (325,544); -ref = exclam; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 325; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (165,516); -ref = exclam; -} -); -width = 165; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (229,541); -ref = exclam; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (228,517); -ref = exclam; -} -); -width = 228; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (291,544); -ref = exclam; -} -); -width = 291; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (181,517); -ref = exclam; -} -); -width = 181; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (283,544); -ref = exclam; -} -); -width = 283; -} -); -metricLeft = exclam; -metricRight = exclam; -unicode = 161; -userData = { -KernOnSpecialSpacing = { -R = "spaced-off"; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.ss01.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.ss01.case.glyph deleted file mode 100644 index 8533c9f7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.ss01.case.glyph +++ /dev/null @@ -1,193 +0,0 @@ -{ -color = 6; -glyphname = exclamdown.ss01.case; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,213); -ref = exclamdown.ss01; -} -); -width = 168; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,188); -ref = exclamdown.ss01; -} -); -width = 222; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,213); -ref = exclamdown.ss01; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,185); -ref = exclamdown.ss01; -} -); -width = 279; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,213); -ref = exclamdown.ss01; -} -); -width = 168; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -pos = (0,188); -ref = exclamdown.ss01; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -pos = (0,213); -ref = exclamdown.ss01; -} -); -width = 181; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,184); -ref = exclamdown.ss01; -} -); -width = 273; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,213); -ref = exclamdown.ss01; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,185); -ref = exclamdown.ss01; -} -); -width = 279; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,213); -ref = exclamdown.ss01; -} -); -width = 230; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,184); -ref = exclamdown.ss01; -} -); -width = 288; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (44,213); -ref = exclamdown.ss01; -} -); -width = 168; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (39,188); -ref = exclamdown.ss01; -} -); -width = 220; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (44,213); -ref = exclamdown.ss01; -} -); -width = 230; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (38,184); -ref = exclamdown.ss01; -} -); -width = 291; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (44,213); -ref = exclamdown.ss01; -} -); -width = 183; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (38,185); -ref = exclamdown.ss01; -} -); -width = 277; -} -); -metricLeft = exclamdown.ss01; -metricRight = exclamdown.ss01; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.ss01.glyph deleted file mode 100644 index cc25eb80..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/exclamdown.ss01.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = exclamdown.ss01; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (222,541); -ref = exclam.ss01; -} -); -width = 222; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (168,516); -ref = exclam.ss01; -} -); -width = 168; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (182,517); -ref = exclam.ss01; -} -); -width = 182; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (279,544); -ref = exclam.ss01; -} -); -width = 279; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (168,516); -ref = exclam.ss01; -} -); -width = 168; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (222,541); -ref = exclam.ss01; -} -); -width = 222; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (181,517); -ref = exclam.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 181; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (273,544); -ref = exclam.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 273; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (182,517); -ref = exclam.ss01; -} -); -width = 182; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (279,544); -ref = exclam.ss01; -} -); -width = 279; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (230,517); -ref = exclam.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 230; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (288,544); -ref = exclam.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = exclam; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = exclam; -}; -width = 288; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (168,516); -ref = exclam.ss01; -} -); -width = 168; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (220,541); -ref = exclam.ss01; -} -); -width = 220; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (230,517); -ref = exclam.ss01; -} -); -width = 230; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (291,544); -ref = exclam.ss01; -} -); -width = 291; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (183,517); -ref = exclam.ss01; -} -); -width = 183; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (277,544); -ref = exclam.ss01; -} -); -width = 277; -} -); -metricLeft = "=|exclam.ss01"; -metricRight = "=|exclam.ss01"; -userData = { -KernOnSpecialSpacing = { -R = "spaced-off"; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/f.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/f.glyph deleted file mode 100644 index 0d982e55..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/f.glyph +++ /dev/null @@ -1,1784 +0,0 @@ -{ -glyphname = f; -kernLeft = KO_f; -kernRight = KO_f; -layers = ( -{ -anchors = ( -{ -name = "#entry"; -pos = (11,0); -}, -{ -name = "#exit"; -pos = (293,0); -}, -{ -name = bottom; -pos = (160,0); -}, -{ -name = top; -pos = (160,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,0,l), -(236,401,l), -(293,398,l), -(293,541,l), -(236,539,l), -(236,561,ls), -(236,593,o), -(243,605,o), -(272,605,cs), -(300,605,l), -(300,729,l), -(222,729,ls), -(102,729,o), -(59,672,o), -(59,575,cs), -(59,539,l), -(11,541,l), -(11,398,l), -(59,401,l), -(59,0,l) -); -} -); -width = 304; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (23,0); -}, -{ -name = "#exit"; -pos = (142,0); -}, -{ -name = bottom; -pos = (91,0); -}, -{ -name = top; -pos = (91,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(92,0,l), -(92,489,l), -(144,489,l), -(144,516,l), -(92,516,l), -(92,648,ls), -(92,684,o), -(100,700,o), -(132,700,cs), -(149,700,l), -(149,729,l), -(132,729,ls), -(91,729,o), -(63,712,o), -(63,654,cs), -(63,516,l), -(23,516,l), -(23,489,l), -(63,489,l), -(63,0,l) -); -} -); -width = 157; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (11,0); -}, -{ -name = "#exit"; -pos = (292,0); -}, -{ -name = bottom; -pos = (148,0); -}, -{ -name = top; -pos = (148,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(156,0,l), -(156,485,l), -(293,485,l), -(293,517,l), -(156,517,l), -(156,598,ls), -(156,666,o), -(182,695,o), -(248,695,cs), -(316,695,l), -(316,729,l), -(242,729,ls), -(166,729,o), -(119,688,o), -(119,603,cs), -(119,517,l), -(11,517,l), -(11,485,l), -(119,485,l), -(119,0,l) -); -} -); -width = 304; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (4,0); -}, -{ -name = "#exit"; -pos = (428,0); -}, -{ -name = bottom; -pos = (222,0); -}, -{ -name = top; -pos = (222,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(314,0,l), -(314,379,l), -(428,379,l), -(428,544,l), -(314,544,l), -(314,554,ls), -(314,576,o), -(331,589,o), -(359,589,cs), -(440,589,l), -(440,729,l), -(325,729,ls), -(171,729,o), -(93,678,o), -(93,559,cs), -(93,544,l), -(4,544,l), -(4,379,l), -(93,379,l), -(93,0,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(314,0,l), -(314,379,l), -(428,379,l), -(428,544,l), -(314,544,l), -(314,558,ls), -(314,579,o), -(326,589,o), -(354,589,cs), -(440,589,l), -(440,729,l), -(274,729,ls), -(157,729,o), -(93,675,o), -(93,576,cs), -(93,544,l), -(4,544,l), -(4,379,l), -(93,379,l), -(93,0,l) -); -} -); -width = 432; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (178,0); -}, -{ -name = bottom; -pos = (102,0); -}, -{ -name = top; -pos = (102,729); -} -); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -400, -1, -0 -); -}; -layerId = "A76BE9BD-B402-4139-B9DC-17FCA99F3436"; -name = "{75, 400, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(124,0,l), -(124,464,l), -(178,463,l), -(178,523,l), -(124,523,l), -(124,620,ls), -(124,651,o), -(130,669,o), -(163,669,cs), -(183,669,l), -(183,729,l), -(149,729,ls), -(85,729,o), -(53,701,o), -(53,631,cs), -(53,523,l), -(11,523,l), -(11,463,l), -(53,464,l), -(53,0,l) -); -} -); -width = 204; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (322,0); -}, -{ -name = bottom; -pos = (161,0); -}, -{ -name = top; -pos = (173,729); -} -); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -400, -1, -0 -); -}; -layerId = "81417C71-699B-4461-A028-D338900B14D5"; -name = "{125, 400, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,0,l), -(205,455,l), -(336,455,l), -(336,525,l), -(205,525,l), -(205,586,ls), -(205,636,o), -(229,659,o), -(284,659,cs), -(341,659,l), -(341,729,l), -(270,729,ls), -(172,729,o), -(116,685,o), -(116,590,cs), -(116,525,l), -(13,525,l), -(13,455,l), -(116,455,l), -(116,0,l) -); -} -); -width = 346; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (185,0); -}, -{ -name = bottom; -pos = (97,0); -}, -{ -name = top; -pos = (97,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(99,0,l), -(99,489,l), -(185,489,l), -(185,516,l), -(99,516,l), -(99,643,ls), -(99,681,o), -(114,700,o), -(143,700,cs), -(185,700,l), -(185,729,l), -(145,729,ls), -(95,729,o), -(69,700,o), -(69,646,cs), -(69,516,l), -(0,516,l), -(0,489,l), -(69,489,l), -(69,0,l) -); -} -); -width = 189; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (216,0); -}, -{ -name = bottom; -pos = (114,0); -}, -{ -name = top; -pos = (114,729); -} -); -associatedMasterId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -attr = { -coordinates = ( -75, -400, -100, -0 -); -}; -layerId = "A632C4AC-2ABD-4832-91F9-EC740AB98249"; -name = "{75, 400, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,0,l), -(137,463,l), -(217,463,l), -(217,523,l), -(137,523,l), -(137,620,ls), -(137,653,o), -(150,669,o), -(177,669,cs), -(219,669,l), -(219,729,l), -(166,729,ls), -(98,729,o), -(65,694,o), -(65,626,cs), -(65,523,l), -(1,523,l), -(1,463,l), -(65,463,l), -(65,0,l) -); -} -); -width = 224; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (293,0); -}, -{ -name = bottom; -pos = (156,0); -}, -{ -name = top; -pos = (156,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,0,l), -(232,399,l), -(298,398,l), -(298,541,l), -(232,541,l), -(232,561,ls), -(232,584,o), -(241,593,o), -(262,593,cs), -(305,593,l), -(305,729,l), -(218,729,ls), -(107,729,o), -(55,680,o), -(55,575,cs), -(55,541,l), -(5,541,l), -(5,398,l), -(55,399,l), -(55,0,l) -); -} -); -width = 312; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (2,0); -}, -{ -name = "#exit"; -pos = (279,0); -}, -{ -name = bottom; -pos = (136,0); -}, -{ -name = top; -pos = (136,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(167,0,l), -(167,485,l), -(294,485,l), -(294,517,l), -(167,517,l), -(167,620,ls), -(167,665,o), -(181,695,o), -(237,695,cs), -(307,695,l), -(307,729,l), -(234,729,ls), -(172,729,o), -(130,696,o), -(130,627,cs), -(130,517,l), -(22,517,l), -(22,485,l), -(130,485,l), -(130,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,0,l), -(147,485,l), -(279,485,l), -(279,517,l), -(147,517,l), -(147,606,ls), -(147,669,o), -(171,695,o), -(233,695,cs), -(287,695,l), -(287,729,l), -(224,729,ls), -(154,729,o), -(110,691,o), -(110,612,cs), -(110,517,l), -(2,517,l), -(2,485,l), -(110,485,l), -(110,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 287; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (1,0); -}, -{ -name = "#exit"; -pos = (306,0); -}, -{ -name = bottom; -pos = (151,0); -}, -{ -name = top; -pos = (151,729); -} -); -associatedMasterId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -attr = { -coordinates = ( -100, -400, -100, -0 -); -}; -layerId = "1005C66E-9B60-41BC-A704-444338967786"; -name = "{100, 400, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,0,l), -(182,458,l), -(306,458,l), -(306,525,l), -(182,525,l), -(182,595,ls), -(182,648,o), -(204,668,o), -(255,668,cs), -(314,668,l), -(314,729,l), -(234,729,ls), -(151,729,o), -(101,686,o), -(101,603,cs), -(101,525,l), -(1,525,l), -(1,458,l), -(101,458,l), -(101,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 314; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (372,0); -}, -{ -name = bottom; -pos = (188,0); -}, -{ -name = top; -pos = (188,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(288,0,l), -(288,391,l), -(390,391,l), -(390,544,l), -(288,544,l), -(288,572,ls), -(288,592,o), -(299,606,o), -(334,606,cs), -(398,606,l), -(398,729,l), -(275,729,ls), -(161,729,o), -(97,675,o), -(97,580,cs), -(97,544,l), -(17,544,l), -(17,391,l), -(97,391,l), -(97,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,0,l), -(271,391,l), -(373,391,l), -(373,544,l), -(271,544,l), -(271,566,ls), -(271,594,o), -(287,601,o), -(310,601,cs), -(381,601,l), -(381,729,l), -(258,729,ls), -(144,729,o), -(80,675,o), -(80,580,cs), -(80,544,l), -(0,544,l), -(0,391,l), -(80,391,l), -(80,0,l) -); -} -); -width = 380; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (6,0); -}, -{ -name = "#exit"; -pos = (287,0); -}, -{ -name = bottom; -pos = (143,0); -}, -{ -name = top; -pos = (143,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,0,l), -(151,485,l), -(288,485,l), -(288,517,l), -(151,517,l), -(151,598,ls), -(151,666,o), -(177,695,o), -(243,695,cs), -(311,695,l), -(311,729,l), -(237,729,ls), -(161,729,o), -(114,688,o), -(114,603,cs), -(114,517,l), -(6,517,l), -(6,485,l), -(114,485,l), -(114,0,l) -); -} -); -width = 320; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (4,0); -}, -{ -name = "#exit"; -pos = (326,0); -}, -{ -name = bottom; -pos = (164,0); -}, -{ -name = top; -pos = (164,729); -} -); -associatedMasterId = "106FCE83-F343-403B-A314-646E4D059B3F"; -attr = { -coordinates = ( -125, -400, -100, -0 -); -}; -layerId = "48274309-B6A3-48F7-99A7-F9B925B333E0"; -name = "{125, 400, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,0,l), -(196,455,l), -(327,455,l), -(327,525,l), -(196,525,l), -(196,587,ls), -(196,637,o), -(218,659,o), -(273,659,cs), -(346,659,l), -(346,729,l), -(246,729,ls), -(158,729,o), -(107,684,o), -(107,595,cs), -(107,525,l), -(4,525,l), -(4,455,l), -(107,455,l), -(107,0,l) -); -} -); -width = 350; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-1,0); -}, -{ -name = "#exit"; -pos = (422,0); -}, -{ -name = bottom; -pos = (217,0); -}, -{ -name = top; -pos = (217,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(314,0,l), -(314,379,l), -(428,379,l), -(428,544,l), -(314,544,l), -(314,554,ls), -(314,576,o), -(331,589,o), -(359,589,cs), -(440,589,l), -(440,729,l), -(325,729,ls), -(171,729,o), -(93,678,o), -(93,559,cs), -(93,544,l), -(4,544,l), -(4,379,l), -(93,379,l), -(93,0,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,0,l), -(309,379,l), -(423,379,l), -(423,544,l), -(309,544,l), -(309,558,ls), -(309,579,o), -(321,589,o), -(349,589,cs), -(435,589,l), -(435,729,l), -(269,729,ls), -(152,729,o), -(88,675,o), -(88,576,cs), -(88,544,l), -(-1,544,l), -(-1,379,l), -(88,379,l), -(88,0,l) -); -} -); -width = 435; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (25,0); -}, -{ -name = "#exit"; -pos = (288,0); -}, -{ -name = bottom; -pos = (155,0); -}, -{ -name = top; -pos = (155,759); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(167,0,l), -(167,485,l), -(294,485,l), -(294,517,l), -(167,517,l), -(167,620,ls), -(167,665,o), -(181,695,o), -(237,695,cs), -(307,695,l), -(307,729,l), -(234,729,ls), -(172,729,o), -(130,696,o), -(130,627,cs), -(130,517,l), -(22,517,l), -(22,485,l), -(130,485,l), -(130,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(166,0,l), -(166,485,l), -(291,485,l), -(291,517,l), -(166,517,l), -(166,636,ls), -(166,699,o), -(190,725,o), -(250,725,cs), -(304,725,l), -(304,759,l), -(243,759,ls), -(173,759,o), -(131,721,o), -(131,642,cs), -(131,517,l), -(25,517,l), -(25,485,l), -(131,485,l), -(131,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 315; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (11,0); -}, -{ -name = "#exit"; -pos = (282,0); -}, -{ -name = bottom; -pos = (149,0); -}, -{ -name = top; -pos = (152,758); -} -); -associatedMasterId = m019; -attr = { -coordinates = ( -100, -400, -1, -0 -); -}; -layerId = "C8D736D1-4231-457C-8067-82A870B1DF78"; -name = "{100, 400, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,0,l), -(182,459,l), -(286,459,l), -(286,524,l), -(182,524,l), -(182,636,ls), -(182,677,o), -(198,694,o), -(238,694,cs), -(295,694,l), -(295,759,l), -(229,759,ls), -(148,759,o), -(102,719,o), -(102,636,cs), -(102,524,l), -(17,524,l), -(17,459,l), -(102,459,l), -(102,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 305; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (16,0); -}, -{ -name = "#exit"; -pos = (375,0); -}, -{ -name = bottom; -pos = (197,0); -}, -{ -name = top; -pos = (197,759); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(288,0,l), -(288,391,l), -(390,391,l), -(390,544,l), -(288,544,l), -(288,572,ls), -(288,592,o), -(299,606,o), -(334,606,cs), -(398,606,l), -(398,729,l), -(275,729,ls), -(161,729,o), -(97,675,o), -(97,580,cs), -(97,544,l), -(17,544,l), -(17,391,l), -(97,391,l), -(97,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(280,0,l), -(280,391,l), -(375,391,l), -(375,544,l), -(280,544,l), -(280,591,ls), -(280,619,o), -(295,626,o), -(315,626,cs), -(383,626,l), -(383,759,l), -(262,759,ls), -(152,759,o), -(90,705,o), -(90,610,cs), -(90,544,l), -(16,544,l), -(16,391,l), -(90,391,l), -(90,0,l) -); -} -); -width = 390; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-54,0); -}, -{ -name = "#exit"; -pos = (66,0); -}, -{ -name = bottom; -pos = (48,0); -}, -{ -name = top; -pos = (199,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(38,0,l), -(140,489,l), -(192,489,l), -(197,516,l), -(146,516,l), -(173,648,ls), -(182,688,o), -(196,700,o), -(225,700,cs), -(240,700,l), -(245,729,l), -(229,729,ls), -(187,729,o), -(158,710,o), -(146,654,cs), -(117,516,l), -(78,516,l), -(72,489,l), -(111,489,l), -(9,0,l) -); -} -); -width = 156; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-51,0); -}, -{ -name = "#exit"; -pos = (112,0); -}, -{ -name = bottom; -pos = (47,0); -}, -{ -name = top; -pos = (198,729); -} -); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -attr = { -coordinates = ( -75, -400, -1, -1 -); -}; -layerId = "0B568F17-BA3E-4D60-9365-4563D084473E"; -name = "{75, 400, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(58,0,l), -(155,463,l), -(208,463,l), -(220,523,l), -(168,523,l), -(187,620,ls), -(193,653,o), -(205,669,o), -(236,669,cs), -(256,669,l), -(267,729,l), -(234,729,ls), -(170,729,o), -(134,700,o), -(120,632,cs), -(97,523,l), -(56,523,l), -(43,463,l), -(84,463,l), -(-12,0,l) -); -} -); -width = 201; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-54,0); -}, -{ -name = "#exit"; -pos = (223,0); -}, -{ -name = bottom; -pos = (111,0); -}, -{ -name = top; -pos = (262,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,0,l), -(260,402,l), -(316,399,l), -(344,541,l), -(288,539,l), -(293,563,ls), -(301,597,o), -(309,606,o), -(335,606,cs), -(365,606,l), -(390,729,l), -(314,729,ls), -(196,729,o), -(142,675,o), -(121,576,cs), -(113,539,l), -(67,541,l), -(38,399,l), -(85,402,l), -(1,0,l) -); -} -); -width = 300; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-52,0); -}, -{ -name = "#exit"; -pos = (207,0); -}, -{ -name = bottom; -pos = (105,0); -}, -{ -name = top; -pos = (256,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(106,0,l), -(207,485,l), -(328,485,l), -(335,517,l), -(214,517,l), -(239,636,ls), -(247,674,o), -(272,696,o), -(314,696,cs), -(385,696,l), -(392,729,l), -(314,729,ls), -(259,729,o), -(217,701,o), -(204,642,cs), -(177,517,l), -(76,517,l), -(69,485,l), -(171,485,l), -(69,0,l) -); -} -); -width = 305; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-51,0); -}, -{ -name = "#exit"; -pos = (202,0); -}, -{ -name = bottom; -pos = (91,0); -}, -{ -name = top; -pos = (242,729); -} -); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; -attr = { -coordinates = ( -100, -400, -1, -1 -); -}; -layerId = "5C1270BD-9BF7-44A1-802C-05468B858737"; -name = "{100, 400, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(111,0,l), -(207,460,l), -(310,460,l), -(324,525,l), -(221,525,l), -(239,611,ls), -(247,648,o), -(267,664,o), -(309,664,cs), -(363,664,l), -(377,729,l), -(297,729,ls), -(222,729,o), -(176,695,o), -(162,626,cs), -(141,525,l), -(56,525,l), -(42,460,l), -(127,460,l), -(31,0,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-54,0); -}, -{ -name = "#exit"; -pos = (318,0); -}, -{ -name = bottom; -pos = (157,0); -}, -{ -name = top; -pos = (308,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,0,l), -(311,391,l), -(414,391,l), -(445,544,l), -(343,544,l), -(347,560,ls), -(354,591,o), -(375,599,o), -(412,599,cs), -(467,599,l), -(494,729,l), -(360,729,ls), -(240,729,o), -(181,676,o), -(164,593,cs), -(154,544,l), -(73,544,l), -(42,391,l), -(122,391,l), -(40,0,l) -); -} -); -width = 405; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-49,0); -}, -{ -name = "#exit"; -pos = (218,0); -}, -{ -name = bottom; -pos = (81,0); -}, -{ -name = top; -pos = (245,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(200,485,l), -(326,485,l), -(333,517,l), -(207,517,l), -(224,599,ls), -(239,673,o), -(264,695,o), -(330,695,cs), -(384,695,l), -(391,729,l), -(323,729,ls), -(253,729,o), -(208,697,o), -(191,614,cs), -(171,517,l), -(65,517,l), -(59,485,l), -(164,485,l), -(64,0,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-51,0); -}, -{ -name = "#exit"; -pos = (240,0); -}, -{ -name = bottom; -pos = (107,0); -}, -{ -name = top; -pos = (258,729); -} -); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -attr = { -coordinates = ( -125, -400, -1, -1 -); -}; -layerId = "33247132-9097-4752-BA40-720313E095E2"; -name = "{125, 400, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(133,0,l), -(228,455,l), -(350,455,l), -(364,525,l), -(242,525,l), -(257,593,ls), -(268,641,o), -(286,659,o), -(346,659,cs), -(403,659,l), -(418,729,l), -(327,729,ls), -(240,729,o), -(189,691,o), -(173,613,cs), -(154,525,l), -(53,525,l), -(39,455,l), -(140,455,l), -(45,0,l) -); -} -); -width = 321; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-55,0); -}, -{ -name = "#exit"; -pos = (364,0); -}, -{ -name = bottom; -pos = (174,0); -}, -{ -name = top; -pos = (325,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,0,l), -(333,379,l), -(447,379,l), -(481,544,l), -(368,544,l), -(370,554,ls), -(375,578,o), -(387,589,o), -(430,589,cs), -(495,589,l), -(525,729,l), -(374,729,ls), -(244,729,o), -(176,677,o), -(157,587,cs), -(148,544,l), -(61,544,l), -(26,379,l), -(114,379,l), -(36,0,l) -); -} -); -width = 428; -} -); -unicode = 102; -userData = { -KernOnName = f; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/f_f.liga.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/f_f.liga.glyph deleted file mode 100644 index a5b742e3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/f_f.liga.glyph +++ /dev/null @@ -1,515 +0,0 @@ -{ -glyphname = f_f.liga; -kernLeft = KO_f; -kernRight = KO_f_f.liga; -layers = ( -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = f; -}, -{ -pos = (282,0); -ref = f; -} -); -width = 586; -}, -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = f; -}, -{ -pos = (119,0); -ref = f; -} -); -width = 276; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = f; -}, -{ -pos = (281,0); -ref = f; -} -); -width = 585; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = f; -}, -{ -pos = (424,0); -ref = f; -} -); -width = 856; -}, -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = f; -}, -{ -pos = (185,0); -ref = f; -} -); -width = 374; -}, -{ -background = { -shapes = ( -{ -pos = (296,0); -ref = f; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = f; -}, -{ -pos = (293,0); -ref = f; -} -); -width = 605; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = f; -}, -{ -pos = (277,0); -ref = f; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 564; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = f; -}, -{ -pos = (372,0); -ref = f; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; -}; -width = 752; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = f; -}, -{ -pos = (281,0); -ref = f; -} -); -width = 601; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = f; -}, -{ -pos = (423,0); -ref = f; -} -); -width = 858; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = m019; -shapes = ( -{ -ref = f; -}, -{ -pos = (263,0); -ref = f; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 578; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = m020; -shapes = ( -{ -ref = f; -}, -{ -pos = (359,0); -ref = f; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; -}; -width = 749; -}, -{ -background = { -shapes = ( -{ -pos = (12,0); -ref = f; -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = f; -}, -{ -pos = (120,0); -ref = f; -} -); -width = 276; -}, -{ -background = { -shapes = ( -{ -pos = (277,0); -ref = f; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = f; -}, -{ -pos = (277,0); -ref = f; -} -); -width = 577; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = f; -}, -{ -pos = (259,0); -ref = f; -} -); -width = 564; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = f; -}, -{ -pos = (372,0); -ref = f; -} -); -width = 777; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = f; -}, -{ -pos = (267,0); -ref = f; -} -); -width = 557; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = f; -}, -{ -pos = (419,0); -ref = f; -} -); -width = 847; -} -); -metricLeft = f; -metricRight = f; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/f_f_i.liga.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/f_f_i.liga.glyph deleted file mode 100644 index 4e853dc2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/f_f_i.liga.glyph +++ /dev/null @@ -1,459 +0,0 @@ -{ -glyphname = f_f_i.liga; -kernLeft = KO_f; -kernRight = KO_fi; -layers = ( -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = f; -}, -{ -pos = (119,0); -ref = _f.longarm; -}, -{ -pos = (243,0); -ref = i; -} -); -width = 392; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = f; -}, -{ -pos = (282,0); -ref = _f.longarm; -}, -{ -pos = (589,0); -ref = i; -} -); -width = 820; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = f; -}, -{ -pos = (281,0); -ref = _f.longarm; -}, -{ -pos = (583,0); -ref = i; -} -); -width = 752; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = f; -}, -{ -pos = (424,0); -ref = _f.longarm; -}, -{ -pos = (864,0); -ref = i; -} -); -width = 1171; -}, -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = f; -}, -{ -pos = (185,0); -ref = _f.longarm; -}, -{ -pos = (384,0); -ref = i; -} -); -width = 486; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = f; -}, -{ -pos = (293,0); -ref = _f.longarm; -}, -{ -pos = (628,0); -ref = i; -} -); -width = 837; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = f; -}, -{ -pos = (277,0); -ref = _f.longarm; -}, -{ -pos = (616,0); -ref = i; -} -); -width = 770; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = f; -}, -{ -pos = (372,0); -ref = _f.longarm; -}, -{ -pos = (806,0); -ref = i; -} -); -width = 1057; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = f; -}, -{ -pos = (281,0); -ref = _f.longarm; -}, -{ -pos = (654,0); -ref = i; -} -); -width = 803; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = f; -}, -{ -pos = (423,0); -ref = _f.longarm; -}, -{ -pos = (890,0); -ref = i; -} -); -width = 1177; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = m019; -shapes = ( -{ -ref = f; -}, -{ -pos = (263,0); -ref = _f.longarm; -}, -{ -pos = (556,0); -ref = i; -} -); -width = 763; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = m020; -shapes = ( -{ -ref = f; -}, -{ -pos = (359,0); -ref = _f.longarm; -}, -{ -pos = (744,0); -ref = i; -} -); -width = 1047; -}, -{ -background = { -shapes = ( -{ -pos = (12,0); -ref = f; -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = f; -}, -{ -pos = (120,0); -ref = _f.longarm; -}, -{ -pos = (233,0); -ref = i; -} -); -width = 384; -}, -{ -background = { -shapes = ( -{ -pos = (277,0); -ref = f; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = f; -}, -{ -pos = (277,0); -ref = _f.longarm; -}, -{ -pos = (580,0); -ref = i; -} -); -width = 809; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = f; -}, -{ -pos = (259,0); -ref = _f.longarm; -}, -{ -pos = (540,0); -ref = i; -} -); -width = 746; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = f; -}, -{ -pos = (372,0); -ref = _f.longarm; -}, -{ -pos = (770,0); -ref = i; -} -); -width = 1072; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = f; -}, -{ -pos = (267,0); -ref = _f.longarm; -}, -{ -pos = (558,0); -ref = i; -} -); -width = 726; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = f; -}, -{ -pos = (419,0); -ref = _f.longarm; -}, -{ -pos = (861,0); -ref = i; -} -); -width = 1167; -} -); -metricLeft = f; -metricRight = i; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/f_f_i.liga.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/f_f_i.liga.ss01.glyph deleted file mode 100644 index 7a575e41..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/f_f_i.liga.ss01.glyph +++ /dev/null @@ -1,459 +0,0 @@ -{ -glyphname = f_f_i.liga.ss01; -kernLeft = KO_f; -kernRight = KO_l; -layers = ( -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = f; -}, -{ -pos = (119,0); -ref = _f.longarm; -}, -{ -pos = (243,0); -ref = i.ss01; -} -); -width = 392; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = f; -}, -{ -pos = (282,0); -ref = _f.longarm; -}, -{ -pos = (589,0); -ref = i.ss01; -} -); -width = 820; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = f; -}, -{ -pos = (281,0); -ref = _f.longarm; -}, -{ -pos = (583,0); -ref = i.ss01; -} -); -width = 752; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = f; -}, -{ -pos = (424,0); -ref = _f.longarm; -}, -{ -pos = (864,0); -ref = i.ss01; -} -); -width = 1171; -}, -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = f; -}, -{ -pos = (185,0); -ref = _f.longarm; -}, -{ -pos = (384,0); -ref = i.ss01; -} -); -width = 486; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = f; -}, -{ -pos = (293,0); -ref = _f.longarm; -}, -{ -pos = (628,0); -ref = i.ss01; -} -); -width = 837; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = f; -}, -{ -pos = (277,0); -ref = _f.longarm; -}, -{ -pos = (616,0); -ref = i.ss01; -} -); -width = 770; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = f; -}, -{ -pos = (372,0); -ref = _f.longarm; -}, -{ -pos = (806,0); -ref = i.ss01; -} -); -width = 1057; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = f; -}, -{ -pos = (281,0); -ref = _f.longarm; -}, -{ -pos = (654,0); -ref = i.ss01; -} -); -width = 823; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = f; -}, -{ -pos = (423,0); -ref = _f.longarm; -}, -{ -pos = (890,0); -ref = i.ss01; -} -); -width = 1197; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = m019; -shapes = ( -{ -ref = f; -}, -{ -pos = (263,0); -ref = _f.longarm; -}, -{ -pos = (556,0); -ref = i.ss01; -} -); -width = 763; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = m020; -shapes = ( -{ -ref = f; -}, -{ -pos = (359,0); -ref = _f.longarm; -}, -{ -pos = (744,0); -ref = i.ss01; -} -); -width = 1047; -}, -{ -background = { -shapes = ( -{ -pos = (155,0); -ref = f; -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = f; -}, -{ -pos = (120,0); -ref = _f.longarm; -}, -{ -pos = (233,0); -ref = i.ss01; -} -); -width = 384; -}, -{ -background = { -shapes = ( -{ -pos = (280,0); -ref = f; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = f; -}, -{ -pos = (277,0); -ref = _f.longarm; -}, -{ -pos = (580,0); -ref = i.ss01; -} -); -width = 809; -}, -{ -background = { -shapes = ( -{ -pos = (255,0); -ref = f; -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = f; -}, -{ -pos = (259,0); -ref = _f.longarm; -}, -{ -pos = (540,0); -ref = i.ss01; -} -); -width = 746; -}, -{ -background = { -shapes = ( -{ -pos = (351,0); -ref = f; -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = f; -}, -{ -pos = (372,0); -ref = _f.longarm; -}, -{ -pos = (770,0); -ref = i.ss01; -} -); -width = 1072; -}, -{ -background = { -shapes = ( -{ -pos = (253,0); -ref = f; -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = f; -}, -{ -pos = (267,0); -ref = _f.longarm; -}, -{ -pos = (558,0); -ref = i.ss01; -} -); -width = 726; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = f; -}, -{ -pos = (419,0); -ref = _f.longarm; -}, -{ -pos = (861,0); -ref = i.ss01; -} -); -width = 1167; -} -); -metricLeft = f; -metricRight = i.ss01; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/f_y.liga.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/f_y.liga.glyph deleted file mode 100644 index cf318682..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/f_y.liga.glyph +++ /dev/null @@ -1,387 +0,0 @@ -{ -glyphname = f_y.liga; -kernLeft = KO_f; -kernRight = KO_v; -layers = ( -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = f; -}, -{ -pos = (122,0); -ref = y; -} -); -width = 376; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = f; -}, -{ -pos = (249,0); -ref = y; -} -); -width = 688; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = f; -}, -{ -pos = (262,0); -ref = y; -} -); -width = 820; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = f; -}, -{ -pos = (358,0); -ref = y; -} -); -width = 1031; -}, -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = f; -}, -{ -pos = (175,0); -ref = y; -} -); -width = 420; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = f; -}, -{ -pos = (263,0); -ref = y; -} -); -width = 687; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = f; -}, -{ -pos = (259,0); -ref = y; -} -); -width = 707; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = f; -}, -{ -pos = (315,0); -ref = y; -} -); -width = 892; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = f; -}, -{ -pos = (267,0); -ref = y; -} -); -width = 815; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = f; -}, -{ -pos = (356,0); -ref = y; -} -); -width = 1019; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = m019; -shapes = ( -{ -ref = f; -}, -{ -pos = (246,0); -ref = y; -} -); -width = 733; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = m020; -shapes = ( -{ -ref = f; -}, -{ -pos = (310,0); -ref = y; -} -); -width = 892; -}, -{ -background = { -shapes = ( -{ -pos = (12,0); -ref = f; -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = f; -}, -{ -pos = (122,0); -ref = y; -} -); -width = 374; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = f; -}, -{ -pos = (249,0); -ref = y; -} -); -width = 683; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = f; -}, -{ -pos = (239,0); -ref = y; -} -); -width = 718; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = f; -}, -{ -pos = (326,0); -ref = y; -} -); -width = 912; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = f; -}, -{ -pos = (251,0); -ref = y; -} -); -width = 805; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = f; -}, -{ -pos = (355,0); -ref = y; -} -); -width = 1021; -} -); -metricLeft = f; -metricRight = y; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/fi.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/fi.glyph deleted file mode 100644 index cb57b8fa..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/fi.glyph +++ /dev/null @@ -1,392 +0,0 @@ -{ -glyphname = fi; -kernLeft = KO_f; -kernRight = KO_fi; -layers = ( -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (124,0); -ref = i; -} -); -width = 273; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (307,0); -ref = i; -} -); -width = 538; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (302,0); -ref = i; -} -); -width = 471; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (440,0); -ref = i; -} -); -width = 747; -}, -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (199,0); -ref = i; -} -); -width = 301; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (335,0); -ref = i; -} -); -width = 544; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (339,0); -ref = i; -} -); -width = 493; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (434,0); -ref = i; -} -); -width = 685; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (373,0); -ref = i; -} -); -width = 522; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (467,0); -ref = i; -} -); -width = 754; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = m019; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (293,0); -ref = i; -} -); -width = 500; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = m020; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (385,0); -ref = i; -} -); -width = 688; -}, -{ -background = { -shapes = ( -{ -pos = (12,0); -ref = f; -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (113,0); -ref = i; -} -); -width = 264; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -}, -{ -pos = (312,0); -ref = i; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (303,0); -ref = i; -} -); -width = 532; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (281,0); -ref = i; -} -); -width = 487; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (398,0); -ref = i; -} -); -width = 700; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (291,0); -ref = i; -} -); -width = 459; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (442,0); -ref = i; -} -); -width = 748; -} -); -metricLeft = f; -metricRight = i; -unicode = 64257; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/fi.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/fi.ss01.glyph deleted file mode 100644 index 7b8d8544..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/fi.ss01.glyph +++ /dev/null @@ -1,387 +0,0 @@ -{ -glyphname = fi.ss01; -kernLeft = KO_f; -kernRight = KO_l; -layers = ( -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (124,0); -ref = i.ss01; -} -); -width = 273; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (307,0); -ref = i.ss01; -} -); -width = 538; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (302,0); -ref = i.ss01; -} -); -width = 471; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (440,0); -ref = i.ss01; -} -); -width = 747; -}, -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (199,0); -ref = i.ss01; -} -); -width = 301; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (335,0); -ref = i.ss01; -} -); -width = 544; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (339,0); -ref = i.ss01; -} -); -width = 493; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (434,0); -ref = i.ss01; -} -); -width = 685; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (373,0); -ref = i.ss01; -} -); -width = 542; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (467,0); -ref = i.ss01; -} -); -width = 774; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = m019; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (293,0); -ref = i.ss01; -} -); -width = 500; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = m020; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (385,0); -ref = i.ss01; -} -); -width = 688; -}, -{ -background = { -shapes = ( -{ -pos = (12,0); -ref = f; -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (113,0); -ref = i.ss01; -} -); -width = 264; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (303,0); -ref = i.ss01; -} -); -width = 532; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (281,0); -ref = i.ss01; -} -); -width = 487; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (398,0); -ref = i.ss01; -} -); -width = 700; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (291,0); -ref = i.ss01; -} -); -width = 459; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (442,0); -ref = i.ss01; -} -); -width = 748; -} -); -metricLeft = f; -metricRight = i.ss01; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/five.blackC_ircled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/five.blackC_ircled.glyph deleted file mode 100644 index f848a0ec..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/five.blackC_ircled.glyph +++ /dev/null @@ -1,2654 +0,0 @@ -{ -color = 0; -glyphname = five.blackCircled; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(265,133,o), -(222,188,o), -(218,270,c), -(328,270,l), -(328,238,o), -(337,225,o), -(352,225,cs), -(371,225,o), -(378,245,o), -(378,284,cs), -(378,326,o), -(369,343,o), -(353,343,cs), -(338,343,o), -(330,325,o), -(330,305,c), -(223,305,l), -(234,572,l), -(464,572,l), -(464,479,l), -(335,479,l), -(330,414,l), -(334,412,l), -(343,428,o), -(363,433,o), -(381,433,cs), -(453,433,o), -(488,374,o), -(488,287,cs), -(488,182,o), -(433,133,o), -(352,133,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(265,143,o), -(222,198,o), -(218,280,c), -(328,280,l), -(328,248,o), -(337,235,o), -(352,235,cs), -(371,235,o), -(378,255,o), -(378,294,cs), -(378,336,o), -(369,353,o), -(353,353,cs), -(338,353,o), -(330,335,o), -(330,315,c), -(223,315,l), -(234,582,l), -(464,582,l), -(464,489,l), -(335,489,l), -(330,424,l), -(334,422,l), -(343,438,o), -(363,443,o), -(381,443,cs), -(453,443,o), -(488,384,o), -(488,297,cs), -(488,192,o), -(433,143,o), -(352,143,cs) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(283,134,o), -(256,189,o), -(256,271,c), -(285,271,l), -(284,187,o), -(313,159,o), -(350,159,cs), -(393,159,o), -(412,196,o), -(412,280,cs), -(412,367,o), -(389,396,o), -(351,396,cs), -(318,396,o), -(297,374,o), -(291,326,c), -(261,326,l), -(269,572,l), -(439,572,l), -(439,545,l), -(296,545,l), -(290,381,l), -(292,381,l), -(304,406,o), -(326,421,o), -(355,421,cs), -(417,421,o), -(442,370,o), -(442,281,cs), -(442,180,o), -(409,134,o), -(350,134,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(283,143,o), -(256,198,o), -(256,280,c), -(285,280,l), -(284,196,o), -(313,168,o), -(350,168,cs), -(393,168,o), -(412,205,o), -(412,289,cs), -(412,376,o), -(389,405,o), -(351,405,cs), -(318,405,o), -(297,383,o), -(291,335,c), -(261,335,l), -(269,581,l), -(439,581,l), -(439,554,l), -(296,554,l), -(290,390,l), -(292,390,l), -(304,415,o), -(326,430,o), -(355,430,cs), -(417,430,o), -(442,379,o), -(442,290,cs), -(442,189,o), -(409,143,o), -(350,143,cs) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(332,134,o), -(263,189,o), -(263,271,c), -(299,271,l), -(298,207,o), -(355,165,o), -(438,165,cs), -(535,165,o), -(583,211,o), -(583,280,cs), -(583,355,o), -(532,394,o), -(442,394,cs), -(374,394,o), -(329,368,o), -(309,337,c), -(273,337,l), -(286,572,l), -(611,572,l), -(611,541,l), -(319,541,l), -(309,371,l), -(312,371,l), -(337,402,o), -(390,424,o), -(448,424,cs), -(562,424,o), -(622,367,o), -(622,281,cs), -(622,187,o), -(546,134,o), -(438,134,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,145,o), -(262,200,o), -(262,282,c), -(298,282,l), -(297,218,o), -(354,176,o), -(437,176,cs), -(534,176,o), -(582,222,o), -(582,291,cs), -(582,366,o), -(531,405,o), -(441,405,cs), -(373,405,o), -(328,379,o), -(308,348,c), -(272,348,l), -(285,583,l), -(610,583,l), -(610,552,l), -(318,552,l), -(308,382,l), -(311,382,l), -(336,413,o), -(389,435,o), -(447,435,cs), -(561,435,o), -(621,378,o), -(621,292,cs), -(621,198,o), -(545,145,o), -(437,145,cs) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(293,135,o), -(236,192,o), -(229,272,c), -(379,272,l), -(385,250,o), -(405,246,o), -(431,246,cs), -(466,246,o), -(484,263,o), -(484,288,cs), -(484,313,o), -(463,328,o), -(433,328,cs), -(405,328,o), -(381,316,o), -(372,299,c), -(236,299,l), -(251,574,l), -(613,574,l), -(613,457,l), -(387,457,l), -(382,407,l), -(388,405,l), -(399,419,o), -(437,431,o), -(474,431,cs), -(563,431,o), -(635,383,o), -(635,288,cs), -(635,184,o), -(544,135,o), -(429,135,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(291,147,o), -(234,204,o), -(227,284,c), -(377,284,l), -(383,262,o), -(403,258,o), -(429,258,cs), -(464,258,o), -(482,275,o), -(482,300,cs), -(482,325,o), -(461,340,o), -(431,340,cs), -(403,340,o), -(379,328,o), -(370,311,c), -(234,311,l), -(249,586,l), -(611,586,l), -(611,469,l), -(385,469,l), -(380,419,l), -(386,417,l), -(397,431,o), -(435,443,o), -(472,443,cs), -(561,443,o), -(633,395,o), -(633,300,cs), -(633,196,o), -(542,147,o), -(427,147,cs) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(283,134,o), -(256,189,o), -(256,271,c), -(285,271,l), -(284,187,o), -(313,159,o), -(350,159,cs), -(393,159,o), -(412,196,o), -(412,280,cs), -(412,367,o), -(389,396,o), -(351,396,cs), -(318,396,o), -(297,374,o), -(291,326,c), -(261,326,l), -(269,572,l), -(439,572,l), -(439,545,l), -(296,545,l), -(290,381,l), -(292,381,l), -(304,406,o), -(326,421,o), -(355,421,cs), -(417,421,o), -(442,370,o), -(442,281,cs), -(442,180,o), -(409,134,o), -(350,134,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(263,143,o), -(236,198,o), -(236,280,c), -(265,280,l), -(264,196,o), -(293,168,o), -(330,168,cs), -(373,168,o), -(392,205,o), -(392,289,cs), -(392,376,o), -(369,405,o), -(331,405,cs), -(298,405,o), -(277,383,o), -(271,335,c), -(241,335,l), -(249,581,l), -(419,581,l), -(419,554,l), -(276,554,l), -(270,390,l), -(272,390,l), -(284,415,o), -(306,430,o), -(335,430,cs), -(397,430,o), -(422,379,o), -(422,290,cs), -(422,189,o), -(389,143,o), -(330,143,cs) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(265,133,o), -(222,188,o), -(218,270,c), -(328,270,l), -(328,238,o), -(337,225,o), -(352,225,cs), -(371,225,o), -(378,245,o), -(378,284,cs), -(378,326,o), -(369,343,o), -(353,343,cs), -(338,343,o), -(330,325,o), -(330,305,c), -(223,305,l), -(234,572,l), -(464,572,l), -(464,479,l), -(335,479,l), -(330,414,l), -(334,412,l), -(343,428,o), -(363,433,o), -(381,433,cs), -(453,433,o), -(488,374,o), -(488,287,cs), -(488,182,o), -(433,133,o), -(352,133,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(255,143,o), -(212,198,o), -(208,280,c), -(318,280,l), -(318,248,o), -(327,235,o), -(342,235,cs), -(361,235,o), -(368,255,o), -(368,294,cs), -(368,336,o), -(359,353,o), -(343,353,cs), -(328,353,o), -(320,335,o), -(320,315,c), -(213,315,l), -(224,582,l), -(454,582,l), -(454,489,l), -(325,489,l), -(320,424,l), -(324,422,l), -(333,438,o), -(353,443,o), -(371,443,cs), -(443,443,o), -(478,384,o), -(478,297,cs), -(478,192,o), -(423,143,o), -(342,143,cs) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (416,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(348,134,o), -(297,186,o), -(294,253,c), -(329,253,l), -(333,200,o), -(372,165,o), -(431,165,cs), -(501,165,o), -(542,210,o), -(542,276,cs), -(542,346,o), -(498,387,o), -(433,387,cs), -(387,387,o), -(350,364,o), -(336,331,c), -(299,331,l), -(317,572,l), -(567,572,l), -(567,541,l), -(347,541,l), -(333,366,l), -(335,365,l), -(356,398,o), -(397,416,o), -(440,416,cs), -(523,416,o), -(577,360,o), -(577,278,cs), -(577,192,o), -(519,134,o), -(430,134,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(328,144,o), -(277,196,o), -(274,263,c), -(309,263,l), -(313,210,o), -(352,175,o), -(411,175,cs), -(481,175,o), -(522,220,o), -(522,286,cs), -(522,356,o), -(478,397,o), -(413,397,cs), -(367,397,o), -(330,374,o), -(316,341,c), -(279,341,l), -(297,582,l), -(547,582,l), -(547,551,l), -(327,551,l), -(313,376,l), -(315,375,l), -(336,408,o), -(377,426,o), -(420,426,cs), -(503,426,o), -(557,370,o), -(557,288,cs), -(557,202,o), -(499,144,o), -(410,144,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -142, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -445, -30 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -621, -32 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -630, -37 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -354, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -138, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -440, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -613, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -582, -43 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -297, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --10, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --10, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,133,o), -(261,186,o), -(253,265,c), -(381,265,l), -(386,250,o), -(402,241,o), -(423,241,cs), -(449,241,o), -(466,261,o), -(466,282,cs), -(466,306,o), -(448,323,o), -(424,323,cs), -(404,323,o), -(388,312,o), -(384,297,c), -(263,297,l), -(282,572,l), -(583,572,l), -(583,461,l), -(395,461,l), -(386,406,l), -(392,404,l), -(401,414,o), -(432,423,o), -(459,423,cs), -(541,423,o), -(594,369,o), -(594,287,cs), -(594,195,o), -(525,133,o), -(420,133,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(303,145,o), -(244,198,o), -(236,277,c), -(364,277,l), -(369,262,o), -(385,253,o), -(406,253,cs), -(432,253,o), -(449,273,o), -(449,294,cs), -(449,318,o), -(431,335,o), -(407,335,cs), -(387,335,o), -(371,324,o), -(367,309,c), -(246,309,l), -(265,584,l), -(566,584,l), -(566,473,l), -(378,473,l), -(369,418,l), -(375,416,l), -(384,426,o), -(415,435,o), -(442,435,cs), -(524,435,o), -(577,381,o), -(577,299,cs), -(577,207,o), -(508,145,o), -(403,145,cs) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(332,134,o), -(263,189,o), -(263,271,c), -(299,271,l), -(298,207,o), -(355,165,o), -(438,165,cs), -(535,165,o), -(583,211,o), -(583,280,cs), -(583,355,o), -(532,394,o), -(442,394,cs), -(374,394,o), -(329,368,o), -(309,337,c), -(273,337,l), -(286,572,l), -(611,572,l), -(611,541,l), -(319,541,l), -(309,371,l), -(312,371,l), -(337,402,o), -(390,424,o), -(448,424,cs), -(562,424,o), -(622,367,o), -(622,281,cs), -(622,187,o), -(546,134,o), -(438,134,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(321,145,o), -(252,200,o), -(252,282,c), -(288,282,l), -(287,218,o), -(344,176,o), -(427,176,cs), -(524,176,o), -(572,222,o), -(572,291,cs), -(572,366,o), -(521,405,o), -(431,405,cs), -(363,405,o), -(318,379,o), -(298,348,c), -(262,348,l), -(275,583,l), -(600,583,l), -(600,552,l), -(308,552,l), -(298,382,l), -(301,382,l), -(326,413,o), -(379,435,o), -(437,435,cs), -(551,435,o), -(611,378,o), -(611,292,cs), -(611,198,o), -(535,145,o), -(427,145,cs) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(293,135,o), -(236,192,o), -(229,272,c), -(379,272,l), -(385,250,o), -(405,246,o), -(431,246,cs), -(466,246,o), -(484,263,o), -(484,288,cs), -(484,313,o), -(463,328,o), -(433,328,cs), -(405,328,o), -(381,316,o), -(372,299,c), -(236,299,l), -(251,574,l), -(613,574,l), -(613,457,l), -(387,457,l), -(382,407,l), -(388,405,l), -(399,419,o), -(437,431,o), -(474,431,cs), -(563,431,o), -(635,383,o), -(635,288,cs), -(635,184,o), -(544,135,o), -(429,135,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(281,147,o), -(224,204,o), -(217,284,c), -(367,284,l), -(373,262,o), -(393,258,o), -(419,258,cs), -(454,258,o), -(472,275,o), -(472,300,cs), -(472,325,o), -(451,340,o), -(421,340,cs), -(393,340,o), -(369,328,o), -(360,311,c), -(224,311,l), -(239,586,l), -(601,586,l), -(601,469,l), -(375,469,l), -(370,419,l), -(376,417,l), -(387,431,o), -(425,443,o), -(462,443,cs), -(551,443,o), -(623,395,o), -(623,300,cs), -(623,196,o), -(532,147,o), -(417,147,cs) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (431,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(348,134,o), -(297,186,o), -(294,253,c), -(329,253,l), -(333,200,o), -(372,165,o), -(431,165,cs), -(501,165,o), -(542,210,o), -(542,276,cs), -(542,346,o), -(498,387,o), -(433,387,cs), -(387,387,o), -(350,364,o), -(336,331,c), -(299,331,l), -(317,572,l), -(567,572,l), -(567,541,l), -(347,541,l), -(333,366,l), -(335,365,l), -(356,398,o), -(397,416,o), -(440,416,cs), -(523,416,o), -(577,360,o), -(577,278,cs), -(577,192,o), -(519,134,o), -(430,134,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(345,144,o), -(294,196,o), -(291,263,c), -(326,263,l), -(330,210,o), -(367,175,o), -(426,175,cs), -(494,175,o), -(535,220,o), -(535,286,cs), -(535,356,o), -(491,397,o), -(428,397,cs), -(382,397,o), -(346,374,o), -(333,341,c), -(296,341,l), -(314,582,l), -(558,582,l), -(558,551,l), -(344,551,l), -(330,376,l), -(332,375,l), -(351,408,o), -(392,426,o), -(435,426,cs), -(516,426,o), -(568,370,o), -(568,288,cs), -(568,202,o), -(512,144,o), -(425,144,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -142, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -445, -30 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -621, -32 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -630, -37 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -354, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -138, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -440, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -613, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -582, -43 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -297, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --10, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --10, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,133,o), -(261,186,o), -(253,265,c), -(381,265,l), -(386,250,o), -(402,241,o), -(423,241,cs), -(449,241,o), -(466,261,o), -(466,282,cs), -(466,306,o), -(448,323,o), -(424,323,cs), -(404,323,o), -(388,312,o), -(384,297,c), -(263,297,l), -(282,572,l), -(583,572,l), -(583,461,l), -(395,461,l), -(386,406,l), -(392,404,l), -(401,414,o), -(432,423,o), -(459,423,cs), -(541,423,o), -(594,369,o), -(594,287,cs), -(594,195,o), -(525,133,o), -(420,133,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(316,145,o), -(258,198,o), -(250,277,c), -(377,277,l), -(382,262,o), -(397,253,o), -(417,253,cs), -(442,253,o), -(457,273,o), -(457,294,cs), -(457,318,o), -(441,335,o), -(418,335,cs), -(399,335,o), -(384,324,o), -(380,309,c), -(260,309,l), -(279,584,l), -(573,584,l), -(573,473,l), -(390,473,l), -(382,418,l), -(388,416,l), -(397,426,o), -(426,435,o), -(452,435,cs), -(533,435,o), -(584,381,o), -(584,299,cs), -(584,207,o), -(517,145,o), -(414,145,cs) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,134,o), -(293,189,o), -(293,271,c), -(322,271,l), -(321,187,o), -(350,159,o), -(387,159,cs), -(430,159,o), -(449,196,o), -(449,280,cs), -(449,367,o), -(426,396,o), -(388,396,cs), -(355,396,o), -(334,374,o), -(328,326,c), -(298,326,l), -(306,572,l), -(476,572,l), -(476,545,l), -(333,545,l), -(327,381,l), -(329,381,l), -(341,406,o), -(363,421,o), -(392,421,cs), -(454,421,o), -(479,370,o), -(479,281,cs), -(479,180,o), -(446,134,o), -(387,134,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,143,o), -(293,198,o), -(293,280,c), -(322,280,l), -(321,196,o), -(350,168,o), -(387,168,cs), -(430,168,o), -(449,205,o), -(449,289,cs), -(449,376,o), -(426,405,o), -(388,405,cs), -(355,405,o), -(334,383,o), -(328,335,c), -(298,335,l), -(306,581,l), -(476,581,l), -(476,554,l), -(333,554,l), -(327,390,l), -(329,390,l), -(341,415,o), -(363,430,o), -(392,430,cs), -(454,430,o), -(479,379,o), -(479,290,cs), -(479,189,o), -(446,143,o), -(387,143,cs) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(297,133,o), -(254,188,o), -(250,270,c), -(360,270,l), -(360,238,o), -(369,225,o), -(384,225,cs), -(403,225,o), -(410,245,o), -(410,284,cs), -(410,326,o), -(401,343,o), -(385,343,cs), -(370,343,o), -(362,325,o), -(362,305,c), -(255,305,l), -(266,572,l), -(496,572,l), -(496,479,l), -(367,479,l), -(362,414,l), -(366,412,l), -(375,428,o), -(395,433,o), -(413,433,cs), -(485,433,o), -(520,374,o), -(520,287,cs), -(520,182,o), -(465,133,o), -(384,133,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(297,143,o), -(254,198,o), -(250,280,c), -(360,280,l), -(360,248,o), -(369,235,o), -(384,235,cs), -(403,235,o), -(410,255,o), -(410,294,cs), -(410,336,o), -(401,353,o), -(385,353,cs), -(370,353,o), -(362,335,o), -(362,315,c), -(255,315,l), -(266,582,l), -(496,582,l), -(496,489,l), -(367,489,l), -(362,424,l), -(366,422,l), -(375,438,o), -(395,443,o), -(413,443,cs), -(485,443,o), -(520,384,o), -(520,297,cs), -(520,192,o), -(465,143,o), -(384,143,cs) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467.5,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(380,134,o), -(329,186,o), -(326,253,c), -(361,253,l), -(365,200,o), -(404,165,o), -(463,165,cs), -(533,165,o), -(574,210,o), -(574,276,cs), -(574,346,o), -(530,387,o), -(465,387,cs), -(419,387,o), -(382,364,o), -(368,331,c), -(331,331,l), -(349,572,l), -(599,572,l), -(599,541,l), -(379,541,l), -(365,366,l), -(367,365,l), -(388,398,o), -(429,416,o), -(472,416,cs), -(555,416,o), -(609,360,o), -(609,278,cs), -(609,192,o), -(551,134,o), -(462,134,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(380,144,o), -(329,196,o), -(326,263,c), -(361,263,l), -(365,210,o), -(404,175,o), -(463,175,cs), -(533,175,o), -(574,220,o), -(574,286,cs), -(574,356,o), -(530,397,o), -(465,397,cs), -(419,397,o), -(382,374,o), -(368,341,c), -(331,341,l), -(349,582,l), -(599,582,l), -(599,551,l), -(379,551,l), -(365,376,l), -(367,375,l), -(388,408,o), -(429,426,o), -(472,426,cs), -(555,426,o), -(609,370,o), -(609,288,cs), -(609,202,o), -(551,144,o), -(462,144,cs) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (455.5,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(348,133,o), -(289,186,o), -(281,265,c), -(409,265,l), -(414,250,o), -(430,241,o), -(451,241,cs), -(477,241,o), -(494,261,o), -(494,282,cs), -(494,306,o), -(476,323,o), -(452,323,cs), -(432,323,o), -(416,312,o), -(412,297,c), -(291,297,l), -(310,572,l), -(611,572,l), -(611,461,l), -(423,461,l), -(414,406,l), -(420,404,l), -(429,414,o), -(460,423,o), -(487,423,cs), -(569,423,o), -(622,369,o), -(622,287,cs), -(622,195,o), -(553,133,o), -(448,133,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(352,145,o), -(293,198,o), -(285,277,c), -(413,277,l), -(418,262,o), -(434,253,o), -(455,253,cs), -(481,253,o), -(498,273,o), -(498,294,cs), -(498,318,o), -(480,335,o), -(456,335,cs), -(436,335,o), -(420,324,o), -(416,309,c), -(295,309,l), -(314,584,l), -(615,584,l), -(615,473,l), -(427,473,l), -(418,418,l), -(424,416,l), -(433,426,o), -(464,435,o), -(491,435,cs), -(573,435,o), -(626,381,o), -(626,299,cs), -(626,207,o), -(557,145,o), -(452,145,cs) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(363,134,o), -(294,189,o), -(294,271,c), -(330,271,l), -(329,207,o), -(386,165,o), -(469,165,cs), -(566,165,o), -(614,211,o), -(614,280,cs), -(614,355,o), -(563,394,o), -(473,394,cs), -(405,394,o), -(360,368,o), -(340,337,c), -(304,337,l), -(317,572,l), -(642,572,l), -(642,541,l), -(350,541,l), -(340,371,l), -(343,371,l), -(368,402,o), -(421,424,o), -(479,424,cs), -(593,424,o), -(653,367,o), -(653,281,cs), -(653,187,o), -(577,134,o), -(469,134,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(362,145,o), -(293,200,o), -(293,282,c), -(329,282,l), -(328,218,o), -(385,176,o), -(468,176,cs), -(565,176,o), -(613,222,o), -(613,291,cs), -(613,366,o), -(562,405,o), -(472,405,cs), -(404,405,o), -(359,379,o), -(339,348,c), -(303,348,l), -(316,583,l), -(641,583,l), -(641,552,l), -(349,552,l), -(339,382,l), -(342,382,l), -(367,413,o), -(420,435,o), -(478,435,cs), -(592,435,o), -(652,378,o), -(652,292,cs), -(652,198,o), -(576,145,o), -(468,145,cs) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(322,135,o), -(265,192,o), -(258,272,c), -(408,272,l), -(414,250,o), -(434,246,o), -(460,246,cs), -(495,246,o), -(513,263,o), -(513,288,cs), -(513,313,o), -(492,328,o), -(462,328,cs), -(434,328,o), -(410,316,o), -(401,299,c), -(265,299,l), -(280,574,l), -(642,574,l), -(642,457,l), -(416,457,l), -(411,407,l), -(417,405,l), -(428,419,o), -(466,431,o), -(503,431,cs), -(592,431,o), -(664,383,o), -(664,288,cs), -(664,184,o), -(573,135,o), -(458,135,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,147,o), -(263,204,o), -(256,284,c), -(406,284,l), -(412,262,o), -(432,258,o), -(458,258,cs), -(493,258,o), -(511,275,o), -(511,300,cs), -(511,325,o), -(490,340,o), -(460,340,cs), -(432,340,o), -(408,328,o), -(399,311,c), -(263,311,l), -(278,586,l), -(640,586,l), -(640,469,l), -(414,469,l), -(409,419,l), -(415,417,l), -(426,431,o), -(464,443,o), -(501,443,cs), -(590,443,o), -(662,395,o), -(662,300,cs), -(662,196,o), -(571,147,o), -(456,147,cs) -); -} -); -width = 880; -} -); -metricLeft = one.circled; -metricRight = one.circled; -unicode = 10106; -userData = { -RMXScaler = { -source = five; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/five.circled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/five.circled.glyph deleted file mode 100644 index 304fa8a7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/five.circled.glyph +++ /dev/null @@ -1,1683 +0,0 @@ -{ -color = 0; -glyphname = five.circled; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,134,o), -(442,180,o), -(442,281,cs), -(442,370,o), -(417,421,o), -(355,421,cs), -(326,421,o), -(304,406,o), -(292,381,c), -(290,381,l), -(296,545,l), -(439,545,l), -(439,572,l), -(269,572,l), -(261,326,l), -(291,326,l), -(297,374,o), -(318,396,o), -(351,396,cs), -(389,396,o), -(412,367,o), -(412,280,cs), -(412,196,o), -(393,159,o), -(350,159,cs), -(313,159,o), -(284,187,o), -(285,271,c), -(256,271,l), -(256,189,o), -(283,134,o), -(350,134,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (207,188); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(433,133,o), -(488,182,o), -(488,287,cs), -(488,374,o), -(453,433,o), -(381,433,cs), -(363,433,o), -(343,428,o), -(334,412,c), -(330,414,l), -(335,479,l), -(464,479,l), -(464,572,l), -(234,572,l), -(223,305,l), -(330,305,l), -(330,325,o), -(338,343,o), -(353,343,cs), -(369,343,o), -(378,326,o), -(378,284,cs), -(378,245,o), -(371,225,o), -(352,225,cs), -(337,225,o), -(328,238,o), -(328,270,c), -(218,270,l), -(222,188,o), -(265,133,o), -(352,133,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (203,189); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 706; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(546,134,o), -(622,187,o), -(622,281,cs), -(622,367,o), -(562,424,o), -(448,424,cs), -(390,424,o), -(337,402,o), -(312,371,c), -(309,371,l), -(319,541,l), -(611,541,l), -(611,572,l), -(286,572,l), -(273,337,l), -(309,337,l), -(329,368,o), -(374,394,o), -(442,394,cs), -(532,394,o), -(583,355,o), -(583,280,cs), -(583,211,o), -(535,165,o), -(438,165,cs), -(355,165,o), -(298,207,o), -(299,271,c), -(263,271,l), -(263,189,o), -(332,134,o), -(438,134,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (216,190); -ref = fiveinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(544,135,o), -(635,184,o), -(635,288,cs), -(635,383,o), -(563,431,o), -(474,431,cs), -(437,431,o), -(399,419,o), -(388,405,c), -(382,407,l), -(387,457,l), -(613,457,l), -(613,574,l), -(251,574,l), -(236,299,l), -(372,299,l), -(381,316,o), -(405,328,o), -(433,328,cs), -(463,328,o), -(484,313,o), -(484,288,cs), -(484,263,o), -(466,246,o), -(431,246,cs), -(405,246,o), -(385,250,o), -(379,272,c), -(229,272,l), -(236,192,o), -(293,135,o), -(429,135,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (202,193); -ref = fiveinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,134,o), -(442,180,o), -(442,281,cs), -(442,370,o), -(417,421,o), -(355,421,cs), -(326,421,o), -(304,406,o), -(292,381,c), -(290,381,l), -(296,545,l), -(439,545,l), -(439,572,l), -(269,572,l), -(261,326,l), -(291,326,l), -(297,374,o), -(318,396,o), -(351,396,cs), -(389,396,o), -(412,367,o), -(412,280,cs), -(412,196,o), -(393,159,o), -(350,159,cs), -(313,159,o), -(284,187,o), -(285,271,c), -(256,271,l), -(256,189,o), -(283,134,o), -(350,134,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (207,188); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(433,133,o), -(488,182,o), -(488,287,cs), -(488,374,o), -(453,433,o), -(381,433,cs), -(363,433,o), -(343,428,o), -(334,412,c), -(330,414,l), -(335,479,l), -(464,479,l), -(464,572,l), -(234,572,l), -(223,305,l), -(330,305,l), -(330,325,o), -(338,343,o), -(353,343,cs), -(369,343,o), -(378,326,o), -(378,284,cs), -(378,245,o), -(371,225,o), -(352,225,cs), -(337,225,o), -(328,238,o), -(328,270,c), -(218,270,l), -(222,188,o), -(265,133,o), -(352,133,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (202,189); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 686; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,134,o), -(577,192,o), -(577,278,cs), -(577,360,o), -(523,416,o), -(440,416,cs), -(397,416,o), -(356,398,o), -(335,365,c), -(333,366,l), -(347,541,l), -(567,541,l), -(567,572,l), -(317,572,l), -(299,331,l), -(336,331,l), -(350,364,o), -(387,387,o), -(433,387,cs), -(498,387,o), -(542,346,o), -(542,276,cs), -(542,210,o), -(501,165,o), -(431,165,cs), -(372,165,o), -(333,200,o), -(329,253,c), -(294,253,l), -(297,186,o), -(348,134,o), -(430,134,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (226,189); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 871; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(525,133,o), -(594,195,o), -(594,287,cs), -(594,369,o), -(541,423,o), -(459,423,cs), -(432,423,o), -(401,414,o), -(392,404,c), -(386,406,l), -(395,461,l), -(583,461,l), -(583,572,l), -(282,572,l), -(263,297,l), -(384,297,l), -(388,312,o), -(404,323,o), -(424,323,cs), -(448,323,o), -(466,306,o), -(466,282,cs), -(466,261,o), -(449,241,o), -(423,241,cs), -(402,241,o), -(386,250,o), -(381,265,c), -(253,265,l), -(261,186,o), -(320,133,o), -(420,133,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (223,191); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 835; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(546,134,o), -(622,187,o), -(622,281,cs), -(622,367,o), -(562,424,o), -(448,424,cs), -(390,424,o), -(337,402,o), -(312,371,c), -(309,371,l), -(319,541,l), -(611,541,l), -(611,572,l), -(286,572,l), -(273,337,l), -(309,337,l), -(329,368,o), -(374,394,o), -(442,394,cs), -(532,394,o), -(583,355,o), -(583,280,cs), -(583,211,o), -(535,165,o), -(438,165,cs), -(355,165,o), -(298,207,o), -(299,271,c), -(263,271,l), -(263,189,o), -(332,134,o), -(438,134,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (216,190); -ref = fiveinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(544,135,o), -(635,184,o), -(635,288,cs), -(635,383,o), -(563,431,o), -(474,431,cs), -(437,431,o), -(399,419,o), -(388,405,c), -(382,407,l), -(387,457,l), -(613,457,l), -(613,574,l), -(251,574,l), -(236,299,l), -(372,299,l), -(381,316,o), -(405,328,o), -(433,328,cs), -(463,328,o), -(484,313,o), -(484,288,cs), -(484,263,o), -(466,246,o), -(431,246,cs), -(405,246,o), -(385,250,o), -(379,272,c), -(229,272,l), -(236,192,o), -(293,135,o), -(429,135,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (202,193); -ref = fiveinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,134,o), -(577,192,o), -(577,278,cs), -(577,360,o), -(523,416,o), -(440,416,cs), -(397,416,o), -(356,398,o), -(335,365,c), -(333,366,l), -(347,541,l), -(567,541,l), -(567,572,l), -(317,572,l), -(299,331,l), -(336,331,l), -(350,364,o), -(387,387,o), -(433,387,cs), -(498,387,o), -(542,346,o), -(542,276,cs), -(542,210,o), -(501,165,o), -(431,165,cs), -(372,165,o), -(333,200,o), -(329,253,c), -(294,253,l), -(297,186,o), -(348,134,o), -(430,134,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (222,189); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 858; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(525,133,o), -(594,195,o), -(594,287,cs), -(594,369,o), -(541,423,o), -(459,423,cs), -(432,423,o), -(401,414,o), -(392,404,c), -(386,406,l), -(395,461,l), -(583,461,l), -(583,572,l), -(282,572,l), -(263,297,l), -(384,297,l), -(388,312,o), -(404,323,o), -(424,323,cs), -(448,323,o), -(466,306,o), -(466,282,cs), -(466,261,o), -(449,241,o), -(423,241,cs), -(402,241,o), -(386,250,o), -(381,265,c), -(253,265,l), -(261,186,o), -(320,133,o), -(420,133,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (221,191); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 834; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,134,o), -(479,180,o), -(479,281,cs), -(479,370,o), -(454,421,o), -(392,421,cs), -(363,421,o), -(341,406,o), -(329,381,c), -(327,381,l), -(333,545,l), -(476,545,l), -(476,572,l), -(306,572,l), -(298,326,l), -(328,326,l), -(334,374,o), -(355,396,o), -(388,396,cs), -(426,396,o), -(449,367,o), -(449,280,cs), -(449,196,o), -(430,159,o), -(387,159,cs), -(350,159,o), -(321,187,o), -(322,271,c), -(293,271,l), -(293,189,o), -(320,134,o), -(387,134,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (244,188); -ref = fiveinferior; -} -); -width = 727; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(465,133,o), -(520,182,o), -(520,287,cs), -(520,374,o), -(485,433,o), -(413,433,cs), -(395,433,o), -(375,428,o), -(366,412,c), -(362,414,l), -(367,479,l), -(496,479,l), -(496,572,l), -(266,572,l), -(255,305,l), -(362,305,l), -(362,325,o), -(370,343,o), -(385,343,cs), -(401,343,o), -(410,326,o), -(410,284,cs), -(410,245,o), -(403,225,o), -(384,225,cs), -(369,225,o), -(360,238,o), -(360,270,c), -(250,270,l), -(254,188,o), -(297,133,o), -(384,133,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (235,189); -ref = fiveinferior; -} -); -width = 731; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(551,134,o), -(609,192,o), -(609,278,cs), -(609,360,o), -(555,416,o), -(472,416,cs), -(429,416,o), -(388,398,o), -(367,365,c), -(365,366,l), -(379,541,l), -(599,541,l), -(599,572,l), -(349,572,l), -(331,331,l), -(368,331,l), -(382,364,o), -(419,387,o), -(465,387,cs), -(530,387,o), -(574,346,o), -(574,276,cs), -(574,210,o), -(533,165,o), -(463,165,cs), -(404,165,o), -(365,200,o), -(361,253,c), -(326,253,l), -(329,186,o), -(380,134,o), -(462,134,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = master01; -pos = (276,186); -ref = fiveinferior; -} -); -width = 891; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(553,133,o), -(622,195,o), -(622,287,cs), -(622,369,o), -(569,423,o), -(487,423,cs), -(460,423,o), -(429,414,o), -(420,404,c), -(414,406,l), -(423,461,l), -(611,461,l), -(611,572,l), -(310,572,l), -(291,297,l), -(412,297,l), -(416,312,o), -(432,323,o), -(452,323,cs), -(476,323,o), -(494,306,o), -(494,282,cs), -(494,261,o), -(477,241,o), -(451,241,cs), -(430,241,o), -(414,250,o), -(409,265,c), -(281,265,l), -(289,186,o), -(348,133,o), -(448,133,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (269,188); -ref = fiveinferior; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(577,134,o), -(653,187,o), -(653,281,cs), -(653,367,o), -(593,424,o), -(479,424,cs), -(421,424,o), -(368,402,o), -(343,371,c), -(340,371,l), -(350,541,l), -(642,541,l), -(642,572,l), -(317,572,l), -(304,337,l), -(340,337,l), -(360,368,o), -(405,394,o), -(473,394,cs), -(563,394,o), -(614,355,o), -(614,280,cs), -(614,211,o), -(566,165,o), -(469,165,cs), -(386,165,o), -(329,207,o), -(330,271,c), -(294,271,l), -(294,189,o), -(363,134,o), -(469,134,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (247,190); -ref = fiveinferior; -} -); -width = 903; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(573,135,o), -(664,184,o), -(664,288,cs), -(664,383,o), -(592,431,o), -(503,431,cs), -(466,431,o), -(428,419,o), -(417,405,c), -(411,407,l), -(416,457,l), -(642,457,l), -(642,574,l), -(280,574,l), -(265,299,l), -(401,299,l), -(410,316,o), -(434,328,o), -(462,328,cs), -(492,328,o), -(513,313,o), -(513,288,cs), -(513,263,o), -(495,246,o), -(460,246,cs), -(434,246,o), -(414,250,o), -(408,272,c), -(258,272,l), -(265,192,o), -(322,135,o), -(458,135,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (231,193); -ref = fiveinferior; -} -); -width = 880; -} -); -metricLeft = one.sansSerifCircled; -metricRight = one.sansSerifCircled; -unicode = 9316; -userData = { -RMXScaler = { -source = five; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/five.dnom.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/five.dnom.glyph deleted file mode 100644 index 62357768..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/five.dnom.glyph +++ /dev/null @@ -1,1078 +0,0 @@ -{ -glyphname = five.dnom; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,-5,o), -(255,38,o), -(255,128,cs), -(255,205,o), -(224,256,o), -(161,256,cs), -(149,256,o), -(130,253,o), -(122,239,c), -(118,240,l), -(122,290,l), -(234,290,l), -(234,375,l), -(30,375,l), -(21,142,l), -(118,142,l), -(118,159,o), -(124,173,o), -(135,173,cs), -(148,173,o), -(155,160,o), -(155,126,cs), -(155,96,o), -(150,78,o), -(134,78,cs), -(124,78,o), -(117,86,o), -(116,114,c), -(16,114,l), -(19,46,o), -(55,-5,o), -(134,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 267; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(189,-5,o), -(220,37,o), -(220,130,cs), -(220,211,o), -(197,259,o), -(140,259,cs), -(113,259,o), -(92,244,o), -(82,222,c), -(80,222,l), -(86,373,l), -(217,373,l), -(217,397,l), -(61,397,l), -(54,172,l), -(81,172,l), -(86,213,o), -(104,236,o), -(136,236,cs), -(171,236,o), -(192,209,o), -(192,130,cs), -(192,51,o), -(174,18,o), -(135,18,cs), -(99,18,o), -(75,47,o), -(76,121,c), -(49,121,l), -(49,46,o), -(74,-5,o), -(135,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 257; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,-5,o), -(377,44,o), -(377,130,cs), -(377,210,o), -(322,261,o), -(218,261,cs), -(167,261,o), -(117,242,o), -(94,213,c), -(92,213,l), -(101,367,l), -(367,367,l), -(367,397,l), -(69,397,l), -(57,181,l), -(91,181,l), -(112,213,o), -(156,233,o), -(212,233,cs), -(293,233,o), -(341,198,o), -(341,129,cs), -(341,66,o), -(297,25,o), -(209,25,cs), -(132,25,o), -(82,63,o), -(82,121,c), -(48,121,l), -(48,46,o), -(111,-5,o), -(209,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 413; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,-5,o), -(389,38,o), -(389,127,cs), -(389,210,o), -(324,251,o), -(243,251,cs), -(211,251,o), -(175,242,o), -(162,228,c), -(157,230,l), -(162,276,l), -(370,276,l), -(370,375,l), -(47,375,l), -(33,137,l), -(149,137,l), -(158,153,o), -(181,163,o), -(209,163,cs), -(239,163,o), -(261,151,o), -(261,127,cs), -(261,104,o), -(242,89,o), -(207,89,cs), -(175,89,o), -(158,96,o), -(154,114,c), -(27,114,l), -(33,44,o), -(85,-5,o), -(205,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 409; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,-5,o), -(200,37,o), -(200,130,cs), -(200,211,o), -(177,259,o), -(120,259,cs), -(93,259,o), -(72,244,o), -(62,222,c), -(60,222,l), -(66,373,l), -(197,373,l), -(197,397,l), -(41,397,l), -(34,172,l), -(61,172,l), -(66,213,o), -(84,236,o), -(116,236,cs), -(151,236,o), -(172,209,o), -(172,130,cs), -(172,51,o), -(154,18,o), -(115,18,cs), -(79,18,o), -(55,47,o), -(56,121,c), -(29,121,l), -(29,46,o), -(54,-5,o), -(115,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 217; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(197,-5,o), -(246,38,o), -(246,128,cs), -(246,205,o), -(215,256,o), -(152,256,cs), -(140,256,o), -(121,253,o), -(113,239,c), -(109,240,l), -(113,290,l), -(225,290,l), -(225,375,l), -(21,375,l), -(12,142,l), -(109,142,l), -(109,159,o), -(115,173,o), -(126,173,cs), -(139,173,o), -(146,160,o), -(146,126,cs), -(146,96,o), -(141,78,o), -(125,78,cs), -(115,78,o), -(108,86,o), -(107,114,c), -(7,114,l), -(10,46,o), -(46,-5,o), -(125,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 249; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,-5,o), -(309,48,o), -(309,127,cs), -(309,203,o), -(258,254,o), -(183,254,cs), -(140,254,o), -(104,235,o), -(87,208,c), -(85,208,l), -(97,368,l), -(299,368,l), -(299,397,l), -(70,397,l), -(54,176,l), -(87,176,l), -(100,205,o), -(132,227,o), -(176,227,cs), -(236,227,o), -(276,190,o), -(276,126,cs), -(276,66,o), -(239,23,o), -(174,23,cs), -(121,23,o), -(84,56,o), -(81,104,c), -(49,104,l), -(52,39,o), -(103,-5,o), -(174,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 344; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,-5,o), -(320,48,o), -(320,128,cs), -(320,200,o), -(271,246,o), -(198,246,cs), -(171,246,o), -(144,238,o), -(136,231,c), -(132,233,l), -(139,277,l), -(309,277,l), -(309,375,l), -(40,375,l), -(23,136,l), -(130,136,l), -(134,150,o), -(150,158,o), -(167,158,cs), -(190,158,o), -(206,144,o), -(206,124,cs), -(206,108,o), -(191,90,o), -(166,90,cs), -(146,90,o), -(131,98,o), -(127,109,c), -(14,109,l), -(21,41,o), -(74,-5,o), -(164,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 334; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,-5,o), -(367,44,o), -(367,130,cs), -(367,210,o), -(312,261,o), -(208,261,cs), -(157,261,o), -(107,242,o), -(84,213,c), -(82,213,l), -(91,367,l), -(357,367,l), -(357,397,l), -(59,397,l), -(47,181,l), -(81,181,l), -(102,213,o), -(146,233,o), -(202,233,cs), -(283,233,o), -(331,198,o), -(331,129,cs), -(331,66,o), -(287,25,o), -(199,25,cs), -(122,25,o), -(72,63,o), -(72,121,c), -(38,121,l), -(38,46,o), -(101,-5,o), -(199,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 393; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(299,-5,o), -(379,38,o), -(379,127,cs), -(379,210,o), -(314,251,o), -(233,251,cs), -(201,251,o), -(165,242,o), -(152,228,c), -(147,230,l), -(152,276,l), -(360,276,l), -(360,375,l), -(37,375,l), -(23,137,l), -(139,137,l), -(148,153,o), -(171,163,o), -(199,163,cs), -(229,163,o), -(251,151,o), -(251,127,cs), -(251,104,o), -(232,89,o), -(197,89,cs), -(165,89,o), -(148,96,o), -(144,114,c), -(17,114,l), -(23,44,o), -(75,-5,o), -(195,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 389; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(271,-5,o), -(326,48,o), -(326,127,cs), -(326,203,o), -(275,254,o), -(202,254,cs), -(159,254,o), -(125,235,o), -(108,208,c), -(106,208,l), -(118,368,l), -(316,368,l), -(316,397,l), -(91,397,l), -(75,176,l), -(108,176,l), -(121,205,o), -(151,227,o), -(195,227,cs), -(253,227,o), -(293,190,o), -(293,126,cs), -(293,66,o), -(256,23,o), -(193,23,cs), -(142,23,o), -(105,56,o), -(102,104,c), -(70,104,l), -(73,39,o), -(124,-5,o), -(193,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 381; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(266,-5,o), -(327,48,o), -(327,128,cs), -(327,200,o), -(280,246,o), -(211,246,cs), -(186,246,o), -(160,238,o), -(153,231,c), -(149,233,l), -(156,277,l), -(316,277,l), -(316,375,l), -(58,375,l), -(43,136,l), -(148,136,l), -(150,149,o), -(164,158,o), -(180,158,cs), -(200,158,o), -(214,144,o), -(214,124,cs), -(214,108,o), -(201,90,o), -(179,90,cs), -(162,90,o), -(149,98,o), -(146,109,c), -(34,109,l), -(41,41,o), -(91,-5,o), -(177,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 359; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(133,-8,o), -(171,31,o), -(190,123,cs), -(206,199,o), -(195,258,o), -(133,258,cs), -(111,258,o), -(90,248,o), -(75,226,c), -(73,226,l), -(109,373,l), -(234,373,l), -(239,397,l), -(89,397,l), -(36,178,l), -(63,176,l), -(76,214,o), -(96,236,o), -(124,236,cs), -(175,236,o), -(176,187,o), -(163,123,cs), -(148,52,o), -(125,18,o), -(89,18,cs), -(46,18,o), -(32,56,o), -(48,125,c), -(22,125,l), -(8,58,o), -(17,1,o), -(82,-4,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 254; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(156,-5,o), -(204,37,o), -(221,118,cs), -(236,191,o), -(218,253,o), -(151,253,cs), -(134,253,o), -(121,247,o), -(114,240,c), -(110,242,l), -(125,290,l), -(236,290,l), -(253,375,l), -(51,375,l), -(-7,144,l), -(90,144,l), -(94,161,o), -(102,173,o), -(113,173,cs), -(126,173,o), -(129,157,o), -(123,126,cs), -(117,95,o), -(109,79,o), -(94,79,cs), -(79,79,o), -(79,94,o), -(82,113,c), -(-16,113,l), -(-25,42,o), -(3,-5,o), -(91,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 265; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(237,-6,o), -(296,54,o), -(296,135,cs), -(296,205,o), -(253,252,o), -(187,252,cs), -(154,252,o), -(119,240,o), -(99,220,c), -(96,220,l), -(135,368,l), -(329,368,l), -(334,397,l), -(112,397,l), -(59,185,l), -(92,185,l), -(110,210,o), -(145,225,o), -(178,225,cs), -(229,225,o), -(263,191,o), -(263,134,cs), -(263,72,o), -(223,22,o), -(155,22,cs), -(101,22,o), -(66,55,o), -(66,103,c), -(35,103,l), -(35,38,o), -(82,-6,o), -(153,-6,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 377; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,-5,o), -(310,51,o), -(310,136,cs), -(310,201,o), -(265,246,o), -(200,246,cs), -(183,246,o), -(163,244,o), -(146,235,c), -(142,237,l), -(158,277,l), -(319,277,l), -(339,375,l), -(76,375,l), -(14,134,l), -(122,134,l), -(125,149,o), -(143,158,o), -(160,158,cs), -(182,158,o), -(197,146,o), -(197,128,cs), -(197,107,o), -(182,90,o), -(155,90,cs), -(139,90,o), -(125,96,o), -(119,108,c), -(4,108,l), -(7,38,o), -(63,-5,o), -(145,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 371; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,-5,o), -(345,44,o), -(348,141,cs), -(350,215,o), -(298,259,o), -(206,259,cs), -(154,259,o), -(107,240,o), -(83,217,c), -(81,218,l), -(122,367,l), -(379,367,l), -(385,397,l), -(96,397,l), -(40,184,l), -(74,184,l), -(99,213,o), -(142,232,o), -(196,232,cs), -(277,232,o), -(313,196,o), -(311,137,cs), -(308,71,o), -(264,24,o), -(169,24,cs), -(96,24,o), -(48,62,o), -(52,123,c), -(18,123,l), -(13,44,o), -(72,-5,o), -(166,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 409; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,-5,o), -(352,43,o), -(355,134,cs), -(357,208,o), -(307,249,o), -(227,249,cs), -(198,249,o), -(167,243,o), -(152,235,c), -(147,237,l), -(160,275,l), -(355,275,l), -(376,375,l), -(67,375,l), -(4,141,l), -(122,141,l), -(134,156,o), -(156,163,o), -(179,163,cs), -(209,163,o), -(227,151,o), -(227,129,cs), -(227,104,o), -(205,89,o), -(169,89,cs), -(137,89,o), -(122,98,o), -(119,118,c), -(-7,118,l), -(-5,33,o), -(54,-5,o), -(159,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 402; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = five; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/five.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/five.glyph deleted file mode 100644 index bb6237f2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/five.glyph +++ /dev/null @@ -1,1447 +0,0 @@ -{ -glyphname = five; -kernLeft = KO_five; -kernRight = KO_five; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(374,-10,o), -(465,73,o), -(465,249,cs), -(465,397,o), -(407,496,o), -(286,496,cs), -(253,496,o), -(221,486,o), -(206,460,c), -(198,463,l), -(208,576,l), -(426,576,l), -(426,730,l), -(41,730,l), -(22,280,l), -(198,280,l), -(199,318,o), -(214,346,o), -(239,346,cs), -(267,346,o), -(282,318,o), -(282,244,cs), -(282,178,o), -(271,142,o), -(237,142,cs), -(212,142,o), -(195,164,o), -(195,222,c), -(13,222,l), -(19,83,o), -(91,-10,o), -(237,-10,cs) -); -} -); -width = 478; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(284,-8,o), -(335,65,o), -(335,235,cs), -(335,375,o), -(296,468,o), -(197,468,cs), -(151,468,o), -(110,440,o), -(87,381,c), -(84,382,l), -(93,694,l), -(334,694,l), -(334,721,l), -(66,721,l), -(54,338,l), -(91,338,l), -(108,400,o), -(138,441,o), -(198,441,cs), -(262,441,o), -(305,383,o), -(305,235,cs), -(305,81,o), -(269,17,o), -(192,17,cs), -(119,17,o), -(72,74,o), -(74,220,c), -(45,220,l), -(44,83,o), -(85,-8,o), -(192,-8,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,-8,o), -(341,67,o), -(341,238,cs), -(341,389,o), -(302,474,o), -(198,474,cs), -(149,474,o), -(109,447,o), -(89,401,c), -(86,401,l), -(96,701,l), -(340,701,l), -(340,730,l), -(67,730,l), -(55,321,l), -(87,321,l), -(98,401,o), -(133,446,o), -(197,446,cs), -(265,446,o), -(309,396,o), -(309,238,cs), -(309,83,o), -(272,19,o), -(195,19,cs), -(124,19,o), -(75,76,o), -(77,223,c), -(46,223,l), -(45,84,o), -(87,-8,o), -(195,-8,cs) -); -} -); -width = 375; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(513,-8,o), -(637,82,o), -(637,238,cs), -(637,383,o), -(539,479,o), -(340,479,cs), -(238,479,o), -(145,440,o), -(100,384,c), -(96,385,l), -(114,697,l), -(621,697,l), -(621,730,l), -(80,730,l), -(59,342,l), -(97,342,l), -(137,403,o), -(223,444,o), -(337,444,cs), -(502,444,o), -(596,375,o), -(596,236,cs), -(596,110,o), -(509,26,o), -(331,26,cs), -(177,26,o), -(75,105,o), -(77,223,c), -(42,223,l), -(41,84,o), -(158,-8,o), -(331,-8,cs) -); -} -); -width = 670; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(545,-10,o), -(685,73,o), -(685,241,cs), -(685,401,o), -(578,482,o), -(414,482,cs), -(355,482,o), -(288,466,o), -(259,443,c), -(250,446,l), -(260,547,l), -(651,547,l), -(651,721,l), -(57,721,l), -(32,272,l), -(235,272,l), -(253,305,o), -(299,327,o), -(354,327,cs), -(418,327,o), -(461,298,o), -(461,243,cs), -(461,191,o), -(423,156,o), -(350,156,cs), -(292,156,o), -(251,173,o), -(243,219,c), -(20,219,l), -(30,84,o), -(129,-10,o), -(347,-10,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(546,-10,o), -(694,74,o), -(694,247,cs), -(694,406,o), -(575,488,o), -(419,488,cs), -(351,488,o), -(285,466,o), -(262,438,c), -(253,441,l), -(263,554,l), -(659,554,l), -(659,730,l), -(58,730,l), -(32,275,l), -(238,275,l), -(256,309,o), -(303,331,o), -(358,331,cs), -(423,331,o), -(467,302,o), -(467,246,cs), -(467,193,o), -(428,158,o), -(354,158,cs), -(296,158,o), -(254,175,o), -(246,222,c), -(20,222,l), -(30,85,o), -(131,-10,o), -(351,-10,cs) -); -} -); -width = 707; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(284,-8,o), -(335,65,o), -(335,235,cs), -(335,375,o), -(296,468,o), -(197,468,cs), -(151,468,o), -(110,440,o), -(87,381,c), -(84,382,l), -(93,694,l), -(334,694,l), -(334,721,l), -(66,721,l), -(54,338,l), -(91,338,l), -(108,400,o), -(138,441,o), -(198,441,cs), -(262,441,o), -(305,383,o), -(305,235,cs), -(305,81,o), -(269,17,o), -(192,17,cs), -(119,17,o), -(72,74,o), -(74,220,c), -(45,220,l), -(44,83,o), -(85,-8,o), -(192,-8,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(266,-8,o), -(317,66,o), -(317,248,cs), -(317,425,o), -(272,498,o), -(176,498,cs), -(130,498,o), -(88,470,o), -(68,426,c), -(67,426,l), -(75,700,l), -(316,700,l), -(316,729,l), -(46,729,l), -(34,331,l), -(65,331,l), -(77,423,o), -(113,470,o), -(175,470,cs), -(242,470,o), -(285,421,o), -(285,248,cs), -(285,82,o), -(249,19,o), -(173,19,cs), -(99,19,o), -(56,94,o), -(56,220,c), -(25,220,l), -(26,77,o), -(80,-8,o), -(173,-8,cs) -); -} -); -width = 330; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(370,-10,o), -(450,83,o), -(450,253,cs), -(450,419,o), -(390,504,o), -(273,504,cs), -(241,504,o), -(209,491,o), -(191,470,c), -(190,470,l), -(196,572,l), -(412,572,l), -(412,729,l), -(31,729,l), -(12,288,l), -(186,288,l), -(191,327,o), -(205,348,o), -(227,348,cs), -(256,348,o), -(270,320,o), -(270,245,cs), -(270,169,o), -(256,140,o), -(225,140,cs), -(200,140,o), -(184,171,o), -(184,219,c), -(4,219,l), -(11,67,o), -(85,-10,o), -(225,-10,cs) -); -} -); -width = 454; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(428,-8,o), -(524,89,o), -(524,235,cs), -(524,378,o), -(433,474,o), -(296,474,cs), -(214,474,o), -(147,436,o), -(113,379,c), -(110,380,l), -(124,687,l), -(493,687,l), -(493,721,l), -(91,721,l), -(77,338,l), -(111,338,l), -(140,399,o), -(205,441,o), -(290,441,cs), -(406,441,o), -(483,366,o), -(483,233,cs), -(483,109,o), -(412,26,o), -(286,26,cs), -(168,26,o), -(92,104,o), -(96,220,c), -(61,220,l), -(59,83,o), -(149,-8,o), -(285,-8,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(413,-8,o), -(510,87,o), -(510,235,cs), -(510,381,o), -(417,475,o), -(276,475,cs), -(196,475,o), -(128,439,o), -(92,384,c), -(91,384,l), -(114,695,l), -(486,695,l), -(486,729,l), -(82,729,l), -(53,342,l), -(95,342,l), -(124,400,o), -(188,441,o), -(270,441,cs), -(390,441,o), -(470,368,o), -(470,233,cs), -(470,108,o), -(397,26,o), -(268,26,cs), -(155,26,o), -(79,95,o), -(72,212,c), -(34,212,l), -(40,75,o), -(134,-8,o), -(267,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 536; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(486,-10,o), -(600,93,o), -(600,248,cs), -(600,388,o), -(504,482,o), -(368,482,cs), -(316,482,o), -(266,468,o), -(243,448,c), -(235,451,l), -(243,555,l), -(573,555,l), -(573,721,l), -(75,721,l), -(54,277,l), -(236,277,l), -(246,310,o), -(280,332,o), -(319,332,cs), -(377,332,o), -(408,296,o), -(408,241,cs), -(408,193,o), -(374,152,o), -(319,152,cs), -(265,152,o), -(229,178,o), -(228,225,c), -(38,225,l), -(44,84,o), -(144,-10,o), -(313,-10,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(467,-10,o), -(584,94,o), -(584,253,cs), -(584,400,o), -(491,493,o), -(347,493,cs), -(291,493,o), -(241,476,o), -(218,453,c), -(217,453,l), -(230,563,l), -(564,563,l), -(564,729,l), -(58,729,l), -(23,289,l), -(215,289,l), -(225,318,o), -(257,338,o), -(295,338,cs), -(347,338,o), -(382,303,o), -(382,246,cs), -(382,194,o), -(349,152,o), -(295,152,cs), -(249,152,o), -(215,178,o), -(207,221,c), -(2,222,l), -(15,82,o), -(120,-10,o), -(291,-10,cs) -); -} -); -width = 592; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(522,-8,o), -(634,84,o), -(634,241,cs), -(634,400,o), -(530,487,o), -(340,487,cs), -(232,487,o), -(136,450,o), -(89,393,c), -(88,394,l), -(106,696,l), -(618,696,l), -(618,729,l), -(72,729,l), -(51,352,l), -(89,352,l), -(131,414,o), -(225,453,o), -(337,453,cs), -(503,453,o), -(594,377,o), -(594,239,cs), -(594,105,o), -(497,26,o), -(328,26,cs), -(170,26,o), -(69,106,o), -(61,229,c), -(24,229,l), -(33,85,o), -(149,-8,o), -(328,-8,cs) -); -} -); -width = 657; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(555,-10,o), -(695,73,o), -(695,241,cs), -(695,401,o), -(588,482,o), -(424,482,cs), -(365,482,o), -(298,466,o), -(269,443,c), -(260,446,l), -(270,547,l), -(661,547,l), -(661,721,l), -(67,721,l), -(42,272,l), -(245,272,l), -(263,305,o), -(309,327,o), -(364,327,cs), -(428,327,o), -(471,298,o), -(471,243,cs), -(471,191,o), -(433,156,o), -(360,156,cs), -(302,156,o), -(261,173,o), -(253,219,c), -(30,219,l), -(40,84,o), -(139,-10,o), -(357,-10,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(545,-10,o), -(695,73,o), -(695,246,cs), -(695,412,o), -(574,494,o), -(416,494,cs), -(344,494,o), -(273,472,o), -(248,443,c), -(247,443,l), -(257,555,l), -(660,555,l), -(660,729,l), -(48,729,l), -(22,280,l), -(232,280,l), -(253,308,o), -(301,326,o), -(354,326,cs), -(420,326,o), -(464,299,o), -(464,241,cs), -(464,189,o), -(425,156,o), -(350,156,cs), -(290,156,o), -(248,173,o), -(238,226,c), -(8,226,l), -(20,84,o), -(122,-10,o), -(347,-10,cs) -); -} -); -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(428,-8,o), -(524,89,o), -(524,235,cs), -(524,378,o), -(433,474,o), -(296,474,cs), -(214,474,o), -(147,436,o), -(113,379,c), -(110,380,l), -(124,687,l), -(493,687,l), -(493,721,l), -(91,721,l), -(77,338,l), -(111,338,l), -(140,399,o), -(205,441,o), -(290,441,cs), -(406,441,o), -(483,366,o), -(483,233,cs), -(483,109,o), -(412,26,o), -(286,26,cs), -(168,26,o), -(92,104,o), -(96,220,c), -(61,220,l), -(59,83,o), -(149,-8,o), -(285,-8,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(418,-8,o), -(511,90,o), -(511,237,cs), -(511,384,o), -(427,478,o), -(294,478,cs), -(226,478,o), -(158,440,o), -(128,384,c), -(125,385,l), -(148,694,l), -(493,694,l), -(493,730,l), -(117,730,l), -(88,342,l), -(130,342,l), -(153,401,o), -(218,442,o), -(288,442,cs), -(401,442,o), -(472,362,o), -(473,235,cs), -(473,113,o), -(404,28,o), -(280,28,cs), -(181,28,o), -(108,93,o), -(102,189,c), -(65,189,l), -(70,72,o), -(158,-8,o), -(279,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 564; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(476,-10,o), -(590,93,o), -(590,248,cs), -(590,388,o), -(494,482,o), -(358,482,cs), -(306,482,o), -(256,468,o), -(233,448,c), -(225,451,l), -(233,555,l), -(563,555,l), -(563,721,l), -(65,721,l), -(44,277,l), -(226,277,l), -(236,310,o), -(270,332,o), -(309,332,cs), -(367,332,o), -(398,296,o), -(398,241,cs), -(398,193,o), -(364,152,o), -(309,152,cs), -(255,152,o), -(219,178,o), -(218,225,c), -(28,225,l), -(34,84,o), -(134,-10,o), -(303,-10,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(459,-10,o), -(569,93,o), -(569,247,cs), -(569,394,o), -(484,488,o), -(352,488,cs), -(306,488,o), -(266,467,o), -(248,438,c), -(236,441,l), -(251,558,l), -(550,558,l), -(550,730,l), -(73,730,l), -(43,274,l), -(235,274,l), -(243,303,o), -(268,321,o), -(299,321,cs), -(340,321,o), -(367,289,o), -(367,240,cs), -(367,197,o), -(341,159,o), -(297,159,cs), -(262,159,o), -(237,179,o), -(230,212,c), -(28,212,l), -(41,78,o), -(136,-10,o), -(293,-10,cs) -); -} -); -width = 598; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,-15,o), -(297,55,o), -(333,224,cs), -(359,351,o), -(353,474,o), -(232,474,cs), -(186,474,o), -(148,450,o), -(120,410,c), -(117,410,l), -(188,701,l), -(421,701,l), -(426,730,l), -(164,730,l), -(70,333,l), -(102,330,l), -(128,404,o), -(167,446,o), -(223,446,cs), -(323,446,o), -(327,350,o), -(301,225,cs), -(270,80,o), -(224,19,o), -(155,19,cs), -(56,19,o), -(47,118,o), -(73,232,c), -(43,232,l), -(16,108,o), -(28,3,o), -(141,-7,cs) -); -} -); -width = 374; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(324,-9,o), -(416,67,o), -(452,232,cs), -(480,371,o), -(446,491,o), -(318,491,cs), -(286,492,o), -(256,479,o), -(242,463,c), -(235,466,l), -(266,576,l), -(484,576,l), -(516,730,l), -(134,730,l), -(21,285,l), -(197,285,l), -(207,321,o), -(225,346,o), -(248,346,cs), -(286,346,o), -(282,295,o), -(272,242,cs), -(259,176,o), -(241,143,o), -(210,143,cs), -(172,143,o), -(174,183,o), -(181,222,c), -(3,222,l), -(-15,83,o), -(36,-9,o), -(203,-9,cs) -); -} -); -width = 474; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(396,-10,o), -(505,91,o), -(510,249,cs), -(514,387,o), -(428,461,o), -(314,461,cs), -(249,461,o), -(183,436,o), -(143,397,c), -(139,397,l), -(214,687,l), -(575,687,l), -(582,721,l), -(188,721,l), -(93,351,l), -(135,351,l), -(175,402,o), -(243,428,o), -(304,428,cs), -(412,428,o), -(475,361,o), -(471,248,cs), -(467,117,o), -(386,24,o), -(248,24,cs), -(141,24,o), -(75,85,o), -(83,187,c), -(47,187,l), -(41,72,o), -(117,-10,o), -(244,-10,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(410,-10,o), -(515,99,o), -(515,247,cs), -(515,377,o), -(436,462,o), -(315,462,cs), -(250,462,o), -(182,437,o), -(145,398,c), -(141,398,l), -(217,696,l), -(581,696,l), -(588,730,l), -(189,730,l), -(94,351,l), -(137,351,l), -(174,399,o), -(241,428,o), -(307,428,cs), -(408,428,o), -(475,359,o), -(475,246,cs), -(475,124,o), -(396,24,o), -(260,24,cs), -(153,24,o), -(82,89,o), -(84,187,c), -(48,187,l), -(48,69,o), -(132,-10,o), -(259,-10,cs) -); -} -); -width = 574; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(443,-10,o), -(570,108,o), -(576,278,cs), -(580,405,o), -(501,490,o), -(376,490,cs), -(342,490,o), -(305,482,o), -(279,466,c), -(272,469,l), -(293,552,l), -(588,552,l), -(623,721,l), -(157,721,l), -(43,275,l), -(227,275,l), -(239,309,o), -(275,329,o), -(310,329,cs), -(353,329,o), -(379,302,o), -(377,257,cs), -(375,201,o), -(335,159,o), -(284,159,cs), -(246,159,o), -(220,182,o), -(216,217,c), -(21,217,l), -(19,81,o), -(117,-10,o), -(265,-10,cs) -); -} -); -}; -guides = ( -{ -pos = (233,207); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(458,-10,o), -(584,99,o), -(584,264,cs), -(584,389,o), -(503,476,o), -(381,476,cs), -(346,476,o), -(304,470,o), -(271,449,c), -(264,452,l), -(301,562,l), -(610,562,l), -(644,730,l), -(160,730,l), -(44,274,l), -(230,274,l), -(239,304,o), -(273,325,o), -(313,325,cs), -(359,325,o), -(390,296,o), -(390,250,cs), -(390,196,o), -(356,154,o), -(296,154,cs), -(255,154,o), -(228,173,o), -(219,207,c), -(21,207,l), -(25,74,o), -(127,-10,o), -(279,-10,cs) -); -} -); -width = 618; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(483,-10,o), -(615,79,o), -(621,256,cs), -(625,390,o), -(529,470,o), -(359,470,cs), -(267,470,o), -(174,437,o), -(122,386,c), -(119,387,l), -(201,687,l), -(686,687,l), -(692,721,l), -(174,721,l), -(75,345,l), -(112,345,l), -(161,401,o), -(249,437,o), -(353,437,cs), -(502,437,o), -(585,375,o), -(580,249,cs), -(575,119,o), -(488,24,o), -(299,24,cs), -(151,24,o), -(59,103,o), -(68,224,c), -(32,224,l), -(21,83,o), -(126,-10,o), -(296,-10,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(499,-10,o), -(628,86,o), -(628,252,cs), -(628,389,o), -(529,476,o), -(363,476,cs), -(270,476,o), -(176,442,o), -(124,391,c), -(120,392,l), -(204,696,l), -(695,696,l), -(701,730,l), -(176,730,l), -(76,349,l), -(113,349,l), -(167,405,o), -(263,442,o), -(360,442,cs), -(497,442,o), -(588,374,o), -(588,252,cs), -(588,115,o), -(488,24,o), -(308,24,cs), -(165,24,o), -(70,105,o), -(69,227,c), -(32,227,l), -(34,85,o), -(144,-10,o), -(305,-10,cs) -); -} -); -width = 667; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(524,-9,o), -(668,89,o), -(674,258,cs), -(679,399,o), -(584,478,o), -(436,478,cs), -(384,478,o), -(322,465,o), -(292,445,c), -(283,448,l), -(313,546,l), -(681,546,l), -(718,721,l), -(149,721,l), -(30,278,l), -(239,278,l), -(260,307,o), -(300,326,o), -(353,326,cs), -(415,326,o), -(450,299,o), -(448,249,cs), -(446,191,o), -(402,156,o), -(329,156,cs), -(272,156,o), -(234,175,o), -(229,226,c), -(8,226,l), -(10,65,o), -(120,-9,o), -(312,-9,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(536,-9,o), -(682,101,o), -(682,265,cs), -(682,397,o), -(583,480,o), -(441,480,cs), -(389,480,o), -(326,470,o), -(296,451,c), -(287,454,l), -(317,553,l), -(690,553,l), -(727,730,l), -(151,730,l), -(30,281,l), -(242,281,l), -(263,311,o), -(304,330,o), -(357,330,cs), -(416,330,o), -(454,301,o), -(454,254,cs), -(454,195,o), -(409,158,o), -(333,158,cs), -(276,158,o), -(236,183,o), -(232,229,c), -(8,229,l), -(10,86,o), -(120,-9,o), -(316,-9,cs) -); -} -); -width = 696; -} -); -unicode = 53; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/five.numr.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/five.numr.glyph deleted file mode 100644 index cb13eddd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/five.numr.glyph +++ /dev/null @@ -1,498 +0,0 @@ -{ -color = 6; -glyphname = five.numr; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,354); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 267; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,333); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 257; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,333); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 413; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,354); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 409; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 257; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,354); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 249; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,332); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 384; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.dnom; -}; -width = 356; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 413; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 409; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,332); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 381; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,354); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.dnom; -}; -width = 359; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (69,333); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 254; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (73,354); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 265; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (69,332); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 377; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (73,354); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 371; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (69,333); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 409; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (73,354); -ref = five.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 402; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = five; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/five.tf.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/five.tf.glyph deleted file mode 100644 index 0a767baa..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/five.tf.glyph +++ /dev/null @@ -1,1104 +0,0 @@ -{ -glyphname = five.tf; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(373,-10,o), -(464,72,o), -(464,246,cs), -(464,391,o), -(407,490,o), -(287,490,cs), -(255,490,o), -(222,480,o), -(207,454,c), -(200,457,l), -(209,569,l), -(426,569,l), -(426,721,l), -(44,721,l), -(26,277,l), -(200,277,l), -(201,314,o), -(216,342,o), -(241,342,cs), -(269,342,o), -(284,313,o), -(284,241,cs), -(284,177,o), -(273,140,o), -(239,140,cs), -(213,140,o), -(197,163,o), -(197,219,c), -(17,219,l), -(23,82,o), -(95,-10,o), -(239,-10,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(342,-8,o), -(394,66,o), -(394,235,cs), -(394,383,o), -(355,468,o), -(251,468,cs), -(203,468,o), -(162,441,o), -(142,396,c), -(139,396,l), -(149,692,l), -(393,692,l), -(393,721,l), -(120,721,l), -(108,317,l), -(140,317,l), -(151,396,o), -(186,440,o), -(251,440,cs), -(318,440,o), -(362,391,o), -(362,235,cs), -(362,83,o), -(326,19,o), -(249,19,cs), -(177,19,o), -(128,75,o), -(130,220,c), -(99,220,l), -(98,83,o), -(141,-8,o), -(249,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(530,-8,o), -(648,81,o), -(648,235,cs), -(648,378,o), -(554,473,o), -(366,473,cs), -(269,473,o), -(180,435,o), -(138,379,c), -(134,380,l), -(151,688,l), -(632,688,l), -(632,721,l), -(117,721,l), -(96,338,l), -(135,338,l), -(172,398,o), -(254,439,o), -(362,439,cs), -(518,439,o), -(608,370,o), -(608,233,cs), -(608,109,o), -(525,26,o), -(356,26,cs), -(211,26,o), -(114,104,o), -(116,220,c), -(80,220,l), -(79,83,o), -(191,-8,o), -(356,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(547,-10,o), -(690,73,o), -(690,244,cs), -(690,401,o), -(575,482,o), -(426,482,cs), -(361,482,o), -(297,460,o), -(276,433,c), -(267,436,l), -(276,547,l), -(656,547,l), -(656,721,l), -(75,721,l), -(51,272,l), -(252,272,l), -(269,305,o), -(314,327,o), -(366,327,cs), -(426,327,o), -(468,298,o), -(468,243,cs), -(468,191,o), -(431,156,o), -(362,156,cs), -(308,156,o), -(268,173,o), -(260,219,c), -(39,219,l), -(49,84,o), -(146,-10,o), -(359,-10,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,-8,o), -(374,66,o), -(374,235,cs), -(374,383,o), -(335,468,o), -(231,468,cs), -(183,468,o), -(142,441,o), -(122,396,c), -(119,396,l), -(129,692,l), -(373,692,l), -(373,721,l), -(100,721,l), -(88,317,l), -(120,317,l), -(131,396,o), -(166,440,o), -(231,440,cs), -(298,440,o), -(342,391,o), -(342,235,cs), -(342,83,o), -(306,19,o), -(229,19,cs), -(157,19,o), -(108,75,o), -(110,220,c), -(79,220,l), -(78,83,o), -(121,-8,o), -(229,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(363,-10,o), -(454,72,o), -(454,246,cs), -(454,391,o), -(397,490,o), -(277,490,cs), -(245,490,o), -(212,480,o), -(197,454,c), -(190,457,l), -(199,569,l), -(416,569,l), -(416,721,l), -(34,721,l), -(16,277,l), -(190,277,l), -(191,314,o), -(206,342,o), -(231,342,cs), -(259,342,o), -(274,313,o), -(274,241,cs), -(274,177,o), -(263,140,o), -(229,140,cs), -(203,140,o), -(187,163,o), -(187,219,c), -(7,219,l), -(13,82,o), -(85,-10,o), -(229,-10,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 461; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(421,-8,o), -(518,87,o), -(518,229,cs), -(518,367,o), -(426,461,o), -(288,461,cs), -(206,461,o), -(138,424,o), -(104,369,c), -(101,370,l), -(125,687,l), -(500,687,l), -(500,721,l), -(93,721,l), -(64,328,l), -(106,328,l), -(133,386,o), -(198,427,o), -(282,427,cs), -(399,427,o), -(478,354,o), -(478,227,cs), -(478,108,o), -(405,26,o), -(278,26,cs), -(171,26,o), -(100,91,o), -(94,187,c), -(56,187,l), -(61,71,o), -(151,-8,o), -(277,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -29, -29 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(439,-10,o), -(550,92,o), -(550,244,cs), -(550,382,o), -(463,472,o), -(329,472,cs), -(280,472,o), -(229,454,o), -(211,433,c), -(203,436,l), -(218,555,l), -(531,555,l), -(531,721,l), -(52,721,l), -(21,271,l), -(200,271,l), -(210,302,o), -(241,322,o), -(278,322,cs), -(326,322,o), -(360,288,o), -(360,237,cs), -(360,192,o), -(328,152,o), -(276,152,cs), -(234,152,o), -(202,174,o), -(195,207,c), -(6,207,l), -(18,77,o), -(114,-10,o), -(272,-10,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(520,-8,o), -(638,81,o), -(638,235,cs), -(638,378,o), -(544,473,o), -(356,473,cs), -(259,473,o), -(170,435,o), -(128,379,c), -(124,380,l), -(141,688,l), -(622,688,l), -(622,721,l), -(107,721,l), -(86,338,l), -(125,338,l), -(162,398,o), -(244,439,o), -(352,439,cs), -(508,439,o), -(598,370,o), -(598,233,cs), -(598,109,o), -(515,26,o), -(346,26,cs), -(201,26,o), -(104,104,o), -(106,220,c), -(70,220,l), -(69,83,o), -(181,-8,o), -(346,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(537,-10,o), -(680,73,o), -(680,244,cs), -(680,401,o), -(565,482,o), -(416,482,cs), -(351,482,o), -(287,460,o), -(266,433,c), -(257,436,l), -(266,547,l), -(646,547,l), -(646,721,l), -(65,721,l), -(41,272,l), -(242,272,l), -(259,305,o), -(304,327,o), -(356,327,cs), -(416,327,o), -(458,298,o), -(458,243,cs), -(458,191,o), -(421,156,o), -(352,156,cs), -(298,156,o), -(258,173,o), -(250,219,c), -(29,219,l), -(39,84,o), -(136,-10,o), -(349,-10,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(436,-8,o), -(531,87,o), -(531,229,cs), -(531,367,o), -(441,461,o), -(305,461,cs), -(225,461,o), -(157,424,o), -(125,369,c), -(122,370,l), -(146,687,l), -(513,687,l), -(513,721,l), -(114,721,l), -(85,328,l), -(127,328,l), -(152,386,o), -(217,427,o), -(299,427,cs), -(414,427,o), -(491,354,o), -(491,227,cs), -(491,108,o), -(420,26,o), -(295,26,cs), -(190,26,o), -(121,91,o), -(115,187,c), -(77,187,l), -(82,71,o), -(170,-8,o), -(294,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -29, -29 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(446,-10,o), -(554,92,o), -(554,244,cs), -(554,382,o), -(470,472,o), -(341,472,cs), -(295,472,o), -(246,454,o), -(229,433,c), -(221,436,l), -(235,555,l), -(536,555,l), -(536,721,l), -(70,721,l), -(41,271,l), -(218,271,l), -(227,302,o), -(256,322,o), -(290,322,cs), -(335,322,o), -(366,288,o), -(366,237,cs), -(366,192,o), -(337,152,o), -(288,152,cs), -(249,152,o), -(220,174,o), -(213,207,c), -(26,207,l), -(38,77,o), -(131,-10,o), -(284,-10,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(285,-15,o), -(350,54,o), -(386,222,cs), -(412,347,o), -(406,468,o), -(284,468,cs), -(239,468,o), -(200,444,o), -(173,405,c), -(170,405,l), -(240,692,l), -(473,692,l), -(478,721,l), -(216,721,l), -(123,329,l), -(155,326,l), -(180,399,o), -(220,440,o), -(275,440,cs), -(376,440,o), -(380,346,o), -(354,221,cs), -(324,79,o), -(278,19,o), -(209,19,cs), -(109,19,o), -(100,117,o), -(126,229,c), -(96,229,l), -(70,108,o), -(82,3,o), -(194,-7,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(331,-9,o), -(421,71,o), -(454,229,cs), -(482,361,o), -(450,485,o), -(321,485,cs), -(288,485,o), -(259,473,o), -(245,457,c), -(238,460,l), -(269,569,l), -(486,569,l), -(518,721,l), -(137,721,l), -(26,281,l), -(201,281,l), -(210,317,o), -(228,342,o), -(252,342,cs), -(289,342,o), -(287,293,o), -(276,237,cs), -(264,176,o), -(246,141,o), -(214,141,cs), -(175,141,o), -(178,183,o), -(185,219,c), -(8,219,l), -(-10,82,o), -(42,-9,o), -(207,-9,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(423,-10,o), -(528,98,o), -(528,243,cs), -(528,372,o), -(448,456,o), -(327,456,cs), -(260,456,o), -(192,430,o), -(157,393,c), -(153,393,l), -(228,687,l), -(593,687,l), -(600,721,l), -(201,721,l), -(107,347,l), -(149,347,l), -(187,394,o), -(253,423,o), -(319,423,cs), -(420,423,o), -(488,355,o), -(488,242,cs), -(488,122,o), -(410,24,o), -(274,24,cs), -(166,24,o), -(95,88,o), -(97,185,c), -(61,185,l), -(61,68,o), -(146,-10,o), -(273,-10,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 85; -}; -}; -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(443,-10,o), -(567,98,o), -(567,262,cs), -(567,385,o), -(489,470,o), -(371,470,cs), -(338,470,o), -(298,464,o), -(266,443,c), -(259,446,l), -(295,555,l), -(593,555,l), -(627,721,l), -(157,721,l), -(43,271,l), -(225,271,l), -(234,300,o), -(267,321,o), -(305,321,cs), -(348,321,o), -(377,292,o), -(377,248,cs), -(377,194,o), -(344,152,o), -(287,152,cs), -(249,152,o), -(223,171,o), -(215,204,c), -(21,204,l), -(24,79,o), -(116,-10,o), -(271,-10,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 600; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(505,-10,o), -(635,79,o), -(642,251,cs), -(647,390,o), -(559,470,o), -(391,470,cs), -(304,470,o), -(213,437,o), -(163,386,c), -(160,387,l), -(241,687,l), -(708,687,l), -(714,721,l), -(214,721,l), -(115,345,l), -(153,345,l), -(200,401,o), -(286,437,o), -(385,437,cs), -(527,437,o), -(607,375,o), -(601,250,cs), -(595,119,o), -(511,24,o), -(329,24,cs), -(188,24,o), -(100,103,o), -(110,224,c), -(73,224,l), -(61,82,o), -(164,-10,o), -(326,-10,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(509,-10,o), -(642,83,o), -(642,262,cs), -(642,394,o), -(554,470,o), -(391,470,cs), -(304,470,o), -(213,437,o), -(163,386,c), -(160,387,l), -(241,687,l), -(708,687,l), -(714,721,l), -(214,721,l), -(115,345,l), -(153,345,l), -(200,401,o), -(286,437,o), -(385,437,cs), -(522,437,o), -(601,379,o), -(601,263,cs), -(601,125,o), -(517,24,o), -(329,24,cs), -(188,24,o), -(100,103,o), -(110,224,c), -(73,224,l), -(61,82,o), -(164,-10,o), -(326,-10,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(530,-9,o), -(677,89,o), -(683,251,cs), -(689,399,o), -(601,478,o), -(453,478,cs), -(403,478,o), -(344,465,o), -(315,445,c), -(306,448,l), -(335,546,l), -(691,546,l), -(728,721,l), -(172,721,l), -(54,278,l), -(262,278,l), -(282,307,o), -(320,326,o), -(370,326,cs), -(431,326,o), -(460,298,o), -(458,249,cs), -(455,188,o), -(411,156,o), -(345,156,cs), -(291,156,o), -(257,175,o), -(252,226,c), -(32,226,l), -(34,65,o), -(140,-9,o), -(328,-9,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 80; -monoWidth = 700; -}; -}; -width = 720; -} -); -metricWidth = zero.tf; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -RMXScaler = { -source = five; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/fiveeighths.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/fiveeighths.glyph deleted file mode 100644 index 68a9bdab..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/fiveeighths.glyph +++ /dev/null @@ -1,350 +0,0 @@ -{ -color = 6; -glyphname = fiveeighths; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (255,0); -ref = fraction; -}, -{ -pos = (374,0); -ref = eight.dnom; -} -); -width = 635; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (257,0); -ref = fraction; -}, -{ -pos = (308,0); -ref = eight.dnom; -} -); -width = 579; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (413,0); -ref = fraction; -}, -{ -pos = (514,0); -ref = eight.dnom; -} -); -width = 929; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (390,0); -ref = fraction; -}, -{ -pos = (513,0); -ref = eight.dnom; -} -); -width = 920; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = five.numr; -}, -{ -alignment = -1; -pos = (257,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (297,0); -ref = eight.dnom; -} -); -width = 528; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (238,0); -ref = fraction; -}, -{ -pos = (345,0); -ref = eight.dnom; -} -); -width = 588; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = five.numr; -}, -{ -alignment = -1; -pos = (375,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (445,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.numr; -}; -width = 796; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = five.numr; -}, -{ -alignment = -1; -pos = (338,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (473,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.numr; -}; -width = 812; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = five.numr; -}, -{ -alignment = -1; -pos = (413,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (503,0); -ref = eight.dnom; -} -); -width = 898; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = five.numr; -}, -{ -alignment = -1; -pos = (395,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (514,0); -ref = eight.dnom; -} -); -width = 901; -}, -{ -layerId = m019; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (381,0); -ref = fraction; -}, -{ -pos = (490,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.numr; -}; -width = 878; -}, -{ -layerId = m020; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (339,0); -ref = fraction; -}, -{ -pos = (468,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = five.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = five.numr; -}; -width = 820; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (254,0); -ref = fraction; -}, -{ -pos = (314,0); -ref = eight.dnom; -} -); -width = 585; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (259,0); -ref = fraction; -}, -{ -pos = (393,0); -ref = eight.dnom; -} -); -width = 652; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (377,0); -ref = fraction; -}, -{ -pos = (497,0); -ref = eight.dnom; -} -); -width = 888; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (361,0); -ref = fraction; -}, -{ -pos = (528,0); -ref = eight.dnom; -} -); -width = 901; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (419,0); -ref = fraction; -}, -{ -pos = (531,0); -ref = eight.dnom; -} -); -width = 945; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = five.numr; -}, -{ -pos = (392,0); -ref = fraction; -}, -{ -pos = (532,0); -ref = eight.dnom; -} -); -width = 937; -} -); -unicode = 8541; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/fiveinferior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/fiveinferior.glyph deleted file mode 100644 index 6c1cfcaf..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/fiveinferior.glyph +++ /dev/null @@ -1,1195 +0,0 @@ -{ -glyphname = fiveinferior; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (150,177); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(230,-46,o), -(285,3,o), -(285,108,cs), -(285,195,o), -(250,254,o), -(178,254,cs), -(160,254,o), -(140,249,o), -(131,233,c), -(127,235,l), -(132,300,l), -(261,300,l), -(261,393,l), -(31,393,l), -(20,126,l), -(127,126,l), -(127,146,o), -(135,164,o), -(150,164,cs), -(166,164,o), -(175,147,o), -(175,105,cs), -(175,66,o), -(168,46,o), -(149,46,cs), -(134,46,o), -(125,59,o), -(125,91,c), -(15,91,l), -(19,9,o), -(62,-46,o), -(149,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 297; -}, -{ -anchors = ( -{ -name = _center; -pos = (142,177); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(202,-45,o), -(235,1,o), -(235,102,cs), -(235,191,o), -(210,242,o), -(148,242,cs), -(119,242,o), -(97,227,o), -(85,202,c), -(83,202,l), -(89,366,l), -(232,366,l), -(232,393,l), -(62,393,l), -(54,147,l), -(84,147,l), -(90,195,o), -(111,217,o), -(144,217,cs), -(182,217,o), -(205,188,o), -(205,101,cs), -(205,17,o), -(186,-20,o), -(143,-20,cs), -(106,-20,o), -(77,8,o), -(78,92,c), -(49,92,l), -(49,10,o), -(76,-45,o), -(143,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 271; -}, -{ -anchors = ( -{ -name = _center; -pos = (226,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(329,-45,o), -(405,8,o), -(405,102,cs), -(405,188,o), -(345,245,o), -(231,245,cs), -(173,245,o), -(120,223,o), -(95,192,c), -(92,192,l), -(102,362,l), -(394,362,l), -(394,393,l), -(69,393,l), -(56,158,l), -(92,158,l), -(112,189,o), -(157,215,o), -(225,215,cs), -(315,215,o), -(366,176,o), -(366,101,cs), -(366,32,o), -(318,-14,o), -(221,-14,cs), -(138,-14,o), -(81,28,o), -(82,92,c), -(46,92,l), -(46,10,o), -(115,-45,o), -(221,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 440; -}, -{ -anchors = ( -{ -name = _center; -pos = (228,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(340,-46,o), -(431,3,o), -(431,107,cs), -(431,202,o), -(359,250,o), -(270,250,cs), -(233,250,o), -(195,238,o), -(184,224,c), -(178,226,l), -(183,276,l), -(409,276,l), -(409,393,l), -(47,393,l), -(32,118,l), -(168,118,l), -(177,135,o), -(201,147,o), -(229,147,cs), -(259,147,o), -(280,132,o), -(280,107,cs), -(280,82,o), -(262,65,o), -(227,65,cs), -(201,65,o), -(181,69,o), -(175,91,c), -(25,91,l), -(32,11,o), -(89,-46,o), -(225,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 449; -}, -{ -anchors = ( -{ -name = _center; -pos = (122,177); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,-45,o), -(215,1,o), -(215,102,cs), -(215,191,o), -(190,242,o), -(128,242,cs), -(99,242,o), -(77,227,o), -(65,202,c), -(63,202,l), -(69,366,l), -(212,366,l), -(212,393,l), -(42,393,l), -(34,147,l), -(64,147,l), -(70,195,o), -(91,217,o), -(124,217,cs), -(162,217,o), -(185,188,o), -(185,101,cs), -(185,17,o), -(166,-20,o), -(123,-20,cs), -(86,-20,o), -(57,8,o), -(58,92,c), -(29,92,l), -(29,10,o), -(56,-45,o), -(123,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 231; -}, -{ -anchors = ( -{ -name = _center; -pos = (141,177); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,-46,o), -(276,3,o), -(276,108,cs), -(276,195,o), -(241,254,o), -(169,254,cs), -(151,254,o), -(131,249,o), -(122,233,c), -(118,235,l), -(123,300,l), -(252,300,l), -(252,393,l), -(22,393,l), -(11,126,l), -(118,126,l), -(118,146,o), -(126,164,o), -(141,164,cs), -(157,164,o), -(166,147,o), -(166,105,cs), -(166,66,o), -(159,46,o), -(140,46,cs), -(125,46,o), -(116,59,o), -(116,91,c), -(6,91,l), -(10,9,o), -(53,-46,o), -(140,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 279; -}, -{ -anchors = ( -{ -name = _center; -pos = (189,174); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(272,-45,o), -(330,13,o), -(330,99,cs), -(330,181,o), -(276,237,o), -(193,237,cs), -(150,237,o), -(109,219,o), -(88,186,c), -(86,187,l), -(100,362,l), -(320,362,l), -(320,393,l), -(70,393,l), -(52,152,l), -(89,152,l), -(103,185,o), -(140,208,o), -(186,208,cs), -(251,208,o), -(295,167,o), -(295,97,cs), -(295,31,o), -(254,-14,o), -(184,-14,cs), -(125,-14,o), -(86,21,o), -(82,74,c), -(47,74,l), -(50,7,o), -(101,-45,o), -(183,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 363; -}, -{ -anchors = ( -{ -name = _center; -pos = (184,174); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(285,-46,o), -(354,16,o), -(354,108,cs), -(354,190,o), -(301,244,o), -(219,244,cs), -(192,244,o), -(161,235,o), -(152,225,c), -(146,227,l), -(155,282,l), -(343,282,l), -(343,393,l), -(42,393,l), -(23,118,l), -(144,118,l), -(148,133,o), -(164,144,o), -(184,144,cs), -(208,144,o), -(226,127,o), -(226,103,cs), -(226,82,o), -(209,62,o), -(183,62,cs), -(162,62,o), -(146,71,o), -(141,86,c), -(13,86,l), -(21,7,o), -(80,-46,o), -(180,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 366; -}, -{ -anchors = ( -{ -name = _center; -pos = (216,173); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(319,-45,o), -(395,8,o), -(395,102,cs), -(395,188,o), -(335,245,o), -(221,245,cs), -(163,245,o), -(110,223,o), -(85,192,c), -(82,192,l), -(92,362,l), -(384,362,l), -(384,393,l), -(59,393,l), -(46,158,l), -(82,158,l), -(102,189,o), -(147,215,o), -(215,215,cs), -(305,215,o), -(356,176,o), -(356,101,cs), -(356,32,o), -(308,-14,o), -(211,-14,cs), -(128,-14,o), -(71,28,o), -(72,92,c), -(36,92,l), -(36,10,o), -(105,-45,o), -(211,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 420; -}, -{ -anchors = ( -{ -name = _center; -pos = (218,171); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,-46,o), -(421,3,o), -(421,107,cs), -(421,202,o), -(349,250,o), -(260,250,cs), -(223,250,o), -(185,238,o), -(174,224,c), -(168,226,l), -(173,276,l), -(399,276,l), -(399,393,l), -(37,393,l), -(22,118,l), -(158,118,l), -(167,135,o), -(191,147,o), -(219,147,cs), -(249,147,o), -(270,132,o), -(270,107,cs), -(270,82,o), -(252,65,o), -(217,65,cs), -(191,65,o), -(171,69,o), -(165,91,c), -(15,91,l), -(22,11,o), -(79,-46,o), -(215,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 429; -}, -{ -anchors = ( -{ -name = _center; -pos = (208,174); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(289,-45,o), -(346,13,o), -(346,99,cs), -(346,181,o), -(293,237,o), -(212,237,cs), -(169,237,o), -(130,219,o), -(109,186,c), -(107,187,l), -(121,362,l), -(337,362,l), -(337,393,l), -(91,393,l), -(73,152,l), -(110,152,l), -(124,185,o), -(159,208,o), -(205,208,cs), -(268,208,o), -(312,167,o), -(312,97,cs), -(312,31,o), -(271,-14,o), -(203,-14,cs), -(146,-14,o), -(107,21,o), -(103,74,c), -(68,74,l), -(71,7,o), -(122,-45,o), -(202,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 400; -}, -{ -anchors = ( -{ -name = _center; -pos = (197,174); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(294,-46,o), -(360,16,o), -(360,108,cs), -(360,190,o), -(310,244,o), -(232,244,cs), -(207,244,o), -(178,235,o), -(170,225,c), -(164,227,l), -(172,282,l), -(349,282,l), -(349,393,l), -(60,393,l), -(43,118,l), -(161,118,l), -(164,132,o), -(178,144,o), -(197,144,cs), -(218,144,o), -(234,127,o), -(234,103,cs), -(234,82,o), -(219,62,o), -(196,62,cs), -(178,62,o), -(164,71,o), -(159,86,c), -(33,86,l), -(41,7,o), -(97,-46,o), -(193,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 391; -}, -{ -anchors = ( -{ -name = _center; -pos = (131,177); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(134,-48,o), -(177,-12,o), -(199,92,cs), -(216,172,o), -(208,242,o), -(137,242,cs), -(112,242,o), -(89,229,o), -(74,207,c), -(71,207,l), -(111,366,l), -(248,366,l), -(253,393,l), -(89,393,l), -(32,154,l), -(61,152,l), -(76,197,o), -(99,217,o), -(127,217,cs), -(182,217,o), -(184,164,o), -(170,95,cs), -(153,14,o), -(127,-20,o), -(89,-20,cs), -(35,-20,o), -(30,35,o), -(44,97,c), -(16,97,l), -(1,22,o), -(11,-39,o), -(81,-44,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 268; -}, -{ -anchors = ( -{ -name = _center; -pos = (130.969,177); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,-45,o), -(226,0,o), -(247,98,cs), -(264,180,o), -(243,251,o), -(167,251,cs), -(148,251,o), -(131,244,o), -(123,235,c), -(119,237,l), -(137,300,l), -(265,300,l), -(285,393,l), -(57,393,l), -(-10,128,l), -(96,128,l), -(101,150,o), -(113,164,o), -(125,164,cs), -(147,164,o), -(144,131,o), -(139,105,cs), -(132,69,o), -(122,46,o), -(103,46,cs), -(83,46,o), -(82,66,o), -(87,91,c), -(-21,91,l), -(-32,9,o), -(0,-45,o), -(99,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 295; -}, -{ -anchors = ( -{ -name = _center; -pos = (191,177); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,-46,o), -(312,19,o), -(312,108,cs), -(312,184,o), -(264,235,o), -(193,235,cs), -(158,235,o), -(118,222,o), -(96,200,c), -(94,200,l), -(136,362,l), -(347,362,l), -(354,393,l), -(111,393,l), -(53,162,l), -(89,162,l), -(109,189,o), -(147,206,o), -(183,206,cs), -(239,206,o), -(276,168,o), -(276,106,cs), -(276,39,o), -(232,-16,o), -(158,-16,cs), -(100,-16,o), -(61,19,o), -(61,72,c), -(27,72,l), -(27,1,o), -(79,-46,o), -(156,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 397; -}, -{ -anchors = ( -{ -name = _center; -pos = (187,177); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-46,o), -(341,19,o), -(341,118,cs), -(341,191,o), -(293,243,o), -(220,243,cs), -(201,243,o), -(179,241,o), -(160,230,c), -(156,232,l), -(174,282,l), -(352,282,l), -(375,393,l), -(81,393,l), -(10,116,l), -(133,116,l), -(136,132,o), -(153,144,o), -(175,144,cs), -(197,144,o), -(212,130,o), -(212,109,cs), -(212,82,o), -(196,62,o), -(167,62,cs), -(148,62,o), -(136,70,o), -(130,84,c), -(-1,84,l), -(2,4,o), -(63,-46,o), -(156,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 405; -}, -{ -anchors = ( -{ -name = _center; -pos = (210,177); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(280,-46,o), -(366,8,o), -(369,106,cs), -(372,195,o), -(319,243,o), -(214,243,cs), -(160,243,o), -(107,223,o), -(79,196,c), -(77,197,l), -(122,361,l), -(404,361,l), -(410,393,l), -(95,393,l), -(34,162,l), -(70,162,l), -(97,193,o), -(146,213,o), -(204,213,cs), -(288,213,o), -(333,179,o), -(330,109,cs), -(327,33,o), -(275,-15,o), -(174,-15,cs), -(93,-15,o), -(42,27,o), -(46,95,c), -(10,95,l), -(4,7,o), -(70,-46,o), -(172,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 436; -}, -{ -anchors = ( -{ -name = _center; -pos = (202,177); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(299,-45,o), -(389,11,o), -(393,115,cs), -(396,200,o), -(340,247,o), -(252,247,cs), -(223,247,o), -(190,241,o), -(174,232,c), -(168,234,l), -(182,276,l), -(392,276,l), -(417,393,l), -(72,393,l), -(-2,121,l), -(139,121,l), -(149,136,o), -(168,146,o), -(196,146,cs), -(224,146,o), -(243,133,o), -(242,110,cs), -(241,81,o), -(218,65,o), -(184,65,cs), -(157,65,o), -(140,71,o), -(135,96,c), -(-13,96,l), -(-11,2,o), -(50,-45,o), -(173,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 441; -} -); -unicode = 8325; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = five; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/fivesuperior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/fivesuperior.glyph deleted file mode 100644 index 749316c7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/fivesuperior.glyph +++ /dev/null @@ -1,500 +0,0 @@ -{ -color = 6; -glyphname = fivesuperior; -kernLeft = KO_fivesuperior; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 297; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 271; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 440; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 449; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 271; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 279; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fiveinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fiveinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 403; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fiveinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fiveinferior; -}; -width = 388; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 440; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 449; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fiveinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fiveinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -28 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -} -); -}; -width = 400; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fiveinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fiveinferior; -}; -width = 391; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (78,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 268; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (78,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 295; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (78,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 397; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (78,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 405; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (78,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 436; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (78,376); -ref = fiveinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 441; -} -); -unicode = 8309; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = five; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/fl.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/fl.glyph deleted file mode 100644 index 4bd52d43..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/fl.glyph +++ /dev/null @@ -1,612 +0,0 @@ -{ -glyphname = fl; -kernLeft = KO_f; -kernRight = KO_l; -layers = ( -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (307,0); -ref = l; -} -); -width = 538; -}, -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (124,0); -ref = l; -} -); -width = 273; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (302,0); -ref = l; -} -); -width = 471; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (430,0); -ref = l; -} -); -width = 737; -}, -{ -background = { -shapes = ( -{ -pos = (11,0); -ref = f; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (199,0); -ref = l; -} -); -width = 300; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (335,0); -ref = l; -} -); -width = 544; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (339,0); -ref = l; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -} -); -}; -width = 494; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (434,0); -ref = l; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -}; -width = 685; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (373,0); -ref = l; -} -); -width = 522; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (467,0); -ref = l; -} -); -width = 748; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = m019; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (291,0); -ref = l; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -} -); -}; -width = 498; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = m020; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (385,0); -ref = l; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = f; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -}; -width = 696; -}, -{ -background = { -shapes = ( -{ -pos = (12,0); -ref = f; -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (114,0); -ref = l; -} -); -width = 263; -}, -{ -background = { -shapes = ( -{ -pos = (3,0); -ref = f; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (313,0); -ref = l; -} -); -width = 541; -}, -{ -background = { -shapes = ( -{ -pos = (-5,0); -ref = f; -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (286,0); -ref = l; -} -); -width = 492; -}, -{ -background = { -shapes = ( -{ -pos = (10,0); -ref = f; -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (398,0); -ref = l; -} -); -width = 697; -}, -{ -background = { -shapes = ( -{ -pos = (-3,0); -ref = f; -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (279,0); -ref = l; -} -); -width = 448; -}, -{ -background = { -shapes = ( -{ -pos = (-7,0); -ref = f; -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = _f.longarm; -}, -{ -pos = (455,0); -ref = l; -} -); -width = 760; -} -); -metricLeft = f; -metricRight = l; -unicode = 64258; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/florin.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/florin.glyph deleted file mode 100644 index 9491ba0d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/florin.glyph +++ /dev/null @@ -1,732 +0,0 @@ -{ -glyphname = florin; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,-167,ls), -(93,-167,o), -(121,-150,o), -(121,-92,cs), -(121,648,ls), -(121,684,o), -(129,700,o), -(161,700,cs), -(178,700,l), -(178,729,l), -(161,729,ls), -(120,729,o), -(92,712,o), -(92,654,cs), -(92,-86,ls), -(92,-122,o), -(84,-138,o), -(52,-138,cs), -(35,-138,l), -(35,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(176,431,l), -(176,459,l), -(38,459,l), -(38,431,l) -); -} -); -width = 213; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(62,-177,ls), -(208,-177,o), -(261,-107,o), -(261,11,cs), -(261,541,ls), -(261,579,o), -(274,605,o), -(313,605,cs), -(325,605,l), -(325,729,l), -(283,729,ls), -(137,729,o), -(84,659,o), -(84,541,cs), -(84,11,ls), -(84,-27,o), -(71,-53,o), -(32,-53,cs), -(20,-53,l), -(20,-177,l) -); -}, -{ -closed = 1; -nodes = ( -(311,320,l), -(311,440,l), -(35,440,l), -(35,320,l) -); -} -); -width = 345; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(80,-167,ls), -(168,-167,o), -(222,-120,o), -(222,-22,cs), -(222,580,ls), -(222,661,o), -(253,695,o), -(331,695,cs), -(382,695,l), -(382,729,l), -(327,729,ls), -(239,729,o), -(185,682,o), -(185,584,cs), -(185,-18,ls), -(185,-99,o), -(154,-133,o), -(76,-133,cs), -(25,-133,l), -(25,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(360,384,l), -(360,418,l), -(52,418,l), -(52,384,l) -); -} -); -width = 407; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(139,-167,ls), -(260,-167,o), -(342,-98,o), -(342,33,cs), -(342,489,ls), -(342,551,o), -(366,571,o), -(421,571,cs), -(459,571,l), -(459,729,l), -(340,729,ls), -(219,729,o), -(137,660,o), -(137,529,cs), -(137,73,ls), -(137,11,o), -(113,-9,o), -(58,-9,cs), -(20,-9,l), -(20,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(452,302,l), -(452,452,l), -(44,452,l), -(44,302,l) -); -} -); -width = 479; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(32,-167,ls), -(73,-167,o), -(101,-150,o), -(101,-92,cs), -(101,648,ls), -(101,684,o), -(109,700,o), -(141,700,cs), -(158,700,l), -(158,729,l), -(141,729,ls), -(100,729,o), -(72,712,o), -(72,654,cs), -(72,-86,ls), -(72,-122,o), -(64,-138,o), -(32,-138,cs), -(15,-138,l), -(15,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(156,431,l), -(156,459,l), -(18,459,l), -(18,431,l) -); -} -); -width = 173; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,-177,ls), -(198,-177,o), -(251,-107,o), -(251,11,cs), -(251,541,ls), -(251,579,o), -(264,605,o), -(303,605,cs), -(315,605,l), -(315,729,l), -(273,729,ls), -(127,729,o), -(74,659,o), -(74,541,cs), -(74,11,ls), -(74,-27,o), -(61,-53,o), -(22,-53,cs), -(10,-53,l), -(10,-177,l) -); -}, -{ -closed = 1; -nodes = ( -(301,320,l), -(301,440,l), -(25,440,l), -(25,320,l) -); -} -); -width = 325; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(62,-167,ls), -(148,-167,o), -(202,-120,o), -(202,-23,cs), -(202,581,ls), -(202,662,o), -(233,695,o), -(313,695,cs), -(342,695,l), -(342,729,l), -(305,729,ls), -(219,729,o), -(165,682,o), -(165,585,cs), -(165,-19,ls), -(165,-100,o), -(134,-133,o), -(54,-133,cs), -(25,-133,l), -(25,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(303,384,l), -(303,418,l), -(65,418,l), -(65,384,l) -); -} -); -width = 367; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(95,-167,ls), -(233,-167,o), -(310,-102,o), -(310,33,cs), -(310,529,ls), -(310,575,o), -(336,586,o), -(374,586,cs), -(420,586,l), -(420,729,l), -(334,729,ls), -(196,729,o), -(119,664,o), -(119,529,cs), -(119,33,ls), -(119,-13,o), -(93,-24,o), -(55,-24,cs), -(9,-24,l), -(9,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(405,320,l), -(405,460,l), -(35,460,l), -(35,320,l) -); -} -); -width = 429; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(70,-167,ls), -(158,-167,o), -(212,-120,o), -(212,-22,cs), -(212,580,ls), -(212,661,o), -(243,695,o), -(321,695,cs), -(372,695,l), -(372,729,l), -(317,729,ls), -(229,729,o), -(175,682,o), -(175,584,cs), -(175,-18,ls), -(175,-99,o), -(144,-133,o), -(66,-133,cs), -(15,-133,l), -(15,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(350,384,l), -(350,418,l), -(42,418,l), -(42,384,l) -); -} -); -width = 387; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,-167,ls), -(250,-167,o), -(332,-98,o), -(332,33,cs), -(332,489,ls), -(332,551,o), -(356,571,o), -(411,571,cs), -(449,571,l), -(449,729,l), -(330,729,ls), -(209,729,o), -(127,660,o), -(127,529,cs), -(127,73,ls), -(127,11,o), -(103,-9,o), -(48,-9,cs), -(10,-9,l), -(10,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(442,302,l), -(442,452,l), -(34,452,l), -(34,302,l) -); -} -); -width = 459; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(83,-167,ls), -(167,-167,o), -(221,-120,o), -(221,-23,cs), -(221,581,ls), -(221,662,o), -(250,695,o), -(330,695,cs), -(357,695,l), -(357,729,l), -(322,729,ls), -(238,729,o), -(184,682,o), -(184,585,cs), -(184,-19,ls), -(184,-100,o), -(153,-133,o), -(75,-133,cs), -(48,-133,l), -(48,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(320,384,l), -(320,418,l), -(86,418,l), -(86,384,l) -); -} -); -width = 404; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(113,-167,ls), -(248,-167,o), -(322,-102,o), -(322,33,cs), -(322,529,ls), -(322,575,o), -(347,586,o), -(381,586,cs), -(426,586,l), -(426,729,l), -(342,729,ls), -(207,729,o), -(133,664,o), -(133,529,cs), -(133,33,ls), -(133,-13,o), -(108,-24,o), -(73,-24,cs), -(29,-24,l), -(29,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(413,320,l), -(413,460,l), -(52,460,l), -(52,320,l) -); -} -); -width = 453; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-41,-167,ls), -(0,-167,o), -(32,-150,o), -(44,-92,cs), -(197,648,ls), -(204,684,o), -(216,700,o), -(248,700,cs), -(265,700,l), -(271,729,l), -(254,729,ls), -(213,729,o), -(181,712,o), -(169,654,cs), -(16,-86,ls), -(9,-122,o), -(-3,-138,o), -(-35,-138,cs), -(-52,-138,l), -(-58,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(207,431,l), -(213,459,l), -(75,459,l), -(69,431,l) -); -} -); -width = 203; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(-26,-177,ls), -(120,-177,o), -(188,-107,o), -(212,11,cs), -(322,541,ls), -(330,579,o), -(348,605,o), -(387,605,cs), -(399,605,l), -(425,729,l), -(383,729,ls), -(237,729,o), -(169,659,o), -(145,541,cs), -(35,11,ls), -(27,-27,o), -(9,-53,o), -(-30,-53,cs), -(-42,-53,l), -(-68,-177,l) -); -}, -{ -closed = 1; -nodes = ( -(326,320,l), -(351,440,l), -(75,440,l), -(50,320,l) -); -} -); -width = 355; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,-167,ls), -(75,-167,o), -(139,-120,o), -(159,-23,cs), -(284,581,ls), -(301,662,o), -(339,695,o), -(419,695,cs), -(448,695,l), -(455,729,l), -(418,729,ls), -(332,729,o), -(268,682,o), -(248,585,cs), -(123,-19,ls), -(106,-100,o), -(68,-133,o), -(-12,-133,cs), -(-41,-133,l), -(-48,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(344,384,l), -(351,418,l), -(113,418,l), -(106,384,l) -); -} -); -width = 398; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(23,-167,ls), -(161,-167,o), -(252,-102,o), -(280,33,cs), -(382,529,ls), -(392,575,o), -(420,586,o), -(458,586,cs), -(504,586,l), -(534,729,l), -(448,729,ls), -(310,729,o), -(219,664,o), -(191,529,cs), -(89,33,ls), -(79,-13,o), -(51,-24,o), -(13,-24,cs), -(-33,-24,l), -(-63,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(434,320,l), -(463,460,l), -(93,460,l), -(64,320,l) -); -} -); -width = 467; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(-8,-167,ls), -(80,-167,o), -(144,-120,o), -(164,-22,cs), -(289,580,ls), -(306,661,o), -(344,695,o), -(422,695,cs), -(473,695,l), -(480,729,l), -(425,729,ls), -(337,729,o), -(273,682,o), -(253,584,cs), -(128,-18,ls), -(111,-99,o), -(73,-133,o), -(-5,-133,cs), -(-56,-133,l), -(-63,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(386,384,l), -(393,418,l), -(85,418,l), -(78,384,l) -); -} -); -width = 408; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(46,-167,ls), -(167,-167,o), -(264,-98,o), -(291,33,cs), -(385,489,ls), -(398,551,o), -(426,571,o), -(481,571,cs), -(519,571,l), -(552,729,l), -(433,729,ls), -(312,729,o), -(215,660,o), -(188,529,cs), -(94,73,ls), -(81,11,o), -(53,-9,o), -(-2,-9,cs), -(-40,-9,l), -(-73,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(456,302,l), -(487,452,l), -(79,452,l), -(48,302,l) -); -} -); -width = 475; -} -); -unicode = 402; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/four.blackC_ircled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/four.blackC_ircled.glyph deleted file mode 100644 index 55894a42..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/four.blackC_ircled.glyph +++ /dev/null @@ -1,1954 +0,0 @@ -{ -color = 0; -glyphname = four.blackCircled; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(40,122,o), -(173,-7,o), -(353,-7,cs), -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,327,l), -(319,583,l), -(451,583,l), -(451,335,l), -(491,335,l), -(490,241,l), -(451,241,l), -(451,150,l), -(341,150,l), -(341,241,l), -(195,241,l) -); -}, -{ -closed = 1; -nodes = ( -(341,335,l), -(341,446,l), -(292,335,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(351,240,l), -(205,240,l), -(205,326,l), -(329,582,l), -(461,582,l), -(461,334,l), -(501,334,l), -(501,240,l), -(461,240,l), -(461,149,l), -(351,149,l) -); -}, -{ -closed = 1; -nodes = ( -(351,334,l), -(351,445,l), -(302,334,l) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(60,142,o), -(155,-9,o), -(349,-9,cs), -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs) -); -}, -{ -closed = 1; -nodes = ( -(219,288,l), -(359,583,l), -(398,583,l), -(398,290,l), -(441,290,l), -(441,264,l), -(398,264,l), -(398,150,l), -(369,150,l), -(369,264,l), -(219,264,l) -); -}, -{ -closed = 1; -nodes = ( -(369,290,l), -(369,548,l), -(248,290,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(388,262,l), -(238,262,l), -(238,286,l), -(378,581,l), -(417,581,l), -(417,288,l), -(460,288,l), -(460,262,l), -(417,262,l), -(417,148,l), -(388,148,l) -); -}, -{ -closed = 1; -nodes = ( -(388,288,l), -(388,546,l), -(267,288,l) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(60,139,o), -(219,-10,o), -(442,-10,cs), -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,291,l), -(502,580,l), -(545,580,l), -(545,291,l), -(636,291,l), -(636,261,l), -(545,261,l), -(545,147,l), -(508,147,l), -(508,261,l), -(229,261,l) -); -}, -{ -closed = 1; -nodes = ( -(508,291,l), -(508,540,l), -(269,291,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(518,264,l), -(239,264,l), -(239,294,l), -(512,583,l), -(555,583,l), -(555,294,l), -(646,294,l), -(646,264,l), -(555,264,l), -(555,150,l), -(518,150,l) -); -}, -{ -closed = 1; -nodes = ( -(518,294,l), -(518,543,l), -(279,294,l) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(40,135,o), -(202,-11,o), -(430,-11,cs), -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs) -); -}, -{ -closed = 1; -nodes = ( -(211,329,l), -(400,581,l), -(578,581,l), -(578,345,l), -(640,345,l), -(639,230,l), -(578,230,l), -(578,148,l), -(429,148,l), -(428,230,l), -(211,230,l) -); -}, -{ -closed = 1; -nodes = ( -(429,345,l), -(429,436,l), -(369,345,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(433,235,l), -(215,235,l), -(215,334,l), -(404,586,l), -(582,586,l), -(582,350,l), -(644,350,l), -(644,235,l), -(582,235,l), -(582,153,l), -(433,153,l) -); -}, -{ -closed = 1; -nodes = ( -(433,350,l), -(433,441,l), -(373,350,l) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(60,142,o), -(155,-9,o), -(349,-9,cs), -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs) -); -}, -{ -closed = 1; -nodes = ( -(219,288,l), -(359,583,l), -(398,583,l), -(398,290,l), -(441,290,l), -(441,264,l), -(398,264,l), -(398,150,l), -(369,150,l), -(369,264,l), -(219,264,l) -); -}, -{ -closed = 1; -nodes = ( -(369,290,l), -(369,548,l), -(248,290,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(368,262,l), -(218,262,l), -(218,286,l), -(358,581,l), -(397,581,l), -(397,288,l), -(440,288,l), -(440,262,l), -(397,262,l), -(397,148,l), -(368,148,l) -); -}, -{ -closed = 1; -nodes = ( -(368,288,l), -(368,546,l), -(247,288,l) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(40,122,o), -(173,-7,o), -(353,-7,cs), -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,327,l), -(319,583,l), -(451,583,l), -(451,335,l), -(491,335,l), -(490,241,l), -(451,241,l), -(451,150,l), -(341,150,l), -(341,241,l), -(195,241,l) -); -}, -{ -closed = 1; -nodes = ( -(341,335,l), -(341,446,l), -(292,335,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(341,240,l), -(195,240,l), -(195,326,l), -(319,582,l), -(451,582,l), -(451,334,l), -(491,334,l), -(491,240,l), -(451,240,l), -(451,149,l), -(341,149,l) -); -}, -{ -closed = 1; -nodes = ( -(341,334,l), -(341,445,l), -(292,334,l) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (416,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(60,140,o), -(211,-10,o), -(435,-10,cs), -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs) -); -}, -{ -closed = 1; -nodes = ( -(251,290,l), -(458,580,l), -(498,580,l), -(498,291,l), -(581,291,l), -(581,261,l), -(498,261,l), -(498,147,l), -(464,147,l), -(464,261,l), -(251,261,l) -); -}, -{ -closed = 1; -nodes = ( -(464,291,l), -(464,537,l), -(288,291,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(464,263,l), -(251,263,l), -(251,292,l), -(458,582,l), -(498,582,l), -(498,293,l), -(581,293,l), -(581,263,l), -(498,263,l), -(498,149,l), -(464,149,l) -); -}, -{ -closed = 1; -nodes = ( -(464,293,l), -(464,539,l), -(288,293,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -105, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -272, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -515, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --20, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --20, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(40,141,o), -(204,-9,o), -(428,-9,cs), -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,330,l), -(393,582,l), -(547,582,l), -(547,340,l), -(609,340,l), -(609,236,l), -(547,236,l), -(547,149,l), -(420,149,l), -(419,236,l), -(229,236,l) -); -}, -{ -closed = 1; -nodes = ( -(420,340,l), -(420,443,l), -(354,340,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(408,238,l), -(217,238,l), -(217,332,l), -(381,584,l), -(535,584,l), -(535,342,l), -(597,342,l), -(597,238,l), -(535,238,l), -(535,151,l), -(408,151,l) -); -}, -{ -closed = 1; -nodes = ( -(408,342,l), -(408,445,l), -(342,342,l) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(60,139,o), -(219,-10,o), -(442,-10,cs), -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,291,l), -(502,580,l), -(545,580,l), -(545,291,l), -(636,291,l), -(636,261,l), -(545,261,l), -(545,147,l), -(508,147,l), -(508,261,l), -(229,261,l) -); -}, -{ -closed = 1; -nodes = ( -(508,291,l), -(508,540,l), -(269,291,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(508,264,l), -(229,264,l), -(229,294,l), -(502,583,l), -(545,583,l), -(545,294,l), -(636,294,l), -(636,264,l), -(545,264,l), -(545,150,l), -(508,150,l) -); -}, -{ -closed = 1; -nodes = ( -(508,294,l), -(508,543,l), -(269,294,l) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(40,135,o), -(202,-11,o), -(430,-11,cs), -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs) -); -}, -{ -closed = 1; -nodes = ( -(211,329,l), -(400,581,l), -(578,581,l), -(578,345,l), -(640,345,l), -(639,230,l), -(578,230,l), -(578,148,l), -(429,148,l), -(428,230,l), -(211,230,l) -); -}, -{ -closed = 1; -nodes = ( -(429,345,l), -(429,436,l), -(369,345,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(423,235,l), -(205,235,l), -(205,334,l), -(394,586,l), -(572,586,l), -(572,350,l), -(634,350,l), -(634,235,l), -(572,235,l), -(572,153,l), -(423,153,l) -); -}, -{ -closed = 1; -nodes = ( -(423,350,l), -(423,441,l), -(363,350,l) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (431,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(60,140,o), -(211,-10,o), -(435,-10,cs), -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs) -); -}, -{ -closed = 1; -nodes = ( -(251,290,l), -(458,580,l), -(498,580,l), -(498,291,l), -(581,291,l), -(581,261,l), -(498,261,l), -(498,147,l), -(464,147,l), -(464,261,l), -(251,261,l) -); -}, -{ -closed = 1; -nodes = ( -(464,291,l), -(464,537,l), -(288,291,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(477,263,l), -(268,263,l), -(268,292,l), -(471,582,l), -(511,582,l), -(511,293,l), -(592,293,l), -(592,263,l), -(511,263,l), -(511,149,l), -(477,149,l) -); -}, -{ -closed = 1; -nodes = ( -(477,293,l), -(477,539,l), -(305,293,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -105, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -272, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -515, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --20, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --20, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(40,141,o), -(204,-9,o), -(428,-9,cs), -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,330,l), -(393,582,l), -(547,582,l), -(547,340,l), -(609,340,l), -(609,236,l), -(547,236,l), -(547,149,l), -(420,149,l), -(419,236,l), -(229,236,l) -); -}, -{ -closed = 1; -nodes = ( -(420,340,l), -(420,443,l), -(354,340,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(418,238,l), -(232,238,l), -(232,332,l), -(391,584,l), -(544,584,l), -(544,342,l), -(604,342,l), -(604,238,l), -(544,238,l), -(544,151,l), -(418,151,l) -); -}, -{ -closed = 1; -nodes = ( -(418,342,l), -(418,445,l), -(355,342,l) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(97,142,o), -(192,-9,o), -(386,-9,cs), -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,288,l), -(396,583,l), -(435,583,l), -(435,290,l), -(478,290,l), -(478,264,l), -(435,264,l), -(435,150,l), -(406,150,l), -(406,264,l), -(256,264,l) -); -}, -{ -closed = 1; -nodes = ( -(406,290,l), -(406,548,l), -(285,290,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(425,262,l), -(275,262,l), -(275,286,l), -(415,581,l), -(454,581,l), -(454,288,l), -(497,288,l), -(497,262,l), -(454,262,l), -(454,148,l), -(425,148,l) -); -}, -{ -closed = 1; -nodes = ( -(425,288,l), -(425,546,l), -(304,288,l) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(72,122,o), -(205,-7,o), -(385,-7,cs), -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs) -); -}, -{ -closed = 1; -nodes = ( -(227,327,l), -(351,583,l), -(483,583,l), -(483,335,l), -(523,335,l), -(522,241,l), -(483,241,l), -(483,150,l), -(373,150,l), -(373,241,l), -(227,241,l) -); -}, -{ -closed = 1; -nodes = ( -(373,335,l), -(373,446,l), -(324,335,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,240,l), -(237,240,l), -(237,326,l), -(361,582,l), -(493,582,l), -(493,334,l), -(533,334,l), -(533,240,l), -(493,240,l), -(493,149,l), -(383,149,l) -); -}, -{ -closed = 1; -nodes = ( -(383,334,l), -(383,445,l), -(334,334,l) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467.5,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(92,140,o), -(243,-10,o), -(467,-10,cs), -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs) -); -}, -{ -closed = 1; -nodes = ( -(283,290,l), -(490,580,l), -(530,580,l), -(530,291,l), -(613,291,l), -(613,261,l), -(530,261,l), -(530,147,l), -(496,147,l), -(496,261,l), -(283,261,l) -); -}, -{ -closed = 1; -nodes = ( -(496,291,l), -(496,537,l), -(320,291,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(516,263,l), -(303,263,l), -(303,292,l), -(510,582,l), -(550,582,l), -(550,293,l), -(633,293,l), -(633,263,l), -(550,263,l), -(550,149,l), -(516,149,l) -); -}, -{ -closed = 1; -nodes = ( -(516,293,l), -(516,539,l), -(340,293,l) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (455.5,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(68,141,o), -(232,-9,o), -(456,-9,cs), -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs) -); -}, -{ -closed = 1; -nodes = ( -(257,330,l), -(421,582,l), -(575,582,l), -(575,340,l), -(637,340,l), -(637,236,l), -(575,236,l), -(575,149,l), -(448,149,l), -(447,236,l), -(257,236,l) -); -}, -{ -closed = 1; -nodes = ( -(448,340,l), -(448,443,l), -(382,340,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(457,238,l), -(266,238,l), -(266,332,l), -(430,584,l), -(584,584,l), -(584,342,l), -(646,342,l), -(646,238,l), -(584,238,l), -(584,151,l), -(457,151,l) -); -}, -{ -closed = 1; -nodes = ( -(457,342,l), -(457,445,l), -(391,342,l) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(91,139,o), -(250,-10,o), -(473,-10,cs), -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,291,l), -(533,580,l), -(576,580,l), -(576,291,l), -(667,291,l), -(667,261,l), -(576,261,l), -(576,147,l), -(539,147,l), -(539,261,l), -(260,261,l) -); -}, -{ -closed = 1; -nodes = ( -(539,291,l), -(539,540,l), -(300,291,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(549,264,l), -(270,264,l), -(270,294,l), -(543,583,l), -(586,583,l), -(586,294,l), -(677,294,l), -(677,264,l), -(586,264,l), -(586,150,l), -(549,150,l) -); -}, -{ -closed = 1; -nodes = ( -(549,294,l), -(549,543,l), -(310,294,l) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(69,135,o), -(231,-11,o), -(459,-11,cs), -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,329,l), -(429,581,l), -(607,581,l), -(607,345,l), -(669,345,l), -(668,230,l), -(607,230,l), -(607,148,l), -(458,148,l), -(457,230,l), -(240,230,l) -); -}, -{ -closed = 1; -nodes = ( -(458,345,l), -(458,436,l), -(398,345,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(462,235,l), -(244,235,l), -(244,334,l), -(433,586,l), -(611,586,l), -(611,350,l), -(673,350,l), -(673,235,l), -(611,235,l), -(611,153,l), -(462,153,l) -); -}, -{ -closed = 1; -nodes = ( -(462,350,l), -(462,441,l), -(402,350,l) -); -} -); -width = 880; -} -); -metricLeft = one.circled; -metricRight = one.circled; -unicode = 10105; -userData = { -RMXScaler = { -source = four; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/four.circled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/four.circled.glyph deleted file mode 100644 index ff0e660b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/four.circled.glyph +++ /dev/null @@ -1,1446 +0,0 @@ -{ -color = 0; -glyphname = four.circled; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(398,150,l), -(398,264,l), -(441,264,l), -(441,290,l), -(398,290,l), -(398,583,l), -(359,583,l), -(219,288,l), -(219,264,l), -(369,264,l), -(369,150,l) -); -}, -{ -closed = 1; -nodes = ( -(369,548,l), -(369,290,l), -(248,290,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (228,188); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(451,150,l), -(451,241,l), -(490,241,l), -(491,335,l), -(451,335,l), -(451,583,l), -(319,583,l), -(195,327,l), -(195,241,l), -(341,241,l), -(341,150,l) -); -}, -{ -closed = 1; -nodes = ( -(341,446,l), -(341,335,l), -(292,335,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (194,189); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 706; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(545,147,l), -(545,261,l), -(636,261,l), -(636,291,l), -(545,291,l), -(545,580,l), -(502,580,l), -(229,291,l), -(229,261,l), -(508,261,l), -(508,147,l) -); -}, -{ -closed = 1; -nodes = ( -(508,540,l), -(508,291,l), -(269,291,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (222,190); -ref = fourinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(578,148,l), -(578,230,l), -(639,230,l), -(640,345,l), -(578,345,l), -(578,581,l), -(400,581,l), -(211,329,l), -(211,230,l), -(428,230,l), -(429,148,l) -); -}, -{ -closed = 1; -nodes = ( -(429,436,l), -(429,345,l), -(369,345,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (209,193); -ref = fourinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(398,150,l), -(398,264,l), -(441,264,l), -(441,290,l), -(398,290,l), -(398,583,l), -(359,583,l), -(219,288,l), -(219,264,l), -(369,264,l), -(369,150,l) -); -}, -{ -closed = 1; -nodes = ( -(369,548,l), -(369,290,l), -(248,290,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (216,188); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 658; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(451,150,l), -(451,241,l), -(490,241,l), -(491,335,l), -(451,335,l), -(451,583,l), -(319,583,l), -(195,327,l), -(195,241,l), -(341,241,l), -(341,150,l) -); -}, -{ -closed = 1; -nodes = ( -(341,446,l), -(341,335,l), -(292,335,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (191,189); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 686; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(498,147,l), -(498,261,l), -(581,261,l), -(581,291,l), -(498,291,l), -(498,580,l), -(458,580,l), -(251,290,l), -(251,261,l), -(464,261,l), -(464,147,l) -); -}, -{ -closed = 1; -nodes = ( -(464,537,l), -(464,291,l), -(288,291,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (243,189); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 831; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(547,149,l), -(547,236,l), -(609,236,l), -(609,340,l), -(547,340,l), -(547,582,l), -(393,582,l), -(229,330,l), -(229,236,l), -(420,236,l), -(420,149,l) -); -}, -{ -closed = 1; -nodes = ( -(420,443,l), -(420,340,l), -(354,340,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (214,191); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 825; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(545,147,l), -(545,261,l), -(636,261,l), -(636,291,l), -(545,291,l), -(545,580,l), -(502,580,l), -(229,291,l), -(229,261,l), -(508,261,l), -(508,147,l) -); -}, -{ -closed = 1; -nodes = ( -(508,540,l), -(508,291,l), -(269,291,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (221,190); -ref = fourinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(578,148,l), -(578,230,l), -(639,230,l), -(640,345,l), -(578,345,l), -(578,581,l), -(400,581,l), -(211,329,l), -(211,230,l), -(428,230,l), -(429,148,l) -); -}, -{ -closed = 1; -nodes = ( -(429,436,l), -(429,345,l), -(369,345,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (204,193); -ref = fourinferior; -} -); -width = 840; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(498,147,l), -(498,261,l), -(581,261,l), -(581,291,l), -(498,291,l), -(498,580,l), -(458,580,l), -(251,290,l), -(251,261,l), -(464,261,l), -(464,147,l) -); -}, -{ -closed = 1; -nodes = ( -(464,537,l), -(464,291,l), -(288,291,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (234,189); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 858; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(547,149,l), -(547,236,l), -(609,236,l), -(609,340,l), -(547,340,l), -(547,582,l), -(393,582,l), -(229,330,l), -(229,236,l), -(420,236,l), -(420,149,l) -); -}, -{ -closed = 1; -nodes = ( -(420,443,l), -(420,340,l), -(354,340,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (216,191); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 834; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(435,150,l), -(435,264,l), -(478,264,l), -(478,290,l), -(435,290,l), -(435,583,l), -(396,583,l), -(256,288,l), -(256,264,l), -(406,264,l), -(406,150,l) -); -}, -{ -closed = 1; -nodes = ( -(406,548,l), -(406,290,l), -(285,290,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (265,188); -ref = fourinferior; -} -); -width = 727; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(483,150,l), -(483,241,l), -(522,241,l), -(523,335,l), -(483,335,l), -(483,583,l), -(351,583,l), -(227,327,l), -(227,241,l), -(373,241,l), -(373,150,l) -); -}, -{ -closed = 1; -nodes = ( -(373,446,l), -(373,335,l), -(324,335,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (226,189); -ref = fourinferior; -} -); -width = 731; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(530,147,l), -(530,261,l), -(613,261,l), -(613,291,l), -(530,291,l), -(530,580,l), -(490,580,l), -(283,290,l), -(283,261,l), -(496,261,l), -(496,147,l) -); -}, -{ -closed = 1; -nodes = ( -(496,537,l), -(496,291,l), -(320,291,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = master01; -pos = (305,186); -ref = fourinferior; -} -); -width = 891; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(575,149,l), -(575,236,l), -(637,236,l), -(637,340,l), -(575,340,l), -(575,582,l), -(421,582,l), -(257,330,l), -(257,236,l), -(447,236,l), -(448,149,l) -); -}, -{ -closed = 1; -nodes = ( -(448,443,l), -(448,340,l), -(382,340,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (281,188); -ref = fourinferior; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(576,147,l), -(576,261,l), -(667,261,l), -(667,291,l), -(576,291,l), -(576,580,l), -(533,580,l), -(260,291,l), -(260,261,l), -(539,261,l), -(539,147,l) -); -}, -{ -closed = 1; -nodes = ( -(539,540,l), -(539,291,l), -(300,291,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (253,190); -ref = fourinferior; -} -); -width = 903; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(607,148,l), -(607,230,l), -(668,230,l), -(669,345,l), -(607,345,l), -(607,581,l), -(429,581,l), -(240,329,l), -(240,230,l), -(457,230,l), -(458,148,l) -); -}, -{ -closed = 1; -nodes = ( -(458,436,l), -(458,345,l), -(398,345,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (238,193); -ref = fourinferior; -} -); -width = 880; -} -); -metricLeft = one.sansSerifCircled; -metricRight = one.sansSerifCircled; -unicode = 9315; -userData = { -RMXScaler = { -source = four; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/four.dnom.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/four.dnom.glyph deleted file mode 100644 index ac8c2086..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/four.dnom.glyph +++ /dev/null @@ -1,644 +0,0 @@ -{ -glyphname = four.dnom; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(238,0,l), -(238,375,l), -(118,375,l), -(11,156,l), -(11,77,l), -(272,77,l), -(272,163,l), -(99,163,l), -(171,323,l), -(138,330,l), -(138,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 283; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,0,l), -(176,397,l), -(140,397,l), -(12,126,l), -(12,104,l), -(215,104,l), -(215,129,l), -(38,129,l), -(155,377,l), -(149,378,l), -(149,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 242; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,0,l), -(308,397,l), -(268,397,l), -(18,132,l), -(18,104,l), -(391,104,l), -(391,133,l), -(56,133,l), -(285,371,l), -(273,376,l), -(273,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 408; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(334,0,l), -(334,375,l), -(183,375,l), -(7,156,l), -(7,72,l), -(392,72,l), -(392,170,l), -(141,170,l), -(269,329,l), -(207,351,l), -(207,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 400; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(166,0,l), -(166,397,l), -(130,397,l), -(2,126,l), -(2,104,l), -(205,104,l), -(205,129,l), -(28,129,l), -(145,377,l), -(139,378,l), -(139,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 212; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,0,l), -(231,375,l), -(111,375,l), -(4,156,l), -(4,77,l), -(265,77,l), -(265,163,l), -(92,163,l), -(164,323,l), -(131,330,l), -(131,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 269; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,0,l), -(235,397,l), -(198,397,l), -(8,131,l), -(8,105,l), -(310,105,l), -(310,132,l), -(42,132,l), -(212,371,l), -(203,374,l), -(203,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 316; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,0,l), -(289,375,l), -(152,375,l), -(4,158,l), -(4,75,l), -(345,75,l), -(345,167,l), -(114,167,l), -(227,321,l), -(176,338,l), -(176,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 348; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,0,l), -(298,397,l), -(258,397,l), -(8,132,l), -(8,104,l), -(381,104,l), -(381,133,l), -(46,133,l), -(275,371,l), -(263,376,l), -(263,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 388; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(329,0,l), -(329,375,l), -(178,375,l), -(2,156,l), -(2,72,l), -(387,72,l), -(387,170,l), -(136,170,l), -(264,329,l), -(202,351,l), -(202,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 390; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(257,0,l), -(257,397,l), -(222,397,l), -(36,131,l), -(36,105,l), -(332,105,l), -(332,132,l), -(68,132,l), -(236,371,l), -(227,374,l), -(227,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 363; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(295,0,l), -(295,375,l), -(159,375,l), -(20,158,l), -(20,75,l), -(347,75,l), -(347,167,l), -(129,167,l), -(234,321,l), -(183,338,l), -(183,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 365; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,0,l), -(205,397,l), -(169,397,l), -(-15,126,l), -(-19,104,l), -(182,104,l), -(187,129,l), -(12,129,l), -(179,376,l), -(175,378,l), -(94,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 241; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,0,l), -(258,375,l), -(139,375,l), -(-13,156,l), -(-29,77,l), -(229,77,l), -(248,163,l), -(76,163,l), -(177,317,l), -(150,328,l), -(80,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 281; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,0,l), -(290,397,l), -(255,397,l), -(7,131,l), -(2,105,l), -(303,105,l), -(309,132,l), -(42,132,l), -(261,364,l), -(253,368,l), -(176,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 365; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(249,0,l), -(327,375,l), -(190,375,l), -(-3,158,l), -(-20,75,l), -(321,75,l), -(340,167,l), -(109,167,l), -(248,316,l), -(207,337,l), -(136,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 382; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(238,0,l), -(320,397,l), -(280,397,l), -(-7,132,l), -(-13,104,l), -(336,104,l), -(342,133,l), -(33,133,l), -(289,368,l), -(280,373,l), -(203,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 385; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(275,0,l), -(354,375,l), -(205,375,l), -(-16,156,l), -(-34,72,l), -(335,72,l), -(356,170,l), -(118,170,l), -(274,322,l), -(223,350,l), -(150,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 391; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = four; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/four.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/four.glyph deleted file mode 100644 index 1bc93f88..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/four.glyph +++ /dev/null @@ -1,547 +0,0 @@ -{ -glyphname = four; -kernLeft = KO_four; -kernRight = KO_four; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(442,0,l), -(442,730,l), -(224,730,l), -(13,297,l), -(13,154,l), -(509,154,l), -(509,311,l), -(173,311,l), -(280,550,l), -(260,550,l), -(260,0,l) -); -} -); -width = 522; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(293,0,l), -(293,730,l), -(246,730,l), -(7,224,l), -(7,197,l), -(366,197,l), -(366,227,l), -(41,227,l), -(261,697,l), -(260,697,l), -(260,0,l) -); -} -); -width = 370; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(541,0,l), -(541,730,l), -(499,730,l), -(19,235,l), -(19,199,l), -(701,199,l), -(701,232,l), -(66,232,l), -(505,685,l), -(503,685,l), -(503,0,l) -); -} -); -width = 719; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(613,0,l), -(613,730,l), -(344,730,l), -(5,297,l), -(5,146,l), -(724,146,l), -(724,320,l), -(244,320,l), -(388,513,l), -(387,513,l), -(387,0,l) -); -} -); -width = 730; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,0,l), -(278,729,l), -(235,729,l), -(0,213,l), -(0,187,l), -(350,187,l), -(350,216,l), -(33,216,l), -(250,696,l), -(246,696,l), -(246,0,l) -); -} -); -width = 346; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(423,0,l), -(423,729,l), -(207,729,l), -(4,286,l), -(4,145,l), -(489,145,l), -(489,300,l), -(162,300,l), -(263,551,l), -(243,551,l), -(243,0,l) -); -} -); -width = 493; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(405,0,l), -(405,729,l), -(363,729,l), -(8,226,l), -(8,192,l), -(547,192,l), -(547,225,l), -(51,225,l), -(378,693,l), -(368,693,l), -(368,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 553; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(517,0,l), -(517,729,l), -(286,729,l), -(3,293,l), -(3,152,l), -(625,152,l), -(625,307,l), -(190,307,l), -(377,597,l), -(326,597,l), -(326,0,l) -); -} -); -width = 628; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(524,0,l), -(524,729,l), -(483,729,l), -(9,232,l), -(9,197,l), -(682,197,l), -(682,229,l), -(55,229,l), -(489,685,l), -(487,685,l), -(487,0,l) -); -} -); -width = 690; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(600,0,l), -(600,729,l), -(335,729,l), -(0,293,l), -(0,144,l), -(710,144,l), -(710,316,l), -(236,316,l), -(378,515,l), -(377,515,l), -(377,0,l) -); -} -); -width = 711; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(434,0,l), -(434,730,l), -(392,730,l), -(47,223,l), -(47,188,l), -(570,188,l), -(570,222,l), -(88,222,l), -(406,694,l), -(397,694,l), -(397,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 610; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(524,0,l), -(524,730,l), -(292,730,l), -(19,287,l), -(19,144,l), -(628,144,l), -(628,301,l), -(207,301,l), -(373,596,l), -(322,596,l), -(322,0,l) -); -} -); -width = 645; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,0,l), -(374,730,l), -(328,730,l), -(0,224,l), -(-5,197,l), -(349,197,l), -(355,227,l), -(36,227,l), -(334,690,l), -(333,690,l), -(188,0,l) -); -} -); -width = 366; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(535,730,l), -(318,730,l), -(18,297,l), -(-11,154,l), -(479,154,l), -(513,311,l), -(180,311,l), -(308,506,l), -(307,506,l), -(200,0,l) -); -} -); -width = 517; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(382,0,l), -(534,730,l), -(494,730,l), -(27,233,l), -(20,198,l), -(564,198,l), -(571,232,l), -(71,232,l), -(486,670,l), -(484,670,l), -(345,0,l) -); -} -); -width = 609; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(471,0,l), -(502,152,l), -(588,152,l), -(621,307,l), -(535,307,l), -(621,721,l), -(395,721,l), -(32,293,l), -(2,152,l), -(313,152,l), -(282,0,l) -); -}, -{ -closed = 1; -nodes = ( -(389,512,l), -(345,307,l), -(219,307,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(483,0,l), -(635,730,l), -(401,730,l), -(24,297,l), -(-5,154,l), -(624,154,l), -(657,311,l), -(217,311,l), -(398,520,l), -(397,520,l), -(290,0,l) -); -} -); -width = 670; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(451,0,l), -(601,730,l), -(561,730,l), -(14,235,l), -(7,199,l), -(641,199,l), -(648,232,l), -(63,232,l), -(556,679,l), -(554,679,l), -(413,0,l) -); -} -); -width = 672; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(547,0,l), -(701,730,l), -(435,730,l), -(9,297,l), -(-22,146,l), -(686,146,l), -(724,320,l), -(249,320,l), -(465,547,l), -(438,547,l), -(324,0,l) -); -} -); -width = 721; -} -); -unicode = 52; -userData = { -KernOnName = four; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/four.numr.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/four.numr.glyph deleted file mode 100644 index c0ac7244..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/four.numr.glyph +++ /dev/null @@ -1,439 +0,0 @@ -{ -color = 6; -glyphname = four.numr; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,354); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 283; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,333); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 242; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,333); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 408; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,354); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 400; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -pos = (0,333); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 212; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,354); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 269; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -pos = (0,332); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = four.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = four.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 316; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = four.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = four.dnom; -}; -width = 360; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 408; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -pos = (0,354); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 390; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,332); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = four.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = four.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 363; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,354); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = four.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = four.dnom; -}; -width = 365; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (69,333); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 241; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (73,354); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 281; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (69,332); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 365; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (73,354); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 382; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (69,333); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 385; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (73,354); -ref = four.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 391; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = four; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/four.tf.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/four.tf.glyph deleted file mode 100644 index 83679357..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/four.tf.glyph +++ /dev/null @@ -1,629 +0,0 @@ -{ -glyphname = four.tf; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(416,0,l), -(416,721,l), -(203,721,l), -(0,293,l), -(0,152,l), -(481,152,l), -(481,307,l), -(156,307,l), -(240,500,l), -(239,500,l), -(239,0,l) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,0,l), -(346,721,l), -(300,721,l), -(65,221,l), -(65,195,l), -(418,195,l), -(418,224,l), -(98,224,l), -(315,688,l), -(314,688,l), -(314,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(531,0,l), -(531,721,l), -(489,721,l), -(40,232,l), -(40,197,l), -(681,197,l), -(681,229,l), -(82,229,l), -(496,680,l), -(494,680,l), -(494,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(595,0,l), -(595,721,l), -(335,721,l), -(23,293,l), -(23,144,l), -(697,144,l), -(697,316,l), -(254,316,l), -(377,507,l), -(376,507,l), -(376,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(326,0,l), -(326,721,l), -(280,721,l), -(45,221,l), -(45,195,l), -(398,195,l), -(398,224,l), -(78,224,l), -(295,688,l), -(294,688,l), -(294,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(411,0,l), -(411,721,l), -(198,721,l), -(-5,293,l), -(-5,152,l), -(476,152,l), -(476,307,l), -(151,307,l), -(235,500,l), -(234,500,l), -(234,0,l) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 470; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(404,0,l), -(404,721,l), -(362,721,l), -(7,230,l), -(7,196,l), -(546,196,l), -(546,229,l), -(50,229,l), -(377,685,l), -(367,688,l), -(367,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -19, -19 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 550; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(483,0,l), -(483,721,l), -(256,721,l), -(-3,293,l), -(-3,152,l), -(581,152,l), -(581,307,l), -(180,307,l), -(341,592,l), -(296,604,l), -(296,0,l) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 576; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(521,0,l), -(521,721,l), -(479,721,l), -(30,232,l), -(30,197,l), -(671,197,l), -(671,229,l), -(72,229,l), -(486,680,l), -(484,680,l), -(484,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(585,0,l), -(585,721,l), -(325,721,l), -(13,293,l), -(13,144,l), -(687,144,l), -(687,316,l), -(244,316,l), -(367,507,l), -(366,507,l), -(366,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(424,0,l), -(424,721,l), -(382,721,l), -(35,230,l), -(35,196,l), -(562,196,l), -(562,229,l), -(76,229,l), -(397,685,l), -(387,688,l), -(387,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -19, -19 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(482,0,l), -(482,721,l), -(257,721,l), -(8,293,l), -(8,152,l), -(576,152,l), -(576,307,l), -(189,307,l), -(342,592,l), -(297,604,l), -(297,0,l) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,0,l), -(441,721,l), -(396,721,l), -(58,221,l), -(53,195,l), -(402,195,l), -(408,224,l), -(91,224,l), -(404,688,l), -(403,688,l), -(258,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(357,0,l), -(509,721,l), -(297,721,l), -(5,293,l), -(-25,152,l), -(453,152,l), -(487,307,l), -(164,307,l), -(286,500,l), -(285,500,l), -(180,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(376,0,l), -(526,721,l), -(487,721,l), -(27,230,l), -(20,196,l), -(555,196,l), -(562,229,l), -(70,229,l), -(479,662,l), -(477,662,l), -(340,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 85; -}; -}; -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(439,0,l), -(589,721,l), -(360,721,l), -(10,293,l), -(-20,152,l), -(569,152,l), -(602,307,l), -(198,307,l), -(356,514,l), -(355,514,l), -(249,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(469,0,l), -(619,721,l), -(578,721,l), -(48,232,l), -(41,197,l), -(654,197,l), -(661,229,l), -(93,229,l), -(574,675,l), -(572,675,l), -(432,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(552,0,l), -(704,721,l), -(442,721,l), -(26,293,l), -(-5,144,l), -(668,144,l), -(705,316,l), -(263,316,l), -(440,507,l), -(438,507,l), -(332,0,l) -); -} -); -userData = { -RMXScaler = { -keepStroke = 80; -monoWidth = 700; -}; -}; -width = 720; -} -); -metricWidth = zero.tf; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -RMXScaler = { -source = four; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/fourinferior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/fourinferior.glyph deleted file mode 100644 index b909f6ac..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/fourinferior.glyph +++ /dev/null @@ -1,761 +0,0 @@ -{ -glyphname = fourinferior; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (159,177); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(267,-40,l), -(267,393,l), -(135,393,l), -(11,137,l), -(11,51,l), -(307,51,l), -(307,145,l), -(108,145,l), -(158,258,l), -(157,258,l), -(157,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 318; -}, -{ -anchors = ( -{ -name = _center; -pos = (121,177); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(189,-40,l), -(189,393,l), -(150,393,l), -(10,98,l), -(10,74,l), -(232,74,l), -(232,100,l), -(39,100,l), -(161,360,l), -(160,360,l), -(160,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 255; -}, -{ -anchors = ( -{ -name = _center; -pos = (220.5,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(333,-40,l), -(333,393,l), -(290,393,l), -(17,104,l), -(17,74,l), -(424,74,l), -(424,104,l), -(57,104,l), -(298,355,l), -(296,355,l), -(296,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 441; -}, -{ -anchors = ( -{ -name = _center; -pos = (221,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(373,-40,l), -(373,393,l), -(195,393,l), -(6,141,l), -(6,42,l), -(435,42,l), -(435,157,l), -(164,157,l), -(225,250,l), -(224,250,l), -(224,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 442; -}, -{ -anchors = ( -{ -name = _center; -pos = (113,177); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(181,-40,l), -(181,393,l), -(142,393,l), -(2,98,l), -(2,74,l), -(224,74,l), -(224,100,l), -(31,100,l), -(153,360,l), -(152,360,l), -(152,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 227; -}, -{ -anchors = ( -{ -name = _center; -pos = (152,177); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,-40,l), -(260,393,l), -(128,393,l), -(4,137,l), -(4,51,l), -(300,51,l), -(300,145,l), -(101,145,l), -(151,258,l), -(150,258,l), -(150,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 304; -}, -{ -anchors = ( -{ -name = _center; -pos = (172,174); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,-40,l), -(254,393,l), -(214,393,l), -(7,103,l), -(7,74,l), -(337,74,l), -(337,104,l), -(44,104,l), -(230,364,l), -(220,367,l), -(220,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 342; -}, -{ -anchors = ( -{ -name = _center; -pos = (193,174); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(321,-40,l), -(321,393,l), -(167,393,l), -(3,141,l), -(3,47,l), -(383,47,l), -(383,151,l), -(128,151,l), -(244,332,l), -(194,346,l), -(194,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 385; -}, -{ -anchors = ( -{ -name = _center; -pos = (211,173); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,-40,l), -(323,393,l), -(280,393,l), -(7,104,l), -(7,74,l), -(414,74,l), -(414,104,l), -(47,104,l), -(288,355,l), -(286,355,l), -(286,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 421; -}, -{ -anchors = ( -{ -name = _center; -pos = (216,171); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,-40,l), -(368,393,l), -(190,393,l), -(1,141,l), -(1,42,l), -(430,42,l), -(430,157,l), -(159,157,l), -(220,250,l), -(219,250,l), -(219,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 432; -}, -{ -anchors = ( -{ -name = _center; -pos = (196,174); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(276,-40,l), -(276,393,l), -(238,393,l), -(35,103,l), -(35,74,l), -(357,74,l), -(357,104,l), -(70,104,l), -(252,364,l), -(244,367,l), -(244,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 389; -}, -{ -anchors = ( -{ -name = _center; -pos = (202,174); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(327,-40,l), -(327,393,l), -(174,393,l), -(19,141,l), -(19,47,l), -(385,47,l), -(385,151,l), -(143,151,l), -(250,332,l), -(201,346,l), -(201,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 402; -}, -{ -anchors = ( -{ -name = _center; -pos = (94,177); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(125,-40,l), -(216,393,l), -(177,393,l), -(-23,98,l), -(-28,74,l), -(192,74,l), -(197,100,l), -(6,100,l), -(181,360,l), -(180,360,l), -(96,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 254; -}, -{ -anchors = ( -{ -name = _center; -pos = (129,177); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(200,-40,l), -(292,393,l), -(161,393,l), -(-16,137,l), -(-34,51,l), -(258,51,l), -(279,145,l), -(82,145,l), -(155,258,l), -(154,258,l), -(91,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 315; -}, -{ -anchors = ( -{ -name = _center; -pos = (162,177); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,-40,l), -(308,393,l), -(270,393,l), -(0,103,l), -(-6,74,l), -(323,74,l), -(329,104,l), -(37,104,l), -(266,346,l), -(264,346,l), -(184,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 391; -}, -{ -anchors = ( -{ -name = _center; -pos = (175,177); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,-40,l), -(364,393,l), -(209,393,l), -(-7,141,l), -(-26,47,l), -(354,47,l), -(376,151,l), -(120,151,l), -(208,257,l), -(207,257,l), -(146,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 420; -}, -{ -anchors = ( -{ -name = _center; -pos = (172,177); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(252,-40,l), -(341,393,l), -(300,393,l), -(-15,104,l), -(-21,74,l), -(359,74,l), -(365,104,l), -(27,104,l), -(298,353,l), -(296,353,l), -(215,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 414; -}, -{ -anchors = ( -{ -name = _center; -pos = (178,177); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(306,-40,l), -(397,393,l), -(221,393,l), -(-21,141,l), -(-42,42,l), -(371,42,l), -(395,157,l), -(137,157,l), -(220,251,l), -(219,251,l), -(158,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 432; -} -); -unicode = 8324; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = four; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/foursuperior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/foursuperior.glyph deleted file mode 100644 index 47725792..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/foursuperior.glyph +++ /dev/null @@ -1,441 +0,0 @@ -{ -color = 6; -glyphname = foursuperior; -kernLeft = KO_foursuperior; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 318; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 255; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 441; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 442; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 227; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 304; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fourinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fourinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 342; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fourinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fourinferior; -}; -width = 397; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 441; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 432; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fourinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fourinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 389; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = fourinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = fourinferior; -}; -width = 402; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (78,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 254; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (78,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 315; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (78,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 391; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (78,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 420; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (78,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 414; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (78,376); -ref = fourinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 432; -} -); -unicode = 8308; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = four; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/fraction.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/fraction.glyph deleted file mode 100644 index 60b38159..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/fraction.glyph +++ /dev/null @@ -1,284 +0,0 @@ -{ -glyphname = fraction; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(-59,0,l), -(301,729,l), -(188,729,l), -(-172,0,l) -); -} -); -width = 129; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(-137,0,l), -(222,729,l), -(193,729,l), -(-166,0,l) -); -} -); -width = 57; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(-223,0,l), -(365,729,l), -(324,729,l), -(-264,0,l) -); -} -); -width = 101; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(-152,0,l), -(437,729,l), -(286,729,l), -(-301,0,l) -); -} -); -width = 136; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(-145,0,l), -(214,729,l), -(185,729,l), -(-174,0,l) -); -} -); -width = 40; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(-64,0,l), -(296,729,l), -(183,729,l), -(-177,0,l) -); -} -); -width = 119; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-191,0,l), -(311,729,l), -(273,729,l), -(-229,0,l) -); -} -); -width = 83; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(-115,0,l), -(387,729,l), -(248,729,l), -(-254,0,l) -); -} -); -width = 133; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(-229,0,l), -(360,729,l), -(319,729,l), -(-269,0,l) -); -} -); -width = 91; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(-157,0,l), -(432,729,l), -(281,729,l), -(-306,0,l) -); -} -); -width = 125; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(-167,0,l), -(326,729,l), -(287,729,l), -(-204,0,l) -); -} -); -width = 120; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(-103,0,l), -(384,729,l), -(247,729,l), -(-241,0,l) -); -} -); -width = 144; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-198,0,l), -(337,729,l), -(303,729,l), -(-232,0,l) -); -} -); -width = 62; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(-97,0,l), -(392,729,l), -(271,729,l), -(-218,0,l) -); -} -); -width = 137; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(-214,0,l), -(418,729,l), -(376,729,l), -(-255,0,l) -); -} -); -width = 120; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(-138,0,l), -(495,729,l), -(343,729,l), -(-288,0,l) -); -} -); -width = 169; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(-264,0,l), -(454,729,l), -(410,729,l), -(-307,0,l) -); -} -); -width = 104; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(-184,0,l), -(534,729,l), -(369,729,l), -(-348,0,l) -); -} -); -width = 149; -} -); -metricRight = "=|"; -unicode = 8260; -userData = { -KernOnName = fraction; -KernOnSpecialSpacing = { -L = fraction; -R = fraction; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/g.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/g.glyph deleted file mode 100644 index ffe5783c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/g.glyph +++ /dev/null @@ -1,2281 +0,0 @@ -{ -glyphname = g; -kernLeft = KO_g; -kernRight = KO_a; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (232,-167); -}, -{ -name = top; -pos = (232,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(39,0,l), -(47,-107,o), -(151,-177,o), -(311,-177,cs), -(485,-177,o), -(602,-93,o), -(602,57,cs), -(602,544,l), -(439,544,l), -(427,443,l), -(417,443,l), -(384,521,o), -(320,554,o), -(243,554,cs), -(106,554,o), -(23,447,o), -(23,293,cs), -(23,133,o), -(111,31,o), -(242,31,cs), -(319,31,o), -(375,69,o), -(402,125,c), -(412,125,l), -(412,32,ls), -(412,-14,o), -(374,-44,o), -(311,-44,cs), -(267,-44,o), -(236,-26,o), -(228,0,c) -); -}, -{ -closed = 1; -nodes = ( -(251,177,o), -(216,226,o), -(216,286,cs), -(216,345,o), -(251,395,o), -(316,395,cs), -(375,395,o), -(412,352,o), -(412,297,cs), -(412,275,ls), -(412,227,o), -(376,177,o), -(315,177,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(377,-177,o), -(440,-125,o), -(440,39,cs), -(440,541,l), -(269,541,l), -(264,480,l), -(257,480,l), -(241,526,o), -(207,551,o), -(156,551,cs), -(73,551,o), -(15,494,o), -(15,292,cs), -(15,135,o), -(45,31,o), -(156,31,cs), -(196,31,o), -(237,50,o), -(257,104,c), -(264,104,l), -(264,7,ls), -(264,-33,o), -(257,-61,o), -(232,-61,cs), -(214,-61,o), -(200,-47,o), -(200,-5,c), -(38,-5,l), -(37,-113,o), -(105,-177,o), -(218,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(203,159,o), -(193,191,o), -(193,292,cs), -(193,375,o), -(198,422,o), -(229,422,cs), -(252,422,o), -(264,394,o), -(264,305,cs), -(264,277,ls), -(264,201,o), -(256,159,o), -(229,159,cs) -); -} -); -width = 467; -}, -{ -anchors = ( -{ -name = bottom; -pos = (173,-167); -}, -{ -name = top; -pos = (173,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,-177,o), -(281,-137,o), -(281,10,cs), -(281,516,l), -(253,516,l), -(252,439,l), -(250,439,l), -(234,491,o), -(208,526,o), -(156,526,cs), -(87,526,o), -(42,461,o), -(42,267,cs), -(42,69,o), -(89,9,o), -(156,9,cs), -(210,9,o), -(235,46,o), -(250,96,c), -(252,96,l), -(252,15,ls), -(252,-80,o), -(234,-150,o), -(167,-150,cs), -(128,-150,o), -(94,-135,o), -(87,-52,c), -(59,-52,l), -(66,-127,o), -(94,-177,o), -(168,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(90,35,o), -(72,123,o), -(72,267,cs), -(72,414,o), -(91,499,o), -(164,499,cs), -(217,499,o), -(252,436,o), -(252,319,cs), -(252,216,ls), -(252,96,o), -(216,35,o), -(164,35,cs) -); -} -); -width = 341; -}, -{ -anchors = ( -{ -name = bottom; -pos = (307,-167); -}, -{ -name = top; -pos = (307,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(463,-177,o), -(557,-105,o), -(557,32,cs), -(557,517,l), -(520,517,l), -(520,399,l), -(515,399,l), -(478,475,o), -(401,526,o), -(293,526,cs), -(141,526,o), -(33,426,o), -(33,277,cs), -(33,128,o), -(128,28,o), -(287,28,cs), -(392,28,o), -(483,78,o), -(515,153,c), -(520,153,l), -(520,34,ls), -(520,-91,o), -(433,-143,o), -(297,-143,cs), -(186,-143,o), -(106,-103,o), -(92,-20,c), -(56,-20,l), -(67,-119,o), -(161,-177,o), -(297,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(159,61,o), -(71,140,o), -(71,277,cs), -(71,406,o), -(159,492,o), -(294,492,cs), -(431,492,o), -(520,409,o), -(520,292,cs), -(520,245,ls), -(520,138,o), -(429,61,o), -(291,61,cs) -); -} -); -width = 623; -}, -{ -anchors = ( -{ -name = bottom; -pos = (346,-167); -}, -{ -name = top; -pos = (346,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(481,-177,o), -(659,-127,o), -(659,95,cs), -(659,544,l), -(452,544,l), -(442,478,l), -(433,478,l), -(404,526,o), -(336,554,o), -(256,554,cs), -(111,554,o), -(11,451,o), -(11,296,cs), -(11,139,o), -(110,37,o), -(256,37,cs), -(328,37,o), -(399,62,o), -(431,116,c), -(439,116,l), -(439,51,ls), -(439,-9,o), -(392,-35,o), -(319,-35,cs), -(277,-35,o), -(245,-24,o), -(238,1,c), -(28,1,l), -(35,-102,o), -(133,-177,o), -(312,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,196,o), -(233,234,o), -(233,296,cs), -(233,359,o), -(274,398,o), -(338,398,cs), -(400,398,o), -(439,359,o), -(439,304,cs), -(439,291,ls), -(439,235,o), -(400,196,o), -(337,196,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(552,-177,o), -(659,-86,o), -(659,75,cs), -(659,544,l), -(452,544,l), -(442,478,l), -(433,478,l), -(404,526,o), -(335,554,o), -(258,554,cs), -(110,554,o), -(11,451,o), -(11,295,cs), -(11,139,o), -(110,37,o), -(256,37,cs), -(328,37,o), -(399,62,o), -(431,116,c), -(439,116,l), -(439,45,ls), -(439,-14,o), -(394,-35,o), -(327,-35,cs), -(274,-35,o), -(245,-22,o), -(238,1,c), -(28,1,l), -(38,-106,o), -(134,-177,o), -(324,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,196,o), -(233,234,o), -(233,296,cs), -(233,359,o), -(274,398,o), -(338,398,cs), -(400,398,o), -(439,359,o), -(439,304,cs), -(439,291,ls), -(439,235,o), -(400,196,o), -(337,196,cs) -); -} -); -width = 701; -}, -{ -anchors = ( -{ -name = bottom; -pos = (167,-167); -}, -{ -name = top; -pos = (167,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,-173,o), -(276,-116,o), -(276,10,cs), -(276,516,l), -(247,516,l), -(246,439,l), -(245,439,l), -(228,491,o), -(199,526,o), -(143,526,cs), -(61,526,o), -(23,442,o), -(23,265,cs), -(24,88,o), -(62,5,o), -(142,5,cs), -(201,5,o), -(229,42,o), -(245,92,c), -(246,92,l), -(246,11,ls), -(246,-96,o), -(221,-146,o), -(154,-146,cs), -(99,-146,o), -(69,-113,o), -(64,-42,c), -(33,-42,l), -(40,-123,o), -(71,-173,o), -(155,-173,cs) -); -}, -{ -closed = 1; -nodes = ( -(83,32,o), -(54,105,o), -(54,265,cs), -(54,426,o), -(83,499,o), -(151,499,cs), -(208,499,o), -(246,436,o), -(246,319,cs), -(246,212,ls), -(246,93,o), -(207,32,o), -(151,32,cs) -); -} -); -width = 311; -}, -{ -anchors = ( -{ -name = bottom; -pos = (227,-167); -}, -{ -name = top; -pos = (227,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(51,-107,o), -(155,-177,o), -(315,-177,cs), -(489,-177,o), -(606,-93,o), -(606,57,cs), -(606,544,l), -(443,544,l), -(431,443,l), -(421,443,l), -(388,521,o), -(324,554,o), -(247,554,cs), -(110,554,o), -(27,447,o), -(27,293,cs), -(27,133,o), -(115,31,o), -(246,31,cs), -(323,31,o), -(379,69,o), -(406,125,c), -(416,125,l), -(416,32,ls), -(416,-14,o), -(378,-44,o), -(315,-44,cs), -(271,-44,o), -(240,-26,o), -(232,0,c) -); -}, -{ -closed = 1; -nodes = ( -(255,177,o), -(220,226,o), -(220,286,cs), -(220,345,o), -(255,395,o), -(320,395,cs), -(379,395,o), -(416,352,o), -(416,297,cs), -(416,275,ls), -(416,227,o), -(380,177,o), -(319,177,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,-179,o), -(435,-127,o), -(435,37,cs), -(435,541,l), -(264,541,l), -(258,467,l), -(257,467,l), -(236,526,o), -(201,551,o), -(149,551,cs), -(65,551,o), -(6,494,o), -(6,282,cs), -(6,115,o), -(36,11,o), -(149,11,cs), -(190,11,o), -(232,30,o), -(258,97,c), -(259,97,l), -(259,5,ls), -(259,-26,o), -(252,-47,o), -(226,-47,cs), -(209,-47,o), -(194,-38,o), -(191,-12,c), -(26,-12,l), -(28,-120,o), -(98,-179,o), -(223,-179,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,147,o), -(184,177,o), -(184,282,cs), -(184,370,o), -(189,415,o), -(222,415,cs), -(246,415,o), -(259,389,o), -(259,295,cs), -(259,267,ls), -(259,186,o), -(250,147,o), -(222,147,cs) -); -} -); -width = 451; -}, -{ -anchors = ( -{ -name = bottom; -pos = (284,-167); -}, -{ -name = top; -pos = (284,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(414,-177,o), -(505,-120,o), -(505,25,cs), -(505,517,l), -(471,517,l), -(468,339,l), -(468,31,ls), -(468,-103,o), -(393,-144,o), -(285,-144,cs), -(199,-144,o), -(140,-106,o), -(128,-43,c), -(92,-43,l), -(106,-128,o), -(180,-177,o), -(285,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(371,13,o), -(440,63,o), -(466,137,c), -(484,137,l), -(484,237,l), -(468,237,l), -(468,139,o), -(400,47,o), -(286,47,cs), -(178,47,o), -(106,130,o), -(106,270,cs), -(106,412,o), -(178,494,o), -(286,494,cs), -(401,494,o), -(468,402,o), -(468,305,c), -(484,305,l), -(484,404,l), -(466,404,l), -(440,478,o), -(371,527,o), -(277,527,cs), -(153,527,o), -(68,430,o), -(68,270,cs), -(68,112,o), -(153,13,o), -(277,13,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(416,-177,o), -(485,-112,o), -(485,25,cs), -(485,517,l), -(451,517,l), -(449,400,l), -(448,400,l), -(418,480,o), -(343,527,o), -(248,527,cs), -(118,527,o), -(30,430,o), -(30,265,cs), -(30,102,o), -(118,2,o), -(248,2,cs), -(343,2,o), -(418,49,o), -(447,128,c), -(448,128,l), -(448,25,ls), -(448,-95,o), -(389,-144,o), -(270,-144,cs), -(162,-144,o), -(99,-110,o), -(81,-33,c), -(42,-33,l), -(62,-132,o), -(138,-177,o), -(270,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,36,o), -(68,120,o), -(68,265,cs), -(68,412,o), -(143,494,o), -(257,494,cs), -(378,494,o), -(448,392,o), -(448,295,cs), -(448,236,ls), -(448,138,o), -(377,36,o), -(257,36,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -12 -); -stem = -2; -target = ( -0, -51 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -25 -); -stem = -2; -target = ( -0, -24 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -44 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -48 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -9 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -41 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -} -); -}; -width = 544; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,-154); -}, -{ -name = top; -pos = (317,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-305,-177,o), -(-190,-113,o), -(-190,80,cs), -(-190,544,l), -(-375,544,l), -(-381,469,l), -(-391,469,l), -(-413,520,o), -(-470,554,o), -(-541,554,cs), -(-667,554,o), -(-751,471,o), -(-751,294,cs), -(-751,117,o), -(-667,34,o), -(-541,34,cs), -(-470,34,o), -(-413,68,o), -(-391,119,c), -(-381,119,l), -(-381,40,ls), -(-381,-10,o), -(-400,-44,o), -(-476,-44,cs), -(-518,-44,o), -(-545,-27,o), -(-549,-2,c), -(-733,-2,l), -(-727,-107,o), -(-637,-177,o), -(-481,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(-521,178,o), -(-556,211,o), -(-556,294,cs), -(-556,377,o), -(-521,410,o), -(-468,410,cs), -(-411,410,o), -(-386,371,o), -(-382,327,c), -(-381,263,l), -(-385,218,o), -(-410,178,o), -(-468,178,cs) -); -}, -{ -closed = 1; -nodes = ( -(493,-177,o), -(609,-111,o), -(609,58,cs), -(609,544,l), -(425,544,l), -(421,478,l), -(410,478,l), -(390,523,o), -(331,554,o), -(260,554,cs), -(130,554,o), -(45,459,o), -(45,297,cs), -(45,133,o), -(130,38,o), -(260,38,cs), -(334,38,o), -(392,72,o), -(410,114,c), -(418,114,l), -(418,30,ls), -(418,-25,o), -(379,-44,o), -(324,-44,cs), -(282,-44,o), -(255,-27,o), -(251,-2,c), -(67,-2,l), -(76,-107,o), -(177,-177,o), -(324,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(263,178,o), -(240,229,o), -(240,297,cs), -(240,363,o), -(266,414,o), -(336,414,cs), -(385,414,o), -(418,382,o), -(418,317,cs), -(418,275,ls), -(418,214,o), -(391,178,o), -(331,178,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(463,-179,o), -(579,-118,o), -(579,67,cs), -(579,544,l), -(394,544,l), -(389,452,l), -(388,452,l), -(360,516,o), -(298,554,o), -(221,554,cs), -(91,554,o), -(5,458,o), -(5,287,cs), -(5,117,o), -(91,23,o), -(221,23,cs), -(299,23,o), -(361,59,o), -(387,118,c), -(388,118,l), -(388,37,ls), -(388,-13,o), -(361,-37,o), -(303,-37,cs), -(255,-37,o), -(234,-28,o), -(224,-10,c), -(13,-10,l), -(22,-117,o), -(127,-179,o), -(295,-179,cs) -); -}, -{ -closed = 1; -nodes = ( -(230,176,o), -(200,215,o), -(200,287,cs), -(200,361,o), -(232,401,o), -(291,401,cs), -(346,401,o), -(387,356,o), -(387,295,cs), -(387,284,ls), -(387,222,o), -(344,176,o), -(286,176,cs) -); -} -); -width = 611; -}, -{ -anchors = ( -{ -name = bottom; -pos = (326,-167); -}, -{ -name = top; -pos = (326,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(499,-177,o), -(593,-107,o), -(593,32,cs), -(593,517,l), -(556,517,l), -(556,394,l), -(555,394,l), -(515,473,o), -(426,526,o), -(307,526,cs), -(142,526,o), -(24,425,o), -(24,267,cs), -(24,108,o), -(127,8,o), -(301,8,cs), -(424,8,o), -(518,54,o), -(555,134,c), -(556,134,l), -(556,34,ls), -(556,-83,o), -(474,-143,o), -(312,-143,cs), -(188,-143,o), -(99,-103,o), -(83,-20,c), -(43,-20,l), -(55,-119,o), -(160,-177,o), -(312,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,41,o), -(62,120,o), -(62,267,cs), -(62,405,o), -(160,492,o), -(308,492,cs), -(452,492,o), -(556,402,o), -(556,279,cs), -(556,241,ls), -(556,125,o), -(450,41,o), -(305,41,cs) -); -} -); -width = 649; -}, -{ -anchors = ( -{ -name = bottom; -pos = (378,-167); -}, -{ -name = top; -pos = (378,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(523,-177,o), -(701,-127,o), -(701,95,cs), -(701,544,l), -(494,544,l), -(484,478,l), -(475,478,l), -(446,526,o), -(378,554,o), -(298,554,cs), -(153,554,o), -(53,451,o), -(53,296,cs), -(53,139,o), -(152,37,o), -(298,37,cs), -(370,37,o), -(441,62,o), -(473,116,c), -(481,116,l), -(481,51,ls), -(481,-9,o), -(434,-35,o), -(361,-35,cs), -(319,-35,o), -(287,-24,o), -(280,1,c), -(70,1,l), -(77,-102,o), -(175,-177,o), -(354,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(316,196,o), -(275,234,o), -(275,296,cs), -(275,359,o), -(316,398,o), -(380,398,cs), -(442,398,o), -(481,359,o), -(481,304,cs), -(481,291,ls), -(481,235,o), -(442,196,o), -(379,196,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(581,-177,o), -(691,-96,o), -(691,75,cs), -(691,544,l), -(484,544,l), -(477,471,l), -(476,471,l), -(434,525,o), -(365,554,o), -(276,554,cs), -(119,554,o), -(14,447,o), -(14,286,cs), -(14,126,o), -(119,20,o), -(274,20,cs), -(361,20,o), -(433,54,o), -(469,113,c), -(471,113,l), -(471,40,ls), -(471,-12,o), -(439,-35,o), -(361,-35,cs), -(302,-35,o), -(270,-26,o), -(261,-6,c), -(27,-6,l), -(40,-114,o), -(158,-177,o), -(346,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,179,o), -(236,219,o), -(236,287,cs), -(236,357,o), -(280,398,o), -(354,398,cs), -(420,398,o), -(471,350,o), -(471,290,cs), -(471,289,ls), -(471,227,o), -(419,179,o), -(353,179,cs) -); -} -); -width = 723; -}, -{ -anchors = ( -{ -name = bottom; -pos = (295,-189); -}, -{ -name = top; -pos = (298,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(411,-177,o), -(502,-120,o), -(502,25,cs), -(502,517,l), -(468,517,l), -(465,339,l), -(465,31,ls), -(465,-103,o), -(390,-144,o), -(282,-144,cs), -(196,-144,o), -(137,-106,o), -(125,-43,c), -(89,-43,l), -(103,-128,o), -(177,-177,o), -(282,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(368,13,o), -(437,63,o), -(463,137,c), -(481,137,l), -(481,237,l), -(465,237,l), -(465,139,o), -(397,47,o), -(283,47,cs), -(175,47,o), -(103,130,o), -(103,270,cs), -(103,412,o), -(175,494,o), -(283,494,cs), -(398,494,o), -(465,402,o), -(465,305,c), -(481,305,l), -(481,404,l), -(463,404,l), -(437,478,o), -(368,527,o), -(274,527,cs), -(150,527,o), -(65,430,o), -(65,270,cs), -(65,112,o), -(150,13,o), -(274,13,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(430,-189,o), -(497,-124,o), -(497,22,cs), -(497,517,l), -(463,517,l), -(461,404,l), -(458,404,l), -(433,478,o), -(365,527,o), -(273,527,cs), -(152,527,o), -(70,428,o), -(70,265,cs), -(70,105,o), -(152,5,o), -(274,5,cs), -(366,5,o), -(433,56,o), -(458,132,c), -(460,132,l), -(460,22,ls), -(460,-107,o), -(412,-156,o), -(298,-156,cs), -(193,-156,o), -(128,-119,o), -(114,-45,c), -(78,-45,l), -(94,-140,o), -(171,-189,o), -(298,-189,cs) -); -}, -{ -closed = 1; -nodes = ( -(177,39,o), -(108,123,o), -(108,265,cs), -(108,410,o), -(177,494,o), -(282,494,cs), -(396,494,o), -(460,402,o), -(460,305,cs), -(460,232,ls), -(460,132,o), -(394,39,o), -(283,39,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -12 -); -stem = -2; -target = ( -0, -51 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -25 -); -stem = -2; -target = ( -0, -24 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -44 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -48 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -9 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -41 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -} -); -}; -width = 580; -}, -{ -anchors = ( -{ -name = bottom; -pos = (300,-195); -}, -{ -name = top; -pos = (309,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-325,-177,o), -(-210,-113,o), -(-210,80,cs), -(-210,544,l), -(-395,544,l), -(-401,469,l), -(-411,469,l), -(-433,520,o), -(-490,554,o), -(-561,554,cs), -(-687,554,o), -(-771,471,o), -(-771,294,cs), -(-771,117,o), -(-687,34,o), -(-561,34,cs), -(-490,34,o), -(-433,68,o), -(-411,119,c), -(-401,119,l), -(-401,40,ls), -(-401,-10,o), -(-420,-44,o), -(-496,-44,cs), -(-538,-44,o), -(-565,-27,o), -(-569,-2,c), -(-753,-2,l), -(-747,-107,o), -(-657,-177,o), -(-501,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(-541,178,o), -(-576,211,o), -(-576,294,cs), -(-576,377,o), -(-541,410,o), -(-488,410,cs), -(-431,410,o), -(-406,371,o), -(-402,327,c), -(-401,263,l), -(-405,218,o), -(-430,178,o), -(-488,178,cs) -); -}, -{ -closed = 1; -nodes = ( -(473,-177,o), -(589,-111,o), -(589,58,cs), -(589,544,l), -(405,544,l), -(401,478,l), -(390,478,l), -(370,523,o), -(311,554,o), -(240,554,cs), -(110,554,o), -(25,459,o), -(25,297,cs), -(25,133,o), -(110,38,o), -(240,38,cs), -(314,38,o), -(372,72,o), -(390,114,c), -(398,114,l), -(398,30,ls), -(398,-25,o), -(359,-44,o), -(304,-44,cs), -(262,-44,o), -(235,-27,o), -(231,-2,c), -(47,-2,l), -(56,-107,o), -(157,-177,o), -(304,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(243,178,o), -(220,229,o), -(220,297,cs), -(220,363,o), -(246,414,o), -(316,414,cs), -(365,414,o), -(398,382,o), -(398,317,cs), -(398,275,ls), -(398,214,o), -(371,178,o), -(311,178,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(455,-197,o), -(563,-143,o), -(563,54,cs), -(563,544,l), -(380,544,l), -(377,475,l), -(365,475,l), -(346,523,o), -(292,554,o), -(225,554,cs), -(102,554,o), -(22,455,o), -(22,284,cs), -(22,113,o), -(103,17,o), -(225,17,cs), -(291,17,o), -(346,49,o), -(364,95,c), -(376,95,l), -(374,22,ls), -(374,-28,o), -(358,-61,o), -(296,-61,cs), -(253,-61,o), -(228,-47,o), -(223,-22,c), -(28,-22,l), -(34,-127,o), -(127,-197,o), -(291,-197,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,170,o), -(215,208,o), -(215,284,cs), -(215,362,o), -(244,401,o), -(297,401,cs), -(345,401,o), -(374,358,o), -(374,295,cs), -(374,274,ls), -(374,210,o), -(344,170,o), -(297,170,cs) -); -} -); -width = 614; -}, -{ -anchors = ( -{ -name = bottom; -pos = (94,-167); -}, -{ -name = top; -pos = (235,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,-177,o), -(194,-154,o), -(219,-31,cs), -(332,516,l), -(304,516,l), -(286,432,l), -(284,432,l), -(281,488,o), -(258,526,o), -(202,526,cs), -(139,526,o), -(84,463,o), -(44,270,cs), -(10,105,o), -(24,10,o), -(111,10,cs), -(158,10,o), -(189,41,o), -(214,89,c), -(215,89,l), -(192,-21,ls), -(173,-113,o), -(150,-150,o), -(88,-150,cs), -(39,-150,o), -(15,-118,o), -(24,-52,c), -(-5,-52,l), -(-12,-134,o), -(24,-177,o), -(86,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(37,35,o), -(49,144,o), -(74,268,cs), -(104,416,o), -(138,498,o), -(206,498,cs), -(276,498,o), -(280,406,o), -(259,302,cs), -(240,210,ls), -(216,94,o), -(170,35,o), -(121,35,cs) -); -} -); -width = 338; -}, -{ -anchors = ( -{ -name = bottom; -pos = (152,-167); -}, -{ -name = top; -pos = (299,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,-175,o), -(358,-118,o), -(387,21,cs), -(495,541,l), -(325,541,l), -(304,472,l), -(297,472,l), -(289,524,o), -(258,551,o), -(202,551,cs), -(129,551,o), -(62,501,o), -(22,303,cs), -(-7,165,o), -(-7,36,o), -(116,36,cs), -(154,36,o), -(196,56,o), -(221,101,c), -(227,100,l), -(206,1,ls), -(198,-37,o), -(187,-59,o), -(164,-59,cs), -(144,-59,o), -(134,-42,o), -(141,-5,c), -(-20,-5,l), -(-35,-105,o), -(21,-175,o), -(165,-175,cs) -); -}, -{ -closed = 1; -nodes = ( -(183,159,o), -(175,186,o), -(196,295,cs), -(211,368,o), -(228,416,o), -(256,416,cs), -(280,416,o), -(286,393,o), -(268,299,cs), -(263,273,ls), -(247,192,o), -(230,159,o), -(207,159,cs) -); -} -); -width = 465; -}, -{ -anchors = ( -{ -name = bottom; -pos = (213,-167); -}, -{ -name = top; -pos = (355,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(359,-177,o), -(425,-95,o), -(448,17,cs), -(553,517,l), -(517,517,l), -(489,390,l), -(485,390,l), -(476,470,o), -(412,526,o), -(316,526,cs), -(174,526,o), -(69,404,o), -(63,234,cs), -(59,113,o), -(123,31,o), -(245,31,cs), -(328,31,o), -(397,75,o), -(434,142,c), -(438,142,l), -(414,24,ls), -(392,-82,o), -(328,-143,o), -(224,-143,cs), -(133,-143,o), -(69,-97,o), -(68,-23,c), -(32,-23,l), -(31,-116,o), -(106,-177,o), -(219,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,65,o), -(99,128,o), -(103,238,cs), -(108,388,o), -(198,492,o), -(319,492,cs), -(426,492,o), -(494,402,o), -(471,296,cs), -(457,233,ls), -(437,146,o), -(358,65,o), -(252,65,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(351,-177,o), -(417,-95,o), -(440,17,cs), -(545,517,l), -(512,517,l), -(483,390,l), -(481,390,l), -(469,469,o), -(404,527,o), -(308,527,cs), -(162,527,o), -(53,394,o), -(53,213,cs), -(53,90,o), -(123,12,o), -(230,12,cs), -(312,12,o), -(384,54,o), -(424,120,c), -(426,120,l), -(406,24,ls), -(384,-82,o), -(320,-143,o), -(216,-143,cs), -(125,-143,o), -(61,-97,o), -(60,-23,c), -(24,-23,l), -(23,-116,o), -(98,-177,o), -(211,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(151,45,o), -(91,106,o), -(91,216,cs), -(91,376,o), -(185,493,o), -(310,493,cs), -(416,493,o), -(482,407,o), -(462,289,cs), -(448,225,ls), -(430,127,o), -(348,45,o), -(241,45,cs) -); -} -); -width = 575; -}, -{ -anchors = ( -{ -name = bottom; -pos = (238,-167); -}, -{ -name = top; -pos = (385,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(372,-176,o), -(502,-140,o), -(544,61,cs), -(644,544,l), -(463,544,l), -(437,466,l), -(428,466,l), -(409,519,o), -(351,554,o), -(283,554,cs), -(144,554,o), -(59,451,o), -(38,267,cs), -(22,117,o), -(94,36,o), -(212,36,cs), -(275,36,o), -(330,63,o), -(352,104,c), -(361,104,l), -(344,29,ls), -(331,-27,o), -(297,-44,o), -(259,-44,cs), -(215,-44,o), -(190,-27,o), -(186,-2,c), -(6,-2,l), -(5,-106,o), -(101,-176,o), -(244,-176,cs) -); -}, -{ -closed = 1; -nodes = ( -(267,176,o), -(223,197,o), -(233,277,cs), -(244,366,o), -(277,410,o), -(339,410,cs), -(390,410,o), -(417,372,o), -(405,316,cs), -(395,265,ls), -(384,212,o), -(355,176,o), -(304,176,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(426,-176,o), -(512,-86,o), -(540,48,cs), -(643,544,l), -(464,544,l), -(436,457,l), -(430,457,l), -(413,514,o), -(357,554,o), -(274,554,cs), -(126,554,o), -(28,419,o), -(28,241,cs), -(28,116,o), -(94,34,o), -(205,34,cs), -(268,34,o), -(326,64,o), -(354,107,c), -(361,107,l), -(344,26,ls), -(335,-16,o), -(310,-44,o), -(258,-44,cs), -(217,-44,o), -(189,-32,o), -(185,-2,c), -(9,-2,l), -(14,-110,o), -(115,-176,o), -(254,-176,cs) -); -}, -{ -closed = 1; -nodes = ( -(253,173,o), -(222,202,o), -(222,260,cs), -(222,348,o), -(264,415,o), -(332,415,cs), -(385,415,o), -(415,378,o), -(402,304,cs), -(393,263,ls), -(381,207,o), -(352,173,o), -(299,173,cs) -); -} -); -width = 641; -}, -{ -anchors = ( -{ -name = bottom; -pos = (227,-167); -}, -{ -name = top; -pos = (327,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(380,-177,o), -(471,-113,o), -(498,14,cs), -(603,517,l), -(567,517,l), -(539,383,l), -(534,383,l), -(514,468,o), -(433,526,o), -(323,526,cs), -(161,526,o), -(41,408,o), -(35,243,cs), -(31,115,o), -(124,28,o), -(268,28,cs), -(359,28,o), -(439,68,o), -(483,138,c), -(488,138,l), -(463,19,ls), -(443,-79,o), -(381,-144,o), -(238,-144,cs), -(141,-144,o), -(41,-112,o), -(34,-20,c), -(-2,-20,l), -(0,-114,o), -(94,-177,o), -(235,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(149,61,o), -(70,136,o), -(74,247,cs), -(79,390,o), -(182,492,o), -(322,492,cs), -(464,492,o), -(551,400,o), -(518,267,cs), -(509,230,ls), -(486,131,o), -(390,61,o), -(275,61,cs) -); -} -); -width = 614; -}, -{ -anchors = ( -{ -name = bottom; -pos = (262,-167); -}, -{ -name = top; -pos = (409,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(435,-177,o), -(569,-125,o), -(606,53,cs), -(709,544,l), -(505,544,l), -(476,467,l), -(467,467,l), -(443,518,o), -(371,554,o), -(286,554,cs), -(130,554,o), -(24,442,o), -(16,270,cs), -(9,129,o), -(101,38,o), -(247,38,cs), -(309,38,o), -(365,60,o), -(389,96,c), -(395,96,l), -(383,38,ls), -(370,-24,o), -(323,-36,o), -(276,-36,cs), -(228,-36,o), -(188,-24,o), -(184,3,c), -(-22,3,l), -(-20,-105,o), -(79,-177,o), -(272,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(277,196,o), -(235,228,o), -(238,288,cs), -(241,356,o), -(281,398,o), -(347,398,cs), -(408,398,o), -(451,356,o), -(437,292,cs), -(433,275,ls), -(423,223,o), -(388,196,o), -(329,196,cs) -); -} -); -width = 695; -} -); -unicode = 103; -userData = { -KernOnName = g; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/g.ss06.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/g.ss06.glyph deleted file mode 100644 index 335f28a9..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/g.ss06.glyph +++ /dev/null @@ -1,3833 +0,0 @@ -{ -glyphname = g.ss06; -kernRight = KO_g.ss06; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (226,-167); -}, -{ -name = top; -pos = (222,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(269,-167,ls), -(383,-167,o), -(459,-99,o), -(459,2,cs), -(459,99,o), -(390,164,o), -(268,164,cs), -(195,164,ls), -(165,164,o), -(151,172,o), -(151,189,cs), -(151,206,o), -(169,219,o), -(194,239,c), -(114,262,l), -(50,238,o), -(10,191,o), -(10,142,cs), -(10,107,o), -(29,72,o), -(73,58,c), -(73,51,l), -(20,30,o), -(-11,-11,o), -(-11,-60,cs), -(-11,-127,o), -(45,-167,o), -(137,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(150,-50,o), -(133,-40,o), -(133,-17,cs), -(133,-5,o), -(140,9,o), -(151,18,c), -(242,18,ls), -(266,18,o), -(282,6,o), -(282,-15,cs), -(282,-36,o), -(268,-50,o), -(242,-50,cs), -(175,-50,ls) -); -}, -{ -closed = 1; -nodes = ( -(342,211,o), -(422,274,o), -(422,381,cs), -(422,488,o), -(342,551,o), -(222,551,cs), -(102,551,o), -(22,488,o), -(22,381,cs), -(22,274,o), -(102,211,o), -(222,211,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,312,o), -(186,338,o), -(186,381,cs), -(186,424,o), -(196,450,o), -(222,450,cs), -(248,450,o), -(258,424,o), -(258,381,cs), -(258,338,o), -(248,312,o), -(222,312,cs) -); -}, -{ -closed = 1; -nodes = ( -(353,539,o), -(383,548,o), -(418,548,c), -(418,680,l), -(315,679,o), -(262,615,o), -(259,532,c), -(335,508,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(269,-167,ls), -(383,-167,o), -(459,-99,o), -(459,2,cs), -(459,99,o), -(390,164,o), -(268,164,cs), -(195,164,ls), -(165,164,o), -(151,172,o), -(151,189,cs), -(151,206,o), -(169,220,o), -(194,239,c), -(114,262,l), -(50,238,o), -(10,191,o), -(10,142,cs), -(10,107,o), -(29,72,o), -(73,58,c), -(73,51,l), -(21,25,o), -(-11,-16,o), -(-11,-65,cs), -(-11,-129,o), -(43,-167,o), -(124,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(150,-50,o), -(133,-40,o), -(133,-17,cs), -(133,-5,o), -(140,9,o), -(151,18,c), -(242,18,ls), -(266,18,o), -(282,6,o), -(282,-15,cs), -(282,-36,o), -(268,-50,o), -(242,-50,cs), -(175,-50,ls) -); -}, -{ -closed = 1; -nodes = ( -(342,211,o), -(422,274,o), -(422,381,cs), -(422,488,o), -(342,551,o), -(222,551,cs), -(102,551,o), -(22,488,o), -(22,381,cs), -(22,274,o), -(102,211,o), -(222,211,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,312,o), -(186,338,o), -(186,381,cs), -(186,424,o), -(196,450,o), -(222,450,cs), -(248,450,o), -(258,424,o), -(258,381,cs), -(258,338,o), -(248,312,o), -(222,312,cs) -); -}, -{ -closed = 1; -nodes = ( -(380,511,o), -(418,523,o), -(466,521,c), -(466,642,l), -(377,643,o), -(319,593,o), -(308,506,c), -(358,473,l) -); -} -); -width = 474; -}, -{ -anchors = ( -{ -name = bottom; -pos = (164,-167); -}, -{ -name = top; -pos = (164,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(198,-167,ls), -(271,-167,o), -(323,-120,o), -(323,-49,cs), -(323,21,o), -(278,67,o), -(198,67,cs), -(117,67,ls), -(89,67,o), -(70,86,o), -(70,115,cs), -(70,146,o), -(92,168,o), -(116,183,c), -(100,196,l), -(67,173,o), -(43,143,o), -(43,110,cs), -(43,86,o), -(55,63,o), -(77,51,c), -(77,49,l), -(35,23,o), -(8,-16,o), -(8,-61,cs), -(8,-128,o), -(57,-167,o), -(130,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(74,-139,o), -(36,-112,o), -(36,-54,cs), -(36,-16,o), -(58,17,o), -(90,38,c), -(203,38,ls), -(257,38,o), -(293,7,o), -(293,-49,cs), -(293,-103,o), -(260,-139,o), -(200,-139,cs), -(130,-139,ls) -); -}, -{ -closed = 1; -nodes = ( -(235,164,o), -(282,216,o), -(282,345,cs), -(282,474,o), -(235,526,o), -(166,526,cs), -(97,526,o), -(50,474,o), -(50,345,cs), -(50,216,o), -(97,164,o), -(166,164,cs) -); -}, -{ -closed = 1; -nodes = ( -(103,192,o), -(80,249,o), -(80,345,cs), -(80,441,o), -(103,498,o), -(166,498,cs), -(229,498,o), -(252,441,o), -(252,345,cs), -(252,249,o), -(229,192,o), -(166,192,cs) -); -}, -{ -closed = 1; -nodes = ( -(254,543,o), -(287,572,o), -(324,566,c), -(324,594,l), -(272,602,o), -(237,561,o), -(222,502,c), -(241,488,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(198,-167,ls), -(271,-167,o), -(323,-120,o), -(323,-49,cs), -(323,21,o), -(278,67,o), -(198,67,cs), -(117,67,ls), -(89,67,o), -(70,86,o), -(70,115,cs), -(70,146,o), -(92,168,o), -(116,183,c), -(100,196,l), -(67,173,o), -(43,143,o), -(43,110,cs), -(43,86,o), -(55,63,o), -(77,51,c), -(77,49,l), -(36,20,o), -(8,-19,o), -(8,-67,cs), -(8,-135,o), -(57,-167,o), -(130,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(62,-139,o), -(36,-107,o), -(36,-60,cs), -(36,-24,o), -(58,15,o), -(90,38,c), -(203,38,ls), -(257,38,o), -(293,7,o), -(293,-49,cs), -(293,-103,o), -(260,-139,o), -(200,-139,cs), -(130,-139,ls) -); -}, -{ -closed = 1; -nodes = ( -(235,164,o), -(282,216,o), -(282,345,cs), -(282,474,o), -(235,526,o), -(166,526,cs), -(97,526,o), -(50,474,o), -(50,345,cs), -(50,216,o), -(97,164,o), -(166,164,cs) -); -}, -{ -closed = 1; -nodes = ( -(103,192,o), -(80,249,o), -(80,345,cs), -(80,441,o), -(103,498,o), -(166,498,cs), -(229,498,o), -(252,441,o), -(252,345,cs), -(252,249,o), -(229,192,o), -(166,192,cs) -); -}, -{ -closed = 1; -nodes = ( -(254,543,o), -(287,572,o), -(324,566,c), -(324,594,l), -(272,602,o), -(237,561,o), -(222,502,c), -(241,488,l) -); -} -); -width = 325; -}, -{ -anchors = ( -{ -name = bottom; -pos = (258,-167); -}, -{ -name = top; -pos = (264,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(359,-167,ls), -(462,-167,o), -(536,-118,o), -(536,-29,cs), -(536,58,o), -(475,102,o), -(359,102,cs), -(160,102,ls), -(117,102,o), -(89,117,o), -(89,148,cs), -(89,174,o), -(109,203,o), -(150,224,c), -(129,241,l), -(84,213,o), -(54,181,o), -(54,144,cs), -(54,120,o), -(65,95,o), -(95,83,c), -(95,80,l), -(40,49,o), -(3,-4,o), -(3,-54,cs), -(3,-122,o), -(47,-167,o), -(181,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(92,-132,o), -(39,-112,o), -(39,-49,cs), -(39,-9,o), -(69,38,o), -(113,67,c), -(362,67,ls), -(450,67,o), -(498,38,o), -(498,-32,cs), -(498,-94,o), -(455,-132,o), -(362,-132,cs), -(181,-132,ls) -); -}, -{ -closed = 1; -nodes = ( -(388,189,o), -(471,257,o), -(471,358,cs), -(471,459,o), -(388,527,o), -(264,527,cs), -(140,527,o), -(57,459,o), -(57,358,cs), -(57,257,o), -(140,189,o), -(264,189,cs) -); -}, -{ -closed = 1; -nodes = ( -(161,221,o), -(92,270,o), -(92,358,cs), -(92,446,o), -(154,495,o), -(264,495,cs), -(367,495,o), -(436,446,o), -(436,358,cs), -(436,276,o), -(374,221,o), -(264,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(432,548,o), -(479,581,o), -(538,574,c), -(538,608,l), -(467,616,o), -(412,576,o), -(378,491,c), -(401,477,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(369,-167,ls), -(462,-167,o), -(536,-118,o), -(536,-29,cs), -(536,58,o), -(475,102,o), -(369,102,cs), -(160,102,ls), -(117,102,o), -(89,117,o), -(89,148,cs), -(89,174,o), -(109,203,o), -(150,224,c), -(129,241,l), -(84,213,o), -(54,181,o), -(54,144,cs), -(54,120,o), -(65,95,o), -(95,83,c), -(95,80,l), -(40,49,o), -(3,-4,o), -(3,-54,cs), -(3,-122,o), -(47,-167,o), -(161,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(92,-132,o), -(39,-112,o), -(39,-49,cs), -(39,-9,o), -(69,38,o), -(113,67,c), -(369,67,ls), -(450,67,o), -(498,38,o), -(498,-32,cs), -(498,-94,o), -(455,-132,o), -(369,-132,cs), -(161,-132,ls) -); -}, -{ -closed = 1; -nodes = ( -(388,189,o), -(471,257,o), -(471,358,cs), -(471,459,o), -(388,527,o), -(264,527,cs), -(140,527,o), -(57,459,o), -(57,358,cs), -(57,257,o), -(140,189,o), -(264,189,cs) -); -}, -{ -closed = 1; -nodes = ( -(161,221,o), -(92,270,o), -(92,358,cs), -(92,446,o), -(154,495,o), -(264,495,cs), -(367,495,o), -(436,446,o), -(436,358,cs), -(436,276,o), -(374,221,o), -(264,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(432,548,o), -(479,581,o), -(538,574,c), -(538,608,l), -(467,616,o), -(412,576,o), -(378,491,c), -(401,477,l) -); -} -); -width = 544; -}, -{ -anchors = ( -{ -name = bottom; -pos = (314,-167); -}, -{ -name = top; -pos = (306,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(396,-167,ls), -(555,-167,o), -(647,-97,o), -(647,9,cs), -(647,112,o), -(579,180,o), -(400,180,cs), -(274,180,ls), -(235,180,o), -(203,180,o), -(203,196,cs), -(203,215,o), -(223,223,o), -(253,238,c), -(152,277,l), -(61,232,o), -(11,191,o), -(11,132,cs), -(11,98,o), -(33,68,o), -(82,52,c), -(82,44,l), -(21,20,o), -(-15,-15,o), -(-15,-65,cs), -(-15,-129,o), -(36,-167,o), -(140,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(191,-34,o), -(175,-25,o), -(175,-5,cs), -(175,3,o), -(178,13,o), -(188,24,c), -(377,24,ls), -(411,24,o), -(427,16,o), -(427,-5,cs), -(427,-22,o), -(412,-34,o), -(381,-34,cs), -(224,-34,ls) -); -}, -{ -closed = 1; -nodes = ( -(472,216,o), -(583,277,o), -(583,385,cs), -(583,486,o), -(494,554,o), -(306,554,cs), -(140,554,o), -(29,493,o), -(29,385,cs), -(29,284,o), -(118,216,o), -(306,216,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,327,o), -(235,347,o), -(235,385,cs), -(235,420,o), -(260,443,o), -(306,443,cs), -(350,443,o), -(377,424,o), -(377,385,cs), -(377,350,o), -(352,327,o), -(306,327,cs) -); -}, -{ -closed = 1; -nodes = ( -(510,525,o), -(561,532,o), -(623,533,c), -(623,669,l), -(502,665,o), -(427,608,o), -(393,519,c), -(450,491,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(423,-167,ls), -(557,-167,o), -(647,-97,o), -(647,9,cs), -(647,118,o), -(563,180,o), -(437,180,cs), -(248,180,ls), -(223,180,o), -(203,180,o), -(203,199,cs), -(203,215,o), -(223,225,o), -(253,238,c), -(152,277,l), -(61,232,o), -(11,191,o), -(11,132,cs), -(11,98,o), -(33,68,o), -(82,52,c), -(82,44,l), -(21,20,o), -(-15,-15,o), -(-15,-65,cs), -(-15,-126,o), -(32,-167,o), -(131,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(191,-34,o), -(175,-25,o), -(175,-5,cs), -(175,3,o), -(178,13,o), -(188,24,c), -(389,24,ls), -(413,24,o), -(427,14,o), -(427,-5,cs), -(427,-22,o), -(414,-34,o), -(389,-34,cs), -(224,-34,ls) -); -}, -{ -closed = 1; -nodes = ( -(472,216,o), -(583,277,o), -(583,385,cs), -(583,486,o), -(494,554,o), -(306,554,cs), -(140,554,o), -(29,493,o), -(29,385,cs), -(29,284,o), -(118,216,o), -(306,216,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,327,o), -(235,347,o), -(235,385,cs), -(235,420,o), -(260,443,o), -(306,443,cs), -(350,443,o), -(377,424,o), -(377,385,cs), -(377,350,o), -(352,327,o), -(306,327,cs) -); -}, -{ -closed = 1; -nodes = ( -(530,525,o), -(572,532,o), -(623,533,c), -(623,669,l), -(518,665,o), -(453,608,o), -(423,519,c), -(480,491,l) -); -} -); -width = 643; -}, -{ -anchors = ( -{ -name = bottom; -pos = (156,-167); -}, -{ -name = top; -pos = (156,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(198,-167,ls), -(271,-167,o), -(323,-120,o), -(323,-49,cs), -(323,21,o), -(278,67,o), -(198,67,cs), -(117,67,ls), -(89,67,o), -(70,86,o), -(70,115,cs), -(70,146,o), -(92,168,o), -(116,183,c), -(100,196,l), -(67,173,o), -(43,143,o), -(43,110,cs), -(43,86,o), -(55,63,o), -(77,51,c), -(77,49,l), -(35,23,o), -(8,-16,o), -(8,-61,cs), -(8,-128,o), -(57,-167,o), -(130,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(74,-139,o), -(36,-112,o), -(36,-54,cs), -(36,-16,o), -(58,17,o), -(90,38,c), -(203,38,ls), -(257,38,o), -(293,7,o), -(293,-49,cs), -(293,-103,o), -(260,-139,o), -(200,-139,cs), -(130,-139,ls) -); -}, -{ -closed = 1; -nodes = ( -(235,164,o), -(282,216,o), -(282,345,cs), -(282,474,o), -(235,526,o), -(166,526,cs), -(97,526,o), -(50,474,o), -(50,345,cs), -(50,216,o), -(97,164,o), -(166,164,cs) -); -}, -{ -closed = 1; -nodes = ( -(103,192,o), -(80,249,o), -(80,345,cs), -(80,441,o), -(103,498,o), -(166,498,cs), -(229,498,o), -(252,441,o), -(252,345,cs), -(252,249,o), -(229,192,o), -(166,192,cs) -); -}, -{ -closed = 1; -nodes = ( -(254,543,o), -(287,572,o), -(324,566,c), -(324,594,l), -(272,602,o), -(237,561,o), -(222,502,c), -(241,488,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,-167,ls), -(263,-167,o), -(315,-120,o), -(315,-49,cs), -(315,21,o), -(270,67,o), -(190,67,cs), -(109,67,ls), -(81,67,o), -(62,86,o), -(62,115,cs), -(62,146,o), -(84,168,o), -(108,183,c), -(92,196,l), -(59,173,o), -(35,143,o), -(35,110,cs), -(35,86,o), -(47,63,o), -(69,51,c), -(69,49,l), -(28,20,o), -(0,-19,o), -(0,-67,cs), -(0,-135,o), -(49,-167,o), -(122,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(54,-139,o), -(28,-107,o), -(28,-60,cs), -(28,-24,o), -(50,15,o), -(82,38,c), -(195,38,ls), -(249,38,o), -(285,7,o), -(285,-49,cs), -(285,-103,o), -(252,-139,o), -(192,-139,cs), -(122,-139,ls) -); -}, -{ -closed = 1; -nodes = ( -(227,164,o), -(274,216,o), -(274,345,cs), -(274,474,o), -(227,526,o), -(158,526,cs), -(89,526,o), -(42,474,o), -(42,345,cs), -(42,216,o), -(89,164,o), -(158,164,cs) -); -}, -{ -closed = 1; -nodes = ( -(95,192,o), -(72,249,o), -(72,345,cs), -(72,441,o), -(95,498,o), -(158,498,cs), -(221,498,o), -(244,441,o), -(244,345,cs), -(244,249,o), -(221,192,o), -(158,192,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,543,o), -(279,572,o), -(316,566,c), -(316,594,l), -(264,602,o), -(229,561,o), -(214,502,c), -(233,488,l) -); -} -); -width = 309; -}, -{ -anchors = ( -{ -name = bottom; -pos = (221,-167); -}, -{ -name = top; -pos = (217,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(269,-167,ls), -(383,-167,o), -(459,-99,o), -(459,2,cs), -(459,99,o), -(390,164,o), -(268,164,cs), -(195,164,ls), -(165,164,o), -(151,172,o), -(151,189,cs), -(151,206,o), -(169,219,o), -(194,239,c), -(114,262,l), -(50,238,o), -(10,191,o), -(10,142,cs), -(10,107,o), -(29,72,o), -(73,58,c), -(73,51,l), -(20,30,o), -(-11,-11,o), -(-11,-60,cs), -(-11,-127,o), -(45,-167,o), -(137,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(150,-50,o), -(133,-40,o), -(133,-17,cs), -(133,-5,o), -(140,9,o), -(151,18,c), -(242,18,ls), -(266,18,o), -(282,6,o), -(282,-15,cs), -(282,-36,o), -(268,-50,o), -(242,-50,cs), -(175,-50,ls) -); -}, -{ -closed = 1; -nodes = ( -(342,211,o), -(422,274,o), -(422,381,cs), -(422,488,o), -(342,551,o), -(222,551,cs), -(102,551,o), -(22,488,o), -(22,381,cs), -(22,274,o), -(102,211,o), -(222,211,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,312,o), -(186,338,o), -(186,381,cs), -(186,424,o), -(196,450,o), -(222,450,cs), -(248,450,o), -(258,424,o), -(258,381,cs), -(258,338,o), -(248,312,o), -(222,312,cs) -); -}, -{ -closed = 1; -nodes = ( -(353,539,o), -(383,548,o), -(418,548,c), -(418,680,l), -(315,679,o), -(262,615,o), -(259,532,c), -(335,508,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-167,ls), -(378,-167,o), -(454,-99,o), -(454,2,cs), -(454,99,o), -(385,164,o), -(263,164,cs), -(190,164,ls), -(160,164,o), -(146,172,o), -(146,189,cs), -(146,206,o), -(164,220,o), -(189,239,c), -(109,262,l), -(45,238,o), -(5,191,o), -(5,142,cs), -(5,107,o), -(24,72,o), -(68,58,c), -(68,51,l), -(16,25,o), -(-16,-16,o), -(-16,-65,cs), -(-16,-129,o), -(38,-167,o), -(119,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(145,-50,o), -(128,-40,o), -(128,-17,cs), -(128,-5,o), -(135,9,o), -(146,18,c), -(237,18,ls), -(261,18,o), -(277,6,o), -(277,-15,cs), -(277,-36,o), -(263,-50,o), -(237,-50,cs), -(170,-50,ls) -); -}, -{ -closed = 1; -nodes = ( -(337,211,o), -(417,274,o), -(417,381,cs), -(417,488,o), -(337,551,o), -(217,551,cs), -(97,551,o), -(17,488,o), -(17,381,cs), -(17,274,o), -(97,211,o), -(217,211,cs) -); -}, -{ -closed = 1; -nodes = ( -(191,312,o), -(181,338,o), -(181,381,cs), -(181,424,o), -(191,450,o), -(217,450,cs), -(243,450,o), -(253,424,o), -(253,381,cs), -(253,338,o), -(243,312,o), -(217,312,cs) -); -}, -{ -closed = 1; -nodes = ( -(375,511,o), -(413,523,o), -(461,521,c), -(461,642,l), -(372,643,o), -(314,593,o), -(303,506,c), -(353,473,l) -); -} -); -width = 464; -}, -{ -anchors = ( -{ -name = bottom; -pos = (243,-167); -}, -{ -name = top; -pos = (235,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(339,-167,ls), -(435,-167,o), -(497,-115,o), -(497,-35,cs), -(497,43,o), -(447,92,o), -(339,92,cs), -(177,92,ls), -(134,92,o), -(105,112,o), -(105,148,cs), -(105,176,o), -(124,204,o), -(160,223,c), -(139,241,l), -(101,217,o), -(70,183,o), -(70,144,cs), -(70,115,o), -(85,89,o), -(115,76,c), -(115,75,l), -(62,52,o), -(26,4,o), -(26,-45,cs), -(26,-118,o), -(75,-167,o), -(178,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(109,-132,o), -(62,-101,o), -(62,-45,cs), -(62,-5,o), -(80,31,o), -(125,57,c), -(345,57,ls), -(415,57,o), -(459,32,o), -(459,-38,cs), -(459,-94,o), -(419,-132,o), -(338,-132,cs), -(180,-132,ls) -); -}, -{ -closed = 1; -nodes = ( -(368,189,o), -(445,260,o), -(445,358,cs), -(445,456,o), -(368,527,o), -(257,527,cs), -(146,527,o), -(69,456,o), -(69,358,cs), -(69,260,o), -(146,189,o), -(257,189,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,221,o), -(105,280,o), -(105,358,cs), -(105,436,o), -(160,495,o), -(257,495,cs), -(354,495,o), -(409,436,o), -(409,358,cs), -(409,280,o), -(354,221,o), -(257,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(406,540,o), -(465,570,o), -(535,564,c), -(535,598,l), -(451,605,o), -(386,566,o), -(352,486,c), -(374,472,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(317,-167,ls), -(413,-167,o), -(475,-115,o), -(475,-35,cs), -(475,43,o), -(425,92,o), -(317,92,cs), -(155,92,ls), -(112,92,o), -(83,112,o), -(83,148,cs), -(83,176,o), -(102,204,o), -(138,223,c), -(117,241,l), -(79,217,o), -(48,183,o), -(48,144,cs), -(48,117,o), -(61,93,o), -(89,78,c), -(89,75,l), -(35,39,o), -(4,-8,o), -(4,-57,cs), -(4,-123,o), -(57,-167,o), -(151,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(83,-132,o), -(41,-103,o), -(41,-52,cs), -(41,-13,o), -(64,29,o), -(104,57,c), -(323,57,ls), -(393,57,o), -(437,32,o), -(437,-38,cs), -(437,-94,o), -(397,-132,o), -(316,-132,cs), -(148,-132,ls) -); -}, -{ -closed = 1; -nodes = ( -(346,189,o), -(423,260,o), -(423,358,cs), -(423,456,o), -(346,527,o), -(235,527,cs), -(124,527,o), -(47,456,o), -(47,358,cs), -(47,260,o), -(124,189,o), -(235,189,cs) -); -}, -{ -closed = 1; -nodes = ( -(138,221,o), -(83,280,o), -(83,358,cs), -(83,436,o), -(138,495,o), -(235,495,cs), -(332,495,o), -(387,436,o), -(387,358,cs), -(387,280,o), -(332,221,o), -(235,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(377,548,o), -(424,581,o), -(483,574,c), -(483,608,l), -(412,616,o), -(357,576,o), -(323,491,c), -(346,477,l) -); -} -); -width = 480; -}, -{ -anchors = ( -{ -name = bottom; -pos = (268,-167); -}, -{ -name = top; -pos = (268,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(360,-167,ls), -(487,-167,o), -(571,-104,o), -(571,9,cs), -(571,109,o), -(495,176,o), -(360,176,cs), -(218,176,ls), -(199,176,o), -(186,180,o), -(186,196,cs), -(186,215,o), -(206,223,o), -(233,238,c), -(153,277,l), -(67,232,o), -(24,190,o), -(24,132,cs), -(24,94,o), -(48,61,o), -(85,47,c), -(85,41,l), -(33,19,o), -(-1,-14,o), -(-1,-64,cs), -(-1,-126,o), -(49,-167,o), -(141,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(172,-34,o), -(155,-26,o), -(155,-5,cs), -(155,4,o), -(160,14,o), -(170,24,c), -(339,24,ls), -(362,24,o), -(378,15,o), -(378,-5,cs), -(378,-22,o), -(365,-34,o), -(339,-34,cs), -(204,-34,ls) -); -}, -{ -closed = 1; -nodes = ( -(427,216,o), -(519,281,o), -(519,385,cs), -(519,489,o), -(427,554,o), -(281,554,cs), -(135,554,o), -(43,489,o), -(43,385,cs), -(43,281,o), -(135,216,o), -(281,216,cs) -); -}, -{ -closed = 1; -nodes = ( -(249,320,o), -(228,343,o), -(228,385,cs), -(228,424,o), -(245,450,o), -(281,450,cs), -(313,450,o), -(334,429,o), -(334,385,cs), -(334,346,o), -(317,320,o), -(281,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(453,525,o), -(488,532,o), -(534,533,c), -(534,669,l), -(430,665,o), -(370,608,o), -(344,519,c), -(420,501,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(348,-167,ls), -(475,-167,o), -(559,-104,o), -(559,9,cs), -(559,109,o), -(483,176,o), -(348,176,cs), -(206,176,ls), -(187,176,o), -(174,180,o), -(174,196,cs), -(174,215,o), -(194,225,o), -(221,238,c), -(141,277,l), -(55,232,o), -(12,190,o), -(12,132,cs), -(12,94,o), -(36,61,o), -(73,47,c), -(73,41,l), -(21,19,o), -(-13,-14,o), -(-13,-64,cs), -(-13,-126,o), -(37,-167,o), -(129,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,-34,o), -(143,-26,o), -(143,-5,cs), -(143,4,o), -(148,14,o), -(158,24,c), -(327,24,ls), -(350,24,o), -(366,15,o), -(366,-5,cs), -(366,-22,o), -(353,-34,o), -(327,-34,cs), -(192,-34,ls) -); -}, -{ -closed = 1; -nodes = ( -(415,216,o), -(507,281,o), -(507,385,cs), -(507,489,o), -(415,554,o), -(269,554,cs), -(123,554,o), -(31,489,o), -(31,385,cs), -(31,281,o), -(123,216,o), -(269,216,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,320,o), -(216,343,o), -(216,385,cs), -(216,424,o), -(233,450,o), -(269,450,cs), -(301,450,o), -(322,429,o), -(322,385,cs), -(322,346,o), -(305,320,o), -(269,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(466,513,o), -(500,522,o), -(548,523,c), -(548,659,l), -(451,655,o), -(395,598,o), -(373,509,c), -(419,481,l) -); -} -); -width = 554; -}, -{ -anchors = ( -{ -name = bottom; -pos = (253,-167); -}, -{ -name = top; -pos = (259,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(359,-167,ls), -(462,-167,o), -(536,-118,o), -(536,-29,cs), -(536,58,o), -(475,102,o), -(359,102,cs), -(160,102,ls), -(117,102,o), -(89,117,o), -(89,148,cs), -(89,174,o), -(109,203,o), -(150,224,c), -(129,241,l), -(84,213,o), -(54,181,o), -(54,144,cs), -(54,120,o), -(65,95,o), -(95,83,c), -(95,80,l), -(40,49,o), -(3,-4,o), -(3,-54,cs), -(3,-122,o), -(47,-167,o), -(181,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(92,-132,o), -(39,-112,o), -(39,-49,cs), -(39,-9,o), -(69,38,o), -(113,67,c), -(362,67,ls), -(450,67,o), -(498,38,o), -(498,-32,cs), -(498,-94,o), -(455,-132,o), -(362,-132,cs), -(181,-132,ls) -); -}, -{ -closed = 1; -nodes = ( -(388,189,o), -(471,257,o), -(471,358,cs), -(471,459,o), -(388,527,o), -(264,527,cs), -(140,527,o), -(57,459,o), -(57,358,cs), -(57,257,o), -(140,189,o), -(264,189,cs) -); -}, -{ -closed = 1; -nodes = ( -(161,221,o), -(92,270,o), -(92,358,cs), -(92,446,o), -(154,495,o), -(264,495,cs), -(367,495,o), -(436,446,o), -(436,358,cs), -(436,276,o), -(374,221,o), -(264,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(432,548,o), -(479,581,o), -(538,574,c), -(538,608,l), -(467,616,o), -(412,576,o), -(378,491,c), -(401,477,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(364,-167,ls), -(457,-167,o), -(531,-118,o), -(531,-29,cs), -(531,58,o), -(470,102,o), -(364,102,cs), -(155,102,ls), -(112,102,o), -(84,117,o), -(84,148,cs), -(84,174,o), -(104,203,o), -(145,224,c), -(124,241,l), -(79,213,o), -(49,181,o), -(49,144,cs), -(49,120,o), -(60,95,o), -(90,83,c), -(90,80,l), -(35,49,o), -(-2,-4,o), -(-2,-54,cs), -(-2,-122,o), -(42,-167,o), -(156,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(87,-132,o), -(34,-112,o), -(34,-49,cs), -(34,-9,o), -(64,38,o), -(108,67,c), -(364,67,ls), -(445,67,o), -(493,38,o), -(493,-32,cs), -(493,-94,o), -(450,-132,o), -(364,-132,cs), -(156,-132,ls) -); -}, -{ -closed = 1; -nodes = ( -(383,189,o), -(466,257,o), -(466,358,cs), -(466,459,o), -(383,527,o), -(259,527,cs), -(135,527,o), -(52,459,o), -(52,358,cs), -(52,257,o), -(135,189,o), -(259,189,cs) -); -}, -{ -closed = 1; -nodes = ( -(156,221,o), -(87,270,o), -(87,358,cs), -(87,446,o), -(149,495,o), -(259,495,cs), -(362,495,o), -(431,446,o), -(431,358,cs), -(431,276,o), -(369,221,o), -(259,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(427,548,o), -(474,581,o), -(533,574,c), -(533,608,l), -(462,616,o), -(407,576,o), -(373,491,c), -(396,477,l) -); -} -); -width = 534; -}, -{ -anchors = ( -{ -name = bottom; -pos = (309,-167); -}, -{ -name = top; -pos = (301,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(396,-167,ls), -(555,-167,o), -(647,-97,o), -(647,9,cs), -(647,112,o), -(579,180,o), -(400,180,cs), -(274,180,ls), -(235,180,o), -(203,180,o), -(203,196,cs), -(203,215,o), -(223,223,o), -(253,238,c), -(152,277,l), -(61,232,o), -(11,191,o), -(11,132,cs), -(11,98,o), -(33,68,o), -(82,52,c), -(82,44,l), -(21,20,o), -(-15,-15,o), -(-15,-65,cs), -(-15,-129,o), -(36,-167,o), -(140,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(191,-34,o), -(175,-25,o), -(175,-5,cs), -(175,3,o), -(178,13,o), -(188,24,c), -(377,24,ls), -(411,24,o), -(427,16,o), -(427,-5,cs), -(427,-22,o), -(412,-34,o), -(381,-34,cs), -(224,-34,ls) -); -}, -{ -closed = 1; -nodes = ( -(472,216,o), -(583,277,o), -(583,385,cs), -(583,486,o), -(494,554,o), -(306,554,cs), -(140,554,o), -(29,493,o), -(29,385,cs), -(29,284,o), -(118,216,o), -(306,216,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,327,o), -(235,347,o), -(235,385,cs), -(235,420,o), -(260,443,o), -(306,443,cs), -(350,443,o), -(377,424,o), -(377,385,cs), -(377,350,o), -(352,327,o), -(306,327,cs) -); -}, -{ -closed = 1; -nodes = ( -(510,525,o), -(561,532,o), -(623,533,c), -(623,669,l), -(502,665,o), -(427,608,o), -(393,519,c), -(450,491,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(418,-167,ls), -(552,-167,o), -(642,-97,o), -(642,9,cs), -(642,118,o), -(558,180,o), -(432,180,cs), -(243,180,ls), -(218,180,o), -(198,180,o), -(198,199,cs), -(198,215,o), -(218,225,o), -(248,238,c), -(147,277,l), -(56,232,o), -(6,191,o), -(6,132,cs), -(6,98,o), -(28,68,o), -(77,52,c), -(77,44,l), -(16,20,o), -(-20,-15,o), -(-20,-65,cs), -(-20,-126,o), -(27,-167,o), -(126,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(186,-34,o), -(170,-25,o), -(170,-5,cs), -(170,3,o), -(173,13,o), -(183,24,c), -(384,24,ls), -(408,24,o), -(422,14,o), -(422,-5,cs), -(422,-22,o), -(409,-34,o), -(384,-34,cs), -(219,-34,ls) -); -}, -{ -closed = 1; -nodes = ( -(467,216,o), -(578,277,o), -(578,385,cs), -(578,486,o), -(489,554,o), -(301,554,cs), -(135,554,o), -(24,493,o), -(24,385,cs), -(24,284,o), -(113,216,o), -(301,216,cs) -); -}, -{ -closed = 1; -nodes = ( -(257,327,o), -(230,347,o), -(230,385,cs), -(230,420,o), -(255,443,o), -(301,443,cs), -(345,443,o), -(372,424,o), -(372,385,cs), -(372,350,o), -(347,327,o), -(301,327,cs) -); -}, -{ -closed = 1; -nodes = ( -(525,525,o), -(567,532,o), -(618,533,c), -(618,669,l), -(513,665,o), -(448,608,o), -(418,519,c), -(475,491,l) -); -} -); -width = 633; -}, -{ -anchors = ( -{ -name = bottom; -pos = (262,-167); -}, -{ -name = top; -pos = (254,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(339,-167,ls), -(435,-167,o), -(497,-115,o), -(497,-35,cs), -(497,43,o), -(447,92,o), -(339,92,cs), -(177,92,ls), -(134,92,o), -(105,112,o), -(105,148,cs), -(105,176,o), -(124,204,o), -(160,223,c), -(139,241,l), -(101,217,o), -(70,183,o), -(70,144,cs), -(70,115,o), -(85,89,o), -(115,76,c), -(115,75,l), -(62,52,o), -(26,4,o), -(26,-45,cs), -(26,-118,o), -(75,-167,o), -(178,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(109,-132,o), -(62,-101,o), -(62,-45,cs), -(62,-5,o), -(80,31,o), -(125,57,c), -(345,57,ls), -(415,57,o), -(459,32,o), -(459,-38,cs), -(459,-94,o), -(419,-132,o), -(338,-132,cs), -(180,-132,ls) -); -}, -{ -closed = 1; -nodes = ( -(368,189,o), -(445,260,o), -(445,358,cs), -(445,456,o), -(368,527,o), -(257,527,cs), -(146,527,o), -(69,456,o), -(69,358,cs), -(69,260,o), -(146,189,o), -(257,189,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,221,o), -(105,280,o), -(105,358,cs), -(105,436,o), -(160,495,o), -(257,495,cs), -(354,495,o), -(409,436,o), -(409,358,cs), -(409,280,o), -(354,221,o), -(257,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(406,540,o), -(465,570,o), -(535,564,c), -(535,598,l), -(451,605,o), -(386,566,o), -(352,486,c), -(374,472,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(336,-167,ls), -(430,-167,o), -(490,-115,o), -(490,-35,cs), -(490,43,o), -(442,92,o), -(336,92,cs), -(176,92,ls), -(135,92,o), -(106,112,o), -(106,148,cs), -(106,176,o), -(125,204,o), -(159,223,c), -(140,241,l), -(102,217,o), -(71,183,o), -(71,144,cs), -(71,117,o), -(84,93,o), -(112,78,c), -(112,75,l), -(58,39,o), -(29,-8,o), -(29,-57,cs), -(29,-123,o), -(80,-167,o), -(172,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(106,-132,o), -(64,-103,o), -(64,-52,cs), -(64,-13,o), -(87,29,o), -(127,57,c), -(342,57,ls), -(410,57,o), -(452,32,o), -(452,-38,cs), -(452,-94,o), -(414,-132,o), -(335,-132,cs), -(169,-132,ls) -); -}, -{ -closed = 1; -nodes = ( -(363,189,o), -(440,260,o), -(440,358,cs), -(440,456,o), -(363,527,o), -(254,527,cs), -(147,527,o), -(70,456,o), -(70,358,cs), -(70,260,o), -(147,189,o), -(254,189,cs) -); -}, -{ -closed = 1; -nodes = ( -(159,221,o), -(106,280,o), -(106,358,cs), -(106,436,o), -(159,495,o), -(254,495,cs), -(349,495,o), -(404,436,o), -(404,358,cs), -(404,280,o), -(349,221,o), -(254,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(394,548,o), -(441,581,o), -(498,574,c), -(498,608,l), -(429,616,o), -(374,576,o), -(342,491,c), -(363,477,l) -); -} -); -width = 514; -}, -{ -anchors = ( -{ -name = bottom; -pos = (271,-167); -}, -{ -name = top; -pos = (271,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(360,-167,ls), -(487,-167,o), -(571,-104,o), -(571,9,cs), -(571,109,o), -(495,176,o), -(360,176,cs), -(218,176,ls), -(199,176,o), -(186,180,o), -(186,196,cs), -(186,215,o), -(206,223,o), -(233,238,c), -(153,277,l), -(67,232,o), -(24,190,o), -(24,132,cs), -(24,94,o), -(48,61,o), -(85,47,c), -(85,41,l), -(33,19,o), -(-1,-14,o), -(-1,-64,cs), -(-1,-126,o), -(49,-167,o), -(141,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(172,-34,o), -(155,-26,o), -(155,-5,cs), -(155,4,o), -(160,14,o), -(170,24,c), -(339,24,ls), -(362,24,o), -(378,15,o), -(378,-5,cs), -(378,-22,o), -(365,-34,o), -(339,-34,cs), -(204,-34,ls) -); -}, -{ -closed = 1; -nodes = ( -(427,216,o), -(519,281,o), -(519,385,cs), -(519,489,o), -(427,554,o), -(281,554,cs), -(135,554,o), -(43,489,o), -(43,385,cs), -(43,281,o), -(135,216,o), -(281,216,cs) -); -}, -{ -closed = 1; -nodes = ( -(249,320,o), -(228,343,o), -(228,385,cs), -(228,424,o), -(245,450,o), -(281,450,cs), -(313,450,o), -(334,429,o), -(334,385,cs), -(334,346,o), -(317,320,o), -(281,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(453,525,o), -(488,532,o), -(534,533,c), -(534,669,l), -(430,665,o), -(370,608,o), -(344,519,c), -(420,501,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(348,-167,ls), -(472,-167,o), -(554,-104,o), -(554,9,cs), -(554,109,o), -(480,176,o), -(348,176,cs), -(212,176,ls), -(194,176,o), -(182,180,o), -(182,196,cs), -(182,215,o), -(203,226,o), -(228,238,c), -(149,277,l), -(62,231,o), -(22,190,o), -(22,132,cs), -(22,94,o), -(46,61,o), -(81,47,c), -(81,41,l), -(31,19,o), -(-2,-14,o), -(-2,-64,cs), -(-2,-126,o), -(47,-167,o), -(136,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(168,-34,o), -(152,-26,o), -(152,-5,cs), -(152,4,o), -(158,17,o), -(165,24,c), -(328,24,ls), -(348,24,o), -(363,15,o), -(363,-5,cs), -(363,-22,o), -(351,-34,o), -(328,-34,cs), -(198,-34,ls) -); -}, -{ -closed = 1; -nodes = ( -(414,216,o), -(504,281,o), -(504,385,cs), -(504,489,o), -(414,554,o), -(272,554,cs), -(131,554,o), -(41,489,o), -(41,385,cs), -(41,281,o), -(131,216,o), -(272,216,cs) -); -}, -{ -closed = 1; -nodes = ( -(244,320,o), -(224,343,o), -(224,385,cs), -(224,424,o), -(240,450,o), -(272,450,cs), -(301,450,o), -(321,429,o), -(321,385,cs), -(321,346,o), -(305,320,o), -(272,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(464,513,o), -(497,522,o), -(544,523,c), -(544,659,l), -(448,655,o), -(394,598,o), -(373,509,c), -(419,481,l) -); -} -); -width = 564; -}, -{ -anchors = ( -{ -name = bottom; -pos = (69,-167); -}, -{ -name = top; -pos = (208,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,-167,ls), -(226,-167,o), -(283,-112,o), -(283,-37,cs), -(283,25,o), -(242,67,o), -(163,67,cs), -(87,67,ls), -(56,67,o), -(39,86,o), -(39,110,cs), -(39,145,o), -(71,168,o), -(104,189,c), -(91,205,l), -(40,175,o), -(12,139,o), -(12,105,cs), -(12,85,o), -(20,63,o), -(43,51,c), -(43,48,l), -(-11,17,o), -(-41,-24,o), -(-41,-75,cs), -(-41,-130,o), -(4,-167,o), -(72,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(22,-139,o), -(-12,-113,o), -(-12,-66,cs), -(-12,-28,o), -(9,8,o), -(54,38,c), -(159,38,ls), -(219,38,o), -(253,14,o), -(253,-40,cs), -(253,-99,o), -(211,-139,o), -(148,-139,cs), -(74,-139,ls) -); -}, -{ -closed = 1; -nodes = ( -(212,165,o), -(266,218,o), -(292,339,cs), -(316,451,o), -(290,526,o), -(210,526,cs), -(147,526,o), -(93,473,o), -(67,352,cs), -(43,240,o), -(69,165,o), -(149,165,cs) -); -}, -{ -closed = 1; -nodes = ( -(99,192,o), -(72,235,o), -(94,344,cs), -(114,442,o), -(149,499,o), -(206,499,cs), -(260,499,o), -(287,454,o), -(265,345,cs), -(245,247,o), -(210,192,o), -(153,192,cs) -); -}, -{ -closed = 1; -nodes = ( -(306,532,o), -(341,567,o), -(380,557,c), -(386,585,l), -(333,594,o), -(296,559,o), -(258,499,c), -(274,484,l) -); -} -); -width = 329; -}, -{ -anchors = ( -{ -name = bottom; -pos = (131,-167); -}, -{ -name = top; -pos = (248,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(172,-168,ls), -(314,-168,o), -(391,-98,o), -(395,16,cs), -(398,105,o), -(330,164,o), -(226,164,cs), -(165,164,ls), -(141,164,o), -(127,173,o), -(127,189,cs), -(128,211,o), -(152,223,o), -(168,221,c), -(77,268,l), -(18,236,o), -(-23,199,o), -(-24,146,cs), -(-25,112,o), -(-8,81,o), -(24,68,c), -(23,59,l), -(-39,39,o), -(-82,-3,o), -(-84,-55,cs), -(-87,-126,o), -(-32,-168,o), -(74,-168,cs) -); -}, -{ -closed = 1; -nodes = ( -(75,-50,o), -(59,-40,o), -(60,-16,cs), -(60,-4,o), -(67,7,o), -(78,18,c), -(167,18,ls), -(199,18,o), -(211,2,o), -(210,-16,cs), -(210,-36,o), -(192,-50,o), -(163,-50,cs), -(104,-50,ls) -); -}, -{ -closed = 1; -nodes = ( -(350,209,o), -(430,284,o), -(434,393,cs), -(437,488,o), -(372,551,o), -(250,551,cs), -(124,551,o), -(44,476,o), -(40,367,cs), -(37,272,o), -(102,209,o), -(225,209,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,310,o), -(194,344,o), -(202,383,cs), -(210,427,o), -(225,450,o), -(251,450,cs), -(280,450,o), -(280,416,o), -(272,377,cs), -(264,333,o), -(249,310,o), -(223,310,cs) -); -}, -{ -closed = 1; -nodes = ( -(393,527,o), -(422,537,o), -(463,535,c), -(491,667,l), -(393,671,o), -(324,620,o), -(304,529,c), -(379,503,l) -); -} -); -}; -guides = ( -{ -pos = (230,-50); -}, -{ -pos = (61,51); -}, -{ -pos = (61,58); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,-167,ls), -(333,-167,o), -(420,-103,o), -(420,11,cs), -(420,104,o), -(353,164,o), -(241,164,cs), -(163,164,ls), -(140,164,o), -(127,173,o), -(127,189,cs), -(128,211,o), -(152,223,o), -(168,231,c), -(87,268,l), -(27,234,o), -(-14,197,o), -(-14,140,cs), -(-14,103,o), -(6,73,o), -(36,58,c), -(34,51,l), -(-23,25,o), -(-56,-15,o), -(-56,-64,cs), -(-56,-129,o), -(-4,-167,o), -(93,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(104,-50,o), -(88,-40,o), -(89,-16,cs), -(89,-4,o), -(96,7,o), -(107,18,c), -(204,18,ls), -(233,18,o), -(244,2,o), -(243,-16,cs), -(243,-36,o), -(227,-50,o), -(200,-50,cs), -(133,-50,ls) -); -}, -{ -closed = 1; -nodes = ( -(352,209,o), -(434,287,o), -(434,399,cs), -(434,491,o), -(369,551,o), -(250,551,cs), -(122,551,o), -(40,473,o), -(40,361,cs), -(40,269,o), -(105,209,o), -(225,209,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,310,o), -(194,344,o), -(202,383,cs), -(210,427,o), -(225,450,o), -(251,450,cs), -(280,450,o), -(280,416,o), -(272,377,cs), -(264,333,o), -(249,310,o), -(223,310,cs) -); -}, -{ -closed = 1; -nodes = ( -(398,511,o), -(439,523,o), -(486,521,c), -(511,642,l), -(423,643,o), -(354,593,o), -(325,506,c), -(368,473,l) -); -} -); -width = 481; -}, -{ -anchors = ( -{ -name = bottom; -pos = (91,-160); -}, -{ -name = top; -pos = (287,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(247,-167,ls), -(366,-167,o), -(445,-113,o), -(445,-18,cs), -(445,58,o), -(394,102,o), -(295,102,cs), -(147,102,ls), -(109,102,o), -(85,114,o), -(85,139,cs), -(85,168,o), -(115,202,o), -(162,224,c), -(145,241,l), -(85,208,o), -(48,171,o), -(48,129,cs), -(48,110,o), -(57,92,o), -(78,83,c), -(78,80,l), -(12,47,o), -(-30,3,o), -(-30,-59,cs), -(-30,-120,o), -(12,-167,o), -(133,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(48,-132,o), -(8,-105,o), -(8,-50,cs), -(8,-10,o), -(29,28,o), -(93,67,c), -(294,67,ls), -(361,67,o), -(405,39,o), -(405,-20,cs), -(405,-90,o), -(347,-132,o), -(257,-132,cs), -(130,-132,ls) -); -}, -{ -closed = 1; -nodes = ( -(390,191,o), -(475,263,o), -(475,368,cs), -(475,460,o), -(413,525,o), -(299,525,cs), -(182,525,o), -(97,453,o), -(97,348,cs), -(97,256,o), -(159,191,o), -(273,191,cs) -); -}, -{ -closed = 1; -nodes = ( -(189,221,o), -(133,266,o), -(133,346,cs), -(133,440,o), -(202,495,o), -(300,495,cs), -(383,495,o), -(439,450,o), -(439,370,cs), -(439,276,o), -(370,221,o), -(272,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(460,539,o), -(519,586,o), -(578,574,c), -(585,608,l), -(516,620,o), -(448,568,o), -(401,491,c), -(421,477,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,-167,ls), -(387,-167,o), -(456,-117,o), -(456,-29,cs), -(456,44,o), -(405,92,o), -(313,92,cs), -(157,92,ls), -(109,92,o), -(84,111,o), -(84,145,cs), -(84,181,o), -(117,208,o), -(161,233,c), -(146,253,l), -(86,220,o), -(47,184,o), -(47,137,cs), -(47,112,o), -(60,90,o), -(78,81,c), -(78,76,l), -(13,40,o), -(-18,-6,o), -(-18,-56,cs), -(-18,-125,o), -(32,-167,o), -(137,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(64,-133,o), -(18,-107,o), -(18,-53,cs), -(18,-12,o), -(38,27,o), -(88,57,c), -(310,57,ls), -(373,57,o), -(416,29,o), -(416,-31,cs), -(416,-92,o), -(375,-133,o), -(288,-133,cs), -(132,-133,ls) -); -}, -{ -closed = 1; -nodes = ( -(380,191,o), -(465,263,o), -(465,368,cs), -(465,460,o), -(403,525,o), -(289,525,cs), -(172,525,o), -(87,453,o), -(87,348,cs), -(87,256,o), -(149,191,o), -(263,191,cs) -); -}, -{ -closed = 1; -nodes = ( -(179,221,o), -(123,266,o), -(123,346,cs), -(123,440,o), -(192,495,o), -(290,495,cs), -(373,495,o), -(429,450,o), -(429,370,cs), -(429,276,o), -(360,221,o), -(262,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,533,o), -(505,587,o), -(568,574,c), -(575,608,l), -(501,621,o), -(433,568,o), -(387,491,c), -(411,477,l) -); -} -); -width = 528; -}, -{ -anchors = ( -{ -name = bottom; -pos = (72,-167); -}, -{ -name = top; -pos = (310,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(286,-167,ls), -(413,-167,o), -(510,-104,o), -(534,9,cs), -(555,109,o), -(492,176,o), -(357,176,cs), -(215,176,ls), -(196,176,o), -(184,180,o), -(188,196,cs), -(192,215,o), -(213,223,o), -(243,238,c), -(171,277,l), -(76,232,o), -(24,190,o), -(12,132,cs), -(4,94,o), -(22,61,o), -(56,47,c), -(55,41,l), -(-2,19,o), -(-43,-14,o), -(-53,-64,cs), -(-66,-126,o), -(-25,-167,o), -(67,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(126,-34,o), -(111,-26,o), -(115,-5,cs), -(117,4,o), -(124,14,o), -(136,24,c), -(305,24,ls), -(328,24,o), -(342,15,o), -(338,-5,cs), -(334,-22,o), -(319,-34,o), -(293,-34,cs), -(158,-34,ls) -); -}, -{ -closed = 1; -nodes = ( -(433,216,o), -(538,281,o), -(560,385,cs), -(581,489,o), -(503,554,o), -(357,554,cs), -(211,554,o), -(105,489,o), -(84,385,cs), -(62,281,o), -(141,216,o), -(287,216,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,320,o), -(260,343,o), -(269,385,cs), -(277,424,o), -(299,450,o), -(335,450,cs), -(367,450,o), -(384,429,o), -(375,385,cs), -(367,346,o), -(344,320,o), -(308,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(523,525,o), -(559,532,o), -(605,533,c), -(634,669,l), -(529,665,o), -(457,608,o), -(413,519,c), -(485,501,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,-167,ls), -(454,-167,o), -(545,-91,o), -(545,19,cs), -(545,113,o), -(480,176,o), -(351,176,cs), -(199,176,ls), -(180,176,o), -(169,181,o), -(169,194,cs), -(169,214,o), -(191,226,o), -(218,238,c), -(151,277,l), -(52,232,o), -(-1,184,o), -(-1,126,cs), -(-1,93,o), -(17,64,o), -(49,52,c), -(48,46,l), -(-8,21,o), -(-44,-20,o), -(-44,-68,cs), -(-44,-126,o), -(3,-167,o), -(90,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(125,-34,o), -(110,-26,o), -(110,-7,cs), -(110,1,o), -(116,13,o), -(130,24,c), -(315,24,ls), -(340,24,o), -(352,13,o), -(352,-1,cs), -(352,-22,o), -(341,-34,o), -(309,-34,cs), -(154,-34,ls) -); -}, -{ -closed = 1; -nodes = ( -(441,217,o), -(542,290,o), -(542,399,cs), -(542,491,o), -(459,553,o), -(312,553,cs), -(160,553,o), -(59,480,o), -(59,371,cs), -(59,279,o), -(142,217,o), -(289,217,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,320,o), -(244,339,o), -(244,368,cs), -(244,416,o), -(272,450,o), -(312,450,cs), -(342,450,o), -(357,431,o), -(357,402,cs), -(357,354,o), -(329,320,o), -(289,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,513,o), -(555,522,o), -(605,523,c), -(629,659,l), -(534,655,o), -(466,598,o), -(425,509,c), -(466,481,l) -); -} -); -width = 606; -}, -{ -anchors = ( -{ -name = bottom; -pos = (81,-167); -}, -{ -name = top; -pos = (312,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(307,-167,ls), -(426,-167,o), -(505,-113,o), -(505,-18,cs), -(505,58,o), -(454,102,o), -(355,102,cs), -(132,102,ls), -(94,102,o), -(70,114,o), -(70,139,cs), -(70,168,o), -(100,202,o), -(147,224,c), -(130,241,l), -(70,208,o), -(33,171,o), -(33,129,cs), -(33,110,o), -(42,92,o), -(63,83,c), -(63,80,l), -(-3,47,o), -(-45,3,o), -(-45,-59,cs), -(-45,-120,o), -(-3,-167,o), -(118,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(33,-132,o), -(-7,-105,o), -(-7,-50,cs), -(-7,-10,o), -(14,28,o), -(78,67,c), -(354,67,ls), -(421,67,o), -(465,39,o), -(465,-20,cs), -(465,-90,o), -(407,-132,o), -(317,-132,cs), -(115,-132,ls) -); -}, -{ -closed = 1; -nodes = ( -(407,191,o), -(500,265,o), -(500,375,cs), -(500,465,o), -(432,525,o), -(310,525,cs), -(171,525,o), -(78,451,o), -(78,341,cs), -(78,251,o), -(146,191,o), -(268,191,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,221,o), -(113,260,o), -(113,344,cs), -(113,435,o), -(191,495,o), -(307,495,cs), -(402,495,o), -(465,456,o), -(465,372,cs), -(465,281,o), -(387,221,o), -(271,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(486,523,o), -(546,551,o), -(609,554,c), -(616,588,l), -(534,585,o), -(468,546,o), -(421,484,c), -(442,470,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(307,-167,ls), -(426,-167,o), -(505,-113,o), -(505,-18,cs), -(505,58,o), -(454,102,o), -(355,102,cs), -(132,102,ls), -(94,102,o), -(70,117,o), -(70,149,cs), -(70,175,o), -(100,205,o), -(147,224,c), -(131,247,l), -(70,214,o), -(35,179,o), -(35,139,cs), -(35,117,o), -(47,96,o), -(68,85,c), -(68,82,l), -(-1,49,o), -(-45,4,o), -(-45,-59,cs), -(-45,-120,o), -(-3,-167,o), -(118,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(33,-132,o), -(-7,-105,o), -(-7,-50,cs), -(-7,-10,o), -(14,28,o), -(78,67,c), -(354,67,ls), -(421,67,o), -(465,39,o), -(465,-20,cs), -(465,-90,o), -(407,-132,o), -(317,-132,cs), -(115,-132,ls) -); -}, -{ -closed = 1; -nodes = ( -(407,191,o), -(500,265,o), -(500,375,cs), -(500,465,o), -(432,525,o), -(310,525,cs), -(171,525,o), -(78,451,o), -(78,341,cs), -(78,251,o), -(146,191,o), -(268,191,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,221,o), -(113,260,o), -(113,344,cs), -(113,435,o), -(191,495,o), -(307,495,cs), -(402,495,o), -(465,456,o), -(465,372,cs), -(465,281,o), -(387,221,o), -(271,221,cs) -); -}, -{ -closed = 1; -nodes = ( -(480,548,o), -(529,581,o), -(586,574,c), -(593,608,l), -(524,616,o), -(461,576,o), -(409,491,c), -(429,477,l) -); -} -); -width = 571; -}, -{ -anchors = ( -{ -name = bottom; -pos = (138,-167); -}, -{ -name = top; -pos = (337,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(228,-167,ls), -(447,-167,o), -(520,-90,o), -(524,25,cs), -(529,152,o), -(426,182,o), -(303,182,cs), -(134,182,ls), -(105,182,o), -(87,189,o), -(87,204,cs), -(87,213,o), -(98,225,o), -(135,226,c), -(168,224,o), -(211,222,o), -(239,222,cs), -(433,222,o), -(536,279,o), -(540,388,cs), -(542,446,o), -(510,491,o), -(457,508,c), -(483,521,o), -(542,528,o), -(596,526,c), -(626,673,l), -(505,675,o), -(410,627,o), -(370,545,c), -(339,551,o), -(292,554,o), -(254,554,cs), -(77,554,o), -(-37,491,o), -(-40,389,cs), -(-42,338,o), -(-14,289,o), -(45,268,c), -(42,258,l), -(-51,245,o), -(-101,207,o), -(-103,148,cs), -(-104,106,o), -(-72,74,o), -(-31,64,c), -(-32,55,l), -(-113,47,o), -(-173,13,o), -(-175,-58,cs), -(-178,-132,o), -(-105,-167,o), -(17,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(35,-65,o), -(24,-58,o), -(25,-41,cs), -(26,-28,o), -(36,-19,o), -(55,-17,c), -(251,-17,ls), -(273,-17,o), -(289,-24,o), -(288,-40,cs), -(288,-57,o), -(274,-65,o), -(242,-65,cs), -(63,-65,ls) -); -}, -{ -closed = 1; -nodes = ( -(198,350,o), -(169,361,o), -(170,389,cs), -(171,414,o), -(200,426,o), -(258,426,cs), -(304,426,o), -(332,414,o), -(331,391,cs), -(330,361,o), -(298,350,o), -(250,350,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(343,-167,ls), -(513,-167,o), -(608,-92,o), -(608,20,cs), -(608,122,o), -(533,180,o), -(399,180,cs), -(224,180,ls), -(195,180,o), -(188,188,o), -(188,199,cs), -(188,218,o), -(209,228,o), -(247,238,c), -(154,277,l), -(42,233,o), -(-17,187,o), -(-17,129,cs), -(-17,94,o), -(1,67,o), -(40,52,c), -(37,44,l), -(-27,18,o), -(-63,-16,o), -(-63,-69,cs), -(-63,-128,o), -(-16,-167,o), -(91,-167,cs) -); -}, -{ -closed = 1; -nodes = ( -(142,-34,o), -(127,-26,o), -(127,-7,cs), -(127,2,o), -(133,15,o), -(147,24,c), -(342,24,ls), -(367,24,o), -(381,15,o), -(381,-1,cs), -(381,-22,o), -(365,-34,o), -(333,-34,cs), -(171,-34,ls) -); -}, -{ -closed = 1; -nodes = ( -(496,217,o), -(611,283,o), -(611,399,cs), -(611,491,o), -(524,553,o), -(339,553,cs), -(166,553,o), -(50,487,o), -(50,370,cs), -(50,278,o), -(137,217,o), -(323,217,cs) -); -}, -{ -closed = 1; -nodes = ( -(284,327,o), -(258,347,o), -(258,379,cs), -(258,415,o), -(287,443,o), -(338,443,cs), -(378,443,o), -(404,423,o), -(404,391,cs), -(404,355,o), -(375,327,o), -(324,327,cs) -); -}, -{ -closed = 1; -nodes = ( -(555,523,o), -(592,532,o), -(643,533,c), -(666,669,l), -(573,665,o), -(506,608,o), -(465,519,c), -(508,491,l) -); -} -); -width = 655; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gbreve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gbreve.glyph deleted file mode 100644 index cb9df7f0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gbreve.glyph +++ /dev/null @@ -1,248 +0,0 @@ -{ -color = 6; -glyphname = gbreve; -kernLeft = KO_g; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g; -}, -{ -pos = (49,-156); -ref = brevecomb; -} -); -width = 341; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g; -}, -{ -pos = (37,-137); -ref = brevecomb; -} -); -width = 467; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g; -}, -{ -pos = (133,-155); -ref = brevecomb; -} -); -width = 623; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g; -}, -{ -pos = (107,-129); -ref = brevecomb; -} -); -width = 701; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (63,-156); -ref = brevecomb; -} -); -width = 311; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g; -}, -{ -pos = (42,-137); -ref = brevecomb; -} -); -width = 451; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (136,-161); -ref = brevecomb; -} -); -width = 544; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (99,-134); -ref = brevecomb; -} -); -width = 613; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (133,-155); -ref = brevecomb; -} -); -width = 623; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (107,-129); -ref = brevecomb; -} -); -width = 701; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g; -}, -{ -pos = (131,-161); -ref = brevecomb; -} -); -width = 580; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g; -}, -{ -pos = (98,-134); -ref = brevecomb; -} -); -width = 614; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g; -}, -{ -pos = (21,-156); -ref = brevecomb; -} -); -width = 338; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (19,-137); -ref = brevecomb; -} -); -width = 465; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g; -}, -{ -pos = (99,-155); -ref = brevecomb; -} -); -width = 575; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g; -}, -{ -pos = (73,-134); -ref = brevecomb; -} -); -width = 641; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g; -}, -{ -pos = (62,-155); -ref = brevecomb; -} -); -width = 614; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g; -}, -{ -pos = (87,-134); -ref = brevecomb; -} -); -width = 695; -} -); -unicode = 287; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gbreve.ss06.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gbreve.ss06.glyph deleted file mode 100644 index 80e49d26..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gbreve.ss06.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = gbreve.ss06; -kernRight = KO_g.ss06; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (40,-156); -ref = brevecomb; -} -); -width = 325; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (27,-137); -ref = brevecomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (90,-155); -ref = brevecomb; -} -); -width = 544; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (67,-129); -ref = brevecomb; -} -); -width = 643; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (52,-156); -ref = brevecomb; -} -); -width = 309; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (32,-137); -ref = brevecomb; -} -); -width = 464; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (87,-162); -ref = brevecomb; -} -); -width = 480; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g.ss06; -}, -{ -alignment = -1; -pos = (70,-134); -ref = brevecomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (95,-155); -ref = brevecomb; -} -); -width = 534; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (72,-129); -ref = brevecomb; -} -); -width = 633; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (87,-162); -ref = brevecomb; -} -); -width = 514; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (60,-134); -ref = brevecomb; -} -); -width = 564; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (-6,-156); -ref = brevecomb; -} -); -width = 329; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (-32,-137); -ref = brevecomb; -} -); -width = 481; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (31,-155); -ref = brevecomb; -} -); -width = 528; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (-2,-134); -ref = brevecomb; -} -); -width = 606; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (47,-155); -ref = brevecomb; -} -); -width = 571; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (15,-134); -ref = brevecomb; -} -); -width = 655; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gcaron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gcaron.glyph deleted file mode 100644 index efc74ab4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gcaron.glyph +++ /dev/null @@ -1,248 +0,0 @@ -{ -color = 6; -glyphname = gcaron; -kernLeft = KO_g; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g; -}, -{ -pos = (44,-156); -ref = caroncomb; -} -); -width = 341; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g; -}, -{ -pos = (15,-137); -ref = caroncomb; -} -); -width = 467; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g; -}, -{ -pos = (128,-155); -ref = caroncomb; -} -); -width = 623; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g; -}, -{ -pos = (55,-129); -ref = caroncomb; -} -); -width = 701; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (58,-156); -ref = caroncomb; -} -); -width = 311; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g; -}, -{ -pos = (20,-137); -ref = caroncomb; -} -); -width = 451; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (140,-155); -ref = caroncomb; -} -); -width = 544; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (71,-134); -ref = caroncomb; -} -); -width = 613; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (128,-155); -ref = caroncomb; -} -); -width = 623; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (55,-129); -ref = caroncomb; -} -); -width = 701; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g; -}, -{ -pos = (135,-155); -ref = caroncomb; -} -); -width = 580; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g; -}, -{ -pos = (70,-134); -ref = caroncomb; -} -); -width = 614; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g; -}, -{ -pos = (21,-156); -ref = caroncomb; -} -); -width = 338; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (3,-137); -ref = caroncomb; -} -); -width = 465; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g; -}, -{ -pos = (104,-155); -ref = caroncomb; -} -); -width = 575; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g; -}, -{ -pos = (51,-134); -ref = caroncomb; -} -); -width = 641; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g; -}, -{ -pos = (61,-155); -ref = caroncomb; -} -); -width = 614; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g; -}, -{ -pos = (35,-129); -ref = caroncomb; -} -); -width = 695; -} -); -unicode = 487; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gcaron.ss06.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gcaron.ss06.glyph deleted file mode 100644 index b3fac524..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gcaron.ss06.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = gcaron.ss06; -kernRight = KO_g.ss06; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (35,-156); -ref = caroncomb; -} -); -width = 325; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (5,-137); -ref = caroncomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (85,-155); -ref = caroncomb; -} -); -width = 544; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (15,-129); -ref = caroncomb; -} -); -width = 643; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (47,-156); -ref = caroncomb; -} -); -width = 309; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (10,-137); -ref = caroncomb; -} -); -width = 464; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (91,-156); -ref = caroncomb; -} -); -width = 480; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g.ss06; -}, -{ -alignment = -1; -pos = (42,-134); -ref = caroncomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (90,-155); -ref = caroncomb; -} -); -width = 534; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (20,-129); -ref = caroncomb; -} -); -width = 633; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (91,-156); -ref = caroncomb; -} -); -width = 514; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (32,-134); -ref = caroncomb; -} -); -width = 564; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (-6,-156); -ref = caroncomb; -} -); -width = 329; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (-48,-137); -ref = caroncomb; -} -); -width = 481; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (36,-155); -ref = caroncomb; -} -); -width = 528; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (-24,-134); -ref = caroncomb; -} -); -width = 606; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (46,-155); -ref = caroncomb; -} -); -width = 571; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (-37,-129); -ref = caroncomb; -} -); -width = 655; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gcircumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gcircumflex.glyph deleted file mode 100644 index 0af3c2c2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gcircumflex.glyph +++ /dev/null @@ -1,248 +0,0 @@ -{ -color = 6; -glyphname = gcircumflex; -kernLeft = KO_g; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g; -}, -{ -pos = (44,-156); -ref = circumflexcomb; -} -); -width = 341; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g; -}, -{ -pos = (15,-137); -ref = circumflexcomb; -} -); -width = 467; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g; -}, -{ -pos = (128,-155); -ref = circumflexcomb; -} -); -width = 623; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g; -}, -{ -pos = (55,-129); -ref = circumflexcomb; -} -); -width = 701; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (58,-156); -ref = circumflexcomb; -} -); -width = 311; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g; -}, -{ -pos = (20,-137); -ref = circumflexcomb; -} -); -width = 451; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (140,-155); -ref = circumflexcomb; -} -); -width = 544; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (71,-134); -ref = circumflexcomb; -} -); -width = 613; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (128,-155); -ref = circumflexcomb; -} -); -width = 623; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (55,-129); -ref = circumflexcomb; -} -); -width = 701; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g; -}, -{ -pos = (135,-155); -ref = circumflexcomb; -} -); -width = 580; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g; -}, -{ -pos = (70,-134); -ref = circumflexcomb; -} -); -width = 614; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g; -}, -{ -pos = (20,-156); -ref = circumflexcomb; -} -); -width = 338; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (-3,-137); -ref = circumflexcomb; -} -); -width = 465; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g; -}, -{ -pos = (103,-155); -ref = circumflexcomb; -} -); -width = 575; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g; -}, -{ -pos = (56,-134); -ref = circumflexcomb; -} -); -width = 641; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g; -}, -{ -pos = (61,-155); -ref = circumflexcomb; -} -); -width = 614; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g; -}, -{ -pos = (33,-129); -ref = circumflexcomb; -} -); -width = 695; -} -); -unicode = 285; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gcircumflex.ss06.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gcircumflex.ss06.glyph deleted file mode 100644 index 7fe24445..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gcircumflex.ss06.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = gcircumflex.ss06; -kernRight = KO_g.ss06; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (35,-156); -ref = circumflexcomb; -} -); -width = 325; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (5,-137); -ref = circumflexcomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (85,-155); -ref = circumflexcomb; -} -); -width = 544; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (15,-129); -ref = circumflexcomb; -} -); -width = 643; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (47,-156); -ref = circumflexcomb; -} -); -width = 309; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (10,-137); -ref = circumflexcomb; -} -); -width = 464; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (91,-156); -ref = circumflexcomb; -} -); -width = 480; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g.ss06; -}, -{ -alignment = -1; -pos = (42,-134); -ref = circumflexcomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (90,-155); -ref = circumflexcomb; -} -); -width = 534; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (20,-129); -ref = circumflexcomb; -} -); -width = 633; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (91,-156); -ref = circumflexcomb; -} -); -width = 514; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (32,-134); -ref = circumflexcomb; -} -); -width = 564; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (-7,-156); -ref = circumflexcomb; -} -); -width = 329; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (-54,-137); -ref = circumflexcomb; -} -); -width = 481; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (35,-155); -ref = circumflexcomb; -} -); -width = 528; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (-19,-134); -ref = circumflexcomb; -} -); -width = 606; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (46,-155); -ref = circumflexcomb; -} -); -width = 571; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (-39,-129); -ref = circumflexcomb; -} -); -width = 655; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gcommaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gcommaaccent.glyph deleted file mode 100644 index ebce9e58..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gcommaaccent.glyph +++ /dev/null @@ -1,248 +0,0 @@ -{ -color = 6; -glyphname = gcommaaccent; -kernLeft = KO_g; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g; -}, -{ -pos = (117,-156); -ref = commaturnedabovecomb; -} -); -width = 341; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g; -}, -{ -pos = (131,-137); -ref = commaturnedabovecomb; -} -); -width = 467; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g; -}, -{ -pos = (250,-155); -ref = commaturnedabovecomb; -} -); -width = 623; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g; -}, -{ -pos = (226,-134); -ref = commaturnedabovecomb; -} -); -width = 701; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (131,-156); -ref = commaturnedabovecomb; -} -); -width = 311; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g; -}, -{ -pos = (136,-137); -ref = commaturnedabovecomb; -} -); -width = 451; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (248,-155); -ref = commaturnedabovecomb; -} -); -width = 544; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (204,-134); -ref = commaturnedabovecomb; -} -); -width = 613; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (250,-155); -ref = commaturnedabovecomb; -} -); -width = 623; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (226,-134); -ref = commaturnedabovecomb; -} -); -width = 701; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g; -}, -{ -pos = (241,-155); -ref = commaturnedabovecomb; -} -); -width = 580; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g; -}, -{ -pos = (197,-134); -ref = commaturnedabovecomb; -} -); -width = 614; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g; -}, -{ -pos = (93,-156); -ref = commaturnedabovecomb; -} -); -width = 338; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (113,-137); -ref = commaturnedabovecomb; -} -); -width = 465; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g; -}, -{ -pos = (213,-155); -ref = commaturnedabovecomb; -} -); -width = 575; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g; -}, -{ -pos = (187,-134); -ref = commaturnedabovecomb; -} -); -width = 641; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g; -}, -{ -pos = (185,-155); -ref = commaturnedabovecomb; -} -); -width = 614; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g; -}, -{ -pos = (205,-134); -ref = commaturnedabovecomb; -} -); -width = 695; -} -); -unicode = 291; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gcommaaccent.ss06.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gcommaaccent.ss06.glyph deleted file mode 100644 index c1ca7389..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gcommaaccent.ss06.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = gcommaaccent.ss06; -kernRight = KO_g.ss06; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (108,-156); -ref = commaturnedabovecomb; -} -); -width = 325; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (121,-137); -ref = commaturnedabovecomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (207,-155); -ref = commaturnedabovecomb; -} -); -width = 544; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (186,-134); -ref = commaturnedabovecomb; -} -); -width = 643; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (120,-156); -ref = commaturnedabovecomb; -} -); -width = 309; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (126,-137); -ref = commaturnedabovecomb; -} -); -width = 464; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (199,-156); -ref = commaturnedabovecomb; -} -); -width = 480; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g.ss06; -}, -{ -alignment = -1; -pos = (175,-134); -ref = commaturnedabovecomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (212,-155); -ref = commaturnedabovecomb; -} -); -width = 534; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (191,-134); -ref = commaturnedabovecomb; -} -); -width = 633; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (197,-156); -ref = commaturnedabovecomb; -} -); -width = 514; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (159,-134); -ref = commaturnedabovecomb; -} -); -width = 564; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (66,-156); -ref = commaturnedabovecomb; -} -); -width = 329; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (62,-137); -ref = commaturnedabovecomb; -} -); -width = 481; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (145,-155); -ref = commaturnedabovecomb; -} -); -width = 528; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (112,-134); -ref = commaturnedabovecomb; -} -); -width = 606; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (170,-155); -ref = commaturnedabovecomb; -} -); -width = 571; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (133,-134); -ref = commaturnedabovecomb; -} -); -width = 655; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.glyph deleted file mode 100644 index 1113059b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.glyph +++ /dev/null @@ -1,248 +0,0 @@ -{ -color = 6; -glyphname = gdotaccent; -kernLeft = KO_g; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g; -}, -{ -pos = (110,-156); -ref = dotaccentcomb; -} -); -width = 341; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g; -}, -{ -pos = (98,-137); -ref = dotaccentcomb; -} -); -width = 467; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g; -}, -{ -pos = (235,-155); -ref = dotaccentcomb; -} -); -width = 623; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g; -}, -{ -pos = (188,-129); -ref = dotaccentcomb; -} -); -width = 701; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (124,-151); -ref = dotaccentcomb; -} -); -width = 311; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g; -}, -{ -pos = (103,-137); -ref = dotaccentcomb; -} -); -width = 451; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (232,-150); -ref = dotaccentcomb; -} -); -width = 544; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (181,-134); -ref = dotaccentcomb; -} -); -width = 613; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (235,-155); -ref = dotaccentcomb; -} -); -width = 623; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (188,-129); -ref = dotaccentcomb; -} -); -width = 701; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g; -}, -{ -pos = (225,-133); -ref = dotaccentcomb; -} -); -width = 580; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g; -}, -{ -pos = (176,-120); -ref = dotaccentcomb; -} -); -width = 614; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g; -}, -{ -pos = (81,-156); -ref = dotaccentcomb; -} -); -width = 338; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (81,-137); -ref = dotaccentcomb; -} -); -width = 465; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g; -}, -{ -pos = (198,-155); -ref = dotaccentcomb; -} -); -width = 575; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g; -}, -{ -pos = (160,-134); -ref = dotaccentcomb; -} -); -width = 641; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g; -}, -{ -pos = (170,-155); -ref = dotaccentcomb; -} -); -width = 614; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g; -}, -{ -pos = (165,-129); -ref = dotaccentcomb; -} -); -width = 695; -} -); -unicode = 289; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.ss01.glyph deleted file mode 100644 index 26db2a56..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.ss01.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = gdotaccent.ss01; -kernLeft = KO_g; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g; -}, -{ -pos = (118,-156); -ref = dotaccentcomb.ss01; -} -); -width = 341; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g; -}, -{ -pos = (103,-137); -ref = dotaccentcomb.ss01; -} -); -width = 467; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g; -}, -{ -pos = (248,-155); -ref = dotaccentcomb.ss01; -} -); -width = 623; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g; -}, -{ -pos = (195,-129); -ref = dotaccentcomb.ss01; -} -); -width = 701; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (132,-156); -ref = dotaccentcomb.ss01; -} -); -width = 311; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g; -}, -{ -pos = (108,-137); -ref = dotaccentcomb.ss01; -} -); -width = 451; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (245,-155); -ref = dotaccentcomb.ss01; -} -); -width = 544; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (182,-134); -ref = dotaccentcomb.ss01; -} -); -width = 613; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (248,-155); -ref = dotaccentcomb.ss01; -} -); -width = 623; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (195,-129); -ref = dotaccentcomb.ss01; -} -); -width = 701; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g; -}, -{ -pos = (238,-155); -ref = dotaccentcomb.ss01; -} -); -width = 580; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g; -}, -{ -pos = (175,-134); -ref = dotaccentcomb.ss01; -} -); -width = 614; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g; -}, -{ -pos = (95,-156); -ref = dotaccentcomb.ss01; -} -); -width = 338; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g; -}, -{ -pos = (87,-137); -ref = dotaccentcomb.ss01; -} -); -width = 465; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g; -}, -{ -pos = (211,-155); -ref = dotaccentcomb.ss01; -} -); -width = 575; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g; -}, -{ -pos = (165,-134); -ref = dotaccentcomb.ss01; -} -); -width = 641; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g; -}, -{ -pos = (183,-155); -ref = dotaccentcomb.ss01; -} -); -width = 614; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g; -}, -{ -pos = (174,-134); -ref = dotaccentcomb.ss01; -} -); -width = 695; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.ss01.ss06.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.ss01.ss06.glyph deleted file mode 100644 index dd18a296..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.ss01.ss06.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = gdotaccent.ss01.ss06; -kernRight = KO_g.ss06; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (109,-156); -ref = dotaccentcomb.ss01; -} -); -width = 325; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (93,-137); -ref = dotaccentcomb.ss01; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (205,-155); -ref = dotaccentcomb.ss01; -} -); -width = 544; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (155,-129); -ref = dotaccentcomb.ss01; -} -); -width = 643; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (121,-156); -ref = dotaccentcomb.ss01; -} -); -width = 309; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (98,-137); -ref = dotaccentcomb.ss01; -} -); -width = 464; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (196,-156); -ref = dotaccentcomb.ss01; -} -); -width = 480; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g.ss06; -}, -{ -alignment = -1; -pos = (153,-134); -ref = dotaccentcomb.ss01; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (210,-155); -ref = dotaccentcomb.ss01; -} -); -width = 534; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (160,-129); -ref = dotaccentcomb.ss01; -} -); -width = 633; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (194,-156); -ref = dotaccentcomb.ss01; -} -); -width = 514; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (137,-134); -ref = dotaccentcomb.ss01; -} -); -width = 564; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (68,-156); -ref = dotaccentcomb.ss01; -} -); -width = 329; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (36,-137); -ref = dotaccentcomb.ss01; -} -); -width = 481; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (143,-155); -ref = dotaccentcomb.ss01; -} -); -width = 528; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (90,-134); -ref = dotaccentcomb.ss01; -} -); -width = 606; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (168,-155); -ref = dotaccentcomb.ss01; -} -); -width = 571; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (102,-134); -ref = dotaccentcomb.ss01; -} -); -width = 655; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.ss06.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.ss06.glyph deleted file mode 100644 index 78b044ee..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gdotaccent.ss06.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = gdotaccent.ss06; -kernRight = KO_g.ss06; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (101,-156); -ref = dotaccentcomb; -} -); -width = 325; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (88,-137); -ref = dotaccentcomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (192,-155); -ref = dotaccentcomb; -} -); -width = 544; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (148,-129); -ref = dotaccentcomb; -} -); -width = 643; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (113,-151); -ref = dotaccentcomb; -} -); -width = 309; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (93,-137); -ref = dotaccentcomb; -} -); -width = 464; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (183,-151); -ref = dotaccentcomb; -} -); -width = 480; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = g.ss06; -}, -{ -alignment = -1; -pos = (152,-134); -ref = dotaccentcomb; -} -); -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (197,-155); -ref = dotaccentcomb; -} -); -width = 534; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (153,-129); -ref = dotaccentcomb; -} -); -width = 633; -}, -{ -layerId = m019; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (181,-134); -ref = dotaccentcomb; -} -); -width = 514; -}, -{ -layerId = m020; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (138,-120); -ref = dotaccentcomb; -} -); -width = 564; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (54,-156); -ref = dotaccentcomb; -} -); -width = 329; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (30,-137); -ref = dotaccentcomb; -} -); -width = 481; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (130,-155); -ref = dotaccentcomb; -} -); -width = 528; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (85,-134); -ref = dotaccentcomb; -} -); -width = 606; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (155,-155); -ref = dotaccentcomb; -} -); -width = 571; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = g.ss06; -}, -{ -pos = (93,-129); -ref = dotaccentcomb; -} -); -width = 655; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/germandbls.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/germandbls.glyph deleted file mode 100644 index b54d98dc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/germandbls.glyph +++ /dev/null @@ -1,1086 +0,0 @@ -{ -glyphname = germandbls; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,0,l), -(108,572,ls), -(108,673,o), -(143,711,o), -(202,711,cs), -(268,711,o), -(304,665,o), -(304,568,cs), -(304,478,o), -(271,410,o), -(199,410,cs), -(169,410,l), -(169,382,l), -(208,382,ls), -(283,382,o), -(333,333,o), -(333,211,cs), -(333,101,o), -(287,26,o), -(176,26,cs), -(159,26,l), -(159,0,l), -(178,0,ls), -(289,0,o), -(363,60,o), -(363,213,cs), -(363,313,o), -(323,388,o), -(245,398,c), -(245,401,l), -(297,416,o), -(333,471,o), -(333,572,cs), -(333,678,o), -(283,739,o), -(202,739,cs), -(132,739,o), -(79,691,o), -(79,580,cs), -(79,0,l) -); -}, -{ -closed = 1; -nodes = ( -(90,489,l), -(90,516,l), -(-4,516,l), -(-4,489,l) -); -} -); -width = 391; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,0,l), -(261,500,ls), -(261,559,o), -(281,582,o), -(320,582,cs), -(358,582,o), -(380,559,o), -(380,510,cs), -(380,464,o), -(357,434,o), -(316,434,cs), -(297,434,l), -(297,315,l), -(319,315,ls), -(368,315,o), -(401,288,o), -(401,232,cs), -(401,179,o), -(373,143,o), -(305,143,cs), -(297,143,l), -(297,0,l), -(332,0,ls), -(478,0,o), -(576,77,o), -(576,218,cs), -(576,315,o), -(524,379,o), -(446,393,c), -(446,401,l), -(500,417,o), -(543,472,o), -(543,551,cs), -(543,664,o), -(452,739,o), -(322,739,cs), -(181,739,o), -(87,659,o), -(87,516,cs), -(87,0,l) -); -}, -{ -closed = 1; -nodes = ( -(222,408,l), -(222,544,l), -(11,544,l), -(11,408,l) -); -} -); -width = 586; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(166,0,l), -(166,512,ls), -(166,631,o), -(234,704,o), -(357,704,cs), -(467,704,o), -(540,656,o), -(540,554,cs), -(540,466,o), -(478,411,o), -(366,411,cs), -(316,411,l), -(316,378,l), -(401,378,ls), -(516,378,o), -(592,325,o), -(592,213,cs), -(592,106,o), -(528,35,o), -(382,35,cs), -(267,35,l), -(267,0,l), -(385,0,ls), -(538,0,o), -(629,79,o), -(629,211,cs), -(629,316,o), -(565,387,o), -(462,399,c), -(462,404,l), -(543,430,o), -(579,492,o), -(579,559,cs), -(579,674,o), -(488,739,o), -(357,739,cs), -(228,739,o), -(129,664,o), -(129,517,cs), -(129,0,l) -); -}, -{ -closed = 1; -nodes = ( -(142,483,l), -(142,517,l), -(12,517,l), -(12,483,l) -); -} -); -width = 658; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(339,0,l), -(339,468,ls), -(339,533,o), -(370,569,o), -(433,569,cs), -(476,569,o), -(513,547,o), -(513,502,cs), -(513,458,o), -(484,431,o), -(420,431,cs), -(398,431,l), -(398,312,l), -(452,312,ls), -(506,312,o), -(540,290,o), -(540,237,cs), -(540,188,o), -(509,158,o), -(443,158,cs), -(398,158,l), -(398,0,l), -(485,0,ls), -(675,0,o), -(763,87,o), -(763,214,cs), -(763,310,o), -(701,380,o), -(609,389,c), -(609,399,l), -(676,417,o), -(714,469,o), -(714,542,cs), -(714,660,o), -(612,739,o), -(430,739,cs), -(266,739,o), -(118,659,o), -(118,484,cs), -(118,0,l) -); -}, -{ -closed = 1; -nodes = ( -(258,387,l), -(258,544,l), -(3,544,l), -(3,387,l) -); -} -); -width = 769; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(100,572,ls), -(100,673,o), -(135,711,o), -(194,711,cs), -(260,711,o), -(296,665,o), -(296,568,cs), -(296,478,o), -(263,410,o), -(191,410,cs), -(161,410,l), -(161,382,l), -(200,382,ls), -(275,382,o), -(325,333,o), -(325,211,cs), -(325,101,o), -(279,26,o), -(168,26,cs), -(151,26,l), -(151,0,l), -(170,0,ls), -(281,0,o), -(355,60,o), -(355,213,cs), -(355,313,o), -(315,388,o), -(237,398,c), -(237,401,l), -(289,416,o), -(325,471,o), -(325,572,cs), -(325,678,o), -(275,739,o), -(194,739,cs), -(124,739,o), -(71,691,o), -(71,580,cs), -(71,0,l) -); -}, -{ -closed = 1; -nodes = ( -(82,489,l), -(82,516,l), -(-12,516,l), -(-12,489,l) -); -} -); -width = 363; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,0,l), -(254,500,ls), -(254,559,o), -(274,582,o), -(313,582,cs), -(351,582,o), -(373,559,o), -(373,510,cs), -(373,464,o), -(350,434,o), -(309,434,cs), -(290,434,l), -(290,315,l), -(312,315,ls), -(361,315,o), -(394,288,o), -(394,232,cs), -(394,179,o), -(366,143,o), -(298,143,cs), -(290,143,l), -(290,0,l), -(325,0,ls), -(471,0,o), -(569,77,o), -(569,218,cs), -(569,315,o), -(517,379,o), -(439,393,c), -(439,401,l), -(493,417,o), -(536,472,o), -(536,551,cs), -(536,664,o), -(445,739,o), -(315,739,cs), -(174,739,o), -(80,659,o), -(80,516,cs), -(80,0,l) -); -}, -{ -closed = 1; -nodes = ( -(215,408,l), -(215,544,l), -(4,544,l), -(4,408,l) -); -} -); -width = 572; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(148,0,l), -(148,516,ls), -(148,634,o), -(209,704,o), -(320,704,cs), -(423,704,o), -(486,648,o), -(486,555,cs), -(486,467,o), -(430,411,o), -(328,411,cs), -(282,411,l), -(282,378,l), -(359,378,ls), -(470,378,o), -(533,312,o), -(533,214,cs), -(533,94,o), -(460,34,o), -(330,34,cs), -(240,34,l), -(240,0,l), -(333,0,ls), -(486,0,o), -(570,83,o), -(570,213,cs), -(570,314,o), -(503,388,o), -(413,399,c), -(413,404,l), -(487,429,o), -(521,490,o), -(521,560,cs), -(521,667,o), -(446,739,o), -(320,739,cs), -(201,739,o), -(111,666,o), -(111,521,cs), -(111,0,l) -); -}, -{ -closed = 1; -nodes = ( -(124,483,l), -(124,517,l), -(3,517,l), -(3,483,l) -); -} -); -width = 596; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,0,l), -(288,492,ls), -(288,545,o), -(319,572,o), -(367,572,cs), -(414,572,o), -(438,542,o), -(438,505,cs), -(438,465,o), -(407,435,o), -(357,435,cs), -(341,435,l), -(341,316,l), -(379,316,ls), -(436,316,o), -(467,294,o), -(467,238,cs), -(467,180,o), -(435,152,o), -(377,152,cs), -(341,152,l), -(341,0,l), -(398,0,ls), -(577,0,o), -(662,89,o), -(662,216,cs), -(662,315,o), -(601,380,o), -(524,391,c), -(524,399,l), -(578,416,o), -(613,473,o), -(613,541,cs), -(613,659,o), -(519,739,o), -(369,739,cs), -(219,739,o), -(97,666,o), -(97,467,cs), -(97,0,l) -); -}, -{ -closed = 1; -nodes = ( -(221,394,l), -(221,544,l), -(0,544,l), -(0,394,l) -); -} -); -width = 665; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(161,0,l), -(161,512,ls), -(161,631,o), -(229,704,o), -(352,704,cs), -(462,704,o), -(535,656,o), -(535,554,cs), -(535,466,o), -(473,411,o), -(361,411,cs), -(311,411,l), -(311,378,l), -(396,378,ls), -(511,378,o), -(587,325,o), -(587,213,cs), -(587,106,o), -(523,35,o), -(377,35,cs), -(262,35,l), -(262,0,l), -(380,0,ls), -(533,0,o), -(624,79,o), -(624,211,cs), -(624,316,o), -(560,387,o), -(457,399,c), -(457,404,l), -(538,430,o), -(574,492,o), -(574,559,cs), -(574,674,o), -(483,739,o), -(352,739,cs), -(223,739,o), -(124,664,o), -(124,517,cs), -(124,0,l) -); -}, -{ -closed = 1; -nodes = ( -(137,483,l), -(137,517,l), -(7,517,l), -(7,483,l) -); -} -); -width = 643; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(334,0,l), -(334,468,ls), -(334,533,o), -(365,569,o), -(428,569,cs), -(471,569,o), -(508,547,o), -(508,502,cs), -(508,458,o), -(479,431,o), -(415,431,cs), -(393,431,l), -(393,312,l), -(447,312,ls), -(501,312,o), -(535,290,o), -(535,237,cs), -(535,188,o), -(504,158,o), -(438,158,cs), -(393,158,l), -(393,0,l), -(480,0,ls), -(670,0,o), -(758,87,o), -(758,214,cs), -(758,310,o), -(696,380,o), -(604,389,c), -(604,399,l), -(671,417,o), -(709,469,o), -(709,542,cs), -(709,660,o), -(607,739,o), -(425,739,cs), -(261,739,o), -(113,659,o), -(113,484,cs), -(113,0,l) -); -}, -{ -closed = 1; -nodes = ( -(253,387,l), -(253,544,l), -(-2,544,l), -(-2,387,l) -); -} -); -width = 759; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(167,0,l), -(167,516,ls), -(167,634,o), -(228,704,o), -(337,704,cs), -(438,704,o), -(499,648,o), -(499,555,cs), -(499,467,o), -(444,411,o), -(345,411,cs), -(299,411,l), -(299,378,l), -(374,378,ls), -(483,378,o), -(545,312,o), -(545,214,cs), -(545,94,o), -(473,34,o), -(346,34,cs), -(257,34,l), -(257,0,l), -(349,0,ls), -(499,0,o), -(581,83,o), -(581,213,cs), -(581,314,o), -(516,388,o), -(428,399,c), -(428,404,l), -(500,429,o), -(534,490,o), -(534,560,cs), -(534,667,o), -(459,739,o), -(337,739,cs), -(220,739,o), -(132,666,o), -(132,521,cs), -(132,0,l) -); -}, -{ -closed = 1; -nodes = ( -(145,483,l), -(145,517,l), -(26,517,l), -(26,483,l) -); -} -); -width = 629; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(299,0,l), -(299,492,ls), -(299,545,o), -(329,572,o), -(373,572,cs), -(418,572,o), -(441,542,o), -(441,505,cs), -(441,465,o), -(411,435,o), -(363,435,cs), -(348,435,l), -(348,316,l), -(385,316,ls), -(439,316,o), -(468,294,o), -(468,238,cs), -(468,180,o), -(438,152,o), -(383,152,cs), -(349,152,l), -(349,0,l), -(404,0,ls), -(579,0,o), -(661,89,o), -(661,216,cs), -(661,315,o), -(602,380,o), -(528,391,c), -(528,399,l), -(580,416,o), -(614,474,o), -(614,541,cs), -(614,659,o), -(522,739,o), -(375,739,cs), -(230,739,o), -(110,666,o), -(110,467,cs), -(110,0,l) -); -}, -{ -closed = 1; -nodes = ( -(233,394,l), -(233,544,l), -(16,544,l), -(16,394,l) -); -} -); -width = 679; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(51,0,l), -(171,577,ls), -(191,671,o), -(229,708,o), -(284,708,cs), -(341,708,o), -(376,672,o), -(366,578,cs), -(353,475,o), -(300,408,o), -(226,408,cs), -(197,408,l), -(190,379,l), -(212,379,ls), -(297,379,o), -(341,319,o), -(316,198,cs), -(290,76,o), -(226,26,o), -(134,26,cs), -(118,26,l), -(112,0,l), -(131,0,ls), -(249,0,o), -(323,76,o), -(344,196,cs), -(360,288,o), -(344,373,o), -(269,392,c), -(269,395,l), -(342,409,o), -(385,497,o), -(394,579,cs), -(406,673,o), -(367,736,o), -(285,736,cs), -(220,736,o), -(166,691,o), -(144,588,c), -(22,0,l) -); -}, -{ -closed = 1; -nodes = ( -(131,489,l), -(136,516,l), -(50,516,l), -(44,489,l) -); -} -); -width = 385; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,0,l), -(316,519,ls), -(325,560,o), -(348,579,o), -(380,579,cs), -(414,579,o), -(435,560,o), -(434,522,cs), -(432,467,o), -(399,431,o), -(352,431,cs), -(334,431,l), -(309,313,l), -(331,313,ls), -(380,313,o), -(405,285,o), -(394,225,cs), -(382,163,o), -(349,137,o), -(290,137,cs), -(273,137,l), -(244,0,l), -(308,0,ls), -(441,0,o), -(541,66,o), -(561,183,cs), -(576,270,o), -(550,358,o), -(471,379,c), -(473,387,l), -(539,401,o), -(586,457,o), -(598,528,cs), -(618,653,o), -(534,736,o), -(404,736,cs), -(272,736,o), -(175,668,o), -(145,526,cs), -(35,0,l) -); -}, -{ -closed = 1; -nodes = ( -(135,403,l), -(165,541,l), -(67,541,l), -(38,403,l) -); -} -); -width = 589; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(113,0,l), -(223,527,ls), -(246,636,o), -(312,700,o), -(416,700,cs), -(508,700,o), -(567,649,o), -(564,558,cs), -(561,467,o), -(498,407,o), -(389,407,cs), -(331,407,l), -(324,372,l), -(390,372,ls), -(497,372,o), -(558,306,o), -(536,192,cs), -(515,97,o), -(451,34,o), -(320,34,cs), -(200,34,l), -(193,0,l), -(316,0,ls), -(453,0,o), -(554,68,o), -(573,189,cs), -(589,290,o), -(550,364,o), -(459,387,c), -(460,392,l), -(537,409,o), -(599,476,o), -(602,560,cs), -(606,673,o), -(529,736,o), -(418,736,cs), -(306,736,o), -(213,670,o), -(185,536,cs), -(74,0,l) -); -}, -{ -closed = 1; -nodes = ( -(182,483,l), -(190,517,l), -(77,517,l), -(70,483,l) -); -} -); -width = 634; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(249,0,l), -(351,493,ls), -(361,541,o), -(389,563,o), -(432,563,cs), -(473,563,o), -(492,540,o), -(492,508,cs), -(492,466,o), -(463,433,o), -(410,433,cs), -(388,433,l), -(362,311,l), -(404,311,ls), -(443,311,o), -(467,291,o), -(467,256,cs), -(467,206,o), -(434,168,o), -(372,168,cs), -(332,168,l), -(298,0,l), -(394,0,ls), -(552,0,o), -(659,88,o), -(659,220,cs), -(659,299,o), -(622,356,o), -(557,373,c), -(559,381,l), -(635,400,o), -(680,467,o), -(680,551,cs), -(680,662,o), -(597,736,o), -(447,736,cs), -(318,736,o), -(192,675,o), -(161,527,cs), -(50,0,l) -); -}, -{ -closed = 1; -nodes = ( -(147,389,l), -(183,544,l), -(75,544,l), -(41,389,l) -); -} -); -width = 694; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,0,l), -(220,527,ls), -(243,631,o), -(322,700,o), -(435,700,cs), -(538,700,o), -(596,648,o), -(596,564,cs), -(596,467,o), -(522,407,o), -(415,407,cs), -(342,407,l), -(334,372,l), -(411,372,ls), -(510,372,o), -(573,327,o), -(573,234,cs), -(573,106,o), -(476,34,o), -(334,34,cs), -(203,34,l), -(196,0,l), -(330,0,ls), -(507,0,o), -(608,91,o), -(608,226,cs), -(608,314,o), -(561,374,o), -(480,387,c), -(481,392,l), -(567,407,o), -(634,472,o), -(634,569,cs), -(634,670,o), -(564,736,o), -(438,736,cs), -(311,736,o), -(211,661,o), -(182,529,cs), -(67,0,l) -); -}, -{ -closed = 1; -nodes = ( -(179,483,l), -(186,517,l), -(66,517,l), -(57,483,l) -); -} -); -width = 649; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,0,l), -(359,480,ls), -(369,530,o), -(397,560,o), -(448,560,cs), -(492,560,o), -(517,539,o), -(517,504,cs), -(517,466,o), -(492,435,o), -(444,435,cs), -(408,435,l), -(382,306,l), -(425,306,ls), -(468,306,o), -(494,285,o), -(494,246,cs), -(494,189,o), -(459,164,o), -(392,164,cs), -(351,164,l), -(317,0,l), -(417,0,ls), -(610,0,o), -(715,88,o), -(715,217,cs), -(715,303,o), -(668,359,o), -(595,372,c), -(597,380,l), -(671,398,o), -(722,464,o), -(722,545,cs), -(722,660,o), -(629,736,o), -(469,736,cs), -(312,736,o), -(181,662,o), -(149,511,cs), -(42,0,l) -); -}, -{ -closed = 1; -nodes = ( -(135,378,l), -(174,544,l), -(62,544,l), -(26,378,l) -); -} -); -width = 735; -} -); -unicode = 223; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/grave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/grave.glyph deleted file mode 100644 index 95064b51..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/grave.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = grave; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 189; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 321; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 203; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 351; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = gravecomb; -} -); -width = 189; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = gravecomb; -} -); -width = 321; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = gravecomb; -} -); -width = 189; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = gravecomb; -} -); -width = 301; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = gravecomb; -} -); -width = 203; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = gravecomb; -} -); -width = 351; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 190; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 308; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 185; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 305; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 187; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 323; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 199; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = gravecomb; -} -); -width = 343; -} -); -unicode = 96; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/gravecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/gravecomb.glyph deleted file mode 100644 index 67976fd6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/gravecomb.glyph +++ /dev/null @@ -1,392 +0,0 @@ -{ -glyphname = gravecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (134,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(149,746,l), -(75,882,l), -(40,882,l), -(118,746,l) -); -} -); -width = 189; -}, -{ -anchors = ( -{ -name = _top; -pos = (209,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,735,l), -(228,884,l), -(40,884,l), -(137,735,l) -); -} -); -width = 321; -}, -{ -anchors = ( -{ -name = _top; -pos = (144,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,746,l), -(84,882,l), -(40,882,l), -(127,746,l) -); -} -); -width = 203; -}, -{ -anchors = ( -{ -name = _top; -pos = (234,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(311,729,l), -(248,878,l), -(40,878,l), -(157,729,l) -); -} -); -width = 351; -}, -{ -anchors = ( -{ -name = _top; -pos = (114,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,746,l), -(55,882,l), -(20,882,l), -(98,746,l) -); -} -); -width = 149; -}, -{ -anchors = ( -{ -name = _top; -pos = (199,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,735,l), -(218,884,l), -(30,884,l), -(127,735,l) -); -} -); -width = 301; -}, -{ -anchors = ( -{ -name = _top; -pos = (114,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,746,l), -(61,882,l), -(20,882,l), -(98,746,l) -); -} -); -width = 149; -}, -{ -anchors = ( -{ -name = _top; -pos = (188,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,735,l), -(207,884,l), -(19,884,l), -(116,735,l) -); -} -); -width = 279; -}, -{ -anchors = ( -{ -name = _top; -pos = (134,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(153,746,l), -(74,882,l), -(30,882,l), -(117,746,l) -); -} -); -width = 183; -}, -{ -anchors = ( -{ -name = _top; -pos = (224,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(301,729,l), -(238,878,l), -(30,878,l), -(147,729,l) -); -} -); -width = 331; -}, -{ -anchors = ( -{ -name = _top; -pos = (135,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(150,746,l), -(82,882,l), -(43,882,l), -(119,746,l) -); -} -); -width = 190; -}, -{ -anchors = ( -{ -name = _top; -pos = (199,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(270,735,l), -(225,884,l), -(39,884,l), -(128,735,l) -); -} -); -width = 308; -}, -{ -anchors = ( -{ -name = _top; -pos = (218,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(246,746,l), -(200,882,l), -(169,882,l), -(219,746,l) -); -} -); -width = 185; -}, -{ -anchors = ( -{ -name = _top; -pos = (285,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(361,735,l), -(340,884,l), -(167,884,l), -(232,735,l) -); -} -); -width = 305; -}, -{ -anchors = ( -{ -name = _top; -pos = (219,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(248,746,l), -(205,882,l), -(169,882,l), -(221,746,l) -); -} -); -width = 187; -}, -{ -anchors = ( -{ -name = _top; -pos = (296,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(379,735,l), -(353,884,l), -(167,884,l), -(237,735,l) -); -} -); -width = 323; -}, -{ -anchors = ( -{ -name = _top; -pos = (230,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,746,l), -(209,882,l), -(169,882,l), -(228,746,l) -); -} -); -width = 199; -}, -{ -anchors = ( -{ -name = _top; -pos = (317,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(398,729,l), -(365,878,l), -(165,878,l), -(252,729,l) -); -} -); -width = 343; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 768; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/greater.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/greater.glyph deleted file mode 100644 index 9625bfdf..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/greater.glyph +++ /dev/null @@ -1,415 +0,0 @@ -{ -glyphname = greater; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(461,252,l), -(461,466,l), -(25,644,l), -(25,453,l), -(267,366,l), -(267,352,l), -(25,268,l), -(25,77,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(458,339,l), -(458,383,l), -(27,577,l), -(27,545,l), -(427,363,l), -(427,359,l), -(27,177,l), -(27,145,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(628,338,l), -(628,384,l), -(96,606,l), -(96,567,l), -(587,363,l), -(587,359,l), -(96,155,l), -(96,116,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,242,l), -(649,475,l), -(89,664,l), -(89,455,l), -(441,367,l), -(441,351,l), -(89,266,l), -(89,58,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(438,339,l), -(438,383,l), -(7,577,l), -(7,545,l), -(407,363,l), -(407,359,l), -(7,177,l), -(7,145,l) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(451,252,l), -(451,466,l), -(15,644,l), -(15,453,l), -(257,366,l), -(257,352,l), -(15,268,l), -(15,77,l) -); -} -); -width = 460; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,339,l), -(523,383,l), -(42,589,l), -(42,553,l), -(490,363,l), -(490,359,l), -(42,169,l), -(42,133,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( --30, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( --30, --30 -); -stem = -2; -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(537,252,l), -(537,466,l), -(31,644,l), -(31,453,l), -(345,366,l), -(345,352,l), -(31,268,l), -(31,77,l) -); -} -); -width = 555; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(618,338,l), -(618,384,l), -(86,606,l), -(86,567,l), -(577,363,l), -(577,359,l), -(86,155,l), -(86,116,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(639,242,l), -(639,475,l), -(79,664,l), -(79,455,l), -(431,367,l), -(431,351,l), -(79,266,l), -(79,58,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(536,339,l), -(536,383,l), -(63,589,l), -(63,553,l), -(503,363,l), -(503,359,l), -(63,169,l), -(63,133,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( --30, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( --30, --30 -); -stem = -2; -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(545,252,l), -(545,466,l), -(53,644,l), -(53,453,l), -(354,366,l), -(354,352,l), -(53,268,l), -(53,77,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(473,339,l), -(483,383,l), -(96,577,l), -(90,545,l), -(448,365,l), -(448,361,l), -(13,181,l), -(5,145,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(455,252,l), -(500,466,l), -(106,644,l), -(65,453,l), -(287,366,l), -(283,352,l), -(27,268,l), -(-14,77,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(557,337,l), -(567,382,l), -(133,589,l), -(126,555,l), -(530,364,l), -(529,360,l), -(45,171,l), -(38,133,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(554,252,l), -(599,466,l), -(135,644,l), -(95,453,l), -(388,366,l), -(384,352,l), -(57,268,l), -(16,77,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(641,339,l), -(651,383,l), -(171,606,l), -(163,569,l), -(607,365,l), -(606,361,l), -(77,157,l), -(68,116,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(639,242,l), -(689,475,l), -(174,664,l), -(130,455,l), -(459,367,l), -(457,351,l), -(90,266,l), -(47,58,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 62; -userData = { -KernOnSpecialSpacing = { -L = math; -R = math; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/greaterequal.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/greaterequal.glyph deleted file mode 100644 index d1f16c28..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/greaterequal.glyph +++ /dev/null @@ -1,578 +0,0 @@ -{ -glyphname = greaterequal; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(477,307,l), -(477,516,l), -(9,659,l), -(9,489,l), -(285,416,l), -(285,407,l), -(9,328,l), -(9,158,l) -); -}, -{ -closed = 1; -nodes = ( -(477,0,l), -(477,132,l), -(9,132,l), -(9,0,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(459,339,l), -(459,383,l), -(28,577,l), -(28,545,l), -(428,363,l), -(428,359,l), -(28,177,l), -(28,145,l) -); -}, -{ -closed = 1; -nodes = ( -(459,0,l), -(459,28,l), -(28,28,l), -(28,0,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(634,353,l), -(634,400,l), -(92,614,l), -(92,573,l), -(594,378,l), -(594,375,l), -(92,173,l), -(92,133,l) -); -}, -{ -closed = 1; -nodes = ( -(634,0,l), -(634,34,l), -(92,34,l), -(92,0,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(639,310,l), -(639,537,l), -(94,673,l), -(94,488,l), -(432,429,l), -(432,419,l), -(94,354,l), -(94,170,l) -); -}, -{ -closed = 1; -nodes = ( -(639,0,l), -(639,143,l), -(94,143,l), -(94,0,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(439,339,l), -(439,383,l), -(8,577,l), -(8,545,l), -(408,363,l), -(408,359,l), -(8,177,l), -(8,145,l) -); -}, -{ -closed = 1; -nodes = ( -(439,0,l), -(439,28,l), -(8,28,l), -(8,0,l) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(472,307,l), -(472,516,l), -(4,659,l), -(4,489,l), -(280,416,l), -(280,407,l), -(4,328,l), -(4,158,l) -); -}, -{ -closed = 1; -nodes = ( -(472,0,l), -(472,132,l), -(4,132,l), -(4,0,l) -); -} -); -width = 470; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(524,339,l), -(524,383,l), -(43,589,l), -(43,553,l), -(491,363,l), -(491,359,l), -(43,169,l), -(43,133,l) -); -}, -{ -closed = 1; -nodes = ( -(524,0,l), -(524,32,l), -(43,32,l), -(43,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(538,307,l), -(538,516,l), -(30,659,l), -(30,489,l), -(347,416,l), -(347,407,l), -(30,328,l), -(30,158,l) -); -}, -{ -closed = 1; -nodes = ( -(538,0,l), -(538,132,l), -(30,132,l), -(30,0,l) -); -} -); -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(624,353,l), -(624,400,l), -(82,614,l), -(82,573,l), -(584,378,l), -(584,375,l), -(82,173,l), -(82,133,l) -); -}, -{ -closed = 1; -nodes = ( -(624,0,l), -(624,34,l), -(82,34,l), -(82,0,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(629,310,l), -(629,537,l), -(84,673,l), -(84,488,l), -(422,429,l), -(422,419,l), -(84,354,l), -(84,170,l) -); -}, -{ -closed = 1; -nodes = ( -(629,0,l), -(629,143,l), -(84,143,l), -(84,0,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(537,339,l), -(537,383,l), -(64,589,l), -(64,553,l), -(504,363,l), -(504,359,l), -(64,169,l), -(64,133,l) -); -}, -{ -closed = 1; -nodes = ( -(537,0,l), -(537,32,l), -(64,32,l), -(64,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(543,307,l), -(543,516,l), -(50,659,l), -(50,489,l), -(353,416,l), -(353,407,l), -(50,328,l), -(50,158,l) -); -}, -{ -closed = 1; -nodes = ( -(543,0,l), -(543,132,l), -(50,132,l), -(50,0,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(474,339,l), -(484,383,l), -(97,577,l), -(91,545,l), -(449,365,l), -(449,361,l), -(14,181,l), -(6,145,l) -); -}, -{ -closed = 1; -nodes = ( -(403,0,l), -(409,28,l), -(-18,28,l), -(-24,0,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(481,307,l), -(525,516,l), -(91,659,l), -(56,489,l), -(314,416,l), -(312,407,l), -(22,328,l), -(-14,158,l) -); -}, -{ -closed = 1; -nodes = ( -(417,0,l), -(444,132,l), -(-20,132,l), -(-48,0,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(558,337,l), -(568,382,l), -(134,589,l), -(127,555,l), -(531,364,l), -(530,360,l), -(46,171,l), -(39,133,l) -); -}, -{ -closed = 1; -nodes = ( -(488,0,l), -(495,32,l), -(19,32,l), -(12,0,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(564,307,l), -(608,516,l), -(135,659,l), -(99,489,l), -(397,416,l), -(396,407,l), -(66,328,l), -(30,158,l) -); -}, -{ -closed = 1; -nodes = ( -(500,0,l), -(527,132,l), -(24,132,l), -(-3,0,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(639,339,l), -(649,383,l), -(169,606,l), -(161,569,l), -(605,365,l), -(604,361,l), -(75,157,l), -(66,116,l) -); -}, -{ -closed = 1; -nodes = ( -(579,0,l), -(586,34,l), -(50,34,l), -(43,0,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(644,310,l), -(691,537,l), -(180,673,l), -(141,488,l), -(464,429,l), -(461,419,l), -(112,354,l), -(74,170,l) -); -}, -{ -closed = 1; -nodes = ( -(578,0,l), -(608,143,l), -(68,143,l), -(39,0,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 8805; -userData = { -com.schriftgestaltung.Glyphs.lastChange = "2017-05-03 17:00:02 +0000"; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/guillemetleft.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/guillemetleft.glyph deleted file mode 100644 index 9b829596..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/guillemetleft.glyph +++ /dev/null @@ -1,570 +0,0 @@ -{ -glyphname = guillemetleft; -kernLeft = KO_guillemetleft; -kernRight = KO_guillemetleft; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(282,100,l), -(185,321,l), -(282,541,l), -(131,541,l), -(12,321,l), -(131,100,l) -); -}, -{ -closed = 1; -nodes = ( -(518,100,l), -(421,321,l), -(518,541,l), -(367,541,l), -(248,321,l), -(367,100,l) -); -} -); -width = 540; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,100,l), -(58,308,l), -(162,516,l), -(134,516,l), -(24,308,l), -(134,100,l) -); -}, -{ -closed = 1; -nodes = ( -(302,100,l), -(198,308,l), -(302,516,l), -(274,516,l), -(164,308,l), -(274,100,l) -); -} -); -width = 325; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(187,0,l), -(70,259,l), -(187,517,l), -(153,517,l), -(33,259,l), -(153,0,l) -); -}, -{ -closed = 1; -nodes = ( -(332,0,l), -(215,259,l), -(332,517,l), -(298,517,l), -(178,259,l), -(298,0,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,80,l), -(74,299,l), -(187,517,l), -(153,517,l), -(33,299,l), -(153,80,l) -); -}, -{ -closed = 1; -nodes = ( -(332,80,l), -(219,299,l), -(332,517,l), -(298,517,l), -(178,299,l), -(298,80,l) -); -} -); -width = 366; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,72,l), -(208,309,l), -(315,544,l), -(134,544,l), -(5,309,l), -(134,72,l) -); -}, -{ -closed = 1; -nodes = ( -(591,72,l), -(484,309,l), -(591,544,l), -(410,544,l), -(281,309,l), -(410,72,l) -); -} -); -width = 598; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(142,100,l), -(38,308,l), -(142,516,l), -(114,516,l), -(4,308,l), -(114,100,l) -); -}, -{ -closed = 1; -nodes = ( -(282,100,l), -(178,308,l), -(282,516,l), -(254,516,l), -(144,308,l), -(254,100,l) -); -} -); -width = 285; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,100,l), -(176,321,l), -(273,541,l), -(122,541,l), -(3,321,l), -(122,100,l) -); -}, -{ -closed = 1; -nodes = ( -(509,100,l), -(412,321,l), -(509,541,l), -(358,541,l), -(239,321,l), -(358,100,l) -); -} -); -width = 521; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,80,l), -(72,299,l), -(185,517,l), -(152,517,l), -(32,299,l), -(152,80,l) -); -}, -{ -closed = 1; -nodes = ( -(330,80,l), -(217,299,l), -(330,517,l), -(297,517,l), -(177,299,l), -(297,80,l) -); -} -); -width = 362; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(294,64,l), -(187,305,l), -(294,544,l), -(130,544,l), -(1,305,l), -(130,64,l) -); -}, -{ -closed = 1; -nodes = ( -(553,64,l), -(446,305,l), -(553,544,l), -(389,544,l), -(260,305,l), -(389,64,l) -); -} -); -width = 555; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(187,0,l), -(70,259,l), -(187,517,l), -(153,517,l), -(33,259,l), -(153,0,l) -); -}, -{ -closed = 1; -nodes = ( -(332,0,l), -(215,259,l), -(332,517,l), -(298,517,l), -(178,259,l), -(298,0,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,80,l), -(64,299,l), -(177,517,l), -(143,517,l), -(23,299,l), -(143,80,l) -); -}, -{ -closed = 1; -nodes = ( -(322,80,l), -(209,299,l), -(322,517,l), -(288,517,l), -(168,299,l), -(288,80,l) -); -} -); -width = 346; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(310,72,l), -(203,309,l), -(310,544,l), -(129,544,l), -(0,309,l), -(129,72,l) -); -}, -{ -closed = 1; -nodes = ( -(586,72,l), -(479,309,l), -(586,544,l), -(405,544,l), -(276,309,l), -(405,72,l) -); -} -); -width = 588; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(204,80,l), -(93,299,l), -(204,517,l), -(171,517,l), -(53,299,l), -(171,80,l) -); -}, -{ -closed = 1; -nodes = ( -(346,80,l), -(236,299,l), -(346,517,l), -(314,517,l), -(196,299,l), -(314,80,l) -); -} -); -width = 399; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(306,64,l), -(205,305,l), -(306,544,l), -(144,544,l), -(21,305,l), -(144,64,l) -); -}, -{ -closed = 1; -nodes = ( -(557,64,l), -(456,305,l), -(557,544,l), -(395,544,l), -(272,305,l), -(395,64,l) -); -} -); -width = 578; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,79,l), -(99,297,l), -(245,516,l), -(210,516,l), -(62,297,l), -(143,79,l) -); -}, -{ -closed = 1; -nodes = ( -(316,78,l), -(243,297,l), -(390,516,l), -(356,516,l), -(206,297,l), -(287,78,l) -); -} -); -width = 403; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,100,l), -(208,320,l), -(355,541,l), -(200,541,l), -(35,320,l), -(154,100,l) -); -}, -{ -closed = 1; -nodes = ( -(529,99,l), -(441,320,l), -(596,541,l), -(434,541,l), -(270,320,l), -(376,99,l) -); -} -); -width = 586; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,80,l), -(99,298,l), -(245,517,l), -(210,517,l), -(62,298,l), -(143,80,l) -); -}, -{ -closed = 1; -nodes = ( -(316,79,l), -(243,298,l), -(390,517,l), -(356,517,l), -(206,298,l), -(287,79,l) -); -} -); -width = 403; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(307,80,l), -(212,316,l), -(362,544,l), -(199,544,l), -(32,326,l), -(149,80,l) -); -}, -{ -closed = 1; -nodes = ( -(547,80,l), -(461,306,l), -(618,544,l), -(450,544,l), -(284,314,l), -(388,80,l) -); -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(154,80,l), -(81,298,l), -(227,517,l), -(192,517,l), -(44,298,l), -(125,80,l) -); -}, -{ -closed = 1; -nodes = ( -(298,79,l), -(225,298,l), -(372,517,l), -(338,517,l), -(188,298,l), -(269,79,l) -); -} -); -width = 365; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,64,l), -(235,304,l), -(387,544,l), -(212,544,l), -(40,304,l), -(164,64,l) -); -}, -{ -closed = 1; -nodes = ( -(586,64,l), -(497,304,l), -(660,544,l), -(475,544,l), -(308,304,l), -(413,64,l) -); -} -); -width = 644; -} -); -unicode = 171; -userData = { -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/guillemetright.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/guillemetright.glyph deleted file mode 100644 index 4cdb50f9..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/guillemetright.glyph +++ /dev/null @@ -1,233 +0,0 @@ -{ -color = 6; -glyphname = guillemetright; -kernLeft = KO_guillemetright; -kernRight = KO_guillemetright; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (540,641); -ref = guillemetleft; -} -); -width = 540; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (325,616); -ref = guillemetleft; -} -); -width = 325; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (366,597); -ref = guillemetleft; -} -); -width = 366; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (598,616); -ref = guillemetleft; -} -); -width = 598; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (325,616); -ref = guillemetleft; -} -); -width = 325; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (521,641); -ref = guillemetleft; -} -); -width = 521; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (402,597); -ref = guillemetleft; -} -); -width = 402; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (577,608); -ref = guillemetleft; -} -); -width = 577; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (366,597); -ref = guillemetleft; -} -); -width = 366; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (588,616); -ref = guillemetleft; -} -); -width = 588; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (399,597); -ref = guillemetleft; -} -); -width = 399; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (578,608); -ref = guillemetleft; -} -); -width = 578; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (419,594); -ref = guillemetleft; -} -); -width = 403; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (607,641); -ref = guillemetleft; -} -); -width = 586; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (420,601); -ref = guillemetleft; -} -); -width = 403; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (622,624); -ref = guillemetleft; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (382,597); -ref = guillemetleft; -} -); -width = 365; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (657,608); -ref = guillemetleft; -} -); -width = 644; -} -); -metricLeft = "=|guillemetleft"; -metricRight = "=|guillemetleft"; -unicode = 187; -userData = { -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/guilsinglleft.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/guilsinglleft.glyph deleted file mode 100644 index 2e855e1f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/guilsinglleft.glyph +++ /dev/null @@ -1,322 +0,0 @@ -{ -glyphname = guilsinglleft; -kernLeft = KO_guillemetleft; -kernRight = KO_guillemetleft; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(282,100,l), -(185,321,l), -(282,541,l), -(131,541,l), -(12,321,l), -(131,100,l) -); -} -); -width = 304; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,100,l), -(58,308,l), -(162,516,l), -(134,516,l), -(24,308,l), -(134,100,l) -); -} -); -width = 185; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,80,l), -(74,299,l), -(187,517,l), -(153,517,l), -(33,299,l), -(153,80,l) -); -} -); -width = 221; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,72,l), -(208,309,l), -(315,544,l), -(134,544,l), -(5,309,l), -(134,72,l) -); -} -); -width = 322; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(142,100,l), -(38,308,l), -(142,516,l), -(114,516,l), -(4,308,l), -(114,100,l) -); -} -); -width = 145; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,100,l), -(176,321,l), -(273,541,l), -(122,541,l), -(3,321,l), -(122,100,l) -); -} -); -width = 285; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,80,l), -(72,299,l), -(185,517,l), -(152,517,l), -(32,299,l), -(152,80,l) -); -} -); -width = 217; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(294,64,l), -(187,305,l), -(294,544,l), -(130,544,l), -(1,305,l), -(130,64,l) -); -} -); -width = 296; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,80,l), -(64,299,l), -(177,517,l), -(143,517,l), -(23,299,l), -(143,80,l) -); -} -); -width = 201; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(310,72,l), -(203,309,l), -(310,544,l), -(129,544,l), -(0,309,l), -(129,72,l) -); -} -); -width = 312; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(204,80,l), -(93,299,l), -(204,517,l), -(171,517,l), -(53,299,l), -(171,80,l) -); -} -); -width = 256; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(301,64,l), -(205,305,l), -(301,544,l), -(139,544,l), -(21,305,l), -(139,64,l) -); -} -); -width = 322; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,79,l), -(99,297,l), -(245,516,l), -(210,516,l), -(62,297,l), -(143,79,l) -); -} -); -width = 259; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,100,l), -(208,320,l), -(355,541,l), -(200,541,l), -(35,320,l), -(154,100,l) -); -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,80,l), -(99,298,l), -(245,517,l), -(210,517,l), -(62,298,l), -(143,80,l) -); -} -); -width = 259; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,0,l), -(186,257,l), -(366,544,l), -(199,544,l), -(22,275,l), -(102,0,l) -); -} -); -width = 333; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(154,80,l), -(81,298,l), -(227,517,l), -(192,517,l), -(44,298,l), -(125,80,l) -); -} -); -width = 221; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,64,l), -(235,304,l), -(387,544,l), -(212,544,l), -(40,304,l), -(164,64,l) -); -} -); -width = 388; -} -); -metricLeft = guillemetleft; -metricRight = guillemetleft; -unicode = 8249; -userData = { -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/guilsinglright.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/guilsinglright.glyph deleted file mode 100644 index 292664a8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/guilsinglright.glyph +++ /dev/null @@ -1,233 +0,0 @@ -{ -color = 6; -glyphname = guilsinglright; -kernLeft = KO_guillemetright; -kernRight = KO_guillemetright; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (304,641); -ref = guilsinglleft; -} -); -width = 304; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (185,616); -ref = guilsinglleft; -} -); -width = 185; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (221,597); -ref = guilsinglleft; -} -); -width = 221; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (322,617); -ref = guilsinglleft; -} -); -width = 322; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (185,616); -ref = guilsinglleft; -} -); -width = 185; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (285,641); -ref = guilsinglleft; -} -); -width = 285; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (257,597); -ref = guilsinglleft; -} -); -width = 257; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (318,608); -ref = guilsinglleft; -} -); -width = 318; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (221,597); -ref = guilsinglleft; -} -); -width = 221; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (312,617); -ref = guilsinglleft; -} -); -width = 312; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (256,597); -ref = guilsinglleft; -} -); -width = 256; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (322,608); -ref = guilsinglleft; -} -); -width = 322; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (275,595); -ref = guilsinglleft; -} -); -width = 259; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (381,642); -ref = guilsinglleft; -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (276,597); -ref = guilsinglleft; -} -); -width = 259; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (333,544); -ref = guilsinglleft; -} -); -width = 333; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (238,597); -ref = guilsinglleft; -} -); -width = 221; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (401,608); -ref = guilsinglleft; -} -); -width = 388; -} -); -metricLeft = guillemetright; -metricRight = guillemetright; -unicode = 8250; -userData = { -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/h.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/h.glyph deleted file mode 100644 index 914763d8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/h.glyph +++ /dev/null @@ -1,1158 +0,0 @@ -{ -glyphname = h; -kernLeft = KO_i; -kernRight = KO_n; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (239,0); -}, -{ -name = center; -pos = (136,631); -}, -{ -name = top; -pos = (116,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,291,ls), -(264,355,o), -(296,400,o), -(360,400,cs), -(414,400,o), -(444,369,o), -(444,302,cs), -(444,0,l), -(636,0,l), -(636,322,ls), -(636,458,o), -(584,554,o), -(450,554,cs), -(370,554,o), -(307,519,o), -(274,447,c), -(264,447,l), -(264,750,l), -(73,750,l), -(73,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(204,328,ls), -(204,381,o), -(211,411,o), -(241,411,cs), -(263,411,o), -(275,396,o), -(275,335,cs), -(275,0,l), -(451,0,l), -(451,347,ls), -(451,494,o), -(411,551,o), -(320,551,cs), -(272,551,o), -(233,526,o), -(210,477,c), -(204,477,l), -(204,729,l), -(27,729,l), -(27,0,l) -); -} -); -width = 474; -}, -{ -anchors = ( -{ -name = bottom; -pos = (179,0); -}, -{ -name = center; -pos = (95,631); -}, -{ -name = top; -pos = (75,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(156,0,l), -(156,342,ls), -(156,434,o), -(188,495,o), -(242,495,cs), -(279,495,o), -(303,469,o), -(303,367,cs), -(303,0,l), -(339,0,l), -(339,367,ls), -(339,468,o), -(317,527,o), -(250,527,cs), -(208,527,o), -(177,503,o), -(159,441,c), -(156,441,l), -(156,719,l), -(120,719,l), -(120,0,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,0,l), -(89,307,ls), -(89,421,o), -(116,500,o), -(189,500,cs), -(240,500,o), -(268,474,o), -(268,371,cs), -(268,0,l), -(297,0,l), -(297,378,ls), -(297,478,o), -(265,526,o), -(198,526,cs), -(147,526,o), -(107,497,o), -(91,439,c), -(89,439,l), -(89,729,l), -(60,729,l), -(60,0,l) -); -} -); -width = 354; -}, -{ -anchors = ( -{ -name = bottom; -pos = (319,0); -}, -{ -name = center; -pos = (135,631); -}, -{ -name = top; -pos = (85,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,0,l), -(103,256,ls), -(103,397,o), -(201,491,o), -(341,491,cs), -(466,491,o), -(535,430,o), -(535,277,cs), -(535,0,l), -(572,0,l), -(572,283,ls), -(572,462,o), -(477,525,o), -(345,525,cs), -(242,525,o), -(150,476,o), -(108,387,c), -(103,387,l), -(103,729,l), -(66,729,l), -(66,0,l) -); -} -); -width = 626; -}, -{ -anchors = ( -{ -name = bottom; -pos = (367,0); -}, -{ -name = center; -pos = (184,631); -}, -{ -name = top; -pos = (154,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,271,ls), -(264,338,o), -(305,388,o), -(376,388,cs), -(452,388,o), -(470,336,o), -(470,260,cs), -(470,0,l), -(691,0,l), -(691,299,ls), -(691,491,o), -(596,554,o), -(456,554,cs), -(379,554,o), -(305,518,o), -(274,464,c), -(264,464,l), -(264,729,l), -(43,729,l), -(43,0,l) -); -} -); -width = 722; -}, -{ -anchors = ( -{ -name = bottom; -pos = (154,0); -}, -{ -name = center; -pos = (72,631); -}, -{ -name = top; -pos = (52,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(157,0,l), -(157,342,ls), -(157,434,o), -(189,495,o), -(243,495,cs), -(280,495,o), -(304,469,o), -(304,367,cs), -(304,0,l), -(340,0,l), -(340,367,ls), -(340,468,o), -(318,527,o), -(251,527,cs), -(209,527,o), -(178,503,o), -(160,441,c), -(157,441,l), -(157,719,l), -(121,719,l), -(121,0,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,0,l), -(66,307,ls), -(66,422,o), -(105,499,o), -(163,499,cs), -(211,499,o), -(239,474,o), -(239,371,cs), -(239,0,l), -(269,0,l), -(269,378,ls), -(269,478,o), -(237,526,o), -(172,526,cs), -(122,526,o), -(83,494,o), -(68,439,c), -(66,439,l), -(66,729,l), -(36,729,l), -(36,0,l) -); -} -); -width = 303; -}, -{ -anchors = ( -{ -name = bottom; -pos = (227,0); -}, -{ -name = center; -pos = (124,631); -}, -{ -name = top; -pos = (104,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(263,0,l), -(263,291,ls), -(263,355,o), -(295,400,o), -(359,400,cs), -(413,400,o), -(443,369,o), -(443,302,cs), -(443,0,l), -(635,0,l), -(635,322,ls), -(635,458,o), -(583,554,o), -(449,554,cs), -(369,554,o), -(306,519,o), -(273,447,c), -(263,447,l), -(263,750,l), -(72,750,l), -(72,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,0,l), -(193,318,ls), -(193,365,o), -(200,391,o), -(229,391,cs), -(250,391,o), -(262,378,o), -(262,325,cs), -(262,0,l), -(438,0,l), -(438,347,ls), -(438,494,o), -(398,551,o), -(308,551,cs), -(260,551,o), -(217,521,o), -(194,472,c), -(193,472,l), -(193,729,l), -(16,729,l), -(16,0,l) -); -} -); -width = 451; -}, -{ -anchors = ( -{ -name = bottom; -pos = (267,0); -}, -{ -name = center; -pos = (117,631); -}, -{ -name = top; -pos = (77,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(95,0,l), -(95,274,ls), -(95,401,o), -(172,491,o), -(287,491,cs), -(392,491,o), -(443,430,o), -(443,294,cs), -(443,0,l), -(480,0,l), -(480,300,ls), -(480,462,o), -(401,525,o), -(292,525,cs), -(209,525,o), -(133,482,o), -(96,397,c), -(95,397,l), -(95,729,l), -(59,729,l), -(59,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 530; -}, -{ -anchors = ( -{ -name = bottom; -pos = (303,0); -}, -{ -name = center; -pos = (156,631); -}, -{ -name = top; -pos = (126,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(245,0,l), -(245,291,ls), -(245,355,o), -(277,400,o), -(341,400,cs), -(395,400,o), -(425,369,o), -(425,302,cs), -(425,0,l), -(617,0,l), -(617,322,ls), -(617,458,o), -(565,554,o), -(431,554,cs), -(351,554,o), -(288,519,o), -(255,447,c), -(245,447,l), -(245,750,l), -(54,750,l), -(54,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,0,l), -(221,298,ls), -(221,354,o), -(259,395,o), -(310,395,cs), -(367,395,o), -(389,356,o), -(389,281,cs), -(389,0,l), -(580,0,l), -(580,333,ls), -(580,476,o), -(513,554,o), -(390,554,cs), -(316,554,o), -(248,507,o), -(222,443,c), -(221,443,l), -(221,729,l), -(30,729,l), -(30,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -}; -width = 608; -}, -{ -anchors = ( -{ -name = bottom; -pos = (309,0); -}, -{ -name = center; -pos = (125,631); -}, -{ -name = top; -pos = (75,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,0,l), -(93,256,ls), -(93,397,o), -(191,491,o), -(331,491,cs), -(456,491,o), -(525,430,o), -(525,277,cs), -(525,0,l), -(562,0,l), -(562,283,ls), -(562,462,o), -(467,525,o), -(335,525,cs), -(227,525,o), -(134,471,o), -(94,387,c), -(93,387,l), -(93,729,l), -(56,729,l), -(56,0,l) -); -} -); -width = 606; -}, -{ -anchors = ( -{ -name = bottom; -pos = (354,0); -}, -{ -name = center; -pos = (171,631); -}, -{ -name = top; -pos = (141,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,0,l), -(251,271,ls), -(251,338,o), -(292,388,o), -(363,388,cs), -(439,388,o), -(457,336,o), -(457,260,cs), -(457,0,l), -(678,0,l), -(678,299,ls), -(678,491,o), -(583,554,o), -(443,554,cs), -(359,554,o), -(282,515,o), -(252,459,c), -(251,459,l), -(251,729,l), -(30,729,l), -(30,0,l) -); -} -); -width = 699; -}, -{ -anchors = ( -{ -name = bottom; -pos = (280,0); -}, -{ -name = center; -pos = (138,646); -}, -{ -name = top; -pos = (104,759); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(122,0,l), -(122,278,ls), -(122,405,o), -(193,491,o), -(300,491,cs), -(396,491,o), -(444,431,o), -(444,298,cs), -(444,0,l), -(479,0,l), -(479,304,ls), -(479,463,o), -(407,525,o), -(305,525,cs), -(228,525,o), -(157,483,o), -(126,404,c), -(122,404,l), -(122,759,l), -(85,759,l), -(85,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 561; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = center; -pos = (183,647); -}, -{ -name = top; -pos = (156,759); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(248,0,l), -(248,291,ls), -(248,355,o), -(280,400,o), -(344,400,cs), -(398,400,o), -(428,369,o), -(428,302,cs), -(428,0,l), -(620,0,l), -(620,322,ls), -(620,458,o), -(568,554,o), -(434,554,cs), -(354,554,o), -(291,519,o), -(258,447,c), -(248,447,l), -(248,750,l), -(57,750,l), -(57,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(249,0,l), -(249,308,ls), -(249,352,o), -(272,400,o), -(323,400,cs), -(369,400,o), -(388,364,o), -(388,291,cs), -(388,0,l), -(577,0,l), -(577,333,ls), -(577,494,o), -(500,554,o), -(403,554,cs), -(338,554,o), -(282,521,o), -(260,455,c), -(248,455,l), -(249,759,l), -(60,759,l), -(60,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -}; -width = 630; -}, -{ -anchors = ( -{ -name = bottom; -pos = (135,0); -}, -{ -name = center; -pos = (172,631); -}, -{ -name = top; -pos = (173,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(36,0,l), -(110,355,l), -(135,448,o), -(176,501,o), -(231,501,cs), -(299,501,o), -(306,451,o), -(289,366,cs), -(213,0,l), -(242,0,l), -(319,371,ls), -(337,457,o), -(327,526,o), -(244,526,cs), -(197,526,o), -(154,497,o), -(131,446,c), -(130,446,l), -(187,729,l), -(158,729,l), -(7,0,l) -); -} -); -width = 352; -}, -{ -anchors = ( -{ -name = bottom; -pos = (192,0); -}, -{ -name = center; -pos = (209,631); -}, -{ -name = top; -pos = (210,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,0,l), -(222,363,l), -(231,397,o), -(243,417,o), -(266,417,cs), -(297,417,o), -(295,386,o), -(286,340,cs), -(216,0,l), -(390,0,l), -(462,338,ls), -(490,470,o), -(472,551,o), -(362,551,cs), -(317,551,o), -(282,526,o), -(253,485,c), -(246,485,l), -(297,729,l), -(122,729,l), -(-30,0,l) -); -} -); -width = 470; -}, -{ -anchors = ( -{ -name = bottom; -pos = (244,0); -}, -{ -name = center; -pos = (220,631); -}, -{ -name = top; -pos = (200,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,0,l), -(127,293,ls), -(152,415,o), -(238,493,o), -(345,493,cs), -(453,493,o), -(492,419,o), -(465,288,cs), -(405,0,l), -(441,0,l), -(501,291,ls), -(532,440,o), -(474,527,o), -(354,527,cs), -(281,527,o), -(206,493,o), -(158,415,c), -(152,415,l), -(218,729,l), -(182,729,l), -(31,0,l) -); -} -); -width = 568; -}, -{ -anchors = ( -{ -name = bottom; -pos = (277,0); -}, -{ -name = center; -pos = (244,631); -}, -{ -name = top; -pos = (245,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(189,0,l), -(253,310,ls), -(265,369,o), -(305,401,o), -(350,401,cs), -(404,401,o), -(420,361,o), -(406,292,cs), -(346,0,l), -(537,0,l), -(603,311,ls), -(643,501,o), -(545,554,o), -(460,554,cs), -(394,554,o), -(326,519,o), -(294,467,c), -(286,467,l), -(340,729,l), -(149,729,l), -(-2,0,l) -); -} -); -width = 638; -}, -{ -anchors = ( -{ -name = bottom; -pos = (274,0); -}, -{ -name = center; -pos = (211,631); -}, -{ -name = top; -pos = (182,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,0,l), -(108,285,ls), -(136,419,o), -(244,494,o), -(367,494,cs), -(496,494,o), -(566,429,o), -(532,266,cs), -(477,0,l), -(513,0,l), -(570,270,ls), -(605,434,o), -(531,527,o), -(376,527,cs), -(286,527,o), -(192,485,o), -(138,406,c), -(133,406,l), -(200,729,l), -(163,729,l), -(12,0,l) -); -} -); -width = 620; -}, -{ -anchors = ( -{ -name = bottom; -pos = (319,0); -}, -{ -name = center; -pos = (257,631); -}, -{ -name = top; -pos = (247,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,l), -(265,282,ls), -(280,353,o), -(322,389,o), -(389,389,cs), -(449,389,o), -(482,347,o), -(464,261,cs), -(409,0,l), -(628,0,l), -(687,282,ls), -(724,461,o), -(637,554,o), -(490,554,cs), -(420,554,o), -(348,523,o), -(312,478,c), -(306,478,l), -(356,729,l), -(138,729,l), -(-13,0,l) -); -} -); -width = 714; -} -); -metricLeft = l; -metricRight = n; -unicode = 104; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/hbar.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/hbar.glyph deleted file mode 100644 index be9672a8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/hbar.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = hbar; -kernRight = KO_n; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-39,325); -ref = strokeshortcomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-45,325); -ref = strokeshortcomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-67,324); -ref = strokeshortcomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-51,325); -ref = strokeshortcomb; -} -); -width = 722; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-42,325); -ref = strokeshortcomb; -} -); -width = 303; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-47,325); -ref = strokeshortcomb; -} -); -width = 451; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-55,324); -ref = strokeshortcomb; -} -); -width = 530; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-38,325); -ref = strokeshortcomb; -} -); -width = 608; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = h; -}, -{ -alignment = -1; -pos = (-67,324); -ref = strokeshortcomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = h; -}, -{ -alignment = -1; -pos = (-51,325); -ref = strokeshortcomb; -} -); -width = 722; -}, -{ -layerId = m019; -shapes = ( -{ -ref = h; -}, -{ -pos = (-53,339); -ref = strokeshortcomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = h; -}, -{ -pos = (-24,341); -ref = strokeshortcomb; -} -); -width = 630; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = h; -}, -{ -pos = (28,325); -ref = strokeshortcomb; -} -); -width = 352; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = h; -}, -{ -pos = (20,325); -ref = strokeshortcomb; -} -); -width = 470; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = h; -}, -{ -pos = (18,324); -ref = strokeshortcomb; -} -); -width = 568; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = h; -}, -{ -pos = (22,325); -ref = strokeshortcomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-2,324); -ref = strokeshortcomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = h; -}, -{ -pos = (15,325); -ref = strokeshortcomb; -} -); -width = 714; -} -); -unicode = 295; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/hcircumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/hcircumflex.glyph deleted file mode 100644 index 80d4906e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/hcircumflex.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = hcircumflex; -kernRight = KO_n; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-54,57); -ref = circumflexcomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-101,51); -ref = circumflexcomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-94,57); -ref = circumflexcomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-137,56); -ref = circumflexcomb; -} -); -width = 722; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-57,57); -ref = circumflexcomb; -} -); -width = 303; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-103,51); -ref = circumflexcomb; -} -); -width = 451; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-67,57); -ref = circumflexcomb; -} -); -width = 530; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-100,51); -ref = circumflexcomb; -} -); -width = 608; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = h; -}, -{ -alignment = -1; -pos = (-94,57); -ref = circumflexcomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = h; -}, -{ -alignment = -1; -pos = (-137,56); -ref = circumflexcomb; -} -); -width = 722; -}, -{ -layerId = m019; -shapes = ( -{ -ref = h; -}, -{ -pos = (-59,87); -ref = circumflexcomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = h; -}, -{ -pos = (-83,81); -ref = circumflexcomb; -} -); -width = 630; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-42,57); -ref = circumflexcomb; -} -); -width = 352; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-92,51); -ref = circumflexcomb; -} -); -width = 470; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-52,57); -ref = circumflexcomb; -} -); -width = 568; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-84,51); -ref = circumflexcomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-84,57); -ref = circumflexcomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-129,56); -ref = circumflexcomb; -} -); -width = 714; -} -); -unicode = 293; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/hookabovecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/hookabovecomb.glyph deleted file mode 100644 index 63e8f3d7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/hookabovecomb.glyph +++ /dev/null @@ -1,906 +0,0 @@ -{ -glyphname = hookabovecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (81,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(143,783,o), -(174,825,o), -(174,874,cs), -(174,918,o), -(143,946,o), -(96,946,cs), -(77,946,o), -(56,941,o), -(43,933,c), -(43,908,l), -(60,918,o), -(76,922,o), -(97,922,cs), -(127,922,o), -(147,904,o), -(147,872,cs), -(147,832,o), -(121,797,o), -(63,753,c), -(78,735,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(118,772,o), -(141,808,o), -(141,847,cs), -(141,885,o), -(115,910,o), -(75,910,cs), -(64,910,o), -(50,908,o), -(40,904,c), -(40,880,l), -(48,883,o), -(58,885,o), -(71,885,cs), -(99,885,o), -(113,869,o), -(113,844,cs), -(113,815,o), -(96,788,o), -(52,753,c), -(70,735,l) -); -} -); -width = 181; -}, -{ -anchors = ( -{ -name = _top; -pos = (139,679); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(220,766,o), -(258,817,o), -(258,879,cs), -(258,957,o), -(195,992,o), -(126,992,cs), -(98,992,o), -(68,988,o), -(40,976,c), -(40,880,l), -(49,886,o), -(67,890,o), -(80,890,cs), -(102,890,o), -(120,881,o), -(120,858,cs), -(120,836,o), -(106,821,o), -(67,803,c), -(123,721,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,766,o), -(256,817,o), -(256,878,cs), -(256,956,o), -(193,990,o), -(125,990,cs), -(97,990,o), -(68,986,o), -(40,975,c), -(40,880,l), -(49,886,o), -(67,890,o), -(80,890,cs), -(102,890,o), -(120,881,o), -(120,858,cs), -(120,836,o), -(106,820,o), -(67,802,c), -(122,721,l) -); -} -); -width = 296; -}, -{ -anchors = ( -{ -name = _top; -pos = (108,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,763,o), -(177,800,o), -(177,840,cs), -(177,883,o), -(142,912,o), -(91,912,cs), -(74,912,o), -(57,910,o), -(40,904,c), -(41,875,l), -(55,881,o), -(69,883,o), -(86,883,cs), -(123,883,o), -(143,864,o), -(143,837,cs), -(143,804,o), -(117,780,o), -(65,753,c), -(84,729,l) -); -} -); -width = 217; -}, -{ -anchors = ( -{ -name = _top; -pos = (153,678); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(252,753,o), -(321,798,o), -(321,880,cs), -(321,946,o), -(265,990,o), -(148,990,cs), -(110,990,o), -(72,986,o), -(40,978,c), -(40,881,l), -(57,886,o), -(78,888,o), -(96,888,cs), -(119,888,o), -(140,883,o), -(140,863,cs), -(140,845,o), -(126,831,o), -(67,815,c), -(112,720,l) -); -} -); -width = 361; -}, -{ -anchors = ( -{ -name = _top; -pos = (61,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(143,783,o), -(174,825,o), -(174,874,cs), -(174,918,o), -(143,946,o), -(96,946,cs), -(77,946,o), -(56,941,o), -(43,933,c), -(43,908,l), -(60,918,o), -(76,922,o), -(97,922,cs), -(127,922,o), -(147,904,o), -(147,872,cs), -(147,832,o), -(121,797,o), -(63,753,c), -(78,735,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(98,772,o), -(121,808,o), -(121,847,cs), -(121,885,o), -(95,910,o), -(55,910,cs), -(44,910,o), -(30,908,o), -(20,904,c), -(20,880,l), -(28,883,o), -(38,885,o), -(51,885,cs), -(79,885,o), -(93,869,o), -(93,844,cs), -(93,815,o), -(76,788,o), -(32,753,c), -(50,735,l) -); -} -); -width = 141; -}, -{ -anchors = ( -{ -name = _top; -pos = (129,679); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(220,766,o), -(258,817,o), -(258,879,cs), -(258,957,o), -(195,992,o), -(126,992,cs), -(98,992,o), -(68,988,o), -(40,976,c), -(40,880,l), -(49,886,o), -(67,890,o), -(80,890,cs), -(102,890,o), -(120,881,o), -(120,858,cs), -(120,836,o), -(106,821,o), -(67,803,c), -(123,721,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,766,o), -(246,817,o), -(246,878,cs), -(246,956,o), -(183,990,o), -(115,990,cs), -(87,990,o), -(58,986,o), -(30,975,c), -(30,880,l), -(39,886,o), -(57,890,o), -(70,890,cs), -(92,890,o), -(110,881,o), -(110,858,cs), -(110,836,o), -(96,820,o), -(57,802,c), -(112,721,l) -); -} -); -width = 276; -}, -{ -anchors = ( -{ -name = _top; -pos = (88,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(142,763,o), -(167,800,o), -(167,840,cs), -(167,883,o), -(135,912,o), -(88,912,cs), -(72,912,o), -(56,910,o), -(40,904,c), -(41,875,l), -(54,881,o), -(67,883,o), -(82,883,cs), -(115,883,o), -(133,864,o), -(133,837,cs), -(133,804,o), -(110,780,o), -(63,753,c), -(81,729,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(131,763,o), -(157,800,o), -(157,840,cs), -(157,883,o), -(122,912,o), -(71,912,cs), -(54,912,o), -(37,910,o), -(20,904,c), -(21,875,l), -(35,881,o), -(49,883,o), -(66,883,cs), -(103,883,o), -(123,864,o), -(123,837,cs), -(123,804,o), -(97,780,o), -(45,753,c), -(64,729,l) -); -} -); -width = 177; -}, -{ -anchors = ( -{ -name = _top; -pos = (142,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(238,753,o), -(302,798,o), -(302,877,cs), -(302,942,o), -(251,985,o), -(141,985,cs), -(106,985,o), -(70,981,o), -(40,973,c), -(40,881,l), -(56,885,o), -(76,888,o), -(91,888,cs), -(111,888,o), -(131,882,o), -(131,861,cs), -(131,842,o), -(119,828,o), -(65,811,c), -(107,721,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,754,o), -(279,798,o), -(279,877,cs), -(279,941,o), -(227,984,o), -(119,984,cs), -(84,984,o), -(49,979,o), -(19,972,c), -(19,881,l), -(35,885,o), -(54,888,o), -(70,888,cs), -(91,888,o), -(111,882,o), -(111,861,cs), -(111,842,o), -(98,827,o), -(44,810,c), -(85,721,l) -); -} -); -width = 298; -}, -{ -anchors = ( -{ -name = _top; -pos = (98,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,763,o), -(167,800,o), -(167,840,cs), -(167,883,o), -(132,912,o), -(81,912,cs), -(64,912,o), -(47,910,o), -(30,904,c), -(31,875,l), -(45,881,o), -(59,883,o), -(76,883,cs), -(113,883,o), -(133,864,o), -(133,837,cs), -(133,804,o), -(107,780,o), -(55,753,c), -(74,729,l) -); -} -); -width = 197; -}, -{ -anchors = ( -{ -name = _top; -pos = (143,678); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,753,o), -(311,798,o), -(311,880,cs), -(311,946,o), -(255,990,o), -(138,990,cs), -(100,990,o), -(62,986,o), -(30,978,c), -(30,881,l), -(47,886,o), -(68,888,o), -(86,888,cs), -(109,888,o), -(130,883,o), -(130,863,cs), -(130,845,o), -(116,831,o), -(57,815,c), -(102,720,l) -); -} -); -width = 341; -}, -{ -anchors = ( -{ -name = _top; -pos = (109,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(142,763,o), -(167,800,o), -(167,840,cs), -(167,883,o), -(135,912,o), -(88,912,cs), -(72,912,o), -(56,910,o), -(40,904,c), -(41,875,l), -(54,881,o), -(67,883,o), -(82,883,cs), -(115,883,o), -(133,864,o), -(133,837,cs), -(133,804,o), -(110,780,o), -(63,753,c), -(81,729,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(151,763,o), -(176,800,o), -(176,840,cs), -(176,883,o), -(143,912,o), -(92,912,cs), -(75,912,o), -(58,910,o), -(43,904,c), -(44,875,l), -(56,881,o), -(70,883,o), -(87,883,cs), -(124,883,o), -(144,864,o), -(144,837,cs), -(144,804,o), -(118,780,o), -(66,753,c), -(85,729,l) -); -} -); -width = 218; -}, -{ -anchors = ( -{ -name = _top; -pos = (156,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(238,753,o), -(302,798,o), -(302,877,cs), -(302,942,o), -(251,985,o), -(141,985,cs), -(106,985,o), -(70,981,o), -(40,973,c), -(40,881,l), -(56,885,o), -(76,888,o), -(91,888,cs), -(111,888,o), -(131,882,o), -(131,861,cs), -(131,842,o), -(119,828,o), -(65,811,c), -(107,721,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(225,754,o), -(287,798,o), -(287,877,cs), -(287,941,o), -(238,984,o), -(135,984,cs), -(101,984,o), -(67,979,o), -(39,972,c), -(39,881,l), -(53,885,o), -(71,888,o), -(85,888,cs), -(102,888,o), -(121,882,o), -(121,861,cs), -(121,842,o), -(112,828,o), -(61,810,c), -(101,721,l) -); -} -); -width = 325; -}, -{ -anchors = ( -{ -name = _top; -pos = (189,673); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,756,o), -(299,793,o), -(299,846,cs), -(299,891,o), -(262,914,o), -(210,914,cs), -(199,914,o), -(187,913,o), -(175,910,c), -(170,881,l), -(181,884,o), -(194,885,o), -(205,885,cs), -(241,885,o), -(264,874,o), -(264,844,cs), -(264,801,o), -(220,777,o), -(171,757,c), -(185,731,l) -); -} -); -width = 219; -}, -{ -anchors = ( -{ -name = _top; -pos = (231,680); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(324,758,o), -(384,817,o), -(384,888,cs), -(384,955,o), -(331,993,o), -(251,993,cs), -(231,993,o), -(209,990,o), -(188,983,c), -(170,889,l), -(178,894,o), -(192,896,o), -(204,896,cs), -(227,896,o), -(245,887,o), -(245,866,cs), -(245,840,o), -(227,825,o), -(181,809,c), -(220,724,l) -); -} -); -width = 299; -}, -{ -anchors = ( -{ -name = _top; -pos = (189,673); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(246,755,o), -(299,791,o), -(299,846,cs), -(299,889,o), -(264,914,o), -(213,914,cs), -(199,914,o), -(187,913,o), -(175,910,c), -(170,881,l), -(182,884,o), -(194,885,o), -(206,885,cs), -(241,885,o), -(264,873,o), -(264,843,cs), -(264,801,o), -(219,776,o), -(171,757,c), -(185,731,l) -); -} -); -width = 219; -}, -{ -anchors = ( -{ -name = _top; -pos = (255,679); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,748,o), -(428,799,o), -(428,879,cs), -(428,949,o), -(362,988,o), -(259,988,cs), -(230,988,o), -(208,987,o), -(187,981,c), -(170,892,l), -(182,894,o), -(195,895,o), -(208,895,cs), -(231,895,o), -(257,891,o), -(257,869,cs), -(257,847,o), -(242,833,o), -(181,819,c), -(205,727,l) -); -} -); -width = 344; -}, -{ -anchors = ( -{ -name = _top; -pos = (188,673); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,760,o), -(299,795,o), -(299,846,cs), -(299,887,o), -(269,914,o), -(216,914,cs), -(202,914,o), -(186,912,o), -(175,909,c), -(170,881,l), -(179,883,o), -(194,885,o), -(210,885,cs), -(243,885,o), -(264,872,o), -(264,844,cs), -(264,811,o), -(242,787,o), -(171,758,c), -(185,731,l) -); -} -); -width = 219; -}, -{ -anchors = ( -{ -name = _top; -pos = (252,681); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(363,748,o), -(449,805,o), -(449,887,cs), -(449,953,o), -(391,994,o), -(257,994,cs), -(233,994,o), -(210,993,o), -(188,989,c), -(169,893,l), -(182,895,o), -(196,896,o), -(209,896,cs), -(235,896,o), -(266,893,o), -(266,871,cs), -(266,851,o), -(250,837,o), -(184,825,c), -(210,727,l) -); -} -); -width = 364; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 777; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/horncomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/horncomb.glyph deleted file mode 100644 index 86fb1a81..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/horncomb.glyph +++ /dev/null @@ -1,713 +0,0 @@ -{ -glyphname = horncomb; -layers = ( -{ -anchors = ( -{ -name = _topright; -pos = (40,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(97,492,o), -(127,520,o), -(115,602,c), -(87,602,l), -(100,535,o), -(81,516,o), -(40,516,c), -(40,492,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(102,492,o), -(142,522,o), -(134,636,c), -(108,636,l), -(116,538,o), -(90,516,o), -(40,516,c), -(40,492,l) -); -} -); -width = 175; -}, -{ -anchors = ( -{ -name = _topright; -pos = (40,542); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(149,467,o), -(212,520,o), -(201,631,c), -(56,631,l), -(63,589,o), -(51,564,o), -(10,562,c), -(10,467,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,450,o), -(237,497,o), -(223,601,c), -(108,601,l), -(113,555,o), -(93,537,o), -(40,542,c), -(40,459,l) -); -} -); -width = 265; -}, -{ -anchors = ( -{ -name = _topright; -pos = (40,525); -} -); -background = { -anchors = ( -{ -name = _topright; -pos = (10,522); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(118,489,o), -(165,551,o), -(143,632,c), -(107,632,l), -(123,561,o), -(102,522,o), -(10,522,c), -(10,492,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,495,o), -(191,556,o), -(182,668,c), -(147,668,l), -(156,572,o), -(119,525,o), -(40,525,c), -(40,495,l) -); -} -); -width = 223; -}, -{ -anchors = ( -{ -name = _topright; -pos = (40,610); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(235,468,o), -(341,519,o), -(317,689,c), -(137,689,l), -(145,622,o), -(133,600,o), -(40,610,c), -(40,485,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(269,477,o), -(344,550,o), -(323,689,c), -(137,689,l), -(145,623,o), -(132,604,o), -(40,610,c), -(40,495,l) -); -} -); -width = 366; -}, -{ -anchors = ( -{ -name = _topright; -pos = (20,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(97,492,o), -(127,520,o), -(115,602,c), -(87,602,l), -(100,535,o), -(81,516,o), -(40,516,c), -(40,492,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(82,492,o), -(122,522,o), -(114,636,c), -(88,636,l), -(96,538,o), -(70,516,o), -(20,516,c), -(20,492,l) -); -} -); -width = 135; -}, -{ -anchors = ( -{ -name = _topright; -pos = (30,542); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(149,467,o), -(212,520,o), -(201,631,c), -(56,631,l), -(63,589,o), -(51,564,o), -(10,562,c), -(10,467,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,450,o), -(227,497,o), -(213,601,c), -(98,601,l), -(103,555,o), -(83,537,o), -(30,542,c), -(30,459,l) -); -} -); -width = 245; -}, -{ -anchors = ( -{ -name = _topright; -pos = (20,509); -} -); -background = { -anchors = ( -{ -name = _topright; -pos = (10,522); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(118,489,o), -(165,551,o), -(143,632,c), -(107,632,l), -(123,561,o), -(102,522,o), -(10,522,c), -(10,492,l) -); -} -); -}; -guides = ( -{ -pos = (64,602); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(115,480,o), -(160,533,o), -(150,637,c), -(117,637,l), -(126,549,o), -(96,509,o), -(20,509,c), -(20,480,l) -); -} -); -width = 171; -}, -{ -anchors = ( -{ -name = _topright; -pos = (19,590); -} -); -background = { -anchors = ( -{ -name = _topright; -pos = (40,541); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(213,427,o), -(275,481,o), -(275,607,c), -(127,607,l), -(127,559,o), -(116,543,o), -(40,541,c), -(40,427,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(198,472,o), -(285,540,o), -(264,676,c), -(116,676,l), -(126,609,o), -(97,583,o), -(19,590,c), -(19,486,l) -); -} -); -width = 286; -}, -{ -anchors = ( -{ -name = _topright; -pos = (30,525); -} -); -background = { -anchors = ( -{ -name = _topright; -pos = (10,522); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(118,489,o), -(165,551,o), -(143,632,c), -(107,632,l), -(123,561,o), -(102,522,o), -(10,522,c), -(10,492,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(131,495,o), -(181,556,o), -(172,668,c), -(137,668,l), -(146,572,o), -(109,525,o), -(30,525,c), -(30,495,l) -); -} -); -width = 203; -}, -{ -anchors = ( -{ -name = _topright; -pos = (30,610); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(235,468,o), -(341,519,o), -(317,689,c), -(137,689,l), -(145,622,o), -(133,600,o), -(40,610,c), -(40,485,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,477,o), -(334,550,o), -(313,689,c), -(127,689,l), -(135,623,o), -(122,604,o), -(30,610,c), -(30,495,l) -); -} -); -width = 346; -}, -{ -anchors = ( -{ -name = _topright; -pos = (43,509); -} -); -background = { -anchors = ( -{ -name = _topright; -pos = (10,522); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(118,489,o), -(165,551,o), -(143,632,c), -(107,632,l), -(123,561,o), -(102,522,o), -(10,522,c), -(10,492,l) -); -} -); -}; -guides = ( -{ -pos = (87,602); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(136,480,o), -(179,533,o), -(169,637,c), -(138,637,l), -(147,549,o), -(117,509,o), -(43,509,c), -(43,480,l) -); -} -); -width = 212; -}, -{ -anchors = ( -{ -name = _topright; -pos = (39,590); -} -); -background = { -anchors = ( -{ -name = _topright; -pos = (40,541); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(213,427,o), -(275,481,o), -(275,607,c), -(127,607,l), -(127,559,o), -(116,543,o), -(40,541,c), -(40,427,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(209,472,o), -(292,540,o), -(272,676,c), -(126,676,l), -(135,609,o), -(109,583,o), -(39,590,c), -(39,486,l) -); -} -); -width = 313; -}, -{ -anchors = ( -{ -name = _topright; -pos = (93,516); -} -); -guides = ( -{ -pos = (244,602); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(161,492,o), -(202,537,o), -(211,636,c), -(184,636,l), -(177,554,o), -(147,516,o), -(93,516,c), -(88,492,l) -); -} -); -width = 175; -}, -{ -anchors = ( -{ -name = _topright; -pos = (96,542); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,450,o), -(284,497,o), -(291,601,c), -(176,601,l), -(172,555,o), -(148,537,o), -(96,542,c), -(80,459,l) -); -} -); -width = 265; -}, -{ -anchors = ( -{ -name = _topright; -pos = (92,510); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(183,480,o), -(240,536,o), -(248,637,c), -(214,637,l), -(207,554,o), -(165,510,o), -(92,510,c), -(86,480,l) -); -} -); -width = 212; -}, -{ -anchors = ( -{ -name = _topright; -pos = (106,590); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,472,o), -(362,540,o), -(368,676,c), -(220,676,l), -(217,609,o), -(182,583,o), -(106,590,c), -(86,486,l) -); -} -); -width = 328; -}, -{ -anchors = ( -{ -name = _topright; -pos = (95,525); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,494,o), -(253,553,o), -(265,668,c), -(230,668,l), -(220,574,o), -(174,525,o), -(95,525,c), -(89,495,l) -); -} -); -width = 222; -}, -{ -anchors = ( -{ -name = _topright; -pos = (112,622); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,483,o), -(395,545,o), -(407,689,c), -(233,689,l), -(224,634,o), -(192,618,o), -(112,622,c), -(90,507,l) -); -} -); -width = 363; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 795; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/hungarumlaut.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/hungarumlaut.glyph deleted file mode 100644 index 3e4f3b16..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/hungarumlaut.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = hungarumlaut; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 274; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 484; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 355; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 581; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = hungarumlautcomb; -} -); -width = 274; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = hungarumlautcomb; -} -); -width = 484; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = hungarumlautcomb; -} -); -width = 322; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = hungarumlautcomb; -} -); -width = 553; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = hungarumlautcomb; -} -); -width = 355; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = hungarumlautcomb; -} -); -width = 581; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 321; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 555; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 276; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 529; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 323; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 563; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 357; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = hungarumlautcomb; -} -); -width = 591; -} -); -unicode = 733; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/hungarumlautcomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/hungarumlautcomb.glyph deleted file mode 100644 index 196eb642..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/hungarumlautcomb.glyph +++ /dev/null @@ -1,554 +0,0 @@ -{ -glyphname = hungarumlautcomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (183,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,735,l), -(239,884,l), -(75,884,l), -(40,735,l) -); -}, -{ -closed = 1; -nodes = ( -(338,735,l), -(444,884,l), -(279,884,l), -(209,735,l) -); -} -); -width = 484; -}, -{ -anchors = ( -{ -name = _top; -pos = (97,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(68,746,l), -(137,882,l), -(104,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(154,746,l), -(234,882,l), -(198,882,l), -(125,746,l) -); -} -); -width = 274; -}, -{ -anchors = ( -{ -name = _top; -pos = (129,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(75,746,l), -(165,882,l), -(121,882,l), -(40,746,l) -); -}, -{ -closed = 1; -nodes = ( -(218,746,l), -(315,882,l), -(269,882,l), -(183,746,l) -); -} -); -width = 355; -}, -{ -anchors = ( -{ -name = _top; -pos = (217,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(184,729,l), -(278,878,l), -(91,878,l), -(40,729,l) -); -}, -{ -closed = 1; -nodes = ( -(409,729,l), -(541,878,l), -(341,878,l), -(250,729,l) -); -} -); -width = 581; -}, -{ -anchors = ( -{ -name = _top; -pos = (77,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(48,746,l), -(117,882,l), -(84,882,l), -(20,746,l) -); -}, -{ -closed = 1; -nodes = ( -(134,746,l), -(214,882,l), -(178,882,l), -(105,746,l) -); -} -); -width = 234; -}, -{ -anchors = ( -{ -name = _top; -pos = (173,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,735,l), -(229,884,l), -(65,884,l), -(30,735,l) -); -}, -{ -closed = 1; -nodes = ( -(328,735,l), -(434,884,l), -(269,884,l), -(199,735,l) -); -} -); -width = 464; -}, -{ -anchors = ( -{ -name = _top; -pos = (101,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,746,l), -(127,882,l), -(86,882,l), -(20,746,l) -); -}, -{ -closed = 1; -nodes = ( -(184,746,l), -(262,882,l), -(221,882,l), -(153,746,l) -); -} -); -width = 282; -}, -{ -anchors = ( -{ -name = _top; -pos = (192,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(156,735,l), -(252,884,l), -(74,884,l), -(19,735,l) -); -}, -{ -closed = 1; -nodes = ( -(380,735,l), -(512,884,l), -(322,884,l), -(228,735,l) -); -} -); -width = 531; -}, -{ -anchors = ( -{ -name = _top; -pos = (119,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(65,746,l), -(155,882,l), -(111,882,l), -(30,746,l) -); -}, -{ -closed = 1; -nodes = ( -(208,746,l), -(305,882,l), -(259,882,l), -(173,746,l) -); -} -); -width = 335; -}, -{ -anchors = ( -{ -name = _top; -pos = (207,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,729,l), -(268,878,l), -(81,878,l), -(30,729,l) -); -}, -{ -closed = 1; -nodes = ( -(399,729,l), -(531,878,l), -(331,878,l), -(240,729,l) -); -} -); -width = 561; -}, -{ -anchors = ( -{ -name = _top; -pos = (122,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(70,746,l), -(148,882,l), -(107,882,l), -(43,746,l) -); -}, -{ -closed = 1; -nodes = ( -(203,746,l), -(279,882,l), -(240,882,l), -(172,746,l) -); -} -); -width = 321; -}, -{ -anchors = ( -{ -name = _top; -pos = (207,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(174,735,l), -(265,884,l), -(89,884,l), -(39,735,l) -); -}, -{ -closed = 1; -nodes = ( -(390,735,l), -(518,884,l), -(330,884,l), -(240,735,l) -); -} -); -width = 555; -}, -{ -anchors = ( -{ -name = _top; -pos = (183,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,746,l), -(267,882,l), -(233,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(257,746,l), -(365,882,l), -(328,882,l), -(227,746,l) -); -} -); -width = 276; -}, -{ -anchors = ( -{ -name = _top; -pos = (276,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,735,l), -(375,884,l), -(215,884,l), -(136,735,l) -); -}, -{ -closed = 1; -nodes = ( -(458,735,l), -(616,884,l), -(438,884,l), -(314,735,l) -); -} -); -width = 529; -}, -{ -anchors = ( -{ -name = _top; -pos = (208,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(173,746,l), -(277,882,l), -(236,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(306,746,l), -(412,882,l), -(370,882,l), -(274,746,l) -); -} -); -width = 323; -}, -{ -anchors = ( -{ -name = _top; -pos = (295,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,735,l), -(392,884,l), -(216,884,l), -(136,735,l) -); -}, -{ -closed = 1; -nodes = ( -(493,735,l), -(650,884,l), -(462,884,l), -(342,735,l) -); -} -); -width = 563; -}, -{ -anchors = ( -{ -name = _top; -pos = (215,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,746,l), -(295,882,l), -(250,882,l), -(141,746,l) -); -}, -{ -closed = 1; -nodes = ( -(321,746,l), -(446,882,l), -(398,882,l), -(284,746,l) -); -} -); -width = 357; -}, -{ -anchors = ( -{ -name = _top; -pos = (305,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(284,729,l), -(408,878,l), -(216,878,l), -(135,729,l) -); -}, -{ -closed = 1; -nodes = ( -(514,729,l), -(676,878,l), -(471,878,l), -(350,729,l) -); -} -); -width = 591; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 779; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/hyphen.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/hyphen.case.glyph deleted file mode 100644 index 47574e93..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/hyphen.case.glyph +++ /dev/null @@ -1,202 +0,0 @@ -{ -color = 6; -glyphname = hyphen.case; -kernLeft = KO_hyphen.case; -kernRight = KO_hyphen.case; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,106); -ref = hyphen; -} -); -width = 264; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,94); -ref = hyphen; -} -); -width = 352; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,106); -ref = hyphen; -} -); -width = 378; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,94); -ref = hyphen; -} -); -width = 418; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,106); -ref = hyphen; -} -); -width = 264; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -pos = (0,94); -ref = hyphen; -} -); -width = 352; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,106); -ref = hyphen; -} -); -width = 380; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,93); -ref = hyphen; -} -); -width = 410; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,106); -ref = hyphen; -} -); -width = 378; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,94); -ref = hyphen; -} -); -width = 418; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,106); -ref = hyphen; -} -); -width = 377; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,93); -ref = hyphen; -} -); -width = 413; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (22,106); -ref = hyphen; -} -); -width = 262; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (19,94); -ref = hyphen; -} -); -width = 348; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (22,106); -ref = hyphen; -} -); -width = 378; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (19,93); -ref = hyphen; -} -); -width = 426; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (22,106); -ref = hyphen; -} -); -width = 376; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (19,94); -ref = hyphen; -} -); -width = 414; -} -); -metricLeft = hyphen; -metricRight = hyphen; -userData = { -KernOnSpecialSpacing = { -L = hyphen; -R = hyphen; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/hyphen.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/hyphen.glyph deleted file mode 100644 index 4ab2d416..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/hyphen.glyph +++ /dev/null @@ -1,321 +0,0 @@ -{ -glyphname = hyphen; -kernLeft = KO_hyphen; -kernRight = KO_hyphen; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(333,191,l), -(333,351,l), -(19,351,l), -(19,191,l) -); -} -); -width = 352; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(222,246,l), -(222,271,l), -(42,271,l), -(42,246,l) -); -} -); -width = 264; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,243,l), -(332,275,l), -(46,275,l), -(46,243,l) -); -} -); -width = 378; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(388,187,l), -(388,355,l), -(30,355,l), -(30,187,l) -); -} -); -width = 418; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,246,l), -(202,271,l), -(22,271,l), -(22,246,l) -); -} -); -width = 224; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,191,l), -(323,351,l), -(9,351,l), -(9,191,l) -); -} -); -width = 332; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,242,l), -(300,275,l), -(40,275,l), -(40,242,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 340; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,192,l), -(371,352,l), -(17,352,l), -(17,192,l) -); -} -); -width = 388; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,243,l), -(322,275,l), -(36,275,l), -(36,243,l) -); -} -); -width = 358; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(378,187,l), -(378,355,l), -(20,355,l), -(20,187,l) -); -} -); -width = 398; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(337,242,l), -(337,276,l), -(43,276,l), -(43,242,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 377; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(377,192,l), -(377,352,l), -(37,352,l), -(37,192,l) -); -} -); -width = 413; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,246,l), -(223,271,l), -(45,271,l), -(40,246,l) -); -} -); -width = 262; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,191,l), -(347,351,l), -(36,351,l), -(3,191,l) -); -} -); -width = 348; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,242,l), -(322,275,l), -(64,275,l), -(57,242,l) -); -} -); -width = 378; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(372,192,l), -(406,352,l), -(55,352,l), -(22,192,l) -); -} -); -width = 426; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(326,243,l), -(333,275,l), -(50,275,l), -(43,243,l) -); -} -); -width = 376; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(366,187,l), -(402,355,l), -(47,355,l), -(12,187,l) -); -} -); -width = 414; -} -); -unicode = 45; -userData = { -KernOnName = hyphen; -KernOnSpecialSpacing = { -L = hyphen; -R = hyphen; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/i.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/i.glyph deleted file mode 100644 index d9e49f9a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/i.glyph +++ /dev/null @@ -1,630 +0,0 @@ -{ -color = 6; -glyphname = i; -kernLeft = KO_i; -kernRight = KO_l; -layers = ( -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (231,0); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-18,-137); -ref = dotaccentcomb; -} -); -width = 231; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (149,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(89,609,l), -(89,729,l), -(60,729,l), -(60,609,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (12,-156); -ref = dotaccentcomb; -} -); -width = 149; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (169,0); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (13,-155); -ref = dotaccentcomb; -} -); -width = 169; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (307,0); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-4,-129); -ref = dotaccentcomb; -} -); -width = 307; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (102,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(89,609,l), -(89,729,l), -(60,729,l), -(60,609,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (8,-151); -ref = dotaccentcomb; -} -); -width = 102; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (209,0); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-19,-137); -ref = dotaccentcomb; -} -); -width = 209; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (154,0); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (25,-150); -ref = dotaccentcomb; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 154; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (251,0); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (10,-134); -ref = dotaccentcomb; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -}; -width = 251; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (149,0); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (13,-155); -ref = dotaccentcomb; -} -); -width = 149; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (287,0); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-4,-129); -ref = dotaccentcomb; -} -); -width = 287; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (203,0); -} -); -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (31,-133); -ref = dotaccentcomb; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 207; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (303,0); -} -); -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (18,-120); -ref = dotaccentcomb; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -}; -width = 303; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (151,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-26,-156); -ref = dotaccentcomb; -} -); -width = 151; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (229,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(139,0,l), -(252,541,l), -(76,541,l), -(-37,0,l) -); -}, -{ -closed = 1; -nodes = ( -(248,586,o), -(287,621,o), -(287,671,cs), -(287,722,o), -(250,751,o), -(197,751,cs), -(138,751,o), -(99,716,o), -(99,666,cs), -(99,615,o), -(136,586,o), -(189,586,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-47,-137); -ref = dotaccentcomb; -} -); -width = 229; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (206,0); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (0,-155); -ref = dotaccentcomb; -} -); -width = 206; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (302,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(179,0,l), -(294,544,l), -(102,544,l), -(-12,0,l) -); -}, -{ -closed = 1; -nodes = ( -(279,588,o), -(319,623,o), -(319,673,cs), -(319,725,o), -(279,754,o), -(224,754,cs), -(162,754,o), -(121,720,o), -(121,669,cs), -(121,617,o), -(162,588,o), -(217,588,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-17,-134); -ref = dotaccentcomb; -} -); -width = 302; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (168,0); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-19,-155); -ref = dotaccentcomb; -} -); -width = 168; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (306,0); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-35,-129); -ref = dotaccentcomb; -} -); -width = 306; -} -); -unicode = 105; -userData = { -KernOnName = i; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/i.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/i.ss01.glyph deleted file mode 100644 index 71392f09..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/i.ss01.glyph +++ /dev/null @@ -1,590 +0,0 @@ -{ -color = 6; -glyphname = i.ss01; -kernLeft = KO_i; -kernRight = KO_i.ss01; -layers = ( -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (231,0); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-13,-137); -ref = dotaccentcomb.ss01; -} -); -width = 231; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (149,0); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (20,-156); -ref = dotaccentcomb.ss01; -} -); -width = 149; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (169,0); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (26,-155); -ref = dotaccentcomb.ss01; -} -); -width = 169; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (307,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,544,l), -(43,544,l), -(43,0,l) -); -}, -{ -closed = 1; -nodes = ( -(264,600,l), -(264,729,l), -(43,729,l), -(43,600,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (3,-129); -ref = dotaccentcomb.ss01; -} -); -width = 307; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (102,0); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (16,-156); -ref = dotaccentcomb.ss01; -} -); -width = 102; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (209,0); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-14,-137); -ref = dotaccentcomb.ss01; -} -); -width = 209; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (154,0); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (38,-155); -ref = dotaccentcomb.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 154; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (251,0); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (11,-134); -ref = dotaccentcomb.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -}; -width = 251; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (169,0); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (26,-155); -ref = dotaccentcomb.ss01; -} -); -width = 169; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (307,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,544,l), -(43,544,l), -(43,0,l) -); -}, -{ -closed = 1; -nodes = ( -(264,600,l), -(264,729,l), -(43,729,l), -(43,600,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (3,-129); -ref = dotaccentcomb.ss01; -} -); -width = 307; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (203,0); -} -); -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (44,-155); -ref = dotaccentcomb.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 207; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (303,0); -} -); -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (17,-134); -ref = dotaccentcomb.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = l; -}; -width = 303; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (151,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-12,-156); -ref = dotaccentcomb.ss01; -} -); -width = 151; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (229,0); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-41,-137); -ref = dotaccentcomb.ss01; -} -); -width = 229; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (206,0); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (13,-155); -ref = dotaccentcomb.ss01; -} -); -width = 206; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (302,0); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-12,-134); -ref = dotaccentcomb.ss01; -} -); -width = 302; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (168,0); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-6,-155); -ref = dotaccentcomb.ss01; -} -); -width = 168; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (306,0); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-26,-134); -ref = dotaccentcomb.ss01; -} -); -width = 306; -} -); -metricLeft = l; -metricRight = l; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/iacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/iacute.glyph deleted file mode 100644 index e8e92a60..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/iacute.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = iacute; -kernLeft = KO_n; -kernRight = KO_jacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (19,-156); -ref = acutecomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (4,-137); -ref = acutecomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (27,-155); -ref = acutecomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (37,-129); -ref = acutecomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (15,-156); -ref = acutecomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (3,-137); -ref = acutecomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (42,-155); -ref = acutecomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (35,-134); -ref = acutecomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (27,-155); -ref = acutecomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (37,-129); -ref = acutecomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (48,-155); -ref = acutecomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (41,-134); -ref = acutecomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-13,-156); -ref = acutecomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-24,-137); -ref = acutecomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (15,-155); -ref = acutecomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (13,-134); -ref = acutecomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-5,-155); -ref = acutecomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (9,-129); -ref = acutecomb; -} -); -width = 306; -} -); -unicode = 237; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ibreve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ibreve.glyph deleted file mode 100644 index 76d9c510..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ibreve.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = ibreve; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-49,-156); -ref = brevecomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-79,-137); -ref = brevecomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-89,-155); -ref = brevecomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-85,-129); -ref = brevecomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-53,-156); -ref = brevecomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-80,-137); -ref = brevecomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-71,-161); -ref = brevecomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-72,-134); -ref = brevecomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-89,-155); -ref = brevecomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-85,-129); -ref = brevecomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-63,-161); -ref = brevecomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-60,-134); -ref = brevecomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-86,-156); -ref = brevecomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-109,-137); -ref = brevecomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-99,-155); -ref = brevecomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-104,-134); -ref = brevecomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-127,-155); -ref = brevecomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-113,-134); -ref = brevecomb; -} -); -width = 306; -} -); -unicode = 301; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/idieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/idieresis.glyph deleted file mode 100644 index 3a063cbc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/idieresis.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = idieresis; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-43,-156); -ref = dieresiscomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-109,-137); -ref = dieresiscomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-92,-155); -ref = dieresiscomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-129,-134); -ref = dieresiscomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-47,-156); -ref = dieresiscomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-110,-137); -ref = dieresiscomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-65,-155); -ref = dieresiscomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-96,-134); -ref = dieresiscomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-92,-155); -ref = dieresiscomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-129,-134); -ref = dieresiscomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-57,-155); -ref = dieresiscomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-84,-134); -ref = dieresiscomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-81,-156); -ref = dieresiscomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-146,-137); -ref = dieresiscomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-90,-155); -ref = dieresiscomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-121,-134); -ref = dieresiscomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-124,-155); -ref = dieresiscomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-160,-134); -ref = dieresiscomb; -} -); -width = 306; -} -); -unicode = 239; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/idieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/idieresis.ss01.glyph deleted file mode 100644 index 5d956c36..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/idieresis.ss01.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = idieresis.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-32,-156); -ref = dieresiscomb.ss01; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-108,-137); -ref = dieresiscomb.ss01; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-59,-155); -ref = dieresiscomb.ss01; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-107,-134); -ref = dieresiscomb.ss01; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-36,-156); -ref = dieresiscomb.ss01; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-109,-137); -ref = dieresiscomb.ss01; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-38,-155); -ref = dieresiscomb.ss01; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-84,-134); -ref = dieresiscomb.ss01; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-59,-155); -ref = dieresiscomb.ss01; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-107,-134); -ref = dieresiscomb.ss01; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-32,-155); -ref = dieresiscomb.ss01; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-72,-134); -ref = dieresiscomb.ss01; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-68,-156); -ref = dieresiscomb.ss01; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-138,-137); -ref = dieresiscomb.ss01; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-68,-155); -ref = dieresiscomb.ss01; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-105,-134); -ref = dieresiscomb.ss01; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-87,-155); -ref = dieresiscomb.ss01; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-131,-134); -ref = dieresiscomb.ss01; -} -); -width = 306; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/idotaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/idotaccent.glyph deleted file mode 100644 index 3259bc3a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/idotaccent.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = idotaccent; -kernLeft = KO_i; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (12,-156); -ref = dotaccentcomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-18,-137); -ref = dotaccentcomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (13,-155); -ref = dotaccentcomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-4,-129); -ref = dotaccentcomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (8,-151); -ref = dotaccentcomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-19,-137); -ref = dotaccentcomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (25,-150); -ref = dotaccentcomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (10,-134); -ref = dotaccentcomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (13,-155); -ref = dotaccentcomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-4,-129); -ref = dotaccentcomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (31,-133); -ref = dotaccentcomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (18,-120); -ref = dotaccentcomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-26,-156); -ref = dotaccentcomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-47,-137); -ref = dotaccentcomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (0,-155); -ref = dotaccentcomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-17,-134); -ref = dotaccentcomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-19,-155); -ref = dotaccentcomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-35,-129); -ref = dotaccentcomb; -} -); -width = 306; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/idotaccent.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/idotaccent.ss01.glyph deleted file mode 100644 index 12ca4755..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/idotaccent.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = idotaccent.ss01; -kernLeft = KO_i; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (20,-156); -ref = dotaccentcomb.ss01; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-13,-137); -ref = dotaccentcomb.ss01; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (26,-155); -ref = dotaccentcomb.ss01; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (3,-129); -ref = dotaccentcomb.ss01; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (16,-156); -ref = dotaccentcomb.ss01; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-14,-137); -ref = dotaccentcomb.ss01; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (38,-155); -ref = dotaccentcomb.ss01; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (11,-134); -ref = dotaccentcomb.ss01; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (26,-155); -ref = dotaccentcomb.ss01; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (3,-129); -ref = dotaccentcomb.ss01; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (44,-155); -ref = dotaccentcomb.ss01; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (17,-134); -ref = dotaccentcomb.ss01; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-12,-156); -ref = dotaccentcomb.ss01; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-41,-137); -ref = dotaccentcomb.ss01; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (13,-155); -ref = dotaccentcomb.ss01; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-12,-134); -ref = dotaccentcomb.ss01; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-6,-155); -ref = dotaccentcomb.ss01; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-26,-134); -ref = dotaccentcomb.ss01; -} -); -width = 306; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.dotless.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.dotless.glyph deleted file mode 100644 index addd6729..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.dotless.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = idotbelow.dotless; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (12,0); -ref = dotbelowcomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-2,0); -ref = dotbelowcomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (13,0); -ref = dotbelowcomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (1,0); -ref = dotbelowcomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (8,0); -ref = dotbelowcomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-3,0); -ref = dotbelowcomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (25,0); -ref = dotbelowcomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (22,0); -ref = dotbelowcomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (13,0); -ref = dotbelowcomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (1,0); -ref = dotbelowcomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (31,0); -ref = dotbelowcomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (30,0); -ref = dotbelowcomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (12,0); -ref = dotbelowcomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-7,0); -ref = dotbelowcomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (31,0); -ref = dotbelowcomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (23,0); -ref = dotbelowcomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (13,0); -ref = dotbelowcomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -ref = dotbelowcomb; -} -); -width = 306; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.dotless.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.dotless.ss01.glyph deleted file mode 100644 index 396f6ab0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.dotless.ss01.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = idotbelow.dotless.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (20,0); -ref = dotbelowcomb.ss01; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-13,0); -ref = dotbelowcomb.ss01; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (26,0); -ref = dotbelowcomb.ss01; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (13,0); -ref = dotbelowcomb.ss01; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (16,0); -ref = dotbelowcomb.ss01; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-14,0); -ref = dotbelowcomb.ss01; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (38,0); -ref = dotbelowcomb.ss01; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (11,0); -ref = dotbelowcomb.ss01; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (26,0); -ref = dotbelowcomb.ss01; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (13,0); -ref = dotbelowcomb.ss01; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (44,0); -ref = dotbelowcomb.ss01; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (17,0); -ref = dotbelowcomb.ss01; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (20,0); -ref = dotbelowcomb.ss01; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-16,0); -ref = dotbelowcomb.ss01; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (44,0); -ref = dotbelowcomb.ss01; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (14,0); -ref = dotbelowcomb.ss01; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (24,0); -ref = dotbelowcomb.ss01; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (14,0); -ref = dotbelowcomb.ss01; -} -); -width = 306; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.glyph deleted file mode 100644 index 0b845abc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.glyph +++ /dev/null @@ -1,240 +0,0 @@ -{ -color = 6; -glyphname = idotbelow; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = i; -}, -{ -pos = (12,0); -ref = dotbelowcomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = i; -}, -{ -pos = (-2,0); -ref = dotbelowcomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = i; -}, -{ -pos = (13,0); -ref = dotbelowcomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = i; -}, -{ -pos = (1,0); -ref = dotbelowcomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = i; -}, -{ -pos = (8,0); -ref = dotbelowcomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = i; -}, -{ -pos = (-3,0); -ref = dotbelowcomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = i; -}, -{ -pos = (25,0); -ref = dotbelowcomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = i; -}, -{ -pos = (22,0); -ref = dotbelowcomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = i; -}, -{ -pos = (13,0); -ref = dotbelowcomb; -} -); -width = 149; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = i; -}, -{ -pos = (1,0); -ref = dotbelowcomb; -} -); -width = 287; -}, -{ -layerId = m019; -shapes = ( -{ -ref = i; -}, -{ -pos = (31,0); -ref = dotbelowcomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = i; -}, -{ -pos = (30,0); -ref = dotbelowcomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = i; -}, -{ -pos = (12,0); -ref = dotbelowcomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = i; -}, -{ -pos = (-7,0); -ref = dotbelowcomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = i; -}, -{ -pos = (31,0); -ref = dotbelowcomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = i; -}, -{ -pos = (23,0); -ref = dotbelowcomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = i; -}, -{ -pos = (13,0); -ref = dotbelowcomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = i; -}, -{ -ref = dotbelowcomb; -} -); -width = 306; -} -); -unicode = 7883; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.ss01.glyph deleted file mode 100644 index 59c8962a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/idotbelow.ss01.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = idotbelow.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (20,0); -ref = dotbelowcomb.ss01; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (-13,0); -ref = dotbelowcomb.ss01; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (26,0); -ref = dotbelowcomb.ss01; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (13,0); -ref = dotbelowcomb.ss01; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (16,0); -ref = dotbelowcomb.ss01; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (-14,0); -ref = dotbelowcomb.ss01; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (38,0); -ref = dotbelowcomb.ss01; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (11,0); -ref = dotbelowcomb.ss01; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = i.ss01; -}, -{ -alignment = -1; -pos = (26,0); -ref = dotbelowcomb.ss01; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = i.ss01; -}, -{ -alignment = -1; -pos = (13,0); -ref = dotbelowcomb.ss01; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (44,0); -ref = dotbelowcomb.ss01; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (17,0); -ref = dotbelowcomb.ss01; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (20,0); -ref = dotbelowcomb.ss01; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (-16,0); -ref = dotbelowcomb.ss01; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (44,0); -ref = dotbelowcomb.ss01; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (14,0); -ref = dotbelowcomb.ss01; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (24,0); -ref = dotbelowcomb.ss01; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = i.ss01; -}, -{ -pos = (14,0); -ref = dotbelowcomb.ss01; -} -); -width = 306; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/idotless.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/idotless.glyph deleted file mode 100644 index ae7a20f3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/idotless.glyph +++ /dev/null @@ -1,532 +0,0 @@ -{ -glyphname = idotless; -kernLeft = KO_n; -kernRight = KO_a; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (75,0); -}, -{ -name = ogonek; -pos = (89,0); -}, -{ -name = top; -pos = (75,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,0,l), -(89,516,l), -(60,516,l), -(60,0,l) -); -} -); -width = 149; -}, -{ -anchors = ( -{ -name = bottom; -pos = (116,0); -}, -{ -name = ogonek; -pos = (204,0); -}, -{ -name = top; -pos = (116,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(204,541,l), -(27,541,l), -(27,0,l) -); -} -); -width = 231; -}, -{ -anchors = ( -{ -name = bottom; -pos = (85,0); -}, -{ -name = ogonek; -pos = (103,0); -}, -{ -name = top; -pos = (85,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,0,l), -(103,517,l), -(66,517,l), -(66,0,l) -); -} -); -width = 169; -}, -{ -anchors = ( -{ -name = bottom; -pos = (154,0); -}, -{ -name = ogonek; -pos = (264,0); -}, -{ -name = top; -pos = (154,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,544,l), -(43,544,l), -(43,0,l) -); -} -); -width = 307; -}, -{ -anchors = ( -{ -name = bottom; -pos = (51,0); -}, -{ -name = ogonek; -pos = (65,0); -}, -{ -name = top; -pos = (51,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,0,l), -(66,516,l), -(36,516,l), -(36,0,l) -); -} -); -width = 102; -}, -{ -anchors = ( -{ -name = bottom; -pos = (105,0); -}, -{ -name = ogonek; -pos = (193,0); -}, -{ -name = top; -pos = (105,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,0,l), -(193,541,l), -(16,541,l), -(16,0,l) -); -} -); -width = 209; -}, -{ -anchors = ( -{ -name = bottom; -pos = (77,0); -}, -{ -name = ogonek; -pos = (95,0); -}, -{ -name = top; -pos = (77,517); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(95,0,l), -(95,517,l), -(59,517,l), -(59,0,l) -); -} -); -width = 154; -}, -{ -anchors = ( -{ -name = bottom; -pos = (126,0); -}, -{ -name = ogonek; -pos = (221,0); -}, -{ -name = top; -pos = (126,544); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,0,l), -(221,544,l), -(30,544,l), -(30,0,l) -); -} -); -width = 251; -}, -{ -anchors = ( -{ -name = bottom; -pos = (75,0); -}, -{ -name = ogonek; -pos = (93,0); -}, -{ -name = top; -pos = (75,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,0,l), -(93,517,l), -(56,517,l), -(56,0,l) -); -} -); -width = 149; -}, -{ -anchors = ( -{ -name = bottom; -pos = (144,0); -}, -{ -name = ogonek; -pos = (254,0); -}, -{ -name = top; -pos = (144,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,0,l), -(254,544,l), -(33,544,l), -(33,0,l) -); -} -); -width = 287; -}, -{ -anchors = ( -{ -name = bottom; -pos = (104,0); -}, -{ -name = ogonek; -pos = (122,0); -}, -{ -name = top; -pos = (104,517); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(122,0,l), -(122,517,l), -(85,517,l), -(85,0,l) -); -} -); -width = 207; -}, -{ -anchors = ( -{ -name = bottom; -pos = (151,0); -}, -{ -name = ogonek; -pos = (247,0); -}, -{ -name = top; -pos = (151,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(247,0,l), -(247,544,l), -(56,544,l), -(56,0,l) -); -} -); -width = 303; -}, -{ -anchors = ( -{ -name = bottom; -pos = (22,0); -}, -{ -name = ogonek; -pos = (36,0); -}, -{ -name = top; -pos = (128,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(36,0,l), -(144,516,l), -(115,516,l), -(7,0,l) -); -} -); -width = 151; -}, -{ -anchors = ( -{ -name = bottom; -pos = (58,0); -}, -{ -name = ogonek; -pos = (146,0); -}, -{ -name = top; -pos = (171,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,0,l), -(259,541,l), -(83,541,l), -(-30,0,l) -); -} -); -width = 229; -}, -{ -anchors = ( -{ -name = bottom; -pos = (49,0); -}, -{ -name = ogonek; -pos = (66,0); -}, -{ -name = top; -pos = (157,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,0,l), -(175,517,l), -(139,517,l), -(31,0,l) -); -} -); -width = 206; -}, -{ -anchors = ( -{ -name = bottom; -pos = (94,0); -}, -{ -name = ogonek; -pos = (189,0); -}, -{ -name = top; -pos = (208,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(189,0,l), -(304,544,l), -(112,544,l), -(-2,0,l) -); -} -); -width = 302; -}, -{ -anchors = ( -{ -name = bottom; -pos = (30,0); -}, -{ -name = ogonek; -pos = (48,0); -}, -{ -name = top; -pos = (138,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(48,0,l), -(156,517,l), -(120,517,l), -(12,0,l) -); -} -); -width = 168; -}, -{ -anchors = ( -{ -name = bottom; -pos = (97,0); -}, -{ -name = ogonek; -pos = (206,0); -}, -{ -name = top; -pos = (209,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,l), -(319,544,l), -(100,544,l), -(-13,0,l) -); -} -); -width = 306; -} -); -metricLeft = n; -metricRight = "=|"; -unicode = 305; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/igrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/igrave.glyph deleted file mode 100644 index 9262a6e1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/igrave.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = igrave; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-59,-156); -ref = gravecomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-93,-137); -ref = gravecomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-59,-155); -ref = gravecomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-80,-129); -ref = gravecomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-63,-156); -ref = gravecomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-94,-137); -ref = gravecomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-37,-155); -ref = gravecomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-62,-134); -ref = gravecomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-59,-155); -ref = gravecomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-80,-129); -ref = gravecomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-31,-155); -ref = gravecomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-48,-134); -ref = gravecomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-90,-156); -ref = gravecomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-114,-137); -ref = gravecomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-62,-155); -ref = gravecomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-88,-134); -ref = gravecomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-92,-155); -ref = gravecomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-108,-129); -ref = gravecomb; -} -); -width = 306; -} -); -unicode = 236; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ihookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ihookabove.glyph deleted file mode 100644 index f84952b4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ihookabove.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = ihookabove; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-6,-156); -ref = hookabovecomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-23,-138); -ref = hookabovecomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-23,-155); -ref = hookabovecomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (1,-134); -ref = hookabovecomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-10,-156); -ref = hookabovecomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-24,-138); -ref = hookabovecomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-11,-155); -ref = hookabovecomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-16,-134); -ref = hookabovecomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-23,-155); -ref = hookabovecomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (1,-134); -ref = hookabovecomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-5,-155); -ref = hookabovecomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-5,-134); -ref = hookabovecomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-61,-157); -ref = hookabovecomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-60,-139); -ref = hookabovecomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-32,-156); -ref = hookabovecomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-47,-135); -ref = hookabovecomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-50,-156); -ref = hookabovecomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-43,-137); -ref = hookabovecomb; -} -); -width = 306; -} -); -unicode = 7881; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ij.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ij.glyph deleted file mode 100644 index 60a721cc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ij.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = ij; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = i; -}, -{ -pos = (149,0); -ref = j; -} -); -width = 298; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = i; -}, -{ -pos = (231,0); -ref = j; -} -); -width = 462; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = i; -}, -{ -pos = (171,0); -ref = j; -} -); -width = 340; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = i; -}, -{ -pos = (307,0); -ref = j; -} -); -width = 614; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = i; -}, -{ -pos = (88,0); -ref = j; -} -); -width = 205; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = i; -}, -{ -pos = (207,0); -ref = j; -} -); -width = 422; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = i; -}, -{ -pos = (156,0); -ref = j; -} -); -width = 320; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = i; -}, -{ -alignment = -1; -pos = (261,0); -ref = j; -} -); -width = 539; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = i; -}, -{ -pos = (149,0); -ref = j; -} -); -width = 303; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = i; -}, -{ -pos = (287,0); -ref = j; -} -); -width = 579; -}, -{ -layerId = m019; -shapes = ( -{ -ref = i; -}, -{ -pos = (206,0); -ref = j; -} -); -width = 414; -}, -{ -layerId = m020; -shapes = ( -{ -ref = i; -}, -{ -pos = (321,0); -ref = j; -} -); -width = 604; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = i; -}, -{ -pos = (149,0); -ref = j; -} -); -width = 299; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = i; -}, -{ -pos = (229,0); -ref = j; -} -); -width = 457; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = i; -}, -{ -pos = (207,0); -ref = j; -} -); -width = 413; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = i; -}, -{ -pos = (302,0); -ref = j; -} -); -width = 602; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = i; -}, -{ -pos = (168,0); -ref = j; -} -); -width = 337; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = i; -}, -{ -pos = (306,0); -ref = j; -} -); -width = 613; -} -); -unicode = 307; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/imacron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/imacron.glyph deleted file mode 100644 index 4b46e7ff..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/imacron.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = imacron; -kernLeft = KO_imacron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-62,-155); -ref = macroncomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-78,-139); -ref = macroncomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-143,-154); -ref = macroncomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-110,-129); -ref = macroncomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-66,-155); -ref = macroncomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-79,-139); -ref = macroncomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-103,-155); -ref = macroncomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-95,-134); -ref = macroncomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-143,-154); -ref = macroncomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-110,-129); -ref = macroncomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-95,-155); -ref = macroncomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-83,-134); -ref = macroncomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-95,-155); -ref = macroncomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-108,-139); -ref = macroncomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-129,-155); -ref = macroncomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-100,-134); -ref = macroncomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-176,-154); -ref = macroncomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-139,-129); -ref = macroncomb; -} -); -width = 306; -} -); -unicode = 299; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/infinity.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/infinity.glyph deleted file mode 100644 index 668f298f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/infinity.glyph +++ /dev/null @@ -1,1368 +0,0 @@ -{ -glyphname = infinity; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(331,121,o), -(402,166,o), -(443,234,c), -(486,166,o), -(554,121,o), -(643,121,cs), -(772,121,o), -(877,216,o), -(877,362,cs), -(877,504,o), -(774,608,o), -(642,608,cs), -(553,608,o), -(484,555,o), -(443,490,c), -(403,555,o), -(333,608,o), -(245,608,cs), -(113,608,o), -(11,504,o), -(11,362,cs), -(11,216,o), -(115,121,o), -(244,121,cs) -); -}, -{ -closed = 1; -nodes = ( -(214,297,o), -(190,329,o), -(190,366,cs), -(190,402,o), -(215,433,o), -(257,433,cs), -(302,433,o), -(338,397,o), -(358,366,c), -(337,334,o), -(302,297,o), -(257,297,cs) -); -}, -{ -closed = 1; -nodes = ( -(586,297,o), -(551,332,o), -(530,366,c), -(549,397,o), -(585,433,o), -(629,433,cs), -(671,433,o), -(696,402,o), -(696,366,cs), -(696,329,o), -(671,297,o), -(629,297,cs) -); -} -); -width = 888; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(293,189,o), -(350,262,o), -(399,342,c), -(452,254,o), -(506,189,o), -(601,189,cs), -(705,189,o), -(763,274,o), -(763,363,cs), -(763,456,o), -(705,540,o), -(601,540,cs), -(502,540,o), -(448,466,o), -(399,388,c), -(350,466,o), -(295,540,o), -(197,540,cs), -(94,540,o), -(32,458,o), -(32,363,cs), -(32,266,o), -(93,189,o), -(198,189,cs) -); -}, -{ -closed = 1; -nodes = ( -(116,218,o), -(60,275,o), -(60,364,cs), -(60,450,o), -(115,512,o), -(196,512,cs), -(271,512,o), -(316,462,o), -(381,365,c), -(314,261,o), -(264,218,o), -(197,218,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,218,o), -(482,266,o), -(416,365,c), -(481,463,o), -(527,512,o), -(601,512,cs), -(682,512,o), -(737,448,o), -(737,364,cs), -(737,282,o), -(682,218,o), -(601,218,cs) -); -} -); -width = 795; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,154,o), -(394,243,o), -(448,340,c), -(507,234,o), -(568,154,o), -(674,154,cs), -(791,154,o), -(856,257,o), -(856,364,cs), -(856,475,o), -(791,576,o), -(674,576,cs), -(563,576,o), -(503,486,o), -(448,391,c), -(394,486,o), -(333,576,o), -(223,576,cs), -(107,576,o), -(38,477,o), -(38,364,cs), -(38,246,o), -(107,154,o), -(224,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,186,o), -(71,256,o), -(71,364,cs), -(71,467,o), -(131,543,o), -(221,543,cs), -(303,543,o), -(355,485,o), -(428,365,c), -(355,241,o), -(299,186,o), -(222,186,cs) -); -}, -{ -closed = 1; -nodes = ( -(589,186,o), -(542,245,o), -(467,365,c), -(541,483,o), -(590,543,o), -(674,543,cs), -(764,543,o), -(826,466,o), -(826,364,cs), -(826,265,o), -(764,186,o), -(674,186,cs) -); -} -); -width = 894; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(344,107,o), -(417,152,o), -(459,222,c), -(503,151,o), -(575,107,o), -(663,107,cs), -(809,107,o), -(908,208,o), -(908,361,cs), -(908,517,o), -(808,622,o), -(662,622,cs), -(572,622,o), -(500,567,o), -(459,500,c), -(416,571,o), -(342,622,o), -(257,622,cs), -(111,622,o), -(12,517,o), -(12,361,cs), -(12,208,o), -(111,107,o), -(255,107,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,299,o), -(207,331,o), -(207,366,cs), -(207,401,o), -(230,431,o), -(270,431,cs), -(314,431,o), -(350,394,o), -(367,366,c), -(343,328,o), -(308,299,o), -(270,299,cs) -); -}, -{ -closed = 1; -nodes = ( -(606,299,o), -(571,335,o), -(553,366,c), -(568,393,o), -(604,431,o), -(648,431,cs), -(687,431,o), -(711,401,o), -(711,366,cs), -(711,332,o), -(688,299,o), -(648,299,cs) -); -} -); -width = 920; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,189,o), -(330,262,o), -(379,342,c), -(432,254,o), -(486,189,o), -(581,189,cs), -(685,189,o), -(743,274,o), -(743,363,cs), -(743,456,o), -(685,540,o), -(581,540,cs), -(482,540,o), -(428,466,o), -(379,388,c), -(330,466,o), -(275,540,o), -(177,540,cs), -(74,540,o), -(12,458,o), -(12,363,cs), -(12,266,o), -(73,189,o), -(178,189,cs) -); -}, -{ -closed = 1; -nodes = ( -(96,218,o), -(40,275,o), -(40,364,cs), -(40,450,o), -(95,512,o), -(176,512,cs), -(251,512,o), -(296,462,o), -(361,365,c), -(294,261,o), -(244,218,o), -(177,218,cs) -); -}, -{ -closed = 1; -nodes = ( -(506,218,o), -(462,266,o), -(396,365,c), -(461,463,o), -(507,512,o), -(581,512,cs), -(662,512,o), -(717,448,o), -(717,364,cs), -(717,282,o), -(662,218,o), -(581,218,cs) -); -} -); -width = 755; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(324,121,o), -(395,166,o), -(436,234,c), -(479,166,o), -(547,121,o), -(636,121,cs), -(765,121,o), -(870,216,o), -(870,362,cs), -(870,504,o), -(767,608,o), -(635,608,cs), -(546,608,o), -(477,555,o), -(436,490,c), -(396,555,o), -(326,608,o), -(238,608,cs), -(106,608,o), -(4,504,o), -(4,362,cs), -(4,216,o), -(108,121,o), -(237,121,cs) -); -}, -{ -closed = 1; -nodes = ( -(207,297,o), -(183,329,o), -(183,366,cs), -(183,402,o), -(208,433,o), -(250,433,cs), -(295,433,o), -(331,397,o), -(351,366,c), -(330,334,o), -(295,297,o), -(250,297,cs) -); -}, -{ -closed = 1; -nodes = ( -(579,297,o), -(544,332,o), -(523,366,c), -(542,397,o), -(578,433,o), -(622,433,cs), -(664,433,o), -(689,402,o), -(689,366,cs), -(689,329,o), -(664,297,o), -(622,297,cs) -); -} -); -width = 874; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(317,167,o), -(377,248,o), -(429,337,c), -(484,242,o), -(542,167,o), -(645,167,cs), -(757,167,o), -(821,262,o), -(821,364,cs), -(821,469,o), -(757,563,o), -(645,563,cs), -(539,563,o), -(481,481,o), -(429,394,c), -(377,481,o), -(319,563,o), -(214,563,cs), -(102,563,o), -(35,471,o), -(35,364,cs), -(35,253,o), -(102,167,o), -(215,167,cs) -); -}, -{ -closed = 1; -nodes = ( -(129,202,o), -(71,266,o), -(71,364,cs), -(71,458,o), -(128,527,o), -(213,527,cs), -(291,527,o), -(339,473,o), -(407,365,c), -(339,253,o), -(287,202,o), -(214,202,cs) -); -}, -{ -closed = 1; -nodes = ( -(565,202,o), -(519,256,o), -(450,365,c), -(518,472,o), -(565,527,o), -(644,527,cs), -(729,527,o), -(787,457,o), -(787,364,cs), -(787,273,o), -(729,202,o), -(644,202,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -23 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 856; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,121,o), -(394,166,o), -(435,234,c), -(478,166,o), -(546,121,o), -(635,121,cs), -(764,121,o), -(869,216,o), -(869,362,cs), -(869,504,o), -(766,608,o), -(634,608,cs), -(545,608,o), -(476,555,o), -(435,490,c), -(395,555,o), -(325,608,o), -(237,608,cs), -(105,608,o), -(3,504,o), -(3,362,cs), -(3,216,o), -(107,121,o), -(236,121,cs) -); -}, -{ -closed = 1; -nodes = ( -(206,297,o), -(182,329,o), -(182,366,cs), -(182,402,o), -(207,433,o), -(249,433,cs), -(294,433,o), -(330,397,o), -(350,366,c), -(329,334,o), -(294,297,o), -(249,297,cs) -); -}, -{ -closed = 1; -nodes = ( -(578,297,o), -(543,332,o), -(522,366,c), -(541,397,o), -(577,433,o), -(621,433,cs), -(663,433,o), -(688,402,o), -(688,366,cs), -(688,329,o), -(663,297,o), -(621,297,cs) -); -} -); -width = 872; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,154,o), -(384,243,o), -(438,340,c), -(497,234,o), -(558,154,o), -(664,154,cs), -(781,154,o), -(846,257,o), -(846,364,cs), -(846,475,o), -(781,576,o), -(664,576,cs), -(553,576,o), -(493,486,o), -(438,391,c), -(384,486,o), -(323,576,o), -(213,576,cs), -(97,576,o), -(28,477,o), -(28,364,cs), -(28,246,o), -(97,154,o), -(214,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(123,186,o), -(61,256,o), -(61,364,cs), -(61,467,o), -(121,543,o), -(211,543,cs), -(293,543,o), -(345,485,o), -(418,365,c), -(345,241,o), -(289,186,o), -(212,186,cs) -); -}, -{ -closed = 1; -nodes = ( -(579,186,o), -(532,245,o), -(457,365,c), -(531,483,o), -(580,543,o), -(664,543,cs), -(754,543,o), -(816,466,o), -(816,364,cs), -(816,265,o), -(754,186,o), -(664,186,cs) -); -} -); -width = 874; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(334,107,o), -(407,152,o), -(449,222,c), -(493,151,o), -(565,107,o), -(653,107,cs), -(799,107,o), -(898,208,o), -(898,361,cs), -(898,517,o), -(798,622,o), -(652,622,cs), -(562,622,o), -(490,567,o), -(449,500,c), -(406,571,o), -(332,622,o), -(247,622,cs), -(101,622,o), -(2,517,o), -(2,361,cs), -(2,208,o), -(101,107,o), -(245,107,cs) -); -}, -{ -closed = 1; -nodes = ( -(219,299,o), -(197,331,o), -(197,366,cs), -(197,401,o), -(220,431,o), -(260,431,cs), -(304,431,o), -(340,394,o), -(357,366,c), -(333,328,o), -(298,299,o), -(260,299,cs) -); -}, -{ -closed = 1; -nodes = ( -(596,299,o), -(561,335,o), -(543,366,c), -(558,393,o), -(594,431,o), -(638,431,cs), -(677,431,o), -(701,401,o), -(701,366,cs), -(701,332,o), -(678,299,o), -(638,299,cs) -); -} -); -width = 900; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(334,167,o), -(392,248,o), -(444,337,c), -(497,242,o), -(553,167,o), -(654,167,cs), -(764,167,o), -(828,262,o), -(828,364,cs), -(828,469,o), -(764,563,o), -(654,563,cs), -(550,563,o), -(494,481,o), -(444,394,c), -(392,481,o), -(336,563,o), -(233,563,cs), -(123,563,o), -(56,471,o), -(56,364,cs), -(56,253,o), -(123,167,o), -(234,167,cs) -); -}, -{ -closed = 1; -nodes = ( -(150,202,o), -(92,266,o), -(92,364,cs), -(92,458,o), -(149,527,o), -(232,527,cs), -(308,527,o), -(354,473,o), -(422,365,c), -(354,253,o), -(304,202,o), -(233,202,cs) -); -}, -{ -closed = 1; -nodes = ( -(576,202,o), -(532,256,o), -(463,365,c), -(531,472,o), -(576,527,o), -(653,527,cs), -(738,527,o), -(794,457,o), -(794,364,cs), -(794,273,o), -(738,202,o), -(653,202,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -23 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 883; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(336,121,o), -(405,165,o), -(446,234,c), -(487,166,o), -(554,121,o), -(641,121,cs), -(766,121,o), -(870,216,o), -(870,362,cs), -(870,504,o), -(768,608,o), -(640,608,cs), -(553,608,o), -(486,556,o), -(446,490,c), -(406,556,o), -(338,608,o), -(252,608,cs), -(123,608,o), -(23,503,o), -(23,362,cs), -(23,216,o), -(126,121,o), -(251,121,cs) -); -}, -{ -closed = 1; -nodes = ( -(223,297,o), -(200,329,o), -(200,366,cs), -(200,402,o), -(224,433,o), -(264,433,cs), -(308,433,o), -(343,397,o), -(361,366,c), -(342,334,o), -(308,297,o), -(264,297,cs) -); -}, -{ -closed = 1; -nodes = ( -(585,297,o), -(551,332,o), -(532,366,c), -(549,397,o), -(584,433,o), -(627,433,cs), -(667,433,o), -(691,402,o), -(691,366,cs), -(691,329,o), -(667,297,o), -(627,297,cs) -); -} -); -width = 892; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(317,189,o), -(374,262,o), -(423,342,c), -(476,254,o), -(530,189,o), -(625,189,cs), -(729,189,o), -(787,274,o), -(787,363,cs), -(787,456,o), -(729,540,o), -(625,540,cs), -(526,540,o), -(472,466,o), -(423,388,c), -(374,466,o), -(319,540,o), -(221,540,cs), -(118,540,o), -(56,458,o), -(56,363,cs), -(56,266,o), -(117,189,o), -(222,189,cs) -); -}, -{ -closed = 1; -nodes = ( -(140,218,o), -(84,275,o), -(84,364,cs), -(84,450,o), -(139,512,o), -(220,512,cs), -(295,512,o), -(340,462,o), -(405,365,c), -(338,261,o), -(288,218,o), -(221,218,cs) -); -}, -{ -closed = 1; -nodes = ( -(550,218,o), -(506,266,o), -(440,365,c), -(505,463,o), -(551,512,o), -(625,512,cs), -(706,512,o), -(761,448,o), -(761,364,cs), -(761,282,o), -(706,218,o), -(625,218,cs) -); -} -); -width = 800; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(356,121,o), -(427,166,o), -(468,234,c), -(511,166,o), -(579,121,o), -(668,121,cs), -(797,121,o), -(902,216,o), -(902,362,cs), -(902,504,o), -(799,608,o), -(667,608,cs), -(578,608,o), -(509,555,o), -(468,490,c), -(428,555,o), -(358,608,o), -(270,608,cs), -(138,608,o), -(36,504,o), -(36,362,cs), -(36,216,o), -(140,121,o), -(269,121,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,297,o), -(215,329,o), -(215,366,cs), -(215,402,o), -(240,433,o), -(282,433,cs), -(327,433,o), -(363,397,o), -(383,366,c), -(362,334,o), -(327,297,o), -(282,297,cs) -); -}, -{ -closed = 1; -nodes = ( -(611,297,o), -(576,332,o), -(555,366,c), -(574,397,o), -(610,433,o), -(654,433,cs), -(696,433,o), -(721,402,o), -(721,366,cs), -(721,329,o), -(696,297,o), -(654,297,cs) -); -} -); -width = 900; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(363,167,o), -(423,248,o), -(475,337,c), -(530,242,o), -(588,167,o), -(691,167,cs), -(803,167,o), -(867,262,o), -(867,364,cs), -(867,469,o), -(803,563,o), -(691,563,cs), -(585,563,o), -(527,481,o), -(475,394,c), -(423,481,o), -(365,563,o), -(260,563,cs), -(148,563,o), -(81,471,o), -(81,364,cs), -(81,253,o), -(148,167,o), -(261,167,cs) -); -}, -{ -closed = 1; -nodes = ( -(175,202,o), -(117,266,o), -(117,364,cs), -(117,458,o), -(174,527,o), -(259,527,cs), -(337,527,o), -(385,473,o), -(453,365,c), -(385,253,o), -(333,202,o), -(260,202,cs) -); -}, -{ -closed = 1; -nodes = ( -(611,202,o), -(565,256,o), -(496,365,c), -(564,472,o), -(611,527,o), -(690,527,cs), -(775,527,o), -(833,457,o), -(833,364,cs), -(833,273,o), -(775,202,o), -(690,202,cs) -); -} -); -width = 903; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,121,o), -(439,166,o), -(480,234,c), -(523,166,o), -(591,121,o), -(680,121,cs), -(809,121,o), -(914,216,o), -(914,362,cs), -(914,504,o), -(811,608,o), -(679,608,cs), -(590,608,o), -(521,555,o), -(480,490,c), -(440,555,o), -(370,608,o), -(282,608,cs), -(150,608,o), -(48,504,o), -(48,362,cs), -(48,216,o), -(152,121,o), -(281,121,cs) -); -}, -{ -closed = 1; -nodes = ( -(251,297,o), -(227,329,o), -(227,366,cs), -(227,402,o), -(252,433,o), -(294,433,cs), -(339,433,o), -(375,397,o), -(395,366,c), -(374,334,o), -(339,297,o), -(294,297,cs) -); -}, -{ -closed = 1; -nodes = ( -(623,297,o), -(588,332,o), -(567,366,c), -(586,397,o), -(622,433,o), -(666,433,cs), -(708,433,o), -(733,402,o), -(733,366,cs), -(733,329,o), -(708,297,o), -(666,297,cs) -); -} -); -width = 924; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(356,154,o), -(420,243,o), -(474,340,c), -(533,234,o), -(594,154,o), -(700,154,cs), -(817,154,o), -(882,257,o), -(882,364,cs), -(882,475,o), -(817,576,o), -(700,576,cs), -(589,576,o), -(529,486,o), -(474,391,c), -(420,486,o), -(359,576,o), -(249,576,cs), -(133,576,o), -(64,477,o), -(64,364,cs), -(64,246,o), -(133,154,o), -(250,154,cs) -); -}, -{ -closed = 1; -nodes = ( -(159,186,o), -(97,256,o), -(97,364,cs), -(97,467,o), -(157,543,o), -(247,543,cs), -(329,543,o), -(381,485,o), -(454,365,c), -(381,241,o), -(325,186,o), -(248,186,cs) -); -}, -{ -closed = 1; -nodes = ( -(615,186,o), -(568,245,o), -(493,365,c), -(567,483,o), -(616,543,o), -(700,543,cs), -(790,543,o), -(852,466,o), -(852,364,cs), -(852,265,o), -(790,186,o), -(700,186,cs) -); -} -); -width = 902; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,107,o), -(441,152,o), -(483,222,c), -(527,151,o), -(599,107,o), -(687,107,cs), -(833,107,o), -(932,208,o), -(932,361,cs), -(932,517,o), -(832,622,o), -(686,622,cs), -(596,622,o), -(524,567,o), -(483,500,c), -(440,571,o), -(366,622,o), -(281,622,cs), -(135,622,o), -(36,517,o), -(36,361,cs), -(36,208,o), -(135,107,o), -(279,107,cs) -); -}, -{ -closed = 1; -nodes = ( -(253,299,o), -(231,331,o), -(231,366,cs), -(231,401,o), -(254,431,o), -(294,431,cs), -(338,431,o), -(374,394,o), -(391,366,c), -(367,328,o), -(332,299,o), -(294,299,cs) -); -}, -{ -closed = 1; -nodes = ( -(630,299,o), -(595,335,o), -(577,366,c), -(592,393,o), -(628,431,o), -(672,431,cs), -(711,431,o), -(735,401,o), -(735,366,cs), -(735,332,o), -(712,299,o), -(672,299,cs) -); -} -); -width = 931; -} -); -unicode = 8734; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/integral.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/integral.glyph deleted file mode 100644 index 88cbfb18..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/integral.glyph +++ /dev/null @@ -1,551 +0,0 @@ -{ -glyphname = integral; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(125,-151,ls), -(220,-151,o), -(284,-94,o), -(284,7,cs), -(284,577,l), -(378,577,l), -(378,729,l), -(251,729,ls), -(156,729,o), -(93,672,o), -(93,570,cs), -(93,0,l), -(9,0,l), -(9,-151,l) -); -} -); -width = 387; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(107,-151,ls), -(140,-151,o), -(148,-129,o), -(148,-106,cs), -(148,699,l), -(271,699,l), -(271,729,l), -(155,729,ls), -(131,729,o), -(117,712,o), -(117,680,cs), -(117,-122,l), -(-7,-122,l), -(-7,-151,l) -); -} -); -width = 264; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,-151,ls), -(219,-151,o), -(227,-127,o), -(227,-101,cs), -(227,695,l), -(410,695,l), -(410,729,l), -(237,729,ls), -(208,729,o), -(191,708,o), -(191,675,cs), -(191,-118,l), -(8,-118,l), -(8,-151,l) -); -} -); -width = 418; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,-151,ls), -(302,-151,o), -(363,-86,o), -(363,16,cs), -(363,560,l), -(506,560,l), -(506,729,l), -(305,729,ls), -(199,729,o), -(138,663,o), -(138,562,cs), -(138,17,l), -(-4,17,l), -(-4,-151,l) -); -} -); -width = 502; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,-151,ls), -(122,-151,o), -(130,-129,o), -(130,-106,cs), -(130,699,l), -(253,699,l), -(253,729,l), -(137,729,ls), -(113,729,o), -(99,712,o), -(99,680,cs), -(99,-122,l), -(-25,-122,l), -(-25,-151,l) -); -} -); -width = 228; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,-151,ls), -(215,-151,o), -(279,-94,o), -(279,7,cs), -(279,577,l), -(373,577,l), -(373,729,l), -(246,729,ls), -(151,729,o), -(88,672,o), -(88,570,cs), -(88,0,l), -(4,0,l), -(4,-151,l) -); -} -); -width = 377; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(139,-151,ls), -(179,-151,o), -(187,-126,o), -(187,-99,cs), -(187,693,l), -(336,693,l), -(336,729,l), -(197,729,ls), -(166,729,o), -(149,707,o), -(149,674,cs), -(149,-116,l), -(1,-116,l), -(1,-151,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 337; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(159,-151,ls), -(254,-151,o), -(318,-94,o), -(318,7,cs), -(318,577,l), -(452,577,l), -(452,729,l), -(285,729,ls), -(190,729,o), -(127,672,o), -(127,570,cs), -(127,0,l), -(-7,0,l), -(-7,-151,l) -); -} -); -width = 445; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(175,-151,ls), -(214,-151,o), -(222,-127,o), -(222,-101,cs), -(222,695,l), -(405,695,l), -(405,729,l), -(232,729,ls), -(203,729,o), -(186,708,o), -(186,675,cs), -(186,-118,l), -(3,-118,l), -(3,-151,l) -); -} -); -width = 408; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,-151,ls), -(297,-151,o), -(358,-86,o), -(358,16,cs), -(358,560,l), -(501,560,l), -(501,729,l), -(300,729,ls), -(194,729,o), -(133,663,o), -(133,562,cs), -(133,17,l), -(-9,17,l), -(-9,-151,l) -); -} -); -width = 492; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(155,-151,ls), -(195,-151,o), -(203,-126,o), -(203,-99,cs), -(203,693,l), -(349,693,l), -(349,729,l), -(213,729,ls), -(182,729,o), -(165,707,o), -(165,674,cs), -(165,-116,l), -(21,-116,l), -(21,-151,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 368; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(169,-151,ls), -(262,-151,o), -(326,-94,o), -(326,7,cs), -(326,577,l), -(453,577,l), -(453,729,l), -(292,729,ls), -(199,729,o), -(137,672,o), -(137,570,cs), -(137,0,l), -(9,0,l), -(9,-151,l) -); -} -); -width = 461; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(21,-151,ls), -(54,-151,o), -(67,-129,o), -(71,-106,cs), -(240,699,l), -(362,699,l), -(369,729,l), -(254,729,ls), -(230,729,o), -(213,712,o), -(206,680,cs), -(38,-122,l), -(-85,-122,l), -(-92,-151,l) -); -} -); -width = 264; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(36,-151,ls), -(130,-151,o), -(206,-94,o), -(227,7,cs), -(347,577,l), -(440,577,l), -(472,729,l), -(346,729,ls), -(252,729,o), -(178,672,o), -(157,570,cs), -(37,0,l), -(-46,0,l), -(-78,-151,l) -); -} -); -width = 386; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,-151,ls), -(109,-151,o), -(122,-126,o), -(128,-99,cs), -(294,693,l), -(441,693,l), -(449,729,l), -(312,729,ls), -(281,729,o), -(259,707,o), -(252,674,cs), -(87,-116,l), -(-59,-116,l), -(-67,-151,l) -); -} -); -width = 370; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(86,-151,ls), -(181,-151,o), -(253,-107,o), -(277,7,cs), -(396,577,l), -(529,577,l), -(561,729,l), -(396,729,ls), -(301,729,o), -(227,678,o), -(206,570,cs), -(86,0,l), -(-46,0,l), -(-78,-151,l) -); -} -); -width = 476; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(94,-151,ls), -(132,-151,o), -(146,-127,o), -(152,-101,cs), -(318,695,l), -(499,695,l), -(507,729,l), -(335,729,ls), -(307,729,o), -(285,708,o), -(278,675,cs), -(112,-118,l), -(-70,-118,l), -(-77,-151,l) -); -} -); -width = 418; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(106,-151,ls), -(211,-151,o), -(285,-87,o), -(306,16,cs), -(420,560,l), -(561,560,l), -(598,729,l), -(399,729,ls), -(294,729,o), -(219,664,o), -(199,562,cs), -(85,17,l), -(-57,17,l), -(-92,-151,l) -); -} -); -width = 499; -} -); -unicode = 8747; -userData = { -com.schriftgestaltung.Glyphs.lastChange = "2017-05-02 09:06:55 +0000"; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/iogonek.dotless.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/iogonek.dotless.glyph deleted file mode 100644 index 52a43697..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/iogonek.dotless.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = iogonek.dotless; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-46,0); -ref = ogonekcomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (7,0); -ref = ogonekcomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-80,0); -ref = ogonekcomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-43,0); -ref = ogonekcomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-50,0); -ref = ogonekcomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (6,0); -ref = ogonekcomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-46,0); -ref = ogonekcomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-39,0); -ref = ogonekcomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-80,0); -ref = ogonekcomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-43,0); -ref = ogonekcomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-38,0); -ref = ogonekcomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-23,0); -ref = ogonekcomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-42,0); -ref = ogonekcomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (5,0); -ref = ogonekcomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-37,0); -ref = ogonekcomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-34,0); -ref = ogonekcomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-77,0); -ref = ogonekcomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-43,0); -ref = ogonekcomb; -} -); -width = 306; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/iogonek.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/iogonek.glyph deleted file mode 100644 index b741bd82..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/iogonek.glyph +++ /dev/null @@ -1,319 +0,0 @@ -{ -color = 6; -glyphname = iogonek; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (12,-156); -ref = dotaccentcomb; -}, -{ -pos = (-46,0); -ref = ogonekcomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-18,-137); -ref = dotaccentcomb; -}, -{ -pos = (7,0); -ref = ogonekcomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (13,-155); -ref = dotaccentcomb; -}, -{ -pos = (-80,0); -ref = ogonekcomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-4,-129); -ref = dotaccentcomb; -}, -{ -pos = (-43,0); -ref = ogonekcomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (8,-151); -ref = dotaccentcomb; -}, -{ -pos = (-50,0); -ref = ogonekcomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-19,-137); -ref = dotaccentcomb; -}, -{ -pos = (6,0); -ref = ogonekcomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (25,-150); -ref = dotaccentcomb; -}, -{ -pos = (-46,0); -ref = ogonekcomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (10,-134); -ref = dotaccentcomb; -}, -{ -pos = (-39,0); -ref = ogonekcomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (13,-155); -ref = dotaccentcomb; -}, -{ -alignment = -1; -pos = (-80,0); -ref = ogonekcomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-4,-129); -ref = dotaccentcomb; -}, -{ -alignment = -1; -pos = (-43,0); -ref = ogonekcomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (31,-133); -ref = dotaccentcomb; -}, -{ -pos = (-38,0); -ref = ogonekcomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (18,-120); -ref = dotaccentcomb; -}, -{ -pos = (-23,0); -ref = ogonekcomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-26,-156); -ref = dotaccentcomb; -}, -{ -pos = (-42,0); -ref = ogonekcomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-47,-137); -ref = dotaccentcomb; -}, -{ -pos = (5,0); -ref = ogonekcomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (0,-155); -ref = dotaccentcomb; -}, -{ -pos = (-37,0); -ref = ogonekcomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-17,-134); -ref = dotaccentcomb; -}, -{ -pos = (-34,0); -ref = ogonekcomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-19,-155); -ref = dotaccentcomb; -}, -{ -pos = (-77,0); -ref = ogonekcomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-35,-129); -ref = dotaccentcomb; -}, -{ -pos = (-43,0); -ref = ogonekcomb; -} -); -width = 306; -} -); -unicode = 303; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/itilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/itilde.glyph deleted file mode 100644 index 88333184..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/itilde.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = itilde; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-65,-156); -ref = tildecomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-116,-138); -ref = tildecomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-122,-155); -ref = tildecomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-110,-129); -ref = tildecomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-69,-156); -ref = tildecomb; -} -); -width = 102; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-117,-138); -ref = tildecomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-92,-155); -ref = tildecomb; -} -); -width = 154; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-111,-134); -ref = tildecomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-122,-155); -ref = tildecomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-110,-129); -ref = tildecomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-84,-155); -ref = tildecomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-99,-134); -ref = tildecomb; -} -); -width = 303; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-97,-156); -ref = tildecomb; -} -); -width = 151; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-147,-138); -ref = tildecomb; -} -); -width = 229; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-117,-155); -ref = tildecomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-136,-134); -ref = tildecomb; -} -); -width = 302; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-154,-155); -ref = tildecomb; -} -); -width = 168; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-135,-134); -ref = tildecomb; -} -); -width = 306; -} -); -unicode = 297; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/j.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/j.glyph deleted file mode 100644 index f61e9e24..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/j.glyph +++ /dev/null @@ -1,651 +0,0 @@ -{ -color = 6; -glyphname = j; -kernLeft = KO_j; -kernRight = KO_l; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(124,-177,o), -(205,-152,o), -(205,-12,cs), -(205,541,l), -(28,541,l), -(28,-11,ls), -(28,-38,o), -(20,-57,o), -(-5,-57,cs), -(-13,-57,o), -(-23,-55,o), -(-30,-50,c), -(-30,-164,l), -(-8,-173,o), -(21,-177,o), -(52,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(205,594,l), -(205,729,l), -(28,729,l), -(28,594,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-18,-137); -ref = dotaccentcomb; -} -); -width = 231; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (12,-156); -ref = dotaccentcomb; -} -); -width = 149; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (13,-155); -ref = dotaccentcomb; -} -); -width = 169; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(136,-177,o), -(240,-132,o), -(240,36,cs), -(240,544,l), -(19,544,l), -(19,47,ls), -(19,2,o), -(5,-16,o), -(-31,-16,cs), -(-51,-16,o), -(-60,-13,o), -(-68,-9,c), -(-68,-163,l), -(-49,-171,o), -(-17,-177,o), -(26,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,600,l), -(240,729,l), -(19,729,l), -(19,600,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-4,-129); -ref = dotaccentcomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (24,-151); -ref = dotaccentcomb; -} -); -width = 117; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(124,-177,o), -(205,-152,o), -(205,-12,cs), -(205,541,l), -(28,541,l), -(28,-11,ls), -(28,-38,o), -(20,-57,o), -(-5,-57,cs), -(-13,-57,o), -(-23,-55,o), -(-30,-50,c), -(-30,-164,l), -(-8,-173,o), -(21,-177,o), -(52,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(205,594,l), -(205,729,l), -(28,729,l), -(28,594,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-13,-137); -ref = dotaccentcomb; -} -); -width = 215; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(75,-177,o), -(116,-135,o), -(116,-60,cs), -(116,517,l), -(79,517,l), -(79,-51,ls), -(79,-116,o), -(52,-143,o), -(-5,-143,cs), -(-21,-143,o), -(-40,-140,o), -(-51,-135,c), -(-51,-169,l), -(-40,-174,o), -(-22,-177,o), -(-4,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(116,616,l), -(116,729,l), -(79,729,l), -(79,616,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (35,-150); -ref = dotaccentcomb; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 164; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(146,-177,o), -(222,-123,o), -(222,7,cs), -(222,544,l), -(30,544,l), -(30,17,ls), -(30,-24,o), -(19,-46,o), -(-19,-46,cs), -(-40,-46,o), -(-51,-43,o), -(-59,-39,c), -(-59,-163,l), -(-33,-173,o), -(1,-177,o), -(37,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(222,601,l), -(222,729,l), -(30,729,l), -(30,601,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (21,-134); -ref = dotaccentcomb; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; -}; -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (18,-155); -ref = dotaccentcomb; -} -); -width = 154; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(136,-177,o), -(240,-132,o), -(240,36,cs), -(240,544,l), -(19,544,l), -(19,47,ls), -(19,2,o), -(5,-16,o), -(-31,-16,cs), -(-51,-16,o), -(-60,-13,o), -(-68,-9,c), -(-68,-163,l), -(-49,-171,o), -(-17,-177,o), -(26,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,600,l), -(240,729,l), -(19,729,l), -(19,600,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (1,-129); -ref = dotaccentcomb; -} -); -width = 292; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(75,-177,o), -(116,-135,o), -(116,-60,cs), -(116,517,l), -(79,517,l), -(79,-51,ls), -(79,-116,o), -(52,-143,o), -(-5,-143,cs), -(-21,-143,o), -(-40,-140,o), -(-51,-135,c), -(-51,-169,l), -(-40,-174,o), -(-22,-177,o), -(-4,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(116,616,l), -(116,729,l), -(79,729,l), -(79,616,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (32,-133); -ref = dotaccentcomb; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 208; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(146,-177,o), -(222,-123,o), -(222,7,cs), -(222,544,l), -(30,544,l), -(30,17,ls), -(30,-24,o), -(19,-46,o), -(-19,-46,cs), -(-40,-46,o), -(-51,-43,o), -(-59,-39,c), -(-59,-163,l), -(-33,-173,o), -(1,-177,o), -(37,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(222,601,l), -(222,729,l), -(30,729,l), -(30,601,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (3,-120); -ref = dotaccentcomb; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; -}; -width = 283; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-25,-156); -ref = dotaccentcomb; -} -); -width = 150; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-48,-137); -ref = dotaccentcomb; -} -); -width = 228; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (0,-155); -ref = dotaccentcomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-18,-134); -ref = dotaccentcomb; -} -); -width = 300; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-18,-155); -ref = dotaccentcomb; -} -); -width = 169; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-34,-129); -ref = dotaccentcomb; -} -); -width = 307; -} -); -metricRight = i; -unicode = 106; -userData = { -KernOnName = j; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/j.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/j.ss01.glyph deleted file mode 100644 index 6e7e67fd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/j.ss01.glyph +++ /dev/null @@ -1,647 +0,0 @@ -{ -color = 6; -glyphname = j.ss01; -kernLeft = KO_j; -kernRight = KO_l; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(88,-177,o), -(169,-152,o), -(169,-12,cs), -(169,541,l), -(-8,541,l), -(-8,-11,ls), -(-8,-38,o), -(-16,-57,o), -(-41,-57,cs), -(-49,-57,o), -(-59,-55,o), -(-66,-50,c), -(-66,-164,l), -(-44,-173,o), -(-15,-177,o), -(16,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(169,594,l), -(169,729,l), -(-8,729,l), -(-8,594,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-13,-137); -ref = dotaccentcomb.ss01; -} -); -width = 231; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (20,-156); -ref = dotaccentcomb.ss01; -} -); -width = 149; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (26,-155); -ref = dotaccentcomb.ss01; -} -); -width = 169; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(88,-177,o), -(192,-132,o), -(192,36,cs), -(192,544,l), -(-29,544,l), -(-29,47,ls), -(-29,2,o), -(-43,-16,o), -(-79,-16,cs), -(-99,-16,o), -(-108,-13,o), -(-116,-9,c), -(-116,-163,l), -(-97,-171,o), -(-65,-177,o), -(-22,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(192,600,l), -(192,729,l), -(-29,729,l), -(-29,600,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (3,-129); -ref = dotaccentcomb.ss01; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (32,-156); -ref = dotaccentcomb.ss01; -} -); -width = 117; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(88,-177,o), -(169,-152,o), -(169,-12,cs), -(169,541,l), -(-8,541,l), -(-8,-11,ls), -(-8,-38,o), -(-16,-57,o), -(-41,-57,cs), -(-49,-57,o), -(-59,-55,o), -(-66,-50,c), -(-66,-164,l), -(-44,-173,o), -(-15,-177,o), -(16,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(169,594,l), -(169,729,l), -(-8,729,l), -(-8,594,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-8,-137); -ref = dotaccentcomb.ss01; -} -); -width = 215; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-9,-177,o), -(32,-135,o), -(32,-60,cs), -(32,517,l), -(-5,517,l), -(-5,-51,ls), -(-5,-116,o), -(-32,-143,o), -(-89,-143,cs), -(-105,-143,o), -(-124,-140,o), -(-135,-135,c), -(-135,-169,l), -(-124,-174,o), -(-106,-177,o), -(-88,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(32,616,l), -(32,729,l), -(-5,729,l), -(-5,616,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (48,-155); -ref = dotaccentcomb.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 164; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(140,-177,o), -(216,-123,o), -(216,7,cs), -(216,544,l), -(24,544,l), -(24,17,ls), -(24,-24,o), -(13,-46,o), -(-25,-46,cs), -(-46,-46,o), -(-57,-43,o), -(-65,-39,c), -(-65,-163,l), -(-39,-173,o), -(-5,-177,o), -(31,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(216,601,l), -(216,729,l), -(24,729,l), -(24,601,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (22,-134); -ref = dotaccentcomb.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; -}; -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (31,-155); -ref = dotaccentcomb.ss01; -} -); -width = 154; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(88,-177,o), -(192,-132,o), -(192,36,cs), -(192,544,l), -(-29,544,l), -(-29,47,ls), -(-29,2,o), -(-43,-16,o), -(-79,-16,cs), -(-99,-16,o), -(-108,-13,o), -(-116,-9,c), -(-116,-163,l), -(-97,-171,o), -(-65,-177,o), -(-22,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(192,600,l), -(192,729,l), -(-29,729,l), -(-29,600,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (8,-129); -ref = dotaccentcomb.ss01; -} -); -width = 292; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-9,-177,o), -(32,-135,o), -(32,-60,cs), -(32,517,l), -(-5,517,l), -(-5,-51,ls), -(-5,-116,o), -(-32,-143,o), -(-89,-143,cs), -(-105,-143,o), -(-124,-140,o), -(-135,-135,c), -(-135,-169,l), -(-124,-174,o), -(-106,-177,o), -(-88,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(32,616,l), -(32,729,l), -(-5,729,l), -(-5,616,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (45,-155); -ref = dotaccentcomb.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 208; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(140,-177,o), -(216,-123,o), -(216,7,cs), -(216,544,l), -(24,544,l), -(24,17,ls), -(24,-24,o), -(13,-46,o), -(-25,-46,cs), -(-46,-46,o), -(-57,-43,o), -(-65,-39,c), -(-65,-163,l), -(-39,-173,o), -(-5,-177,o), -(31,-177,cs) -); -}, -{ -closed = 1; -nodes = ( -(216,601,l), -(216,729,l), -(24,729,l), -(24,601,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (2,-134); -ref = dotaccentcomb.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = i; -}; -width = 283; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-11,-156); -ref = dotaccentcomb.ss01; -} -); -width = 150; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-42,-137); -ref = dotaccentcomb.ss01; -} -); -width = 228; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (13,-155); -ref = dotaccentcomb.ss01; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-13,-134); -ref = dotaccentcomb.ss01; -} -); -width = 300; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-5,-155); -ref = dotaccentcomb.ss01; -} -); -width = 169; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-25,-134); -ref = dotaccentcomb.ss01; -} -); -width = 307; -} -); -metricRight = i; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/jacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/jacute.glyph deleted file mode 100644 index 4dfbd3ae..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/jacute.glyph +++ /dev/null @@ -1,241 +0,0 @@ -{ -color = 6; -glyphname = jacute; -kernRight = KO_jacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (19,-156); -ref = acutecomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (4,-137); -ref = acutecomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (27,-155); -ref = acutecomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (37,-129); -ref = acutecomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (31,-156); -ref = acutecomb; -} -); -width = 117; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (9,-137); -ref = acutecomb; -} -); -width = 215; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (52,-155); -ref = acutecomb; -} -); -width = 164; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (46,-134); -ref = acutecomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (32,-155); -ref = acutecomb; -} -); -width = 154; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (42,-129); -ref = acutecomb; -} -); -width = 292; -}, -{ -layerId = m019; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (49,-155); -ref = acutecomb; -} -); -width = 208; -}, -{ -layerId = m020; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (26,-134); -ref = acutecomb; -} -); -width = 283; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-12,-156); -ref = acutecomb; -} -); -width = 150; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-25,-137); -ref = acutecomb; -} -); -width = 228; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (15,-155); -ref = acutecomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (12,-134); -ref = acutecomb; -} -); -width = 300; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-4,-155); -ref = acutecomb; -} -); -width = 169; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (10,-129); -ref = acutecomb; -} -); -width = 307; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/jcircumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/jcircumflex.glyph deleted file mode 100644 index 4bc0a5ad..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/jcircumflex.glyph +++ /dev/null @@ -1,241 +0,0 @@ -{ -color = 6; -glyphname = jcircumflex; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-54,-156); -ref = circumflexcomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-101,-137); -ref = circumflexcomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-94,-155); -ref = circumflexcomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-137,-129); -ref = circumflexcomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-42,-156); -ref = circumflexcomb; -} -); -width = 117; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-96,-137); -ref = circumflexcomb; -} -); -width = 215; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-57,-155); -ref = circumflexcomb; -} -); -width = 164; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-89,-134); -ref = circumflexcomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-89,-155); -ref = circumflexcomb; -} -); -width = 154; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-132,-129); -ref = circumflexcomb; -} -); -width = 292; -}, -{ -layerId = m019; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-58,-155); -ref = circumflexcomb; -} -); -width = 208; -}, -{ -layerId = m020; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-103,-134); -ref = circumflexcomb; -} -); -width = 283; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-86,-156); -ref = circumflexcomb; -} -); -width = 150; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-132,-137); -ref = circumflexcomb; -} -); -width = 228; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-95,-155); -ref = circumflexcomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-122,-134); -ref = circumflexcomb; -} -); -width = 300; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-127,-155); -ref = circumflexcomb; -} -); -width = 169; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-166,-129); -ref = circumflexcomb; -} -); -width = 307; -} -); -unicode = 309; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/jdotless.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/jdotless.glyph deleted file mode 100644 index d90ab6e2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/jdotless.glyph +++ /dev/null @@ -1,742 +0,0 @@ -{ -glyphname = jdotless; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (116,-250); -}, -{ -name = top; -pos = (116,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(51,-167,ls), -(167,-167,o), -(204,-108,o), -(204,-2,cs), -(204,541,l), -(27,541,l), -(27,-1,ls), -(27,-28,o), -(20,-40,o), -(-6,-40,cs), -(-31,-40,l), -(-31,-167,l) -); -} -); -width = 231; -}, -{ -anchors = ( -{ -name = bottom; -pos = (75,-250); -}, -{ -name = top; -pos = (75,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(25,-167,ls), -(74,-167,o), -(89,-138,o), -(89,-94,cs), -(89,516,l), -(60,516,l), -(60,-89,ls), -(60,-128,o), -(49,-140,o), -(20,-140,cs), -(3,-140,l), -(3,-167,l) -); -} -); -width = 149; -}, -{ -anchors = ( -{ -name = bottom; -pos = (104,-250); -}, -{ -name = top; -pos = (85,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(-24,-167,ls), -(41,-167,o), -(103,-140,o), -(103,-43,cs), -(103,517,l), -(66,517,l), -(66,-35,ls), -(66,-107,o), -(36,-133,o), -(-28,-133,cs), -(-74,-133,l), -(-74,-167,l) -); -} -); -width = 169; -}, -{ -anchors = ( -{ -name = bottom; -pos = (154,-250); -}, -{ -name = top; -pos = (154,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(67,-167,ls), -(201,-167,o), -(264,-104,o), -(264,29,cs), -(264,544,l), -(43,544,l), -(43,54,ls), -(43,9,o), -(29,-6,o), -(-7,-6,cs), -(-44,-6,l), -(-44,-167,l) -); -} -); -width = 307; -}, -{ -anchors = ( -{ -name = bottom; -pos = (67,-250); -}, -{ -name = top; -pos = (67,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(17,-167,ls), -(67,-167,o), -(82,-138,o), -(82,-94,cs), -(82,516,l), -(52,516,l), -(52,-89,ls), -(52,-128,o), -(41,-140,o), -(12,-140,cs), -(-5,-140,l), -(-5,-167,l) -); -} -); -width = 117; -}, -{ -anchors = ( -{ -name = bottom; -pos = (111,-250); -}, -{ -name = top; -pos = (111,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(46,-167,ls), -(162,-167,o), -(199,-108,o), -(199,-2,cs), -(199,541,l), -(22,541,l), -(22,7,ls), -(22,-16,o), -(16,-26,o), -(-8,-26,cs), -(-36,-26,l), -(-36,-167,l) -); -} -); -width = 215; -}, -{ -anchors = ( -{ -name = bottom; -pos = (134,-250); -}, -{ -name = top; -pos = (87,517); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(15,-167,ls), -(76,-167,o), -(105,-128,o), -(105,-70,cs), -(105,517,l), -(68,517,l), -(68,-60,ls), -(68,-113,o), -(50,-133,o), -(4,-133,cs), -(-42,-133,l), -(-42,-167,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = j; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = j; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 164; -}, -{ -anchors = ( -{ -name = bottom; -pos = (137,-250); -}, -{ -name = top; -pos = (137,544); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(48,-167,ls), -(183,-167,o), -(233,-97,o), -(233,25,cs), -(233,544,l), -(42,544,l), -(42,21,ls), -(42,-19,o), -(27,-34,o), -(-9,-34,cs), -(-48,-34,l), -(-48,-167,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = j; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = j; -}; -width = 263; -}, -{ -anchors = ( -{ -name = bottom; -pos = (99,-250); -}, -{ -name = top; -pos = (80,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(-29,-167,ls), -(36,-167,o), -(98,-140,o), -(98,-43,cs), -(98,517,l), -(61,517,l), -(61,-35,ls), -(61,-107,o), -(31,-133,o), -(-33,-133,cs), -(-79,-133,l), -(-79,-167,l) -); -} -); -width = 154; -}, -{ -anchors = ( -{ -name = bottom; -pos = (149,-250); -}, -{ -name = top; -pos = (149,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(62,-167,ls), -(196,-167,o), -(259,-104,o), -(259,29,cs), -(259,544,l), -(38,544,l), -(38,54,ls), -(38,9,o), -(24,-6,o), -(-12,-6,cs), -(-49,-6,l), -(-49,-167,l) -); -} -); -width = 292; -}, -{ -anchors = ( -{ -name = bottom; -pos = (151,-250); -}, -{ -name = top; -pos = (105,517); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(35,-182,ls), -(94,-182,o), -(123,-143,o), -(123,-85,cs), -(123,517,l), -(86,517,l), -(86,-75,ls), -(86,-128,o), -(68,-148,o), -(24,-148,cs), -(-22,-148,l), -(-22,-182,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = j; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = j; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 208; -}, -{ -anchors = ( -{ -name = bottom; -pos = (131,-250); -}, -{ -name = top; -pos = (136,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(54,-182,ls), -(184,-182,o), -(232,-112,o), -(232,10,cs), -(232,544,l), -(42,544,l), -(42,29,ls), -(42,-11,o), -(29,-26,o), -(-2,-26,cs), -(-37,-26,l), -(-37,-182,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = j; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = j; -}; -width = 283; -}, -{ -anchors = ( -{ -name = bottom; -pos = (-8,-200); -}, -{ -name = top; -pos = (129,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-69,-167,ls), -(-22,-167,o), -(4,-150,o), -(15,-97,cs), -(143,516,l), -(114,516,l), -(-12,-89,ls), -(-18,-122,o), -(-31,-140,o), -(-65,-140,cs), -(-79,-140,l), -(-85,-167,l) -); -} -); -width = 150; -}, -{ -anchors = ( -{ -name = bottom; -pos = (28,-200); -}, -{ -name = top; -pos = (170,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(-41,-167,ls), -(67,-167,o), -(121,-117,o), -(142,-12,cs), -(258,541,l), -(82,541,l), -(-30,-1,ls), -(-36,-29,o), -(-49,-47,o), -(-75,-47,cs), -(-97,-47,l), -(-121,-167,l) -); -} -); -width = 228; -}, -{ -anchors = ( -{ -name = bottom; -pos = (12,-200); -}, -{ -name = top; -pos = (157,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(-80,-167,ls), -(-6,-167,o), -(40,-129,o), -(57,-49,cs), -(174,517,l), -(139,517,l), -(22,-43,ls), -(9,-107,o), -(-18,-134,o), -(-81,-134,cs), -(-124,-134,l), -(-132,-167,l) -); -} -); -width = 206; -}, -{ -anchors = ( -{ -name = bottom; -pos = (63,-200); -}, -{ -name = top; -pos = (207,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(-24,-167,ls), -(90,-167,o), -(164,-114,o), -(188,-1,cs), -(302,544,l), -(112,544,l), -(5,35,ls), -(-7,-21,o), -(-27,-27,o), -(-72,-27,cs), -(-91,-27,l), -(-119,-167,l) -); -} -); -width = 300; -}, -{ -anchors = ( -{ -name = bottom; -pos = (0,-200); -}, -{ -name = top; -pos = (139,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(-104,-167,ls), -(-25,-167,o), -(20,-134,o), -(38,-50,cs), -(157,517,l), -(120,517,l), -(2,-46,ls), -(-9,-102,o), -(-33,-133,o), -(-105,-133,cs), -(-151,-133,l), -(-158,-167,l) -); -} -); -width = 169; -}, -{ -anchors = ( -{ -name = bottom; -pos = (67,-200); -}, -{ -name = top; -pos = (210,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(-43,-167,ls), -(104,-167,o), -(186,-95,o), -(213,33,cs), -(320,544,l), -(100,544,l), -(-1,60,ls), -(-10,15,o), -(-28,-3,o), -(-68,-3,cs), -(-99,-3,l), -(-131,-167,l) -); -} -); -width = 307; -} -); -metricLeft = "=l@100"; -metricRight = l; -unicode = 567; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/k.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/k.glyph deleted file mode 100644 index 8ed1e305..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/k.glyph +++ /dev/null @@ -1,901 +0,0 @@ -{ -glyphname = k; -kernLeft = KO_i; -kernRight = KO_k; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (231,0); -}, -{ -name = top; -pos = (231,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(457,0,l), -(355,331,l), -(225,210,l), -(243,127,l), -(271,0,l) -); -}, -{ -closed = 1; -nodes = ( -(204,0,l), -(204,120,l), -(233,209,l), -(354,301,l), -(458,541,l), -(269,541,l), -(227,410,l), -(204,326,l), -(204,729,l), -(27,729,l), -(27,0,l) -); -} -); -width = 465; -}, -{ -anchors = ( -{ -name = bottom; -pos = (141,0); -}, -{ -name = top; -pos = (141,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(268,0,l), -(158,323,l), -(145,294,l), -(163,231,l), -(237,0,l) -); -}, -{ -closed = 1; -nodes = ( -(89,0,l), -(89,170,l), -(151,293,l), -(157,308,l), -(264,516,l), -(232,516,l), -(127,303,l), -(89,223,l), -(89,729,l), -(60,729,l), -(60,0,l) -); -} -); -width = 280; -}, -{ -anchors = ( -{ -name = bottom; -pos = (282,0); -}, -{ -name = top; -pos = (282,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(552,0,l), -(278,326,l), -(252,306,l), -(301,244,l), -(505,0,l) -); -}, -{ -closed = 1; -nodes = ( -(103,0,l), -(103,182,l), -(264,304,l), -(276,315,l), -(536,517,l), -(481,517,l), -(173,277,l), -(103,221,l), -(103,729,l), -(66,729,l), -(66,0,l) -); -} -); -width = 563; -}, -{ -anchors = ( -{ -name = bottom; -pos = (371,0); -}, -{ -name = top; -pos = (371,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(741,0,l), -(474,339,l), -(315,209,l), -(355,150,l), -(467,0,l) -); -}, -{ -closed = 1; -nodes = ( -(264,0,l), -(264,142,l), -(336,207,l), -(472,316,l), -(737,544,l), -(462,544,l), -(329,423,l), -(264,360,l), -(264,729,l), -(43,729,l), -(43,0,l) -); -} -); -width = 732; -}, -{ -anchors = ( -{ -name = bottom; -pos = (117,0); -}, -{ -name = top; -pos = (117,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(267,0,l), -(142,341,l), -(124,309,l), -(149,241,l), -(235,0,l) -); -}, -{ -closed = 1; -nodes = ( -(66,0,l), -(66,193,l), -(133,311,l), -(140,323,l), -(249,516,l), -(215,516,l), -(109,327,l), -(66,249,l), -(66,729,l), -(36,729,l), -(36,0,l) -); -} -); -width = 255; -}, -{ -anchors = ( -{ -name = bottom; -pos = (220,0); -}, -{ -name = top; -pos = (220,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(442,0,l), -(339,347,l), -(207,191,l), -(226,118,l), -(255,0,l) -); -}, -{ -closed = 1; -nodes = ( -(193,0,l), -(193,113,l), -(215,191,l), -(338,317,l), -(434,541,l), -(262,541,l), -(217,422,l), -(193,361,l), -(193,729,l), -(16,729,l), -(16,0,l) -); -} -); -width = 436; -}, -{ -anchors = ( -{ -name = bottom; -pos = (236,0); -}, -{ -name = top; -pos = (236,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(467,0,l), -(240,328,l), -(212,301,l), -(253,244,l), -(423,0,l) -); -}, -{ -closed = 1; -nodes = ( -(96,0,l), -(96,175,l), -(225,300,l), -(239,313,l), -(448,517,l), -(399,517,l), -(145,269,l), -(96,221,l), -(96,729,l), -(59,729,l), -(59,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 463; -}, -{ -anchors = ( -{ -name = bottom; -pos = (306,0); -}, -{ -name = top; -pos = (306,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(590,0,l), -(390,345,l), -(252,204,l), -(290,147,l), -(373,0,l) -); -}, -{ -closed = 1; -nodes = ( -(221,0,l), -(221,151,l), -(287,217,l), -(379,309,l), -(582,544,l), -(368,544,l), -(263,423,l), -(221,376,l), -(221,729,l), -(30,729,l), -(30,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -}; -width = 597; -}, -{ -anchors = ( -{ -name = bottom; -pos = (272,0); -}, -{ -name = top; -pos = (272,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(549,0,l), -(270,328,l), -(241,305,l), -(293,244,l), -(500,0,l) -); -}, -{ -closed = 1; -nodes = ( -(93,0,l), -(93,180,l), -(254,304,l), -(269,315,l), -(527,517,l), -(471,517,l), -(163,277,l), -(93,221,l), -(93,729,l), -(56,729,l), -(56,0,l) -); -} -); -width = 551; -}, -{ -anchors = ( -{ -name = bottom; -pos = (358,0); -}, -{ -name = top; -pos = (358,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(728,0,l), -(461,339,l), -(302,209,l), -(342,150,l), -(454,0,l) -); -}, -{ -closed = 1; -nodes = ( -(251,0,l), -(251,142,l), -(323,207,l), -(459,316,l), -(724,544,l), -(449,544,l), -(316,423,l), -(251,360,l), -(251,729,l), -(30,729,l), -(30,0,l) -); -} -); -width = 714; -}, -{ -anchors = ( -{ -name = bottom; -pos = (259,0); -}, -{ -name = top; -pos = (259,759); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(494,0,l), -(266,329,l), -(239,303,l), -(279,246,l), -(449,0,l) -); -}, -{ -closed = 1; -nodes = ( -(123,0,l), -(123,175,l), -(250,302,l), -(264,314,l), -(467,517,l), -(420,517,l), -(170,269,l), -(123,220,l), -(123,759,l), -(86,759,l), -(86,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 506; -}, -{ -anchors = ( -{ -name = bottom; -pos = (333,0); -}, -{ -name = top; -pos = (333,759); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(637,0,l), -(427,339,l), -(295,213,l), -(334,141,l), -(414,0,l) -); -}, -{ -closed = 1; -nodes = ( -(252,0,l), -(252,144,l), -(314,210,l), -(426,314,l), -(637,544,l), -(405,544,l), -(293,403,l), -(252,351,l), -(252,759,l), -(60,759,l), -(60,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = l; -}; -width = 642; -}, -{ -anchors = ( -{ -name = bottom; -pos = (98,0); -}, -{ -name = top; -pos = (249,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,0,l), -(175,329,l), -(154,298,l), -(160,231,l), -(185,0,l) -); -}, -{ -closed = 1; -nodes = ( -(36,0,l), -(70,170,l), -(160,297,l), -(171,312,l), -(316,516,l), -(279,516,l), -(130,303,l), -(85,237,l), -(187,729,l), -(158,729,l), -(7,0,l) -); -} -); -width = 281; -}, -{ -anchors = ( -{ -name = bottom; -pos = (181,0); -}, -{ -name = top; -pos = (332,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(396,0,l), -(364,332,l), -(210,210,l), -(209,127,l), -(212,0,l) -); -}, -{ -closed = 1; -nodes = ( -(146,0,l), -(172,120,l), -(217,208,l), -(357,303,l), -(510,541,l), -(323,541,l), -(253,410,l), -(214,326,l), -(297,729,l), -(122,729,l), -(-30,0,l) -); -} -); -width = 461; -}, -{ -anchors = ( -{ -name = bottom; -pos = (211,0); -}, -{ -name = top; -pos = (362,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(418,0,l), -(274,330,l), -(245,306,l), -(271,244,l), -(376,0,l) -); -}, -{ -closed = 1; -nodes = ( -(68,0,l), -(104,175,l), -(256,303,l), -(271,315,l), -(514,517,l), -(461,517,l), -(189,291,l), -(115,227,l), -(220,729,l), -(183,729,l), -(31,0,l) -); -} -); -width = 497; -}, -{ -anchors = ( -{ -name = bottom; -pos = (280,0); -}, -{ -name = top; -pos = (431,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(574,0,l), -(433,331,l), -(281,218,l), -(308,147,l), -(366,0,l) -); -}, -{ -closed = 1; -nodes = ( -(190,0,l), -(221,144,l), -(299,214,l), -(427,305,l), -(687,544,l), -(456,544,l), -(311,400,l), -(263,351,l), -(342,729,l), -(150,729,l), -(-2,0,l) -); -} -); -width = 638; -}, -{ -anchors = ( -{ -name = bottom; -pos = (235,0); -}, -{ -name = top; -pos = (386,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(491,0,l), -(287,327,l), -(259,308,l), -(296,244,l), -(446,0,l) -); -}, -{ -closed = 1; -nodes = ( -(49,0,l), -(86,182,l), -(270,305,l), -(285,315,l), -(584,517,l), -(529,517,l), -(178,280,l), -(95,222,l), -(200,729,l), -(163,729,l), -(12,0,l) -); -} -); -width = 556; -}, -{ -anchors = ( -{ -name = bottom; -pos = (322,0); -}, -{ -name = top; -pos = (473,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(677,0,l), -(478,335,l), -(306,216,l), -(338,151,l), -(422,0,l) -); -}, -{ -closed = 1; -nodes = ( -(206,0,l), -(236,142,l), -(326,212,l), -(473,311,l), -(785,544,l), -(505,544,l), -(334,409,l), -(283,366,l), -(357,729,l), -(138,729,l), -(-13,0,l) -); -} -); -width = 724; -} -); -metricLeft = l; -unicode = 107; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/kcommaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/kcommaaccent.glyph deleted file mode 100644 index 96c26cf9..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/kcommaaccent.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = kcommaaccent; -kernRight = KO_k; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = k; -}, -{ -pos = (44,0); -ref = commaaccentcomb; -} -); -width = 280; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = k; -}, -{ -pos = (49,0); -ref = commaaccentcomb; -} -); -width = 465; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = k; -}, -{ -pos = (181,0); -ref = commaaccentcomb; -} -); -width = 563; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = k; -}, -{ -pos = (187,0); -ref = commaaccentcomb; -} -); -width = 732; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = k; -}, -{ -pos = (40,0); -ref = commaaccentcomb; -} -); -width = 255; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = k; -}, -{ -pos = (48,0); -ref = commaaccentcomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = k; -}, -{ -pos = (150,0); -ref = commaaccentcomb; -} -); -width = 463; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = k; -}, -{ -pos = (157,0); -ref = commaaccentcomb; -} -); -width = 597; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = k; -}, -{ -pos = (181,0); -ref = commaaccentcomb; -} -); -width = 551; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = k; -}, -{ -pos = (184,0); -ref = commaaccentcomb; -} -); -width = 714; -}, -{ -layerId = m019; -shapes = ( -{ -ref = k; -}, -{ -pos = (152,0); -ref = commaaccentcomb; -} -); -width = 506; -}, -{ -layerId = m020; -shapes = ( -{ -ref = k; -}, -{ -pos = (170,0); -ref = commaaccentcomb; -} -); -width = 642; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = k; -}, -{ -pos = (55,0); -ref = commaaccentcomb; -} -); -width = 281; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = k; -}, -{ -pos = (57,0); -ref = commaaccentcomb; -} -); -width = 461; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = k; -}, -{ -pos = (159,0); -ref = commaaccentcomb; -} -); -width = 497; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = k; -}, -{ -pos = (165,0); -ref = commaaccentcomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = k; -}, -{ -pos = (187,0); -ref = commaaccentcomb; -} -); -width = 556; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = k; -}, -{ -pos = (199,0); -ref = commaaccentcomb; -} -); -width = 724; -} -); -unicode = 311; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/l.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/l.glyph deleted file mode 100644 index e14bdbaa..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/l.glyph +++ /dev/null @@ -1,835 +0,0 @@ -{ -glyphname = l; -kernLeft = KO_i; -kernRight = KO_l; -layers = ( -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (231,0); -}, -{ -name = bottom; -pos = (116,0); -}, -{ -name = center; -pos = (116,365); -}, -{ -name = top; -pos = (116,729); -}, -{ -name = topright; -pos = (204,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(204,729,l), -(27,729,l), -(27,0,l) -); -} -); -width = 231; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (149,0); -}, -{ -name = bottom; -pos = (75,0); -}, -{ -name = center; -pos = (75,365); -}, -{ -name = top; -pos = (75,729); -}, -{ -name = topright; -pos = (89,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,0,l), -(89,729,l), -(60,729,l), -(60,0,l) -); -} -); -width = 149; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (169,0); -}, -{ -name = bottom; -pos = (84,0); -}, -{ -name = center; -pos = (84,365); -}, -{ -name = top; -pos = (84,729); -}, -{ -name = topright; -pos = (103,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,0,l), -(103,729,l), -(66,729,l), -(66,0,l) -); -} -); -width = 169; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (10,0); -}, -{ -name = "#exit"; -pos = (307,0); -}, -{ -name = bottom; -pos = (154,0); -}, -{ -name = center; -pos = (154,365); -}, -{ -name = top; -pos = (154,729); -}, -{ -name = topright; -pos = (264,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,729,l), -(43,729,l), -(43,0,l) -); -} -); -width = 307; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (101,0); -}, -{ -name = bottom; -pos = (51,0); -}, -{ -name = center; -pos = (51,365); -}, -{ -name = top; -pos = (51,729); -}, -{ -name = topright; -pos = (65,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,0,l), -(66,729,l), -(36,729,l), -(36,0,l) -); -} -); -width = 101; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (209,0); -}, -{ -name = bottom; -pos = (105,0); -}, -{ -name = center; -pos = (105,365); -}, -{ -name = top; -pos = (105,729); -}, -{ -name = topright; -pos = (193,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,0,l), -(193,729,l), -(16,729,l), -(16,0,l) -); -} -); -width = 209; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (155,0); -}, -{ -name = bottom; -pos = (78,0); -}, -{ -name = center; -pos = (78,365); -}, -{ -name = top; -pos = (78,729); -}, -{ -name = topright; -pos = (96,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(96,0,l), -(96,729,l), -(59,729,l), -(59,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 155; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (251,0); -}, -{ -name = bottom; -pos = (126,0); -}, -{ -name = center; -pos = (126,365); -}, -{ -name = top; -pos = (126,729); -}, -{ -name = topright; -pos = (221,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,0,l), -(221,729,l), -(30,729,l), -(30,0,l) -); -} -); -width = 251; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (149,0); -}, -{ -name = bottom; -pos = (74,0); -}, -{ -name = center; -pos = (74,365); -}, -{ -name = top; -pos = (74,729); -}, -{ -name = topright; -pos = (93,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,0,l), -(93,729,l), -(56,729,l), -(56,0,l) -); -} -); -width = 149; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (281,0); -}, -{ -name = bottom; -pos = (141,0); -}, -{ -name = center; -pos = (141,365); -}, -{ -name = top; -pos = (141,729); -}, -{ -name = topright; -pos = (251,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,0,l), -(251,729,l), -(30,729,l), -(30,0,l) -); -} -); -width = 281; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (2,0); -}, -{ -name = "#exit"; -pos = (205,0); -}, -{ -name = bottom; -pos = (104,0); -}, -{ -name = center; -pos = (104,365); -}, -{ -name = top; -pos = (104,759); -}, -{ -name = topright; -pos = (122,759); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(122,0,l), -(122,759,l), -(85,759,l), -(85,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 207; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (311,0); -}, -{ -name = bottom; -pos = (155,0); -}, -{ -name = center; -pos = (155,365); -}, -{ -name = top; -pos = (155,759); -}, -{ -name = topright; -pos = (250,759); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(250,0,l), -(250,759,l), -(60,759,l), -(60,0,l) -); -} -); -width = 311; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-1,0); -}, -{ -name = "#exit"; -pos = (97,0); -}, -{ -name = bottom; -pos = (22,0); -}, -{ -name = center; -pos = (97,365); -}, -{ -name = top; -pos = (172,729); -}, -{ -name = topright; -pos = (187,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(36,0,l), -(187,729,l), -(158,729,l), -(7,0,l) -); -} -); -width = 149; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-10,0); -}, -{ -name = "#exit"; -pos = (171,0); -}, -{ -name = bottom; -pos = (58,0); -}, -{ -name = center; -pos = (134,365); -}, -{ -name = top; -pos = (209,729); -}, -{ -name = topright; -pos = (297,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,0,l), -(297,729,l), -(122,729,l), -(-30,0,l) -); -} -); -width = 228; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-5,0); -}, -{ -name = "#exit"; -pos = (149,0); -}, -{ -name = bottom; -pos = (49,0); -}, -{ -name = center; -pos = (124,365); -}, -{ -name = top; -pos = (200,729); -}, -{ -name = topright; -pos = (218,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,0,l), -(218,729,l), -(182,729,l), -(31,0,l) -); -} -); -width = 206; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (242,0); -}, -{ -name = bottom; -pos = (93,0); -}, -{ -name = center; -pos = (169,365); -}, -{ -name = top; -pos = (244,729); -}, -{ -name = topright; -pos = (340,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(188,0,l), -(340,729,l), -(149,729,l), -(-2,0,l) -); -} -); -width = 299; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (12,0); -}, -{ -name = "#exit"; -pos = (116,0); -}, -{ -name = bottom; -pos = (31,0); -}, -{ -name = center; -pos = (106,365); -}, -{ -name = top; -pos = (181,729); -}, -{ -name = topright; -pos = (200,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,0,l), -(200,729,l), -(163,729,l), -(12,0,l) -); -} -); -width = 169; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-13,0); -}, -{ -name = "#exit"; -pos = (250,0); -}, -{ -name = bottom; -pos = (97,0); -}, -{ -name = center; -pos = (172,365); -}, -{ -name = top; -pos = (248,729); -}, -{ -name = topright; -pos = (357,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,l), -(357,729,l), -(138,729,l), -(-13,0,l) -); -} -); -width = 305; -} -); -metricRight = "=|"; -unicode = 108; -userData = { -KernOnName = l; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/l.ss03.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/l.ss03.glyph deleted file mode 100644 index d0012889..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/l.ss03.glyph +++ /dev/null @@ -1,1146 +0,0 @@ -{ -glyphname = l.ss03; -kernLeft = KO_i; -kernRight = KO_l.ss03; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (112,0); -}, -{ -name = center; -pos = (112,365); -}, -{ -name = top; -pos = (112,729); -}, -{ -name = topright; -pos = (200,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(194,0,l), -(194,729,l), -(17,729,l), -(17,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,0,l), -(239,132,l), -(221,132,ls), -(203,132,o), -(200,137,o), -(200,160,cs), -(200,729,l), -(24,729,l), -(24,124,ls), -(24,40,o), -(62,0,o), -(151,0,cs) -); -} -); -width = 250; -}, -{ -anchors = ( -{ -name = bottom; -pos = (74,0); -}, -{ -name = center; -pos = (74,365); -}, -{ -name = top; -pos = (74,729); -}, -{ -name = topright; -pos = (88,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(132,0,l), -(132,29,l), -(115,29,ls), -(92,29,o), -(88,41,o), -(88,64,cs), -(88,729,l), -(59,729,l), -(59,56,ls), -(59,14,o), -(78,0,o), -(111,0,cs) -); -} -); -width = 152; -}, -{ -anchors = ( -{ -name = bottom; -pos = (82,0); -}, -{ -name = center; -pos = (82,365); -}, -{ -name = top; -pos = (82,729); -}, -{ -name = topright; -pos = (101,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(212,0,l), -(212,36,l), -(152,36,ls), -(118,36,o), -(101,48,o), -(101,90,cs), -(101,729,l), -(64,729,l), -(64,79,ls), -(64,23,o), -(95,0,o), -(143,0,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,0,l), -(221,36,l), -(160,36,ls), -(119,36,o), -(101,49,o), -(101,98,cs), -(101,729,l), -(64,729,l), -(64,93,ls), -(64,29,o), -(93,0,o), -(157,0,cs) -); -} -); -width = 233; -}, -{ -anchors = ( -{ -name = bottom; -pos = (148,0); -}, -{ -name = center; -pos = (148,365); -}, -{ -name = top; -pos = (148,729); -}, -{ -name = topright; -pos = (258,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(313,0,l), -(313,164,l), -(289,164,ls), -(271,164,o), -(258,170,o), -(258,200,cs), -(258,729,l), -(37,729,l), -(37,159,ls), -(37,56,o), -(81,0,o), -(195,0,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(333,0,l), -(333,164,l), -(289,164,ls), -(271,164,o), -(258,170,o), -(258,200,cs), -(258,729,l), -(37,729,l), -(37,159,ls), -(37,56,o), -(81,0,o), -(195,0,cs) -); -} -); -width = 337; -}, -{ -anchors = ( -{ -name = bottom; -pos = (52,0); -}, -{ -name = center; -pos = (52,365); -}, -{ -name = top; -pos = (52,729); -}, -{ -name = topright; -pos = (66,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(110,29,l), -(93,29,ls), -(70,29,o), -(66,41,o), -(66,64,cs), -(66,729,l), -(37,729,l), -(37,56,ls), -(37,14,o), -(56,0,o), -(89,0,cs) -); -} -); -width = 110; -}, -{ -anchors = ( -{ -name = bottom; -pos = (102,0); -}, -{ -name = center; -pos = (102,365); -}, -{ -name = top; -pos = (102,729); -}, -{ -name = topright; -pos = (190,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(194,0,l), -(194,729,l), -(17,729,l), -(17,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,0,l), -(229,132,l), -(211,132,ls), -(193,132,o), -(190,137,o), -(190,160,cs), -(190,729,l), -(14,729,l), -(14,124,ls), -(14,40,o), -(52,0,o), -(141,0,cs) -); -} -); -width = 233; -}, -{ -anchors = ( -{ -name = bottom; -pos = (83,0); -}, -{ -name = center; -pos = (83,365); -}, -{ -name = top; -pos = (83,729); -}, -{ -name = topright; -pos = (101,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(222,0,l), -(222,36,l), -(184,36,ls), -(150,36,o), -(133,48,o), -(133,89,cs), -(133,729,l), -(96,729,l), -(96,80,ls), -(96,24,o), -(127,0,o), -(176,0,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,0,l), -(192,36,l), -(148,36,ls), -(117,36,o), -(101,47,o), -(101,85,cs), -(101,729,l), -(64,729,l), -(64,76,ls), -(64,22,o), -(92,0,o), -(142,0,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 195; -}, -{ -anchors = ( -{ -name = bottom; -pos = (124,0); -}, -{ -name = center; -pos = (124,365); -}, -{ -name = top; -pos = (124,729); -}, -{ -name = topright; -pos = (219,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(310,0,l), -(310,153,l), -(280,153,ls), -(259,153,o), -(245,160,o), -(245,188,cs), -(245,729,l), -(54,729,l), -(54,152,ls), -(54,61,o), -(84,0,o), -(211,0,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(282,0,l), -(282,148,l), -(252,148,ls), -(233,148,o), -(219,154,o), -(219,181,cs), -(219,729,l), -(28,729,l), -(28,143,ls), -(28,51,o), -(69,0,o), -(175,0,cs) -); -} -); -width = 282; -}, -{ -anchors = ( -{ -name = bottom; -pos = (72,0); -}, -{ -name = center; -pos = (72,365); -}, -{ -name = top; -pos = (72,729); -}, -{ -name = topright; -pos = (91,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(212,0,l), -(212,36,l), -(152,36,ls), -(118,36,o), -(101,48,o), -(101,90,cs), -(101,729,l), -(64,729,l), -(64,79,ls), -(64,23,o), -(95,0,o), -(143,0,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,0,l), -(211,36,l), -(150,36,ls), -(109,36,o), -(91,49,o), -(91,98,cs), -(91,729,l), -(54,729,l), -(54,93,ls), -(54,29,o), -(83,0,o), -(147,0,cs) -); -} -); -width = 218; -}, -{ -anchors = ( -{ -name = bottom; -pos = (138,0); -}, -{ -name = center; -pos = (138,365); -}, -{ -name = top; -pos = (138,729); -}, -{ -name = topright; -pos = (248,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(313,0,l), -(313,164,l), -(289,164,ls), -(271,164,o), -(258,170,o), -(258,200,cs), -(258,729,l), -(37,729,l), -(37,159,ls), -(37,56,o), -(81,0,o), -(195,0,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,0,l), -(323,164,l), -(279,164,ls), -(261,164,o), -(248,170,o), -(248,200,cs), -(248,729,l), -(27,729,l), -(27,159,ls), -(27,56,o), -(71,0,o), -(185,0,cs) -); -} -); -width = 322; -}, -{ -anchors = ( -{ -name = bottom; -pos = (104,0); -}, -{ -name = center; -pos = (104,365); -}, -{ -name = top; -pos = (104,729); -}, -{ -name = topright; -pos = (122,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(222,0,l), -(222,36,l), -(184,36,ls), -(150,36,o), -(133,48,o), -(133,89,cs), -(133,729,l), -(96,729,l), -(96,80,ls), -(96,24,o), -(127,0,o), -(176,0,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(211,0,l), -(211,36,l), -(167,36,ls), -(138,36,o), -(122,47,o), -(122,85,cs), -(122,729,l), -(85,729,l), -(85,76,ls), -(85,22,o), -(113,0,o), -(161,0,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 236; -}, -{ -anchors = ( -{ -name = bottom; -pos = (143,0); -}, -{ -name = center; -pos = (143,365); -}, -{ -name = top; -pos = (143,729); -}, -{ -name = topright; -pos = (238,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(310,0,l), -(310,153,l), -(280,153,ls), -(259,153,o), -(245,160,o), -(245,188,cs), -(245,729,l), -(54,729,l), -(54,152,ls), -(54,61,o), -(84,0,o), -(211,0,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(291,0,l), -(291,148,l), -(265,148,ls), -(249,148,o), -(238,154,o), -(238,181,cs), -(238,729,l), -(48,729,l), -(48,143,ls), -(48,51,o), -(86,0,o), -(188,0,cs) -); -} -); -width = 306; -}, -{ -anchors = ( -{ -name = bottom; -pos = (23,0); -}, -{ -name = center; -pos = (95,365); -}, -{ -name = top; -pos = (171,729); -}, -{ -name = topright; -pos = (187,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(81,0,l), -(87,28,l), -(70,28,ls), -(47,28,o), -(42,34,o), -(50,73,cs), -(185,729,l), -(156,729,l), -(19,65,ls), -(11,26,o), -(19,0,o), -(58,0,cs) -); -} -); -width = 153; -}, -{ -anchors = ( -{ -name = bottom; -pos = (56,0); -}, -{ -name = center; -pos = (131,365); -}, -{ -name = top; -pos = (206,729); -}, -{ -name = topright; -pos = (294,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(183,0,l), -(210,132,l), -(192,132,ls), -(174,132,o), -(172,137,o), -(177,160,cs), -(294,729,l), -(118,729,l), -(-7,124,ls), -(-24,40,o), -(6,0,o), -(95,0,cs) -); -} -); -width = 250; -}, -{ -anchors = ( -{ -name = bottom; -pos = (87,0); -}, -{ -name = center; -pos = (124,365); -}, -{ -name = top; -pos = (199,729); -}, -{ -name = topright; -pos = (225,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(152,0,l), -(159,33,l), -(121,33,ls), -(82,33,o), -(76,48,o), -(84,88,cs), -(217,729,l), -(181,729,l), -(49,91,ls), -(37,32,o), -(55,0,o), -(112,0,cs) -); -} -); -}; -guides = ( -{ -angle = 78.3; -pos = (-77,134); -}, -{ -angle = 78.3; -pos = (92,88); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,0,l), -(159,33,l), -(121,33,ls), -(82,33,o), -(74,51,o), -(84,98,cs), -(215,729,l), -(179,729,l), -(49,101,ls), -(36,36,o), -(55,0,o), -(112,0,cs) -); -} -); -width = 228; -}, -{ -anchors = ( -{ -name = bottom; -pos = (91,0); -}, -{ -name = center; -pos = (164,360); -}, -{ -name = top; -pos = (241,729); -}, -{ -name = topright; -pos = (336,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(237,0,l), -(266,138,l), -(244,138,ls), -(225,138,o), -(214,146,o), -(221,179,cs), -(336,729,l), -(145,729,l), -(31,183,ls), -(8,73,o), -(46,0,o), -(149,0,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(237,0,l), -(266,138,l), -(244,138,ls), -(225,138,o), -(211,141,o), -(218,174,cs), -(335,729,l), -(144,729,l), -(23,155,ls), -(3,59,o), -(48,0,o), -(145,0,cs) -); -} -); -width = 310; -}, -{ -anchors = ( -{ -name = bottom; -pos = (44,0); -}, -{ -name = center; -pos = (101,365); -}, -{ -name = top; -pos = (176,729); -}, -{ -name = topright; -pos = (196,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-350,0,l), -(-343,33,l), -(-383,33,ls), -(-422,33,o), -(-428,48,o), -(-420,88,cs), -(-287,729,l), -(-323,729,l), -(-455,91,ls), -(-467,32,o), -(-449,0,o), -(-392,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(155,0,l), -(163,36,l), -(107,36,ls), -(70,36,o), -(55,49,o), -(66,102,cs), -(196,729,l), -(160,729,l), -(29,94,ls), -(17,34,o), -(42,0,o), -(99,0,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,0,l), -(165,33,l), -(119,33,ls), -(72,33,o), -(53,51,o), -(66,112,cs), -(194,729,l), -(158,729,l), -(30,109,ls), -(15,38,o), -(42,0,o), -(109,0,cs) -); -} -); -width = 223; -}, -{ -anchors = ( -{ -name = bottom; -pos = (166,0); -}, -{ -name = center; -pos = (162,365); -}, -{ -name = top; -pos = (237,729); -}, -{ -name = topright; -pos = (347,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(274,0,l), -(309,168,l), -(272,168,ls), -(243,168,o), -(234,177,o), -(240,205,cs), -(350,729,l), -(125,729,l), -(11,181,ls), -(-16,52,o), -(45,0,o), -(151,0,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(275,0,l), -(309,162,l), -(272,162,ls), -(243,162,o), -(234,171,o), -(240,202,cs), -(349,729,l), -(129,729,l), -(19,198,ls), -(-10,57,o), -(53,0,o), -(159,0,cs) -); -} -); -width = 336; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/l.ss04.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/l.ss04.glyph deleted file mode 100644 index 310d6a56..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/l.ss04.glyph +++ /dev/null @@ -1,734 +0,0 @@ -{ -glyphname = l.ss04; -kernLeft = KO_l.ss04; -kernRight = KO_l; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (116,0); -}, -{ -name = center; -pos = (116,365); -}, -{ -name = top; -pos = (116,729); -}, -{ -name = topright; -pos = (204,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(204,729,l), -(-13,729,l), -(-13,576,l), -(27,576,l), -(27,0,l) -); -} -); -width = 231; -}, -{ -anchors = ( -{ -name = bottom; -pos = (75,0); -}, -{ -name = center; -pos = (75,365); -}, -{ -name = top; -pos = (75,729); -}, -{ -name = topright; -pos = (89,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,0,l), -(89,729,l), -(28,729,l), -(28,702,l), -(60,702,l), -(60,0,l) -); -} -); -width = 149; -}, -{ -anchors = ( -{ -name = bottom; -pos = (84,0); -}, -{ -name = center; -pos = (84,365); -}, -{ -name = top; -pos = (84,729); -}, -{ -name = topright; -pos = (103,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,0,l), -(103,729,l), -(-15,729,l), -(-15,697,l), -(66,697,l), -(66,0,l) -); -} -); -width = 169; -}, -{ -anchors = ( -{ -name = bottom; -pos = (154,0); -}, -{ -name = center; -pos = (154,365); -}, -{ -name = top; -pos = (154,729); -}, -{ -name = topright; -pos = (264,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,729,l), -(-13,729,l), -(-13,569,l), -(43,569,l), -(43,0,l) -); -} -); -width = 307; -}, -{ -anchors = ( -{ -name = bottom; -pos = (55,0); -}, -{ -name = center; -pos = (55,365); -}, -{ -name = top; -pos = (55,729); -}, -{ -name = topright; -pos = (69,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,0,l), -(69,729,l), -(8,729,l), -(8,702,l), -(40,702,l), -(40,0,l) -); -} -); -width = 105; -}, -{ -anchors = ( -{ -name = bottom; -pos = (111,0); -}, -{ -name = center; -pos = (111,365); -}, -{ -name = top; -pos = (111,729); -}, -{ -name = topright; -pos = (199,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(199,0,l), -(199,729,l), -(-18,729,l), -(-18,576,l), -(22,576,l), -(22,0,l) -); -} -); -width = 215; -}, -{ -anchors = ( -{ -name = bottom; -pos = (87,0); -}, -{ -name = center; -pos = (87,365); -}, -{ -name = top; -pos = (87,729); -}, -{ -name = topright; -pos = (105,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(105,0,l), -(105,729,l), -(-9,729,l), -(-9,697,l), -(68,697,l), -(68,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 164; -}, -{ -anchors = ( -{ -name = bottom; -pos = (138,0); -}, -{ -name = center; -pos = (138,365); -}, -{ -name = top; -pos = (138,729); -}, -{ -name = topright; -pos = (233,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,0,l), -(233,729,l), -(-25,729,l), -(-25,576,l), -(42,576,l), -(42,0,l) -); -} -); -width = 263; -}, -{ -anchors = ( -{ -name = bottom; -pos = (79,0); -}, -{ -name = center; -pos = (79,365); -}, -{ -name = top; -pos = (79,729); -}, -{ -name = topright; -pos = (98,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(98,0,l), -(98,729,l), -(-20,729,l), -(-20,697,l), -(61,697,l), -(61,0,l) -); -} -); -width = 154; -}, -{ -anchors = ( -{ -name = bottom; -pos = (149,0); -}, -{ -name = center; -pos = (149,365); -}, -{ -name = top; -pos = (149,729); -}, -{ -name = topright; -pos = (259,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,0,l), -(259,729,l), -(-18,729,l), -(-18,569,l), -(38,569,l), -(38,0,l) -); -} -); -width = 292; -}, -{ -anchors = ( -{ -name = bottom; -pos = (105,0); -}, -{ -name = center; -pos = (105,365); -}, -{ -name = top; -pos = (105,729); -}, -{ -name = topright; -pos = (123,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(123,0,l), -(123,729,l), -(11,729,l), -(11,697,l), -(86,697,l), -(86,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 208; -}, -{ -anchors = ( -{ -name = bottom; -pos = (140,0); -}, -{ -name = center; -pos = (140,365); -}, -{ -name = top; -pos = (140,729); -}, -{ -name = topright; -pos = (235,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(235,0,l), -(235,729,l), -(-14,729,l), -(-14,576,l), -(45,576,l), -(45,0,l) -); -} -); -width = 286; -}, -{ -anchors = ( -{ -name = bottom; -pos = (21,0); -}, -{ -name = center; -pos = (96,365); -}, -{ -name = top; -pos = (171,729); -}, -{ -name = topright; -pos = (186,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(35,0,l), -(186,729,l), -(125,729,l), -(119,702,l), -(151,702,l), -(6,0,l) -); -} -); -width = 148; -}, -{ -anchors = ( -{ -name = bottom; -pos = (57,0); -}, -{ -name = center; -pos = (133,365); -}, -{ -name = top; -pos = (208,729); -}, -{ -name = topright; -pos = (296,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(145,0,l), -(296,729,l), -(79,729,l), -(47,576,l), -(89,576,l), -(-31,0,l) -); -} -); -width = 227; -}, -{ -anchors = ( -{ -name = bottom; -pos = (49,0); -}, -{ -name = center; -pos = (124,365); -}, -{ -name = top; -pos = (200,729); -}, -{ -name = topright; -pos = (218,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,0,l), -(218,729,l), -(104,729,l), -(98,697,l), -(175,697,l), -(31,0,l) -); -} -); -width = 206; -}, -{ -anchors = ( -{ -name = bottom; -pos = (92,0); -}, -{ -name = center; -pos = (168,365); -}, -{ -name = top; -pos = (243,729); -}, -{ -name = topright; -pos = (339,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,0,l), -(339,729,l), -(81,729,l), -(49,576,l), -(116,576,l), -(-3,0,l) -); -} -); -width = 298; -}, -{ -anchors = ( -{ -name = bottom; -pos = (31,0); -}, -{ -name = center; -pos = (106,365); -}, -{ -name = top; -pos = (181,729); -}, -{ -name = topright; -pos = (200,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,0,l), -(200,729,l), -(82,729,l), -(76,697,l), -(156,697,l), -(12,0,l) -); -} -); -width = 169; -}, -{ -anchors = ( -{ -name = bottom; -pos = (97,0); -}, -{ -name = center; -pos = (172,365); -}, -{ -name = top; -pos = (248,729); -}, -{ -name = topright; -pos = (357,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,l), -(357,729,l), -(80,729,l), -(46,569,l), -(105,569,l), -(-13,0,l) -); -} -); -width = 305; -} -); -metricRight = l; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lacute.glyph deleted file mode 100644 index 931b7659..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lacute.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = lacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l; -}, -{ -pos = (19,57); -ref = acutecomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l; -}, -{ -pos = (4,51); -ref = acutecomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l; -}, -{ -pos = (26,57); -ref = acutecomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l; -}, -{ -pos = (37,56); -ref = acutecomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l; -}, -{ -pos = (15,57); -ref = acutecomb; -} -); -width = 101; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l; -}, -{ -pos = (3,51); -ref = acutecomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l; -}, -{ -pos = (43,57); -ref = acutecomb; -} -); -width = 155; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = l; -}, -{ -pos = (35,51); -ref = acutecomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = l; -}, -{ -alignment = -1; -pos = (26,57); -ref = acutecomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = l; -}, -{ -alignment = -1; -pos = (37,56); -ref = acutecomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l; -}, -{ -pos = (48,87); -ref = acutecomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l; -}, -{ -pos = (45,81); -ref = acutecomb; -} -); -width = 311; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l; -}, -{ -pos = (31,57); -ref = acutecomb; -} -); -width = 149; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l; -}, -{ -pos = (14,51); -ref = acutecomb; -} -); -width = 228; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l; -}, -{ -pos = (58,57); -ref = acutecomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l; -}, -{ -pos = (49,51); -ref = acutecomb; -} -); -width = 299; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l; -}, -{ -pos = (38,57); -ref = acutecomb; -} -); -width = 169; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l; -}, -{ -pos = (48,56); -ref = acutecomb; -} -); -width = 305; -} -); -unicode = 314; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lacute.ss03.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lacute.ss03.glyph deleted file mode 100644 index e18d29dd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lacute.ss03.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = lacute.ss03; -kernRight = KO_l.ss03; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (18,57); -ref = acutecomb; -} -); -width = 152; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (0,51); -ref = acutecomb; -} -); -width = 250; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (24,57); -ref = acutecomb; -} -); -width = 233; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (31,56); -ref = acutecomb; -} -); -width = 337; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (16,57); -ref = acutecomb; -} -); -width = 110; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (0,51); -ref = acutecomb; -} -); -width = 233; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (48,57); -ref = acutecomb; -} -); -width = 195; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = l.ss03; -}, -{ -alignment = -1; -pos = (33,51); -ref = acutecomb; -} -); -width = 294; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (24,57); -ref = acutecomb; -} -); -width = 218; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (31,56); -ref = acutecomb; -} -); -width = 322; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (48,57); -ref = acutecomb; -} -); -width = 236; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (33,51); -ref = acutecomb; -} -); -width = 306; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (30,57); -ref = acutecomb; -} -); -width = 153; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (11,51); -ref = acutecomb; -} -); -width = 250; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (57,57); -ref = acutecomb; -} -); -width = 228; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (46,51); -ref = acutecomb; -} -); -width = 310; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (33,57); -ref = acutecomb; -} -); -width = 223; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (37,56); -ref = acutecomb; -} -); -width = 336; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lacute.ss04.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lacute.ss04.glyph deleted file mode 100644 index 04f2d773..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lacute.ss04.glyph +++ /dev/null @@ -1,240 +0,0 @@ -{ -color = 6; -glyphname = lacute.ss04; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (19,57); -ref = acutecomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (4,51); -ref = acutecomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (26,57); -ref = acutecomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (37,56); -ref = acutecomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (19,57); -ref = acutecomb; -} -); -width = 105; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (9,51); -ref = acutecomb; -} -); -width = 215; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (52,57); -ref = acutecomb; -} -); -width = 164; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (47,51); -ref = acutecomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (31,57); -ref = acutecomb; -} -); -width = 154; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (42,56); -ref = acutecomb; -} -); -width = 292; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (49,57); -ref = acutecomb; -} -); -width = 208; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (30,51); -ref = acutecomb; -} -); -width = 286; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (30,57); -ref = acutecomb; -} -); -width = 148; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (13,51); -ref = acutecomb; -} -); -width = 227; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (58,57); -ref = acutecomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (48,51); -ref = acutecomb; -} -); -width = 298; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (38,57); -ref = acutecomb; -} -); -width = 169; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (48,56); -ref = acutecomb; -} -); -width = 305; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lcaron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lcaron.glyph deleted file mode 100644 index 6a00b198..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lcaron.glyph +++ /dev/null @@ -1,250 +0,0 @@ -{ -color = 6; -glyphname = lcaron; -kernLeft = KO_i; -kernRight = KO_lcaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l; -}, -{ -pos = (98,0); -ref = caroncomb.alt; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l; -}, -{ -pos = (183,0); -ref = caroncomb.alt; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l; -}, -{ -pos = (131,0); -ref = caroncomb.alt; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l; -}, -{ -pos = (254,0); -ref = caroncomb.alt; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l; -}, -{ -pos = (94,0); -ref = caroncomb.alt; -} -); -width = 101; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l; -}, -{ -pos = (182,0); -ref = caroncomb.alt; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l; -}, -{ -pos = (134,0); -ref = caroncomb.alt; -} -); -width = 155; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = l; -}, -{ -pos = (221,0); -ref = caroncomb.alt; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = l; -}, -{ -alignment = -1; -pos = (131,0); -ref = caroncomb.alt; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = l; -}, -{ -alignment = -1; -pos = (254,0); -ref = caroncomb.alt; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l; -}, -{ -pos = (143,30); -ref = caroncomb.alt; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l; -}, -{ -pos = (227,30); -ref = caroncomb.alt; -} -); -width = 311; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l; -}, -{ -pos = (99,0); -ref = caroncomb.alt; -} -); -width = 149; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l; -}, -{ -pos = (180,0); -ref = caroncomb.alt; -} -); -width = 228; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l; -}, -{ -pos = (139,0); -ref = caroncomb.alt; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l; -}, -{ -pos = (233,0); -ref = caroncomb.alt; -} -); -width = 299; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l; -}, -{ -pos = (131,0); -ref = caroncomb.alt; -} -); -width = 169; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l; -}, -{ -pos = (252,0); -ref = caroncomb.alt; -} -); -width = 305; -} -); -unicode = 318; -userData = { -KernOnName = lcaron; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lcaron.ss03.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lcaron.ss03.glyph deleted file mode 100644 index 09fab5e7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lcaron.ss03.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = lcaron.ss03; -kernLeft = KO_i; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (97,0); -ref = caroncomb.alt; -} -); -width = 152; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (179,0); -ref = caroncomb.alt; -} -); -width = 250; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (129,0); -ref = caroncomb.alt; -} -); -width = 233; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (248,0); -ref = caroncomb.alt; -} -); -width = 337; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (95,0); -ref = caroncomb.alt; -} -); -width = 110; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (179,0); -ref = caroncomb.alt; -} -); -width = 233; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (139,0); -ref = caroncomb.alt; -} -); -width = 195; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = l.ss03; -}, -{ -alignment = -1; -pos = (219,0); -ref = caroncomb.alt; -} -); -width = 294; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (129,0); -ref = caroncomb.alt; -} -); -width = 218; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (248,0); -ref = caroncomb.alt; -} -); -width = 322; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (143,0); -ref = caroncomb.alt; -} -); -width = 236; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (215,0); -ref = caroncomb.alt; -} -); -width = 306; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (99,0); -ref = caroncomb.alt; -} -); -width = 153; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (177,0); -ref = caroncomb.alt; -} -); -width = 250; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (146,0); -ref = caroncomb.alt; -} -); -width = 228; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (229,0); -ref = caroncomb.alt; -} -); -width = 310; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (127,0); -ref = caroncomb.alt; -} -); -width = 223; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (242,0); -ref = caroncomb.alt; -} -); -width = 336; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lcaron.ss04.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lcaron.ss04.glyph deleted file mode 100644 index 2fc755e8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lcaron.ss04.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = lcaron.ss04; -kernLeft = KO_l.ss04; -kernRight = KO_lcaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (98,0); -ref = caroncomb.alt; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (183,0); -ref = caroncomb.alt; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (131,0); -ref = caroncomb.alt; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (254,0); -ref = caroncomb.alt; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (98,0); -ref = caroncomb.alt; -} -); -width = 105; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (188,0); -ref = caroncomb.alt; -} -); -width = 215; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (143,0); -ref = caroncomb.alt; -} -); -width = 164; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (233,0); -ref = caroncomb.alt; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (136,0); -ref = caroncomb.alt; -} -); -width = 154; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (259,0); -ref = caroncomb.alt; -} -); -width = 292; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (144,0); -ref = caroncomb.alt; -} -); -width = 208; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (212,0); -ref = caroncomb.alt; -} -); -width = 286; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (98,0); -ref = caroncomb.alt; -} -); -width = 148; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (179,0); -ref = caroncomb.alt; -} -); -width = 227; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (139,0); -ref = caroncomb.alt; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (232,0); -ref = caroncomb.alt; -} -); -width = 298; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (131,0); -ref = caroncomb.alt; -} -); -width = 169; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (252,0); -ref = caroncomb.alt; -} -); -width = 305; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lcommaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lcommaaccent.glyph deleted file mode 100644 index 8eddb27a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lcommaaccent.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = lcommaaccent; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-22,0); -ref = commaaccentcomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-66,0); -ref = commaaccentcomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-17,0); -ref = commaaccentcomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-30,0); -ref = commaaccentcomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-26,0); -ref = commaaccentcomb; -} -); -width = 101; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-67,0); -ref = commaaccentcomb; -} -); -width = 209; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-8,0); -ref = commaaccentcomb; -} -); -width = 155; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-23,0); -ref = commaaccentcomb; -} -); -width = 251; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = l; -}, -{ -alignment = -1; -pos = (-17,0); -ref = commaaccentcomb; -} -); -width = 169; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = l; -}, -{ -alignment = -1; -pos = (-30,0); -ref = commaaccentcomb; -} -); -width = 307; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l; -}, -{ -pos = (-3,0); -ref = commaaccentcomb; -} -); -width = 207; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l; -}, -{ -pos = (-8,0); -ref = commaaccentcomb; -} -); -width = 311; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-21,0); -ref = commaaccentcomb; -} -); -width = 149; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-66,0); -ref = commaaccentcomb; -} -); -width = 228; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-3,0); -ref = commaaccentcomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-22,0); -ref = commaaccentcomb; -} -); -width = 299; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-17,0); -ref = commaaccentcomb; -} -); -width = 169; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-26,0); -ref = commaaccentcomb; -} -); -width = 305; -} -); -unicode = 316; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lcommaaccent.ss03.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lcommaaccent.ss03.glyph deleted file mode 100644 index 38f93004..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lcommaaccent.ss03.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = lcommaaccent.ss03; -kernRight = KO_l.ss03; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-23,0); -ref = commaaccentcomb; -} -); -width = 152; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-70,0); -ref = commaaccentcomb; -} -); -width = 250; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-19,0); -ref = commaaccentcomb; -} -); -width = 233; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-36,0); -ref = commaaccentcomb; -} -); -width = 337; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-25,0); -ref = commaaccentcomb; -} -); -width = 110; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-70,0); -ref = commaaccentcomb; -} -); -width = 233; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-3,0); -ref = commaaccentcomb; -} -); -width = 195; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = l.ss03; -}, -{ -alignment = -1; -pos = (-25,0); -ref = commaaccentcomb; -} -); -width = 294; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-19,0); -ref = commaaccentcomb; -} -); -width = 218; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-36,0); -ref = commaaccentcomb; -} -); -width = 322; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-3,0); -ref = commaaccentcomb; -} -); -width = 236; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-20,0); -ref = commaaccentcomb; -} -); -width = 306; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-20,0); -ref = commaaccentcomb; -} -); -width = 153; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-68,0); -ref = commaaccentcomb; -} -); -width = 250; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (35,0); -ref = commaaccentcomb; -} -); -width = 228; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-24,0); -ref = commaaccentcomb; -} -); -width = 310; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (-4,0); -ref = commaaccentcomb; -} -); -width = 223; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l.ss03; -}, -{ -pos = (43,0); -ref = commaaccentcomb; -} -); -width = 336; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lcommaaccent.ss04.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lcommaaccent.ss04.glyph deleted file mode 100644 index 8c500d41..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lcommaaccent.ss04.glyph +++ /dev/null @@ -1,240 +0,0 @@ -{ -color = 6; -glyphname = lcommaaccent.ss04; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-22,0); -ref = commaaccentcomb; -} -); -width = 149; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-66,0); -ref = commaaccentcomb; -} -); -width = 231; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-17,0); -ref = commaaccentcomb; -} -); -width = 169; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-30,0); -ref = commaaccentcomb; -} -); -width = 307; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-22,0); -ref = commaaccentcomb; -} -); -width = 105; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-61,0); -ref = commaaccentcomb; -} -); -width = 215; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (1,0); -ref = commaaccentcomb; -} -); -width = 164; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-11,0); -ref = commaaccentcomb; -} -); -width = 263; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-12,0); -ref = commaaccentcomb; -} -); -width = 154; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-25,0); -ref = commaaccentcomb; -} -); -width = 292; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-2,0); -ref = commaaccentcomb; -} -); -width = 208; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-23,0); -ref = commaaccentcomb; -} -); -width = 286; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-22,0); -ref = commaaccentcomb; -} -); -width = 148; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-67,0); -ref = commaaccentcomb; -} -); -width = 227; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-3,0); -ref = commaaccentcomb; -} -); -width = 206; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-23,0); -ref = commaaccentcomb; -} -); -width = 298; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-17,0); -ref = commaaccentcomb; -} -); -width = 169; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l.ss04; -}, -{ -pos = (-26,0); -ref = commaaccentcomb; -} -); -width = 305; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.glyph deleted file mode 100644 index 93ada32a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.glyph +++ /dev/null @@ -1,265 +0,0 @@ -{ -color = 6; -glyphname = ldot; -kernLeft = KO_i; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (149,0); -ref = periodcentered.loclCAT; -} -); -width = 186; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (231,0); -ref = periodcentered.loclCAT; -} -); -width = 398; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (169,0); -ref = periodcentered.loclCAT; -} -); -width = 248; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (307,0); -ref = periodcentered.loclCAT; -} -); -width = 478; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (101,0); -ref = periodcentered.loclCAT; -} -); -width = 125; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (209,0); -ref = periodcentered.loclCAT; -} -); -width = 366; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (155,0); -ref = periodcentered.loclCAT; -} -); -width = 196; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (251,0); -ref = periodcentered.loclCAT; -} -); -width = 413; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (149,0); -ref = periodcentered.loclCAT; -} -); -width = 218; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (281,0); -ref = periodcentered.loclCAT; -} -); -width = 442; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (196,0); -ref = periodcentered.loclCAT; -} -); -width = 461; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (311,0); -ref = periodcentered.loclCAT; -} -); -width = 522; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (149,0); -ref = periodcentered.loclCAT; -} -); -width = 196; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (228,0); -ref = periodcentered.loclCAT; -} -); -width = 395; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (217,0); -ref = periodcentered.loclCAT; -} -); -width = 272; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (299,0); -ref = periodcentered.loclCAT; -} -); -width = 490; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (169,0); -ref = periodcentered.loclCAT; -} -); -width = 250; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (305,0); -ref = periodcentered.loclCAT; -} -); -width = 481; -} -); -unicode = 320; -userData = { -KernOnSpecialSpacing = { -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss01.glyph deleted file mode 100644 index 9fdb125f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss01.glyph +++ /dev/null @@ -1,259 +0,0 @@ -{ -color = 6; -glyphname = ldot.ss01; -kernLeft = KO_i; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (149,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 186; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (231,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 398; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (169,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 248; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (298,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 469; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (111,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 135; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (209,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 366; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (155,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 195; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (251,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 413; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (149,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 218; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (277,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 438; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (207,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 284; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (307,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 480; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (149,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 186; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (228,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 395; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (206,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 280; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (301,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 487; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (169,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 249; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l; -}, -{ -alignment = 1; -pos = (299,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 471; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss01.ss03.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss01.ss03.glyph deleted file mode 100644 index dd96d241..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss01.ss03.glyph +++ /dev/null @@ -1,260 +0,0 @@ -{ -color = 6; -glyphname = ldot.ss01.ss03; -kernLeft = KO_i; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (152,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 189; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (235,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 402; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (201,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 280; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (303,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 474; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (112,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 136; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (210,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 367; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (195,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 235; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = l.ss03; -}, -{ -alignment = -1; -pos = (294,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 468; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (184,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 253; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (289,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 450; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (236,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 313; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (293,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 466; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (153,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 190; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (234,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 401; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (224,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 298; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (304,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 490; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (197,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 277; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (304,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 476; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss01.ss04.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss01.ss04.glyph deleted file mode 100644 index 1c74a860..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss01.ss04.glyph +++ /dev/null @@ -1,259 +0,0 @@ -{ -color = 6; -glyphname = ldot.ss01.ss04; -kernLeft = KO_l.ss04; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (149,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 186; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (231,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 398; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (169,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 248; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (298,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 469; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (114,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 138; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (215,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 372; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (164,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 204; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (263,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 425; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (154,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 223; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (286,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 447; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (208,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 285; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (286,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 459; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (148,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 185; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (227,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 394; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (206,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 280; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (300,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 486; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (169,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 249; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (299,0); -ref = periodcentered.loclCAT.ss01; -} -); -width = 471; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss03.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss03.glyph deleted file mode 100644 index 2792957c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss03.glyph +++ /dev/null @@ -1,264 +0,0 @@ -{ -glyphname = ldot.ss03; -kernLeft = KO_i; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (208,0); -ref = periodcentered.loclCAT; -} -); -width = 245; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (250,0); -ref = periodcentered.loclCAT; -} -); -width = 417; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (233,0); -ref = periodcentered.loclCAT; -} -); -width = 312; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (337,0); -ref = periodcentered.loclCAT; -} -); -width = 508; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (159,0); -ref = periodcentered.loclCAT; -} -); -width = 183; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (222,0); -ref = periodcentered.loclCAT; -} -); -width = 379; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (224,0); -ref = periodcentered.loclCAT; -} -); -width = 265; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = l.ss03; -}, -{ -alignment = -1; -pos = (282,0); -ref = periodcentered.loclCAT; -} -); -width = 456; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (218,0); -ref = periodcentered.loclCAT; -} -); -width = 287; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (318,0); -ref = periodcentered.loclCAT; -} -); -width = 479; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (203,0); -ref = periodcentered.loclCAT; -} -); -width = 468; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (306,0); -ref = periodcentered.loclCAT; -} -); -width = 517; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (205,0); -ref = periodcentered.loclCAT; -} -); -width = 252; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (250,0); -ref = periodcentered.loclCAT; -} -); -width = 417; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (248,0); -ref = periodcentered.loclCAT; -} -); -width = 303; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (323,0); -ref = periodcentered.loclCAT; -} -); -width = 514; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (223,0); -ref = periodcentered.loclCAT; -} -); -width = 304; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l.ss03; -}, -{ -alignment = 1; -pos = (336,0); -ref = periodcentered.loclCAT; -} -); -width = 512; -} -); -userData = { -KernOnSpecialSpacing = { -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss04.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss04.glyph deleted file mode 100644 index 8804a1d6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ldot.ss04.glyph +++ /dev/null @@ -1,259 +0,0 @@ -{ -color = 6; -glyphname = ldot.ss04; -kernLeft = KO_l.ss04; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (209,0); -ref = periodcentered.loclCAT; -} -); -width = 246; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (244,0); -ref = periodcentered.loclCAT; -} -); -width = 411; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (218,0); -ref = periodcentered.loclCAT; -} -); -width = 297; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (339,0); -ref = periodcentered.loclCAT; -} -); -width = 510; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (160,0); -ref = periodcentered.loclCAT; -} -); -width = 184; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (223,0); -ref = periodcentered.loclCAT; -} -); -width = 380; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (227,0); -ref = periodcentered.loclCAT; -} -); -width = 268; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (283,0); -ref = periodcentered.loclCAT; -} -); -width = 445; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (197,0); -ref = periodcentered.loclCAT; -} -); -width = 266; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (324,0); -ref = periodcentered.loclCAT; -} -); -width = 485; -}, -{ -layerId = m019; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (197,0); -ref = periodcentered.loclCAT; -} -); -width = 462; -}, -{ -layerId = m020; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (297,0); -ref = periodcentered.loclCAT; -} -); -width = 508; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (206,0); -ref = periodcentered.loclCAT; -} -); -width = 253; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (244,0); -ref = periodcentered.loclCAT; -} -); -width = 411; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (217,0); -ref = periodcentered.loclCAT; -} -); -width = 272; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (328,0); -ref = periodcentered.loclCAT; -} -); -width = 519; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (219,0); -ref = periodcentered.loclCAT; -} -); -width = 300; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = l.ss04; -}, -{ -alignment = 1; -pos = (334,0); -ref = periodcentered.loclCAT; -} -); -width = 510; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/leftA_rrow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/leftA_rrow.glyph deleted file mode 100644 index ada3dd3c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/leftA_rrow.glyph +++ /dev/null @@ -1,372 +0,0 @@ -{ -glyphname = leftArrow; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(250,440,l), -(339,559,l), -(173,559,l), -(26,365,l), -(173,171,l), -(339,171,l), -(250,290,l), -(565,290,l), -(565,440,l) -); -} -); -width = 600; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(109,380,l), -(221,533,l), -(184,533,l), -(60,365,l), -(184,197,l), -(221,197,l), -(109,350,l), -(599,350,l), -(599,380,l) -); -} -); -width = 669; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(111,383,l), -(244,564,l), -(203,564,l), -(55,365,l), -(203,166,l), -(244,166,l), -(111,347,l), -(594,347,l), -(594,383,l) -); -} -); -width = 684; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,460,l), -(381,605,l), -(189,605,l), -(38,365,l), -(189,125,l), -(381,125,l), -(290,270,l), -(627,270,l), -(627,460,l) -); -} -); -width = 670; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,380,l), -(201,533,l), -(164,533,l), -(40,365,l), -(164,197,l), -(201,197,l), -(89,350,l), -(579,350,l), -(579,380,l) -); -} -); -width = 629; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,440,l), -(329,559,l), -(163,559,l), -(16,365,l), -(163,171,l), -(329,171,l), -(240,290,l), -(555,290,l), -(555,440,l) -); -} -); -width = 580; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(133,383,l), -(255,548,l), -(213,548,l), -(77,365,l), -(213,182,l), -(255,182,l), -(133,347,l), -(616,347,l), -(616,383,l) -); -} -); -width = 698; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,447,l), -(370,595,l), -(204,595,l), -(55,365,l), -(204,135,l), -(370,135,l), -(274,283,l), -(636,283,l), -(636,447,l) -); -} -); -width = 698; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(101,383,l), -(234,564,l), -(193,564,l), -(45,365,l), -(193,166,l), -(234,166,l), -(101,347,l), -(584,347,l), -(584,383,l) -); -} -); -width = 664; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(280,460,l), -(371,605,l), -(179,605,l), -(28,365,l), -(179,125,l), -(371,125,l), -(280,270,l), -(617,270,l), -(617,460,l) -); -} -); -width = 650; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(156,383,l), -(276,548,l), -(236,548,l), -(102,365,l), -(236,182,l), -(276,182,l), -(156,347,l), -(631,347,l), -(631,383,l) -); -} -); -width = 737; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(294,447,l), -(386,595,l), -(222,595,l), -(77,365,l), -(222,135,l), -(386,135,l), -(294,283,l), -(643,283,l), -(643,447,l) -); -} -); -width = 726; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(123,380,l), -(235,533,l), -(198,533,l), -(74,365,l), -(198,197,l), -(235,197,l), -(123,350,l), -(613,350,l), -(613,380,l) -); -} -); -width = 671; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(326,440,l), -(415,559,l), -(249,559,l), -(102,365,l), -(249,171,l), -(415,171,l), -(326,290,l), -(641,290,l), -(641,440,l) -); -} -); -width = 762; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,383,l), -(291,548,l), -(249,548,l), -(113,365,l), -(249,182,l), -(291,182,l), -(169,347,l), -(652,347,l), -(652,383,l) -); -} -); -width = 748; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,447,l), -(405,595,l), -(239,595,l), -(90,365,l), -(239,135,l), -(405,135,l), -(309,283,l), -(671,283,l), -(671,447,l) -); -} -); -width = 761; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(123,383,l), -(256,564,l), -(215,564,l), -(67,365,l), -(215,166,l), -(256,166,l), -(123,347,l), -(606,347,l), -(606,383,l) -); -} -); -width = 686; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,460,l), -(391,605,l), -(199,605,l), -(48,365,l), -(199,125,l), -(391,125,l), -(300,270,l), -(637,270,l), -(637,460,l) -); -} -); -width = 689; -} -); -unicode = 8592; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/leftR_ightA_rrow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/leftR_ightA_rrow.glyph deleted file mode 100644 index 2983d1a4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/leftR_ightA_rrow.glyph +++ /dev/null @@ -1,484 +0,0 @@ -{ -glyphname = leftRightArrow; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(333,171,l), -(244,290,l), -(535,290,l), -(446,171,l), -(612,171,l), -(759,365,l), -(612,559,l), -(446,559,l), -(535,440,l), -(244,440,l), -(333,559,l), -(167,559,l), -(20,365,l), -(167,171,l) -); -} -); -width = 779; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,197,l), -(109,350,l), -(640,350,l), -(528,197,l), -(565,197,l), -(689,365,l), -(565,533,l), -(528,533,l), -(640,380,l), -(109,380,l), -(221,533,l), -(184,533,l), -(60,365,l), -(184,197,l) -); -} -); -width = 749; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(269,166,l), -(136,347,l), -(693,347,l), -(560,166,l), -(601,166,l), -(749,365,l), -(601,564,l), -(560,564,l), -(693,383,l), -(136,383,l), -(269,564,l), -(228,564,l), -(80,365,l), -(228,166,l) -); -} -); -width = 829; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(363,125,l), -(272,270,l), -(557,270,l), -(466,125,l), -(658,125,l), -(809,365,l), -(658,605,l), -(466,605,l), -(557,460,l), -(272,460,l), -(363,605,l), -(171,605,l), -(20,365,l), -(171,125,l) -); -} -); -width = 829; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,197,l), -(89,350,l), -(620,350,l), -(508,197,l), -(545,197,l), -(669,365,l), -(545,533,l), -(508,533,l), -(620,380,l), -(89,380,l), -(201,533,l), -(164,533,l), -(40,365,l), -(164,197,l) -); -} -); -width = 709; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,171,l), -(234,290,l), -(525,290,l), -(436,171,l), -(602,171,l), -(749,365,l), -(602,559,l), -(436,559,l), -(525,440,l), -(234,440,l), -(323,559,l), -(157,559,l), -(10,365,l), -(157,171,l) -); -} -); -width = 759; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(238,182,l), -(116,347,l), -(673,347,l), -(551,182,l), -(593,182,l), -(729,365,l), -(593,548,l), -(551,548,l), -(673,383,l), -(116,383,l), -(238,548,l), -(196,548,l), -(60,365,l), -(196,182,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 789; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(318,135,l), -(222,283,l), -(575,283,l), -(479,135,l), -(645,135,l), -(794,365,l), -(645,595,l), -(479,595,l), -(575,447,l), -(222,447,l), -(318,595,l), -(152,595,l), -(3,365,l), -(152,135,l) -); -} -); -width = 797; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,166,l), -(126,347,l), -(683,347,l), -(550,166,l), -(591,166,l), -(739,365,l), -(591,564,l), -(550,564,l), -(683,383,l), -(126,383,l), -(259,564,l), -(218,564,l), -(70,365,l), -(218,166,l) -); -} -); -width = 809; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(353,125,l), -(262,270,l), -(547,270,l), -(456,125,l), -(648,125,l), -(799,365,l), -(648,605,l), -(456,605,l), -(547,460,l), -(262,460,l), -(353,605,l), -(161,605,l), -(10,365,l), -(161,125,l) -); -} -); -width = 809; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(255,182,l), -(137,347,l), -(682,347,l), -(562,182,l), -(604,182,l), -(738,365,l), -(604,548,l), -(562,548,l), -(682,383,l), -(137,383,l), -(255,548,l), -(215,548,l), -(81,365,l), -(215,182,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 818; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(329,135,l), -(236,283,l), -(575,283,l), -(482,135,l), -(646,135,l), -(792,365,l), -(646,595,l), -(482,595,l), -(575,447,l), -(236,447,l), -(329,595,l), -(164,595,l), -(19,365,l), -(164,135,l) -); -} -); -width = 810; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,197,l), -(120,350,l), -(651,350,l), -(539,197,l), -(576,197,l), -(700,365,l), -(576,533,l), -(539,533,l), -(651,380,l), -(120,380,l), -(232,533,l), -(195,533,l), -(71,365,l), -(195,197,l) -); -} -); -width = 748; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(352,171,l), -(263,290,l), -(554,290,l), -(465,171,l), -(631,171,l), -(778,365,l), -(631,559,l), -(465,559,l), -(554,440,l), -(263,440,l), -(352,559,l), -(186,559,l), -(39,365,l), -(186,171,l) -); -} -); -width = 798; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(219,182,l), -(97,347,l), -(654,347,l), -(532,182,l), -(574,182,l), -(710,365,l), -(574,548,l), -(532,548,l), -(654,383,l), -(97,383,l), -(219,548,l), -(177,548,l), -(41,365,l), -(177,182,l) -); -} -); -width = 729; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(353,135,l), -(257,283,l), -(610,283,l), -(514,135,l), -(680,135,l), -(829,365,l), -(680,595,l), -(514,595,l), -(610,447,l), -(257,447,l), -(353,595,l), -(187,595,l), -(38,365,l), -(187,135,l) -); -} -); -width = 850; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,166,l), -(122,347,l), -(679,347,l), -(546,166,l), -(587,166,l), -(735,365,l), -(587,564,l), -(546,564,l), -(679,383,l), -(122,383,l), -(255,564,l), -(214,564,l), -(66,365,l), -(214,166,l) -); -} -); -width = 779; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,125,l), -(290,270,l), -(575,270,l), -(484,125,l), -(676,125,l), -(827,365,l), -(676,605,l), -(484,605,l), -(575,460,l), -(290,460,l), -(381,605,l), -(189,605,l), -(38,365,l), -(189,125,l) -); -} -); -width = 848; -} -); -unicode = 8596; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/less.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/less.glyph deleted file mode 100644 index 9c5bb525..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/less.glyph +++ /dev/null @@ -1,291 +0,0 @@ -{ -color = 6; -glyphname = less; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (480,721); -ref = greater; -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (480,722); -ref = greater; -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (720,722); -ref = greater; -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (720,722); -ref = greater; -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (480,722); -ref = greater; -} -); -width = 480; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (480,721); -ref = greater; -} -); -width = 480; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (600,722); -ref = greater; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( --1, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( --1, --1 -); -stem = -2; -type = Stem; -} -); -}; -width = 600; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (555,721); -ref = greater; -} -); -width = 555; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (720,722); -ref = greater; -} -); -width = 720; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (720,722); -ref = greater; -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (593,722); -ref = greater; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( --1, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( --1, --1 -); -stem = -2; -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (581,721); -ref = greater; -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (523,722); -ref = greater; -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (517,721); -ref = greater; -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (642,722); -ref = greater; -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (637,721); -ref = greater; -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (762,722); -ref = greater; -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (757,722); -ref = greater; -} -); -width = 720; -} -); -metricLeft = "=|greater"; -metricRight = "=|greater"; -unicode = 60; -userData = { -KernOnSpecialSpacing = { -L = math; -R = math; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lessequal.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lessequal.glyph deleted file mode 100644 index e1afda66..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lessequal.glyph +++ /dev/null @@ -1,559 +0,0 @@ -{ -glyphname = lessequal; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(472,328,l), -(196,407,l), -(196,416,l), -(472,489,l), -(472,659,l), -(4,516,l), -(4,307,l), -(472,158,l) -); -}, -{ -closed = 1; -nodes = ( -(472,0,l), -(472,132,l), -(4,132,l), -(4,0,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(452,177,l), -(52,359,l), -(52,363,l), -(452,545,l), -(452,577,l), -(21,383,l), -(21,339,l), -(452,145,l) -); -}, -{ -closed = 1; -nodes = ( -(452,0,l), -(452,28,l), -(21,28,l), -(21,0,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(628,173,l), -(127,375,l), -(127,378,l), -(628,573,l), -(628,614,l), -(86,400,l), -(86,353,l), -(628,133,l) -); -}, -{ -closed = 1; -nodes = ( -(628,0,l), -(628,34,l), -(86,34,l), -(86,0,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(626,354,l), -(288,419,l), -(288,429,l), -(626,488,l), -(626,673,l), -(81,537,l), -(81,310,l), -(626,170,l) -); -}, -{ -closed = 1; -nodes = ( -(626,0,l), -(626,143,l), -(81,143,l), -(81,0,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(432,177,l), -(32,359,l), -(32,363,l), -(432,545,l), -(432,577,l), -(1,383,l), -(1,339,l), -(432,145,l) -); -}, -{ -closed = 1; -nodes = ( -(432,0,l), -(432,28,l), -(1,28,l), -(1,0,l) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(467,328,l), -(191,407,l), -(191,416,l), -(467,489,l), -(467,659,l), -(-1,516,l), -(-1,307,l), -(467,158,l) -); -}, -{ -closed = 1; -nodes = ( -(467,0,l), -(467,132,l), -(-1,132,l), -(-1,0,l) -); -} -); -width = 470; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(517,169,l), -(69,359,l), -(69,363,l), -(517,553,l), -(517,589,l), -(36,383,l), -(36,339,l), -(517,133,l) -); -}, -{ -closed = 1; -nodes = ( -(517,0,l), -(517,32,l), -(36,32,l), -(36,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( --13, --13 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --13, --13 -); -stem = -2; -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(528,328,l), -(211,407,l), -(211,416,l), -(528,489,l), -(528,659,l), -(20,516,l), -(20,307,l), -(528,158,l) -); -}, -{ -closed = 1; -nodes = ( -(528,0,l), -(528,132,l), -(20,132,l), -(20,0,l) -); -} -); -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(618,173,l), -(117,375,l), -(117,378,l), -(618,573,l), -(618,614,l), -(76,400,l), -(76,353,l), -(618,133,l) -); -}, -{ -closed = 1; -nodes = ( -(618,0,l), -(618,34,l), -(76,34,l), -(76,0,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(616,354,l), -(278,419,l), -(278,429,l), -(616,488,l), -(616,673,l), -(71,537,l), -(71,310,l), -(616,170,l) -); -}, -{ -closed = 1; -nodes = ( -(616,0,l), -(616,143,l), -(71,143,l), -(71,0,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(530,169,l), -(90,359,l), -(90,363,l), -(530,553,l), -(530,589,l), -(57,383,l), -(57,339,l), -(530,133,l) -); -}, -{ -closed = 1; -nodes = ( -(530,0,l), -(530,32,l), -(57,32,l), -(57,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( --13, --13 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --13, --13 -); -stem = -2; -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(533,328,l), -(229,407,l), -(229,416,l), -(533,489,l), -(533,659,l), -(40,516,l), -(40,307,l), -(533,158,l) -); -}, -{ -closed = 1; -nodes = ( -(533,0,l), -(533,132,l), -(40,132,l), -(40,0,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(433,177,l), -(75,357,l), -(75,361,l), -(510,541,l), -(518,577,l), -(50,383,l), -(40,339,l), -(427,145,l) -); -}, -{ -closed = 1; -nodes = ( -(396,0,l), -(402,28,l), -(-25,28,l), -(-31,0,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(483,328,l), -(227,407,l), -(227,416,l), -(516,489,l), -(552,659,l), -(59,516,l), -(15,307,l), -(447,158,l) -); -}, -{ -closed = 1; -nodes = ( -(414,0,l), -(441,132,l), -(-23,132,l), -(-51,0,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(516,166,l), -(112,357,l), -(113,361,l), -(597,550,l), -(604,588,l), -(85,384,l), -(75,339,l), -(509,132,l) -); -}, -{ -closed = 1; -nodes = ( -(480,0,l), -(487,32,l), -(11,32,l), -(4,0,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(559,328,l), -(261,407,l), -(263,416,l), -(592,489,l), -(628,659,l), -(95,516,l), -(51,307,l), -(523,158,l) -); -}, -{ -closed = 1; -nodes = ( -(490,0,l), -(517,132,l), -(14,132,l), -(-13,0,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(597,154,l), -(153,358,l), -(154,362,l), -(683,566,l), -(692,607,l), -(119,384,l), -(109,340,l), -(589,117,l) -); -}, -{ -closed = 1; -nodes = ( -(574,0,l), -(581,34,l), -(45,34,l), -(38,0,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(600,328,l), -(302,407,l), -(304,416,l), -(633,489,l), -(669,659,l), -(136,516,l), -(92,307,l), -(564,158,l) -); -}, -{ -closed = 1; -nodes = ( -(531,0,l), -(558,132,l), -(55,132,l), -(28,0,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 8804; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/liraT_urkish.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/liraT_urkish.glyph deleted file mode 100644 index 4898e979..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/liraT_urkish.glyph +++ /dev/null @@ -1,860 +0,0 @@ -{ -glyphname = liraTurkish; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(223,0,ls), -(440,0,o), -(585,123,o), -(585,342,c), -(396,342,l), -(396,242,o), -(340,174,o), -(258,173,c), -(258,729,l), -(76,729,l), -(76,0,l) -); -}, -{ -closed = 1; -nodes = ( -(361,354,l), -(361,489,l), -(22,333,l), -(22,200,l) -); -}, -{ -closed = 1; -nodes = ( -(361,553,l), -(361,688,l), -(22,532,l), -(22,399,l) -); -} -); -width = 601; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(154,0,ls), -(312,0,o), -(409,126,o), -(406,316,c), -(374,316,l), -(375,147,o), -(298,32,o), -(161,29,c), -(161,729,l), -(129,729,l), -(129,0,l) -); -}, -{ -closed = 1; -nodes = ( -(317,403,l), -(317,436,l), -(26,320,l), -(26,288,l) -); -}, -{ -closed = 1; -nodes = ( -(317,562,l), -(317,594,l), -(26,477,l), -(26,446,l) -); -} -); -width = 432; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,0,ls), -(436,0,o), -(593,102,o), -(609,317,c), -(571,317,l), -(560,146,o), -(442,31,o), -(190,33,c), -(190,729,l), -(153,729,l), -(153,0,l) -); -}, -{ -closed = 1; -nodes = ( -(453,436,l), -(453,471,l), -(40,322,l), -(40,287,l) -); -}, -{ -closed = 1; -nodes = ( -(453,595,l), -(453,630,l), -(40,481,l), -(40,446,l) -); -} -); -width = 645; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,0,ls), -(561,0,o), -(760,93,o), -(783,362,c), -(543,362,l), -(531,271,o), -(480,210,o), -(329,208,c), -(329,729,l), -(107,729,l), -(107,0,l) -); -}, -{ -closed = 1; -nodes = ( -(487,350,l), -(487,509,l), -(30,351,l), -(30,192,l) -); -}, -{ -closed = 1; -nodes = ( -(487,566,l), -(487,725,l), -(30,567,l), -(30,408,l) -); -} -); -width = 791; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(134,0,ls), -(292,0,o), -(389,126,o), -(386,316,c), -(354,316,l), -(355,147,o), -(278,32,o), -(141,29,c), -(141,729,l), -(109,729,l), -(109,0,l) -); -}, -{ -closed = 1; -nodes = ( -(297,403,l), -(297,436,l), -(6,320,l), -(6,288,l) -); -}, -{ -closed = 1; -nodes = ( -(297,562,l), -(297,594,l), -(6,477,l), -(6,446,l) -); -} -); -width = 392; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(213,0,ls), -(430,0,o), -(575,123,o), -(575,342,c), -(386,342,l), -(386,242,o), -(330,174,o), -(248,173,c), -(248,729,l), -(66,729,l), -(66,0,l) -); -}, -{ -closed = 1; -nodes = ( -(351,354,l), -(351,489,l), -(12,333,l), -(12,200,l) -); -}, -{ -closed = 1; -nodes = ( -(351,553,l), -(351,688,l), -(12,532,l), -(12,399,l) -); -} -); -width = 582; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,0,ls), -(393,0,o), -(529,105,o), -(558,317,c), -(521,317,l), -(496,146,o), -(390,36,o), -(179,36,c), -(179,729,l), -(141,729,l), -(141,0,l) -); -}, -{ -closed = 1; -nodes = ( -(413,436,l), -(413,471,l), -(39,321,l), -(39,286,l) -); -}, -{ -closed = 1; -nodes = ( -(413,595,l), -(413,630,l), -(39,480,l), -(39,445,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -22 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 592; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(250,0,ls), -(495,0,o), -(663,128,o), -(673,356,c), -(475,356,l), -(466,254,o), -(427,185,o), -(286,184,c), -(286,729,l), -(96,729,l), -(96,0,l) -); -}, -{ -closed = 1; -nodes = ( -(425,367,l), -(425,509,l), -(22,347,l), -(22,205,l) -); -}, -{ -closed = 1; -nodes = ( -(425,566,l), -(425,708,l), -(22,546,l), -(22,404,l) -); -} -); -width = 679; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,0,ls), -(426,0,o), -(583,102,o), -(599,317,c), -(561,317,l), -(550,146,o), -(432,31,o), -(180,33,c), -(180,729,l), -(143,729,l), -(143,0,l) -); -}, -{ -closed = 1; -nodes = ( -(443,436,l), -(443,471,l), -(30,322,l), -(30,287,l) -); -}, -{ -closed = 1; -nodes = ( -(443,595,l), -(443,630,l), -(30,481,l), -(30,446,l) -); -} -); -width = 625; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(279,0,ls), -(551,0,o), -(750,93,o), -(773,362,c), -(533,362,l), -(521,271,o), -(470,210,o), -(319,208,c), -(319,729,l), -(97,729,l), -(97,0,l) -); -}, -{ -closed = 1; -nodes = ( -(477,350,l), -(477,509,l), -(20,351,l), -(20,192,l) -); -}, -{ -closed = 1; -nodes = ( -(477,566,l), -(477,725,l), -(20,567,l), -(20,408,l) -); -} -); -width = 776; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(199,0,ls), -(408,0,o), -(542,105,o), -(569,317,c), -(534,317,l), -(509,146,o), -(405,36,o), -(198,36,c), -(198,729,l), -(160,729,l), -(160,0,l) -); -}, -{ -closed = 1; -nodes = ( -(428,436,l), -(428,471,l), -(60,321,l), -(60,286,l) -); -}, -{ -closed = 1; -nodes = ( -(428,595,l), -(428,630,l), -(60,480,l), -(60,445,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -22 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 625; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(265,0,ls), -(503,0,o), -(667,128,o), -(676,356,c), -(480,356,l), -(472,254,o), -(436,185,o), -(301,184,c), -(301,729,l), -(113,729,l), -(113,0,l) -); -}, -{ -closed = 1; -nodes = ( -(433,367,l), -(433,509,l), -(42,347,l), -(42,205,l) -); -}, -{ -closed = 1; -nodes = ( -(433,566,l), -(433,708,l), -(42,546,l), -(42,404,l) -); -} -); -width = 701; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,ls), -(258,0,o), -(381,126,o), -(417,316,c), -(385,316,l), -(351,147,o), -(250,32,o), -(113,29,c), -(257,729,l), -(225,729,l), -(75,0,l) -); -}, -{ -closed = 1; -nodes = ( -(346,403,l), -(353,436,l), -(38,320,l), -(31,288,l) -); -}, -{ -closed = 1; -nodes = ( -(379,562,l), -(386,594,l), -(70,477,l), -(64,446,l) -); -} -); -width = 431; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(168,0,ls), -(385,0,o), -(555,123,o), -(600,342,c), -(411,342,l), -(391,242,o), -(321,174,o), -(238,173,c), -(353,729,l), -(171,729,l), -(21,0,l) -); -}, -{ -closed = 1; -nodes = ( -(379,354,l), -(407,489,l), -(35,333,l), -(8,200,l) -); -}, -{ -closed = 1; -nodes = ( -(420,553,l), -(448,688,l), -(77,532,l), -(49,399,l) -); -} -); -width = 601; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(145,0,ls), -(356,0,o), -(515,105,o), -(586,317,c), -(545,317,l), -(487,146,o), -(359,36,o), -(151,36,c), -(296,729,l), -(259,729,l), -(106,0,l) -); -}, -{ -closed = 1; -nodes = ( -(467,436,l), -(474,471,l), -(72,321,l), -(65,286,l) -); -}, -{ -closed = 1; -nodes = ( -(500,595,l), -(508,630,l), -(105,479,l), -(98,445,l) -); -} -); -width = 628; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(216,0,ls), -(461,0,o), -(655,128,o), -(712,356,c), -(514,356,l), -(484,254,o), -(431,185,o), -(290,184,c), -(402,729,l), -(212,729,l), -(62,0,l) -); -}, -{ -closed = 1; -nodes = ( -(467,367,l), -(496,509,l), -(59,347,l), -(30,205,l) -); -}, -{ -closed = 1; -nodes = ( -(508,566,l), -(537,708,l), -(101,546,l), -(71,404,l) -); -} -); -width = 722; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(138,0,ls), -(382,0,o), -(560,102,o), -(620,317,c), -(582,317,l), -(536,146,o), -(394,31,o), -(142,33,c), -(286,729,l), -(249,729,l), -(99,0,l) -); -}, -{ -closed = 1; -nodes = ( -(489,436,l), -(496,471,l), -(52,322,l), -(45,287,l) -); -}, -{ -closed = 1; -nodes = ( -(522,595,l), -(529,630,l), -(85,481,l), -(78,446,l) -); -} -); -width = 644; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,0,ls), -(505,0,o), -(723,93,o), -(801,362,c), -(561,362,l), -(531,271,o), -(467,210,o), -(316,208,c), -(423,729,l), -(201,729,l), -(51,0,l) -); -}, -{ -closed = 1; -nodes = ( -(503,350,l), -(536,509,l), -(46,351,l), -(13,192,l) -); -}, -{ -closed = 1; -nodes = ( -(548,566,l), -(581,725,l), -(91,567,l), -(58,408,l) -); -} -); -width = 790; -} -); -unicode = 8378; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/literS_ign.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/literS_ign.glyph deleted file mode 100644 index 8a171ae4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/literS_ign.glyph +++ /dev/null @@ -1,862 +0,0 @@ -{ -glyphname = literSign; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,-9,o), -(303,35,o), -(329,117,c), -(299,125,l), -(277,57,o), -(244,23,o), -(201,23,cs), -(139,23,o), -(104,145,o), -(104,389,cs), -(104,583,o), -(144,706,o), -(203,706,cs), -(248,706,o), -(273,650,o), -(273,537,cs), -(273,320,o), -(180,168,o), -(26,136,c), -(26,104,l), -(198,136,o), -(303,301,o), -(303,537,cs), -(303,668,o), -(269,738,o), -(203,738,cs), -(121,738,o), -(74,605,o), -(74,389,cs), -(74,123,o), -(114,-9,o), -(201,-9,cs) -); -} -); -width = 364; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(340,-8,o), -(404,50,o), -(434,144,c), -(307,182,l), -(294,136,o), -(276,120,o), -(256,120,cs), -(214,120,o), -(207,172,o), -(207,369,cs), -(207,512,o), -(215,591,o), -(245,591,cs), -(259,591,o), -(269,576,o), -(269,532,cs), -(269,393,o), -(184,256,o), -(17,231,c), -(17,120,l), -(274,142,o), -(416,346,o), -(416,538,cs), -(416,667,o), -(352,739,o), -(257,739,cs), -(117,739,o), -(51,605,o), -(51,405,cs), -(51,171,o), -(89,-8,o), -(249,-8,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,-8,o), -(418,48,o), -(448,132,c), -(324,184,l), -(310,141,o), -(291,126,o), -(269,126,cs), -(227,126,o), -(207,176,o), -(207,374,cs), -(207,539,o), -(228,585,o), -(261,585,cs), -(277,585,o), -(286,569,o), -(286,543,cs), -(286,454,o), -(230,282,o), -(17,236,c), -(17,121,l), -(287,169,o), -(433,369,o), -(433,546,cs), -(433,665,o), -(374,739,o), -(273,739,cs), -(127,739,o), -(51,611,o), -(51,386,cs), -(51,124,o), -(110,-8,o), -(257,-8,cs) -); -} -); -width = 463; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(374,-10,o), -(437,37,o), -(473,129,c), -(441,140,l), -(410,61,o), -(360,22,o), -(292,22,cs), -(198,22,o), -(149,143,o), -(149,388,cs), -(149,585,o), -(206,707,o), -(295,707,cs), -(362,707,o), -(397,650,o), -(397,538,cs), -(397,316,o), -(259,161,o), -(31,134,c), -(35,103,l), -(281,132,o), -(431,299,o), -(431,538,cs), -(431,667,o), -(384,739,o), -(295,739,cs), -(183,739,o), -(115,604,o), -(115,388,cs), -(115,124,o), -(173,-10,o), -(292,-10,cs) -); -} -); -width = 509; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(417,-8,o), -(511,52,o), -(544,136,c), -(401,199,l), -(387,166,o), -(355,147,o), -(325,147,cs), -(275,147,o), -(253,191,o), -(253,380,cs), -(253,521,o), -(278,559,o), -(315,559,cs), -(335,559,o), -(346,542,o), -(346,517,cs), -(346,400,o), -(213,298,o), -(13,263,c), -(13,130,l), -(340,174,o), -(522,336,o), -(522,534,cs), -(522,655,o), -(454,739,o), -(334,739,cs), -(159,739,o), -(61,590,o), -(61,367,cs), -(61,147,o), -(124,-8,o), -(308,-8,cs) -); -} -); -width = 556; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,-9,o), -(283,35,o), -(309,117,c), -(279,125,l), -(257,57,o), -(224,23,o), -(181,23,cs), -(119,23,o), -(84,145,o), -(84,389,cs), -(84,583,o), -(124,706,o), -(183,706,cs), -(228,706,o), -(253,650,o), -(253,537,cs), -(253,320,o), -(160,168,o), -(6,136,c), -(6,104,l), -(178,136,o), -(283,301,o), -(283,537,cs), -(283,668,o), -(249,738,o), -(183,738,cs), -(101,738,o), -(54,605,o), -(54,389,cs), -(54,123,o), -(94,-9,o), -(181,-9,cs) -); -} -); -width = 324; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(340,-8,o), -(404,50,o), -(434,144,c), -(307,182,l), -(294,136,o), -(276,120,o), -(256,120,cs), -(214,120,o), -(207,172,o), -(207,369,cs), -(207,512,o), -(215,591,o), -(245,591,cs), -(259,591,o), -(269,576,o), -(269,532,cs), -(269,393,o), -(184,256,o), -(17,231,c), -(17,120,l), -(274,142,o), -(416,346,o), -(416,538,cs), -(416,667,o), -(352,739,o), -(257,739,cs), -(117,739,o), -(51,605,o), -(51,405,cs), -(51,171,o), -(89,-8,o), -(249,-8,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(340,-8,o), -(408,48,o), -(438,132,c), -(314,184,l), -(300,141,o), -(281,126,o), -(259,126,cs), -(217,126,o), -(197,176,o), -(197,374,cs), -(197,539,o), -(218,585,o), -(251,585,cs), -(267,585,o), -(276,569,o), -(276,543,cs), -(276,454,o), -(220,282,o), -(7,236,c), -(7,121,l), -(277,169,o), -(423,369,o), -(423,546,cs), -(423,665,o), -(364,739,o), -(263,739,cs), -(117,739,o), -(41,611,o), -(41,386,cs), -(41,124,o), -(100,-8,o), -(247,-8,cs) -); -} -); -width = 444; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,-8,o), -(363,23,o), -(393,102,c), -(363,114,l), -(343,61,o), -(309,26,o), -(253,26,cs), -(176,26,o), -(124,113,o), -(124,389,cs), -(124,585,o), -(174,705,o), -(257,705,cs), -(308,705,o), -(337,658,o), -(337,558,cs), -(337,363,o), -(215,196,o), -(33,141,c), -(33,110,l), -(235,167,o), -(370,351,o), -(370,562,cs), -(370,668,o), -(334,739,o), -(258,739,cs), -(151,739,o), -(92,604,o), -(92,389,cs), -(92,151,o), -(131,-8,o), -(251,-8,cs) -); -} -); -width = 438; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,-8,o), -(456,49,o), -(486,135,c), -(354,192,l), -(338,147,o), -(315,137,o), -(294,137,cs), -(249,137,o), -(227,182,o), -(227,372,cs), -(227,534,o), -(250,571,o), -(284,571,cs), -(300,571,o), -(311,556,o), -(311,530,cs), -(311,463,o), -(252,292,o), -(10,247,c), -(10,122,l), -(323,171,o), -(472,377,o), -(472,549,cs), -(472,663,o), -(408,739,o), -(306,739,cs), -(134,739,o), -(53,591,o), -(53,384,cs), -(53,149,o), -(106,-8,o), -(274,-8,cs) -); -} -); -width = 497; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(364,-10,o), -(427,37,o), -(463,129,c), -(431,140,l), -(400,61,o), -(350,22,o), -(282,22,cs), -(188,22,o), -(139,143,o), -(139,388,cs), -(139,585,o), -(196,707,o), -(285,707,cs), -(352,707,o), -(387,650,o), -(387,538,cs), -(387,316,o), -(249,161,o), -(21,134,c), -(25,103,l), -(271,132,o), -(421,299,o), -(421,538,cs), -(421,667,o), -(374,739,o), -(285,739,cs), -(173,739,o), -(105,604,o), -(105,388,cs), -(105,124,o), -(163,-10,o), -(282,-10,cs) -); -} -); -width = 489; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(407,-8,o), -(501,52,o), -(534,136,c), -(391,199,l), -(377,166,o), -(345,147,o), -(315,147,cs), -(265,147,o), -(243,191,o), -(243,380,cs), -(243,521,o), -(268,559,o), -(305,559,cs), -(325,559,o), -(336,542,o), -(336,517,cs), -(336,400,o), -(203,298,o), -(3,263,c), -(3,130,l), -(330,174,o), -(512,336,o), -(512,534,cs), -(512,655,o), -(444,739,o), -(324,739,cs), -(149,739,o), -(51,590,o), -(51,367,cs), -(51,147,o), -(114,-8,o), -(298,-8,cs) -); -} -); -width = 536; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(326,-8,o), -(378,23,o), -(408,102,c), -(378,114,l), -(358,61,o), -(326,26,o), -(270,26,cs), -(195,26,o), -(145,113,o), -(145,389,cs), -(145,585,o), -(193,705,o), -(274,705,cs), -(325,705,o), -(352,658,o), -(352,558,cs), -(352,363,o), -(234,196,o), -(54,141,c), -(54,110,l), -(252,167,o), -(385,351,o), -(385,562,cs), -(385,668,o), -(349,739,o), -(275,739,cs), -(170,739,o), -(113,604,o), -(113,389,cs), -(113,151,o), -(151,-8,o), -(268,-8,cs) -); -} -); -width = 473; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(379,-8,o), -(462,49,o), -(491,135,c), -(360,192,l), -(346,148,o), -(325,137,o), -(305,137,cs), -(262,137,o), -(243,183,o), -(243,372,cs), -(243,533,o), -(263,571,o), -(295,571,cs), -(309,571,o), -(319,556,o), -(319,530,cs), -(319,463,o), -(264,292,o), -(30,247,c), -(30,122,l), -(335,171,o), -(478,377,o), -(478,549,cs), -(478,662,o), -(416,739,o), -(317,739,cs), -(149,739,o), -(70,590,o), -(70,384,cs), -(70,149,o), -(122,-8,o), -(285,-8,cs) -); -} -); -width = 521; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,-10,o), -(255,13,o), -(302,106,c), -(274,116,l), -(245,59,o), -(214,21,o), -(166,21,cs), -(76,21,o), -(100,232,o), -(132,395,cs), -(170,589,o), -(219,707,o), -(290,707,cs), -(353,707,o), -(354,626,o), -(332,542,cs), -(286,366,o), -(161,217,o), -(7,161,c), -(1,129,l), -(176,188,o), -(320,359,o), -(366,547,cs), -(394,662,o), -(365,739,o), -(294,739,cs), -(215,739,o), -(155,660,o), -(102,399,cs), -(65,216,o), -(42,-10,o), -(163,-10,cs) -); -} -); -width = 363; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,-10,o), -(374,30,o), -(418,114,c), -(306,177,l), -(284,138,o), -(266,124,o), -(244,124,cs), -(180,124,o), -(202,249,o), -(227,377,cs), -(258,538,o), -(286,582,o), -(317,582,cs), -(338,582,o), -(341,559,o), -(334,525,cs), -(317,445,o), -(232,283,o), -(13,255,c), -(-9,141,l), -(267,165,o), -(446,352,o), -(479,509,cs), -(507,646,o), -(453,737,o), -(345,737,cs), -(208,737,o), -(115,615,o), -(75,404,cs), -(28,156,o), -(59,-10,o), -(222,-10,cs) -); -} -); -width = 464; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,-10,o), -(340,16,o), -(381,88,c), -(353,103,l), -(325,56,o), -(292,23,o), -(238,23,cs), -(182,23,o), -(145,65,o), -(145,183,cs), -(145,366,o), -(219,701,o), -(359,701,cs), -(423,701,o), -(428,628,o), -(413,547,cs), -(375,352,o), -(223,197,o), -(33,159,c), -(27,128,l), -(236,166,o), -(406,338,o), -(446,545,cs), -(468,659,o), -(438,735,o), -(359,735,cs), -(197,735,o), -(113,393,o), -(113,178,cs), -(113,65,o), -(152,-10,o), -(234,-10,cs) -); -} -); -width = 478; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(352,-10,o), -(438,38,o), -(481,115,c), -(361,183,l), -(340,144,o), -(317,134,o), -(298,134,cs), -(267,134,o), -(250,151,o), -(250,210,cs), -(250,424,o), -(291,568,o), -(358,568,cs), -(370,568,o), -(384,558,o), -(384,533,cs), -(384,419,o), -(203,294,o), -(33,268,c), -(9,144,l), -(287,162,o), -(551,346,o), -(551,570,cs), -(551,677,o), -(491,737,o), -(400,737,cs), -(209,737,o), -(81,542,o), -(81,250,cs), -(81,94,o), -(132,-10,o), -(264,-10,cs) -); -} -); -width = 544; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(331,-10,o), -(396,31,o), -(446,114,c), -(416,127,l), -(373,57,o), -(322,22,o), -(261,22,cs), -(121,22,o), -(144,237,o), -(175,400,cs), -(212,590,o), -(288,705,o), -(376,705,cs), -(439,705,o), -(471,634,o), -(445,508,cs), -(409,332,o), -(251,185,o), -(10,157,c), -(8,126,l), -(250,154,o), -(437,301,o), -(479,508,cs), -(507,645,o), -(466,737,o), -(377,737,cs), -(271,737,o), -(182,612,o), -(142,403,cs), -(102,192,o), -(102,-10,o), -(260,-10,cs) -); -} -); -width = 509; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(383,-10,o), -(473,40,o), -(518,115,c), -(389,190,l), -(371,160,o), -(340,144,o), -(311,144,cs), -(236,144,o), -(253,254,o), -(278,382,cs), -(305,519,o), -(333,560,o), -(370,560,cs), -(389,560,o), -(398,548,o), -(398,528,cs), -(398,394,o), -(191,302,o), -(19,288,c), -(-7,155,l), -(294,169,o), -(578,312,o), -(578,559,cs), -(578,667,o), -(513,739,o), -(405,739,cs), -(204,739,o), -(70,553,o), -(70,274,cs), -(70,100,o), -(138,-10,o), -(283,-10,cs) -); -} -); -width = 561; -} -); -unicode = 8467; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/logicalnot.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/logicalnot.glyph deleted file mode 100644 index af8066ac..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/logicalnot.glyph +++ /dev/null @@ -1,378 +0,0 @@ -{ -glyphname = logicalnot; -kernRight = KO_logicalnot; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(473,139,l), -(473,428,l), -(-2,428,l), -(-2,281,l), -(329,281,l), -(329,139,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(451,145,l), -(451,375,l), -(-24,375,l), -(-24,347,l), -(424,347,l), -(424,145,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(586,119,l), -(586,380,l), -(86,380,l), -(86,348,l), -(555,348,l), -(555,119,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(594,115,l), -(594,447,l), -(103,447,l), -(103,273,l), -(417,273,l), -(417,115,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(443,145,l), -(443,375,l), -(-32,375,l), -(-32,347,l), -(416,347,l), -(416,145,l) -); -} -); -width = 452; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(468,139,l), -(468,428,l), -(-7,428,l), -(-7,281,l), -(324,281,l), -(324,139,l) -); -} -); -width = 470; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(492,153,l), -(492,397,l), -(17,397,l), -(17,365,l), -(460,365,l), -(460,153,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 556; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(506,139,l), -(506,428,l), -(31,428,l), -(31,281,l), -(362,281,l), -(362,139,l) -); -} -); -width = 555; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(576,119,l), -(576,380,l), -(76,380,l), -(76,348,l), -(545,348,l), -(545,119,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(584,115,l), -(584,447,l), -(93,447,l), -(93,273,l), -(407,273,l), -(407,115,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(505,153,l), -(505,397,l), -(40,397,l), -(40,365,l), -(473,365,l), -(473,153,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(511,139,l), -(511,428,l), -(50,428,l), -(50,281,l), -(368,281,l), -(368,139,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(424,145,l), -(472,375,l), -(2,375,l), -(-4,347,l), -(440,347,l), -(397,145,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(442,139,l), -(503,428,l), -(33,428,l), -(2,281,l), -(330,281,l), -(300,139,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(487,153,l), -(538,397,l), -(68,397,l), -(61,365,l), -(499,365,l), -(455,153,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(497,139,l), -(557,428,l), -(87,428,l), -(56,281,l), -(384,281,l), -(354,139,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(555,119,l), -(610,380,l), -(115,380,l), -(108,348,l), -(572,348,l), -(524,119,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(558,115,l), -(628,447,l), -(142,447,l), -(105,273,l), -(416,273,l), -(383,115,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 172; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lslash.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lslash.glyph deleted file mode 100644 index 165e3c5d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lslash.glyph +++ /dev/null @@ -1,278 +0,0 @@ -{ -color = 7; -glyphname = lslash; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = l; -}, -{ -pos = (-20,11); -ref = slashshortcomb; -} -); -width = 164; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-28,73); -ref = slashshortcomb; -} -); -width = 268; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = -1; -pos = (25,0); -ref = l; -}, -{ -pos = (-25,23); -ref = slashshortcomb; -} -); -width = 218; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-24,63); -ref = slashshortcomb; -} -); -width = 343; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = l; -}, -{ -pos = (-24,11); -ref = slashshortcomb; -} -); -width = 124; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-29,73); -ref = slashshortcomb; -} -); -width = 248; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-18,23); -ref = slashshortcomb; -} -); -width = 204; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (16,0); -ref = l; -}, -{ -pos = (-17,63); -ref = slashshortcomb; -} -); -width = 289; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (25,0); -ref = l; -}, -{ -pos = (-25,23); -ref = slashshortcomb; -} -); -width = 198; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-27,63); -ref = slashshortcomb; -} -); -width = 323; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-13,23); -ref = slashshortcomb; -} -); -width = 245; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = -1; -pos = (16,0); -ref = l; -}, -{ -pos = (-1,63); -ref = slashshortcomb; -} -); -width = 325; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = -1; -pos = (6,0); -ref = l; -}, -{ -pos = (-19,11); -ref = slashshortcomb; -} -); -width = 162; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = -1; -pos = (20,0); -ref = l; -}, -{ -pos = (-13,73); -ref = slashshortcomb; -} -); -width = 269; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = -1; -pos = (20,0); -ref = l; -}, -{ -pos = (-7,23); -ref = slashshortcomb; -} -); -width = 244; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = -1; -pos = (16,0); -ref = l; -}, -{ -pos = (-1,63); -ref = slashshortcomb; -} -); -width = 330; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = -1; -pos = (29,0); -ref = l; -}, -{ -pos = (-16,23); -ref = slashshortcomb; -} -); -width = 226; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-12,63); -ref = slashshortcomb; -} -); -width = 341; -} -); -metricRight = "=|"; -unicode = 322; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lslash.ss03.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lslash.ss03.glyph deleted file mode 100644 index c634e80d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lslash.ss03.glyph +++ /dev/null @@ -1,276 +0,0 @@ -{ -color = 7; -glyphname = lslash.ss03; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = l.ss03; -}, -{ -pos = (-21,11); -ref = slashshortcomb; -} -); -width = 166; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = -1; -pos = (22,0); -ref = l.ss03; -}, -{ -pos = (-28,73); -ref = slashshortcomb; -} -); -width = 277; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = -1; -pos = (27,0); -ref = l.ss03; -}, -{ -pos = (-25,23); -ref = slashshortcomb; -} -); -width = 262; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = -1; -pos = (21,0); -ref = l.ss03; -}, -{ -pos = (-27,63); -ref = slashshortcomb; -} -); -width = 369; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = l.ss03; -}, -{ -pos = (-23,11); -ref = slashshortcomb; -} -); -width = 126; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -pos = (22,0); -ref = l.ss03; -}, -{ -pos = (-28,73); -ref = slashshortcomb; -} -); -width = 257; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (19,0); -ref = l.ss03; -}, -{ -pos = (-12,23); -ref = slashshortcomb; -} -); -width = 224; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (19,0); -ref = l.ss03; -}, -{ -pos = (-16,63); -ref = slashshortcomb; -} -); -width = 309; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (27,0); -ref = l.ss03; -}, -{ -pos = (-25,23); -ref = slashshortcomb; -} -); -width = 242; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (21,0); -ref = l.ss03; -}, -{ -pos = (-27,63); -ref = slashshortcomb; -} -); -width = 349; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = -1; -pos = (19,0); -ref = l.ss03; -}, -{ -pos = (-12,23); -ref = slashshortcomb; -} -); -width = 263; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = -1; -pos = (19,0); -ref = l.ss03; -}, -{ -pos = (-10,63); -ref = slashshortcomb; -} -); -width = 345; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = l.ss03; -}, -{ -pos = (-20,11); -ref = slashshortcomb; -} -); -width = 166; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = -1; -pos = (23,0); -ref = l.ss03; -}, -{ -pos = (-13,73); -ref = slashshortcomb; -} -); -width = 278; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = -1; -pos = (20,0); -ref = l.ss03; -}, -{ -pos = (-7,23); -ref = slashshortcomb; -} -); -width = 260; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = -1; -pos = (19,0); -ref = l.ss03; -}, -{ -pos = (-3,58); -ref = slashshortcomb; -} -); -width = 345; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = -1; -pos = (30,0); -ref = l.ss03; -}, -{ -pos = (-20,23); -ref = slashshortcomb; -} -); -width = 256; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = -1; -pos = (25,0); -ref = l.ss03; -}, -{ -pos = (-15,63); -ref = slashshortcomb; -} -); -width = 370; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/lslash.ss04.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/lslash.ss04.glyph deleted file mode 100644 index b83efb89..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/lslash.ss04.glyph +++ /dev/null @@ -1,276 +0,0 @@ -{ -color = 7; -glyphname = lslash.ss04; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = l; -}, -{ -pos = (-20,11); -ref = slashshortcomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-28,73); -ref = slashshortcomb; -} -); -width = 268; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = -1; -pos = (25,0); -ref = l; -}, -{ -pos = (-25,23); -ref = slashshortcomb; -} -); -width = 219; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-24,63); -ref = slashshortcomb; -} -); -width = 341; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = l; -}, -{ -pos = (-24,11); -ref = slashshortcomb; -} -); -width = 123; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-29,73); -ref = slashshortcomb; -} -); -width = 248; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-18,23); -ref = slashshortcomb; -} -); -width = 204; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (16,0); -ref = l; -}, -{ -pos = (-17,63); -ref = slashshortcomb; -} -); -width = 288; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (25,0); -ref = l; -}, -{ -pos = (-25,23); -ref = slashshortcomb; -} -); -width = 199; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-27,63); -ref = slashshortcomb; -} -); -width = 321; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-13,23); -ref = slashshortcomb; -} -); -width = 245; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = -1; -pos = (16,0); -ref = l; -}, -{ -pos = (-1,63); -ref = slashshortcomb; -} -); -width = 324; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = -1; -pos = (6,0); -ref = l; -}, -{ -pos = (-19,11); -ref = slashshortcomb; -} -); -width = 162; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = -1; -pos = (20,0); -ref = l; -}, -{ -pos = (-13,73); -ref = slashshortcomb; -} -); -width = 269; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = -1; -pos = (20,0); -ref = l; -}, -{ -pos = (-7,23); -ref = slashshortcomb; -} -); -width = 244; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = -1; -pos = (16,0); -ref = l; -}, -{ -pos = (-1,63); -ref = slashshortcomb; -} -); -width = 330; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = -1; -pos = (25,0); -ref = l; -}, -{ -pos = (-20,23); -ref = slashshortcomb; -} -); -width = 219; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = l; -}, -{ -pos = (-12,63); -ref = slashshortcomb; -} -); -width = 340; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/m.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/m.glyph deleted file mode 100644 index 1cece6f6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/m.glyph +++ /dev/null @@ -1,1214 +0,0 @@ -{ -glyphname = m; -kernLeft = KO_n; -kernRight = KO_n; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (370,0); -}, -{ -name = top; -pos = (370,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(204,328,ls), -(204,381,o), -(213,411,o), -(244,411,cs), -(269,411,o), -(282,394,o), -(282,335,cs), -(282,0,l), -(459,0,l), -(459,328,ls), -(459,383,o), -(468,411,o), -(499,411,cs), -(525,411,o), -(536,391,o), -(536,335,cs), -(536,0,l), -(714,0,l), -(714,347,ls), -(714,494,o), -(668,551,o), -(570,551,cs), -(511,551,o), -(471,521,o), -(450,467,c), -(444,467,l), -(425,527,o), -(383,551,o), -(325,551,cs), -(271,551,o), -(233,524,o), -(210,477,c), -(204,477,l), -(199,541,l), -(27,541,l), -(27,0,l) -); -} -); -width = 737; -}, -{ -anchors = ( -{ -name = bottom; -pos = (282,0); -}, -{ -name = top; -pos = (282,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,0,l), -(89,307,ls), -(89,421,o), -(116,500,o), -(189,500,cs), -(240,500,o), -(267,474,o), -(267,371,cs), -(267,0,l), -(296,0,l), -(296,307,ls), -(296,420,o), -(323,500,o), -(397,500,cs), -(447,500,o), -(475,474,o), -(475,371,cs), -(475,0,l), -(504,0,l), -(504,378,ls), -(504,477,o), -(471,526,o), -(402,526,cs), -(350,526,o), -(309,487,o), -(295,432,c), -(292,432,l), -(281,494,o), -(252,526,o), -(197,526,cs), -(146,526,o), -(107,496,o), -(91,439,c), -(89,439,l), -(88,516,l), -(60,516,l), -(60,0,l) -); -} -); -width = 560; -}, -{ -anchors = ( -{ -name = bottom; -pos = (508,0); -}, -{ -name = top; -pos = (508,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,0,l), -(104,273,ls), -(104,404,o), -(180,491,o), -(313,491,cs), -(427,491,o), -(489,423,o), -(489,277,cs), -(489,0,l), -(527,0,l), -(527,273,ls), -(527,404,o), -(610,491,o), -(735,491,cs), -(866,491,o), -(913,419,o), -(913,291,cs), -(913,0,l), -(951,0,l), -(951,296,ls), -(951,451,o), -(876,525,o), -(738,525,cs), -(639,525,o), -(556,475,o), -(521,384,c), -(514,384,l), -(492,471,o), -(419,525,o), -(316,525,cs), -(223,525,o), -(142,479,o), -(108,398,c), -(104,398,l), -(104,517,l), -(66,517,l), -(66,0,l) -); -} -); -width = 1006; -}, -{ -anchors = ( -{ -name = bottom; -pos = (563,0); -}, -{ -name = top; -pos = (563,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,280,ls), -(264,342,o), -(300,389,o), -(366,389,cs), -(438,389,o), -(453,338,o), -(453,271,cs), -(453,0,l), -(673,0,l), -(673,280,ls), -(673,343,o), -(710,389,o), -(776,389,cs), -(845,389,o), -(862,339,o), -(862,269,cs), -(862,0,l), -(1083,0,l), -(1083,297,ls), -(1083,474,o), -(998,554,o), -(858,554,cs), -(768,554,o), -(698,525,o), -(654,445,c), -(644,445,l), -(611,519,o), -(543,554,o), -(455,554,cs), -(372,554,o), -(308,522,o), -(274,464,c), -(264,464,l), -(254,544,l), -(43,544,l), -(43,0,l) -); -} -); -width = 1114; -}, -{ -anchors = ( -{ -name = bottom; -pos = (252,0); -}, -{ -name = top; -pos = (252,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,0,l), -(66,307,ls), -(66,425,o), -(104,499,o), -(163,499,cs), -(211,499,o), -(238,474,o), -(238,371,cs), -(238,0,l), -(268,0,l), -(268,307,ls), -(268,425,o), -(306,499,o), -(366,499,cs), -(413,499,o), -(441,474,o), -(441,371,cs), -(441,0,l), -(471,0,l), -(471,378,ls), -(471,477,o), -(438,526,o), -(371,526,cs), -(320,526,o), -(279,489,o), -(264,432,c), -(263,432,l), -(252,494,o), -(223,526,o), -(171,526,cs), -(122,526,o), -(81,492,o), -(66,439,c), -(65,439,l), -(64,516,l), -(36,516,l), -(36,0,l) -); -} -); -width = 505; -}, -{ -anchors = ( -{ -name = bottom; -pos = (356,0); -}, -{ -name = top; -pos = (356,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,0,l), -(193,318,ls), -(193,365,o), -(201,391,o), -(228,391,cs), -(251,391,o), -(262,376,o), -(262,325,cs), -(262,0,l), -(439,0,l), -(439,318,ls), -(439,366,o), -(447,391,o), -(475,391,cs), -(498,391,o), -(508,374,o), -(508,325,cs), -(508,0,l), -(685,0,l), -(685,347,ls), -(685,494,o), -(641,551,o), -(546,551,cs), -(490,551,o), -(449,522,o), -(427,464,c), -(426,464,l), -(406,527,o), -(366,551,o), -(308,551,cs), -(255,551,o), -(219,524,o), -(195,472,c), -(194,472,l), -(188,541,l), -(16,541,l), -(16,0,l) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = bottom; -pos = (455,0); -}, -{ -name = top; -pos = (455,517); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(95,0,l), -(95,274,ls), -(95,401,o), -(171,491,o), -(285,491,cs), -(388,491,o), -(438,430,o), -(438,294,cs), -(438,0,l), -(476,0,l), -(476,274,ls), -(476,401,o), -(551,491,o), -(664,491,cs), -(769,491,o), -(819,430,o), -(819,294,cs), -(819,0,l), -(855,0,l), -(855,300,ls), -(855,462,o), -(778,525,o), -(670,525,cs), -(582,525,o), -(506,480,o), -(468,386,c), -(467,386,l), -(439,486,o), -(374,525,o), -(290,525,cs), -(207,525,o), -(133,482,o), -(96,395,c), -(95,395,l), -(93,517,l), -(59,517,l), -(59,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 905; -}, -{ -anchors = ( -{ -name = bottom; -pos = (467,0); -}, -{ -name = top; -pos = (467,544); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,0,l), -(221,298,ls), -(221,354,o), -(255,395,o), -(302,395,cs), -(351,395,o), -(374,358,o), -(374,281,cs), -(374,0,l), -(565,0,l), -(565,298,ls), -(565,354,o), -(599,395,o), -(646,395,cs), -(695,395,o), -(718,358,o), -(718,281,cs), -(718,0,l), -(909,0,l), -(909,333,ls), -(909,494,o), -(828,554,o), -(727,554,cs), -(651,554,o), -(587,515,o), -(554,452,c), -(553,452,l), -(526,512,o), -(472,554,o), -(385,554,cs), -(313,554,o), -(250,514,o), -(223,454,c), -(222,454,l), -(215,544,l), -(30,544,l), -(30,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -}; -width = 937; -}, -{ -anchors = ( -{ -name = bottom; -pos = (498,0); -}, -{ -name = top; -pos = (498,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(94,0,l), -(94,273,ls), -(94,405,o), -(170,491,o), -(303,491,cs), -(417,491,o), -(479,423,o), -(479,277,cs), -(479,0,l), -(517,0,l), -(517,273,ls), -(517,399,o), -(605,491,o), -(724,491,cs), -(856,491,o), -(903,419,o), -(903,291,cs), -(903,0,l), -(941,0,l), -(941,296,ls), -(941,451,o), -(866,525,o), -(727,525,cs), -(621,525,o), -(543,472,o), -(507,375,c), -(505,375,l), -(481,472,o), -(408,525,o), -(306,525,cs), -(213,525,o), -(131,480,o), -(95,395,c), -(94,395,l), -(94,517,l), -(56,517,l), -(56,0,l) -); -} -); -width = 985; -}, -{ -anchors = ( -{ -name = bottom; -pos = (550,0); -}, -{ -name = top; -pos = (550,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,0,l), -(251,280,ls), -(251,342,o), -(287,389,o), -(353,389,cs), -(425,389,o), -(440,338,o), -(440,271,cs), -(440,0,l), -(660,0,l), -(660,280,ls), -(660,343,o), -(697,389,o), -(763,389,cs), -(832,389,o), -(849,339,o), -(849,269,cs), -(849,0,l), -(1070,0,l), -(1070,297,ls), -(1070,474,o), -(985,554,o), -(845,554,cs), -(744,554,o), -(672,517,o), -(632,445,c), -(631,445,l), -(598,519,o), -(530,554,o), -(442,554,cs), -(353,554,o), -(286,522,o), -(252,464,c), -(251,464,l), -(241,544,l), -(30,544,l), -(30,0,l) -); -} -); -width = 1091; -}, -{ -anchors = ( -{ -name = bottom; -pos = (435,0); -}, -{ -name = top; -pos = (435,517); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(121,0,l), -(121,295,ls), -(121,412,o), -(187,491,o), -(286,491,cs), -(374,491,o), -(416,435,o), -(416,315,cs), -(416,0,l), -(452,0,l), -(452,295,ls), -(452,410,o), -(519,491,o), -(618,491,cs), -(709,491,o), -(749,435,o), -(749,315,cs), -(749,0,l), -(785,0,l), -(785,321,ls), -(785,467,o), -(718,525,o), -(624,525,cs), -(545,525,o), -(477,481,o), -(448,399,c), -(444,399,l), -(423,487,o), -(365,525,o), -(291,525,cs), -(219,525,o), -(153,484,o), -(125,411,c), -(121,411,l), -(119,517,l), -(85,517,l), -(85,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 867; -}, -{ -anchors = ( -{ -name = bottom; -pos = (470,0); -}, -{ -name = top; -pos = (470,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(246,0,l), -(246,316,ls), -(246,356,o), -(267,400,o), -(316,400,cs), -(361,400,o), -(378,364,o), -(378,299,cs), -(378,0,l), -(567,0,l), -(567,316,ls), -(567,356,o), -(590,400,o), -(637,400,cs), -(682,400,o), -(699,364,o), -(699,299,cs), -(699,0,l), -(888,0,l), -(888,333,ls), -(888,494,o), -(812,554,o), -(717,554,cs), -(646,554,o), -(583,518,o), -(563,450,c), -(551,450,l), -(527,520,o), -(478,554,o), -(403,554,cs), -(343,554,o), -(279,523,o), -(256,455,c), -(243,455,l), -(240,544,l), -(56,544,l), -(56,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = n; -}; -width = 941; -}, -{ -anchors = ( -{ -name = bottom; -pos = (238,0); -}, -{ -name = top; -pos = (344,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(36,0,l), -(100,315,ls), -(123,425,o), -(165,501,o), -(231,501,cs), -(296,501,o), -(308,455,o), -(289,366,cs), -(213,0,l), -(242,0,l), -(318,361,ls), -(334,441,o), -(381,501,o), -(437,501,cs), -(502,501,o), -(514,455,o), -(495,366,cs), -(419,0,l), -(448,0,l), -(525,371,ls), -(544,462,o), -(530,526,o), -(449,526,cs), -(401,526,o), -(351,493,o), -(328,436,c), -(324,436,l), -(327,490,o), -(305,526,o), -(244,526,cs), -(195,526,o), -(153,495,o), -(131,446,c), -(130,446,l), -(140,516,l), -(113,516,l), -(7,0,l) -); -} -); -width = 558; -}, -{ -anchors = ( -{ -name = bottom; -pos = (315,0); -}, -{ -name = top; -pos = (427,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,0,l), -(216,337,ls), -(226,387,o), -(239,417,o), -(267,417,cs), -(293,417,o), -(299,396,o), -(287,340,cs), -(217,0,l), -(391,0,l), -(462,337,ls), -(473,387,o), -(482,417,o), -(512,417,cs), -(542,417,o), -(542,385,o), -(533,340,cs), -(461,0,l), -(637,0,l), -(707,338,ls), -(734,467,o), -(719,551,o), -(608,551,cs), -(562,551,o), -(515,530,o), -(477,467,c), -(470,467,l), -(461,521,o), -(430,551,o), -(363,551,cs), -(318,551,o), -(282,525,o), -(254,485,c), -(247,485,l), -(254,541,l), -(83,541,l), -(-30,0,l) -); -} -); -width = 715; -}, -{ -anchors = ( -{ -name = bottom; -pos = (431,0); -}, -{ -name = top; -pos = (539,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(68,0,l), -(128,293,ls), -(153,415,o), -(239,493,o), -(344,493,cs), -(449,493,o), -(492,424,o), -(464,288,cs), -(404,0,l), -(441,0,l), -(502,291,ls), -(527,410,o), -(607,493,o), -(717,493,cs), -(826,493,o), -(866,419,o), -(839,288,cs), -(779,0,l), -(815,0,l), -(875,290,ls), -(909,448,o), -(843,527,o), -(728,527,cs), -(644,527,o), -(565,487,o), -(516,394,c), -(509,394,l), -(498,481,o), -(440,527,o), -(354,527,cs), -(274,527,o), -(204,487,o), -(159,415,c), -(154,415,l), -(170,517,l), -(139,517,l), -(31,0,l) -); -} -); -width = 942; -}, -{ -anchors = ( -{ -name = bottom; -pos = (442,0); -}, -{ -name = top; -pos = (554,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(189,0,l), -(256,311,ls), -(270,375,o), -(308,400,o), -(348,400,cs), -(402,400,o), -(412,353,o), -(398,286,cs), -(338,0,l), -(529,0,l), -(594,311,ls), -(606,368,o), -(642,400,o), -(685,400,cs), -(741,400,o), -(751,354,o), -(737,286,cs), -(676,0,l), -(867,0,l), -(935,321,ls), -(967,474,o), -(901,554,o), -(784,554,cs), -(711,554,o), -(641,516,o), -(606,448,c), -(597,448,l), -(586,512,o), -(528,554,o), -(454,554,cs), -(391,554,o), -(326,519,o), -(295,467,c), -(287,467,l), -(298,544,l), -(113,544,l), -(-2,0,l) -); -} -); -width = 968; -}, -{ -anchors = ( -{ -name = bottom; -pos = (459,0); -}, -{ -name = top; -pos = (567,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(50,0,l), -(107,276,ls), -(135,409,o), -(228,494,o), -(344,494,cs), -(455,494,o), -(521,433,o), -(487,274,cs), -(430,0,l), -(466,0,l), -(527,287,ls), -(556,424,o), -(647,494,o), -(761,494,cs), -(872,494,o), -(937,434,o), -(906,283,cs), -(848,0,l), -(884,0,l), -(944,287,ls), -(978,451,o), -(900,527,o), -(770,527,cs), -(672,527,o), -(583,477,o), -(536,385,c), -(529,385,l), -(517,481,o), -(449,527,o), -(353,527,cs), -(271,527,o), -(189,484,o), -(141,406,c), -(136,406,l), -(156,517,l), -(120,517,l), -(13,0,l) -); -} -); -width = 992; -}, -{ -anchors = ( -{ -name = bottom; -pos = (513,0); -}, -{ -name = top; -pos = (625,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,0,l), -(265,284,ls), -(280,352,o), -(318,389,o), -(381,389,cs), -(446,389,o), -(462,337,o), -(446,260,cs), -(391,0,l), -(611,0,l), -(671,291,ls), -(684,354,o), -(725,389,o), -(785,389,cs), -(850,389,o), -(866,337,o), -(851,260,cs), -(796,0,l), -(1016,0,l), -(1074,284,ls), -(1109,448,o), -(1038,554,o), -(881,554,cs), -(794,554,o), -(711,514,o), -(669,446,c), -(661,446,l), -(648,511,o), -(576,554,o), -(485,554,cs), -(416,554,o), -(350,526,o), -(314,478,c), -(307,478,l), -(309,544,l), -(100,544,l), -(-13,0,l) -); -} -); -width = 1101; -} -); -metricLeft = n; -metricRight = n; -unicode = 109; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/macron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/macron.glyph deleted file mode 100644 index c1bd7e79..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/macron.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = macron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 273; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 387; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 455; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 527; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = macroncomb; -} -); -width = 273; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = macroncomb; -} -); -width = 387; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = macroncomb; -} -); -width = 399; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = macroncomb; -} -); -width = 463; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = macroncomb; -} -); -width = 455; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = macroncomb; -} -); -width = 527; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 396; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 465; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 273; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 388; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 400; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 447; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 456; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = macroncomb; -} -); -width = 528; -} -); -unicode = 175; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/macroncomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/macroncomb.glyph deleted file mode 100644 index f18d4236..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/macroncomb.glyph +++ /dev/null @@ -1,392 +0,0 @@ -{ -glyphname = macroncomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (194,680); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(347,735,l), -(347,874,l), -(40,874,l), -(40,735,l) -); -} -); -width = 387; -}, -{ -anchors = ( -{ -name = _top; -pos = (137,671); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,780,l), -(233,807,l), -(40,807,l), -(40,780,l) -); -} -); -width = 273; -}, -{ -anchors = ( -{ -name = _top; -pos = (228,671); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(415,780,l), -(415,813,l), -(40,813,l), -(40,780,l) -); -} -); -width = 455; -}, -{ -anchors = ( -{ -name = _top; -pos = (264,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(487,745,l), -(487,884,l), -(40,884,l), -(40,745,l) -); -} -); -width = 527; -}, -{ -anchors = ( -{ -name = _top; -pos = (117,671); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(213,780,l), -(213,807,l), -(20,807,l), -(20,780,l) -); -} -); -width = 233; -}, -{ -anchors = ( -{ -name = _top; -pos = (184,680); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(337,735,l), -(337,874,l), -(30,874,l), -(30,735,l) -); -} -); -width = 367; -}, -{ -anchors = ( -{ -name = _top; -pos = (180,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(339,780,l), -(339,813,l), -(20,813,l), -(20,780,l) -); -} -); -width = 359; -}, -{ -anchors = ( -{ -name = _top; -pos = (221,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(422,735,l), -(422,874,l), -(19,874,l), -(19,735,l) -); -} -); -width = 441; -}, -{ -anchors = ( -{ -name = _top; -pos = (218,671); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(405,780,l), -(405,813,l), -(30,813,l), -(30,780,l) -); -} -); -width = 435; -}, -{ -anchors = ( -{ -name = _top; -pos = (254,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(477,745,l), -(477,884,l), -(30,884,l), -(30,745,l) -); -} -); -width = 507; -}, -{ -anchors = ( -{ -name = _top; -pos = (199,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(354,780,l), -(354,813,l), -(43,813,l), -(43,780,l) -); -} -); -width = 396; -}, -{ -anchors = ( -{ -name = _top; -pos = (234,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(428,735,l), -(428,874,l), -(39,874,l), -(39,735,l) -); -} -); -width = 465; -}, -{ -anchors = ( -{ -name = _top; -pos = (223,671); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(341,780,l), -(347,807,l), -(154,807,l), -(148,780,l) -); -} -); -width = 273; -}, -{ -anchors = ( -{ -name = _top; -pos = (279,680); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(444,735,l), -(472,874,l), -(165,874,l), -(137,735,l) -); -} -); -width = 388; -}, -{ -anchors = ( -{ -name = _top; -pos = (286,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(468,780,l), -(474,813,l), -(155,813,l), -(149,780,l) -); -} -); -width = 400; -}, -{ -anchors = ( -{ -name = _top; -pos = (308,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(505,745,l), -(530,884,l), -(167,884,l), -(142,745,l) -); -} -); -width = 447; -}, -{ -anchors = ( -{ -name = _top; -pos = (314,671); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(524,780,l), -(530,813,l), -(155,813,l), -(149,780,l) -); -} -); -width = 456; -}, -{ -anchors = ( -{ -name = _top; -pos = (348,673); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(586,745,l), -(614,884,l), -(167,884,l), -(139,745,l) -); -} -); -width = 528; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 772; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/minus.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/minus.glyph deleted file mode 100644 index 3da395eb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/minus.glyph +++ /dev/null @@ -1,311 +0,0 @@ -{ -glyphname = minus; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(462,291,l), -(462,431,l), -(18,431,l), -(18,291,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(433,347,l), -(433,375,l), -(47,375,l), -(47,347,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(608,345,l), -(608,377,l), -(113,377,l), -(113,345,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(611,274,l), -(611,448,l), -(110,448,l), -(110,274,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(413,347,l), -(413,375,l), -(27,375,l), -(27,347,l) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(452,291,l), -(452,431,l), -(8,431,l), -(8,291,l) -); -} -); -width = 460; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(519,345,l), -(519,377,l), -(41,377,l), -(41,345,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -12, -12 -); -stem = -2; -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(513,286,l), -(513,435,l), -(40,435,l), -(40,286,l) -); -} -); -width = 552; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(598,345,l), -(598,377,l), -(103,377,l), -(103,345,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(601,274,l), -(601,448,l), -(100,448,l), -(100,274,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(532,345,l), -(532,377,l), -(62,377,l), -(62,345,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -12, -12 -); -stem = -2; -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(521,286,l), -(521,435,l), -(62,435,l), -(62,286,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(449,347,l), -(455,375,l), -(73,375,l), -(67,347,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(463,291,l), -(492,431,l), -(53,431,l), -(23,291,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(554,345,l), -(561,377,l), -(88,377,l), -(81,345,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(537,286,l), -(568,435,l), -(100,435,l), -(69,286,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(623,345,l), -(630,377,l), -(140,377,l), -(133,345,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(608,274,l), -(644,448,l), -(148,448,l), -(112,274,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 8722; -userData = { -KernOnSpecialSpacing = { -L = math; -R = math; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/mu.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/mu.glyph deleted file mode 100644 index e11e4ff7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/mu.glyph +++ /dev/null @@ -1,806 +0,0 @@ -{ -glyphname = mu; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,-132,l), -(204,43,l), -(107,22,l), -(116,2,o), -(137,-9,o), -(168,-9,cs), -(209,-9,o), -(248,18,o), -(268,64,c), -(275,64,l), -(281,0,l), -(451,0,l), -(451,541,l), -(275,541,l), -(275,213,ls), -(275,160,o), -(268,131,o), -(238,131,cs), -(215,131,o), -(204,148,o), -(204,206,cs), -(204,541,l), -(27,541,l), -(27,-132,l) -); -} -); -width = 478; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,-132,l), -(89,39,l), -(86,38,l), -(101,6,o), -(125,-10,o), -(159,-10,cs), -(212,-10,o), -(250,21,o), -(266,77,c), -(268,77,l), -(269,0,l), -(297,0,l), -(297,516,l), -(268,516,l), -(268,209,ls), -(268,95,o), -(241,16,o), -(167,16,cs), -(117,16,o), -(89,41,o), -(89,145,cs), -(89,516,l), -(60,516,l), -(60,-132,l) -); -} -); -width = 357; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,-132,l), -(103,143,l), -(87,133,l), -(104,45,o), -(186,-8,o), -(302,-8,cs), -(402,-8,o), -(494,40,o), -(530,130,c), -(535,130,l), -(535,0,l), -(572,0,l), -(572,517,l), -(535,517,l), -(535,262,ls), -(535,120,o), -(455,26,o), -(307,26,cs), -(177,26,o), -(103,86,o), -(103,234,cs), -(103,517,l), -(66,517,l), -(66,-132,l) -); -} -); -width = 638; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-132,l), -(264,37,l), -(212,3,l), -(226,-5,o), -(253,-10,o), -(278,-10,cs), -(357,-10,o), -(430,26,o), -(461,79,c), -(470,79,l), -(479,0,l), -(691,0,l), -(691,544,l), -(470,544,l), -(470,273,ls), -(470,202,o), -(442,155,o), -(357,155,cs), -(283,155,o), -(264,208,o), -(264,280,cs), -(264,544,l), -(43,544,l), -(43,-132,l) -); -} -); -width = 734; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(65,-132,l), -(65,39,l), -(62,38,l), -(77,6,o), -(101,-10,o), -(135,-10,cs), -(188,-10,o), -(226,21,o), -(242,77,c), -(244,77,l), -(245,0,l), -(273,0,l), -(273,516,l), -(244,516,l), -(244,209,ls), -(244,95,o), -(217,16,o), -(143,16,cs), -(93,16,o), -(65,41,o), -(65,145,cs), -(65,516,l), -(36,516,l), -(36,-132,l) -); -} -); -width = 309; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,-132,l), -(193,43,l), -(96,22,l), -(105,2,o), -(126,-9,o), -(157,-9,cs), -(198,-9,o), -(237,18,o), -(257,64,c), -(264,64,l), -(270,0,l), -(440,0,l), -(440,541,l), -(264,541,l), -(264,213,ls), -(264,160,o), -(257,131,o), -(227,131,cs), -(204,131,o), -(193,148,o), -(193,206,cs), -(193,541,l), -(16,541,l), -(16,-132,l) -); -} -); -width = 456; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(96,-132,l), -(96,111,l), -(91,83,l), -(111,25,o), -(173,-8,o), -(250,-8,cs), -(338,-8,o), -(407,33,o), -(438,121,c), -(442,121,l), -(445,0,l), -(479,0,l), -(479,517,l), -(442,517,l), -(442,249,ls), -(442,115,o), -(388,26,o), -(261,26,cs), -(157,26,o), -(96,83,o), -(96,183,cs), -(96,517,l), -(59,517,l), -(59,-132,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = u; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = u; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 538; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,-132,l), -(221,48,l), -(129,17,l), -(148,1,o), -(185,-10,o), -(222,-10,cs), -(294,-10,o), -(356,23,o), -(381,89,c), -(389,89,l), -(396,0,l), -(580,0,l), -(580,544,l), -(389,544,l), -(389,236,ls), -(389,181,o), -(361,144,o), -(300,144,cs), -(249,144,o), -(221,173,o), -(221,228,cs), -(221,544,l), -(30,544,l), -(30,-132,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = u; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = u; -}; -width = 610; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,-132,l), -(93,143,l), -(77,133,l), -(94,45,o), -(176,-8,o), -(292,-8,cs), -(392,-8,o), -(484,40,o), -(520,130,c), -(525,130,l), -(525,0,l), -(562,0,l), -(562,517,l), -(525,517,l), -(525,262,ls), -(525,120,o), -(445,26,o), -(297,26,cs), -(167,26,o), -(93,86,o), -(93,234,cs), -(93,517,l), -(56,517,l), -(56,-132,l) -); -} -); -width = 618; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,-132,l), -(254,37,l), -(202,3,l), -(216,-5,o), -(243,-10,o), -(268,-10,cs), -(347,-10,o), -(420,26,o), -(451,79,c), -(460,79,l), -(469,0,l), -(681,0,l), -(681,544,l), -(460,544,l), -(460,273,ls), -(460,202,o), -(432,155,o), -(347,155,cs), -(273,155,o), -(254,208,o), -(254,280,cs), -(254,544,l), -(33,544,l), -(33,-132,l) -); -} -); -width = 714; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(123,-132,l), -(123,111,l), -(118,83,l), -(138,25,o), -(198,-8,o), -(273,-8,cs), -(359,-8,o), -(428,33,o), -(457,121,c), -(461,121,l), -(464,0,l), -(498,0,l), -(498,517,l), -(461,517,l), -(461,249,ls), -(461,115,o), -(409,26,o), -(284,26,cs), -(182,26,o), -(123,83,o), -(123,183,cs), -(123,517,l), -(86,517,l), -(86,-132,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = u; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = u; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 583; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(242,-132,l), -(242,48,l), -(150,17,l), -(168,1,o), -(204,-10,o), -(238,-10,cs), -(306,-10,o), -(366,23,o), -(390,89,c), -(398,89,l), -(405,0,l), -(587,0,l), -(587,544,l), -(398,544,l), -(398,236,ls), -(398,181,o), -(371,144,o), -(315,144,cs), -(267,144,o), -(242,174,o), -(242,228,cs), -(242,544,l), -(52,544,l), -(52,-132,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = u; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = u; -}; -width = 639; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(28,-132,l), -(58,39,l), -(55,38,l), -(64,6,o), -(86,-10,o), -(120,-10,cs), -(173,-10,o), -(216,21,o), -(242,77,c), -(244,77,l), -(231,0,l), -(259,0,l), -(350,516,l), -(321,516,l), -(267,209,ls), -(247,95,o), -(206,16,o), -(132,16,cs), -(82,16,o), -(59,41,o), -(77,145,cs), -(142,516,l), -(113,516,l), -(-1,-132,l) -); -} -); -width = 372; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,-132,l), -(171,43,l), -(70,22,l), -(75,4,o), -(92,-9,o), -(126,-9,cs), -(165,-9,o), -(209,16,o), -(239,64,c), -(246,64,l), -(240,0,l), -(410,0,l), -(506,541,l), -(330,541,l), -(272,213,ls), -(262,155,o), -(248,131,o), -(220,131,cs), -(197,131,o), -(190,148,o), -(200,206,cs), -(259,541,l), -(82,541,l), -(-37,-132,l) -); -} -); -width = 492; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(62,-132,l), -(105,111,l), -(95,83,l), -(104,25,o), -(161,-8,o), -(238,-8,cs), -(326,-8,o), -(402,33,o), -(448,121,c), -(452,121,l), -(434,0,l), -(468,0,l), -(559,517,l), -(522,517,l), -(475,249,ls), -(451,115,o), -(382,26,o), -(255,26,cs), -(151,26,o), -(100,83,o), -(117,183,cs), -(176,517,l), -(139,517,l), -(25,-132,l) -); -} -); -width = 607; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(181,-132,l), -(213,48,l), -(116,17,l), -(132,1,o), -(167,-10,o), -(204,-10,cs), -(276,-10,o), -(344,23,o), -(380,89,c), -(388,89,l), -(380,0,l), -(564,0,l), -(660,544,l), -(469,544,l), -(414,236,ls), -(405,181,o), -(370,144,o), -(309,144,cs), -(258,144,o), -(235,173,o), -(245,228,cs), -(301,544,l), -(110,544,l), -(-10,-132,l) -); -} -); -width = 674; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,-132,l), -(91,143,l), -(74,133,l), -(75,45,o), -(148,-8,o), -(264,-8,cs), -(364,-8,o), -(464,40,o), -(516,130,c), -(521,130,l), -(498,0,l), -(535,0,l), -(626,517,l), -(589,517,l), -(545,262,ls), -(519,120,o), -(423,26,o), -(275,26,cs), -(145,26,o), -(81,86,o), -(107,234,cs), -(157,517,l), -(120,517,l), -(6,-132,l) -); -} -); -width = 655; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(200,-132,l), -(230,37,l), -(172,3,l), -(185,-5,o), -(211,-10,o), -(236,-10,cs), -(315,-10,o), -(394,26,o), -(435,79,c), -(443,79,l), -(439,0,l), -(651,0,l), -(747,544,l), -(526,544,l), -(478,273,ls), -(466,202,o), -(429,155,o), -(344,155,cs), -(269,155,o), -(260,208,o), -(273,280,cs), -(320,544,l), -(99,544,l), -(-21,-132,l) -); -} -); -width = 750; -} -); -metricLeft = l; -metricRight = l; -unicode = 956; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/multiply.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/multiply.glyph deleted file mode 100644 index 3da02bbb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/multiply.glyph +++ /dev/null @@ -1,427 +0,0 @@ -{ -glyphname = multiply; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,263,l), -(364,141,l), -(462,239,l), -(340,361,l), -(462,483,l), -(364,581,l), -(242,459,l), -(120,581,l), -(22,483,l), -(144,361,l), -(22,239,l), -(120,141,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(241,340,l), -(367,214,l), -(388,235,l), -(262,361,l), -(388,487,l), -(367,508,l), -(241,382,l), -(115,508,l), -(94,487,l), -(220,361,l), -(94,235,l), -(115,214,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(360,337,l), -(537,160,l), -(561,184,l), -(384,361,l), -(561,538,l), -(537,562,l), -(360,385,l), -(183,562,l), -(159,538,l), -(336,361,l), -(159,184,l), -(183,160,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(360,236,l), -(498,98,l), -(623,223,l), -(485,361,l), -(623,499,l), -(498,623,l), -(360,486,l), -(222,623,l), -(98,499,l), -(235,361,l), -(98,223,l), -(222,98,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,340,l), -(347,214,l), -(368,235,l), -(242,361,l), -(368,487,l), -(347,508,l), -(221,382,l), -(95,508,l), -(74,487,l), -(200,361,l), -(74,235,l), -(95,214,l) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,263,l), -(354,141,l), -(452,239,l), -(330,361,l), -(452,483,l), -(354,581,l), -(232,459,l), -(110,581,l), -(12,483,l), -(134,361,l), -(12,239,l), -(110,141,l) -); -} -); -width = 460; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,337,l), -(447,166,l), -(471,190,l), -(300,361,l), -(471,532,l), -(447,556,l), -(276,385,l), -(105,556,l), -(81,532,l), -(252,361,l), -(81,190,l), -(105,166,l) -); -} -); -width = 552; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,260,l), -(408,129,l), -(509,230,l), -(379,361,l), -(509,491,l), -(408,592,l), -(278,462,l), -(147,592,l), -(46,491,l), -(177,361,l), -(46,230,l), -(147,129,l) -); -} -); -width = 552; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,337,l), -(527,160,l), -(551,184,l), -(374,361,l), -(551,538,l), -(527,562,l), -(350,385,l), -(173,562,l), -(149,538,l), -(326,361,l), -(149,184,l), -(173,160,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,236,l), -(488,98,l), -(613,223,l), -(475,361,l), -(613,499,l), -(488,623,l), -(350,486,l), -(212,623,l), -(88,499,l), -(225,361,l), -(88,223,l), -(212,98,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(297,337,l), -(464,166,l), -(488,190,l), -(321,361,l), -(488,532,l), -(464,556,l), -(297,385,l), -(130,556,l), -(106,532,l), -(273,361,l), -(106,190,l), -(130,166,l) -); -} -); -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(293,260,l), -(417,129,l), -(517,230,l), -(393,361,l), -(517,491,l), -(417,592,l), -(293,462,l), -(168,592,l), -(68,491,l), -(193,361,l), -(68,230,l), -(168,129,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,342,l), -(359,215,l), -(382,235,l), -(284,361,l), -(435,487,l), -(418,510,l), -(267,384,l), -(169,508,l), -(146,488,l), -(243,364,l), -(90,237,l), -(108,214,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(248,268,l), -(344,146,l), -(455,239,l), -(360,361,l), -(506,483,l), -(425,586,l), -(279,464,l), -(188,581,l), -(76,488,l), -(168,371,l), -(15,244,l), -(96,141,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,340,l), -(455,168,l), -(480,190,l), -(347,361,l), -(551,532,l), -(531,557,l), -(326,385,l), -(193,556,l), -(168,534,l), -(300,364,l), -(93,191,l), -(114,166,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(306,265,l), -(408,134,l), -(523,230,l), -(422,361,l), -(578,491,l), -(495,597,l), -(339,467,l), -(241,592,l), -(125,496,l), -(224,371,l), -(61,235,l), -(143,129,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(380,337,l), -(518,160,l), -(545,182,l), -(406,359,l), -(620,538,l), -(601,564,l), -(386,386,l), -(250,560,l), -(222,538,l), -(359,363,l), -(147,186,l), -(168,160,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(353,232,l), -(459,96,l), -(603,217,l), -(497,352,l), -(671,497,l), -(570,626,l), -(395,482,l), -(290,617,l), -(148,498,l), -(252,362,l), -(90,226,l), -(190,95,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 215; -userData = { -KernOnSpecialSpacing = { -L = math; -R = math; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/n.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/n.glyph deleted file mode 100644 index bd4035a2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/n.glyph +++ /dev/null @@ -1,1053 +0,0 @@ -{ -glyphname = n; -kernLeft = KO_n; -kernRight = KO_n; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (239,0); -}, -{ -name = top; -pos = (239,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(222,0,l), -(222,331,ls), -(222,378,o), -(232,400,o), -(262,400,cs), -(287,400,o), -(299,383,o), -(299,331,cs), -(299,0,l), -(485,0,l), -(485,343,ls), -(485,486,o), -(446,554,o), -(346,554,cs), -(287,554,o), -(246,528,o), -(229,481,c), -(222,481,l), -(220,544,l), -(36,544,l), -(36,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(204,328,ls), -(204,381,o), -(211,411,o), -(241,411,cs), -(263,411,o), -(275,396,o), -(275,335,cs), -(275,0,l), -(451,0,l), -(451,347,ls), -(451,494,o), -(411,551,o), -(320,551,cs), -(270,551,o), -(232,524,o), -(210,477,c), -(204,477,l), -(199,541,l), -(27,541,l), -(27,0,l) -); -} -); -width = 474; -}, -{ -anchors = ( -{ -name = bottom; -pos = (179,0); -}, -{ -name = top; -pos = (179,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,0,l), -(89,307,ls), -(89,421,o), -(116,500,o), -(189,500,cs), -(240,500,o), -(268,474,o), -(268,371,cs), -(268,0,l), -(297,0,l), -(297,378,ls), -(297,478,o), -(265,526,o), -(198,526,cs), -(146,526,o), -(107,496,o), -(91,439,c), -(89,439,l), -(88,516,l), -(60,516,l), -(60,0,l) -); -} -); -width = 354; -}, -{ -anchors = ( -{ -name = bottom; -pos = (319,0); -}, -{ -name = top; -pos = (319,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,0,l), -(103,256,ls), -(103,397,o), -(201,491,o), -(341,491,cs), -(466,491,o), -(535,430,o), -(535,277,cs), -(535,0,l), -(572,0,l), -(572,283,ls), -(572,462,o), -(477,525,o), -(345,525,cs), -(242,525,o), -(150,476,o), -(108,387,c), -(103,387,l), -(103,517,l), -(66,517,l), -(66,0,l) -); -} -); -width = 626; -}, -{ -anchors = ( -{ -name = bottom; -pos = (367,0); -}, -{ -name = top; -pos = (367,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,271,ls), -(264,339,o), -(306,389,o), -(376,389,cs), -(452,389,o), -(470,336,o), -(470,260,cs), -(470,0,l), -(691,0,l), -(691,299,ls), -(691,491,o), -(596,554,o), -(456,554,cs), -(382,554,o), -(306,521,o), -(274,465,c), -(264,465,l), -(256,544,l), -(43,544,l), -(43,0,l) -); -} -); -width = 722; -}, -{ -anchors = ( -{ -name = bottom; -pos = (153,0); -}, -{ -name = top; -pos = (153,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,0,l), -(66,307,ls), -(66,425,o), -(104,499,o), -(163,499,cs), -(211,499,o), -(239,474,o), -(239,371,cs), -(239,0,l), -(269,0,l), -(269,378,ls), -(269,478,o), -(237,526,o), -(172,526,cs), -(122,526,o), -(83,494,o), -(68,439,c), -(66,439,l), -(65,516,l), -(36,516,l), -(36,0,l) -); -} -); -width = 303; -}, -{ -anchors = ( -{ -name = bottom; -pos = (226,0); -}, -{ -name = top; -pos = (226,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(220,0,l), -(220,331,ls), -(220,378,o), -(230,400,o), -(260,400,cs), -(285,400,o), -(297,383,o), -(297,331,cs), -(297,0,l), -(483,0,l), -(483,343,ls), -(483,486,o), -(444,554,o), -(344,554,cs), -(285,554,o), -(244,528,o), -(227,481,c), -(220,481,l), -(218,544,l), -(34,544,l), -(34,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,0,l), -(193,318,l), -(193,366,o), -(204,391,o), -(228,391,cs), -(249,391,o), -(260,378,o), -(260,325,cs), -(260,0,l), -(436,0,l), -(436,347,ls), -(436,494,o), -(397,551,o), -(307,551,cs), -(258,551,o), -(221,524,o), -(194,466,c), -(193,466,l), -(188,541,l), -(16,541,l), -(16,0,l) -); -} -); -width = 449; -}, -{ -anchors = ( -{ -name = bottom; -pos = (267,0); -}, -{ -name = top; -pos = (267,517); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(95,0,l), -(95,274,ls), -(95,401,o), -(172,491,o), -(287,491,cs), -(392,491,o), -(443,430,o), -(443,294,cs), -(443,0,l), -(480,0,l), -(480,300,ls), -(480,462,o), -(401,525,o), -(292,525,cs), -(209,525,o), -(134,482,o), -(96,394,c), -(95,394,l), -(93,517,l), -(59,517,l), -(59,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 530; -}, -{ -anchors = ( -{ -name = bottom; -pos = (303,0); -}, -{ -name = top; -pos = (303,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(245,0,l), -(245,288,ls), -(245,353,o), -(277,400,o), -(341,400,cs), -(401,400,o), -(425,364,o), -(425,291,cs), -(425,0,l), -(616,0,l), -(616,321,ls), -(616,469,o), -(549,554,o), -(426,554,cs), -(346,554,o), -(282,518,o), -(253,455,c), -(245,455,l), -(222,544,l), -(54,544,l), -(54,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,0,l), -(221,298,ls), -(221,354,o), -(259,395,o), -(310,395,cs), -(367,395,o), -(389,356,o), -(389,281,cs), -(389,0,l), -(580,0,l), -(580,333,ls), -(580,476,o), -(513,554,o), -(390,554,cs), -(314,554,o), -(248,509,o), -(222,441,c), -(221,441,l), -(214,544,l), -(30,544,l), -(30,0,l) -); -} -); -width = 608; -}, -{ -anchors = ( -{ -name = bottom; -pos = (309,0); -}, -{ -name = top; -pos = (309,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,0,l), -(93,256,ls), -(93,397,o), -(191,491,o), -(331,491,cs), -(456,491,o), -(525,430,o), -(525,277,cs), -(525,0,l), -(562,0,l), -(562,283,ls), -(562,462,o), -(467,525,o), -(335,525,cs), -(227,525,o), -(134,471,o), -(94,387,c), -(93,387,l), -(93,517,l), -(56,517,l), -(56,0,l) -); -} -); -width = 606; -}, -{ -anchors = ( -{ -name = bottom; -pos = (354,0); -}, -{ -name = top; -pos = (354,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,0,l), -(251,271,ls), -(251,341,o), -(296,389,o), -(363,389,cs), -(439,389,o), -(457,336,o), -(457,260,cs), -(457,0,l), -(678,0,l), -(678,299,ls), -(678,491,o), -(583,554,o), -(443,554,cs), -(358,554,o), -(288,515,o), -(254,450,c), -(251,450,l), -(243,544,l), -(30,544,l), -(30,0,l) -); -} -); -width = 699; -}, -{ -anchors = ( -{ -name = bottom; -pos = (280,0); -}, -{ -name = top; -pos = (280,517); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(122,0,l), -(122,278,ls), -(122,405,o), -(193,491,o), -(300,491,cs), -(396,491,o), -(444,431,o), -(444,298,cs), -(444,0,l), -(479,0,l), -(479,304,ls), -(479,463,o), -(407,525,o), -(305,525,cs), -(228,525,o), -(158,483,o), -(126,404,c), -(122,404,l), -(120,517,l), -(85,517,l), -(85,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 561; -}, -{ -anchors = ( -{ -name = bottom; -pos = (312,0); -}, -{ -name = top; -pos = (312,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(243,0,l), -(243,288,ls), -(243,353,o), -(275,400,o), -(339,400,cs), -(399,400,o), -(423,364,o), -(423,291,cs), -(423,0,l), -(614,0,l), -(614,321,ls), -(614,469,o), -(547,554,o), -(424,554,cs), -(344,554,o), -(280,518,o), -(251,455,c), -(243,455,l), -(220,544,l), -(52,544,l), -(52,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(246,0,l), -(246,313,ls), -(246,363,o), -(276,400,o), -(318,400,cs), -(364,400,o), -(382,366,o), -(382,296,cs), -(382,0,l), -(571,0,l), -(571,333,ls), -(571,494,o), -(495,554,o), -(398,554,cs), -(334,554,o), -(279,521,o), -(256,455,c), -(243,455,l), -(239,544,l), -(56,544,l), -(56,0,l) -); -} -); -width = 624; -}, -{ -anchors = ( -{ -name = bottom; -pos = (135,0); -}, -{ -name = top; -pos = (241,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(36,0,l), -(100,315,ls), -(123,425,o), -(165,501,o), -(231,501,cs), -(296,501,o), -(308,455,o), -(289,366,cs), -(213,0,l), -(242,0,l), -(319,371,ls), -(337,458,o), -(327,526,o), -(244,526,cs), -(195,526,o), -(153,495,o), -(131,446,c), -(130,446,l), -(140,516,l), -(113,516,l), -(7,0,l) -); -} -); -width = 352; -}, -{ -anchors = ( -{ -name = bottom; -pos = (193,0); -}, -{ -name = top; -pos = (305,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,0,l), -(216,337,ls), -(226,387,o), -(239,417,o), -(267,417,cs), -(293,417,o), -(299,396,o), -(287,340,cs), -(217,0,l), -(391,0,l), -(463,338,ls), -(489,461,o), -(479,551,o), -(363,551,cs), -(318,551,o), -(282,525,o), -(254,485,c), -(247,485,l), -(254,541,l), -(83,541,l), -(-30,0,l) -); -} -); -width = 471; -}, -{ -anchors = ( -{ -name = bottom; -pos = (244,0); -}, -{ -name = top; -pos = (352,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,0,l), -(127,293,ls), -(152,415,o), -(238,493,o), -(345,493,cs), -(453,493,o), -(492,419,o), -(465,288,cs), -(405,0,l), -(441,0,l), -(501,291,ls), -(532,440,o), -(474,527,o), -(354,527,cs), -(281,527,o), -(206,493,o), -(158,415,c), -(153,415,l), -(169,517,l), -(139,517,l), -(31,0,l) -); -} -); -width = 568; -}, -{ -anchors = ( -{ -name = bottom; -pos = (277,0); -}, -{ -name = top; -pos = (389,544); -} -); -background = { -shapes = ( -{ -ref = r; -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(189,0,l), -(255,313,ls), -(265,366,o), -(305,401,o), -(350,401,cs), -(404,401,o), -(421,361,o), -(406,292,cs), -(346,0,l), -(537,0,l), -(603,311,ls), -(643,501,o), -(545,554,o), -(460,554,cs), -(394,554,o), -(326,519,o), -(294,467,c), -(286,467,l), -(295,544,l), -(111,544,l), -(-2,0,l) -); -} -); -width = 638; -}, -{ -anchors = ( -{ -name = bottom; -pos = (274,0); -}, -{ -name = top; -pos = (382,517); -} -); -background = { -shapes = ( -{ -ref = r; -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(50,0,l), -(107,276,ls), -(135,409,o), -(239,494,o), -(368,494,cs), -(497,494,o), -(567,429,o), -(533,266,cs), -(478,0,l), -(514,0,l), -(570,270,ls), -(605,434,o), -(531,527,o), -(377,527,cs), -(286,527,o), -(195,485,o), -(141,406,c), -(136,406,l), -(156,517,l), -(120,517,l), -(12,0,l) -); -} -); -width = 620; -}, -{ -anchors = ( -{ -name = bottom; -pos = (320,0); -}, -{ -name = top; -pos = (432,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,l), -(263,276,ls), -(279,348,o), -(317,389,o), -(390,389,cs), -(450,389,o), -(482,347,o), -(465,261,cs), -(410,0,l), -(630,0,l), -(688,282,ls), -(724,461,o), -(638,554,o), -(491,554,cs), -(421,554,o), -(349,523,o), -(314,478,c), -(306,478,l), -(309,544,l), -(100,544,l), -(-13,0,l) -); -} -); -width = 714; -} -); -unicode = 110; -userData = { -KernOnName = n; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/nacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/nacute.glyph deleted file mode 100644 index eea350f1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/nacute.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = nacute; -kernLeft = KO_n; -kernRight = KO_n; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = n; -}, -{ -pos = (123,-156); -ref = acutecomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = n; -}, -{ -pos = (127,-137); -ref = acutecomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = n; -}, -{ -pos = (261,-155); -ref = acutecomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = n; -}, -{ -pos = (250,-129); -ref = acutecomb; -} -); -width = 722; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = n; -}, -{ -pos = (117,-156); -ref = acutecomb; -} -); -width = 303; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = n; -}, -{ -pos = (124,-137); -ref = acutecomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = n; -}, -{ -pos = (232,-155); -ref = acutecomb; -} -); -width = 530; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = n; -}, -{ -pos = (212,-134); -ref = acutecomb; -} -); -width = 608; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (261,-155); -ref = acutecomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (250,-129); -ref = acutecomb; -} -); -width = 722; -}, -{ -layerId = m019; -shapes = ( -{ -ref = n; -}, -{ -pos = (224,-155); -ref = acutecomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = n; -}, -{ -pos = (202,-134); -ref = acutecomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = n; -}, -{ -pos = (100,-156); -ref = acutecomb; -} -); -width = 352; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = n; -}, -{ -pos = (110,-137); -ref = acutecomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = n; -}, -{ -pos = (210,-155); -ref = acutecomb; -} -); -width = 568; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = n; -}, -{ -pos = (194,-134); -ref = acutecomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = n; -}, -{ -pos = (239,-155); -ref = acutecomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = n; -}, -{ -pos = (232,-129); -ref = acutecomb; -} -); -width = 714; -} -); -unicode = 324; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/nbspace.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/nbspace.glyph deleted file mode 100644 index 73f77c49..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/nbspace.glyph +++ /dev/null @@ -1,97 +0,0 @@ -{ -glyphname = nbspace; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -width = 150; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -width = 239; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -width = 239; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -width = 203; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -width = 199; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -width = 130; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -userData = { -com.schriftgestaltung.Glyphs.glyph.widthMetricsKey = space; -}; -width = 199; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -userData = { -com.schriftgestaltung.Glyphs.glyph.widthMetricsKey = space; -}; -width = 161; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -width = 219; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -width = 183; -}, -{ -layerId = m019; -userData = { -com.schriftgestaltung.Glyphs.glyph.widthMetricsKey = space; -}; -width = 240; -}, -{ -layerId = m020; -userData = { -com.schriftgestaltung.Glyphs.glyph.widthMetricsKey = space; -}; -width = 198; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -width = 237; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -width = 149; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -width = 237; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -width = 201; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -width = 237; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -width = 201; -} -); -metricWidth = space; -unicode = 160; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ncaron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ncaron.glyph deleted file mode 100644 index 953b5ec8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ncaron.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = ncaron; -kernLeft = KO_n; -kernRight = KO_n; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = n; -}, -{ -pos = (50,-156); -ref = caroncomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = n; -}, -{ -pos = (22,-137); -ref = caroncomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = n; -}, -{ -pos = (140,-155); -ref = caroncomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = n; -}, -{ -pos = (76,-129); -ref = caroncomb; -} -); -width = 722; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = n; -}, -{ -pos = (44,-156); -ref = caroncomb; -} -); -width = 303; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = n; -}, -{ -pos = (19,-137); -ref = caroncomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = n; -}, -{ -pos = (123,-155); -ref = caroncomb; -} -); -width = 530; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = n; -}, -{ -pos = (77,-134); -ref = caroncomb; -} -); -width = 608; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (140,-155); -ref = caroncomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (76,-129); -ref = caroncomb; -} -); -width = 722; -}, -{ -layerId = m019; -shapes = ( -{ -ref = n; -}, -{ -pos = (117,-155); -ref = caroncomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = n; -}, -{ -pos = (73,-134); -ref = caroncomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = n; -}, -{ -pos = (27,-156); -ref = caroncomb; -} -); -width = 352; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = n; -}, -{ -pos = (9,-137); -ref = caroncomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = n; -}, -{ -pos = (101,-155); -ref = caroncomb; -} -); -width = 568; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = n; -}, -{ -pos = (55,-134); -ref = caroncomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = n; -}, -{ -pos = (116,-155); -ref = caroncomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = n; -}, -{ -pos = (58,-129); -ref = caroncomb; -} -); -width = 714; -} -); -unicode = 328; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ncommaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ncommaaccent.glyph deleted file mode 100644 index 9b55affc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ncommaaccent.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = ncommaaccent; -kernLeft = KO_n; -kernRight = KO_n; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = n; -}, -{ -pos = (82,0); -ref = commaaccentcomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = n; -}, -{ -pos = (57,0); -ref = commaaccentcomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = n; -}, -{ -pos = (218,0); -ref = commaaccentcomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = n; -}, -{ -pos = (183,0); -ref = commaaccentcomb; -} -); -width = 722; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = n; -}, -{ -pos = (76,0); -ref = commaaccentcomb; -} -); -width = 303; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = n; -}, -{ -pos = (54,0); -ref = commaaccentcomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = n; -}, -{ -pos = (181,0); -ref = commaaccentcomb; -} -); -width = 530; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = n; -}, -{ -pos = (154,0); -ref = commaaccentcomb; -} -); -width = 608; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (218,0); -ref = commaaccentcomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (183,0); -ref = commaaccentcomb; -} -); -width = 722; -}, -{ -layerId = m019; -shapes = ( -{ -ref = n; -}, -{ -pos = (173,0); -ref = commaaccentcomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = n; -}, -{ -pos = (149,0); -ref = commaaccentcomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = n; -}, -{ -pos = (92,0); -ref = commaaccentcomb; -} -); -width = 352; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = n; -}, -{ -pos = (69,0); -ref = commaaccentcomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = n; -}, -{ -pos = (192,0); -ref = commaaccentcomb; -} -); -width = 568; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = n; -}, -{ -pos = (162,0); -ref = commaaccentcomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = n; -}, -{ -pos = (226,0); -ref = commaaccentcomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = n; -}, -{ -pos = (197,0); -ref = commaaccentcomb; -} -); -width = 714; -} -); -unicode = 326; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.blackC_ircled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/nine.blackC_ircled.glyph deleted file mode 100644 index 55ff4576..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.blackC_ircled.glyph +++ /dev/null @@ -1,2850 +0,0 @@ -{ -color = 0; -glyphname = nine.blackCircled; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(261,145,o), -(220,194,o), -(220,267,c), -(325,267,l), -(324,249,o), -(334,236,o), -(349,236,cs), -(376,236,o), -(379,271,o), -(377,325,c), -(372,325,l), -(363,303,o), -(339,293,o), -(311,293,cs), -(250,293,o), -(214,350,o), -(214,437,cs), -(214,546,o), -(267,588,o), -(345,588,cs), -(452,588,o), -(492,526,o), -(492,354,cs), -(492,184,o), -(433,145,o), -(347,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,379,o), -(371,400,o), -(371,435,cs), -(371,484,o), -(363,497,o), -(348,497,cs), -(329,497,o), -(324,476,o), -(324,440,cs), -(324,390,o), -(333,379,o), -(347,379,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(277,145,o), -(223,182,o), -(220,268,c), -(325,268,l), -(325,248,o), -(336,237,o), -(349,237,cs), -(372,237,o), -(379,266,o), -(378,325,c), -(372,325,l), -(365,307,o), -(341,293,o), -(312,293,cs), -(242,293,o), -(214,345,o), -(214,438,cs), -(214,540,o), -(263,588,o), -(349,588,cs), -(464,588,o), -(492,501,o), -(492,371,cs), -(492,192,o), -(434,145,o), -(349,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,379,o), -(372,399,o), -(372,436,cs), -(372,485,o), -(363,497,o), -(349,497,cs), -(329,497,o), -(324,475,o), -(324,440,cs), -(324,391,o), -(333,379,o), -(347,379,cs) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(294,143,o), -(268,178,o), -(262,252,c), -(290,252,l), -(296,185,o), -(317,169,o), -(347,169,cs), -(403,169,o), -(415,238,o), -(417,378,c), -(414,378,l), -(405,330,o), -(379,302,o), -(340,302,cs), -(276,302,o), -(253,358,o), -(253,442,cs), -(253,551,o), -(290,587,o), -(344,587,cs), -(420,587,o), -(443,518,o), -(445,389,cs), -(448,192,o), -(409,143,o), -(347,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(388,326,o), -(409,373,o), -(409,446,cs), -(409,529,o), -(383,562,o), -(344,562,cs), -(295,562,o), -(283,514,o), -(283,442,cs), -(283,349,o), -(308,326,o), -(345,326,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(294,144,o), -(268,181,o), -(262,253,c), -(290,253,l), -(296,189,o), -(315,170,o), -(347,170,cs), -(403,170,o), -(415,238,o), -(417,379,c), -(414,379,l), -(404,324,o), -(373,303,o), -(340,303,cs), -(275,303,o), -(253,358,o), -(253,443,cs), -(253,551,o), -(289,588,o), -(345,588,cs), -(422,588,o), -(443,516,o), -(445,392,cs), -(448,197,o), -(410,144,o), -(347,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(389,327,o), -(409,376,o), -(409,447,cs), -(409,530,o), -(383,562,o), -(345,562,cs), -(295,562,o), -(283,514,o), -(283,443,cs), -(283,350,o), -(308,327,o), -(345,327,cs) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(338,142,o), -(276,188,o), -(269,251,c), -(306,251,l), -(314,201,o), -(363,173,o), -(433,173,cs), -(561,173,o), -(591,258,o), -(589,395,c), -(587,395,l), -(566,333,o), -(506,301,o), -(429,301,cs), -(325,301,o), -(259,352,o), -(259,440,cs), -(259,532,o), -(332,584,o), -(437,584,cs), -(571,584,o), -(625,510,o), -(625,379,cs), -(625,210,o), -(558,142,o), -(432,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(527,330,o), -(578,377,o), -(578,444,cs), -(578,514,o), -(522,554,o), -(437,554,cs), -(343,554,o), -(297,508,o), -(297,440,cs), -(297,367,o), -(352,330,o), -(435,330,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(337,139,o), -(274,183,o), -(267,247,c), -(304,247,l), -(312,197,o), -(362,169,o), -(431,169,cs), -(563,169,o), -(588,261,o), -(589,391,c), -(586,392,l), -(568,335,o), -(507,298,o), -(429,298,cs), -(325,298,o), -(259,348,o), -(259,436,cs), -(259,527,o), -(331,581,o), -(438,581,cs), -(573,581,o), -(625,507,o), -(625,387,cs), -(625,213,o), -(560,139,o), -(430,139,cs) -); -}, -{ -closed = 1; -nodes = ( -(524,327,o), -(579,377,o), -(579,441,cs), -(579,514,o), -(521,550,o), -(437,550,cs), -(344,550,o), -(298,505,o), -(298,437,cs), -(298,363,o), -(353,327,o), -(435,327,cs) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(309,143,o), -(238,195,o), -(224,273,c), -(371,273,l), -(382,257,o), -(400,255,o), -(424,255,cs), -(468,255,o), -(495,281,o), -(497,332,c), -(491,334,l), -(471,310,o), -(428,293,o), -(380,293,cs), -(284,293,o), -(219,342,o), -(219,429,cs), -(219,530,o), -(304,586,o), -(429,586,cs), -(539,586,o), -(646,544,o), -(646,368,cs), -(646,202,o), -(542,143,o), -(419,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(465,393,o), -(483,410,o), -(483,434,cs), -(483,462,o), -(460,474,o), -(426,474,cs), -(387,474,o), -(368,459,o), -(368,434,cs), -(368,408,o), -(387,393,o), -(425,393,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(308,137,o), -(236,189,o), -(222,267,c), -(368,267,l), -(379,253,o), -(394,249,o), -(422,249,cs), -(464,249,o), -(493,273,o), -(495,327,c), -(488,328,l), -(468,304,o), -(427,288,o), -(377,288,cs), -(281,288,o), -(216,337,o), -(216,423,cs), -(216,524,o), -(300,580,o), -(426,580,cs), -(536,580,o), -(644,538,o), -(644,361,cs), -(644,195,o), -(539,137,o), -(417,137,cs) -); -}, -{ -closed = 1; -nodes = ( -(463,388,o), -(480,404,o), -(480,429,cs), -(480,456,o), -(457,469,o), -(423,469,cs), -(384,469,o), -(365,453,o), -(365,429,cs), -(365,402,o), -(385,388,o), -(423,388,cs) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(294,143,o), -(268,178,o), -(262,252,c), -(290,252,l), -(296,185,o), -(317,169,o), -(347,169,cs), -(403,169,o), -(415,238,o), -(417,378,c), -(414,378,l), -(405,330,o), -(379,302,o), -(340,302,cs), -(276,302,o), -(253,358,o), -(253,442,cs), -(253,551,o), -(290,587,o), -(344,587,cs), -(420,587,o), -(443,518,o), -(445,389,cs), -(448,192,o), -(409,143,o), -(347,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(388,326,o), -(409,373,o), -(409,446,cs), -(409,529,o), -(383,562,o), -(344,562,cs), -(295,562,o), -(283,514,o), -(283,442,cs), -(283,349,o), -(308,326,o), -(345,326,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,144,o), -(248,181,o), -(242,253,c), -(270,253,l), -(276,189,o), -(295,170,o), -(327,170,cs), -(383,170,o), -(395,238,o), -(397,379,c), -(394,379,l), -(384,324,o), -(353,303,o), -(320,303,cs), -(255,303,o), -(233,358,o), -(233,443,cs), -(233,551,o), -(269,588,o), -(325,588,cs), -(402,588,o), -(423,516,o), -(425,392,cs), -(428,197,o), -(390,144,o), -(327,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(369,327,o), -(389,376,o), -(389,447,cs), -(389,530,o), -(363,562,o), -(325,562,cs), -(275,562,o), -(263,514,o), -(263,443,cs), -(263,350,o), -(288,327,o), -(325,327,cs) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(261,145,o), -(220,194,o), -(220,267,c), -(325,267,l), -(324,249,o), -(334,236,o), -(349,236,cs), -(376,236,o), -(379,271,o), -(377,325,c), -(372,325,l), -(363,303,o), -(339,293,o), -(311,293,cs), -(250,293,o), -(214,350,o), -(214,437,cs), -(214,546,o), -(267,588,o), -(345,588,cs), -(452,588,o), -(492,526,o), -(492,354,cs), -(492,184,o), -(433,145,o), -(347,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,379,o), -(371,400,o), -(371,435,cs), -(371,484,o), -(363,497,o), -(348,497,cs), -(329,497,o), -(324,476,o), -(324,440,cs), -(324,390,o), -(333,379,o), -(347,379,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(267,145,o), -(213,182,o), -(210,268,c), -(315,268,l), -(315,248,o), -(326,237,o), -(339,237,cs), -(362,237,o), -(369,266,o), -(368,325,c), -(362,325,l), -(355,307,o), -(331,293,o), -(302,293,cs), -(232,293,o), -(204,345,o), -(204,438,cs), -(204,540,o), -(253,588,o), -(339,588,cs), -(454,588,o), -(482,501,o), -(482,371,cs), -(482,192,o), -(424,145,o), -(339,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(357,379,o), -(362,399,o), -(362,436,cs), -(362,485,o), -(353,497,o), -(339,497,cs), -(319,497,o), -(314,475,o), -(314,440,cs), -(314,391,o), -(323,379,o), -(337,379,cs) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (416,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(351,142,o), -(299,185,o), -(293,249,c), -(327,249,l), -(335,198,o), -(373,173,o), -(423,173,cs), -(519,173,o), -(548,249,o), -(550,390,c), -(547,390,l), -(534,341,o), -(488,308,o), -(425,308,cs), -(344,308,o), -(289,363,o), -(289,444,cs), -(289,530,o), -(349,585,o), -(433,585,cs), -(535,585,o), -(583,514,o), -(583,392,cs), -(583,204,o), -(519,142,o), -(423,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(500,337,o), -(541,387,o), -(541,448,cs), -(541,514,o), -(497,554,o), -(432,554,cs), -(368,554,o), -(325,510,o), -(325,444,cs), -(325,378,o), -(369,337,o), -(431,337,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(332,139,o), -(279,182,o), -(273,246,c), -(307,246,l), -(316,191,o), -(358,169,o), -(407,169,cs), -(509,169,o), -(528,257,o), -(530,387,c), -(528,387,l), -(514,338,o), -(469,305,o), -(405,305,cs), -(324,305,o), -(269,360,o), -(269,441,cs), -(269,527,o), -(329,582,o), -(414,582,cs), -(516,582,o), -(563,510,o), -(563,389,cs), -(563,213,o), -(512,139,o), -(406,139,cs) -); -}, -{ -closed = 1; -nodes = ( -(480,334,o), -(522,383,o), -(522,445,cs), -(522,511,o), -(477,551,o), -(412,551,cs), -(348,551,o), -(305,507,o), -(305,441,cs), -(305,375,o), -(349,334,o), -(411,334,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -296, -66 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -135, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -320, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -616, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -294, -43 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -585, -42 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --10, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --10, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,143,o), -(257,194,o), -(246,272,c), -(375,272,l), -(380,257,o), -(402,251,o), -(419,251,cs), -(455,251,o), -(481,277,o), -(481,328,c), -(476,328,l), -(460,311,o), -(429,298,o), -(387,298,cs), -(305,298,o), -(251,352,o), -(251,432,cs), -(251,524,o), -(321,587,o), -(421,587,cs), -(529,587,o), -(606,523,o), -(606,363,cs), -(606,229,o), -(538,143,o), -(415,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(449,391,o), -(468,407,o), -(468,433,cs), -(468,458,o), -(450,476,o), -(423,476,cs), -(396,476,o), -(378,459,o), -(378,434,cs), -(378,408,o), -(397,391,o), -(423,391,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,140,o), -(238,191,o), -(227,270,c), -(355,270,l), -(360,256,o), -(381,248,o), -(400,248,cs), -(434,248,o), -(462,273,o), -(462,326,c), -(457,326,l), -(441,309,o), -(410,295,o), -(368,295,cs), -(286,295,o), -(232,350,o), -(232,430,cs), -(232,522,o), -(301,584,o), -(408,584,cs), -(514,584,o), -(587,522,o), -(587,365,cs), -(587,221,o), -(518,140,o), -(398,140,cs) -); -}, -{ -closed = 1; -nodes = ( -(430,389,o), -(448,405,o), -(448,431,cs), -(448,456,o), -(431,474,o), -(404,474,cs), -(377,474,o), -(359,457,o), -(359,432,cs), -(359,407,o), -(377,389,o), -(404,389,cs) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(338,142,o), -(276,188,o), -(269,251,c), -(306,251,l), -(314,201,o), -(363,173,o), -(433,173,cs), -(561,173,o), -(591,258,o), -(589,395,c), -(587,395,l), -(566,333,o), -(506,301,o), -(429,301,cs), -(325,301,o), -(259,352,o), -(259,440,cs), -(259,532,o), -(332,584,o), -(437,584,cs), -(571,584,o), -(625,510,o), -(625,379,cs), -(625,210,o), -(558,142,o), -(432,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(527,330,o), -(578,377,o), -(578,444,cs), -(578,514,o), -(522,554,o), -(437,554,cs), -(343,554,o), -(297,508,o), -(297,440,cs), -(297,367,o), -(352,330,o), -(435,330,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(327,139,o), -(264,183,o), -(257,247,c), -(294,247,l), -(302,197,o), -(352,169,o), -(421,169,cs), -(553,169,o), -(578,261,o), -(579,391,c), -(576,392,l), -(558,335,o), -(497,298,o), -(419,298,cs), -(315,298,o), -(249,348,o), -(249,436,cs), -(249,527,o), -(321,581,o), -(428,581,cs), -(563,581,o), -(615,507,o), -(615,387,cs), -(615,213,o), -(550,139,o), -(420,139,cs) -); -}, -{ -closed = 1; -nodes = ( -(514,327,o), -(569,377,o), -(569,441,cs), -(569,514,o), -(511,550,o), -(427,550,cs), -(334,550,o), -(288,505,o), -(288,437,cs), -(288,363,o), -(343,327,o), -(425,327,cs) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(309,143,o), -(238,195,o), -(224,273,c), -(371,273,l), -(382,257,o), -(400,255,o), -(424,255,cs), -(468,255,o), -(495,281,o), -(497,332,c), -(491,334,l), -(471,310,o), -(428,293,o), -(380,293,cs), -(284,293,o), -(219,342,o), -(219,429,cs), -(219,530,o), -(304,586,o), -(429,586,cs), -(539,586,o), -(646,544,o), -(646,368,cs), -(646,202,o), -(542,143,o), -(419,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(465,393,o), -(483,410,o), -(483,434,cs), -(483,462,o), -(460,474,o), -(426,474,cs), -(387,474,o), -(368,459,o), -(368,434,cs), -(368,408,o), -(387,393,o), -(425,393,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(298,137,o), -(226,189,o), -(212,267,c), -(358,267,l), -(369,253,o), -(384,249,o), -(412,249,cs), -(454,249,o), -(483,273,o), -(485,327,c), -(478,328,l), -(458,304,o), -(417,288,o), -(367,288,cs), -(271,288,o), -(206,337,o), -(206,423,cs), -(206,524,o), -(290,580,o), -(416,580,cs), -(526,580,o), -(634,538,o), -(634,361,cs), -(634,195,o), -(529,137,o), -(407,137,cs) -); -}, -{ -closed = 1; -nodes = ( -(453,388,o), -(470,404,o), -(470,429,cs), -(470,456,o), -(447,469,o), -(413,469,cs), -(374,469,o), -(355,453,o), -(355,429,cs), -(355,402,o), -(375,388,o), -(413,388,cs) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (431,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(351,142,o), -(299,185,o), -(293,249,c), -(327,249,l), -(335,198,o), -(373,173,o), -(423,173,cs), -(519,173,o), -(548,249,o), -(550,390,c), -(547,390,l), -(534,341,o), -(488,308,o), -(425,308,cs), -(344,308,o), -(289,363,o), -(289,444,cs), -(289,530,o), -(349,585,o), -(433,585,cs), -(535,585,o), -(583,514,o), -(583,392,cs), -(583,204,o), -(519,142,o), -(423,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(500,337,o), -(541,387,o), -(541,448,cs), -(541,514,o), -(497,554,o), -(432,554,cs), -(368,554,o), -(325,510,o), -(325,444,cs), -(325,378,o), -(369,337,o), -(431,337,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(348,139,o), -(296,182,o), -(290,246,c), -(324,246,l), -(333,191,o), -(373,169,o), -(422,169,cs), -(522,169,o), -(541,257,o), -(542,387,c), -(541,387,l), -(527,338,o), -(482,305,o), -(420,305,cs), -(341,305,o), -(286,360,o), -(286,441,cs), -(286,527,o), -(346,582,o), -(429,582,cs), -(529,582,o), -(574,510,o), -(574,389,cs), -(574,213,o), -(525,139,o), -(421,139,cs) -); -}, -{ -closed = 1; -nodes = ( -(493,334,o), -(535,383,o), -(535,445,cs), -(535,511,o), -(490,551,o), -(427,551,cs), -(363,551,o), -(322,507,o), -(322,441,cs), -(322,375,o), -(364,334,o), -(426,334,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -296, -66 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -135, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -320, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -616, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -294, -43 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -585, -42 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --10, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --10, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,143,o), -(257,194,o), -(246,272,c), -(375,272,l), -(380,257,o), -(402,251,o), -(419,251,cs), -(455,251,o), -(481,277,o), -(481,328,c), -(476,328,l), -(460,311,o), -(429,298,o), -(387,298,cs), -(305,298,o), -(251,352,o), -(251,432,cs), -(251,524,o), -(321,587,o), -(421,587,cs), -(529,587,o), -(606,523,o), -(606,363,cs), -(606,229,o), -(538,143,o), -(415,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(449,391,o), -(468,407,o), -(468,433,cs), -(468,458,o), -(450,476,o), -(423,476,cs), -(396,476,o), -(378,459,o), -(378,434,cs), -(378,408,o), -(397,391,o), -(423,391,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(313,140,o), -(252,191,o), -(242,270,c), -(368,270,l), -(373,256,o), -(393,248,o), -(411,248,cs), -(443,248,o), -(470,273,o), -(470,326,c), -(465,326,l), -(449,309,o), -(420,295,o), -(379,295,cs), -(299,295,o), -(247,350,o), -(247,430,cs), -(247,522,o), -(314,584,o), -(419,584,cs), -(522,584,o), -(594,522,o), -(594,365,cs), -(594,222,o), -(527,140,o), -(409,140,cs) -); -}, -{ -closed = 1; -nodes = ( -(440,389,o), -(456,405,o), -(456,431,cs), -(456,456,o), -(441,474,o), -(415,474,cs), -(389,474,o), -(372,457,o), -(372,432,cs), -(372,407,o), -(389,389,o), -(415,389,cs) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,143,o), -(305,178,o), -(299,252,c), -(327,252,l), -(333,185,o), -(354,169,o), -(384,169,cs), -(440,169,o), -(452,238,o), -(454,378,c), -(451,378,l), -(442,330,o), -(416,302,o), -(377,302,cs), -(313,302,o), -(290,358,o), -(290,442,cs), -(290,551,o), -(327,587,o), -(381,587,cs), -(457,587,o), -(480,518,o), -(482,389,cs), -(485,192,o), -(446,143,o), -(384,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(425,326,o), -(446,373,o), -(446,446,cs), -(446,529,o), -(420,562,o), -(381,562,cs), -(332,562,o), -(320,514,o), -(320,442,cs), -(320,349,o), -(345,326,o), -(382,326,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,144,o), -(305,181,o), -(299,253,c), -(327,253,l), -(333,189,o), -(352,170,o), -(384,170,cs), -(440,170,o), -(452,238,o), -(454,379,c), -(451,379,l), -(441,324,o), -(410,303,o), -(377,303,cs), -(312,303,o), -(290,358,o), -(290,443,cs), -(290,551,o), -(326,588,o), -(382,588,cs), -(459,588,o), -(480,516,o), -(482,392,cs), -(485,197,o), -(447,144,o), -(384,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(426,327,o), -(446,376,o), -(446,447,cs), -(446,530,o), -(420,562,o), -(382,562,cs), -(332,562,o), -(320,514,o), -(320,443,cs), -(320,350,o), -(345,327,o), -(382,327,cs) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(293,145,o), -(252,194,o), -(252,267,c), -(357,267,l), -(356,249,o), -(366,236,o), -(381,236,cs), -(408,236,o), -(411,271,o), -(409,325,c), -(404,325,l), -(395,303,o), -(371,293,o), -(343,293,cs), -(282,293,o), -(246,350,o), -(246,437,cs), -(246,546,o), -(299,588,o), -(377,588,cs), -(484,588,o), -(524,526,o), -(524,354,cs), -(524,184,o), -(465,145,o), -(379,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(399,379,o), -(403,400,o), -(403,435,cs), -(403,484,o), -(395,497,o), -(380,497,cs), -(361,497,o), -(356,476,o), -(356,440,cs), -(356,390,o), -(365,379,o), -(379,379,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(309,145,o), -(255,182,o), -(252,268,c), -(357,268,l), -(357,248,o), -(368,237,o), -(381,237,cs), -(404,237,o), -(411,266,o), -(410,325,c), -(404,325,l), -(397,307,o), -(373,293,o), -(344,293,cs), -(274,293,o), -(246,345,o), -(246,438,cs), -(246,540,o), -(295,588,o), -(381,588,cs), -(496,588,o), -(524,501,o), -(524,371,cs), -(524,192,o), -(466,145,o), -(381,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(399,379,o), -(404,399,o), -(404,436,cs), -(404,485,o), -(395,497,o), -(381,497,cs), -(361,497,o), -(356,475,o), -(356,440,cs), -(356,391,o), -(365,379,o), -(379,379,cs) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467.5,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,142,o), -(331,185,o), -(325,249,c), -(359,249,l), -(367,198,o), -(405,173,o), -(455,173,cs), -(551,173,o), -(580,249,o), -(582,390,c), -(579,390,l), -(566,341,o), -(520,308,o), -(457,308,cs), -(376,308,o), -(321,363,o), -(321,444,cs), -(321,530,o), -(381,585,o), -(465,585,cs), -(567,585,o), -(615,514,o), -(615,392,cs), -(615,204,o), -(551,142,o), -(455,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(532,337,o), -(573,387,o), -(573,448,cs), -(573,514,o), -(529,554,o), -(464,554,cs), -(400,554,o), -(357,510,o), -(357,444,cs), -(357,378,o), -(401,337,o), -(463,337,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(384,139,o), -(331,182,o), -(325,246,c), -(359,246,l), -(368,191,o), -(410,169,o), -(459,169,cs), -(561,169,o), -(580,257,o), -(582,387,c), -(580,387,l), -(566,338,o), -(521,305,o), -(457,305,cs), -(376,305,o), -(321,360,o), -(321,441,cs), -(321,527,o), -(381,582,o), -(466,582,cs), -(568,582,o), -(615,510,o), -(615,389,cs), -(615,213,o), -(564,139,o), -(458,139,cs) -); -}, -{ -closed = 1; -nodes = ( -(532,334,o), -(574,383,o), -(574,445,cs), -(574,511,o), -(529,551,o), -(464,551,cs), -(400,551,o), -(357,507,o), -(357,441,cs), -(357,375,o), -(401,334,o), -(463,334,cs) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (455.5,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(347,143,o), -(285,194,o), -(274,272,c), -(403,272,l), -(408,257,o), -(430,251,o), -(447,251,cs), -(483,251,o), -(509,277,o), -(509,328,c), -(504,328,l), -(488,311,o), -(457,298,o), -(415,298,cs), -(333,298,o), -(279,352,o), -(279,432,cs), -(279,524,o), -(349,587,o), -(449,587,cs), -(557,587,o), -(634,523,o), -(634,363,cs), -(634,229,o), -(566,143,o), -(443,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(477,391,o), -(496,407,o), -(496,433,cs), -(496,458,o), -(478,476,o), -(451,476,cs), -(424,476,o), -(406,459,o), -(406,434,cs), -(406,408,o), -(425,391,o), -(451,391,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(349,140,o), -(287,191,o), -(276,270,c), -(404,270,l), -(409,256,o), -(430,248,o), -(449,248,cs), -(483,248,o), -(511,273,o), -(511,326,c), -(506,326,l), -(490,309,o), -(459,295,o), -(417,295,cs), -(335,295,o), -(281,350,o), -(281,430,cs), -(281,522,o), -(350,584,o), -(457,584,cs), -(563,584,o), -(636,522,o), -(636,365,cs), -(636,221,o), -(567,140,o), -(447,140,cs) -); -}, -{ -closed = 1; -nodes = ( -(479,389,o), -(497,405,o), -(497,431,cs), -(497,456,o), -(480,474,o), -(453,474,cs), -(426,474,o), -(408,457,o), -(408,432,cs), -(408,407,o), -(426,389,o), -(453,389,cs) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(369,142,o), -(307,188,o), -(300,251,c), -(337,251,l), -(345,201,o), -(394,173,o), -(464,173,cs), -(592,173,o), -(622,258,o), -(620,395,c), -(618,395,l), -(597,333,o), -(537,301,o), -(460,301,cs), -(356,301,o), -(290,352,o), -(290,440,cs), -(290,532,o), -(363,584,o), -(468,584,cs), -(602,584,o), -(656,510,o), -(656,379,cs), -(656,210,o), -(589,142,o), -(463,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(558,330,o), -(609,377,o), -(609,444,cs), -(609,514,o), -(553,554,o), -(468,554,cs), -(374,554,o), -(328,508,o), -(328,440,cs), -(328,367,o), -(383,330,o), -(466,330,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(368,139,o), -(305,183,o), -(298,247,c), -(335,247,l), -(343,197,o), -(393,169,o), -(462,169,cs), -(594,169,o), -(619,261,o), -(620,391,c), -(617,392,l), -(599,335,o), -(538,298,o), -(460,298,cs), -(356,298,o), -(290,348,o), -(290,436,cs), -(290,527,o), -(362,581,o), -(469,581,cs), -(604,581,o), -(656,507,o), -(656,387,cs), -(656,213,o), -(591,139,o), -(461,139,cs) -); -}, -{ -closed = 1; -nodes = ( -(555,327,o), -(610,377,o), -(610,441,cs), -(610,514,o), -(552,550,o), -(468,550,cs), -(375,550,o), -(329,505,o), -(329,437,cs), -(329,363,o), -(384,327,o), -(466,327,cs) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(338,143,o), -(267,195,o), -(253,273,c), -(400,273,l), -(411,257,o), -(429,255,o), -(453,255,cs), -(497,255,o), -(524,281,o), -(526,332,c), -(520,334,l), -(500,310,o), -(457,293,o), -(409,293,cs), -(313,293,o), -(248,342,o), -(248,429,cs), -(248,530,o), -(333,586,o), -(458,586,cs), -(568,586,o), -(675,544,o), -(675,368,cs), -(675,202,o), -(571,143,o), -(448,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(494,393,o), -(512,410,o), -(512,434,cs), -(512,462,o), -(489,474,o), -(455,474,cs), -(416,474,o), -(397,459,o), -(397,434,cs), -(397,408,o), -(416,393,o), -(454,393,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(337,137,o), -(265,189,o), -(251,267,c), -(397,267,l), -(408,253,o), -(423,249,o), -(451,249,cs), -(493,249,o), -(522,273,o), -(524,327,c), -(517,328,l), -(497,304,o), -(456,288,o), -(406,288,cs), -(310,288,o), -(245,337,o), -(245,423,cs), -(245,524,o), -(329,580,o), -(455,580,cs), -(565,580,o), -(673,538,o), -(673,361,cs), -(673,195,o), -(568,137,o), -(446,137,cs) -); -}, -{ -closed = 1; -nodes = ( -(492,388,o), -(509,404,o), -(509,429,cs), -(509,456,o), -(486,469,o), -(452,469,cs), -(413,469,o), -(394,453,o), -(394,429,cs), -(394,402,o), -(414,388,o), -(452,388,cs) -); -} -); -width = 880; -} -); -metricLeft = one.circled; -metricRight = one.circled; -unicode = 10110; -userData = { -RMXScaler = { -source = nine; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.circled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/nine.circled.glyph deleted file mode 100644 index cb743c20..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.circled.glyph +++ /dev/null @@ -1,1899 +0,0 @@ -{ -color = 0; -glyphname = nine.circled; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,143,o), -(448,192,o), -(445,389,cs), -(443,518,o), -(420,587,o), -(344,587,cs), -(290,587,o), -(253,551,o), -(253,442,cs), -(253,358,o), -(276,302,o), -(340,302,cs), -(379,302,o), -(405,330,o), -(414,378,c), -(417,378,l), -(415,238,o), -(403,169,o), -(347,169,cs), -(317,169,o), -(296,185,o), -(290,252,c), -(262,252,l), -(268,178,o), -(294,143,o), -(347,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(308,326,o), -(283,349,o), -(283,442,cs), -(283,514,o), -(295,562,o), -(344,562,cs), -(383,562,o), -(409,529,o), -(409,446,cs), -(409,373,o), -(388,326,o), -(345,326,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -pos = (492,542); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(433,145,o), -(492,184,o), -(492,354,cs), -(492,526,o), -(452,588,o), -(345,588,cs), -(267,588,o), -(214,546,o), -(214,437,cs), -(214,350,o), -(250,293,o), -(311,293,cs), -(339,293,o), -(363,303,o), -(372,325,c), -(377,325,l), -(379,271,o), -(376,236,o), -(349,236,cs), -(334,236,o), -(324,249,o), -(325,267,c), -(220,267,l), -(220,194,o), -(261,145,o), -(347,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(333,379,o), -(324,390,o), -(324,440,cs), -(324,476,o), -(329,497,o), -(348,497,cs), -(363,497,o), -(371,484,o), -(371,435,cs), -(371,400,o), -(367,379,o), -(347,379,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -pos = (507,543); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 706; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(558,142,o), -(625,210,o), -(625,379,cs), -(625,510,o), -(571,584,o), -(437,584,cs), -(332,584,o), -(259,532,o), -(259,440,cs), -(259,352,o), -(325,301,o), -(429,301,cs), -(506,301,o), -(566,333,o), -(587,395,c), -(589,395,l), -(591,258,o), -(561,173,o), -(433,173,cs), -(363,173,o), -(314,201,o), -(306,251,c), -(269,251,l), -(276,188,o), -(338,142,o), -(432,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(352,330,o), -(297,367,o), -(297,440,cs), -(297,508,o), -(343,554,o), -(437,554,cs), -(522,554,o), -(578,514,o), -(578,444,cs), -(578,377,o), -(527,330,o), -(435,330,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -pos = (668,536); -ref = sixinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(542,143,o), -(646,202,o), -(646,368,cs), -(646,544,o), -(539,586,o), -(429,586,cs), -(304,586,o), -(219,530,o), -(219,429,cs), -(219,342,o), -(284,293,o), -(380,293,cs), -(428,293,o), -(471,310,o), -(491,334,c), -(497,332,l), -(495,281,o), -(468,255,o), -(424,255,cs), -(400,255,o), -(382,257,o), -(371,273,c), -(224,273,l), -(238,195,o), -(309,143,o), -(419,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(387,393,o), -(368,408,o), -(368,434,cs), -(368,459,o), -(387,474,o), -(426,474,cs), -(460,474,o), -(483,462,o), -(483,434,cs), -(483,410,o), -(465,393,o), -(425,393,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -pos = (661,535); -ref = sixinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,143,o), -(448,192,o), -(445,389,cs), -(443,518,o), -(420,587,o), -(344,587,cs), -(290,587,o), -(253,551,o), -(253,442,cs), -(253,358,o), -(276,302,o), -(340,302,cs), -(379,302,o), -(405,330,o), -(414,378,c), -(417,378,l), -(415,238,o), -(403,169,o), -(347,169,cs), -(317,169,o), -(296,185,o), -(290,252,c), -(262,252,l), -(268,178,o), -(294,143,o), -(347,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(308,326,o), -(283,349,o), -(283,442,cs), -(283,514,o), -(295,562,o), -(344,562,cs), -(383,562,o), -(409,529,o), -(409,446,cs), -(409,373,o), -(388,326,o), -(345,326,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -angle = 180; -pos = (492,542); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(433,145,o), -(492,184,o), -(492,354,cs), -(492,526,o), -(452,588,o), -(345,588,cs), -(267,588,o), -(214,546,o), -(214,437,cs), -(214,350,o), -(250,293,o), -(311,293,cs), -(339,293,o), -(363,303,o), -(372,325,c), -(377,325,l), -(379,271,o), -(376,236,o), -(349,236,cs), -(334,236,o), -(324,249,o), -(325,267,c), -(220,267,l), -(220,194,o), -(261,145,o), -(347,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(333,379,o), -(324,390,o), -(324,440,cs), -(324,476,o), -(329,497,o), -(348,497,cs), -(363,497,o), -(371,484,o), -(371,435,cs), -(371,400,o), -(367,379,o), -(347,379,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -pos = (488,543); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 686; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,142,o), -(583,204,o), -(583,392,cs), -(583,514,o), -(535,585,o), -(433,585,cs), -(349,585,o), -(289,530,o), -(289,444,cs), -(289,363,o), -(344,308,o), -(425,308,cs), -(488,308,o), -(534,341,o), -(547,390,c), -(550,390,l), -(548,249,o), -(519,173,o), -(423,173,cs), -(373,173,o), -(335,198,o), -(327,249,c), -(293,249,l), -(299,185,o), -(351,142,o), -(423,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(369,337,o), -(325,378,o), -(325,444,cs), -(325,510,o), -(368,554,o), -(432,554,cs), -(497,554,o), -(541,514,o), -(541,448,cs), -(541,387,o), -(500,337,o), -(431,337,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -angle = 180; -pos = (646,537); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 871; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(538,143,o), -(606,229,o), -(606,363,cs), -(606,523,o), -(529,587,o), -(421,587,cs), -(321,587,o), -(251,524,o), -(251,432,cs), -(251,352,o), -(305,298,o), -(387,298,cs), -(429,298,o), -(460,311,o), -(476,328,c), -(481,328,l), -(481,277,o), -(455,251,o), -(419,251,cs), -(402,251,o), -(380,257,o), -(375,272,c), -(246,272,l), -(257,194,o), -(319,143,o), -(415,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(397,391,o), -(378,408,o), -(378,434,cs), -(378,459,o), -(396,476,o), -(423,476,cs), -(450,476,o), -(468,458,o), -(468,433,cs), -(468,407,o), -(449,391,o), -(423,391,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -angle = 180; -pos = (619,539); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 835; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(558,142,o), -(625,210,o), -(625,379,cs), -(625,510,o), -(571,584,o), -(437,584,cs), -(332,584,o), -(259,532,o), -(259,440,cs), -(259,352,o), -(325,301,o), -(429,301,cs), -(506,301,o), -(566,333,o), -(587,395,c), -(589,395,l), -(591,258,o), -(561,173,o), -(433,173,cs), -(363,173,o), -(314,201,o), -(306,251,c), -(269,251,l), -(276,188,o), -(338,142,o), -(432,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(352,330,o), -(297,367,o), -(297,440,cs), -(297,508,o), -(343,554,o), -(437,554,cs), -(522,554,o), -(578,514,o), -(578,444,cs), -(578,377,o), -(527,330,o), -(435,330,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -angle = 180; -pos = (668,536); -ref = sixinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(542,143,o), -(646,202,o), -(646,368,cs), -(646,544,o), -(539,586,o), -(429,586,cs), -(304,586,o), -(219,530,o), -(219,429,cs), -(219,342,o), -(284,293,o), -(380,293,cs), -(428,293,o), -(471,310,o), -(491,334,c), -(497,332,l), -(495,281,o), -(468,255,o), -(424,255,cs), -(400,255,o), -(382,257,o), -(371,273,c), -(224,273,l), -(238,195,o), -(309,143,o), -(419,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(387,393,o), -(368,408,o), -(368,434,cs), -(368,459,o), -(387,474,o), -(426,474,cs), -(460,474,o), -(483,462,o), -(483,434,cs), -(483,410,o), -(465,393,o), -(425,393,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -angle = 180; -pos = (661,535); -ref = sixinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,142,o), -(583,204,o), -(583,392,cs), -(583,514,o), -(535,585,o), -(433,585,cs), -(349,585,o), -(289,530,o), -(289,444,cs), -(289,363,o), -(344,308,o), -(425,308,cs), -(488,308,o), -(534,341,o), -(547,390,c), -(550,390,l), -(548,249,o), -(519,173,o), -(423,173,cs), -(373,173,o), -(335,198,o), -(327,249,c), -(293,249,l), -(299,185,o), -(351,142,o), -(423,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(369,337,o), -(325,378,o), -(325,444,cs), -(325,510,o), -(368,554,o), -(432,554,cs), -(497,554,o), -(541,514,o), -(541,448,cs), -(541,387,o), -(500,337,o), -(431,337,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -pos = (640,537); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 858; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(538,143,o), -(606,229,o), -(606,363,cs), -(606,523,o), -(529,587,o), -(421,587,cs), -(321,587,o), -(251,524,o), -(251,432,cs), -(251,352,o), -(305,298,o), -(387,298,cs), -(429,298,o), -(460,311,o), -(476,328,c), -(481,328,l), -(481,277,o), -(455,251,o), -(419,251,cs), -(402,251,o), -(380,257,o), -(375,272,c), -(246,272,l), -(257,194,o), -(319,143,o), -(415,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(397,391,o), -(378,408,o), -(378,434,cs), -(378,459,o), -(396,476,o), -(423,476,cs), -(450,476,o), -(468,458,o), -(468,433,cs), -(468,407,o), -(449,391,o), -(423,391,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -pos = (621,539); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 834; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,143,o), -(485,192,o), -(482,389,cs), -(480,518,o), -(457,587,o), -(381,587,cs), -(327,587,o), -(290,551,o), -(290,442,cs), -(290,358,o), -(313,302,o), -(377,302,cs), -(416,302,o), -(442,330,o), -(451,378,c), -(454,378,l), -(452,238,o), -(440,169,o), -(384,169,cs), -(354,169,o), -(333,185,o), -(327,252,c), -(299,252,l), -(305,178,o), -(331,143,o), -(384,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(345,326,o), -(320,349,o), -(320,442,cs), -(320,514,o), -(332,562,o), -(381,562,cs), -(420,562,o), -(446,529,o), -(446,446,cs), -(446,373,o), -(425,326,o), -(382,326,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (529,542); -ref = sixinferior; -} -); -width = 727; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(465,145,o), -(524,184,o), -(524,354,cs), -(524,526,o), -(484,588,o), -(377,588,cs), -(299,588,o), -(246,546,o), -(246,437,cs), -(246,350,o), -(282,293,o), -(343,293,cs), -(371,293,o), -(395,303,o), -(404,325,c), -(409,325,l), -(411,271,o), -(408,236,o), -(381,236,cs), -(366,236,o), -(356,249,o), -(357,267,c), -(252,267,l), -(252,194,o), -(293,145,o), -(379,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,379,o), -(356,390,o), -(356,440,cs), -(356,476,o), -(361,497,o), -(380,497,cs), -(395,497,o), -(403,484,o), -(403,435,cs), -(403,400,o), -(399,379,o), -(379,379,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (539,543); -ref = sixinferior; -} -); -width = 731; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(551,142,o), -(615,204,o), -(615,392,cs), -(615,514,o), -(567,585,o), -(465,585,cs), -(381,585,o), -(321,530,o), -(321,444,cs), -(321,363,o), -(376,308,o), -(457,308,cs), -(520,308,o), -(566,341,o), -(579,390,c), -(582,390,l), -(580,249,o), -(551,173,o), -(455,173,cs), -(405,173,o), -(367,198,o), -(359,249,c), -(325,249,l), -(331,185,o), -(383,142,o), -(455,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(401,337,o), -(357,378,o), -(357,444,cs), -(357,510,o), -(400,554,o), -(464,554,cs), -(529,554,o), -(573,514,o), -(573,448,cs), -(573,387,o), -(532,337,o), -(463,337,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -masterId = master01; -pos = (668,540); -ref = sixinferior; -} -); -width = 891; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(566,143,o), -(634,229,o), -(634,363,cs), -(634,523,o), -(557,587,o), -(449,587,cs), -(349,587,o), -(279,524,o), -(279,432,cs), -(279,352,o), -(333,298,o), -(415,298,cs), -(457,298,o), -(488,311,o), -(504,328,c), -(509,328,l), -(509,277,o), -(483,251,o), -(447,251,cs), -(430,251,o), -(408,257,o), -(403,272,c), -(274,272,l), -(285,194,o), -(347,143,o), -(443,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(425,391,o), -(406,408,o), -(406,434,cs), -(406,459,o), -(424,476,o), -(451,476,cs), -(478,476,o), -(496,458,o), -(496,433,cs), -(496,407,o), -(477,391,o), -(451,391,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (652,542); -ref = sixinferior; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(589,142,o), -(656,210,o), -(656,379,cs), -(656,510,o), -(602,584,o), -(468,584,cs), -(363,584,o), -(290,532,o), -(290,440,cs), -(290,352,o), -(356,301,o), -(460,301,cs), -(537,301,o), -(597,333,o), -(618,395,c), -(620,395,l), -(622,258,o), -(592,173,o), -(464,173,cs), -(394,173,o), -(345,201,o), -(337,251,c), -(300,251,l), -(307,188,o), -(369,142,o), -(463,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,330,o), -(328,367,o), -(328,440,cs), -(328,508,o), -(374,554,o), -(468,554,cs), -(553,554,o), -(609,514,o), -(609,444,cs), -(609,377,o), -(558,330,o), -(466,330,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (699,536); -ref = sixinferior; -} -); -width = 903; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(571,143,o), -(675,202,o), -(675,368,cs), -(675,544,o), -(568,586,o), -(458,586,cs), -(333,586,o), -(248,530,o), -(248,429,cs), -(248,342,o), -(313,293,o), -(409,293,cs), -(457,293,o), -(500,310,o), -(520,334,c), -(526,332,l), -(524,281,o), -(497,255,o), -(453,255,cs), -(429,255,o), -(411,257,o), -(400,273,c), -(253,273,l), -(267,195,o), -(338,143,o), -(448,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(416,393,o), -(397,408,o), -(397,434,cs), -(397,459,o), -(416,474,o), -(455,474,cs), -(489,474,o), -(512,462,o), -(512,434,cs), -(512,410,o), -(494,393,o), -(454,393,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -angle = 180; -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (690,535); -ref = sixinferior; -} -); -width = 880; -} -); -metricLeft = one.sansSerifCircled; -metricRight = one.sansSerifCircled; -unicode = 9320; -userData = { -RMXScaler = { -source = nine; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.dnom.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/nine.dnom.glyph deleted file mode 100644 index 35322340..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.dnom.glyph +++ /dev/null @@ -1,506 +0,0 @@ -{ -color = 6; -glyphname = nine.dnom; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -angle = 180; -pos = (277,375); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 277; -}, -{ -background = { -shapes = ( -{ -angle = 180; -pos = (218,397); -ref = six.dnom; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -angle = 180; -pos = (268,397); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 268; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -angle = 180; -pos = (418,397); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 418; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -angle = 180; -pos = (416,375); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 416; -}, -{ -background = { -shapes = ( -{ -angle = 180; -pos = (218,397); -ref = six.dnom; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (268,397); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 268; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -angle = 180; -pos = (259,375); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 259; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (396,398); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 396; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (366,375); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 366; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (418,397); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 418; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (416,375); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 416; -}, -{ -layerId = m019; -shapes = ( -{ -angle = 180; -pos = (393,398); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 393; -}, -{ -layerId = m020; -shapes = ( -{ -angle = 180; -pos = (369,375); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 369; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -angle = 180; -pos = (241,395); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 266; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -angle = 180; -pos = (240,374); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 275; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -angle = 180; -pos = (372,395); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 397; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -angle = 180; -pos = (347,374); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 382; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -angle = 180; -pos = (399,395); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 424; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -angle = 180; -pos = (380,373); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 415; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = nine; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/nine.glyph deleted file mode 100644 index ded3d7fe..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.glyph +++ /dev/null @@ -1,777 +0,0 @@ -{ -color = 6; -glyphname = nine; -kernLeft = KO_nine; -kernRight = KO_zero; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -angle = 180; -pos = (495,729); -ref = six; -} -); -width = 495; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (395,729); -ref = six; -} -); -width = 395; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -angle = 180; -pos = (681,729); -ref = six; -} -); -width = 681; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(566,-9,o), -(720,104,o), -(720,367,cs), -(720,652,o), -(549,730,o), -(364,730,cs), -(161,730,o), -(22,638,o), -(22,469,cs), -(22,337,o), -(119,244,o), -(296,244,cs), -(384,244,o), -(460,276,o), -(487,324,c), -(497,322,l), -(502,211,o), -(445,159,o), -(358,159,cs), -(307,159,o), -(268,167,o), -(250,204,c), -(31,204,l), -(58,58,o), -(184,-9,o), -(360,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(285,394,o), -(244,423,o), -(244,479,cs), -(244,530,o), -(282,563,o), -(360,563,cs), -(429,563,o), -(475,536,o), -(475,480,cs), -(475,429,o), -(437,394,o), -(358,394,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -angle = 180; -pos = (734,729); -ref = six; -} -); -width = 734; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (390,726); -ref = six; -} -); -width = 390; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -angle = 180; -pos = (471,729); -ref = six; -} -); -width = 471; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (596,728); -ref = six; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 596; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(507,-9,o), -(617,118,o), -(617,365,cs), -(617,621,o), -(501,730,o), -(326,730,cs), -(160,730,o), -(48,639,o), -(48,477,cs), -(48,334,o), -(138,238,o), -(274,238,cs), -(338,238,o), -(389,260,o), -(414,294,c), -(422,294,l), -(425,199,o), -(384,155,o), -(320,155,cs), -(281,155,o), -(249,171,o), -(240,195,c), -(53,195,l), -(67,73,o), -(164,-9,o), -(319,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,379,o), -(237,415,o), -(237,472,cs), -(237,529,o), -(270,565,o), -(323,565,cs), -(376,565,o), -(409,529,o), -(409,472,cs), -(409,415,o), -(376,379,o), -(323,379,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (622,727); -ref = six; -} -); -width = 622; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (673,727); -ref = six; -} -); -width = 673; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(566,-9,o), -(720,104,o), -(720,367,cs), -(720,652,o), -(549,730,o), -(364,730,cs), -(161,730,o), -(22,638,o), -(22,469,cs), -(22,337,o), -(119,244,o), -(296,244,cs), -(384,244,o), -(460,276,o), -(487,324,c), -(497,322,l), -(502,211,o), -(445,159,o), -(358,159,cs), -(307,159,o), -(268,167,o), -(250,204,c), -(31,204,l), -(58,58,o), -(184,-9,o), -(360,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(285,394,o), -(244,423,o), -(244,479,cs), -(244,530,o), -(282,563,o), -(360,563,cs), -(429,563,o), -(475,536,o), -(475,480,cs), -(475,429,o), -(437,394,o), -(358,394,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (725,727); -ref = six; -} -); -width = 725; -}, -{ -layerId = m019; -shapes = ( -{ -angle = 180; -pos = (605,729); -ref = six; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 605; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(507,-9,o), -(617,118,o), -(617,365,cs), -(617,621,o), -(501,730,o), -(326,730,cs), -(160,730,o), -(48,639,o), -(48,477,cs), -(48,334,o), -(138,238,o), -(274,238,cs), -(338,238,o), -(389,260,o), -(414,294,c), -(422,294,l), -(425,199,o), -(384,155,o), -(320,155,cs), -(281,155,o), -(249,171,o), -(240,195,c), -(53,195,l), -(67,73,o), -(164,-9,o), -(319,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,379,o), -(237,415,o), -(237,472,cs), -(237,529,o), -(270,565,o), -(323,565,cs), -(376,565,o), -(409,529,o), -(409,472,cs), -(409,415,o), -(376,379,o), -(323,379,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -angle = 180; -pos = (649,729); -ref = six; -} -); -width = 649; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -angle = 180; -pos = (432,729); -ref = six; -} -); -width = 388; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -angle = 180; -pos = (531,729); -ref = six; -} -); -width = 492; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(433,-10,o), -(558,162,o), -(558,462,cs), -(558,630,o), -(486,729,o), -(338,729,cs), -(191,729,o), -(98,614,o), -(98,476,cs), -(98,351,o), -(184,268,o), -(300,268,cs), -(399,268,o), -(485,318,o), -(520,408,c), -(524,408,l), -(506,162,o), -(403,24,o), -(245,24,cs), -(154,24,o), -(88,73,o), -(79,161,c), -(41,161,l), -(54,58,o), -(129,-10,o), -(246,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(205,302,o), -(137,371,o), -(137,476,cs), -(137,607,o), -(219,695,o), -(343,695,cs), -(445,695,o), -(513,628,o), -(513,510,cs), -(513,388,o), -(430,302,o), -(307,302,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -angle = 180; -pos = (657,729); -ref = six; -} -); -width = 613; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(511,-8,o), -(613,147,o), -(638,359,cs), -(664,580,o), -(585,729,o), -(386,729,cs), -(239,729,o), -(126,645,o), -(104,496,cs), -(83,344,o), -(165,243,o), -(296,243,cs), -(347,243,o), -(399,257,o), -(429,288,c), -(436,285,l), -(420,202,o), -(376,154,o), -(314,154,cs), -(270,154,o), -(242,173,o), -(237,206,c), -(49,206,l), -(57,78,o), -(157,-8,o), -(298,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(304,377,o), -(282,423,o), -(291,481,cs), -(299,533,o), -(331,567,o), -(382,567,cs), -(437,567,o), -(459,521,o), -(450,463,cs), -(442,411,o), -(410,377,o), -(359,377,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -angle = 180; -pos = (686,729); -ref = six; -} -); -width = 648; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(532,-10,o), -(685,141,o), -(695,440,cs), -(700,624,o), -(601,729,o), -(402,729,cs), -(221,729,o), -(103,627,o), -(103,474,cs), -(103,335,o), -(210,255,o), -(366,255,cs), -(493,255,o), -(609,308,o), -(652,408,c), -(655,408,l), -(639,179,o), -(528,24,o), -(315,24,cs), -(193,24,o), -(103,87,o), -(89,182,c), -(53,183,l), -(67,67,o), -(171,-10,o), -(314,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(236,287,o), -(142,353,o), -(142,475,cs), -(142,612,o), -(241,695,o), -(404,695,cs), -(552,695,o), -(649,619,o), -(649,502,cs), -(649,377,o), -(537,287,o), -(373,287,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -angle = 180; -pos = (744,729); -ref = six; -} -); -width = 700; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(567,-10,o), -(716,140,o), -(725,412,cs), -(733,624,o), -(602,729,o), -(400,729,cs), -(198,729,o), -(57,633,o), -(51,467,cs), -(46,334,o), -(145,246,o), -(318,246,cs), -(388,246,o), -(455,265,o), -(480,292,c), -(489,289,l), -(475,205,o), -(412,158,o), -(329,158,cs), -(268,158,o), -(225,178,o), -(218,212,c), -(4,213,l), -(17,80,o), -(105,-10,o), -(330,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,391,o), -(269,423,o), -(271,470,cs), -(273,535,o), -(323,562,o), -(396,562,cs), -(459,562,o), -(502,533,o), -(500,482,cs), -(498,425,o), -(456,391,o), -(375,391,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -angle = 180; -pos = (770,729); -ref = six; -} -); -width = 732; -} -); -unicode = 57; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.numr.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/nine.numr.glyph deleted file mode 100644 index a80add76..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.numr.glyph +++ /dev/null @@ -1,478 +0,0 @@ -{ -color = 6; -glyphname = nine.numr; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,354); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 277; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,333); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 268; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,333); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 418; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,354); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 416; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 268; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,354); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 259; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,332); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nine.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nine.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 396; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nine.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nine.dnom; -}; -width = 366; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 418; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 416; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,332); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nine.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nine.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 393; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,354); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nine.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nine.dnom; -}; -width = 369; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (69,333); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 266; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (73,354); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 275; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (69,332); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 397; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (73,354); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 382; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (69,333); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 424; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (73,354); -ref = nine.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 415; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = nine; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.tf.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/nine.tf.glyph deleted file mode 100644 index 2c40be36..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/nine.tf.glyph +++ /dev/null @@ -1,485 +0,0 @@ -{ -color = 6; -glyphname = nine.tf; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (480,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (480,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (720,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (720,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (480,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (464,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 464; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (600,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 600; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (578,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 578; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (720,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (720,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (593,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (581,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (524,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (519,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (644,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 85; -}; -}; -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (638,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (764,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (758,729); -ref = six.tf; -} -); -userData = { -RMXScaler = { -keepStroke = 80; -monoWidth = 700; -}; -}; -width = 720; -} -); -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -RMXScaler = { -source = nine; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/nineinferior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/nineinferior.glyph deleted file mode 100644 index c067da6a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/nineinferior.glyph +++ /dev/null @@ -1,590 +0,0 @@ -{ -color = 6; -glyphname = nineinferior; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -partSelection = { -Width = 1; -Weight = 2; -Slant = 2; -}; -shapes = ( -{ -angle = 180; -pos = (307,353); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 307; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -partSelection = { -Width = 1; -Weight = 1; -Slant = 2; -}; -shapes = ( -{ -angle = 180; -pos = (281,352); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 281; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -Width = 2; -Weight = 1; -Slant = 2; -}; -shapes = ( -{ -angle = 180; -pos = (447,352); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 447; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -Width = 2; -Weight = 2; -Slant = 2; -}; -shapes = ( -{ -angle = 180; -pos = (461,353); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 461; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -partSelection = { -Width = 1; -Weight = 1; -Slant = 2; -}; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (281,352); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 281; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -partSelection = { -Width = 1; -Weight = 2; -Slant = 2; -}; -shapes = ( -{ -angle = 180; -pos = (289,353); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 289; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -partSelection = { -Weight = 1; -Slant = 2; -}; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (417,353); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 417; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -partSelection = { -Weight = 2; -Slant = 2; -}; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (400,354); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 400; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -partSelection = { -Width = 2; -Weight = 1; -Slant = 2; -}; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (447,352); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 447; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -partSelection = { -Width = 2; -Weight = 2; -Slant = 2; -}; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (461,353); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 461; -}, -{ -layerId = m019; -partSelection = { -Weight = 1; -Slant = 2; -}; -shapes = ( -{ -angle = 180; -pos = (414,353); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 414; -}, -{ -layerId = m020; -partSelection = { -Weight = 2; -Slant = 2; -}; -shapes = ( -{ -angle = 180; -pos = (403,354); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 403; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -partSelection = { -Width = 1; -Weight = 1; -Slant = 1; -}; -shapes = ( -{ -angle = 180; -pos = (245,351); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 279; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -partSelection = { -Width = 1; -Weight = 2; -Slant = 1; -}; -shapes = ( -{ -angle = 180; -pos = (265,352); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 304; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -partSelection = { -Weight = 1; -Slant = 1; -}; -shapes = ( -{ -angle = 180; -pos = (383,351); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 417; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -partSelection = { -Weight = 2; -Slant = 1; -}; -shapes = ( -{ -angle = 180; -pos = (377,351); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 417; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -partSelection = { -Width = 2; -Weight = 1; -Slant = 1; -}; -shapes = ( -{ -angle = 180; -pos = (418,351); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 452; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -partSelection = { -Width = 2; -Weight = 2; -Slant = 1; -}; -shapes = ( -{ -angle = 180; -pos = (416,350); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 456; -} -); -partsSettings = ( -{ -bottomValue = 75; -name = Width; -topValue = 125; -}, -{ -bottomValue = 200; -name = Weight; -topValue = 900; -}, -{ -bottomValue = -12; -name = Slant; -topValue = 0; -} -); -unicode = 8329; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = nine; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ninesuperior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ninesuperior.glyph deleted file mode 100644 index 4e686561..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ninesuperior.glyph +++ /dev/null @@ -1,480 +0,0 @@ -{ -color = 6; -glyphname = ninesuperior; -kernLeft = KO_ninesuperior; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 307; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 281; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 447; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 461; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 281; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 289; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nineinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nineinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 417; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nineinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nineinferior; -}; -width = 400; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 447; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 461; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nineinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nineinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 414; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = nineinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = nineinferior; -}; -width = 403; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (78,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 279; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (78,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 304; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (78,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 417; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (78,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 417; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (78,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 452; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (78,376); -ref = nineinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 456; -} -); -unicode = 8313; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = nine; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/notequal.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/notequal.glyph deleted file mode 100644 index 2b584dd8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/notequal.glyph +++ /dev/null @@ -1,651 +0,0 @@ -{ -color = 0; -glyphname = notequal; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,101,l), -(406,630,l), -(275,630,l), -(74,101,l) -); -}, -{ -closed = 1; -nodes = ( -(462,171,l), -(462,311,l), -(18,311,l), -(18,171,l) -); -}, -{ -closed = 1; -nodes = ( -(462,411,l), -(462,551,l), -(18,551,l), -(18,411,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(155,101,l), -(356,630,l), -(325,630,l), -(124,101,l) -); -}, -{ -closed = 1; -nodes = ( -(433,247,l), -(433,275,l), -(47,275,l), -(47,247,l) -); -}, -{ -closed = 1; -nodes = ( -(433,447,l), -(433,475,l), -(47,475,l), -(47,447,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,101,l), -(500,630,l), -(465,630,l), -(220,101,l) -); -}, -{ -closed = 1; -nodes = ( -(607,227,l), -(607,259,l), -(112,259,l), -(112,227,l) -); -}, -{ -closed = 1; -nodes = ( -(607,464,l), -(607,496,l), -(112,496,l), -(112,464,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,51,l), -(566,680,l), -(446,680,l), -(155,51,l) -); -}, -{ -closed = 1; -nodes = ( -(611,137,l), -(611,311,l), -(110,311,l), -(110,137,l) -); -}, -{ -closed = 1; -nodes = ( -(611,411,l), -(611,585,l), -(110,585,l), -(110,411,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(135,101,l), -(336,630,l), -(305,630,l), -(104,101,l) -); -}, -{ -closed = 1; -nodes = ( -(413,247,l), -(413,275,l), -(27,275,l), -(27,247,l) -); -}, -{ -closed = 1; -nodes = ( -(413,447,l), -(413,475,l), -(27,475,l), -(27,447,l) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(195,101,l), -(396,630,l), -(265,630,l), -(64,101,l) -); -}, -{ -closed = 1; -nodes = ( -(452,171,l), -(452,311,l), -(8,311,l), -(8,171,l) -); -}, -{ -closed = 1; -nodes = ( -(452,411,l), -(452,551,l), -(8,551,l), -(8,411,l) -); -} -); -width = 460; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,101,l), -(420,630,l), -(385,630,l), -(140,101,l) -); -}, -{ -closed = 1; -nodes = ( -(519,235,l), -(519,267,l), -(41,267,l), -(41,235,l) -); -}, -{ -closed = 1; -nodes = ( -(519,455,l), -(519,487,l), -(41,487,l), -(41,455,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( --2, --2 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( --2, --2 -); -stem = -2; -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,101,l), -(458,630,l), -(339,630,l), -(94,101,l) -); -}, -{ -closed = 1; -nodes = ( -(513,166,l), -(513,315,l), -(40,315,l), -(40,166,l) -); -}, -{ -closed = 1; -nodes = ( -(513,406,l), -(513,555,l), -(40,555,l), -(40,406,l) -); -} -); -width = 552; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,101,l), -(490,630,l), -(455,630,l), -(210,101,l) -); -}, -{ -closed = 1; -nodes = ( -(597,227,l), -(597,259,l), -(102,259,l), -(102,227,l) -); -}, -{ -closed = 1; -nodes = ( -(597,464,l), -(597,496,l), -(102,496,l), -(102,464,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(266,51,l), -(556,680,l), -(436,680,l), -(145,51,l) -); -}, -{ -closed = 1; -nodes = ( -(601,137,l), -(601,311,l), -(100,311,l), -(100,137,l) -); -}, -{ -closed = 1; -nodes = ( -(601,411,l), -(601,585,l), -(100,585,l), -(100,411,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(196,101,l), -(435,630,l), -(400,630,l), -(159,101,l) -); -}, -{ -closed = 1; -nodes = ( -(532,235,l), -(532,267,l), -(62,267,l), -(62,235,l) -); -}, -{ -closed = 1; -nodes = ( -(532,455,l), -(532,487,l), -(62,487,l), -(62,455,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( --2, --2 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( --2, --2 -); -stem = -2; -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(233,101,l), -(468,630,l), -(351,630,l), -(114,101,l) -); -}, -{ -closed = 1; -nodes = ( -(521,166,l), -(521,315,l), -(62,315,l), -(62,166,l) -); -}, -{ -closed = 1; -nodes = ( -(521,406,l), -(521,555,l), -(62,555,l), -(62,406,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(124,100,l), -(433,630,l), -(402,630,l), -(92,100,l) -); -}, -{ -closed = 1; -nodes = ( -(429,247,l), -(435,275,l), -(53,275,l), -(47,247,l) -); -}, -{ -closed = 1; -nodes = ( -(471,447,l), -(477,475,l), -(95,475,l), -(89,447,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(164,100,l), -(473,630,l), -(352,630,l), -(42,100,l) -); -}, -{ -closed = 1; -nodes = ( -(438,171,l), -(467,311,l), -(28,311,l), -(-2,171,l) -); -}, -{ -closed = 1; -nodes = ( -(488,411,l), -(517,551,l), -(78,551,l), -(48,411,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(165,101,l), -(517,629,l), -(478,629,l), -(125,101,l) -); -}, -{ -closed = 1; -nodes = ( -(531,235,l), -(538,267,l), -(65,267,l), -(57,235,l) -); -}, -{ -closed = 1; -nodes = ( -(577,455,l), -(583,487,l), -(110,487,l), -(104,455,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(203,101,l), -(555,629,l), -(435,629,l), -(82,101,l) -); -}, -{ -closed = 1; -nodes = ( -(512,166,l), -(543,315,l), -(75,315,l), -(44,166,l) -); -}, -{ -closed = 1; -nodes = ( -(562,406,l), -(594,555,l), -(126,555,l), -(94,406,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(225,101,l), -(576,629,l), -(537,629,l), -(184,101,l) -); -}, -{ -closed = 1; -nodes = ( -(597,227,l), -(604,259,l), -(114,259,l), -(107,227,l) -); -}, -{ -closed = 1; -nodes = ( -(647,464,l), -(653,496,l), -(163,496,l), -(157,464,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,102,l), -(616,630,l), -(495,630,l), -(142,102,l) -); -}, -{ -closed = 1; -nodes = ( -(579,137,l), -(616,311,l), -(120,311,l), -(83,137,l) -); -}, -{ -closed = 1; -nodes = ( -(636,411,l), -(673,585,l), -(177,585,l), -(140,411,l) -); -} -); -width = 720; -} -); -metricLeft = equal; -metricRight = equal; -unicode = 8800; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ntilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ntilde.glyph deleted file mode 100644 index f83716a0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ntilde.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = ntilde; -kernLeft = KO_n; -kernRight = KO_n; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = n; -}, -{ -pos = (39,-156); -ref = tildecomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = n; -}, -{ -pos = (7,-138); -ref = tildecomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = n; -}, -{ -pos = (112,-155); -ref = tildecomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = n; -}, -{ -pos = (103,-129); -ref = tildecomb; -} -); -width = 722; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = n; -}, -{ -pos = (33,-156); -ref = tildecomb; -} -); -width = 303; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = n; -}, -{ -pos = (4,-138); -ref = tildecomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = n; -}, -{ -pos = (98,-155); -ref = tildecomb; -} -); -width = 530; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = n; -}, -{ -pos = (66,-134); -ref = tildecomb; -} -); -width = 608; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (112,-155); -ref = tildecomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (103,-129); -ref = tildecomb; -} -); -width = 722; -}, -{ -layerId = m019; -shapes = ( -{ -ref = n; -}, -{ -pos = (92,-155); -ref = tildecomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = n; -}, -{ -pos = (62,-134); -ref = tildecomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = n; -}, -{ -pos = (16,-156); -ref = tildecomb; -} -); -width = 352; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = n; -}, -{ -pos = (-13,-138); -ref = tildecomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = n; -}, -{ -pos = (78,-155); -ref = tildecomb; -} -); -width = 568; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = n; -}, -{ -pos = (45,-134); -ref = tildecomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = n; -}, -{ -pos = (90,-155); -ref = tildecomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = n; -}, -{ -pos = (88,-134); -ref = tildecomb; -} -); -width = 714; -} -); -unicode = 241; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/numbersign.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/numbersign.glyph deleted file mode 100644 index f6735f7c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/numbersign.glyph +++ /dev/null @@ -1,1050 +0,0 @@ -{ -glyphname = numbersign; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(241,0,l), -(241,192,l), -(322,192,l), -(322,0,l), -(459,0,l), -(459,192,l), -(549,192,l), -(549,315,l), -(459,315,l), -(459,417,l), -(549,417,l), -(549,540,l), -(459,540,l), -(459,729,l), -(322,729,l), -(322,540,l), -(241,540,l), -(241,729,l), -(103,729,l), -(103,540,l), -(13,540,l), -(13,417,l), -(103,417,l), -(103,315,l), -(13,315,l), -(13,192,l), -(103,192,l), -(103,0,l) -); -}, -{ -closed = 1; -nodes = ( -(241,417,l), -(322,417,l), -(322,315,l), -(241,315,l) -); -} -); -width = 562; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,0,l), -(152,265,l), -(273,265,l), -(273,0,l), -(301,0,l), -(301,265,l), -(413,265,l), -(413,291,l), -(301,291,l), -(301,462,l), -(413,462,l), -(413,488,l), -(301,488,l), -(301,729,l), -(273,729,l), -(273,488,l), -(152,488,l), -(152,729,l), -(124,729,l), -(124,488,l), -(6,488,l), -(6,462,l), -(124,462,l), -(124,291,l), -(6,291,l), -(6,265,l), -(124,265,l), -(124,0,l) -); -}, -{ -closed = 1; -nodes = ( -(152,462,l), -(273,462,l), -(273,291,l), -(152,291,l) -); -} -); -width = 419; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(230,245,l), -(440,245,l), -(440,0,l), -(472,0,l), -(472,245,l), -(645,245,l), -(645,273,l), -(472,273,l), -(472,480,l), -(645,480,l), -(645,507,l), -(472,507,l), -(472,729,l), -(440,729,l), -(440,507,l), -(230,507,l), -(230,729,l), -(198,729,l), -(198,507,l), -(19,507,l), -(19,480,l), -(198,480,l), -(198,273,l), -(19,273,l), -(19,245,l), -(198,245,l), -(198,0,l) -); -}, -{ -closed = 1; -nodes = ( -(230,480,l), -(440,480,l), -(440,273,l), -(230,273,l) -); -} -); -width = 663; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(307,0,l), -(307,166,l), -(433,166,l), -(433,0,l), -(595,0,l), -(595,166,l), -(726,166,l), -(726,302,l), -(595,302,l), -(595,430,l), -(726,430,l), -(726,566,l), -(595,566,l), -(595,729,l), -(433,729,l), -(433,566,l), -(307,566,l), -(307,729,l), -(145,729,l), -(145,566,l), -(14,566,l), -(14,430,l), -(145,430,l), -(145,302,l), -(14,302,l), -(14,166,l), -(145,166,l), -(145,0,l) -); -}, -{ -closed = 1; -nodes = ( -(307,430,l), -(433,430,l), -(433,302,l), -(307,302,l) -); -} -); -width = 740; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(144,0,l), -(144,265,l), -(265,265,l), -(265,0,l), -(293,0,l), -(293,265,l), -(405,265,l), -(405,291,l), -(293,291,l), -(293,462,l), -(405,462,l), -(405,488,l), -(293,488,l), -(293,729,l), -(265,729,l), -(265,488,l), -(144,488,l), -(144,729,l), -(116,729,l), -(116,488,l), -(-2,488,l), -(-2,462,l), -(116,462,l), -(116,291,l), -(-2,291,l), -(-2,265,l), -(116,265,l), -(116,0,l) -); -}, -{ -closed = 1; -nodes = ( -(144,462,l), -(265,462,l), -(265,291,l), -(144,291,l) -); -} -); -width = 403; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,0,l), -(232,192,l), -(313,192,l), -(313,0,l), -(450,0,l), -(450,192,l), -(540,192,l), -(540,315,l), -(450,315,l), -(450,417,l), -(540,417,l), -(540,540,l), -(450,540,l), -(450,729,l), -(313,729,l), -(313,540,l), -(232,540,l), -(232,729,l), -(94,729,l), -(94,540,l), -(4,540,l), -(4,417,l), -(94,417,l), -(94,315,l), -(4,315,l), -(4,192,l), -(94,192,l), -(94,0,l) -); -}, -{ -closed = 1; -nodes = ( -(232,417,l), -(313,417,l), -(313,315,l), -(232,315,l) -); -} -); -width = 544; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,0,l), -(202,245,l), -(387,245,l), -(387,0,l), -(419,0,l), -(419,245,l), -(576,245,l), -(576,273,l), -(419,273,l), -(419,480,l), -(576,480,l), -(576,507,l), -(419,507,l), -(419,729,l), -(387,729,l), -(387,507,l), -(202,507,l), -(202,729,l), -(170,729,l), -(170,507,l), -(7,507,l), -(7,480,l), -(170,480,l), -(170,273,l), -(7,273,l), -(7,245,l), -(170,245,l), -(170,0,l) -); -}, -{ -closed = 1; -nodes = ( -(202,480,l), -(387,480,l), -(387,273,l), -(202,273,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -21 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -} -); -}; -width = 583; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,0,l), -(271,182,l), -(385,182,l), -(385,0,l), -(525,0,l), -(525,182,l), -(648,182,l), -(648,309,l), -(525,309,l), -(525,423,l), -(648,423,l), -(648,551,l), -(525,551,l), -(525,729,l), -(385,729,l), -(385,551,l), -(271,551,l), -(271,729,l), -(129,729,l), -(129,551,l), -(5,551,l), -(5,423,l), -(129,423,l), -(129,309,l), -(5,309,l), -(5,182,l), -(129,182,l), -(129,0,l) -); -}, -{ -closed = 1; -nodes = ( -(271,423,l), -(385,423,l), -(385,309,l), -(271,309,l) -); -} -); -width = 653; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,0,l), -(220,245,l), -(430,245,l), -(430,0,l), -(462,0,l), -(462,245,l), -(635,245,l), -(635,273,l), -(462,273,l), -(462,480,l), -(635,480,l), -(635,507,l), -(462,507,l), -(462,729,l), -(430,729,l), -(430,507,l), -(220,507,l), -(220,729,l), -(188,729,l), -(188,507,l), -(9,507,l), -(9,480,l), -(188,480,l), -(188,273,l), -(9,273,l), -(9,245,l), -(188,245,l), -(188,0,l) -); -}, -{ -closed = 1; -nodes = ( -(220,480,l), -(430,480,l), -(430,273,l), -(220,273,l) -); -} -); -width = 643; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(297,0,l), -(297,166,l), -(423,166,l), -(423,0,l), -(585,0,l), -(585,166,l), -(716,166,l), -(716,302,l), -(585,302,l), -(585,430,l), -(716,430,l), -(716,566,l), -(585,566,l), -(585,729,l), -(423,729,l), -(423,566,l), -(297,566,l), -(297,729,l), -(135,729,l), -(135,566,l), -(4,566,l), -(4,430,l), -(135,430,l), -(135,302,l), -(4,302,l), -(4,166,l), -(135,166,l), -(135,0,l) -); -}, -{ -closed = 1; -nodes = ( -(297,430,l), -(423,430,l), -(423,302,l), -(297,302,l) -); -} -); -width = 720; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(226,0,l), -(226,245,l), -(407,245,l), -(407,0,l), -(439,0,l), -(439,245,l), -(592,245,l), -(592,273,l), -(439,273,l), -(439,480,l), -(592,480,l), -(592,507,l), -(439,507,l), -(439,729,l), -(407,729,l), -(407,507,l), -(226,507,l), -(226,729,l), -(194,729,l), -(194,507,l), -(35,507,l), -(35,480,l), -(194,480,l), -(194,273,l), -(35,273,l), -(35,245,l), -(194,245,l), -(194,0,l) -); -}, -{ -closed = 1; -nodes = ( -(226,480,l), -(407,480,l), -(407,273,l), -(226,273,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -21 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -} -); -}; -width = 626; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(285,0,l), -(285,182,l), -(394,182,l), -(394,0,l), -(533,0,l), -(533,182,l), -(651,182,l), -(651,309,l), -(533,309,l), -(533,423,l), -(651,423,l), -(651,551,l), -(533,551,l), -(533,729,l), -(394,729,l), -(394,551,l), -(285,551,l), -(285,729,l), -(145,729,l), -(145,551,l), -(25,551,l), -(25,423,l), -(145,423,l), -(145,309,l), -(25,309,l), -(25,182,l), -(145,182,l), -(145,0,l) -); -}, -{ -closed = 1; -nodes = ( -(285,423,l), -(394,423,l), -(394,309,l), -(285,309,l) -); -} -); -width = 675; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(99,0,l), -(153,265,l), -(274,265,l), -(220,0,l), -(248,0,l), -(302,265,l), -(414,265,l), -(420,291,l), -(308,291,l), -(343,462,l), -(455,462,l), -(461,488,l), -(349,488,l), -(398,729,l), -(370,729,l), -(321,488,l), -(200,488,l), -(249,729,l), -(221,729,l), -(172,488,l), -(54,488,l), -(48,462,l), -(166,462,l), -(131,291,l), -(13,291,l), -(7,265,l), -(125,265,l), -(71,0,l) -); -}, -{ -closed = 1; -nodes = ( -(194,462,l), -(315,462,l), -(280,291,l), -(159,291,l) -); -} -); -width = 419; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,0,l), -(225,192,l), -(306,192,l), -(267,0,l), -(404,0,l), -(443,192,l), -(533,192,l), -(559,315,l), -(469,315,l), -(490,417,l), -(580,417,l), -(605,540,l), -(515,540,l), -(554,729,l), -(417,729,l), -(378,540,l), -(297,540,l), -(336,729,l), -(198,729,l), -(159,540,l), -(69,540,l), -(44,417,l), -(134,417,l), -(113,315,l), -(23,315,l), -(-3,192,l), -(87,192,l), -(48,0,l) -); -}, -{ -closed = 1; -nodes = ( -(272,417,l), -(353,417,l), -(332,315,l), -(251,315,l) -); -} -); -width = 563; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,0,l), -(224,245,l), -(409,245,l), -(359,0,l), -(391,0,l), -(441,245,l), -(598,245,l), -(604,273,l), -(447,273,l), -(490,480,l), -(647,480,l), -(653,507,l), -(496,507,l), -(541,729,l), -(509,729,l), -(464,507,l), -(279,507,l), -(324,729,l), -(292,729,l), -(247,507,l), -(84,507,l), -(78,480,l), -(241,480,l), -(198,273,l), -(35,273,l), -(29,245,l), -(192,245,l), -(142,0,l) -); -}, -{ -closed = 1; -nodes = ( -(273,480,l), -(458,480,l), -(415,273,l), -(230,273,l) -); -} -); -width = 633; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,0,l), -(273,182,l), -(387,182,l), -(350,0,l), -(490,0,l), -(527,182,l), -(650,182,l), -(677,309,l), -(554,309,l), -(577,423,l), -(700,423,l), -(727,551,l), -(604,551,l), -(640,729,l), -(500,729,l), -(464,551,l), -(350,551,l), -(386,729,l), -(244,729,l), -(208,551,l), -(84,551,l), -(57,423,l), -(181,423,l), -(158,309,l), -(34,309,l), -(7,182,l), -(131,182,l), -(94,0,l) -); -}, -{ -closed = 1; -nodes = ( -(323,423,l), -(437,423,l), -(414,309,l), -(300,309,l) -); -} -); -width = 695; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,0,l), -(226,245,l), -(436,245,l), -(386,0,l), -(418,0,l), -(468,245,l), -(641,245,l), -(647,273,l), -(474,273,l), -(517,480,l), -(690,480,l), -(696,507,l), -(523,507,l), -(568,729,l), -(536,729,l), -(491,507,l), -(281,507,l), -(326,729,l), -(294,729,l), -(249,507,l), -(70,507,l), -(64,480,l), -(243,480,l), -(200,273,l), -(21,273,l), -(15,245,l), -(194,245,l), -(144,0,l) -); -}, -{ -closed = 1; -nodes = ( -(275,480,l), -(485,480,l), -(442,273,l), -(232,273,l) -); -} -); -width = 663; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,0,l), -(285,166,l), -(411,166,l), -(377,0,l), -(539,0,l), -(573,166,l), -(704,166,l), -(732,302,l), -(601,302,l), -(628,430,l), -(759,430,l), -(787,566,l), -(656,566,l), -(689,729,l), -(527,729,l), -(494,566,l), -(368,566,l), -(401,729,l), -(239,729,l), -(206,566,l), -(75,566,l), -(47,430,l), -(178,430,l), -(151,302,l), -(20,302,l), -(-8,166,l), -(123,166,l), -(89,0,l) -); -}, -{ -closed = 1; -nodes = ( -(340,430,l), -(466,430,l), -(439,302,l), -(313,302,l) -); -} -); -width = 740; -} -); -unicode = 35; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/numero.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/numero.glyph deleted file mode 100644 index 41321ac4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/numero.glyph +++ /dev/null @@ -1,1340 +0,0 @@ -{ -glyphname = numero; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(109,0,l), -(109,410,l), -(106,685,l), -(112,685,l), -(342,0,l), -(392,0,l), -(392,729,l), -(361,729,l), -(361,328,l), -(364,39,l), -(359,39,l), -(128,729,l), -(78,729,l), -(78,0,l) -); -}, -{ -closed = 1; -nodes = ( -(627,243,l), -(627,273,l), -(471,273,l), -(471,243,l) -); -}, -{ -closed = 1; -nodes = ( -(616,324,o), -(643,399,o), -(643,527,cs), -(643,655,o), -(616,729,o), -(549,729,cs), -(481,729,o), -(454,655,o), -(454,527,cs), -(454,399,o), -(481,324,o), -(549,324,cs) -); -}, -{ -closed = 1; -nodes = ( -(510,353,o), -(487,390,o), -(487,527,cs), -(487,663,o), -(510,701,o), -(549,701,cs), -(587,701,o), -(610,663,o), -(610,527,cs), -(610,390,o), -(587,353,o), -(549,353,cs) -); -} -); -width = 687; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(198,0,l), -(198,157,l), -(189,358,l), -(195,358,l), -(276,0,l), -(463,0,l), -(463,729,l), -(299,729,l), -(299,575,l), -(308,366,l), -(301,366,l), -(223,729,l), -(34,729,l), -(34,0,l) -); -}, -{ -closed = 1; -nodes = ( -(798,145,l), -(798,261,l), -(529,261,l), -(529,145,l) -); -}, -{ -closed = 1; -nodes = ( -(759,292,o), -(829,334,o), -(829,515,cs), -(829,695,o), -(759,739,o), -(663,739,cs), -(568,739,o), -(498,697,o), -(498,515,cs), -(498,333,o), -(568,292,o), -(663,292,cs) -); -}, -{ -closed = 1; -nodes = ( -(639,404,o), -(638,440,o), -(638,515,cs), -(638,591,o), -(639,625,o), -(663,625,cs), -(686,625,o), -(687,594,o), -(687,515,cs), -(687,436,o), -(686,404,o), -(663,404,cs) -); -} -); -width = 848; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(123,0,l), -(123,436,l), -(120,686,l), -(125,686,l), -(694,0,l), -(746,0,l), -(746,729,l), -(708,729,l), -(708,303,l), -(712,43,l), -(707,43,l), -(137,729,l), -(85,729,l), -(85,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1154,231,l), -(1154,263,l), -(872,263,l), -(872,231,l) -); -}, -{ -closed = 1; -nodes = ( -(1121,333,o), -(1193,403,o), -(1193,536,cs), -(1193,669,o), -(1120,739,o), -(1015,739,cs), -(910,739,o), -(837,669,o), -(837,536,cs), -(837,402,o), -(911,333,o), -(1016,333,cs) -); -}, -{ -closed = 1; -nodes = ( -(926,364,o), -(875,426,o), -(875,536,cs), -(875,646,o), -(927,707,o), -(1015,707,cs), -(1105,707,o), -(1155,645,o), -(1155,536,cs), -(1155,426,o), -(1104,364,o), -(1015,364,cs) -); -} -); -width = 1238; -}, -{ -guides = ( -{ -pos = (1182,260); -}, -{ -pos = (1182,300); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,0,l), -(286,226,l), -(279,424,l), -(288,424,l), -(570,0,l), -(842,0,l), -(842,729,l), -(615,729,l), -(615,504,l), -(621,299,l), -(613,299,l), -(331,729,l), -(55,729,l), -(55,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1381,139,l), -(1381,255,l), -(922,255,l), -(922,139,l) -); -}, -{ -closed = 1; -nodes = ( -(1308,300,o), -(1411,381,o), -(1411,519,cs), -(1411,656,o), -(1310,739,o), -(1152,739,cs), -(995,739,o), -(891,658,o), -(891,519,cs), -(891,384,o), -(991,300,o), -(1150,300,cs) -); -}, -{ -closed = 1; -nodes = ( -(1114,439,o), -(1084,452,o), -(1084,519,cs), -(1084,588,o), -(1114,601,o), -(1152,601,cs), -(1186,601,o), -(1219,588,o), -(1219,519,cs), -(1219,452,o), -(1189,439,o), -(1151,439,cs) -); -} -); -width = 1430; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,0,l), -(89,410,l), -(86,685,l), -(92,685,l), -(322,0,l), -(372,0,l), -(372,729,l), -(341,729,l), -(341,328,l), -(344,39,l), -(339,39,l), -(108,729,l), -(58,729,l), -(58,0,l) -); -}, -{ -closed = 1; -nodes = ( -(607,243,l), -(607,273,l), -(451,273,l), -(451,243,l) -); -}, -{ -closed = 1; -nodes = ( -(596,324,o), -(623,399,o), -(623,527,cs), -(623,655,o), -(596,729,o), -(529,729,cs), -(461,729,o), -(434,655,o), -(434,527,cs), -(434,399,o), -(461,324,o), -(529,324,cs) -); -}, -{ -closed = 1; -nodes = ( -(490,353,o), -(467,390,o), -(467,527,cs), -(467,663,o), -(490,701,o), -(529,701,cs), -(567,701,o), -(590,663,o), -(590,527,cs), -(590,390,o), -(567,353,o), -(529,353,cs) -); -} -); -width = 647; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(188,0,l), -(188,157,l), -(179,358,l), -(185,358,l), -(266,0,l), -(453,0,l), -(453,729,l), -(289,729,l), -(289,575,l), -(298,366,l), -(291,366,l), -(213,729,l), -(24,729,l), -(24,0,l) -); -}, -{ -closed = 1; -nodes = ( -(788,145,l), -(788,261,l), -(519,261,l), -(519,145,l) -); -}, -{ -closed = 1; -nodes = ( -(749,292,o), -(819,334,o), -(819,515,cs), -(819,695,o), -(749,739,o), -(653,739,cs), -(558,739,o), -(488,697,o), -(488,515,cs), -(488,333,o), -(558,292,o), -(653,292,cs) -); -}, -{ -closed = 1; -nodes = ( -(629,404,o), -(628,440,o), -(628,515,cs), -(628,591,o), -(629,625,o), -(653,625,cs), -(676,625,o), -(677,594,o), -(677,515,cs), -(677,436,o), -(676,404,o), -(653,404,cs) -); -} -); -width = 828; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(125,0,l), -(125,436,l), -(122,686,l), -(127,686,l), -(608,0,l), -(663,0,l), -(663,729,l), -(625,729,l), -(625,303,l), -(629,43,l), -(624,43,l), -(142,729,l), -(87,729,l), -(87,0,l) -); -}, -{ -closed = 1; -nodes = ( -(993,231,l), -(993,263,l), -(791,263,l), -(791,231,l) -); -}, -{ -closed = 1; -nodes = ( -(974,334,o), -(1030,405,o), -(1030,537,cs), -(1030,668,o), -(975,739,o), -(893,739,cs), -(810,739,o), -(754,669,o), -(754,537,cs), -(754,406,o), -(809,334,o), -(893,334,cs) -); -}, -{ -closed = 1; -nodes = ( -(828,366,o), -(791,425,o), -(791,537,cs), -(791,648,o), -(828,707,o), -(893,707,cs), -(956,707,o), -(993,649,o), -(993,537,cs), -(993,425,o), -(956,366,o), -(893,366,cs) -); -} -); -width = 1078; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(253,0,l), -(253,236,l), -(246,431,l), -(252,431,l), -(487,0,l), -(718,0,l), -(718,729,l), -(523,729,l), -(523,504,l), -(530,289,l), -(524,289,l), -(291,729,l), -(46,729,l), -(46,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1131,139,l), -(1131,255,l), -(802,255,l), -(802,139,l) -); -}, -{ -closed = 1; -nodes = ( -(1081,292,o), -(1160,363,o), -(1160,516,cs), -(1160,668,o), -(1081,739,o), -(966,739,cs), -(852,739,o), -(773,668,o), -(773,516,cs), -(773,363,o), -(852,292,o), -(966,292,cs) -); -}, -{ -closed = 1; -nodes = ( -(930,411,o), -(919,451,o), -(919,516,cs), -(919,580,o), -(930,620,o), -(966,620,cs), -(1003,620,o), -(1014,580,o), -(1014,516,cs), -(1014,451,o), -(1003,411,o), -(966,411,cs) -); -} -); -width = 1177; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(113,0,l), -(113,436,l), -(110,686,l), -(115,686,l), -(684,0,l), -(736,0,l), -(736,729,l), -(698,729,l), -(698,303,l), -(702,43,l), -(697,43,l), -(127,729,l), -(75,729,l), -(75,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1144,231,l), -(1144,263,l), -(862,263,l), -(862,231,l) -); -}, -{ -closed = 1; -nodes = ( -(1111,333,o), -(1183,403,o), -(1183,536,cs), -(1183,669,o), -(1110,739,o), -(1005,739,cs), -(900,739,o), -(827,669,o), -(827,536,cs), -(827,402,o), -(901,333,o), -(1006,333,cs) -); -}, -{ -closed = 1; -nodes = ( -(916,364,o), -(865,426,o), -(865,536,cs), -(865,646,o), -(917,707,o), -(1005,707,cs), -(1095,707,o), -(1145,645,o), -(1145,536,cs), -(1145,426,o), -(1094,364,o), -(1005,364,cs) -); -} -); -width = 1218; -}, -{ -guides = ( -{ -pos = (1172,260); -}, -{ -pos = (1172,300); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,226,l), -(269,424,l), -(278,424,l), -(560,0,l), -(832,0,l), -(832,729,l), -(605,729,l), -(605,504,l), -(611,299,l), -(603,299,l), -(321,729,l), -(45,729,l), -(45,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1371,139,l), -(1371,255,l), -(912,255,l), -(912,139,l) -); -}, -{ -closed = 1; -nodes = ( -(1298,300,o), -(1401,381,o), -(1401,519,cs), -(1401,656,o), -(1300,739,o), -(1142,739,cs), -(985,739,o), -(881,658,o), -(881,519,cs), -(881,384,o), -(981,300,o), -(1140,300,cs) -); -}, -{ -closed = 1; -nodes = ( -(1104,439,o), -(1074,452,o), -(1074,519,cs), -(1074,588,o), -(1104,601,o), -(1142,601,cs), -(1176,601,o), -(1209,588,o), -(1209,519,cs), -(1209,452,o), -(1179,439,o), -(1141,439,cs) -); -} -); -width = 1410; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(150,0,l), -(150,436,l), -(147,686,l), -(151,686,l), -(623,0,l), -(676,0,l), -(676,729,l), -(640,729,l), -(640,303,l), -(643,43,l), -(639,43,l), -(165,729,l), -(112,729,l), -(112,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1000,231,l), -(1000,263,l), -(802,263,l), -(802,231,l) -); -}, -{ -closed = 1; -nodes = ( -(981,334,o), -(1036,405,o), -(1036,537,cs), -(1036,668,o), -(982,739,o), -(902,739,cs), -(821,739,o), -(765,669,o), -(765,537,cs), -(765,406,o), -(820,334,o), -(902,334,cs) -); -}, -{ -closed = 1; -nodes = ( -(838,366,o), -(802,425,o), -(802,537,cs), -(802,648,o), -(838,707,o), -(902,707,cs), -(963,707,o), -(1000,649,o), -(1000,537,cs), -(1000,425,o), -(963,366,o), -(902,366,cs) -); -} -); -width = 1105; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(273,0,l), -(273,236,l), -(266,431,l), -(272,431,l), -(499,0,l), -(728,0,l), -(728,729,l), -(535,729,l), -(535,504,l), -(542,289,l), -(536,289,l), -(311,729,l), -(68,729,l), -(68,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1133,139,l), -(1133,255,l), -(809,255,l), -(809,139,l) -); -}, -{ -closed = 1; -nodes = ( -(1083,292,o), -(1161,363,o), -(1161,516,cs), -(1161,668,o), -(1083,739,o), -(970,739,cs), -(859,739,o), -(781,668,o), -(781,516,cs), -(781,363,o), -(859,292,o), -(970,292,cs) -); -}, -{ -closed = 1; -nodes = ( -(936,411,o), -(926,452,o), -(926,516,cs), -(926,579,o), -(936,620,o), -(970,620,cs), -(1007,620,o), -(1017,579,o), -(1017,516,cs), -(1017,453,o), -(1007,411,o), -(970,411,cs) -); -} -); -width = 1197; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(702,710,o), -(678,592,o), -(665,531,cs), -(639,407,o), -(613,363,o), -(573,363,cs), -(522,363,o), -(521,429,o), -(545,541,cs), -(574,677,o), -(602,710,o), -(640,710,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(141,410,l), -(195,685,l), -(201,685,l), -(290,0,l), -(339,0,l), -(490,729,l), -(459,729,l), -(376,328,l), -(319,39,l), -(314,39,l), -(225,729,l), -(176,729,l), -(25,0,l) -); -}, -{ -closed = 1; -nodes = ( -(624,243,l), -(630,273,l), -(474,273,l), -(468,243,l) -); -}, -{ -closed = 1; -nodes = ( -(629,335,o), -(670,403,o), -(697,527,cs), -(721,644,o), -(720,739,o), -(640,739,cs), -(581,739,o), -(539,674,o), -(513,549,cs), -(482,403,o), -(501,335,o), -(570,335,cs) -); -}, -{ -closed = 1; -nodes = ( -(522,363,o), -(521,429,o), -(545,542,cs), -(571,666,o), -(597,710,o), -(637,710,cs), -(688,710,o), -(689,644,o), -(665,532,cs), -(639,407,o), -(613,363,o), -(573,363,cs) -); -} -); -width = 684; -}, -{ -guides = ( -{ -pos = (672,292); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,0,l), -(172,157,l), -(207,358,l), -(213,358,l), -(218,0,l), -(403,0,l), -(554,729,l), -(392,729,l), -(360,575,l), -(327,366,l), -(320,366,l), -(317,729,l), -(130,729,l), -(-22,0,l) -); -}, -{ -closed = 1; -nodes = ( -(785,145,l), -(809,261,l), -(540,261,l), -(516,145,l) -); -}, -{ -closed = 1; -nodes = ( -(775,292,o), -(840,335,o), -(876,507,cs), -(904,647,o), -(867,739,o), -(739,739,cs), -(645,739,o), -(584,681,o), -(552,529,cs), -(523,387,o), -(556,292,o), -(688,292,cs) -); -}, -{ -closed = 1; -nodes = ( -(669,407,o), -(672,426,o), -(689,515,cs), -(706,597,o), -(713,624,o), -(734,624,cs), -(759,624,o), -(756,599,o), -(739,518,cs), -(721,429,o), -(713,407,o), -(696,407,cs) -); -} -); -width = 846; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(94,0,l), -(185,436,l), -(235,686,l), -(239,686,l), -(565,0,l), -(618,0,l), -(769,729,l), -(732,729,l), -(643,303,l), -(593,43,l), -(588,43,l), -(260,729,l), -(208,729,l), -(57,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1052,332,o), -(1119,434,o), -(1125,592,cs), -(1128,680,o), -(1085,735,o), -(1015,735,cs), -(917,735,o), -(850,633,o), -(844,475,cs), -(841,387,o), -(884,332,o), -(954,332,cs) -); -}, -{ -closed = 1; -nodes = ( -(902,364,o), -(879,410,o), -(881,475,cs), -(886,612,o), -(938,703,o), -(1012,703,cs), -(1067,703,o), -(1090,657,o), -(1088,592,cs), -(1083,455,o), -(1031,365,o), -(957,365,c), -(957,364,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(94,0,l), -(185,436,l), -(235,686,l), -(239,686,l), -(565,0,l), -(618,0,l), -(769,729,l), -(732,729,l), -(643,303,l), -(593,43,l), -(588,43,l), -(260,729,l), -(208,729,l), -(57,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1023,231,l), -(1029,263,l), -(797,263,l), -(791,231,l) -); -}, -{ -closed = 1; -nodes = ( -(1039,334,o), -(1110,435,o), -(1116,590,cs), -(1119,681,o), -(1072,739,o), -(995,739,cs), -(890,739,o), -(819,638,o), -(813,483,cs), -(810,392,o), -(857,334,o), -(934,334,cs) -); -}, -{ -closed = 1; -nodes = ( -(879,364,o), -(846,408,o), -(849,481,cs), -(855,620,o), -(913,709,o), -(995,709,cs), -(1050,709,o), -(1083,665,o), -(1080,592,cs), -(1074,453,o), -(1016,364,o), -(934,364,cs) -); -} -); -width = 1123; -}, -{ -guides = ( -{ -pos = (668,292); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,0,l), -(264,236,l), -(294,431,l), -(302,431,l), -(437,0,l), -(664,0,l), -(816,729,l), -(617,729,l), -(568,494,l), -(537,292,l), -(529,292,l), -(393,729,l), -(165,729,l), -(14,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1126,139,l), -(1150,255,l), -(821,255,l), -(797,139,l) -); -}, -{ -closed = 1; -nodes = ( -(1141,292,o), -(1228,406,o), -(1228,558,cs), -(1228,668,o), -(1166,739,o), -(1052,739,cs), -(910,739,o), -(823,625,o), -(823,473,cs), -(823,364,o), -(885,292,o), -(999,292,cs) -); -}, -{ -closed = 1; -nodes = ( -(966,410,o), -(966,463,o), -(975,524,cs), -(987,582,o), -(1004,621,o), -(1042,621,cs), -(1085,621,o), -(1085,569,o), -(1076,507,cs), -(1065,449,o), -(1047,410,o), -(1009,410,cs) -); -} -); -width = 1215; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,0,l), -(159,436,l), -(210,689,l), -(214,689,l), -(632,0,l), -(683,0,l), -(835,729,l), -(797,729,l), -(710,303,l), -(657,40,l), -(652,40,l), -(235,729,l), -(182,729,l), -(31,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1160,231,l), -(1166,263,l), -(884,263,l), -(878,231,l) -); -}, -{ -closed = 1; -nodes = ( -(1166,333,o), -(1246,429,o), -(1246,567,cs), -(1246,675,o), -(1186,739,o), -(1082,739,cs), -(964,739,o), -(884,643,o), -(884,504,cs), -(884,397,o), -(944,333,o), -(1048,333,cs) -); -}, -{ -closed = 1; -nodes = ( -(965,364,o), -(921,416,o), -(921,504,cs), -(921,627,o), -(986,707,o), -(1084,707,cs), -(1164,707,o), -(1209,656,o), -(1209,568,cs), -(1209,445,o), -(1144,364,o), -(1046,364,cs) -); -} -); -width = 1235; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,0,l), -(275,232,l), -(311,441,l), -(319,441,l), -(509,0,l), -(776,0,l), -(927,729,l), -(703,729,l), -(655,498,l), -(616,282,l), -(608,282,l), -(419,729,l), -(150,729,l), -(-1,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1368,139,l), -(1392,255,l), -(933,255,l), -(909,139,l) -); -}, -{ -closed = 1; -nodes = ( -(1355,300,o), -(1463,393,o), -(1463,532,cs), -(1463,656,o), -(1372,739,o), -(1209,739,cs), -(1044,739,o), -(937,645,o), -(937,506,cs), -(937,382,o), -(1017,300,o), -(1188,300,cs) -); -}, -{ -closed = 1; -nodes = ( -(1160,440,o), -(1136,459,o), -(1136,499,cs), -(1136,565,o), -(1159,599,o), -(1206,599,cs), -(1240,599,o), -(1264,580,o), -(1264,540,cs), -(1264,474,o), -(1241,440,o), -(1194,440,cs) -); -} -); -width = 1436; -} -); -unicode = 8470; -userData = { -KernOnSpecialSpacing = { -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/o.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/o.glyph deleted file mode 100644 index 3722750d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/o.glyph +++ /dev/null @@ -1,1551 +0,0 @@ -{ -glyphname = o; -kernLeft = KO_e; -kernRight = KO_o; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (227,0); -}, -{ -name = center; -pos = (227,271); -}, -{ -name = ogonek; -pos = (412,10); -}, -{ -name = top; -pos = (227,541); -}, -{ -name = topright; -pos = (299,531); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(208,364,o), -(242,400,o), -(293,400,cs), -(344,400,o), -(378,364,o), -(378,272,cs), -(378,180,o), -(344,144,o), -(293,144,cs), -(242,144,o), -(208,180,o), -(208,272,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(357,-10,o), -(440,65,o), -(440,273,cs), -(440,475,o), -(360,551,o), -(226,551,cs), -(92,551,o), -(14,474,o), -(14,273,cs), -(14,65,o), -(97,-10,o), -(226,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(197,128,o), -(191,165,o), -(191,271,cs), -(191,382,o), -(198,414,o), -(226,414,cs), -(255,414,o), -(263,383,o), -(263,271,cs), -(263,164,o), -(256,128,o), -(226,128,cs) -); -} -); -width = 454; -}, -{ -anchors = ( -{ -name = bottom; -pos = (168,0); -}, -{ -name = center; -pos = (168,258); -}, -{ -name = ogonek; -pos = (298,10); -}, -{ -name = top; -pos = (168,516); -}, -{ -name = topright; -pos = (221,507); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(10,100,o), -(108,-8,o), -(254,-8,cs), -(398,-8,o), -(495,101,o), -(495,258,cs), -(495,417,o), -(398,525,o), -(254,525,cs), -(108,525,o), -(10,415,o), -(10,257,cs) -); -}, -{ -closed = 1; -nodes = ( -(48,401,o), -(132,490,o), -(254,490,cs), -(380,490,o), -(457,397,o), -(457,258,cs), -(457,117,o), -(375,28,o), -(253,28,cs), -(127,28,o), -(48,120,o), -(48,257,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,-10,o), -(292,100,o), -(292,258,cs), -(292,418,o), -(269,526,o), -(168,526,cs), -(67,526,o), -(44,416,o), -(44,258,cs), -(44,99,o), -(67,-10,o), -(168,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(112,17,o), -(73,64,o), -(73,258,cs), -(73,451,o), -(112,499,o), -(168,499,cs), -(225,499,o), -(263,450,o), -(263,258,cs), -(263,66,o), -(225,17,o), -(168,17,cs) -); -} -); -width = 337; -}, -{ -anchors = ( -{ -name = bottom; -pos = (320,0); -}, -{ -name = center; -pos = (320,259); -}, -{ -name = ogonek; -pos = (582,10); -}, -{ -name = top; -pos = (320,517); -}, -{ -name = topright; -pos = (431,507); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(491,-10,o), -(606,98,o), -(606,257,cs), -(606,418,o), -(491,525,o), -(320,525,cs), -(149,525,o), -(34,418,o), -(34,257,cs), -(34,97,o), -(149,-10,o), -(320,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(170,25,o), -(72,117,o), -(72,257,cs), -(72,399,o), -(171,490,o), -(320,490,cs), -(470,490,o), -(568,399,o), -(568,257,cs), -(568,116,o), -(469,25,o), -(320,25,cs) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (347,0); -}, -{ -name = center; -pos = (347,272); -}, -{ -name = ogonek; -pos = (634,10); -}, -{ -name = top; -pos = (347,544); -}, -{ -name = topright; -pos = (440,524); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(552,-10,o), -(684,93,o), -(684,272,cs), -(684,454,o), -(550,554,o), -(347,554,cs), -(143,554,o), -(10,452,o), -(10,272,cs), -(10,91,o), -(144,-10,o), -(347,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,157,o), -(231,201,o), -(231,272,cs), -(231,343,o), -(270,388,o), -(347,388,cs), -(424,388,o), -(464,344,o), -(464,272,cs), -(464,201,o), -(424,157,o), -(347,157,cs) -); -} -); -width = 694; -}, -{ -anchors = ( -{ -name = bottom; -pos = (148,0); -}, -{ -name = center; -pos = (148,258); -}, -{ -name = ogonek; -pos = (278,10); -}, -{ -name = top; -pos = (148,516); -}, -{ -name = topright; -pos = (201,507); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(10,100,o), -(108,-8,o), -(254,-8,cs), -(398,-8,o), -(495,101,o), -(495,258,cs), -(495,417,o), -(398,525,o), -(254,525,cs), -(108,525,o), -(10,415,o), -(10,257,cs) -); -}, -{ -closed = 1; -nodes = ( -(48,401,o), -(132,490,o), -(254,490,cs), -(380,490,o), -(457,397,o), -(457,258,cs), -(457,117,o), -(375,28,o), -(253,28,cs), -(127,28,o), -(48,120,o), -(48,257,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,-10,o), -(274,66,o), -(274,258,cs), -(274,450,o), -(236,526,o), -(148,526,cs), -(60,526,o), -(22,450,o), -(22,258,cs), -(22,66,o), -(60,-10,o), -(148,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(92,17,o), -(53,64,o), -(53,258,cs), -(53,451,o), -(92,499,o), -(148,499,cs), -(205,499,o), -(243,450,o), -(243,258,cs), -(243,66,o), -(205,17,o), -(148,17,cs) -); -} -); -width = 296; -}, -{ -anchors = ( -{ -name = bottom; -pos = (218,0); -}, -{ -name = center; -pos = (218,271); -}, -{ -name = ogonek; -pos = (403,10); -}, -{ -name = top; -pos = (218,541); -}, -{ -name = topright; -pos = (290,531); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(208,364,o), -(242,400,o), -(293,400,cs), -(344,400,o), -(378,364,o), -(378,272,cs), -(378,180,o), -(344,144,o), -(293,144,cs), -(242,144,o), -(208,180,o), -(208,272,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(348,-10,o), -(431,65,o), -(431,273,cs), -(431,475,o), -(351,551,o), -(217,551,cs), -(83,551,o), -(5,474,o), -(5,273,cs), -(5,65,o), -(88,-10,o), -(217,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,128,o), -(182,165,o), -(182,271,cs), -(182,382,o), -(189,414,o), -(217,414,cs), -(246,414,o), -(254,383,o), -(254,271,cs), -(254,164,o), -(247,128,o), -(217,128,cs) -); -} -); -width = 436; -}, -{ -anchors = ( -{ -name = bottom; -pos = (275,0); -}, -{ -name = center; -pos = (275,259); -}, -{ -name = ogonek; -pos = (505,10); -}, -{ -name = top; -pos = (275,517); -}, -{ -name = topright; -pos = (361,507); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(420,-8,o), -(517,101,o), -(517,258,cs), -(517,417,o), -(420,525,o), -(276,525,cs), -(130,525,o), -(32,415,o), -(32,257,cs), -(32,100,o), -(130,-8,o), -(276,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(149,28,o), -(70,120,o), -(70,257,cs), -(70,400,o), -(153,490,o), -(276,490,cs), -(402,490,o), -(479,397,o), -(479,258,cs), -(479,117,o), -(397,28,o), -(275,28,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 549; -}, -{ -anchors = ( -{ -name = bottom; -pos = (287,0); -}, -{ -name = center; -pos = (287,272); -}, -{ -name = ogonek; -pos = (530,10); -}, -{ -name = top; -pos = (287,544); -}, -{ -name = topright; -pos = (363,524); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(223,364,o), -(257,400,o), -(308,400,cs), -(359,400,o), -(393,364,o), -(393,272,cs), -(393,180,o), -(359,144,o), -(308,144,cs), -(257,144,o), -(223,180,o), -(223,272,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(469,-10,o), -(570,103,o), -(570,272,cs), -(570,452,o), -(457,554,o), -(287,554,cs), -(105,554,o), -(4,441,o), -(4,272,cs), -(4,92,o), -(117,-10,o), -(287,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,143,o), -(197,179,o), -(197,272,cs), -(197,365,o), -(232,401,o), -(287,401,cs), -(342,401,o), -(377,365,o), -(377,272,cs), -(377,179,o), -(342,143,o), -(287,143,cs) -); -} -); -width = 574; -}, -{ -anchors = ( -{ -name = bottom; -pos = (318,0); -}, -{ -name = center; -pos = (318,259); -}, -{ -name = ogonek; -pos = (580,10); -}, -{ -name = top; -pos = (318,517); -}, -{ -name = topright; -pos = (429,507); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(493,-10,o), -(604,94,o), -(604,257,cs), -(604,421,o), -(493,525,o), -(318,525,cs), -(143,525,o), -(32,421,o), -(32,257,cs), -(32,94,o), -(143,-10,o), -(318,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(166,25,o), -(70,115,o), -(70,257,cs), -(70,399,o), -(166,490,o), -(318,490,cs), -(470,490,o), -(566,399,o), -(566,257,cs), -(566,115,o), -(470,25,o), -(318,25,cs) -); -} -); -width = 636; -}, -{ -anchors = ( -{ -name = bottom; -pos = (353,0); -}, -{ -name = center; -pos = (353,272); -}, -{ -name = ogonek; -pos = (640,10); -}, -{ -name = top; -pos = (353,544); -}, -{ -name = topright; -pos = (446,524); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(558,-10,o), -(690,93,o), -(690,272,cs), -(690,454,o), -(556,554,o), -(353,554,cs), -(149,554,o), -(16,452,o), -(16,272,cs), -(16,91,o), -(150,-10,o), -(353,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,157,o), -(237,201,o), -(237,272,cs), -(237,343,o), -(276,388,o), -(353,388,cs), -(430,388,o), -(470,344,o), -(470,272,cs), -(470,201,o), -(430,157,o), -(353,157,cs) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = bottom; -pos = (295,0); -}, -{ -name = center; -pos = (295,259); -}, -{ -name = ogonek; -pos = (521,10); -}, -{ -name = top; -pos = (295,517); -}, -{ -name = topright; -pos = (379,507); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(432,-8,o), -(525,100,o), -(525,258,cs), -(525,417,o), -(432,525,o), -(295,525,cs), -(158,525,o), -(65,416,o), -(65,257,cs), -(65,100,o), -(158,-8,o), -(295,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(177,28,o), -(103,117,o), -(103,257,cs), -(103,399,o), -(177,490,o), -(295,490,cs), -(413,490,o), -(487,400,o), -(487,258,cs), -(487,117,o), -(412,28,o), -(294,28,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -} -); -}; -width = 590; -}, -{ -anchors = ( -{ -name = bottom; -pos = (301,0); -}, -{ -name = center; -pos = (301,272); -}, -{ -name = ogonek; -pos = (537,10); -}, -{ -name = top; -pos = (301,544); -}, -{ -name = topright; -pos = (374,524); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(225,364,o), -(259,400,o), -(310,400,cs), -(361,400,o), -(395,364,o), -(395,272,cs), -(395,180,o), -(361,144,o), -(310,144,cs), -(259,144,o), -(225,180,o), -(225,272,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(475,-10,o), -(572,103,o), -(572,272,cs), -(572,452,o), -(463,554,o), -(301,554,cs), -(127,554,o), -(30,441,o), -(30,272,cs), -(30,92,o), -(139,-10,o), -(301,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(253,143,o), -(223,179,o), -(223,272,cs), -(223,365,o), -(253,401,o), -(301,401,cs), -(348,401,o), -(379,365,o), -(379,272,cs), -(379,179,o), -(348,143,o), -(301,143,cs) -); -} -); -width = 602; -}, -{ -anchors = ( -{ -name = bottom; -pos = (128,0); -}, -{ -name = center; -pos = (168,258); -}, -{ -name = ogonek; -pos = (259,10); -}, -{ -name = top; -pos = (218,516); -}, -{ -name = topright; -pos = (261,507); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,-9,o), -(253,72,o), -(290,249,cs), -(321,396,o), -(330,525,o), -(214,525,cs), -(132,525,o), -(83,444,o), -(46,267,cs), -(15,120,o), -(6,-9,o), -(122,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(35,18,o), -(49,140,o), -(75,267,cs), -(112,445,o), -(160,498,o), -(212,498,cs), -(301,498,o), -(287,376,o), -(261,249,cs), -(224,71,o), -(176,18,o), -(124,18,cs) -); -} -); -width = 336; -}, -{ -anchors = ( -{ -name = bottom; -pos = (192,0); -}, -{ -name = center; -pos = (226,271); -}, -{ -name = ogonek; -pos = (365,10); -}, -{ -name = top; -pos = (280,541); -}, -{ -name = topright; -pos = (329,531); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,-10,o), -(393,62,o), -(435,262,cs), -(472,439,o), -(433,551,o), -(261,551,cs), -(142,551,o), -(58,481,o), -(18,288,cs), -(-24,90,o), -(29,-10,o), -(190,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,128,o), -(169,178,o), -(190,278,cs), -(213,386,o), -(227,414,o), -(254,414,cs), -(291,414,o), -(280,354,o), -(261,265,cs), -(239,165,o), -(224,128,o), -(198,128,cs) -); -} -); -width = 451; -}, -{ -anchors = ( -{ -name = bottom; -pos = (251,0); -}, -{ -name = center; -pos = (290,259); -}, -{ -name = ogonek; -pos = (472,10); -}, -{ -name = top; -pos = (327,517); -}, -{ -name = topright; -pos = (414,507); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(410,-10,o), -(525,122,o), -(525,309,cs), -(525,439,o), -(450,527,o), -(327,527,cs), -(164,527,o), -(51,393,o), -(51,208,cs), -(51,79,o), -(129,-10,o), -(252,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(150,23,o), -(84,93,o), -(88,219,cs), -(94,385,o), -(186,494,o), -(322,494,cs), -(428,494,o), -(495,420,o), -(491,297,cs), -(485,134,o), -(392,23,o), -(256,23,cs) -); -} -); -width = 577; -}, -{ -anchors = ( -{ -name = bottom; -pos = (277,0); -}, -{ -name = center; -pos = (303,273); -}, -{ -name = ogonek; -pos = (494,10); -}, -{ -name = top; -pos = (347,544); -}, -{ -name = topright; -pos = (410,524); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1147,-10,o), -(1262,114,o), -(1269,312,cs), -(1275,471,o), -(1174,554,o), -(1024,554,cs), -(847,554,o), -(731,430,o), -(724,232,cs), -(718,72,o), -(819,-10,o), -(969,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(938,143,o), -(911,174,o), -(913,234,cs), -(917,336,o), -(957,401,o), -(1015,401,cs), -(1056,401,o), -(1082,370,o), -(1080,310,cs), -(1077,209,o), -(1038,143,o), -(979,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(1838,-9,o), -(1946,92,o), -(1971,243,cs), -(2001,429,o), -(1905,554,o), -(1730,554,cs), -(1566,554,o), -(1458,453,o), -(1433,302,cs), -(1403,116,o), -(1499,-9,o), -(1674,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(1638,143,o), -(1610,177,o), -(1613,238,cs), -(1618,336,o), -(1652,402,o), -(1720,402,cs), -(1766,402,o), -(1794,368,o), -(1791,307,cs), -(1786,209,o), -(1752,143,o), -(1684,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(442,-10,o), -(547,91,o), -(572,244,cs), -(602,431,o), -(506,554,o), -(331,554,cs), -(164,554,o), -(58,453,o), -(33,300,cs), -(3,113,o), -(100,-10,o), -(274,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,142,o), -(210,176,o), -(213,239,cs), -(218,336,o), -(253,402,o), -(321,402,cs), -(368,402,o), -(395,368,o), -(392,304,cs), -(387,208,o), -(352,142,o), -(284,142,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(446,-10,o), -(548,90,o), -(574,244,cs), -(606,435,o), -(502,554,o), -(331,554,cs), -(162,554,o), -(57,453,o), -(32,302,cs), -(0,110,o), -(103,-10,o), -(275,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,141,o), -(214,172,o), -(218,237,cs), -(224,337,o), -(256,404,o), -(321,404,cs), -(365,404,o), -(392,373,o), -(388,308,cs), -(382,208,o), -(350,141,o), -(285,141,cs) -); -} -); -width = 605; -}, -{ -anchors = ( -{ -name = bottom; -pos = (283,0); -}, -{ -name = center; -pos = (316,259); -}, -{ -name = ogonek; -pos = (534,10); -}, -{ -name = top; -pos = (349,517); -}, -{ -name = topright; -pos = (458,507); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(466,-10,o), -(598,119,o), -(598,298,cs), -(598,436,o), -(502,527,o), -(348,527,cs), -(165,527,o), -(33,399,o), -(33,219,cs), -(33,80,o), -(129,-10,o), -(284,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(156,24,o), -(71,94,o), -(71,221,cs), -(71,382,o), -(184,493,o), -(344,493,cs), -(476,493,o), -(561,422,o), -(561,296,cs), -(561,136,o), -(448,24,o), -(288,24,cs) -); -} -); -width = 631; -}, -{ -anchors = ( -{ -name = bottom; -pos = (326,0); -}, -{ -name = center; -pos = (346,272); -}, -{ -name = ogonek; -pos = (589,0); -}, -{ -name = top; -pos = (390,544); -}, -{ -name = topright; -pos = (470,524); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(536,-10,o), -(674,107,o), -(680,292,cs), -(686,451,o), -(569,554,o), -(366,554,cs), -(155,554,o), -(18,437,o), -(12,252,cs), -(6,93,o), -(123,-10,o), -(324,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,157,o), -(229,197,o), -(231,259,cs), -(234,337,o), -(281,387,o), -(357,387,cs), -(419,387,o), -(463,347,o), -(460,285,cs), -(458,207,o), -(410,157,o), -(334,157,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(540,-9,o), -(679,108,o), -(679,289,cs), -(679,448,o), -(566,554,o), -(361,554,cs), -(152,554,o), -(13,437,o), -(13,256,cs), -(13,97,o), -(126,-9,o), -(331,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(272,157,o), -(231,194,o), -(231,259,cs), -(231,337,o), -(281,388,o), -(357,388,cs), -(420,388,o), -(461,351,o), -(461,286,cs), -(461,208,o), -(411,157,o), -(335,157,cs) -); -} -); -width = 692; -} -); -unicode = 111; -userData = { -KernOnName = o; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/oacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/oacute.glyph deleted file mode 100644 index e2a80bec..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/oacute.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = oacute; -kernLeft = KO_e; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (112,-156); -ref = acutecomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (115,-137); -ref = acutecomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (262,-155); -ref = acutecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (230,-129); -ref = acutecomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (112,-156); -ref = acutecomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (116,-137); -ref = acutecomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (240,-155); -ref = acutecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (192,-134); -ref = acutecomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (262,-155); -ref = acutecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (230,-129); -ref = acutecomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (239,-155); -ref = acutecomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (191,-134); -ref = acutecomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (77,-156); -ref = acutecomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (85,-137); -ref = acutecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (185,-155); -ref = acutecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (152,-134); -ref = acutecomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (206,-155); -ref = acutecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (190,-129); -ref = acutecomb; -} -); -width = 692; -} -); -unicode = 243; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflex.glyph deleted file mode 100644 index 434d0391..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflex.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = ocircumflex; -kernLeft = KO_egrave; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (39,-156); -ref = circumflexcomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (10,-137); -ref = circumflexcomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (141,-155); -ref = circumflexcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (56,-129); -ref = circumflexcomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (39,-156); -ref = circumflexcomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (11,-137); -ref = circumflexcomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (131,-155); -ref = circumflexcomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (57,-134); -ref = circumflexcomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (141,-155); -ref = circumflexcomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (56,-129); -ref = circumflexcomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (132,-155); -ref = circumflexcomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (62,-134); -ref = circumflexcomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (3,-156); -ref = circumflexcomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-22,-137); -ref = circumflexcomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (75,-155); -ref = circumflexcomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (18,-134); -ref = circumflexcomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (83,-155); -ref = circumflexcomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (14,-129); -ref = circumflexcomb; -} -); -width = 692; -} -); -unicode = 244; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexacute.glyph deleted file mode 100644 index 590e60d1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexacute.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = ocircumflexacute; -kernLeft = KO_egrave; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (39,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (21,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (141,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (80,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (39,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (22,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (131,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (57,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (141,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (80,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (132,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (61,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (3,-156); -ref = circumflexcomb_acutecomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-10,-137); -ref = circumflexcomb_acutecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (75,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (20,-134); -ref = circumflexcomb_acutecomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (83,-155); -ref = circumflexcomb_acutecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (37,-129); -ref = circumflexcomb_acutecomb; -} -); -width = 692; -} -); -unicode = 7889; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexdotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexdotbelow.glyph deleted file mode 100644 index 024a6888..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexdotbelow.glyph +++ /dev/null @@ -1,330 +0,0 @@ -{ -color = 6; -glyphname = ocircumflexdotbelow; -kernLeft = KO_egrave; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (105,0); -ref = dotbelowcomb; -}, -{ -pos = (39,-156); -ref = circumflexcomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (109,0); -ref = dotbelowcomb; -}, -{ -pos = (10,-137); -ref = circumflexcomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (248,0); -ref = dotbelowcomb; -}, -{ -pos = (141,-155); -ref = circumflexcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (194,0); -ref = dotbelowcomb; -}, -{ -pos = (56,-129); -ref = circumflexcomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (105,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (39,-156); -ref = circumflexcomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (110,0); -ref = dotbelowcomb; -}, -{ -pos = (11,-137); -ref = circumflexcomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (223,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (131,-155); -ref = circumflexcomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (179,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (57,-134); -ref = circumflexcomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (248,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (141,-155); -ref = circumflexcomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (194,0); -ref = dotbelowcomb; -}, -{ -alignment = -1; -pos = (56,-129); -ref = circumflexcomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (222,0); -ref = dotbelowcomb; -}, -{ -pos = (132,-155); -ref = circumflexcomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (180,0); -ref = dotbelowcomb; -}, -{ -pos = (62,-134); -ref = circumflexcomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (118,0); -ref = dotbelowcomb; -}, -{ -pos = (3,-156); -ref = circumflexcomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (127,0); -ref = dotbelowcomb; -}, -{ -pos = (-22,-137); -ref = circumflexcomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (233,0); -ref = dotbelowcomb; -}, -{ -pos = (75,-155); -ref = circumflexcomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (206,0); -ref = dotbelowcomb; -}, -{ -pos = (18,-134); -ref = circumflexcomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (266,0); -ref = dotbelowcomb; -}, -{ -pos = (83,-155); -ref = circumflexcomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (229,0); -ref = dotbelowcomb; -}, -{ -pos = (14,-129); -ref = circumflexcomb; -} -); -width = 692; -} -); -unicode = 7897; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexdotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexdotbelow.ss01.glyph deleted file mode 100644 index 54f22e0c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexdotbelow.ss01.glyph +++ /dev/null @@ -1,329 +0,0 @@ -{ -color = 6; -glyphname = ocircumflexdotbelow.ss01; -kernLeft = KO_egrave; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (113,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (39,-156); -ref = circumflexcomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (98,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (10,-137); -ref = circumflexcomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (261,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (141,-155); -ref = circumflexcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (206,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (56,-129); -ref = circumflexcomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (113,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (39,-156); -ref = circumflexcomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (99,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (11,-137); -ref = circumflexcomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (236,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (131,-155); -ref = circumflexcomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (168,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (57,-134); -ref = circumflexcomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (261,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (141,-155); -ref = circumflexcomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (206,0); -ref = dotbelowcomb.ss01; -}, -{ -alignment = -1; -pos = (56,-129); -ref = circumflexcomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (235,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (132,-155); -ref = circumflexcomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (167,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (62,-134); -ref = circumflexcomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (126,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (3,-156); -ref = circumflexcomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (118,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (-22,-137); -ref = circumflexcomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (246,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (75,-155); -ref = circumflexcomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (197,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (18,-134); -ref = circumflexcomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (83,-155); -ref = circumflexcomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (243,0); -ref = dotbelowcomb.ss01; -}, -{ -pos = (14,-129); -ref = circumflexcomb; -} -); -width = 692; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexgrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexgrave.glyph deleted file mode 100644 index 16176cdc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexgrave.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = ocircumflexgrave; -kernLeft = KO_egrave; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (39,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (21,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (141,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (80,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (39,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (22,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (131,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (57,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (141,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (80,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (132,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (61,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (3,-156); -ref = circumflexcomb_gravecomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-10,-137); -ref = circumflexcomb_gravecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (75,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (20,-134); -ref = circumflexcomb_gravecomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (83,-155); -ref = circumflexcomb_gravecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (37,-129); -ref = circumflexcomb_gravecomb; -} -); -width = 692; -} -); -unicode = 7891; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexhookabove.glyph deleted file mode 100644 index ccaf4b70..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflexhookabove.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = ocircumflexhookabove; -kernLeft = KO_egrave; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (39,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (21,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (141,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (80,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (39,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (22,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (131,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (57,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (141,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (80,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (132,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (61,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (3,-156); -ref = circumflexcomb_hookabovecomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-10,-137); -ref = circumflexcomb_hookabovecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (75,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (20,-134); -ref = circumflexcomb_hookabovecomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (83,-155); -ref = circumflexcomb_hookabovecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (37,-129); -ref = circumflexcomb_hookabovecomb; -} -); -width = 692; -} -); -unicode = 7893; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflextilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflextilde.glyph deleted file mode 100644 index 882c207f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ocircumflextilde.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = ocircumflextilde; -kernLeft = KO_egrave; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (39,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (21,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (141,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (80,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (39,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (22,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (131,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (57,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (141,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (80,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (132,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (62,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (3,-156); -ref = circumflexcomb_tildecomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-11,-137); -ref = circumflexcomb_tildecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (68,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (20,-134); -ref = circumflexcomb_tildecomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (83,-155); -ref = circumflexcomb_tildecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (45,-129); -ref = circumflexcomb_tildecomb; -} -); -width = 692; -} -); -unicode = 7895; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/odieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/odieresis.glyph deleted file mode 100644 index d6b590c5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/odieresis.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = odieresis; -kernLeft = KO_egrave; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (50,-156); -ref = dieresiscomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (2,-137); -ref = dieresiscomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (143,-155); -ref = dieresiscomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (64,-134); -ref = dieresiscomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (50,-156); -ref = dieresiscomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (3,-137); -ref = dieresiscomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (133,-155); -ref = dieresiscomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (61,-134); -ref = dieresiscomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (143,-155); -ref = dieresiscomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (64,-134); -ref = dieresiscomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (134,-155); -ref = dieresiscomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (66,-134); -ref = dieresiscomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (9,-156); -ref = dieresiscomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-37,-137); -ref = dieresiscomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (80,-155); -ref = dieresiscomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (18,-134); -ref = dieresiscomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (87,-155); -ref = dieresiscomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (21,-134); -ref = dieresiscomb; -} -); -width = 692; -} -); -unicode = 246; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/odieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/odieresis.ss01.glyph deleted file mode 100644 index 4dcbcf02..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/odieresis.ss01.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = odieresis.ss01; -kernLeft = KO_egrave; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (61,-156); -ref = dieresiscomb.ss01; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (3,-137); -ref = dieresiscomb.ss01; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (176,-155); -ref = dieresiscomb.ss01; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (86,-134); -ref = dieresiscomb.ss01; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (61,-156); -ref = dieresiscomb.ss01; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (4,-137); -ref = dieresiscomb.ss01; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (160,-155); -ref = dieresiscomb.ss01; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (73,-134); -ref = dieresiscomb.ss01; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (176,-155); -ref = dieresiscomb.ss01; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (86,-134); -ref = dieresiscomb.ss01; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (159,-155); -ref = dieresiscomb.ss01; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (78,-134); -ref = dieresiscomb.ss01; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (22,-156); -ref = dieresiscomb.ss01; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-29,-137); -ref = dieresiscomb.ss01; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (102,-155); -ref = dieresiscomb.ss01; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (34,-134); -ref = dieresiscomb.ss01; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (124,-155); -ref = dieresiscomb.ss01; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (50,-134); -ref = dieresiscomb.ss01; -} -); -width = 692; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/odotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/odotbelow.glyph deleted file mode 100644 index 971b3042..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/odotbelow.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = odotbelow; -kernLeft = KO_e; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (105,0); -ref = dotbelowcomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (109,0); -ref = dotbelowcomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (248,0); -ref = dotbelowcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (194,0); -ref = dotbelowcomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (105,0); -ref = dotbelowcomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (110,0); -ref = dotbelowcomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (223,0); -ref = dotbelowcomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (179,0); -ref = dotbelowcomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (248,0); -ref = dotbelowcomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (194,0); -ref = dotbelowcomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (222,0); -ref = dotbelowcomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (180,0); -ref = dotbelowcomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (118,0); -ref = dotbelowcomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (127,0); -ref = dotbelowcomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (233,0); -ref = dotbelowcomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (206,0); -ref = dotbelowcomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (266,0); -ref = dotbelowcomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (229,0); -ref = dotbelowcomb; -} -); -width = 692; -} -); -unicode = 7885; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/odotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/odotbelow.ss01.glyph deleted file mode 100644 index d473e0b3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/odotbelow.ss01.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = odotbelow.ss01; -kernLeft = KO_e; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (113,0); -ref = dotbelowcomb.ss01; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (98,0); -ref = dotbelowcomb.ss01; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (261,0); -ref = dotbelowcomb.ss01; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (206,0); -ref = dotbelowcomb.ss01; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (113,0); -ref = dotbelowcomb.ss01; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (99,0); -ref = dotbelowcomb.ss01; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (236,0); -ref = dotbelowcomb.ss01; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (168,0); -ref = dotbelowcomb.ss01; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (261,0); -ref = dotbelowcomb.ss01; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (206,0); -ref = dotbelowcomb.ss01; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (235,0); -ref = dotbelowcomb.ss01; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (167,0); -ref = dotbelowcomb.ss01; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (126,0); -ref = dotbelowcomb.ss01; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (118,0); -ref = dotbelowcomb.ss01; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (246,0); -ref = dotbelowcomb.ss01; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (197,0); -ref = dotbelowcomb.ss01; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (243,0); -ref = dotbelowcomb.ss01; -} -); -width = 692; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/oe.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/oe.glyph deleted file mode 100644 index 61824b52..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/oe.glyph +++ /dev/null @@ -1,1502 +0,0 @@ -{ -glyphname = oe; -kernLeft = KO_e; -kernRight = KO_e; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (275,0); -}, -{ -name = top; -pos = (275,516); -} -); -background = { -shapes = ( -{ -pos = (226,0); -ref = e; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,-10,o), -(263,31,o), -(279,103,c), -(277,103,l), -(293,31,o), -(326,-10,o), -(388,-10,cs), -(449,-10,o), -(495,27,o), -(505,148,c), -(475,148,l), -(467,70,o), -(449,18,o), -(388,18,cs), -(310,18,o), -(292,131,o), -(292,254,cs), -(292,281,l), -(296,454,o), -(334,498,o), -(388,498,cs), -(433,498,o), -(470,462,o), -(473,281,c), -(482,289,l), -(285,289,l), -(286,260,l), -(503,260,l), -(502,419,o), -(479,526,o), -(388,526,cs), -(326,526,o), -(293,485,o), -(277,413,c), -(279,413,l), -(263,485,o), -(230,526,o), -(168,526,cs), -(67,526,o), -(44,416,o), -(44,258,cs), -(44,99,o), -(67,-10,o), -(168,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(112,17,o), -(73,64,o), -(73,258,cs), -(73,451,o), -(112,499,o), -(168,499,cs), -(225,499,o), -(263,450,o), -(263,258,cs), -(263,66,o), -(225,17,o), -(168,17,cs) -); -} -); -width = 544; -}, -{ -anchors = ( -{ -name = bottom; -pos = (346,0); -}, -{ -name = top; -pos = (346,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,-10,o), -(319,2,o), -(352,26,c), -(350,26,l), -(383,2,o), -(424,-10,o), -(475,-10,cs), -(601,-10,o), -(666,53,o), -(677,185,c), -(510,185,l), -(507,137,o), -(497,118,o), -(475,118,cs), -(450,118,o), -(440,155,o), -(440,264,cs), -(440,306,ls), -(440,388,o), -(452,422,o), -(475,422,cs), -(498,422,o), -(508,394,o), -(510,330,c), -(512,333,l), -(424,333,l), -(424,235,l), -(677,235,l), -(685,400,o), -(655,551,o), -(475,551,cs), -(422,551,o), -(381,540,o), -(350,516,c), -(352,516,l), -(321,539,o), -(279,551,o), -(226,551,cs), -(82,551,o), -(14,461,o), -(14,273,cs), -(14,83,o), -(84,-10,o), -(226,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,128,o), -(191,159,o), -(191,271,cs), -(191,384,o), -(198,414,o), -(226,414,cs), -(255,414,o), -(263,383,o), -(263,271,cs), -(263,160,o), -(255,128,o), -(226,128,cs) -); -} -); -width = 692; -}, -{ -anchors = ( -{ -name = bottom; -pos = (574,0); -}, -{ -name = top; -pos = (574,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(451,-10,o), -(548,53,o), -(588,153,c), -(586,153,l), -(625,53,o), -(720,-8,o), -(851,-8,cs), -(982,-8,o), -(1088,55,o), -(1108,152,c), -(1071,152,l), -(1050,76,o), -(962,26,o), -(851,26,cs), -(682,26,o), -(606,138,o), -(606,252,cs), -(606,270,ls), -(606,402,o), -(700,491,o), -(848,491,cs), -(983,491,o), -(1076,418,o), -(1076,287,c), -(1078,289,l), -(599,289,l), -(599,256,l), -(1115,256,l), -(1125,423,o), -(1019,525,o), -(848,525,cs), -(716,525,o), -(623,462,o), -(585,363,c), -(587,363,l), -(548,463,o), -(450,525,o), -(320,525,cs), -(149,525,o), -(34,418,o), -(34,257,cs), -(34,97,o), -(149,-10,o), -(320,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(170,25,o), -(72,117,o), -(72,257,cs), -(72,399,o), -(171,490,o), -(320,490,cs), -(470,490,o), -(568,399,o), -(568,257,cs), -(568,116,o), -(469,25,o), -(320,25,cs) -); -} -); -width = 1149; -}, -{ -anchors = ( -{ -name = bottom; -pos = (568,0); -}, -{ -name = top; -pos = (568,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(440,-10,o), -(517,11,o), -(574,51,c), -(572,51,l), -(630,11,o), -(707,-10,o), -(801,-10,cs), -(980,-10,o), -(1114,66,o), -(1127,179,c), -(919,179,l), -(907,153,o), -(862,135,o), -(807,135,cs), -(730,135,o), -(685,169,o), -(685,225,c), -(685,285,ls), -(685,380,o), -(729,408,o), -(798,408,cs), -(868,408,o), -(901,378,o), -(907,337,c), -(909,338,l), -(667,338,l), -(667,223,l), -(1125,223,l), -(1140,432,o), -(1016,554,o), -(799,554,cs), -(708,554,o), -(632,533,o), -(574,493,c), -(576,493,l), -(519,533,o), -(440,554,o), -(347,554,cs), -(143,554,o), -(10,452,o), -(10,272,cs), -(10,91,o), -(144,-10,o), -(347,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,157,o), -(231,201,o), -(231,272,cs), -(231,343,o), -(270,388,o), -(347,388,cs), -(424,388,o), -(464,344,o), -(464,272,cs), -(464,201,o), -(424,157,o), -(347,157,cs) -); -} -); -width = 1139; -}, -{ -anchors = ( -{ -name = bottom; -pos = (255,0); -}, -{ -name = top; -pos = (255,516); -} -); -background = { -shapes = ( -{ -pos = (226,0); -ref = e; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,-10,o), -(243,31,o), -(259,103,c), -(257,103,l), -(273,31,o), -(306,-10,o), -(368,-10,cs), -(429,-10,o), -(475,27,o), -(485,148,c), -(455,148,l), -(447,70,o), -(429,18,o), -(368,18,cs), -(290,18,o), -(272,131,o), -(272,254,cs), -(272,281,l), -(276,454,o), -(314,498,o), -(368,498,cs), -(413,498,o), -(450,462,o), -(453,281,c), -(462,289,l), -(265,289,l), -(266,260,l), -(483,260,l), -(482,419,o), -(459,526,o), -(368,526,cs), -(306,526,o), -(273,485,o), -(257,413,c), -(259,413,l), -(243,485,o), -(210,526,o), -(148,526,cs), -(47,526,o), -(24,416,o), -(24,258,cs), -(24,99,o), -(47,-10,o), -(148,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(92,17,o), -(53,64,o), -(53,258,cs), -(53,451,o), -(92,499,o), -(148,499,cs), -(205,499,o), -(243,450,o), -(243,258,cs), -(243,66,o), -(205,17,o), -(148,17,cs) -); -} -); -width = 504; -}, -{ -anchors = ( -{ -name = bottom; -pos = (337,0); -}, -{ -name = top; -pos = (337,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(269,-10,o), -(310,2,o), -(343,26,c), -(341,26,l), -(374,2,o), -(415,-10,o), -(466,-10,cs), -(592,-10,o), -(657,53,o), -(668,185,c), -(501,185,l), -(498,137,o), -(488,118,o), -(466,118,cs), -(441,118,o), -(431,155,o), -(431,264,cs), -(431,306,ls), -(431,388,o), -(443,422,o), -(466,422,cs), -(489,422,o), -(499,394,o), -(501,330,c), -(503,333,l), -(415,333,l), -(415,235,l), -(668,235,l), -(676,400,o), -(646,551,o), -(466,551,cs), -(413,551,o), -(372,540,o), -(341,516,c), -(343,516,l), -(312,539,o), -(270,551,o), -(217,551,cs), -(73,551,o), -(5,461,o), -(5,273,cs), -(5,83,o), -(75,-10,o), -(217,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(190,128,o), -(182,159,o), -(182,271,cs), -(182,384,o), -(189,414,o), -(217,414,cs), -(246,414,o), -(254,383,o), -(254,271,cs), -(254,160,o), -(246,128,o), -(217,128,cs) -); -} -); -width = 674; -}, -{ -anchors = ( -{ -name = bottom; -pos = (485,0); -}, -{ -name = top; -pos = (485,517); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(390,-8,o), -(474,60,o), -(505,165,c), -(492,166,l), -(520,59,o), -(602,-8,o), -(717,-8,cs), -(829,-8,o), -(918,55,o), -(935,152,c), -(897,152,l), -(880,76,o), -(814,26,o), -(717,26,cs), -(595,26,o), -(517,114,o), -(517,267,cs), -(517,270,ls), -(517,411,o), -(598,491,o), -(714,491,cs), -(832,491,o), -(910,417,o), -(900,261,c), -(932,289,l), -(510,289,l), -(509,256,l), -(936,256,l), -(950,410,o), -(873,525,o), -(715,525,cs), -(599,525,o), -(519,457,o), -(492,351,c), -(505,352,l), -(474,457,o), -(390,525,o), -(276,525,cs), -(130,525,o), -(32,415,o), -(32,257,cs), -(32,100,o), -(130,-8,o), -(276,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(149,28,o), -(70,120,o), -(70,257,cs), -(70,400,o), -(153,490,o), -(276,490,cs), -(402,490,o), -(479,397,o), -(479,258,cs), -(479,117,o), -(397,28,o), -(275,28,cs) -); -} -); -width = 972; -}, -{ -anchors = ( -{ -name = bottom; -pos = (462,0); -}, -{ -name = top; -pos = (462,544); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(384,-10,o), -(459,26,o), -(506,87,c), -(430,87,l), -(476,26,o), -(553,-10,o), -(654,-10,cs), -(797,-10,o), -(901,65,o), -(913,177,c), -(734,177,l), -(726,150,o), -(694,132,o), -(654,132,cs), -(600,132,o), -(563,164,o), -(563,222,cs), -(563,332,ls), -(563,380,o), -(595,413,o), -(647,413,cs), -(695,413,o), -(729,384,o), -(729,334,c), -(755,341,l), -(547,341,l), -(547,227,l), -(917,227,l), -(937,415,o), -(844,554,o), -(647,554,cs), -(553,554,o), -(477,517,o), -(429,453,c), -(509,453,l), -(460,520,o), -(380,554,o), -(283,554,cs), -(104,554,o), -(4,441,o), -(4,272,cs), -(4,92,o), -(116,-10,o), -(283,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(231,143,o), -(197,179,o), -(197,272,cs), -(197,365,o), -(231,401,o), -(283,401,cs), -(335,401,o), -(369,365,o), -(369,272,cs), -(369,179,o), -(335,143,o), -(283,143,cs) -); -} -); -width = 925; -}, -{ -anchors = ( -{ -name = bottom; -pos = (564,0); -}, -{ -name = top; -pos = (564,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(441,-10,o), -(538,53,o), -(578,153,c), -(576,153,l), -(615,53,o), -(710,-8,o), -(841,-8,cs), -(972,-8,o), -(1078,55,o), -(1098,152,c), -(1061,152,l), -(1040,76,o), -(952,26,o), -(841,26,cs), -(672,26,o), -(596,138,o), -(596,252,cs), -(596,270,ls), -(596,402,o), -(690,491,o), -(838,491,cs), -(973,491,o), -(1066,418,o), -(1066,287,c), -(1068,289,l), -(589,289,l), -(589,256,l), -(1105,256,l), -(1115,423,o), -(1009,525,o), -(838,525,cs), -(706,525,o), -(613,462,o), -(575,363,c), -(577,363,l), -(538,463,o), -(440,525,o), -(310,525,cs), -(139,525,o), -(24,418,o), -(24,257,cs), -(24,97,o), -(139,-10,o), -(310,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,25,o), -(62,117,o), -(62,257,cs), -(62,399,o), -(161,490,o), -(310,490,cs), -(460,490,o), -(558,399,o), -(558,257,cs), -(558,116,o), -(459,25,o), -(310,25,cs) -); -} -); -width = 1129; -}, -{ -anchors = ( -{ -name = bottom; -pos = (558,0); -}, -{ -name = top; -pos = (558,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(430,-10,o), -(507,11,o), -(564,51,c), -(562,51,l), -(620,11,o), -(697,-10,o), -(791,-10,cs), -(970,-10,o), -(1104,66,o), -(1117,179,c), -(909,179,l), -(897,153,o), -(852,135,o), -(797,135,cs), -(720,135,o), -(675,169,o), -(675,225,c), -(675,285,ls), -(675,380,o), -(719,408,o), -(788,408,cs), -(858,408,o), -(891,378,o), -(897,337,c), -(899,338,l), -(657,338,l), -(657,223,l), -(1115,223,l), -(1130,432,o), -(1006,554,o), -(789,554,cs), -(698,554,o), -(622,533,o), -(564,493,c), -(566,493,l), -(509,533,o), -(430,554,o), -(337,554,cs), -(133,554,o), -(0,452,o), -(0,272,cs), -(0,91,o), -(134,-10,o), -(337,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,157,o), -(221,201,o), -(221,272,cs), -(221,343,o), -(260,388,o), -(337,388,cs), -(414,388,o), -(454,344,o), -(454,272,cs), -(454,201,o), -(414,157,o), -(337,157,cs) -); -} -); -width = 1119; -}, -{ -anchors = ( -{ -name = bottom; -pos = (498,0); -}, -{ -name = top; -pos = (498,517); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(405,-8,o), -(487,60,o), -(518,165,c), -(505,166,l), -(533,59,o), -(613,-8,o), -(726,-8,cs), -(836,-8,o), -(923,55,o), -(939,152,c), -(902,152,l), -(885,76,o), -(821,26,o), -(726,26,cs), -(606,26,o), -(530,114,o), -(530,267,cs), -(530,270,ls), -(530,411,o), -(609,491,o), -(723,491,cs), -(838,491,o), -(915,417,o), -(905,261,c), -(936,289,l), -(523,289,l), -(522,256,l), -(940,256,l), -(953,410,o), -(878,525,o), -(724,525,cs), -(610,525,o), -(532,457,o), -(505,351,c), -(518,352,l), -(487,457,o), -(405,525,o), -(293,525,cs), -(150,525,o), -(53,415,o), -(53,257,cs), -(53,100,o), -(150,-8,o), -(293,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(168,28,o), -(91,120,o), -(91,257,cs), -(91,400,o), -(172,490,o), -(293,490,cs), -(417,490,o), -(492,397,o), -(492,258,cs), -(492,117,o), -(412,28,o), -(292,28,cs) -); -} -); -width = 997; -}, -{ -anchors = ( -{ -name = bottom; -pos = (472,0); -}, -{ -name = top; -pos = (472,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(398,-10,o), -(470,27,o), -(516,87,c), -(441,87,l), -(485,27,o), -(559,-10,o), -(659,-10,cs), -(800,-10,o), -(902,65,o), -(914,177,c), -(737,177,l), -(729,150,o), -(698,132,o), -(659,132,cs), -(608,132,o), -(572,164,o), -(572,222,cs), -(572,332,ls), -(572,380,o), -(603,413,o), -(652,413,cs), -(699,413,o), -(732,384,o), -(732,334,c), -(757,341,l), -(556,341,l), -(556,227,l), -(918,227,l), -(938,416,o), -(845,554,o), -(652,554,cs), -(559,554,o), -(486,516,o), -(440,453,c), -(519,453,l), -(471,519,o), -(394,554,o), -(297,554,cs), -(122,554,o), -(24,441,o), -(24,272,cs), -(24,92,o), -(134,-10,o), -(297,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,143,o), -(215,179,o), -(215,272,cs), -(215,365,o), -(248,401,o), -(297,401,cs), -(347,401,o), -(380,365,o), -(380,272,cs), -(380,179,o), -(347,143,o), -(297,143,cs) -); -} -); -width = 944; -}, -{ -anchors = ( -{ -name = bottom; -pos = (232,0); -}, -{ -name = top; -pos = (328,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,-9,o), -(219,31,o), -(247,101,c), -(246,101,l), -(250,32,o), -(276,-10,o), -(341,-10,cs), -(394,-10,o), -(448,25,o), -(480,148,c), -(450,148,l), -(429,70,o), -(398,18,o), -(345,18,cs), -(260,18,o), -(265,129,o), -(295,270,cs), -(298,284,ls), -(327,417,o), -(364,497,o), -(430,497,cs), -(503,497,o), -(495,397,o), -(477,286,c), -(479,288,l), -(291,288,l), -(286,260,l), -(502,260,l), -(530,405,o), -(534,525,o), -(434,525,cs), -(377,525,o), -(337,485,o), -(308,417,c), -(309,417,l), -(305,481,o), -(281,525,o), -(214,525,cs), -(132,525,o), -(83,444,o), -(46,267,cs), -(15,120,o), -(6,-9,o), -(122,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(35,18,o), -(49,140,o), -(75,267,cs), -(112,446,o), -(160,498,o), -(212,498,cs), -(297,498,o), -(288,376,o), -(263,257,cs), -(222,61,o), -(176,18,o), -(125,18,cs) -); -} -); -width = 543; -}, -{ -anchors = ( -{ -name = bottom; -pos = (299,0); -}, -{ -name = top; -pos = (401,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(237,-10,o), -(278,1,o), -(313,27,c), -(311,27,l), -(341,2,o), -(383,-10,o), -(439,-10,cs), -(539,-10,o), -(620,38,o), -(658,186,c), -(492,186,l), -(478,135,o), -(465,119,o), -(445,119,cs), -(411,119,o), -(419,178,o), -(439,262,cs), -(447,301,ls), -(465,395,o), -(483,421,o), -(505,421,cs), -(532,421,o), -(531,381,o), -(522,332,c), -(524,334,l), -(438,334,l), -(417,235,l), -(668,235,l), -(713,425,o), -(688,551,o), -(511,551,cs), -(462,551,o), -(422,540,o), -(388,516,c), -(390,516,l), -(360,539,o), -(318,551,o), -(261,551,cs), -(142,551,o), -(58,481,o), -(18,288,cs), -(-24,90,o), -(29,-10,o), -(190,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,128,o), -(169,178,o), -(190,278,cs), -(213,386,o), -(227,414,o), -(254,414,cs), -(291,414,o), -(280,354,o), -(261,265,cs), -(239,165,o), -(224,128,o), -(198,128,cs) -); -} -); -width = 690; -}, -{ -anchors = ( -{ -name = bottom; -pos = (450,0); -}, -{ -name = top; -pos = (548,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(359,-10,o), -(446,51,o), -(491,148,c), -(490,149,l), -(509,51,o), -(579,-10,o), -(679,-10,cs), -(790,-10,o), -(886,55,o), -(912,153,c), -(875,153,l), -(850,75,o), -(775,24,o), -(682,24,cs), -(568,24,o), -(497,122,o), -(524,269,cs), -(526,280,ls), -(553,426,o), -(645,494,o), -(744,494,cs), -(851,494,o), -(918,418,o), -(897,289,c), -(899,291,l), -(521,291,l), -(515,258,l), -(927,258,l), -(959,415,o), -(895,527,o), -(750,527,cs), -(646,527,o), -(562,464,o), -(518,368,c), -(519,367,l), -(500,465,o), -(430,528,o), -(326,528,cs), -(169,528,o), -(57,403,o), -(50,221,cs), -(46,82,o), -(125,-10,o), -(251,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(149,23,o), -(83,93,o), -(87,220,cs), -(93,386,o), -(186,495,o), -(321,495,cs), -(427,495,o), -(494,421,o), -(490,297,cs), -(484,134,o), -(390,23,o), -(255,23,cs) -); -} -); -width = 985; -}, -{ -anchors = ( -{ -name = bottom; -pos = (424,0); -}, -{ -name = top; -pos = (506,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(340,-10,o), -(401,9,o), -(449,46,c), -(447,46,l), -(487,10,o), -(545,-10,o), -(618,-10,cs), -(758,-10,o), -(868,65,o), -(892,177,c), -(713,177,l), -(704,153,o), -(674,132,o), -(631,132,cs), -(577,132,o), -(543,158,o), -(563,254,cs), -(578,325,ls), -(589,376,o), -(612,413,o), -(666,413,cs), -(711,413,o), -(737,383,o), -(736,339,c), -(738,341,l), -(564,341,l), -(542,227,l), -(904,227,l), -(948,437,o), -(851,554,o), -(680,554,cs), -(608,554,o), -(546,534,o), -(497,498,c), -(499,498,l), -(456,535,o), -(396,554,o), -(324,554,cs), -(147,554,o), -(31,430,o), -(24,232,cs), -(18,72,o), -(119,-10,o), -(269,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(238,143,o), -(211,174,o), -(213,234,cs), -(217,336,o), -(257,401,o), -(315,401,cs), -(356,401,o), -(382,370,o), -(380,310,cs), -(377,209,o), -(338,143,o), -(279,143,cs) -); -} -); -width = 938; -}, -{ -anchors = ( -{ -name = bottom; -pos = (526,0); -}, -{ -name = top; -pos = (624,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(413,-10,o), -(517,55,o), -(567,156,c), -(566,156,l), -(591,55,o), -(685,-9,o), -(809,-9,cs), -(940,-9,o), -(1051,57,o), -(1082,152,c), -(1045,152,l), -(1013,76,o), -(926,25,o), -(815,25,cs), -(665,25,o), -(568,123,o), -(600,269,cs), -(602,278,ls), -(629,407,o), -(730,493,o), -(867,493,cs), -(1007,493,o), -(1087,412,o), -(1070,287,c), -(1072,289,l), -(597,289,l), -(590,256,l), -(1102,256,l), -(1137,418,o), -(1042,527,o), -(870,527,cs), -(743,527,o), -(640,460,o), -(590,359,c), -(591,359,l), -(567,461,o), -(479,527,o), -(348,527,cs), -(169,527,o), -(39,405,o), -(33,230,cs), -(28,85,o), -(125,-10,o), -(284,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(152,24,o), -(66,98,o), -(71,232,cs), -(76,387,o), -(188,493,o), -(344,493,cs), -(480,493,o), -(566,418,o), -(561,285,cs), -(556,131,o), -(444,24,o), -(288,24,cs) -); -} -); -width = 1138; -}, -{ -anchors = ( -{ -name = bottom; -pos = (517,0); -}, -{ -name = top; -pos = (605,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,-10,o), -(491,11,o), -(550,52,c), -(548,52,l), -(600,13,o), -(671,-8,o), -(756,-9,cs), -(948,-13,o), -(1069,63,o), -(1099,180,c), -(884,180,l), -(868,156,o), -(828,139,o), -(773,140,cs), -(715,141,o), -(667,170,o), -(673,222,cs), -(684,313,ls), -(691,378,o), -(738,405,o), -(802,405,cs), -(857,405,o), -(899,381,o), -(903,339,c), -(905,340,l), -(673,340,l), -(657,222,l), -(1099,222,l), -(1143,427,o), -(1022,554,o), -(811,554,cs), -(719,554,o), -(643,532,o), -(585,492,c), -(587,492,l), -(534,532,o), -(458,554,o), -(364,554,cs), -(153,554,o), -(16,437,o), -(10,252,cs), -(4,93,o), -(121,-10,o), -(322,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,157,o), -(227,197,o), -(229,259,cs), -(232,337,o), -(279,387,o), -(355,387,cs), -(417,387,o), -(461,347,o), -(458,285,cs), -(456,207,o), -(408,157,o), -(332,157,cs) -); -} -); -width = 1127; -} -); -metricLeft = o; -metricRight = e; -unicode = 339; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ogonek.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ogonek.glyph deleted file mode 100644 index 34410c87..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ogonek.glyph +++ /dev/null @@ -1,325 +0,0 @@ -{ -color = 6; -glyphname = ogonek; -layers = ( -{ -background = { -anchors = ( -{ -name = _ogonek; -pos = (126,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(132,-156,o), -(147,-154,o), -(155,-149,c), -(155,-127,l), -(146,-132,o), -(134,-134,o), -(121,-134,cs), -(93,-134,o), -(75,-118,o), -(75,-89,cs), -(75,-63,o), -(87,-35,o), -(126,0,c), -(115,16,l), -(76,-12,o), -(49,-51,o), -(49,-91,cs), -(49,-130,o), -(75,-156,o), -(120,-156,cs) -); -} -); -}; -guides = ( -{ -pos = (125,-155); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 185; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(217,-209,o), -(252,-202,o), -(269,-192,c), -(269,-92,l), -(257,-99,o), -(242,-104,o), -(224,-104,cs), -(193,-104,o), -(178,-88,o), -(178,-63,cs), -(178,-38,o), -(193,-10,o), -(228,0,c), -(114,14,l), -(73,-2,o), -(45,-48,o), -(45,-100,cs), -(45,-170,o), -(100,-209,o), -(183,-209,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 245; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 243; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 358; -}, -{ -background = { -anchors = ( -{ -name = _ogonek; -pos = (126,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(132,-156,o), -(147,-154,o), -(155,-149,c), -(155,-127,l), -(146,-132,o), -(134,-134,o), -(121,-134,cs), -(93,-134,o), -(75,-118,o), -(75,-89,cs), -(75,-63,o), -(87,-35,o), -(126,0,c), -(115,16,l), -(76,-12,o), -(49,-51,o), -(49,-91,cs), -(49,-130,o), -(75,-156,o), -(120,-156,cs) -); -} -); -}; -guides = ( -{ -pos = (125,-155); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = ogonekcomb; -} -); -width = 185; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(217,-209,o), -(252,-202,o), -(269,-192,c), -(269,-92,l), -(257,-99,o), -(242,-104,o), -(224,-104,cs), -(193,-104,o), -(178,-88,o), -(178,-63,cs), -(178,-38,o), -(193,-10,o), -(228,0,c), -(114,14,l), -(73,-2,o), -(45,-48,o), -(45,-100,cs), -(45,-170,o), -(100,-209,o), -(183,-209,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = ogonekcomb; -} -); -width = 245; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = ogonekcomb; -} -); -width = 217; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = ogonekcomb; -} -); -width = 310; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = ogonekcomb; -} -); -width = 243; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = ogonekcomb; -} -); -width = 358; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 218; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 315; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 187; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 250; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 219; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 334; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 235; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = ogonekcomb; -} -); -width = 362; -} -); -unicode = 731; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ogonekcomb.e.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ogonekcomb.e.glyph deleted file mode 100644 index ca59ee24..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ogonekcomb.e.glyph +++ /dev/null @@ -1,963 +0,0 @@ -{ -export = 0; -glyphname = ogonekcomb.e; -layers = ( -{ -anchors = ( -{ -name = _ogonek; -pos = (121,0); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(127,-199,o), -(143,-197,o), -(152,-193,c), -(152,-169,l), -(144,-173,o), -(129,-175,o), -(120,-175,cs), -(85,-175,o), -(67,-156,o), -(67,-123,cs), -(67,-82,o), -(93,-41,o), -(143,21,c), -(131,30,l), -(81,-23,o), -(40,-74,o), -(40,-125,cs), -(40,-172,o), -(69,-199,o), -(114,-199,cs) -); -} -); -width = 192; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (203,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (221,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(173,-201,o), -(210,-196,o), -(229,-189,c), -(229,-94,l), -(217,-98,o), -(200,-99,o), -(190,-99,cs), -(153,-99,o), -(139,-87,o), -(139,-67,cs), -(139,-43,o), -(157,-29,o), -(192,-6,cs), -(217,11,l), -(175,81,l), -(149,68,ls), -(34,11,o), -(-10,-28,o), -(-10,-97,cs), -(-10,-165,o), -(48,-201,o), -(140,-201,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,-202,o), -(202,-195,o), -(217,-187,c), -(217,-114,l), -(208,-118,o), -(193,-121,o), -(179,-121,cs), -(156,-121,o), -(143,-109,o), -(143,-88,cs), -(143,-57,o), -(172,-21,o), -(228,34,c), -(205,52,l), -(99,3,o), -(40,-58,o), -(40,-120,cs), -(40,-170,o), -(74,-202,o), -(138,-202,cs) -); -} -); -width = 268; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (129,0); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,-211,o), -(189,-208,o), -(206,-201,c), -(206,-173,l), -(190,-179,o), -(170,-182,o), -(149,-182,cs), -(100,-182,o), -(73,-161,o), -(73,-123,cs), -(73,-61,o), -(146,-19,o), -(217,35,c), -(169,31,l), -(115,-8,o), -(40,-56,o), -(40,-127,cs), -(40,-179,o), -(77,-211,o), -(143,-211,cs) -); -} -); -width = 257; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (268,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(218,-227,o), -(267,-222,o), -(298,-210,c), -(298,-94,l), -(276,-102,o), -(243,-106,o), -(220,-106,cs), -(194,-106,o), -(164,-100,o), -(164,-72,cs), -(164,-32,o), -(237,-8,o), -(291,17,c), -(246,108,l), -(90,47,o), -(-12,10,o), -(-12,-100,cs), -(-12,-176,o), -(52,-227,o), -(171,-227,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(246,-229,o), -(304,-219,o), -(335,-205,c), -(335,-94,l), -(317,-102,o), -(289,-107,o), -(267,-107,cs), -(233,-107,o), -(215,-94,o), -(215,-69,cs), -(215,-38,o), -(245,-12,o), -(320,30,c), -(235,38,l), -(128,11,o), -(40,-42,o), -(40,-123,cs), -(40,-190,o), -(98,-229,o), -(195,-229,cs) -); -} -); -width = 375; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (101,0); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(107,-199,o), -(123,-197,o), -(132,-193,c), -(132,-169,l), -(124,-173,o), -(109,-175,o), -(100,-175,cs), -(65,-175,o), -(47,-156,o), -(47,-123,cs), -(47,-82,o), -(73,-41,o), -(123,21,c), -(111,30,l), -(61,-23,o), -(20,-74,o), -(20,-125,cs), -(20,-172,o), -(49,-199,o), -(94,-199,cs) -); -} -); -width = 152; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (193,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (221,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(173,-201,o), -(210,-196,o), -(229,-189,c), -(229,-94,l), -(217,-98,o), -(200,-99,o), -(190,-99,cs), -(153,-99,o), -(139,-87,o), -(139,-67,cs), -(139,-43,o), -(157,-29,o), -(192,-6,cs), -(217,11,l), -(175,81,l), -(149,68,ls), -(34,11,o), -(-10,-28,o), -(-10,-97,cs), -(-10,-165,o), -(48,-201,o), -(140,-201,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(161,-202,o), -(192,-195,o), -(207,-187,c), -(207,-114,l), -(198,-118,o), -(183,-121,o), -(169,-121,cs), -(146,-121,o), -(133,-109,o), -(133,-88,cs), -(133,-57,o), -(162,-21,o), -(218,34,c), -(195,52,l), -(89,3,o), -(30,-58,o), -(30,-120,cs), -(30,-170,o), -(64,-202,o), -(128,-202,cs) -); -} -); -width = 248; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (115,-2); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (135,-2); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(152,-198,o), -(171,-195,o), -(184,-190,c), -(184,-163,l), -(167,-169,o), -(147,-170,o), -(137,-170,cs), -(94,-170,o), -(71,-149,o), -(71,-113,cs), -(71,-57,o), -(126,-19,o), -(197,34,c), -(185,51,l), -(108,-2,o), -(38,-48,o), -(38,-115,cs), -(38,-165,o), -(73,-198,o), -(133,-198,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(132,-198,o), -(151,-195,o), -(164,-190,c), -(164,-163,l), -(147,-169,o), -(127,-170,o), -(117,-170,cs), -(72,-170,o), -(51,-150,o), -(51,-115,cs), -(51,-58,o), -(113,-16,o), -(177,34,c), -(165,51,l), -(94,1,o), -(20,-48,o), -(20,-121,cs), -(20,-169,o), -(54,-198,o), -(111,-198,cs) -); -} -); -width = 197; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (225,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(205,-208,o), -(248,-200,o), -(266,-192,c), -(266,-99,l), -(252,-104,o), -(235,-107,o), -(221,-107,cs), -(192,-107,o), -(178,-95,o), -(178,-75,cs), -(178,-42,o), -(218,-16,o), -(285,36,c), -(248,52,l), -(136,20,o), -(40,-31,o), -(40,-112,cs), -(40,-173,o), -(88,-208,o), -(167,-208,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(184,-208,o), -(227,-200,o), -(245,-192,c), -(245,-113,l), -(234,-118,o), -(220,-121,o), -(203,-121,cs), -(174,-121,o), -(157,-106,o), -(157,-82,cs), -(157,-42,o), -(197,-16,o), -(264,36,c), -(227,52,l), -(115,20,o), -(19,-31,o), -(19,-112,cs), -(19,-173,o), -(67,-208,o), -(146,-208,cs) -); -} -); -width = 283; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (119,0); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(153,-211,o), -(179,-208,o), -(196,-201,c), -(196,-173,l), -(180,-179,o), -(160,-182,o), -(139,-182,cs), -(90,-182,o), -(63,-161,o), -(63,-123,cs), -(63,-61,o), -(136,-19,o), -(207,35,c), -(159,31,l), -(105,-8,o), -(30,-56,o), -(30,-127,cs), -(30,-179,o), -(67,-211,o), -(133,-211,cs) -); -} -); -width = 237; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (258,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(218,-227,o), -(267,-222,o), -(298,-210,c), -(298,-94,l), -(276,-102,o), -(243,-106,o), -(220,-106,cs), -(194,-106,o), -(164,-100,o), -(164,-72,cs), -(164,-32,o), -(237,-8,o), -(291,17,c), -(246,108,l), -(90,47,o), -(-12,10,o), -(-12,-100,cs), -(-12,-176,o), -(52,-227,o), -(171,-227,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,-229,o), -(294,-219,o), -(325,-205,c), -(325,-94,l), -(307,-102,o), -(279,-107,o), -(257,-107,cs), -(223,-107,o), -(205,-94,o), -(205,-69,cs), -(205,-38,o), -(235,-12,o), -(310,30,c), -(225,38,l), -(118,11,o), -(30,-42,o), -(30,-123,cs), -(30,-190,o), -(88,-229,o), -(185,-229,cs) -); -} -); -width = 355; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (130,-2); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (135,-2); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(152,-198,o), -(171,-195,o), -(184,-190,c), -(184,-163,l), -(167,-169,o), -(147,-170,o), -(137,-170,cs), -(94,-170,o), -(71,-149,o), -(71,-113,cs), -(71,-57,o), -(126,-19,o), -(197,34,c), -(185,51,l), -(108,-2,o), -(38,-48,o), -(38,-115,cs), -(38,-165,o), -(73,-198,o), -(133,-198,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(147,-198,o), -(164,-195,o), -(177,-190,c), -(177,-163,l), -(160,-169,o), -(142,-170,o), -(132,-170,cs), -(87,-170,o), -(66,-150,o), -(66,-115,cs), -(66,-58,o), -(128,-16,o), -(190,34,c), -(178,51,l), -(109,1,o), -(37,-48,o), -(37,-121,cs), -(37,-169,o), -(69,-198,o), -(126,-198,cs) -); -} -); -width = 227; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (234,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(205,-208,o), -(248,-200,o), -(266,-192,c), -(266,-99,l), -(252,-104,o), -(235,-107,o), -(221,-107,cs), -(192,-107,o), -(178,-95,o), -(178,-75,cs), -(178,-42,o), -(218,-16,o), -(285,36,c), -(248,52,l), -(136,20,o), -(40,-31,o), -(40,-112,cs), -(40,-173,o), -(88,-208,o), -(167,-208,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(191,-208,o), -(233,-200,o), -(249,-192,c), -(249,-113,l), -(240,-118,o), -(229,-121,o), -(212,-121,cs), -(187,-121,o), -(171,-106,o), -(171,-82,cs), -(171,-42,o), -(207,-15,o), -(267,36,c), -(231,52,l), -(125,20,o), -(35,-31,o), -(35,-112,cs), -(35,-173,o), -(80,-208,o), -(154,-208,cs) -); -} -); -width = 302; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (66,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(33,-199,o), -(50,-197,o), -(60,-193,c), -(64,-169,l), -(56,-173,o), -(39,-175,o), -(31,-175,cs), -(2,-175,o), -(-13,-161,o), -(-13,-137,cs), -(-13,-92,o), -(30,-41,o), -(92,21,c), -(82,30,l), -(22,-23,o), -(-41,-82,o), -(-41,-144,cs), -(-41,-179,o), -(-18,-199,o), -(21,-199,cs) -); -} -); -width = 193; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (143,0); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,-202,o), -(104,-197,o), -(125,-187,c), -(139,-114,l), -(129,-118,o), -(116,-121,o), -(102,-121,cs), -(79,-121,o), -(69,-112,o), -(69,-96,cs), -(69,-63,o), -(113,-23,o), -(181,34,c), -(159,52,l), -(33,-3,o), -(-41,-62,o), -(-41,-129,cs), -(-41,-174,o), -(-7,-202,o), -(47,-202,cs) -); -} -); -width = 270; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (73,-2); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,-198,o), -(81,-195,o), -(92,-190,c), -(98,-163,l), -(79,-169,o), -(64,-170,o), -(53,-170,cs), -(12,-170,o), -(-8,-155,o), -(-8,-124,cs), -(-8,-66,o), -(64,-18,o), -(142,30,c), -(136,43,l), -(21,-8,o), -(-39,-71,o), -(-39,-130,cs), -(-39,-172,o), -(-8,-198,o), -(42,-198,cs) -); -} -); -width = 229; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (175,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(110,-208,o), -(146,-202,o), -(170,-192,c), -(189,-99,l), -(176,-104,o), -(160,-107,o), -(145,-107,cs), -(118,-107,o), -(104,-97,o), -(104,-78,cs), -(104,-45,o), -(140,-19,o), -(234,36,c), -(200,52,l), -(40,14,o), -(-39,-49,o), -(-39,-120,cs), -(-39,-174,o), -(7,-208,o), -(75,-208,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-208,o), -(146,-202,o), -(170,-192,c), -(189,-112,l), -(177,-117,o), -(161,-120,o), -(146,-120,cs), -(120,-120,o), -(104,-107,o), -(104,-84,cs), -(104,-43,o), -(153,-15,o), -(234,36,c), -(200,52,l), -(40,14,o), -(-39,-49,o), -(-39,-120,cs), -(-39,-174,o), -(7,-208,o), -(75,-208,cs) -); -} -); -width = 323; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (79,0); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,-211,o), -(102,-206,o), -(112,-201,c), -(117,-173,l), -(100,-179,o), -(75,-182,o), -(56,-182,cs), -(13,-182,o), -(-8,-167,o), -(-8,-134,cs), -(-8,-69,o), -(84,-18,o), -(168,35,c), -(125,34,l), -(44,-10,o), -(-41,-68,o), -(-41,-141,cs), -(-41,-184,o), -(-8,-211,o), -(47,-211,cs) -); -} -); -width = 254; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (223,0); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,-229,o), -(202,-221,o), -(239,-205,c), -(261,-94,l), -(240,-103,o), -(214,-107,o), -(194,-107,cs), -(160,-107,o), -(145,-96,o), -(145,-75,cs), -(145,-41,o), -(187,-12,o), -(270,30,c), -(186,38,l), -(45,4,o), -(-42,-60,o), -(-42,-135,cs), -(-42,-193,o), -(11,-229,o), -(101,-229,cs) -); -} -); -width = 378; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ogonekcomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ogonekcomb.glyph deleted file mode 100644 index 92961752..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ogonekcomb.glyph +++ /dev/null @@ -1,1606 +0,0 @@ -{ -glyphname = ogonekcomb; -layers = ( -{ -anchors = ( -{ -name = _ogonek; -pos = (197,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (271,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(215,-205,o), -(247,-200,o), -(264,-193,c), -(264,-98,l), -(256,-101,o), -(243,-103,o), -(231,-103,cs), -(206,-103,o), -(190,-94,o), -(190,-71,cs), -(190,-53,o), -(203,-36,o), -(237,-16,cs), -(265,0,l), -(221,86,l), -(201,76,ls), -(91,21,o), -(40,-19,o), -(40,-93,cs), -(40,-160,o), -(91,-205,o), -(182,-205,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,-192,o), -(191,-187,o), -(205,-180,c), -(205,-115,l), -(198,-117,o), -(191,-119,o), -(182,-119,cs), -(157,-119,o), -(147,-107,o), -(147,-89,cs), -(147,-64,o), -(167,-31,o), -(197,0,c), -(195,11,l), -(119,11,l), -(69,-31,o), -(40,-74,o), -(40,-115,cs), -(40,-163,o), -(76,-192,o), -(137,-192,cs) -); -} -); -width = 245; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (135,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (134,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(120,-186,o), -(135,-184,o), -(145,-180,c), -(145,-156,l), -(136,-159,o), -(125,-161,o), -(113,-161,cs), -(79,-161,o), -(65,-144,o), -(65,-120,cs), -(65,-85,o), -(91,-42,o), -(135,0,c), -(132,12,l), -(118,14,l), -(69,-32,o), -(38,-82,o), -(38,-122,cs), -(38,-162,o), -(64,-186,o), -(106,-186,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(122,-187,o), -(137,-184,o), -(145,-180,c), -(145,-156,l), -(135,-160,o), -(122,-162,o), -(111,-162,cs), -(78,-162,o), -(67,-143,o), -(67,-119,cs), -(67,-85,o), -(91,-42,o), -(135,0,c), -(132,8,l), -(112,8,l), -(67,-35,o), -(40,-85,o), -(40,-122,cs), -(40,-163,o), -(66,-187,o), -(107,-187,cs) -); -} -); -width = 185; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (183,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (153,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(-161,-201,o), -(-141,-196,o), -(-129,-190,c), -(-129,-162,l), -(-144,-169,o), -(-162,-173,o), -(-181,-173,cs), -(-227,-173,o), -(-253,-151,o), -(-253,-114,cs), -(-253,-69,o), -(-222,-45,o), -(-164,-12,cs), -(-143,0,l), -(-154,24,l), -(-175,13,ls), -(-240,-21,o), -(-285,-56,o), -(-285,-114,cs), -(-285,-168,o), -(-245,-201,o), -(-183,-201,cs) -); -}, -{ -closed = 1; -nodes = ( -(131,-209,o), -(157,-207,o), -(174,-201,c), -(174,-173,l), -(158,-178,o), -(137,-180,o), -(117,-180,cs), -(76,-180,o), -(41,-164,o), -(41,-123,cs), -(41,-88,o), -(62,-61,o), -(129,-18,cs), -(157,0,l), -(142,26,l), -(115,9,ls), -(51,-32,o), -(8,-69,o), -(8,-125,cs), -(8,-184,o), -(56,-209,o), -(115,-209,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(164,-209,o), -(191,-204,o), -(203,-198,c), -(203,-170,l), -(188,-176,o), -(166,-180,o), -(146,-180,cs), -(98,-180,o), -(73,-161,o), -(73,-126,cs), -(73,-79,o), -(117,-40,o), -(183,0,c), -(170,19,l), -(167,19,l), -(95,-21,o), -(40,-71,o), -(40,-129,cs), -(40,-179,o), -(77,-209,o), -(140,-209,cs) -); -} -); -width = 243; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (307,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (289,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(228,-221,o), -(271,-214,o), -(299,-201,c), -(299,-123,l), -(288,-128,o), -(269,-132,o), -(253,-132,cs), -(220,-132,o), -(201,-115,o), -(201,-90,cs), -(201,-57,o), -(232,-27,o), -(289,0,c), -(283,11,l), -(173,11,l), -(72,-31,o), -(40,-77,o), -(40,-123,cs), -(40,-182,o), -(93,-221,o), -(188,-221,cs) -); -}, -{ -closed = 1; -nodes = ( -(-244,-217,o), -(-195,-208,o), -(-172,-194,c), -(-170,-83,l), -(-191,-93,o), -(-223,-98,o), -(-245,-98,cs), -(-276,-98,o), -(-291,-87,o), -(-291,-69,cs), -(-291,-47,o), -(-274,-35,o), -(-240,-22,cs), -(-180,0,l), -(-228,110,l), -(-293,85,ls), -(-405,42,o), -(-467,-7,o), -(-467,-88,cs), -(-467,-170,o), -(-397,-217,o), -(-294,-217,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,-227,o), -(310,-221,o), -(343,-210,c), -(343,-94,l), -(321,-102,o), -(288,-106,o), -(265,-106,cs), -(226,-106,o), -(209,-95,o), -(209,-76,cs), -(209,-52,o), -(232,-36,o), -(296,-14,cs), -(336,0,l), -(291,108,l), -(258,95,ls), -(96,32,o), -(33,-19,o), -(33,-102,cs), -(33,-181,o), -(104,-227,o), -(208,-227,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,-222,o), -(291,-214,o), -(318,-201,c), -(318,-119,l), -(305,-125,o), -(284,-128,o), -(266,-128,cs), -(228,-128,o), -(212,-113,o), -(212,-90,cs), -(212,-56,o), -(247,-25,o), -(307,0,c), -(300,10,l), -(183,10,l), -(69,-26,o), -(40,-80,o), -(40,-125,cs), -(40,-187,o), -(95,-222,o), -(195,-222,cs) -); -} -); -width = 358; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (115,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (134,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(120,-186,o), -(135,-184,o), -(145,-180,c), -(145,-156,l), -(136,-159,o), -(125,-161,o), -(113,-161,cs), -(79,-161,o), -(65,-144,o), -(65,-120,cs), -(65,-85,o), -(91,-42,o), -(135,0,c), -(132,12,l), -(118,14,l), -(69,-32,o), -(38,-82,o), -(38,-122,cs), -(38,-162,o), -(64,-186,o), -(106,-186,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(102,-187,o), -(117,-184,o), -(125,-180,c), -(125,-156,l), -(115,-160,o), -(102,-162,o), -(91,-162,cs), -(58,-162,o), -(47,-143,o), -(47,-119,cs), -(47,-85,o), -(71,-42,o), -(115,0,c), -(112,8,l), -(92,8,l), -(47,-35,o), -(20,-85,o), -(20,-122,cs), -(20,-163,o), -(46,-187,o), -(87,-187,cs) -); -} -); -width = 145; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (187,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (271,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(215,-205,o), -(247,-200,o), -(264,-193,c), -(264,-98,l), -(256,-101,o), -(243,-103,o), -(231,-103,cs), -(206,-103,o), -(190,-94,o), -(190,-71,cs), -(190,-53,o), -(203,-36,o), -(237,-16,cs), -(265,0,l), -(221,86,l), -(201,76,ls), -(91,21,o), -(40,-19,o), -(40,-93,cs), -(40,-160,o), -(91,-205,o), -(182,-205,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(153,-192,o), -(181,-187,o), -(195,-180,c), -(195,-115,l), -(188,-117,o), -(181,-119,o), -(172,-119,cs), -(147,-119,o), -(137,-107,o), -(137,-89,cs), -(137,-64,o), -(157,-31,o), -(187,0,c), -(185,11,l), -(109,11,l), -(59,-31,o), -(30,-74,o), -(30,-115,cs), -(30,-163,o), -(66,-192,o), -(127,-192,cs) -); -} -); -width = 225; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (141,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (152,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(156,-218,o), -(174,-217,o), -(188,-212,c), -(188,-182,l), -(178,-186,o), -(164,-188,o), -(149,-188,cs), -(114,-188,o), -(90,-168,o), -(90,-127,cs), -(90,-95,o), -(111,-57,o), -(174,0,c), -(170,14,l), -(156,21,l), -(74,-53,o), -(57,-97,o), -(57,-133,cs), -(57,-183,o), -(91,-218,o), -(141,-218,cs) -); -}, -{ -closed = 1; -nodes = ( -(-140,-198,o), -(-119,-197,o), -(-104,-191,c), -(-104,-163,l), -(-123,-169,o), -(-138,-169,o), -(-148,-169,cs), -(-195,-169,o), -(-227,-151,o), -(-227,-113,cs), -(-227,-85,o), -(-209,-58,o), -(-167,-29,cs), -(-125,0,l), -(-140,26,l), -(-169,6,ls), -(-217,-28,o), -(-260,-59,o), -(-260,-115,cs), -(-260,-164,o), -(-223,-198,o), -(-153,-198,cs) -); -}, -{ -closed = 1; -nodes = ( -(152,-198,o), -(172,-197,o), -(186,-191,c), -(186,-163,l), -(169,-169,o), -(155,-169,o), -(145,-169,cs), -(102,-169,o), -(73,-149,o), -(73,-113,cs), -(73,-83,o), -(89,-57,o), -(128,-29,cs), -(167,-2,l), -(152,24,l), -(113,-4,ls), -(68,-36,o), -(40,-69,o), -(40,-115,cs), -(40,-165,o), -(80,-198,o), -(140,-198,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(123,-209,o), -(146,-204,o), -(157,-198,c), -(157,-170,l), -(145,-176,o), -(128,-180,o), -(112,-180,cs), -(74,-180,o), -(54,-161,o), -(54,-126,cs), -(54,-79,o), -(89,-40,o), -(141,0,c), -(131,19,l), -(123,19,l), -(58,-24,o), -(20,-79,o), -(20,-129,cs), -(20,-179,o), -(52,-209,o), -(103,-209,cs) -); -} -); -width = 177; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (260,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (298,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(245,-215,o), -(281,-205,o), -(295,-196,c), -(295,-132,l), -(284,-136,o), -(271,-137,o), -(264,-137,cs), -(234,-137,o), -(221,-120,o), -(221,-94,cs), -(221,-59,o), -(255,-25,o), -(298,0,c), -(280,57,l), -(273,56,l), -(141,6,o), -(84,-52,o), -(84,-118,cs), -(84,-175,o), -(128,-215,o), -(207,-215,cs) -); -}, -{ -closed = 1; -nodes = ( -(235,-207,o), -(276,-204,o), -(300,-195,c), -(300,-89,l), -(286,-94,o), -(265,-95,o), -(254,-95,cs), -(222,-96,o), -(202,-88,o), -(201,-68,cs), -(200,-49,o), -(216,-32,o), -(260,-13,cs), -(289,0,l), -(242,98,l), -(207,83,ls), -(104,38,o), -(40,-12,o), -(40,-91,cs), -(40,-170,o), -(105,-207,o), -(203,-207,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(197,-221,o), -(240,-214,o), -(269,-201,c), -(269,-123,l), -(256,-129,o), -(243,-132,o), -(229,-132,cs), -(201,-132,o), -(184,-117,o), -(184,-92,cs), -(184,-58,o), -(215,-28,o), -(260,0,c), -(252,11,l), -(144,11,l), -(64,-25,o), -(19,-71,o), -(19,-125,cs), -(19,-185,o), -(71,-221,o), -(158,-221,cs) -); -} -); -width = 288; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (173,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (153,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(-161,-201,o), -(-141,-196,o), -(-129,-190,c), -(-129,-162,l), -(-144,-169,o), -(-162,-173,o), -(-181,-173,cs), -(-227,-173,o), -(-253,-151,o), -(-253,-114,cs), -(-253,-69,o), -(-222,-45,o), -(-164,-12,cs), -(-143,0,l), -(-154,24,l), -(-175,13,ls), -(-240,-21,o), -(-285,-56,o), -(-285,-114,cs), -(-285,-168,o), -(-245,-201,o), -(-183,-201,cs) -); -}, -{ -closed = 1; -nodes = ( -(131,-209,o), -(157,-207,o), -(174,-201,c), -(174,-173,l), -(158,-178,o), -(137,-180,o), -(117,-180,cs), -(76,-180,o), -(41,-164,o), -(41,-123,cs), -(41,-88,o), -(62,-61,o), -(129,-18,cs), -(157,0,l), -(142,26,l), -(115,9,ls), -(51,-32,o), -(8,-69,o), -(8,-125,cs), -(8,-184,o), -(56,-209,o), -(115,-209,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(154,-209,o), -(181,-204,o), -(193,-198,c), -(193,-170,l), -(178,-176,o), -(156,-180,o), -(136,-180,cs), -(88,-180,o), -(63,-161,o), -(63,-126,cs), -(63,-79,o), -(107,-40,o), -(173,0,c), -(160,19,l), -(157,19,l), -(85,-21,o), -(30,-71,o), -(30,-129,cs), -(30,-179,o), -(67,-209,o), -(130,-209,cs) -); -} -); -width = 223; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (297,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (289,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(228,-221,o), -(271,-214,o), -(299,-201,c), -(299,-123,l), -(288,-128,o), -(269,-132,o), -(253,-132,cs), -(220,-132,o), -(201,-115,o), -(201,-90,cs), -(201,-57,o), -(232,-27,o), -(289,0,c), -(283,11,l), -(173,11,l), -(72,-31,o), -(40,-77,o), -(40,-123,cs), -(40,-182,o), -(93,-221,o), -(188,-221,cs) -); -}, -{ -closed = 1; -nodes = ( -(-244,-217,o), -(-195,-208,o), -(-172,-194,c), -(-170,-83,l), -(-191,-93,o), -(-223,-98,o), -(-245,-98,cs), -(-276,-98,o), -(-291,-87,o), -(-291,-69,cs), -(-291,-47,o), -(-274,-35,o), -(-240,-22,cs), -(-180,0,l), -(-228,110,l), -(-293,85,ls), -(-405,42,o), -(-467,-7,o), -(-467,-88,cs), -(-467,-170,o), -(-397,-217,o), -(-294,-217,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,-227,o), -(310,-221,o), -(343,-210,c), -(343,-94,l), -(321,-102,o), -(288,-106,o), -(265,-106,cs), -(226,-106,o), -(209,-95,o), -(209,-76,cs), -(209,-52,o), -(232,-36,o), -(296,-14,cs), -(336,0,l), -(291,108,l), -(258,95,ls), -(96,32,o), -(33,-19,o), -(33,-102,cs), -(33,-181,o), -(104,-227,o), -(208,-227,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,-222,o), -(281,-214,o), -(308,-201,c), -(308,-119,l), -(295,-125,o), -(274,-128,o), -(256,-128,cs), -(218,-128,o), -(202,-113,o), -(202,-90,cs), -(202,-56,o), -(237,-25,o), -(297,0,c), -(290,10,l), -(173,10,l), -(59,-26,o), -(30,-80,o), -(30,-125,cs), -(30,-187,o), -(85,-222,o), -(185,-222,cs) -); -} -); -width = 338; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (160,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (152,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(156,-218,o), -(174,-217,o), -(188,-212,c), -(188,-182,l), -(178,-186,o), -(164,-188,o), -(149,-188,cs), -(114,-188,o), -(90,-168,o), -(90,-127,cs), -(90,-95,o), -(111,-57,o), -(174,0,c), -(170,14,l), -(156,21,l), -(74,-53,o), -(57,-97,o), -(57,-133,cs), -(57,-183,o), -(91,-218,o), -(141,-218,cs) -); -}, -{ -closed = 1; -nodes = ( -(-140,-198,o), -(-119,-197,o), -(-104,-191,c), -(-104,-163,l), -(-123,-169,o), -(-138,-169,o), -(-148,-169,cs), -(-195,-169,o), -(-227,-151,o), -(-227,-113,cs), -(-227,-85,o), -(-209,-58,o), -(-167,-29,cs), -(-125,0,l), -(-140,26,l), -(-169,6,ls), -(-217,-28,o), -(-260,-59,o), -(-260,-115,cs), -(-260,-164,o), -(-223,-198,o), -(-153,-198,cs) -); -}, -{ -closed = 1; -nodes = ( -(152,-198,o), -(172,-197,o), -(186,-191,c), -(186,-163,l), -(169,-169,o), -(155,-169,o), -(145,-169,cs), -(102,-169,o), -(73,-149,o), -(73,-113,cs), -(73,-83,o), -(89,-57,o), -(128,-29,cs), -(167,-2,l), -(152,24,l), -(113,-4,ls), -(68,-36,o), -(40,-69,o), -(40,-115,cs), -(40,-165,o), -(80,-198,o), -(140,-198,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(144,-209,o), -(165,-204,o), -(176,-198,c), -(176,-170,l), -(164,-176,o), -(149,-180,o), -(133,-180,cs), -(95,-180,o), -(75,-161,o), -(75,-126,cs), -(75,-79,o), -(110,-40,o), -(160,0,c), -(151,19,l), -(144,19,l), -(79,-24,o), -(43,-79,o), -(43,-129,cs), -(43,-179,o), -(73,-209,o), -(124,-209,cs) -); -} -); -width = 218; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (270,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (298,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(245,-215,o), -(281,-205,o), -(295,-196,c), -(295,-132,l), -(284,-136,o), -(271,-137,o), -(264,-137,cs), -(234,-137,o), -(221,-120,o), -(221,-94,cs), -(221,-59,o), -(255,-25,o), -(298,0,c), -(280,57,l), -(273,56,l), -(141,6,o), -(84,-52,o), -(84,-118,cs), -(84,-175,o), -(128,-215,o), -(207,-215,cs) -); -}, -{ -closed = 1; -nodes = ( -(235,-207,o), -(276,-204,o), -(300,-195,c), -(300,-89,l), -(286,-94,o), -(265,-95,o), -(254,-95,cs), -(222,-96,o), -(202,-88,o), -(201,-68,cs), -(200,-49,o), -(216,-32,o), -(260,-13,cs), -(289,0,l), -(242,98,l), -(207,83,ls), -(104,38,o), -(40,-12,o), -(40,-91,cs), -(40,-170,o), -(105,-207,o), -(203,-207,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(209,-221,o), -(248,-214,o), -(277,-201,c), -(277,-123,l), -(265,-129,o), -(253,-132,o), -(242,-132,cs), -(218,-132,o), -(202,-117,o), -(202,-92,cs), -(202,-58,o), -(230,-28,o), -(269,0,c), -(262,11,l), -(153,11,l), -(80,-25,o), -(39,-71,o), -(39,-125,cs), -(39,-185,o), -(88,-221,o), -(170,-221,cs) -); -} -); -width = 315; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (78,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(32,-187,o), -(47,-184,o), -(56,-180,c), -(60,-156,l), -(50,-160,o), -(35,-162,o), -(25,-162,cs), -(1,-162,o), -(-12,-149,o), -(-12,-124,cs), -(-12,-92,o), -(19,-49,o), -(78,0,c), -(74,8,l), -(56,8,l), -(-13,-47,o), -(-39,-94,o), -(-39,-129,cs), -(-39,-164,o), -(-17,-187,o), -(17,-187,cs) -); -} -); -width = 187; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (141,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (113,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(42,-201,o), -(71,-198,o), -(84,-194,c), -(103,-100,l), -(95,-102,o), -(83,-103,o), -(70,-103,cs), -(39,-103,o), -(18,-94,o), -(18,-72,cs), -(18,-44,o), -(39,-30,o), -(75,-15,cs), -(112,0,l), -(83,85,l), -(55,76,ls), -(-71,35,o), -(-134,-15,o), -(-134,-93,cs), -(-134,-158,o), -(-85,-201,o), -(19,-201,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(71,-192,o), -(99,-188,o), -(117,-180,c), -(128,-115,l), -(120,-118,o), -(113,-119,o), -(105,-119,cs), -(83,-119,o), -(74,-105,o), -(74,-89,cs), -(74,-64,o), -(98,-34,o), -(141,0,c), -(136,11,l), -(65,11,l), -(11,-25,o), -(-38,-62,o), -(-38,-118,cs), -(-38,-163,o), -(-4,-192,o), -(51,-192,cs) -); -} -); -width = 250; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (103,0); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,-209,o), -(70,-205,o), -(84,-198,c), -(89,-170,l), -(76,-176,o), -(59,-180,o), -(43,-180,cs), -(11,-180,o), -(-7,-164,o), -(-7,-136,cs), -(-7,-92,o), -(30,-53,o), -(103,0,c), -(97,19,l), -(89,19,l), -(12,-31,o), -(-40,-82,o), -(-40,-139,cs), -(-40,-182,o), -(-11,-209,o), -(34,-209,cs) -); -} -); -width = 219; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (223,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (194,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(119,-207,o), -(147,-203,o), -(167,-199,c), -(187,-96,l), -(175,-98,o), -(160,-100,o), -(146,-100,cs), -(110,-100,o), -(94,-89,o), -(94,-70,cs), -(94,-42,o), -(121,-27,o), -(164,-11,cs), -(194,0,l), -(167,102,l), -(130,90,ls), -(23,55,o), -(-71,3,o), -(-71,-93,cs), -(-71,-161,o), -(-23,-207,o), -(91,-207,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(122,-221,o), -(167,-213,o), -(196,-201,c), -(210,-123,l), -(196,-129,o), -(182,-132,o), -(168,-132,cs), -(144,-132,o), -(130,-121,o), -(130,-101,cs), -(130,-72,o), -(160,-40,o), -(223,0,c), -(216,11,l), -(108,11,l), -(26,-22,o), -(-42,-68,o), -(-42,-136,cs), -(-42,-191,o), -(6,-221,o), -(82,-221,cs) -); -} -); -width = 334; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (125,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (84,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(80,-209,o), -(98,-207,o), -(110,-204,c), -(115,-175,l), -(103,-179,o), -(85,-181,o), -(68,-181,cs), -(20,-181,o), -(-7,-161,o), -(-7,-126,cs), -(-7,-84,o), -(33,-52,o), -(103,-16,cs), -(134,0,l), -(122,28,l), -(87,9,ls), -(17,-29,o), -(-40,-64,o), -(-40,-130,cs), -(-40,-177,o), -(-2,-209,o), -(62,-209,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(70,-209,o), -(88,-207,o), -(99,-204,c), -(104,-175,l), -(93,-179,o), -(77,-181,o), -(61,-181,cs), -(15,-181,o), -(-6,-161,o), -(-6,-128,cs), -(-6,-90,o), -(24,-50,o), -(125,0,c), -(120,16,l), -(103,16,l), -(3,-30,o), -(-39,-81,o), -(-39,-132,cs), -(-39,-180,o), -(-3,-209,o), -(54,-209,cs) -); -} -); -width = 235; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (249,0); -} -); -background = { -anchors = ( -{ -name = _ogonek; -pos = (201,0); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(109,-227,o), -(146,-222,o), -(165,-217,c), -(187,-104,l), -(169,-108,o), -(141,-110,o), -(124,-110,cs), -(76,-110,o), -(60,-97,o), -(60,-76,cs), -(60,-45,o), -(93,-30,o), -(158,-12,cs), -(201,0,l), -(177,111,l), -(134,98,ls), -(-4,56,o), -(-120,10,o), -(-120,-103,cs), -(-120,-178,o), -(-57,-227,o), -(66,-227,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(144,-222,o), -(195,-214,o), -(224,-201,c), -(239,-119,l), -(225,-125,o), -(202,-128,o), -(185,-128,cs), -(151,-128,o), -(137,-113,o), -(137,-95,cs), -(137,-61,o), -(173,-34,o), -(249,0,c), -(243,10,l), -(126,10,l), -(13,-25,o), -(-42,-76,o), -(-42,-134,cs), -(-42,-190,o), -(14,-222,o), -(97,-222,cs) -); -} -); -width = 362; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 808; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ograve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ograve.glyph deleted file mode 100644 index 87afb56e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ograve.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = ograve; -kernLeft = KO_e; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (34,-156); -ref = gravecomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (18,-137); -ref = gravecomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (176,-155); -ref = gravecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (113,-129); -ref = gravecomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (34,-156); -ref = gravecomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (19,-137); -ref = gravecomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (161,-155); -ref = gravecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (95,-134); -ref = gravecomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (176,-155); -ref = gravecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (113,-129); -ref = gravecomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (160,-155); -ref = gravecomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (102,-134); -ref = gravecomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (0,-156); -ref = gravecomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-5,-137); -ref = gravecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (108,-155); -ref = gravecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (51,-134); -ref = gravecomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (119,-155); -ref = gravecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (73,-129); -ref = gravecomb; -} -); -width = 692; -} -); -unicode = 242; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ohookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ohookabove.glyph deleted file mode 100644 index 342625f6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ohookabove.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = ohookabove; -kernLeft = KO_e; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (87,-156); -ref = hookabovecomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (88,-138); -ref = hookabovecomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (212,-155); -ref = hookabovecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (194,-134); -ref = hookabovecomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (87,-156); -ref = hookabovecomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (89,-138); -ref = hookabovecomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (187,-155); -ref = hookabovecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (141,-134); -ref = hookabovecomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (212,-155); -ref = hookabovecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (194,-134); -ref = hookabovecomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (186,-155); -ref = hookabovecomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (145,-134); -ref = hookabovecomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (29,-157); -ref = hookabovecomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (49,-139); -ref = hookabovecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (138,-156); -ref = hookabovecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (92,-135); -ref = hookabovecomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (161,-156); -ref = hookabovecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (138,-137); -ref = hookabovecomb; -} -); -width = 692; -} -); -unicode = 7887; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ohorn.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ohorn.glyph deleted file mode 100644 index 65b2da60..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ohorn.glyph +++ /dev/null @@ -1,261 +0,0 @@ -{ -color = 7; -glyphname = ohorn; -kernLeft = KO_e; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (181,-9); -ref = horncomb; -} -); -width = 338; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (259,-11); -ref = horncomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (391,-18); -ref = horncomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (400,-86); -ref = horncomb; -} -); -width = 700; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (181,-9); -ref = horncomb; -} -); -width = 298; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (260,-11); -ref = horncomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (341,-2); -ref = horncomb; -} -); -width = 549; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (344,-66); -ref = horncomb; -} -); -width = 570; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (399,-18); -ref = horncomb; -} -); -width = 620; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (416,-86); -ref = horncomb; -} -); -width = 680; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (336,-2); -ref = horncomb; -} -); -width = 582; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (335,-66); -ref = horncomb; -} -); -width = 603; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (168,-9); -ref = horncomb; -} -); -width = 337; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (233,-11); -ref = horncomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (322,-3); -ref = horncomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (304,-66); -ref = horncomb; -} -); -width = 607; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (363,-18); -ref = horncomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (358,-98); -ref = horncomb; -} -); -width = 694; -} -); -metricLeft = o; -unicode = 417; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ohornacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ohornacute.glyph deleted file mode 100644 index d8126a5d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ohornacute.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = ohornacute; -kernLeft = KO_e; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (112,-156); -ref = acutecomb; -} -); -width = 338; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (115,-137); -ref = acutecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (262,-155); -ref = acutecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (230,-129); -ref = acutecomb; -} -); -width = 700; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (112,-156); -ref = acutecomb; -} -); -width = 338; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (116,-137); -ref = acutecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (240,-155); -ref = acutecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (192,-134); -ref = acutecomb; -} -); -width = 592; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (262,-155); -ref = acutecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (230,-129); -ref = acutecomb; -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (239,-155); -ref = acutecomb; -} -); -width = 582; -}, -{ -layerId = m020; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (191,-134); -ref = acutecomb; -} -); -width = 603; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (77,-156); -ref = acutecomb; -} -); -width = 337; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (85,-137); -ref = acutecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (185,-155); -ref = acutecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (152,-134); -ref = acutecomb; -} -); -width = 607; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (206,-155); -ref = acutecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (190,-129); -ref = acutecomb; -} -); -width = 694; -} -); -unicode = 7899; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ohorndotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ohorndotbelow.glyph deleted file mode 100644 index 2e5b40cf..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ohorndotbelow.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = ohorndotbelow; -kernLeft = KO_e; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (105,0); -ref = dotbelowcomb; -} -); -width = 338; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (109,0); -ref = dotbelowcomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (248,0); -ref = dotbelowcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (194,0); -ref = dotbelowcomb; -} -); -width = 700; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (105,0); -ref = dotbelowcomb; -} -); -width = 338; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (110,0); -ref = dotbelowcomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (223,0); -ref = dotbelowcomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (179,0); -ref = dotbelowcomb; -} -); -width = 592; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (248,0); -ref = dotbelowcomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (194,0); -ref = dotbelowcomb; -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (222,0); -ref = dotbelowcomb; -} -); -width = 582; -}, -{ -layerId = m020; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (180,0); -ref = dotbelowcomb; -} -); -width = 603; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (118,0); -ref = dotbelowcomb; -} -); -width = 337; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (127,0); -ref = dotbelowcomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (233,0); -ref = dotbelowcomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (206,0); -ref = dotbelowcomb; -} -); -width = 607; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (266,0); -ref = dotbelowcomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (229,0); -ref = dotbelowcomb; -} -); -width = 694; -} -); -unicode = 7907; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ohorndotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ohorndotbelow.ss01.glyph deleted file mode 100644 index ffbba74c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ohorndotbelow.ss01.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = ohorndotbelow.ss01; -kernLeft = KO_e; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (113,0); -ref = dotbelowcomb.ss01; -} -); -width = 338; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (98,0); -ref = dotbelowcomb.ss01; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (261,0); -ref = dotbelowcomb.ss01; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (206,0); -ref = dotbelowcomb.ss01; -} -); -width = 700; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (113,0); -ref = dotbelowcomb.ss01; -} -); -width = 338; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (99,0); -ref = dotbelowcomb.ss01; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (236,0); -ref = dotbelowcomb.ss01; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (168,0); -ref = dotbelowcomb.ss01; -} -); -width = 592; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (261,0); -ref = dotbelowcomb.ss01; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (206,0); -ref = dotbelowcomb.ss01; -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (235,0); -ref = dotbelowcomb.ss01; -} -); -width = 582; -}, -{ -layerId = m020; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (167,0); -ref = dotbelowcomb.ss01; -} -); -width = 603; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (126,0); -ref = dotbelowcomb.ss01; -} -); -width = 337; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (118,0); -ref = dotbelowcomb.ss01; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (246,0); -ref = dotbelowcomb.ss01; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (197,0); -ref = dotbelowcomb.ss01; -} -); -width = 607; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (277,0); -ref = dotbelowcomb.ss01; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (243,0); -ref = dotbelowcomb.ss01; -} -); -width = 694; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ohorngrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ohorngrave.glyph deleted file mode 100644 index e60ebf9d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ohorngrave.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = ohorngrave; -kernLeft = KO_egrave; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (34,-156); -ref = gravecomb; -} -); -width = 338; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (18,-137); -ref = gravecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (176,-155); -ref = gravecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (113,-129); -ref = gravecomb; -} -); -width = 700; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (34,-156); -ref = gravecomb; -} -); -width = 338; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (19,-137); -ref = gravecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (161,-155); -ref = gravecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (95,-134); -ref = gravecomb; -} -); -width = 592; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (176,-155); -ref = gravecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (113,-129); -ref = gravecomb; -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (160,-155); -ref = gravecomb; -} -); -width = 582; -}, -{ -layerId = m020; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (102,-134); -ref = gravecomb; -} -); -width = 603; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (0,-156); -ref = gravecomb; -} -); -width = 337; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (-5,-137); -ref = gravecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (108,-155); -ref = gravecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (51,-134); -ref = gravecomb; -} -); -width = 607; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (119,-155); -ref = gravecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (73,-129); -ref = gravecomb; -} -); -width = 694; -} -); -unicode = 7901; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ohornhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ohornhookabove.glyph deleted file mode 100644 index b3bec9b2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ohornhookabove.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = ohornhookabove; -kernLeft = KO_e; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (87,-156); -ref = hookabovecomb; -} -); -width = 338; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (88,-138); -ref = hookabovecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (212,-155); -ref = hookabovecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (194,-134); -ref = hookabovecomb; -} -); -width = 700; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (87,-156); -ref = hookabovecomb; -} -); -width = 338; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (89,-138); -ref = hookabovecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (187,-155); -ref = hookabovecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (141,-134); -ref = hookabovecomb; -} -); -width = 592; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (212,-155); -ref = hookabovecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (194,-134); -ref = hookabovecomb; -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (186,-155); -ref = hookabovecomb; -} -); -width = 582; -}, -{ -layerId = m020; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (145,-134); -ref = hookabovecomb; -} -); -width = 603; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (29,-157); -ref = hookabovecomb; -} -); -width = 337; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (49,-139); -ref = hookabovecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (138,-156); -ref = hookabovecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (92,-135); -ref = hookabovecomb; -} -); -width = 607; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (161,-156); -ref = hookabovecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (138,-137); -ref = hookabovecomb; -} -); -width = 694; -} -); -unicode = 7903; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ohorntilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ohorntilde.glyph deleted file mode 100644 index 7a0b8dcd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ohorntilde.glyph +++ /dev/null @@ -1,252 +0,0 @@ -{ -color = 6; -glyphname = ohorntilde; -kernLeft = KO_egrave; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (28,-156); -ref = tildecomb; -} -); -width = 338; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (-5,-138); -ref = tildecomb; -} -); -width = 470; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (113,-155); -ref = tildecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (83,-129); -ref = tildecomb; -} -); -width = 700; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (28,-156); -ref = tildecomb; -} -); -width = 338; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (-4,-138); -ref = tildecomb; -} -); -width = 450; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (106,-155); -ref = tildecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (46,-134); -ref = tildecomb; -} -); -width = 592; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (113,-155); -ref = tildecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = ohorn; -}, -{ -alignment = -1; -pos = (83,-129); -ref = tildecomb; -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (107,-155); -ref = tildecomb; -} -); -width = 582; -}, -{ -layerId = m020; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (51,-134); -ref = tildecomb; -} -); -width = 603; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (-7,-156); -ref = tildecomb; -} -); -width = 337; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (-38,-138); -ref = tildecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (53,-155); -ref = tildecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (3,-134); -ref = tildecomb; -} -); -width = 607; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (57,-155); -ref = tildecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = ohorn; -}, -{ -pos = (46,-134); -ref = tildecomb; -} -); -width = 694; -} -); -unicode = 7905; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ohungarumlaut.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ohungarumlaut.glyph deleted file mode 100644 index f6e456d7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ohungarumlaut.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = ohungarumlaut; -kernLeft = KO_egrave; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (71,-156); -ref = hungarumlautcomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (44,-137); -ref = hungarumlautcomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (191,-155); -ref = hungarumlautcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (130,-129); -ref = hungarumlautcomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (71,-156); -ref = hungarumlautcomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (45,-137); -ref = hungarumlautcomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (174,-155); -ref = hungarumlautcomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (91,-134); -ref = hungarumlautcomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (191,-155); -ref = hungarumlautcomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (130,-129); -ref = hungarumlautcomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (173,-155); -ref = hungarumlautcomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (94,-134); -ref = hungarumlautcomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (35,-156); -ref = hungarumlautcomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (4,-137); -ref = hungarumlautcomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (119,-155); -ref = hungarumlautcomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (52,-134); -ref = hungarumlautcomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (134,-155); -ref = hungarumlautcomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (85,-129); -ref = hungarumlautcomb; -} -); -width = 692; -} -); -unicode = 337; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/omacron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/omacron.glyph deleted file mode 100644 index 76f9430f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/omacron.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = omacron; -kernLeft = KO_egrave; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (31,-155); -ref = macroncomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (33,-139); -ref = macroncomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (92,-154); -ref = macroncomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (83,-129); -ref = macroncomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (31,-155); -ref = macroncomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (34,-139); -ref = macroncomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (95,-155); -ref = macroncomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (62,-134); -ref = macroncomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (92,-154); -ref = macroncomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (83,-129); -ref = macroncomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (96,-155); -ref = macroncomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (67,-134); -ref = macroncomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-5,-155); -ref = macroncomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (1,-139); -ref = macroncomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (41,-155); -ref = macroncomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (39,-134); -ref = macroncomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (35,-154); -ref = macroncomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (42,-129); -ref = macroncomb; -} -); -width = 692; -} -); -unicode = 333; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/one.blackC_ircled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/one.blackC_ircled.glyph deleted file mode 100644 index e15e3a6b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/one.blackC_ircled.glyph +++ /dev/null @@ -1,1698 +0,0 @@ -{ -color = 0; -glyphname = one.blackCircled; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(327,414,l), -(244,414,l), -(244,503,l), -(263,503,ls), -(301,503,o), -(331,534,o), -(335,582,c), -(437,582,l), -(437,149,l), -(327,149,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(327,414,l), -(244,414,l), -(244,503,l), -(263,503,ls), -(301,503,o), -(331,534,o), -(335,582,c), -(437,582,l), -(437,149,l), -(327,149,l) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(353,496,l), -(295,496,l), -(295,523,l), -(307,523,ls), -(340,523,o), -(354,546,o), -(355,582,c), -(383,582,l), -(383,149,l), -(353,149,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(353,495,l), -(295,495,l), -(295,522,l), -(307,522,ls), -(340,522,o), -(354,545,o), -(355,581,c), -(383,581,l), -(383,148,l), -(353,148,l) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,485,l), -(341,485,l), -(341,512,l), -(361,512,ls), -(419,512,o), -(442,540,o), -(445,582,c), -(482,582,l), -(482,149,l), -(446,149,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,486,l), -(341,486,l), -(341,513,l), -(361,513,ls), -(419,513,o), -(442,541,o), -(445,583,c), -(482,583,l), -(482,150,l), -(446,150,l) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(393,394,l), -(278,394,l), -(278,502,l), -(297,502,ls), -(352,502,o), -(396,534,o), -(401,582,c), -(543,582,l), -(543,149,l), -(393,149,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(393,398,l), -(278,398,l), -(278,506,l), -(297,506,ls), -(352,506,o), -(396,538,o), -(401,586,c), -(543,586,l), -(543,153,l), -(393,153,l) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(353,496,l), -(295,496,l), -(295,523,l), -(307,523,ls), -(340,523,o), -(354,546,o), -(355,582,c), -(383,582,l), -(383,149,l), -(353,149,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(333,495,l), -(275,495,l), -(275,522,l), -(287,522,ls), -(320,522,o), -(334,545,o), -(335,581,c), -(363,581,l), -(363,148,l), -(333,148,l) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(327,414,l), -(244,414,l), -(244,503,l), -(263,503,ls), -(301,503,o), -(331,534,o), -(335,582,c), -(437,582,l), -(437,149,l), -(327,149,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(317,414,l), -(234,414,l), -(234,503,l), -(253,503,ls), -(291,503,o), -(321,534,o), -(325,582,c), -(427,582,l), -(427,149,l), -(317,149,l) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (416,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(434,486,l), -(334,486,l), -(334,512,l), -(350,512,ls), -(408,512,o), -(430,540,o), -(434,582,c), -(468,582,l), -(468,149,l), -(434,149,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(415,486,l), -(315,486,l), -(315,512,l), -(331,512,ls), -(389,512,o), -(411,540,o), -(415,582,c), -(449,582,l), -(449,149,l), -(415,149,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -112, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -529, -23 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -520, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -105, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -527, -31 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -482, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --18, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --18, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,405,l), -(274,405,l), -(274,502,l), -(294,502,ls), -(349,502,o), -(393,534,o), -(398,582,c), -(517,582,l), -(517,149,l), -(390,149,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(387,407,l), -(271,407,l), -(271,504,l), -(291,504,ls), -(346,504,o), -(390,536,o), -(395,584,c), -(514,584,l), -(514,151,l), -(387,151,l) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,485,l), -(341,485,l), -(341,512,l), -(361,512,ls), -(419,512,o), -(442,540,o), -(445,582,c), -(482,582,l), -(482,149,l), -(446,149,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(436,486,l), -(331,486,l), -(331,513,l), -(351,513,ls), -(409,513,o), -(432,541,o), -(435,583,c), -(472,583,l), -(472,150,l), -(436,150,l) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(393,394,l), -(278,394,l), -(278,502,l), -(297,502,ls), -(352,502,o), -(396,534,o), -(401,582,c), -(543,582,l), -(543,149,l), -(393,149,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,398,l), -(268,398,l), -(268,506,l), -(287,506,ls), -(342,506,o), -(386,538,o), -(391,586,c), -(533,586,l), -(533,153,l), -(383,153,l) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (431,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(434,486,l), -(334,486,l), -(334,512,l), -(350,512,ls), -(408,512,o), -(430,540,o), -(434,582,c), -(468,582,l), -(468,149,l), -(434,149,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(430,486,l), -(332,486,l), -(332,512,l), -(347,512,ls), -(404,512,o), -(426,540,o), -(430,582,c), -(462,582,l), -(462,149,l), -(430,149,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -112, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -529, -23 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -520, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -105, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -527, -31 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -482, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --18, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --18, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,405,l), -(274,405,l), -(274,502,l), -(294,502,ls), -(349,502,o), -(393,534,o), -(398,582,c), -(517,582,l), -(517,149,l), -(390,149,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(398,407,l), -(284,407,l), -(284,504,l), -(304,504,ls), -(357,504,o), -(401,536,o), -(406,584,c), -(524,584,l), -(524,151,l), -(398,151,l) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,496,l), -(332,496,l), -(332,523,l), -(344,523,ls), -(377,523,o), -(391,546,o), -(392,582,c), -(420,582,l), -(420,149,l), -(390,149,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,495,l), -(332,495,l), -(332,522,l), -(344,522,ls), -(377,522,o), -(391,545,o), -(392,581,c), -(420,581,l), -(420,148,l), -(390,148,l) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(359,414,l), -(276,414,l), -(276,503,l), -(295,503,ls), -(333,503,o), -(363,534,o), -(367,582,c), -(469,582,l), -(469,149,l), -(359,149,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(359,414,l), -(276,414,l), -(276,503,l), -(295,503,ls), -(333,503,o), -(363,534,o), -(367,582,c), -(469,582,l), -(469,149,l), -(359,149,l) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467.5,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(466,486,l), -(366,486,l), -(366,512,l), -(382,512,ls), -(440,512,o), -(462,540,o), -(466,582,c), -(500,582,l), -(500,149,l), -(466,149,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(467,486,l), -(367,486,l), -(367,512,l), -(383,512,ls), -(441,512,o), -(463,540,o), -(467,582,c), -(501,582,l), -(501,149,l), -(467,149,l) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (455.5,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(436,405,l), -(320,405,l), -(320,502,l), -(340,502,ls), -(395,502,o), -(439,534,o), -(444,582,c), -(563,582,l), -(563,149,l), -(436,149,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(436,407,l), -(320,407,l), -(320,504,l), -(340,504,ls), -(395,504,o), -(439,536,o), -(444,584,c), -(563,584,l), -(563,151,l), -(436,151,l) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(477,485,l), -(372,485,l), -(372,512,l), -(392,512,ls), -(450,512,o), -(473,540,o), -(476,582,c), -(513,582,l), -(513,149,l), -(477,149,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(477,486,l), -(372,486,l), -(372,513,l), -(392,513,ls), -(450,513,o), -(473,541,o), -(476,583,c), -(513,583,l), -(513,150,l), -(477,150,l) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(422,394,l), -(307,394,l), -(307,502,l), -(326,502,ls), -(381,502,o), -(425,534,o), -(430,582,c), -(572,582,l), -(572,149,l), -(422,149,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(422,398,l), -(307,398,l), -(307,506,l), -(326,506,ls), -(381,506,o), -(425,538,o), -(430,586,c), -(572,586,l), -(572,153,l), -(422,153,l) -); -} -); -width = 880; -} -); -metricLeft = one.circled; -metricRight = one.circled; -unicode = 10102; -userData = { -RMXScaler = { -source = one; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/one.circled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/one.circled.glyph deleted file mode 100644 index 361466be..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/one.circled.glyph +++ /dev/null @@ -1,1280 +0,0 @@ -{ -color = 0; -glyphname = one.circled; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,149,l), -(383,582,l), -(355,582,l), -(354,546,o), -(340,523,o), -(307,523,cs), -(295,523,l), -(295,496,l), -(353,496,l), -(353,149,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (282,188); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(437,149,l), -(437,582,l), -(335,582,l), -(331,534,o), -(301,503,o), -(263,503,cs), -(244,503,l), -(244,414,l), -(327,414,l), -(327,149,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (234,189); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 706; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,149,l), -(482,582,l), -(445,582,l), -(442,540,o), -(419,512,o), -(361,512,cs), -(341,512,l), -(341,485,l), -(446,485,l), -(446,149,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (325,190); -ref = oneinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(543,149,l), -(543,582,l), -(401,582,l), -(396,534,o), -(352,502,o), -(297,502,cs), -(278,502,l), -(278,394,l), -(393,394,l), -(393,149,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (272,193); -ref = oneinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,149,l), -(383,582,l), -(355,582,l), -(354,546,o), -(340,523,o), -(307,523,cs), -(295,523,l), -(295,496,l), -(353,496,l), -(353,149,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (272,188); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 658; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(437,149,l), -(437,582,l), -(335,582,l), -(331,534,o), -(301,503,o), -(263,503,cs), -(244,503,l), -(244,414,l), -(327,414,l), -(327,149,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (231,189); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 686; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(468,149,l), -(468,582,l), -(434,582,l), -(430,540,o), -(408,512,o), -(350,512,cs), -(334,512,l), -(334,486,l), -(434,486,l), -(434,149,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (311,189); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 831; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(535,149,l), -(535,582,l), -(416,582,l), -(411,534,o), -(367,502,o), -(312,502,cs), -(292,502,l), -(292,405,l), -(408,405,l), -(408,149,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (270,191); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 813; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,149,l), -(482,582,l), -(445,582,l), -(442,540,o), -(419,512,o), -(361,512,cs), -(341,512,l), -(341,485,l), -(446,485,l), -(446,149,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (320,190); -ref = oneinferior; -} -); -width = 864; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(543,149,l), -(543,582,l), -(401,582,l), -(396,534,o), -(352,502,o), -(297,502,cs), -(278,502,l), -(278,394,l), -(393,394,l), -(393,149,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (267,193); -ref = oneinferior; -} -); -width = 840; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(468,149,l), -(468,582,l), -(434,582,l), -(430,540,o), -(408,512,o), -(350,512,cs), -(334,512,l), -(334,486,l), -(434,486,l), -(434,149,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (300,189); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 858; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(535,149,l), -(535,582,l), -(416,582,l), -(411,534,o), -(367,502,o), -(312,502,cs), -(292,502,l), -(292,405,l), -(408,405,l), -(408,149,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (275,191); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 834; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(420,149,l), -(420,582,l), -(392,582,l), -(391,546,o), -(377,523,o), -(344,523,cs), -(332,523,l), -(332,496,l), -(390,496,l), -(390,149,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (319,188); -ref = oneinferior; -} -); -width = 727; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(469,149,l), -(469,582,l), -(367,582,l), -(363,534,o), -(333,503,o), -(295,503,cs), -(276,503,l), -(276,414,l), -(359,414,l), -(359,149,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (266,189); -ref = oneinferior; -} -); -width = 731; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(500,149,l), -(500,582,l), -(466,582,l), -(462,540,o), -(440,512,o), -(382,512,cs), -(366,512,l), -(366,486,l), -(466,486,l), -(466,149,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = master01; -pos = (371,186); -ref = oneinferior; -} -); -width = 891; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(563,149,l), -(563,582,l), -(444,582,l), -(439,534,o), -(395,502,o), -(340,502,cs), -(320,502,l), -(320,405,l), -(436,405,l), -(436,149,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (299,188); -ref = oneinferior; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(513,149,l), -(513,582,l), -(476,582,l), -(473,540,o), -(450,512,o), -(392,512,cs), -(372,512,l), -(372,485,l), -(477,485,l), -(477,149,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (356,190); -ref = oneinferior; -} -); -width = 903; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(689,-11,o), -(850,135,o), -(850,364,cs), -(850,593,o), -(689,739,o), -(460,739,cs), -(232,739,o), -(70,593,o), -(70,364,cs), -(70,135,o), -(232,-11,o), -(460,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(280,67,o), -(152,181,o), -(152,364,cs), -(152,547,o), -(280,661,o), -(460,661,cs), -(641,661,o), -(768,547,o), -(768,364,cs), -(768,181,o), -(641,67,o), -(460,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(573,153,l), -(573,586,l), -(431,586,l), -(426,538,o), -(382,506,o), -(327,506,cs), -(308,506,l), -(308,398,l), -(423,398,l), -(423,153,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (301,193); -ref = oneinferior; -} -); -width = 880; -} -); -unicode = 9312; -userData = { -RMXScaler = { -source = one; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/one.dnom.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/one.dnom.glyph deleted file mode 100644 index 216c6501..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/one.dnom.glyph +++ /dev/null @@ -1,607 +0,0 @@ -{ -glyphname = one.dnom; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,0,l), -(185,375,l), -(92,375,l), -(88,333,o), -(61,306,o), -(28,306,cs), -(11,306,l), -(11,225,l), -(84,225,l), -(84,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 212; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(97,397,l), -(72,397,l), -(71,364,o), -(58,343,o), -(28,343,cs), -(17,343,l), -(17,319,l), -(70,319,l), -(70,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 157; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(148,0,l), -(148,397,l), -(113,397,l), -(109,354,o), -(85,333,o), -(36,333,cs), -(17,333,l), -(17,307,l), -(113,307,l), -(113,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 214; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,0,l), -(236,375,l), -(117,375,l), -(112,332,o), -(72,306,o), -(24,306,cs), -(7,306,l), -(7,214,l), -(110,214,l), -(110,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 279; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(87,0,l), -(87,397,l), -(62,397,l), -(61,364,o), -(48,343,o), -(18,343,cs), -(7,343,l), -(7,319,l), -(60,319,l), -(60,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 127; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,0,l), -(178,375,l), -(85,375,l), -(81,333,o), -(54,306,o), -(21,306,cs), -(4,306,l), -(4,225,l), -(77,225,l), -(77,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 195; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(128,0,l), -(128,397,l), -(96,397,l), -(93,360,o), -(75,333,o), -(19,333,cs), -(5,333,l), -(5,309,l), -(97,309,l), -(97,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 189; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,0,l), -(220,375,l), -(114,375,l), -(109,331,o), -(68,306,o), -(21,306,cs), -(3,306,l), -(3,220,l), -(107,220,l), -(107,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 250; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(138,0,l), -(138,397,l), -(103,397,l), -(99,354,o), -(75,333,o), -(26,333,cs), -(7,333,l), -(7,307,l), -(103,307,l), -(103,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 194; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,0,l), -(231,375,l), -(112,375,l), -(107,332,o), -(67,306,o), -(19,306,cs), -(2,306,l), -(2,214,l), -(105,214,l), -(105,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 264; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(152,0,l), -(152,397,l), -(122,397,l), -(119,360,o), -(101,333,o), -(47,333,cs), -(33,333,l), -(33,309,l), -(123,309,l), -(123,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 239; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(224,0,l), -(224,375,l), -(120,375,l), -(115,331,o), -(76,306,o), -(36,306,cs), -(19,306,l), -(19,220,l), -(113,220,l), -(113,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 275; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,0,l), -(126,397,l), -(101,397,l), -(93,364,o), -(76,343,o), -(46,343,cs), -(35,343,l), -(30,319,l), -(83,319,l), -(16,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 156; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(127,0,l), -(206,375,l), -(114,375,l), -(101,333,o), -(69,306,o), -(37,306,cs), -(19,306,l), -(2,225,l), -(75,225,l), -(27,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 210; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(92,0,l), -(174,397,l), -(144,397,l), -(133,359,o), -(108,333,o), -(59,333,cs), -(45,333,l), -(40,309,l), -(124,309,l), -(61,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 231; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(175,0,l), -(254,375,l), -(147,375,l), -(133,334,o), -(91,306,o), -(44,306,cs), -(27,306,l), -(9,218,l), -(106,218,l), -(62,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 286; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,0,l), -(174,397,l), -(140,397,l), -(128,358,o), -(103,333,o), -(50,333,cs), -(32,333,l), -(27,307,l), -(121,307,l), -(57,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 210; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,0,l), -(255,375,l), -(137,375,l), -(123,334,o), -(81,306,o), -(31,306,cs), -(14,306,l), -(-5,214,l), -(96,214,l), -(51,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 277; -} -); -userData = { -KernOnName = one.dnom; -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = one; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/one.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/one.glyph deleted file mode 100644 index 69b2bb8b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/one.glyph +++ /dev/null @@ -1,485 +0,0 @@ -{ -glyphname = one; -kernLeft = KO_one; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(333,0,l), -(333,730,l), -(165,730,l), -(158,651,o), -(108,598,o), -(45,598,cs), -(12,598,l), -(12,452,l), -(151,452,l), -(151,0,l) -); -} -); -width = 362; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(128,0,l), -(128,730,l), -(98,730,l), -(96,673,o), -(77,635,o), -(21,635,cs), -(3,635,l), -(3,604,l), -(96,604,l), -(96,0,l) -); -} -); -width = 194; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(230,730,l), -(190,730,l), -(184,661,o), -(153,616,o), -(53,616,cs), -(18,616,l), -(18,586,l), -(192,586,l), -(192,0,l) -); -} -); -width = 303; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(422,0,l), -(422,730,l), -(209,730,l), -(200,651,o), -(132,598,o), -(37,598,cs), -(5,598,l), -(5,434,l), -(196,434,l), -(196,0,l) -); -} -); -width = 470; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(118,0,l), -(118,721,l), -(89,721,l), -(87,665,o), -(68,627,o), -(13,627,cs), -(-5,627,l), -(-5,597,l), -(87,597,l), -(87,0,l) -); -} -); -width = 160; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,0,l), -(320,729,l), -(155,729,l), -(148,651,o), -(99,599,o), -(36,599,cs), -(4,599,l), -(4,454,l), -(135,454,l), -(135,0,l) -); -} -); -width = 338; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,l), -(206,729,l), -(167,729,l), -(161,661,o), -(130,616,o), -(31,616,cs), -(6,616,l), -(6,587,l), -(169,587,l), -(169,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 276; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(382,0,l), -(382,729,l), -(203,729,l), -(195,651,o), -(127,599,o), -(34,599,cs), -(2,599,l), -(2,454,l), -(179,454,l), -(179,0,l) -); -} -); -width = 412; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,0,l), -(217,729,l), -(178,729,l), -(172,661,o), -(141,616,o), -(42,616,cs), -(8,616,l), -(8,587,l), -(180,587,l), -(180,0,l) -); -} -); -width = 279; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(412,0,l), -(412,729,l), -(201,729,l), -(193,651,o), -(125,599,o), -(32,599,cs), -(0,599,l), -(0,437,l), -(183,437,l), -(183,0,l) -); -} -); -width = 444; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(242,0,l), -(242,730,l), -(203,730,l), -(197,656,o), -(167,616,o), -(86,616,cs), -(30,616,l), -(30,586,l), -(205,586,l), -(205,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 353; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(394,0,l), -(394,730,l), -(205,730,l), -(197,651,o), -(132,598,o), -(45,598,cs), -(18,598,l), -(18,452,l), -(192,452,l), -(192,0,l) -); -} -); -width = 462; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(70,0,l), -(224,730,l), -(194,730,l), -(180,673,o), -(154,635,o), -(98,635,cs), -(80,635,l), -(74,604,l), -(166,604,l), -(38,0,l) -); -} -); -width = 192; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,0,l), -(425,730,l), -(259,730,l), -(235,651,o), -(175,598,o), -(112,598,cs), -(80,598,l), -(49,452,l), -(186,452,l), -(91,0,l) -); -} -); -width = 360; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,0,l), -(318,730,l), -(280,730,l), -(259,657,o), -(216,616,o), -(129,616,cs), -(104,616,l), -(98,586,l), -(250,586,l), -(129,0,l) -); -} -); -width = 317; -}, -{ -guides = ( -{ -pos = (303,721); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,0,l), -(490,730,l), -(307,730,l), -(281,651,o), -(205,598,o), -(117,598,cs), -(87,598,l), -(56,449,l), -(235,449,l), -(143,0,l) -); -} -); -width = 456; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,0,l), -(322,730,l), -(284,730,l), -(262,660,o), -(222,616,o), -(125,616,cs), -(91,616,l), -(85,586,l), -(252,586,l), -(130,0,l) -); -} -); -width = 298; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(359,0,l), -(511,730,l), -(301,730,l), -(275,651,o), -(197,598,o), -(104,598,cs), -(73,598,l), -(38,434,l), -(227,434,l), -(136,0,l) -); -} -); -width = 465; -} -); -unicode = 49; -userData = { -KernOnName = one; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/one.numr.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/one.numr.glyph deleted file mode 100644 index e02b7b72..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/one.numr.glyph +++ /dev/null @@ -1,411 +0,0 @@ -{ -color = 6; -glyphname = one.numr; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,354); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 212; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,333); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 157; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,333); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 214; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,354); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 279; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -pos = (0,333); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 127; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,354); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 195; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -pos = (0,332); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 189; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -pos = (0,354); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 250; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 214; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -pos = (0,354); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 264; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,332); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 239; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,354); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 275; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (69,333); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 156; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (73,354); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 210; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (69,332); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 231; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (73,354); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 286; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (69,333); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 210; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (73,354); -ref = one.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 277; -} -); -userData = { -KernOnName = one.numr; -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = one; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/one.tf.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/one.tf.glyph deleted file mode 100644 index 54d12b3d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/one.tf.glyph +++ /dev/null @@ -1,736 +0,0 @@ -{ -glyphname = one.tf; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(701,0,l), -(701,166,l), -(528,166,l), -(528,721,l), -(345,721,l), -(337,643,o), -(282,591,o), -(176,591,cs), -(144,591,l), -(144,443,l), -(333,443,l), -(333,166,l), -(137,166,l), -(137,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(343,132,l), -(343,721,l), -(177,721,l), -(170,643,o), -(121,591,o), -(58,591,cs), -(21,591,l), -(21,446,l), -(163,446,l), -(163,132,l) -); -}, -{ -closed = 1; -nodes = ( -(470,0,l), -(470,148,l), -(12,148,l), -(12,0,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(263,20,l), -(263,721,l), -(234,721,l), -(232,665,o), -(213,627,o), -(158,627,cs), -(121,627,l), -(121,597,l), -(232,597,l), -(232,20,l) -); -}, -{ -closed = 1; -nodes = ( -(400,0,l), -(400,28,l), -(83,28,l), -(83,0,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(393,25,l), -(393,721,l), -(353,721,l), -(348,643,o), -(304,578,o), -(185,578,cs), -(160,578,l), -(160,549,l), -(355,549,l), -(355,25,l) -); -}, -{ -closed = 1; -nodes = ( -(614,0,l), -(614,34,l), -(107,34,l), -(107,0,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(498,151,l), -(498,721,l), -(289,721,l), -(282,643,o), -(214,591,o), -(124,591,cs), -(84,591,l), -(84,429,l), -(278,429,l), -(278,151,l) -); -}, -{ -closed = 1; -nodes = ( -(672,0,l), -(672,167,l), -(58,167,l), -(58,0,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,20,l), -(243,721,l), -(214,721,l), -(212,665,o), -(193,627,o), -(138,627,cs), -(101,627,l), -(101,597,l), -(212,597,l), -(212,20,l) -); -}, -{ -closed = 1; -nodes = ( -(380,0,l), -(380,28,l), -(63,28,l), -(63,0,l) -); -} -); -width = 440; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(701,0,l), -(701,166,l), -(528,166,l), -(528,721,l), -(345,721,l), -(337,643,o), -(282,591,o), -(176,591,cs), -(144,591,l), -(144,443,l), -(333,443,l), -(333,166,l), -(137,166,l), -(137,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(334,132,l), -(334,721,l), -(168,721,l), -(161,643,o), -(112,591,o), -(49,591,cs), -(12,591,l), -(12,446,l), -(154,446,l), -(154,132,l) -); -}, -{ -closed = 1; -nodes = ( -(461,0,l), -(461,148,l), -(3,148,l), -(3,0,l) -); -} -); -width = 464; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(311,25,l), -(311,721,l), -(272,721,l), -(266,653,o), -(235,578,o), -(126,578,cs), -(91,578,l), -(91,549,l), -(274,549,l), -(274,25,l) -); -}, -{ -closed = 1; -nodes = ( -(518,0,l), -(518,34,l), -(43,34,l), -(43,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 560; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(803,0,l), -(803,166,l), -(630,166,l), -(630,721,l), -(447,721,l), -(439,643,o), -(384,591,o), -(278,591,cs), -(246,591,l), -(246,443,l), -(435,443,l), -(435,166,l), -(239,166,l), -(239,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(396,151,l), -(396,721,l), -(217,721,l), -(209,643,o), -(141,591,o), -(48,591,cs), -(16,591,l), -(16,446,l), -(205,446,l), -(205,151,l) -); -}, -{ -closed = 1; -nodes = ( -(568,0,l), -(568,167,l), -(1,167,l), -(1,0,l) -); -} -); -width = 562; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(383,25,l), -(383,721,l), -(343,721,l), -(338,643,o), -(294,578,o), -(175,578,cs), -(150,578,l), -(150,549,l), -(345,549,l), -(345,25,l) -); -}, -{ -closed = 1; -nodes = ( -(604,0,l), -(604,34,l), -(97,34,l), -(97,0,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(488,151,l), -(488,721,l), -(279,721,l), -(272,643,o), -(204,591,o), -(114,591,cs), -(74,591,l), -(74,429,l), -(268,429,l), -(268,151,l) -); -}, -{ -closed = 1; -nodes = ( -(662,0,l), -(662,167,l), -(48,167,l), -(48,0,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(328,25,l), -(328,721,l), -(289,721,l), -(283,653,o), -(252,578,o), -(147,578,cs), -(112,578,l), -(112,549,l), -(291,549,l), -(291,25,l) -); -}, -{ -closed = 1; -nodes = ( -(531,0,l), -(531,34,l), -(64,34,l), -(64,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(803,0,l), -(803,166,l), -(630,166,l), -(630,721,l), -(447,721,l), -(439,643,o), -(384,591,o), -(278,591,cs), -(246,591,l), -(246,443,l), -(435,443,l), -(435,166,l), -(239,166,l), -(239,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(407,151,l), -(407,721,l), -(230,721,l), -(222,643,o), -(155,591,o), -(65,591,cs), -(35,591,l), -(35,446,l), -(218,446,l), -(218,151,l) -); -}, -{ -closed = 1; -nodes = ( -(572,0,l), -(572,167,l), -(21,167,l), -(21,0,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,20,l), -(355,721,l), -(326,721,l), -(312,665,o), -(285,627,o), -(231,627,cs), -(193,627,l), -(187,597,l), -(298,597,l), -(176,20,l) -); -}, -{ -closed = 1; -nodes = ( -(347,0,l), -(352,28,l), -(37,28,l), -(31,0,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,132,l), -(431,721,l), -(267,721,l), -(243,643,o), -(184,591,o), -(122,591,cs), -(85,591,l), -(54,446,l), -(195,446,l), -(130,132,l) -); -}, -{ -closed = 1; -nodes = ( -(413,0,l), -(444,148,l), -(-10,148,l), -(-41,0,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,25,l), -(419,721,l), -(381,721,l), -(361,653,o), -(313,578,o), -(205,578,cs), -(171,578,l), -(165,549,l), -(346,549,l), -(236,25,l) -); -}, -{ -closed = 1; -nodes = ( -(483,0,l), -(490,34,l), -(20,34,l), -(13,0,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,151,l), -(508,721,l), -(331,721,l), -(307,643,o), -(228,591,o), -(136,591,cs), -(105,591,l), -(74,446,l), -(261,446,l), -(200,151,l) -); -}, -{ -closed = 1; -nodes = ( -(530,0,l), -(565,167,l), -(3,167,l), -(-33,0,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(334,25,l), -(481,721,l), -(442,721,l), -(419,638,o), -(356,578,o), -(233,578,cs), -(208,578,l), -(202,549,l), -(408,549,l), -(298,25,l) -); -}, -{ -closed = 1; -nodes = ( -(574,0,l), -(581,34,l), -(47,34,l), -(40,0,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(458,151,l), -(578,721,l), -(370,721,l), -(345,643,o), -(267,591,o), -(175,591,cs), -(135,591,l), -(100,429,l), -(296,429,l), -(239,151,l) -); -}, -{ -closed = 1; -nodes = ( -(624,0,l), -(659,167,l), -(31,167,l), -(-5,0,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/oneeighth.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/oneeighth.glyph deleted file mode 100644 index ffc11382..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/oneeighth.glyph +++ /dev/null @@ -1,338 +0,0 @@ -{ -color = 6; -glyphname = oneeighth; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (212,0); -ref = fraction; -}, -{ -pos = (331,0); -ref = eight.dnom; -} -); -width = 592; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (157,0); -ref = fraction; -}, -{ -pos = (208,0); -ref = eight.dnom; -} -); -width = 479; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (214,0); -ref = fraction; -}, -{ -pos = (315,0); -ref = eight.dnom; -} -); -width = 730; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (279,0); -ref = fraction; -}, -{ -pos = (402,0); -ref = eight.dnom; -} -); -width = 809; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (127,0); -ref = fraction; -}, -{ -pos = (164,0); -ref = eight.dnom; -} -); -width = 395; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (195,0); -ref = fraction; -}, -{ -pos = (302,0); -ref = eight.dnom; -} -); -width = 545; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (189,0); -ref = fraction; -}, -{ -pos = (259,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 610; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (250,0); -ref = fraction; -}, -{ -pos = (362,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 689; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = one.numr; -}, -{ -alignment = -1; -pos = (214,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (304,0); -ref = eight.dnom; -} -); -width = 699; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (264,0); -ref = fraction; -}, -{ -pos = (374,0); -ref = eight.dnom; -} -); -width = 761; -}, -{ -layerId = m019; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (239,0); -ref = fraction; -}, -{ -pos = (348,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 736; -}, -{ -layerId = m020; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (275,0); -ref = fraction; -}, -{ -pos = (404,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 756; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (156,0); -ref = fraction; -}, -{ -pos = (216,0); -ref = eight.dnom; -} -); -width = 487; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (210,0); -ref = fraction; -}, -{ -pos = (344,0); -ref = eight.dnom; -} -); -width = 603; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (231,0); -ref = fraction; -}, -{ -pos = (351,0); -ref = eight.dnom; -} -); -width = 742; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (286,0); -ref = fraction; -}, -{ -pos = (453,0); -ref = eight.dnom; -} -); -width = 826; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (210,0); -ref = fraction; -}, -{ -pos = (322,0); -ref = eight.dnom; -} -); -width = 736; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (277,0); -ref = fraction; -}, -{ -pos = (417,0); -ref = eight.dnom; -} -); -width = 822; -} -); -unicode = 8539; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/onehalf.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/onehalf.glyph deleted file mode 100644 index d85a9590..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/onehalf.glyph +++ /dev/null @@ -1,338 +0,0 @@ -{ -color = 6; -glyphname = onehalf; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (212,0); -ref = fraction; -}, -{ -pos = (332,0); -ref = two.dnom; -} -); -width = 590; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (157,0); -ref = fraction; -}, -{ -pos = (214,0); -ref = two.dnom; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (214,0); -ref = fraction; -}, -{ -pos = (317,0); -ref = two.dnom; -} -); -width = 688; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (279,0); -ref = fraction; -}, -{ -pos = (397,0); -ref = two.dnom; -} -); -width = 773; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (127,0); -ref = fraction; -}, -{ -pos = (167,0); -ref = two.dnom; -} -); -width = 352; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (195,0); -ref = fraction; -}, -{ -pos = (304,0); -ref = two.dnom; -} -); -width = 544; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (189,0); -ref = fraction; -}, -{ -pos = (272,0); -ref = two.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 583; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (250,0); -ref = fraction; -}, -{ -pos = (355,0); -ref = two.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 672; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = one.numr; -}, -{ -alignment = -1; -pos = (214,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (310,0); -ref = two.dnom; -} -); -width = 661; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (264,0); -ref = fraction; -}, -{ -pos = (372,0); -ref = two.dnom; -} -); -width = 728; -}, -{ -layerId = m019; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (239,0); -ref = fraction; -}, -{ -pos = (359,0); -ref = two.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 708; -}, -{ -layerId = m020; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (275,0); -ref = fraction; -}, -{ -pos = (403,0); -ref = two.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 746; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (156,0); -ref = fraction; -}, -{ -pos = (222,0); -ref = two.dnom; -} -); -width = 446; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (210,0); -ref = fraction; -}, -{ -pos = (344,0); -ref = two.dnom; -} -); -width = 603; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (231,0); -ref = fraction; -}, -{ -pos = (358,0); -ref = two.dnom; -} -); -width = 711; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (286,0); -ref = fraction; -}, -{ -pos = (448,0); -ref = two.dnom; -} -); -width = 804; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (210,0); -ref = fraction; -}, -{ -pos = (322,0); -ref = two.dnom; -} -); -width = 694; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (277,0); -ref = fraction; -}, -{ -pos = (421,0); -ref = two.dnom; -} -); -width = 807; -} -); -unicode = 189; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/oneinferior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/oneinferior.glyph deleted file mode 100644 index f76d807b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/oneinferior.glyph +++ /dev/null @@ -1,724 +0,0 @@ -{ -glyphname = oneinferior; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (119,177); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(203,-40,l), -(203,393,l), -(101,393,l), -(97,345,o), -(67,314,o), -(29,314,cs), -(10,314,l), -(10,225,l), -(93,225,l), -(93,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 230; -}, -{ -anchors = ( -{ -name = _center; -pos = (67,177); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(101,-40,l), -(101,393,l), -(73,393,l), -(72,357,o), -(58,334,o), -(25,334,cs), -(13,334,l), -(13,307,l), -(71,307,l), -(71,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 161; -}, -{ -anchors = ( -{ -name = _center; -pos = (117,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(157,-40,l), -(157,393,l), -(120,393,l), -(117,351,o), -(94,323,o), -(36,323,cs), -(16,323,l), -(16,296,l), -(121,296,l), -(121,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 223; -}, -{ -anchors = ( -{ -name = _center; -pos = (158,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(271,-40,l), -(271,393,l), -(129,393,l), -(124,345,o), -(80,313,o), -(25,313,cs), -(6,313,l), -(6,205,l), -(121,205,l), -(121,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 314; -}, -{ -anchors = ( -{ -name = _center; -pos = (57,177); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,-40,l), -(91,393,l), -(63,393,l), -(62,357,o), -(48,334,o), -(15,334,cs), -(3,334,l), -(3,307,l), -(61,307,l), -(61,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 131; -}, -{ -anchors = ( -{ -name = _center; -pos = (112,177); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,-40,l), -(196,393,l), -(94,393,l), -(90,345,o), -(60,314,o), -(22,314,cs), -(3,314,l), -(3,225,l), -(86,225,l), -(86,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 213; -}, -{ -anchors = ( -{ -name = _center; -pos = (104,174); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,-40,l), -(137,393,l), -(103,393,l), -(99,351,o), -(77,323,o), -(19,323,cs), -(3,323,l), -(3,297,l), -(103,297,l), -(103,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 198; -}, -{ -anchors = ( -{ -name = _center; -pos = (137,174); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(244,-40,l), -(244,393,l), -(125,393,l), -(120,345,o), -(76,313,o), -(21,313,cs), -(1,313,l), -(1,216,l), -(117,216,l), -(117,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 274; -}, -{ -anchors = ( -{ -name = _center; -pos = (112,173); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,-40,l), -(152,393,l), -(115,393,l), -(112,351,o), -(89,323,o), -(31,323,cs), -(11,323,l), -(11,296,l), -(116,296,l), -(116,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 208; -}, -{ -anchors = ( -{ -name = _center; -pos = (153,171); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(266,-40,l), -(266,393,l), -(124,393,l), -(119,345,o), -(75,313,o), -(20,313,cs), -(1,313,l), -(1,205,l), -(116,205,l), -(116,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 299; -}, -{ -anchors = ( -{ -name = _center; -pos = (130,174); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(161,-40,l), -(161,393,l), -(129,393,l), -(125,351,o), -(103,323,o), -(47,323,cs), -(31,323,l), -(31,297,l), -(129,297,l), -(129,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 248; -}, -{ -anchors = ( -{ -name = _center; -pos = (143,174); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(248,-40,l), -(248,393,l), -(131,393,l), -(126,345,o), -(85,313,o), -(36,313,cs), -(17,313,l), -(17,216,l), -(123,216,l), -(123,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 299; -}, -{ -anchors = ( -{ -name = _center; -pos = (55,177); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(38,-40,l), -(129,393,l), -(102,393,l), -(93,357,o), -(75,334,o), -(42,334,cs), -(30,334,l), -(25,307,l), -(82,307,l), -(9,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 160; -}, -{ -anchors = ( -{ -name = _center; -pos = (118,177); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,-40,l), -(227,393,l), -(127,393,l), -(113,348,o), -(79,314,o), -(39,314,cs), -(20,314,l), -(1,225,l), -(83,225,l), -(27,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 228; -}, -{ -anchors = ( -{ -name = _center; -pos = (96,177); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,-40,l), -(183,393,l), -(149,393,l), -(137,351,o), -(110,323,o), -(56,323,cs), -(42,323,l), -(36,297,l), -(128,297,l), -(58,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 240; -}, -{ -anchors = ( -{ -name = _center; -pos = (157,177); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,-40,l), -(282,393,l), -(161,393,l), -(145,345,o), -(96,313,o), -(45,313,cs), -(27,313,l), -(6,214,l), -(115,214,l), -(62,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 310; -}, -{ -anchors = ( -{ -name = _center; -pos = (92,177); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(92,-40,l), -(183,393,l), -(147,393,l), -(132,345,o), -(101,323,o), -(49,323,cs), -(30,323,l), -(24,296,l), -(126,296,l), -(56,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 220; -}, -{ -anchors = ( -{ -name = _center; -pos = (159,177); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,-40,l), -(291,393,l), -(152,393,l), -(136,344,o), -(86,313,o), -(32,313,cs), -(14,313,l), -(-9,205,l), -(104,205,l), -(53,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 309; -} -); -unicode = 8321; -userData = { -KernOnName = oneinferior; -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = one; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/onequarter.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/onequarter.glyph deleted file mode 100644 index a68eb8c6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/onequarter.glyph +++ /dev/null @@ -1,338 +0,0 @@ -{ -color = 6; -glyphname = onequarter; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (212,0); -ref = fraction; -}, -{ -pos = (296,0); -ref = four.dnom; -} -); -width = 579; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (157,0); -ref = fraction; -}, -{ -pos = (193,0); -ref = four.dnom; -} -); -width = 435; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (214,0); -ref = fraction; -}, -{ -pos = (265,0); -ref = four.dnom; -} -); -width = 673; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (279,0); -ref = fraction; -}, -{ -pos = (355,0); -ref = four.dnom; -} -); -width = 755; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (127,0); -ref = fraction; -}, -{ -pos = (147,0); -ref = four.dnom; -} -); -width = 359; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (195,0); -ref = fraction; -}, -{ -pos = (267,0); -ref = four.dnom; -} -); -width = 536; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (189,0); -ref = fraction; -}, -{ -pos = (231,0); -ref = four.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 547; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (250,0); -ref = fraction; -}, -{ -pos = (323,0); -ref = four.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 671; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = one.numr; -}, -{ -alignment = -1; -pos = (214,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (254,0); -ref = four.dnom; -} -); -width = 642; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (264,0); -ref = fraction; -}, -{ -pos = (328,0); -ref = four.dnom; -} -); -width = 718; -}, -{ -layerId = m019; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (239,0); -ref = fraction; -}, -{ -pos = (314,0); -ref = four.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 677; -}, -{ -layerId = m020; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (275,0); -ref = fraction; -}, -{ -pos = (377,0); -ref = four.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = one.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = one.numr; -}; -width = 742; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (156,0); -ref = fraction; -}, -{ -pos = (199,0); -ref = four.dnom; -} -); -width = 440; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (210,0); -ref = fraction; -}, -{ -pos = (309,0); -ref = four.dnom; -} -); -width = 590; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (231,0); -ref = fraction; -}, -{ -pos = (320,0); -ref = four.dnom; -} -); -width = 685; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (286,0); -ref = fraction; -}, -{ -pos = (417,0); -ref = four.dnom; -} -); -width = 799; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (210,0); -ref = fraction; -}, -{ -pos = (263,0); -ref = four.dnom; -} -); -width = 648; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = one.numr; -}, -{ -pos = (277,0); -ref = fraction; -}, -{ -pos = (371,0); -ref = four.dnom; -} -); -width = 762; -} -); -unicode = 188; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/onesuperior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/onesuperior.glyph deleted file mode 100644 index 850cd19e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/onesuperior.glyph +++ /dev/null @@ -1,419 +0,0 @@ -{ -color = 6; -glyphname = onesuperior; -kernLeft = KO_onesuperior; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 230; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 161; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 223; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 314; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 131; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 213; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = oneinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = oneinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 198; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = oneinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = oneinferior; -}; -width = 274; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 208; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 299; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = oneinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = oneinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 248; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = oneinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = oneinferior; -}; -width = 299; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (78,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 160; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (78,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 228; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (78,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 240; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (78,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 310; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (78,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 220; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (78,376); -ref = oneinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 309; -} -); -unicode = 185; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = one; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ordfeminine.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ordfeminine.glyph deleted file mode 100644 index 9a84502b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ordfeminine.glyph +++ /dev/null @@ -1,876 +0,0 @@ -{ -glyphname = ordfeminine; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,385,o), -(175,407,o), -(186,441,c), -(187,441,l), -(187,392,l), -(217,392,l), -(217,729,l), -(188,729,l), -(187,680,l), -(186,680,l), -(175,714,o), -(157,736,o), -(124,736,cs), -(78,736,o), -(48,693,o), -(48,560,cs), -(48,429,o), -(77,385,o), -(124,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(89,410,o), -(78,465,o), -(78,560,cs), -(78,657,o), -(89,711,o), -(134,711,cs), -(166,711,o), -(187,672,o), -(187,591,cs), -(187,529,ls), -(187,449,o), -(166,410,o), -(134,410,cs) -); -} -); -width = 277; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(138,370,o), -(164,385,o), -(176,418,c), -(181,418,l), -(181,377,l), -(299,377,l), -(299,729,l), -(184,729,l), -(181,688,l), -(176,688,l), -(164,721,o), -(141,736,o), -(109,736,cs), -(55,736,o), -(17,698,o), -(17,553,cs), -(17,442,o), -(36,370,o), -(109,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(142,463,o), -(136,483,o), -(136,553,cs), -(136,614,o), -(139,645,o), -(159,645,cs), -(174,645,o), -(181,625,o), -(181,562,cs), -(181,544,ls), -(181,489,o), -(176,463,o), -(159,463,cs) -); -} -); -width = 325; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,385,o), -(339,420,o), -(360,471,c), -(363,471,l), -(363,391,l), -(400,391,l), -(400,729,l), -(365,729,l), -(363,655,l), -(360,655,l), -(338,705,o), -(282,735,o), -(210,735,cs), -(109,735,o), -(40,668,o), -(40,560,cs), -(40,454,o), -(109,385,o), -(210,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(134,417,o), -(78,473,o), -(78,560,cs), -(78,651,o), -(134,703,o), -(218,703,cs), -(308,703,o), -(363,645,o), -(363,581,cs), -(363,545,ls), -(363,478,o), -(309,417,o), -(218,417,cs) -); -} -); -width = 466; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,370,o), -(284,389,o), -(306,421,c), -(311,421,l), -(311,377,l), -(459,377,l), -(459,731,l), -(318,731,l), -(314,686,l), -(309,686,l), -(289,716,o), -(251,736,o), -(189,736,cs), -(86,736,o), -(17,666,o), -(17,553,cs), -(17,442,o), -(86,370,o), -(189,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,481,o), -(165,505,o), -(165,553,cs), -(165,601,o), -(194,626,o), -(236,626,cs), -(282,626,o), -(310,598,o), -(310,557,cs), -(310,550,ls), -(310,509,o), -(283,481,o), -(236,481,cs) -); -} -); -width = 502; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,385,o), -(155,407,o), -(166,441,c), -(167,441,l), -(167,392,l), -(197,392,l), -(197,729,l), -(168,729,l), -(167,680,l), -(166,680,l), -(155,714,o), -(137,736,o), -(104,736,cs), -(58,736,o), -(28,693,o), -(28,560,cs), -(28,429,o), -(57,385,o), -(104,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(69,410,o), -(58,465,o), -(58,560,cs), -(58,657,o), -(69,711,o), -(114,711,cs), -(146,711,o), -(167,672,o), -(167,591,cs), -(167,529,ls), -(167,449,o), -(146,410,o), -(114,410,cs) -); -} -); -width = 233; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(128,370,o), -(154,385,o), -(166,418,c), -(171,418,l), -(171,377,l), -(289,377,l), -(289,729,l), -(174,729,l), -(171,688,l), -(166,688,l), -(154,721,o), -(131,736,o), -(99,736,cs), -(45,736,o), -(7,698,o), -(7,553,cs), -(7,442,o), -(26,370,o), -(99,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(132,463,o), -(126,483,o), -(126,553,cs), -(126,614,o), -(129,645,o), -(149,645,cs), -(164,645,o), -(171,625,o), -(171,562,cs), -(171,544,ls), -(171,489,o), -(166,463,o), -(149,463,cs) -); -} -); -width = 305; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,386,o), -(288,415,o), -(307,467,c), -(309,467,l), -(309,391,l), -(344,391,l), -(344,729,l), -(311,729,l), -(309,654,l), -(307,654,l), -(289,703,o), -(244,735,o), -(182,735,cs), -(98,735,o), -(41,670,o), -(41,560,cs), -(41,451,o), -(98,386,o), -(182,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(123,416,o), -(77,469,o), -(77,560,cs), -(77,653,o), -(123,705,o), -(192,705,cs), -(266,705,o), -(308,645,o), -(308,583,cs), -(308,538,ls), -(308,476,o), -(266,416,o), -(192,416,cs) -); -} -); -width = 403; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,370,o), -(239,396,o), -(254,430,c), -(260,430,l), -(260,377,l), -(388,377,l), -(388,731,l), -(265,731,l), -(260,678,l), -(254,678,l), -(238,714,o), -(200,738,o), -(150,738,cs), -(67,738,o), -(12,679,o), -(12,554,cs), -(12,429,o), -(67,370,o), -(150,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,472,o), -(142,496,o), -(142,554,cs), -(142,613,o), -(165,636,o), -(201,636,cs), -(243,636,o), -(259,602,o), -(259,568,cs), -(259,540,ls), -(259,506,o), -(243,472,o), -(201,472,cs) -); -} -); -width = 418; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,385,o), -(329,420,o), -(350,471,c), -(353,471,l), -(353,391,l), -(390,391,l), -(390,729,l), -(355,729,l), -(353,655,l), -(350,655,l), -(328,705,o), -(272,735,o), -(200,735,cs), -(99,735,o), -(30,668,o), -(30,560,cs), -(30,454,o), -(99,385,o), -(200,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(124,417,o), -(68,473,o), -(68,560,cs), -(68,651,o), -(124,703,o), -(208,703,cs), -(298,703,o), -(353,645,o), -(353,581,cs), -(353,545,ls), -(353,478,o), -(299,417,o), -(208,417,cs) -); -} -); -width = 446; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,370,o), -(274,389,o), -(296,421,c), -(301,421,l), -(301,377,l), -(449,377,l), -(449,731,l), -(308,731,l), -(304,686,l), -(299,686,l), -(279,716,o), -(241,736,o), -(179,736,cs), -(76,736,o), -(7,666,o), -(7,553,cs), -(7,442,o), -(76,370,o), -(179,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,481,o), -(155,505,o), -(155,553,cs), -(155,601,o), -(184,626,o), -(226,626,cs), -(272,626,o), -(300,598,o), -(300,557,cs), -(300,550,ls), -(300,509,o), -(273,481,o), -(226,481,cs) -); -} -); -width = 482; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(257,386,o), -(305,415,o), -(324,467,c), -(326,467,l), -(326,391,l), -(359,391,l), -(359,729,l), -(328,729,l), -(326,654,l), -(324,654,l), -(306,703,o), -(261,735,o), -(201,735,cs), -(119,735,o), -(62,670,o), -(62,560,cs), -(62,451,o), -(119,386,o), -(201,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(144,416,o), -(98,469,o), -(98,560,cs), -(98,653,o), -(144,705,o), -(211,705,cs), -(283,705,o), -(325,645,o), -(325,583,cs), -(325,538,ls), -(325,476,o), -(283,416,o), -(211,416,cs) -); -} -); -width = 446; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(212,370,o), -(248,396,o), -(261,430,c), -(267,430,l), -(267,377,l), -(394,377,l), -(394,731,l), -(272,731,l), -(267,678,l), -(261,678,l), -(247,714,o), -(210,738,o), -(163,738,cs), -(84,738,o), -(32,679,o), -(32,554,cs), -(32,429,o), -(84,370,o), -(163,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,472,o), -(160,496,o), -(160,554,cs), -(160,613,o), -(181,636,o), -(214,636,cs), -(252,636,o), -(266,602,o), -(266,568,cs), -(266,540,ls), -(266,506,o), -(252,472,o), -(214,472,cs) -); -} -); -width = 446; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(183,385,o), -(204,403,o), -(221,437,c), -(222,437,l), -(213,392,l), -(243,392,l), -(313,729,l), -(284,729,l), -(273,675,l), -(271,675,l), -(268,712,o), -(253,735,o), -(217,735,cs), -(174,735,o), -(138,692,o), -(111,564,cs), -(92,474,o), -(87,385,o), -(155,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(119,409,o), -(122,470,o), -(141,564,cs), -(161,662,o), -(183,709,o), -(223,709,cs), -(266,709,o), -(268,650,o), -(254,586,cs), -(241,525,ls), -(224,445,o), -(196,409,o), -(167,409,cs) -); -} -); -width = 275; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(164,370,o), -(189,387,o), -(204,414,c), -(208,413,l), -(205,377,l), -(319,377,l), -(391,729,l), -(278,729,l), -(266,683,l), -(262,683,l), -(256,719,o), -(232,736,o), -(196,736,cs), -(145,736,o), -(105,693,o), -(77,559,cs), -(57,462,o), -(50,370,o), -(134,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,459,o), -(180,490,o), -(193,551,cs), -(206,614,o), -(215,641,o), -(233,641,cs), -(257,641,o), -(248,601,o), -(238,557,cs), -(234,539,ls), -(222,482,o), -(213,459,o), -(196,459,cs) -); -} -); -width = 323; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,385,o), -(336,411,o), -(363,457,c), -(365,457,l), -(352,392,l), -(387,392,l), -(457,729,l), -(424,729,l), -(405,646,l), -(403,646,l), -(394,699,o), -(353,736,o), -(291,736,cs), -(194,736,o), -(122,646,o), -(122,520,cs), -(122,437,o), -(166,385,o), -(237,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,416,o), -(158,455,o), -(158,525,cs), -(158,629,o), -(218,705,o), -(296,705,cs), -(365,705,o), -(403,645,o), -(389,575,cs), -(380,529,ls), -(368,468,o), -(318,416,o), -(251,416,cs) -); -} -); -width = 444; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(244,370,o), -(277,389,o), -(295,423,c), -(302,423,l), -(292,377,l), -(419,377,l), -(493,731,l), -(369,731,l), -(354,677,l), -(347,677,l), -(336,711,o), -(303,738,o), -(256,738,cs), -(162,738,o), -(105,661,o), -(89,538,cs), -(76,437,o), -(119,370,o), -(196,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(235,473,o), -(220,491,o), -(220,526,cs), -(220,593,o), -(249,636,o), -(290,636,cs), -(326,636,o), -(340,602,o), -(333,571,cs), -(322,522,ls), -(316,494,o), -(296,473,o), -(264,473,cs) -); -} -); -width = 451; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,385,o), -(370,416,o), -(399,459,c), -(401,459,l), -(388,392,l), -(424,392,l), -(494,729,l), -(461,729,l), -(439,639,l), -(437,639,l), -(427,697,o), -(369,736,o), -(296,736,cs), -(184,736,o), -(100,651,o), -(100,531,cs), -(100,438,o), -(162,385,o), -(249,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(182,417,o), -(137,465,o), -(137,533,cs), -(137,630,o), -(204,705,o), -(298,705,cs), -(393,705,o), -(434,641,o), -(420,554,cs), -(417,535,ls), -(404,465,o), -(340,417,o), -(259,417,cs) -); -} -); -width = 462; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(275,370,o), -(307,386,o), -(330,410,c), -(335,410,l), -(333,377,l), -(474,377,l), -(548,731,l), -(404,731,l), -(387,676,l), -(381,676,l), -(367,714,o), -(317,738,o), -(263,738,cs), -(147,738,o), -(75,650,o), -(75,528,cs), -(75,433,o), -(135,370,o), -(228,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(249,480,o), -(223,500,o), -(223,542,cs), -(223,593,o), -(252,626,o), -(297,626,cs), -(343,626,o), -(370,594,o), -(361,549,cs), -(359,539,ls), -(352,506,o), -(331,480,o), -(285,480,cs) -); -} -); -width = 495; -} -); -unicode = 170; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ordmasculine.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ordmasculine.glyph deleted file mode 100644 index a5445d5f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ordmasculine.glyph +++ /dev/null @@ -1,1128 +0,0 @@ -{ -glyphname = ordmasculine; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (134,392); -}, -{ -name = center; -pos = (134,561); -}, -{ -name = ogonek; -pos = (222,399); -}, -{ -name = top; -pos = (134,729); -}, -{ -name = topright; -pos = (231,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,385,o), -(221,454,o), -(221,561,cs), -(221,667,o), -(202,736,o), -(134,736,cs), -(66,736,o), -(47,666,o), -(47,561,cs), -(47,455,o), -(66,385,o), -(134,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(99,411,o), -(76,442,o), -(76,561,cs), -(76,679,o), -(99,710,o), -(134,710,cs), -(169,710,o), -(191,679,o), -(191,561,cs), -(191,442,o), -(169,411,o), -(134,411,cs) -); -} -); -width = 268; -}, -{ -anchors = ( -{ -name = bottom; -pos = (155,377); -}, -{ -name = center; -pos = (155,553); -}, -{ -name = ogonek; -pos = (275,384); -}, -{ -name = top; -pos = (155,729); -}, -{ -name = topright; -pos = (292,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,370,o), -(296,418,o), -(296,555,cs), -(296,687,o), -(242,736,o), -(155,736,cs), -(67,736,o), -(15,686,o), -(15,555,cs), -(15,419,o), -(70,370,o), -(155,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(136,463,o), -(133,489,o), -(133,553,cs), -(133,623,o), -(137,644,o), -(155,644,cs), -(173,644,o), -(177,624,o), -(177,553,cs), -(177,488,o), -(174,463,o), -(155,463,cs) -); -} -); -width = 311; -}, -{ -anchors = ( -{ -name = bottom; -pos = (228,392); -}, -{ -name = center; -pos = (228,561); -}, -{ -name = ogonek; -pos = (398,399); -}, -{ -name = top; -pos = (228,730); -}, -{ -name = topright; -pos = (427,730); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(341,384,o), -(417,455,o), -(417,559,cs), -(417,665,o), -(341,734,o), -(228,734,cs), -(114,734,o), -(38,665,o), -(38,559,cs), -(38,454,o), -(114,384,o), -(228,384,cs) -); -}, -{ -closed = 1; -nodes = ( -(136,417,o), -(76,473,o), -(76,559,cs), -(76,646,o), -(136,702,o), -(228,702,cs), -(320,702,o), -(379,646,o), -(379,559,cs), -(379,473,o), -(319,417,o), -(228,417,cs) -); -} -); -width = 455; -}, -{ -anchors = ( -{ -name = bottom; -pos = (234,377); -}, -{ -name = center; -pos = (234,554); -}, -{ -name = ogonek; -pos = (419,384); -}, -{ -name = top; -pos = (234,731); -}, -{ -name = topright; -pos = (453,731); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(367,370,o), -(454,437,o), -(454,554,cs), -(454,673,o), -(366,738,o), -(234,738,cs), -(101,738,o), -(14,671,o), -(14,554,cs), -(14,436,o), -(102,370,o), -(234,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(186,482,o), -(162,509,o), -(162,554,cs), -(162,599,o), -(186,627,o), -(234,627,cs), -(283,627,o), -(307,599,o), -(307,554,cs), -(307,510,o), -(283,482,o), -(234,482,cs) -); -} -); -width = 468; -}, -{ -anchors = ( -{ -name = bottom; -pos = (114,392); -}, -{ -name = center; -pos = (114,561); -}, -{ -name = ogonek; -pos = (202,399); -}, -{ -name = top; -pos = (114,729); -}, -{ -name = topright; -pos = (211,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,385,o), -(201,454,o), -(201,561,cs), -(201,667,o), -(182,736,o), -(114,736,cs), -(46,736,o), -(27,666,o), -(27,561,cs), -(27,455,o), -(46,385,o), -(114,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(79,411,o), -(56,442,o), -(56,561,cs), -(56,679,o), -(79,710,o), -(114,710,cs), -(149,710,o), -(171,679,o), -(171,561,cs), -(171,442,o), -(149,411,o), -(114,411,cs) -); -} -); -width = 228; -}, -{ -anchors = ( -{ -name = bottom; -pos = (146,377); -}, -{ -name = center; -pos = (146,553); -}, -{ -name = ogonek; -pos = (266,384); -}, -{ -name = top; -pos = (146,729); -}, -{ -name = topright; -pos = (283,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,370,o), -(287,418,o), -(287,555,cs), -(287,687,o), -(233,736,o), -(146,736,cs), -(58,736,o), -(6,686,o), -(6,555,cs), -(6,419,o), -(61,370,o), -(146,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(127,463,o), -(124,489,o), -(124,553,cs), -(124,623,o), -(128,644,o), -(146,644,cs), -(164,644,o), -(168,624,o), -(168,553,cs), -(168,488,o), -(165,463,o), -(146,463,cs) -); -} -); -width = 293; -}, -{ -anchors = ( -{ -name = bottom; -pos = (198,392); -}, -{ -name = center; -pos = (198,561); -}, -{ -name = ogonek; -pos = (354,399); -}, -{ -name = top; -pos = (198,730); -}, -{ -name = topright; -pos = (380,730); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(295,386,o), -(358,457,o), -(358,560,cs), -(358,665,o), -(294,734,o), -(199,734,cs), -(102,734,o), -(38,662,o), -(38,559,cs), -(38,455,o), -(103,386,o), -(199,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(122,417,o), -(74,473,o), -(74,559,cs), -(74,648,o), -(124,703,o), -(199,703,cs), -(275,703,o), -(323,647,o), -(323,560,cs), -(323,472,o), -(273,417,o), -(199,417,cs) -); -} -); -width = 396; -}, -{ -anchors = ( -{ -name = bottom; -pos = (190,377); -}, -{ -name = center; -pos = (190,554); -}, -{ -name = ogonek; -pos = (348,384); -}, -{ -name = top; -pos = (190,731); -}, -{ -name = topright; -pos = (375,731); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(307,370,o), -(372,444,o), -(372,554,cs), -(372,671,o), -(299,738,o), -(190,738,cs), -(73,738,o), -(8,664,o), -(8,554,cs), -(8,437,o), -(81,370,o), -(190,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(158,472,o), -(137,495,o), -(137,554,cs), -(137,613,o), -(158,636,o), -(190,636,cs), -(222,636,o), -(243,614,o), -(243,554,cs), -(243,494,o), -(222,472,o), -(190,472,cs) -); -} -); -width = 380; -}, -{ -anchors = ( -{ -name = bottom; -pos = (218,392); -}, -{ -name = center; -pos = (218,561); -}, -{ -name = ogonek; -pos = (388,399); -}, -{ -name = top; -pos = (218,730); -}, -{ -name = topright; -pos = (417,730); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(331,384,o), -(407,455,o), -(407,559,cs), -(407,665,o), -(331,734,o), -(218,734,cs), -(104,734,o), -(28,665,o), -(28,559,cs), -(28,454,o), -(104,384,o), -(218,384,cs) -); -}, -{ -closed = 1; -nodes = ( -(126,417,o), -(66,473,o), -(66,559,cs), -(66,646,o), -(126,702,o), -(218,702,cs), -(310,702,o), -(369,646,o), -(369,559,cs), -(369,473,o), -(309,417,o), -(218,417,cs) -); -} -); -width = 435; -}, -{ -anchors = ( -{ -name = bottom; -pos = (224,377); -}, -{ -name = center; -pos = (224,554); -}, -{ -name = ogonek; -pos = (409,384); -}, -{ -name = top; -pos = (224,731); -}, -{ -name = topright; -pos = (443,731); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(357,370,o), -(444,437,o), -(444,554,cs), -(444,673,o), -(356,738,o), -(224,738,cs), -(91,738,o), -(4,671,o), -(4,554,cs), -(4,436,o), -(92,370,o), -(224,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,482,o), -(152,509,o), -(152,554,cs), -(152,599,o), -(176,627,o), -(224,627,cs), -(273,627,o), -(297,599,o), -(297,554,cs), -(297,510,o), -(273,482,o), -(224,482,cs) -); -} -); -width = 448; -}, -{ -anchors = ( -{ -name = bottom; -pos = (217,392); -}, -{ -name = center; -pos = (217,561); -}, -{ -name = ogonek; -pos = (369,399); -}, -{ -name = top; -pos = (217,730); -}, -{ -name = topright; -pos = (395,730); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(312,386,o), -(373,457,o), -(373,560,cs), -(373,665,o), -(311,734,o), -(218,734,cs), -(123,734,o), -(59,662,o), -(59,559,cs), -(59,455,o), -(124,386,o), -(218,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,417,o), -(95,473,o), -(95,559,cs), -(95,648,o), -(145,703,o), -(218,703,cs), -(292,703,o), -(340,647,o), -(340,560,cs), -(340,472,o), -(290,417,o), -(218,417,cs) -); -} -); -width = 433; -}, -{ -anchors = ( -{ -name = bottom; -pos = (203,377); -}, -{ -name = center; -pos = (203,554); -}, -{ -name = ogonek; -pos = (354,384); -}, -{ -name = top; -pos = (203,731); -}, -{ -name = topright; -pos = (380,731); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(316,370,o), -(378,444,o), -(378,554,cs), -(378,671,o), -(308,738,o), -(203,738,cs), -(90,738,o), -(28,664,o), -(28,554,cs), -(28,437,o), -(98,370,o), -(203,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(174,472,o), -(155,495,o), -(155,554,cs), -(155,613,o), -(174,636,o), -(203,636,cs), -(232,636,o), -(250,614,o), -(250,554,cs), -(250,494,o), -(232,472,o), -(203,472,cs) -); -} -); -width = 405; -}, -{ -anchors = ( -{ -name = bottom; -pos = (169,392); -}, -{ -name = center; -pos = (196,561); -}, -{ -name = ogonek; -pos = (258,399); -}, -{ -name = top; -pos = (228,729); -}, -{ -name = topright; -pos = (335,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,386,o), -(260,451,o), -(283,562,cs), -(307,674,o), -(293,735,o), -(226,735,cs), -(170,735,o), -(135,683,o), -(111,567,cs), -(90,468,o), -(89,386,o), -(167,386,cs) -); -}, -{ -closed = 1; -nodes = ( -(115,412,o), -(124,486,o), -(140,566,cs), -(163,678,o), -(192,710,o), -(224,710,cs), -(276,710,o), -(270,635,o), -(254,560,cs), -(229,439,o), -(200,412,o), -(170,412,cs) -); -} -); -width = 267; -}, -{ -anchors = ( -{ -name = bottom; -pos = (183,377); -}, -{ -name = center; -pos = (213,553); -}, -{ -name = ogonek; -pos = (304,384); -}, -{ -name = top; -pos = (248,729); -}, -{ -name = topright; -pos = (393,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(272,370,o), -(325,424,o), -(351,548,cs), -(375,663,o), -(348,736,o), -(236,736,cs), -(157,736,o), -(102,690,o), -(76,565,cs), -(49,436,o), -(83,370,o), -(190,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(172,463,o), -(177,492,o), -(191,558,cs), -(206,630,o), -(215,644,o), -(231,644,cs), -(254,644,o), -(247,605,o), -(235,552,cs), -(220,483,o), -(211,463,o), -(195,463,cs) -); -} -); -width = 309; -}, -{ -anchors = ( -{ -name = bottom; -pos = (248,392); -}, -{ -name = center; -pos = (277,561); -}, -{ -name = ogonek; -pos = (397,399); -}, -{ -name = top; -pos = (303,730); -}, -{ -name = topright; -pos = (489,730); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(356,385,o), -(429,467,o), -(433,586,cs), -(436,682,o), -(382,737,o), -(301,737,cs), -(198,737,o), -(124,656,o), -(120,536,cs), -(117,442,o), -(173,385,o), -(254,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(189,416,o), -(152,463,o), -(155,536,cs), -(159,642,o), -(217,707,o), -(298,707,cs), -(362,707,o), -(403,661,o), -(400,586,cs), -(397,489,o), -(342,416,o), -(257,416,cs) -); -} -); -width = 428; -}, -{ -anchors = ( -{ -name = bottom; -pos = (235,377); -}, -{ -name = center; -pos = (265,554); -}, -{ -name = ogonek; -pos = (391,384); -}, -{ -name = top; -pos = (297,731); -}, -{ -name = topright; -pos = (488,731); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(364,370,o), -(438,451,o), -(443,581,cs), -(447,684,o), -(379,738,o), -(283,738,cs), -(170,738,o), -(92,661,o), -(87,528,cs), -(83,424,o), -(149,370,o), -(247,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,473,o), -(212,492,o), -(213,529,cs), -(215,590,o), -(239,636,o), -(277,636,cs), -(305,636,o), -(317,617,o), -(316,575,cs), -(314,514,o), -(291,473,o), -(254,473,cs) -); -} -); -width = 413; -}, -{ -anchors = ( -{ -name = bottom; -pos = (260,392); -}, -{ -name = center; -pos = (288,561); -}, -{ -name = ogonek; -pos = (431,399); -}, -{ -name = top; -pos = (310,730); -}, -{ -name = topright; -pos = (529,730); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(385,385,o), -(470,464,o), -(474,576,cs), -(477,677,o), -(414,736,o), -(308,736,cs), -(188,736,o), -(104,657,o), -(100,543,cs), -(97,448,o), -(161,385,o), -(268,385,cs) -); -}, -{ -closed = 1; -nodes = ( -(190,417,o), -(135,459,o), -(138,545,cs), -(141,640,o), -(208,705,o), -(305,705,cs), -(385,705,o), -(440,664,o), -(437,575,cs), -(434,484,o), -(368,417,o), -(271,417,cs) -); -} -); -width = 449; -}, -{ -anchors = ( -{ -name = bottom; -pos = (262,377); -}, -{ -name = center; -pos = (291,554); -}, -{ -name = ogonek; -pos = (450,384); -}, -{ -name = top; -pos = (320,731); -}, -{ -name = topright; -pos = (555,731); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(419,370,o), -(509,449,o), -(509,574,cs), -(509,674,o), -(435,738,o), -(304,738,cs), -(163,738,o), -(73,659,o), -(73,533,cs), -(73,435,o), -(148,370,o), -(277,370,cs) -); -}, -{ -closed = 1; -nodes = ( -(247,482,o), -(219,506,o), -(219,544,cs), -(219,594,o), -(250,626,o), -(298,626,cs), -(335,626,o), -(363,602,o), -(363,565,cs), -(363,514,o), -(332,482,o), -(284,482,cs) -); -} -); -width = 466; -} -); -unicode = 186; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/oslash.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/oslash.glyph deleted file mode 100644 index d0ca8321..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/oslash.glyph +++ /dev/null @@ -1,249 +0,0 @@ -{ -color = 6; -glyphname = oslash; -kernLeft = KO_e; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-7,0); -ref = slashlongcomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (35,0); -ref = slashlongcomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -ref = slashlongcomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-32,0); -ref = slashlongcomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (-7,0); -ref = slashlongcomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (36,0); -ref = slashlongcomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -ref = slashlongcomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (-36,0); -ref = slashlongcomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -ref = slashlongcomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (-32,0); -ref = slashlongcomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (3,0); -ref = slashlongcomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (-30,0); -ref = slashlongcomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-7,0); -ref = slashlongcomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (36,0); -ref = slashlongcomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-4,0); -ref = slashlongcomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-38,1); -ref = slashlongcomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-3,0); -ref = slashlongcomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-34,0); -ref = slashlongcomb; -} -); -width = 692; -} -); -unicode = 248; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/otilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/otilde.glyph deleted file mode 100644 index 8bf6a2bb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/otilde.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -color = 6; -glyphname = otilde; -kernLeft = KO_egrave; -kernRight = KO_oacute; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = o; -}, -{ -pos = (28,-156); -ref = tildecomb; -} -); -width = 337; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-5,-138); -ref = tildecomb; -} -); -width = 454; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = o; -}, -{ -pos = (113,-155); -ref = tildecomb; -} -); -width = 640; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = o; -}, -{ -pos = (83,-129); -ref = tildecomb; -} -); -width = 694; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (28,-156); -ref = tildecomb; -} -); -width = 337; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-4,-138); -ref = tildecomb; -} -); -width = 436; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (106,-155); -ref = tildecomb; -} -); -width = 589; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (46,-134); -ref = tildecomb; -} -); -width = 588; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (113,-155); -ref = tildecomb; -} -); -width = 640; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (83,-129); -ref = tildecomb; -} -); -width = 694; -}, -{ -layerId = m019; -shapes = ( -{ -ref = o; -}, -{ -pos = (107,-155); -ref = tildecomb; -} -); -width = 590; -}, -{ -layerId = m020; -shapes = ( -{ -ref = o; -}, -{ -pos = (51,-134); -ref = tildecomb; -} -); -width = 602; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-7,-156); -ref = tildecomb; -} -); -width = 336; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = o; -}, -{ -pos = (-38,-138); -ref = tildecomb; -} -); -width = 451; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = o; -}, -{ -pos = (53,-155); -ref = tildecomb; -} -); -width = 577; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = o; -}, -{ -pos = (3,-134); -ref = tildecomb; -} -); -width = 605; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = o; -}, -{ -pos = (57,-155); -ref = tildecomb; -} -); -width = 631; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = o; -}, -{ -pos = (46,-134); -ref = tildecomb; -} -); -width = 692; -} -); -unicode = 245; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/p.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/p.glyph deleted file mode 100644 index 43c191ec..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/p.glyph +++ /dev/null @@ -1,1528 +0,0 @@ -{ -glyphname = p; -kernLeft = KO_n; -kernRight = KO_o; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (236,0); -}, -{ -name = top; -pos = (236,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,-167,l), -(204,64,l), -(210,64,l), -(230,15,o), -(266,-10,o), -(315,-10,cs), -(426,-10,o), -(454,99,o), -(454,271,cs), -(454,492,o), -(398,551,o), -(315,551,cs), -(264,551,o), -(228,526,o), -(210,477,c), -(204,477,l), -(201,541,l), -(27,541,l), -(27,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(211,128,o), -(204,174,o), -(204,256,cs), -(204,285,ls), -(204,381,o), -(215,415,o), -(240,415,cs), -(271,415,o), -(278,369,o), -(278,271,cs), -(278,160,o), -(267,128,o), -(240,128,cs) -); -} -); -width = 470; -}, -{ -anchors = ( -{ -name = bottom; -pos = (169,0); -}, -{ -name = top; -pos = (169,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(150,-167,l), -(150,119,l), -(154,119,l), -(181,43,o), -(252,-9,o), -(349,-9,cs), -(478,-9,o), -(567,93,o), -(567,258,cs), -(567,424,o), -(478,526,o), -(349,526,cs), -(252,526,o), -(181,474,o), -(154,398,c), -(150,398,l), -(151,518,l), -(115,518,l), -(114,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(221,25,o), -(151,121,o), -(151,223,cs), -(151,294,ls), -(151,396,o), -(221,492,o), -(342,492,cs), -(454,492,o), -(529,407,o), -(529,258,cs), -(529,110,o), -(454,25,o), -(342,25,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,-167,l), -(89,77,l), -(91,77,l), -(107,26,o), -(133,-10,o), -(185,-10,cs), -(252,-10,o), -(299,51,o), -(299,258,cs), -(299,464,o), -(253,526,o), -(185,526,cs), -(133,526,o), -(107,491,o), -(91,439,c), -(89,439,l), -(88,516,l), -(60,516,l), -(60,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(125,16,o), -(89,76,o), -(89,206,cs), -(89,309,ls), -(89,437,o), -(124,500,o), -(177,500,cs), -(250,500,o), -(269,414,o), -(269,258,cs), -(269,101,o), -(250,16,o), -(177,16,cs) -); -} -); -width = 344; -}, -{ -anchors = ( -{ -name = bottom; -pos = (323,0); -}, -{ -name = top; -pos = (323,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,-167,l), -(103,130,l), -(107,130,l), -(139,46,o), -(232,-9,o), -(343,-9,cs), -(500,-9,o), -(605,97,o), -(605,259,cs), -(605,424,o), -(499,526,o), -(343,526,cs), -(226,526,o), -(139,474,o), -(107,398,c), -(103,398,l), -(101,517,l), -(66,517,l), -(66,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(190,25,o), -(103,126,o), -(103,234,cs), -(103,294,ls), -(103,396,o), -(190,492,o), -(339,492,cs), -(475,492,o), -(567,407,o), -(567,259,cs), -(567,118,o), -(476,25,o), -(339,25,cs) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (370,0); -}, -{ -name = top; -pos = (370,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-167,l), -(264,69,l), -(271,69,l), -(306,19,o), -(373,-10,o), -(452,-10,cs), -(611,-10,o), -(717,99,o), -(717,271,cs), -(717,444,o), -(611,552,o), -(454,552,cs), -(357,552,o), -(298,520,o), -(266,473,c), -(259,473,l), -(252,544,l), -(43,544,l), -(43,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(308,155,o), -(264,200,o), -(264,265,cs), -(264,277,ls), -(264,342,o), -(308,387,o), -(383,387,cs), -(451,387,o), -(496,346,o), -(496,271,cs), -(496,195,o), -(450,155,o), -(383,155,cs) -); -} -); -width = 729; -}, -{ -anchors = ( -{ -name = bottom; -pos = (146,0); -}, -{ -name = top; -pos = (146,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(151,-167,l), -(151,119,l), -(155,119,l), -(182,43,o), -(253,-9,o), -(350,-9,cs), -(479,-9,o), -(568,93,o), -(568,258,cs), -(568,424,o), -(479,526,o), -(350,526,cs), -(253,526,o), -(182,474,o), -(155,398,c), -(151,398,l), -(152,518,l), -(116,518,l), -(115,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(222,25,o), -(152,121,o), -(152,223,cs), -(152,294,ls), -(152,396,o), -(222,492,o), -(343,492,cs), -(455,492,o), -(530,407,o), -(530,258,cs), -(530,110,o), -(455,25,o), -(343,25,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,-167,l), -(66,75,l), -(68,75,l), -(86,19,o), -(121,-10,o), -(169,-10,cs), -(250,-10,o), -(287,69,o), -(287,258,cs), -(287,447,o), -(250,526,o), -(169,526,cs), -(121,526,o), -(87,497,o), -(68,439,c), -(66,439,l), -(65,516,l), -(36,516,l), -(36,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(107,17,o), -(66,96,o), -(66,206,cs), -(66,309,ls), -(66,419,o), -(107,499,o), -(161,499,cs), -(226,499,o), -(256,430,o), -(256,258,cs), -(256,86,o), -(226,17,o), -(161,17,cs) -); -} -); -width = 311; -}, -{ -anchors = ( -{ -name = bottom; -pos = (225,0); -}, -{ -name = top; -pos = (225,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,-167,l), -(193,57,l), -(194,57,l), -(218,10,o), -(255,-10,o), -(304,-10,cs), -(415,-10,o), -(443,99,o), -(443,271,cs), -(443,492,o), -(387,551,o), -(304,551,cs), -(253,551,o), -(216,526,o), -(196,467,c), -(194,467,l), -(190,541,l), -(16,541,l), -(16,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(200,128,o), -(193,174,o), -(193,256,cs), -(193,285,ls), -(193,381,o), -(204,415,o), -(229,415,cs), -(260,415,o), -(267,369,o), -(267,271,cs), -(267,160,o), -(256,128,o), -(229,128,cs) -); -} -); -width = 450; -}, -{ -anchors = ( -{ -name = bottom; -pos = (265,0); -}, -{ -name = top; -pos = (265,517); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(96,-167,l), -(96,119,l), -(98,119,l), -(125,42,o), -(196,-9,o), -(294,-9,cs), -(423,-9,o), -(511,92,o), -(511,258,cs), -(511,423,o), -(423,525,o), -(294,525,cs), -(196,525,o), -(125,473,o), -(98,396,c), -(95,396,l), -(93,517,l), -(59,517,l), -(59,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(166,24,o), -(96,120,o), -(96,222,cs), -(96,293,ls), -(96,395,o), -(166,491,o), -(286,491,cs), -(398,491,o), -(473,405,o), -(473,258,cs), -(473,109,o), -(398,24,o), -(286,24,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 545; -}, -{ -anchors = ( -{ -name = bottom; -pos = (302,0); -}, -{ -name = top; -pos = (302,544); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,-167,l), -(221,82,l), -(222,82,l), -(248,26,o), -(311,-10,o), -(383,-10,cs), -(524,-10,o), -(602,90,o), -(602,272,cs), -(602,454,o), -(524,554,o), -(383,554,cs), -(311,554,o), -(248,514,o), -(221,451,c), -(220,451,l), -(212,544,l), -(30,544,l), -(30,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(254,143,o), -(221,187,o), -(221,255,cs), -(221,288,ls), -(221,357,o), -(256,401,o), -(312,401,cs), -(373,401,o), -(407,355,o), -(407,272,cs), -(407,189,o), -(372,143,o), -(307,143,cs) -); -} -); -width = 609; -}, -{ -anchors = ( -{ -name = bottom; -pos = (313,0); -}, -{ -name = top; -pos = (313,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,-167,l), -(93,129,l), -(94,129,l), -(128,49,o), -(229,-9,o), -(347,-9,cs), -(512,-9,o), -(623,97,o), -(623,259,cs), -(623,424,o), -(511,526,o), -(347,526,cs), -(231,526,o), -(128,468,o), -(94,392,c), -(93,392,l), -(91,517,l), -(56,517,l), -(56,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(185,25,o), -(93,132,o), -(93,240,cs), -(93,288,ls), -(93,390,o), -(185,492,o), -(343,492,cs), -(487,492,o), -(585,407,o), -(585,259,cs), -(585,118,o), -(488,25,o), -(343,25,cs) -); -} -); -width = 651; -}, -{ -anchors = ( -{ -name = bottom; -pos = (357,0); -}, -{ -name = top; -pos = (357,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,-167,l), -(251,69,l), -(252,69,l), -(287,19,o), -(360,-10,o), -(439,-10,cs), -(598,-10,o), -(704,99,o), -(704,271,cs), -(704,444,o), -(598,552,o), -(441,552,cs), -(356,552,o), -(281,521,o), -(247,473,c), -(246,473,l), -(239,544,l), -(30,544,l), -(30,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(295,155,o), -(251,200,o), -(251,265,cs), -(251,277,ls), -(251,342,o), -(295,387,o), -(370,387,cs), -(438,387,o), -(483,346,o), -(483,271,cs), -(483,195,o), -(437,155,o), -(370,155,cs) -); -} -); -width = 722; -}, -{ -anchors = ( -{ -name = bottom; -pos = (283,0); -}, -{ -name = top; -pos = (283,517); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(122,-182,l), -(122,119,l), -(124,119,l), -(150,42,o), -(216,-9,o), -(308,-9,cs), -(430,-9,o), -(513,92,o), -(513,258,cs), -(513,423,o), -(430,525,o), -(308,525,cs), -(216,525,o), -(150,473,o), -(124,396,c), -(121,396,l), -(119,517,l), -(85,517,l), -(85,-182,l) -); -}, -{ -closed = 1; -nodes = ( -(187,24,o), -(122,120,o), -(122,222,cs), -(122,293,ls), -(122,395,o), -(187,491,o), -(300,491,cs), -(405,491,o), -(475,405,o), -(475,258,cs), -(475,109,o), -(405,24,o), -(300,24,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 581; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = top; -pos = (317,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(249,-167,l), -(248,79,l), -(260,79,l), -(277,27,o), -(330,-10,o), -(397,-10,cs), -(520,-10,o), -(601,93,o), -(601,272,cs), -(601,451,o), -(520,554,o), -(397,554,cs), -(330,554,o), -(277,517,o), -(259,465,c), -(246,465,l), -(241,544,l), -(60,544,l), -(60,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(275,148,o), -(249,187,o), -(249,259,cs), -(249,285,ls), -(249,357,o), -(276,397,o), -(327,397,cs), -(387,397,o), -(408,347,o), -(408,272,cs), -(408,198,o), -(384,148,o), -(322,148,cs) -); -} -); -width = 635; -}, -{ -anchors = ( -{ -name = bottom; -pos = (115,0); -}, -{ -name = top; -pos = (221,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(1,-167,l), -(53,84,l), -(54,84,l), -(58,25,o), -(82,-8,o), -(136,-8,cs), -(201,-8,o), -(256,58,o), -(296,253,cs), -(326,392,o), -(333,526,o), -(232,526,cs), -(190,526,o), -(157,499,o), -(130,445,c), -(128,445,l), -(139,516,l), -(114,516,l), -(-28,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(67,19,o), -(56,99,o), -(80,214,cs), -(102,319,ls), -(128,443,o), -(171,501,o), -(222,501,cs), -(307,501,o), -(295,389,o), -(266,252,cs), -(233,92,o), -(197,19,o), -(132,19,cs) -); -} -); -width = 341; -}, -{ -anchors = ( -{ -name = bottom; -pos = (179,0); -}, -{ -name = top; -pos = (291,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(111,-167,l), -(161,71,l), -(167,71,l), -(176,16,o), -(214,-10,o), -(264,-10,cs), -(350,-10,o), -(409,63,o), -(450,258,cs), -(484,422,o), -(486,551,o), -(360,551,cs), -(312,551,o), -(276,526,o), -(254,485,c), -(247,485,l), -(254,541,l), -(82,541,l), -(-65,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(177,133,o), -(184,182,o), -(201,264,cs), -(208,298,ls), -(227,391,o), -(242,419,o), -(268,419,cs), -(302,419,o), -(295,367,o), -(276,274,cs), -(256,175,o), -(240,133,o), -(213,133,cs) -); -} -); -width = 469; -}, -{ -anchors = ( -{ -name = bottom; -pos = (234,0); -}, -{ -name = top; -pos = (342,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(33,-167,l), -(94,126,l), -(98,126,l), -(118,45,o), -(183,-9,o), -(274,-9,cs), -(428,-9,o), -(532,112,o), -(532,316,cs), -(532,443,o), -(458,527,o), -(347,527,cs), -(269,527,o), -(197,491,o), -(155,414,c), -(152,414,l), -(172,517,l), -(139,517,l), -(-3,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(154,25,o), -(92,118,o), -(121,258,cs), -(133,315,ls), -(156,422,o), -(233,493,o), -(342,493,cs), -(439,493,o), -(494,421,o), -(494,312,cs), -(494,142,o), -(413,25,o), -(275,25,cs) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (271,0); -}, -{ -name = top; -pos = (383,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(132,-167,l), -(186,95,l), -(193,95,l), -(213,32,o), -(271,-10,o), -(350,-10,cs), -(478,-10,o), -(576,85,o), -(600,254,cs), -(625,433,o), -(553,553,o), -(420,553,cs), -(357,553,o), -(297,521,o), -(269,473,c), -(262,473,l), -(270,544,l), -(88,544,l), -(-59,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(235,140,o), -(206,194,o), -(220,263,cs), -(231,316,ls), -(243,372,o), -(277,403,o), -(329,403,cs), -(377,403,o), -(409,366,o), -(409,300,cs), -(409,205,o), -(366,140,o), -(293,140,cs) -); -} -); -}; -guides = ( -{ -angle = 78.3; -pos = (108,-167); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(154,-167,l), -(207,87,l), -(213,87,l), -(231,29,o), -(295,-10,o), -(365,-10,cs), -(518,-10,o), -(608,113,o), -(627,268,cs), -(648,439,o), -(576,554,o), -(448,554,cs), -(381,554,o), -(321,524,o), -(295,477,c), -(288,478,l), -(296,544,l), -(110,544,l), -(-37,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(257,143,o), -(228,193,o), -(242,257,cs), -(252,303,ls), -(264,362,o), -(295,401,o), -(353,401,cs), -(413,401,o), -(445,351,o), -(432,263,cs), -(421,191,o), -(380,143,o), -(319,143,cs) -); -} -); -width = 656; -}, -{ -anchors = ( -{ -name = bottom; -pos = (271,0); -}, -{ -name = top; -pos = (379,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(6,-167,l), -(73,154,l), -(80,154,l), -(107,54,o), -(194,-10,o), -(314,-10,cs), -(487,-10,o), -(608,114,o), -(608,290,cs), -(608,433,o), -(506,527,o), -(363,527,cs), -(263,527,o), -(172,483,o), -(134,416,c), -(127,416,l), -(145,517,l), -(112,517,l), -(-31,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(164,24,o), -(70,127,o), -(98,275,cs), -(103,301,ls), -(125,413,o), -(219,493,o), -(357,493,cs), -(485,493,o), -(570,413,o), -(570,288,cs), -(570,129,o), -(468,24,o), -(312,24,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(14,-167,l), -(81,154,l), -(85,154,l), -(99,56,o), -(188,-10,o), -(308,-10,cs), -(478,-10,o), -(605,118,o), -(611,295,cs), -(616,436,o), -(522,527,o), -(382,527,cs), -(278,527,o), -(185,488,o), -(137,408,c), -(134,408,l), -(153,517,l), -(120,517,l), -(-22,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(160,24,o), -(78,124,o), -(107,270,cs), -(113,300,ls), -(136,414,o), -(232,493,o), -(376,493,cs), -(501,493,o), -(578,416,o), -(574,294,cs), -(568,136,o), -(458,24,o), -(312,24,cs) -); -} -); -width = 644; -}, -{ -anchors = ( -{ -name = bottom; -pos = (309,0); -}, -{ -name = top; -pos = (421,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,-167,l), -(225,87,l), -(233,87,l), -(256,25,o), -(334,-10,o), -(415,-10,cs), -(582,-10,o), -(697,111,o), -(706,296,cs), -(714,452,o), -(618,554,o), -(471,554,cs), -(398,554,o), -(347,531,o), -(312,492,c), -(304,492,l), -(307,544,l), -(100,544,l), -(-48,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(289,160,o), -(251,209,o), -(264,281,cs), -(267,294,ls), -(279,351,o), -(315,390,o), -(385,390,cs), -(444,390,o), -(488,351,o), -(485,288,cs), -(483,207,o), -(433,155,o), -(361,157,cs) -); -} -); -width = 719; -} -); -metricLeft = n; -metricRight = b; -unicode = 112; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/paragraph.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/paragraph.glyph deleted file mode 100644 index 98f833f0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/paragraph.glyph +++ /dev/null @@ -1,619 +0,0 @@ -{ -color = 0; -glyphname = paragraph; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(352,0,l), -(352,593,l), -(425,593,l), -(425,0,l), -(604,0,l), -(604,593,l), -(678,593,l), -(678,729,l), -(220,729,ls), -(98,729,o), -(16,658,o), -(16,551,cs), -(16,437,o), -(98,381,o), -(220,381,c), -(220,0,l) -); -} -); -width = 695; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(223,0,l), -(223,702,l), -(319,702,l), -(319,0,l), -(349,0,l), -(349,702,l), -(432,702,l), -(432,729,l), -(193,729,ls), -(92,729,o), -(24,673,o), -(24,581,cs), -(24,494,o), -(85,438,o), -(192,441,c), -(192,0,l) -); -} -); -width = 443; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(258,0,l), -(258,699,l), -(401,699,l), -(401,0,l), -(431,0,l), -(431,699,l), -(526,699,l), -(526,729,l), -(228,729,ls), -(115,729,o), -(39,678,o), -(39,571,cs), -(39,472,o), -(99,406,o), -(227,407,c), -(227,0,l) -); -} -); -width = 555; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,0,l), -(389,542,l), -(460,542,l), -(460,0,l), -(674,0,l), -(674,542,l), -(767,542,l), -(767,729,l), -(275,729,ls), -(97,729,o), -(13,652,o), -(13,515,cs), -(13,394,o), -(95,315,o), -(235,315,c), -(235,0,l) -); -} -); -width = 780; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(203,0,l), -(203,702,l), -(299,702,l), -(299,0,l), -(329,0,l), -(329,702,l), -(412,702,l), -(412,729,l), -(173,729,ls), -(72,729,o), -(4,673,o), -(4,581,cs), -(4,494,o), -(65,438,o), -(172,441,c), -(172,0,l) -); -} -); -width = 405; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(343,0,l), -(343,593,l), -(416,593,l), -(416,0,l), -(595,0,l), -(595,593,l), -(669,593,l), -(669,729,l), -(211,729,ls), -(89,729,o), -(7,658,o), -(7,551,cs), -(7,437,o), -(89,381,o), -(211,381,c), -(211,0,l) -); -} -); -width = 676; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,0,l), -(257,693,l), -(382,693,l), -(382,0,l), -(420,0,l), -(420,693,l), -(530,693,l), -(530,729,l), -(219,729,ls), -(108,729,o), -(38,672,o), -(38,571,cs), -(38,471,o), -(103,405,o), -(219,406,c), -(219,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -1, -6 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 555; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(361,0,l), -(361,569,l), -(444,569,l), -(444,0,l), -(623,0,l), -(623,569,l), -(696,569,l), -(696,729,l), -(233,729,ls), -(91,729,o), -(9,657,o), -(9,528,cs), -(9,409,o), -(92,332,o), -(233,337,c), -(233,0,l) -); -} -); -width = 704; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(248,0,l), -(248,699,l), -(391,699,l), -(391,0,l), -(421,0,l), -(421,699,l), -(516,699,l), -(516,729,l), -(218,729,ls), -(105,729,o), -(29,678,o), -(29,571,cs), -(29,472,o), -(89,406,o), -(217,407,c), -(217,0,l) -); -} -); -width = 535; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(379,0,l), -(379,542,l), -(450,542,l), -(450,0,l), -(664,0,l), -(664,542,l), -(757,542,l), -(757,729,l), -(265,729,ls), -(87,729,o), -(3,652,o), -(3,515,cs), -(3,394,o), -(85,315,o), -(225,315,c), -(225,0,l) -); -} -); -width = 760; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(274,0,l), -(274,693,l), -(397,693,l), -(397,0,l), -(435,0,l), -(435,693,l), -(542,693,l), -(542,729,l), -(238,729,ls), -(129,729,o), -(59,672,o), -(59,571,cs), -(59,471,o), -(124,405,o), -(238,406,c), -(238,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -7 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -1, -6 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -3 -); -type = Stem; -} -); -}; -width = 588; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(373,0,l), -(373,569,l), -(452,569,l), -(452,0,l), -(630,0,l), -(630,569,l), -(699,569,l), -(699,729,l), -(247,729,ls), -(108,729,o), -(29,657,o), -(29,528,cs), -(29,409,o), -(110,332,o), -(247,337,c), -(247,0,l) -); -} -); -width = 726; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(293,0,l), -(293,702,l), -(389,702,l), -(389,0,l), -(419,0,l), -(419,702,l), -(502,702,l), -(502,729,l), -(263,729,ls), -(162,729,o), -(94,673,o), -(94,581,cs), -(94,494,o), -(155,438,o), -(262,441,c), -(262,0,l) -); -} -); -width = 495; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,0,l), -(414,593,l), -(487,593,l), -(487,0,l), -(666,0,l), -(666,593,l), -(740,593,l), -(740,729,l), -(282,729,ls), -(160,729,o), -(78,658,o), -(78,551,cs), -(78,437,o), -(160,381,o), -(282,381,c), -(282,0,l) -); -} -); -width = 736; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(345,0,l), -(345,693,l), -(470,693,l), -(470,0,l), -(508,0,l), -(508,693,l), -(618,693,l), -(618,729,l), -(307,729,ls), -(196,729,o), -(126,672,o), -(126,571,cs), -(126,471,o), -(191,405,o), -(307,406,c), -(307,0,l) -); -} -); -width = 621; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(441,0,l), -(441,569,l), -(524,569,l), -(524,0,l), -(703,0,l), -(703,569,l), -(776,569,l), -(776,729,l), -(313,729,ls), -(171,729,o), -(89,657,o), -(89,528,cs), -(89,409,o), -(172,332,o), -(313,337,c), -(313,0,l) -); -} -); -width = 785; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(327,0,l), -(327,699,l), -(470,699,l), -(470,0,l), -(500,0,l), -(500,699,l), -(595,699,l), -(595,729,l), -(297,729,ls), -(184,729,o), -(108,678,o), -(108,571,cs), -(108,472,o), -(168,406,o), -(296,407,c), -(296,0,l) -); -} -); -width = 591; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(445,0,l), -(445,542,l), -(516,542,l), -(516,0,l), -(730,0,l), -(730,542,l), -(823,542,l), -(823,729,l), -(331,729,ls), -(153,729,o), -(69,652,o), -(69,515,cs), -(69,394,o), -(151,315,o), -(291,315,c), -(291,0,l) -); -} -); -width = 801; -} -); -unicode = 182; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/parenleft.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/parenleft.case.glyph deleted file mode 100644 index ae5dc043..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/parenleft.case.glyph +++ /dev/null @@ -1,578 +0,0 @@ -{ -glyphname = parenleft.case; -kernRight = KO_parenleft.case; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(336,-63,l), -(251,17,o), -(181,193,o), -(181,365,cs), -(181,542,o), -(253,711,o), -(336,793,c), -(182,793,l), -(86,710,o), -(16,539,o), -(16,365,cs), -(16,190,o), -(86,19,o), -(182,-63,c) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,-63,l), -(234,17,o), -(183,192,o), -(183,365,cs), -(183,543,o), -(239,712,o), -(287,793,c), -(132,793,l), -(69,710,o), -(16,539,o), -(16,365,cs), -(16,190,o), -(69,19,o), -(132,-63,c) -); -} -); -width = 298; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(181,-63,l), -(113,26,o), -(67,188,o), -(67,365,cs), -(67,533,o), -(109,698,o), -(181,793,c), -(148,793,l), -(76,697,o), -(34,530,o), -(34,365,cs), -(34,200,o), -(76,33,o), -(148,-63,c) -); -} -); -width = 187; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(277,-63,l), -(160,26,o), -(80,189,o), -(80,365,cs), -(80,537,o), -(156,702,o), -(277,793,c), -(240,793,l), -(116,697,o), -(45,533,o), -(45,365,cs), -(45,198,o), -(116,33,o), -(240,-63,c) -); -} -); -width = 299; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(383,-63,l), -(284,34,o), -(218,206,o), -(218,365,cs), -(218,524,o), -(283,696,o), -(383,793,c), -(213,793,l), -(94,706,o), -(18,535,o), -(18,365,cs), -(18,196,o), -(94,24,o), -(213,-63,c) -); -} -); -width = 380; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(161,-63,l), -(93,26,o), -(47,188,o), -(47,365,cs), -(47,533,o), -(89,698,o), -(161,793,c), -(128,793,l), -(56,697,o), -(14,530,o), -(14,365,cs), -(14,200,o), -(56,33,o), -(128,-63,c) -); -} -); -width = 159; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(336,-63,l), -(251,17,o), -(181,193,o), -(181,365,cs), -(181,542,o), -(253,711,o), -(336,793,c), -(182,793,l), -(86,710,o), -(16,539,o), -(16,365,cs), -(16,190,o), -(86,19,o), -(182,-63,c) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,-63,l), -(225,17,o), -(174,192,o), -(174,365,cs), -(174,543,o), -(230,712,o), -(278,793,c), -(123,793,l), -(60,710,o), -(7,539,o), -(7,365,cs), -(7,190,o), -(60,19,o), -(123,-63,c) -); -} -); -width = 282; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,-63,l), -(149,26,o), -(82,188,o), -(82,365,cs), -(82,531,o), -(142,698,o), -(247,793,c), -(210,793,l), -(105,697,o), -(45,532,o), -(45,365,cs), -(45,198,o), -(105,33,o), -(210,-63,c) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenleft; -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 263; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(339,-63,l), -(252,47,o), -(197,212,o), -(197,365,cs), -(197,518,o), -(252,683,o), -(339,793,c), -(177,793,l), -(83,702,o), -(12,531,o), -(12,365,cs), -(12,199,o), -(83,28,o), -(177,-63,c) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenleft; -}; -width = 337; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(267,-63,l), -(150,26,o), -(70,189,o), -(70,365,cs), -(70,537,o), -(146,702,o), -(267,793,c), -(230,793,l), -(106,697,o), -(35,533,o), -(35,365,cs), -(35,198,o), -(106,33,o), -(230,-63,c) -); -} -); -width = 279; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(373,-63,l), -(274,34,o), -(208,206,o), -(208,365,cs), -(208,524,o), -(273,696,o), -(373,793,c), -(203,793,l), -(84,706,o), -(8,535,o), -(8,365,cs), -(8,196,o), -(84,24,o), -(203,-63,c) -); -} -); -width = 365; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-63,l), -(168,26,o), -(103,188,o), -(103,365,cs), -(103,531,o), -(161,698,o), -(264,793,c), -(229,793,l), -(126,697,o), -(66,532,o), -(66,365,cs), -(66,198,o), -(126,33,o), -(229,-63,c) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenleft; -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 302; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(346,-63,l), -(265,47,o), -(215,212,o), -(215,365,cs), -(215,518,o), -(265,682,o), -(346,793,c), -(185,793,l), -(98,701,o), -(32,531,o), -(32,365,cs), -(32,199,o), -(98,29,o), -(185,-63,c) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenleft; -}; -width = 358; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,-63,l), -(99,3,o), -(84,95,o), -(84,195,cs), -(84,404,o), -(156,626,o), -(292,793,c), -(259,793,l), -(124,632,o), -(53,409,o), -(53,197,cs), -(53,92,o), -(68,1,o), -(91,-63,c) -); -} -); -width = 193; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(252,-63,l), -(216,19,o), -(194,129,o), -(194,243,cs), -(194,431,o), -(266,647,o), -(405,793,c), -(247,793,l), -(112,670,o), -(31,461,o), -(31,266,cs), -(31,141,o), -(62,21,o), -(111,-63,c) -); -} -); -width = 332; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(205,-63,l), -(144,5,o), -(107,137,o), -(112,268,cs), -(119,469,o), -(231,683,o), -(375,793,c), -(334,793,l), -(185,675,o), -(82,467,o), -(75,269,cs), -(70,139,o), -(107,6,o), -(167,-63,c) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,-63,l), -(148,1,o), -(112,121,o), -(112,244,cs), -(112,453,o), -(223,675,o), -(375,793,c), -(334,793,l), -(179,671,o), -(76,451,o), -(76,245,cs), -(76,149,o), -(98,17,o), -(167,-63,c) -); -} -); -width = 309; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,-63,l), -(251,19,o), -(229,129,o), -(229,243,cs), -(229,431,o), -(301,647,o), -(440,793,c), -(264,793,l), -(130,670,o), -(48,461,o), -(48,266,cs), -(48,141,o), -(79,21,o), -(129,-63,c) -); -} -); -width = 370; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,-63,l), -(136,4,o), -(90,134,o), -(90,263,cs), -(90,465,o), -(213,682,o), -(375,793,c), -(334,793,l), -(166,674,o), -(55,462,o), -(55,261,cs), -(55,132,o), -(100,5,o), -(168,-63,c) -); -} -); -width = 294; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(317,-63,l), -(260,26,o), -(226,155,o), -(226,273,cs), -(226,456,o), -(314,655,o), -(469,793,c), -(280,793,l), -(126,675,o), -(33,477,o), -(33,290,cs), -(33,160,o), -(75,30,o), -(145,-63,c) -); -} -); -width = 383; -} -); -userData = { -KernOnSpecialSpacing = { -R = parenthesis; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/parenleft.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/parenleft.glyph deleted file mode 100644 index 0be5570e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/parenleft.glyph +++ /dev/null @@ -1,745 +0,0 @@ -{ -glyphname = parenleft; -kernRight = KO_parenleft; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(336,-167,l), -(251,-77,o), -(181,120,o), -(181,313,cs), -(181,512,o), -(253,701,o), -(336,793,c), -(182,793,l), -(86,700,o), -(16,508,o), -(16,313,cs), -(16,117,o), -(86,-75,o), -(182,-167,c) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,-167,l), -(236,-76,o), -(183,121,o), -(183,313,cs), -(183,513,o), -(241,701,o), -(296,793,c), -(142,793,l), -(72,700,o), -(16,507,o), -(16,313,cs), -(16,118,o), -(72,-75,o), -(142,-167,c) -); -} -); -width = 307; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(250,-167,l), -(138,-67,o), -(63,113,o), -(63,313,cs), -(63,501,o), -(130,686,o), -(250,793,c), -(218,793,l), -(100,685,o), -(33,500,o), -(33,313,cs), -(33,126,o), -(100,-59,o), -(218,-167,c) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(200,-167,l), -(120,-67,o), -(65,112,o), -(65,313,cs), -(65,501,o), -(115,686,o), -(200,793,c), -(167,793,l), -(82,685,o), -(33,498,o), -(33,313,cs), -(33,128,o), -(82,-59,o), -(167,-167,c) -); -} -); -width = 205; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(295,-167,l), -(166,-67,o), -(78,115,o), -(78,313,cs), -(78,493,o), -(152,682,o), -(295,793,c), -(258,793,l), -(121,685,o), -(43,501,o), -(43,313,cs), -(43,125,o), -(121,-59,o), -(258,-167,c) -); -} -); -width = 316; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(400,-167,l), -(290,-58,o), -(216,134,o), -(216,313,cs), -(216,493,o), -(288,684,o), -(400,793,c), -(229,793,l), -(100,695,o), -(16,503,o), -(16,313,cs), -(16,123,o), -(100,-69,o), -(229,-167,c) -); -} -); -width = 397; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(250,-167,l), -(138,-67,o), -(63,113,o), -(63,313,cs), -(63,501,o), -(130,686,o), -(250,793,c), -(218,793,l), -(100,685,o), -(33,500,o), -(33,313,cs), -(33,126,o), -(100,-59,o), -(218,-167,c) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,-167,l), -(100,-67,o), -(45,112,o), -(45,313,cs), -(45,501,o), -(95,686,o), -(180,793,c), -(147,793,l), -(62,685,o), -(13,498,o), -(13,313,cs), -(13,128,o), -(62,-59,o), -(147,-167,c) -); -} -); -width = 177; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(336,-167,l), -(251,-77,o), -(181,120,o), -(181,313,cs), -(181,512,o), -(253,701,o), -(336,793,c), -(182,793,l), -(86,700,o), -(16,508,o), -(16,313,cs), -(16,117,o), -(86,-75,o), -(182,-167,c) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,-167,l), -(227,-76,o), -(174,121,o), -(174,313,cs), -(174,513,o), -(232,701,o), -(287,793,c), -(133,793,l), -(63,700,o), -(7,507,o), -(7,313,cs), -(7,118,o), -(63,-75,o), -(133,-167,c) -); -} -); -width = 291; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(265,-167,l), -(155,-67,o), -(80,115,o), -(80,313,cs), -(80,499,o), -(147,686,o), -(265,793,c), -(228,793,l), -(110,685,o), -(43,500,o), -(43,313,cs), -(43,126,o), -(110,-59,o), -(228,-167,c) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 281; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(348,-167,l), -(257,-48,o), -(196,144,o), -(196,313,cs), -(196,482,o), -(257,674,o), -(348,793,c), -(186,793,l), -(81,681,o), -(11,489,o), -(11,313,cs), -(11,137,o), -(81,-55,o), -(186,-167,c) -); -} -); -width = 345; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(285,-167,l), -(156,-67,o), -(68,115,o), -(68,313,cs), -(68,493,o), -(142,682,o), -(285,793,c), -(248,793,l), -(111,685,o), -(33,501,o), -(33,313,cs), -(33,125,o), -(111,-59,o), -(248,-167,c) -); -} -); -width = 296; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(390,-167,l), -(280,-58,o), -(206,134,o), -(206,313,cs), -(206,493,o), -(278,684,o), -(390,793,c), -(219,793,l), -(90,695,o), -(6,503,o), -(6,313,cs), -(6,123,o), -(90,-69,o), -(219,-167,c) -); -} -); -width = 382; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(282,-167,l), -(174,-67,o), -(101,115,o), -(101,313,cs), -(101,499,o), -(166,686,o), -(282,793,c), -(247,793,l), -(131,685,o), -(64,500,o), -(64,313,cs), -(64,126,o), -(131,-59,o), -(247,-167,c) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 320; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(354,-167,l), -(270,-48,o), -(214,144,o), -(214,313,cs), -(214,482,o), -(270,673,o), -(354,793,c), -(194,793,l), -(97,682,o), -(31,489,o), -(31,313,cs), -(31,137,o), -(97,-56,o), -(194,-167,c) -); -} -); -width = 366; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(159,-167,l), -(94,-95,o), -(57,18,o), -(57,152,cs), -(57,392,o), -(184,659,o), -(360,793,c), -(326,793,l), -(151,657,o), -(27,391,o), -(27,151,cs), -(27,26,o), -(62,-91,o), -(129,-167,c) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,-167,l), -(83,-108,o), -(58,5,o), -(58,115,cs), -(58,367,o), -(174,657,o), -(321,793,c), -(286,793,l), -(131,641,o), -(27,367,o), -(27,114,cs), -(27,7,o), -(52,-105,o), -(90,-167,c) -); -} -); -width = 215; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(245,-167,l), -(217,-61,o), -(203,46,o), -(203,150,cs), -(203,389,o), -(279,607,o), -(447,793,c), -(284,793,l), -(114,617,o), -(43,398,o), -(43,187,cs), -(43,70,o), -(64,-51,o), -(103,-167,c) -); -} -); -}; -guides = ( -{ -pos = (157,793); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(212,-167,l), -(173,-68,o), -(161,128,o), -(196,309,cs), -(237,524,o), -(339,712,o), -(412,793,c), -(249,793,l), -(162,707,o), -(68,519,o), -(32,326,cs), -(-5,129,o), -(12,-69,o), -(66,-167,c) -); -} -); -width = 315; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(208,-167,l), -(142,-90,o), -(109,28,o), -(109,160,cs), -(109,393,o), -(232,659,o), -(409,793,c), -(368,793,l), -(200,662,o), -(72,403,o), -(72,162,cs), -(72,30,o), -(106,-89,o), -(174,-167,c) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,-167,l), -(112,-55,o), -(75,133,o), -(113,329,cs), -(148,509,o), -(250,696,o), -(389,793,c), -(349,793,l), -(208,690,o), -(111,510,o), -(76,330,cs), -(40,144,o), -(71,-49,o), -(166,-167,c) -); -} -); -width = 325; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(292,-167,l), -(249,-95,o), -(223,28,o), -(223,146,cs), -(223,392,o), -(327,638,o), -(494,793,c), -(311,793,l), -(138,647,o), -(39,378,o), -(39,162,cs), -(39,28,o), -(75,-101,o), -(130,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(279,-167,l), -(217,-41,o), -(196,150,o), -(227,311,cs), -(262,489,o), -(368,686,o), -(487,793,c), -(313,793,l), -(185,690,o), -(80,504,o), -(45,329,cs), -(10,150,o), -(44,-48,o), -(126,-167,c) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(279,-167,l), -(217,-41,o), -(196,150,o), -(227,311,cs), -(263,496,o), -(363,682,o), -(487,793,c), -(313,793,l), -(187,692,o), -(80,506,o), -(45,329,cs), -(10,152,o), -(43,-46,o), -(126,-167,c) -); -} -); -width = 393; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(190,-167,l), -(124,-90,o), -(91,28,o), -(91,160,cs), -(91,393,o), -(214,659,o), -(391,793,c), -(350,793,l), -(182,662,o), -(54,403,o), -(54,162,cs), -(54,30,o), -(88,-89,o), -(156,-167,c) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,-167,l), -(105,-55,o), -(55,137,o), -(93,331,cs), -(129,519,o), -(255,703,o), -(402,793,c), -(361,793,l), -(212,702,o), -(95,524,o), -(58,333,cs), -(22,146,o), -(64,-47,o), -(178,-167,c) -); -} -); -width = 320; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(288,-167,l), -(246,-96,o), -(218,25,o), -(218,142,cs), -(218,387,o), -(321,637,o), -(490,793,c), -(294,793,l), -(134,658,o), -(23,399,o), -(23,166,cs), -(23,30,o), -(58,-100,o), -(113,-167,c) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,-167,l), -(224,-47,o), -(192,144,o), -(225,312,cs), -(263,511,o), -(384,703,o), -(528,793,c), -(338,793,l), -(189,709,o), -(65,525,o), -(28,331,cs), -(-9,140,o), -(38,-59,o), -(146,-167,c) -); -} -); -width = 417; -} -); -unicode = 40; -userData = { -KernOnName = parenleft; -KernOnSpecialSpacing = { -R = parenthesis; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/parenright.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/parenright.case.glyph deleted file mode 100644 index 082ae9d4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/parenright.case.glyph +++ /dev/null @@ -1,263 +0,0 @@ -{ -color = 6; -glyphname = parenright.case; -kernLeft = KO_parenright.case; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -angle = 180; -pos = (298,729); -ref = parenleft.case; -} -); -width = 298; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -angle = 180; -pos = (187,729); -ref = parenleft.case; -} -); -width = 187; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -angle = 180; -pos = (299,729); -ref = parenleft.case; -} -); -width = 299; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -angle = 180; -pos = (380,729); -ref = parenleft.case; -} -); -width = 380; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -angle = 180; -pos = (159,729); -ref = parenleft.case; -} -); -width = 159; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -angle = 180; -pos = (282,729); -ref = parenleft.case; -} -); -width = 282; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (303,729); -ref = parenleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenright; -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -} -); -}; -width = 303; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (349,729); -ref = parenleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenright; -}; -width = 349; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (299,729); -ref = parenleft.case; -} -); -width = 299; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -angle = 180; -pos = (365,729); -ref = parenleft.case; -} -); -width = 365; -}, -{ -layerId = m019; -shapes = ( -{ -angle = 180; -pos = (302,729); -ref = parenleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenright; -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -} -); -}; -width = 302; -}, -{ -layerId = m020; -shapes = ( -{ -angle = 180; -pos = (358,729); -ref = parenleft.case; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = parenright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = parenright; -}; -width = 358; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -angle = 180; -pos = (237,729); -ref = parenleft.case; -} -); -width = 193; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -angle = 180; -pos = (371,729); -ref = parenleft.case; -} -); -width = 332; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -angle = 180; -pos = (353,729); -ref = parenleft.case; -} -); -width = 309; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -angle = 180; -pos = (408,729); -ref = parenleft.case; -} -); -width = 370; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -angle = 180; -pos = (338,729); -ref = parenleft.case; -} -); -width = 294; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -angle = 180; -pos = (421,729); -ref = parenleft.case; -} -); -width = 383; -} -); -metricLeft = parenright; -metricRight = parenright; -userData = { -KernOnSpecialSpacing = { -L = parenthesis; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/parenright.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/parenright.glyph deleted file mode 100644 index 1ba162d8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/parenright.glyph +++ /dev/null @@ -1,267 +0,0 @@ -{ -color = 6; -glyphname = parenright; -kernLeft = KO_parenright; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (307,626); -ref = parenleft; -} -); -width = 307; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (205,626); -ref = parenleft; -} -); -width = 205; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (316,626); -ref = parenleft; -} -); -width = 316; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (397,626); -ref = parenleft; -} -); -width = 397; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (177,626); -ref = parenleft; -} -); -width = 177; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (291,626); -ref = parenleft; -} -); -width = 291; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (321,626); -ref = parenleft; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -} -); -}; -width = 321; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (357,626); -ref = parenleft; -} -); -width = 357; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (316,626); -ref = parenleft; -} -); -width = 316; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (382,626); -ref = parenleft; -} -); -width = 382; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (320,626); -ref = parenleft; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -13 -); -type = Stem; -} -); -}; -width = 320; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (366,626); -ref = parenleft; -} -); -width = 366; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (238,626); -ref = parenleft; -} -); -width = 215; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (333,626); -ref = parenleft; -} -); -width = 315; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (348,626); -ref = parenleft; -} -); -width = 325; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (410,626); -ref = parenleft; -} -); -width = 393; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (343,626); -ref = parenleft; -} -); -width = 320; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (434,626); -ref = parenleft; -} -); -width = 417; -} -); -metricLeft = "=|parenleft"; -metricRight = "=|parenleft"; -unicode = 41; -userData = { -KernOnSpecialSpacing = { -L = parenthesis; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/percent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/percent.glyph deleted file mode 100644 index 5ee15348..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/percent.glyph +++ /dev/null @@ -1,2457 +0,0 @@ -{ -glyphname = percent; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(550,90,o), -(549,120,o), -(549,183,cs), -(549,247,o), -(550,276,o), -(570,276,cs), -(589,276,o), -(590,254,o), -(590,183,cs), -(590,115,o), -(589,90,o), -(570,90,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,0,l), -(572,729,l), -(462,729,l), -(149,0,l) -); -}, -{ -closed = 1; -nodes = ( -(232,352,o), -(291,388,o), -(291,540,cs), -(291,692,o), -(232,729,o), -(151,729,cs), -(71,729,o), -(12,694,o), -(12,540,cs), -(12,387,o), -(71,352,o), -(151,352,cs) -); -}, -{ -closed = 1; -nodes = ( -(131,447,o), -(130,477,o), -(130,540,cs), -(130,604,o), -(131,633,o), -(151,633,cs), -(170,633,o), -(171,611,o), -(171,540,cs), -(171,472,o), -(170,447,o), -(151,447,cs) -); -}, -{ -closed = 1; -nodes = ( -(651,-5,o), -(710,32,o), -(710,184,cs), -(710,336,o), -(651,372,o), -(570,372,cs), -(490,372,o), -(431,337,o), -(431,184,cs), -(431,30,o), -(490,-5,o), -(570,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(550,90,o), -(549,120,o), -(549,183,cs), -(549,247,o), -(550,276,o), -(570,276,cs), -(589,276,o), -(590,254,o), -(590,183,cs), -(590,115,o), -(589,90,o), -(570,90,cs) -); -} -); -width = 722; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,0,l), -(459,729,l), -(425,729,l), -(144,0,l) -); -}, -{ -closed = 1; -nodes = ( -(222,324,o), -(249,399,o), -(249,527,cs), -(249,655,o), -(222,729,o), -(155,729,cs), -(87,729,o), -(60,655,o), -(60,527,cs), -(60,399,o), -(87,324,o), -(155,324,cs) -); -}, -{ -closed = 1; -nodes = ( -(116,353,o), -(93,390,o), -(93,527,cs), -(93,663,o), -(116,701,o), -(155,701,cs), -(193,701,o), -(216,663,o), -(216,527,cs), -(216,390,o), -(193,353,o), -(155,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(516,-6,o), -(543,70,o), -(543,197,cs), -(543,324,o), -(516,399,o), -(449,399,cs), -(380,399,o), -(354,324,o), -(354,197,cs), -(354,71,o), -(380,-6,o), -(449,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(410,23,o), -(386,59,o), -(386,197,cs), -(386,335,o), -(410,372,o), -(449,372,cs), -(486,372,o), -(510,335,o), -(510,197,cs), -(510,59,o), -(486,23,o), -(449,23,cs) -); -} -); -width = 603; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,0,l), -(769,729,l), -(728,729,l), -(199,0,l) -); -}, -{ -closed = 1; -nodes = ( -(338,323,o), -(409,393,o), -(409,526,cs), -(409,659,o), -(337,729,o), -(233,729,cs), -(128,729,o), -(56,659,o), -(56,526,cs), -(56,392,o), -(129,323,o), -(234,323,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,353,o), -(92,415,o), -(92,526,cs), -(92,637,o), -(144,699,o), -(233,699,cs), -(323,699,o), -(374,637,o), -(374,526,cs), -(374,415,o), -(322,353,o), -(233,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(840,-10,o), -(911,60,o), -(911,193,cs), -(911,326,o), -(839,396,o), -(735,396,cs), -(630,396,o), -(558,326,o), -(558,193,cs), -(558,59,o), -(631,-10,o), -(736,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(645,20,o), -(594,82,o), -(594,193,cs), -(594,304,o), -(646,366,o), -(735,366,cs), -(825,366,o), -(876,304,o), -(876,193,cs), -(876,82,o), -(824,20,o), -(735,20,cs) -); -} -); -width = 967; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,0,l), -(834,729,l), -(674,729,l), -(144,0,l) -); -}, -{ -closed = 1; -nodes = ( -(351,351,o), -(432,421,o), -(432,540,cs), -(432,657,o), -(352,729,o), -(228,729,cs), -(104,729,o), -(22,660,o), -(22,540,cs), -(22,424,o), -(101,351,o), -(226,351,cs) -); -}, -{ -closed = 1; -nodes = ( -(198,471,o), -(174,482,o), -(174,540,cs), -(174,599,o), -(198,610,o), -(228,610,cs), -(255,610,o), -(281,599,o), -(281,540,cs), -(281,482,o), -(257,471,o), -(227,471,cs) -); -}, -{ -closed = 1; -nodes = ( -(875,-5,o), -(956,65,o), -(956,184,cs), -(956,302,o), -(876,373,o), -(753,373,cs), -(630,373,o), -(547,305,o), -(547,184,cs), -(547,68,o), -(626,-5,o), -(751,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(723,116,o), -(698,126,o), -(698,184,cs), -(698,244,o), -(723,254,o), -(753,254,cs), -(780,254,o), -(806,243,o), -(806,184,cs), -(806,126,o), -(781,116,o), -(751,116,cs) -); -} -); -width = 978; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,0,l), -(439,729,l), -(405,729,l), -(124,0,l) -); -}, -{ -closed = 1; -nodes = ( -(202,324,o), -(229,399,o), -(229,527,cs), -(229,655,o), -(202,729,o), -(135,729,cs), -(67,729,o), -(40,655,o), -(40,527,cs), -(40,399,o), -(67,324,o), -(135,324,cs) -); -}, -{ -closed = 1; -nodes = ( -(96,353,o), -(73,390,o), -(73,527,cs), -(73,663,o), -(96,701,o), -(135,701,cs), -(173,701,o), -(196,663,o), -(196,527,cs), -(196,390,o), -(173,353,o), -(135,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(496,-6,o), -(523,70,o), -(523,197,cs), -(523,324,o), -(496,399,o), -(429,399,cs), -(360,399,o), -(334,324,o), -(334,197,cs), -(334,71,o), -(360,-6,o), -(429,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,23,o), -(366,59,o), -(366,197,cs), -(366,335,o), -(390,372,o), -(429,372,cs), -(466,372,o), -(490,335,o), -(490,197,cs), -(490,59,o), -(466,23,o), -(429,23,cs) -); -} -); -width = 563; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(550,90,o), -(549,120,o), -(549,183,cs), -(549,247,o), -(550,276,o), -(570,276,cs), -(589,276,o), -(590,254,o), -(590,183,cs), -(590,115,o), -(589,90,o), -(570,90,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(250,0,l), -(563,729,l), -(453,729,l), -(140,0,l) -); -}, -{ -closed = 1; -nodes = ( -(223,352,o), -(282,388,o), -(282,540,cs), -(282,692,o), -(223,729,o), -(142,729,cs), -(62,729,o), -(3,694,o), -(3,540,cs), -(3,387,o), -(62,352,o), -(142,352,cs) -); -}, -{ -closed = 1; -nodes = ( -(122,447,o), -(121,477,o), -(121,540,cs), -(121,604,o), -(122,633,o), -(142,633,cs), -(161,633,o), -(162,611,o), -(162,540,cs), -(162,472,o), -(161,447,o), -(142,447,cs) -); -}, -{ -closed = 1; -nodes = ( -(642,-5,o), -(701,32,o), -(701,184,cs), -(701,336,o), -(642,372,o), -(561,372,cs), -(481,372,o), -(422,337,o), -(422,184,cs), -(422,30,o), -(481,-5,o), -(561,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(541,90,o), -(540,120,o), -(540,183,cs), -(540,247,o), -(541,276,o), -(561,276,cs), -(580,276,o), -(581,254,o), -(581,183,cs), -(581,115,o), -(580,90,o), -(561,90,cs) -); -} -); -width = 704; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(208,0,l), -(670,729,l), -(628,729,l), -(167,0,l) -); -}, -{ -closed = 1; -nodes = ( -(265,320,o), -(321,391,o), -(321,523,cs), -(321,654,o), -(266,725,o), -(184,725,cs), -(101,725,o), -(45,655,o), -(45,523,cs), -(45,392,o), -(100,320,o), -(184,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(119,352,o), -(82,411,o), -(82,523,cs), -(82,634,o), -(119,693,o), -(184,693,cs), -(247,693,o), -(284,635,o), -(284,523,cs), -(284,411,o), -(247,352,o), -(184,352,cs) -); -}, -{ -closed = 1; -nodes = ( -(736,-5,o), -(792,66,o), -(792,197,cs), -(792,329,o), -(737,400,o), -(655,400,cs), -(571,400,o), -(516,329,o), -(516,198,cs), -(516,66,o), -(571,-5,o), -(655,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(590,27,o), -(553,85,o), -(553,197,cs), -(553,310,o), -(590,368,o), -(655,368,cs), -(717,368,o), -(754,310,o), -(754,197,cs), -(754,84,o), -(717,27,o), -(655,27,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(188,0,l), -(650,729,l), -(608,729,l), -(147,0,l) -); -}, -{ -closed = 1; -nodes = ( -(265,324,o), -(321,395,o), -(321,527,cs), -(321,658,o), -(266,729,o), -(184,729,cs), -(101,729,o), -(45,659,o), -(45,527,cs), -(45,396,o), -(100,324,o), -(184,324,cs) -); -}, -{ -closed = 1; -nodes = ( -(119,356,o), -(82,415,o), -(82,527,cs), -(82,638,o), -(119,697,o), -(184,697,cs), -(247,697,o), -(284,639,o), -(284,527,cs), -(284,415,o), -(247,356,o), -(184,356,cs) -); -}, -{ -closed = 1; -nodes = ( -(696,-5,o), -(752,66,o), -(752,197,cs), -(752,329,o), -(697,400,o), -(615,400,cs), -(531,400,o), -(476,329,o), -(476,198,cs), -(476,66,o), -(531,-5,o), -(615,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(550,27,o), -(513,85,o), -(513,197,cs), -(513,310,o), -(550,368,o), -(615,368,cs), -(677,368,o), -(714,310,o), -(714,197,cs), -(714,84,o), -(677,27,o), -(615,27,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -4, -11 -); -stem = -2; -target = ( -3, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -3, -5 -); -stem = -2; -target = ( -4, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -3, -8 -); -stem = -2; -target = ( -4, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -4, -8 -); -stem = -2; -target = ( -3, -2 -); -type = Stem; -} -); -}; -width = 797; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(729,729,l), -(605,729,l), -(140,0,l) -); -}, -{ -closed = 1; -nodes = ( -(288,348,o), -(353,416,o), -(353,536,cs), -(353,646,o), -(297,726,o), -(196,726,cs), -(98,726,o), -(34,655,o), -(34,539,cs), -(34,427,o), -(90,348,o), -(192,348,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,450,o), -(156,449,o), -(156,537,cs), -(156,626,o), -(177,623,o), -(193,623,cs), -(211,623,o), -(231,625,o), -(231,537,cs), -(231,448,o), -(211,450,o), -(193,450,cs) -); -}, -{ -closed = 1; -nodes = ( -(771,-3,o), -(835,66,o), -(835,186,cs), -(835,296,o), -(779,376,o), -(678,376,cs), -(581,376,o), -(516,306,o), -(516,188,cs), -(516,78,o), -(572,-3,o), -(674,-3,cs) -); -}, -{ -closed = 1; -nodes = ( -(659,100,o), -(638,98,o), -(638,187,cs), -(638,276,o), -(659,273,o), -(676,273,cs), -(693,273,o), -(713,275,o), -(713,187,cs), -(713,98,o), -(693,100,o), -(676,100,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,0,l), -(708,729,l), -(584,729,l), -(119,0,l) -); -}, -{ -closed = 1; -nodes = ( -(279,336,o), -(344,398,o), -(344,533,cs), -(344,667,o), -(279,729,o), -(184,729,cs), -(89,729,o), -(24,667,o), -(24,533,cs), -(24,398,o), -(89,336,o), -(184,336,cs) -); -}, -{ -closed = 1; -nodes = ( -(154,440,o), -(145,476,o), -(145,533,cs), -(145,589,o), -(154,625,o), -(184,625,cs), -(214,625,o), -(223,589,o), -(223,533,cs), -(223,476,o), -(214,440,o), -(184,440,cs) -); -}, -{ -closed = 1; -nodes = ( -(738,-10,o), -(803,52,o), -(803,187,cs), -(803,321,o), -(738,383,o), -(643,383,cs), -(548,383,o), -(483,321,o), -(483,187,cs), -(483,52,o), -(548,-10,o), -(643,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(613,94,o), -(604,130,o), -(604,187,cs), -(604,243,o), -(613,279,o), -(643,279,cs), -(673,279,o), -(682,243,o), -(682,187,cs), -(682,130,o), -(673,94,o), -(643,94,cs) -); -} -); -width = 827; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,0,l), -(759,729,l), -(718,729,l), -(189,0,l) -); -}, -{ -closed = 1; -nodes = ( -(328,323,o), -(399,393,o), -(399,526,cs), -(399,659,o), -(327,729,o), -(223,729,cs), -(118,729,o), -(46,659,o), -(46,526,cs), -(46,392,o), -(119,323,o), -(224,323,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,353,o), -(82,415,o), -(82,526,cs), -(82,637,o), -(134,699,o), -(223,699,cs), -(313,699,o), -(364,637,o), -(364,526,cs), -(364,415,o), -(312,353,o), -(223,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(830,-10,o), -(901,60,o), -(901,193,cs), -(901,326,o), -(829,396,o), -(725,396,cs), -(620,396,o), -(548,326,o), -(548,193,cs), -(548,59,o), -(621,-10,o), -(726,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(635,20,o), -(584,82,o), -(584,193,cs), -(584,304,o), -(636,366,o), -(725,366,cs), -(815,366,o), -(866,304,o), -(866,193,cs), -(866,82,o), -(814,20,o), -(725,20,cs) -); -} -); -width = 947; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(294,0,l), -(824,729,l), -(664,729,l), -(134,0,l) -); -}, -{ -closed = 1; -nodes = ( -(341,351,o), -(422,421,o), -(422,540,cs), -(422,657,o), -(342,729,o), -(218,729,cs), -(94,729,o), -(12,660,o), -(12,540,cs), -(12,424,o), -(91,351,o), -(216,351,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,471,o), -(164,482,o), -(164,540,cs), -(164,599,o), -(188,610,o), -(218,610,cs), -(245,610,o), -(271,599,o), -(271,540,cs), -(271,482,o), -(247,471,o), -(217,471,cs) -); -}, -{ -closed = 1; -nodes = ( -(865,-5,o), -(946,65,o), -(946,184,cs), -(946,302,o), -(866,373,o), -(743,373,cs), -(620,373,o), -(537,305,o), -(537,184,cs), -(537,68,o), -(616,-5,o), -(741,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(713,116,o), -(688,126,o), -(688,184,cs), -(688,244,o), -(713,254,o), -(743,254,cs), -(770,254,o), -(796,243,o), -(796,184,cs), -(796,126,o), -(771,116,o), -(741,116,cs) -); -} -); -width = 958; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(208,0,l), -(670,729,l), -(628,729,l), -(167,0,l) -); -}, -{ -closed = 1; -nodes = ( -(265,320,o), -(321,391,o), -(321,523,cs), -(321,654,o), -(266,725,o), -(184,725,cs), -(101,725,o), -(45,655,o), -(45,523,cs), -(45,392,o), -(100,320,o), -(184,320,cs) -); -}, -{ -closed = 1; -nodes = ( -(119,352,o), -(82,411,o), -(82,523,cs), -(82,634,o), -(119,693,o), -(184,693,cs), -(247,693,o), -(284,635,o), -(284,523,cs), -(284,411,o), -(247,352,o), -(184,352,cs) -); -}, -{ -closed = 1; -nodes = ( -(736,-5,o), -(792,66,o), -(792,197,cs), -(792,329,o), -(737,400,o), -(655,400,cs), -(571,400,o), -(516,329,o), -(516,198,cs), -(516,66,o), -(571,-5,o), -(655,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(590,27,o), -(553,85,o), -(553,197,cs), -(553,310,o), -(590,368,o), -(655,368,cs), -(717,368,o), -(754,310,o), -(754,197,cs), -(754,84,o), -(717,27,o), -(655,27,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(207,0,l), -(659,729,l), -(619,729,l), -(166,0,l) -); -}, -{ -closed = 1; -nodes = ( -(282,324,o), -(338,395,o), -(338,527,cs), -(338,658,o), -(283,729,o), -(203,729,cs), -(122,729,o), -(66,659,o), -(66,527,cs), -(66,396,o), -(121,324,o), -(203,324,cs) -); -}, -{ -closed = 1; -nodes = ( -(140,356,o), -(103,415,o), -(103,527,cs), -(103,638,o), -(140,697,o), -(203,697,cs), -(264,697,o), -(301,639,o), -(301,527,cs), -(301,415,o), -(264,356,o), -(203,356,cs) -); -}, -{ -closed = 1; -nodes = ( -(705,-5,o), -(759,66,o), -(759,197,cs), -(759,329,o), -(706,400,o), -(626,400,cs), -(543,400,o), -(489,329,o), -(489,198,cs), -(489,66,o), -(543,-5,o), -(626,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(561,27,o), -(526,85,o), -(526,197,cs), -(526,310,o), -(561,368,o), -(626,368,cs), -(686,368,o), -(723,310,o), -(723,197,cs), -(723,84,o), -(686,27,o), -(626,27,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -4, -11 -); -stem = -2; -target = ( -3, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -3, -5 -); -stem = -2; -target = ( -4, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -3, -8 -); -stem = -2; -target = ( -4, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -4, -8 -); -stem = -2; -target = ( -3, -2 -); -type = Stem; -} -); -}; -width = 826; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(729,729,l), -(605,729,l), -(140,0,l) -); -}, -{ -closed = 1; -nodes = ( -(288,348,o), -(353,416,o), -(353,536,cs), -(353,646,o), -(297,726,o), -(196,726,cs), -(98,726,o), -(34,655,o), -(34,539,cs), -(34,427,o), -(90,348,o), -(192,348,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,450,o), -(156,449,o), -(156,537,cs), -(156,626,o), -(177,623,o), -(193,623,cs), -(211,623,o), -(231,625,o), -(231,537,cs), -(231,448,o), -(211,450,o), -(193,450,cs) -); -}, -{ -closed = 1; -nodes = ( -(771,-3,o), -(835,66,o), -(835,186,cs), -(835,296,o), -(779,376,o), -(678,376,cs), -(581,376,o), -(516,306,o), -(516,188,cs), -(516,78,o), -(572,-3,o), -(674,-3,cs) -); -}, -{ -closed = 1; -nodes = ( -(659,100,o), -(638,98,o), -(638,187,cs), -(638,276,o), -(659,273,o), -(676,273,cs), -(693,273,o), -(713,275,o), -(713,187,cs), -(713,98,o), -(693,100,o), -(676,100,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(258,0,l), -(713,729,l), -(590,729,l), -(136,0,l) -); -}, -{ -closed = 1; -nodes = ( -(293,336,o), -(356,398,o), -(356,533,cs), -(356,667,o), -(293,729,o), -(200,729,cs), -(107,729,o), -(44,666,o), -(44,533,cs), -(44,399,o), -(107,336,o), -(200,336,cs) -); -}, -{ -closed = 1; -nodes = ( -(171,440,o), -(163,477,o), -(163,533,cs), -(163,588,o), -(171,625,o), -(200,625,cs), -(229,625,o), -(237,588,o), -(237,533,cs), -(237,477,o), -(229,440,o), -(200,440,cs) -); -}, -{ -closed = 1; -nodes = ( -(742,-10,o), -(805,53,o), -(805,187,cs), -(805,320,o), -(742,383,o), -(648,383,cs), -(555,383,o), -(492,321,o), -(492,187,cs), -(492,52,o), -(555,-10,o), -(648,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(620,94,o), -(612,131,o), -(612,187,cs), -(612,242,o), -(620,279,o), -(648,279,cs), -(677,279,o), -(685,242,o), -(685,187,cs), -(685,131,o), -(677,94,o), -(648,94,cs) -); -} -); -width = 847; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(127,0,l), -(559,729,l), -(523,729,l), -(93,0,l) -); -}, -{ -closed = 1; -nodes = ( -(236,325,o), -(277,393,o), -(304,517,cs), -(328,634,o), -(327,729,o), -(247,729,cs), -(188,729,o), -(146,664,o), -(120,539,cs), -(89,393,o), -(108,325,o), -(177,325,cs) -); -}, -{ -closed = 1; -nodes = ( -(121,357,o), -(136,455,o), -(152,532,cs), -(178,656,o), -(204,700,o), -(244,700,cs), -(295,700,o), -(296,634,o), -(272,522,cs), -(242,380,o), -(212,350,o), -(172,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(464,-5,o), -(503,67,o), -(529,189,cs), -(556,317,o), -(546,399,o), -(472,399,cs), -(409,399,o), -(369,327,o), -(344,205,cs), -(319,88,o), -(323,-5,o), -(402,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(346,28,o), -(360,123,o), -(377,204,cs), -(403,331,o), -(431,371,o), -(469,371,cs), -(521,371,o), -(520,302,o), -(496,189,cs), -(467,50,o), -(438,21,o), -(396,24,cs) -); -} -); -width = 605; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(245,632,o), -(242,615,o), -(227,541,cs), -(213,472,o), -(207,449,o), -(189,449,cs), -(164,449,o), -(174,485,o), -(185,538,cs), -(200,613,o), -(207,632,o), -(222,632,cs) -); -}, -{ -closed = 1; -nodes = ( -(509,92,o), -(512,109,o), -(527,183,cs), -(542,256,o), -(549,275,o), -(564,275,cs), -(587,275,o), -(584,258,o), -(569,184,cs), -(554,111,o), -(547,92,o), -(532,92,cs) -); -} -); -}; -guides = ( -{ -pos = (176,348); -}, -{ -pos = (176,629); -}, -{ -pos = (176,443); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(666,729,l), -(550,729,l), -(88,0,l) -); -}, -{ -closed = 1; -nodes = ( -(258,352,o), -(312,388,o), -(342,533,cs), -(366,651,o), -(335,729,o), -(227,729,cs), -(148,729,o), -(96,680,o), -(70,552,cs), -(45,432,o), -(73,352,o), -(184,352,cs) -); -}, -{ -closed = 1; -nodes = ( -(167,449,o), -(170,466,o), -(185,540,cs), -(200,613,o), -(207,632,o), -(222,632,cs), -(245,632,o), -(242,615,o), -(227,541,cs), -(212,468,o), -(205,449,o), -(190,449,cs) -); -}, -{ -closed = 1; -nodes = ( -(600,-5,o), -(654,31,o), -(684,176,cs), -(708,294,o), -(677,372,o), -(569,372,cs), -(490,372,o), -(438,323,o), -(412,195,cs), -(387,75,o), -(415,-5,o), -(526,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(509,92,o), -(512,109,o), -(527,183,cs), -(542,256,o), -(549,275,o), -(564,275,cs), -(587,275,o), -(584,258,o), -(569,184,cs), -(554,111,o), -(547,92,o), -(532,92,cs) -); -} -); -width = 716; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(125,0,l), -(734,729,l), -(691,729,l), -(81,0,l) -); -}, -{ -closed = 1; -nodes = ( -(322,360,o), -(384,456,o), -(390,602,cs), -(393,687,o), -(354,739,o), -(286,739,cs), -(194,739,o), -(131,642,o), -(125,494,cs), -(121,414,o), -(163,360,o), -(229,360,cs) -); -}, -{ -closed = 1; -nodes = ( -(185,390,o), -(158,430,o), -(161,492,cs), -(167,623,o), -(217,709,o), -(286,709,cs), -(331,709,o), -(357,671,o), -(354,604,cs), -(349,475,o), -(298,390,o), -(229,390,cs) -); -}, -{ -closed = 1; -nodes = ( -(622,-10,o), -(684,86,o), -(690,232,cs), -(693,317,o), -(654,369,o), -(586,369,cs), -(494,369,o), -(431,272,o), -(425,124,cs), -(421,44,o), -(463,-10,o), -(529,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(485,20,o), -(458,60,o), -(461,122,cs), -(467,253,o), -(517,339,o), -(586,339,cs), -(631,339,o), -(657,301,o), -(654,234,cs), -(649,105,o), -(598,20,o), -(529,20,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,0,l), -(734,729,l), -(689,729,l), -(81,0,l) -); -}, -{ -closed = 1; -nodes = ( -(321,360,o), -(385,453,o), -(390,593,cs), -(394,673,o), -(350,729,o), -(280,729,cs), -(187,729,o), -(123,636,o), -(118,496,cs), -(114,416,o), -(158,360,o), -(228,360,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,392,o), -(151,432,o), -(154,494,cs), -(159,617,o), -(209,697,o), -(280,697,cs), -(328,697,o), -(357,657,o), -(354,595,cs), -(349,472,o), -(299,392,o), -(228,392,cs) -); -}, -{ -closed = 1; -nodes = ( -(622,-10,o), -(686,83,o), -(691,223,cs), -(695,303,o), -(651,359,o), -(581,359,cs), -(488,359,o), -(424,266,o), -(419,126,cs), -(415,46,o), -(459,-10,o), -(529,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(481,22,o), -(452,62,o), -(455,124,cs), -(460,247,o), -(510,327,o), -(581,327,cs), -(629,327,o), -(658,287,o), -(655,225,cs), -(650,102,o), -(600,22,o), -(529,22,cs) -); -} -); -width = 767; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(842,729,l), -(708,729,l), -(95,0,l) -); -}, -{ -closed = 1; -nodes = ( -(357,333,o), -(428,434,o), -(428,569,cs), -(428,666,o), -(377,729,o), -(285,729,cs), -(169,729,o), -(98,628,o), -(98,493,cs), -(98,396,o), -(149,333,o), -(241,333,cs) -); -}, -{ -closed = 1; -nodes = ( -(214,437,o), -(214,484,o), -(222,538,cs), -(231,590,o), -(246,625,o), -(276,625,cs), -(312,625,o), -(312,578,o), -(304,524,cs), -(295,472,o), -(280,437,o), -(250,437,cs) -); -}, -{ -closed = 1; -nodes = ( -(765,-9,o), -(836,92,o), -(836,227,cs), -(836,324,o), -(785,387,o), -(693,387,cs), -(577,387,o), -(506,286,o), -(506,151,cs), -(506,54,o), -(557,-9,o), -(649,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(622,95,o), -(622,142,o), -(630,196,cs), -(639,248,o), -(654,283,o), -(684,283,cs), -(720,283,o), -(720,236,o), -(712,182,cs), -(703,130,o), -(688,95,o), -(658,95,cs) -); -} -); -width = 898; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(186,0,l), -(873,729,l), -(829,729,l), -(142,0,l) -); -}, -{ -closed = 1; -nodes = ( -(389,333,o), -(474,434,o), -(474,571,cs), -(474,677,o), -(416,739,o), -(316,739,cs), -(200,739,o), -(115,638,o), -(115,501,cs), -(115,395,o), -(173,333,o), -(273,333,cs) -); -}, -{ -closed = 1; -nodes = ( -(193,363,o), -(149,413,o), -(149,501,cs), -(149,623,o), -(221,709,o), -(316,709,cs), -(396,709,o), -(440,659,o), -(440,571,cs), -(440,449,o), -(368,363,o), -(273,363,cs) -); -}, -{ -closed = 1; -nodes = ( -(815,-9,o), -(900,92,o), -(900,229,cs), -(900,335,o), -(842,397,o), -(742,397,cs), -(626,397,o), -(541,296,o), -(541,159,cs), -(541,53,o), -(599,-9,o), -(699,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(619,21,o), -(575,71,o), -(575,159,cs), -(575,281,o), -(647,367,o), -(742,367,cs), -(822,367,o), -(866,317,o), -(866,229,cs), -(866,107,o), -(794,21,o), -(699,21,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,0,l), -(873,729,l), -(829,729,l), -(142,0,l) -); -}, -{ -closed = 1; -nodes = ( -(385,323,o), -(464,419,o), -(464,558,cs), -(464,665,o), -(405,729,o), -(302,729,cs), -(184,729,o), -(105,633,o), -(105,494,cs), -(105,387,o), -(164,323,o), -(267,323,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,353,o), -(139,405,o), -(139,494,cs), -(139,618,o), -(205,699,o), -(304,699,cs), -(385,699,o), -(430,647,o), -(430,558,cs), -(430,434,o), -(364,353,o), -(265,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(821,-9,o), -(900,87,o), -(900,226,cs), -(900,333,o), -(841,397,o), -(738,397,cs), -(620,397,o), -(541,301,o), -(541,162,cs), -(541,55,o), -(600,-9,o), -(703,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(620,21,o), -(575,73,o), -(575,162,cs), -(575,286,o), -(641,367,o), -(740,367,cs), -(821,367,o), -(866,315,o), -(866,226,cs), -(866,102,o), -(800,21,o), -(701,21,cs) -); -} -); -width = 963; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(318,0,l), -(987,729,l), -(813,729,l), -(144,0,l) -); -}, -{ -closed = 1; -nodes = ( -(426,347,o), -(517,429,o), -(517,552,cs), -(517,659,o), -(443,733,o), -(313,733,cs), -(177,733,o), -(86,651,o), -(86,528,cs), -(86,421,o), -(160,347,o), -(290,347,cs) -); -}, -{ -closed = 1; -nodes = ( -(266,470,o), -(246,488,o), -(246,526,cs), -(246,578,o), -(263,610,o), -(307,610,cs), -(337,610,o), -(357,592,o), -(357,554,cs), -(357,502,o), -(340,470,o), -(296,470,cs) -); -}, -{ -closed = 1; -nodes = ( -(947,-8,o), -(1038,74,o), -(1038,197,cs), -(1038,304,o), -(964,378,o), -(834,378,cs), -(698,378,o), -(607,296,o), -(607,173,cs), -(607,66,o), -(681,-8,o), -(811,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(787,115,o), -(767,133,o), -(767,171,cs), -(767,223,o), -(784,255,o), -(828,255,cs), -(858,255,o), -(878,237,o), -(878,199,cs), -(878,147,o), -(861,115,o), -(817,115,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,0,l), -(970,729,l), -(796,729,l), -(141,0,l) -); -}, -{ -closed = 1; -nodes = ( -(415,343,o), -(503,423,o), -(503,545,cs), -(503,652,o), -(429,729,o), -(298,729,cs), -(168,729,o), -(80,649,o), -(80,527,cs), -(80,420,o), -(154,343,o), -(284,343,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,466,o), -(240,483,o), -(240,518,cs), -(240,576,o), -(258,606,o), -(297,606,cs), -(324,606,o), -(343,589,o), -(343,554,cs), -(343,496,o), -(325,466,o), -(286,466,cs) -); -}, -{ -closed = 1; -nodes = ( -(931,-8,o), -(1019,72,o), -(1019,194,cs), -(1019,301,o), -(945,378,o), -(814,378,cs), -(684,378,o), -(596,298,o), -(596,176,cs), -(596,69,o), -(670,-8,o), -(800,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(775,115,o), -(756,132,o), -(756,167,cs), -(756,225,o), -(774,255,o), -(813,255,cs), -(840,255,o), -(859,238,o), -(859,203,cs), -(859,145,o), -(841,115,o), -(802,115,cs) -); -} -); -width = 1062; -} -); -metricRight = "=|"; -unicode = 37; -userData = { -KernOnName = percent; -KernOnSpecialSpacing = { -L = "spaced-off"; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/period.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/period.glyph deleted file mode 100644 index 7121a2ac..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/period.glyph +++ /dev/null @@ -1,795 +0,0 @@ -{ -glyphname = period; -kernLeft = KO_period; -kernRight = KO_period; -layers = ( -{ -anchors = ( -{ -name = "#entry"; -pos = (-17,0); -}, -{ -name = "#exit"; -pos = (213,0); -}, -{ -name = _top; -pos = (98,164); -}, -{ -name = top; -pos = (98,551); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(153,-10,o), -(194,22,o), -(194,77,cs), -(194,132,o), -(153,164,o), -(98,164,cs), -(43,164,o), -(2,132,o), -(2,77,cs), -(2,22,o), -(43,-10,o), -(98,-10,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(149,-10,o), -(189,23,o), -(189,77,cs), -(189,131,o), -(149,164,o), -(98,164,cs), -(47,164,o), -(7,131,o), -(7,77,cs), -(7,23,o), -(47,-10,o), -(98,-10,cs) -); -} -); -width = 196; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-13,0); -}, -{ -name = "#exit"; -pos = (137,0); -}, -{ -name = _top; -pos = (62,42); -}, -{ -name = top; -pos = (62,522); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,-6,o), -(87,4,o), -(87,18,cs), -(87,32,o), -(76,42,o), -(62,42,cs), -(48,42,o), -(37,32,o), -(37,18,cs), -(37,4,o), -(48,-6,o), -(62,-6,cs) -); -} -); -width = 124; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-9,0); -}, -{ -name = "#exit"; -pos = (150,0); -}, -{ -name = _top; -pos = (71,51); -}, -{ -name = top; -pos = (71,524); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(88,-7,o), -(101,5,o), -(101,22,cs), -(101,39,o), -(88,51,o), -(71,51,cs), -(54,51,o), -(41,39,o), -(41,22,cs), -(41,5,o), -(54,-7,o), -(71,-7,cs) -); -} -); -width = 142; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-19,0); -}, -{ -name = "#exit"; -pos = (281,0); -}, -{ -name = _top; -pos = (131,175); -}, -{ -name = top; -pos = (131,554); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,-10,o), -(249,29,o), -(249,83,cs), -(249,136,o), -(215,175,o), -(131,175,cs), -(47,175,o), -(13,136,o), -(13,83,cs), -(13,29,o), -(47,-10,o), -(131,-10,cs) -); -} -); -width = 262; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-33,0); -}, -{ -name = "#exit"; -pos = (117,0); -}, -{ -name = _top; -pos = (42,48); -}, -{ -name = top; -pos = (42,522); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(58,-6,o), -(69,5,o), -(69,21,cs), -(69,37,o), -(58,48,o), -(42,48,cs), -(26,48,o), -(15,37,o), -(15,21,cs), -(15,5,o), -(26,-6,o), -(42,-6,cs) -); -} -); -width = 84; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-16,0); -}, -{ -name = "#exit"; -pos = (214,0); -}, -{ -name = _top; -pos = (99,182); -}, -{ -name = top; -pos = (99,551); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(159,-10,o), -(200,22,o), -(200,77,cs), -(200,132,o), -(159,164,o), -(104,164,cs), -(49,164,o), -(8,132,o), -(8,77,cs), -(8,22,o), -(49,-10,o), -(104,-10,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(154,-10,o), -(195,31,o), -(195,86,cs), -(195,141,o), -(154,182,o), -(99,182,cs), -(44,182,o), -(3,141,o), -(3,86,cs), -(3,31,o), -(44,-10,o), -(99,-10,cs) -); -} -); -width = 198; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-28,0); -}, -{ -name = "#exit"; -pos = (158,0); -}, -{ -name = _top; -pos = (65,61); -}, -{ -name = top; -pos = (65,524); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(85,-7,o), -(99,7,o), -(99,27,cs), -(99,47,o), -(85,61,o), -(65,61,cs), -(45,61,o), -(31,47,o), -(31,27,cs), -(31,7,o), -(45,-7,o), -(65,-7,cs) -); -} -); -width = 130; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-29,0); -}, -{ -name = "#exit"; -pos = (249,0); -}, -{ -name = _top; -pos = (110,202); -}, -{ -name = top; -pos = (110,552); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,-8,o), -(215,34,o), -(215,97,cs), -(215,160,o), -(172,202,o), -(110,202,cs), -(48,202,o), -(5,160,o), -(5,97,cs), -(5,34,o), -(48,-8,o), -(110,-8,cs) -); -} -); -width = 220; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-19,0); -}, -{ -name = "#exit"; -pos = (140,0); -}, -{ -name = _top; -pos = (61,61); -}, -{ -name = top; -pos = (61,524); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(80,-7,o), -(95,8,o), -(95,27,cs), -(95,46,o), -(80,61,o), -(61,61,cs), -(42,61,o), -(27,46,o), -(27,27,cs), -(27,8,o), -(42,-7,o), -(61,-7,cs) -); -} -); -width = 122; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-12,0); -}, -{ -name = "#exit"; -pos = (300,0); -}, -{ -name = _top; -pos = (144,198); -}, -{ -name = top; -pos = (144,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,-10,o), -(282,33,o), -(282,95,cs), -(282,156,o), -(226,198,o), -(144,198,cs), -(62,198,o), -(6,156,o), -(6,95,cs), -(6,33,o), -(62,-10,o), -(144,-10,cs) -); -} -); -width = 288; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (10,0); -}, -{ -name = "#exit"; -pos = (192,0); -}, -{ -name = _top; -pos = (101,63); -}, -{ -name = top; -pos = (101,524); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(121,-7,o), -(137,7,o), -(137,28,cs), -(137,48,o), -(121,63,o), -(101,63,cs), -(81,63,o), -(65,48,o), -(65,28,cs), -(65,7,o), -(81,-7,o), -(101,-7,cs) -); -} -); -width = 201; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (0,1); -}, -{ -name = "#exit"; -pos = (288,1); -}, -{ -name = _top; -pos = (144,196); -}, -{ -name = top; -pos = (144,552); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(208,-8,o), -(249,33,o), -(249,94,cs), -(249,155,o), -(208,196,o), -(144,196,cs), -(80,196,o), -(39,155,o), -(39,94,cs), -(39,33,o), -(80,-8,o), -(144,-8,cs) -); -} -); -width = 288; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-66,0); -}, -{ -name = "#exit"; -pos = (83,0); -}, -{ -name = _top; -pos = (15,42); -}, -{ -name = top; -pos = (115,522); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(26,-6,o), -(36,3,o), -(36,18,cs), -(36,33,o), -(26,42,o), -(12,42,cs), -(-1,42,o), -(-12,33,o), -(-12,18,cs), -(-12,3,o), -(-1,-6,o), -(12,-6,cs) -); -} -); -width = 123; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-73,0); -}, -{ -name = "#exit"; -pos = (172,0); -}, -{ -name = _top; -pos = (81,164); -}, -{ -name = top; -pos = (162,551); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,-10,o), -(163,27,o), -(163,82,cs), -(163,131,o), -(130,164,o), -(73,164,cs), -(10,164,o), -(-32,127,o), -(-32,72,cs), -(-32,23,o), -(1,-10,o), -(58,-10,cs) -); -} -); -width = 211; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-62,0); -}, -{ -name = "#exit"; -pos = (126,0); -}, -{ -name = _top; -pos = (40,51); -}, -{ -name = top; -pos = (138,524); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(53,-7,o), -(66,4,o), -(66,23,cs), -(66,40,o), -(54,51,o), -(37,51,cs), -(19,51,o), -(6,40,o), -(6,21,cs), -(6,4,o), -(18,-7,o), -(35,-7,cs) -); -} -); -width = 170; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-80,0); -}, -{ -name = "#exit"; -pos = (172,0); -}, -{ -name = _top; -pos = (97,167); -}, -{ -name = top; -pos = (177,552); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,-8,o), -(180,29,o), -(180,87,cs), -(180,135,o), -(144,167,o), -(90,167,cs), -(26,167,o), -(-18,130,o), -(-18,72,cs), -(-18,24,o), -(18,-8,o), -(72,-8,cs) -); -} -); -width = 242; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-62,0); -}, -{ -name = "#exit"; -pos = (99,0); -}, -{ -name = _top; -pos = (27,51); -}, -{ -name = top; -pos = (125,524); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,-7,o), -(53,4,o), -(53,23,cs), -(53,40,o), -(41,51,o), -(24,51,cs), -(6,51,o), -(-7,40,o), -(-7,21,cs), -(-7,4,o), -(5,-7,o), -(22,-7,cs) -); -} -); -width = 144; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-77,0); -}, -{ -name = "#exit"; -pos = (229,0); -}, -{ -name = _top; -pos = (110,175); -}, -{ -name = top; -pos = (188,554); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,-10,o), -(213,26,o), -(213,90,cs), -(213,141,o), -(172,175,o), -(100,175,cs), -(19,175,o), -(-27,139,o), -(-27,75,cs), -(-27,24,o), -(14,-10,o), -(86,-10,cs) -); -} -); -width = 264; -} -); -unicode = 46; -userData = { -KernOnName = period; -KernOnSpecialSpacing = { -L = period; -R = period; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/period.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/period.ss01.glyph deleted file mode 100644 index e00dfdc0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/period.ss01.glyph +++ /dev/null @@ -1,599 +0,0 @@ -{ -glyphname = period.ss01; -kernLeft = KO_period.ss01; -kernRight = KO_period.ss01; -layers = ( -{ -anchors = ( -{ -name = "#entry"; -pos = (-5,0); -}, -{ -name = "#exit"; -pos = (225,0); -}, -{ -name = _top; -pos = (104,174); -}, -{ -name = top; -pos = (104,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(188,0,l), -(188,174,l), -(19,174,l), -(19,0,l) -); -} -); -width = 207; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-8,0); -}, -{ -name = "#exit"; -pos = (142,0); -}, -{ -name = _top; -pos = (61,54); -}, -{ -name = top; -pos = (61,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(80,0,l), -(80,54,l), -(42,54,l), -(42,0,l) -); -} -); -width = 122; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-4,0); -}, -{ -name = "#exit"; -pos = (155,0); -}, -{ -name = _top; -pos = (69,61); -}, -{ -name = top; -pos = (69,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,0,l), -(91,61,l), -(46,61,l), -(46,0,l) -); -} -); -width = 137; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-2,0); -}, -{ -name = "#exit"; -pos = (298,0); -}, -{ -name = _top; -pos = (137,164); -}, -{ -name = top; -pos = (137,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,0,l), -(243,164,l), -(30,164,l), -(30,0,l) -); -} -); -width = 273; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-28,0); -}, -{ -name = "#exit"; -pos = (122,0); -}, -{ -name = _top; -pos = (41,54); -}, -{ -name = top; -pos = (41,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,0,l), -(60,54,l), -(22,54,l), -(22,0,l) -); -} -); -width = 82; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-15,0); -}, -{ -name = "#exit"; -pos = (215,0); -}, -{ -name = _top; -pos = (94,174); -}, -{ -name = top; -pos = (94,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,0,l), -(178,174,l), -(9,174,l), -(9,0,l) -); -} -); -width = 187; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-23,0); -}, -{ -name = "#exit"; -pos = (163,0); -}, -{ -name = _top; -pos = (63,61); -}, -{ -name = top; -pos = (63,517); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(85,0,l), -(85,61,l), -(40,61,l), -(40,0,l) -); -} -); -width = 125; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-28,0); -}, -{ -name = "#exit"; -pos = (250,0); -}, -{ -name = _top; -pos = (107,164); -}, -{ -name = top; -pos = (107,544); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,0,l), -(196,164,l), -(17,164,l), -(17,0,l) -); -} -); -width = 213; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-14,0); -}, -{ -name = "#exit"; -pos = (145,0); -}, -{ -name = _top; -pos = (59,61); -}, -{ -name = top; -pos = (59,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(81,0,l), -(81,61,l), -(36,61,l), -(36,0,l) -); -} -); -width = 117; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-12,0); -}, -{ -name = "#exit"; -pos = (288,0); -}, -{ -name = _top; -pos = (127,164); -}, -{ -name = top; -pos = (127,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,0,l), -(233,164,l), -(20,164,l), -(20,0,l) -); -} -); -width = 253; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (182,0); -}, -{ -name = _top; -pos = (84,61); -}, -{ -name = top; -pos = (84,517); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(106,0,l), -(106,61,l), -(61,61,l), -(61,0,l) -); -} -); -width = 166; -}, -{ -anchors = ( -{ -name = "#entry"; -}, -{ -name = "#exit"; -pos = (257,0); -}, -{ -name = _top; -pos = (126,164); -}, -{ -name = top; -pos = (126,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(213,0,l), -(213,164,l), -(37,164,l), -(37,0,l) -); -} -); -width = 248; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-8,0); -}, -{ -name = "#exit"; -pos = (140,0); -}, -{ -name = _top; -pos = (20,54); -}, -{ -name = top; -pos = (116,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(27,0,l), -(39,54,l), -(1,54,l), -(-11,0,l) -); -} -); -width = 122; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-5,0); -}, -{ -name = "#exit"; -pos = (240,0); -}, -{ -name = _top; -pos = (83,174); -}, -{ -name = top; -pos = (159,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(131,0,l), -(166,174,l), -(-1,174,l), -(-37,0,l) -); -} -); -width = 205; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (6,0); -}, -{ -name = "#exit"; -pos = (204,0); -}, -{ -name = _top; -pos = (41,61); -}, -{ -name = top; -pos = (135,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(51,0,l), -(63,61,l), -(18,61,l), -(6,0,l) -); -} -); -width = 164; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-7,0); -}, -{ -name = "#exit"; -pos = (245,0); -}, -{ -name = _top; -pos = (105,164); -}, -{ -name = top; -pos = (183,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(159,0,l), -(193,164,l), -(16,164,l), -(-18,0,l) -); -} -); -width = 253; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-6,0); -}, -{ -name = "#exit"; -pos = (153,0); -}, -{ -name = _top; -pos = (28,61); -}, -{ -name = top; -pos = (122,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(38,0,l), -(50,61,l), -(5,61,l), -(-7,0,l) -); -} -); -width = 138; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-2,0); -}, -{ -name = "#exit"; -pos = (304,0); -}, -{ -name = _top; -pos = (114,164); -}, -{ -name = top; -pos = (192,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,0,l), -(219,164,l), -(8,164,l), -(-26,0,l) -); -} -); -width = 271; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.glyph deleted file mode 100644 index c498954a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.glyph +++ /dev/null @@ -1,804 +0,0 @@ -{ -glyphname = periodcentered; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(162,181,o), -(201,222,o), -(201,277,cs), -(201,332,o), -(162,373,o), -(104,373,cs), -(48,373,o), -(7,332,o), -(7,277,cs), -(7,222,o), -(48,181,o), -(104,181,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,181,o), -(201,222,o), -(201,277,cs), -(201,332,o), -(162,373,o), -(104,373,cs), -(48,373,o), -(7,332,o), -(7,277,cs), -(7,222,o), -(48,181,o), -(104,181,cs) -); -} -); -width = 208; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(95,241,o), -(110,256,o), -(110,277,cs), -(110,298,o), -(95,313,o), -(73,313,cs), -(50,313,o), -(35,298,o), -(35,277,cs), -(35,256,o), -(50,241,o), -(73,241,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(95,241,o), -(110,256,o), -(110,277,cs), -(110,298,o), -(95,313,o), -(73,313,cs), -(50,313,o), -(35,298,o), -(35,277,cs), -(35,256,o), -(50,241,o), -(73,241,cs) -); -} -); -width = 145; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(151,206,o), -(178,236,o), -(178,277,cs), -(178,318,o), -(151,348,o), -(106,348,cs), -(63,348,o), -(33,318,o), -(33,277,cs), -(33,236,o), -(63,206,o), -(106,206,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,206,o), -(178,236,o), -(178,277,cs), -(178,318,o), -(151,348,o), -(106,348,cs), -(63,348,o), -(33,318,o), -(33,277,cs), -(33,236,o), -(63,206,o), -(106,206,cs) -); -} -); -width = 212; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(169,179,o), -(209,221,o), -(209,277,cs), -(209,333,o), -(169,375,o), -(111,375,cs), -(54,375,o), -(12,333,o), -(12,277,cs), -(12,221,o), -(54,179,o), -(111,179,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,179,o), -(209,221,o), -(209,277,cs), -(209,333,o), -(169,375,o), -(111,375,cs), -(54,375,o), -(12,333,o), -(12,277,cs), -(12,221,o), -(54,179,o), -(111,179,cs) -); -} -); -width = 221; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(95,241,o), -(110,256,o), -(110,277,cs), -(110,298,o), -(95,313,o), -(73,313,cs), -(50,313,o), -(35,298,o), -(35,277,cs), -(35,256,o), -(50,241,o), -(73,241,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(75,241,o), -(90,256,o), -(90,277,cs), -(90,298,o), -(75,313,o), -(53,313,cs), -(30,313,o), -(15,298,o), -(15,277,cs), -(15,256,o), -(30,241,o), -(53,241,cs) -); -} -); -width = 105; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(162,181,o), -(201,222,o), -(201,277,cs), -(201,332,o), -(162,373,o), -(104,373,cs), -(48,373,o), -(7,332,o), -(7,277,cs), -(7,222,o), -(48,181,o), -(104,181,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,181,o), -(196,222,o), -(196,277,cs), -(196,332,o), -(157,373,o), -(99,373,cs), -(43,373,o), -(2,332,o), -(2,277,cs), -(2,222,o), -(43,181,o), -(99,181,cs) -); -} -); -width = 198; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(143,206,o), -(170,236,o), -(170,277,cs), -(170,318,o), -(143,348,o), -(98,348,cs), -(55,348,o), -(25,318,o), -(25,277,cs), -(25,236,o), -(55,206,o), -(98,206,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(106,232,o), -(123,251,o), -(123,277,cs), -(123,303,o), -(106,322,o), -(78,322,cs), -(51,322,o), -(32,303,o), -(32,277,cs), -(32,251,o), -(51,232,o), -(78,232,cs) -); -} -); -width = 155; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(175,181,o), -(214,222,o), -(214,277,cs), -(214,332,o), -(175,373,o), -(117,373,cs), -(61,373,o), -(20,332,o), -(20,277,cs), -(20,222,o), -(61,181,o), -(117,181,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,181,o), -(197,222,o), -(197,277,cs), -(197,332,o), -(158,373,o), -(100,373,cs), -(44,373,o), -(3,332,o), -(3,277,cs), -(3,222,o), -(44,181,o), -(100,181,cs) -); -} -); -width = 200; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(151,206,o), -(178,236,o), -(178,277,cs), -(178,318,o), -(151,348,o), -(106,348,cs), -(63,348,o), -(33,318,o), -(33,277,cs), -(33,236,o), -(63,206,o), -(106,206,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,206,o), -(168,236,o), -(168,277,cs), -(168,318,o), -(141,348,o), -(96,348,cs), -(53,348,o), -(23,318,o), -(23,277,cs), -(23,236,o), -(53,206,o), -(96,206,cs) -); -} -); -width = 192; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(169,179,o), -(209,221,o), -(209,277,cs), -(209,333,o), -(169,375,o), -(111,375,cs), -(54,375,o), -(12,333,o), -(12,277,cs), -(12,221,o), -(54,179,o), -(111,179,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(159,179,o), -(199,221,o), -(199,277,cs), -(199,333,o), -(159,375,o), -(101,375,cs), -(44,375,o), -(2,333,o), -(2,277,cs), -(2,221,o), -(44,179,o), -(101,179,cs) -); -} -); -width = 201; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(143,206,o), -(170,236,o), -(170,277,cs), -(170,318,o), -(143,348,o), -(98,348,cs), -(55,348,o), -(25,318,o), -(25,277,cs), -(25,236,o), -(55,206,o), -(98,206,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(127,232,o), -(144,251,o), -(144,277,cs), -(144,303,o), -(127,322,o), -(99,322,cs), -(72,322,o), -(53,303,o), -(53,277,cs), -(53,251,o), -(72,232,o), -(99,232,cs) -); -} -); -width = 196; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(175,181,o), -(214,222,o), -(214,277,cs), -(214,332,o), -(175,373,o), -(117,373,cs), -(61,373,o), -(20,332,o), -(20,277,cs), -(20,222,o), -(61,181,o), -(117,181,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(165,181,o), -(203,222,o), -(203,277,cs), -(203,332,o), -(165,373,o), -(111,373,cs), -(58,373,o), -(19,332,o), -(19,277,cs), -(19,222,o), -(58,181,o), -(111,181,cs) -); -} -); -width = 221; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(154,206,o), -(182,237,o), -(182,279,cs), -(182,319,o), -(157,348,o), -(113,348,cs), -(69,348,o), -(38,317,o), -(38,275,cs), -(38,235,o), -(66,206,o), -(108,206,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,241,o), -(115,256,o), -(115,277,cs), -(115,298,o), -(100,313,o), -(78,313,cs), -(55,313,o), -(40,298,o), -(40,277,cs), -(40,256,o), -(55,241,o), -(78,241,cs) -); -} -); -width = 147; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(162,181,o), -(202,224,o), -(202,281,cs), -(202,334,o), -(166,373,o), -(110,373,cs), -(53,373,o), -(10,330,o), -(10,273,cs), -(10,220,o), -(49,181,o), -(103,181,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,181,o), -(202,224,o), -(202,281,cs), -(202,334,o), -(166,373,o), -(110,373,cs), -(53,373,o), -(10,330,o), -(10,273,cs), -(10,220,o), -(49,181,o), -(103,181,cs) -); -} -); -width = 209; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(149,206,o), -(177,237,o), -(177,279,cs), -(177,319,o), -(151,348,o), -(108,348,cs), -(64,348,o), -(33,317,o), -(33,275,cs), -(33,235,o), -(61,206,o), -(103,206,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(130,232,o), -(147,251,o), -(147,277,cs), -(147,303,o), -(130,322,o), -(102,322,cs), -(75,322,o), -(56,303,o), -(56,277,cs), -(56,251,o), -(75,232,o), -(102,232,cs) -); -} -); -width = 195; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(174,181,o), -(214,224,o), -(214,281,cs), -(214,334,o), -(178,373,o), -(122,373,cs), -(65,373,o), -(22,330,o), -(22,273,cs), -(22,220,o), -(61,181,o), -(115,181,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,181,o), -(214,224,o), -(214,281,cs), -(214,334,o), -(178,373,o), -(122,373,cs), -(65,373,o), -(22,330,o), -(22,273,cs), -(22,220,o), -(61,181,o), -(115,181,cs) -); -} -); -width = 235; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(143,206,o), -(181,243,o), -(181,292,cs), -(181,325,o), -(160,348,o), -(122,348,cs), -(74,348,o), -(35,308,o), -(35,261,cs), -(35,229,o), -(59,206,o), -(96,206,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,206,o), -(181,243,o), -(181,292,cs), -(181,325,o), -(160,348,o), -(122,348,cs), -(74,348,o), -(35,308,o), -(35,261,cs), -(35,229,o), -(59,206,o), -(96,206,cs) -); -} -); -width = 210; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(157,179,o), -(210,233,o), -(210,297,cs), -(210,343,o), -(178,375,o), -(129,375,cs), -(65,375,o), -(11,321,o), -(11,257,cs), -(11,212,o), -(44,179,o), -(92,179,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,179,o), -(210,233,o), -(210,297,cs), -(210,343,o), -(178,375,o), -(129,375,cs), -(65,375,o), -(11,321,o), -(11,257,cs), -(11,212,o), -(44,179,o), -(92,179,cs) -); -} -); -width = 219; -} -); -unicode = 183; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.glyph deleted file mode 100644 index ab47ecd3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.glyph +++ /dev/null @@ -1,419 +0,0 @@ -{ -glyphname = periodcentered.loclCAT.case; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(-33,351,o), -(-19,365,o), -(-19,385,cs), -(-19,405,o), -(-33,419,o), -(-54,419,cs), -(-76,419,o), -(-90,405,o), -(-90,385,cs), -(-90,365,o), -(-76,351,o), -(-54,351,cs) -); -} -); -width = 0; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(21,301,o), -(56,338,o), -(56,388,cs), -(56,437,o), -(21,474,o), -(-32,474,cs), -(-82,474,o), -(-119,437,o), -(-119,388,cs), -(-119,338,o), -(-82,301,o), -(-32,301,cs) -); -} -); -width = 50; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(-183,336,o), -(-168,353,o), -(-168,377,cs), -(-168,401,o), -(-183,418,o), -(-209,418,cs), -(-234,418,o), -(-251,401,o), -(-251,377,cs), -(-251,353,o), -(-234,336,o), -(-209,336,cs) -); -} -); -width = 0; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(-84,289,o), -(-44,331,o), -(-44,387,cs), -(-44,443,o), -(-84,485,o), -(-142,485,cs), -(-199,485,o), -(-241,443,o), -(-241,387,cs), -(-241,331,o), -(-199,289,o), -(-142,289,cs) -); -} -); -width = 0; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(-41,351,o), -(-27,365,o), -(-27,385,cs), -(-27,405,o), -(-41,419,o), -(-62,419,cs), -(-84,419,o), -(-98,405,o), -(-98,385,cs), -(-98,365,o), -(-84,351,o), -(-62,351,cs) -); -} -); -width = 12; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(16,301,o), -(51,338,o), -(51,388,cs), -(51,437,o), -(16,474,o), -(-37,474,cs), -(-87,474,o), -(-124,437,o), -(-124,388,cs), -(-124,338,o), -(-87,301,o), -(-37,301,cs) -); -} -); -width = 40; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-144,336,o), -(-129,353,o), -(-129,377,cs), -(-129,401,o), -(-144,418,o), -(-170,418,cs), -(-195,418,o), -(-212,401,o), -(-212,377,cs), -(-212,353,o), -(-195,336,o), -(-170,336,cs) -); -} -); -width = 0; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(-75,292,o), -(-36,333,o), -(-36,388,cs), -(-36,443,o), -(-75,484,o), -(-133,484,cs), -(-189,484,o), -(-230,443,o), -(-230,388,cs), -(-230,333,o), -(-189,292,o), -(-133,292,cs) -); -} -); -width = 0; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(-188,336,o), -(-173,353,o), -(-173,377,cs), -(-173,401,o), -(-188,418,o), -(-214,418,cs), -(-239,418,o), -(-256,401,o), -(-256,377,cs), -(-256,353,o), -(-239,336,o), -(-214,336,cs) -); -} -); -width = 25; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(-89,289,o), -(-49,331,o), -(-49,387,cs), -(-49,443,o), -(-89,485,o), -(-147,485,cs), -(-204,485,o), -(-246,443,o), -(-246,387,cs), -(-246,331,o), -(-204,289,o), -(-147,289,cs) -); -} -); -width = 5; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(-122,336,o), -(-107,353,o), -(-107,377,cs), -(-107,401,o), -(-122,418,o), -(-146,418,cs), -(-171,418,o), -(-188,401,o), -(-188,377,cs), -(-188,353,o), -(-171,336,o), -(-146,336,cs) -); -} -); -width = 5; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(-72,292,o), -(-35,333,o), -(-35,388,cs), -(-35,443,o), -(-72,484,o), -(-126,484,cs), -(-178,484,o), -(-217,443,o), -(-217,388,cs), -(-217,333,o), -(-178,292,o), -(-126,292,cs) -); -} -); -width = 0; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-12,351,o), -(2,365,o), -(2,385,cs), -(2,405,o), -(-12,419,o), -(-33,419,cs), -(-55,419,o), -(-69,405,o), -(-69,385,cs), -(-69,365,o), -(-55,351,o), -(-33,351,cs) -); -} -); -width = 0; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,301,o), -(87,338,o), -(87,388,cs), -(87,437,o), -(52,474,o), -(-1,474,cs), -(-51,474,o), -(-88,437,o), -(-88,388,cs), -(-88,338,o), -(-51,301,o), -(-1,301,cs) -); -} -); -width = 63; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(-101,336,o), -(-86,353,o), -(-86,377,cs), -(-86,401,o), -(-101,418,o), -(-127,418,cs), -(-152,418,o), -(-169,401,o), -(-169,377,cs), -(-169,353,o), -(-152,336,o), -(-127,336,cs) -); -} -); -width = 0; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(-37,292,o), -(2,333,o), -(2,388,cs), -(2,443,o), -(-37,484,o), -(-95,484,cs), -(-151,484,o), -(-192,443,o), -(-192,388,cs), -(-192,333,o), -(-151,292,o), -(-95,292,cs) -); -} -); -width = 0; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(-157,336,o), -(-142,353,o), -(-142,377,cs), -(-142,401,o), -(-157,418,o), -(-183,418,cs), -(-208,418,o), -(-225,401,o), -(-225,377,cs), -(-225,353,o), -(-208,336,o), -(-183,336,cs) -); -} -); -width = 0; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(-58,289,o), -(-18,331,o), -(-18,387,cs), -(-18,443,o), -(-58,485,o), -(-116,485,cs), -(-173,485,o), -(-215,443,o), -(-215,387,cs), -(-215,331,o), -(-173,289,o), -(-116,289,cs) -); -} -); -width = 0; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.ss01.glyph deleted file mode 100644 index 42184178..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.ss01.glyph +++ /dev/null @@ -1,653 +0,0 @@ -{ -glyphname = periodcentered.loclCAT.case.ss01; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-33,351,o), -(-19,365,o), -(-19,385,cs), -(-19,405,o), -(-33,419,o), -(-54,419,cs), -(-76,419,o), -(-90,405,o), -(-90,385,cs), -(-90,365,o), -(-76,351,o), -(-54,351,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(-15,357,l), -(-15,415,l), -(-76,415,l), -(-76,357,l) -); -} -); -width = 0; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(21,301,o), -(56,338,o), -(56,388,cs), -(56,437,o), -(21,474,o), -(-32,474,cs), -(-82,474,o), -(-119,437,o), -(-119,388,cs), -(-119,338,o), -(-82,301,o), -(-32,301,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(44,311,l), -(44,466,l), -(-115,466,l), -(-115,311,l) -); -} -); -width = 47; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-183,336,o), -(-168,353,o), -(-168,377,cs), -(-168,401,o), -(-183,418,o), -(-209,418,cs), -(-234,418,o), -(-251,401,o), -(-251,377,cs), -(-251,353,o), -(-234,336,o), -(-209,336,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(-172,343,l), -(-172,412,l), -(-247,412,l), -(-247,343,l) -); -} -); -width = 0; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-84,289,o), -(-44,331,o), -(-44,387,cs), -(-44,443,o), -(-84,485,o), -(-142,485,cs), -(-199,485,o), -(-241,443,o), -(-241,387,cs), -(-241,331,o), -(-199,289,o), -(-142,289,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(-66,303,l), -(-66,471,l), -(-229,471,l), -(-229,303,l) -); -} -); -width = 0; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-33,351,o), -(-19,365,o), -(-19,385,cs), -(-19,405,o), -(-33,419,o), -(-54,419,cs), -(-76,419,o), -(-90,405,o), -(-90,385,cs), -(-90,365,o), -(-76,351,o), -(-54,351,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(-23,357,l), -(-23,415,l), -(-84,415,l), -(-84,357,l) -); -} -); -width = 12; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(21,301,o), -(56,338,o), -(56,388,cs), -(56,437,o), -(21,474,o), -(-32,474,cs), -(-82,474,o), -(-119,437,o), -(-119,388,cs), -(-119,338,o), -(-82,301,o), -(-32,301,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(39,311,l), -(39,466,l), -(-120,466,l), -(-120,311,l) -); -} -); -width = 37; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-127,336,o), -(-112,353,o), -(-112,377,cs), -(-112,401,o), -(-127,418,o), -(-153,418,cs), -(-178,418,o), -(-195,401,o), -(-195,377,cs), -(-195,353,o), -(-178,336,o), -(-153,336,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-131,338,l), -(-131,415,l), -(-209,415,l), -(-209,338,l) -); -} -); -width = 0; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-63,292,o), -(-24,333,o), -(-24,388,cs), -(-24,443,o), -(-63,484,o), -(-121,484,cs), -(-177,484,o), -(-218,443,o), -(-218,388,cs), -(-218,333,o), -(-177,292,o), -(-121,292,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(-61,302,l), -(-61,475,l), -(-237,475,l), -(-237,302,l) -); -} -); -width = 0; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-183,336,o), -(-168,353,o), -(-168,377,cs), -(-168,401,o), -(-183,418,o), -(-209,418,cs), -(-234,418,o), -(-251,401,o), -(-251,377,cs), -(-251,353,o), -(-234,336,o), -(-209,336,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(-177,343,l), -(-177,412,l), -(-252,412,l), -(-252,343,l) -); -} -); -width = 25; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-84,289,o), -(-44,331,o), -(-44,387,cs), -(-44,443,o), -(-84,485,o), -(-142,485,cs), -(-199,485,o), -(-241,443,o), -(-241,387,cs), -(-241,331,o), -(-199,289,o), -(-142,289,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(-71,303,l), -(-71,471,l), -(-234,471,l), -(-234,303,l) -); -} -); -width = 5; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-127,336,o), -(-112,353,o), -(-112,377,cs), -(-112,401,o), -(-127,418,o), -(-153,418,cs), -(-178,418,o), -(-195,401,o), -(-195,377,cs), -(-195,353,o), -(-178,336,o), -(-153,336,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(-109,338,l), -(-109,415,l), -(-185,415,l), -(-185,338,l) -); -} -); -width = 5; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-63,292,o), -(-24,333,o), -(-24,388,cs), -(-24,443,o), -(-63,484,o), -(-121,484,cs), -(-177,484,o), -(-218,443,o), -(-218,388,cs), -(-218,333,o), -(-177,292,o), -(-121,292,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(-59,302,l), -(-59,475,l), -(-224,475,l), -(-224,302,l) -); -} -); -width = 0; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-12,351,o), -(2,365,o), -(2,385,cs), -(2,405,o), -(-12,419,o), -(-33,419,cs), -(-55,419,o), -(-69,405,o), -(-69,385,cs), -(-69,365,o), -(-55,351,o), -(-33,351,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(5,357,l), -(17,415,l), -(-44,415,l), -(-56,357,l) -); -} -); -width = 0; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(52,301,o), -(87,338,o), -(87,388,cs), -(87,437,o), -(52,474,o), -(-1,474,cs), -(-51,474,o), -(-88,437,o), -(-88,388,cs), -(-88,338,o), -(-51,301,o), -(-1,301,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(58,311,l), -(90,466,l), -(-69,466,l), -(-101,311,l) -); -} -); -width = 54; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-101,336,o), -(-86,353,o), -(-86,377,cs), -(-86,401,o), -(-101,418,o), -(-127,418,cs), -(-152,418,o), -(-169,401,o), -(-169,377,cs), -(-169,353,o), -(-152,336,o), -(-127,336,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(-97,338,l), -(-81,415,l), -(-159,415,l), -(-175,338,l) -); -} -); -width = 0; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-37,292,o), -(2,333,o), -(2,388,cs), -(2,443,o), -(-37,484,o), -(-95,484,cs), -(-151,484,o), -(-192,443,o), -(-192,388,cs), -(-192,333,o), -(-151,292,o), -(-95,292,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(-33,302,l), -(3,475,l), -(-173,475,l), -(-209,302,l) -); -} -); -width = 0; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-157,336,o), -(-142,353,o), -(-142,377,cs), -(-142,401,o), -(-157,418,o), -(-183,418,cs), -(-208,418,o), -(-225,401,o), -(-225,377,cs), -(-225,353,o), -(-208,336,o), -(-183,336,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(-150,343,l), -(-136,412,l), -(-211,412,l), -(-225,343,l) -); -} -); -width = 0; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-58,289,o), -(-18,331,o), -(-18,387,cs), -(-18,443,o), -(-58,485,o), -(-116,485,cs), -(-173,485,o), -(-215,443,o), -(-215,387,cs), -(-215,331,o), -(-173,289,o), -(-116,289,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(-59,303,l), -(-25,471,l), -(-188,471,l), -(-222,303,l) -); -} -); -width = 0; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.glyph deleted file mode 100644 index 9077ed8e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.glyph +++ /dev/null @@ -1,427 +0,0 @@ -{ -glyphname = periodcentered.loclCAT; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,321,o), -(54,335,o), -(54,355,cs), -(54,375,o), -(40,389,o), -(19,389,cs), -(-3,389,o), -(-17,375,o), -(-17,355,cs), -(-17,335,o), -(-3,321,o), -(19,321,cs) -); -} -); -width = 37; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,261,o), -(171,298,o), -(171,348,cs), -(171,397,o), -(136,434,o), -(83,434,cs), -(33,434,o), -(-4,397,o), -(-4,348,cs), -(-4,298,o), -(33,261,o), -(83,261,cs) -); -} -); -width = 167; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,306,o), -(81,323,o), -(81,347,cs), -(81,371,o), -(66,388,o), -(40,388,cs), -(15,388,o), -(-2,371,o), -(-2,347,cs), -(-2,323,o), -(15,306,o), -(40,306,cs) -); -} -); -width = 79; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(144,249,o), -(184,291,o), -(184,347,cs), -(184,403,o), -(144,445,o), -(86,445,cs), -(29,445,o), -(-13,403,o), -(-13,347,cs), -(-13,291,o), -(29,249,o), -(86,249,cs) -); -} -); -width = 171; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(32,321,o), -(46,335,o), -(46,355,cs), -(46,375,o), -(32,389,o), -(11,389,cs), -(-11,389,o), -(-25,375,o), -(-25,355,cs), -(-25,335,o), -(-11,321,o), -(11,321,cs) -); -} -); -width = 24; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(131,261,o), -(166,298,o), -(166,348,cs), -(166,397,o), -(131,434,o), -(78,434,cs), -(28,434,o), -(-9,397,o), -(-9,348,cs), -(-9,298,o), -(28,261,o), -(78,261,cs) -); -} -); -width = 157; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(47,306,o), -(62,323,o), -(62,347,cs), -(62,371,o), -(47,388,o), -(21,388,cs), -(-4,388,o), -(-21,371,o), -(-21,347,cs), -(-21,323,o), -(-4,306,o), -(21,306,cs) -); -} -); -width = 41; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(139,252,o), -(178,293,o), -(178,348,cs), -(178,403,o), -(139,444,o), -(81,444,cs), -(25,444,o), -(-16,403,o), -(-16,348,cs), -(-16,293,o), -(25,252,o), -(81,252,cs) -); -} -); -width = 162; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(61,306,o), -(76,323,o), -(76,347,cs), -(76,371,o), -(61,388,o), -(35,388,cs), -(10,388,o), -(-7,371,o), -(-7,347,cs), -(-7,323,o), -(10,306,o), -(35,306,cs) -); -} -); -width = 69; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(139,249,o), -(179,291,o), -(179,347,cs), -(179,403,o), -(139,445,o), -(81,445,cs), -(24,445,o), -(-18,403,o), -(-18,347,cs), -(-18,291,o), -(24,249,o), -(81,249,cs) -); -} -); -width = 161; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(158,306,o), -(173,323,o), -(173,347,cs), -(173,371,o), -(158,388,o), -(134,388,cs), -(109,388,o), -(92,371,o), -(92,347,cs), -(92,323,o), -(109,306,o), -(134,306,cs) -); -} -); -width = 265; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(160,252,o), -(198,293,o), -(198,348,cs), -(198,403,o), -(160,444,o), -(106,444,cs), -(52,444,o), -(13,403,o), -(13,348,cs), -(13,293,o), -(52,252,o), -(106,252,cs) -); -} -); -width = 211; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(65,321,o), -(79,335,o), -(79,355,cs), -(79,375,o), -(65,389,o), -(44,389,cs), -(22,389,o), -(8,375,o), -(8,355,cs), -(8,335,o), -(22,321,o), -(44,321,cs) -); -} -); -width = 47; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,261,o), -(187,298,o), -(187,348,cs), -(187,397,o), -(152,434,o), -(99,434,cs), -(49,434,o), -(12,397,o), -(12,348,cs), -(12,298,o), -(49,261,o), -(99,261,cs) -); -} -); -width = 167; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,306,o), -(87,323,o), -(87,347,cs), -(87,371,o), -(72,388,o), -(46,388,cs), -(21,388,o), -(4,371,o), -(4,347,cs), -(4,323,o), -(21,306,o), -(46,306,cs) -); -} -); -width = 55; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,252,o), -(208,293,o), -(208,348,cs), -(208,403,o), -(169,444,o), -(111,444,cs), -(55,444,o), -(14,403,o), -(14,348,cs), -(14,293,o), -(55,252,o), -(111,252,cs) -); -} -); -width = 191; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(85,306,o), -(100,323,o), -(100,347,cs), -(100,371,o), -(85,388,o), -(59,388,cs), -(34,388,o), -(17,371,o), -(17,347,cs), -(17,323,o), -(34,306,o), -(59,306,cs) -); -} -); -width = 81; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,249,o), -(202,291,o), -(202,347,cs), -(202,403,o), -(162,445,o), -(104,445,cs), -(47,445,o), -(5,403,o), -(5,347,cs), -(5,291,o), -(47,249,o), -(104,249,cs) -); -} -); -width = 176; -} -); -metricRight = "=|"; -userData = { -KernOnName = periodcentered.loclCAT; -KernOnSpecialSpacing = { -L = hyphen; -R = hyphen; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.ss01.glyph deleted file mode 100644 index 4a1c9a25..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.loclC_A_T_.ss01.glyph +++ /dev/null @@ -1,276 +0,0 @@ -{ -glyphname = periodcentered.loclCAT.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,326,l), -(49,384,l), -(-12,384,l), -(-12,326,l) -); -} -); -width = 37; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,270,l), -(163,425,l), -(4,425,l), -(4,270,l) -); -} -); -width = 167; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,313,l), -(77,382,l), -(2,382,l), -(2,313,l) -); -} -); -width = 79; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,263,l), -(167,431,l), -(4,431,l), -(4,263,l) -); -} -); -width = 171; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(41,326,l), -(41,384,l), -(-20,384,l), -(-20,326,l) -); -} -); -width = 24; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,270,l), -(158,425,l), -(-1,425,l), -(-1,270,l) -); -} -); -width = 157; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(59,309,l), -(59,386,l), -(-19,386,l), -(-19,309,l) -); -} -); -width = 40; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,262,l), -(169,435,l), -(-7,435,l), -(-7,262,l) -); -} -); -width = 162; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,313,l), -(72,382,l), -(-3,382,l), -(-3,313,l) -); -} -); -width = 69; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,263,l), -(162,431,l), -(-1,431,l), -(-1,263,l) -); -} -); -width = 161; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(77,309,l), -(77,386,l), -(1,386,l), -(1,309,l) -); -} -); -width = 77; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(170,262,l), -(170,435,l), -(4,435,l), -(4,262,l) -); -} -); -width = 173; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(63,326,l), -(75,384,l), -(14,384,l), -(2,326,l) -); -} -); -width = 37; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,270,l), -(195,425,l), -(36,425,l), -(4,270,l) -); -} -); -width = 167; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(86,309,l), -(102,386,l), -(24,386,l), -(8,309,l) -); -} -); -width = 74; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,262,l), -(215,435,l), -(39,435,l), -(3,262,l) -); -} -); -width = 186; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,313,l), -(103,382,l), -(28,382,l), -(14,313,l) -); -} -); -width = 80; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(166,263,l), -(200,431,l), -(37,431,l), -(3,263,l) -); -} -); -width = 172; -} -); -metricRight = "=|"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.ss01.glyph deleted file mode 100644 index 7288001c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/periodcentered.ss01.glyph +++ /dev/null @@ -1,660 +0,0 @@ -{ -glyphname = periodcentered.ss01; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(162,181,o), -(201,222,o), -(201,277,cs), -(201,332,o), -(162,373,o), -(104,373,cs), -(48,373,o), -(7,332,o), -(7,277,cs), -(7,222,o), -(48,181,o), -(104,181,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(188,190,l), -(188,364,l), -(19,364,l), -(19,190,l) -); -} -); -width = 207; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(95,241,o), -(110,256,o), -(110,277,cs), -(110,298,o), -(95,313,o), -(73,313,cs), -(50,313,o), -(35,298,o), -(35,277,cs), -(35,256,o), -(50,241,o), -(73,241,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(80,250,l), -(80,304,l), -(42,304,l), -(42,250,l) -); -} -); -width = 122; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(185,206,o), -(212,236,o), -(212,277,cs), -(212,318,o), -(185,348,o), -(140,348,cs), -(97,348,o), -(67,318,o), -(67,277,cs), -(67,236,o), -(97,206,o), -(140,206,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(159,216,l), -(159,339,l), -(46,339,l), -(46,216,l) -); -} -); -width = 205; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(169,179,o), -(209,221,o), -(209,277,cs), -(209,333,o), -(169,375,o), -(111,375,cs), -(54,375,o), -(12,333,o), -(12,277,cs), -(12,221,o), -(54,179,o), -(111,179,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,195,l), -(243,359,l), -(30,359,l), -(30,195,l) -); -} -); -width = 273; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(95,241,o), -(110,256,o), -(110,277,cs), -(110,298,o), -(95,313,o), -(73,313,cs), -(50,313,o), -(35,298,o), -(35,277,cs), -(35,256,o), -(50,241,o), -(73,241,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,250,l), -(60,304,l), -(22,304,l), -(22,250,l) -); -} -); -width = 82; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(162,181,o), -(201,222,o), -(201,277,cs), -(201,332,o), -(162,373,o), -(104,373,cs), -(48,373,o), -(7,332,o), -(7,277,cs), -(7,222,o), -(48,181,o), -(104,181,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,190,l), -(178,364,l), -(9,364,l), -(9,190,l) -); -} -); -width = 187; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(174,206,o), -(201,236,o), -(201,277,cs), -(201,318,o), -(174,348,o), -(129,348,cs), -(86,348,o), -(56,318,o), -(56,277,cs), -(56,236,o), -(86,206,o), -(129,206,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,238,l), -(103,323,l), -(40,323,l), -(40,238,l) -); -} -); -width = 143; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(175,181,o), -(214,222,o), -(214,277,cs), -(214,332,o), -(175,373,o), -(117,373,cs), -(61,373,o), -(20,332,o), -(20,277,cs), -(20,222,o), -(61,181,o), -(117,181,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,200,l), -(196,364,l), -(17,364,l), -(17,200,l) -); -} -); -width = 213; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(185,206,o), -(212,236,o), -(212,277,cs), -(212,318,o), -(185,348,o), -(140,348,cs), -(97,348,o), -(67,318,o), -(67,277,cs), -(67,236,o), -(97,206,o), -(140,206,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(149,216,l), -(149,339,l), -(36,339,l), -(36,216,l) -); -} -); -width = 185; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(169,179,o), -(209,221,o), -(209,277,cs), -(209,333,o), -(169,375,o), -(111,375,cs), -(54,375,o), -(12,333,o), -(12,277,cs), -(12,221,o), -(54,179,o), -(111,179,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,195,l), -(233,359,l), -(20,359,l), -(20,195,l) -); -} -); -width = 253; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(174,206,o), -(201,236,o), -(201,277,cs), -(201,318,o), -(174,348,o), -(129,348,cs), -(86,348,o), -(56,318,o), -(56,277,cs), -(56,236,o), -(86,206,o), -(129,206,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(124,238,l), -(124,323,l), -(61,323,l), -(61,238,l) -); -} -); -width = 184; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(175,181,o), -(214,222,o), -(214,277,cs), -(214,332,o), -(175,373,o), -(117,373,cs), -(61,373,o), -(20,332,o), -(20,277,cs), -(20,222,o), -(61,181,o), -(117,181,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(211,200,l), -(211,364,l), -(37,364,l), -(37,200,l) -); -} -); -width = 247; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(200,206,o), -(228,237,o), -(228,279,cs), -(228,319,o), -(203,348,o), -(159,348,cs), -(115,348,o), -(84,317,o), -(84,275,cs), -(84,235,o), -(112,206,o), -(154,206,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(78,250,l), -(90,304,l), -(52,304,l), -(40,250,l) -); -} -); -width = 122; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(201,181,o), -(241,224,o), -(241,281,cs), -(241,334,o), -(205,373,o), -(149,373,cs), -(92,373,o), -(49,330,o), -(49,273,cs), -(49,220,o), -(88,181,o), -(142,181,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,190,l), -(205,364,l), -(38,364,l), -(2,190,l) -); -} -); -width = 206; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(181,206,o), -(209,237,o), -(209,279,cs), -(209,319,o), -(183,348,o), -(140,348,cs), -(96,348,o), -(65,317,o), -(65,275,cs), -(65,235,o), -(93,206,o), -(135,206,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(119,238,l), -(137,323,l), -(74,323,l), -(56,238,l) -); -} -); -width = 184; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(227,181,o), -(267,224,o), -(267,281,cs), -(267,334,o), -(231,373,o), -(175,373,cs), -(118,373,o), -(75,330,o), -(75,273,cs), -(75,220,o), -(114,181,o), -(168,181,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,200,l), -(236,364,l), -(57,364,l), -(23,200,l) -); -} -); -width = 255; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(233,206,o), -(271,243,o), -(271,292,cs), -(271,325,o), -(250,348,o), -(212,348,cs), -(164,348,o), -(125,308,o), -(125,261,cs), -(125,229,o), -(149,206,o), -(186,206,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,216,l), -(176,339,l), -(63,339,l), -(37,216,l) -); -} -); -width = 205; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(199,179,o), -(252,233,o), -(252,297,cs), -(252,343,o), -(220,375,o), -(171,375,cs), -(107,375,o), -(53,321,o), -(53,257,cs), -(53,212,o), -(86,179,o), -(134,179,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(227,195,l), -(261,359,l), -(48,359,l), -(14,195,l) -); -} -); -width = 273; -} -); -metricRight = "=|"; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/perthousand.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/perthousand.glyph deleted file mode 100644 index 8ece94b3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/perthousand.glyph +++ /dev/null @@ -1,2704 +0,0 @@ -{ -glyphname = perthousand; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(131,447,o), -(130,477,o), -(130,540,cs), -(130,604,o), -(131,633,o), -(151,633,cs), -(170,633,o), -(171,611,o), -(171,540,cs), -(171,472,o), -(170,447,o), -(151,447,cs) -); -}, -{ -closed = 1; -nodes = ( -(550,90,o), -(549,120,o), -(549,183,cs), -(549,247,o), -(550,276,o), -(570,276,cs), -(589,276,o), -(590,254,o), -(590,183,cs), -(590,115,o), -(589,90,o), -(570,90,cs) -); -}, -{ -closed = 1; -nodes = ( -(850,90,o), -(849,120,o), -(849,183,cs), -(849,247,o), -(850,276,o), -(870,276,cs), -(889,276,o), -(890,254,o), -(890,183,cs), -(890,115,o), -(889,90,o), -(870,90,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,0,l), -(572,729,l), -(462,729,l), -(149,0,l) -); -}, -{ -closed = 1; -nodes = ( -(232,352,o), -(291,388,o), -(291,540,cs), -(291,692,o), -(232,729,o), -(151,729,cs), -(71,729,o), -(12,694,o), -(12,540,cs), -(12,387,o), -(71,352,o), -(151,352,cs) -); -}, -{ -closed = 1; -nodes = ( -(131,447,o), -(130,477,o), -(130,540,cs), -(130,604,o), -(131,633,o), -(151,633,cs), -(170,633,o), -(171,611,o), -(171,540,cs), -(171,472,o), -(170,447,o), -(151,447,cs) -); -}, -{ -closed = 1; -nodes = ( -(651,-5,o), -(710,32,o), -(710,184,cs), -(710,336,o), -(651,372,o), -(570,372,cs), -(490,372,o), -(431,337,o), -(431,184,cs), -(431,30,o), -(490,-5,o), -(570,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(550,90,o), -(549,120,o), -(549,183,cs), -(549,247,o), -(550,276,o), -(570,276,cs), -(589,276,o), -(590,254,o), -(590,183,cs), -(590,115,o), -(589,90,o), -(570,90,cs) -); -}, -{ -closed = 1; -nodes = ( -(951,-5,o), -(1010,32,o), -(1010,184,cs), -(1010,336,o), -(951,372,o), -(870,372,cs), -(790,372,o), -(731,337,o), -(731,184,cs), -(731,30,o), -(790,-5,o), -(870,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(850,90,o), -(849,120,o), -(849,183,cs), -(849,247,o), -(850,276,o), -(870,276,cs), -(889,276,o), -(890,254,o), -(890,183,cs), -(890,115,o), -(889,90,o), -(870,90,cs) -); -} -); -width = 1022; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,0,l), -(459,729,l), -(425,729,l), -(144,0,l) -); -}, -{ -closed = 1; -nodes = ( -(222,324,o), -(249,399,o), -(249,527,cs), -(249,655,o), -(222,729,o), -(155,729,cs), -(87,729,o), -(60,655,o), -(60,527,cs), -(60,399,o), -(87,324,o), -(155,324,cs) -); -}, -{ -closed = 1; -nodes = ( -(116,353,o), -(93,390,o), -(93,527,cs), -(93,663,o), -(116,701,o), -(155,701,cs), -(193,701,o), -(216,663,o), -(216,527,cs), -(216,390,o), -(193,353,o), -(155,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(516,-6,o), -(543,70,o), -(543,197,cs), -(543,324,o), -(516,399,o), -(449,399,cs), -(380,399,o), -(354,324,o), -(354,197,cs), -(354,71,o), -(380,-6,o), -(449,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(410,23,o), -(386,59,o), -(386,197,cs), -(386,335,o), -(410,372,o), -(449,372,cs), -(486,372,o), -(510,335,o), -(510,197,cs), -(510,59,o), -(486,23,o), -(449,23,cs) -); -}, -{ -closed = 1; -nodes = ( -(756,-6,o), -(783,70,o), -(783,197,cs), -(783,324,o), -(756,399,o), -(689,399,cs), -(620,399,o), -(594,324,o), -(594,197,cs), -(594,71,o), -(620,-6,o), -(689,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(650,23,o), -(626,59,o), -(626,197,cs), -(626,335,o), -(650,372,o), -(689,372,cs), -(726,372,o), -(750,335,o), -(750,197,cs), -(750,59,o), -(726,23,o), -(689,23,cs) -); -} -); -width = 843; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,0,l), -(769,729,l), -(728,729,l), -(199,0,l) -); -}, -{ -closed = 1; -nodes = ( -(338,323,o), -(409,393,o), -(409,526,cs), -(409,659,o), -(337,729,o), -(233,729,cs), -(128,729,o), -(56,659,o), -(56,526,cs), -(56,392,o), -(129,323,o), -(234,323,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,353,o), -(92,415,o), -(92,526,cs), -(92,637,o), -(144,699,o), -(233,699,cs), -(323,699,o), -(374,637,o), -(374,526,cs), -(374,415,o), -(322,353,o), -(233,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(830,-10,o), -(901,60,o), -(901,193,cs), -(901,326,o), -(829,396,o), -(725,396,cs), -(620,396,o), -(548,326,o), -(548,193,cs), -(548,59,o), -(621,-10,o), -(726,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(635,20,o), -(584,82,o), -(584,193,cs), -(584,304,o), -(636,366,o), -(725,366,cs), -(815,366,o), -(866,304,o), -(866,193,cs), -(866,82,o), -(814,20,o), -(725,20,cs) -); -}, -{ -closed = 1; -nodes = ( -(1230,-10,o), -(1301,60,o), -(1301,193,cs), -(1301,326,o), -(1229,396,o), -(1125,396,cs), -(1020,396,o), -(948,326,o), -(948,193,cs), -(948,59,o), -(1021,-10,o), -(1126,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(1035,20,o), -(984,82,o), -(984,193,cs), -(984,304,o), -(1036,366,o), -(1125,366,cs), -(1215,366,o), -(1266,304,o), -(1266,193,cs), -(1266,82,o), -(1214,20,o), -(1125,20,cs) -); -} -); -width = 1357; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,0,l), -(834,729,l), -(674,729,l), -(144,0,l) -); -}, -{ -closed = 1; -nodes = ( -(351,351,o), -(432,421,o), -(432,540,cs), -(432,657,o), -(352,729,o), -(228,729,cs), -(104,729,o), -(22,660,o), -(22,540,cs), -(22,424,o), -(101,351,o), -(226,351,cs) -); -}, -{ -closed = 1; -nodes = ( -(198,471,o), -(174,482,o), -(174,540,cs), -(174,599,o), -(198,610,o), -(228,610,cs), -(255,610,o), -(281,599,o), -(281,540,cs), -(281,482,o), -(257,471,o), -(227,471,cs) -); -}, -{ -closed = 1; -nodes = ( -(875,-5,o), -(956,65,o), -(956,184,cs), -(956,302,o), -(876,373,o), -(753,373,cs), -(630,373,o), -(547,305,o), -(547,184,cs), -(547,68,o), -(626,-5,o), -(751,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(723,116,o), -(698,126,o), -(698,184,cs), -(698,244,o), -(723,254,o), -(753,254,cs), -(780,254,o), -(806,243,o), -(806,184,cs), -(806,126,o), -(781,116,o), -(751,116,cs) -); -}, -{ -closed = 1; -nodes = ( -(1307,-5,o), -(1388,65,o), -(1388,184,cs), -(1388,302,o), -(1308,373,o), -(1185,373,cs), -(1062,373,o), -(979,305,o), -(979,184,cs), -(979,68,o), -(1058,-5,o), -(1183,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(1155,116,o), -(1130,126,o), -(1130,184,cs), -(1130,244,o), -(1155,254,o), -(1185,254,cs), -(1212,254,o), -(1238,243,o), -(1238,184,cs), -(1238,126,o), -(1213,116,o), -(1183,116,cs) -); -} -); -width = 1410; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,0,l), -(439,729,l), -(405,729,l), -(124,0,l) -); -}, -{ -closed = 1; -nodes = ( -(202,324,o), -(229,399,o), -(229,527,cs), -(229,655,o), -(202,729,o), -(135,729,cs), -(67,729,o), -(40,655,o), -(40,527,cs), -(40,399,o), -(67,324,o), -(135,324,cs) -); -}, -{ -closed = 1; -nodes = ( -(96,353,o), -(73,390,o), -(73,527,cs), -(73,663,o), -(96,701,o), -(135,701,cs), -(173,701,o), -(196,663,o), -(196,527,cs), -(196,390,o), -(173,353,o), -(135,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(496,-6,o), -(523,70,o), -(523,197,cs), -(523,324,o), -(496,399,o), -(429,399,cs), -(360,399,o), -(334,324,o), -(334,197,cs), -(334,71,o), -(360,-6,o), -(429,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,23,o), -(366,59,o), -(366,197,cs), -(366,335,o), -(390,372,o), -(429,372,cs), -(466,372,o), -(490,335,o), -(490,197,cs), -(490,59,o), -(466,23,o), -(429,23,cs) -); -}, -{ -closed = 1; -nodes = ( -(736,-6,o), -(763,70,o), -(763,197,cs), -(763,324,o), -(736,399,o), -(669,399,cs), -(600,399,o), -(574,324,o), -(574,197,cs), -(574,71,o), -(600,-6,o), -(669,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(630,23,o), -(606,59,o), -(606,197,cs), -(606,335,o), -(630,372,o), -(669,372,cs), -(706,372,o), -(730,335,o), -(730,197,cs), -(730,59,o), -(706,23,o), -(669,23,cs) -); -} -); -width = 803; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(131,447,o), -(130,477,o), -(130,540,cs), -(130,604,o), -(131,633,o), -(151,633,cs), -(170,633,o), -(171,611,o), -(171,540,cs), -(171,472,o), -(170,447,o), -(151,447,cs) -); -}, -{ -closed = 1; -nodes = ( -(550,90,o), -(549,120,o), -(549,183,cs), -(549,247,o), -(550,276,o), -(570,276,cs), -(589,276,o), -(590,254,o), -(590,183,cs), -(590,115,o), -(589,90,o), -(570,90,cs) -); -}, -{ -closed = 1; -nodes = ( -(850,90,o), -(849,120,o), -(849,183,cs), -(849,247,o), -(850,276,o), -(870,276,cs), -(889,276,o), -(890,254,o), -(890,183,cs), -(890,115,o), -(889,90,o), -(870,90,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(250,0,l), -(563,729,l), -(453,729,l), -(140,0,l) -); -}, -{ -closed = 1; -nodes = ( -(223,352,o), -(282,388,o), -(282,540,cs), -(282,692,o), -(223,729,o), -(142,729,cs), -(62,729,o), -(3,694,o), -(3,540,cs), -(3,387,o), -(62,352,o), -(142,352,cs) -); -}, -{ -closed = 1; -nodes = ( -(122,447,o), -(121,477,o), -(121,540,cs), -(121,604,o), -(122,633,o), -(142,633,cs), -(161,633,o), -(162,611,o), -(162,540,cs), -(162,472,o), -(161,447,o), -(142,447,cs) -); -}, -{ -closed = 1; -nodes = ( -(642,-5,o), -(701,32,o), -(701,184,cs), -(701,336,o), -(642,372,o), -(561,372,cs), -(481,372,o), -(422,337,o), -(422,184,cs), -(422,30,o), -(481,-5,o), -(561,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(541,90,o), -(540,120,o), -(540,183,cs), -(540,247,o), -(541,276,o), -(561,276,cs), -(580,276,o), -(581,254,o), -(581,183,cs), -(581,115,o), -(580,90,o), -(561,90,cs) -); -}, -{ -closed = 1; -nodes = ( -(942,-5,o), -(1001,32,o), -(1001,184,cs), -(1001,336,o), -(942,372,o), -(861,372,cs), -(781,372,o), -(722,337,o), -(722,184,cs), -(722,30,o), -(781,-5,o), -(861,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(841,90,o), -(840,120,o), -(840,183,cs), -(840,247,o), -(841,276,o), -(861,276,cs), -(880,276,o), -(881,254,o), -(881,183,cs), -(881,115,o), -(880,90,o), -(861,90,cs) -); -} -); -width = 1004; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(188,0,l), -(650,729,l), -(608,729,l), -(147,0,l) -); -}, -{ -closed = 1; -nodes = ( -(265,324,o), -(321,395,o), -(321,527,cs), -(321,658,o), -(266,729,o), -(184,729,cs), -(101,729,o), -(45,659,o), -(45,527,cs), -(45,396,o), -(100,324,o), -(184,324,cs) -); -}, -{ -closed = 1; -nodes = ( -(119,356,o), -(82,415,o), -(82,527,cs), -(82,638,o), -(119,697,o), -(184,697,cs), -(247,697,o), -(284,639,o), -(284,527,cs), -(284,415,o), -(247,356,o), -(184,356,cs) -); -}, -{ -closed = 1; -nodes = ( -(696,-5,o), -(752,66,o), -(752,197,cs), -(752,329,o), -(697,400,o), -(615,400,cs), -(531,400,o), -(476,329,o), -(476,198,cs), -(476,66,o), -(531,-5,o), -(615,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(550,27,o), -(513,85,o), -(513,197,cs), -(513,310,o), -(550,368,o), -(615,368,cs), -(677,368,o), -(714,310,o), -(714,197,cs), -(714,84,o), -(677,27,o), -(615,27,cs) -); -}, -{ -closed = 1; -nodes = ( -(1026,-5,o), -(1082,66,o), -(1082,197,cs), -(1082,329,o), -(1027,400,o), -(945,400,cs), -(861,400,o), -(806,329,o), -(806,198,cs), -(806,66,o), -(861,-5,o), -(945,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(880,27,o), -(843,85,o), -(843,197,cs), -(843,310,o), -(880,368,o), -(945,368,cs), -(1007,368,o), -(1044,310,o), -(1044,197,cs), -(1044,84,o), -(1007,27,o), -(945,27,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = percent; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = percent; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -4, -11 -); -stem = -2; -target = ( -3, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -3, -5 -); -stem = -2; -target = ( -4, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -3, -8 -); -stem = -2; -target = ( -4, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -4, -8 -); -stem = -2; -target = ( -3, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -5, -8 -); -stem = -2; -target = ( -6, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -6, -8 -); -stem = -2; -target = ( -5, -2 -); -type = Stem; -} -); -}; -width = 1127; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,0,l), -(708,729,l), -(584,729,l), -(119,0,l) -); -}, -{ -closed = 1; -nodes = ( -(279,336,o), -(344,398,o), -(344,533,cs), -(344,667,o), -(279,729,o), -(184,729,cs), -(89,729,o), -(24,667,o), -(24,533,cs), -(24,398,o), -(89,336,o), -(184,336,cs) -); -}, -{ -closed = 1; -nodes = ( -(154,440,o), -(145,476,o), -(145,533,cs), -(145,589,o), -(154,625,o), -(184,625,cs), -(214,625,o), -(223,589,o), -(223,533,cs), -(223,476,o), -(214,440,o), -(184,440,cs) -); -}, -{ -closed = 1; -nodes = ( -(738,-10,o), -(803,52,o), -(803,187,cs), -(803,321,o), -(738,383,o), -(643,383,cs), -(548,383,o), -(483,321,o), -(483,187,cs), -(483,52,o), -(548,-10,o), -(643,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(613,94,o), -(604,130,o), -(604,187,cs), -(604,243,o), -(613,279,o), -(643,279,cs), -(673,279,o), -(682,243,o), -(682,187,cs), -(682,130,o), -(673,94,o), -(643,94,cs) -); -}, -{ -closed = 1; -nodes = ( -(1088,-10,o), -(1153,52,o), -(1153,187,cs), -(1153,321,o), -(1088,383,o), -(993,383,cs), -(898,383,o), -(833,321,o), -(833,187,cs), -(833,52,o), -(898,-10,o), -(993,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(963,94,o), -(954,130,o), -(954,187,cs), -(954,243,o), -(963,279,o), -(993,279,cs), -(1023,279,o), -(1032,243,o), -(1032,187,cs), -(1032,130,o), -(1023,94,o), -(993,94,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = percent; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = percent; -}; -width = 1177; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,0,l), -(759,729,l), -(718,729,l), -(189,0,l) -); -}, -{ -closed = 1; -nodes = ( -(328,323,o), -(399,393,o), -(399,526,cs), -(399,659,o), -(327,729,o), -(223,729,cs), -(118,729,o), -(46,659,o), -(46,526,cs), -(46,392,o), -(119,323,o), -(224,323,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,353,o), -(82,415,o), -(82,526,cs), -(82,637,o), -(134,699,o), -(223,699,cs), -(313,699,o), -(364,637,o), -(364,526,cs), -(364,415,o), -(312,353,o), -(223,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(820,-10,o), -(891,60,o), -(891,193,cs), -(891,326,o), -(819,396,o), -(715,396,cs), -(610,396,o), -(538,326,o), -(538,193,cs), -(538,59,o), -(611,-10,o), -(716,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(625,20,o), -(574,82,o), -(574,193,cs), -(574,304,o), -(626,366,o), -(715,366,cs), -(805,366,o), -(856,304,o), -(856,193,cs), -(856,82,o), -(804,20,o), -(715,20,cs) -); -}, -{ -closed = 1; -nodes = ( -(1220,-10,o), -(1291,60,o), -(1291,193,cs), -(1291,326,o), -(1219,396,o), -(1115,396,cs), -(1010,396,o), -(938,326,o), -(938,193,cs), -(938,59,o), -(1011,-10,o), -(1116,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(1025,20,o), -(974,82,o), -(974,193,cs), -(974,304,o), -(1026,366,o), -(1115,366,cs), -(1205,366,o), -(1256,304,o), -(1256,193,cs), -(1256,82,o), -(1204,20,o), -(1115,20,cs) -); -} -); -width = 1337; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(294,0,l), -(824,729,l), -(664,729,l), -(134,0,l) -); -}, -{ -closed = 1; -nodes = ( -(341,351,o), -(422,421,o), -(422,540,cs), -(422,657,o), -(342,729,o), -(218,729,cs), -(94,729,o), -(12,660,o), -(12,540,cs), -(12,424,o), -(91,351,o), -(216,351,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,471,o), -(164,482,o), -(164,540,cs), -(164,599,o), -(188,610,o), -(218,610,cs), -(245,610,o), -(271,599,o), -(271,540,cs), -(271,482,o), -(247,471,o), -(217,471,cs) -); -}, -{ -closed = 1; -nodes = ( -(865,-5,o), -(946,65,o), -(946,184,cs), -(946,302,o), -(866,373,o), -(743,373,cs), -(620,373,o), -(537,305,o), -(537,184,cs), -(537,68,o), -(616,-5,o), -(741,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(713,116,o), -(688,126,o), -(688,184,cs), -(688,244,o), -(713,254,o), -(743,254,cs), -(770,254,o), -(796,243,o), -(796,184,cs), -(796,126,o), -(771,116,o), -(741,116,cs) -); -}, -{ -closed = 1; -nodes = ( -(1297,-5,o), -(1378,65,o), -(1378,184,cs), -(1378,302,o), -(1298,373,o), -(1175,373,cs), -(1052,373,o), -(969,305,o), -(969,184,cs), -(969,68,o), -(1048,-5,o), -(1173,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(1145,116,o), -(1120,126,o), -(1120,184,cs), -(1120,244,o), -(1145,254,o), -(1175,254,cs), -(1202,254,o), -(1228,243,o), -(1228,184,cs), -(1228,126,o), -(1203,116,o), -(1173,116,cs) -); -} -); -width = 1390; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(207,0,l), -(659,729,l), -(619,729,l), -(166,0,l) -); -}, -{ -closed = 1; -nodes = ( -(282,324,o), -(338,395,o), -(338,527,cs), -(338,658,o), -(283,729,o), -(203,729,cs), -(122,729,o), -(66,659,o), -(66,527,cs), -(66,396,o), -(121,324,o), -(203,324,cs) -); -}, -{ -closed = 1; -nodes = ( -(140,356,o), -(103,415,o), -(103,527,cs), -(103,638,o), -(140,697,o), -(203,697,cs), -(264,697,o), -(301,639,o), -(301,527,cs), -(301,415,o), -(264,356,o), -(203,356,cs) -); -}, -{ -closed = 1; -nodes = ( -(705,-5,o), -(759,66,o), -(759,197,cs), -(759,329,o), -(706,400,o), -(626,400,cs), -(543,400,o), -(489,329,o), -(489,198,cs), -(489,66,o), -(543,-5,o), -(626,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(561,27,o), -(526,85,o), -(526,197,cs), -(526,310,o), -(561,368,o), -(626,368,cs), -(686,368,o), -(723,310,o), -(723,197,cs), -(723,84,o), -(686,27,o), -(626,27,cs) -); -}, -{ -closed = 1; -nodes = ( -(1029,-5,o), -(1083,66,o), -(1083,197,cs), -(1083,329,o), -(1030,400,o), -(948,400,cs), -(866,400,o), -(813,329,o), -(813,198,cs), -(813,66,o), -(866,-5,o), -(948,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(885,27,o), -(848,85,o), -(848,197,cs), -(848,310,o), -(885,368,o), -(948,368,cs), -(1010,368,o), -(1045,310,o), -(1045,197,cs), -(1045,84,o), -(1010,27,o), -(948,27,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = percent; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = percent; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -4, -11 -); -stem = -2; -target = ( -3, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -3, -5 -); -stem = -2; -target = ( -4, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -3, -8 -); -stem = -2; -target = ( -4, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -4, -8 -); -stem = -2; -target = ( -3, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -5, -8 -); -stem = -2; -target = ( -6, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -6, -8 -); -stem = -2; -target = ( -5, -2 -); -type = Stem; -} -); -}; -width = 1148; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(259,0,l), -(715,729,l), -(592,729,l), -(137,0,l) -); -}, -{ -closed = 1; -nodes = ( -(294,336,o), -(357,399,o), -(357,533,cs), -(357,666,o), -(294,729,o), -(201,729,cs), -(108,729,o), -(44,667,o), -(44,533,cs), -(44,398,o), -(108,336,o), -(201,336,cs) -); -}, -{ -closed = 1; -nodes = ( -(172,440,o), -(163,475,o), -(163,533,cs), -(163,590,o), -(172,625,o), -(201,625,cs), -(230,625,o), -(239,590,o), -(239,533,cs), -(239,475,o), -(230,440,o), -(201,440,cs) -); -}, -{ -closed = 1; -nodes = ( -(743,-10,o), -(808,52,o), -(808,187,cs), -(808,321,o), -(743,383,o), -(650,383,cs), -(558,383,o), -(494,321,o), -(494,187,cs), -(494,52,o), -(558,-10,o), -(650,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(622,94,o), -(614,132,o), -(614,187,cs), -(614,241,o), -(622,279,o), -(650,279,cs), -(680,279,o), -(688,241,o), -(688,187,cs), -(688,132,o), -(680,94,o), -(650,94,cs) -); -}, -{ -closed = 1; -nodes = ( -(1087,-10,o), -(1151,52,o), -(1151,187,cs), -(1151,321,o), -(1087,383,o), -(994,383,cs), -(901,383,o), -(838,320,o), -(838,187,cs), -(838,53,o), -(901,-10,o), -(994,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(965,94,o), -(956,129,o), -(956,187,cs), -(956,244,o), -(965,279,o), -(994,279,cs), -(1023,279,o), -(1032,244,o), -(1032,187,cs), -(1032,129,o), -(1023,94,o), -(994,94,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = percent; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = percent; -}; -width = 1194; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,0,l), -(558,729,l), -(522,729,l), -(92,0,l) -); -}, -{ -closed = 1; -nodes = ( -(235,321,o), -(276,389,o), -(303,513,cs), -(327,630,o), -(326,725,o), -(246,725,cs), -(187,725,o), -(145,660,o), -(119,535,cs), -(88,389,o), -(107,321,o), -(176,321,cs) -); -}, -{ -closed = 1; -nodes = ( -(120,353,o), -(135,451,o), -(151,528,cs), -(177,652,o), -(203,696,o), -(243,696,cs), -(294,696,o), -(295,630,o), -(271,518,cs), -(241,376,o), -(211,346,o), -(171,349,cs) -); -}, -{ -closed = 1; -nodes = ( -(463,-5,o), -(502,67,o), -(528,189,cs), -(555,317,o), -(545,399,o), -(471,399,cs), -(408,399,o), -(368,327,o), -(343,205,cs), -(318,88,o), -(322,-5,o), -(401,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(345,28,o), -(359,123,o), -(376,204,cs), -(402,331,o), -(430,371,o), -(468,371,cs), -(520,371,o), -(519,302,o), -(495,189,cs), -(466,50,o), -(437,21,o), -(395,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(695,-5,o), -(734,67,o), -(761,189,cs), -(788,317,o), -(778,399,o), -(703,399,cs), -(641,399,o), -(601,327,o), -(576,205,cs), -(551,88,o), -(555,-5,o), -(634,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(578,28,o), -(592,123,o), -(609,204,cs), -(635,331,o), -(663,371,o), -(701,371,cs), -(753,371,o), -(752,302,o), -(728,189,cs), -(698,50,o), -(669,21,o), -(628,24,cs) -); -} -); -width = 837; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(666,729,l), -(550,729,l), -(88,0,l) -); -}, -{ -closed = 1; -nodes = ( -(258,352,o), -(312,388,o), -(342,533,cs), -(366,651,o), -(335,729,o), -(227,729,cs), -(148,729,o), -(96,680,o), -(70,552,cs), -(45,432,o), -(73,352,o), -(184,352,cs) -); -}, -{ -closed = 1; -nodes = ( -(167,449,o), -(170,466,o), -(185,540,cs), -(200,613,o), -(207,632,o), -(222,632,cs), -(245,632,o), -(242,615,o), -(227,541,cs), -(212,468,o), -(205,449,o), -(190,449,cs) -); -}, -{ -closed = 1; -nodes = ( -(600,-5,o), -(654,31,o), -(684,176,cs), -(708,294,o), -(677,372,o), -(569,372,cs), -(490,372,o), -(438,323,o), -(412,195,cs), -(387,75,o), -(415,-5,o), -(526,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(509,92,o), -(512,109,o), -(527,183,cs), -(542,256,o), -(549,275,o), -(564,275,cs), -(587,275,o), -(584,258,o), -(569,184,cs), -(554,111,o), -(547,92,o), -(532,92,cs) -); -}, -{ -closed = 1; -nodes = ( -(900,-5,o), -(954,31,o), -(984,176,cs), -(1008,294,o), -(977,372,o), -(869,372,cs), -(790,372,o), -(738,323,o), -(712,195,cs), -(687,75,o), -(715,-5,o), -(826,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(805,92,o), -(815,123,o), -(827,183,cs), -(841,252,o), -(847,275,o), -(865,275,cs), -(890,275,o), -(880,239,o), -(869,186,cs), -(854,111,o), -(847,92,o), -(832,92,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(666,729,l), -(550,729,l), -(88,0,l) -); -}, -{ -closed = 1; -nodes = ( -(258,352,o), -(312,388,o), -(342,533,cs), -(366,651,o), -(335,729,o), -(227,729,cs), -(148,729,o), -(96,680,o), -(70,552,cs), -(45,432,o), -(73,352,o), -(184,352,cs) -); -}, -{ -closed = 1; -nodes = ( -(167,449,o), -(170,466,o), -(185,540,cs), -(200,613,o), -(207,632,o), -(222,632,cs), -(245,632,o), -(242,615,o), -(227,541,cs), -(212,468,o), -(205,449,o), -(190,449,cs) -); -}, -{ -closed = 1; -nodes = ( -(600,-5,o), -(654,31,o), -(684,176,cs), -(708,294,o), -(677,372,o), -(569,372,cs), -(490,372,o), -(438,323,o), -(412,195,cs), -(387,75,o), -(415,-5,o), -(526,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(509,92,o), -(512,109,o), -(527,183,cs), -(542,256,o), -(549,275,o), -(564,275,cs), -(587,275,o), -(584,258,o), -(569,184,cs), -(554,111,o), -(547,92,o), -(532,92,cs) -); -}, -{ -closed = 1; -nodes = ( -(900,-5,o), -(954,31,o), -(984,176,cs), -(1008,294,o), -(977,372,o), -(869,372,cs), -(790,372,o), -(738,323,o), -(712,195,cs), -(687,75,o), -(715,-5,o), -(826,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(809,92,o), -(812,109,o), -(827,183,cs), -(842,256,o), -(849,275,o), -(864,275,cs), -(887,275,o), -(884,258,o), -(869,184,cs), -(854,111,o), -(847,92,o), -(832,92,cs) -); -} -); -width = 1016; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,0,l), -(734,729,l), -(689,729,l), -(81,0,l) -); -}, -{ -closed = 1; -nodes = ( -(321,360,o), -(385,453,o), -(390,593,cs), -(394,673,o), -(350,729,o), -(280,729,cs), -(187,729,o), -(123,636,o), -(118,496,cs), -(114,416,o), -(158,360,o), -(228,360,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,392,o), -(151,432,o), -(154,494,cs), -(159,617,o), -(209,697,o), -(280,697,cs), -(328,697,o), -(357,657,o), -(354,595,cs), -(349,472,o), -(299,392,o), -(228,392,cs) -); -}, -{ -closed = 1; -nodes = ( -(622,-10,o), -(686,83,o), -(691,223,cs), -(695,303,o), -(651,359,o), -(581,359,cs), -(488,359,o), -(424,266,o), -(419,126,cs), -(415,46,o), -(459,-10,o), -(529,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(481,22,o), -(452,62,o), -(455,124,cs), -(460,247,o), -(510,327,o), -(581,327,cs), -(629,327,o), -(658,287,o), -(655,225,cs), -(650,102,o), -(600,22,o), -(529,22,cs) -); -}, -{ -closed = 1; -nodes = ( -(924,-10,o), -(988,83,o), -(993,223,cs), -(997,303,o), -(953,359,o), -(883,359,cs), -(790,359,o), -(726,266,o), -(721,126,cs), -(717,46,o), -(761,-10,o), -(831,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(783,22,o), -(754,62,o), -(757,124,cs), -(762,247,o), -(812,327,o), -(883,327,cs), -(931,327,o), -(960,287,o), -(957,225,cs), -(952,102,o), -(902,22,o), -(831,22,cs) -); -} -); -width = 1069; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(842,729,l), -(708,729,l), -(95,0,l) -); -}, -{ -closed = 1; -nodes = ( -(357,333,o), -(428,434,o), -(428,569,cs), -(428,666,o), -(377,729,o), -(285,729,cs), -(169,729,o), -(98,628,o), -(98,493,cs), -(98,396,o), -(149,333,o), -(241,333,cs) -); -}, -{ -closed = 1; -nodes = ( -(214,437,o), -(214,484,o), -(222,538,cs), -(231,590,o), -(246,625,o), -(276,625,cs), -(312,625,o), -(312,578,o), -(304,524,cs), -(295,472,o), -(280,437,o), -(250,437,cs) -); -}, -{ -closed = 1; -nodes = ( -(765,-9,o), -(836,92,o), -(836,227,cs), -(836,324,o), -(785,387,o), -(693,387,cs), -(577,387,o), -(506,286,o), -(506,151,cs), -(506,54,o), -(557,-9,o), -(649,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(622,95,o), -(622,142,o), -(630,196,cs), -(639,248,o), -(654,283,o), -(684,283,cs), -(720,283,o), -(720,236,o), -(712,182,cs), -(703,130,o), -(688,95,o), -(658,95,cs) -); -}, -{ -closed = 1; -nodes = ( -(1114,-9,o), -(1185,92,o), -(1185,227,cs), -(1185,324,o), -(1134,387,o), -(1042,387,cs), -(926,387,o), -(855,286,o), -(855,151,cs), -(855,54,o), -(906,-9,o), -(998,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(971,95,o), -(971,142,o), -(979,196,cs), -(988,248,o), -(1003,283,o), -(1033,283,cs), -(1069,283,o), -(1069,236,o), -(1061,182,cs), -(1052,130,o), -(1037,95,o), -(1007,95,cs) -); -} -); -width = 1247; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,0,l), -(873,729,l), -(829,729,l), -(142,0,l) -); -}, -{ -closed = 1; -nodes = ( -(385,323,o), -(464,419,o), -(464,558,cs), -(464,665,o), -(405,729,o), -(302,729,cs), -(184,729,o), -(105,633,o), -(105,494,cs), -(105,387,o), -(164,323,o), -(267,323,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,353,o), -(139,405,o), -(139,494,cs), -(139,618,o), -(205,699,o), -(304,699,cs), -(385,699,o), -(430,647,o), -(430,558,cs), -(430,434,o), -(364,353,o), -(265,353,cs) -); -}, -{ -closed = 1; -nodes = ( -(821,-9,o), -(900,87,o), -(900,226,cs), -(900,333,o), -(841,397,o), -(738,397,cs), -(620,397,o), -(541,301,o), -(541,162,cs), -(541,55,o), -(600,-9,o), -(703,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(620,21,o), -(575,73,o), -(575,162,cs), -(575,286,o), -(641,367,o), -(740,367,cs), -(821,367,o), -(866,315,o), -(866,226,cs), -(866,102,o), -(800,21,o), -(701,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(1221,-9,o), -(1300,87,o), -(1300,226,cs), -(1300,333,o), -(1241,397,o), -(1138,397,cs), -(1020,397,o), -(941,301,o), -(941,162,cs), -(941,55,o), -(1000,-9,o), -(1103,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(1020,21,o), -(975,73,o), -(975,162,cs), -(975,286,o), -(1041,367,o), -(1140,367,cs), -(1221,367,o), -(1266,315,o), -(1266,226,cs), -(1266,102,o), -(1200,21,o), -(1101,21,cs) -); -} -); -width = 1363; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,0,l), -(970,729,l), -(796,729,l), -(141,0,l) -); -}, -{ -closed = 1; -nodes = ( -(415,343,o), -(503,423,o), -(503,545,cs), -(503,652,o), -(429,729,o), -(298,729,cs), -(168,729,o), -(80,649,o), -(80,527,cs), -(80,420,o), -(154,343,o), -(284,343,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,466,o), -(240,483,o), -(240,518,cs), -(240,576,o), -(258,606,o), -(297,606,cs), -(324,606,o), -(343,589,o), -(343,554,cs), -(343,496,o), -(325,466,o), -(286,466,cs) -); -}, -{ -closed = 1; -nodes = ( -(931,-8,o), -(1019,72,o), -(1019,194,cs), -(1019,301,o), -(945,378,o), -(814,378,cs), -(684,378,o), -(596,298,o), -(596,176,cs), -(596,69,o), -(670,-8,o), -(800,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(775,115,o), -(756,132,o), -(756,167,cs), -(756,225,o), -(774,255,o), -(813,255,cs), -(840,255,o), -(859,238,o), -(859,203,cs), -(859,145,o), -(841,115,o), -(802,115,cs) -); -}, -{ -closed = 1; -nodes = ( -(1377,-8,o), -(1465,72,o), -(1465,194,cs), -(1465,301,o), -(1391,378,o), -(1260,378,cs), -(1130,378,o), -(1042,298,o), -(1042,176,cs), -(1042,69,o), -(1116,-8,o), -(1246,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(1221,115,o), -(1202,132,o), -(1202,167,cs), -(1202,225,o), -(1220,255,o), -(1259,255,cs), -(1286,255,o), -(1305,238,o), -(1305,203,cs), -(1305,145,o), -(1287,115,o), -(1248,115,cs) -); -} -); -width = 1508; -} -); -metricLeft = percent; -metricRight = percent; -unicode = 8240; -userData = { -KernOnSpecialSpacing = { -L = "spaced-off"; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/peseta.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/peseta.glyph deleted file mode 100644 index b9570014..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/peseta.glyph +++ /dev/null @@ -1,1808 +0,0 @@ -{ -color = 0; -export = 0; -glyphname = peseta; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(109,0,l), -(109,711,l), -(96,701,l), -(173,701,ls), -(256,701,o), -(309,651,o), -(309,522,cs), -(309,391,o), -(255,343,o), -(173,343,cs), -(102,343,l), -(102,315,l), -(175,315,ls), -(293,315,o), -(342,398,o), -(342,522,cs), -(342,646,o), -(292,729,o), -(175,729,cs), -(78,729,l), -(78,0,l) -); -}, -{ -closed = 1; -nodes = ( -(538,0,l), -(538,29,l), -(509,29,ls), -(490,29,o), -(482,38,o), -(482,54,cs), -(482,492,l), -(538,492,l), -(538,516,l), -(482,516,l), -(482,700,l), -(454,697,l), -(454,516,l), -(409,516,l), -(409,492,l), -(454,492,l), -(454,48,ls), -(454,10,o), -(477,0,o), -(504,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(772,-10,o), -(816,35,o), -(816,117,cs), -(816,207,o), -(773,242,o), -(719,279,cs), -(673,310,o), -(633,340,o), -(633,409,cs), -(633,461,o), -(650,496,o), -(702,496,cs), -(761,496,o), -(780,449,o), -(782,366,c), -(810,366,l), -(811,488,o), -(766,525,o), -(703,525,cs), -(646,525,o), -(604,493,o), -(604,410,cs), -(604,329,o), -(643,293,o), -(695,257,cs), -(744,223,o), -(787,192,o), -(787,118,cs), -(787,59,o), -(762,19,o), -(708,19,cs), -(640,19,o), -(618,77,o), -(618,160,c), -(590,160,l), -(590,38,o), -(639,-10,o), -(708,-10,cs) -); -} -); -width = 855; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(213,0,l), -(213,594,l), -(189,572,l), -(229,572,ls), -(266,572,o), -(284,550,o), -(284,473,cs), -(284,408,o), -(275,369,o), -(229,369,cs), -(197,369,l), -(197,212,l), -(235,212,ls), -(388,212,o), -(465,296,o), -(465,471,cs), -(465,644,o), -(388,729,o), -(235,729,cs), -(34,729,l), -(34,0,l) -); -}, -{ -closed = 1; -nodes = ( -(758,0,l), -(758,132,l), -(734,132,ls), -(716,132,o), -(713,137,o), -(713,160,cs), -(713,401,l), -(758,398,l), -(758,541,l), -(713,539,l), -(713,683,l), -(534,668,l), -(534,539,l), -(496,541,l), -(496,398,l), -(534,401,l), -(534,124,ls), -(534,40,o), -(572,0,o), -(661,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1109,-10,o), -(1173,59,o), -(1173,162,cs), -(1173,264,o), -(1104,307,o), -(1028,340,cs), -(981,360,o), -(950,374,o), -(950,406,cs), -(950,426,o), -(956,443,o), -(977,443,cs), -(1000,443,o), -(1009,430,o), -(1012,379,c), -(1167,379,l), -(1167,491,o), -(1094,551,o), -(978,551,cs), -(847,551,o), -(782,486,o), -(782,386,cs), -(782,294,o), -(840,249,o), -(914,215,cs), -(988,181,o), -(999,168,o), -(999,135,cs), -(999,115,o), -(992,101,o), -(971,101,cs), -(947,101,o), -(935,114,o), -(935,168,c), -(775,168,l), -(777,61,o), -(840,-10,o), -(973,-10,cs) -); -} -); -width = 1191; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(123,0,l), -(123,710,l), -(105,692,l), -(375,692,ls), -(504,692,o), -(572,623,o), -(572,509,cs), -(572,398,o), -(505,325,o), -(375,325,cs), -(114,325,l), -(114,289,l), -(377,289,ls), -(524,289,o), -(612,375,o), -(612,509,cs), -(612,649,o), -(524,729,o), -(378,729,cs), -(85,729,l), -(85,0,l) -); -}, -{ -closed = 1; -nodes = ( -(969,0,l), -(969,36,l), -(895,36,ls), -(850,36,o), -(824,48,o), -(824,95,cs), -(824,485,l), -(969,485,l), -(969,517,l), -(824,517,l), -(824,690,l), -(787,681,l), -(787,517,l), -(669,517,l), -(669,485,l), -(787,485,l), -(787,89,ls), -(787,28,o), -(822,0,o), -(889,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1416,-10,o), -(1493,48,o), -(1493,135,cs), -(1493,243,o), -(1418,266,o), -(1260,283,cs), -(1129,297,o), -(1071,317,o), -(1071,387,cs), -(1071,461,o), -(1150,494,o), -(1256,494,cs), -(1360,494,o), -(1436,456,o), -(1443,367,c), -(1480,367,l), -(1473,464,o), -(1401,527,o), -(1256,527,cs), -(1124,527,o), -(1034,475,o), -(1034,386,cs), -(1034,294,o), -(1105,263,o), -(1256,248,cs), -(1405,232,o), -(1455,214,o), -(1455,132,cs), -(1455,54,o), -(1376,23,o), -(1260,23,cs), -(1132,23,o), -(1052,76,o), -(1052,160,c), -(1015,160,l), -(1015,58,o), -(1108,-10,o), -(1260,-10,cs) -); -} -); -width = 1537; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(284,0,l), -(284,599,l), -(239,554,l), -(377,554,ls), -(424,554,o), -(461,538,o), -(461,476,cs), -(461,425,o), -(438,397,o), -(377,397,cs), -(268,397,l), -(268,239,l), -(402,239,ls), -(575,239,o), -(691,308,o), -(691,484,cs), -(691,631,o), -(610,729,o), -(402,729,cs), -(55,729,l), -(55,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1182,0,l), -(1182,186,l), -(1094,186,ls), -(1065,186,o), -(1053,195,o), -(1053,223,cs), -(1053,379,l), -(1182,379,l), -(1182,544,l), -(1053,544,l), -(1053,710,l), -(836,669,l), -(836,544,l), -(743,544,l), -(743,379,l), -(836,379,l), -(836,150,ls), -(836,48,o), -(902,0,o), -(1000,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1744,-10,o), -(1841,62,o), -(1841,172,cs), -(1841,292,o), -(1774,330,o), -(1571,347,cs), -(1489,354,o), -(1460,358,o), -(1460,387,cs), -(1460,414,o), -(1490,425,o), -(1538,425,cs), -(1581,425,o), -(1609,409,o), -(1615,377,c), -(1823,377,l), -(1810,493,o), -(1699,554,o), -(1539,554,cs), -(1350,554,o), -(1246,479,o), -(1246,368,cs), -(1246,256,o), -(1319,218,o), -(1523,199,cs), -(1602,193,o), -(1624,189,o), -(1624,158,cs), -(1624,133,o), -(1597,119,o), -(1542,119,cs), -(1479,119,o), -(1450,136,o), -(1444,174,c), -(1228,174,l), -(1238,60,o), -(1339,-10,o), -(1535,-10,cs) -); -} -); -width = 1856; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,0,l), -(89,711,l), -(76,701,l), -(153,701,ls), -(236,701,o), -(289,651,o), -(289,522,cs), -(289,391,o), -(235,343,o), -(153,343,cs), -(82,343,l), -(82,315,l), -(155,315,ls), -(273,315,o), -(322,398,o), -(322,522,cs), -(322,646,o), -(272,729,o), -(155,729,cs), -(58,729,l), -(58,0,l) -); -}, -{ -closed = 1; -nodes = ( -(518,0,l), -(518,29,l), -(489,29,ls), -(470,29,o), -(462,38,o), -(462,54,cs), -(462,492,l), -(518,492,l), -(518,516,l), -(462,516,l), -(462,700,l), -(434,697,l), -(434,516,l), -(389,516,l), -(389,492,l), -(434,492,l), -(434,48,ls), -(434,10,o), -(457,0,o), -(484,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(752,-10,o), -(796,35,o), -(796,117,cs), -(796,207,o), -(753,242,o), -(699,279,cs), -(653,310,o), -(613,340,o), -(613,409,cs), -(613,461,o), -(630,496,o), -(682,496,cs), -(741,496,o), -(760,449,o), -(762,366,c), -(790,366,l), -(791,488,o), -(746,525,o), -(683,525,cs), -(626,525,o), -(584,493,o), -(584,410,cs), -(584,329,o), -(623,293,o), -(675,257,cs), -(724,223,o), -(767,192,o), -(767,118,cs), -(767,59,o), -(742,19,o), -(688,19,cs), -(620,19,o), -(598,77,o), -(598,160,c), -(570,160,l), -(570,38,o), -(619,-10,o), -(688,-10,cs) -); -} -); -width = 815; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(203,0,l), -(203,594,l), -(179,572,l), -(219,572,ls), -(256,572,o), -(274,550,o), -(274,473,cs), -(274,408,o), -(265,369,o), -(219,369,cs), -(187,369,l), -(187,212,l), -(225,212,ls), -(378,212,o), -(455,296,o), -(455,471,cs), -(455,644,o), -(378,729,o), -(225,729,cs), -(24,729,l), -(24,0,l) -); -}, -{ -closed = 1; -nodes = ( -(748,0,l), -(748,132,l), -(724,132,ls), -(706,132,o), -(703,137,o), -(703,160,cs), -(703,401,l), -(748,398,l), -(748,541,l), -(703,539,l), -(703,683,l), -(524,668,l), -(524,539,l), -(486,541,l), -(486,398,l), -(524,401,l), -(524,124,ls), -(524,40,o), -(562,0,o), -(651,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1099,-10,o), -(1163,59,o), -(1163,162,cs), -(1163,264,o), -(1094,307,o), -(1018,340,cs), -(971,360,o), -(940,374,o), -(940,406,cs), -(940,426,o), -(946,443,o), -(967,443,cs), -(990,443,o), -(999,430,o), -(1002,379,c), -(1157,379,l), -(1157,491,o), -(1084,551,o), -(968,551,cs), -(837,551,o), -(772,486,o), -(772,386,cs), -(772,294,o), -(830,249,o), -(904,215,cs), -(978,181,o), -(989,168,o), -(989,135,cs), -(989,115,o), -(982,101,o), -(961,101,cs), -(937,101,o), -(925,114,o), -(925,168,c), -(765,168,l), -(767,61,o), -(830,-10,o), -(963,-10,cs) -); -} -); -width = 1171; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(125,0,l), -(125,704,l), -(111,692,l), -(331,692,ls), -(451,692,o), -(519,623,o), -(519,509,cs), -(519,398,o), -(452,325,o), -(331,325,cs), -(116,325,l), -(116,289,l), -(333,289,ls), -(471,289,o), -(559,375,o), -(559,509,cs), -(559,649,o), -(472,729,o), -(334,729,cs), -(87,729,l), -(87,0,l) -); -}, -{ -closed = 1; -nodes = ( -(900,0,l), -(900,34,l), -(820,34,ls), -(779,34,o), -(769,44,o), -(769,85,cs), -(769,485,l), -(900,485,l), -(900,517,l), -(769,517,l), -(769,690,l), -(733,681,l), -(733,517,l), -(626,517,l), -(626,485,l), -(733,485,l), -(733,79,ls), -(733,23,o), -(756,0,o), -(812,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1293,-10,o), -(1370,42,o), -(1370,135,cs), -(1370,239,o), -(1293,265,o), -(1185,281,cs), -(1078,296,o), -(1028,320,o), -(1028,389,cs), -(1028,452,o), -(1081,494,o), -(1175,494,cs), -(1261,494,o), -(1319,460,o), -(1324,373,c), -(1360,373,l), -(1357,469,o), -(1290,527,o), -(1174,527,cs), -(1064,527,o), -(991,470,o), -(991,385,cs), -(991,293,o), -(1056,264,o), -(1179,246,cs), -(1287,230,o), -(1332,207,o), -(1332,132,cs), -(1332,62,o), -(1277,23,o), -(1178,23,cs), -(1083,23,o), -(1019,63,o), -(1013,149,c), -(976,149,l), -(981,53,o), -(1053,-10,o), -(1177,-10,cs) -); -} -); -width = 1416; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(249,0,l), -(249,583,l), -(227,559,l), -(321,559,ls), -(373,559,o), -(408,532,o), -(408,474,cs), -(408,422,o), -(380,387,o), -(321,387,cs), -(233,387,l), -(233,232,l), -(357,232,ls), -(522,232,o), -(614,334,o), -(614,482,cs), -(614,639,o), -(512,729,o), -(357,729,cs), -(46,729,l), -(46,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1047,0,l), -(1047,153,l), -(987,153,ls), -(964,153,o), -(948,160,o), -(948,188,cs), -(948,391,l), -(1047,391,l), -(1047,544,l), -(948,544,l), -(948,699,l), -(757,683,l), -(757,544,l), -(666,544,l), -(666,391,l), -(757,391,l), -(757,152,ls), -(757,61,o), -(788,0,o), -(918,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1499,-10,o), -(1600,56,o), -(1600,174,cs), -(1600,279,o), -(1545,326,o), -(1403,344,cs), -(1328,354,o), -(1302,360,o), -(1302,388,cs), -(1302,411,o), -(1321,422,o), -(1349,422,cs), -(1381,422,o), -(1400,409,o), -(1401,383,c), -(1589,383,l), -(1583,485,o), -(1490,554,o), -(1355,554,cs), -(1209,554,o), -(1111,481,o), -(1111,371,cs), -(1111,262,o), -(1177,220,o), -(1323,199,cs), -(1385,190,o), -(1406,186,o), -(1406,157,cs), -(1406,136,o), -(1389,122,o), -(1352,122,cs), -(1315,122,o), -(1289,136,o), -(1286,171,c), -(1098,171,l), -(1099,63,o), -(1196,-10,o), -(1347,-10,cs) -); -} -); -width = 1613; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(113,0,l), -(113,710,l), -(95,692,l), -(365,692,ls), -(494,692,o), -(562,623,o), -(562,509,cs), -(562,398,o), -(495,325,o), -(365,325,cs), -(104,325,l), -(104,289,l), -(367,289,ls), -(514,289,o), -(602,375,o), -(602,509,cs), -(602,649,o), -(514,729,o), -(368,729,cs), -(75,729,l), -(75,0,l) -); -}, -{ -closed = 1; -nodes = ( -(959,0,l), -(959,36,l), -(885,36,ls), -(840,36,o), -(814,48,o), -(814,95,cs), -(814,485,l), -(959,485,l), -(959,517,l), -(814,517,l), -(814,690,l), -(777,681,l), -(777,517,l), -(659,517,l), -(659,485,l), -(777,485,l), -(777,89,ls), -(777,28,o), -(812,0,o), -(879,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1406,-10,o), -(1483,48,o), -(1483,135,cs), -(1483,243,o), -(1408,266,o), -(1250,283,cs), -(1119,297,o), -(1061,317,o), -(1061,387,cs), -(1061,461,o), -(1140,494,o), -(1246,494,cs), -(1350,494,o), -(1426,456,o), -(1433,367,c), -(1470,367,l), -(1463,464,o), -(1391,527,o), -(1246,527,cs), -(1114,527,o), -(1024,475,o), -(1024,386,cs), -(1024,294,o), -(1095,263,o), -(1246,248,cs), -(1395,232,o), -(1445,214,o), -(1445,132,cs), -(1445,54,o), -(1366,23,o), -(1250,23,cs), -(1122,23,o), -(1042,76,o), -(1042,160,c), -(1005,160,l), -(1005,58,o), -(1098,-10,o), -(1250,-10,cs) -); -} -); -width = 1517; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,0,l), -(274,599,l), -(229,554,l), -(367,554,ls), -(414,554,o), -(451,538,o), -(451,476,cs), -(451,425,o), -(428,397,o), -(367,397,cs), -(258,397,l), -(258,239,l), -(392,239,ls), -(565,239,o), -(681,308,o), -(681,484,cs), -(681,631,o), -(600,729,o), -(392,729,cs), -(45,729,l), -(45,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1172,0,l), -(1172,186,l), -(1084,186,ls), -(1055,186,o), -(1043,195,o), -(1043,223,cs), -(1043,379,l), -(1172,379,l), -(1172,544,l), -(1043,544,l), -(1043,710,l), -(826,669,l), -(826,544,l), -(733,544,l), -(733,379,l), -(826,379,l), -(826,150,ls), -(826,48,o), -(892,0,o), -(990,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1734,-10,o), -(1831,62,o), -(1831,172,cs), -(1831,292,o), -(1764,330,o), -(1561,347,cs), -(1479,354,o), -(1450,358,o), -(1450,387,cs), -(1450,414,o), -(1480,425,o), -(1528,425,cs), -(1571,425,o), -(1599,409,o), -(1605,377,c), -(1813,377,l), -(1800,493,o), -(1689,554,o), -(1529,554,cs), -(1340,554,o), -(1236,479,o), -(1236,368,cs), -(1236,256,o), -(1309,218,o), -(1513,199,cs), -(1592,193,o), -(1614,189,o), -(1614,158,cs), -(1614,133,o), -(1587,119,o), -(1532,119,cs), -(1469,119,o), -(1440,136,o), -(1434,174,c), -(1218,174,l), -(1228,60,o), -(1329,-10,o), -(1525,-10,cs) -); -} -); -width = 1836; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(144,0,l), -(144,704,l), -(130,692,l), -(346,692,ls), -(462,692,o), -(530,623,o), -(530,509,cs), -(530,398,o), -(463,325,o), -(346,325,cs), -(135,325,l), -(135,289,l), -(347,289,ls), -(482,289,o), -(568,375,o), -(568,509,cs), -(568,649,o), -(483,729,o), -(348,729,cs), -(106,729,l), -(106,0,l) -); -}, -{ -closed = 1; -nodes = ( -(903,0,l), -(903,34,l), -(825,34,ls), -(784,34,o), -(774,44,o), -(774,85,cs), -(774,485,l), -(903,485,l), -(903,517,l), -(774,517,l), -(774,690,l), -(739,681,l), -(739,517,l), -(635,517,l), -(635,485,l), -(739,485,l), -(739,79,ls), -(739,23,o), -(761,0,o), -(817,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1288,-10,o), -(1363,42,o), -(1363,135,cs), -(1363,239,o), -(1288,265,o), -(1182,281,cs), -(1077,296,o), -(1029,320,o), -(1029,389,cs), -(1029,452,o), -(1080,494,o), -(1172,494,cs), -(1256,494,o), -(1314,460,o), -(1319,373,c), -(1353,373,l), -(1350,469,o), -(1285,527,o), -(1171,527,cs), -(1063,527,o), -(992,470,o), -(992,385,cs), -(992,293,o), -(1055,264,o), -(1176,246,cs), -(1282,230,o), -(1326,207,o), -(1326,132,cs), -(1326,62,o), -(1272,23,o), -(1175,23,cs), -(1082,23,o), -(1020,63,o), -(1014,149,c), -(977,149,l), -(982,53,o), -(1052,-10,o), -(1174,-10,cs) -); -} -); -width = 1426; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(265,0,l), -(265,583,l), -(244,559,l), -(335,559,ls), -(385,559,o), -(419,532,o), -(419,474,cs), -(419,422,o), -(392,387,o), -(335,387,cs), -(249,387,l), -(249,232,l), -(370,232,ls), -(533,232,o), -(623,334,o), -(623,482,cs), -(623,639,o), -(523,729,o), -(370,729,cs), -(64,729,l), -(64,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1049,0,l), -(1049,153,l), -(990,153,ls), -(968,153,o), -(952,160,o), -(952,188,cs), -(952,391,l), -(1049,391,l), -(1049,544,l), -(952,544,l), -(952,699,l), -(763,683,l), -(763,544,l), -(674,544,l), -(674,391,l), -(763,391,l), -(763,152,ls), -(763,61,o), -(794,0,o), -(922,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1493,-10,o), -(1593,56,o), -(1593,174,cs), -(1593,279,o), -(1538,326,o), -(1401,344,cs), -(1326,354,o), -(1301,360,o), -(1301,388,cs), -(1301,411,o), -(1320,422,o), -(1345,422,cs), -(1377,422,o), -(1395,409,o), -(1396,383,c), -(1582,383,l), -(1576,485,o), -(1485,554,o), -(1352,554,cs), -(1209,554,o), -(1112,481,o), -(1112,371,cs), -(1112,262,o), -(1177,220,o), -(1320,199,cs), -(1381,190,o), -(1401,186,o), -(1401,157,cs), -(1401,136,o), -(1384,122,o), -(1348,122,cs), -(1313,122,o), -(1288,136,o), -(1285,171,c), -(1099,171,l), -(1100,63,o), -(1195,-10,o), -(1343,-10,cs) -); -} -); -width = 1622; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(203,711,l), -(169,701,l), -(254,701,ls), -(346,701,o), -(389,645,o), -(360,510,cs), -(333,382,o), -(272,343,o), -(190,343,cs), -(100,343,l), -(94,315,l), -(186,315,ls), -(306,315,o), -(367,392,o), -(392,505,cs), -(419,632,o), -(388,729,o), -(262,729,cs), -(177,729,l), -(25,0,l) -); -}, -{ -closed = 1; -nodes = ( -(459,0,l), -(465,30,l), -(440,30,ls), -(417,30,o), -(413,41,o), -(422,82,cs), -(507,492,l), -(563,492,l), -(567,516,l), -(512,516,l), -(551,700,l), -(522,697,l), -(484,516,l), -(440,516,l), -(435,492,l), -(479,492,l), -(391,70,ls), -(380,18,o), -(396,0,o), -(432,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(708,-10,o), -(759,39,o), -(763,142,cs), -(765,203,o), -(743,232,o), -(696,279,cs), -(668,307,o), -(635,341,o), -(637,392,cs), -(639,458,o), -(671,497,o), -(719,497,cs), -(766,497,o), -(795,472,o), -(778,366,c), -(805,366,l), -(825,467,o), -(800,526,o), -(724,526,cs), -(657,526,o), -(611,473,o), -(608,390,cs), -(606,342,o), -(626,301,o), -(673,258,cs), -(720,215,o), -(736,185,o), -(734,139,cs), -(731,62,o), -(697,18,o), -(642,18,cs), -(580,18,o), -(555,64,o), -(572,161,c), -(545,161,l), -(525,58,o), -(554,-10,o), -(639,-10,cs) -); -} -); -width = 828; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(156,0,l), -(280,595,l), -(254,572,l), -(288,572,ls), -(315,572,o), -(330,559,o), -(330,525,cs), -(330,469,o), -(315,369,o), -(247,369,cs), -(216,369,l), -(184,212,l), -(231,212,ls), -(427,212,o), -(512,358,o), -(512,533,cs), -(512,651,o), -(451,729,o), -(318,729,cs), -(130,729,l), -(-22,0,l) -); -}, -{ -closed = 1; -nodes = ( -(698,0,l), -(726,134,l), -(712,133,ls), -(686,131,o), -(680,139,o), -(686,166,cs), -(735,401,l), -(780,399,l), -(810,541,l), -(764,539,l), -(794,683,l), -(615,668,l), -(588,539,l), -(551,541,l), -(521,399,l), -(559,401,l), -(505,136,ls), -(486,44,o), -(517,0,o), -(618,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1041,-10,o), -(1120,37,o), -(1139,137,cs), -(1161,251,o), -(1106,292,o), -(1034,334,cs), -(989,360,o), -(971,373,o), -(971,400,cs), -(971,423,o), -(981,442,o), -(1004,442,cs), -(1034,442,o), -(1035,421,o), -(1029,377,c), -(1179,377,l), -(1191,481,o), -(1135,551,o), -(998,551,cs), -(901,551,o), -(825,508,o), -(806,405,cs), -(789,316,o), -(834,263,o), -(900,222,cs), -(955,188,o), -(968,177,o), -(968,152,cs), -(968,125,o), -(962,102,o), -(935,102,cs), -(907,102,o), -(902,126,o), -(911,169,c), -(754,169,l), -(741,62,o), -(796,-10,o), -(936,-10,cs) -); -} -); -width = 1184; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(94,0,l), -(240,702,l), -(227,692,l), -(437,692,ls), -(530,692,o), -(588,642,o), -(585,534,cs), -(580,403,o), -(501,325,o), -(360,325,cs), -(153,325,l), -(146,290,l), -(355,290,ls), -(516,290,o), -(619,384,o), -(624,536,cs), -(628,649,o), -(569,729,o), -(450,729,cs), -(208,729,l), -(57,0,l) -); -}, -{ -closed = 1; -nodes = ( -(851,0,l), -(858,34,l), -(800,34,ls), -(758,34,o), -(732,46,o), -(742,95,cs), -(823,485,l), -(953,485,l), -(959,517,l), -(829,517,l), -(866,690,l), -(828,681,l), -(794,517,l), -(688,517,l), -(682,485,l), -(787,485,l), -(707,101,ls), -(691,25,o), -(732,0,o), -(789,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1267,-10,o), -(1341,43,o), -(1344,136,cs), -(1347,221,o), -(1298,259,o), -(1195,282,cs), -(1093,305,o), -(1058,329,o), -(1060,392,cs), -(1062,455,o), -(1114,494,o), -(1194,494,cs), -(1288,494,o), -(1347,448,o), -(1342,373,c), -(1379,373,l), -(1382,465,o), -(1310,527,o), -(1197,527,cs), -(1094,527,o), -(1027,473,o), -(1024,388,cs), -(1022,323,o), -(1056,279,o), -(1180,250,cs), -(1269,229,o), -(1309,205,o), -(1306,133,cs), -(1304,67,o), -(1257,23,o), -(1149,23,cs), -(1055,23,o), -(991,74,o), -(997,161,c), -(962,161,l), -(956,58,o), -(1025,-10,o), -(1150,-10,cs) -); -} -); -width = 1435; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,0,l), -(334,569,l), -(316,552,l), -(416,552,ls), -(452,552,o), -(472,527,o), -(470,484,cs), -(468,428,o), -(437,393,o), -(381,393,cs), -(283,393,l), -(249,232,l), -(383,232,ls), -(551,232,o), -(672,336,o), -(678,506,cs), -(682,640,o), -(599,729,o), -(448,729,cs), -(165,729,l), -(14,0,l) -); -}, -{ -closed = 1; -nodes = ( -(997,0,l), -(1029,153,l), -(974,153,ls), -(946,153,o), -(932,160,o), -(938,188,cs), -(981,391,l), -(1079,391,l), -(1111,544,l), -(1013,544,l), -(1045,699,l), -(853,683,l), -(824,544,l), -(734,544,l), -(702,391,l), -(792,391,l), -(744,166,ls), -(723,66,o), -(766,0,o), -(883,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1459,-10,o), -(1557,61,o), -(1562,184,cs), -(1565,280,o), -(1514,324,o), -(1397,345,cs), -(1337,356,o), -(1317,362,o), -(1318,387,cs), -(1319,410,o), -(1337,422,o), -(1366,422,cs), -(1393,422,o), -(1412,405,o), -(1411,380,c), -(1588,380,l), -(1592,491,o), -(1506,554,o), -(1372,554,cs), -(1224,554,o), -(1127,479,o), -(1123,359,cs), -(1120,268,o), -(1171,225,o), -(1299,200,cs), -(1350,190,o), -(1366,185,o), -(1365,162,cs), -(1364,133,o), -(1340,122,o), -(1307,122,cs), -(1268,122,o), -(1247,140,o), -(1249,174,c), -(1067,174,l), -(1063,64,o), -(1148,-10,o), -(1297,-10,cs) -); -} -); -width = 1615; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,0,l), -(216,705,l), -(199,692,l), -(434,692,ls), -(553,692,o), -(625,647,o), -(621,537,cs), -(616,401,o), -(536,326,o), -(383,326,cs), -(127,326,l), -(120,290,l), -(378,290,ls), -(552,290,o), -(655,381,o), -(661,540,cs), -(665,656,o), -(592,729,o), -(445,729,cs), -(182,729,l), -(31,0,l) -); -}, -{ -closed = 1; -nodes = ( -(904,0,l), -(912,36,l), -(835,36,ls), -(792,36,o), -(770,49,o), -(781,102,cs), -(862,485,l), -(1006,485,l), -(1012,517,l), -(868,517,l), -(905,690,l), -(866,681,l), -(831,517,l), -(715,517,l), -(709,485,l), -(825,485,l), -(743,94,ls), -(728,20,o), -(778,0,o), -(828,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1371,-10,o), -(1450,45,o), -(1450,151,cs), -(1450,244,o), -(1356,262,o), -(1260,279,cs), -(1151,297,o), -(1087,313,o), -(1087,381,cs), -(1087,452,o), -(1152,494,o), -(1256,494,cs), -(1375,494,o), -(1450,452,o), -(1449,367,c), -(1488,367,l), -(1494,465,o), -(1402,527,o), -(1261,527,cs), -(1130,527,o), -(1049,469,o), -(1049,377,cs), -(1049,287,o), -(1141,265,o), -(1241,247,cs), -(1365,225,o), -(1412,208,o), -(1412,143,cs), -(1412,65,o), -(1350,24,o), -(1230,24,cs), -(1081,24,o), -(1012,78,o), -(1019,160,c), -(982,160,l), -(973,59,o), -(1061,-10,o), -(1222,-10,cs) -); -} -); -width = 1519; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,0,l), -(346,574,l), -(324,556,l), -(425,556,ls), -(476,556,o), -(502,539,o), -(502,492,cs), -(502,427,o), -(466,398,o), -(396,398,cs), -(293,398,l), -(261,241,l), -(420,241,ls), -(606,241,o), -(732,331,o), -(732,524,cs), -(732,648,o), -(661,729,o), -(478,729,cs), -(150,729,l), -(-1,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1106,0,l), -(1145,186,l), -(1058,186,ls), -(1029,186,o), -(1020,195,o), -(1026,223,cs), -(1058,379,l), -(1186,379,l), -(1220,544,l), -(1092,544,l), -(1128,710,l), -(904,669,l), -(878,544,l), -(786,544,l), -(751,379,l), -(843,379,l), -(800,171,ls), -(775,52,o), -(838,0,o), -(952,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(1693,-10,o), -(1784,65,o), -(1784,186,cs), -(1784,289,o), -(1713,320,o), -(1559,344,cs), -(1462,360,o), -(1448,363,o), -(1448,383,cs), -(1448,406,o), -(1471,419,o), -(1504,419,cs), -(1556,419,o), -(1590,403,o), -(1591,374,c), -(1800,374,l), -(1809,483,o), -(1703,554,o), -(1509,554,cs), -(1340,554,o), -(1225,486,o), -(1225,359,cs), -(1225,259,o), -(1313,224,o), -(1435,204,cs), -(1538,187,o), -(1559,183,o), -(1559,162,cs), -(1559,137,o), -(1538,125,o), -(1497,125,cs), -(1433,125,o), -(1393,140,o), -(1393,179,c), -(1175,179,l), -(1170,66,o), -(1282,-10,o), -(1484,-10,cs) -); -} -); -width = 1819; -} -); -unicode = 8359; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/pi.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/pi.glyph deleted file mode 100644 index ebd25b47..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/pi.glyph +++ /dev/null @@ -1,784 +0,0 @@ -{ -glyphname = pi; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(477,-10,o), -(507,-4,o), -(521,4,c), -(521,127,l), -(514,124,o), -(503,122,o), -(497,122,cs), -(479,122,o), -(476,132,o), -(476,156,cs), -(476,386,l), -(521,386,l), -(521,541,l), -(12,541,l), -(12,386,l), -(59,386,l), -(59,0,l), -(245,0,l), -(245,386,l), -(297,386,l), -(297,126,ls), -(297,25,o), -(344,-10,o), -(440,-10,cs) -); -} -); -width = 538; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,-5,o), -(315,-4,o), -(326,0,c), -(326,29,l), -(316,25,o), -(306,24,o), -(295,24,cs), -(277,24,o), -(270,31,o), -(270,61,cs), -(270,489,l), -(326,489,l), -(326,516,l), -(0,516,l), -(0,489,l), -(68,489,l), -(68,0,l), -(98,0,l), -(98,489,l), -(240,489,l), -(240,52,ls), -(240,16,o), -(254,-5,o), -(291,-5,cs) -); -} -); -width = 342; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(539,-7,o), -(554,-4,o), -(560,1,c), -(560,38,l), -(552,33,o), -(541,29,o), -(524,29,cs), -(479,29,o), -(471,63,o), -(471,118,cs), -(471,485,l), -(561,485,l), -(561,517,l), -(11,517,l), -(11,485,l), -(103,485,l), -(103,0,l), -(140,0,l), -(140,485,l), -(434,485,l), -(434,98,ls), -(434,34,o), -(458,-7,o), -(519,-7,cs) -); -} -); -width = 580; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(615,-9,o), -(660,-2,o), -(688,8,c), -(688,174,l), -(678,168,o), -(662,165,o), -(647,165,cs), -(628,165,o), -(606,169,o), -(606,221,cs), -(606,372,l), -(688,372,l), -(688,544,l), -(5,544,l), -(5,372,l), -(87,372,l), -(87,0,l), -(305,0,l), -(305,372,l), -(389,372,l), -(389,172,ls), -(389,59,o), -(431,-9,o), -(575,-9,cs) -); -} -); -width = 715; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,-5,o), -(307,-4,o), -(318,0,c), -(318,29,l), -(308,25,o), -(298,24,o), -(287,24,cs), -(269,24,o), -(262,31,o), -(262,61,cs), -(262,489,l), -(318,489,l), -(318,516,l), -(-8,516,l), -(-8,489,l), -(60,489,l), -(60,0,l), -(90,0,l), -(90,489,l), -(232,489,l), -(232,52,ls), -(232,16,o), -(246,-5,o), -(283,-5,cs) -); -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(468,-10,o), -(498,-4,o), -(512,4,c), -(512,127,l), -(505,124,o), -(494,122,o), -(488,122,cs), -(470,122,o), -(467,132,o), -(467,156,cs), -(467,386,l), -(512,386,l), -(512,541,l), -(3,541,l), -(3,386,l), -(50,386,l), -(50,0,l), -(236,0,l), -(236,386,l), -(288,386,l), -(288,126,ls), -(288,25,o), -(335,-10,o), -(431,-10,cs) -); -} -); -width = 519; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(496,-7,o), -(511,-4,o), -(517,1,c), -(517,38,l), -(509,33,o), -(498,29,o), -(481,29,cs), -(436,29,o), -(428,63,o), -(428,118,cs), -(428,485,l), -(518,485,l), -(518,517,l), -(2,517,l), -(2,485,l), -(94,485,l), -(94,0,l), -(131,0,l), -(131,485,l), -(391,485,l), -(391,98,ls), -(391,34,o), -(415,-7,o), -(476,-7,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -23 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 525; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(550,-6,o), -(590,1,o), -(617,8,c), -(617,132,l), -(608,129,o), -(594,129,o), -(589,129,cs), -(562,129,o), -(542,141,o), -(542,175,cs), -(542,389,l), -(618,389,l), -(618,544,l), -(1,544,l), -(1,389,l), -(78,389,l), -(78,0,l), -(264,0,l), -(264,389,l), -(356,389,l), -(356,163,ls), -(356,74,o), -(383,-6,o), -(526,-6,cs) -); -} -); -width = 630; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(534,-7,o), -(549,-4,o), -(555,1,c), -(555,38,l), -(547,33,o), -(536,29,o), -(519,29,cs), -(474,29,o), -(466,63,o), -(466,118,cs), -(466,485,l), -(556,485,l), -(556,517,l), -(6,517,l), -(6,485,l), -(98,485,l), -(98,0,l), -(135,0,l), -(135,485,l), -(429,485,l), -(429,98,ls), -(429,34,o), -(453,-7,o), -(514,-7,cs) -); -} -); -width = 565; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(610,-9,o), -(655,-2,o), -(683,8,c), -(683,174,l), -(673,168,o), -(657,165,o), -(642,165,cs), -(623,165,o), -(601,169,o), -(601,221,cs), -(601,372,l), -(683,372,l), -(683,544,l), -(0,544,l), -(0,372,l), -(82,372,l), -(82,0,l), -(300,0,l), -(300,372,l), -(384,372,l), -(384,172,ls), -(384,59,o), -(426,-9,o), -(570,-9,cs) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(509,-7,o), -(524,-4,o), -(530,1,c), -(530,38,l), -(522,33,o), -(511,29,o), -(494,29,cs), -(449,29,o), -(443,63,o), -(443,118,cs), -(443,485,l), -(531,485,l), -(531,517,l), -(25,517,l), -(25,485,l), -(115,485,l), -(115,0,l), -(151,0,l), -(151,485,l), -(406,485,l), -(406,98,ls), -(406,34,o), -(430,-7,o), -(489,-7,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -23 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 563; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(550,-6,o), -(590,1,o), -(617,8,c), -(617,132,l), -(608,129,o), -(594,129,o), -(590,129,cs), -(564,129,o), -(545,141,o), -(545,175,cs), -(545,389,l), -(618,389,l), -(618,544,l), -(17,544,l), -(17,389,l), -(91,389,l), -(91,0,l), -(275,0,l), -(275,389,l), -(360,389,l), -(360,163,ls), -(360,74,o), -(387,-6,o), -(528,-6,cs) -); -} -); -width = 648; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,-5,o), -(258,-4,o), -(270,0,c), -(276,29,l), -(265,25,o), -(255,24,o), -(244,24,cs), -(226,24,o), -(220,31,o), -(227,61,cs), -(317,489,l), -(372,489,l), -(378,516,l), -(55,516,l), -(49,489,l), -(117,489,l), -(14,0,l), -(44,0,l), -(146,489,l), -(287,489,l), -(195,52,ls), -(188,16,o), -(197,-5,o), -(234,-5,cs) -); -} -); -width = 340; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(412,-10,o), -(443,-4,o), -(459,4,c), -(485,127,l), -(477,124,o), -(467,122,o), -(461,122,cs), -(443,122,o), -(441,132,o), -(447,156,cs), -(495,386,l), -(539,386,l), -(572,541,l), -(68,541,l), -(35,386,l), -(82,386,l), -(1,0,l), -(185,0,l), -(266,386,l), -(317,386,l), -(263,126,ls), -(242,25,o), -(281,-10,o), -(376,-10,cs) -); -} -); -width = 532; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(455,-7,o), -(470,-4,o), -(477,1,c), -(486,38,l), -(477,33,o), -(465,29,o), -(448,29,cs), -(403,29,o), -(402,63,o), -(414,118,cs), -(491,485,l), -(580,485,l), -(587,517,l), -(76,517,l), -(70,485,l), -(161,485,l), -(59,0,l), -(95,0,l), -(197,485,l), -(455,485,l), -(373,98,ls), -(360,34,o), -(375,-7,o), -(436,-7,cs) -); -} -); -width = 565; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(503,-6,o), -(544,1,o), -(572,8,c), -(598,132,l), -(593,130,o), -(581,129,o), -(569,129,cs), -(542,129,o), -(525,141,o), -(532,175,cs), -(577,389,l), -(652,389,l), -(684,544,l), -(74,544,l), -(42,389,l), -(118,389,l), -(37,0,l), -(221,0,l), -(302,389,l), -(393,389,l), -(345,163,ls), -(328,74,o), -(338,-6,o), -(479,-6,cs) -); -} -); -width = 661; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(478,-7,o), -(493,-4,o), -(500,1,c), -(508,38,l), -(499,33,o), -(487,29,o), -(470,29,cs), -(426,29,o), -(425,63,o), -(437,118,cs), -(514,485,l), -(603,485,l), -(609,517,l), -(65,517,l), -(58,485,l), -(150,485,l), -(47,0,l), -(84,0,l), -(186,485,l), -(477,485,l), -(395,98,ls), -(382,34,o), -(398,-7,o), -(458,-7,cs) -); -} -); -width = 575; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(549,-9,o), -(596,-2,o), -(625,8,c), -(660,174,l), -(649,168,o), -(632,165,o), -(617,165,cs), -(599,165,o), -(578,169,o), -(588,221,cs), -(620,372,l), -(702,372,l), -(738,544,l), -(61,544,l), -(26,372,l), -(107,372,l), -(29,0,l), -(244,0,l), -(322,372,l), -(406,372,l), -(364,172,ls), -(340,59,o), -(368,-9,o), -(509,-9,cs) -); -} -); -width = 708; -} -); -unicode = 960; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/plus.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/plus.glyph deleted file mode 100644 index bf8d9da3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/plus.glyph +++ /dev/null @@ -1,475 +0,0 @@ -{ -glyphname = plus; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(314,139,l), -(314,291,l), -(462,291,l), -(462,431,l), -(314,431,l), -(314,583,l), -(166,583,l), -(166,431,l), -(18,431,l), -(18,291,l), -(166,291,l), -(166,139,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,168,l), -(255,347,l), -(433,347,l), -(433,375,l), -(255,375,l), -(255,554,l), -(225,554,l), -(225,375,l), -(47,375,l), -(47,347,l), -(225,347,l), -(225,168,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(377,114,l), -(377,345,l), -(608,345,l), -(608,377,l), -(377,377,l), -(377,609,l), -(343,609,l), -(343,377,l), -(113,377,l), -(113,345,l), -(343,345,l), -(343,114,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(453,98,l), -(453,274,l), -(623,274,l), -(623,448,l), -(453,448,l), -(453,624,l), -(267,624,l), -(267,448,l), -(97,448,l), -(97,274,l), -(267,274,l), -(267,98,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,168,l), -(235,347,l), -(413,347,l), -(413,375,l), -(235,375,l), -(235,554,l), -(205,554,l), -(205,375,l), -(27,375,l), -(27,347,l), -(205,347,l), -(205,168,l) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,139,l), -(304,291,l), -(452,291,l), -(452,431,l), -(304,431,l), -(304,583,l), -(156,583,l), -(156,431,l), -(8,431,l), -(8,291,l), -(156,291,l), -(156,139,l) -); -} -); -width = 460; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(297,122,l), -(297,345,l), -(519,345,l), -(519,377,l), -(297,377,l), -(297,600,l), -(263,600,l), -(263,377,l), -(41,377,l), -(41,345,l), -(263,345,l), -(263,122,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -3, -3 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -3, -3 -); -stem = -2; -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(353,124,l), -(353,286,l), -(513,286,l), -(513,435,l), -(353,435,l), -(353,597,l), -(200,597,l), -(200,435,l), -(40,435,l), -(40,286,l), -(200,286,l), -(200,124,l) -); -} -); -width = 552; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(367,114,l), -(367,345,l), -(598,345,l), -(598,377,l), -(367,377,l), -(367,609,l), -(333,609,l), -(333,377,l), -(103,377,l), -(103,345,l), -(333,345,l), -(333,114,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(443,98,l), -(443,274,l), -(613,274,l), -(613,448,l), -(443,448,l), -(443,624,l), -(257,624,l), -(257,448,l), -(87,448,l), -(87,274,l), -(257,274,l), -(257,98,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(314,122,l), -(314,345,l), -(532,345,l), -(532,377,l), -(314,377,l), -(314,600,l), -(280,600,l), -(280,377,l), -(62,377,l), -(62,345,l), -(280,345,l), -(280,122,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -3, -3 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -3, -3 -); -stem = -2; -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(367,124,l), -(367,286,l), -(521,286,l), -(521,435,l), -(367,435,l), -(367,597,l), -(216,597,l), -(216,435,l), -(62,435,l), -(62,286,l), -(216,286,l), -(216,124,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,168,l), -(273,347,l), -(449,347,l), -(455,375,l), -(277,375,l), -(315,554,l), -(286,554,l), -(248,375,l), -(73,375,l), -(67,347,l), -(243,347,l), -(205,168,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(284,139,l), -(316,291,l), -(463,291,l), -(492,431,l), -(345,431,l), -(377,583,l), -(230,583,l), -(198,431,l), -(53,431,l), -(23,291,l), -(170,291,l), -(137,139,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,122,l), -(334,345,l), -(554,345,l), -(561,377,l), -(341,377,l), -(388,600,l), -(354,600,l), -(308,377,l), -(88,377,l), -(81,345,l), -(301,345,l), -(254,122,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(344,124,l), -(379,286,l), -(537,286,l), -(568,435,l), -(410,435,l), -(444,597,l), -(292,597,l), -(258,435,l), -(100,435,l), -(69,286,l), -(227,286,l), -(193,124,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,114,l), -(395,345,l), -(623,345,l), -(630,377,l), -(402,377,l), -(450,609,l), -(417,609,l), -(368,377,l), -(140,377,l), -(133,345,l), -(361,345,l), -(312,114,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(415,98,l), -(451,274,l), -(620,274,l), -(657,448,l), -(488,448,l), -(525,624,l), -(341,624,l), -(304,448,l), -(136,448,l), -(99,274,l), -(267,274,l), -(230,98,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 43; -userData = { -KernOnSpecialSpacing = { -L = math; -R = math; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/plusminus.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/plusminus.glyph deleted file mode 100644 index ba452810..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/plusminus.glyph +++ /dev/null @@ -1,681 +0,0 @@ -{ -glyphname = plusminus; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(314,189,l), -(314,311,l), -(462,311,l), -(462,451,l), -(314,451,l), -(314,573,l), -(166,573,l), -(166,451,l), -(18,451,l), -(18,311,l), -(166,311,l), -(166,189,l) -); -}, -{ -closed = 1; -nodes = ( -(462,0,l), -(462,132,l), -(18,132,l), -(18,0,l) -); -} -); -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,168,l), -(255,347,l), -(433,347,l), -(433,375,l), -(255,375,l), -(255,554,l), -(225,554,l), -(225,375,l), -(47,375,l), -(47,347,l), -(225,347,l), -(225,168,l) -); -}, -{ -closed = 1; -nodes = ( -(433,0,l), -(433,28,l), -(47,28,l), -(47,0,l) -); -} -); -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(376,172,l), -(376,365,l), -(608,365,l), -(608,399,l), -(376,399,l), -(376,585,l), -(342,585,l), -(342,399,l), -(112,399,l), -(112,365,l), -(342,365,l), -(342,172,l) -); -}, -{ -closed = 1; -nodes = ( -(608,0,l), -(608,34,l), -(112,34,l), -(112,0,l) -); -} -); -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,207,l), -(447,329,l), -(617,329,l), -(617,495,l), -(447,495,l), -(447,616,l), -(269,616,l), -(269,495,l), -(103,495,l), -(103,329,l), -(269,329,l), -(269,207,l) -); -}, -{ -closed = 1; -nodes = ( -(617,0,l), -(617,143,l), -(103,143,l), -(103,0,l) -); -} -); -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,168,l), -(235,347,l), -(413,347,l), -(413,375,l), -(235,375,l), -(235,554,l), -(205,554,l), -(205,375,l), -(27,375,l), -(27,347,l), -(205,347,l), -(205,168,l) -); -}, -{ -closed = 1; -nodes = ( -(413,0,l), -(413,28,l), -(27,28,l), -(27,0,l) -); -} -); -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(304,189,l), -(304,311,l), -(452,311,l), -(452,451,l), -(304,451,l), -(304,573,l), -(156,573,l), -(156,451,l), -(8,451,l), -(8,311,l), -(156,311,l), -(156,189,l) -); -}, -{ -closed = 1; -nodes = ( -(452,0,l), -(452,132,l), -(8,132,l), -(8,0,l) -); -} -); -width = 460; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(297,162,l), -(297,365,l), -(519,365,l), -(519,397,l), -(297,397,l), -(297,600,l), -(263,600,l), -(263,397,l), -(41,397,l), -(41,365,l), -(263,365,l), -(263,162,l) -); -}, -{ -closed = 1; -nodes = ( -(519,0,l), -(519,32,l), -(41,32,l), -(41,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(355,194,l), -(355,326,l), -(535,326,l), -(535,475,l), -(355,475,l), -(355,607,l), -(202,607,l), -(202,475,l), -(22,475,l), -(22,326,l), -(202,326,l), -(202,194,l) -); -}, -{ -closed = 1; -nodes = ( -(535,0,l), -(535,132,l), -(22,132,l), -(22,0,l) -); -} -); -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(366,172,l), -(366,365,l), -(598,365,l), -(598,399,l), -(366,399,l), -(366,585,l), -(332,585,l), -(332,399,l), -(102,399,l), -(102,365,l), -(332,365,l), -(332,172,l) -); -}, -{ -closed = 1; -nodes = ( -(598,0,l), -(598,34,l), -(102,34,l), -(102,0,l) -); -} -); -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(437,207,l), -(437,329,l), -(607,329,l), -(607,495,l), -(437,495,l), -(437,616,l), -(259,616,l), -(259,495,l), -(93,495,l), -(93,329,l), -(259,329,l), -(259,207,l) -); -}, -{ -closed = 1; -nodes = ( -(607,0,l), -(607,143,l), -(93,143,l), -(93,0,l) -); -} -); -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(314,162,l), -(314,365,l), -(532,365,l), -(532,397,l), -(314,397,l), -(314,600,l), -(280,600,l), -(280,397,l), -(62,397,l), -(62,365,l), -(280,365,l), -(280,162,l) -); -}, -{ -closed = 1; -nodes = ( -(532,0,l), -(532,32,l), -(62,32,l), -(62,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(366,194,l), -(366,326,l), -(540,326,l), -(540,475,l), -(366,475,l), -(366,607,l), -(215,607,l), -(215,475,l), -(42,475,l), -(42,326,l), -(215,326,l), -(215,194,l) -); -}, -{ -closed = 1; -nodes = ( -(540,0,l), -(540,132,l), -(42,132,l), -(42,0,l) -); -} -); -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(237,168,l), -(274,347,l), -(450,347,l), -(456,375,l), -(279,375,l), -(317,554,l), -(288,554,l), -(250,375,l), -(74,375,l), -(68,347,l), -(244,347,l), -(207,168,l) -); -}, -{ -closed = 1; -nodes = ( -(377,0,l), -(383,28,l), -(1,28,l), -(-5,0,l) -); -} -); -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,189,l), -(322,311,l), -(468,311,l), -(498,451,l), -(351,451,l), -(376,573,l), -(230,573,l), -(205,451,l), -(58,451,l), -(29,311,l), -(175,311,l), -(149,189,l) -); -}, -{ -closed = 1; -nodes = ( -(403,0,l), -(430,132,l), -(-9,132,l), -(-37,0,l) -); -} -); -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(297,162,l), -(339,365,l), -(558,365,l), -(565,397,l), -(346,397,l), -(388,600,l), -(355,600,l), -(312,397,l), -(92,397,l), -(85,365,l), -(305,365,l), -(263,162,l) -); -}, -{ -closed = 1; -nodes = ( -(482,0,l), -(489,32,l), -(16,32,l), -(9,0,l) -); -} -); -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(359,194,l), -(387,326,l), -(565,326,l), -(597,475,l), -(418,475,l), -(446,607,l), -(294,607,l), -(267,475,l), -(89,475,l), -(57,326,l), -(235,326,l), -(208,194,l) -); -}, -{ -closed = 1; -nodes = ( -(497,0,l), -(524,132,l), -(16,132,l), -(-11,0,l) -); -} -); -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,172,l), -(398,365,l), -(628,365,l), -(635,399,l), -(405,399,l), -(445,585,l), -(411,585,l), -(372,399,l), -(144,399,l), -(137,365,l), -(365,365,l), -(324,172,l) -); -}, -{ -closed = 1; -nodes = ( -(552,0,l), -(559,34,l), -(68,34,l), -(61,0,l) -); -} -); -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(432,207,l), -(458,329,l), -(627,329,l), -(661,495,l), -(493,495,l), -(519,616,l), -(343,616,l), -(317,495,l), -(152,495,l), -(118,329,l), -(282,329,l), -(256,207,l) -); -}, -{ -closed = 1; -nodes = ( -(558,0,l), -(588,143,l), -(79,143,l), -(49,0,l) -); -} -); -width = 720; -} -); -metricWidth = zero.tf; -unicode = 177; -userData = { -KernOnSpecialSpacing = { -L = math; -R = math; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/product.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/product.glyph deleted file mode 100644 index 1f5a921e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/product.glyph +++ /dev/null @@ -1,468 +0,0 @@ -{ -glyphname = product; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,-151,l), -(211,563,l), -(278,563,l), -(278,-151,l), -(464,-151,l), -(464,729,l), -(27,729,l), -(27,-151,l) -); -} -); -width = 491; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,-151,l), -(91,699,l), -(324,699,l), -(324,-151,l), -(354,-151,l), -(354,729,l), -(60,729,l), -(60,-151,l) -); -} -); -width = 414; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,-151,l), -(104,693,l), -(666,693,l), -(666,-151,l), -(704,-151,l), -(704,729,l), -(66,729,l), -(66,-151,l) -); -} -); -width = 770; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(272,-151,l), -(272,532,l), -(559,532,l), -(559,-151,l), -(789,-151,l), -(789,729,l), -(43,729,l), -(43,-151,l) -); -} -); -width = 832; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(71,-151,l), -(71,699,l), -(304,699,l), -(304,-151,l), -(334,-151,l), -(334,729,l), -(40,729,l), -(40,-151,l) -); -} -); -width = 374; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,-151,l), -(201,563,l), -(268,563,l), -(268,-151,l), -(454,-151,l), -(454,729,l), -(17,729,l), -(17,-151,l) -); -} -); -width = 471; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(99,-151,l), -(99,693,l), -(585,693,l), -(585,-151,l), -(623,-151,l), -(623,729,l), -(61,729,l), -(61,-151,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -} -); -}; -width = 684; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,-151,l), -(233,547,l), -(491,547,l), -(491,-151,l), -(694,-151,l), -(694,729,l), -(30,729,l), -(30,-151,l) -); -} -); -width = 724; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(94,-151,l), -(94,693,l), -(656,693,l), -(656,-151,l), -(694,-151,l), -(694,729,l), -(56,729,l), -(56,-151,l) -); -} -); -width = 750; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,-151,l), -(262,532,l), -(549,532,l), -(549,-151,l), -(779,-151,l), -(779,729,l), -(33,729,l), -(33,-151,l) -); -} -); -width = 812; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(124,-151,l), -(124,693,l), -(600,693,l), -(600,-151,l), -(638,-151,l), -(638,729,l), -(86,729,l), -(86,-151,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -} -); -}; -width = 723; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(253,-151,l), -(253,547,l), -(499,547,l), -(499,-151,l), -(700,-151,l), -(700,729,l), -(52,729,l), -(52,-151,l) -); -} -); -width = 751; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(4,-151,l), -(182,699,l), -(413,699,l), -(234,-151,l), -(264,-151,l), -(449,729,l), -(158,729,l), -(-27,-151,l) -); -} -); -width = 409; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,-151,l), -(270,563,l), -(337,563,l), -(187,-151,l), -(371,-151,l), -(556,729,l), -(124,729,l), -(-62,-151,l) -); -} -); -width = 486; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(36,-151,l), -(213,693,l), -(694,693,l), -(517,-151,l), -(555,-151,l), -(740,729,l), -(184,729,l), -(-1,-151,l) -); -} -); -width = 727; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(165,-151,l), -(311,547,l), -(567,547,l), -(420,-151,l), -(621,-151,l), -(807,729,l), -(149,729,l), -(-36,-151,l) -); -} -); -width = 764; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(17,-151,l), -(194,693,l), -(750,693,l), -(573,-151,l), -(611,-151,l), -(796,729,l), -(164,729,l), -(-21,-151,l) -); -} -); -width = 763; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,-151,l), -(323,532,l), -(608,532,l), -(464,-151,l), -(692,-151,l), -(877,729,l), -(138,729,l), -(-47,-151,l) -); -} -); -width = 823; -} -); -unicode = 8719; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/published.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/published.glyph deleted file mode 100644 index 22a38a77..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/published.glyph +++ /dev/null @@ -1,1738 +0,0 @@ -{ -color = 6; -glyphname = published; -layers = ( -{ -background = { -anchors = ( -{ -name = center; -pos = (353,366); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(351,132,l), -(351,514,l), -(369,514,ls), -(393,514,o), -(405,496,o), -(405,442,cs), -(405,393,o), -(397,367,o), -(369,367,cs), -(341,367,l), -(341,279,l), -(373,279,ls), -(476,279,o), -(524,334,o), -(524,440,cs), -(524,546,o), -(476,601,o), -(373,601,cs), -(233,601,l), -(233,132,l) -); -}, -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (193,0); -ref = _published.P; -} -); -width = 706; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (349,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(313,160,l), -(313,546,l), -(360,546,ls), -(410,546,o), -(439,515,o), -(439,450,cs), -(439,386,o), -(409,357,o), -(360,357,cs), -(305,357,l), -(305,330,l), -(361,330,ls), -(436,330,o), -(470,378,o), -(470,450,cs), -(470,524,o), -(435,571,o), -(361,571,cs), -(283,571,l), -(283,160,l) -); -}, -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (243,0); -ref = _published.P; -} -); -width = 698; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (442,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(342,165,l), -(342,532,l), -(493,532,ls), -(564,532,o), -(603,498,o), -(603,440,cs), -(603,384,o), -(563,349,o), -(493,349,cs), -(334,349,l), -(333,319,l), -(496,319,ls), -(582,319,o), -(638,364,o), -(638,441,cs), -(638,517,o), -(585,562,o), -(496,562,cs), -(306,562,l), -(306,165,l) -); -}, -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (266,0); -ref = _published.P; -} -); -width = 884; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (430,364); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(408,167,l), -(408,463,l), -(451,463,ls), -(491,463,o), -(511,455,o), -(511,425,cs), -(511,403,o), -(501,387,o), -(451,387,cs), -(392,387,l), -(392,297,l), -(483,297,ls), -(604,297,o), -(667,340,o), -(667,430,cs), -(667,516,o), -(611,564,o), -(483,564,cs), -(252,564,l), -(252,167,l) -); -}, -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (212,0); -ref = _published.P; -} -); -width = 860; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (349,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(313,160,l), -(313,546,l), -(360,546,ls), -(410,546,o), -(439,515,o), -(439,450,cs), -(439,386,o), -(409,357,o), -(360,357,cs), -(305,357,l), -(305,330,l), -(361,330,ls), -(436,330,o), -(470,378,o), -(470,450,cs), -(470,524,o), -(435,571,o), -(361,571,cs), -(283,571,l), -(283,160,l) -); -}, -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (243,0); -ref = _published.P; -} -); -width = 698; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (353,366); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(351,132,l), -(351,514,l), -(369,514,ls), -(393,514,o), -(405,496,o), -(405,442,cs), -(405,393,o), -(397,367,o), -(369,367,cs), -(341,367,l), -(341,279,l), -(373,279,ls), -(476,279,o), -(524,334,o), -(524,440,cs), -(524,546,o), -(476,601,o), -(373,601,cs), -(233,601,l), -(233,132,l) -); -}, -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (193,0); -ref = _published.P; -} -); -width = 706; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (435,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(365,165,l), -(365,532,l), -(479,532,ls), -(544,532,o), -(584,499,o), -(584,440,cs), -(584,382,o), -(545,347,o), -(479,347,cs), -(358,347,l), -(358,319,l), -(483,319,ls), -(566,319,o), -(618,367,o), -(618,441,cs), -(618,517,o), -(566,562,o), -(484,562,cs), -(333,562,l), -(333,165,l) -); -}, -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (293,0); -ref = _published.P; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -1, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 871; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (428,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(402,167,l), -(403,471,l), -(433,471,ls), -(466,471,o), -(495,466,o), -(495,426,cs), -(495,382,o), -(466,378,o), -(433,378,cs), -(387,378,l), -(386,293,l), -(468,293,ls), -(585,293,o), -(634,349,o), -(634,429,cs), -(634,515,o), -(579,564,o), -(468,564,cs), -(264,564,l), -(264,167,l) -); -}, -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (224,0); -ref = _published.P; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 835; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (442,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(342,165,l), -(342,532,l), -(493,532,ls), -(564,532,o), -(603,498,o), -(603,440,cs), -(603,384,o), -(563,349,o), -(493,349,cs), -(334,349,l), -(333,319,l), -(496,319,ls), -(582,319,o), -(638,364,o), -(638,441,cs), -(638,517,o), -(585,562,o), -(496,562,cs), -(306,562,l), -(306,165,l) -); -}, -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (266,0); -ref = _published.P; -} -); -width = 884; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (430,364); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(408,167,l), -(408,463,l), -(451,463,ls), -(491,463,o), -(511,455,o), -(511,425,cs), -(511,403,o), -(501,387,o), -(451,387,cs), -(392,387,l), -(392,297,l), -(483,297,ls), -(604,297,o), -(667,340,o), -(667,430,cs), -(667,516,o), -(611,564,o), -(483,564,cs), -(252,564,l), -(252,167,l) -); -}, -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (212,0); -ref = _published.P; -} -); -width = 860; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (435,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(365,165,l), -(365,532,l), -(479,532,ls), -(544,532,o), -(584,499,o), -(584,440,cs), -(584,382,o), -(545,347,o), -(479,347,cs), -(358,347,l), -(358,319,l), -(483,319,ls), -(566,319,o), -(618,367,o), -(618,441,cs), -(618,517,o), -(566,562,o), -(484,562,cs), -(333,562,l), -(333,165,l) -); -}, -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (293,0); -ref = _published.P; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -9 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -1, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -4 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (428,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(402,167,l), -(403,471,l), -(433,471,ls), -(466,471,o), -(495,466,o), -(495,426,cs), -(495,382,o), -(466,378,o), -(433,378,cs), -(387,378,l), -(386,293,l), -(468,293,ls), -(585,293,o), -(634,349,o), -(634,429,cs), -(634,515,o), -(579,564,o), -(468,564,cs), -(264,564,l), -(264,167,l) -); -}, -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (224,0); -ref = _published.P; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 834; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (386,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(350,160,l), -(350,546,l), -(397,546,ls), -(447,546,o), -(476,515,o), -(476,450,cs), -(476,386,o), -(446,357,o), -(397,357,cs), -(342,357,l), -(342,330,l), -(398,330,ls), -(473,330,o), -(507,378,o), -(507,450,cs), -(507,524,o), -(472,571,o), -(398,571,cs), -(320,571,l), -(320,160,l) -); -}, -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (215,0); -ref = _published.P; -} -); -width = 727; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (385,366); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(383,132,l), -(383,514,l), -(401,514,ls), -(425,514,o), -(437,496,o), -(437,442,cs), -(437,393,o), -(429,367,o), -(401,367,cs), -(373,367,l), -(373,279,l), -(405,279,ls), -(508,279,o), -(556,334,o), -(556,440,cs), -(556,546,o), -(508,601,o), -(405,601,cs), -(265,601,l), -(265,132,l) -); -}, -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (157,0); -ref = _published.P; -} -); -width = 731; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (467,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(397,165,l), -(397,532,l), -(511,532,ls), -(576,532,o), -(616,499,o), -(616,440,cs), -(616,382,o), -(577,347,o), -(511,347,cs), -(390,347,l), -(390,319,l), -(515,319,ls), -(598,319,o), -(650,367,o), -(650,441,cs), -(650,517,o), -(598,562,o), -(516,562,cs), -(365,562,l), -(365,165,l) -); -}, -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (262,0); -ref = _published.P; -} -); -width = 891; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (456,365); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(430,167,l), -(431,471,l), -(461,471,ls), -(494,471,o), -(523,466,o), -(523,426,cs), -(523,382,o), -(494,378,o), -(461,378,cs), -(415,378,l), -(414,293,l), -(496,293,ls), -(613,293,o), -(662,349,o), -(662,429,cs), -(662,515,o), -(607,564,o), -(496,564,cs), -(292,564,l), -(292,167,l) -); -}, -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (192,0); -ref = _published.P; -} -); -width = 873; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (473,363); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(373,165,l), -(373,532,l), -(524,532,ls), -(595,532,o), -(634,498,o), -(634,440,cs), -(634,384,o), -(594,349,o), -(524,349,cs), -(365,349,l), -(364,319,l), -(527,319,ls), -(613,319,o), -(669,364,o), -(669,441,cs), -(669,517,o), -(616,562,o), -(527,562,cs), -(337,562,l), -(337,165,l) -); -}, -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (234,0); -ref = _published.P; -} -); -width = 903; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (459,364); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(437,167,l), -(437,463,l), -(480,463,ls), -(520,463,o), -(540,455,o), -(540,425,cs), -(540,403,o), -(530,387,o), -(480,387,cs), -(421,387,l), -(421,297,l), -(512,297,ls), -(633,297,o), -(696,340,o), -(696,430,cs), -(696,516,o), -(640,564,o), -(512,564,cs), -(281,564,l), -(281,167,l) -); -}, -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -alignment = 1; -pos = (181,0); -ref = _published.P; -} -); -width = 880; -} -); -metricLeft = copyright; -metricRight = copyright; -unicode = 8471; -userData = { -KernOnSpecialSpacing = { -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/q.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/q.glyph deleted file mode 100644 index 788ba10a..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/q.glyph +++ /dev/null @@ -1,1546 +0,0 @@ -{ -glyphname = q; -kernLeft = KO_a; -kernRight = KO_a; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (235,0); -}, -{ -name = top; -pos = (235,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(443,-167,l), -(443,541,l), -(271,541,l), -(267,477,l), -(260,477,l), -(242,526,o), -(208,551,o), -(156,551,cs), -(74,551,o), -(16,493,o), -(16,271,cs), -(16,97,o), -(46,-10,o), -(156,-10,cs), -(202,-10,o), -(241,13,o), -(260,64,c), -(267,64,l), -(267,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(204,128,o), -(194,160,o), -(194,271,cs), -(194,365,o), -(199,415,o), -(231,415,cs), -(255,415,o), -(267,385,o), -(267,285,cs), -(267,256,ls), -(267,171,o), -(259,128,o), -(231,128,cs) -); -} -); -width = 470; -}, -{ -anchors = ( -{ -name = bottom; -pos = (176,0); -}, -{ -name = top; -pos = (176,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(284,-167,l), -(284,516,l), -(256,516,l), -(255,439,l), -(253,439,l), -(237,491,o), -(211,526,o), -(159,526,cs), -(90,526,o), -(45,461,o), -(45,257,cs), -(45,50,o), -(92,-10,o), -(159,-10,cs), -(211,-10,o), -(237,25,o), -(253,77,c), -(255,77,l), -(255,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(93,16,o), -(75,104,o), -(75,257,cs), -(75,415,o), -(94,500,o), -(167,500,cs), -(220,500,o), -(255,436,o), -(255,309,cs), -(255,206,ls), -(255,77,o), -(219,16,o), -(167,16,cs) -); -} -); -width = 344; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = top; -pos = (317,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(574,-167,l), -(574,517,l), -(539,517,l), -(537,398,l), -(534,398,l), -(502,474,o), -(414,526,o), -(297,526,cs), -(141,526,o), -(35,424,o), -(35,259,cs), -(35,97,o), -(140,-9,o), -(297,-9,cs), -(408,-9,o), -(502,47,o), -(534,130,c), -(537,130,l), -(537,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(164,25,o), -(73,118,o), -(73,259,cs), -(73,407,o), -(165,492,o), -(301,492,cs), -(450,492,o), -(537,396,o), -(537,294,cs), -(537,234,ls), -(537,126,o), -(450,25,o), -(301,25,cs) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (360,0); -}, -{ -name = top; -pos = (360,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(687,-167,l), -(687,544,l), -(477,544,l), -(471,473,l), -(463,473,l), -(432,520,o), -(372,552,o), -(276,552,cs), -(118,552,o), -(12,443,o), -(12,272,cs), -(12,100,o), -(118,-10,o), -(276,-10,cs), -(352,-10,o), -(422,17,o), -(458,69,c), -(466,69,l), -(466,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(279,155,o), -(234,195,o), -(234,272,cs), -(234,346,o), -(279,387,o), -(347,387,cs), -(421,387,o), -(465,342,o), -(465,276,cs), -(465,265,ls), -(465,200,o), -(421,155,o), -(347,155,cs) -); -} -); -width = 730; -}, -{ -anchors = ( -{ -name = bottom; -pos = (166,0); -}, -{ -name = top; -pos = (166,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(275,-167,l), -(275,516,l), -(246,516,l), -(245,439,l), -(243,439,l), -(224,497,o), -(190,526,o), -(142,526,cs), -(61,526,o), -(24,447,o), -(24,257,cs), -(24,68,o), -(61,-10,o), -(142,-10,cs), -(190,-10,o), -(224,19,o), -(243,77,c), -(245,77,l), -(245,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(85,17,o), -(55,86,o), -(55,257,cs), -(55,429,o), -(85,499,o), -(150,499,cs), -(204,499,o), -(245,419,o), -(245,309,cs), -(245,206,ls), -(245,96,o), -(204,17,o), -(150,17,cs) -); -} -); -width = 310; -}, -{ -anchors = ( -{ -name = bottom; -pos = (226,0); -}, -{ -name = top; -pos = (226,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(434,-167,l), -(434,541,l), -(262,541,l), -(258,469,l), -(257,469,l), -(233,526,o), -(199,551,o), -(147,551,cs), -(65,551,o), -(7,493,o), -(7,271,cs), -(7,97,o), -(37,-10,o), -(147,-10,cs), -(193,-10,o), -(232,13,o), -(257,73,c), -(258,73,l), -(258,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(195,128,o), -(185,160,o), -(185,271,cs), -(185,365,o), -(190,415,o), -(222,415,cs), -(246,415,o), -(258,385,o), -(258,285,cs), -(258,256,ls), -(258,171,o), -(250,128,o), -(222,128,cs) -); -} -); -width = 450; -}, -{ -anchors = ( -{ -name = bottom; -pos = (280,0); -}, -{ -name = top; -pos = (280,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(507,-167,l), -(507,517,l), -(472,517,l), -(470,398,l), -(467,398,l), -(440,475,o), -(369,526,o), -(271,526,cs), -(142,526,o), -(54,425,o), -(54,259,cs), -(54,94,o), -(142,-8,o), -(271,-8,cs), -(369,-8,o), -(440,44,o), -(467,121,c), -(470,121,l), -(470,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(167,26,o), -(92,112,o), -(92,259,cs), -(92,408,o), -(167,493,o), -(279,493,cs), -(399,493,o), -(469,397,o), -(469,295,cs), -(469,224,ls), -(469,122,o), -(399,26,o), -(279,26,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(486,-167,l), -(486,517,l), -(452,517,l), -(450,398,l), -(447,398,l), -(420,475,o), -(349,526,o), -(251,526,cs), -(122,526,o), -(34,425,o), -(34,259,cs), -(34,94,o), -(122,-8,o), -(251,-8,cs), -(349,-8,o), -(420,44,o), -(447,121,c), -(449,121,l), -(449,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(147,26,o), -(72,112,o), -(72,259,cs), -(72,408,o), -(147,493,o), -(259,493,cs), -(379,493,o), -(449,397,o), -(449,295,cs), -(449,224,ls), -(449,122,o), -(379,26,o), -(259,26,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -1, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -0 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -1 -); -stem = -2; -target = ( -1, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -} -); -}; -width = 545; -}, -{ -anchors = ( -{ -name = bottom; -pos = (308,0); -}, -{ -name = top; -pos = (308,544); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(579,-167,l), -(579,544,l), -(395,544,l), -(389,451,l), -(388,451,l), -(360,518,o), -(299,554,o), -(226,554,cs), -(94,554,o), -(7,451,o), -(7,272,cs), -(7,93,o), -(94,-10,o), -(226,-10,cs), -(299,-10,o), -(360,26,o), -(387,89,c), -(388,89,l), -(388,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(227,143,o), -(202,195,o), -(202,272,cs), -(202,349,o), -(230,401,o), -(302,401,cs), -(354,401,o), -(388,363,o), -(388,295,cs), -(388,249,ls), -(388,185,o), -(360,143,o), -(297,143,cs) -); -} -); -width = 609; -}, -{ -anchors = ( -{ -name = bottom; -pos = (338,0); -}, -{ -name = top; -pos = (338,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(595,-167,l), -(595,517,l), -(560,517,l), -(559,392,l), -(558,392,l), -(524,472,o), -(428,526,o), -(304,526,cs), -(140,526,o), -(28,424,o), -(28,259,cs), -(28,97,o), -(139,-9,o), -(304,-9,cs), -(422,-9,o), -(523,49,o), -(557,136,c), -(558,136,l), -(558,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(163,25,o), -(66,118,o), -(66,259,cs), -(66,407,o), -(164,492,o), -(308,492,cs), -(466,492,o), -(556,390,o), -(558,288,cs), -(558,240,ls), -(558,132,o), -(466,25,o), -(308,25,cs) -); -} -); -width = 651; -}, -{ -anchors = ( -{ -name = bottom; -pos = (366,0); -}, -{ -name = top; -pos = (366,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(693,-167,l), -(693,544,l), -(483,544,l), -(477,473,l), -(476,473,l), -(445,520,o), -(378,552,o), -(282,552,cs), -(124,552,o), -(18,443,o), -(18,272,cs), -(18,100,o), -(124,-10,o), -(282,-10,cs), -(358,-10,o), -(435,17,o), -(471,69,c), -(472,69,l), -(472,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(285,155,o), -(240,195,o), -(240,272,cs), -(240,346,o), -(285,387,o), -(353,387,cs), -(427,387,o), -(471,342,o), -(471,276,cs), -(471,265,ls), -(471,200,o), -(427,155,o), -(353,155,cs) -); -} -); -width = 723; -}, -{ -anchors = ( -{ -name = bottom; -pos = (298,0); -}, -{ -name = top; -pos = (298,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(508,-167,l), -(508,517,l), -(473,517,l), -(471,398,l), -(468,398,l), -(441,475,o), -(370,526,o), -(272,526,cs), -(143,526,o), -(55,425,o), -(55,259,cs), -(55,94,o), -(143,-8,o), -(272,-8,cs), -(370,-8,o), -(441,44,o), -(468,121,c), -(471,121,l), -(471,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(168,26,o), -(93,112,o), -(93,259,cs), -(93,408,o), -(168,493,o), -(280,493,cs), -(400,493,o), -(470,397,o), -(470,295,cs), -(470,224,ls), -(470,122,o), -(400,26,o), -(280,26,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(495,-182,l), -(495,517,l), -(461,517,l), -(459,398,l), -(456,398,l), -(432,475,o), -(365,526,o), -(273,526,cs), -(151,526,o), -(68,425,o), -(68,259,cs), -(68,94,o), -(151,-8,o), -(273,-8,cs), -(365,-8,o), -(432,44,o), -(456,121,c), -(458,121,l), -(458,-182,l) -); -}, -{ -closed = 1; -nodes = ( -(176,26,o), -(106,112,o), -(106,259,cs), -(106,408,o), -(176,493,o), -(281,493,cs), -(393,493,o), -(458,397,o), -(458,295,cs), -(458,224,ls), -(458,122,o), -(393,26,o), -(281,26,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -1, -12 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -0 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -1 -); -stem = -2; -target = ( -1, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -0, -10 -); -type = Stem; -} -); -}; -width = 580; -}, -{ -anchors = ( -{ -name = bottom; -pos = (319,0); -}, -{ -name = top; -pos = (319,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(575,-167,l), -(575,544,l), -(393,544,l), -(389,465,l), -(377,465,l), -(359,517,o), -(306,554,o), -(239,554,cs), -(116,554,o), -(35,451,o), -(35,272,cs), -(35,93,o), -(116,-10,o), -(239,-10,cs), -(306,-10,o), -(358,27,o), -(376,79,c), -(388,79,l), -(386,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(248,148,o), -(228,198,o), -(228,272,cs), -(228,347,o), -(251,397,o), -(314,397,cs), -(359,397,o), -(386,355,o), -(386,285,cs), -(386,259,ls), -(386,189,o), -(357,148,o), -(309,148,cs) -); -} -); -width = 635; -}, -{ -anchors = ( -{ -name = bottom; -pos = (133,0); -}, -{ -name = top; -pos = (239,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,-167,l), -(334,516,l), -(308,516,l), -(289,431,l), -(287,431,l), -(282,489,o), -(261,525,o), -(205,525,cs), -(143,525,o), -(87,463,o), -(45,262,cs), -(16,126,o), -(8,-10,o), -(110,-10,cs), -(153,-10,o), -(186,17,o), -(212,70,c), -(213,70,l), -(164,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(41,15,o), -(45,117,o), -(75,263,cs), -(107,421,o), -(145,498,o), -(210,498,cs), -(279,498,o), -(282,403,o), -(261,302,cs), -(240,199,ls), -(214,73,o), -(168,15,o), -(119,15,cs) -); -} -); -width = 341; -}, -{ -anchors = ( -{ -name = bottom; -pos = (187,0); -}, -{ -name = top; -pos = (299,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,-167,l), -(497,541,l), -(326,541,l), -(306,469,l), -(301,469,l), -(289,524,o), -(256,551,o), -(200,551,cs), -(122,551,o), -(61,486,o), -(18,279,cs), -(-13,131,o), -(-23,-10,o), -(105,-10,cs), -(151,-10,o), -(190,15,o), -(213,57,c), -(220,57,l), -(173,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(173,122,o), -(167,151,o), -(192,269,cs), -(212,366,o), -(227,409,o), -(256,409,cs), -(280,409,o), -(286,383,o), -(265,277,cs), -(259,248,ls), -(241,159,o), -(225,122,o), -(198,122,cs) -); -} -); -width = 467; -}, -{ -anchors = ( -{ -name = bottom; -pos = (233,0); -}, -{ -name = top; -pos = (341,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(369,-167,l), -(510,517,l), -(476,517,l), -(447,383,l), -(444,383,l), -(432,465,o), -(368,526,o), -(269,526,cs), -(123,526,o), -(14,393,o), -(8,210,cs), -(3,75,o), -(75,-10,o), -(186,-10,cs), -(270,-10,o), -(344,34,o), -(385,103,c), -(387,103,l), -(332,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(103,23,o), -(42,91,o), -(46,211,cs), -(51,374,o), -(146,492,o), -(271,492,cs), -(379,492,o), -(446,400,o), -(423,279,cs), -(410,209,ls), -(391,109,o), -(307,23,o), -(198,23,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(413,-167,l), -(555,517,l), -(522,517,l), -(492,391,l), -(488,391,l), -(468,472,o), -(403,526,o), -(312,526,cs), -(158,526,o), -(54,405,o), -(54,201,cs), -(54,74,o), -(128,-10,o), -(239,-10,cs), -(317,-10,o), -(389,26,o), -(431,103,c), -(432,103,l), -(376,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(149,24,o), -(94,96,o), -(94,205,cs), -(94,375,o), -(175,492,o), -(313,492,cs), -(434,492,o), -(496,399,o), -(467,259,cs), -(455,202,ls), -(432,95,o), -(355,24,o), -(246,24,cs) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (34,22); -}, -{ -name = top; -pos = (34,22); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(423,-167,l), -(571,544,l), -(385,544,l), -(362,459,l), -(351,459,l), -(335,512,o), -(284,554,o), -(210,554,cs), -(71,554,o), -(-22,445,o), -(-47,245,cs), -(-67,92,o), -(0,-10,o), -(118,-10,cs), -(197,-10,o), -(246,23,o), -(272,72,c), -(282,72,l), -(232,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(175,143,o), -(147,173,o), -(149,234,cs), -(153,335,o), -(197,401,o), -(261,401,cs), -(317,401,o), -(341,349,o), -(330,298,cs), -(313,223,ls), -(302,174,o), -(268,143,o), -(219,143,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(511,-167,l), -(659,544,l), -(477,544,l), -(450,457,l), -(444,457,l), -(425,515,o), -(361,554,o), -(291,554,cs), -(138,554,o), -(48,431,o), -(29,276,cs), -(8,105,o), -(80,-10,o), -(208,-10,cs), -(276,-10,o), -(336,20,o), -(361,67,c), -(368,66,l), -(320,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(244,143,o), -(211,193,o), -(224,281,cs), -(235,353,o), -(276,401,o), -(337,401,cs), -(399,401,o), -(428,351,o), -(414,287,cs), -(405,241,ls), -(392,182,o), -(361,143,o), -(304,143,cs) -); -} -); -width = 657; -}, -{ -anchors = ( -{ -name = bottom; -pos = (274,0); -}, -{ -name = top; -pos = (382,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(483,-167,l), -(624,517,l), -(594,517,l), -(560,370,l), -(556,370,l), -(541,463,o), -(454,527,o), -(335,527,cs), -(164,527,o), -(39,399,o), -(33,221,cs), -(28,80,o), -(120,-10,o), -(260,-10,cs), -(363,-10,o), -(452,37,o), -(500,109,c), -(503,109,l), -(446,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(143,24,o), -(66,101,o), -(70,223,cs), -(76,381,o), -(185,493,o), -(331,493,cs), -(482,493,o), -(561,394,o), -(531,247,cs), -(525,217,ls), -(504,102,o), -(399,24,o), -(268,24,cs) -); -} -); -width = 637; -}, -{ -anchors = ( -{ -name = bottom; -pos = (310,0); -}, -{ -name = top; -pos = (422,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(587,-167,l), -(736,544,l), -(521,544,l), -(494,457,l), -(486,457,l), -(463,519,o), -(384,554,o), -(303,554,cs), -(137,554,o), -(21,434,o), -(13,248,cs), -(5,93,o), -(100,-10,o), -(248,-10,cs), -(320,-10,o), -(372,14,o), -(407,52,c), -(415,52,l), -(368,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(275,154,o), -(231,193,o), -(234,256,cs), -(236,337,o), -(286,389,o), -(358,387,cs), -(429,384,o), -(468,334,o), -(455,264,cs), -(451,248,ls), -(439,192,o), -(403,154,o), -(334,154,cs) -); -} -); -width = 723; -} -); -metricLeft = d; -metricRight = l; -unicode = 113; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/question.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/question.glyph deleted file mode 100644 index 6fc3efa6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/question.glyph +++ /dev/null @@ -1,1393 +0,0 @@ -{ -glyphname = question; -kernLeft = KO_question; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(301,223,l), -(301,233,ls), -(301,283,o), -(333,328,o), -(366,379,cs), -(398,429,o), -(431,484,o), -(431,553,cs), -(431,665,o), -(366,739,o), -(227,739,cs), -(94,739,o), -(7,667,o), -(13,504,c), -(172,504,l), -(170,559,o), -(186,583,o), -(218,583,cs), -(242,583,o), -(256,567,o), -(256,525,cs), -(256,492,o), -(239,461,o), -(218,428,cs), -(185,377,o), -(144,321,o), -(144,245,cs), -(144,223,l) -); -}, -{ -closed = 1; -nodes = ( -(275,-10,o), -(316,22,o), -(316,77,cs), -(316,132,o), -(275,164,o), -(220,164,cs), -(165,164,o), -(124,132,o), -(124,77,cs), -(124,22,o), -(165,-10,o), -(220,-10,cs) -); -} -); -width = 445; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,160,l), -(193,189,ls), -(193,268,o), -(221,327,o), -(248,388,cs), -(273,445,o), -(298,502,o), -(298,576,cs), -(298,673,o), -(259,739,o), -(171,739,cs), -(91,739,o), -(36,680,o), -(40,535,c), -(70,535,l), -(68,642,o), -(94,711,o), -(171,711,cs), -(228,711,o), -(266,673,o), -(266,574,cs), -(266,508,o), -(246,457,o), -(223,406,cs), -(194,341,o), -(162,278,o), -(162,188,cs), -(162,160,l) -); -}, -{ -closed = 1; -nodes = ( -(191,-6,o), -(202,4,o), -(202,18,cs), -(202,32,o), -(191,42,o), -(177,42,cs), -(163,42,o), -(152,32,o), -(152,18,cs), -(152,4,o), -(163,-6,o), -(177,-6,cs) -); -} -); -width = 324; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,165,l), -(274,178,ls), -(274,245,o), -(334,290,o), -(391,345,cs), -(443,395,o), -(493,454,o), -(493,545,cs), -(493,664,o), -(401,739,o), -(266,739,cs), -(127,739,o), -(35,667,o), -(27,543,c), -(62,543,l), -(68,641,o), -(141,706,o), -(264,706,cs), -(379,706,o), -(455,648,o), -(455,545,cs), -(455,469,o), -(418,418,o), -(375,374,cs), -(313,312,o), -(239,264,o), -(239,176,cs), -(239,165,l) -); -}, -{ -closed = 1; -nodes = ( -(275,-7,o), -(288,5,o), -(288,22,cs), -(288,39,o), -(275,51,o), -(258,51,cs), -(241,51,o), -(228,39,o), -(228,22,cs), -(228,5,o), -(241,-7,o), -(258,-7,cs) -); -} -); -width = 528; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(403,237,l), -(403,242,ls), -(403,273,o), -(448,301,o), -(495,341,cs), -(544,384,o), -(595,439,o), -(595,525,cs), -(595,653,o), -(499,738,o), -(301,738,cs), -(127,738,o), -(8,660,o), -(3,504,c), -(211,504,l), -(214,542,o), -(238,569,o), -(289,569,cs), -(337,569,o), -(365,550,o), -(365,504,cs), -(365,471,o), -(338,444,o), -(305,416,cs), -(259,376,o), -(202,331,o), -(202,256,cs), -(202,237,l) -); -}, -{ -closed = 1; -nodes = ( -(388,-10,o), -(422,29,o), -(422,83,cs), -(422,136,o), -(388,175,o), -(304,175,cs), -(220,175,o), -(186,136,o), -(186,83,cs), -(186,29,o), -(220,-10,o), -(304,-10,cs) -); -} -); -width = 603; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,120,l), -(169,179,ls), -(172,268,o), -(204,333,o), -(233,397,cs), -(257,451,o), -(278,504,o), -(278,571,cs), -(278,673,o), -(239,739,o), -(151,739,cs), -(71,739,o), -(19,680,o), -(20,535,c), -(50,535,l), -(51,642,o), -(74,711,o), -(151,711,cs), -(208,711,o), -(246,673,o), -(246,569,cs), -(246,508,o), -(228,460,o), -(206,412,cs), -(175,344,o), -(138,277,o), -(142,178,cs), -(144,120,l) -); -}, -{ -closed = 1; -nodes = ( -(172,-6,o), -(184,5,o), -(184,21,cs), -(184,37,o), -(172,48,o), -(157,48,cs), -(142,48,o), -(130,37,o), -(130,21,cs), -(130,5,o), -(142,-6,o), -(157,-6,cs) -); -} -); -width = 284; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,213,l), -(294,243,ls), -(300,288,o), -(332,325,o), -(360,368,cs), -(392,419,o), -(422,476,o), -(422,549,cs), -(422,672,o), -(351,739,o), -(219,739,cs), -(76,739,o), -(-1,656,o), -(2,504,c), -(161,504,l), -(162,556,o), -(178,583,o), -(209,583,cs), -(233,583,o), -(247,567,o), -(247,539,cs), -(247,511,o), -(223,484,o), -(201,450,cs), -(166,400,o), -(130,339,o), -(134,255,cs), -(136,213,l) -); -}, -{ -closed = 1; -nodes = ( -(266,-10,o), -(307,31,o), -(307,86,cs), -(307,141,o), -(266,182,o), -(211,182,cs), -(156,182,o), -(115,141,o), -(115,86,cs), -(115,31,o), -(156,-10,o), -(211,-10,cs) -); -} -); -width = 427; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(266,179,l), -(266,200,ls), -(266,289,o), -(316,316,o), -(379,375,cs), -(441,433,o), -(476,480,o), -(476,553,cs), -(476,665,o), -(395,738,o), -(271,738,cs), -(139,738,o), -(53,655,o), -(54,529,c), -(95,529,l), -(94,628,o), -(157,700,o), -(269,700,cs), -(367,700,o), -(433,644,o), -(433,553,cs), -(433,494,o), -(403,448,o), -(349,398,cs), -(293,347,o), -(224,304,o), -(224,200,cs), -(224,179,l) -); -}, -{ -closed = 1; -nodes = ( -(273,0,l), -(273,101,l), -(219,101,l), -(219,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(246,139,l), -(250,194,ls), -(256,279,o), -(279,313,o), -(348,379,cs), -(406,434,o), -(450,473,o), -(450,549,cs), -(450,664,o), -(368,738,o), -(241,738,cs), -(109,738,o), -(25,655,o), -(20,520,c), -(57,520,l), -(62,632,o), -(124,705,o), -(239,705,cs), -(344,705,o), -(412,644,o), -(412,549,cs), -(412,500,o), -(390,470,o), -(329,412,cs), -(263,349,o), -(216,298,o), -(220,190,cs), -(222,139,l) -); -}, -{ -closed = 1; -nodes = ( -(255,-7,o), -(269,7,o), -(269,27,cs), -(269,47,o), -(255,61,o), -(235,61,cs), -(215,61,o), -(201,47,o), -(201,27,cs), -(201,7,o), -(215,-7,o), -(235,-7,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 477; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(380,226,l), -(380,233,ls), -(380,259,o), -(391,282,o), -(435,326,cs), -(500,392,o), -(553,442,o), -(553,534,cs), -(553,656,o), -(459,738,o), -(296,738,cs), -(130,738,o), -(22,659,o), -(23,509,c), -(205,509,l), -(205,551,o), -(235,578,o), -(287,578,cs), -(331,578,o), -(361,555,o), -(361,514,cs), -(361,475,o), -(342,451,o), -(296,404,cs), -(236,343,o), -(213,299,o), -(213,245,cs), -(213,226,l) -); -}, -{ -closed = 1; -nodes = ( -(381,0,l), -(381,152,l), -(211,152,l), -(211,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,235,l), -(366,261,ls), -(376,297,o), -(411,310,o), -(463,343,cs), -(533,386,o), -(563,441,o), -(563,527,cs), -(563,662,o), -(463,738,o), -(281,738,cs), -(116,738,o), -(6,646,o), -(4,498,c), -(201,498,l), -(206,547,o), -(239,578,o), -(285,578,cs), -(333,578,o), -(354,560,o), -(354,528,cs), -(354,504,o), -(334,491,o), -(296,464,cs), -(235,421,o), -(180,372,o), -(193,276,cs), -(199,235,l) -); -}, -{ -closed = 1; -nodes = ( -(337,-8,o), -(381,36,o), -(381,95,cs), -(381,154,o), -(337,198,o), -(278,198,cs), -(219,198,o), -(175,154,o), -(175,95,cs), -(175,36,o), -(219,-8,o), -(278,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -}; -width = 563; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,128,l), -(277,164,ls), -(284,244,o), -(318,292,o), -(396,348,cs), -(474,404,o), -(525,444,o), -(525,540,cs), -(525,668,o), -(444,739,o), -(276,739,cs), -(113,739,o), -(27,659,o), -(15,513,c), -(50,513,l), -(61,638,o), -(134,706,o), -(274,706,cs), -(419,706,o), -(488,647,o), -(488,540,cs), -(488,465,o), -(449,435,o), -(373,377,cs), -(294,318,o), -(246,262,o), -(249,162,cs), -(250,128,l) -); -}, -{ -closed = 1; -nodes = ( -(284,-7,o), -(299,7,o), -(299,27,cs), -(299,47,o), -(284,61,o), -(265,61,cs), -(246,61,o), -(231,47,o), -(231,27,cs), -(231,7,o), -(246,-7,o), -(265,-7,cs) -); -} -); -width = 548; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(433,227,l), -(435,232,ls), -(442,251,o), -(474,272,o), -(547,320,cs), -(618,366,o), -(652,414,o), -(652,511,cs), -(652,659,o), -(539,738,o), -(333,738,cs), -(142,738,o), -(12,660,o), -(0,484,c), -(232,484,l), -(240,537,o), -(276,565,o), -(329,565,cs), -(387,565,o), -(417,546,o), -(417,515,cs), -(417,494,o), -(387,477,o), -(354,454,cs), -(284,406,o), -(234,354,o), -(234,248,cs), -(234,227,l) -); -}, -{ -closed = 1; -nodes = ( -(409,-10,o), -(456,29,o), -(456,91,cs), -(456,152,o), -(409,190,o), -(336,190,cs), -(263,190,o), -(216,152,o), -(216,91,cs), -(216,29,o), -(263,-10,o), -(336,-10,cs) -); -} -); -width = 652; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(266,179,l), -(266,200,ls), -(266,289,o), -(316,316,o), -(379,375,cs), -(441,433,o), -(476,480,o), -(476,553,cs), -(476,665,o), -(395,738,o), -(271,738,cs), -(139,738,o), -(53,655,o), -(54,529,c), -(95,529,l), -(94,628,o), -(157,700,o), -(269,700,cs), -(367,700,o), -(433,644,o), -(433,553,cs), -(433,494,o), -(403,448,o), -(349,398,cs), -(293,347,o), -(224,304,o), -(224,200,cs), -(224,179,l) -); -}, -{ -closed = 1; -nodes = ( -(273,0,l), -(273,101,l), -(219,101,l), -(219,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(281,199,l), -(281,210,ls), -(281,274,o), -(307,319,o), -(371,387,cs), -(421,439,o), -(458,482,o), -(458,553,cs), -(458,664,o), -(386,738,o), -(258,738,cs), -(134,738,o), -(51,654,o), -(49,529,c), -(84,529,l), -(86,631,o), -(149,705,o), -(256,705,cs), -(354,705,o), -(421,656,o), -(421,553,cs), -(421,506,o), -(396,467,o), -(345,411,cs), -(273,336,o), -(246,282,o), -(246,206,cs), -(246,199,l) -); -}, -{ -closed = 1; -nodes = ( -(285,-7,o), -(300,7,o), -(300,27,cs), -(300,48,o), -(285,63,o), -(264,63,cs), -(246,63,o), -(232,48,o), -(232,27,cs), -(232,7,o), -(246,-7,o), -(264,-7,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 512; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(377,226,l), -(377,233,ls), -(377,259,o), -(388,282,o), -(432,326,cs), -(497,392,o), -(550,442,o), -(550,534,cs), -(550,656,o), -(456,738,o), -(293,738,cs), -(127,738,o), -(19,659,o), -(20,509,c), -(202,509,l), -(202,551,o), -(232,578,o), -(284,578,cs), -(328,578,o), -(358,555,o), -(358,514,cs), -(358,475,o), -(339,451,o), -(293,404,cs), -(233,343,o), -(210,299,o), -(210,245,cs), -(210,226,l) -); -}, -{ -closed = 1; -nodes = ( -(378,0,l), -(378,152,l), -(208,152,l), -(208,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(384,260,l), -(384,261,ls), -(384,310,o), -(420,340,o), -(456,367,cs), -(514,411,o), -(544,462,o), -(544,518,cs), -(544,660,o), -(449,738,o), -(281,738,cs), -(119,738,o), -(14,646,o), -(12,508,c), -(210,508,l), -(210,550,o), -(238,578,o), -(280,578,cs), -(320,578,o), -(346,554,o), -(346,522,cs), -(346,485,o), -(319,467,o), -(286,440,cs), -(227,391,o), -(198,354,o), -(198,290,cs), -(198,260,l) -); -}, -{ -closed = 1; -nodes = ( -(352,-8,o), -(396,35,o), -(396,93,cs), -(396,151,o), -(352,194,o), -(293,194,cs), -(234,194,o), -(190,151,o), -(190,93,cs), -(190,35,o), -(234,-8,o), -(293,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -}; -width = 559; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,160,l), -(180,188,ls), -(198,271,o), -(241,328,o), -(281,388,cs), -(315,439,o), -(347,491,o), -(362,562,cs), -(384,662,o), -(358,738,o), -(260,738,cs), -(187,738,o), -(128,682,o), -(102,545,c), -(132,545,l), -(151,647,o), -(189,710,o), -(258,710,cs), -(334,710,o), -(349,649,o), -(331,565,cs), -(318,504,o), -(291,457,o), -(261,412,cs), -(217,346,o), -(168,284,o), -(149,189,cs), -(143,160,l) -); -}, -{ -closed = 1; -nodes = ( -(149,-6,o), -(160,4,o), -(160,19,cs), -(160,33,o), -(150,42,o), -(137,42,cs), -(123,42,o), -(112,32,o), -(112,17,cs), -(112,3,o), -(122,-6,o), -(135,-6,cs) -); -} -); -width = 325; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,223,l), -(290,227,ls), -(303,277,o), -(344,319,o), -(386,366,cs), -(427,412,o), -(468,464,o), -(483,534,cs), -(511,669,o), -(432,738,o), -(293,738,cs), -(176,738,o), -(88,670,o), -(65,514,c), -(222,514,l), -(231,560,o), -(250,583,o), -(277,583,cs), -(307,583,o), -(315,561,o), -(306,521,cs), -(300,490,o), -(278,462,o), -(252,432,cs), -(209,383,o), -(156,329,o), -(140,252,cs), -(134,223,l) -); -}, -{ -closed = 1; -nodes = ( -(241,-10,o), -(283,27,o), -(283,82,cs), -(283,131,o), -(250,164,o), -(193,164,cs), -(130,164,o), -(88,127,o), -(88,72,cs), -(88,23,o), -(121,-10,o), -(178,-10,cs) -); -} -); -width = 442; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,168,l), -(262,187,ls), -(283,266,o), -(347,312,o), -(405,364,cs), -(460,414,o), -(511,469,o), -(514,562,cs), -(517,667,o), -(444,737,o), -(330,737,cs), -(217,737,o), -(129,676,o), -(104,545,c), -(140,545,l), -(160,640,o), -(216,704,o), -(325,704,cs), -(418,704,o), -(478,653,o), -(475,562,cs), -(472,486,o), -(434,439,o), -(388,396,cs), -(323,338,o), -(244,289,o), -(226,185,cs), -(223,168,l) -); -}, -{ -closed = 1; -nodes = ( -(230,-7,o), -(243,4,o), -(243,23,cs), -(243,40,o), -(231,51,o), -(214,51,cs), -(196,51,o), -(183,40,o), -(183,21,cs), -(183,4,o), -(195,-7,o), -(212,-7,cs) -); -} -); -width = 507; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,220,l), -(369,226,ls), -(376,270,o), -(430,301,o), -(485,342,cs), -(543,386,o), -(602,441,o), -(605,534,cs), -(610,682,o), -(494,738,o), -(356,738,cs), -(202,738,o), -(88,650,o), -(71,506,c), -(255,506,l), -(264,552,o), -(295,577,o), -(341,577,cs), -(382,577,o), -(408,555,o), -(406,517,cs), -(405,476,o), -(379,450,o), -(346,425,cs), -(293,384,o), -(222,345,o), -(206,254,cs), -(200,220,l) -); -}, -{ -closed = 1; -nodes = ( -(311,-8,o), -(355,29,o), -(355,87,cs), -(355,135,o), -(319,167,o), -(265,167,cs), -(201,167,o), -(157,130,o), -(157,72,cs), -(157,24,o), -(193,-8,o), -(247,-8,cs) -); -} -); -width = 578; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(249,164,l), -(254,181,l), -(266,240,o), -(334,277,o), -(401,323,cs), -(474,372,o), -(546,432,o), -(550,543,cs), -(554,659,o), -(470,736,o), -(331,736,cs), -(212,736,o), -(118,679,o), -(90,559,c), -(124,559,l), -(145,646,o), -(217,704,o), -(324,704,cs), -(433,704,o), -(515,655,o), -(511,543,cs), -(508,447,o), -(449,394,o), -(385,349,cs), -(314,300,o), -(237,260,o), -(218,182,c), -(215,164,l) -); -}, -{ -closed = 1; -nodes = ( -(227,-7,o), -(240,4,o), -(240,23,cs), -(240,40,o), -(228,51,o), -(211,51,cs), -(193,51,o), -(180,40,o), -(180,21,cs), -(180,4,o), -(192,-7,o), -(209,-7,cs) -); -} -); -width = 529; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,234,l), -(391,240,ls), -(399,265,o), -(443,290,o), -(491,322,cs), -(557,367,o), -(632,428,o), -(635,527,cs), -(641,691,o), -(495,738,o), -(372,738,cs), -(198,738,o), -(83,666,o), -(52,503,c), -(256,503,l), -(269,546,o), -(289,570,o), -(347,570,cs), -(372,570,o), -(414,562,o), -(412,512,cs), -(411,473,o), -(377,445,o), -(336,416,cs), -(279,376,o), -(210,334,o), -(196,256,cs), -(192,234,l) -); -}, -{ -closed = 1; -nodes = ( -(342,-10,o), -(388,26,o), -(388,90,cs), -(388,141,o), -(347,175,o), -(275,175,cs), -(194,175,o), -(148,139,o), -(148,75,cs), -(148,24,o), -(189,-10,o), -(261,-10,cs) -); -} -); -width = 593; -} -); -unicode = 63; -userData = { -KernOnName = question; -KernOnSpecialSpacing = { -L = "spaced-off"; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/question.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/question.ss01.glyph deleted file mode 100644 index 103bd084..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/question.ss01.glyph +++ /dev/null @@ -1,1134 +0,0 @@ -{ -glyphname = question.ss01; -kernLeft = KO_question.ss01; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(301,223,l), -(301,233,ls), -(301,333,o), -(431,416,o), -(431,553,cs), -(431,665,o), -(366,739,o), -(227,739,cs), -(94,739,o), -(7,667,o), -(13,504,c), -(172,504,l), -(170,559,o), -(186,583,o), -(218,583,cs), -(242,583,o), -(256,567,o), -(256,525,cs), -(256,441,o), -(144,370,o), -(144,245,cs), -(144,223,l) -); -}, -{ -closed = 1; -nodes = ( -(307,0,l), -(307,164,l), -(138,164,l), -(138,0,l) -); -} -); -width = 445; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,160,l), -(171,189,ls), -(171,342,o), -(276,424,o), -(276,576,cs), -(276,673,o), -(237,739,o), -(149,739,cs), -(69,739,o), -(14,680,o), -(18,535,c), -(48,535,l), -(46,642,o), -(72,711,o), -(149,711,cs), -(206,711,o), -(244,673,o), -(244,574,cs), -(244,426,o), -(140,349,o), -(140,188,cs), -(140,160,l) -); -}, -{ -closed = 1; -nodes = ( -(179,0,l), -(179,55,l), -(132,55,l), -(132,0,l) -); -} -); -width = 302; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,165,l), -(274,178,ls), -(274,307,o), -(493,354,o), -(493,545,cs), -(493,664,o), -(401,739,o), -(266,739,cs), -(127,739,o), -(35,667,o), -(27,543,c), -(62,543,l), -(68,641,o), -(141,706,o), -(264,706,cs), -(379,706,o), -(455,648,o), -(455,545,cs), -(455,361,o), -(239,326,o), -(239,176,cs), -(239,165,l) -); -}, -{ -closed = 1; -nodes = ( -(280,0,l), -(280,60,l), -(236,60,l), -(236,0,l) -); -} -); -width = 528; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(403,237,l), -(403,242,ls), -(403,305,o), -(595,358,o), -(595,525,cs), -(595,653,o), -(499,738,o), -(301,738,cs), -(127,738,o), -(8,660,o), -(3,504,c), -(211,504,l), -(214,542,o), -(238,569,o), -(289,569,cs), -(337,569,o), -(365,550,o), -(365,504,cs), -(365,423,o), -(202,383,o), -(202,256,cs), -(202,237,l) -); -}, -{ -closed = 1; -nodes = ( -(407,0,l), -(407,174,l), -(201,174,l), -(201,0,l) -); -} -); -width = 603; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(161,160,l), -(161,189,ls), -(161,342,o), -(266,424,o), -(266,576,cs), -(266,673,o), -(227,739,o), -(139,739,cs), -(59,739,o), -(4,680,o), -(8,535,c), -(38,535,l), -(36,642,o), -(62,711,o), -(139,711,cs), -(196,711,o), -(234,673,o), -(234,574,cs), -(234,426,o), -(130,349,o), -(130,188,cs), -(130,160,l) -); -}, -{ -closed = 1; -nodes = ( -(169,0,l), -(169,55,l), -(122,55,l), -(122,0,l) -); -} -); -width = 272; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,223,l), -(292,233,ls), -(292,333,o), -(422,416,o), -(422,553,cs), -(422,665,o), -(357,739,o), -(218,739,cs), -(85,739,o), -(-2,667,o), -(4,504,c), -(163,504,l), -(161,559,o), -(177,583,o), -(209,583,cs), -(233,583,o), -(247,567,o), -(247,525,cs), -(247,441,o), -(135,370,o), -(135,245,cs), -(135,223,l) -); -}, -{ -closed = 1; -nodes = ( -(298,0,l), -(298,164,l), -(129,164,l), -(129,0,l) -); -} -); -width = 427; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(262,179,l), -(262,200,ls), -(262,289,o), -(312,316,o), -(375,375,cs), -(437,433,o), -(472,480,o), -(472,553,cs), -(472,665,o), -(391,738,o), -(267,738,cs), -(135,738,o), -(49,655,o), -(50,529,c), -(91,529,l), -(90,628,o), -(153,700,o), -(265,700,cs), -(363,700,o), -(429,644,o), -(429,553,cs), -(429,494,o), -(399,448,o), -(345,398,cs), -(289,347,o), -(220,304,o), -(220,200,cs), -(220,179,l) -); -}, -{ -closed = 1; -nodes = ( -(269,0,l), -(269,101,l), -(215,101,l), -(215,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,169,l), -(260,190,ls), -(260,329,o), -(437,385,o), -(437,553,cs), -(437,664,o), -(364,738,o), -(237,738,cs), -(109,738,o), -(24,654,o), -(25,529,c), -(62,529,l), -(61,631,o), -(124,705,o), -(235,705,cs), -(333,705,o), -(398,656,o), -(398,553,cs), -(398,392,o), -(223,344,o), -(223,186,cs), -(223,169,l) -); -}, -{ -closed = 1; -nodes = ( -(265,0,l), -(265,61,l), -(220,61,l), -(220,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 469; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(377,226,l), -(377,233,ls), -(377,259,o), -(388,282,o), -(432,326,cs), -(497,392,o), -(550,442,o), -(550,534,cs), -(550,656,o), -(456,738,o), -(293,738,cs), -(127,738,o), -(19,659,o), -(20,509,c), -(202,509,l), -(202,551,o), -(232,578,o), -(284,578,cs), -(328,578,o), -(358,555,o), -(358,514,cs), -(358,475,o), -(339,451,o), -(293,404,cs), -(233,343,o), -(210,299,o), -(210,245,cs), -(210,226,l) -); -}, -{ -closed = 1; -nodes = ( -(378,0,l), -(378,152,l), -(208,152,l), -(208,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(363,228,l), -(363,234,ls), -(363,322,o), -(536,378,o), -(536,533,cs), -(536,656,o), -(453,738,o), -(278,738,cs), -(112,738,o), -(2,646,o), -(3,508,c), -(189,508,l), -(189,550,o), -(221,578,o), -(269,578,cs), -(312,578,o), -(340,554,o), -(340,512,cs), -(340,426,o), -(193,372,o), -(193,247,cs), -(193,228,l) -); -}, -{ -closed = 1; -nodes = ( -(368,0,l), -(368,164,l), -(188,164,l), -(188,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -}; -width = 540; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,165,l), -(264,178,ls), -(264,307,o), -(483,354,o), -(483,545,cs), -(483,664,o), -(391,739,o), -(256,739,cs), -(117,739,o), -(25,667,o), -(17,543,c), -(52,543,l), -(58,641,o), -(131,706,o), -(254,706,cs), -(369,706,o), -(445,648,o), -(445,545,cs), -(445,361,o), -(229,326,o), -(229,176,cs), -(229,165,l) -); -}, -{ -closed = 1; -nodes = ( -(270,0,l), -(270,60,l), -(226,60,l), -(226,0,l) -); -} -); -width = 508; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(398,237,l), -(398,242,ls), -(398,305,o), -(590,358,o), -(590,525,cs), -(590,653,o), -(494,738,o), -(296,738,cs), -(122,738,o), -(3,660,o), -(-2,504,c), -(206,504,l), -(209,542,o), -(233,569,o), -(284,569,cs), -(332,569,o), -(360,550,o), -(360,504,cs), -(360,423,o), -(197,383,o), -(197,256,cs), -(197,237,l) -); -}, -{ -closed = 1; -nodes = ( -(402,0,l), -(402,174,l), -(196,174,l), -(196,0,l) -); -} -); -width = 593; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(262,179,l), -(262,200,ls), -(262,289,o), -(312,316,o), -(375,375,cs), -(437,433,o), -(472,480,o), -(472,553,cs), -(472,665,o), -(391,738,o), -(267,738,cs), -(135,738,o), -(49,655,o), -(50,529,c), -(91,529,l), -(90,628,o), -(153,700,o), -(265,700,cs), -(363,700,o), -(429,644,o), -(429,553,cs), -(429,494,o), -(399,448,o), -(345,398,cs), -(289,347,o), -(220,304,o), -(220,200,cs), -(220,179,l) -); -}, -{ -closed = 1; -nodes = ( -(269,0,l), -(269,101,l), -(215,101,l), -(215,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(277,169,l), -(277,190,ls), -(277,329,o), -(450,385,o), -(450,553,cs), -(450,664,o), -(379,738,o), -(254,738,cs), -(130,738,o), -(47,654,o), -(48,529,c), -(83,529,l), -(82,631,o), -(145,705,o), -(252,705,cs), -(349,705,o), -(413,656,o), -(413,553,cs), -(413,392,o), -(242,344,o), -(242,186,cs), -(242,169,l) -); -}, -{ -closed = 1; -nodes = ( -(282,0,l), -(282,61,l), -(239,61,l), -(239,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -10 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 504; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(377,226,l), -(377,233,ls), -(377,259,o), -(388,282,o), -(432,326,cs), -(497,392,o), -(550,442,o), -(550,534,cs), -(550,656,o), -(456,738,o), -(293,738,cs), -(127,738,o), -(19,659,o), -(20,509,c), -(202,509,l), -(202,551,o), -(232,578,o), -(284,578,cs), -(328,578,o), -(358,555,o), -(358,514,cs), -(358,475,o), -(339,451,o), -(293,404,cs), -(233,343,o), -(210,299,o), -(210,245,cs), -(210,226,l) -); -}, -{ -closed = 1; -nodes = ( -(378,0,l), -(378,152,l), -(208,152,l), -(208,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(370,228,l), -(370,234,ls), -(370,322,o), -(537,378,o), -(537,533,cs), -(537,656,o), -(456,738,o), -(286,738,cs), -(125,738,o), -(18,646,o), -(19,508,c), -(203,508,l), -(203,550,o), -(233,578,o), -(277,578,cs), -(317,578,o), -(343,554,o), -(343,512,cs), -(343,426,o), -(202,372,o), -(202,247,cs), -(202,228,l) -); -}, -{ -closed = 1; -nodes = ( -(375,0,l), -(375,164,l), -(197,164,l), -(197,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -}; -width = 559; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(149,160,l), -(155,188,ls), -(187,340,o), -(305,407,o), -(337,562,cs), -(359,662,o), -(333,738,o), -(235,738,cs), -(162,738,o), -(103,682,o), -(77,545,c), -(107,545,l), -(126,647,o), -(164,710,o), -(233,710,cs), -(309,710,o), -(324,649,o), -(306,565,cs), -(275,417,o), -(158,350,o), -(124,189,cs), -(118,160,l) -); -}, -{ -closed = 1; -nodes = ( -(126,0,l), -(138,55,l), -(91,55,l), -(79,0,l) -); -} -); -width = 300; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,223,l), -(289,227,ls), -(316,325,o), -(452,392,o), -(482,534,cs), -(510,669,o), -(431,738,o), -(292,738,cs), -(175,738,o), -(87,670,o), -(64,514,c), -(221,514,l), -(230,560,o), -(249,583,o), -(276,583,cs), -(306,583,o), -(314,561,o), -(305,521,cs), -(289,441,o), -(165,377,o), -(139,252,cs), -(133,223,l) -); -}, -{ -closed = 1; -nodes = ( -(248,0,l), -(281,164,l), -(114,164,l), -(80,0,l) -); -} -); -width = 441; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,168,l), -(262,187,ls), -(300,344,o), -(514,372,o), -(514,568,cs), -(514,670,o), -(442,737,o), -(330,737,cs), -(217,737,o), -(129,676,o), -(104,545,c), -(140,545,l), -(160,640,o), -(216,704,o), -(325,704,cs), -(416,704,o), -(475,655,o), -(475,568,cs), -(475,380,o), -(263,364,o), -(226,185,cs), -(223,168,l) -); -}, -{ -closed = 1; -nodes = ( -(231,0,l), -(243,61,l), -(198,61,l), -(186,0,l) -); -} -); -width = 507; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,220,l), -(369,226,ls), -(387,318,o), -(605,355,o), -(605,543,cs), -(605,684,o), -(491,738,o), -(356,738,cs), -(202,738,o), -(88,650,o), -(71,506,c), -(255,506,l), -(264,552,o), -(295,577,o), -(341,577,cs), -(381,577,o), -(406,557,o), -(406,521,cs), -(406,411,o), -(233,404,o), -(206,254,cs), -(200,220,l) -); -}, -{ -closed = 1; -nodes = ( -(329,0,l), -(362,164,l), -(184,164,l), -(151,0,l) -); -} -); -width = 578; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(249,164,l), -(254,181,l), -(279,305,o), -(550,330,o), -(550,551,cs), -(550,662,o), -(467,736,o), -(331,736,cs), -(212,736,o), -(118,679,o), -(90,559,c), -(124,559,l), -(145,646,o), -(217,704,o), -(324,704,cs), -(430,704,o), -(511,657,o), -(511,551,cs), -(511,341,o), -(254,333,o), -(218,182,c), -(215,164,l) -); -}, -{ -closed = 1; -nodes = ( -(227,0,l), -(239,60,l), -(195,60,l), -(183,0,l) -); -} -); -width = 529; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,234,l), -(391,240,ls), -(405,303,o), -(635,357,o), -(635,537,cs), -(635,693,o), -(493,738,o), -(372,738,cs), -(198,738,o), -(83,666,o), -(52,503,c), -(256,503,l), -(269,546,o), -(289,570,o), -(347,570,cs), -(371,570,o), -(412,562,o), -(412,515,cs), -(412,419,o), -(221,392,o), -(196,256,cs), -(192,234,l) -); -}, -{ -closed = 1; -nodes = ( -(345,0,l), -(380,173,l), -(178,173,l), -(143,0,l) -); -} -); -width = 591; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.case.glyph deleted file mode 100644 index 64b811b4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.case.glyph +++ /dev/null @@ -1,192 +0,0 @@ -{ -color = 6; -glyphname = questiondown.case; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,213); -ref = questiondown; -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,188); -ref = questiondown; -} -); -width = 445; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,213); -ref = questiondown; -} -); -width = 528; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,185); -ref = questiondown; -} -); -width = 603; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,213); -ref = questiondown; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,188); -ref = questiondown; -} -); -width = 427; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,213); -ref = questiondown; -} -); -width = 509; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,184); -ref = questiondown; -} -); -width = 552; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,213); -ref = questiondown; -} -); -width = 528; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -pos = (0,185); -ref = questiondown; -} -); -width = 652; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,213); -ref = questiondown; -} -); -width = 512; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,184); -ref = questiondown; -} -); -width = 559; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (44,213); -ref = questiondown; -} -); -width = 325; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (39,188); -ref = questiondown; -} -); -width = 442; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (44,213); -ref = questiondown; -} -); -width = 507; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (38,184); -ref = questiondown; -} -); -width = 578; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (44,213); -ref = questiondown; -} -); -width = 529; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (38,185); -ref = questiondown; -} -); -width = 593; -} -); -metricLeft = questiondown; -metricRight = questiondown; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.glyph deleted file mode 100644 index b17e3cb5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.glyph +++ /dev/null @@ -1,419 +0,0 @@ -{ -color = 6; -glyphname = questiondown; -kernRight = KO_questiondown; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (445,541); -ref = question; -} -); -width = 445; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (324,516); -ref = question; -} -); -width = 324; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (528,517); -ref = question; -} -); -width = 528; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (603,544); -ref = question; -} -); -width = 603; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (324,516); -ref = question; -} -); -width = 324; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (427,541); -ref = question; -} -); -width = 427; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (509,517); -ref = question; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -} -); -}; -width = 509; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (552,544); -ref = question; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -}; -width = 552; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (528,517); -ref = question; -} -); -width = 528; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (652,544); -ref = question; -} -); -width = 652; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (512,517); -ref = question; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -} -); -}; -width = 512; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (559,544); -ref = question; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -}; -width = 559; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (325,516); -ref = question; -} -); -width = 325; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (442,541); -ref = question; -} -); -width = 442; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (507,517); -ref = question; -} -); -width = 507; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (578,544); -ref = question; -} -); -width = 578; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (529,517); -ref = question; -} -); -width = 529; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (593,544); -ref = question; -} -); -width = 593; -} -); -metricLeft = S; -metricRight = S; -unicode = 191; -userData = { -KernOnSpecialSpacing = { -R = "spaced-off"; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.ss01.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.ss01.case.glyph deleted file mode 100644 index 5c92778f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.ss01.case.glyph +++ /dev/null @@ -1,191 +0,0 @@ -{ -color = 6; -glyphname = questiondown.ss01.case; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,213); -ref = questiondown.ss01; -} -); -width = 302; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,188); -ref = questiondown.ss01; -} -); -width = 445; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,213); -ref = questiondown.ss01; -} -); -width = 528; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,185); -ref = questiondown.ss01; -} -); -width = 603; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -pos = (0,213); -ref = questiondown.ss01; -} -); -width = 272; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,188); -ref = questiondown.ss01; -} -); -width = 427; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,213); -ref = questiondown.ss01; -} -); -width = 509; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,184); -ref = questiondown.ss01; -} -); -width = 552; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,213); -ref = questiondown.ss01; -} -); -width = 528; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -pos = (0,185); -ref = questiondown.ss01; -} -); -width = 593; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,213); -ref = questiondown.ss01; -} -); -width = 504; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,184); -ref = questiondown.ss01; -} -); -width = 559; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (44,213); -ref = questiondown.ss01; -} -); -width = 300; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (39,188); -ref = questiondown.ss01; -} -); -width = 441; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (44,213); -ref = questiondown.ss01; -} -); -width = 507; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (38,184); -ref = questiondown.ss01; -} -); -width = 578; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (44,213); -ref = questiondown.ss01; -} -); -width = 529; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (38,185); -ref = questiondown.ss01; -} -); -width = 591; -} -); -metricLeft = questiondown.ss01; -metricRight = questiondown.ss01; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.ss01.glyph deleted file mode 100644 index f29130da..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/questiondown.ss01.glyph +++ /dev/null @@ -1,412 +0,0 @@ -{ -color = 6; -glyphname = questiondown.ss01; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (445,541); -ref = question.ss01; -} -); -width = 445; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (302,516); -ref = question.ss01; -} -); -width = 302; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (528,517); -ref = question.ss01; -} -); -width = 528; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (603,544); -ref = question.ss01; -} -); -width = 603; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (272,516); -ref = question.ss01; -} -); -width = 272; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (427,541); -ref = question.ss01; -} -); -width = 427; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (509,517); -ref = question.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -} -); -}; -width = 509; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (552,544); -ref = question.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -}; -width = 552; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (528,517); -ref = question.ss01; -} -); -width = 528; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (593,544); -ref = question.ss01; -} -); -width = 593; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (504,517); -ref = question.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -2 -); -stem = -2; -target = ( -1, -3 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -24 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -3 -); -stem = -2; -target = ( -1, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -} -); -}; -width = 504; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (559,544); -ref = question.ss01; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = S; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = S; -}; -width = 559; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (300,516); -ref = question.ss01; -} -); -width = 300; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (441,541); -ref = question.ss01; -} -); -width = 441; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (507,517); -ref = question.ss01; -} -); -width = 507; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (578,544); -ref = question.ss01; -} -); -width = 578; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (529,517); -ref = question.ss01; -} -); -width = 529; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -angle = 180; -pos = (591,544); -ref = question.ss01; -} -); -width = 591; -} -); -metricLeft = "=|question"; -metricRight = "=|question"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedbl.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quotedbl.glyph deleted file mode 100644 index 8f3cc2db..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedbl.glyph +++ /dev/null @@ -1,499 +0,0 @@ -{ -color = 6; -glyphname = quotedbl; -kernLeft = KO_quotedbl; -kernRight = KO_quotedbl; -layers = ( -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (204,0); -ref = quotesingle; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (204,0); -ref = quotesingle; -} -); -width = 389; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (131,0); -ref = quotesingle; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (131,0); -ref = quotesingle; -} -); -width = 253; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (161,0); -ref = quotesingle; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (161,0); -ref = quotesingle; -} -); -width = 296; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (252,0); -ref = quotesingle; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (252,0); -ref = quotesingle; -} -); -width = 471; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (131,0); -ref = quotesingle; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = quotesingle; -}, -{ -alignment = -1; -pos = (131,0); -ref = quotesingle; -} -); -width = 253; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (204,0); -ref = quotesingle; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (204,0); -ref = quotesingle; -} -); -width = 375; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (161,0); -ref = quotesingle; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = quotesingle; -}, -{ -alignment = -1; -pos = (161,0); -ref = quotesingle; -} -); -width = 327; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (247,0); -ref = quotesingle; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = quotesingle; -}, -{ -alignment = -1; -pos = (247,0); -ref = quotesingle; -} -); -width = 456; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (161,0); -ref = quotesingle; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = quotesingle; -}, -{ -alignment = -1; -pos = (161,0); -ref = quotesingle; -} -); -width = 296; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (252,0); -ref = quotesingle; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = quotesingle; -}, -{ -alignment = -1; -pos = (252,0); -ref = quotesingle; -} -); -width = 471; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (161,0); -ref = quotesingle; -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (157,0); -ref = quotesingle; -} -); -width = 324; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (247,0); -ref = quotesingle; -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (227,0); -ref = quotesingle; -} -); -width = 452; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(178,624,l), -(199,729,l), -(171,729,l), -(150,624,l), -(127,493,l), -(147,493,l) -); -}, -{ -closed = 1; -nodes = ( -(308,624,l), -(329,729,l), -(301,729,l), -(280,624,l), -(257,493,l), -(277,493,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (130,0); -ref = quotesingle; -} -); -width = 252; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (208,0); -ref = quotesingle; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (208,0); -ref = quotesingle; -} -); -width = 392; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (160,0); -ref = quotesingle; -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (160,0); -ref = quotesingle; -} -); -width = 326; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (242,0); -ref = quotesingle; -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (242,0); -ref = quotesingle; -} -); -width = 471; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (160,0); -ref = quotesingle; -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (160,0); -ref = quotesingle; -} -); -width = 295; -}, -{ -background = { -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (249,0); -ref = quotesingle; -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = quotesingle; -}, -{ -alignment = 1; -pos = (249,0); -ref = quotesingle; -} -); -width = 468; -} -); -unicode = 34; -userData = { -KernOnName = quotedbl; -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblbase.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblbase.glyph deleted file mode 100644 index bf6d9dae..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblbase.glyph +++ /dev/null @@ -1,716 +0,0 @@ -{ -color = 6; -glyphname = quotedblbase; -kernRight = KO_quotedblbase; -layers = ( -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (224,0); -ref = comma; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (224,0); -ref = comma; -} -); -width = 435; -}, -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (110,0); -ref = comma; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (163,0); -ref = comma; -} -); -width = 293; -}, -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (129,0); -ref = comma; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (129,0); -ref = comma; -} -); -width = 275; -}, -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (277,0); -ref = comma; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (277,0); -ref = comma; -} -); -width = 544; -}, -{ -background = { -shapes = ( -{ -pos = (164,0); -ref = comma; -}, -{ -pos = (274,0); -ref = comma; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (80,0); -ref = comma; -} -); -width = 180; -}, -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (224,0); -ref = comma; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (209,0); -ref = comma; -} -); -width = 409; -}, -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (129,0); -ref = comma; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (109,0); -ref = comma; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = comma; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = comma; -}; -width = 251; -}, -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (254,0); -ref = comma; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (244,0); -ref = comma; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = comma; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = comma; -}; -width = 467; -}, -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (129,0); -ref = comma; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (116,0); -ref = comma; -} -); -width = 242; -}, -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (277,0); -ref = comma; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (302,0); -ref = comma; -} -); -width = 599; -}, -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (129,0); -ref = comma; -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (127,0); -ref = comma; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = comma; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = comma; -}; -width = 337; -}, -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (254,0); -ref = comma; -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (269,0); -ref = comma; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = comma; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = comma; -}; -width = 558; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-22,-123,l), -(6,-100,o), -(61,-26,o), -(61,14,cs), -(61,30,o), -(51,41,o), -(35,41,cs), -(21,41,o), -(10,32,o), -(10,16,cs), -(10,2,o), -(20,-7,o), -(34,-7,cs), -(39,-7,o), -(43,-6,o), -(46,-4,c), -(41,1,l), -(31,-36,o), -(-6,-86,o), -(-45,-123,c) -); -}, -{ -closed = 1; -nodes = ( -(86,-123,l), -(114,-100,o), -(169,-26,o), -(169,14,cs), -(169,30,o), -(159,41,o), -(143,41,cs), -(129,41,o), -(118,32,o), -(118,16,cs), -(118,2,o), -(128,-7,o), -(142,-7,cs), -(147,-7,o), -(151,-6,o), -(154,-4,c), -(149,1,l), -(139,-36,o), -(102,-86,o), -(63,-123,c) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (108,0); -ref = comma; -} -); -width = 236; -}, -{ -background = { -shapes = ( -{ -ref = comma; -}, -{ -pos = (240,0); -ref = comma; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (240,0); -ref = comma; -} -); -width = 458; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-9,-124,l), -(27,-88,o), -(72,-20,o), -(72,18,cs), -(72,38,o), -(60,51,o), -(40,51,cs), -(22,51,o), -(9,40,o), -(9,20,cs), -(9,3,o), -(21,-8,o), -(39,-8,cs), -(45,-8,o), -(50,-6,o), -(54,-4,c), -(51,2,l), -(40,-35,o), -(6,-83,o), -(-33,-124,c) -); -}, -{ -closed = 1; -nodes = ( -(119,-124,l), -(155,-88,o), -(200,-20,o), -(200,18,cs), -(200,38,o), -(188,51,o), -(168,51,cs), -(150,51,o), -(137,40,o), -(137,20,cs), -(137,3,o), -(149,-8,o), -(167,-8,cs), -(173,-8,o), -(178,-6,o), -(182,-4,c), -(179,2,l), -(168,-35,o), -(134,-83,o), -(95,-124,c) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (128,0); -ref = comma; -} -); -width = 303; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(37,-167,l), -(105,-122,o), -(196,-15,o), -(196,75,cs), -(196,131,o), -(158,167,o), -(102,167,cs), -(40,167,o), -(-1,130,o), -(-1,77,cs), -(-1,32,o), -(34,1,o), -(81,1,cs), -(94,1,o), -(104,3,o), -(111,6,c), -(95,19,l), -(69,-37,o), -(8,-107,o), -(-75,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(285,-167,l), -(353,-122,o), -(444,-15,o), -(444,75,cs), -(444,131,o), -(406,167,o), -(350,167,cs), -(288,167,o), -(247,130,o), -(247,77,cs), -(247,32,o), -(282,1,o), -(329,1,cs), -(342,1,o), -(352,3,o), -(359,6,c), -(343,19,l), -(317,-37,o), -(256,-107,o), -(173,-167,c) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (248,0); -ref = comma; -} -); -width = 495; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-17,-124,l), -(19,-88,o), -(64,-20,o), -(64,18,cs), -(64,38,o), -(52,51,o), -(32,51,cs), -(14,51,o), -(1,40,o), -(1,20,cs), -(1,3,o), -(13,-8,o), -(31,-8,cs), -(37,-8,o), -(42,-6,o), -(46,-4,c), -(43,2,l), -(32,-35,o), -(-2,-83,o), -(-41,-124,c) -); -}, -{ -closed = 1; -nodes = ( -(111,-124,l), -(147,-88,o), -(192,-20,o), -(192,18,cs), -(192,38,o), -(180,51,o), -(160,51,cs), -(142,51,o), -(129,40,o), -(129,20,cs), -(129,3,o), -(141,-8,o), -(159,-8,cs), -(165,-8,o), -(170,-6,o), -(174,-4,c), -(171,2,l), -(160,-35,o), -(126,-83,o), -(87,-124,c) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (128,0); -ref = comma; -} -); -width = 276; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(73,-167,l), -(159,-106,o), -(221,-11,o), -(221,64,cs), -(221,131,o), -(179,175,o), -(102,175,cs), -(27,175,o), -(-16,137,o), -(-16,79,cs), -(-16,29,o), -(21,-4,o), -(87,-4,cs), -(104,-4,o), -(117,-2,o), -(126,1,c), -(113,22,l), -(86,-33,o), -(18,-104,o), -(-69,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(349,-167,l), -(435,-106,o), -(497,-11,o), -(497,64,cs), -(497,131,o), -(455,175,o), -(378,175,cs), -(303,175,o), -(260,137,o), -(260,79,cs), -(260,29,o), -(297,-4,o), -(363,-4,cs), -(380,-4,o), -(393,-2,o), -(402,1,c), -(389,22,l), -(362,-33,o), -(294,-104,o), -(207,-167,c) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = comma; -}, -{ -alignment = 1; -pos = (276,0); -ref = comma; -} -); -width = 543; -} -); -metricLeft = comma; -metricRight = comma; -unicode = 8222; -userData = { -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblbase.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblbase.ss01.glyph deleted file mode 100644 index 2d008cb1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblbase.ss01.glyph +++ /dev/null @@ -1,477 +0,0 @@ -{ -color = 6; -glyphname = quotedblbase.ss01; -kernRight = KO_quotedblbase.ss01; -layers = ( -{ -background = { -shapes = ( -{ -pos = (100,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (100,0); -ref = comma.ss01; -} -); -width = 222; -}, -{ -background = { -shapes = ( -{ -pos = (230,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (230,0); -ref = comma.ss01; -} -); -width = 436; -}, -{ -background = { -shapes = ( -{ -pos = (120,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (120,0); -ref = comma.ss01; -} -); -width = 257; -}, -{ -background = { -shapes = ( -{ -pos = (270,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (270,0); -ref = comma.ss01; -} -); -width = 542; -}, -{ -background = { -shapes = ( -{ -pos = (100,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -}, -{ -alignment = -1; -pos = (100,0); -ref = comma.ss01; -} -); -width = 222; -}, -{ -background = { -shapes = ( -{ -pos = (230,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (230,0); -ref = comma.ss01; -} -); -width = 421; -}, -{ -background = { -shapes = ( -{ -pos = (140,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -}, -{ -alignment = -1; -pos = (140,0); -ref = comma.ss01; -} -); -width = 302; -}, -{ -background = { -shapes = ( -{ -pos = (260,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -}, -{ -alignment = -1; -pos = (260,0); -ref = comma.ss01; -} -); -width = 494; -}, -{ -background = { -shapes = ( -{ -pos = (120,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -}, -{ -alignment = -1; -pos = (120,0); -ref = comma.ss01; -} -); -width = 257; -}, -{ -background = { -shapes = ( -{ -pos = (270,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -}, -{ -alignment = -1; -pos = (270,0); -ref = comma.ss01; -} -); -width = 542; -}, -{ -background = { -shapes = ( -{ -pos = (140,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (138,0); -ref = comma.ss01; -} -); -width = 301; -}, -{ -background = { -shapes = ( -{ -pos = (260,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (246,0); -ref = comma.ss01; -} -); -width = 493; -}, -{ -background = { -shapes = ( -{ -pos = (105,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (105,0); -ref = comma.ss01; -} -); -width = 226; -}, -{ -background = { -shapes = ( -{ -pos = (220,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (220,0); -ref = comma.ss01; -} -); -width = 423; -}, -{ -background = { -shapes = ( -{ -pos = (120,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (120,0); -ref = comma.ss01; -} -); -width = 283; -}, -{ -background = { -shapes = ( -{ -pos = (240,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (240,0); -ref = comma.ss01; -} -); -width = 492; -}, -{ -background = { -shapes = ( -{ -pos = (120,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (120,0); -ref = comma.ss01; -} -); -width = 256; -}, -{ -background = { -shapes = ( -{ -pos = (266,0); -ref = comma.ss01; -}, -{ -ref = comma.ss01; -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -pos = (266,0); -ref = comma.ss01; -} -); -width = 534; -} -); -metricLeft = comma.ss01; -metricRight = comma.ss01; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblleft.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblleft.glyph deleted file mode 100644 index c2a4e1bb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblleft.glyph +++ /dev/null @@ -1,233 +0,0 @@ -{ -color = 6; -glyphname = quotedblleft; -kernLeft = KO_quotedblleft; -kernRight = KO_quotedblleft; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (435,562); -ref = quotedblbase; -} -); -width = 435; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (293,604); -ref = quotedblbase; -} -); -width = 293; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (275,605); -ref = quotedblbase; -} -); -width = 275; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (544,562); -ref = quotedblbase; -} -); -width = 544; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (180,604); -ref = quotedblbase; -} -); -width = 180; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (409,572); -ref = quotedblbase; -} -); -width = 409; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (251,583); -ref = quotedblbase; -} -); -width = 251; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (457,558); -ref = quotedblbase; -} -); -width = 457; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (235,571); -ref = quotedblbase; -} -); -width = 235; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (599,556); -ref = quotedblbase; -} -); -width = 599; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (337,583); -ref = quotedblbase; -} -); -width = 337; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (558,562); -ref = quotedblbase; -} -); -width = 558; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (255,606); -ref = quotedblbase; -} -); -width = 236; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (462,561); -ref = quotedblbase; -} -); -width = 458; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (321,605); -ref = quotedblbase; -} -); -width = 303; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (499,562); -ref = quotedblbase; -} -); -width = 495; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (294,605); -ref = quotedblbase; -} -); -width = 276; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (547,562); -ref = quotedblbase; -} -); -width = 543; -} -); -metricLeft = "=|comma"; -metricRight = "=|comma"; -unicode = 8220; -userData = { -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblleft.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblleft.ss01.glyph deleted file mode 100644 index f39a105d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblleft.ss01.glyph +++ /dev/null @@ -1,226 +0,0 @@ -{ -color = 6; -glyphname = quotedblleft.ss01; -kernLeft = KO_quotedblleft.ss01; -kernRight = KO_quotedblleft.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (222,588); -ref = quotedblbase.ss01; -} -); -width = 222; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (436,552); -ref = quotedblbase.ss01; -} -); -width = 436; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (257,588); -ref = quotedblbase.ss01; -} -); -width = 257; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (542,552); -ref = quotedblbase.ss01; -} -); -width = 542; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (222,588); -ref = quotedblbase.ss01; -} -); -width = 222; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (421,552); -ref = quotedblbase.ss01; -} -); -width = 421; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (302,588); -ref = quotedblbase.ss01; -} -); -width = 302; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (494,552); -ref = quotedblbase.ss01; -} -); -width = 494; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (257,588); -ref = quotedblbase.ss01; -} -); -width = 257; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (542,552); -ref = quotedblbase.ss01; -} -); -width = 542; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (301,588); -ref = quotedblbase.ss01; -} -); -width = 301; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (493,552); -ref = quotedblbase.ss01; -} -); -width = 493; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (241,588); -ref = quotedblbase.ss01; -} -); -width = 226; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (425,552); -ref = quotedblbase.ss01; -} -); -width = 423; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (298,588); -ref = quotedblbase.ss01; -} -); -width = 283; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (494,552); -ref = quotedblbase.ss01; -} -); -width = 492; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (271,588); -ref = quotedblbase.ss01; -} -); -width = 256; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (536,552); -ref = quotedblbase.ss01; -} -); -width = 534; -} -); -metricLeft = "=|comma.ss01"; -metricRight = "=|comma.ss01"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblright.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblright.glyph deleted file mode 100644 index 6ef46fc5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblright.glyph +++ /dev/null @@ -1,215 +0,0 @@ -{ -color = 6; -glyphname = quotedblright; -kernLeft = KO_quoteright; -kernRight = KO_quotedblright; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -pos = (0,575); -ref = quotedblbase; -} -); -width = 435; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -pos = (0,695); -ref = quotedblbase; -} -); -width = 293; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -pos = (0,686); -ref = quotedblbase; -} -); -width = 275; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -pos = (0,565); -ref = quotedblbase; -} -); -width = 544; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 3; -pos = (0,685); -ref = quotedblbase; -} -); -width = 180; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -pos = (0,555); -ref = quotedblbase; -} -); -width = 409; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,673); -ref = quotedblbase; -} -); -width = 251; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,539); -ref = quotedblbase; -} -); -width = 457; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,676); -ref = quotedblbase; -} -); -width = 235; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 3; -pos = (0,542); -ref = quotedblbase; -} -); -width = 599; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -pos = (0,668); -ref = quotedblbase; -} -); -width = 337; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -pos = (0,551); -ref = quotedblbase; -} -); -width = 558; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -pos = (144,693); -ref = quotedblbase; -} -); -width = 236; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -pos = (119,573); -ref = quotedblbase; -} -); -width = 458; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -pos = (142,685); -ref = quotedblbase; -} -); -width = 303; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -pos = (118,570); -ref = quotedblbase; -} -); -width = 495; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -pos = (142,686); -ref = quotedblbase; -} -); -width = 276; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -pos = (117,565); -ref = quotedblbase; -} -); -width = 543; -} -); -metricLeft = comma; -metricRight = comma; -unicode = 8221; -userData = { -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblright.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblright.ss01.glyph deleted file mode 100644 index a1bb547f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quotedblright.ss01.glyph +++ /dev/null @@ -1,208 +0,0 @@ -{ -color = 6; -glyphname = quotedblright.ss01; -kernLeft = KO_quoteright.ss01; -kernRight = KO_quoteright.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -pos = (0,674); -ref = quotedblbase.ss01; -} -); -width = 222; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -pos = (0,564); -ref = quotedblbase.ss01; -} -); -width = 436; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -pos = (0,672); -ref = quotedblbase.ss01; -} -); -width = 257; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -pos = (0,565); -ref = quotedblbase.ss01; -} -); -width = 542; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,674); -ref = quotedblbase.ss01; -} -); -width = 222; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -pos = (0,564); -ref = quotedblbase.ss01; -} -); -width = 421; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,672); -ref = quotedblbase.ss01; -} -); -width = 302; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,567); -ref = quotedblbase.ss01; -} -); -width = 494; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,672); -ref = quotedblbase.ss01; -} -); -width = 257; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,565); -ref = quotedblbase.ss01; -} -); -width = 542; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -pos = (0,672); -ref = quotedblbase.ss01; -} -); -width = 301; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -pos = (0,567); -ref = quotedblbase.ss01; -} -); -width = 493; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -pos = (140,674); -ref = quotedblbase.ss01; -} -); -width = 226; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -pos = (116,562); -ref = quotedblbase.ss01; -} -); -width = 423; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -pos = (139,672); -ref = quotedblbase.ss01; -} -); -width = 283; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -pos = (116,559); -ref = quotedblbase.ss01; -} -); -width = 492; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -pos = (140,676); -ref = quotedblbase.ss01; -} -); -width = 256; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -pos = (117,565); -ref = quotedblbase.ss01; -} -); -width = 534; -} -); -metricLeft = comma.ss01; -metricRight = comma.ss01; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quoteleft.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quoteleft.glyph deleted file mode 100644 index df09030e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quoteleft.glyph +++ /dev/null @@ -1,249 +0,0 @@ -{ -color = 6; -glyphname = quoteleft; -kernLeft = KO_quoteleft; -kernRight = KO_quoteleft; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (211,562); -ref = quotesinglbase; -} -); -width = 211; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (130,604); -ref = quotesinglbase; -} -); -width = 130; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (146,605); -ref = quotesinglbase; -} -); -width = 146; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (267,562); -ref = quotesinglbase; -} -); -width = 267; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (100,604); -ref = quotesinglbase; -} -); -width = 100; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (200,572); -ref = quotesinglbase; -} -); -width = 200; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (179,605); -ref = quotesinglbase; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblleft; -}; -width = 179; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (220,562); -ref = quotesinglbase; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblleft; -}; -width = 220; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (126,571); -ref = quotesinglbase; -} -); -width = 126; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (297,556); -ref = quotesinglbase; -} -); -width = 297; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (210,585); -ref = quotesinglbase; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblleft; -}; -width = 210; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (289,562); -ref = quotesinglbase; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblleft; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblleft; -}; -width = 289; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (147,606); -ref = quotesinglbase; -} -); -width = 128; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (222,562); -ref = quotesinglbase; -} -); -width = 218; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (193,605); -ref = quotesinglbase; -} -); -width = 175; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (251,562); -ref = quotesinglbase; -} -); -width = 247; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (166,605); -ref = quotesinglbase; -} -); -width = 148; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (271,562); -ref = quotesinglbase; -} -); -width = 267; -} -); -metricLeft = quotedblleft; -metricRight = quotedblleft; -unicode = 8216; -userData = { -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quoteleft.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quoteleft.ss01.glyph deleted file mode 100644 index 94cba3e8..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quoteleft.ss01.glyph +++ /dev/null @@ -1,226 +0,0 @@ -{ -color = 6; -glyphname = quoteleft.ss01; -kernLeft = KO_quotedblleft.ss01; -kernRight = KO_quotedblleft.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (122,588); -ref = comma.ss01; -} -); -width = 122; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (206,552); -ref = comma.ss01; -} -); -width = 206; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (137,588); -ref = comma.ss01; -} -); -width = 137; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (272,552); -ref = comma.ss01; -} -); -width = 272; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (122,588); -ref = comma.ss01; -} -); -width = 122; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (191,552); -ref = comma.ss01; -} -); -width = 191; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (162,588); -ref = comma.ss01; -} -); -width = 162; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (234,552); -ref = comma.ss01; -} -); -width = 234; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (137,588); -ref = comma.ss01; -} -); -width = 137; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (272,552); -ref = comma.ss01; -} -); -width = 272; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (163,588); -ref = comma.ss01; -} -); -width = 163; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (247,552); -ref = comma.ss01; -} -); -width = 247; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (136,588); -ref = comma.ss01; -} -); -width = 121; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (205,552); -ref = comma.ss01; -} -); -width = 203; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (178,588); -ref = comma.ss01; -} -); -width = 163; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (254,552); -ref = comma.ss01; -} -); -width = 252; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (151,588); -ref = comma.ss01; -} -); -width = 136; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -angle = 180; -pos = (270,552); -ref = comma.ss01; -} -); -width = 268; -} -); -metricLeft = "=|comma.ss01"; -metricRight = "=|comma.ss01"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quoteright.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quoteright.glyph deleted file mode 100644 index 55f0fd4d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quoteright.glyph +++ /dev/null @@ -1,232 +0,0 @@ -{ -color = 6; -glyphname = quoteright; -kernLeft = KO_quoteright; -kernRight = KO_quoteright; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -pos = (0,574); -ref = quotesinglbase; -} -); -width = 211; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -pos = (0,695); -ref = quotesinglbase; -} -); -width = 130; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -pos = (0,683); -ref = quotesinglbase; -} -); -width = 146; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -pos = (0,565); -ref = quotesinglbase; -} -); -width = 267; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 3; -pos = (0,685); -ref = quotesinglbase; -} -); -width = 100; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -pos = (0,558); -ref = quotesinglbase; -} -); -width = 200; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,674); -ref = quotesinglbase; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblright; -}; -width = 199; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,538); -ref = quotesinglbase; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblright; -}; -width = 223; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,673); -ref = quotesinglbase; -} -); -width = 126; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 3; -pos = (0,543); -ref = quotesinglbase; -} -); -width = 297; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -pos = (0,675); -ref = quotesinglbase; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblright; -}; -width = 210; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -pos = (0,552); -ref = quotesinglbase; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedblright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedblright; -}; -width = 289; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -pos = (144,695); -ref = quotesinglbase; -} -); -width = 128; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -pos = (119,575); -ref = quotesinglbase; -} -); -width = 218; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -pos = (142,685); -ref = quotesinglbase; -} -); -width = 175; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -pos = (118,572); -ref = quotesinglbase; -} -); -width = 247; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -pos = (142,686); -ref = quotesinglbase; -} -); -width = 148; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -pos = (117,565); -ref = quotesinglbase; -} -); -width = 267; -} -); -metricLeft = quotedblright; -metricRight = quotedblright; -unicode = 8217; -userData = { -KernOnName = quoteright; -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quoteright.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quoteright.ss01.glyph deleted file mode 100644 index c5e82e62..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quoteright.ss01.glyph +++ /dev/null @@ -1,208 +0,0 @@ -{ -color = 6; -glyphname = quoteright.ss01; -kernLeft = KO_quoteright.ss01; -kernRight = KO_quoteright.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 3; -pos = (0,674); -ref = comma.ss01; -} -); -width = 122; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 3; -pos = (0,564); -ref = comma.ss01; -} -); -width = 206; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 3; -pos = (0,674); -ref = comma.ss01; -} -); -width = 137; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 3; -pos = (0,565); -ref = comma.ss01; -} -); -width = 272; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,674); -ref = comma.ss01; -} -); -width = 122; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 3; -pos = (0,564); -ref = comma.ss01; -} -); -width = 191; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,672); -ref = comma.ss01; -} -); -width = 162; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,567); -ref = comma.ss01; -} -); -width = 234; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,674); -ref = comma.ss01; -} -); -width = 137; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,565); -ref = comma.ss01; -} -); -width = 272; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 3; -pos = (0,672); -ref = comma.ss01; -} -); -width = 163; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 3; -pos = (0,567); -ref = comma.ss01; -} -); -width = 247; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 3; -pos = (140,674); -ref = comma.ss01; -} -); -width = 121; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 3; -pos = (116,561); -ref = comma.ss01; -} -); -width = 203; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 3; -pos = (140,674); -ref = comma.ss01; -} -); -width = 163; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 3; -pos = (117,564); -ref = comma.ss01; -} -); -width = 252; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 3; -pos = (140,674); -ref = comma.ss01; -} -); -width = 136; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 3; -pos = (117,564); -ref = comma.ss01; -} -); -width = 268; -} -); -metricLeft = comma.ss01; -metricRight = comma.ss01; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quotesinglbase.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quotesinglbase.glyph deleted file mode 100644 index 48cafcb3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quotesinglbase.glyph +++ /dev/null @@ -1,194 +0,0 @@ -{ -color = 6; -glyphname = quotesinglbase; -kernRight = KO_quotedblbase; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 211; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 130; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 146; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 267; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 100; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 200; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = comma; -} -); -width = 179; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = comma; -} -); -width = 220; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = comma; -} -); -width = 146; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 297; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 210; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 289; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 128; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 218; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 175; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 247; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 148; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = comma; -} -); -width = 267; -} -); -unicode = 8218; -userData = { -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quotesinglbase.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quotesinglbase.ss01.glyph deleted file mode 100644 index 75e46cad..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quotesinglbase.ss01.glyph +++ /dev/null @@ -1,188 +0,0 @@ -{ -color = 6; -glyphname = quotesinglbase.ss01; -kernLeft = KO_comma.ss01; -kernRight = KO_quotedblbase.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 122; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 206; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 137; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 272; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -} -); -width = 122; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 191; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -} -); -width = 162; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -} -); -width = 234; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -} -); -width = 137; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -} -); -width = 272; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 163; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 247; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 121; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 203; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 163; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 252; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 136; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -} -); -width = 268; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/quotesingle.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/quotesingle.glyph deleted file mode 100644 index ce4b4ed2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/quotesingle.glyph +++ /dev/null @@ -1,576 +0,0 @@ -{ -glyphname = quotesingle; -kernLeft = KO_quotedbl; -kernRight = KO_quotesingle; -layers = ( -{ -anchors = ( -{ -name = "#entry"; -pos = (-9,0); -}, -{ -name = "#exit"; -pos = (195,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(175,554,l), -(175,729,l), -(11,729,l), -(11,554,l), -(55,354,l), -(130,354,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(130,410,l), -(175,622,l), -(175,729,l), -(11,729,l), -(11,622,l), -(55,410,l) -); -} -); -width = 185; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-26,0); -}, -{ -name = "#exit"; -pos = (105,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(75,605,l), -(75,729,l), -(47,729,l), -(47,605,l), -(51,452,l), -(71,452,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(71,493,l), -(75,624,l), -(75,729,l), -(47,729,l), -(47,624,l), -(51,493,l) -); -} -); -width = 122; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-19,0); -}, -{ -name = "#exit"; -pos = (142,0); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(78,492,l), -(84,623,l), -(84,729,l), -(51,729,l), -(51,623,l), -(58,492,l) -); -} -); -width = 135; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-49,0); -}, -{ -name = "#exit"; -pos = (203,0); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,410,l), -(199,600,l), -(199,729,l), -(21,729,l), -(21,600,l), -(66,410,l) -); -} -); -width = 219; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-46,0); -}, -{ -name = "#exit"; -pos = (85,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(75,605,l), -(75,729,l), -(47,729,l), -(47,605,l), -(51,452,l), -(71,452,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(51,493,l), -(55,624,l), -(55,729,l), -(27,729,l), -(27,624,l), -(31,493,l) -); -} -); -width = 82; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-16,0); -}, -{ -name = "#exit"; -pos = (188,0); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(175,554,l), -(175,729,l), -(11,729,l), -(11,554,l), -(55,354,l), -(130,354,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(123,410,l), -(168,622,l), -(168,729,l), -(4,729,l), -(4,622,l), -(48,410,l) -); -} -); -width = 171; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-19,0); -}, -{ -name = "#exit"; -pos = (142,0); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,492,l), -(79,623,l), -(79,729,l), -(46,729,l), -(46,623,l), -(53,492,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedbl; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedbl; -}; -width = 126; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-56,0); -}, -{ -name = "#exit"; -pos = (191,0); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(135,410,l), -(179,608,l), -(179,729,l), -(9,729,l), -(9,608,l), -(52,410,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedbl; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedbl; -}; -width = 187; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-29,0); -}, -{ -name = "#exit"; -pos = (132,0); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(68,492,l), -(74,623,l), -(74,729,l), -(41,729,l), -(41,623,l), -(48,492,l) -); -} -); -width = 115; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-59,0); -}, -{ -name = "#exit"; -pos = (193,0); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(142,410,l), -(189,600,l), -(189,729,l), -(11,729,l), -(11,600,l), -(56,410,l) -); -} -); -width = 199; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (4,0); -}, -{ -name = "#exit"; -pos = (161,0); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(94,492,l), -(100,623,l), -(100,729,l), -(67,729,l), -(67,623,l), -(74,492,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedbl; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedbl; -}; -width = 167; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-27,0); -}, -{ -name = "#exit"; -pos = (200,0); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(153,410,l), -(198,608,l), -(198,729,l), -(29,729,l), -(29,608,l), -(71,410,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = quotedbl; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = quotedbl; -}; -width = 225; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-27,0); -}, -{ -name = "#exit"; -pos = (103,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,493,l), -(151,624,l), -(172,729,l), -(144,729,l), -(123,624,l), -(100,493,l) -); -} -); -width = 122; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-10,0); -}, -{ -name = "#exit"; -pos = (198,0); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,410,l), -(247,622,l), -(269,729,l), -(105,729,l), -(83,622,l), -(83,410,l) -); -} -); -width = 184; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (2,0); -}, -{ -name = "#exit"; -pos = (162,0); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,492,l), -(175,623,l), -(197,729,l), -(164,729,l), -(142,623,l), -(121,492,l) -); -} -); -width = 166; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-35,0); -}, -{ -name = "#exit"; -pos = (207,0); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,410,l), -(270,608,l), -(295,729,l), -(125,729,l), -(100,608,l), -(102,410,l) -); -} -); -width = 229; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-19,0); -}, -{ -name = "#exit"; -pos = (141,0); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(125,492,l), -(159,623,l), -(181,729,l), -(148,729,l), -(126,623,l), -(105,492,l) -); -} -); -width = 135; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-49,0); -}, -{ -name = "#exit"; -pos = (200,0); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(181,410,l), -(267,600,l), -(294,729,l), -(116,729,l), -(89,600,l), -(95,410,l) -); -} -); -width = 219; -} -); -unicode = 39; -userData = { -KernOnSpecialSpacing = { -L = quotes; -R = quotes; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/r.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/r.glyph deleted file mode 100644 index 042042e4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/r.glyph +++ /dev/null @@ -1,1028 +0,0 @@ -{ -glyphname = r; -kernLeft = KO_n; -kernRight = KO_r; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (116,0); -}, -{ -name = top; -pos = (155,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(204,284,ls), -(204,359,o), -(219,372,o), -(259,372,cs), -(275,372,o), -(286,371,o), -(297,369,c), -(297,545,l), -(293,545,o), -(290,544,o), -(288,544,cs), -(231,540,o), -(214,513,o), -(201,462,c), -(194,462,l), -(188,541,l), -(27,541,l), -(27,0,l) -); -} -); -width = 309; -}, -{ -anchors = ( -{ -name = bottom; -pos = (75,0); -}, -{ -name = top; -pos = (118,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,0,l), -(89,320,ls), -(89,422,o), -(118,491,o), -(192,491,cs), -(200,491,o), -(207,490,o), -(212,489,c), -(212,523,l), -(206,525,o), -(199,526,o), -(192,526,cs), -(148,526,o), -(110,500,o), -(91,430,c), -(90,430,l), -(88,516,l), -(60,516,l), -(60,0,l) -); -} -); -width = 208; -}, -{ -anchors = ( -{ -name = bottom; -pos = (84,0); -}, -{ -name = top; -pos = (161,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(102,0,l), -(102,336,l), -(111,432,o), -(181,488,o), -(268,488,cs), -(288,488,o), -(307,486,o), -(319,481,c), -(319,517,l), -(309,521,o), -(290,524,o), -(267,524,cs), -(190,524,o), -(126,482,o), -(104,413,c), -(102,413,l), -(98,517,l), -(66,517,l), -(66,0,l) -); -} -); -width = 331; -}, -{ -anchors = ( -{ -name = bottom; -pos = (154,0); -}, -{ -name = top; -pos = (231,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,222,ls), -(264,322,o), -(307,357,o), -(392,357,cs), -(406,357,o), -(424,355,o), -(440,353,c), -(440,551,l), -(427,552,o), -(414,552,o), -(398,552,cs), -(330,552,o), -(281,518,o), -(259,466,c), -(251,466,l), -(244,544,l), -(43,544,l), -(43,0,l) -); -} -); -width = 447; -}, -{ -anchors = ( -{ -name = bottom; -pos = (52,0); -}, -{ -name = top; -pos = (95,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,0,l), -(66,333,ls), -(66,434,o), -(102,487,o), -(164,487,cs), -(169,487,o), -(174,487,o), -(177,486,c), -(177,518,l), -(174,519,o), -(169,520,o), -(164,520,cs), -(123,520,o), -(85,499,o), -(67,443,c), -(67,443,l), -(65,516,l), -(36,516,l), -(36,0,l) -); -} -); -width = 182; -}, -{ -anchors = ( -{ -name = bottom; -pos = (105,0); -}, -{ -name = top; -pos = (144,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,0,l), -(193,266,ls), -(193,320,o), -(210,345,o), -(247,345,cs), -(263,345,o), -(275,344,o), -(286,342,c), -(286,547,l), -(282,547,o), -(279,547,o), -(277,547,cs), -(230,547,o), -(203,518,o), -(185,449,c), -(184,449,l), -(177,541,l), -(16,541,l), -(16,0,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = bottom; -pos = (77,0); -}, -{ -name = top; -pos = (145,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(121,0,l), -(121,336,l), -(130,432,o), -(200,488,o), -(287,488,cs), -(307,488,o), -(326,486,o), -(338,481,c), -(338,517,l), -(328,521,o), -(309,524,o), -(286,524,cs), -(209,524,o), -(145,482,o), -(123,413,c), -(121,413,l), -(117,517,l), -(85,517,l), -(85,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(95,0,l), -(95,336,l), -(104,431,o), -(174,487,o), -(261,487,cs), -(272,487,o), -(283,486,o), -(292,485,c), -(292,521,l), -(283,522,o), -(272,523,o), -(260,523,cs), -(184,523,o), -(118,479,o), -(95,413,c), -(95,413,l), -(91,517,l), -(59,517,l), -(59,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 297; -}, -{ -anchors = ( -{ -name = bottom; -pos = (187,0); -}, -{ -name = top; -pos = (187,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(245,0,l), -(245,218,l), -(245,339,o), -(303,375,o), -(380,375,cs), -(398,375,o), -(412,373,o), -(425,368,c), -(425,548,l), -(412,551,o), -(400,553,o), -(382,553,cs), -(313,553,o), -(265,526,o), -(241,455,c), -(234,455,l), -(227,544,l), -(54,544,l), -(54,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,0,l), -(221,252,ls), -(221,325,o), -(250,366,o), -(354,366,cs), -(368,366,o), -(381,366,o), -(388,366,c), -(388,550,l), -(379,550,o), -(370,550,o), -(358,550,cs), -(286,550,o), -(235,515,o), -(212,452,c), -(211,452,l), -(203,544,l), -(30,544,l), -(30,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -}; -width = 387; -}, -{ -anchors = ( -{ -name = bottom; -pos = (74,0); -}, -{ -name = top; -pos = (151,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(92,0,l), -(92,336,l), -(101,432,o), -(181,488,o), -(268,488,cs), -(290,488,o), -(315,486,o), -(328,481,c), -(328,517,l), -(317,521,o), -(292,524,o), -(267,524,cs), -(190,524,o), -(115,482,o), -(93,413,c), -(92,413,l), -(88,517,l), -(56,517,l), -(56,0,l) -); -} -); -width = 332; -}, -{ -anchors = ( -{ -name = bottom; -pos = (144,0); -}, -{ -name = top; -pos = (221,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,0,l), -(254,222,ls), -(254,322,o), -(297,357,o), -(382,357,cs), -(396,357,o), -(414,355,o), -(430,353,c), -(430,551,l), -(417,552,o), -(404,552,o), -(388,552,cs), -(320,552,o), -(264,518,o), -(242,466,c), -(241,466,l), -(234,544,l), -(33,544,l), -(33,0,l) -); -} -); -width = 432; -}, -{ -anchors = ( -{ -name = bottom; -pos = (104,0); -}, -{ -name = top; -pos = (170,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(121,0,l), -(121,336,l), -(130,432,o), -(200,488,o), -(287,488,cs), -(307,488,o), -(326,486,o), -(338,481,c), -(338,517,l), -(328,521,o), -(309,524,o), -(286,524,cs), -(209,524,o), -(145,482,o), -(123,413,c), -(121,413,l), -(117,517,l), -(85,517,l), -(85,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(122,0,l), -(122,336,l), -(131,432,o), -(199,488,o), -(284,488,cs), -(292,488,o), -(300,487,o), -(306,487,c), -(306,523,l), -(300,523,o), -(292,524,o), -(283,524,cs), -(210,524,o), -(147,480,o), -(124,413,c), -(122,413,l), -(118,517,l), -(86,517,l), -(86,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -18 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 333; -}, -{ -anchors = ( -{ -name = bottom; -pos = (209,0); -}, -{ -name = top; -pos = (205,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(245,0,l), -(245,218,l), -(245,339,o), -(303,375,o), -(380,375,cs), -(398,375,o), -(412,373,o), -(425,368,c), -(425,548,l), -(412,551,o), -(400,553,o), -(382,553,cs), -(313,553,o), -(265,526,o), -(241,455,c), -(234,455,l), -(227,544,l), -(54,544,l), -(54,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(242,0,l), -(242,257,ls), -(242,331,o), -(266,372,o), -(364,372,cs), -(370,372,o), -(374,372,o), -(377,372,c), -(377,551,l), -(374,551,o), -(372,551,o), -(368,551,cs), -(309,551,o), -(263,534,o), -(240,465,c), -(228,465,l), -(224,544,l), -(52,544,l), -(52,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = n; -}; -width = 396; -}, -{ -anchors = ( -{ -name = bottom; -pos = (22,0); -}, -{ -name = top; -pos = (181,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(36,0,l), -(102,320,ls), -(124,422,o), -(167,491,o), -(239,491,cs), -(244,491,o), -(250,491,o), -(259,489,c), -(266,523,l), -(262,525,o), -(254,526,o), -(245,526,cs), -(200,526,o), -(159,498,o), -(129,440,c), -(127,440,l), -(143,516,l), -(115,516,l), -(7,0,l) -); -} -); -width = 207; -}, -{ -anchors = ( -{ -name = bottom; -pos = (58,0); -}, -{ -name = top; -pos = (220,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,0,l), -(206,284,ls), -(221,356,o), -(238,372,o), -(277,372,cs), -(293,372,o), -(303,372,o), -(315,373,c), -(351,545,l), -(340,545,o), -(337,544,o), -(335,544,cs), -(292,541,o), -(262,513,o), -(239,462,c), -(232,462,l), -(243,541,l), -(83,541,l), -(-30,0,l) -); -} -); -width = 305; -}, -{ -anchors = ( -{ -name = bottom; -pos = (49,0); -}, -{ -name = top; -pos = (235,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(67,0,l), -(138,336,l), -(166,432,o), -(243,488,o), -(327,488,cs), -(344,488,o), -(363,486,o), -(372,481,c), -(381,517,l), -(372,521,o), -(353,524,o), -(332,524,cs), -(256,524,o), -(190,480,o), -(153,414,c), -(150,414,l), -(169,517,l), -(139,517,l), -(31,0,l) -); -} -); -width = 349; -}, -{ -anchors = ( -{ -name = bottom; -pos = (93,0); -}, -{ -name = top; -pos = (271,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,0,l), -(230,206,ls), -(255,327,o), -(315,366,o), -(377,366,cs), -(393,366,o), -(408,364,o), -(416,359,c), -(455,550,l), -(443,553,o), -(430,554,o), -(415,554,cs), -(361,554,o), -(304,517,o), -(278,453,c), -(271,453,l), -(282,544,l), -(111,544,l), -(-2,0,l) -); -} -); -width = 418; -}, -{ -anchors = ( -{ -name = bottom; -pos = (30,0); -}, -{ -name = top; -pos = (230,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(48,0,l), -(118,336,l), -(147,432,o), -(228,488,o), -(313,488,cs), -(333,488,o), -(351,486,o), -(362,481,c), -(370,517,l), -(360,521,o), -(342,524,o), -(319,524,cs), -(243,524,o), -(172,482,o), -(135,413,c), -(133,413,l), -(152,517,l), -(120,517,l), -(12,0,l) -); -} -); -width = 327; -}, -{ -anchors = ( -{ -name = bottom; -pos = (97,0); -}, -{ -name = top; -pos = (295,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,l), -(252,221,ls), -(274,322,o), -(322,357,o), -(397,358,cs), -(415,358,o), -(434,356,o), -(451,352,c), -(493,550,l), -(481,551,o), -(467,552,o), -(452,552,cs), -(387,552,o), -(330,517,o), -(300,466,c), -(292,466,l), -(300,544,l), -(101,544,l), -(-13,0,l) -); -} -); -width = 441; -} -); -metricLeft = l; -unicode = 114; -userData = { -KernOnName = r; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/racute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/racute.glyph deleted file mode 100644 index ca0649ff..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/racute.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = racute; -kernRight = KO_r; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = r; -}, -{ -pos = (62,-156); -ref = acutecomb; -} -); -width = 208; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = r; -}, -{ -pos = (43,-137); -ref = acutecomb; -} -); -width = 309; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = r; -}, -{ -pos = (103,-155); -ref = acutecomb; -} -); -width = 331; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = r; -}, -{ -pos = (114,-129); -ref = acutecomb; -} -); -width = 447; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = r; -}, -{ -pos = (59,-156); -ref = acutecomb; -} -); -width = 182; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = r; -}, -{ -pos = (42,-137); -ref = acutecomb; -} -); -width = 290; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = r; -}, -{ -pos = (110,-155); -ref = acutecomb; -} -); -width = 297; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = r; -}, -{ -pos = (96,-134); -ref = acutecomb; -} -); -width = 387; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = r; -}, -{ -pos = (103,-155); -ref = acutecomb; -} -); -width = 332; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = r; -}, -{ -pos = (114,-129); -ref = acutecomb; -} -); -width = 432; -}, -{ -layerId = m019; -shapes = ( -{ -ref = r; -}, -{ -pos = (114,-155); -ref = acutecomb; -} -); -width = 333; -}, -{ -layerId = m020; -shapes = ( -{ -ref = r; -}, -{ -pos = (95,-134); -ref = acutecomb; -} -); -width = 396; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = r; -}, -{ -pos = (40,-156); -ref = acutecomb; -} -); -width = 207; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = r; -}, -{ -pos = (25,-137); -ref = acutecomb; -} -); -width = 305; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = r; -}, -{ -pos = (93,-155); -ref = acutecomb; -} -); -width = 349; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = r; -}, -{ -pos = (76,-134); -ref = acutecomb; -} -); -width = 418; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = r; -}, -{ -pos = (87,-155); -ref = acutecomb; -} -); -width = 327; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = r; -}, -{ -pos = (95,-129); -ref = acutecomb; -} -); -width = 441; -} -); -unicode = 341; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/radical.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/radical.glyph deleted file mode 100644 index 2504c1bd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/radical.glyph +++ /dev/null @@ -1,480 +0,0 @@ -{ -glyphname = radical; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(416,-151,l), -(581,729,l), -(395,729,l), -(292,41,l), -(284,41,l), -(218,503,l), -(9,503,l), -(9,340,l), -(80,340,l), -(167,-151,l) -); -} -); -width = 587; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(203,-151,l), -(406,729,l), -(376,729,l), -(185,-100,l), -(183,-100,l), -(77,369,l), -(-4,369,l), -(-4,335,l), -(53,335,l), -(167,-151,l) -); -} -); -width = 406; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(325,-151,l), -(675,729,l), -(636,729,l), -(310,-93,l), -(307,-93,l), -(127,366,l), -(10,366,l), -(10,335,l), -(100,335,l), -(293,-151,l) -); -} -); -width = 684; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(557,-151,l), -(850,729,l), -(593,729,l), -(400,80,l), -(390,80,l), -(297,456,l), -(1,456,l), -(1,239,l), -(108,239,l), -(230,-151,l) -); -} -); -width = 839; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,-151,l), -(388,729,l), -(358,729,l), -(167,-100,l), -(165,-100,l), -(59,369,l), -(-22,369,l), -(-22,335,l), -(35,335,l), -(149,-151,l) -); -} -); -width = 370; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(411,-151,l), -(576,729,l), -(390,729,l), -(287,41,l), -(279,41,l), -(213,503,l), -(4,503,l), -(4,340,l), -(75,340,l), -(162,-151,l) -); -} -); -width = 577; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,-151,l), -(563,729,l), -(521,729,l), -(258,-90,l), -(255,-90,l), -(109,369,l), -(4,369,l), -(4,335,l), -(79,335,l), -(237,-151,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 565; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(506,-151,l), -(780,729,l), -(565,729,l), -(374,47,l), -(366,47,l), -(252,493,l), -(-3,493,l), -(-3,312,l), -(94,312,l), -(233,-151,l) -); -} -); -width = 773; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,-151,l), -(670,729,l), -(631,729,l), -(305,-93,l), -(302,-93,l), -(122,366,l), -(5,366,l), -(5,335,l), -(95,335,l), -(288,-151,l) -); -} -); -width = 674; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(552,-151,l), -(845,729,l), -(588,729,l), -(395,80,l), -(385,80,l), -(292,456,l), -(-4,456,l), -(-4,239,l), -(103,239,l), -(225,-151,l) -); -} -); -width = 829; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(290,-151,l), -(571,729,l), -(531,729,l), -(272,-90,l), -(269,-90,l), -(127,369,l), -(24,369,l), -(24,335,l), -(97,335,l), -(251,-151,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 595; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(513,-151,l), -(778,729,l), -(565,729,l), -(382,47,l), -(374,47,l), -(264,493,l), -(13,493,l), -(13,312,l), -(108,312,l), -(242,-151,l) -); -} -); -width = 781; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(114,-151,l), -(500,729,l), -(468,729,l), -(104,-100,l), -(102,-100,l), -(96,369,l), -(19,369,l), -(12,335,l), -(68,335,l), -(79,-151,l) -); -} -); -width = 402; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,-151,l), -(671,729,l), -(477,729,l), -(237,41,l), -(229,41,l), -(254,503,l), -(57,503,l), -(23,340,l), -(93,340,l), -(76,-151,l) -); -} -); -width = 582; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,-151,l), -(673,729,l), -(632,729,l), -(199,-90,l), -(196,-90,l), -(148,369,l), -(44,369,l), -(37,335,l), -(111,335,l), -(165,-151,l) -); -} -); -width = 598; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(429,-151,l), -(885,729,l), -(662,729,l), -(329,47,l), -(322,47,l), -(302,493,l), -(60,493,l), -(22,312,l), -(118,312,l), -(158,-151,l) -); -} -); -width = 795; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,-151,l), -(767,729,l), -(725,729,l), -(230,-93,l), -(227,-93,l), -(145,366,l), -(33,366,l), -(26,335,l), -(115,335,l), -(204,-151,l) -); -} -); -width = 679; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(463,-151,l), -(938,729,l), -(673,729,l), -(344,80,l), -(334,80,l), -(321,456,l), -(40,456,l), -(-6,239,l), -(100,239,l), -(139,-151,l) -); -} -); -width = 832; -} -); -unicode = 8730; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/rcaron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/rcaron.glyph deleted file mode 100644 index ea5d5a70..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/rcaron.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = rcaron; -kernRight = KO_r; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-11,-156); -ref = caroncomb; -} -); -width = 208; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-62,-137); -ref = caroncomb; -} -); -width = 309; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-18,-155); -ref = caroncomb; -} -); -width = 331; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-60,-129); -ref = caroncomb; -} -); -width = 447; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-14,-156); -ref = caroncomb; -} -); -width = 182; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-63,-137); -ref = caroncomb; -} -); -width = 290; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = r; -}, -{ -pos = (1,-155); -ref = caroncomb; -} -); -width = 297; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-39,-134); -ref = caroncomb; -} -); -width = 387; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-18,-155); -ref = caroncomb; -} -); -width = 332; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-60,-129); -ref = caroncomb; -} -); -width = 432; -}, -{ -layerId = m019; -shapes = ( -{ -ref = r; -}, -{ -pos = (7,-155); -ref = caroncomb; -} -); -width = 333; -}, -{ -layerId = m020; -shapes = ( -{ -ref = r; -}, -{ -pos = (-34,-134); -ref = caroncomb; -} -); -width = 396; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-33,-156); -ref = caroncomb; -} -); -width = 207; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-76,-137); -ref = caroncomb; -} -); -width = 305; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-16,-155); -ref = caroncomb; -} -); -width = 349; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-63,-134); -ref = caroncomb; -} -); -width = 418; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-36,-155); -ref = caroncomb; -} -); -width = 327; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-79,-129); -ref = caroncomb; -} -); -width = 441; -} -); -unicode = 345; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/rcommaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/rcommaaccent.glyph deleted file mode 100644 index efd3ffe3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/rcommaaccent.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = rcommaaccent; -kernRight = KO_r; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-22,0); -ref = commaaccentcomb; -} -); -width = 208; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-66,0); -ref = commaaccentcomb; -} -); -width = 309; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-17,0); -ref = commaaccentcomb; -} -); -width = 331; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-30,0); -ref = commaaccentcomb; -} -); -width = 447; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-25,0); -ref = commaaccentcomb; -} -); -width = 182; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-67,0); -ref = commaaccentcomb; -} -); -width = 290; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-9,0); -ref = commaaccentcomb; -} -); -width = 297; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = r; -}, -{ -pos = (38,0); -ref = commaaccentcomb; -} -); -width = 387; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-17,0); -ref = commaaccentcomb; -} -); -width = 332; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-30,0); -ref = commaaccentcomb; -} -); -width = 432; -}, -{ -layerId = m019; -shapes = ( -{ -ref = r; -}, -{ -pos = (-3,0); -ref = commaaccentcomb; -} -); -width = 333; -}, -{ -layerId = m020; -shapes = ( -{ -ref = r; -}, -{ -pos = (46,0); -ref = commaaccentcomb; -} -); -width = 396; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-21,0); -ref = commaaccentcomb; -} -); -width = 207; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-66,0); -ref = commaaccentcomb; -} -); -width = 305; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-3,0); -ref = commaaccentcomb; -} -); -width = 349; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-22,0); -ref = commaaccentcomb; -} -); -width = 418; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-18,0); -ref = commaaccentcomb; -} -); -width = 327; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-26,0); -ref = commaaccentcomb; -} -); -width = 441; -} -); -unicode = 343; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/registered.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/registered.glyph deleted file mode 100644 index ad4c6255..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/registered.glyph +++ /dev/null @@ -1,1808 +0,0 @@ -{ -glyphname = registered; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(385,207,o), -(476,313,o), -(476,473,cs), -(476,632,o), -(385,738,o), -(248,738,cs), -(111,738,o), -(20,632,o), -(20,473,cs), -(20,313,o), -(111,207,o), -(248,207,cs) -); -}, -{ -closed = 1; -nodes = ( -(141,258,o), -(70,343,o), -(70,471,cs), -(70,601,o), -(142,687,o), -(248,687,cs), -(354,687,o), -(426,601,o), -(426,471,cs), -(426,343,o), -(355,258,o), -(248,258,cs) -); -}, -{ -closed = 1; -nodes = ( -(236,325,l), -(236,563,l), -(242,563,ls), -(257,563,o), -(266,555,o), -(266,528,cs), -(266,506,o), -(260,494,o), -(243,494,cs), -(221,494,l), -(221,437,l), -(246,437,ls), -(259,437,o), -(265,427,o), -(265,408,cs), -(265,355,ls), -(265,341,o), -(266,331,o), -(268,325,c), -(344,325,l), -(340,334,o), -(340,345,o), -(340,356,cs), -(340,419,ls), -(340,446,o), -(331,467,o), -(308,470,c), -(308,471,l), -(329,478,o), -(344,502,o), -(344,541,cs), -(344,591,o), -(314,625,o), -(260,625,cs), -(161,625,l), -(161,325,l) -); -} -); -width = 496; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(351,233,o), -(427,325,o), -(427,485,cs), -(427,636,o), -(357,737,o), -(237,737,cs), -(124,737,o), -(49,645,o), -(49,485,cs), -(49,334,o), -(118,233,o), -(237,233,c) -); -}, -{ -closed = 1; -nodes = ( -(141,259,o), -(76,334,o), -(76,484,cs), -(76,620,o), -(130,711,o), -(238,711,cs), -(335,711,o), -(400,636,o), -(400,484,cs), -(400,349,o), -(346,259,o), -(238,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(198,343,l), -(198,608,l), -(237,608,ls), -(269,608,o), -(284,589,o), -(284,557,cs), -(284,520,o), -(269,500,o), -(233,500,cs), -(192,500,l), -(192,479,l), -(243,479,ls), -(274,479,o), -(279,464,o), -(279,441,cs), -(279,373,ls), -(279,356,o), -(279,350,o), -(282,343,c), -(305,343,l), -(303,352,o), -(303,365,o), -(303,370,cs), -(303,442,ls), -(303,459,o), -(300,482,o), -(274,491,c), -(274,492,l), -(295,501,o), -(309,520,o), -(309,557,cs), -(309,602,o), -(286,631,o), -(239,631,cs), -(175,631,l), -(175,343,l) -); -} -); -width = 475; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(460,230,o), -(563,331,o), -(563,484,cs), -(563,637,o), -(460,738,o), -(308,738,cs), -(156,738,o), -(53,637,o), -(53,484,cs), -(53,331,o), -(156,230,o), -(308,230,cs) -); -}, -{ -closed = 1; -nodes = ( -(174,257,o), -(84,348,o), -(84,484,cs), -(84,620,o), -(174,711,o), -(308,711,cs), -(442,711,o), -(532,620,o), -(532,484,cs), -(532,348,o), -(442,257,o), -(308,257,cs) -); -}, -{ -closed = 1; -nodes = ( -(225,352,l), -(225,598,l), -(345,598,ls), -(383,598,o), -(408,582,o), -(408,550,cs), -(408,517,o), -(386,496,o), -(345,496,cs), -(218,496,l), -(218,470,l), -(360,470,ls), -(393,470,o), -(402,455,o), -(402,431,cs), -(402,382,ls), -(402,360,o), -(402,358,o), -(407,352,c), -(432,352,l), -(429,361,o), -(429,374,o), -(429,377,cs), -(429,428,ls), -(429,458,o), -(416,478,o), -(387,485,c), -(387,486,l), -(413,493,o), -(435,515,o), -(435,552,cs), -(435,595,o), -(404,624,o), -(347,624,cs), -(198,624,l), -(198,352,l) -); -} -); -width = 616; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(464,206,o), -(589,315,o), -(589,473,cs), -(589,632,o), -(463,738,o), -(305,738,cs), -(147,738,o), -(22,632,o), -(22,473,cs), -(22,314,o), -(147,206,o), -(305,206,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,258,o), -(78,343,o), -(78,471,cs), -(78,600,o), -(182,686,o), -(306,686,cs), -(433,686,o), -(534,599,o), -(534,472,cs), -(534,344,o), -(432,258,o), -(305,258,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,334,l), -(270,540,l), -(325,540,ls), -(344,540,o), -(357,532,o), -(357,514,cs), -(357,499,o), -(348,489,o), -(325,489,cs), -(255,489,l), -(255,430,l), -(321,430,ls), -(347,430,o), -(355,419,o), -(355,401,cs), -(355,365,ls), -(355,350,o), -(356,341,o), -(359,334,c), -(454,334,l), -(449,344,o), -(449,356,o), -(449,367,cs), -(449,412,ls), -(449,441,o), -(434,456,o), -(406,464,c), -(406,466,l), -(434,475,o), -(456,498,o), -(456,528,cs), -(456,577,o), -(427,610,o), -(335,610,cs), -(176,610,l), -(176,334,l) -); -} -); -width = 611; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(331,233,o), -(407,325,o), -(407,485,cs), -(407,636,o), -(337,737,o), -(217,737,cs), -(104,737,o), -(29,645,o), -(29,485,cs), -(29,334,o), -(98,233,o), -(217,233,c) -); -}, -{ -closed = 1; -nodes = ( -(121,259,o), -(56,334,o), -(56,484,cs), -(56,620,o), -(110,711,o), -(218,711,cs), -(315,711,o), -(380,636,o), -(380,484,cs), -(380,349,o), -(326,259,o), -(218,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(178,343,l), -(178,608,l), -(217,608,ls), -(249,608,o), -(264,589,o), -(264,557,cs), -(264,520,o), -(249,500,o), -(213,500,cs), -(172,500,l), -(172,479,l), -(223,479,ls), -(254,479,o), -(259,464,o), -(259,441,cs), -(259,373,ls), -(259,356,o), -(259,350,o), -(262,343,c), -(285,343,l), -(283,352,o), -(283,365,o), -(283,370,cs), -(283,442,ls), -(283,459,o), -(280,482,o), -(254,491,c), -(254,492,l), -(275,501,o), -(289,520,o), -(289,557,cs), -(289,602,o), -(266,631,o), -(219,631,cs), -(155,631,l), -(155,343,l) -); -} -); -width = 435; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(375,207,o), -(466,313,o), -(466,473,cs), -(466,632,o), -(375,738,o), -(238,738,cs), -(101,738,o), -(10,632,o), -(10,473,cs), -(10,313,o), -(101,207,o), -(238,207,cs) -); -}, -{ -closed = 1; -nodes = ( -(131,258,o), -(60,343,o), -(60,471,cs), -(60,601,o), -(132,687,o), -(238,687,cs), -(344,687,o), -(416,601,o), -(416,471,cs), -(416,343,o), -(345,258,o), -(238,258,cs) -); -}, -{ -closed = 1; -nodes = ( -(226,325,l), -(226,563,l), -(232,563,ls), -(247,563,o), -(256,555,o), -(256,528,cs), -(256,506,o), -(250,494,o), -(233,494,cs), -(211,494,l), -(211,437,l), -(236,437,ls), -(249,437,o), -(255,427,o), -(255,408,cs), -(255,355,ls), -(255,341,o), -(256,331,o), -(258,325,c), -(334,325,l), -(330,334,o), -(330,345,o), -(330,356,cs), -(330,419,ls), -(330,446,o), -(321,467,o), -(298,470,c), -(298,471,l), -(319,478,o), -(334,502,o), -(334,541,cs), -(334,591,o), -(304,625,o), -(250,625,cs), -(151,625,l), -(151,325,l) -); -} -); -width = 476; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(454,231,o), -(565,337,o), -(565,485,cs), -(565,633,o), -(454,738,o), -(308,738,cs), -(165,738,o), -(55,633,o), -(55,485,cs), -(55,336,o), -(164,231,o), -(308,231,cs) -); -}, -{ -closed = 1; -nodes = ( -(184,259,o), -(86,353,o), -(86,484,cs), -(86,615,o), -(183,711,o), -(310,711,cs), -(436,711,o), -(535,616,o), -(535,484,cs), -(535,353,o), -(437,259,o), -(310,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,349,l), -(242,594,l), -(330,594,ls), -(367,594,o), -(392,579,o), -(392,546,cs), -(392,514,o), -(370,493,o), -(330,493,cs), -(235,493,l), -(235,467,l), -(345,467,ls), -(379,467,o), -(387,451,o), -(387,429,cs), -(387,379,ls), -(387,358,o), -(387,355,o), -(392,349,c), -(417,349,l), -(414,358,o), -(414,371,o), -(414,375,cs), -(414,426,ls), -(414,456,o), -(401,475,o), -(372,482,c), -(372,483,l), -(400,491,o), -(420,514,o), -(420,548,cs), -(420,593,o), -(389,621,o), -(331,621,cs), -(215,621,l), -(215,349,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -3, -8 -); -stem = -2; -target = ( -2, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -25 -); -stem = -2; -target = ( -3, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -26 -); -stem = -2; -target = ( -2, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -6 -); -stem = -2; -target = ( -2, -13 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -9 -); -stem = -2; -target = ( -2, -21 -); -type = Stem; -} -); -}; -width = 619; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(436,207,o), -(555,315,o), -(555,473,cs), -(555,632,o), -(436,738,o), -(286,738,cs), -(136,738,o), -(18,632,o), -(18,473,cs), -(18,315,o), -(136,207,o), -(286,207,cs) -); -}, -{ -closed = 1; -nodes = ( -(169,258,o), -(72,343,o), -(72,471,cs), -(72,600,o), -(169,687,o), -(287,687,cs), -(406,687,o), -(502,600,o), -(502,472,cs), -(502,344,o), -(406,258,o), -(286,258,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,343,l), -(259,541,l), -(298,541,ls), -(317,541,o), -(329,534,o), -(329,516,cs), -(329,502,o), -(320,492,o), -(298,492,cs), -(245,492,l), -(245,436,l), -(297,436,ls), -(320,436,o), -(327,425,o), -(327,407,cs), -(327,373,ls), -(327,358,o), -(328,349,o), -(331,343,c), -(420,343,l), -(416,352,o), -(416,363,o), -(416,374,cs), -(416,417,ls), -(416,446,o), -(407,461,o), -(377,468,c), -(377,469,l), -(403,478,o), -(421,502,o), -(421,533,cs), -(421,576,o), -(389,607,o), -(320,607,cs), -(171,607,l), -(171,343,l) -); -} -); -width = 573; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(450,230,o), -(553,331,o), -(553,484,cs), -(553,637,o), -(450,738,o), -(298,738,cs), -(146,738,o), -(43,637,o), -(43,484,cs), -(43,331,o), -(146,230,o), -(298,230,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,257,o), -(74,348,o), -(74,484,cs), -(74,620,o), -(164,711,o), -(298,711,cs), -(432,711,o), -(522,620,o), -(522,484,cs), -(522,348,o), -(432,257,o), -(298,257,cs) -); -}, -{ -closed = 1; -nodes = ( -(215,352,l), -(215,598,l), -(335,598,ls), -(373,598,o), -(398,582,o), -(398,550,cs), -(398,517,o), -(376,496,o), -(335,496,cs), -(208,496,l), -(208,470,l), -(350,470,ls), -(383,470,o), -(392,455,o), -(392,431,cs), -(392,382,ls), -(392,360,o), -(392,358,o), -(397,352,c), -(422,352,l), -(419,361,o), -(419,374,o), -(419,377,cs), -(419,428,ls), -(419,458,o), -(406,478,o), -(377,485,c), -(377,486,l), -(403,493,o), -(425,515,o), -(425,552,cs), -(425,595,o), -(394,624,o), -(337,624,cs), -(188,624,l), -(188,352,l) -); -} -); -width = 596; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(454,206,o), -(579,315,o), -(579,473,cs), -(579,632,o), -(453,738,o), -(295,738,cs), -(137,738,o), -(12,632,o), -(12,473,cs), -(12,314,o), -(137,206,o), -(295,206,cs) -); -}, -{ -closed = 1; -nodes = ( -(171,258,o), -(68,343,o), -(68,471,cs), -(68,600,o), -(172,686,o), -(296,686,cs), -(423,686,o), -(524,599,o), -(524,472,cs), -(524,344,o), -(422,258,o), -(295,258,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,334,l), -(260,540,l), -(315,540,ls), -(334,540,o), -(347,532,o), -(347,514,cs), -(347,499,o), -(338,489,o), -(315,489,cs), -(245,489,l), -(245,430,l), -(311,430,ls), -(337,430,o), -(345,419,o), -(345,401,cs), -(345,365,ls), -(345,350,o), -(346,341,o), -(349,334,c), -(444,334,l), -(439,344,o), -(439,356,o), -(439,367,cs), -(439,412,ls), -(439,441,o), -(424,456,o), -(396,464,c), -(396,466,l), -(424,475,o), -(446,498,o), -(446,528,cs), -(446,577,o), -(417,610,o), -(325,610,cs), -(166,610,l), -(166,334,l) -); -} -); -width = 591; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(467,231,o), -(576,337,o), -(576,485,cs), -(576,633,o), -(467,738,o), -(325,738,cs), -(184,738,o), -(76,633,o), -(76,485,cs), -(76,336,o), -(183,231,o), -(325,231,cs) -); -}, -{ -closed = 1; -nodes = ( -(203,259,o), -(107,353,o), -(107,484,cs), -(107,615,o), -(202,711,o), -(327,711,cs), -(449,711,o), -(547,616,o), -(547,484,cs), -(547,353,o), -(450,259,o), -(327,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,349,l), -(259,594,l), -(346,594,ls), -(382,594,o), -(407,579,o), -(407,546,cs), -(407,514,o), -(385,493,o), -(346,493,cs), -(252,493,l), -(252,467,l), -(360,467,ls), -(394,467,o), -(402,451,o), -(402,429,cs), -(402,379,ls), -(402,358,o), -(402,355,o), -(407,349,c), -(432,349,l), -(429,358,o), -(429,371,o), -(429,375,cs), -(429,426,ls), -(429,456,o), -(416,475,o), -(387,482,c), -(387,483,l), -(415,491,o), -(435,514,o), -(435,548,cs), -(435,593,o), -(404,621,o), -(347,621,cs), -(234,621,l), -(234,349,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -3, -8 -); -stem = -2; -target = ( -2, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -25 -); -stem = -2; -target = ( -3, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -26 -); -stem = -2; -target = ( -2, -0 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -6 -); -stem = -2; -target = ( -2, -13 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -9 -); -stem = -2; -target = ( -2, -21 -); -type = Stem; -} -); -}; -width = 650; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(444,207,o), -(559,315,o), -(559,473,cs), -(559,632,o), -(444,738,o), -(298,738,cs), -(152,738,o), -(38,632,o), -(38,473,cs), -(38,315,o), -(152,207,o), -(298,207,cs) -); -}, -{ -closed = 1; -nodes = ( -(185,258,o), -(91,343,o), -(91,471,cs), -(91,600,o), -(185,687,o), -(299,687,cs), -(414,687,o), -(507,600,o), -(507,472,cs), -(507,344,o), -(414,258,o), -(298,258,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,343,l), -(273,541,l), -(310,541,ls), -(328,541,o), -(339,534,o), -(339,516,cs), -(339,502,o), -(331,492,o), -(310,492,cs), -(259,492,l), -(259,436,l), -(308,436,ls), -(330,436,o), -(337,425,o), -(337,407,cs), -(337,373,ls), -(337,358,o), -(338,349,o), -(341,343,c), -(429,343,l), -(425,352,o), -(425,363,o), -(425,374,cs), -(425,417,ls), -(425,446,o), -(416,461,o), -(387,468,c), -(387,469,l), -(412,478,o), -(430,501,o), -(430,533,cs), -(430,576,o), -(399,607,o), -(332,607,cs), -(186,607,l), -(186,343,l) -); -} -); -width = 596; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(357,233,o), -(437,325,o), -(467,469,cs), -(497,613,o), -(455,737,o), -(317,737,cs), -(211,737,o), -(130,648,o), -(99,501,cs), -(67,352,o), -(111,233,o), -(247,233,cs) -); -}, -{ -closed = 1; -nodes = ( -(127,259,o), -(97,363,o), -(125,501,cs), -(150,621,o), -(214,711,o), -(314,711,cs), -(438,711,o), -(469,606,o), -(440,469,cs), -(413,342,o), -(350,259,o), -(252,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(212,343,l), -(267,608,l), -(306,608,ls), -(338,608,o), -(348,588,o), -(341,555,cs), -(333,520,o), -(321,502,o), -(280,502,cs), -(240,502,l), -(235,479,l), -(286,479,ls), -(309,479,o), -(319,468,o), -(312,438,cs), -(297,368,ls), -(296,363,o), -(294,353,o), -(294,343,c), -(318,343,l), -(317,348,o), -(318,354,o), -(321,369,cs), -(335,438,ls), -(339,457,o), -(340,478,o), -(319,488,c), -(319,489,l), -(341,499,o), -(359,516,o), -(366,551,cs), -(375,599,o), -(360,631,o), -(314,631,cs), -(248,631,l), -(188,343,l) -); -} -); -width = 471; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(379,207,o), -(480,303,o), -(511,455,cs), -(544,614,o), -(473,738,o), -(321,738,cs), -(198,738,o), -(97,642,o), -(66,493,cs), -(32,332,o), -(101,207,o), -(255,207,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,258,o), -(87,356,o), -(114,486,cs), -(140,609,o), -(219,687,o), -(317,687,cs), -(437,687,o), -(487,583,o), -(461,456,cs), -(435,334,o), -(357,258,o), -(260,258,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,326,l), -(291,561,l), -(298,561,ls), -(317,561,o), -(322,551,o), -(318,530,cs), -(314,505,o), -(302,495,o), -(285,495,cs), -(262,495,l), -(249,437,l), -(277,437,ls), -(293,437,o), -(296,423,o), -(292,405,cs), -(281,357,ls), -(278,346,o), -(277,334,o), -(278,326,c), -(354,326,l), -(353,334,o), -(355,349,o), -(357,358,cs), -(371,418,ls), -(377,445,o), -(370,468,o), -(348,471,c), -(348,473,l), -(377,477,o), -(400,504,o), -(402,549,cs), -(404,590,o), -(390,625,o), -(320,625,cs), -(227,625,l), -(163,326,l) -); -} -); -width = 493; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(505,231,o), -(630,352,o), -(630,506,cs), -(630,651,o), -(528,738,o), -(396,738,cs), -(247,738,o), -(122,617,o), -(122,463,cs), -(122,318,o), -(224,231,o), -(356,231,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,259,o), -(152,340,o), -(152,463,cs), -(152,601,o), -(258,710,o), -(395,710,cs), -(520,710,o), -(600,629,o), -(600,506,cs), -(600,368,o), -(494,259,o), -(357,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(282,349,l), -(335,597,l), -(421,597,ls), -(458,597,o), -(476,580,o), -(475,549,cs), -(474,517,o), -(451,492,o), -(406,492,cs), -(307,492,l), -(303,467,l), -(410,467,ls), -(439,467,o), -(450,456,o), -(442,418,cs), -(434,379,ls), -(432,370,o), -(431,354,o), -(432,349,c), -(459,349,l), -(458,358,o), -(459,367,o), -(461,375,cs), -(470,422,ls), -(476,451,o), -(467,470,o), -(444,479,c), -(444,480,l), -(476,489,o), -(503,513,o), -(504,552,cs), -(505,593,o), -(477,621,o), -(430,621,cs), -(314,621,l), -(256,349,l) -); -} -); -width = 659; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(500,207,o), -(619,327,o), -(619,492,cs), -(619,645,o), -(512,738,o), -(367,738,cs), -(198,738,o), -(83,616,o), -(83,451,cs), -(83,301,o), -(188,207,o), -(334,207,cs) -); -}, -{ -closed = 1; -nodes = ( -(216,260,o), -(136,339,o), -(136,459,cs), -(136,593,o), -(228,689,o), -(362,689,cs), -(483,689,o), -(564,611,o), -(564,492,cs), -(564,359,o), -(475,260,o), -(340,260,cs) -); -}, -{ -closed = 1; -nodes = ( -(297,343,l), -(338,541,l), -(374,541,ls), -(390,541,o), -(399,536,o), -(399,522,cs), -(399,503,o), -(386,492,o), -(363,492,cs), -(313,492,l), -(302,436,l), -(349,436,ls), -(371,436,o), -(377,427,o), -(373,407,cs), -(366,373,ls), -(364,362,o), -(363,349,o), -(364,343,c), -(453,343,l), -(452,350,o), -(452,361,o), -(455,374,cs), -(462,407,ls), -(470,444,o), -(461,462,o), -(436,468,c), -(436,470,l), -(471,480,o), -(490,506,o), -(490,540,cs), -(490,579,o), -(466,607,o), -(400,607,cs), -(263,607,l), -(208,343,l) -); -} -); -width = 619; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(494,231,o), -(619,348,o), -(624,498,cs), -(629,641,o), -(523,738,o), -(380,738,cs), -(226,738,o), -(104,621,o), -(98,471,cs), -(93,325,o), -(204,231,o), -(342,231,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,259,o), -(124,348,o), -(128,473,cs), -(133,606,o), -(241,711,o), -(380,711,cs), -(506,711,o), -(598,624,o), -(594,495,cs), -(589,361,o), -(482,259,o), -(342,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(255,352,l), -(308,600,l), -(416,600,ls), -(453,600,o), -(471,583,o), -(470,552,cs), -(469,520,o), -(446,495,o), -(401,495,cs), -(278,495,l), -(274,470,l), -(404,470,ls), -(433,470,o), -(444,459,o), -(436,421,cs), -(428,382,ls), -(426,373,o), -(425,357,o), -(426,352,c), -(454,352,l), -(453,361,o), -(454,370,o), -(456,378,cs), -(465,425,ls), -(471,454,o), -(462,473,o), -(439,482,c), -(439,483,l), -(471,492,o), -(498,516,o), -(499,555,cs), -(500,596,o), -(472,624,o), -(425,624,cs), -(285,624,l), -(227,352,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(500,231,o), -(622,350,o), -(622,506,cs), -(622,642,o), -(523,739,o), -(381,739,cs), -(223,739,o), -(100,618,o), -(100,462,cs), -(100,327,o), -(199,231,o), -(341,231,cs) -); -}, -{ -closed = 1; -nodes = ( -(215,259,o), -(128,342,o), -(128,460,cs), -(128,602,o), -(238,711,o), -(381,711,cs), -(507,711,o), -(594,627,o), -(594,506,cs), -(594,365,o), -(484,259,o), -(341,259,cs) -); -}, -{ -closed = 1; -nodes = ( -(255,352,l), -(308,600,l), -(416,600,ls), -(453,600,o), -(471,583,o), -(470,552,cs), -(469,520,o), -(446,495,o), -(401,495,cs), -(278,495,l), -(274,470,l), -(404,470,ls), -(433,470,o), -(444,459,o), -(436,421,cs), -(428,382,ls), -(426,373,o), -(425,357,o), -(426,352,c), -(454,352,l), -(453,361,o), -(454,370,o), -(456,378,cs), -(465,425,ls), -(471,454,o), -(462,473,o), -(439,482,c), -(439,483,l), -(471,492,o), -(498,516,o), -(499,555,cs), -(500,596,o), -(472,624,o), -(425,624,cs), -(285,624,l), -(227,352,l) -); -} -); -width = 629; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(508,206,o), -(631,331,o), -(631,494,cs), -(631,641,o), -(526,738,o), -(365,738,cs), -(187,738,o), -(66,613,o), -(66,450,cs), -(66,303,o), -(169,206,o), -(330,206,cs) -); -}, -{ -closed = 1; -nodes = ( -(204,260,o), -(121,337,o), -(121,455,cs), -(121,590,o), -(221,688,o), -(365,688,cs), -(492,688,o), -(575,610,o), -(575,492,cs), -(575,357,o), -(475,260,o), -(331,260,cs) -); -}, -{ -closed = 1; -nodes = ( -(283,334,l), -(325,541,l), -(384,541,ls), -(400,541,o), -(410,536,o), -(410,521,cs), -(410,501,o), -(396,490,o), -(372,490,cs), -(300,490,l), -(288,431,l), -(358,431,ls), -(381,431,o), -(388,422,o), -(383,401,cs), -(375,365,ls), -(373,354,o), -(372,343,o), -(373,334,c), -(466,334,l), -(465,342,o), -(465,353,o), -(468,366,cs), -(476,401,ls), -(485,439,o), -(475,458,o), -(449,464,c), -(449,466,l), -(485,478,o), -(505,505,o), -(505,540,cs), -(505,581,o), -(480,610,o), -(411,610,cs), -(248,610,l), -(190,334,l) -); -} -); -width = 614; -} -); -unicode = 174; -userData = { -KernOnSpecialSpacing = { -L = superiors; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/rightA_rrow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/rightA_rrow.glyph deleted file mode 100644 index 99460d8c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/rightA_rrow.glyph +++ /dev/null @@ -1,460 +0,0 @@ -{ -glyphname = rightArrow; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(36,290,l), -(351,290,l), -(262,171,l), -(428,171,l), -(575,365,l), -(428,559,l), -(262,559,l), -(351,440,l), -(36,440,l) -); -} -); -width = 600; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(70,350,l), -(560,350,l), -(448,197,l), -(485,197,l), -(609,365,l), -(485,533,l), -(448,533,l), -(560,380,l), -(70,380,l) -); -} -); -width = 669; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,347,l), -(572,347,l), -(439,166,l), -(480,166,l), -(628,365,l), -(480,564,l), -(439,564,l), -(572,383,l), -(89,383,l) -); -} -); -width = 683; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,270,l), -(380,270,l), -(289,125,l), -(481,125,l), -(632,365,l), -(481,605,l), -(289,605,l), -(380,460,l), -(43,460,l) -); -} -); -width = 670; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(50,350,l), -(540,350,l), -(428,197,l), -(465,197,l), -(589,365,l), -(465,533,l), -(428,533,l), -(540,380,l), -(50,380,l) -); -} -); -width = 629; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(26,290,l), -(341,290,l), -(252,171,l), -(418,171,l), -(565,365,l), -(418,559,l), -(252,559,l), -(341,440,l), -(26,440,l) -); -} -); -width = 580; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(82,347,l), -(565,347,l), -(443,182,l), -(485,182,l), -(621,365,l), -(485,548,l), -(443,548,l), -(565,383,l), -(82,383,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 698; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(62,283,l), -(424,283,l), -(328,135,l), -(494,135,l), -(643,365,l), -(494,595,l), -(328,595,l), -(424,447,l), -(62,447,l) -); -} -); -width = 698; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(79,347,l), -(562,347,l), -(429,166,l), -(470,166,l), -(618,365,l), -(470,564,l), -(429,564,l), -(562,383,l), -(79,383,l) -); -} -); -width = 663; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(33,270,l), -(370,270,l), -(279,125,l), -(471,125,l), -(622,365,l), -(471,605,l), -(279,605,l), -(370,460,l), -(33,460,l) -); -} -); -width = 650; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(107,347,l), -(580,347,l), -(460,182,l), -(502,182,l), -(636,365,l), -(502,548,l), -(460,548,l), -(580,383,l), -(107,383,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 737; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(84,283,l), -(433,283,l), -(341,135,l), -(505,135,l), -(649,365,l), -(505,595,l), -(341,595,l), -(433,447,l), -(84,447,l) -); -} -); -width = 726; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(87,350,l), -(577,350,l), -(465,197,l), -(502,197,l), -(626,365,l), -(502,533,l), -(465,533,l), -(577,380,l), -(87,380,l) -); -} -); -width = 671; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,290,l), -(435,290,l), -(346,171,l), -(512,171,l), -(659,365,l), -(512,559,l), -(346,559,l), -(435,440,l), -(120,440,l) -); -} -); -width = 759; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(122,347,l), -(605,347,l), -(483,182,l), -(525,182,l), -(661,365,l), -(525,548,l), -(483,548,l), -(605,383,l), -(122,383,l) -); -} -); -width = 749; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(114,283,l), -(476,283,l), -(380,135,l), -(546,135,l), -(695,365,l), -(546,595,l), -(380,595,l), -(476,447,l), -(114,447,l) -); -} -); -width = 761; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,347,l), -(587,347,l), -(454,166,l), -(495,166,l), -(643,365,l), -(495,564,l), -(454,564,l), -(587,383,l), -(104,383,l) -); -} -); -width = 685; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,270,l), -(410,270,l), -(319,125,l), -(511,125,l), -(662,365,l), -(511,605,l), -(319,605,l), -(410,460,l), -(73,460,l) -); -} -); -width = 690; -} -); -unicode = 8594; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ring.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ring.glyph deleted file mode 100644 index d7589059..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ring.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = ring; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 206; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 308; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 296; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 368; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = ringcomb; -} -); -width = 206; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = ringcomb; -} -); -width = 308; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = ringcomb; -} -); -width = 266; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = ringcomb; -} -); -width = 318; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = ringcomb; -} -); -width = 296; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = ringcomb; -} -); -width = 368; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 265; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 322; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 205; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 307; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 267; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 341; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 300; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = ringcomb; -} -); -width = 371; -} -); -unicode = 730; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ringcomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ringcomb.glyph deleted file mode 100644 index 1b114969..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ringcomb.glyph +++ /dev/null @@ -1,885 +0,0 @@ -{ -glyphname = ringcomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (103,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,721,o), -(166,753,o), -(166,810,cs), -(166,863,o), -(143,899,o), -(103,899,cs), -(65,899,o), -(40,867,o), -(40,810,cs), -(40,757,o), -(63,721,o), -(103,721,cs) -); -}, -{ -closed = 1; -nodes = ( -(81,746,o), -(67,766,o), -(67,810,cs), -(67,848,o), -(79,874,o), -(103,874,cs), -(125,874,o), -(139,854,o), -(139,810,cs), -(139,772,o), -(127,746,o), -(103,746,cs) -); -} -); -width = 206; -}, -{ -anchors = ( -{ -name = _top; -pos = (154,678); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(223,723,o), -(268,772,o), -(268,843,cs), -(268,914,o), -(223,963,o), -(154,963,cs), -(85,963,o), -(40,914,o), -(40,843,cs), -(40,772,o), -(85,723,o), -(154,723,cs) -); -}, -{ -closed = 1; -nodes = ( -(139,800,o), -(129,812,o), -(129,843,cs), -(129,871,o), -(137,886,o), -(154,886,cs), -(169,886,o), -(179,874,o), -(179,843,cs), -(179,815,o), -(171,800,o), -(154,800,cs) -); -} -); -width = 308; -}, -{ -anchors = ( -{ -name = _top; -pos = (148,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,721,o), -(256,760,o), -(256,820,cs), -(256,880,o), -(211,919,o), -(148,919,cs), -(85,919,o), -(40,880,o), -(40,820,cs), -(40,760,o), -(85,721,o), -(148,721,cs) -); -}, -{ -closed = 1; -nodes = ( -(104,749,o), -(74,778,o), -(74,820,cs), -(74,862,o), -(104,890,o), -(148,890,cs), -(192,890,o), -(222,862,o), -(222,820,cs), -(222,778,o), -(192,749,o), -(148,749,cs) -); -} -); -width = 296; -}, -{ -anchors = ( -{ -name = _top; -pos = (184,673); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,715,o), -(328,758,o), -(328,835,cs), -(328,907,o), -(276,955,o), -(184,955,cs), -(98,955,o), -(40,912,o), -(40,835,cs), -(40,763,o), -(92,715,o), -(184,715,cs) -); -}, -{ -closed = 1; -nodes = ( -(161,797,o), -(145,811,o), -(145,835,cs), -(145,858,o), -(159,873,o), -(184,873,cs), -(207,873,o), -(223,859,o), -(223,835,cs), -(223,812,o), -(209,797,o), -(184,797,cs) -); -} -); -width = 368; -}, -{ -anchors = ( -{ -name = _top; -pos = (83,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,721,o), -(146,753,o), -(146,810,cs), -(146,863,o), -(123,899,o), -(83,899,cs), -(45,899,o), -(20,867,o), -(20,810,cs), -(20,757,o), -(43,721,o), -(83,721,cs) -); -}, -{ -closed = 1; -nodes = ( -(61,746,o), -(47,766,o), -(47,810,cs), -(47,848,o), -(59,874,o), -(83,874,cs), -(105,874,o), -(119,854,o), -(119,810,cs), -(119,772,o), -(107,746,o), -(83,746,cs) -); -} -); -width = 166; -}, -{ -anchors = ( -{ -name = _top; -pos = (144,678); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(213,723,o), -(258,772,o), -(258,843,cs), -(258,914,o), -(213,963,o), -(144,963,cs), -(75,963,o), -(30,914,o), -(30,843,cs), -(30,772,o), -(75,723,o), -(144,723,cs) -); -}, -{ -closed = 1; -nodes = ( -(129,800,o), -(119,812,o), -(119,843,cs), -(119,871,o), -(127,886,o), -(144,886,cs), -(159,886,o), -(169,874,o), -(169,843,cs), -(169,815,o), -(161,800,o), -(144,800,cs) -); -} -); -width = 288; -}, -{ -anchors = ( -{ -name = _top; -pos = (113,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(168,721,o), -(206,756,o), -(206,810,cs), -(206,864,o), -(168,899,o), -(113,899,cs), -(58,899,o), -(20,864,o), -(20,810,cs), -(20,756,o), -(58,721,o), -(113,721,cs) -); -}, -{ -closed = 1; -nodes = ( -(76,749,o), -(52,774,o), -(52,810,cs), -(52,846,o), -(76,870,o), -(113,870,cs), -(150,870,o), -(174,846,o), -(174,810,cs), -(174,774,o), -(150,749,o), -(113,749,cs) -); -} -); -width = 226; -}, -{ -anchors = ( -{ -name = _top; -pos = (148,678); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,723,o), -(277,771,o), -(277,841,cs), -(277,911,o), -(226,959,o), -(148,959,cs), -(70,959,o), -(19,911,o), -(19,841,cs), -(19,771,o), -(70,723,o), -(148,723,cs) -); -}, -{ -closed = 1; -nodes = ( -(126,804,o), -(111,818,o), -(111,841,cs), -(111,864,o), -(126,878,o), -(148,878,cs), -(170,878,o), -(185,864,o), -(185,841,cs), -(185,818,o), -(170,804,o), -(148,804,cs) -); -} -); -width = 296; -}, -{ -anchors = ( -{ -name = _top; -pos = (138,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,721,o), -(246,760,o), -(246,820,cs), -(246,880,o), -(201,919,o), -(138,919,cs), -(75,919,o), -(30,880,o), -(30,820,cs), -(30,760,o), -(75,721,o), -(138,721,cs) -); -}, -{ -closed = 1; -nodes = ( -(94,749,o), -(64,778,o), -(64,820,cs), -(64,862,o), -(94,890,o), -(138,890,cs), -(182,890,o), -(212,862,o), -(212,820,cs), -(212,778,o), -(182,749,o), -(138,749,cs) -); -} -); -width = 276; -}, -{ -anchors = ( -{ -name = _top; -pos = (174,673); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,715,o), -(318,758,o), -(318,835,cs), -(318,907,o), -(266,955,o), -(174,955,cs), -(88,955,o), -(30,912,o), -(30,835,cs), -(30,763,o), -(82,715,o), -(174,715,cs) -); -}, -{ -closed = 1; -nodes = ( -(151,797,o), -(135,811,o), -(135,835,cs), -(135,858,o), -(149,873,o), -(174,873,cs), -(197,873,o), -(213,859,o), -(213,835,cs), -(213,812,o), -(199,797,o), -(174,797,cs) -); -} -); -width = 348; -}, -{ -anchors = ( -{ -name = _top; -pos = (134,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(187,721,o), -(225,756,o), -(225,810,cs), -(225,864,o), -(187,899,o), -(134,899,cs), -(79,899,o), -(43,864,o), -(43,810,cs), -(43,756,o), -(79,721,o), -(134,721,cs) -); -}, -{ -closed = 1; -nodes = ( -(97,749,o), -(73,774,o), -(73,810,cs), -(73,846,o), -(97,870,o), -(134,870,cs), -(169,870,o), -(193,846,o), -(193,810,cs), -(193,774,o), -(169,749,o), -(134,749,cs) -); -} -); -width = 265; -}, -{ -anchors = ( -{ -name = _top; -pos = (161,678); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(236,723,o), -(284,771,o), -(284,841,cs), -(284,911,o), -(236,959,o), -(161,959,cs), -(87,959,o), -(39,911,o), -(39,841,cs), -(39,771,o), -(87,723,o), -(161,723,cs) -); -}, -{ -closed = 1; -nodes = ( -(143,804,o), -(129,818,o), -(129,841,cs), -(129,864,o), -(143,878,o), -(161,878,cs), -(180,878,o), -(194,864,o), -(194,841,cs), -(194,818,o), -(180,804,o), -(161,804,cs) -); -} -); -width = 322; -}, -{ -anchors = ( -{ -name = _top; -pos = (188,672); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,741,o), -(270,770,o), -(282,825,cs), -(292,872,o), -(282,919,o), -(234,919,cs), -(199,919,o), -(171,889,o), -(159,835,cs), -(149,789,o), -(161,741,o), -(207,741,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,766,o), -(179,800,o), -(186,833,cs), -(192,869,o), -(209,894,o), -(231,894,cs), -(262,894,o), -(263,860,o), -(256,826,cs), -(247,789,o), -(232,766,o), -(210,766,cs) -); -} -); -width = 205; -}, -{ -anchors = ( -{ -name = _top; -pos = (238,678); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(319,723,o), -(368,763,o), -(384,834,cs), -(400,909,o), -(359,965,o), -(285,965,cs), -(225,965,o), -(176,925,o), -(161,853,cs), -(145,781,o), -(183,723,o), -(260,723,cs) -); -}, -{ -closed = 1; -nodes = ( -(245,801,o), -(243,822,o), -(247,845,cs), -(253,872,o), -(264,887,o), -(280,887,cs), -(301,887,o), -(302,865,o), -(297,842,cs), -(291,816,o), -(280,801,o), -(265,801,cs) -); -} -); -width = 307; -}, -{ -anchors = ( -{ -name = _top; -pos = (219,672); -} -); -guides = ( -{ -pos = (126,721); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,721,o), -(339,760,o), -(340,814,cs), -(342,864,o), -(307,899,o), -(255,899,cs), -(199,899,o), -(157,861,o), -(155,807,cs), -(153,756,o), -(190,721,o), -(241,721,cs) -); -}, -{ -closed = 1; -nodes = ( -(211,749,o), -(185,769,o), -(187,806,cs), -(188,839,o), -(212,870,o), -(251,870,cs), -(284,870,o), -(310,850,o), -(309,814,cs), -(307,775,o), -(281,749,o), -(243,749,cs) -); -} -); -width = 267; -}, -{ -anchors = ( -{ -name = _top; -pos = (255,678); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(360,726,o), -(416,776,o), -(419,849,cs), -(421,919,o), -(372,964,o), -(297,964,cs), -(218,964,o), -(163,914,o), -(160,841,cs), -(158,771,o), -(206,726,o), -(282,726,cs) -); -}, -{ -closed = 1; -nodes = ( -(266,807,o), -(251,821,o), -(252,843,cs), -(253,869,o), -(269,883,o), -(292,883,cs), -(313,883,o), -(327,869,o), -(327,847,cs), -(326,821,o), -(309,807,o), -(287,807,cs) -); -} -); -width = 341; -}, -{ -anchors = ( -{ -name = _top; -pos = (236,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(322,721,o), -(372,766,o), -(374,830,cs), -(376,886,o), -(335,919,o), -(277,919,cs), -(206,919,o), -(158,870,o), -(157,811,cs), -(156,755,o), -(199,721,o), -(256,721,cs) -); -}, -{ -closed = 1; -nodes = ( -(220,753,o), -(193,778,o), -(194,814,cs), -(195,856,o), -(227,888,o), -(274,888,cs), -(314,888,o), -(338,864,o), -(338,828,cs), -(338,785,o), -(305,753,o), -(259,753,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(327,721,o), -(375,765,o), -(375,825,cs), -(375,881,o), -(334,919,o), -(274,919,cs), -(207,919,o), -(158,876,o), -(158,815,cs), -(158,758,o), -(199,721,o), -(261,721,cs) -); -}, -{ -closed = 1; -nodes = ( -(217,750,o), -(191,774,o), -(191,815,cs), -(191,860,o), -(224,890,o), -(274,890,cs), -(316,890,o), -(342,866,o), -(342,825,cs), -(342,781,o), -(309,750,o), -(261,750,cs) -); -} -); -width = 300; -}, -{ -anchors = ( -{ -name = _top; -pos = (270,678); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(387,715,o), -(445,763,o), -(445,836,cs), -(445,912,o), -(389,955,o), -(305,955,cs), -(217,955,o), -(159,907,o), -(159,834,cs), -(159,758,o), -(215,715,o), -(300,715,cs) -); -}, -{ -closed = 1; -nodes = ( -(278,797,o), -(263,811,o), -(263,835,cs), -(264,858,o), -(278,873,o), -(303,873,cs), -(326,873,o), -(341,859,o), -(341,835,cs), -(340,812,o), -(326,797,o), -(301,797,cs) -); -} -); -width = 371; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 778; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/rupeeI_ndian.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/rupeeI_ndian.glyph deleted file mode 100644 index 099a65d2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/rupeeI_ndian.glyph +++ /dev/null @@ -1,1127 +0,0 @@ -{ -glyphname = rupeeIndian; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(385,0,l), -(368,180,ls), -(361,256,o), -(330,294,o), -(280,310,c), -(280,317,l), -(333,329,o), -(383,382,o), -(391,437,c), -(456,437,l), -(456,539,l), -(392,539,l), -(389,574,o), -(373,607,o), -(356,620,c), -(356,627,l), -(456,627,l), -(456,729,l), -(24,729,l), -(24,596,l), -(101,596,ls), -(172,596,o), -(199,570,o), -(206,531,c), -(24,531,l), -(24,445,l), -(205,445,l), -(199,401,o), -(158,380,o), -(99,380,cs), -(24,380,l), -(24,257,l), -(104,257,ls), -(145,257,o), -(167,243,o), -(175,164,cs), -(191,0,l) -); -} -); -width = 476; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,0,l), -(277,212,ls), -(267,277,o), -(237,324,o), -(187,338,c), -(187,344,l), -(265,365,o), -(313,432,o), -(317,513,c), -(388,513,l), -(388,539,l), -(317,539,l), -(315,614,o), -(277,676,o), -(227,699,c), -(227,701,l), -(388,701,l), -(388,729,l), -(30,729,l), -(30,701,l), -(127,701,ls), -(210,701,o), -(283,653,o), -(284,539,c), -(30,539,l), -(30,513,l), -(284,513,l), -(279,416,o), -(215,354,o), -(108,354,cs), -(30,354,l), -(30,327,l), -(117,327,ls), -(184,327,o), -(235,294,o), -(247,208,cs), -(276,0,l) -); -} -); -width = 409; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(527,0,l), -(496,206,ls), -(485,276,o), -(453,317,o), -(391,334,c), -(391,340,l), -(479,358,o), -(538,420,o), -(544,507,c), -(626,507,l), -(626,541,l), -(543,541,l), -(540,610,o), -(497,671,o), -(443,691,c), -(443,694,l), -(626,694,l), -(626,729,l), -(45,729,l), -(45,694,l), -(318,694,ls), -(421,694,o), -(490,647,o), -(503,542,c), -(45,542,l), -(45,507,l), -(503,507,l), -(496,414,o), -(435,359,o), -(310,359,cs), -(45,359,l), -(45,323,l), -(278,323,ls), -(379,323,o), -(442,303,o), -(459,197,cs), -(490,0,l) -); -} -); -width = 663; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(572,0,l), -(517,175,ls), -(492,253,o), -(465,289,o), -(398,305,c), -(398,313,l), -(474,325,o), -(531,362,o), -(551,423,c), -(642,423,l), -(642,539,l), -(553,539,l), -(547,565,o), -(526,592,o), -(500,606,c), -(500,613,l), -(642,613,l), -(642,729,l), -(36,729,l), -(36,577,l), -(205,577,ls), -(263,577,o), -(302,562,o), -(311,529,c), -(36,529,l), -(36,433,l), -(310,433,l), -(301,404,o), -(267,384,o), -(206,384,cs), -(36,384,l), -(36,244,l), -(155,244,ls), -(218,244,o), -(242,230,o), -(267,156,cs), -(320,0,l) -); -} -); -width = 663; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,0,l), -(257,212,ls), -(247,277,o), -(217,324,o), -(167,338,c), -(167,344,l), -(245,365,o), -(293,432,o), -(297,513,c), -(368,513,l), -(368,539,l), -(297,539,l), -(295,614,o), -(257,676,o), -(207,699,c), -(207,701,l), -(368,701,l), -(368,729,l), -(10,729,l), -(10,701,l), -(107,701,ls), -(190,701,o), -(263,653,o), -(264,539,c), -(10,539,l), -(10,513,l), -(264,513,l), -(259,416,o), -(195,354,o), -(88,354,cs), -(10,354,l), -(10,327,l), -(97,327,ls), -(164,327,o), -(215,294,o), -(227,208,cs), -(256,0,l) -); -} -); -width = 369; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(375,0,l), -(358,180,ls), -(351,256,o), -(320,294,o), -(270,310,c), -(270,317,l), -(323,329,o), -(373,382,o), -(381,437,c), -(446,437,l), -(446,539,l), -(382,539,l), -(379,574,o), -(363,607,o), -(346,620,c), -(346,627,l), -(446,627,l), -(446,729,l), -(14,729,l), -(14,596,l), -(91,596,ls), -(162,596,o), -(189,570,o), -(196,531,c), -(14,531,l), -(14,445,l), -(195,445,l), -(189,401,o), -(148,380,o), -(89,380,cs), -(14,380,l), -(14,257,l), -(94,257,ls), -(135,257,o), -(157,243,o), -(165,164,cs), -(181,0,l) -); -} -); -width = 456; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(501,0,l), -(472,206,ls), -(462,276,o), -(427,322,o), -(367,334,c), -(367,340,l), -(455,358,o), -(514,420,o), -(520,507,c), -(592,507,l), -(592,541,l), -(519,541,l), -(516,610,o), -(473,671,o), -(419,691,c), -(419,694,l), -(592,694,l), -(592,729,l), -(46,729,l), -(46,694,l), -(294,694,ls), -(397,694,o), -(466,647,o), -(479,542,c), -(46,542,l), -(46,507,l), -(479,507,l), -(472,414,o), -(411,359,o), -(286,359,cs), -(46,359,l), -(46,323,l), -(284,323,ls), -(355,323,o), -(420,303,o), -(435,197,cs), -(463,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -30 -); -stem = -2; -type = Anchor; -}, -{ -horizontal = 1; -options = 0; -place = ( -280.732, -59.071 -); -stem = -2; -type = TTStem; -}, -{ -horizontal = 1; -options = 0; -place = ( -687.643, -1066.179 -); -stem = -2; -type = TTStem; -} -); -}; -width = 627; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(513,0,l), -(457,175,ls), -(431,255,o), -(401,291,o), -(343,305,c), -(343,312,l), -(415,325,o), -(469,362,o), -(489,423,c), -(576,423,l), -(576,539,l), -(491,539,l), -(485,565,o), -(466,592,o), -(443,606,c), -(443,613,l), -(576,613,l), -(576,729,l), -(30,729,l), -(30,587,l), -(163,587,ls), -(240,587,o), -(270,568,o), -(281,533,c), -(30,533,l), -(30,438,l), -(282,438,l), -(273,404,o), -(245,384,o), -(170,384,cs), -(30,384,l), -(30,244,l), -(107,244,ls), -(196,244,o), -(216,230,o), -(241,156,cs), -(293,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -33 -); -stem = -2; -type = Anchor; -}, -{ -horizontal = 1; -options = 0; -place = ( -211, -173 -); -stem = -2; -type = TTStem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -27 -); -type = TTStem; -} -); -}; -width = 593; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(517,0,l), -(486,206,ls), -(475,276,o), -(443,317,o), -(381,334,c), -(381,340,l), -(469,358,o), -(528,420,o), -(534,507,c), -(616,507,l), -(616,541,l), -(533,541,l), -(530,610,o), -(487,671,o), -(433,691,c), -(433,694,l), -(616,694,l), -(616,729,l), -(35,729,l), -(35,694,l), -(308,694,ls), -(411,694,o), -(480,647,o), -(493,542,c), -(35,542,l), -(35,507,l), -(493,507,l), -(486,414,o), -(425,359,o), -(300,359,cs), -(35,359,l), -(35,323,l), -(268,323,ls), -(369,323,o), -(432,303,o), -(449,197,cs), -(480,0,l) -); -} -); -width = 643; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(562,0,l), -(507,175,ls), -(482,253,o), -(455,289,o), -(388,305,c), -(388,313,l), -(464,325,o), -(521,362,o), -(541,423,c), -(632,423,l), -(632,539,l), -(543,539,l), -(537,565,o), -(516,592,o), -(490,606,c), -(490,613,l), -(632,613,l), -(632,729,l), -(26,729,l), -(26,577,l), -(195,577,ls), -(253,577,o), -(292,562,o), -(301,529,c), -(26,529,l), -(26,433,l), -(300,433,l), -(291,404,o), -(257,384,o), -(196,384,cs), -(26,384,l), -(26,244,l), -(145,244,ls), -(208,244,o), -(232,230,o), -(257,156,cs), -(310,0,l) -); -} -); -width = 643; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(514,0,l), -(485,206,ls), -(475,276,o), -(442,322,o), -(382,334,c), -(382,340,l), -(468,358,o), -(527,420,o), -(533,507,c), -(603,507,l), -(603,541,l), -(532,541,l), -(529,610,o), -(486,671,o), -(434,691,c), -(434,694,l), -(603,694,l), -(603,729,l), -(67,729,l), -(67,694,l), -(311,694,ls), -(412,694,o), -(479,647,o), -(492,542,c), -(67,542,l), -(67,507,l), -(492,507,l), -(485,414,o), -(426,359,o), -(303,359,cs), -(67,359,l), -(67,323,l), -(301,323,ls), -(370,323,o), -(435,303,o), -(448,197,cs), -(476,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -30 -); -stem = -2; -type = Anchor; -}, -{ -horizontal = 1; -options = 0; -place = ( -280.732, -59.071 -); -stem = -2; -type = TTStem; -}, -{ -horizontal = 1; -options = 0; -place = ( -687.643, -1066.179 -); -stem = -2; -type = TTStem; -} -); -}; -width = 658; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(520,0,l), -(464,175,ls), -(439,256,o), -(409,291,o), -(353,305,c), -(353,312,l), -(423,325,o), -(475,362,o), -(495,423,c), -(580,423,l), -(580,539,l), -(497,539,l), -(491,565,o), -(473,592,o), -(451,606,c), -(451,613,l), -(580,613,l), -(580,729,l), -(50,729,l), -(50,587,l), -(176,587,ls), -(248,587,o), -(278,569,o), -(289,533,c), -(50,533,l), -(50,438,l), -(290,438,l), -(281,404,o), -(255,384,o), -(183,384,cs), -(50,384,l), -(50,244,l), -(121,244,ls), -(207,244,o), -(226,231,o), -(250,156,cs), -(302,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = H; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = f; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -33 -); -stem = -2; -type = Anchor; -}, -{ -horizontal = 1; -options = 0; -place = ( -211, -173 -); -stem = -2; -type = TTStem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -27 -); -type = TTStem; -} -); -}; -width = 616; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(264,202,ls), -(264,277,o), -(243,320,o), -(202,338,c), -(203,344,l), -(287,366,o), -(347,434,o), -(367,513,c), -(437,513,l), -(442,539,l), -(372,539,l), -(387,614,o), -(361,676,o), -(317,699,c), -(317,701,l), -(477,701,l), -(483,729,l), -(128,729,l), -(122,701,l), -(218,701,ls), -(295,701,o), -(363,658,o), -(339,539,c), -(88,539,l), -(83,513,l), -(334,513,l), -(309,416,o), -(232,354,o), -(127,354,cs), -(50,354,l), -(44,327,l), -(130,327,ls), -(203,327,o), -(235,305,o), -(235,187,cs), -(235,0,l) -); -} -); -width = 405; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(340,0,l), -(342,179,ls), -(343,247,o), -(325,295,o), -(285,310,c), -(287,317,l), -(342,329,o), -(402,383,o), -(422,437,c), -(487,437,l), -(508,539,l), -(445,539,l), -(449,573,o), -(440,607,o), -(426,620,c), -(427,627,l), -(526,627,l), -(547,729,l), -(120,729,l), -(92,596,l), -(168,596,ls), -(238,596,o), -(260,570,o), -(258,531,c), -(78,531,l), -(60,445,l), -(239,445,l), -(224,401,o), -(180,380,o), -(121,380,cs), -(47,380,l), -(21,257,l), -(74,257,ls), -(137,257,o), -(148,243,o), -(147,164,cs), -(145,0,l) -); -} -); -width = 472; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(468,0,l), -(481,206,ls), -(486,276,o), -(460,322,o), -(403,334,c), -(404,340,l), -(496,358,o), -(567,420,o), -(592,507,c), -(664,507,l), -(671,541,l), -(598,541,l), -(609,610,o), -(578,671,o), -(529,691,c), -(529,694,l), -(702,694,l), -(709,729,l), -(163,729,l), -(156,694,l), -(404,694,ls), -(507,694,o), -(567,647,o), -(558,542,c), -(125,542,l), -(118,507,l), -(551,507,l), -(524,414,o), -(452,359,o), -(327,359,cs), -(87,359,l), -(79,323,l), -(317,323,ls), -(388,323,o), -(449,303,o), -(442,197,cs), -(430,0,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(477,0,l), -(474,185,ls), -(473,271,o), -(453,313,o), -(397,334,c), -(398,340,l), -(498,355,o), -(575,416,o), -(592,507,c), -(678,507,l), -(686,541,l), -(597,541,l), -(599,611,o), -(568,668,o), -(524,691,c), -(525,694,l), -(717,694,l), -(724,729,l), -(164,729,l), -(158,694,l), -(404,694,ls), -(502,694,o), -(564,649,o), -(558,542,c), -(126,542,l), -(116,507,l), -(552,507,l), -(535,420,o), -(454,360,o), -(343,360,cs), -(86,360,l), -(78,323,l), -(302,323,ls), -(405,323,o), -(436,293,o), -(437,184,cs), -(438,0,l) -); -} -); -width = 682; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(457,0,l), -(461,16,l), -(454,20,o), -(448,31,o), -(449,41,c), -(446,175,ls), -(444,257,o), -(416,289,o), -(368,305,c), -(369,313,l), -(447,325,o), -(513,365,o), -(536,423,c), -(623,423,l), -(646,539,l), -(556,539,l), -(554,564,o), -(542,591,o), -(524,606,c), -(525,613,l), -(663,613,l), -(687,729,l), -(146,729,l), -(115,577,l), -(247,577,ls), -(325,577,o), -(350,560,o), -(354,529,c), -(105,529,l), -(85,433,l), -(334,433,l), -(321,401,o), -(288,384,o), -(219,384,cs), -(75,384,l), -(45,244,l), -(154,244,ls), -(213,244,o), -(240,232,o), -(240,156,cs), -(240,47,ls), -(240,14,o), -(247,5,o), -(251,0,c) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(459,0,l), -(443,175,ls), -(436,257,o), -(411,287,o), -(368,305,c), -(369,311,l), -(447,323,o), -(513,364,o), -(536,423,c), -(623,423,l), -(646,539,l), -(556,539,l), -(554,564,o), -(542,591,o), -(524,606,c), -(525,613,l), -(663,613,l), -(687,729,l), -(146,729,l), -(117,587,l), -(247,587,ls), -(322,587,o), -(348,568,o), -(354,533,c), -(105,533,l), -(85,438,l), -(336,438,l), -(324,403,o), -(291,384,o), -(219,384,cs), -(75,384,l), -(45,244,l), -(154,244,ls), -(213,244,o), -(235,232,o), -(240,156,cs), -(251,0,l) -); -} -); -width = 630; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(471,0,l), -(479,188,ls), -(482,260,o), -(459,314,o), -(404,334,c), -(406,340,l), -(496,356,o), -(573,415,o), -(594,507,c), -(682,507,l), -(690,541,l), -(600,541,l), -(603,610,o), -(576,670,o), -(530,691,c), -(530,694,l), -(721,694,l), -(728,729,l), -(143,729,l), -(136,694,l), -(407,694,ls), -(508,694,o), -(568,647,o), -(558,542,c), -(104,542,l), -(97,507,l), -(551,507,l), -(529,415,o), -(453,359,o), -(331,359,cs), -(66,359,l), -(59,323,l), -(319,323,ls), -(390,323,o), -(444,302,o), -(440,187,cs), -(434,0,l) -); -} -); -width = 668; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(482,0,l), -(478,167,ls), -(476,255,o), -(455,289,o), -(394,305,c), -(395,313,l), -(481,320,o), -(554,370,o), -(572,423,c), -(658,423,l), -(683,539,l), -(589,539,l), -(585,567,o), -(570,597,o), -(551,607,c), -(551,613,l), -(698,613,l), -(722,729,l), -(131,729,l), -(99,577,l), -(267,577,ls), -(324,577,o), -(360,562,o), -(362,529,c), -(90,529,l), -(69,433,l), -(341,433,l), -(326,404,o), -(289,384,o), -(228,384,cs), -(59,384,l), -(30,244,l), -(148,244,ls), -(216,244,o), -(244,232,o), -(245,156,cs), -(248,0,l) -); -} -); -width = 649; -} -); -unicode = 8377; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/s.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/s.glyph deleted file mode 100644 index c8b30ac0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/s.glyph +++ /dev/null @@ -1,1466 +0,0 @@ -{ -glyphname = s; -kernLeft = KO_s; -kernRight = KO_s; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (145,0); -}, -{ -name = top; -pos = (139,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,-10,o), -(253,35,o), -(253,117,cs), -(253,207,o), -(210,242,o), -(156,279,cs), -(110,310,o), -(70,340,o), -(70,409,cs), -(70,461,o), -(87,496,o), -(139,496,cs), -(198,496,o), -(217,449,o), -(219,366,c), -(247,366,l), -(248,488,o), -(203,525,o), -(140,525,cs), -(83,525,o), -(41,493,o), -(41,410,cs), -(41,329,o), -(80,293,o), -(132,257,cs), -(181,223,o), -(224,192,o), -(224,118,cs), -(224,59,o), -(199,19,o), -(145,19,cs), -(77,19,o), -(55,77,o), -(55,160,c), -(27,160,l), -(27,38,o), -(76,-10,o), -(145,-10,cs) -); -} -); -width = 288; -}, -{ -anchors = ( -{ -name = bottom; -pos = (215,0); -}, -{ -name = top; -pos = (213,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(345,-10,o), -(409,59,o), -(409,162,cs), -(409,238,o), -(376,292,o), -(264,340,cs), -(217,360,o), -(186,374,o), -(186,406,cs), -(186,426,o), -(192,443,o), -(213,443,cs), -(236,443,o), -(245,430,o), -(248,379,c), -(403,379,l), -(403,491,o), -(330,551,o), -(214,551,cs), -(83,551,o), -(18,486,o), -(18,386,cs), -(18,294,o), -(76,249,o), -(150,215,cs), -(226,180,o), -(235,168,o), -(235,135,cs), -(235,115,o), -(228,101,o), -(207,101,cs), -(183,101,o), -(171,114,o), -(171,168,c), -(11,168,l), -(13,61,o), -(76,-10,o), -(209,-10,cs) -); -} -); -width = 421; -}, -{ -anchors = ( -{ -name = bottom; -pos = (274,0); -}, -{ -name = top; -pos = (269,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(430,-10,o), -(507,48,o), -(507,135,cs), -(507,243,o), -(432,266,o), -(274,283,cs), -(143,297,o), -(85,317,o), -(85,387,cs), -(85,461,o), -(164,494,o), -(270,494,cs), -(374,494,o), -(450,456,o), -(457,367,c), -(494,367,l), -(487,464,o), -(415,527,o), -(270,527,cs), -(138,527,o), -(48,475,o), -(48,386,cs), -(48,294,o), -(119,263,o), -(270,248,cs), -(419,232,o), -(469,214,o), -(469,132,cs), -(469,54,o), -(390,23,o), -(274,23,cs), -(146,23,o), -(66,76,o), -(66,160,c), -(29,160,l), -(29,58,o), -(122,-10,o), -(274,-10,cs) -); -} -); -width = 539; -}, -{ -anchors = ( -{ -name = bottom; -pos = (313,0); -}, -{ -name = top; -pos = (313,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(522,-10,o), -(619,62,o), -(619,172,cs), -(619,292,o), -(552,330,o), -(349,347,cs), -(267,354,o), -(238,358,o), -(238,387,cs), -(238,414,o), -(268,425,o), -(316,425,cs), -(359,425,o), -(387,409,o), -(393,377,c), -(601,377,l), -(588,493,o), -(477,554,o), -(317,554,cs), -(128,554,o), -(24,479,o), -(24,368,cs), -(24,256,o), -(97,218,o), -(301,199,cs), -(380,193,o), -(402,189,o), -(402,158,cs), -(402,133,o), -(375,119,o), -(320,119,cs), -(257,119,o), -(228,136,o), -(222,174,c), -(6,174,l), -(16,60,o), -(117,-10,o), -(313,-10,cs) -); -} -); -width = 628; -}, -{ -anchors = ( -{ -name = bottom; -pos = (125,0); -}, -{ -name = top; -pos = (119,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,-10,o), -(236,37,o), -(236,118,cs), -(236,191,o), -(209,231,o), -(139,279,cs), -(86,315,o), -(50,341,o), -(50,408,cs), -(50,465,o), -(75,497,o), -(121,497,cs), -(171,497,o), -(197,455,o), -(200,367,c), -(229,367,l), -(227,473,o), -(192,525,o), -(122,525,cs), -(60,525,o), -(20,480,o), -(20,409,cs), -(20,329,o), -(60,295,o), -(116,256,cs), -(183,210,o), -(206,175,o), -(206,119,cs), -(206,55,o), -(177,18,o), -(128,18,cs), -(70,18,o), -(41,64,o), -(36,162,c), -(7,162,l), -(9,45,o), -(50,-10,o), -(128,-10,cs) -); -} -); -width = 248; -}, -{ -anchors = ( -{ -name = bottom; -pos = (206,0); -}, -{ -name = top; -pos = (204,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,-10,o), -(399,51,o), -(399,162,cs), -(399,239,o), -(367,289,o), -(255,340,cs), -(197,366,o), -(175,379,o), -(175,406,cs), -(175,427,o), -(185,438,o), -(203,438,cs), -(226,438,o), -(235,421,o), -(238,379,c), -(393,379,l), -(393,487,o), -(323,551,o), -(205,551,cs), -(75,551,o), -(11,486,o), -(11,386,cs), -(11,294,o), -(68,249,o), -(141,215,cs), -(218,180,o), -(227,166,o), -(227,137,cs), -(227,116,o), -(218,106,o), -(199,106,cs), -(177,106,o), -(166,129,o), -(164,174,c), -(4,174,l), -(6,52,o), -(74,-10,o), -(206,-10,cs) -); -} -); -width = 402; -}, -{ -anchors = ( -{ -name = bottom; -pos = (226,0); -}, -{ -name = top; -pos = (226,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(365,-10,o), -(442,42,o), -(442,135,cs), -(442,239,o), -(365,265,o), -(257,281,cs), -(150,296,o), -(100,320,o), -(100,389,cs), -(100,452,o), -(153,494,o), -(247,494,cs), -(335,494,o), -(394,458,o), -(396,367,c), -(432,367,l), -(432,466,o), -(365,527,o), -(246,527,cs), -(136,527,o), -(63,470,o), -(63,385,cs), -(63,293,o), -(128,264,o), -(251,246,cs), -(359,230,o), -(404,207,o), -(404,132,cs), -(404,62,o), -(349,23,o), -(250,23,cs), -(151,23,o), -(85,67,o), -(85,160,c), -(48,160,l), -(48,58,o), -(120,-10,o), -(249,-10,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,-10,o), -(426,41,o), -(426,135,cs), -(426,240,o), -(349,267,o), -(239,283,cs), -(130,299,o), -(80,321,o), -(80,389,cs), -(80,452,o), -(133,494,o), -(227,494,cs), -(311,494,o), -(369,460,o), -(376,368,c), -(412,368,l), -(407,469,o), -(340,527,o), -(226,527,cs), -(116,527,o), -(43,470,o), -(43,385,cs), -(43,294,o), -(108,265,o), -(233,247,cs), -(344,231,o), -(389,208,o), -(389,132,cs), -(389,62,o), -(334,23,o), -(235,23,cs), -(136,23,o), -(71,63,o), -(65,154,c), -(28,154,l), -(33,53,o), -(106,-10,o), -(234,-10,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -32 -); -stem = -2; -target = ( -0, -39 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -36 -); -stem = -2; -target = ( -0, -35 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -29 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 454; -}, -{ -anchors = ( -{ -name = bottom; -pos = (260,0); -}, -{ -name = top; -pos = (260,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(430,-10,o), -(531,56,o), -(531,174,cs), -(531,279,o), -(476,326,o), -(334,344,cs), -(259,354,o), -(233,360,o), -(233,388,cs), -(233,411,o), -(252,422,o), -(280,422,cs), -(313,422,o), -(332,408,o), -(332,380,c), -(520,380,l), -(516,484,o), -(422,554,o), -(286,554,cs), -(140,554,o), -(42,481,o), -(42,371,cs), -(42,262,o), -(108,220,o), -(254,199,cs), -(316,190,o), -(337,186,o), -(337,157,cs), -(337,136,o), -(320,122,o), -(283,122,cs), -(245,122,o), -(218,137,o), -(217,174,c), -(29,174,l), -(28,64,o), -(126,-10,o), -(278,-10,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(418,-10,o), -(510,58,o), -(510,174,cs), -(510,279,o), -(454,326,o), -(310,344,cs), -(223,355,o), -(195,360,o), -(195,388,cs), -(195,414,o), -(218,426,o), -(252,426,cs), -(290,426,o), -(312,408,o), -(313,376,c), -(499,376,l), -(493,488,o), -(407,554,o), -(264,554,cs), -(108,554,o), -(14,486,o), -(14,371,cs), -(14,262,o), -(81,220,o), -(229,199,cs), -(301,189,o), -(324,186,o), -(324,157,cs), -(324,134,o), -(305,118,o), -(263,118,cs), -(220,118,o), -(191,133,o), -(186,177,c), -(0,177,l), -(2,59,o), -(99,-10,o), -(256,-10,cs) -); -} -); -width = 513; -}, -{ -anchors = ( -{ -name = bottom; -pos = (266,0); -}, -{ -name = top; -pos = (261,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(420,-10,o), -(503,42,o), -(503,137,cs), -(503,245,o), -(432,266,o), -(266,283,cs), -(129,297,o), -(73,317,o), -(73,387,cs), -(73,454,o), -(142,494,o), -(262,494,cs), -(367,494,o), -(443,457,o), -(454,357,c), -(491,357,l), -(480,465,o), -(408,527,o), -(262,527,cs), -(122,527,o), -(36,472,o), -(36,386,cs), -(36,294,o), -(105,264,o), -(262,248,cs), -(419,232,o), -(465,216,o), -(465,134,cs), -(465,62,o), -(396,23,o), -(266,23,cs), -(138,23,o), -(58,73,o), -(53,171,c), -(16,171,l), -(21,55,o), -(114,-10,o), -(266,-10,cs) -); -} -); -width = 523; -}, -{ -anchors = ( -{ -name = bottom; -pos = (311,0); -}, -{ -name = top; -pos = (311,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(511,-10,o), -(621,56,o), -(621,175,cs), -(621,296,o), -(553,336,o), -(347,353,cs), -(265,360,o), -(235,362,o), -(235,387,cs), -(235,414,o), -(265,425,o), -(307,425,cs), -(358,425,o), -(386,409,o), -(392,377,c), -(602,377,l), -(589,493,o), -(477,554,o), -(315,554,cs), -(124,554,o), -(19,479,o), -(19,368,cs), -(19,251,o), -(92,211,o), -(299,192,cs), -(379,186,o), -(401,181,o), -(401,155,cs), -(401,131,o), -(374,119,o), -(322,119,cs), -(258,119,o), -(225,137,o), -(219,174,c), -(1,174,l), -(11,60,o), -(113,-10,o), -(311,-10,cs) -); -} -); -width = 622; -}, -{ -anchors = ( -{ -name = bottom; -pos = (241,0); -}, -{ -name = top; -pos = (241,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(361,-10,o), -(438,42,o), -(438,135,cs), -(438,239,o), -(361,265,o), -(253,281,cs), -(146,296,o), -(96,320,o), -(96,389,cs), -(96,452,o), -(149,494,o), -(243,494,cs), -(331,494,o), -(390,458,o), -(392,367,c), -(428,367,l), -(428,466,o), -(361,527,o), -(242,527,cs), -(132,527,o), -(59,470,o), -(59,385,cs), -(59,293,o), -(124,264,o), -(247,246,cs), -(355,230,o), -(400,207,o), -(400,132,cs), -(400,62,o), -(345,23,o), -(246,23,cs), -(147,23,o), -(81,67,o), -(81,160,c), -(44,160,l), -(44,58,o), -(116,-10,o), -(245,-10,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(365,-10,o), -(435,44,o), -(435,135,cs), -(435,241,o), -(359,269,o), -(253,285,cs), -(151,299,o), -(105,322,o), -(105,389,cs), -(105,451,o), -(159,494,o), -(242,494,cs), -(316,494,o), -(368,464,o), -(380,389,c), -(417,389,l), -(406,475,o), -(345,527,o), -(241,527,cs), -(139,527,o), -(68,469,o), -(68,385,cs), -(68,294,o), -(130,266,o), -(248,249,cs), -(353,233,o), -(397,208,o), -(397,132,cs), -(397,63,o), -(344,23,o), -(250,23,cs), -(163,23,o), -(102,58,o), -(88,138,c), -(52,138,l), -(64,47,o), -(136,-10,o), -(250,-10,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -32 -); -stem = -2; -target = ( -0, -39 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -36 -); -stem = -2; -target = ( -0, -35 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -29 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 485; -}, -{ -anchors = ( -{ -name = bottom; -pos = (266,0); -}, -{ -name = top; -pos = (266,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(424,-10,o), -(525,56,o), -(525,174,cs), -(525,279,o), -(470,326,o), -(328,344,cs), -(253,354,o), -(227,360,o), -(227,388,cs), -(227,411,o), -(246,422,o), -(274,422,cs), -(307,422,o), -(326,408,o), -(326,380,c), -(514,380,l), -(510,484,o), -(416,554,o), -(280,554,cs), -(134,554,o), -(36,481,o), -(36,371,cs), -(36,262,o), -(102,220,o), -(248,199,cs), -(310,190,o), -(331,186,o), -(331,157,cs), -(331,136,o), -(314,122,o), -(277,122,cs), -(239,122,o), -(212,137,o), -(211,174,c), -(23,174,l), -(22,64,o), -(120,-10,o), -(272,-10,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(410,-10,o), -(509,56,o), -(509,174,cs), -(509,279,o), -(457,325,o), -(321,344,cs), -(247,354,o), -(224,360,o), -(224,388,cs), -(224,411,o), -(241,422,o), -(265,422,cs), -(295,422,o), -(311,409,o), -(314,385,c), -(501,385,l), -(493,485,o), -(403,554,o), -(271,554,cs), -(130,554,o), -(35,481,o), -(35,371,cs), -(35,262,o), -(99,220,o), -(239,199,cs), -(298,190,o), -(317,186,o), -(317,157,cs), -(317,136,o), -(302,122,o), -(268,122,cs), -(234,122,o), -(211,136,o), -(207,166,c), -(21,166,l), -(23,63,o), -(116,-10,o), -(263,-10,cs) -); -} -); -width = 535; -}, -{ -anchors = ( -{ -name = bottom; -pos = (105,0); -}, -{ -name = top; -pos = (187,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,-10,o), -(227,41,o), -(227,149,cs), -(227,205,o), -(205,234,o), -(160,279,cs), -(133,306,o), -(101,339,o), -(101,388,cs), -(101,456,o), -(134,497,o), -(183,497,cs), -(259,497,o), -(250,423,o), -(242,366,c), -(269,366,l), -(284,447,o), -(279,526,o), -(188,526,cs), -(119,526,o), -(72,470,o), -(72,384,cs), -(72,338,o), -(92,299,o), -(137,258,cs), -(181,217,o), -(198,188,o), -(198,146,cs), -(198,65,o), -(163,18,o), -(106,18,cs), -(24,18,o), -(26,96,o), -(36,161,c), -(9,161,l), -(-5,85,o), -(0,-10,o), -(103,-10,cs) -); -} -); -width = 288; -}, -{ -anchors = ( -{ -name = bottom; -pos = (177,0); -}, -{ -name = top; -pos = (251,541); -} -); -background = { -anchors = ( -{ -name = bottom; -pos = (177,0); -}, -{ -name = top; -pos = (251,541); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(278,-10,o), -(357,37,o), -(376,137,cs), -(398,251,o), -(343,292,o), -(271,334,cs), -(225,361,o), -(207,374,o), -(208,402,cs), -(209,424,o), -(219,442,o), -(241,442,cs), -(271,442,o), -(272,421,o), -(266,377,c), -(416,377,l), -(428,481,o), -(372,551,o), -(235,551,cs), -(138,551,o), -(62,508,o), -(43,405,cs), -(26,316,o), -(71,263,o), -(137,222,cs), -(180,195,o), -(208,186,o), -(204,142,cs), -(202,119,o), -(196,102,o), -(172,102,cs), -(144,102,o), -(139,126,o), -(148,169,c), -(-9,169,l), -(-22,62,o), -(33,-10,o), -(173,-10,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(316,-10,o), -(381,78,o), -(381,179,cs), -(381,265,o), -(332,298,o), -(271,334,cs), -(224,362,o), -(208,372,o), -(208,400,cs), -(208,423,o), -(218,442,o), -(243,442,cs), -(268,442,o), -(273,424,o), -(266,377,c), -(416,377,l), -(429,479,o), -(369,551,o), -(241,551,cs), -(101,551,o), -(39,465,o), -(39,374,cs), -(39,293,o), -(89,252,o), -(137,222,cs), -(199,184,o), -(204,173,o), -(204,149,cs), -(204,115,o), -(193,102,o), -(172,102,cs), -(144,102,o), -(139,126,o), -(148,169,c), -(-9,169,l), -(-23,57,o), -(41,-10,o), -(169,-10,cs) -); -} -); -width = 415; -}, -{ -anchors = ( -{ -name = bottom; -pos = (213,0); -}, -{ -name = top; -pos = (264,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(335,-10,o), -(409,46,o), -(409,143,cs), -(409,223,o), -(360,260,o), -(260,282,cs), -(161,304,o), -(125,328,o), -(125,387,cs), -(125,453,o), -(177,494,o), -(259,494,cs), -(353,494,o), -(412,448,o), -(407,373,c), -(444,373,l), -(447,465,o), -(375,527,o), -(262,527,cs), -(157,527,o), -(89,471,o), -(89,383,cs), -(89,321,o), -(124,278,o), -(245,250,cs), -(331,230,o), -(371,207,o), -(371,140,cs), -(371,70,o), -(326,23,o), -(214,23,cs), -(120,23,o), -(56,74,o), -(62,161,c), -(27,161,l), -(21,58,o), -(90,-10,o), -(215,-10,cs) -); -} -); -width = 485; -}, -{ -anchors = ( -{ -name = bottom; -pos = (239,0); -}, -{ -name = top; -pos = (316,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(396,-10,o), -(495,64,o), -(495,192,cs), -(495,282,o), -(444,325,o), -(330,345,cs), -(271,356,o), -(251,362,o), -(251,385,cs), -(251,409,o), -(269,422,o), -(299,422,cs), -(326,422,o), -(345,405,o), -(344,380,c), -(521,380,l), -(525,491,o), -(439,554,o), -(305,554,cs), -(154,554,o), -(56,476,o), -(56,352,cs), -(56,266,o), -(108,224,o), -(232,200,cs), -(282,190,o), -(298,185,o), -(298,164,cs), -(298,134,o), -(274,122,o), -(240,122,cs), -(201,122,o), -(180,140,o), -(182,174,c), -(0,174,l), -(-4,64,o), -(81,-10,o), -(230,-10,cs) -); -} -); -width = 538; -}, -{ -anchors = ( -{ -name = bottom; -pos = (249,0); -}, -{ -name = top; -pos = (286,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(396,-10,o), -(475,45,o), -(475,151,cs), -(475,244,o), -(381,262,o), -(285,279,cs), -(176,297,o), -(112,313,o), -(112,381,cs), -(112,452,o), -(177,494,o), -(281,494,cs), -(400,494,o), -(475,452,o), -(474,367,c), -(513,367,l), -(519,465,o), -(427,527,o), -(286,527,cs), -(155,527,o), -(74,469,o), -(74,377,cs), -(74,287,o), -(166,265,o), -(266,247,cs), -(398,224,o), -(437,206,o), -(437,142,cs), -(437,65,o), -(374,24,o), -(255,24,cs), -(106,24,o), -(37,78,o), -(44,160,c), -(7,160,l), -(-2,59,o), -(86,-10,o), -(247,-10,cs) -); -} -); -width = 533; -}, -{ -anchors = ( -{ -name = bottom; -pos = (290,0); -}, -{ -name = top; -pos = (342,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(505,-10,o), -(596,65,o), -(596,186,cs), -(596,287,o), -(533,319,o), -(371,344,cs), -(273,360,o), -(260,363,o), -(260,383,cs), -(260,406,o), -(283,419,o), -(316,419,cs), -(368,419,o), -(402,403,o), -(403,374,c), -(612,374,l), -(621,483,o), -(515,554,o), -(321,554,cs), -(152,554,o), -(37,486,o), -(37,359,cs), -(37,259,o), -(125,224,o), -(247,204,cs), -(350,187,o), -(371,183,o), -(371,162,cs), -(371,137,o), -(350,125,o), -(309,125,cs), -(245,125,o), -(205,140,o), -(205,179,c), -(-13,179,l), -(-18,66,o), -(94,-10,o), -(296,-10,cs) -); -} -); -width = 624; -} -); -unicode = 115; -userData = { -KernOnName = s; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/sacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/sacute.glyph deleted file mode 100644 index 36c929f1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/sacute.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = sacute; -kernLeft = KO_s; -kernRight = KO_scaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = s; -}, -{ -pos = (83,-156); -ref = acutecomb; -} -); -width = 288; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = s; -}, -{ -pos = (101,-137); -ref = acutecomb; -} -); -width = 421; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = s; -}, -{ -pos = (211,-155); -ref = acutecomb; -} -); -width = 539; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = s; -}, -{ -pos = (196,-129); -ref = acutecomb; -} -); -width = 628; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (83,-156); -ref = acutecomb; -} -); -width = 288; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = s; -}, -{ -pos = (102,-137); -ref = acutecomb; -} -); -width = 402; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (191,-155); -ref = acutecomb; -} -); -width = 494; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (162,-134); -ref = acutecomb; -} -); -width = 528; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (211,-155); -ref = acutecomb; -} -); -width = 539; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = s; -}, -{ -pos = (204,-129); -ref = acutecomb; -} -); -width = 622; -}, -{ -layerId = m019; -shapes = ( -{ -ref = s; -}, -{ -pos = (185,-155); -ref = acutecomb; -} -); -width = 485; -}, -{ -layerId = m020; -shapes = ( -{ -ref = s; -}, -{ -pos = (156,-134); -ref = acutecomb; -} -); -width = 535; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = s; -}, -{ -pos = (46,-156); -ref = acutecomb; -} -); -width = 288; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = s; -}, -{ -pos = (56,-137); -ref = acutecomb; -} -); -width = 415; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = s; -}, -{ -pos = (122,-155); -ref = acutecomb; -} -); -width = 485; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = s; -}, -{ -pos = (121,-134); -ref = acutecomb; -} -); -width = 538; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = s; -}, -{ -pos = (143,-155); -ref = acutecomb; -} -); -width = 533; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = s; -}, -{ -pos = (142,-129); -ref = acutecomb; -} -); -width = 624; -} -); -unicode = 347; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/scaron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/scaron.glyph deleted file mode 100644 index 76deceaa..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/scaron.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = scaron; -kernLeft = KO_s; -kernRight = KO_scaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = s; -}, -{ -pos = (10,-156); -ref = caroncomb; -} -); -width = 288; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-4,-137); -ref = caroncomb; -} -); -width = 421; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = s; -}, -{ -pos = (90,-155); -ref = caroncomb; -} -); -width = 539; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = s; -}, -{ -pos = (22,-129); -ref = caroncomb; -} -); -width = 628; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (10,-156); -ref = caroncomb; -} -); -width = 288; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-3,-137); -ref = caroncomb; -} -); -width = 402; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (82,-155); -ref = caroncomb; -} -); -width = 494; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (27,-134); -ref = caroncomb; -} -); -width = 528; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (90,-155); -ref = caroncomb; -} -); -width = 539; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = s; -}, -{ -pos = (30,-129); -ref = caroncomb; -} -); -width = 622; -}, -{ -layerId = m019; -shapes = ( -{ -ref = s; -}, -{ -pos = (78,-155); -ref = caroncomb; -} -); -width = 485; -}, -{ -layerId = m020; -shapes = ( -{ -ref = s; -}, -{ -pos = (27,-134); -ref = caroncomb; -} -); -width = 535; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-27,-156); -ref = caroncomb; -} -); -width = 288; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-45,-137); -ref = caroncomb; -} -); -width = 415; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = s; -}, -{ -pos = (13,-155); -ref = caroncomb; -} -); -width = 485; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-18,-134); -ref = caroncomb; -} -); -width = 538; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = s; -}, -{ -pos = (20,-155); -ref = caroncomb; -} -); -width = 533; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-32,-129); -ref = caroncomb; -} -); -width = 624; -} -); -unicode = 353; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/scedilla.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/scedilla.glyph deleted file mode 100644 index 9e303a32..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/scedilla.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = scedilla; -kernLeft = KO_s; -kernRight = KO_scaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = s; -}, -{ -pos = (4,0); -ref = cedillacomb; -} -); -width = 288; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = s; -}, -{ -pos = (9,0); -ref = cedillacomb; -} -); -width = 421; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = s; -}, -{ -pos = (121,0); -ref = cedillacomb; -} -); -width = 539; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = s; -}, -{ -pos = (88,0); -ref = cedillacomb; -} -); -width = 628; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (4,0); -ref = cedillacomb; -} -); -width = 288; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = s; -}, -{ -pos = (10,0); -ref = cedillacomb; -} -); -width = 402; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (102,0); -ref = cedillacomb; -} -); -width = 494; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (56,0); -ref = cedillacomb; -} -); -width = 528; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (121,0); -ref = cedillacomb; -} -); -width = 539; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = s; -}, -{ -pos = (96,0); -ref = cedillacomb; -} -); -width = 622; -}, -{ -layerId = m019; -shapes = ( -{ -ref = s; -}, -{ -pos = (96,0); -ref = cedillacomb; -} -); -width = 485; -}, -{ -layerId = m020; -shapes = ( -{ -ref = s; -}, -{ -pos = (56,0); -ref = cedillacomb; -} -); -width = 535; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = s; -}, -{ -pos = (31,0); -ref = cedillacomb; -} -); -width = 288; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = s; -}, -{ -pos = (26,0); -ref = cedillacomb; -} -); -width = 415; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = s; -}, -{ -pos = (127,0); -ref = cedillacomb; -} -); -width = 485; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = s; -}, -{ -pos = (80,0); -ref = cedillacomb; -} -); -width = 538; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = s; -}, -{ -pos = (148,0); -ref = cedillacomb; -} -); -width = 533; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = s; -}, -{ -pos = (114,0); -ref = cedillacomb; -} -); -width = 624; -} -); -unicode = 351; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/scircumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/scircumflex.glyph deleted file mode 100644 index 80292a77..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/scircumflex.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = scircumflex; -kernLeft = KO_s; -kernRight = KO_scaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = s; -}, -{ -pos = (10,-156); -ref = circumflexcomb; -} -); -width = 288; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-4,-137); -ref = circumflexcomb; -} -); -width = 421; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = s; -}, -{ -pos = (90,-155); -ref = circumflexcomb; -} -); -width = 539; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = s; -}, -{ -pos = (22,-129); -ref = circumflexcomb; -} -); -width = 628; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (10,-156); -ref = circumflexcomb; -} -); -width = 288; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-3,-137); -ref = circumflexcomb; -} -); -width = 402; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (82,-155); -ref = circumflexcomb; -} -); -width = 494; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (27,-134); -ref = circumflexcomb; -} -); -width = 528; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (90,-155); -ref = circumflexcomb; -} -); -width = 539; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = s; -}, -{ -pos = (30,-129); -ref = circumflexcomb; -} -); -width = 622; -}, -{ -layerId = m019; -shapes = ( -{ -ref = s; -}, -{ -pos = (78,-155); -ref = circumflexcomb; -} -); -width = 485; -}, -{ -layerId = m020; -shapes = ( -{ -ref = s; -}, -{ -pos = (27,-134); -ref = circumflexcomb; -} -); -width = 535; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-28,-156); -ref = circumflexcomb; -} -); -width = 288; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-51,-137); -ref = circumflexcomb; -} -); -width = 415; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = s; -}, -{ -pos = (12,-155); -ref = circumflexcomb; -} -); -width = 485; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-13,-134); -ref = circumflexcomb; -} -); -width = 538; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = s; -}, -{ -pos = (20,-155); -ref = circumflexcomb; -} -); -width = 533; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-34,-129); -ref = circumflexcomb; -} -); -width = 624; -} -); -unicode = 349; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/scommaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/scommaaccent.glyph deleted file mode 100644 index bb06cb57..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/scommaaccent.glyph +++ /dev/null @@ -1,251 +0,0 @@ -{ -color = 6; -glyphname = scommaaccent; -kernLeft = KO_s; -kernRight = KO_scaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = s; -}, -{ -pos = (48,0); -ref = commaaccentcomb; -} -); -width = 288; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = s; -}, -{ -pos = (33,0); -ref = commaaccentcomb; -} -); -width = 421; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = s; -}, -{ -pos = (173,0); -ref = commaaccentcomb; -} -); -width = 539; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = s; -}, -{ -pos = (129,0); -ref = commaaccentcomb; -} -); -width = 628; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (48,0); -ref = commaaccentcomb; -} -); -width = 288; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = s; -}, -{ -pos = (34,0); -ref = commaaccentcomb; -} -); -width = 402; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (140,0); -ref = commaaccentcomb; -} -); -width = 494; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (104,0); -ref = commaaccentcomb; -} -); -width = 528; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (173,0); -ref = commaaccentcomb; -} -); -width = 539; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = s; -}, -{ -pos = (137,0); -ref = commaaccentcomb; -} -); -width = 622; -}, -{ -layerId = m019; -shapes = ( -{ -ref = s; -}, -{ -pos = (134,0); -ref = commaaccentcomb; -} -); -width = 485; -}, -{ -layerId = m020; -shapes = ( -{ -ref = s; -}, -{ -pos = (103,0); -ref = commaaccentcomb; -} -); -width = 535; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = s; -}, -{ -pos = (62,0); -ref = commaaccentcomb; -} -); -width = 288; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = s; -}, -{ -pos = (53,0); -ref = commaaccentcomb; -} -); -width = 415; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = s; -}, -{ -pos = (161,0); -ref = commaaccentcomb; -} -); -width = 485; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = s; -}, -{ -pos = (124,0); -ref = commaaccentcomb; -} -); -width = 538; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = s; -}, -{ -pos = (201,0); -ref = commaaccentcomb; -} -); -width = 533; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = s; -}, -{ -pos = (167,0); -ref = commaaccentcomb; -} -); -width = 624; -} -); -unicode = 537; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/section.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/section.glyph deleted file mode 100644 index 7d046fc2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/section.glyph +++ /dev/null @@ -1,1679 +0,0 @@ -{ -glyphname = section; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(227,-10,o), -(271,35,o), -(271,117,cs), -(271,174,o), -(254,209,o), -(227,237,c), -(249,263,o), -(261,298,o), -(261,331,cs), -(261,421,o), -(224,459,o), -(174,493,cs), -(128,524,o), -(88,554,o), -(88,623,cs), -(88,675,o), -(105,710,o), -(157,710,cs), -(216,710,o), -(235,663,o), -(237,580,c), -(265,580,l), -(266,702,o), -(221,739,o), -(158,739,cs), -(101,739,o), -(59,707,o), -(59,624,cs), -(59,566,o), -(79,532,o), -(109,503,c), -(84,479,o), -(69,444,o), -(69,410,cs), -(69,329,o), -(102,290,o), -(150,257,cs), -(199,223,o), -(242,192,o), -(242,118,cs), -(242,59,o), -(217,19,o), -(163,19,cs), -(95,19,o), -(73,77,o), -(73,160,c), -(45,160,l), -(45,38,o), -(94,-10,o), -(163,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,264,o), -(186,271,o), -(174,279,cs), -(132,308,o), -(98,340,o), -(98,409,cs), -(98,436,o), -(110,464,o), -(130,486,c), -(137,481,o), -(143,476,o), -(150,471,cs), -(195,439,o), -(232,406,o), -(232,332,cs), -(232,303,o), -(222,276,o), -(206,255,c) -); -} -); -width = 324; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(331,-10,o), -(409,56,o), -(409,150,cs), -(409,197,o), -(391,233,o), -(358,263,c), -(396,286,o), -(421,333,o), -(421,379,cs), -(421,460,o), -(366,502,o), -(278,541,cs), -(238,558,o), -(208,572,o), -(208,602,cs), -(208,614,o), -(214,631,o), -(235,631,cs), -(258,631,o), -(267,618,o), -(270,567,c), -(425,567,l), -(425,677,o), -(349,739,o), -(236,739,cs), -(118,739,o), -(40,675,o), -(40,578,cs), -(40,537,o), -(58,496,o), -(98,468,c), -(55,441,o), -(32,397,o), -(32,354,cs), -(32,279,o), -(82,243,o), -(144,215,cs), -(224,178,o), -(239,170,o), -(239,135,cs), -(239,115,o), -(232,101,o), -(211,101,cs), -(189,101,o), -(175,120,o), -(175,168,c), -(15,168,l), -(17,61,o), -(80,-10,o), -(205,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,326,o), -(244,330,o), -(235,334,cs), -(193,354,o), -(180,367,o), -(180,389,cs), -(180,399,o), -(184,409,o), -(191,418,c), -(199,413,o), -(206,409,o), -(214,405,cs), -(245,389,o), -(268,375,o), -(268,349,cs), -(268,338,o), -(267,330,o), -(260,321,c) -); -} -); -width = 442; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(360,-10,o), -(437,42,o), -(437,135,cs), -(437,184,o), -(420,216,o), -(391,237,c), -(426,262,o), -(447,299,o), -(447,347,cs), -(447,451,o), -(374,478,o), -(272,493,cs), -(165,508,o), -(115,532,o), -(115,601,cs), -(115,664,o), -(168,706,o), -(262,706,cs), -(348,706,o), -(406,672,o), -(411,585,c), -(447,585,l), -(444,681,o), -(377,739,o), -(261,739,cs), -(151,739,o), -(78,682,o), -(78,597,cs), -(78,549,o), -(96,518,o), -(131,496,c), -(93,471,o), -(68,429,o), -(68,385,cs), -(68,293,o), -(129,263,o), -(246,246,cs), -(354,230,o), -(399,207,o), -(399,132,cs), -(399,62,o), -(344,23,o), -(245,23,cs), -(150,23,o), -(86,63,o), -(80,149,c), -(43,149,l), -(48,53,o), -(120,-10,o), -(244,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(333,267,o), -(295,275,o), -(252,281,cs), -(152,295,o), -(105,320,o), -(105,389,cs), -(105,426,o), -(127,458,o), -(163,482,c), -(190,471,o), -(225,464,o), -(266,458,cs), -(367,443,o), -(409,419,o), -(409,344,cs), -(409,306,o), -(393,278,o), -(363,253,c) -); -} -); -width = 505; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(416,-10,o), -(517,56,o), -(517,165,cs), -(517,207,o), -(501,244,o), -(469,276,c), -(503,297,o), -(526,333,o), -(526,373,cs), -(526,465,o), -(470,503,o), -(339,529,cs), -(272,542,o), -(238,550,o), -(238,576,cs), -(238,599,o), -(257,607,o), -(285,607,cs), -(317,607,o), -(336,594,o), -(337,568,c), -(525,568,l), -(515,670,o), -(426,739,o), -(291,739,cs), -(145,739,o), -(47,670,o), -(47,565,cs), -(47,521,o), -(61,485,o), -(99,457,c), -(59,429,o), -(38,392,o), -(38,348,cs), -(38,254,o), -(114,225,o), -(219,202,cs), -(304,184,o), -(323,177,o), -(323,152,cs), -(323,131,o), -(306,122,o), -(269,122,cs), -(232,122,o), -(206,136,o), -(203,171,c), -(15,171,l), -(17,63,o), -(113,-10,o), -(264,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,334,o), -(294,341,o), -(263,348,cs), -(228,357,o), -(216,367,o), -(216,385,cs), -(216,391,o), -(218,399,o), -(222,407,c), -(241,401,o), -(258,396,o), -(278,391,cs), -(315,382,o), -(334,373,o), -(334,350,cs), -(334,342,o), -(333,336,o), -(329,330,c) -); -} -); -width = 553; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,-10,o), -(251,35,o), -(251,117,cs), -(251,174,o), -(234,209,o), -(207,237,c), -(229,263,o), -(241,298,o), -(241,331,cs), -(241,421,o), -(204,459,o), -(154,493,cs), -(108,524,o), -(68,554,o), -(68,623,cs), -(68,675,o), -(85,710,o), -(137,710,cs), -(196,710,o), -(215,663,o), -(217,580,c), -(245,580,l), -(246,702,o), -(201,739,o), -(138,739,cs), -(81,739,o), -(39,707,o), -(39,624,cs), -(39,566,o), -(59,532,o), -(89,503,c), -(64,479,o), -(49,444,o), -(49,410,cs), -(49,329,o), -(82,290,o), -(130,257,cs), -(179,223,o), -(222,192,o), -(222,118,cs), -(222,59,o), -(197,19,o), -(143,19,cs), -(75,19,o), -(53,77,o), -(53,160,c), -(25,160,l), -(25,38,o), -(74,-10,o), -(143,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(175,264,o), -(166,271,o), -(154,279,cs), -(112,308,o), -(78,340,o), -(78,409,cs), -(78,436,o), -(90,464,o), -(110,486,c), -(117,481,o), -(123,476,o), -(130,471,cs), -(175,439,o), -(212,406,o), -(212,332,cs), -(212,303,o), -(202,276,o), -(186,255,c) -); -} -); -width = 284; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,-10,o), -(400,56,o), -(400,150,cs), -(400,197,o), -(382,233,o), -(349,263,c), -(387,286,o), -(412,333,o), -(412,379,cs), -(412,460,o), -(357,502,o), -(269,541,cs), -(229,558,o), -(199,572,o), -(199,602,cs), -(199,614,o), -(205,631,o), -(226,631,cs), -(249,631,o), -(258,618,o), -(261,567,c), -(416,567,l), -(416,677,o), -(340,739,o), -(227,739,cs), -(109,739,o), -(31,675,o), -(31,578,cs), -(31,537,o), -(49,496,o), -(89,468,c), -(46,441,o), -(23,397,o), -(23,354,cs), -(23,279,o), -(73,243,o), -(135,215,cs), -(215,178,o), -(230,170,o), -(230,135,cs), -(230,115,o), -(223,101,o), -(202,101,cs), -(180,101,o), -(166,120,o), -(166,168,c), -(6,168,l), -(8,61,o), -(71,-10,o), -(196,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(243,326,o), -(235,330,o), -(226,334,cs), -(184,354,o), -(171,367,o), -(171,389,cs), -(171,399,o), -(175,409,o), -(182,418,c), -(190,413,o), -(197,409,o), -(205,405,cs), -(236,389,o), -(259,375,o), -(259,349,cs), -(259,338,o), -(258,330,o), -(251,321,c) -); -} -); -width = 423; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(363,-10,o), -(440,42,o), -(440,135,cs), -(440,184,o), -(423,216,o), -(394,237,c), -(429,262,o), -(450,299,o), -(450,347,cs), -(450,451,o), -(377,478,o), -(275,493,cs), -(168,508,o), -(118,532,o), -(118,601,cs), -(118,664,o), -(171,706,o), -(265,706,cs), -(351,706,o), -(409,672,o), -(414,585,c), -(450,585,l), -(447,681,o), -(380,739,o), -(264,739,cs), -(154,739,o), -(81,682,o), -(81,597,cs), -(81,549,o), -(99,518,o), -(134,496,c), -(96,471,o), -(71,429,o), -(71,385,cs), -(71,293,o), -(132,263,o), -(249,246,cs), -(357,230,o), -(402,207,o), -(402,132,cs), -(402,62,o), -(347,23,o), -(248,23,cs), -(153,23,o), -(89,63,o), -(83,149,c), -(46,149,l), -(51,53,o), -(123,-10,o), -(247,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(336,267,o), -(298,275,o), -(255,281,cs), -(155,295,o), -(108,320,o), -(108,389,cs), -(108,426,o), -(130,458,o), -(166,482,c), -(193,471,o), -(228,464,o), -(269,458,cs), -(370,443,o), -(412,419,o), -(412,344,cs), -(412,306,o), -(396,278,o), -(366,253,c) -); -} -); -width = 511; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(451,-10,o), -(552,56,o), -(552,174,cs), -(552,279,o), -(497,326,o), -(355,344,cs), -(280,354,o), -(254,360,o), -(254,388,cs), -(254,403,o), -(262,413,o), -(275,418,c), -(163,524,l), -(100,493,o), -(63,439,o), -(63,371,cs), -(63,262,o), -(129,220,o), -(275,199,cs), -(337,190,o), -(358,186,o), -(358,157,cs), -(358,136,o), -(341,122,o), -(304,122,cs), -(267,122,o), -(241,136,o), -(238,171,c), -(50,171,l), -(51,63,o), -(148,-10,o), -(299,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(510,228,o), -(552,283,o), -(552,359,cs), -(552,464,o), -(497,511,o), -(355,529,cs), -(280,539,o), -(254,545,o), -(254,573,cs), -(254,596,o), -(273,607,o), -(301,607,cs), -(333,607,o), -(352,594,o), -(353,568,c), -(541,568,l), -(535,670,o), -(442,739,o), -(307,739,cs), -(161,739,o), -(63,666,o), -(63,556,cs), -(63,447,o), -(129,405,o), -(275,384,cs), -(337,375,o), -(358,371,o), -(358,342,cs), -(358,329,o), -(352,319,o), -(339,313,c), -(439,199,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(411,-10,o), -(512,56,o), -(512,165,cs), -(512,207,o), -(496,244,o), -(464,276,c), -(498,297,o), -(521,333,o), -(521,373,cs), -(521,465,o), -(465,503,o), -(334,529,cs), -(267,542,o), -(233,550,o), -(233,576,cs), -(233,599,o), -(252,607,o), -(280,607,cs), -(312,607,o), -(331,594,o), -(332,568,c), -(520,568,l), -(510,670,o), -(421,739,o), -(286,739,cs), -(140,739,o), -(42,670,o), -(42,565,cs), -(42,521,o), -(56,485,o), -(94,457,c), -(54,429,o), -(33,392,o), -(33,348,cs), -(33,254,o), -(109,225,o), -(214,202,cs), -(299,184,o), -(318,177,o), -(318,152,cs), -(318,131,o), -(301,122,o), -(264,122,cs), -(227,122,o), -(201,136,o), -(198,171,c), -(10,171,l), -(12,63,o), -(108,-10,o), -(259,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(304,337,o), -(280,343,o), -(258,348,cs), -(223,357,o), -(211,367,o), -(211,385,cs), -(211,391,o), -(213,399,o), -(217,407,c), -(236,401,o), -(254,396,o), -(273,391,cs), -(310,382,o), -(329,373,o), -(329,350,cs), -(329,342,o), -(328,336,o), -(324,330,c) -); -} -); -width = 542; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,-10,o), -(427,42,o), -(427,135,cs), -(427,184,o), -(410,216,o), -(381,237,c), -(416,262,o), -(437,299,o), -(437,347,cs), -(437,451,o), -(364,478,o), -(262,493,cs), -(155,508,o), -(105,532,o), -(105,601,cs), -(105,664,o), -(158,706,o), -(252,706,cs), -(338,706,o), -(396,672,o), -(401,585,c), -(437,585,l), -(434,681,o), -(367,739,o), -(251,739,cs), -(141,739,o), -(68,682,o), -(68,597,cs), -(68,549,o), -(86,518,o), -(121,496,c), -(83,471,o), -(58,429,o), -(58,385,cs), -(58,293,o), -(119,263,o), -(236,246,cs), -(344,230,o), -(389,207,o), -(389,132,cs), -(389,62,o), -(334,23,o), -(235,23,cs), -(140,23,o), -(76,63,o), -(70,149,c), -(33,149,l), -(38,53,o), -(110,-10,o), -(234,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(323,267,o), -(285,275,o), -(242,281,cs), -(142,295,o), -(95,320,o), -(95,389,cs), -(95,426,o), -(117,458,o), -(153,482,c), -(180,471,o), -(215,464,o), -(256,458,cs), -(357,443,o), -(399,419,o), -(399,344,cs), -(399,306,o), -(383,278,o), -(353,253,c) -); -} -); -width = 485; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(406,-10,o), -(507,56,o), -(507,165,cs), -(507,207,o), -(491,244,o), -(459,276,c), -(493,297,o), -(516,333,o), -(516,373,cs), -(516,465,o), -(460,503,o), -(329,529,cs), -(262,542,o), -(228,550,o), -(228,576,cs), -(228,599,o), -(247,607,o), -(275,607,cs), -(307,607,o), -(326,594,o), -(327,568,c), -(515,568,l), -(505,670,o), -(416,739,o), -(281,739,cs), -(135,739,o), -(37,670,o), -(37,565,cs), -(37,521,o), -(51,485,o), -(89,457,c), -(49,429,o), -(28,392,o), -(28,348,cs), -(28,254,o), -(104,225,o), -(209,202,cs), -(294,184,o), -(313,177,o), -(313,152,cs), -(313,131,o), -(296,122,o), -(259,122,cs), -(222,122,o), -(196,136,o), -(193,171,c), -(5,171,l), -(7,63,o), -(103,-10,o), -(254,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(309,334,o), -(284,341,o), -(253,348,cs), -(218,357,o), -(206,367,o), -(206,385,cs), -(206,391,o), -(208,399,o), -(212,407,c), -(231,401,o), -(248,396,o), -(268,391,cs), -(305,382,o), -(324,373,o), -(324,350,cs), -(324,342,o), -(323,336,o), -(319,330,c) -); -} -); -width = 533; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(378,-10,o), -(453,42,o), -(453,135,cs), -(453,184,o), -(438,216,o), -(409,237,c), -(444,262,o), -(463,299,o), -(463,347,cs), -(463,451,o), -(392,478,o), -(292,493,cs), -(187,508,o), -(139,532,o), -(139,601,cs), -(139,664,o), -(190,706,o), -(282,706,cs), -(366,706,o), -(424,672,o), -(429,585,c), -(463,585,l), -(460,681,o), -(395,739,o), -(281,739,cs), -(173,739,o), -(102,682,o), -(102,597,cs), -(102,549,o), -(120,518,o), -(153,496,c), -(117,471,o), -(92,429,o), -(92,385,cs), -(92,293,o), -(151,263,o), -(266,246,cs), -(372,230,o), -(417,207,o), -(417,132,cs), -(417,62,o), -(362,23,o), -(265,23,cs), -(172,23,o), -(110,63,o), -(104,149,c), -(67,149,l), -(72,53,o), -(144,-10,o), -(264,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(351,267,o), -(315,275,o), -(272,281,cs), -(174,295,o), -(129,320,o), -(129,389,cs), -(129,426,o), -(150,458,o), -(185,482,c), -(212,471,o), -(247,464,o), -(286,458,cs), -(385,443,o), -(427,419,o), -(427,344,cs), -(427,306,o), -(411,278,o), -(381,253,c) -); -} -); -width = 545; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(451,-10,o), -(552,56,o), -(552,174,cs), -(552,279,o), -(497,326,o), -(355,344,cs), -(280,354,o), -(254,360,o), -(254,388,cs), -(254,403,o), -(262,413,o), -(275,418,c), -(163,524,l), -(100,493,o), -(63,439,o), -(63,371,cs), -(63,262,o), -(129,220,o), -(275,199,cs), -(337,190,o), -(358,186,o), -(358,157,cs), -(358,136,o), -(341,122,o), -(304,122,cs), -(267,122,o), -(241,136,o), -(238,171,c), -(50,171,l), -(51,63,o), -(148,-10,o), -(299,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(510,228,o), -(552,283,o), -(552,359,cs), -(552,464,o), -(497,511,o), -(355,529,cs), -(280,539,o), -(254,545,o), -(254,573,cs), -(254,596,o), -(273,607,o), -(301,607,cs), -(333,607,o), -(352,594,o), -(353,568,c), -(541,568,l), -(535,670,o), -(442,739,o), -(307,739,cs), -(161,739,o), -(63,666,o), -(63,556,cs), -(63,447,o), -(129,405,o), -(275,384,cs), -(337,375,o), -(358,371,o), -(358,342,cs), -(358,329,o), -(352,319,o), -(339,313,c), -(439,199,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(419,-10,o), -(517,56,o), -(517,165,cs), -(517,207,o), -(502,243,o), -(470,276,c), -(504,298,o), -(526,333,o), -(526,373,cs), -(526,465,o), -(472,503,o), -(346,529,cs), -(282,542,o), -(249,550,o), -(249,576,cs), -(249,599,o), -(267,607,o), -(292,607,cs), -(321,607,o), -(338,594,o), -(339,568,c), -(525,568,l), -(515,670,o), -(429,739,o), -(298,739,cs), -(156,739,o), -(60,670,o), -(60,565,cs), -(60,521,o), -(73,486,o), -(111,457,c), -(71,428,o), -(51,392,o), -(51,348,cs), -(51,254,o), -(125,225,o), -(227,202,cs), -(307,184,o), -(325,177,o), -(325,152,cs), -(325,131,o), -(310,122,o), -(276,122,cs), -(243,122,o), -(219,136,o), -(216,171,c), -(30,171,l), -(32,63,o), -(125,-10,o), -(271,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(313,337,o), -(289,343,o), -(270,348,cs), -(238,357,o), -(228,367,o), -(228,385,cs), -(228,391,o), -(229,398,o), -(232,407,c), -(250,401,o), -(267,396,o), -(285,391,cs), -(318,382,o), -(336,373,o), -(336,350,cs), -(336,341,o), -(335,335,o), -(332,330,c) -); -} -); -width = 565; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,-10,o), -(242,41,o), -(242,149,cs), -(242,179,o), -(236,202,o), -(223,223,c), -(265,255,o), -(292,297,o), -(292,365,cs), -(292,421,o), -(270,450,o), -(225,495,cs), -(198,522,o), -(166,555,o), -(166,604,cs), -(166,672,o), -(199,713,o), -(248,713,cs), -(324,713,o), -(315,639,o), -(307,582,c), -(334,582,l), -(348,650,o), -(343,742,o), -(250,742,cs), -(182,742,o), -(137,685,o), -(137,601,cs), -(137,570,o), -(145,542,o), -(165,515,c), -(117,487,o), -(87,444,o), -(87,384,cs), -(87,338,o), -(107,299,o), -(152,258,cs), -(196,217,o), -(213,188,o), -(213,146,cs), -(213,65,o), -(178,18,o), -(121,18,cs), -(39,18,o), -(41,96,o), -(51,161,c), -(24,161,l), -(9,87,o), -(18,-10,o), -(118,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,255,o), -(191,264,o), -(175,279,cs), -(148,306,o), -(116,339,o), -(116,388,cs), -(116,438,o), -(141,471,o), -(181,496,c), -(187,488,o), -(194,481,o), -(202,474,cs), -(246,433,o), -(263,404,o), -(263,362,cs), -(263,309,o), -(243,273,o), -(208,244,c) -); -} -); -width = 327; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(295,-10,o), -(385,60,o), -(385,165,cs), -(385,208,o), -(378,229,o), -(363,248,c), -(407,274,o), -(432,314,o), -(432,372,cs), -(432,457,o), -(379,491,o), -(325,522,cs), -(280,548,o), -(262,561,o), -(262,588,cs), -(262,611,o), -(272,630,o), -(295,630,cs), -(324,630,o), -(327,609,o), -(320,565,c), -(470,565,l), -(483,683,o), -(412,739,o), -(289,739,cs), -(182,739,o), -(104,672,o), -(104,585,cs), -(104,548,o), -(116,513,o), -(139,493,c), -(82,469,o), -(48,418,o), -(48,367,cs), -(48,299,o), -(89,255,o), -(141,222,cs), -(196,187,o), -(208,175,o), -(208,145,cs), -(208,122,o), -(202,102,o), -(176,102,cs), -(145,102,o), -(144,134,o), -(152,169,c), -(-5,169,l), -(-17,46,o), -(51,-10,o), -(177,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(258,325,o), -(251,329,o), -(241,334,cs), -(208,351,o), -(196,364,o), -(196,383,cs), -(196,396,o), -(203,407,o), -(214,417,c), -(221,412,o), -(226,409,o), -(234,405,cs), -(262,389,o), -(282,375,o), -(277,349,cs), -(275,338,o), -(272,330,o), -(263,321,c) -); -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(360,-10,o), -(439,48,o), -(439,152,cs), -(439,183,o), -(428,207,o), -(409,225,c), -(461,253,o), -(490,297,o), -(490,353,cs), -(490,437,o), -(427,469,o), -(340,490,cs), -(252,511,o), -(205,535,o), -(205,589,cs), -(205,658,o), -(259,704,o), -(349,704,cs), -(443,704,o), -(502,658,o), -(497,583,c), -(534,583,l), -(537,675,o), -(465,737,o), -(352,737,cs), -(252,737,o), -(167,684,o), -(167,586,cs), -(167,551,o), -(178,526,o), -(203,505,c), -(151,479,o), -(116,429,o), -(116,377,cs), -(116,303,o), -(169,270,o), -(268,246,cs), -(358,224,o), -(400,201,o), -(400,147,cs), -(400,67,o), -(344,23,o), -(244,23,cs), -(140,23,o), -(76,74,o), -(82,161,c), -(47,161,l), -(41,58,o), -(110,-10,o), -(242,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(356,261,o), -(319,272,o), -(280,281,cs), -(196,300,o), -(154,325,o), -(154,378,cs), -(154,428,o), -(185,464,o), -(232,489,c), -(255,475,o), -(286,466,o), -(328,456,cs), -(413,435,o), -(451,408,o), -(451,348,cs), -(451,301,o), -(427,268,o), -(385,243,c) -); -} -); -width = 551; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(405,-10,o), -(513,54,o), -(513,168,cs), -(513,199,o), -(503,231,o), -(484,256,c), -(534,278,o), -(562,322,o), -(562,372,cs), -(562,446,o), -(511,486,o), -(404,521,cs), -(345,540,o), -(313,552,o), -(313,573,cs), -(313,596,o), -(330,605,o), -(353,605,cs), -(385,605,o), -(416,594,o), -(410,558,c), -(596,558,l), -(596,672,o), -(490,737,o), -(353,737,cs), -(225,737,o), -(120,672,o), -(120,556,cs), -(120,526,o), -(130,498,o), -(154,474,c), -(101,448,o), -(70,401,o), -(70,351,cs), -(70,271,o), -(135,237,o), -(223,208,cs), -(298,182,o), -(317,175,o), -(317,155,cs), -(317,131,o), -(299,122,o), -(272,122,cs), -(231,122,o), -(199,139,o), -(201,175,c), -(13,175,l), -(9,54,o), -(132,-10,o), -(277,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(336,334,o), -(310,344,o), -(295,349,cs), -(261,361,o), -(252,372,o), -(255,391,cs), -(256,397,o), -(260,404,o), -(266,412,c), -(283,404,o), -(302,396,o), -(318,390,cs), -(355,376,o), -(369,364,o), -(365,345,cs), -(363,337,o), -(360,330,o), -(356,324,c) -); -} -); -width = 584; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,-10,o), -(417,48,o), -(417,152,cs), -(417,183,o), -(406,207,o), -(387,225,c), -(439,253,o), -(468,297,o), -(468,353,cs), -(468,437,o), -(405,469,o), -(318,490,cs), -(230,511,o), -(183,535,o), -(183,589,cs), -(183,658,o), -(237,704,o), -(327,704,cs), -(421,704,o), -(480,658,o), -(475,583,c), -(512,583,l), -(515,675,o), -(443,737,o), -(330,737,cs), -(230,737,o), -(145,684,o), -(145,586,cs), -(145,551,o), -(156,526,o), -(181,505,c), -(129,479,o), -(94,429,o), -(94,377,cs), -(94,303,o), -(147,270,o), -(246,246,cs), -(336,224,o), -(378,201,o), -(378,147,cs), -(378,67,o), -(322,23,o), -(222,23,cs), -(118,23,o), -(54,74,o), -(60,161,c), -(25,161,l), -(19,58,o), -(88,-10,o), -(220,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(334,261,o), -(297,272,o), -(258,281,cs), -(174,300,o), -(132,325,o), -(132,378,cs), -(132,428,o), -(163,464,o), -(210,489,c), -(233,475,o), -(264,466,o), -(306,456,cs), -(391,435,o), -(429,408,o), -(429,348,cs), -(429,301,o), -(405,268,o), -(363,243,c) -); -} -); -width = 506; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,-10,o), -(497,54,o), -(497,168,cs), -(497,199,o), -(487,231,o), -(468,256,c), -(518,278,o), -(546,322,o), -(546,372,cs), -(546,446,o), -(495,486,o), -(388,521,cs), -(329,540,o), -(297,552,o), -(297,573,cs), -(297,596,o), -(314,605,o), -(337,605,cs), -(369,605,o), -(400,594,o), -(394,558,c), -(580,558,l), -(580,672,o), -(474,737,o), -(337,737,cs), -(209,737,o), -(104,672,o), -(104,556,cs), -(104,526,o), -(114,498,o), -(138,474,c), -(85,448,o), -(54,401,o), -(54,351,cs), -(54,271,o), -(119,237,o), -(207,208,cs), -(282,182,o), -(301,175,o), -(301,155,cs), -(301,131,o), -(283,122,o), -(256,122,cs), -(215,122,o), -(183,139,o), -(185,175,c), -(-3,175,l), -(-7,54,o), -(116,-10,o), -(261,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,334,o), -(294,344,o), -(279,349,cs), -(245,361,o), -(236,372,o), -(239,391,cs), -(240,397,o), -(244,404,o), -(250,412,c), -(267,404,o), -(286,396,o), -(302,390,cs), -(339,376,o), -(353,364,o), -(349,345,cs), -(347,337,o), -(344,330,o), -(340,324,c) -); -} -); -width = 553; -} -); -unicode = 167; -userData = { -KernOnSpecialSpacing = { -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/semicolon.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/semicolon.glyph deleted file mode 100644 index 87f21c04..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/semicolon.glyph +++ /dev/null @@ -1,1150 +0,0 @@ -{ -color = 6; -glyphname = semicolon; -kernLeft = KO_colon; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(89,-167,l), -(143,-123,o), -(197,-26,o), -(197,56,cs), -(197,126,o), -(155,164,o), -(100,164,cs), -(45,164,o), -(5,129,o), -(5,77,cs), -(5,27,o), -(40,-5,o), -(88,-5,cs), -(98,-5,o), -(112,-4,o), -(123,1,c), -(109,14,l), -(100,-37,o), -(59,-103,o), -(-11,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(156,377,o), -(197,409,o), -(197,464,cs), -(197,519,o), -(156,551,o), -(101,551,cs), -(46,551,o), -(5,519,o), -(5,464,cs), -(5,409,o), -(46,377,o), -(101,377,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (1,387); -ref = period; -} -); -width = 211; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(45,-125,l), -(69,-102,o), -(101,-37,o), -(101,8,cs), -(101,31,o), -(90,42,o), -(73,42,cs), -(58,42,o), -(47,32,o), -(47,17,cs), -(47,2,o), -(57,-7,o), -(72,-7,cs), -(79,-7,o), -(83,-6,o), -(88,-2,c), -(81,0,l), -(79,-37,o), -(55,-87,o), -(22,-125,c) -); -}, -{ -closed = 1; -nodes = ( -(85,473,o), -(96,483,o), -(96,497,cs), -(96,511,o), -(85,521,o), -(71,521,cs), -(57,521,o), -(46,511,o), -(46,497,cs), -(46,483,o), -(57,473,o), -(71,473,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (-1,480); -ref = period; -} -); -width = 130; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(49,-124,l), -(73,-99,o), -(107,-36,o), -(107,11,cs), -(107,39,o), -(93,51,o), -(75,51,cs), -(57,51,o), -(45,40,o), -(45,23,cs), -(45,8,o), -(55,-4,o), -(73,-4,cs), -(84,-4,o), -(92,2,o), -(94,8,c), -(89,9,l), -(87,-27,o), -(66,-77,o), -(26,-124,c) -); -}, -{ -closed = 1; -nodes = ( -(92,465,o), -(105,477,o), -(105,494,cs), -(105,511,o), -(92,523,o), -(75,523,cs), -(58,523,o), -(45,511,o), -(45,494,cs), -(45,477,o), -(58,465,o), -(75,465,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (0,473); -ref = period; -} -); -width = 146; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(135,-167,l), -(193,-117,o), -(253,-18,o), -(253,62,cs), -(253,139,o), -(205,175,o), -(132,175,cs), -(67,175,o), -(18,142,o), -(18,83,cs), -(18,32,o), -(51,-2,o), -(122,-2,cs), -(151,-2,o), -(180,6,o), -(195,18,c), -(137,18,l), -(126,-32,o), -(69,-106,o), -(4,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(220,369,o), -(254,408,o), -(254,462,cs), -(254,515,o), -(220,554,o), -(136,554,cs), -(52,554,o), -(18,515,o), -(18,462,cs), -(18,408,o), -(52,369,o), -(136,369,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (2,379); -ref = period; -} -); -width = 267; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(45,-125,l), -(69,-102,o), -(101,-37,o), -(101,8,cs), -(101,31,o), -(90,42,o), -(73,42,cs), -(58,42,o), -(47,32,o), -(47,17,cs), -(47,2,o), -(57,-7,o), -(72,-7,cs), -(79,-7,o), -(83,-6,o), -(88,-2,c), -(81,0,l), -(79,-37,o), -(55,-87,o), -(22,-125,c) -); -}, -{ -closed = 1; -nodes = ( -(85,473,o), -(96,483,o), -(96,497,cs), -(96,511,o), -(85,521,o), -(71,521,cs), -(57,521,o), -(46,511,o), -(46,497,cs), -(46,483,o), -(57,473,o), -(71,473,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (9,474); -ref = period; -} -); -width = 100; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(89,-167,l), -(143,-123,o), -(197,-26,o), -(197,56,cs), -(197,126,o), -(155,164,o), -(100,164,cs), -(45,164,o), -(5,129,o), -(5,77,cs), -(5,27,o), -(40,-5,o), -(88,-5,cs), -(98,-5,o), -(112,-4,o), -(123,1,c), -(109,14,l), -(100,-37,o), -(59,-103,o), -(-11,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(156,377,o), -(197,409,o), -(197,464,cs), -(197,519,o), -(156,551,o), -(101,551,cs), -(46,551,o), -(5,519,o), -(5,464,cs), -(5,409,o), -(46,377,o), -(101,377,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (-5,369); -ref = period; -} -); -width = 200; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(63,-124,l), -(87,-99,o), -(121,-36,o), -(121,11,cs), -(121,39,o), -(107,51,o), -(89,51,cs), -(71,51,o), -(59,40,o), -(59,23,cs), -(59,8,o), -(69,-4,o), -(87,-4,cs), -(98,-4,o), -(106,2,o), -(108,8,c), -(103,9,l), -(101,-27,o), -(80,-77,o), -(40,-124,c) -); -}, -{ -closed = 1; -nodes = ( -(106,465,o), -(119,477,o), -(119,494,cs), -(119,511,o), -(106,523,o), -(89,523,cs), -(72,523,o), -(59,511,o), -(59,494,cs), -(59,477,o), -(72,465,o), -(89,465,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -anchor = top; -ref = comma; -}, -{ -alignment = -1; -anchor = top; -pos = (6,473); -ref = period; -} -); -width = 179; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(95,-167,l), -(148,-119,o), -(205,-18,o), -(205,62,cs), -(205,128,o), -(163,168,o), -(107,168,cs), -(50,168,o), -(12,132,o), -(12,79,cs), -(12,31,o), -(44,-3,o), -(98,-3,cs), -(123,-3,o), -(144,4,o), -(157,15,c), -(110,15,l), -(100,-34,o), -(50,-107,o), -(-8,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(162,378,o), -(200,413,o), -(200,466,cs), -(200,519,o), -(162,554,o), -(106,554,cs), -(50,554,o), -(12,519,o), -(12,466,cs), -(12,413,o), -(50,378,o), -(106,378,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -anchor = top; -ref = comma; -}, -{ -alignment = -1; -anchor = top; -pos = (9,384); -ref = period; -} -); -width = 220; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(49,-124,l), -(73,-99,o), -(107,-36,o), -(107,11,cs), -(107,39,o), -(93,51,o), -(75,51,cs), -(57,51,o), -(45,40,o), -(45,23,cs), -(45,8,o), -(55,-4,o), -(73,-4,cs), -(84,-4,o), -(92,2,o), -(94,8,c), -(89,9,l), -(87,-27,o), -(66,-77,o), -(26,-124,c) -); -}, -{ -closed = 1; -nodes = ( -(92,465,o), -(105,477,o), -(105,494,cs), -(105,511,o), -(92,523,o), -(75,523,cs), -(58,523,o), -(45,511,o), -(45,494,cs), -(45,477,o), -(58,465,o), -(75,465,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -anchor = top; -ref = comma; -}, -{ -alignment = -1; -anchor = top; -pos = (0,473); -ref = period; -} -); -width = 146; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(135,-167,l), -(193,-117,o), -(253,-18,o), -(253,62,cs), -(253,139,o), -(205,175,o), -(132,175,cs), -(67,175,o), -(18,142,o), -(18,83,cs), -(18,32,o), -(51,-2,o), -(122,-2,cs), -(151,-2,o), -(180,6,o), -(195,18,c), -(137,18,l), -(126,-32,o), -(69,-106,o), -(4,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(220,369,o), -(254,408,o), -(254,462,cs), -(254,515,o), -(220,554,o), -(136,554,cs), -(52,554,o), -(18,515,o), -(18,462,cs), -(18,408,o), -(52,369,o), -(136,369,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (6,346); -ref = period; -} -); -width = 297; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(63,-124,l), -(87,-99,o), -(121,-36,o), -(121,11,cs), -(121,39,o), -(107,51,o), -(89,51,cs), -(71,51,o), -(59,40,o), -(59,23,cs), -(59,8,o), -(69,-4,o), -(87,-4,cs), -(98,-4,o), -(106,2,o), -(108,8,c), -(103,9,l), -(101,-27,o), -(80,-77,o), -(40,-124,c) -); -}, -{ -closed = 1; -nodes = ( -(106,465,o), -(119,477,o), -(119,494,cs), -(119,511,o), -(106,523,o), -(89,523,cs), -(72,523,o), -(59,511,o), -(59,494,cs), -(59,477,o), -(72,465,o), -(89,465,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (6,461); -ref = period; -} -); -width = 210; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(95,-167,l), -(148,-119,o), -(205,-18,o), -(205,62,cs), -(205,128,o), -(163,168,o), -(107,168,cs), -(50,168,o), -(12,132,o), -(12,79,cs), -(12,31,o), -(44,-3,o), -(98,-3,cs), -(123,-3,o), -(144,4,o), -(157,15,c), -(110,15,l), -(100,-34,o), -(50,-107,o), -(-8,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(162,378,o), -(200,413,o), -(200,466,cs), -(200,519,o), -(162,554,o), -(106,554,cs), -(50,554,o), -(12,519,o), -(12,466,cs), -(12,413,o), -(50,378,o), -(106,378,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (-3,356); -ref = period; -} -); -width = 289; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-22,-122,l), -(6,-99,o), -(61,-25,o), -(61,15,cs), -(61,31,o), -(51,42,o), -(35,42,cs), -(21,42,o), -(10,33,o), -(10,17,cs), -(10,3,o), -(20,-6,o), -(34,-6,cs), -(39,-6,o), -(43,-5,o), -(46,-3,c), -(41,2,l), -(31,-35,o), -(-6,-85,o), -(-45,-122,c) -); -}, -{ -closed = 1; -nodes = ( -(148,474,o), -(158,483,o), -(158,498,cs), -(158,513,o), -(148,522,o), -(134,522,cs), -(121,522,o), -(110,513,o), -(110,498,cs), -(110,483,o), -(121,474,o), -(134,474,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (100,480); -ref = period; -} -); -width = 128; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(15,-167,l), -(82,-122,o), -(173,-16,o), -(173,73,cs), -(173,128,o), -(135,164,o), -(79,164,cs), -(18,164,o), -(-23,127,o), -(-23,75,cs), -(-23,30,o), -(12,-1,o), -(59,-1,cs), -(71,-1,o), -(81,1,o), -(88,4,c), -(72,17,l), -(47,-38,o), -(-14,-108,o), -(-96,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(209,377,o), -(251,414,o), -(251,469,cs), -(251,518,o), -(218,551,o), -(161,551,cs), -(98,551,o), -(56,514,o), -(56,459,cs), -(56,410,o), -(89,377,o), -(146,377,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (78,387); -ref = period; -} -); -width = 218; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-15,-124,l), -(21,-88,o), -(66,-20,o), -(66,18,cs), -(66,38,o), -(54,51,o), -(34,51,cs), -(16,51,o), -(3,40,o), -(3,20,cs), -(3,3,o), -(15,-8,o), -(33,-8,cs), -(39,-8,o), -(44,-6,o), -(48,-4,c), -(45,2,l), -(34,-35,o), -(0,-83,o), -(-39,-124,c) -); -}, -{ -closed = 1; -nodes = ( -(150,465,o), -(163,476,o), -(163,495,cs), -(163,512,o), -(151,523,o), -(134,523,cs), -(116,523,o), -(103,512,o), -(103,493,cs), -(103,476,o), -(115,465,o), -(132,465,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (100,473); -ref = period; -} -); -width = 175; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(25,-167,l), -(93,-122,o), -(184,-15,o), -(184,75,cs), -(184,131,o), -(146,167,o), -(90,167,cs), -(28,167,o), -(-13,130,o), -(-13,77,cs), -(-13,32,o), -(22,1,o), -(69,1,cs), -(82,1,o), -(92,3,o), -(99,6,c), -(83,19,l), -(57,-37,o), -(-4,-107,o), -(-87,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(220,379,o), -(264,416,o), -(264,474,cs), -(264,522,o), -(228,554,o), -(174,554,cs), -(110,554,o), -(66,517,o), -(66,459,cs), -(66,411,o), -(102,379,o), -(156,379,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (80,385); -ref = period; -} -); -width = 247; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-17,-124,l), -(19,-88,o), -(64,-20,o), -(64,18,cs), -(64,38,o), -(52,51,o), -(32,51,cs), -(14,51,o), -(1,40,o), -(1,20,cs), -(1,3,o), -(13,-8,o), -(31,-8,cs), -(37,-8,o), -(42,-6,o), -(46,-4,c), -(43,2,l), -(32,-35,o), -(-2,-83,o), -(-41,-124,c) -); -}, -{ -closed = 1; -nodes = ( -(146,467,o), -(159,478,o), -(159,497,cs), -(159,514,o), -(147,525,o), -(130,525,cs), -(112,525,o), -(99,514,o), -(99,495,cs), -(99,478,o), -(111,467,o), -(128,467,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (98,473); -ref = period; -} -); -width = 148; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(76,-167,l), -(162,-106,o), -(224,-11,o), -(224,64,cs), -(224,131,o), -(182,175,o), -(105,175,cs), -(30,175,o), -(-13,137,o), -(-13,79,cs), -(-13,29,o), -(24,-4,o), -(90,-4,cs), -(107,-4,o), -(120,-2,o), -(129,1,c), -(116,22,l), -(89,-33,o), -(21,-104,o), -(-66,-167,c) -); -}, -{ -closed = 1; -nodes = ( -(256,369,o), -(302,405,o), -(302,469,cs), -(302,520,o), -(261,554,o), -(189,554,cs), -(108,554,o), -(62,518,o), -(62,454,cs), -(62,403,o), -(103,369,o), -(175,369,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -anchor = top; -ref = comma; -}, -{ -alignment = 1; -anchor = top; -pos = (78,379); -ref = period; -} -); -width = 267; -} -); -metricLeft = comma; -metricRight = period; -unicode = 59; -userData = { -KernOnSpecialSpacing = { -L = "spaced-off"; -R = "spaced-off"; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/semicolon.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/semicolon.ss01.glyph deleted file mode 100644 index 5e30c685..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/semicolon.ss01.glyph +++ /dev/null @@ -1,296 +0,0 @@ -{ -color = 6; -glyphname = semicolon.ss01; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (-1,367); -ref = period.ss01; -} -); -width = 206; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (0,462); -ref = period.ss01; -} -); -width = 122; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (0,456); -ref = period.ss01; -} -); -width = 137; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (-1,380); -ref = period.ss01; -} -); -width = 272; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -}, -{ -alignment = -1; -anchor = top; -pos = (0,462); -ref = period.ss01; -} -); -width = 122; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (4,367); -ref = period.ss01; -} -); -width = 191; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -}, -{ -alignment = -1; -anchor = top; -pos = (-2,456); -ref = period.ss01; -} -); -width = 162; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -}, -{ -alignment = -1; -anchor = top; -pos = (-1,380); -ref = period.ss01; -} -); -width = 234; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -}, -{ -alignment = -1; -anchor = top; -pos = (0,456); -ref = period.ss01; -} -); -width = 137; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = comma.ss01; -}, -{ -alignment = -1; -anchor = top; -pos = (-1,380); -ref = period.ss01; -} -); -width = 272; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (-2,456); -ref = period.ss01; -} -); -width = 163; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (-3,380); -ref = period.ss01; -} -); -width = 247; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (95,462); -ref = period.ss01; -} -); -width = 121; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (74,367); -ref = period.ss01; -} -); -width = 203; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (94,456); -ref = period.ss01; -} -); -width = 163; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (77,380); -ref = period.ss01; -} -); -width = 252; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (94,456); -ref = period.ss01; -} -); -width = 136; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = comma.ss01; -}, -{ -alignment = 1; -anchor = top; -pos = (76,380); -ref = period.ss01; -} -); -width = 268; -} -); -metricLeft = comma; -metricRight = period; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.blackC_ircled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/seven.blackC_ircled.glyph deleted file mode 100644 index 5dc7a6a7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.blackC_ircled.glyph +++ /dev/null @@ -1,1874 +0,0 @@ -{ -color = 0; -glyphname = seven.blackCircled; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,294,o), -(331,375,o), -(377,468,c), -(308,468,l), -(308,403,l), -(216,403,l), -(216,570,l), -(491,570,l), -(491,485,l), -(436,359,o), -(413,307,o), -(413,137,c), -(302,137,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(299,306,o), -(330,387,o), -(376,480,c), -(307,480,l), -(307,415,l), -(215,415,l), -(215,582,l), -(490,582,l), -(490,497,l), -(432,364,o), -(412,315,o), -(412,149,c), -(301,149,l) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(318,275,o), -(351,394,o), -(416,542,c), -(277,542,l), -(277,445,l), -(251,445,l), -(251,570,l), -(448,570,l), -(448,545,l), -(372,375,o), -(349,262,o), -(349,137,c), -(318,137,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(317,286,o), -(350,405,o), -(415,553,c), -(276,553,l), -(276,456,l), -(250,456,l), -(250,581,l), -(447,581,l), -(447,556,l), -(371,386,o), -(348,273,o), -(348,148,c), -(317,148,l) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(406,293,o), -(476,426,o), -(570,540,c), -(310,540,l), -(310,444,l), -(280,444,l), -(280,570,l), -(611,570,l), -(611,545,l), -(513,427,o), -(443,288,o), -(422,137,c), -(384,137,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(402,306,o), -(472,439,o), -(566,553,c), -(306,553,l), -(306,457,l), -(276,457,l), -(276,583,l), -(607,583,l), -(607,558,l), -(509,440,o), -(439,301,o), -(418,150,c), -(380,150,l) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(341,252,o), -(397,368,o), -(472,455,c), -(354,455,l), -(354,393,l), -(244,393,l), -(244,572,l), -(621,572,l), -(621,476,l), -(554,392,o), -(486,253,o), -(474,139,c), -(328,139,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(339,266,o), -(395,382,o), -(470,469,c), -(352,469,l), -(352,407,l), -(242,407,l), -(242,586,l), -(619,586,l), -(619,490,l), -(552,406,o), -(484,267,o), -(472,153,c), -(326,153,l) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(318,275,o), -(351,394,o), -(416,542,c), -(277,542,l), -(277,445,l), -(251,445,l), -(251,570,l), -(448,570,l), -(448,545,l), -(372,375,o), -(349,262,o), -(349,137,c), -(318,137,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(297,286,o), -(330,405,o), -(395,553,c), -(256,553,l), -(256,456,l), -(230,456,l), -(230,581,l), -(427,581,l), -(427,556,l), -(351,386,o), -(328,273,o), -(328,148,c), -(297,148,l) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,294,o), -(331,375,o), -(377,468,c), -(308,468,l), -(308,403,l), -(216,403,l), -(216,570,l), -(491,570,l), -(491,485,l), -(436,359,o), -(413,307,o), -(413,137,c), -(302,137,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(289,306,o), -(320,387,o), -(366,480,c), -(297,480,l), -(297,415,l), -(205,415,l), -(205,582,l), -(480,582,l), -(480,497,l), -(422,364,o), -(402,315,o), -(402,149,c), -(291,149,l) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (416,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(392,315,o), -(461,429,o), -(536,539,c), -(323,539,l), -(323,445,l), -(294,445,l), -(294,570,l), -(577,570,l), -(577,546,l), -(499,431,o), -(429,322,o), -(429,137,c), -(392,137,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(372,327,o), -(441,441,o), -(516,551,c), -(303,551,l), -(303,457,l), -(274,457,l), -(274,582,l), -(557,582,l), -(557,558,l), -(479,443,o), -(409,334,o), -(409,149,c), -(372,149,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -112, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -617, -32 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -354, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -459, -37 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -105, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -610, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -298, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -409, -43 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --19, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --19, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(349,293,o), -(400,395,o), -(446,459,c), -(357,459,l), -(357,397,l), -(256,397,l), -(256,570,l), -(597,570,l), -(597,476,l), -(531,384,o), -(486,306,o), -(486,137,c), -(349,137,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(329,307,o), -(380,409,o), -(426,473,c), -(337,473,l), -(337,411,l), -(236,411,l), -(236,584,l), -(577,584,l), -(577,490,l), -(511,398,o), -(466,320,o), -(466,151,c), -(329,151,l) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(406,293,o), -(476,426,o), -(570,540,c), -(310,540,l), -(310,444,l), -(280,444,l), -(280,570,l), -(611,570,l), -(611,545,l), -(513,427,o), -(443,288,o), -(422,137,c), -(384,137,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(392,306,o), -(462,439,o), -(556,553,c), -(296,553,l), -(296,457,l), -(266,457,l), -(266,583,l), -(597,583,l), -(597,558,l), -(499,440,o), -(429,301,o), -(408,150,c), -(370,150,l) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(341,252,o), -(397,368,o), -(472,455,c), -(354,455,l), -(354,393,l), -(244,393,l), -(244,572,l), -(621,572,l), -(621,476,l), -(554,392,o), -(486,253,o), -(474,139,c), -(328,139,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(329,266,o), -(385,382,o), -(460,469,c), -(342,469,l), -(342,407,l), -(232,407,l), -(232,586,l), -(609,586,l), -(609,490,l), -(542,406,o), -(474,267,o), -(462,153,c), -(316,153,l) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (431,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(392,315,o), -(461,429,o), -(536,539,c), -(323,539,l), -(323,445,l), -(294,445,l), -(294,570,l), -(577,570,l), -(577,546,l), -(499,431,o), -(429,322,o), -(429,137,c), -(392,137,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(387,327,o), -(454,441,o), -(529,551,c), -(320,551,l), -(320,457,l), -(291,457,l), -(291,582,l), -(568,582,l), -(568,558,l), -(492,443,o), -(424,334,o), -(424,149,c), -(387,149,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -112, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -617, -32 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -354, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -459, -37 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -105, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -610, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -298, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -409, -43 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --19, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --19, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(349,293,o), -(400,395,o), -(446,459,c), -(357,459,l), -(357,397,l), -(256,397,l), -(256,570,l), -(597,570,l), -(597,476,l), -(531,384,o), -(486,306,o), -(486,137,c), -(349,137,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(341,307,o), -(390,409,o), -(435,473,c), -(350,473,l), -(350,411,l), -(250,411,l), -(250,584,l), -(584,584,l), -(584,490,l), -(520,398,o), -(476,320,o), -(476,151,c), -(341,151,l) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(355,275,o), -(388,394,o), -(453,542,c), -(314,542,l), -(314,445,l), -(288,445,l), -(288,570,l), -(485,570,l), -(485,545,l), -(409,375,o), -(386,262,o), -(386,137,c), -(355,137,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(354,286,o), -(387,405,o), -(452,553,c), -(313,553,l), -(313,456,l), -(287,456,l), -(287,581,l), -(484,581,l), -(484,556,l), -(408,386,o), -(385,273,o), -(385,148,c), -(354,148,l) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(332,294,o), -(363,375,o), -(409,468,c), -(340,468,l), -(340,403,l), -(248,403,l), -(248,570,l), -(523,570,l), -(523,485,l), -(468,359,o), -(445,307,o), -(445,137,c), -(334,137,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,306,o), -(362,387,o), -(408,480,c), -(339,480,l), -(339,415,l), -(247,415,l), -(247,582,l), -(522,582,l), -(522,497,l), -(464,364,o), -(444,315,o), -(444,149,c), -(333,149,l) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467.5,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(424,315,o), -(493,429,o), -(568,539,c), -(355,539,l), -(355,445,l), -(326,445,l), -(326,570,l), -(609,570,l), -(609,546,l), -(531,431,o), -(461,322,o), -(461,137,c), -(424,137,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(424,327,o), -(493,441,o), -(568,551,c), -(355,551,l), -(355,457,l), -(326,457,l), -(326,582,l), -(609,582,l), -(609,558,l), -(531,443,o), -(461,334,o), -(461,149,c), -(424,149,l) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (455.5,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(377,293,o), -(428,395,o), -(474,459,c), -(385,459,l), -(385,397,l), -(284,397,l), -(284,570,l), -(625,570,l), -(625,476,l), -(559,384,o), -(514,306,o), -(514,137,c), -(377,137,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(378,307,o), -(429,409,o), -(475,473,c), -(386,473,l), -(386,411,l), -(285,411,l), -(285,584,l), -(626,584,l), -(626,490,l), -(560,398,o), -(515,320,o), -(515,151,c), -(378,151,l) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(437,293,o), -(507,426,o), -(601,540,c), -(341,540,l), -(341,444,l), -(311,444,l), -(311,570,l), -(642,570,l), -(642,545,l), -(544,427,o), -(474,288,o), -(453,137,c), -(415,137,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(433,306,o), -(503,439,o), -(597,553,c), -(337,553,l), -(337,457,l), -(307,457,l), -(307,583,l), -(638,583,l), -(638,558,l), -(540,440,o), -(470,301,o), -(449,150,c), -(411,150,l) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(370,252,o), -(426,368,o), -(501,455,c), -(383,455,l), -(383,393,l), -(273,393,l), -(273,572,l), -(650,572,l), -(650,476,l), -(583,392,o), -(515,253,o), -(503,139,c), -(357,139,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(368,266,o), -(424,382,o), -(499,469,c), -(381,469,l), -(381,407,l), -(271,407,l), -(271,586,l), -(648,586,l), -(648,490,l), -(581,406,o), -(513,267,o), -(501,153,c), -(355,153,l) -); -} -); -width = 880; -} -); -metricLeft = one.circled; -metricRight = one.circled; -unicode = 10108; -userData = { -RMXScaler = { -source = seven; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.circled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/seven.circled.glyph deleted file mode 100644 index 9cb5fa3c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.circled.glyph +++ /dev/null @@ -1,1337 +0,0 @@ -{ -color = 0; -glyphname = seven.circled; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(349,137,l), -(349,262,o), -(372,375,o), -(448,545,c), -(448,570,l), -(251,570,l), -(251,445,l), -(277,445,l), -(277,542,l), -(416,542,l), -(351,394,o), -(318,275,o), -(318,137,c) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (235,188); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(413,137,l), -(413,307,o), -(436,359,o), -(491,485,c), -(491,570,l), -(216,570,l), -(216,403,l), -(308,403,l), -(308,468,l), -(377,468,l), -(331,375,o), -(300,294,o), -(302,137,c) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (201,189); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 706; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(422,137,l), -(443,288,o), -(513,427,o), -(611,545,c), -(611,570,l), -(280,570,l), -(280,444,l), -(310,444,l), -(310,540,l), -(570,540,l), -(476,426,o), -(406,293,o), -(384,137,c) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (250,190); -ref = seveninferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(474,139,l), -(486,253,o), -(554,392,o), -(621,476,c), -(621,572,l), -(244,572,l), -(244,393,l), -(354,393,l), -(354,455,l), -(472,455,l), -(397,368,o), -(341,252,o), -(328,139,c) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (230,193); -ref = seveninferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(349,137,l), -(349,262,o), -(372,375,o), -(448,545,c), -(448,570,l), -(251,570,l), -(251,445,l), -(277,445,l), -(277,542,l), -(416,542,l), -(351,394,o), -(318,275,o), -(318,137,c) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (225,188); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 658; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(413,137,l), -(413,307,o), -(436,359,o), -(491,485,c), -(491,570,l), -(216,570,l), -(216,403,l), -(308,403,l), -(308,468,l), -(377,468,l), -(331,375,o), -(300,294,o), -(302,137,c) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (200,189); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 686; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(429,137,l), -(429,322,o), -(499,431,o), -(577,546,c), -(577,570,l), -(294,570,l), -(294,445,l), -(323,445,l), -(323,539,l), -(536,539,l), -(461,429,o), -(392,315,o), -(392,137,c) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (253,189); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 831; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(486,137,l), -(486,306,o), -(531,384,o), -(597,476,c), -(597,570,l), -(256,570,l), -(256,397,l), -(357,397,l), -(357,459,l), -(446,459,l), -(400,395,o), -(349,293,o), -(349,137,c) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (232,191); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 825; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(422,137,l), -(443,288,o), -(513,427,o), -(611,545,c), -(611,570,l), -(280,570,l), -(280,444,l), -(310,444,l), -(310,540,l), -(570,540,l), -(476,426,o), -(406,293,o), -(384,137,c) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (250,190); -ref = seveninferior; -} -); -width = 864; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(474,139,l), -(486,253,o), -(554,392,o), -(621,476,c), -(621,572,l), -(244,572,l), -(244,393,l), -(354,393,l), -(354,455,l), -(472,455,l), -(397,368,o), -(341,252,o), -(328,139,c) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (229,193); -ref = seveninferior; -} -); -width = 840; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(429,137,l), -(429,322,o), -(499,431,o), -(577,546,c), -(577,570,l), -(294,570,l), -(294,445,l), -(323,445,l), -(323,539,l), -(536,539,l), -(461,429,o), -(392,315,o), -(392,137,c) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (249,189); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 858; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(486,137,l), -(486,306,o), -(531,384,o), -(597,476,c), -(597,570,l), -(256,570,l), -(256,397,l), -(357,397,l), -(357,459,l), -(446,459,l), -(400,395,o), -(349,293,o), -(349,137,c) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (230,191); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 834; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(386,137,l), -(386,262,o), -(409,375,o), -(485,545,c), -(485,570,l), -(288,570,l), -(288,445,l), -(314,445,l), -(314,542,l), -(453,542,l), -(388,394,o), -(355,275,o), -(355,137,c) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (272,188); -ref = seveninferior; -} -); -width = 727; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(445,137,l), -(445,307,o), -(468,359,o), -(523,485,c), -(523,570,l), -(248,570,l), -(248,403,l), -(340,403,l), -(340,468,l), -(409,468,l), -(363,375,o), -(332,294,o), -(334,137,c) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (233,189); -ref = seveninferior; -} -); -width = 731; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(461,137,l), -(461,322,o), -(531,431,o), -(609,546,c), -(609,570,l), -(326,570,l), -(326,445,l), -(355,445,l), -(355,539,l), -(568,539,l), -(493,429,o), -(424,315,o), -(424,137,c) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = master01; -pos = (272,186); -ref = seveninferior; -} -); -width = 891; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(514,137,l), -(514,306,o), -(559,384,o), -(625,476,c), -(625,570,l), -(284,570,l), -(284,397,l), -(385,397,l), -(385,459,l), -(474,459,l), -(428,395,o), -(377,293,o), -(377,137,c) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (253,188); -ref = seveninferior; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(453,137,l), -(474,288,o), -(544,427,o), -(642,545,c), -(642,570,l), -(311,570,l), -(311,444,l), -(341,444,l), -(341,540,l), -(601,540,l), -(507,426,o), -(437,293,o), -(415,137,c) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (281,190); -ref = seveninferior; -} -); -width = 903; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(503,139,l), -(515,253,o), -(583,392,o), -(650,476,c), -(650,572,l), -(273,572,l), -(273,393,l), -(383,393,l), -(383,455,l), -(501,455,l), -(426,368,o), -(370,252,o), -(357,139,c) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (259,193); -ref = seveninferior; -} -); -width = 880; -} -); -metricLeft = one.sansSerifCircled; -metricRight = one.sansSerifCircled; -unicode = 9318; -userData = { -RMXScaler = { -source = seven; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.dnom.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/seven.dnom.glyph deleted file mode 100644 index f01186a2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.dnom.glyph +++ /dev/null @@ -1,688 +0,0 @@ -{ -glyphname = seven.dnom; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,0,l), -(191,142,o), -(207,182,o), -(257,298,c), -(257,375,l), -(14,375,l), -(14,228,l), -(98,228,l), -(98,282,l), -(153,282,l), -(115,205,o), -(87,139,o), -(89,0,c) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 268; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(107,0,l), -(107,116,o), -(128,218,o), -(198,375,c), -(198,397,l), -(17,397,l), -(17,283,l), -(41,283,l), -(41,371,l), -(168,371,l), -(115,250,o), -(79,137,o), -(79,0,c) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 206; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,0,l), -(176,138,o), -(241,267,o), -(330,374,c), -(330,397,l), -(26,397,l), -(26,281,l), -(54,281,l), -(54,368,l), -(291,368,l), -(206,266,o), -(141,142,o), -(121,0,c) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 344; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(212,0,l), -(224,100,o), -(286,221,o), -(348,293,c), -(348,375,l), -(12,375,l), -(12,221,l), -(106,221,l), -(106,276,l), -(221,276,l), -(152,199,o), -(101,98,o), -(89,0,c) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 350; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(97,116,o), -(118,218,o), -(188,375,c), -(188,397,l), -(7,397,l), -(7,283,l), -(31,283,l), -(31,371,l), -(158,371,l), -(105,250,o), -(69,137,o), -(69,0,c) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 188; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,0,l), -(182,142,o), -(198,182,o), -(248,298,c), -(248,375,l), -(5,375,l), -(5,228,l), -(89,228,l), -(89,282,l), -(144,282,l), -(106,205,o), -(78,139,o), -(80,0,c) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 252; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(144,0,l), -(144,169,o), -(208,270,o), -(280,375,c), -(280,397,l), -(20,397,l), -(20,283,l), -(47,283,l), -(47,369,l), -(242,369,l), -(169,262,o), -(110,159,o), -(110,0,c) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 282; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,0,l), -(209,145,o), -(249,212,o), -(310,293,c), -(310,375,l), -(4,375,l), -(4,224,l), -(93,224,l), -(93,277,l), -(176,277,l), -(134,223,o), -(88,134,o), -(88,0,c) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 310; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,0,l), -(166,138,o), -(231,267,o), -(320,374,c), -(320,397,l), -(16,397,l), -(16,281,l), -(44,281,l), -(44,368,l), -(281,368,l), -(196,266,o), -(131,142,o), -(111,0,c) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 329; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,0,l), -(214,100,o), -(276,221,o), -(338,293,c), -(338,375,l), -(2,375,l), -(2,221,l), -(96,221,l), -(96,276,l), -(211,276,l), -(142,199,o), -(91,98,o), -(79,0,c) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 335; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(163,0,l), -(163,169,o), -(227,270,o), -(297,375,c), -(297,397,l), -(43,397,l), -(43,283,l), -(68,283,l), -(68,369,l), -(259,369,l), -(188,262,o), -(131,159,o), -(131,0,c) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 326; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(223,0,l), -(223,145,o), -(259,212,o), -(317,293,c), -(317,375,l), -(24,375,l), -(24,224,l), -(112,224,l), -(112,277,l), -(184,277,l), -(146,223,o), -(103,134,o), -(103,0,c) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 332; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,0,l), -(75,114,o), -(118,220,o), -(220,375,c), -(225,397,l), -(46,397,l), -(22,283,l), -(45,283,l), -(64,371,l), -(190,371,l), -(112,249,o), -(53,137,o), -(23,0,c) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 204; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(135,0,l), -(163,147,o), -(196,200,o), -(260,298,c), -(277,375,l), -(36,375,l), -(5,228,l), -(89,228,l), -(99,282,l), -(160,282,l), -(89,191,o), -(53,98,o), -(35,0,c) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 266; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(107,0,l), -(151,134,o), -(216,251,o), -(318,368,c), -(325,397,l), -(69,397,l), -(45,283,l), -(72,283,l), -(89,368,l), -(286,368,l), -(199,272,o), -(122,151,o), -(73,0,c) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 325; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,0,l), -(205,135,o), -(271,217,o), -(336,294,c), -(353,375,l), -(47,375,l), -(15,224,l), -(104,224,l), -(115,277,l), -(211,277,l), -(145,211,o), -(79,101,o), -(45,0,c) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 350; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(107,0,l), -(146,120,o), -(224,247,o), -(355,373,c), -(360,397,l), -(55,397,l), -(31,281,l), -(59,281,l), -(77,368,l), -(313,368,l), -(210,269,o), -(120,149,o), -(71,0,c) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 345; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,0,l), -(200,106,o), -(250,197,o), -(359,288,c), -(377,375,l), -(33,375,l), -(1,221,l), -(94,221,l), -(105,273,l), -(216,273,l), -(153,224,o), -(82,141,o), -(55,0,c) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 358; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = seven; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/seven.glyph deleted file mode 100644 index f3dd9b6c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.glyph +++ /dev/null @@ -1,735 +0,0 @@ -{ -glyphname = seven; -kernLeft = KO_seven; -kernRight = KO_seven; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(344,0,l), -(344,277,o), -(379,363,o), -(477,589,c), -(477,730,l), -(16,730,l), -(16,451,l), -(169,451,l), -(169,562,l), -(368,562,l), -(310,606,l), -(222,426,o), -(156,292,o), -(160,0,c) -); -} -); -width = 490; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(161,0,l), -(161,201,o), -(199,405,o), -(333,703,c), -(333,730,l), -(17,730,l), -(17,530,l), -(47,530,l), -(47,700,l), -(309,700,l), -(300,708,l), -(198,473,o), -(127,256,o), -(127,0,c) -); -} -); -width = 338; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(281,0,l), -(281,216,o), -(344,443,o), -(570,696,c), -(570,721,l), -(25,721,l), -(25,524,l), -(57,524,l), -(57,690,l), -(525,690,l), -(332,474,o), -(243,251,o), -(243,0,c) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(250,0,l), -(288,263,o), -(409,500,o), -(579,705,c), -(579,730,l), -(30,730,l), -(30,531,l), -(63,531,l), -(63,699,l), -(551,699,l), -(541,707,l), -(377,511,o), -(250,277,o), -(211,0,c) -); -} -); -width = 595; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(404,201,o), -(517,435,o), -(639,585,c), -(639,730,l), -(14,730,l), -(14,441,l), -(181,441,l), -(181,554,l), -(512,554,l), -(456,602,l), -(304,444,o), -(186,221,o), -(161,0,c) -); -} -); -width = 642; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(149,0,l), -(149,201,o), -(187,405,o), -(319,702,c), -(319,729,l), -(7,729,l), -(7,531,l), -(36,531,l), -(36,699,l), -(295,699,l), -(286,707,l), -(186,472,o), -(115,256,o), -(115,0,c) -); -} -); -width = 316; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(325,0,l), -(325,178,o), -(368,398,o), -(447,590,c), -(447,729,l), -(7,729,l), -(7,453,l), -(158,453,l), -(158,563,l), -(340,563,l), -(283,609,l), -(190,429,o), -(136,199,o), -(139,0,c) -); -} -); -width = 452; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(246,0,l), -(274,237,o), -(349,468,o), -(505,696,c), -(505,721,l), -(45,721,l), -(45,524,l), -(78,524,l), -(78,687,l), -(460,687,l), -(334,501,o), -(240,284,o), -(206,0,c) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(230,316,o), -(352,507,o), -(485,704,c), -(485,729,l), -(25,729,l), -(25,532,l), -(58,532,l), -(58,696,l), -(456,696,l), -(446,704,l), -(312,505,o), -(190,312,o), -(190,0,c) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 490; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(371,0,l), -(399,265,o), -(491,432,o), -(583,582,c), -(583,721,l), -(28,721,l), -(28,445,l), -(179,445,l), -(179,555,l), -(378,555,l), -(292,438,o), -(203,265,o), -(171,0,c) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,0,l), -(368,210,o), -(430,395,o), -(562,580,c), -(562,729,l), -(7,729,l), -(7,453,l), -(158,453,l), -(158,553,l), -(411,553,l), -(359,597,l), -(226,436,o), -(153,222,o), -(153,0,c) -); -} -); -width = 564; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(281,0,l), -(281,216,o), -(344,443,o), -(570,696,c), -(570,721,l), -(25,721,l), -(25,524,l), -(57,524,l), -(57,690,l), -(525,690,l), -(332,474,o), -(243,251,o), -(243,0,c) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(237,0,l), -(274,263,o), -(394,500,o), -(562,704,c), -(562,729,l), -(20,729,l), -(20,532,l), -(52,532,l), -(52,698,l), -(534,698,l), -(524,706,l), -(362,511,o), -(237,277,o), -(198,0,c) -); -} -); -width = 573; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(388,0,l), -(410,197,o), -(522,425,o), -(641,571,c), -(641,729,l), -(4,729,l), -(4,444,l), -(174,444,l), -(174,550,l), -(510,550,l), -(455,597,l), -(301,441,o), -(179,220,o), -(154,0,c) -); -} -); -width = 641; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(234,0,l), -(262,237,o), -(337,468,o), -(493,696,c), -(493,721,l), -(33,721,l), -(33,524,l), -(66,524,l), -(66,687,l), -(448,687,l), -(322,501,o), -(228,284,o), -(194,0,c) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(241,0,l), -(241,230,o), -(311,456,o), -(472,705,c), -(472,730,l), -(42,730,l), -(42,561,l), -(73,561,l), -(73,697,l), -(438,697,l), -(438,695,l), -(273,457,o), -(202,230,o), -(202,0,c) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 493; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(368,0,l), -(396,265,o), -(488,432,o), -(580,582,c), -(580,721,l), -(25,721,l), -(25,445,l), -(176,445,l), -(176,555,l), -(375,555,l), -(289,438,o), -(200,265,o), -(168,0,c) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(376,0,l), -(376,209,o), -(434,396,o), -(555,584,c), -(555,730,l), -(24,730,l), -(24,471,l), -(175,471,l), -(175,557,l), -(341,558,l), -(341,549,l), -(216,401,o), -(160,217,o), -(160,0,c) -); -} -); -width = 563; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,0,l), -(145,199,o), -(227,406,o), -(421,703,c), -(427,730,l), -(114,730,l), -(73,530,l), -(101,530,l), -(138,700,l), -(397,700,l), -(389,708,l), -(241,474,o), -(125,258,o), -(69,0,c) -); -} -); -width = 335; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,0,l), -(343,287,o), -(411,397,o), -(538,589,c), -(568,730,l), -(111,730,l), -(53,451,l), -(205,451,l), -(227,562,l), -(434,562,l), -(389,607,l), -(234,417,o), -(147,221,o), -(106,0,c) -); -} -); -width = 486; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(200,0,l), -(266,312,o), -(420,497,o), -(592,696,c), -(597,721,l), -(151,721,l), -(111,524,l), -(143,524,l), -(178,688,l), -(541,688,l), -(374,493,o), -(225,304,o), -(160,0,c) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(194,0,l), -(271,236,o), -(392,465,o), -(591,692,c), -(600,730,l), -(143,730,l), -(101,531,l), -(135,531,l), -(169,696,l), -(570,696,l), -(561,704,l), -(391,513,o), -(247,292,o), -(152,0,c) -); -} -); -width = 535; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(319,0,l), -(403,268,o), -(532,437,o), -(656,589,c), -(685,730,l), -(124,730,l), -(65,451,l), -(218,451,l), -(241,562,l), -(528,562,l), -(476,597,l), -(336,461,o), -(192,232,o), -(116,0,c) -); -} -); -width = 611; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(197,0,l), -(275,223,o), -(423,465,o), -(670,705,c), -(676,730,l), -(128,730,l), -(86,531,l), -(118,531,l), -(153,699,l), -(638,699,l), -(629,707,l), -(423,510,o), -(252,277,o), -(156,0,c) -); -} -); -width = 595; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(367,0,l), -(408,211,o), -(507,393,o), -(715,575,c), -(747,730,l), -(108,730,l), -(48,441,l), -(213,441,l), -(236,549,l), -(559,549,l), -(498,580,l), -(363,474,o), -(203,302,o), -(143,0,c) -); -} -); -width = 656; -} -); -unicode = 55; -userData = { -KernOnName = seven; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.numr.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/seven.numr.glyph deleted file mode 100644 index dda0f0e9..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.numr.glyph +++ /dev/null @@ -1,446 +0,0 @@ -{ -color = 6; -glyphname = seven.numr; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,354); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 268; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,333); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 206; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,333); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 344; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,354); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 350; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -pos = (0,333); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 188; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,354); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 252; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -pos = (0,332); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 282; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.dnom; -}; -width = 322; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -pos = (0,333); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 329; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -pos = (0,354); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 335; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,332); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 326; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,354); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.dnom; -}; -width = 332; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (69,333); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 204; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (73,354); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 266; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (69,332); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 325; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (73,354); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 350; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (69,333); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 345; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (73,354); -ref = seven.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 358; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = seven; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.tf.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/seven.tf.glyph deleted file mode 100644 index 197d07aa..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/seven.tf.glyph +++ /dev/null @@ -1,717 +0,0 @@ -{ -glyphname = seven.tf; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,0,l), -(338,281,o), -(377,372,o), -(470,582,c), -(470,721,l), -(13,721,l), -(13,445,l), -(164,445,l), -(164,555,l), -(282,555,l), -(206,398,o), -(152,265,o), -(156,0,c) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,0,l), -(232,196,o), -(270,400,o), -(404,694,c), -(404,721,l), -(89,721,l), -(89,523,l), -(118,523,l), -(118,691,l), -(367,691,l), -(268,462,o), -(198,250,o), -(198,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(311,0,l), -(349,260,o), -(474,495,o), -(645,696,c), -(645,721,l), -(90,721,l), -(90,524,l), -(122,524,l), -(122,690,l), -(600,690,l), -(437,498,o), -(312,270,o), -(273,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(461,0,l), -(461,293,o), -(553,419,o), -(701,568,c), -(701,721,l), -(45,721,l), -(45,436,l), -(211,436,l), -(211,542,l), -(458,542,l), -(347,436,o), -(238,271,o), -(238,0,c) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(418,0,l), -(442,199,o), -(559,431,o), -(686,578,c), -(686,721,l), -(45,721,l), -(45,436,l), -(213,436,l), -(213,547,l), -(459,547,l), -(324,396,o), -(222,198,o), -(197,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(212,0,l), -(212,196,o), -(250,400,o), -(384,694,c), -(384,721,l), -(69,721,l), -(69,523,l), -(98,523,l), -(98,691,l), -(347,691,l), -(248,462,o), -(178,250,o), -(178,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(329,0,l), -(329,281,o), -(368,372,o), -(461,582,c), -(461,721,l), -(4,721,l), -(4,445,l), -(155,445,l), -(155,555,l), -(273,555,l), -(197,398,o), -(143,265,o), -(147,0,c) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 464; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,0,l), -(273,222,o), -(341,444,o), -(520,696,c), -(520,721,l), -(56,721,l), -(56,524,l), -(89,524,l), -(89,688,l), -(475,688,l), -(300,439,o), -(234,220,o), -(234,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(366,0,l), -(366,284,o), -(443,422,o), -(553,582,c), -(553,721,l), -(14,721,l), -(14,445,l), -(162,445,l), -(162,555,l), -(331,555,l), -(251,438,o), -(165,266,o), -(165,0,c) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(301,0,l), -(339,260,o), -(464,495,o), -(635,696,c), -(635,721,l), -(80,721,l), -(80,524,l), -(112,524,l), -(112,690,l), -(590,690,l), -(427,498,o), -(302,270,o), -(263,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 700; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(461,0,l), -(461,293,o), -(553,419,o), -(701,568,c), -(701,721,l), -(45,721,l), -(45,436,l), -(211,436,l), -(211,542,l), -(458,542,l), -(347,436,o), -(238,271,o), -(238,0,c) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(408,0,l), -(432,199,o), -(549,431,o), -(676,578,c), -(676,721,l), -(35,721,l), -(35,436,l), -(203,436,l), -(203,547,l), -(449,547,l), -(314,396,o), -(212,198,o), -(187,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(279,0,l), -(279,312,o), -(401,501,o), -(533,696,c), -(533,721,l), -(77,721,l), -(77,524,l), -(110,524,l), -(110,688,l), -(488,688,l), -(358,494,o), -(242,304,o), -(242,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(378,0,l), -(378,284,o), -(451,422,o), -(557,582,c), -(557,721,l), -(34,721,l), -(34,445,l), -(180,445,l), -(180,555,l), -(338,555,l), -(261,438,o), -(179,266,o), -(179,0,c) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,0,l), -(217,197,o), -(299,400,o), -(493,694,c), -(499,721,l), -(185,721,l), -(144,523,l), -(172,523,l), -(208,691,l), -(456,691,l), -(310,463,o), -(196,250,o), -(142,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(285,0,l), -(339,283,o), -(404,389,o), -(532,582,c), -(562,721,l), -(108,721,l), -(50,445,l), -(200,445,l), -(222,555,l), -(350,555,l), -(217,380,o), -(141,201,o), -(104,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(227,0,l), -(304,234,o), -(424,459,o), -(624,683,c), -(633,721,l), -(173,721,l), -(132,524,l), -(165,524,l), -(199,687,l), -(587,687,l), -(419,500,o), -(279,284,o), -(185,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 85; -}; -}; -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(314,0,l), -(396,265,o), -(524,435,o), -(641,582,c), -(670,721,l), -(127,721,l), -(69,445,l), -(218,445,l), -(241,555,l), -(432,555,l), -(307,419,o), -(184,210,o), -(116,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,0,l), -(333,220,o), -(486,460,o), -(738,696,c), -(744,721,l), -(181,721,l), -(140,524,l), -(172,524,l), -(206,690,l), -(692,690,l), -(486,498,o), -(312,268,o), -(216,0,c) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(397,0,l), -(439,208,o), -(541,388,o), -(753,568,c), -(785,721,l), -(134,721,l), -(74,436,l), -(238,436,l), -(261,542,l), -(500,542,l), -(368,434,o), -(230,271,o), -(175,0,c) -); -} -); -userData = { -RMXScaler = { -keepStroke = 80; -monoWidth = 700; -}; -}; -width = 720; -} -); -metricWidth = zero.tf; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -RMXScaler = { -source = seven; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/seveneighths.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/seveneighths.glyph deleted file mode 100644 index 3f71a721..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/seveneighths.glyph +++ /dev/null @@ -1,338 +0,0 @@ -{ -color = 6; -glyphname = seveneighths; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (239,0); -ref = fraction; -}, -{ -pos = (358,0); -ref = eight.dnom; -} -); -width = 619; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (186,0); -ref = fraction; -}, -{ -pos = (237,0); -ref = eight.dnom; -} -); -width = 508; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (294,0); -ref = fraction; -}, -{ -pos = (395,0); -ref = eight.dnom; -} -); -width = 810; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (300,0); -ref = fraction; -}, -{ -pos = (423,0); -ref = eight.dnom; -} -); -width = 830; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (168,0); -ref = fraction; -}, -{ -pos = (205,0); -ref = eight.dnom; -} -); -width = 436; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (217,0); -ref = fraction; -}, -{ -pos = (324,0); -ref = eight.dnom; -} -); -width = 567; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (241,0); -ref = fraction; -}, -{ -pos = (311,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.numr; -}; -width = 662; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = seven.numr; -}, -{ -alignment = -1; -pos = (289,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (424,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.numr; -}; -width = 763; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (284,0); -ref = fraction; -}, -{ -pos = (375,0); -ref = eight.dnom; -} -); -width = 770; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (282,0); -ref = fraction; -}, -{ -pos = (392,0); -ref = eight.dnom; -} -); -width = 779; -}, -{ -layerId = m019; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (302,0); -ref = fraction; -}, -{ -pos = (411,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.numr; -}; -width = 799; -}, -{ -layerId = m020; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (298,0); -ref = fraction; -}, -{ -pos = (427,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seven.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seven.numr; -}; -width = 779; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (188,0); -ref = fraction; -}, -{ -pos = (248,0); -ref = eight.dnom; -} -); -width = 519; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (240,0); -ref = fraction; -}, -{ -pos = (374,0); -ref = eight.dnom; -} -); -width = 633; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (297,0); -ref = fraction; -}, -{ -pos = (417,0); -ref = eight.dnom; -} -); -width = 808; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (316,0); -ref = fraction; -}, -{ -pos = (483,0); -ref = eight.dnom; -} -); -width = 856; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (298,0); -ref = fraction; -}, -{ -pos = (410,0); -ref = eight.dnom; -} -); -width = 824; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = seven.numr; -}, -{ -pos = (322,0); -ref = fraction; -}, -{ -pos = (462,0); -ref = eight.dnom; -} -); -width = 867; -} -); -unicode = 8542; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/seveninferior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/seveninferior.glyph deleted file mode 100644 index 50ad4bb7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/seveninferior.glyph +++ /dev/null @@ -1,805 +0,0 @@ -{ -glyphname = seveninferior; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (152,177); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(211,-40,l), -(211,126,o), -(231,175,o), -(289,308,c), -(289,393,l), -(14,393,l), -(14,226,l), -(106,226,l), -(106,291,l), -(175,291,l), -(129,198,o), -(98,117,o), -(100,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 299; -}, -{ -anchors = ( -{ -name = _center; -pos = (114,177); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(113,-40,l), -(113,85,o), -(136,198,o), -(212,368,c), -(212,393,l), -(15,393,l), -(15,268,l), -(41,268,l), -(41,365,l), -(180,365,l), -(115,217,o), -(82,98,o), -(82,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 219; -}, -{ -anchors = ( -{ -name = _center; -pos = (192,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(168,-40,l), -(189,111,o), -(259,250,o), -(357,368,c), -(357,393,l), -(26,393,l), -(26,267,l), -(56,267,l), -(56,363,l), -(316,363,l), -(222,249,o), -(152,116,o), -(130,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 370; -}, -{ -anchors = ( -{ -name = _center; -pos = (200.5,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(242,-40,l), -(254,74,o), -(322,213,o), -(389,297,c), -(389,393,l), -(12,393,l), -(12,214,l), -(122,214,l), -(122,276,l), -(240,276,l), -(165,189,o), -(109,73,o), -(96,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 391; -}, -{ -anchors = ( -{ -name = _center; -pos = (104,177); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,-40,l), -(103,85,o), -(126,198,o), -(202,368,c), -(202,393,l), -(5,393,l), -(5,268,l), -(31,268,l), -(31,365,l), -(170,365,l), -(105,217,o), -(72,98,o), -(72,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 201; -}, -{ -anchors = ( -{ -name = _center; -pos = (143,177); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,-40,l), -(202,126,o), -(222,175,o), -(280,308,c), -(280,393,l), -(5,393,l), -(5,226,l), -(97,226,l), -(97,291,l), -(166,291,l), -(120,198,o), -(89,117,o), -(91,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 283; -}, -{ -anchors = ( -{ -name = _center; -pos = (162,174); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(155,-40,l), -(155,145,o), -(225,254,o), -(303,369,c), -(303,393,l), -(20,393,l), -(20,268,l), -(49,268,l), -(49,362,l), -(262,362,l), -(187,252,o), -(118,138,o), -(118,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 307; -}, -{ -anchors = ( -{ -name = _center; -pos = (175,174); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(234,-40,l), -(234,129,o), -(279,207,o), -(345,299,c), -(345,393,l), -(4,393,l), -(4,220,l), -(105,220,l), -(105,282,l), -(194,282,l), -(148,218,o), -(97,116,o), -(97,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 344; -}, -{ -anchors = ( -{ -name = _center; -pos = (182,173); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(158,-40,l), -(179,111,o), -(249,250,o), -(347,368,c), -(347,393,l), -(16,393,l), -(16,267,l), -(46,267,l), -(46,363,l), -(306,363,l), -(212,249,o), -(142,116,o), -(120,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 355; -}, -{ -anchors = ( -{ -name = _center; -pos = (191,171); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,-40,l), -(244,74,o), -(312,213,o), -(379,297,c), -(379,393,l), -(2,393,l), -(2,214,l), -(112,214,l), -(112,276,l), -(230,276,l), -(155,189,o), -(99,73,o), -(86,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 376; -}, -{ -anchors = ( -{ -name = _center; -pos = (181,174); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(174,-40,l), -(174,145,o), -(244,254,o), -(320,369,c), -(320,393,l), -(43,393,l), -(43,268,l), -(70,268,l), -(70,362,l), -(279,362,l), -(206,252,o), -(139,138,o), -(139,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 348; -}, -{ -anchors = ( -{ -name = _center; -pos = (188,174); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(248,-40,l), -(248,129,o), -(289,207,o), -(351,299,c), -(351,393,l), -(24,393,l), -(24,220,l), -(124,220,l), -(124,282,l), -(202,282,l), -(159,218,o), -(112,116,o), -(112,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 365; -}, -{ -anchors = ( -{ -name = _center; -pos = (128,177); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(50,-40,l), -(76,87,o), -(123,200,o), -(233,368,c), -(238,393,l), -(43,393,l), -(17,268,l), -(43,268,l), -(63,365,l), -(201,365,l), -(115,232,o), -(50,107,o), -(19,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 217; -}, -{ -anchors = ( -{ -name = _center; -pos = (159,177); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(148,-40,l), -(180,131,o), -(222,197,o), -(294,308,c), -(313,393,l), -(40,393,l), -(5,226,l), -(97,226,l), -(110,291,l), -(184,291,l), -(107,191,o), -(60,83,o), -(38,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 298; -}, -{ -anchors = ( -{ -name = _center; -pos = (195,177); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-40,l), -(156,102,o), -(227,232,o), -(340,362,c), -(347,393,l), -(68,393,l), -(42,268,l), -(71,268,l), -(91,362,l), -(304,362,l), -(207,252,o), -(126,125,o), -(72,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 347; -}, -{ -anchors = ( -{ -name = _center; -pos = (203,177); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,-40,l), -(227,117,o), -(298,207,o), -(373,301,c), -(392,393,l), -(50,393,l), -(14,220,l), -(115,220,l), -(128,282,l), -(231,282,l), -(158,204,o), -(85,81,o), -(45,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 384; -}, -{ -anchors = ( -{ -name = _center; -pos = (207,177); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(109,-40,l), -(152,91,o), -(238,231,o), -(381,368,c), -(386,393,l), -(54,393,l), -(28,267,l), -(57,267,l), -(77,362,l), -(337,362,l), -(223,254,o), -(124,121,o), -(71,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 371; -}, -{ -anchors = ( -{ -name = _center; -pos = (211,177); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,-40,l), -(228,90,o), -(288,192,o), -(401,290,c), -(423,393,l), -(37,393,l), -(-1,214,l), -(108,214,l), -(121,273,l), -(233,273,l), -(152,206,o), -(84,108,o), -(58,-40,c) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 400; -} -); -unicode = 8327; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = seven; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/sevensuperior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/sevensuperior.glyph deleted file mode 100644 index d4972b75..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/sevensuperior.glyph +++ /dev/null @@ -1,448 +0,0 @@ -{ -color = 6; -glyphname = sevensuperior; -kernLeft = KO_sevensuperior; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 299; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 219; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 370; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 391; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 201; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 283; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seveninferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seveninferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 307; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seveninferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seveninferior; -}; -width = 356; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 355; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 376; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seveninferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seveninferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 348; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = seveninferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = seveninferior; -}; -width = 365; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (78,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 217; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (78,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 298; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (78,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 347; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (78,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 384; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (78,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 371; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (78,376); -ref = seveninferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 400; -} -); -unicode = 8311; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = seven; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/sheqel.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/sheqel.glyph deleted file mode 100644 index e68ad771..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/sheqel.glyph +++ /dev/null @@ -1,768 +0,0 @@ -{ -glyphname = sheqel; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(593,0,ls), -(696,0,o), -(736,53,o), -(736,133,cs), -(736,729,l), -(574,729,l), -(574,151,l), -(369,151,l), -(369,540,l), -(232,540,l), -(232,0,l) -); -}, -{ -closed = 1; -nodes = ( -(197,0,l), -(197,578,l), -(402,578,l), -(402,189,l), -(539,189,l), -(539,596,ls), -(539,676,o), -(499,729,o), -(396,729,cs), -(35,729,l), -(35,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(492,0,ls), -(588,0,o), -(625,53,o), -(625,133,cs), -(625,729,l), -(476,729,l), -(476,151,l), -(314,151,l), -(314,540,l), -(214,540,l), -(214,0,l) -); -}, -{ -closed = 1; -nodes = ( -(183,0,l), -(183,578,l), -(345,578,l), -(345,189,l), -(445,189,l), -(445,596,ls), -(445,676,o), -(409,729,o), -(312,729,cs), -(34,729,l), -(34,0,l) -); -} -); -width = 657; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(458,0,ls), -(499,0,o), -(518,17,o), -(518,61,cs), -(518,729,l), -(486,729,l), -(486,30,l), -(246,30,l), -(246,571,l), -(214,571,l), -(214,0,l) -); -}, -{ -closed = 1; -nodes = ( -(110,0,l), -(110,699,l), -(350,699,l), -(350,158,l), -(382,158,l), -(382,668,ls), -(382,712,o), -(363,729,o), -(322,729,cs), -(78,729,l), -(78,0,l) -); -} -); -width = 595; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(674,0,ls), -(718,0,o), -(741,18,o), -(741,67,cs), -(741,729,l), -(703,729,l), -(703,37,l), -(329,37,l), -(329,571,l), -(291,571,l), -(291,0,l) -); -}, -{ -closed = 1; -nodes = ( -(123,0,l), -(123,692,l), -(497,692,l), -(497,159,l), -(536,159,l), -(536,663,ls), -(536,712,o), -(514,729,o), -(470,729,cs), -(85,729,l), -(85,0,l) -); -} -); -width = 826; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(671,0,ls), -(766,0,o), -(830,49,o), -(830,153,cs), -(830,729,l), -(629,729,l), -(629,165,l), -(424,165,l), -(424,528,l), -(293,528,l), -(293,0,l) -); -}, -{ -closed = 1; -nodes = ( -(256,0,l), -(256,565,l), -(461,565,l), -(461,202,l), -(591,202,l), -(591,602,ls), -(591,678,o), -(551,729,o), -(467,729,cs), -(55,729,l), -(55,0,l) -); -} -); -width = 881; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(438,0,ls), -(479,0,o), -(498,17,o), -(498,61,cs), -(498,729,l), -(466,729,l), -(466,30,l), -(226,30,l), -(226,571,l), -(194,571,l), -(194,0,l) -); -}, -{ -closed = 1; -nodes = ( -(90,0,l), -(90,699,l), -(330,699,l), -(330,158,l), -(362,158,l), -(362,668,ls), -(362,712,o), -(343,729,o), -(302,729,cs), -(58,729,l), -(58,0,l) -); -} -); -width = 555; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(593,0,ls), -(696,0,o), -(736,53,o), -(736,133,cs), -(736,729,l), -(574,729,l), -(574,151,l), -(369,151,l), -(369,540,l), -(232,540,l), -(232,0,l) -); -}, -{ -closed = 1; -nodes = ( -(197,0,l), -(197,578,l), -(402,578,l), -(402,189,l), -(539,189,l), -(539,596,ls), -(539,676,o), -(499,729,o), -(396,729,cs), -(35,729,l), -(35,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(482,0,ls), -(578,0,o), -(615,53,o), -(615,133,cs), -(615,729,l), -(466,729,l), -(466,151,l), -(304,151,l), -(304,540,l), -(204,540,l), -(204,0,l) -); -}, -{ -closed = 1; -nodes = ( -(173,0,l), -(173,578,l), -(335,578,l), -(335,189,l), -(435,189,l), -(435,596,ls), -(435,676,o), -(399,729,o), -(302,729,cs), -(24,729,l), -(24,0,l) -); -} -); -width = 637; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(596,0,ls), -(640,0,o), -(663,18,o), -(663,67,cs), -(663,729,l), -(622,729,l), -(622,37,l), -(303,37,l), -(303,571,l), -(264,571,l), -(264,0,l) -); -}, -{ -closed = 1; -nodes = ( -(126,0,l), -(126,692,l), -(445,692,l), -(445,159,l), -(486,159,l), -(486,663,ls), -(486,712,o), -(464,729,o), -(420,729,cs), -(87,729,l), -(87,0,l) -); -} -); -width = 749; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(597,0,ls), -(686,0,o), -(746,55,o), -(746,153,cs), -(746,729,l), -(585,729,l), -(585,151,l), -(376,151,l), -(376,540,l), -(247,540,l), -(247,0,l) -); -}, -{ -closed = 1; -nodes = ( -(207,0,l), -(207,579,l), -(416,579,l), -(416,190,l), -(545,190,l), -(545,576,ls), -(545,668,o), -(503,729,o), -(396,729,cs), -(46,729,l), -(46,0,l) -); -} -); -width = 787; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(664,0,ls), -(708,0,o), -(731,18,o), -(731,67,cs), -(731,729,l), -(693,729,l), -(693,37,l), -(319,37,l), -(319,571,l), -(281,571,l), -(281,0,l) -); -}, -{ -closed = 1; -nodes = ( -(113,0,l), -(113,692,l), -(487,692,l), -(487,159,l), -(526,159,l), -(526,663,ls), -(526,712,o), -(504,729,o), -(460,729,cs), -(75,729,l), -(75,0,l) -); -} -); -width = 806; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(661,0,ls), -(756,0,o), -(820,49,o), -(820,153,cs), -(820,729,l), -(619,729,l), -(619,165,l), -(414,165,l), -(414,528,l), -(283,528,l), -(283,0,l) -); -}, -{ -closed = 1; -nodes = ( -(246,0,l), -(246,565,l), -(451,565,l), -(451,202,l), -(581,202,l), -(581,602,ls), -(581,678,o), -(541,729,o), -(457,729,cs), -(45,729,l), -(45,0,l) -); -} -); -width = 861; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(611,0,ls), -(653,0,o), -(676,18,o), -(676,67,cs), -(676,729,l), -(637,729,l), -(637,37,l), -(324,37,l), -(324,571,l), -(285,571,l), -(285,0,l) -); -}, -{ -closed = 1; -nodes = ( -(150,0,l), -(150,692,l), -(462,692,l), -(462,159,l), -(503,159,l), -(503,663,ls), -(503,712,o), -(481,729,o), -(439,729,cs), -(112,729,l), -(112,0,l) -); -} -); -width = 786; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(605,0,ls), -(692,0,o), -(751,55,o), -(751,153,cs), -(751,729,l), -(592,729,l), -(592,151,l), -(392,151,l), -(392,540,l), -(264,540,l), -(264,0,l) -); -}, -{ -closed = 1; -nodes = ( -(228,0,l), -(228,579,l), -(428,579,l), -(428,190,l), -(555,190,l), -(555,576,ls), -(555,668,o), -(514,729,o), -(409,729,cs), -(68,729,l), -(68,0,l) -); -} -); -width = 814; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(405,0,ls), -(446,0,o), -(468,17,o), -(477,61,cs), -(615,729,l), -(583,729,l), -(439,30,l), -(199,30,l), -(311,571,l), -(279,571,l), -(161,0,l) -); -}, -{ -closed = 1; -nodes = ( -(57,0,l), -(201,699,l), -(441,699,l), -(329,158,l), -(361,158,l), -(467,668,ls), -(476,712,o), -(460,729,o), -(419,729,cs), -(175,729,l), -(25,0,l) -); -} -); -width = 595; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(537,0,ls), -(640,0,o), -(690,53,o), -(707,133,cs), -(830,729,l), -(668,729,l), -(549,151,l), -(344,151,l), -(424,540,l), -(287,540,l), -(176,0,l) -); -}, -{ -closed = 1; -nodes = ( -(141,0,l), -(260,578,l), -(465,578,l), -(385,189,l), -(522,189,l), -(606,596,ls), -(623,676,o), -(593,729,o), -(490,729,cs), -(129,729,l), -(-21,0,l) -); -} -); -width = 767; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(566,0,ls), -(610,0,o), -(636,18,o), -(646,67,cs), -(783,729,l), -(742,729,l), -(599,37,l), -(280,37,l), -(391,571,l), -(352,571,l), -(234,0,l) -); -}, -{ -closed = 1; -nodes = ( -(96,0,l), -(239,692,l), -(558,692,l), -(447,159,l), -(488,159,l), -(593,663,ls), -(603,712,o), -(584,729,o), -(540,729,cs), -(207,729,l), -(57,0,l) -); -} -); -width = 796; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,0,ls), -(654,0,o), -(725,55,o), -(745,153,cs), -(864,729,l), -(703,729,l), -(584,151,l), -(375,151,l), -(455,540,l), -(326,540,l), -(215,0,l) -); -}, -{ -closed = 1; -nodes = ( -(175,0,l), -(294,579,l), -(503,579,l), -(423,190,l), -(552,190,l), -(632,576,ls), -(651,668,o), -(621,729,o), -(514,729,cs), -(164,729,l), -(14,0,l) -); -} -); -width = 835; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(621,0,ls), -(665,0,o), -(691,18,o), -(701,67,cs), -(838,729,l), -(800,729,l), -(657,37,l), -(283,37,l), -(394,571,l), -(356,571,l), -(238,0,l) -); -}, -{ -closed = 1; -nodes = ( -(70,0,l), -(213,692,l), -(587,692,l), -(476,159,l), -(515,159,l), -(620,663,ls), -(630,712,o), -(611,729,o), -(567,729,cs), -(182,729,l), -(32,0,l) -); -} -); -width = 826; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(616,0,ls), -(711,0,o), -(785,49,o), -(806,153,cs), -(925,729,l), -(724,729,l), -(608,165,l), -(403,165,l), -(478,528,l), -(347,528,l), -(238,0,l) -); -}, -{ -closed = 1; -nodes = ( -(201,0,l), -(318,565,l), -(523,565,l), -(447,202,l), -(577,202,l), -(660,602,ls), -(676,678,o), -(646,729,o), -(562,729,cs), -(150,729,l), -(0,0,l) -); -} -); -width = 882; -} -); -unicode = 8362; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/six.blackC_ircled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/six.blackC_ircled.glyph deleted file mode 100644 index d1a0003e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/six.blackC_ircled.glyph +++ /dev/null @@ -1,3050 +0,0 @@ -{ -color = 0; -glyphname = six.blackCircled; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(377,236,o), -(382,258,o), -(382,293,cs), -(382,342,o), -(373,354,o), -(359,354,cs), -(339,354,o), -(334,334,o), -(334,297,cs), -(334,248,o), -(343,236,o), -(357,236,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,145,o), -(214,232,o), -(214,362,cs), -(214,541,o), -(272,588,o), -(357,588,cs), -(429,588,o), -(483,551,o), -(486,465,c), -(381,465,l), -(381,485,o), -(370,496,o), -(357,496,cs), -(334,496,o), -(327,467,o), -(328,408,c), -(334,408,l), -(341,426,o), -(365,440,o), -(394,440,cs), -(464,440,o), -(492,388,o), -(492,295,cs), -(492,193,o), -(443,145,o), -(357,145,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,144,o), -(214,231,o), -(214,361,cs), -(214,540,o), -(272,587,o), -(357,587,cs), -(429,587,o), -(483,550,o), -(486,464,c), -(381,464,l), -(381,484,o), -(370,495,o), -(357,495,cs), -(334,495,o), -(327,466,o), -(328,407,c), -(334,407,l), -(341,425,o), -(365,439,o), -(394,439,cs), -(464,439,o), -(492,387,o), -(492,294,cs), -(492,192,o), -(443,144,o), -(357,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(377,235,o), -(382,257,o), -(382,292,cs), -(382,341,o), -(373,353,o), -(359,353,cs), -(339,353,o), -(334,333,o), -(334,296,cs), -(334,247,o), -(343,235,o), -(357,235,cs) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(403,169,o), -(415,217,o), -(415,288,cs), -(415,381,o), -(390,404,o), -(353,404,cs), -(309,404,o), -(289,355,o), -(289,284,cs), -(289,201,o), -(315,169,o), -(353,169,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,143,o), -(255,215,o), -(253,339,cs), -(250,534,o), -(288,587,o), -(351,587,cs), -(404,587,o), -(430,550,o), -(436,478,c), -(408,478,l), -(402,542,o), -(383,561,o), -(351,561,cs), -(295,561,o), -(283,493,o), -(281,352,c), -(284,352,l), -(294,407,o), -(325,428,o), -(358,428,cs), -(423,428,o), -(445,373,o), -(445,288,cs), -(445,180,o), -(409,143,o), -(353,143,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,142,o), -(255,214,o), -(253,338,cs), -(250,533,o), -(288,586,o), -(351,586,cs), -(404,586,o), -(430,549,o), -(436,477,c), -(408,477,l), -(402,541,o), -(383,560,o), -(351,560,cs), -(295,560,o), -(283,492,o), -(281,351,c), -(284,351,l), -(294,406,o), -(325,427,o), -(358,427,cs), -(423,427,o), -(445,372,o), -(445,287,cs), -(445,179,o), -(409,142,o), -(353,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(403,168,o), -(415,216,o), -(415,287,cs), -(415,380,o), -(390,403,o), -(353,403,cs), -(309,403,o), -(289,354,o), -(289,283,cs), -(289,200,o), -(315,168,o), -(353,168,cs) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(540,173,o), -(586,218,o), -(586,286,cs), -(586,360,o), -(531,396,o), -(449,396,cs), -(360,396,o), -(305,346,o), -(305,282,cs), -(305,209,o), -(363,173,o), -(447,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(311,142,o), -(259,216,o), -(259,336,cs), -(259,510,o), -(324,584,o), -(454,584,cs), -(547,584,o), -(610,540,o), -(617,476,c), -(580,476,l), -(572,526,o), -(522,554,o), -(453,554,cs), -(321,554,o), -(296,462,o), -(295,332,c), -(298,331,l), -(316,388,o), -(377,425,o), -(455,425,cs), -(559,425,o), -(625,375,o), -(625,287,cs), -(625,196,o), -(553,142,o), -(446,142,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(311,145,o), -(259,219,o), -(259,339,cs), -(259,513,o), -(324,587,o), -(454,587,cs), -(547,587,o), -(610,543,o), -(617,479,c), -(580,479,l), -(572,529,o), -(522,557,o), -(453,557,cs), -(321,557,o), -(296,465,o), -(295,335,c), -(298,334,l), -(316,391,o), -(377,428,o), -(455,428,cs), -(559,428,o), -(625,378,o), -(625,290,cs), -(625,199,o), -(553,145,o), -(446,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(540,176,o), -(586,221,o), -(586,289,cs), -(586,363,o), -(531,399,o), -(449,399,cs), -(360,399,o), -(305,349,o), -(305,285,cs), -(305,212,o), -(363,176,o), -(447,176,cs) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(478,254,o), -(497,270,o), -(497,294,cs), -(497,321,o), -(477,335,o), -(439,335,cs), -(399,335,o), -(382,319,o), -(382,294,cs), -(382,267,o), -(405,254,o), -(439,254,cs) -); -}, -{ -closed = 1; -nodes = ( -(326,143,o), -(218,185,o), -(218,362,cs), -(218,528,o), -(323,586,o), -(445,586,cs), -(554,586,o), -(626,534,o), -(640,456,c), -(494,456,l), -(483,470,o), -(468,474,o), -(440,474,cs), -(398,474,o), -(369,450,o), -(367,396,c), -(374,395,l), -(394,419,o), -(435,435,o), -(485,435,cs), -(581,435,o), -(646,386,o), -(646,300,cs), -(646,199,o), -(562,143,o), -(436,143,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(324,148,o), -(216,190,o), -(216,367,cs), -(216,533,o), -(321,591,o), -(443,591,cs), -(552,591,o), -(624,539,o), -(638,461,c), -(492,461,l), -(481,475,o), -(466,479,o), -(438,479,cs), -(396,479,o), -(367,455,o), -(365,401,c), -(372,400,l), -(392,424,o), -(433,440,o), -(483,440,cs), -(579,440,o), -(644,391,o), -(644,305,cs), -(644,204,o), -(560,148,o), -(434,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(476,259,o), -(495,275,o), -(495,299,cs), -(495,326,o), -(475,340,o), -(437,340,cs), -(397,340,o), -(380,324,o), -(380,299,cs), -(380,272,o), -(403,259,o), -(437,259,cs) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(403,169,o), -(415,217,o), -(415,288,cs), -(415,381,o), -(390,404,o), -(353,404,cs), -(309,404,o), -(289,355,o), -(289,284,cs), -(289,201,o), -(315,169,o), -(353,169,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,143,o), -(255,215,o), -(253,339,cs), -(250,534,o), -(288,587,o), -(351,587,cs), -(404,587,o), -(430,550,o), -(436,478,c), -(408,478,l), -(402,542,o), -(383,561,o), -(351,561,cs), -(295,561,o), -(283,493,o), -(281,352,c), -(284,352,l), -(294,407,o), -(325,428,o), -(358,428,cs), -(423,428,o), -(445,373,o), -(445,288,cs), -(445,180,o), -(409,143,o), -(353,143,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,142,o), -(235,214,o), -(233,338,cs), -(230,533,o), -(268,586,o), -(331,586,cs), -(384,586,o), -(410,549,o), -(416,477,c), -(388,477,l), -(382,541,o), -(363,560,o), -(331,560,cs), -(275,560,o), -(263,492,o), -(261,351,c), -(264,351,l), -(274,406,o), -(305,427,o), -(338,427,cs), -(403,427,o), -(425,372,o), -(425,287,cs), -(425,179,o), -(389,142,o), -(333,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,168,o), -(395,216,o), -(395,287,cs), -(395,380,o), -(370,403,o), -(333,403,cs), -(289,403,o), -(269,354,o), -(269,283,cs), -(269,200,o), -(295,168,o), -(333,168,cs) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(377,236,o), -(382,258,o), -(382,293,cs), -(382,342,o), -(373,354,o), -(359,354,cs), -(339,354,o), -(334,334,o), -(334,297,cs), -(334,248,o), -(343,236,o), -(357,236,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,145,o), -(214,232,o), -(214,362,cs), -(214,541,o), -(272,588,o), -(357,588,cs), -(429,588,o), -(483,551,o), -(486,465,c), -(381,465,l), -(381,485,o), -(370,496,o), -(357,496,cs), -(334,496,o), -(327,467,o), -(328,408,c), -(334,408,l), -(341,426,o), -(365,440,o), -(394,440,cs), -(464,440,o), -(492,388,o), -(492,295,cs), -(492,193,o), -(443,145,o), -(357,145,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,144,o), -(204,231,o), -(204,361,cs), -(204,540,o), -(262,587,o), -(347,587,cs), -(419,587,o), -(473,550,o), -(476,464,c), -(371,464,l), -(371,484,o), -(360,495,o), -(347,495,cs), -(324,495,o), -(317,466,o), -(318,407,c), -(324,407,l), -(331,425,o), -(355,439,o), -(384,439,cs), -(454,439,o), -(482,387,o), -(482,294,cs), -(482,192,o), -(433,144,o), -(347,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,235,o), -(372,257,o), -(372,292,cs), -(372,341,o), -(363,353,o), -(349,353,cs), -(329,353,o), -(324,333,o), -(324,296,cs), -(324,247,o), -(333,235,o), -(347,235,cs) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (416,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(504,173,o), -(547,217,o), -(547,283,cs), -(547,349,o), -(503,390,o), -(441,390,cs), -(372,390,o), -(330,341,o), -(330,279,cs), -(330,213,o), -(375,173,o), -(440,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(336,142,o), -(289,214,o), -(289,335,cs), -(289,511,o), -(340,585,o), -(446,585,cs), -(520,585,o), -(573,542,o), -(579,478,c), -(545,478,l), -(536,533,o), -(494,555,o), -(445,555,cs), -(343,555,o), -(324,467,o), -(322,337,c), -(324,337,l), -(338,386,o), -(383,419,o), -(447,419,cs), -(528,419,o), -(583,364,o), -(583,283,cs), -(583,197,o), -(523,142,o), -(438,142,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(316,144,o), -(269,216,o), -(269,337,cs), -(269,513,o), -(320,587,o), -(426,587,cs), -(500,587,o), -(553,544,o), -(559,480,c), -(525,480,l), -(516,535,o), -(474,557,o), -(425,557,cs), -(323,557,o), -(304,469,o), -(302,339,c), -(304,339,l), -(318,388,o), -(363,421,o), -(427,421,cs), -(508,421,o), -(563,366,o), -(563,285,cs), -(563,199,o), -(503,144,o), -(418,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(484,175,o), -(527,219,o), -(527,285,cs), -(527,351,o), -(483,392,o), -(421,392,cs), -(352,392,o), -(310,343,o), -(310,281,cs), -(310,215,o), -(355,175,o), -(420,175,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -139, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -435, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -624, -31 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -351, -39 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -632, -39 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -135, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -430, -34 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -616, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -294, -41 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -583, -44 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --7, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --7, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(456,253,o), -(474,270,o), -(474,295,cs), -(474,320,o), -(456,338,o), -(429,338,cs), -(403,338,o), -(385,322,o), -(385,296,cs), -(385,271,o), -(402,253,o), -(429,253,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,143,o), -(246,205,o), -(246,362,cs), -(246,506,o), -(315,587,o), -(435,587,cs), -(533,587,o), -(595,536,o), -(606,457,c), -(478,457,l), -(473,471,o), -(452,479,o), -(433,479,cs), -(399,479,o), -(371,454,o), -(371,401,c), -(376,401,l), -(392,418,o), -(423,432,o), -(465,432,cs), -(547,432,o), -(601,377,o), -(601,297,cs), -(601,205,o), -(532,143,o), -(425,143,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,146,o), -(227,208,o), -(227,365,cs), -(227,509,o), -(296,590,o), -(416,590,cs), -(514,590,o), -(576,539,o), -(587,460,c), -(459,460,l), -(454,474,o), -(433,482,o), -(414,482,cs), -(380,482,o), -(352,457,o), -(352,404,c), -(357,404,l), -(373,421,o), -(404,435,o), -(446,435,cs), -(528,435,o), -(582,380,o), -(582,300,cs), -(582,208,o), -(513,146,o), -(406,146,cs) -); -}, -{ -closed = 1; -nodes = ( -(437,256,o), -(455,273,o), -(455,298,cs), -(455,323,o), -(437,341,o), -(410,341,cs), -(384,341,o), -(366,325,o), -(366,299,cs), -(366,274,o), -(383,256,o), -(410,256,cs) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(540,173,o), -(586,218,o), -(586,286,cs), -(586,360,o), -(531,396,o), -(449,396,cs), -(360,396,o), -(305,346,o), -(305,282,cs), -(305,209,o), -(363,173,o), -(447,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(311,142,o), -(259,216,o), -(259,336,cs), -(259,510,o), -(324,584,o), -(454,584,cs), -(547,584,o), -(610,540,o), -(617,476,c), -(580,476,l), -(572,526,o), -(522,554,o), -(453,554,cs), -(321,554,o), -(296,462,o), -(295,332,c), -(298,331,l), -(316,388,o), -(377,425,o), -(455,425,cs), -(559,425,o), -(625,375,o), -(625,287,cs), -(625,196,o), -(553,142,o), -(446,142,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(301,145,o), -(249,219,o), -(249,339,cs), -(249,513,o), -(314,587,o), -(444,587,cs), -(537,587,o), -(600,543,o), -(607,479,c), -(570,479,l), -(562,529,o), -(512,557,o), -(443,557,cs), -(311,557,o), -(286,465,o), -(285,335,c), -(288,334,l), -(306,391,o), -(367,428,o), -(445,428,cs), -(549,428,o), -(615,378,o), -(615,290,cs), -(615,199,o), -(543,145,o), -(436,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(530,176,o), -(576,221,o), -(576,289,cs), -(576,363,o), -(521,399,o), -(439,399,cs), -(350,399,o), -(295,349,o), -(295,285,cs), -(295,212,o), -(353,176,o), -(437,176,cs) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(478,254,o), -(497,270,o), -(497,294,cs), -(497,321,o), -(477,335,o), -(439,335,cs), -(399,335,o), -(382,319,o), -(382,294,cs), -(382,267,o), -(405,254,o), -(439,254,cs) -); -}, -{ -closed = 1; -nodes = ( -(326,143,o), -(218,185,o), -(218,362,cs), -(218,528,o), -(323,586,o), -(445,586,cs), -(554,586,o), -(626,534,o), -(640,456,c), -(494,456,l), -(483,470,o), -(468,474,o), -(440,474,cs), -(398,474,o), -(369,450,o), -(367,396,c), -(374,395,l), -(394,419,o), -(435,435,o), -(485,435,cs), -(581,435,o), -(646,386,o), -(646,300,cs), -(646,199,o), -(562,143,o), -(436,143,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(314,148,o), -(206,190,o), -(206,367,cs), -(206,533,o), -(311,591,o), -(433,591,cs), -(542,591,o), -(614,539,o), -(628,461,c), -(482,461,l), -(471,475,o), -(456,479,o), -(428,479,cs), -(386,479,o), -(357,455,o), -(355,401,c), -(362,400,l), -(382,424,o), -(423,440,o), -(473,440,cs), -(569,440,o), -(634,391,o), -(634,305,cs), -(634,204,o), -(550,148,o), -(424,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(466,259,o), -(485,275,o), -(485,299,cs), -(485,326,o), -(465,340,o), -(427,340,cs), -(387,340,o), -(370,324,o), -(370,299,cs), -(370,272,o), -(393,259,o), -(427,259,cs) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (431,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(504,173,o), -(547,217,o), -(547,283,cs), -(547,349,o), -(503,390,o), -(441,390,cs), -(372,390,o), -(330,341,o), -(330,279,cs), -(330,213,o), -(375,173,o), -(440,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(336,142,o), -(289,214,o), -(289,335,cs), -(289,511,o), -(340,585,o), -(446,585,cs), -(520,585,o), -(573,542,o), -(579,478,c), -(545,478,l), -(536,533,o), -(494,555,o), -(445,555,cs), -(343,555,o), -(324,467,o), -(322,337,c), -(324,337,l), -(338,386,o), -(383,419,o), -(447,419,cs), -(528,419,o), -(583,364,o), -(583,283,cs), -(583,197,o), -(523,142,o), -(438,142,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(333,144,o), -(286,216,o), -(286,337,cs), -(286,513,o), -(337,587,o), -(441,587,cs), -(513,587,o), -(564,544,o), -(570,480,c), -(538,480,l), -(529,535,o), -(487,557,o), -(440,557,cs), -(340,557,o), -(321,469,o), -(319,339,c), -(321,339,l), -(335,388,o), -(378,421,o), -(442,421,cs), -(521,421,o), -(574,366,o), -(574,285,cs), -(574,199,o), -(516,144,o), -(433,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(497,175,o), -(540,219,o), -(540,285,cs), -(540,351,o), -(496,392,o), -(436,392,cs), -(367,392,o), -(327,343,o), -(327,281,cs), -(327,215,o), -(370,175,o), -(435,175,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -139, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -435, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -624, -31 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -351, -39 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -632, -39 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -135, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -430, -34 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -616, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -294, -41 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -583, -44 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --7, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --7, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(456,253,o), -(474,270,o), -(474,295,cs), -(474,320,o), -(456,338,o), -(429,338,cs), -(403,338,o), -(385,322,o), -(385,296,cs), -(385,271,o), -(402,253,o), -(429,253,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,143,o), -(246,205,o), -(246,362,cs), -(246,506,o), -(315,587,o), -(435,587,cs), -(533,587,o), -(595,536,o), -(606,457,c), -(478,457,l), -(473,471,o), -(452,479,o), -(433,479,cs), -(399,479,o), -(371,454,o), -(371,401,c), -(376,401,l), -(392,418,o), -(423,432,o), -(465,432,cs), -(547,432,o), -(601,377,o), -(601,297,cs), -(601,205,o), -(532,143,o), -(425,143,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(314,146,o), -(242,208,o), -(242,365,cs), -(242,508,o), -(309,590,o), -(427,590,cs), -(523,590,o), -(583,539,o), -(594,460,c), -(467,460,l), -(462,474,o), -(443,482,o), -(425,482,cs), -(393,482,o), -(365,457,o), -(365,404,c), -(370,404,l), -(386,421,o), -(416,435,o), -(456,435,cs), -(537,435,o), -(589,380,o), -(589,300,cs), -(589,208,o), -(522,146,o), -(417,146,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,256,o), -(463,273,o), -(463,298,cs), -(463,323,o), -(446,341,o), -(421,341,cs), -(396,341,o), -(379,325,o), -(379,299,cs), -(379,274,o), -(395,256,o), -(421,256,cs) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(440,169,o), -(452,217,o), -(452,288,cs), -(452,381,o), -(427,404,o), -(390,404,cs), -(346,404,o), -(326,355,o), -(326,284,cs), -(326,201,o), -(352,169,o), -(390,169,cs) -); -}, -{ -closed = 1; -nodes = ( -(313,143,o), -(292,215,o), -(290,339,cs), -(287,534,o), -(325,587,o), -(388,587,cs), -(441,587,o), -(467,550,o), -(473,478,c), -(445,478,l), -(439,542,o), -(420,561,o), -(388,561,cs), -(332,561,o), -(320,493,o), -(318,352,c), -(321,352,l), -(331,407,o), -(362,428,o), -(395,428,cs), -(460,428,o), -(482,373,o), -(482,288,cs), -(482,180,o), -(446,143,o), -(390,143,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(313,142,o), -(292,214,o), -(290,338,cs), -(287,533,o), -(325,586,o), -(388,586,cs), -(441,586,o), -(467,549,o), -(473,477,c), -(445,477,l), -(439,541,o), -(420,560,o), -(388,560,cs), -(332,560,o), -(320,492,o), -(318,351,c), -(321,351,l), -(331,406,o), -(362,427,o), -(395,427,cs), -(460,427,o), -(482,372,o), -(482,287,cs), -(482,179,o), -(446,142,o), -(390,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(440,168,o), -(452,216,o), -(452,287,cs), -(452,380,o), -(427,403,o), -(390,403,cs), -(346,403,o), -(326,354,o), -(326,283,cs), -(326,200,o), -(352,168,o), -(390,168,cs) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,236,o), -(414,258,o), -(414,293,cs), -(414,342,o), -(405,354,o), -(391,354,cs), -(371,354,o), -(366,334,o), -(366,297,cs), -(366,248,o), -(375,236,o), -(389,236,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,145,o), -(246,232,o), -(246,362,cs), -(246,541,o), -(304,588,o), -(389,588,cs), -(461,588,o), -(515,551,o), -(518,465,c), -(413,465,l), -(413,485,o), -(402,496,o), -(389,496,cs), -(366,496,o), -(359,467,o), -(360,408,c), -(366,408,l), -(373,426,o), -(397,440,o), -(426,440,cs), -(496,440,o), -(524,388,o), -(524,295,cs), -(524,193,o), -(475,145,o), -(389,145,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,144,o), -(246,231,o), -(246,361,cs), -(246,540,o), -(304,587,o), -(389,587,cs), -(461,587,o), -(515,550,o), -(518,464,c), -(413,464,l), -(413,484,o), -(402,495,o), -(389,495,cs), -(366,495,o), -(359,466,o), -(360,407,c), -(366,407,l), -(373,425,o), -(397,439,o), -(426,439,cs), -(496,439,o), -(524,387,o), -(524,294,cs), -(524,192,o), -(475,144,o), -(389,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,235,o), -(414,257,o), -(414,292,cs), -(414,341,o), -(405,353,o), -(391,353,cs), -(371,353,o), -(366,333,o), -(366,296,cs), -(366,247,o), -(375,235,o), -(389,235,cs) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467.5,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,173,o), -(579,217,o), -(579,283,cs), -(579,349,o), -(535,390,o), -(473,390,cs), -(404,390,o), -(362,341,o), -(362,279,cs), -(362,213,o), -(407,173,o), -(472,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(368,142,o), -(321,214,o), -(321,335,cs), -(321,511,o), -(372,585,o), -(478,585,cs), -(552,585,o), -(605,542,o), -(611,478,c), -(577,478,l), -(568,533,o), -(526,555,o), -(477,555,cs), -(375,555,o), -(356,467,o), -(354,337,c), -(356,337,l), -(370,386,o), -(415,419,o), -(479,419,cs), -(560,419,o), -(615,364,o), -(615,283,cs), -(615,197,o), -(555,142,o), -(470,142,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(368,144,o), -(321,216,o), -(321,337,cs), -(321,513,o), -(372,587,o), -(478,587,cs), -(552,587,o), -(605,544,o), -(611,480,c), -(577,480,l), -(568,535,o), -(526,557,o), -(477,557,cs), -(375,557,o), -(356,469,o), -(354,339,c), -(356,339,l), -(370,388,o), -(415,421,o), -(479,421,cs), -(560,421,o), -(615,366,o), -(615,285,cs), -(615,199,o), -(555,144,o), -(470,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,175,o), -(579,219,o), -(579,285,cs), -(579,351,o), -(535,392,o), -(473,392,cs), -(404,392,o), -(362,343,o), -(362,281,cs), -(362,215,o), -(407,175,o), -(472,175,cs) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (455.5,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(484,253,o), -(502,270,o), -(502,295,cs), -(502,320,o), -(484,338,o), -(457,338,cs), -(431,338,o), -(413,322,o), -(413,296,cs), -(413,271,o), -(430,253,o), -(457,253,cs) -); -}, -{ -closed = 1; -nodes = ( -(347,143,o), -(274,205,o), -(274,362,cs), -(274,506,o), -(343,587,o), -(463,587,cs), -(561,587,o), -(623,536,o), -(634,457,c), -(506,457,l), -(501,471,o), -(480,479,o), -(461,479,cs), -(427,479,o), -(399,454,o), -(399,401,c), -(404,401,l), -(420,418,o), -(451,432,o), -(493,432,cs), -(575,432,o), -(629,377,o), -(629,297,cs), -(629,205,o), -(560,143,o), -(453,143,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(349,146,o), -(276,208,o), -(276,365,cs), -(276,509,o), -(345,590,o), -(465,590,cs), -(563,590,o), -(625,539,o), -(636,460,c), -(508,460,l), -(503,474,o), -(482,482,o), -(463,482,cs), -(429,482,o), -(401,457,o), -(401,404,c), -(406,404,l), -(422,421,o), -(453,435,o), -(495,435,cs), -(577,435,o), -(631,380,o), -(631,300,cs), -(631,208,o), -(562,146,o), -(455,146,cs) -); -}, -{ -closed = 1; -nodes = ( -(486,256,o), -(504,273,o), -(504,298,cs), -(504,323,o), -(486,341,o), -(459,341,cs), -(433,341,o), -(415,325,o), -(415,299,cs), -(415,274,o), -(432,256,o), -(459,256,cs) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(571,173,o), -(617,218,o), -(617,286,cs), -(617,360,o), -(562,396,o), -(480,396,cs), -(391,396,o), -(336,346,o), -(336,282,cs), -(336,209,o), -(394,173,o), -(478,173,cs) -); -}, -{ -closed = 1; -nodes = ( -(342,142,o), -(290,216,o), -(290,336,cs), -(290,510,o), -(355,584,o), -(485,584,cs), -(578,584,o), -(641,540,o), -(648,476,c), -(611,476,l), -(603,526,o), -(553,554,o), -(484,554,cs), -(352,554,o), -(327,462,o), -(326,332,c), -(329,331,l), -(347,388,o), -(408,425,o), -(486,425,cs), -(590,425,o), -(656,375,o), -(656,287,cs), -(656,196,o), -(584,142,o), -(477,142,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(342,145,o), -(290,219,o), -(290,339,cs), -(290,513,o), -(355,587,o), -(485,587,cs), -(578,587,o), -(641,543,o), -(648,479,c), -(611,479,l), -(603,529,o), -(553,557,o), -(484,557,cs), -(352,557,o), -(327,465,o), -(326,335,c), -(329,334,l), -(347,391,o), -(408,428,o), -(486,428,cs), -(590,428,o), -(656,378,o), -(656,290,cs), -(656,199,o), -(584,145,o), -(477,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(571,176,o), -(617,221,o), -(617,289,cs), -(617,363,o), -(562,399,o), -(480,399,cs), -(391,399,o), -(336,349,o), -(336,285,cs), -(336,212,o), -(394,176,o), -(478,176,cs) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(507,254,o), -(526,270,o), -(526,294,cs), -(526,321,o), -(506,335,o), -(468,335,cs), -(428,335,o), -(411,319,o), -(411,294,cs), -(411,267,o), -(434,254,o), -(468,254,cs) -); -}, -{ -closed = 1; -nodes = ( -(355,143,o), -(247,185,o), -(247,362,cs), -(247,528,o), -(352,586,o), -(474,586,cs), -(583,586,o), -(655,534,o), -(669,456,c), -(523,456,l), -(512,470,o), -(497,474,o), -(469,474,cs), -(427,474,o), -(398,450,o), -(396,396,c), -(403,395,l), -(423,419,o), -(464,435,o), -(514,435,cs), -(610,435,o), -(675,386,o), -(675,300,cs), -(675,199,o), -(591,143,o), -(465,143,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(353,148,o), -(245,190,o), -(245,367,cs), -(245,533,o), -(350,591,o), -(472,591,cs), -(581,591,o), -(653,539,o), -(667,461,c), -(521,461,l), -(510,475,o), -(495,479,o), -(467,479,cs), -(425,479,o), -(396,455,o), -(394,401,c), -(401,400,l), -(421,424,o), -(462,440,o), -(512,440,cs), -(608,440,o), -(673,391,o), -(673,305,cs), -(673,204,o), -(589,148,o), -(463,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(505,259,o), -(524,275,o), -(524,299,cs), -(524,326,o), -(504,340,o), -(466,340,cs), -(426,340,o), -(409,324,o), -(409,299,cs), -(409,272,o), -(432,259,o), -(466,259,cs) -); -} -); -width = 880; -} -); -metricLeft = one.circled; -metricRight = one.circled; -unicode = 10107; -userData = { -RMXScaler = { -source = six; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/six.circled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/six.circled.glyph deleted file mode 100644 index b8652f8b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/six.circled.glyph +++ /dev/null @@ -1,1881 +0,0 @@ -{ -color = 0; -glyphname = six.circled; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,143,o), -(445,180,o), -(445,288,cs), -(445,373,o), -(423,428,o), -(358,428,cs), -(325,428,o), -(294,407,o), -(284,352,c), -(281,352,l), -(283,493,o), -(295,561,o), -(351,561,cs), -(383,561,o), -(402,542,o), -(408,478,c), -(436,478,l), -(430,550,o), -(404,587,o), -(351,587,cs), -(288,587,o), -(250,534,o), -(253,339,cs), -(255,215,o), -(276,143,o), -(353,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(315,169,o), -(289,201,o), -(289,284,cs), -(289,355,o), -(309,404,o), -(353,404,cs), -(390,404,o), -(415,381,o), -(415,288,cs), -(415,217,o), -(403,169,o), -(353,169,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (206,188); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(443,145,o), -(492,193,o), -(492,295,cs), -(492,388,o), -(464,440,o), -(394,440,cs), -(365,440,o), -(341,426,o), -(334,408,c), -(328,408,l), -(327,467,o), -(334,496,o), -(357,496,cs), -(370,496,o), -(381,485,o), -(381,465,c), -(486,465,l), -(483,551,o), -(429,588,o), -(357,588,cs), -(272,588,o), -(214,541,o), -(214,362,cs), -(214,232,o), -(242,145,o), -(357,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(343,236,o), -(334,248,o), -(334,297,cs), -(334,334,o), -(339,354,o), -(359,354,cs), -(373,354,o), -(382,342,o), -(382,293,cs), -(382,258,o), -(377,236,o), -(357,236,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (199,189); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 706; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(553,142,o), -(625,196,o), -(625,287,cs), -(625,375,o), -(559,425,o), -(455,425,cs), -(377,425,o), -(316,388,o), -(298,331,c), -(295,332,l), -(296,462,o), -(321,554,o), -(453,554,cs), -(522,554,o), -(572,526,o), -(580,476,c), -(617,476,l), -(610,540,o), -(547,584,o), -(454,584,cs), -(324,584,o), -(259,510,o), -(259,336,cs), -(259,216,o), -(311,142,o), -(446,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(363,173,o), -(305,209,o), -(305,282,cs), -(305,346,o), -(360,396,o), -(449,396,cs), -(531,396,o), -(586,360,o), -(586,286,cs), -(586,218,o), -(540,173,o), -(447,173,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (216,190); -ref = sixinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(562,143,o), -(646,199,o), -(646,300,cs), -(646,386,o), -(581,435,o), -(485,435,cs), -(435,435,o), -(394,419,o), -(374,395,c), -(367,396,l), -(369,450,o), -(398,474,o), -(440,474,cs), -(468,474,o), -(483,470,o), -(494,456,c), -(640,456,l), -(626,534,o), -(554,586,o), -(445,586,cs), -(323,586,o), -(218,528,o), -(218,362,cs), -(218,185,o), -(326,143,o), -(436,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(405,254,o), -(382,267,o), -(382,294,cs), -(382,319,o), -(399,335,o), -(439,335,cs), -(477,335,o), -(497,321,o), -(497,294,cs), -(497,270,o), -(478,254,o), -(439,254,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (199,193); -ref = sixinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,143,o), -(445,180,o), -(445,288,cs), -(445,373,o), -(423,428,o), -(358,428,cs), -(325,428,o), -(294,407,o), -(284,352,c), -(281,352,l), -(283,493,o), -(295,561,o), -(351,561,cs), -(383,561,o), -(402,542,o), -(408,478,c), -(436,478,l), -(430,550,o), -(404,587,o), -(351,587,cs), -(288,587,o), -(250,534,o), -(253,339,cs), -(255,215,o), -(276,143,o), -(353,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(315,169,o), -(289,201,o), -(289,284,cs), -(289,355,o), -(309,404,o), -(353,404,cs), -(390,404,o), -(415,381,o), -(415,288,cs), -(415,217,o), -(403,169,o), -(353,169,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (206,188); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(443,145,o), -(492,193,o), -(492,295,cs), -(492,388,o), -(464,440,o), -(394,440,cs), -(365,440,o), -(341,426,o), -(334,408,c), -(328,408,l), -(327,467,o), -(334,496,o), -(357,496,cs), -(370,496,o), -(381,485,o), -(381,465,c), -(486,465,l), -(483,551,o), -(429,588,o), -(357,588,cs), -(272,588,o), -(214,541,o), -(214,362,cs), -(214,232,o), -(242,145,o), -(357,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(343,236,o), -(334,248,o), -(334,297,cs), -(334,334,o), -(339,354,o), -(359,354,cs), -(373,354,o), -(382,342,o), -(382,293,cs), -(382,258,o), -(377,236,o), -(357,236,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (198,189); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 686; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(523,142,o), -(583,197,o), -(583,283,cs), -(583,364,o), -(528,419,o), -(447,419,cs), -(383,419,o), -(338,386,o), -(324,337,c), -(322,337,l), -(324,467,o), -(343,555,o), -(445,555,cs), -(494,555,o), -(536,533,o), -(545,478,c), -(579,478,l), -(573,542,o), -(520,585,o), -(446,585,cs), -(340,585,o), -(289,511,o), -(289,335,cs), -(289,214,o), -(336,142,o), -(438,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(375,173,o), -(330,213,o), -(330,279,cs), -(330,341,o), -(372,390,o), -(441,390,cs), -(503,390,o), -(547,349,o), -(547,283,cs), -(547,217,o), -(504,173,o), -(440,173,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (224,189); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 871; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(532,143,o), -(601,205,o), -(601,297,cs), -(601,377,o), -(547,432,o), -(465,432,cs), -(423,432,o), -(392,418,o), -(376,401,c), -(371,401,l), -(371,454,o), -(399,479,o), -(433,479,cs), -(452,479,o), -(473,471,o), -(478,457,c), -(606,457,l), -(595,536,o), -(533,587,o), -(435,587,cs), -(315,587,o), -(246,506,o), -(246,362,cs), -(246,205,o), -(319,143,o), -(425,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(402,253,o), -(385,271,o), -(385,296,cs), -(385,322,o), -(403,338,o), -(429,338,cs), -(456,338,o), -(474,320,o), -(474,295,cs), -(474,270,o), -(456,253,o), -(429,253,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (217,191); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 835; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(553,142,o), -(625,196,o), -(625,287,cs), -(625,375,o), -(559,425,o), -(455,425,cs), -(377,425,o), -(316,388,o), -(298,331,c), -(295,332,l), -(296,462,o), -(321,554,o), -(453,554,cs), -(522,554,o), -(572,526,o), -(580,476,c), -(617,476,l), -(610,540,o), -(547,584,o), -(454,584,cs), -(324,584,o), -(259,510,o), -(259,336,cs), -(259,216,o), -(311,142,o), -(446,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(363,173,o), -(305,209,o), -(305,282,cs), -(305,346,o), -(360,396,o), -(449,396,cs), -(531,396,o), -(586,360,o), -(586,286,cs), -(586,218,o), -(540,173,o), -(447,173,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (216,190); -ref = sixinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(562,143,o), -(646,199,o), -(646,300,cs), -(646,386,o), -(581,435,o), -(485,435,cs), -(435,435,o), -(394,419,o), -(374,395,c), -(367,396,l), -(369,450,o), -(398,474,o), -(440,474,cs), -(468,474,o), -(483,470,o), -(494,456,c), -(640,456,l), -(626,534,o), -(554,586,o), -(445,586,cs), -(323,586,o), -(218,528,o), -(218,362,cs), -(218,185,o), -(326,143,o), -(436,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(405,254,o), -(382,267,o), -(382,294,cs), -(382,319,o), -(399,335,o), -(439,335,cs), -(477,335,o), -(497,321,o), -(497,294,cs), -(497,270,o), -(478,254,o), -(439,254,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (199,193); -ref = sixinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(523,142,o), -(583,197,o), -(583,283,cs), -(583,364,o), -(528,419,o), -(447,419,cs), -(383,419,o), -(338,386,o), -(324,337,c), -(322,337,l), -(324,467,o), -(343,555,o), -(445,555,cs), -(494,555,o), -(536,533,o), -(545,478,c), -(579,478,l), -(573,542,o), -(520,585,o), -(446,585,cs), -(340,585,o), -(289,511,o), -(289,335,cs), -(289,214,o), -(336,142,o), -(438,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(375,173,o), -(330,213,o), -(330,279,cs), -(330,341,o), -(372,390,o), -(441,390,cs), -(503,390,o), -(547,349,o), -(547,283,cs), -(547,217,o), -(504,173,o), -(440,173,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (220,189); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 858; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(532,143,o), -(601,205,o), -(601,297,cs), -(601,377,o), -(547,432,o), -(465,432,cs), -(423,432,o), -(392,418,o), -(376,401,c), -(371,401,l), -(371,454,o), -(399,479,o), -(433,479,cs), -(452,479,o), -(473,471,o), -(478,457,c), -(606,457,l), -(595,536,o), -(533,587,o), -(435,587,cs), -(315,587,o), -(246,506,o), -(246,362,cs), -(246,205,o), -(319,143,o), -(425,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(402,253,o), -(385,271,o), -(385,296,cs), -(385,322,o), -(403,338,o), -(429,338,cs), -(456,338,o), -(474,320,o), -(474,295,cs), -(474,270,o), -(456,253,o), -(429,253,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (215,191); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 834; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,143,o), -(482,180,o), -(482,288,cs), -(482,373,o), -(460,428,o), -(395,428,cs), -(362,428,o), -(331,407,o), -(321,352,c), -(318,352,l), -(320,493,o), -(332,561,o), -(388,561,cs), -(420,561,o), -(439,542,o), -(445,478,c), -(473,478,l), -(467,550,o), -(441,587,o), -(388,587,cs), -(325,587,o), -(287,534,o), -(290,339,cs), -(292,215,o), -(313,143,o), -(390,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(352,169,o), -(326,201,o), -(326,284,cs), -(326,355,o), -(346,404,o), -(390,404,cs), -(427,404,o), -(452,381,o), -(452,288,cs), -(452,217,o), -(440,169,o), -(390,169,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (243,188); -ref = sixinferior; -} -); -width = 727; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(475,145,o), -(524,193,o), -(524,295,cs), -(524,388,o), -(496,440,o), -(426,440,cs), -(397,440,o), -(373,426,o), -(366,408,c), -(360,408,l), -(359,467,o), -(366,496,o), -(389,496,cs), -(402,496,o), -(413,485,o), -(413,465,c), -(518,465,l), -(515,551,o), -(461,588,o), -(389,588,cs), -(304,588,o), -(246,541,o), -(246,362,cs), -(246,232,o), -(274,145,o), -(389,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(375,236,o), -(366,248,o), -(366,297,cs), -(366,334,o), -(371,354,o), -(391,354,cs), -(405,354,o), -(414,342,o), -(414,293,cs), -(414,258,o), -(409,236,o), -(389,236,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (231,189); -ref = sixinferior; -} -); -width = 731; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(555,142,o), -(615,197,o), -(615,283,cs), -(615,364,o), -(560,419,o), -(479,419,cs), -(415,419,o), -(370,386,o), -(356,337,c), -(354,337,l), -(356,467,o), -(375,555,o), -(477,555,cs), -(526,555,o), -(568,533,o), -(577,478,c), -(611,478,l), -(605,542,o), -(552,585,o), -(478,585,cs), -(372,585,o), -(321,511,o), -(321,335,cs), -(321,214,o), -(368,142,o), -(470,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(407,173,o), -(362,213,o), -(362,279,cs), -(362,341,o), -(404,390,o), -(473,390,cs), -(535,390,o), -(579,349,o), -(579,283,cs), -(579,217,o), -(536,173,o), -(472,173,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = master01; -pos = (266,186); -ref = sixinferior; -} -); -width = 891; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(560,143,o), -(629,205,o), -(629,297,cs), -(629,377,o), -(575,432,o), -(493,432,cs), -(451,432,o), -(420,418,o), -(404,401,c), -(399,401,l), -(399,454,o), -(427,479,o), -(461,479,cs), -(480,479,o), -(501,471,o), -(506,457,c), -(634,457,l), -(623,536,o), -(561,587,o), -(463,587,cs), -(343,587,o), -(274,506,o), -(274,362,cs), -(274,205,o), -(347,143,o), -(453,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(430,253,o), -(413,271,o), -(413,296,cs), -(413,322,o), -(431,338,o), -(457,338,cs), -(484,338,o), -(502,320,o), -(502,295,cs), -(502,270,o), -(484,253,o), -(457,253,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (260,188); -ref = sixinferior; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(584,142,o), -(656,196,o), -(656,287,cs), -(656,375,o), -(590,425,o), -(486,425,cs), -(408,425,o), -(347,388,o), -(329,331,c), -(326,332,l), -(327,462,o), -(352,554,o), -(484,554,cs), -(553,554,o), -(603,526,o), -(611,476,c), -(648,476,l), -(641,540,o), -(578,584,o), -(485,584,cs), -(355,584,o), -(290,510,o), -(290,336,cs), -(290,216,o), -(342,142,o), -(477,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(394,173,o), -(336,209,o), -(336,282,cs), -(336,346,o), -(391,396,o), -(480,396,cs), -(562,396,o), -(617,360,o), -(617,286,cs), -(617,218,o), -(571,173,o), -(478,173,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (247,190); -ref = sixinferior; -} -); -width = 903; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(591,143,o), -(675,199,o), -(675,300,cs), -(675,386,o), -(610,435,o), -(514,435,cs), -(464,435,o), -(423,419,o), -(403,395,c), -(396,396,l), -(398,450,o), -(427,474,o), -(469,474,cs), -(497,474,o), -(512,470,o), -(523,456,c), -(669,456,l), -(655,534,o), -(583,586,o), -(474,586,cs), -(352,586,o), -(247,528,o), -(247,362,cs), -(247,185,o), -(355,143,o), -(465,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(434,254,o), -(411,267,o), -(411,294,cs), -(411,319,o), -(428,335,o), -(468,335,cs), -(506,335,o), -(526,321,o), -(526,294,cs), -(526,270,o), -(507,254,o), -(468,254,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (228,193); -ref = sixinferior; -} -); -width = 880; -} -); -metricLeft = one.sansSerifCircled; -metricRight = one.sansSerifCircled; -unicode = 9317; -userData = { -RMXScaler = { -source = six; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/six.dnom.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/six.dnom.glyph deleted file mode 100644 index 666f7632..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/six.dnom.glyph +++ /dev/null @@ -1,1256 +0,0 @@ -{ -glyphname = six.dnom; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(219,-5,o), -(262,38,o), -(262,126,cs), -(262,207,o), -(238,252,o), -(177,252,cs), -(151,252,o), -(131,240,o), -(125,227,c), -(121,227,l), -(119,269,o), -(124,296,o), -(142,296,cs), -(153,296,o), -(162,287,o), -(162,272,c), -(257,272,l), -(255,343,o), -(211,380,o), -(143,380,cs), -(67,380,o), -(16,338,o), -(16,185,cs), -(16,72,o), -(41,-5,o), -(143,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(132,78,o), -(126,88,o), -(126,128,cs), -(126,156,o), -(128,173,o), -(144,173,cs), -(155,173,o), -(162,164,o), -(162,124,cs), -(162,96,o), -(158,78,o), -(143,78,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 277; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,-5,o), -(224,29,o), -(224,128,cs), -(224,204,o), -(204,256,o), -(144,256,cs), -(112,256,o), -(85,234,o), -(76,186,c), -(73,186,l), -(75,317,o), -(88,378,o), -(138,378,cs), -(166,378,o), -(185,361,o), -(190,302,c), -(216,302,l), -(210,370,o), -(185,402,o), -(137,402,cs), -(82,402,o), -(45,356,o), -(48,174,cs), -(50,60,o), -(70,-5,o), -(140,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(105,18,o), -(81,47,o), -(81,124,cs), -(81,191,o), -(100,234,o), -(139,234,cs), -(173,234,o), -(197,213,o), -(197,128,cs), -(197,61,o), -(185,18,o), -(140,18,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 268; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,-4,o), -(379,45,o), -(379,129,cs), -(379,209,o), -(319,255,o), -(223,255,cs), -(153,255,o), -(96,221,o), -(80,170,c), -(77,170,l), -(78,289,o), -(101,372,o), -(222,372,cs), -(285,372,o), -(329,347,o), -(337,301,c), -(372,301,l), -(365,361,o), -(307,401,o), -(222,401,cs), -(103,401,o), -(43,333,o), -(43,173,cs), -(43,62,o), -(92,-4,o), -(215,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(139,25,o), -(87,58,o), -(87,124,cs), -(87,182,o), -(136,228,o), -(218,228,cs), -(292,228,o), -(343,195,o), -(343,128,cs), -(343,66,o), -(301,25,o), -(216,25,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 418; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,-5,o), -(398,44,o), -(398,131,cs), -(398,206,o), -(340,249,o), -(253,249,cs), -(206,249,o), -(168,234,o), -(150,213,c), -(144,214,l), -(146,262,o), -(171,284,o), -(216,284,cs), -(239,284,o), -(259,282,o), -(269,267,c), -(393,267,l), -(382,333,o), -(319,380,o), -(220,380,cs), -(109,380,o), -(18,328,o), -(18,185,cs), -(18,32,o), -(112,-5,o), -(212,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,90,o), -(157,102,o), -(157,126,cs), -(157,149,o), -(176,164,o), -(215,164,cs), -(252,164,o), -(272,151,o), -(272,127,cs), -(272,104,o), -(252,90,o), -(214,90,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 416; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,-5,o), -(204,29,o), -(204,128,cs), -(204,204,o), -(184,256,o), -(124,256,cs), -(92,256,o), -(65,234,o), -(56,186,c), -(53,186,l), -(55,317,o), -(68,378,o), -(118,378,cs), -(146,378,o), -(165,361,o), -(170,302,c), -(196,302,l), -(190,370,o), -(165,402,o), -(117,402,cs), -(62,402,o), -(25,356,o), -(28,174,cs), -(30,60,o), -(50,-5,o), -(120,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(85,18,o), -(61,47,o), -(61,124,cs), -(61,191,o), -(80,234,o), -(119,234,cs), -(153,234,o), -(177,213,o), -(177,128,cs), -(177,61,o), -(165,18,o), -(120,18,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 228; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(210,-5,o), -(253,38,o), -(253,126,cs), -(253,207,o), -(229,252,o), -(168,252,cs), -(142,252,o), -(122,240,o), -(116,227,c), -(112,227,l), -(110,269,o), -(115,296,o), -(133,296,cs), -(144,296,o), -(153,287,o), -(153,272,c), -(248,272,l), -(246,343,o), -(202,380,o), -(134,380,cs), -(58,380,o), -(7,338,o), -(7,185,cs), -(7,72,o), -(32,-5,o), -(134,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(123,78,o), -(117,88,o), -(117,128,cs), -(117,156,o), -(119,173,o), -(135,173,cs), -(146,173,o), -(153,164,o), -(153,124,cs), -(153,96,o), -(149,78,o), -(134,78,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 259; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,-4,o), -(315,45,o), -(315,125,cs), -(315,199,o), -(264,249,o), -(190,249,cs), -(130,249,o), -(89,218,o), -(77,174,c), -(75,174,l), -(77,294,o), -(95,374,o), -(188,374,cs), -(239,374,o), -(273,348,o), -(280,304,c), -(311,304,l), -(305,363,o), -(256,402,o), -(188,402,cs), -(92,402,o), -(45,334,o), -(45,172,cs), -(45,61,o), -(88,-4,o), -(182,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(123,24,o), -(83,61,o), -(83,121,cs), -(83,178,o), -(121,223,o), -(184,223,cs), -(242,223,o), -(282,185,o), -(282,125,cs), -(282,64,o), -(242,24,o), -(183,24,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 356; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(267,-5,o), -(329,50,o), -(329,129,cs), -(329,199,o), -(280,246,o), -(207,246,cs), -(170,246,o), -(142,236,o), -(126,221,c), -(122,221,l), -(121,265,o), -(147,285,o), -(179,285,cs), -(197,285,o), -(216,278,o), -(220,267,c), -(334,267,l), -(324,335,o), -(268,380,o), -(180,380,cs), -(73,380,o), -(11,311,o), -(11,186,cs), -(11,49,o), -(76,-5,o), -(172,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(150,93,o), -(133,108,o), -(133,129,cs), -(133,150,o), -(150,163,o), -(175,163,cs), -(200,163,o), -(217,149,o), -(217,128,cs), -(217,107,o), -(200,93,o), -(175,93,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 344; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,-4,o), -(369,45,o), -(369,129,cs), -(369,209,o), -(309,255,o), -(213,255,cs), -(143,255,o), -(86,221,o), -(70,170,c), -(67,170,l), -(68,289,o), -(91,372,o), -(212,372,cs), -(275,372,o), -(319,347,o), -(327,301,c), -(362,301,l), -(355,361,o), -(297,401,o), -(212,401,cs), -(93,401,o), -(33,333,o), -(33,173,cs), -(33,62,o), -(82,-4,o), -(205,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(129,25,o), -(77,58,o), -(77,124,cs), -(77,182,o), -(126,228,o), -(208,228,cs), -(282,228,o), -(333,195,o), -(333,128,cs), -(333,66,o), -(291,25,o), -(206,25,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 398; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,-5,o), -(388,44,o), -(388,131,cs), -(388,206,o), -(330,249,o), -(243,249,cs), -(196,249,o), -(158,234,o), -(140,213,c), -(134,214,l), -(136,262,o), -(161,284,o), -(206,284,cs), -(229,284,o), -(249,282,o), -(259,267,c), -(383,267,l), -(372,333,o), -(309,380,o), -(210,380,cs), -(99,380,o), -(8,328,o), -(8,185,cs), -(8,32,o), -(102,-5,o), -(202,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(170,90,o), -(147,102,o), -(147,126,cs), -(147,149,o), -(166,164,o), -(205,164,cs), -(242,164,o), -(262,151,o), -(262,127,cs), -(262,104,o), -(242,90,o), -(204,90,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 396; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(276,-4,o), -(332,45,o), -(332,125,cs), -(332,199,o), -(281,249,o), -(209,249,cs), -(150,249,o), -(110,218,o), -(98,174,c), -(96,174,l), -(98,294,o), -(116,374,o), -(207,374,cs), -(256,374,o), -(290,348,o), -(297,304,c), -(328,304,l), -(322,363,o), -(273,402,o), -(207,402,cs), -(113,402,o), -(66,334,o), -(66,172,cs), -(66,61,o), -(109,-4,o), -(201,-4,cs) -); -}, -{ -closed = 1; -nodes = ( -(144,24,o), -(104,61,o), -(104,121,cs), -(104,178,o), -(142,223,o), -(203,223,cs), -(259,223,o), -(299,185,o), -(299,125,cs), -(299,64,o), -(259,24,o), -(202,24,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 393; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(276,-5,o), -(336,50,o), -(336,129,cs), -(336,199,o), -(289,246,o), -(220,246,cs), -(186,246,o), -(159,236,o), -(145,221,c), -(141,221,l), -(140,265,o), -(164,285,o), -(192,285,cs), -(205,285,o), -(224,279,o), -(228,267,c), -(341,267,l), -(331,335,o), -(277,380,o), -(193,380,cs), -(90,380,o), -(31,310,o), -(31,186,cs), -(31,49,o), -(94,-5,o), -(185,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(166,93,o), -(150,108,o), -(150,129,cs), -(150,150,o), -(166,163,o), -(188,163,cs), -(210,163,o), -(225,149,o), -(225,128,cs), -(225,107,o), -(210,93,o), -(188,93,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 369; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,-5,o), -(176,35,o), -(194,120,cs), -(209,192,o), -(204,256,o), -(138,256,cs), -(112,256,o), -(82,241,o), -(62,191,c), -(59,191,l), -(87,315,o), -(111,377,o), -(157,377,cs), -(198,377,o), -(203,344,o), -(198,297,c), -(222,297,l), -(227,346,o), -(226,400,o), -(158,400,cs), -(106,400,o), -(66,354,o), -(32,181,cs), -(10,68,o), -(15,-5,o), -(94,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(45,18,o), -(42,70,o), -(54,128,cs), -(67,189,o), -(90,234,o), -(129,234,cs), -(178,234,o), -(181,186,o), -(168,125,cs), -(154,59,o), -(136,18,o), -(95,18,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 266; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,-5,o), -(212,34,o), -(229,117,cs), -(243,184,o), -(231,243,o), -(174,248,cs), -(148,250,o), -(130,245,o), -(117,228,c), -(112,228,l), -(119,269,o), -(128,296,o), -(146,296,cs), -(159,296,o), -(163,283,o), -(162,272,c), -(256,272,l), -(264,342,o), -(222,379,o), -(149,379,cs), -(83,379,o), -(31,338,o), -(1,196,cs), -(-24,80,o), -(-14,-5,o), -(100,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(89,78,o), -(89,97,o), -(96,129,cs), -(102,159,o), -(109,173,o), -(121,173,cs), -(138,173,o), -(136,150,o), -(130,122,cs), -(125,97,o), -(118,78,o), -(105,78,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 275; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(256,-6,o), -(311,56,o), -(311,134,cs), -(311,203,o), -(262,249,o), -(197,249,cs), -(147,249,o), -(102,226,o), -(82,179,c), -(79,179,l), -(89,304,o), -(144,373,o), -(224,373,cs), -(271,373,o), -(304,348,o), -(309,304,c), -(341,304,l), -(334,363,o), -(289,401,o), -(224,401,cs), -(116,401,o), -(49,301,o), -(49,147,cs), -(49,48,o), -(92,-6,o), -(175,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(118,22,o), -(84,59,o), -(84,117,cs), -(84,179,o), -(129,223,o), -(191,223,cs), -(243,223,o), -(278,188,o), -(278,134,cs), -(278,67,o), -(235,22,o), -(172,22,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 397; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,-5,o), -(321,48,o), -(321,133,cs), -(321,203,o), -(267,246,o), -(202,246,cs), -(172,246,o), -(144,237,o), -(132,226,c), -(128,228,l), -(135,267,o), -(157,285,o), -(192,285,cs), -(214,285,o), -(230,278,o), -(233,266,c), -(344,266,l), -(339,334,o), -(281,379,o), -(202,379,cs), -(75,379,o), -(13,281,o), -(13,156,cs), -(13,53,o), -(68,-5,o), -(165,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(140,90,o), -(124,104,o), -(124,125,cs), -(124,147,o), -(137,167,o), -(169,167,cs), -(192,167,o), -(208,153,o), -(208,131,cs), -(208,106,o), -(191,90,o), -(162,90,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 382; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,-6,o), -(354,48,o), -(357,133,cs), -(360,210,o), -(299,256,o), -(212,256,cs), -(147,256,o), -(90,230,o), -(64,180,c), -(62,180,l), -(74,296,o), -(128,372,o), -(233,372,cs), -(308,372,o), -(347,338,o), -(351,293,c), -(384,293,l), -(380,363,o), -(318,401,o), -(234,401,cs), -(115,401,o), -(33,318,o), -(27,155,cs), -(23,48,o), -(77,-6,o), -(188,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(111,24,o), -(62,59,o), -(64,120,cs), -(67,189,o), -(126,229,o), -(204,229,cs), -(271,229,o), -(323,198,o), -(321,133,cs), -(319,68,o), -(274,24,o), -(188,24,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 424; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(294,-6,o), -(366,50,o), -(366,134,cs), -(366,206,o), -(310,246,o), -(224,246,cs), -(189,246,o), -(153,238,o), -(137,228,c), -(132,230,l), -(139,266,o), -(171,284,o), -(211,284,cs), -(242,284,o), -(261,279,o), -(267,262,c), -(390,262,l), -(381,334,o), -(325,379,o), -(220,379,cs), -(89,379,o), -(-2,294,o), -(-2,149,cs), -(-2,41,o), -(70,-6,o), -(177,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,89,o), -(127,102,o), -(127,124,cs), -(127,151,o), -(152,164,o), -(188,164,cs), -(220,164,o), -(241,151,o), -(241,129,cs), -(241,100,o), -(214,89,o), -(179,89,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 415; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = six; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/six.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/six.glyph deleted file mode 100644 index 50085be3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/six.glyph +++ /dev/null @@ -1,1866 +0,0 @@ -{ -glyphname = six; -kernLeft = KO_six; -kernRight = KO_six; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(386,-9,o), -(475,71,o), -(475,242,cs), -(475,396,o), -(417,483,o), -(313,483,cs), -(266,483,o), -(225,461,o), -(212,427,c), -(203,427,l), -(201,522,o), -(210,580,o), -(252,580,cs), -(275,580,o), -(294,562,o), -(294,526,c), -(465,526,l), -(461,661,o), -(379,730,o), -(252,730,cs), -(111,730,o), -(16,651,o), -(16,352,cs), -(16,135,o), -(63,-9,o), -(253,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,140,o), -(213,161,o), -(213,245,cs), -(213,307,o), -(221,342,o), -(255,342,cs), -(280,342,o), -(295,322,o), -(295,238,cs), -(295,177,o), -(287,140,o), -(253,140,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(400,-9,o), -(481,72,o), -(481,245,cs), -(481,401,o), -(435,489,o), -(317,489,cs), -(269,489,o), -(228,467,o), -(215,432,c), -(206,432,l), -(204,529,o), -(213,587,o), -(255,587,cs), -(278,587,o), -(298,569,o), -(298,533,c), -(471,533,l), -(467,669,o), -(384,739,o), -(255,739,cs), -(112,739,o), -(16,659,o), -(16,356,cs), -(16,137,o), -(64,-9,o), -(256,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(231,142,o), -(216,163,o), -(216,248,cs), -(216,311,o), -(224,346,o), -(258,346,cs), -(284,346,o), -(299,326,o), -(299,241,cs), -(299,179,o), -(291,142,o), -(256,142,cs) -); -} -); -width = 495; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(288,-10,o), -(345,48,o), -(345,231,cs), -(345,371,o), -(310,464,o), -(201,464,cs), -(145,464,o), -(94,427,o), -(77,329,c), -(74,329,l), -(79,545,o), -(99,703,o), -(207,703,cs), -(267,703,o), -(299,664,o), -(310,552,c), -(340,552,l), -(329,664,o), -(294,730,o), -(206,730,cs), -(112,730,o), -(46,650,o), -(46,315,cs), -(46,120,o), -(84,-10,o), -(203,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,17,o), -(86,75,o), -(86,223,cs), -(86,352,o), -(123,438,o), -(201,438,cs), -(269,438,o), -(315,397,o), -(315,231,cs), -(315,103,o), -(293,17,o), -(203,17,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(294,-10,o), -(351,50,o), -(351,234,cs), -(351,375,o), -(316,469,o), -(208,469,cs), -(145,469,o), -(96,426,o), -(79,330,c), -(74,330,l), -(79,587,o), -(101,710,o), -(203,710,cs), -(259,710,o), -(295,676,o), -(306,559,c), -(336,559,l), -(325,678,o), -(287,739,o), -(201,739,cs), -(108,739,o), -(47,662,o), -(47,359,cs), -(47,147,o), -(69,-10,o), -(207,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(137,18,o), -(89,76,o), -(89,226,cs), -(89,355,o), -(127,442,o), -(205,442,cs), -(272,442,o), -(319,401,o), -(319,234,cs), -(319,104,o), -(297,18,o), -(207,18,cs) -); -} -); -width = 395; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(528,-8,o), -(646,81,o), -(646,234,cs), -(646,383,o), -(536,468,o), -(357,468,cs), -(220,468,o), -(112,400,o), -(82,298,c), -(78,298,l), -(80,535,o), -(120,704,o), -(365,704,cs), -(490,704,o), -(581,652,o), -(594,559,c), -(633,559,l), -(622,667,o), -(515,738,o), -(365,738,cs), -(144,738,o), -(43,611,o), -(43,313,cs), -(43,122,o), -(118,-8,o), -(351,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,26,o), -(95,92,o), -(95,226,cs), -(95,342,o), -(194,434,o), -(356,434,cs), -(505,434,o), -(605,369,o), -(605,234,cs), -(605,109,o), -(522,26,o), -(353,26,cs) -); -} -); -width = 681; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(579,-9,o), -(713,83,o), -(713,246,cs), -(713,384,o), -(617,477,o), -(430,477,cs), -(351,477,o), -(279,453,o), -(247,417,c), -(237,419,l), -(240,511,o), -(286,562,o), -(379,562,cs), -(429,562,o), -(467,552,o), -(485,518,c), -(703,518,l), -(679,634,o), -(591,730,o), -(386,730,cs), -(180,730,o), -(15,629,o), -(15,351,cs), -(15,68,o), -(182,-9,o), -(371,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(306,158,o), -(260,185,o), -(260,241,cs), -(260,292,o), -(298,327,o), -(376,327,cs), -(450,327,o), -(491,298,o), -(491,242,cs), -(491,191,o), -(453,158,o), -(375,158,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(583,-9,o), -(722,85,o), -(722,253,cs), -(722,400,o), -(613,483,o), -(449,483,cs), -(358,483,o), -(284,451,o), -(250,402,c), -(240,404,l), -(243,512,o), -(290,569,o), -(384,569,cs), -(434,569,o), -(473,559,o), -(491,524,c), -(712,524,l), -(691,653,o), -(571,739,o), -(391,739,cs), -(182,739,o), -(15,637,o), -(15,355,cs), -(15,69,o), -(184,-9,o), -(376,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(310,160,o), -(263,187,o), -(263,244,cs), -(263,296,o), -(302,331,o), -(381,331,cs), -(456,331,o), -(497,302,o), -(497,245,cs), -(497,193,o), -(459,160,o), -(380,160,cs) -); -} -); -width = 734; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(288,-10,o), -(345,48,o), -(345,231,cs), -(345,371,o), -(310,464,o), -(201,464,cs), -(145,464,o), -(94,427,o), -(77,329,c), -(74,329,l), -(79,545,o), -(99,703,o), -(207,703,cs), -(267,703,o), -(299,664,o), -(310,552,c), -(340,552,l), -(329,664,o), -(294,730,o), -(206,730,cs), -(112,730,o), -(46,650,o), -(46,315,cs), -(46,120,o), -(84,-10,o), -(203,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,17,o), -(86,75,o), -(86,223,cs), -(86,352,o), -(123,438,o), -(201,438,cs), -(269,438,o), -(315,397,o), -(315,231,cs), -(315,103,o), -(293,17,o), -(203,17,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,-10,o), -(327,49,o), -(327,238,cs), -(327,406,o), -(282,480,o), -(185,480,cs), -(123,480,o), -(71,438,o), -(54,343,c), -(53,343,l), -(58,587,o), -(80,708,o), -(182,708,cs), -(245,708,o), -(275,662,o), -(285,553,c), -(315,553,l), -(304,677,o), -(266,737,o), -(181,737,cs), -(87,737,o), -(26,661,o), -(26,355,cs), -(26,145,o), -(48,-10,o), -(184,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(115,18,o), -(66,75,o), -(66,230,cs), -(66,368,o), -(105,454,o), -(182,454,cs), -(261,454,o), -(295,389,o), -(295,238,cs), -(295,83,o), -(262,18,o), -(184,18,cs) -); -} -); -width = 350; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(386,-9,o), -(475,71,o), -(475,242,cs), -(475,396,o), -(417,483,o), -(313,483,cs), -(266,483,o), -(225,461,o), -(212,427,c), -(203,427,l), -(201,522,o), -(210,580,o), -(252,580,cs), -(275,580,o), -(294,562,o), -(294,526,c), -(465,526,l), -(461,661,o), -(379,730,o), -(252,730,cs), -(111,730,o), -(16,651,o), -(16,352,cs), -(16,135,o), -(63,-9,o), -(253,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,140,o), -(213,161,o), -(213,245,cs), -(213,307,o), -(221,342,o), -(255,342,cs), -(280,342,o), -(295,322,o), -(295,238,cs), -(295,177,o), -(287,140,o), -(253,140,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(386,-9,o), -(466,71,o), -(466,244,cs), -(466,402,o), -(421,489,o), -(304,489,cs), -(256,489,o), -(214,466,o), -(195,433,c), -(194,433,l), -(192,528,o), -(201,586,o), -(242,586,cs), -(263,586,o), -(281,568,o), -(283,522,c), -(454,522,l), -(448,667,o), -(373,736,o), -(242,736,cs), -(102,736,o), -(7,657,o), -(7,352,cs), -(7,135,o), -(54,-9,o), -(244,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(219,140,o), -(204,160,o), -(204,241,cs), -(204,307,o), -(216,337,o), -(246,337,cs), -(274,337,o), -(286,306,o), -(286,234,cs), -(286,175,o), -(278,140,o), -(244,140,cs) -); -} -); -width = 471; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(436,-8,o), -(532,83,o), -(532,229,cs), -(532,371,o), -(442,464,o), -(311,464,cs), -(202,464,o), -(124,403,o), -(102,311,c), -(99,311,l), -(103,532,o), -(132,696,o), -(313,696,cs), -(409,696,o), -(478,645,o), -(488,552,c), -(522,552,l), -(513,662,o), -(436,730,o), -(313,730,cs), -(143,730,o), -(64,605,o), -(64,315,cs), -(64,115,o), -(135,-8,o), -(301,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(189,26,o), -(112,100,o), -(112,223,cs), -(112,339,o), -(184,431,o), -(305,431,cs), -(416,431,o), -(491,355,o), -(491,231,cs), -(491,107,o), -(416,26,o), -(303,26,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(431,-8,o), -(532,81,o), -(532,229,cs), -(532,372,o), -(441,465,o), -(302,465,cs), -(189,465,o), -(106,404,o), -(80,312,c), -(79,312,l), -(83,541,o), -(112,702,o), -(300,702,cs), -(406,702,o), -(468,643,o), -(481,544,c), -(517,544,l), -(508,661,o), -(429,736,o), -(300,736,cs), -(125,736,o), -(44,612,o), -(44,307,cs), -(44,112,o), -(120,-8,o), -(291,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(174,26,o), -(92,98,o), -(92,227,cs), -(92,340,o), -(172,431,o), -(298,431,cs), -(415,431,o), -(492,355,o), -(492,229,cs), -(492,105,o), -(412,26,o), -(293,26,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 556; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(507,-9,o), -(619,82,o), -(619,244,cs), -(619,387,o), -(529,483,o), -(393,483,cs), -(329,483,o), -(278,461,o), -(253,427,c), -(245,427,l), -(242,522,o), -(283,566,o), -(347,566,cs), -(386,566,o), -(418,550,o), -(427,526,c), -(614,526,l), -(600,648,o), -(503,730,o), -(348,730,cs), -(160,730,o), -(50,603,o), -(50,356,cs), -(50,100,o), -(166,-9,o), -(341,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(291,156,o), -(258,192,o), -(258,249,cs), -(258,306,o), -(291,342,o), -(344,342,cs), -(397,342,o), -(430,306,o), -(430,249,cs), -(430,192,o), -(397,156,o), -(344,156,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(504,-9,o), -(625,93,o), -(625,245,cs), -(625,381,o), -(526,473,o), -(380,473,cs), -(304,473,o), -(249,451,o), -(217,407,c), -(216,407,l), -(216,517,o), -(261,574,o), -(333,574,cs), -(374,574,o), -(410,554,o), -(419,510,c), -(633,510,l), -(613,656,o), -(508,736,o), -(336,736,cs), -(128,736,o), -(10,602,o), -(10,350,cs), -(10,97,o), -(133,-9,o), -(321,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,156,o), -(237,191,o), -(237,243,cs), -(237,294,o), -(273,327,o), -(327,327,cs), -(380,327,o), -(416,294,o), -(416,243,cs), -(416,191,o), -(380,156,o), -(327,156,cs) -); -} -); -width = 638; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(529,-8,o), -(646,80,o), -(646,241,cs), -(646,398,o), -(537,482,o), -(353,482,cs), -(208,482,o), -(98,415,o), -(68,314,c), -(67,314,l), -(69,534,o), -(109,703,o), -(356,703,cs), -(497,703,o), -(575,649,o), -(588,547,c), -(626,547,l), -(615,668,o), -(519,737,o), -(356,737,cs), -(132,737,o), -(32,610,o), -(32,309,cs), -(32,120,o), -(108,-8,o), -(347,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,26,o), -(84,91,o), -(84,233,cs), -(84,358,o), -(183,449,o), -(352,449,cs), -(507,449,o), -(606,384,o), -(606,241,cs), -(606,108,o), -(524,26,o), -(349,26,cs) -); -} -); -width = 668; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(584,-9,o), -(718,83,o), -(718,246,cs), -(718,384,o), -(622,477,o), -(435,477,cs), -(356,477,o), -(284,453,o), -(252,417,c), -(242,419,l), -(245,511,o), -(291,562,o), -(384,562,cs), -(434,562,o), -(472,552,o), -(490,518,c), -(708,518,l), -(684,634,o), -(596,730,o), -(391,730,cs), -(185,730,o), -(20,629,o), -(20,351,cs), -(20,68,o), -(187,-9,o), -(376,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(311,158,o), -(265,185,o), -(265,241,cs), -(265,292,o), -(303,327,o), -(381,327,cs), -(455,327,o), -(496,298,o), -(496,242,cs), -(496,191,o), -(458,158,o), -(380,158,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(574,-9,o), -(713,84,o), -(713,250,cs), -(713,395,o), -(603,477,o), -(438,477,cs), -(343,477,o), -(267,448,o), -(233,398,c), -(232,398,l), -(235,508,o), -(281,567,o), -(374,567,cs), -(431,567,o), -(469,545,o), -(484,503,c), -(710,503,l), -(688,649,o), -(566,735,o), -(381,735,cs), -(172,735,o), -(5,633,o), -(5,351,cs), -(5,68,o), -(174,-9,o), -(366,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(301,158,o), -(255,185,o), -(255,241,cs), -(255,295,o), -(298,327,o), -(371,327,cs), -(445,327,o), -(486,298,o), -(486,242,cs), -(486,191,o), -(448,158,o), -(370,158,cs) -); -} -); -width = 717; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(449,-8,o), -(545,83,o), -(545,229,cs), -(545,371,o), -(455,464,o), -(324,464,cs), -(215,464,o), -(137,403,o), -(115,311,c), -(112,311,l), -(116,532,o), -(145,696,o), -(326,696,cs), -(422,696,o), -(491,645,o), -(501,552,c), -(535,552,l), -(526,662,o), -(449,730,o), -(326,730,cs), -(156,730,o), -(77,605,o), -(77,315,cs), -(77,115,o), -(148,-8,o), -(314,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(202,26,o), -(125,100,o), -(125,223,cs), -(125,339,o), -(197,431,o), -(318,431,cs), -(429,431,o), -(504,355,o), -(504,231,cs), -(504,107,o), -(429,26,o), -(316,26,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(443,-8,o), -(532,86,o), -(532,227,cs), -(532,365,o), -(447,457,o), -(322,457,cs), -(217,457,o), -(142,397,o), -(120,307,c), -(117,307,l), -(122,572,o), -(174,703,o), -(325,703,cs), -(409,703,o), -(473,659,o), -(487,564,c), -(523,564,l), -(514,669,o), -(434,739,o), -(325,739,cs), -(160,739,o), -(83,610,o), -(83,311,cs), -(83,113,o), -(152,-8,o), -(313,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(205,28,o), -(130,104,o), -(130,224,cs), -(130,333,o), -(201,422,o), -(318,422,cs), -(422,422,o), -(493,347,o), -(493,227,cs), -(493,109,o), -(421,28,o), -(315,28,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 605; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(503,-9,o), -(615,82,o), -(615,244,cs), -(615,387,o), -(525,483,o), -(389,483,cs), -(325,483,o), -(274,461,o), -(249,427,c), -(241,427,l), -(238,522,o), -(279,566,o), -(343,566,cs), -(382,566,o), -(414,550,o), -(423,526,c), -(610,526,l), -(596,648,o), -(499,730,o), -(344,730,cs), -(156,730,o), -(46,603,o), -(46,356,cs), -(46,100,o), -(162,-9,o), -(337,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(287,156,o), -(254,192,o), -(254,249,cs), -(254,306,o), -(287,342,o), -(340,342,cs), -(393,342,o), -(426,306,o), -(426,249,cs), -(426,192,o), -(393,156,o), -(340,156,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(498,-10,o), -(610,94,o), -(610,248,cs), -(610,383,o), -(522,476,o), -(390,476,cs), -(325,476,o), -(280,452,o), -(253,412,c), -(240,412,l), -(240,515,o), -(281,568,o), -(342,568,cs), -(379,568,o), -(406,551,o), -(413,519,c), -(616,519,l), -(599,655,o), -(500,739,o), -(344,739,cs), -(153,739,o), -(45,605,o), -(45,354,cs), -(45,99,o), -(158,-10,o), -(330,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(292,157,o), -(263,192,o), -(263,244,cs), -(263,296,o), -(292,330,o), -(336,330,cs), -(379,330,o), -(408,296,o), -(408,244,cs), -(408,192,o), -(379,157,o), -(336,157,cs) -); -} -); -width = 649; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,-10,o), -(306,49,o), -(341,221,cs), -(370,352,o), -(361,469,o), -(239,469,cs), -(190,469,o), -(135,440,o), -(96,341,c), -(90,341,l), -(147,587,o), -(193,708,o), -(286,708,cs), -(378,708,o), -(372,623,o), -(365,548,c), -(394,548,l), -(403,641,o), -(402,738,o), -(286,738,cs), -(196,738,o), -(123,650,o), -(61,328,cs), -(24,138,o), -(22,-10,o), -(165,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(69,18,o), -(60,120,o), -(84,235,cs), -(110,360,o), -(160,441,o), -(233,441,cs), -(331,441,o), -(336,348,o), -(310,224,cs), -(284,99,o), -(247,18,o), -(167,18,cs) -); -} -); -width = 388; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(341,-9,o), -(434,65,o), -(468,226,cs), -(496,360,o), -(473,473,o), -(357,483,cs), -(312,487,o), -(267,468,o), -(247,435,c), -(238,435,l), -(255,528,o), -(275,586,o), -(315,586,cs), -(343,586,o), -(353,561,o), -(349,532,c), -(520,532,l), -(536,664,o), -(460,738,o), -(321,738,cs), -(195,738,o), -(95,657,o), -(37,377,cs), -(-10,154,o), -(8,-9,o), -(223,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(192,142,o), -(197,190,o), -(210,250,cs), -(223,313,o), -(237,345,o), -(266,345,cs), -(305,345,o), -(301,299,o), -(289,237,cs), -(276,178,o), -(261,142,o), -(232,142,cs) -); -} -); -width = 492; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(448,-10,o), -(541,105,o), -(541,243,cs), -(541,368,o), -(455,451,o), -(339,451,cs), -(240,451,o), -(154,401,o), -(119,311,c), -(115,311,l), -(133,557,o), -(236,695,o), -(394,695,cs), -(485,695,o), -(551,646,o), -(560,558,c), -(598,558,l), -(585,661,o), -(510,729,o), -(393,729,cs), -(206,729,o), -(81,557,o), -(81,257,cs), -(81,89,o), -(153,-10,o), -(301,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,24,o), -(126,91,o), -(126,209,cs), -(126,331,o), -(209,417,o), -(332,417,cs), -(434,417,o), -(502,348,o), -(502,243,cs), -(502,112,o), -(420,24,o), -(296,24,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(454,-10,o), -(550,104,o), -(550,245,cs), -(550,373,o), -(462,457,o), -(343,457,cs), -(245,457,o), -(159,410,o), -(119,315,c), -(115,315,l), -(135,564,o), -(240,704,o), -(400,704,cs), -(494,704,o), -(559,652,o), -(568,565,c), -(606,565,l), -(594,669,o), -(515,738,o), -(399,738,cs), -(205,738,o), -(81,556,o), -(81,267,cs), -(81,84,o), -(159,-10,o), -(306,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(193,24,o), -(128,97,o), -(128,213,cs), -(128,336,o), -(217,422,o), -(337,422,cs), -(440,422,o), -(510,352,o), -(510,245,cs), -(510,113,o), -(425,24,o), -(301,24,cs) -); -} -); -width = 613; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(450,-8,o), -(563,76,o), -(585,225,cs), -(606,377,o), -(524,478,o), -(393,478,cs), -(342,478,o), -(290,464,o), -(260,433,c), -(253,436,l), -(269,519,o), -(313,567,o), -(375,567,cs), -(419,567,o), -(447,548,o), -(452,515,c), -(640,515,l), -(632,643,o), -(532,729,o), -(391,729,cs), -(178,729,o), -(76,574,o), -(51,362,cs), -(25,141,o), -(104,-8,o), -(303,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,154,o), -(230,200,o), -(239,258,cs), -(247,310,o), -(279,344,o), -(330,344,cs), -(385,344,o), -(407,298,o), -(398,240,cs), -(390,188,o), -(358,154,o), -(307,154,cs) -); -} -); -}; -guides = ( -{ -pos = (622,520); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(489,-10,o), -(614,95,o), -(614,259,cs), -(614,393,o), -(514,476,o), -(394,476,cs), -(334,476,o), -(277,455,o), -(252,422,c), -(245,425,l), -(260,528,o), -(311,576,o), -(385,576,cs), -(430,576,o), -(465,558,o), -(471,524,c), -(661,524,l), -(651,653,o), -(547,738,o), -(401,738,cs), -(166,738,o), -(48,546,o), -(48,293,cs), -(48,109,o), -(139,-10,o), -(324,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,154,o), -(238,187,o), -(238,237,cs), -(238,292,o), -(269,339,o), -(337,339,cs), -(387,339,o), -(419,306,o), -(419,256,cs), -(419,193,o), -(382,154,o), -(319,154,cs) -); -} -); -width = 648; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(531,-10,o), -(649,92,o), -(649,245,cs), -(649,384,o), -(542,464,o), -(386,464,cs), -(259,464,o), -(149,412,o), -(100,311,c), -(97,311,l), -(119,542,o), -(224,695,o), -(432,695,cs), -(560,695,o), -(651,638,o), -(663,537,c), -(699,536,l), -(692,652,o), -(586,729,o), -(433,729,cs), -(220,729,o), -(72,580,o), -(61,281,cs), -(55,99,o), -(148,-10,o), -(350,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(200,24,o), -(103,100,o), -(103,215,cs), -(103,342,o), -(215,432,o), -(379,432,cs), -(516,432,o), -(610,366,o), -(610,244,cs), -(610,107,o), -(511,24,o), -(348,24,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(531,-10,o), -(657,91,o), -(657,246,cs), -(657,389,o), -(543,470,o), -(391,470,cs), -(268,470,o), -(146,422,o), -(97,307,c), -(93,307,l), -(112,545,o), -(215,704,o), -(442,704,cs), -(566,704,o), -(657,640,o), -(671,544,c), -(708,544,l), -(694,661,o), -(588,738,o), -(443,738,cs), -(248,738,o), -(107,627,o), -(67,392,cs), -(24,141,o), -(115,-10,o), -(351,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(210,24,o), -(104,93,o), -(104,217,cs), -(104,349,o), -(223,437,o), -(384,437,cs), -(522,437,o), -(618,371,o), -(618,242,cs), -(618,112,o), -(510,24,o), -(349,24,cs) -); -} -); -width = 700; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(558,-10,o), -(698,94,o), -(703,248,cs), -(708,385,o), -(604,477,o), -(451,477,cs), -(374,477,o), -(300,455,o), -(262,412,c), -(253,414,l), -(267,502,o), -(329,561,o), -(427,561,cs), -(482,561,o), -(524,544,o), -(534,507,c), -(749,507,l), -(734,650,o), -(611,730,o), -(439,729,cs), -(201,729,o), -(37,580,o), -(28,321,cs), -(21,119,o), -(130,-10,o), -(353,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(293,157,o), -(252,186,o), -(254,237,cs), -(256,297,o), -(305,327,o), -(378,327,cs), -(442,327,o), -(484,298,o), -(482,249,cs), -(480,185,o), -(430,157,o), -(358,157,cs) -); -} -); -}; -guides = ( -{ -pos = (387,562); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(571,-10,o), -(714,100,o), -(714,264,cs), -(714,396,o), -(623,483,o), -(459,483,cs), -(381,483,o), -(306,461,o), -(267,417,c), -(258,419,l), -(272,508,o), -(336,568,o), -(434,568,cs), -(490,568,o), -(534,546,o), -(543,513,c), -(760,513,l), -(748,651,o), -(621,738,o), -(447,738,cs), -(198,738,o), -(31,574,o), -(31,313,cs), -(31,112,o), -(149,-10,o), -(359,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(301,159,o), -(259,187,o), -(259,237,cs), -(259,300,o), -(310,331,o), -(385,331,cs), -(449,331,o), -(490,304,o), -(490,255,cs), -(490,188,o), -(438,159,o), -(365,159,cs) -); -} -); -width = 732; -} -); -unicode = 54; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/six.numr.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/six.numr.glyph deleted file mode 100644 index 456ce854..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/six.numr.glyph +++ /dev/null @@ -1,478 +0,0 @@ -{ -color = 6; -glyphname = six.numr; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,354); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 277; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,333); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 268; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,333); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 418; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,354); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 416; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 268; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,354); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 259; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,332); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = six.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = six.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 396; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = six.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = six.dnom; -}; -width = 366; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 418; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 416; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,332); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = six.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = six.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 393; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,354); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = six.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = six.dnom; -}; -width = 369; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (69,333); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 266; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (73,354); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 275; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (69,332); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 397; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (73,354); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 382; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (69,333); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 424; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (73,354); -ref = six.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 415; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = six; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/six.tf.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/six.tf.glyph deleted file mode 100644 index 9edba86c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/six.tf.glyph +++ /dev/null @@ -1,1293 +0,0 @@ -{ -glyphname = six.tf; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,-9,o), -(469,71,o), -(469,242,cs), -(469,396,o), -(424,483,o), -(308,483,cs), -(262,483,o), -(221,461,o), -(208,427,c), -(199,427,l), -(197,525,o), -(207,580,o), -(247,580,cs), -(270,580,o), -(289,562,o), -(289,526,c), -(459,526,l), -(455,661,o), -(373,730,o), -(247,730,cs), -(108,730,o), -(13,651,o), -(13,352,cs), -(13,135,o), -(60,-9,o), -(248,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(224,140,o), -(209,161,o), -(209,245,cs), -(209,307,o), -(217,342,o), -(250,342,cs), -(275,342,o), -(290,322,o), -(290,238,cs), -(290,178,o), -(282,140,o), -(248,140,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(339,-10,o), -(396,50,o), -(396,231,cs), -(396,369,o), -(361,463,o), -(253,463,cs), -(191,463,o), -(142,421,o), -(125,326,c), -(120,326,l), -(125,580,o), -(147,701,o), -(248,701,cs), -(304,701,o), -(340,668,o), -(351,552,c), -(381,552,l), -(370,670,o), -(331,730,o), -(247,730,cs), -(151,730,o), -(87,647,o), -(93,312,cs), -(97,106,o), -(132,-10,o), -(252,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(182,18,o), -(135,76,o), -(135,223,cs), -(135,350,o), -(172,437,o), -(250,437,cs), -(318,437,o), -(364,395,o), -(364,231,cs), -(364,104,o), -(342,18,o), -(252,18,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(537,-8,o), -(649,80,o), -(649,231,cs), -(649,378,o), -(545,462,o), -(377,462,cs), -(248,462,o), -(147,395,o), -(119,294,c), -(115,294,l), -(117,528,o), -(155,695,o), -(383,695,cs), -(499,695,o), -(586,644,o), -(598,552,c), -(637,552,l), -(626,659,o), -(525,729,o), -(383,729,cs), -(175,729,o), -(79,602,o), -(79,309,cs), -(79,120,o), -(152,-8,o), -(371,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,26,o), -(131,91,o), -(131,223,cs), -(131,338,o), -(224,429,o), -(375,429,cs), -(514,429,o), -(608,364,o), -(608,231,cs), -(608,108,o), -(530,26,o), -(373,26,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(562,-9,o), -(693,84,o), -(693,250,cs), -(693,395,o), -(591,477,o), -(438,477,cs), -(355,477,o), -(288,445,o), -(256,397,c), -(247,399,l), -(250,509,o), -(295,562,o), -(375,562,cs), -(419,562,o), -(453,552,o), -(470,518,c), -(684,518,l), -(663,645,o), -(552,730,o), -(382,730,cs), -(188,730,o), -(29,629,o), -(29,351,cs), -(29,68,o), -(191,-9,o), -(368,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(310,158,o), -(269,185,o), -(269,241,cs), -(269,292,o), -(302,327,o), -(372,327,cs), -(439,327,o), -(476,298,o), -(476,242,cs), -(476,191,o), -(441,158,o), -(371,158,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(319,-10,o), -(376,50,o), -(376,231,cs), -(376,369,o), -(341,463,o), -(233,463,cs), -(171,463,o), -(122,421,o), -(105,326,c), -(100,326,l), -(105,580,o), -(127,701,o), -(228,701,cs), -(284,701,o), -(320,668,o), -(331,552,c), -(361,552,l), -(350,670,o), -(311,730,o), -(227,730,cs), -(131,730,o), -(67,647,o), -(73,312,cs), -(77,106,o), -(112,-10,o), -(232,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(162,18,o), -(115,76,o), -(115,223,cs), -(115,350,o), -(152,437,o), -(230,437,cs), -(298,437,o), -(344,395,o), -(344,231,cs), -(344,104,o), -(322,18,o), -(232,18,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(380,-9,o), -(460,71,o), -(460,242,cs), -(460,396,o), -(415,483,o), -(299,483,cs), -(253,483,o), -(212,461,o), -(199,427,c), -(190,427,l), -(188,525,o), -(198,580,o), -(238,580,cs), -(261,580,o), -(280,562,o), -(280,526,c), -(450,526,l), -(446,661,o), -(364,730,o), -(238,730,cs), -(99,730,o), -(4,651,o), -(4,352,cs), -(4,135,o), -(51,-9,o), -(239,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(215,140,o), -(200,161,o), -(200,245,cs), -(200,307,o), -(208,342,o), -(241,342,cs), -(266,342,o), -(281,322,o), -(281,238,cs), -(281,178,o), -(273,140,o), -(239,140,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 464; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(425,-8,o), -(524,81,o), -(524,224,cs), -(524,360,o), -(431,451,o), -(295,451,cs), -(184,451,o), -(104,392,o), -(82,303,c), -(79,303,l), -(83,537,o), -(112,696,o), -(300,696,cs), -(393,696,o), -(464,652,o), -(479,557,c), -(515,557,l), -(506,661,o), -(418,730,o), -(300,730,cs), -(126,730,o), -(44,608,o), -(44,307,cs), -(44,112,o), -(118,-8,o), -(288,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(172,26,o), -(92,98,o), -(92,217,cs), -(92,328,o), -(167,417,o), -(292,417,cs), -(405,417,o), -(484,343,o), -(484,224,cs), -(484,105,o), -(405,26,o), -(290,26,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(452,-9,o), -(563,93,o), -(563,245,cs), -(563,380,o), -(475,470,o), -(343,470,cs), -(275,470,o), -(221,446,o), -(193,407,c), -(185,407,l), -(185,513,o), -(229,569,o), -(298,569,cs), -(336,569,o), -(372,552,o), -(381,520,c), -(569,520,l), -(552,647,o), -(455,731,o), -(300,731,cs), -(110,731,o), -(2,599,o), -(2,350,cs), -(2,97,o), -(114,-9,o), -(285,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,156,o), -(206,191,o), -(206,243,cs), -(206,295,o), -(240,329,o), -(291,329,cs), -(341,329,o), -(376,295,o), -(376,243,cs), -(376,191,o), -(341,156,o), -(291,156,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 566; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(527,-8,o), -(639,80,o), -(639,231,cs), -(639,378,o), -(535,462,o), -(367,462,cs), -(238,462,o), -(137,395,o), -(109,294,c), -(105,294,l), -(107,528,o), -(145,695,o), -(373,695,cs), -(489,695,o), -(576,644,o), -(588,552,c), -(627,552,l), -(616,659,o), -(515,729,o), -(373,729,cs), -(165,729,o), -(69,602,o), -(69,309,cs), -(69,120,o), -(142,-8,o), -(361,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(219,26,o), -(121,91,o), -(121,223,cs), -(121,338,o), -(214,429,o), -(365,429,cs), -(504,429,o), -(598,364,o), -(598,231,cs), -(598,108,o), -(520,26,o), -(363,26,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(552,-9,o), -(683,84,o), -(683,250,cs), -(683,395,o), -(581,477,o), -(428,477,cs), -(345,477,o), -(278,445,o), -(246,397,c), -(237,399,l), -(240,509,o), -(285,562,o), -(365,562,cs), -(409,562,o), -(443,552,o), -(460,518,c), -(674,518,l), -(653,645,o), -(542,730,o), -(372,730,cs), -(178,730,o), -(19,629,o), -(19,351,cs), -(19,68,o), -(181,-9,o), -(358,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,158,o), -(259,185,o), -(259,241,cs), -(259,292,o), -(292,327,o), -(362,327,cs), -(429,327,o), -(466,298,o), -(466,242,cs), -(466,191,o), -(431,158,o), -(361,158,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(440,-8,o), -(537,81,o), -(537,224,cs), -(537,360,o), -(445,451,o), -(312,451,cs), -(203,451,o), -(125,392,o), -(103,303,c), -(100,303,l), -(104,537,o), -(133,696,o), -(317,696,cs), -(408,696,o), -(477,652,o), -(492,557,c), -(528,557,l), -(519,661,o), -(433,730,o), -(317,730,cs), -(147,730,o), -(65,608,o), -(65,307,cs), -(65,112,o), -(139,-8,o), -(305,-8,cs) -); -}, -{ -closed = 1; -nodes = ( -(191,26,o), -(113,98,o), -(113,217,cs), -(113,328,o), -(186,417,o), -(309,417,cs), -(420,417,o), -(497,343,o), -(497,224,cs), -(497,105,o), -(420,26,o), -(307,26,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(455,-9,o), -(563,93,o), -(563,245,cs), -(563,380,o), -(478,470,o), -(350,470,cs), -(284,470,o), -(234,445,o), -(207,407,c), -(199,407,l), -(199,513,o), -(242,569,o), -(305,569,cs), -(340,569,o), -(374,553,o), -(383,520,c), -(569,520,l), -(552,647,o), -(458,731,o), -(307,731,cs), -(123,731,o), -(18,598,o), -(18,350,cs), -(18,97,o), -(128,-9,o), -(293,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(251,156,o), -(220,191,o), -(220,243,cs), -(220,295,o), -(251,329,o), -(299,329,cs), -(346,329,o), -(378,295,o), -(378,243,cs), -(378,191,o), -(346,156,o), -(299,156,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 581; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(287,-10,o), -(351,48,o), -(386,216,cs), -(414,348,o), -(406,463,o), -(284,463,cs), -(236,463,o), -(180,435,o), -(142,337,c), -(136,337,l), -(192,580,o), -(238,699,o), -(330,699,cs), -(410,699,o), -(420,635,o), -(409,542,c), -(438,540,l), -(450,640,o), -(436,720,o), -(345,728,cs), -(249,737,o), -(171,659,o), -(107,324,cs), -(71,136,o), -(69,-10,o), -(211,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(115,18,o), -(106,119,o), -(130,232,cs), -(156,356,o), -(205,436,o), -(278,436,cs), -(377,436,o), -(381,344,o), -(355,220,cs), -(329,98,o), -(293,18,o), -(213,18,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,-10,o), -(351,48,o), -(386,216,cs), -(414,348,o), -(406,463,o), -(284,463,cs), -(236,463,o), -(180,435,o), -(142,337,c), -(136,337,l), -(192,580,o), -(238,699,o), -(330,699,cs), -(421,699,o), -(416,616,o), -(409,541,c), -(438,541,l), -(447,631,o), -(445,729,o), -(331,729,cs), -(207,729,o), -(148,548,o), -(107,324,cs), -(71,136,o), -(69,-10,o), -(211,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(115,18,o), -(106,119,o), -(130,232,cs), -(156,356,o), -(205,436,o), -(278,436,cs), -(377,436,o), -(381,344,o), -(355,220,cs), -(329,98,o), -(293,18,o), -(213,18,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,-9,o), -(424,64,o), -(457,223,cs), -(485,356,o), -(462,467,o), -(349,477,cs), -(305,481,o), -(261,462,o), -(241,430,c), -(232,430,l), -(249,521,o), -(270,579,o), -(307,579,cs), -(334,579,o), -(345,554,o), -(341,525,c), -(509,525,l), -(524,656,o), -(449,729,o), -(313,729,cs), -(186,729,o), -(91,641,o), -(35,374,cs), -(-13,152,o), -(6,-9,o), -(216,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(187,140,o), -(192,189,o), -(204,246,cs), -(217,309,o), -(231,341,o), -(259,341,cs), -(297,341,o), -(293,295,o), -(280,232,cs), -(269,178,o), -(254,140,o), -(225,140,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,-10,o), -(543,103,o), -(543,241,cs), -(543,368,o), -(454,451,o), -(336,451,cs), -(238,451,o), -(152,405,o), -(113,311,c), -(109,311,l), -(127,557,o), -(233,695,o), -(392,695,cs), -(486,695,o), -(552,644,o), -(561,558,c), -(599,558,l), -(587,661,o), -(507,729,o), -(391,729,cs), -(198,729,o), -(75,550,o), -(75,266,cs), -(75,85,o), -(152,-10,o), -(300,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(188,24,o), -(121,96,o), -(121,211,cs), -(121,332,o), -(210,417,o), -(330,417,cs), -(433,417,o), -(504,348,o), -(504,241,cs), -(504,112,o), -(419,24,o), -(295,24,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 85; -}; -}; -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(454,-10,o), -(575,95,o), -(575,258,cs), -(575,389,o), -(481,470,o), -(369,470,cs), -(314,470,o), -(260,449,o), -(236,417,c), -(229,420,l), -(246,521,o), -(292,569,o), -(360,569,cs), -(401,569,o), -(432,551,o), -(437,518,c), -(622,518,l), -(613,648,o), -(512,729,o), -(376,729,cs), -(153,729,o), -(37,536,o), -(37,284,cs), -(37,106,o), -(123,-10,o), -(297,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,152,o), -(221,184,o), -(221,232,cs), -(221,286,o), -(250,335,o), -(313,335,cs), -(357,335,o), -(386,303,o), -(386,255,cs), -(386,192,o), -(350,152,o), -(293,152,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(528,-10,o), -(643,90,o), -(643,251,cs), -(643,389,o), -(541,464,o), -(399,464,cs), -(280,464,o), -(177,412,o), -(129,311,c), -(126,311,l), -(150,542,o), -(251,695,o), -(444,695,cs), -(575,695,o), -(653,633,o), -(658,537,c), -(694,537,l), -(690,657,o), -(589,729,o), -(445,729,cs), -(193,729,o), -(89,492,o), -(89,254,cs), -(89,89,o), -(167,-10,o), -(358,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(218,24,o), -(131,91,o), -(131,204,cs), -(131,338,o), -(235,432,o), -(391,432,cs), -(519,432,o), -(604,364,o), -(604,253,cs), -(604,122,o), -(521,24,o), -(356,24,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(544,-11,o), -(685,91,o), -(685,259,cs), -(685,398,o), -(591,472,o), -(442,472,cs), -(381,472,o), -(317,453,o), -(287,426,c), -(279,429,l), -(295,514,o), -(353,561,o), -(423,561,cs), -(477,561,o), -(509,546,o), -(519,506,c), -(732,506,l), -(720,643,o), -(621,729,o), -(440,729,cs), -(173,729,o), -(43,512,o), -(43,275,cs), -(43,78,o), -(168,-11,o), -(350,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(301,156,o), -(268,183,o), -(268,230,cs), -(268,294,o), -(314,327,o), -(378,327,cs), -(431,327,o), -(466,303,o), -(466,253,cs), -(466,182,o), -(416,156,o), -(355,156,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 80; -monoWidth = 700; -}; -}; -width = 720; -} -); -metricWidth = zero.tf; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -RMXScaler = { -source = six; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/sixinferior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/sixinferior.glyph deleted file mode 100644 index afd2f2fb..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/sixinferior.glyph +++ /dev/null @@ -1,1373 +0,0 @@ -{ -glyphname = sixinferior; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (154,177); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(244,-45,o), -(293,3,o), -(293,105,cs), -(293,198,o), -(265,250,o), -(195,250,cs), -(166,250,o), -(142,236,o), -(135,218,c), -(129,218,l), -(128,277,o), -(135,306,o), -(158,306,cs), -(171,306,o), -(182,295,o), -(182,275,c), -(287,275,l), -(284,361,o), -(230,398,o), -(158,398,cs), -(73,398,o), -(15,351,o), -(15,172,cs), -(15,42,o), -(43,-45,o), -(158,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(144,46,o), -(135,58,o), -(135,107,cs), -(135,144,o), -(140,164,o), -(160,164,cs), -(174,164,o), -(183,152,o), -(183,103,cs), -(183,68,o), -(178,46,o), -(158,46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 307; -}, -{ -anchors = ( -{ -name = _center; -pos = (143,177); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(203,-46,o), -(239,-9,o), -(239,99,cs), -(239,184,o), -(217,239,o), -(152,239,cs), -(119,239,o), -(88,218,o), -(78,163,c), -(75,163,l), -(77,304,o), -(89,372,o), -(145,372,cs), -(177,372,o), -(196,353,o), -(202,289,c), -(230,289,l), -(224,361,o), -(198,398,o), -(145,398,cs), -(82,398,o), -(44,345,o), -(47,150,cs), -(49,26,o), -(70,-46,o), -(147,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(109,-20,o), -(83,12,o), -(83,95,cs), -(83,166,o), -(103,215,o), -(147,215,cs), -(184,215,o), -(209,192,o), -(209,99,cs), -(209,28,o), -(197,-20,o), -(147,-20,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 281; -}, -{ -anchors = ( -{ -name = _center; -pos = (226,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(337,-45,o), -(409,9,o), -(409,100,cs), -(409,188,o), -(343,238,o), -(239,238,cs), -(161,238,o), -(100,201,o), -(82,144,c), -(79,145,l), -(80,275,o), -(105,367,o), -(237,367,cs), -(306,367,o), -(356,339,o), -(364,289,c), -(401,289,l), -(394,353,o), -(331,397,o), -(238,397,cs), -(108,397,o), -(43,323,o), -(43,149,cs), -(43,29,o), -(95,-45,o), -(230,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,-14,o), -(89,22,o), -(89,95,cs), -(89,159,o), -(144,209,o), -(233,209,cs), -(315,209,o), -(370,173,o), -(370,99,cs), -(370,31,o), -(324,-14,o), -(231,-14,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 447; -}, -{ -anchors = ( -{ -name = _center; -pos = (231,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(361,-45,o), -(445,11,o), -(445,112,cs), -(445,198,o), -(380,247,o), -(284,247,cs), -(234,247,o), -(193,231,o), -(173,207,c), -(166,208,l), -(168,262,o), -(197,286,o), -(239,286,cs), -(267,286,o), -(282,282,o), -(293,268,c), -(439,268,l), -(425,346,o), -(353,398,o), -(244,398,cs), -(122,398,o), -(17,340,o), -(17,174,cs), -(17,-3,o), -(125,-45,o), -(235,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(204,66,o), -(181,79,o), -(181,106,cs), -(181,131,o), -(198,147,o), -(238,147,cs), -(276,147,o), -(296,133,o), -(296,106,cs), -(296,82,o), -(277,66,o), -(238,66,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 461; -}, -{ -anchors = ( -{ -name = _center; -pos = (123,177); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(183,-46,o), -(219,-9,o), -(219,99,cs), -(219,184,o), -(197,239,o), -(132,239,cs), -(99,239,o), -(68,218,o), -(58,163,c), -(55,163,l), -(57,304,o), -(69,372,o), -(125,372,cs), -(157,372,o), -(176,353,o), -(182,289,c), -(210,289,l), -(204,361,o), -(178,398,o), -(125,398,cs), -(62,398,o), -(24,345,o), -(27,150,cs), -(29,26,o), -(50,-46,o), -(127,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(89,-20,o), -(63,12,o), -(63,95,cs), -(63,166,o), -(83,215,o), -(127,215,cs), -(164,215,o), -(189,192,o), -(189,99,cs), -(189,28,o), -(177,-20,o), -(127,-20,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 241; -}, -{ -anchors = ( -{ -name = _center; -pos = (145,177); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,-45,o), -(284,3,o), -(284,105,cs), -(284,198,o), -(256,250,o), -(186,250,cs), -(157,250,o), -(133,236,o), -(126,218,c), -(120,218,l), -(119,277,o), -(126,306,o), -(149,306,cs), -(162,306,o), -(173,295,o), -(173,275,c), -(278,275,l), -(275,361,o), -(221,398,o), -(149,398,cs), -(64,398,o), -(6,351,o), -(6,172,cs), -(6,42,o), -(34,-45,o), -(149,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(135,46,o), -(126,58,o), -(126,107,cs), -(126,144,o), -(131,164,o), -(151,164,cs), -(165,164,o), -(174,152,o), -(174,103,cs), -(174,68,o), -(169,46,o), -(149,46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 289; -}, -{ -anchors = ( -{ -name = _center; -pos = (191,174); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,-45,o), -(338,10,o), -(338,96,cs), -(338,177,o), -(283,232,o), -(202,232,cs), -(138,232,o), -(93,199,o), -(79,150,c), -(77,150,l), -(79,280,o), -(98,368,o), -(200,368,cs), -(249,368,o), -(291,346,o), -(300,291,c), -(334,291,l), -(328,355,o), -(275,398,o), -(201,398,cs), -(95,398,o), -(44,324,o), -(44,148,cs), -(44,27,o), -(91,-45,o), -(193,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(130,-14,o), -(85,26,o), -(85,92,cs), -(85,154,o), -(127,203,o), -(196,203,cs), -(258,203,o), -(302,162,o), -(302,96,cs), -(302,30,o), -(259,-14,o), -(195,-14,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 377; -}, -{ -anchors = ( -{ -name = _center; -pos = (190,174); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,-45,o), -(365,17,o), -(365,109,cs), -(365,189,o), -(311,244,o), -(229,244,cs), -(187,244,o), -(156,230,o), -(140,213,c), -(135,213,l), -(135,266,o), -(163,291,o), -(197,291,cs), -(216,291,o), -(237,283,o), -(242,269,c), -(370,269,l), -(359,348,o), -(297,399,o), -(199,399,cs), -(79,399,o), -(10,318,o), -(10,174,cs), -(10,17,o), -(83,-45,o), -(189,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(166,65,o), -(149,83,o), -(149,108,cs), -(149,134,o), -(167,150,o), -(193,150,cs), -(220,150,o), -(238,132,o), -(238,107,cs), -(238,82,o), -(220,65,o), -(193,65,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 378; -}, -{ -anchors = ( -{ -name = _center; -pos = (216,173); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(327,-45,o), -(399,9,o), -(399,100,cs), -(399,188,o), -(333,238,o), -(229,238,cs), -(151,238,o), -(90,201,o), -(72,144,c), -(69,145,l), -(70,275,o), -(95,367,o), -(227,367,cs), -(296,367,o), -(346,339,o), -(354,289,c), -(391,289,l), -(384,353,o), -(321,397,o), -(228,397,cs), -(98,397,o), -(33,323,o), -(33,149,cs), -(33,29,o), -(85,-45,o), -(220,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(137,-14,o), -(79,22,o), -(79,95,cs), -(79,159,o), -(134,209,o), -(223,209,cs), -(305,209,o), -(360,173,o), -(360,99,cs), -(360,31,o), -(314,-14,o), -(221,-14,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 427; -}, -{ -anchors = ( -{ -name = _center; -pos = (221,171); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(351,-45,o), -(435,11,o), -(435,112,cs), -(435,198,o), -(370,247,o), -(274,247,cs), -(224,247,o), -(183,231,o), -(163,207,c), -(156,208,l), -(158,262,o), -(187,286,o), -(229,286,cs), -(257,286,o), -(272,282,o), -(283,268,c), -(429,268,l), -(415,346,o), -(343,398,o), -(234,398,cs), -(112,398,o), -(7,340,o), -(7,174,cs), -(7,-3,o), -(115,-45,o), -(225,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,66,o), -(171,79,o), -(171,106,cs), -(171,131,o), -(188,147,o), -(228,147,cs), -(266,147,o), -(286,133,o), -(286,106,cs), -(286,82,o), -(267,66,o), -(228,66,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 441; -}, -{ -anchors = ( -{ -name = _center; -pos = (210,174); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(295,-45,o), -(353,10,o), -(353,96,cs), -(353,177,o), -(300,232,o), -(221,232,cs), -(157,232,o), -(114,199,o), -(100,150,c), -(98,150,l), -(100,280,o), -(119,368,o), -(219,368,cs), -(266,368,o), -(308,346,o), -(317,291,c), -(349,291,l), -(345,355,o), -(292,398,o), -(220,398,cs), -(116,398,o), -(65,324,o), -(65,148,cs), -(65,27,o), -(112,-45,o), -(212,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(150,-14,o), -(106,26,o), -(106,92,cs), -(106,154,o), -(148,203,o), -(215,203,cs), -(275,203,o), -(319,162,o), -(319,96,cs), -(319,30,o), -(276,-14,o), -(214,-14,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 414; -}, -{ -anchors = ( -{ -name = _center; -pos = (203,174); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(305,-45,o), -(371,17,o), -(371,109,cs), -(371,189,o), -(320,244,o), -(242,244,cs), -(203,244,o), -(173,230,o), -(158,213,c), -(153,213,l), -(153,266,o), -(180,291,o), -(210,291,cs), -(225,291,o), -(245,284,o), -(249,269,c), -(376,269,l), -(365,348,o), -(306,399,o), -(212,399,cs), -(96,399,o), -(30,317,o), -(30,174,cs), -(30,17,o), -(101,-45,o), -(202,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(182,65,o), -(167,83,o), -(167,108,cs), -(167,134,o), -(183,150,o), -(206,150,cs), -(230,150,o), -(246,132,o), -(246,107,cs), -(246,82,o), -(230,65,o), -(206,65,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 403; -}, -{ -anchors = ( -{ -name = _center; -pos = (125,177); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(142,-46,o), -(182,-10,o), -(203,92,cs), -(220,173,o), -(212,239,o), -(142,239,cs), -(113,239,o), -(81,223,o), -(59,169,c), -(55,169,l), -(86,304,o), -(113,371,o), -(163,371,cs), -(207,371,o), -(213,335,o), -(207,284,c), -(234,283,l), -(241,346,o), -(230,392,o), -(170,397,cs), -(112,401,o), -(64,355,o), -(26,158,cs), -(0,26,o), -(12,-46,o), -(94,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(41,-20,o), -(37,36,o), -(50,99,cs), -(65,170,o), -(91,215,o), -(132,215,cs), -(182,215,o), -(190,169,o), -(174,94,cs), -(159,24,o), -(139,-20,o), -(95,-20,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 279; -}, -{ -anchors = ( -{ -name = _center; -pos = (136,177); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,-45,o), -(234,-2,o), -(254,93,cs), -(271,175,o), -(257,240,o), -(189,246,cs), -(157,249,o), -(135,236,o), -(124,219,c), -(118,219,l), -(128,273,o), -(140,306,o), -(162,306,cs), -(179,306,o), -(184,290,o), -(182,275,c), -(285,275,l), -(294,354,o), -(248,397,o), -(166,397,cs), -(92,397,o), -(31,349,o), -(-3,185,cs), -(-32,47,o), -(-7,-45,o), -(108,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(91,46,o), -(94,75,o), -(101,108,cs), -(108,142,o), -(116,163,o), -(133,163,cs), -(155,163,o), -(153,136,o), -(146,101,cs), -(139,67,o), -(130,46,o), -(113,46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 304; -}, -{ -anchors = ( -{ -name = _center; -pos = (201,177); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(268,-46,o), -(327,21,o), -(327,106,cs), -(327,182,o), -(274,232,o), -(204,232,cs), -(148,232,o), -(100,206,o), -(78,155,c), -(75,155,l), -(86,291,o), -(145,367,o), -(232,367,cs), -(281,367,o), -(320,342,o), -(326,292,c), -(360,292,l), -(353,355,o), -(306,397,o), -(233,397,cs), -(115,397,o), -(42,289,o), -(42,120,cs), -(42,12,o), -(89,-46,o), -(179,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(117,-16,o), -(81,25,o), -(81,88,cs), -(81,155,o), -(129,204,o), -(196,204,cs), -(253,204,o), -(292,165,o), -(292,106,cs), -(292,34,o), -(245,-16,o), -(176,-16,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 417; -}, -{ -anchors = ( -{ -name = _center; -pos = (196,177); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(277,-46,o), -(354,16,o), -(354,115,cs), -(354,194,o), -(294,244,o), -(222,244,cs), -(190,244,o), -(159,233,o), -(145,219,c), -(141,221,l), -(150,273,o), -(178,291,o), -(211,291,cs), -(234,291,o), -(252,283,o), -(255,267,c), -(381,267,l), -(375,346,o), -(311,397,o), -(222,397,cs), -(80,397,o), -(10,282,o), -(10,136,cs), -(10,27,o), -(65,-46,o), -(178,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(151,62,o), -(135,79,o), -(135,102,cs), -(135,129,o), -(149,154,o), -(184,154,cs), -(209,154,o), -(225,137,o), -(225,113,cs), -(225,82,o), -(207,62,o), -(175,62,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 417; -}, -{ -anchors = ( -{ -name = _center; -pos = (215,177); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(306,-46,o), -(377,13,o), -(380,104,cs), -(383,189,o), -(319,239,o), -(223,239,cs), -(150,239,o), -(88,210,o), -(60,156,c), -(58,156,l), -(70,283,o), -(131,366,o), -(245,366,cs), -(323,366,o), -(370,333,o), -(375,280,c), -(410,279,l), -(406,350,o), -(344,397,o), -(247,397,cs), -(117,397,o), -(27,306,o), -(21,129,cs), -(17,18,o), -(69,-46,o), -(197,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,-15,o), -(57,26,o), -(60,91,cs), -(63,164,o), -(125,211,o), -(214,211,cs), -(289,211,o), -(345,173,o), -(343,107,cs), -(340,29,o), -(285,-15,o), -(196,-15,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 452; -}, -{ -anchors = ( -{ -name = _center; -pos = (213,177); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(317,-47,o), -(403,14,o), -(406,107,cs), -(409,197,o), -(348,244,o), -(250,244,cs), -(212,244,o), -(175,235,o), -(158,225,c), -(152,228,l), -(160,266,o), -(194,285,o), -(233,285,cs), -(263,285,o), -(282,281,o), -(289,262,c), -(433,260,l), -(424,347,o), -(358,397,o), -(244,397,cs), -(102,397,o), -(-1,306,o), -(-7,140,cs), -(-12,10,o), -(72,-47,o), -(192,-47,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,65,o), -(144,79,o), -(145,103,cs), -(146,133,o), -(170,147,o), -(207,147,cs), -(239,147,o), -(259,133,o), -(258,109,cs), -(257,77,o), -(231,65,o), -(195,65,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 456; -} -); -unicode = 8326; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = six; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/sixsuperior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/sixsuperior.glyph deleted file mode 100644 index 1f5f2769..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/sixsuperior.glyph +++ /dev/null @@ -1,480 +0,0 @@ -{ -color = 6; -glyphname = sixsuperior; -kernLeft = KO_sixsuperior; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 307; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 281; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 447; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 461; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 281; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 289; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = sixinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = sixinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 417; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = sixinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = sixinferior; -}; -width = 400; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 447; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 461; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = sixinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = sixinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -19 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 414; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = sixinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = sixinferior; -}; -width = 403; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (78,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 279; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (78,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 304; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (78,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 417; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (78,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 417; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (78,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 452; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (78,376); -ref = sixinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 456; -} -); -unicode = 8310; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = six; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/slash.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/slash.glyph deleted file mode 100644 index 6cec1bba..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/slash.glyph +++ /dev/null @@ -1,353 +0,0 @@ -{ -glyphname = slash; -kernLeft = KO_slash; -kernRight = KO_slash; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(159,-82,l), -(368,729,l), -(205,729,l), -(-2,-82,l) -); -} -); -width = 366; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(-3,-82,l), -(202,729,l), -(173,729,l), -(-32,-82,l) -); -} -); -width = 190; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(28,-81,l), -(437,729,l), -(401,729,l), -(-11,-81,l) -); -} -); -width = 444; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,-82,l), -(531,729,l), -(320,729,l), -(-24,-82,l) -); -} -); -width = 535; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(-1,-82,l), -(204,729,l), -(175,729,l), -(-30,-82,l) -); -} -); -width = 189; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(154,-82,l), -(363,729,l), -(200,729,l), -(-7,-82,l) -); -} -); -width = 356; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(7,-81,l), -(331,729,l), -(295,729,l), -(-32,-81,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 324; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(161,-82,l), -(450,729,l), -(267,729,l), -(-20,-82,l) -); -} -); -width = 449; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(23,-81,l), -(432,729,l), -(396,729,l), -(-16,-81,l) -); -} -); -width = 434; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,-82,l), -(526,729,l), -(315,729,l), -(-29,-82,l) -); -} -); -width = 525; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(27,-81,l), -(345,729,l), -(309,729,l), -(-12,-81,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 355; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(170,-82,l), -(446,729,l), -(265,729,l), -(-9,-82,l) -); -} -); -width = 460; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-65,-82,l), -(309,729,l), -(279,729,l), -(-94,-82,l) -); -} -); -width = 200; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,-82,l), -(471,729,l), -(301,729,l), -(-75,-82,l) -); -} -); -width = 374; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(-34,-81,l), -(456,729,l), -(418,729,l), -(-74,-81,l) -); -} -); -width = 372; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(115,-82,l), -(572,729,l), -(379,729,l), -(-76,-82,l) -); -} -); -width = 495; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(-43,-81,l), -(533,729,l), -(496,729,l), -(-81,-81,l) -); -} -); -width = 445; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,-82,l), -(639,729,l), -(414,729,l), -(-97,-82,l) -); -} -); -width = 520; -} -); -unicode = 47; -userData = { -KernOnName = slash; -KernOnSpecialSpacing = { -L = slash; -R = slash; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/slashlongcomb.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/slashlongcomb.case.glyph deleted file mode 100644 index b07b9201..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/slashlongcomb.case.glyph +++ /dev/null @@ -1,397 +0,0 @@ -{ -glyphname = slashlongcomb.case; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (265,324); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,-82,l), -(490,729,l), -(407,729,l), -(40,-82,l) -); -} -); -width = 530; -}, -{ -anchors = ( -{ -name = _center; -pos = (228,324); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(71,-82,l), -(416,729,l), -(385,729,l), -(40,-82,l) -); -} -); -width = 456; -}, -{ -anchors = ( -{ -name = _center; -pos = (390,324); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(86,-81,l), -(740,729,l), -(697,729,l), -(40,-81,l) -); -} -); -width = 780; -}, -{ -anchors = ( -{ -name = _center; -pos = (463,324); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,-81,l), -(886,729,l), -(697,729,l), -(40,-81,l) -); -} -); -width = 926; -}, -{ -anchors = ( -{ -name = _center; -pos = (208,324); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(51,-82,l), -(396,729,l), -(365,729,l), -(20,-82,l) -); -} -); -width = 416; -}, -{ -anchors = ( -{ -name = _center; -pos = (255,324); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(111,-82,l), -(480,729,l), -(397,729,l), -(30,-82,l) -); -} -); -width = 510; -}, -{ -anchors = ( -{ -name = _center; -pos = (339,324); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(64,-81,l), -(658,729,l), -(617,729,l), -(20,-81,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 441; -}; -width = 678; -}, -{ -anchors = ( -{ -name = _center; -pos = (393,324); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,-81,l), -(765,729,l), -(616,729,l), -(19,-81,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 552; -}; -width = 784; -}, -{ -anchors = ( -{ -name = _center; -pos = (380,324); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,-81,l), -(730,729,l), -(687,729,l), -(30,-81,l) -); -} -); -width = 760; -}, -{ -anchors = ( -{ -name = _center; -pos = (453,324); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(222,-81,l), -(876,729,l), -(687,729,l), -(30,-81,l) -); -} -); -width = 906; -}, -{ -anchors = ( -{ -name = _center; -pos = (354,324); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(85,-81,l), -(667,729,l), -(628,729,l), -(43,-81,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 441; -}; -width = 709; -}, -{ -anchors = ( -{ -name = _center; -pos = (404,324); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(189,-81,l), -(767,729,l), -(620,729,l), -(39,-81,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 552; -}; -width = 805; -}, -{ -anchors = ( -{ -name = _center; -pos = (222,324); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(0,-82,l), -(473,729,l), -(443,729,l), -(-30,-82,l) -); -} -); -width = 415; -}, -{ -anchors = ( -{ -name = _center; -pos = (248,324); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,-82,l), -(529,729,l), -(442,729,l), -(-33,-82,l) -); -} -); -width = 474; -}, -{ -anchors = ( -{ -name = _center; -pos = (371,324); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(14,-81,l), -(771,729,l), -(729,729,l), -(-30,-81,l) -); -} -); -width = 714; -}, -{ -anchors = ( -{ -name = _center; -pos = (409,324); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,-81,l), -(877,729,l), -(726,729,l), -(-33,-81,l) -); -} -); -width = 822; -}, -{ -anchors = ( -{ -name = _center; -pos = (402,324); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(17,-81,l), -(833,729,l), -(789,729,l), -(-30,-81,l) -); -} -); -width = 776; -}, -{ -anchors = ( -{ -name = _center; -pos = (479,324); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,-81,l), -(991,729,l), -(786,729,l), -(-33,-81,l) -); -} -); -width = 936; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/slashlongcomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/slashlongcomb.glyph deleted file mode 100644 index b7ae5ecf..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/slashlongcomb.glyph +++ /dev/null @@ -1,404 +0,0 @@ -{ -glyphname = slashlongcomb; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (192,271); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,-60,l), -(343,601,l), -(290,601,l), -(40,-60,l) -); -} -); -width = 383; -}, -{ -anchors = ( -{ -name = _center; -pos = (175,258); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(69,-60,l), -(309,576,l), -(280,576,l), -(40,-60,l) -); -} -); -width = 349; -}, -{ -anchors = ( -{ -name = _center; -pos = (320,259); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(84,-60,l), -(599,577,l), -(558,577,l), -(40,-60,l) -); -} -); -width = 639; -}, -{ -anchors = ( -{ -name = _center; -pos = (379,272); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,-60,l), -(717,604,l), -(577,604,l), -(40,-60,l) -); -} -); -width = 757; -}, -{ -anchors = ( -{ -name = _center; -pos = (155,258); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,-60,l), -(289,576,l), -(260,576,l), -(20,-60,l) -); -} -); -width = 309; -}, -{ -anchors = ( -{ -name = _center; -pos = (182,271); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(81,-60,l), -(333,601,l), -(280,601,l), -(30,-60,l) -); -} -); -width = 363; -}, -{ -anchors = ( -{ -name = _center; -pos = (275,259); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(61,-60,l), -(529,577,l), -(489,577,l), -(20,-60,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 441; -}; -width = 549; -}, -{ -anchors = ( -{ -name = _center; -pos = (319,272); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(131,-60,l), -(619,604,l), -(509,604,l), -(19,-60,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 552; -}; -width = 638; -}, -{ -anchors = ( -{ -name = _center; -pos = (310,259); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(74,-60,l), -(589,577,l), -(548,577,l), -(30,-60,l) -); -} -); -width = 619; -}, -{ -anchors = ( -{ -name = _center; -pos = (369,272); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,-60,l), -(707,604,l), -(567,604,l), -(30,-60,l) -); -} -); -width = 737; -}, -{ -anchors = ( -{ -name = _center; -pos = (292,259); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(82,-60,l), -(542,577,l), -(502,577,l), -(43,-60,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 441; -}; -width = 582; -}, -{ -anchors = ( -{ -name = _center; -pos = (331,272); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(149,-60,l), -(623,604,l), -(514,604,l), -(39,-60,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.originalWidth = 552; -}; -width = 660; -}, -{ -anchors = ( -{ -name = _center; -pos = (175,258); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(5,-60,l), -(376,576,l), -(345,576,l), -(-26,-60,l) -); -} -); -width = 350; -}, -{ -anchors = ( -{ -name = _center; -pos = (190,271); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(26,-60,l), -(413,601,l), -(358,601,l), -(-28,-60,l) -); -} -); -width = 385; -}, -{ -anchors = ( -{ -name = _center; -pos = (294,259); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(18,-60,l), -(614,577,l), -(571,577,l), -(-26,-60,l) -); -} -); -width = 588; -}, -{ -anchors = ( -{ -name = _center; -pos = (341,272); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(92,-60,l), -(715,604,l), -(596,604,l), -(-29,-60,l) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = _center; -pos = (319,259); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(21,-60,l), -(663,577,l), -(620,577,l), -(-26,-60,l) -); -} -); -width = 637; -}, -{ -anchors = ( -{ -name = _center; -pos = (380,272); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(124,-60,l), -(794,604,l), -(642,604,l), -(-29,-60,l) -); -} -); -width = 765; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 824; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/slashshortcomb.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/slashshortcomb.case.glyph deleted file mode 100644 index 1fee34a6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/slashshortcomb.case.glyph +++ /dev/null @@ -1,385 +0,0 @@ -{ -glyphname = slashshortcomb.case; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (228,342); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,342,l), -(228,374,l), -(40,243,l), -(40,211,l) -); -} -); -width = 268; -}, -{ -anchors = ( -{ -name = _center; -pos = (318,403); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(318,403,l), -(318,543,l), -(40,350,l), -(40,214,l) -); -} -); -width = 358; -}, -{ -anchors = ( -{ -name = _center; -pos = (400,294); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(400,359,l), -(400,396,l), -(40,237,l), -(40,200,l) -); -} -); -width = 440; -}, -{ -anchors = ( -{ -name = _center; -pos = (457,295); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(457,318,l), -(457,493,l), -(40,309,l), -(40,134,l) -); -} -); -width = 497; -}, -{ -anchors = ( -{ -name = _center; -pos = (208,342); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,342,l), -(208,374,l), -(20,243,l), -(20,211,l) -); -} -); -width = 228; -}, -{ -anchors = ( -{ -name = _center; -pos = (308,403); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,403,l), -(308,543,l), -(30,350,l), -(30,214,l) -); -} -); -width = 338; -}, -{ -anchors = ( -{ -name = _center; -pos = (335,340); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(335,340,l), -(335,375,l), -(20,236,l), -(20,201,l) -); -} -); -width = 355; -}, -{ -anchors = ( -{ -name = _center; -pos = (406,305); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(406,305,l), -(406,480,l), -(19,309,l), -(19,134,l) -); -} -); -width = 425; -}, -{ -anchors = ( -{ -name = _center; -pos = (390,294); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(390,359,l), -(390,396,l), -(30,237,l), -(30,200,l) -); -} -); -width = 420; -}, -{ -anchors = ( -{ -name = _center; -pos = (447,295); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,318,l), -(447,493,l), -(30,309,l), -(30,134,l) -); -} -); -width = 477; -}, -{ -anchors = ( -{ -name = _center; -pos = (350,340); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(350,340,l), -(350,375,l), -(43,236,l), -(43,201,l) -); -} -); -width = 392; -}, -{ -anchors = ( -{ -name = _center; -pos = (412,305); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(412,305,l), -(412,480,l), -(39,309,l), -(39,134,l) -); -} -); -width = 449; -}, -{ -anchors = ( -{ -name = _center; -pos = (183,294); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(245,341,l), -(253,376,l), -(38,246,l), -(30,210,l) -); -} -); -width = 269; -}, -{ -anchors = ( -{ -name = _center; -pos = (343,395); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(343,395,l), -(376,551,l), -(58,358,l), -(27,206,l) -); -} -); -width = 358; -}, -{ -anchors = ( -{ -name = _center; -pos = (363,294); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(373,339,l), -(380,376,l), -(36,237,l), -(29,200,l) -); -} -); -width = 396; -}, -{ -anchors = ( -{ -name = _center; -pos = (433,300); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(433,300,l), -(471,484,l), -(48,313,l), -(10,129,l) -); -} -); -width = 467; -}, -{ -anchors = ( -{ -name = _center; -pos = (409,294); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(422,358,l), -(429,397,l), -(36,238,l), -(29,199,l) -); -} -); -width = 441; -}, -{ -anchors = ( -{ -name = _center; -pos = (462,295); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(467,318,l), -(503,493,l), -(48,309,l), -(12,134,l) -); -} -); -width = 497; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/slashshortcomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/slashshortcomb.glyph deleted file mode 100644 index e3ee4e2e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/slashshortcomb.glyph +++ /dev/null @@ -1,386 +0,0 @@ -{ -glyphname = slashshortcomb; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (102,354); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(164,374,l), -(164,403,l), -(40,333,l), -(40,304,l) -); -} -); -width = 204; -}, -{ -anchors = ( -{ -name = _center; -pos = (162,292); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(284,286,l), -(284,439,l), -(40,298,l), -(40,144,l) -); -} -); -width = 324; -}, -{ -anchors = ( -{ -name = _center; -pos = (134,342); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,376,l), -(228,413,l), -(40,308,l), -(40,270,l) -); -} -); -width = 268; -}, -{ -anchors = ( -{ -name = _center; -pos = (196,302); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(351,305,l), -(351,479,l), -(40,300,l), -(40,124,l) -); -} -); -width = 391; -}, -{ -anchors = ( -{ -name = _center; -pos = (82,354); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(144,374,l), -(144,403,l), -(20,333,l), -(20,304,l) -); -} -); -width = 164; -}, -{ -anchors = ( -{ -name = _center; -pos = (152,292); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,286,l), -(274,439,l), -(30,298,l), -(30,144,l) -); -} -); -width = 304; -}, -{ -anchors = ( -{ -name = _center; -pos = (114,342); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,376,l), -(208,413,l), -(20,308,l), -(20,270,l) -); -} -); -width = 228; -}, -{ -anchors = ( -{ -name = _center; -pos = (159,302); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,306,l), -(298,459,l), -(19,298,l), -(19,144,l) -); -} -); -width = 317; -}, -{ -anchors = ( -{ -name = _center; -pos = (124,342); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,376,l), -(218,413,l), -(30,308,l), -(30,270,l) -); -} -); -width = 248; -}, -{ -anchors = ( -{ -name = _center; -pos = (186,302); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(341,305,l), -(341,479,l), -(30,300,l), -(30,124,l) -); -} -); -width = 371; -}, -{ -anchors = ( -{ -name = _center; -pos = (135,342); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(227,376,l), -(227,413,l), -(43,308,l), -(43,270,l) -); -} -); -width = 267; -}, -{ -anchors = ( -{ -name = _center; -pos = (172,302); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(305,306,l), -(305,459,l), -(39,298,l), -(39,144,l) -); -} -); -width = 343; -}, -{ -anchors = ( -{ -name = _center; -pos = (122,354); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(188,373,l), -(194,404,l), -(56,334,l), -(50,303,l) -); -} -); -width = 204; -}, -{ -anchors = ( -{ -name = _center; -pos = (167,292); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,286,l), -(320,439,l), -(46,298,l), -(14,144,l) -); -} -); -width = 325; -}, -{ -anchors = ( -{ -name = _center; -pos = (151,342); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(252,376,l), -(260,413,l), -(50,308,l), -(42,270,l) -); -} -); -width = 268; -}, -{ -anchors = ( -{ -name = _center; -pos = (186,302); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(326,306,l), -(358,459,l), -(45,298,l), -(13,144,l) -); -} -); -width = 359; -}, -{ -anchors = ( -{ -name = _center; -pos = (151,342); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(252,376,l), -(260,413,l), -(50,308,l), -(42,270,l) -); -} -); -width = 268; -}, -{ -anchors = ( -{ -name = _center; -pos = (202,302); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,305,l), -(394,479,l), -(46,300,l), -(9,124,l) -); -} -); -width = 391; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 823; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/space.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/space.glyph deleted file mode 100644 index e9708037..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/space.glyph +++ /dev/null @@ -1,84 +0,0 @@ -{ -glyphname = space; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -width = 150; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -width = 239; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -width = 260; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -width = 210; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -width = 160; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -width = 135; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -width = 210; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -width = 180; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -width = 240; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -width = 205; -}, -{ -layerId = m019; -width = 250; -}, -{ -layerId = m020; -width = 218; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -width = 237; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -width = 149; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -width = 237; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -width = 201; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -width = 237; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -width = 201; -} -); -unicode = 32; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/sterling.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/sterling.glyph deleted file mode 100644 index 1f4c8c4d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/sterling.glyph +++ /dev/null @@ -1,1631 +0,0 @@ -{ -glyphname = sterling; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(629,0,l), -(629,239,l), -(467,239,l), -(467,162,l), -(286,162,l), -(286,292,l), -(504,292,l), -(504,443,l), -(286,443,l), -(286,500,ls), -(286,550,o), -(311,569,o), -(346,569,cs), -(373,569,o), -(396,557,o), -(402,525,c), -(599,525,l), -(592,653,o), -(492,738,o), -(349,738,cs), -(193,738,o), -(89,647,o), -(89,500,cs), -(89,443,l), -(24,443,l), -(24,292,l), -(89,292,l), -(89,162,l), -(24,162,l), -(24,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(203,132,l), -(259,179,o), -(274,230,o), -(274,298,cs), -(274,372,o), -(248,455,o), -(248,508,cs), -(248,568,o), -(263,588,o), -(288,588,cs), -(320,588,o), -(331,560,o), -(330,501,c), -(492,501,l), -(496,642,o), -(431,737,o), -(283,737,cs), -(164,737,o), -(74,654,o), -(74,511,cs), -(74,437,o), -(99,364,o), -(99,289,cs), -(99,237,o), -(91,194,o), -(66,132,c) -); -}, -{ -closed = 1; -nodes = ( -(489,0,l), -(489,223,l), -(346,223,l), -(346,135,l), -(20,135,l), -(20,0,l) -); -}, -{ -closed = 1; -nodes = ( -(368,296,l), -(368,420,l), -(27,420,l), -(27,296,l) -); -} -); -width = 514; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(461,0,l), -(461,177,l), -(430,177,l), -(430,29,l), -(182,29,l), -(182,350,l), -(359,350,l), -(359,379,l), -(182,379,l), -(182,539,ls), -(182,639,o), -(217,706,o), -(304,706,cs), -(381,706,o), -(432,658,o), -(432,539,cs), -(432,509,l), -(464,509,l), -(464,539,ls), -(464,657,o), -(413,736,o), -(304,736,cs), -(212,736,o), -(150,674,o), -(150,539,cs), -(150,379,l), -(83,379,l), -(83,350,l), -(150,350,l), -(150,29,l), -(83,29,l), -(83,0,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(81,19,l), -(134,82,o), -(149,138,o), -(149,226,cs), -(149,354,o), -(108,439,o), -(108,543,cs), -(108,650,o), -(159,709,o), -(248,709,cs), -(335,709,o), -(375,642,o), -(373,524,c), -(405,524,l), -(408,670,o), -(343,739,o), -(248,739,cs), -(139,739,o), -(76,666,o), -(76,542,cs), -(76,433,o), -(117,354,o), -(117,224,cs), -(117,144,o), -(106,85,o), -(52,19,c) -); -}, -{ -closed = 1; -nodes = ( -(387,0,l), -(387,180,l), -(356,180,l), -(356,29,l), -(22,29,l), -(22,0,l) -); -}, -{ -closed = 1; -nodes = ( -(312,355,l), -(312,384,l), -(37,384,l), -(37,355,l) -); -} -); -width = 443; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(88,13,l), -(165,86,o), -(189,157,o), -(189,241,cs), -(189,367,o), -(107,426,o), -(107,534,cs), -(107,639,o), -(193,700,o), -(334,700,cs), -(472,700,o), -(554,637,o), -(554,526,c), -(595,527,l), -(595,659,o), -(494,738,o), -(334,738,cs), -(171,738,o), -(68,661,o), -(68,535,cs), -(68,420,o), -(148,364,o), -(148,241,cs), -(148,155,o), -(125,99,o), -(57,31,c) -); -}, -{ -closed = 1; -nodes = ( -(588,0,l), -(588,178,l), -(551,178,l), -(551,36,l), -(-13,36,l), -(-13,0,l) -); -}, -{ -closed = 1; -nodes = ( -(453,345,l), -(453,380,l), -(12,380,l), -(12,345,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(153,29,l), -(210,76,o), -(232,137,o), -(232,208,cs), -(232,326,o), -(145,399,o), -(145,510,cs), -(145,626,o), -(231,702,o), -(364,702,cs), -(501,702,o), -(585,628,o), -(585,506,c), -(624,506,l), -(625,648,o), -(524,739,o), -(364,739,cs), -(209,739,o), -(105,647,o), -(105,510,cs), -(105,389,o), -(193,318,o), -(193,208,cs), -(193,130,o), -(164,74,o), -(108,30,c) -); -}, -{ -closed = 1; -nodes = ( -(613,0,l), -(613,176,l), -(576,176,l), -(576,36,l), -(32,36,l), -(32,0,l) -); -}, -{ -closed = 1; -nodes = ( -(498,330,l), -(498,365,l), -(57,365,l), -(57,330,l) -); -} -); -width = 674; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,132,l), -(354,183,o), -(382,241,o), -(382,301,cs), -(382,381,o), -(338,438,o), -(338,492,cs), -(338,543,o), -(377,567,o), -(426,567,cs), -(479,567,o), -(509,540,o), -(508,491,c), -(736,491,l), -(739,640,o), -(623,739,o), -(425,739,cs), -(237,739,o), -(109,648,o), -(109,506,cs), -(109,422,o), -(161,369,o), -(161,292,cs), -(161,250,o), -(144,213,o), -(92,153,c) -); -}, -{ -closed = 1; -nodes = ( -(728,0,l), -(728,229,l), -(530,229,l), -(530,155,l), -(22,155,l), -(22,0,l) -); -}, -{ -closed = 1; -nodes = ( -(555,281,l), -(555,423,l), -(37,423,l), -(37,281,l) -); -} -); -width = 761; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(461,0,l), -(461,177,l), -(430,177,l), -(430,29,l), -(182,29,l), -(182,350,l), -(359,350,l), -(359,379,l), -(182,379,l), -(182,539,ls), -(182,639,o), -(217,706,o), -(304,706,cs), -(381,706,o), -(432,658,o), -(432,539,cs), -(432,509,l), -(464,509,l), -(464,539,ls), -(464,657,o), -(413,736,o), -(304,736,cs), -(212,736,o), -(150,674,o), -(150,539,cs), -(150,379,l), -(83,379,l), -(83,350,l), -(150,350,l), -(150,29,l), -(83,29,l), -(83,0,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(61,19,l), -(114,82,o), -(129,138,o), -(129,226,cs), -(129,354,o), -(88,439,o), -(88,543,cs), -(88,650,o), -(139,709,o), -(228,709,cs), -(315,709,o), -(355,642,o), -(353,524,c), -(385,524,l), -(388,670,o), -(323,739,o), -(228,739,cs), -(119,739,o), -(56,666,o), -(56,542,cs), -(56,433,o), -(97,354,o), -(97,224,cs), -(97,144,o), -(86,85,o), -(32,19,c) -); -}, -{ -closed = 1; -nodes = ( -(367,0,l), -(367,180,l), -(336,180,l), -(336,29,l), -(2,29,l), -(2,0,l) -); -}, -{ -closed = 1; -nodes = ( -(292,355,l), -(292,384,l), -(17,384,l), -(17,355,l) -); -} -); -width = 403; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(629,0,l), -(629,239,l), -(467,239,l), -(467,162,l), -(286,162,l), -(286,292,l), -(504,292,l), -(504,443,l), -(286,443,l), -(286,500,ls), -(286,550,o), -(311,569,o), -(346,569,cs), -(373,569,o), -(396,557,o), -(402,525,c), -(599,525,l), -(592,653,o), -(492,738,o), -(349,738,cs), -(193,738,o), -(89,647,o), -(89,500,cs), -(89,443,l), -(24,443,l), -(24,292,l), -(89,292,l), -(89,162,l), -(24,162,l), -(24,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,132,l), -(249,179,o), -(264,230,o), -(264,298,cs), -(264,372,o), -(238,455,o), -(238,508,cs), -(238,568,o), -(253,588,o), -(278,588,cs), -(310,588,o), -(321,560,o), -(320,501,c), -(482,501,l), -(486,642,o), -(421,737,o), -(273,737,cs), -(154,737,o), -(64,654,o), -(64,511,cs), -(64,437,o), -(89,364,o), -(89,289,cs), -(89,237,o), -(81,194,o), -(56,132,c) -); -}, -{ -closed = 1; -nodes = ( -(479,0,l), -(479,223,l), -(336,223,l), -(336,135,l), -(10,135,l), -(10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(358,296,l), -(358,420,l), -(17,420,l), -(17,296,l) -); -} -); -width = 494; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,13,l), -(183,86,o), -(203,156,o), -(203,241,cs), -(203,367,o), -(138,426,o), -(138,534,cs), -(138,639,o), -(205,700,o), -(316,700,cs), -(425,700,o), -(489,637,o), -(489,526,c), -(530,527,l), -(530,659,o), -(448,738,o), -(316,738,cs), -(182,738,o), -(98,661,o), -(98,535,cs), -(98,420,o), -(161,364,o), -(161,241,cs), -(161,155,o), -(143,99,o), -(89,31,c) -); -}, -{ -closed = 1; -nodes = ( -(524,0,l), -(524,178,l), -(488,178,l), -(488,36,l), -(32,36,l), -(32,0,l) -); -}, -{ -closed = 1; -nodes = ( -(413,345,l), -(413,380,l), -(52,380,l), -(52,345,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -30 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -29 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 583; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(246,150,l), -(316,202,o), -(326,248,o), -(326,310,cs), -(326,375,o), -(302,459,o), -(302,497,cs), -(302,540,o), -(328,569,o), -(371,569,cs), -(409,569,o), -(438,549,o), -(436,494,c), -(619,499,l), -(621,642,o), -(530,738,o), -(365,738,cs), -(210,738,o), -(107,644,o), -(107,504,cs), -(107,439,o), -(130,366,o), -(130,299,cs), -(130,238,o), -(114,204,o), -(82,150,c) -); -}, -{ -closed = 1; -nodes = ( -(613,0,l), -(613,209,l), -(451,209,l), -(451,152,l), -(28,152,l), -(28,0,l) -); -}, -{ -closed = 1; -nodes = ( -(458,294,l), -(458,435,l), -(38,435,l), -(38,294,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(224,146,l), -(295,193,o), -(313,242,o), -(313,308,cs), -(313,375,o), -(277,458,o), -(277,498,cs), -(277,543,o), -(300,573,o), -(350,573,cs), -(387,573,o), -(418,553,o), -(419,500,c), -(597,500,l), -(600,643,o), -(509,738,o), -(344,738,cs), -(190,738,o), -(88,646,o), -(88,507,cs), -(88,439,o), -(121,365,o), -(121,297,cs), -(121,244,o), -(110,208,o), -(73,146,c) -); -}, -{ -closed = 1; -nodes = ( -(590,0,l), -(590,228,l), -(432,228,l), -(432,149,l), -(19,149,l), -(19,0,l) -); -}, -{ -closed = 1; -nodes = ( -(447,288,l), -(447,425,l), -(29,425,l), -(29,288,l) -); -} -); -width = 618; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(88,13,l), -(165,86,o), -(189,157,o), -(189,241,cs), -(189,367,o), -(107,426,o), -(107,534,cs), -(107,639,o), -(193,700,o), -(334,700,cs), -(472,700,o), -(554,637,o), -(554,526,c), -(595,527,l), -(595,659,o), -(494,738,o), -(334,738,cs), -(171,738,o), -(68,661,o), -(68,535,cs), -(68,420,o), -(148,364,o), -(148,241,cs), -(148,155,o), -(125,99,o), -(57,31,c) -); -}, -{ -closed = 1; -nodes = ( -(588,0,l), -(588,178,l), -(551,178,l), -(551,36,l), -(-13,36,l), -(-13,0,l) -); -}, -{ -closed = 1; -nodes = ( -(453,345,l), -(453,380,l), -(12,380,l), -(12,345,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,29,l), -(200,76,o), -(222,137,o), -(222,208,cs), -(222,326,o), -(135,399,o), -(135,510,cs), -(135,626,o), -(221,702,o), -(354,702,cs), -(491,702,o), -(575,628,o), -(575,506,c), -(614,506,l), -(615,648,o), -(514,739,o), -(354,739,cs), -(199,739,o), -(95,647,o), -(95,510,cs), -(95,389,o), -(183,318,o), -(183,208,cs), -(183,130,o), -(154,74,o), -(98,30,c) -); -}, -{ -closed = 1; -nodes = ( -(603,0,l), -(603,176,l), -(566,176,l), -(566,36,l), -(22,36,l), -(22,0,l) -); -}, -{ -closed = 1; -nodes = ( -(488,330,l), -(488,365,l), -(47,365,l), -(47,330,l) -); -} -); -width = 654; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,132,l), -(344,183,o), -(372,241,o), -(372,301,cs), -(372,381,o), -(328,438,o), -(328,492,cs), -(328,543,o), -(367,567,o), -(416,567,cs), -(469,567,o), -(499,540,o), -(498,491,c), -(726,491,l), -(729,640,o), -(613,739,o), -(415,739,cs), -(227,739,o), -(99,648,o), -(99,506,cs), -(99,422,o), -(151,369,o), -(151,292,cs), -(151,250,o), -(134,213,o), -(82,153,c) -); -}, -{ -closed = 1; -nodes = ( -(718,0,l), -(718,229,l), -(520,229,l), -(520,155,l), -(12,155,l), -(12,0,l) -); -}, -{ -closed = 1; -nodes = ( -(545,281,l), -(545,423,l), -(27,423,l), -(27,281,l) -); -} -); -width = 741; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(141,13,l), -(202,86,o), -(222,156,o), -(222,241,cs), -(222,367,o), -(157,426,o), -(157,534,cs), -(157,639,o), -(224,700,o), -(333,700,cs), -(440,700,o), -(502,637,o), -(502,526,c), -(542,527,l), -(542,659,o), -(461,738,o), -(333,738,cs), -(201,738,o), -(119,661,o), -(119,535,cs), -(119,420,o), -(180,364,o), -(180,241,cs), -(180,155,o), -(162,99,o), -(110,31,c) -); -}, -{ -closed = 1; -nodes = ( -(537,0,l), -(537,178,l), -(501,178,l), -(501,36,l), -(53,36,l), -(53,0,l) -); -}, -{ -closed = 1; -nodes = ( -(428,345,l), -(428,380,l), -(73,380,l), -(73,345,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -30 -); -stem = -2; -target = ( -0, -31 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -12 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -29 -); -stem = -2; -target = ( -0, -4 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 616; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(246,150,l), -(316,202,o), -(326,248,o), -(326,310,cs), -(326,375,o), -(302,459,o), -(302,497,cs), -(302,540,o), -(328,569,o), -(371,569,cs), -(409,569,o), -(438,549,o), -(436,494,c), -(619,499,l), -(621,642,o), -(530,738,o), -(365,738,cs), -(210,738,o), -(107,644,o), -(107,504,cs), -(107,439,o), -(130,366,o), -(130,299,cs), -(130,238,o), -(114,204,o), -(82,150,c) -); -}, -{ -closed = 1; -nodes = ( -(613,0,l), -(613,209,l), -(451,209,l), -(451,152,l), -(28,152,l), -(28,0,l) -); -}, -{ -closed = 1; -nodes = ( -(458,294,l), -(458,435,l), -(38,435,l), -(38,294,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(241,146,l), -(310,194,o), -(327,242,o), -(327,308,cs), -(327,375,o), -(293,458,o), -(293,498,cs), -(293,542,o), -(314,573,o), -(360,573,cs), -(395,573,o), -(424,553,o), -(425,500,c), -(601,500,l), -(604,643,o), -(516,738,o), -(354,738,cs), -(205,738,o), -(106,646,o), -(106,507,cs), -(106,439,o), -(137,365,o), -(137,297,cs), -(137,245,o), -(127,209,o), -(91,146,c) -); -}, -{ -closed = 1; -nodes = ( -(594,0,l), -(594,228,l), -(438,228,l), -(438,149,l), -(39,149,l), -(39,0,l) -); -}, -{ -closed = 1; -nodes = ( -(454,288,l), -(454,425,l), -(49,425,l), -(49,288,l) -); -} -); -width = 641; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(27,19,l), -(93,81,o), -(120,140,o), -(137,222,cs), -(163,348,o), -(139,432,o), -(161,536,cs), -(183,644,o), -(246,702,o), -(335,702,cs), -(422,702,o), -(449,636,o), -(422,519,c), -(454,519,l), -(488,666,o), -(435,732,o), -(342,732,cs), -(233,732,o), -(119,662,o), -(119,407,cs), -(119,398,o), -(119,389,o), -(119,381,cs), -(119,143,o), -(35,55,o), -(-2,19,c) -); -}, -{ -closed = 1; -nodes = ( -(329,0,l), -(366,178,l), -(335,178,l), -(304,29,l), -(-30,29,l), -(-36,0,l) -); -}, -{ -closed = 1; -nodes = ( -(327,351,l), -(333,380,l), -(58,380,l), -(52,351,l) -); -} -); -}; -guides = ( -{ -pos = (315,519); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(38,19,l), -(100,67,o), -(140,140,o), -(157,225,cs), -(183,353,o), -(158,457,o), -(181,570,cs), -(200,661,o), -(250,711,o), -(325,711,cs), -(417,711,o), -(452,637,o), -(414,511,c), -(447,511,l), -(488,655,o), -(436,739,o), -(325,739,cs), -(238,739,o), -(170,676,o), -(150,579,cs), -(126,465,o), -(151,358,o), -(126,234,cs), -(109,149,o), -(73,83,o), -(16,29,c) -); -}, -{ -closed = 1; -nodes = ( -(330,0,l), -(366,177,l), -(335,177,l), -(305,29,l), -(-30,29,l), -(-36,0,l) -); -}, -{ -closed = 1; -nodes = ( -(337,349,l), -(343,378,l), -(68,378,l), -(62,349,l) -); -} -); -width = 437; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(164,132,l), -(240,179,o), -(266,230,o), -(280,299,cs), -(295,372,o), -(287,452,o), -(299,517,cs), -(309,570,o), -(328,588,o), -(354,588,cs), -(392,588,o), -(388,548,o), -(378,501,c), -(540,501,l), -(566,643,o), -(501,736,o), -(363,737,cs), -(240,738,o), -(157,675,o), -(130,542,cs), -(107,431,o), -(123,366,o), -(107,289,cs), -(97,241,o), -(76,195,o), -(37,132,c) -); -}, -{ -closed = 1; -nodes = ( -(433,0,l), -(479,223,l), -(336,223,l), -(318,135,l), -(-8,135,l), -(-36,0,l) -); -}, -{ -closed = 1; -nodes = ( -(373,296,l), -(399,420,l), -(58,420,l), -(32,296,l) -); -} -); -width = 513; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(66,18,l), -(188,109,o), -(227,201,o), -(227,313,cs), -(227,387,o), -(210,433,o), -(210,493,cs), -(210,631,o), -(290,696,o), -(411,696,cs), -(510,696,o), -(573,635,o), -(568,527,c), -(609,527,l), -(614,649,o), -(539,731,o), -(408,731,cs), -(267,731,o), -(169,644,o), -(169,489,cs), -(169,426,o), -(185,371,o), -(185,305,cs), -(185,216,o), -(156,129,o), -(42,33,c) -); -}, -{ -closed = 1; -nodes = ( -(491,0,l), -(528,178,l), -(492,178,l), -(462,36,l), -(6,36,l), -(-1,0,l) -); -}, -{ -closed = 1; -nodes = ( -(451,345,l), -(459,380,l), -(98,380,l), -(90,345,l) -); -} -); -width = 622; -}, -{ -guides = ( -{ -pos = (561,500); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,146,l), -(318,204,o), -(346,273,o), -(346,371,cs), -(346,407,o), -(342,444,o), -(342,477,cs), -(342,533,o), -(371,571,o), -(423,571,cs), -(471,571,o), -(495,542,o), -(488,499,c), -(667,499,l), -(681,641,o), -(585,736,o), -(428,736,cs), -(262,736,o), -(151,638,o), -(151,464,cs), -(151,422,o), -(152,398,o), -(152,374,cs), -(152,282,o), -(133,236,o), -(59,146,c) -); -}, -{ -closed = 1; -nodes = ( -(554,0,l), -(601,228,l), -(443,228,l), -(427,149,l), -(14,149,l), -(-17,0,l) -); -}, -{ -closed = 1; -nodes = ( -(471,288,l), -(499,425,l), -(81,425,l), -(53,288,l) -); -} -); -width = 659; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(106,25,l), -(177,71,o), -(228,164,o), -(228,267,cs), -(228,353,o), -(193,399,o), -(193,482,cs), -(193,622,o), -(293,701,o), -(432,701,cs), -(567,701,o), -(647,626,o), -(641,509,c), -(681,509,l), -(687,650,o), -(586,738,o), -(434,738,cs), -(269,738,o), -(153,636,o), -(153,480,cs), -(153,393,o), -(188,341,o), -(188,261,cs), -(188,166,o), -(139,75,o), -(61,24,c) -); -}, -{ -closed = 1; -nodes = ( -(561,0,l), -(598,176,l), -(561,176,l), -(531,36,l), -(-14,36,l), -(-21,0,l) -); -}, -{ -closed = 1; -nodes = ( -(514,332,l), -(522,367,l), -(80,367,l), -(72,332,l) -); -} -); -width = 675; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,148,l), -(337,188,o), -(393,245,o), -(393,354,cs), -(393,399,o), -(381,437,o), -(381,473,cs), -(381,531,o), -(419,566,o), -(474,566,cs), -(530,566,o), -(562,538,o), -(556,494,c), -(785,494,l), -(790,641,o), -(683,739,o), -(476,739,cs), -(288,739,o), -(153,637,o), -(153,484,cs), -(153,436,o), -(169,396,o), -(169,350,cs), -(169,264,o), -(132,206,o), -(58,141,c) -); -}, -{ -closed = 1; -nodes = ( -(672,0,l), -(719,230,l), -(521,230,l), -(506,155,l), -(-2,155,l), -(-34,0,l) -); -}, -{ -closed = 1; -nodes = ( -(557,282,l), -(587,424,l), -(69,424,l), -(39,282,l) -); -} -); -width = 761; -} -); -unicode = 163; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/strokelongcomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/strokelongcomb.glyph deleted file mode 100644 index 4fc33f64..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/strokelongcomb.glyph +++ /dev/null @@ -1,386 +0,0 @@ -{ -glyphname = strokelongcomb; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (249,369); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(458,355,l), -(458,383,l), -(40,383,l), -(40,355,l) -); -} -); -width = 498; -}, -{ -anchors = ( -{ -name = _center; -pos = (300,369); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(560,300,l), -(560,438,l), -(40,438,l), -(40,300,l) -); -} -); -width = 600; -}, -{ -anchors = ( -{ -name = _center; -pos = (462,369); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(884,352,l), -(884,386,l), -(40,386,l), -(40,352,l) -); -} -); -width = 924; -}, -{ -anchors = ( -{ -name = _center; -pos = (499,365); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(958,300,l), -(958,438,l), -(40,438,l), -(40,300,l) -); -} -); -width = 998; -}, -{ -anchors = ( -{ -name = _center; -pos = (229,369); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(438,355,l), -(438,383,l), -(20,383,l), -(20,355,l) -); -} -); -width = 458; -}, -{ -anchors = ( -{ -name = _center; -pos = (290,369); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(550,300,l), -(550,438,l), -(30,438,l), -(30,300,l) -); -} -); -width = 580; -}, -{ -anchors = ( -{ -name = _center; -pos = (407,369); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(794,352,l), -(794,386,l), -(20,386,l), -(20,352,l) -); -} -); -width = 814; -}, -{ -anchors = ( -{ -name = _center; -pos = (434,365); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(849,300,l), -(849,438,l), -(19,438,l), -(19,300,l) -); -} -); -width = 868; -}, -{ -anchors = ( -{ -name = _center; -pos = (452,369); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(874,352,l), -(874,386,l), -(30,386,l), -(30,352,l) -); -} -); -width = 904; -}, -{ -anchors = ( -{ -name = _center; -pos = (489,365); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(948,300,l), -(948,438,l), -(30,438,l), -(30,300,l) -); -} -); -width = 978; -}, -{ -anchors = ( -{ -name = _center; -pos = (422,369); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(801,352,l), -(801,386,l), -(43,386,l), -(43,352,l) -); -} -); -width = 842; -}, -{ -anchors = ( -{ -name = _center; -pos = (445,365); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(850,300,l), -(850,438,l), -(39,438,l), -(39,300,l) -); -} -); -width = 888; -}, -{ -anchors = ( -{ -name = _center; -pos = (272,369); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(478,355,l), -(484,383,l), -(66,383,l), -(60,355,l) -); -} -); -width = 498; -}, -{ -anchors = ( -{ -name = _center; -pos = (321,369); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(567,300,l), -(595,438,l), -(75,438,l), -(47,300,l) -); -} -); -width = 601; -}, -{ -anchors = ( -{ -name = _center; -pos = (450,369); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(833,352,l), -(841,386,l), -(67,386,l), -(59,352,l) -); -} -); -width = 855; -}, -{ -anchors = ( -{ -name = _center; -pos = (474,365); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(876,300,l), -(904,438,l), -(74,438,l), -(46,300,l) -); -} -); -width = 910; -}, -{ -anchors = ( -{ -name = _center; -pos = (485,369); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(903,352,l), -(911,386,l), -(67,386,l), -(59,352,l) -); -} -); -width = 925; -}, -{ -anchors = ( -{ -name = _center; -pos = (518,365); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(964,300,l), -(992,438,l), -(74,438,l), -(46,300,l) -); -} -); -width = 998; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 822; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.case.T_.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.case.T_.glyph deleted file mode 100644 index a8b4190d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.case.T_.glyph +++ /dev/null @@ -1,386 +0,0 @@ -{ -export = 0; -glyphname = strokeshortcomb.case.T; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (160,354); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(280,340,l), -(280,368,l), -(40,368,l), -(40,340,l) -); -} -); -width = 320; -}, -{ -anchors = ( -{ -name = _center; -pos = (192,347); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(343,274,l), -(343,420,l), -(40,420,l), -(40,274,l) -); -} -); -width = 383; -}, -{ -anchors = ( -{ -name = _center; -pos = (266,355); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(492,338,l), -(492,371,l), -(40,371,l), -(40,338,l) -); -} -); -width = 532; -}, -{ -anchors = ( -{ -name = _center; -pos = (286,347); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(531,264,l), -(531,430,l), -(40,430,l), -(40,264,l) -); -} -); -width = 571; -}, -{ -anchors = ( -{ -name = _center; -pos = (140,354); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,340,l), -(260,368,l), -(20,368,l), -(20,340,l) -); -} -); -width = 280; -}, -{ -anchors = ( -{ -name = _center; -pos = (182,347); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(333,274,l), -(333,420,l), -(30,420,l), -(30,274,l) -); -} -); -width = 363; -}, -{ -anchors = ( -{ -name = _center; -pos = (210,354); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(400,337,l), -(400,371,l), -(20,371,l), -(20,337,l) -); -} -); -width = 420; -}, -{ -anchors = ( -{ -name = _center; -pos = (240,347); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(460,264,l), -(460,430,l), -(19,430,l), -(19,264,l) -); -} -); -width = 479; -}, -{ -anchors = ( -{ -name = _center; -pos = (256,355); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(482,338,l), -(482,371,l), -(30,371,l), -(30,338,l) -); -} -); -width = 512; -}, -{ -anchors = ( -{ -name = _center; -pos = (276,347); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(521,264,l), -(521,430,l), -(30,430,l), -(30,264,l) -); -} -); -width = 551; -}, -{ -anchors = ( -{ -name = _center; -pos = (223,354); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(409,337,l), -(409,371,l), -(37,371,l), -(37,337,l) -); -} -); -width = 446; -}, -{ -anchors = ( -{ -name = _center; -pos = (248,347); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(461,264,l), -(461,430,l), -(35,430,l), -(35,264,l) -); -} -); -width = 496; -}, -{ -anchors = ( -{ -name = _center; -pos = (180,354); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(297,340,l), -(303,368,l), -(63,368,l), -(57,340,l) -); -} -); -width = 320; -}, -{ -anchors = ( -{ -name = _center; -pos = (208,347); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(344,274,l), -(374,420,l), -(71,420,l), -(41,274,l) -); -} -); -width = 383; -}, -{ -anchors = ( -{ -name = _center; -pos = (250,354); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(436,337,l), -(444,371,l), -(64,371,l), -(56,337,l) -); -} -); -width = 461; -}, -{ -anchors = ( -{ -name = _center; -pos = (277,347); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(480,264,l), -(514,430,l), -(73,430,l), -(39,264,l) -); -} -); -width = 522; -}, -{ -anchors = ( -{ -name = _center; -pos = (286,355); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(509,338,l), -(515,371,l), -(63,371,l), -(57,338,l) -); -} -); -width = 533; -}, -{ -anchors = ( -{ -name = _center; -pos = (302,347); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(530,264,l), -(564,430,l), -(73,430,l), -(39,264,l) -); -} -); -width = 572; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.case.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.case.glyph deleted file mode 100644 index c32d70a5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.case.glyph +++ /dev/null @@ -1,391 +0,0 @@ -{ -glyphname = strokeshortcomb.case; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (119,279); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,267,l), -(239,291,l), -(40,291,l), -(40,267,l) -); -} -); -width = 279; -}, -{ -anchors = ( -{ -name = _center; -pos = (168,306); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(297,235,l), -(297,378,l), -(40,378,l), -(40,235,l) -); -} -); -width = 337; -}, -{ -anchors = ( -{ -name = _center; -pos = (217,388); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(450,372,l), -(450,404,l), -(40,404,l), -(40,372,l) -); -} -); -width = 490; -}, -{ -anchors = ( -{ -name = _center; -pos = (242,303); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(479,243,l), -(479,364,l), -(40,364,l), -(40,243,l) -); -} -); -width = 519; -}, -{ -anchors = ( -{ -name = _center; -pos = (99,279); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(219,267,l), -(219,291,l), -(20,291,l), -(20,267,l) -); -} -); -width = 239; -}, -{ -anchors = ( -{ -name = _center; -pos = (158,306); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,235,l), -(287,378,l), -(30,378,l), -(30,235,l) -); -} -); -width = 317; -}, -{ -anchors = ( -{ -name = _center; -pos = (165,388); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(374,372,l), -(374,404,l), -(20,404,l), -(20,372,l) -); -} -); -width = 394; -}, -{ -anchors = ( -{ -name = _center; -pos = (230,378); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(430,310,l), -(430,455,l), -(19,455,l), -(19,310,l) -); -} -); -width = 449; -}, -{ -anchors = ( -{ -name = _center; -pos = (207,388); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(440,372,l), -(440,404,l), -(30,404,l), -(30,372,l) -); -} -); -width = 470; -}, -{ -anchors = ( -{ -name = _center; -pos = (232,303); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(469,243,l), -(469,364,l), -(30,364,l), -(30,243,l) -); -} -); -width = 499; -}, -{ -anchors = ( -{ -name = _center; -pos = (184,388); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(389,372,l), -(389,404,l), -(43,404,l), -(43,372,l) -); -} -); -width = 431; -}, -{ -anchors = ( -{ -name = _center; -pos = (244,378); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(436,310,l), -(436,455,l), -(39,455,l), -(39,310,l) -); -} -); -width = 473; -}, -{ -anchors = ( -{ -name = _center; -pos = (124,279); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,267,l), -(246,291,l), -(47,291,l), -(43,267,l) -); -} -); -width = 280; -}, -{ -anchors = ( -{ -name = _center; -pos = (176,306); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,235,l), -(320,378,l), -(63,378,l), -(33,235,l) -); -} -); -width = 338; -}, -{ -anchors = ( -{ -name = _center; -pos = (212,388); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(418,372,l), -(424,404,l), -(70,404,l), -(64,372,l) -); -} -); -width = 434; -}, -{ -anchors = ( -{ -name = _center; -pos = (273,378); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(459,310,l), -(489,455,l), -(78,455,l), -(48,310,l) -); -} -); -width = 491; -}, -{ -anchors = ( -{ -name = _center; -pos = (244,388); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(474,372,l), -(480,404,l), -(70,404,l), -(64,372,l) -); -} -); -width = 490; -}, -{ -anchors = ( -{ -name = _center; -pos = (249,303); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(473,243,l), -(499,364,l), -(60,364,l), -(34,243,l) -); -} -); -width = 520; -} -); -metricLeft = "=40"; -metricRight = "=40"; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.glyph deleted file mode 100644 index c2d1d25f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.glyph +++ /dev/null @@ -1,386 +0,0 @@ -{ -glyphname = strokeshortcomb; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (134,306); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,293,l), -(228,320,l), -(40,320,l), -(40,293,l) -); -} -); -width = 268; -}, -{ -anchors = ( -{ -name = _center; -pos = (181,306); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,245,l), -(322,368,l), -(40,368,l), -(40,245,l) -); -} -); -width = 362; -}, -{ -anchors = ( -{ -name = _center; -pos = (202,307); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(364,290,l), -(364,324,l), -(40,324,l), -(40,290,l) -); -} -); -width = 404; -}, -{ -anchors = ( -{ -name = _center; -pos = (235,306); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(429,248,l), -(429,364,l), -(40,364,l), -(40,248,l) -); -} -); -width = 469; -}, -{ -anchors = ( -{ -name = _center; -pos = (114,306); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,293,l), -(208,320,l), -(20,320,l), -(20,293,l) -); -} -); -width = 228; -}, -{ -anchors = ( -{ -name = _center; -pos = (171,306); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(312,245,l), -(312,368,l), -(30,368,l), -(30,245,l) -); -} -); -width = 342; -}, -{ -anchors = ( -{ -name = _center; -pos = (172,307); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(324,291,l), -(324,323,l), -(20,323,l), -(20,291,l) -); -} -); -width = 344; -}, -{ -anchors = ( -{ -name = _center; -pos = (194,306); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,248,l), -(368,364,l), -(19,364,l), -(19,248,l) -); -} -); -width = 387; -}, -{ -anchors = ( -{ -name = _center; -pos = (192,307); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(354,290,l), -(354,324,l), -(30,324,l), -(30,290,l) -); -} -); -width = 384; -}, -{ -anchors = ( -{ -name = _center; -pos = (225,306); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(419,248,l), -(419,364,l), -(30,364,l), -(30,248,l) -); -} -); -width = 449; -}, -{ -anchors = ( -{ -name = _center; -pos = (191,307); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(341,291,l), -(341,323,l), -(43,323,l), -(43,291,l) -); -} -); -width = 381; -}, -{ -anchors = ( -{ -name = _center; -pos = (207,306); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(374,248,l), -(374,364,l), -(39,364,l), -(39,248,l) -); -} -); -width = 412; -}, -{ -anchors = ( -{ -name = _center; -pos = (144,306); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,293,l), -(241,320,l), -(53,320,l), -(47,293,l) -); -} -); -width = 268; -}, -{ -anchors = ( -{ -name = _center; -pos = (189,306); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(317,245,l), -(343,368,l), -(61,368,l), -(35,245,l) -); -} -); -width = 363; -}, -{ -anchors = ( -{ -name = _center; -pos = (202,307); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(351,291,l), -(357,323,l), -(53,323,l), -(47,291,l) -); -} -); -width = 384; -}, -{ -anchors = ( -{ -name = _center; -pos = (222,306); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(384,248,l), -(408,364,l), -(59,364,l), -(35,248,l) -); -} -); -width = 429; -}, -{ -anchors = ( -{ -name = _center; -pos = (213,307); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,290,l), -(379,324,l), -(55,324,l), -(47,290,l) -); -} -); -width = 405; -}, -{ -anchors = ( -{ -name = _center; -pos = (242,306); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(424,248,l), -(448,364,l), -(59,364,l), -(35,248,l) -); -} -); -width = 469; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 821; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.t.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.t.glyph deleted file mode 100644 index cb1269e0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/strokeshortcomb.t.glyph +++ /dev/null @@ -1,386 +0,0 @@ -{ -export = 0; -glyphname = strokeshortcomb.t; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (105,258); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(169,246,l), -(169,270,l), -(40,270,l), -(40,246,l) -); -} -); -width = 209; -}, -{ -anchors = ( -{ -name = _center; -pos = (171,272); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,200,l), -(302,343,l), -(40,343,l), -(40,200,l) -); -} -); -width = 342; -}, -{ -anchors = ( -{ -name = _center; -pos = (190,279); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(340,263,l), -(340,295,l), -(40,295,l), -(40,263,l) -); -} -); -width = 380; -}, -{ -anchors = ( -{ -name = _center; -pos = (260,285); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(479,224,l), -(479,345,l), -(40,345,l), -(40,224,l) -); -} -); -width = 519; -}, -{ -anchors = ( -{ -name = _center; -pos = (85,258); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(149,246,l), -(149,270,l), -(20,270,l), -(20,246,l) -); -} -); -width = 169; -}, -{ -anchors = ( -{ -name = _center; -pos = (161,272); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,200,l), -(292,343,l), -(30,343,l), -(30,200,l) -); -} -); -width = 322; -}, -{ -anchors = ( -{ -name = _center; -pos = (157,259); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(294,243,l), -(294,275,l), -(20,275,l), -(20,243,l) -); -} -); -width = 314; -}, -{ -anchors = ( -{ -name = _center; -pos = (210,277); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(400,204,l), -(400,349,l), -(19,349,l), -(19,204,l) -); -} -); -width = 419; -}, -{ -anchors = ( -{ -name = _center; -pos = (180,279); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,263,l), -(330,295,l), -(30,295,l), -(30,263,l) -); -} -); -width = 360; -}, -{ -anchors = ( -{ -name = _center; -pos = (250,285); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(469,224,l), -(469,345,l), -(30,345,l), -(30,224,l) -); -} -); -width = 499; -}, -{ -anchors = ( -{ -name = _center; -pos = (170,259); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(305,243,l), -(305,275,l), -(37,275,l), -(37,243,l) -); -} -); -width = 342; -}, -{ -anchors = ( -{ -name = _center; -pos = (219,277); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(402,204,l), -(402,349,l), -(35,349,l), -(35,204,l) -); -} -); -width = 437; -}, -{ -anchors = ( -{ -name = _center; -pos = (105,258); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,246,l), -(172,270,l), -(43,270,l), -(38,246,l) -); -} -); -width = 210; -}, -{ -anchors = ( -{ -name = _center; -pos = (171,272); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,200,l), -(317,343,l), -(55,343,l), -(25,200,l) -); -} -); -width = 342; -}, -{ -anchors = ( -{ -name = _center; -pos = (177,259); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(311,243,l), -(317,275,l), -(43,275,l), -(37,243,l) -); -} -); -width = 354; -}, -{ -anchors = ( -{ -name = _center; -pos = (232,277); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(407,204,l), -(437,349,l), -(56,349,l), -(26,204,l) -); -} -); -width = 461; -}, -{ -anchors = ( -{ -name = _center; -pos = (190,259); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(337,243,l), -(343,275,l), -(43,275,l), -(37,243,l) -); -} -); -width = 380; -}, -{ -anchors = ( -{ -name = _center; -pos = (262,285); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(469,224,l), -(494,345,l), -(55,345,l), -(30,224,l) -); -} -); -width = 519; -} -); -metricLeft = "=40"; -metricRight = "=40"; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/summation.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/summation.glyph deleted file mode 100644 index 46c1d47f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/summation.glyph +++ /dev/null @@ -1,586 +0,0 @@ -{ -glyphname = summation; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(410,-151,l), -(410,11,l), -(291,11,l), -(221,9,l), -(221,18,l), -(371,289,l), -(221,560,l), -(221,569,l), -(291,567,l), -(410,567,l), -(410,729,l), -(15,729,l), -(15,547,l), -(159,301,l), -(159,277,l), -(15,31,l), -(15,-151,l) -); -} -); -width = 423; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,-151,l), -(323,-122,l), -(154,-122,l), -(39,-122,l), -(39,-119,l), -(223,289,l), -(39,697,l), -(39,700,l), -(154,700,l), -(323,700,l), -(323,729,l), -(7,729,l), -(7,694,l), -(186,291,l), -(186,288,l), -(7,-116,l), -(7,-151,l) -); -} -); -width = 321; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(585,-151,l), -(585,-117,l), -(283,-117,l), -(58,-117,l), -(58,-114,l), -(407,289,l), -(58,692,l), -(58,695,l), -(283,695,l), -(585,695,l), -(585,729,l), -(15,729,l), -(15,689,l), -(359,291,l), -(359,288,l), -(15,-111,l), -(15,-151,l) -); -} -); -width = 598; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-151,l), -(659,48,l), -(483,48,l), -(318,46,l), -(318,56,l), -(565,289,l), -(318,522,l), -(318,532,l), -(483,530,l), -(659,530,l), -(659,729,l), -(16,729,l), -(16,518,l), -(247,302,l), -(247,276,l), -(16,60,l), -(16,-151,l) -); -} -); -width = 673; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(305,-151,l), -(305,-122,l), -(136,-122,l), -(21,-122,l), -(21,-119,l), -(205,289,l), -(21,697,l), -(21,700,l), -(136,700,l), -(305,700,l), -(305,729,l), -(-11,729,l), -(-11,694,l), -(168,291,l), -(168,288,l), -(-11,-116,l), -(-11,-151,l) -); -} -); -width = 285; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(401,-151,l), -(401,11,l), -(282,11,l), -(212,9,l), -(212,18,l), -(362,289,l), -(212,560,l), -(212,569,l), -(282,567,l), -(401,567,l), -(401,729,l), -(6,729,l), -(6,547,l), -(150,301,l), -(150,277,l), -(6,31,l), -(6,-151,l) -); -} -); -width = 405; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(480,-151,l), -(480,-117,l), -(232,-117,l), -(48,-117,l), -(48,-114,l), -(336,289,l), -(48,692,l), -(48,695,l), -(232,695,l), -(480,695,l), -(480,729,l), -(3,729,l), -(3,689,l), -(286,291,l), -(286,288,l), -(3,-111,l), -(3,-151,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 484; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-151,l), -(523,48,l), -(371,48,l), -(262,46,l), -(262,56,l), -(484,289,l), -(262,522,l), -(262,532,l), -(371,530,l), -(523,530,l), -(523,729,l), -(8,729,l), -(8,518,l), -(213,302,l), -(213,276,l), -(8,60,l), -(8,-151,l) -); -} -); -width = 529; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-151,l), -(580,-117,l), -(278,-117,l), -(53,-117,l), -(53,-114,l), -(402,289,l), -(53,692,l), -(53,695,l), -(278,695,l), -(580,695,l), -(580,729,l), -(10,729,l), -(10,689,l), -(354,291,l), -(354,288,l), -(10,-111,l), -(10,-151,l) -); -} -); -width = 588; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-151,l), -(649,48,l), -(473,48,l), -(308,46,l), -(308,56,l), -(555,289,l), -(308,522,l), -(308,532,l), -(473,530,l), -(649,530,l), -(649,729,l), -(6,729,l), -(6,518,l), -(237,302,l), -(237,276,l), -(6,60,l), -(6,-151,l) -); -} -); -width = 653; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(498,-151,l), -(498,-117,l), -(254,-117,l), -(74,-117,l), -(74,-114,l), -(356,289,l), -(74,692,l), -(74,695,l), -(254,695,l), -(498,695,l), -(498,729,l), -(31,729,l), -(31,689,l), -(308,291,l), -(308,288,l), -(31,-111,l), -(31,-151,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 524; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(528,-151,l), -(528,48,l), -(383,48,l), -(279,46,l), -(279,56,l), -(493,289,l), -(279,522,l), -(279,532,l), -(383,530,l), -(528,530,l), -(528,729,l), -(28,729,l), -(28,518,l), -(224,302,l), -(224,276,l), -(28,60,l), -(28,-151,l) -); -} -); -width = 552; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(234,-151,l), -(241,-122,l), -(43,-122,l), -(-38,-122,l), -(-38,-119,l), -(227,287,l), -(129,697,l), -(129,700,l), -(195,700,l), -(412,700,l), -(419,729,l), -(106,729,l), -(98,694,l), -(191,293,l), -(191,290,l), -(-71,-116,l), -(-79,-151,l) -); -} -); -width = 319; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(318,-151,l), -(353,11,l), -(245,11,l), -(176,9,l), -(177,18,l), -(372,284,l), -(271,560,l), -(272,569,l), -(342,567,l), -(469,567,l), -(504,729,l), -(113,729,l), -(74,547,l), -(165,306,l), -(160,282,l), -(-34,31,l), -(-73,-151,l) -); -} -); -width = 422; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,-151,l), -(421,-117,l), -(121,-117,l), -(-5,-117,l), -(-4,-114,l), -(364,287,l), -(159,692,l), -(160,695,l), -(267,695,l), -(592,695,l), -(599,729,l), -(127,729,l), -(118,689,l), -(315,293,l), -(314,290,l), -(-50,-111,l), -(-58,-151,l) -); -} -); -width = 526; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(450,-151,l), -(492,48,l), -(362,48,l), -(253,46,l), -(255,56,l), -(499,284,l), -(317,522,l), -(319,532,l), -(426,530,l), -(592,530,l), -(635,729,l), -(125,729,l), -(80,518,l), -(228,308,l), -(223,282,l), -(-15,60,l), -(-60,-151,l) -); -} -); -width = 566; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(493,-151,l), -(500,-117,l), -(157,-117,l), -(-17,-117,l), -(-16,-114,l), -(410,288,l), -(144,692,l), -(146,695,l), -(291,695,l), -(671,695,l), -(678,729,l), -(114,729,l), -(106,689,l), -(362,293,l), -(362,290,l), -(-63,-111,l), -(-71,-151,l) -); -} -); -width = 593; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(564,-151,l), -(606,48,l), -(435,48,l), -(271,46,l), -(273,56,l), -(562,288,l), -(364,522,l), -(367,532,l), -(529,530,l), -(706,530,l), -(749,729,l), -(112,729,l), -(67,518,l), -(249,303,l), -(244,277,l), -(-28,60,l), -(-73,-151,l) -); -} -); -width = 667; -} -); -unicode = 8721; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/t.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/t.glyph deleted file mode 100644 index 73a0797b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/t.glyph +++ /dev/null @@ -1,1555 +0,0 @@ -{ -glyphname = t; -kernLeft = KO_t; -kernRight = KO_t; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (176,0); -}, -{ -name = center; -pos = (141,271); -}, -{ -name = top; -pos = (136,541); -}, -{ -name = topright; -pos = (225,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(226,-10,o), -(256,-4,o), -(270,4,c), -(270,127,l), -(263,124,o), -(252,122,o), -(246,122,cs), -(228,122,o), -(225,132,o), -(225,156,cs), -(225,401,l), -(270,398,l), -(270,541,l), -(225,539,l), -(225,683,l), -(46,668,l), -(46,539,l), -(8,541,l), -(8,398,l), -(46,401,l), -(46,126,ls), -(46,25,o), -(93,-10,o), -(189,-10,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,0,l), -(270,132,l), -(246,132,ls), -(228,132,o), -(225,137,o), -(225,160,cs), -(225,401,l), -(270,398,l), -(270,541,l), -(225,539,l), -(225,683,l), -(49,668,l), -(49,539,l), -(11,541,l), -(11,398,l), -(49,401,l), -(49,124,ls), -(49,40,o), -(87,0,o), -(176,0,cs) -); -} -); -width = 287; -}, -{ -anchors = ( -{ -name = bottom; -pos = (106,0); -}, -{ -name = center; -pos = (83,258); -}, -{ -name = top; -pos = (77,516); -}, -{ -name = topright; -pos = (91,785); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(147,0,l), -(147,29,l), -(118,29,ls), -(99,29,o), -(91,38,o), -(91,54,cs), -(91,492,l), -(147,492,l), -(147,516,l), -(91,516,l), -(91,700,l), -(63,697,l), -(63,516,l), -(18,516,l), -(18,492,l), -(63,492,l), -(63,48,ls), -(63,10,o), -(86,0,o), -(113,0,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,0,l), -(146,29,l), -(119,29,ls), -(96,29,o), -(92,41,o), -(92,64,cs), -(92,492,l), -(147,492,l), -(147,516,l), -(92,516,l), -(92,700,l), -(63,697,l), -(63,516,l), -(18,516,l), -(18,492,l), -(63,492,l), -(63,56,ls), -(63,14,o), -(82,0,o), -(115,0,cs) -); -} -); -width = 163; -}, -{ -anchors = ( -{ -name = bottom; -pos = (212,0); -}, -{ -name = center; -pos = (161,279); -}, -{ -name = top; -pos = (165,517); -}, -{ -name = topright; -pos = (171,776); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(311,0,l), -(311,36,l), -(222,36,ls), -(185,36,o), -(166,49,o), -(166,95,cs), -(166,485,l), -(311,485,l), -(311,517,l), -(166,517,l), -(166,690,l), -(129,681,l), -(129,517,l), -(11,517,l), -(11,485,l), -(129,485,l), -(129,88,ls), -(129,26,o), -(163,0,o), -(217,0,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(311,0,l), -(311,36,l), -(232,36,ls), -(184,36,o), -(166,58,o), -(166,106,cs), -(166,485,l), -(311,485,l), -(311,517,l), -(166,517,l), -(166,690,l), -(129,681,l), -(129,517,l), -(11,517,l), -(11,485,l), -(129,485,l), -(129,103,ls), -(129,32,o), -(162,0,o), -(233,0,cs) -); -} -); -width = 330; -}, -{ -anchors = ( -{ -name = bottom; -pos = (287,0); -}, -{ -name = center; -pos = (224,284); -}, -{ -name = top; -pos = (225,544); -}, -{ -name = topright; -pos = (313,754); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(443,0,l), -(443,186,l), -(375,186,ls), -(329,186,o), -(314,195,o), -(314,243,cs), -(314,379,l), -(443,379,l), -(443,544,l), -(314,544,l), -(314,710,l), -(97,669,l), -(97,544,l), -(4,544,l), -(4,379,l), -(97,379,l), -(97,164,ls), -(97,48,o), -(163,0,o), -(272,0,cs) -); -}, -{ -closed = 0; -nodes = ( -(310,153,ls), -(287,153,o), -(271,160,o), -(271,188,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(443,0,l), -(443,186,l), -(353,186,ls), -(330,186,o), -(314,193,o), -(314,221,cs), -(314,379,l), -(443,379,l), -(443,544,l), -(314,544,l), -(314,710,l), -(97,669,l), -(97,544,l), -(4,544,l), -(4,379,l), -(97,379,l), -(97,155,ls), -(97,55,o), -(150,0,o), -(251,0,cs) -); -} -); -width = 471; -}, -{ -anchors = ( -{ -name = bottom; -pos = (108,0); -}, -{ -name = center; -pos = (85,258); -}, -{ -name = top; -pos = (79,516); -}, -{ -name = topright; -pos = (93,785); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(159,0,l), -(159,29,l), -(130,29,ls), -(111,29,o), -(103,38,o), -(103,54,cs), -(103,492,l), -(159,492,l), -(159,516,l), -(103,516,l), -(103,700,l), -(75,697,l), -(75,516,l), -(30,516,l), -(30,492,l), -(75,492,l), -(75,48,ls), -(75,10,o), -(98,0,o), -(125,0,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,0,l), -(179,29,l), -(138,29,ls), -(109,29,o), -(95,46,o), -(95,86,cs), -(95,489,l), -(180,489,l), -(180,516,l), -(95,516,l), -(95,700,l), -(65,693,l), -(65,516,l), -(1,516,l), -(1,489,l), -(65,489,l), -(65,82,ls), -(65,26,o), -(88,0,o), -(138,0,cs) -); -} -); -width = 184; -}, -{ -anchors = ( -{ -name = bottom; -pos = (179,0); -}, -{ -name = center; -pos = (144,271); -}, -{ -name = top; -pos = (139,541); -}, -{ -name = topright; -pos = (228,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(236,-10,o), -(266,-4,o), -(280,4,c), -(280,127,l), -(273,124,o), -(262,122,o), -(256,122,cs), -(238,122,o), -(235,132,o), -(235,156,cs), -(235,401,l), -(280,398,l), -(280,541,l), -(235,539,l), -(235,683,l), -(56,668,l), -(56,539,l), -(18,541,l), -(18,398,l), -(56,401,l), -(56,126,ls), -(56,25,o), -(103,-10,o), -(199,-10,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,0,l), -(286,143,l), -(258,143,ls), -(236,143,o), -(228,151,o), -(228,175,cs), -(228,398,l), -(286,398,l), -(286,541,l), -(228,541,l), -(228,680,l), -(52,647,l), -(52,541,l), -(5,541,l), -(5,398,l), -(52,398,l), -(52,137,ls), -(52,41,o), -(91,0,o), -(191,0,cs) -); -} -); -width = 293; -}, -{ -anchors = ( -{ -name = bottom; -pos = (199,0); -}, -{ -name = center; -pos = (140,259); -}, -{ -name = top; -pos = (128,517); -}, -{ -name = topright; -pos = (159,785); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-203,0,l), -(-203,34,l), -(-283,34,ls), -(-324,34,o), -(-334,44,o), -(-334,85,cs), -(-334,485,l), -(-203,485,l), -(-203,517,l), -(-334,517,l), -(-334,690,l), -(-370,681,l), -(-370,517,l), -(-477,517,l), -(-477,485,l), -(-370,485,l), -(-370,79,ls), -(-370,23,o), -(-347,0,o), -(-291,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(798,0,l), -(798,36,l), -(729,36,ls), -(679,36,o), -(667,62,o), -(667,102,cs), -(667,485,l), -(797,485,l), -(797,517,l), -(666,517,l), -(666,690,l), -(630,681,l), -(630,517,l), -(523,517,l), -(523,485,l), -(630,485,l), -(630,91,ls), -(630,30,o), -(667,0,o), -(722,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(298,0,l), -(298,36,l), -(223,36,ls), -(186,36,o), -(167,49,o), -(167,95,cs), -(167,485,l), -(297,485,l), -(297,517,l), -(166,517,l), -(166,690,l), -(130,681,l), -(130,517,l), -(23,517,l), -(23,485,l), -(130,485,l), -(130,88,ls), -(130,26,o), -(164,0,o), -(218,0,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(279,0,l), -(279,36,l), -(209,36,ls), -(166,36,o), -(147,56,o), -(147,101,cs), -(147,485,l), -(277,485,l), -(277,517,l), -(146,517,l), -(146,690,l), -(110,681,l), -(110,517,l), -(3,517,l), -(3,485,l), -(110,485,l), -(110,97,ls), -(110,28,o), -(146,0,o), -(206,0,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -23 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 284; -}, -{ -anchors = ( -{ -name = bottom; -pos = (260,0); -}, -{ -name = center; -pos = (191,272); -}, -{ -name = top; -pos = (201,544); -}, -{ -name = topright; -pos = (294,739); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(398,0,l), -(398,153,l), -(338,153,ls), -(315,153,o), -(299,160,o), -(299,188,cs), -(299,391,l), -(398,391,l), -(398,544,l), -(299,544,l), -(299,699,l), -(108,683,l), -(108,544,l), -(17,544,l), -(17,391,l), -(108,391,l), -(108,152,ls), -(108,61,o), -(139,0,o), -(269,0,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(381,153,l), -(321,153,ls), -(298,153,o), -(282,160,o), -(282,188,cs), -(282,391,l), -(381,391,l), -(381,544,l), -(282,544,l), -(282,699,l), -(91,673,l), -(91,544,l), -(0,544,l), -(0,391,l), -(91,391,l), -(91,152,ls), -(91,47,o), -(136,0,o), -(242,0,cs) -); -} -); -width = 393; -}, -{ -anchors = ( -{ -name = bottom; -pos = (207,0); -}, -{ -name = center; -pos = (156,279); -}, -{ -name = top; -pos = (160,517); -}, -{ -name = topright; -pos = (166,776); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(311,0,l), -(311,36,l), -(222,36,ls), -(185,36,o), -(166,49,o), -(166,95,cs), -(166,485,l), -(311,485,l), -(311,517,l), -(166,517,l), -(166,690,l), -(129,681,l), -(129,517,l), -(11,517,l), -(11,485,l), -(129,485,l), -(129,88,ls), -(129,26,o), -(163,0,o), -(217,0,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(306,0,l), -(306,36,l), -(227,36,ls), -(179,36,o), -(161,58,o), -(161,106,cs), -(161,485,l), -(306,485,l), -(306,517,l), -(161,517,l), -(161,690,l), -(124,681,l), -(124,517,l), -(6,517,l), -(6,485,l), -(124,485,l), -(124,103,ls), -(124,32,o), -(157,0,o), -(228,0,cs) -); -} -); -width = 315; -}, -{ -anchors = ( -{ -name = bottom; -pos = (282,0); -}, -{ -name = center; -pos = (219,284); -}, -{ -name = top; -pos = (220,544); -}, -{ -name = topright; -pos = (308,754); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(443,0,l), -(443,186,l), -(375,186,ls), -(329,186,o), -(314,195,o), -(314,243,cs), -(314,379,l), -(443,379,l), -(443,544,l), -(314,544,l), -(314,710,l), -(97,669,l), -(97,544,l), -(4,544,l), -(4,379,l), -(97,379,l), -(97,164,ls), -(97,48,o), -(163,0,o), -(272,0,cs) -); -}, -{ -closed = 0; -nodes = ( -(310,153,ls), -(287,153,o), -(271,160,o), -(271,188,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(438,0,l), -(438,186,l), -(348,186,ls), -(325,186,o), -(309,193,o), -(309,221,cs), -(309,379,l), -(438,379,l), -(438,544,l), -(309,544,l), -(309,710,l), -(92,669,l), -(92,544,l), -(-1,544,l), -(-1,379,l), -(92,379,l), -(92,155,ls), -(92,55,o), -(145,0,o), -(246,0,cs) -); -} -); -width = 456; -}, -{ -anchors = ( -{ -name = bottom; -pos = (217,0); -}, -{ -name = center; -pos = (158,259); -}, -{ -name = top; -pos = (148,517); -}, -{ -name = topright; -pos = (177,785); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-204,0,l), -(-204,34,l), -(-284,34,ls), -(-325,34,o), -(-335,44,o), -(-335,85,cs), -(-335,485,l), -(-204,485,l), -(-204,517,l), -(-335,517,l), -(-335,690,l), -(-371,681,l), -(-371,517,l), -(-478,517,l), -(-478,485,l), -(-371,485,l), -(-371,79,ls), -(-371,23,o), -(-348,0,o), -(-292,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(797,0,l), -(797,36,l), -(728,36,ls), -(678,36,o), -(666,62,o), -(666,102,cs), -(666,485,l), -(796,485,l), -(796,517,l), -(665,517,l), -(665,690,l), -(629,681,l), -(629,517,l), -(522,517,l), -(522,485,l), -(629,485,l), -(629,91,ls), -(629,30,o), -(666,0,o), -(721,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(297,0,l), -(297,36,l), -(222,36,ls), -(185,36,o), -(166,49,o), -(166,95,cs), -(166,485,l), -(296,485,l), -(296,517,l), -(165,517,l), -(165,690,l), -(129,681,l), -(129,517,l), -(22,517,l), -(22,485,l), -(129,485,l), -(129,88,ls), -(129,26,o), -(163,0,o), -(217,0,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(295,0,l), -(295,36,l), -(227,36,ls), -(184,36,o), -(165,56,o), -(165,101,cs), -(165,485,l), -(293,485,l), -(293,517,l), -(164,517,l), -(164,690,l), -(130,681,l), -(130,517,l), -(25,517,l), -(25,485,l), -(130,485,l), -(130,97,ls), -(130,28,o), -(164,0,o), -(224,0,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -0, -23 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 329; -}, -{ -anchors = ( -{ -name = bottom; -pos = (266,0); -}, -{ -name = center; -pos = (200,272); -}, -{ -name = top; -pos = (211,544); -}, -{ -name = topright; -pos = (302,739); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(398,0,l), -(398,153,l), -(338,153,ls), -(315,153,o), -(299,160,o), -(299,188,cs), -(299,391,l), -(398,391,l), -(398,544,l), -(299,544,l), -(299,699,l), -(108,683,l), -(108,544,l), -(17,544,l), -(17,391,l), -(108,391,l), -(108,152,ls), -(108,61,o), -(139,0,o), -(269,0,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(383,0,l), -(383,153,l), -(327,153,ls), -(306,153,o), -(291,160,o), -(291,188,cs), -(291,391,l), -(383,391,l), -(383,544,l), -(291,544,l), -(291,699,l), -(101,683,l), -(101,544,l), -(16,544,l), -(16,391,l), -(101,391,l), -(101,152,ls), -(101,47,o), -(145,0,o), -(248,0,cs) -); -} -); -width = 416; -}, -{ -anchors = ( -{ -name = bottom; -pos = (53,0); -}, -{ -name = center; -pos = (83,258); -}, -{ -name = top; -pos = (131,516); -}, -{ -name = topright; -pos = (201,785); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,0,l), -(97,30,l), -(72,30,ls), -(49,30,o), -(45,41,o), -(54,82,cs), -(139,492,l), -(195,492,l), -(199,516,l), -(144,516,l), -(183,700,l), -(154,697,l), -(116,516,l), -(72,516,l), -(67,492,l), -(111,492,l), -(23,70,ls), -(12,18,o), -(28,0,o), -(64,0,cs) -); -} -); -width = 162; -}, -{ -anchors = ( -{ -name = bottom; -pos = (118,0); -}, -{ -name = center; -pos = (141,271); -}, -{ -name = top; -pos = (194,541); -}, -{ -name = topright; -pos = (321,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,0,l), -(243,133,l), -(229,133,ls), -(203,133,o), -(197,139,o), -(203,166,cs), -(252,401,l), -(297,399,l), -(327,541,l), -(281,539,l), -(311,683,l), -(132,668,l), -(105,539,l), -(68,541,l), -(38,399,l), -(76,401,l), -(22,136,ls), -(3,44,o), -(34,0,o), -(135,0,cs) -); -} -); -width = 287; -}, -{ -anchors = ( -{ -name = bottom; -pos = (173,0); -}, -{ -name = center; -pos = (158,259); -}, -{ -name = top; -pos = (199,517); -}, -{ -name = topright; -pos = (273,785); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(238,0,l), -(245,33,l), -(198,33,ls), -(145,33,o), -(118,46,o), -(132,111,cs), -(210,485,l), -(340,485,l), -(346,517,l), -(216,517,l), -(252,690,l), -(215,681,l), -(181,517,l), -(76,517,l), -(70,485,l), -(174,485,l), -(96,108,ls), -(81,34,o), -(112,0,o), -(183,0,cs) -); -} -); -}; -guides = ( -{ -angle = 78.3; -pos = (131,105); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(238,0,l), -(245,33,l), -(198,33,ls), -(145,33,o), -(118,46,o), -(132,111,cs), -(210,485,l), -(340,485,l), -(346,517,l), -(216,517,l), -(252,690,l), -(215,681,l), -(181,517,l), -(76,517,l), -(70,485,l), -(174,485,l), -(96,108,ls), -(81,34,o), -(112,0,o), -(183,0,cs) -); -} -); -width = 324; -}, -{ -anchors = ( -{ -name = bottom; -pos = (223,0); -}, -{ -name = center; -pos = (206,272); -}, -{ -name = top; -pos = (259,544); -}, -{ -name = topright; -pos = (393,739); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(337,0,l), -(369,153,l), -(314,153,ls), -(286,153,o), -(272,160,o), -(278,188,cs), -(321,391,l), -(419,391,l), -(451,544,l), -(353,544,l), -(385,699,l), -(193,683,l), -(164,544,l), -(74,544,l), -(42,391,l), -(132,391,l), -(84,166,ls), -(63,66,o), -(106,0,o), -(223,0,cs) -); -} -); -width = 430; -}, -{ -anchors = ( -{ -name = bottom; -pos = (177,0); -}, -{ -name = center; -pos = (160,259); -}, -{ -name = top; -pos = (200,517); -}, -{ -name = topright; -pos = (272,776); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(253,0,l), -(261,36,l), -(184,36,ls), -(141,36,o), -(119,49,o), -(130,102,cs), -(211,485,l), -(355,485,l), -(361,517,l), -(217,517,l), -(254,690,l), -(215,681,l), -(180,517,l), -(64,517,l), -(58,485,l), -(174,485,l), -(92,94,ls), -(77,20,o), -(127,0,o), -(177,0,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(253,0,l), -(260,35,l), -(198,35,ls), -(145,35,o), -(119,48,o), -(132,111,cs), -(209,485,l), -(355,485,l), -(361,517,l), -(216,517,l), -(252,690,l), -(214,681,l), -(180,517,l), -(65,517,l), -(59,485,l), -(173,485,l), -(95,108,ls), -(80,34,o), -(116,0,o), -(179,0,cs) -); -} -); -width = 326; -}, -{ -anchors = ( -{ -name = bottom; -pos = (230,0); -}, -{ -name = center; -pos = (224,284); -}, -{ -name = top; -pos = (261,544); -}, -{ -name = topright; -pos = (412,754); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(420,186,l), -(333,186,ls), -(304,186,o), -(295,195,o), -(301,223,cs), -(333,379,l), -(461,379,l), -(495,544,l), -(367,544,l), -(403,710,l), -(179,669,l), -(153,544,l), -(61,544,l), -(26,379,l), -(118,379,l), -(75,171,ls), -(50,52,o), -(113,0,o), -(227,0,cs) -); -} -); -width = 466; -} -); -unicode = 116; -userData = { -KernOnName = t; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/t_i.liga.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/t_i.liga.glyph deleted file mode 100644 index 419bb6a0..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/t_i.liga.glyph +++ /dev/null @@ -1,1593 +0,0 @@ -{ -glyphname = t_i.liga; -kernLeft = KO_t; -kernRight = KO_fi; -layers = ( -{ -anchors = ( -{ -name = bottom_1; -pos = (77,0); -}, -{ -name = bottom_2; -pos = (231,0); -}, -{ -name = caret_1; -pos = (154,0); -}, -{ -name = center_1; -pos = (77,258); -}, -{ -name = center_2; -pos = (231,258); -}, -{ -name = top_1; -pos = (77,700); -}, -{ -name = top_2; -pos = (231,700); -}, -{ -name = topright_1; -pos = (288,729); -}, -{ -name = topright_2; -pos = (288,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,0,l), -(147,29,l), -(118,29,ls), -(99,29,o), -(91,38,o), -(91,54,cs), -(91,492,l), -(219,492,l), -(219,0,l), -(248,0,l), -(248,516,l), -(91,516,l), -(91,700,l), -(63,697,l), -(63,516,l), -(18,516,l), -(18,492,l), -(63,492,l), -(63,48,ls), -(63,10,o), -(86,0,o), -(113,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(247,616,o), -(257,625,o), -(257,639,cs), -(257,653,o), -(247,662,o), -(234,662,cs), -(221,662,o), -(211,653,o), -(211,639,cs), -(211,625,o), -(221,616,o), -(234,616,cs) -); -} -); -width = 308; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (129,0); -}, -{ -name = bottom_2; -pos = (386,0); -}, -{ -name = caret_1; -pos = (257.5,0); -}, -{ -name = center_1; -pos = (129,271); -}, -{ -name = center_2; -pos = (386,271); -}, -{ -name = top_1; -pos = (129,751); -}, -{ -name = top_2; -pos = (386,751); -}, -{ -name = topright_1; -pos = (495,729); -}, -{ -name = topright_2; -pos = (495,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,0,l), -(273,132,l), -(249,132,ls), -(231,132,o), -(228,137,o), -(228,160,cs), -(228,398,l), -(311,398,l), -(311,0,l), -(488,0,l), -(488,541,l), -(228,541,l), -(228,683,l), -(49,668,l), -(49,539,l), -(11,541,l), -(11,398,l), -(49,401,l), -(49,124,ls), -(49,40,o), -(87,0,o), -(176,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(453,586,o), -(494,615,o), -(494,668,cs), -(494,721,o), -(453,751,o), -(400,751,cs), -(347,751,o), -(306,721,o), -(306,668,cs), -(306,615,o), -(347,586,o), -(400,586,cs) -); -} -); -width = 515; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (125,0); -}, -{ -name = bottom_2; -pos = (376,0); -}, -{ -name = caret_1; -pos = (250.5,0); -}, -{ -name = center_1; -pos = (125,259); -}, -{ -name = center_2; -pos = (376,259); -}, -{ -name = top_1; -pos = (125,690); -}, -{ -name = top_2; -pos = (376,690); -}, -{ -name = topright_1; -pos = (481,729); -}, -{ -name = topright_2; -pos = (481,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(311,0,l), -(311,36,l), -(237,36,ls), -(192,36,o), -(166,48,o), -(166,95,cs), -(166,485,l), -(398,485,l), -(398,0,l), -(435,0,l), -(435,517,l), -(166,517,l), -(166,690,l), -(129,681,l), -(129,517,l), -(11,517,l), -(11,485,l), -(129,485,l), -(129,89,ls), -(129,28,o), -(164,0,o), -(231,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(436,625,o), -(449,638,o), -(449,656,cs), -(449,674,o), -(436,687,o), -(417,687,cs), -(398,687,o), -(385,674,o), -(385,656,cs), -(385,638,o), -(398,625,o), -(417,625,cs) -); -} -); -width = 501; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (192,0); -}, -{ -name = bottom_2; -pos = (577,0); -}, -{ -name = caret_1; -pos = (384.5,0); -}, -{ -name = center_1; -pos = (192,272); -}, -{ -name = center_2; -pos = (577,272); -}, -{ -name = top_1; -pos = (192,754); -}, -{ -name = top_2; -pos = (577,754); -}, -{ -name = topright_1; -pos = (749,729); -}, -{ -name = topright_2; -pos = (749,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(443,0,l), -(443,186,l), -(355,186,ls), -(326,186,o), -(314,195,o), -(314,223,cs), -(314,379,l), -(505,379,l), -(505,0,l), -(726,0,l), -(726,544,l), -(314,544,l), -(314,710,l), -(97,669,l), -(97,544,l), -(4,544,l), -(4,379,l), -(97,379,l), -(97,150,ls), -(97,48,o), -(163,0,o), -(261,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(687,586,o), -(734,613,o), -(734,670,cs), -(734,720,o), -(696,754,o), -(616,754,cs), -(545,754,o), -(498,727,o), -(498,670,cs), -(498,620,o), -(536,586,o), -(616,586,cs) -); -} -); -width = 769; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (67,0); -}, -{ -name = bottom_2; -pos = (221,0); -}, -{ -name = caret_1; -pos = (144,0); -}, -{ -name = center_1; -pos = (67,258); -}, -{ -name = center_2; -pos = (221,258); -}, -{ -name = top_1; -pos = (67,700); -}, -{ -name = top_2; -pos = (221,700); -}, -{ -name = topright_1; -pos = (278,729); -}, -{ -name = topright_2; -pos = (278,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,0,l), -(137,29,l), -(108,29,ls), -(89,29,o), -(81,38,o), -(81,54,cs), -(81,492,l), -(209,492,l), -(209,0,l), -(238,0,l), -(238,516,l), -(81,516,l), -(81,700,l), -(53,697,l), -(53,516,l), -(8,516,l), -(8,492,l), -(53,492,l), -(53,48,ls), -(53,10,o), -(76,0,o), -(103,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,616,o), -(247,625,o), -(247,639,cs), -(247,653,o), -(237,662,o), -(224,662,cs), -(211,662,o), -(201,653,o), -(201,639,cs), -(201,625,o), -(211,616,o), -(224,616,cs) -); -} -); -width = 278; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (122,0); -}, -{ -name = bottom_2; -pos = (379,0); -}, -{ -name = caret_1; -pos = (251,0); -}, -{ -name = center_1; -pos = (122,271); -}, -{ -name = center_2; -pos = (379,271); -}, -{ -name = top_1; -pos = (122,751); -}, -{ -name = top_2; -pos = (379,751); -}, -{ -name = topright_1; -pos = (488,729); -}, -{ -name = topright_2; -pos = (488,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(266,0,l), -(266,132,l), -(242,132,ls), -(224,132,o), -(221,137,o), -(221,160,cs), -(221,398,l), -(304,398,l), -(304,0,l), -(481,0,l), -(481,541,l), -(221,541,l), -(221,683,l), -(42,668,l), -(42,539,l), -(4,541,l), -(4,398,l), -(42,401,l), -(42,124,ls), -(42,40,o), -(80,0,o), -(169,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,586,o), -(487,615,o), -(487,668,cs), -(487,721,o), -(446,751,o), -(393,751,cs), -(340,751,o), -(299,721,o), -(299,668,cs), -(299,615,o), -(340,586,o), -(393,586,cs) -); -} -); -width = 498; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (114,0); -}, -{ -name = bottom_2; -pos = (383,0); -}, -{ -name = caret_1; -pos = (249,0); -}, -{ -name = center_1; -pos = (114,259); -}, -{ -name = center_2; -pos = (383,259); -}, -{ -name = top_1; -pos = (114,690); -}, -{ -name = top_2; -pos = (383,690); -}, -{ -name = topright_1; -pos = (497,729); -}, -{ -name = topright_2; -pos = (497,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,0,l), -(276,34,l), -(196,34,ls), -(155,34,o), -(145,44,o), -(145,85,cs), -(145,485,l), -(395,485,l), -(395,0,l), -(432,0,l), -(432,517,l), -(145,517,l), -(145,690,l), -(109,681,l), -(109,517,l), -(2,517,l), -(2,485,l), -(109,485,l), -(109,79,ls), -(109,23,o), -(132,0,o), -(188,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(433,625,o), -(446,638,o), -(446,656,cs), -(446,674,o), -(433,687,o), -(414,687,cs), -(395,687,o), -(382,674,o), -(382,656,cs), -(382,638,o), -(395,625,o), -(414,625,cs) -); -} -); -width = 497; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (164,0); -}, -{ -name = bottom_2; -pos = (525,0); -}, -{ -name = caret_1; -pos = (344,0); -}, -{ -name = center_1; -pos = (164,272); -}, -{ -name = center_2; -pos = (525,272); -}, -{ -name = top_1; -pos = (164,755); -}, -{ -name = top_2; -pos = (525,755); -}, -{ -name = topright_1; -pos = (685,729); -}, -{ -name = topright_2; -pos = (685,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(381,153,l), -(321,153,ls), -(298,153,o), -(282,160,o), -(282,188,cs), -(282,391,l), -(460,391,l), -(460,0,l), -(651,0,l), -(651,544,l), -(282,544,l), -(282,699,l), -(91,683,l), -(91,544,l), -(0,544,l), -(0,391,l), -(91,391,l), -(91,152,ls), -(91,61,o), -(122,0,o), -(252,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(612,589,o), -(653,619,o), -(653,672,cs), -(653,725,o), -(612,755,o), -(556,755,cs), -(500,755,o), -(459,725,o), -(459,672,cs), -(459,619,o), -(500,589,o), -(556,589,cs) -); -} -); -width = 684; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (120,0); -}, -{ -name = bottom_2; -pos = (371,0); -}, -{ -name = caret_1; -pos = (246,0); -}, -{ -name = center_1; -pos = (120,259); -}, -{ -name = center_2; -pos = (371,259); -}, -{ -name = top_1; -pos = (120,690); -}, -{ -name = top_2; -pos = (371,690); -}, -{ -name = topright_1; -pos = (476,729); -}, -{ -name = topright_2; -pos = (476,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(306,0,l), -(306,36,l), -(232,36,ls), -(187,36,o), -(161,48,o), -(161,95,cs), -(161,485,l), -(393,485,l), -(393,0,l), -(430,0,l), -(430,517,l), -(161,517,l), -(161,690,l), -(124,681,l), -(124,517,l), -(6,517,l), -(6,485,l), -(124,485,l), -(124,89,ls), -(124,28,o), -(159,0,o), -(226,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(431,625,o), -(444,638,o), -(444,656,cs), -(444,674,o), -(431,687,o), -(412,687,cs), -(393,687,o), -(380,674,o), -(380,656,cs), -(380,638,o), -(393,625,o), -(412,625,cs) -); -} -); -width = 486; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (187,0); -}, -{ -name = bottom_2; -pos = (572,0); -}, -{ -name = caret_1; -pos = (380,0); -}, -{ -name = center_1; -pos = (187,272); -}, -{ -name = center_2; -pos = (572,272); -}, -{ -name = top_1; -pos = (187,754); -}, -{ -name = top_2; -pos = (572,754); -}, -{ -name = topright_1; -pos = (744,729); -}, -{ -name = topright_2; -pos = (744,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(438,0,l), -(438,186,l), -(350,186,ls), -(321,186,o), -(309,195,o), -(309,223,cs), -(309,379,l), -(500,379,l), -(500,0,l), -(721,0,l), -(721,544,l), -(309,544,l), -(309,710,l), -(92,669,l), -(92,544,l), -(-1,544,l), -(-1,379,l), -(92,379,l), -(92,150,ls), -(92,48,o), -(158,0,o), -(256,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(682,586,o), -(729,613,o), -(729,670,cs), -(729,720,o), -(691,754,o), -(611,754,cs), -(540,754,o), -(493,727,o), -(493,670,cs), -(493,620,o), -(531,586,o), -(611,586,cs) -); -} -); -width = 754; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (135,0); -}, -{ -name = bottom_2; -pos = (398,0); -}, -{ -name = caret_1; -pos = (266,0); -}, -{ -name = center_1; -pos = (135,259); -}, -{ -name = center_2; -pos = (398,259); -}, -{ -name = top_1; -pos = (135,690); -}, -{ -name = top_2; -pos = (398,690); -}, -{ -name = topright_1; -pos = (510,729); -}, -{ -name = topright_2; -pos = (510,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(293,0,l), -(293,34,l), -(215,34,ls), -(174,34,o), -(164,44,o), -(164,85,cs), -(164,485,l), -(410,485,l), -(410,0,l), -(446,0,l), -(446,517,l), -(164,517,l), -(164,690,l), -(130,681,l), -(130,517,l), -(25,517,l), -(25,485,l), -(130,485,l), -(130,79,ls), -(130,23,o), -(151,0,o), -(207,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(447,625,o), -(459,638,o), -(459,656,cs), -(459,674,o), -(447,687,o), -(429,687,cs), -(410,687,o), -(397,674,o), -(397,656,cs), -(397,638,o), -(410,625,o), -(429,625,cs) -); -} -); -width = 532; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (175,0); -}, -{ -name = bottom_2; -pos = (527,0); -}, -{ -name = caret_1; -pos = (350,0); -}, -{ -name = center_1; -pos = (175,272); -}, -{ -name = center_2; -pos = (527,272); -}, -{ -name = top_1; -pos = (175,755); -}, -{ -name = top_2; -pos = (527,755); -}, -{ -name = topright_1; -pos = (683,729); -}, -{ -name = topright_2; -pos = (683,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(387,0,l), -(387,153,l), -(330,153,ls), -(308,153,o), -(292,160,o), -(292,188,cs), -(292,391,l), -(461,391,l), -(461,0,l), -(650,0,l), -(650,544,l), -(292,544,l), -(292,699,l), -(103,683,l), -(103,544,l), -(16,544,l), -(16,391,l), -(103,391,l), -(103,152,ls), -(103,61,o), -(134,0,o), -(261,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(612,589,o), -(652,619,o), -(652,672,cs), -(652,725,o), -(612,755,o), -(556,755,cs), -(502,755,o), -(461,725,o), -(461,672,cs), -(461,619,o), -(502,589,o), -(556,589,cs) -); -} -); -width = 702; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (24,0); -}, -{ -name = bottom_2; -pos = (178,0); -}, -{ -name = caret_1; -pos = (154,0); -}, -{ -name = center_1; -pos = (77,258); -}, -{ -name = center_2; -pos = (231,258); -}, -{ -name = top_1; -pos = (169,700); -}, -{ -name = top_2; -pos = (323,700); -}, -{ -name = topright_1; -pos = (386,729); -}, -{ -name = topright_2; -pos = (386,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,0,l), -(97,30,l), -(72,30,ls), -(49,30,o), -(45,41,o), -(54,82,cs), -(139,492,l), -(267,492,l), -(164,0,l), -(193,0,l), -(301,516,l), -(144,516,l), -(183,700,l), -(154,697,l), -(116,516,l), -(72,516,l), -(67,492,l), -(111,492,l), -(23,70,ls), -(12,18,o), -(28,0,o), -(64,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,616,o), -(329,625,o), -(329,639,cs), -(329,653,o), -(319,662,o), -(306,662,cs), -(293,662,o), -(283,653,o), -(283,639,cs), -(283,625,o), -(293,616,o), -(306,616,cs) -); -} -); -width = 308; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (72,0); -}, -{ -name = bottom_2; -pos = (329,0); -}, -{ -name = caret_1; -pos = (256.5,0); -}, -{ -name = center_1; -pos = (128,271); -}, -{ -name = center_2; -pos = (385,271); -}, -{ -name = top_1; -pos = (228,751); -}, -{ -name = top_2; -pos = (485,751); -}, -{ -name = topright_1; -pos = (588,729); -}, -{ -name = topright_2; -pos = (588,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,0,l), -(243,134,l), -(229,133,ls), -(203,131,o), -(197,139,o), -(203,166,cs), -(251,399,l), -(337,399,l), -(254,0,l), -(430,0,l), -(543,541,l), -(282,541,l), -(311,683,l), -(132,668,l), -(105,539,l), -(68,541,l), -(38,399,l), -(76,401,l), -(22,136,ls), -(3,44,o), -(34,0,o), -(135,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(534,586,o), -(573,621,o), -(573,673,cs), -(573,720,o), -(542,751,o), -(488,751,cs), -(428,751,o), -(389,716,o), -(389,664,cs), -(389,617,o), -(420,586,o), -(474,586,cs) -); -} -); -width = 513; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (79,0); -}, -{ -name = bottom_2; -pos = (346,0); -}, -{ -name = caret_1; -pos = (266.5,0); -}, -{ -name = center_1; -pos = (133,259); -}, -{ -name = center_2; -pos = (400,259); -}, -{ -name = top_1; -pos = (222,690); -}, -{ -name = top_2; -pos = (489,690); -}, -{ -name = topright_1; -pos = (610,729); -}, -{ -name = topright_2; -pos = (610,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(238,0,l), -(245,33,l), -(198,33,ls), -(145,33,o), -(118,46,o), -(132,111,cs), -(210,485,l), -(459,485,l), -(358,0,l), -(393,0,l), -(502,517,l), -(216,517,l), -(252,690,l), -(215,681,l), -(181,517,l), -(76,517,l), -(70,485,l), -(174,485,l), -(96,108,ls), -(81,34,o), -(112,0,o), -(183,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(531,625,o), -(544,639,o), -(544,658,cs), -(544,676,o), -(531,687,o), -(515,687,cs), -(495,687,o), -(482,673,o), -(482,654,cs), -(482,636,o), -(495,625,o), -(511,625,cs) -); -} -); -width = 533; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (124,0); -}, -{ -name = bottom_2; -pos = (485,0); -}, -{ -name = caret_1; -pos = (360.5,0); -}, -{ -name = center_1; -pos = (180,272); -}, -{ -name = center_2; -pos = (541,272); -}, -{ -name = top_1; -pos = (280,755); -}, -{ -name = top_2; -pos = (641,755); -}, -{ -name = topright_1; -pos = (796,729); -}, -{ -name = topright_2; -pos = (796,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(337,0,l), -(369,153,l), -(314,153,ls), -(286,153,o), -(272,160,o), -(278,188,cs), -(321,391,l), -(499,391,l), -(417,0,l), -(608,0,l), -(723,544,l), -(353,544,l), -(385,699,l), -(193,683,l), -(164,544,l), -(74,544,l), -(42,391,l), -(132,391,l), -(84,166,ls), -(63,66,o), -(106,0,o), -(223,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(711,589,o), -(753,624,o), -(753,676,cs), -(753,723,o), -(720,755,o), -(660,755,cs), -(596,755,o), -(554,720,o), -(554,668,cs), -(554,621,o), -(587,589,o), -(647,589,cs) -); -} -); -width = 721; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (70,0); -}, -{ -name = bottom_2; -pos = (317,0); -}, -{ -name = caret_1; -pos = (247.5,0); -}, -{ -name = center_1; -pos = (124,259); -}, -{ -name = center_2; -pos = (371,259); -}, -{ -name = top_1; -pos = (213,690); -}, -{ -name = top_2; -pos = (460,690); -}, -{ -name = topright_1; -pos = (572,729); -}, -{ -name = topright_2; -pos = (572,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,0,l), -(262,36,l), -(185,36,ls), -(142,36,o), -(120,49,o), -(131,102,cs), -(212,485,l), -(440,485,l), -(339,0,l), -(375,0,l), -(483,517,l), -(218,517,l), -(255,690,l), -(216,681,l), -(181,517,l), -(65,517,l), -(59,485,l), -(175,485,l), -(93,94,ls), -(78,20,o), -(128,0,o), -(178,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(512,625,o), -(525,639,o), -(525,658,cs), -(525,676,o), -(512,687,o), -(496,687,cs), -(476,687,o), -(463,673,o), -(463,654,cs), -(463,636,o), -(476,625,o), -(492,625,cs) -); -} -); -width = 495; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (136,0); -}, -{ -name = bottom_2; -pos = (519,0); -}, -{ -name = caret_1; -pos = (383,0); -}, -{ -name = center_1; -pos = (192,272); -}, -{ -name = center_2; -pos = (575,272); -}, -{ -name = top_1; -pos = (292,754); -}, -{ -name = top_2; -pos = (675,754); -}, -{ -name = topright_1; -pos = (841,729); -}, -{ -name = topright_2; -pos = (841,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(420,186,l), -(333,186,ls), -(304,186,o), -(295,195,o), -(301,223,cs), -(333,379,l), -(526,379,l), -(447,0,l), -(666,0,l), -(779,544,l), -(367,544,l), -(403,710,l), -(179,669,l), -(153,544,l), -(61,544,l), -(26,379,l), -(118,379,l), -(75,171,ls), -(50,52,o), -(113,0,o), -(227,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(769,586,o), -(815,619,o), -(815,677,cs), -(815,725,o), -(778,754,o), -(702,754,cs), -(621,754,o), -(575,721,o), -(575,663,cs), -(575,615,o), -(612,586,o), -(688,586,cs) -); -} -); -width = 766; -} -); -metricLeft = t; -metricRight = i; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/t_i.liga.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/t_i.liga.ss01.glyph deleted file mode 100644 index 2137a76c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/t_i.liga.ss01.glyph +++ /dev/null @@ -1,1449 +0,0 @@ -{ -glyphname = t_i.liga.ss01; -kernLeft = KO_t; -kernRight = KO_l; -layers = ( -{ -anchors = ( -{ -name = bottom_1; -pos = (80,0); -}, -{ -name = bottom_2; -pos = (239,0); -}, -{ -name = caret_1; -pos = (159,0); -}, -{ -name = center_1; -pos = (80,258); -}, -{ -name = center_2; -pos = (239,258); -}, -{ -name = top_1; -pos = (80,729); -}, -{ -name = top_2; -pos = (239,729); -}, -{ -name = topright_1; -pos = (298,729); -}, -{ -name = topright_2; -pos = (298,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,0,l), -(146,29,l), -(119,29,ls), -(96,29,o), -(92,41,o), -(92,64,cs), -(92,492,l), -(229,492,l), -(229,0,l), -(258,0,l), -(258,516,l), -(92,516,l), -(92,700,l), -(63,697,l), -(63,516,l), -(18,516,l), -(18,492,l), -(63,492,l), -(63,56,ls), -(63,14,o), -(82,0,o), -(115,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(258,614,l), -(258,729,l), -(229,729,l), -(229,614,l) -); -} -); -width = 318; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (128,0); -}, -{ -name = bottom_2; -pos = (384,0); -}, -{ -name = caret_1; -pos = (256,0); -}, -{ -name = center_1; -pos = (128,271); -}, -{ -name = center_2; -pos = (384,271); -}, -{ -name = top_1; -pos = (128,729); -}, -{ -name = top_2; -pos = (384,729); -}, -{ -name = topright_1; -pos = (492,729); -}, -{ -name = topright_2; -pos = (492,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,0,l), -(270,132,l), -(246,132,ls), -(228,132,o), -(225,137,o), -(225,160,cs), -(225,398,l), -(308,398,l), -(308,0,l), -(485,0,l), -(485,541,l), -(225,541,l), -(225,683,l), -(49,668,l), -(49,539,l), -(11,541,l), -(11,398,l), -(49,401,l), -(49,124,ls), -(49,40,o), -(87,0,o), -(176,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(485,598,l), -(485,729,l), -(308,729,l), -(308,598,l) -); -} -); -width = 512; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (125,0); -}, -{ -name = bottom_2; -pos = (376,0); -}, -{ -name = caret_1; -pos = (250.5,0); -}, -{ -name = center_1; -pos = (125,259); -}, -{ -name = center_2; -pos = (376,259); -}, -{ -name = top_1; -pos = (125,729); -}, -{ -name = top_2; -pos = (376,729); -}, -{ -name = topright_1; -pos = (481,729); -}, -{ -name = topright_2; -pos = (481,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(311,0,l), -(311,36,l), -(232,36,ls), -(184,36,o), -(166,58,o), -(166,106,cs), -(166,485,l), -(398,485,l), -(398,0,l), -(435,0,l), -(435,517,l), -(166,517,l), -(166,690,l), -(129,681,l), -(129,517,l), -(11,517,l), -(11,485,l), -(129,485,l), -(129,103,ls), -(129,32,o), -(162,0,o), -(233,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(435,615,l), -(435,729,l), -(398,729,l), -(398,615,l) -); -} -); -width = 501; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (192,0); -}, -{ -name = bottom_2; -pos = (577,0); -}, -{ -name = caret_1; -pos = (384.5,0); -}, -{ -name = center_1; -pos = (192,272); -}, -{ -name = center_2; -pos = (577,272); -}, -{ -name = top_1; -pos = (192,729); -}, -{ -name = top_2; -pos = (577,729); -}, -{ -name = topright_1; -pos = (749,729); -}, -{ -name = topright_2; -pos = (749,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(443,0,l), -(443,186,l), -(353,186,ls), -(330,186,o), -(314,193,o), -(314,221,cs), -(314,379,l), -(505,379,l), -(505,0,l), -(726,0,l), -(726,544,l), -(314,544,l), -(314,710,l), -(97,669,l), -(97,544,l), -(4,544,l), -(4,379,l), -(97,379,l), -(97,155,ls), -(97,55,o), -(150,0,o), -(251,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(726,600,l), -(726,729,l), -(505,729,l), -(505,600,l) -); -} -); -width = 769; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (70,0); -}, -{ -name = bottom_2; -pos = (229,0); -}, -{ -name = caret_1; -pos = (149,0); -}, -{ -name = center_1; -pos = (70,258); -}, -{ -name = center_2; -pos = (229,258); -}, -{ -name = top_1; -pos = (70,729); -}, -{ -name = top_2; -pos = (229,729); -}, -{ -name = topright_1; -pos = (288,729); -}, -{ -name = topright_2; -pos = (288,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,0,l), -(136,29,l), -(109,29,ls), -(86,29,o), -(82,41,o), -(82,64,cs), -(82,492,l), -(219,492,l), -(219,0,l), -(248,0,l), -(248,516,l), -(82,516,l), -(82,700,l), -(53,697,l), -(53,516,l), -(8,516,l), -(8,492,l), -(53,492,l), -(53,56,ls), -(53,14,o), -(72,0,o), -(105,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,614,l), -(248,729,l), -(219,729,l), -(219,614,l) -); -} -); -width = 284; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (121,0); -}, -{ -name = bottom_2; -pos = (377,0); -}, -{ -name = caret_1; -pos = (249,0); -}, -{ -name = center_1; -pos = (121,271); -}, -{ -name = center_2; -pos = (377,271); -}, -{ -name = top_1; -pos = (121,729); -}, -{ -name = top_2; -pos = (377,729); -}, -{ -name = topright_1; -pos = (485,729); -}, -{ -name = topright_2; -pos = (485,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(263,0,l), -(263,132,l), -(239,132,ls), -(221,132,o), -(218,137,o), -(218,160,cs), -(218,398,l), -(301,398,l), -(301,0,l), -(478,0,l), -(478,541,l), -(218,541,l), -(218,683,l), -(42,668,l), -(42,539,l), -(4,541,l), -(4,398,l), -(42,401,l), -(42,124,ls), -(42,40,o), -(80,0,o), -(169,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(478,598,l), -(478,729,l), -(301,729,l), -(301,598,l) -); -} -); -width = 494; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (115,0); -}, -{ -name = bottom_2; -pos = (384,0); -}, -{ -name = caret_1; -pos = (250,0); -}, -{ -name = center_1; -pos = (115,259); -}, -{ -name = center_2; -pos = (384,259); -}, -{ -name = top_1; -pos = (115,729); -}, -{ -name = top_2; -pos = (384,729); -}, -{ -name = topright_1; -pos = (499,729); -}, -{ -name = topright_2; -pos = (499,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,0,l), -(278,36,l), -(208,36,ls), -(165,36,o), -(146,56,o), -(146,101,cs), -(146,485,l), -(397,485,l), -(397,0,l), -(434,0,l), -(434,517,l), -(145,517,l), -(145,690,l), -(109,681,l), -(109,517,l), -(2,517,l), -(2,485,l), -(109,485,l), -(109,97,ls), -(109,28,o), -(145,0,o), -(205,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(434,613,l), -(434,729,l), -(397,729,l), -(397,613,l) -); -} -); -width = 493; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (164,0); -}, -{ -name = bottom_2; -pos = (525,0); -}, -{ -name = caret_1; -pos = (344,0); -}, -{ -name = center_1; -pos = (164,272); -}, -{ -name = center_2; -pos = (525,272); -}, -{ -name = top_1; -pos = (164,729); -}, -{ -name = top_2; -pos = (525,729); -}, -{ -name = topright_1; -pos = (685,729); -}, -{ -name = topright_2; -pos = (685,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(381,153,l), -(321,153,ls), -(298,153,o), -(282,160,o), -(282,188,cs), -(282,391,l), -(460,391,l), -(460,0,l), -(651,0,l), -(651,544,l), -(282,544,l), -(282,699,l), -(91,683,l), -(91,544,l), -(0,544,l), -(0,391,l), -(91,391,l), -(91,152,ls), -(91,47,o), -(136,0,o), -(242,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(651,601,l), -(651,729,l), -(460,729,l), -(460,601,l) -); -} -); -width = 681; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (120,0); -}, -{ -name = bottom_2; -pos = (371,0); -}, -{ -name = caret_1; -pos = (246,0); -}, -{ -name = center_1; -pos = (120,259); -}, -{ -name = center_2; -pos = (371,259); -}, -{ -name = top_1; -pos = (120,729); -}, -{ -name = top_2; -pos = (371,729); -}, -{ -name = topright_1; -pos = (476,729); -}, -{ -name = topright_2; -pos = (476,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(306,0,l), -(306,36,l), -(227,36,ls), -(179,36,o), -(161,58,o), -(161,106,cs), -(161,485,l), -(393,485,l), -(393,0,l), -(430,0,l), -(430,517,l), -(161,517,l), -(161,690,l), -(124,681,l), -(124,517,l), -(6,517,l), -(6,485,l), -(124,485,l), -(124,103,ls), -(124,32,o), -(157,0,o), -(228,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(430,615,l), -(430,729,l), -(393,729,l), -(393,615,l) -); -} -); -width = 486; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (187,0); -}, -{ -name = bottom_2; -pos = (572,0); -}, -{ -name = caret_1; -pos = (380,0); -}, -{ -name = center_1; -pos = (187,272); -}, -{ -name = center_2; -pos = (572,272); -}, -{ -name = top_1; -pos = (187,729); -}, -{ -name = top_2; -pos = (572,729); -}, -{ -name = topright_1; -pos = (744,729); -}, -{ -name = topright_2; -pos = (744,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(438,0,l), -(438,186,l), -(348,186,ls), -(325,186,o), -(309,193,o), -(309,221,cs), -(309,379,l), -(500,379,l), -(500,0,l), -(721,0,l), -(721,544,l), -(309,544,l), -(309,710,l), -(92,669,l), -(92,544,l), -(-1,544,l), -(-1,379,l), -(92,379,l), -(92,155,ls), -(92,55,o), -(145,0,o), -(246,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(721,600,l), -(721,729,l), -(500,729,l), -(500,600,l) -); -} -); -width = 754; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (136,0); -}, -{ -name = bottom_2; -pos = (399,0); -}, -{ -name = caret_1; -pos = (267,0); -}, -{ -name = center_1; -pos = (136,259); -}, -{ -name = center_2; -pos = (399,259); -}, -{ -name = top_1; -pos = (136,729); -}, -{ -name = top_2; -pos = (399,729); -}, -{ -name = topright_1; -pos = (512,729); -}, -{ -name = topright_2; -pos = (512,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(295,0,l), -(295,36,l), -(227,36,ls), -(184,36,o), -(165,56,o), -(165,101,cs), -(165,485,l), -(412,485,l), -(412,0,l), -(448,0,l), -(448,517,l), -(164,517,l), -(164,690,l), -(130,681,l), -(130,517,l), -(25,517,l), -(25,485,l), -(130,485,l), -(130,97,ls), -(130,28,o), -(164,0,o), -(224,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(448,613,l), -(448,729,l), -(412,729,l), -(412,613,l) -); -} -); -width = 534; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (175,0); -}, -{ -name = bottom_2; -pos = (527,0); -}, -{ -name = caret_1; -pos = (350,0); -}, -{ -name = center_1; -pos = (175,272); -}, -{ -name = center_2; -pos = (527,272); -}, -{ -name = top_1; -pos = (175,729); -}, -{ -name = top_2; -pos = (527,729); -}, -{ -name = topright_1; -pos = (682,729); -}, -{ -name = topright_2; -pos = (682,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(386,0,l), -(386,153,l), -(329,153,ls), -(308,153,o), -(292,160,o), -(292,188,cs), -(292,391,l), -(461,391,l), -(461,0,l), -(650,0,l), -(650,544,l), -(292,544,l), -(292,699,l), -(103,683,l), -(103,544,l), -(16,544,l), -(16,391,l), -(103,391,l), -(103,152,ls), -(103,47,o), -(147,0,o), -(250,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(650,601,l), -(650,729,l), -(461,729,l), -(461,601,l) -); -} -); -width = 702; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (27,0); -}, -{ -name = bottom_2; -pos = (187,0); -}, -{ -name = caret_1; -pos = (160,0); -}, -{ -name = center_1; -pos = (80,258); -}, -{ -name = center_2; -pos = (240,258); -}, -{ -name = top_1; -pos = (178,729); -}, -{ -name = top_2; -pos = (338,729); -}, -{ -name = topright_1; -pos = (398,729); -}, -{ -name = topright_2; -pos = (398,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,0,l), -(97,30,l), -(72,30,ls), -(49,30,o), -(45,41,o), -(54,82,cs), -(139,492,l), -(279,492,l), -(176,0,l), -(205,0,l), -(313,516,l), -(144,516,l), -(183,700,l), -(154,697,l), -(116,516,l), -(72,516,l), -(67,492,l), -(111,492,l), -(23,70,ls), -(12,18,o), -(28,0,o), -(64,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(331,614,l), -(356,729,l), -(327,729,l), -(303,614,l) -); -} -); -width = 320; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (72,0); -}, -{ -name = bottom_2; -pos = (328,0); -}, -{ -name = caret_1; -pos = (256,0); -}, -{ -name = center_1; -pos = (128,271); -}, -{ -name = center_2; -pos = (384,271); -}, -{ -name = top_1; -pos = (223,729); -}, -{ -name = top_2; -pos = (479,729); -}, -{ -name = topright_1; -pos = (587,729); -}, -{ -name = topright_2; -pos = (587,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,0,l), -(243,134,l), -(229,133,ls), -(203,131,o), -(197,139,o), -(203,166,cs), -(252,399,l), -(336,399,l), -(253,0,l), -(429,0,l), -(542,541,l), -(281,541,l), -(311,683,l), -(132,668,l), -(105,539,l), -(68,541,l), -(38,399,l), -(76,401,l), -(22,136,ls), -(3,44,o), -(34,0,o), -(135,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(554,598,l), -(581,729,l), -(405,729,l), -(378,598,l) -); -} -); -width = 512; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (74,0); -}, -{ -name = bottom_2; -pos = (331,0); -}, -{ -name = caret_1; -pos = (256.5,0); -}, -{ -name = center_1; -pos = (128,259); -}, -{ -name = center_2; -pos = (385,259); -}, -{ -name = top_1; -pos = (225,729); -}, -{ -name = top_2; -pos = (482,729); -}, -{ -name = topright_1; -pos = (590,729); -}, -{ -name = topright_2; -pos = (590,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(238,0,l), -(245,33,l), -(198,33,ls), -(145,33,o), -(118,46,o), -(132,111,cs), -(210,485,l), -(439,485,l), -(338,0,l), -(373,0,l), -(482,517,l), -(216,517,l), -(252,690,l), -(215,681,l), -(181,517,l), -(76,517,l), -(70,485,l), -(174,485,l), -(96,108,ls), -(81,34,o), -(112,0,o), -(183,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(502,615,l), -(526,729,l), -(490,729,l), -(466,615,l) -); -} -); -width = 513; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (125,0); -}, -{ -name = bottom_2; -pos = (486,0); -}, -{ -name = caret_1; -pos = (361,0); -}, -{ -name = center_1; -pos = (181,272); -}, -{ -name = center_2; -pos = (542,272); -}, -{ -name = top_1; -pos = (276,729); -}, -{ -name = top_2; -pos = (637,729); -}, -{ -name = topright_1; -pos = (797,729); -}, -{ -name = topright_2; -pos = (797,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(337,0,l), -(369,153,l), -(314,153,ls), -(286,153,o), -(272,160,o), -(278,188,cs), -(321,391,l), -(500,391,l), -(418,0,l), -(609,0,l), -(724,544,l), -(353,544,l), -(385,699,l), -(193,683,l), -(164,544,l), -(74,544,l), -(42,391,l), -(132,391,l), -(84,166,ls), -(63,66,o), -(106,0,o), -(223,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(738,611,l), -(763,729,l), -(571,729,l), -(546,611,l) -); -} -); -width = 722; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (70,0); -}, -{ -name = bottom_2; -pos = (319,0); -}, -{ -name = caret_1; -pos = (248.5,0); -}, -{ -name = center_1; -pos = (124,259); -}, -{ -name = center_2; -pos = (373,259); -}, -{ -name = top_1; -pos = (221,729); -}, -{ -name = top_2; -pos = (470,729); -}, -{ -name = topright_1; -pos = (574,729); -}, -{ -name = topright_2; -pos = (574,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(253,0,l), -(260,35,l), -(198,35,ls), -(145,35,o), -(119,48,o), -(132,111,cs), -(209,485,l), -(442,485,l), -(341,0,l), -(377,0,l), -(485,517,l), -(216,517,l), -(252,690,l), -(214,681,l), -(180,517,l), -(65,517,l), -(59,485,l), -(173,485,l), -(95,108,ls), -(80,34,o), -(116,0,o), -(179,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(505,615,l), -(529,729,l), -(493,729,l), -(469,615,l) -); -} -); -width = 497; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (136,0); -}, -{ -name = bottom_2; -pos = (520,0); -}, -{ -name = caret_1; -pos = (384,0); -}, -{ -name = center_1; -pos = (192,272); -}, -{ -name = center_2; -pos = (576,272); -}, -{ -name = top_1; -pos = (287,730); -}, -{ -name = top_2; -pos = (671,730); -}, -{ -name = topright_1; -pos = (843,729); -}, -{ -name = topright_2; -pos = (843,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(420,186,l), -(333,186,ls), -(304,186,o), -(295,195,o), -(301,223,cs), -(333,379,l), -(528,379,l), -(449,0,l), -(668,0,l), -(781,544,l), -(367,544,l), -(403,710,l), -(179,669,l), -(153,544,l), -(61,544,l), -(26,379,l), -(118,379,l), -(75,171,ls), -(50,52,o), -(113,0,o), -(227,0,cs) -); -}, -{ -closed = 1; -nodes = ( -(792,601,l), -(818,730,l), -(599,730,l), -(573,601,l) -); -} -); -width = 768; -} -); -metricLeft = t; -metricRight = i.ss01; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/t_t.liga.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/t_t.liga.glyph deleted file mode 100644 index ee80c068..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/t_t.liga.glyph +++ /dev/null @@ -1,1911 +0,0 @@ -{ -glyphname = t_t.liga; -kernLeft = KO_t; -kernRight = KO_t; -layers = ( -{ -anchors = ( -{ -name = bottom_1; -pos = (137,0); -}, -{ -name = bottom_2; -pos = (410,0); -}, -{ -name = caret_1; -pos = (273,0); -}, -{ -name = center_1; -pos = (137,271); -}, -{ -name = center_2; -pos = (410,271); -}, -{ -name = top_1; -pos = (137,683); -}, -{ -name = top_2; -pos = (410,683); -}, -{ -name = topright_1; -pos = (526,729); -}, -{ -name = topright_2; -pos = (526,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,0,l), -(270,132,l), -(246,132,ls), -(228,132,o), -(225,137,o), -(225,160,cs), -(225,399,l), -(308,399,l), -(308,124,ls), -(308,40,o), -(346,0,o), -(435,0,cs), -(529,0,l), -(529,132,l), -(505,132,ls), -(487,132,o), -(484,137,o), -(484,160,cs), -(484,401,l), -(529,398,l), -(529,541,l), -(484,539,l), -(484,683,l), -(308,668,l), -(308,541,l), -(225,541,l), -(225,683,l), -(49,668,l), -(49,539,l), -(11,541,l), -(11,398,l), -(49,401,l), -(49,124,ls), -(49,40,o), -(87,0,o), -(176,0,cs) -); -} -); -width = 546; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (79,0); -}, -{ -name = bottom_2; -pos = (236,0); -}, -{ -name = caret_1; -pos = (157,0); -}, -{ -name = center_1; -pos = (79,258); -}, -{ -name = center_2; -pos = (236,258); -}, -{ -name = top_1; -pos = (79,700); -}, -{ -name = top_2; -pos = (236,700); -}, -{ -name = topright_1; -pos = (294,729); -}, -{ -name = topright_2; -pos = (294,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(129,-5,o), -(140,-3,o), -(147,0,c), -(147,29,l), -(139,25,o), -(124,25,o), -(121,25,cs), -(98,25,o), -(91,36,o), -(91,77,cs), -(91,492,l), -(214,492,l), -(214,65,ls), -(214,14,o), -(231,-5,o), -(270,-5,cs), -(280,-5,o), -(291,-3,o), -(298,0,c), -(298,29,l), -(290,25,o), -(275,25,o), -(272,25,cs), -(249,25,o), -(242,36,o), -(242,77,cs), -(242,492,l), -(298,492,l), -(298,516,l), -(242,516,l), -(242,700,l), -(214,697,l), -(214,516,l), -(91,516,l), -(91,700,l), -(63,697,l), -(63,516,l), -(18,516,l), -(18,492,l), -(63,492,l), -(63,65,ls), -(63,14,o), -(80,-5,o), -(119,-5,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,0,l), -(146,29,l), -(119,29,ls), -(96,29,o), -(92,41,o), -(92,64,cs), -(92,492,l), -(214,492,l), -(214,56,ls), -(214,14,o), -(233,0,o), -(266,0,cs), -(297,0,l), -(297,29,l), -(270,29,ls), -(247,29,o), -(243,41,o), -(243,64,cs), -(243,492,l), -(298,492,l), -(298,516,l), -(243,516,l), -(243,700,l), -(214,697,l), -(214,516,l), -(92,516,l), -(92,700,l), -(63,697,l), -(63,516,l), -(18,516,l), -(18,492,l), -(63,492,l), -(63,56,ls), -(63,14,o), -(82,0,o), -(115,0,cs) -); -} -); -width = 314; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (152,0); -}, -{ -name = bottom_2; -pos = (456,0); -}, -{ -name = caret_1; -pos = (304,0); -}, -{ -name = center_1; -pos = (152,259); -}, -{ -name = center_2; -pos = (456,259); -}, -{ -name = top_1; -pos = (152,690); -}, -{ -name = top_2; -pos = (456,690); -}, -{ -name = topright_1; -pos = (588,729); -}, -{ -name = topright_2; -pos = (588,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(311,0,l), -(311,36,l), -(232,36,ls), -(184,36,o), -(166,58,o), -(166,106,cs), -(166,485,l), -(407,485,l), -(407,103,ls), -(407,32,o), -(440,0,o), -(511,0,cs), -(589,0,l), -(589,36,l), -(510,36,ls), -(462,36,o), -(444,58,o), -(444,106,cs), -(444,485,l), -(589,485,l), -(589,517,l), -(444,517,l), -(444,690,l), -(407,681,l), -(407,517,l), -(166,517,l), -(166,690,l), -(129,681,l), -(129,517,l), -(11,517,l), -(11,485,l), -(129,485,l), -(129,103,ls), -(129,32,o), -(162,0,o), -(233,0,cs) -); -} -); -width = 608; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (219,0); -}, -{ -name = bottom_2; -pos = (656,0); -}, -{ -name = caret_1; -pos = (437.5,0); -}, -{ -name = center_1; -pos = (219,272); -}, -{ -name = center_2; -pos = (656,272); -}, -{ -name = top_1; -pos = (219,710); -}, -{ -name = top_2; -pos = (656,710); -}, -{ -name = topright_1; -pos = (855,729); -}, -{ -name = topright_2; -pos = (855,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(443,0,l), -(443,186,l), -(353,186,ls), -(330,186,o), -(314,193,o), -(314,221,cs), -(314,379,l), -(501,379,l), -(501,155,ls), -(501,55,o), -(554,0,o), -(655,0,cs), -(847,0,l), -(847,186,l), -(757,186,ls), -(734,186,o), -(718,193,o), -(718,221,cs), -(718,379,l), -(847,379,l), -(847,544,l), -(718,544,l), -(718,710,l), -(501,669,l), -(501,544,l), -(314,544,l), -(314,710,l), -(97,669,l), -(97,544,l), -(4,544,l), -(4,379,l), -(97,379,l), -(97,155,ls), -(97,55,o), -(150,0,o), -(251,0,cs) -); -} -); -width = 875; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (69,0); -}, -{ -name = bottom_2; -pos = (226,0); -}, -{ -name = caret_1; -pos = (147,0); -}, -{ -name = center_1; -pos = (69,258); -}, -{ -name = center_2; -pos = (226,258); -}, -{ -name = top_1; -pos = (69,700); -}, -{ -name = top_2; -pos = (226,700); -}, -{ -name = topright_1; -pos = (284,729); -}, -{ -name = topright_2; -pos = (284,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(129,-5,o), -(140,-3,o), -(147,0,c), -(147,29,l), -(139,25,o), -(124,25,o), -(121,25,cs), -(98,25,o), -(91,36,o), -(91,77,cs), -(91,492,l), -(214,492,l), -(214,65,ls), -(214,14,o), -(231,-5,o), -(270,-5,cs), -(280,-5,o), -(291,-3,o), -(298,0,c), -(298,29,l), -(290,25,o), -(275,25,o), -(272,25,cs), -(249,25,o), -(242,36,o), -(242,77,cs), -(242,492,l), -(298,492,l), -(298,516,l), -(242,516,l), -(242,700,l), -(214,697,l), -(214,516,l), -(91,516,l), -(91,700,l), -(63,697,l), -(63,516,l), -(18,516,l), -(18,492,l), -(63,492,l), -(63,65,ls), -(63,14,o), -(80,-5,o), -(119,-5,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,0,l), -(136,29,l), -(109,29,ls), -(86,29,o), -(82,41,o), -(82,64,cs), -(82,492,l), -(204,492,l), -(204,56,ls), -(204,14,o), -(223,0,o), -(256,0,cs), -(287,0,l), -(287,29,l), -(260,29,ls), -(237,29,o), -(233,41,o), -(233,64,cs), -(233,492,l), -(288,492,l), -(288,516,l), -(233,516,l), -(233,700,l), -(204,697,l), -(204,516,l), -(82,516,l), -(82,700,l), -(53,697,l), -(53,516,l), -(8,516,l), -(8,492,l), -(53,492,l), -(53,56,ls), -(53,14,o), -(72,0,o), -(105,0,cs) -); -} -); -width = 294; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (130,0); -}, -{ -name = bottom_2; -pos = (403,0); -}, -{ -name = caret_1; -pos = (266,0); -}, -{ -name = center_1; -pos = (130,271); -}, -{ -name = center_2; -pos = (403,271); -}, -{ -name = top_1; -pos = (130,683); -}, -{ -name = top_2; -pos = (403,683); -}, -{ -name = topright_1; -pos = (519,729); -}, -{ -name = topright_2; -pos = (519,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(263,0,l), -(263,132,l), -(239,132,ls), -(221,132,o), -(218,137,o), -(218,160,cs), -(218,399,l), -(301,399,l), -(301,124,ls), -(301,40,o), -(339,0,o), -(428,0,cs), -(522,0,l), -(522,132,l), -(498,132,ls), -(480,132,o), -(477,137,o), -(477,160,cs), -(477,401,l), -(522,398,l), -(522,541,l), -(477,539,l), -(477,683,l), -(301,668,l), -(301,541,l), -(218,541,l), -(218,683,l), -(42,668,l), -(42,539,l), -(4,541,l), -(4,398,l), -(42,401,l), -(42,124,ls), -(42,40,o), -(80,0,o), -(169,0,cs) -); -} -); -width = 529; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (131,0); -}, -{ -name = bottom_2; -pos = (433,0); -}, -{ -name = caret_1; -pos = (282,0); -}, -{ -name = center_1; -pos = (131,259); -}, -{ -name = center_2; -pos = (433,259); -}, -{ -name = top_1; -pos = (131,690); -}, -{ -name = top_2; -pos = (433,690); -}, -{ -name = topright_1; -pos = (564,729); -}, -{ -name = topright_2; -pos = (564,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(278,0,l), -(278,36,l), -(208,36,ls), -(165,36,o), -(146,56,o), -(146,101,cs), -(146,485,l), -(383,485,l), -(383,97,ls), -(383,28,o), -(419,0,o), -(479,0,cs), -(552,0,l), -(552,36,l), -(482,36,ls), -(439,36,o), -(420,56,o), -(420,101,cs), -(420,485,l), -(550,485,l), -(550,517,l), -(419,517,l), -(419,690,l), -(383,681,l), -(383,517,l), -(145,517,l), -(145,690,l), -(109,681,l), -(109,517,l), -(2,517,l), -(2,485,l), -(109,485,l), -(109,97,ls), -(109,28,o), -(145,0,o), -(205,0,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = t; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = t; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -42 -); -stem = -2; -target = ( -0, -43 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -1 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -0, -30 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -0, -23 -); -type = Stem; -} -); -}; -width = 559; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (181,0); -}, -{ -name = bottom_2; -pos = (576,0); -}, -{ -name = caret_1; -pos = (379,0); -}, -{ -name = center_1; -pos = (181,272); -}, -{ -name = center_2; -pos = (576,272); -}, -{ -name = top_1; -pos = (181,699); -}, -{ -name = top_2; -pos = (576,699); -}, -{ -name = topright_1; -pos = (754,729); -}, -{ -name = topright_2; -pos = (754,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(322,-10,o), -(375,0,o), -(406,14,c), -(406,156,l), -(390,148,o), -(371,143,o), -(351,143,cs), -(313,143,o), -(292,145,o), -(292,202,cs), -(292,391,l), -(465,391,l), -(465,158,ls), -(465,33,o), -(533,-10,o), -(636,-10,cs), -(686,-10,o), -(739,0,o), -(770,14,c), -(770,156,l), -(754,148,o), -(735,143,o), -(715,143,cs), -(677,143,o), -(656,145,o), -(656,202,cs), -(656,391,l), -(770,391,l), -(770,544,l), -(656,544,l), -(656,710,l), -(465,668,l), -(465,544,l), -(292,544,l), -(292,710,l), -(101,668,l), -(101,544,l), -(17,544,l), -(17,391,l), -(101,391,l), -(101,158,ls), -(101,33,o), -(169,-10,o), -(272,-10,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(381,153,l), -(321,153,ls), -(298,153,o), -(282,160,o), -(282,188,cs), -(282,391,l), -(449,391,l), -(449,152,ls), -(449,47,o), -(494,0,o), -(600,0,cs), -(739,0,l), -(739,153,l), -(679,153,ls), -(656,153,o), -(640,160,o), -(640,188,cs), -(640,391,l), -(739,391,l), -(739,544,l), -(640,544,l), -(640,699,l), -(449,683,l), -(449,544,l), -(282,544,l), -(282,699,l), -(91,683,l), -(91,544,l), -(0,544,l), -(0,391,l), -(91,391,l), -(91,152,ls), -(91,47,o), -(136,0,o), -(242,0,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = t; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = t; -}; -width = 753; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (147,0); -}, -{ -name = bottom_2; -pos = (451,0); -}, -{ -name = caret_1; -pos = (299,0); -}, -{ -name = center_1; -pos = (147,259); -}, -{ -name = center_2; -pos = (451,259); -}, -{ -name = top_1; -pos = (147,690); -}, -{ -name = top_2; -pos = (451,690); -}, -{ -name = topright_1; -pos = (583,729); -}, -{ -name = topright_2; -pos = (583,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(306,0,l), -(306,36,l), -(227,36,ls), -(179,36,o), -(161,58,o), -(161,106,cs), -(161,485,l), -(402,485,l), -(402,103,ls), -(402,32,o), -(435,0,o), -(506,0,cs), -(584,0,l), -(584,36,l), -(505,36,ls), -(457,36,o), -(439,58,o), -(439,106,cs), -(439,485,l), -(584,485,l), -(584,517,l), -(439,517,l), -(439,690,l), -(402,681,l), -(402,517,l), -(161,517,l), -(161,690,l), -(124,681,l), -(124,517,l), -(6,517,l), -(6,485,l), -(124,485,l), -(124,103,ls), -(124,32,o), -(157,0,o), -(228,0,cs) -); -} -); -width = 593; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (214,0); -}, -{ -name = bottom_2; -pos = (651,0); -}, -{ -name = caret_1; -pos = (433,0); -}, -{ -name = center_1; -pos = (214,272); -}, -{ -name = center_2; -pos = (651,272); -}, -{ -name = top_1; -pos = (214,710); -}, -{ -name = top_2; -pos = (651,710); -}, -{ -name = topright_1; -pos = (850,729); -}, -{ -name = topright_2; -pos = (850,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(438,0,l), -(438,186,l), -(348,186,ls), -(325,186,o), -(309,193,o), -(309,221,cs), -(309,379,l), -(496,379,l), -(496,155,ls), -(496,55,o), -(549,0,o), -(650,0,cs), -(842,0,l), -(842,186,l), -(752,186,ls), -(729,186,o), -(713,193,o), -(713,221,cs), -(713,379,l), -(842,379,l), -(842,544,l), -(713,544,l), -(713,710,l), -(496,669,l), -(496,544,l), -(309,544,l), -(309,710,l), -(92,669,l), -(92,544,l), -(-1,544,l), -(-1,379,l), -(92,379,l), -(92,155,ls), -(92,55,o), -(145,0,o), -(246,0,cs) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (151,0); -}, -{ -name = bottom_2; -pos = (447,0); -}, -{ -name = caret_1; -pos = (299,0); -}, -{ -name = center_1; -pos = (151,259); -}, -{ -name = center_2; -pos = (447,259); -}, -{ -name = top_1; -pos = (151,690); -}, -{ -name = top_2; -pos = (447,690); -}, -{ -name = topright_1; -pos = (575,729); -}, -{ -name = topright_2; -pos = (575,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(295,0,l), -(295,36,l), -(227,36,ls), -(184,36,o), -(165,56,o), -(165,101,cs), -(165,485,l), -(398,485,l), -(398,97,ls), -(398,28,o), -(434,0,o), -(492,0,cs), -(563,0,l), -(563,36,l), -(495,36,ls), -(452,36,o), -(435,56,o), -(435,101,cs), -(435,485,l), -(561,485,l), -(561,517,l), -(434,517,l), -(434,690,l), -(398,681,l), -(398,517,l), -(164,517,l), -(164,690,l), -(130,681,l), -(130,517,l), -(25,517,l), -(25,485,l), -(130,485,l), -(130,97,ls), -(130,28,o), -(164,0,o), -(224,0,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = t; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = t; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -42 -); -stem = -2; -target = ( -0, -43 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -1 -); -stem = -2; -target = ( -0, -14 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -0, -30 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -0, -23 -); -type = Stem; -} -); -}; -width = 597; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (193,0); -}, -{ -name = bottom_2; -pos = (578,0); -}, -{ -name = caret_1; -pos = (386,0); -}, -{ -name = center_1; -pos = (193,272); -}, -{ -name = center_2; -pos = (578,272); -}, -{ -name = top_1; -pos = (193,699); -}, -{ -name = top_2; -pos = (578,699); -}, -{ -name = topright_1; -pos = (752,729); -}, -{ -name = topright_2; -pos = (752,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(322,-10,o), -(375,0,o), -(406,14,c), -(406,156,l), -(390,148,o), -(371,143,o), -(351,143,cs), -(313,143,o), -(292,145,o), -(292,202,cs), -(292,391,l), -(465,391,l), -(465,158,ls), -(465,33,o), -(533,-10,o), -(636,-10,cs), -(686,-10,o), -(739,0,o), -(770,14,c), -(770,156,l), -(754,148,o), -(735,143,o), -(715,143,cs), -(677,143,o), -(656,145,o), -(656,202,cs), -(656,391,l), -(770,391,l), -(770,544,l), -(656,544,l), -(656,710,l), -(465,668,l), -(465,544,l), -(292,544,l), -(292,710,l), -(101,668,l), -(101,544,l), -(17,544,l), -(17,391,l), -(101,391,l), -(101,158,ls), -(101,33,o), -(169,-10,o), -(272,-10,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(388,0,l), -(388,153,l), -(330,153,ls), -(308,153,o), -(293,160,o), -(293,188,cs), -(293,391,l), -(453,391,l), -(453,152,ls), -(453,47,o), -(497,0,o), -(601,0,cs), -(738,0,l), -(738,153,l), -(679,153,ls), -(657,153,o), -(643,160,o), -(643,188,cs), -(643,391,l), -(738,391,l), -(738,544,l), -(643,544,l), -(643,699,l), -(453,683,l), -(453,544,l), -(293,544,l), -(293,699,l), -(104,683,l), -(104,544,l), -(16,544,l), -(16,391,l), -(104,391,l), -(104,152,ls), -(104,47,o), -(148,0,o), -(251,0,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = t; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = t; -}; -width = 770; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (25,0); -}, -{ -name = bottom_2; -pos = (180,0); -}, -{ -name = caret_1; -pos = (155.5,0); -}, -{ -name = center_1; -pos = (78,258); -}, -{ -name = center_2; -pos = (233,258); -}, -{ -name = top_1; -pos = (170,700); -}, -{ -name = top_2; -pos = (325,700); -}, -{ -name = topright_1; -pos = (389,729); -}, -{ -name = topright_2; -pos = (389,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,0,l), -(97,30,l), -(72,30,ls), -(49,30,o), -(45,41,o), -(54,82,cs), -(139,492,l), -(261,492,l), -(173,70,ls), -(162,18,o), -(177,0,o), -(213,0,cs), -(241,0,l), -(247,30,l), -(222,30,ls), -(198,30,o), -(195,41,o), -(203,82,cs), -(289,492,l), -(344,492,l), -(349,516,l), -(293,516,l), -(333,700,l), -(304,697,l), -(266,516,l), -(144,516,l), -(183,700,l), -(154,697,l), -(116,516,l), -(72,516,l), -(67,492,l), -(111,492,l), -(23,70,ls), -(13,18,o), -(28,0,o), -(64,0,cs) -); -} -); -width = 311; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (81,0); -}, -{ -name = bottom_2; -pos = (354,0); -}, -{ -name = caret_1; -pos = (273.5,0); -}, -{ -name = center_1; -pos = (137,271); -}, -{ -name = center_2; -pos = (410,271); -}, -{ -name = top_1; -pos = (222,683); -}, -{ -name = top_2; -pos = (495,683); -}, -{ -name = topright_1; -pos = (622,729); -}, -{ -name = topright_2; -pos = (622,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,0,l), -(243,134,l), -(229,133,ls), -(203,131,o), -(197,139,o), -(203,166,cs), -(252,401,l), -(336,401,l), -(281,136,ls), -(262,44,o), -(293,0,o), -(394,0,cs), -(474,0,l), -(503,134,l), -(489,133,ls), -(462,131,o), -(456,139,o), -(462,166,cs), -(511,401,l), -(557,399,l), -(586,541,l), -(541,539,l), -(570,683,l), -(392,668,l), -(364,539,l), -(281,539,l), -(311,683,l), -(132,668,l), -(105,539,l), -(68,541,l), -(38,399,l), -(76,401,l), -(22,136,ls), -(3,44,o), -(34,0,o), -(135,0,cs) -); -} -); -width = 547; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (91,0); -}, -{ -name = bottom_2; -pos = (381,0); -}, -{ -name = caret_1; -pos = (290,0); -}, -{ -name = center_1; -pos = (145,259); -}, -{ -name = center_2; -pos = (435,259); -}, -{ -name = top_1; -pos = (234,690); -}, -{ -name = top_2; -pos = (524,690); -}, -{ -name = topright_1; -pos = (657,729); -}, -{ -name = topright_2; -pos = (657,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(238,0,l), -(245,33,l), -(198,33,ls), -(145,33,o), -(118,46,o), -(132,111,cs), -(210,485,l), -(430,485,l), -(352,108,ls), -(337,34,o), -(368,0,o), -(439,0,cs), -(494,0,l), -(501,33,l), -(454,33,ls), -(401,33,o), -(374,46,o), -(388,111,cs), -(466,485,l), -(596,485,l), -(602,517,l), -(472,517,l), -(508,690,l), -(471,681,l), -(437,517,l), -(216,517,l), -(252,690,l), -(215,681,l), -(181,517,l), -(76,517,l), -(70,485,l), -(174,485,l), -(96,108,ls), -(81,34,o), -(112,0,o), -(183,0,cs) -); -} -); -width = 580; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (136,0); -}, -{ -name = bottom_2; -pos = (519,0); -}, -{ -name = caret_1; -pos = (383,0); -}, -{ -name = center_1; -pos = (192,272); -}, -{ -name = center_2; -pos = (575,272); -}, -{ -name = top_1; -pos = (280,699); -}, -{ -name = top_2; -pos = (663,699); -}, -{ -name = topright_1; -pos = (841,729); -}, -{ -name = topright_2; -pos = (841,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(337,0,l), -(369,153,l), -(314,153,ls), -(286,153,o), -(272,160,o), -(278,188,cs), -(321,391,l), -(468,391,l), -(421,166,ls), -(401,66,o), -(443,0,o), -(560,0,cs), -(673,0,l), -(705,153,l), -(651,153,ls), -(622,153,o), -(609,160,o), -(615,188,cs), -(657,391,l), -(755,391,l), -(787,544,l), -(689,544,l), -(722,699,l), -(530,683,l), -(500,544,l), -(353,544,l), -(385,699,l), -(193,683,l), -(164,544,l), -(74,544,l), -(42,391,l), -(132,391,l), -(84,166,ls), -(63,66,o), -(106,0,o), -(223,0,cs) -); -} -); -width = 766; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (95,0); -}, -{ -name = bottom_2; -pos = (392,0); -}, -{ -name = caret_1; -pos = (297.5,0); -}, -{ -name = center_1; -pos = (149,259); -}, -{ -name = center_2; -pos = (446,259); -}, -{ -name = top_1; -pos = (238,690); -}, -{ -name = top_2; -pos = (535,690); -}, -{ -name = topright_1; -pos = (672,729); -}, -{ -name = topright_2; -pos = (672,729); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(253,0,l), -(260,35,l), -(198,35,ls), -(145,35,o), -(119,48,o), -(132,111,cs), -(209,485,l), -(442,485,l), -(364,108,ls), -(349,34,o), -(385,0,o), -(448,0,cs), -(522,0,l), -(529,35,l), -(467,35,ls), -(414,35,o), -(388,48,o), -(401,111,cs), -(478,485,l), -(624,485,l), -(630,517,l), -(485,517,l), -(521,690,l), -(483,681,l), -(449,517,l), -(216,517,l), -(252,690,l), -(214,681,l), -(180,517,l), -(65,517,l), -(59,485,l), -(173,485,l), -(95,108,ls), -(80,34,o), -(116,0,o), -(179,0,cs) -); -} -); -width = 595; -}, -{ -anchors = ( -{ -name = bottom_1; -pos = (159,0); -}, -{ -name = bottom_2; -pos = (588,0); -}, -{ -name = caret_1; -pos = (429,0); -}, -{ -name = center_1; -pos = (215,272); -}, -{ -name = center_2; -pos = (644,272); -}, -{ -name = top_1; -pos = (306,710); -}, -{ -name = top_2; -pos = (735,710); -}, -{ -name = topright_1; -pos = (933,729); -}, -{ -name = topright_2; -pos = (933,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,0,l), -(420,186,l), -(333,186,ls), -(304,186,o), -(295,195,o), -(301,223,cs), -(333,379,l), -(510,379,l), -(467,171,ls), -(442,52,o), -(505,0,o), -(619,0,cs), -(773,0,l), -(812,186,l), -(725,186,ls), -(696,186,o), -(687,195,o), -(693,223,cs), -(725,379,l), -(853,379,l), -(887,544,l), -(759,544,l), -(795,710,l), -(571,669,l), -(545,544,l), -(367,544,l), -(403,710,l), -(179,669,l), -(153,544,l), -(61,544,l), -(26,379,l), -(118,379,l), -(75,171,ls), -(50,52,o), -(113,0,o), -(227,0,cs) -); -} -); -width = 858; -} -); -metricLeft = t; -metricRight = t; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/tbar.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/tbar.glyph deleted file mode 100644 index e331c9ae..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/tbar.glyph +++ /dev/null @@ -1,277 +0,0 @@ -{ -color = 7; -glyphname = tbar; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = -1; -pos = (6,0); -ref = t; -}, -{ -pos = (-16,0); -ref = strokeshortcomb.t; -} -); -width = 177; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = t; -}, -{ -pos = (-23,-1); -ref = strokeshortcomb.t; -} -); -width = 301; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = -1; -pos = (11,0); -ref = t; -}, -{ -pos = (-18,0); -ref = strokeshortcomb.t; -} -); -width = 352; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = -1; -pos = (17,0); -ref = t; -}, -{ -pos = (-19,-1); -ref = strokeshortcomb.t; -} -); -width = 501; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (6,0); -ref = t; -}, -{ -pos = (6,0); -ref = strokeshortcomb.t; -} -); -width = 137; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = t; -}, -{ -pos = (-10,-1); -ref = strokeshortcomb.t; -} -); -width = 281; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (14,0); -ref = t; -}, -{ -pos = (-3,0); -ref = strokeshortcomb.t; -} -); -width = 317; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = t; -}, -{ -pos = (-1,-5); -ref = strokeshortcomb.t; -} -); -width = 426; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (11,0); -ref = t; -}, -{ -pos = (-13,0); -ref = strokeshortcomb.t; -} -); -width = 332; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (17,0); -ref = t; -}, -{ -pos = (-14,-1); -ref = strokeshortcomb.t; -} -); -width = 481; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = -1; -pos = (14,0); -ref = t; -}, -{ -pos = (2,0); -ref = strokeshortcomb.t; -} -); -width = 354; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = t; -}, -{ -pos = (-1,-5); -ref = strokeshortcomb.t; -} -); -width = 460; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = -1; -pos = (6,0); -ref = t; -}, -{ -pos = (-16,0); -ref = strokeshortcomb.t; -} -); -width = 176; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = -1; -pos = (7,0); -ref = t; -}, -{ -pos = (-23,-1); -ref = strokeshortcomb.t; -} -); -width = 301; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = -1; -pos = (14,0); -ref = t; -}, -{ -pos = (-5,0); -ref = strokeshortcomb.t; -} -); -width = 353; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = -1; -pos = (19,0); -ref = t; -}, -{ -pos = (-7,-5); -ref = strokeshortcomb.t; -} -); -width = 465; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = -1; -pos = (11,0); -ref = t; -}, -{ -pos = (-19,0); -ref = strokeshortcomb.t; -} -); -width = 349; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = -1; -pos = (18,0); -ref = t; -}, -{ -pos = (-20,-1); -ref = strokeshortcomb.t; -} -); -width = 498; -} -); -unicode = 359; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/tcaron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/tcaron.glyph deleted file mode 100644 index 953b0097..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/tcaron.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = tcaron; -kernLeft = KO_t; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = t; -}, -{ -pos = (100,56); -ref = caroncomb.alt; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = t; -}, -{ -pos = (204,0); -ref = caroncomb.alt; -} -); -width = 287; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = t; -}, -{ -pos = (199,47); -ref = caroncomb.alt; -} -); -width = 330; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = t; -}, -{ -pos = (303,25); -ref = caroncomb.alt; -} -); -width = 471; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = t; -}, -{ -pos = (122,56); -ref = caroncomb.alt; -} -); -width = 184; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = t; -}, -{ -pos = (217,0); -ref = caroncomb.alt; -} -); -width = 293; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = t; -}, -{ -pos = (197,56); -ref = caroncomb.alt; -} -); -width = 284; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = t; -}, -{ -alignment = -1; -pos = (294,10); -ref = caroncomb.alt; -} -); -width = 405; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = t; -}, -{ -pos = (204,47); -ref = caroncomb.alt; -} -); -width = 315; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = t; -}, -{ -pos = (308,25); -ref = caroncomb.alt; -} -); -width = 456; -}, -{ -layerId = m019; -shapes = ( -{ -ref = t; -}, -{ -pos = (198,56); -ref = caroncomb.alt; -} -); -width = 329; -}, -{ -layerId = m020; -shapes = ( -{ -ref = t; -}, -{ -pos = (279,10); -ref = caroncomb.alt; -} -); -width = 416; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = t; -}, -{ -pos = (113,56); -ref = caroncomb.alt; -} -); -width = 162; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = t; -}, -{ -pos = (204,0); -ref = caroncomb.alt; -} -); -width = 287; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = t; -}, -{ -pos = (194,56); -ref = caroncomb.alt; -} -); -width = 324; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = t; -}, -{ -pos = (286,10); -ref = caroncomb.alt; -} -); -width = 430; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = t; -}, -{ -pos = (203,47); -ref = caroncomb.alt; -} -); -width = 326; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = t; -}, -{ -pos = (307,25); -ref = caroncomb.alt; -} -); -width = 466; -} -); -unicode = 357; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/tcedilla.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/tcedilla.glyph deleted file mode 100644 index b9f39205..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/tcedilla.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = tcedilla; -kernLeft = KO_t; -kernRight = KO_t; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = t; -}, -{ -pos = (-35,0); -ref = cedillacomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = t; -}, -{ -pos = (-30,0); -ref = cedillacomb; -} -); -width = 287; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = t; -}, -{ -pos = (59,0); -ref = cedillacomb; -} -); -width = 330; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = t; -}, -{ -pos = (62,0); -ref = cedillacomb; -} -); -width = 471; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = t; -}, -{ -pos = (-13,0); -ref = cedillacomb; -} -); -width = 184; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = t; -}, -{ -pos = (-17,0); -ref = cedillacomb; -} -); -width = 293; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = t; -}, -{ -pos = (75,0); -ref = cedillacomb; -} -); -width = 284; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = t; -}, -{ -alignment = -1; -pos = (63,0); -ref = cedillacomb; -} -); -width = 405; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = t; -}, -{ -pos = (64,0); -ref = cedillacomb; -} -); -width = 315; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = t; -}, -{ -pos = (67,0); -ref = cedillacomb; -} -); -width = 456; -}, -{ -layerId = m019; -shapes = ( -{ -ref = t; -}, -{ -pos = (72,0); -ref = cedillacomb; -} -); -width = 329; -}, -{ -layerId = m020; -shapes = ( -{ -ref = t; -}, -{ -pos = (56,0); -ref = cedillacomb; -} -); -width = 416; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = t; -}, -{ -pos = (-21,0); -ref = cedillacomb; -} -); -width = 162; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = t; -}, -{ -pos = (-33,0); -ref = cedillacomb; -} -); -width = 287; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = t; -}, -{ -pos = (87,0); -ref = cedillacomb; -} -); -width = 324; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = t; -}, -{ -pos = (64,0); -ref = cedillacomb; -} -); -width = 430; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = t; -}, -{ -pos = (76,0); -ref = cedillacomb; -} -); -width = 326; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = t; -}, -{ -pos = (54,0); -ref = cedillacomb; -} -); -width = 466; -} -); -unicode = 355; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/tcommaaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/tcommaaccent.glyph deleted file mode 100644 index 40a45651..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/tcommaaccent.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = tcommaaccent; -kernLeft = KO_t; -kernRight = KO_t; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = t; -}, -{ -pos = (9,0); -ref = commaaccentcomb; -} -); -width = 163; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = t; -}, -{ -pos = (-6,0); -ref = commaaccentcomb; -} -); -width = 287; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = t; -}, -{ -pos = (111,0); -ref = commaaccentcomb; -} -); -width = 330; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = t; -}, -{ -pos = (103,0); -ref = commaaccentcomb; -} -); -width = 471; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = t; -}, -{ -pos = (31,0); -ref = commaaccentcomb; -} -); -width = 184; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = t; -}, -{ -pos = (7,0); -ref = commaaccentcomb; -} -); -width = 293; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = t; -}, -{ -pos = (113,0); -ref = commaaccentcomb; -} -); -width = 284; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = t; -}, -{ -alignment = -1; -pos = (111,0); -ref = commaaccentcomb; -} -); -width = 405; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = t; -}, -{ -pos = (116,0); -ref = commaaccentcomb; -} -); -width = 315; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = t; -}, -{ -pos = (108,0); -ref = commaaccentcomb; -} -); -width = 456; -}, -{ -layerId = m019; -shapes = ( -{ -ref = t; -}, -{ -pos = (110,0); -ref = commaaccentcomb; -} -); -width = 329; -}, -{ -layerId = m020; -shapes = ( -{ -ref = t; -}, -{ -pos = (103,0); -ref = commaaccentcomb; -} -); -width = 416; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = t; -}, -{ -pos = (10,0); -ref = commaaccentcomb; -} -); -width = 162; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = t; -}, -{ -pos = (-6,0); -ref = commaaccentcomb; -} -); -width = 287; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = t; -}, -{ -pos = (121,0); -ref = commaaccentcomb; -} -); -width = 324; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = t; -}, -{ -pos = (108,0); -ref = commaaccentcomb; -} -); -width = 430; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = t; -}, -{ -pos = (129,0); -ref = commaaccentcomb; -} -); -width = 326; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = t; -}, -{ -pos = (107,0); -ref = commaaccentcomb; -} -); -width = 466; -} -); -unicode = 539; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/tenge.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/tenge.glyph deleted file mode 100644 index e5214a95..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/tenge.glyph +++ /dev/null @@ -1,606 +0,0 @@ -{ -glyphname = tenge; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,0,l), -(194,0,l), -(194,578,l), -(163,578,l) -); -}, -{ -closed = 1; -nodes = ( -(336,599,l), -(21,599,l), -(21,570,l), -(336,570,l) -); -}, -{ -closed = 1; -nodes = ( -(336,729,l), -(21,729,l), -(21,700,l), -(336,700,l) -); -} -); -width = 356; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(111,0,l), -(295,0,l), -(295,408,l), -(111,408,l) -); -}, -{ -closed = 1; -nodes = ( -(388,541,l), -(23,541,l), -(23,392,l), -(388,392,l) -); -}, -{ -closed = 1; -nodes = ( -(388,729,l), -(23,729,l), -(23,580,l), -(388,580,l) -); -} -); -width = 410; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(289,0,l), -(325,0,l), -(325,508,l), -(289,508,l) -); -}, -{ -closed = 1; -nodes = ( -(576,534,l), -(37,534,l), -(37,498,l), -(576,498,l) -); -}, -{ -closed = 1; -nodes = ( -(576,729,l), -(37,729,l), -(37,693,l), -(576,693,l) -); -} -); -width = 613; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,0,l), -(448,0,l), -(448,357,l), -(235,357,l) -); -}, -{ -closed = 1; -nodes = ( -(660,502,l), -(28,502,l), -(28,342,l), -(660,342,l) -); -}, -{ -closed = 1; -nodes = ( -(660,729,l), -(28,729,l), -(28,559,l), -(660,559,l) -); -} -); -width = 688; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,0,l), -(174,0,l), -(174,578,l), -(143,578,l) -); -}, -{ -closed = 1; -nodes = ( -(316,599,l), -(1,599,l), -(1,570,l), -(316,570,l) -); -}, -{ -closed = 1; -nodes = ( -(316,729,l), -(1,729,l), -(1,700,l), -(316,700,l) -); -} -); -width = 318; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(101,0,l), -(285,0,l), -(285,408,l), -(101,408,l) -); -}, -{ -closed = 1; -nodes = ( -(378,541,l), -(13,541,l), -(13,392,l), -(378,392,l) -); -}, -{ -closed = 1; -nodes = ( -(378,729,l), -(13,729,l), -(13,580,l), -(378,580,l) -); -} -); -width = 390; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,0,l), -(298,0,l), -(298,527,l), -(260,527,l) -); -}, -{ -closed = 1; -nodes = ( -(523,553,l), -(35,553,l), -(35,517,l), -(523,517,l) -); -}, -{ -closed = 1; -nodes = ( -(523,729,l), -(35,729,l), -(35,693,l), -(523,693,l) -); -} -); -width = 558; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,0,l), -(395,0,l), -(395,379,l), -(202,379,l) -); -}, -{ -closed = 1; -nodes = ( -(574,519,l), -(23,519,l), -(23,363,l), -(574,363,l) -); -}, -{ -closed = 1; -nodes = ( -(574,729,l), -(23,729,l), -(23,571,l), -(574,571,l) -); -} -); -width = 597; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(279,0,l), -(315,0,l), -(315,508,l), -(279,508,l) -); -}, -{ -closed = 1; -nodes = ( -(566,534,l), -(27,534,l), -(27,498,l), -(566,498,l) -); -}, -{ -closed = 1; -nodes = ( -(566,729,l), -(27,729,l), -(27,693,l), -(566,693,l) -); -} -); -width = 593; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(225,0,l), -(438,0,l), -(438,357,l), -(225,357,l) -); -}, -{ -closed = 1; -nodes = ( -(650,502,l), -(18,502,l), -(18,342,l), -(650,342,l) -); -}, -{ -closed = 1; -nodes = ( -(650,729,l), -(18,729,l), -(18,559,l), -(650,559,l) -); -} -); -width = 668; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(277,0,l), -(315,0,l), -(315,527,l), -(277,527,l) -); -}, -{ -closed = 1; -nodes = ( -(536,553,l), -(56,553,l), -(56,517,l), -(536,517,l) -); -}, -{ -closed = 1; -nodes = ( -(536,729,l), -(56,729,l), -(56,693,l), -(536,693,l) -); -} -); -width = 591; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(215,0,l), -(406,0,l), -(406,379,l), -(215,379,l) -); -}, -{ -closed = 1; -nodes = ( -(578,519,l), -(43,519,l), -(43,363,l), -(578,363,l) -); -}, -{ -closed = 1; -nodes = ( -(578,729,l), -(43,729,l), -(43,571,l), -(578,571,l) -); -} -); -width = 620; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(111,0,l), -(142,0,l), -(261,578,l), -(230,578,l) -); -}, -{ -closed = 1; -nodes = ( -(408,599,l), -(93,599,l), -(87,570,l), -(402,570,l) -); -}, -{ -closed = 1; -nodes = ( -(434,729,l), -(119,729,l), -(113,700,l), -(428,700,l) -); -} -); -width = 357; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(55,0,l), -(239,0,l), -(323,408,l), -(139,408,l) -); -}, -{ -closed = 1; -nodes = ( -(444,541,l), -(79,541,l), -(48,392,l), -(413,392,l) -); -}, -{ -closed = 1; -nodes = ( -(482,729,l), -(117,729,l), -(87,580,l), -(452,580,l) -); -} -); -width = 410; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(227,0,l), -(265,0,l), -(374,527,l), -(336,527,l) -); -}, -{ -closed = 1; -nodes = ( -(604,553,l), -(116,553,l), -(109,517,l), -(597,517,l) -); -}, -{ -closed = 1; -nodes = ( -(640,729,l), -(152,729,l), -(145,693,l), -(633,693,l) -); -} -); -width = 598; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,0,l), -(360,0,l), -(438,379,l), -(245,379,l) -); -}, -{ -closed = 1; -nodes = ( -(646,519,l), -(95,519,l), -(63,363,l), -(614,363,l) -); -}, -{ -closed = 1; -nodes = ( -(689,729,l), -(138,729,l), -(106,571,l), -(657,571,l) -); -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,0,l), -(272,0,l), -(377,508,l), -(341,508,l) -); -}, -{ -closed = 1; -nodes = ( -(633,534,l), -(94,534,l), -(87,498,l), -(626,498,l) -); -}, -{ -closed = 1; -nodes = ( -(673,729,l), -(134,729,l), -(127,693,l), -(666,693,l) -); -} -); -width = 613; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,0,l), -(393,0,l), -(466,357,l), -(253,357,l) -); -}, -{ -closed = 1; -nodes = ( -(708,502,l), -(76,502,l), -(43,342,l), -(675,342,l) -); -}, -{ -closed = 1; -nodes = ( -(755,729,l), -(123,729,l), -(88,559,l), -(720,559,l) -); -} -); -width = 689; -} -); -unicode = 8376; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/thorn.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/thorn.glyph deleted file mode 100644 index 57837e43..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/thorn.glyph +++ /dev/null @@ -1,1099 +0,0 @@ -{ -glyphname = thorn; -kernRight = KO_o; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (169,0); -}, -{ -name = top; -pos = (169,729); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,-167,l), -(89,77,l), -(91,77,l), -(107,26,o), -(133,-10,o), -(185,-10,cs), -(252,-10,o), -(299,51,o), -(299,258,cs), -(299,464,o), -(253,526,o), -(185,526,cs), -(133,526,o), -(107,491,o), -(91,439,c), -(89,439,l), -(89,729,l), -(60,729,l), -(60,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(125,16,o), -(89,76,o), -(89,206,cs), -(89,309,ls), -(89,437,o), -(124,500,o), -(177,500,cs), -(250,500,o), -(269,414,o), -(269,258,cs), -(269,101,o), -(250,16,o), -(177,16,cs) -); -} -); -width = 344; -}, -{ -anchors = ( -{ -name = bottom; -pos = (236,0); -}, -{ -name = top; -pos = (236,729); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,-167,l), -(204,64,l), -(210,64,l), -(230,15,o), -(266,-10,o), -(315,-10,cs), -(426,-10,o), -(454,99,o), -(454,271,cs), -(454,492,o), -(398,551,o), -(315,551,cs), -(264,551,o), -(228,526,o), -(210,477,c), -(204,477,l), -(204,729,l), -(27,729,l), -(27,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(211,128,o), -(204,174,o), -(204,256,cs), -(204,285,ls), -(204,381,o), -(215,415,o), -(240,415,cs), -(271,415,o), -(278,369,o), -(278,271,cs), -(278,160,o), -(267,128,o), -(240,128,cs) -); -} -); -width = 470; -}, -{ -anchors = ( -{ -name = bottom; -pos = (323,0); -}, -{ -name = top; -pos = (323,729); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,-167,l), -(103,130,l), -(107,130,l), -(139,46,o), -(232,-9,o), -(343,-9,cs), -(500,-9,o), -(605,97,o), -(605,259,cs), -(605,424,o), -(499,526,o), -(343,526,cs), -(226,526,o), -(139,474,o), -(107,398,c), -(103,398,l), -(103,729,l), -(66,729,l), -(66,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(190,25,o), -(103,126,o), -(103,234,cs), -(103,294,ls), -(103,396,o), -(190,492,o), -(339,492,cs), -(475,492,o), -(567,407,o), -(567,259,cs), -(567,118,o), -(476,25,o), -(339,25,cs) -); -} -); -width = 640; -}, -{ -anchors = ( -{ -name = bottom; -pos = (370,0); -}, -{ -name = top; -pos = (370,729); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-167,l), -(264,69,l), -(271,69,l), -(306,19,o), -(373,-10,o), -(452,-10,cs), -(611,-10,o), -(717,99,o), -(717,271,cs), -(717,444,o), -(611,552,o), -(454,552,cs), -(357,552,o), -(298,520,o), -(266,473,c), -(259,473,l), -(259,729,l), -(43,729,l), -(43,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(308,155,o), -(264,200,o), -(264,265,cs), -(264,277,ls), -(264,342,o), -(308,387,o), -(383,387,cs), -(451,387,o), -(496,346,o), -(496,271,cs), -(496,195,o), -(450,155,o), -(383,155,cs) -); -} -); -width = 729; -}, -{ -anchors = ( -{ -name = bottom; -pos = (145,0); -}, -{ -name = top; -pos = (145,729); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(65,-167,l), -(65,77,l), -(67,77,l), -(83,26,o), -(109,-10,o), -(161,-10,cs), -(228,-10,o), -(275,51,o), -(275,258,cs), -(275,464,o), -(229,526,o), -(161,526,cs), -(109,526,o), -(83,491,o), -(67,439,c), -(65,439,l), -(65,729,l), -(36,729,l), -(36,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(101,16,o), -(65,76,o), -(65,206,cs), -(65,309,ls), -(65,437,o), -(100,500,o), -(153,500,cs), -(226,500,o), -(245,414,o), -(245,258,cs), -(245,101,o), -(226,16,o), -(153,16,cs) -); -} -); -width = 298; -}, -{ -anchors = ( -{ -name = bottom; -pos = (225,0); -}, -{ -name = top; -pos = (225,729); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,-167,l), -(193,64,l), -(199,64,l), -(219,15,o), -(255,-10,o), -(304,-10,cs), -(415,-10,o), -(443,99,o), -(443,271,cs), -(443,492,o), -(387,551,o), -(304,551,cs), -(253,551,o), -(217,526,o), -(199,477,c), -(193,477,l), -(193,729,l), -(16,729,l), -(16,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(200,128,o), -(193,174,o), -(193,256,cs), -(193,285,ls), -(193,381,o), -(204,415,o), -(229,415,cs), -(260,415,o), -(267,369,o), -(267,271,cs), -(267,160,o), -(256,128,o), -(229,128,cs) -); -} -); -width = 450; -}, -{ -anchors = ( -{ -name = bottom; -pos = (265,0); -}, -{ -name = top; -pos = (265,729); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(95,-167,l), -(95,119,l), -(98,119,l), -(125,42,o), -(196,-9,o), -(294,-9,cs), -(423,-9,o), -(511,92,o), -(511,258,cs), -(511,423,o), -(423,525,o), -(294,525,cs), -(196,525,o), -(125,473,o), -(98,396,c), -(96,396,l), -(96,729,l), -(59,729,l), -(59,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(166,24,o), -(96,120,o), -(96,222,cs), -(96,293,ls), -(96,395,o), -(166,491,o), -(286,491,cs), -(398,491,o), -(473,405,o), -(473,258,cs), -(473,109,o), -(398,24,o), -(286,24,cs) -); -} -); -width = 546; -}, -{ -anchors = ( -{ -name = bottom; -pos = (302,0); -}, -{ -name = top; -pos = (302,729); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,-167,l), -(221,79,l), -(229,79,l), -(249,26,o), -(310,-10,o), -(383,-10,cs), -(515,-10,o), -(602,93,o), -(602,272,cs), -(602,451,o), -(515,554,o), -(383,554,cs), -(310,554,o), -(249,518,o), -(229,465,c), -(221,465,l), -(221,729,l), -(30,729,l), -(30,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(255,143,o), -(221,181,o), -(221,249,cs), -(221,295,ls), -(221,359,o), -(249,401,o), -(312,401,cs), -(382,401,o), -(407,349,o), -(407,272,cs), -(407,195,o), -(379,143,o), -(307,143,cs) -); -} -); -width = 609; -}, -{ -anchors = ( -{ -name = bottom; -pos = (313,0); -}, -{ -name = top; -pos = (313,729); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,-167,l), -(93,130,l), -(97,130,l), -(129,46,o), -(222,-9,o), -(333,-9,cs), -(490,-9,o), -(595,97,o), -(595,259,cs), -(595,424,o), -(489,526,o), -(333,526,cs), -(216,526,o), -(129,474,o), -(97,398,c), -(93,398,l), -(93,729,l), -(56,729,l), -(56,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(180,25,o), -(93,126,o), -(93,234,cs), -(93,294,ls), -(93,396,o), -(180,492,o), -(329,492,cs), -(465,492,o), -(557,407,o), -(557,259,cs), -(557,118,o), -(466,25,o), -(329,25,cs) -); -} -); -width = 620; -}, -{ -anchors = ( -{ -name = bottom; -pos = (360,0); -}, -{ -name = top; -pos = (360,729); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(254,-167,l), -(254,69,l), -(261,69,l), -(296,19,o), -(363,-10,o), -(442,-10,cs), -(601,-10,o), -(707,99,o), -(707,271,cs), -(707,444,o), -(601,552,o), -(444,552,cs), -(347,552,o), -(288,520,o), -(256,473,c), -(249,473,l), -(249,729,l), -(33,729,l), -(33,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(298,155,o), -(254,200,o), -(254,265,cs), -(254,277,ls), -(254,342,o), -(298,387,o), -(373,387,cs), -(441,387,o), -(486,346,o), -(486,271,cs), -(486,195,o), -(440,155,o), -(373,155,cs) -); -} -); -width = 709; -}, -{ -anchors = ( -{ -name = bottom; -pos = (288,0); -}, -{ -name = top; -pos = (288,729); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(122,-167,l), -(122,119,l), -(125,119,l), -(151,42,o), -(221,-9,o), -(317,-9,cs), -(444,-9,o), -(530,92,o), -(530,258,cs), -(530,423,o), -(444,525,o), -(317,525,cs), -(221,525,o), -(151,473,o), -(125,396,c), -(123,396,l), -(123,729,l), -(86,729,l), -(86,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(191,24,o), -(123,120,o), -(123,222,cs), -(123,293,ls), -(123,395,o), -(191,491,o), -(309,491,cs), -(419,491,o), -(492,405,o), -(492,258,cs), -(492,109,o), -(419,24,o), -(309,24,cs) -); -} -); -width = 585; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = top; -pos = (317,729); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(242,-167,l), -(242,79,l), -(249,79,l), -(268,27,o), -(326,-10,o), -(397,-10,cs), -(525,-10,o), -(609,93,o), -(609,272,cs), -(609,451,o), -(525,554,o), -(397,554,cs), -(326,554,o), -(268,517,o), -(249,465,c), -(242,465,l), -(242,729,l), -(52,729,l), -(52,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(273,143,o), -(242,181,o), -(242,249,cs), -(242,295,ls), -(242,359,o), -(267,401,o), -(327,401,cs), -(393,401,o), -(416,349,o), -(416,272,cs), -(416,195,o), -(390,143,o), -(322,143,cs) -); -} -); -width = 635; -}, -{ -anchors = ( -{ -name = bottom; -pos = (115,0); -}, -{ -name = top; -pos = (266,729); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(1,-167,l), -(53,84,l), -(54,84,l), -(58,25,o), -(82,-8,o), -(136,-8,cs), -(201,-8,o), -(256,58,o), -(296,253,cs), -(326,392,o), -(333,526,o), -(232,526,cs), -(190,526,o), -(157,499,o), -(130,445,c), -(128,445,l), -(187,729,l), -(158,729,l), -(-28,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(67,19,o), -(56,99,o), -(80,214,cs), -(102,319,ls), -(128,443,o), -(171,501,o), -(222,501,cs), -(307,501,o), -(295,389,o), -(266,252,cs), -(233,92,o), -(197,19,o), -(132,19,cs) -); -} -); -width = 341; -}, -{ -anchors = ( -{ -name = bottom; -pos = (179,0); -}, -{ -name = top; -pos = (330,729); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(111,-167,l), -(161,71,l), -(167,71,l), -(176,16,o), -(214,-10,o), -(264,-10,cs), -(350,-10,o), -(409,63,o), -(450,258,cs), -(484,422,o), -(486,551,o), -(360,551,cs), -(312,551,o), -(276,526,o), -(254,485,c), -(247,485,l), -(298,729,l), -(123,729,l), -(-65,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(177,133,o), -(184,182,o), -(201,264,cs), -(208,298,ls), -(227,391,o), -(242,419,o), -(268,419,cs), -(302,419,o), -(295,367,o), -(276,274,cs), -(256,175,o), -(240,133,o), -(213,133,cs) -); -} -); -width = 469; -}, -{ -anchors = ( -{ -name = bottom; -pos = (234,0); -}, -{ -name = top; -pos = (385,729); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(33,-167,l), -(94,126,l), -(98,126,l), -(118,45,o), -(183,-9,o), -(274,-9,cs), -(428,-9,o), -(532,112,o), -(532,316,cs), -(532,443,o), -(458,527,o), -(347,527,cs), -(269,527,o), -(197,491,o), -(155,414,c), -(152,414,l), -(218,729,l), -(182,729,l), -(-3,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(154,25,o), -(92,118,o), -(121,258,cs), -(133,315,ls), -(156,422,o), -(233,493,o), -(342,493,cs), -(439,493,o), -(494,421,o), -(494,312,cs), -(494,142,o), -(413,25,o), -(275,25,cs) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (276,0); -}, -{ -name = top; -pos = (427,729); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(164,-167,l), -(219,95,l), -(226,95,l), -(246,32,o), -(304,-10,o), -(383,-10,cs), -(511,-10,o), -(609,85,o), -(633,254,cs), -(658,433,o), -(586,553,o), -(453,553,cs), -(390,553,o), -(330,521,o), -(302,473,c), -(297,473,l), -(350,729,l), -(149,729,l), -(-37,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(268,140,o), -(239,194,o), -(253,263,cs), -(264,316,ls), -(276,372,o), -(310,403,o), -(362,403,cs), -(410,403,o), -(442,366,o), -(442,300,cs), -(442,205,o), -(399,140,o), -(326,140,cs) -); -} -); -width = 665; -}, -{ -anchors = ( -{ -name = bottom; -pos = (271,0); -}, -{ -name = top; -pos = (422,729); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(30,-167,l), -(86,154,l), -(90,154,l), -(108,56,o), -(201,-10,o), -(323,-10,cs), -(496,-10,o), -(617,114,o), -(617,290,cs), -(617,433,o), -(515,527,o), -(372,527,cs), -(271,527,o), -(177,486,o), -(134,408,c), -(131,408,l), -(186,729,l), -(150,729,l), -(-7,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(173,24,o), -(83,124,o), -(107,270,cs), -(112,301,ls), -(130,414,o), -(228,493,o), -(366,493,cs), -(494,493,o), -(579,413,o), -(579,288,cs), -(579,129,o), -(477,24,o), -(321,24,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(14,-167,l), -(81,154,l), -(85,154,l), -(99,56,o), -(188,-10,o), -(308,-10,cs), -(478,-10,o), -(605,118,o), -(611,295,cs), -(616,436,o), -(522,527,o), -(382,527,cs), -(278,527,o), -(185,488,o), -(137,408,c), -(134,408,l), -(200,729,l), -(163,729,l), -(-22,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(160,24,o), -(78,124,o), -(107,270,cs), -(113,300,ls), -(136,414,o), -(232,493,o), -(376,493,cs), -(501,493,o), -(578,416,o), -(574,294,cs), -(568,136,o), -(458,24,o), -(312,24,cs) -); -} -); -width = 644; -}, -{ -anchors = ( -{ -name = bottom; -pos = (309,0); -}, -{ -name = top; -pos = (460,729); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,-167,l), -(225,87,l), -(233,87,l), -(256,25,o), -(334,-10,o), -(415,-10,cs), -(582,-10,o), -(697,111,o), -(706,296,cs), -(714,452,o), -(618,554,o), -(471,554,cs), -(398,554,o), -(347,531,o), -(312,492,c), -(304,492,l), -(357,729,l), -(138,729,l), -(-48,-167,l) -); -}, -{ -closed = 1; -nodes = ( -(289,160,o), -(248,210,o), -(264,281,cs), -(267,294,ls), -(280,351,o), -(315,390,o), -(385,390,cs), -(444,390,o), -(488,351,o), -(485,288,cs), -(483,207,o), -(433,155,o), -(361,157,cs) -); -} -); -width = 719; -} -); -metricLeft = l; -metricRight = b; -unicode = 254; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/three.blackC_ircled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/three.blackC_ircled.glyph deleted file mode 100644 index abea3fa1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/three.blackC_ircled.glyph +++ /dev/null @@ -1,3166 +0,0 @@ -{ -color = 0; -glyphname = three.blackCircled; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(247,144,o), -(215,205,o), -(217,285,c), -(327,285,l), -(327,249,o), -(336,236,o), -(350,236,cs), -(369,236,o), -(378,248,o), -(378,282,cs), -(378,315,o), -(364,329,o), -(342,329,cs), -(304,329,l), -(304,409,l), -(338,409,ls), -(363,409,o), -(373,430,o), -(373,454,cs), -(373,485,o), -(368,496,o), -(350,496,cs), -(337,496,o), -(328,481,o), -(330,449,c), -(221,449,l), -(219,538,o), -(272,588,o), -(354,588,cs), -(435,588,o), -(481,540,o), -(481,468,cs), -(481,427,o), -(465,388,o), -(426,376,c), -(426,371,l), -(468,361,o), -(488,323,o), -(488,276,cs), -(488,192,o), -(432,144,o), -(349,144,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,143,o), -(216,204,o), -(218,284,c), -(328,284,l), -(328,248,o), -(337,235,o), -(351,235,cs), -(370,235,o), -(379,247,o), -(379,281,cs), -(379,314,o), -(365,328,o), -(343,328,cs), -(305,328,l), -(305,408,l), -(339,408,ls), -(364,408,o), -(374,429,o), -(374,453,cs), -(374,484,o), -(369,495,o), -(351,495,cs), -(338,495,o), -(329,480,o), -(331,448,c), -(222,448,l), -(220,537,o), -(273,587,o), -(355,587,cs), -(436,587,o), -(482,539,o), -(482,467,cs), -(482,426,o), -(466,387,o), -(427,375,c), -(427,370,l), -(469,360,o), -(489,322,o), -(489,275,cs), -(489,191,o), -(433,143,o), -(350,143,cs) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(282,144,o), -(255,199,o), -(256,281,c), -(286,281,l), -(285,200,o), -(311,169,o), -(350,169,cs), -(393,169,o), -(413,204,o), -(413,268,cs), -(413,324,o), -(390,360,o), -(348,360,cs), -(326,360,l), -(326,386,l), -(348,386,ls), -(389,386,o), -(408,426,o), -(408,473,cs), -(408,528,o), -(384,561,o), -(345,561,cs), -(302,561,o), -(285,520,o), -(287,457,c), -(257,457,l), -(255,545,o), -(292,586,o), -(346,586,cs), -(401,586,o), -(437,544,o), -(437,476,cs), -(437,430,o), -(419,388,o), -(385,375,c), -(385,373,l), -(424,361,o), -(443,322,o), -(443,267,cs), -(443,189,o), -(409,144,o), -(350,144,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(282,143,o), -(255,198,o), -(256,280,c), -(286,280,l), -(285,199,o), -(311,168,o), -(350,168,cs), -(393,168,o), -(413,203,o), -(413,267,cs), -(413,323,o), -(390,359,o), -(348,359,cs), -(326,359,l), -(326,385,l), -(348,385,ls), -(389,385,o), -(408,425,o), -(408,472,cs), -(408,527,o), -(384,560,o), -(345,560,cs), -(302,560,o), -(285,519,o), -(287,456,c), -(257,456,l), -(255,544,o), -(292,585,o), -(346,585,cs), -(401,585,o), -(437,543,o), -(437,475,cs), -(437,429,o), -(419,387,o), -(385,374,c), -(385,372,l), -(424,360,o), -(443,321,o), -(443,266,cs), -(443,188,o), -(409,143,o), -(350,143,cs) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(330,142,o), -(265,194,o), -(264,280,c), -(301,280,l), -(301,208,o), -(357,173,o), -(439,173,cs), -(534,173,o), -(582,210,o), -(582,267,cs), -(582,333,o), -(533,357,o), -(458,357,cs), -(399,357,l), -(399,385,l), -(451,385,ls), -(538,385,o), -(574,420,o), -(574,471,cs), -(574,530,o), -(519,554,o), -(443,554,cs), -(364,554,o), -(309,515,o), -(308,449,c), -(273,449,l), -(270,532,o), -(344,584,o), -(443,584,cs), -(541,584,o), -(611,551,o), -(611,474,cs), -(611,419,o), -(571,382,o), -(515,373,c), -(515,370,l), -(576,365,o), -(621,330,o), -(621,265,cs), -(621,188,o), -(551,142,o), -(439,142,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(329,145,o), -(264,197,o), -(263,283,c), -(300,283,l), -(300,211,o), -(356,176,o), -(438,176,cs), -(533,176,o), -(581,213,o), -(581,270,cs), -(581,336,o), -(532,360,o), -(457,360,cs), -(398,360,l), -(398,388,l), -(450,388,ls), -(537,388,o), -(573,423,o), -(573,474,cs), -(573,533,o), -(518,557,o), -(442,557,cs), -(363,557,o), -(308,518,o), -(307,452,c), -(272,452,l), -(269,535,o), -(343,587,o), -(442,587,cs), -(540,587,o), -(610,554,o), -(610,477,cs), -(610,422,o), -(570,385,o), -(514,376,c), -(514,373,l), -(575,368,o), -(620,333,o), -(620,268,cs), -(620,191,o), -(550,145,o), -(438,145,cs) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(299,143,o), -(232,190,o), -(226,286,c), -(374,286,l), -(378,261,o), -(398,251,o), -(431,251,cs), -(468,251,o), -(487,265,o), -(487,289,cs), -(487,308,o), -(470,321,o), -(432,321,cs), -(371,321,l), -(371,414,l), -(431,414,ls), -(463,414,o), -(478,428,o), -(478,447,cs), -(478,467,o), -(461,479,o), -(431,479,cs), -(396,479,o), -(383,468,o), -(377,445,c), -(232,445,l), -(241,545,o), -(317,587,o), -(437,587,cs), -(561,587,o), -(629,541,o), -(629,466,cs), -(629,423,o), -(603,387,o), -(554,375,c), -(554,370,l), -(603,364,o), -(638,327,o), -(638,274,cs), -(638,197,o), -(566,143,o), -(429,143,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(297,147,o), -(230,194,o), -(224,290,c), -(372,290,l), -(376,265,o), -(396,255,o), -(429,255,cs), -(466,255,o), -(485,269,o), -(485,293,cs), -(485,312,o), -(468,325,o), -(430,325,cs), -(369,325,l), -(369,418,l), -(429,418,ls), -(461,418,o), -(476,432,o), -(476,451,cs), -(476,471,o), -(459,483,o), -(429,483,cs), -(394,483,o), -(381,472,o), -(375,449,c), -(230,449,l), -(239,549,o), -(315,591,o), -(435,591,cs), -(559,591,o), -(627,545,o), -(627,470,cs), -(627,427,o), -(601,391,o), -(552,379,c), -(552,374,l), -(601,368,o), -(636,331,o), -(636,278,cs), -(636,201,o), -(564,147,o), -(427,147,cs) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(282,144,o), -(255,199,o), -(256,281,c), -(286,281,l), -(285,200,o), -(311,169,o), -(350,169,cs), -(393,169,o), -(413,204,o), -(413,268,cs), -(413,324,o), -(390,360,o), -(348,360,cs), -(326,360,l), -(326,386,l), -(348,386,ls), -(389,386,o), -(408,426,o), -(408,473,cs), -(408,528,o), -(384,561,o), -(345,561,cs), -(302,561,o), -(285,520,o), -(287,457,c), -(257,457,l), -(255,545,o), -(292,586,o), -(346,586,cs), -(401,586,o), -(437,544,o), -(437,476,cs), -(437,430,o), -(419,388,o), -(385,375,c), -(385,373,l), -(424,361,o), -(443,322,o), -(443,267,cs), -(443,189,o), -(409,144,o), -(350,144,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,143,o), -(235,198,o), -(236,280,c), -(266,280,l), -(265,199,o), -(291,168,o), -(330,168,cs), -(373,168,o), -(393,203,o), -(393,267,cs), -(393,323,o), -(370,359,o), -(328,359,cs), -(306,359,l), -(306,385,l), -(328,385,ls), -(369,385,o), -(388,425,o), -(388,472,cs), -(388,527,o), -(364,560,o), -(325,560,cs), -(282,560,o), -(265,519,o), -(267,456,c), -(237,456,l), -(235,544,o), -(272,585,o), -(326,585,cs), -(381,585,o), -(417,543,o), -(417,475,cs), -(417,429,o), -(399,387,o), -(365,374,c), -(365,372,l), -(404,360,o), -(423,321,o), -(423,266,cs), -(423,188,o), -(389,143,o), -(330,143,cs) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(247,144,o), -(215,205,o), -(217,285,c), -(327,285,l), -(327,249,o), -(336,236,o), -(350,236,cs), -(369,236,o), -(378,248,o), -(378,282,cs), -(378,315,o), -(364,329,o), -(342,329,cs), -(304,329,l), -(304,409,l), -(338,409,ls), -(363,409,o), -(373,430,o), -(373,454,cs), -(373,485,o), -(368,496,o), -(350,496,cs), -(337,496,o), -(328,481,o), -(330,449,c), -(221,449,l), -(219,538,o), -(272,588,o), -(354,588,cs), -(435,588,o), -(481,540,o), -(481,468,cs), -(481,427,o), -(465,388,o), -(426,376,c), -(426,371,l), -(468,361,o), -(488,323,o), -(488,276,cs), -(488,192,o), -(432,144,o), -(349,144,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(238,143,o), -(206,204,o), -(208,284,c), -(318,284,l), -(318,248,o), -(327,235,o), -(341,235,cs), -(360,235,o), -(369,247,o), -(369,281,cs), -(369,314,o), -(355,328,o), -(333,328,cs), -(295,328,l), -(295,408,l), -(329,408,ls), -(354,408,o), -(364,429,o), -(364,453,cs), -(364,484,o), -(359,495,o), -(341,495,cs), -(328,495,o), -(319,480,o), -(321,448,c), -(212,448,l), -(210,537,o), -(263,587,o), -(345,587,cs), -(426,587,o), -(472,539,o), -(472,467,cs), -(472,426,o), -(456,387,o), -(417,375,c), -(417,370,l), -(459,360,o), -(479,322,o), -(479,275,cs), -(479,191,o), -(423,143,o), -(340,143,cs) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (416,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(352,142,o), -(298,191,o), -(295,262,c), -(329,262,l), -(333,205,o), -(376,172,o), -(432,172,cs), -(498,172,o), -(541,209,o), -(541,267,cs), -(541,328,o), -(502,357,o), -(444,357,cs), -(403,357,l), -(403,385,l), -(435,385,ls), -(502,385,o), -(539,420,o), -(539,471,cs), -(539,525,o), -(499,555,o), -(441,555,cs), -(382,555,o), -(342,519,o), -(339,465,c), -(304,465,l), -(308,540,o), -(365,585,o), -(441,585,cs), -(523,585,o), -(574,541,o), -(574,474,cs), -(574,423,o), -(541,387,o), -(497,374,c), -(497,371,l), -(547,360,o), -(577,320,o), -(577,265,cs), -(577,191,o), -(519,142,o), -(432,142,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(332,144,o), -(278,193,o), -(275,264,c), -(309,264,l), -(313,207,o), -(356,174,o), -(412,174,cs), -(478,174,o), -(521,211,o), -(521,269,cs), -(521,330,o), -(482,359,o), -(424,359,cs), -(383,359,l), -(383,387,l), -(415,387,ls), -(482,387,o), -(519,422,o), -(519,473,cs), -(519,527,o), -(479,557,o), -(421,557,cs), -(362,557,o), -(322,521,o), -(319,467,c), -(284,467,l), -(288,542,o), -(345,587,o), -(421,587,cs), -(503,587,o), -(554,543,o), -(554,476,cs), -(554,425,o), -(521,389,o), -(477,376,c), -(477,373,l), -(527,362,o), -(557,322,o), -(557,267,cs), -(557,193,o), -(499,144,o), -(412,144,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -138, -32 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -395, -37 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -624, -32 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -359, -37 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -473, -100 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -621, -41 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -363, -37 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -613, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -135, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -384, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -616, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -301, -41 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -420, -110 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -578, -43 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -305, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -570, -43 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --11, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --11, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,143,o), -(260,200,o), -(256,287,c), -(380,287,l), -(380,262,o), -(400,248,o), -(426,248,cs), -(453,248,o), -(468,265,o), -(468,287,cs), -(468,309,o), -(454,322,o), -(426,322,cs), -(374,322,l), -(374,414,l), -(422,414,ls), -(447,414,o), -(461,429,o), -(461,449,cs), -(461,470,o), -(448,481,o), -(425,481,cs), -(399,481,o), -(384,467,o), -(383,445,c), -(259,445,l), -(262,532,o), -(327,587,o), -(430,587,cs), -(522,587,o), -(586,542,o), -(586,465,cs), -(586,423,o), -(560,389,o), -(527,376,c), -(527,371,l), -(572,358,o), -(597,320,o), -(597,276,cs), -(597,190,o), -(524,143,o), -(426,143,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(300,145,o), -(240,202,o), -(236,289,c), -(360,289,l), -(360,264,o), -(380,250,o), -(406,250,cs), -(433,250,o), -(448,267,o), -(448,289,cs), -(448,311,o), -(434,324,o), -(406,324,cs), -(354,324,l), -(354,416,l), -(402,416,ls), -(427,416,o), -(441,431,o), -(441,451,cs), -(441,472,o), -(428,483,o), -(405,483,cs), -(379,483,o), -(364,469,o), -(363,447,c), -(239,447,l), -(242,534,o), -(307,589,o), -(410,589,cs), -(502,589,o), -(566,544,o), -(566,467,cs), -(566,425,o), -(540,391,o), -(507,378,c), -(507,373,l), -(552,360,o), -(577,322,o), -(577,278,cs), -(577,192,o), -(504,145,o), -(406,145,cs) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(330,142,o), -(265,194,o), -(264,280,c), -(301,280,l), -(301,208,o), -(357,173,o), -(439,173,cs), -(534,173,o), -(582,210,o), -(582,267,cs), -(582,333,o), -(533,357,o), -(458,357,cs), -(399,357,l), -(399,385,l), -(451,385,ls), -(538,385,o), -(574,420,o), -(574,471,cs), -(574,530,o), -(519,554,o), -(443,554,cs), -(364,554,o), -(309,515,o), -(308,449,c), -(273,449,l), -(270,532,o), -(344,584,o), -(443,584,cs), -(541,584,o), -(611,551,o), -(611,474,cs), -(611,419,o), -(571,382,o), -(515,373,c), -(515,370,l), -(576,365,o), -(621,330,o), -(621,265,cs), -(621,188,o), -(551,142,o), -(439,142,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,145,o), -(254,197,o), -(253,283,c), -(290,283,l), -(290,211,o), -(346,176,o), -(428,176,cs), -(523,176,o), -(571,213,o), -(571,270,cs), -(571,336,o), -(522,360,o), -(447,360,cs), -(388,360,l), -(388,388,l), -(440,388,ls), -(527,388,o), -(563,423,o), -(563,474,cs), -(563,533,o), -(508,557,o), -(432,557,cs), -(353,557,o), -(298,518,o), -(297,452,c), -(262,452,l), -(259,535,o), -(333,587,o), -(432,587,cs), -(530,587,o), -(600,554,o), -(600,477,cs), -(600,422,o), -(560,385,o), -(504,376,c), -(504,373,l), -(565,368,o), -(610,333,o), -(610,268,cs), -(610,191,o), -(540,145,o), -(428,145,cs) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(299,143,o), -(232,190,o), -(226,286,c), -(374,286,l), -(378,261,o), -(398,251,o), -(431,251,cs), -(468,251,o), -(487,265,o), -(487,289,cs), -(487,308,o), -(470,321,o), -(432,321,cs), -(371,321,l), -(371,414,l), -(431,414,ls), -(463,414,o), -(478,428,o), -(478,447,cs), -(478,467,o), -(461,479,o), -(431,479,cs), -(396,479,o), -(383,468,o), -(377,445,c), -(232,445,l), -(241,545,o), -(317,587,o), -(437,587,cs), -(561,587,o), -(629,541,o), -(629,466,cs), -(629,423,o), -(603,387,o), -(554,375,c), -(554,370,l), -(603,364,o), -(638,327,o), -(638,274,cs), -(638,197,o), -(566,143,o), -(429,143,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(287,147,o), -(220,194,o), -(214,290,c), -(362,290,l), -(366,265,o), -(386,255,o), -(419,255,cs), -(456,255,o), -(475,269,o), -(475,293,cs), -(475,312,o), -(458,325,o), -(420,325,cs), -(359,325,l), -(359,418,l), -(419,418,ls), -(451,418,o), -(466,432,o), -(466,451,cs), -(466,471,o), -(449,483,o), -(419,483,cs), -(384,483,o), -(371,472,o), -(365,449,c), -(220,449,l), -(229,549,o), -(305,591,o), -(425,591,cs), -(549,591,o), -(617,545,o), -(617,470,cs), -(617,427,o), -(591,391,o), -(542,379,c), -(542,374,l), -(591,368,o), -(626,331,o), -(626,278,cs), -(626,201,o), -(554,147,o), -(417,147,cs) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (431,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(352,142,o), -(298,191,o), -(295,262,c), -(329,262,l), -(333,205,o), -(376,172,o), -(432,172,cs), -(498,172,o), -(541,209,o), -(541,267,cs), -(541,328,o), -(502,357,o), -(444,357,cs), -(403,357,l), -(403,385,l), -(435,385,ls), -(502,385,o), -(539,420,o), -(539,471,cs), -(539,525,o), -(499,555,o), -(441,555,cs), -(382,555,o), -(342,519,o), -(339,465,c), -(304,465,l), -(308,540,o), -(365,585,o), -(441,585,cs), -(523,585,o), -(574,541,o), -(574,474,cs), -(574,423,o), -(541,387,o), -(497,374,c), -(497,371,l), -(547,360,o), -(577,320,o), -(577,265,cs), -(577,191,o), -(519,142,o), -(432,142,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(348,144,o), -(295,193,o), -(292,264,c), -(326,264,l), -(330,207,o), -(371,174,o), -(427,174,cs), -(491,174,o), -(534,211,o), -(534,269,cs), -(534,330,o), -(495,359,o), -(439,359,cs), -(398,359,l), -(398,387,l), -(430,387,ls), -(495,387,o), -(532,422,o), -(532,473,cs), -(532,527,o), -(492,557,o), -(436,557,cs), -(377,557,o), -(339,521,o), -(336,467,c), -(301,467,l), -(305,542,o), -(360,587,o), -(436,587,cs), -(516,587,o), -(565,543,o), -(565,476,cs), -(565,425,o), -(534,389,o), -(490,376,c), -(490,373,l), -(540,362,o), -(568,322,o), -(568,267,cs), -(568,193,o), -(512,144,o), -(427,144,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -138, -32 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -395, -37 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -624, -32 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -359, -37 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -473, -100 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -621, -41 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -363, -37 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -613, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -135, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -384, -35 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -616, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -301, -41 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -420, -110 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -578, -43 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -305, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -570, -43 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --11, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --11, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,143,o), -(260,200,o), -(256,287,c), -(380,287,l), -(380,262,o), -(400,248,o), -(426,248,cs), -(453,248,o), -(468,265,o), -(468,287,cs), -(468,309,o), -(454,322,o), -(426,322,cs), -(374,322,l), -(374,414,l), -(422,414,ls), -(447,414,o), -(461,429,o), -(461,449,cs), -(461,470,o), -(448,481,o), -(425,481,cs), -(399,481,o), -(384,467,o), -(383,445,c), -(259,445,l), -(262,532,o), -(327,587,o), -(430,587,cs), -(522,587,o), -(586,542,o), -(586,465,cs), -(586,423,o), -(560,389,o), -(527,376,c), -(527,371,l), -(572,358,o), -(597,320,o), -(597,276,cs), -(597,190,o), -(524,143,o), -(426,143,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(313,145,o), -(254,202,o), -(250,289,c), -(373,289,l), -(373,264,o), -(392,250,o), -(417,250,cs), -(443,250,o), -(456,267,o), -(456,289,cs), -(456,311,o), -(444,324,o), -(417,324,cs), -(365,324,l), -(365,416,l), -(413,416,ls), -(437,416,o), -(449,431,o), -(449,451,cs), -(449,472,o), -(438,483,o), -(416,483,cs), -(391,483,o), -(377,469,o), -(376,447,c), -(253,447,l), -(256,534,o), -(320,589,o), -(421,589,cs), -(510,589,o), -(573,544,o), -(573,467,cs), -(573,424,o), -(547,391,o), -(516,378,c), -(516,373,l), -(559,360,o), -(584,323,o), -(584,278,cs), -(584,192,o), -(513,145,o), -(417,145,cs) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,144,o), -(292,199,o), -(293,281,c), -(323,281,l), -(322,200,o), -(348,169,o), -(387,169,cs), -(430,169,o), -(450,204,o), -(450,268,cs), -(450,324,o), -(427,360,o), -(385,360,cs), -(363,360,l), -(363,386,l), -(385,386,ls), -(426,386,o), -(445,426,o), -(445,473,cs), -(445,528,o), -(421,561,o), -(382,561,cs), -(339,561,o), -(322,520,o), -(324,457,c), -(294,457,l), -(292,545,o), -(329,586,o), -(383,586,cs), -(438,586,o), -(474,544,o), -(474,476,cs), -(474,430,o), -(456,388,o), -(422,375,c), -(422,373,l), -(461,361,o), -(480,322,o), -(480,267,cs), -(480,189,o), -(446,144,o), -(387,144,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(319,143,o), -(292,198,o), -(293,280,c), -(323,280,l), -(322,199,o), -(348,168,o), -(387,168,cs), -(430,168,o), -(450,203,o), -(450,267,cs), -(450,323,o), -(427,359,o), -(385,359,cs), -(363,359,l), -(363,385,l), -(385,385,ls), -(426,385,o), -(445,425,o), -(445,472,cs), -(445,527,o), -(421,560,o), -(382,560,cs), -(339,560,o), -(322,519,o), -(324,456,c), -(294,456,l), -(292,544,o), -(329,585,o), -(383,585,cs), -(438,585,o), -(474,543,o), -(474,475,cs), -(474,429,o), -(456,387,o), -(422,374,c), -(422,372,l), -(461,360,o), -(480,321,o), -(480,266,cs), -(480,188,o), -(446,143,o), -(387,143,cs) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,144,o), -(247,205,o), -(249,285,c), -(359,285,l), -(359,249,o), -(368,236,o), -(382,236,cs), -(401,236,o), -(410,248,o), -(410,282,cs), -(410,315,o), -(396,329,o), -(374,329,cs), -(336,329,l), -(336,409,l), -(370,409,ls), -(395,409,o), -(405,430,o), -(405,454,cs), -(405,485,o), -(400,496,o), -(382,496,cs), -(369,496,o), -(360,481,o), -(362,449,c), -(253,449,l), -(251,538,o), -(304,588,o), -(386,588,cs), -(467,588,o), -(513,540,o), -(513,468,cs), -(513,427,o), -(497,388,o), -(458,376,c), -(458,371,l), -(500,361,o), -(520,323,o), -(520,276,cs), -(520,192,o), -(464,144,o), -(381,144,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(280,143,o), -(248,204,o), -(250,284,c), -(360,284,l), -(360,248,o), -(369,235,o), -(383,235,cs), -(402,235,o), -(411,247,o), -(411,281,cs), -(411,314,o), -(397,328,o), -(375,328,cs), -(337,328,l), -(337,408,l), -(371,408,ls), -(396,408,o), -(406,429,o), -(406,453,cs), -(406,484,o), -(401,495,o), -(383,495,cs), -(370,495,o), -(361,480,o), -(363,448,c), -(254,448,l), -(252,537,o), -(305,587,o), -(387,587,cs), -(468,587,o), -(514,539,o), -(514,467,cs), -(514,426,o), -(498,387,o), -(459,375,c), -(459,370,l), -(501,360,o), -(521,322,o), -(521,275,cs), -(521,191,o), -(465,143,o), -(382,143,cs) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467.5,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(384,142,o), -(330,191,o), -(327,262,c), -(361,262,l), -(365,205,o), -(408,172,o), -(464,172,cs), -(530,172,o), -(573,209,o), -(573,267,cs), -(573,328,o), -(534,357,o), -(476,357,cs), -(435,357,l), -(435,385,l), -(467,385,ls), -(534,385,o), -(571,420,o), -(571,471,cs), -(571,525,o), -(531,555,o), -(473,555,cs), -(414,555,o), -(374,519,o), -(371,465,c), -(336,465,l), -(340,540,o), -(397,585,o), -(473,585,cs), -(555,585,o), -(606,541,o), -(606,474,cs), -(606,423,o), -(573,387,o), -(529,374,c), -(529,371,l), -(579,360,o), -(609,320,o), -(609,265,cs), -(609,191,o), -(551,142,o), -(464,142,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(384,144,o), -(330,193,o), -(327,264,c), -(361,264,l), -(365,207,o), -(408,174,o), -(464,174,cs), -(530,174,o), -(573,211,o), -(573,269,cs), -(573,330,o), -(534,359,o), -(476,359,cs), -(435,359,l), -(435,387,l), -(467,387,ls), -(534,387,o), -(571,422,o), -(571,473,cs), -(571,527,o), -(531,557,o), -(473,557,cs), -(414,557,o), -(374,521,o), -(371,467,c), -(336,467,l), -(340,542,o), -(397,587,o), -(473,587,cs), -(555,587,o), -(606,543,o), -(606,476,cs), -(606,425,o), -(573,389,o), -(529,376,c), -(529,373,l), -(579,362,o), -(609,322,o), -(609,267,cs), -(609,193,o), -(551,144,o), -(464,144,cs) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (455.5,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(348,143,o), -(288,200,o), -(284,287,c), -(408,287,l), -(408,262,o), -(428,248,o), -(454,248,cs), -(481,248,o), -(496,265,o), -(496,287,cs), -(496,309,o), -(482,322,o), -(454,322,cs), -(402,322,l), -(402,414,l), -(450,414,ls), -(475,414,o), -(489,429,o), -(489,449,cs), -(489,470,o), -(476,481,o), -(453,481,cs), -(427,481,o), -(412,467,o), -(411,445,c), -(287,445,l), -(290,532,o), -(355,587,o), -(458,587,cs), -(550,587,o), -(614,542,o), -(614,465,cs), -(614,423,o), -(588,389,o), -(555,376,c), -(555,371,l), -(600,358,o), -(625,320,o), -(625,276,cs), -(625,190,o), -(552,143,o), -(454,143,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(349,145,o), -(289,202,o), -(285,289,c), -(409,289,l), -(409,264,o), -(429,250,o), -(455,250,cs), -(482,250,o), -(497,267,o), -(497,289,cs), -(497,311,o), -(483,324,o), -(455,324,cs), -(403,324,l), -(403,416,l), -(451,416,ls), -(476,416,o), -(490,431,o), -(490,451,cs), -(490,472,o), -(477,483,o), -(454,483,cs), -(428,483,o), -(413,469,o), -(412,447,c), -(288,447,l), -(291,534,o), -(356,589,o), -(459,589,cs), -(551,589,o), -(615,544,o), -(615,467,cs), -(615,425,o), -(589,391,o), -(556,378,c), -(556,373,l), -(601,360,o), -(626,322,o), -(626,278,cs), -(626,192,o), -(553,145,o), -(455,145,cs) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(361,142,o), -(296,194,o), -(295,280,c), -(332,280,l), -(332,208,o), -(388,173,o), -(470,173,cs), -(565,173,o), -(613,210,o), -(613,267,cs), -(613,333,o), -(564,357,o), -(489,357,cs), -(430,357,l), -(430,385,l), -(482,385,ls), -(569,385,o), -(605,420,o), -(605,471,cs), -(605,530,o), -(550,554,o), -(474,554,cs), -(395,554,o), -(340,515,o), -(339,449,c), -(304,449,l), -(301,532,o), -(375,584,o), -(474,584,cs), -(572,584,o), -(642,551,o), -(642,474,cs), -(642,419,o), -(602,382,o), -(546,373,c), -(546,370,l), -(607,365,o), -(652,330,o), -(652,265,cs), -(652,188,o), -(582,142,o), -(470,142,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(360,145,o), -(295,197,o), -(294,283,c), -(331,283,l), -(331,211,o), -(387,176,o), -(469,176,cs), -(564,176,o), -(612,213,o), -(612,270,cs), -(612,336,o), -(563,360,o), -(488,360,cs), -(429,360,l), -(429,388,l), -(481,388,ls), -(568,388,o), -(604,423,o), -(604,474,cs), -(604,533,o), -(549,557,o), -(473,557,cs), -(394,557,o), -(339,518,o), -(338,452,c), -(303,452,l), -(300,535,o), -(374,587,o), -(473,587,cs), -(571,587,o), -(641,554,o), -(641,477,cs), -(641,422,o), -(601,385,o), -(545,376,c), -(545,373,l), -(606,368,o), -(651,333,o), -(651,268,cs), -(651,191,o), -(581,145,o), -(469,145,cs) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(328,143,o), -(261,190,o), -(255,286,c), -(403,286,l), -(407,261,o), -(427,251,o), -(460,251,cs), -(497,251,o), -(516,265,o), -(516,289,cs), -(516,308,o), -(499,321,o), -(461,321,cs), -(400,321,l), -(400,414,l), -(460,414,ls), -(492,414,o), -(507,428,o), -(507,447,cs), -(507,467,o), -(490,479,o), -(460,479,cs), -(425,479,o), -(412,468,o), -(406,445,c), -(261,445,l), -(270,545,o), -(346,587,o), -(466,587,cs), -(590,587,o), -(658,541,o), -(658,466,cs), -(658,423,o), -(632,387,o), -(583,375,c), -(583,370,l), -(632,364,o), -(667,327,o), -(667,274,cs), -(667,197,o), -(595,143,o), -(458,143,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(326,147,o), -(259,194,o), -(253,290,c), -(401,290,l), -(405,265,o), -(425,255,o), -(458,255,cs), -(495,255,o), -(514,269,o), -(514,293,cs), -(514,312,o), -(497,325,o), -(459,325,cs), -(398,325,l), -(398,418,l), -(458,418,ls), -(490,418,o), -(505,432,o), -(505,451,cs), -(505,471,o), -(488,483,o), -(458,483,cs), -(423,483,o), -(410,472,o), -(404,449,c), -(259,449,l), -(268,549,o), -(344,591,o), -(464,591,cs), -(588,591,o), -(656,545,o), -(656,470,cs), -(656,427,o), -(630,391,o), -(581,379,c), -(581,374,l), -(630,368,o), -(665,331,o), -(665,278,cs), -(665,201,o), -(593,147,o), -(456,147,cs) -); -} -); -width = 880; -} -); -metricLeft = one.circled; -metricRight = one.circled; -unicode = 10104; -userData = { -RMXScaler = { -source = three; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/three.circled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/three.circled.glyph deleted file mode 100644 index f4727a62..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/three.circled.glyph +++ /dev/null @@ -1,1863 +0,0 @@ -{ -color = 0; -glyphname = three.circled; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,144,o), -(443,189,o), -(443,267,cs), -(443,322,o), -(424,361,o), -(385,373,c), -(385,375,l), -(419,388,o), -(437,430,o), -(437,476,cs), -(437,544,o), -(401,586,o), -(346,586,cs), -(292,586,o), -(255,545,o), -(257,457,c), -(287,457,l), -(285,520,o), -(302,561,o), -(345,561,cs), -(384,561,o), -(408,528,o), -(408,473,cs), -(408,426,o), -(389,386,o), -(348,386,cs), -(326,386,l), -(326,360,l), -(348,360,ls), -(390,360,o), -(413,324,o), -(413,268,cs), -(413,204,o), -(393,169,o), -(350,169,cs), -(311,169,o), -(285,200,o), -(286,281,c), -(256,281,l), -(255,199,o), -(282,144,o), -(350,144,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (222,188); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(432,144,o), -(488,192,o), -(488,276,cs), -(488,323,o), -(468,361,o), -(426,371,c), -(426,376,l), -(465,388,o), -(481,427,o), -(481,468,cs), -(481,540,o), -(435,588,o), -(354,588,cs), -(272,588,o), -(219,538,o), -(221,449,c), -(330,449,l), -(328,481,o), -(337,496,o), -(350,496,cs), -(368,496,o), -(373,485,o), -(373,454,cs), -(373,430,o), -(363,409,o), -(338,409,cs), -(304,409,l), -(304,329,l), -(342,329,ls), -(364,329,o), -(378,315,o), -(378,282,cs), -(378,248,o), -(369,236,o), -(350,236,cs), -(336,236,o), -(327,249,o), -(327,285,c), -(217,285,l), -(215,205,o), -(247,144,o), -(349,144,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (207,189); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 706; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(551,142,o), -(621,188,o), -(621,265,cs), -(621,330,o), -(576,365,o), -(515,370,c), -(515,373,l), -(571,382,o), -(611,419,o), -(611,474,cs), -(611,551,o), -(541,584,o), -(443,584,cs), -(344,584,o), -(270,532,o), -(273,449,c), -(308,449,l), -(309,515,o), -(364,554,o), -(443,554,cs), -(519,554,o), -(574,530,o), -(574,471,cs), -(574,420,o), -(538,385,o), -(451,385,cs), -(399,385,l), -(399,357,l), -(458,357,ls), -(533,357,o), -(582,333,o), -(582,267,cs), -(582,210,o), -(534,173,o), -(439,173,cs), -(357,173,o), -(301,208,o), -(301,280,c), -(264,280,l), -(265,194,o), -(330,142,o), -(439,142,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (231,190); -ref = threeinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(566,143,o), -(638,197,o), -(638,274,cs), -(638,327,o), -(603,364,o), -(554,370,c), -(554,375,l), -(603,387,o), -(629,423,o), -(629,466,cs), -(629,541,o), -(561,587,o), -(437,587,cs), -(317,587,o), -(241,545,o), -(232,445,c), -(377,445,l), -(383,468,o), -(396,479,o), -(431,479,cs), -(461,479,o), -(478,467,o), -(478,447,cs), -(478,428,o), -(463,414,o), -(431,414,cs), -(371,414,l), -(371,321,l), -(432,321,ls), -(470,321,o), -(487,308,o), -(487,289,cs), -(487,265,o), -(468,251,o), -(431,251,cs), -(398,251,o), -(378,261,o), -(374,286,c), -(226,286,l), -(232,190,o), -(299,143,o), -(429,143,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (214,193); -ref = threeinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,144,o), -(443,189,o), -(443,267,cs), -(443,322,o), -(424,361,o), -(385,373,c), -(385,375,l), -(419,388,o), -(437,430,o), -(437,476,cs), -(437,544,o), -(401,586,o), -(346,586,cs), -(292,586,o), -(255,545,o), -(257,457,c), -(287,457,l), -(285,520,o), -(302,561,o), -(345,561,cs), -(384,561,o), -(408,528,o), -(408,473,cs), -(408,426,o), -(389,386,o), -(348,386,cs), -(326,386,l), -(326,360,l), -(348,360,ls), -(390,360,o), -(413,324,o), -(413,268,cs), -(413,204,o), -(393,169,o), -(350,169,cs), -(311,169,o), -(285,200,o), -(286,281,c), -(256,281,l), -(255,199,o), -(282,144,o), -(350,144,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (222,188); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(432,144,o), -(488,192,o), -(488,276,cs), -(488,323,o), -(468,361,o), -(426,371,c), -(426,376,l), -(465,388,o), -(481,427,o), -(481,468,cs), -(481,540,o), -(435,588,o), -(354,588,cs), -(272,588,o), -(219,538,o), -(221,449,c), -(330,449,l), -(328,481,o), -(337,496,o), -(350,496,cs), -(368,496,o), -(373,485,o), -(373,454,cs), -(373,430,o), -(363,409,o), -(338,409,cs), -(304,409,l), -(304,329,l), -(342,329,ls), -(364,329,o), -(378,315,o), -(378,282,cs), -(378,248,o), -(369,236,o), -(350,236,cs), -(336,236,o), -(327,249,o), -(327,285,c), -(217,285,l), -(215,205,o), -(247,144,o), -(349,144,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (204,189); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 686; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,142,o), -(577,191,o), -(577,265,cs), -(577,320,o), -(547,360,o), -(497,371,c), -(497,374,l), -(541,387,o), -(574,423,o), -(574,474,cs), -(574,541,o), -(523,585,o), -(441,585,cs), -(365,585,o), -(308,540,o), -(304,465,c), -(339,465,l), -(342,519,o), -(382,555,o), -(441,555,cs), -(499,555,o), -(539,525,o), -(539,471,cs), -(539,420,o), -(502,385,o), -(435,385,cs), -(403,385,l), -(403,357,l), -(444,357,ls), -(502,357,o), -(541,328,o), -(541,267,cs), -(541,209,o), -(498,172,o), -(432,172,cs), -(376,172,o), -(333,205,o), -(329,262,c), -(295,262,l), -(298,191,o), -(352,142,o), -(432,142,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (247,189); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 871; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(524,143,o), -(597,190,o), -(597,276,cs), -(597,320,o), -(572,358,o), -(527,371,c), -(527,376,l), -(560,389,o), -(586,423,o), -(586,465,cs), -(586,542,o), -(522,587,o), -(430,587,cs), -(327,587,o), -(262,532,o), -(259,445,c), -(383,445,l), -(384,467,o), -(399,481,o), -(425,481,cs), -(448,481,o), -(461,470,o), -(461,449,cs), -(461,429,o), -(447,414,o), -(422,414,cs), -(374,414,l), -(374,322,l), -(426,322,ls), -(454,322,o), -(468,309,o), -(468,287,cs), -(468,265,o), -(453,248,o), -(426,248,cs), -(400,248,o), -(380,262,o), -(380,287,c), -(256,287,l), -(260,200,o), -(320,143,o), -(426,143,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (233,191); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 835; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(551,142,o), -(621,188,o), -(621,265,cs), -(621,330,o), -(576,365,o), -(515,370,c), -(515,373,l), -(571,382,o), -(611,419,o), -(611,474,cs), -(611,551,o), -(541,584,o), -(443,584,cs), -(344,584,o), -(270,532,o), -(273,449,c), -(308,449,l), -(309,515,o), -(364,554,o), -(443,554,cs), -(519,554,o), -(574,530,o), -(574,471,cs), -(574,420,o), -(538,385,o), -(451,385,cs), -(399,385,l), -(399,357,l), -(458,357,ls), -(533,357,o), -(582,333,o), -(582,267,cs), -(582,210,o), -(534,173,o), -(439,173,cs), -(357,173,o), -(301,208,o), -(301,280,c), -(264,280,l), -(265,194,o), -(330,142,o), -(439,142,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (231,190); -ref = threeinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(566,143,o), -(638,197,o), -(638,274,cs), -(638,327,o), -(603,364,o), -(554,370,c), -(554,375,l), -(603,387,o), -(629,423,o), -(629,466,cs), -(629,541,o), -(561,587,o), -(437,587,cs), -(317,587,o), -(241,545,o), -(232,445,c), -(377,445,l), -(383,468,o), -(396,479,o), -(431,479,cs), -(461,479,o), -(478,467,o), -(478,447,cs), -(478,428,o), -(463,414,o), -(431,414,cs), -(371,414,l), -(371,321,l), -(432,321,ls), -(470,321,o), -(487,308,o), -(487,289,cs), -(487,265,o), -(468,251,o), -(431,251,cs), -(398,251,o), -(378,261,o), -(374,286,c), -(226,286,l), -(232,190,o), -(299,143,o), -(429,143,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (214,193); -ref = threeinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,142,o), -(577,191,o), -(577,265,cs), -(577,320,o), -(547,360,o), -(497,371,c), -(497,374,l), -(541,387,o), -(574,423,o), -(574,474,cs), -(574,541,o), -(523,585,o), -(441,585,cs), -(365,585,o), -(308,540,o), -(304,465,c), -(339,465,l), -(342,519,o), -(382,555,o), -(441,555,cs), -(499,555,o), -(539,525,o), -(539,471,cs), -(539,420,o), -(502,385,o), -(435,385,cs), -(403,385,l), -(403,357,l), -(444,357,ls), -(502,357,o), -(541,328,o), -(541,267,cs), -(541,209,o), -(498,172,o), -(432,172,cs), -(376,172,o), -(333,205,o), -(329,262,c), -(295,262,l), -(298,191,o), -(352,142,o), -(432,142,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (243,189); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 858; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(524,143,o), -(597,190,o), -(597,276,cs), -(597,320,o), -(572,358,o), -(527,371,c), -(527,376,l), -(560,389,o), -(586,423,o), -(586,465,cs), -(586,542,o), -(522,587,o), -(430,587,cs), -(327,587,o), -(262,532,o), -(259,445,c), -(383,445,l), -(384,467,o), -(399,481,o), -(425,481,cs), -(448,481,o), -(461,470,o), -(461,449,cs), -(461,429,o), -(447,414,o), -(422,414,cs), -(374,414,l), -(374,322,l), -(426,322,ls), -(454,322,o), -(468,309,o), -(468,287,cs), -(468,265,o), -(453,248,o), -(426,248,cs), -(400,248,o), -(380,262,o), -(380,287,c), -(256,287,l), -(260,200,o), -(320,143,o), -(426,143,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (231,191); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 834; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,144,o), -(480,189,o), -(480,267,cs), -(480,322,o), -(461,361,o), -(422,373,c), -(422,375,l), -(456,388,o), -(474,430,o), -(474,476,cs), -(474,544,o), -(438,586,o), -(383,586,cs), -(329,586,o), -(292,545,o), -(294,457,c), -(324,457,l), -(322,520,o), -(339,561,o), -(382,561,cs), -(421,561,o), -(445,528,o), -(445,473,cs), -(445,426,o), -(426,386,o), -(385,386,cs), -(363,386,l), -(363,360,l), -(385,360,ls), -(427,360,o), -(450,324,o), -(450,268,cs), -(450,204,o), -(430,169,o), -(387,169,cs), -(348,169,o), -(322,200,o), -(323,281,c), -(293,281,l), -(292,199,o), -(319,144,o), -(387,144,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (259,188); -ref = threeinferior; -} -); -width = 727; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(464,144,o), -(520,192,o), -(520,276,cs), -(520,323,o), -(500,361,o), -(458,371,c), -(458,376,l), -(497,388,o), -(513,427,o), -(513,468,cs), -(513,540,o), -(467,588,o), -(386,588,cs), -(304,588,o), -(251,538,o), -(253,449,c), -(362,449,l), -(360,481,o), -(369,496,o), -(382,496,cs), -(400,496,o), -(405,485,o), -(405,454,cs), -(405,430,o), -(395,409,o), -(370,409,cs), -(336,409,l), -(336,329,l), -(374,329,ls), -(396,329,o), -(410,315,o), -(410,282,cs), -(410,248,o), -(401,236,o), -(382,236,cs), -(368,236,o), -(359,249,o), -(359,285,c), -(249,285,l), -(247,205,o), -(279,144,o), -(381,144,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (239,189); -ref = threeinferior; -} -); -width = 731; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(551,142,o), -(609,191,o), -(609,265,cs), -(609,320,o), -(579,360,o), -(529,371,c), -(529,374,l), -(573,387,o), -(606,423,o), -(606,474,cs), -(606,541,o), -(555,585,o), -(473,585,cs), -(397,585,o), -(340,540,o), -(336,465,c), -(371,465,l), -(374,519,o), -(414,555,o), -(473,555,cs), -(531,555,o), -(571,525,o), -(571,471,cs), -(571,420,o), -(534,385,o), -(467,385,cs), -(435,385,l), -(435,357,l), -(476,357,ls), -(534,357,o), -(573,328,o), -(573,267,cs), -(573,209,o), -(530,172,o), -(464,172,cs), -(408,172,o), -(365,205,o), -(361,262,c), -(327,262,l), -(330,191,o), -(384,142,o), -(464,142,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = master01; -pos = (300,186); -ref = threeinferior; -} -); -width = 891; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(552,143,o), -(625,190,o), -(625,276,cs), -(625,320,o), -(600,358,o), -(555,371,c), -(555,376,l), -(588,389,o), -(614,423,o), -(614,465,cs), -(614,542,o), -(550,587,o), -(458,587,cs), -(355,587,o), -(290,532,o), -(287,445,c), -(411,445,l), -(412,467,o), -(427,481,o), -(453,481,cs), -(476,481,o), -(489,470,o), -(489,449,cs), -(489,429,o), -(475,414,o), -(450,414,cs), -(402,414,l), -(402,322,l), -(454,322,ls), -(482,322,o), -(496,309,o), -(496,287,cs), -(496,265,o), -(481,248,o), -(454,248,cs), -(428,248,o), -(408,262,o), -(408,287,c), -(284,287,l), -(288,200,o), -(348,143,o), -(454,143,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (287,188); -ref = threeinferior; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(582,142,o), -(652,188,o), -(652,265,cs), -(652,330,o), -(607,365,o), -(546,370,c), -(546,373,l), -(602,382,o), -(642,419,o), -(642,474,cs), -(642,551,o), -(572,584,o), -(474,584,cs), -(375,584,o), -(301,532,o), -(304,449,c), -(339,449,l), -(340,515,o), -(395,554,o), -(474,554,cs), -(550,554,o), -(605,530,o), -(605,471,cs), -(605,420,o), -(569,385,o), -(482,385,cs), -(430,385,l), -(430,357,l), -(489,357,ls), -(564,357,o), -(613,333,o), -(613,267,cs), -(613,210,o), -(565,173,o), -(470,173,cs), -(388,173,o), -(332,208,o), -(332,280,c), -(295,280,l), -(296,194,o), -(361,142,o), -(470,142,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (262,190); -ref = threeinferior; -} -); -width = 903; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(595,143,o), -(667,197,o), -(667,274,cs), -(667,327,o), -(632,364,o), -(583,370,c), -(583,375,l), -(632,387,o), -(658,423,o), -(658,466,cs), -(658,541,o), -(590,587,o), -(466,587,cs), -(346,587,o), -(270,545,o), -(261,445,c), -(406,445,l), -(412,468,o), -(425,479,o), -(460,479,cs), -(490,479,o), -(507,467,o), -(507,447,cs), -(507,428,o), -(492,414,o), -(460,414,cs), -(400,414,l), -(400,321,l), -(461,321,ls), -(499,321,o), -(516,308,o), -(516,289,cs), -(516,265,o), -(497,251,o), -(460,251,cs), -(427,251,o), -(407,261,o), -(403,286,c), -(255,286,l), -(261,190,o), -(328,143,o), -(458,143,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (243,193); -ref = threeinferior; -} -); -width = 880; -} -); -metricLeft = one.sansSerifCircled; -metricRight = one.sansSerifCircled; -unicode = 9314; -userData = { -RMXScaler = { -source = three; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/three.dnom.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/three.dnom.glyph deleted file mode 100644 index 1fd6409d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/three.dnom.glyph +++ /dev/null @@ -1,1322 +0,0 @@ -{ -glyphname = three.dnom; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,-5,o), -(252,36,o), -(252,110,cs), -(252,149,o), -(235,183,o), -(198,192,c), -(198,195,l), -(232,206,o), -(246,240,o), -(246,275,cs), -(246,337,o), -(206,380,o), -(134,380,cs), -(61,380,o), -(14,336,o), -(15,259,c), -(115,259,l), -(114,283,o), -(119,296,o), -(130,296,cs), -(144,296,o), -(148,288,o), -(148,262,cs), -(148,243,o), -(139,226,o), -(119,226,cs), -(89,226,l), -(89,153,l), -(122,153,ls), -(140,153,o), -(152,142,o), -(152,115,cs), -(152,89,o), -(145,78,o), -(130,78,cs), -(119,78,o), -(112,89,o), -(112,117,c), -(12,117,l), -(10,44,o), -(42,-5,o), -(129,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 266; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,-5,o), -(207,36,o), -(207,108,cs), -(207,158,o), -(190,194,o), -(154,205,c), -(154,207,l), -(185,219,o), -(202,257,o), -(202,300,cs), -(202,362,o), -(169,401,o), -(118,401,cs), -(69,401,o), -(35,363,o), -(37,282,c), -(64,282,l), -(62,340,o), -(78,378,o), -(118,378,cs), -(153,378,o), -(175,348,o), -(175,297,cs), -(175,254,o), -(158,217,o), -(120,217,cs), -(100,217,l), -(100,194,l), -(121,194,ls), -(158,194,o), -(180,162,o), -(180,109,cs), -(180,50,o), -(161,18,o), -(123,18,cs), -(87,18,o), -(62,47,o), -(63,121,c), -(36,121,l), -(35,46,o), -(60,-5,o), -(122,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 252; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,-5,o), -(362,38,o), -(362,108,cs), -(362,167,o), -(321,200,o), -(265,205,c), -(265,207,l), -(319,216,o), -(353,251,o), -(353,300,cs), -(353,370,o), -(289,401,o), -(199,401,cs), -(109,401,o), -(40,355,o), -(42,276,c), -(76,276,l), -(76,337,o), -(127,372,o), -(198,372,cs), -(268,372,o), -(317,350,o), -(317,297,cs), -(317,250,o), -(284,219,o), -(206,219,cs), -(157,219,l), -(157,192,l), -(212,192,ls), -(281,192,o), -(325,170,o), -(325,110,cs), -(325,58,o), -(281,24,o), -(195,24,cs), -(120,24,o), -(69,57,o), -(69,122,c), -(34,122,l), -(35,46,o), -(91,-5,o), -(195,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 404; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,-5,o), -(379,41,o), -(379,108,cs), -(379,154,o), -(347,186,o), -(302,192,c), -(302,195,l), -(345,206,o), -(371,236,o), -(371,275,cs), -(371,340,o), -(309,380,o), -(200,380,cs), -(93,380,o), -(25,343,o), -(18,256,c), -(141,256,l), -(146,280,o), -(163,288,o), -(194,288,cs), -(225,288,o), -(243,277,o), -(243,259,cs), -(243,241,o), -(227,229,o), -(196,229,cs), -(142,229,l), -(142,150,l), -(196,150,ls), -(234,150,o), -(251,138,o), -(251,121,cs), -(251,99,o), -(232,87,o), -(194,87,cs), -(162,87,o), -(140,96,o), -(138,119,c), -(12,119,l), -(17,36,o), -(77,-5,o), -(193,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 398; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(156,-5,o), -(187,36,o), -(187,108,cs), -(187,158,o), -(170,194,o), -(134,205,c), -(134,207,l), -(165,219,o), -(182,257,o), -(182,300,cs), -(182,362,o), -(149,401,o), -(98,401,cs), -(49,401,o), -(15,363,o), -(17,282,c), -(44,282,l), -(42,340,o), -(58,378,o), -(98,378,cs), -(133,378,o), -(155,348,o), -(155,297,cs), -(155,254,o), -(138,217,o), -(100,217,cs), -(80,217,l), -(80,194,l), -(101,194,ls), -(138,194,o), -(160,162,o), -(160,109,cs), -(160,50,o), -(141,18,o), -(103,18,cs), -(67,18,o), -(42,47,o), -(43,121,c), -(16,121,l), -(15,46,o), -(40,-5,o), -(102,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 212; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(193,-5,o), -(243,36,o), -(243,110,cs), -(243,149,o), -(226,183,o), -(189,192,c), -(189,195,l), -(223,206,o), -(237,240,o), -(237,275,cs), -(237,337,o), -(197,380,o), -(125,380,cs), -(52,380,o), -(5,336,o), -(6,259,c), -(106,259,l), -(105,283,o), -(110,296,o), -(121,296,cs), -(135,296,o), -(139,288,o), -(139,262,cs), -(139,243,o), -(130,226,o), -(110,226,cs), -(80,226,l), -(80,153,l), -(113,153,ls), -(131,153,o), -(143,142,o), -(143,115,cs), -(143,89,o), -(136,78,o), -(121,78,cs), -(110,78,o), -(103,89,o), -(103,117,c), -(3,117,l), -(1,44,o), -(33,-5,o), -(120,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 248; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(234,-5,o), -(287,40,o), -(287,108,cs), -(287,161,o), -(258,196,o), -(214,205,c), -(214,208,l), -(257,221,o), -(285,255,o), -(285,300,cs), -(285,361,o), -(238,402,o), -(163,402,cs), -(94,402,o), -(41,361,o), -(38,292,c), -(69,292,l), -(72,341,o), -(109,374,o), -(163,374,cs), -(217,374,o), -(253,346,o), -(253,297,cs), -(253,250,o), -(218,218,o), -(157,218,cs), -(128,218,l), -(128,193,l), -(165,193,ls), -(219,193,o), -(254,165,o), -(254,110,cs), -(254,57,o), -(215,23,o), -(155,23,cs), -(101,23,o), -(63,56,o), -(60,106,c), -(29,106,l), -(32,40,o), -(82,-5,o), -(155,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 334; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(246,-5,o), -(310,36,o), -(310,111,cs), -(310,148,o), -(288,181,o), -(248,193,c), -(248,197,l), -(279,209,o), -(301,239,o), -(301,273,cs), -(301,340,o), -(244,380,o), -(161,380,cs), -(68,380,o), -(11,332,o), -(8,256,c), -(117,256,l), -(119,278,o), -(136,286,o), -(156,286,cs), -(178,286,o), -(191,277,o), -(191,260,cs), -(191,242,o), -(177,230,o), -(154,230,cs), -(111,230,l), -(111,149,l), -(158,149,ls), -(183,149,o), -(196,138,o), -(196,120,cs), -(196,101,o), -(182,88,o), -(157,88,cs), -(134,88,o), -(114,99,o), -(115,120,c), -(5,120,l), -(8,45,o), -(63,-5,o), -(157,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 321; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,-5,o), -(352,38,o), -(352,108,cs), -(352,167,o), -(311,200,o), -(255,205,c), -(255,207,l), -(309,216,o), -(343,251,o), -(343,300,cs), -(343,370,o), -(279,401,o), -(189,401,cs), -(99,401,o), -(30,355,o), -(32,276,c), -(66,276,l), -(66,337,o), -(117,372,o), -(188,372,cs), -(258,372,o), -(307,350,o), -(307,297,cs), -(307,250,o), -(274,219,o), -(196,219,cs), -(147,219,l), -(147,192,l), -(202,192,ls), -(271,192,o), -(315,170,o), -(315,110,cs), -(315,58,o), -(271,24,o), -(185,24,cs), -(110,24,o), -(59,57,o), -(59,122,c), -(24,122,l), -(25,46,o), -(81,-5,o), -(185,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 384; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,-5,o), -(369,41,o), -(369,108,cs), -(369,154,o), -(337,186,o), -(292,192,c), -(292,195,l), -(335,206,o), -(361,236,o), -(361,275,cs), -(361,340,o), -(299,380,o), -(190,380,cs), -(83,380,o), -(15,343,o), -(8,256,c), -(131,256,l), -(136,280,o), -(153,288,o), -(184,288,cs), -(215,288,o), -(233,277,o), -(233,259,cs), -(233,241,o), -(217,229,o), -(186,229,cs), -(132,229,l), -(132,150,l), -(186,150,ls), -(224,150,o), -(241,138,o), -(241,121,cs), -(241,99,o), -(222,87,o), -(184,87,cs), -(152,87,o), -(130,96,o), -(128,119,c), -(2,119,l), -(7,36,o), -(67,-5,o), -(183,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 378; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(251,-5,o), -(304,40,o), -(304,108,cs), -(304,161,o), -(275,196,o), -(233,205,c), -(233,208,l), -(274,221,o), -(302,255,o), -(302,300,cs), -(302,361,o), -(255,402,o), -(182,402,cs), -(115,402,o), -(62,361,o), -(59,292,c), -(90,292,l), -(93,341,o), -(130,374,o), -(182,374,cs), -(236,374,o), -(270,346,o), -(270,297,cs), -(270,250,o), -(237,218,o), -(176,218,cs), -(149,218,l), -(149,193,l), -(184,193,ls), -(238,193,o), -(271,165,o), -(271,110,cs), -(271,57,o), -(234,23,o), -(174,23,cs), -(122,23,o), -(84,56,o), -(81,106,c), -(52,106,l), -(53,40,o), -(103,-5,o), -(174,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 371; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(255,-5,o), -(317,36,o), -(317,111,cs), -(317,148,o), -(296,181,o), -(258,193,c), -(258,197,l), -(287,209,o), -(308,239,o), -(308,273,cs), -(308,340,o), -(253,380,o), -(174,380,cs), -(84,380,o), -(31,332,o), -(28,256,c), -(135,256,l), -(137,278,o), -(151,286,o), -(169,286,cs), -(188,286,o), -(199,277,o), -(199,260,cs), -(199,242,o), -(187,230,o), -(167,230,cs), -(126,230,l), -(126,149,l), -(171,149,ls), -(193,149,o), -(204,138,o), -(204,120,cs), -(204,101,o), -(192,88,o), -(170,88,cs), -(150,88,o), -(133,99,o), -(134,120,c), -(25,120,l), -(28,45,o), -(80,-5,o), -(170,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 347; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(125,-4,o), -(160,34,o), -(173,101,cs), -(182,147,o), -(177,186,o), -(141,202,c), -(142,205,l), -(176,214,o), -(201,253,o), -(208,293,cs), -(219,355,o), -(198,401,o), -(139,401,cs), -(94,401,o), -(58,366,o), -(44,291,c), -(70,291,l), -(81,346,o), -(102,377,o), -(136,377,cs), -(178,377,o), -(191,339,o), -(181,293,cs), -(171,245,o), -(147,214,o), -(110,217,cs), -(91,219,l), -(86,195,l), -(106,194,ls), -(145,191,o), -(158,155,o), -(147,105,cs), -(135,49,o), -(113,18,o), -(78,18,cs), -(29,18,o), -(21,63,o), -(36,127,c), -(8,127,l), -(-7,52,o), -(5,-4,o), -(77,-4,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 251; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(149,-5,o), -(201,29,o), -(216,99,cs), -(223,133,o), -(219,172,o), -(180,186,c), -(181,189,l), -(224,201,o), -(246,242,o), -(247,289,cs), -(248,348,o), -(208,379,o), -(142,379,cs), -(76,379,o), -(28,339,o), -(16,264,c), -(113,264,l), -(118,286,o), -(126,296,o), -(134,296,cs), -(150,296,o), -(151,285,o), -(145,258,cs), -(141,239,o), -(132,227,o), -(104,227,cs), -(80,227,l), -(65,154,l), -(93,154,ls), -(120,154,o), -(124,136,o), -(119,112,cs), -(114,88,o), -(107,79,o), -(93,79,cs), -(74,79,o), -(78,103,o), -(82,124,c), -(-18,124,l), -(-36,39,o), -(2,-5,o), -(88,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 266; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,-6,o), -(272,44,o), -(272,116,cs), -(272,155,o), -(246,192,o), -(217,201,c), -(218,203,l), -(271,215,o), -(304,257,o), -(304,306,cs), -(304,363,o), -(260,401,o), -(196,401,cs), -(125,401,o), -(73,365,o), -(60,292,c), -(91,292,l), -(102,344,o), -(138,373,o), -(193,373,cs), -(239,373,o), -(271,345,o), -(271,301,cs), -(271,249,o), -(230,217,o), -(173,217,cs), -(131,217,l), -(126,191,l), -(165,191,ls), -(210,191,o), -(239,161,o), -(239,117,cs), -(239,61,o), -(201,22,o), -(136,22,cs), -(82,22,o), -(48,53,o), -(52,106,c), -(21,106,l), -(18,40,o), -(62,-6,o), -(134,-6,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 367; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,-5,o), -(298,42,o), -(298,111,cs), -(298,152,o), -(273,181,o), -(247,190,c), -(248,194,l), -(290,207,o), -(318,240,o), -(318,283,cs), -(318,341,o), -(266,379,o), -(193,379,cs), -(102,379,o), -(33,335,o), -(25,260,c), -(136,260,l), -(138,274,o), -(152,284,o), -(173,284,cs), -(188,284,o), -(201,275,o), -(201,261,cs), -(201,243,o), -(184,231,o), -(159,231,cs), -(120,231,l), -(102,148,l), -(146,148,ls), -(170,148,o), -(183,139,o), -(183,120,cs), -(183,100,o), -(166,90,o), -(144,90,cs), -(127,90,o), -(107,95,o), -(104,117,c), -(-6,117,l), -(-5,44,o), -(45,-5,o), -(137,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 361; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,-5,o), -(323,39,o), -(326,110,cs), -(328,168,o), -(300,195,o), -(249,203,c), -(250,206,l), -(310,212,o), -(356,249,o), -(358,303,cs), -(360,366,o), -(304,401,o), -(214,401,cs), -(123,401,o), -(58,356,o), -(45,283,c), -(78,283,l), -(90,339,o), -(141,373,o), -(210,373,cs), -(284,373,o), -(323,347,o), -(322,299,cs), -(320,249,o), -(273,219,o), -(196,219,cs), -(145,219,l), -(140,192,l), -(188,192,ls), -(261,192,o), -(292,167,o), -(290,109,cs), -(288,62,o), -(240,23,o), -(160,23,cs), -(80,23,o), -(36,60,o), -(39,121,c), -(5,121,l), -(1,45,o), -(54,-5,o), -(157,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 400; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(261,-5,o), -(339,38,o), -(341,113,cs), -(342,152,o), -(320,182,o), -(281,190,c), -(282,193,l), -(334,204,o), -(367,234,o), -(368,278,cs), -(370,360,o), -(275,379,o), -(211,379,cs), -(110,379,o), -(33,344,o), -(16,257,c), -(137,257,l), -(145,277,o), -(162,287,o), -(193,287,cs), -(220,287,o), -(237,281,o), -(237,264,cs), -(237,239,o), -(214,229,o), -(178,229,cs), -(130,229,l), -(114,150,l), -(162,150,ls), -(192,150,o), -(216,146,o), -(216,121,cs), -(216,96,o), -(192,87,o), -(155,87,cs), -(127,87,o), -(108,96,o), -(106,120,c), -(-19,120,l), -(-19,45,o), -(24,-5,o), -(147,-5,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 395; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = three; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/three.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/three.glyph deleted file mode 100644 index 205cc6b3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/three.glyph +++ /dev/null @@ -1,1868 +0,0 @@ -{ -glyphname = three; -kernLeft = KO_three; -kernRight = KO_three; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(368,-10,o), -(460,69,o), -(460,210,cs), -(460,288,o), -(427,352,o), -(367,369,c), -(367,376,l), -(421,397,o), -(449,460,o), -(449,531,cs), -(449,650,o), -(373,730,o), -(239,730,cs), -(103,730,o), -(15,647,o), -(18,499,c), -(197,499,l), -(194,554,o), -(208,580,o), -(232,580,cs), -(263,580,o), -(272,560,o), -(272,507,cs), -(272,467,o), -(255,431,o), -(213,431,cs), -(157,431,l), -(157,300,l), -(219,300,ls), -(256,300,o), -(280,276,o), -(280,219,cs), -(280,162,o), -(265,140,o), -(232,140,cs), -(208,140,o), -(192,161,o), -(192,225,c), -(12,225,l), -(8,84,o), -(69,-10,o), -(230,-10,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(373,-10,o), -(466,70,o), -(466,213,cs), -(466,292,o), -(432,356,o), -(361,374,c), -(361,381,l), -(426,402,o), -(455,466,o), -(455,538,cs), -(455,658,o), -(378,739,o), -(242,739,cs), -(104,739,o), -(15,655,o), -(18,505,c), -(199,505,l), -(196,561,o), -(211,587,o), -(235,587,cs), -(266,587,o), -(275,567,o), -(275,513,cs), -(275,473,o), -(258,436,o), -(216,436,cs), -(159,436,l), -(159,304,l), -(222,304,ls), -(259,304,o), -(284,279,o), -(284,222,cs), -(284,164,o), -(268,142,o), -(235,142,cs), -(211,142,o), -(194,163,o), -(194,228,c), -(12,228,l), -(8,85,o), -(70,-10,o), -(233,-10,cs) -); -} -); -width = 479; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(274,-8,o), -(327,66,o), -(327,197,cs), -(327,291,o), -(296,357,o), -(231,378,c), -(231,382,l), -(287,404,o), -(318,473,o), -(318,554,cs), -(318,668,o), -(259,738,o), -(171,738,cs), -(85,738,o), -(28,669,o), -(32,521,c), -(64,521,l), -(61,635,o), -(91,710,o), -(171,710,cs), -(241,710,o), -(286,651,o), -(286,552,cs), -(286,466,o), -(252,395,o), -(179,395,cs), -(144,395,l), -(144,363,l), -(179,363,ls), -(253,363,o), -(295,300,o), -(295,198,cs), -(295,83,o), -(258,19,o), -(181,19,cs), -(109,19,o), -(61,76,o), -(63,223,c), -(30,223,l), -(29,84,o), -(72,-8,o), -(181,-8,cs) -); -} -); -width = 367; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(504,-8,o), -(621,68,o), -(621,197,cs), -(621,304,o), -(551,368,o), -(437,378,c), -(437,382,l), -(534,396,o), -(604,458,o), -(604,554,cs), -(604,684,o), -(485,738,o), -(326,738,cs), -(163,738,o), -(38,648,o), -(47,510,c), -(82,510,l), -(81,631,o), -(183,704,o), -(326,704,cs), -(467,704,o), -(566,660,o), -(566,553,cs), -(566,460,o), -(502,396,o), -(342,396,cs), -(255,396,l), -(255,362,l), -(354,362,ls), -(490,362,o), -(580,320,o), -(580,198,cs), -(580,95,o), -(494,26,o), -(320,26,cs), -(169,26,o), -(68,92,o), -(68,223,c), -(30,223,l), -(30,86,o), -(135,-8,o), -(320,-8,cs) -); -} -); -width = 658; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(567,-10,o), -(687,79,o), -(687,210,cs), -(687,300,o), -(628,363,o), -(542,374,c), -(542,381,l), -(626,401,o), -(673,462,o), -(673,538,cs), -(673,665,o), -(557,739,o), -(354,739,cs), -(156,739,o), -(29,665,o), -(17,500,c), -(236,500,l), -(245,554,o), -(281,575,o), -(345,575,cs), -(409,575,o), -(446,552,o), -(446,509,cs), -(446,469,o), -(414,441,o), -(348,441,cs), -(248,441,l), -(248,299,l), -(350,299,ls), -(425,299,o), -(460,274,o), -(460,232,cs), -(460,182,o), -(421,154,o), -(344,154,cs), -(277,154,o), -(235,177,o), -(230,231,c), -(6,231,l), -(14,78,o), -(118,-10,o), -(342,-10,cs) -); -} -); -width = 701; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(252,-8,o), -(304,65,o), -(304,203,cs), -(304,307,o), -(270,372,o), -(208,391,c), -(208,392,l), -(260,413,o), -(293,478,o), -(293,555,cs), -(293,663,o), -(243,729,o), -(155,729,cs), -(65,729,o), -(13,654,o), -(14,526,c), -(45,526,l), -(45,636,o), -(86,701,o), -(155,701,cs), -(223,701,o), -(261,644,o), -(261,553,cs), -(261,476,o), -(228,406,o), -(157,406,cs), -(106,406,l), -(106,375,l), -(157,375,ls), -(232,375,o), -(272,316,o), -(272,204,cs), -(272,82,o), -(236,19,o), -(159,19,cs), -(88,19,o), -(40,75,o), -(42,228,c), -(10,228,l), -(9,83,o), -(51,-8,o), -(159,-8,cs) -); -} -); -width = 322; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(368,-10,o), -(460,69,o), -(460,210,cs), -(460,288,o), -(427,352,o), -(367,369,c), -(367,376,l), -(421,397,o), -(449,460,o), -(449,531,cs), -(449,650,o), -(373,730,o), -(239,730,cs), -(103,730,o), -(15,647,o), -(18,499,c), -(197,499,l), -(194,554,o), -(208,580,o), -(232,580,cs), -(263,580,o), -(272,560,o), -(272,507,cs), -(272,467,o), -(255,431,o), -(213,431,cs), -(157,431,l), -(157,300,l), -(219,300,ls), -(256,300,o), -(280,276,o), -(280,219,cs), -(280,162,o), -(265,140,o), -(232,140,cs), -(208,140,o), -(192,161,o), -(192,225,c), -(12,225,l), -(8,84,o), -(69,-10,o), -(230,-10,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(370,-10,o), -(451,73,o), -(451,225,cs), -(451,309,o), -(419,378,o), -(351,395,c), -(351,396,l), -(410,416,o), -(440,467,o), -(440,546,cs), -(440,662,o), -(358,736,o), -(230,736,cs), -(94,736,o), -(6,653,o), -(9,505,c), -(188,505,l), -(186,559,o), -(201,584,o), -(226,584,cs), -(252,584,o), -(263,565,o), -(263,525,cs), -(263,479,o), -(241,452,o), -(204,452,cs), -(143,452,l), -(143,309,l), -(210,309,ls), -(247,309,o), -(271,285,o), -(271,223,cs), -(271,164,o), -(259,142,o), -(227,142,cs), -(197,142,o), -(183,171,o), -(183,243,c), -(3,243,l), -(-1,84,o), -(60,-10,o), -(221,-10,cs) -); -} -); -width = 455; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(413,-8,o), -(506,73,o), -(506,195,cs), -(506,289,o), -(454,356,o), -(365,374,c), -(365,378,l), -(442,400,o), -(493,461,o), -(493,547,cs), -(493,657,o), -(411,730,o), -(277,730,cs), -(142,730,o), -(50,641,o), -(55,514,c), -(93,515,l), -(89,624,o), -(164,697,o), -(277,697,cs), -(383,697,o), -(454,642,o), -(454,546,cs), -(454,459,o), -(397,391,o), -(289,391,cs), -(221,391,l), -(221,358,l), -(287,358,ls), -(394,358,o), -(466,306,o), -(466,196,cs), -(466,92,o), -(389,26,o), -(272,26,cs), -(156,26,o), -(81,104,o), -(85,220,c), -(50,220,l), -(46,83,o), -(135,-8,o), -(273,-8,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(403,-8,o), -(493,72,o), -(493,200,cs), -(493,300,o), -(438,369,o), -(345,387,c), -(345,388,l), -(424,411,o), -(474,476,o), -(474,548,cs), -(474,662,o), -(392,735,o), -(262,735,cs), -(138,735,o), -(50,656,o), -(41,537,c), -(79,537,l), -(89,636,o), -(159,702,o), -(262,702,cs), -(368,702,o), -(435,642,o), -(435,547,cs), -(435,461,o), -(364,402,o), -(252,402,cs), -(201,402,l), -(201,369,l), -(267,369,ls), -(384,369,o), -(453,307,o), -(453,201,cs), -(453,93,o), -(379,26,o), -(257,26,cs), -(144,26,o), -(67,86,o), -(58,212,c), -(20,212,l), -(28,66,o), -(123,-8,o), -(257,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 523; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1277,-10,o), -(1395,69,o), -(1395,210,cs), -(1395,288,o), -(1347,355,o), -(1276,371,c), -(1276,378,l), -(1335,397,o), -(1379,457,o), -(1379,528,cs), -(1379,655,o), -(1275,730,o), -(1120,730,cs), -(951,730,o), -(845,640,o), -(840,499,c), -(1029,499,l), -(1032,542,o), -(1064,568,o), -(1113,568,cs), -(1160,568,o), -(1188,546,o), -(1188,505,cs), -(1188,464,o), -(1160,436,o), -(1108,436,cs), -(1030,436,l), -(1030,295,l), -(1116,295,ls), -(1170,295,o), -(1198,270,o), -(1198,227,cs), -(1198,182,o), -(1167,152,o), -(1112,152,cs), -(1060,152,o), -(1024,178,o), -(1023,225,c), -(833,225,l), -(839,84,o), -(939,-10,o), -(1113,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(473,-10,o), -(590,69,o), -(590,210,cs), -(590,287,o), -(543,355,o), -(473,371,c), -(473,378,l), -(531,397,o), -(574,458,o), -(574,528,cs), -(574,655,o), -(471,730,o), -(318,730,cs), -(150,730,o), -(45,640,o), -(40,499,c), -(229,499,l), -(232,541,o), -(262,568,o), -(311,568,cs), -(356,568,o), -(383,546,o), -(383,505,cs), -(383,464,o), -(355,436,o), -(305,436,cs), -(228,436,l), -(228,295,l), -(313,295,ls), -(366,295,o), -(393,270,o), -(393,227,cs), -(393,182,o), -(363,152,o), -(310,152,cs), -(260,152,o), -(224,178,o), -(223,225,c), -(33,225,l), -(39,84,o), -(139,-10,o), -(311,-10,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(458,-10,o), -(582,69,o), -(582,212,cs), -(582,294,o), -(536,360,o), -(458,381,c), -(458,382,l), -(520,405,o), -(566,466,o), -(566,536,cs), -(566,662,o), -(457,737,o), -(295,737,cs), -(121,737,o), -(13,647,o), -(7,506,c), -(206,506,l), -(213,550,o), -(243,575,o), -(288,575,cs), -(335,575,o), -(363,555,o), -(363,517,cs), -(363,477,o), -(334,450,o), -(283,450,cs), -(206,450,l), -(206,304,l), -(291,304,ls), -(345,304,o), -(373,278,o), -(373,228,cs), -(373,182,o), -(342,152,o), -(287,152,cs), -(239,152,o), -(204,179,o), -(200,225,c), -(0,225,l), -(7,84,o), -(110,-10,o), -(288,-10,cs) -); -} -); -width = 587; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(499,-8,o), -(611,68,o), -(611,202,cs), -(611,314,o), -(539,379,o), -(422,389,c), -(422,390,l), -(516,404,o), -(585,466,o), -(585,556,cs), -(585,677,o), -(493,738,o), -(317,738,cs), -(154,738,o), -(40,649,o), -(37,507,c), -(73,507,l), -(77,632,o), -(174,704,o), -(317,704,cs), -(468,704,o), -(547,654,o), -(547,555,cs), -(547,468,o), -(485,405,o), -(328,405,cs), -(242,405,l), -(242,372,l), -(340,372,ls), -(479,372,o), -(571,330,o), -(571,203,cs), -(571,88,o), -(476,26,o), -(310,26,cs), -(159,26,o), -(60,91,o), -(56,235,c), -(19,235,l), -(23,85,o), -(124,-8,o), -(310,-8,cs) -); -} -); -width = 630; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(558,-10,o), -(679,78,o), -(679,209,cs), -(679,298,o), -(621,367,o), -(535,379,c), -(535,380,l), -(612,399,o), -(665,463,o), -(665,532,cs), -(665,664,o), -(552,737,o), -(345,737,cs), -(149,737,o), -(24,664,o), -(12,501,c), -(228,501,l), -(236,547,o), -(274,572,o), -(336,572,cs), -(400,572,o), -(435,551,o), -(435,512,cs), -(435,475,o), -(404,450,o), -(339,450,cs), -(240,450,l), -(240,298,l), -(341,298,ls), -(415,298,o), -(449,275,o), -(449,231,cs), -(449,183,o), -(411,156,o), -(335,156,cs), -(269,156,o), -(227,178,o), -(221,231,c), -(0,231,l), -(9,77,o), -(112,-10,o), -(333,-10,cs) -); -} -); -width = 682; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(413,-8,o), -(506,73,o), -(506,195,cs), -(506,289,o), -(454,356,o), -(365,374,c), -(365,378,l), -(442,400,o), -(493,461,o), -(493,547,cs), -(493,657,o), -(411,730,o), -(277,730,cs), -(142,730,o), -(50,641,o), -(55,514,c), -(93,515,l), -(89,624,o), -(164,697,o), -(277,697,cs), -(383,697,o), -(454,642,o), -(454,546,cs), -(454,459,o), -(397,391,o), -(289,391,cs), -(221,391,l), -(221,358,l), -(287,358,ls), -(394,358,o), -(466,306,o), -(466,196,cs), -(466,92,o), -(389,26,o), -(272,26,cs), -(156,26,o), -(81,104,o), -(85,220,c), -(50,220,l), -(46,83,o), -(135,-8,o), -(273,-8,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(403,-8,o), -(488,73,o), -(488,200,cs), -(488,297,o), -(440,364,o), -(358,383,c), -(358,387,l), -(421,409,o), -(466,470,o), -(466,556,cs), -(466,666,o), -(395,739,o), -(277,739,cs), -(161,739,o), -(81,659,o), -(76,542,c), -(113,542,l), -(118,637,o), -(181,703,o), -(277,703,cs), -(367,703,o), -(428,649,o), -(428,555,cs), -(428,462,o), -(370,400,o), -(267,400,cs), -(218,400,l), -(218,366,l), -(282,366,ls), -(382,366,o), -(449,314,o), -(449,201,cs), -(449,96,o), -(379,28,o), -(267,28,cs), -(162,28,o), -(92,93,o), -(86,189,c), -(51,189,l), -(54,72,o), -(143,-8,o), -(267,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 558; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1266,-10,o), -(1384,69,o), -(1384,210,cs), -(1384,288,o), -(1336,355,o), -(1265,371,c), -(1265,378,l), -(1324,397,o), -(1368,457,o), -(1368,528,cs), -(1368,655,o), -(1264,730,o), -(1109,730,cs), -(940,730,o), -(834,640,o), -(829,499,c), -(1018,499,l), -(1021,542,o), -(1053,568,o), -(1102,568,cs), -(1149,568,o), -(1177,546,o), -(1177,505,cs), -(1177,464,o), -(1149,436,o), -(1097,436,cs), -(1019,436,l), -(1019,295,l), -(1105,295,ls), -(1159,295,o), -(1187,270,o), -(1187,227,cs), -(1187,182,o), -(1156,152,o), -(1101,152,cs), -(1049,152,o), -(1013,178,o), -(1012,225,c), -(822,225,l), -(828,84,o), -(928,-10,o), -(1102,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(462,-10,o), -(579,69,o), -(579,210,cs), -(579,287,o), -(532,355,o), -(462,371,c), -(462,378,l), -(520,397,o), -(563,458,o), -(563,528,cs), -(563,655,o), -(460,730,o), -(307,730,cs), -(139,730,o), -(34,640,o), -(29,499,c), -(218,499,l), -(221,541,o), -(251,568,o), -(300,568,cs), -(345,568,o), -(372,546,o), -(372,505,cs), -(372,464,o), -(344,436,o), -(294,436,cs), -(217,436,l), -(217,295,l), -(302,295,ls), -(355,295,o), -(382,270,o), -(382,227,cs), -(382,182,o), -(352,152,o), -(299,152,cs), -(249,152,o), -(213,178,o), -(212,225,c), -(22,225,l), -(28,84,o), -(128,-10,o), -(300,-10,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(456,-10,o), -(561,77,o), -(561,214,cs), -(561,292,o), -(520,356,o), -(448,378,c), -(448,385,l), -(506,408,o), -(546,466,o), -(546,537,cs), -(546,661,o), -(449,739,o), -(297,739,cs), -(134,739,o), -(32,648,o), -(27,501,c), -(223,501,l), -(225,544,o), -(250,569,o), -(289,569,cs), -(324,569,o), -(346,550,o), -(346,511,cs), -(346,472,o), -(324,443,o), -(286,443,cs), -(210,443,l), -(210,304,l), -(293,304,ls), -(336,304,o), -(357,277,o), -(357,231,cs), -(357,188,o), -(331,160,o), -(290,160,cs), -(248,160,o), -(218,185,o), -(218,233,c), -(21,233,l), -(27,85,o), -(124,-10,o), -(291,-10,cs) -); -} -); -width = 594; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(214,-15,o), -(279,55,o), -(305,184,cs), -(321,259,o), -(316,339,o), -(249,369,c), -(250,373,l), -(309,390,o), -(354,457,o), -(369,531,cs), -(392,643,o), -(355,729,o), -(252,729,cs), -(176,729,o), -(114,667,o), -(89,532,c), -(119,532,l), -(139,634,o), -(179,700,o), -(249,700,cs), -(332,700,o), -(356,625,o), -(337,534,cs), -(318,445,o), -(271,384,o), -(203,390,cs), -(170,393,l), -(162,362,l), -(197,359,ls), -(275,352,o), -(293,278,o), -(274,187,cs), -(251,79,o), -(209,19,o), -(139,19,cs), -(39,19,o), -(30,115,o), -(56,230,c), -(23,230,l), -(-4,102,o), -(13,3,o), -(124,-7,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(224,-8,o), -(284,63,o), -(309,186,cs), -(326,265,o), -(314,342,o), -(252,374,c), -(253,378,l), -(313,395,o), -(358,463,o), -(374,538,cs), -(397,651,o), -(360,738,o), -(255,738,cs), -(178,738,o), -(115,675,o), -(90,539,c), -(120,539,l), -(141,642,o), -(181,709,o), -(252,709,cs), -(335,709,o), -(360,633,o), -(341,541,cs), -(322,451,o), -(276,395,o), -(214,395,cs), -(171,395,l), -(163,363,l), -(199,363,ls), -(278,363,o), -(297,281,o), -(277,189,cs), -(254,80,o), -(212,19,o), -(141,19,cs), -(41,19,o), -(30,115,o), -(57,233,c), -(23,233,l), -(-6,95,o), -(18,-8,o), -(140,-8,cs) -); -} -); -width = 365; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(325,-9,o), -(420,63,o), -(447,191,cs), -(462,262,o), -(452,336,o), -(379,362,c), -(380,370,l), -(462,390,o), -(506,478,o), -(508,561,cs), -(512,667,o), -(443,738,o), -(311,738,cs), -(186,738,o), -(94,661,o), -(72,516,c), -(248,516,l), -(258,564,o), -(276,587,o), -(296,587,cs), -(332,587,o), -(334,558,o), -(323,507,cs), -(315,466,o), -(295,438,o), -(239,438,cs), -(192,438,l), -(165,306,l), -(218,306,ls), -(273,306,o), -(280,265,o), -(271,217,cs), -(260,164,o), -(243,143,o), -(214,143,cs), -(173,143,o), -(176,189,o), -(186,240,c), -(5,240,l), -(-29,78,o), -(41,-9,o), -(204,-9,cs) -); -} -); -width = 477; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(375,-6,o), -(476,82,o), -(476,213,cs), -(476,285,o), -(428,351,o), -(376,367,c), -(377,371,l), -(472,388,o), -(536,464,o), -(536,558,cs), -(536,661,o), -(459,729,o), -(344,729,cs), -(215,729,o), -(122,661,o), -(104,516,c), -(140,516,l), -(155,623,o), -(221,695,o), -(344,695,cs), -(437,695,o), -(497,639,o), -(497,554,cs), -(497,451,o), -(417,391,o), -(306,391,cs), -(229,391,l), -(223,358,l), -(292,358,ls), -(382,358,o), -(437,298,o), -(437,214,cs), -(437,103,o), -(363,28,o), -(234,28,cs), -(118,28,o), -(50,101,o), -(74,221,c), -(38,221,l), -(15,91,o), -(93,-6,o), -(231,-6,cs) -); -} -); -}; -guides = ( -{ -pos = (298,391); -}, -{ -pos = (296,358); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(380,-10,o), -(482,80,o), -(482,213,cs), -(482,286,o), -(433,353,o), -(381,370,c), -(382,374,l), -(477,394,o), -(543,469,o), -(543,564,cs), -(543,669,o), -(465,738,o), -(348,738,cs), -(227,738,o), -(134,677,o), -(108,542,c), -(145,542,l), -(165,637,o), -(230,704,o), -(348,704,cs), -(442,704,o), -(503,647,o), -(503,560,cs), -(503,456,o), -(422,394,o), -(310,394,cs), -(232,394,l), -(226,360,l), -(296,360,ls), -(386,360,o), -(442,300,o), -(442,214,cs), -(442,101,o), -(368,24,o), -(237,24,cs), -(130,24,o), -(63,86,o), -(71,190,c), -(34,190,l), -(28,73,o), -(105,-10,o), -(234,-10,cs) -); -} -); -width = 556; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(438,-10,o), -(563,80,o), -(563,214,cs), -(563,293,o), -(515,349,o), -(469,365,c), -(471,372,l), -(547,396,o), -(605,459,o), -(605,547,cs), -(605,657,o), -(511,729,o), -(379,729,cs), -(213,729,o), -(91,648,o), -(74,505,c), -(262,505,l), -(268,544,o), -(301,567,o), -(345,567,cs), -(380,567,o), -(406,545,o), -(406,511,cs), -(406,466,o), -(370,436,o), -(315,436,cs), -(243,436,l), -(212,295,l), -(293,295,ls), -(333,295,o), -(367,277,o), -(367,229,cs), -(367,180,o), -(333,152,o), -(280,152,cs), -(237,152,o), -(201,171,o), -(199,219,c), -(12,219,l), -(12,82,o), -(104,-10,o), -(269,-10,cs) -); -} -); -}; -guides = ( -{ -pos = (36,225); -}, -{ -pos = (234,436); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(443,-10,o), -(570,81,o), -(570,217,cs), -(570,297,o), -(521,353,o), -(475,370,c), -(477,377,l), -(568,412,o), -(611,478,o), -(611,552,cs), -(611,663,o), -(518,738,o), -(380,738,cs), -(216,738,o), -(92,656,o), -(75,511,c), -(265,511,l), -(271,549,o), -(299,574,o), -(347,574,cs), -(389,574,o), -(411,552,o), -(411,517,cs), -(411,472,o), -(375,441,o), -(319,441,cs), -(246,441,l), -(215,299,l), -(297,299,ls), -(337,299,o), -(372,280,o), -(372,232,cs), -(372,182,o), -(337,154,o), -(284,154,cs), -(240,154,o), -(204,173,o), -(201,222,c), -(12,222,l), -(10,84,o), -(105,-10,o), -(272,-10,cs) -); -} -); -width = 609; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(469,-10,o), -(598,71,o), -(603,204,cs), -(606,290,o), -(544,356,o), -(457,370,c), -(459,374,l), -(579,392,o), -(656,456,o), -(660,552,cs), -(664,659,o), -(571,729,o), -(403,729,cs), -(246,729,o), -(127,644,o), -(105,517,c), -(139,517,l), -(162,624,o), -(266,696,o), -(399,696,cs), -(536,696,o), -(625,649,o), -(622,548,cs), -(619,452,o), -(528,391,o), -(376,391,cs), -(283,391,l), -(276,358,l), -(334,358,ls), -(491,358,o), -(568,307,o), -(564,203,cs), -(560,99,o), -(466,24,o), -(306,24,cs), -(155,24,o), -(59,94,o), -(67,218,c), -(31,218,l), -(23,81,o), -(120,-10,o), -(303,-10,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(477,-10,o), -(611,74,o), -(611,213,cs), -(611,297,o), -(549,360,o), -(463,375,c), -(465,379,l), -(589,397,o), -(668,465,o), -(668,566,cs), -(668,670,o), -(574,738,o), -(401,738,cs), -(230,738,o), -(115,659,o), -(84,523,c), -(124,523,l), -(154,639,o), -(250,705,o), -(399,705,cs), -(541,705,o), -(630,659,o), -(630,560,cs), -(630,460,o), -(538,396,o), -(381,396,cs), -(287,396,l), -(279,362,l), -(338,362,ls), -(493,362,o), -(571,313,o), -(571,214,cs), -(571,103,o), -(476,24,o), -(310,24,cs), -(157,24,o), -(60,95,o), -(68,221,c), -(31,221,l), -(23,82,o), -(122,-10,o), -(307,-10,cs) -); -} -); -width = 661; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(508,-9,o), -(651,73,o), -(656,216,cs), -(659,294,o), -(615,352,o), -(544,365,c), -(545,372,l), -(640,390,o), -(706,450,o), -(709,536,cs), -(714,683,o), -(555,728,o), -(421,728,cs), -(235,728,o), -(94,660,o), -(62,497,c), -(276,497,l), -(292,543,o), -(327,567,o), -(390,567,cs), -(444,567,o), -(479,552,o), -(478,511,cs), -(476,459,o), -(433,436,o), -(359,436,cs), -(271,436,l), -(242,296,l), -(332,296,ls), -(393,296,o), -(436,283,o), -(435,230,cs), -(433,175,o), -(386,153,o), -(312,153,cs), -(250,153,o), -(216,179,o), -(215,230,c), -(-5,230,l), -(-6,86,o), -(73,-9,o), -(298,-9,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(517,-9,o), -(664,76,o), -(664,225,cs), -(664,296,o), -(614,355,o), -(551,370,c), -(552,377,l), -(652,402,o), -(708,473,o), -(708,549,cs), -(708,670,o), -(589,737,o), -(426,737,cs), -(236,737,o), -(92,653,o), -(63,503,c), -(279,503,l), -(295,546,o), -(333,574,o), -(395,574,cs), -(449,574,o), -(484,555,o), -(484,515,cs), -(484,466,o), -(439,441,o), -(363,441,cs), -(274,441,l), -(245,300,l), -(336,300,ls), -(397,300,o), -(440,287,o), -(440,235,cs), -(440,178,o), -(392,155,o), -(320,155,cs), -(258,155,o), -(219,183,o), -(218,233,c), -(-5,233,l), -(-6,88,o), -(104,-9,o), -(305,-9,cs) -); -} -); -width = 689; -} -); -unicode = 51; -userData = { -KernOnName = three; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/three.numr.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/three.numr.glyph deleted file mode 100644 index 6c7211ac..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/three.numr.glyph +++ /dev/null @@ -1,562 +0,0 @@ -{ -color = 6; -glyphname = three.numr; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,354); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 266; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,333); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 252; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,333); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 404; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,354); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 398; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 252; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,354); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 248; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,332); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 374; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.dnom; -}; -width = 343; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 404; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 398; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,332); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 371; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,354); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.dnom; -}; -width = 347; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (69,333); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 251; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (73,354); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 266; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (69,332); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 367; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (73,354); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 361; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (69,333); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 400; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (73,354); -ref = three.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 395; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = three; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/three.tf.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/three.tf.glyph deleted file mode 100644 index 07f50cb1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/three.tf.glyph +++ /dev/null @@ -1,1358 +0,0 @@ -{ -glyphname = three.tf; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,-10,o), -(464,69,o), -(464,210,cs), -(464,287,o), -(431,352,o), -(361,369,c), -(361,376,l), -(425,397,o), -(453,460,o), -(453,531,cs), -(453,650,o), -(376,730,o), -(242,730,cs), -(107,730,o), -(18,647,o), -(21,499,c), -(200,499,l), -(197,554,o), -(212,580,o), -(235,580,cs), -(267,580,o), -(276,559,o), -(276,507,cs), -(276,468,o), -(259,431,o), -(216,431,cs), -(160,431,l), -(160,300,l), -(222,300,ls), -(259,300,o), -(284,276,o), -(284,219,cs), -(284,163,o), -(269,140,o), -(235,140,cs), -(211,140,o), -(195,162,o), -(195,225,c), -(15,225,l), -(11,84,o), -(72,-10,o), -(233,-10,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,-8,o), -(383,65,o), -(383,195,cs), -(383,286,o), -(352,353,o), -(287,373,c), -(287,377,l), -(343,399,o), -(374,468,o), -(374,547,cs), -(374,660,o), -(315,729,o), -(227,729,cs), -(142,729,o), -(85,661,o), -(89,515,c), -(120,515,l), -(117,627,o), -(147,701,o), -(227,701,cs), -(297,701,o), -(342,643,o), -(342,545,cs), -(342,461,o), -(309,390,o), -(236,390,cs), -(200,390,l), -(200,359,l), -(236,359,ls), -(309,359,o), -(351,296,o), -(351,196,cs), -(351,83,o), -(315,19,o), -(238,19,cs), -(166,19,o), -(117,75,o), -(119,220,c), -(87,220,l), -(86,83,o), -(129,-8,o), -(238,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(530,-8,o), -(643,67,o), -(643,195,cs), -(643,300,o), -(575,363,o), -(466,373,c), -(466,377,l), -(559,391,o), -(627,453,o), -(627,547,cs), -(627,676,o), -(511,729,o), -(358,729,cs), -(200,729,o), -(79,640,o), -(87,504,c), -(122,504,l), -(121,623,o), -(220,695,o), -(357,695,cs), -(493,695,o), -(589,652,o), -(589,546,cs), -(589,454,o), -(527,391,o), -(373,391,cs), -(289,391,l), -(289,358,l), -(385,358,ls), -(515,358,o), -(603,316,o), -(603,196,cs), -(603,94,o), -(519,26,o), -(352,26,cs), -(206,26,o), -(108,91,o), -(108,220,c), -(71,220,l), -(71,85,o), -(172,-8,o), -(352,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(568,-10,o), -(684,78,o), -(684,207,cs), -(684,296,o), -(627,359,o), -(545,369,c), -(545,376,l), -(623,395,o), -(670,454,o), -(670,531,cs), -(670,657,o), -(559,730,o), -(364,730,cs), -(174,730,o), -(53,657,o), -(41,494,c), -(254,494,l), -(263,547,o), -(297,568,o), -(355,568,cs), -(414,568,o), -(448,545,o), -(448,503,cs), -(448,463,o), -(418,436,o), -(358,436,cs), -(262,436,l), -(262,295,l), -(360,295,ls), -(430,295,o), -(462,271,o), -(462,229,cs), -(462,180,o), -(426,152,o), -(355,152,cs), -(294,152,o), -(253,175,o), -(248,228,c), -(30,228,l), -(38,77,o), -(138,-10,o), -(353,-10,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(310,-8,o), -(363,65,o), -(363,195,cs), -(363,286,o), -(332,353,o), -(267,373,c), -(267,377,l), -(323,399,o), -(354,468,o), -(354,547,cs), -(354,660,o), -(295,729,o), -(207,729,cs), -(122,729,o), -(65,661,o), -(69,515,c), -(100,515,l), -(97,627,o), -(127,701,o), -(207,701,cs), -(277,701,o), -(322,643,o), -(322,545,cs), -(322,461,o), -(289,390,o), -(216,390,cs), -(180,390,l), -(180,359,l), -(216,359,ls), -(289,359,o), -(331,296,o), -(331,196,cs), -(331,83,o), -(295,19,o), -(218,19,cs), -(146,19,o), -(97,75,o), -(99,220,c), -(67,220,l), -(66,83,o), -(109,-8,o), -(218,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(362,-10,o), -(455,69,o), -(455,210,cs), -(455,287,o), -(422,352,o), -(352,369,c), -(352,376,l), -(416,397,o), -(444,460,o), -(444,531,cs), -(444,650,o), -(367,730,o), -(233,730,cs), -(98,730,o), -(9,647,o), -(12,499,c), -(191,499,l), -(188,554,o), -(203,580,o), -(226,580,cs), -(258,580,o), -(267,559,o), -(267,507,cs), -(267,468,o), -(250,431,o), -(207,431,cs), -(151,431,l), -(151,300,l), -(213,300,ls), -(250,300,o), -(275,276,o), -(275,219,cs), -(275,163,o), -(260,140,o), -(226,140,cs), -(202,140,o), -(186,162,o), -(186,225,c), -(6,225,l), -(2,84,o), -(63,-10,o), -(224,-10,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 462; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(408,-8,o), -(502,73,o), -(502,195,cs), -(502,284,o), -(456,355,o), -(365,374,c), -(365,378,l), -(445,401,o), -(499,463,o), -(499,547,cs), -(499,657,o), -(416,730,o), -(281,730,cs), -(154,730,o), -(63,651,o), -(58,535,c), -(96,535,l), -(102,631,o), -(175,697,o), -(281,697,cs), -(388,697,o), -(460,642,o), -(460,546,cs), -(460,453,o), -(392,391,o), -(271,391,cs), -(220,391,l), -(220,358,l), -(286,358,ls), -(391,358,o), -(462,306,o), -(462,196,cs), -(462,92,o), -(384,26,o), -(265,26,cs), -(157,26,o), -(85,91,o), -(79,187,c), -(41,187,l), -(46,71,o), -(136,-8,o), -(265,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 560; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(433,-10,o), -(549,69,o), -(549,210,cs), -(549,286,o), -(506,350,o), -(433,371,c), -(433,378,l), -(491,401,o), -(533,459,o), -(533,529,cs), -(533,655,o), -(431,730,o), -(282,730,cs), -(118,730,o), -(16,640,o), -(11,499,c), -(194,499,l), -(197,546,o), -(229,572,o), -(275,572,cs), -(321,572,o), -(348,549,o), -(348,506,cs), -(348,464,o), -(320,435,o), -(271,435,cs), -(195,435,l), -(195,297,l), -(278,297,ls), -(331,297,o), -(358,271,o), -(358,226,cs), -(358,180,o), -(328,148,o), -(275,148,cs), -(225,148,o), -(188,176,o), -(188,225,c), -(4,225,l), -(10,84,o), -(107,-10,o), -(276,-10,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(520,-8,o), -(633,67,o), -(633,195,cs), -(633,300,o), -(565,363,o), -(456,373,c), -(456,377,l), -(549,391,o), -(617,453,o), -(617,547,cs), -(617,676,o), -(501,729,o), -(348,729,cs), -(190,729,o), -(69,640,o), -(77,504,c), -(112,504,l), -(111,623,o), -(210,695,o), -(347,695,cs), -(483,695,o), -(579,652,o), -(579,546,cs), -(579,454,o), -(517,391,o), -(363,391,cs), -(279,391,l), -(279,358,l), -(375,358,ls), -(505,358,o), -(593,316,o), -(593,196,cs), -(593,94,o), -(509,26,o), -(342,26,cs), -(196,26,o), -(98,91,o), -(98,220,c), -(61,220,l), -(61,85,o), -(162,-8,o), -(342,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(558,-10,o), -(674,78,o), -(674,207,cs), -(674,296,o), -(617,359,o), -(535,369,c), -(535,376,l), -(613,395,o), -(660,454,o), -(660,531,cs), -(660,657,o), -(549,730,o), -(354,730,cs), -(164,730,o), -(43,657,o), -(31,494,c), -(244,494,l), -(253,547,o), -(287,568,o), -(345,568,cs), -(404,568,o), -(438,545,o), -(438,503,cs), -(438,463,o), -(408,436,o), -(348,436,cs), -(252,436,l), -(252,295,l), -(350,295,ls), -(420,295,o), -(452,271,o), -(452,229,cs), -(452,180,o), -(416,152,o), -(345,152,cs), -(284,152,o), -(243,175,o), -(238,228,c), -(20,228,l), -(28,77,o), -(128,-10,o), -(343,-10,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(423,-8,o), -(515,73,o), -(515,195,cs), -(515,284,o), -(469,355,o), -(380,374,c), -(380,378,l), -(458,401,o), -(512,463,o), -(512,547,cs), -(512,657,o), -(431,730,o), -(298,730,cs), -(173,730,o), -(84,651,o), -(79,535,c), -(117,535,l), -(123,631,o), -(194,697,o), -(298,697,cs), -(403,697,o), -(473,642,o), -(473,546,cs), -(473,453,o), -(407,391,o), -(288,391,cs), -(239,391,l), -(239,358,l), -(303,358,ls), -(406,358,o), -(475,306,o), -(475,196,cs), -(475,92,o), -(399,26,o), -(282,26,cs), -(176,26,o), -(106,91,o), -(100,187,c), -(62,187,l), -(67,71,o), -(155,-8,o), -(282,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(441,-10,o), -(553,69,o), -(553,210,cs), -(553,286,o), -(512,350,o), -(442,371,c), -(442,378,l), -(497,401,o), -(538,459,o), -(538,529,cs), -(538,655,o), -(439,730,o), -(294,730,cs), -(135,730,o), -(36,640,o), -(31,499,c), -(212,499,l), -(215,546,o), -(244,572,o), -(287,572,cs), -(330,572,o), -(354,549,o), -(354,506,cs), -(354,464,o), -(329,435,o), -(283,435,cs), -(209,435,l), -(209,297,l), -(290,297,ls), -(340,297,o), -(364,271,o), -(364,226,cs), -(364,180,o), -(337,148,o), -(287,148,cs), -(241,148,o), -(206,176,o), -(206,225,c), -(24,225,l), -(30,84,o), -(124,-10,o), -(288,-10,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 581; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(276,-15,o), -(341,56,o), -(367,183,cs), -(383,259,o), -(378,339,o), -(310,369,c), -(311,373,l), -(372,391,o), -(416,458,o), -(431,531,cs), -(454,643,o), -(417,729,o), -(312,729,cs), -(236,729,o), -(173,667,o), -(148,532,c), -(178,532,l), -(198,634,o), -(238,700,o), -(309,700,cs), -(394,700,o), -(418,625,o), -(399,534,cs), -(380,445,o), -(333,384,o), -(264,390,cs), -(230,393,l), -(222,362,l), -(258,359,ls), -(337,352,o), -(355,278,o), -(336,186,cs), -(313,79,o), -(271,19,o), -(200,19,cs), -(98,19,o), -(89,115,o), -(115,230,c), -(82,230,l), -(55,102,o), -(72,3,o), -(185,-7,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,-8,o), -(340,62,o), -(365,184,cs), -(382,262,o), -(370,338,o), -(309,369,c), -(310,373,l), -(369,390,o), -(414,457,o), -(429,531,cs), -(452,643,o), -(416,729,o), -(312,729,cs), -(236,729,o), -(174,667,o), -(149,532,c), -(179,532,l), -(199,634,o), -(239,700,o), -(309,700,cs), -(391,700,o), -(416,625,o), -(397,534,cs), -(378,445,o), -(333,390,o), -(271,390,cs), -(229,390,l), -(221,359,l), -(257,359,ls), -(335,359,o), -(353,278,o), -(334,187,cs), -(311,79,o), -(269,19,o), -(199,19,cs), -(100,19,o), -(90,114,o), -(116,230,c), -(83,230,l), -(54,94,o), -(78,-8,o), -(198,-8,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(325,-9,o), -(420,62,o), -(446,188,cs), -(461,259,o), -(451,332,o), -(378,358,c), -(379,365,l), -(461,385,o), -(504,471,o), -(507,554,cs), -(510,660,o), -(443,729,o), -(311,729,cs), -(188,729,o), -(96,653,o), -(74,510,c), -(248,510,l), -(258,554,o), -(275,580,o), -(296,580,cs), -(333,580,o), -(334,550,o), -(324,502,cs), -(315,459,o), -(295,433,o), -(240,433,cs), -(194,433,l), -(167,302,l), -(219,302,ls), -(275,302,o), -(282,262,o), -(272,212,cs), -(262,162,o), -(244,141,o), -(215,141,cs), -(175,141,o), -(177,187,o), -(187,237,c), -(8,237,l), -(-26,77,o), -(44,-9,o), -(205,-9,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(404,-10,o), -(506,79,o), -(506,209,cs), -(506,281,o), -(457,349,o), -(403,365,c), -(404,369,l), -(500,389,o), -(566,463,o), -(566,556,cs), -(566,660,o), -(487,729,o), -(370,729,cs), -(248,729,o), -(154,669,o), -(129,535,c), -(165,535,l), -(185,629,o), -(250,695,o), -(370,695,cs), -(465,695,o), -(527,639,o), -(527,552,cs), -(527,450,o), -(446,389,o), -(332,389,cs), -(254,389,l), -(248,356,l), -(318,356,ls), -(408,356,o), -(467,297,o), -(467,210,cs), -(467,100,o), -(392,24,o), -(260,24,cs), -(153,24,o), -(84,85,o), -(92,188,c), -(56,188,l), -(50,72,o), -(129,-10,o), -(257,-10,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 85; -}; -}; -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(433,-10,o), -(558,80,o), -(558,215,cs), -(558,293,o), -(511,349,o), -(466,365,c), -(468,372,l), -(543,396,o), -(600,460,o), -(600,548,cs), -(600,657,o), -(508,729,o), -(378,729,cs), -(214,729,o), -(93,648,o), -(76,505,c), -(263,505,l), -(269,544,o), -(301,567,o), -(344,567,cs), -(377,567,o), -(402,545,o), -(402,511,cs), -(402,466,o), -(366,436,o), -(313,436,cs), -(242,436,l), -(211,295,l), -(291,295,ls), -(330,295,o), -(363,277,o), -(363,230,cs), -(363,182,o), -(331,152,o), -(278,152,cs), -(236,152,o), -(202,171,o), -(200,219,c), -(14,219,l), -(14,82,o), -(105,-10,o), -(267,-10,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(500,-10,o), -(628,75,o), -(628,214,cs), -(628,305,o), -(568,359,o), -(485,370,c), -(487,374,l), -(604,386,o), -(685,455,o), -(685,561,cs), -(685,665,o), -(596,729,o), -(432,729,cs), -(279,729,o), -(161,650,o), -(138,517,c), -(172,517,l), -(196,631,o), -(298,696,o), -(428,696,cs), -(573,696,o), -(647,647,o), -(647,554,cs), -(647,458,o), -(560,391,o), -(404,391,cs), -(313,391,l), -(306,358,l), -(393,358,ls), -(521,358,o), -(588,310,o), -(588,212,cs), -(588,106,o), -(497,24,o), -(334,24,cs), -(183,24,o), -(92,95,o), -(100,218,c), -(64,218,l), -(56,81,o), -(151,-10,o), -(331,-10,cs) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(525,-9,o), -(666,77,o), -(666,224,cs), -(666,307,o), -(621,353,o), -(560,365,c), -(561,372,l), -(660,392,o), -(720,458,o), -(720,544,cs), -(720,682,o), -(571,728,o), -(440,728,cs), -(259,728,o), -(121,660,o), -(89,497,c), -(302,497,l), -(318,543,o), -(350,567,o), -(409,567,cs), -(452,567,o), -(490,556,o), -(490,514,cs), -(490,464,o), -(454,436,o), -(377,436,cs), -(292,436,l), -(263,296,l), -(350,296,ls), -(411,296,o), -(446,284,o), -(446,230,cs), -(446,176,o), -(398,153,o), -(330,153,cs), -(272,153,o), -(242,179,o), -(241,230,c), -(22,230,l), -(20,86,o), -(97,-9,o), -(316,-9,cs) -); -} -); -userData = { -RMXScaler = { -keepStroke = 80; -monoWidth = 700; -}; -}; -width = 720; -} -); -metricWidth = zero.tf; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -RMXScaler = { -source = three; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/threeeighths.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/threeeighths.glyph deleted file mode 100644 index f1a8a78b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/threeeighths.glyph +++ /dev/null @@ -1,350 +0,0 @@ -{ -color = 6; -glyphname = threeeighths; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (254,0); -ref = fraction; -}, -{ -pos = (373,0); -ref = eight.dnom; -} -); -width = 634; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (247,0); -ref = fraction; -}, -{ -pos = (298,0); -ref = eight.dnom; -} -); -width = 569; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (404,0); -ref = fraction; -}, -{ -pos = (505,0); -ref = eight.dnom; -} -); -width = 920; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (383,0); -ref = fraction; -}, -{ -pos = (506,0); -ref = eight.dnom; -} -); -width = 913; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = three.numr; -}, -{ -alignment = -1; -pos = (252,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (292,0); -ref = eight.dnom; -} -); -width = 523; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (236,0); -ref = fraction; -}, -{ -pos = (343,0); -ref = eight.dnom; -} -); -width = 586; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = three.numr; -}, -{ -alignment = -1; -pos = (359,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (429,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; -}; -width = 780; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = three.numr; -}, -{ -alignment = -1; -pos = (335,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (470,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; -}; -width = 809; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = three.numr; -}, -{ -alignment = -1; -pos = (404,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (494,0); -ref = eight.dnom; -} -); -width = 889; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = three.numr; -}, -{ -alignment = -1; -pos = (391,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (510,0); -ref = eight.dnom; -} -); -width = 897; -}, -{ -layerId = m019; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (371,0); -ref = fraction; -}, -{ -pos = (480,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; -}; -width = 868; -}, -{ -layerId = m020; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (334,0); -ref = fraction; -}, -{ -pos = (463,0); -ref = eight.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; -}; -width = 815; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (249,0); -ref = fraction; -}, -{ -pos = (309,0); -ref = eight.dnom; -} -); -width = 580; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (260,0); -ref = fraction; -}, -{ -pos = (394,0); -ref = eight.dnom; -} -); -width = 653; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (367,0); -ref = fraction; -}, -{ -pos = (487,0); -ref = eight.dnom; -} -); -width = 878; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (359,0); -ref = fraction; -}, -{ -pos = (526,0); -ref = eight.dnom; -} -); -width = 899; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (406,0); -ref = fraction; -}, -{ -pos = (518,0); -ref = eight.dnom; -} -); -width = 932; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (386,0); -ref = fraction; -}, -{ -pos = (526,0); -ref = eight.dnom; -} -); -width = 931; -} -); -unicode = 8540; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/threeinferior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/threeinferior.glyph deleted file mode 100644 index 74bcd388..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/threeinferior.glyph +++ /dev/null @@ -1,1439 +0,0 @@ -{ -glyphname = threeinferior; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (146,177); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(226,-46,o), -(282,2,o), -(282,86,cs), -(282,133,o), -(262,171,o), -(220,181,c), -(220,186,l), -(259,198,o), -(275,237,o), -(275,278,cs), -(275,350,o), -(229,398,o), -(148,398,cs), -(66,398,o), -(13,348,o), -(15,259,c), -(124,259,l), -(122,291,o), -(131,306,o), -(144,306,cs), -(162,306,o), -(167,295,o), -(167,264,cs), -(167,240,o), -(157,219,o), -(132,219,cs), -(98,219,l), -(98,139,l), -(136,139,ls), -(158,139,o), -(172,125,o), -(172,92,cs), -(172,58,o), -(163,46,o), -(144,46,cs), -(130,46,o), -(121,59,o), -(121,95,c), -(11,95,l), -(9,15,o), -(41,-46,o), -(143,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 295; -}, -{ -anchors = ( -{ -name = _center; -pos = (127,177); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(187,-45,o), -(221,0,o), -(221,78,cs), -(221,133,o), -(202,172,o), -(163,184,c), -(163,186,l), -(197,199,o), -(215,241,o), -(215,287,cs), -(215,355,o), -(179,397,o), -(124,397,cs), -(70,397,o), -(33,356,o), -(35,268,c), -(65,268,l), -(63,331,o), -(80,372,o), -(123,372,cs), -(162,372,o), -(186,339,o), -(186,284,cs), -(186,237,o), -(167,197,o), -(126,197,cs), -(104,197,l), -(104,171,l), -(126,171,ls), -(168,171,o), -(191,135,o), -(191,79,cs), -(191,15,o), -(171,-20,o), -(128,-20,cs), -(89,-20,o), -(63,11,o), -(64,92,c), -(34,92,l), -(33,10,o), -(60,-45,o), -(128,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 265; -}, -{ -anchors = ( -{ -name = _center; -pos = (211,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(319,-45,o), -(389,1,o), -(389,78,cs), -(389,143,o), -(344,178,o), -(283,183,c), -(283,186,l), -(339,195,o), -(379,232,o), -(379,287,cs), -(379,364,o), -(309,397,o), -(211,397,cs), -(112,397,o), -(38,345,o), -(41,262,c), -(76,262,l), -(77,328,o), -(132,367,o), -(211,367,cs), -(287,367,o), -(342,343,o), -(342,284,cs), -(342,233,o), -(306,198,o), -(219,198,cs), -(167,198,l), -(167,170,l), -(226,170,ls), -(301,170,o), -(350,146,o), -(350,80,cs), -(350,23,o), -(302,-14,o), -(207,-14,cs), -(125,-14,o), -(69,21,o), -(69,93,c), -(32,93,l), -(33,7,o), -(98,-45,o), -(207,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 429; -}, -{ -anchors = ( -{ -name = _center; -pos = (216,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(350,-46,o), -(422,8,o), -(422,85,cs), -(422,138,o), -(387,175,o), -(338,181,c), -(338,186,l), -(387,198,o), -(413,234,o), -(413,277,cs), -(413,352,o), -(345,398,o), -(221,398,cs), -(101,398,o), -(25,356,o), -(16,256,c), -(161,256,l), -(167,279,o), -(180,290,o), -(215,290,cs), -(245,290,o), -(262,278,o), -(262,258,cs), -(262,239,o), -(247,225,o), -(215,225,cs), -(155,225,l), -(155,132,l), -(216,132,ls), -(254,132,o), -(271,119,o), -(271,100,cs), -(271,76,o), -(252,62,o), -(215,62,cs), -(182,62,o), -(162,72,o), -(158,97,c), -(10,97,l), -(16,1,o), -(83,-46,o), -(213,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 439; -}, -{ -anchors = ( -{ -name = _center; -pos = (107,177); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,-45,o), -(201,0,o), -(201,78,cs), -(201,133,o), -(182,172,o), -(143,184,c), -(143,186,l), -(177,199,o), -(195,241,o), -(195,287,cs), -(195,355,o), -(159,397,o), -(104,397,cs), -(50,397,o), -(13,356,o), -(15,268,c), -(45,268,l), -(43,331,o), -(60,372,o), -(103,372,cs), -(142,372,o), -(166,339,o), -(166,284,cs), -(166,237,o), -(147,197,o), -(106,197,cs), -(84,197,l), -(84,171,l), -(106,171,ls), -(148,171,o), -(171,135,o), -(171,79,cs), -(171,15,o), -(151,-20,o), -(108,-20,cs), -(69,-20,o), -(43,11,o), -(44,92,c), -(14,92,l), -(13,10,o), -(40,-45,o), -(108,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 225; -}, -{ -anchors = ( -{ -name = _center; -pos = (139,177); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(219,-46,o), -(275,2,o), -(275,86,cs), -(275,133,o), -(255,171,o), -(213,181,c), -(213,186,l), -(252,198,o), -(268,237,o), -(268,278,cs), -(268,350,o), -(222,398,o), -(141,398,cs), -(59,398,o), -(6,348,o), -(8,259,c), -(117,259,l), -(115,291,o), -(124,306,o), -(137,306,cs), -(155,306,o), -(160,295,o), -(160,264,cs), -(160,240,o), -(150,219,o), -(125,219,cs), -(91,219,l), -(91,139,l), -(129,139,ls), -(151,139,o), -(165,125,o), -(165,92,cs), -(165,58,o), -(156,46,o), -(137,46,cs), -(123,46,o), -(114,59,o), -(114,95,c), -(4,95,l), -(2,15,o), -(34,-46,o), -(136,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 279; -}, -{ -anchors = ( -{ -name = _center; -pos = (168,174); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,-45,o), -(309,4,o), -(309,78,cs), -(309,133,o), -(279,173,o), -(229,184,c), -(229,187,l), -(273,200,o), -(306,236,o), -(306,287,cs), -(306,354,o), -(255,398,o), -(173,398,cs), -(97,398,o), -(40,353,o), -(36,278,c), -(71,278,l), -(74,332,o), -(114,368,o), -(173,368,cs), -(231,368,o), -(271,338,o), -(271,284,cs), -(271,233,o), -(234,198,o), -(167,198,cs), -(135,198,l), -(135,170,l), -(176,170,ls), -(234,170,o), -(273,141,o), -(273,80,cs), -(273,22,o), -(230,-15,o), -(164,-15,cs), -(108,-15,o), -(65,18,o), -(61,75,c), -(27,75,l), -(30,4,o), -(84,-45,o), -(164,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 353; -}, -{ -anchors = ( -{ -name = _center; -pos = (174,174); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,-46,o), -(344,1,o), -(344,87,cs), -(344,131,o), -(319,169,o), -(274,182,c), -(274,187,l), -(307,200,o), -(333,234,o), -(333,276,cs), -(333,353,o), -(269,398,o), -(177,398,cs), -(74,398,o), -(9,343,o), -(6,256,c), -(130,256,l), -(131,278,o), -(146,292,o), -(172,292,cs), -(195,292,o), -(208,281,o), -(208,260,cs), -(208,240,o), -(194,225,o), -(169,225,cs), -(121,225,l), -(121,133,l), -(173,133,ls), -(201,133,o), -(215,120,o), -(215,98,cs), -(215,76,o), -(200,59,o), -(173,59,cs), -(147,59,o), -(127,73,o), -(127,98,c), -(3,98,l), -(7,11,o), -(67,-46,o), -(173,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 352; -}, -{ -anchors = ( -{ -name = _center; -pos = (201,173); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,-45,o), -(379,1,o), -(379,78,cs), -(379,143,o), -(334,178,o), -(273,183,c), -(273,186,l), -(329,195,o), -(369,232,o), -(369,287,cs), -(369,364,o), -(299,397,o), -(201,397,cs), -(102,397,o), -(28,345,o), -(31,262,c), -(66,262,l), -(67,328,o), -(122,367,o), -(201,367,cs), -(277,367,o), -(332,343,o), -(332,284,cs), -(332,233,o), -(296,198,o), -(209,198,cs), -(157,198,l), -(157,170,l), -(216,170,ls), -(291,170,o), -(340,146,o), -(340,80,cs), -(340,23,o), -(292,-14,o), -(197,-14,cs), -(115,-14,o), -(59,21,o), -(59,93,c), -(22,93,l), -(23,7,o), -(88,-45,o), -(197,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 409; -}, -{ -anchors = ( -{ -name = _center; -pos = (206,171); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(340,-46,o), -(412,8,o), -(412,85,cs), -(412,138,o), -(377,175,o), -(328,181,c), -(328,186,l), -(377,198,o), -(403,234,o), -(403,277,cs), -(403,352,o), -(335,398,o), -(211,398,cs), -(91,398,o), -(15,356,o), -(6,256,c), -(151,256,l), -(157,279,o), -(170,290,o), -(205,290,cs), -(235,290,o), -(252,278,o), -(252,258,cs), -(252,239,o), -(237,225,o), -(205,225,cs), -(145,225,l), -(145,132,l), -(206,132,ls), -(244,132,o), -(261,119,o), -(261,100,cs), -(261,76,o), -(242,62,o), -(205,62,cs), -(172,62,o), -(152,72,o), -(148,97,c), -(0,97,l), -(6,1,o), -(73,-46,o), -(203,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 419; -}, -{ -anchors = ( -{ -name = _center; -pos = (187,174); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(268,-45,o), -(326,4,o), -(326,78,cs), -(326,133,o), -(296,173,o), -(248,184,c), -(248,187,l), -(290,200,o), -(323,236,o), -(323,287,cs), -(323,354,o), -(272,398,o), -(192,398,cs), -(118,398,o), -(61,353,o), -(57,278,c), -(92,278,l), -(95,332,o), -(135,368,o), -(192,368,cs), -(249,368,o), -(288,338,o), -(288,284,cs), -(288,233,o), -(251,198,o), -(186,198,cs), -(154,198,l), -(154,170,l), -(195,170,ls), -(251,170,o), -(290,141,o), -(290,80,cs), -(290,22,o), -(248,-15,o), -(183,-15,cs), -(129,-15,o), -(86,18,o), -(82,75,c), -(50,75,l), -(52,4,o), -(105,-45,o), -(183,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 390; -}, -{ -anchors = ( -{ -name = _center; -pos = (187,174); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(280,-46,o), -(350,1,o), -(350,87,cs), -(350,131,o), -(327,169,o), -(284,182,c), -(284,187,l), -(315,200,o), -(340,234,o), -(340,276,cs), -(340,353,o), -(278,398,o), -(190,398,cs), -(90,398,o), -(29,343,o), -(26,256,c), -(148,256,l), -(149,278,o), -(161,292,o), -(185,292,cs), -(205,292,o), -(216,281,o), -(216,260,cs), -(216,240,o), -(204,225,o), -(182,225,cs), -(136,225,l), -(136,133,l), -(186,133,ls), -(211,133,o), -(223,120,o), -(223,98,cs), -(223,76,o), -(210,59,o), -(186,59,cs), -(163,59,o), -(146,73,o), -(146,98,c), -(23,98,l), -(27,11,o), -(84,-46,o), -(186,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 377; -}, -{ -anchors = ( -{ -name = _center; -pos = (107,177); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(130,-44,o), -(165,0,o), -(179,70,cs), -(189,117,o), -(186,163,o), -(145,181,c), -(145,183,l), -(181,193,o), -(209,235,o), -(217,278,cs), -(229,342,o), -(209,397,o), -(142,397,cs), -(93,397,o), -(53,359,o), -(39,278,c), -(67,278,l), -(78,335,o), -(101,371,o), -(139,371,cs), -(186,371,o), -(198,329,o), -(187,276,cs), -(177,229,o), -(150,193,o), -(111,197,cs), -(90,199,l), -(84,173,l), -(106,171,ls), -(152,167,o), -(161,125,o), -(150,72,cs), -(137,11,o), -(112,-20,o), -(75,-20,cs), -(19,-20,o), -(15,32,o), -(29,99,c), -(-1,99,l), -(-17,21,o), -(-3,-44,o), -(72,-44,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 262; -}, -{ -anchors = ( -{ -name = _center; -pos = (123,177); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(167,-45,o), -(224,-3,o), -(240,74,cs), -(250,123,o), -(238,161,o), -(199,175,c), -(200,179,l), -(245,191,o), -(274,234,o), -(276,292,cs), -(278,361,o), -(233,397,o), -(158,397,cs), -(85,397,o), -(29,353,o), -(16,266,c), -(122,266,l), -(128,294,o), -(139,306,o), -(149,306,cs), -(172,306,o), -(170,288,o), -(164,259,cs), -(159,236,o), -(149,220,o), -(115,220,cs), -(88,220,l), -(71,140,l), -(103,140,ls), -(133,140,o), -(140,119,o), -(134,89,cs), -(128,58,o), -(117,46,o), -(101,46,cs), -(79,46,o), -(79,70,o), -(85,102,c), -(-24,102,l), -(-44,10,o), -(-6,-45,o), -(95,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 294; -}, -{ -anchors = ( -{ -name = _center; -pos = (167,177); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(223,-46,o), -(287,7,o), -(287,86,cs), -(287,130,o), -(258,169,o), -(227,179,c), -(228,182,l), -(283,194,o), -(321,238,o), -(321,293,cs), -(321,356,o), -(274,397,o), -(203,397,cs), -(129,397,o), -(70,360,o), -(56,279,c), -(89,279,l), -(100,330,o), -(136,367,o), -(201,367,cs), -(252,367,o), -(285,336,o), -(285,289,cs), -(285,232,o), -(241,197,o), -(179,197,cs), -(133,197,l), -(127,169,l), -(170,169,ls), -(219,169,o), -(251,136,o), -(251,88,cs), -(251,27,o), -(210,-16,o), -(138,-16,cs), -(79,-16,o), -(42,19,o), -(46,75,c), -(13,75,l), -(10,4,o), -(57,-46,o), -(136,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 386; -}, -{ -anchors = ( -{ -name = _center; -pos = (169,177); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(249,-46,o), -(327,8,o), -(327,89,cs), -(327,134,o), -(301,168,o), -(271,179,c), -(272,183,l), -(316,198,o), -(351,235,o), -(351,287,cs), -(351,354,o), -(292,397,o), -(212,397,cs), -(109,397,o), -(33,347,o), -(23,260,c), -(149,260,l), -(152,281,o), -(171,289,o), -(189,289,cs), -(204,289,o), -(217,279,o), -(217,263,cs), -(217,241,o), -(199,226,o), -(171,226,cs), -(129,226,l), -(108,132,l), -(158,132,ls), -(176,132,o), -(196,125,o), -(196,99,cs), -(196,75,o), -(179,62,o), -(154,62,cs), -(132,62,o), -(114,71,o), -(112,94,c), -(-13,94,l), -(-12,6,o), -(48,-46,o), -(146,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 393; -}, -{ -anchors = ( -{ -name = _center; -pos = (189,177); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(266,-46,o), -(344,3,o), -(347,83,cs), -(349,141,o), -(316,174,o), -(262,182,c), -(263,184,l), -(329,191,o), -(379,231,o), -(381,290,cs), -(384,358,o), -(325,397,o), -(224,397,cs), -(130,397,o), -(55,351,o), -(41,269,c), -(75,269,l), -(89,332,o), -(147,367,o), -(220,367,cs), -(303,367,o), -(345,340,o), -(343,285,cs), -(341,229,o), -(286,198,o), -(205,198,cs), -(150,198,l), -(144,170,l), -(197,170,ls), -(273,170,o), -(311,142,o), -(309,84,cs), -(307,27,o), -(256,-15,o), -(165,-15,cs), -(80,-15,o), -(29,24,o), -(33,92,c), -(-3,92,l), -(-7,9,o), -(49,-46,o), -(163,-46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 425; -}, -{ -anchors = ( -{ -name = _center; -pos = (191,177); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,-45,o), -(374,4,o), -(377,90,cs), -(379,136,o), -(355,170,o), -(313,179,c), -(313,183,l), -(366,193,o), -(407,230,o), -(409,280,cs), -(412,373,o), -(307,397,o), -(233,397,cs), -(115,397,o), -(32,354,o), -(13,256,c), -(156,256,l), -(165,278,o), -(181,289,o), -(212,289,cs), -(242,289,o), -(254,283,o), -(253,258,cs), -(252,236,o), -(227,225,o), -(193,225,cs), -(141,225,l), -(121,132,l), -(176,132,ls), -(205,132,o), -(229,128,o), -(229,100,cs), -(229,72,o), -(204,63,o), -(167,63,cs), -(136,63,o), -(122,76,o), -(121,99,c), -(-27,99,l), -(-27,12,o), -(19,-45,o), -(157,-45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 434; -} -); -unicode = 8323; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = three; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/threequarters.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/threequarters.glyph deleted file mode 100644 index 91f16c11..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/threequarters.glyph +++ /dev/null @@ -1,350 +0,0 @@ -{ -color = 6; -glyphname = threequarters; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (254,0); -ref = fraction; -}, -{ -pos = (338,0); -ref = four.dnom; -} -); -width = 621; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (247,0); -ref = fraction; -}, -{ -pos = (283,0); -ref = four.dnom; -} -); -width = 525; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (404,0); -ref = fraction; -}, -{ -pos = (455,0); -ref = four.dnom; -} -); -width = 863; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (383,0); -ref = fraction; -}, -{ -pos = (459,0); -ref = four.dnom; -} -); -width = 859; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = three.numr; -}, -{ -alignment = -1; -pos = (252,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (271,0); -ref = four.dnom; -} -); -width = 483; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (236,0); -ref = fraction; -}, -{ -pos = (308,0); -ref = four.dnom; -} -); -width = 577; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = three.numr; -}, -{ -alignment = -1; -pos = (359,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (392,0); -ref = four.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; -}; -width = 708; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = three.numr; -}, -{ -alignment = -1; -pos = (335,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (442,0); -ref = four.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; -}; -width = 802; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = three.numr; -}, -{ -alignment = -1; -pos = (404,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (444,0); -ref = four.dnom; -} -); -width = 832; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = three.numr; -}, -{ -alignment = -1; -pos = (391,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (468,0); -ref = four.dnom; -} -); -width = 858; -}, -{ -layerId = m019; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (371,0); -ref = fraction; -}, -{ -pos = (446,0); -ref = four.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; -}; -width = 809; -}, -{ -layerId = m020; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (334,0); -ref = fraction; -}, -{ -pos = (436,0); -ref = four.dnom; -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = three.numr; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = three.numr; -}; -width = 801; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (249,0); -ref = fraction; -}, -{ -pos = (292,0); -ref = four.dnom; -} -); -width = 533; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (260,0); -ref = fraction; -}, -{ -pos = (359,0); -ref = four.dnom; -} -); -width = 640; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (367,0); -ref = fraction; -}, -{ -pos = (456,0); -ref = four.dnom; -} -); -width = 821; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (359,0); -ref = fraction; -}, -{ -pos = (490,0); -ref = four.dnom; -} -); -width = 872; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (406,0); -ref = fraction; -}, -{ -pos = (459,0); -ref = four.dnom; -} -); -width = 844; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = three.numr; -}, -{ -pos = (386,0); -ref = fraction; -}, -{ -pos = (480,0); -ref = four.dnom; -} -); -width = 871; -} -); -unicode = 190; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/threesuperior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/threesuperior.glyph deleted file mode 100644 index 57a7a7f6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/threesuperior.glyph +++ /dev/null @@ -1,564 +0,0 @@ -{ -color = 6; -glyphname = threesuperior; -kernLeft = KO_threesuperior; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 295; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 265; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 429; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 439; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 265; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 279; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = threeinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = threeinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 393; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = threeinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = threeinferior; -}; -width = 374; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 429; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 439; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = threeinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = threeinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -34 -); -stem = -2; -target = ( -0, -41 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -26 -); -stem = -2; -target = ( -0, -27 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -19 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -38 -); -stem = -2; -target = ( -0, -37 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -27 -); -stem = -2; -target = ( -0, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -31 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -15 -); -stem = -2; -target = ( -0, -16 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -22 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -} -); -}; -width = 390; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = threeinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = threeinferior; -}; -width = 377; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (78,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 262; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (78,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 294; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (78,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 386; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (78,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 393; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (78,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 425; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (78,376); -ref = threeinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 434; -} -); -unicode = 179; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = three; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/tilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/tilde.glyph deleted file mode 100644 index d17d6b02..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/tilde.glyph +++ /dev/null @@ -1,187 +0,0 @@ -{ -color = 6; -glyphname = tilde; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 281; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 461; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 419; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 524; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = tildecomb; -} -); -width = 281; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = tildecomb; -} -); -width = 461; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = tildecomb; -} -); -width = 383; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = tildecomb; -} -); -width = 494; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = tildecomb; -} -); -width = 419; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = tildecomb; -} -); -width = 524; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 380; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 496; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 280; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 459; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 383; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 513; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 419; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = tildecomb; -} -); -width = 513; -} -); -unicode = 732; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/tildecomb.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/tildecomb.glyph deleted file mode 100644 index ceab500e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/tildecomb.glyph +++ /dev/null @@ -1,941 +0,0 @@ -{ -glyphname = tildecomb; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (140,672); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(199,777,o), -(221,786,o), -(241,824,c), -(223,837,l), -(213,818,o), -(200,807,o), -(181,807,cs), -(153,807,o), -(130,835,o), -(100,835,cs), -(78,835,o), -(60,821,o), -(40,786,c), -(57,775,l), -(70,797,o), -(84,804,o), -(98,804,cs), -(126,804,o), -(144,777,o), -(178,777,cs) -); -} -); -width = 281; -}, -{ -anchors = ( -{ -name = _top; -pos = (232,679); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(353,730,o), -(396,756,o), -(424,853,c), -(348,900,l), -(335,871,o), -(322,860,o), -(292,860,cs), -(245,860,o), -(224,901,o), -(159,901,cs), -(109,901,o), -(65,877,o), -(37,778,c), -(113,731,l), -(128,758,o), -(145,770,o), -(174,770,cs), -(217,770,o), -(238,730,o), -(306,730,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(353,745,o), -(394,765,o), -(421,843,c), -(345,882,l), -(334,858,o), -(320,850,o), -(291,850,cs), -(247,850,o), -(224,878,o), -(160,878,cs), -(110,878,o), -(67,859,o), -(40,779,c), -(116,740,l), -(130,763,o), -(146,773,o), -(176,773,cs), -(213,773,o), -(238,745,o), -(307,745,cs) -); -} -); -width = 461; -}, -{ -anchors = ( -{ -name = _top; -pos = (207,672); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,776,o), -(352,790,o), -(379,825,c), -(357,838,l), -(338,817,o), -(313,808,o), -(288,808,cs), -(238,808,o), -(181,836,o), -(135,836,cs), -(92,836,o), -(69,822,o), -(40,786,c), -(61,774,l), -(81,797,o), -(102,803,o), -(127,803,cs), -(177,803,o), -(212,776,o), -(280,776,cs) -); -} -); -width = 419; -}, -{ -anchors = ( -{ -name = _top; -pos = (264,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(133,894,o), -(73,859,o), -(40,771,c), -(124,724,l), -(144,751,o), -(156,764,o), -(192,764,cs), -(248,764,o), -(265,726,o), -(334,726,cs), -(382,726,o), -(446,752,o), -(484,843,c), -(402,893,l), -(383,874,o), -(363,854,o), -(330,854,cs), -(276,854,o), -(252,894,o), -(191,894,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(382,726,o), -(446,752,o), -(484,849,c), -(400,896,l), -(380,869,o), -(368,856,o), -(332,856,cs), -(276,856,o), -(259,894,o), -(190,894,cs), -(142,894,o), -(78,868,o), -(40,771,c), -(124,724,l), -(144,751,o), -(156,764,o), -(192,764,cs), -(248,764,o), -(265,726,o), -(334,726,cs) -); -} -); -width = 524; -}, -{ -anchors = ( -{ -name = _top; -pos = (120,672); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,777,o), -(201,786,o), -(221,824,c), -(203,837,l), -(193,818,o), -(180,807,o), -(161,807,cs), -(133,807,o), -(110,835,o), -(80,835,cs), -(58,835,o), -(40,821,o), -(20,786,c), -(37,775,l), -(50,797,o), -(64,804,o), -(78,804,cs), -(106,804,o), -(124,777,o), -(158,777,cs) -); -} -); -width = 241; -}, -{ -anchors = ( -{ -name = _top; -pos = (222,679); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(353,730,o), -(396,756,o), -(424,853,c), -(348,900,l), -(335,871,o), -(322,860,o), -(292,860,cs), -(245,860,o), -(224,901,o), -(159,901,cs), -(109,901,o), -(65,877,o), -(37,778,c), -(113,731,l), -(128,758,o), -(145,770,o), -(174,770,cs), -(217,770,o), -(238,730,o), -(306,730,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(343,745,o), -(384,765,o), -(411,843,c), -(335,882,l), -(324,858,o), -(310,850,o), -(281,850,cs), -(237,850,o), -(214,878,o), -(150,878,cs), -(100,878,o), -(57,859,o), -(30,779,c), -(106,740,l), -(120,763,o), -(136,773,o), -(166,773,cs), -(203,773,o), -(228,745,o), -(297,745,cs) -); -} -); -width = 441; -}, -{ -anchors = ( -{ -name = _top; -pos = (169,672); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(272,776,o), -(299,790,o), -(323,825,c), -(302,838,l), -(286,817,o), -(264,808,o), -(242,808,cs), -(196,807,o), -(147,836,o), -(106,836,cs), -(67,836,o), -(45,822,o), -(20,786,c), -(40,774,l), -(57,796,o), -(74,803,o), -(99,803,cs), -(142,803,o), -(174,776,o), -(234,776,cs) -); -} -); -width = 343; -}, -{ -anchors = ( -{ -name = _top; -pos = (237,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(365,730,o), -(423,756,o), -(456,853,c), -(380,900,l), -(366,877,o), -(352,860,o), -(319,860,cs), -(268,860,o), -(253,898,o), -(191,898,cs), -(148,898,o), -(90,872,o), -(57,775,c), -(133,728,l), -(147,751,o), -(161,768,o), -(194,768,cs), -(245,768,o), -(260,730,o), -(322,730,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,736,o), -(418,759,o), -(453,846,c), -(369,894,l), -(351,868,o), -(328,857,o), -(303,857,cs), -(259,857,o), -(214,892,o), -(155,892,cs), -(107,892,o), -(61,869,o), -(19,782,c), -(102,734,l), -(117,755,o), -(137,771,o), -(167,771,cs), -(212,771,o), -(248,736,o), -(314,736,cs) -); -} -); -width = 472; -}, -{ -anchors = ( -{ -name = _top; -pos = (197,672); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,776,o), -(342,790,o), -(369,825,c), -(347,838,l), -(328,817,o), -(303,808,o), -(278,808,cs), -(228,808,o), -(171,836,o), -(125,836,cs), -(82,836,o), -(59,822,o), -(30,786,c), -(51,774,l), -(71,797,o), -(92,803,o), -(117,803,cs), -(167,803,o), -(202,776,o), -(270,776,cs) -); -} -); -width = 399; -}, -{ -anchors = ( -{ -name = _top; -pos = (254,673); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(133,894,o), -(73,859,o), -(40,771,c), -(124,724,l), -(144,751,o), -(156,764,o), -(192,764,cs), -(248,764,o), -(265,726,o), -(334,726,cs), -(382,726,o), -(446,752,o), -(484,843,c), -(402,893,l), -(383,874,o), -(363,854,o), -(330,854,cs), -(276,854,o), -(252,894,o), -(191,894,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(372,726,o), -(436,752,o), -(474,849,c), -(390,896,l), -(370,869,o), -(358,856,o), -(322,856,cs), -(266,856,o), -(249,894,o), -(180,894,cs), -(132,894,o), -(68,868,o), -(30,771,c), -(114,724,l), -(134,751,o), -(146,764,o), -(182,764,cs), -(238,764,o), -(255,726,o), -(324,726,cs) -); -} -); -width = 504; -}, -{ -anchors = ( -{ -name = _top; -pos = (188,672); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(289,776,o), -(316,790,o), -(340,825,c), -(319,838,l), -(303,817,o), -(281,808,o), -(259,808,cs), -(215,807,o), -(166,836,o), -(127,836,cs), -(88,836,o), -(66,822,o), -(43,786,c), -(61,774,l), -(78,796,o), -(95,803,o), -(120,803,cs), -(161,803,o), -(193,776,o), -(251,776,cs) -); -} -); -width = 380; -}, -{ -anchors = ( -{ -name = _top; -pos = (250,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(365,730,o), -(423,756,o), -(456,853,c), -(380,900,l), -(366,877,o), -(352,860,o), -(319,860,cs), -(268,860,o), -(253,898,o), -(191,898,cs), -(148,898,o), -(90,872,o), -(57,775,c), -(133,728,l), -(147,751,o), -(161,768,o), -(194,768,cs), -(245,768,o), -(260,730,o), -(322,730,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(375,736,o), -(425,759,o), -(458,846,c), -(375,894,l), -(357,867,o), -(335,857,o), -(312,857,cs), -(270,857,o), -(228,892,o), -(170,892,cs), -(125,892,o), -(79,869,o), -(39,782,c), -(121,734,l), -(136,756,o), -(155,771,o), -(183,771,cs), -(226,771,o), -(260,736,o), -(324,736,cs) -); -} -); -width = 496; -}, -{ -anchors = ( -{ -name = _top; -pos = (225,672); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(735,776,o), -(761,790,o), -(790,825,c), -(774,838,l), -(755,817,o), -(733,808,o), -(713,808,cs), -(679,807,o), -(661,836,o), -(637,836,cs), -(602,836,o), -(580,822,o), -(549,786,c), -(565,774,l), -(585,796,o), -(601,803,o), -(624,803,cs), -(655,803,o), -(665,776,o), -(700,776,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(312,777,o), -(336,787,o), -(357,825,c), -(342,836,l), -(328,817,o), -(313,807,o), -(294,807,cs), -(266,807,o), -(243,835,o), -(213,835,cs), -(190,835,o), -(169,820,o), -(149,786,c), -(164,775,l), -(181,797,o), -(197,804,o), -(210,804,cs), -(238,804,o), -(257,777,o), -(291,777,cs) -); -} -); -width = 280; -}, -{ -anchors = ( -{ -name = _top; -pos = (318,679); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(452,745,o), -(496,765,o), -(538,843,c), -(470,882,l), -(454,858,o), -(437,850,o), -(414,850,cs), -(372,850,o), -(338,878,o), -(285,878,cs), -(234,878,o), -(188,859,o), -(145,779,c), -(213,740,l), -(230,761,o), -(250,773,o), -(275,773,cs), -(312,773,o), -(348,745,o), -(400,745,cs) -); -} -); -width = 459; -}, -{ -anchors = ( -{ -name = _top; -pos = (274,672); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(399,776,o), -(429,790,o), -(460,825,c), -(442,838,l), -(421,817,o), -(397,808,o), -(375,808,cs), -(329,807,o), -(286,836,o), -(245,836,cs), -(206,836,o), -(181,822,o), -(149,786,c), -(166,774,l), -(188,796,o), -(206,803,o), -(231,803,cs), -(274,803,o), -(301,776,o), -(361,776,cs) -); -} -); -width = 383; -}, -{ -anchors = ( -{ -name = _top; -pos = (344,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(355,898,o), -(294,863,o), -(250,775,c), -(317,728,l), -(326,739,o), -(344,768,o), -(385,768,cs), -(435,768,o), -(450,730,o), -(504,730,cs), -(548,730,o), -(609,756,o), -(659,847,c), -(594,897,l), -(568,871,o), -(547,858,o), -(524,858,cs), -(476,858,o), -(461,898,o), -(406,898,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(485,736,o), -(540,758,o), -(592,846,c), -(518,894,l), -(495,868,o), -(469,857,o), -(445,857,cs), -(401,857,o), -(362,892,o), -(303,892,cs), -(256,892,o), -(205,869,o), -(146,782,c), -(220,734,l), -(239,755,o), -(262,771,o), -(292,771,cs), -(337,771,o), -(366,736,o), -(432,736,cs) -); -} -); -width = 513; -}, -{ -anchors = ( -{ -name = _top; -pos = (292,672); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(430,776,o), -(462,790,o), -(496,825,c), -(477,838,l), -(453,817,o), -(426,808,o), -(401,808,cs), -(351,808,o), -(300,836,o), -(254,836,cs), -(211,836,o), -(185,822,o), -(149,786,c), -(167,774,l), -(192,797,o), -(214,803,o), -(239,803,cs), -(289,803,o), -(319,776,o), -(387,776,cs) -); -} -); -width = 419; -}, -{ -anchors = ( -{ -name = _top; -pos = (344,678); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(368,894,o), -(300,859,o), -(249,771,c), -(323,724,l), -(334,735,o), -(354,764,o), -(400,764,cs), -(455,763,o), -(465,726,o), -(534,726,cs), -(583,726,o), -(651,752,o), -(708,843,c), -(636,893,l), -(614,873,o), -(589,854,o), -(556,854,cs), -(503,854,o), -(487,894,o), -(426,894,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(500,736,o), -(554,759,o), -(592,846,c), -(518,894,l), -(498,868,o), -(479,857,o), -(450,857,cs), -(401,857,o), -(365,892,o), -(299,892,cs), -(252,892,o), -(192,868,o), -(146,782,c), -(220,734,l), -(236,756,o), -(257,771,o), -(288,771,cs), -(333,771,o), -(373,736,o), -(439,736,cs) -); -} -); -width = 513; -} -); -metricLeft = "=40"; -metricRight = "=40"; -unicode = 771; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/trademark.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/trademark.glyph deleted file mode 100644 index d2629b5f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/trademark.glyph +++ /dev/null @@ -1,876 +0,0 @@ -{ -glyphname = trademark; -kernLeft = KO_trademark; -layers = ( -{ -guides = ( -{ -pos = (452,415); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(366,415,l), -(366,518,l), -(363,604,l), -(365,604,l), -(405,415,l), -(472,415,l), -(511,604,l), -(514,604,l), -(512,518,l), -(512,415,l), -(608,415,l), -(608,729,l), -(469,729,l), -(441,562,l), -(438,562,l), -(408,729,l), -(269,729,l), -(269,415,l) -); -}, -{ -closed = 1; -nodes = ( -(180,415,l), -(180,639,l), -(237,639,l), -(237,729,l), -(20,729,l), -(20,639,l), -(77,639,l), -(77,415,l) -); -} -); -width = 642; -}, -{ -guides = ( -{ -pos = (160,419); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,419,l), -(303,573,l), -(302,693,l), -(304,693,l), -(376,419,l), -(409,419,l), -(482,693,l), -(484,693,l), -(482,573,l), -(482,419,l), -(510,419,l), -(510,729,l), -(465,729,l), -(393,453,l), -(391,453,l), -(320,729,l), -(277,729,l), -(277,419,l) -); -}, -{ -closed = 1; -nodes = ( -(130,419,l), -(130,704,l), -(219,704,l), -(219,729,l), -(19,729,l), -(19,704,l), -(103,704,l), -(103,419,l) -); -} -); -width = 588; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(400,419,l), -(400,569,l), -(399,686,l), -(401,686,l), -(536,419,l), -(564,419,l), -(699,686,l), -(702,686,l), -(699,569,l), -(699,419,l), -(735,419,l), -(735,729,l), -(687,729,l), -(551,459,l), -(548,459,l), -(412,729,l), -(367,729,l), -(367,419,l) -); -}, -{ -closed = 1; -nodes = ( -(189,419,l), -(189,699,l), -(313,699,l), -(313,729,l), -(36,729,l), -(36,699,l), -(155,699,l), -(155,419,l) -); -} -); -width = 820; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(505,415,l), -(505,500,l), -(504,579,l), -(507,579,l), -(573,415,l), -(670,415,l), -(736,579,l), -(739,579,l), -(739,500,l), -(739,415,l), -(860,415,l), -(860,729,l), -(686,729,l), -(625,574,l), -(621,574,l), -(558,729,l), -(383,729,l), -(383,415,l) -); -}, -{ -closed = 1; -nodes = ( -(247,415,l), -(247,619,l), -(343,619,l), -(343,729,l), -(22,729,l), -(22,619,l), -(117,619,l), -(117,415,l) -); -} -); -width = 915; -}, -{ -guides = ( -{ -pos = (150,419); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(293,419,l), -(293,573,l), -(292,693,l), -(294,693,l), -(366,419,l), -(399,419,l), -(472,693,l), -(474,693,l), -(472,573,l), -(472,419,l), -(500,419,l), -(500,729,l), -(455,729,l), -(383,453,l), -(381,453,l), -(310,729,l), -(267,729,l), -(267,419,l) -); -}, -{ -closed = 1; -nodes = ( -(120,419,l), -(120,704,l), -(209,704,l), -(209,729,l), -(9,729,l), -(9,704,l), -(93,704,l), -(93,419,l) -); -} -); -width = 558; -}, -{ -guides = ( -{ -pos = (442,415); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(356,415,l), -(356,518,l), -(353,604,l), -(355,604,l), -(395,415,l), -(462,415,l), -(501,604,l), -(504,604,l), -(502,518,l), -(502,415,l), -(598,415,l), -(598,729,l), -(459,729,l), -(431,562,l), -(428,562,l), -(398,729,l), -(259,729,l), -(259,415,l) -); -}, -{ -closed = 1; -nodes = ( -(170,415,l), -(170,639,l), -(227,639,l), -(227,729,l), -(10,729,l), -(10,639,l), -(67,639,l), -(67,415,l) -); -} -); -width = 622; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(373,419,l), -(373,569,l), -(372,686,l), -(374,686,l), -(497,419,l), -(525,419,l), -(648,686,l), -(651,686,l), -(648,569,l), -(648,419,l), -(683,419,l), -(683,729,l), -(636,729,l), -(512,459,l), -(509,459,l), -(385,729,l), -(341,729,l), -(341,419,l) -); -}, -{ -closed = 1; -nodes = ( -(177,419,l), -(177,699,l), -(291,699,l), -(291,729,l), -(34,729,l), -(34,699,l), -(144,699,l), -(144,419,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 770; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(459,415,l), -(459,507,l), -(458,590,l), -(461,590,l), -(516,415,l), -(605,415,l), -(660,590,l), -(663,590,l), -(662,507,l), -(662,415,l), -(774,415,l), -(774,729,l), -(614,729,l), -(564,562,l), -(560,562,l), -(508,729,l), -(348,729,l), -(348,415,l) -); -}, -{ -closed = 1; -nodes = ( -(219,415,l), -(219,627,l), -(303,627,l), -(303,729,l), -(17,729,l), -(17,627,l), -(99,627,l), -(99,415,l) -); -} -); -width = 820; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(390,419,l), -(390,569,l), -(389,686,l), -(391,686,l), -(526,419,l), -(554,419,l), -(689,686,l), -(692,686,l), -(689,569,l), -(689,419,l), -(725,419,l), -(725,729,l), -(677,729,l), -(541,459,l), -(538,459,l), -(402,729,l), -(357,729,l), -(357,419,l) -); -}, -{ -closed = 1; -nodes = ( -(179,419,l), -(179,699,l), -(303,699,l), -(303,729,l), -(26,729,l), -(26,699,l), -(145,699,l), -(145,419,l) -); -} -); -width = 800; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(495,415,l), -(495,500,l), -(494,579,l), -(497,579,l), -(563,415,l), -(660,415,l), -(726,579,l), -(729,579,l), -(729,500,l), -(729,415,l), -(850,415,l), -(850,729,l), -(676,729,l), -(615,574,l), -(611,574,l), -(548,729,l), -(373,729,l), -(373,415,l) -); -}, -{ -closed = 1; -nodes = ( -(237,415,l), -(237,619,l), -(333,619,l), -(333,729,l), -(12,729,l), -(12,619,l), -(107,619,l), -(107,415,l) -); -} -); -width = 895; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(388,419,l), -(388,569,l), -(387,686,l), -(389,686,l), -(510,419,l), -(538,419,l), -(657,686,l), -(660,686,l), -(657,569,l), -(657,419,l), -(692,419,l), -(692,729,l), -(646,729,l), -(525,459,l), -(522,459,l), -(400,729,l), -(356,729,l), -(356,419,l) -); -}, -{ -closed = 1; -nodes = ( -(196,419,l), -(196,699,l), -(308,699,l), -(308,729,l), -(55,729,l), -(55,699,l), -(163,699,l), -(163,419,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 803; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(469,415,l), -(469,507,l), -(468,590,l), -(471,590,l), -(524,415,l), -(612,415,l), -(663,590,l), -(666,590,l), -(665,507,l), -(665,415,l), -(776,415,l), -(776,729,l), -(618,729,l), -(571,562,l), -(567,562,l), -(518,729,l), -(359,729,l), -(359,415,l) -); -}, -{ -closed = 1; -nodes = ( -(235,415,l), -(235,627,l), -(316,627,l), -(316,729,l), -(37,729,l), -(37,627,l), -(116,627,l), -(116,415,l) -); -} -); -width = 843; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(334,419,l), -(366,573,l), -(391,693,l), -(393,693,l), -(406,419,l), -(439,419,l), -(568,693,l), -(570,693,l), -(543,573,l), -(511,419,l), -(540,419,l), -(603,729,l), -(559,729,l), -(431,453,l), -(429,453,l), -(415,729,l), -(373,729,l), -(308,419,l) -); -}, -{ -closed = 1; -nodes = ( -(163,419,l), -(222,704,l), -(310,704,l), -(315,729,l), -(117,729,l), -(112,704,l), -(195,704,l), -(136,419,l) -); -} -); -width = 584; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,415,l), -(412,518,l), -(428,604,l), -(430,604,l), -(430,415,l), -(496,415,l), -(575,604,l), -(578,604,l), -(556,518,l), -(536,415,l), -(631,415,l), -(697,729,l), -(559,729,l), -(496,562,l), -(493,562,l), -(499,729,l), -(360,729,l), -(295,415,l) -); -}, -{ -closed = 1; -nodes = ( -(207,415,l), -(254,639,l), -(311,639,l), -(330,729,l), -(115,729,l), -(96,639,l), -(152,639,l), -(105,415,l) -); -} -); -width = 636; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(422,419,l), -(453,569,l), -(477,686,l), -(479,686,l), -(545,419,l), -(573,419,l), -(750,686,l), -(753,686,l), -(725,569,l), -(694,419,l), -(729,419,l), -(793,729,l), -(747,729,l), -(568,459,l), -(565,459,l), -(498,729,l), -(455,729,l), -(390,419,l) -); -}, -{ -closed = 1; -nodes = ( -(228,419,l), -(286,699,l), -(399,699,l), -(405,729,l), -(151,729,l), -(145,699,l), -(254,699,l), -(195,419,l) -); -} -); -width = 807; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(505,415,l), -(525,507,l), -(541,590,l), -(544,590,l), -(561,415,l), -(650,415,l), -(741,590,l), -(744,590,l), -(726,507,l), -(707,415,l), -(817,415,l), -(883,729,l), -(725,729,l), -(640,562,l), -(636,562,l), -(620,729,l), -(460,729,l), -(395,415,l) -); -}, -{ -closed = 1; -nodes = ( -(267,415,l), -(312,627,l), -(396,627,l), -(417,729,l), -(134,729,l), -(112,627,l), -(194,627,l), -(149,415,l) -); -} -); -width = 857; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(430,419,l), -(460,569,l), -(484,686,l), -(486,686,l), -(564,419,l), -(592,419,l), -(781,686,l), -(784,686,l), -(757,569,l), -(726,419,l), -(761,419,l), -(825,729,l), -(778,729,l), -(587,459,l), -(584,459,l), -(506,729,l), -(461,729,l), -(397,419,l) -); -}, -{ -closed = 1; -nodes = ( -(221,419,l), -(279,699,l), -(402,699,l), -(408,729,l), -(133,729,l), -(127,699,l), -(245,699,l), -(187,419,l) -); -} -); -width = 813; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(529,415,l), -(547,500,l), -(563,579,l), -(566,579,l), -(597,415,l), -(693,415,l), -(793,579,l), -(795,579,l), -(778,500,l), -(761,415,l), -(881,415,l), -(947,729,l), -(775,729,l), -(681,574,l), -(678,574,l), -(648,729,l), -(474,729,l), -(409,415,l) -); -}, -{ -closed = 1; -nodes = ( -(274,415,l), -(317,619,l), -(412,619,l), -(435,729,l), -(118,729,l), -(94,619,l), -(188,619,l), -(145,415,l) -); -} -); -width = 907; -} -); -unicode = 8482; -userData = { -KernOnSpecialSpacing = { -L = superiors; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/two.blackC_ircled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/two.blackC_ircled.glyph deleted file mode 100644 index f29cd84e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/two.blackC_ircled.glyph +++ /dev/null @@ -1,2110 +0,0 @@ -{ -color = 0; -glyphname = two.blackCircled; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,183,ls), -(228,286,o), -(370,389,o), -(370,464,cs), -(370,488,o), -(365,500,o), -(350,500,cs), -(328,500,o), -(327,470,o), -(330,438,c), -(222,438,l), -(217,528,o), -(260,592,o), -(350,592,cs), -(429,592,o), -(480,556,o), -(480,465,cs), -(480,367,o), -(368,276,o), -(365,245,c), -(483,245,l), -(483,154,l), -(228,154,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,178,ls), -(229,281,o), -(371,384,o), -(371,459,cs), -(371,483,o), -(366,495,o), -(351,495,cs), -(329,495,o), -(328,465,o), -(331,433,c), -(223,433,l), -(218,523,o), -(261,587,o), -(351,587,cs), -(430,587,o), -(481,551,o), -(481,460,cs), -(481,362,o), -(369,271,o), -(366,240,c), -(484,240,l), -(484,149,l), -(229,149,l) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,157,ls), -(260,271,o), -(403,358,o), -(403,478,cs), -(403,533,o), -(380,558,o), -(346,558,cs), -(301,558,o), -(286,516,o), -(287,452,c), -(258,452,l), -(255,541,o), -(291,584,o), -(346,584,cs), -(403,584,o), -(432,540,o), -(432,480,cs), -(432,355,o), -(294,256,o), -(294,172,c), -(440,172,l), -(440,146,l), -(260,146,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,159,ls), -(260,273,o), -(403,360,o), -(403,480,cs), -(403,535,o), -(380,560,o), -(346,560,cs), -(301,560,o), -(286,518,o), -(287,454,c), -(258,454,l), -(255,543,o), -(291,586,o), -(346,586,cs), -(403,586,o), -(432,542,o), -(432,482,cs), -(432,357,o), -(294,258,o), -(294,174,c), -(440,174,l), -(440,148,l), -(260,148,l) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,155,ls), -(276,316,o), -(563,310,o), -(563,454,cs), -(563,518,o), -(513,551,o), -(441,551,cs), -(359,551,o), -(312,508,o), -(312,445,c), -(277,445,l), -(278,533,o), -(344,582,o), -(443,582,cs), -(543,582,o), -(601,531,o), -(601,456,cs), -(601,298,o), -(324,286,o), -(319,175,c), -(609,175,l), -(609,144,l), -(276,144,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(275,161,ls), -(275,322,o), -(562,316,o), -(562,460,cs), -(562,524,o), -(512,557,o), -(440,557,cs), -(358,557,o), -(311,514,o), -(311,451,c), -(276,451,l), -(277,539,o), -(343,588,o), -(442,588,cs), -(542,588,o), -(600,537,o), -(600,462,cs), -(600,304,o), -(323,292,o), -(318,181,c), -(608,181,l), -(608,150,l), -(275,150,l) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,178,ls), -(241,346,o), -(468,372,o), -(468,447,cs), -(468,472,o), -(444,481,o), -(435,481,cs), -(407,481,o), -(392,466,o), -(387,434,c), -(243,434,l), -(257,545,o), -(323,594,o), -(440,594,cs), -(552,594,o), -(617,537,o), -(617,450,cs), -(617,334,o), -(486,288,o), -(441,269,c), -(618,269,l), -(618,157,l), -(241,157,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,174,ls), -(241,342,o), -(468,368,o), -(468,443,cs), -(468,468,o), -(454,477,o), -(435,477,cs), -(407,477,o), -(392,462,o), -(387,430,c), -(243,430,l), -(257,541,o), -(323,590,o), -(440,590,cs), -(552,590,o), -(617,533,o), -(617,446,cs), -(617,330,o), -(486,284,o), -(441,265,c), -(618,265,l), -(618,153,l), -(241,153,l) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,157,ls), -(260,271,o), -(403,358,o), -(403,478,cs), -(403,533,o), -(380,558,o), -(346,558,cs), -(301,558,o), -(286,516,o), -(287,452,c), -(258,452,l), -(255,541,o), -(291,584,o), -(346,584,cs), -(403,584,o), -(432,540,o), -(432,480,cs), -(432,355,o), -(294,256,o), -(294,172,c), -(440,172,l), -(440,146,l), -(260,146,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,159,ls), -(240,273,o), -(383,360,o), -(383,480,cs), -(383,535,o), -(360,560,o), -(326,560,cs), -(281,560,o), -(266,518,o), -(267,454,c), -(238,454,l), -(235,543,o), -(271,586,o), -(326,586,cs), -(383,586,o), -(412,542,o), -(412,482,cs), -(412,357,o), -(274,258,o), -(274,174,c), -(420,174,l), -(420,148,l), -(240,148,l) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,183,ls), -(228,286,o), -(370,389,o), -(370,464,cs), -(370,488,o), -(365,500,o), -(350,500,cs), -(328,500,o), -(327,470,o), -(330,438,c), -(222,438,l), -(217,528,o), -(260,592,o), -(350,592,cs), -(429,592,o), -(480,556,o), -(480,465,cs), -(480,367,o), -(368,276,o), -(365,245,c), -(483,245,l), -(483,154,l), -(228,154,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(219,178,ls), -(219,281,o), -(361,384,o), -(361,459,cs), -(361,483,o), -(356,495,o), -(341,495,cs), -(319,495,o), -(318,465,o), -(321,433,c), -(213,433,l), -(208,523,o), -(251,587,o), -(341,587,cs), -(420,587,o), -(471,551,o), -(471,460,cs), -(471,362,o), -(359,271,o), -(356,240,c), -(474,240,l), -(474,149,l), -(219,149,l) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (416,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(304,158,ls), -(304,308,o), -(533,340,o), -(533,462,cs), -(533,518,o), -(496,552,o), -(437,552,cs), -(378,552,o), -(334,514,o), -(336,451,c), -(301,450,l), -(299,528,o), -(355,582,o), -(438,582,cs), -(518,582,o), -(568,535,o), -(568,463,cs), -(568,326,o), -(351,293,o), -(339,176,c), -(571,176,l), -(571,145,l), -(304,145,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(284,162,ls), -(284,312,o), -(513,344,o), -(513,466,cs), -(513,522,o), -(476,556,o), -(417,556,cs), -(358,556,o), -(314,518,o), -(316,455,c), -(281,455,l), -(279,533,o), -(335,586,o), -(418,586,cs), -(498,586,o), -(548,539,o), -(548,467,cs), -(548,330,o), -(331,297,o), -(319,180,c), -(551,180,l), -(551,149,l), -(284,149,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -place = ( -413, -222 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -138, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -613, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -306, -38 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -570, -42 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --11, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --11, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,169,ls), -(262,345,o), -(462,371,o), -(462,446,cs), -(462,466,o), -(446,477,o), -(429,477,cs), -(399,477,o), -(389,456,o), -(388,437,c), -(262,437,l), -(269,526,o), -(330,584,o), -(436,584,cs), -(529,584,o), -(590,529,o), -(590,452,cs), -(590,335,o), -(445,292,o), -(407,257,c), -(587,257,l), -(587,147,l), -(262,147,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(243,173,ls), -(243,349,o), -(443,375,o), -(443,450,cs), -(443,470,o), -(427,481,o), -(410,481,cs), -(380,481,o), -(370,460,o), -(369,441,c), -(243,441,l), -(250,530,o), -(311,588,o), -(417,588,cs), -(510,588,o), -(571,533,o), -(571,456,cs), -(571,339,o), -(426,296,o), -(388,261,c), -(568,261,l), -(568,151,l), -(243,151,l) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,155,ls), -(276,316,o), -(563,310,o), -(563,454,cs), -(563,518,o), -(513,551,o), -(441,551,cs), -(359,551,o), -(312,508,o), -(312,445,c), -(277,445,l), -(278,533,o), -(344,582,o), -(443,582,cs), -(543,582,o), -(601,531,o), -(601,456,cs), -(601,298,o), -(324,286,o), -(319,175,c), -(609,175,l), -(609,144,l), -(276,144,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(265,161,ls), -(265,322,o), -(552,316,o), -(552,460,cs), -(552,524,o), -(502,557,o), -(430,557,cs), -(348,557,o), -(301,514,o), -(301,451,c), -(266,451,l), -(267,539,o), -(333,588,o), -(432,588,cs), -(532,588,o), -(590,537,o), -(590,462,cs), -(590,304,o), -(313,292,o), -(308,181,c), -(598,181,l), -(598,150,l), -(265,150,l) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,178,ls), -(241,346,o), -(468,372,o), -(468,447,cs), -(468,472,o), -(444,481,o), -(435,481,cs), -(407,481,o), -(392,466,o), -(387,434,c), -(243,434,l), -(257,545,o), -(323,594,o), -(440,594,cs), -(552,594,o), -(617,537,o), -(617,450,cs), -(617,334,o), -(486,288,o), -(441,269,c), -(618,269,l), -(618,157,l), -(241,157,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(231,174,ls), -(231,342,o), -(458,368,o), -(458,443,cs), -(458,468,o), -(444,477,o), -(425,477,cs), -(397,477,o), -(382,462,o), -(377,430,c), -(233,430,l), -(247,541,o), -(313,590,o), -(430,590,cs), -(542,590,o), -(607,533,o), -(607,446,cs), -(607,330,o), -(476,284,o), -(431,265,c), -(608,265,l), -(608,153,l), -(231,153,l) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (431,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(304,158,ls), -(304,308,o), -(533,340,o), -(533,462,cs), -(533,518,o), -(496,552,o), -(437,552,cs), -(378,552,o), -(334,514,o), -(336,451,c), -(301,450,l), -(299,528,o), -(355,582,o), -(438,582,cs), -(518,582,o), -(568,535,o), -(568,463,cs), -(568,326,o), -(351,293,o), -(339,176,c), -(571,176,l), -(571,145,l), -(304,145,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(301,162,ls), -(301,312,o), -(526,344,o), -(526,466,cs), -(526,522,o), -(489,556,o), -(432,556,cs), -(373,556,o), -(331,518,o), -(333,455,c), -(298,455,l), -(296,533,o), -(350,586,o), -(433,586,cs), -(511,586,o), -(559,539,o), -(559,467,cs), -(559,330,o), -(347,297,o), -(336,180,c), -(562,180,l), -(562,149,l), -(301,149,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 0; -options = 0; -place = ( -413, -222 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -138, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -613, -36 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -306, -38 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -570, -42 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --11, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --11, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,169,ls), -(262,345,o), -(462,371,o), -(462,446,cs), -(462,466,o), -(446,477,o), -(429,477,cs), -(399,477,o), -(389,456,o), -(388,437,c), -(262,437,l), -(269,526,o), -(330,584,o), -(436,584,cs), -(529,584,o), -(590,529,o), -(590,452,cs), -(590,335,o), -(445,292,o), -(407,257,c), -(587,257,l), -(587,147,l), -(262,147,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(257,173,ls), -(257,349,o), -(451,375,o), -(451,450,cs), -(451,470,o), -(437,481,o), -(421,481,cs), -(392,481,o), -(383,460,o), -(382,441,c), -(257,441,l), -(264,530,o), -(324,588,o), -(428,588,cs), -(519,588,o), -(578,533,o), -(578,456,cs), -(578,339,o), -(439,296,o), -(401,261,c), -(575,261,l), -(575,151,l), -(257,151,l) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(297,157,ls), -(297,271,o), -(440,358,o), -(440,478,cs), -(440,533,o), -(417,558,o), -(383,558,cs), -(338,558,o), -(323,516,o), -(324,452,c), -(295,452,l), -(292,541,o), -(328,584,o), -(383,584,cs), -(440,584,o), -(469,540,o), -(469,480,cs), -(469,355,o), -(331,256,o), -(331,172,c), -(477,172,l), -(477,146,l), -(297,146,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(297,159,ls), -(297,273,o), -(440,360,o), -(440,480,cs), -(440,535,o), -(417,560,o), -(383,560,cs), -(338,560,o), -(323,518,o), -(324,454,c), -(295,454,l), -(292,543,o), -(328,586,o), -(383,586,cs), -(440,586,o), -(469,542,o), -(469,482,cs), -(469,357,o), -(331,258,o), -(331,174,c), -(477,174,l), -(477,148,l), -(297,148,l) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,183,ls), -(260,286,o), -(402,389,o), -(402,464,cs), -(402,488,o), -(397,500,o), -(382,500,cs), -(360,500,o), -(359,470,o), -(362,438,c), -(254,438,l), -(249,528,o), -(292,592,o), -(382,592,cs), -(461,592,o), -(512,556,o), -(512,465,cs), -(512,367,o), -(400,276,o), -(397,245,c), -(515,245,l), -(515,154,l), -(260,154,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(261,178,ls), -(261,281,o), -(403,384,o), -(403,459,cs), -(403,483,o), -(398,495,o), -(383,495,cs), -(361,495,o), -(360,465,o), -(363,433,c), -(255,433,l), -(250,523,o), -(293,587,o), -(383,587,cs), -(462,587,o), -(513,551,o), -(513,460,cs), -(513,362,o), -(401,271,o), -(398,240,c), -(516,240,l), -(516,149,l), -(261,149,l) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467.5,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(336,158,ls), -(336,308,o), -(565,340,o), -(565,462,cs), -(565,518,o), -(528,552,o), -(469,552,cs), -(410,552,o), -(366,514,o), -(368,451,c), -(333,450,l), -(331,528,o), -(387,582,o), -(470,582,cs), -(550,582,o), -(600,535,o), -(600,463,cs), -(600,326,o), -(383,293,o), -(371,176,c), -(603,176,l), -(603,145,l), -(336,145,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(336,162,ls), -(336,312,o), -(565,344,o), -(565,466,cs), -(565,522,o), -(528,556,o), -(469,556,cs), -(410,556,o), -(366,518,o), -(368,455,c), -(333,455,l), -(331,533,o), -(387,586,o), -(470,586,cs), -(550,586,o), -(600,539,o), -(600,467,cs), -(600,330,o), -(383,297,o), -(371,180,c), -(603,180,l), -(603,149,l), -(336,149,l) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (455.5,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(290,169,ls), -(290,345,o), -(490,371,o), -(490,446,cs), -(490,466,o), -(474,477,o), -(457,477,cs), -(427,477,o), -(417,456,o), -(416,437,c), -(290,437,l), -(297,526,o), -(358,584,o), -(464,584,cs), -(557,584,o), -(618,529,o), -(618,452,cs), -(618,335,o), -(473,292,o), -(435,257,c), -(615,257,l), -(615,147,l), -(290,147,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(292,173,ls), -(292,349,o), -(492,375,o), -(492,450,cs), -(492,470,o), -(476,481,o), -(459,481,cs), -(429,481,o), -(419,460,o), -(418,441,c), -(292,441,l), -(299,530,o), -(360,588,o), -(466,588,cs), -(559,588,o), -(620,533,o), -(620,456,cs), -(620,339,o), -(475,296,o), -(437,261,c), -(617,261,l), -(617,151,l), -(292,151,l) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(307,155,ls), -(307,316,o), -(594,310,o), -(594,454,cs), -(594,518,o), -(544,551,o), -(472,551,cs), -(390,551,o), -(343,508,o), -(343,445,c), -(308,445,l), -(309,533,o), -(375,582,o), -(474,582,cs), -(574,582,o), -(632,531,o), -(632,456,cs), -(632,298,o), -(355,286,o), -(350,175,c), -(640,175,l), -(640,144,l), -(307,144,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(306,161,ls), -(306,322,o), -(593,316,o), -(593,460,cs), -(593,524,o), -(543,557,o), -(471,557,cs), -(389,557,o), -(342,514,o), -(342,451,c), -(307,451,l), -(308,539,o), -(374,588,o), -(473,588,cs), -(573,588,o), -(631,537,o), -(631,462,cs), -(631,304,o), -(354,292,o), -(349,181,c), -(639,181,l), -(639,150,l), -(306,150,l) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,178,ls), -(270,346,o), -(497,372,o), -(497,447,cs), -(497,472,o), -(473,481,o), -(464,481,cs), -(436,481,o), -(421,466,o), -(416,434,c), -(272,434,l), -(286,545,o), -(352,594,o), -(469,594,cs), -(581,594,o), -(646,537,o), -(646,450,cs), -(646,334,o), -(515,288,o), -(470,269,c), -(647,269,l), -(647,157,l), -(270,157,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,174,ls), -(270,342,o), -(497,368,o), -(497,443,cs), -(497,468,o), -(483,477,o), -(464,477,cs), -(436,477,o), -(421,462,o), -(416,430,c), -(272,430,l), -(286,541,o), -(352,590,o), -(469,590,cs), -(581,590,o), -(646,533,o), -(646,446,cs), -(646,330,o), -(515,284,o), -(470,265,c), -(647,265,l), -(647,153,l), -(270,153,l) -); -} -); -width = 880; -} -); -metricLeft = one.circled; -metricRight = one.circled; -unicode = 10103; -userData = { -RMXScaler = { -source = two; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/two.circled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/two.circled.glyph deleted file mode 100644 index 292ff6ce..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/two.circled.glyph +++ /dev/null @@ -1,1521 +0,0 @@ -{ -color = 0; -glyphname = two.circled; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(440,146,l), -(440,172,l), -(294,172,l), -(294,256,o), -(432,355,o), -(432,480,cs), -(432,540,o), -(403,584,o), -(346,584,cs), -(291,584,o), -(255,541,o), -(258,452,c), -(287,452,l), -(286,516,o), -(301,558,o), -(346,558,cs), -(380,558,o), -(403,533,o), -(403,478,cs), -(403,358,o), -(260,271,o), -(260,157,cs), -(260,146,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (229,188); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(483,154,l), -(483,245,l), -(365,245,l), -(368,276,o), -(480,367,o), -(480,465,cs), -(480,556,o), -(429,592,o), -(350,592,cs), -(260,592,o), -(217,528,o), -(222,438,c), -(330,438,l), -(327,470,o), -(328,500,o), -(350,500,cs), -(365,500,o), -(370,488,o), -(370,464,cs), -(370,389,o), -(228,286,o), -(228,183,cs), -(228,154,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (211,189); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 706; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(609,144,l), -(609,175,l), -(319,175,l), -(324,286,o), -(601,298,o), -(601,456,cs), -(601,531,o), -(543,582,o), -(443,582,cs), -(344,582,o), -(278,533,o), -(277,445,c), -(312,445,l), -(312,508,o), -(359,551,o), -(441,551,cs), -(513,551,o), -(563,518,o), -(563,454,cs), -(563,310,o), -(276,316,o), -(276,155,cs), -(276,144,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (243,190); -ref = twoinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(618,157,l), -(618,269,l), -(441,269,l), -(486,288,o), -(617,334,o), -(617,450,cs), -(617,537,o), -(552,594,o), -(440,594,cs), -(323,594,o), -(257,545,o), -(243,434,c), -(387,434,l), -(392,466,o), -(407,481,o), -(435,481,cs), -(444,481,o), -(468,472,o), -(468,447,cs), -(468,372,o), -(241,346,o), -(241,178,cs), -(241,157,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (229,193); -ref = twoinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(440,146,l), -(440,172,l), -(294,172,l), -(294,256,o), -(432,355,o), -(432,480,cs), -(432,540,o), -(403,584,o), -(346,584,cs), -(291,584,o), -(255,541,o), -(258,452,c), -(287,452,l), -(286,516,o), -(301,558,o), -(346,558,cs), -(380,558,o), -(403,533,o), -(403,478,cs), -(403,358,o), -(260,271,o), -(260,157,cs), -(260,146,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (229,188); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(483,154,l), -(483,245,l), -(365,245,l), -(368,276,o), -(480,367,o), -(480,465,cs), -(480,556,o), -(429,592,o), -(350,592,cs), -(260,592,o), -(217,528,o), -(222,438,c), -(330,438,l), -(327,470,o), -(328,500,o), -(350,500,cs), -(365,500,o), -(370,488,o), -(370,464,cs), -(370,389,o), -(228,286,o), -(228,183,cs), -(228,154,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (210,189); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 686; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(571,145,l), -(571,176,l), -(339,176,l), -(351,293,o), -(568,326,o), -(568,463,cs), -(568,535,o), -(518,582,o), -(438,582,cs), -(355,582,o), -(299,528,o), -(301,450,c), -(336,451,l), -(334,514,o), -(378,552,o), -(437,552,cs), -(496,552,o), -(533,518,o), -(533,462,cs), -(533,340,o), -(304,308,o), -(304,158,cs), -(304,145,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (250,189); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 871; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(587,147,l), -(587,257,l), -(407,257,l), -(445,292,o), -(590,335,o), -(590,452,cs), -(590,529,o), -(529,584,o), -(436,584,cs), -(330,584,o), -(269,526,o), -(262,437,c), -(388,437,l), -(389,456,o), -(399,477,o), -(429,477,cs), -(446,477,o), -(462,466,o), -(462,446,cs), -(462,371,o), -(262,345,o), -(262,169,cs), -(262,147,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (237,191); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 835; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(609,144,l), -(609,175,l), -(319,175,l), -(324,286,o), -(601,298,o), -(601,456,cs), -(601,531,o), -(543,582,o), -(443,582,cs), -(344,582,o), -(278,533,o), -(277,445,c), -(312,445,l), -(312,508,o), -(359,551,o), -(441,551,cs), -(513,551,o), -(563,518,o), -(563,454,cs), -(563,310,o), -(276,316,o), -(276,155,cs), -(276,144,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (243,190); -ref = twoinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(618,157,l), -(618,269,l), -(441,269,l), -(486,288,o), -(617,334,o), -(617,450,cs), -(617,537,o), -(552,594,o), -(440,594,cs), -(323,594,o), -(257,545,o), -(243,434,c), -(387,434,l), -(392,466,o), -(407,481,o), -(435,481,cs), -(444,481,o), -(468,472,o), -(468,447,cs), -(468,372,o), -(241,346,o), -(241,178,cs), -(241,157,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (229,193); -ref = twoinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(571,145,l), -(571,176,l), -(339,176,l), -(351,293,o), -(568,326,o), -(568,463,cs), -(568,535,o), -(518,582,o), -(438,582,cs), -(355,582,o), -(299,528,o), -(301,450,c), -(336,451,l), -(334,514,o), -(378,552,o), -(437,552,cs), -(496,552,o), -(533,518,o), -(533,462,cs), -(533,340,o), -(304,308,o), -(304,158,cs), -(304,145,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (246,189); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 858; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(587,147,l), -(587,257,l), -(407,257,l), -(445,292,o), -(590,335,o), -(590,452,cs), -(590,529,o), -(529,584,o), -(436,584,cs), -(330,584,o), -(269,526,o), -(262,437,c), -(388,437,l), -(389,456,o), -(399,477,o), -(429,477,cs), -(446,477,o), -(462,466,o), -(462,446,cs), -(462,371,o), -(262,345,o), -(262,169,cs), -(262,147,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (235,191); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 834; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(477,146,l), -(477,172,l), -(331,172,l), -(331,256,o), -(469,355,o), -(469,480,cs), -(469,540,o), -(440,584,o), -(383,584,cs), -(328,584,o), -(292,541,o), -(295,452,c), -(324,452,l), -(323,516,o), -(338,558,o), -(383,558,cs), -(417,558,o), -(440,533,o), -(440,478,cs), -(440,358,o), -(297,271,o), -(297,157,cs), -(297,146,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (266,188); -ref = twoinferior; -} -); -width = 727; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(515,154,l), -(515,245,l), -(397,245,l), -(400,276,o), -(512,367,o), -(512,465,cs), -(512,556,o), -(461,592,o), -(382,592,cs), -(292,592,o), -(249,528,o), -(254,438,c), -(362,438,l), -(359,470,o), -(360,500,o), -(382,500,cs), -(397,500,o), -(402,488,o), -(402,464,cs), -(402,389,o), -(260,286,o), -(260,183,cs), -(260,154,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (243,189); -ref = twoinferior; -} -); -width = 731; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(603,145,l), -(603,176,l), -(371,176,l), -(383,293,o), -(600,326,o), -(600,463,cs), -(600,535,o), -(550,582,o), -(470,582,cs), -(387,582,o), -(331,528,o), -(333,450,c), -(368,451,l), -(366,514,o), -(410,552,o), -(469,552,cs), -(528,552,o), -(565,518,o), -(565,462,cs), -(565,340,o), -(336,308,o), -(336,158,cs), -(336,145,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = master01; -pos = (306,186); -ref = twoinferior; -} -); -width = 891; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(615,147,l), -(615,257,l), -(435,257,l), -(473,292,o), -(618,335,o), -(618,452,cs), -(618,529,o), -(557,584,o), -(464,584,cs), -(358,584,o), -(297,526,o), -(290,437,c), -(416,437,l), -(417,456,o), -(427,477,o), -(457,477,cs), -(474,477,o), -(490,466,o), -(490,446,cs), -(490,371,o), -(290,345,o), -(290,169,cs), -(290,147,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (301,188); -ref = twoinferior; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(640,144,l), -(640,175,l), -(350,175,l), -(355,286,o), -(632,298,o), -(632,456,cs), -(632,531,o), -(574,582,o), -(474,582,cs), -(375,582,o), -(309,533,o), -(308,445,c), -(343,445,l), -(343,508,o), -(390,551,o), -(472,551,cs), -(544,551,o), -(594,518,o), -(594,454,cs), -(594,310,o), -(307,316,o), -(307,155,cs), -(307,144,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (274,190); -ref = twoinferior; -} -); -width = 903; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(647,157,l), -(647,269,l), -(470,269,l), -(515,288,o), -(646,334,o), -(646,450,cs), -(646,537,o), -(581,594,o), -(469,594,cs), -(352,594,o), -(286,545,o), -(272,434,c), -(416,434,l), -(421,466,o), -(436,481,o), -(464,481,cs), -(473,481,o), -(497,472,o), -(497,447,cs), -(497,372,o), -(270,346,o), -(270,178,cs), -(270,157,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (258,193); -ref = twoinferior; -} -); -width = 880; -} -); -metricLeft = one.sansSerifCircled; -metricRight = one.sansSerifCircled; -unicode = 9313; -userData = { -RMXScaler = { -source = two; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/two.dnom.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/two.dnom.glyph deleted file mode 100644 index cfbc036e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/two.dnom.glyph +++ /dev/null @@ -1,877 +0,0 @@ -{ -glyphname = two.dnom; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,0,l), -(243,82,l), -(143,82,l), -(146,107,o), -(241,184,o), -(241,269,cs), -(241,349,o), -(195,380,o), -(125,380,cs), -(49,380,o), -(7,326,o), -(12,245,c), -(110,245,l), -(107,277,o), -(110,296,o), -(125,296,cs), -(137,296,o), -(141,286,o), -(141,268,cs), -(141,205,o), -(18,115,o), -(18,27,cs), -(18,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 258; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(198,0,l), -(198,24,l), -(64,24,l), -(64,101,o), -(191,191,o), -(191,306,cs), -(191,361,o), -(164,402,o), -(112,402,cs), -(61,402,o), -(28,361,o), -(31,280,c), -(58,280,l), -(56,339,o), -(71,378,o), -(112,378,cs), -(143,378,o), -(163,354,o), -(163,304,cs), -(163,195,o), -(33,114,o), -(33,10,cs), -(33,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 225; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,0,l), -(338,29,l), -(74,29,l), -(79,130,o), -(332,141,o), -(332,286,cs), -(332,355,o), -(278,401,o), -(186,401,cs), -(95,401,o), -(35,356,o), -(34,276,c), -(67,276,l), -(68,336,o), -(113,372,o), -(185,372,cs), -(250,372,o), -(296,342,o), -(296,284,cs), -(296,153,o), -(33,158,o), -(33,11,cs), -(33,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 371; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,0,l), -(350,95,l), -(183,95,l), -(221,114,o), -(349,153,o), -(349,255,cs), -(349,329,o), -(292,379,o), -(191,379,cs), -(87,379,o), -(27,336,o), -(16,241,c), -(137,241,l), -(141,264,o), -(153,282,o), -(187,282,cs), -(200,282,o), -(222,274,o), -(222,252,cs), -(222,185,o), -(14,163,o), -(14,18,cs), -(14,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 376; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,0,l), -(178,24,l), -(44,24,l), -(44,101,o), -(171,191,o), -(171,306,cs), -(171,361,o), -(144,402,o), -(92,402,cs), -(41,402,o), -(8,361,o), -(11,280,c), -(38,280,l), -(36,339,o), -(51,378,o), -(92,378,cs), -(123,378,o), -(143,354,o), -(143,304,cs), -(143,195,o), -(13,114,o), -(13,10,cs), -(13,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 185; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(234,0,l), -(234,82,l), -(134,82,l), -(137,107,o), -(232,184,o), -(232,269,cs), -(232,349,o), -(186,380,o), -(116,380,cs), -(40,380,o), -(-2,326,o), -(3,245,c), -(101,245,l), -(98,277,o), -(101,296,o), -(116,296,cs), -(128,296,o), -(132,286,o), -(132,268,cs), -(132,205,o), -(9,115,o), -(9,27,cs), -(9,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 240; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(279,0,l), -(279,28,l), -(67,28,l), -(77,136,o), -(277,166,o), -(277,291,cs), -(277,357,o), -(231,401,o), -(157,401,cs), -(78,401,o), -(30,347,o), -(32,280,c), -(64,280,l), -(62,335,o), -(99,373,o), -(157,373,cs), -(211,373,o), -(244,342,o), -(244,291,cs), -(244,179,o), -(34,149,o), -(34,12,cs), -(34,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 311; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(299,0,l), -(299,97,l), -(136,97,l), -(170,126,o), -(302,163,o), -(302,264,cs), -(302,331,o), -(247,379,o), -(164,379,cs), -(74,379,o), -(14,332,o), -(8,251,c), -(120,251,l), -(120,269,o), -(132,284,o), -(158,284,cs), -(174,284,o), -(189,275,o), -(189,259,cs), -(189,195,o), -(8,173,o), -(8,20,cs), -(8,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; -}; -width = 317; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(328,0,l), -(328,29,l), -(64,29,l), -(69,130,o), -(322,141,o), -(322,286,cs), -(322,355,o), -(268,401,o), -(176,401,cs), -(85,401,o), -(25,356,o), -(24,276,c), -(57,276,l), -(58,336,o), -(103,372,o), -(175,372,cs), -(240,372,o), -(286,342,o), -(286,284,cs), -(286,153,o), -(23,158,o), -(23,11,cs), -(23,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 351; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(340,0,l), -(340,95,l), -(173,95,l), -(211,114,o), -(339,153,o), -(339,255,cs), -(339,329,o), -(282,379,o), -(181,379,cs), -(77,379,o), -(17,336,o), -(6,241,c), -(127,241,l), -(131,264,o), -(143,282,o), -(177,282,cs), -(190,282,o), -(212,274,o), -(212,252,cs), -(212,185,o), -(4,163,o), -(4,18,cs), -(4,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 356; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(296,0,l), -(296,28,l), -(88,28,l), -(98,136,o), -(294,166,o), -(294,291,cs), -(294,357,o), -(249,401,o), -(176,401,cs), -(99,401,o), -(52,347,o), -(53,280,c), -(85,280,l), -(83,335,o), -(120,373,o), -(176,373,cs), -(230,373,o), -(261,342,o), -(261,291,cs), -(261,179,o), -(55,149,o), -(55,12,cs), -(55,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 349; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(306,0,l), -(306,97,l), -(154,97,l), -(189,127,o), -(309,163,o), -(309,264,cs), -(309,331,o), -(256,379,o), -(177,379,cs), -(92,379,o), -(34,332,o), -(28,251,c), -(139,251,l), -(139,269,o), -(149,284,o), -(171,284,cs), -(184,284,o), -(197,275,o), -(197,259,cs), -(197,195,o), -(28,173,o), -(28,20,cs), -(28,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; -}; -width = 343; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,0,l), -(148,24,l), -(15,24,l), -(26,103,o), -(172,175,o), -(198,298,cs), -(210,357,o), -(191,402,o), -(133,402,cs), -(85,402,o), -(51,362,o), -(38,290,c), -(65,290,l), -(74,345,o), -(96,377,o), -(131,377,cs), -(169,377,o), -(181,345,o), -(171,299,cs), -(149,193,o), -(2,122,o), -(-18,17,cs), -(-21,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 224; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,0,l), -(204,82,l), -(105,82,l), -(115,107,o), -(221,172,o), -(239,258,cs), -(256,338,o), -(215,380,o), -(136,380,cs), -(63,380,o), -(20,325,o), -(9,250,c), -(107,250,l), -(111,282,o), -(119,296,o), -(130,296,cs), -(145,296,o), -(144,282,o), -(140,263,cs), -(129,213,o), -(-13,125,o), -(-31,31,cs), -(-37,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 259; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(253,0,l), -(259,28,l), -(53,28,l), -(77,133,o), -(298,160,o), -(298,296,cs), -(298,358,o), -(254,401,o), -(188,401,cs), -(114,401,o), -(65,357,o), -(54,283,c), -(86,283,l), -(95,339,o), -(129,373,o), -(187,373,cs), -(235,373,o), -(267,342,o), -(267,295,cs), -(267,176,o), -(41,149,o), -(16,22,cs), -(12,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 353; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(268,0,l), -(288,97,l), -(133,97,l), -(179,134,o), -(311,165,o), -(311,270,cs), -(311,337,o), -(258,380,o), -(181,380,cs), -(99,380,o), -(36,327,o), -(27,250,c), -(134,250,l), -(133,273,o), -(150,287,o), -(171,287,cs), -(190,287,o), -(202,276,o), -(202,261,cs), -(202,195,o), -(-5,176,o), -(-23,7,cs), -(-24,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 356; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(285,0,l), -(291,29,l), -(30,29,l), -(63,137,o), -(332,141,o), -(338,293,cs), -(341,361,o), -(294,402,o), -(211,402,cs), -(122,402,o), -(55,357,o), -(39,276,c), -(74,276,l), -(85,333,o), -(134,373,o), -(208,373,cs), -(267,373,o), -(304,345,o), -(302,293,cs), -(297,157,o), -(12,164,o), -(-16,11,cs), -(-18,0,l) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 372; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(310,0,l), -(328,97,l), -(166,97,l), -(237,132,o), -(351,162,o), -(351,264,cs), -(351,334,o), -(300,380,o), -(189,380,cs), -(89,380,o), -(28,334,o), -(9,246,c), -(133,246,l), -(140,272,o), -(152,285,o), -(185,285,cs), -(209,285,o), -(224,276,o), -(224,254,cs), -(224,189,o), -(-16,166,o), -(-30,9,cs), -(-31,0,l) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 386; -} -); -userData = { -KernOnName = two.dnom; -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = two; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/two.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/two.glyph deleted file mode 100644 index 4bb19b97..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/two.glyph +++ /dev/null @@ -1,1132 +0,0 @@ -{ -glyphname = two; -kernLeft = KO_two; -kernRight = KO_two; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(450,0,l), -(450,150,l), -(169,150,l), -(257,134,l), -(226,154,o), -(297,221,o), -(359,310,cs), -(418,394,o), -(446,449,o), -(446,527,cs), -(446,678,o), -(359,739,o), -(227,739,cs), -(82,739,o), -(4,637,o), -(13,480,c), -(191,480,l), -(187,533,o), -(188,587,o), -(227,587,cs), -(253,587,o), -(263,567,o), -(263,524,cs), -(263,480,o), -(245,444,o), -(198,378,cs), -(110,253,o), -(23,163,o), -(23,49,cs), -(23,0,l) -); -} -); -width = 465; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,0,l), -(322,29,l), -(55,29,l), -(68,22,l), -(64,110,o), -(141,204,o), -(209,307,cs), -(260,387,o), -(307,473,o), -(307,568,cs), -(307,662,o), -(263,739,o), -(171,739,cs), -(79,739,o), -(27,662,o), -(31,520,c), -(64,520,l), -(61,637,o), -(91,710,o), -(171,710,cs), -(233,710,o), -(274,664,o), -(274,565,cs), -(274,477,o), -(232,400,o), -(183,326,cs), -(114,224,o), -(33,128,o), -(33,14,cs), -(33,0,l) -); -} -); -width = 340; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(584,0,l), -(584,34,l), -(53,34,l), -(70,25,l), -(62,141,o), -(205,208,o), -(340,277,cs), -(459,338,o), -(570,400,o), -(570,531,cs), -(570,655,o), -(474,739,o), -(307,739,cs), -(143,739,o), -(35,656,o), -(33,513,c), -(69,513,l), -(72,628,o), -(156,705,o), -(305,705,cs), -(440,705,o), -(531,644,o), -(531,528,cs), -(531,414,o), -(433,363,o), -(324,308,cs), -(187,239,o), -(32,167,o), -(32,17,cs), -(32,0,l) -); -} -); -width = 613; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(635,0,l), -(635,169,l), -(209,169,l), -(294,147,l), -(297,175,o), -(369,203,o), -(447,246,cs), -(536,298,o), -(632,373,o), -(632,499,cs), -(632,643,o), -(524,738,o), -(337,738,cs), -(145,738,o), -(32,655,o), -(12,474,c), -(229,474,l), -(236,531,o), -(266,566,o), -(330,566,cs), -(360,566,o), -(406,546,o), -(406,494,cs), -(406,444,o), -(349,412,o), -(281,371,cs), -(164,300,o), -(9,216,o), -(9,33,cs), -(9,0,l) -); -} -); -width = 655; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,0,l), -(298,29,l), -(34,29,l), -(47,22,l), -(43,108,o), -(118,209,o), -(180,304,cs), -(236,390,o), -(283,466,o), -(283,561,cs), -(283,654,o), -(240,730,o), -(149,730,cs), -(58,730,o), -(7,654,o), -(11,514,c), -(43,514,l), -(40,629,o), -(70,701,o), -(149,701,cs), -(210,701,o), -(251,656,o), -(251,558,cs), -(251,471,o), -(209,405,o), -(156,325,cs), -(93,231,o), -(13,126,o), -(13,14,cs), -(13,0,l) -); -} -); -width = 306; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(432,0,l), -(432,157,l), -(152,157,l), -(213,117,l), -(213,174,o), -(243,208,o), -(307,280,cs), -(402,389,o), -(431,445,o), -(431,527,cs), -(431,666,o), -(360,737,o), -(218,737,cs), -(80,737,o), -(2,636,o), -(4,482,c), -(179,482,l), -(181,546,o), -(191,581,o), -(218,581,cs), -(240,581,o), -(251,564,o), -(251,534,cs), -(251,492,o), -(227,461,o), -(162,384,cs), -(35,235,o), -(8,175,o), -(8,38,cs), -(8,0,l) -); -} -); -width = 441; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(494,0,l), -(494,34,l), -(90,34,l), -(99,242,o), -(483,300,o), -(483,532,cs), -(483,646,o), -(400,730,o), -(272,730,cs), -(139,730,o), -(47,643,o), -(52,515,c), -(86,515,l), -(82,624,o), -(158,696,o), -(269,696,cs), -(375,696,o), -(445,630,o), -(445,529,cs), -(445,309,o), -(51,269,o), -(51,13,cs), -(51,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(480,0,l), -(480,34,l), -(47,34,l), -(63,23,l), -(63,137,o), -(157,210,o), -(267,288,cs), -(395,378,o), -(455,443,o), -(455,539,cs), -(455,659,o), -(376,736,o), -(249,736,cs), -(119,736,o), -(30,647,o), -(25,509,c), -(63,509,l), -(69,628,o), -(141,702,o), -(249,702,cs), -(353,702,o), -(416,641,o), -(416,539,cs), -(416,454,o), -(364,399,o), -(254,321,cs), -(137,238,o), -(27,156,o), -(27,20,cs), -(27,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 494; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(568,0,l), -(568,165,l), -(185,165,l), -(267,133,l), -(263,227,o), -(563,285,o), -(563,511,cs), -(563,639,o), -(465,729,o), -(312,729,cs), -(148,729,o), -(41,639,o), -(31,487,c), -(220,487,l), -(221,532,o), -(247,568,o), -(302,568,cs), -(342,568,o), -(372,544,o), -(372,503,cs), -(372,367,o), -(30,322,o), -(30,35,cs), -(30,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(558,0,l), -(558,165,l), -(177,162,l), -(255,126,l), -(258,167,o), -(316,200,o), -(382,248,cs), -(497,332,o), -(555,398,o), -(555,512,cs), -(555,645,o), -(453,737,o), -(294,737,cs), -(124,737,o), -(12,634,o), -(0,475,c), -(202,475,l), -(207,529,o), -(240,566,o), -(283,566,cs), -(323,566,o), -(351,541,o), -(351,505,cs), -(351,469,o), -(322,444,o), -(235,380,cs), -(62,253,o), -(7,173,o), -(7,35,cs), -(7,0,l) -); -} -); -width = 567; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(583,0,l), -(583,34,l), -(30,34,l), -(44,25,l), -(44,131,o), -(133,192,o), -(332,289,cs), -(508,375,o), -(554,430,o), -(554,535,cs), -(554,652,o), -(461,735,o), -(299,735,cs), -(145,735,o), -(35,656,o), -(23,500,c), -(60,500,l), -(73,628,o), -(159,701,o), -(297,701,cs), -(428,701,o), -(515,641,o), -(515,532,cs), -(515,444,o), -(479,400,o), -(321,324,cs), -(106,221,o), -(10,145,o), -(10,17,cs), -(10,0,l) -); -} -); -width = 590; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,0,l), -(649,170,l), -(198,170,l), -(285,158,l), -(288,186,o), -(366,210,o), -(448,251,cs), -(544,299,o), -(646,369,o), -(646,493,cs), -(646,635,o), -(534,729,o), -(339,729,cs), -(133,729,o), -(16,639,o), -(-6,461,c), -(219,461,l), -(229,526,o), -(266,559,o), -(331,559,cs), -(382,559,o), -(416,530,o), -(416,488,cs), -(416,443,o), -(358,415,o), -(288,379,cs), -(163,315,o), -(-5,237,o), -(-5,46,cs), -(-5,0,l) -); -} -); -width = 657; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(494,0,l), -(494,34,l), -(90,34,l), -(99,242,o), -(483,300,o), -(483,532,cs), -(483,646,o), -(400,730,o), -(272,730,cs), -(139,730,o), -(47,643,o), -(52,515,c), -(86,515,l), -(82,624,o), -(158,696,o), -(269,696,cs), -(375,696,o), -(445,630,o), -(445,529,cs), -(445,309,o), -(51,269,o), -(51,13,cs), -(51,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(481,0,l), -(481,36,l), -(81,36,l), -(97,23,l), -(97,139,o), -(189,210,o), -(284,283,cs), -(404,374,o), -(459,442,o), -(459,539,cs), -(459,660,o), -(385,738,o), -(264,738,cs), -(146,738,o), -(63,649,o), -(62,518,c), -(99,519,l), -(101,628,o), -(167,702,o), -(264,702,cs), -(362,702,o), -(422,641,o), -(422,539,cs), -(422,456,o), -(373,399,o), -(267,318,cs), -(166,241,o), -(61,157,o), -(61,20,cs), -(61,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 525; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(563,0,l), -(563,165,l), -(180,165,l), -(262,133,l), -(258,227,o), -(558,285,o), -(558,511,cs), -(558,639,o), -(460,729,o), -(307,729,cs), -(143,729,o), -(36,639,o), -(26,487,c), -(215,487,l), -(216,532,o), -(242,568,o), -(297,568,cs), -(337,568,o), -(367,544,o), -(367,503,cs), -(367,367,o), -(25,322,o), -(25,35,cs), -(25,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(545,0,l), -(545,167,l), -(155,167,l), -(244,118,l), -(248,156,o), -(322,206,o), -(395,263,cs), -(501,345,o), -(548,423,o), -(548,517,cs), -(548,647,o), -(451,738,o), -(299,738,cs), -(140,738,o), -(36,647,o), -(25,489,c), -(221,489,l), -(228,537,o), -(252,565,o), -(289,565,cs), -(326,565,o), -(347,541,o), -(347,501,cs), -(347,457,o), -(294,420,o), -(230,371,cs), -(83,260,o), -(26,156,o), -(26,35,cs), -(26,0,l) -); -} -); -width = 582; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(265,0,l), -(270,29,l), -(6,29,l), -(18,23,l), -(26,113,o), -(119,197,o), -(209,295,cs), -(277,371,o), -(345,455,o), -(367,557,cs), -(387,657,o), -(354,739,o), -(255,739,cs), -(173,739,o), -(113,670,o), -(89,539,c), -(122,539,l), -(141,645,o), -(182,709,o), -(252,709,cs), -(326,709,o), -(352,646,o), -(334,559,cs), -(315,467,o), -(257,393,o), -(193,324,cs), -(105,228,o), -(6,141,o), -(-16,27,cs), -(-21,0,l) -); -} -); -width = 338; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,0,l), -(422,150,l), -(144,150,l), -(227,133,l), -(208,157,o), -(279,210,o), -(353,285,cs), -(413,345,o), -(476,421,o), -(493,506,cs), -(524,658,o), -(450,739,o), -(300,739,cs), -(168,739,o), -(82,644,o), -(59,491,c), -(237,491,l), -(245,557,o), -(263,587,o), -(289,587,cs), -(321,587,o), -(322,557,o), -(314,519,cs), -(305,475,o), -(262,426,o), -(212,374,cs), -(122,280,o), -(2,174,o), -(-21,58,cs), -(-32,0,l) -); -} -); -width = 464; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(436,0,l), -(443,34,l), -(43,34,l), -(89,269,o), -(536,280,o), -(535,549,cs), -(535,658,o), -(456,729,o), -(344,729,cs), -(219,729,o), -(126,661,o), -(108,516,c), -(144,516,l), -(159,623,o), -(225,695,o), -(342,695,cs), -(436,695,o), -(496,637,o), -(496,551,cs), -(496,297,o), -(62,311,o), -(6,30,cs), -(0,0,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(455,0,l), -(463,34,l), -(56,34,l), -(71,25,l), -(85,141,o), -(219,208,o), -(340,286,cs), -(444,352,o), -(539,426,o), -(539,547,cs), -(539,660,o), -(459,738,o), -(341,738,cs), -(208,738,o), -(120,660,o), -(99,525,c), -(141,525,l), -(159,638,o), -(228,704,o), -(341,704,cs), -(436,704,o), -(499,641,o), -(499,547,cs), -(499,446,o), -(418,380,o), -(324,318,cs), -(204,239,o), -(61,168,o), -(34,44,cs), -(25,0,l) -); -} -); -width = 550; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(508,0,l), -(543,165,l), -(245,165,l), -(327,255,o), -(593,314,o), -(593,524,cs), -(593,647,o), -(498,729,o), -(357,729,cs), -(206,729,o), -(94,631,o), -(76,486,c), -(258,486,l), -(259,540,o), -(293,572,o), -(341,572,cs), -(381,572,o), -(408,547,o), -(408,508,cs), -(408,366,o), -(19,328,o), -(-18,17,cs), -(-20,0,l) -); -} -); -}; -guides = ( -{ -pos = (228,487); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(514,0,l), -(550,167,l), -(161,167,l), -(231,138,l), -(245,186,o), -(329,224,o), -(414,274,cs), -(507,331,o), -(601,404,o), -(601,528,cs), -(601,654,o), -(512,738,o), -(358,738,cs), -(201,738,o), -(85,639,o), -(75,492,c), -(261,492,l), -(262,545,o), -(297,576,o), -(345,576,cs), -(385,576,o), -(410,554,o), -(410,515,cs), -(410,470,o), -(365,434,o), -(304,395,cs), -(189,322,o), -(20,235,o), -(-15,36,cs), -(-21,0,l) -); -} -); -width = 599; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(550,0,l), -(557,34,l), -(51,34,l), -(89,256,o), -(629,238,o), -(629,527,cs), -(629,648,o), -(532,729,o), -(388,729,cs), -(221,729,o), -(107,648,o), -(79,508,c), -(118,508,l), -(145,628,o), -(241,695,o), -(388,695,cs), -(510,695,o), -(590,628,o), -(590,526,cs), -(590,263,o), -(64,286,o), -(14,44,cs), -(5,0,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(557,0,l), -(564,34,l), -(33,34,l), -(49,25,l), -(67,155,o), -(230,212,o), -(381,277,cs), -(513,335,o), -(637,399,o), -(637,534,cs), -(637,656,o), -(539,738,o), -(393,738,cs), -(224,738,o), -(108,656,o), -(80,514,c), -(119,514,l), -(147,636,o), -(244,704,o), -(393,704,cs), -(516,704,o), -(597,636,o), -(597,533,cs), -(597,420,o), -(490,365,o), -(370,311,cs), -(217,244,o), -(43,182,o), -(12,35,cs), -(5,0,l) -); -} -); -width = 635; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(599,0,l), -(630,170,l), -(319,170,l), -(447,254,o), -(680,306,o), -(680,510,cs), -(680,652,o), -(555,730,o), -(387,730,cs), -(209,730,o), -(74,639,o), -(53,476,c), -(271,476,l), -(280,529,o), -(316,564,o), -(379,564,cs), -(425,564,o), -(456,536,o), -(456,495,cs), -(456,355,o), -(10,317,o), -(-25,17,cs), -(-27,0,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(606,0,l), -(638,172,l), -(201,172,l), -(265,144,l), -(303,184,o), -(390,214,o), -(475,255,cs), -(582,307,o), -(689,378,o), -(689,513,cs), -(689,658,o), -(570,739,o), -(394,739,cs), -(210,739,o), -(75,647,o), -(54,482,c), -(274,482,l), -(284,536,o), -(320,571,o), -(384,571,cs), -(433,571,o), -(462,547,o), -(462,503,cs), -(462,452,o), -(400,419,o), -(320,382,cs), -(190,320,o), -(13,242,o), -(-22,38,cs), -(-28,0,l) -); -} -); -width = 675; -} -); -unicode = 50; -userData = { -KernOnName = two; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/two.numr.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/two.numr.glyph deleted file mode 100644 index ac48685f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/two.numr.glyph +++ /dev/null @@ -1,450 +0,0 @@ -{ -color = 6; -glyphname = two.numr; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,354); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 258; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,333); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 225; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,333); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 371; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,354); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 376; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 225; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,354); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 240; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,332); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 351; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; -}; -width = 339; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 371; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 376; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,332); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 349; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,354); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = two.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = two.dnom; -}; -width = 343; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (69,333); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 224; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (73,354); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 259; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (69,332); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 353; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (73,354); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 356; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (69,333); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 372; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (73,354); -ref = two.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 386; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = two; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/two.tf.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/two.tf.glyph deleted file mode 100644 index 101c9db9..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/two.tf.glyph +++ /dev/null @@ -1,923 +0,0 @@ -{ -glyphname = two.tf; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(457,0,l), -(457,148,l), -(257,148,l), -(262,203,o), -(453,354,o), -(453,520,cs), -(453,670,o), -(367,730,o), -(234,730,cs), -(90,730,o), -(12,629,o), -(21,474,c), -(198,474,l), -(194,526,o), -(196,580,o), -(234,580,cs), -(261,580,o), -(271,560,o), -(271,518,cs), -(271,390,o), -(31,220,o), -(31,48,cs), -(31,0,l) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(388,0,l), -(388,29,l), -(134,29,l), -(134,181,o), -(373,347,o), -(373,561,cs), -(373,654,o), -(329,730,o), -(237,730,cs), -(146,730,o), -(94,654,o), -(98,514,c), -(130,514,l), -(127,629,o), -(157,701,o), -(237,701,cs), -(299,701,o), -(341,656,o), -(341,558,cs), -(341,349,o), -(100,206,o), -(100,14,cs), -(100,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(636,0,l), -(636,34,l), -(125,34,l), -(125,239,o), -(622,251,o), -(622,524,cs), -(622,647,o), -(526,730,o), -(360,730,cs), -(198,730,o), -(88,648,o), -(89,507,c), -(124,507,l), -(124,620,o), -(211,696,o), -(358,696,cs), -(493,696,o), -(583,636,o), -(583,521,cs), -(583,267,o), -(88,283,o), -(88,17,cs), -(88,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(669,0,l), -(669,167,l), -(339,167,l), -(405,221,o), -(666,289,o), -(666,493,cs), -(666,635,o), -(558,729,o), -(370,729,cs), -(178,729,o), -(64,647,o), -(44,468,c), -(259,468,l), -(266,521,o), -(295,559,o), -(363,559,cs), -(395,559,o), -(441,539,o), -(441,488,cs), -(441,347,o), -(41,311,o), -(41,33,cs), -(41,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 720; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,0,l), -(368,29,l), -(114,29,l), -(114,181,o), -(353,347,o), -(353,561,cs), -(353,654,o), -(309,730,o), -(217,730,cs), -(126,730,o), -(74,654,o), -(78,514,c), -(110,514,l), -(107,629,o), -(137,701,o), -(217,701,cs), -(279,701,o), -(321,656,o), -(321,558,cs), -(321,349,o), -(80,206,o), -(80,14,cs), -(80,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 440; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,0,l), -(447,148,l), -(247,148,l), -(252,203,o), -(443,354,o), -(443,520,cs), -(443,670,o), -(357,730,o), -(224,730,cs), -(80,730,o), -(2,629,o), -(11,474,c), -(188,474,l), -(184,526,o), -(186,580,o), -(224,580,cs), -(251,580,o), -(261,560,o), -(261,518,cs), -(261,390,o), -(21,220,o), -(21,48,cs), -(21,0,l) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 460; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(502,0,l), -(502,34,l), -(100,34,l), -(113,247,o), -(496,300,o), -(496,532,cs), -(496,652,o), -(414,729,o), -(281,729,cs), -(146,729,o), -(54,639,o), -(59,512,c), -(97,513,l), -(93,621,o), -(168,695,o), -(281,695,cs), -(391,695,o), -(457,634,o), -(457,532,cs), -(457,319,o), -(64,264,o), -(64,20,cs), -(64,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 560; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(618,0,l), -(618,167,l), -(458,167,ls), -(415,167,o), -(369,164,o), -(325,160,c), -(417,255,o), -(613,310,o), -(613,507,cs), -(613,649,o), -(509,730,o), -(354,730,cs), -(188,730,o), -(79,631,o), -(83,474,c), -(273,474,l), -(267,537,o), -(297,567,o), -(343,567,cs), -(386,567,o), -(415,542,o), -(415,498,cs), -(415,363,o), -(80,339,o), -(80,24,cs), -(80,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(536,0,l), -(536,165,l), -(226,165,l), -(285,243,o), -(539,312,o), -(539,511,cs), -(539,639,o), -(441,729,o), -(290,729,cs), -(128,729,o), -(21,639,o), -(11,487,c), -(199,487,l), -(200,532,o), -(226,568,o), -(280,568,cs), -(319,568,o), -(349,544,o), -(349,503,cs), -(349,367,o), -(12,322,o), -(12,35,cs), -(12,0,l) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 558; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(626,0,l), -(626,34,l), -(115,34,l), -(115,239,o), -(612,251,o), -(612,524,cs), -(612,647,o), -(516,730,o), -(350,730,cs), -(188,730,o), -(78,648,o), -(79,507,c), -(114,507,l), -(114,620,o), -(201,696,o), -(348,696,cs), -(483,696,o), -(573,636,o), -(573,521,cs), -(573,267,o), -(78,283,o), -(78,17,cs), -(78,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 700; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,0,l), -(659,167,l), -(329,167,l), -(395,221,o), -(656,289,o), -(656,493,cs), -(656,635,o), -(548,729,o), -(360,729,cs), -(168,729,o), -(54,647,o), -(34,468,c), -(249,468,l), -(256,521,o), -(285,559,o), -(353,559,cs), -(385,559,o), -(431,539,o), -(431,488,cs), -(431,347,o), -(31,311,o), -(31,33,cs), -(31,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 700; -}; -}; -width = 700; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(515,0,l), -(515,34,l), -(121,34,l), -(134,247,o), -(509,300,o), -(509,532,cs), -(509,652,o), -(429,729,o), -(298,729,cs), -(165,729,o), -(75,639,o), -(80,512,c), -(118,513,l), -(114,621,o), -(187,695,o), -(298,695,cs), -(406,695,o), -(470,634,o), -(470,532,cs), -(470,319,o), -(85,264,o), -(85,20,cs), -(85,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 90; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 593; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(618,0,l), -(618,167,l), -(458,167,ls), -(415,167,o), -(369,164,o), -(325,160,c), -(417,255,o), -(613,310,o), -(613,507,cs), -(613,649,o), -(509,730,o), -(354,730,cs), -(188,730,o), -(79,631,o), -(83,474,c), -(273,474,l), -(267,537,o), -(297,567,o), -(343,567,cs), -(386,567,o), -(415,542,o), -(415,498,cs), -(415,363,o), -(80,339,o), -(80,24,cs), -(80,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(541,0,l), -(541,165,l), -(244,165,l), -(302,243,o), -(544,312,o), -(544,511,cs), -(544,639,o), -(448,729,o), -(302,729,cs), -(145,729,o), -(41,639,o), -(31,487,c), -(217,487,l), -(218,532,o), -(242,568,o), -(292,568,cs), -(328,568,o), -(355,544,o), -(355,503,cs), -(355,367,o), -(32,322,o), -(32,35,cs), -(32,0,l) -); -} -); -userData = { -RMXScaler = { -keepStroke = 40; -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 581; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(335,0,l), -(340,29,l), -(88,29,l), -(108,186,o), -(387,319,o), -(435,551,cs), -(455,649,o), -(422,730,o), -(323,730,cs), -(241,730,o), -(181,662,o), -(157,532,c), -(189,532,l), -(208,637,o), -(250,700,o), -(320,700,cs), -(395,700,o), -(421,638,o), -(403,551,cs), -(359,339,o), -(89,219,o), -(53,27,cs), -(48,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 400; -useSpacing = 90; -}; -}; -width = 480; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(399,0,l), -(430,148,l), -(232,148,l), -(252,204,o), -(465,331,o), -(500,500,cs), -(531,650,o), -(456,730,o), -(307,730,cs), -(176,730,o), -(90,636,o), -(67,485,c), -(244,485,l), -(252,550,o), -(270,580,o), -(296,580,cs), -(329,580,o), -(330,550,o), -(322,512,cs), -(298,397,o), -(23,238,o), -(-13,57,cs), -(-24,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 500; -useSpacing = 70; -}; -}; -width = 480; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(484,0,l), -(492,34,l), -(94,34,l), -(131,239,o), -(566,287,o), -(566,539,cs), -(566,651,o), -(484,729,o), -(364,729,cs), -(228,729,o), -(141,652,o), -(120,519,c), -(161,519,l), -(179,630,o), -(248,695,o), -(364,695,cs), -(462,695,o), -(527,632,o), -(527,539,cs), -(527,313,o), -(103,263,o), -(57,43,cs), -(48,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 85; -}; -}; -width = 600; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(511,0,l), -(546,165,l), -(247,165,l), -(329,255,o), -(596,314,o), -(596,524,cs), -(596,648,o), -(500,730,o), -(359,730,cs), -(208,730,o), -(96,632,o), -(78,486,c), -(260,486,l), -(261,540,o), -(296,572,o), -(343,572,cs), -(383,572,o), -(411,547,o), -(411,508,cs), -(411,366,o), -(21,328,o), -(-17,17,cs), -(-19,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 600; -useSpacing = 70; -}; -}; -width = 600; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,0,l), -(586,34,l), -(79,34,l), -(128,248,o), -(668,250,o), -(679,539,cs), -(683,657,o), -(600,730,o), -(455,730,cs), -(296,730,o), -(170,650,o), -(142,507,c), -(180,507,l), -(201,619,o), -(304,697,o), -(450,697,cs), -(569,697,o), -(643,642,o), -(639,539,cs), -(629,271,o), -(94,294,o), -(39,20,cs), -(35,0,l) -); -} -); -userData = { -RMXScaler = { -monoWidth = 640; -useSpacing = 60; -}; -}; -width = 720; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(621,0,l), -(652,170,l), -(347,170,l), -(474,253,o), -(694,304,o), -(702,504,cs), -(707,641,o), -(615,730,o), -(412,730,cs), -(228,730,o), -(116,643,o), -(81,476,c), -(299,476,l), -(313,529,o), -(334,564,o), -(404,564,cs), -(452,564,o), -(480,543,o), -(478,491,cs), -(473,356,o), -(31,316,o), -(3,17,cs), -(1,0,l) -); -} -); -userData = { -RMXScaler = { -keepStroke = 80; -monoWidth = 700; -}; -}; -width = 720; -} -); -metricWidth = zero.tf; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -RMXScaler = { -source = two; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/twoinferior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/twoinferior.glyph deleted file mode 100644 index ce6bc8ed..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/twoinferior.glyph +++ /dev/null @@ -1,986 +0,0 @@ -{ -glyphname = twoinferior; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (142,177); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(273,-40,l), -(273,51,l), -(155,51,l), -(158,82,o), -(270,173,o), -(270,271,cs), -(270,362,o), -(219,398,o), -(140,398,cs), -(50,398,o), -(7,334,o), -(12,244,c), -(120,244,l), -(117,276,o), -(118,306,o), -(140,306,cs), -(155,306,o), -(160,294,o), -(160,270,cs), -(160,195,o), -(18,92,o), -(18,-11,cs), -(18,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 287; -}, -{ -anchors = ( -{ -name = _center; -pos = (120,177); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(211,-40,l), -(211,-14,l), -(65,-14,l), -(65,70,o), -(203,169,o), -(203,294,cs), -(203,354,o), -(174,398,o), -(117,398,cs), -(62,398,o), -(26,355,o), -(29,266,c), -(58,266,l), -(57,330,o), -(72,372,o), -(117,372,cs), -(151,372,o), -(174,347,o), -(174,292,cs), -(174,172,o), -(31,85,o), -(31,-29,cs), -(31,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 236; -}, -{ -anchors = ( -{ -name = _center; -pos = (199,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(365,-40,l), -(365,-9,l), -(75,-9,l), -(80,102,o), -(357,114,o), -(357,272,cs), -(357,347,o), -(299,398,o), -(199,398,cs), -(100,398,o), -(34,349,o), -(33,261,c), -(68,261,l), -(68,324,o), -(115,367,o), -(197,367,cs), -(269,367,o), -(319,334,o), -(319,270,cs), -(319,126,o), -(32,132,o), -(32,-29,cs), -(32,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 395; -}, -{ -anchors = ( -{ -name = _center; -pos = (201,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(389,-40,l), -(389,72,l), -(212,72,l), -(257,91,o), -(388,137,o), -(388,253,cs), -(388,340,o), -(323,397,o), -(211,397,cs), -(94,397,o), -(28,348,o), -(14,237,c), -(158,237,l), -(163,269,o), -(178,284,o), -(206,284,cs), -(225,284,o), -(239,275,o), -(239,250,cs), -(239,175,o), -(12,149,o), -(12,-19,cs), -(12,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 414; -}, -{ -anchors = ( -{ -name = _center; -pos = (100,177); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,-40,l), -(191,-14,l), -(45,-14,l), -(45,70,o), -(183,169,o), -(183,294,cs), -(183,354,o), -(154,398,o), -(97,398,cs), -(42,398,o), -(6,355,o), -(9,266,c), -(38,266,l), -(37,330,o), -(52,372,o), -(97,372,cs), -(131,372,o), -(154,347,o), -(154,292,cs), -(154,172,o), -(11,85,o), -(11,-29,cs), -(11,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 196; -}, -{ -anchors = ( -{ -name = _center; -pos = (133,177); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-40,l), -(264,51,l), -(146,51,l), -(149,82,o), -(261,173,o), -(261,271,cs), -(261,362,o), -(210,398,o), -(131,398,cs), -(41,398,o), -(-2,334,o), -(3,244,c), -(111,244,l), -(108,276,o), -(109,306,o), -(131,306,cs), -(146,306,o), -(151,294,o), -(151,270,cs), -(151,195,o), -(9,92,o), -(9,-11,cs), -(9,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 269; -}, -{ -anchors = ( -{ -name = _center; -pos = (165,174); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,-40,l), -(300,-9,l), -(68,-9,l), -(80,108,o), -(297,141,o), -(297,278,cs), -(297,350,o), -(247,397,o), -(167,397,cs), -(84,397,o), -(28,344,o), -(30,266,c), -(65,266,l), -(63,329,o), -(107,367,o), -(166,367,cs), -(225,367,o), -(262,333,o), -(262,277,cs), -(262,155,o), -(33,123,o), -(33,-27,cs), -(33,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 330; -}, -{ -anchors = ( -{ -name = _center; -pos = (170,174); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(331,-40,l), -(331,70,l), -(151,70,l), -(189,105,o), -(334,148,o), -(334,265,cs), -(334,342,o), -(273,397,o), -(180,397,cs), -(74,397,o), -(13,339,o), -(6,250,c), -(132,250,l), -(133,269,o), -(143,290,o), -(173,290,cs), -(190,290,o), -(206,279,o), -(206,259,cs), -(206,184,o), -(6,158,o), -(6,-18,cs), -(6,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 347; -}, -{ -anchors = ( -{ -name = _center; -pos = (189,173); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(355,-40,l), -(355,-9,l), -(65,-9,l), -(70,102,o), -(347,114,o), -(347,272,cs), -(347,347,o), -(289,398,o), -(189,398,cs), -(90,398,o), -(24,349,o), -(23,261,c), -(58,261,l), -(58,324,o), -(105,367,o), -(187,367,cs), -(259,367,o), -(309,334,o), -(309,270,cs), -(309,126,o), -(22,132,o), -(22,-29,cs), -(22,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 375; -}, -{ -anchors = ( -{ -name = _center; -pos = (191,171); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(379,-40,l), -(379,72,l), -(202,72,l), -(247,91,o), -(378,137,o), -(378,253,cs), -(378,340,o), -(313,397,o), -(201,397,cs), -(84,397,o), -(18,348,o), -(4,237,c), -(148,237,l), -(153,269,o), -(168,284,o), -(196,284,cs), -(215,284,o), -(229,275,o), -(229,250,cs), -(229,175,o), -(2,149,o), -(2,-19,cs), -(2,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 394; -}, -{ -anchors = ( -{ -name = _center; -pos = (184,174); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(317,-40,l), -(317,-9,l), -(89,-9,l), -(101,108,o), -(314,141,o), -(314,278,cs), -(314,350,o), -(264,397,o), -(186,397,cs), -(105,397,o), -(51,344,o), -(52,266,c), -(86,266,l), -(84,329,o), -(128,367,o), -(185,367,cs), -(244,367,o), -(279,333,o), -(279,277,cs), -(279,155,o), -(54,123,o), -(54,-27,cs), -(54,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 367; -}, -{ -anchors = ( -{ -name = _center; -pos = (183,174); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(338,-40,l), -(338,70,l), -(169,70,l), -(207,105,o), -(341,148,o), -(341,265,cs), -(341,342,o), -(282,397,o), -(193,397,cs), -(91,397,o), -(33,339,o), -(26,250,c), -(150,250,l), -(151,269,o), -(159,290,o), -(186,290,cs), -(200,290,o), -(214,279,o), -(214,259,cs), -(214,184,o), -(26,158,o), -(26,-18,cs), -(26,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 372; -}, -{ -anchors = ( -{ -name = _center; -pos = (90,177); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(148,-40,l), -(153,-14,l), -(8,-14,l), -(21,73,o), -(180,152,o), -(208,285,cs), -(221,346,o), -(202,398,o), -(137,398,cs), -(83,398,o), -(47,353,o), -(33,276,c), -(63,276,l), -(73,336,o), -(97,371,o), -(134,371,cs), -(175,371,o), -(189,337,o), -(179,289,cs), -(154,171,o), -(-5,93,o), -(-27,-22,cs), -(-31,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 236; -}, -{ -anchors = ( -{ -name = _center; -pos = (113,177); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,-40,l), -(226,51,l), -(109,51,l), -(121,83,o), -(246,158,o), -(267,258,cs), -(286,350,o), -(242,398,o), -(152,398,cs), -(75,398,o), -(22,344,o), -(8,250,c), -(115,250,l), -(120,289,o), -(131,306,o), -(145,306,cs), -(163,306,o), -(164,290,o), -(159,267,cs), -(145,203,o), -(-17,103,o), -(-39,-5,cs), -(-46,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 286; -}, -{ -anchors = ( -{ -name = _center; -pos = (161,177); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(267,-40,l), -(273,-9,l), -(49,-9,l), -(75,105,o), -(317,134,o), -(317,283,cs), -(317,351,o), -(267,397,o), -(196,397,cs), -(116,397,o), -(62,350,o), -(50,269,c), -(85,269,l), -(95,331,o), -(132,367,o), -(195,367,cs), -(247,367,o), -(282,333,o), -(282,281,cs), -(282,152,o), -(36,123,o), -(9,-16,cs), -(4,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 373; -}, -{ -anchors = ( -{ -name = _center; -pos = (155,177); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,-40,l), -(315,70,l), -(144,70,l), -(198,115,o), -(343,151,o), -(343,273,cs), -(343,348,o), -(285,398,o), -(198,398,cs), -(105,398,o), -(36,337,o), -(26,249,c), -(147,249,l), -(146,278,o), -(165,293,o), -(187,293,cs), -(206,293,o), -(219,281,o), -(219,262,cs), -(219,184,o), -(-11,162,o), -(-33,-32,cs), -(-34,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 387; -}, -{ -anchors = ( -{ -name = _center; -pos = (166,177); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,-40,l), -(308,-9,l), -(22,-9,l), -(58,110,o), -(360,114,o), -(360,286,cs), -(360,356,o), -(309,398,o), -(222,398,cs), -(128,398,o), -(52,352,o), -(34,262,c), -(71,262,l), -(83,324,o), -(138,368,o), -(219,368,cs), -(282,368,o), -(322,338,o), -(322,284,cs), -(322,131,o), -(5,139,o), -(-26,-28,cs), -(-28,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 395; -}, -{ -anchors = ( -{ -name = _center; -pos = (175,177); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(343,-40,l), -(364,74,l), -(193,74,l), -(279,114,o), -(390,148,o), -(390,265,cs), -(390,346,o), -(334,398,o), -(208,398,cs), -(95,398,o), -(27,345,o), -(6,243,c), -(152,243,l), -(160,270,o), -(167,287,o), -(203,287,cs), -(225,287,o), -(241,277,o), -(240,252,cs), -(238,185,o), -(-24,151,o), -(-39,-30,cs), -(-40,-40,l) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 426; -} -); -unicode = 8322; -userData = { -KernOnName = twoinferior; -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = two; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/twosuperior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/twosuperior.glyph deleted file mode 100644 index 98762cc5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/twosuperior.glyph +++ /dev/null @@ -1,451 +0,0 @@ -{ -color = 6; -glyphname = twosuperior; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 287; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 236; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 395; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 414; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 236; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 269; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = twoinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = twoinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 370; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = twoinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = twoinferior; -}; -width = 369; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 395; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 414; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = twoinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = twoinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -25 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -0, -18 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -21 -); -stem = -2; -target = ( -0, -8 -); -type = Stem; -} -); -}; -width = 367; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = twoinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = twoinferior; -}; -width = 372; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (78,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 236; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (78,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 286; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (78,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 373; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (78,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 387; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (78,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 395; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (78,376); -ref = twoinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 426; -} -); -unicode = 178; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = two; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/u.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/u.glyph deleted file mode 100644 index 1e45e5df..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/u.glyph +++ /dev/null @@ -1,1039 +0,0 @@ -{ -glyphname = u; -kernLeft = KO_u; -kernRight = KO_a; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (235,0); -}, -{ -name = ogonek; -pos = (447,0); -}, -{ -name = top; -pos = (235,541); -}, -{ -name = topright; -pos = (327,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,-10,o), -(243,18,o), -(264,64,c), -(271,64,l), -(277,0,l), -(447,0,l), -(447,541,l), -(271,541,l), -(271,213,ls), -(271,160,o), -(264,131,o), -(234,131,cs), -(211,131,o), -(200,148,o), -(200,206,cs), -(200,541,l), -(23,541,l), -(23,194,ls), -(23,46,o), -(65,-10,o), -(154,-10,cs) -); -} -); -width = 474; -}, -{ -anchors = ( -{ -name = bottom; -pos = (176,0); -}, -{ -name = ogonek; -pos = (294,0); -}, -{ -name = top; -pos = (176,516); -}, -{ -name = topright; -pos = (280,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(209,-10,o), -(247,21,o), -(263,77,c), -(265,77,l), -(266,0,l), -(294,0,l), -(294,516,l), -(265,516,l), -(265,209,ls), -(265,95,o), -(238,16,o), -(164,16,cs), -(114,16,o), -(86,41,o), -(86,145,cs), -(86,516,l), -(57,516,l), -(57,138,ls), -(57,39,o), -(88,-10,o), -(156,-10,cs) -); -} -); -width = 354; -}, -{ -anchors = ( -{ -name = bottom; -pos = (307,0); -}, -{ -name = ogonek; -pos = (560,0); -}, -{ -name = top; -pos = (307,517); -}, -{ -name = topright; -pos = (523,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(386,-8,o), -(477,42,o), -(518,130,c), -(523,130,l), -(524,0,l), -(560,0,l), -(560,517,l), -(523,517,l), -(523,262,ls), -(523,120,o), -(425,26,o), -(286,26,cs), -(159,26,o), -(91,88,o), -(91,238,cs), -(91,517,l), -(54,517,l), -(54,232,ls), -(54,56,o), -(149,-8,o), -(281,-8,cs) -); -} -); -width = 626; -}, -{ -anchors = ( -{ -name = bottom; -pos = (359,0); -}, -{ -name = ogonek; -pos = (680,0); -}, -{ -name = top; -pos = (356,544); -}, -{ -name = topright; -pos = (494,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,-10,o), -(419,26,o), -(450,79,c), -(459,79,l), -(468,0,l), -(680,0,l), -(680,544,l), -(459,544,l), -(459,273,ls), -(459,204,o), -(417,155,o), -(346,155,cs), -(271,155,o), -(253,209,o), -(253,284,cs), -(253,544,l), -(32,544,l), -(32,244,ls), -(32,55,o), -(124,-10,o), -(267,-10,cs) -); -} -); -width = 723; -}, -{ -anchors = ( -{ -name = bottom; -pos = (150,0); -}, -{ -name = ogonek; -pos = (265,0); -}, -{ -name = top; -pos = (150,516); -}, -{ -name = topright; -pos = (251,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(181,-10,o), -(220,23,o), -(235,79,c), -(236,79,l), -(237,0,l), -(266,0,l), -(266,516,l), -(236,516,l), -(236,209,ls), -(236,98,o), -(195,16,o), -(139,16,cs), -(92,16,o), -(64,41,o), -(64,145,cs), -(64,516,l), -(34,516,l), -(34,138,ls), -(34,39,o), -(65,-10,o), -(131,-10,cs) -); -} -); -width = 301; -}, -{ -anchors = ( -{ -name = bottom; -pos = (223,0); -}, -{ -name = ogonek; -pos = (433,0); -}, -{ -name = top; -pos = (223,541); -}, -{ -name = topright; -pos = (315,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,-10,o), -(230,18,o), -(256,72,c), -(257,72,l), -(263,0,l), -(433,0,l), -(433,541,l), -(257,541,l), -(257,213,ls), -(257,160,o), -(250,131,o), -(222,131,cs), -(200,131,o), -(190,148,o), -(190,206,cs), -(190,541,l), -(13,541,l), -(13,194,ls), -(13,46,o), -(54,-10,o), -(142,-10,cs) -); -} -); -width = 449; -}, -{ -anchors = ( -{ -name = bottom; -pos = (266,0); -}, -{ -name = ogonek; -pos = (476,0); -}, -{ -name = top; -pos = (266,517); -}, -{ -name = topright; -pos = (439,517); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(333,-8,o), -(407,42,o), -(438,129,c), -(439,129,l), -(442,0,l), -(476,0,l), -(476,517,l), -(439,517,l), -(439,249,ls), -(439,112,o), -(360,26,o), -(252,26,cs), -(139,26,o), -(92,94,o), -(92,211,cs), -(92,517,l), -(55,517,l), -(55,204,ls), -(55,61,o), -(131,-8,o), -(244,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 535; -}, -{ -anchors = ( -{ -name = bottom; -pos = (300,0); -}, -{ -name = ogonek; -pos = (575,0); -}, -{ -name = top; -pos = (300,544); -}, -{ -name = topright; -pos = (413,544); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(295,-10,o), -(353,29,o), -(383,99,c), -(384,99,l), -(391,0,l), -(575,0,l), -(575,544,l), -(384,544,l), -(384,246,ls), -(384,187,o), -(346,144,o), -(295,144,cs), -(238,144,o), -(216,181,o), -(216,253,cs), -(216,544,l), -(25,544,l), -(25,201,ls), -(25,66,o), -(88,-10,o), -(217,-10,cs) -); -} -); -width = 605; -}, -{ -anchors = ( -{ -name = bottom; -pos = (297,0); -}, -{ -name = ogonek; -pos = (550,0); -}, -{ -name = top; -pos = (297,517); -}, -{ -name = topright; -pos = (513,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(383,-8,o), -(473,46,o), -(512,137,c), -(513,137,l), -(514,0,l), -(550,0,l), -(550,517,l), -(513,517,l), -(513,262,ls), -(513,120,o), -(415,26,o), -(276,26,cs), -(149,26,o), -(81,88,o), -(81,238,cs), -(81,517,l), -(44,517,l), -(44,232,ls), -(44,56,o), -(139,-8,o), -(271,-8,cs) -); -} -); -width = 606; -}, -{ -anchors = ( -{ -name = bottom; -pos = (348,0); -}, -{ -name = ogonek; -pos = (669,0); -}, -{ -name = top; -pos = (345,544); -}, -{ -name = topright; -pos = (483,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(335,-10,o), -(408,26,o), -(439,79,c), -(448,79,l), -(457,0,l), -(669,0,l), -(669,544,l), -(448,544,l), -(448,273,ls), -(448,204,o), -(406,155,o), -(335,155,cs), -(260,155,o), -(242,209,o), -(242,284,cs), -(242,544,l), -(21,544,l), -(21,244,ls), -(21,55,o), -(113,-10,o), -(256,-10,cs) -); -} -); -width = 699; -}, -{ -anchors = ( -{ -name = bottom; -pos = (279,0); -}, -{ -name = ogonek; -pos = (476,0); -}, -{ -name = top; -pos = (279,517); -}, -{ -name = topright; -pos = (441,517); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(342,-8,o), -(411,40,o), -(437,117,c), -(441,117,l), -(444,0,l), -(476,0,l), -(476,517,l), -(441,517,l), -(441,245,ls), -(441,108,o), -(366,26,o), -(265,26,cs), -(161,26,o), -(119,93,o), -(119,207,cs), -(119,517,l), -(82,517,l), -(82,200,ls), -(82,60,o), -(152,-8,o), -(257,-8,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, --20 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 561; -}, -{ -anchors = ( -{ -name = bottom; -pos = (309,0); -}, -{ -name = ogonek; -pos = (567,0); -}, -{ -name = top; -pos = (309,544); -}, -{ -name = topright; -pos = (412,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(295,-10,o), -(347,25,o), -(368,89,c), -(380,89,l), -(385,0,l), -(567,0,l), -(567,544,l), -(378,544,l), -(378,231,ls), -(378,189,o), -(355,144,o), -(304,144,cs), -(260,144,o), -(242,179,o), -(242,248,cs), -(242,544,l), -(52,544,l), -(52,200,ls), -(52,67,o), -(109,-10,o), -(228,-10,cs) -); -} -); -width = 624; -}, -{ -anchors = ( -{ -name = bottom; -pos = (132,0); -}, -{ -name = ogonek; -pos = (239,0); -}, -{ -name = top; -pos = (228,516); -}, -{ -name = topright; -pos = (316,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(156,-10,o), -(198,19,o), -(221,70,c), -(223,70,l), -(212,0,l), -(239,0,l), -(345,516,l), -(316,516,l), -(252,201,ls), -(229,88,o), -(186,15,o), -(120,15,cs), -(50,15,o), -(46,68,o), -(63,149,cs), -(139,516,l), -(110,516,l), -(33,145,ls), -(15,59,o), -(24,-10,o), -(108,-10,cs) -); -} -); -width = 351; -}, -{ -anchors = ( -{ -name = bottom; -pos = (188,0); -}, -{ -name = ogonek; -pos = (389,0); -}, -{ -name = top; -pos = (290,541); -}, -{ -name = topright; -pos = (376,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,-10,o), -(185,10,o), -(217,56,c), -(223,56,l), -(217,0,l), -(389,0,l), -(500,541,l), -(324,541,l), -(254,204,ls), -(243,151,o), -(230,125,o), -(204,125,cs), -(174,125,o), -(174,155,o), -(184,201,cs), -(256,541,l), -(78,541,l), -(8,203,ls), -(-21,65,o), -(1,-10,o), -(107,-10,cs) -); -} -); -width = 471; -}, -{ -anchors = ( -{ -name = bottom; -pos = (235,0); -}, -{ -name = ogonek; -pos = (430,0); -}, -{ -name = top; -pos = (333,517); -}, -{ -name = topright; -pos = (501,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,-10,o), -(362,25,o), -(411,103,c), -(414,103,l), -(399,0,l), -(430,0,l), -(537,517,l), -(501,517,l), -(441,225,ls), -(415,98,o), -(327,24,o), -(223,24,cs), -(115,24,o), -(76,98,o), -(104,230,cs), -(164,517,l), -(127,517,l), -(66,227,ls), -(33,69,o), -(101,-10,o), -(215,-10,cs) -); -} -); -width = 569; -}, -{ -anchors = ( -{ -name = bottom; -pos = (269,0); -}, -{ -name = ogonek; -pos = (527,0); -}, -{ -name = top; -pos = (371,544); -}, -{ -name = topright; -pos = (475,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(244,-10,o), -(304,14,o), -(344,77,c), -(352,77,l), -(344,0,l), -(527,0,l), -(640,544,l), -(449,544,l), -(383,231,ls), -(372,178,o), -(341,143,o), -(291,143,cs), -(235,143,o), -(218,183,o), -(232,252,cs), -(292,544,l), -(101,544,l), -(36,233,ls), -(4,78,o), -(54,-10,o), -(178,-10,cs) -); -} -); -width = 638; -}, -{ -anchors = ( -{ -name = bottom; -pos = (261,0); -}, -{ -name = ogonek; -pos = (500,0); -}, -{ -name = top; -pos = (357,517); -}, -{ -name = topright; -pos = (571,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(334,-10,o), -(425,33,o), -(479,112,c), -(484,112,l), -(464,0,l), -(500,0,l), -(607,517,l), -(571,517,l), -(513,241,ls), -(485,109,o), -(382,23,o), -(252,23,cs), -(124,23,o), -(55,88,o), -(88,251,cs), -(142,517,l), -(106,517,l), -(50,247,ls), -(14,72,o), -(99,-10,o), -(243,-10,cs) -); -} -); -width = 620; -}, -{ -anchors = ( -{ -name = bottom; -pos = (308,0); -}, -{ -name = ogonek; -pos = (614,0); -}, -{ -name = top; -pos = (407,544); -}, -{ -name = topright; -pos = (548,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(295,-10,o), -(364,19,o), -(401,66,c), -(408,66,l), -(406,0,l), -(614,0,l), -(728,544,l), -(509,544,l), -(451,268,ls), -(436,196,o), -(399,155,o), -(325,155,cs), -(265,155,o), -(232,197,o), -(250,283,cs), -(305,544,l), -(86,544,l), -(27,262,ls), -(-9,88,o), -(71,-10,o), -(223,-10,cs) -); -} -); -width = 714; -} -); -unicode = 117; -userData = { -KernOnName = u; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uacute.glyph deleted file mode 100644 index 50ccbed3..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uacute.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = uacute; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (120,-156); -ref = acutecomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (123,-137); -ref = acutecomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (249,-155); -ref = acutecomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (239,-129); -ref = acutecomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (114,-156); -ref = acutecomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (121,-137); -ref = acutecomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (231,-155); -ref = acutecomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (209,-134); -ref = acutecomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (249,-155); -ref = acutecomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (239,-129); -ref = acutecomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (223,-155); -ref = acutecomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (199,-134); -ref = acutecomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (87,-156); -ref = acutecomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (95,-137); -ref = acutecomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (191,-155); -ref = acutecomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (176,-134); -ref = acutecomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (214,-155); -ref = acutecomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (207,-129); -ref = acutecomb; -} -); -width = 714; -} -); -unicode = 250; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ubreve.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ubreve.glyph deleted file mode 100644 index b9238030..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ubreve.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = ubreve; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (52,-156); -ref = brevecomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (40,-137); -ref = brevecomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (133,-155); -ref = brevecomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (117,-129); -ref = brevecomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (46,-156); -ref = brevecomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (38,-137); -ref = brevecomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (118,-161); -ref = brevecomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (102,-134); -ref = brevecomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (133,-155); -ref = brevecomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (117,-129); -ref = brevecomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (112,-161); -ref = brevecomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (98,-134); -ref = brevecomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (14,-156); -ref = brevecomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (10,-137); -ref = brevecomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (77,-155); -ref = brevecomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (59,-134); -ref = brevecomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (92,-155); -ref = brevecomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (85,-134); -ref = brevecomb; -} -); -width = 714; -} -); -unicode = 365; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ucircumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ucircumflex.glyph deleted file mode 100644 index 004cfc15..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ucircumflex.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = ucircumflex; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (47,-156); -ref = circumflexcomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (18,-137); -ref = circumflexcomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (128,-155); -ref = circumflexcomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (65,-129); -ref = circumflexcomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (41,-156); -ref = circumflexcomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (16,-137); -ref = circumflexcomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (122,-155); -ref = circumflexcomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (74,-134); -ref = circumflexcomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (128,-155); -ref = circumflexcomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (65,-129); -ref = circumflexcomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (116,-155); -ref = circumflexcomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (70,-134); -ref = circumflexcomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (13,-156); -ref = circumflexcomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (-12,-137); -ref = circumflexcomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (81,-155); -ref = circumflexcomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (42,-134); -ref = circumflexcomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (91,-155); -ref = circumflexcomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (31,-129); -ref = circumflexcomb; -} -); -width = 714; -} -); -unicode = 251; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/udieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/udieresis.glyph deleted file mode 100644 index 4729abcc..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/udieresis.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = udieresis; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (58,-156); -ref = dieresiscomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (10,-137); -ref = dieresiscomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (130,-155); -ref = dieresiscomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (73,-134); -ref = dieresiscomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (52,-156); -ref = dieresiscomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (8,-137); -ref = dieresiscomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (124,-155); -ref = dieresiscomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (78,-134); -ref = dieresiscomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (130,-155); -ref = dieresiscomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (73,-134); -ref = dieresiscomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (118,-155); -ref = dieresiscomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (74,-134); -ref = dieresiscomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (19,-156); -ref = dieresiscomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (-27,-137); -ref = dieresiscomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (86,-155); -ref = dieresiscomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (42,-134); -ref = dieresiscomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (95,-155); -ref = dieresiscomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (38,-134); -ref = dieresiscomb; -} -); -width = 714; -} -); -unicode = 252; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/udieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/udieresis.ss01.glyph deleted file mode 100644 index 00133efe..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/udieresis.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = udieresis.ss01; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (69,-156); -ref = dieresiscomb.ss01; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (11,-137); -ref = dieresiscomb.ss01; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (163,-155); -ref = dieresiscomb.ss01; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (95,-134); -ref = dieresiscomb.ss01; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (63,-156); -ref = dieresiscomb.ss01; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (9,-137); -ref = dieresiscomb.ss01; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (151,-155); -ref = dieresiscomb.ss01; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (90,-134); -ref = dieresiscomb.ss01; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (163,-155); -ref = dieresiscomb.ss01; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (95,-134); -ref = dieresiscomb.ss01; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (143,-155); -ref = dieresiscomb.ss01; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (86,-134); -ref = dieresiscomb.ss01; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (32,-156); -ref = dieresiscomb.ss01; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (-19,-137); -ref = dieresiscomb.ss01; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (108,-155); -ref = dieresiscomb.ss01; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (58,-134); -ref = dieresiscomb.ss01; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (132,-155); -ref = dieresiscomb.ss01; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (67,-134); -ref = dieresiscomb.ss01; -} -); -width = 714; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/udotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/udotbelow.glyph deleted file mode 100644 index 4f3d554d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/udotbelow.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = udotbelow; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (113,0); -ref = dotbelowcomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (117,0); -ref = dotbelowcomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (235,0); -ref = dotbelowcomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (206,0); -ref = dotbelowcomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (107,0); -ref = dotbelowcomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (115,0); -ref = dotbelowcomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (214,0); -ref = dotbelowcomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (196,0); -ref = dotbelowcomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (235,0); -ref = dotbelowcomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (206,0); -ref = dotbelowcomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (206,0); -ref = dotbelowcomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (188,0); -ref = dotbelowcomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (122,0); -ref = dotbelowcomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (123,0); -ref = dotbelowcomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (217,0); -ref = dotbelowcomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (198,0); -ref = dotbelowcomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (244,0); -ref = dotbelowcomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (211,0); -ref = dotbelowcomb; -} -); -width = 714; -} -); -unicode = 7909; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/udotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/udotbelow.ss01.glyph deleted file mode 100644 index babcfa22..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/udotbelow.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = udotbelow.ss01; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (121,0); -ref = dotbelowcomb.ss01; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (106,0); -ref = dotbelowcomb.ss01; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (248,0); -ref = dotbelowcomb.ss01; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (218,0); -ref = dotbelowcomb.ss01; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (115,0); -ref = dotbelowcomb.ss01; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (104,0); -ref = dotbelowcomb.ss01; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (227,0); -ref = dotbelowcomb.ss01; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (185,0); -ref = dotbelowcomb.ss01; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (248,0); -ref = dotbelowcomb.ss01; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (218,0); -ref = dotbelowcomb.ss01; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (219,0); -ref = dotbelowcomb.ss01; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (175,0); -ref = dotbelowcomb.ss01; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (130,0); -ref = dotbelowcomb.ss01; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (114,0); -ref = dotbelowcomb.ss01; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (230,0); -ref = dotbelowcomb.ss01; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (189,0); -ref = dotbelowcomb.ss01; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (255,0); -ref = dotbelowcomb.ss01; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (225,0); -ref = dotbelowcomb.ss01; -} -); -width = 714; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ugrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ugrave.glyph deleted file mode 100644 index c3980cbd..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ugrave.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = ugrave; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (42,-156); -ref = gravecomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (26,-137); -ref = gravecomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (163,-155); -ref = gravecomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (122,-129); -ref = gravecomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (36,-156); -ref = gravecomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (24,-137); -ref = gravecomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (152,-155); -ref = gravecomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (112,-134); -ref = gravecomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (163,-155); -ref = gravecomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (122,-129); -ref = gravecomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (144,-155); -ref = gravecomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (110,-134); -ref = gravecomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (10,-156); -ref = gravecomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (5,-137); -ref = gravecomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (114,-155); -ref = gravecomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (75,-134); -ref = gravecomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (127,-155); -ref = gravecomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (90,-129); -ref = gravecomb; -} -); -width = 714; -} -); -unicode = 249; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uhookabove.glyph deleted file mode 100644 index 9fcb57ca..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uhookabove.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = uhookabove; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (95,-156); -ref = hookabovecomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (96,-138); -ref = hookabovecomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (199,-155); -ref = hookabovecomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (203,-134); -ref = hookabovecomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (89,-156); -ref = hookabovecomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (94,-138); -ref = hookabovecomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (178,-155); -ref = hookabovecomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (158,-134); -ref = hookabovecomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (199,-155); -ref = hookabovecomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (203,-134); -ref = hookabovecomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (170,-155); -ref = hookabovecomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (153,-134); -ref = hookabovecomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (39,-157); -ref = hookabovecomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (59,-139); -ref = hookabovecomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (144,-156); -ref = hookabovecomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (116,-135); -ref = hookabovecomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (169,-156); -ref = hookabovecomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (155,-137); -ref = hookabovecomb; -} -); -width = 714; -} -); -unicode = 7911; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uhorn.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uhorn.glyph deleted file mode 100644 index 1aefc5c7..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uhorn.glyph +++ /dev/null @@ -1,261 +0,0 @@ -{ -color = 7; -glyphname = uhorn; -kernLeft = KO_u; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (240,0); -ref = horncomb; -} -); -width = 356; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (287,-1); -ref = horncomb; -} -); -width = 518; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (483,-8); -ref = horncomb; -} -); -width = 659; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (454,-66); -ref = horncomb; -} -); -width = 765; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (231,0); -ref = horncomb; -} -); -width = 316; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (285,-1); -ref = horncomb; -} -); -width = 498; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (419,8); -ref = horncomb; -} -); -width = 569; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (394,-46); -ref = horncomb; -} -); -width = 639; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (483,-8); -ref = horncomb; -} -); -width = 639; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (453,-66); -ref = horncomb; -} -); -width = 745; -}, -{ -layerId = m019; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (398,8); -ref = horncomb; -} -); -width = 602; -}, -{ -layerId = m020; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (373,-46); -ref = horncomb; -} -); -width = 671; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (223,0); -ref = horncomb; -} -); -width = 353; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (280,-1); -ref = horncomb; -} -); -width = 515; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (409,7); -ref = horncomb; -} -); -width = 603; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (369,-46); -ref = horncomb; -} -); -width = 673; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (476,-8); -ref = horncomb; -} -); -width = 665; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -pos = (436,-78); -ref = horncomb; -} -); -width = 769; -} -); -metricLeft = u; -unicode = 432; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uhornacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uhornacute.glyph deleted file mode 100644 index dbdc7914..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uhornacute.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = uhornacute; -kernLeft = KO_u; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (120,-156); -ref = acutecomb; -} -); -width = 356; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (123,-137); -ref = acutecomb; -} -); -width = 518; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (249,-155); -ref = acutecomb; -} -); -width = 659; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (239,-129); -ref = acutecomb; -} -); -width = 765; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (114,-156); -ref = acutecomb; -} -); -width = 316; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (121,-137); -ref = acutecomb; -} -); -width = 498; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (231,-155); -ref = acutecomb; -} -); -width = 569; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (209,-134); -ref = acutecomb; -} -); -width = 639; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (249,-155); -ref = acutecomb; -} -); -width = 659; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (239,-129); -ref = acutecomb; -} -); -width = 765; -}, -{ -layerId = m019; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (223,-155); -ref = acutecomb; -} -); -width = 602; -}, -{ -layerId = m020; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (199,-134); -ref = acutecomb; -} -); -width = 671; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (87,-156); -ref = acutecomb; -} -); -width = 353; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (95,-137); -ref = acutecomb; -} -); -width = 515; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (191,-155); -ref = acutecomb; -} -); -width = 603; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (176,-134); -ref = acutecomb; -} -); -width = 673; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (214,-155); -ref = acutecomb; -} -); -width = 665; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (207,-129); -ref = acutecomb; -} -); -width = 769; -} -); -unicode = 7913; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uhorndotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uhorndotbelow.glyph deleted file mode 100644 index 374dd961..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uhorndotbelow.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = uhorndotbelow; -kernLeft = KO_u; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (113,0); -ref = dotbelowcomb; -} -); -width = 356; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (117,0); -ref = dotbelowcomb; -} -); -width = 518; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (235,0); -ref = dotbelowcomb; -} -); -width = 659; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (206,0); -ref = dotbelowcomb; -} -); -width = 765; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (107,0); -ref = dotbelowcomb; -} -); -width = 316; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (115,0); -ref = dotbelowcomb; -} -); -width = 498; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (214,0); -ref = dotbelowcomb; -} -); -width = 569; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (196,0); -ref = dotbelowcomb; -} -); -width = 639; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (235,0); -ref = dotbelowcomb; -} -); -width = 659; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (206,0); -ref = dotbelowcomb; -} -); -width = 765; -}, -{ -layerId = m019; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (206,0); -ref = dotbelowcomb; -} -); -width = 602; -}, -{ -layerId = m020; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (188,0); -ref = dotbelowcomb; -} -); -width = 671; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (122,0); -ref = dotbelowcomb; -} -); -width = 353; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (123,0); -ref = dotbelowcomb; -} -); -width = 515; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (217,0); -ref = dotbelowcomb; -} -); -width = 603; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (198,0); -ref = dotbelowcomb; -} -); -width = 673; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (244,0); -ref = dotbelowcomb; -} -); -width = 665; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (211,0); -ref = dotbelowcomb; -} -); -width = 769; -} -); -unicode = 7921; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uhorndotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uhorndotbelow.ss01.glyph deleted file mode 100644 index 171ab3b2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uhorndotbelow.ss01.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = uhorndotbelow.ss01; -kernLeft = KO_u; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (121,0); -ref = dotbelowcomb.ss01; -} -); -width = 356; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (106,0); -ref = dotbelowcomb.ss01; -} -); -width = 518; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (248,0); -ref = dotbelowcomb.ss01; -} -); -width = 659; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (218,0); -ref = dotbelowcomb.ss01; -} -); -width = 765; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (115,0); -ref = dotbelowcomb.ss01; -} -); -width = 316; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (104,0); -ref = dotbelowcomb.ss01; -} -); -width = 498; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (227,0); -ref = dotbelowcomb.ss01; -} -); -width = 569; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (185,0); -ref = dotbelowcomb.ss01; -} -); -width = 639; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (248,0); -ref = dotbelowcomb.ss01; -} -); -width = 659; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (218,0); -ref = dotbelowcomb.ss01; -} -); -width = 765; -}, -{ -layerId = m019; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (219,0); -ref = dotbelowcomb.ss01; -} -); -width = 602; -}, -{ -layerId = m020; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (175,0); -ref = dotbelowcomb.ss01; -} -); -width = 671; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (130,0); -ref = dotbelowcomb.ss01; -} -); -width = 353; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (114,0); -ref = dotbelowcomb.ss01; -} -); -width = 515; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (230,0); -ref = dotbelowcomb.ss01; -} -); -width = 603; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (189,0); -ref = dotbelowcomb.ss01; -} -); -width = 673; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (255,0); -ref = dotbelowcomb.ss01; -} -); -width = 665; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (225,0); -ref = dotbelowcomb.ss01; -} -); -width = 769; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uhorngrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uhorngrave.glyph deleted file mode 100644 index bf658703..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uhorngrave.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = uhorngrave; -kernLeft = KO_u; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (42,-156); -ref = gravecomb; -} -); -width = 356; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (26,-137); -ref = gravecomb; -} -); -width = 518; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (163,-155); -ref = gravecomb; -} -); -width = 659; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (122,-129); -ref = gravecomb; -} -); -width = 765; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (36,-156); -ref = gravecomb; -} -); -width = 316; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (24,-137); -ref = gravecomb; -} -); -width = 498; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (152,-155); -ref = gravecomb; -} -); -width = 569; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (112,-134); -ref = gravecomb; -} -); -width = 639; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (163,-155); -ref = gravecomb; -} -); -width = 659; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (122,-129); -ref = gravecomb; -} -); -width = 765; -}, -{ -layerId = m019; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (144,-155); -ref = gravecomb; -} -); -width = 602; -}, -{ -layerId = m020; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (110,-134); -ref = gravecomb; -} -); -width = 671; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (10,-156); -ref = gravecomb; -} -); -width = 353; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (5,-137); -ref = gravecomb; -} -); -width = 515; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (114,-155); -ref = gravecomb; -} -); -width = 603; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (75,-134); -ref = gravecomb; -} -); -width = 673; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (127,-155); -ref = gravecomb; -} -); -width = 665; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (90,-129); -ref = gravecomb; -} -); -width = 769; -} -); -unicode = 7915; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uhornhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uhornhookabove.glyph deleted file mode 100644 index c2466aba..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uhornhookabove.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = uhornhookabove; -kernLeft = KO_u; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (95,-156); -ref = hookabovecomb; -} -); -width = 356; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (96,-138); -ref = hookabovecomb; -} -); -width = 518; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (199,-155); -ref = hookabovecomb; -} -); -width = 659; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (203,-134); -ref = hookabovecomb; -} -); -width = 765; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (89,-156); -ref = hookabovecomb; -} -); -width = 316; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (94,-138); -ref = hookabovecomb; -} -); -width = 498; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (178,-155); -ref = hookabovecomb; -} -); -width = 569; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (158,-134); -ref = hookabovecomb; -} -); -width = 639; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (199,-155); -ref = hookabovecomb; -} -); -width = 659; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (203,-134); -ref = hookabovecomb; -} -); -width = 765; -}, -{ -layerId = m019; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (170,-155); -ref = hookabovecomb; -} -); -width = 602; -}, -{ -layerId = m020; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (153,-134); -ref = hookabovecomb; -} -); -width = 671; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (39,-157); -ref = hookabovecomb; -} -); -width = 353; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (59,-139); -ref = hookabovecomb; -} -); -width = 515; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (144,-156); -ref = hookabovecomb; -} -); -width = 603; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (116,-135); -ref = hookabovecomb; -} -); -width = 673; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (169,-156); -ref = hookabovecomb; -} -); -width = 665; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (155,-137); -ref = hookabovecomb; -} -); -width = 769; -} -); -unicode = 7917; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uhorntilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uhorntilde.glyph deleted file mode 100644 index 0757119d..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uhorntilde.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = uhorntilde; -kernLeft = KO_u; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (36,-156); -ref = tildecomb; -} -); -width = 356; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (3,-138); -ref = tildecomb; -} -); -width = 518; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (100,-155); -ref = tildecomb; -} -); -width = 659; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (92,-129); -ref = tildecomb; -} -); -width = 765; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (30,-156); -ref = tildecomb; -} -); -width = 316; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (1,-138); -ref = tildecomb; -} -); -width = 498; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (97,-155); -ref = tildecomb; -} -); -width = 569; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (63,-134); -ref = tildecomb; -} -); -width = 639; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (100,-155); -ref = tildecomb; -} -); -width = 659; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = uhorn; -}, -{ -alignment = -1; -pos = (92,-129); -ref = tildecomb; -} -); -width = 765; -}, -{ -layerId = m019; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (91,-155); -ref = tildecomb; -} -); -width = 602; -}, -{ -layerId = m020; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (59,-134); -ref = tildecomb; -} -); -width = 671; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (3,-156); -ref = tildecomb; -} -); -width = 353; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (-28,-138); -ref = tildecomb; -} -); -width = 515; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (59,-155); -ref = tildecomb; -} -); -width = 603; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (27,-134); -ref = tildecomb; -} -); -width = 673; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (65,-155); -ref = tildecomb; -} -); -width = 665; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = uhorn; -}, -{ -pos = (63,-134); -ref = tildecomb; -} -); -width = 769; -} -); -unicode = 7919; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uhungarumlaut.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uhungarumlaut.glyph deleted file mode 100644 index d4f65814..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uhungarumlaut.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = uhungarumlaut; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (79,-156); -ref = hungarumlautcomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (52,-137); -ref = hungarumlautcomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (178,-155); -ref = hungarumlautcomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (139,-129); -ref = hungarumlautcomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (73,-156); -ref = hungarumlautcomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (50,-137); -ref = hungarumlautcomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (165,-155); -ref = hungarumlautcomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (108,-134); -ref = hungarumlautcomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (178,-155); -ref = hungarumlautcomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (139,-129); -ref = hungarumlautcomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (157,-155); -ref = hungarumlautcomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (102,-134); -ref = hungarumlautcomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (45,-156); -ref = hungarumlautcomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (14,-137); -ref = hungarumlautcomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (125,-155); -ref = hungarumlautcomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (76,-134); -ref = hungarumlautcomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (142,-155); -ref = hungarumlautcomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (102,-129); -ref = hungarumlautcomb; -} -); -width = 714; -} -); -unicode = 369; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/umacron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/umacron.glyph deleted file mode 100644 index 893fd4c1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/umacron.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = umacron; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (39,-155); -ref = macroncomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (41,-139); -ref = macroncomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (79,-154); -ref = macroncomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (92,-129); -ref = macroncomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (33,-155); -ref = macroncomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (39,-139); -ref = macroncomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (86,-155); -ref = macroncomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (79,-134); -ref = macroncomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (79,-154); -ref = macroncomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (92,-129); -ref = macroncomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (80,-155); -ref = macroncomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (75,-134); -ref = macroncomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (5,-155); -ref = macroncomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (11,-139); -ref = macroncomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (47,-155); -ref = macroncomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (63,-134); -ref = macroncomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (43,-154); -ref = macroncomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (59,-129); -ref = macroncomb; -} -); -width = 714; -} -); -unicode = 363; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/underscore.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/underscore.glyph deleted file mode 100644 index a4ceca84..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/underscore.glyph +++ /dev/null @@ -1,284 +0,0 @@ -{ -glyphname = underscore; -kernLeft = KO_underscore; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,-25,l), -(292,0,l), -(42,0,l), -(42,-25,l) -); -} -); -width = 334; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(383,-150,l), -(383,0,l), -(19,0,l), -(19,-150,l) -); -} -); -width = 402; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(402,-32,l), -(402,0,l), -(46,0,l), -(46,-32,l) -); -} -); -width = 448; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(458,-158,l), -(458,0,l), -(30,0,l), -(30,-158,l) -); -} -); -width = 488; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(272,-25,l), -(272,0,l), -(22,0,l), -(22,-25,l) -); -} -); -width = 294; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(373,-150,l), -(373,0,l), -(9,0,l), -(9,-150,l) -); -} -); -width = 382; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(370,-33,l), -(370,0,l), -(40,0,l), -(40,-33,l) -); -} -); -width = 410; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(421,-160,l), -(421,0,l), -(17,0,l), -(17,-160,l) -); -} -); -width = 438; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(392,-32,l), -(392,0,l), -(36,0,l), -(36,-32,l) -); -} -); -width = 428; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(448,-158,l), -(448,0,l), -(20,0,l), -(20,-158,l) -); -} -); -width = 468; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(385,-33,l), -(385,0,l), -(61,0,l), -(61,-33,l) -); -} -); -width = 446; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(427,-160,l), -(427,0,l), -(37,0,l), -(37,-160,l) -); -} -); -width = 462; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,-25,l), -(236,0,l), -(-11,0,l), -(-16,-25,l) -); -} -); -width = 332; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,-150,l), -(323,0,l), -(-37,0,l), -(-68,-150,l) -); -} -); -width = 398; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(351,-32,l), -(358,0,l), -(6,0,l), -(-1,-32,l) -); -} -); -width = 471; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(348,-160,l), -(382,0,l), -(-18,0,l), -(-52,-160,l) -); -} -); -width = 475; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,-32,l), -(345,0,l), -(-7,0,l), -(-14,-32,l) -); -} -); -width = 445; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(364,-158,l), -(397,0,l), -(-26,0,l), -(-60,-158,l) -); -} -); -width = 483; -} -); -unicode = 95; -userData = { -KernOnName = underscore; -KernOnSpecialSpacing = { -L = underscore; -R = underscore; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uogonek.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uogonek.glyph deleted file mode 100644 index 9a69c918..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uogonek.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = uogonek; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (159,0); -ref = ogonekcomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (250,0); -ref = ogonekcomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (377,0); -ref = ogonekcomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (373,0); -ref = ogonekcomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (150,0); -ref = ogonekcomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (246,0); -ref = ogonekcomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (335,0); -ref = ogonekcomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (315,0); -ref = ogonekcomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (377,0); -ref = ogonekcomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (373,0); -ref = ogonekcomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (316,0); -ref = ogonekcomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (297,0); -ref = ogonekcomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (161,0); -ref = ogonekcomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (248,0); -ref = ogonekcomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (327,0); -ref = ogonekcomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (304,0); -ref = ogonekcomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (375,0); -ref = ogonekcomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (365,0); -ref = ogonekcomb; -} -); -width = 714; -} -); -unicode = 371; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/upA_rrow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/upA_rrow.glyph deleted file mode 100644 index b3181355..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/upA_rrow.glyph +++ /dev/null @@ -1,420 +0,0 @@ -{ -glyphname = upArrow; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(305,95,l), -(305,410,l), -(424,321,l), -(424,487,l), -(230,634,l), -(36,487,l), -(36,321,l), -(155,410,l), -(155,95,l) -); -} -); -width = 460; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(253,95,l), -(253,585,l), -(406,473,l), -(406,510,l), -(238,634,l), -(70,510,l), -(70,473,l), -(223,585,l), -(223,95,l) -); -} -); -width = 476; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(279,95,l), -(279,578,l), -(460,445,l), -(460,486,l), -(261,634,l), -(62,486,l), -(62,445,l), -(243,578,l), -(243,95,l) -); -} -); -width = 523; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(367,75,l), -(367,412,l), -(512,321,l), -(512,513,l), -(272,664,l), -(32,513,l), -(32,321,l), -(177,412,l), -(177,75,l) -); -} -); -width = 545; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,95,l), -(233,585,l), -(386,473,l), -(386,510,l), -(218,634,l), -(50,510,l), -(50,473,l), -(203,585,l), -(203,95,l) -); -} -); -width = 436; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(295,95,l), -(295,410,l), -(414,321,l), -(414,487,l), -(220,634,l), -(26,487,l), -(26,321,l), -(145,410,l), -(145,95,l) -); -} -); -width = 440; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,95,l), -(255,578,l), -(420,456,l), -(420,498,l), -(237,634,l), -(54,498,l), -(54,456,l), -(219,578,l), -(219,95,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 473; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(340,74,l), -(340,436,l), -(488,340,l), -(488,506,l), -(258,655,l), -(28,506,l), -(28,340,l), -(176,436,l), -(176,74,l) -); -} -); -width = 516; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(269,95,l), -(269,578,l), -(450,445,l), -(450,486,l), -(251,634,l), -(52,486,l), -(52,445,l), -(233,578,l), -(233,95,l) -); -} -); -width = 503; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(357,75,l), -(357,412,l), -(502,321,l), -(502,513,l), -(262,664,l), -(22,513,l), -(22,321,l), -(167,412,l), -(167,75,l) -); -} -); -width = 525; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(272,95,l), -(272,578,l), -(435,456,l), -(435,498,l), -(254,634,l), -(75,498,l), -(75,456,l), -(238,578,l), -(238,95,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 508; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(351,74,l), -(351,436,l), -(493,340,l), -(493,506,l), -(270,655,l), -(48,506,l), -(48,340,l), -(189,436,l), -(189,74,l) -); -} -); -width = 540; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(294,95,l), -(294,585,l), -(447,473,l), -(447,510,l), -(279,634,l), -(111,510,l), -(111,473,l), -(264,585,l), -(264,95,l) -); -} -); -width = 482; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,95,l), -(315,410,l), -(434,321,l), -(434,487,l), -(240,634,l), -(46,487,l), -(46,321,l), -(165,410,l), -(165,95,l) -); -} -); -width = 592; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,95,l), -(313,578,l), -(478,456,l), -(478,498,l), -(295,634,l), -(112,498,l), -(112,456,l), -(277,578,l), -(277,95,l) -); -} -); -width = 521; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(399,74,l), -(399,436,l), -(547,340,l), -(547,506,l), -(317,655,l), -(87,506,l), -(87,340,l), -(235,436,l), -(235,74,l) -); -} -); -width = 591; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,95,l), -(315,578,l), -(496,445,l), -(496,486,l), -(297,634,l), -(98,486,l), -(98,445,l), -(279,578,l), -(279,95,l) -); -} -); -width = 530; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(406,75,l), -(406,412,l), -(551,321,l), -(551,513,l), -(311,664,l), -(71,513,l), -(71,321,l), -(216,412,l), -(216,75,l) -); -} -); -width = 583; -} -); -unicode = 8593; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/uring.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/uring.glyph deleted file mode 100644 index 7c921a2c..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/uring.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = uring; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (73,-156); -ref = ringcomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (81,-137); -ref = ringcomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (159,-155); -ref = ringcomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (172,-129); -ref = ringcomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (67,-156); -ref = ringcomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (79,-137); -ref = ringcomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (153,-155); -ref = ringcomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (152,-134); -ref = ringcomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (159,-155); -ref = ringcomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (172,-129); -ref = ringcomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (145,-155); -ref = ringcomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (148,-134); -ref = ringcomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (40,-156); -ref = ringcomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (52,-137); -ref = ringcomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (114,-155); -ref = ringcomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (116,-134); -ref = ringcomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (121,-155); -ref = ringcomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (137,-134); -ref = ringcomb; -} -); -width = 714; -} -); -unicode = 367; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/utilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/utilde.glyph deleted file mode 100644 index 265baed6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/utilde.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = utilde; -kernLeft = KO_u; -kernRight = KO_i.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = u; -}, -{ -pos = (36,-156); -ref = tildecomb; -} -); -width = 354; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = u; -}, -{ -pos = (3,-138); -ref = tildecomb; -} -); -width = 474; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = u; -}, -{ -pos = (100,-155); -ref = tildecomb; -} -); -width = 626; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = u; -}, -{ -pos = (92,-129); -ref = tildecomb; -} -); -width = 723; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (30,-156); -ref = tildecomb; -} -); -width = 301; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = u; -}, -{ -pos = (1,-138); -ref = tildecomb; -} -); -width = 449; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (97,-155); -ref = tildecomb; -} -); -width = 535; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -ref = u; -}, -{ -pos = (63,-134); -ref = tildecomb; -} -); -width = 605; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (100,-155); -ref = tildecomb; -} -); -width = 626; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (92,-129); -ref = tildecomb; -} -); -width = 723; -}, -{ -layerId = m019; -shapes = ( -{ -ref = u; -}, -{ -pos = (91,-155); -ref = tildecomb; -} -); -width = 561; -}, -{ -layerId = m020; -shapes = ( -{ -ref = u; -}, -{ -pos = (59,-134); -ref = tildecomb; -} -); -width = 624; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = u; -}, -{ -pos = (3,-156); -ref = tildecomb; -} -); -width = 351; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = u; -}, -{ -pos = (-28,-138); -ref = tildecomb; -} -); -width = 471; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = u; -}, -{ -pos = (59,-155); -ref = tildecomb; -} -); -width = 569; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = u; -}, -{ -pos = (27,-134); -ref = tildecomb; -} -); -width = 638; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = u; -}, -{ -pos = (65,-155); -ref = tildecomb; -} -); -width = 620; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = u; -}, -{ -pos = (63,-134); -ref = tildecomb; -} -); -width = 714; -} -); -unicode = 361; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/v.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/v.glyph deleted file mode 100644 index ce4060ec..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/v.glyph +++ /dev/null @@ -1,917 +0,0 @@ -{ -glyphname = v; -kernLeft = KO_v; -kernRight = KO_v; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (222,0); -}, -{ -name = top; -pos = (222,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(345,0,l), -(434,541,l), -(256,541,l), -(234,268,l), -(225,133,l), -(217,133,l), -(208,269,l), -(187,541,l), -(8,541,l), -(96,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(345,0,l), -(434,541,l), -(256,541,l), -(233,257,l), -(225,133,l), -(217,133,l), -(209,257,l), -(187,541,l), -(8,541,l), -(96,0,l) -); -} -); -width = 442; -}, -{ -anchors = ( -{ -name = bottom; -pos = (131,0); -}, -{ -name = top; -pos = (131,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(149,0,l), -(253,516,l), -(223,516,l), -(154,151,l), -(134,32,l), -(132,32,l), -(111,152,l), -(41,516,l), -(10,516,l), -(114,0,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,0,l), -(253,516,l), -(223,516,l), -(159,178,l), -(135,32,l), -(131,32,l), -(107,178,l), -(43,516,l), -(13,516,l), -(116,0,l) -); -} -); -width = 266; -}, -{ -anchors = ( -{ -name = bottom; -pos = (288,0); -}, -{ -name = top; -pos = (288,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(306,0,l), -(565,517,l), -(524,517,l), -(329,120,l), -(290,36,l), -(288,36,l), -(248,120,l), -(51,517,l), -(9,517,l), -(270,0,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(309,0,l), -(563,517,l), -(522,517,l), -(358,179,l), -(291,36,l), -(285,36,l), -(217,179,l), -(53,517,l), -(11,517,l), -(267,0,l) -); -} -); -width = 575; -}, -{ -anchors = ( -{ -name = bottom; -pos = (346,0); -}, -{ -name = top; -pos = (346,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(477,0,l), -(698,544,l), -(473,544,l), -(372,248,l), -(349,168,l), -(340,168,l), -(318,248,l), -(218,544,l), -(-7,544,l), -(215,0,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(477,0,l), -(698,544,l), -(473,544,l), -(395,315,l), -(349,163,l), -(340,163,l), -(294,315,l), -(216,544,l), -(-9,544,l), -(212,0,l) -); -} -); -width = 689; -}, -{ -anchors = ( -{ -name = bottom; -pos = (124,0); -}, -{ -name = top; -pos = (124,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(152,0,l), -(256,516,l), -(226,516,l), -(157,151,l), -(137,32,l), -(135,32,l), -(114,152,l), -(44,516,l), -(13,516,l), -(117,0,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,0,l), -(246,516,l), -(215,516,l), -(151,186,l), -(127,52,l), -(126,52,l), -(101,186,l), -(37,516,l), -(6,516,l), -(109,0,l) -); -} -); -width = 252; -}, -{ -anchors = ( -{ -name = bottom; -pos = (213,0); -}, -{ -name = top; -pos = (213,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(341,0,l), -(430,541,l), -(252,541,l), -(230,268,l), -(221,133,l), -(213,133,l), -(204,269,l), -(183,541,l), -(4,541,l), -(92,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,0,l), -(423,541,l), -(251,541,l), -(226,306,l), -(214,199,l), -(213,199,l), -(200,306,l), -(177,541,l), -(1,541,l), -(101,0,l) -); -} -); -width = 424; -}, -{ -anchors = ( -{ -name = bottom; -pos = (223,0); -}, -{ -name = top; -pos = (223,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(266,0,l), -(462,518,l), -(422,518,l), -(280,134,l), -(246,39,l), -(244,39,l), -(209,134,l), -(66,518,l), -(25,518,l), -(224,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(244,0,l), -(442,517,l), -(402,517,l), -(287,208,l), -(224,41,l), -(223,41,l), -(160,208,l), -(44,517,l), -(4,517,l), -(203,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 446; -}, -{ -anchors = ( -{ -name = bottom; -pos = (293,0); -}, -{ -name = top; -pos = (293,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(424,0,l), -(601,544,l), -(395,544,l), -(338,295,l), -(307,155,l), -(301,155,l), -(269,296,l), -(213,544,l), -(8,544,l), -(185,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(408,0,l), -(590,544,l), -(385,544,l), -(318,278,l), -(298,194,l), -(297,194,l), -(275,278,l), -(205,544,l), -(-4,544,l), -(183,0,l) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (283,0); -}, -{ -name = top; -pos = (283,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(306,0,l), -(565,517,l), -(524,517,l), -(329,120,l), -(290,36,l), -(288,36,l), -(248,120,l), -(51,517,l), -(9,517,l), -(270,0,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,0,l), -(562,517,l), -(520,517,l), -(354,181,l), -(284,45,l), -(283,45,l), -(211,181,l), -(45,517,l), -(2,517,l), -(263,0,l) -); -} -); -width = 565; -}, -{ -anchors = ( -{ -name = bottom; -pos = (341,0); -}, -{ -name = top; -pos = (341,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(477,0,l), -(698,544,l), -(473,544,l), -(372,248,l), -(349,168,l), -(340,168,l), -(318,248,l), -(218,544,l), -(-7,544,l), -(215,0,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(472,0,l), -(693,544,l), -(463,544,l), -(388,321,l), -(342,186,l), -(341,186,l), -(293,326,l), -(218,544,l), -(-14,544,l), -(207,0,l) -); -} -); -width = 679; -}, -{ -anchors = ( -{ -name = bottom; -pos = (243,0); -}, -{ -name = top; -pos = (243,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(265,0,l), -(461,518,l), -(421,518,l), -(279,134,l), -(245,39,l), -(243,39,l), -(208,134,l), -(65,518,l), -(24,518,l), -(223,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(264,0,l), -(456,517,l), -(418,517,l), -(305,208,l), -(245,31,l), -(241,31,l), -(179,208,l), -(66,517,l), -(28,517,l), -(220,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -4 -); -stem = -2; -target = ( -0, -7 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -6 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 484; -}, -{ -anchors = ( -{ -name = bottom; -pos = (295,0); -}, -{ -name = top; -pos = (295,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(423,0,l), -(600,544,l), -(394,544,l), -(337,295,l), -(306,155,l), -(300,155,l), -(268,296,l), -(212,544,l), -(7,544,l), -(184,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(413,0,l), -(583,544,l), -(379,544,l), -(313,238,l), -(301,145,l), -(289,145,l), -(275,238,l), -(209,544,l), -(6,544,l), -(176,0,l) -); -} -); -width = 589; -}, -{ -anchors = ( -{ -name = bottom; -pos = (90,0); -}, -{ -name = top; -pos = (196,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(96,0,l), -(306,516,l), -(276,516,l), -(130,151,l), -(115,111,o), -(101,72,o), -(86,32,c), -(84,32,l), -(86,72,o), -(87,112,o), -(89,152,c), -(95,516,l), -(67,516,l), -(61,0,l) -); -} -); -}; -guides = ( -{ -pos = (162,0); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,0,l), -(306,516,l), -(275,516,l), -(129,151,l), -(88,32,l), -(84,32,l), -(89,152,l), -(95,516,l), -(67,516,l), -(61,0,l) -); -} -); -width = 266; -}, -{ -anchors = ( -{ -name = bottom; -pos = (174,0); -}, -{ -name = top; -pos = (286,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(286,0,l), -(486,541,l), -(309,541,l), -(230,268,l), -(194,133,l), -(186,133,l), -(205,269,l), -(241,541,l), -(64,541,l), -(40,0,l) -); -} -); -}; -guides = ( -{ -pos = (228,133); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,0,l), -(489,541,l), -(307,541,l), -(228,273,l), -(192,135,l), -(184,135,l), -(203,273,l), -(238,541,l), -(64,541,l), -(40,0,l) -); -} -); -width = 441; -}, -{ -anchors = ( -{ -name = bottom; -pos = (196,0); -}, -{ -name = top; -pos = (304,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(506,517,l), -(462,517,l), -(245,131,l), -(193,39,l), -(190,39,l), -(176,135,l), -(119,517,l), -(81,517,l), -(163,0,l) -); -} -); -width = 478; -}, -{ -anchors = ( -{ -name = bottom; -pos = (246,0); -}, -{ -name = top; -pos = (358,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(361,0,l), -(633,544,l), -(431,544,l), -(316,256,l), -(277,154,l), -(271,154,l), -(268,260,l), -(255,544,l), -(64,544,l), -(133,0,l) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (242,0); -}, -{ -name = top; -pos = (350,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,0,l), -(614,517,l), -(572,517,l), -(296,121,l), -(240,35,l), -(238,35,l), -(214,120,l), -(104,517,l), -(66,517,l), -(214,0,l) -); -} -); -width = 571; -}, -{ -anchors = ( -{ -name = bottom; -pos = (292,0); -}, -{ -name = top; -pos = (404,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(412,0,l), -(743,544,l), -(513,544,l), -(351,242,l), -(316,168,l), -(307,168,l), -(300,243,l), -(263,544,l), -(47,544,l), -(156,0,l) -); -} -); -width = 678; -} -); -unicode = 118; -userData = { -KernOnName = v; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/w.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/w.glyph deleted file mode 100644 index 1c440b47..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/w.glyph +++ /dev/null @@ -1,2121 +0,0 @@ -{ -glyphname = w; -kernLeft = KO_w; -kernRight = KO_w; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (324,0); -}, -{ -name = top; -pos = (324,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1087,0,l), -(1122,368,l), -(1128,368,l), -(1156,0,l), -(1353,0,l), -(1431,541,l), -(1276,541,l), -(1255,147,l), -(1249,147,l), -(1208,541,l), -(1038,541,l), -(1003,147,l), -(997,147,l), -(971,541,l), -(821,541,l), -(890,0,l) -); -}, -{ -closed = 1; -nodes = ( -(292,0,l), -(314,250,ls), -(317,283,o), -(319,315,o), -(322,368,c), -(328,368,l), -(330,315,o), -(331,283,o), -(333,250,cs), -(351,0,l), -(553,0,l), -(631,541,l), -(476,541,l), -(460,251,ls), -(458,223,o), -(457,195,o), -(456,147,c), -(450,147,l), -(446,195,o), -(443,223,o), -(440,251,cs), -(408,541,l), -(238,541,l), -(211,251,ls), -(208,223,o), -(206,195,o), -(202,147,c), -(196,147,l), -(195,195,o), -(193,223,o), -(191,251,cs), -(171,541,l), -(21,541,l), -(90,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(299,0,l), -(311,174,l), -(320,373,l), -(330,373,l), -(334,174,l), -(342,0,l), -(566,0,l), -(643,541,l), -(470,541,l), -(461,261,l), -(458,153,l), -(450,153,l), -(441,261,l), -(416,541,l), -(229,541,l), -(208,261,l), -(201,153,l), -(193,153,l), -(189,261,l), -(176,541,l), -(9,541,l), -(75,0,l) -); -} -); -width = 651; -}, -{ -anchors = ( -{ -name = bottom; -pos = (236,0); -}, -{ -name = top; -pos = (236,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(149,0,l), -(232,469,l), -(235,469,l), -(326,0,l), -(365,0,l), -(454,516,l), -(427,516,l), -(347,31,l), -(346,31,l), -(253,516,l), -(217,516,l), -(129,30,l), -(127,30,l), -(44,516,l), -(17,516,l), -(107,0,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(149,0,l), -(212,346,l), -(233,478,l), -(237,478,l), -(259,346,l), -(326,0,l), -(367,0,l), -(454,516,l), -(424,516,l), -(364,149,l), -(348,29,l), -(344,29,l), -(325,149,l), -(254,516,l), -(216,516,l), -(148,149,l), -(130,29,l), -(126,29,l), -(109,149,l), -(47,516,l), -(17,516,l), -(108,0,l) -); -} -); -width = 472; -}, -{ -anchors = ( -{ -name = bottom; -pos = (409,0); -}, -{ -name = top; -pos = (409,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(247,0,l), -(405,464,l), -(411,464,l), -(571,0,l), -(618,0,l), -(803,517,l), -(765,517,l), -(598,37,l), -(592,37,l), -(427,517,l), -(390,517,l), -(226,37,l), -(220,37,l), -(53,517,l), -(14,517,l), -(199,0,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,0,l), -(360,331,l), -(405,471,l), -(411,471,l), -(457,331,l), -(571,0,l), -(619,0,l), -(804,517,l), -(765,517,l), -(661,222,l), -(598,35,l), -(592,35,l), -(531,222,l), -(430,517,l), -(387,517,l), -(286,222,l), -(226,35,l), -(220,35,l), -(157,222,l), -(53,517,l), -(14,517,l), -(199,0,l) -); -} -); -width = 818; -}, -{ -anchors = ( -{ -name = bottom; -pos = (467,0); -}, -{ -name = top; -pos = (467,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(395,0,l), -(459,303,l), -(465,303,l), -(530,0,l), -(794,0,l), -(937,544,l), -(738,544,l), -(654,181,l), -(649,181,l), -(581,544,l), -(363,544,l), -(292,185,l), -(284,185,l), -(203,544,l), -(-5,544,l), -(136,0,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(395,0,l), -(432,173,l), -(459,317,l), -(465,317,l), -(493,173,l), -(530,0,l), -(785,0,l), -(937,544,l), -(738,544,l), -(685,306,l), -(657,171,l), -(652,171,l), -(628,306,l), -(581,544,l), -(363,544,l), -(314,306,l), -(289,175,l), -(281,175,l), -(255,306,l), -(203,544,l), -(-5,544,l), -(144,0,l) -); -} -); -width = 932; -}, -{ -anchors = ( -{ -name = bottom; -pos = (244,0); -}, -{ -name = top; -pos = (244,520); -} -); -associatedMasterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -attr = { -coordinates = ( -75, -300, -1, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(168,0,l), -(240,455,l), -(244,455,l), -(323,0,l), -(387,0,l), -(475,520,l), -(429,520,l), -(358,48,l), -(356,48,l), -(274,520,l), -(210,520,l), -(135,47,l), -(132,47,l), -(57,520,l), -(13,520,l), -(100,0,l) -); -} -); -}; -layerId = "673A42B2-1495-4696-86BB-72DD7E74E312"; -name = "{75, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,0,l), -(216,287,l), -(240,458,l), -(244,458,l), -(271,287,l), -(319,0,l), -(394,0,l), -(481,520,l), -(426,520,l), -(379,200,l), -(359,56,l), -(357,56,l), -(334,200,l), -(278,520,l), -(206,520,l), -(155,200,l), -(134,55,l), -(131,55,l), -(110,200,l), -(60,520,l), -(7,520,l), -(92,0,l) -); -} -); -width = 487; -}, -{ -anchors = ( -{ -name = bottom; -pos = (416,0); -}, -{ -name = top; -pos = (416,521); -} -); -associatedMasterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -attr = { -coordinates = ( -125, -300, -1, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(274,0,l), -(413,441,l), -(417,441,l), -(559,0,l), -(642,0,l), -(821,521,l), -(760,521,l), -(603,58,l), -(601,58,l), -(452,521,l), -(378,521,l), -(233,58,l), -(230,58,l), -(73,521,l), -(10,521,l), -(189,0,l) -); -} -); -}; -layerId = "DDC07BBB-A62D-45E2-A2C3-7CADEB8B30A5"; -name = "{125, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,0,l), -(372,312,l), -(412,452,l), -(418,452,l), -(459,312,l), -(560,0,l), -(641,0,l), -(821,521,l), -(758,521,l), -(638,165,l), -(605,53,l), -(600,53,l), -(567,165,l), -(452,521,l), -(378,521,l), -(266,165,l), -(234,53,l), -(228,53,l), -(194,165,l), -(74,521,l), -(10,521,l), -(190,0,l) -); -} -); -width = 831; -}, -{ -anchors = ( -{ -name = bottom; -pos = (211,0); -}, -{ -name = top; -pos = (211,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(134,0,l), -(217,469,l), -(220,469,l), -(311,0,l), -(350,0,l), -(439,516,l), -(412,516,l), -(332,31,l), -(331,31,l), -(238,516,l), -(202,516,l), -(114,30,l), -(112,30,l), -(29,516,l), -(2,516,l), -(92,0,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(132,0,l), -(189,340,l), -(210,470,l), -(211,470,l), -(232,340,l), -(292,0,l), -(332,0,l), -(412,516,l), -(383,516,l), -(328,153,l), -(312,34,l), -(311,34,l), -(292,153,l), -(227,516,l), -(193,516,l), -(130,153,l), -(113,34,l), -(112,34,l), -(95,153,l), -(38,516,l), -(10,516,l), -(93,0,l) -); -} -); -width = 422; -}, -{ -anchors = ( -{ -name = bottom; -pos = (248,0); -}, -{ -name = top; -pos = (248,520); -} -); -associatedMasterId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -attr = { -coordinates = ( -75, -300, -100, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(191,0,l), -(263,455,l), -(267,455,l), -(346,0,l), -(410,0,l), -(498,520,l), -(452,520,l), -(381,48,l), -(379,48,l), -(297,520,l), -(233,520,l), -(158,47,l), -(155,47,l), -(80,520,l), -(36,520,l), -(123,0,l) -); -} -); -}; -layerId = "339DB57D-2FDD-4F4B-8909-0660604A1951"; -name = "{75, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,0,l), -(221,318,l), -(243,451,l), -(244,451,l), -(266,318,l), -(327,0,l), -(393,0,l), -(479,520,l), -(425,520,l), -(373,184,l), -(356,66,l), -(355,66,l), -(336,184,l), -(272,520,l), -(215,520,l), -(153,184,l), -(135,66,l), -(134,66,l), -(117,184,l), -(63,520,l), -(9,520,l), -(97,0,l) -); -} -); -width = 488; -}, -{ -anchors = ( -{ -name = bottom; -pos = (306,0); -}, -{ -name = top; -pos = (306,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1074,0,l), -(1109,368,l), -(1115,368,l), -(1143,0,l), -(1340,0,l), -(1418,541,l), -(1263,541,l), -(1242,147,l), -(1236,147,l), -(1195,541,l), -(1025,541,l), -(990,147,l), -(984,147,l), -(958,541,l), -(808,541,l), -(877,0,l) -); -}, -{ -closed = 1; -nodes = ( -(279,0,l), -(301,250,ls), -(304,283,o), -(306,315,o), -(309,368,c), -(315,368,l), -(317,315,o), -(318,283,o), -(320,250,cs), -(338,0,l), -(540,0,l), -(618,541,l), -(463,541,l), -(447,251,ls), -(445,223,o), -(444,195,o), -(443,147,c), -(437,147,l), -(433,195,o), -(430,223,o), -(427,251,cs), -(395,541,l), -(225,541,l), -(198,251,ls), -(195,223,o), -(193,195,o), -(189,147,c), -(183,147,l), -(182,195,o), -(180,223,o), -(178,251,cs), -(158,541,l), -(8,541,l), -(77,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(263,0,l), -(289,186,l), -(308,340,l), -(309,340,l), -(329,186,l), -(354,0,l), -(542,0,l), -(611,541,l), -(445,541,l), -(436,371,l), -(429,261,l), -(427,261,l), -(413,370,l), -(389,541,l), -(235,541,l), -(211,371,l), -(196,261,l), -(194,261,l), -(187,371,l), -(178,541,l), -(1,541,l), -(69,0,l) -); -} -); -width = 612; -}, -{ -anchors = ( -{ -name = bottom; -pos = (354,0); -}, -{ -name = top; -pos = (354,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(245,0,l), -(376,471,l), -(379,471,l), -(516,0,l), -(564,0,l), -(709,517,l), -(673,517,l), -(542,38,l), -(540,38,l), -(401,517,l), -(356,517,l), -(223,37,l), -(221,37,l), -(85,517,l), -(49,517,l), -(195,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(210,0,l), -(298,295,l), -(353,475,l), -(354,475,l), -(410,295,l), -(501,0,l), -(549,0,l), -(704,517,l), -(663,517,l), -(576,209,l), -(524,36,l), -(523,36,l), -(472,209,l), -(374,517,l), -(332,517,l), -(237,209,l), -(187,36,l), -(186,36,l), -(133,209,l), -(45,517,l), -(4,517,l), -(160,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -} -); -}; -width = 708; -}, -{ -anchors = ( -{ -name = bottom; -pos = (347,0); -}, -{ -name = top; -pos = (347,521); -} -); -associatedMasterId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -attr = { -coordinates = ( -100, -300, -100, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(214,0,l), -(321,447,l), -(325,447,l), -(440,0,l), -(518,0,l), -(656,521,l), -(600,521,l), -(482,56,l), -(480,56,l), -(361,521,l), -(285,521,l), -(174,56,l), -(171,56,l), -(50,521,l), -(-7,521,l), -(131,0,l) -); -} -); -}; -layerId = "607F44F6-FD79-496D-8F04-B31F4D6B87B0"; -name = "{100, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,0,l), -(298,278,l), -(347,453,l), -(346,453,l), -(396,278,l), -(477,0,l), -(545,0,l), -(691,521,l), -(632,521,l), -(554,226,l), -(509,61,l), -(508,61,l), -(463,226,l), -(376,521,l), -(317,521,l), -(233,226,l), -(189,62,l), -(188,62,l), -(141,226,l), -(63,521,l), -(2,521,l), -(148,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -} -); -}; -width = 693; -}, -{ -anchors = ( -{ -name = bottom; -pos = (415,0); -}, -{ -name = top; -pos = (415,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(377,0,l), -(424,300,l), -(430,300,l), -(477,0,l), -(727,0,l), -(849,544,l), -(660,544,l), -(594,188,l), -(589,188,l), -(539,544,l), -(333,544,l), -(280,191,l), -(272,191,l), -(210,544,l), -(12,544,l), -(132,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(337,0,l), -(380,174,l), -(410,300,l), -(411,300,l), -(440,174,l), -(483,0,l), -(696,0,l), -(836,544,l), -(647,544,l), -(601,326,l), -(580,214,l), -(578,214,l), -(556,326,l), -(509,544,l), -(333,544,l), -(285,326,l), -(261,217,l), -(260,217,l), -(237,326,l), -(193,544,l), -(-9,544,l), -(125,0,l) -); -} -); -width = 827; -}, -{ -anchors = ( -{ -name = bottom; -pos = (426,0); -}, -{ -name = top; -pos = (426,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(269,0,l), -(427,464,l), -(433,464,l), -(593,0,l), -(640,0,l), -(825,517,l), -(787,517,l), -(620,37,l), -(614,37,l), -(449,517,l), -(412,517,l), -(248,37,l), -(242,37,l), -(75,517,l), -(36,517,l), -(221,0,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(248,0,l), -(369,331,l), -(422,477,l), -(423,477,l), -(476,331,l), -(598,0,l), -(648,0,l), -(849,517,l), -(808,517,l), -(696,222,l), -(625,35,l), -(624,35,l), -(555,222,l), -(445,517,l), -(401,517,l), -(291,222,l), -(223,35,l), -(222,35,l), -(151,222,l), -(39,517,l), -(-1,517,l), -(199,0,l) -); -} -); -width = 848; -}, -{ -anchors = ( -{ -name = bottom; -pos = (425,0); -}, -{ -name = top; -pos = (425,521); -} -); -associatedMasterId = "106FCE83-F343-403B-A314-646E4D059B3F"; -attr = { -coordinates = ( -125, -300, -100, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(260,0,l), -(399,441,l), -(403,441,l), -(545,0,l), -(628,0,l), -(807,521,l), -(746,521,l), -(589,58,l), -(587,58,l), -(438,521,l), -(364,521,l), -(219,58,l), -(216,58,l), -(59,521,l), -(-4,521,l), -(175,0,l) -); -} -); -}; -layerId = "BAD0B1F8-0B75-4555-9D4C-69ABC79D641B"; -name = "{125, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(266,0,l), -(372,307,l), -(421,452,l), -(422,452,l), -(472,307,l), -(578,0,l), -(657,0,l), -(848,521,l), -(784,521,l), -(683,238,l), -(620,61,l), -(619,61,l), -(557,238,l), -(458,521,l), -(390,521,l), -(291,238,l), -(229,61,l), -(228,61,l), -(165,238,l), -(64,521,l), -(-2,521,l), -(190,0,l) -); -} -); -width = 847; -}, -{ -anchors = ( -{ -name = bottom; -pos = (520,0); -}, -{ -name = top; -pos = (520,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(453,0,l), -(517,303,l), -(523,303,l), -(588,0,l), -(852,0,l), -(995,544,l), -(796,544,l), -(712,181,l), -(707,181,l), -(639,544,l), -(421,544,l), -(350,185,l), -(342,185,l), -(261,544,l), -(53,544,l), -(194,0,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(435,0,l), -(476,164,l), -(514,300,l), -(515,300,l), -(555,164,l), -(593,0,l), -(864,0,l), -(1041,544,l), -(822,544,l), -(765,333,l), -(731,214,l), -(730,214,l), -(697,333,l), -(642,544,l), -(412,544,l), -(356,333,l), -(321,218,l), -(320,218,l), -(289,333,l), -(229,544,l), -(-5,544,l), -(177,0,l) -); -} -); -width = 1036; -}, -{ -anchors = ( -{ -name = bottom; -pos = (357,0); -}, -{ -name = top; -pos = (357,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(228,0,l), -(359,471,l), -(362,471,l), -(499,0,l), -(547,0,l), -(692,517,l), -(656,517,l), -(525,38,l), -(523,38,l), -(384,517,l), -(339,517,l), -(206,37,l), -(204,37,l), -(68,517,l), -(32,517,l), -(178,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(227,0,l), -(327,365,l), -(354,476,l), -(358,476,l), -(389,365,l), -(492,0,l), -(541,0,l), -(682,517,l), -(645,517,l), -(547,149,l), -(519,31,l), -(515,31,l), -(483,149,l), -(379,517,l), -(335,517,l), -(233,149,l), -(203,31,l), -(199,31,l), -(168,149,l), -(70,517,l), -(34,517,l), -(176,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -} -); -}; -width = 715; -}, -{ -anchors = ( -{ -name = bottom; -pos = (341,0); -}, -{ -name = top; -pos = (341,521); -} -); -associatedMasterId = m019; -attr = { -coordinates = ( -100, -300, -1, -0 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(337,447,l), -(341,447,l), -(456,0,l), -(534,0,l), -(672,521,l), -(616,521,l), -(498,56,l), -(496,56,l), -(377,521,l), -(301,521,l), -(190,56,l), -(187,56,l), -(66,521,l), -(9,521,l), -(147,0,l) -); -} -); -}; -layerId = "3DA4DB50-7755-4BED-8CF9-DD6F3630DC99"; -name = "{100, 300, 0}"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(306,318,l), -(337,457,l), -(341,457,l), -(374,318,l), -(456,0,l), -(534,0,l), -(672,521,l), -(616,521,l), -(533,196,l), -(499,52,l), -(494,52,l), -(460,196,l), -(377,521,l), -(301,521,l), -(223,196,l), -(191,52,l), -(186,52,l), -(151,196,l), -(66,521,l), -(9,521,l), -(147,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -12 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -0, -1 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -0, -15 -); -type = Stem; -} -); -}; -width = 681; -}, -{ -anchors = ( -{ -name = bottom; -pos = (422,0); -}, -{ -name = top; -pos = (422,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(377,0,l), -(424,300,l), -(430,300,l), -(477,0,l), -(727,0,l), -(849,544,l), -(660,544,l), -(594,188,l), -(589,188,l), -(539,544,l), -(333,544,l), -(280,191,l), -(272,191,l), -(210,544,l), -(12,544,l), -(132,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(370,0,l), -(398,180,l), -(411,320,l), -(423,320,l), -(436,180,l), -(462,0,l), -(712,0,l), -(830,544,l), -(643,544,l), -(599,302,l), -(584,168,l), -(572,168,l), -(560,302,l), -(528,544,l), -(324,544,l), -(289,302,l), -(277,171,l), -(265,171,l), -(248,302,l), -(207,544,l), -(11,544,l), -(127,0,l) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = bottom; -pos = (191,0); -}, -{ -name = top; -pos = (285,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(96,0,l), -(275,469,l), -(277,469,l), -(270,0,l), -(307,0,l), -(504,516,l), -(475,516,l), -(294,31,l), -(292,31,l), -(303,516,l), -(267,516,l), -(80,30,l), -(78,30,l), -(96,516,l), -(71,516,l), -(55,0,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(96,0,l), -(220,326,l), -(276,480,l), -(280,480,l), -(274,326,l), -(269,0,l), -(308,0,l), -(504,516,l), -(473,516,l), -(340,160,l), -(296,29,l), -(292,29,l), -(297,160,l), -(304,516,l), -(265,516,l), -(128,160,l), -(82,30,l), -(78,30,l), -(86,160,l), -(98,516,l), -(70,516,l), -(55,0,l) -); -} -); -width = 468; -}, -{ -anchors = ( -{ -name = bottom; -pos = (187,0); -}, -{ -name = top; -pos = (295,520); -} -); -associatedMasterId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -attr = { -coordinates = ( -75, -300, -1, -1 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(268,455,l), -(271,455,l), -(254,0,l), -(317,0,l), -(513,520,l), -(466,520,l), -(297,48,l), -(294,48,l), -(311,520,l), -(253,520,l), -(78,47,l), -(75,47,l), -(98,520,l), -(56,520,l), -(36,0,l) -); -} -); -}; -layerId = "CED29051-8E87-4931-9B7E-050FF5E47FCE"; -name = "{75, 300, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(213,306,l), -(269,464,l), -(272,464,l), -(265,306,l), -(254,0,l), -(317,0,l), -(513,520,l), -(466,520,l), -(342,174,l), -(296,39,l), -(293,39,l), -(299,174,l), -(311,520,l), -(253,520,l), -(128,182,l), -(77,38,l), -(74,38,l), -(82,182,l), -(98,520,l), -(56,520,l), -(36,0,l) -); -} -); -width = 482; -}, -{ -anchors = ( -{ -name = bottom; -pos = (197,0); -}, -{ -name = top; -pos = (379,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(146,0,l), -(258,368,l), -(264,368,l), -(215,0,l), -(410,0,l), -(599,541,l), -(446,541,l), -(343,147,l), -(339,147,l), -(380,541,l), -(211,541,l), -(95,147,l), -(90,147,l), -(144,541,l), -(-5,541,l), -(-49,0,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,0,l), -(291,174,l), -(341,373,l), -(351,373,l), -(314,174,l), -(286,0,l), -(510,0,l), -(699,541,l), -(526,541,l), -(459,261,l), -(434,153,l), -(426,153,l), -(439,261,l), -(472,541,l), -(285,541,l), -(206,261,l), -(177,153,l), -(169,153,l), -(187,261,l), -(232,541,l), -(65,541,l), -(19,0,l) -); -} -); -width = 651; -}, -{ -anchors = ( -{ -name = bottom; -pos = (310,0); -}, -{ -name = top; -pos = (405,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(174,0,l), -(336,344,l), -(395,471,l), -(398,471,l), -(408,340,l), -(435,0,l), -(480,0,l), -(729,517,l), -(692,517,l), -(530,176,l), -(464,38,l), -(462,38,l), -(451,190,l), -(427,517,l), -(383,517,l), -(219,173,l), -(154,37,l), -(152,37,l), -(143,163,l), -(119,517,l), -(86,517,l), -(120,0,l) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = bottom; -pos = (281,0); -}, -{ -name = top; -pos = (389,521); -} -); -associatedMasterId = "095FE76F-1953-440B-9108-AA0678D151F9"; -attr = { -coordinates = ( -100, -300, -1, -1 -); -}; -layerId = "8FB92063-404F-498A-BCC0-76225BDCEC35"; -name = "{100, 300, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(161,0,l), -(290,292,l), -(359,447,l), -(363,447,l), -(369,288,l), -(381,0,l), -(459,0,l), -(703,521,l), -(645,521,l), -(498,199,l), -(433,56,l), -(430,56,l), -(424,203,l), -(411,521,l), -(337,521,l), -(182,170,l), -(131,56,l), -(128,56,l), -(123,168,l), -(106,521,l), -(53,521,l), -(80,0,l) -); -} -); -width = 670; -}, -{ -anchors = ( -{ -name = bottom; -pos = (389,0); -}, -{ -name = top; -pos = (481,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(314,0,l), -(376,173,l), -(421,310,l), -(427,310,l), -(420,173,l), -(411,0,l), -(659,0,l), -(893,544,l), -(697,544,l), -(616,333,l), -(560,178,l), -(555,178,l), -(566,333,l), -(583,544,l), -(379,544,l), -(304,330,l), -(256,181,l), -(249,181,l), -(254,330,l), -(262,544,l), -(69,544,l), -(72,0,l) -); -} -); -width = 849; -}, -{ -anchors = ( -{ -name = bottom; -pos = (361,0); -}, -{ -name = top; -pos = (457,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(191,0,l), -(445,464,l), -(449,464,l), -(511,0,l), -(558,0,l), -(849,517,l), -(808,517,l), -(542,37,l), -(540,37,l), -(475,517,l), -(438,517,l), -(174,37,l), -(172,37,l), -(105,517,l), -(69,517,l), -(144,0,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,0,l), -(335,265,l), -(447,479,l), -(453,479,l), -(477,265,l), -(511,0,l), -(560,0,l), -(849,517,l), -(808,517,l), -(642,218,l), -(544,35,l), -(539,35,l), -(516,218,l), -(478,517,l), -(435,517,l), -(273,218,l), -(175,35,l), -(170,35,l), -(147,218,l), -(105,517,l), -(69,517,l), -(142,0,l) -); -} -); -width = 810; -}, -{ -anchors = ( -{ -name = bottom; -pos = (357,0); -}, -{ -name = top; -pos = (465,521); -} -); -associatedMasterId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -attr = { -coordinates = ( -125, -300, -1, -1 -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,l), -(435,441,l), -(440,441,l), -(489,0,l), -(571,0,l), -(856,521,l), -(792,521,l), -(541,58,l), -(539,58,l), -(488,521,l), -(416,521,l), -(175,58,l), -(172,58,l), -(114,521,l), -(55,521,l), -(123,0,l) -); -} -); -}; -layerId = "EADF7CB7-6976-4F25-9FA6-5AB7F7B2C4C6"; -name = "{125, 300, -12}"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,0,l), -(344,265,l), -(434,441,l), -(441,441,l), -(460,265,l), -(489,0,l), -(571,0,l), -(856,521,l), -(792,521,l), -(612,189,l), -(543,58,l), -(537,58,l), -(525,189,l), -(488,521,l), -(416,521,l), -(243,189,l), -(177,58,l), -(170,58,l), -(156,189,l), -(114,521,l), -(55,521,l), -(123,0,l) -); -} -); -width = 822; -}, -{ -anchors = ( -{ -name = bottom; -pos = (416,0); -}, -{ -name = top; -pos = (514,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(335,0,l), -(461,303,l), -(467,303,l), -(468,0,l), -(730,0,l), -(984,544,l), -(776,544,l), -(618,181,l), -(613,181,l), -(622,544,l), -(406,544,l), -(261,185,l), -(253,185,l), -(249,544,l), -(52,544,l), -(78,0,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(337,0,l), -(404,167,l), -(461,314,l), -(467,314,l), -(467,167,l), -(467,0,l), -(730,0,l), -(984,544,l), -(776,544,l), -(674,309,l), -(616,170,l), -(611,170,l), -(616,309,l), -(622,544,l), -(406,544,l), -(311,309,l), -(259,176,l), -(251,176,l), -(252,309,l), -(249,544,l), -(52,544,l), -(78,0,l) -); -} -); -width = 924; -} -); -unicode = 119; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/wacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/wacute.glyph deleted file mode 100644 index 1d0c34ff..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/wacute.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = wacute; -kernRight = KO_w; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = w; -}, -{ -pos = (180,-156); -ref = acutecomb; -} -); -width = 472; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = w; -}, -{ -pos = (212,-137); -ref = acutecomb; -} -); -width = 651; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = w; -}, -{ -pos = (351,-155); -ref = acutecomb; -} -); -width = 818; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = w; -}, -{ -pos = (350,-129); -ref = acutecomb; -} -); -width = 932; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = w; -}, -{ -pos = (175,-156); -ref = acutecomb; -} -); -width = 422; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = w; -}, -{ -pos = (204,-137); -ref = acutecomb; -} -); -width = 612; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = w; -}, -{ -pos = (319,-155); -ref = acutecomb; -} -); -width = 708; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = w; -}, -{ -alignment = -1; -pos = (324,-134); -ref = acutecomb; -} -); -width = 839; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = w; -}, -{ -pos = (378,-155); -ref = acutecomb; -} -); -width = 848; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = w; -}, -{ -pos = (413,-129); -ref = acutecomb; -} -); -width = 1036; -}, -{ -layerId = m019; -shapes = ( -{ -ref = w; -}, -{ -pos = (301,-155); -ref = acutecomb; -} -); -width = 715; -}, -{ -layerId = m020; -shapes = ( -{ -ref = w; -}, -{ -pos = (312,-134); -ref = acutecomb; -} -); -width = 840; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = w; -}, -{ -pos = (144,-156); -ref = acutecomb; -} -); -width = 468; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = w; -}, -{ -pos = (184,-137); -ref = acutecomb; -} -); -width = 651; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = w; -}, -{ -pos = (263,-155); -ref = acutecomb; -} -); -width = 706; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = w; -}, -{ -pos = (286,-134); -ref = acutecomb; -} -); -width = 849; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = w; -}, -{ -pos = (314,-155); -ref = acutecomb; -} -); -width = 810; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = w; -}, -{ -pos = (314,-129); -ref = acutecomb; -} -); -width = 924; -} -); -unicode = 7811; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/wcircumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/wcircumflex.glyph deleted file mode 100644 index 996c6356..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/wcircumflex.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = wcircumflex; -kernLeft = KO_w; -kernRight = KO_w; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = w; -}, -{ -pos = (107,-156); -ref = circumflexcomb; -} -); -width = 472; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = w; -}, -{ -pos = (107,-137); -ref = circumflexcomb; -} -); -width = 651; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = w; -}, -{ -pos = (230,-155); -ref = circumflexcomb; -} -); -width = 818; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = w; -}, -{ -pos = (176,-129); -ref = circumflexcomb; -} -); -width = 932; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = w; -}, -{ -pos = (102,-156); -ref = circumflexcomb; -} -); -width = 422; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = w; -}, -{ -pos = (99,-137); -ref = circumflexcomb; -} -); -width = 612; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = w; -}, -{ -pos = (210,-155); -ref = circumflexcomb; -} -); -width = 708; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = w; -}, -{ -alignment = -1; -pos = (189,-134); -ref = circumflexcomb; -} -); -width = 839; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = w; -}, -{ -pos = (257,-155); -ref = circumflexcomb; -} -); -width = 848; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = w; -}, -{ -pos = (239,-129); -ref = circumflexcomb; -} -); -width = 1036; -}, -{ -layerId = m019; -shapes = ( -{ -ref = w; -}, -{ -pos = (194,-155); -ref = circumflexcomb; -} -); -width = 715; -}, -{ -layerId = m020; -shapes = ( -{ -ref = w; -}, -{ -pos = (183,-134); -ref = circumflexcomb; -} -); -width = 840; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = w; -}, -{ -pos = (70,-156); -ref = circumflexcomb; -} -); -width = 468; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = w; -}, -{ -pos = (77,-137); -ref = circumflexcomb; -} -); -width = 651; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = w; -}, -{ -pos = (153,-155); -ref = circumflexcomb; -} -); -width = 706; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = w; -}, -{ -pos = (152,-134); -ref = circumflexcomb; -} -); -width = 849; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = w; -}, -{ -pos = (191,-155); -ref = circumflexcomb; -} -); -width = 810; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = w; -}, -{ -pos = (138,-129); -ref = circumflexcomb; -} -); -width = 924; -} -); -unicode = 373; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/wdieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/wdieresis.glyph deleted file mode 100644 index 17ae8e1b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/wdieresis.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = wdieresis; -kernRight = KO_w; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = w; -}, -{ -pos = (118,-156); -ref = dieresiscomb; -} -); -width = 472; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = w; -}, -{ -pos = (99,-137); -ref = dieresiscomb; -} -); -width = 651; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = w; -}, -{ -pos = (232,-155); -ref = dieresiscomb; -} -); -width = 818; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = w; -}, -{ -pos = (184,-134); -ref = dieresiscomb; -} -); -width = 932; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = w; -}, -{ -pos = (113,-156); -ref = dieresiscomb; -} -); -width = 422; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = w; -}, -{ -pos = (91,-137); -ref = dieresiscomb; -} -); -width = 612; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = w; -}, -{ -pos = (212,-155); -ref = dieresiscomb; -} -); -width = 708; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = w; -}, -{ -alignment = -1; -pos = (193,-134); -ref = dieresiscomb; -} -); -width = 839; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = w; -}, -{ -pos = (259,-155); -ref = dieresiscomb; -} -); -width = 848; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = w; -}, -{ -pos = (247,-134); -ref = dieresiscomb; -} -); -width = 1036; -}, -{ -layerId = m019; -shapes = ( -{ -ref = w; -}, -{ -pos = (196,-155); -ref = dieresiscomb; -} -); -width = 715; -}, -{ -layerId = m020; -shapes = ( -{ -ref = w; -}, -{ -pos = (187,-134); -ref = dieresiscomb; -} -); -width = 840; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = w; -}, -{ -pos = (76,-156); -ref = dieresiscomb; -} -); -width = 468; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = w; -}, -{ -pos = (62,-137); -ref = dieresiscomb; -} -); -width = 651; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = w; -}, -{ -pos = (158,-155); -ref = dieresiscomb; -} -); -width = 706; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = w; -}, -{ -pos = (152,-134); -ref = dieresiscomb; -} -); -width = 849; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = w; -}, -{ -pos = (195,-155); -ref = dieresiscomb; -} -); -width = 810; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = w; -}, -{ -pos = (145,-134); -ref = dieresiscomb; -} -); -width = 924; -} -); -unicode = 7813; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/wdieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/wdieresis.ss01.glyph deleted file mode 100644 index 4accb578..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/wdieresis.ss01.glyph +++ /dev/null @@ -1,242 +0,0 @@ -{ -color = 6; -glyphname = wdieresis.ss01; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = w; -}, -{ -pos = (129,-156); -ref = dieresiscomb.ss01; -} -); -width = 472; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = w; -}, -{ -pos = (100,-137); -ref = dieresiscomb.ss01; -} -); -width = 651; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = w; -}, -{ -pos = (265,-155); -ref = dieresiscomb.ss01; -} -); -width = 818; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = w; -}, -{ -pos = (206,-134); -ref = dieresiscomb.ss01; -} -); -width = 932; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = w; -}, -{ -pos = (124,-156); -ref = dieresiscomb.ss01; -} -); -width = 422; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = w; -}, -{ -pos = (92,-137); -ref = dieresiscomb.ss01; -} -); -width = 612; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = w; -}, -{ -pos = (239,-155); -ref = dieresiscomb.ss01; -} -); -width = 708; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = w; -}, -{ -alignment = -1; -pos = (205,-134); -ref = dieresiscomb.ss01; -} -); -width = 839; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = w; -}, -{ -pos = (292,-155); -ref = dieresiscomb.ss01; -} -); -width = 848; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = w; -}, -{ -pos = (269,-134); -ref = dieresiscomb.ss01; -} -); -width = 1036; -}, -{ -layerId = m019; -shapes = ( -{ -ref = w; -}, -{ -pos = (221,-155); -ref = dieresiscomb.ss01; -} -); -width = 715; -}, -{ -layerId = m020; -shapes = ( -{ -ref = w; -}, -{ -pos = (199,-134); -ref = dieresiscomb.ss01; -} -); -width = 840; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = w; -}, -{ -pos = (89,-156); -ref = dieresiscomb.ss01; -} -); -width = 468; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = w; -}, -{ -pos = (70,-137); -ref = dieresiscomb.ss01; -} -); -width = 651; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = w; -}, -{ -pos = (180,-155); -ref = dieresiscomb.ss01; -} -); -width = 706; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = w; -}, -{ -pos = (168,-134); -ref = dieresiscomb.ss01; -} -); -width = 849; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = w; -}, -{ -pos = (232,-155); -ref = dieresiscomb.ss01; -} -); -width = 810; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = w; -}, -{ -pos = (174,-134); -ref = dieresiscomb.ss01; -} -); -width = 924; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/wgrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/wgrave.glyph deleted file mode 100644 index 18df5fe5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/wgrave.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = wgrave; -kernLeft = KO_w; -kernRight = KO_w; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = w; -}, -{ -pos = (102,-156); -ref = gravecomb; -} -); -width = 472; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = w; -}, -{ -pos = (115,-137); -ref = gravecomb; -} -); -width = 651; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = w; -}, -{ -pos = (265,-155); -ref = gravecomb; -} -); -width = 818; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = w; -}, -{ -pos = (233,-129); -ref = gravecomb; -} -); -width = 932; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = w; -}, -{ -pos = (97,-156); -ref = gravecomb; -} -); -width = 422; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = w; -}, -{ -pos = (107,-137); -ref = gravecomb; -} -); -width = 612; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = w; -}, -{ -pos = (240,-155); -ref = gravecomb; -} -); -width = 708; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = w; -}, -{ -alignment = -1; -pos = (227,-134); -ref = gravecomb; -} -); -width = 839; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = w; -}, -{ -pos = (292,-155); -ref = gravecomb; -} -); -width = 848; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = w; -}, -{ -pos = (296,-129); -ref = gravecomb; -} -); -width = 1036; -}, -{ -layerId = m019; -shapes = ( -{ -ref = w; -}, -{ -pos = (222,-155); -ref = gravecomb; -} -); -width = 715; -}, -{ -layerId = m020; -shapes = ( -{ -ref = w; -}, -{ -pos = (223,-134); -ref = gravecomb; -} -); -width = 840; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = w; -}, -{ -pos = (67,-156); -ref = gravecomb; -} -); -width = 468; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = w; -}, -{ -pos = (94,-137); -ref = gravecomb; -} -); -width = 651; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = w; -}, -{ -pos = (186,-155); -ref = gravecomb; -} -); -width = 706; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = w; -}, -{ -pos = (185,-134); -ref = gravecomb; -} -); -width = 849; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = w; -}, -{ -pos = (227,-155); -ref = gravecomb; -} -); -width = 810; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = w; -}, -{ -pos = (197,-129); -ref = gravecomb; -} -); -width = 924; -} -); -unicode = 7809; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/whiteC_ircle.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/whiteC_ircle.glyph deleted file mode 100644 index 283944d1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/whiteC_ircle.glyph +++ /dev/null @@ -1,834 +0,0 @@ -{ -glyphname = whiteCircle; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,21,o), -(73,132,o), -(73,365,cs), -(73,598,o), -(176,710,o), -(329,710,cs), -(483,710,o), -(585,599,o), -(585,365,cs), -(585,132,o), -(483,21,o), -(329,21,cs) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(171,61,o), -(102,192,o), -(102,366,cs), -(102,540,o), -(171,671,o), -(343,671,cs), -(515,671,o), -(584,540,o), -(584,366,cs), -(584,192,o), -(515,61,o), -(343,61,cs) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (415,363); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(212,21,o), -(74,159,o), -(74,363,cs), -(74,567,o), -(212,706,o), -(415,706,cs), -(619,706,o), -(757,567,o), -(757,363,cs), -(757,159,o), -(619,21,o), -(415,21,cs) -); -} -); -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(225,68,o), -(103,187,o), -(103,365,cs), -(103,544,o), -(226,663,o), -(407,663,cs), -(587,663,o), -(710,544,o), -(710,365,cs), -(710,187,o), -(588,68,o), -(407,68,cs) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,24,o), -(87,160,o), -(87,363,cs), -(87,566,o), -(232,702,o), -(432,702,cs), -(632,702,o), -(777,566,o), -(777,363,cs), -(777,160,o), -(632,24,o), -(432,24,cs) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,67,o), -(112,181,o), -(112,364,cs), -(112,547,o), -(240,661,o), -(420,661,cs), -(601,661,o), -(728,547,o), -(728,364,cs), -(728,181,o), -(601,67,o), -(420,67,cs) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (430,363); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(231,21,o), -(95,159,o), -(95,363,cs), -(95,567,o), -(231,706,o), -(430,706,cs), -(630,706,o), -(764,567,o), -(764,363,cs), -(764,159,o), -(630,21,o), -(430,21,cs) -); -} -); -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,68,o), -(122,187,o), -(122,365,cs), -(122,544,o), -(242,663,o), -(418,663,cs), -(593,663,o), -(713,544,o), -(713,365,cs), -(713,187,o), -(594,68,o), -(418,68,cs) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467,363); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (456,365); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(279,67,o), -(151,181,o), -(151,364,cs), -(151,547,o), -(279,661,o), -(459,661,cs), -(640,661,o), -(767,547,o), -(767,364,cs), -(767,181,o), -(640,67,o), -(459,67,cs) -); -} -); -width = 880; -} -); -unicode = 9675; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/whiteF_rowningF_ace.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/whiteF_rowningF_ace.glyph deleted file mode 100644 index 27996aae..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/whiteF_rowningF_ace.glyph +++ /dev/null @@ -1,1924 +0,0 @@ -{ -glyphname = whiteFrowningFace; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(637,-10,o), -(798,143,o), -(798,367,cs), -(798,585,o), -(637,739,o), -(419,739,cs), -(201,739,o), -(40,586,o), -(40,367,cs), -(40,143,o), -(201,-10,o), -(419,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,191,l), -(290,235,o), -(349,265,o), -(419,265,cs), -(485,265,o), -(546,238,o), -(576,191,c), -(639,191,l), -(610,275,o), -(521,322,o), -(419,322,cs), -(317,322,o), -(228,275,o), -(199,191,c) -); -}, -{ -closed = 1; -nodes = ( -(238,63,o), -(117,185,o), -(117,367,cs), -(117,546,o), -(238,666,o), -(419,666,cs), -(600,666,o), -(721,546,o), -(721,367,cs), -(721,185,o), -(600,63,o), -(419,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,403,o), -(390,424,o), -(390,454,cs), -(390,484,o), -(367,505,o), -(337,505,cs), -(307,505,o), -(283,484,o), -(283,454,cs), -(283,424,o), -(307,403,o), -(337,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(533,403,o), -(556,424,o), -(556,454,cs), -(556,484,o), -(533,505,o), -(503,505,cs), -(473,505,o), -(449,484,o), -(449,454,cs), -(449,424,o), -(473,403,o), -(503,403,cs) -); -} -); -width = 838; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(652,-10,o), -(809,140,o), -(809,366,cs), -(809,590,o), -(652,739,o), -(435,739,cs), -(218,739,o), -(60,590,o), -(60,366,cs), -(60,140,o), -(218,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(227,156,l), -(258,235,o), -(337,285,o), -(433,285,cs), -(532,285,o), -(611,235,o), -(640,156,c), -(674,156,l), -(641,254,o), -(554,316,o), -(433,316,cs), -(314,316,o), -(226,254,o), -(194,156,c) -); -}, -{ -closed = 1; -nodes = ( -(237,19,o), -(93,158,o), -(93,366,cs), -(93,572,o), -(237,710,o), -(435,710,cs), -(632,710,o), -(776,572,o), -(776,366,cs), -(776,158,o), -(632,19,o), -(435,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(385,412,o), -(406,431,o), -(406,458,cs), -(406,485,o), -(385,504,o), -(358,504,cs), -(331,504,o), -(310,485,o), -(310,458,cs), -(310,431,o), -(331,412,o), -(358,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(539,412,o), -(560,431,o), -(560,458,cs), -(560,485,o), -(539,504,o), -(512,504,cs), -(485,504,o), -(464,485,o), -(464,458,cs), -(464,431,o), -(485,412,o), -(512,412,cs) -); -} -); -width = 869; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(652,-10,o), -(809,140,o), -(809,366,cs), -(809,590,o), -(652,739,o), -(435,739,cs), -(218,739,o), -(60,590,o), -(60,366,cs), -(60,140,o), -(218,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(227,156,l), -(258,235,o), -(337,285,o), -(433,285,cs), -(532,285,o), -(611,235,o), -(640,156,c), -(674,156,l), -(641,254,o), -(554,316,o), -(433,316,cs), -(314,316,o), -(226,254,o), -(194,156,c) -); -}, -{ -closed = 1; -nodes = ( -(237,19,o), -(93,158,o), -(93,366,cs), -(93,572,o), -(237,710,o), -(435,710,cs), -(632,710,o), -(776,572,o), -(776,366,cs), -(776,158,o), -(632,19,o), -(435,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(385,412,o), -(406,431,o), -(406,458,cs), -(406,485,o), -(385,504,o), -(358,504,cs), -(331,504,o), -(310,485,o), -(310,458,cs), -(310,431,o), -(331,412,o), -(358,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(539,412,o), -(560,431,o), -(560,458,cs), -(560,485,o), -(539,504,o), -(512,504,cs), -(485,504,o), -(464,485,o), -(464,458,cs), -(464,431,o), -(485,412,o), -(512,412,cs) -); -} -); -width = 869; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(637,-10,o), -(798,143,o), -(798,367,cs), -(798,585,o), -(637,739,o), -(419,739,cs), -(201,739,o), -(40,586,o), -(40,367,cs), -(40,143,o), -(201,-10,o), -(419,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(262,191,l), -(290,235,o), -(349,265,o), -(419,265,cs), -(485,265,o), -(546,238,o), -(576,191,c), -(639,191,l), -(610,275,o), -(521,322,o), -(419,322,cs), -(317,322,o), -(228,275,o), -(199,191,c) -); -}, -{ -closed = 1; -nodes = ( -(238,63,o), -(117,185,o), -(117,367,cs), -(117,546,o), -(238,666,o), -(419,666,cs), -(600,666,o), -(721,546,o), -(721,367,cs), -(721,185,o), -(600,63,o), -(419,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,403,o), -(390,424,o), -(390,454,cs), -(390,484,o), -(367,505,o), -(337,505,cs), -(307,505,o), -(283,484,o), -(283,454,cs), -(283,424,o), -(307,403,o), -(337,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(533,403,o), -(556,424,o), -(556,454,cs), -(556,484,o), -(533,505,o), -(503,505,cs), -(473,505,o), -(449,484,o), -(449,454,cs), -(449,424,o), -(473,403,o), -(503,403,cs) -); -} -); -width = 838; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(632,-10,o), -(789,140,o), -(789,366,cs), -(789,590,o), -(632,739,o), -(415,739,cs), -(198,739,o), -(40,590,o), -(40,366,cs), -(40,140,o), -(198,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(207,156,l), -(238,235,o), -(317,285,o), -(413,285,cs), -(512,285,o), -(591,235,o), -(620,156,c), -(654,156,l), -(621,254,o), -(534,316,o), -(413,316,cs), -(294,316,o), -(206,254,o), -(174,156,c) -); -}, -{ -closed = 1; -nodes = ( -(217,19,o), -(73,158,o), -(73,366,cs), -(73,572,o), -(217,710,o), -(415,710,cs), -(612,710,o), -(756,572,o), -(756,366,cs), -(756,158,o), -(612,19,o), -(415,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,412,o), -(386,431,o), -(386,458,cs), -(386,485,o), -(365,504,o), -(338,504,cs), -(311,504,o), -(290,485,o), -(290,458,cs), -(290,431,o), -(311,412,o), -(338,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,412,o), -(540,431,o), -(540,458,cs), -(540,485,o), -(519,504,o), -(492,504,cs), -(465,504,o), -(444,485,o), -(444,458,cs), -(444,431,o), -(465,412,o), -(492,412,cs) -); -} -); -width = 829; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(627,-10,o), -(788,143,o), -(788,367,cs), -(788,585,o), -(627,739,o), -(409,739,cs), -(191,739,o), -(30,586,o), -(30,367,cs), -(30,143,o), -(191,-10,o), -(409,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,191,l), -(280,235,o), -(339,265,o), -(409,265,cs), -(475,265,o), -(536,238,o), -(566,191,c), -(629,191,l), -(600,275,o), -(511,322,o), -(409,322,cs), -(307,322,o), -(218,275,o), -(189,191,c) -); -}, -{ -closed = 1; -nodes = ( -(228,63,o), -(107,185,o), -(107,367,cs), -(107,546,o), -(228,666,o), -(409,666,cs), -(590,666,o), -(711,546,o), -(711,367,cs), -(711,185,o), -(590,63,o), -(409,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(357,403,o), -(380,424,o), -(380,454,cs), -(380,484,o), -(357,505,o), -(327,505,cs), -(297,505,o), -(273,484,o), -(273,454,cs), -(273,424,o), -(297,403,o), -(327,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(523,403,o), -(546,424,o), -(546,454,cs), -(546,484,o), -(523,505,o), -(493,505,cs), -(463,505,o), -(439,484,o), -(439,454,cs), -(439,424,o), -(463,403,o), -(493,403,cs) -); -} -); -width = 818; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(632,-10,o), -(789,140,o), -(789,366,cs), -(789,590,o), -(632,739,o), -(415,739,cs), -(198,739,o), -(40,590,o), -(40,366,cs), -(40,140,o), -(198,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(207,156,l), -(238,235,o), -(317,285,o), -(413,285,cs), -(512,285,o), -(591,235,o), -(620,156,c), -(654,156,l), -(621,254,o), -(534,316,o), -(413,316,cs), -(294,316,o), -(206,254,o), -(174,156,c) -); -}, -{ -closed = 1; -nodes = ( -(217,19,o), -(73,158,o), -(73,366,cs), -(73,572,o), -(217,710,o), -(415,710,cs), -(612,710,o), -(756,572,o), -(756,366,cs), -(756,158,o), -(612,19,o), -(415,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,412,o), -(386,431,o), -(386,458,cs), -(386,485,o), -(365,504,o), -(338,504,cs), -(311,504,o), -(290,485,o), -(290,458,cs), -(290,431,o), -(311,412,o), -(338,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,412,o), -(540,431,o), -(540,458,cs), -(540,485,o), -(519,504,o), -(492,504,cs), -(465,504,o), -(444,485,o), -(444,458,cs), -(444,431,o), -(465,412,o), -(492,412,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -3, -14 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -5 -); -stem = -2; -target = ( -2, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -3, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -3, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -4, -8 -); -stem = -2; -target = ( -4, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 829; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(616,-10,o), -(777,143,o), -(777,367,cs), -(777,585,o), -(616,739,o), -(398,739,cs), -(180,739,o), -(19,586,o), -(19,367,cs), -(19,143,o), -(180,-10,o), -(398,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,191,l), -(269,235,o), -(328,265,o), -(398,265,cs), -(464,265,o), -(525,238,o), -(555,191,c), -(618,191,l), -(589,275,o), -(500,322,o), -(398,322,cs), -(296,322,o), -(207,275,o), -(178,191,c) -); -}, -{ -closed = 1; -nodes = ( -(217,63,o), -(96,185,o), -(96,367,cs), -(96,546,o), -(217,666,o), -(398,666,cs), -(579,666,o), -(700,546,o), -(700,367,cs), -(700,185,o), -(579,63,o), -(398,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(346,403,o), -(369,424,o), -(369,454,cs), -(369,484,o), -(346,505,o), -(316,505,cs), -(286,505,o), -(262,484,o), -(262,454,cs), -(262,424,o), -(286,403,o), -(316,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(512,403,o), -(535,424,o), -(535,454,cs), -(535,484,o), -(512,505,o), -(482,505,cs), -(452,505,o), -(428,484,o), -(428,454,cs), -(428,424,o), -(452,403,o), -(482,403,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 796; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(642,-10,o), -(799,140,o), -(799,366,cs), -(799,590,o), -(642,739,o), -(425,739,cs), -(208,739,o), -(50,590,o), -(50,366,cs), -(50,140,o), -(208,-10,o), -(425,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(217,156,l), -(248,235,o), -(327,285,o), -(423,285,cs), -(522,285,o), -(601,235,o), -(630,156,c), -(664,156,l), -(631,254,o), -(544,316,o), -(423,316,cs), -(304,316,o), -(216,254,o), -(184,156,c) -); -}, -{ -closed = 1; -nodes = ( -(227,19,o), -(83,158,o), -(83,366,cs), -(83,572,o), -(227,710,o), -(425,710,cs), -(622,710,o), -(766,572,o), -(766,366,cs), -(766,158,o), -(622,19,o), -(425,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(375,412,o), -(396,431,o), -(396,458,cs), -(396,485,o), -(375,504,o), -(348,504,cs), -(321,504,o), -(300,485,o), -(300,458,cs), -(300,431,o), -(321,412,o), -(348,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(529,412,o), -(550,431,o), -(550,458,cs), -(550,485,o), -(529,504,o), -(502,504,cs), -(475,504,o), -(454,485,o), -(454,458,cs), -(454,431,o), -(475,412,o), -(502,412,cs) -); -} -); -width = 849; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(627,-10,o), -(788,143,o), -(788,367,cs), -(788,585,o), -(627,739,o), -(409,739,cs), -(191,739,o), -(30,586,o), -(30,367,cs), -(30,143,o), -(191,-10,o), -(409,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,191,l), -(280,235,o), -(339,265,o), -(409,265,cs), -(475,265,o), -(536,238,o), -(566,191,c), -(629,191,l), -(600,275,o), -(511,322,o), -(409,322,cs), -(307,322,o), -(218,275,o), -(189,191,c) -); -}, -{ -closed = 1; -nodes = ( -(228,63,o), -(107,185,o), -(107,367,cs), -(107,546,o), -(228,666,o), -(409,666,cs), -(590,666,o), -(711,546,o), -(711,367,cs), -(711,185,o), -(590,63,o), -(409,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(357,403,o), -(380,424,o), -(380,454,cs), -(380,484,o), -(357,505,o), -(327,505,cs), -(297,505,o), -(273,484,o), -(273,454,cs), -(273,424,o), -(297,403,o), -(327,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(523,403,o), -(546,424,o), -(546,454,cs), -(546,484,o), -(523,505,o), -(493,505,cs), -(463,505,o), -(439,484,o), -(439,454,cs), -(439,424,o), -(463,403,o), -(493,403,cs) -); -} -); -width = 818; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(642,-10,o), -(796,140,o), -(796,366,cs), -(796,590,o), -(642,739,o), -(430,739,cs), -(217,739,o), -(61,590,o), -(61,366,cs), -(61,140,o), -(217,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(226,156,l), -(255,235,o), -(334,285,o), -(428,285,cs), -(525,285,o), -(602,235,o), -(631,156,c), -(663,156,l), -(632,254,o), -(546,316,o), -(428,316,cs), -(311,316,o), -(225,254,o), -(193,156,c) -); -}, -{ -closed = 1; -nodes = ( -(236,19,o), -(94,158,o), -(94,366,cs), -(94,572,o), -(236,710,o), -(430,710,cs), -(623,710,o), -(763,572,o), -(763,366,cs), -(763,158,o), -(623,19,o), -(430,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(380,412,o), -(401,431,o), -(401,458,cs), -(401,485,o), -(380,504,o), -(353,504,cs), -(328,504,o), -(307,485,o), -(307,458,cs), -(307,431,o), -(328,412,o), -(353,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(532,412,o), -(551,431,o), -(551,458,cs), -(551,485,o), -(532,504,o), -(505,504,cs), -(478,504,o), -(457,485,o), -(457,458,cs), -(457,431,o), -(478,412,o), -(505,412,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -3, -14 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -5 -); -stem = -2; -target = ( -2, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -3, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -3, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -4, -8 -); -stem = -2; -target = ( -4, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 856; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(622,-10,o), -(779,143,o), -(779,367,cs), -(779,585,o), -(622,739,o), -(409,739,cs), -(196,739,o), -(39,586,o), -(39,367,cs), -(39,143,o), -(196,-10,o), -(409,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(256,191,l), -(283,234,o), -(340,265,o), -(409,265,cs), -(474,265,o), -(533,237,o), -(561,191,c), -(624,191,l), -(595,276,o), -(507,322,o), -(409,322,cs), -(311,322,o), -(223,276,o), -(194,191,c) -); -}, -{ -closed = 1; -nodes = ( -(233,63,o), -(115,185,o), -(115,367,cs), -(115,546,o), -(233,666,o), -(409,666,cs), -(585,666,o), -(703,546,o), -(703,367,cs), -(703,185,o), -(585,63,o), -(409,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(357,403,o), -(380,424,o), -(380,454,cs), -(380,484,o), -(357,505,o), -(329,505,cs), -(300,505,o), -(276,484,o), -(276,454,cs), -(276,424,o), -(300,403,o), -(329,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(520,403,o), -(543,424,o), -(543,454,cs), -(543,484,o), -(520,505,o), -(491,505,cs), -(462,505,o), -(439,484,o), -(439,454,cs), -(439,424,o), -(462,403,o), -(491,403,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 817; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(684,-10,o), -(841,140,o), -(841,366,cs), -(841,590,o), -(684,739,o), -(467,739,cs), -(250,739,o), -(92,590,o), -(92,366,cs), -(92,140,o), -(250,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,156,l), -(290,235,o), -(369,285,o), -(465,285,cs), -(564,285,o), -(643,235,o), -(672,156,c), -(706,156,l), -(673,254,o), -(586,316,o), -(465,316,cs), -(346,316,o), -(258,254,o), -(226,156,c) -); -}, -{ -closed = 1; -nodes = ( -(269,19,o), -(125,158,o), -(125,366,cs), -(125,572,o), -(269,710,o), -(467,710,cs), -(664,710,o), -(808,572,o), -(808,366,cs), -(808,158,o), -(664,19,o), -(467,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(417,412,o), -(438,431,o), -(438,458,cs), -(438,485,o), -(417,504,o), -(390,504,cs), -(363,504,o), -(342,485,o), -(342,458,cs), -(342,431,o), -(363,412,o), -(390,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(571,412,o), -(592,431,o), -(592,458,cs), -(592,485,o), -(571,504,o), -(544,504,cs), -(517,504,o), -(496,485,o), -(496,458,cs), -(496,431,o), -(517,412,o), -(544,412,cs) -); -} -); -width = 888; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(666,-10,o), -(827,143,o), -(827,367,cs), -(827,585,o), -(666,739,o), -(448,739,cs), -(230,739,o), -(69,586,o), -(69,367,cs), -(69,143,o), -(230,-10,o), -(448,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(291,191,l), -(319,235,o), -(378,265,o), -(448,265,cs), -(514,265,o), -(575,238,o), -(605,191,c), -(668,191,l), -(639,275,o), -(550,322,o), -(448,322,cs), -(346,322,o), -(257,275,o), -(228,191,c) -); -}, -{ -closed = 1; -nodes = ( -(267,63,o), -(146,185,o), -(146,367,cs), -(146,546,o), -(267,666,o), -(448,666,cs), -(629,666,o), -(750,546,o), -(750,367,cs), -(750,185,o), -(629,63,o), -(448,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(396,403,o), -(419,424,o), -(419,454,cs), -(419,484,o), -(396,505,o), -(366,505,cs), -(336,505,o), -(312,484,o), -(312,454,cs), -(312,424,o), -(336,403,o), -(366,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(562,403,o), -(585,424,o), -(585,454,cs), -(585,484,o), -(562,505,o), -(532,505,cs), -(502,505,o), -(478,484,o), -(478,454,cs), -(478,424,o), -(502,403,o), -(532,403,cs) -); -} -); -width = 856; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(684,-10,o), -(841,140,o), -(841,366,cs), -(841,590,o), -(684,739,o), -(467,739,cs), -(250,739,o), -(92,590,o), -(92,366,cs), -(92,140,o), -(250,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,156,l), -(290,235,o), -(369,285,o), -(465,285,cs), -(564,285,o), -(643,235,o), -(672,156,c), -(706,156,l), -(673,254,o), -(586,316,o), -(465,316,cs), -(346,316,o), -(258,254,o), -(226,156,c) -); -}, -{ -closed = 1; -nodes = ( -(269,19,o), -(125,158,o), -(125,366,cs), -(125,572,o), -(269,710,o), -(467,710,cs), -(664,710,o), -(808,572,o), -(808,366,cs), -(808,158,o), -(664,19,o), -(467,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(417,412,o), -(438,431,o), -(438,458,cs), -(438,485,o), -(417,504,o), -(390,504,cs), -(363,504,o), -(342,485,o), -(342,458,cs), -(342,431,o), -(363,412,o), -(390,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(571,412,o), -(592,431,o), -(592,458,cs), -(592,485,o), -(571,504,o), -(544,504,cs), -(517,504,o), -(496,485,o), -(496,458,cs), -(496,431,o), -(517,412,o), -(544,412,cs) -); -} -); -width = 888; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(666,-10,o), -(827,143,o), -(827,367,cs), -(827,585,o), -(666,739,o), -(448,739,cs), -(230,739,o), -(69,586,o), -(69,367,cs), -(69,143,o), -(230,-10,o), -(448,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(291,191,l), -(319,235,o), -(378,265,o), -(448,265,cs), -(514,265,o), -(575,238,o), -(605,191,c), -(668,191,l), -(639,275,o), -(550,322,o), -(448,322,cs), -(346,322,o), -(257,275,o), -(228,191,c) -); -}, -{ -closed = 1; -nodes = ( -(267,63,o), -(146,185,o), -(146,367,cs), -(146,546,o), -(267,666,o), -(448,666,cs), -(629,666,o), -(750,546,o), -(750,367,cs), -(750,185,o), -(629,63,o), -(448,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(396,403,o), -(419,424,o), -(419,454,cs), -(419,484,o), -(396,505,o), -(366,505,cs), -(336,505,o), -(312,484,o), -(312,454,cs), -(312,424,o), -(336,403,o), -(366,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(562,403,o), -(585,424,o), -(585,454,cs), -(585,484,o), -(562,505,o), -(532,505,cs), -(502,505,o), -(478,484,o), -(478,454,cs), -(478,424,o), -(502,403,o), -(532,403,cs) -); -} -); -width = 857; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(684,-10,o), -(841,140,o), -(841,366,cs), -(841,590,o), -(684,739,o), -(467,739,cs), -(250,739,o), -(92,590,o), -(92,366,cs), -(92,140,o), -(250,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(259,156,l), -(290,235,o), -(369,285,o), -(465,285,cs), -(564,285,o), -(643,235,o), -(672,156,c), -(706,156,l), -(673,254,o), -(586,316,o), -(465,316,cs), -(346,316,o), -(258,254,o), -(226,156,c) -); -}, -{ -closed = 1; -nodes = ( -(269,19,o), -(125,158,o), -(125,366,cs), -(125,572,o), -(269,710,o), -(467,710,cs), -(664,710,o), -(808,572,o), -(808,366,cs), -(808,158,o), -(664,19,o), -(467,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(417,412,o), -(438,431,o), -(438,458,cs), -(438,485,o), -(417,504,o), -(390,504,cs), -(363,504,o), -(342,485,o), -(342,458,cs), -(342,431,o), -(363,412,o), -(390,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(571,412,o), -(592,431,o), -(592,458,cs), -(592,485,o), -(571,504,o), -(544,504,cs), -(517,504,o), -(496,485,o), -(496,458,cs), -(496,431,o), -(517,412,o), -(544,412,cs) -); -} -); -width = 888; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(666,-10,o), -(827,143,o), -(827,367,cs), -(827,585,o), -(666,739,o), -(448,739,cs), -(230,739,o), -(69,586,o), -(69,367,cs), -(69,143,o), -(230,-10,o), -(448,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(291,191,l), -(319,235,o), -(378,265,o), -(448,265,cs), -(514,265,o), -(575,238,o), -(605,191,c), -(668,191,l), -(639,275,o), -(550,322,o), -(448,322,cs), -(346,322,o), -(257,275,o), -(228,191,c) -); -}, -{ -closed = 1; -nodes = ( -(267,63,o), -(146,185,o), -(146,367,cs), -(146,546,o), -(267,666,o), -(448,666,cs), -(629,666,o), -(750,546,o), -(750,367,cs), -(750,185,o), -(629,63,o), -(448,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(396,403,o), -(419,424,o), -(419,454,cs), -(419,484,o), -(396,505,o), -(366,505,cs), -(336,505,o), -(312,484,o), -(312,454,cs), -(312,424,o), -(336,403,o), -(366,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(562,403,o), -(585,424,o), -(585,454,cs), -(585,484,o), -(562,505,o), -(532,505,cs), -(502,505,o), -(478,484,o), -(478,454,cs), -(478,424,o), -(502,403,o), -(532,403,cs) -); -} -); -width = 857; -} -); -metricLeft = copyright; -metricRight = copyright; -unicode = 9785; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/whiteS_milingF_ace.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/whiteS_milingF_ace.glyph deleted file mode 100644 index 18512a5f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/whiteS_milingF_ace.glyph +++ /dev/null @@ -1,2124 +0,0 @@ -{ -glyphname = whiteSmilingFace; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(637,-10,o), -(798,143,o), -(798,367,cs), -(798,585,o), -(637,739,o), -(419,739,cs), -(201,739,o), -(40,586,o), -(40,367,cs), -(40,143,o), -(201,-10,o), -(419,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,124,o), -(629,195,o), -(648,297,c), -(673,297,l), -(673,332,l), -(547,332,l), -(547,297,l), -(579,297,l), -(561,232,o), -(500,191,o), -(419,191,cs), -(338,191,o), -(277,232,o), -(259,297,c), -(291,297,l), -(291,332,l), -(165,332,l), -(165,297,l), -(190,297,l), -(209,195,o), -(302,124,o), -(419,124,cs) -); -}, -{ -closed = 1; -nodes = ( -(238,63,o), -(117,185,o), -(117,367,cs), -(117,546,o), -(238,666,o), -(419,666,cs), -(600,666,o), -(721,546,o), -(721,367,cs), -(721,185,o), -(600,63,o), -(419,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,403,o), -(390,424,o), -(390,454,cs), -(390,484,o), -(367,505,o), -(337,505,cs), -(307,505,o), -(283,484,o), -(283,454,cs), -(283,424,o), -(307,403,o), -(337,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(533,403,o), -(556,424,o), -(556,454,cs), -(556,484,o), -(533,505,o), -(503,505,cs), -(473,505,o), -(449,484,o), -(449,454,cs), -(449,424,o), -(473,403,o), -(503,403,cs) -); -} -); -width = 838; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(652,-10,o), -(809,140,o), -(809,366,cs), -(809,590,o), -(652,739,o), -(435,739,cs), -(218,739,o), -(60,590,o), -(60,366,cs), -(60,140,o), -(218,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(572,105,o), -(667,187,o), -(685,311,c), -(721,311,l), -(721,326,l), -(612,326,l), -(612,311,l), -(651,311,l), -(639,206,o), -(550,136,o), -(433,136,cs), -(319,136,o), -(229,206,o), -(216,311,c), -(257,311,l), -(257,326,l), -(148,326,l), -(148,311,l), -(183,311,l), -(200,187,o), -(296,105,o), -(433,105,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,19,o), -(93,158,o), -(93,366,cs), -(93,572,o), -(237,710,o), -(435,710,cs), -(632,710,o), -(776,572,o), -(776,366,cs), -(776,158,o), -(632,19,o), -(435,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(385,412,o), -(406,431,o), -(406,458,cs), -(406,485,o), -(385,504,o), -(358,504,cs), -(331,504,o), -(310,485,o), -(310,458,cs), -(310,431,o), -(331,412,o), -(358,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(539,412,o), -(560,431,o), -(560,458,cs), -(560,485,o), -(539,504,o), -(512,504,cs), -(485,504,o), -(464,485,o), -(464,458,cs), -(464,431,o), -(485,412,o), -(512,412,cs) -); -} -); -width = 869; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(652,-10,o), -(809,140,o), -(809,366,cs), -(809,590,o), -(652,739,o), -(435,739,cs), -(218,739,o), -(60,590,o), -(60,366,cs), -(60,140,o), -(218,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(572,105,o), -(667,187,o), -(685,311,c), -(721,311,l), -(721,326,l), -(612,326,l), -(612,311,l), -(651,311,l), -(639,206,o), -(550,136,o), -(433,136,cs), -(319,136,o), -(229,206,o), -(216,311,c), -(257,311,l), -(257,326,l), -(148,326,l), -(148,311,l), -(183,311,l), -(200,187,o), -(296,105,o), -(433,105,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,19,o), -(93,158,o), -(93,366,cs), -(93,572,o), -(237,710,o), -(435,710,cs), -(632,710,o), -(776,572,o), -(776,366,cs), -(776,158,o), -(632,19,o), -(435,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(385,412,o), -(406,431,o), -(406,458,cs), -(406,485,o), -(385,504,o), -(358,504,cs), -(331,504,o), -(310,485,o), -(310,458,cs), -(310,431,o), -(331,412,o), -(358,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(539,412,o), -(560,431,o), -(560,458,cs), -(560,485,o), -(539,504,o), -(512,504,cs), -(485,504,o), -(464,485,o), -(464,458,cs), -(464,431,o), -(485,412,o), -(512,412,cs) -); -} -); -width = 869; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(637,-10,o), -(798,143,o), -(798,367,cs), -(798,585,o), -(637,739,o), -(419,739,cs), -(201,739,o), -(40,586,o), -(40,367,cs), -(40,143,o), -(201,-10,o), -(419,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,124,o), -(629,195,o), -(648,297,c), -(673,297,l), -(673,332,l), -(547,332,l), -(547,297,l), -(579,297,l), -(561,232,o), -(500,191,o), -(419,191,cs), -(338,191,o), -(277,232,o), -(259,297,c), -(291,297,l), -(291,332,l), -(165,332,l), -(165,297,l), -(190,297,l), -(209,195,o), -(302,124,o), -(419,124,cs) -); -}, -{ -closed = 1; -nodes = ( -(238,63,o), -(117,185,o), -(117,367,cs), -(117,546,o), -(238,666,o), -(419,666,cs), -(600,666,o), -(721,546,o), -(721,367,cs), -(721,185,o), -(600,63,o), -(419,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,403,o), -(390,424,o), -(390,454,cs), -(390,484,o), -(367,505,o), -(337,505,cs), -(307,505,o), -(283,484,o), -(283,454,cs), -(283,424,o), -(307,403,o), -(337,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(533,403,o), -(556,424,o), -(556,454,cs), -(556,484,o), -(533,505,o), -(503,505,cs), -(473,505,o), -(449,484,o), -(449,454,cs), -(449,424,o), -(473,403,o), -(503,403,cs) -); -} -); -width = 838; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(632,-10,o), -(789,140,o), -(789,366,cs), -(789,590,o), -(632,739,o), -(415,739,cs), -(198,739,o), -(40,590,o), -(40,366,cs), -(40,140,o), -(198,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(552,105,o), -(647,187,o), -(665,311,c), -(701,311,l), -(701,326,l), -(592,326,l), -(592,311,l), -(631,311,l), -(619,206,o), -(530,136,o), -(413,136,cs), -(299,136,o), -(209,206,o), -(196,311,c), -(237,311,l), -(237,326,l), -(128,326,l), -(128,311,l), -(163,311,l), -(180,187,o), -(276,105,o), -(413,105,cs) -); -}, -{ -closed = 1; -nodes = ( -(217,19,o), -(73,158,o), -(73,366,cs), -(73,572,o), -(217,710,o), -(415,710,cs), -(612,710,o), -(756,572,o), -(756,366,cs), -(756,158,o), -(612,19,o), -(415,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,412,o), -(386,431,o), -(386,458,cs), -(386,485,o), -(365,504,o), -(338,504,cs), -(311,504,o), -(290,485,o), -(290,458,cs), -(290,431,o), -(311,412,o), -(338,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,412,o), -(540,431,o), -(540,458,cs), -(540,485,o), -(519,504,o), -(492,504,cs), -(465,504,o), -(444,485,o), -(444,458,cs), -(444,431,o), -(465,412,o), -(492,412,cs) -); -} -); -width = 829; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(627,-10,o), -(788,143,o), -(788,367,cs), -(788,585,o), -(627,739,o), -(409,739,cs), -(191,739,o), -(30,586,o), -(30,367,cs), -(30,143,o), -(191,-10,o), -(409,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,124,o), -(619,195,o), -(638,297,c), -(663,297,l), -(663,332,l), -(537,332,l), -(537,297,l), -(569,297,l), -(551,232,o), -(490,191,o), -(409,191,cs), -(328,191,o), -(267,232,o), -(249,297,c), -(281,297,l), -(281,332,l), -(155,332,l), -(155,297,l), -(180,297,l), -(199,195,o), -(292,124,o), -(409,124,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,63,o), -(107,185,o), -(107,367,cs), -(107,546,o), -(228,666,o), -(409,666,cs), -(590,666,o), -(711,546,o), -(711,367,cs), -(711,185,o), -(590,63,o), -(409,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(357,403,o), -(380,424,o), -(380,454,cs), -(380,484,o), -(357,505,o), -(327,505,cs), -(297,505,o), -(273,484,o), -(273,454,cs), -(273,424,o), -(297,403,o), -(327,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(523,403,o), -(546,424,o), -(546,454,cs), -(546,484,o), -(523,505,o), -(493,505,cs), -(463,505,o), -(439,484,o), -(439,454,cs), -(439,424,o), -(463,403,o), -(493,403,cs) -); -} -); -width = 818; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(632,-10,o), -(789,140,o), -(789,366,cs), -(789,590,o), -(632,739,o), -(415,739,cs), -(198,739,o), -(40,590,o), -(40,366,cs), -(40,140,o), -(198,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(552,105,o), -(647,187,o), -(665,311,c), -(701,311,l), -(701,326,l), -(592,326,l), -(592,311,l), -(631,311,l), -(619,206,o), -(530,136,o), -(413,136,cs), -(299,136,o), -(209,206,o), -(196,311,c), -(237,311,l), -(237,326,l), -(128,326,l), -(128,311,l), -(163,311,l), -(180,187,o), -(276,105,o), -(413,105,cs) -); -}, -{ -closed = 1; -nodes = ( -(217,19,o), -(73,158,o), -(73,366,cs), -(73,572,o), -(217,710,o), -(415,710,cs), -(612,710,o), -(756,572,o), -(756,366,cs), -(756,158,o), -(612,19,o), -(415,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,412,o), -(386,431,o), -(386,458,cs), -(386,485,o), -(365,504,o), -(338,504,cs), -(311,504,o), -(290,485,o), -(290,458,cs), -(290,431,o), -(311,412,o), -(338,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(519,412,o), -(540,431,o), -(540,458,cs), -(540,485,o), -(519,504,o), -(492,504,cs), -(465,504,o), -(444,485,o), -(444,458,cs), -(444,431,o), -(465,412,o), -(492,412,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -10 -); -stem = -2; -target = ( -1, -21 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -16 -); -stem = -2; -target = ( -1, -17 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -3, -5 -); -stem = -2; -target = ( -3, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -3, -8 -); -stem = -2; -target = ( -3, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -4, -8 -); -stem = -2; -target = ( -4, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -17 -); -stem = -2; -target = ( -1, -14 -); -type = Stem; -} -); -}; -width = 829; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(616,-10,o), -(777,143,o), -(777,367,cs), -(777,585,o), -(616,739,o), -(398,739,cs), -(180,739,o), -(19,586,o), -(19,367,cs), -(19,143,o), -(180,-10,o), -(398,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(515,124,o), -(608,195,o), -(627,297,c), -(652,297,l), -(652,332,l), -(526,332,l), -(526,297,l), -(558,297,l), -(540,232,o), -(479,191,o), -(398,191,cs), -(317,191,o), -(256,232,o), -(238,297,c), -(270,297,l), -(270,332,l), -(144,332,l), -(144,297,l), -(169,297,l), -(188,195,o), -(281,124,o), -(398,124,cs) -); -}, -{ -closed = 1; -nodes = ( -(217,63,o), -(96,185,o), -(96,367,cs), -(96,546,o), -(217,666,o), -(398,666,cs), -(579,666,o), -(700,546,o), -(700,367,cs), -(700,185,o), -(579,63,o), -(398,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(346,403,o), -(369,424,o), -(369,454,cs), -(369,484,o), -(346,505,o), -(316,505,cs), -(286,505,o), -(262,484,o), -(262,454,cs), -(262,424,o), -(286,403,o), -(316,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(512,403,o), -(535,424,o), -(535,454,cs), -(535,484,o), -(512,505,o), -(482,505,cs), -(452,505,o), -(428,484,o), -(428,454,cs), -(428,424,o), -(452,403,o), -(482,403,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 796; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(642,-10,o), -(799,140,o), -(799,366,cs), -(799,590,o), -(642,739,o), -(425,739,cs), -(208,739,o), -(50,590,o), -(50,366,cs), -(50,140,o), -(208,-10,o), -(425,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(562,105,o), -(657,187,o), -(675,311,c), -(711,311,l), -(711,326,l), -(602,326,l), -(602,311,l), -(641,311,l), -(629,206,o), -(540,136,o), -(423,136,cs), -(309,136,o), -(219,206,o), -(206,311,c), -(247,311,l), -(247,326,l), -(138,326,l), -(138,311,l), -(173,311,l), -(190,187,o), -(286,105,o), -(423,105,cs) -); -}, -{ -closed = 1; -nodes = ( -(227,19,o), -(83,158,o), -(83,366,cs), -(83,572,o), -(227,710,o), -(425,710,cs), -(622,710,o), -(766,572,o), -(766,366,cs), -(766,158,o), -(622,19,o), -(425,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(375,412,o), -(396,431,o), -(396,458,cs), -(396,485,o), -(375,504,o), -(348,504,cs), -(321,504,o), -(300,485,o), -(300,458,cs), -(300,431,o), -(321,412,o), -(348,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(529,412,o), -(550,431,o), -(550,458,cs), -(550,485,o), -(529,504,o), -(502,504,cs), -(475,504,o), -(454,485,o), -(454,458,cs), -(454,431,o), -(475,412,o), -(502,412,cs) -); -} -); -width = 849; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(627,-10,o), -(788,143,o), -(788,367,cs), -(788,585,o), -(627,739,o), -(409,739,cs), -(191,739,o), -(30,586,o), -(30,367,cs), -(30,143,o), -(191,-10,o), -(409,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(526,124,o), -(619,195,o), -(638,297,c), -(663,297,l), -(663,332,l), -(537,332,l), -(537,297,l), -(569,297,l), -(551,232,o), -(490,191,o), -(409,191,cs), -(328,191,o), -(267,232,o), -(249,297,c), -(281,297,l), -(281,332,l), -(155,332,l), -(155,297,l), -(180,297,l), -(199,195,o), -(292,124,o), -(409,124,cs) -); -}, -{ -closed = 1; -nodes = ( -(228,63,o), -(107,185,o), -(107,367,cs), -(107,546,o), -(228,666,o), -(409,666,cs), -(590,666,o), -(711,546,o), -(711,367,cs), -(711,185,o), -(590,63,o), -(409,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(357,403,o), -(380,424,o), -(380,454,cs), -(380,484,o), -(357,505,o), -(327,505,cs), -(297,505,o), -(273,484,o), -(273,454,cs), -(273,424,o), -(297,403,o), -(327,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(523,403,o), -(546,424,o), -(546,454,cs), -(546,484,o), -(523,505,o), -(493,505,cs), -(463,505,o), -(439,484,o), -(439,454,cs), -(439,424,o), -(463,403,o), -(493,403,cs) -); -} -); -width = 818; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(642,-10,o), -(796,140,o), -(796,366,cs), -(796,590,o), -(642,739,o), -(430,739,cs), -(217,739,o), -(61,590,o), -(61,366,cs), -(61,140,o), -(217,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(563,105,o), -(656,187,o), -(674,311,c), -(710,311,l), -(710,326,l), -(603,326,l), -(603,311,l), -(641,311,l), -(630,206,o), -(542,136,o), -(428,136,cs), -(316,136,o), -(228,206,o), -(215,311,c), -(254,311,l), -(254,326,l), -(149,326,l), -(149,311,l), -(182,311,l), -(199,187,o), -(293,105,o), -(428,105,cs) -); -}, -{ -closed = 1; -nodes = ( -(236,19,o), -(94,158,o), -(94,366,cs), -(94,572,o), -(236,710,o), -(430,710,cs), -(623,710,o), -(763,572,o), -(763,366,cs), -(763,158,o), -(623,19,o), -(430,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(380,412,o), -(401,431,o), -(401,458,cs), -(401,485,o), -(380,504,o), -(353,504,cs), -(328,504,o), -(307,485,o), -(307,458,cs), -(307,431,o), -(328,412,o), -(353,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(532,412,o), -(551,431,o), -(551,458,cs), -(551,485,o), -(532,504,o), -(505,504,cs), -(478,504,o), -(457,485,o), -(457,458,cs), -(457,431,o), -(478,412,o), -(505,412,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -10 -); -stem = -2; -target = ( -1, -21 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -16 -); -stem = -2; -target = ( -1, -17 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -3, -5 -); -stem = -2; -target = ( -3, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -3, -8 -); -stem = -2; -target = ( -3, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -4, -8 -); -stem = -2; -target = ( -4, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -17 -); -stem = -2; -target = ( -1, -14 -); -type = Stem; -} -); -}; -width = 856; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(622,-10,o), -(779,143,o), -(779,367,cs), -(779,585,o), -(622,739,o), -(409,739,cs), -(196,739,o), -(39,586,o), -(39,367,cs), -(39,143,o), -(196,-10,o), -(409,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(522,124,o), -(614,194,o), -(633,297,c), -(656,297,l), -(656,332,l), -(533,332,l), -(533,297,l), -(564,297,l), -(546,232,o), -(488,191,o), -(409,191,cs), -(330,191,o), -(271,232,o), -(253,297,c), -(285,297,l), -(285,332,l), -(161,332,l), -(161,297,l), -(185,297,l), -(204,194,o), -(296,124,o), -(409,124,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,63,o), -(115,185,o), -(115,367,cs), -(115,546,o), -(233,666,o), -(409,666,cs), -(585,666,o), -(703,546,o), -(703,367,cs), -(703,185,o), -(585,63,o), -(409,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(357,403,o), -(380,424,o), -(380,454,cs), -(380,484,o), -(357,505,o), -(329,505,cs), -(300,505,o), -(276,484,o), -(276,454,cs), -(276,424,o), -(300,403,o), -(329,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(520,403,o), -(543,424,o), -(543,454,cs), -(543,484,o), -(520,505,o), -(491,505,cs), -(462,505,o), -(439,484,o), -(439,454,cs), -(439,424,o), -(462,403,o), -(491,403,cs) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = copyright; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = copyright; -}; -width = 817; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(684,-10,o), -(841,140,o), -(841,366,cs), -(841,590,o), -(684,739,o), -(467,739,cs), -(250,739,o), -(92,590,o), -(92,366,cs), -(92,140,o), -(250,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(604,105,o), -(699,187,o), -(717,311,c), -(753,311,l), -(753,326,l), -(644,326,l), -(644,311,l), -(683,311,l), -(671,206,o), -(582,136,o), -(465,136,cs), -(351,136,o), -(261,206,o), -(248,311,c), -(289,311,l), -(289,326,l), -(180,326,l), -(180,311,l), -(215,311,l), -(232,187,o), -(328,105,o), -(465,105,cs) -); -}, -{ -closed = 1; -nodes = ( -(269,19,o), -(125,158,o), -(125,366,cs), -(125,572,o), -(269,710,o), -(467,710,cs), -(664,710,o), -(808,572,o), -(808,366,cs), -(808,158,o), -(664,19,o), -(467,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(417,412,o), -(438,431,o), -(438,458,cs), -(438,485,o), -(417,504,o), -(390,504,cs), -(363,504,o), -(342,485,o), -(342,458,cs), -(342,431,o), -(363,412,o), -(390,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(571,412,o), -(592,431,o), -(592,458,cs), -(592,485,o), -(571,504,o), -(544,504,cs), -(517,504,o), -(496,485,o), -(496,458,cs), -(496,431,o), -(517,412,o), -(544,412,cs) -); -} -); -width = 888; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(666,-10,o), -(827,143,o), -(827,367,cs), -(827,585,o), -(666,739,o), -(448,739,cs), -(230,739,o), -(69,586,o), -(69,367,cs), -(69,143,o), -(230,-10,o), -(448,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(565,124,o), -(658,195,o), -(677,297,c), -(702,297,l), -(702,332,l), -(576,332,l), -(576,297,l), -(608,297,l), -(590,232,o), -(529,191,o), -(448,191,cs), -(367,191,o), -(306,232,o), -(288,297,c), -(320,297,l), -(320,332,l), -(194,332,l), -(194,297,l), -(219,297,l), -(238,195,o), -(331,124,o), -(448,124,cs) -); -}, -{ -closed = 1; -nodes = ( -(267,63,o), -(146,185,o), -(146,367,cs), -(146,546,o), -(267,666,o), -(448,666,cs), -(629,666,o), -(750,546,o), -(750,367,cs), -(750,185,o), -(629,63,o), -(448,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(396,403,o), -(419,424,o), -(419,454,cs), -(419,484,o), -(396,505,o), -(366,505,cs), -(336,505,o), -(312,484,o), -(312,454,cs), -(312,424,o), -(336,403,o), -(366,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(562,403,o), -(585,424,o), -(585,454,cs), -(585,484,o), -(562,505,o), -(532,505,cs), -(502,505,o), -(478,484,o), -(478,454,cs), -(478,424,o), -(502,403,o), -(532,403,cs) -); -} -); -width = 856; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(684,-10,o), -(841,140,o), -(841,366,cs), -(841,590,o), -(684,739,o), -(467,739,cs), -(250,739,o), -(92,590,o), -(92,366,cs), -(92,140,o), -(250,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(604,105,o), -(699,187,o), -(717,311,c), -(753,311,l), -(753,326,l), -(644,326,l), -(644,311,l), -(683,311,l), -(671,206,o), -(582,136,o), -(465,136,cs), -(351,136,o), -(261,206,o), -(248,311,c), -(289,311,l), -(289,326,l), -(180,326,l), -(180,311,l), -(215,311,l), -(232,187,o), -(328,105,o), -(465,105,cs) -); -}, -{ -closed = 1; -nodes = ( -(269,19,o), -(125,158,o), -(125,366,cs), -(125,572,o), -(269,710,o), -(467,710,cs), -(664,710,o), -(808,572,o), -(808,366,cs), -(808,158,o), -(664,19,o), -(467,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(417,412,o), -(438,431,o), -(438,458,cs), -(438,485,o), -(417,504,o), -(390,504,cs), -(363,504,o), -(342,485,o), -(342,458,cs), -(342,431,o), -(363,412,o), -(390,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(571,412,o), -(592,431,o), -(592,458,cs), -(592,485,o), -(571,504,o), -(544,504,cs), -(517,504,o), -(496,485,o), -(496,458,cs), -(496,431,o), -(517,412,o), -(544,412,cs) -); -} -); -width = 888; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(666,-10,o), -(827,143,o), -(827,367,cs), -(827,585,o), -(666,739,o), -(448,739,cs), -(230,739,o), -(69,586,o), -(69,367,cs), -(69,143,o), -(230,-10,o), -(448,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(565,124,o), -(658,195,o), -(677,297,c), -(702,297,l), -(702,332,l), -(576,332,l), -(576,297,l), -(608,297,l), -(590,232,o), -(529,191,o), -(448,191,cs), -(367,191,o), -(306,232,o), -(288,297,c), -(320,297,l), -(320,332,l), -(194,332,l), -(194,297,l), -(219,297,l), -(238,195,o), -(331,124,o), -(448,124,cs) -); -}, -{ -closed = 1; -nodes = ( -(267,63,o), -(146,185,o), -(146,367,cs), -(146,546,o), -(267,666,o), -(448,666,cs), -(629,666,o), -(750,546,o), -(750,367,cs), -(750,185,o), -(629,63,o), -(448,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(396,403,o), -(419,424,o), -(419,454,cs), -(419,484,o), -(396,505,o), -(366,505,cs), -(336,505,o), -(312,484,o), -(312,454,cs), -(312,424,o), -(336,403,o), -(366,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(562,403,o), -(585,424,o), -(585,454,cs), -(585,484,o), -(562,505,o), -(532,505,cs), -(502,505,o), -(478,484,o), -(478,454,cs), -(478,424,o), -(502,403,o), -(532,403,cs) -); -} -); -width = 857; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(684,-10,o), -(841,140,o), -(841,366,cs), -(841,590,o), -(684,739,o), -(467,739,cs), -(250,739,o), -(92,590,o), -(92,366,cs), -(92,140,o), -(250,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(604,105,o), -(699,187,o), -(717,311,c), -(753,311,l), -(753,326,l), -(644,326,l), -(644,311,l), -(683,311,l), -(671,206,o), -(582,136,o), -(465,136,cs), -(351,136,o), -(261,206,o), -(248,311,c), -(289,311,l), -(289,326,l), -(180,326,l), -(180,311,l), -(215,311,l), -(232,187,o), -(328,105,o), -(465,105,cs) -); -}, -{ -closed = 1; -nodes = ( -(269,19,o), -(125,158,o), -(125,366,cs), -(125,572,o), -(269,710,o), -(467,710,cs), -(664,710,o), -(808,572,o), -(808,366,cs), -(808,158,o), -(664,19,o), -(467,19,cs) -); -}, -{ -closed = 1; -nodes = ( -(417,412,o), -(438,431,o), -(438,458,cs), -(438,485,o), -(417,504,o), -(390,504,cs), -(363,504,o), -(342,485,o), -(342,458,cs), -(342,431,o), -(363,412,o), -(390,412,cs) -); -}, -{ -closed = 1; -nodes = ( -(571,412,o), -(592,431,o), -(592,458,cs), -(592,485,o), -(571,504,o), -(544,504,cs), -(517,504,o), -(496,485,o), -(496,458,cs), -(496,431,o), -(517,412,o), -(544,412,cs) -); -} -); -width = 888; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(666,-10,o), -(827,143,o), -(827,367,cs), -(827,585,o), -(666,739,o), -(448,739,cs), -(230,739,o), -(69,586,o), -(69,367,cs), -(69,143,o), -(230,-10,o), -(448,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(565,124,o), -(658,195,o), -(677,297,c), -(702,297,l), -(702,332,l), -(576,332,l), -(576,297,l), -(608,297,l), -(590,232,o), -(529,191,o), -(448,191,cs), -(367,191,o), -(306,232,o), -(288,297,c), -(320,297,l), -(320,332,l), -(194,332,l), -(194,297,l), -(219,297,l), -(238,195,o), -(331,124,o), -(448,124,cs) -); -}, -{ -closed = 1; -nodes = ( -(267,63,o), -(146,185,o), -(146,367,cs), -(146,546,o), -(267,666,o), -(448,666,cs), -(629,666,o), -(750,546,o), -(750,367,cs), -(750,185,o), -(629,63,o), -(448,63,cs) -); -}, -{ -closed = 1; -nodes = ( -(396,403,o), -(419,424,o), -(419,454,cs), -(419,484,o), -(396,505,o), -(366,505,cs), -(336,505,o), -(312,484,o), -(312,454,cs), -(312,424,o), -(336,403,o), -(366,403,cs) -); -}, -{ -closed = 1; -nodes = ( -(562,403,o), -(585,424,o), -(585,454,cs), -(585,484,o), -(562,505,o), -(532,505,cs), -(502,505,o), -(478,484,o), -(478,454,cs), -(478,424,o), -(502,403,o), -(532,403,cs) -); -} -); -width = 857; -} -); -metricLeft = copyright; -metricRight = copyright; -unicode = 9786; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/won.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/won.glyph deleted file mode 100644 index 526280d2..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/won.glyph +++ /dev/null @@ -1,1024 +0,0 @@ -{ -glyphname = won; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(300,691,l), -(306,691,l), -(402,0,l), -(454,0,l), -(557,729,l), -(524,729,l), -(432,33,l), -(427,33,l), -(329,729,l), -(277,729,l), -(180,33,l), -(175,33,l), -(83,729,l), -(49,729,l), -(153,0,l) -); -}, -{ -closed = 1; -nodes = ( -(581,350,l), -(581,379,l), -(26,379,l), -(26,350,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(259,367,l), -(300,691,l), -(306,691,l), -(348,364,l), -(402,0,l), -(454,0,l), -(557,729,l), -(524,729,l), -(471,361,l), -(432,33,l), -(427,33,l), -(384,363,l), -(329,729,l), -(277,729,l), -(222,363,l), -(180,33,l), -(175,33,l), -(135,364,l), -(83,729,l), -(49,729,l), -(153,0,l) -); -}, -{ -closed = 1; -nodes = ( -(581,350,l), -(581,379,l), -(26,379,l), -(26,350,l) -); -} -); -width = 607; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(356,0,l), -(378,565,l), -(396,565,l), -(413,0,l), -(651,0,l), -(736,729,l), -(566,729,l), -(540,122,l), -(523,122,l), -(487,729,l), -(286,729,l), -(250,124,l), -(233,124,l), -(203,729,l), -(34,729,l), -(119,0,l) -); -}, -{ -closed = 1; -nodes = ( -(754,290,l), -(754,419,l), -(17,419,l), -(17,290,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(356,0,l), -(373,352,l), -(378,565,l), -(396,565,l), -(400,352,l), -(413,0,l), -(651,0,l), -(736,729,l), -(566,729,l), -(547,352,l), -(540,122,l), -(523,122,l), -(514,352,l), -(487,729,l), -(286,729,l), -(259,352,l), -(250,124,l), -(233,124,l), -(225,352,l), -(203,729,l), -(34,729,l), -(119,0,l) -); -}, -{ -closed = 1; -nodes = ( -(754,290,l), -(754,419,l), -(17,419,l), -(17,290,l) -); -} -); -width = 771; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(302,0,l), -(443,478,l), -(504,691,l), -(513,691,l), -(572,478,l), -(709,0,l), -(764,0,l), -(977,729,l), -(936,729,l), -(800,252,l), -(740,40,l), -(733,40,l), -(673,250,l), -(538,729,l), -(480,729,l), -(338,247,l), -(278,41,l), -(272,41,l), -(214,252,l), -(82,729,l), -(40,729,l), -(247,0,l) -); -}, -{ -closed = 1; -nodes = ( -(974,347,l), -(974,383,l), -(43,383,l), -(43,347,l) -); -} -); -width = 1017; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(511,0,l), -(530,363,l), -(542,573,l), -(556,573,l), -(571,363,l), -(597,0,l), -(908,0,l), -(1071,729,l), -(839,729,l), -(788,385,l), -(758,174,l), -(742,174,l), -(727,385,l), -(704,729,l), -(399,729,l), -(376,386,l), -(361,174,l), -(343,174,l), -(313,385,l), -(264,729,l), -(24,729,l), -(199,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1073,287,l), -(1073,435,l), -(22,435,l), -(22,287,l) -); -} -); -width = 1096; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(204,0,l), -(300,691,l), -(306,691,l), -(402,0,l), -(454,0,l), -(557,729,l), -(524,729,l), -(432,33,l), -(427,33,l), -(329,729,l), -(277,729,l), -(180,33,l), -(175,33,l), -(83,729,l), -(49,729,l), -(153,0,l) -); -}, -{ -closed = 1; -nodes = ( -(581,350,l), -(581,379,l), -(26,379,l), -(26,350,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(184,0,l), -(239,367,l), -(280,691,l), -(286,691,l), -(328,364,l), -(382,0,l), -(434,0,l), -(537,729,l), -(504,729,l), -(451,361,l), -(412,33,l), -(407,33,l), -(364,363,l), -(309,729,l), -(257,729,l), -(202,363,l), -(160,33,l), -(155,33,l), -(115,364,l), -(63,729,l), -(29,729,l), -(133,0,l) -); -}, -{ -closed = 1; -nodes = ( -(561,350,l), -(561,379,l), -(6,379,l), -(6,350,l) -); -} -); -width = 567; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(356,0,l), -(378,565,l), -(396,565,l), -(413,0,l), -(651,0,l), -(736,729,l), -(566,729,l), -(540,122,l), -(523,122,l), -(487,729,l), -(286,729,l), -(250,124,l), -(233,124,l), -(203,729,l), -(34,729,l), -(119,0,l) -); -}, -{ -closed = 1; -nodes = ( -(754,290,l), -(754,419,l), -(17,419,l), -(17,290,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,0,l), -(363,352,l), -(368,565,l), -(386,565,l), -(390,352,l), -(403,0,l), -(641,0,l), -(726,729,l), -(556,729,l), -(537,352,l), -(530,122,l), -(513,122,l), -(504,352,l), -(477,729,l), -(276,729,l), -(249,352,l), -(240,124,l), -(223,124,l), -(215,352,l), -(193,729,l), -(24,729,l), -(109,0,l) -); -}, -{ -closed = 1; -nodes = ( -(744,290,l), -(744,419,l), -(7,419,l), -(7,290,l) -); -} -); -width = 751; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(291,0,l), -(408,486,l), -(458,692,l), -(464,692,l), -(513,486,l), -(630,0,l), -(690,0,l), -(866,729,l), -(824,729,l), -(708,225,l), -(664,33,l), -(658,33,l), -(612,224,l), -(491,729,l), -(431,729,l), -(309,222,l), -(264,33,l), -(258,33,l), -(214,225,l), -(98,729,l), -(56,729,l), -(232,0,l) -); -}, -{ -closed = 1; -nodes = ( -(885,348,l), -(885,382,l), -(37,382,l), -(37,348,l) -); -} -); -width = 921; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(434,0,l), -(463,307,l), -(480,580,l), -(492,580,l), -(508,307,l), -(535,0,l), -(816,0,l), -(938,729,l), -(733,729,l), -(696,333,l), -(681,139,l), -(669,139,l), -(651,333,l), -(609,729,l), -(363,729,l), -(323,333,l), -(307,141,l), -(295,141,l), -(278,333,l), -(236,729,l), -(31,729,l), -(153,0,l) -); -}, -{ -closed = 1; -nodes = ( -(954,270,l), -(954,406,l), -(14,406,l), -(14,270,l) -); -} -); -width = 968; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(292,0,l), -(433,478,l), -(494,691,l), -(503,691,l), -(562,478,l), -(699,0,l), -(754,0,l), -(967,729,l), -(926,729,l), -(790,252,l), -(730,40,l), -(723,40,l), -(663,250,l), -(528,729,l), -(470,729,l), -(328,247,l), -(268,41,l), -(262,41,l), -(204,252,l), -(72,729,l), -(30,729,l), -(237,0,l) -); -}, -{ -closed = 1; -nodes = ( -(964,347,l), -(964,383,l), -(33,383,l), -(33,347,l) -); -} -); -width = 997; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(501,0,l), -(520,363,l), -(532,573,l), -(546,573,l), -(561,363,l), -(587,0,l), -(898,0,l), -(1061,729,l), -(829,729,l), -(778,385,l), -(748,174,l), -(732,174,l), -(717,385,l), -(694,729,l), -(389,729,l), -(366,386,l), -(351,174,l), -(333,174,l), -(303,385,l), -(254,729,l), -(14,729,l), -(189,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1063,287,l), -(1063,435,l), -(12,435,l), -(12,287,l) -); -} -); -width = 1076; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(308,0,l), -(423,486,l), -(471,692,l), -(477,692,l), -(526,486,l), -(640,0,l), -(699,0,l), -(871,729,l), -(831,729,l), -(717,225,l), -(673,33,l), -(667,33,l), -(623,224,l), -(504,729,l), -(445,729,l), -(326,222,l), -(281,33,l), -(275,33,l), -(233,225,l), -(119,729,l), -(77,729,l), -(250,0,l) -); -}, -{ -closed = 1; -nodes = ( -(890,348,l), -(890,382,l), -(58,382,l), -(58,348,l) -); -} -); -width = 946; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(446,0,l), -(474,307,l), -(490,580,l), -(502,580,l), -(517,307,l), -(543,0,l), -(821,0,l), -(939,729,l), -(736,729,l), -(701,333,l), -(687,139,l), -(675,139,l), -(657,333,l), -(618,729,l), -(374,729,l), -(337,333,l), -(321,141,l), -(310,141,l), -(293,333,l), -(253,729,l), -(50,729,l), -(168,0,l) -); -}, -{ -closed = 1; -nodes = ( -(954,270,l), -(954,406,l), -(34,406,l), -(34,270,l) -); -} -); -width = 987; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(149,0,l), -(316,495,l), -(382,691,l), -(387,691,l), -(374,496,l), -(340,0,l), -(388,0,l), -(643,729,l), -(611,729,l), -(440,225,l), -(373,28,l), -(367,28,l), -(381,230,l), -(417,729,l), -(368,729,l), -(184,184,l), -(131,27,l), -(125,27,l), -(137,193,l), -(175,729,l), -(145,729,l), -(97,0,l) -); -}, -{ -closed = 1; -nodes = ( -(585,351,l), -(589,376,l), -(50,376,l), -(45,351,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(149,0,l), -(273,359,l), -(380,681,l), -(385,681,l), -(361,358,l), -(340,0,l), -(388,0,l), -(643,729,l), -(611,729,l), -(481,359,l), -(372,29,l), -(366,29,l), -(393,358,l), -(417,729,l), -(368,729,l), -(239,360,l), -(132,28,l), -(126,28,l), -(152,361,l), -(175,729,l), -(145,729,l), -(97,0,l) -); -}, -{ -closed = 1; -nodes = ( -(585,351,l), -(589,376,l), -(50,376,l), -(45,351,l) -); -} -); -width = 593; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(307,0,l), -(391,372,l), -(437,575,l), -(454,575,l), -(422,372,l), -(363,0,l), -(612,0,l), -(845,729,l), -(664,729,l), -(572,339,l), -(525,140,l), -(508,140,l), -(538,341,l), -(597,729,l), -(374,729,l), -(273,331,l), -(226,143,l), -(210,143,l), -(239,326,l), -(304,729,l), -(126,729,l), -(53,0,l) -); -}, -{ -closed = 1; -nodes = ( -(767,293,l), -(792,416,l), -(47,416,l), -(22,293,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(307,0,l), -(391,347,l), -(442,565,l), -(459,565,l), -(420,347,l), -(363,0,l), -(612,0,l), -(845,729,l), -(664,729,l), -(573,343,l), -(525,140,l), -(508,140,l), -(538,341,l), -(597,729,l), -(374,729,l), -(273,331,l), -(226,143,l), -(210,143,l), -(239,326,l), -(304,729,l), -(126,729,l), -(53,0,l) -); -}, -{ -closed = 1; -nodes = ( -(767,293,l), -(792,416,l), -(47,416,l), -(22,293,l) -); -} -); -width = 779; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(256,0,l), -(464,493,l), -(548,692,l), -(553,692,l), -(554,493,l), -(558,0,l), -(612,0,l), -(943,729,l), -(902,729,l), -(659,187,l), -(594,42,l), -(589,42,l), -(588,194,l), -(585,729,l), -(528,729,l), -(295,177,l), -(239,43,l), -(234,43,l), -(230,172,l), -(212,729,l), -(176,729,l), -(201,0,l) -); -}, -{ -closed = 1; -nodes = ( -(892,350,l), -(900,380,l), -(81,380,l), -(73,350,l) -); -} -); -width = 928; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(400,0,l), -(512,381,l), -(561,553,l), -(572,553,l), -(550,379,l), -(506,0,l), -(795,0,l), -(1058,729,l), -(844,729,l), -(730,325,l), -(682,157,l), -(669,157,l), -(688,324,l), -(732,729,l), -(474,729,l), -(356,345,l), -(299,159,l), -(284,159,l), -(309,345,l), -(360,729,l), -(145,729,l), -(115,0,l) -); -}, -{ -closed = 1; -nodes = ( -(978,282,l), -(1006,418,l), -(66,418,l), -(38,282,l) -); -} -); -width = 1013; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,0,l), -(507,515,l), -(589,687,l), -(594,687,l), -(603,517,l), -(630,0,l), -(687,0,l), -(1071,729,l), -(1028,729,l), -(782,258,l), -(669,42,l), -(662,42,l), -(651,262,l), -(627,729,l), -(572,729,l), -(344,250,l), -(245,43,l), -(239,43,l), -(218,253,l), -(172,729,l), -(133,729,l), -(209,0,l) -); -}, -{ -closed = 1; -nodes = ( -(970,348,l), -(977,382,l), -(84,382,l), -(77,348,l) -); -} -); -width = 1010; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(416,0,l), -(530,400,l), -(581,586,l), -(595,586,l), -(575,397,l), -(531,0,l), -(819,0,l), -(1136,729,l), -(922,729,l), -(770,321,l), -(714,164,l), -(699,164,l), -(717,321,l), -(763,729,l), -(480,729,l), -(355,314,l), -(310,163,l), -(293,163,l), -(302,315,l), -(321,729,l), -(119,729,l), -(127,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1061,292,l), -(1094,452,l), -(48,452,l), -(15,292,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,0,l), -(542,384,l), -(589,572,l), -(604,572,l), -(580,380,l), -(526,0,l), -(847,0,l), -(1154,729,l), -(916,729,l), -(777,330,l), -(729,181,l), -(713,181,l), -(735,329,l), -(791,729,l), -(476,729,l), -(365,323,l), -(330,180,l), -(312,180,l), -(323,324,l), -(351,729,l), -(126,729,l), -(124,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1077,299,l), -(1108,447,l), -(58,447,l), -(27,299,l) -); -} -); -width = 1092; -} -); -unicode = 8361; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/x.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/x.glyph deleted file mode 100644 index 34f72325..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/x.glyph +++ /dev/null @@ -1,1135 +0,0 @@ -{ -glyphname = x; -kernLeft = KO_x; -kernRight = KO_x; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (238,0); -}, -{ -name = top; -pos = (238,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(192,0,l), -(211,80,l), -(230,176,l), -(238,176,l), -(257,80,l), -(275,0,l), -(468,0,l), -(368,288,l), -(460,541,l), -(281,541,l), -(263,459,l), -(246,366,l), -(238,366,l), -(222,459,l), -(205,541,l), -(14,541,l), -(109,284,l), -(7,0,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,0,l), -(224,145,l), -(230,176,l), -(238,176,l), -(244,145,l), -(275,0,l), -(468,0,l), -(368,288,l), -(460,541,l), -(281,541,l), -(251,393,l), -(246,366,l), -(238,366,l), -(233,393,l), -(205,541,l), -(14,541,l), -(109,284,l), -(7,0,l) -); -} -); -width = 475; -}, -{ -anchors = ( -{ -name = bottom; -pos = (126,0); -}, -{ -name = top; -pos = (126,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(45,0,l), -(79,98,l), -(126,244,l), -(130,244,l), -(175,98,l), -(208,0,l), -(238,0,l), -(146,264,l), -(236,516,l), -(205,516,l), -(170,412,l), -(130,286,l), -(127,286,l), -(87,412,l), -(52,516,l), -(20,516,l), -(110,264,l), -(13,0,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(45,0,l), -(116,214,l), -(126,244,l), -(130,244,l), -(139,214,l), -(208,0,l), -(238,0,l), -(146,264,l), -(236,516,l), -(205,516,l), -(140,316,l), -(130,286,l), -(127,286,l), -(117,316,l), -(52,516,l), -(20,516,l), -(110,264,l), -(13,0,l) -); -} -); -width = 255; -}, -{ -anchors = ( -{ -name = bottom; -pos = (272,0); -}, -{ -name = top; -pos = (272,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(271,239,l), -(276,239,l), -(485,0,l), -(533,0,l), -(298,266,l), -(520,517,l), -(474,517,l), -(276,290,l), -(271,290,l), -(71,517,l), -(23,517,l), -(249,265,l), -(11,0,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,0,l), -(244,210,l), -(271,241,l), -(276,241,l), -(302,210,l), -(485,0,l), -(533,0,l), -(298,266,l), -(520,517,l), -(474,517,l), -(302,319,l), -(276,288,l), -(271,288,l), -(245,319,l), -(71,517,l), -(23,517,l), -(249,265,l), -(11,0,l) -); -} -); -width = 545; -}, -{ -anchors = ( -{ -name = bottom; -pos = (354,0); -}, -{ -name = top; -pos = (354,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(239,0,l), -(347,151,l), -(353,151,l), -(461,0,l), -(718,0,l), -(503,287,l), -(706,544,l), -(456,544,l), -(359,399,l), -(353,399,l), -(258,544,l), -(1,544,l), -(213,281,l), -(-10,0,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,0,l), -(332,135,l), -(347,158,l), -(353,158,l), -(368,135,l), -(461,0,l), -(718,0,l), -(503,287,l), -(706,544,l), -(456,544,l), -(372,413,l), -(359,392,l), -(353,392,l), -(340,413,l), -(258,544,l), -(1,544,l), -(213,281,l), -(-10,0,l) -); -} -); -width = 709; -}, -{ -anchors = ( -{ -name = bottom; -pos = (120,0); -}, -{ -name = top; -pos = (120,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(49,0,l), -(83,98,l), -(130,244,l), -(134,244,l), -(179,98,l), -(212,0,l), -(242,0,l), -(150,264,l), -(240,516,l), -(209,516,l), -(174,412,l), -(134,286,l), -(131,286,l), -(91,412,l), -(56,516,l), -(24,516,l), -(114,264,l), -(17,0,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(31,0,l), -(96,180,l), -(122,243,l), -(123,243,l), -(146,180,l), -(210,0,l), -(241,0,l), -(141,274,l), -(237,516,l), -(206,516,l), -(144,358,l), -(123,304,l), -(122,304,l), -(100,358,l), -(39,516,l), -(7,516,l), -(103,274,l), -(-1,0,l) -); -} -); -width = 244; -}, -{ -anchors = ( -{ -name = bottom; -pos = (218,0); -}, -{ -name = top; -pos = (218,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(177,0,l), -(196,80,l), -(215,176,l), -(223,176,l), -(242,80,l), -(260,0,l), -(453,0,l), -(353,288,l), -(445,541,l), -(266,541,l), -(248,459,l), -(231,366,l), -(223,366,l), -(207,459,l), -(190,541,l), -(-1,541,l), -(94,284,l), -(-8,0,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(173,0,l), -(198,100,l), -(214,155,l), -(215,155,l), -(231,100,l), -(257,0,l), -(433,0,l), -(343,288,l), -(424,541,l), -(262,541,l), -(238,431,l), -(225,386,l), -(224,386,l), -(212,431,l), -(187,541,l), -(10,541,l), -(94,284,l), -(3,0,l) -); -} -); -width = 435; -}, -{ -anchors = ( -{ -name = bottom; -pos = (235,0); -}, -{ -name = top; -pos = (235,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(63,0,l), -(254,244,l), -(258,244,l), -(444,0,l), -(487,0,l), -(280,271,l), -(465,517,l), -(423,517,l), -(259,298,l), -(255,298,l), -(88,517,l), -(45,517,l), -(233,270,l), -(22,0,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(35,0,l), -(186,187,l), -(235,248,l), -(236,248,l), -(286,187,l), -(434,0,l), -(479,0,l), -(263,274,l), -(455,517,l), -(412,517,l), -(280,349,l), -(238,296,l), -(237,296,l), -(193,349,l), -(60,517,l), -(14,517,l), -(210,272,l), -(-8,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 471; -}, -{ -anchors = ( -{ -name = bottom; -pos = (308,0); -}, -{ -name = top; -pos = (308,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(209,0,l), -(276,102,l), -(314,170,l), -(320,170,l), -(357,102,l), -(420,0,l), -(645,0,l), -(453,282,l), -(628,544,l), -(411,544,l), -(361,459,l), -(327,395,l), -(321,395,l), -(287,459,l), -(238,544,l), -(11,544,l), -(192,277,l), -(-6,0,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,0,l), -(282,129,l), -(305,164,l), -(306,164,l), -(326,129,l), -(403,0,l), -(629,0,l), -(446,282,l), -(612,544,l), -(406,544,l), -(346,438,l), -(323,400,l), -(322,400,l), -(299,438,l), -(241,544,l), -(14,544,l), -(186,277,l), -(-2,0,l) -); -} -); -width = 627; -}, -{ -anchors = ( -{ -name = bottom; -pos = (274,0); -}, -{ -name = top; -pos = (274,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(63,0,l), -(278,239,l), -(283,239,l), -(492,0,l), -(540,0,l), -(305,266,l), -(527,517,l), -(481,517,l), -(283,290,l), -(278,290,l), -(78,517,l), -(30,517,l), -(256,265,l), -(18,0,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,0,l), -(218,184,l), -(275,245,l), -(276,245,l), -(332,184,l), -(496,0,l), -(547,0,l), -(304,269,l), -(530,517,l), -(481,517,l), -(328,349,l), -(276,293,l), -(275,293,l), -(222,349,l), -(68,517,l), -(18,517,l), -(248,269,l), -(2,0,l) -); -} -); -width = 549; -}, -{ -anchors = ( -{ -name = bottom; -pos = (349,0); -}, -{ -name = top; -pos = (349,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(239,0,l), -(347,151,l), -(353,151,l), -(461,0,l), -(718,0,l), -(503,287,l), -(706,544,l), -(456,544,l), -(359,399,l), -(353,399,l), -(258,544,l), -(1,544,l), -(213,281,l), -(-10,0,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(234,0,l), -(308,103,l), -(345,158,l), -(346,158,l), -(385,102,l), -(456,0,l), -(713,0,l), -(498,287,l), -(701,544,l), -(451,544,l), -(390,449,l), -(352,392,l), -(351,392,l), -(312,449,l), -(253,544,l), -(-4,544,l), -(208,281,l), -(-15,0,l) -); -} -); -width = 699; -}, -{ -anchors = ( -{ -name = bottom; -pos = (252,0); -}, -{ -name = top; -pos = (252,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(63,0,l), -(254,244,l), -(258,244,l), -(444,0,l), -(487,0,l), -(280,271,l), -(465,517,l), -(423,517,l), -(259,298,l), -(255,298,l), -(88,517,l), -(45,517,l), -(233,270,l), -(22,0,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(64,0,l), -(238,228,l), -(251,247,l), -(255,247,l), -(269,228,l), -(438,0,l), -(480,0,l), -(276,271,l), -(458,517,l), -(418,517,l), -(268,311,l), -(256,294,l), -(252,294,l), -(241,311,l), -(88,517,l), -(48,517,l), -(232,271,l), -(25,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -11 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 506; -}, -{ -anchors = ( -{ -name = bottom; -pos = (322,0); -}, -{ -name = top; -pos = (322,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(220,0,l), -(287,102,l), -(325,170,l), -(331,170,l), -(368,102,l), -(431,0,l), -(656,0,l), -(464,282,l), -(639,544,l), -(422,544,l), -(372,459,l), -(338,395,l), -(332,395,l), -(298,459,l), -(249,544,l), -(22,544,l), -(203,277,l), -(5,0,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(217,0,l), -(286,117,l), -(314,170,l), -(324,170,l), -(349,117,l), -(416,0,l), -(639,0,l), -(453,282,l), -(623,544,l), -(407,544,l), -(349,435,l), -(330,395,l), -(321,395,l), -(303,433,l), -(246,544,l), -(20,544,l), -(195,277,l), -(4,0,l) -); -} -); -width = 643; -}, -{ -anchors = ( -{ -name = bottom; -pos = (72,0); -}, -{ -name = top; -pos = (179,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-9,0,l), -(61,129,l), -(121,244,l), -(125,244,l), -(137,129,l), -(153,0,l), -(180,0,l), -(144,261,l), -(287,516,l), -(256,516,l), -(201,414,l), -(133,283,l), -(129,283,l), -(116,414,l), -(104,516,l), -(77,516,l), -(110,266,l), -(-40,0,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-9,0,l), -(109,221,l), -(121,244,l), -(125,244,l), -(127,221,l), -(153,0,l), -(180,0,l), -(144,261,l), -(287,516,l), -(256,516,l), -(143,303,l), -(133,283,l), -(129,283,l), -(127,303,l), -(104,516,l), -(77,516,l), -(110,266,l), -(-40,0,l) -); -} -); -width = 250; -}, -{ -anchors = ( -{ -name = bottom; -pos = (184,0); -}, -{ -name = top; -pos = (296,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(137,0,l), -(176,96,l), -(208,186,l), -(214,186,l), -(216,96,l), -(220,0,l), -(392,0,l), -(360,274,l), -(506,541,l), -(326,541,l), -(290,456,l), -(254,360,l), -(248,360,l), -(248,456,l), -(248,541,l), -(69,541,l), -(106,284,l), -(-49,0,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,0,l), -(197,156,l), -(208,186,l), -(214,186,l), -(215,156,l), -(220,0,l), -(392,0,l), -(360,274,l), -(506,541,l), -(326,541,l), -(264,388,l), -(254,360,l), -(248,360,l), -(248,389,l), -(248,541,l), -(69,541,l), -(106,284,l), -(-49,0,l) -); -} -); -width = 457; -}, -{ -anchors = ( -{ -name = bottom; -pos = (209,0); -}, -{ -name = top; -pos = (317,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(12,0,l), -(232,232,l), -(250,251,l), -(253,251,l), -(263,232,l), -(384,0,l), -(426,0,l), -(279,275,l), -(505,517,l), -(461,517,l), -(279,322,l), -(260,302,l), -(256,302,l), -(246,322,l), -(142,517,l), -(102,517,l), -(231,278,l), -(-32,0,l) -); -} -); -width = 503; -}, -{ -anchors = ( -{ -name = bottom; -pos = (292,0); -}, -{ -name = top; -pos = (404,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(175,0,l), -(289,134,l), -(310,159,l), -(318,159,l), -(330,134,l), -(398,0,l), -(613,0,l), -(463,281,l), -(705,544,l), -(475,544,l), -(387,435,l), -(369,413,l), -(361,413,l), -(351,435,l), -(302,544,l), -(84,544,l), -(217,299,l), -(-52,0,l) -); -} -); -width = 674; -}, -{ -anchors = ( -{ -name = bottom; -pos = (225,0); -}, -{ -name = top; -pos = (333,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(4,0,l), -(234,210,l), -(265,237,l), -(269,237,l), -(288,210,l), -(427,0,l), -(471,0,l), -(295,263,l), -(567,517,l), -(517,517,l), -(305,316,l), -(276,289,l), -(271,289,l), -(253,316,l), -(120,517,l), -(77,517,l), -(245,268,l), -(-43,0,l) -); -} -); -width = 537; -}, -{ -anchors = ( -{ -name = bottom; -pos = (305,0); -}, -{ -name = top; -pos = (417,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,0,l), -(300,128,l), -(320,152,l), -(326,152,l), -(339,129,l), -(410,0,l), -(653,0,l), -(490,274,l), -(754,544,l), -(499,544,l), -(398,428,l), -(374,401,l), -(368,401,l), -(355,428,l), -(298,544,l), -(58,544,l), -(214,285,l), -(-66,0,l) -); -} -); -width = 700; -} -); -unicode = 120; -userData = { -KernOnName = x; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/y.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/y.glyph deleted file mode 100644 index 1cc8e4de..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/y.glyph +++ /dev/null @@ -1,1431 +0,0 @@ -{ -glyphname = y; -kernLeft = KO_y; -kernRight = KO_v; -layers = ( -{ -anchors = ( -{ -name = "#entry"; -pos = (44,0); -}, -{ -name = "#exit"; -pos = (439,0); -}, -{ -name = bottom; -pos = (417,0); -}, -{ -name = top; -pos = (220,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(121,-167,ls), -(219,-167,o), -(304,-135,o), -(332,11,cs), -(432,541,l), -(263,541,l), -(241,286,l), -(233,179,l), -(226,179,l), -(215,288,l), -(187,541,l), -(7,541,l), -(149,-38,l), -(155,80,l), -(145,16,ls), -(138,-27,o), -(119,-36,o), -(89,-36,cs), -(55,-36,l), -(55,-167,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(121,-167,ls), -(219,-167,o), -(304,-135,o), -(332,11,cs), -(432,541,l), -(263,541,l), -(242,301,l), -(233,179,l), -(226,179,l), -(214,300,l), -(187,541,l), -(7,541,l), -(149,-38,l), -(155,80,l), -(145,16,ls), -(138,-27,o), -(119,-36,o), -(89,-36,cs), -(55,-36,l), -(55,-167,l) -); -} -); -width = 439; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (20,0); -}, -{ -name = "#exit"; -pos = (254,0); -}, -{ -name = bottom; -pos = (202,0); -}, -{ -name = top; -pos = (127,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(53,-167,ls), -(93,-167,o), -(111,-145,o), -(120,-100,cs), -(240,516,l), -(209,516,l), -(142,154,l), -(128,65,l), -(124,65,l), -(109,152,l), -(45,516,l), -(15,516,l), -(113,-14,l), -(113,10,l), -(98,-77,ls), -(91,-115,o), -(82,-141,o), -(53,-141,cs), -(28,-141,l), -(28,-167,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(53,-167,ls), -(93,-167,o), -(111,-145,o), -(120,-100,cs), -(240,516,l), -(209,516,l), -(146,175,l), -(128,58,l), -(124,58,l), -(106,175,l), -(45,516,l), -(15,516,l), -(113,-14,l), -(113,10,l), -(98,-77,ls), -(91,-115,o), -(82,-141,o), -(53,-141,cs), -(28,-141,l), -(28,-167,l) -); -} -); -width = 254; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (30,0); -}, -{ -name = "#exit"; -pos = (558,0); -}, -{ -name = bottom; -pos = (412,0); -}, -{ -name = top; -pos = (279,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(98,-167,ls), -(177,-167,o), -(228,-130,o), -(263,-59,cs), -(549,517,l), -(508,517,l), -(336,167,l), -(290,74,l), -(284,74,l), -(236,165,l), -(51,517,l), -(9,517,l), -(273,23,l), -(273,38,l), -(231,-45,ls), -(202,-103,o), -(167,-133,o), -(101,-133,cs), -(41,-133,l), -(41,-167,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(98,-167,ls), -(177,-167,o), -(228,-130,o), -(263,-59,cs), -(547,517,l), -(508,517,l), -(379,256,l), -(290,72,l), -(284,72,l), -(188,256,l), -(51,517,l), -(11,517,l), -(272,23,l), -(272,37,l), -(231,-45,ls), -(202,-103,o), -(167,-133,o), -(101,-133,cs), -(41,-133,l), -(41,-167,l) -); -} -); -width = 558; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (70,0); -}, -{ -name = "#exit"; -pos = (673,0); -}, -{ -name = bottom; -pos = (557,0); -}, -{ -name = top; -pos = (337,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(160,-167,ls), -(291,-167,o), -(370,-131,o), -(423,-17,cs), -(683,544,l), -(454,544,l), -(346,248,l), -(339,248,l), -(227,544,l), -(-10,544,l), -(254,6,l), -(246,77,l), -(236,51,ls), -(224,20,o), -(202,5,o), -(133,5,cs), -(57,5,l), -(57,-167,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,-167,ls), -(291,-167,o), -(370,-131,o), -(423,-17,cs), -(683,544,l), -(454,544,l), -(374,324,l), -(347,238,l), -(338,238,l), -(310,324,l), -(227,544,l), -(-10,544,l), -(240,36,l), -(240,59,l), -(233,45,ls), -(220,19,o), -(197,5,o), -(133,5,cs), -(57,5,l), -(57,-167,l) -); -} -); -width = 673; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (10,0); -}, -{ -name = "#exit"; -pos = (245,0); -}, -{ -name = bottom; -pos = (199,0); -}, -{ -name = top; -pos = (124,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(60,-167,ls), -(100,-167,o), -(118,-145,o), -(127,-100,cs), -(247,516,l), -(216,516,l), -(149,154,l), -(135,65,l), -(131,65,l), -(116,152,l), -(52,516,l), -(22,516,l), -(120,-14,l), -(120,10,l), -(105,-77,ls), -(98,-115,o), -(89,-141,o), -(60,-141,cs), -(35,-141,l), -(35,-167,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(53,-167,ls), -(93,-167,o), -(111,-145,o), -(120,-100,cs), -(239,516,l), -(207,516,l), -(145,173,l), -(126,57,l), -(125,57,l), -(103,173,l), -(37,516,l), -(6,516,l), -(112,-18,l), -(112,6,l), -(98,-77,ls), -(91,-115,o), -(82,-141,o), -(53,-141,cs), -(18,-141,l), -(18,-167,l) -); -} -); -width = 245; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (30,0); -}, -{ -name = "#exit"; -pos = (424,0); -}, -{ -name = bottom; -pos = (409,0); -}, -{ -name = top; -pos = (212,541); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(118,-167,ls), -(216,-167,o), -(301,-135,o), -(329,11,cs), -(429,541,l), -(260,541,l), -(238,286,l), -(230,179,l), -(223,179,l), -(212,288,l), -(184,541,l), -(4,541,l), -(146,-38,l), -(152,80,l), -(142,16,ls), -(135,-27,o), -(116,-36,o), -(86,-36,cs), -(52,-36,l), -(52,-167,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,-167,ls), -(244,-167,o), -(298,-115,o), -(320,0,cs), -(423,541,l), -(256,541,l), -(235,323,l), -(222,197,l), -(221,197,l), -(207,322,l), -(182,541,l), -(4,541,l), -(134,-60,l), -(147,90,l), -(134,12,ls), -(128,-21,o), -(118,-26,o), -(88,-26,cs), -(47,-26,l), -(47,-167,l) -); -} -); -width = 424; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (20,0); -}, -{ -name = "#exit"; -pos = (448,0); -}, -{ -name = bottom; -pos = (321,0); -}, -{ -name = top; -pos = (224,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(102,-167,ls), -(172,-167,o), -(204,-138,o), -(228,-77,cs), -(466,517,l), -(429,517,l), -(282,145,l), -(254,73,l), -(250,73,l), -(220,145,l), -(65,517,l), -(25,517,l), -(239,23,l), -(239,40,l), -(197,-65,ls), -(178,-113,o), -(152,-135,o), -(100,-135,cs), -(53,-135,l), -(53,-167,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(80,-167,ls), -(150,-167,o), -(182,-138,o), -(206,-77,cs), -(444,517,l), -(405,517,l), -(288,223,l), -(232,81,l), -(231,81,l), -(168,223,l), -(44,517,l), -(3,517,l), -(216,23,l), -(216,39,l), -(175,-65,ls), -(156,-113,o), -(130,-135,o), -(78,-135,cs), -(24,-135,l), -(24,-167,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -20 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 448; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (57,0); -}, -{ -name = "#exit"; -pos = (577,0); -}, -{ -name = bottom; -pos = (490,0); -}, -{ -name = top; -pos = (288,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(169,-167,ls), -(270,-167,o), -(350,-137,o), -(397,-4,cs), -(594,544,l), -(389,544,l), -(344,376,ls), -(332,330,o), -(320,285,o), -(309,220,c), -(302,220,l), -(290,285,o), -(277,330,o), -(264,376,cs), -(216,544,l), -(6,544,l), -(219,25,l), -(219,70,l), -(207,38,ls), -(194,4,o), -(172,-11,o), -(131,-11,cs), -(62,-11,l), -(62,-167,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(157,-167,ls), -(277,-167,o), -(344,-118,o), -(385,-4,cs), -(582,544,l), -(377,544,l), -(314,337,l), -(295,274,l), -(294,274,l), -(272,337,l), -(204,544,l), -(-6,544,l), -(214,8,l), -(214,88,l), -(195,38,ls), -(182,4,o), -(160,-11,o), -(119,-11,cs), -(50,-11,l), -(50,-167,l) -); -} -); -width = 577; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (20,0); -}, -{ -name = "#exit"; -pos = (548,0); -}, -{ -name = bottom; -pos = (407,0); -}, -{ -name = top; -pos = (274,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(98,-167,ls), -(177,-167,o), -(228,-130,o), -(263,-59,cs), -(549,517,l), -(508,517,l), -(336,167,l), -(290,74,l), -(284,74,l), -(236,165,l), -(51,517,l), -(9,517,l), -(273,23,l), -(273,38,l), -(231,-45,ls), -(202,-103,o), -(167,-133,o), -(101,-133,cs), -(41,-133,l), -(41,-167,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,-167,ls), -(172,-167,o), -(224,-130,o), -(259,-59,cs), -(544,517,l), -(503,517,l), -(374,256,l), -(283,72,l), -(282,72,l), -(183,256,l), -(47,517,l), -(5,517,l), -(267,23,l), -(267,37,l), -(226,-45,ls), -(197,-103,o), -(162,-133,o), -(96,-133,cs), -(23,-133,l), -(23,-167,l) -); -} -); -width = 548; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (66,0); -}, -{ -name = "#exit"; -pos = (663,0); -}, -{ -name = bottom; -pos = (552,0); -}, -{ -name = top; -pos = (332,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(160,-167,ls), -(291,-167,o), -(370,-131,o), -(423,-17,cs), -(683,544,l), -(454,544,l), -(346,248,l), -(339,248,l), -(227,544,l), -(-10,544,l), -(254,6,l), -(246,77,l), -(236,51,ls), -(224,20,o), -(202,5,o), -(133,5,cs), -(57,5,l), -(57,-167,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(155,-167,ls), -(291,-167,o), -(371,-131,o), -(423,-17,cs), -(678,544,l), -(449,544,l), -(369,324,l), -(338,238,l), -(337,238,l), -(305,324,l), -(222,544,l), -(-15,544,l), -(235,36,l), -(235,59,l), -(228,45,ls), -(215,19,o), -(192,5,o), -(128,5,cs), -(52,5,l), -(52,-167,l) -); -} -); -width = 663; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (42,0); -}, -{ -name = "#exit"; -pos = (485,0); -}, -{ -name = bottom; -pos = (340,0); -}, -{ -name = top; -pos = (245,517); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(102,-167,ls), -(172,-167,o), -(204,-138,o), -(228,-77,cs), -(466,517,l), -(429,517,l), -(282,145,l), -(254,73,l), -(250,73,l), -(220,145,l), -(65,517,l), -(25,517,l), -(239,23,l), -(239,40,l), -(197,-65,ls), -(178,-113,o), -(152,-135,o), -(100,-135,cs), -(53,-135,l), -(53,-167,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(99,-182,ls), -(167,-182,o), -(199,-153,o), -(223,-92,cs), -(459,517,l), -(422,517,l), -(307,223,l), -(251,71,l), -(248,71,l), -(189,223,l), -(67,517,l), -(28,517,l), -(237,23,l), -(237,39,l), -(192,-80,ls), -(174,-128,o), -(149,-150,o), -(97,-150,cs), -(52,-150,l), -(52,-182,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -13 -); -stem = -2; -target = ( -0, -20 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -17 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -} -); -}; -width = 487; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (65,0); -}, -{ -name = "#exit"; -pos = (582,0); -}, -{ -name = bottom; -pos = (489,0); -}, -{ -name = top; -pos = (291,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(169,-167,ls), -(270,-167,o), -(350,-137,o), -(397,-4,cs), -(594,544,l), -(389,544,l), -(344,376,ls), -(332,330,o), -(320,285,o), -(309,220,c), -(302,220,l), -(290,285,o), -(277,330,o), -(264,376,cs), -(216,544,l), -(6,544,l), -(219,25,l), -(219,70,l), -(207,38,ls), -(194,4,o), -(172,-11,o), -(131,-11,cs), -(62,-11,l), -(62,-167,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(161,-182,ls), -(261,-182,o), -(339,-151,o), -(384,-19,cs), -(577,544,l), -(374,544,l), -(315,300,l), -(302,220,l), -(291,220,l), -(277,300,l), -(213,544,l), -(5,544,l), -(218,8,l), -(218,88,l), -(196,23,ls), -(184,-13,o), -(160,-26,o), -(123,-26,cs), -(55,-26,l), -(55,-182,l) -); -} -); -width = 582; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-56,0); -}, -{ -name = "#exit"; -pos = (192,0); -}, -{ -name = bottom; -pos = (157,0); -}, -{ -name = top; -pos = (178,516); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-37,-168,ls), -(-3,-168,o), -(23,-153,o), -(42,-107,cs), -(291,516,l), -(260,516,l), -(119,153,l), -(86,63,l), -(82,63,l), -(85,151,l), -(95,516,l), -(69,516,l), -(54,-48,l), -(71,39,l), -(21,-93,ls), -(4,-134,o), -(-11,-143,o), -(-43,-143,cs), -(-57,-143,l), -(-62,-168,l) -); -} -); -}; -guides = ( -{ -pos = (139,58); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(-37,-168,ls), -(-3,-168,o), -(24,-153,o), -(42,-107,cs), -(291,516,l), -(260,516,l), -(119,153,l), -(86,58,l), -(82,58,l), -(85,151,l), -(95,516,l), -(69,516,l), -(56,-48,l), -(71,39,l), -(21,-93,ls), -(5,-135,o), -(-11,-143,o), -(-43,-143,cs), -(-57,-143,l), -(-62,-168,l) -); -} -); -width = 252; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-26,0); -}, -{ -name = "#exit"; -pos = (374,0); -}, -{ -name = bottom; -pos = (377,0); -}, -{ -name = top; -pos = (279,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(28,-167,ls), -(154,-167,o), -(223,-118,o), -(264,-15,cs), -(483,541,l), -(316,541,l), -(240,286,l), -(210,177,l), -(203,177,l), -(216,288,l), -(241,541,l), -(63,541,l), -(84,-50,l), -(96,38,l), -(81,-8,ls), -(73,-32,o), -(57,-36,o), -(27,-36,cs), -(-10,-36,l), -(-37,-167,l) -); -} -); -width = 434; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-32,0); -}, -{ -name = "#exit"; -pos = (427,0); -}, -{ -name = bottom; -pos = (297,0); -}, -{ -name = top; -pos = (291,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(-6,-167,ls), -(59,-167,o), -(104,-152,o), -(147,-81,cs), -(507,517,l), -(465,517,l), -(317,267,l), -(206,72,l), -(201,72,l), -(166,267,l), -(117,517,l), -(80,517,l), -(181,16,l), -(183,40,l), -(117,-67,ls), -(80,-127,o), -(48,-134,o), -(-12,-134,cs), -(-35,-134,l), -(-42,-167,l) -); -} -); -width = 479; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-8,0); -}, -{ -name = "#exit"; -pos = (529,0); -}, -{ -name = bottom; -pos = (453,0); -}, -{ -name = top; -pos = (339,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(47,-167,ls), -(219,-167,o), -(284,-109,o), -(344,2,cs), -(634,544,l), -(426,544,l), -(290,218,l), -(283,218,l), -(265,544,l), -(63,544,l), -(148,52,l), -(142,41,ls), -(124,2,o), -(88,-10,o), -(41,-10,cs), -(-7,-10,l), -(-38,-167,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(47,-167,ls), -(219,-167,o), -(284,-109,o), -(344,2,cs), -(634,544,l), -(420,544,l), -(316,296,l), -(286,218,l), -(279,218,l), -(275,296,l), -(257,544,l), -(63,544,l), -(156,9,l), -(160,76,l), -(142,41,ls), -(122,2,o), -(88,-10,o), -(41,-10,cs), -(-7,-10,l), -(-38,-167,l) -); -} -); -width = 586; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (-33,0); -}, -{ -name = "#exit"; -pos = (494,0); -}, -{ -name = bottom; -pos = (334,0); -}, -{ -name = top; -pos = (329,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(2,-167,ls), -(86,-167,o), -(134,-143,o), -(179,-79,cs), -(597,517,l), -(555,517,l), -(314,169,l), -(244,69,l), -(239,69,l), -(210,165,l), -(103,517,l), -(65,517,l), -(226,8,l), -(226,44,l), -(163,-46,ls), -(121,-106,o), -(89,-133,o), -(7,-133,cs), -(-41,-133,l), -(-48,-167,l) -); -} -); -width = 554; -}, -{ -anchors = ( -{ -name = "#entry"; -pos = (9,0); -}, -{ -name = "#exit"; -pos = (606,0); -}, -{ -name = bottom; -pos = (525,0); -}, -{ -name = top; -pos = (383,544); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(74,-167,ls), -(192,-167,o), -(306,-141,o), -(396,4,cs), -(731,544,l), -(496,544,l), -(411,383,l), -(333,228,l), -(322,228,l), -(296,387,l), -(270,544,l), -(46,544,l), -(191,29,l), -(191,65,l), -(178,46,ls), -(159,18,o), -(137,5,o), -(87,5,cs), -(-3,5,l), -(-37,-167,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(74,-167,ls), -(192,-167,o), -(306,-141,o), -(396,4,cs), -(731,544,l), -(496,544,l), -(368,293,l), -(333,220,l), -(324,220,l), -(312,293,l), -(270,544,l), -(46,544,l), -(191,31,l), -(199,77,l), -(178,46,ls), -(159,18,o), -(137,5,o), -(87,5,cs), -(-3,5,l), -(-37,-167,l) -); -} -); -width = 666; -} -); -unicode = 121; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/yacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/yacute.glyph deleted file mode 100644 index 53f051e1..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/yacute.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = yacute; -kernLeft = KO_y; -kernRight = KO_v; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = y; -}, -{ -pos = (71,-156); -ref = acutecomb; -} -); -width = 254; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = y; -}, -{ -pos = (108,-137); -ref = acutecomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = y; -}, -{ -pos = (221,-155); -ref = acutecomb; -} -); -width = 558; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = y; -}, -{ -pos = (220,-129); -ref = acutecomb; -} -); -width = 673; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (88,-156); -ref = acutecomb; -} -); -width = 245; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = y; -}, -{ -pos = (110,-137); -ref = acutecomb; -} -); -width = 424; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (189,-155); -ref = acutecomb; -} -); -width = 448; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (197,-134); -ref = acutecomb; -} -); -width = 589; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (226,-155); -ref = acutecomb; -} -); -width = 548; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (225,-129); -ref = acutecomb; -} -); -width = 663; -}, -{ -layerId = m019; -shapes = ( -{ -ref = y; -}, -{ -pos = (189,-155); -ref = acutecomb; -} -); -width = 487; -}, -{ -layerId = m020; -shapes = ( -{ -ref = y; -}, -{ -pos = (181,-134); -ref = acutecomb; -} -); -width = 582; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = y; -}, -{ -pos = (37,-156); -ref = acutecomb; -} -); -width = 252; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (84,-137); -ref = acutecomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = y; -}, -{ -pos = (149,-155); -ref = acutecomb; -} -); -width = 479; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = y; -}, -{ -pos = (144,-134); -ref = acutecomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = y; -}, -{ -pos = (186,-155); -ref = acutecomb; -} -); -width = 554; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = y; -}, -{ -pos = (183,-129); -ref = acutecomb; -} -); -width = 666; -} -); -unicode = 253; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ycircumflex.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ycircumflex.glyph deleted file mode 100644 index 94f8920e..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ycircumflex.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = ycircumflex; -kernLeft = KO_y; -kernRight = KO_v; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-2,-156); -ref = circumflexcomb; -} -); -width = 254; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = y; -}, -{ -pos = (3,-137); -ref = circumflexcomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = y; -}, -{ -pos = (100,-155); -ref = circumflexcomb; -} -); -width = 558; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = y; -}, -{ -pos = (46,-129); -ref = circumflexcomb; -} -); -width = 673; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (15,-156); -ref = circumflexcomb; -} -); -width = 245; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = y; -}, -{ -pos = (5,-137); -ref = circumflexcomb; -} -); -width = 424; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (80,-155); -ref = circumflexcomb; -} -); -width = 448; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (62,-134); -ref = circumflexcomb; -} -); -width = 589; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (105,-155); -ref = circumflexcomb; -} -); -width = 548; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (51,-129); -ref = circumflexcomb; -} -); -width = 663; -}, -{ -layerId = m019; -shapes = ( -{ -ref = y; -}, -{ -pos = (82,-155); -ref = circumflexcomb; -} -); -width = 487; -}, -{ -layerId = m020; -shapes = ( -{ -ref = y; -}, -{ -pos = (52,-134); -ref = circumflexcomb; -} -); -width = 582; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-37,-156); -ref = circumflexcomb; -} -); -width = 252; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-23,-137); -ref = circumflexcomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = y; -}, -{ -pos = (39,-155); -ref = circumflexcomb; -} -); -width = 479; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = y; -}, -{ -pos = (10,-134); -ref = circumflexcomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = y; -}, -{ -pos = (63,-155); -ref = circumflexcomb; -} -); -width = 554; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = y; -}, -{ -pos = (7,-129); -ref = circumflexcomb; -} -); -width = 666; -} -); -unicode = 375; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ydieresis.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ydieresis.glyph deleted file mode 100644 index e353af45..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ydieresis.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = ydieresis; -kernLeft = KO_y; -kernRight = KO_v; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = y; -}, -{ -pos = (9,-156); -ref = dieresiscomb; -} -); -width = 254; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-5,-137); -ref = dieresiscomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = y; -}, -{ -pos = (102,-155); -ref = dieresiscomb; -} -); -width = 558; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = y; -}, -{ -pos = (54,-134); -ref = dieresiscomb; -} -); -width = 673; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (26,-156); -ref = dieresiscomb; -} -); -width = 245; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-3,-137); -ref = dieresiscomb; -} -); -width = 424; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (82,-155); -ref = dieresiscomb; -} -); -width = 448; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (66,-134); -ref = dieresiscomb; -} -); -width = 589; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (107,-155); -ref = dieresiscomb; -} -); -width = 548; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (59,-134); -ref = dieresiscomb; -} -); -width = 663; -}, -{ -layerId = m019; -shapes = ( -{ -ref = y; -}, -{ -pos = (84,-155); -ref = dieresiscomb; -} -); -width = 487; -}, -{ -layerId = m020; -shapes = ( -{ -ref = y; -}, -{ -pos = (56,-134); -ref = dieresiscomb; -} -); -width = 582; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-31,-156); -ref = dieresiscomb; -} -); -width = 252; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-38,-137); -ref = dieresiscomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = y; -}, -{ -pos = (44,-155); -ref = dieresiscomb; -} -); -width = 479; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = y; -}, -{ -pos = (10,-134); -ref = dieresiscomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = y; -}, -{ -pos = (67,-155); -ref = dieresiscomb; -} -); -width = 554; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = y; -}, -{ -pos = (14,-134); -ref = dieresiscomb; -} -); -width = 666; -} -); -unicode = 255; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ydieresis.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ydieresis.ss01.glyph deleted file mode 100644 index 2d65c3e4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ydieresis.ss01.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = ydieresis.ss01; -kernLeft = KO_y; -kernRight = KO_v; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = y; -}, -{ -pos = (20,-156); -ref = dieresiscomb.ss01; -} -); -width = 254; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-4,-137); -ref = dieresiscomb.ss01; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = y; -}, -{ -pos = (135,-155); -ref = dieresiscomb.ss01; -} -); -width = 558; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = y; -}, -{ -pos = (76,-134); -ref = dieresiscomb.ss01; -} -); -width = 673; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (37,-156); -ref = dieresiscomb.ss01; -} -); -width = 245; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-2,-137); -ref = dieresiscomb.ss01; -} -); -width = 424; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (109,-155); -ref = dieresiscomb.ss01; -} -); -width = 448; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (78,-134); -ref = dieresiscomb.ss01; -} -); -width = 589; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (140,-155); -ref = dieresiscomb.ss01; -} -); -width = 548; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (81,-134); -ref = dieresiscomb.ss01; -} -); -width = 663; -}, -{ -layerId = m019; -shapes = ( -{ -ref = y; -}, -{ -pos = (109,-155); -ref = dieresiscomb.ss01; -} -); -width = 487; -}, -{ -layerId = m020; -shapes = ( -{ -ref = y; -}, -{ -pos = (68,-134); -ref = dieresiscomb.ss01; -} -); -width = 582; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-18,-156); -ref = dieresiscomb.ss01; -} -); -width = 252; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-30,-137); -ref = dieresiscomb.ss01; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = y; -}, -{ -pos = (66,-155); -ref = dieresiscomb.ss01; -} -); -width = 479; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = y; -}, -{ -pos = (26,-134); -ref = dieresiscomb.ss01; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = y; -}, -{ -pos = (104,-155); -ref = dieresiscomb.ss01; -} -); -width = 554; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = y; -}, -{ -pos = (43,-134); -ref = dieresiscomb.ss01; -} -); -width = 666; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ydotbelow.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ydotbelow.glyph deleted file mode 100644 index bf151c95..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ydotbelow.glyph +++ /dev/null @@ -1,244 +0,0 @@ -{ -color = 6; -glyphname = ydotbelow; -kernLeft = KO_y; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = y; -}, -{ -pos = (139,0); -ref = dotbelowcomb; -} -); -width = 254; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = y; -}, -{ -pos = (299,0); -ref = dotbelowcomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = y; -}, -{ -pos = (340,0); -ref = dotbelowcomb; -} -); -width = 558; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = y; -}, -{ -pos = (404,0); -ref = dotbelowcomb; -} -); -width = 673; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (156,0); -ref = dotbelowcomb; -} -); -width = 245; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = y; -}, -{ -pos = (301,0); -ref = dotbelowcomb; -} -); -width = 424; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (269,0); -ref = dotbelowcomb; -} -); -width = 448; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (386,0); -ref = dotbelowcomb; -} -); -width = 589; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (345,0); -ref = dotbelowcomb; -} -); -width = 548; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (409,0); -ref = dotbelowcomb; -} -); -width = 663; -}, -{ -layerId = m019; -shapes = ( -{ -ref = y; -}, -{ -pos = (267,0); -ref = dotbelowcomb; -} -); -width = 487; -}, -{ -layerId = m020; -shapes = ( -{ -ref = y; -}, -{ -pos = (368,0); -ref = dotbelowcomb; -} -); -width = 582; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = y; -}, -{ -pos = (147,0); -ref = dotbelowcomb; -} -); -width = 252; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (312,0); -ref = dotbelowcomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = y; -}, -{ -pos = (279,0); -ref = dotbelowcomb; -} -); -width = 479; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = y; -}, -{ -pos = (382,0); -ref = dotbelowcomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = y; -}, -{ -pos = (317,0); -ref = dotbelowcomb; -} -); -width = 554; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = y; -}, -{ -pos = (428,0); -ref = dotbelowcomb; -} -); -width = 666; -} -); -unicode = 7925; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ydotbelow.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ydotbelow.ss01.glyph deleted file mode 100644 index 702c9786..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ydotbelow.ss01.glyph +++ /dev/null @@ -1,243 +0,0 @@ -{ -color = 6; -glyphname = ydotbelow.ss01; -kernLeft = KO_y; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = y; -}, -{ -pos = (147,0); -ref = dotbelowcomb.ss01; -} -); -width = 254; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = y; -}, -{ -pos = (288,0); -ref = dotbelowcomb.ss01; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = y; -}, -{ -pos = (353,0); -ref = dotbelowcomb.ss01; -} -); -width = 558; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = y; -}, -{ -pos = (416,0); -ref = dotbelowcomb.ss01; -} -); -width = 673; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (164,0); -ref = dotbelowcomb.ss01; -} -); -width = 245; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = y; -}, -{ -pos = (290,0); -ref = dotbelowcomb.ss01; -} -); -width = 424; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (282,0); -ref = dotbelowcomb.ss01; -} -); -width = 448; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (375,0); -ref = dotbelowcomb.ss01; -} -); -width = 589; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (358,0); -ref = dotbelowcomb.ss01; -} -); -width = 548; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (421,0); -ref = dotbelowcomb.ss01; -} -); -width = 663; -}, -{ -layerId = m019; -shapes = ( -{ -ref = y; -}, -{ -pos = (280,0); -ref = dotbelowcomb.ss01; -} -); -width = 487; -}, -{ -layerId = m020; -shapes = ( -{ -ref = y; -}, -{ -pos = (355,0); -ref = dotbelowcomb.ss01; -} -); -width = 582; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = y; -}, -{ -pos = (155,0); -ref = dotbelowcomb.ss01; -} -); -width = 252; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (303,0); -ref = dotbelowcomb.ss01; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = y; -}, -{ -pos = (292,0); -ref = dotbelowcomb.ss01; -} -); -width = 479; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = y; -}, -{ -pos = (373,0); -ref = dotbelowcomb.ss01; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = y; -}, -{ -pos = (328,0); -ref = dotbelowcomb.ss01; -} -); -width = 554; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = y; -}, -{ -pos = (442,0); -ref = dotbelowcomb.ss01; -} -); -width = 666; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/yen.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/yen.glyph deleted file mode 100644 index db638810..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/yen.glyph +++ /dev/null @@ -1,806 +0,0 @@ -{ -glyphname = yen; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(348,0,l), -(348,103,l), -(435,103,l), -(435,234,l), -(348,234,l), -(348,276,l), -(435,276,l), -(435,408,l), -(391,408,l), -(493,729,l), -(298,729,l), -(255,455,l), -(249,455,l), -(210,729,l), -(14,729,l), -(116,408,l), -(72,408,l), -(72,276,l), -(159,276,l), -(159,234,l), -(72,234,l), -(72,103,l), -(159,103,l), -(159,0,l) -); -} -); -width = 507; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,0,l), -(215,163,l), -(350,163,l), -(350,190,l), -(215,190,l), -(215,304,l), -(350,304,l), -(350,331,l), -(226,331,l), -(376,729,l), -(343,729,l), -(202,344,l), -(198,344,l), -(57,729,l), -(23,729,l), -(174,331,l), -(51,331,l), -(51,304,l), -(185,304,l), -(185,190,l), -(51,190,l), -(51,163,l), -(185,163,l), -(185,0,l) -); -} -); -width = 400; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(358,0,l), -(358,159,l), -(564,159,l), -(564,192,l), -(358,192,l), -(358,303,l), -(564,303,l), -(564,336,l), -(382,336,l), -(652,729,l), -(607,729,l), -(341,338,l), -(338,338,l), -(73,729,l), -(27,729,l), -(296,336,l), -(115,336,l), -(115,303,l), -(319,303,l), -(319,192,l), -(115,192,l), -(115,159,l), -(319,159,l), -(319,0,l) -); -} -); -width = 679; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(519,0,l), -(519,83,l), -(697,83,l), -(697,214,l), -(519,214,l), -(519,276,l), -(697,276,l), -(697,408,l), -(609,408,l), -(810,729,l), -(556,729,l), -(408,449,l), -(399,449,l), -(256,729,l), -(0,729,l), -(200,408,l), -(113,408,l), -(113,276,l), -(290,276,l), -(290,214,l), -(113,214,l), -(113,83,l), -(290,83,l), -(290,0,l) -); -} -); -width = 810; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(195,0,l), -(195,163,l), -(330,163,l), -(330,190,l), -(195,190,l), -(195,304,l), -(330,304,l), -(330,331,l), -(206,331,l), -(356,729,l), -(323,729,l), -(182,344,l), -(178,344,l), -(37,729,l), -(3,729,l), -(154,331,l), -(31,331,l), -(31,304,l), -(165,304,l), -(165,190,l), -(31,190,l), -(31,163,l), -(165,163,l), -(165,0,l) -); -} -); -width = 360; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(339,0,l), -(339,103,l), -(426,103,l), -(426,234,l), -(339,234,l), -(339,276,l), -(426,276,l), -(426,408,l), -(382,408,l), -(484,729,l), -(289,729,l), -(246,455,l), -(240,455,l), -(201,729,l), -(5,729,l), -(107,408,l), -(63,408,l), -(63,276,l), -(150,276,l), -(150,234,l), -(63,234,l), -(63,103,l), -(150,103,l), -(150,0,l) -); -} -); -width = 489; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(314,0,l), -(314,159,l), -(502,159,l), -(502,192,l), -(314,192,l), -(314,311,l), -(502,311,l), -(502,344,l), -(334,344,l), -(564,729,l), -(523,729,l), -(297,346,l), -(294,346,l), -(67,729,l), -(26,729,l), -(258,344,l), -(87,344,l), -(87,311,l), -(278,311,l), -(278,192,l), -(87,192,l), -(87,159,l), -(278,159,l), -(278,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = Y; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = Y; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -23 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -21 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -23 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 590; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(445,0,l), -(445,83,l), -(618,83,l), -(618,214,l), -(445,214,l), -(445,276,l), -(618,276,l), -(618,408,l), -(526,408,l), -(692,729,l), -(485,729,l), -(350,435,l), -(341,435,l), -(211,729,l), -(2,729,l), -(171,408,l), -(77,408,l), -(77,276,l), -(250,276,l), -(250,214,l), -(77,214,l), -(77,83,l), -(250,83,l), -(250,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = Y; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = Y; -}; -width = 694; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(348,0,l), -(348,159,l), -(554,159,l), -(554,192,l), -(348,192,l), -(348,303,l), -(554,303,l), -(554,336,l), -(372,336,l), -(642,729,l), -(597,729,l), -(331,338,l), -(328,338,l), -(63,729,l), -(17,729,l), -(286,336,l), -(105,336,l), -(105,303,l), -(309,303,l), -(309,192,l), -(105,192,l), -(105,159,l), -(309,159,l), -(309,0,l) -); -} -); -width = 659; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(514,0,l), -(514,83,l), -(692,83,l), -(692,214,l), -(514,214,l), -(514,276,l), -(692,276,l), -(692,408,l), -(604,408,l), -(805,729,l), -(551,729,l), -(403,449,l), -(394,449,l), -(251,729,l), -(-5,729,l), -(195,408,l), -(108,408,l), -(108,276,l), -(285,276,l), -(285,214,l), -(108,214,l), -(108,83,l), -(285,83,l), -(285,0,l) -); -} -); -width = 800; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(331,0,l), -(331,159,l), -(515,159,l), -(515,192,l), -(331,192,l), -(331,311,l), -(515,311,l), -(515,344,l), -(349,344,l), -(575,729,l), -(536,729,l), -(314,346,l), -(311,346,l), -(88,729,l), -(49,729,l), -(275,344,l), -(108,344,l), -(108,311,l), -(295,311,l), -(295,192,l), -(108,192,l), -(108,159,l), -(295,159,l), -(295,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = Y; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = Y; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -23 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -20 -); -stem = -2; -target = ( -0, -21 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -16 -); -stem = -2; -target = ( -0, -17 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -14 -); -stem = -2; -target = ( -d, -o, -w, -n -); -type = TopGhost; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -23 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -} -); -}; -width = 623; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(451,0,l), -(451,83,l), -(619,83,l), -(619,214,l), -(451,214,l), -(451,276,l), -(619,276,l), -(619,408,l), -(532,408,l), -(691,729,l), -(486,729,l), -(357,435,l), -(348,435,l), -(225,729,l), -(18,729,l), -(180,408,l), -(91,408,l), -(91,276,l), -(258,276,l), -(258,214,l), -(91,214,l), -(91,83,l), -(258,83,l), -(258,0,l) -); -} -); -userData = { -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = Y; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = Y; -}; -width = 708; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(159,0,l), -(193,163,l), -(327,163,l), -(333,190,l), -(198,190,l), -(222,304,l), -(356,304,l), -(362,331,l), -(241,331,l), -(472,729,l), -(437,729,l), -(217,344,l), -(213,344,l), -(153,729,l), -(122,729,l), -(188,331,l), -(66,331,l), -(60,304,l), -(191,304,l), -(168,190,l), -(37,190,l), -(31,163,l), -(162,163,l), -(129,0,l) -); -} -); -width = 397; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,0,l), -(309,103,l), -(398,103,l), -(425,234,l), -(335,234,l), -(344,276,l), -(434,276,l), -(462,408,l), -(414,408,l), -(583,729,l), -(386,729,l), -(293,472,l), -(286,472,l), -(283,729,l), -(109,729,l), -(143,408,l), -(102,408,l), -(74,276,l), -(159,276,l), -(150,234,l), -(65,234,l), -(37,103,l), -(123,103,l), -(101,0,l) -); -} -); -width = 502; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(272,0,l), -(306,159,l), -(492,159,l), -(498,192,l), -(313,192,l), -(337,311,l), -(523,311,l), -(529,344,l), -(365,344,l), -(675,729,l), -(631,729,l), -(327,345,l), -(324,345,l), -(180,729,l), -(144,729,l), -(290,344,l), -(120,344,l), -(114,311,l), -(301,311,l), -(277,192,l), -(89,192,l), -(83,159,l), -(270,159,l), -(236,0,l) -); -} -); -width = 623; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(407,0,l), -(424,83,l), -(602,83,l), -(630,214,l), -(452,214,l), -(465,276,l), -(644,276,l), -(670,408,l), -(575,408,l), -(805,729,l), -(585,729,l), -(395,435,l), -(386,435,l), -(326,729,l), -(114,729,l), -(213,408,l), -(115,408,l), -(88,276,l), -(266,276,l), -(253,214,l), -(75,214,l), -(47,83,l), -(225,83,l), -(208,0,l) -); -} -); -width = 729; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,0,l), -(332,159,l), -(550,159,l), -(556,192,l), -(340,192,l), -(363,303,l), -(580,303,l), -(586,336,l), -(394,336,l), -(742,729,l), -(692,729,l), -(350,336,l), -(344,336,l), -(164,729,l), -(124,729,l), -(308,336,l), -(131,336,l), -(125,303,l), -(324,303,l), -(300,192,l), -(101,192,l), -(95,159,l), -(293,159,l), -(261,0,l) -); -} -); -width = 672; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(457,0,l), -(473,83,l), -(661,83,l), -(689,214,l), -(500,214,l), -(515,276,l), -(702,276,l), -(730,408,l), -(632,408,l), -(899,729,l), -(638,729,l), -(432,449,l), -(423,449,l), -(335,729,l), -(95,729,l), -(231,408,l), -(136,408,l), -(108,276,l), -(287,276,l), -(275,214,l), -(95,214,l), -(67,83,l), -(248,83,l), -(231,0,l) -); -} -); -width = 804; -} -); -unicode = 165; -userData = { -KernOnSpecialSpacing = { -L = symbols; -R = symbols; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ygrave.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ygrave.glyph deleted file mode 100644 index 5c5abda4..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ygrave.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = ygrave; -kernLeft = KO_y; -kernRight = KO_v; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-7,-156); -ref = gravecomb; -} -); -width = 254; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = y; -}, -{ -pos = (11,-137); -ref = gravecomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = y; -}, -{ -pos = (135,-155); -ref = gravecomb; -} -); -width = 558; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = y; -}, -{ -pos = (103,-129); -ref = gravecomb; -} -); -width = 673; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (10,-156); -ref = gravecomb; -} -); -width = 245; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = y; -}, -{ -pos = (13,-137); -ref = gravecomb; -} -); -width = 424; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (110,-155); -ref = gravecomb; -} -); -width = 448; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (100,-134); -ref = gravecomb; -} -); -width = 589; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (140,-155); -ref = gravecomb; -} -); -width = 548; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (108,-129); -ref = gravecomb; -} -); -width = 663; -}, -{ -layerId = m019; -shapes = ( -{ -ref = y; -}, -{ -pos = (110,-155); -ref = gravecomb; -} -); -width = 487; -}, -{ -layerId = m020; -shapes = ( -{ -ref = y; -}, -{ -pos = (92,-134); -ref = gravecomb; -} -); -width = 582; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-40,-156); -ref = gravecomb; -} -); -width = 252; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-6,-137); -ref = gravecomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = y; -}, -{ -pos = (72,-155); -ref = gravecomb; -} -); -width = 479; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = y; -}, -{ -pos = (43,-134); -ref = gravecomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = y; -}, -{ -pos = (99,-155); -ref = gravecomb; -} -); -width = 554; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = y; -}, -{ -pos = (66,-129); -ref = gravecomb; -} -); -width = 666; -} -); -unicode = 7923; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/yhookabove.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/yhookabove.glyph deleted file mode 100644 index cd8bacba..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/yhookabove.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = yhookabove; -kernLeft = KO_y; -kernRight = KO_v; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = y; -}, -{ -pos = (46,-156); -ref = hookabovecomb; -} -); -width = 254; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = y; -}, -{ -pos = (81,-138); -ref = hookabovecomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = y; -}, -{ -pos = (171,-155); -ref = hookabovecomb; -} -); -width = 558; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = y; -}, -{ -pos = (184,-134); -ref = hookabovecomb; -} -); -width = 673; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (63,-156); -ref = hookabovecomb; -} -); -width = 245; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = y; -}, -{ -pos = (83,-138); -ref = hookabovecomb; -} -); -width = 424; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (136,-155); -ref = hookabovecomb; -} -); -width = 448; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (146,-134); -ref = hookabovecomb; -} -); -width = 589; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (176,-155); -ref = hookabovecomb; -} -); -width = 548; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (189,-134); -ref = hookabovecomb; -} -); -width = 663; -}, -{ -layerId = m019; -shapes = ( -{ -ref = y; -}, -{ -pos = (136,-155); -ref = hookabovecomb; -} -); -width = 487; -}, -{ -layerId = m020; -shapes = ( -{ -ref = y; -}, -{ -pos = (135,-134); -ref = hookabovecomb; -} -); -width = 582; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-11,-157); -ref = hookabovecomb; -} -); -width = 252; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (48,-139); -ref = hookabovecomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = y; -}, -{ -pos = (102,-156); -ref = hookabovecomb; -} -); -width = 479; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = y; -}, -{ -pos = (84,-135); -ref = hookabovecomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = y; -}, -{ -pos = (141,-156); -ref = hookabovecomb; -} -); -width = 554; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = y; -}, -{ -pos = (131,-137); -ref = hookabovecomb; -} -); -width = 666; -} -); -unicode = 7927; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/ytilde.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/ytilde.glyph deleted file mode 100644 index 9b97566f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/ytilde.glyph +++ /dev/null @@ -1,245 +0,0 @@ -{ -color = 6; -glyphname = ytilde; -kernLeft = KO_y; -kernRight = KO_v; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-13,-156); -ref = tildecomb; -} -); -width = 254; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-12,-138); -ref = tildecomb; -} -); -width = 439; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = y; -}, -{ -pos = (72,-155); -ref = tildecomb; -} -); -width = 558; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = y; -}, -{ -pos = (73,-129); -ref = tildecomb; -} -); -width = 673; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (4,-156); -ref = tildecomb; -} -); -width = 245; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-10,-138); -ref = tildecomb; -} -); -width = 424; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (55,-155); -ref = tildecomb; -} -); -width = 448; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (51,-134); -ref = tildecomb; -} -); -width = 589; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (77,-155); -ref = tildecomb; -} -); -width = 548; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -ref = y; -}, -{ -pos = (78,-129); -ref = tildecomb; -} -); -width = 663; -}, -{ -layerId = m019; -shapes = ( -{ -ref = y; -}, -{ -pos = (57,-155); -ref = tildecomb; -} -); -width = 487; -}, -{ -layerId = m020; -shapes = ( -{ -ref = y; -}, -{ -pos = (41,-134); -ref = tildecomb; -} -); -width = 582; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-47,-156); -ref = tildecomb; -} -); -width = 252; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-39,-138); -ref = tildecomb; -} -); -width = 434; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = y; -}, -{ -pos = (17,-155); -ref = tildecomb; -} -); -width = 479; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = y; -}, -{ -pos = (-5,-134); -ref = tildecomb; -} -); -width = 586; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = y; -}, -{ -pos = (37,-155); -ref = tildecomb; -} -); -width = 554; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = y; -}, -{ -pos = (39,-134); -ref = tildecomb; -} -); -width = 666; -} -); -unicode = 7929; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/z.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/z.glyph deleted file mode 100644 index 5a68f972..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/z.glyph +++ /dev/null @@ -1,705 +0,0 @@ -{ -glyphname = z; -kernLeft = KO_z; -kernRight = KO_z; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (186,0); -}, -{ -name = center; -pos = (186,271); -}, -{ -name = top; -pos = (186,541); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(355,0,l), -(355,137,l), -(209,137,l), -(352,419,l), -(352,541,l), -(21,541,l), -(21,405,l), -(158,405,l), -(15,124,l), -(15,0,l) -); -} -); -width = 371; -}, -{ -anchors = ( -{ -name = bottom; -pos = (110,0); -}, -{ -name = center; -pos = (110,258); -}, -{ -name = top; -pos = (110,516); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,0,l), -(205,24,l), -(41,24,l), -(201,495,l), -(201,516,l), -(17,516,l), -(17,492,l), -(172,492,l), -(13,20,l), -(13,0,l) -); -} -); -width = 217; -}, -{ -anchors = ( -{ -name = bottom; -pos = (266,0); -}, -{ -name = center; -pos = (266,259); -}, -{ -name = top; -pos = (266,517); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(515,0,l), -(515,32,l), -(67,32,l), -(501,487,l), -(501,517,l), -(29,517,l), -(29,485,l), -(452,485,l), -(16,29,l), -(16,0,l) -); -} -); -width = 532; -}, -{ -anchors = ( -{ -name = bottom; -pos = (300,0); -}, -{ -name = center; -pos = (300,272); -}, -{ -name = top; -pos = (300,544); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(583,0,l), -(583,165,l), -(312,165,l), -(572,404,l), -(572,544,l), -(34,544,l), -(34,379,l), -(274,379,l), -(16,145,l), -(16,0,l) -); -} -); -width = 602; -}, -{ -anchors = ( -{ -name = bottom; -pos = (100,0); -}, -{ -name = center; -pos = (100,258); -}, -{ -name = top; -pos = (100,516); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(195,0,l), -(195,27,l), -(34,27,l), -(191,492,l), -(191,516,l), -(7,516,l), -(7,489,l), -(159,489,l), -(3,23,l), -(3,0,l) -); -} -); -width = 197; -}, -{ -anchors = ( -{ -name = bottom; -pos = (171,0); -}, -{ -name = center; -pos = (171,271); -}, -{ -name = top; -pos = (171,541); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(335,0,l), -(335,143,l), -(199,143,l), -(332,413,l), -(332,541,l), -(11,541,l), -(11,399,l), -(141,399,l), -(8,130,l), -(8,0,l) -); -} -); -width = 340; -}, -{ -anchors = ( -{ -name = bottom; -pos = (205,0); -}, -{ -name = center; -pos = (205,259); -}, -{ -name = top; -pos = (205,517); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(405,0,l), -(405,32,l), -(52,32,l), -(394,487,l), -(394,517,l), -(16,517,l), -(16,485,l), -(349,485,l), -(5,29,l), -(5,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 410; -}, -{ -anchors = ( -{ -name = bottom; -pos = (237,0); -}, -{ -name = center; -pos = (237,272); -}, -{ -name = top; -pos = (237,544); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(469,0,l), -(469,155,l), -(259,155,l), -(459,409,l), -(459,544,l), -(18,544,l), -(18,389,l), -(209,389,l), -(9,138,l), -(9,0,l) -); -} -); -width = 475; -}, -{ -anchors = ( -{ -name = bottom; -pos = (261,0); -}, -{ -name = center; -pos = (261,259); -}, -{ -name = top; -pos = (261,517); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,0,l), -(510,32,l), -(62,32,l), -(496,487,l), -(496,517,l), -(24,517,l), -(24,485,l), -(447,485,l), -(11,29,l), -(11,0,l) -); -} -); -width = 517; -}, -{ -anchors = ( -{ -name = bottom; -pos = (290,0); -}, -{ -name = center; -pos = (290,272); -}, -{ -name = top; -pos = (290,544); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(573,0,l), -(573,165,l), -(306,165,l), -(563,404,l), -(563,544,l), -(21,544,l), -(21,379,l), -(265,379,l), -(10,145,l), -(10,0,l) -); -} -); -width = 582; -}, -{ -anchors = ( -{ -name = bottom; -pos = (240,0); -}, -{ -name = center; -pos = (240,259); -}, -{ -name = top; -pos = (240,517); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(446,0,l), -(446,32,l), -(76,32,l), -(436,487,l), -(436,517,l), -(44,517,l), -(44,485,l), -(392,485,l), -(33,29,l), -(33,0,l) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -2 -); -stem = -2; -target = ( -0, -9 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -0, -6 -); -type = Stem; -} -); -}; -width = 477; -}, -{ -anchors = ( -{ -name = bottom; -pos = (264,0); -}, -{ -name = center; -pos = (264,272); -}, -{ -name = top; -pos = (264,544); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(503,0,l), -(503,153,l), -(268,153,l), -(492,411,l), -(492,544,l), -(44,544,l), -(44,391,l), -(249,391,l), -(26,136,l), -(26,0,l) -); -} -); -width = 531; -}, -{ -anchors = ( -{ -name = bottom; -pos = (67,0); -}, -{ -name = center; -pos = (120,258); -}, -{ -name = top; -pos = (173,516); -} -); -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,0,l), -(155,24,l), -(-3,24,l), -(250,495,l), -(255,516,l), -(72,516,l), -(67,492,l), -(218,492,l), -(-35,20,l), -(-40,0,l) -); -} -); -width = 216; -}, -{ -anchors = ( -{ -name = bottom; -pos = (138,0); -}, -{ -name = center; -pos = (194,271); -}, -{ -name = top; -pos = (250,541); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,0,l), -(323,137,l), -(179,137,l), -(381,419,l), -(405,541,l), -(78,541,l), -(49,405,l), -(187,405,l), -(-15,124,l), -(-40,0,l) -); -} -); -width = 368; -}, -{ -anchors = ( -{ -name = bottom; -pos = (191,0); -}, -{ -name = center; -pos = (245,259); -}, -{ -name = top; -pos = (299,517); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(384,0,l), -(390,32,l), -(32,32,l), -(475,487,l), -(481,517,l), -(95,517,l), -(88,485,l), -(427,485,l), -(-18,29,l), -(-24,0,l) -); -} -); -width = 469; -}, -{ -anchors = ( -{ -name = bottom; -pos = (226,0); -}, -{ -name = center; -pos = (282,272); -}, -{ -name = top; -pos = (338,544); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(456,0,l), -(488,153,l), -(248,153,l), -(528,411,l), -(556,544,l), -(102,544,l), -(71,391,l), -(280,391,l), -(0,136,l), -(-29,0,l) -); -} -); -width = 542; -}, -{ -anchors = ( -{ -name = bottom; -pos = (220,0); -}, -{ -name = center; -pos = (274,259); -}, -{ -name = top; -pos = (328,517); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(454,0,l), -(460,32,l), -(24,32,l), -(543,487,l), -(550,517,l), -(83,517,l), -(76,485,l), -(488,485,l), -(-32,29,l), -(-38,0,l) -); -} -); -width = 525; -}, -{ -anchors = ( -{ -name = bottom; -pos = (252,0); -}, -{ -name = center; -pos = (308,272); -}, -{ -name = top; -pos = (364,544); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(521,0,l), -(554,165,l), -(296,165,l), -(593,404,l), -(622,544,l), -(91,544,l), -(57,379,l), -(284,379,l), -(-10,145,l), -(-40,0,l) -); -} -); -width = 596; -} -); -unicode = 122; -userData = { -KernOnName = z; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zacute.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zacute.glyph deleted file mode 100644 index 43c3ba74..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zacute.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = zacute; -kernLeft = KO_z; -kernRight = KO_zcaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = z; -}, -{ -pos = (54,-156); -ref = acutecomb; -} -); -width = 217; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = z; -}, -{ -pos = (74,-137); -ref = acutecomb; -} -); -width = 371; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = z; -}, -{ -pos = (208,-155); -ref = acutecomb; -} -); -width = 532; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = z; -}, -{ -pos = (183,-129); -ref = acutecomb; -} -); -width = 602; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = z; -}, -{ -pos = (64,-156); -ref = acutecomb; -} -); -width = 197; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = z; -}, -{ -pos = (69,-137); -ref = acutecomb; -} -); -width = 340; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = z; -}, -{ -pos = (170,-155); -ref = acutecomb; -} -); -width = 410; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (161,-134); -ref = acutecomb; -} -); -width = 529; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = z; -}, -{ -pos = (213,-155); -ref = acutecomb; -} -); -width = 517; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (183,-129); -ref = acutecomb; -} -); -width = 602; -}, -{ -layerId = m019; -shapes = ( -{ -ref = z; -}, -{ -pos = (184,-155); -ref = acutecomb; -} -); -width = 477; -}, -{ -layerId = m020; -shapes = ( -{ -ref = z; -}, -{ -pos = (154,-134); -ref = acutecomb; -} -); -width = 531; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = z; -}, -{ -pos = (32,-156); -ref = acutecomb; -} -); -width = 216; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = z; -}, -{ -pos = (55,-137); -ref = acutecomb; -} -); -width = 368; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = z; -}, -{ -pos = (157,-155); -ref = acutecomb; -} -); -width = 469; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = z; -}, -{ -pos = (143,-134); -ref = acutecomb; -} -); -width = 542; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = z; -}, -{ -pos = (185,-155); -ref = acutecomb; -} -); -width = 525; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = z; -}, -{ -pos = (164,-129); -ref = acutecomb; -} -); -width = 596; -} -); -unicode = 378; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zcaron.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zcaron.glyph deleted file mode 100644 index 600f5eb6..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zcaron.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = zcaron; -kernLeft = KO_z; -kernRight = KO_zcaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = z; -}, -{ -pos = (-19,-156); -ref = caroncomb; -} -); -width = 217; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = z; -}, -{ -pos = (-31,-137); -ref = caroncomb; -} -); -width = 371; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = z; -}, -{ -pos = (87,-155); -ref = caroncomb; -} -); -width = 532; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = z; -}, -{ -pos = (9,-129); -ref = caroncomb; -} -); -width = 602; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = z; -}, -{ -pos = (-9,-156); -ref = caroncomb; -} -); -width = 197; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = z; -}, -{ -pos = (-36,-137); -ref = caroncomb; -} -); -width = 340; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = z; -}, -{ -pos = (61,-155); -ref = caroncomb; -} -); -width = 410; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (26,-134); -ref = caroncomb; -} -); -width = 529; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = z; -}, -{ -pos = (92,-155); -ref = caroncomb; -} -); -width = 517; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (9,-129); -ref = caroncomb; -} -); -width = 602; -}, -{ -layerId = m019; -shapes = ( -{ -ref = z; -}, -{ -pos = (77,-155); -ref = caroncomb; -} -); -width = 477; -}, -{ -layerId = m020; -shapes = ( -{ -ref = z; -}, -{ -pos = (25,-134); -ref = caroncomb; -} -); -width = 531; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = z; -}, -{ -pos = (-41,-156); -ref = caroncomb; -} -); -width = 216; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = z; -}, -{ -pos = (-46,-137); -ref = caroncomb; -} -); -width = 368; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = z; -}, -{ -pos = (48,-155); -ref = caroncomb; -} -); -width = 469; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = z; -}, -{ -pos = (4,-134); -ref = caroncomb; -} -); -width = 542; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = z; -}, -{ -pos = (62,-155); -ref = caroncomb; -} -); -width = 525; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = z; -}, -{ -pos = (-10,-129); -ref = caroncomb; -} -); -width = 596; -} -); -unicode = 382; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zdotaccent.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zdotaccent.glyph deleted file mode 100644 index 7f56ad67..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zdotaccent.glyph +++ /dev/null @@ -1,247 +0,0 @@ -{ -color = 6; -glyphname = zdotaccent; -kernLeft = KO_z; -kernRight = KO_zcaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = z; -}, -{ -pos = (47,-156); -ref = dotaccentcomb; -} -); -width = 217; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = z; -}, -{ -pos = (52,-137); -ref = dotaccentcomb; -} -); -width = 371; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = z; -}, -{ -pos = (194,-155); -ref = dotaccentcomb; -} -); -width = 532; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = z; -}, -{ -pos = (142,-129); -ref = dotaccentcomb; -} -); -width = 602; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = z; -}, -{ -pos = (57,-151); -ref = dotaccentcomb; -} -); -width = 197; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = z; -}, -{ -pos = (47,-137); -ref = dotaccentcomb; -} -); -width = 340; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = z; -}, -{ -pos = (153,-150); -ref = dotaccentcomb; -} -); -width = 410; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (136,-134); -ref = dotaccentcomb; -} -); -width = 529; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = z; -}, -{ -pos = (199,-155); -ref = dotaccentcomb; -} -); -width = 517; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (142,-129); -ref = dotaccentcomb; -} -); -width = 602; -}, -{ -layerId = m019; -shapes = ( -{ -ref = z; -}, -{ -pos = (167,-133); -ref = dotaccentcomb; -} -); -width = 477; -}, -{ -layerId = m020; -shapes = ( -{ -ref = z; -}, -{ -pos = (131,-120); -ref = dotaccentcomb; -} -); -width = 531; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = z; -}, -{ -pos = (19,-156); -ref = dotaccentcomb; -} -); -width = 216; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = z; -}, -{ -pos = (32,-137); -ref = dotaccentcomb; -} -); -width = 368; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = z; -}, -{ -pos = (142,-155); -ref = dotaccentcomb; -} -); -width = 469; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = z; -}, -{ -pos = (113,-134); -ref = dotaccentcomb; -} -); -width = 542; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = z; -}, -{ -pos = (171,-155); -ref = dotaccentcomb; -} -); -width = 525; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = z; -}, -{ -pos = (120,-129); -ref = dotaccentcomb; -} -); -width = 596; -} -); -unicode = 380; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zdotaccent.ss01.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zdotaccent.ss01.glyph deleted file mode 100644 index 77cc537b..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zdotaccent.ss01.glyph +++ /dev/null @@ -1,246 +0,0 @@ -{ -color = 6; -glyphname = zdotaccent.ss01; -kernLeft = KO_z; -kernRight = KO_zcaron; -layers = ( -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -ref = z; -}, -{ -pos = (55,-156); -ref = dotaccentcomb.ss01; -} -); -width = 217; -}, -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -ref = z; -}, -{ -pos = (57,-137); -ref = dotaccentcomb.ss01; -} -); -width = 371; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -ref = z; -}, -{ -pos = (207,-155); -ref = dotaccentcomb.ss01; -} -); -width = 532; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -ref = z; -}, -{ -pos = (149,-129); -ref = dotaccentcomb.ss01; -} -); -width = 602; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -ref = z; -}, -{ -pos = (65,-156); -ref = dotaccentcomb.ss01; -} -); -width = 197; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -ref = z; -}, -{ -pos = (52,-137); -ref = dotaccentcomb.ss01; -} -); -width = 340; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -ref = z; -}, -{ -pos = (166,-155); -ref = dotaccentcomb.ss01; -} -); -width = 410; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (137,-134); -ref = dotaccentcomb.ss01; -} -); -width = 529; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -ref = z; -}, -{ -pos = (212,-155); -ref = dotaccentcomb.ss01; -} -); -width = 517; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (149,-129); -ref = dotaccentcomb.ss01; -} -); -width = 602; -}, -{ -layerId = m019; -shapes = ( -{ -ref = z; -}, -{ -pos = (180,-155); -ref = dotaccentcomb.ss01; -} -); -width = 477; -}, -{ -layerId = m020; -shapes = ( -{ -ref = z; -}, -{ -pos = (130,-134); -ref = dotaccentcomb.ss01; -} -); -width = 531; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -ref = z; -}, -{ -pos = (33,-156); -ref = dotaccentcomb.ss01; -} -); -width = 216; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -ref = z; -}, -{ -pos = (38,-137); -ref = dotaccentcomb.ss01; -} -); -width = 368; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -ref = z; -}, -{ -pos = (155,-155); -ref = dotaccentcomb.ss01; -} -); -width = 469; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -ref = z; -}, -{ -pos = (118,-134); -ref = dotaccentcomb.ss01; -} -); -width = 542; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -ref = z; -}, -{ -pos = (184,-155); -ref = dotaccentcomb.ss01; -} -); -width = 525; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -ref = z; -}, -{ -pos = (129,-134); -ref = dotaccentcomb.ss01; -} -); -width = 596; -} -); -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.blackC_ircled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zero.blackC_ircled.glyph deleted file mode 100644 index e1ff4ec5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.blackC_ircled.glyph +++ /dev/null @@ -1,2040 +0,0 @@ -{ -color = 0; -glyphname = zero.blackCircled; -layers = ( -{ -anchors = ( -{ -name = center; -pos = (353,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(327,414,l), -(244,414,l), -(244,503,l), -(263,503,ls), -(301,503,o), -(331,534,o), -(335,582,c), -(437,582,l), -(437,149,l), -(327,149,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,143,o), -(214,196,o), -(214,365,cs), -(214,533,o), -(270,586,o), -(353,586,cs), -(436,586,o), -(492,534,o), -(492,365,cs), -(492,196,o), -(436,143,o), -(353,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(377,234,o), -(382,267,o), -(382,365,cs), -(382,463,o), -(377,495,o), -(353,495,cs), -(329,495,o), -(324,462,o), -(324,365,cs), -(324,267,o), -(329,234,o), -(353,234,cs) -); -} -); -width = 706; -}, -{ -anchors = ( -{ -name = center; -pos = (349,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(353,496,l), -(295,496,l), -(295,523,l), -(307,523,ls), -(340,523,o), -(354,546,o), -(355,582,c), -(383,582,l), -(383,149,l), -(353,149,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(275,142,o), -(248,227,o), -(248,364,cs), -(248,501,o), -(275,586,o), -(348,586,cs), -(422,586,o), -(449,501,o), -(449,364,cs), -(449,227,o), -(422,142,o), -(348,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(392,168,o), -(419,209,o), -(419,364,cs), -(419,519,o), -(392,560,o), -(348,560,cs), -(305,560,o), -(278,519,o), -(278,364,cs), -(278,209,o), -(305,168,o), -(348,168,cs) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = center; -pos = (442,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,485,l), -(341,485,l), -(341,512,l), -(361,512,ls), -(419,512,o), -(442,540,o), -(445,582,c), -(482,582,l), -(482,149,l), -(446,149,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(323,144,o), -(240,220,o), -(240,366,cs), -(240,511,o), -(321,587,o), -(442,587,cs), -(560,587,o), -(643,511,o), -(643,366,cs), -(643,221,o), -(561,144,o), -(442,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(545,176,o), -(605,245,o), -(605,366,cs), -(605,487,o), -(547,556,o), -(442,556,cs), -(337,556,o), -(277,488,o), -(277,366,cs), -(277,245,o), -(335,176,o), -(442,176,cs) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = center; -pos = (430,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(393,394,l), -(278,394,l), -(278,502,l), -(297,502,ls), -(352,502,o), -(396,534,o), -(401,582,c), -(543,582,l), -(543,149,l), -(393,149,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(287,148,o), -(194,230,o), -(194,370,cs), -(194,510,o), -(289,590,o), -(430,590,cs), -(574,590,o), -(666,508,o), -(666,369,cs), -(666,228,o), -(572,148,o), -(430,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(480,267,o), -(516,290,o), -(516,369,cs), -(516,448,o), -(480,471,o), -(430,471,cs), -(380,471,o), -(344,448,o), -(344,369,cs), -(344,290,o), -(380,267,o), -(430,267,cs) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = center; -pos = (329,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(353,496,l), -(295,496,l), -(295,523,l), -(307,523,ls), -(340,523,o), -(354,546,o), -(355,582,c), -(383,582,l), -(383,149,l), -(353,149,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-9,o), -(618,141,o), -(618,365,cs), -(618,589,o), -(523,739,o), -(329,739,cs), -(135,739,o), -(40,588,o), -(40,365,cs), -(40,142,o), -(135,-9,o), -(329,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(255,142,o), -(228,227,o), -(228,364,cs), -(228,501,o), -(255,586,o), -(328,586,cs), -(402,586,o), -(429,501,o), -(429,364,cs), -(429,227,o), -(402,142,o), -(328,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(372,168,o), -(399,209,o), -(399,364,cs), -(399,519,o), -(372,560,o), -(328,560,cs), -(285,560,o), -(258,519,o), -(258,364,cs), -(258,209,o), -(285,168,o), -(328,168,cs) -); -} -); -width = 658; -}, -{ -anchors = ( -{ -name = center; -pos = (343,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(327,414,l), -(244,414,l), -(244,503,l), -(263,503,ls), -(301,503,o), -(331,534,o), -(335,582,c), -(437,582,l), -(437,149,l), -(327,149,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,-7,o), -(656,122,o), -(656,366,cs), -(656,610,o), -(523,739,o), -(343,739,cs), -(163,739,o), -(30,610,o), -(30,366,cs), -(30,122,o), -(163,-7,o), -(343,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(260,143,o), -(204,196,o), -(204,365,cs), -(204,533,o), -(260,586,o), -(343,586,cs), -(426,586,o), -(482,534,o), -(482,365,cs), -(482,196,o), -(426,143,o), -(343,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(367,234,o), -(372,267,o), -(372,365,cs), -(372,463,o), -(367,495,o), -(343,495,cs), -(319,495,o), -(314,462,o), -(314,365,cs), -(314,267,o), -(319,234,o), -(343,234,cs) -); -} -); -width = 686; -}, -{ -anchors = ( -{ -name = center; -pos = (416,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(434,486,l), -(334,486,l), -(334,512,l), -(350,512,ls), -(408,512,o), -(430,540,o), -(434,582,c), -(468,582,l), -(468,149,l), -(434,149,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,-10,o), -(791,140,o), -(791,363,cs), -(791,587,o), -(640,736,o), -(415,736,cs), -(191,736,o), -(40,587,o), -(40,363,cs), -(40,140,o), -(191,-10,o), -(415,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(325,144,o), -(267,217,o), -(267,365,cs), -(267,515,o), -(327,586,o), -(416,586,cs), -(507,586,o), -(565,513,o), -(565,365,cs), -(565,214,o), -(505,144,o), -(416,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(496,174,o), -(529,246,o), -(529,365,cs), -(529,484,o), -(496,556,o), -(416,556,cs), -(336,556,o), -(303,484,o), -(303,365,cs), -(303,246,o), -(336,174,o), -(416,174,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -112, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -529, -23 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -520, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -105, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -527, -31 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -482, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --18, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --18, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 831; -}, -{ -anchors = ( -{ -name = center; -pos = (407,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,405,l), -(274,405,l), -(274,502,l), -(294,502,ls), -(349,502,o), -(393,534,o), -(398,582,c), -(517,582,l), -(517,149,l), -(390,149,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(630,-9,o), -(794,141,o), -(794,365,cs), -(794,589,o), -(630,739,o), -(407,739,cs), -(183,739,o), -(19,589,o), -(19,365,cs), -(19,141,o), -(183,-9,o), -(407,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(289,145,o), -(236,236,o), -(236,366,cs), -(236,517,o), -(304,588,o), -(406,588,cs), -(524,588,o), -(577,497,o), -(577,366,cs), -(577,216,o), -(508,145,o), -(406,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(425,251,o), -(449,260,o), -(449,366,cs), -(449,474,o), -(425,482,o), -(406,482,cs), -(388,482,o), -(364,474,o), -(364,366,cs), -(364,259,o), -(388,251,o), -(406,251,cs) -); -} -); -width = 813; -}, -{ -anchors = ( -{ -name = center; -pos = (432,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,485,l), -(341,485,l), -(341,512,l), -(361,512,ls), -(419,512,o), -(442,540,o), -(445,582,c), -(482,582,l), -(482,149,l), -(446,149,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-10,o), -(814,139,o), -(814,363,cs), -(814,587,o), -(655,736,o), -(432,736,cs), -(209,736,o), -(50,587,o), -(50,363,cs), -(50,139,o), -(209,-10,o), -(432,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(313,144,o), -(230,220,o), -(230,366,cs), -(230,511,o), -(311,587,o), -(432,587,cs), -(550,587,o), -(633,511,o), -(633,366,cs), -(633,221,o), -(551,144,o), -(432,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(535,176,o), -(595,245,o), -(595,366,cs), -(595,487,o), -(537,556,o), -(432,556,cs), -(327,556,o), -(267,488,o), -(267,366,cs), -(267,245,o), -(325,176,o), -(432,176,cs) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = center; -pos = (420,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(393,394,l), -(278,394,l), -(278,502,l), -(297,502,ls), -(352,502,o), -(396,534,o), -(401,582,c), -(543,582,l), -(543,149,l), -(393,149,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-11,o), -(810,135,o), -(810,364,cs), -(810,593,o), -(649,739,o), -(420,739,cs), -(192,739,o), -(30,593,o), -(30,364,cs), -(30,135,o), -(192,-11,o), -(420,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(277,148,o), -(184,230,o), -(184,370,cs), -(184,510,o), -(279,590,o), -(420,590,cs), -(564,590,o), -(656,508,o), -(656,369,cs), -(656,228,o), -(562,148,o), -(420,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(470,267,o), -(506,290,o), -(506,369,cs), -(506,448,o), -(470,471,o), -(420,471,cs), -(370,471,o), -(334,448,o), -(334,369,cs), -(334,290,o), -(370,267,o), -(420,267,cs) -); -} -); -width = 840; -}, -{ -anchors = ( -{ -name = center; -pos = (431,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(434,486,l), -(334,486,l), -(334,512,l), -(350,512,ls), -(408,512,o), -(430,540,o), -(434,582,c), -(468,582,l), -(468,149,l), -(434,149,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(649,-10,o), -(798,140,o), -(798,363,cs), -(798,587,o), -(649,736,o), -(430,736,cs), -(210,736,o), -(61,587,o), -(61,363,cs), -(61,140,o), -(210,-10,o), -(430,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(342,144,o), -(284,217,o), -(284,365,cs), -(284,515,o), -(344,586,o), -(431,586,cs), -(520,586,o), -(576,513,o), -(576,365,cs), -(576,214,o), -(518,144,o), -(431,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(509,174,o), -(542,246,o), -(542,365,cs), -(542,484,o), -(509,556,o), -(431,556,cs), -(351,556,o), -(320,484,o), -(320,365,cs), -(320,246,o), -(351,174,o), -(431,174,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -112, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -529, -23 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -520, -33 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -105, -21 -); -stem = -2; -target = ( -u, -p -); -type = BottomGhost; -}, -{ -horizontal = 1; -options = 0; -place = ( -527, -31 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( -482, -40 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 1; -options = 0; -place = ( -0, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --18, -0 -); -stem = -2; -type = Stem; -}, -{ -horizontal = 0; -options = 0; -place = ( --18, -0 -); -stem = -2; -type = Stem; -} -); -}; -width = 858; -}, -{ -anchors = ( -{ -name = center; -pos = (418,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,405,l), -(274,405,l), -(274,502,l), -(294,502,ls), -(349,502,o), -(393,534,o), -(398,582,c), -(517,582,l), -(517,149,l), -(390,149,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(636,-9,o), -(796,141,o), -(796,365,cs), -(796,589,o), -(636,739,o), -(418,739,cs), -(199,739,o), -(39,589,o), -(39,365,cs), -(39,141,o), -(199,-9,o), -(418,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(302,145,o), -(250,236,o), -(250,366,cs), -(250,517,o), -(317,588,o), -(417,588,cs), -(533,588,o), -(584,496,o), -(584,366,cs), -(584,216,o), -(517,145,o), -(417,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(435,251,o), -(457,261,o), -(457,366,cs), -(457,473,o), -(435,482,o), -(417,482,cs), -(400,482,o), -(377,473,o), -(377,366,cs), -(377,260,o), -(400,251,o), -(417,251,cs) -); -} -); -width = 834; -}, -{ -anchors = ( -{ -name = center; -pos = (386,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,496,l), -(332,496,l), -(332,523,l), -(344,523,ls), -(377,523,o), -(391,546,o), -(392,582,c), -(420,582,l), -(420,149,l), -(390,149,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,142,o), -(285,227,o), -(285,364,cs), -(285,501,o), -(312,586,o), -(385,586,cs), -(459,586,o), -(486,501,o), -(486,364,cs), -(486,227,o), -(459,142,o), -(385,142,cs) -); -}, -{ -closed = 1; -nodes = ( -(429,168,o), -(456,209,o), -(456,364,cs), -(456,519,o), -(429,560,o), -(385,560,cs), -(342,560,o), -(315,519,o), -(315,364,cs), -(315,209,o), -(342,168,o), -(385,168,cs) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = center; -pos = (385,366); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(359,414,l), -(276,414,l), -(276,503,l), -(295,503,ls), -(333,503,o), -(363,534,o), -(367,582,c), -(469,582,l), -(469,149,l), -(359,149,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(302,143,o), -(246,196,o), -(246,365,cs), -(246,533,o), -(302,586,o), -(385,586,cs), -(468,586,o), -(524,534,o), -(524,365,cs), -(524,196,o), -(468,143,o), -(385,143,cs) -); -}, -{ -closed = 1; -nodes = ( -(409,234,o), -(414,267,o), -(414,365,cs), -(414,463,o), -(409,495,o), -(385,495,cs), -(361,495,o), -(356,462,o), -(356,365,cs), -(356,267,o), -(361,234,o), -(385,234,cs) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = center; -pos = (467.5,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(466,486,l), -(366,486,l), -(366,512,l), -(382,512,ls), -(440,512,o), -(462,540,o), -(466,582,c), -(500,582,l), -(500,149,l), -(466,149,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(377,144,o), -(319,217,o), -(319,365,cs), -(319,515,o), -(379,586,o), -(468,586,cs), -(559,586,o), -(617,513,o), -(617,365,cs), -(617,214,o), -(557,144,o), -(468,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(548,174,o), -(581,246,o), -(581,365,cs), -(581,484,o), -(548,556,o), -(468,556,cs), -(388,556,o), -(355,484,o), -(355,365,cs), -(355,246,o), -(388,174,o), -(468,174,cs) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = center; -pos = (455.5,365); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(436,405,l), -(320,405,l), -(320,502,l), -(340,502,ls), -(395,502,o), -(439,534,o), -(444,582,c), -(563,582,l), -(563,149,l), -(436,149,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(338,145,o), -(285,236,o), -(285,366,cs), -(285,517,o), -(353,588,o), -(455,588,cs), -(573,588,o), -(626,497,o), -(626,366,cs), -(626,216,o), -(557,145,o), -(455,145,cs) -); -}, -{ -closed = 1; -nodes = ( -(474,251,o), -(498,260,o), -(498,366,cs), -(498,474,o), -(474,482,o), -(455,482,cs), -(437,482,o), -(413,474,o), -(413,366,cs), -(413,259,o), -(437,251,o), -(455,251,cs) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = center; -pos = (473,363); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(477,485,l), -(372,485,l), -(372,512,l), -(392,512,ls), -(450,512,o), -(473,540,o), -(476,582,c), -(513,582,l), -(513,149,l), -(477,149,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(354,144,o), -(271,220,o), -(271,366,cs), -(271,511,o), -(352,587,o), -(473,587,cs), -(591,587,o), -(674,511,o), -(674,366,cs), -(674,221,o), -(592,144,o), -(473,144,cs) -); -}, -{ -closed = 1; -nodes = ( -(576,176,o), -(636,245,o), -(636,366,cs), -(636,487,o), -(578,556,o), -(473,556,cs), -(368,556,o), -(308,488,o), -(308,366,cs), -(308,245,o), -(366,176,o), -(473,176,cs) -); -} -); -width = 903; -}, -{ -anchors = ( -{ -name = center; -pos = (459,364); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(422,394,l), -(307,394,l), -(307,502,l), -(326,502,ls), -(381,502,o), -(425,534,o), -(430,582,c), -(572,582,l), -(572,149,l), -(422,149,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,-11,o), -(849,135,o), -(849,364,cs), -(849,593,o), -(688,739,o), -(459,739,cs), -(231,739,o), -(69,593,o), -(69,364,cs), -(69,135,o), -(231,-11,o), -(459,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(316,148,o), -(223,230,o), -(223,370,cs), -(223,510,o), -(318,590,o), -(459,590,cs), -(603,590,o), -(695,508,o), -(695,369,cs), -(695,228,o), -(601,148,o), -(459,148,cs) -); -}, -{ -closed = 1; -nodes = ( -(509,267,o), -(545,290,o), -(545,369,cs), -(545,448,o), -(509,471,o), -(459,471,cs), -(409,471,o), -(373,448,o), -(373,369,cs), -(373,290,o), -(409,267,o), -(459,267,cs) -); -} -); -width = 880; -} -); -metricLeft = one.circled; -metricRight = one.circled; -unicode = 9471; -userData = { -RMXScaler = { -source = one; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.circled.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zero.circled.glyph deleted file mode 100644 index 083b7f22..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.circled.glyph +++ /dev/null @@ -1,1285 +0,0 @@ -{ -color = 0; -glyphname = zero.circled; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,149,l), -(383,582,l), -(355,582,l), -(354,546,o), -(340,523,o), -(307,523,cs), -(295,523,l), -(295,496,l), -(353,496,l), -(353,149,l) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (202,188); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(437,149,l), -(437,582,l), -(335,582,l), -(331,534,o), -(301,503,o), -(263,503,cs), -(244,503,l), -(244,414,l), -(327,414,l), -(327,149,l) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (199,189); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 706; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,149,l), -(482,582,l), -(445,582,l), -(442,540,o), -(419,512,o), -(361,512,cs), -(341,512,l), -(341,485,l), -(446,485,l), -(446,149,l) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (201,190); -ref = zeroinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(543,149,l), -(543,582,l), -(401,582,l), -(396,534,o), -(352,502,o), -(297,502,cs), -(278,502,l), -(278,394,l), -(393,394,l), -(393,149,l) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (180,193); -ref = zeroinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(543,-9,o), -(638,141,o), -(638,365,cs), -(638,589,o), -(543,739,o), -(349,739,cs), -(155,739,o), -(60,588,o), -(60,365,cs), -(60,142,o), -(155,-9,o), -(349,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,21,o), -(93,132,o), -(93,365,cs), -(93,598,o), -(196,710,o), -(349,710,cs), -(503,710,o), -(605,599,o), -(605,365,cs), -(605,132,o), -(503,21,o), -(349,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,149,l), -(383,582,l), -(355,582,l), -(354,546,o), -(340,523,o), -(307,523,cs), -(295,523,l), -(295,496,l), -(353,496,l), -(353,149,l) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (202,188); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 698; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(533,-7,o), -(666,122,o), -(666,366,cs), -(666,610,o), -(533,739,o), -(353,739,cs), -(173,739,o), -(40,610,o), -(40,366,cs), -(40,122,o), -(173,-7,o), -(353,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,61,o), -(112,192,o), -(112,366,cs), -(112,540,o), -(181,671,o), -(353,671,cs), -(525,671,o), -(594,540,o), -(594,366,cs), -(594,192,o), -(525,61,o), -(353,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(437,149,l), -(437,582,l), -(335,582,l), -(331,534,o), -(301,503,o), -(263,503,cs), -(244,503,l), -(244,414,l), -(327,414,l), -(327,149,l) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (198,189); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 686; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(468,149,l), -(468,582,l), -(434,582,l), -(430,540,o), -(408,512,o), -(350,512,cs), -(334,512,l), -(334,486,l), -(434,486,l), -(434,149,l) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (223,189); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 871; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(535,149,l), -(535,582,l), -(416,582,l), -(411,534,o), -(367,502,o), -(312,502,cs), -(292,502,l), -(292,405,l), -(408,405,l), -(408,149,l) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (225,191); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 835; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(665,-10,o), -(824,139,o), -(824,363,cs), -(824,587,o), -(665,736,o), -(442,736,cs), -(219,736,o), -(60,587,o), -(60,363,cs), -(60,139,o), -(219,-10,o), -(442,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(242,24,o), -(97,160,o), -(97,363,cs), -(97,566,o), -(242,702,o), -(442,702,cs), -(642,702,o), -(787,566,o), -(787,363,cs), -(787,160,o), -(642,24,o), -(442,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,149,l), -(482,582,l), -(445,582,l), -(442,540,o), -(419,512,o), -(361,512,cs), -(341,512,l), -(341,485,l), -(446,485,l), -(446,149,l) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (201,190); -ref = zeroinferior; -} -); -width = 884; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(659,-11,o), -(820,135,o), -(820,364,cs), -(820,593,o), -(659,739,o), -(430,739,cs), -(202,739,o), -(40,593,o), -(40,364,cs), -(40,135,o), -(202,-11,o), -(430,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(250,67,o), -(122,181,o), -(122,364,cs), -(122,547,o), -(250,661,o), -(430,661,cs), -(611,661,o), -(738,547,o), -(738,364,cs), -(738,181,o), -(611,67,o), -(430,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(543,149,l), -(543,582,l), -(401,582,l), -(396,534,o), -(352,502,o), -(297,502,cs), -(278,502,l), -(278,394,l), -(393,394,l), -(393,149,l) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = whiteCircle; -}, -{ -alignment = -1; -pos = (180,193); -ref = zeroinferior; -} -); -width = 860; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(660,-10,o), -(811,140,o), -(811,363,cs), -(811,587,o), -(660,736,o), -(435,736,cs), -(211,736,o), -(60,587,o), -(60,363,cs), -(60,140,o), -(211,-10,o), -(435,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,21,o), -(94,159,o), -(94,363,cs), -(94,567,o), -(232,706,o), -(435,706,cs), -(639,706,o), -(777,567,o), -(777,363,cs), -(777,159,o), -(639,21,o), -(435,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(468,149,l), -(468,582,l), -(434,582,l), -(430,540,o), -(408,512,o), -(350,512,cs), -(334,512,l), -(334,486,l), -(434,486,l), -(434,149,l) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (219,189); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -50; -width = 55; -}; -}; -width = 858; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(651,-9,o), -(815,141,o), -(815,365,cs), -(815,589,o), -(651,739,o), -(428,739,cs), -(204,739,o), -(40,589,o), -(40,365,cs), -(40,141,o), -(204,-9,o), -(428,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,68,o), -(124,187,o), -(124,365,cs), -(124,544,o), -(247,663,o), -(428,663,cs), -(608,663,o), -(731,544,o), -(731,365,cs), -(731,187,o), -(609,68,o), -(428,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(535,149,l), -(535,582,l), -(416,582,l), -(411,534,o), -(367,502,o), -(312,502,cs), -(292,502,l), -(292,405,l), -(408,405,l), -(408,149,l) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -pos = (223,191); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -450; -width = 50; -}; -}; -width = 834; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(580,-9,o), -(675,141,o), -(675,365,cs), -(675,589,o), -(580,739,o), -(386,739,cs), -(192,739,o), -(97,588,o), -(97,365,cs), -(97,142,o), -(192,-9,o), -(386,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(233,21,o), -(130,132,o), -(130,365,cs), -(130,598,o), -(233,710,o), -(386,710,cs), -(540,710,o), -(642,599,o), -(642,365,cs), -(642,132,o), -(540,21,o), -(386,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(420,149,l), -(420,582,l), -(392,582,l), -(391,546,o), -(377,523,o), -(344,523,cs), -(332,523,l), -(332,496,l), -(390,496,l), -(390,149,l) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -pos = (239,188); -ref = zeroinferior; -} -); -width = 727; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(565,-7,o), -(698,122,o), -(698,366,cs), -(698,610,o), -(565,739,o), -(385,739,cs), -(205,739,o), -(72,610,o), -(72,366,cs), -(72,122,o), -(205,-7,o), -(385,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,61,o), -(144,192,o), -(144,366,cs), -(144,540,o), -(213,671,o), -(385,671,cs), -(557,671,o), -(626,540,o), -(626,366,cs), -(626,192,o), -(557,61,o), -(385,61,cs) -); -}, -{ -closed = 1; -nodes = ( -(469,149,l), -(469,582,l), -(367,582,l), -(363,534,o), -(333,503,o), -(295,503,cs), -(276,503,l), -(276,414,l), -(359,414,l), -(359,149,l) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -pos = (231,189); -ref = zeroinferior; -} -); -width = 731; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(692,-10,o), -(843,140,o), -(843,363,cs), -(843,587,o), -(692,736,o), -(467,736,cs), -(243,736,o), -(92,587,o), -(92,363,cs), -(92,140,o), -(243,-10,o), -(467,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(264,21,o), -(126,159,o), -(126,363,cs), -(126,567,o), -(264,706,o), -(467,706,cs), -(671,706,o), -(809,567,o), -(809,363,cs), -(809,159,o), -(671,21,o), -(467,21,cs) -); -}, -{ -closed = 1; -nodes = ( -(500,149,l), -(500,582,l), -(466,582,l), -(462,540,o), -(440,512,o), -(382,512,cs), -(366,512,l), -(366,486,l), -(466,486,l), -(466,149,l) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = master01; -pos = (276,186); -ref = zeroinferior; -} -); -width = 891; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(679,-9,o), -(843,141,o), -(843,365,cs), -(843,589,o), -(679,739,o), -(456,739,cs), -(232,739,o), -(68,589,o), -(68,365,cs), -(68,141,o), -(232,-9,o), -(456,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(274,68,o), -(152,187,o), -(152,365,cs), -(152,544,o), -(275,663,o), -(456,663,cs), -(636,663,o), -(759,544,o), -(759,365,cs), -(759,187,o), -(637,68,o), -(456,68,cs) -); -}, -{ -closed = 1; -nodes = ( -(563,149,l), -(563,582,l), -(444,582,l), -(439,534,o), -(395,502,o), -(340,502,cs), -(320,502,l), -(320,405,l), -(436,405,l), -(436,149,l) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "1EDCBF6C-9964-4A28-BC87-E86B534B8BE7"; -pos = (272,188); -ref = zeroinferior; -} -); -width = 873; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(696,-10,o), -(855,139,o), -(855,363,cs), -(855,587,o), -(696,736,o), -(473,736,cs), -(250,736,o), -(91,587,o), -(91,363,cs), -(91,139,o), -(250,-10,o), -(473,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(273,24,o), -(128,160,o), -(128,363,cs), -(128,566,o), -(273,702,o), -(473,702,cs), -(673,702,o), -(818,566,o), -(818,363,cs), -(818,160,o), -(673,24,o), -(473,24,cs) -); -}, -{ -closed = 1; -nodes = ( -(513,149,l), -(513,582,l), -(476,582,l), -(473,540,o), -(450,512,o), -(392,512,cs), -(372,512,l), -(372,485,l), -(477,485,l), -(477,149,l) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -pos = (232,190); -ref = zeroinferior; -} -); -width = 903; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(689,-11,o), -(850,135,o), -(850,364,cs), -(850,593,o), -(689,739,o), -(460,739,cs), -(232,739,o), -(70,593,o), -(70,364,cs), -(70,135,o), -(232,-11,o), -(460,-11,cs) -); -}, -{ -closed = 1; -nodes = ( -(280,67,o), -(152,181,o), -(152,364,cs), -(152,547,o), -(280,661,o), -(460,661,cs), -(641,661,o), -(768,547,o), -(768,364,cs), -(768,181,o), -(641,67,o), -(460,67,cs) -); -}, -{ -closed = 1; -nodes = ( -(573,153,l), -(573,586,l), -(431,586,l), -(426,538,o), -(382,506,o), -(327,506,cs), -(308,506,l), -(308,398,l), -(423,398,l), -(423,153,l) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = whiteCircle; -}, -{ -masterId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -pos = (209,193); -ref = zeroinferior; -} -); -width = 880; -} -); -unicode = 9450; -userData = { -RMXScaler = { -source = one; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.dnom.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zero.dnom.glyph deleted file mode 100644 index e653a7ab..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.dnom.glyph +++ /dev/null @@ -1,978 +0,0 @@ -{ -glyphname = zero.dnom; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,-5,o), -(262,38,o), -(262,187,cs), -(262,336,o), -(211,379,o), -(139,379,cs), -(66,379,o), -(16,335,o), -(16,187,cs), -(16,39,o), -(66,-5,o), -(139,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(119,78,o), -(116,107,o), -(116,187,cs), -(116,267,o), -(119,296,o), -(139,296,cs), -(159,296,o), -(161,265,o), -(161,187,cs), -(161,109,o), -(159,78,o), -(139,78,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 278; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,-6,o), -(231,72,o), -(231,198,cs), -(231,324,o), -(206,401,o), -(139,401,cs), -(72,401,o), -(47,324,o), -(47,198,cs), -(47,72,o), -(72,-6,o), -(139,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(99,18,o), -(74,56,o), -(74,198,cs), -(74,340,o), -(99,378,o), -(139,378,cs), -(179,378,o), -(204,340,o), -(204,198,cs), -(204,56,o), -(179,18,o), -(139,18,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 278; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(336,-5,o), -(411,65,o), -(411,198,cs), -(411,331,o), -(335,401,o), -(226,401,cs), -(115,401,o), -(41,331,o), -(41,198,cs), -(41,65,o), -(117,-5,o), -(227,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(129,25,o), -(77,88,o), -(77,198,cs), -(77,309,o), -(131,371,o), -(226,371,cs), -(322,371,o), -(375,308,o), -(375,198,cs), -(375,88,o), -(321,25,o), -(226,25,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 452; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(352,-5,o), -(436,65,o), -(436,187,cs), -(436,308,o), -(354,379,o), -(226,379,cs), -(100,379,o), -(16,309,o), -(16,188,cs), -(16,67,o), -(99,-5,o), -(226,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(177,97,o), -(143,118,o), -(143,187,cs), -(143,256,o), -(177,278,o), -(226,278,cs), -(275,278,o), -(309,257,o), -(309,187,cs), -(309,118,o), -(275,97,o), -(226,97,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 452; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,-6,o), -(211,72,o), -(211,198,cs), -(211,324,o), -(186,401,o), -(119,401,cs), -(52,401,o), -(27,324,o), -(27,198,cs), -(27,72,o), -(52,-6,o), -(119,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(79,18,o), -(54,56,o), -(54,198,cs), -(54,340,o), -(79,378,o), -(119,378,cs), -(159,378,o), -(184,340,o), -(184,198,cs), -(184,56,o), -(159,18,o), -(119,18,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 238; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,-5,o), -(253,38,o), -(253,187,cs), -(253,336,o), -(202,379,o), -(130,379,cs), -(57,379,o), -(7,335,o), -(7,187,cs), -(7,39,o), -(57,-5,o), -(130,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,78,o), -(107,107,o), -(107,187,cs), -(107,267,o), -(110,296,o), -(130,296,cs), -(150,296,o), -(152,265,o), -(152,187,cs), -(152,109,o), -(150,78,o), -(130,78,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 260; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,-5,o), -(317,60,o), -(317,198,cs), -(317,334,o), -(264,401,o), -(181,401,cs), -(99,401,o), -(44,336,o), -(44,198,cs), -(44,63,o), -(97,-5,o), -(181,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(107,23,o), -(77,89,o), -(77,198,cs), -(77,307,o), -(107,373,o), -(181,373,cs), -(254,373,o), -(285,307,o), -(285,198,cs), -(285,89,o), -(254,23,o), -(181,23,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 361; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(256,-5,o), -(318,56,o), -(318,187,cs), -(318,299,o), -(270,379,o), -(165,379,cs), -(74,379,o), -(12,318,o), -(12,187,cs), -(12,74,o), -(60,-5,o), -(165,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(147,88,o), -(125,94,o), -(125,187,cs), -(125,280,o), -(147,285,o), -(165,285,cs), -(183,285,o), -(204,279,o), -(204,187,cs), -(204,94,o), -(183,88,o), -(165,88,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 330; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(326,-5,o), -(401,65,o), -(401,198,cs), -(401,331,o), -(325,401,o), -(216,401,cs), -(105,401,o), -(31,331,o), -(31,198,cs), -(31,65,o), -(107,-5,o), -(217,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(119,25,o), -(67,88,o), -(67,198,cs), -(67,309,o), -(121,371,o), -(216,371,cs), -(312,371,o), -(365,308,o), -(365,198,cs), -(365,88,o), -(311,25,o), -(216,25,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 432; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(342,-5,o), -(426,65,o), -(426,187,cs), -(426,308,o), -(344,379,o), -(216,379,cs), -(90,379,o), -(6,309,o), -(6,188,cs), -(6,67,o), -(89,-5,o), -(216,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(167,97,o), -(133,118,o), -(133,187,cs), -(133,256,o), -(167,278,o), -(216,278,cs), -(265,278,o), -(299,257,o), -(299,187,cs), -(299,118,o), -(265,97,o), -(216,97,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 432; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(279,-5,o), -(334,60,o), -(334,198,cs), -(334,334,o), -(281,401,o), -(200,401,cs), -(120,401,o), -(65,336,o), -(65,198,cs), -(65,63,o), -(118,-5,o), -(200,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(128,23,o), -(98,89,o), -(98,198,cs), -(98,307,o), -(128,373,o), -(200,373,cs), -(271,373,o), -(302,307,o), -(302,198,cs), -(302,89,o), -(271,23,o), -(200,23,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 398; -}, -{ -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(265,-5,o), -(325,56,o), -(325,187,cs), -(325,299,o), -(279,379,o), -(178,379,cs), -(91,379,o), -(32,318,o), -(32,187,cs), -(32,74,o), -(77,-5,o), -(178,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(164,88,o), -(144,93,o), -(144,187,cs), -(144,281,o), -(164,285,o), -(178,285,cs), -(192,285,o), -(212,280,o), -(212,187,cs), -(212,93,o), -(192,88,o), -(178,88,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 355; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,-5,o), -(190,71,o), -(215,189,cs), -(238,298,o), -(242,401,o), -(161,401,cs), -(101,401,o), -(62,331,o), -(36,207,cs), -(13,96,o), -(9,-5,o), -(90,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(31,23,o), -(45,122,o), -(62,203,cs), -(91,342,o), -(121,377,o), -(158,377,cs), -(220,377,o), -(209,287,o), -(189,193,cs), -(158,45,o), -(127,16,o), -(85,19,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 276; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(159,-5,o), -(212,38,o), -(241,178,cs), -(265,294,o), -(251,379,o), -(147,379,cs), -(77,379,o), -(28,328,o), -(1,198,cs), -(-23,82,o), -(-12,-5,o), -(95,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(77,78,o), -(83,117,o), -(99,189,cs), -(115,268,o), -(125,296,o), -(142,296,cs), -(163,296,o), -(158,260,o), -(143,187,cs), -(127,108,o), -(118,78,o), -(101,78,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 276; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,-6,o), -(291,51,o), -(316,189,cs), -(337,306,o), -(313,401,o), -(214,401,cs), -(141,401,o), -(78,342,o), -(54,207,cs), -(32,82,o), -(61,-6,o), -(156,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(82,22,o), -(69,97,o), -(84,192,cs), -(103,311,o), -(147,373,o), -(213,373,cs), -(288,373,o), -(301,298,o), -(285,199,cs), -(267,85,o), -(222,22,o), -(157,22,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 395; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,-5,o), -(294,48,o), -(318,158,cs), -(347,292,o), -(303,379,o), -(195,379,cs), -(111,379,o), -(44,326,o), -(20,216,cs), -(-9,81,o), -(39,-5,o), -(143,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(117,89,o), -(116,130,o), -(129,195,cs), -(144,271,o), -(162,285,o), -(186,285,cs), -(217,285,o), -(224,251,o), -(209,178,cs), -(195,111,o), -(181,89,o), -(152,89,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 374; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,-5,o), -(403,89,o), -(403,229,cs), -(403,332,o), -(343,401,o), -(236,401,cs), -(110,401,o), -(27,306,o), -(27,167,cs), -(27,63,o), -(88,-5,o), -(194,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(117,25,o), -(63,74,o), -(63,169,cs), -(63,289,o), -(132,371,o), -(233,371,cs), -(313,371,o), -(367,322,o), -(367,227,cs), -(367,107,o), -(298,25,o), -(198,25,cs) -); -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 455; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,-3,o), -(417,71,o), -(421,204,cs), -(424,308,o), -(352,378,o), -(226,378,cs), -(92,378,o), -(2,301,o), -(-2,172,cs), -(-5,67,o), -(65,-3,o), -(192,-3,cs) -); -}, -{ -closed = 1; -nodes = ( -(153,99,o), -(123,126,o), -(124,175,cs), -(126,235,o), -(156,276,o), -(219,276,cs), -(266,276,o), -(296,247,o), -(295,201,cs), -(293,137,o), -(259,99,o), -(200,99,cs) -); -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 454; -} -); -metricRight = "=|"; -userData = { -KernOnName = zero.dnom; -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = zero; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zero.glyph deleted file mode 100644 index 5a5bef08..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.glyph +++ /dev/null @@ -1,1042 +0,0 @@ -{ -glyphname = zero; -kernLeft = KO_six; -kernRight = KO_zero; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,-10,o), -(482,80,o), -(482,365,cs), -(482,648,o), -(389,738,o), -(249,738,cs), -(109,738,o), -(16,648,o), -(16,365,cs), -(16,80,o), -(109,-10,o), -(249,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(208,141,o), -(198,196,o), -(198,365,cs), -(198,532,o), -(208,587,o), -(249,587,cs), -(291,587,o), -(300,532,o), -(300,365,cs), -(300,196,o), -(291,141,o), -(249,141,cs) -); -} -); -width = 498; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -closed = 1; -nodes = ( -(327,-10,o), -(367,139,o), -(367,365,cs), -(367,590,o), -(327,739,o), -(206,739,cs), -(84,739,o), -(45,590,o), -(45,365,cs), -(45,139,o), -(84,-10,o), -(206,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(129,19,o), -(77,88,o), -(77,365,cs), -(77,641,o), -(129,710,o), -(206,710,cs), -(284,710,o), -(334,639,o), -(334,365,cs), -(334,90,o), -(284,19,o), -(206,19,cs) -); -} -); -width = 411; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -closed = 1; -nodes = ( -(569,-10,o), -(704,118,o), -(704,365,cs), -(704,612,o), -(566,738,o), -(373,738,cs), -(172,738,o), -(39,611,o), -(39,365,cs), -(39,116,o), -(177,-10,o), -(374,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,24,o), -(78,151,o), -(78,365,cs), -(78,579,o), -(183,704,o), -(373,704,cs), -(562,704,o), -(665,578,o), -(665,365,cs), -(665,151,o), -(559,24,o), -(373,24,cs) -); -} -); -width = 743; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -closed = 1; -nodes = ( -(637,-9,o), -(793,126,o), -(793,365,cs), -(793,601,o), -(639,738,o), -(403,738,cs), -(168,738,o), -(12,603,o), -(12,366,cs), -(12,129,o), -(166,-9,o), -(402,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(305,171,o), -(239,221,o), -(239,365,cs), -(239,508,o), -(305,558,o), -(402,558,cs), -(500,558,o), -(566,508,o), -(566,365,cs), -(566,221,o), -(500,171,o), -(402,171,cs) -); -} -); -width = 805; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,-10,o), -(342,137,o), -(342,360,cs), -(342,583,o), -(303,730,o), -(183,730,cs), -(63,730,o), -(24,583,o), -(24,360,cs), -(24,137,o), -(63,-10,o), -(183,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(107,19,o), -(56,87,o), -(56,360,cs), -(56,633,o), -(107,701,o), -(183,701,cs), -(260,701,o), -(310,631,o), -(310,360,cs), -(310,89,o), -(260,19,o), -(183,19,cs) -); -} -); -width = 366; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(381,-10,o), -(475,79,o), -(475,360,cs), -(475,640,o), -(381,729,o), -(241,729,cs), -(101,729,o), -(7,640,o), -(7,360,cs), -(7,79,o), -(101,-10,o), -(241,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(204,146,o), -(196,199,o), -(196,360,cs), -(196,519,o), -(204,572,o), -(241,572,cs), -(279,572,o), -(287,519,o), -(287,360,cs), -(287,199,o), -(279,146,o), -(241,146,cs) -); -} -); -width = 482; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(432,-9,o), -(530,109,o), -(530,360,cs), -(530,611,o), -(432,729,o), -(286,729,cs), -(140,729,o), -(42,611,o), -(42,360,cs), -(42,109,o), -(140,-9,o), -(286,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(139,25,o), -(82,159,o), -(82,360,cs), -(82,561,o), -(139,695,o), -(286,695,cs), -(433,695,o), -(490,561,o), -(490,360,cs), -(490,159,o), -(433,25,o), -(286,25,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 572; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(488,-6,o), -(603,126,o), -(603,362,cs), -(603,583,o), -(501,730,o), -(320,730,cs), -(147,730,o), -(31,598,o), -(31,364,cs), -(31,142,o), -(134,-6,o), -(316,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(265,154,o), -(221,181,o), -(221,363,cs), -(221,544,o), -(265,571,o), -(317,571,cs), -(369,571,o), -(413,544,o), -(413,363,cs), -(413,181,o), -(369,154,o), -(317,154,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(463,-10,o), -(578,108,o), -(578,359,cs), -(578,581,o), -(487,729,o), -(293,729,cs), -(123,729,o), -(8,611,o), -(8,359,cs), -(8,138,o), -(99,-10,o), -(293,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(237,159,o), -(210,213,o), -(210,359,cs), -(210,507,o), -(237,560,o), -(293,560,cs), -(349,560,o), -(376,507,o), -(376,359,cs), -(376,213,o), -(349,159,o), -(293,159,cs) -); -} -); -width = 586; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(572,-10,o), -(705,117,o), -(705,364,cs), -(705,612,o), -(569,737,o), -(368,737,cs), -(160,737,o), -(29,611,o), -(29,364,cs), -(29,115,o), -(165,-10,o), -(369,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(168,24,o), -(67,149,o), -(67,364,cs), -(67,580,o), -(171,703,o), -(368,703,cs), -(565,703,o), -(667,579,o), -(667,364,cs), -(667,149,o), -(562,24,o), -(368,24,cs) -); -} -); -width = 734; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(623,-9,o), -(778,124,o), -(778,360,cs), -(778,594,o), -(625,729,o), -(391,729,cs), -(158,729,o), -(3,596,o), -(3,361,cs), -(3,127,o), -(156,-9,o), -(390,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(296,169,o), -(233,218,o), -(233,360,cs), -(233,502,o), -(296,551,o), -(390,551,cs), -(485,551,o), -(548,502,o), -(548,360,cs), -(548,218,o), -(485,169,o), -(390,169,cs) -); -} -); -width = 781; -}, -{ -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(440,-9,o), -(519,124,o), -(519,365,cs), -(519,606,o), -(440,738,o), -(295,738,cs), -(150,738,o), -(70,606,o), -(70,365,cs), -(70,124,o), -(150,-9,o), -(295,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(174,27,o), -(109,147,o), -(109,365,cs), -(109,583,o), -(174,702,o), -(295,702,cs), -(415,702,o), -(481,583,o), -(481,365,cs), -(481,147,o), -(415,27,o), -(295,27,cs) -); -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 589; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(499,-6,o), -(614,126,o), -(614,362,cs), -(614,583,o), -(512,730,o), -(331,730,cs), -(158,730,o), -(42,598,o), -(42,364,cs), -(42,142,o), -(145,-6,o), -(327,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(276,154,o), -(232,181,o), -(232,363,cs), -(232,544,o), -(276,571,o), -(328,571,cs), -(380,571,o), -(424,544,o), -(424,363,cs), -(424,181,o), -(380,154,o), -(328,154,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(493,-10,o), -(595,130,o), -(595,363,cs), -(595,598,o), -(493,738,o), -(320,738,cs), -(147,738,o), -(45,598,o), -(45,363,cs), -(45,130,o), -(147,-10,o), -(320,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(271,161,o), -(248,230,o), -(248,363,cs), -(248,497,o), -(271,567,o), -(320,567,cs), -(368,567,o), -(392,497,o), -(392,363,cs), -(392,230,o), -(368,161,o), -(320,161,cs) -); -} -); -width = 640; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,-9,o), -(336,135,o), -(383,351,cs), -(423,546,o), -(435,738,o), -(292,738,cs), -(180,738,o), -(114,596,o), -(69,380,cs), -(26,179,o), -(17,-9,o), -(159,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(41,29,o), -(66,211,o), -(99,374,cs), -(155,643,o), -(217,709,o), -(288,709,cs), -(409,709,o), -(389,534,o), -(351,355,cs), -(294,77,o), -(229,14,o), -(153,20,cs) -); -} -); -width = 409; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(190,729,o), -(92,641,o), -(37,377,cs), -(-9,156,o), -(14,-10,o), -(210,-10,cs), -(341,-10,o), -(435,91,o), -(486,338,cs), -(532,560,o), -(512,729,o), -(313,729,cs) -); -}, -{ -closed = 1; -nodes = ( -(355,579,o), -(340,495,o), -(310,354,cs), -(277,194,o), -(257,140,o), -(220,140,cs), -(165,140,o), -(189,247,o), -(213,362,cs), -(246,522,o), -(266,579,o), -(303,579,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,-10,o), -(437,79,o), -(493,346,cs), -(539,567,o), -(518,738,o), -(318,738,cs), -(185,738,o), -(90,636,o), -(38,386,cs), -(-8,161,o), -(12,-10,o), -(214,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(171,142,o), -(186,227,o), -(217,370,cs), -(249,529,o), -(269,586,o), -(307,586,cs), -(359,586,o), -(344,501,o), -(314,358,cs), -(281,199,o), -(261,142,o), -(224,142,cs) -); -} -); -width = 493; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(406,-10,o), -(516,103,o), -(560,352,cs), -(598,574,o), -(552,738,o), -(378,738,cs), -(243,738,o), -(132,626,o), -(88,376,cs), -(50,151,o), -(98,-10,o), -(270,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(122,24,o), -(96,170,o), -(125,355,cs), -(159,578,o), -(248,704,o), -(378,704,cs), -(527,704,o), -(552,558,o), -(523,373,cs), -(492,165,o), -(407,24,o), -(270,24,cs) -); -} -); -width = 605; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(468,-6,o), -(605,176,o), -(615,450,cs), -(621,619,o), -(539,730,o), -(386,730,cs), -(187,730,o), -(50,549,o), -(40,276,cs), -(34,106,o), -(118,-6,o), -(271,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(249,161,o), -(222,194,o), -(225,276,cs), -(230,441,o), -(290,565,o), -(366,565,cs), -(408,565,o), -(434,532,o), -(432,453,cs), -(426,288,o), -(366,161,o), -(293,161,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(437,-10,o), -(562,94,o), -(609,315,cs), -(662,569,o), -(585,738,o), -(385,738,cs), -(230,738,o), -(105,634,o), -(59,413,cs), -(5,159,o), -(87,-10,o), -(282,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(224,152,o), -(219,241,o), -(246,379,cs), -(276,535,o), -(316,576,o), -(371,576,cs), -(443,576,o), -(449,487,o), -(421,349,cs), -(391,193,o), -(351,152,o), -(297,152,cs) -); -} -); -width = 631; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(579,-10,o), -(728,161,o), -(728,417,cs), -(728,604,o), -(621,729,o), -(432,729,cs), -(208,729,o), -(59,558,o), -(59,302,cs), -(59,114,o), -(166,-10,o), -(355,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(203,24,o), -(99,118,o), -(99,304,cs), -(99,536,o), -(233,695,o), -(427,695,cs), -(584,695,o), -(688,601,o), -(688,415,cs), -(688,183,o), -(554,24,o), -(360,24,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(589,-9,o), -(736,160,o), -(736,417,cs), -(736,609,o), -(626,738,o), -(430,738,cs), -(208,738,o), -(61,569,o), -(61,312,cs), -(61,119,o), -(171,-9,o), -(367,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(209,25,o), -(100,123,o), -(100,313,cs), -(100,546,o), -(233,704,o), -(426,704,cs), -(588,704,o), -(697,606,o), -(697,416,cs), -(697,183,o), -(564,25,o), -(371,25,cs) -); -} -); -width = 754; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(634,-7,o), -(809,141,o), -(818,399,cs), -(825,601,o), -(694,736,o), -(460,736,cs), -(214,736,o), -(41,588,o), -(31,331,cs), -(24,129,o), -(155,-7,o), -(390,-7,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,175,o), -(252,232,o), -(256,337,cs), -(261,467,o), -(324,555,o), -(447,555,cs), -(538,555,o), -(596,498,o), -(593,393,cs), -(588,264,o), -(525,175,o), -(404,175,cs) -); -} -); -width = 813; -} -); -metricRight = "=|"; -unicode = 48; -userData = { -KernOnName = zero; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.numr.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zero.numr.glyph deleted file mode 100644 index 9048c439..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.numr.glyph +++ /dev/null @@ -1,450 +0,0 @@ -{ -color = 6; -glyphname = zero.numr; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,354); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 278; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,333); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 278; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,333); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 452; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,354); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 452; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 278; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,354); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 260; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,332); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zero.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zero.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 401; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zero.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zero.dnom; -}; -width = 352; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,333); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 452; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,354); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 452; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,332); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zero.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zero.dnom; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 398; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,354); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zero.dnom; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zero.dnom; -}; -width = 355; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (69,333); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -45; -width = 55; -}; -}; -width = 276; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (73,354); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -400; -width = 52; -}; -}; -width = 276; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (69,332); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -40; -width = 55; -}; -}; -width = 395; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (73,354); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -370; -width = 54; -}; -}; -width = 374; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (69,333); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 55; -weight = -35; -width = 55; -}; -}; -width = 455; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (73,354); -ref = zero.dnom; -} -); -userData = { -RMXScaler = { -height = 52; -weight = -390; -width = 54; -}; -}; -width = 454; -} -); -userData = { -KernOnSpecialSpacing = { -L = "fraction numbers"; -R = "fraction numbers"; -}; -RMXScaler = { -source = zero; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.tf.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zero.tf.glyph deleted file mode 100644 index 69651f32..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.tf.glyph +++ /dev/null @@ -1,1356 +0,0 @@ -{ -color = 6; -glyphname = zero.tf; -layers = ( -{ -background = { -anchors = ( -{ -name = center; -pos = (240,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(358,382,l), -(358,501,l), -(123,337,l), -(123,219,l) -); -}, -{ -closed = 1; -nodes = ( -(378,-10,o), -(470,79,o), -(470,360,cs), -(470,640,o), -(378,729,o), -(240,729,cs), -(102,729,o), -(10,640,o), -(10,360,cs), -(10,79,o), -(102,-10,o), -(240,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,139,o), -(190,194,o), -(190,360,cs), -(190,525,o), -(199,580,o), -(240,580,cs), -(281,580,o), -(290,525,o), -(290,360,cs), -(290,194,o), -(281,139,o), -(240,139,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -metricWidth = "=480"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (83,0); -ref = _zero.tf.slash; -} -); -width = 480; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (240,370); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(377,439,l), -(377,472,l), -(104,280,l), -(104,248,l) -); -}, -{ -closed = 1; -nodes = ( -(359,-10,o), -(398,137,o), -(398,360,cs), -(398,583,o), -(359,730,o), -(240,730,cs), -(121,730,o), -(82,583,o), -(82,360,cs), -(82,137,o), -(121,-10,o), -(240,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,19,o), -(114,86,o), -(114,360,cs), -(114,634,o), -(165,701,o), -(240,701,cs), -(316,701,o), -(366,631,o), -(366,360,cs), -(366,89,o), -(316,19,o), -(240,19,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -metricWidth = "=480"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (64,0); -ref = _zero.tf.slash; -} -); -width = 480; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (360.5,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(602,520,l), -(602,557,l), -(121,199,l), -(121,163,l) -); -}, -{ -closed = 1; -nodes = ( -(531,-10,o), -(647,117,o), -(647,360,cs), -(647,604,o), -(529,729,o), -(362,729,cs), -(189,729,o), -(74,603,o), -(74,360,cs), -(74,115,o), -(194,-10,o), -(364,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(201,24,o), -(114,149,o), -(114,360,cs), -(114,572,o), -(203,695,o), -(362,695,cs), -(522,695,o), -(609,570,o), -(609,360,cs), -(609,149,o), -(519,24,o), -(363,24,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -metricWidth = "=720"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (81,0); -ref = _zero.tf.slash; -} -); -width = 720; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (360,369); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(496,386,l), -(496,526,l), -(226,334,l), -(226,194,l) -); -}, -{ -closed = 1; -nodes = ( -(562,-9,o), -(697,112,o), -(697,360,cs), -(697,581,o), -(588,729,o), -(361,729,cs), -(158,729,o), -(23,609,o), -(23,361,cs), -(23,139,o), -(133,-9,o), -(360,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(293,169,o), -(247,218,o), -(247,360,cs), -(247,484,o), -(281,551,o), -(360,551,cs), -(427,551,o), -(473,502,o), -(473,360,cs), -(473,237,o), -(439,169,o), -(360,169,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -metricWidth = "=720"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (186,0); -ref = _zero.tf.slash; -} -); -width = 720; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (240,370); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(377,439,l), -(377,472,l), -(104,280,l), -(104,248,l) -); -}, -{ -closed = 1; -nodes = ( -(359,-10,o), -(398,137,o), -(398,360,cs), -(398,583,o), -(359,730,o), -(240,730,cs), -(121,730,o), -(82,583,o), -(82,360,cs), -(82,137,o), -(121,-10,o), -(240,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,19,o), -(114,86,o), -(114,360,cs), -(114,634,o), -(165,701,o), -(240,701,cs), -(316,701,o), -(366,631,o), -(366,360,cs), -(366,89,o), -(316,19,o), -(240,19,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -metricWidth = "=480"; -shapes = ( -{ -alignment = -1; -ref = _zero.tf.base; -}, -{ -alignment = -1; -pos = (64,0); -ref = _zero.tf.slash; -} -); -width = 480; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (240,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(358,382,l), -(358,501,l), -(123,337,l), -(123,219,l) -); -}, -{ -closed = 1; -nodes = ( -(378,-10,o), -(470,79,o), -(470,360,cs), -(470,640,o), -(378,729,o), -(240,729,cs), -(102,729,o), -(10,640,o), -(10,360,cs), -(10,79,o), -(102,-10,o), -(240,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,139,o), -(190,194,o), -(190,360,cs), -(190,525,o), -(199,580,o), -(240,580,cs), -(281,580,o), -(290,525,o), -(290,360,cs), -(290,194,o), -(281,139,o), -(240,139,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -metricWidth = "=480"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (86,0); -ref = _zero.tf.slash; -} -); -width = 466; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (300,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(520,494,l), -(520,531,l), -(81,224,l), -(81,188,l) -); -}, -{ -closed = 1; -nodes = ( -(445,-10,o), -(543,117,o), -(543,360,cs), -(543,604,o), -(444,729,o), -(301,729,cs), -(154,729,o), -(57,603,o), -(57,360,cs), -(57,115,o), -(157,-10,o), -(302,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(168,24,o), -(96,149,o), -(96,360,cs), -(96,572,o), -(168,695,o), -(301,695,cs), -(432,695,o), -(505,571,o), -(505,360,cs), -(505,149,o), -(432,24,o), -(301,24,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = _zero.tf.base; -}, -{ -alignment = -1; -pos = (41,0); -ref = _zero.tf.slash; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 600; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (300,368); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(430,386,l), -(430,517,l), -(171,337,l), -(171,207,l) -); -}, -{ -closed = 1; -nodes = ( -(471,-6,o), -(586,126,o), -(586,362,cs), -(586,583,o), -(484,730,o), -(303,730,cs), -(130,730,o), -(14,598,o), -(14,364,cs), -(14,142,o), -(117,-6,o), -(299,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,154,o), -(204,181,o), -(204,363,cs), -(204,544,o), -(248,571,o), -(300,571,cs), -(352,571,o), -(396,544,o), -(396,363,cs), -(396,181,o), -(352,154,o), -(300,154,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = _zero.tf.base; -}, -{ -alignment = -1; -pos = (135,0); -ref = _zero.tf.slash; -} -); -width = 578; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (360.5,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(602,520,l), -(602,557,l), -(121,199,l), -(121,163,l) -); -}, -{ -closed = 1; -nodes = ( -(531,-10,o), -(647,117,o), -(647,360,cs), -(647,604,o), -(529,729,o), -(362,729,cs), -(189,729,o), -(74,603,o), -(74,360,cs), -(74,115,o), -(194,-10,o), -(364,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(201,24,o), -(114,149,o), -(114,360,cs), -(114,572,o), -(203,695,o), -(362,695,cs), -(522,695,o), -(609,570,o), -(609,360,cs), -(609,149,o), -(519,24,o), -(363,24,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -metricWidth = "=720"; -shapes = ( -{ -alignment = -1; -ref = _zero.tf.base; -}, -{ -alignment = -1; -pos = (81,0); -ref = _zero.tf.slash; -} -); -width = 720; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (360,369); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(496,386,l), -(496,526,l), -(226,334,l), -(226,194,l) -); -}, -{ -closed = 1; -nodes = ( -(562,-9,o), -(697,112,o), -(697,360,cs), -(697,581,o), -(588,729,o), -(361,729,cs), -(158,729,o), -(23,609,o), -(23,361,cs), -(23,139,o), -(133,-9,o), -(360,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(293,169,o), -(247,218,o), -(247,360,cs), -(247,484,o), -(281,551,o), -(360,551,cs), -(427,551,o), -(473,502,o), -(473,360,cs), -(473,237,o), -(439,169,o), -(360,169,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -metricWidth = "=720"; -shapes = ( -{ -alignment = -1; -ref = _zero.tf.base; -}, -{ -alignment = -1; -pos = (186,0); -ref = _zero.tf.slash; -} -); -width = 720; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (300,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(520,494,l), -(520,531,l), -(81,224,l), -(81,188,l) -); -}, -{ -closed = 1; -nodes = ( -(445,-10,o), -(543,117,o), -(543,360,cs), -(543,604,o), -(444,729,o), -(301,729,cs), -(154,729,o), -(57,603,o), -(57,360,cs), -(57,115,o), -(157,-10,o), -(302,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(168,24,o), -(96,149,o), -(96,360,cs), -(96,572,o), -(168,695,o), -(301,695,cs), -(432,695,o), -(505,571,o), -(505,360,cs), -(505,149,o), -(432,24,o), -(301,24,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (41,0); -ref = _zero.tf.slash; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 582; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (300,368); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(430,386,l), -(430,517,l), -(171,337,l), -(171,207,l) -); -}, -{ -closed = 1; -nodes = ( -(471,-6,o), -(586,126,o), -(586,362,cs), -(586,583,o), -(484,730,o), -(303,730,cs), -(130,730,o), -(14,598,o), -(14,364,cs), -(14,142,o), -(117,-6,o), -(299,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,154,o), -(204,181,o), -(204,363,cs), -(204,544,o), -(248,571,o), -(300,571,cs), -(352,571,o), -(396,544,o), -(396,363,cs), -(396,181,o), -(352,154,o), -(300,154,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (131,0); -ref = _zero.tf.slash; -} -); -width = 574; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (260.67,369); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(403,410,l), -(409,442,l), -(119,308,l), -(113,278,l) -); -}, -{ -closed = 1; -nodes = ( -(305,-9,o), -(370,133,o), -(416,347,cs), -(456,539,o), -(468,729,o), -(326,729,cs), -(216,729,o), -(151,589,o), -(106,375,cs), -(64,177,o), -(55,-9,o), -(195,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(78,29,o), -(103,208,o), -(136,369,cs), -(191,635,o), -(252,700,o), -(322,700,cs), -(442,700,o), -(422,527,o), -(385,351,cs), -(328,76,o), -(264,14,o), -(189,20,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -metricWidth = "=480"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (69,0); -ref = _zero.tf.slash; -} -); -width = 480; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (257.812,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(317,333,l), -(340,449,l), -(202,386,l), -(178,270,l) -); -}, -{ -closed = 1; -nodes = ( -(330,-10,o), -(428,78,o), -(483,342,cs), -(529,563,o), -(506,729,o), -(310,729,cs), -(179,729,o), -(85,628,o), -(34,381,cs), -(-14,159,o), -(8,-10,o), -(207,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,140,o), -(181,228,o), -(210,365,cs), -(243,525,o), -(263,579,o), -(300,579,cs), -(352,579,o), -(335,492,o), -(307,357,cs), -(274,197,o), -(254,140,o), -(217,140,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -metricWidth = "=480"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (138,0); -ref = _zero.tf.slash; -} -); -width = 480; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (321.502,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(537,443,l), -(539,477,l), -(107,276,l), -(104,243,l) -); -}, -{ -closed = 1; -nodes = ( -(439,-10,o), -(559,178,o), -(569,477,cs), -(575,639,o), -(500,729,o), -(383,729,cs), -(204,729,o), -(85,540,o), -(74,242,cs), -(68,80,o), -(144,-10,o), -(260,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(156,24,o), -(107,111,o), -(112,243,cs), -(121,517,o), -(226,695,o), -(377,695,cs), -(487,695,o), -(536,607,o), -(532,475,cs), -(522,202,o), -(418,24,o), -(265,24,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (63,0); -ref = _zero.tf.slash; -} -); -width = 600; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (318.503,368); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(425,352,l), -(437,475,l), -(211,371,l), -(200,250,l) -); -}, -{ -closed = 1; -nodes = ( -(459,-6,o), -(596,176,o), -(606,450,cs), -(612,619,o), -(530,730,o), -(377,730,cs), -(178,730,o), -(41,549,o), -(31,276,cs), -(25,106,o), -(109,-6,o), -(262,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,160,o), -(212,193,o), -(215,275,cs), -(220,440,o), -(280,564,o), -(356,564,cs), -(398,564,o), -(424,531,o), -(422,452,cs), -(416,287,o), -(356,160,o), -(283,160,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (150,0); -ref = _zero.tf.slash; -} -); -width = 600; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (381,369); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(652,472,l), -(649,500,l), -(111,252,l), -(114,221,l) -); -}, -{ -closed = 1; -nodes = ( -(531,-9,o), -(673,153,o), -(682,428,cs), -(688,608,o), -(600,729,o), -(435,729,cs), -(230,729,o), -(90,567,o), -(80,292,cs), -(74,112,o), -(162,-9,o), -(327,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,25,o), -(119,121,o), -(117,269,cs), -(117,497,o), -(220,695,o), -(431,695,cs), -(577,695,o), -(646,591,o), -(646,427,cs), -(637,187,o), -(521,25,o), -(332,25,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -metricWidth = "=720"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (72,0); -ref = _zero.tf.slash; -} -); -width = 720; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (378.657,365.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(520,386,l), -(549,526,l), -(232,334,l), -(203,194,l) -); -}, -{ -closed = 1; -nodes = ( -(560,-5,o), -(708,156,o), -(717,402,cs), -(724,596,o), -(614,726,o), -(413,726,cs), -(192,726,o), -(40,557,o), -(40,302,cs), -(40,117,o), -(148,-5,o), -(344,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(295,176,o), -(256,213,o), -(256,313,cs), -(256,467,o), -(321,550,o), -(405,547,cs), -(463,545,o), -(502,508,o), -(502,408,cs), -(502,254,o), -(437,171,o), -(353,174,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -metricWidth = "=720"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (179,0); -ref = _zero.tf.slash; -} -); -width = 720; -} -); -metricWidth = "=600"; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.tf.ss08.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zero.tf.ss08.glyph deleted file mode 100644 index f158599f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zero.tf.ss08.glyph +++ /dev/null @@ -1,1400 +0,0 @@ -{ -color = 6; -glyphname = zero.tf.ss08; -layers = ( -{ -background = { -anchors = ( -{ -name = center; -pos = (240,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(368,302,l), -(368,418,l), -(113,418,l), -(113,302,l) -); -}, -{ -closed = 1; -nodes = ( -(378,-10,o), -(470,79,o), -(470,360,cs), -(470,640,o), -(378,729,o), -(240,729,cs), -(102,729,o), -(10,640,o), -(10,360,cs), -(10,79,o), -(102,-10,o), -(240,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,139,o), -(190,194,o), -(190,360,cs), -(190,525,o), -(199,580,o), -(240,580,cs), -(281,580,o), -(290,525,o), -(290,360,cs), -(290,194,o), -(281,139,o), -(240,139,cs) -); -} -); -}; -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (73,0); -ref = _zero.tf.slash.ss08; -} -); -width = 480; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (240,370); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(376,346,l), -(376,375,l), -(104,375,l), -(104,346,l) -); -}, -{ -closed = 1; -nodes = ( -(359,-10,o), -(398,137,o), -(398,360,cs), -(398,583,o), -(359,730,o), -(240,730,cs), -(121,730,o), -(82,583,o), -(82,360,cs), -(82,137,o), -(121,-10,o), -(240,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,19,o), -(114,86,o), -(114,360,cs), -(114,634,o), -(165,701,o), -(240,701,cs), -(316,701,o), -(366,631,o), -(366,360,cs), -(366,89,o), -(316,19,o), -(240,19,cs) -); -} -); -}; -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (64,0); -ref = _zero.tf.slash.ss08; -} -); -width = 480; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (360.5,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(621,343,l), -(621,376,l), -(102,376,l), -(102,343,l) -); -}, -{ -closed = 1; -nodes = ( -(531,-10,o), -(647,117,o), -(647,360,cs), -(647,604,o), -(529,729,o), -(362,729,cs), -(189,729,o), -(74,603,o), -(74,360,cs), -(74,115,o), -(194,-10,o), -(364,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(201,24,o), -(114,149,o), -(114,360,cs), -(114,572,o), -(203,695,o), -(362,695,cs), -(522,695,o), -(609,570,o), -(609,360,cs), -(609,149,o), -(519,24,o), -(363,24,cs) -); -} -); -}; -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (62,0); -ref = _zero.tf.slash.ss08; -} -); -width = 720; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (360,369); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(527,302,l), -(527,418,l), -(194,418,l), -(194,302,l) -); -}, -{ -closed = 1; -nodes = ( -(562,-9,o), -(697,112,o), -(697,360,cs), -(697,581,o), -(588,729,o), -(361,729,cs), -(158,729,o), -(23,609,o), -(23,361,cs), -(23,139,o), -(133,-9,o), -(360,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(293,169,o), -(247,218,o), -(247,360,cs), -(247,484,o), -(281,551,o), -(360,551,cs), -(427,551,o), -(473,502,o), -(473,360,cs), -(473,237,o), -(439,169,o), -(360,169,cs) -); -} -); -}; -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (154,0); -ref = _zero.tf.slash.ss08; -} -); -width = 720; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (240,370); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(376,346,l), -(376,375,l), -(104,375,l), -(104,346,l) -); -}, -{ -closed = 1; -nodes = ( -(359,-10,o), -(398,137,o), -(398,360,cs), -(398,583,o), -(359,730,o), -(240,730,cs), -(121,730,o), -(82,583,o), -(82,360,cs), -(82,137,o), -(121,-10,o), -(240,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,19,o), -(114,86,o), -(114,360,cs), -(114,634,o), -(165,701,o), -(240,701,cs), -(316,701,o), -(366,631,o), -(366,360,cs), -(366,89,o), -(316,19,o), -(240,19,cs) -); -} -); -}; -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -ref = _zero.tf.base; -}, -{ -alignment = -1; -pos = (64,0); -ref = _zero.tf.slash.ss08; -} -); -width = 480; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (240,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(368,302,l), -(368,418,l), -(113,418,l), -(113,302,l) -); -}, -{ -closed = 1; -nodes = ( -(378,-10,o), -(470,79,o), -(470,360,cs), -(470,640,o), -(378,729,o), -(240,729,cs), -(102,729,o), -(10,640,o), -(10,360,cs), -(10,79,o), -(102,-10,o), -(240,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(199,139,o), -(190,194,o), -(190,360,cs), -(190,525,o), -(199,580,o), -(240,580,cs), -(281,580,o), -(290,525,o), -(290,360,cs), -(290,194,o), -(281,139,o), -(240,139,cs) -); -} -); -}; -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (76,0); -ref = _zero.tf.slash.ss08; -} -); -width = 466; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (300,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(526,343,l), -(526,376,l), -(75,376,l), -(75,343,l) -); -}, -{ -closed = 1; -nodes = ( -(445,-10,o), -(543,117,o), -(543,360,cs), -(543,604,o), -(444,729,o), -(301,729,cs), -(154,729,o), -(57,603,o), -(57,360,cs), -(57,115,o), -(157,-10,o), -(302,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(168,24,o), -(96,149,o), -(96,360,cs), -(96,572,o), -(168,695,o), -(301,695,cs), -(432,695,o), -(505,571,o), -(505,360,cs), -(505,149,o), -(432,24,o), -(301,24,cs) -); -} -); -}; -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -ref = _zero.tf.base; -}, -{ -alignment = -1; -pos = (35,0); -ref = _zero.tf.slash.ss08; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -} -); -}; -width = 600; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (300,368); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(472,304,l), -(472,420,l), -(129,420,l), -(129,304,l) -); -}, -{ -closed = 1; -nodes = ( -(471,-6,o), -(586,126,o), -(586,362,cs), -(586,583,o), -(484,730,o), -(303,730,cs), -(130,730,o), -(14,598,o), -(14,364,cs), -(14,142,o), -(117,-6,o), -(299,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,154,o), -(204,181,o), -(204,363,cs), -(204,544,o), -(248,571,o), -(300,571,cs), -(352,571,o), -(396,544,o), -(396,363,cs), -(396,181,o), -(352,154,o), -(300,154,cs) -); -} -); -}; -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -ref = _zero.tf.base; -}, -{ -alignment = -1; -pos = (93,0); -ref = _zero.tf.slash.ss08; -} -); -width = 578; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (360.5,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(621,343,l), -(621,376,l), -(102,376,l), -(102,343,l) -); -}, -{ -closed = 1; -nodes = ( -(531,-10,o), -(647,117,o), -(647,360,cs), -(647,604,o), -(529,729,o), -(362,729,cs), -(189,729,o), -(74,603,o), -(74,360,cs), -(74,115,o), -(194,-10,o), -(364,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(201,24,o), -(114,149,o), -(114,360,cs), -(114,572,o), -(203,695,o), -(362,695,cs), -(522,695,o), -(609,570,o), -(609,360,cs), -(609,149,o), -(519,24,o), -(363,24,cs) -); -} -); -}; -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -ref = _zero.tf.base; -}, -{ -alignment = -1; -pos = (62,0); -ref = _zero.tf.slash.ss08; -} -); -width = 720; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (360,369); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(527,302,l), -(527,418,l), -(194,418,l), -(194,302,l) -); -}, -{ -closed = 1; -nodes = ( -(562,-9,o), -(697,112,o), -(697,360,cs), -(697,581,o), -(588,729,o), -(361,729,cs), -(158,729,o), -(23,609,o), -(23,361,cs), -(23,139,o), -(133,-9,o), -(360,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(293,169,o), -(247,218,o), -(247,360,cs), -(247,484,o), -(281,551,o), -(360,551,cs), -(427,551,o), -(473,502,o), -(473,360,cs), -(473,237,o), -(439,169,o), -(360,169,cs) -); -} -); -}; -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -ref = _zero.tf.base; -}, -{ -alignment = -1; -pos = (154,0); -ref = _zero.tf.slash.ss08; -} -); -width = 720; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (300,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(526,343,l), -(526,376,l), -(75,376,l), -(75,343,l) -); -}, -{ -closed = 1; -nodes = ( -(445,-10,o), -(543,117,o), -(543,360,cs), -(543,604,o), -(444,729,o), -(301,729,cs), -(154,729,o), -(57,603,o), -(57,360,cs), -(57,115,o), -(157,-10,o), -(302,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(168,24,o), -(96,149,o), -(96,360,cs), -(96,572,o), -(168,695,o), -(301,695,cs), -(432,695,o), -(505,571,o), -(505,360,cs), -(505,149,o), -(432,24,o), -(301,24,cs) -); -} -); -}; -layerId = m019; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (35,0); -ref = _zero.tf.slash.ss08; -} -); -userData = { -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -3 -); -stem = -2; -target = ( -0, -0 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -2, -11 -); -stem = -2; -target = ( -1, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -1, -5 -); -stem = -2; -target = ( -2, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -2, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -2, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -} -); -}; -width = 582; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (300,368); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(472,304,l), -(472,420,l), -(129,420,l), -(129,304,l) -); -}, -{ -closed = 1; -nodes = ( -(471,-6,o), -(586,126,o), -(586,362,cs), -(586,583,o), -(484,730,o), -(303,730,cs), -(130,730,o), -(14,598,o), -(14,364,cs), -(14,142,o), -(117,-6,o), -(299,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(248,154,o), -(204,181,o), -(204,363,cs), -(204,544,o), -(248,571,o), -(300,571,cs), -(352,571,o), -(396,544,o), -(396,363,cs), -(396,181,o), -(352,154,o), -(300,154,cs) -); -} -); -}; -layerId = m020; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (88,0); -ref = _zero.tf.slash.ss08; -} -); -width = 574; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (260.67,369); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(391,346,l), -(397,375,l), -(131,375,l), -(125,346,l) -); -}, -{ -closed = 1; -nodes = ( -(305,-9,o), -(370,133,o), -(416,347,cs), -(456,539,o), -(468,729,o), -(326,729,cs), -(216,729,o), -(151,589,o), -(106,375,cs), -(64,177,o), -(55,-9,o), -(195,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(78,29,o), -(103,208,o), -(136,369,cs), -(191,635,o), -(252,700,o), -(322,700,cs), -(442,700,o), -(422,527,o), -(385,351,cs), -(328,76,o), -(264,14,o), -(189,20,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (67,0); -ref = _zero.tf.slash.ss08; -} -); -width = 480; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (257.812,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(316,302,l), -(339,418,l), -(209,418,l), -(185,302,l) -); -}, -{ -closed = 1; -nodes = ( -(330,-10,o), -(428,78,o), -(483,342,cs), -(529,563,o), -(506,729,o), -(310,729,cs), -(179,729,o), -(85,628,o), -(34,381,cs), -(-14,159,o), -(8,-10,o), -(207,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(165,140,o), -(181,228,o), -(210,365,cs), -(243,525,o), -(263,579,o), -(300,579,cs), -(352,579,o), -(335,492,o), -(307,357,cs), -(274,197,o), -(254,140,o), -(217,140,cs) -); -} -); -}; -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (138,0); -ref = _zero.tf.slash.ss08; -} -); -width = 480; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (321.502,369.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(526,343,l), -(531,376,l), -(117,376,l), -(112,343,l) -); -}, -{ -closed = 1; -nodes = ( -(439,-10,o), -(559,178,o), -(569,477,cs), -(575,639,o), -(500,729,o), -(383,729,cs), -(204,729,o), -(85,540,o), -(74,242,cs), -(68,80,o), -(144,-10,o), -(260,-10,cs) -); -}, -{ -closed = 1; -nodes = ( -(156,24,o), -(107,111,o), -(112,243,cs), -(121,517,o), -(226,695,o), -(377,695,cs), -(487,695,o), -(536,607,o), -(532,475,cs), -(522,202,o), -(418,24,o), -(265,24,cs) -); -} -); -}; -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (53,0); -ref = _zero.tf.slash.ss08; -} -); -width = 600; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (318.503,368); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(412,304,l), -(432,420,l), -(216,420,l), -(197,304,l) -); -}, -{ -closed = 1; -nodes = ( -(459,-6,o), -(596,176,o), -(606,450,cs), -(612,619,o), -(530,730,o), -(377,730,cs), -(178,730,o), -(41,549,o), -(31,276,cs), -(25,106,o), -(109,-6,o), -(262,-6,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,160,o), -(212,193,o), -(215,275,cs), -(220,440,o), -(280,564,o), -(356,564,cs), -(398,564,o), -(424,531,o), -(422,452,cs), -(416,287,o), -(356,160,o), -(283,160,cs) -); -} -); -}; -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (145,0); -ref = _zero.tf.slash.ss08; -} -); -width = 600; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (381,369); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(646,344,l), -(650,377,l), -(117,377,l), -(113,344,l) -); -}, -{ -closed = 1; -nodes = ( -(531,-9,o), -(673,153,o), -(682,428,cs), -(688,608,o), -(600,729,o), -(435,729,cs), -(230,729,o), -(90,567,o), -(80,292,cs), -(74,112,o), -(162,-9,o), -(327,-9,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,25,o), -(119,121,o), -(117,269,cs), -(117,497,o), -(220,695,o), -(431,695,cs), -(577,695,o), -(646,591,o), -(646,427,cs), -(637,187,o), -(521,25,o), -(332,25,cs) -); -} -); -}; -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (52,0); -ref = _zero.tf.slash.ss08; -} -); -width = 720; -}, -{ -background = { -anchors = ( -{ -name = center; -pos = (378.657,365.5); -} -); -shapes = ( -{ -closed = 1; -nodes = ( -(506,302,l), -(522,418,l), -(251,418,l), -(235,302,l) -); -}, -{ -closed = 1; -nodes = ( -(560,-5,o), -(708,156,o), -(717,402,cs), -(724,596,o), -(614,726,o), -(413,726,cs), -(192,726,o), -(40,557,o), -(40,302,cs), -(40,117,o), -(148,-5,o), -(344,-5,cs) -); -}, -{ -closed = 1; -nodes = ( -(295,176,o), -(256,213,o), -(256,313,cs), -(256,467,o), -(321,550,o), -(405,547,cs), -(463,545,o), -(502,508,o), -(502,408,cs), -(502,254,o), -(437,171,o), -(353,174,cs) -); -} -); -}; -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -alignment = 1; -ref = _zero.tf.base; -}, -{ -pos = (181,0); -ref = _zero.tf.slash.ss08; -} -); -width = 720; -} -); -metricWidth = zero.tf; -userData = { -KernOnSpecialSpacing = { -L = NoKerning; -R = NoKerning; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zeroinferior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zeroinferior.glyph deleted file mode 100644 index 738c98d5..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zeroinferior.glyph +++ /dev/null @@ -1,1133 +0,0 @@ -{ -glyphname = zeroinferior; -layers = ( -{ -anchors = ( -{ -name = _center; -pos = (154,177); -} -); -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(237,-46,o), -(293,7,o), -(293,176,cs), -(293,345,o), -(237,397,o), -(154,397,cs), -(71,397,o), -(15,344,o), -(15,176,cs), -(15,7,o), -(71,-46,o), -(154,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(130,45,o), -(125,78,o), -(125,176,cs), -(125,273,o), -(130,306,o), -(154,306,cs), -(178,306,o), -(183,274,o), -(183,176,cs), -(183,78,o), -(178,45,o), -(154,45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 308; -}, -{ -anchors = ( -{ -name = _center; -pos = (147,177); -} -); -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(220,-46,o), -(247,39,o), -(247,176,cs), -(247,313,o), -(220,398,o), -(146,398,cs), -(73,398,o), -(46,313,o), -(46,176,cs), -(46,39,o), -(73,-46,o), -(146,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(103,-20,o), -(76,21,o), -(76,176,cs), -(76,331,o), -(103,372,o), -(146,372,cs), -(190,372,o), -(217,331,o), -(217,176,cs), -(217,21,o), -(190,-20,o), -(146,-20,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 293; -}, -{ -anchors = ( -{ -name = _center; -pos = (241,173); -} -); -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(360,-46,o), -(442,31,o), -(442,176,cs), -(442,321,o), -(359,397,o), -(241,397,cs), -(120,397,o), -(39,321,o), -(39,176,cs), -(39,30,o), -(122,-46,o), -(241,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(134,-14,o), -(76,55,o), -(76,176,cs), -(76,298,o), -(136,366,o), -(241,366,cs), -(346,366,o), -(404,297,o), -(404,176,cs), -(404,55,o), -(344,-14,o), -(241,-14,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 481; -}, -{ -anchors = ( -{ -name = _center; -pos = (250,171); -} -); -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -partSelection = { -}; -shapes = ( -{ -closed = 1; -nodes = ( -(392,-45,o), -(486,35,o), -(486,176,cs), -(486,315,o), -(394,397,o), -(250,397,cs), -(109,397,o), -(14,317,o), -(14,177,cs), -(14,37,o), -(107,-45,o), -(250,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(200,74,o), -(164,97,o), -(164,176,cs), -(164,255,o), -(200,278,o), -(250,278,cs), -(300,278,o), -(336,255,o), -(336,176,cs), -(336,97,o), -(300,74,o), -(250,74,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 500; -}, -{ -anchors = ( -{ -name = _center; -pos = (127,177); -} -); -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -closed = 1; -nodes = ( -(200,-46,o), -(227,39,o), -(227,176,cs), -(227,313,o), -(200,398,o), -(126,398,cs), -(53,398,o), -(26,313,o), -(26,176,cs), -(26,39,o), -(53,-46,o), -(126,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(83,-20,o), -(56,21,o), -(56,176,cs), -(56,331,o), -(83,372,o), -(126,372,cs), -(170,372,o), -(197,331,o), -(197,176,cs), -(197,21,o), -(170,-20,o), -(126,-20,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 253; -}, -{ -anchors = ( -{ -name = _center; -pos = (145,177); -} -); -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,-46,o), -(284,7,o), -(284,176,cs), -(284,345,o), -(228,397,o), -(145,397,cs), -(62,397,o), -(6,344,o), -(6,176,cs), -(6,7,o), -(62,-46,o), -(145,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(121,45,o), -(116,78,o), -(116,176,cs), -(116,273,o), -(121,306,o), -(145,306,cs), -(169,306,o), -(174,274,o), -(174,176,cs), -(174,78,o), -(169,45,o), -(145,45,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 290; -}, -{ -anchors = ( -{ -name = _center; -pos = (192,174); -} -); -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,-45,o), -(341,25,o), -(341,176,cs), -(341,324,o), -(283,397,o), -(192,397,cs), -(103,397,o), -(43,326,o), -(43,176,cs), -(43,28,o), -(101,-45,o), -(192,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(112,-15,o), -(79,57,o), -(79,176,cs), -(79,295,o), -(112,367,o), -(192,367,cs), -(272,367,o), -(305,295,o), -(305,176,cs), -(305,57,o), -(272,-15,o), -(192,-15,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 384; -}, -{ -anchors = ( -{ -name = _center; -pos = (182,174); -} -); -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -closed = 1; -nodes = ( -(283,-46,o), -(352,25,o), -(352,175,cs), -(352,306,o), -(299,397,o), -(181,397,cs), -(79,397,o), -(11,326,o), -(11,175,cs), -(11,45,o), -(64,-46,o), -(181,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(163,60,o), -(139,68,o), -(139,175,cs), -(139,283,o), -(163,291,o), -(181,291,cs), -(200,291,o), -(224,283,o), -(224,175,cs), -(224,69,o), -(200,60,o), -(181,60,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 363; -}, -{ -anchors = ( -{ -name = _center; -pos = (231,173); -} -); -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -closed = 1; -nodes = ( -(350,-46,o), -(432,31,o), -(432,176,cs), -(432,321,o), -(349,397,o), -(231,397,cs), -(110,397,o), -(29,321,o), -(29,176,cs), -(29,30,o), -(112,-46,o), -(231,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(124,-14,o), -(66,55,o), -(66,176,cs), -(66,298,o), -(126,366,o), -(231,366,cs), -(336,366,o), -(394,297,o), -(394,176,cs), -(394,55,o), -(334,-14,o), -(231,-14,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 461; -}, -{ -anchors = ( -{ -name = _center; -pos = (240,171); -} -); -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -closed = 1; -nodes = ( -(382,-45,o), -(476,35,o), -(476,176,cs), -(476,315,o), -(384,397,o), -(240,397,cs), -(99,397,o), -(4,317,o), -(4,177,cs), -(4,37,o), -(97,-45,o), -(240,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(190,74,o), -(154,97,o), -(154,176,cs), -(154,255,o), -(190,278,o), -(240,278,cs), -(290,278,o), -(326,255,o), -(326,176,cs), -(326,97,o), -(290,74,o), -(240,74,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 480; -}, -{ -anchors = ( -{ -name = _center; -pos = (211,174); -} -); -layerId = m019; -shapes = ( -{ -closed = 1; -nodes = ( -(298,-45,o), -(356,25,o), -(356,176,cs), -(356,324,o), -(300,397,o), -(211,397,cs), -(124,397,o), -(64,326,o), -(64,176,cs), -(64,28,o), -(122,-45,o), -(211,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,-15,o), -(100,57,o), -(100,176,cs), -(100,295,o), -(133,367,o), -(211,367,cs), -(289,367,o), -(322,295,o), -(322,176,cs), -(322,57,o), -(289,-15,o), -(211,-15,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 421; -}, -{ -anchors = ( -{ -name = _center; -pos = (195,174); -} -); -layerId = m020; -shapes = ( -{ -closed = 1; -nodes = ( -(292,-46,o), -(358,25,o), -(358,175,cs), -(358,306,o), -(308,397,o), -(194,397,cs), -(96,397,o), -(31,326,o), -(31,175,cs), -(31,45,o), -(81,-46,o), -(194,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(180,60,o), -(157,67,o), -(157,175,cs), -(157,284,o), -(180,291,o), -(194,291,cs), -(209,291,o), -(232,284,o), -(232,175,cs), -(232,68,o), -(209,60,o), -(194,60,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 388; -}, -{ -anchors = ( -{ -name = _center; -pos = (129,177); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(99,397,o), -(58,316,o), -(30,183,cs), -(6,67,o), -(0,-45,o), -(90,-45,cs), -(153,-45,o), -(196,24,o), -(226,167,cs), -(259,322,o), -(240,397,o), -(167,397,cs) -); -}, -{ -closed = 1; -nodes = ( -(232,367,o), -(214,253,o), -(198,173,cs), -(166,19,o), -(133,-19,o), -(93,-19,cs), -(25,-19,o), -(38,79,o), -(59,181,cs), -(93,344,o), -(127,374,o), -(173,371,cs) -); -} -); -}; -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -closed = 1; -nodes = ( -(153,-45,o), -(196,24,o), -(227,169,cs), -(251,285,o), -(257,397,o), -(167,397,cs), -(104,397,o), -(61,328,o), -(31,185,cs), -(6,67,o), -(0,-45,o), -(90,-45,cs) -); -}, -{ -closed = 1; -nodes = ( -(25,-19,o), -(38,79,o), -(59,181,cs), -(91,333,o), -(124,371,o), -(164,371,cs), -(232,371,o), -(219,273,o), -(198,173,cs), -(166,19,o), -(133,-19,o), -(93,-19,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 291; -}, -{ -anchors = ( -{ -name = _center; -pos = (133,177); -} -); -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -closed = 1; -nodes = ( -(177,-46,o), -(236,6,o), -(269,163,cs), -(297,298,o), -(283,397,o), -(164,397,cs), -(87,397,o), -(29,339,o), -(-2,189,cs), -(-30,55,o), -(-17,-46,o), -(103,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(80,46,o), -(88,91,o), -(106,180,cs), -(126,277,o), -(137,306,o), -(158,306,cs), -(187,306,o), -(179,258,o), -(162,175,cs), -(142,80,o), -(131,46,o), -(109,46,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 306; -}, -{ -anchors = ( -{ -name = _center; -pos = (191,177); -} -); -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,-46,o), -(308,22,o), -(334,167,cs), -(358,300,o), -(326,397,o), -(222,397,cs), -(141,397,o), -(74,331,o), -(48,186,cs), -(24,50,o), -(55,-46,o), -(159,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(80,-16,o), -(64,64,o), -(81,171,cs), -(102,304,o), -(153,367,o), -(221,367,cs), -(304,367,o), -(317,285,o), -(300,177,cs), -(282,60,o), -(234,-16,o), -(160,-16,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 416; -}, -{ -anchors = ( -{ -name = _center; -pos = (184,177); -} -); -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -closed = 1; -nodes = ( -(252,-46,o), -(324,21,o), -(350,142,cs), -(384,300,o), -(334,397,o), -(214,397,cs), -(120,397,o), -(46,336,o), -(18,208,cs), -(-15,55,o), -(36,-46,o), -(154,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(127,61,o), -(126,107,o), -(142,187,cs), -(160,275,o), -(179,291,o), -(205,291,cs), -(241,291,o), -(243,243,o), -(227,167,cs), -(209,77,o), -(189,61,o), -(164,61,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 408; -}, -{ -anchors = ( -{ -name = _center; -pos = (226,177); -} -); -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -closed = 1; -nodes = ( -(318,-46,o), -(401,27,o), -(424,140,cs), -(441,218,o), -(437,397,o), -(249,397,cs), -(134,397,o), -(51,325,o), -(28,212,cs), -(14,136,o), -(9,-46,o), -(203,-46,cs) -); -}, -{ -closed = 1; -nodes = ( -(48,-14,o), -(52,143,o), -(65,207,cs), -(85,303,o), -(153,365,o), -(245,365,cs), -(404,365,o), -(400,211,o), -(387,145,cs), -(367,48,o), -(299,-14,o), -(207,-14,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 487; -}, -{ -anchors = ( -{ -name = _center; -pos = (232,177); -} -); -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -closed = 1; -nodes = ( -(340,-44,o), -(439,24,o), -(464,144,cs), -(482,243,o), -(458,396,o), -(252,396,cs), -(122,396,o), -(25,330,o), -(0,211,cs), -(-20,115,o), -(1,-44,o), -(211,-44,cs) -); -}, -{ -closed = 1; -nodes = ( -(133,77,o), -(140,160,o), -(146,195,cs), -(156,243,o), -(188,276,o), -(244,276,cs), -(329,276,o), -(325,189,o), -(317,159,cs), -(307,110,o), -(275,77,o), -(221,77,cs) -); -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 504; -} -); -metricRight = "=|"; -unicode = 8320; -userData = { -KernOnName = zeroinferior; -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = zero; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/glyphs/zerosuperior.glyph b/sources/MonaSansDisplay.glyphspackage/glyphs/zerosuperior.glyph deleted file mode 100644 index 49643e6f..00000000 --- a/sources/MonaSansDisplay.glyphspackage/glyphs/zerosuperior.glyph +++ /dev/null @@ -1,451 +0,0 @@ -{ -color = 6; -glyphname = zerosuperior; -layers = ( -{ -layerId = "E787E54A-EE3E-475A-BF02-8501A6DA5144"; -shapes = ( -{ -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 308; -}, -{ -layerId = "5713303B-ED49-44A7-8230-B5CAE56DEB7E"; -shapes = ( -{ -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 293; -}, -{ -layerId = "28A8A76A-23B4-40F5-83B9-DC51E48BF161"; -shapes = ( -{ -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 481; -}, -{ -layerId = "D2144554-01B8-4B9B-B16A-E0E5B5794DFC"; -shapes = ( -{ -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 500; -}, -{ -layerId = "71D8B5AD-B400-4239-9672-E7BA455EF2D0"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 293; -}, -{ -layerId = "FFCA1F59-E305-4E0F-BBF9-E0C4511C19C1"; -shapes = ( -{ -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 290; -}, -{ -layerId = "5A048DDA-4734-4F8A-A53C-0BED34B57D1C"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zeroinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zeroinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 424; -}, -{ -layerId = "DED42A87-C949-4722-A202-2B551272A3FB"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zeroinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zeroinferior; -}; -width = 385; -}, -{ -layerId = "106FCE83-F343-403B-A314-646E4D059B3F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 481; -}, -{ -layerId = "2D1A1AFE-39FB-4EBD-856C-88C6B057247F"; -shapes = ( -{ -alignment = -1; -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 500; -}, -{ -layerId = m019; -shapes = ( -{ -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zeroinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zeroinferior; -com.schriftgestaltung.hints = ( -{ -horizontal = 1; -options = 0; -origin = ( -1, -11 -); -stem = -2; -target = ( -0, -11 -); -type = Stem; -}, -{ -horizontal = 1; -options = 0; -origin = ( -0, -5 -); -stem = -2; -target = ( -1, -5 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -0, -8 -); -stem = -2; -target = ( -1, -2 -); -type = Stem; -}, -{ -horizontal = 0; -options = 0; -origin = ( -1, -8 -); -stem = -2; -target = ( -0, -2 -); -type = Stem; -} -); -}; -width = 421; -}, -{ -layerId = m020; -shapes = ( -{ -pos = (0,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -com.schriftgestaltung.Glyphs.glyph.leftMetricsKey = zeroinferior; -com.schriftgestaltung.Glyphs.glyph.rightMetricsKey = zeroinferior; -}; -width = 388; -}, -{ -layerId = "23BA42C1-D468-4A44-9BE5-E18AE60B7926"; -shapes = ( -{ -pos = (78,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -30; -width = 60; -}; -}; -width = 291; -}, -{ -layerId = "2D4E69BA-A319-45D0-84B7-5297BCF4B7A0"; -shapes = ( -{ -pos = (78,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -350; -width = 60; -}; -}; -width = 306; -}, -{ -layerId = "095FE76F-1953-440B-9108-AA0678D151F9"; -shapes = ( -{ -pos = (78,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 416; -}, -{ -layerId = "63AAE8D6-1DFF-4DD4-BD9A-49272FE52904"; -shapes = ( -{ -pos = (78,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 408; -}, -{ -layerId = "C17B1F32-8075-45B4-AA59-7DAFF0D7E404"; -shapes = ( -{ -pos = (78,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -25; -width = 60; -}; -}; -width = 487; -}, -{ -layerId = "377EF8AC-8B0D-46C2-96BB-3B5B69A8F571"; -shapes = ( -{ -pos = (78,376); -ref = zeroinferior; -} -); -userData = { -RMXScaler = { -height = 60; -weight = -300; -width = 60; -}; -}; -width = 504; -} -); -unicode = 8304; -userData = { -KernOnSpecialSpacing = { -L = superiors; -R = superiors; -}; -RMXScaler = { -source = zero; -}; -}; -} diff --git a/sources/MonaSansDisplay.glyphspackage/order.plist b/sources/MonaSansDisplay.glyphspackage/order.plist deleted file mode 100644 index 74ccad98..00000000 --- a/sources/MonaSansDisplay.glyphspackage/order.plist +++ /dev/null @@ -1,781 +0,0 @@ -( -A, -Aacute, -Abreve, -Abreveacute, -Abrevedotbelow, -Abrevegrave, -Abrevehookabove, -Abrevetilde, -Acircumflex, -Acircumflexacute, -Acircumflexdotbelow, -Acircumflexgrave, -Acircumflexhookabove, -Acircumflextilde, -Adieresis, -Adotbelow, -Agrave, -Ahookabove, -Amacron, -Aogonek, -Aring, -Atilde, -AE, -B, -C, -Cacute, -Ccaron, -Ccedilla, -Ccircumflex, -Cdotaccent, -D, -Dcaron, -Dcroat, -Eth, -E, -Eacute, -Ebreve, -Ecaron, -Ecircumflex, -Ecircumflexacute, -Ecircumflexdotbelow, -Ecircumflexgrave, -Ecircumflexhookabove, -Ecircumflextilde, -Edieresis, -Edotaccent, -Edotbelow, -Egrave, -Ehookabove, -Emacron, -Eogonek, -Etilde, -F, -G, -Gbreve, -Gcaron, -Gcircumflex, -Gcommaaccent, -Gdotaccent, -H, -Hbar, -Hcircumflex, -I, -IJ, -Iacute, -Ibreve, -Icircumflex, -Idieresis, -Idotaccent, -Idotbelow, -Igrave, -Ihookabove, -Imacron, -Iogonek, -Itilde, -J, -Jacute, -Jcircumflex, -K, -Kcommaaccent, -L, -Lacute, -Lcaron, -Lcommaaccent, -Ldot, -Lslash, -M, -N, -Nacute, -Ncaron, -Ncommaaccent, -Ntilde, -Eng, -O, -Oacute, -Ocircumflex, -Ocircumflexacute, -Ocircumflexdotbelow, -Ocircumflexgrave, -Ocircumflexhookabove, -Ocircumflextilde, -Odieresis, -Odotbelow, -Ograve, -Ohookabove, -Ohorn, -Ohornacute, -Ohorndotbelow, -Ohorngrave, -Ohornhookabove, -Ohorntilde, -Ohungarumlaut, -Omacron, -Oslash, -Otilde, -OE, -P, -Thorn, -Q, -R, -Racute, -Rcaron, -Rcommaaccent, -S, -Sacute, -Scaron, -Scedilla, -Scircumflex, -Scommaaccent, -Germandbls, -T, -Tbar, -Tcaron, -Tcedilla, -Tcommaaccent, -U, -Uacute, -Ubreve, -Ucircumflex, -Udieresis, -Udotbelow, -Ugrave, -Uhookabove, -Uhorn, -Uhornacute, -Uhorndotbelow, -Uhorngrave, -Uhornhookabove, -Uhorntilde, -Uhungarumlaut, -Umacron, -Uogonek, -Uring, -Utilde, -V, -W, -Wacute, -Wcircumflex, -Wdieresis, -Wgrave, -X, -Y, -Yacute, -Ycircumflex, -Ydieresis, -Ydotbelow, -Ygrave, -Yhookabove, -Ytilde, -Z, -Zacute, -Zcaron, -Zdotaccent, -Abrevedotbelow.ss01, -Acircumflexdotbelow.ss01, -Adieresis.ss01, -Adotbelow.ss01, -Cdotaccent.ss01, -Ecircumflexdotbelow.ss01, -Edieresis.ss01, -Edotaccent.ss01, -Edotbelow.ss01, -Gdotaccent.ss01, -Idieresis.ss01, -Idotaccent.ss01, -Idotbelow.ss01, -Ldot.ss01, -Ocircumflexdotbelow.ss01, -Odieresis.ss01, -Odotbelow.ss01, -Ohorndotbelow.ss01, -Udieresis.ss01, -Udotbelow.ss01, -Uhorndotbelow.ss01, -Wdieresis.ss01, -Ydieresis.ss01, -Ydotbelow.ss01, -Zdotaccent.ss01, -I.ss02, -IJ.ss02, -Iacute.ss02, -Ibreve.ss02, -Icircumflex.ss02, -Idieresis.ss02, -Idotaccent.ss02, -Idotbelow.ss02, -Igrave.ss02, -Ihookabove.ss02, -Imacron.ss02, -Iogonek.ss02, -Itilde.ss02, -G.ss07, -Gbreve.ss07, -Gcaron.ss07, -Gcircumflex.ss07, -Gcommaaccent.ss07, -Gdotaccent.ss07, -Q.ss09, -J.ss10, -Gdotaccent.ss01.ss07, -a, -aacute, -abreve, -abreveacute, -abrevedotbelow, -abrevegrave, -abrevehookabove, -abrevetilde, -acircumflex, -acircumflexacute, -acircumflexdotbelow, -acircumflexgrave, -acircumflexhookabove, -acircumflextilde, -adieresis, -adotbelow, -agrave, -ahookabove, -amacron, -aogonek, -aring, -atilde, -ae, -b, -c, -cacute, -ccaron, -ccedilla, -ccircumflex, -cdotaccent, -d, -dcaron, -dcroat, -eth, -e, -eacute, -ebreve, -ecaron, -ecircumflex, -ecircumflexacute, -ecircumflexdotbelow, -ecircumflexgrave, -ecircumflexhookabove, -ecircumflextilde, -edieresis, -edotaccent, -edotbelow, -egrave, -ehookabove, -emacron, -eogonek, -etilde, -f, -g, -gbreve, -gcaron, -gcircumflex, -gcommaaccent, -gdotaccent, -h, -hbar, -hcircumflex, -i, -idotless, -iacute, -ibreve, -icircumflex, -idieresis, -idotaccent, -idotbelow, -igrave, -ihookabove, -imacron, -iogonek, -itilde, -ij, -j, -jdotless, -jacute, -jcircumflex, -k, -kcommaaccent, -l, -lacute, -lcaron, -lcommaaccent, -ldot, -lslash, -m, -n, -nacute, -ncaron, -ncommaaccent, -ntilde, -eng, -o, -oacute, -ocircumflex, -ocircumflexacute, -ocircumflexdotbelow, -ocircumflexgrave, -ocircumflexhookabove, -ocircumflextilde, -odieresis, -odotbelow, -ograve, -ohookabove, -ohorn, -ohornacute, -ohorndotbelow, -ohorngrave, -ohornhookabove, -ohorntilde, -ohungarumlaut, -omacron, -oslash, -otilde, -oe, -p, -thorn, -q, -r, -racute, -rcaron, -rcommaaccent, -s, -sacute, -scaron, -scedilla, -scircumflex, -scommaaccent, -germandbls, -t, -tbar, -tcaron, -tcedilla, -tcommaaccent, -u, -uacute, -ubreve, -ucircumflex, -udieresis, -udotbelow, -ugrave, -uhookabove, -uhorn, -uhornacute, -uhorndotbelow, -uhorngrave, -uhornhookabove, -uhorntilde, -uhungarumlaut, -umacron, -uogonek, -uring, -utilde, -v, -w, -wacute, -wcircumflex, -wdieresis, -wgrave, -x, -y, -yacute, -ycircumflex, -ydieresis, -ydotbelow, -ygrave, -yhookabove, -ytilde, -z, -zacute, -zcaron, -zdotaccent, -idotbelow.dotless, -iogonek.dotless, -f.longarm, -abrevedotbelow.ss01, -acircumflexdotbelow.ss01, -adotbelow.ss01, -cdotaccent.ss01, -ecircumflexdotbelow.ss01, -edieresis.ss01, -edotaccent.ss01, -edotbelow.ss01, -gdotaccent.ss01, -i.ss01, -idieresis.ss01, -idotaccent.ss01, -idotbelow.ss01, -j.ss01, -ldot.ss01, -ocircumflexdotbelow.ss01, -odieresis.ss01, -odotbelow.ss01, -ohorndotbelow.ss01, -udieresis.ss01, -udotbelow.ss01, -uhorndotbelow.ss01, -wdieresis.ss01, -ydieresis.ss01, -ydotbelow.ss01, -zdotaccent.ss01, -l.ss03, -lacute.ss03, -lcaron.ss03, -lcommaaccent.ss03, -ldot.ss03, -lslash.ss03, -l.ss04, -lacute.ss04, -lcaron.ss04, -lcommaaccent.ss04, -ldot.ss04, -lslash.ss04, -a.ss05, -aacute.ss05, -abreve.ss05, -abreveacute.ss05, -abrevedotbelow.ss05, -abrevegrave.ss05, -abrevehookabove.ss05, -abrevetilde.ss05, -acircumflex.ss05, -acircumflexacute.ss05, -acircumflexdotbelow.ss05, -acircumflexgrave.ss05, -acircumflexhookabove.ss05, -acircumflextilde.ss05, -adieresis.ss05, -adotbelow.ss05, -agrave.ss05, -ahookabove.ss05, -amacron.ss05, -aogonek.ss05, -aring.ss05, -atilde.ss05, -g.ss06, -gbreve.ss06, -gcaron.ss06, -gcircumflex.ss06, -gcommaaccent.ss06, -gdotaccent.ss06, -idotbelow.dotless.ss01, -adieresis.ss05.ss01, -adotbelow.ss05.ss01, -ldot.ss01.ss03, -ldot.ss01.ss04, -gdotaccent.ss01.ss06, -f_f.liga, -f_f_i.liga, -f_y.liga, -fi, -fl, -t_i.liga, -t_t.liga, -fi.ss01, -f_f_i.liga.ss01, -t_i.liga.ss01, -ordfeminine, -ordmasculine, -mu, -pi, -zero, -one, -two, -three, -four, -five, -six, -seven, -eight, -nine, -zero.blackCircled, -one.blackCircled, -two.blackCircled, -three.blackCircled, -four.blackCircled, -five.blackCircled, -six.blackCircled, -seven.blackCircled, -eight.blackCircled, -nine.blackCircled, -zero.circled, -one.circled, -two.circled, -three.circled, -four.circled, -five.circled, -six.circled, -seven.circled, -eight.circled, -nine.circled, -zero.tf, -one.tf, -two.tf, -three.tf, -four.tf, -five.tf, -six.tf, -seven.tf, -eight.tf, -nine.tf, -zero.tf.ss08, -_zero.tf.base, -zero.dnom, -one.dnom, -two.dnom, -three.dnom, -four.dnom, -five.dnom, -six.dnom, -seven.dnom, -eight.dnom, -nine.dnom, -zero.numr, -one.numr, -two.numr, -three.numr, -four.numr, -five.numr, -six.numr, -seven.numr, -eight.numr, -nine.numr, -fraction, -onehalf, -onequarter, -threequarters, -oneeighth, -threeeighths, -fiveeighths, -seveneighths, -zeroinferior, -oneinferior, -twoinferior, -threeinferior, -fourinferior, -fiveinferior, -sixinferior, -seveninferior, -eightinferior, -nineinferior, -zerosuperior, -onesuperior, -twosuperior, -threesuperior, -foursuperior, -fivesuperior, -sixsuperior, -sevensuperior, -eightsuperior, -ninesuperior, -space, -nbspace, -.notdef, -period, -comma, -colon, -semicolon, -ellipsis, -exclam, -exclamdown, -question, -questiondown, -periodcentered, -bullet, -asterisk, -numbersign, -slash, -backslash, -exclamdown.case, -questiondown.case, -periodcentered.loclCAT, -period.ss01, -comma.ss01, -colon.ss01, -semicolon.ss01, -ellipsis.ss01, -exclam.ss01, -exclamdown.ss01, -question.ss01, -questiondown.ss01, -periodcentered.ss01, -bullet.ss01, -periodcentered.loclCAT.case, -exclamdown.ss01.case, -questiondown.ss01.case, -periodcentered.loclCAT.ss01, -periodcentered.loclCAT.case.ss01, -hyphen, -endash, -emdash, -underscore, -hyphen.case, -endash.case, -emdash.case, -parenleft, -parenright, -braceleft, -braceright, -bracketleft, -bracketright, -parenleft.case, -parenright.case, -braceleft.case, -braceright.case, -bracketleft.case, -bracketright.case, -quotesinglbase, -quotedblbase, -quotedblleft, -quotedblright, -quoteleft, -quoteright, -guillemetleft, -guillemetright, -guilsinglleft, -guilsinglright, -quotedbl, -quotesingle, -quotesinglbase.ss01, -quotedblbase.ss01, -quotedblleft.ss01, -quotedblright.ss01, -quoteleft.ss01, -quoteright.ss01, -florin, -baht, -whiteFrowningFace, -whiteSmilingFace, -checkmark, -apple, -at, -ampersand, -paragraph, -section, -copyright, -registered, -published, -trademark, -degree, -bar, -brokenbar, -literSign, -estimated, -numero, -bitcoin, -cent, -currency, -dollar, -euro, -liraTurkish, -rupeeIndian, -sheqel, -sterling, -tenge, -won, -yen, -peseta, -plus, -minus, -multiply, -divide, -equal, -notequal, -greater, -less, -greaterequal, -lessequal, -plusminus, -approxequal, -logicalnot, -asciitilde, -asciicircum, -infinity, -emptyset, -integral, -product, -summation, -radical, -percent, -perthousand, -upArrow, -rightArrow, -downArrow, -leftArrow, -leftRightArrow, -blackCircle, -whiteCircle, -dottedCircle, -dieresiscomb, -dotaccentcomb, -gravecomb, -acutecomb, -hungarumlautcomb, -circumflexcomb, -caroncomb, -brevecomb, -ringcomb, -tildecomb, -macroncomb, -hookabovecomb, -commaturnedabovecomb, -horncomb, -dotbelowcomb, -commaaccentcomb, -cedillacomb, -ogonekcomb, -strokeshortcomb, -strokelongcomb, -slashshortcomb, -slashlongcomb, -brevecomb_acutecomb, -brevecomb_gravecomb, -brevecomb_hookabovecomb, -brevecomb_tildecomb, -circumflexcomb_acutecomb, -circumflexcomb_gravecomb, -circumflexcomb_hookabovecomb, -circumflexcomb_tildecomb, -strokeshortcomb.case, -slashshortcomb.case, -slashlongcomb.case, -dieresiscomb.ss01, -dotaccentcomb.ss01, -dotbelowcomb.ss01, -caroncomb.alt, -cedillacomb.T, -ogonekcomb.e, -strokeshortcomb.t, -strokeshortcomb.case.T, -dieresis, -dotaccent, -grave, -acute, -hungarumlaut, -circumflex, -caron, -breve, -ring, -tilde, -macron, -cedilla, -ogonek, -"_tail-diagonal.Q", -_B.currency, -_circle, -_Thorn.bowl, -_baht.bar, -_bitcoin.bars, -_copyright.C, -_f.longarm, -_published.P, -_slash.equal, -_tail.Q, -_zero.tf.slash, -_zero.tf.slash.ss08 -) \ No newline at end of file diff --git a/sources/README.md b/sources/README.md index b51c0ae5..3a34a835 100644 --- a/sources/README.md +++ b/sources/README.md @@ -4,16 +4,16 @@ Mona Sans VF is exported from the Glyphs interface directly into the /fonts directory. This is the easiest way to distribute multiple cuts of the variable font. -1. Open the Mona Sans project in Glyphs.app +1. Open MonaSans.glyphs project in Glyphs.app 2. Use File > Export > Variable Font -The exported variable font will include the full feature set and axis range of Mona Sans. +The exported variable font will include the full feature set and axis range of Mona Sans through the Glyphs feature `import master`, which adds the display masters on export. -If the fonts aren't in the right directories, the build.sh will try to move them to the right place. +Running `build.sh` will try to move them to the right place, if you don't put them there already. ### Google Fonts Build (`build.sh`) -The `build.sh` script handles building font files that meet Google Fonts specifications and requirements, and builds into the /googlefonts folder. It also checks to make sure the other fonts are in the right place. +The `build.sh` script handles building font files that meet Google Fonts specifications and requirements, and builds into the `/googlefonts` folder. It also checks to make sure the other fonts are in the right place. ```bash sh sources/build.sh @@ -26,5 +26,3 @@ pip3 install gftools brew install ttfautohint ``` -This builds from `MonaSans.glyphspackage`, which is `2.0` the version of the font before optical sizes were added (). This build is significantly different from the current version, and should be removed once google fonts is caught up to the latest. - diff --git a/sources/build.sh b/sources/build.sh index 16ed4e8d..293a377f 100644 --- a/sources/build.sh +++ b/sources/build.sh @@ -9,25 +9,25 @@ if [ ! -f "sources/config.yaml" ]; then exit 1 fi -echo "Starting Mona Sans Google Fonts build process..." +# echo "Starting Mona Sans Google Fonts build process..." -# Check for required tools -command -v gftools >/dev/null 2>&1 || { echo "Error: gftools is required but not installed. Aborting."; exit 1; } -command -v ttfautohint >/dev/null 2>&1 || { echo "Warning: ttfautohint not found. Install for best hinting results."; } +# # Check for required tools +# command -v gftools >/dev/null 2>&1 || { echo "Error: gftools is required but not installed. Aborting."; exit 1; } +# command -v ttfautohint >/dev/null 2>&1 || { echo "Warning: ttfautohint not found. Install for best hinting results."; } -# build googlefonts -gftools builder sources/config.yaml +# # build googlefonts +# gftools builder sources/config.yaml -# clean up build artifacts -rm -rf sources/instance_ufos -rm sources/.ninja_log -rm sources/build.ninja +# # clean up build artifacts +# rm -rf sources/instance_ufos +# rm sources/.ninja_log +# rm sources/build.ninja -# remove buggy .woff2 that gftools builder creates -rm -f googlefonts/MonaSans[ital,wdth,wght].woff2 +# # remove buggy .woff2 that gftools builder creates +# rm -f googlefonts/MonaSans[ital,wdth,wght].woff2 -echo "Google's Font files available in the 'googlefonts/' directory" +# echo "Google's Font files available in the 'googlefonts/' directory" echo "Organizing font files..."